-- MySQL dump 10.17 Distrib 10.3.22-MariaDB, for debian-linux-gnu (x86_64) -- -- Host: localhost Database: bt_review_bot -- ------------------------------------------------------ -- Server version 10.3.22-MariaDB-1:10.3.22+maria~xenial-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `auth_group` -- DROP TABLE IF EXISTS `auth_group`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_group` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_group` -- LOCK TABLES `auth_group` WRITE; /*!40000 ALTER TABLE `auth_group` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_group_permissions` -- DROP TABLE IF EXISTS `auth_group_permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_group_permissions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `group_id` int(11) NOT NULL, `permission_id` int(11) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `auth_group_permissions_group_id_permission_id_0cd325b0_uniq` (`group_id`,`permission_id`), KEY `auth_group_permissio_permission_id_84c5c92e_fk_auth_perm` (`permission_id`), CONSTRAINT `auth_group_permissio_permission_id_84c5c92e_fk_auth_perm` FOREIGN KEY (`permission_id`) REFERENCES `auth_permission` (`id`), CONSTRAINT `auth_group_permissions_group_id_b120cbf9_fk_auth_group_id` FOREIGN KEY (`group_id`) REFERENCES `auth_group` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_group_permissions` -- LOCK TABLES `auth_group_permissions` WRITE; /*!40000 ALTER TABLE `auth_group_permissions` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_group_permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_permission` -- DROP TABLE IF EXISTS `auth_permission`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_permission` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `content_type_id` int(11) NOT NULL, `codename` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `auth_permission_content_type_id_codename_01ab375a_uniq` (`content_type_id`,`codename`), CONSTRAINT `auth_permission_content_type_id_2f476e4b_fk_django_co` FOREIGN KEY (`content_type_id`) REFERENCES `django_content_type` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=85 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_permission` -- LOCK TABLES `auth_permission` WRITE; /*!40000 ALTER TABLE `auth_permission` DISABLE KEYS */; INSERT INTO `auth_permission` VALUES (1,'Can add log entry',1,'add_logentry'),(2,'Can change log entry',1,'change_logentry'),(3,'Can delete log entry',1,'delete_logentry'),(4,'Can view log entry',1,'view_logentry'),(5,'Can add permission',2,'add_permission'),(6,'Can change permission',2,'change_permission'),(7,'Can delete permission',2,'delete_permission'),(8,'Can view permission',2,'view_permission'),(9,'Can add group',3,'add_group'),(10,'Can change group',3,'change_group'),(11,'Can delete group',3,'delete_group'),(12,'Can view group',3,'view_group'),(13,'Can add user',4,'add_user'),(14,'Can change user',4,'change_user'),(15,'Can delete user',4,'delete_user'),(16,'Can view user',4,'view_user'),(17,'Can add content type',5,'add_contenttype'),(18,'Can change content type',5,'change_contenttype'),(19,'Can delete content type',5,'delete_contenttype'),(20,'Can view content type',5,'view_contenttype'),(21,'Can add session',6,'add_session'),(22,'Can change session',6,'change_session'),(23,'Can delete session',6,'delete_session'),(24,'Can view session',6,'view_session'),(25,'Can add user model',7,'add_usermodel'),(26,'Can change user model',7,'change_usermodel'),(27,'Can delete user model',7,'delete_usermodel'),(28,'Can view user model',7,'view_usermodel'),(29,'Can add location',8,'add_location'),(30,'Can change location',8,'change_location'),(31,'Can delete location',8,'delete_location'),(32,'Can view location',8,'view_location'),(33,'Can add reply',9,'add_reply'),(34,'Can change reply',9,'change_reply'),(35,'Can delete reply',9,'delete_reply'),(36,'Can view reply',9,'view_reply'),(37,'Can add review',10,'add_review'),(38,'Can change review',10,'change_review'),(39,'Can delete review',10,'delete_review'),(40,'Can view review',10,'view_review'),(41,'Can add custom reply',11,'add_customreply'),(42,'Can change custom reply',11,'change_customreply'),(43,'Can delete custom reply',11,'delete_customreply'),(44,'Can view custom reply',11,'view_customreply'),(45,'Can add staff',12,'add_staff'),(46,'Can change staff',12,'change_staff'),(47,'Can delete staff',12,'delete_staff'),(48,'Can view staff',12,'view_staff'),(49,'Can add yelp location',13,'add_yelplocation'),(50,'Can change yelp location',13,'change_yelplocation'),(51,'Can delete yelp location',13,'delete_yelplocation'),(52,'Can view yelp location',13,'view_yelplocation'),(53,'Can add yelp review',14,'add_yelpreview'),(54,'Can change yelp review',14,'change_yelpreview'),(55,'Can delete yelp review',14,'delete_yelpreview'),(56,'Can view yelp review',14,'view_yelpreview'),(57,'Can add facebook page',15,'add_facebookpage'),(58,'Can change facebook page',15,'change_facebookpage'),(59,'Can delete facebook page',15,'delete_facebookpage'),(60,'Can view facebook page',15,'view_facebookpage'),(61,'Can add facebook review',16,'add_facebookreview'),(62,'Can change facebook review',16,'change_facebookreview'),(63,'Can delete facebook review',16,'delete_facebookreview'),(64,'Can view facebook review',16,'view_facebookreview'),(65,'Can add facebook page',17,'add_facebookpage'),(66,'Can change facebook page',17,'change_facebookpage'),(67,'Can delete facebook page',17,'delete_facebookpage'),(68,'Can view facebook page',17,'view_facebookpage'),(69,'Can add facebook review',18,'add_facebookreview'),(70,'Can change facebook review',18,'change_facebookreview'),(71,'Can delete facebook review',18,'delete_facebookreview'),(72,'Can view facebook review',18,'view_facebookreview'),(73,'Can add facebook review reply',19,'add_facebookreviewreply'),(74,'Can change facebook review reply',19,'change_facebookreviewreply'),(75,'Can delete facebook review reply',19,'delete_facebookreviewreply'),(76,'Can view facebook review reply',19,'view_facebookreviewreply'),(77,'Can add user account',20,'add_useraccount'),(78,'Can change user account',20,'change_useraccount'),(79,'Can delete user account',20,'delete_useraccount'),(80,'Can view user account',20,'view_useraccount'),(81,'Can add location manager',21,'add_locationmanager'),(82,'Can change location manager',21,'change_locationmanager'),(83,'Can delete location manager',21,'delete_locationmanager'),(84,'Can view location manager',21,'view_locationmanager'); /*!40000 ALTER TABLE `auth_permission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_user` -- DROP TABLE IF EXISTS `auth_user`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_user` ( `id` int(11) NOT NULL AUTO_INCREMENT, `password` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL, `last_login` datetime(6) DEFAULT NULL, `is_superuser` tinyint(1) NOT NULL, `username` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL, `first_name` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL, `last_name` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(254) COLLATE utf8mb4_unicode_ci NOT NULL, `is_staff` tinyint(1) NOT NULL, `is_active` tinyint(1) NOT NULL, `date_joined` datetime(6) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `username` (`username`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_user` -- LOCK TABLES `auth_user` WRITE; /*!40000 ALTER TABLE `auth_user` DISABLE KEYS */; INSERT INTO `auth_user` VALUES (1,'pbkdf2_sha256$180000$bjtkHwaZBKYw$VDSSBkKs0kFaXhBwT7uLGRHEOKIx0TxzoO5AgW9QxMg=','2021-01-27 10:00:10.497857',1,'admin@ercare','','','',1,1,'2020-01-06 09:03:30.600568'),(4,'pbkdf2_sha256$180000$UX4kYGDg3PO7$DSo16Y2qDNM53t/HYlCZRSAlZj/b2nmDEFdD80AfhAg=','2021-01-27 11:51:10.503011',0,'admin@test','','','',1,1,'2020-12-01 11:18:05.000000'); /*!40000 ALTER TABLE `auth_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_user_groups` -- DROP TABLE IF EXISTS `auth_user_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_user_groups` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL, `group_id` int(11) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `auth_user_groups_user_id_group_id_94350c0c_uniq` (`user_id`,`group_id`), KEY `auth_user_groups_group_id_97559544_fk_auth_group_id` (`group_id`), CONSTRAINT `auth_user_groups_group_id_97559544_fk_auth_group_id` FOREIGN KEY (`group_id`) REFERENCES `auth_group` (`id`), CONSTRAINT `auth_user_groups_user_id_6a12ed8b_fk_auth_user_id` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_user_groups` -- LOCK TABLES `auth_user_groups` WRITE; /*!40000 ALTER TABLE `auth_user_groups` DISABLE KEYS */; /*!40000 ALTER TABLE `auth_user_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auth_user_user_permissions` -- DROP TABLE IF EXISTS `auth_user_user_permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auth_user_user_permissions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL, `permission_id` int(11) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `auth_user_user_permissions_user_id_permission_id_14a6b632_uniq` (`user_id`,`permission_id`), KEY `auth_user_user_permi_permission_id_1fbb5f2c_fk_auth_perm` (`permission_id`), CONSTRAINT `auth_user_user_permi_permission_id_1fbb5f2c_fk_auth_perm` FOREIGN KEY (`permission_id`) REFERENCES `auth_permission` (`id`), CONSTRAINT `auth_user_user_permissions_user_id_a95ead1b_fk_auth_user_id` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auth_user_user_permissions` -- LOCK TABLES `auth_user_user_permissions` WRITE; /*!40000 ALTER TABLE `auth_user_user_permissions` DISABLE KEYS */; INSERT INTO `auth_user_user_permissions` VALUES (2,4,40),(7,4,60),(1,4,64),(3,4,81),(4,4,82),(5,4,83),(6,4,84); /*!40000 ALTER TABLE `auth_user_user_permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `django_admin_log` -- DROP TABLE IF EXISTS `django_admin_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `django_admin_log` ( `id` int(11) NOT NULL AUTO_INCREMENT, `action_time` datetime(6) NOT NULL, `object_id` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `object_repr` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `action_flag` smallint(5) unsigned NOT NULL CHECK (`action_flag` >= 0), `change_message` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `content_type_id` int(11) DEFAULT NULL, `user_id` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `django_admin_log_content_type_id_c4bce8eb_fk_django_co` (`content_type_id`), KEY `django_admin_log_user_id_c564eba6_fk_auth_user_id` (`user_id`), CONSTRAINT `django_admin_log_content_type_id_c4bce8eb_fk_django_co` FOREIGN KEY (`content_type_id`) REFERENCES `django_content_type` (`id`), CONSTRAINT `django_admin_log_user_id_c564eba6_fk_auth_user_id` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=1878 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `django_admin_log` -- LOCK TABLES `django_admin_log` WRITE; /*!40000 ALTER TABLE `django_admin_log` DISABLE KEYS */; INSERT INTO `django_admin_log` VALUES (1,'2020-01-06 09:05:38.604924','1','admin@ercare',1,'[{\"added\": {}}]',7,1),(2,'2020-01-06 09:06:20.878521','1','admin@ercare',2,'[{\"changed\": {\"fields\": [\"Refresh token\"]}}]',7,1),(3,'2020-01-06 09:10:56.631280','8918455867446117794','Stafford',2,'[{\"changed\": {\"fields\": [\"Care name\"]}}]',8,1),(4,'2020-01-06 09:11:05.144233','8916258876770296726','Houston',2,'[{\"changed\": {\"fields\": [\"Care name\"]}}]',8,1),(5,'2020-01-06 09:11:11.089666','8679688254631342173','Houston',2,'[{\"changed\": {\"fields\": [\"Care name\"]}}]',8,1),(6,'2020-01-06 09:11:15.803784','8626688543755174284','Paris',2,'[{\"changed\": {\"fields\": [\"Care name\"]}}]',8,1),(7,'2020-01-06 09:11:21.508468','6521947413723274945','Odessa',2,'[{\"changed\": {\"fields\": [\"Care name\"]}}]',8,1),(8,'2020-01-06 09:11:28.456530','3511292162159714121','Houston',2,'[{\"changed\": {\"fields\": [\"Care name\"]}}]',8,1),(9,'2020-01-06 09:11:36.759738','3272657195432704501','Texarkana',2,'[{\"changed\": {\"fields\": [\"Care name\"]}}]',8,1),(10,'2020-01-06 09:11:43.700008','2850309161695582935','Houston',2,'[{\"changed\": {\"fields\": [\"Care name\"]}}]',8,1),(11,'2020-01-06 09:11:49.850190','2694018788013845459','Killeen',2,'[{\"changed\": {\"fields\": [\"Care name\"]}}]',8,1),(12,'2020-01-06 09:11:57.691477','17898197009688164559','Houston',2,'[{\"changed\": {\"fields\": [\"Care name\"]}}]',8,1),(13,'2020-01-06 09:12:04.898137','17394740196501090048','Houston',2,'[{\"changed\": {\"fields\": [\"Care name\"]}}]',8,1),(14,'2020-01-06 09:12:11.583770','16891069708558046635','Austin',2,'[{\"changed\": {\"fields\": [\"Care name\"]}}]',8,1),(15,'2020-01-06 09:12:11.869104','16891069708558046635','Austin',2,'[]',8,1),(16,'2020-01-06 09:12:17.725280','16590124370714063921','College Station',2,'[{\"changed\": {\"fields\": [\"Care name\"]}}]',8,1),(17,'2020-01-06 09:12:23.697719','16389487648212004696','Houston',2,'[{\"changed\": {\"fields\": [\"Care name\"]}}]',8,1),(18,'2020-01-06 09:12:32.544546','14904078213800803294','Houston',2,'[{\"changed\": {\"fields\": [\"Care name\"]}}]',8,1),(19,'2020-01-06 09:12:46.645761','14567670160750071148','Houston',2,'[{\"changed\": {\"fields\": [\"Care name\"]}}]',8,1),(20,'2020-01-06 09:12:52.930828','13486358490203335051','Midland',2,'[{\"changed\": {\"fields\": [\"Care name\"]}}]',8,1),(21,'2020-01-06 09:12:59.158644','12541597562633926366','Houston',2,'[{\"changed\": {\"fields\": [\"Care name\"]}}]',8,1),(22,'2020-01-06 09:14:02.827834','AIe9_BExcxslmE1rr7n5jMcadSKeEzsETDvvrF033t6gZF1fDIyehvvKHwcNFUen4nRm4OEF45gcwVjY5NX-qusf6CHRMzRmaAgBk3xALNeQ6uIKv08bVnU','Amanda Winnicki - The staff is very attentive and nice people. They make sure you are comfortable and take very good care of you.',3,'',10,1),(23,'2020-01-06 09:14:02.960312','AIe9_BH3gZxYpIxBZcqAOO5HuBVkCIuqdli69IfiARKi3ZuiErMRCKBhQnczCb0QbiEqxDQDErkIFb4At_TNAXTyAitFakW2cCWIXRWVkCv3MfOTJxhvQdA','Alyssa Alonzo - Maya the receptionist was very helpful.',3,'',10,1),(24,'2020-01-06 09:14:03.060469','AIe9_BFu3rdicGrPrzdyu4PDXmqMWOAdyYNv_JdU2WCUKu-vMaWgCXbnGDWip1hr_iIadJEezNmsYg1m04-2Fhz8WCl5YONuWBB3gCAcB-HMjPtgK_9sAT4','Michael Alonzo - Maya the receptionist was awesome and very kind helped us alot',3,'',10,1),(25,'2020-01-06 09:14:03.168595','AIe9_BGErQpX2pRNZrXBy5NOsH0eq7oTwYuiamPTPuFNrmtdCfL7EKcQ0v8okbHh8rgP17b4s0IAJTgv2FOw7rbHi9YhuGaOiXw2Pu6_pvjNOddbboV0oRw','Armando Alonzo - The team at signaturecare was amazing! Kristina is the best nurse ever!!',3,'',10,1),(26,'2020-01-06 09:14:03.266826','AIe9_BFu3rdicGrPrzdyu4PDXmqM6DJTb-iEo3b2mMQIt5bVMEkVSeLw_gbcP6grVFv_xLOhoPqJ0z92TAhwDh7Gwj_kPkllxCWB_stwf3FjmDiQfzQpE1I','Celeste Tzunux - Maya and Kristina were so helpful and wonderful I recommend it',3,'',10,1),(27,'2020-01-06 09:14:03.614707','AIe9_BGhYIk2KhOdF8fekWDvq8JUuGaF2Phe3ivsD7IlDcHJ9fVgQ-hSpcVsCWOknCw3Dsp_3MDo3gB9MDXiYuXrI-2iSW7DQspKqfupoeMTJDEuw_NIktQ','Selena Tzunux - Great place to be and inviting. Maya the receptionist helped a lot and made my mom feel right at home.',3,'',10,1),(28,'2020-01-06 09:14:03.713180','AIe9_BGvUJd9etQojwpjZIMsiFne_zWQW5oeehe-jcZtF3TRx_RQQw4b9rAFCKUiUgww2DElIaeZngqNpBojfvniJSM1L5PqDb5FNrgriVA-tpHYPcaCF7I','Norma Tzunux - Always great to be here. Maya and Kristina were so helpful and pleasantly wonderful. def recommend.',3,'',10,1),(29,'2020-01-06 09:14:03.811816','AIe9_BFLWlqwz3qGBnCfbAsLD0lV6r_d1DR6No45Upkaz-LeBAKoO7DKckZvztRH3qRVyqoKoA0-MNin3Vxme2hmjDTKXz2c_tovQ8TF8CHXGR_BXSKuwzM','yvette lee - Maya the receptionist was a great help! My nurse Kristina was so kind and caring. I had great service. Way faster than an normal ER. Was in and out less than an hour and received great ca',3,'',10,1),(30,'2020-01-06 09:14:04.008484','AIe9_BGTHfLB7ZAtvlQmidaL-PvD_z4WQ_7YgdcwHUohTAlZ0zuGRti_y2yGWhzrEO75dupMf6PvuvTmv5PhhwD6vLh77NbYcZJpHaLADixPkX6XfNmRowY','Gwen Baylis - I was seen and began treatment immediately. I came at 8:30 am on Sunday morning. The staff was friendly and professional starting with the receptionist, and the whole medical team, incl',3,'',10,1),(31,'2020-01-06 09:14:04.107080','AIe9_BEuFX7PcAP2nNY_ju84FoFSM4ADFdHyLAqXsbvZSinHObsjEHGgfgOJqJmjDfNO7SobJvfd1MyNhx_bPqJauP3fCcflD0Qn9bU2q8IMkUaDdFQxU6k','Anthony Nelson - Great and speedy service. Excellent care from Dr. Zheng and her team. Shout to Maya for being professional and expedite when we first arrived.',3,'',10,1),(32,'2020-01-06 09:14:04.205531','AIe9_BGTHfLB7ZAtvlQmidaL-PvDT_C2zRNcVEbh9_NMPN0wt5Q9TisBEAcnlthfJIp3ica64yUpj9UmZUljD3zMQ0HTgQq_rB8Q_K8duGhMcAGAK8sDZOQ','Roxine Smith - The staff DR. KE ZHENG,MAYA,KRISTINA,QUYEN AND JOHN WAS EXTREMELY FRIENDLY! THEY WENT ABOVE AND BEYOND TO MAKE SURE I WAS COMFORTABLE! I WOULD HIGHLY RECOMMEND THIS LOCATION.',3,'',10,1),(33,'2020-01-06 09:14:04.304112','AIe9_BHZM2k_MpOhRgkb8w5Bn_urLR3pLn2rDZ0p-A6Po3F1JHB1cZz3CdhX1r3F0XOwCEYgaPL-xrn1TUA03e84fgz10Bxl7qydK6dTwloUxDh_aHAameM','Jeffery Jackson - Maya the receptionist was a great help! Location is quick and fast. Definitely will visit again.',3,'',10,1),(34,'2020-01-06 09:14:04.402121','AIe9_BHAFUK2tNBZL25dLQ0jVdh0m26WgOOOn71ISQ-Fo4bvy15IluAEk32G85cr7swUVNbCtpQWPjWruyRCk_xLkL-lNAw17F5b3bVit-fVu-M6aMomGQo','Fadi Had - Every one was great thank you for making my wife fee better. Maya was an amazing help!',3,'',10,1),(35,'2020-01-06 09:14:04.549890','AIe9_BG84YPnR8vhxeJfV_lAYVNiLlio9FTmSWRFLhzs0ebITdbqySdxon0UnNXke5d-QSbS4KUNGOCd0pvuF87afDQJmPZSjvT3skh6PzelDhL9PZ8ukjI','Nadine Badreddine - Quick and fast team, they make sure you are well taken care of. maya, Laura and Stephanie were amazing',3,'',10,1),(36,'2020-01-06 09:14:04.697735','AIe9_BFhqAtkXvUqdYNeMuBBGjaAz5vNapEjUheH9jDDM7a1sCAyL2uxJ30AfD9wGqHPohPj8dalqJh77nWCQsbfRJapZ0zDzZwxYblTlwaF3bZPexvkDw0','Ofer Faig - Thank you to the Westchase team for an exceptional service. Kristina RN, Laura Rad Tech, Scott, and Dr. Leavitt. Thank you for putting me at ease and being so kind and professional. Tha',3,'',10,1),(37,'2020-01-06 09:14:04.796542','AIe9_BGvUJd9etQojwpjZIMsiFneRtbPIIWelEspna736FNehbUljR4-47D3O77PGKXOaKvyhTBbM0Pak-ERtHFbXZ3kio0XRiFMd6eHrqrE7FURtgh8FCs','Adalberto Arguelles - None',3,'',10,1),(38,'2020-01-06 09:14:04.895348','AIe9_BHZM2k_MpOhRgkb8w5Bn_urvmasO8TFmwhANvUNpH3CJ0j2_QMYsgYq9nIHQRRHIqdn-uHlH0_zm8CaMkYzDHaR6wXTSi7BFqlVTJKHUCdGwP39AWM','Brody Saxe - My fiance came here for some stomach pain at 5am and the staff were fast, nice, and knowledgeable! Dr. Zhen and Kristina were amazing, we will be coming back for sure!',3,'',10,1),(39,'2020-01-06 09:14:05.092184','AIe9_BEuFX7PcAP2nNY_ju84FoFSX2gfNzPBLDxbJf-8B_ThCNxkN71QlBiC4zFqnTy9SfsHdk7CXagPV1RZe4p54GR4RUWP1M_tOmcMZ17GNJNUfpHvvd4','Deklon Smith - Friendly and welcoming staff here at Signature Care Westchase!',3,'',10,1),(40,'2020-01-06 09:14:05.190508','AIe9_BFml1g03-jEFpSzhzgS2OedHxBGfEGAKuXpcT5yqrpTpJ0p8K8r_nb25mLiD9uVR5L8s0QuSe1PYioq2gvPXt_x6ogBmOlwXMiGdDT7zc-zfC_W4T4','Anitra Francis - Great staff!! We will be back!!',3,'',10,1),(41,'2020-01-06 09:14:05.289002','AIe9_BGErQpX2pRNZrXBy5NOsH0enXFQyGIhBV-mQUwiRxM64rsNj_GGPcp8-pBA0MDFwTNXeKPQ1KG639dMCKz0A5yn3rj65oz0ZNaF8S80PBy-jARGB98','Erving Wilburn - Ana,SARRA & FAHME, SHERWIN, CHRISTIAN',3,'',10,1),(42,'2020-01-06 09:14:05.387516','AIe9_BGvUJd9etQojwpjZIMsiFnenUlH5AwA3aWHmtWlPb5V56eRdWmqcNrToHofUs_-waBQpYrZonhbidS2ivY1hIclouf-BaX-ESzg2c60XcIVs_ZtQD0','Salina R - Great customer service! \nSeen almost immediately when you get here every time!',3,'',10,1),(43,'2020-01-06 09:14:05.485600','AIe9_BFMK6FB7k24ANEBV5CospTTR33R0hN4NoDQa10CUQvGeYhbVGZdLjEcAusGne-o3JLb98QRu7fviPXc0QUuzppBu4tc-cVVybmsfU6TN0l7gl-LghU','Anoop Shankaran - None',3,'',10,1),(44,'2020-01-06 09:14:05.634256','AIe9_BGhYIk2KhOdF8fekWDvq8JUYXrf0guChDTiTOXDdIkiuzpjuyMT_b0ITCz5_uYQ7pH0CcJYCyzSEuH51iD0-KdvWsA25OAgshZKFtajiak8iNR1s9s','Mal Miles - The staff here is awesome!! I am not a big fan of hospitals but everyone here makes you feel at home. They explain the process from start to finish. Not to mention it\'s a bunch of beautifu',3,'',10,1),(45,'2020-01-06 09:14:05.781426','AIe9_BGlY-BaOO_aND3JZqxJBS1RSCyt2BGjoCj-1gSK-sjdlHgO5I32cYxNzEr_fINX0fC1Gauwpc5HOg1KCFEOdQurRuEfDgzjBWMALkiLxxlh8sK6AbE','Derrick Abrams - Kristina was the best! Would definitely recommend. No wait and ALL staff were friendly and informative',3,'',10,1),(46,'2020-01-06 09:14:05.879931','AIe9_BEV1VP1woYvuPRixSBHlWg4qEdLmkiaZhHRdaYuhXMlEt06hpfqj6wTh71iiuv0j-ma9XDbvBgyuedpswUOo5numPYt8xhD_JxRuN-vFoWwcdxMlNg','sonja Bradley - Fast and wonderful care. My team of caregivers from the front to the back were extremely nice and attentive.\nDr. Tran\nIrving Sherwin and Bram\nThank you all.',3,'',10,1),(47,'2020-01-06 09:14:05.978447','AIe9_BEV1VP1woYvuPRixSBHlWg4xQTdydypHTE2HpHvH6IX8nRetS3Gs8vzKKsqnmf3HNIts1t3bHntqdX2OI6_y1B5CR8bKxjZBbEMtECmwNT0nmyQkg0','Stacey M Ruffin - Very poor service didn\'t know what thy were talking about had to call another hospital for advice equipment doesn\'t work just over all a nice looking clinic thats it',3,'',10,1),(48,'2020-01-06 09:14:06.175649','AIe9_BGErQpX2pRNZrXBy5NOsH0exp8sXCS9QFT-vcAHo1h3vJyh3sSLmoFj7maFoXy6-UdSNIFxxOyp1KJ72IPNgeg4ImjhlkN47ThrS-m8xkNOa7wP5_k','Daniel Binder - Took my child in for an allergic reaction - was treated courteously and efficiently by Maya at registration. Nurse Stephanie was helpful and gentle, and tech John was as well. Dr Fai',3,'',10,1),(49,'2020-01-06 09:14:06.274232','AIe9_BF8X4EpR_fF6mwcYdso9awgt1GJB6nMiDLPb4aqFgXvtPmex9CTTbJ40Un5oq6P0uIE0Cm17cdbdSeOrUIKsjyjTsjsgrHRb7r_m5jpRLl6dMdcWnU','Nicole Kaspar - They got me in quickly on nye (my birthday) and got me back to feeling well in just about an hour. They were so kind and the whole experience, which I thought would be a chaotic one, w',3,'',10,1),(50,'2020-01-06 09:14:06.372392','AIe9_BG84YPnR8vhxeJfV_lAYVNi5CfrWxVtYfwFlte2R4-MKcPbcLfb9xsmyjvmxdfZ0YW6e3nHeva8ugWDl5aPnoyE7dkqekqLrcidYLCfBAK9uK3FBS4','Claribeth Dominguez - Very fast , attentive service. Conveniently down the street from our house .. We only been here 30 min and they have done at least 4 test . recommend this facility Dr. faig, maya',3,'',10,1),(51,'2020-01-06 09:14:06.471090','AIe9_BGhYIk2KhOdF8fekWDvq8JUu1TtNuYaoX7FM13gfM8NAAP7k2h0i9hVCTBiVYK6L7oP44Vzcvqcl2JALJaLqWD0moTZnexrJyLGX-0qoWeKFfNgRiU','Jay Holmes - Had a great experience they were fast and thorough Kristina was great and dr. Faig made me feel so much better',3,'',10,1),(52,'2020-01-06 09:14:06.568923','AIe9_BGvUJd9etQojwpjZIMsiFnegjW5HpmQ34ZJZZhrOxdbF6Q0XCPK3roXtXBqt_06fmLmC94CahMLXk_R6IG_qbPYSOt4HADqdLV48BW7iMY7-bB4hTM','Brandey Dale - Maya the receptionist was really great we were in and out!!!!',3,'',10,1),(53,'2020-01-06 09:14:06.668478','AIe9_BG84YPnR8vhxeJfV_lAYVNiElVJOOYDomLqxLZBfNWT9fkKlJx0z9oXFPG87-xxsBhbX_gujmik1nxKdS59zNw_ZZToWVHKyV89JvHmp6CHyFkGNIY','kayla groden - Maya, Kristina, Quyen, Scott were great!',3,'',10,1),(54,'2020-01-06 09:14:06.766413','AIe9_BEV1VP1woYvuPRixSBHlWg4lErEEzaIOgHsTSI01NFBHH_0FGrriA26sHGx9l3gsnWKWdRIBd715dKx_HLl-nb42E-FsYhh4aYiCGx84-c3pRhI7XU','Cam Chau Hoang Nguyen - Thank you so much to Dr. Faig, Nurse Kristina and Radiology Tech Quyen for your fabulous service and care for me!\n\nYou all were very nice and made me feel at ease even while I ',3,'',10,1),(55,'2020-01-06 09:14:06.865156','AIe9_BGTHfLB7ZAtvlQmidaL-PvDgL4HYt-imaih0RIhsZvM355xML17h5tMCwLsSTY_TQfDS88FGiWU4KX0c74PF0QSNv9ERFO2HpA7XQDKTzX0dbWO7Tc','My-Linh Tran - SignatureCare Emergency Center - West Chase provides excellent medical service at any time of the day, especially for those hoping to get medical attention without a long wait of a doct',3,'',10,1),(56,'2020-01-06 09:14:06.963831','AIe9_BGvUJd9etQojwpjZIMsiFneCkGj0L_DZYFaBq4ereqRR3RqAOMrfOnv11KnqSPQEgHR0N2m4IopD5AvjLcKdXwXMo8An9sUuXIhyCwZxyH-lflLYeA','Chris Jones - Quick, prompt, and professional. On top of awesome service; these guys treat you like royalty. I would definitely recommend this location to anyone who needs fast, reliable service!\nFrom',3,'',10,1),(57,'2020-01-06 09:14:07.062129','AIe9_BGvUJd9etQojwpjZIMsiFnetWJeMzG-DTUb4MLMyuBpgruEquifQ70eUZqKkd_m9NwHPDJDMs632DVY9-AHC99siEMkTgSGxUVfybsBE9lTsfLBP28','Babyykayy - Very quick and friendly! Would definitely recommend',3,'',10,1),(58,'2020-01-06 09:14:07.259082','AIe9_BH3gZxYpIxBZcqAOO5HuBVkZunNPN6OBv_dQOf_Efm1gcLT10tcCKrX6mhNgN6sMHcSpa3Iw6-R4P9MYkG-3WP1T7ofxyCflsfV6Ku691MFjl0EE5c','PJ Norseweather - This is a very clean place with nice friendly smiling faces. I usually go to the one on Hwy 6 but this one is closer. The service was great, I was seen pretty quick and I am pleased ',3,'',10,1),(59,'2020-01-06 09:14:07.357463','AIe9_BH3gZxYpIxBZcqAOO5HuBVkrCYht9SFDq0cVV9yl7ekVwE8HlCpB1gJJ-KsT0YLcOe7NOzLElg5Lq9bczizNVlxzzQ8XO2pzbXt3JnJGZBB1ThtsMs','Sofia Ramos - Really excellent customer service. We appreciate all the help of Dr. Zengh and irving, Holly, Ellen and Thelma. Great team!',3,'',10,1),(60,'2020-01-06 09:14:07.455912','AIe9_BFu3rdicGrPrzdyu4PDXmqMZhP-xUdS3Jhz5uM0s4_yfQ5AJrzIO5ikJMZImbRqal1HCeHz2Rngx4qn4SUJD5W3kdYDQG-rsd_BoVICAV9Y2a1Uhkk','Tiffany Carr - Tonight was my first visit here. Our wait time was less than 10mins to go in the back. Terra greeted us and was very friendly and welcoming. This ER is very clean and offers coffee and ',3,'',10,1),(61,'2020-01-06 09:14:07.554304','AIe9_BEAgUIalCkcXZnurOUpP4uA7xRuBXTtiEw3RG5w_Xwv88eSvKW4h2P5ShNbrotenodj-o8tqC6MPBqP1QJLhmy1OpTKY4O0699HIyLrJl5M2i8fnDk','Terrielle Harrison - The staff was very professional and the wait time is little to none. Great experience!',3,'',10,1),(62,'2020-01-06 09:14:07.652447','AIe9_BFL0OZrFaHgoJtqifT1GHrIc2pv--mcZFF_rrw5jmVhI6CZ2p0UsPNdF7WZVOMtCw8zvmmeGvGgs2wvCLm9cKa1S1wjND9WpLzX_Yr0E4T1AFEhHfs','Jasmine Smith - The care by Doctor Zheng and nurse Irving was amazing! They were so patient and caring! The whole staff were great ! Thanks',3,'',10,1),(63,'2020-01-06 09:14:07.801002','AIe9_BFLHEJ8hYqd4VCbbc-EtvgMpUrNS1XsTMUTs9xKwyAgEWrK032XNGh9O-CYWz1lqyhJ9v3mGVtd5-dYS4zZsT0F3KXMbztvqu3FX0GJ-2RUENKtmJ0','Coco Alexander - I have been here several times due to a few incidents and they have been the best EVERYTIME!!',3,'',10,1),(64,'2020-01-06 09:14:07.948280','AIe9_BHAFUK2tNBZL25dLQ0jVdh0FSfF9NhOGu6AExd90HlkqOTNgCHzE7Vc7DBcyJVx0Vr6xfzcqeMIfsCcyR_NKPYKTSN7WijyzU2JpOi7bk7jA6rh_bU','Bernadine Philip - Very clean environment and incredibly fast. Nurses and Staff were very kind. DR Wang was very professional, and so far best ER experience',3,'',10,1),(65,'2020-01-06 09:14:08.046790','AIe9_BHAFUK2tNBZL25dLQ0jVdh0GmVokwUaATOCXzghQ6AZtTttUkeEdAUIMSgcjyJevAUtrTBdsuTaPWVQkneWw3qDWbnNDU6U1reCJoBa6SEe4ZApdx0','Bobby Shemiranipour - great place with awesome staff, everyone very nice and caring and helpful, thank you',3,'',10,1),(66,'2020-01-06 09:14:08.145473','AIe9_BFLWlqwz3qGBnCfbAsLD0lVvYdkGkXuUKrw434No6P-GJbxoV5rRUjljRUsWK9THOdEMq2N6ivma6I8kAD2asn7zPIfhwtA12BoT3Q_63Qi7cKK10Q','Adreanna Hill - Dr.ibarra, Nurse Irving/ Kelly, Tech Thelma and the ct/xr Tino where sooo awesome they made the time spent go by fast and they always was checking in just to make sure I was ok',3,'',10,1),(67,'2020-01-06 09:14:08.342439','AIe9_BGErQpX2pRNZrXBy5NOsH0eXChN6tllzpdBBxp274YeTnjay4ANjIhLvtQU8HC8Srvgri8C61W_bkzSrFXG-71DDyHcT5EOAi0FeX07R2k_-disnIU','cynthia patton - The staff was friendly nice knowledable especially my Thelma and Irving. Them two was a hoot. Should be more ppl on earth like them too',3,'',10,1),(68,'2020-01-06 09:14:08.440728','AIe9_BExcxslmE1rr7n5jMcadSKeJkWurxNGmmXZdbmw8VSxTYh241m-n3QJkdx_FWjEZziNI5wVwIUrFlDw-RzMl5Ffbne6ZZkI24V230_o3wDutyjih2Y','Diamond Jay - I received the best care any one would want, And it was Quick and reliablešŸ™ŒšŸ¼. MD - Do, Registration Ana, Rn Irving, Tech Christian and CT Holly was all amazing and helpfulšŸ‘šŸ½ Highly Recom',3,'',10,1),(69,'2020-01-06 09:14:08.588637','AIe9_BEAgUIalCkcXZnurOUpP4uA2JA3ltCgtaeDbfg0pvQX_6O4D-RTPS4vHFME009Cq2iMF0gZFLZugJFaM4aT_q600fBzGYNp57pTjPI4KVLt9gZ2yA8','Breanna Stubblefield - Great experience & very helpful & amazing staff.',3,'',10,1),(70,'2020-01-06 09:14:08.637847','AIe9_BGTHfLB7ZAtvlQmidaL-PvDmEYzhwSN9zNuWwlWaF_CmSW0kYhP682uIRZpU2OOKgk13bLvbPgaNqDD5GISd2H8KkVENZhMiysCbEi10A4MWbV3nLU','Katina Chimney - This facility was exceptional from start to finish. Thank you Mayra, Lia, Christian, Scott, Dr. Zhen, Dr. Do, Kayla and Estelle! I recommend them to everyone!!!',3,'',10,1),(71,'2020-01-06 09:14:08.736393','AIe9_BG84YPnR8vhxeJfV_lAYVNiyHgb6Is-l24m3SZ28KlTKx8otgYCNG5jsFdoQpIlJc3BnVmfESCdGGRivP6slEiplo7tL8uLCGdCHodZCfe4Lk-lw0o','Alysen Campbell - I had a really good experience at this location with Kristina and Dr Zhen! I felt comfortable and confident after my visit.',3,'',10,1),(72,'2020-01-06 09:14:08.884387','AIe9_BGTHfLB7ZAtvlQmidaL-PvDFfpQIBFRXvQ-mr33be5CGb6ZnfMIZuoDJQUC80DleKW3itYcWejGai8t6SRpbyBY0AvGFN-2_7Y06nnDCl4NJSvADGQ','Mercy Hoang - Between nurse Kristina, Dr Zhen and Dr California this couldn’t have been a better ER stay. It truly is concierge service for the same cost to your insurance as a large hospital facility',3,'',10,1),(73,'2020-01-06 09:14:09.032055','AIe9_BGTHfLB7ZAtvlQmidaL-PvDznYxHe6e9JexG7VJJh-opwaKKxBtQUXmoJwSkfK5uxd2T6RGr9PYuP4awiCCjBvXF6DjOgzs9GOx_gmAuU5ZrhGHjwU','Gisselle Vega - I had a great experience here, I was seen and treated quickly. Dr.Do and nurse Leslie where kind and helpful.',3,'',10,1),(74,'2020-01-06 09:14:09.130821','AIe9_BGIy_plKfaZrItPyyQZNLvsfRSUYcUQwIVi_bDDRDQE8EcOnFh5NLzfMcy2zKJwIkbTZ96RxMSn8ByM_-m1GdrYuQ1SxaGdQjWzxPfawyAwCHdBB_s','ANTHONY BUCHANAN - Staff was very friendly and extremely helpful. the Nurse Kristina was very concerned and explained well. The E.R Tech Scott was super care when drawing blood and made sure it was as',3,'',10,1),(75,'2020-01-06 09:14:09.229224','AIe9_BGlY-BaOO_aND3JZqxJBS1RNJZ1NpJmQecnbcUNxwTU2WmzQ3hc2U8bxDgXrvEO8lFTQRr8KgaPBmxAzrxhACv4PGeexS-obpPiSVYhKJZuRoltxQ0','Crystal Vega - Nurses and team were very nice and attentive. Got check in and seen very quickly by Diana. My husband was the one being seen and the doctor was dr. Zhen and his nurse was Kristina. Grea',3,'',10,1),(76,'2020-01-06 09:14:35.077978','AIe9_BHkHJRvhG8n5BjqdcMSKR_FYnbI1e2VdQtzpbcBO24IMKXA70u5NihQSZTzSRJFhfwHbiYxG50Ew6hsz7ibbwTMRRg9S2yZRrpuwYxwwDmJRCCAcoE','imran2mane - Good people nice service and fast dr. Do nurse :Irving and Sheraton and cristian',3,'',10,1),(77,'2020-01-06 09:14:35.133263','AIe9_BHVBnWjBJvk55vq2QEm0wl--SB2W4B62oOhnj1Bo6ckWPzByJ64USGG6ruV4NBLIZMVWYRYDYU-rzITQQIpaajHJ0kpEvbigJFLo5BTzPK6ZiTqPsY','sheni11 - Very nice facility, the staff was extremely helpful and friendly. I was seen immediately which is amazing when you’re in pain, I would highly recommend coming here!',3,'',10,1),(78,'2020-01-06 09:14:35.231942','AIe9_BG84YPnR8vhxeJfV_lAYVNiBoC78SHHf6txeoPCGv1w3vcj_Mraz7De1WY7wBtI0A0fDhT5ZiDfDUtRvAewLu-cgTndKWd4NpjsDz3YtoTDe5mEcNI','STIFF Muzik - Very nice place all the staffs are awesome everyone has a good positive characteristics \nI recommend everyone to come here definitely five stars',3,'',10,1),(79,'2020-01-06 09:14:35.470628','AIe9_BG84YPnR8vhxeJfV_lAYVNis2w-rg82afG7Radt3AgWKMJw1vHqdeiJl2kNdT6gLFg_w_iewBaYCAfK7R7hClylRHQykOc4CLnT2wpEfoK1o1qZD4g','Brie Brown - I had a good experience here, very fast service and friendly doctors. Thank you for caring for my injury. Happy Holidays!',3,'',10,1),(80,'2020-01-06 09:14:35.520323','AIe9_BGvUJd9etQojwpjZIMsiFneOpZtMoZ-Ja780uRlt3FLizNnv5YYN5DMRZGQRnJaXeGHbZq7VTKihFqwHyuxSj96j3qoUuhDkMRYDAeJGZvM_lNTHkA','Taneisha Ezeh - Quick and efficient service, friendly staff appropriate medical care provided.',3,'',10,1),(81,'2020-01-06 09:14:35.569508','AIe9_BGvUJd9etQojwpjZIMsiFnedM0q-XlA9VKnqu7lcdZ5HPwe5UFcKtVKab6ELpw_vale6xtLgWqrKhbTB7UDDbDjF3L4C21Fv4KRnHxZTINUgvnaKI8','Johnathan Felder - Very helpful, I was in and out in no time!!! Staff is very friendly and professional!!!',3,'',10,1),(82,'2020-01-06 09:14:35.618851','AIe9_BF8X4EpR_fF6mwcYdso9awg7xgdfN6zC6aQ8ar7luJSXuuCkiN6ClVqhp4D41G5lFwJf3mc9Fc_ehVPN4Gd9ohfqcFHlmibaXfbjxjAxAIPN_AQJrQ','Jonathan Renderos-Rubio - DR Feig and nurse sarra were amazing people and helped us so much! Highly recommend it',3,'',10,1),(83,'2020-01-06 09:14:35.668173','AIe9_BHZM2k_MpOhRgkb8w5Bn_ur-2Ywr--aYHcMwAeWZh4KMXjG-b4-owrG0BYaCQxOvSIgABq2toyIokFIJya2MJRjtuy9u1Y8Fv1QRHPMBM6PQq-kse0','Jennifer Alvarez - Everyone was so caring (Carly, Sarra, Holly, and Thelma)',3,'',10,1),(84,'2020-01-06 09:14:35.815946','AIe9_BGTHfLB7ZAtvlQmidaL-PvDQa3u3UPgG9Lcu1no-B9V7b6tWLvtdWnUeCXl5ws08b69mCM9jHT_Hx5Pd5rE1vmxWqv7TclUNW3HkrRHb_RLAc9BEv4','Walter Salamanca - Everyone there are total sweeetheartsā€¼ļø\nCarly\nSarta\nHolly\nThelma',3,'',10,1),(85,'2020-01-06 09:14:35.914479','AIe9_BEV1VP1woYvuPRixSBHlWg4ai_D8M0FHEaIa0DAO54UBeg9aMEDkcZF4P8ixlIhH5CO2sqHZochd5GuzdbrseJurkWW8pVKdBH_H3zCKJybJWMrvIE','Melody Salamanca - Everyone there were total sweethearts (Carly , Sara, Holly and Thelma)',3,'',10,1),(86,'2020-01-06 09:14:35.963388','AIe9_BFLHEJ8hYqd4VCbbc-EtvgMll6hI4jg7KDKAaNq-CCXHxj-lVjagrNkxhpr5lV1bg4fc9Cy8q40_MKMrgG7Fl4UJXWHWr1h4gog-G3sgKO8ar5PLWQ','Hasna Aouya - Dr. Faig, nurse Sarra, radiology tech Holly, Carly at registration and E.R tech Thelma where all very nice. I didn’t even start the paperwork and called my name. They whole process was ',3,'',10,1),(87,'2020-01-06 09:14:36.111532','AIe9_BGErQpX2pRNZrXBy5NOsH0ePKY2HZaFSBeKwNVzNO5mg-KcLVAL6h6EH9j9HeH_xYIv4SJNXjLHCEgNZ1NyCa5VpO39Wq-DpXWdgO28B9gO_eGHyoM','ameras G - Maya at the reception was so nice very helpful',3,'',10,1),(88,'2020-01-06 09:14:36.160280','AIe9_BHkHJRvhG8n5BjqdcMSKR_FTcHYJ_jtvOW8kiHNKNBDHobSG0NcyxQVyMLyt0vJqOuR4NKsY3YAC4NiuaohtGZfLHbkx0qQAVbQxcXiZvlF2Rfd2F8','Chadwick Ward - The staff was extremely friendly and professional.. keep up the good work guys šŸ‘šŸ¾šŸ‘šŸ¾ Dr. California, Laura, Maya, John, and Fahmen were awesome!',3,'',10,1),(89,'2020-01-06 09:14:36.259325','AIe9_BGTHfLB7ZAtvlQmidaL-PvDEJ4dPIRVLCtcE_w1OsIXYCIK9uvVKio2m_QpNQCQvbW3q_ozo6SDCeGF56ki_55DXpt94n_B1uu1nXXLliejdxaYR0M','Young Lion - Dr. wang is amazing he answered all our questions and was very professional. \nCarly was very professional as well \nAnd the rest of the staff was amazing \nSarra, Thelma, Sherwin very amazi',3,'',10,1),(90,'2020-01-06 09:14:36.357988','AIe9_BFDvtvCY6mNmVUeGBiBb7S5qAZ0rDgLqK3DWZnOWZc2SKXxMmUqniJNEk84VNjQk283rGOmH9XOxLBhj4z90nhMEHJjIG_nsATxWs0dUdTOwCIJ6BQ','lashawna white - My experience at signature was great. The staff at this location is very friendly, patient and makes you feel comfortable. Dr.Wang was very detailed and patient, he listens and he ma',3,'',10,1),(91,'2020-01-06 09:14:36.431960','AIe9_BEAgUIalCkcXZnurOUpP4uAAxS1smbCGKp44STEFJEsrIkwt3-M4Yz8ZtpZqXoFuXB4_qfLO8dcubLvY7qOGEgvaRT1TGPrt99J3bYSGShf9ybTnc4','Bunny Evans - They were also nice starting with registration with Carly! Dr wang answered all my questions in our Rn Sarah was wonderful even the tech Thelma and radiology Sherman was great!',3,'',10,1),(92,'2020-01-06 09:14:36.481122','AIe9_BFLWlqwz3qGBnCfbAsLD0lVMMHg8rD427VYc3VeSHspzB28qsqZknbLXQhxouaO66QEwAQcdjgNL36R--LnCGES2IvYhmTYA6kwNv-JidSVc3RahsA','Christina Treybig - Great customer service and wonderful staff',3,'',10,1),(93,'2020-01-06 09:14:36.530354','AIe9_BFu3rdicGrPrzdyu4PDXmqMiWO9dy9na8VxSmMvDV3V32swHMPUCQGsPD0wtZfGl6VKqy5u8zjwRB77GjLRqAvwT0OZSzwl7wA-wS54Uczcwef5-jQ','Kiara Brown - Stephanie, Dr. Soli, Irving, has given wonderful service to my daughter...FANTASTIC JOB !!!! LOVE IT',3,'',10,1),(94,'2020-01-06 09:14:36.579683','AIe9_BExcxslmE1rr7n5jMcadSKeMSv7MzlnZ1Zumsj_Mhckk7ZBfM4A5a1HBEmNrh00A0CpKtHFspvMavbUQb6tHpgXoVbU4-4hSXKxh_fAT7sun6ja0GY','Giovanna Flores - Came in for a bad tooth abscess.. maya at the front was super helpful and nice!! The nurses and drs helped out a lot! Definitely amazing!',3,'',10,1),(95,'2020-01-06 09:14:36.628996','AIe9_BHkHJRvhG8n5BjqdcMSKR_Fp1mIKVEywe35Gt5YTvqsr8e1tRtc-dyUOAEMpl1ZfNNNnLNWtW-aH_UhhW1h39rvYAzSBBtANaKVJDUwpR6iYuQP808','Geovani Ramos - Very dependable and fast giving good quality care. Maya the receptionist was a great help! Highly recommend!',3,'',10,1),(96,'2020-01-06 09:14:36.688701','AIe9_BF8X4EpR_fF6mwcYdso9awgIDImR3CZ4pL5z9wTLaQ_ooI03OaP9R2we_0FGDyr-T1QfDbP_4ikZCQipvptBGVyZA0-CF2aqynzIgT9gDOWw_UANGc','Colleen Andersen - Best urgent care! Quick and efficient. They care for people individually. Registration nurse, Ana, got us back to a room quickly and we were well cared for by De Faig, Sara, Tino &',3,'',10,1),(97,'2020-01-06 09:14:36.737970','AIe9_BFL0OZrFaHgoJtqifT1GHrIdrXotLiJvCkmY7l5ciADvdANIXuPJlMdK5vIt-b3eendfn38Gz-JUbYqSffK0lV8ozef2q3QFHOxg-pUCSHDn6vvMws','danny chavez - None',3,'',10,1),(98,'2020-01-06 09:14:36.787700','AIe9_BFDvtvCY6mNmVUeGBiBb7S5mxqFhravyVA170gU44VNqoVYKe8_er4FEmlj1f4_QBbkHtHl0XwqcpVlB0q_2iJoNCyUroAQp3msGjfL2VdwNhSQ3rM','Pre B - First time visiting a Signature Care Emergency \nCenter. I came in with my son who was experiencing leg pain. Check in was a breeze & we went back in under 10 mins. The staff was very pleasant.',3,'',10,1),(99,'2020-01-06 09:14:36.886427','AIe9_BHVBnWjBJvk55vq2QEm0wl-y11Q3KX2xF2nR7QGFgk1oWtBfTMluZjjiNpDtFfsTUFAl6JVuJUeebsZlMYzFQS_9asCZVYkPCOvC1lZNF9Fm44r-2U','Leonnya Elmore - Really great service, got me in and out in time for me to make my flight. Very personable and considerate. The made me at ease despite my discomfort.',3,'',10,1),(100,'2020-01-06 09:14:36.960165','AIe9_BEHZ7lh7y1sP-UInhkpmlIp8ojtdV6lNtwgKcYNddwFLFQrr2YLwRwbEgiWHJC4ZmtLCFYNsLFlKCOHn9Z_MZ8D1U8qBpEk85s4KqDx9SGRkkDYvS8','Lacretia Richards - The staff were very informative, helpful, patient, friendly, fast and caring. I want to send a special thank you to all staff including:\nDr. Faig\nRegistration: Ana\nRadiology Tech: ',3,'',10,1),(101,'2020-01-06 09:14:37.009546','AIe9_BFmRFRFwJGRfUDOW8jG3rXn8Dprw8Xg__eDFb93MkGtd_uCI6307C0kxbc8zE7w5emWxq_xgdf1ZCUA5w67XTBj3r8upRH2uxjOzZ8HB5g2yrFWrJY','perry davis - Everyone was extremely professional and made me feel comfortable',3,'',10,1),(102,'2020-01-06 09:14:37.069941','AIe9_BGhYIk2KhOdF8fekWDvq8JU8ZdL6dRkQZczO6zHlTQO-AwSwgQcSG5BXaUPui05lvV2ijlt406xZtrSY3_F-5A1yxOnQ9_Yl1BYJ8Wj4ZV-F3LK_fc','Leo F - Great place! Clean comfortable environment. The staff was excellent in everything from the front the front desk when checking in to seeing the doctor and checking out. Dr. Soli, nurse sarra, ',3,'',10,1),(103,'2020-01-06 09:14:37.130287','AIe9_BFhqAtkXvUqdYNeMuBBGjaAMAeq9fEXCtV2sGOiNnCoCU7zOTAa558NO66EdNswsBfSY-K_Uhoi7x1nelIR09QxuPbZs-fA6lEM-q_WyIAMyUcKbIc','Ricardo Polio - From the moment I entered the building, Genesis at the front desk welcomed me kindly. Nurse Kristina and Radiology Tech Laura checked me and took care me. Dr. Wang was exceptional wi',3,'',10,1),(104,'2020-01-06 09:14:37.179668','AIe9_BFmRFRFwJGRfUDOW8jG3rXno-kRmYAfIsMJSPKd8pM2yiqV2f-b-JUDR6_8yfl5Le7cvbEBuvSfydTfslJJnF7aNwXnzevHhCeObnGtvJg6yG_ejnc','Tracie Jones - They provide excellent and fast service! Dr. Wang and Nurse Kristina provided excellent care.',3,'',10,1),(105,'2020-01-06 09:14:37.239570','AIe9_BFL0OZrFaHgoJtqifT1GHrIuMsA75sjvkhMlyQk565L802ZFNX-MXksIgnqFkMU4lF-Ivv4e_YFMPVenpl0Z9hI-GYrfd44DVzbcxwH_N7eYdhwTKY','Sam Sam - Kristina, Laura and John were great people',3,'',10,1),(106,'2020-01-06 09:14:37.338504','AIe9_BHAFUK2tNBZL25dLQ0jVdh0OWoSain9pMJHFASKilIMXfohsvYJQxu5DQkGMqjU_tsRzyj2qjRfsI8hw32ap5Fg3njYHIsknhdB42dypCtZO3aL7K4','Eyekonik Lashes - The service was wonderful and quick Dr. Lindsay, Carly, Sarra,Sherwin, and Thelma was very professional!',3,'',10,1),(107,'2020-01-06 09:14:37.437189','AIe9_BFL0OZrFaHgoJtqifT1GHrIcjlSzIF3l4t7PyyENOn9hfYKQEcMC4t2ehW5iGQVRG1rc5b7k5qdxA8WerkcbKiNyxgRUBf7A68Ai0Fiw5PX1QQ9nG4','Chucky Ka\'lean - Dr Lindsay, Carly, RN Sarra, Sherwin, and Thelma were nothing short from the best. I really enjoyed coming here and would come here again in a heartbeat. Thank you for being a part of',3,'',10,1),(108,'2020-01-06 09:14:37.535621','AIe9_BFmRFRFwJGRfUDOW8jG3rXnkewRZ5F3eM7Z5HgULKlyLs9t2-P0CANZPnhAnKYGhYQrIyHuag1qm7Ljn3BgQPEVWcqwXeLZ-CglleL9e01xpLWXy-M','Chrissy Bishop - I recieved excellent care here! From the time I walked in, Carly at the front desk was so sweet and helpful and got me to the back before I could finish the paperwork. Dr. Lindsay and',3,'',10,1),(109,'2020-01-06 09:14:37.596341','AIe9_BHAFUK2tNBZL25dLQ0jVdh0ysafUT3phC5WUcaRtoQn_YBfxKtFqVX2ZzO_Q87L-XKVEdUQZdjCOw-37ltcw6yUC0Uk8HE_F-sB7lAmqELfc0sy6C8','Madeleine Mag - I’m really happy stopping by here. I came in and got seen within 10 mins. My nurse Sarra was very sweet and answered all my questions regarding recommendations and my current wellbeing',3,'',10,1),(110,'2020-01-06 09:14:37.656601','AIe9_BGhYIk2KhOdF8fekWDvq8JUXSOYjpgqKpN4m7UJ_WfN0q5bE0CqVnnoOE0rKic8jzWv5DkpCCBkOD5lWcPBB-6HroQFiyK_45moQvVrcAZxAIj2s8Q','Michael Castillo - Everyone was professional and friendly. Especially our nurses, Sarra and Victoria. We didn’t have to wait long to be seen by the doctor on site, just for the specialist that had to ',3,'',10,1),(111,'2020-01-06 09:14:37.716734','AIe9_BFmRFRFwJGRfUDOW8jG3rXniITRxeJr2bvf80puTeweweqNAjvfyXuLnMsJV1JZm6lFxHtyJqLSfxoNJ-DzLwHfwYOMefUNfBoUxoQ3PGNxNNs71es','Caroline Hoang - Fast and efficient service with little wait time. Thanks to Dr Garcia, Maya, Victoria, John',3,'',10,1),(112,'2020-01-06 09:14:37.777119','AIe9_BFLWlqwz3qGBnCfbAsLD0lVp0dk21tiqvlyr-ywUCl0Nxw3HC6nP484H86zAYteB0tvKQGWj--LvEG6AWjFVBhWm1jr-O_QPiOwmxAIOj1WIXbuNp8','Quyen Nguyen - One of the best ER experience we had. The staff was friendly and very knowledgeable. Thanks to Dr Garcia, Victoria, Maya, John, and Ricardo.',3,'',10,1),(113,'2020-01-06 09:14:37.837602','AIe9_BH3gZxYpIxBZcqAOO5HuBVkeGBqrGVDEzj7NkFpXwX67eoIrohtQcNAKtLC88vk7KFmT5ho6bYHbiiMCkwa_9m1eMVTQGufp6YPf-VKlvlH7DQRWHc','Ngan Nguyen - First time going to SignatureCare Emergency center and my experience was great. Anar was really helpful from the time I walked in to the time I walked out. Nurse Sarra and ER tech Christ',3,'',10,1),(114,'2020-01-06 09:14:37.936102','AIe9_BExcxslmE1rr7n5jMcadSKeVhSC3rjSfKMUfxoXsvFINyocHg36p9GiTtU_ndQZwuwfMRjS4BdDs8IajC_MRHiiUCDhmevVVwLaKvZSqnokxz8juEw','Jason Nolasco - Their service is very good thanks to \nDr.Tran\nRegistration:Ana R\nNurse: Sarra\nRadiology Tech: Sherwin\nE.R. Tech: Christian',3,'',10,1),(115,'2020-01-06 09:14:38.034827','AIe9_BFL0OZrFaHgoJtqifT1GHrIEowp8-o_BnYAPa0KvrD2QToEbni1sABnuplaoICn6z1xAlrBW9UwJ9KFz2fCcru3lHpL9Q0diE3dvN5rjQYnQZ_iA8Q','Hilton Caicedo - Nurses were doing a excellent job taking care of my Bm',3,'',10,1),(116,'2020-01-06 09:14:38.133259','AIe9_BExcxslmE1rr7n5jMcadSKeaajSFxP1zuN_UEbCjKpJa1FkZKM3UikD2yhEqAaeAt1bjVNadwlKmqZ3qgSNP-GQWb_-9LsXdy86pU9xoqgs0q5BPVQ','Khanh Nguyen - SignatureCare has been a lifesaver for my family on several different occasions. The service is always fast, professional but also very personal as well. We are always well attended to,',3,'',10,1),(117,'2020-01-06 09:14:38.193563','AIe9_BHknFajYLCY9NfgBafSx8bic8sZOwF1U4vR4MPiFnmyVmX9ezgZkX-Y7rsxqCSKMOZnkt9yysDoE4wReNumjwjQeVgG0jPJDqhF2d-Lr3osZuGJIVc','Brunilda Porter - Dr. Tan and her staff was amazing truly professional and caring with me and my daughter ā¤ļø',3,'',10,1),(118,'2020-01-06 09:14:38.253942','AIe9_BFLWlqwz3qGBnCfbAsLD0lVo2EpVuxn6wuTx9fscdrRsBTtYcemV7KMLBQOF_p-VXUwnswPC3l95_4Z2ee_w-HNNT2v_wm1Wu1s4A2tzVvHD0VlWhc','Kandys Landry - Wonderful super friendly staff. I highly recommend.',3,'',10,1),(119,'2020-01-06 09:14:38.313930','AIe9_BEV1VP1woYvuPRixSBHlWg45r3odXtsuePCecGe3WvLFOxLx_5-Oq73cyEuk-STGarB0nCYdhicU_WgOtQYv0TIC5iELwlsNlO8IQPZcCit3KZq6yU','Anthony Artis - The service was great! I was treated in a timeline fashion and the the professionalism was great!',3,'',10,1),(120,'2020-01-06 09:14:38.412894','AIe9_BF8X4EpR_fF6mwcYdso9awgsuOpOeoGJAyPEfCrvjsGvQzVhF7kt52sJZNPIaS-wod0J542U8ITrPKQ8lr0CLyZHmNnTDXdYT72prX-IGADKwgOS7s','Cally Hearse - Love them great service in and out \nSingla Stephanie Carly Mercy',3,'',10,1),(121,'2020-01-06 09:14:38.511555','AIe9_BFmRFRFwJGRfUDOW8jG3rXnt4M3MPUT429ubmG3iYalUZxdEma5lISS-5ZpTtWrEOSfyX1YhRNofgZGEhqcqcOuCLOsOlTmxJl_kIQKeRSRnQ6Xopc','DJ DOBBINS - No wait time. Staff was very friendly, caring, and knowledgeable. Very patient. Thank you to Ashley, Kristina, Tino, Olivia, and Dr. Wang!!',3,'',10,1),(122,'2020-01-06 09:14:38.585424','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG24_Cl8CrTTP9F939_fMXlHYBLeq5iMNoANI3PtPXtsRKBbqGlfSOOGRDr0LygXiAK5iJ3sllUtkKkawJa1rTsTcKW6D8','Kemelya - Really happy I came here. Dr. Henderson is close and his team is great. Kristina is amazing with kids and made my shot bearable. Olivia and Nicole did great testing also.',3,'',10,1),(123,'2020-01-06 09:14:38.660172','AIe9_BHAFUK2tNBZL25dLQ0jVdh0BpODJi5cv9OUNjBjaIZhitGjiq3zlk1543SaITh9hvLylIvsIYxQwy158lewnEF_GY6CT1KYYcZRcxgZ3hCS-SXV0M4','chris byrd - Really enjoyed the humility and comfort provided. My wife came in and needed a full work up as it’s that’s season and out the gate Maya was courteous and inviting. Olivia was a sweetheart',3,'',10,1),(124,'2020-01-06 09:14:38.717134','AIe9_BEAgUIalCkcXZnurOUpP4uAa_ee9APSj0fsdauPDSJNYq5sSA-WRym0omQ5pc4f6HOtteiPSOKpWluaJwYZ-PQJxEIju8VzYzsZBX1wDdHUK__mjTs','Margo Branch - Maya at the reception was great and helpful!',3,'',10,1),(125,'2020-01-06 09:14:38.777349','AIe9_BGlY-BaOO_aND3JZqxJBS1Rxfk0_ji47opHrhhb3oVCsChmys3ttajeAN-_0UzYkcYHdCHtPAxnFFbDMQqflJs0eUsW36CKocQKz1o6Vn4POCaK6Vk','robert - I had GREAT experience here. Dr. Henderson and Nurse Kristina were very friendly and explain the steps for me to get back feeling 100%. If you want a fast, quick and friendly ER process. I ',3,'',10,1),(126,'2020-01-06 09:14:38.837760','AIe9_BG_KYPQZrI7j-moUldshgc1iohPORVcAjFYJ2qtGJza-8yg0O0Hu7cytm7z2YnZ_BO0hR1UTU66wGSzB8cRx9kMZd2Kn4fP1X98oOsSiHoYJqg3sM0','Dominique Rodriguez - Came in tonight and the staff here are absolutely amazing !! The receptionist Maya was very sweet and friendly. The service was quick and painless, Dr Smith and the nurse Kristin',3,'',10,1),(127,'2020-01-06 09:14:38.898339','AIe9_BFhqAtkXvUqdYNeMuBBGjaAhzBGLwN_2Ub47M_59t1fvwGlKNc-kFna5vUk9INJCmXXo-wut8lHip_eluW0cxcwEMlGHdjZ650wK2Pao27xw2eexpQ','Angie Crowley - Took good care of a friend, maya at the front desk was very helpful!',3,'',10,1),(128,'2020-01-06 09:14:39.009716','AIe9_BFDvtvCY6mNmVUeGBiBb7S5bTUTX2sBJ8D66aeYUNANDRfHqAw4jhTrGZLhI1uJcakBeqZchL2j9FEsZt1UO5tLWDyNbjrSuftnG9CMR-o_torpdT4','Amber Casimiro - Thank you, SignatureCare for the phenomenal service! Thank you to all the caring staff Dr. Smith, Maya, Kristina, Laura and Bram all made me feel much better!',3,'',10,1),(129,'2020-01-06 09:14:39.104652','AIe9_BGvUJd9etQojwpjZIMsiFnenZfrYM0Gvj8EdM2Fby-Zu1gKIptbun6V0HAPNAA-ZYgijPDcIwIlbiw_SwFS0fvw9aHkpHSwMO2UV74Q9x7HtJg2uT4','Ariah Brown - Was very friendly, clean, and efficient. Service was great!',3,'',10,1),(130,'2020-01-06 09:14:39.178722','AIe9_BHZM2k_MpOhRgkb8w5Bn_urR9kiJyslV1TbEoUp9IBxTIgM8QVH8uEnbMjgAoLpf4HZSXd1B4AdIe37cXF2unqDtVd75b3sNCb94-zodTXdyDaaTfw','Terri Matthies - The staff and Dr. Faig at the Westchase location were extremely kind - from the receptionist (Angela) to the Radiology Tech (Laura). The nurses were awesome, everyone was attentive',3,'',10,1),(131,'2020-01-06 09:14:39.227851','AIe9_BGhYIk2KhOdF8fekWDvq8JUzReJ9iidwKzRdhv82oq8WPzBeHToKWc3_TaMruBg4OWAFMm_XV-R9c9ma3segklzHSa9GxT9ah0YPqoX2Si0hpyXFeU','Crystal Chukwu - very nervous and teary eyed upon arrival the feeling of reassurance they gave me to find out what was wrong with me warmed my heart wasn’t like most ER’s didn’t feel r',3,'',10,1),(132,'2020-01-06 09:14:39.277008','AIe9_BH3gZxYpIxBZcqAOO5HuBVkRiAtWE8yiOaEe9wqJbCTB5m-pm2dcopM_EPW9booSCm_Vubmd-sXXj6HioHavoC1Z0i8k5EgA8SZZkubES3FLZRU3PA','Charlene Rollins - I was seen there on 12/9/19, wow what a pleasant pleasant experience I had there, Dr.Nylund, RN Saran ,and it started with the receptionist, Alysson, the service was very passionate',3,'',10,1),(133,'2020-01-06 09:14:39.375287','AIe9_BFu3rdicGrPrzdyu4PDXmqMI3EWYxaQvEc90h6_hAI1zAj71MJOsvvMlynfojuZg-KxUWIuv0Xop8ddIl0dzdDfkmjGlLFkqbAltVVQ04by36G2LYY','Family Ireland - None',3,'',10,1),(134,'2020-01-06 09:14:39.474106','AIe9_BHAFUK2tNBZL25dLQ0jVdh0-2ie1B8BlwdIy75Zh8eiFqV3dY_WYZ4poo_Of_1gVDDbEvdVUpm_rjZ0Z5vFuAHIF79r46KbjKS2rYl82zKZ2IoycZA','Roberta Jeffery - The service here is exellent I\'ll recommend anyone. Mya was very helpful she has excellent customer service.',3,'',10,1),(135,'2020-01-06 09:14:39.572852','AIe9_BEHZ7lh7y1sP-UInhkpmlIpOkvmtGGL6jVNmATn-mK-ApnyC_3ihBBhXMKtOhFbm13LEkB1rn2PXgSgEy9lxcKIvG8ltVKUMjf6N8YMWkyyEXKwNjo','Anita Rich Salazar - On December 10 ,2019 \nFell fractured my left malleus bone and Was in severe pain. \nWas not in good mood obviously and was very short with Maya at the desk. \nMaya was very profess',3,'',10,1),(136,'2020-01-06 09:14:39.671095','AIe9_BHR7p0hPy1flx1br0TYdEUBbIoITRnlBIUeOVYCZ27GCoW2hzycxdPtbw7nDuZkfh2CZJW7OXYo1IkfDeTLPfBtJRNo02LvS0yrhZScgY_QYf-3NhI','Nisha Davis - I was very skeptical about coming here but it was close to home. Went in and the registrar Genesis was very nice and quick. Check in process was so fast! Dr. Jaber, nurse Stephanie, E.R ',3,'',10,1),(137,'2020-01-06 09:14:39.720341','AIe9_BGlY-BaOO_aND3JZqxJBS1RMME8KYOVfYevIZml7jKz8iCgRmkZdxX5KWdI537avULZRMr8Ekg4ZVdtQ8S0NBNz4LLzSys463AbnlodMgSNZzk8O4A','Andrea Jones - Best experience ever! In and out in 30 minutes. Dr Patel was very easy on the eyes. Wonderful service and explanations.',3,'',10,1),(138,'2020-01-06 09:14:39.769517','AIe9_BGZuRKHeO1iYrcf4B001kE2-U-M7DrnvPvR4OqavVnxVYy3FLbhWGGTTlhpZ_w_bOaA4GikRmZVa2bG1aB_9HkZIMzV_Q0WzttCO8X6JvNTdPSXcPY','Andre Murray - The experience I had at Signature Care ER was amazing. Ashley S. was very welcoming and worked very fast on not only me but multiple patients. When Dr. Patel, Tony, and Scott came into ',3,'',10,1),(139,'2020-01-06 09:14:39.818773','AIe9_BExcxslmE1rr7n5jMcadSKe8zUpggrysor6jfgaCbVXy028Hsft6u6_GtUBh5PR5s8bHTAxY9ndbWjg-quW-HP2W_b-eAHt2CWyBo5m6bxERAQZ9lY','Hartsvoice! Hartsvoice! - Great customer service,Thanks Maya for helping my wife find her ID!',3,'',10,1),(140,'2020-01-06 09:14:39.868019','AIe9_BFu3rdicGrPrzdyu4PDXmqMVd6FCTw71WknzdKUmioBC2J6mvDCmn3Wa44iJoEt-Vr1COUw-RkzcsiMx0wJRmEc6_aPXNjEaR80p1jC6T-YWDccVvE','Rosalyn West - I left my ID and Maya, thank God for her she went above and beyond to locate it!!! Thanks again',3,'',10,1),(141,'2020-01-06 09:14:39.917304','AIe9_BGvUJd9etQojwpjZIMsiFne0Si2bGJzNocEEU-ZMuzDEQZ9V5GFmkdRzAy9WbaIxKyOS2g3jjLkjxWrDHxeyoDLs0_w7rYFdpp6xR02uw1QCM0gfac','Vixsks惄 - None',3,'',10,1),(142,'2020-01-06 09:14:39.966514','AIe9_BGhYIk2KhOdF8fekWDvq8JU_aZ9xxD2J6HIcA1qYknAzi_xUBRu-yJcd_khViwUeQU3Q27F4ob0uDoM72vkQ6U-wKL3lsZi5aDI9-ATMOx5-0BSaXk','LeAndria Randolph - Fast and very friendly staff. Just moved here from out of state and they were welcoming right from the start',3,'',10,1),(143,'2020-01-06 09:14:40.065514','AIe9_BGhYIk2KhOdF8fekWDvq8JUvUCmLbImrptIXfJ7WfITTmL4NvzudlTXy33aifT9yLSueDqZRJjLoOEmTil6k_grNW1A5gZJ6_JmLXRCfPl5RtQHxGs','Deb C - The team here is great, friendly, accommodating and they LISTEN. The facilities are spotless and this was really the best medical experience I\'ve ever had. And Dr Patel is super dreamy lol.',3,'',10,1),(144,'2020-01-06 09:14:40.212779','AIe9_BFqh_zr355jzGaEpH7666zcQOp5eiLhMEBqK-5C3HvyxRKSILm_HynDh4mrf0ULBmuyw3WRKjTBkHQlsoa2inUDfikqR_DS7Cd8LWOkmk5v7bPToE0','Dayveed Youtube - It’s a very good place with good staff and well experienced doctors',3,'',10,1),(145,'2020-01-06 09:14:40.262052','AIe9_BHVBnWjBJvk55vq2QEm0wl-BZLK-F2KlLSRw9ut7mkMqvt0vDKD8ctunD2duhh25H6uG2BMYWyuABZrsa0aDf0b27aOtI10F8w8_Naf40psLjN4zsE','Monique Gingerich - Very friendly staff, I was seen very quickly after arriving. Everyone was very nice and professional which made my visit very comfortable thanks again Alyssa',3,'',10,1),(146,'2020-01-06 09:14:40.311348','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2gnxxGuUtEXGGsh3qqmT22-6X22vSpWkmCe3gfCCW7wCS_SS5fvBPexp0NEVTFVHgXFTOQ-uCsRctEhX5e2WFq5EdPpo','Demond Wright - Very fast and knowledgeable. Excellent service',3,'',10,1),(147,'2020-01-06 09:14:40.360564','AIe9_BGvUJd9etQojwpjZIMsiFneo-ohZHWVgO6CGe5-vNUkny_9Q3rOBooiGdPQalxYAxDGwqbeCCW6dTyPh6PvhivFgDhSeNphwF0ubxXhRHxACHWF-Yo','Magdalena Dias - I’m new to the Houston area and had a bit too much fun at the NFL Sunday! #steelers won.. I conveniently stepped barefoot on a piece on mental and cut the bottom of my foot...I was gr',3,'',10,1),(148,'2020-01-06 09:14:40.409299','AIe9_BExcxslmE1rr7n5jMcadSKeK8Rl9FJcIUak9vQdfzfZK2E8fBEdkcNnS7F8pfPoI8bMG7v0KEoDBlnkoR5Ynue83_AI4bBWdDCX_ifCrwFDvuha1VU','Mashal Kazmi - The staff and service was wonderful! They explained everything perfectly. I would definitely come back.',3,'',10,1),(149,'2020-01-06 09:14:40.458861','AIe9_BGIy_plKfaZrItPyyQZNLvsPMLAprb0Tn5bZTuOKK3yq2x3nF8lSYbgsIgCdStPUZYA7Kq8UCE1H4388DR7vMfs-ZYfhmgpsHwrWEXHG4eB3kkv5wo','Renee Wade - I was welcomed warmly by Genesis in reception and seen before I even had time to fill out my paperwork. Kristina RN and ER tech John took wonderful care of me and Dr. Spangler is the bes',3,'',10,1),(150,'2020-01-06 09:14:40.557470','AIe9_BFDvtvCY6mNmVUeGBiBb7S5BB1qUZhPVx2Oneuu9vsQ3qkNaplDuvzuIGRg_18V03Ndfsj7rB7K5hQrpmmgPAQYFACd7LJ2nNLurQWQ160r3NEuddk','Cavin Langston - The staff here are wonderful nurse Irving B is a great guy just all the staff here are great ppl please visit here if u ever need an emergency room.',3,'',10,1),(151,'2020-01-06 09:14:40.656012','AIe9_BFu3rdicGrPrzdyu4PDXmqMuhxfbNhbLsIUFSOTKfvMB2XrtmpA9NlUEFtToJdu2w7_sJsF6bgI-bU5uhUHumzCjZc4iP4GOxpqsHXsEeLd6fl7k8E','Kat Green - None',3,'',10,1),(152,'2020-01-06 09:14:40.729945','AIe9_BHVBnWjBJvk55vq2QEm0wl-9Gr-XMWDy34Ku0xT_aPmzQiJoaTE3Fj6MHIC8ZCRQv6yRRQjxRHSx58rWTxLXuXjb_6tKY5nQkis0qsySMKqEAhd28Y','slim frank - The care I received From Dr. Miller, Kristina, Jennifer, Laura, an John\n\nwas beyond amazing. I could barely walk when I arrived, within an hour\nI was 90% better. Just wanted to say Tha',3,'',10,1),(153,'2020-01-06 09:14:40.779008','AIe9_BFqh_zr355jzGaEpH7666zc30ry371bUJtkWf2PeEmlrBuHmqwCmiQ1UxvUYZFkGE_5f5d9Sgy41Mf2KwJo7Q4ayjRl7PghTbKhFaPPui5aNBAt3aM','zach leal - Very prompt, I was seen to immediately after entering and describing my issue. Both the nurses Kristina and Jennifer were quick to get me set up in my hospital bed and get me on IV, just a',3,'',10,1),(154,'2020-01-06 09:14:40.828436','AIe9_BFLHEJ8hYqd4VCbbc-EtvgMRe3QwaWtwI-gHEbwq2bSHLaI5Q_vizEZ1VWVtheTeHQtDgcB0YqDaRusqts3OVYzw8DoqdNf7v6t3CHC8O59WoFAaa8','Latere Beaudoin - Omg the receptionist is amazeballs her name is Alyssa she has the best customer service ever. And the doctors are quick, nice and straight to the pointā¤ļø',3,'',10,1),(155,'2020-01-06 09:14:40.877602','AIe9_BGhYIk2KhOdF8fekWDvq8JUa31Ewwqb9N1oXu6rmoM6-jycI4qnsuOBcJzEgGhqjB5q_hMUwsL47gJP-K9P6NlZUs3CB8rbshTirU-PTTZVeh3o2n0','Jackeline cb - Love this place. The doctors and staff are all so sweet and caring. This is my go to spot whenever i\'m feeling sick.',3,'',10,1),(156,'2020-01-06 09:14:40.926777','AIe9_BHx9wW5OAXpNIH08blLdli06z5fAMHP--uu1AyStQlwJ9PLprdikRZITD4E1Xo1KhCBP3r4RI6buDLygTW1QCk9ZTIKwLjhO-ket7ieGrg-gt1VGIg','Sunshine Mathis - None',3,'',10,1),(157,'2020-01-06 09:14:40.975686','AIe9_BF8X4EpR_fF6mwcYdso9awgSK9s0GLlGu60ghCyjLE4AnprCTmsvXtDiCKGVZrIsz0JMRIJ-fbjFF6c0Qo-KV6K_psuOtRdsP3QSvNSYCiqHEL5Q70','Marie Prier - I had been there a couple of different times before but this time really stood out. Dr. Jaber was sooooo interested in how I actually felt and so concerned about my situation. Sherwin ',3,'',10,1),(158,'2020-01-06 09:14:41.025227','AIe9_BFhqAtkXvUqdYNeMuBBGjaAX3Q-QmY6iY1mLqdlepMO2MfHr6fjNiGdA0LalIlHiEfkSAGBEMIvt05Bwprbi8pmDx_2KS_tH5DxFMhbf270SWC9N-k','Rachel Wagnon - Mercy, Jeff and Dr Lim helped me make this process so much better and were extremely helpful. I won’t go anywhere else but here. They always see me in a timely manner and so polite!!',3,'',10,1),(159,'2020-01-06 09:14:41.124259','AIe9_BFu3rdicGrPrzdyu4PDXmqMriYy9wk8Rfn9tczMbLsWzEeKoq4ebMhGW6iezsW3Y45x69kPVrAUJu2OO6B0cgO5s8vmniEfJKKxbxoo1ImfFF7PNqg','Alisha Beard - Mercy and Dr.Lim were Wonderful I wanted to thank them very much for all of their help and consideration and having patience with me coming in with bronchitis needing several testing an',3,'',10,1),(160,'2020-01-06 09:14:41.222484','AIe9_BHkHJRvhG8n5BjqdcMSKR_FcqLz_kL_1JEr6YOgqTJyrvELuTJsTVBL3UxyQonpZ-6ppDV3S8VyfJWyhoGRZ4g-wUxX6uwbbK1DwtIYHfuQalGOPnA','Courtney Gunter - Excellent care from Dr. Daniels, Breanna, Irving, and Holly!! I was really appreciative of the way they took care of me!!',3,'',10,1),(161,'2020-01-06 09:14:41.271702','AIe9_BG84YPnR8vhxeJfV_lAYVNiOtR8FAo2ibRifCD8j8yuH32RqnTuvYhZPRi8M0p7zjithKPeQtlQxpAokc56CYxQkhtl5yM-entUIlBWAUhariQ8MmY','Trevon Ellis - Service was tremendous. Good staff with Edgar, Irving, Holly, and Thelma.',3,'',10,1),(162,'2020-01-06 09:14:41.320893','AIe9_BFhqAtkXvUqdYNeMuBBGjaAOHjKKDwuNQaKPGdzIJko73SMriUdu4AUnE5z6qHpNK9yj5hlttRaqUo7CqjfLg4JI8rOCyeQoS1dsjyp8NFJGLDF9hc','Jesus Aranda - None',3,'',10,1),(163,'2020-01-06 09:14:41.369875','AIe9_BHR7p0hPy1flx1br0TYdEUB3FZpVahNbdUZzuV8lOnd7UrGTF0YsygS6kWSIMq8K4wccNcesgHMKiQSfoGH9j8MN6P3cfx2qemhu1i_7Y3Ip95z1Gs','Kelly Greenwood - Cannot say enough great things about the care I received! I had to seek emergency care 11/9/19. From start to finish, the care I received was amazing and excellent. The most importan',3,'',10,1),(164,'2020-01-06 09:14:41.419431','AIe9_BGRQgPYLyzMT9U_xLCp0vBePFWTUwoV7JeBsKyEnkvvh0Slv-QGEtwhUcxQ9XziCtoqGW5Ld8YheAIevBpEh8RnviKqq7QpOG6ScwZp8HuF_mRMcjQ','Courtney Williams - Awesome visit! I have asthma and simply needed an inhaler and was able to get checked in, examined in less than thirty minutes \nDee at the front desk was so nice and helpful and th',3,'',10,1),(165,'2020-01-06 09:14:41.468121','AIe9_BG84YPnR8vhxeJfV_lAYVNi9bVWiDsYzcwl5Jea-R4s4P4WzYVAeL5Fs30xW8nc9WLupfm1jcfJBt2e9ddTxGfU2YCY3_iQd7x4ujN6Y-frJAtca9w','Latasia Ramar - The staff was so nice and helpful.. they were more than willing to help. Dr. Wang explained everything perfectly and Irving & Thelma were extremely courteous as well. Would definitely ',3,'',10,1),(166,'2020-01-06 09:14:41.518266','AIe9_BGhYIk2KhOdF8fekWDvq8JUhX2ybfzzk1sJSbkX7WRG-ulT0rKoeIcqTW6TPqlY2HwxZMv0-mJ4Zd1g9ywYKkBaTs_U8Od-TXK6b1rMrNiotVAMzec','Mirenda Langston - Signature had excellent customer service I was very pleased with everything they did for me and they took care of me in a timely manner. Staff was excellent and very attentive. I wi',3,'',10,1),(167,'2020-01-06 09:14:41.616513','AIe9_BFqh_zr355jzGaEpH7666zc63oEYQsxtVaXyp3WECNNhB7vg7Pdm7aBKLwvvFDri6DBhh_9bggPgDuMNn6EG7V1eucNVUWeivChKREIGQXCWrJYuNQ','Brad Bohlin - I was impressed with staff, service and Dr Tran. Got in and out quickly and price was less then I expected.',3,'',10,1),(168,'2020-01-06 09:14:41.715073','AIe9_BHkHJRvhG8n5BjqdcMSKR_FEei4Ds2guy2CZWMJ2T2HX0awUUONOGwc0jZZNJ69Lx0-Y8nkag9S4coIjVyPoC2otgr099PfsU5U4CE-aZhOoGuDxWs','Edward Phillips - The whole staff was awesome and fast starting with registration with Ana, Irving, sherwin, shaylene and Dr Daniels',3,'',10,1),(169,'2020-01-06 09:14:41.813189','AIe9_BH3gZxYpIxBZcqAOO5HuBVkJw6CwbjLRsaDWqZ2SaevM9ypmZagUDrEbScm_D2sgWmwBzYm7Z7XC6gbirb1ta3Y61QcJPdRsBFeHP70wevPEkIlUqQ','Connie Allen - The Employees at 24 ercare are the most help full People i bin with in a long time the made me feel good and well taking care off. Dr.Daniels, Nurse Irving ,Radiology Tech Sherwin ,Er T',3,'',10,1),(170,'2020-01-06 09:14:41.862739','AIe9_BHkHJRvhG8n5BjqdcMSKR_F1EODc2QTCCMZBleMQpZfonMCML5pdcYkMxreM_tat0UePk1jVy6N0jiSoBgx2bpnfTqahI3U9L88sZFjBYJAy3Khfsg','Everad The Great - Dr. Daniels, BrendaM, Sara, Holly, Shaylene, Officer Perrault!!! They were totally amazing and they made me feel so comfortable & they helped get everyone needed to live a healthy l',3,'',10,1),(171,'2020-01-06 09:14:42.011592','AIe9_BF8X4EpR_fF6mwcYdso9awgAftmxGCzRet2GKwiVgn5YrSzad1qKAEl1uoAGYScphSvgWP4GjHlfvWyRUP04Bg6mOasSa_DG6KojB78nGh044I9Co4','Amy Williams - Westchase location staff were super nice and chipper very helpful. I came in with bp issues and was quickly treated. Staff was very understanding and good listeners. Dr. Daniels asked d',3,'',10,1),(172,'2020-01-06 09:14:42.060828','AIe9_BFu3rdicGrPrzdyu4PDXmqMWOH8lewOaTfIgVgN62nrrTa0GpmvblY6_FglaVIiVQNHVVc8M0r1skpBDqHmhZI8PeOGMLdsAYlWqYEWEnnbNY-TlwM','Marta Molina - I recommend these folks all day every day, kind, speedy, caring, professional, efficient, attentive to hear the issue, examine and proceed to answer all questions about meds etc. Place ',3,'',10,1),(173,'2020-01-06 09:14:42.110232','AIe9_BG84YPnR8vhxeJfV_lAYVNi4_YSvr_RiGsGzn_A9zVoJyzxC6SEF38GF7utWhEYOiyHCol_dz_-YoptzCS9X91rnsL__U16LzGcwA6gamquaRcDpZU','Jorge Castellanos - None',3,'',10,1),(174,'2020-01-06 09:14:42.208688','AIe9_BGvUJd9etQojwpjZIMsiFnemChhDSD1Txbn74UZNe0VYKQ6cP7N39AAGpLUrtZHEY7AkLR7nVzP_cI3Xe6etyJqOGCjYNXhgbKj8W8oSfAI6crPIqw','Tracey Marvin - The warm welcomes, the smiles, the compassion, the bedside manner, the promptness and the listening ears is what makes a great Emergency Room, and the Westchase Signature Facility HAS ',3,'',10,1),(175,'2020-01-06 09:14:42.306724','AIe9_BG84YPnR8vhxeJfV_lAYVNicqcffOCE-iEqUlF8XNBggCQOdvEF65n1V1se4odRzA-ica1AtMdVE1_bh66BlzVCo44LGPycparYBIP7ESovMctKxNw','Jaime Guillen - Doctor and nurse very helpful and kind. We were in and out, everything was so quick!',3,'',10,1),(176,'2020-01-06 09:15:05.008203','AIe9_BEHZ7lh7y1sP-UInhkpmlIp8BezDi7JDn9j6_IiSyfjYs8WHdrRcNfd3GmU2YA01gmPpoQRARh_Y9CJpyThn204zolhxKbLrnSX24ncNu1iZcPGPcc','Extra-Ordinary Events - My husband was in a lot of pain and from the moment we came in we had a great experience. Anna was very warm and friendly and got us registered very quickly. Thelma got us situ',3,'',10,1),(177,'2020-01-06 09:15:05.126823','AIe9_BFhqAtkXvUqdYNeMuBBGjaAtLPQxBNkSCQOlRe9ohZi32-t2oTCOYQifOq6j4euf1HohwLGIEEPNVi9xkp_7mxApBEP3jXLaJ4y76upLwF0JOhXQf4','Layla Niyo - I love how the Ana Estefania R welcomed me she took care of me with joy and grate ness \n Dr. SINGLA, MD, NITIN K He was good to me very understanding and patient dr so thank you \nNurse',3,'',10,1),(178,'2020-01-06 09:15:05.308459','AIe9_BGvUJd9etQojwpjZIMsiFneNDd-m1gZ5G1k4nbvudaXYAs6yN62brH6MDGkvFzCJY4-r7VF2pAXtgnV1E4xIvsAqhcr3nbHWZgrDdJ3eEuHpnjKiQ4','MUZAMMIL SHAFI - I’m a physician . These guys are great .',3,'',10,1),(179,'2020-01-06 09:15:05.407086','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2x3TZXsTFPmJg0Yxm8eYATWhITym7BUclHUu9Sg1HAR6L_8ePH6-X-lwKiHj0bcewRpUoKD_XsQ9jobKAOdf27TAkTJ8','Pierre Whittington - None',3,'',10,1),(180,'2020-01-06 09:15:05.678001','AIe9_BEuFX7PcAP2nNY_ju84FoFSpXohDOpJuOnXbZEb0xx7lnuxJIZMU_OdbkdVE8uWpdVJ__1i-zK45QSJdzEWKty_PdRU4lZq1vebBTcwHoG-2zzL1iQ','vincent espinosa - Very helpful, second time going treated with kindness. Made me feel comfortable.',3,'',10,1),(181,'2020-01-06 09:15:05.776579','AIe9_BFhqAtkXvUqdYNeMuBBGjaApxZkTgbaurYaoT7NZb3LGm9bdDW8PVSt0skThcECp3YukZTOlPNa33aCPhjAelNeE6K1WSjVANcJeK_tzPoSsae01Nc','Vivian Jones - Fast and efficient. I was seen quickly and test were ran quickly. My nurse Irving was kind and checked on me as needed.',3,'',10,1),(182,'2020-01-06 09:15:05.875196','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2_AxzMASjV_rj8JzG77PPxGVYNDwhLwu7XtX5L_m7AGBiwG4EMTP6O9R8NeUlRXepH1uCsImZbeixy3tjYOX75PnDw-s','Joselyn Perez - Was taken care of in a professional manner. Treat me and my health quickly and very kind, and the medical staff was really nice. I would be going back whenever I have an emergency.',3,'',10,1),(183,'2020-01-06 09:15:05.924479','AIe9_BExcxslmE1rr7n5jMcadSKeP3DofkpqLtCqXhFXrqFB0fjGuevWSPW_fNr8SDp3tdrxFW4yiVQDq3VhXFDQ6YUQtLzO1ArjRMvnznGECnWyKpb_9ic','Ron Pope - My son fell Sunday night at 11:30PM and had a very large gash above his left eye and below the brow. Brenda at front desk had us received in the system (< 5 minutes) and the nurse took us ',3,'',10,1),(184,'2020-01-06 09:15:05.973708','AIe9_BGvUJd9etQojwpjZIMsiFneRDMeFAygYNk2I5r6I2oMIB0aoXd4ClqXv-pOJk_mbF92SE6nnQP2_FjK-HCMdeE0MDaCGU8HyYOGrwu1odj94Z581mE','B ChAv - Everyone was very nice did the best they can to see what was wrong with me. Worked very fast too I was out of there less than 2 hours.',3,'',10,1),(185,'2020-01-06 09:15:06.022894','AIe9_BFDvtvCY6mNmVUeGBiBb7S5N3xFMk0-TIKejkI3tRTs98fKkNziTmQ-tGRJPJhXJcokW4-oIPyaCxF4mWZhlei_smjKdajYVEyOZ-EDkIuc3bcL8OM','Rola Ayoub - None',3,'',10,1),(186,'2020-01-06 09:15:06.072202','AIe9_BGErQpX2pRNZrXBy5NOsH0efMoXDpF-HWEQsX9VxswHLUacxgBH215vWIxWf2p_zlu2wtRsthl4HoNfyBvukhHcocFkRc70D8Lu1-i2d1kTQMWkReo','Daniel Moses - Great staff and quick response time. Irving the RN was a great help!',3,'',10,1),(187,'2020-01-06 09:15:06.121571','AIe9_BHAFUK2tNBZL25dLQ0jVdh0H9_ikXt8Lm0LLWI_HCHSYwHkXGtrEGTYHa-AI3ChgnBmioOz3s0zW4ZB1GNp4YzOcScHudjHzCm7jLas07HQ8HZI9HQ','John s - I had an amazing experience from the moment I walked through the door even though I felt horrible .Staff was super friendly and showed true empathy the entire time .My RN-Irving was absolutel',3,'',10,1),(188,'2020-01-06 09:15:06.181842','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG27NapfUxbuVlb7jJFxxdp--V7qyaLjcALlBBivuHEuhENQCAgRIbizBWjB_kkl6yEmQ5UodNx8BHXCljGwFytgcZ79Kg','Amanda Norris - Everyone did a great job keeping me relaxed while they worked on my finger. Irving, Holley and Lisa were very helpful and let my mind off the pain! Highly recommend.',3,'',10,1),(189,'2020-01-06 09:15:06.280568','AIe9_BGTHfLB7ZAtvlQmidaL-PvDmmPKMFivgjdL3czNjbkbPvFitfqZcIIW7jgaI1lkTsvMjzD1fFaioPUxUC-D8jlLVyAq50cLlFsYeLHb1iqgFiEKsJ8','Deshanay Brinkley - Fast and great service\nDr.Thomas/nurse Irving \nRad tech Holly/tech Lisa/Registration:Ariel W',3,'',10,1),(190,'2020-01-06 09:15:06.378878','AIe9_BGErQpX2pRNZrXBy5NOsH0epqKvO0MydU3ym0LL8pzO7aURsljFuqhr4vsWkvpw2akv46K-jY3Kxm1E0W4gaXNAZW-uB_60Hnu8EDgfRF0sr0Tdcto','Clarisse - MOST FRIENDLY HOSPITAL IVE EVER BEEN TO. MADE ME FEEL REALLY SAFE. DR. Thomas, Nurse Irving, Rad Tech Holly & Lisa, Registration Aerial W were so welcoming. I’ll definitely be back!',3,'',10,1),(191,'2020-01-06 09:15:06.452929','AIe9_BGvUJd9etQojwpjZIMsiFneKCEQ3oB5sxVGtrphyR0gWk4MplNZ8WqKjfgWjjlSTMXOu0CDnqyy0YX_CWzjJYWMPR1knH6hRKJoLvjQsHLeDYPwSW8','Angelica Sampaio - No waiting, all the staff was caring and sympathetic to our issue.',3,'',10,1),(192,'2020-01-06 09:15:06.513145','AIe9_BGvUJd9etQojwpjZIMsiFnexxCW2zTHh9UwsBypHC6JnFdxzE_jz2pn7v5El7ycl9sbN2KdPHRDWHyaonumNfgfTT7ETZuaaI6l89PUMSK1ynrREQI','Robert Smith - This was a great exsperiance. New clean facility , friendly and profetional staff with prompt service !!!Gets no better than this.',3,'',10,1),(193,'2020-01-06 09:15:06.562510','AIe9_BGlY-BaOO_aND3JZqxJBS1Riac7cWeo3UJ8pqypE-LnJ2LdM8onqQRdWPONuIw1z8zaBdQaVCY1XsYbkzTjlqKKj3_3V-I8Cl9aG-6W1YRgqAgRyX8','Godwin Ndukwe Jr - Great experience, staff were very welcoming and helpful. Definitely an 5 star service.',3,'',10,1),(194,'2020-01-06 09:15:06.611829','AIe9_BEuFX7PcAP2nNY_ju84FoFSCICoZG2oiHTmAHTfD0dWKTuiH5r0QEJJKqLuDJvo90dJGrahIMTanmr5XNdGFhI-vA0taMIHog6O03RDW6wf_VbHqTg','Jennifer - The best experience for an ER clinic ever! I was offered a warm blanket twice while I was there. It took under an hour including with xrays. Everyone was friendly especially Dr. Patel. Very',3,'',10,1),(195,'2020-01-06 09:15:06.660976','AIe9_BHR7p0hPy1flx1br0TYdEUBczE-9P7OGQ9BwVYk6yGB6G1FUky1EBvuJYlpdu_I410vfIRv17aRPmGh_aSbDsk_CDF1fEjwimMMP8Z36WQAiQClNcM','Jennifer James - I received a greeting when I entered the ER. Melissa was very nice and professional. Dr. Appiah, Kristina, and Laura were all very helpful, patient, and attentive. This was my second ',3,'',10,1),(196,'2020-01-06 09:15:06.710667','AIe9_BHkHJRvhG8n5BjqdcMSKR_FwqyupMn9XN_s3SaIbRlDq7yuUmh-YXuXMoSjni5KYzKpJ3D5N7pQt2nL8_NJ5_QbqrkU7q_ZioIn3TU56rSu78NoR8E','Jose Gabriel Rosas - I went at night with a very strong headache. Everybody was prompt to fix the issue BUT the male nurse that was on that night shift, was really unprofessional asking several times ',3,'',10,1),(197,'2020-01-06 09:15:06.808516','AIe9_BHZM2k_MpOhRgkb8w5Bn_urMTWoaSq2fM0a4qAnm0PAO86984jKHHsKbrjz1somPfWWZWLTvnc3gZdEWR95IyW_RhCN0qJWeJeXY00HTiT0oNC_c78','Jaime Morgan - This is my second time coming to this location. Both time I was seen very quickly and also taken care off well they a great at what they do.',3,'',10,1),(198,'2020-01-06 09:15:06.907494','AIe9_BFMK6FB7k24ANEBV5CospTT9nkRbfzfYaiH0GsMy_UQfZKLGgV8u5ZWJeU4eSr5hfUcRU5GJnFrbMOXPP0MYtt8TScUIngHo2qeV_FUUUIseATWokA','Ariel Ferguson - Great service and very quick! Dr. Ding and Nurse Irving is the best! Thank you !',3,'',10,1),(199,'2020-01-06 09:15:06.967957','AIe9_BHVBnWjBJvk55vq2QEm0wl-65oIJuiw6tl0uM5GyXmpGTR8mU5921OXaY6fr7qh38H2_mPwKCv7IEt6yaUIchBppyfPAciGqEzNuzPdUTtn1v5rdEQ','Dana Robinson - Dr. Morrical, Nurse Irving, Rad TecH Holly, Holly/TecH; Lisa Registration Aerial W were all very professional, courteous and caring ... they made my visit very pleasant',3,'',10,1),(200,'2020-01-06 09:15:07.028168','AIe9_BEUgL1r3GxZ6pSpn17DD2M7gQnD_Ngz2l0kMhv4ehm_b2LJpfjUo_3JfkABZe7yhRzRemWaoX1GiGwTO3HUC331EwbTzZsyLWy1RqAo8fTqiI5591M','shelle taylor - Great Experience with Dr. Morrical, Nurse Irving and Holly the tech. They were friendly and made us feel at home.',3,'',10,1),(201,'2020-01-06 09:15:07.088455','AIe9_BH-PZCNGatIuVf9MEYiysTxnc6rNISHHaxYe7AshvyWRrce-FtFg0ttb-UqsMpjpAFJzRKtVLj4Oddz6-P8vV0sLdh3EAu3SNvnGA1-6Lq-cUbEkDg','Igone Garayo - Dr. Morrical, and his team Irvin, Laura, Lisa and Maryann were great. Fast and friendly service. 100% recommended.',3,'',10,1),(202,'2020-01-06 09:15:07.148806','AIe9_BExcxslmE1rr7n5jMcadSKeqmXSO7XT7WyO6KpF6ugJgVrbqxxEx_UHwwhTW6vUsT2HIwL8j98Tv6QTpgi26Km08_t6k1gXlCnGcBQ4UZIJ4kpYcMg','Stephen Pinkerton - Dr. Morrical, Maryann, Irvin, Laura, and Lisa made us feel at ease when we brought our toddler in. He had fallen off the bed at our hotel and we wanted to make sure there was no in',3,'',10,1),(203,'2020-01-06 09:15:07.198212','AIe9_BFu3rdicGrPrzdyu4PDXmqMGdNiHHPAxewd9upJyBB3naDj4xkDAwk3460KvlTgyWhQsDG1t0MpKIuj_rOc3HUo90GH1XjCW9WsxkQ-EpFgz_wqY5U','ilham kharrubi - Love this facility. Aerial was very patient with all the paperwork and checking me in and out!',3,'',10,1),(204,'2020-01-06 09:15:07.258674','AIe9_BGhYIk2KhOdF8fekWDvq8JUW70uNv7YPXMvHr9eqqNVEtOhkCBCqU2M1ZQUPWCgLvy6huIebfUR2Vu1xQZD790ia4iQYzQME8fE3nDGwnOGsTY3qbQ','Chelsea Kirkwood - I really enjoyed our visit today the service by Dr. Faig, Irving and Holly was beyond exceptional! How could i leave out Amy at the front desk super sweet and caring...',3,'',10,1),(205,'2020-01-06 09:15:07.357043','AIe9_BGTHfLB7ZAtvlQmidaL-PvDqhBzFbVymEvfC2smE0MF9kQYzgMUibk0dM19G7vov7ZiaVKCPVwIIB_CI_ewS7q8Rz9_98bD6GMpX_HPhRs6_-WI2uo','Tiana Miles - Dr faig \nAmy \nHolly\nThelma\nIrving \n*wonderful staff✨',3,'',10,1),(206,'2020-01-06 09:15:07.455764','AIe9_BFLWlqwz3qGBnCfbAsLD0lVOUlvKOywL4-kSheyTaIaUkN9gPOcYndS90zOmNRLSnqJrh-goD55V5rupOfml0nLV69k8JbNm5_MSh4rFwCkWab6P5Q','Claire Vargas - Dr. Faig, Amy, Irving, and Holly were the coolest! Very down to earth people, I trusted them all with my life!',3,'',10,1),(207,'2020-01-06 09:15:07.554128','AIe9_BGErQpX2pRNZrXBy5NOsH0eRpaRGjrZivpYAGR8MzgwSGtIzmIyErJ4p7ab0zlIdqK09Q2rY2SLLIji7IkRr0N3w7LPDKUDcC8lf0KBMLhexvQpP10','harmony olatungie williams - From the minute I step in i felt very cared for staff greeted me and pointed me to the right direction. I really loved the fact that Amy was able to get me through the reg',3,'',10,1),(208,'2020-01-06 09:15:07.614470','AIe9_BH3gZxYpIxBZcqAOO5HuBVki7JTtaiKVG6Q9wU9Q2AN7MCbqGW12n-X-2KwmWuKAt-LiMCkkjNYp7ewCgK7hx5NtrTv6KZxrD9Qi1kKijBFVm9hJyo','Courtney Green - I truly appreciated my visit here. The staff were nice and helpful! Dr. Faig helped me understand why I was sick! Amy she took me straight back to the room and was very sweet and help',3,'',10,1),(209,'2020-01-06 09:15:07.674870','AIe9_BHVBnWjBJvk55vq2QEm0wl-3-7JuEg1w-KnHCF-cQICRN5H2LvJjgMX9cGf0etFyEdwkKsxPKin5YQY0JqYcleEonQ_Dxbh2j-UaUPJfZQspG-7CNg','Maria Rodriguez - Dr. Faig, Amy, and Holly',3,'',10,1),(210,'2020-01-06 09:15:07.735436','AIe9_BHknFajYLCY9NfgBafSx8biR3Hc7sPMr3B8HEAfZpuR09i6iFR5OcxcK8vCYXNMrzc7Z0Ef7bWedyPgArrBNqP4Qn__IzTQWv3dpziPWHIZZZIzAH4','Emily Rodriguez - Amy dr faig and holly',3,'',10,1),(211,'2020-01-06 09:15:07.795880','AIe9_BGErQpX2pRNZrXBy5NOsH0eSyJq53J9P1EJpQNvdxxeJF66JNx5RgKhLqwm5qG1zgozePJ0P3dKzorB3O6UCMk5Wv8rsBhurVI13PFZwGEM4_hAJPE','Raven Martin - Everyone was friendly and the service was great! Irving, Aerial , Thelma , Sherwin were all super',3,'',10,1),(212,'2020-01-06 09:15:07.943653','AIe9_BExcxslmE1rr7n5jMcadSKezWqUWnWDXbmHstXGtJArvhce4b17oaLvhcOhbEwZaKoEuZ_veHqZyYC7LCX0F9QuNly6FgrOKOSP8TR7GAzj2BBmLt4','Odalis Robles - Aerial the receptionist was very quick professional and friendly as soon as I walked in. Irving the nurse was very understanding and compassionate when it came to listening to my conc',3,'',10,1),(213,'2020-01-06 09:15:08.017385','AIe9_BGhYIk2KhOdF8fekWDvq8JUQPg25sIEW3zCsPF4-YNNE0fQk2GBTkPhZgyMh0WCe5HrXeUwSC1lwcKvoomVmbzG5glD0PvffnTetXRlVG3IHHlPA60','CeeCee Vaughan - Genesis was really helpful and conversational while getting checked in & seen. She made my experience better.',3,'',10,1),(214,'2020-01-06 09:15:08.077949','AIe9_BF8X4EpR_fF6mwcYdso9awgDna9tbKisDfkMZQuDYUpTDaJg4eIxR74HT_LJow5uz4PSOh0Jfa2YePJNy-kD6wt4Hkq3_q6hfRKVlS0Alug0WN-Jf8','Aliyanna Brown - I love this ER!! walked in and was greeted immediately and the staff was extremely nice and friendly!',3,'',10,1),(215,'2020-01-06 09:15:08.138175','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2iyuNV93f-OcgcWl8hcUYYgLR14LUx4vjNC9IY8IiApjgDGEwqFn8yUns-B5wCgAZe5svuEYkZ9DJm7Z5jL3c8t72i1g','Jo M - The service was fast and amazing!! Aerial, Dr. Tran, Irving, Tino, and Carmella were really great with treatment and answering all the questions I had. I expected to be here for hours since it ',3,'',10,1),(216,'2020-01-06 09:15:08.198058','AIe9_BGIy_plKfaZrItPyyQZNLvsaTZjhf-dh-5KNbHS0dLJJyCHmUP36RLloH-dWcqGI0sf2ppL2fwfNpNbBwHZUuIK4krvLvvwZQwmsQtLMrDTpHVx3qc','Danielle Francis - I came in because I was experiencing the worst abdominal pain and vomiting. The nurses and Dr. Chai were amazing!!! They took great care of me and I could tell they were genuinely c',3,'',10,1),(217,'2020-01-06 09:15:08.247479','AIe9_BGTHfLB7ZAtvlQmidaL-PvDhO_kEUenRL9n9xhtW88OKk0Pli-_lE1rvAYiSp_O_YHIQ2Cxz6-d8bUjq0JYrslrq6hfgTbGEqLSU3HI1k8uH4z27wA','Sobeida Diana Rodriguez Valadez - Dr. Edwards, RN Shola, RN Irving and RT(R) Thao were all so wonderful! Made a stressful situation better by the time we left. Definitely great ER care.',3,'',10,1),(218,'2020-01-06 09:15:08.321352','AIe9_BGhYIk2KhOdF8fekWDvq8JUy6qtOSSL0ay8ZaLmy5l5pLj6fa7aD1QFapRF9iJ8IsuqiIUz1v4_th-Exk_f-JEXg4cizpnV_PMm5n-HKmAP8xq4AMY','wtf hermes - Dr. Edwards \nRn. Shola \nRn. Irving\nRt(r) thao \nReally great people!',3,'',10,1),(219,'2020-01-06 09:15:08.441898','AIe9_BGZuRKHeO1iYrcf4B001kE2U8FFWfVINd3-6ycXnQtnoet17ESIKlWyTbaQShonB33E9i5YO45DbGTjEHXU90qi2TnSO8Ak6BF_IeALuOB2QnvP81E','Gabrielle Guy - Staff was very friendly and accommodating. Irving was very helpful and took the time to talk to me and it made the process more comfortable. Dr. Edwards was also an amazing doctor and ',3,'',10,1),(220,'2020-01-06 09:15:08.552333','AIe9_BFmRFRFwJGRfUDOW8jG3rXn4bnkpaWuuV_ocS2vDcHc7Hf_RYTMR0gQMzv3lCvXaS4uNncU69pMfFfVYS5lAjGAgB9dkkEdwQPush95nrdvf2FMXJg','Mimi Wilks - I always have a good experience Nurse Irving and Doctor Edwards was really nice and helpful.',3,'',10,1),(221,'2020-01-06 09:15:08.650493','AIe9_BGZuRKHeO1iYrcf4B001kE2isACLviAazMeWPiGQZJrSqK9nZy9oWldJFHadOHEqZzxmThKw0IqlR5U8XBOyfKZ2b_jNBWSKrMYXtGuPHjEIj7irTc','Donna McCoy - I had a bad bike accident in Terry Hershey Park and went straight to Signature Care Westchase. After having had a previous experience with them, they were my first choice. I\'m glad I did',3,'',10,1),(222,'2020-01-06 09:15:08.711017','AIe9_BFLWlqwz3qGBnCfbAsLD0lVO_Tv43PAGMT2y-DX5rTh5Ma0TIFKhBRZr_fBWs314KZ4iidQI8Ve4HTaN4A0G8mw7PMU1blLT9LINMprindyGFIHZfQ','aneka grandison - This has been the fastest emergence care I have receive from a emergency care. The young lady at the front desk Arieial was so patience and very helpful. The staff took very good car',3,'',10,1),(223,'2020-01-06 09:15:08.771532','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2EfyE5E1b4I2H3RAg0udtQeiwDNfOTejcg0mqPGXroqPsEbZjfw5oNDydEIHC2di2Toy2Mp69mnvridOwJjQ0XffbaxE','Breanna Dzurikanin - From the moment I walked it everybody on the list was absolutely amazing. Definitely take care of you',3,'',10,1),(224,'2020-01-06 09:15:08.845890','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2xyzHdCRmcvYDbaIGoRzpMo2l26LX9BhsuL0TFi3vBNxAlmfzNABfqUfONOerNtSQzE3iZzFFeeinRrmcKYWHtNxZ6jY','Vicki Pound - Melissa greeted me at the front desk with a smile and professionalism! Promptly, Sarah, my nurse, brought me back making me feel confident they could help me with my week old insect bite',3,'',10,1),(225,'2020-01-06 09:15:08.901172','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG28rcwhBBECaQLv8i2ISp8wXQAkmil1leLeqETO3OjQdeWqf82b4IkjG1WszyeWptUpX4LqWz-FjeGeO1eJcls6Uyj_cE','Roberta Jeffery - I really recommend Signature Care Westchase I\'m sure all locations or just as good however this is the only location I\'ve visited. The staff is very warm and welcoming and the servic',3,'',10,1),(226,'2020-01-06 09:15:09.122923','AIe9_BGvUJd9etQojwpjZIMsiFne9_YXr16WZjL4ZJAGnRhFX0ULfaRVpwizfbM16QNt36qXn1GvZXwttYb3Pqtk4aryJh7ELfYX1adyOdKeN5uAYdWyVnw','T Johnson - Who wants to be in ER at 7am? No one, but the team SignatureCare Westchase were overly amazing. From checking in with Malissa, to speaking with Sarah and Dr. Miller, the entire team was so',3,'',10,1),(227,'2020-01-06 09:15:09.172347','AIe9_BFLHEJ8hYqd4VCbbc-EtvgMGpxAHXzRgPfClLPKnMsznEAj0u_g7nWAB9WZpDIPhgG4P6yMve641GkhiEHHPUSZQTOdEZ5yME46lp07HMv_CmO3iUQ','Sarah Takagi - I highly recommend SignatureCare. Dr. Yusuf, Kristina (RN), Laura (Ad tech), Scott (ER tech), and Malissa (front desk) were professional, caring and so kind towards our youngest daught',3,'',10,1),(228,'2020-01-06 09:15:09.221660','AIe9_BExcxslmE1rr7n5jMcadSKejA56Gj25F5XHRKj84Stf011NZEGblqtV_vIxpTKrQ9RGniRn2DEEeFsivCPc2AZIBp9xNk1xnCdvhhpZBu-wFKFrwbA','rachel gleason - All the staff here is really nice, but the one who really stood out and made me feel comfortable was nurse Irvan. He goes above and beyond his job description. Very friendly and atten',3,'',10,1),(229,'2020-01-06 09:15:09.271022','AIe9_BFDvtvCY6mNmVUeGBiBb7S57Cq02f_FBouWThaAElmCza_I_tQqtOaBBkijmqhmQa5A84GWE1k3DqE15hc090z6kV1Md8Ae2aT7h16bLfj9M1vnkPg','Mikeya Foley - Best ER EVER!!!! Hands down!! Dr. Yusuf, Reg. Malissa, RN Kristina, Rad tech Laura and Rad tech Scott most patient sincere center!',3,'',10,1),(230,'2020-01-06 09:15:09.369358','AIe9_BGTHfLB7ZAtvlQmidaL-PvDRZbP_Yuf724AU_P30g9RnhnbJPi-3AFYWMcsEvIToUz8QIT-QwmZL23TrT2UTG0vOjBg0pu0QlTC36eCaLSTOm6TAxU','Tiffani T - My mom visited this location as it was closest to her job. Dr Yusuf and his staff( Kristina,Laura,Scott and Malissa) treated my mom like she mattered and wasn’t just a patient with a numbe',3,'',10,1),(231,'2020-01-06 09:15:09.467914','AIe9_BGZuRKHeO1iYrcf4B001kE2MlyXCXyhed6cJ2LrFHwYaMHTTdSthAsOjvHeBMLF0L-vpARkpolXXFrYay08uHVGrnlr5IbyzPsZLuD-cZki5EMs9pY','Destiny Russell - Came in for a back muscle strain that was really hurting. Malissa was very helpful at the front. Dr. Yusuf was very detailed in explaining what was wrong, and my Nurse Kristina took ',3,'',10,1),(232,'2020-01-06 09:15:09.517217','AIe9_BGErQpX2pRNZrXBy5NOsH0e4Ffjppo4SF4TFJ_Ry--2nseQyxyzs5S0zfQMaZlOtbhLDvF4BlncWf8AqFqh5IWhaNRiFRoTHUL8m-Mw2I9rcVv52dk','Alisha Owens - They were very helpful, they treated me with no wait time and was out in a timely manner. The lady at the front desk, Hayleigh helped me getting the bill taken care of and was very pro',3,'',10,1),(233,'2020-01-06 09:15:09.615928','AIe9_BGlY-BaOO_aND3JZqxJBS1Ro9cW0yNnGTnMO6lRbTw7N7VhQsdaeAOoVJA3VP56rlVLDrvEteLyPyzUnCyCQ0cK1KMERJPfX6bhi6M6mG7SQK71lSg','SilkyPussy - Everybody here are very helpful and great. Better service than any other clinics and hospitals i went to.',3,'',10,1),(234,'2020-01-06 09:15:09.714066','AIe9_BFqh_zr355jzGaEpH7666zc5SithnvdH7SNAnOwjFjhuZ1R_DzBCWPWire_Qp9i9Bmr2CGMEGTMQyRp-RMCsur_WeaewzN87j4Tromt22mtec4IGF4','Karolina Nyasa - None',3,'',10,1),(235,'2020-01-06 09:15:09.763400','AIe9_BHVBnWjBJvk55vq2QEm0wl-uatmsCSEQHVS5zQxXYGvgCiFds1j6n4bnWW8bjA87NJPk9E2iqgR1xrt5z1ecP89cQkvitNN-TlzZD4HItxRjYDres0','Eric Portillo-Lopez - I\'ve been here a few times and always receive the best treatment. The staff here cares about their patients. From the receptionist Genesis to the physician Dr. Faig everyone was ',3,'',10,1),(236,'2020-01-06 09:15:09.812613','AIe9_BGErQpX2pRNZrXBy5NOsH0eCudUK3JioKkq-6KZH04TnW7IJDdMQvAQ90ggoyX1F064k1mwMjj29GwfvZ9WDDbtzyaLcJbMkYYX9HXAxEXVXSuqtEM','Lisa Braysen - Wonderful experience under the circumstances. Friendly, competent staff. Irvin, Dr. Faig, Kristina, John, Laura and Genesis were great.',3,'',10,1),(237,'2020-01-06 09:15:09.861856','AIe9_BGvUJd9etQojwpjZIMsiFneHE6sbMRtYb-WbbrXCJ2ZwqGgfj_HYctwVrLzuBRuFoiaZuLzZXBJEgtDF5B-c3IHeytJifo0uLOgDfNoNwQQuwc9_Uk','Marthal Nyame - It was the best experience i have ever had .The lady at the front desk Malissa gave me a warm welcome .I was dizzy and she immediately called for a wheelchair before i asked.In .The nu',3,'',10,1),(238,'2020-01-06 09:15:09.910971','AIe9_BHx9wW5OAXpNIH08blLdli0TeSTmBfpsHJOMNDpBotyASMW-glnOrhdDVQE-JToptkQPFq5Jo1wuqxFraEJ2dna0Sc0UmR3xFQJHAM539v3jsmGTJk','Lesley A - Loved it here. Was nervous but the staff assured me that I’ll be fine. Very polite and took great care of me. Let’s not forget the receptionist at the front, she’s a doll xoxo',3,'',10,1),(239,'2020-01-06 09:15:09.959857','AIe9_BExcxslmE1rr7n5jMcadSKezEKDPDPLdLpx9Ro2KcEBJAFfpc3Fz_9oNcMJBXpj8PXF20DvnghPjJXDs4XjfbFujrRJJrcmBxtSrSa9zGjr6Agbk2c','JassyCakes Francois - The treatment here is better than half the hospitals I’ve been to in Houston. \nThe actually care about their patients health and well-being.\nDr. Wang, Malissa, John, Rajesh, Laur',3,'',10,1),(240,'2020-01-06 09:15:10.009116','AIe9_BEV1VP1woYvuPRixSBHlWg4ngzSAyge6ev_rz0tIJzvn1eSNRt0ilSfC1VKcOnJkbu-Hxht4DTiCcf0kOcVy7Sv8Y4Kj3OFdTnf3DVmZxsJWelCGLM','H. Mesopotamia - Very good service',3,'',10,1),(241,'2020-01-06 09:15:10.108012','AIe9_BGlY-BaOO_aND3JZqxJBS1RuoBSweNRrsUedybdY5W3sH_4LMBiK7IJFP2pEZ4_kb-6Zxw1OJQyCoQOSoaIlfwN8Z6VB91FoQe-HtqZydmyZPaiTQA','Amyl Chaudhry - None',3,'',10,1),(242,'2020-01-06 09:15:10.157455','AIe9_BHZM2k_MpOhRgkb8w5Bn_urvej0YWOrqCcevCB4E-4vgp93VmzFmia0fdc3Rtzv9EMrhTpCsrq-UfvQJ1YDMmZS8cdRsC8hk4OxZlLKHAHpAYX-tII','Tay Tay - Miss Malissa was so friendly from the moment I walked in. She immediately processed my paperwork so i could be seen quicker. My doctor, Dr. Daniel\'s was very knowledgeable and helpful and sh',3,'',10,1),(243,'2020-01-06 09:15:10.206535','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2fBUExekiGHOcu2oUiZ56Gzt91x3I1OLyLe9UohzMl-0q-IdyqtKBwoH70P0EqkxQtlu33J-WuLllCzYSJFOD34sjLj0','Carmen Zuniga - This is hands down the best Emergency Room I have been too!!. Loved it. Service from the receptionist and the nurses/tech Genesis, John, Kristina ,and Mayra were all very nice and welc',3,'',10,1),(244,'2020-01-06 09:15:10.255830','AIe9_BH3gZxYpIxBZcqAOO5HuBVkyQ3JTfE2rCF1XNLF-5HXoWzo10uQMQHTkxus_GxgGYuNpwk52K-f_C4T66L1WD_blcFiwEz5FhBVS046z_pfYKbOA6g','Asia Kay - First time: 4.5 stars. came here because of a disruptive stomachache and I saw Dr. Pham. He is informative and mostly kind. I didn’t have insurance so my bill went up to almost $800, but he',3,'',10,1),(245,'2020-01-06 09:15:10.305089','AIe9_BHAFUK2tNBZL25dLQ0jVdh0sxDMgz9eSUXzn9-NNPsK-Txz-9IM0z3dV3R5pzEqjML9AeyE-li827TmUxVgSgfwgM0C6PhX4HDjOmJCr3xHUsckHnE','Totally Netters - Ariel the receptionist was very excellent and extremely pleasant!! The doctor Alisha Wren was very helpful in relieving me from my blistered bug bites. Thanks so much!!! Everyone was',3,'',10,1),(246,'2020-01-06 09:15:10.354052','AIe9_BG84YPnR8vhxeJfV_lAYVNimvwDmgWgOMBUGnmmDyZgauHRgx9IEGDlSY_FhP-FWTmjoBaMcgwONBnG31KMDodV8-uTC97Kr3sYnJzw9WK-uqF9UbU','Shenetta Hampton - Awesome customer service!!',3,'',10,1),(247,'2020-01-06 09:15:10.403100','AIe9_BEHZ7lh7y1sP-UInhkpmlIpT4n1lkov3CmUXM-qiCLveCAbBDVm2M8vRnhXldKngZ16FM4A3yi9incQiAQaaiy3uHWs-Nd-lt6NhbOsVF-2Mgi1LHQ','jafar rezai - It was a great experience. Very clean and new place, friendly stuff. Way helpful and fruitful visit than my regular physician office. I am thankful that this place is here. Dr Daniels, K',3,'',10,1),(248,'2020-01-06 09:15:10.452861','AIe9_BG84YPnR8vhxeJfV_lAYVNiMngSVo86Morp2a-BU-A0Lfz8tEtjhEOyXtUr1mi2puCtkBjWdmh04tj2vgcw_VwPbqcw2rVlgfxXHb6I2W4XXTxElSo','Danielle Cormick - Reg.Malissa ,RN Stephaine,Rad TechLaura,ERTech Scott,Dr.Chen everyone was EXTREMELY PROFESSIONAL.Signture Care Emergency was extremely CLEAN.It felt like a VIP Hotel experience.Ever',3,'',10,1),(249,'2020-01-06 09:15:10.551650','AIe9_BEV1VP1woYvuPRixSBHlWg4uP1Bt6xetqn1iXwrLokV6gir6dBQigF8BNR6IET_wbURXDueXKvkaF7C6AMGBd0Yyd-uySv5__5rxr0s1viM1qGnPQ8','T Barbie - Nurse Stephanie , dr Chen, reg malissa was great and took good care of me got me in and out fast , would highly recommend this ercare 😁😁😁',3,'',10,1),(250,'2020-01-06 09:15:10.649431','AIe9_BFhqAtkXvUqdYNeMuBBGjaAyAoDiBP-J6gG6Sz9ivFfHkUocRyNJfWWHUd8j_3obc0aaQ2C6PLvxbasapEHMF7uM3yGcUo7sifmadLnwpGmZJHTjbw','LMAYA SMITH - Everybody was so very helpful. Dr.Chen was swift and helped with everything efficiently. Gave me the best answers. Malissa, Stephanie, Laura, and Scott were super nice and handled me wit',3,'',10,1),(251,'2020-01-06 09:15:10.747865','AIe9_BF8X4EpR_fF6mwcYdso9awgCSxVnFWYLSDJbTrvrPBK5dUESC7KHkcGoOkG1SOxBmlsFbOcSxESE2IWlxHIe_zmB5AfmGjJS3bXNR-d7QlxEQcaw5o','James Livingston - The service was fast and very professional. Dr Chen, Malissa, Stephanie and Scott were very helpful.',3,'',10,1),(252,'2020-01-06 09:15:10.797151','AIe9_BFu3rdicGrPrzdyu4PDXmqMYAMOfKk7cZj_AbFXctGXJDsqeKDf-Kc4SHZMeNs9lYh7TNPDDeT1RbCwk0t2B3PKpLfn69URR-YTE-shUMqrLWjwRVI','Reginald Lampley Jr - None',3,'',10,1),(253,'2020-01-06 09:15:10.846274','AIe9_BFMK6FB7k24ANEBV5CospTTF2ms5LFoyCYe_CAzdaGKn366HpjhynK6vd88jsnTo4a-diGAN-NtWv80vvOQ6IvI880k9Fwtn3iggQIyJMB0r966T8c','Jose Rodriguez - Very fast and friendly',3,'',10,1),(254,'2020-01-06 09:15:10.895621','AIe9_BF8X4EpR_fF6mwcYdso9awgTKN6L3usqEx5w_qVd4vYCpXsgdOrRCmSYauxCS9L7Ntdx0McBY9rSjW0xfwDPCzdD-1ofcSZEbgL0zROiu7tmUqDId4','Sanil Williams - Great experience and friendly smiles all around. \nDefinitely recommend this place to anyone!',3,'',10,1),(255,'2020-01-06 09:15:10.944847','AIe9_BH3gZxYpIxBZcqAOO5HuBVkjVQzNQnZou2n7mi-cYcbLUSMoWrihioz7xr5NszKJMMrX0ZLZG3YNHV6Ps981TY9cH7eZU7puz2oEMtdGnVNxlu5vyU','sharees turner - My God where do i began!? Literally from the second i opened the door i was greeted by Mercy! She was warm and inviting, but most importantly she was caring! She made me feel welcomed',3,'',10,1),(256,'2020-01-06 09:15:10.994175','AIe9_BFmRFRFwJGRfUDOW8jG3rXn-VMgWuiA4c5NvFpQF26vrdqJnQ54ViHAfcpXRfZEH0JtAbgm9W88or8y2WGzk5fLO9FFTUcOBCHPB-S_YN8sNs8FBqA','Mychael Jackson - Short wait time, clean and inviting facility. Absolutely great staff so nice and friendly. Nurse Kristina was funny and caring. Everyone was so nice and wonderful. Everyone from the',3,'',10,1),(257,'2020-01-06 09:15:11.043501','AIe9_BEHZ7lh7y1sP-UInhkpmlIpVgtWwttM848QrJF6Qf74MHOv0xyJ9a9n76AVkhOgQgqT09gimbYzKtNgPW0FbkktTpyEGJau_gRnGm3WE9bzSkUUBlA','Taijhana Jenkins - They are super friendly and very warm welcoming. Melissa was so sweet when we first walked in very helpful. Kristina was THE BEST NURSE ! Scott was so firendly, and Mayra had us cra',3,'',10,1),(258,'2020-01-06 09:15:11.093239','AIe9_BGlY-BaOO_aND3JZqxJBS1RRErHvCf5h6KirIeaHw1Hh95gOf1yNRVET-iK8fpRSn0aSk7N98dAlBDk9xPyclCv1UHB3qfWS4DbPmLwNt-lQ1GAWmo','J Ross - Great experience! I was seen quickly and all the staff were pleasant, helpful, and professional.',3,'',10,1),(259,'2020-01-06 09:15:11.191808','AIe9_BHkHJRvhG8n5BjqdcMSKR_FsotbUC3Nfix2Dn8vsrVDNAnkMUbrWaVphoFgh-zfRge9L9HUnUZoMdSPjNGTg4CXTIoOlHGxDneSNp9mtdtbfTHYkhQ','Nhan Nguyen - The receptionist was awesome, fast, and efficient.',3,'',10,1),(260,'2020-01-06 09:15:11.289544','AIe9_BHkHJRvhG8n5BjqdcMSKR_F9OcoF-rxdRSSAvG-sAKUKf4wJKFEiH0_PqP3gKJGY3BP8StITcMHvRvfGo16qKcaPqVKQ3kdkXrTlSVgN1uvlEe_SI0','Huy HĆ­ - The doctor and the staff are friendly. The services are good!!',3,'',10,1),(261,'2020-01-06 09:15:11.371921','AIe9_BFmRFRFwJGRfUDOW8jG3rXn8IiDbCHWqwZGWWAtc313Bl4pD3wgCpib04JTirKKpfhaBqWoER1D_Z6EWovK-PN4toPFWe4ntbopo7PiZmx5nQgo9s8','Ellie Butler - I’ve has the best experience with this signature care (westchase) the staff is amazing ! Ariel , dr grinblatas was amazing with my daughter took real good care of us in less than a hour',3,'',10,1),(262,'2020-01-06 09:15:11.490447','AIe9_BGvUJd9etQojwpjZIMsiFne2vgs4RTcltE_veXBPk3iBdCMsKvV4jaBO19jfcj0fLjg3pbP1j6eIiMlFHh4OznlrFcXuOko6xeOhdMCsDCHgTjuq5M','Brendan Jackson - Great and fast care ! Doctors are excellent and very caring .',3,'',10,1),(263,'2020-01-06 09:15:11.539744','AIe9_BHR7p0hPy1flx1br0TYdEUBo8MPNHWgtbxUz2XRXkm75jjK3JaCguqSz9hPnH_GEFyWlMVPkZwsppgJxK-gpFvRZBntQyuTXokfKqKFjY7TkmkW96I','Jose Tubens - One of the best ER room in houston, very lovely and very friendly, the human touch is always present since you enter trhu the door till you leave the building, number one in cleaning and',3,'',10,1),(264,'2020-01-06 09:15:23.314226','1','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with',3,'',9,1),(265,'2020-01-06 09:15:23.366574','2','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!',3,'',9,1),(266,'2020-01-06 09:15:23.415850','3','Thank you for your feedback. We appreciate you choosing SignatureCare!',3,'',9,1),(267,'2020-01-06 09:15:23.514343','4','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.',3,'',9,1),(268,'2020-01-06 09:15:23.563327','5','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.',3,'',9,1),(269,'2020-01-06 09:15:23.613219','6','We want everyone who visits us to feel like family. It\'s great to hear that our team made your mom feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for ',3,'',9,1),(270,'2020-01-06 09:15:23.673312','7','Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!',3,'',9,1),(271,'2020-01-06 09:15:23.722189','8','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureC',3,'',9,1),(272,'2020-01-06 09:15:23.771571','9','There\'s never a fun time to visit the ER (especially the weekend), but we will make your visit with us as quick and as painless as possible. Thank you for letting us know that our SignatureCare team i',3,'',9,1),(273,'2020-01-06 09:15:23.993605','10','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!',3,'',9,1),(274,'2020-01-06 09:15:24.141412','11','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with',3,'',9,1),(275,'2020-01-06 09:15:24.215307','12','Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!',3,'',9,1),(276,'2020-01-06 09:15:24.264625','13','Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for your wife, and are so glad to hear that she is feeling better. Thank you for ch',3,'',9,1),(277,'2020-01-06 09:15:24.324907','14','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!',3,'',9,1),(278,'2020-01-06 09:15:24.373737','15','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureC',3,'',9,1),(279,'2020-01-06 09:15:24.422980','16','We appreciate your great rating, Adalberto!',3,'',9,1),(280,'2020-01-06 09:15:24.472257','17','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us! Hope your fiance is feeling ',3,'',9,1),(281,'2020-01-06 09:15:24.620693','18','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.',3,'',9,1),(282,'2020-01-06 09:15:24.694906','19','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.',3,'',9,1),(283,'2020-01-06 09:15:24.792511','20','Thank you for your feedback. We appreciate you choosing SignatureCare!',3,'',9,1),(284,'2020-01-06 09:15:24.891639','21','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!',3,'',9,1),(285,'2020-01-06 09:15:25.014838','22','Thank you so much for your great rating, Anoop!',3,'',9,1),(286,'2020-01-06 09:15:25.162621','23','We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the n',3,'',9,1),(287,'2020-01-06 09:15:25.310493','24','Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!',3,'',9,1),(288,'2020-01-06 09:15:25.370694','25','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!',3,'',9,1),(289,'2020-01-06 09:15:25.453326','26','Hi Stacey! We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and t',3,'',9,1),(290,'2020-01-06 09:15:25.513717','27','At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope y',3,'',9,1),(291,'2020-01-06 09:15:25.574039','28','Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can ge',3,'',9,1),(292,'2020-01-06 09:15:25.766276','29','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical need',3,'',9,1),(293,'2020-01-06 09:15:25.864314','30','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.',3,'',9,1),(294,'2020-01-06 09:15:25.913977','32','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.',3,'',9,1),(295,'2020-01-06 09:15:25.963391','31','Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!',3,'',9,1),(296,'2020-01-06 09:15:26.012543','33','Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.',3,'',9,1),(297,'2020-01-06 09:15:26.160216','34','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureC',3,'',9,1),(298,'2020-01-06 09:15:26.234170','35','Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can ge',3,'',9,1),(299,'2020-01-06 09:15:26.332838','36','Thank you for your feedback. We appreciate you choosing SignatureCare!',3,'',9,1),(300,'2020-01-06 09:15:26.431073','37','At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!',3,'',9,1),(301,'2020-01-06 09:15:26.480218','38','Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!',3,'',9,1),(302,'2020-01-06 09:15:26.529621','39','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hos',3,'',9,1),(303,'2020-01-06 09:15:26.578749','40','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!',3,'',9,1),(304,'2020-01-06 09:15:26.650927','41','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!',3,'',9,1),(305,'2020-01-06 09:15:26.762174','42','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare',3,'',9,1),(306,'2020-01-06 09:15:26.811482','43','At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!',3,'',9,1),(307,'2020-01-06 09:15:26.860717','44','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.',3,'',9,1),(308,'2020-01-06 09:15:26.959121','45','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureC',3,'',9,1),(309,'2020-01-06 09:15:27.008550','46','Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!',3,'',9,1),(310,'2020-01-06 09:15:27.057628','47','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary exper',3,'',9,1),(311,'2020-01-06 09:15:27.107048','48','Thank you for your feedback. We appreciate you choosing SignatureCare!',3,'',9,1),(312,'2020-01-06 09:15:27.156378','49','Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency ne',3,'',9,1),(313,'2020-01-06 09:15:27.255024','50','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and dia',3,'',9,1),(314,'2020-01-06 09:15:27.353144','51','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing Sig',3,'',9,1),(315,'2020-01-06 09:15:27.452045','52','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.',3,'',9,1),(316,'2020-01-06 09:15:27.550111','53','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We',3,'',9,1),(317,'2020-01-06 09:15:27.599403','54','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureC',3,'',9,1),(318,'2020-01-06 09:15:27.648774','55','Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!',3,'',9,1),(319,'2020-01-06 09:15:27.697892','56','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical need',3,'',9,1),(320,'2020-01-06 09:15:27.747290','57','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!',3,'',9,1),(321,'2020-01-06 09:15:27.796381','58','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.',3,'',9,1),(322,'2020-01-06 09:15:27.845580','59','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!',3,'',9,1),(323,'2020-01-06 09:15:27.944294','60','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureC',3,'',9,1),(324,'2020-01-06 09:15:28.091883','61','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!',3,'',9,1),(325,'2020-01-06 09:15:28.141068','62','When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your ',3,'',9,1),(326,'2020-01-06 09:15:28.190296','63','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.',3,'',9,1),(327,'2020-01-06 09:15:28.239838','64','Thank you for your feedback. We appreciate you choosing SignatureCare!',3,'',9,1),(328,'2020-01-06 09:15:28.338067','65','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical need',3,'',9,1),(329,'2020-01-06 09:15:28.411915','66','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.',3,'',9,1),(330,'2020-01-06 09:15:28.461220','67','Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!',3,'',9,1),(331,'2020-01-06 09:15:28.559935','68','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We',3,'',9,1),(332,'2020-01-06 09:15:28.658271','69','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with',3,'',9,1),(333,'2020-01-06 09:15:28.707521','70','Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing Si',3,'',9,1),(334,'2020-01-06 09:15:28.756717','71','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.',3,'',9,1),(335,'2020-01-06 09:15:28.806104','72','Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.',3,'',9,1),(336,'2020-01-06 09:15:28.855141','73','Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!',3,'',9,1),(337,'2020-01-06 09:15:28.904454','74','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureC',3,'',9,1),(338,'2020-01-06 09:15:28.953797','75','Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can ge',3,'',9,1),(339,'2020-01-06 09:15:29.014058','76','We appreciate your great rating, Danny!',3,'',9,1),(340,'2020-01-06 09:15:29.079650','77','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical need',3,'',9,1),(341,'2020-01-06 09:15:29.161891','78','Thank you so much for your nice review, Leonnya. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since ',3,'',9,1),(342,'2020-01-06 09:15:29.211046','79','It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing Sig',3,'',9,1),(343,'2020-01-06 09:15:29.260204','80','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with',3,'',9,1),(344,'2020-01-06 09:15:29.309491','81','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!',3,'',9,1),(345,'2020-01-06 09:15:29.408179','82','We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the n',3,'',9,1),(346,'2020-01-06 09:15:29.506467','83','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.',3,'',9,1),(347,'2020-01-06 09:15:29.556113','84','Thank you for your feedback. We appreciate you choosing SignatureCare!',3,'',9,1),(348,'2020-01-06 09:15:29.654286','85','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!',3,'',9,1),(349,'2020-01-06 09:15:29.752886','86','Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.',3,'',9,1),(350,'2020-01-06 09:15:29.826513','87','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary exper',3,'',9,1),(351,'2020-01-06 09:15:29.875907','88','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical need',3,'',9,1),(352,'2020-01-06 09:15:29.925035','89','Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!',3,'',9,1),(353,'2020-01-06 09:15:29.974296','90','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hos',3,'',9,1),(354,'2020-01-06 09:15:30.023645','91','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!',3,'',9,1),(355,'2020-01-06 09:15:30.122159','92','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We',3,'',9,1),(356,'2020-01-06 09:15:30.170760','93','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureC',3,'',9,1),(357,'2020-01-06 09:15:30.220533','94','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.',3,'',9,1),(358,'2020-01-06 09:15:30.352344','95','We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank',3,'',9,1),(359,'2020-01-06 09:15:30.401798','96','Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.',3,'',9,1),(360,'2020-01-06 09:15:30.500530','97','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!',3,'',9,1),(361,'2020-01-06 09:15:30.598736','98','We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.',3,'',9,1),(362,'2020-01-06 09:15:30.648029','99','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.',3,'',9,1),(363,'2020-01-06 09:15:30.746560','100','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hos',3,'',9,1),(364,'2020-01-06 09:15:38.036121','101','Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency ne',3,'',9,1),(365,'2020-01-06 09:15:38.095197','102','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with',3,'',9,1),(366,'2020-01-06 09:15:38.531896','103','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!',3,'',9,1),(367,'2020-01-06 09:15:38.581034','104','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical need',3,'',9,1),(368,'2020-01-06 09:15:38.629817','105','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!',3,'',9,1),(369,'2020-01-06 09:15:38.778101','106','Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare! Hope your friend is feeling well.',3,'',9,1),(370,'2020-01-06 09:15:38.876135','107','Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing Si',3,'',9,1),(371,'2020-01-06 09:15:38.925678','108','Thank you for your review. We appreciate you choosing SignatureCare!',3,'',9,1),(372,'2020-01-06 09:15:38.974808','109','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureC',3,'',9,1),(373,'2020-01-06 09:15:39.024391','110','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!',3,'',9,1),(374,'2020-01-06 09:15:39.073753','111','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!',3,'',9,1),(375,'2020-01-06 09:15:39.134087','113','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!',3,'',9,1),(376,'2020-01-06 09:15:39.194495','114','Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing Si',3,'',9,1),(377,'2020-01-06 09:15:39.254875','115','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureC',3,'',9,1),(378,'2020-01-06 09:15:39.315254','116','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical need',3,'',9,1),(379,'2020-01-06 09:15:39.364548','117','We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the n',3,'',9,1),(380,'2020-01-06 09:15:39.463110','118','Thank you so much for your nice review. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim fo',3,'',9,1),(381,'2020-01-06 09:15:39.537028','119','Thank you so much for your nice review, Rosalyn. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our pa',3,'',9,1),(382,'2020-01-06 09:15:39.597532','120','Thank you so much for your great rating!',3,'',9,1),(383,'2020-01-06 09:15:39.657681','121','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!',3,'',9,1),(384,'2020-01-06 09:15:39.706472','112','We appreciate your great rating! Thank you for choosing SignatureCare!!',3,'',9,1),(385,'2020-01-06 09:15:39.854784','122','We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.',3,'',9,1),(386,'2020-01-06 09:15:39.928818','123','Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!',3,'',9,1),(387,'2020-01-06 09:15:40.026777','124','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with',3,'',9,1),(388,'2020-01-06 09:15:40.125707','125','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.',3,'',9,1),(389,'2020-01-06 09:15:40.186059','126','Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency ne',3,'',9,1),(390,'2020-01-06 09:15:40.246691','127','We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.',3,'',9,1),(391,'2020-01-06 09:15:40.306914','128','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical need',3,'',9,1),(392,'2020-01-06 09:15:40.367505','130','Thank you so much for your great rating, Kat!',3,'',9,1),(393,'2020-01-06 09:15:40.427683','131','Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.',3,'',9,1),(394,'2020-01-06 09:15:40.526089','132','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary exper',3,'',9,1),(395,'2020-01-06 09:15:40.624782','133','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureC',3,'',9,1),(396,'2020-01-06 09:15:40.717634','134','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!',3,'',9,1),(397,'2020-01-06 09:15:40.767419','135','We appreciate the great rating you gave us, Mathis!',3,'',9,1),(398,'2020-01-06 09:15:40.828072','136','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare',3,'',9,1),(399,'2020-01-06 09:15:40.926342','137','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they',3,'',9,1),(400,'2020-01-06 09:15:41.025100','138','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.',3,'',9,1),(401,'2020-01-06 09:15:41.172670','139','Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing Si',3,'',9,1),(402,'2020-01-06 09:15:41.232976','140','Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!',3,'',9,1),(403,'2020-01-06 09:15:41.293548','141','We appreciate your great rating, Aranda!',3,'',9,1),(404,'2020-01-06 09:15:41.367578','142','At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to',3,'',9,1),(405,'2020-01-06 09:15:41.477107','143','Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCa',3,'',9,1),(406,'2020-01-06 09:15:41.586354','144','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!',3,'',9,1),(407,'2020-01-06 09:15:41.878283','146','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!',3,'',9,1),(408,'2020-01-06 09:15:41.976870','147','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.',3,'',9,1),(409,'2020-01-06 09:15:42.050633','148','Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing Signa',3,'',9,1),(410,'2020-01-06 09:15:42.100178','149','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing Sig',3,'',9,1),(411,'2020-01-06 09:15:42.198392','150','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary exper',3,'',9,1),(412,'2020-01-06 09:15:42.247682','151','Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!',3,'',9,1),(413,'2020-01-06 09:15:42.296901','152','Thank you, Jorge, for your great rating!',3,'',9,1),(414,'2020-01-06 09:15:42.346049','153','We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the n',3,'',9,1),(415,'2020-01-06 09:15:42.395180','154','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!',3,'',9,1),(416,'2020-01-06 09:15:42.444646','155','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary exper',3,'',9,1),(417,'2020-01-06 09:15:42.493871','156','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with',3,'',9,1),(418,'2020-01-06 09:15:42.543366','157','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.',3,'',9,1),(419,'2020-01-06 09:15:42.690971','159','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare',3,'',9,1),(420,'2020-01-06 09:15:42.764709','160','When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your ',3,'',9,1),(421,'2020-01-06 09:15:42.813670','161','We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.',3,'',9,1),(422,'2020-01-06 09:15:42.862791','145','Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can ge',3,'',9,1),(423,'2020-01-06 09:15:42.912461','162','At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope y',3,'',9,1),(424,'2020-01-06 09:15:42.961729','163','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical need',3,'',9,1),(425,'2020-01-06 09:15:43.060311','164','Thank you so much for your five star rating, Rola!',3,'',9,1),(426,'2020-01-06 09:15:43.158664','165','Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!',3,'',9,1),(427,'2020-01-06 09:15:43.257204','166','We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.',3,'',9,1),(428,'2020-01-06 09:15:43.306402','167','At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to',3,'',9,1),(429,'2020-01-06 09:15:43.404823','168','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!',3,'',9,1),(430,'2020-01-06 09:15:43.454240','169','Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.',3,'',9,1),(431,'2020-01-06 09:15:43.552734','170','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!',3,'',9,1),(432,'2020-01-06 09:15:43.651352','171','At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!',3,'',9,1),(433,'2020-01-06 09:15:43.749720','172','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.',3,'',9,1),(434,'2020-01-06 09:15:43.848102','177','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.',3,'',9,1),(435,'2020-01-06 09:15:43.912913','173','We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank',3,'',9,1),(436,'2020-01-06 09:15:44.023517','174','Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing Si',3,'',9,1),(437,'2020-01-06 09:15:44.122299','175','Thanks for leaving a review, Gabriel! Would you please reach out to us at info@ercare24.com to let us know more about the incident. We aim for 100% satisfaction at SignatureCare. Your suggestion will ',3,'',9,1),(438,'2020-01-06 09:15:44.220445','176','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare',3,'',9,1),(439,'2020-01-06 09:15:44.318944','178','Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing Signa',3,'',9,1),(440,'2020-01-06 09:15:44.368243','179','We want our patients to feel like family. We are happy to hear that our staff made you feel like home. Thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!',3,'',9,1),(441,'2020-01-06 09:15:44.417440','180','At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.',3,'',9,1),(442,'2020-01-06 09:15:44.466680','181','At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope y',3,'',9,1),(443,'2020-01-06 09:15:44.515938','182','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!',3,'',9,1),(444,'2020-01-06 09:15:44.565241','184','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.',3,'',9,1),(445,'2020-01-06 09:15:44.614438','185','We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.',3,'',9,1),(446,'2020-01-06 09:15:44.663755','186','We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the n',3,'',9,1),(447,'2020-01-06 09:15:44.713066','187','Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing Si',3,'',9,1),(448,'2020-01-06 09:15:44.811581','183','Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!',3,'',9,1),(449,'2020-01-06 09:15:44.909894','188','Thank you so much for your review and rating!',3,'',9,1),(450,'2020-01-06 09:15:44.958653','189','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.',3,'',9,1),(451,'2020-01-06 09:15:45.008345','190','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!',3,'',9,1),(452,'2020-01-06 09:15:45.057689','191','Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCa',3,'',9,1),(453,'2020-01-06 09:15:45.205572','129','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We',3,'',9,1),(454,'2020-01-06 09:15:45.303918','192','Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!',3,'',9,1),(455,'2020-01-06 09:15:45.402600','193','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.',3,'',9,1),(456,'2020-01-06 09:15:45.501009','194','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical need',3,'',9,1),(457,'2020-01-06 09:15:45.550170','195','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.',3,'',9,1),(458,'2020-01-06 09:15:45.599401','196','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.',3,'',9,1),(459,'2020-01-06 09:15:45.648696','197','Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for c',3,'',9,1),(460,'2020-01-06 09:15:45.697926','198','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with',3,'',9,1),(461,'2020-01-06 09:15:45.747312','199','Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.',3,'',9,1),(462,'2020-01-06 09:15:45.796396','200','When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your ',3,'',9,1),(463,'2020-01-06 09:15:45.894841','201','Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can ge',3,'',9,1),(464,'2020-01-06 09:15:54.226603','202','Thank you so much for your feedback! Our goal is to always provide the abest care. Thank you for choosing SignatureCare.',3,'',9,1),(465,'2020-01-06 09:15:54.336556','203','Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCa',3,'',9,1),(466,'2020-01-06 09:15:54.607432','204','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!',3,'',9,1),(467,'2020-01-06 09:15:54.681199','205','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!',3,'',9,1),(468,'2020-01-06 09:15:54.779953','206','Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It ',3,'',9,1),(469,'2020-01-06 09:15:54.878364','207','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with',3,'',9,1),(470,'2020-01-06 09:15:54.952415','158','Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with yo',3,'',9,1),(471,'2020-01-06 09:15:55.051036','208','At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.',3,'',9,1),(472,'2020-01-06 09:15:55.149357','209','We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare. Hope your mom feels well.',3,'',9,1),(473,'2020-01-06 09:15:55.198593','210','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.',3,'',9,1),(474,'2020-01-06 09:15:55.247957','211','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hosp',3,'',9,1),(475,'2020-01-06 09:15:55.297500','212','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.',3,'',9,1),(476,'2020-01-06 09:15:55.346686','213','Thank you so much for your feedback. We appreciate the great rating you gave us, Karolina!',3,'',9,1),(477,'2020-01-06 09:15:55.395993','214','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare',3,'',9,1),(478,'2020-01-06 09:15:55.445102','215','Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing Signa',3,'',9,1),(479,'2020-01-06 09:15:55.543668','216','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary exper',3,'',9,1),(480,'2020-01-06 09:15:55.617018','217','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with',3,'',9,1),(481,'2020-01-06 09:15:55.666775','218','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.',3,'',9,1),(482,'2020-01-06 09:15:55.715984','219','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.',3,'',9,1),(483,'2020-01-06 09:15:55.765225','220','Thank you so much for rating us five star, Amyl!',3,'',9,1),(484,'2020-01-06 09:15:55.814499','221','Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!',3,'',9,1),(485,'2020-01-06 09:15:55.863917','222','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.',3,'',9,1),(486,'2020-01-06 09:15:55.913146','224',' Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureC',3,'',9,1),(487,'2020-01-06 09:15:55.962321','225','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.',3,'',9,1),(488,'2020-01-06 09:15:56.011661','226','At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!',3,'',9,1),(489,'2020-01-06 09:15:56.060392','227','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!',3,'',9,1),(490,'2020-01-06 09:15:56.208292','228','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.',3,'',9,1),(491,'2020-01-06 09:15:56.307336','229','Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing Si',3,'',9,1),(492,'2020-01-06 09:15:56.392593','230','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!',3,'',9,1),(493,'2020-01-06 09:15:56.491099','231','We appreciate the great rating you gave us, Lampley!',3,'',9,1),(494,'2020-01-06 09:15:56.551370','223','Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with yo',3,'',9,1),(495,'2020-01-06 09:15:56.698638','232','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.',3,'',9,1),(496,'2020-01-06 09:15:56.773031','233','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!',3,'',9,1),(497,'2020-01-06 09:15:56.833438','234','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary exper',3,'',9,1),(498,'2020-01-06 09:15:56.893751','235','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencie',3,'',9,1),(499,'2020-01-06 09:15:56.992351','236','At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to',3,'',9,1),(500,'2020-01-06 09:15:57.052714','237','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical need',3,'',9,1),(501,'2020-01-06 09:15:57.113007','238',' Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureC',3,'',9,1),(502,'2020-01-06 09:15:57.197262','239','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!',3,'',9,1),(503,'2020-01-06 09:15:57.402422','241','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!',3,'',9,1),(504,'2020-01-06 09:15:57.462675','240','Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It ',3,'',9,1),(505,'2020-01-06 09:15:57.523140','242','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hosp',3,'',9,1),(506,'2020-01-06 10:12:22.830695','123','Mohit - My brother was feeling horrible but we couldn’t find somewhere that would take Medicaid, we called and Amanda encouraged us to come in and the screening was free, his doctor DrLingan was genui',1,'[{\"added\": {}}]',10,1),(507,'2020-01-06 10:13:31.109895','dsaf','Pronoy Majumdar - The is the best ER by far. Dr. Zhen is a very caring and wonderful person. Jessica is a very knowledgeable and friendly nurse. Nurse Allison was very kind and also called my prescrip',1,'[{\"added\": {}}]',10,1),(508,'2020-01-06 10:14:50.001784','123456788889','Pabon SEC - Shania at registration got us checked-in in a matter of minutes, Jose walked us to the room in a matter of minutes as well and got us set up very quickly. Kim then took down the informatio',1,'[{\"added\": {}}]',10,1),(509,'2020-01-06 13:25:20.627504','54321.01','Alex - Thank you to the Westchase team for an exceptional service. Kristina RN, Laura Rad Tech, Scott, and Dr. Leavitt. Thank you for putting me at ease and being so kind and professional. Thanks to P',1,'[{\"added\": {}}]',10,1),(510,'2020-01-06 13:26:34.510184','54321.01','Alex - Thank you to the Westchase team for an exceptional service. Kristina RN, Laura Rad Tech, Scott, and Dr. Leavitt. Thank you for putting me at ease and being so kind and professional. Thanks to P',2,'[{\"changed\": {\"fields\": [\"Reviewer photo\"]}}]',10,1),(511,'2020-01-06 13:27:18.723298','123','Mohit - My brother was feeling horrible but we couldn’t find somewhere that would take Medicaid, we called and Amanda encouraged us to come in and the screening was free, his doctor DrLingan was genui',2,'[{\"changed\": {\"fields\": [\"Reviewer photo\"]}}]',10,1),(512,'2020-01-06 13:29:40.831557','9405','thank you mazumdar',3,'',9,1),(513,'2020-01-07 05:48:25.966336','123','Mohit - My brother was feeling horrible but we couldn’t find somewhere that would take Medicaid, we called and Amanda encouraged us to come in and the screening was free, his doctor DrLingan was genui',3,'',10,1),(514,'2020-01-07 05:48:36.469427','123456788889','Pabon SEC - Shania at registration got us checked-in in a matter of minutes, Jose walked us to the room in a matter of minutes as well and got us set up very quickly. Kim then took down the informatio',3,'',10,1),(515,'2020-01-07 05:49:12.473189','54321.01','Alex - Thank you to the Westchase team for an exceptional service. Kristina RN, Laura Rad Tech, Scott, and Dr. Leavitt. Thank you for putting me at ease and being so kind and professional. Thanks to P',3,'',10,1),(516,'2020-01-07 07:59:22.597825','9406','Thank you so much for your great rating, Wesley!',3,'',9,1),(517,'2020-01-07 07:59:59.295796','AIe9_BFDvtvCY6mNmVUeGBiBb7S5a6xjNGE_eV65JrYv3GiPyF5daNl4n2Rgo9oecO1cwF-lJMBLQcDGxE3Ff_WhxjrfHZBWs1UmrVaJi2uiuD7gUZtoxD0','Bo Carrasco - Dr. Faig and nurse Sarra were amazing. My wife’s wedding band hand to be cut off. Lots of laughs on our part. Thank you Dr Faigbfor your patience with us!',3,'',10,1),(518,'2020-01-08 06:10:23.177588','AIe9_BGZuRKHeO1iYrcf4B001kE28m7HpUKNnopIvx3FU6NjUSbQLCP8jNjvp3IuNJSUXlzD0kJAruCvn4zNR4l_imQZkEMOGdshnkR0wruLj5CcdEzW56E','Emma Thomas - The care was phenomenal!! I had to get stitches there and they were quick, attentive, and very personable!',3,'',10,1),(519,'2020-01-08 06:10:23.261796','AIe9_BEAgUIalCkcXZnurOUpP4uAR9Xo9FtZkS7agfIlzISEHXAWLJxTRaXoSOvEnWO0v6IH08En-lDMHKIKeNpo9_lUdaTQ7p5RAJw65fhfSyTnFWKR1FE','Random Chit - Awesome place. The staff was both polite and caring in regards to my condition. I hope I dont get sick again but if I do I will definitely come back',3,'',10,1),(520,'2020-01-08 06:10:23.311144','AIe9_BH3gZxYpIxBZcqAOO5HuBVkc7gsQb1lUK3gBRoiYh7rbKv4BMXEz5BEaAPHxWb2luP5_YnuK2m36S0HJMSa2AewzI9kxVBsLfWDRw4f3Nqy4_kMLqs','Cindy Witte - My doctor referred me here to get. c-scan. They made a diagnoses and offered care for IV antibiotics onsite so I didn’t have to transfer to a hospital. The staff was smart, kind and ca',3,'',10,1),(521,'2020-01-08 06:10:23.360393','AIe9_BFhqAtkXvUqdYNeMuBBGjaAXm9MIXU0092GfKC_iNC8nP-7GsurWDhyRpXgcQ4pvrLZSorWJ3x94q26YkK_5a1mPW4T7Smu7h2XfO1KTIN9XC7szV0','Dezi Dee - Fast treatment! And Erica at the front desk was fast getting us checked in and out and making sure we had all the info we needed!!',3,'',10,1),(522,'2020-01-08 06:10:23.409488','AIe9_BH3gZxYpIxBZcqAOO5HuBVkBYGBbLx4nAByaFDqiTwebQWeAmYdIbksIFcUjI0-YzwUjBm60YIOW4EHqpxFw2-gUGCgMfziBFgyNGfiH3DWLM5Dvro','Linda Newton - Everyone was friendly and efficient. And there was no wait time.',3,'',10,1),(523,'2020-01-08 06:10:23.458968','AIe9_BFLWlqwz3qGBnCfbAsLD0lVo6vILvTXGZfyYbmXnuXzPPaLpClG8Qvlji4sl7qZz_ZjbCpGt6cIRdBZOnbcBSGnyWp7-LzI3Bl7oBwFa8F-n5ofCAs','Karma _Official - Very fast & attentive.',3,'',10,1),(524,'2020-01-08 06:10:23.508046','AIe9_BGZuRKHeO1iYrcf4B001kE2T7uljME43098E-IoTUxkO9bSrgks9IZ5G8C2FkiFpN94eBrId4no0H7_9h71ji0tNHxai6zHvO6d7e0nEddwzkunbKg','Sharia Castillo - My son had a sprained wrist he had been complaining about for a few days. I decided to get it checked out and called SC. I spoke with Adell and he was excellent on the phone. He told',3,'',10,1),(525,'2020-01-08 06:10:23.557356','AIe9_BEAgUIalCkcXZnurOUpP4uAWO1u2C7VCtRm83-SRcGeiKB0eNkju9GSrAXQE-HaktmlBq7GHArinQpES6up2WQUrfA13Jx4uekFG04aOezMLP0nCuU','Nicole Burd - Very nice and friendly staff. We have had nothing but the best service there. Highly recommend!',3,'',10,1),(526,'2020-01-08 06:10:23.606608','AIe9_BHkHJRvhG8n5BjqdcMSKR_Fc4NAgSNSJLnw_A4J7vZZWqYuA2Qg7njHng41bYmIagN0tAmS_aFPaaL4hJ-8uqzWhrHdqagJ66kh9zkuNQlIL_cmygw','Anna Soto - I recommend Signature Care Emergency Center. Great Customer service, Staff and Doctor. \nWe only waited 5 minutes in the waiting room then put in a room and the Doctor came in within minute',3,'',10,1),(527,'2020-01-09 05:02:19.715482','AIe9_BEAgUIalCkcXZnurOUpP4uAJ3a-d_vL4lIsbOEdEPYkybSWFVCa_8gNzuIs4mcol0EFFEZe_rMFJqWzx7DurI7Smzxrs9YS2bI6eDGSObYCLVg_O_Q','Lakesha Winfree - Norma and the ER staff was amazing and made me feel comfortable. The facilities are top notch and I received excellent care!',3,'',10,1),(528,'2020-01-09 05:02:19.989705','AIe9_BGTHfLB7ZAtvlQmidaL-PvDYmkD1jjHL76yaRwRK_VNKCylBGv9ecLMnP9G6wkY2UFSUeM4jM6MxFuOktkj_4ckY-TAGGK_oQ0Ugecf4ff9KqSOucI','Victoria Jones - Everyone was welcoming and throughly explained everything and made the ER visit more comfortable. All staff was knowledgeable and pleasant',3,'',10,1),(529,'2020-01-09 05:02:20.364339','AIe9_BEuFX7PcAP2nNY_ju84FoFS0w1QRMaqrOckSPY7g7W75uyVUKps1h3oW-7tRsyKszKu-IGGOj4Ha-iQwjFngiqeiVIpC-9W88wMZO-q8bea7coT5kc','Damien Brito - None',3,'',10,1),(530,'2020-01-09 05:02:20.491010','AIe9_BExcxslmE1rr7n5jMcadSKec5o_QJCjHx9lJRq2jnrpfK6ArQSXZN4Bt_Qmv3HO0glFEdQn_h4rmt5lu04s3x6IrAuaxcuPrrEvPfJ2vLpHBws78iM','Chloe Dumas - I will be visiting this ER location again because Rayven was nice and showed professionalism.',3,'',10,1),(531,'2020-01-09 05:02:20.640441','AIe9_BFmRFRFwJGRfUDOW8jG3rXnYNhiA-v4Fui6IuXM0LhaFRQYPfQpslzSazSFrG7oJ9QIfzJXx_RKgXfo59-aeUsREr_vWOJwMD-9bRZm__civXaYDGE','Eryn Harper - Rayven was very polite and welcoming when I came in. She was very fast and efficient when it came to answering questions.',3,'',10,1),(532,'2020-01-09 05:02:20.811269','AIe9_BHrWISkj5yJg3Mm8Kf_x3la-NIKNWvLYj-sPMKjQm01C3KL6bRfMaPvNveaxVYehDRAntivk3aJcxoXvrwkpYgbNUA9uQ','Ashley Williams - Came in late on a weekday, we were seen almost immediately with a less than 5 minute wait. The staff was very knowledgeable and attentive. Samantha did a great job at the front desk ',3,'',10,1),(533,'2020-01-09 05:02:20.938891','AIe9_BHQjprpOXGeqmXihYBIHmuaZS9FoRXpMEySrsDySMcANF480lEE9j1CK93Rp_xOPo_z4WGznGpzNVKynOsu31KukGK1zQDi4FsNj_iuzJazLOWbih0','Danica Salazar - The staff is very friendly. The Dr. Found the reason for the pain in sons ear Very quickly gave us the prescription and we were on our way.. \nI would definitely reccomend Signature C',3,'',10,1),(534,'2020-01-09 05:02:21.032598','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2theeeqXKgHxlnKxCzBZeCgYmGF0urdy5CrATu1w8oBhkszX9Tpidh2RMBI076GY8TvWBD9lWz_GVX8IEQUVaiWZamkY','marmaljr mmm - Great and fast service! Dr wang, Susan, Tamisha were awesome and took really good care of me!',3,'',10,1),(535,'2020-01-09 05:02:21.192824','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2Ws3-0jplRQmEMHMAn6Yeq-5BKKsI0ZmFSTYroSXvL-BTAkJZMYoPzZgE4k3cAb-M0yZ06eHSPViZ6UJpznHi7r4sGHo','sherita johnson - The staff were very pleasant especially Norma. The wait time wasn’t overwhelming we were in and out.',3,'',10,1),(536,'2020-01-09 05:02:21.380204','AIe9_BGlY-BaOO_aND3JZqxJBS1RG2MGAbqhLXIWiOTq6xrfOIDCaMRwS4GnigXkDqR-iRdueqLufaDk9T-mPdCTCU1adH6Rn1DvcrrEujHwB2U2eEsY360','Prima Starr - Wonderful Job!',3,'',10,1),(537,'2020-01-09 05:02:21.496113','AIe9_BFmRFRFwJGRfUDOW8jG3rXnMlMGPxEIwm8CbdiJpI8PwzeD2cm3So6cwv_tMHV_IqH0K620zpD6KkH2iuNixzBc_fOvrMrJrnO7LkaKHMYZtRJJejg','cassiedouglas12 - Alvean, Marcus, and Jordan are awesome.',3,'',10,1),(538,'2020-01-09 05:02:21.612153','AIe9_BGhYIk2KhOdF8fekWDvq8JUjmMplOswYSwZ2csI2_Lj-M1coT5mnzTKM8-WVAVXfHnhmHlNKTDlECWvXv5fun8NOvwmmm0vNAq9PWvSFnGVQsnbXJs','samantha molina - Awesome service everytime. I have been here more than 3times and service is excellent!!!!',3,'',10,1),(539,'2020-01-09 05:02:21.683529','AIe9_BGZuRKHeO1iYrcf4B001kE2o4dDwQPrO0JU0VjT9bIaAlqSz4VkvtmDVbJ-JgCs7DgJpe29Xp0dPTV2tJjUzTEpxavUX5zPRhYmbSO2ZtTCGiKJ2UY','Henrietta Turner - Dr Patel was great knowledgeable and sweet. Genesis at registration was a welcoming soul and my nurses Catherine and Fame .... No words ... I left feeling much better due to them . ',3,'',10,1),(540,'2020-01-09 05:02:21.732721','AIe9_BG84YPnR8vhxeJfV_lAYVNi9jz2DF-IFzLODKl6GxfDJ3KPZocc6vJNxBVMPYBAfhqZDw5eNmT2k65lSR-2I1p_9VG4olMlp1Wchg7U03dx5QaU3OY','Fred Colesby - Holy Moly. I was going to rate this place a 4 or 5 until I seen the Bill !! Wife was there for less than 2 hours with stomach pain. They did a chest x-ray, blood test and EKG. The bill ',3,'',10,1),(541,'2020-01-09 05:02:21.859597','AIe9_BFLHEJ8hYqd4VCbbc-EtvgM5may6C2-ssvDQI3bsK2gCb_8AgNTnVfG09mTLPN4XP3WxWOlWeHDfUNNzFVsP6BBa5s86uUEuWnQkVEZkDidrIyPr-A','Dahki Adams - Alvean and Marcus really helped me out and in a hurry ! Very kind people !',3,'',10,1),(542,'2020-01-09 05:02:21.953214','AIe9_BGlY-BaOO_aND3JZqxJBS1RB4penSKCAZ4Eyg9yN3q6QLgJyKKgAFj5KJrhs_FpwDArKs9Dmt3KLwWsMnnR6SKkBBPYY3UTm0JFRJUx6qtq-kjhdH8','nataly carrillo - I enjoyed my visit to SignatureCare, it was fast and easy. Alvean and Marcus were a professional and help so much.',3,'',10,1),(543,'2020-01-09 05:02:22.047209','AIe9_BEHZ7lh7y1sP-UInhkpmlIp6vfuucHWvL7vqnhYpVPpoA6tLmZxDtYTTzqT9OAI657v75OPK-j9Tkg3-evR3GMIUqz_z3hkt6DMZdOfyfpFp1mrHoo','Julia Martinez - This was my first visit to SignatureCare and I was very pleased with my experience. Alvean greeted me and my spouse with a warm friendly smile and Marcus was quick when it came to my ',3,'',10,1),(544,'2020-01-09 05:02:22.118565','AIe9_BGvUJd9etQojwpjZIMsiFneJECVahC7L6z7CHja7R-GjoLPnYX6SOerQY1fbWbMPntKeWu--WR8rSIsDx14lKfcIAGJmSZ7Mr9a2SziVMENrP5S4HI','brittany brown - Went to Entrust and saw Dr. Martinez and Reymark. Speedy service, very patient and knowledgeable! Thanks guys!!',3,'',10,1),(545,'2020-01-09 05:02:22.201214','AIe9_BFu3rdicGrPrzdyu4PDXmqMIMrx0z1VgvDqqKu8nKUdbAxCkY7Qrmu7Kae-50N4VuU9ITXmIYbHXjSJDOwsRh2xNR6hxijYNnhsmL3ZraV0IjsRkos','Eva Aguirre - Everyone was really helpful and got me in and out. Thank you Rey for your help!',3,'',10,1),(546,'2020-01-09 05:02:22.273235','AIe9_BFhqAtkXvUqdYNeMuBBGjaAoGjkqFjwjCdHA8wYpVDS0D8Jercq-Zj-6PGEummsBcMMOSrorj_1v1JcDMHEo-J8IOBEoLRMAELXUMgtrjRBQirBGLE','Dru - I went to this location after work yesterday and was pleasantly greeted and checked in by Ms. Erica. She was super kind and extremely informative and patient with me (I had a few questions regar',3,'',10,1),(547,'2020-01-09 05:02:22.399885','AIe9_BGekwi02pW78Sb6PRYJ6nZsrPKVjddyxTYddsv_7-bAMBzfzQ_vAfmHbxxCVHN9dPOHXlSQfr753B2bsXBYOfaJiqMSXpWSm-2nhgGml8r_XKp7ra0','Stacy Owens - None',3,'',10,1),(548,'2020-01-09 05:03:07.720809','AIe9_BGZuRKHeO1iYrcf4B001kE2T7uljME43098E-IoTUxkO9bSrgks9IZ5G8C2FkiFpN94eBrId4no0H7_9h71ji0tNHxai6zHvO6d7e0nEddwzkunbKg','Sharia Castillo - My son had a sprained wrist he had been complaining about for a few days. I decided to get it checked out and called SC. I spoke with Adell and he was excellent on the phone. He told',3,'',10,1),(549,'2020-01-09 08:03:05.921620','3272657195432704501','Texarkana',2,'[{\"changed\": {\"fields\": [\"Total review DB\"]}}]',8,1),(550,'2020-01-09 08:55:48.840809','47','no_comment - f\'Thank you so much, { name }! We appreciate your great feedback.\'',1,'[{\"added\": {}}]',11,1),(551,'2020-01-09 09:00:42.481643','47','no_comment - Thank you so much, %s! We appreciate your great feedback.',2,'[{\"changed\": {\"fields\": [\"Reply\"]}}]',11,1),(552,'2020-01-12 05:45:38.444911','AIe9_BGhYIk2KhOdF8fekWDvq8JU9_UD0M8TpysH2skFueMx1bAGk7FPZZf-XY2fyYqAyEyFtIcTGERIAfiTOg4txHfSlxwLMiDTvMOenvi40AaW_Mk7WdQ','Courtney Wetmore - None',3,'',10,1),(553,'2020-01-12 05:45:38.502489','AIe9_BG84YPnR8vhxeJfV_lAYVNisMw5_C2Tq2tBB6wpqZHKeiWGFcD3c94xKE3CDgccpClv9h6ZbMmaNpPdEM4iv5IoNoQ1qDg4V-vGRx34HRqPzfyij_Y','Gloria Banks - Doctor and staff were very friendly, professional and caring. There was no wait time',3,'',10,1),(554,'2020-01-12 05:45:38.562950','AIe9_BFmRFRFwJGRfUDOW8jG3rXn4z1IDx9fqk0Oev1zETY9yhbzgLDYI0KuN9XnX154KMxG77A5gXChimWJDehg6O7W_TKpGQwS2jhQm6n5Tu7xVUHMKus','Wanderson - I had a kidney stone emergency and quickly ran to the emergency room before the pain became unbearable. From the second I got there, the staff was incredible. They understood the urgency o',3,'',10,1),(555,'2020-01-12 05:45:38.623297','AIe9_BEHZ7lh7y1sP-UInhkpmlIpqE7PPIpOVBfp9qtIzTGAlEMu56ylTDCVN1JNXDBHRuAVhRMauUHC_io55GHB0H6nrs-09g_LkYQVoklmRVF5d66WpmE','LT Lawson - Very caring Staff. Service was timely. I went in with a severe tooth ache šŸ¤• that was causing unbearable pain. Thank you Dr. Castaneda and Nurse Irving. You guys are superstars.',3,'',10,1),(556,'2020-01-12 05:45:38.721818','AIe9_BF8X4EpR_fF6mwcYdso9awggNJyLmHnm1rdm8uttWSULmoOLJEFJphxTHfDRFy_pIHxxQOmXtR5CI6xxvM92rGzeO5ndDoVygltb8thahG4ah1XTsA','Blair Tyson - None',3,'',10,1),(557,'2020-01-12 05:45:38.782046','AIe9_BFMK6FB7k24ANEBV5CospTTxVDVSEP6LDub_O9eWK7YbkJKy6eK06FbClzcsp4rM3ayCm3euTRbBlBnYJconnd-3iPARlVycngFcTzJyGz_2ZxKA24','T Jackson - None',3,'',10,1),(558,'2020-01-12 05:45:38.842548','AIe9_BHR7p0hPy1flx1br0TYdEUBSmhY5Nneiq9CJ0jI7aSWYKfEg1amzpLE7m9pTpeUy58uiEqvACvxf-Vfu7d4Se-FZszXCiD-Q2hfdgGwBVjSk9eU95M','erykha\'s adventures Gomez - I came to this place and they were super good no waiting time and they check on me quick and I was off in about 1 hr the nurse and the doctor we\'re professional and alvean ',3,'',10,1),(559,'2020-01-12 05:45:38.902446','AIe9_BFmRFRFwJGRfUDOW8jG3rXn1kOTJDLh1U3EWiAFX06SqBp6bdwmo2CHS6REfWY6bHRc6Ob_fKRXwuBIsuU1jzg4tdzlOMkF-1LBeBkLi29cFDsB-i0','Alexandria Y - My father\'s nurse was Meredith and doctor Harjai and reception was Jocelyn were very pleasant and sweet while my dad was having a tough time with his issue šŸ‘ Also super fast cause they ',3,'',10,1),(560,'2020-01-12 05:45:38.952089','AIe9_BFMK6FB7k24ANEBV5CospTTscf_bHJKr5jeQwm2XnX1Q8aA7oT8BUZxZLVUVHKukT5uZfFjl5fA007QwDm_2X925C_lBHfB-Apg5h2vhI4VKwO-vX4','Vivek singh - None',3,'',10,1),(561,'2020-01-12 05:45:39.001452','AIe9_BFLHEJ8hYqd4VCbbc-EtvgMWyjezBRAE5EhgxMfryYPUKoBDJmf-Ve5ZuVFxgdE_38J1JAF2-2w8laW5IzSQChOcX7tIuC6fgyWYo9xxjI-sPKUdQI','Angela Mejia - They were very caring. The front desk lady, Ebony, was courteous and compassionate.',3,'',10,1),(562,'2020-01-12 05:45:39.061848','AIe9_BGhYIk2KhOdF8fekWDvq8JUuApryMKAbvZfJWGhAqWOzzhdpZeA_4Tk77mDND6ouXuh7MuubBwHKAlAspcZkJ2peLbJRwp4jpK_6r8PTcQA4sMG7UI','Hawraa Abdullah - The staff were very kind and the process went by quickly. It\'s a clean and comfortable environment that I would definitely recommend to anyone skeptical of this place. I\'m very pleas',3,'',10,1),(563,'2020-01-12 05:45:39.122177','AIe9_BF8X4EpR_fF6mwcYdso9awg5ThZtmvOwm7pSD0oczdYe70Onf4fk_83W7HRWv6YJ4oJBAuGGDd3gD2jH2mTjuEIaMElRplCfJ0tSF_UtN-gWgh_sU8','Irma Limas - Sindy took excellent care for us at the front desk. She was quick to enter is in the system and everyone was kind in their care for us. We really appreciate their care for us.',3,'',10,1),(564,'2020-01-12 05:45:39.182637','AIe9_BEAgUIalCkcXZnurOUpP4uABu_KhuTJxRpgTshARCFCyGHEpj7qop8PL8WE2WcSYZrU8Gt-sQQmrZq0SgRvjh3sUzMO6fgugcrn_J4js8TX_ZwuA7c','Lydia Clifton - The staff and Sindy treated us with excellent care. Everything was explained to us thoroughly and they took their time in reviewing our status.',3,'',10,1),(565,'2020-01-12 05:45:39.280946','AIe9_BEHZ7lh7y1sP-UInhkpmlIpA2yHOKBuMbLuZJjpS2CX7daoANircYcqcN-VyHW13bICmw578NDD9lO2V4vxvdBPl_gw8kwIkXPhHkwZ52maEyN2ib4','Anna M Garcia - The entire staff at The Heights branch took great care of us. Dr. Thomas was extremely thorough in her examination. Sindy got our paper work fast and into the room quickly. Gina and Di',3,'',10,1),(566,'2020-01-12 05:45:39.341628','AIe9_BEAgUIalCkcXZnurOUpP4uAJnpb1LIapbvbA3_fLIsM1ohThAECikmYeIGg_AEeOP-PDl8_OlgVPxigG7L7spLw1LHXSz_H74UuEbM5EaL0X1KmQCg','Chris Robertson - None',3,'',10,1),(567,'2020-01-12 05:45:39.401787','AIe9_BFmRFRFwJGRfUDOW8jG3rXnZri9b6Xn4NtwQZ9KVNM28nI32Cjx4gzB0KNDDPV9pNjmiEYhYu86hlXfuhPEAfFycpEWD4EQlN8THDPay0UJsqZgyLo','carolyn thomas - I had a 5 star experience.the care team was efficient and knowledgeable from the front desk all the way to the back. Alvean .A and Jocelyn. A where absolutely great. And the Doctor wa',3,'',10,1),(568,'2020-01-12 05:45:39.462297','AIe9_BGIy_plKfaZrItPyyQZNLvs-MeuubNW9_3xcpujCm8Fg63M1nsB-SsbY1pIQJpAfvDGUEg6bsReSME3VSYCmu1g3qC1ErdadzP9Onqbpiq7LltZaPA','Neinah Cloud - Alvean and Jocelyn are really great and the service speedy with no long wait. Love it',3,'',10,1),(569,'2020-01-12 05:45:39.522572','AIe9_BFL0OZrFaHgoJtqifT1GHrIxsg1jWM58vS4xvvV2c64B6ib7jvZUDvD6nsU267Fifi-6oe4a92tc0wUYtf6WhpH421_3LpPOnl3yGaKyKlZoUUpcGM','Sajdah Habeeb - This was my first visit to Signature Care and I would absolutely recommend this facility to everyone in the area. Scott and Laura were very kind and accommodating and Dr. Patel is so s',3,'',10,1),(570,'2020-01-12 05:45:39.582883','AIe9_BGZuRKHeO1iYrcf4B001kE2mDa-FgTlm9-ogznzDSwpBjhOZbW87mwzHbORO6RbDvX3k3GMCRRo-Ml7LIvKlmLfMNxcxdUtB4hzQIfdctWrsUli28o','Ada Mansaku - Very clean and friendly, and I had the best experience!',3,'',10,1),(571,'2020-01-12 05:45:39.643246','AIe9_BHAFUK2tNBZL25dLQ0jVdh09HXy1KzEdypzKdsFKGXpM9V5R_TAN4WL8cZujC4tqMdWTxNwqt8uHpKcPz3W9okZ5KDw_lxkQVJJT4TsNcAnmMz6Czo','Misty Alvarado - This place is fantastic! As soon as I walked in the door everyone made me feel at ease! Jocelyn A., Alvean A., Kelly L., and Jordan N are awesome! I was in and out so quick too and',3,'',10,1),(572,'2020-01-12 05:45:39.703697','AIe9_BFLWlqwz3qGBnCfbAsLD0lVr5GrtT79sXAegEcnb_bWdIWxANBLaCs7s1s5USkpRYxm6zBHJtYMHZzNSRX3cLuUwoX3fK9tRL7TdRJfQxdhctzsdBg','Jameson2018 Rhodesian - The entire staff from Katie, Christine, Dr. Elsbacker, and Townes were incredibly helpful. Helped ease my mind in regards to aggravated symptoms I was having from the flu.',3,'',10,1),(573,'2020-01-12 05:45:39.764080','AIe9_BFFcAiX3_kRXfnRLgvL31HrrM133l6zeERpiXu3UIEP409fw7VtaE6YESxpWgjZLDlh2F7keJ4Ashq4Vhvy7EuZF2_86n0pUbyQ70cM6dTSM35218o','Tiffany Siguenza - The staff was great!! Highly recommend. Very attentive and outgoing staff.',3,'',10,1),(574,'2020-01-12 05:46:03.686665','AIe9_BGZuRKHeO1iYrcf4B001kE2T7uljME43098E-IoTUxkO9bSrgks9IZ5G8C2FkiFpN94eBrId4no0H7_9h71ji0tNHxai6zHvO6d7e0nEddwzkunbKg','Sharia Castillo - My son had a sprained wrist he had been complaining about for a few days. I decided to get it checked out and called SC. I spoke with Adell and he was excellent on the phone. He told',3,'',10,1),(575,'2020-01-12 10:23:38.489717','48','no_comment - Thanks for the 5 star review%s!',1,'[{\"added\": {}}]',11,1),(576,'2020-01-12 10:24:47.091887','49','no_comment - Thank you for the five-star rating%s! We appreciate your feedback.',1,'[{\"added\": {}}]',11,1),(577,'2020-01-12 10:25:58.734978','50','no_comment - Thank you so much%s for your great rating!',1,'[{\"added\": {}}]',11,1),(578,'2020-01-12 10:26:31.299344','51','no_comment - We appreciate the five-star rating%s!',1,'[{\"added\": {}}]',11,1),(579,'2020-01-12 10:28:03.197600','52','no_comment - Thank you for the five-star rating, Terri. We appreciate it.',1,'[{\"added\": {}}]',11,1),(580,'2020-01-12 10:29:14.639026','53','no_comment - Thank you so much for your feedback%s! Our goal is to always provide the best care. Thank you for choosing SignatureCare.',1,'[{\"added\": {}}]',11,1),(581,'2020-01-12 10:39:59.912529','54','no_comment - Thank you%s for your five star review and for trusting us with your care!',1,'[{\"added\": {}}]',11,1),(582,'2020-01-12 10:40:36.250614','55','no_comment - Thank you%s for the 5 star review. We are glad you had a good experience. Feel Better!',1,'[{\"added\": {}}]',11,1),(583,'2020-01-12 10:42:02.828533','56','no_comment - Thank you for the five-star rating%s. We appreciate the feedback, and appreciate you choosing SignatureCare.',1,'[{\"added\": {}}]',11,1),(584,'2020-01-12 10:43:31.020212','57','no_comment - Thank you for the great review%s! We appreciate your positive feedback about Neighbors Emergency Center. We hope you are feeling better.',1,'[{\"added\": {}}]',11,1),(585,'2020-01-12 12:08:20.261766','52','no_comment - Thank you for the five-star rating%s. We appreciate it.',2,'[{\"changed\": {\"fields\": [\"Reply\"]}}]',11,1),(586,'2020-01-13 05:45:03.124235','AIe9_BHR7p0hPy1flx1br0TYdEUBdfKOaC9cpkZt3sPo4L7vv3uEcbMEY1NKcWTxEG_rkeXb_cwtzWaSjYYIEW8V6eZyrKTY2OPoYPTEHjYEp0EabrCakuk','Ashley yzaguirre - I had a wonderful experience. I was immediately greeted by Tatiana at the front desk and I didn’t wait very long to be seen. The staff was very attentive. Nicole and Brandon made su',3,'',10,1),(587,'2020-01-13 05:45:03.175661','AIe9_BGvUJd9etQojwpjZIMsiFnedM19xDy78yDl3QvuyUck41wUhSrMUBUIkOiuRw73eLVjvvGmvRdYYc-J4KfxCy2LNz_XcrekyGGupbnwsczUe1NWpbI','evelyn gonzalez - Nicole was very attentive to all our needs',3,'',10,1),(588,'2020-01-13 05:45:03.224896','AIe9_BGhYIk2KhOdF8fekWDvq8JUxhYF3C-bZI-dTpUQbQCJVF7QITVkSyAMVidHN-w8GnTXqN-0YZqnGKxHdNpuk_-S_JkvWOwmfSgMZNCD9snjkry8w3c','Brenda Gonzalez - Very good service our nurse Nicole was very patient with my father',3,'',10,1),(589,'2020-01-13 05:45:03.273603','AIe9_BFL0OZrFaHgoJtqifT1GHrIVd_ywv8H7wCaT8gAnTDZ7oeBob7aaKkLvjkya7Amt28IFDpux2oRJDBUw13CXKJzEINK3_y2TPXiHG5Zi_1U2TQFV6w','Kimberly Bonner - Staff was extremely caring will be using them again',3,'',10,1),(590,'2020-01-13 05:45:03.323408','AIe9_BF8X4EpR_fF6mwcYdso9awg5VoxP6NZ0EQYJLvmpThZnKwzUnC-Gakoano2cuOjYFyoYmAmyWGTyYAUWwtLK6sx1KKQvRLr8GfnNQpqUEPIkJW5z4M','April Moon - The staff and doctors are wonderful! Fast service!',3,'',10,1),(591,'2020-01-13 05:45:03.372773','AIe9_BEV1VP1woYvuPRixSBHlWg4KjaOU-RNW2v4CrHx6lb1dpalRZN5RkLeL-IyEGdDZqYne_a_Cl-whIooXEcWeOSCANYdNzgLGszGeq8RwuWtEnzQPTg','Lily Mejia - I\'ve been here a few times and every time i come they are always so helpful and kind with my children.\n\nToday Dr.Nguyen was fast in his diagnosis of my sons strep throat and flu virus. Ot',3,'',10,1),(592,'2020-01-13 05:45:03.421958','AIe9_BGErQpX2pRNZrXBy5NOsH0e3FUJ0_YJCp6exS5vu0TMLudbWOPMC23ll72rK8ruoZqxcH0OdHt9tU1sOCsxawClpu3BpO22oFRligXNCCXwxPMZsVQ','Kyla Solomon-Hawkins - I had the pleasure of having Nurse Fanny, Nurse Eda, and Dr. Wang taking care of me. They were all so kind and excellent at what they do. They treated me like a real human being',3,'',10,1),(593,'2020-01-13 05:45:03.471401','AIe9_BFmRFRFwJGRfUDOW8jG3rXnxCtgyPFVMsd-52cdEQE8xqh4bbW9OUCQJmOIgz44IMv8dlil2iP2KdWLyJ7_qZEk3_KZ39kXK0OEPIAJ_674AzB0lak','Alex Tran - Nurse Fanny, Nurse Eda, and Dr. Wang were excellent to us. They were all very warm, welcoming, accommodating, and addressed every single one of our concerns, taking the time to carefully e',3,'',10,1),(594,'2020-01-13 05:45:03.520598','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2Ji4S3hABzD9-pfMNFfYzV0nWydrXPyJ6hUVLQeSDDy9F1LnI89gijjOLWzDjSGETHPpkndODpmTyGDQwEG2todx_JG4','JA Guardado - None',3,'',10,1),(595,'2020-01-13 05:45:03.569756','AIe9_BFmRFRFwJGRfUDOW8jG3rXnN-s-jFPci846b8AUTdK7Fq_EpIh-2XrSPX6JwjP8MJ6NU7fQEAKmvZNe-8Aqb6hMvZAaW-dvVJSoEJPh8uTJgbzsAK8','Kaylee Clyburn - My little man was sick and after my experience here a while back, we decided to bring him here. the doctors were great as always, the front staff is so welcoming and everything is alw',3,'',10,1),(596,'2020-01-13 05:45:03.619012','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2YHOTpsKSA0-MBOXMSzqZBPtgNnbK6sZ-rsgnResiC_owB4tdkjmLITJLMkN6nY1klgSZvSG-zpwjboX7Gm9L3jOkoIg','Jb Wright - None',3,'',10,1),(597,'2020-01-13 05:45:03.668356','AIe9_BG84YPnR8vhxeJfV_lAYVNi5qjCk-_1vkIUeH_NxB3LSWA0xHQQt9S_U4XdFYRtm-RN3GnHn6SUYH3FkqckQxR6u8ZspTG7RMAaIfz1AYOr0Y_xnqw','James Jackson - Dr Do ,Alvean , jocelyn Great service',3,'',10,1),(598,'2020-01-13 05:45:03.717514','AIe9_BFqh_zr355jzGaEpH7666zchGyOJfeA6T4jOBL7Uza44dfo5VDTASR4Z76atlEPEdzQfH4t1HpewTap4-psTDu17AJtsuMMXtsTBi4bQs6s7DknTI8','Reynaud Jackson - Overall great experience Jocelyn at the front desk was supper nice. Alvean and Jose has a really cool vibe and Dr. Do gave off good energy.',3,'',10,1),(599,'2020-01-13 05:45:03.766741','AIe9_BGErQpX2pRNZrXBy5NOsH0eYMLj9ybBViYn3DO38Eb7gflrVWHpksPqS_csN6m1mDhgzQ23pC3N0iia-XRvGwwS3A1zEMcEIyXAU91FNiN-Bq6C8hc','Apolinar A - Great everyone took very good care of my grandson Thank you, Dr. Do, Alvean A and Jocelyn A.',3,'',10,1),(600,'2020-01-13 05:45:03.816112','AIe9_BEV1VP1woYvuPRixSBHlWg46tv471RUmf7mufzUy8hmeAx1ZuRtlVESipZe9y-iwjSdnLrFGnNl-zIY2VlqqHA0Ypf21JVoG6Rh53NYYpY4p0rCRU0','Kendra Cortez - None',3,'',10,1),(601,'2020-01-13 05:45:03.865447','AIe9_BGErQpX2pRNZrXBy5NOsH0eW7uUnWgm67qnwD5yMRC6x0M6YZdW1ak_WC4-UVNdhXM7DfH8d8t214RQ74VTZ1ctVrLyHVj-ek0M25mwVP9xun2zKZY','Timothy Turner - Omg the team at erCare24 Bellair location is awesome fast and great customer service',3,'',10,1),(602,'2020-01-13 05:45:03.914698','AIe9_BEuFX7PcAP2nNY_ju84FoFSTTpzChjyLw1M6Rqlxc8ZDFoNf-vNdlhOwhhzoH0bHBdUFei12AZWfO66LwC4joO3nesIvwy1b846Id4APiclJaWVAv4','Samantha Sampilo - Johnny is such an excellent nurse. He\'s very attentive to my concerns and needs. He\'s the best!',3,'',10,1),(603,'2020-01-13 05:45:03.963994','AIe9_BH-PZCNGatIuVf9MEYiysTxgqUD2Z_K8zz59ZVsIy152yKIIbFPlvweUQdvsnOMF4xUiITtEfS3P2u_xoi80kvl8ylhgm6F5SBSTtuGQzTlXjcm7GE','Errolynn Zetar - Nurse Alvean, receptionist Jocelyn and Dr Do are amazing!! This was my first visit and everyone worked hard to make me comfortable. They were knowledgeable and explained everything. \n',3,'',10,1),(604,'2020-01-13 05:45:04.013263','AIe9_BExcxslmE1rr7n5jMcadSKe6pigLy2i8LdFLS1g18z3ba9Gaa528JZmS_5WP97zhTq79tDF1cyKdQN33r1xnVzAH2IvwxbIFMdUWP1Wrm9YIKZqevM','JK Hernandez - Always a pleasant experience at Signature Care. The staff is very knowledgeable and quick. I don\'t enjoy going to the ER but it is nice to know that this one exists if I need it.',3,'',10,1),(605,'2020-01-13 05:45:04.185970','AIe9_BHR7p0hPy1flx1br0TYdEUB4xyxoLFfJdb446SWj_TtzikBt0M76ve5_-IE2nr3mCm1FOmEkHOcprcmByxc3SaOMxkK1lACmsO6R05QY88JJ3MEa0g','rubi cabrera - There was no wait at all they took us in right away. They took really good care of us and treated us very well. Thank you Sindy at the reception area made it really easy to sign in! Als',3,'',10,1),(606,'2020-01-13 05:45:04.333021','AIe9_BFhqAtkXvUqdYNeMuBBGjaAsFddy3MKSlUA8rO8oka9huus73jG5OAvhGzFRIKzmT5Qx47HLfdvUBTzmBeOlg0DgIov_cvUgc4bZZFmXWTZ6neGAng','Micaela Truxillo - I went into this facility with work related injury I literally only spent maybe 30 minutes here. Service was greatttttt very quick check In with Jocelyn A. Was amazing she was sooo ',3,'',10,1),(607,'2020-01-13 05:45:04.382996','AIe9_BGZuRKHeO1iYrcf4B001kE2ruKhIA2hikCGLbrF4XjYUOwkBi044lxH7Y3P3-U-hbVsZg0E-VA7DS5-jw94rqG0MZbBN6LhkpJkroncR-D6FsNPeJU','Ekaterini Montano - Everyone was amazing!!! Super friendly and helpful! Loved my experience from the receptionist Jocelyn A. To the nurse Alvear A. To the rad tech Christopher W. And tech Brian. Thank',3,'',10,1),(608,'2020-01-13 05:45:04.432130','AIe9_BHAFUK2tNBZL25dLQ0jVdh0r4VM2E-AyQMEapJaAHm7ZVERktXHpjbrMHKqKjOL--qRZWpjWMbcSg_MvHKO645InslrbTHkboc4QhJGon_3n0Y2hfU','Reina Franco - None',3,'',10,1),(609,'2020-01-13 05:45:04.481360','AIe9_BH3gZxYpIxBZcqAOO5HuBVkQItes7tpafAktygeiLTlPGQQSalaR-SJva_AeDm6FWrlsO-KPnBCxBuLdR1voVVEbgKaI2fwc_Fzo94XXCXtvbXSh1k','Brandon Morse - None',3,'',10,1),(610,'2020-01-13 05:45:04.530687','AIe9_BFhqAtkXvUqdYNeMuBBGjaABlPaZ-UoZYylgUZhCKu-BOTTEY4SfnzZ_w1YxHy5ag7veE0F7vwhonOBmABsquMSOCReLXagpaE1NVXLXQYvzlUZ26I','Graveyard Sweets - My husband fell and sliced his finger open. It wasn\'t super bad but still needed stitches. Everyone was super friendly and tried to make us feel better from a bad situation. They ke',3,'',10,1),(611,'2020-01-13 05:45:04.580060','AIe9_BHZM2k_MpOhRgkb8w5Bn_ur2N2QIxpIKh6DK2Ru_goDa1rNKBlnvyPKdpNGffIK97GxC-XEa02_GhgtkSTZakXJoI4xDfCD99dEkI9c-ZHYZ4vC1P0','Mariana Martinez - Very clean and the staff is very nice. Thank you fir taking care of me. Facility clean and comfy. Went at 1am and they received me without hesitation',3,'',10,1),(612,'2020-01-13 05:45:04.678553','AIe9_BGZuRKHeO1iYrcf4B001kE2qicRWgKbq2d_R3Yzy5LptpK6vCQQNF0FhKeLPX4TNcJR2eDCg9SeWz9jxu1_KKGQXeYu5gmzpAbB1aLqrbxvoGwYqRU','bleach nuunki - None',3,'',10,1),(613,'2020-01-13 05:45:04.727714','AIe9_BEcsqFw5ZXjJ1YdcBn5-w4sBG03UJvjXBQe-jR_6yutWjEI-DCJhIjHz_257TitwmX2-rHEJvD1U71PoZBFSMmqRkCeCjiFHf_POVG4jAgcp95JkTc','Joshua M M - We were greeted by Rebecca, with wonderful pace and ease. Stephanie helped us to our rooms. Gabe helped us out alot with calming down. Dr. Bare, diagnosed us and helped us through our pre',3,'',10,1),(614,'2020-01-13 05:45:04.777170','AIe9_BEV1VP1woYvuPRixSBHlWg4yGRVd8ZgTqX3XYlznYDbGmjyKV-quVjvBYACVYy_psNJghnMmWQiFBSN7UoGAyCsjtFTSDxF-aqj7vMe9B-heTNQf7E','Barbara Okorafor - Amy, Dr Dang, Dion, Josh T and Erika were every welcoming and was treated by our facility unirse evryrhkng was nice',3,'',10,1),(615,'2020-01-13 05:45:04.837375','AIe9_BHkHJRvhG8n5BjqdcMSKR_FaMq6W6qS3-VngYBxeVGOgDWPehmKn9_-RwX9b_7zScwwBQyac9wCyC79-Bf7UOc93odKSZxW-3Q2vTxK71N1mVCX0IA','Emily Catalan - The staff have been nothing but sweet and nice during my stay! They even laughed at my lame nervous jokes, so very much appreciated and cared for my well being !',3,'',10,1),(616,'2020-01-13 05:45:04.897926','AIe9_BFL0OZrFaHgoJtqifT1GHrISZ0BlLGlVsOyEKOtHcZpQtT8BjO8_PQzBKC8MGaq8NHjjp30eylpFxRZUudOjZ1wCs8ZuXY4_GILtGtqKFDTTcWJRyg','Triana Fontecha - Fast! I was in and out. Dr. He and staff are amazing. ā¤',3,'',10,1),(617,'2020-01-13 05:45:04.958221','AIe9_BExcxslmE1rr7n5jMcadSKe_DRUyrgDVtRe52Seq0NB8wf64UCmNfwEI_xZbL-6o-iieoIjQ9-oX0Lqi2GQn85HYIgpa6CYX6_C77X5fjmTRuKHZRY','keasha collins - Amy and josh T, dion, josh M helped me out very well. They were very patient and determined that I was seen today. Thank you all for the great service.',3,'',10,1),(618,'2020-01-13 05:45:05.008164','AIe9_BGvUJd9etQojwpjZIMsiFneDpy-f71qG77JvwBgKISZLWBr1SjN_TAG4y8sPKOOIL-ab4x7N9WF4ITsy-7JKIjISVS3V8JiRxdqvSYm9j2MUP_HobY','David Paz - The staff at Signature Care in Midland was extremely gracious treating my 5 year old daughter. As kids will do my little girl got scared and panicky and threw a pretty good fit but they we',3,'',10,1),(619,'2020-01-13 05:45:05.067895','AIe9_BH3gZxYpIxBZcqAOO5HuBVkQF-8WjbuT-2el4jFccaP7udJBCQaM-hf_IwGlqSY5xDeZD6k84Ib_qq6S41QMdZ_oGp-ynpCSF45MxLXV7LLAqMENdE','Heather Schrock - My fiancĆ© JD Carrera was the patient in need of medical attention and we are from out of town. We were not familiar with the Houston area and stumbled upon the Signature Care Emergen',3,'',10,1),(620,'2020-01-13 05:45:05.166506','AIe9_BEV1VP1woYvuPRixSBHlWg4V3z6jNaFPSM4B3Z9lVrmqHXxSzM3FMWvQeQZAFmb2hkGuU6L0fDO1fExHMfu5rdoKhrEEHADOvpiswKiXL_SnejITFA','Mark Camacho - When I first walked in the front desk greeted me with a warm welcome. Angelina helped me\nwith the paper work and had a great spirit. My nurse Seleni was one of a kind and was very atten',3,'',10,1),(621,'2020-01-13 05:45:05.226721','AIe9_BFmRFRFwJGRfUDOW8jG3rXnv6ykCwHmVSVRXwdrkl8ahLGT2pD-SiQmXWWjCD3LvVmxwa93jZocSEdTJ7T1qcIHAw36QBaWMrUPaWwbXKtsuMs2BJg','Reyna Colejio - Great job by the team',3,'',10,1),(622,'2020-01-13 05:45:05.287303','AIe9_BGvUJd9etQojwpjZIMsiFneii-nvBQGX4QKPiUnQiBSY72LDnJeLp0s03F7Z213l-558hBmLJu8Hz727VRBckLFlJ8a4ytblYmjBPXCxVcHM8lFvFg','Juan Colejio - Great staff no wait Chris did a great job!!!!',3,'',10,1),(623,'2020-01-13 05:45:05.347454','AIe9_BHVBnWjBJvk55vq2QEm0wl-WjmZ4e_3k-cgFs5n9YvHgS99bdwTq6YGVZ61mxhsftQ3KBHJsYdbiopp7kzbM6zREjWLPOokgViwMJZU7whGBFCN588','Hunter Wilson - I came in yesterday for a truly awful pain in my lower back - I could barely walk or bend my waist when I arrived. From the second I limped in I could tell that the people there truly ',3,'',10,1),(624,'2020-01-13 05:45:05.407405','AIe9_BG_KYPQZrI7j-moUldshgc1rxEOW_oxcOFcL2RjzIKQK0aJ3Ohahdw5Skk19HWAUrtWmI6KNNuQGgxQaKW7YRZkCrkvuX6qQYnxWsYNEDVHUpRGVT0','Sandra Diaz - None',3,'',10,1),(625,'2020-01-13 05:45:05.457341','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG23rS0MHMWKMB8_fOUeOaFA-0OhuA68hDmlgVDPJ-O6jwoc4hLaNX2c_unPjFdME9XGuXj23tRZPJyk6godT4QDd_Wu7I','Alejandra Diaz - None',3,'',10,1),(626,'2020-01-13 05:45:05.517583','AIe9_BGErQpX2pRNZrXBy5NOsH0es--pBKtTGpmXZtdilOWznGvRSCxAwW7iHmJFe-79YVT8pBlAgQKABIzeBRc6UX0jCredMjV4AAJL3RrD0FqtEpI_pcQ','Moe Brooks - After long back and forth discussing the benefits of attending an urgent care with my mother for her very bad cough and aches, we ended up at ERCare in the Heights. I was very pleased to ',3,'',10,1),(627,'2020-01-13 05:45:05.578062','AIe9_BFhqAtkXvUqdYNeMuBBGjaA3NRrMRf2_ElPg4oMN4lckn4umgxDIinmeJ999lOJZOeu9NIo97gVC6SNISDl6g7FnHfgVeAqgNaO0NxKQhdncMvQUtc','Christy Hicks - The best experience I ever had loved it',3,'',10,1),(628,'2020-01-13 05:45:05.638484','AIe9_BExcxslmE1rr7n5jMcadSKeqcDjbwZDXYzPOfr6GxyVg8zjiBwDkRfCFYKQdJKyavQSYeJeTa7ivuQZZy6B1fvwq6R_N-KabWQictXdnvC_M20gTVk','Debbie Ashford - I took my husband last night to Signature Care and the care he received was top notch! The registration with Tobie and all the questions she answered to quickly getting us into a room',3,'',10,1),(629,'2020-01-13 05:45:05.698760','AIe9_BGErQpX2pRNZrXBy5NOsH0e4lHS7R_9XJOSKpp9xSNt7OuHzneCwRGXpeI5pHG50mDfa4m5fLz0bGRdXlthgtmkX4Am-mlgYfmZFLhX2len8DjjcwY','Alex Gonzalez - Amazing Service ! \nFirst time here and I felt like home,\nJust like my mother would take care of me \nNurse Selina and Doctor Wang Did an amazing job, way beyond !!',3,'',10,1),(630,'2020-01-13 05:45:05.759102','AIe9_BGErQpX2pRNZrXBy5NOsH0eA_a0PLjelnKWs26GvWVf0GYto_HwTvtG0RHpBvpbLofWfMfzsciWILRTOg2k99PeXZKo8igZ6RKctb_mJGuofixBI1E','Lu Perrilloux - Great experience I saw the doctor in no time. I highly recommend this place for your emergencies.',3,'',10,1),(631,'2020-01-13 05:45:05.819494','AIe9_BHR7p0hPy1flx1br0TYdEUBIW9Zchm-LmxoRoPBLdeGGz8ZhCX4a3juGtRf9uPsaNqMIqDxGy9Y-pYJuHWpWNs3kQcLJSGAiRxTGqmaw2KzF1--0Qk','Komla Richard Hemedzo - Fast service',3,'',10,1),(632,'2020-01-13 05:45:05.879942','AIe9_BGErQpX2pRNZrXBy5NOsH0eCgdsXGY2Yg0VGHVMNWFvDmmpAJKLHjLNJt09JFRyUwbqz6gOshPibs-X3hZJuqPqTHxsqQBZ4hyxYWRVKYFRz3M_bjw','Pathways Of Hope - The staff is extraordinarily friendly! Fast and accurate. You leave with a plan of action to remain healthy.',3,'',10,1),(633,'2020-01-13 05:45:05.940333','AIe9_BG84YPnR8vhxeJfV_lAYVNibhaN_RHqbGb_37FByF9QsvvTCsIW7NbaPuWa9N7QDpN4uBKxwod5AI1zi9dVQCaB0s1pt4mqqm-LIPdIw8_w0HSbt-M','Stella Flores - I love going to this ER for fast care... They saw me immediately an got me going back to good health... Would definitely recommend signature care.',3,'',10,1),(634,'2020-01-13 05:45:06.000887','AIe9_BHVBnWjBJvk55vq2QEm0wl-i3x3Uff83U5u0xHMWEOgtueRvo9U4spsSnULhouMVy5goPpMLw1CHVhvRFP3dharSmwf-uzcYZSWTsmEfexLHaN8ixs','stephanie oguchi - Everyone was very accommodating and service oriented. I was able to get in and get out quickly!',3,'',10,1),(635,'2020-01-13 05:45:06.061206','AIe9_BG84YPnR8vhxeJfV_lAYVNiYvv5QZoSRes8SJRxglIBXzJ0soeACvjhPfo7icmImMS7thAtNMUW26pTjaBle98NVxtJWjBDoo1t69j8VpY5yRzVyvc','Lauren Graff - Brought my boy friend’s brother here late at night and Rondi, Miguel, and Dr. Lim took good care of us!',3,'',10,1),(636,'2020-01-13 05:45:06.121601','AIe9_BFmRFRFwJGRfUDOW8jG3rXn4C1vI3RihXG_30NXbBGca_7O34l91ZOuoYCNT-ia_6IFeUR_YTIFecjNPEMsHYoqi7rx83IsU_sTNZ4BLxAcGnhG8II','Lindsay Ogden - We were at the Midland Memorial ER Monday for my daughter- 2 hour wait. My husband called here and they said they had no wait. We were about to leave and as we were getting up, we got ',3,'',10,1),(637,'2020-01-13 05:45:06.181967','AIe9_BFhqAtkXvUqdYNeMuBBGjaALbBITC41LHVp6RnYiyo_eN7ZEPqkvaXOg-KlYivxNUqiMi-A1d4OfzqVfnUylJrDdTi4LJSdc02kpdC9hv8YOxfQofI','Melissa Lopez - It was fast, professional ataff.',3,'',10,1),(638,'2020-01-13 05:45:06.280391','AIe9_BG84YPnR8vhxeJfV_lAYVNigjvMUIoAnGb1dcqS0wK3JD_q6a6eE7oeLDLMbBgsF3msXCFwUaE8Z6mNPwgaK6_yl4Q6SMmCeMYoRYZDVcQqDkptZK8','Kristin Velladao - Excellent experience! Zero wait time, we were seen immediately. Everyone was super professional and nice. Special thanks to Dr. Jaber, Josh and Elizabeth. Elizabeth was super welcom',3,'',10,1),(639,'2020-01-13 05:45:06.340988','AIe9_BGTHfLB7ZAtvlQmidaL-PvDTF_Msw4xm3nsubIKnaVi0-xuo3E_hrjOC9VTXH-8rcHbh9qm1k-QoPcjfj8xyy6KoQc0iqyBsuNu46pwtHWNgbvueG8','Edward Brown - Very nice place Miss Brenda looked out for us',3,'',10,1),(640,'2020-01-13 05:45:06.401122','AIe9_BFLHEJ8hYqd4VCbbc-EtvgM1vDlPjR2zWlVrloNaZ60mHcNCtO1iTZaypCW4NI7pdMIdaPgoJb_b4-WgOnkavk6FznApQOVFWqUYBu2vnXTgum-igs','Jose Olavarrieta - Great people that work here, took care of me really fast. \n\nRN: Irving and catherine\nER Tech: thelma\nRAD Tech: holly\nRegistration: veronica\nDoctor: A. Patel',3,'',10,1),(641,'2020-01-13 05:45:06.460970','AIe9_BGTHfLB7ZAtvlQmidaL-PvDnZXaP11je_17WUgiKv73_kZu__YoUiPl9L-xGVMVUmDhN8ZJk3wvC1beH8Z4eU-T8CqviUxSFDh1uufHFedMdv-thTA','Samuel Klepper - I came in for a severe infection in my mouth and I was greeted by Tatiana at the front desk who was just wonderful. Then I was taken inside by Christine the nurse who was also so wond',3,'',10,1),(642,'2020-01-13 05:45:06.510877','AIe9_BFLHEJ8hYqd4VCbbc-EtvgMPww7QywrBg2jMTKu2UOFnVFjqtSolbgWWcAqgM6VKo2U1q4C_0PG6tvTqTENUSX9t5HQqBfXDipeRLoGhrdgUv9oX8k','Victoria Gomez - We came in for my boyfriends severe infection in his mouth and we were greeted by Tatiana at the front desk who was just wonderful. Then we were taken inside by Christine the nurse wh',3,'',10,1),(643,'2020-01-13 05:45:06.571403','AIe9_BFDvtvCY6mNmVUeGBiBb7S5pp3bqe9Ag4YzhoAYICsVzFwU3mE0TIEzjTx0laV65_r5VRrKNYKngYV4LUJueIvcX3Bbzd_eygDyThx1PH3LVnxf1NE','George Jr - The staff was great. They took care of my son Ebony was really helpful. The Dr was very patient. Dania was patient whit him.',3,'',10,1),(644,'2020-01-13 05:45:06.631173','AIe9_BEV1VP1woYvuPRixSBHlWg4xv-yv00ys7ZETMmPt7SwlXvP5Y04Pu7l8x8JRSRJ5KoIgtTiwesGwX0f8URt0LPnnLV-w26VCmAAurD8HbXT53j0Gt8','chase - This ER claims they ā€œhave a rightā€ to charge whatever they want, and doesn’t tell you until months after the visit. Charged me over $3000 for a couple numbing shots and xrays.',3,'',10,1),(645,'2020-01-13 05:45:06.779308','AIe9_BHVBnWjBJvk55vq2QEm0wl-vdDU5v36KJFDkzoT8UzoaxyN5jnVr_vDV_RrmS3fi8qqL8VaywHex6v8wR2NVpwliMCOIT1-4kiZ-NzpgPCwqhQHwDw','Tatyana Campbell - I really enjoy coming here the staff is very quick to help you and meet your needs. I highly recommend this place. The service I receive is always excellent.',3,'',10,1),(646,'2020-01-13 05:45:06.839761','AIe9_BHR7p0hPy1flx1br0TYdEUBryK_HOhks5sQ_clkc3vWJBsWZTPBXELgxmdNVtFkUSVsrhHOp7I-9yKoqhaIlPhgQD8rxyYrGbJDMdFuj8XHBSEncZI','Darveon Trahan - Josh the tech and Josh the nurse are amazing at what they do. They answered all the questions in detail and made sure we understood everything before leaving',3,'',10,1),(647,'2020-01-13 05:45:06.900209','AIe9_BGhYIk2KhOdF8fekWDvq8JU_6zBbHgMKzV_uSN9VfaXCxhOY_JwvPAP3eWuIJgelPcXcchir9xJLSeZ8KoR4i80uAI7WLXEa_flIPbk2NEe0T7DgIk','Dania Banegas - None',3,'',10,1),(648,'2020-01-13 05:45:06.960685','AIe9_BHkHJRvhG8n5BjqdcMSKR_FYCPGHZYy_6nP1lvSYfjxgeiXsOQiIoDz72K-Y13FedQfL7HDg6HbQa-1xTqGMhV3JGCAEHT57_bnIghp2c_9nrNEFIo','Sarah Sarah - I\'m indigent with a fixed income and was unable to pay, yet they still helped me with my heart issue. Thank you for everything.',3,'',10,1),(649,'2020-01-13 05:45:07.045436','AIe9_BFMK6FB7k24ANEBV5CospTTtoeh9sNZU_wHrf1X9jWqfZhwgEq-uN2uI7-nyq-lv9sB5KkRK0-2diKjspfrIzd4WPczEBT0CJvxsnlIM9e9eimnaRM','Prudence Gruss - I love Dr He and the staff. This is my second visit and once again it was quick and easy and I feel better already. I’m glad it’s in our neighborhood. Thank you',3,'',10,1),(650,'2020-01-13 05:45:07.152687','AIe9_BGhYIk2KhOdF8fekWDvq8JUr1sb8B4qfWQKrI5Euj18O0KiHpl8TXb1a0BlQkizlTj_oZQO2DrqCDnZTqTEyjHYKUmq-ZbQyNhtPYa9KAQvE71-2vE','Mindy Wilson - This place is fast and friendly Dr Was knowledgable and easy to talk to will definitely use them again should another problem arise and my Nurse Kaiti was amazing',3,'',10,1),(651,'2020-01-13 05:45:07.317385','AIe9_BFL0OZrFaHgoJtqifT1GHrIQC8WFYOOgO9Dc1-i0oDDb8o679uqrjxW3bEo9pAI_f7LubGTgI2VgBZNQSktArhEgKQ33zJCzhJzmoaBTnOcbcJLs-U','Irem Fidanci - First time they was helpful but when I was have pain they said you have to leave the room and they said they have to clean room. That was so rude and unprofessional!!',3,'',10,1),(652,'2020-01-13 05:45:07.415687','AIe9_BFmRFRFwJGRfUDOW8jG3rXnmWwej_NYiu4iBHh3LaT667namFy2UkcaEPuzEPlb33NpAAR3v73jfMfg0tirak_2lYp5xDVq-_ELf4fJzqW4P9szdu8','Christy Ta - Everyone was very kind and knowledgeable. The facilities were incredibly clean. We were seen very quickly.',3,'',10,1),(653,'2020-01-13 05:45:07.466564','AIe9_BF8X4EpR_fF6mwcYdso9awgVuMAyJaUSVcT7hHbeMQpSlikvoeYa4NmpmJoDF---AsTd-Cv1w7DNM31RhWA4PQQV0hR1JiRQ5cLI74y6ocoSZ-qkGA','Tre\'uvon Simpson - The staff here was caring and awesome! Kristina the nurse was so great!',3,'',10,1),(654,'2020-01-13 05:45:07.524697','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2q9l1kPjBGCnvEWWkeoY5AkXOsXNVcUBYzjrhnHL4P9kWrl4TxFBzOKN3WV1sCHi2uVXMEPp6SZcha67Bfq3n-WIBATM','brittney fletcher - None',3,'',10,1),(655,'2020-01-13 05:45:07.574461','AIe9_BHAFUK2tNBZL25dLQ0jVdh0zJ6WywV_rVP8CHRzd-QGTGkLzNnOODo-_e5neuX7xVCCA6ZnUio_XFpEZIODUOZvE2oiwoJkk9posbtciFyxxhXNwX0','Marja Lappalainen - This place took great care of me, my nurse Kristina was great!',3,'',10,1),(656,'2020-01-13 05:45:07.623907','AIe9_BGIy_plKfaZrItPyyQZNLvs1q58nAP2xLRGXlggMnO5HuAB747AWJfpInTEHyjKYsaA0iRBSstSPR7IAzPbix2Cz9eTGhMbK1gu90glH8mr9MLQy3w','alkaline water - Great service Kristina was wonderful',3,'',10,1),(657,'2020-01-13 05:45:07.684232','AIe9_BEUgL1r3GxZ6pSpn17DD2M7SQBbTk1XIU4SS4syeMWmkpboj2t-C6g1jbM1errutvncqma5wUXjL0ErtjnI4CQRISiw6uaAZlyjseyBBrY6pe1-uN4','Jessica Sewell - Reymark and Vaneza were very helpful when I came in this morning with the flu. Reymark brought me a croissant to help wash down my fever reducers. About as pleasant experience as you ',3,'',10,1),(658,'2020-01-13 05:45:07.733441','AIe9_BEuFX7PcAP2nNY_ju84FoFSkIbU0oSJp6AEVpwes-yY0SdsgkhxjehmMOCWbM3yZzch_TlZ3SK82SKYbFeebUGLk41RdYTggHJFbjViJf9VFLjHTUQ','Angel Dixon - My experience at 24 emergency care was great. ( Nitza ) was very kinda and made sure that I got good service . My doctor who help (Patricia ) was good too also she made everything clear ',3,'',10,1),(659,'2020-01-13 05:45:07.782619','AIe9_BEAgUIalCkcXZnurOUpP4uAZITd-I2NtvLqv66qQI-YMOR5Uk6hwXjxvt4-OLnblRMvylxpF_C8tILlS8xRyeiEzFXdH-9nN5VIELl8ktf-Y7WqRT8','Karson Brown - Quick and great service!',3,'',10,1),(660,'2020-01-13 05:45:07.831897','AIe9_BHx9wW5OAXpNIH08blLdli08yq2srJNRpLi0ELrwin48mP-rpyi4nmd_S3FZgdFo6wmytAVwmxF34wHa93sWZsguaFI0M9YZ2Tmrk-_jlnUr74BuHQ','J Ben - I encountered a pretty deep laceration that required stitches to my index finger and I received immediate attention by Signature Care Copperfield amazing staff. Dr. Cavasos and his medical sta',3,'',10,1),(661,'2020-01-13 05:45:07.881165','AIe9_BGhYIk2KhOdF8fekWDvq8JUuApryMKAbvZfJWGhAqWOzzhdpZeA_4Tk77mDND6ouXuh7MuubBwHKAlAspcZkJ2peLbJRwp4jpK_6r8PTcQA4sMG7UI','Hawraa Abdullah - The staff were very kind and the process went by quickly. It\'s a clean and comfortable environment that I would definitely recommend to anyone skeptical of this place. I\'m very pleas',3,'',10,1),(662,'2020-01-13 05:45:07.930361','AIe9_BFL0OZrFaHgoJtqifT1GHrIxsg1jWM58vS4xvvV2c64B6ib7jvZUDvD6nsU267Fifi-6oe4a92tc0wUYtf6WhpH421_3LpPOnl3yGaKyKlZoUUpcGM','Sajdah Habeeb - This was my first visit to Signature Care and I would absolutely recommend this facility to everyone in the area. Scott and Laura were very kind and accommodating and Dr. Patel is so s',3,'',10,1),(663,'2020-01-13 10:58:03.478516','AIe9_BHVBnWjBJvk55vq2QEm0wl--S1dYoH07PjGmCoBxUNLCXNkgjk9pRkuZplUsQMzF5KIGw2ij5Nu7Sci0rugRkteWNDoPv_mTxC8THBihzRqoXQU9hY','Kentrail D - This place is awesome! The staff greeted me immediately and throughout the entire process I was kept updated. Everyone was nice and friendly and reception helped me understand what my i',3,'',10,1),(664,'2020-01-13 10:58:03.556424','AIe9_BFMK6FB7k24ANEBV5CospTTNSUsyp9hqeOTPSuf39S1Ag9X0U-SzjLBQI599niD90vgtRrUJ-cmXl_IuYq_TPp4obCVoNKf6g6iRRRl1qi1zbFW2uY','Dystani Jackson - Melissa greeted us as soon as we came in and jumped into action as we explained the situation. Jani and Jose then lead us into the back and asked us the appropriate questions and gav',3,'',10,1),(665,'2020-01-13 10:58:03.654765','AIe9_BFu3rdicGrPrzdyu4PDXmqMDo0-TJjBbBe8OqEngX0Xz9GhaLK4wuQxZwJxqVdIOg4gy2UhGcmuDzFHg-QOMrE9VTaM-3Fn4niSYXV1c1XRK9LJLTs','Robert Vaughn - Everyone was great and efficient\nGreat job melissa jani jose david and andrea',3,'',10,1),(666,'2020-01-13 10:58:03.703998','AIe9_BFu3rdicGrPrzdyu4PDXmqMZggyC1AafvH3VhzC2NdYtrar6lFSb9ejGuzxG4l_DdHNlpPldTsBVITcOJzaWk8aZHTl6lmr5nyTBP-ckak9nDMyI88','Carol Oakley - None',3,'',10,1),(667,'2020-01-13 10:58:03.753305','AIe9_BGlY-BaOO_aND3JZqxJBS1RjKDKcrikh-evDkm04UxbtN5Q4aXPBxqtuTCR1KISzTF_dgCfDdj8g5aKMqd_Vlw0RIjmkeOo4bq3tBiLRd11y6OjMMs','hippiee - I always get attended super fast and the doctors are really helpful and fast. my dr. was Ybarra, nurse rollie, rad tech natalia & registration Stephanie. you guys rock !',3,'',10,1),(668,'2020-01-13 10:58:03.802499','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2SWKeox3RAti_7ogk0dazuUtFB0icOjLpOcCLO78PLPigGd23Tq2k16jEJY0LZDYU5DyVBAK-l17UwE_adEEgLxPSCd4','Michael Harper - Great experience! Highly recommend them! I had Mollie, Leanne, Dr. Yost, Gunner, Eric, Tobie and Carla! Everyone was great! Thank y’all!!',3,'',10,1),(669,'2020-01-13 10:58:03.851904','AIe9_BGvUJd9etQojwpjZIMsiFnepvKzvM4d2jfvS8TWhPfGCvFx-qywQ_8VA7-eEYltCm9TgwgjadCdn5MugMzHes0HXemq42VTXl7ktdTuO7OnqdJRJys','Xxfire wolfiexx - Great care! Very quick! Clean facility and very nice staff! Nurse Jennifer was very nice! Would recommend for all your emergency needs',3,'',10,1),(670,'2020-01-13 10:58:03.901187','AIe9_BFu3rdicGrPrzdyu4PDXmqM1hIhs5O61_6mrp4Ar9y1W6TwWkss7xid_oKgqIEn-7wtWhtop4e4Tpfu4AzpELbUAy6HBUh4XW67Du499QxYrqpVFq8','Torchie Beatty - The entire experience was so positive. There was no wait time, ALL of the staff were very kind and caring. I will be recommending Signature Care Emergency Center to all my friends an',3,'',10,1),(671,'2020-01-13 10:58:03.950295','AIe9_BHkHJRvhG8n5BjqdcMSKR_FYZUpdFfqclm-HJHtPRuWPflqV7bwuQqHPb05_b8rRFLGwpYxO1fZxrDY5Z_qKz0XJp0DXh3k6HJL0WxRhyDIaCe-yLs','Dianna Belt - Th Er we very nice and kind and welcoming they also talked to us and made us laugh and enjoyed my experience with the new place I’ve been driving by. I had a lovely experience.',3,'',10,1),(672,'2020-01-13 10:58:03.999526','AIe9_BHkHJRvhG8n5BjqdcMSKR_F-4JM4v9uk_RePSuvlrcw6KoC3cNQSPsbssOIO2ebh3LUKyKWJ-zFDiZbD_YaQIAjzu3BrMKtCCVJqx4ZNdbYTm6m24k','Big MegSarah - Becca the ER tech took my blood and it was the best blood taking experience ever! Didn’t even hurt! Wow! First time!',3,'',10,1),(673,'2020-01-13 10:58:04.048854','AIe9_BHkHJRvhG8n5BjqdcMSKR_Fi9kZauUbRK0wl9i0IaJyz3lLXP-WYqx30IGYUx6ZC0bT3lBUYGVVIkX33jySJg4SpCx5I-CxyS6dcTcRQjXu0ReGUOA','Marcia Fanini Oliveira - It was my third time at enTrust. The doctors are courteous and I feel better after the visits. I would like to thank you Timo Juarez for always being nice, careful and calm.',3,'',10,1),(674,'2020-01-13 10:58:04.098191','AIe9_BHkHJRvhG8n5BjqdcMSKR_Fza_2Qr8rTMCaj_B9D5VVp81zHQ9_WXpGzBeTTey4GY0Qd-X-_sZekYx98_vfGYoeVWEbNNUkSS-lJAS0j9Kfa0TQpiE','Kathryn Kaimana - Lorena, Dr.Akunyili, Jeri, Becca, and Morgan were so helpful and made our visit super quick and painless!!',3,'',10,1),(675,'2020-01-13 10:58:04.147413','AIe9_BGZuRKHeO1iYrcf4B001kE2Dmra1hZKHUtLwNBz-prMWhxO5sAcGvrwIgajUanqvp1DhdO6ueMZI3KEfvXl4SITazkuQxh8nHhK7BiiiY_OruaB9Iw','Elias Ayala - Trisha, Kelly, and Thanh took great care of my wife and son.',3,'',10,1),(676,'2020-01-13 10:58:04.196376','AIe9_BGlY-BaOO_aND3JZqxJBS1RM_nf-F7Cz2nPn_OIA1NPqXv5Xjii0Fnc0pdzupRu2V_Dy8eFjn4QfbFfMADN_Eoc5zdH1utzD9OZaKyfOjcwT3xwYhI','Peggy Krendl - Dr. Noor, Dana, Aaron and Ryan were very helpful in quickly identifying an issue to pain I had in my left side. I was immediately admitted and care for thoroughly. I was so relieved',3,'',10,1),(677,'2020-01-13 10:58:04.245980','AIe9_BHx9wW5OAXpNIH08blLdli0GP2Xcv53nGz1QQia-sRK5kKbEp_tg_yu_FP_B2Z93mEHrZEws9R_iHfwZmttrt4e0ydDzKgVoNTe80afeo2IZBLXaZI','Shaylene Ayala - Brought my 4 month old son in and they took great care of him. Trisha was so sweet and caring. Nurse Kelly was very informative. Thanh helped us navigate paperwork easily. The staff h',3,'',10,1),(678,'2020-01-13 10:58:04.295248','AIe9_BGlY-BaOO_aND3JZqxJBS1RZcsPHlYkDzF7iBujYI2uOHdH6x4izChlp5ccqr8ZFB4Bnwbfuh8lzcTZDGwreKe8i4NmNF61TV3gq6tU2NbqPQzvPLs','Sherry - They treated me wonderfully! Shaunda at the front desk was such a pleasure to speak with. Dr. Jones, Linda, Chris and Christina each were so pleasant and took great care of me.',3,'',10,1),(679,'2020-01-13 10:58:04.344499','AIe9_BFDvtvCY6mNmVUeGBiBb7S5PDCIFgmcj67F_8IcYUFj05qQ4tTaQmz4qCxSQ0VYGIqEgLsHaTEpT7wtExG956Wi82vAtWQss-Ys5wV4mKeD8CMvp4o','jonterra\'s Vlogs - Alvean A. & Nurse Chanell were so helpful. I had a great experience ! Definitely, recommend šŸ‘',3,'',10,1),(680,'2020-01-13 10:58:04.393744','AIe9_BGErQpX2pRNZrXBy5NOsH0eJiWxdunvgrT8uH9M4QNq3X19KlfDxaK9W-UFmpG1UzzzKQMwzvOgWRXV3DfiQbKWwkeyiLkQwMDpmwsEgAlJ1tybx5M','Krystle B - Very pleased with my experience here. Was in & out in under an hour. Lorena at the front desk was very welcoming. Nurse Brad. & Dr. Akunyili made me very comfortable.',3,'',10,1),(681,'2020-01-13 10:58:04.443166','AIe9_BFu3rdicGrPrzdyu4PDXmqM6vBTulkuensYBo3sQQuBGOgGk8NO0g4_y-JNNdJndsQ7y4GgUhuqycigjU4PToyrzmRGnu86gTo4KdxFQ9Tp4GWNkiY','Dina Tabora - I came here with my mom since she fell at her job. I felt like the doctors were really doing their best to make sure my mother pain and injures were well taken care of.They were always i',3,'',10,1),(682,'2020-01-13 10:58:04.492390','AIe9_BFqh_zr355jzGaEpH7666zcfTpM0CVmv4mEcPND4k_P7ErEi7J5I0sZ2BN8kjvQ10UKGDKMPUEX1Q1g6tpz7Ia4X5CW27xCfKdrQ86CfT8jXY8fW8k','Da wa - None',3,'',10,1),(683,'2020-01-13 10:58:04.541661','AIe9_BFmRFRFwJGRfUDOW8jG3rXn4ZcIqsScaBcWglEwcjxds0Q1DbTdiHgO6ObVpLHCWVFKwMkrVbsMPuJ2jNdJ4RgXef4ERrjD4Ffbdsf2NygR2y8eT18','Yesenia Escalante - This place rocks!\nThe front desk is super fast and has professionalism.\nMiguel and Viv are an awesome team in the backšŸ’“',3,'',10,1),(684,'2020-01-13 10:58:04.590803','AIe9_BEV1VP1woYvuPRixSBHlWg4kRdqNT8yDvOmIFcLlGigGH2aM1FPLxolvbk4phy9Ctn5HBDbQON81cwF19iWkzUlG4007s7Xro9jMTrbtHMOjdCELUU','Samantha Martinez - Great experience from the moment you walk in it has a family atmosphere all the staff had a welcoming smile and was more than willing to answer any questions. We only had to wait a',3,'',10,1),(685,'2020-01-13 10:58:04.640116','AIe9_BFLWlqwz3qGBnCfbAsLD0lVsV_iHDN4wX_pyxfqmVA3u3lUYXzXrf5SFenbBAnt9sD_22RYbsvarQMkuFugM-XHRPUqhz3tw5muWHpdLevYby1PtHg','Mister Miles - The best emergency center any body can come. I’ve been coming for over 2 years now they are so quick, fast good selected executive people like Dr Wang , Fanny, EDA , Wendy, Angela . Wo',3,'',10,1),(686,'2020-01-13 10:58:04.738591','AIe9_BFL0OZrFaHgoJtqifT1GHrI7gSOL3MBHtPPLtBsMGE0qxTEycf4aBHSoDrNbONZ7yfYk9TJ8YIvQeMIbAU7PepmFat3U-HgBFbem48-VuHk2yO_cas','Leatrice Coleman - Excellent service! Nicole G, Brandon Williams, Kelly, Bre M & Dr. Souman were all fantastic! Great bedside manner. Have already recommended this place to others and would definitely',3,'',10,1),(687,'2020-01-13 10:58:04.788062','AIe9_BGlY-BaOO_aND3JZqxJBS1RopHK4IRSdUMNK5M8nbERXpytOuBufBhBRIiU1itS20akITB3jAPHD017Vr3DDhPGG2aWrhQkRkWk9YCV1c3JBPtMmWc','Christan Coleman - I had a wonderful experience best Er visit that I have ever had. Everyone was so fast, sweet, and had so much patience. Anything we needed they were there. Tatiana was awesome. My ',3,'',10,1),(688,'2020-01-13 10:58:04.848623','AIe9_BGZuRKHeO1iYrcf4B001kE2dgjI3E2MMSnJ_cX_zkHDpV-AlnIqJ4-0_-eAkA9jAK66-RGWPybmaHUvWSJm5BtsepacA5cNE5hkKaPrUHVwbEd50P0','David Arias - Great and fast service from everyone, thanks to Nelson, Holly Irving and Dr Smith.',3,'',10,1),(689,'2020-01-13 10:58:04.908789','AIe9_BG84YPnR8vhxeJfV_lAYVNiVnnqTcZ3j8sqredAPmiZb2EmegaKzc978ajf37GkUFRSUN8EnzPOq2EsXurNXs2MrhpICZFUy9oiKfmId-LQulVOYqU','Envy Vision - None',3,'',10,1),(690,'2020-01-13 10:58:04.957978','AIe9_BFhqAtkXvUqdYNeMuBBGjaAxRVxNBQrIPQA3Y87gF5HQSfMqN6vXPJ7BGDSYK0feDgm5stm3Kx17lWdfRAchE2LU8ojkeqOafBVsqDOsfPBIMKHplU','Lakeshia Stallworth - I brought my \nboyfriend here behind a DVT scare we were treated with care and didn\'t have to wait I recommend this facility to everyone. Dr.Smith, Ana Registration, Nurse Irvi',3,'',10,1),(691,'2020-01-13 10:58:05.007302','AIe9_BEHZ7lh7y1sP-UInhkpmlIpv1bh9LmmmCZSMsVN2KnCx46vBMkMQAS3_YdGgYhD8nfASRIDU92aIZWG3lCJBGCWVBZmbTTP6PokLy62HC0iVivnUrU','xavier mendoza - This emergency clinic was very quick and took care of my husband within 2 hours. Would highly recommend this place to anybody in the stafford area. Big ups to Dr. Singha, brenda, shob',3,'',10,1),(692,'2020-01-13 10:58:05.056631','AIe9_BGTHfLB7ZAtvlQmidaL-PvDfZ-zGlyfjN-Oxikfzd5al751MVvX1VrPd78ZjchopohpsZa_43U0JHEeq8AHrmHMRFud5en1NcF8i80E7FryYx_FD7c','Kayy. Lex - Great staff Ana in registration was quick and efficient good Irving was the best nurse and my Er tech was so cool Nelson',3,'',10,1),(693,'2020-01-15 06:02:05.287890','AIe9_BHkHJRvhG8n5BjqdcMSKR_FSkjQh5K2hfut7VM93HLm_WZcC0hxZo9JT41LyDZzEMvpXte8Kz_WxVITuuvS2P5lmA3UNKFMAD4hxEMMo2qe0tFwrq4','Adrian Pardo - Amazing place! Their service was excellent and all their staff were very friendly and professional! Finally an ER that we can trust and be seen very quickly! Receptionist was also extre',3,'',10,1),(694,'2020-01-15 06:02:05.375680','AIe9_BGZuRKHeO1iYrcf4B001kE2ZRzWI4oYifgkYQDY6OOW11BlPtPT0dzF7XB7-Uj57T06I3NuqLSJ-y8IALCbd606QGhDGiMBB-k1gVwmt8RkirZqgaA','Erikuh Muhree - Dr. Akunyili and Nurse Marcie were great\nThey explained everything to me from beginning to end\nThe whole experience from Check in To checkout was awesome\nAll drs, rns and staff at sign',3,'',10,1),(695,'2020-01-15 06:02:05.424798','AIe9_BGhYIk2KhOdF8fekWDvq8JUGjdoYTdqB5WWj0pzY1QsXC3raqid0A3pOeEd0GREYZIYiFiiOiboN1-zlmbe5L1P65NBJflfh11LRiN-wrspDg_noVg','Ebony penrice - Very professional. No wait. Attentive staff. Positive results. Very clean. Do not try to eat up your insurance as they treat you and release you. Thank you and your staff.',3,'',10,1),(696,'2020-01-15 06:02:05.474180','AIe9_BGErQpX2pRNZrXBy5NOsH0ebBKBalABcUNb9RdXnoip_8hqmraNviQSsqpEw3d3VPODZHBYmgbRZPqslbfB4Ku9qsTmUrZoMMll8FihluEozUnG2v4','J S - Had a great experience here today with my 4 year old daughter. The nurse and doctor were so sweet and caring. My daughter had been traumatized by the flu the last few days, wouldn’t take medic',3,'',10,1),(697,'2020-01-15 06:02:05.574846','AIe9_BEV1VP1woYvuPRixSBHlWg4KdNZU9VwuY-xcIJZ1qlirj-CtPqhO70qjrOfGQFrAwBtkxUSbZBHX7WeQ8-l5ErCnnxrCX_SuQK44170Gyl7tsAGzzo','Hector Giron - State of the art facility. Staff (Dania, Ebony, and Timo) made us feel at home and were very helpful. Blessed to have This urgent care so close to our home .',3,'',10,1),(698,'2020-01-15 06:02:05.632490','AIe9_BGhYIk2KhOdF8fekWDvq8JUb88XVdpXFrni3M2v0J1teVRaC6hYVK_eYpvEftXk_7RtPGc236Q47fptEfnMrT6Aw_i00Nny5BqQ3kprSI9EJHI21hw','amie Crawford - Everyone here are caring to your needs. Fast at helping and getting what is needed in order to make you feel comfortable',3,'',10,1),(699,'2020-01-15 06:02:05.681924','AIe9_BEHZ7lh7y1sP-UInhkpmlIpNX88Q3sKOftHW1hrlX-d4AwLH98q7eYTDAd7WmPahZzsxcqVJ9j4CunCwYJbfDJRP54VGrW-zRVAleQUwzvcFB6kodg','Monique Glover - Sindy was very friendly upon registration and answered all the question I had. Dr.Guharoy and Stephanie were very knowledgeable and understood all of my concerns, and Quyen got my lab',3,'',10,1),(700,'2020-01-15 06:02:05.731803','AIe9_BGlY-BaOO_aND3JZqxJBS1Rqd7_b_UkIYJDKpOc0JZeuf6H3SghsUin6jhMC5kJ5Hutf1Uw3Frvm9O073btCdX4nMo8VQrUFeR84cZA2nB0BtGqugI','Christian Evans - My visit was very pleasant. Nurse Vivienne was so sweet & professional. Dr. Miller was very informative and make me feel very comfortable. I’d definitely recommend anyone to come her',3,'',10,1),(701,'2020-01-15 06:02:05.781022','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2iAnv2RLrYWlymm6eylX5pZv_kk6VxtYObE9v648TKIDaHn-N3UgsyhRxugDSNlbvJoBK5uChejE6uuNE68yEa7VoVn4','Chan Hayes - Jocelyn marcus and ekaterini. Get fast service and friendly people here',3,'',10,1),(702,'2020-01-15 06:02:05.830118','AIe9_BHR7p0hPy1flx1br0TYdEUBENJG0jsfDSZoqg2S54NA1FLcj6bErrkMbZGbqlC0JCjh9YDUcnZafkdf-UH-JfgchEoNjPa_jq9aMFE8h4PNcg4LlnQ','Starlene Hayes - Evening, First time coming here. the atmosphere very pleasant and warming. I had the pleasure of meeting this awesome team today. Dr.Edwards , Jocelyn , Ekaterini S , Marcus And Brian',3,'',10,1),(703,'2020-01-15 06:02:05.879437','AIe9_BGTHfLB7ZAtvlQmidaL-PvDHAgp300yDvyUXo67ibmnFFB140Vh3QY_Oo2Gy41vIjHAGSYERl8Nme3qK8_JNgWG73FaYMk0v3s4ZwX8U_GDcgaJWVk','Mizraim Reyes - Took the missus here for some chest pain, staff was very kind and helpful, kept the mood up.',3,'',10,1),(704,'2020-01-15 06:02:05.928669','AIe9_BF8X4EpR_fF6mwcYdso9awgvXjMmzQsFW9jaOmli9hlvxH5Z71j-DeQ0cQwEEt-sC3Ayr-joSpxzhjuQOxvWMCEamUxPjOvRXmBmkNM7ElRO52WyrQ','sara martinez - None',3,'',10,1),(705,'2020-01-15 06:02:05.977847','AIe9_BGZuRKHeO1iYrcf4B001kE2sr9rh5G4B8Gy6303QYVoO2y5Jw2ELSmnOvIzu1MjyvMqwmlOnQWEbTwkKcyD9wzc0tvCL_LnFyPuVILmDCCfii_gKOE','Matthew Woodruff - Normally wouldn\'t be excited or thrilled about a emergency visit but Signature Care has definitely changed that. They have the most amazing staff. We weren\'t waiting forever and the',3,'',10,1),(706,'2020-01-15 06:02:06.027142','AIe9_BFL0OZrFaHgoJtqifT1GHrIvu80qkbpMD1oHujcX1J6-h-Te4Ca6b2aRBEBy076Z8aEXu0lEvKCvN0aFstORGHPaxDNzN14oZLvyjE1hJ1H_8K3Kmc','Tasha Raie Fit - Very convenient. Walked in and was immediately help. Recommend This place.',3,'',10,1),(707,'2020-01-15 06:02:06.076524','AIe9_BFmRFRFwJGRfUDOW8jG3rXnC9tyVClrtIaPYOE9PZHkvzNJRjJm57uxSVyYZSE3m6IwGfTHFLRbyqTRyoHtvydIfb5NI_2lBaabmB1RmaYR6q5Y-EY','Laura Gravestty - None',3,'',10,1),(708,'2020-01-15 06:02:06.125884','AIe9_BGErQpX2pRNZrXBy5NOsH0e7AH64hPoP4dIMYtdl5DVzBuTSopWM2MvH53ClGJGPgA0PfWHC14mrh8cGyjhjsohE85vbiW3346NQd8r31UEcMhl1HY','Rodney Price - None',3,'',10,1),(709,'2020-01-15 06:02:06.175108','AIe9_BGZuRKHeO1iYrcf4B001kE2NQM1-5RAwZBJyi9kFgPWf5umo5wX8WfOFG9Jeagib1VEfZZUUiY6Vkdj1DvR_DwPAhxNqbg8HY3xWN4T86i5rO0ggL4','Pamela Young-Robertson - The staff from the front desk to the nurse\'s and doctors was very cordial, I was in so much pain on arrival. With the team effort I left with so much peace. My pain worsen the',3,'',10,1),(710,'2020-01-15 06:02:06.224357','AIe9_BFMK6FB7k24ANEBV5CospTTTNOHDHrfPqHVZyyTDyc8wlpmEigeeuFhq7nmGFvLoz6DoXG8v39297Lo1Cr-kc0oT9127zP1Hvl224v_3l2tOWGdQ5M','Sheryl Wallace - The warmth and caring was felt as I entered the building starting with registration (Delicia) , nurse (Kelly) Rad Twc (Son/Le/Vasmina) and Dr Guharoy! Thanks for being an Awesome Team',3,'',10,1),(711,'2020-01-15 06:02:06.322767','AIe9_BEjL8GlZLzWC88r4N2XQbJouTzj41RSKgb59JCZMvV_9MdEbUJR3B-XqlPaWpUgzS3HDONNwoza_qoCjL-b5xeFyzsbi2diQaJ1NuA8dKA2dfyWXgw','Jessica Vickers - Everyone was so amazing. They had a lot of patients at the time I came in but we never felt rushed or abandoned, as you sometimes do in the ER. Brenda at the front desk was very frie',3,'',10,1),(712,'2020-01-15 06:02:06.372306','AIe9_BGIy_plKfaZrItPyyQZNLvskHxT5hwStps6CbFt9zdwH63cEaBawaOkyQwUL9AeaLMP1SDlyfdAxV8Q8RQFY2xcoC5hip_Gp5z-Dj1Pmrc7R8BeQ3A','Brianna Stanzione - Staff is super nice and very helpful!',3,'',10,1),(713,'2020-01-15 06:02:06.421384','AIe9_BFMK6FB7k24ANEBV5CospTTaRAot_tRf2uvxZjJ60FJH1MZQAQYnM8zbO-RUdfcolw8nK6xjOrNEotEBnvGas7GRGTIbIJ7fN0gqtFGPP93DWHIz6c','Glenda Ageitos - Everything was wonderful, the staff was amazing, Dr. Souman, Churiah my nurse was great!! Thank you Jackie, Kenzie and Dee!',3,'',10,1),(714,'2020-01-15 06:02:06.470759','AIe9_BFMK6FB7k24ANEBV5CospTTt9M0IqhTctn6hFqCywfP7VPIB9Ltwp80H7xUXwPWzVIq7U-Eiq-CIrFo47AriSWn4SwbDBPPiGbr0kzH9b2toopuzyI','Rodney Dede - Dr. Guharoy and the team we’re great! Quyen and Sindy were awesome too!',3,'',10,1),(715,'2020-01-16 06:05:20.101803','9589','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!',3,'',9,1),(716,'2020-01-16 06:07:09.096618','AIe9_BGvUJd9etQojwpjZIMsiFneeKcGssDJvYWEJY1GpfzwD0Rtp9VqI-Ev1jVxBmRlWLmVhFUWjiBW7XdrQJSVa1ErF1P-IM2L2tztQ-ZcTXEMN7DoEGg','Bryan Haas - Everything about SignatureCare is first class. It\'s obvious from the moment you walk through the door.',3,'',10,1),(717,'2020-01-16 06:07:09.155196','AIe9_BGlY-BaOO_aND3JZqxJBS1RTEHUIk_gDQ9sNsamIpH-BcGgwQhRZ05KJ4Fed8SlOtBsIX0NsQRKS3Au0dfOMHVnvPcmWpltGHgXJKZ8-QLdRpg3KGM','Nestas Home - I came in at 10:08pm and was seen immediately and treated with great care. The staff, Stephanie in registration, Dr. Daniels, Nurses Rollie & Leslie, Radiology Tech Natalia, were all am',3,'',10,1),(718,'2020-01-16 06:07:09.254834','AIe9_BHkHJRvhG8n5BjqdcMSKR_FXMFFfkONu-z4K7uSNTgtJk7GjGQrKldqVuzuAklnpjM8hD1AZ5m_ZF4vsG_PjAm3L0NQwaR9V5ViWUVYBMdMBvJA98Y','Terrika Turner - Leslie, Rollie, Nantalia, and Stephanie were all absolutely lovely & awesome. I arrived in so much pain and they were quickly attending to my needs while making me comfortable at eas',3,'',10,1),(719,'2020-01-16 06:07:09.353666','AIe9_BFL0OZrFaHgoJtqifT1GHrIbqdkzIzU7VJEG05Or9xj_uVIMbE5snkKqk0vJqqR0nAroH91Ad5JFzJ0fpycxaeT22-CSmeFqzD4D96BlTXUA1_FCd4','valerie dettore - I want to thank Memorial City Signature Care staff for taking such good care of me. Doc Daniel was very personable and competent, \n thank you so much for such a nice stitch job! John',3,'',10,1),(720,'2020-01-16 06:07:09.403173','AIe9_BFu3rdicGrPrzdyu4PDXmqM7kN-RwEKi3q4jtMEXeSwVICpLuo5TH57rglL6jk5sJG-6-d0TDngZ4uajYMltFZxUv2t8y5ljAr1H7YOGPsfCNwWfVI','LaSable McDaniels - Ms.Tobie was so kind, the entire staff was amazing. I do not go any where else!',3,'',10,1),(721,'2020-01-16 06:07:09.452850','AIe9_BFLHEJ8hYqd4VCbbc-EtvgMSZ4NJ9AKejw-jdMEU4UNW8GMgjwnHAXRwF6zu2arNgQ-HBzKDpeOfmtzdnie77CwGMcB-MjQBCI0ho4F1TaLhK2f6Y0','Alexander Taylor - They get you right in. Let you know exactly what’s going on. They make sure that you are comfortable. They show concern. And they make you laugh while you hurt lol',3,'',10,1),(722,'2020-01-16 06:07:09.502290','AIe9_BHR7p0hPy1flx1br0TYdEUB4SQunuaEEy2R9z9x4US4mG6JEgQGBjobZNTVmluEFKceTNzF6p-Ctvxi5m9mZp9g4iEDktp-gvY-jyMPU5JZCHW7NIk','JuWanna Smith - Very friendly and offer snacks',3,'',10,1),(723,'2020-01-16 06:07:09.552045','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2zOeuAmBvrhxM0zaPXoBA8Wmj-IjO5WVShofHDM7UpqjCpUnEGm3eOZ1tslXAdORyRB7zRXuPpyr0jvLTr315TpERhFg','Bianca Olivo - Dr He, the tech Dania, and the receptionist Ebony formed a very kind caring and quick team that was able to check me in get me diagnosed and have me back out in record time. The staff w',3,'',10,1),(724,'2020-01-16 06:07:09.601322','AIe9_BGlY-BaOO_aND3JZqxJBS1RaPwjIjhC8q2582oQXsqWkH-72LyPlIcXQDppnj4j78ef4x4OT7GvX6r-BRTPOp4mXMTmgIvqgqlmHd4I1z0AEjo5ldE','Jessica ONeill - Ebony was very welcoming, and Dania was professional and sympathetic. The doctor saw me quickly, and clearly explained my diagnosis. It was a helpful, professional crew. Thank you!',3,'',10,1),(725,'2020-01-16 06:07:09.650896','AIe9_BFu3rdicGrPrzdyu4PDXmqMn8bCgIWshbyCBsAHiOWu1Fxo7CeHX0Gax46jkWjRjd1eTAh9KlntN1_dr4h4HPaehyiv5DnR-QUuckphhzeRvyH0-sc','Sheila Flecha - I went in to get checked out and follow up due to a stomach illness. The day before I went to a family practice and they gave me 2 IV and send me home with antibiotics and nausea medic',3,'',10,1),(726,'2020-01-16 06:07:09.700491','AIe9_BEHZ7lh7y1sP-UInhkpmlIpqp3JxUb7MkPRsk0tJQZ5JvhbbYkpPEce3vGd6-gmAOxYlOqDvyv8xB7epDHAFOcVsarzrnKNfp1GNtQUKbimc0tMGQM','Dakota Bloyd - All of the staff was wonderful throughout the whole visit!! Thanks a lot to Dr. Yost, Kara, Gunner, and Courtney.',3,'',10,1),(727,'2020-01-16 06:07:09.750053','AIe9_BF8X4EpR_fF6mwcYdso9awgzub0HYBp7Q16mw6gudvyidcrbEbETFVxsL1IMgBB9pv_23Yje5O_1zvhZf9bzKXRfRsxH3vfKOwKXNZNYBJSLI5zUjQ','Jennifer Whiteside - Mollie, Dr. Yost and Tobie were awesome!',3,'',10,1),(728,'2020-01-16 06:07:09.849050','AIe9_BFDvtvCY6mNmVUeGBiBb7S594y2EHC2WXjq-xNNo3x-i1n2UBeW_b2NUEUPwBl0T978_kTHnjs2yVhO6eK3hYW0lotkz6GcXUev5DLHrcWDbvmByx4','Kaley Padgett - They were quick, kind and gave a discount because I am a local teacher. I will be returning again! Kara, Courtney, Gunnar and Dr. Yost are fabulous!',3,'',10,1),(729,'2020-01-16 06:07:09.898573','AIe9_BFrHfJ2dmEi-Vy2qpFFGM-S8vLIguuGRSNYDALQy6tOzRXm-w-YrsBH3BMSfmtYkvN8LG-KyxlR5au7Li7wjuKKK62HF2Q9ABMixBoEvdw2L6zAhW0','Ashley Mills - This place is awesome! Chris was an excellent nurse as he tended to my every need and was very informative. Upon arrival I was greeted by the friendly staff, had little to no wait time ',3,'',10,1),(730,'2020-01-16 06:07:09.948175','AIe9_BGlY-BaOO_aND3JZqxJBS1Rf48IuuTm-m0G0PFr7eLLVL9y9WYFCh_RVEACjtI1njfImZoaNx5YJ7lNJv3FptJTNG3Evn4MT7w85boY76sN3KBZ2AQ','Stephanie White - Great care with nures Kristina, Scott,Quyen,Genesis,Ding',3,'',10,1),(731,'2020-01-16 06:07:09.997623','AIe9_BGhYIk2KhOdF8fekWDvq8JUdwrDgpIZgxY_pBOuzMSXsgdXvYKyPtcLvTfwoJxth8T_67NNpVUYzw4A1ifzUNJHL8CTYp8mqStpaaZ5bicfJKxKBZA','Bernie Garcia - None',3,'',10,1),(732,'2020-01-16 06:07:10.046837','AIe9_BGTHfLB7ZAtvlQmidaL-PvDCmAllYo14H1X-lrZk4aAFhny0Rl8bBGJ3ebc6NGOkslXUt41mND7uFUV9sT9ar4fIrbvULs-UmTatPurY-DSQ_DUO_E','Ricky Aguilar - Hands down the best experience I\'ve ever had with an ER... because I mean, who likes going to the ER, right? Professional. Clean. Attentive. And all-around stellar work. Thank you to ',3,'',10,1),(733,'2020-01-16 06:07:10.242608','AIe9_BGZuRKHeO1iYrcf4B001kE24jyZ0vKowvRq0_wpkfT4JQHzXZvnBTH5zAuPA7VgN6raI2Cxx8YjtS9e8_uT2Rkg9WLBdjhlD66FBYJ06JTunk2eKbE','Desirae Weise - I came to Signature Care after being in pain for 24hrs. They have amazing customer service, especially the doctors. They were always quick to help and give me proper care. From the fro',3,'',10,1),(734,'2020-01-16 06:07:10.341806','AIe9_BFu3rdicGrPrzdyu4PDXmqMMnL-iDQLrq4FY2G6ZcSgJmIl0DVYyyaw4Mw3lvhUwasJ85mEUXiTfBVt9tfI_j0DG1UG32FdXb9UH_Zdz2ewiG5EYHM','Chuck Bird - Huge thanks to Dr. Miller, Chris C, Kimberly, Cecilia at the front desk, as well Isaac and Natalie as well as the all the other staff took great care of me after a back injury.',3,'',10,1),(735,'2020-01-16 06:07:10.440539','AIe9_BHkHJRvhG8n5BjqdcMSKR_FgIAjkBkiOY16i2dgOkc7oaIkGIC6MZUVpt3IqLi0pqWD6TSTIl_1Axs-yETduhB-sDtuuH5YI2QhJg4uYGp_O3G3W0I','Kacie Gilmore - Went into SignatureCare for some swelling and dietary issues. I was immediately taken care of. I was in and out within 2 hours considering all the processes I had to go through. Christ',3,'',10,1),(736,'2020-01-16 06:07:10.490187','AIe9_BHVBnWjBJvk55vq2QEm0wl-Y6s6I9shmevwrYou7E8fLd3t-J6A6Yw8nNIXaeWROXabReJvrTxYA_-m07AvZ6RiMmJuYgpqI2cmshYGNYCpof3EsIA','Slime Slime 101 - SignatureCare will take care of all your needs. They know your time is valuable and get things done in a timely manner.',3,'',10,1),(737,'2020-01-16 06:07:10.539720','AIe9_BFLWlqwz3qGBnCfbAsLD0lV6GTvgF5eKWqA-ZxdcpgaTXeDWbP_lW72DUwWYW_IcdLFusvxBVpqly3poA8LlAGYqZed4cy2mHcrrAjCyAXkWyMOon4','Patrick Bailey - Quick and efficient. Very helpful.',3,'',10,1),(738,'2020-01-16 06:07:10.589106','AIe9_BFL0OZrFaHgoJtqifT1GHrI1rhBO_bR0oSYbLMb6VZ_aOJRaSAjJxppW6wdSqZ9OoVU05sf0SksIM_xrQjr2wjNAR5szWcKwAWwHkyJ8bDo3noWx08','Samantha Galvin - Amazing!!! Fast service, friendly staff and a clean environment. The best by far.',3,'',10,1),(739,'2020-01-16 06:07:10.638693','AIe9_BHR7p0hPy1flx1br0TYdEUBJ_T3SJEeNqio6q1X4d4vKz1tor2ahGDEtvdxI_wcOkCkcAgjePB0TnO3G6xRNMovcc9Kj-nNIAGzzIJK0G3EylQrr6A','Starlett Carrier - I can’t began to tell you how caring professional and attentive everyone was during my visit. I checked out of memorial Herman and Beechnut due to the staffs rudeness and lack of ca',3,'',10,1),(740,'2020-01-16 06:07:10.688249','AIe9_BGhYIk2KhOdF8fekWDvq8JUWwPH6K4mwu_TcI0JJJt4oYB3ZH8e8N_-uO8yZFUD946kv2Ix4SVOaKSrA8nKza-TMR2T50kTJRrfwwGzmIh6qXli7eE','Amanda Reenan - Came in and was immediately helped by Kendra. Very nice staff and Dr. Hermka was thorough and quick to get the results.',3,'',10,1),(741,'2020-01-16 06:07:10.737839','AIe9_BFqh_zr355jzGaEpH7666zc7OjTmS7Zd1kGWhMLgtrHNeu03YTM8jwhXz5xyfuT_7WnqeFQ36HzXEkeAGFQ2Pg8UAUSrNcV2r_nsCF-p6maU1aprDw','Bailey Todd - They were so nice and helpful! I felt so embarrassed about my injury, but Fatima, Sarah, Dr. Henderson and Daniel made me feel at ease and like it was no biggie! I’d for sure recommend t',3,'',10,1),(742,'2020-01-16 06:07:10.798432','AIe9_BHkHJRvhG8n5BjqdcMSKR_Fai1-nKDBdeYnbKtEX_a7rYsXHdbgYxSS-bEvqek961JWVVfphP4DELAdv74OzWPjCglNiBqE3vL1E5gS7_BVLRfF0h4','Terrie Lewis - None',3,'',10,1),(743,'2020-01-16 06:07:10.897598','AIe9_BHkHJRvhG8n5BjqdcMSKR_FSkjQh5K2hfut7VM93HLm_WZcC0hxZo9JT41LyDZzEMvpXte8Kz_WxVITuuvS2P5lmA3UNKFMAD4hxEMMo2qe0tFwrq4','Adrian Pardo - Amazing place! Their service was excellent and all their staff were very friendly and professional! Finally an ER that we can trust and be seen very quickly! Receptionist was also extre',3,'',10,1),(744,'2020-01-19 05:59:11.205443','AIe9_BFDvtvCY6mNmVUeGBiBb7S5SGLrwjqW20gGiOhr-EcguGORZXiLpjcW525xK8lOXVrHVw_SOakrK65QqYaHCqQctw7wHePnANfwZbrMOPN5wcAgvyM','Julianna Barraza - None',3,'',10,1),(745,'2020-01-19 05:59:11.379017','AIe9_BHAFUK2tNBZL25dLQ0jVdh0amhz9A-2bODKYUw4A9ZDQGbMQIEg3vAm_KqStTLDa6Q8zv9lGP4I4w9Jtsa5JFt7LGBlhlw26Oc0kBTJgeyS3IixSGQ','Noe Cervantes - Alexis the nurse was really nice and the receptionist shania was really awesome and very attending',3,'',10,1),(746,'2020-01-19 05:59:11.428317','AIe9_BGErQpX2pRNZrXBy5NOsH0el-a52Oalv4zi963mSz3wwGiD0kqc_YnGflo7NjjsoXe8CXZTTbOo6PG2GGdkY-t_MbCdDujtyFl_VeJ8iYGO9gC6faQ','Chris Zeniecki - Friendly staff and warm blankets highly recommend this place =) fastest service of any urgent care around.šŸ˜ŽšŸŽ',3,'',10,1),(747,'2020-01-19 05:59:11.477468','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2gI0Up4yNgiJ_rGT0m99QFiowQt5ceAMocFQLRq8Yo2ot1nkry3-bRGJk_n3HqYJoA5IEILQTaf_UiYmO5wHRZvl0dfs','ZAYY_ YT - Patricia, Alvean, Marcus \nThey took good care of me while I was here',3,'',10,1),(748,'2020-01-19 05:59:11.526711','AIe9_BFL0OZrFaHgoJtqifT1GHrIGr5HFgEBpp_chq6h7U5645_0udjaBQ38eXGYCQaEDKQjM9ZK3nSJgJ5iNzckgTUvibS-FekKO85z-zDoCjJYqghkurw','Luke Humphreys - This place is the best medical care I have received in years. They were all very personable and nice, and there was no wait!! The front desk lady, Keera was friendly and swift gettin',3,'',10,1),(749,'2020-01-19 05:59:11.576042','AIe9_BGlY-BaOO_aND3JZqxJBS1ReE7qNop_mlLzqmEeLqOXgn3WMaq0zObcJrJRIld4Ue32D6WFMUWPxrJXizaUJ5pQO_VfVDzDHCw7Cy51MiswMlN1ueM','ermal amataj - Very nice facility. Tania and Vanessa Z. Were very friendly and professional.',3,'',10,1),(750,'2020-01-19 05:59:11.625259','AIe9_BEV1VP1woYvuPRixSBHlWg4cW7N1jyeH3lmQ5MwbV_oX0HVKC_9mZGKcwH6FQqoRpr4U0RmB2p-j_CC9YPWEba4eokrC4HEEOqA-OxBKCXpCCJW-ZM','Kenny Aldea - Gracias a Dios por haber conocido este lugar y muchas gracias a las personas como Patricia y Alvean por ser tan amables y tan profesionales se los recomiendo Dios bendiga a cada uno de s',3,'',10,1),(751,'2020-01-19 05:59:11.674669','AIe9_BEHZ7lh7y1sP-UInhkpmlIpLc41zywuHuJohc54iWcGf92rf-W36ycOjWcyzsYHecF4CMwAAX5Zw0lhbVoNPOfgIDwIImCo4V9eumc9sm6dHVAkgt4','Simbai Mutandiro - Very helpful. Great treatment. Dr. Miller is very knowledgeable about medicine. Sindy in reception was extremely charming and helpful. Natalie was attentive and courteous throughout',3,'',10,1),(752,'2020-01-19 05:59:11.723810','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2dhJqGiLWxuFLY3P2qO_4qAnWzbLWkLQlKBbMtc8uDk5X17RhLSd2XfhNUKGLlujRFasCB8fjl9xvZPD0Yt0du9oFCps','Doug Brisco - Dr Dang and his staff were extremely courteous and professional. The nurse (Stephanie) on duty was kind and considerate. From the second I walked in the door to register the Registratio',3,'',10,1),(753,'2020-01-19 05:59:11.773119','AIe9_BGvUJd9etQojwpjZIMsiFneu9azmAKakXaop01epvx91Qo_UPlhalFC1zzuOm3ywSigAYjfjeXFhXJS9A3pUowvyTN_da8CIOCAV7xGIBaIYrbaBok','Jocelynn Rodriguez - I am so glad I brought my husband here! Very friendly, prompt, and courteous staff. From the front desk, to Nurse Gina, Vivienne, Rad tech John, ER tech Natalie, and Dr. Miller, ',3,'',10,1),(754,'2020-01-19 05:59:11.822332','AIe9_BFu3rdicGrPrzdyu4PDXmqMHP8HfrZlaK-XJ6DsXFcR4kmrgqq7ao_TTztS7sRcZUG_MM1OCPEUlz7qy6qbrbsAsuv45fB4Ci6RWjZMZAyjg_-rens','Kilo Mathis - Meridith,Marcus, Patricia they all were very great to me I love this location.',3,'',10,1),(755,'2020-01-19 05:59:11.871672','AIe9_BGIy_plKfaZrItPyyQZNLvs20WwB0KzLq7Uag1NyHL_whaMyqM-_Y8Rh0tEG9BkPR62SQXg4TycPobXA2mvjryAqGR6pQvwkynUH-gHxf3HnUBKXBM','Quin Carr - In and out in about an hour. The staff was friendly and very helpful',3,'',10,1),(756,'2020-01-19 05:59:11.970178','AIe9_BEV1VP1woYvuPRixSBHlWg4zPXcNoOWpzimZoqddk8IMloPUfnN0oDFwsscv3BSFn_noeAIU9152rNZDQj5ss5zQbRSJP7YuN4jR6lrMBOVvNcUpEA','Victoria Cook - Patricia and Alvean A did a wonderful job to get me in and out quick with the doctor. Very friendly staff and helpful.',3,'',10,1),(757,'2020-01-19 05:59:12.019457','AIe9_BExcxslmE1rr7n5jMcadSKe-tz4wuwSQPjWhpm1gSXtqzModSc-UE05yW4dFaJGsdbMLRTv3UdaofPW_xnMA4zpfJGp8m8q33eZOumt_kuM8cOdfUw','savannah ephriam - None',3,'',10,1),(758,'2020-01-19 05:59:12.068676','AIe9_BEV1VP1woYvuPRixSBHlWg4Ze4D6B-6X_8RFylpGNFAHApGlytq67g_I0aXLRlxdAdVhAv6dwpLW4CagFfpDf6iYaQtsPjC6lcYR09TucRJH4Bp6wg','charolette lemier - My daughter was brought in just as a precautionary due to bumping her head in a car accident. We usually go to North Cypress for all of our emergencies but thought we would try Sig',3,'',10,1),(759,'2020-01-19 05:59:12.118032','AIe9_BGvUJd9etQojwpjZIMsiFneky0BhM97LMHguqOYsuwTpm72-vjFXmBzM_F27hfUkbSzwkUfsbMbpeNsvANYBuSTOYYfrYQSl45s_343ZF-Nj7pots4','L. Angel Hyder - Very friendly service and I was in and out in quickly. The entire crew was great and very patient. I want to especially thank Vivienne for understanding my needle phobia. Definitely r',3,'',10,1),(760,'2020-01-19 05:59:12.216517','AIe9_BG_KYPQZrI7j-moUldshgc1v1xwLeU_uslAILQhIhJrKQsADwDqk2d5xzT6NFZ1JFom--GkxKKxp9JKTX3yuEJjZjaNwfHdCuSqfud7uPSicBEWzYk','Diane Delgado - We are very pleased with all our experience here. Everyone is so nice and sweet. I will definitely recommend ercare to everyone.',3,'',10,1),(761,'2020-01-19 05:59:12.265786','AIe9_BFLWlqwz3qGBnCfbAsLD0lVDNeSEzi0LhlfwB5hc7Td33YwNI_DYrDB_wGQCx5L9Gl18ULn_kRISSgeX88s3pETiYc3SEbhKFJfHhnVMi85Zrgzw5g','Lakeidru Blaylock - The treatment I received was professional and thorough. Dr Appia explained all the possibilities and was bery detailed. From the time I walked in Joycelyn A greeted me with a smil',3,'',10,1),(762,'2020-01-19 05:59:12.315022','AIe9_BFLHEJ8hYqd4VCbbc-EtvgMHkzMzdx8yUoI6XV6tbdC4LWqpcjz4racAa3Xhq8nSc8cBB43zFXVzfEL0rNwrOPfcsJpz3EdOzDrinSeShjrpuZmrBU','Olinda Cardenas - Amazing doctor and nurses. Jennifer was so nice and patient with me. Mark made me laugh so I could feel comfortable. Dr. Edwards made sure to test me for everything. Thank you guys!',3,'',10,1),(763,'2020-01-19 05:59:12.364254','AIe9_BHVBnWjBJvk55vq2QEm0wl-GRh2e2lCRiczvSTrjEhyl-gHx2zfls2ILwifG2-kvHVQbAPRehmebdaeOhd5s0d4C4O3qdVBSqE6_ndM9RWSJah4LWo','Cassidy Byers - I’m not one to go to the doctors when I’m sick but I felt super crummy and my normal physician couldn\'t get me in, this was my last resort. And let me tell you I’m glad I did! The staf',3,'',10,1),(764,'2020-01-19 05:59:12.413463','AIe9_BHkHJRvhG8n5BjqdcMSKR_FenbE4EW2FEGc7GKiw-RKgDdDj0Gres_boIcp-2VIfussZMVkmUEz66jnv-6f8iJadz1DHOfm8pE8feOM3WyKGms8Uyk','Tina Burgos - Cut my bare foot on a dock nailhead and realized I needed a current tetanus vaccination. Having received mailers advertising their community events, facilities, and services; this center',3,'',10,1),(765,'2020-01-19 05:59:12.462913','AIe9_BFLWlqwz3qGBnCfbAsLD0lVdBdsQ4UBV31ZkDldpqpWGywLT_fgnF3ybY_qhfHD1L0zgdUNNPUV20Xa28A1dJjYvhP6Agaqd1TeRgA_edN5WYzKUbI','Myquelle Chapman - Dr Patel, Nurse Kendra and Teri got me in. Really nice and got everything taken care of in a timely manner',3,'',10,1),(766,'2020-01-19 05:59:12.512058','AIe9_BHZM2k_MpOhRgkb8w5Bn_urt6tdE-Kq-_0BTQY6iqArMd3knPVGo9dqZvS9E7Ka1YoN8UqrcBiMBRZOfkPn_i7cCvsVf7y0kRbxKahSvEM6bpUKXsw','MTB BASS - Alvean A. and Marcus was very caring. I really appreciate them.',3,'',10,1),(767,'2020-01-19 05:59:12.561350','AIe9_BHkHJRvhG8n5BjqdcMSKR_FJt9zePmpD15E_e0nicyiF5tlAYYRlRfu1a1f1_V1xwqR3mDiL4MF1DmlvE77LdLJCpeF13TcpsG7Y3loZx-awRNy2tY','Gina Barriga - None',3,'',10,1),(768,'2020-01-19 05:59:12.610610','AIe9_BH3gZxYpIxBZcqAOO5HuBVk_12uemtGe3nc4jr_b3zTUDNudjIfJvPoP26Q9dXDm9xXF61mlrRfks6UIsruz0avLYJsdA8SsxpZ66iLuBHkdrgmzBQ','Milan Walker - I had a wonderful experience, the staff was super attentive and helpful. I was in and out Dr. Edwards nurse and Mark and nurse jennifer were nothing short of amazing . I come here for a',3,'',10,1),(769,'2020-01-19 05:59:12.659894','AIe9_BGErQpX2pRNZrXBy5NOsH0e35a33cbgPNajXaaZMWgxTSiYaZKuYAFmZ9sJ15nejh93T9D68ce2-l00LhxAPwy7KgI_mU1l5mrTsfoUPi9z3hbKiVQ','Sandy Klamert - Great care! Thank you Dr. Golla, Keera, Joy and Fannie!',3,'',10,1),(770,'2020-01-19 05:59:12.709122','AIe9_BGeWygkZoY6qknDFQmPvA4cMJ4vJqjRv1E-RwO3AbV_Xff2K5wHqSBo6ayuKXbp7VLxkt3RbYgTbN6uPL0IpfHIOJxcJRlFYkatY4e2nKijAP48re0','Kaliyah Marie - Came in at 3 am got fast service & great care from Dr.Daniels, Rollie, Natalia & Stephanie for a friend! Good to know something so helpful is so close to home!',3,'',10,1),(771,'2020-01-19 05:59:12.758347','AIe9_BFu3rdicGrPrzdyu4PDXmqMoKqahYyFXQlsI7BeLnJEyD_I_qFmdc4AIAXEitJc0EyDYXVBGiNwapqjWAQ0r4XjkaMM7NuQreTwLAIoMJFUfn-kEzw','Prince Warsace - This was a great experience, staff was helpful and all my questions were answered. It also was done in a timely manner! Thanks to the staff Rollie, Natalia and Stephanie. They were al',3,'',10,1),(772,'2020-01-19 05:59:12.807678','AIe9_BHZM2k_MpOhRgkb8w5Bn_urRETB8W4SfNOkBxX_Rz_vuau0flfV5DGyp7N-8_UJAwOPN47pKzBrDTkb_DG62xBocljUYK7xZuiaMr6TAztjczBsFjY','Brittany Mauritzen - Loved my nurse Gabe. Best care I’ve had in College Station',3,'',10,1),(773,'2020-01-19 05:59:12.856852','AIe9_BF8X4EpR_fF6mwcYdso9awgoxzJmHWen17AgaLimsGwwnv-DVTVaIP_4P9S7mslOQKZNUhz-6li6v0A8UpEOWXK8SF3NzaCcv7GtYx--4R3z6GysHA','Kaitlyn - Great experience. Came with my roommate and we had Kathleen who was phenomenal. 10/10 recommend',3,'',10,1),(774,'2020-01-19 05:59:12.906229','AIe9_BHZM2k_MpOhRgkb8w5Bn_urvedl9qHSWl_p5ntqvaLWdBWQdbgNwg7WwIPbgM3psMzGOkLaMiM4KtO2EXr4G5WgQo9AOE9UgP97gFzaNY65coHrH7Y','maddi brown - Had a great experience and help with \ndr.yost\nRn:Mollie\nRad tech:eric\nRegistration:tobie',3,'',10,1),(775,'2020-01-19 05:59:12.955461','AIe9_BGvUJd9etQojwpjZIMsiFneSIYSL2YN7qx_C5mNMpyo9lculzC1axMXRBPReh1dHEuYi_h1w9WvtLtBBUh9VGX7vpHoi-bH5UTBo0mUzHA6jahMuUg','Alana Morphew - None',3,'',10,1),(776,'2020-01-19 05:59:13.053985','AIe9_BGvUJd9etQojwpjZIMsiFneeKcGssDJvYWEJY1GpfzwD0Rtp9VqI-Ev1jVxBmRlWLmVhFUWjiBW7XdrQJSVa1ErF1P-IM2L2tztQ-ZcTXEMN7DoEGg','Bryan Haas - Everything about SignatureCare is first class. It\'s obvious from the moment you walk through the door.',3,'',10,1),(777,'2020-01-19 05:59:13.103219','AIe9_BGlY-BaOO_aND3JZqxJBS1RTEHUIk_gDQ9sNsamIpH-BcGgwQhRZ05KJ4Fed8SlOtBsIX0NsQRKS3Au0dfOMHVnvPcmWpltGHgXJKZ8-QLdRpg3KGM','Nestas Home - I came in at 10:08pm and was seen immediately and treated with great care. The staff, Stephanie in registration, Dr. Daniels, Nurses Rollie & Leslie, Radiology Tech Natalia, were all am',3,'',10,1),(778,'2020-01-19 05:59:13.152552','AIe9_BGErQpX2pRNZrXBy5NOsH0eTUf6H_J4bXuw68oLzYx10GEcBtYp09qalwzKZip9YfoF35Z8H1ZDqfyHcmJMAPlb-kM1ZH7iINlooZo_VepdZgzBPTQ','Sarah J - Fast service. Came here after work, so free snacks was a plus in a bad situation. Nicole G the RN and Dr.Yusuf was awesome, made me less anxious about coming in. & Ricardo the tech was funny',3,'',10,1),(779,'2020-01-19 05:59:13.201660','AIe9_BHkHJRvhG8n5BjqdcMSKR_FXMFFfkONu-z4K7uSNTgtJk7GjGQrKldqVuzuAklnpjM8hD1AZ5m_ZF4vsG_PjAm3L0NQwaR9V5ViWUVYBMdMBvJA98Y','Terrika Turner - Leslie, Rollie, Nantalia, and Stephanie were all absolutely lovely & awesome. I arrived in so much pain and they were quickly attending to my needs while making me comfortable at eas',3,'',10,1),(780,'2020-01-19 05:59:13.251064','AIe9_BFL0OZrFaHgoJtqifT1GHrIbqdkzIzU7VJEG05Or9xj_uVIMbE5snkKqk0vJqqR0nAroH91Ad5JFzJ0fpycxaeT22-CSmeFqzD4D96BlTXUA1_FCd4','valerie dettore - I want to thank Memorial City Signature Care staff for taking such good care of me. Doc Daniel was very personable and competent, \n thank you so much for such a nice stitch job! John',3,'',10,1),(781,'2020-01-19 05:59:13.300291','AIe9_BFu3rdicGrPrzdyu4PDXmqM7kN-RwEKi3q4jtMEXeSwVICpLuo5TH57rglL6jk5sJG-6-d0TDngZ4uajYMltFZxUv2t8y5ljAr1H7YOGPsfCNwWfVI','LaSable McDaniels - Ms.Tobie was so kind, the entire staff was amazing. I do not go any where else!',3,'',10,1),(782,'2020-01-19 05:59:13.349600','AIe9_BFLHEJ8hYqd4VCbbc-EtvgMSZ4NJ9AKejw-jdMEU4UNW8GMgjwnHAXRwF6zu2arNgQ-HBzKDpeOfmtzdnie77CwGMcB-MjQBCI0ho4F1TaLhK2f6Y0','Alexander Taylor - They get you right in. Let you know exactly what’s going on. They make sure that you are comfortable. They show concern. And they make you laugh while you hurt lol',3,'',10,1),(783,'2020-01-19 05:59:13.398883','AIe9_BHR7p0hPy1flx1br0TYdEUB4SQunuaEEy2R9z9x4US4mG6JEgQGBjobZNTVmluEFKceTNzF6p-Ctvxi5m9mZp9g4iEDktp-gvY-jyMPU5JZCHW7NIk','JuWanna Smith - Very friendly and offer snacks',3,'',10,1),(784,'2020-01-19 05:59:13.448048','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2zOeuAmBvrhxM0zaPXoBA8Wmj-IjO5WVShofHDM7UpqjCpUnEGm3eOZ1tslXAdORyRB7zRXuPpyr0jvLTr315TpERhFg','Bianca Olivo - Dr He, the tech Dania, and the receptionist Ebony formed a very kind caring and quick team that was able to check me in get me diagnosed and have me back out in record time. The staff w',3,'',10,1),(785,'2020-01-19 05:59:13.497322','AIe9_BGlY-BaOO_aND3JZqxJBS1RaPwjIjhC8q2582oQXsqWkH-72LyPlIcXQDppnj4j78ef4x4OT7GvX6r-BRTPOp4mXMTmgIvqgqlmHd4I1z0AEjo5ldE','Jessica ONeill - Ebony was very welcoming, and Dania was professional and sympathetic. The doctor saw me quickly, and clearly explained my diagnosis. It was a helpful, professional crew. Thank you!',3,'',10,1),(786,'2020-01-19 05:59:13.546594','AIe9_BFu3rdicGrPrzdyu4PDXmqMn8bCgIWshbyCBsAHiOWu1Fxo7CeHX0Gax46jkWjRjd1eTAh9KlntN1_dr4h4HPaehyiv5DnR-QUuckphhzeRvyH0-sc','Sheila Flecha - I went in to get checked out and follow up due to a stomach illness. The day before I went to a family practice and they gave me 2 IV and send me home with antibiotics and nausea medic',3,'',10,1),(787,'2020-01-19 05:59:13.595906','AIe9_BEHZ7lh7y1sP-UInhkpmlIpqp3JxUb7MkPRsk0tJQZ5JvhbbYkpPEce3vGd6-gmAOxYlOqDvyv8xB7epDHAFOcVsarzrnKNfp1GNtQUKbimc0tMGQM','Dakota Bloyd - All of the staff was wonderful throughout the whole visit!! Thanks a lot to Dr. Yost, Kara, Gunner, and Courtney.',3,'',10,1),(788,'2020-01-19 05:59:13.645090','AIe9_BF8X4EpR_fF6mwcYdso9awgzub0HYBp7Q16mw6gudvyidcrbEbETFVxsL1IMgBB9pv_23Yje5O_1zvhZf9bzKXRfRsxH3vfKOwKXNZNYBJSLI5zUjQ','Jennifer Whiteside - Mollie, Dr. Yost and Tobie were awesome!',3,'',10,1),(789,'2020-01-19 05:59:13.694363','AIe9_BFDvtvCY6mNmVUeGBiBb7S594y2EHC2WXjq-xNNo3x-i1n2UBeW_b2NUEUPwBl0T978_kTHnjs2yVhO6eK3hYW0lotkz6GcXUev5DLHrcWDbvmByx4','Kaley Padgett - They were quick, kind and gave a discount because I am a local teacher. I will be returning again! Kara, Courtney, Gunnar and Dr. Yost are fabulous!',3,'',10,1),(790,'2020-01-19 05:59:13.743691','AIe9_BFrHfJ2dmEi-Vy2qpFFGM-S8vLIguuGRSNYDALQy6tOzRXm-w-YrsBH3BMSfmtYkvN8LG-KyxlR5au7Li7wjuKKK62HF2Q9ABMixBoEvdw2L6zAhW0','Ashley Mills - This place is awesome! Chris was an excellent nurse as he tended to my every need and was very informative. Upon arrival I was greeted by the friendly staff, had little to no wait time ',3,'',10,1),(791,'2020-01-19 05:59:13.792864','AIe9_BGlY-BaOO_aND3JZqxJBS1Rf48IuuTm-m0G0PFr7eLLVL9y9WYFCh_RVEACjtI1njfImZoaNx5YJ7lNJv3FptJTNG3Evn4MT7w85boY76sN3KBZ2AQ','Stephanie White - Great care with nures Kristina, Scott,Quyen,Genesis,Ding',3,'',10,1),(792,'2020-01-19 05:59:13.842192','AIe9_BGhYIk2KhOdF8fekWDvq8JUdwrDgpIZgxY_pBOuzMSXsgdXvYKyPtcLvTfwoJxth8T_67NNpVUYzw4A1ifzUNJHL8CTYp8mqStpaaZ5bicfJKxKBZA','Bernie Garcia - None',3,'',10,1),(793,'2020-01-19 05:59:13.891438','AIe9_BGTHfLB7ZAtvlQmidaL-PvDCmAllYo14H1X-lrZk4aAFhny0Rl8bBGJ3ebc6NGOkslXUt41mND7uFUV9sT9ar4fIrbvULs-UmTatPurY-DSQ_DUO_E','Ricky Aguilar - Hands down the best experience I\'ve ever had with an ER... because I mean, who likes going to the ER, right? Professional. Clean. Attentive. And all-around stellar work. Thank you to ',3,'',10,1),(794,'2020-01-19 05:59:13.940865','AIe9_BGZuRKHeO1iYrcf4B001kE24jyZ0vKowvRq0_wpkfT4JQHzXZvnBTH5zAuPA7VgN6raI2Cxx8YjtS9e8_uT2Rkg9WLBdjhlD66FBYJ06JTunk2eKbE','Desirae Weise - I came to Signature Care after being in pain for 24hrs. They have amazing customer service, especially the doctors. They were always quick to help and give me proper care. From the fro',3,'',10,1),(795,'2020-01-19 05:59:13.989974','AIe9_BFu3rdicGrPrzdyu4PDXmqMMnL-iDQLrq4FY2G6ZcSgJmIl0DVYyyaw4Mw3lvhUwasJ85mEUXiTfBVt9tfI_j0DG1UG32FdXb9UH_Zdz2ewiG5EYHM','Chuck Bird - Huge thanks to Dr. Miller, Chris C, Kimberly, Cecilia at the front desk, as well Isaac and Natalie as well as the all the other staff took great care of me after a back injury.',3,'',10,1),(796,'2020-01-19 05:59:14.039297','AIe9_BHkHJRvhG8n5BjqdcMSKR_FgIAjkBkiOY16i2dgOkc7oaIkGIC6MZUVpt3IqLi0pqWD6TSTIl_1Axs-yETduhB-sDtuuH5YI2QhJg4uYGp_O3G3W0I','Kacie Gilmore - Went into SignatureCare for some swelling and dietary issues. I was immediately taken care of. I was in and out within 2 hours considering all the processes I had to go through. Christ',3,'',10,1),(797,'2020-01-19 05:59:14.236294','AIe9_BHVBnWjBJvk55vq2QEm0wl-Y6s6I9shmevwrYou7E8fLd3t-J6A6Yw8nNIXaeWROXabReJvrTxYA_-m07AvZ6RiMmJuYgpqI2cmshYGNYCpof3EsIA','Slime Slime 101 - SignatureCare will take care of all your needs. They know your time is valuable and get things done in a timely manner.',3,'',10,1),(798,'2020-01-19 05:59:14.285595','AIe9_BFLWlqwz3qGBnCfbAsLD0lV6GTvgF5eKWqA-ZxdcpgaTXeDWbP_lW72DUwWYW_IcdLFusvxBVpqly3poA8LlAGYqZed4cy2mHcrrAjCyAXkWyMOon4','Patrick Bailey - Quick and efficient. Very helpful.',3,'',10,1),(799,'2020-01-19 05:59:14.334861','AIe9_BFL0OZrFaHgoJtqifT1GHrI1rhBO_bR0oSYbLMb6VZ_aOJRaSAjJxppW6wdSqZ9OoVU05sf0SksIM_xrQjr2wjNAR5szWcKwAWwHkyJ8bDo3noWx08','Samantha Galvin - Amazing!!! Fast service, friendly staff and a clean environment. The best by far.',3,'',10,1),(800,'2020-01-19 05:59:14.384163','AIe9_BHR7p0hPy1flx1br0TYdEUBJ_T3SJEeNqio6q1X4d4vKz1tor2ahGDEtvdxI_wcOkCkcAgjePB0TnO3G6xRNMovcc9Kj-nNIAGzzIJK0G3EylQrr6A','Starlett Carrier - I can’t began to tell you how caring professional and attentive everyone was during my visit. I checked out of memorial Herman and Beechnut due to the staffs rudeness and lack of ca',3,'',10,1),(801,'2020-01-19 05:59:14.433394','AIe9_BGhYIk2KhOdF8fekWDvq8JUWwPH6K4mwu_TcI0JJJt4oYB3ZH8e8N_-uO8yZFUD946kv2Ix4SVOaKSrA8nKza-TMR2T50kTJRrfwwGzmIh6qXli7eE','Amanda Reenan - Came in and was immediately helped by Kendra. Very nice staff and Dr. Hermka was thorough and quick to get the results.',3,'',10,1),(802,'2020-01-19 05:59:14.482680','AIe9_BFqh_zr355jzGaEpH7666zc7OjTmS7Zd1kGWhMLgtrHNeu03YTM8jwhXz5xyfuT_7WnqeFQ36HzXEkeAGFQ2Pg8UAUSrNcV2r_nsCF-p6maU1aprDw','Bailey Todd - They were so nice and helpful! I felt so embarrassed about my injury, but Fatima, Sarah, Dr. Henderson and Daniel made me feel at ease and like it was no biggie! I’d for sure recommend t',3,'',10,1),(803,'2020-01-19 05:59:14.531909','AIe9_BHkHJRvhG8n5BjqdcMSKR_Fai1-nKDBdeYnbKtEX_a7rYsXHdbgYxSS-bEvqek961JWVVfphP4DELAdv74OzWPjCglNiBqE3vL1E5gS7_BVLRfF0h4','Terrie Lewis - None',3,'',10,1),(804,'2020-01-19 05:59:14.581120','AIe9_BFhqAtkXvUqdYNeMuBBGjaAGfgxptcFuA2PKKGsIAL_bqJIfEawcKLc_puE8fvTAQfirbES5H297iQGnzN4TBD9W9vr4ZH3kt9fDTS2AMjXLq0QFFU','Christian Giles - None',3,'',10,1),(805,'2020-01-19 05:59:14.630449','AIe9_BFMK6FB7k24ANEBV5CospTTGk2ZzyvEYb1xtNRtxvpUl5vfGX4tWZAZ9PdhvImePwb5bXGXeGkZBbASZV3Xro91xUK2HVMEm4xUL4EFJQVGfuFKKhY','tyjanae smith - Very friendly staff. Carly made sure my check in and check out time wasn’t prolonged. Dr. Akunyili diagnosed me and prescribed me with the proper medications. My nurse Irving was funny',3,'',10,1),(806,'2020-01-19 05:59:14.679703','AIe9_BHkHJRvhG8n5BjqdcMSKR_FSkjQh5K2hfut7VM93HLm_WZcC0hxZo9JT41LyDZzEMvpXte8Kz_WxVITuuvS2P5lmA3UNKFMAD4hxEMMo2qe0tFwrq4','Adrian Pardo - Amazing place! Their service was excellent and all their staff were very friendly and professional! Finally an ER that we can trust and be seen very quickly! Receptionist was also extre',3,'',10,1),(807,'2020-01-20 06:09:32.417547','AIe9_BGTHfLB7ZAtvlQmidaL-PvDCuyJiVKUnE-V2-x1p2732lcsK18r1Aj5hg5YHIUvLnfUjKEaPbBAc6j2fuKtsfjcr_Go7XUNnv9IfS9J_-SNU1mn_Ks','MarissaJuarez11 - First time here & they definitely brought us to our room in less than 5 mins. The staff did great, especially Nicole G. who was very sweet to taking care of our son. Our doctor that ',3,'',10,1),(808,'2020-01-20 06:09:32.543177','AIe9_BFLHEJ8hYqd4VCbbc-EtvgMHuxhlhcsq9ZwPozYjzHdlYYdY4VxtKKIfmASrXMJE95-gJcztTh6P7tR0d4mUlfvOudogFJ4MiexR1v5BtyYD3TjPhI','Anthony Vergara - Great Staff! Came In And Checked My Son Out ASAP! Loved The Way They Took Care Of My Son! Totally Recommend! Best Nurse Is Nicole G., Dr. Stevez, Olusola S, Dustin H, & Tim M!',3,'',10,1),(809,'2020-01-20 06:09:32.653230','AIe9_BGlY-BaOO_aND3JZqxJBS1RSHcZVpj38ctsKYdxzDBhbYnXgetnRrpP08BLn5l9lG7nTKt7Dy9A67bFnHrcaFhtuuteZ36VIRI9xuAsoUwuJDrDTf0','Joseph Balita - SignatureCare took care of both my wife and daughter when I had to unexpectedly bring them for their illnesses. The front desk staff Kim and Cecilia were both welcoming, nurse Nicole G',3,'',10,1),(810,'2020-01-20 06:09:32.751770','AIe9_BG84YPnR8vhxeJfV_lAYVNiQsp0vJ_XP26Bxs2MMrHSGQFOEF2Lk20DUkpoxIteQQmOqLeAj1g9iO-7lHV7HJ_9dlBL-OrR4F4LYIjQM-cR84zKqd8','Alexiya R. - Rebecca, Dr.Kimball, cat and Remington, Patrick and Morgan were extremely helpful and Nice throughout our late night visit.',3,'',10,1),(811,'2020-01-20 06:09:32.800992','AIe9_BHx9wW5OAXpNIH08blLdli0AwTpHxA1f25Xj7VAVsvIbQtEsIZuGwXS2MlVel_5wJSJziEFM4ZP3N0OMFp9H0B5oUSx4DSht5_pUqT9BSTzIiFJpds','Inga - The Yoga Goddess - Excellent staff. Attentive to my stepsons needs, and very thorough. So grateful, thank you',3,'',10,1),(812,'2020-01-20 06:09:32.850343','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2a2lqYpflWnvrilUtUvjPgJdzxeVfQRN9FDP7WjmirmyO8Ku55STxXJsZqAeNRQJFxJJS8Zn5oOhwzeH63FZRkicjAVk','Zubair Nawaz - For some reason I’ve never been to emergency center before. The other day I had a bad ear infection and I went to Signaturecare emergency center and I can tell y’all that it was a good ',3,'',10,1),(813,'2020-01-20 06:09:32.899518','AIe9_BHAFUK2tNBZL25dLQ0jVdh0Na6nQC_a7EeN9sAweZibfpJTHCbRtUd1V1B9SaAcuFz2FfzdkzmEBNRoU0A2H4l21IRIi528Pr2XqTmud-1ZahuqA9M','D\'uane Merchant - Kimberly P. and Cecila Z. were kind and patient as my little niece chatted away. They were not rude and very accommodating as we waited for my nephew to be seen.',3,'',10,1),(814,'2020-01-20 06:09:32.948729','AIe9_BGlY-BaOO_aND3JZqxJBS1Rbr4Qz6HVroBiJqs8XDMScym7i-VmJFPundgE_FFW14RumYf9g-yrIG9YR0-ZueBsgBH8W8m8nT7wv07a7tte9bXqh9A','Dyanira Saucedo - Just visited this Emergency Center, the service was super fast, and the receptionist Kimberly P. and Cecilia Z. were super nice, helpful, and friendly. Very satisfied with treatment,',3,'',10,1),(815,'2020-01-20 06:09:32.998032','AIe9_BFQ5F7lhNP5_ppaS_sKelW4Q34iyg4siNkUKJ5vbQ5kBnjsYYd90xCokwE-FqpyIbGYXCyJesHVc6eolztqVgX9D9u7Xw5IHoGbuSRvYT2pCCavjUM','Kaylea Rucker - Lucas and Jennifer they where both nice and sweet',3,'',10,1),(816,'2020-01-20 06:09:33.047298','AIe9_BGZuRKHeO1iYrcf4B001kE2s_2E-6s77jkn5oVAi2j-zaoTzoM4jBZrHHPl6AGhDl7VLUAUyg6aJeMGPUAlOvrRGih3kt_rBzpzpFOJ9yBhEUQpiM8','Chantail Burns - Lucas And Jennifer Was Extremely Helpful And Dr.Henderson Was Amazing And Very Helpful',3,'',10,1),(817,'2020-01-20 06:09:33.096588','AIe9_BF9X3094ISxKFNbAUDe3Xegm8IZbg-V-Z4S2rZ9153Y277hh_zFVRJZLj6xsyL7zhPgfRiZG2ZDuBCImrxGXQtHU9QsVS1uLLZfy-ZUjEOugJDTy34','Rebecca Smith - Ebony is awesome.. She is so friendly and welcoming...',3,'',10,1),(818,'2020-01-20 06:09:33.145874','AIe9_BFMK6FB7k24ANEBV5CospTTkSDvsy8vsp14LThrNaqUWLqIUV7RT-46Ao2QiwdUcM6UlcU8ff1mzFum7tj1UOHHnc6yEOKT0GVe5WPWNEzJzQfKljE','Amber Molina - I was checked in by Kendra and seen by Dr. Vakey, Jacob, and Victoria. Everyone was so helpful and went above and beyond to help me and make me feel comfortable. Would definitely recomm',3,'',10,1),(819,'2020-01-20 06:09:33.195229','AIe9_BExcxslmE1rr7n5jMcadSKesqyGpklRcIyRNXLn0m4ZPLhCR4i8LpNzjeOYzgZp2VCUBo4MxTr-mxiUDNJxEY8ASC4FrAaTfgO3eMEthHcb5BvsgI0','Bill Iroh - None',3,'',10,1),(820,'2020-01-20 06:09:33.244398','AIe9_BExcxslmE1rr7n5jMcadSKeB4VTK3PfZv1MFtJoinaNNuBn2krl4pi0W0w-ol0lihEsyIZ25BrjykHEMFcg5tyYPabxjJGPFi_FWfRhYpXdttM3WDM','Bill Iroh - None',3,'',10,1),(821,'2020-01-20 06:09:33.293886','AIe9_BFhqAtkXvUqdYNeMuBBGjaAE-SI8KU0KmxmBpIA0L8Iujklkd9aKYFXCx_bwfJQVbZzJg8ImZ7HFHR2Bi_zzvS3TWLBgq4PmwYFUP9529hACwz8h8M','Kati Donaho - They were very friendly and the check in and care were both exceptional. Thank you Jocelyn A for being so helpful!',3,'',10,1),(822,'2020-01-20 06:09:33.342979','AIe9_BGvUJd9etQojwpjZIMsiFneWiiFig8jGI55jlujVGfJJChf8G5ujMjucmIVj0Pk2H4BoODRpjiJ3sHA2zIu5GKauSO1zyASj_BfBRiED6gNFABlFsU','Justin Mendoza - None',3,'',10,1),(823,'2020-01-20 06:09:33.392229','AIe9_BFqh_zr355jzGaEpH7666zc_WPeTqS_euu4pbGBTQ-S27p_BHDmBZMaT6IZ1CrlUL5LUcuNjlIaCGmbrUw5KTkOg1mxsdnpJgvW9oi5-xYQEOosXhw','Beverly Edmonds - Jocelyn on arrival was very helpful and lead me straight to the back to my spouse very professional!! \nNikalea the nurse was also very helpful and professional the whole time there. ',3,'',10,1),(824,'2020-01-20 06:09:33.441484','AIe9_BGErQpX2pRNZrXBy5NOsH0e2XnI4I8bIlfk44RS72OmCviwttw3tdClpa36J1oUshiUCgGX54xvzEm7xrU63CGW82nnoLMb6sI0Ld_2NWHYVglTLhU','Iesha Kkay - The staff was great! Joycelyn nikaela was great at the front desk it was very fast and friendly service!!!',3,'',10,1),(825,'2020-01-20 06:09:33.490694','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2DHge00r28oEZlKXxISYfBZnODfjkCCDi9L10_Ca0WwEEccuvgBrXaVmY0hzQ3bzMHKao2--jM8-nI3hYi9Y0fMsEXQg','Keeley Thomas - None',3,'',10,1),(826,'2020-01-20 06:09:33.540071','AIe9_BEHZ7lh7y1sP-UInhkpmlIp17n6m9ahaWTETtbBl9ouQiVxMvh3mVdMCPgYN_tIZb0fN9BLNKosh4kRX8hNaYeW6RoCjQG7hLNjgYsjbijU-8aZ3UE','Garland Vennus - None',3,'',10,1),(827,'2020-01-20 06:09:33.589122','AIe9_BFmRFRFwJGRfUDOW8jG3rXn9SI9ofo6Z0J7Y3MjN4ToP9GLnAqtmYdAWWtSBUlc7a_ZL8lRdTuOvr5OuQTFwl8htHHjAx-0rqi7bkPiBC9fxZXp-mQ','Arianette Campos - This is one of the best experiences I’ve had at a clinic. Every person I interacted with, the doctor, nurse, rad. Technician, etc., was very kind and helpful. I worked with Kendra a',3,'',10,1),(828,'2020-01-20 06:09:33.687847','AIe9_BHkHJRvhG8n5BjqdcMSKR_FdJTylgPFMGX2oficMJtP_heuN_VR-BiE1ElPtN7yPZHGkHahDiU6RVOBv4XRgLiK5v2j30MBN_Nr5qrRDKZP8Ie5DX8','Dejanae Eleby - Overall great experience. I was nervous due to the pain I had but the receptionist Amy, nurses (Regina & Natalie ) & Dr Henderson was really helpful & informative.',3,'',10,1),(829,'2020-01-20 06:09:33.737164','AIe9_BEHZ7lh7y1sP-UInhkpmlIpE3TR40YIA7z63etyqSFwlCCnVwYU9rh4QSYp_UmW2dkaMib6UwGst9q8cHzNfuOO0Yo9Ou0YOqDqgwSBCSLC1s_xKbY','Morgan Kingsbury - I had a great experience! My friend was able to be taken care of in a timely manner. Kendra, nurse Jacob and doctor Vakey are very professional and super nice!!! Would recommend com',3,'',10,1),(830,'2020-01-20 06:09:33.786299','AIe9_BExcxslmE1rr7n5jMcadSKedIRV1t32Lw0FpwLTakinQ-Fyq5SsMUX7LgxXW-P77rUoF7MBvV29GUdyBQQI5Y5Pht0k54hwWPFq-MdsIhLX7WlLjno','Jennifer Aguiluz - Excellent service and very helpful.\nRegistration Jocelyn and nurse Lee were amazing.',3,'',10,1),(831,'2020-01-20 06:09:33.835650','AIe9_BExcxslmE1rr7n5jMcadSKe7Eptm1faIpdkoEf6-nRrTecN7xt_eSaSp2qjSM8fImgw-4QrzE3D-3p-_ln5Vot-FWYRxjCSqyfwNKttv-61rIrZVlc','Landria Manuel - My experience here was the best I ever had at a Emergency room! From the moment I walked in the door Jocelyn was friendly and super welcoming. Before I could finish registration paper',3,'',10,1),(832,'2020-01-20 06:09:33.884919','AIe9_BGIy_plKfaZrItPyyQZNLvsHDrJ0QJeltTCyWsArxMkzmyDdrdMK6hXja1ZtL-mfIJ6qa6-JJYOsiw4HF9AKoezUzJmex4ybWv-Pqj6BDfo0daMD0U','Erica Jones - Everyone was so kind and attentive to our every need. There just wasn’t anything they left out. Front desk staff Carla, Kim and Linda were welcoming and helpful in getting us in quickly.',3,'',10,1),(833,'2020-01-20 06:09:33.934134','AIe9_BFhqAtkXvUqdYNeMuBBGjaA0iIEAkXxKGrnfG_oSya1priBV8x9Gm4eFgT4Iv1hnIvTs-mZpnMZ8RuxlCQFxgVfhEtJB-JYxuUwiDh-QNyp61GmL98','Courtney Mahoney - None',3,'',10,1),(834,'2020-01-20 06:09:33.983531','AIe9_BGlY-BaOO_aND3JZqxJBS1RHki0iLwAufMCzRhTEiJDkK9c9zN97zHoo3CYrdYFum4MIScdtlAaNdcFRcEK1sH3M3Loo10V4ldo7jC3GhjSj0kf3jQ','Isaiah Green - Great environment and very clean. Lucas, Carla, Dr. Henderson, and the rest of the staff were great and very friendly.',3,'',10,1),(835,'2020-01-20 06:09:34.032748','AIe9_BH3gZxYpIxBZcqAOO5HuBVkgAHih2pEyt8NT-xrPKDFinqh8TOxntGFMUYAiRnvrqRfI-kB633O4DDVph_CRmDSmT4uvdufQxxFPFOd-VPT1LvLC4I','Andrea Elizabeth - Kendra was great , very helpful',3,'',10,1),(836,'2020-01-20 06:09:34.093142','AIe9_BExcxslmE1rr7n5jMcadSKeGs2NiTUzYofGsBLEKEqvYuWvG7SQGa25oWsAD1dn4cMDtv_A4Ouc0m-tMoHQj4KAbF0EmVLxM7SzaEQsaE27GPkd5Yg','Jeremy Solis - Kendra was super helpful and answered the questions I had very clearly',3,'',10,1),(837,'2020-01-20 06:09:34.153458','AIe9_BFL0OZrFaHgoJtqifT1GHrIJtmfWp0WL3lpucMjHHNmz2k0M1H_Ymcps6ycWSHEBcXotaf9cToxXKPdVQc3LPMwsqMN-Kfsjkjq165w2yD7WXUCiPE','casandra gulley - None',3,'',10,1),(838,'2020-01-20 06:09:34.202622','AIe9_BFhqAtkXvUqdYNeMuBBGjaAvtFhKvG-IkmyfxhTP2NHHIKYa2RnG72joe9Jl6AYBw8Q_hTMrN8RMZt4qGxJ-gt-2eUGtSGszfi55ZSUem-rgRvjj2I','Sterling Perezly - Dr. Ortiz was thorough and took the time to talk to my urologist before deciding on additional test.Kristina displayed her professionalism and extensive experience. Laura provided ',3,'',10,1),(839,'2020-01-20 06:09:34.252072','AIe9_BFLWlqwz3qGBnCfbAsLD0lVVOBuPYzJeKfQjqvteL_BbELmfTMsI4iUAkfopXgzNT6XwMxhSGgW_5X0grQKGzcSeWIGEKkbSYplZjGwPU9TzN7bD4w','Matthew Bohac - It was a very good experience and the staff was very nice and helpful. I will definitely come back if I feel sick again.',3,'',10,1),(840,'2020-01-20 06:09:34.301263','AIe9_BG84YPnR8vhxeJfV_lAYVNiimv6lMpHVPSHFzactOU44nQ9cQQaLJ6PizAa-bqY95mZnAefMawOXJVFCitP8rSWP8CWpV1ncrQf4pWPC8sA4qMBTjw','Daniel Munoz - None',3,'',10,1),(841,'2020-01-20 06:09:34.350616','AIe9_BHx9wW5OAXpNIH08blLdli0cOdj-MVuABEv3MKviUgkfZIVIwI1azT3v5RC1QZ64fDs9y6HE6HW9v94xfr_QDiK_er9_X-UCoUn9czUnXEDEoGBf8k','Valerie Mosby - My overall experience was excellent. Fast quick service and everything was very pleasant from the receptionist Patricia to the doctors. I recommend this facility for all of your health',3,'',10,1),(842,'2020-01-20 06:09:34.399867','AIe9_BF9X3094ISxKFNbAUDe3Xeg2ijv68ThLiW11tHye7gGnPogo2WYUCJ72v7TVpTn665BfYyB__u_K-5RCigDE5_KcrO29HvvI8hWoI7tC9PEw7ogr68','Melissa Mongroo - Efficient service by Jessica',3,'',10,1),(843,'2020-01-20 06:09:34.498368','AIe9_BFhqAtkXvUqdYNeMuBBGjaANbtUfaOe1T1e6s6objlKAr7bdWLIKciucpfABw4FTwranb-BFR2HMQ17jjKb4cGDCoYVc38UmPWxVHnffaEMB4AW3r0','Farah Sahajad - Amazing staff! Quick service! Jessica was amazing at the front desk!',3,'',10,1),(844,'2020-01-20 06:09:34.572418','AIe9_BHx9wW5OAXpNIH08blLdli0K8eF5vCWzgFfmMwS9mjOx8wElhIvwnIfbPQZV-vav6KcCBJZpI-N28Ep1D0mnInAFODJ4ktTD-YAMqQ0dBVMfRQmAf8','ana alvarenga - In and out . Very fast ! Place is really clean . Love the staff, Ebony and Dania were very friendly! Make me feel like home ! \nDoctor He , explain everything really good. I was',3,'',10,1),(845,'2020-01-20 06:09:34.670323','AIe9_BFL0OZrFaHgoJtqifT1GHrIXfQQxj4Z6xoEqAIm8FyKTfA-6tuWsYUj0dZexAhmDefUYW8OdVZGt1PR-iwhJwzSQVxqjBn8zYQmcNO5TBooq8868H8','MERARI GONZALEZ - Excellent service very friendly staff and clean facility Patricia and Jordan',3,'',10,1),(846,'2020-01-20 06:09:34.867874','AIe9_BHR7p0hPy1flx1br0TYdEUB6s9S0VWCTR_4suJjyDCKuaLWSeMbyDHG9fDqlmiIwhmtAgmDCZGzTsUn-IqNYgmXsmrVIjDOLUIuizsO_vR52S5e4oo','Rudi Marie Martinez - The staff greeted us as soon as we walked in and were very attentive. They were quick and precise about getting our friend checked in. Rebecca V. was generous as we waited in the',3,'',10,1),(847,'2020-01-20 06:09:34.966331','AIe9_BExcxslmE1rr7n5jMcadSKeYvTPWo7yP8cwc0Rxfoli9fOI3ntTVANWvS4OlIe9g4t1LZHjmvhpIegpsWYdwxQrKd89K2hwNtLTf2bODo4lQIuA4qY','Antonio Chong - Came in after a friend’s injury, Rebecca on the front desk was very prompt to assist and get him set up quickly. He hardly had a chance to sit down before they were ready to help him.',3,'',10,1),(848,'2020-01-20 06:09:35.026725','AIe9_BFqh_zr355jzGaEpH7666zcRNbFYpPLZjAp_MnV7BdarfQrblEGQi9t-eZrY2RB4NZv_lpGcc8G5i5GhQECCeN_2WG6TEtW_MsEHPMRSjuKC76tcMM','Elijah C. - Friend busted his lip and so we took a late night trip to SignatureCare. Rebecca V. Was working the desk and was very helpful!',3,'',10,1),(849,'2020-01-20 06:09:35.125316','AIe9_BFFcAiX3_kRXfnRLgvL31Hri7whSKnX7Bl9KiN1RgK2uywKJvzFYSHlspoKiTnFA5M4cCYOgFL5vFCWK6ZSVgNYl6g2Mf238xFe-ixk9hQHl_UdTFQ','Sophia Pearson - They had really nice area for those waiting and Rebecca V. was very accommodating',3,'',10,1),(850,'2020-01-20 06:09:35.185696','AIe9_BExcxslmE1rr7n5jMcadSKeJt8PUJZ4tqp03PfV9aW9zWVHVxog0RT3HkOWL9bNk4r1anDs5hOupuL2NETQsfrmYy7k2j9d2Wl6eOs6MiaGuGLvOL8','Destiny Salinas - I want to say thank you to the team at SignatureCare! Ive been to the location in Montrose. This location was down the street from me. I came in with swimmer’s ear. Painful! Came in ',3,'',10,1),(851,'2020-01-20 06:09:35.246009','AIe9_BExcxslmE1rr7n5jMcadSKelpMABbWJ7l2PR0GnakpIys43oy6v_T9O5yUYKyEWEMs8Z5MYajfwdjls_2epRm7wP9tVd7bYfy1Bw8PwgBqkajIGbG0','AARON VILLARREAL - They were nice here and took care of my brother. Thats what was most important to me! Will definitely come back if we ever need Emergency Care again.',3,'',10,1),(852,'2020-01-20 06:09:35.306644','AIe9_BEV1VP1woYvuPRixSBHlWg4-KgKSxIOS8HKLlFXTRGfmqYTrcYKthvrYs5Wdf59OSq5L2GTli6iiLZXJrIS8seqGeI3MG0f60T1e3UOh0Yv1b9iY8o','Yusra Mumtaz - Came here on a Friday night since I wasn’t feeling well. Vanessa G at the front was very nice and helpful. Once I was in the patient room I was greeted by the nurse Nicole G. And rad te',3,'',10,1),(853,'2020-01-20 06:09:35.366784','AIe9_BHVBnWjBJvk55vq2QEm0wl-NcJhFqg71z68q0S7DeBFqEbp9_Q5fBUa2yQzuCZiuwJ3ea3tcp8q_fSeH-OfVroldYX7qFjuqKJv-OmWg_yY-hqXM8U','Eduardo Villarreal - None',3,'',10,1),(854,'2020-01-20 06:09:35.427173','AIe9_BGTHfLB7ZAtvlQmidaL-PvDBfsB6QRxmMQ-0evMkZNB7MYQPT3FvWSUQsDYxl6xqmlKXKtbHdX3x0TxV11GJeL_68vWENx67RKihi6XI8cEI4aUHWo','christina villarreal - My son had severe eye pain but it was coming from behind his eye. He is 10 and it\'s a big deal to him. As soon as we walked into the doors we were greeted by Shania. All my ques',3,'',10,1),(855,'2020-01-20 06:09:35.487503','AIe9_BFL0OZrFaHgoJtqifT1GHrIwwqor5ZynawUAXZF95G332VdijBeDpI1BJmZxOesnvf2fkVjrVMJCvPcJgeqoq8wlhwgByHI13lDZx9grYIxjLmloPA','Ava Rochele - None',3,'',10,1),(856,'2020-01-20 06:09:35.547949','AIe9_BGTHfLB7ZAtvlQmidaL-PvDxWUqrHvI2ndGwODpBpTIZCUpumccd414Q0E-qXGVkyIzIwDRfzzH-qf6DB8vKuTaRz2_QEarX2hxzp8-flKAnWFsMS8','Brenda Drew - Awesome place! The staff is very nice and there\'s never a long wait and the facility is beautiful.',3,'',10,1),(857,'2020-01-20 06:09:35.608365','AIe9_BFhqAtkXvUqdYNeMuBBGjaArUiWVAvpQTV9Dl2v4-7df9YjNj9F1Z2QX9hZYHt4XugDkxHW8jFwWPXGUDleBLUaHed7IqvAVr7pJkDvpCOoblJi3Yw','Jacob Wendel - Great facility, caring and talented staff. They took excellent care of our 3 year old. Thank you Shania, Kim, Audrey, and Dr. Mauldin.',3,'',10,1),(858,'2020-01-20 06:09:35.668715','AIe9_BHR7p0hPy1flx1br0TYdEUBiBXiPaifZw4GVcnS9ivVAFdaUEGaRWUwoTItXT8SVipZGkzAnQAxq8FkAaeX31xabi2tZ8p37ZxOl6To7wd8jnx9RcM','Ed Parker - Dr Huerta, and his staff Krystal, Cy, Audrey and Maria were ALL TOP NOTCH!!!! Very effective, very courteous and professional. I will definitely return. All Dr Offices should be like th',3,'',10,1),(859,'2020-01-20 06:09:35.728484','AIe9_BHZM2k_MpOhRgkb8w5Bn_urPRNHxRn40MlyemsabP3NiW2ZrpsCvTuKuJYCUW59BDPAmV3VNxeG8YPOrOIA-hTC7wIOPrd4KkulEbWDmLalpYPZXG0','Lisa McDaniel - The South Austin location has the best staff. Amanda made sure that I had a room immediately and made me a priority. Everyone had an upbeat attitude and overall good vibe. I would go t',3,'',10,1),(860,'2020-01-20 06:09:35.876940','AIe9_BHx9wW5OAXpNIH08blLdli0m8WRpDggcC1C2GiArwadvVZa98Vj4TnS9gSaS_eoINWzoo5ncvijoCQgrfyErs7CGNtzFJ15OEMuqSvu8mIMVyFPruk','Ivar K - The complete process was smooth and time taken when in emergency was less. The doctor was approachable. The other plus thing is when without medical insurance its very easy to know how much i',3,'',10,1),(861,'2020-01-20 06:09:35.937485','AIe9_BEV1VP1woYvuPRixSBHlWg4yE1XZOn8QhkMpOCnmBf4uJaOAdwkjAT7wvPuUnv15YyUTRR7WMpFFV7E8SzD53i7kva7S4B5SOXwI_6BVE7jeKJTGPQ','Tina Nelson - First, the receptionist was so kind and professional! Sindy, Gina, Marone and Dr.Wang are the BEST! I know I was not dying BUT I was uncomfortable having to be taken to the facility by m',3,'',10,1),(862,'2020-01-20 06:09:35.997706','AIe9_BGErQpX2pRNZrXBy5NOsH0eA-YmyBcg1Gd41MLmOhz2upKyWOlYuuRv4pJOjBKO8QVwBSzpRxouJO2OlisHYXozeKjtBCp6_OyY7hjtdItnVZeS094','LGerardo solis Gerardo Soles - Good its good doctors',3,'',10,1),(863,'2020-01-20 06:09:36.058098','AIe9_BHVBnWjBJvk55vq2QEm0wl-jZ6FCS5cZ26uXDoHlTbYV-yxuZ3nwnRi6Yu7W86iViIAOYnoZXUzwAQ3lxyFQSEUTi_AbZ6wnaOdJrZMBPamQrYEPRE','Rechelda Stewart - Awesome Hospital love the staff n the doctors, ur in n out n they take care of u n your family , hands down the best hospital ever',3,'',10,1),(864,'2020-01-20 06:09:36.118478','AIe9_BFLHEJ8hYqd4VCbbc-EtvgMU1VOL9Zea5Wcf99vEWCEkO5ZjfOKxlxz8DZ6SblDJBoPjqv955yn5OcSwUHVX7m-Vg6WOspTcvvJ8oq-b9HVOlRQcFs','Josue Ventura - I came here to check up on some lower abdominal pain. As soon as I got registered I was tended to. Nurse Kayla and Jessica treated me well and asked all the right questions to know wha',3,'',10,1),(865,'2020-01-20 06:09:36.245488','AIe9_BGZuRKHeO1iYrcf4B001kE25aU06hclguc8B-cMOkpS6Ofa1-Ak_Oq8P3HZeJajcyC2wqg8EIIikmWd8Mzlroj_HzoTyN300ylbg6zsAUT68_X-pJU','Gregory Mcclendon - The staff here is amazing! Maya at the front desk was very sweet and fast with registering me in. the nurse that greeted me was very attentive and address all of my concerns. Dr D',3,'',10,1),(866,'2020-01-20 06:09:36.326302','AIe9_BFhqAtkXvUqdYNeMuBBGjaAVGrCtbpIGhqiRNzjqjpda6bsJrYnZW8GTsaXQ1S99R4BgPNLpSfLYDcgVQMEbkUWGnH_40Nnd62c5rdoT07Mt81HPhQ','Paige Reeves - Everyone at the front desk, nurses and doctors were all very friendly and professional! Short waiting time.',3,'',10,1),(867,'2020-01-20 06:09:36.375670','AIe9_BFDvtvCY6mNmVUeGBiBb7S5JSuAzUYV2CAdY1d2tJu3pl9RvT3ruAeY1Y4zcOzjZjZUqFMrztsYpj0MgGZKKaF2p6fSGJeN7T-tHjY_-3UVuP7W4Mw','Patrice Palmore - I absolutely love this ER! The team is amazing. Maya is very sweet and caring when she checks you in, The tech John is the epitome of awesomeness!! He’s great at IVs! My nurse was Kr',3,'',10,1),(868,'2020-01-20 06:09:36.424816','AIe9_BHZM2k_MpOhRgkb8w5Bn_urBefqLYciMwjAjF9j3quOCyZCKEoz0AOwIwU09qa1RIeHtTX1cTGv23zxSgQfG10xxK80J7wC5DFDahaezPQzDx278lE','James Arnold - As far as private ER gose this is one of the best, they really care for you.\n\nLittle to no wait time I was seen right away.I would recommend instead of a traditional Hospital ER.',3,'',10,1),(869,'2020-01-20 06:09:36.474087','AIe9_BGvUJd9etQojwpjZIMsiFneV2dt67fOa7wUr324V3ULUBmuRxJ-0xuBcwo8-wMhLFjBWXcKsBipqc92OTyrv7YImPTDdMnDMumGK4sm_J72c8f2C6w','Jade Nolan - Very friendly staff and quick service. I did not have to wait AT ALL which is amazing and everyone was so nice, professional, and gentle with my injury.',3,'',10,1),(870,'2020-01-20 06:09:36.523387','AIe9_BGvUJd9etQojwpjZIMsiFne06dom5O_tt8dntwr7cXK5Kdp2UKXdJ1H3-ftaFLWEJZNhWHL3M8OtDrvNbDaryzUmReyVF-9umhBSg-p0KyN-SVw_Kc','Joseph Matthews - Nurse Gina and Regina were great! Made sure I was comfortable and knowledgeable of my visit. Dr. Wang was really kind and got me up and going in no time. Tech Diem and Marone got me ',3,'',10,1),(871,'2020-01-20 06:09:36.572669','AIe9_BG84YPnR8vhxeJfV_lAYVNiUM3Q5jv0bVzdi72z6Y1BfMpT09l-G2Dj7fsCOXTUoBxK6kjC-fehnvJCPt5eIcGKciGW4gGSwXxgeurGWt_AAQbUg2U','Joseph Belcourt - The receptionist Itza was very welcoming and friendly and assisted me with the paper work. Technician Laura was very kind and made me feel right at home and she got me a warm blank',3,'',10,1),(872,'2020-01-20 06:09:36.621853','AIe9_BGvUJd9etQojwpjZIMsiFne6cWEhXGL_XIRoJd_twAr0i8YgRDuWrDSmXvPu5Cay6JDBRmiJvK9NZ8jJgLCb5oyMD4iBcJ-0I6_GRpSDE7EgXBJfIU','Natasha R. - I visited this facility for chest pain and indigestion. I was immediately and well taken care of by the team - Anastasia, Joe, Dr. Yusuf Samar, Brenda and Noreen. They kept apologizing fo',3,'',10,1),(873,'2020-01-20 06:09:36.671139','AIe9_BFMK6FB7k24ANEBV5CospTT2NyboNQD__jESPsqagD60-tK-M4KQQxiFaPhu5E9-l1fj9jVohqlE5A9rSGCYUhzWsX_3rx-my4BloSyfFShO9eLVoQ','Leslie Stewart - I was treated so nicely by everyone. Laura, the radiologist tech, not only did some xrays and vital signs, and was the first person I saw. She couldn’t have been nicer, efficient, and',3,'',10,1),(874,'2020-01-20 06:09:36.720309','AIe9_BGlY-BaOO_aND3JZqxJBS1RVpJsB1ZTMaP_nXAjOPEDwK9HlirMB7OUd_uvGEy6NNs_gSQ5fAqlrR0aRRNgVFlQbMZMnlkffYdP0fUU-z0bZ_m3niU','Graciela GutiĆ©rrez - Exelente gracias Alvean y Patricia \nBendiciones',3,'',10,1),(875,'2020-01-20 06:09:36.769396','AIe9_BFDvtvCY6mNmVUeGBiBb7S5C3Jbo8k0dkCtOBGkmviyW53gSTq4AsrqBlwRackcmKluMyQNNfMe-x6W_PipXkgF-dorNpOK0U_RUyDqo7E89bIFovY','Cesar Gomez - Alvean and Patricia were very helpful with my visit and getting me the help i needed.',3,'',10,1),(876,'2020-01-20 06:09:36.818451','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2tlL5nchYTDkxoZ9QoVYGu90aJFr2EZ8Plbf6fOU6j0dSaZuaqZmERRD2lwB3LXcOvYnpiUPfVw6ZXkTEaypnrh7CUEI','Tonja Fairchild - The facility was nice and amazing maya the receptionist was so welcoming and nice. Will def recommend I was in and out less than 2 hours.',3,'',10,1),(877,'2020-01-20 06:09:36.868134','AIe9_BEAgUIalCkcXZnurOUpP4uA-JOkSmlyNQdcNtobKApLaNvFtUArc5yqpL3a_GVlCQW0gHa-FrHvmM4cmwiLWTN-k-g9N_PkzSaNaZjTFGOSoUWjxPE','Justin Hunter - None',3,'',10,1),(878,'2020-01-20 06:09:36.966615','AIe9_BFL0OZrFaHgoJtqifT1GHrI1YupmlZ9qjmdrF6qLiyMDei45XJUvcwSHEIvo--P6haDQkyjIt6cPTFen0gH3fDFAVMqVgexUUQeQNSdGhfU5SEFkWQ','Richelle Von - This place gets you in and out',3,'',10,1),(879,'2020-01-20 06:09:37.015942','AIe9_BFL0OZrFaHgoJtqifT1GHrIY2OjzKASu9rLfIJEmLUes9aiH1wU6KBUU61uy6jn9dRKXWrA2-Xz3TG_La3JBRiP3Z3dM3cmZvoaeOnmmWSTo3OFbnY','Erin Wyrick - I’ve been seen here a couple of times, and always the best experience! They consistently go above and beyond and always care! The facility is so clean! And a genuine positive atmosphere,',3,'',10,1),(880,'2020-01-20 06:09:37.064934','AIe9_BEHZ7lh7y1sP-UInhkpmlIpHe4m8VbzLNNSxdKwyFM24njdS9wJG8TPC0U_EUzm4JoaNVubiHhrIbdkOc5KF3OIqjp2_uy4aG0DxtKecuBEUFF-4_U','sharon gomez - This was not the first time I have been to this Montrose SignatureCare ER but every time they excel my past experience. From the moment I walked in greeted by Kearie, everyone was so fr',3,'',10,1),(881,'2020-01-20 06:09:37.335144','AIe9_BHZM2k_MpOhRgkb8w5Bn_urEvZ0bdyhnOcaIs0_vP7CVXpSLlTTJ_kPeXxuO7oDgIEjiwvlImYCHKfT6PhydFKXgv_PaspkI_RHfLPSHlX6kKuMe_4','Marcia Johnson - This place is wonderful. Maya was very kind and friendly as soon as we walkes through the door. John came to help me out of the car with a bjg smile. Kristina came with a warm and fri',3,'',10,1),(882,'2020-01-20 06:09:37.456890','AIe9_BFLHEJ8hYqd4VCbbc-EtvgMI7fXdxyPFwD4dCLWyYwB3XEUJhbK89gXI5pR0M20jPmsPOzSCqQOQkaalSCWUPVMa9FI31lnKVThN6kuBiEDLhglFfA','Kristin Hicks - Omg! I just found my go to spot for getting sick. When I tell you these people are Amazing! I just took a coworker to get her leg checked out from a fall. They treated both of us like',3,'',10,1),(883,'2020-01-20 06:09:37.529250','AIe9_BHAFUK2tNBZL25dLQ0jVdh0LNOCu8hgkXCuiede80sJcrUBgAmCPhkoveZY2II8ujN-usC0r1xEfSLIBgU5VY6-tRxqLQZ9HI9IyswePqtOD7CInyQ','Gfdsa Qazxsw - Our teenage son had a knee injury and the hospital er sounded dreaful. We tried this place and there was barley a wait, they treated him with such care and professionalism. If we need u',3,'',10,1),(884,'2020-01-20 06:09:37.700602','AIe9_BHAFUK2tNBZL25dLQ0jVdh0ZKsAf5ZBa-HpY2AKeVBlfWHDFhOXtujmLDY6JWxvi0FV7llCfYE8rTNLXXdt-qLbU0vY6tQV3Fq4ayxJtERngUCbcC8','christy johnson - Very fast and super efficient! The staff was amazing and very caring!',3,'',10,1),(885,'2020-01-20 06:09:37.774457','AIe9_BFMK6FB7k24ANEBV5CospTTJCEldU2yZOw278Vb7nwbidlyElTYdGMSc8nkZ7mO_6LedMmmf3qJLtZF7_13fqcA_iVkfPNDXHLMahUrTPQG-6nq7q8','Martha Johnson - I cannot begin to express my satisfaction with the staff and services at Signature Care. From the front desk, to the nurses, and the doctor. Each and every one of them was courteous, ',3,'',10,1),(886,'2020-01-20 06:09:37.952143','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2EIzcE75yBkgbItgljgW_-gMVnPIv5zoIePFuV9vOWaFe0Vrd842hxZ1tDPMGAaqjxpr0bYBTwDHzTMbIafnAoK2xkRo','Tonya Zepeda - Came in with my crazy husband... he is always doing crazy stuff. But as soon as we walked in to emergency room we felt very welcome. Tanishia was a very welcoming offering drinks and tr',3,'',10,1),(887,'2020-01-20 06:09:38.049334','AIe9_BHAFUK2tNBZL25dLQ0jVdh0KVMIfbPpWFth6m9XVVLx2zpY7WBgOFdrKdotkrhiLed1E28_LKpQ8qa7_G58JgV-ikdR52DtUacE1K2W4YcgPX299gg','Shaqueta Henry - The staff were extremely wonderful and very helpful to my needs and care!! Strongly recommend to all!',3,'',10,1),(888,'2020-01-20 06:09:38.098682','AIe9_BFu3rdicGrPrzdyu4PDXmqMu0LfEmIpyPHQHwhx6ji0CS9t1knLOWLTWgqi840FwYHzyuF8ZZibEgetYwT_NpiKbqvzzsxySYOFc-q4acpNYUmcPRo','Amador zepeda - One of the best experience in a emergency care. Got stitches without an overnight stay. Dr. Thomas really did a very good stitching my right middle figure. Nurse Sarah G. is very profe',3,'',10,1),(889,'2020-01-20 06:09:38.148023','AIe9_BFhqAtkXvUqdYNeMuBBGjaACei7oPqlpdfqS_B-D3gJXjF6WF4TwiUuzRKXbjY3uo6x-JeQNzXsxB2tqv5xhglHotl0Fc7yL7zA_qGRoISWCykuqy8','Mac Ways - Thank you guys to everyone \nDr Thomas \nNurse Sarah\nEr Tech geovanny \nRegistration tanisha \nYou guys were awesome',3,'',10,1),(890,'2020-01-20 06:09:38.197176','AIe9_BGErQpX2pRNZrXBy5NOsH0esMthQQey-6pL96i2vHOBt3QDHC3SYAq9BPHo7DBNwy69AH5zwtV-rtM1PjG7kaeGQNdlPdYbMzOZY5JRdUczcg1GfW4','Caress Boyd - Great service thanks the doctor Thomas Sarah g geo any Laura and tanishia',3,'',10,1),(891,'2020-01-20 06:09:38.246342','AIe9_BFmRFRFwJGRfUDOW8jG3rXnfNT93T0heVmVJl03-67IFgFHWfFVHbt2CoIPSGc71AAceba-r0CPF62eKsolK9EzM1Jy0Hlr0IszpAkbYUGR6vxkO94','Military Mama - I’m never going back to military er again!! SignatureCare is amazing. I started my stay with Kat and Alexa and everyone who I saw after that got better and better. Dr. Hemerka was amaz',3,'',10,1),(892,'2020-01-20 06:09:38.295524','AIe9_BFLHEJ8hYqd4VCbbc-EtvgM7ErtnTLKYDojwFFO_wKCaS2Gn2tsvgdfFiTvFzT4S1ORyqpcfQv_GrCU9GbaUaVnfGvdSG2OUtRnd2Gq1Y7OUPuh1xA','Me heidi Ok - Best place to be seen with fast service. We were in the back within 5 minutes! Our nurse Kristina was awesome as well as Matt. Thank you for taking all of my concerns into consideration.',3,'',10,1),(893,'2020-01-20 06:09:38.344830','AIe9_BFhqAtkXvUqdYNeMuBBGjaAcEAEywuMLcPXO2cWHHRURpKxcY2_KWhi9UUXPSFLB-k2QCCxDSnrGOTClimu0jv1TiIAsSyvVluYgxW-l9ymnD_D_-Y','Melissa Avila - Sarah tanishia geovanny Thomas Laura',3,'',10,1),(894,'2020-01-20 06:09:38.394026','AIe9_BFhqAtkXvUqdYNeMuBBGjaAz_sWHS898kk2goZGRQWH2JmX8u56vMzFTkYpJXQNmm9pkXH0r_lmM13lmp4n6Gi69T-bSsDaLbokm3_5GeoImUI7TQA','Melissa Avila - None',3,'',10,1),(895,'2020-01-20 06:09:38.443231','AIe9_BHR7p0hPy1flx1br0TYdEUBOTYW4ve2Gq18y26Iqyr2vu73c2kV23YihX4u4pc7nyZo0ItonY_8B8M2mKnR59I6-Age1hHPDf2nb2yq8p5qTEKA44A','Fatemah Younus - This has been the best medical facility that I have ever visited. Not only did they solve my problem but they also went above and beyond to make sure I was comfortable and had somethi',3,'',10,1),(896,'2020-01-20 06:09:38.492485','AIe9_BHknFajYLCY9NfgBafSx8bir6rr_NLzpDfTDh48qfT9OO1iSNLW8hkUrGYpqIhvlVsHKkL7mcx1eUrL602wvW32TIYgN59gq3CFooul1e_XI1Di-yQ','Adrian Garcia - Awesome customer service from Tanisha W, Thomas W, Geovanny, Sarah G, and Laura H 😊',3,'',10,1),(897,'2020-01-20 06:09:38.541759','AIe9_BFu3rdicGrPrzdyu4PDXmqMA-35n4bSxnQ1JMwu514Y5C7q5lt4l-d1lGtwTFi5GEes39be6vfzNOAihgM6PHJ6H4Uflf3XBZ2dLFRM8meoX_9Ke_A','Gabriela Stanley - They were amazing, super professional, specially Tanishia W. And Sarah! Thank you so much.',3,'',10,1),(898,'2020-01-20 06:09:38.591028','AIe9_BGvUJd9etQojwpjZIMsiFne6HOl-eSl9bsAZeJFWKTxbenAYh4dQOM1s_RXen-H1uImZnPTQaXHtVV58OeVpEgiCi7XBcKfysCSNtKVeK4wZOD-sHA','Pamela Pierson - I have brought my 3 1/2 year old daughter here twice in the last month and all the staff have been amazing with her and with me! They were all very competent, thorough and kind as med',3,'',10,1),(899,'2020-01-20 06:09:38.640247','AIe9_BFu3rdicGrPrzdyu4PDXmqMIkUWnjmzsKOWrhIN4T3Jv2C_-qi2qBsYN1_UF4-s8lDfBdyp1pd87gr6KPU19vyqNk_lmwTbFgpQxvp1mUmoUQP2fcs','Natalie Dowd - Top notch facilities and such friendly staff!',3,'',10,1),(900,'2020-01-20 06:09:38.689664','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2KZBj32Vckg7wtyhr1vmgsUQNTF0xA7Fe9wnoBHCQQYxuyYjW26-Ojnnt0c0hBXyADwWwPYXp64t7nIS4MvJTcD4rCQ0','Erica Evans - They reduced my mother\'s dislocated shoulder in no time! She received pain medication immediately upon arrival, and they had us on our way really fast. Dr. Nilang Patel, RN Blake, rad te',3,'',10,1),(901,'2020-01-20 06:09:38.738613','AIe9_BFMK6FB7k24ANEBV5CospTTzVFP9ltlnDSbasyXbmPlN9yXsz7WMOU-dbxSD1CeMnTZNpRPfZ_eyGXukoMs7cg4V_4vR4eA629Mud60JojZBLCCeM4','Melanie Brito - Husband came in, his knee was hurting really bad \nThey were all helpful very fast service. Would recommend highly.',3,'',10,1),(902,'2020-01-20 06:09:38.787930','AIe9_BFDvtvCY6mNmVUeGBiBb7S5fqdW49vrWXaC2LOiSCPQWxAecrhU4ItMudwJSNlhRFZcI-Vbqw5_4VNRtxMis2zmdEwBuqDkxjreTEjLTkF7zFt111M','Claudia Robinson - Sarra, dr faig, anna & Christian are all very helpful with my son who got a cut on his finger..thank you guys! great job!',3,'',10,1),(903,'2020-01-20 06:09:38.837359','AIe9_BGhYIk2KhOdF8fekWDvq8JUPIKYzGWoUO6QS8V2jn571vCEWvjhu9S53Dpfqof6xYBKqbAR6ALBI5Xn3gLWYXSdm6ebNdCt2wHFJKy6581qCjDCr1E','Lawrence Washington - Great experience! Attentive and amazing staff Patricia and Alvean were delightful. Very comfy waiting and treatment rooms pristine and clean.',3,'',10,1),(904,'2020-01-20 06:09:38.886240','AIe9_BHR7p0hPy1flx1br0TYdEUBbfgjU0uxJzcyqopRJt4npN6zVZlyzqcSo3lCSHopv0KM2rZmvC1dEeZ3VNS0Ahaq02AoajLbJzncqGGhd5K_dTtRB_I','Christina Sings - I always a have a good experience when I come here. The lady in registration, Maya J, was really professional. My nurse Catherine was really sweet and helpful, she made me feel at ho',3,'',10,1),(905,'2020-01-20 06:09:38.935245','AIe9_BGvUJd9etQojwpjZIMsiFneXKsQ2q_QFeaGZqkLptmtLUPpQhwehkGIie-STJJCD2KJLNFdgA3U2uf2FbFfX7yBiL30AQErUcPfPMzx9lZOCWL0U1o','Jaylen Gray - Great experience!',3,'',10,1),(906,'2020-01-20 06:09:38.984988','AIe9_BFmRFRFwJGRfUDOW8jG3rXnrywf6HRdd6c_aEupjV5PH0lcuJr5jiE9KYuDHAe8wysQ4cG4aJQXWwcqYzNzIBPdh3xrUv6TyU8KRb6y4xRFCG-MXzg','Mustafa Al-Nomani - This ER facility was fantastic and made my stay with them comfortable and fluid. The nurses Patricia and Alvean had stupendous bedside manners and made my time here enjoyable despi',3,'',10,1),(907,'2020-01-20 06:09:50.545058','AIe9_BHAFUK2tNBZL25dLQ0jVdh0c2u4gxfnTvz0Akks4_LhVh3c5JhvQKaW_jExakmVsbO9XqzDKABYgVNJE7TBOW9-fH0MLznKDo_F0OWLgzNb25-231M','Neira Lopez - The service was wonderful. Patricia C was really friendly great customer service.\nAlvean A was so wonderful with my daughter explain everything that she was going to do with her.',3,'',10,1),(908,'2020-01-20 06:09:50.662651','AIe9_BEuFX7PcAP2nNY_ju84FoFSgXPOSMpLwqVGQV4nsPr8jyH6x7iqnoQdshjKSTR6rkmJLdBddc8_uEC0aRvU_d6Ke8k5V14i6Zus9QzL3LWEZ8ibP1I','Omar Rios - Great service by staff ! Treated me well and kept me comfortable at every step! Especially Patricia and Alvean A.',3,'',10,1),(909,'2020-01-20 06:09:50.711893','AIe9_BGvUJd9etQojwpjZIMsiFne2_mZLmzRjqFNvo4Wi7CPFYwZDLYGZsjpO3kNT_jKt--Y7l-IgCICGbmmhKtYokcGnCMSuGahNXVYJFcHbHslDJ6MCos','Nicole Williams - Great customer service. Jessica Aaron Ryan Cynthia Smith. Fast service no wait',3,'',10,1),(910,'2020-01-20 06:09:50.761278','AIe9_BFL0OZrFaHgoJtqifT1GHrIJZSkRVYs4ng1qdyAG1rJSb1QLCKLB6xZsJcEs4XdabcBYYevuk9QP5nImpp3Xo31oNozUOnEjDtIlb4W6msEdhytAfw','Crista Valenzuela - Brought my son in early this week, staff was so so nice and very helpful. There wasn’t a long wait, we were in and out within the hour. Highly recommend',3,'',10,1),(911,'2020-01-20 06:09:50.810340','AIe9_BHknFajYLCY9NfgBafSx8biSIF3PDFZ98G_cxcp1bnYftx1HmWS4i80EeG5wkaUDPLwXoWMZsH5Ea6xO1jjmldEYYs-xvVinWBcI7DmR4ug0cdjysU','Alexander\'s - This was such a great experience! From the check in to the care. Alvean A. Was very nice and answered all my questions. Patricia C was also great. I would definitely recommend this ER ca',3,'',10,1),(912,'2020-01-20 06:09:50.859874','AIe9_BHVBnWjBJvk55vq2QEm0wl-Ue1vgeT1nkTo0ArkQzI86mXE1SgIyTrXzFU0DtVARmuuQH4Zx5Bzj57WkuLnTHnKividKirDvuHNijPqBshMrPtbf0w','LaLa Notorious - Dr Curtis was super helpful as was the rn, Lucas. It was a quick and painless experience. Highly recommend',3,'',10,1),(913,'2020-01-20 06:09:50.908924','AIe9_BFLHEJ8hYqd4VCbbc-EtvgMMuP_fTDVsyTgQysUCsU1qN-bMDaVQ6eRD3akIrxf57XWjULdoc8NYvB1e3lwHGbAnNjwp2chImOFUlTxcZ_K1p6NQHY','Kendall Hemphill - I love it they were fast explained everything and my nurse Katy was awesome !!!!!! DeAndrea Glass',3,'',10,1),(914,'2020-01-20 06:09:50.958379','AIe9_BH-PZCNGatIuVf9MEYiysTxxjI6K46NlLfAm5dpIbsR_W5Qryj6cQCpbuwuknb2VkUfMDvvG38zha4p2lQi8EpUMtlwXTiW2w1zmoBxLFnuMTbzDSA','Justin Wasson - Really clean and neat. Great with our support dog and really sweet in general.',3,'',10,1),(915,'2020-01-20 06:09:51.007823','AIe9_BEcsqFw5ZXjJ1YdcBn5-w4smdRMnqqPnx9BzwTAX-vCoU08-DUlW9bE2qm0360vk1qikNML-IquXRN75yC5vR9j6-OM3YdS7fEeYMrmqRLtbX5Hxpg','Ivette - Brought my son in for sore throat. The girl at the front desk was greeted us right away and helpful with signing in. Vanessa and Dr. Martinez were very nice and efficient.',3,'',10,1),(916,'2020-01-20 06:09:51.117367','AIe9_BFmRFRFwJGRfUDOW8jG3rXnIJddPpXQcgbO16YtLOODH0aSdnZUKVDoLNjgbbBsBsIYrrdcni8RQBkTdvvtueAvwV3uEisUT1nZQxqlZMjJ_Wrniro','Ahmad Robertson - A great Facitlity with Awesome Doctors and Staff. Fast, Friendly and Informative Service very welcoming here!! Maya the receptionist was so welcoming',3,'',10,1),(917,'2020-01-20 06:09:51.215961','AIe9_BGvUJd9etQojwpjZIMsiFne-oWscDTeQAGBuMFzogWWwz0ARnGEmW1qKGUFPfbmgjUrZSqGJsRrNlYBOV2OJbEE-zXIqJbF6TW-BIBvHyb6bYXdFKc','Michelle Balsara - Ruby at the front desk was sweet and helpful and then Dr. Martinez took great care of me. Most special part of my visit was the tech Vanessa who was so so sweet, comforting and reas',3,'',10,1),(918,'2020-01-20 06:09:51.265277','AIe9_BFL0OZrFaHgoJtqifT1GHrI-Ch2fvr_bor6W0B0v9c276cQnhRDMs3A8iYYad-CJowyTzb2KQ7nc68LK_4eOPLeERAVUFb0CdIThNQFuCcJj3Ntxg4','Tanny Broaddus - Flu season and of course I catch influenza right before my trip to Mexico. The staff was super professional, and very responsive to all of my questions. I came in with a fever at 103,',3,'',10,1),(919,'2020-01-20 06:09:51.314476','AIe9_BGhYIk2KhOdF8fekWDvq8JUO4dYyeUEISG1R15JRgs2WV9agkqdQ965FI7-5I50FcXOPBDAKKHo5SirW4rnDYFBGHhtQ5lUrlzBZkqKnnBRCCmJMZM','MikenMollie Levar - I would like to give a huge shout out to these guys here at the signature care here at Cypress. Dr. O\'Malley, Patricia and Alvean were amazing.\nThey are the Ritz Carleton of healt',3,'',10,1),(920,'2020-01-20 06:09:51.363682','AIe9_BGTHfLB7ZAtvlQmidaL-PvD_0FUYlxEmjFBgrSf-6qtUwGVBemnfo74d4mNhViIkuDSfuK1Fe2kQrWo20jvkqpeKGcWeINGGUIcCKiBKreXK0I-5S8','Rosalinda Cadena - None',3,'',10,1),(921,'2020-01-20 06:09:51.560445','AIe9_BGZuRKHeO1iYrcf4B001kE2-0bGD4-jZpevItQ4Un8_z5AE7nvfN7S0N35pC7ofKuzCmrskYRS7ysW5bD1o6-npaqlfiPdCCqW2OarEMBdxxx0LpRg','Rhonda Rodriguez - Had a wonderful experience at Signature. The stagg was amazing. Thank you Lindsay, Brad, JR & Dr. Vakay!',3,'',10,1),(922,'2020-01-20 06:09:51.708800','AIe9_BEV1VP1woYvuPRixSBHlWg4zDWvYPq4IpIdtjIm2dgpmEgZilFbGP2QJff1PSagnpw7bDsWUJU5Gt45eDgKGCDdZa72XIWaWV4LW25DFBfXRenR2V4','Mark Rodriguez - Everyone at SignatureCare was very professional and courteous. Making our stay pleasurable during this unfortunate time. Thank you Dr. Vakey, Nurse Brad, and Rad Tech JR',3,'',10,1),(923,'2020-01-20 06:09:51.768946','AIe9_BGvUJd9etQojwpjZIMsiFneULXxQQyRPk8GJrRcKt41popWIpUU4vZK8Z151jVC5WJhqdh9ft1NIOA2GKhCkvCpfY60lreK9cSKGdwrEmmaf68y2DM','Josue Merino - The staff is very friendly and welcoming. they make sure i was comfortable all the time.',3,'',10,1),(924,'2020-01-20 06:09:51.818398','AIe9_BFDvtvCY6mNmVUeGBiBb7S5SGLrwjqW20gGiOhr-EcguGORZXiLpjcW525xK8lOXVrHVw_SOakrK65QqYaHCqQctw7wHePnANfwZbrMOPN5wcAgvyM','Julianna Barraza - None',3,'',10,1),(925,'2020-01-20 06:09:51.867481','AIe9_BHAFUK2tNBZL25dLQ0jVdh0amhz9A-2bODKYUw4A9ZDQGbMQIEg3vAm_KqStTLDa6Q8zv9lGP4I4w9Jtsa5JFt7LGBlhlw26Oc0kBTJgeyS3IixSGQ','Noe Cervantes - Alexis the nurse was really nice and the receptionist shania was really awesome and very attending',3,'',10,1),(926,'2020-01-20 06:09:51.916881','AIe9_BGErQpX2pRNZrXBy5NOsH0el-a52Oalv4zi963mSz3wwGiD0kqc_YnGflo7NjjsoXe8CXZTTbOo6PG2GGdkY-t_MbCdDujtyFl_VeJ8iYGO9gC6faQ','Chris Zeniecki - Friendly staff and warm blankets highly recommend this place =) fastest service of any urgent care around.šŸ˜ŽšŸŽ',3,'',10,1),(927,'2020-01-20 06:09:51.977189','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2gI0Up4yNgiJ_rGT0m99QFiowQt5ceAMocFQLRq8Yo2ot1nkry3-bRGJk_n3HqYJoA5IEILQTaf_UiYmO5wHRZvl0dfs','ZAYY_ YT - Patricia, Alvean, Marcus \nThey took good care of me while I was here',3,'',10,1),(928,'2020-01-20 06:09:52.026372','AIe9_BFL0OZrFaHgoJtqifT1GHrIGr5HFgEBpp_chq6h7U5645_0udjaBQ38eXGYCQaEDKQjM9ZK3nSJgJ5iNzckgTUvibS-FekKO85z-zDoCjJYqghkurw','Luke Humphreys - This place is the best medical care I have received in years. They were all very personable and nice, and there was no wait!! The front desk lady, Keera was friendly and swift gettin',3,'',10,1),(929,'2020-01-20 06:09:52.075690','AIe9_BGlY-BaOO_aND3JZqxJBS1ReE7qNop_mlLzqmEeLqOXgn3WMaq0zObcJrJRIld4Ue32D6WFMUWPxrJXizaUJ5pQO_VfVDzDHCw7Cy51MiswMlN1ueM','ermal amataj - Very nice facility. Tania and Vanessa Z. Were very friendly and professional.',3,'',10,1),(930,'2020-01-20 06:09:52.174202','AIe9_BEV1VP1woYvuPRixSBHlWg4cW7N1jyeH3lmQ5MwbV_oX0HVKC_9mZGKcwH6FQqoRpr4U0RmB2p-j_CC9YPWEba4eokrC4HEEOqA-OxBKCXpCCJW-ZM','Kenny Aldea - Gracias a Dios por haber conocido este lugar y muchas gracias a las personas como Patricia y Alvean por ser tan amables y tan profesionales se los recomiendo Dios bendiga a cada uno de s',3,'',10,1),(931,'2020-01-20 06:09:52.322155','AIe9_BEHZ7lh7y1sP-UInhkpmlIpLc41zywuHuJohc54iWcGf92rf-W36ycOjWcyzsYHecF4CMwAAX5Zw0lhbVoNPOfgIDwIImCo4V9eumc9sm6dHVAkgt4','Simbai Mutandiro - Very helpful. Great treatment. Dr. Miller is very knowledgeable about medicine. Sindy in reception was extremely charming and helpful. Natalie was attentive and courteous throughout',3,'',10,1),(932,'2020-01-20 06:09:52.382478','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2dhJqGiLWxuFLY3P2qO_4qAnWzbLWkLQlKBbMtc8uDk5X17RhLSd2XfhNUKGLlujRFasCB8fjl9xvZPD0Yt0du9oFCps','Doug Brisco - Dr Dang and his staff were extremely courteous and professional. The nurse (Stephanie) on duty was kind and considerate. From the second I walked in the door to register the Registratio',3,'',10,1),(933,'2020-01-20 06:09:52.442807','AIe9_BGvUJd9etQojwpjZIMsiFneu9azmAKakXaop01epvx91Qo_UPlhalFC1zzuOm3ywSigAYjfjeXFhXJS9A3pUowvyTN_da8CIOCAV7xGIBaIYrbaBok','Jocelynn Rodriguez - I am so glad I brought my husband here! Very friendly, prompt, and courteous staff. From the front desk, to Nurse Gina, Vivienne, Rad tech John, ER tech Natalie, and Dr. Miller, ',3,'',10,1),(934,'2020-01-20 06:09:52.503182','AIe9_BFu3rdicGrPrzdyu4PDXmqMHP8HfrZlaK-XJ6DsXFcR4kmrgqq7ao_TTztS7sRcZUG_MM1OCPEUlz7qy6qbrbsAsuv45fB4Ci6RWjZMZAyjg_-rens','Kilo Mathis - Meridith,Marcus, Patricia they all were very great to me I love this location.',3,'',10,1),(935,'2020-01-20 06:09:52.552538','AIe9_BGIy_plKfaZrItPyyQZNLvs20WwB0KzLq7Uag1NyHL_whaMyqM-_Y8Rh0tEG9BkPR62SQXg4TycPobXA2mvjryAqGR6pQvwkynUH-gHxf3HnUBKXBM','Quin Carr - In and out in about an hour. The staff was friendly and very helpful',3,'',10,1),(936,'2020-01-20 06:09:52.612787','AIe9_BEV1VP1woYvuPRixSBHlWg4zPXcNoOWpzimZoqddk8IMloPUfnN0oDFwsscv3BSFn_noeAIU9152rNZDQj5ss5zQbRSJP7YuN4jR6lrMBOVvNcUpEA','Victoria Cook - Patricia and Alvean A did a wonderful job to get me in and out quick with the doctor. Very friendly staff and helpful.',3,'',10,1),(937,'2020-01-20 06:09:52.711504','AIe9_BExcxslmE1rr7n5jMcadSKe-tz4wuwSQPjWhpm1gSXtqzModSc-UE05yW4dFaJGsdbMLRTv3UdaofPW_xnMA4zpfJGp8m8q33eZOumt_kuM8cOdfUw','savannah ephriam - None',3,'',10,1),(938,'2020-01-20 06:09:52.967788','AIe9_BEV1VP1woYvuPRixSBHlWg4Ze4D6B-6X_8RFylpGNFAHApGlytq67g_I0aXLRlxdAdVhAv6dwpLW4CagFfpDf6iYaQtsPjC6lcYR09TucRJH4Bp6wg','charolette lemier - My daughter was brought in just as a precautionary due to bumping her head in a car accident. We usually go to North Cypress for all of our emergencies but thought we would try Sig',3,'',10,1),(939,'2020-01-20 06:09:53.017451','AIe9_BGvUJd9etQojwpjZIMsiFneky0BhM97LMHguqOYsuwTpm72-vjFXmBzM_F27hfUkbSzwkUfsbMbpeNsvANYBuSTOYYfrYQSl45s_343ZF-Nj7pots4','L. Angel Hyder - Very friendly service and I was in and out in quickly. The entire crew was great and very patient. I want to especially thank Vivienne for understanding my needle phobia. Definitely r',3,'',10,1),(940,'2020-01-20 06:09:53.066600','AIe9_BG_KYPQZrI7j-moUldshgc1v1xwLeU_uslAILQhIhJrKQsADwDqk2d5xzT6NFZ1JFom--GkxKKxp9JKTX3yuEJjZjaNwfHdCuSqfud7uPSicBEWzYk','Diane Delgado - We are very pleased with all our experience here. Everyone is so nice and sweet. I will definitely recommend ercare to everyone.',3,'',10,1),(941,'2020-01-20 06:09:53.116057','AIe9_BFLWlqwz3qGBnCfbAsLD0lVDNeSEzi0LhlfwB5hc7Td33YwNI_DYrDB_wGQCx5L9Gl18ULn_kRISSgeX88s3pETiYc3SEbhKFJfHhnVMi85Zrgzw5g','Lakeidru Blaylock - The treatment I received was professional and thorough. Dr Appia explained all the possibilities and was bery detailed. From the time I walked in Joycelyn A greeted me with a smil',3,'',10,1),(942,'2020-01-20 06:09:53.165139','AIe9_BFLHEJ8hYqd4VCbbc-EtvgMHkzMzdx8yUoI6XV6tbdC4LWqpcjz4racAa3Xhq8nSc8cBB43zFXVzfEL0rNwrOPfcsJpz3EdOzDrinSeShjrpuZmrBU','Olinda Cardenas - Amazing doctor and nurses. Jennifer was so nice and patient with me. Mark made me laugh so I could feel comfortable. Dr. Edwards made sure to test me for everything. Thank you guys!',3,'',10,1),(943,'2020-01-20 06:09:53.263841','AIe9_BHVBnWjBJvk55vq2QEm0wl-GRh2e2lCRiczvSTrjEhyl-gHx2zfls2ILwifG2-kvHVQbAPRehmebdaeOhd5s0d4C4O3qdVBSqE6_ndM9RWSJah4LWo','Cassidy Byers - I’m not one to go to the doctors when I’m sick but I felt super crummy and my normal physician couldn\'t get me in, this was my last resort. And let me tell you I’m glad I did! The staf',3,'',10,1),(944,'2020-01-20 06:09:53.362173','AIe9_BHkHJRvhG8n5BjqdcMSKR_FenbE4EW2FEGc7GKiw-RKgDdDj0Gres_boIcp-2VIfussZMVkmUEz66jnv-6f8iJadz1DHOfm8pE8feOM3WyKGms8Uyk','Tina Burgos - Cut my bare foot on a dock nailhead and realized I needed a current tetanus vaccination. Having received mailers advertising their community events, facilities, and services; this center',3,'',10,1),(945,'2020-01-20 06:09:53.460776','AIe9_BFLWlqwz3qGBnCfbAsLD0lVdBdsQ4UBV31ZkDldpqpWGywLT_fgnF3ybY_qhfHD1L0zgdUNNPUV20Xa28A1dJjYvhP6Agaqd1TeRgA_edN5WYzKUbI','Myquelle Chapman - Dr Patel, Nurse Kendra and Teri got me in. Really nice and got everything taken care of in a timely manner',3,'',10,1),(946,'2020-01-20 06:09:53.510252','AIe9_BHZM2k_MpOhRgkb8w5Bn_urt6tdE-Kq-_0BTQY6iqArMd3knPVGo9dqZvS9E7Ka1YoN8UqrcBiMBRZOfkPn_i7cCvsVf7y0kRbxKahSvEM6bpUKXsw','MTB BASS - Alvean A. and Marcus was very caring. I really appreciate them.',3,'',10,1),(947,'2020-01-20 06:09:53.570425','AIe9_BHkHJRvhG8n5BjqdcMSKR_FJt9zePmpD15E_e0nicyiF5tlAYYRlRfu1a1f1_V1xwqR3mDiL4MF1DmlvE77LdLJCpeF13TcpsG7Y3loZx-awRNy2tY','Gina Barriga - None',3,'',10,1),(948,'2020-01-20 06:09:53.630755','AIe9_BH3gZxYpIxBZcqAOO5HuBVk_12uemtGe3nc4jr_b3zTUDNudjIfJvPoP26Q9dXDm9xXF61mlrRfks6UIsruz0avLYJsdA8SsxpZ66iLuBHkdrgmzBQ','Milan Walker - I had a wonderful experience, the staff was super attentive and helpful. I was in and out Dr. Edwards nurse and Mark and nurse jennifer were nothing short of amazing . I come here for a',3,'',10,1),(949,'2020-01-20 06:09:53.690618','AIe9_BGErQpX2pRNZrXBy5NOsH0e35a33cbgPNajXaaZMWgxTSiYaZKuYAFmZ9sJ15nejh93T9D68ce2-l00LhxAPwy7KgI_mU1l5mrTsfoUPi9z3hbKiVQ','Sandy Klamert - Great care! Thank you Dr. Golla, Keera, Joy and Fannie!',3,'',10,1),(950,'2020-01-20 06:09:53.789704','AIe9_BGeWygkZoY6qknDFQmPvA4cMJ4vJqjRv1E-RwO3AbV_Xff2K5wHqSBo6ayuKXbp7VLxkt3RbYgTbN6uPL0IpfHIOJxcJRlFYkatY4e2nKijAP48re0','Kaliyah Marie - Came in at 3 am got fast service & great care from Dr.Daniels, Rollie, Natalia & Stephanie for a friend! Good to know something so helpful is so close to home!',3,'',10,1),(951,'2020-01-20 06:09:53.888499','AIe9_BFu3rdicGrPrzdyu4PDXmqMoKqahYyFXQlsI7BeLnJEyD_I_qFmdc4AIAXEitJc0EyDYXVBGiNwapqjWAQ0r4XjkaMM7NuQreTwLAIoMJFUfn-kEzw','Prince Warsace - This was a great experience, staff was helpful and all my questions were answered. It also was done in a timely manner! Thanks to the staff Rollie, Natalia and Stephanie. They were al',3,'',10,1),(952,'2020-01-20 06:09:53.948634','AIe9_BHZM2k_MpOhRgkb8w5Bn_urRETB8W4SfNOkBxX_Rz_vuau0flfV5DGyp7N-8_UJAwOPN47pKzBrDTkb_DG62xBocljUYK7xZuiaMr6TAztjczBsFjY','Brittany Mauritzen - Loved my nurse Gabe. Best care I’ve had in College Station',3,'',10,1),(953,'2020-01-20 06:09:54.008950','AIe9_BF8X4EpR_fF6mwcYdso9awgoxzJmHWen17AgaLimsGwwnv-DVTVaIP_4P9S7mslOQKZNUhz-6li6v0A8UpEOWXK8SF3NzaCcv7GtYx--4R3z6GysHA','Kaitlyn - Great experience. Came with my roommate and we had Kathleen who was phenomenal. 10/10 recommend',3,'',10,1),(954,'2020-01-20 06:09:54.069373','AIe9_BHZM2k_MpOhRgkb8w5Bn_urvedl9qHSWl_p5ntqvaLWdBWQdbgNwg7WwIPbgM3psMzGOkLaMiM4KtO2EXr4G5WgQo9AOE9UgP97gFzaNY65coHrH7Y','maddi brown - Had a great experience and help with \ndr.yost\nRn:Mollie\nRad tech:eric\nRegistration:tobie',3,'',10,1),(955,'2020-01-20 06:09:54.129936','AIe9_BGvUJd9etQojwpjZIMsiFneSIYSL2YN7qx_C5mNMpyo9lculzC1axMXRBPReh1dHEuYi_h1w9WvtLtBBUh9VGX7vpHoi-bH5UTBo0mUzHA6jahMuUg','Alana Morphew - None',3,'',10,1),(956,'2020-01-20 06:09:54.190161','AIe9_BGvUJd9etQojwpjZIMsiFneeKcGssDJvYWEJY1GpfzwD0Rtp9VqI-Ev1jVxBmRlWLmVhFUWjiBW7XdrQJSVa1ErF1P-IM2L2tztQ-ZcTXEMN7DoEGg','Bryan Haas - Everything about SignatureCare is first class. It\'s obvious from the moment you walk through the door.',3,'',10,1),(957,'2020-01-20 06:09:54.250673','AIe9_BGlY-BaOO_aND3JZqxJBS1RTEHUIk_gDQ9sNsamIpH-BcGgwQhRZ05KJ4Fed8SlOtBsIX0NsQRKS3Au0dfOMHVnvPcmWpltGHgXJKZ8-QLdRpg3KGM','Nestas Home - I came in at 10:08pm and was seen immediately and treated with great care. The staff, Stephanie in registration, Dr. Daniels, Nurses Rollie & Leslie, Radiology Tech Natalia, were all am',3,'',10,1),(958,'2020-01-20 06:09:54.551048','AIe9_BGErQpX2pRNZrXBy5NOsH0eTUf6H_J4bXuw68oLzYx10GEcBtYp09qalwzKZip9YfoF35Z8H1ZDqfyHcmJMAPlb-kM1ZH7iINlooZo_VepdZgzBPTQ','Sarah J - Fast service. Came here after work, so free snacks was a plus in a bad situation. Nicole G the RN and Dr.Yusuf was awesome, made me less anxious about coming in. & Ricardo the tech was funny',3,'',10,1),(959,'2020-01-20 06:09:54.649539','AIe9_BHkHJRvhG8n5BjqdcMSKR_FXMFFfkONu-z4K7uSNTgtJk7GjGQrKldqVuzuAklnpjM8hD1AZ5m_ZF4vsG_PjAm3L0NQwaR9V5ViWUVYBMdMBvJA98Y','Terrika Turner - Leslie, Rollie, Nantalia, and Stephanie were all absolutely lovely & awesome. I arrived in so much pain and they were quickly attending to my needs while making me comfortable at eas',3,'',10,1),(960,'2020-01-20 06:09:54.700000','AIe9_BFL0OZrFaHgoJtqifT1GHrIbqdkzIzU7VJEG05Or9xj_uVIMbE5snkKqk0vJqqR0nAroH91Ad5JFzJ0fpycxaeT22-CSmeFqzD4D96BlTXUA1_FCd4','valerie dettore - I want to thank Memorial City Signature Care staff for taking such good care of me. Doc Daniel was very personable and competent, \n thank you so much for such a nice stitch job! John',3,'',10,1),(961,'2020-01-20 06:09:54.758606','AIe9_BFu3rdicGrPrzdyu4PDXmqM7kN-RwEKi3q4jtMEXeSwVICpLuo5TH57rglL6jk5sJG-6-d0TDngZ4uajYMltFZxUv2t8y5ljAr1H7YOGPsfCNwWfVI','LaSable McDaniels - Ms.Tobie was so kind, the entire staff was amazing. I do not go any where else!',3,'',10,1),(962,'2020-01-20 06:09:54.857536','AIe9_BFLHEJ8hYqd4VCbbc-EtvgMSZ4NJ9AKejw-jdMEU4UNW8GMgjwnHAXRwF6zu2arNgQ-HBzKDpeOfmtzdnie77CwGMcB-MjQBCI0ho4F1TaLhK2f6Y0','Alexander Taylor - They get you right in. Let you know exactly what’s going on. They make sure that you are comfortable. They show concern. And they make you laugh while you hurt lol',3,'',10,1),(963,'2020-01-20 06:09:54.956217','AIe9_BHR7p0hPy1flx1br0TYdEUB4SQunuaEEy2R9z9x4US4mG6JEgQGBjobZNTVmluEFKceTNzF6p-Ctvxi5m9mZp9g4iEDktp-gvY-jyMPU5JZCHW7NIk','JuWanna Smith - Very friendly and offer snacks',3,'',10,1),(964,'2020-01-20 06:09:55.005274','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2zOeuAmBvrhxM0zaPXoBA8Wmj-IjO5WVShofHDM7UpqjCpUnEGm3eOZ1tslXAdORyRB7zRXuPpyr0jvLTr315TpERhFg','Bianca Olivo - Dr He, the tech Dania, and the receptionist Ebony formed a very kind caring and quick team that was able to check me in get me diagnosed and have me back out in record time. The staff w',3,'',10,1),(965,'2020-01-20 06:09:55.054779','AIe9_BGlY-BaOO_aND3JZqxJBS1RaPwjIjhC8q2582oQXsqWkH-72LyPlIcXQDppnj4j78ef4x4OT7GvX6r-BRTPOp4mXMTmgIvqgqlmHd4I1z0AEjo5ldE','Jessica ONeill - Ebony was very welcoming, and Dania was professional and sympathetic. The doctor saw me quickly, and clearly explained my diagnosis. It was a helpful, professional crew. Thank you!',3,'',10,1),(966,'2020-01-20 06:09:55.153029','AIe9_BFu3rdicGrPrzdyu4PDXmqMn8bCgIWshbyCBsAHiOWu1Fxo7CeHX0Gax46jkWjRjd1eTAh9KlntN1_dr4h4HPaehyiv5DnR-QUuckphhzeRvyH0-sc','Sheila Flecha - I went in to get checked out and follow up due to a stomach illness. The day before I went to a family practice and they gave me 2 IV and send me home with antibiotics and nausea medic',3,'',10,1),(967,'2020-01-20 06:09:55.202284','AIe9_BEHZ7lh7y1sP-UInhkpmlIpqp3JxUb7MkPRsk0tJQZ5JvhbbYkpPEce3vGd6-gmAOxYlOqDvyv8xB7epDHAFOcVsarzrnKNfp1GNtQUKbimc0tMGQM','Dakota Bloyd - All of the staff was wonderful throughout the whole visit!! Thanks a lot to Dr. Yost, Kara, Gunner, and Courtney.',3,'',10,1),(968,'2020-01-20 06:09:55.300819','AIe9_BF8X4EpR_fF6mwcYdso9awgzub0HYBp7Q16mw6gudvyidcrbEbETFVxsL1IMgBB9pv_23Yje5O_1zvhZf9bzKXRfRsxH3vfKOwKXNZNYBJSLI5zUjQ','Jennifer Whiteside - Mollie, Dr. Yost and Tobie were awesome!',3,'',10,1),(969,'2020-01-20 06:09:55.399339','AIe9_BFDvtvCY6mNmVUeGBiBb7S594y2EHC2WXjq-xNNo3x-i1n2UBeW_b2NUEUPwBl0T978_kTHnjs2yVhO6eK3hYW0lotkz6GcXUev5DLHrcWDbvmByx4','Kaley Padgett - They were quick, kind and gave a discount because I am a local teacher. I will be returning again! Kara, Courtney, Gunnar and Dr. Yost are fabulous!',3,'',10,1),(970,'2020-01-20 06:09:55.497715','AIe9_BFrHfJ2dmEi-Vy2qpFFGM-S8vLIguuGRSNYDALQy6tOzRXm-w-YrsBH3BMSfmtYkvN8LG-KyxlR5au7Li7wjuKKK62HF2Q9ABMixBoEvdw2L6zAhW0','Ashley Mills - This place is awesome! Chris was an excellent nurse as he tended to my every need and was very informative. Upon arrival I was greeted by the friendly staff, had little to no wait time ',3,'',10,1),(971,'2020-01-20 06:09:55.547080','AIe9_BGlY-BaOO_aND3JZqxJBS1Rf48IuuTm-m0G0PFr7eLLVL9y9WYFCh_RVEACjtI1njfImZoaNx5YJ7lNJv3FptJTNG3Evn4MT7w85boY76sN3KBZ2AQ','Stephanie White - Great care with nures Kristina, Scott,Quyen,Genesis,Ding',3,'',10,1),(972,'2020-01-20 06:09:55.596203','AIe9_BGhYIk2KhOdF8fekWDvq8JUdwrDgpIZgxY_pBOuzMSXsgdXvYKyPtcLvTfwoJxth8T_67NNpVUYzw4A1ifzUNJHL8CTYp8mqStpaaZ5bicfJKxKBZA','Bernie Garcia - None',3,'',10,1),(973,'2020-01-20 06:09:55.645458','AIe9_BGTHfLB7ZAtvlQmidaL-PvDCmAllYo14H1X-lrZk4aAFhny0Rl8bBGJ3ebc6NGOkslXUt41mND7uFUV9sT9ar4fIrbvULs-UmTatPurY-DSQ_DUO_E','Ricky Aguilar - Hands down the best experience I\'ve ever had with an ER... because I mean, who likes going to the ER, right? Professional. Clean. Attentive. And all-around stellar work. Thank you to ',3,'',10,1),(974,'2020-01-20 06:09:55.743880','AIe9_BGZuRKHeO1iYrcf4B001kE24jyZ0vKowvRq0_wpkfT4JQHzXZvnBTH5zAuPA7VgN6raI2Cxx8YjtS9e8_uT2Rkg9WLBdjhlD66FBYJ06JTunk2eKbE','Desirae Weise - I came to Signature Care after being in pain for 24hrs. They have amazing customer service, especially the doctors. They were always quick to help and give me proper care. From the fro',3,'',10,1),(975,'2020-01-20 06:09:55.793049','AIe9_BFu3rdicGrPrzdyu4PDXmqMMnL-iDQLrq4FY2G6ZcSgJmIl0DVYyyaw4Mw3lvhUwasJ85mEUXiTfBVt9tfI_j0DG1UG32FdXb9UH_Zdz2ewiG5EYHM','Chuck Bird - Huge thanks to Dr. Miller, Chris C, Kimberly, Cecilia at the front desk, as well Isaac and Natalie as well as the all the other staff took great care of me after a back injury.',3,'',10,1),(976,'2020-01-20 06:09:55.842402','AIe9_BHkHJRvhG8n5BjqdcMSKR_FgIAjkBkiOY16i2dgOkc7oaIkGIC6MZUVpt3IqLi0pqWD6TSTIl_1Axs-yETduhB-sDtuuH5YI2QhJg4uYGp_O3G3W0I','Kacie Gilmore - Went into SignatureCare for some swelling and dietary issues. I was immediately taken care of. I was in and out within 2 hours considering all the processes I had to go through. Christ',3,'',10,1),(977,'2020-01-20 06:09:55.941225','AIe9_BHVBnWjBJvk55vq2QEm0wl-Y6s6I9shmevwrYou7E8fLd3t-J6A6Yw8nNIXaeWROXabReJvrTxYA_-m07AvZ6RiMmJuYgpqI2cmshYGNYCpof3EsIA','Slime Slime 101 - SignatureCare will take care of all your needs. They know your time is valuable and get things done in a timely manner.',3,'',10,1),(978,'2020-01-20 06:09:56.039443','AIe9_BFLWlqwz3qGBnCfbAsLD0lV6GTvgF5eKWqA-ZxdcpgaTXeDWbP_lW72DUwWYW_IcdLFusvxBVpqly3poA8LlAGYqZed4cy2mHcrrAjCyAXkWyMOon4','Patrick Bailey - Quick and efficient. Very helpful.',3,'',10,1),(979,'2020-01-20 06:09:56.088289','AIe9_BFL0OZrFaHgoJtqifT1GHrI1rhBO_bR0oSYbLMb6VZ_aOJRaSAjJxppW6wdSqZ9OoVU05sf0SksIM_xrQjr2wjNAR5szWcKwAWwHkyJ8bDo3noWx08','Samantha Galvin - Amazing!!! Fast service, friendly staff and a clean environment. The best by far.',3,'',10,1),(980,'2020-01-20 06:09:56.236468','AIe9_BHR7p0hPy1flx1br0TYdEUBJ_T3SJEeNqio6q1X4d4vKz1tor2ahGDEtvdxI_wcOkCkcAgjePB0TnO3G6xRNMovcc9Kj-nNIAGzzIJK0G3EylQrr6A','Starlett Carrier - I can’t began to tell you how caring professional and attentive everyone was during my visit. I checked out of memorial Herman and Beechnut due to the staffs rudeness and lack of ca',3,'',10,1),(981,'2020-01-20 06:09:56.285584','AIe9_BGhYIk2KhOdF8fekWDvq8JUWwPH6K4mwu_TcI0JJJt4oYB3ZH8e8N_-uO8yZFUD946kv2Ix4SVOaKSrA8nKza-TMR2T50kTJRrfwwGzmIh6qXli7eE','Amanda Reenan - Came in and was immediately helped by Kendra. Very nice staff and Dr. Hermka was thorough and quick to get the results.',3,'',10,1),(982,'2020-01-20 06:09:56.334977','AIe9_BFqh_zr355jzGaEpH7666zc7OjTmS7Zd1kGWhMLgtrHNeu03YTM8jwhXz5xyfuT_7WnqeFQ36HzXEkeAGFQ2Pg8UAUSrNcV2r_nsCF-p6maU1aprDw','Bailey Todd - They were so nice and helpful! I felt so embarrassed about my injury, but Fatima, Sarah, Dr. Henderson and Daniel made me feel at ease and like it was no biggie! I’d for sure recommend t',3,'',10,1),(983,'2020-01-20 06:09:56.384302','AIe9_BHkHJRvhG8n5BjqdcMSKR_Fai1-nKDBdeYnbKtEX_a7rYsXHdbgYxSS-bEvqek961JWVVfphP4DELAdv74OzWPjCglNiBqE3vL1E5gS7_BVLRfF0h4','Terrie Lewis - None',3,'',10,1),(984,'2020-01-20 06:09:56.482700','AIe9_BFhqAtkXvUqdYNeMuBBGjaAGfgxptcFuA2PKKGsIAL_bqJIfEawcKLc_puE8fvTAQfirbES5H297iQGnzN4TBD9W9vr4ZH3kt9fDTS2AMjXLq0QFFU','Christian Giles - None',3,'',10,1),(985,'2020-01-20 06:09:56.580994','AIe9_BFMK6FB7k24ANEBV5CospTTGk2ZzyvEYb1xtNRtxvpUl5vfGX4tWZAZ9PdhvImePwb5bXGXeGkZBbASZV3Xro91xUK2HVMEm4xUL4EFJQVGfuFKKhY','tyjanae smith - Very friendly staff. Carly made sure my check in and check out time wasn’t prolonged. Dr. Akunyili diagnosed me and prescribed me with the proper medications. My nurse Irving was funny',3,'',10,1),(986,'2020-01-20 06:09:56.630271','AIe9_BHkHJRvhG8n5BjqdcMSKR_FSkjQh5K2hfut7VM93HLm_WZcC0hxZo9JT41LyDZzEMvpXte8Kz_WxVITuuvS2P5lmA3UNKFMAD4hxEMMo2qe0tFwrq4','Adrian Pardo - Amazing place! Their service was excellent and all their staff were very friendly and professional! Finally an ER that we can trust and be seen very quickly! Receptionist was also extre',3,'',10,1),(987,'2020-01-20 06:09:56.679712','AIe9_BGZuRKHeO1iYrcf4B001kE2ZRzWI4oYifgkYQDY6OOW11BlPtPT0dzF7XB7-Uj57T06I3NuqLSJ-y8IALCbd606QGhDGiMBB-k1gVwmt8RkirZqgaA','Erikuh Muhree - Dr. Akunyili and Nurse Marcie were great\nThey explained everything to me from beginning to end\nThe whole experience from Check in To checkout was awesome\nAll drs, rns and staff at sign',3,'',10,1),(988,'2020-01-20 06:09:56.728676','AIe9_BGhYIk2KhOdF8fekWDvq8JUGjdoYTdqB5WWj0pzY1QsXC3raqid0A3pOeEd0GREYZIYiFiiOiboN1-zlmbe5L1P65NBJflfh11LRiN-wrspDg_noVg','Ebony penrice - Very professional. No wait. Attentive staff. Positive results. Very clean. Do not try to eat up your insurance as they treat you and release you. Thank you and your staff.',3,'',10,1),(989,'2020-01-20 06:09:56.827456','AIe9_BGErQpX2pRNZrXBy5NOsH0ebBKBalABcUNb9RdXnoip_8hqmraNviQSsqpEw3d3VPODZHBYmgbRZPqslbfB4Ku9qsTmUrZoMMll8FihluEozUnG2v4','J S - Had a great experience here today with my 4 year old daughter. The nurse and doctor were so sweet and caring. My daughter had been traumatized by the flu the last few days, wouldn’t take medic',3,'',10,1),(990,'2020-01-20 06:09:56.875986','AIe9_BEV1VP1woYvuPRixSBHlWg4KdNZU9VwuY-xcIJZ1qlirj-CtPqhO70qjrOfGQFrAwBtkxUSbZBHX7WeQ8-l5ErCnnxrCX_SuQK44170Gyl7tsAGzzo','Hector Giron - State of the art facility. Staff (Dania, Ebony, and Timo) made us feel at home and were very helpful. Blessed to have This urgent care so close to our home .',3,'',10,1),(991,'2020-01-20 06:09:56.925365','AIe9_BGhYIk2KhOdF8fekWDvq8JUb88XVdpXFrni3M2v0J1teVRaC6hYVK_eYpvEftXk_7RtPGc236Q47fptEfnMrT6Aw_i00Nny5BqQ3kprSI9EJHI21hw','amie Crawford - Everyone here are caring to your needs. Fast at helping and getting what is needed in order to make you feel comfortable',3,'',10,1),(992,'2020-01-20 06:09:57.024476','AIe9_BEHZ7lh7y1sP-UInhkpmlIpNX88Q3sKOftHW1hrlX-d4AwLH98q7eYTDAd7WmPahZzsxcqVJ9j4CunCwYJbfDJRP54VGrW-zRVAleQUwzvcFB6kodg','Monique Glover - Sindy was very friendly upon registration and answered all the question I had. Dr.Guharoy and Stephanie were very knowledgeable and understood all of my concerns, and Quyen got my lab',3,'',10,1),(993,'2020-01-20 06:09:57.122736','AIe9_BGlY-BaOO_aND3JZqxJBS1Rqd7_b_UkIYJDKpOc0JZeuf6H3SghsUin6jhMC5kJ5Hutf1Uw3Frvm9O073btCdX4nMo8VQrUFeR84cZA2nB0BtGqugI','Christian Evans - My visit was very pleasant. Nurse Vivienne was so sweet & professional. Dr. Miller was very informative and make me feel very comfortable. I’d definitely recommend anyone to come her',3,'',10,1),(994,'2020-01-20 06:09:57.171973','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2iAnv2RLrYWlymm6eylX5pZv_kk6VxtYObE9v648TKIDaHn-N3UgsyhRxugDSNlbvJoBK5uChejE6uuNE68yEa7VoVn4','Chan Hayes - Jocelyn marcus and ekaterini. Get fast service and friendly people here',3,'',10,1),(995,'2020-01-20 06:09:57.221313','AIe9_BHR7p0hPy1flx1br0TYdEUBENJG0jsfDSZoqg2S54NA1FLcj6bErrkMbZGbqlC0JCjh9YDUcnZafkdf-UH-JfgchEoNjPa_jq9aMFE8h4PNcg4LlnQ','Starlene Hayes - Evening, First time coming here. the atmosphere very pleasant and warming. I had the pleasure of meeting this awesome team today. Dr.Edwards , Jocelyn , Ekaterini S , Marcus And Brian',3,'',10,1),(996,'2020-01-20 06:09:57.270488','AIe9_BGTHfLB7ZAtvlQmidaL-PvDHAgp300yDvyUXo67ibmnFFB140Vh3QY_Oo2Gy41vIjHAGSYERl8Nme3qK8_JNgWG73FaYMk0v3s4ZwX8U_GDcgaJWVk','Mizraim Reyes - Took the missus here for some chest pain, staff was very kind and helpful, kept the mood up.',3,'',10,1),(997,'2020-01-20 06:09:57.319749','AIe9_BF8X4EpR_fF6mwcYdso9awgvXjMmzQsFW9jaOmli9hlvxH5Z71j-DeQ0cQwEEt-sC3Ayr-joSpxzhjuQOxvWMCEamUxPjOvRXmBmkNM7ElRO52WyrQ','sara martinez - None',3,'',10,1),(998,'2020-01-20 06:09:57.368920','AIe9_BGZuRKHeO1iYrcf4B001kE2sr9rh5G4B8Gy6303QYVoO2y5Jw2ELSmnOvIzu1MjyvMqwmlOnQWEbTwkKcyD9wzc0tvCL_LnFyPuVILmDCCfii_gKOE','Matthew Woodruff - Normally wouldn\'t be excited or thrilled about a emergency visit but Signature Care has definitely changed that. They have the most amazing staff. We weren\'t waiting forever and the',3,'',10,1),(999,'2020-01-20 06:09:57.418221','AIe9_BFL0OZrFaHgoJtqifT1GHrIvu80qkbpMD1oHujcX1J6-h-Te4Ca6b2aRBEBy076Z8aEXu0lEvKCvN0aFstORGHPaxDNzN14oZLvyjE1hJ1H_8K3Kmc','Tasha Raie Fit - Very convenient. Walked in and was immediately help. Recommend This place.',3,'',10,1),(1000,'2020-01-20 06:09:57.467674','AIe9_BFmRFRFwJGRfUDOW8jG3rXnC9tyVClrtIaPYOE9PZHkvzNJRjJm57uxSVyYZSE3m6IwGfTHFLRbyqTRyoHtvydIfb5NI_2lBaabmB1RmaYR6q5Y-EY','Laura Gravestty - None',3,'',10,1),(1001,'2020-01-20 06:09:57.566258','AIe9_BGErQpX2pRNZrXBy5NOsH0e7AH64hPoP4dIMYtdl5DVzBuTSopWM2MvH53ClGJGPgA0PfWHC14mrh8cGyjhjsohE85vbiW3346NQd8r31UEcMhl1HY','Rodney Price - None',3,'',10,1),(1002,'2020-01-20 06:09:57.664483','AIe9_BGZuRKHeO1iYrcf4B001kE2NQM1-5RAwZBJyi9kFgPWf5umo5wX8WfOFG9Jeagib1VEfZZUUiY6Vkdj1DvR_DwPAhxNqbg8HY3xWN4T86i5rO0ggL4','Pamela Young-Robertson - The staff from the front desk to the nurse\'s and doctors was very cordial, I was in so much pain on arrival. With the team effort I left with so much peace. My pain worsen the',3,'',10,1),(1003,'2020-01-20 06:09:57.713666','AIe9_BFMK6FB7k24ANEBV5CospTTTNOHDHrfPqHVZyyTDyc8wlpmEigeeuFhq7nmGFvLoz6DoXG8v39297Lo1Cr-kc0oT9127zP1Hvl224v_3l2tOWGdQ5M','Sheryl Wallace - The warmth and caring was felt as I entered the building starting with registration (Delicia) , nurse (Kelly) Rad Twc (Son/Le/Vasmina) and Dr Guharoy! Thanks for being an Awesome Team',3,'',10,1),(1004,'2020-01-20 06:09:57.762879','AIe9_BEjL8GlZLzWC88r4N2XQbJouTzj41RSKgb59JCZMvV_9MdEbUJR3B-XqlPaWpUgzS3HDONNwoza_qoCjL-b5xeFyzsbi2diQaJ1NuA8dKA2dfyWXgw','Jessica Vickers - Everyone was so amazing. They had a lot of patients at the time I came in but we never felt rushed or abandoned, as you sometimes do in the ER. Brenda at the front desk was very frie',3,'',10,1),(1005,'2020-01-20 06:09:57.812416','AIe9_BGIy_plKfaZrItPyyQZNLvskHxT5hwStps6CbFt9zdwH63cEaBawaOkyQwUL9AeaLMP1SDlyfdAxV8Q8RQFY2xcoC5hip_Gp5z-Dj1Pmrc7R8BeQ3A','Brianna Stanzione - Staff is super nice and very helpful!',3,'',10,1),(1006,'2020-01-20 06:09:57.910601','AIe9_BFMK6FB7k24ANEBV5CospTTaRAot_tRf2uvxZjJ60FJH1MZQAQYnM8zbO-RUdfcolw8nK6xjOrNEotEBnvGas7GRGTIbIJ7fN0gqtFGPP93DWHIz6c','Glenda Ageitos - Everything was wonderful, the staff was amazing, Dr. Souman, Churiah my nurse was great!! Thank you Jackie, Kenzie and Dee!',3,'',10,1),(1007,'2020-01-23 08:25:35.615742','AIe9_BHZM2k_MpOhRgkb8w5Bn_urcKr-gJRY3oaKUjc5xJ4OZ9AyMO0PIGmyeg3SlGqEopK1Vk-UllEPHrFiQAO6sVv5d9mOeJksgR1wOEAQPLG52ZlcN6w','Jack Right - None',3,'',10,1),(1008,'2020-01-23 08:25:35.670789','AIe9_BHR7p0hPy1flx1br0TYdEUBC9noJIkNvEhsR8GjSUIg1M9SIUmUuNf5PsVHN4zKsnbETvQNZ-eA1wQ4QNRj5Hd3v0P9U-15wXTNvMP1spyfrQjLx08','Brigitte Velez - Came here because my mom had a really bad allergy reaction and Tanisha was super friendly and helpful! Translated for my mom and was so friendly! Constantly checked up on us! \nDr. Zhe',3,'',10,1),(1009,'2020-01-23 08:25:35.719876','AIe9_BFDvtvCY6mNmVUeGBiBb7S5a2U5t4qms6LFokb_mPCbHk86MB_cjYnNbIQOqD0qXXNY9QG8uthcCNnYuH_lhNSJLhosI16OhYBpNY4HQ8fiLKJyhww','Brooke Smith - We come here anytime our regular dr or walk in clinic is closed and they’re very good.',3,'',10,1),(1010,'2020-01-23 08:25:35.769211','AIe9_BFu3rdicGrPrzdyu4PDXmqMdaxJp0PaYMR74uE45YPFbCR9ZW23DDVMjEr-zusvEMRccfsmI5bULNaY-ro5eYsauEIz9acTJUrRv9wHuCCzYrTDrq4','KA Hall - After struggling w/severe colitis attack for several weeks, reluctantly realized had to go to the hospital. Aisha, our mobile IV nurse with Luxe IV, recommended Signature Care Emergency Cent',3,'',10,1),(1011,'2020-01-23 08:25:35.818692','AIe9_BGlY-BaOO_aND3JZqxJBS1Rg6SXHz5aYROhlfePcmqbokRm30ic3HKGGxbLJqoq7Xngi8C2uvs4yvp7TT1AqpzYjAJarfcm1j7auHHjTpr0Bd-qmNU','Jasmine Orduno - None',3,'',10,1),(1012,'2020-01-23 08:25:35.867750','AIe9_BEAgUIalCkcXZnurOUpP4uA5bWjydtXBvTNo2bU7T8KX5jfaz9Nb4TKQO97bppy19NrenRatDAOVIrraVyt1ZneFOfAsjPhaf92to7MFOpirbUiMeU','Tony Davis - At least 5 people showed up in the room to check out my wife. Very thorough and professional. Highly recommend this facility.',3,'',10,1),(1013,'2020-01-23 08:25:35.917068','AIe9_BFqh_zr355jzGaEpH7666zc9OHSZK_Wwcf84YJGmRFfR9RFJVHvWU7jWp4z9nnFQd3S4j5ZyPelBM7Ldl0yx4sVM4JBPiMTjEKEqMHhWg4YrW_4Rsc','David Delgado - Excellent staff :) Kristina, John, Hanh, Genesis ans Doctor Jaber were all very nice to my brother and very informative',3,'',10,1),(1014,'2020-01-23 08:25:35.966362','AIe9_BFhqAtkXvUqdYNeMuBBGjaAx64zW321r6mJ7PMwOOYnXveXj-dZkSyuFSnBK340w4Uf7-UkGSZCFIfq6H93DRDiIeDLmbPvS4ySLCckKgpI65hxqNE','Joseph Caballero - Kristina, John, hang, genesis and Dr.Jaber were all amazing. Would highly recommended.',3,'',10,1),(1015,'2020-01-23 08:25:36.015563','AIe9_BF8X4EpR_fF6mwcYdso9awgG2cu_iWa2cWQODnd7XZAnI-907qAcoVGSAsmVRrFec9aDXjzIGP2cCZyzCrsMEV7-jhyIk7IFSivf5551jZapISs-pM','Cara Donahue - This group of medical staff was just Amazing! Hands down! I had no wait time, Dr. Hemerka and nurse Kat were just simply caring and attentive to me. They had me feeling better in no tim',3,'',10,1),(1016,'2020-01-23 08:25:36.064882','AIe9_BGZuRKHeO1iYrcf4B001kE2diCXj9nKwPzU7LuxddGKE8TmYaNM7LEGtCpm8Xmz8_cd0wtD91xp1jZC1B4Ru7klL6lm2pef4jge0e_4aSF9PQU2-BE','Jonathan Hoar - The staff was very friendly the entire visit. The nurses (specifically Jacob and Remington) were knowledgeable and explained everything that was going on. Dr. Vakey was great! He broke',3,'',10,1),(1017,'2020-01-23 08:25:36.114138','AIe9_BFhqAtkXvUqdYNeMuBBGjaAIdpiqHVAvRKpoSB91qGCyQrXiKGUAkhQa-OnHign3eXPaCnMYmf8N2FCqsy5cMPtSdJHzpD56WJwzkqzffp4pCKSH-k','Jaymes Roberts - Great experience. They are always super friendly and best of all fast!!!!',3,'',10,1),(1018,'2020-01-23 08:25:36.163508','AIe9_BHkHJRvhG8n5BjqdcMSKR_FLa3KaXNcFINVTPBcwXPiktJ4zkQ6tmhEYFxUh8BwqKhYD7jxZ91cAc8-jCN2ZRLLuskfy59L8w5CQ__2_9CYrXaK2CU','BlazingHype - None',3,'',10,1),(1019,'2020-01-23 08:25:36.212722','AIe9_BGTHfLB7ZAtvlQmidaL-PvDr7Xu10mGcKygXnWUlyrnQXYUWf04Y46TpL9bwtdb0R0vYwHSZUTA9Vvc5HmVlMxXhCcP6T41evxw2vtDAyCXQqT8VzM','Allina McDaniel - Awesome and quick! Dr. Remington and Jacob were great. The front desk Kendra was so helpful as well! Highly recommend.',3,'',10,1),(1020,'2020-01-23 08:25:36.310867','AIe9_BGZuRKHeO1iYrcf4B001kE27ZHgDUrytflkNvc4D7KurvnhWCf7KlaG-lwvu3BtvmoT7tx2VwVMhBMg8RwIc--w-is1i5if5d454pAwGrK9usQKCh8','Brandi Reed - Kendra did awesome! She really hooked it up!!!',3,'',10,1),(1021,'2020-01-23 08:25:36.360413','AIe9_BGZuRKHeO1iYrcf4B001kE2tNPRlmcUla5P1yH3OOgTIBDKWWid97V21HLx01pyi0Q2XEj0Cd7T4FKlTkagVZkDyYgKE4ZxC2rcgHw0FErICeVpPcs','Kymberly Sredanovich - The care was fast and effective. The receptionist made getting registered easy and with kindness. I hurt my back and they knew I was having trouble moving. They assisted me with',3,'',10,1),(1022,'2020-01-23 08:25:36.409807','AIe9_BGhYIk2KhOdF8fekWDvq8JU1kBqlyJ4jAsGJxFnlx1F0EHXaiQ2KeUQDZt-nd7_KkZLAO5xWcRn0XQZb2EwuDwxcPXN2Z34ezBhavDS0oZLpgSiG0Y','ashley williamson - Best experience ever! Love, love, love the staff! Dr. Goodman, Adam, Andrew, Chris, and Aileen were all perfect. I couldnt have asked for better care.',3,'',10,1),(1023,'2020-01-23 08:25:36.459068','AIe9_BGvUJd9etQojwpjZIMsiFne_PS_QRw0fI_XalL-XsP9qU3nnfH4t29H3KvQKu1ak0lMqjESI0t9SUQmytZHgpceT2bJX-4Rs2ErtPq0nXog6Le4nNw','Valerie Rangel - I came into to SignatureCare and was immediately welcomed by Kendra, who helped put my nerves at ease with her positive and reassuring personality. I was helped by nurses Jacob and Re',3,'',10,1),(1024,'2020-01-23 08:25:36.508475','AIe9_BFu3rdicGrPrzdyu4PDXmqMGve1gRl5VF4OydMZ295htCvbPcp02uowuasi1x4MoC2uczFbnRHVfiPpaC1j7RwWoStox3FZcKo0buo3bprnNzgNYGo','Saher Nabulsy - Fade fast and prompt service wife was in a car accident and they took the other vehicles car insurance and did not charge me!',3,'',10,1),(1025,'2020-01-23 08:25:36.557552','AIe9_BGlY-BaOO_aND3JZqxJBS1RIrSEG9Yw5h_GlXRzH8zomNVOvL7LLNiycC85W1mcbFZmPxNSerlIq48NBhmPud3uncPm2xs5GUmeQXksjGmZg06s6JI','Leslie Bustos - Loved the fast service compared to a regular hospital. I was in a car accident was able to bill the person at fault didn\'t have to pay anything. All of the staff was great. Dr. Jaber e',3,'',10,1),(1026,'2020-01-23 08:25:36.606913','AIe9_BHkHJRvhG8n5BjqdcMSKR_FZTjFDT8hcdcy1Ft_5HZ0n2fBu-pbc-5EyA31fO8SuNQx8gp3akxO-4rTS7OFuPvoZA7bI4ehzb75hB3FxhIibYFhNiY','Jamaya & Rannisha - None',3,'',10,1),(1027,'2020-01-23 08:25:36.656197','AIe9_BEAgUIalCkcXZnurOUpP4uA_pPG45HKLX4pusCVodhFC7MuCpzqsjKyqvLMwrXmfVrAIjmMel2fFXC1RfrWq4HEzPDhRrKmrDityWjOgV7zuey5ElM','Janet Troxell - Great to have such a great place close to home. Full service very friendly staff.',3,'',10,1),(1028,'2020-01-23 08:25:36.705450','AIe9_BHVBnWjBJvk55vq2QEm0wl-IuukaDqVqXOtKYh2w3q1yiPqQh_29SK_OY4Xl34f5hu6YJlx0Jeu5f3heSTAQwvEZn98Cv9WHjtUI5vNSZQ-gex0lCA','Amanda Hicks - None',3,'',10,1),(1029,'2020-01-23 08:25:36.754699','AIe9_BExcxslmE1rr7n5jMcadSKe8f9LnJbVy0InEtR2iEBM5MxAo-_FiXmVkR3jwsByJh0IxEyS95uMsufRJnYt9MPahYuDKELvhtXsa5gBWFuxqyNeOTs','Bill Iroh - None',3,'',10,1),(1030,'2020-01-23 08:25:36.803909','AIe9_BGTHfLB7ZAtvlQmidaL-PvD09udxOqxTUEEm6CX3DHI5518gxpNJJdAPfGB0rkA21oE9-J1fAt2my5dBUrsHvy8uu9OinmekWRrYZuJot7JSFSq_0A','Jessica Zamarripa - My experience here at signaturecare emergency was nice. The front desk admissions Kimberly P. And Cecilia Z. were quick to check us in. The Nurses Nicole G and Olusola S were super',3,'',10,1),(1031,'2020-01-23 08:26:39.658092','9709','Thank you Bill, for your great rating!',3,'',9,1),(1032,'2020-01-23 08:26:39.897238','9708','At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to',3,'',9,1),(1033,'2020-01-23 08:26:40.044599','9787','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hos',3,'',9,1),(1034,'2020-01-23 08:26:40.192076','9642','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureC',3,'',9,1),(1035,'2020-01-23 08:26:40.382177','9592','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!',3,'',9,1),(1036,'2020-01-23 08:26:40.579373','9593','Thank you for your feedback. We appreciate you choosing SignatureCare!',3,'',9,1),(1037,'2020-01-23 08:26:40.677464','9594','Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.',3,'',9,1),(1038,'2020-01-23 08:26:40.751713','9607','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hos',3,'',9,1),(1039,'2020-01-23 08:26:40.800853','9608','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical need',3,'',9,1),(1040,'2020-01-23 08:26:40.850258','9632','We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.',3,'',9,1),(1041,'2020-01-23 08:26:40.899521','9619','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary exper',3,'',9,1),(1042,'2020-01-23 08:26:40.948887','9620','Thank you for your feedback. We appreciate you choosing SignatureCare!',3,'',9,1),(1043,'2020-01-23 08:26:40.998075','9599','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and dia',3,'',9,1),(1044,'2020-01-23 08:26:41.047362','9600','It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing Sig',3,'',9,1),(1045,'2020-01-23 08:26:41.096645','9601','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!',3,'',9,1),(1046,'2020-01-23 08:26:41.145748','9602','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.',3,'',9,1),(1047,'2020-01-23 08:26:41.195134','9603','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical need',3,'',9,1),(1048,'2020-01-23 08:26:41.244364','9605','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hos',3,'',9,1),(1049,'2020-01-23 08:26:41.293796','9606','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.',3,'',9,1),(1050,'2020-01-23 08:26:41.343121','9641','Thank you so much for giving us five stars, Terrie!',3,'',9,1),(1051,'2020-01-23 08:26:41.403295','9615','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureC',3,'',9,1),(1052,'2020-01-23 08:26:41.452556','9616','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.',3,'',9,1),(1053,'2020-01-23 08:26:41.551202','9617','We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.',3,'',9,1),(1054,'2020-01-23 08:26:41.649716','9618','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical need',3,'',9,1),(1055,'2020-01-23 08:26:41.698561','9609','Thank you so much for giving us five stars, Julianna!',3,'',9,1),(1056,'2020-01-23 08:26:41.747880','9610','Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!',3,'',9,1),(1057,'2020-01-23 08:26:41.797625','9611','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.',3,'',9,1),(1058,'2020-01-23 08:26:41.857905','9612','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.',3,'',9,1),(1059,'2020-01-23 08:26:41.907034','9613','Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosin',3,'',9,1),(1060,'2020-01-23 08:26:41.956317','9614','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!',3,'',9,1),(1061,'2020-01-23 08:26:42.016687','9621','Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare',3,'',9,1),(1062,'2020-01-23 08:26:42.066047','9622','Thank you so much for giving us five stars, Bernie!',3,'',9,1),(1063,'2020-01-23 08:26:42.126316','9633','We appreciate your great rating, Gina!',3,'',9,1),(1064,'2020-01-23 08:26:42.175592','9625','We appreciate your great rating, Alana!',3,'',9,1),(1065,'2020-01-23 08:26:42.224961','9626','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.',3,'',9,1),(1066,'2020-01-23 08:26:42.285292','9627','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with',3,'',9,1),(1067,'2020-01-23 08:26:42.345627','9629','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.',3,'',9,1),(1068,'2020-01-23 08:26:42.405985','9628','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.',3,'',9,1),(1069,'2020-01-23 08:26:42.455320','9630','Thank you for your feedback. We appreciate you choosing SignatureCare!',3,'',9,1),(1070,'2020-01-23 08:26:42.515680','9631','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!',3,'',9,1),(1071,'2020-01-23 08:26:42.575929','9624','Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!',3,'',9,1),(1072,'2020-01-23 08:26:42.723905','9634','We appreciate your great rating, Savannah!',3,'',9,1),(1073,'2020-01-23 08:26:42.783636','9635','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and dia',3,'',9,1),(1074,'2020-01-23 08:26:42.833609','9636','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.',3,'',9,1),(1075,'2020-01-23 08:26:42.894018','9637','At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.',3,'',9,1),(1076,'2020-01-23 08:26:42.954307','9638','Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!',3,'',9,1),(1077,'2020-01-23 08:26:43.014569','9639','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!',3,'',9,1),(1078,'2020-01-23 08:26:43.074917','9640','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with',3,'',9,1),(1079,'2020-01-23 08:26:43.135365','9623','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with',3,'',9,1),(1080,'2020-01-23 08:26:43.195756','9597','Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!',3,'',9,1),(1081,'2020-01-23 08:26:43.256167','9598','Hi, Sheila, I\'m sorry you had this experience and we\'d like to look into it more on our end. Can you send an email to info@ercare24.com so that we can reach out to you for more details and try to make',3,'',9,1),(1082,'2020-01-23 08:26:43.316549','9590','Hi, Sheila, I\'m sorry you had this experience and we\'d like to look into it more on our end. Can you send an email to info@ercare24.com so that we can reach out to you for more details and try to make',3,'',9,1),(1083,'2020-01-23 08:26:43.376956','9604','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!',3,'',9,1),(1084,'2020-01-23 08:26:43.437353','9591','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!',3,'',9,1),(1085,'2020-01-23 08:26:43.497702','9583','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing enTrust Urgent Care!',3,'',9,1),(1086,'2020-01-23 08:26:43.557874','9588','At enTrust Urgent Care, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.',3,'',9,1),(1087,'2020-01-23 08:26:43.618461','9595','We appreciate your great rating, Christian!',3,'',9,1),(1088,'2020-01-23 08:26:43.678846','9566','We appreciate your great rating, Christian!',3,'',9,1),(1089,'2020-01-23 08:26:43.826277','9596','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We',3,'',9,1),(1090,'2020-01-23 08:26:43.925358','9567','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We',3,'',9,1),(1091,'2020-01-23 08:26:43.985445','9568','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.',3,'',9,1),(1092,'2020-01-23 08:26:44.090417','9569','Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency ne',3,'',9,1),(1093,'2020-01-23 08:26:44.160072','9570','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureC',3,'',9,1),(1094,'2020-01-23 08:26:44.209365','9584','Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency ne',3,'',9,1),(1095,'2020-01-23 08:26:44.258625','9585','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!',3,'',9,1),(1096,'2020-01-23 08:26:44.307777','9582','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!',3,'',9,1),(1097,'2020-01-23 08:26:44.357311','9573','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with',3,'',9,1),(1098,'2020-01-23 08:26:44.406310','9581','Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare',3,'',9,1),(1099,'2020-01-23 08:26:44.455649','9579','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and dia',3,'',9,1),(1100,'2020-01-23 08:26:44.504826','9580','Thank you for your feedback. We appreciate you choosing SignatureCare!',3,'',9,1),(1101,'2020-01-23 08:26:44.553946','9587','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureC',3,'',9,1),(1102,'2020-01-23 08:26:44.603214','9574','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.',3,'',9,1),(1103,'2020-01-23 08:26:44.652348','9575','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!',3,'',9,1),(1104,'2020-01-23 08:26:44.701771','9576','We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.',3,'',9,1),(1105,'2020-01-23 08:26:44.751009','9577','We appreciate your great rating, Sara!',3,'',9,1),(1106,'2020-01-23 08:26:44.849467','9578','Thank you so much for giving us five stars, Rodney!',3,'',9,1),(1107,'2020-01-23 08:26:44.898308','9572','At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to',3,'',9,1),(1108,'2020-01-23 08:26:44.948017','9586','We appreciate your great rating, Laura!',3,'',9,1),(1109,'2020-01-23 11:17:28.760881','AIe9_BFMK6FB7k24ANEBV5CospTTMhO8cUtsfQUKjxq9QH-P3EjwhGfmxnMWCzEsmwtbOX7j0I2XVR6FCxdVQbnNHwVB4d8WaRkTbc5hbjvy0k-tCuMLApg','Taylor Bass - I had a shoulder injury that was really painful. The staff onsite (Tatiana, Nicole, Chris, Dr Patel) were really knowledgeable and helpful. I was in and out within an hour.',3,'',10,1),(1110,'2020-01-23 11:17:28.812248','AIe9_BEHZ7lh7y1sP-UInhkpmlIpPJ12wbVJKx2EliDIWNXeMlqw-i69TxFuSA8r5c2_smgDHBgMablyeZdlxpaNTCE0WxkDtAR4GKF39MHFPt2lN5IIK-I','Christopher Smith - Visited late night for an injury. Really impressed with the staff. Tatiana was swift at the front desk. Nicole and Chris were great nurses, even the techs were fantastic. Dr Patel',3,'',10,1),(1111,'2020-01-23 11:17:28.861591','AIe9_BFmRFRFwJGRfUDOW8jG3rXnVrw4yMIH5MuhzK7o47r0SYPpv6QoTxdClj6vF2TNfP5ExZ_VAXeZXTLSrEMf93lj3LWV08JpFt8vcpv8qfK8ycIQ46Q','Kymora Thomas - Service on 11/17/2019 Dr.Faig, Nurse Balliu along with the customer service rep at the Copperfield Signature Care were amazing. Service was rendered in no time. Simply great customer ',3,'',10,1),(1112,'2020-01-23 11:17:28.910827','AIe9_BGvUJd9etQojwpjZIMsiFnezAXwOuHLUabXw3W-u-7soBumgg2TkLoZUeqkdFl01i-YvIYgnKstMA__ruPJPw81r7HuJoaHskx6Pfqh_J4HePF4nWk','Ana Nevarez - They were all so kind. Very quick service. Shania moved us in very fast.Every one was so kind and considerate. Tried to make us as comfortable as possible. Dr. Diaz communicated very wel',3,'',10,1),(1113,'2020-01-23 11:17:28.960122','AIe9_BGlY-BaOO_aND3JZqxJBS1RangAl5AidFHI6dJFTBdmVG3WmxJVI0CKBIqe3ZtAKiH2vro5UmdqAeUgcrwqoecRh-83Rk8Su9l3VZdrseL-wvSlaU0','Jen -StarberryPocky- - Excellent staff. Fast service. Nicole, Tatiana, Dustin, Ricardo and Dr. Patel were wonderful',3,'',10,1),(1114,'2020-01-23 11:17:29.020516','AIe9_BGErQpX2pRNZrXBy5NOsH0exvJim9JJ6ykM8dg46Ew6o8JsAtqO3bin79wjdptzzMThmXGfqDUO-2hPIpXBB0HPANAIL5d6KCu7tm-wgOgHG9WPfWM','Ted Sornson - Really great experience. Came in with terrible ear pain at 8:45 pm and was checked in, evaluated, and diagnosed in 20 min. They’ve got a calm, quiet, and clean waiting area. Nurse Chris ',3,'',10,1),(1115,'2020-01-23 11:17:29.069767','AIe9_BH3gZxYpIxBZcqAOO5HuBVkOlhL0h7KUzD53_t2MyqiG-fN-PWTXoVEMjRyI9j5udoq2tNQTb4d2NdT_DjIHn0sdblEUMei6epsoggn27WM6JFvB4o','Darniesha Wrightner - The nurses and the doctor took care of me right away and treated me with respect. They got me ā€œIN AND OUTā€ I appreciate everything they did for me so s/o to RN- Lucas, Kim Domans',3,'',10,1),(1116,'2020-01-23 11:17:29.119055','AIe9_BHAFUK2tNBZL25dLQ0jVdh0SnRsBskrZI81pPpSYDZ1Q7TTEziEHuUZjbo4yreMOibaokolS_Fe-JYNKhONb7W7UfkaO5WFspiRXGeOPmK_v9NhUwo','Jessica Anderson - This location should be the EXACT prototype for ALL SignatureCares in the Houston area!!',3,'',10,1),(1117,'2020-01-23 11:17:29.168005','AIe9_BFL0OZrFaHgoJtqifT1GHrIUdA0241x-C11_Hfe-McfVufIlq8ArW3aUdzcFGjp5EzVV3PkppcxW-Yq1tm8egnxM-colJrz8ggdveAhL_eBY1s8OGQ','Lindsay Mahlow - Dr. Patel, Nicole G, Chris M, Dustin, Ricardo and Tatiana all took great care of me as a scared and very sick pregnant patient. I was able to walk in right away and be seen by the doc',3,'',10,1),(1118,'2020-01-23 11:17:29.315931','AIe9_BFqh_zr355jzGaEpH7666zcL2wEfx4hFtaYt49pBda7L9xtonQXl0mGLIlSJBm9NUxmzbDHCNiKWzIpiIv8gGLieOHjFygRTPuzTp5z5gXIZv_hzCE','kiara parker - They were very good. Treated me like their own. Would recommend them all.',3,'',10,1),(1119,'2020-01-23 11:17:29.365569','AIe9_BHVBnWjBJvk55vq2QEm0wl-2As3ikhAi9lpcFU3EKGkxRPfCQgXl-FlvSGXsDb_wPFUHO6nzcih3v9MNGSMs0XcABjx4jBHuQWHhoWH-UzBHxD6HkA','Wendy Ugarte - The whole was very nice and answered every question.',3,'',10,1),(1120,'2020-01-23 11:17:29.425827','AIe9_BEHZ7lh7y1sP-UInhkpmlIp-NWORN-XsRHkunAk8BVrV-J822mUXqlX2OXsNcbKgIMRA_dPdcwhwIQY67Exg5wyAqg__GDSAB2WGAodwj9LPFiXSRo','Bryce Keeler - None',3,'',10,1),(1121,'2020-01-23 11:17:29.475209','AIe9_BG_KYPQZrI7j-moUldshgc1ZPp5afnBLwMWudd3n2Vy7xqvHqqn1oN-ebqqyPnE88lDX20WCrefceAOD2sfqqCJ97joVSnfAhxrsZGbgu1drVLFiMI','Joe Watterson - Wish they took Medicare - otherwise great!',3,'',10,1),(1122,'2020-01-23 11:17:29.573672','AIe9_BGErQpX2pRNZrXBy5NOsH0e7SiDo4uNG_uHXSG8zWGfcNV_iqImcF9G_2Q8EyMdJnpfUvd9n58hyNJ_JWAQLCW9jlKwZlrG54nZ0s3xhh4dwcdkaYw','Susanna LeJeune - Had wonderful care for my daughter from Dr. Yost, Brandi, Karen, Kim, and Gunner!',3,'',10,1),(1123,'2020-01-23 11:17:29.622903','AIe9_BGZuRKHeO1iYrcf4B001kE2gwvJxeEWMp4SLirzwzgLWAY-AwHUsqzzOnR-BGmYqUoGOpJEFfPQ506idNTI6Q15f8lADAKZuhT12O-a9NZll0XQvtA','Sophia Lejeune - Received awesome care from Dr.Yost, Brandi, Karen, Kim, and Gunnar.',3,'',10,1),(1124,'2020-01-23 11:17:29.672320','AIe9_BFqh_zr355jzGaEpH7666zceN3Nz2396FfNEKPmdAeDGYi4wOsDn9BSbsqW5iMLUOXX6jHUX1WIA6of3EqYL8kgnalCU2GuKHbFdgLphG0abLHcxWk','Shelby LeJeune - Recieved awesome care from Dr.Yost, Brandi, Karen, Kim, and Gunnar.',3,'',10,1),(1125,'2020-01-23 11:17:29.771323','AIe9_BHVBnWjBJvk55vq2QEm0wl-SJLxAzFkFMuaik4IF136L0VBai0XhLGqa3cyGGUZfhWTrZ2gvCmDjP5nIKcOxVUtJkIkg4Qlzfxz22nPvMaBo-jQ5f8','jlshelton83 - Comfy, quiet, clean. Big rooms and a very friendly staff. Highly recommend.',3,'',10,1),(1126,'2020-01-23 11:17:29.869497','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2ImZ09w0aT1VamzcRvxP_UDtXNpgUb-zKsGdD_DB8w3ziD13SzIVyaO_-dQXReAJ8Y161tdhhp-UkarWiEWMnYsjV3Hg','Christina Shipp - None',3,'',10,1),(1127,'2020-01-23 11:17:29.929822','AIe9_BExcxslmE1rr7n5jMcadSKeOd2BjIZCvVhBbUeyHlbQgVcNVANQgoB6yTGhgC0kG2E1FwxEPxTZr9y4W65E-705zoX8mvMjqMWNsWlcRGgE5mJ2Aak','Bpb Works - Jocelyn A. welcomed at the entrance with a smile and reassurance that I would get the help I needed it and I did Alvean A. my nurse asked me what was wrong along with follow up questions w',3,'',10,1),(1128,'2020-01-23 11:17:29.989985','AIe9_BH3gZxYpIxBZcqAOO5HuBVku-nhaSRkS-VUboHetNQ2lHzo-uJ0DkUsdCuGPyi5Fc4fq6EqMe49ZhaY14D51fopqzKKZTvHLR0YRxm7mWQ2Vquz90U','L BOOGIE NATION - I would highly recommend everyone to come here great service and snacks šŸ¤—šŸ¤—šŸ¤— Jocelyn A and Alvean A were awesome and also thanks to Dr.Patel we can go home feeling better then this mo',3,'',10,1),(1129,'2020-01-23 11:17:30.039625','AIe9_BFu3rdicGrPrzdyu4PDXmqMbt6hon2Gv29qH5_sGr20YBk5pEwvFdiJCLqjLibHhJzm-Y9NtkpVjI2wXUYGq1E-8OuUXgkYYuuuhIcIeyhpKYqiXg8','Neely Lee - The absolite best experience considering why we were there. The staff is friendly, kind and caring. I would highly recommend this free standing emergency room! Kim D. at registration, Luca',3,'',10,1),(1130,'2020-01-23 11:17:30.138074','AIe9_BFMK6FB7k24ANEBV5CospTThxYr3pUOTrY0nxtH6YgsqcFG-IQE5ezNrX50O9LFu38btR2ae_sYJHnEdYHnMZkIE2s7NXW85ZyNlTiETIpzDBYqzI0','Amy Southerland - I had a wonderful experience. The receptionists Vanessa & Ebony kept me up to date on wait time and there was a posted board as to where I was. My nurses Timo and Dr Brigette were ',3,'',10,1),(1131,'2020-01-23 11:17:30.198517','AIe9_BGlY-BaOO_aND3JZqxJBS1RlEvsZ5x9QCaJCkoi32NpmU-4tU-dsqsQHbwkFS553KKKG10W-MrqrAO1AuZrBdpzURXXHtEm0QZAlpTVoM-cisB9i6Y','symone taylor - Jocelyn A. And Alvean A. Where great, kind and very helpful.',3,'',10,1),(1132,'2020-01-23 11:17:30.258893','AIe9_BHQjprpOXGeqmXihYBIHmuakhnlqD5LB5x6opczVT_CjpHwklWwE6uSS2PG8d2mlqitj6Bkc7-8anP7vTm3VOa2F9AnuYHIu_Mxr5v0CDh-AKWMFtU','denise chavez - Came in with husband had a great experience and delicia at the front desk was nice and helpful would definitely come back! :)',3,'',10,1),(1133,'2020-01-23 11:17:30.319233','AIe9_BGvUJd9etQojwpjZIMsiFnevIohIF-1UGoYeaB8JqWaW4QC6CspKndc-4rrPOVo8fVyC1AovQukVYlvCR-B4Kz8vQp3yo8drAKxKyfcOE9aFT9cZUY','Jaylen Gray - Delicia was very helpful!',3,'',10,1),(1134,'2020-01-23 11:17:30.379295','AIe9_BHx9wW5OAXpNIH08blLdli0T7VkBtOvqi3qOoPUymDaZPIiQe8UfhqPvPdx6yo7komrAYWNlCQCgpkZFD-vB_-8wQ-q8hdlAKKyB7VQ7-uDAvV7FYY','Ant honcho - Jocelyn A \nMeredith\nalveanA\n\nThey was helpful & nice to me',3,'',10,1),(1135,'2020-01-23 11:17:30.478221','AIe9_BFu3rdicGrPrzdyu4PDXmqM3QrJkLwJ2GaTyYN8RGr9bOQNej2Mq8NPZ4lTs09RPEAgBWkveN18uoVP3-3Bor_Gw4fj7cbVLWv2vyRHMs0HwhF-o8g','Samantha Santacruz - Excellent patient care! Staff went above and beyond to make you comfortable. OMG the warm blankets. Doctors did a thorough evaluation, very attentive to your needs. Even betwe',3,'',10,1),(1136,'2020-01-23 11:17:30.538587','AIe9_BHx9wW5OAXpNIH08blLdli0uWpZ-iaLrBqbMNBjw0mSNYoUwc8cRfQJZLNf9X67iwxTtTU62LhQk3tqgjzSiJKJ70vtA3AbgXYQ3yXRYiqaoz_ttIk','Kashi B - Very great experience , I\'m a new patient my check in time and being called to the back was less than 10 mins I was referred by my sister in law , she told me how fast and friendly her exper',3,'',10,1),(1137,'2020-01-23 11:17:30.598998','AIe9_BH3gZxYpIxBZcqAOO5HuBVk_3MmNnEYBybMcn5wof2ZDaUzAf_iuhDylEEz1xD3UYUXPk9Lmd5WeSaDpcITYVcqk-9HJ4M0lFCnry-NHQ5upejsszQ','Nkechi Ukoha - Excellent Emergency care center..super clean.my doc Dr Golla was excellent knew exactly what tondo for my pain n discomfort to go away.The staff is always perfect the nurse was superb n',3,'',10,1),(1138,'2020-01-23 11:17:30.659388','AIe9_BFLHEJ8hYqd4VCbbc-EtvgMzQwUGDOM2DA2nQ4rH4QkCiNg950Fk3KqKC_J_N6D41a0JPWn6osF63tVsjH_HGGO7LXID_EHNPYw2ikpHeZhRw-QIIs','Bill Plank - Clean place with very friendly staff. Staff were knowledgeable and thorough with diagnosis and treatment.',3,'',10,1),(1139,'2020-01-23 11:17:30.719902','AIe9_BFhqAtkXvUqdYNeMuBBGjaAxa_I4y9cMtcHQPbzoM7lkPEb2SWJR_LXv8YObGZpo4FsA0KGJ_ahOY14WW5_zoQvTy_Ol__qD0s6vkcDWJxm7s239bU','LELA YOUNG - This Crew but people make me feel like I am home they are so nice and nourishing they was attended to all my needs. Jocelyn A. Is great and very sweetie and patient as well as Alvean A. D',3,'',10,1),(1140,'2020-01-23 11:17:30.829636','AIe9_BGvUJd9etQojwpjZIMsiFneRnVUTZLRHrOTGzJIhnwS4EjyRFI73DihfSXrA014giZUVxJwgW4xtKtU-g8H5kAEtV9q0gOUfuiJuFM5ATVUGpjJ-Mk','manuel gaytan - None',3,'',10,1),(1141,'2020-01-23 11:17:30.889787','AIe9_BFhqAtkXvUqdYNeMuBBGjaANwU-Y8ssD0zBsFyQxtFrwp6kg1EifscnNfb8mxTmdimwkMZA1Nzbav_42TS6yNG5f_Cc63HG4O4ce2LPzFynyV5RJTA','Savanah Sbeiti - From the moment I walked in until the moment I discharged every staff member on every shift exceeded my expectations. The doctors were very informative and the staff was extremely nic',3,'',10,1),(1142,'2020-01-23 11:17:30.950292','AIe9_BExcxslmE1rr7n5jMcadSKe73MxXUmlEs8f5E63V_LqtN0MpW0bGVhd-30Ikn2PSeBGtv5_9W6X3ATEyBt6NLsCpz2kKshaSr5TVFYSqk5I0SwBGRI','Alexis Doyle - None',3,'',10,1),(1143,'2020-01-23 11:17:31.043854','AIe9_BGlY-BaOO_aND3JZqxJBS1RSAmKS3tgW7C9z__488TJLBCnBDVpgvaf2nzQUqDzWMmYsZlDypw8jFtEE5WwAM1fzft2cQ5AAAooKwDmK2BQ9ySSp2E','Tim Smith - OUTSTANDING EXPERIENCE! I went in for a nasty respiratory infection. I was a new patient and the paperwork was reasonable. They saw me quickly. The PA took time to understand my health h',3,'',10,1),(1144,'2020-01-23 11:17:31.104234','AIe9_BFMK6FB7k24ANEBV5CospTTRQ9UlrKDtOuL7mabGumr8fYyF5oe0WDQDLNNKS8ERdF9We3IVAyxG1_bb_kXTePn4Q5Y8dG8eDlLcYcRJzjglc-cd54','rechanda primas - So! This place is the answer to patients who need to be seen quickly, professionally and compassionately. This is my second time visiting this facility (once with my husband a few ',3,'',10,1),(1145,'2020-01-23 11:17:31.164591','AIe9_BExcxslmE1rr7n5jMcadSKen6IOlzEp67g2CsLusxK0a-Vg4OWQK00kCc3S0mkuzH8A6ybp0_4yG5oUnlNH4dEtMTp1CXA-0iWljL8EcFv8QCCLCXc','Nancy Cruz - None',3,'',10,1),(1146,'2020-01-23 11:17:31.225138','AIe9_BGvUJd9etQojwpjZIMsiFneHuNMPVJEjhRaCb_8jjTUPmPp4_t-mtCvBHpV2HhvP4gsfbVvF4KUCsF3RBtDH8f7L14rU9Ozx9cOdr2alt4tlkrgLCY','Stanleigh Tomich - None',3,'',10,1),(1147,'2020-01-23 11:17:31.285466','AIe9_BExcxslmE1rr7n5jMcadSKeuh7a8YUOGBfjI3DGjVuBOE66niBkRDqIgc7VtrSuy7LpxcG3d3IiwfXqYFZst9oFT5UqyKzHTY4kyaRTkEFSpIomdnw','Kayla Batchelor - Came in with some bad pains in my back. The staff was wonderful in helping me get to the cause of my pain. Thank you for being so proficient.',3,'',10,1),(1148,'2020-01-23 11:17:31.345860','AIe9_BH3gZxYpIxBZcqAOO5HuBVkJuY6XmUY9abEQKsQHjdP1QBtFfFmB8ISGOv0azfhEhFep9l5Sl2UCTmzZ5fhk5xF1u4rwdOyAyFbDoU-mef55_tBp68','Jorge Munoz - Wang, susan, geovanny and tanishia are the best ever, they all did their jobs right and i couldnt ask for a better staff!!!',3,'',10,1),(1149,'2020-01-23 11:17:31.405686','AIe9_BGTHfLB7ZAtvlQmidaL-PvDhFbGJcHnAunS_sbxGhJtkRlkFH1CSReH4YyTT7cLd4_75VNpOai7O0CVuz4xki0Kazq9Zz0UCVktT0OHC0HchRdPys0','Angela Fleming - Great experience! Ryan and Dr. Henderson took great care of me and made sure that I was comfortable throughout the visit. There was no wait and I was seen immediately. Will use this f',3,'',10,1),(1150,'2020-01-23 11:17:31.464704','AIe9_BE-WkHUQvYNuVhjQlzNta9L8oQZ_nAT3p0422N9N9xPyDMCIXbHCcWeVLnLBMzQybnBbg7swAWMQZrkZaH4CO_wThmyft64JTI-ijfuNIqaSM-1Q1c','I Dizzy - I had a really good experience here with Dr.omalley and Alvean chanell they helped me with a really painful cyst and im grateful for chossing this place !!😁😁',3,'',10,1),(1151,'2020-01-23 11:17:31.514479','AIe9_BExcxslmE1rr7n5jMcadSKeBJ1wmcEV5rmnuK9BMHoFzNWgMh7wRqd_AuAk4MLCm_hUM6PbbrfSAn830Fw9VZctk2n6CC5YEi1rHTfwh6U1beNwcK8','Charina Johnson - Very professional, fast and Friendly staff with Dr. Omalley, Alvean, and Marcus.',3,'',10,1),(1152,'2020-01-23 11:17:31.612867','AIe9_BH3gZxYpIxBZcqAOO5HuBVkUXhp7GjkbC6BOMm5tg6QHOYsGVeJMBEEHUTHTTMaCWS2DaoZTpexoPHHrshClmKzbjRtqTjk-sDrzXnRm9wzpn6jo78','Jamal B - The staff was amazing! As soon as I entered into the facility they immediately wanted to help. Kendra and Dyveliz made sure they could get me where I needed in the fastest way possible.',3,'',10,1),(1153,'2020-01-23 11:17:31.686786','AIe9_BF8X4EpR_fF6mwcYdso9awg93T2zFvau_AOzSSE3YcKrmXsrbOFC8k_zBZg1-qEJYoDDuU_aRFe3P9DmII6qZ0S6-VYKtDhUuLf21fLg0ZPDCzvZcg','DSean Harden - I have made a couple of visits to this facility since my family and I moved here 10 months ago. I have to say. Whether it\'s been service for my kids or myself, the team ( Dr. Elsebecker',3,'',10,1),(1154,'2020-01-23 11:17:31.785475','AIe9_BFl89CEg3-ah5_8iIgQFwgZgklDAaXSGrY1ZD2T_0StG163kSsW-yMxpBOsYE3MNRkmLuM2TTUqZ8lmVy7qVW9iHCj23c5BCewz8UYVV1MeWfD_c1A','Gloria Sayles - Alvean my nurse was fast with getting me in and out I was there less than one hour. I was seen the lady in the front Chanel made sure my insurance info was put it and I was see in less',3,'',10,1),(1155,'2020-01-23 11:17:31.884124','AIe9_BGvUJd9etQojwpjZIMsiFnenhnB5o3t6sQ7VfLxJ-0XNxYokzVGWWZYPm0VeWbDTUJTjkFNdUqJmTaNZUNwnMhfKMkYPF4HBB8E3VUfYEZuTlbgx28','Brittany Starace - The staff here are incredible. I was referred by a former employee and couldn’t have been more pleased by the care I received by Shelli, Chris, Dr. Elsbecker, Adam, Christina K, and',3,'',10,1),(1156,'2020-01-23 11:17:31.933143','AIe9_BFBNh-3p60HGE0VxxVuj8CVN2rEVk89qlTwd4mKmoIZ8_Z6i3bNlPpIFg0pmxq95nbLbF4HkDV16qtZP-OlLc5KPVeOXtwiynwEymFgj_eV-beVJxQ','Alexis Swafford - None',3,'',10,1),(1157,'2020-01-23 11:17:31.982386','AIe9_BExcxslmE1rr7n5jMcadSKehJ8XA1_0LpuNXUtp6mdya1tC4j-HqzHJ84mfkO-iBUbVsLfVWku19yViMfS1K1rsyAj4GgNj_m_3PfazpikWzDPLLME','SHERRY STOVER - Good work by Marcus, Alvean, and Dr. O’Malley',3,'',10,1),(1158,'2020-01-23 11:17:32.031527','AIe9_BGvUJd9etQojwpjZIMsiFne-C61_ROD8c-9O1r5QrXeDIff4LMrHovcbkB1IxKhmHZIC31G8uwVvt1uZDI65QTLHuBj0UhEh-GhiYwCQEaoL66K434','Lynn Hart - We went to the Copperfield location twice. Both visits were wonderful! The Clinic is so nice and clean. The staff are very warm, friendly and helpful. The care my daughter received was ex',3,'',10,1),(1159,'2020-01-23 11:17:32.080761','AIe9_BEtr-1H2yEDwUdLS9nPaZGhFit-4JBGwo1e1iWEJJBMzguHFZ-qmBteJZWBjn2uT-7sb3a2RibDho3BA7ik23SFg2QUgQ','Barbara McCullough - My niece came to Signature Care and was admitted very quickly. The staff and doctors were friendly and attentive to her needs and concerns. The doctors were able to control her pa',3,'',10,1),(1160,'2020-01-23 11:17:32.130107','AIe9_BHVBnWjBJvk55vq2QEm0wl-3N733fpGyBhZbM4U8dIAPMzr9GUsLAKAwATqnpnvvPZkFUKVya-DE2hP2_Fc7-bzAYENbJDLlI3aQLKiW-0ok2o5c2w','debra Palms - Chanelle and Alvean were very caring and friendly.',3,'',10,1),(1161,'2020-01-23 11:17:32.179411','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2Gvo_nWFRNyQmQuN72KN1eJkgXabPlfrqGRWJbQEScwMnxEkrnIgGpRrulx_UXyLqt-45hspI-TlyfEf225xYMB79Bck','Erick Looza - Everyone was very nice and helpfull Kristina the nurse who helped me was excellent when I was called and then scott was really helpfull too and really nice and quyen was really professio',3,'',10,1),(1162,'2020-01-23 11:17:32.228694','AIe9_BF8X4EpR_fF6mwcYdso9awg3s1qFaQHvMFIyv2ze6ZHNsEDvo3jr4NVJckfHfMUl_D7rgxllkpjlA2L9dpnCdls5AJMbQzuZIB6xVyhjLCI19zYKRE','Tom Kiker - None',3,'',10,1),(1163,'2020-01-23 11:17:32.327241','AIe9_BFu3rdicGrPrzdyu4PDXmqMaryj5ow__ISaPASmsCh6ahyT5VU2Y4eP7ldKZ0P8yEm8xyO0UtKUKfcNk83cKz5zWrsq5ngzRsjufksm-SO-_3hA53w','Deon Washington - None',3,'',10,1),(1164,'2020-01-23 11:17:32.401114','AIe9_BHQRY2ZSwEqF8wFOgAU7mdNoW-UAaT2NLiA3-8UaE9gsjwptEMLmAkqjkVq4Zlww7LjTILc9Oiu3SiTapO803Rw9rPPVqGj_BtSI7hh5B1LjfXCMJc','Lisa - RUN - DO NOT GO HERE. LOOK FOR ANOTHER URGENT CARE CENTER.\nFraudulent billing practices. \nI came in due to stomach pains and was worried that it was my appendix. I asked the front desk if they ',3,'',10,1),(1165,'2020-01-23 11:17:32.499511','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2X9iahhI47p3hWZhxfGnykzk1K8fzNfMe9tzdl6l4tTsbiA_5ny5otq-CsRwoX2vuatwat-OJhTBePlQpBDYg4m7nRrs','jamelle blalock - Very nice and fast',3,'',10,1),(1166,'2020-01-23 11:17:32.598105','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2fs1TflvaS-xBnjbX3CEedStwM0seZfgVDjFd6YDw6Gs3rY9hSseuLzHlkzBW_OK5fii7FnbwcPqqfAxunyPyG2NRu_s','Philippe Sergerie - I wish I was sick more often so I could come visit them more often!',3,'',10,1),(1167,'2020-01-23 11:17:32.671946','AIe9_BFhqAtkXvUqdYNeMuBBGjaA6MppXqzhfG4gy77MvrodvzKyrbZn6-f9G5fxFhuV6dog2irkmk0yn4KVj0ZpUB5jh6wGTMboRfZv9a1XJfRi7Qh92Fg','Chelsea Barry - Rey, Vaneza & Don were very helpful with listening to all of my symptoms & giving me good options to try to help relieve my symptoms.',3,'',10,1),(1168,'2020-01-23 11:17:32.770354','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG26Uyc9-8OKlr2deT3zWcAoNtLfqUQBLvcDzhWpTj4t1UKHNFdnk4dgiqkhm0_TzLXMEakoq4NH8ZMvqwgG4GAZHC7t0U','Paul Forsyth - Very friendly and fast',3,'',10,1),(1169,'2020-01-23 11:17:32.819883','AIe9_BHVBnWjBJvk55vq2QEm0wl-DsH9zJ0W6XF3wbJRuoU3CJn6r_22akFMEG0dLglgfB-Nt6yYQLFAS993AJ28Du7Ko97i2xg4YEGIsDd6l4VO2UChTwg','Kayla Graham - The staff is great!',3,'',10,1),(1170,'2020-01-23 11:17:32.868920','AIe9_BGlY-BaOO_aND3JZqxJBS1RSelLZVMXM0ZN7ZTx0bK62Xh1kOB1PTpMg6GTEJFraN1jHmxxWhopcEabYKnfIAMNwYDjEp73OZPMd0vLz9PvLqqkrvY','Lara Fendley - None',3,'',10,1),(1171,'2020-01-23 11:17:32.967564','AIe9_BGvUJd9etQojwpjZIMsiFnekz6H-DrCTvQsG5GyXspbUlzPZ3mkNzoVK5BZnB-CfJ1fm-OT_9XjetR9pTpLwvAs1tuqbKwdiFhYK7E_8pKCZeyioA8','Lynn Hart - Twice I have had treatment here and both times the experience was A+! The place is clean and smells great! The staff is friendly, attentive and very professional. I always feel that I am',3,'',10,1),(1172,'2020-01-23 11:17:33.016856','AIe9_BGZuRKHeO1iYrcf4B001kE2QM4EENwdObD4cvrr1mSm-WJNaQdR4CbLJ3WabzaCcZnUcOCFtVrD8fQ76JZ3hYHksEzD7-Ql6nKus-KceEYi2EQ4DkA','Tonya Dolphin - This location was excellent. Marcus and Alvean were very attentive and friendly. I would recommend my family and friends to come to this location',3,'',10,1),(1173,'2020-01-23 11:17:57.037716','9844','We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like ',3,'',9,1),(1174,'2020-01-23 11:18:55.301068','AIe9_BHAFUK2tNBZL25dLQ0jVdh0NfI19ZF_xA0oFg-nwl8BqaaZ67_R037Y-HXYuqoVX2ewWDovclEnxCsSXdoEZMmHuEBa9CnAkByzZISDR9bb7f_6xOk','Amilkar Martinez - Great experience! Thank you Dr Ortiz and Nurse Kristina for thanking care of me!',3,'',10,1),(1175,'2020-01-23 11:18:55.510095','AIe9_BFBNh-3p60HGE0VxxVuj8CVwWT3Z2ID2FePtktPi3LqVQVLLCINhw_GADxC9L2R22HetUSNylIehAmsdGSPpgU6HRt0ay5EDAFiUQRyvHKnWU-h6Ik','SĆønder - Everyone here is super nice and thorough especially the people who took care of me, Alvean and Brian. Highly recommended',3,'',10,1),(1176,'2020-01-23 11:18:55.608702','AIe9_BFmRFRFwJGRfUDOW8jG3rXndzopaktQypV3H-ijr5RwIcFMpz409_lRDd7oImXsVPIOT64tLlUhcRojDHTSOVyCloJILFnwKRtduKg7qySgi9Vatw4','Kimberly Fertonardo - Was here this Morning for a turned ankle great service, friendly, staff Dr. Elsbecker was super nice and knowledgeable. Chris was awesome !!',3,'',10,1),(1177,'2020-01-23 11:18:55.731721','AIe9_BEHZ7lh7y1sP-UInhkpmlIpASROmVj2doRfV89AJpeI6Sjy9funuC7QWrivGJUYDtFwNxUWCEGx6VETXgEpfnkL7WDqNMXs0jWw5KUrv2pyl5cWJ90','Paige Hanna - I personally didn’t get treated here BUT I took my friend and they were all so nice and helpful in a timely manner. If I need treatment in the future I would definitely chose this place!',3,'',10,1),(1178,'2020-01-23 11:18:55.780679','AIe9_BG84YPnR8vhxeJfV_lAYVNiGjdxK8-SyZrYELIfjl8n684UyJwxCHjU2ZL2znF-TrXCjSQnph52I9hYSm2A19_mW-_9gusFz3gxU8pl_Hn_ojTPlxM','James M - Overall everything was great. Everyone was very friendly and I didn’t have to wait long.',3,'',10,1),(1179,'2020-01-23 11:18:55.830355','AIe9_BHkHJRvhG8n5BjqdcMSKR_FGLXq5cPc_cYO9l5SiVri31LYNIlQLPpLtAqDFDOsO2pd-DLlYEuvJxOJhRuni_YLiRRx7SWqaLFN_N_c8oy0j1M2EXE','Rashad Punch - Dawn, Norma,Jacque! Are soo helpful and nice! They are very smart!',3,'',10,1),(1180,'2020-01-23 11:18:55.879677','AIe9_BEAgUIalCkcXZnurOUpP4uAvJDGlPFYPxcDHcROoqTcBB0SQKzRjsPtIPF1HkWtEYlLiRMIGKz8oZZDRhOnpKH0xzHDagC8XVwYHh3TLVSryv8GSa4','Sharla Enlow - Staff was great. Very clean and up to date. Will go again if I need to.',3,'',10,1),(1181,'2020-01-23 11:18:55.929057','AIe9_BH3gZxYpIxBZcqAOO5HuBVkFz4P-ILRnu4vkhX24c-NivFmh_uf2q4-OnVP0JdSDn_cof0Ipeu1BgmvcUiCgOvYUIdFmKIL4pfOlbz_gcGV0CfWBXI','Jazmin Diaz - I am impressed of the oustanding service I received here! I took my mother here and she received very much care and friendliness! The place is very clean and organized, front staff were ',3,'',10,1),(1182,'2020-01-23 11:18:56.027583','AIe9_BHR7p0hPy1flx1br0TYdEUBolfLw-rgJj4RqaY7Za4T7RLemj5H_lVPZnu0kzOJP6SVmbWVhL7syNx4oXqHUEyRnuIW-Diuudj0CAOU9NJPLs8D2Q0','Pedro Vargas Jr. - The E.R. Service was amazing . Front customer service Samantha was nothing short of exceptional . Staff nurses and Dr were super friendly and very helpful.',3,'',10,1),(1183,'2020-01-23 11:18:56.076796','AIe9_BGhYIk2KhOdF8fekWDvq8JUqZ4UA5qTSqZPvDg7iU8jTakTSZtSZm3Rk1g1cahLmd8K2IMilcpUXyJLNtivL-2_zMKupfqJfC_Rh38Yo5oHPns7Ha8','Bernie Vargas - The staff was very welcoming and very professional. Samantha, Nicole G, Meredith S, Bryan D, Ricardo and Dr. Yusuf gave EXCEPTIONAL SERVICE!!!',3,'',10,1),(1184,'2020-01-23 11:18:56.126063','AIe9_BGvUJd9etQojwpjZIMsiFnejSqUWlFmvjf-mKmgs7Y9moY9CkJdNRdcnZ2NtQTAX2pT0vIJiZdfe6mJlwQQaaFMqQhWJGCMSBMD3Q9dzWTlvmHomDI','Alexzandra Herrera - Amazing & fast service! The staff for tonight’s visit was super nice & caring! I was actually referred here by a friend who’s been here before & I can honestly say I’m impressed w',3,'',10,1),(1185,'2020-01-23 11:18:56.175294','AIe9_BGTHfLB7ZAtvlQmidaL-PvDP3fTuoF6V_EZUz2zKizp27rq5olYO7rFKrtSAOkvgBhYzwu0PAkQigLqiXs55NAiHIdec6hNAgCXQknMkyJVeenUFpQ','Thomas Perley - None',3,'',10,1),(1186,'2020-01-23 11:18:56.224596','AIe9_BHkHJRvhG8n5BjqdcMSKR_Fr51wbi0IW7FZRZfvB8yBGqdL815woJLrncvKn639MbOYbR31x-HtoqDL4zxPaHPGzvt8HTNplOeHgs_Bb3BAkDwWP94','Jackie Chavez - None',3,'',10,1),(1187,'2020-01-23 11:18:56.372583','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2wMNujh7CfhpVYBCusHoOb7Hd_gDtFwYjs5u7c4xFrlrq-MHDYEyb7CDR7kJ7IJQat487Wkuve0iOkQUXvLAv96e3zkI','Lucero Carreon - Brought my mother in Saturday for stomach and back pains. Everyone we encountered was extremely nice and helpful. My mother only speaks Spanish, so the fact that everyone knew a littl',3,'',10,1),(1188,'2020-01-23 11:18:56.471077','AIe9_BFMK6FB7k24ANEBV5CospTTFlXqqFS60f2cz-jUYHqxlYZ4Zy7an2GR0sjXEnPdlgmwmcPnH1fmg2gw254K1dae54XnGtD3D-Mf8J5mT_IyPCP4nUg','Edwin Langley - Quick service, very nice, very helpful. Would definitely come back! But hope I don’t have to. Make sure you see Nedi as the provider, Breanna at the desk, and Vanessa as your tech.',3,'',10,1),(1189,'2020-01-23 11:18:56.520354','AIe9_BFrHfJ2dmEi-Vy2qpFFGM-SDfk5sLF5pEHmtR9iUqLd0WmVb3nZmqsBhAv4t_BNCctnsosN2g64Z0LGl_AWKNRIACSAMxJAhqUOFx-23SJoMEu_ZbQ','Devan perez - Dr leavitt \nRita\nJonathan\nRommel\nAdolfo your all awesome I felt welcome and left feeling better thank you!',3,'',10,1),(1190,'2020-01-23 11:18:56.569664','AIe9_BHR7p0hPy1flx1br0TYdEUBxmm_HM1EGIHKLD_pnRH-Um8cwC6mHhbsqxFcbGxAmYHUodenli6ZUYuO1CMBtyIf8vJSoiV4hVybLOcNL5-XRXXC0gU','Hannah Carrillo - I was taken back very quickly and the staff was so helpful. Itza, Dr. Vakey, Rebeca, nurse Jacob and Laura did a great job. I will definitely come back here if I ever need to again.',3,'',10,1),(1191,'2020-01-23 11:18:56.618977','AIe9_BFmRFRFwJGRfUDOW8jG3rXnUUKezTYrGFp-tzZ0EbSqD0uGZtt3SnjHugXejLvezqcZZ3nQtZc2ninNg9Rth5YyFIaWp4iM7BIhlN4k0E9rqfi7l-E','Jacob Johnson - Itza was very attentive when we first arrived. Jacob and Rebeca provided good nursing care and were very helpful in answering questions and putting us at ease throughout our visit.',3,'',10,1),(1192,'2020-01-23 11:18:56.768068','AIe9_BFmRFRFwJGRfUDOW8jG3rXnnmtd47UYh24AFJh2EjLgNR0QnXB17DDBYCDPN7vNJFkQV7k7H7_l3dM5jt50Q4Fa69XGC03CWDxgHQt4NdbvG93LXqk','Alaina Reyes - Itza was so nice and attentive! Jacob and Rebeca were very quick with administering pain medication and were fun to talk to. Would definitely go again!',3,'',10,1),(1193,'2020-01-23 11:18:56.826604','AIe9_BEAgUIalCkcXZnurOUpP4uAtDzaK7m2H_SchpHaRv8DDZ0U9LqfvrQvoOPY9xQH-u4ORZoryMUxEtfbr5cgNvjZWtFtasgONmomOtRAxJMlUJ5PhvU','Deann Clark - None',3,'',10,1),(1194,'2020-01-23 11:18:56.875899','AIe9_BFL0OZrFaHgoJtqifT1GHrI_sEaFqWhVmAd22qK6V0amL_u6cr9pygg5evNXm9YBN4ug54D1EOPpc3QWa_3dhn0Dx3wAK7amGQGsL8CMXYcO49V7ko','Sara Reiss - Vanessa was very welcoming and efficient. I got treated quickly and Nedi was very helpful',3,'',10,1),(1195,'2020-01-23 11:18:56.925627','AIe9_BFLWlqwz3qGBnCfbAsLD0lVTENHAtThkizNwVrEFVTQu7u7eej3gdwRjyUtlNmr2BOvM1KOHvCLNhC1SlwWPeWNVhliyGBoS3r712H-lYoGzuHJv9E','Christopher Phillips - Nurse Lucas was great,',3,'',10,1),(1196,'2020-01-23 11:18:56.974945','AIe9_BGErQpX2pRNZrXBy5NOsH0eVUGQRxPH3dy3OOipa_2XgV-XLiYBlJV9nZ4N3sk9FcB7gZuorOmhYOcH3iiaSLUFbeLsA7t07jCciHwui4_oB7rguUU','Buffie Holcomb - I had a really good visit. The staff here was kind and greeted you with a smile. They were genuinely concerned about your issue. I highly recommend.',3,'',10,1),(1197,'2020-01-23 11:18:57.024297','AIe9_BGvUJd9etQojwpjZIMsiFne4vR5eB9m4IAGVDC1yDx_dXQ-POkaMo57-ifCL-scho-wkGhCVvJMGl6GxRiQiaKBPiUMcP_0SZZrWSL3TOzgFnUHTtQ','Heather Quigley - I took my son for a possible ear infection and was in and out in 35 minutes. Aileen at the front desk was efficient and quick with the paperwork. Chris and Andrew got him triaged wit',3,'',10,1),(1198,'2020-01-23 11:18:57.122741','AIe9_BGeWygkZoY6qknDFQmPvA4c_0nIcbjwEkKzaYRTSX7XT-xY1tN4H2tmcmBnjvvgIWUJUMP0DKky-MBL7ziSWYbtjFxS565JEG2ZNDFw_QL2qy-nvMw','Madhurima Gupta - None',3,'',10,1),(1199,'2020-01-23 11:18:57.172049','AIe9_BFL0OZrFaHgoJtqifT1GHrIScfxJt3EvuSo74XXKSK88yNowEYVU9SWRB4uTnokAtHir0F41y7Wo0FLqF24OBy5gehrvXK8kNG_dFxjZiLK4Mj4wAM','Linda Walker - My daughter and I had to visit signature care while visiting Houston, for the MLK Day Parade. Everyone there was kind, Professional, caring and concerned. From the time we entered th',3,'',10,1),(1200,'2020-01-23 11:18:57.221444','AIe9_BEV1VP1woYvuPRixSBHlWg4LdjSF6qO5E67LOQcDdJZpXDKvHcovW9VnbFRQ4tvvdiLBWLZdCfQoUmy5WF7CJh8AqNG4igfMsWGwG-i7kycFczfnOA','charles beasley - The staff was very friendly and Lucas was very helpful',3,'',10,1),(1201,'2020-01-23 11:18:57.281741','AIe9_BHZM2k_MpOhRgkb8w5Bn_urcKr-gJRY3oaKUjc5xJ4OZ9AyMO0PIGmyeg3SlGqEopK1Vk-UllEPHrFiQAO6sVv5d9mOeJksgR1wOEAQPLG52ZlcN6w','Jack Right - None',3,'',10,1),(1202,'2020-01-23 11:18:57.342091','AIe9_BHR7p0hPy1flx1br0TYdEUBC9noJIkNvEhsR8GjSUIg1M9SIUmUuNf5PsVHN4zKsnbETvQNZ-eA1wQ4QNRj5Hd3v0P9U-15wXTNvMP1spyfrQjLx08','Brigitte Velez - Came here because my mom had a really bad allergy reaction and Tanisha was super friendly and helpful! Translated for my mom and was so friendly! Constantly checked up on us! \nDr. Zhe',3,'',10,1),(1203,'2020-01-23 11:18:57.490013','AIe9_BFDvtvCY6mNmVUeGBiBb7S5a2U5t4qms6LFokb_mPCbHk86MB_cjYnNbIQOqD0qXXNY9QG8uthcCNnYuH_lhNSJLhosI16OhYBpNY4HQ8fiLKJyhww','Brooke Smith - We come here anytime our regular dr or walk in clinic is closed and they’re very good.',3,'',10,1),(1204,'2020-01-23 11:18:57.539268','AIe9_BFu3rdicGrPrzdyu4PDXmqMdaxJp0PaYMR74uE45YPFbCR9ZW23DDVMjEr-zusvEMRccfsmI5bULNaY-ro5eYsauEIz9acTJUrRv9wHuCCzYrTDrq4','KA Hall - After struggling w/severe colitis attack for several weeks, reluctantly realized had to go to the hospital. Aisha, our mobile IV nurse with Luxe IV, recommended Signature Care Emergency Cent',3,'',10,1),(1205,'2020-01-23 11:18:57.638003','AIe9_BGlY-BaOO_aND3JZqxJBS1Rg6SXHz5aYROhlfePcmqbokRm30ic3HKGGxbLJqoq7Xngi8C2uvs4yvp7TT1AqpzYjAJarfcm1j7auHHjTpr0Bd-qmNU','Jasmine Orduno - None',3,'',10,1),(1206,'2020-01-23 11:18:57.698121','AIe9_BEAgUIalCkcXZnurOUpP4uA5bWjydtXBvTNo2bU7T8KX5jfaz9Nb4TKQO97bppy19NrenRatDAOVIrraVyt1ZneFOfAsjPhaf92to7MFOpirbUiMeU','Tony Davis - At least 5 people showed up in the room to check out my wife. Very thorough and professional. Highly recommend this facility.',3,'',10,1),(1207,'2020-01-23 11:18:57.796757','AIe9_BFqh_zr355jzGaEpH7666zc9OHSZK_Wwcf84YJGmRFfR9RFJVHvWU7jWp4z9nnFQd3S4j5ZyPelBM7Ldl0yx4sVM4JBPiMTjEKEqMHhWg4YrW_4Rsc','David Delgado - Excellent staff :) Kristina, John, Hanh, Genesis ans Doctor Jaber were all very nice to my brother and very informative',3,'',10,1),(1208,'2020-01-23 11:18:57.894766','AIe9_BFhqAtkXvUqdYNeMuBBGjaAx64zW321r6mJ7PMwOOYnXveXj-dZkSyuFSnBK340w4Uf7-UkGSZCFIfq6H93DRDiIeDLmbPvS4ySLCckKgpI65hxqNE','Joseph Caballero - Kristina, John, hang, genesis and Dr.Jaber were all amazing. Would highly recommended.',3,'',10,1),(1209,'2020-01-23 11:18:57.944643','AIe9_BF8X4EpR_fF6mwcYdso9awgG2cu_iWa2cWQODnd7XZAnI-907qAcoVGSAsmVRrFec9aDXjzIGP2cCZyzCrsMEV7-jhyIk7IFSivf5551jZapISs-pM','Cara Donahue - This group of medical staff was just Amazing! Hands down! I had no wait time, Dr. Hemerka and nurse Kat were just simply caring and attentive to me. They had me feeling better in no tim',3,'',10,1),(1210,'2020-01-23 11:18:58.004894','AIe9_BGZuRKHeO1iYrcf4B001kE2diCXj9nKwPzU7LuxddGKE8TmYaNM7LEGtCpm8Xmz8_cd0wtD91xp1jZC1B4Ru7klL6lm2pef4jge0e_4aSF9PQU2-BE','Jonathan Hoar - The staff was very friendly the entire visit. The nurses (specifically Jacob and Remington) were knowledgeable and explained everything that was going on. Dr. Vakey was great! He broke',3,'',10,1),(1211,'2020-01-23 11:18:58.065501','AIe9_BFhqAtkXvUqdYNeMuBBGjaAIdpiqHVAvRKpoSB91qGCyQrXiKGUAkhQa-OnHign3eXPaCnMYmf8N2FCqsy5cMPtSdJHzpD56WJwzkqzffp4pCKSH-k','Jaymes Roberts - Great experience. They are always super friendly and best of all fast!!!!',3,'',10,1),(1212,'2020-01-23 11:18:58.125791','AIe9_BHkHJRvhG8n5BjqdcMSKR_FLa3KaXNcFINVTPBcwXPiktJ4zkQ6tmhEYFxUh8BwqKhYD7jxZ91cAc8-jCN2ZRLLuskfy59L8w5CQ__2_9CYrXaK2CU','BlazingHype - None',3,'',10,1),(1213,'2020-01-23 11:18:58.224357','AIe9_BGTHfLB7ZAtvlQmidaL-PvDr7Xu10mGcKygXnWUlyrnQXYUWf04Y46TpL9bwtdb0R0vYwHSZUTA9Vvc5HmVlMxXhCcP6T41evxw2vtDAyCXQqT8VzM','Allina McDaniel - Awesome and quick! Dr. Remington and Jacob were great. The front desk Kendra was so helpful as well! Highly recommend.',3,'',10,1),(1214,'2020-01-23 11:18:58.284576','AIe9_BGZuRKHeO1iYrcf4B001kE27ZHgDUrytflkNvc4D7KurvnhWCf7KlaG-lwvu3BtvmoT7tx2VwVMhBMg8RwIc--w-is1i5if5d454pAwGrK9usQKCh8','Brandi Reed - Kendra did awesome! She really hooked it up!!!',3,'',10,1),(1215,'2020-01-23 11:18:58.345158','AIe9_BGZuRKHeO1iYrcf4B001kE2tNPRlmcUla5P1yH3OOgTIBDKWWid97V21HLx01pyi0Q2XEj0Cd7T4FKlTkagVZkDyYgKE4ZxC2rcgHw0FErICeVpPcs','Kymberly Sredanovich - The care was fast and effective. The receptionist made getting registered easy and with kindness. I hurt my back and they knew I was having trouble moving. They assisted me with',3,'',10,1),(1216,'2020-01-23 11:18:58.405597','AIe9_BGhYIk2KhOdF8fekWDvq8JU1kBqlyJ4jAsGJxFnlx1F0EHXaiQ2KeUQDZt-nd7_KkZLAO5xWcRn0XQZb2EwuDwxcPXN2Z34ezBhavDS0oZLpgSiG0Y','ashley williamson - Best experience ever! Love, love, love the staff! Dr. Goodman, Adam, Andrew, Chris, and Aileen were all perfect. I couldnt have asked for better care.',3,'',10,1),(1217,'2020-01-23 11:18:58.504063','AIe9_BGvUJd9etQojwpjZIMsiFne_PS_QRw0fI_XalL-XsP9qU3nnfH4t29H3KvQKu1ak0lMqjESI0t9SUQmytZHgpceT2bJX-4Rs2ErtPq0nXog6Le4nNw','Valerie Rangel - I came into to SignatureCare and was immediately welcomed by Kendra, who helped put my nerves at ease with her positive and reassuring personality. I was helped by nurses Jacob and Re',3,'',10,1),(1218,'2020-01-23 11:18:58.602634','AIe9_BFu3rdicGrPrzdyu4PDXmqMGve1gRl5VF4OydMZ295htCvbPcp02uowuasi1x4MoC2uczFbnRHVfiPpaC1j7RwWoStox3FZcKo0buo3bprnNzgNYGo','Saher Nabulsy - Fade fast and prompt service wife was in a car accident and they took the other vehicles car insurance and did not charge me!',3,'',10,1),(1219,'2020-01-23 11:18:58.662909','AIe9_BGlY-BaOO_aND3JZqxJBS1RIrSEG9Yw5h_GlXRzH8zomNVOvL7LLNiycC85W1mcbFZmPxNSerlIq48NBhmPud3uncPm2xs5GUmeQXksjGmZg06s6JI','Leslie Bustos - Loved the fast service compared to a regular hospital. I was in a car accident was able to bill the person at fault didn\'t have to pay anything. All of the staff was great. Dr. Jaber e',3,'',10,1),(1220,'2020-01-23 11:18:58.723397','AIe9_BHkHJRvhG8n5BjqdcMSKR_FZTjFDT8hcdcy1Ft_5HZ0n2fBu-pbc-5EyA31fO8SuNQx8gp3akxO-4rTS7OFuPvoZA7bI4ehzb75hB3FxhIibYFhNiY','Jamaya & Rannisha - None',3,'',10,1),(1221,'2020-01-23 11:18:58.783884','AIe9_BEAgUIalCkcXZnurOUpP4uA_pPG45HKLX4pusCVodhFC7MuCpzqsjKyqvLMwrXmfVrAIjmMel2fFXC1RfrWq4HEzPDhRrKmrDityWjOgV7zuey5ElM','Janet Troxell - Great to have such a great place close to home. Full service very friendly staff.',3,'',10,1),(1222,'2020-01-23 11:18:58.882343','AIe9_BHVBnWjBJvk55vq2QEm0wl-IuukaDqVqXOtKYh2w3q1yiPqQh_29SK_OY4Xl34f5hu6YJlx0Jeu5f3heSTAQwvEZn98Cv9WHjtUI5vNSZQ-gex0lCA','Amanda Hicks - None',3,'',10,1),(1223,'2020-01-23 11:18:58.980677','AIe9_BExcxslmE1rr7n5jMcadSKe8f9LnJbVy0InEtR2iEBM5MxAo-_FiXmVkR3jwsByJh0IxEyS95uMsufRJnYt9MPahYuDKELvhtXsa5gBWFuxqyNeOTs','Bill Iroh - None',3,'',10,1),(1224,'2020-01-23 11:18:59.041314','AIe9_BGTHfLB7ZAtvlQmidaL-PvD09udxOqxTUEEm6CX3DHI5518gxpNJJdAPfGB0rkA21oE9-J1fAt2my5dBUrsHvy8uu9OinmekWRrYZuJot7JSFSq_0A','Jessica Zamarripa - My experience here at signaturecare emergency was nice. The front desk admissions Kimberly P. And Cecilia Z. were quick to check us in. The Nurses Nicole G and Olusola S were super',3,'',10,1),(1225,'2020-01-23 11:18:59.101645','AIe9_BGTHfLB7ZAtvlQmidaL-PvDCuyJiVKUnE-V2-x1p2732lcsK18r1Aj5hg5YHIUvLnfUjKEaPbBAc6j2fuKtsfjcr_Go7XUNnv9IfS9J_-SNU1mn_Ks','MarissaJuarez11 - First time here & they definitely brought us to our room in less than 5 mins. The staff did great, especially Nicole G. who was very sweet to taking care of our son. Our doctor that ',3,'',10,1),(1226,'2020-01-23 11:18:59.162021','AIe9_BFLHEJ8hYqd4VCbbc-EtvgMHuxhlhcsq9ZwPozYjzHdlYYdY4VxtKKIfmASrXMJE95-gJcztTh6P7tR0d4mUlfvOudogFJ4MiexR1v5BtyYD3TjPhI','Anthony Vergara - Great Staff! Came In And Checked My Son Out ASAP! Loved The Way They Took Care Of My Son! Totally Recommend! Best Nurse Is Nicole G., Dr. Stevez, Olusola S, Dustin H, & Tim M!',3,'',10,1),(1227,'2020-01-23 11:18:59.222485','AIe9_BGlY-BaOO_aND3JZqxJBS1RSHcZVpj38ctsKYdxzDBhbYnXgetnRrpP08BLn5l9lG7nTKt7Dy9A67bFnHrcaFhtuuteZ36VIRI9xuAsoUwuJDrDTf0','Joseph Balita - SignatureCare took care of both my wife and daughter when I had to unexpectedly bring them for their illnesses. The front desk staff Kim and Cecilia were both welcoming, nurse Nicole G',3,'',10,1),(1228,'2020-01-23 11:18:59.320951','AIe9_BG84YPnR8vhxeJfV_lAYVNiQsp0vJ_XP26Bxs2MMrHSGQFOEF2Lk20DUkpoxIteQQmOqLeAj1g9iO-7lHV7HJ_9dlBL-OrR4F4LYIjQM-cR84zKqd8','Alexiya R. - Rebecca, Dr.Kimball, cat and Remington, Patrick and Morgan were extremely helpful and Nice throughout our late night visit.',3,'',10,1),(1229,'2020-01-23 11:18:59.401295','AIe9_BHx9wW5OAXpNIH08blLdli0AwTpHxA1f25Xj7VAVsvIbQtEsIZuGwXS2MlVel_5wJSJziEFM4ZP3N0OMFp9H0B5oUSx4DSht5_pUqT9BSTzIiFJpds','Inga - The Yoga Goddess - Excellent staff. Attentive to my stepsons needs, and very thorough. So grateful, thank you',3,'',10,1),(1230,'2020-01-23 11:19:21.034425','9887','Thank you for taking time out of your day to review your experience with enTrust Immediate Care. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back o',3,'',9,1),(1231,'2020-01-23 11:19:21.136148','9888','Our goal at enTrust Immediate Care is to get you in and out quickly and back to good health. We hope you are feeling better!',3,'',9,1),(1232,'2020-01-23 11:19:21.185415','9845','Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare',3,'',9,1),(1233,'2020-01-23 11:19:21.234606','9864','Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!',3,'',9,1),(1234,'2020-01-23 11:19:21.283938','9861','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they',3,'',9,1),(1235,'2020-01-23 11:19:21.333239','9862','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.',3,'',9,1),(1236,'2020-01-23 11:19:21.382473','9875','At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope y',3,'',9,1),(1237,'2020-01-23 11:19:21.431771','9876','We appreciate your great rating, Madhurima!',3,'',9,1),(1238,'2020-01-23 11:19:21.530305','9867','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your mom. Thank you for choosing SignatureCare.',3,'',9,1),(1239,'2020-01-23 11:19:21.628846','9868','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical need',3,'',9,1),(1240,'2020-01-23 11:19:21.678123','9869','Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!',3,'',9,1),(1241,'2020-01-23 11:19:21.776207','9870','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!',3,'',9,1),(1242,'2020-01-23 11:19:21.923995','9881','We appreciate your great rating, Deann!',3,'',9,1),(1243,'2020-01-23 11:19:22.023216','9882','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.',3,'',9,1),(1244,'2020-01-23 11:19:22.121113','9883','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.',3,'',9,1),(1245,'2020-01-23 11:19:22.220023','9884','Thank you for your feedback. We appreciate you choosing SignatureCare!',3,'',9,1),(1246,'2020-01-23 11:19:22.269365','9854','Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!',3,'',9,1),(1247,'2020-01-23 11:19:22.460278','9855','We appreciate your great rating, Thomas!',3,'',9,1),(1248,'2020-01-23 11:19:22.657099','9856','Thank you so much for giving us five stars, Jackie!',3,'',9,1),(1249,'2020-01-23 11:19:22.804811','9857','Thank you Jack, for your great rating!',3,'',9,1),(1250,'2020-01-23 11:19:22.854125','9858','At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review.',3,'',9,1),(1251,'2020-01-23 11:19:22.903344','9859','We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare. Hope your wife is feeling better.',3,'',9,1),(1252,'2020-01-23 11:19:22.963662','9860','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical need',3,'',9,1),(1253,'2020-01-23 11:19:23.012951','9846','Thank you so much for giving us five stars, Jasmine!',3,'',9,1),(1254,'2020-01-23 11:19:23.062156','9847','We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare. Hope your brother is feeling well.',3,'',9,1),(1255,'2020-01-23 11:19:23.111516','9848','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.',3,'',9,1),(1256,'2020-01-23 11:19:23.210055','9849','Thank you for your feedback. We appreciate you choosing SignatureCare!',3,'',9,1),(1257,'2020-01-23 11:19:23.357821','9850','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!',3,'',9,1),(1258,'2020-01-23 11:19:23.407261','9851','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.',3,'',9,1),(1259,'2020-01-23 11:19:23.467663','9863','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureC',3,'',9,1),(1260,'2020-01-23 11:19:23.527998','9877','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.',3,'',9,1),(1261,'2020-01-23 11:19:23.588249','9878','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.',3,'',9,1),(1262,'2020-01-23 11:19:23.637931','9879','We appreciate your great rating, Amanda!',3,'',9,1),(1263,'2020-01-23 11:19:23.697926','9871','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We',3,'',9,1),(1264,'2020-01-23 11:19:23.758451','9872','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureC',3,'',9,1),(1265,'2020-01-23 11:19:23.906221','9873','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.',3,'',9,1),(1266,'2020-01-23 11:19:23.966703','9874','We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the n',3,'',9,1),(1267,'2020-01-23 11:19:24.026980','9880','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your mom. Thank you for choosing SignatureCare.',3,'',9,1),(1268,'2020-01-23 11:19:24.087663','9885','Thank you so much for giving us five stars!',3,'',9,1),(1269,'2020-01-23 11:19:24.147818','9886','Thank you Jamaya, for your great rating!',3,'',9,1),(1270,'2020-01-23 11:19:24.208219','9866','Thank you Bill, for your great rating!',3,'',9,1),(1271,'2020-01-23 11:19:24.306638','9865','At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to',3,'',9,1),(1272,'2020-01-23 11:19:24.405418','9889','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hos',3,'',9,1),(1273,'2020-01-23 11:53:09.359069','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2a2lqYpflWnvrilUtUvjPgJdzxeVfQRN9FDP7WjmirmyO8Ku55STxXJsZqAeNRQJFxJJS8Zn5oOhwzeH63FZRkicjAVk','Zubair Nawaz - For some reason I’ve never been to emergency center before. The other day I had a bad ear infection and I went to Signaturecare emergency center and I can tell y’all that it was a good ',3,'',10,1),(1274,'2020-01-23 11:53:09.417529','AIe9_BHAFUK2tNBZL25dLQ0jVdh0Na6nQC_a7EeN9sAweZibfpJTHCbRtUd1V1B9SaAcuFz2FfzdkzmEBNRoU0A2H4l21IRIi528Pr2XqTmud-1ZahuqA9M','D\'uane Merchant - Kimberly P. and Cecila Z. were kind and patient as my little niece chatted away. They were not rude and very accommodating as we waited for my nephew to be seen.',3,'',10,1),(1275,'2020-01-23 11:53:09.515667','AIe9_BGlY-BaOO_aND3JZqxJBS1Rbr4Qz6HVroBiJqs8XDMScym7i-VmJFPundgE_FFW14RumYf9g-yrIG9YR0-ZueBsgBH8W8m8nT7wv07a7tte9bXqh9A','Dyanira Saucedo - Just visited this Emergency Center, the service was super fast, and the receptionist Kimberly P. and Cecilia Z. were super nice, helpful, and friendly. Very satisfied with treatment,',3,'',10,1),(1276,'2020-01-23 11:53:09.564942','AIe9_BFQ5F7lhNP5_ppaS_sKelW4Q34iyg4siNkUKJ5vbQ5kBnjsYYd90xCokwE-FqpyIbGYXCyJesHVc6eolztqVgX9D9u7Xw5IHoGbuSRvYT2pCCavjUM','Kaylea Rucker - Lucas and Jennifer they where both nice and sweet',3,'',10,1),(1277,'2020-01-23 11:53:09.614261','AIe9_BGZuRKHeO1iYrcf4B001kE2s_2E-6s77jkn5oVAi2j-zaoTzoM4jBZrHHPl6AGhDl7VLUAUyg6aJeMGPUAlOvrRGih3kt_rBzpzpFOJ9yBhEUQpiM8','Chantail Burns - Lucas And Jennifer Was Extremely Helpful And Dr.Henderson Was Amazing And Very Helpful',3,'',10,1),(1278,'2020-01-23 11:53:09.663360','AIe9_BF9X3094ISxKFNbAUDe3Xegm8IZbg-V-Z4S2rZ9153Y277hh_zFVRJZLj6xsyL7zhPgfRiZG2ZDuBCImrxGXQtHU9QsVS1uLLZfy-ZUjEOugJDTy34','Rebecca Smith - Ebony is awesome.. She is so friendly and welcoming...',3,'',10,1),(1279,'2020-01-23 11:53:09.712431','AIe9_BFMK6FB7k24ANEBV5CospTTkSDvsy8vsp14LThrNaqUWLqIUV7RT-46Ao2QiwdUcM6UlcU8ff1mzFum7tj1UOHHnc6yEOKT0GVe5WPWNEzJzQfKljE','Amber Molina - I was checked in by Kendra and seen by Dr. Vakey, Jacob, and Victoria. Everyone was so helpful and went above and beyond to help me and make me feel comfortable. Would definitely recomm',3,'',10,1),(1280,'2020-01-23 11:53:09.761353','AIe9_BExcxslmE1rr7n5jMcadSKesqyGpklRcIyRNXLn0m4ZPLhCR4i8LpNzjeOYzgZp2VCUBo4MxTr-mxiUDNJxEY8ASC4FrAaTfgO3eMEthHcb5BvsgI0','Bill Iroh - None',3,'',10,1),(1281,'2020-01-23 11:53:09.810472','AIe9_BExcxslmE1rr7n5jMcadSKeB4VTK3PfZv1MFtJoinaNNuBn2krl4pi0W0w-ol0lihEsyIZ25BrjykHEMFcg5tyYPabxjJGPFi_FWfRhYpXdttM3WDM','Bill Iroh - None',3,'',10,1),(1282,'2020-01-23 11:53:09.860017','AIe9_BFhqAtkXvUqdYNeMuBBGjaAE-SI8KU0KmxmBpIA0L8Iujklkd9aKYFXCx_bwfJQVbZzJg8ImZ7HFHR2Bi_zzvS3TWLBgq4PmwYFUP9529hACwz8h8M','Kati Donaho - They were very friendly and the check in and care were both exceptional. Thank you Jocelyn A for being so helpful!',3,'',10,1),(1283,'2020-01-23 11:53:09.909184','AIe9_BGvUJd9etQojwpjZIMsiFneWiiFig8jGI55jlujVGfJJChf8G5ujMjucmIVj0Pk2H4BoODRpjiJ3sHA2zIu5GKauSO1zyASj_BfBRiED6gNFABlFsU','Justin Mendoza - None',3,'',10,1),(1284,'2020-01-23 11:53:09.958407','AIe9_BFqh_zr355jzGaEpH7666zc_WPeTqS_euu4pbGBTQ-S27p_BHDmBZMaT6IZ1CrlUL5LUcuNjlIaCGmbrUw5KTkOg1mxsdnpJgvW9oi5-xYQEOosXhw','Beverly Edmonds - Jocelyn on arrival was very helpful and lead me straight to the back to my spouse very professional!! \nNikalea the nurse was also very helpful and professional the whole time there. ',3,'',10,1),(1285,'2020-01-23 11:53:10.007490','AIe9_BGErQpX2pRNZrXBy5NOsH0e2XnI4I8bIlfk44RS72OmCviwttw3tdClpa36J1oUshiUCgGX54xvzEm7xrU63CGW82nnoLMb6sI0Ld_2NWHYVglTLhU','Iesha Kkay - The staff was great! Joycelyn nikaela was great at the front desk it was very fast and friendly service!!!',3,'',10,1),(1286,'2020-01-23 11:53:10.067701','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2DHge00r28oEZlKXxISYfBZnODfjkCCDi9L10_Ca0WwEEccuvgBrXaVmY0hzQ3bzMHKao2--jM8-nI3hYi9Y0fMsEXQg','Keeley Thomas - None',3,'',10,1),(1287,'2020-01-23 11:53:10.166072','AIe9_BEHZ7lh7y1sP-UInhkpmlIp17n6m9ahaWTETtbBl9ouQiVxMvh3mVdMCPgYN_tIZb0fN9BLNKosh4kRX8hNaYeW6RoCjQG7hLNjgYsjbijU-8aZ3UE','Garland Vennus - None',3,'',10,1),(1288,'2020-01-23 11:53:10.215303','AIe9_BFmRFRFwJGRfUDOW8jG3rXn9SI9ofo6Z0J7Y3MjN4ToP9GLnAqtmYdAWWtSBUlc7a_ZL8lRdTuOvr5OuQTFwl8htHHjAx-0rqi7bkPiBC9fxZXp-mQ','Arianette Campos - This is one of the best experiences I’ve had at a clinic. Every person I interacted with, the doctor, nurse, rad. Technician, etc., was very kind and helpful. I worked with Kendra a',3,'',10,1),(1289,'2020-01-23 11:53:10.264413','AIe9_BHkHJRvhG8n5BjqdcMSKR_FdJTylgPFMGX2oficMJtP_heuN_VR-BiE1ElPtN7yPZHGkHahDiU6RVOBv4XRgLiK5v2j30MBN_Nr5qrRDKZP8Ie5DX8','Dejanae Eleby - Overall great experience. I was nervous due to the pain I had but the receptionist Amy, nurses (Regina & Natalie ) & Dr Henderson was really helpful & informative.',3,'',10,1),(1290,'2020-01-23 11:53:10.313574','AIe9_BEHZ7lh7y1sP-UInhkpmlIpE3TR40YIA7z63etyqSFwlCCnVwYU9rh4QSYp_UmW2dkaMib6UwGst9q8cHzNfuOO0Yo9Ou0YOqDqgwSBCSLC1s_xKbY','Morgan Kingsbury - I had a great experience! My friend was able to be taken care of in a timely manner. Kendra, nurse Jacob and doctor Vakey are very professional and super nice!!! Would recommend com',3,'',10,1),(1291,'2020-01-23 11:53:10.362857','AIe9_BExcxslmE1rr7n5jMcadSKedIRV1t32Lw0FpwLTakinQ-Fyq5SsMUX7LgxXW-P77rUoF7MBvV29GUdyBQQI5Y5Pht0k54hwWPFq-MdsIhLX7WlLjno','Jennifer Aguiluz - Excellent service and very helpful.\nRegistration Jocelyn and nurse Lee were amazing.',3,'',10,1),(1292,'2020-01-23 11:53:10.423064','AIe9_BExcxslmE1rr7n5jMcadSKe7Eptm1faIpdkoEf6-nRrTecN7xt_eSaSp2qjSM8fImgw-4QrzE3D-3p-_ln5Vot-FWYRxjCSqyfwNKttv-61rIrZVlc','Landria Manuel - My experience here was the best I ever had at a Emergency room! From the moment I walked in the door Jocelyn was friendly and super welcoming. Before I could finish registration paper',3,'',10,1),(1293,'2020-01-23 11:53:10.483432','AIe9_BGIy_plKfaZrItPyyQZNLvsHDrJ0QJeltTCyWsArxMkzmyDdrdMK6hXja1ZtL-mfIJ6qa6-JJYOsiw4HF9AKoezUzJmex4ybWv-Pqj6BDfo0daMD0U','Erica Jones - Everyone was so kind and attentive to our every need. There just wasn’t anything they left out. Front desk staff Carla, Kim and Linda were welcoming and helpful in getting us in quickly.',3,'',10,1),(1294,'2020-01-23 11:53:10.581617','AIe9_BFhqAtkXvUqdYNeMuBBGjaA0iIEAkXxKGrnfG_oSya1priBV8x9Gm4eFgT4Iv1hnIvTs-mZpnMZ8RuxlCQFxgVfhEtJB-JYxuUwiDh-QNyp61GmL98','Courtney Mahoney - None',3,'',10,1),(1295,'2020-01-23 11:53:10.641851','AIe9_BGlY-BaOO_aND3JZqxJBS1RHki0iLwAufMCzRhTEiJDkK9c9zN97zHoo3CYrdYFum4MIScdtlAaNdcFRcEK1sH3M3Loo10V4ldo7jC3GhjSj0kf3jQ','Isaiah Green - Great environment and very clean. Lucas, Carla, Dr. Henderson, and the rest of the staff were great and very friendly.',3,'',10,1),(1296,'2020-01-23 11:53:10.702034','AIe9_BH3gZxYpIxBZcqAOO5HuBVkgAHih2pEyt8NT-xrPKDFinqh8TOxntGFMUYAiRnvrqRfI-kB633O4DDVph_CRmDSmT4uvdufQxxFPFOd-VPT1LvLC4I','Andrea Elizabeth - Kendra was great , very helpful',3,'',10,1),(1297,'2020-01-23 11:53:10.751310','AIe9_BExcxslmE1rr7n5jMcadSKeGs2NiTUzYofGsBLEKEqvYuWvG7SQGa25oWsAD1dn4cMDtv_A4Ouc0m-tMoHQj4KAbF0EmVLxM7SzaEQsaE27GPkd5Yg','Jeremy Solis - Kendra was super helpful and answered the questions I had very clearly',3,'',10,1),(1298,'2020-01-23 11:53:10.811573','AIe9_BFL0OZrFaHgoJtqifT1GHrIJtmfWp0WL3lpucMjHHNmz2k0M1H_Ymcps6ycWSHEBcXotaf9cToxXKPdVQc3LPMwsqMN-Kfsjkjq165w2yD7WXUCiPE','casandra gulley - None',3,'',10,1),(1299,'2020-01-23 11:53:10.871344','AIe9_BFhqAtkXvUqdYNeMuBBGjaAvtFhKvG-IkmyfxhTP2NHHIKYa2RnG72joe9Jl6AYBw8Q_hTMrN8RMZt4qGxJ-gt-2eUGtSGszfi55ZSUem-rgRvjj2I','Sterling Perezly - Dr. Ortiz was thorough and took the time to talk to my urologist before deciding on additional test.Kristina displayed her professionalism and extensive experience. Laura provided ',3,'',10,1),(1300,'2020-01-23 11:53:10.920707','AIe9_BFLWlqwz3qGBnCfbAsLD0lVVOBuPYzJeKfQjqvteL_BbELmfTMsI4iUAkfopXgzNT6XwMxhSGgW_5X0grQKGzcSeWIGEKkbSYplZjGwPU9TzN7bD4w','Matthew Bohac - It was a very good experience and the staff was very nice and helpful. I will definitely come back if I feel sick again.',3,'',10,1),(1301,'2020-01-23 11:53:10.970145','AIe9_BG84YPnR8vhxeJfV_lAYVNiimv6lMpHVPSHFzactOU44nQ9cQQaLJ6PizAa-bqY95mZnAefMawOXJVFCitP8rSWP8CWpV1ncrQf4pWPC8sA4qMBTjw','Daniel Munoz - None',3,'',10,1),(1302,'2020-01-23 11:53:11.030052','AIe9_BHx9wW5OAXpNIH08blLdli0cOdj-MVuABEv3MKviUgkfZIVIwI1azT3v5RC1QZ64fDs9y6HE6HW9v94xfr_QDiK_er9_X-UCoUn9czUnXEDEoGBf8k','Valerie Mosby - My overall experience was excellent. Fast quick service and everything was very pleasant from the receptionist Patricia to the doctors. I recommend this facility for all of your health',3,'',10,1),(1303,'2020-01-23 11:53:11.079259','AIe9_BF9X3094ISxKFNbAUDe3Xeg2ijv68ThLiW11tHye7gGnPogo2WYUCJ72v7TVpTn665BfYyB__u_K-5RCigDE5_KcrO29HvvI8hWoI7tC9PEw7ogr68','Melissa Mongroo - Efficient service by Jessica',3,'',10,1),(1304,'2020-01-23 11:53:11.128856','AIe9_BFhqAtkXvUqdYNeMuBBGjaANbtUfaOe1T1e6s6objlKAr7bdWLIKciucpfABw4FTwranb-BFR2HMQ17jjKb4cGDCoYVc38UmPWxVHnffaEMB4AW3r0','Farah Sahajad - Amazing staff! Quick service! Jessica was amazing at the front desk!',3,'',10,1),(1305,'2020-01-23 11:53:11.189379','AIe9_BHx9wW5OAXpNIH08blLdli0K8eF5vCWzgFfmMwS9mjOx8wElhIvwnIfbPQZV-vav6KcCBJZpI-N28Ep1D0mnInAFODJ4ktTD-YAMqQ0dBVMfRQmAf8','ana alvarenga - In and out . Very fast ! Place is really clean . Love the staff, Ebony and Dania were very friendly! Make me feel like home ! \nDoctor He , explain everything really good. I was',3,'',10,1),(1306,'2020-01-23 11:53:11.249443','AIe9_BFL0OZrFaHgoJtqifT1GHrIXfQQxj4Z6xoEqAIm8FyKTfA-6tuWsYUj0dZexAhmDefUYW8OdVZGt1PR-iwhJwzSQVxqjBn8zYQmcNO5TBooq8868H8','MERARI GONZALEZ - Excellent service very friendly staff and clean facility Patricia and Jordan',3,'',10,1),(1307,'2020-01-23 11:53:11.358719','AIe9_BHR7p0hPy1flx1br0TYdEUB6s9S0VWCTR_4suJjyDCKuaLWSeMbyDHG9fDqlmiIwhmtAgmDCZGzTsUn-IqNYgmXsmrVIjDOLUIuizsO_vR52S5e4oo','Rudi Marie Martinez - The staff greeted us as soon as we walked in and were very attentive. They were quick and precise about getting our friend checked in. Rebecca V. was generous as we waited in the',3,'',10,1),(1308,'2020-01-23 11:53:11.418971','AIe9_BExcxslmE1rr7n5jMcadSKeYvTPWo7yP8cwc0Rxfoli9fOI3ntTVANWvS4OlIe9g4t1LZHjmvhpIegpsWYdwxQrKd89K2hwNtLTf2bODo4lQIuA4qY','Antonio Chong - Came in after a friend’s injury, Rebecca on the front desk was very prompt to assist and get him set up quickly. He hardly had a chance to sit down before they were ready to help him.',3,'',10,1),(1309,'2020-01-23 11:53:11.479322','AIe9_BFqh_zr355jzGaEpH7666zcRNbFYpPLZjAp_MnV7BdarfQrblEGQi9t-eZrY2RB4NZv_lpGcc8G5i5GhQECCeN_2WG6TEtW_MsEHPMRSjuKC76tcMM','Elijah C. - Friend busted his lip and so we took a late night trip to SignatureCare. Rebecca V. Was working the desk and was very helpful!',3,'',10,1),(1310,'2020-01-23 11:53:11.539752','AIe9_BFFcAiX3_kRXfnRLgvL31Hri7whSKnX7Bl9KiN1RgK2uywKJvzFYSHlspoKiTnFA5M4cCYOgFL5vFCWK6ZSVgNYl6g2Mf238xFe-ixk9hQHl_UdTFQ','Sophia Pearson - They had really nice area for those waiting and Rebecca V. was very accommodating',3,'',10,1),(1311,'2020-01-23 11:53:11.638083','AIe9_BExcxslmE1rr7n5jMcadSKeJt8PUJZ4tqp03PfV9aW9zWVHVxog0RT3HkOWL9bNk4r1anDs5hOupuL2NETQsfrmYy7k2j9d2Wl6eOs6MiaGuGLvOL8','Destiny Salinas - I want to say thank you to the team at SignatureCare! Ive been to the location in Montrose. This location was down the street from me. I came in with swimmer’s ear. Painful! Came in ',3,'',10,1),(1312,'2020-01-23 11:53:11.698181','AIe9_BExcxslmE1rr7n5jMcadSKelpMABbWJ7l2PR0GnakpIys43oy6v_T9O5yUYKyEWEMs8Z5MYajfwdjls_2epRm7wP9tVd7bYfy1Bw8PwgBqkajIGbG0','AARON VILLARREAL - They were nice here and took care of my brother. Thats what was most important to me! Will definitely come back if we ever need Emergency Care again.',3,'',10,1),(1313,'2020-01-23 11:53:11.758248','AIe9_BEV1VP1woYvuPRixSBHlWg4-KgKSxIOS8HKLlFXTRGfmqYTrcYKthvrYs5Wdf59OSq5L2GTli6iiLZXJrIS8seqGeI3MG0f60T1e3UOh0Yv1b9iY8o','Yusra Mumtaz - Came here on a Friday night since I wasn’t feeling well. Vanessa G at the front was very nice and helpful. Once I was in the patient room I was greeted by the nurse Nicole G. And rad te',3,'',10,1),(1314,'2020-01-23 11:53:11.818576','AIe9_BHVBnWjBJvk55vq2QEm0wl-NcJhFqg71z68q0S7DeBFqEbp9_Q5fBUa2yQzuCZiuwJ3ea3tcp8q_fSeH-OfVroldYX7qFjuqKJv-OmWg_yY-hqXM8U','Eduardo Villarreal - None',3,'',10,1),(1315,'2020-01-23 11:53:11.878772','AIe9_BGTHfLB7ZAtvlQmidaL-PvDBfsB6QRxmMQ-0evMkZNB7MYQPT3FvWSUQsDYxl6xqmlKXKtbHdX3x0TxV11GJeL_68vWENx67RKihi6XI8cEI4aUHWo','christina villarreal - My son had severe eye pain but it was coming from behind his eye. He is 10 and it\'s a big deal to him. As soon as we walked into the doors we were greeted by Shania. All my ques',3,'',10,1),(1316,'2020-01-23 11:53:11.927602','AIe9_BFL0OZrFaHgoJtqifT1GHrIwwqor5ZynawUAXZF95G332VdijBeDpI1BJmZxOesnvf2fkVjrVMJCvPcJgeqoq8wlhwgByHI13lDZx9grYIxjLmloPA','Ava Rochele - None',3,'',10,1),(1317,'2020-01-23 11:53:11.977290','AIe9_BGTHfLB7ZAtvlQmidaL-PvDxWUqrHvI2ndGwODpBpTIZCUpumccd414Q0E-qXGVkyIzIwDRfzzH-qf6DB8vKuTaRz2_QEarX2hxzp8-flKAnWFsMS8','Brenda Drew - Awesome place! The staff is very nice and there\'s never a long wait and the facility is beautiful.',3,'',10,1),(1318,'2020-01-23 11:53:12.037529','AIe9_BFhqAtkXvUqdYNeMuBBGjaArUiWVAvpQTV9Dl2v4-7df9YjNj9F1Z2QX9hZYHt4XugDkxHW8jFwWPXGUDleBLUaHed7IqvAVr7pJkDvpCOoblJi3Yw','Jacob Wendel - Great facility, caring and talented staff. They took excellent care of our 3 year old. Thank you Shania, Kim, Audrey, and Dr. Mauldin.',3,'',10,1),(1319,'2020-01-23 11:53:12.097789','AIe9_BHR7p0hPy1flx1br0TYdEUBiBXiPaifZw4GVcnS9ivVAFdaUEGaRWUwoTItXT8SVipZGkzAnQAxq8FkAaeX31xabi2tZ8p37ZxOl6To7wd8jnx9RcM','Ed Parker - Dr Huerta, and his staff Krystal, Cy, Audrey and Maria were ALL TOP NOTCH!!!! Very effective, very courteous and professional. I will definitely return. All Dr Offices should be like th',3,'',10,1),(1320,'2020-01-23 11:53:12.158025','AIe9_BHZM2k_MpOhRgkb8w5Bn_urPRNHxRn40MlyemsabP3NiW2ZrpsCvTuKuJYCUW59BDPAmV3VNxeG8YPOrOIA-hTC7wIOPrd4KkulEbWDmLalpYPZXG0','Lisa McDaniel - The South Austin location has the best staff. Amanda made sure that I had a room immediately and made me a priority. Everyone had an upbeat attitude and overall good vibe. I would go t',3,'',10,1),(1321,'2020-01-23 11:53:12.218289','AIe9_BHx9wW5OAXpNIH08blLdli0m8WRpDggcC1C2GiArwadvVZa98Vj4TnS9gSaS_eoINWzoo5ncvijoCQgrfyErs7CGNtzFJ15OEMuqSvu8mIMVyFPruk','Ivar K - The complete process was smooth and time taken when in emergency was less. The doctor was approachable. The other plus thing is when without medical insurance its very easy to know how much i',3,'',10,1),(1322,'2020-01-23 11:53:12.278516','AIe9_BEV1VP1woYvuPRixSBHlWg4yE1XZOn8QhkMpOCnmBf4uJaOAdwkjAT7wvPuUnv15YyUTRR7WMpFFV7E8SzD53i7kva7S4B5SOXwI_6BVE7jeKJTGPQ','Tina Nelson - First, the receptionist was so kind and professional! Sindy, Gina, Marone and Dr.Wang are the BEST! I know I was not dying BUT I was uncomfortable having to be taken to the facility by m',3,'',10,1),(1323,'2020-01-23 11:53:12.338734','AIe9_BGErQpX2pRNZrXBy5NOsH0eA-YmyBcg1Gd41MLmOhz2upKyWOlYuuRv4pJOjBKO8QVwBSzpRxouJO2OlisHYXozeKjtBCp6_OyY7hjtdItnVZeS094','LGerardo solis Gerardo Soles - Good its good doctors',3,'',10,1),(1324,'2020-01-23 11:53:12.423584','AIe9_BHVBnWjBJvk55vq2QEm0wl-jZ6FCS5cZ26uXDoHlTbYV-yxuZ3nwnRi6Yu7W86iViIAOYnoZXUzwAQ3lxyFQSEUTi_AbZ6wnaOdJrZMBPamQrYEPRE','Rechelda Stewart - Awesome Hospital love the staff n the doctors, ur in n out n they take care of u n your family , hands down the best hospital ever',3,'',10,1),(1325,'2020-01-23 11:53:12.481400','AIe9_BFLHEJ8hYqd4VCbbc-EtvgMU1VOL9Zea5Wcf99vEWCEkO5ZjfOKxlxz8DZ6SblDJBoPjqv955yn5OcSwUHVX7m-Vg6WOspTcvvJ8oq-b9HVOlRQcFs','Josue Ventura - I came here to check up on some lower abdominal pain. As soon as I got registered I was tended to. Nurse Kayla and Jessica treated me well and asked all the right questions to know wha',3,'',10,1),(1326,'2020-01-23 11:53:12.541343','AIe9_BGZuRKHeO1iYrcf4B001kE25aU06hclguc8B-cMOkpS6Ofa1-Ak_Oq8P3HZeJajcyC2wqg8EIIikmWd8Mzlroj_HzoTyN300ylbg6zsAUT68_X-pJU','Gregory Mcclendon - The staff here is amazing! Maya at the front desk was very sweet and fast with registering me in. the nurse that greeted me was very attentive and address all of my concerns. Dr D',3,'',10,1),(1327,'2020-01-23 11:53:12.590903','AIe9_BFhqAtkXvUqdYNeMuBBGjaAVGrCtbpIGhqiRNzjqjpda6bsJrYnZW8GTsaXQ1S99R4BgPNLpSfLYDcgVQMEbkUWGnH_40Nnd62c5rdoT07Mt81HPhQ','Paige Reeves - Everyone at the front desk, nurses and doctors were all very friendly and professional! Short waiting time.',3,'',10,1),(1328,'2020-01-23 11:53:12.689330','AIe9_BFDvtvCY6mNmVUeGBiBb7S5JSuAzUYV2CAdY1d2tJu3pl9RvT3ruAeY1Y4zcOzjZjZUqFMrztsYpj0MgGZKKaF2p6fSGJeN7T-tHjY_-3UVuP7W4Mw','Patrice Palmore - I absolutely love this ER! The team is amazing. Maya is very sweet and caring when she checks you in, The tech John is the epitome of awesomeness!! He’s great at IVs! My nurse was Kr',3,'',10,1),(1329,'2020-01-23 11:53:12.749462','AIe9_BHZM2k_MpOhRgkb8w5Bn_urBefqLYciMwjAjF9j3quOCyZCKEoz0AOwIwU09qa1RIeHtTX1cTGv23zxSgQfG10xxK80J7wC5DFDahaezPQzDx278lE','James Arnold - As far as private ER gose this is one of the best, they really care for you.\n\nLittle to no wait time I was seen right away.I would recommend instead of a traditional Hospital ER.',3,'',10,1),(1330,'2020-01-23 11:53:12.809978','AIe9_BGvUJd9etQojwpjZIMsiFneV2dt67fOa7wUr324V3ULUBmuRxJ-0xuBcwo8-wMhLFjBWXcKsBipqc92OTyrv7YImPTDdMnDMumGK4sm_J72c8f2C6w','Jade Nolan - Very friendly staff and quick service. I did not have to wait AT ALL which is amazing and everyone was so nice, professional, and gentle with my injury.',3,'',10,1),(1331,'2020-01-23 11:53:12.882157','AIe9_BGvUJd9etQojwpjZIMsiFne06dom5O_tt8dntwr7cXK5Kdp2UKXdJ1H3-ftaFLWEJZNhWHL3M8OtDrvNbDaryzUmReyVF-9umhBSg-p0KyN-SVw_Kc','Joseph Matthews - Nurse Gina and Regina were great! Made sure I was comfortable and knowledgeable of my visit. Dr. Wang was really kind and got me up and going in no time. Tech Diem and Marone got me ',3,'',10,1),(1332,'2020-01-23 11:53:12.939890','AIe9_BG84YPnR8vhxeJfV_lAYVNiUM3Q5jv0bVzdi72z6Y1BfMpT09l-G2Dj7fsCOXTUoBxK6kjC-fehnvJCPt5eIcGKciGW4gGSwXxgeurGWt_AAQbUg2U','Joseph Belcourt - The receptionist Itza was very welcoming and friendly and assisted me with the paper work. Technician Laura was very kind and made me feel right at home and she got me a warm blank',3,'',10,1),(1333,'2020-01-23 11:53:12.988314','AIe9_BGvUJd9etQojwpjZIMsiFne6cWEhXGL_XIRoJd_twAr0i8YgRDuWrDSmXvPu5Cay6JDBRmiJvK9NZ8jJgLCb5oyMD4iBcJ-0I6_GRpSDE7EgXBJfIU','Natasha R. - I visited this facility for chest pain and indigestion. I was immediately and well taken care of by the team - Anastasia, Joe, Dr. Yusuf Samar, Brenda and Noreen. They kept apologizing fo',3,'',10,1),(1334,'2020-01-23 11:53:13.037310','AIe9_BFMK6FB7k24ANEBV5CospTT2NyboNQD__jESPsqagD60-tK-M4KQQxiFaPhu5E9-l1fj9jVohqlE5A9rSGCYUhzWsX_3rx-my4BloSyfFShO9eLVoQ','Leslie Stewart - I was treated so nicely by everyone. Laura, the radiologist tech, not only did some xrays and vital signs, and was the first person I saw. She couldn’t have been nicer, efficient, and',3,'',10,1),(1335,'2020-01-23 11:53:13.087021','AIe9_BGlY-BaOO_aND3JZqxJBS1RVpJsB1ZTMaP_nXAjOPEDwK9HlirMB7OUd_uvGEy6NNs_gSQ5fAqlrR0aRRNgVFlQbMZMnlkffYdP0fUU-z0bZ_m3niU','Graciela GutiĆ©rrez - Exelente gracias Alvean y Patricia \nBendiciones',3,'',10,1),(1336,'2020-01-23 11:53:13.136372','AIe9_BFDvtvCY6mNmVUeGBiBb7S5C3Jbo8k0dkCtOBGkmviyW53gSTq4AsrqBlwRackcmKluMyQNNfMe-x6W_PipXkgF-dorNpOK0U_RUyDqo7E89bIFovY','Cesar Gomez - Alvean and Patricia were very helpful with my visit and getting me the help i needed.',3,'',10,1),(1337,'2020-01-23 11:53:13.185337','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2tlL5nchYTDkxoZ9QoVYGu90aJFr2EZ8Plbf6fOU6j0dSaZuaqZmERRD2lwB3LXcOvYnpiUPfVw6ZXkTEaypnrh7CUEI','Tonja Fairchild - The facility was nice and amazing maya the receptionist was so welcoming and nice. Will def recommend I was in and out less than 2 hours.',3,'',10,1),(1338,'2020-01-23 11:53:13.234711','AIe9_BEAgUIalCkcXZnurOUpP4uA-JOkSmlyNQdcNtobKApLaNvFtUArc5yqpL3a_GVlCQW0gHa-FrHvmM4cmwiLWTN-k-g9N_PkzSaNaZjTFGOSoUWjxPE','Justin Hunter - None',3,'',10,1),(1339,'2020-01-23 11:53:13.283794','AIe9_BFL0OZrFaHgoJtqifT1GHrI1YupmlZ9qjmdrF6qLiyMDei45XJUvcwSHEIvo--P6haDQkyjIt6cPTFen0gH3fDFAVMqVgexUUQeQNSdGhfU5SEFkWQ','Richelle Von - This place gets you in and out',3,'',10,1),(1340,'2020-01-23 11:53:13.332867','AIe9_BFL0OZrFaHgoJtqifT1GHrIY2OjzKASu9rLfIJEmLUes9aiH1wU6KBUU61uy6jn9dRKXWrA2-Xz3TG_La3JBRiP3Z3dM3cmZvoaeOnmmWSTo3OFbnY','Erin Wyrick - I’ve been seen here a couple of times, and always the best experience! They consistently go above and beyond and always care! The facility is so clean! And a genuine positive atmosphere,',3,'',10,1),(1341,'2020-01-23 11:53:13.382000','AIe9_BEHZ7lh7y1sP-UInhkpmlIpHe4m8VbzLNNSxdKwyFM24njdS9wJG8TPC0U_EUzm4JoaNVubiHhrIbdkOc5KF3OIqjp2_uy4aG0DxtKecuBEUFF-4_U','sharon gomez - This was not the first time I have been to this Montrose SignatureCare ER but every time they excel my past experience. From the moment I walked in greeted by Kearie, everyone was so fr',3,'',10,1),(1342,'2020-01-23 11:53:13.431141','AIe9_BHZM2k_MpOhRgkb8w5Bn_urEvZ0bdyhnOcaIs0_vP7CVXpSLlTTJ_kPeXxuO7oDgIEjiwvlImYCHKfT6PhydFKXgv_PaspkI_RHfLPSHlX6kKuMe_4','Marcia Johnson - This place is wonderful. Maya was very kind and friendly as soon as we walkes through the door. John came to help me out of the car with a bjg smile. Kristina came with a warm and fri',3,'',10,1),(1343,'2020-01-23 11:53:13.480156','AIe9_BFLHEJ8hYqd4VCbbc-EtvgMI7fXdxyPFwD4dCLWyYwB3XEUJhbK89gXI5pR0M20jPmsPOzSCqQOQkaalSCWUPVMa9FI31lnKVThN6kuBiEDLhglFfA','Kristin Hicks - Omg! I just found my go to spot for getting sick. When I tell you these people are Amazing! I just took a coworker to get her leg checked out from a fall. They treated both of us like',3,'',10,1),(1344,'2020-01-23 11:53:13.529438','AIe9_BHAFUK2tNBZL25dLQ0jVdh0LNOCu8hgkXCuiede80sJcrUBgAmCPhkoveZY2II8ujN-usC0r1xEfSLIBgU5VY6-tRxqLQZ9HI9IyswePqtOD7CInyQ','Gfdsa Qazxsw - Our teenage son had a knee injury and the hospital er sounded dreaful. We tried this place and there was barley a wait, they treated him with such care and professionalism. If we need u',3,'',10,1),(1345,'2020-01-23 11:53:13.578616','AIe9_BHAFUK2tNBZL25dLQ0jVdh0ZKsAf5ZBa-HpY2AKeVBlfWHDFhOXtujmLDY6JWxvi0FV7llCfYE8rTNLXXdt-qLbU0vY6tQV3Fq4ayxJtERngUCbcC8','christy johnson - Very fast and super efficient! The staff was amazing and very caring!',3,'',10,1),(1346,'2020-01-23 11:53:13.627653','AIe9_BFMK6FB7k24ANEBV5CospTTJCEldU2yZOw278Vb7nwbidlyElTYdGMSc8nkZ7mO_6LedMmmf3qJLtZF7_13fqcA_iVkfPNDXHLMahUrTPQG-6nq7q8','Martha Johnson - I cannot begin to express my satisfaction with the staff and services at Signature Care. From the front desk, to the nurses, and the doctor. Each and every one of them was courteous, ',3,'',10,1),(1347,'2020-01-23 11:53:13.676915','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2EIzcE75yBkgbItgljgW_-gMVnPIv5zoIePFuV9vOWaFe0Vrd842hxZ1tDPMGAaqjxpr0bYBTwDHzTMbIafnAoK2xkRo','Tonya Zepeda - Came in with my crazy husband... he is always doing crazy stuff. But as soon as we walked in to emergency room we felt very welcome. Tanishia was a very welcoming offering drinks and tr',3,'',10,1),(1348,'2020-01-23 11:53:13.775064','AIe9_BHAFUK2tNBZL25dLQ0jVdh0KVMIfbPpWFth6m9XVVLx2zpY7WBgOFdrKdotkrhiLed1E28_LKpQ8qa7_G58JgV-ikdR52DtUacE1K2W4YcgPX299gg','Shaqueta Henry - The staff were extremely wonderful and very helpful to my needs and care!! Strongly recommend to all!',3,'',10,1),(1349,'2020-01-23 11:53:13.824309','AIe9_BFu3rdicGrPrzdyu4PDXmqMu0LfEmIpyPHQHwhx6ji0CS9t1knLOWLTWgqi840FwYHzyuF8ZZibEgetYwT_NpiKbqvzzsxySYOFc-q4acpNYUmcPRo','Amador zepeda - One of the best experience in a emergency care. Got stitches without an overnight stay. Dr. Thomas really did a very good stitching my right middle figure. Nurse Sarah G. is very profe',3,'',10,1),(1350,'2020-01-23 11:53:13.873602','AIe9_BFhqAtkXvUqdYNeMuBBGjaACei7oPqlpdfqS_B-D3gJXjF6WF4TwiUuzRKXbjY3uo6x-JeQNzXsxB2tqv5xhglHotl0Fc7yL7zA_qGRoISWCykuqy8','Mac Ways - Thank you guys to everyone \nDr Thomas \nNurse Sarah\nEr Tech geovanny \nRegistration tanisha \nYou guys were awesome',3,'',10,1),(1351,'2020-01-23 11:53:13.922612','AIe9_BGErQpX2pRNZrXBy5NOsH0esMthQQey-6pL96i2vHOBt3QDHC3SYAq9BPHo7DBNwy69AH5zwtV-rtM1PjG7kaeGQNdlPdYbMzOZY5JRdUczcg1GfW4','Caress Boyd - Great service thanks the doctor Thomas Sarah g geo any Laura and tanishia',3,'',10,1),(1352,'2020-01-23 11:53:13.971863','AIe9_BFmRFRFwJGRfUDOW8jG3rXnfNT93T0heVmVJl03-67IFgFHWfFVHbt2CoIPSGc71AAceba-r0CPF62eKsolK9EzM1Jy0Hlr0IszpAkbYUGR6vxkO94','Military Mama - I’m never going back to military er again!! SignatureCare is amazing. I started my stay with Kat and Alexa and everyone who I saw after that got better and better. Dr. Hemerka was amaz',3,'',10,1),(1353,'2020-01-23 11:53:14.020531','AIe9_BFLHEJ8hYqd4VCbbc-EtvgM7ErtnTLKYDojwFFO_wKCaS2Gn2tsvgdfFiTvFzT4S1ORyqpcfQv_GrCU9GbaUaVnfGvdSG2OUtRnd2Gq1Y7OUPuh1xA','Me heidi Ok - Best place to be seen with fast service. We were in the back within 5 minutes! Our nurse Kristina was awesome as well as Matt. Thank you for taking all of my concerns into consideration.',3,'',10,1),(1354,'2020-01-23 11:53:14.291321','AIe9_BFhqAtkXvUqdYNeMuBBGjaAcEAEywuMLcPXO2cWHHRURpKxcY2_KWhi9UUXPSFLB-k2QCCxDSnrGOTClimu0jv1TiIAsSyvVluYgxW-l9ymnD_D_-Y','Melissa Avila - Sarah tanishia geovanny Thomas Laura',3,'',10,1),(1355,'2020-01-23 11:53:14.424099','AIe9_BFhqAtkXvUqdYNeMuBBGjaAz_sWHS898kk2goZGRQWH2JmX8u56vMzFTkYpJXQNmm9pkXH0r_lmM13lmp4n6Gi69T-bSsDaLbokm3_5GeoImUI7TQA','Melissa Avila - None',3,'',10,1),(1356,'2020-01-23 11:53:14.558661','AIe9_BHR7p0hPy1flx1br0TYdEUBOTYW4ve2Gq18y26Iqyr2vu73c2kV23YihX4u4pc7nyZo0ItonY_8B8M2mKnR59I6-Age1hHPDf2nb2yq8p5qTEKA44A','Fatemah Younus - This has been the best medical facility that I have ever visited. Not only did they solve my problem but they also went above and beyond to make sure I was comfortable and had somethi',3,'',10,1),(1357,'2020-01-23 11:53:14.631762','AIe9_BHknFajYLCY9NfgBafSx8bir6rr_NLzpDfTDh48qfT9OO1iSNLW8hkUrGYpqIhvlVsHKkL7mcx1eUrL602wvW32TIYgN59gq3CFooul1e_XI1Di-yQ','Adrian Garcia - Awesome customer service from Tanisha W, Thomas W, Geovanny, Sarah G, and Laura H 😊',3,'',10,1),(1358,'2020-01-23 11:53:14.865579','AIe9_BFu3rdicGrPrzdyu4PDXmqMA-35n4bSxnQ1JMwu514Y5C7q5lt4l-d1lGtwTFi5GEes39be6vfzNOAihgM6PHJ6H4Uflf3XBZ2dLFRM8meoX_9Ke_A','Gabriela Stanley - They were amazing, super professional, specially Tanishia W. And Sarah! Thank you so much.',3,'',10,1),(1359,'2020-01-23 11:53:14.996064','AIe9_BGvUJd9etQojwpjZIMsiFne6HOl-eSl9bsAZeJFWKTxbenAYh4dQOM1s_RXen-H1uImZnPTQaXHtVV58OeVpEgiCi7XBcKfysCSNtKVeK4wZOD-sHA','Pamela Pierson - I have brought my 3 1/2 year old daughter here twice in the last month and all the staff have been amazing with her and with me! They were all very competent, thorough and kind as med',3,'',10,1),(1360,'2020-01-23 11:53:15.152257','AIe9_BFu3rdicGrPrzdyu4PDXmqMIkUWnjmzsKOWrhIN4T3Jv2C_-qi2qBsYN1_UF4-s8lDfBdyp1pd87gr6KPU19vyqNk_lmwTbFgpQxvp1mUmoUQP2fcs','Natalie Dowd - Top notch facilities and such friendly staff!',3,'',10,1),(1361,'2020-01-23 11:53:15.250533','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2KZBj32Vckg7wtyhr1vmgsUQNTF0xA7Fe9wnoBHCQQYxuyYjW26-Ojnnt0c0hBXyADwWwPYXp64t7nIS4MvJTcD4rCQ0','Erica Evans - They reduced my mother\'s dislocated shoulder in no time! She received pain medication immediately upon arrival, and they had us on our way really fast. Dr. Nilang Patel, RN Blake, rad te',3,'',10,1),(1362,'2020-01-23 11:53:15.299707','AIe9_BFMK6FB7k24ANEBV5CospTTzVFP9ltlnDSbasyXbmPlN9yXsz7WMOU-dbxSD1CeMnTZNpRPfZ_eyGXukoMs7cg4V_4vR4eA629Mud60JojZBLCCeM4','Melanie Brito - Husband came in, his knee was hurting really bad \nThey were all helpful very fast service. Would recommend highly.',3,'',10,1),(1363,'2020-01-23 11:53:15.349265','AIe9_BFDvtvCY6mNmVUeGBiBb7S5fqdW49vrWXaC2LOiSCPQWxAecrhU4ItMudwJSNlhRFZcI-Vbqw5_4VNRtxMis2zmdEwBuqDkxjreTEjLTkF7zFt111M','Claudia Robinson - Sarra, dr faig, anna & Christian are all very helpful with my son who got a cut on his finger..thank you guys! great job!',3,'',10,1),(1364,'2020-01-23 11:53:15.398469','AIe9_BGhYIk2KhOdF8fekWDvq8JUPIKYzGWoUO6QS8V2jn571vCEWvjhu9S53Dpfqof6xYBKqbAR6ALBI5Xn3gLWYXSdm6ebNdCt2wHFJKy6581qCjDCr1E','Lawrence Washington - Great experience! Attentive and amazing staff Patricia and Alvean were delightful. Very comfy waiting and treatment rooms pristine and clean.',3,'',10,1),(1365,'2020-01-23 11:53:15.447724','AIe9_BHR7p0hPy1flx1br0TYdEUBbfgjU0uxJzcyqopRJt4npN6zVZlyzqcSo3lCSHopv0KM2rZmvC1dEeZ3VNS0Ahaq02AoajLbJzncqGGhd5K_dTtRB_I','Christina Sings - I always a have a good experience when I come here. The lady in registration, Maya J, was really professional. My nurse Catherine was really sweet and helpful, she made me feel at ho',3,'',10,1),(1366,'2020-01-23 11:53:15.497131','AIe9_BGvUJd9etQojwpjZIMsiFneXKsQ2q_QFeaGZqkLptmtLUPpQhwehkGIie-STJJCD2KJLNFdgA3U2uf2FbFfX7yBiL30AQErUcPfPMzx9lZOCWL0U1o','Jaylen Gray - Great experience!',3,'',10,1),(1367,'2020-01-23 11:53:15.545952','AIe9_BFmRFRFwJGRfUDOW8jG3rXnrywf6HRdd6c_aEupjV5PH0lcuJr5jiE9KYuDHAe8wysQ4cG4aJQXWwcqYzNzIBPdh3xrUv6TyU8KRb6y4xRFCG-MXzg','Mustafa Al-Nomani - This ER facility was fantastic and made my stay with them comfortable and fluid. The nurses Patricia and Alvean had stupendous bedside manners and made my time here enjoyable despi',3,'',10,1),(1368,'2020-01-23 11:53:15.595072','AIe9_BHAFUK2tNBZL25dLQ0jVdh0c2u4gxfnTvz0Akks4_LhVh3c5JhvQKaW_jExakmVsbO9XqzDKABYgVNJE7TBOW9-fH0MLznKDo_F0OWLgzNb25-231M','Neira Lopez - The service was wonderful. Patricia C was really friendly great customer service.\nAlvean A was so wonderful with my daughter explain everything that she was going to do with her.',3,'',10,1),(1369,'2020-01-23 11:53:15.644314','AIe9_BEuFX7PcAP2nNY_ju84FoFSgXPOSMpLwqVGQV4nsPr8jyH6x7iqnoQdshjKSTR6rkmJLdBddc8_uEC0aRvU_d6Ke8k5V14i6Zus9QzL3LWEZ8ibP1I','Omar Rios - Great service by staff ! Treated me well and kept me comfortable at every step! Especially Patricia and Alvean A.',3,'',10,1),(1370,'2020-01-23 11:53:15.693455','AIe9_BGvUJd9etQojwpjZIMsiFne2_mZLmzRjqFNvo4Wi7CPFYwZDLYGZsjpO3kNT_jKt--Y7l-IgCICGbmmhKtYokcGnCMSuGahNXVYJFcHbHslDJ6MCos','Nicole Williams - Great customer service. Jessica Aaron Ryan Cynthia Smith. Fast service no wait',3,'',10,1),(1371,'2020-01-23 11:53:15.742569','AIe9_BFL0OZrFaHgoJtqifT1GHrIJZSkRVYs4ng1qdyAG1rJSb1QLCKLB6xZsJcEs4XdabcBYYevuk9QP5nImpp3Xo31oNozUOnEjDtIlb4W6msEdhytAfw','Crista Valenzuela - Brought my son in early this week, staff was so so nice and very helpful. There wasn’t a long wait, we were in and out within the hour. Highly recommend',3,'',10,1),(1372,'2020-01-23 11:53:15.841046','AIe9_BHknFajYLCY9NfgBafSx8biSIF3PDFZ98G_cxcp1bnYftx1HmWS4i80EeG5wkaUDPLwXoWMZsH5Ea6xO1jjmldEYYs-xvVinWBcI7DmR4ug0cdjysU','Alexander\'s - This was such a great experience! From the check in to the care. Alvean A. Was very nice and answered all my questions. Patricia C was also great. I would definitely recommend this ER ca',3,'',10,1),(1373,'2020-01-23 11:54:07.692366','AIe9_BFMK6FB7k24ANEBV5CospTTMhO8cUtsfQUKjxq9QH-P3EjwhGfmxnMWCzEsmwtbOX7j0I2XVR6FCxdVQbnNHwVB4d8WaRkTbc5hbjvy0k-tCuMLApg','Taylor Bass - I had a shoulder injury that was really painful. The staff onsite (Tatiana, Nicole, Chris, Dr Patel) were really knowledgeable and helpful. I was in and out within an hour.',3,'',10,1),(1374,'2020-01-23 11:54:07.771385','AIe9_BEHZ7lh7y1sP-UInhkpmlIpPJ12wbVJKx2EliDIWNXeMlqw-i69TxFuSA8r5c2_smgDHBgMablyeZdlxpaNTCE0WxkDtAR4GKF39MHFPt2lN5IIK-I','Christopher Smith - Visited late night for an injury. Really impressed with the staff. Tatiana was swift at the front desk. Nicole and Chris were great nurses, even the techs were fantastic. Dr Patel',3,'',10,1),(1375,'2020-01-23 11:54:07.880950','AIe9_BFmRFRFwJGRfUDOW8jG3rXnVrw4yMIH5MuhzK7o47r0SYPpv6QoTxdClj6vF2TNfP5ExZ_VAXeZXTLSrEMf93lj3LWV08JpFt8vcpv8qfK8ycIQ46Q','Kymora Thomas - Service on 11/17/2019 Dr.Faig, Nurse Balliu along with the customer service rep at the Copperfield Signature Care were amazing. Service was rendered in no time. Simply great customer ',3,'',10,1),(1376,'2020-01-23 11:54:07.979377','AIe9_BGvUJd9etQojwpjZIMsiFnezAXwOuHLUabXw3W-u-7soBumgg2TkLoZUeqkdFl01i-YvIYgnKstMA__ruPJPw81r7HuJoaHskx6Pfqh_J4HePF4nWk','Ana Nevarez - They were all so kind. Very quick service. Shania moved us in very fast.Every one was so kind and considerate. Tried to make us as comfortable as possible. Dr. Diaz communicated very wel',3,'',10,1),(1377,'2020-01-23 11:54:08.077755','AIe9_BGlY-BaOO_aND3JZqxJBS1RangAl5AidFHI6dJFTBdmVG3WmxJVI0CKBIqe3ZtAKiH2vro5UmdqAeUgcrwqoecRh-83Rk8Su9l3VZdrseL-wvSlaU0','Jen -StarberryPocky- - Excellent staff. Fast service. Nicole, Tatiana, Dustin, Ricardo and Dr. Patel were wonderful',3,'',10,1),(1378,'2020-01-23 11:54:08.176199','AIe9_BGErQpX2pRNZrXBy5NOsH0exvJim9JJ6ykM8dg46Ew6o8JsAtqO3bin79wjdptzzMThmXGfqDUO-2hPIpXBB0HPANAIL5d6KCu7tm-wgOgHG9WPfWM','Ted Sornson - Really great experience. Came in with terrible ear pain at 8:45 pm and was checked in, evaluated, and diagnosed in 20 min. They’ve got a calm, quiet, and clean waiting area. Nurse Chris ',3,'',10,1),(1379,'2020-01-23 11:54:08.275059','AIe9_BH3gZxYpIxBZcqAOO5HuBVkOlhL0h7KUzD53_t2MyqiG-fN-PWTXoVEMjRyI9j5udoq2tNQTb4d2NdT_DjIHn0sdblEUMei6epsoggn27WM6JFvB4o','Darniesha Wrightner - The nurses and the doctor took care of me right away and treated me with respect. They got me ā€œIN AND OUTā€ I appreciate everything they did for me so s/o to RN- Lucas, Kim Domans',3,'',10,1),(1380,'2020-01-23 11:54:08.471657','AIe9_BHAFUK2tNBZL25dLQ0jVdh0SnRsBskrZI81pPpSYDZ1Q7TTEziEHuUZjbo4yreMOibaokolS_Fe-JYNKhONb7W7UfkaO5WFspiRXGeOPmK_v9NhUwo','Jessica Anderson - This location should be the EXACT prototype for ALL SignatureCares in the Houston area!!',3,'',10,1),(1381,'2020-01-23 11:54:08.531883','AIe9_BFL0OZrFaHgoJtqifT1GHrIUdA0241x-C11_Hfe-McfVufIlq8ArW3aUdzcFGjp5EzVV3PkppcxW-Yq1tm8egnxM-colJrz8ggdveAhL_eBY1s8OGQ','Lindsay Mahlow - Dr. Patel, Nicole G, Chris M, Dustin, Ricardo and Tatiana all took great care of me as a scared and very sick pregnant patient. I was able to walk in right away and be seen by the doc',3,'',10,1),(1382,'2020-01-23 11:54:08.592279','AIe9_BFqh_zr355jzGaEpH7666zcL2wEfx4hFtaYt49pBda7L9xtonQXl0mGLIlSJBm9NUxmzbDHCNiKWzIpiIv8gGLieOHjFygRTPuzTp5z5gXIZv_hzCE','kiara parker - They were very good. Treated me like their own. Would recommend them all.',3,'',10,1),(1383,'2020-01-23 11:54:08.652601','AIe9_BHVBnWjBJvk55vq2QEm0wl-2As3ikhAi9lpcFU3EKGkxRPfCQgXl-FlvSGXsDb_wPFUHO6nzcih3v9MNGSMs0XcABjx4jBHuQWHhoWH-UzBHxD6HkA','Wendy Ugarte - The whole was very nice and answered every question.',3,'',10,1),(1384,'2020-01-23 11:54:08.712407','AIe9_BEHZ7lh7y1sP-UInhkpmlIp-NWORN-XsRHkunAk8BVrV-J822mUXqlX2OXsNcbKgIMRA_dPdcwhwIQY67Exg5wyAqg__GDSAB2WGAodwj9LPFiXSRo','Bryce Keeler - None',3,'',10,1),(1385,'2020-01-23 11:54:08.903283','AIe9_BG_KYPQZrI7j-moUldshgc1ZPp5afnBLwMWudd3n2Vy7xqvHqqn1oN-ebqqyPnE88lDX20WCrefceAOD2sfqqCJ97joVSnfAhxrsZGbgu1drVLFiMI','Joe Watterson - Wish they took Medicare - otherwise great!',3,'',10,1),(1386,'2020-01-23 11:54:27.782699','AIe9_BGErQpX2pRNZrXBy5NOsH0e7SiDo4uNG_uHXSG8zWGfcNV_iqImcF9G_2Q8EyMdJnpfUvd9n58hyNJ_JWAQLCW9jlKwZlrG54nZ0s3xhh4dwcdkaYw','Susanna LeJeune - Had wonderful care for my daughter from Dr. Yost, Brandi, Karen, Kim, and Gunner!',3,'',10,1),(1387,'2020-01-23 11:54:27.875483','AIe9_BGZuRKHeO1iYrcf4B001kE2gwvJxeEWMp4SLirzwzgLWAY-AwHUsqzzOnR-BGmYqUoGOpJEFfPQ506idNTI6Q15f8lADAKZuhT12O-a9NZll0XQvtA','Sophia Lejeune - Received awesome care from Dr.Yost, Brandi, Karen, Kim, and Gunnar.',3,'',10,1),(1388,'2020-01-23 11:54:27.924835','AIe9_BFqh_zr355jzGaEpH7666zceN3Nz2396FfNEKPmdAeDGYi4wOsDn9BSbsqW5iMLUOXX6jHUX1WIA6of3EqYL8kgnalCU2GuKHbFdgLphG0abLHcxWk','Shelby LeJeune - Recieved awesome care from Dr.Yost, Brandi, Karen, Kim, and Gunnar.',3,'',10,1),(1389,'2020-01-23 11:54:27.973395','AIe9_BHVBnWjBJvk55vq2QEm0wl-SJLxAzFkFMuaik4IF136L0VBai0XhLGqa3cyGGUZfhWTrZ2gvCmDjP5nIKcOxVUtJkIkg4Qlzfxz22nPvMaBo-jQ5f8','jlshelton83 - Comfy, quiet, clean. Big rooms and a very friendly staff. Highly recommend.',3,'',10,1),(1390,'2020-01-23 11:54:28.022541','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2ImZ09w0aT1VamzcRvxP_UDtXNpgUb-zKsGdD_DB8w3ziD13SzIVyaO_-dQXReAJ8Y161tdhhp-UkarWiEWMnYsjV3Hg','Christina Shipp - None',3,'',10,1),(1391,'2020-01-23 11:54:28.072200','AIe9_BExcxslmE1rr7n5jMcadSKeOd2BjIZCvVhBbUeyHlbQgVcNVANQgoB6yTGhgC0kG2E1FwxEPxTZr9y4W65E-705zoX8mvMjqMWNsWlcRGgE5mJ2Aak','Bpb Works - Jocelyn A. welcomed at the entrance with a smile and reassurance that I would get the help I needed it and I did Alvean A. my nurse asked me what was wrong along with follow up questions w',3,'',10,1),(1392,'2020-01-23 11:54:28.170846','AIe9_BH3gZxYpIxBZcqAOO5HuBVku-nhaSRkS-VUboHetNQ2lHzo-uJ0DkUsdCuGPyi5Fc4fq6EqMe49ZhaY14D51fopqzKKZTvHLR0YRxm7mWQ2Vquz90U','L BOOGIE NATION - I would highly recommend everyone to come here great service and snacks šŸ¤—šŸ¤—šŸ¤— Jocelyn A and Alvean A were awesome and also thanks to Dr.Patel we can go home feeling better then this mo',3,'',10,1),(1393,'2020-01-23 11:54:28.269338','AIe9_BFu3rdicGrPrzdyu4PDXmqMbt6hon2Gv29qH5_sGr20YBk5pEwvFdiJCLqjLibHhJzm-Y9NtkpVjI2wXUYGq1E-8OuUXgkYYuuuhIcIeyhpKYqiXg8','Neely Lee - The absolite best experience considering why we were there. The staff is friendly, kind and caring. I would highly recommend this free standing emergency room! Kim D. at registration, Luca',3,'',10,1),(1394,'2020-01-23 11:54:28.416926','AIe9_BFMK6FB7k24ANEBV5CospTThxYr3pUOTrY0nxtH6YgsqcFG-IQE5ezNrX50O9LFu38btR2ae_sYJHnEdYHnMZkIE2s7NXW85ZyNlTiETIpzDBYqzI0','Amy Southerland - I had a wonderful experience. The receptionists Vanessa & Ebony kept me up to date on wait time and there was a posted board as to where I was. My nurses Timo and Dr Brigette were ',3,'',10,1),(1395,'2020-01-23 11:54:28.491204','AIe9_BGlY-BaOO_aND3JZqxJBS1RlEvsZ5x9QCaJCkoi32NpmU-4tU-dsqsQHbwkFS553KKKG10W-MrqrAO1AuZrBdpzURXXHtEm0QZAlpTVoM-cisB9i6Y','symone taylor - Jocelyn A. And Alvean A. Where great, kind and very helpful.',3,'',10,1),(1396,'2020-01-23 11:54:28.540240','AIe9_BHQjprpOXGeqmXihYBIHmuakhnlqD5LB5x6opczVT_CjpHwklWwE6uSS2PG8d2mlqitj6Bkc7-8anP7vTm3VOa2F9AnuYHIu_Mxr5v0CDh-AKWMFtU','denise chavez - Came in with husband had a great experience and delicia at the front desk was nice and helpful would definitely come back! :)',3,'',10,1),(1397,'2020-01-23 11:54:28.600312','AIe9_BGvUJd9etQojwpjZIMsiFnevIohIF-1UGoYeaB8JqWaW4QC6CspKndc-4rrPOVo8fVyC1AovQukVYlvCR-B4Kz8vQp3yo8drAKxKyfcOE9aFT9cZUY','Jaylen Gray - Delicia was very helpful!',3,'',10,1),(1398,'2020-01-23 11:54:28.649497','AIe9_BHx9wW5OAXpNIH08blLdli0T7VkBtOvqi3qOoPUymDaZPIiQe8UfhqPvPdx6yo7komrAYWNlCQCgpkZFD-vB_-8wQ-q8hdlAKKyB7VQ7-uDAvV7FYY','Ant honcho - Jocelyn A \nMeredith\nalveanA\n\nThey was helpful & nice to me',3,'',10,1),(1399,'2020-01-23 11:54:28.698847','AIe9_BFu3rdicGrPrzdyu4PDXmqM3QrJkLwJ2GaTyYN8RGr9bOQNej2Mq8NPZ4lTs09RPEAgBWkveN18uoVP3-3Bor_Gw4fj7cbVLWv2vyRHMs0HwhF-o8g','Samantha Santacruz - Excellent patient care! Staff went above and beyond to make you comfortable. OMG the warm blankets. Doctors did a thorough evaluation, very attentive to your needs. Even betwe',3,'',10,1),(1400,'2020-01-23 11:54:28.748046','AIe9_BHx9wW5OAXpNIH08blLdli0uWpZ-iaLrBqbMNBjw0mSNYoUwc8cRfQJZLNf9X67iwxTtTU62LhQk3tqgjzSiJKJ70vtA3AbgXYQ3yXRYiqaoz_ttIk','Kashi B - Very great experience , I\'m a new patient my check in time and being called to the back was less than 10 mins I was referred by my sister in law , she told me how fast and friendly her exper',3,'',10,1),(1401,'2020-01-23 11:54:28.797450','AIe9_BH3gZxYpIxBZcqAOO5HuBVk_3MmNnEYBybMcn5wof2ZDaUzAf_iuhDylEEz1xD3UYUXPk9Lmd5WeSaDpcITYVcqk-9HJ4M0lFCnry-NHQ5upejsszQ','Nkechi Ukoha - Excellent Emergency care center..super clean.my doc Dr Golla was excellent knew exactly what tondo for my pain n discomfort to go away.The staff is always perfect the nurse was superb n',3,'',10,1),(1402,'2020-01-23 11:54:28.846480','AIe9_BFLHEJ8hYqd4VCbbc-EtvgMzQwUGDOM2DA2nQ4rH4QkCiNg950Fk3KqKC_J_N6D41a0JPWn6osF63tVsjH_HGGO7LXID_EHNPYw2ikpHeZhRw-QIIs','Bill Plank - Clean place with very friendly staff. Staff were knowledgeable and thorough with diagnosis and treatment.',3,'',10,1),(1403,'2020-01-23 11:54:28.994210','AIe9_BFhqAtkXvUqdYNeMuBBGjaAxa_I4y9cMtcHQPbzoM7lkPEb2SWJR_LXv8YObGZpo4FsA0KGJ_ahOY14WW5_zoQvTy_Ol__qD0s6vkcDWJxm7s239bU','LELA YOUNG - This Crew but people make me feel like I am home they are so nice and nourishing they was attended to all my needs. Jocelyn A. Is great and very sweetie and patient as well as Alvean A. D',3,'',10,1),(1404,'2020-01-23 11:54:29.092554','AIe9_BGvUJd9etQojwpjZIMsiFneRnVUTZLRHrOTGzJIhnwS4EjyRFI73DihfSXrA014giZUVxJwgW4xtKtU-g8H5kAEtV9q0gOUfuiJuFM5ATVUGpjJ-Mk','manuel gaytan - None',3,'',10,1),(1405,'2020-01-23 11:54:29.141826','AIe9_BFhqAtkXvUqdYNeMuBBGjaANwU-Y8ssD0zBsFyQxtFrwp6kg1EifscnNfb8mxTmdimwkMZA1Nzbav_42TS6yNG5f_Cc63HG4O4ce2LPzFynyV5RJTA','Savanah Sbeiti - From the moment I walked in until the moment I discharged every staff member on every shift exceeded my expectations. The doctors were very informative and the staff was extremely nic',3,'',10,1),(1406,'2020-01-23 11:54:29.191197','AIe9_BExcxslmE1rr7n5jMcadSKe73MxXUmlEs8f5E63V_LqtN0MpW0bGVhd-30Ikn2PSeBGtv5_9W6X3ATEyBt6NLsCpz2kKshaSr5TVFYSqk5I0SwBGRI','Alexis Doyle - None',3,'',10,1),(1407,'2020-01-23 11:54:29.240511','AIe9_BGlY-BaOO_aND3JZqxJBS1RSAmKS3tgW7C9z__488TJLBCnBDVpgvaf2nzQUqDzWMmYsZlDypw8jFtEE5WwAM1fzft2cQ5AAAooKwDmK2BQ9ySSp2E','Tim Smith - OUTSTANDING EXPERIENCE! I went in for a nasty respiratory infection. I was a new patient and the paperwork was reasonable. They saw me quickly. The PA took time to understand my health h',3,'',10,1),(1408,'2020-01-23 11:54:29.338780','AIe9_BFMK6FB7k24ANEBV5CospTTRQ9UlrKDtOuL7mabGumr8fYyF5oe0WDQDLNNKS8ERdF9We3IVAyxG1_bb_kXTePn4Q5Y8dG8eDlLcYcRJzjglc-cd54','rechanda primas - So! This place is the answer to patients who need to be seen quickly, professionally and compassionately. This is my second time visiting this facility (once with my husband a few ',3,'',10,1),(1409,'2020-01-23 11:54:29.388046','AIe9_BExcxslmE1rr7n5jMcadSKen6IOlzEp67g2CsLusxK0a-Vg4OWQK00kCc3S0mkuzH8A6ybp0_4yG5oUnlNH4dEtMTp1CXA-0iWljL8EcFv8QCCLCXc','Nancy Cruz - None',3,'',10,1),(1410,'2020-01-23 11:54:29.486491','AIe9_BGvUJd9etQojwpjZIMsiFneHuNMPVJEjhRaCb_8jjTUPmPp4_t-mtCvBHpV2HhvP4gsfbVvF4KUCsF3RBtDH8f7L14rU9Ozx9cOdr2alt4tlkrgLCY','Stanleigh Tomich - None',3,'',10,1),(1411,'2020-01-23 11:54:29.560329','AIe9_BExcxslmE1rr7n5jMcadSKeuh7a8YUOGBfjI3DGjVuBOE66niBkRDqIgc7VtrSuy7LpxcG3d3IiwfXqYFZst9oFT5UqyKzHTY4kyaRTkEFSpIomdnw','Kayla Batchelor - Came in with some bad pains in my back. The staff was wonderful in helping me get to the cause of my pain. Thank you for being so proficient.',3,'',10,1),(1412,'2020-01-23 11:54:29.609582','AIe9_BH3gZxYpIxBZcqAOO5HuBVkJuY6XmUY9abEQKsQHjdP1QBtFfFmB8ISGOv0azfhEhFep9l5Sl2UCTmzZ5fhk5xF1u4rwdOyAyFbDoU-mef55_tBp68','Jorge Munoz - Wang, susan, geovanny and tanishia are the best ever, they all did their jobs right and i couldnt ask for a better staff!!!',3,'',10,1),(1413,'2020-01-23 11:54:29.669947','AIe9_BGTHfLB7ZAtvlQmidaL-PvDhFbGJcHnAunS_sbxGhJtkRlkFH1CSReH4YyTT7cLd4_75VNpOai7O0CVuz4xki0Kazq9Zz0UCVktT0OHC0HchRdPys0','Angela Fleming - Great experience! Ryan and Dr. Henderson took great care of me and made sure that I was comfortable throughout the visit. There was no wait and I was seen immediately. Will use this f',3,'',10,1),(1414,'2020-01-23 11:54:29.719116','AIe9_BE-WkHUQvYNuVhjQlzNta9L8oQZ_nAT3p0422N9N9xPyDMCIXbHCcWeVLnLBMzQybnBbg7swAWMQZrkZaH4CO_wThmyft64JTI-ijfuNIqaSM-1Q1c','I Dizzy - I had a really good experience here with Dr.omalley and Alvean chanell they helped me with a really painful cyst and im grateful for chossing this place !!😁😁',3,'',10,1),(1415,'2020-01-23 11:54:29.768452','AIe9_BExcxslmE1rr7n5jMcadSKeBJ1wmcEV5rmnuK9BMHoFzNWgMh7wRqd_AuAk4MLCm_hUM6PbbrfSAn830Fw9VZctk2n6CC5YEi1rHTfwh6U1beNwcK8','Charina Johnson - Very professional, fast and Friendly staff with Dr. Omalley, Alvean, and Marcus.',3,'',10,1),(1416,'2020-01-23 11:54:29.866844','AIe9_BH3gZxYpIxBZcqAOO5HuBVkUXhp7GjkbC6BOMm5tg6QHOYsGVeJMBEEHUTHTTMaCWS2DaoZTpexoPHHrshClmKzbjRtqTjk-sDrzXnRm9wzpn6jo78','Jamal B - The staff was amazing! As soon as I entered into the facility they immediately wanted to help. Kendra and Dyveliz made sure they could get me where I needed in the fastest way possible.',3,'',10,1),(1417,'2020-01-23 11:54:29.965554','AIe9_BF8X4EpR_fF6mwcYdso9awg93T2zFvau_AOzSSE3YcKrmXsrbOFC8k_zBZg1-qEJYoDDuU_aRFe3P9DmII6qZ0S6-VYKtDhUuLf21fLg0ZPDCzvZcg','DSean Harden - I have made a couple of visits to this facility since my family and I moved here 10 months ago. I have to say. Whether it\'s been service for my kids or myself, the team ( Dr. Elsebecker',3,'',10,1),(1418,'2020-01-23 11:54:30.063910','AIe9_BFl89CEg3-ah5_8iIgQFwgZgklDAaXSGrY1ZD2T_0StG163kSsW-yMxpBOsYE3MNRkmLuM2TTUqZ8lmVy7qVW9iHCj23c5BCewz8UYVV1MeWfD_c1A','Gloria Sayles - Alvean my nurse was fast with getting me in and out I was there less than one hour. I was seen the lady in the front Chanel made sure my insurance info was put it and I was see in less',3,'',10,1),(1419,'2020-01-23 11:54:30.162347','AIe9_BGvUJd9etQojwpjZIMsiFnenhnB5o3t6sQ7VfLxJ-0XNxYokzVGWWZYPm0VeWbDTUJTjkFNdUqJmTaNZUNwnMhfKMkYPF4HBB8E3VUfYEZuTlbgx28','Brittany Starace - The staff here are incredible. I was referred by a former employee and couldn’t have been more pleased by the care I received by Shelli, Chris, Dr. Elsbecker, Adam, Christina K, and',3,'',10,1),(1420,'2020-01-23 11:54:30.222896','AIe9_BFBNh-3p60HGE0VxxVuj8CVN2rEVk89qlTwd4mKmoIZ8_Z6i3bNlPpIFg0pmxq95nbLbF4HkDV16qtZP-OlLc5KPVeOXtwiynwEymFgj_eV-beVJxQ','Alexis Swafford - None',3,'',10,1),(1421,'2020-01-23 11:54:30.282900','AIe9_BExcxslmE1rr7n5jMcadSKehJ8XA1_0LpuNXUtp6mdya1tC4j-HqzHJ84mfkO-iBUbVsLfVWku19yViMfS1K1rsyAj4GgNj_m_3PfazpikWzDPLLME','SHERRY STOVER - Good work by Marcus, Alvean, and Dr. O’Malley',3,'',10,1),(1422,'2020-01-23 11:54:30.343262','AIe9_BGvUJd9etQojwpjZIMsiFne-C61_ROD8c-9O1r5QrXeDIff4LMrHovcbkB1IxKhmHZIC31G8uwVvt1uZDI65QTLHuBj0UhEh-GhiYwCQEaoL66K434','Lynn Hart - We went to the Copperfield location twice. Both visits were wonderful! The Clinic is so nice and clean. The staff are very warm, friendly and helpful. The care my daughter received was ex',3,'',10,1),(1423,'2020-01-23 11:54:30.441943','AIe9_BEtr-1H2yEDwUdLS9nPaZGhFit-4JBGwo1e1iWEJJBMzguHFZ-qmBteJZWBjn2uT-7sb3a2RibDho3BA7ik23SFg2QUgQ','Barbara McCullough - My niece came to Signature Care and was admitted very quickly. The staff and doctors were friendly and attentive to her needs and concerns. The doctors were able to control her pa',3,'',10,1),(1424,'2020-01-23 11:54:30.540338','AIe9_BHVBnWjBJvk55vq2QEm0wl-3N733fpGyBhZbM4U8dIAPMzr9GUsLAKAwATqnpnvvPZkFUKVya-DE2hP2_Fc7-bzAYENbJDLlI3aQLKiW-0ok2o5c2w','debra Palms - Chanelle and Alvean were very caring and friendly.',3,'',10,1),(1425,'2020-01-23 11:54:30.638788','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2Gvo_nWFRNyQmQuN72KN1eJkgXabPlfrqGRWJbQEScwMnxEkrnIgGpRrulx_UXyLqt-45hspI-TlyfEf225xYMB79Bck','Erick Looza - Everyone was very nice and helpfull Kristina the nurse who helped me was excellent when I was called and then scott was really helpfull too and really nice and quyen was really professio',3,'',10,1),(1426,'2020-01-23 11:54:30.698949','AIe9_BF8X4EpR_fF6mwcYdso9awg3s1qFaQHvMFIyv2ze6ZHNsEDvo3jr4NVJckfHfMUl_D7rgxllkpjlA2L9dpnCdls5AJMbQzuZIB6xVyhjLCI19zYKRE','Tom Kiker - None',3,'',10,1),(1427,'2020-01-23 11:54:30.759209','AIe9_BFu3rdicGrPrzdyu4PDXmqMaryj5ow__ISaPASmsCh6ahyT5VU2Y4eP7ldKZ0P8yEm8xyO0UtKUKfcNk83cKz5zWrsq5ngzRsjufksm-SO-_3hA53w','Deon Washington - None',3,'',10,1),(1428,'2020-01-23 11:54:30.819568','AIe9_BHQRY2ZSwEqF8wFOgAU7mdNoW-UAaT2NLiA3-8UaE9gsjwptEMLmAkqjkVq4Zlww7LjTILc9Oiu3SiTapO803Rw9rPPVqGj_BtSI7hh5B1LjfXCMJc','Lisa - RUN - DO NOT GO HERE. LOOK FOR ANOTHER URGENT CARE CENTER.\nFraudulent billing practices. \nI came in due to stomach pains and was worried that it was my appendix. I asked the front desk if they ',3,'',10,1),(1429,'2020-01-23 11:54:30.879991','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2X9iahhI47p3hWZhxfGnykzk1K8fzNfMe9tzdl6l4tTsbiA_5ny5otq-CsRwoX2vuatwat-OJhTBePlQpBDYg4m7nRrs','jamelle blalock - Very nice and fast',3,'',10,1),(1430,'2020-01-23 11:54:30.940323','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2fs1TflvaS-xBnjbX3CEedStwM0seZfgVDjFd6YDw6Gs3rY9hSseuLzHlkzBW_OK5fii7FnbwcPqqfAxunyPyG2NRu_s','Philippe Sergerie - I wish I was sick more often so I could come visit them more often!',3,'',10,1),(1431,'2020-01-23 11:54:31.000715','AIe9_BFhqAtkXvUqdYNeMuBBGjaA6MppXqzhfG4gy77MvrodvzKyrbZn6-f9G5fxFhuV6dog2irkmk0yn4KVj0ZpUB5jh6wGTMboRfZv9a1XJfRi7Qh92Fg','Chelsea Barry - Rey, Vaneza & Don were very helpful with listening to all of my symptoms & giving me good options to try to help relieve my symptoms.',3,'',10,1),(1432,'2020-01-23 11:54:31.099073','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG26Uyc9-8OKlr2deT3zWcAoNtLfqUQBLvcDzhWpTj4t1UKHNFdnk4dgiqkhm0_TzLXMEakoq4NH8ZMvqwgG4GAZHC7t0U','Paul Forsyth - Very friendly and fast',3,'',10,1),(1433,'2020-01-23 11:54:31.197144','AIe9_BHVBnWjBJvk55vq2QEm0wl-DsH9zJ0W6XF3wbJRuoU3CJn6r_22akFMEG0dLglgfB-Nt6yYQLFAS993AJ28Du7Ko97i2xg4YEGIsDd6l4VO2UChTwg','Kayla Graham - The staff is great!',3,'',10,1),(1434,'2020-01-23 11:54:31.246249','AIe9_BGlY-BaOO_aND3JZqxJBS1RSelLZVMXM0ZN7ZTx0bK62Xh1kOB1PTpMg6GTEJFraN1jHmxxWhopcEabYKnfIAMNwYDjEp73OZPMd0vLz9PvLqqkrvY','Lara Fendley - None',3,'',10,1),(1435,'2020-01-23 11:54:31.295949','AIe9_BGvUJd9etQojwpjZIMsiFnekz6H-DrCTvQsG5GyXspbUlzPZ3mkNzoVK5BZnB-CfJ1fm-OT_9XjetR9pTpLwvAs1tuqbKwdiFhYK7E_8pKCZeyioA8','Lynn Hart - Twice I have had treatment here and both times the experience was A+! The place is clean and smells great! The staff is friendly, attentive and very professional. I always feel that I am',3,'',10,1),(1436,'2020-01-23 11:54:31.356368','AIe9_BGZuRKHeO1iYrcf4B001kE2QM4EENwdObD4cvrr1mSm-WJNaQdR4CbLJ3WabzaCcZnUcOCFtVrD8fQ76JZ3hYHksEzD7-Ql6nKus-KceEYi2EQ4DkA','Tonya Dolphin - This location was excellent. Marcus and Alvean were very attentive and friendly. I would recommend my family and friends to come to this location',3,'',10,1),(1437,'2020-01-23 11:54:31.416748','AIe9_BHAFUK2tNBZL25dLQ0jVdh0NfI19ZF_xA0oFg-nwl8BqaaZ67_R037Y-HXYuqoVX2ewWDovclEnxCsSXdoEZMmHuEBa9CnAkByzZISDR9bb7f_6xOk','Amilkar Martinez - Great experience! Thank you Dr Ortiz and Nurse Kristina for thanking care of me!',3,'',10,1),(1438,'2020-01-23 11:54:31.515015','AIe9_BFBNh-3p60HGE0VxxVuj8CVwWT3Z2ID2FePtktPi3LqVQVLLCINhw_GADxC9L2R22HetUSNylIehAmsdGSPpgU6HRt0ay5EDAFiUQRyvHKnWU-h6Ik','SĆønder - Everyone here is super nice and thorough especially the people who took care of me, Alvean and Brian. Highly recommended',3,'',10,1),(1439,'2020-01-23 11:54:31.613705','AIe9_BFmRFRFwJGRfUDOW8jG3rXndzopaktQypV3H-ijr5RwIcFMpz409_lRDd7oImXsVPIOT64tLlUhcRojDHTSOVyCloJILFnwKRtduKg7qySgi9Vatw4','Kimberly Fertonardo - Was here this Morning for a turned ankle great service, friendly, staff Dr. Elsbecker was super nice and knowledgeable. Chris was awesome !!',3,'',10,1),(1440,'2020-01-23 11:54:31.711947','AIe9_BEHZ7lh7y1sP-UInhkpmlIpASROmVj2doRfV89AJpeI6Sjy9funuC7QWrivGJUYDtFwNxUWCEGx6VETXgEpfnkL7WDqNMXs0jWw5KUrv2pyl5cWJ90','Paige Hanna - I personally didn’t get treated here BUT I took my friend and they were all so nice and helpful in a timely manner. If I need treatment in the future I would definitely chose this place!',3,'',10,1),(1441,'2020-01-23 11:54:31.772457','AIe9_BG84YPnR8vhxeJfV_lAYVNiGjdxK8-SyZrYELIfjl8n684UyJwxCHjU2ZL2znF-TrXCjSQnph52I9hYSm2A19_mW-_9gusFz3gxU8pl_Hn_ojTPlxM','James M - Overall everything was great. Everyone was very friendly and I didn’t have to wait long.',3,'',10,1),(1442,'2020-01-23 11:54:31.851719','AIe9_BHkHJRvhG8n5BjqdcMSKR_FGLXq5cPc_cYO9l5SiVri31LYNIlQLPpLtAqDFDOsO2pd-DLlYEuvJxOJhRuni_YLiRRx7SWqaLFN_N_c8oy0j1M2EXE','Rashad Punch - Dawn, Norma,Jacque! Are soo helpful and nice! They are very smart!',3,'',10,1),(1443,'2020-01-23 11:54:31.927150','AIe9_BEAgUIalCkcXZnurOUpP4uAvJDGlPFYPxcDHcROoqTcBB0SQKzRjsPtIPF1HkWtEYlLiRMIGKz8oZZDRhOnpKH0xzHDagC8XVwYHh3TLVSryv8GSa4','Sharla Enlow - Staff was great. Very clean and up to date. Will go again if I need to.',3,'',10,1),(1444,'2020-01-23 11:54:31.985149','AIe9_BH3gZxYpIxBZcqAOO5HuBVkFz4P-ILRnu4vkhX24c-NivFmh_uf2q4-OnVP0JdSDn_cof0Ipeu1BgmvcUiCgOvYUIdFmKIL4pfOlbz_gcGV0CfWBXI','Jazmin Diaz - I am impressed of the oustanding service I received here! I took my mother here and she received very much care and friendliness! The place is very clean and organized, front staff were ',3,'',10,1),(1445,'2020-01-23 11:54:32.034528','AIe9_BHR7p0hPy1flx1br0TYdEUBolfLw-rgJj4RqaY7Za4T7RLemj5H_lVPZnu0kzOJP6SVmbWVhL7syNx4oXqHUEyRnuIW-Diuudj0CAOU9NJPLs8D2Q0','Pedro Vargas Jr. - The E.R. Service was amazing . Front customer service Samantha was nothing short of exceptional . Staff nurses and Dr were super friendly and very helpful.',3,'',10,1),(1446,'2020-01-23 11:54:32.083502','AIe9_BGhYIk2KhOdF8fekWDvq8JUqZ4UA5qTSqZPvDg7iU8jTakTSZtSZm3Rk1g1cahLmd8K2IMilcpUXyJLNtivL-2_zMKupfqJfC_Rh38Yo5oHPns7Ha8','Bernie Vargas - The staff was very welcoming and very professional. Samantha, Nicole G, Meredith S, Bryan D, Ricardo and Dr. Yusuf gave EXCEPTIONAL SERVICE!!!',3,'',10,1),(1447,'2020-01-23 11:54:32.182075','AIe9_BGvUJd9etQojwpjZIMsiFnejSqUWlFmvjf-mKmgs7Y9moY9CkJdNRdcnZ2NtQTAX2pT0vIJiZdfe6mJlwQQaaFMqQhWJGCMSBMD3Q9dzWTlvmHomDI','Alexzandra Herrera - Amazing & fast service! The staff for tonight’s visit was super nice & caring! I was actually referred here by a friend who’s been here before & I can honestly say I’m impressed w',3,'',10,1),(1448,'2020-01-23 11:54:32.280415','AIe9_BGTHfLB7ZAtvlQmidaL-PvDP3fTuoF6V_EZUz2zKizp27rq5olYO7rFKrtSAOkvgBhYzwu0PAkQigLqiXs55NAiHIdec6hNAgCXQknMkyJVeenUFpQ','Thomas Perley - None',3,'',10,1),(1449,'2020-01-23 11:54:32.378772','AIe9_BHkHJRvhG8n5BjqdcMSKR_Fr51wbi0IW7FZRZfvB8yBGqdL815woJLrncvKn639MbOYbR31x-HtoqDL4zxPaHPGzvt8HTNplOeHgs_Bb3BAkDwWP94','Jackie Chavez - None',3,'',10,1),(1450,'2020-01-23 11:54:32.452586','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2wMNujh7CfhpVYBCusHoOb7Hd_gDtFwYjs5u7c4xFrlrq-MHDYEyb7CDR7kJ7IJQat487Wkuve0iOkQUXvLAv96e3zkI','Lucero Carreon - Brought my mother in Saturday for stomach and back pains. Everyone we encountered was extremely nice and helpful. My mother only speaks Spanish, so the fact that everyone knew a littl',3,'',10,1),(1451,'2020-01-23 11:54:32.551037','AIe9_BFMK6FB7k24ANEBV5CospTTFlXqqFS60f2cz-jUYHqxlYZ4Zy7an2GR0sjXEnPdlgmwmcPnH1fmg2gw254K1dae54XnGtD3D-Mf8J5mT_IyPCP4nUg','Edwin Langley - Quick service, very nice, very helpful. Would definitely come back! But hope I don’t have to. Make sure you see Nedi as the provider, Breanna at the desk, and Vanessa as your tech.',3,'',10,1),(1452,'2020-01-23 11:54:32.862410','AIe9_BFrHfJ2dmEi-Vy2qpFFGM-SDfk5sLF5pEHmtR9iUqLd0WmVb3nZmqsBhAv4t_BNCctnsosN2g64Z0LGl_AWKNRIACSAMxJAhqUOFx-23SJoMEu_ZbQ','Devan perez - Dr leavitt \nRita\nJonathan\nRommel\nAdolfo your all awesome I felt welcome and left feeling better thank you!',3,'',10,1),(1453,'2020-01-23 11:54:32.960719','AIe9_BHR7p0hPy1flx1br0TYdEUBxmm_HM1EGIHKLD_pnRH-Um8cwC6mHhbsqxFcbGxAmYHUodenli6ZUYuO1CMBtyIf8vJSoiV4hVybLOcNL5-XRXXC0gU','Hannah Carrillo - I was taken back very quickly and the staff was so helpful. Itza, Dr. Vakey, Rebeca, nurse Jacob and Laura did a great job. I will definitely come back here if I ever need to again.',3,'',10,1),(1454,'2020-01-23 11:54:33.009945','AIe9_BFmRFRFwJGRfUDOW8jG3rXnUUKezTYrGFp-tzZ0EbSqD0uGZtt3SnjHugXejLvezqcZZ3nQtZc2ninNg9Rth5YyFIaWp4iM7BIhlN4k0E9rqfi7l-E','Jacob Johnson - Itza was very attentive when we first arrived. Jacob and Rebeca provided good nursing care and were very helpful in answering questions and putting us at ease throughout our visit.',3,'',10,1),(1455,'2020-01-23 11:54:33.059110','AIe9_BFmRFRFwJGRfUDOW8jG3rXnnmtd47UYh24AFJh2EjLgNR0QnXB17DDBYCDPN7vNJFkQV7k7H7_l3dM5jt50Q4Fa69XGC03CWDxgHQt4NdbvG93LXqk','Alaina Reyes - Itza was so nice and attentive! Jacob and Rebeca were very quick with administering pain medication and were fun to talk to. Would definitely go again!',3,'',10,1),(1456,'2020-01-23 11:54:33.157759','AIe9_BEAgUIalCkcXZnurOUpP4uAtDzaK7m2H_SchpHaRv8DDZ0U9LqfvrQvoOPY9xQH-u4ORZoryMUxEtfbr5cgNvjZWtFtasgONmomOtRAxJMlUJ5PhvU','Deann Clark - None',3,'',10,1),(1457,'2020-01-23 11:54:33.256104','AIe9_BFL0OZrFaHgoJtqifT1GHrI_sEaFqWhVmAd22qK6V0amL_u6cr9pygg5evNXm9YBN4ug54D1EOPpc3QWa_3dhn0Dx3wAK7amGQGsL8CMXYcO49V7ko','Sara Reiss - Vanessa was very welcoming and efficient. I got treated quickly and Nedi was very helpful',3,'',10,1),(1458,'2020-01-23 11:54:33.354045','AIe9_BFLWlqwz3qGBnCfbAsLD0lVTENHAtThkizNwVrEFVTQu7u7eej3gdwRjyUtlNmr2BOvM1KOHvCLNhC1SlwWPeWNVhliyGBoS3r712H-lYoGzuHJv9E','Christopher Phillips - Nurse Lucas was great,',3,'',10,1),(1459,'2020-01-23 11:54:33.404079','AIe9_BGErQpX2pRNZrXBy5NOsH0eVUGQRxPH3dy3OOipa_2XgV-XLiYBlJV9nZ4N3sk9FcB7gZuorOmhYOcH3iiaSLUFbeLsA7t07jCciHwui4_oB7rguUU','Buffie Holcomb - I had a really good visit. The staff here was kind and greeted you with a smile. They were genuinely concerned about your issue. I highly recommend.',3,'',10,1),(1460,'2020-01-23 11:54:33.452945','AIe9_BGvUJd9etQojwpjZIMsiFne4vR5eB9m4IAGVDC1yDx_dXQ-POkaMo57-ifCL-scho-wkGhCVvJMGl6GxRiQiaKBPiUMcP_0SZZrWSL3TOzgFnUHTtQ','Heather Quigley - I took my son for a possible ear infection and was in and out in 35 minutes. Aileen at the front desk was efficient and quick with the paperwork. Chris and Andrew got him triaged wit',3,'',10,1),(1461,'2020-01-23 11:54:33.502179','AIe9_BGeWygkZoY6qknDFQmPvA4c_0nIcbjwEkKzaYRTSX7XT-xY1tN4H2tmcmBnjvvgIWUJUMP0DKky-MBL7ziSWYbtjFxS565JEG2ZNDFw_QL2qy-nvMw','Madhurima Gupta - None',3,'',10,1),(1462,'2020-01-23 11:54:33.551463','AIe9_BFL0OZrFaHgoJtqifT1GHrIScfxJt3EvuSo74XXKSK88yNowEYVU9SWRB4uTnokAtHir0F41y7Wo0FLqF24OBy5gehrvXK8kNG_dFxjZiLK4Mj4wAM','Linda Walker - My daughter and I had to visit signature care while visiting Houston, for the MLK Day Parade. Everyone there was kind, Professional, caring and concerned. From the time we entered th',3,'',10,1),(1463,'2020-01-23 11:54:33.611724','AIe9_BEV1VP1woYvuPRixSBHlWg4LdjSF6qO5E67LOQcDdJZpXDKvHcovW9VnbFRQ4tvvdiLBWLZdCfQoUmy5WF7CJh8AqNG4igfMsWGwG-i7kycFczfnOA','charles beasley - The staff was very friendly and Lucas was very helpful',3,'',10,1),(1464,'2020-01-23 11:54:33.660840','AIe9_BHZM2k_MpOhRgkb8w5Bn_urcKr-gJRY3oaKUjc5xJ4OZ9AyMO0PIGmyeg3SlGqEopK1Vk-UllEPHrFiQAO6sVv5d9mOeJksgR1wOEAQPLG52ZlcN6w','Jack Right - None',3,'',10,1),(1465,'2020-01-23 11:54:33.709984','AIe9_BHR7p0hPy1flx1br0TYdEUBC9noJIkNvEhsR8GjSUIg1M9SIUmUuNf5PsVHN4zKsnbETvQNZ-eA1wQ4QNRj5Hd3v0P9U-15wXTNvMP1spyfrQjLx08','Brigitte Velez - Came here because my mom had a really bad allergy reaction and Tanisha was super friendly and helpful! Translated for my mom and was so friendly! Constantly checked up on us! \nDr. Zhe',3,'',10,1),(1466,'2020-01-23 11:54:33.759197','AIe9_BFDvtvCY6mNmVUeGBiBb7S5a2U5t4qms6LFokb_mPCbHk86MB_cjYnNbIQOqD0qXXNY9QG8uthcCNnYuH_lhNSJLhosI16OhYBpNY4HQ8fiLKJyhww','Brooke Smith - We come here anytime our regular dr or walk in clinic is closed and they’re very good.',3,'',10,1),(1467,'2020-01-23 11:54:33.808661','AIe9_BFu3rdicGrPrzdyu4PDXmqMdaxJp0PaYMR74uE45YPFbCR9ZW23DDVMjEr-zusvEMRccfsmI5bULNaY-ro5eYsauEIz9acTJUrRv9wHuCCzYrTDrq4','KA Hall - After struggling w/severe colitis attack for several weeks, reluctantly realized had to go to the hospital. Aisha, our mobile IV nurse with Luxe IV, recommended Signature Care Emergency Cent',3,'',10,1),(1468,'2020-01-23 11:54:33.906858','AIe9_BGlY-BaOO_aND3JZqxJBS1Rg6SXHz5aYROhlfePcmqbokRm30ic3HKGGxbLJqoq7Xngi8C2uvs4yvp7TT1AqpzYjAJarfcm1j7auHHjTpr0Bd-qmNU','Jasmine Orduno - None',3,'',10,1),(1469,'2020-01-23 11:54:33.956024','AIe9_BEAgUIalCkcXZnurOUpP4uA5bWjydtXBvTNo2bU7T8KX5jfaz9Nb4TKQO97bppy19NrenRatDAOVIrraVyt1ZneFOfAsjPhaf92to7MFOpirbUiMeU','Tony Davis - At least 5 people showed up in the room to check out my wife. Very thorough and professional. Highly recommend this facility.',3,'',10,1),(1470,'2020-01-23 11:54:34.005396','AIe9_BFqh_zr355jzGaEpH7666zc9OHSZK_Wwcf84YJGmRFfR9RFJVHvWU7jWp4z9nnFQd3S4j5ZyPelBM7Ldl0yx4sVM4JBPiMTjEKEqMHhWg4YrW_4Rsc','David Delgado - Excellent staff :) Kristina, John, Hanh, Genesis ans Doctor Jaber were all very nice to my brother and very informative',3,'',10,1),(1471,'2020-01-23 11:54:34.054477','AIe9_BFhqAtkXvUqdYNeMuBBGjaAx64zW321r6mJ7PMwOOYnXveXj-dZkSyuFSnBK340w4Uf7-UkGSZCFIfq6H93DRDiIeDLmbPvS4ySLCckKgpI65hxqNE','Joseph Caballero - Kristina, John, hang, genesis and Dr.Jaber were all amazing. Would highly recommended.',3,'',10,1),(1472,'2020-01-23 11:54:34.103624','AIe9_BF8X4EpR_fF6mwcYdso9awgG2cu_iWa2cWQODnd7XZAnI-907qAcoVGSAsmVRrFec9aDXjzIGP2cCZyzCrsMEV7-jhyIk7IFSivf5551jZapISs-pM','Cara Donahue - This group of medical staff was just Amazing! Hands down! I had no wait time, Dr. Hemerka and nurse Kat were just simply caring and attentive to me. They had me feeling better in no tim',3,'',10,1),(1473,'2020-01-23 11:54:34.152959','AIe9_BGZuRKHeO1iYrcf4B001kE2diCXj9nKwPzU7LuxddGKE8TmYaNM7LEGtCpm8Xmz8_cd0wtD91xp1jZC1B4Ru7klL6lm2pef4jge0e_4aSF9PQU2-BE','Jonathan Hoar - The staff was very friendly the entire visit. The nurses (specifically Jacob and Remington) were knowledgeable and explained everything that was going on. Dr. Vakey was great! He broke',3,'',10,1),(1474,'2020-01-23 11:54:34.202171','AIe9_BFhqAtkXvUqdYNeMuBBGjaAIdpiqHVAvRKpoSB91qGCyQrXiKGUAkhQa-OnHign3eXPaCnMYmf8N2FCqsy5cMPtSdJHzpD56WJwzkqzffp4pCKSH-k','Jaymes Roberts - Great experience. They are always super friendly and best of all fast!!!!',3,'',10,1),(1475,'2020-01-23 11:54:34.251338','AIe9_BHkHJRvhG8n5BjqdcMSKR_FLa3KaXNcFINVTPBcwXPiktJ4zkQ6tmhEYFxUh8BwqKhYD7jxZ91cAc8-jCN2ZRLLuskfy59L8w5CQ__2_9CYrXaK2CU','BlazingHype - None',3,'',10,1),(1476,'2020-01-23 11:54:34.349398','AIe9_BGTHfLB7ZAtvlQmidaL-PvDr7Xu10mGcKygXnWUlyrnQXYUWf04Y46TpL9bwtdb0R0vYwHSZUTA9Vvc5HmVlMxXhCcP6T41evxw2vtDAyCXQqT8VzM','Allina McDaniel - Awesome and quick! Dr. Remington and Jacob were great. The front desk Kendra was so helpful as well! Highly recommend.',3,'',10,1),(1477,'2020-01-23 11:54:34.448263','AIe9_BGZuRKHeO1iYrcf4B001kE27ZHgDUrytflkNvc4D7KurvnhWCf7KlaG-lwvu3BtvmoT7tx2VwVMhBMg8RwIc--w-is1i5if5d454pAwGrK9usQKCh8','Brandi Reed - Kendra did awesome! She really hooked it up!!!',3,'',10,1),(1478,'2020-01-23 11:54:34.546655','AIe9_BGZuRKHeO1iYrcf4B001kE2tNPRlmcUla5P1yH3OOgTIBDKWWid97V21HLx01pyi0Q2XEj0Cd7T4FKlTkagVZkDyYgKE4ZxC2rcgHw0FErICeVpPcs','Kymberly Sredanovich - The care was fast and effective. The receptionist made getting registered easy and with kindness. I hurt my back and they knew I was having trouble moving. They assisted me with',3,'',10,1),(1479,'2020-01-23 11:54:34.644895','AIe9_BGhYIk2KhOdF8fekWDvq8JU1kBqlyJ4jAsGJxFnlx1F0EHXaiQ2KeUQDZt-nd7_KkZLAO5xWcRn0XQZb2EwuDwxcPXN2Z34ezBhavDS0oZLpgSiG0Y','ashley williamson - Best experience ever! Love, love, love the staff! Dr. Goodman, Adam, Andrew, Chris, and Aileen were all perfect. I couldnt have asked for better care.',3,'',10,1),(1480,'2020-01-23 11:54:34.694257','AIe9_BGvUJd9etQojwpjZIMsiFne_PS_QRw0fI_XalL-XsP9qU3nnfH4t29H3KvQKu1ak0lMqjESI0t9SUQmytZHgpceT2bJX-4Rs2ErtPq0nXog6Le4nNw','Valerie Rangel - I came into to SignatureCare and was immediately welcomed by Kendra, who helped put my nerves at ease with her positive and reassuring personality. I was helped by nurses Jacob and Re',3,'',10,1),(1481,'2020-01-23 11:54:34.743454','AIe9_BFu3rdicGrPrzdyu4PDXmqMGve1gRl5VF4OydMZ295htCvbPcp02uowuasi1x4MoC2uczFbnRHVfiPpaC1j7RwWoStox3FZcKo0buo3bprnNzgNYGo','Saher Nabulsy - Fade fast and prompt service wife was in a car accident and they took the other vehicles car insurance and did not charge me!',3,'',10,1),(1482,'2020-01-23 11:54:34.792544','AIe9_BGlY-BaOO_aND3JZqxJBS1RIrSEG9Yw5h_GlXRzH8zomNVOvL7LLNiycC85W1mcbFZmPxNSerlIq48NBhmPud3uncPm2xs5GUmeQXksjGmZg06s6JI','Leslie Bustos - Loved the fast service compared to a regular hospital. I was in a car accident was able to bill the person at fault didn\'t have to pay anything. All of the staff was great. Dr. Jaber e',3,'',10,1),(1483,'2020-01-23 11:54:34.842028','AIe9_BHkHJRvhG8n5BjqdcMSKR_FZTjFDT8hcdcy1Ft_5HZ0n2fBu-pbc-5EyA31fO8SuNQx8gp3akxO-4rTS7OFuPvoZA7bI4ehzb75hB3FxhIibYFhNiY','Jamaya & Rannisha - None',3,'',10,1),(1484,'2020-01-23 11:54:34.891172','AIe9_BEAgUIalCkcXZnurOUpP4uA_pPG45HKLX4pusCVodhFC7MuCpzqsjKyqvLMwrXmfVrAIjmMel2fFXC1RfrWq4HEzPDhRrKmrDityWjOgV7zuey5ElM','Janet Troxell - Great to have such a great place close to home. Full service very friendly staff.',3,'',10,1),(1485,'2020-01-23 11:54:35.087892','AIe9_BHVBnWjBJvk55vq2QEm0wl-IuukaDqVqXOtKYh2w3q1yiPqQh_29SK_OY4Xl34f5hu6YJlx0Jeu5f3heSTAQwvEZn98Cv9WHjtUI5vNSZQ-gex0lCA','Amanda Hicks - None',3,'',10,1),(1486,'2020-01-23 11:55:17.445961','9890','We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like ',3,'',9,1),(1487,'2020-01-23 11:55:17.500061','9936','Thank you for taking time out of your day to review your experience with enTrust Immediate Care. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back o',3,'',9,1),(1488,'2020-01-23 11:55:17.560611','9937','Our goal at enTrust Immediate Care is to get you in and out quickly and back to good health. We hope you are feeling better!',3,'',9,1),(1489,'2020-01-23 11:55:17.620752','9891','Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare',3,'',9,1),(1490,'2020-01-23 11:55:17.681283','9912','Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!',3,'',9,1),(1491,'2020-01-23 11:55:17.741534','9905','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they',3,'',9,1),(1492,'2020-01-23 11:55:17.839540','9906','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.',3,'',9,1),(1493,'2020-01-23 11:55:17.938502','9924','At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope y',3,'',9,1),(1494,'2020-01-23 11:55:17.998987','9925','We appreciate your great rating, Madhurima!',3,'',9,1),(1495,'2020-01-23 11:55:18.097619','9915','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your mom. Thank you for choosing SignatureCare.',3,'',9,1),(1496,'2020-01-23 11:55:18.245167','9916','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical need',3,'',9,1),(1497,'2020-01-23 11:55:18.305476','9917','Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!',3,'',9,1),(1498,'2020-01-23 11:55:18.365716','9918','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!',3,'',9,1),(1499,'2020-01-23 11:55:18.426186','9930','We appreciate your great rating, Deann!',3,'',9,1),(1500,'2020-01-23 11:55:18.486508','9931','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.',3,'',9,1),(1501,'2020-01-23 11:55:18.546915','9932','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.',3,'',9,1),(1502,'2020-01-23 11:55:18.607195','9933','Thank you for your feedback. We appreciate you choosing SignatureCare!',3,'',9,1),(1503,'2020-01-23 11:55:18.667526','9898','Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!',3,'',9,1),(1504,'2020-01-23 11:55:18.727955','9899','We appreciate your great rating, Thomas!',3,'',9,1),(1505,'2020-01-23 11:55:18.806456','9900','Thank you so much for giving us five stars, Jackie!',3,'',9,1),(1506,'2020-01-23 11:55:18.919967','9901','Thank you Jack, for your great rating!',3,'',9,1),(1507,'2020-01-23 11:55:18.993822','9902','At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review.',3,'',9,1),(1508,'2020-01-23 11:55:19.067841','9903','We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare. Hope your wife is feeling better.',3,'',9,1),(1509,'2020-01-23 11:55:19.123946','9904','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical need',3,'',9,1),(1510,'2020-01-23 11:55:19.173301','9892','Thank you so much for giving us five stars, Jasmine!',3,'',9,1),(1511,'2020-01-23 11:55:19.370006','9893','We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare. Hope your brother is feeling well.',3,'',9,1),(1512,'2020-01-23 11:55:19.419295','9894','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.',3,'',9,1),(1513,'2020-01-23 11:55:19.468541','9895','Thank you for your feedback. We appreciate you choosing SignatureCare!',3,'',9,1),(1514,'2020-01-23 11:55:19.517671','9896','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!',3,'',9,1),(1515,'2020-01-23 11:55:19.566937','9897','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.',3,'',9,1),(1516,'2020-01-23 11:55:19.616114','9926','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.',3,'',9,1),(1517,'2020-01-23 11:55:19.665521','9927','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.',3,'',9,1),(1518,'2020-01-23 11:55:19.714525','9928','We appreciate your great rating, Amanda!',3,'',9,1),(1519,'2020-01-23 11:55:19.763767','9919','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We',3,'',9,1),(1520,'2020-01-23 11:55:19.813159','9920','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureC',3,'',9,1),(1521,'2020-01-23 11:55:19.862362','9921','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.',3,'',9,1),(1522,'2020-01-23 11:55:20.009668','9922','We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the n',3,'',9,1),(1523,'2020-01-23 11:55:20.157665','9929','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your mom. Thank you for choosing SignatureCare.',3,'',9,1),(1524,'2020-01-23 11:55:20.206919','9934','Thank you so much for giving us five stars!',3,'',9,1),(1525,'2020-01-23 11:55:20.438862','9935','Thank you Jamaya, for your great rating!',3,'',9,1),(1526,'2020-01-23 11:55:20.586513','9914','Thank you Bill, for your great rating!',3,'',9,1),(1527,'2020-01-23 11:55:20.635537','9913','At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to',3,'',9,1),(1528,'2020-01-23 11:55:20.684708','9938','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hos',3,'',9,1),(1529,'2020-01-23 11:55:20.733966','9788','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!',3,'',9,1),(1530,'2020-01-23 11:55:20.783240','9790','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing enTrust Immediate Care.',3,'',9,1),(1531,'2020-01-23 11:55:20.832454','9791','Thank you Justin, for your great rating!',3,'',9,1),(1532,'2020-01-23 11:55:20.881700','9792','We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing enTrust Immediate Care and ',3,'',9,1),(1533,'2020-01-23 11:55:20.931052','9793','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing enTrust Immediate Care.',3,'',9,1),(1534,'2020-01-23 11:55:20.980193','9643','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical need',3,'',9,1),(1535,'2020-01-23 11:55:21.078667','9644','Thank you so much for your nice review, Ivar. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patie',3,'',9,1),(1536,'2020-01-23 11:55:21.177134','9645','Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!',3,'',9,1),(1537,'2020-01-23 11:55:21.226301','9646','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureC',3,'',9,1),(1538,'2020-01-23 11:55:21.275529','9647','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary exper',3,'',9,1),(1539,'2020-01-23 11:55:21.324475','9648','It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing Sig',3,'',9,1),(1540,'2020-01-23 11:55:21.472007','9649','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!',3,'',9,1),(1541,'2020-01-23 11:55:21.669581','9650','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.',3,'',9,1),(1542,'2020-01-23 11:55:21.767757','9651','We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.',3,'',9,1),(1543,'2020-01-23 11:55:21.816901','9652','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.',3,'',9,1),(1544,'2020-01-23 11:55:21.866221','9653','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.',3,'',9,1),(1545,'2020-01-23 11:55:21.915322','9654','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and dia',3,'',9,1),(1546,'2020-01-23 11:55:21.964548','9700','Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.',3,'',9,1),(1547,'2020-01-23 11:55:22.013853','9701','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary exper',3,'',9,1),(1548,'2020-01-23 11:55:22.063154','9702','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.',3,'',9,1),(1549,'2020-01-23 11:55:22.161691','9703','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hos',3,'',9,1),(1550,'2020-01-23 11:55:22.259995','9704','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!',3,'',9,1),(1551,'2020-01-23 11:55:22.309217','9819','Thank you Bill, for your great rating!',3,'',9,1),(1552,'2020-01-23 11:55:22.358402','9820','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We',3,'',9,1),(1553,'2020-01-23 11:55:22.407612','9821','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical need',3,'',9,1),(1554,'2020-01-23 11:55:22.456766','9822','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare',3,'',9,1),(1555,'2020-01-23 11:55:22.506147','9769','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.',3,'',9,1),(1556,'2020-01-23 11:55:22.555433','9770','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.',3,'',9,1),(1557,'2020-01-23 11:55:22.653781','9771','Thank you so much for giving us five stars, Melissa!',3,'',9,1),(1558,'2020-01-23 11:55:22.703109','9679','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hos',3,'',9,1),(1559,'2020-01-23 11:55:22.801512','9681','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your wife and daughter. Thank you for choosing SignatureCare.',3,'',9,1),(1560,'2020-01-23 11:55:22.899828','9682','Thank you for trusting us with the care of your stepson. We appreciate the great feedback and are very glad to hear that our team took such good care of him.',3,'',9,1),(1561,'2020-01-23 11:55:22.949149','9683','At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when kids get sick, but we are here to help. Thank you for your review and we hope your nep',3,'',9,1),(1562,'2020-01-23 11:55:22.998272','9684','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We',3,'',9,1),(1563,'2020-01-23 11:55:23.047366','9685','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.',3,'',9,1),(1564,'2020-01-23 11:55:23.096634','9686','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!',3,'',9,1),(1565,'2020-01-23 11:55:23.145552','9687','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!',3,'',9,1),(1566,'2020-01-23 11:55:23.244498','9688','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureC',3,'',9,1),(1567,'2020-01-23 11:55:23.342901','9689','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with',3,'',9,1),(1568,'2020-01-23 11:55:47.989541','9837','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing enTrust Ur',3,'',9,1),(1569,'2020-01-23 11:55:48.093354','9680','Thank you for trusting us with the care of your son. We appreciate the great feedback and are very glad to hear that our team took such good care of him.',3,'',9,1),(1570,'2020-01-23 11:55:48.142472','9690','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary exper',3,'',9,1),(1571,'2020-01-23 11:55:48.191965','9841','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!',3,'',9,1),(1572,'2020-01-23 11:55:48.290208','9842','Thank you for your feedback. We appreciate you choosing SignatureCare!',3,'',9,1),(1573,'2020-01-23 11:55:48.388561','9761','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with',3,'',9,1),(1574,'2020-01-23 11:55:48.438054','9762','We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank',3,'',9,1),(1575,'2020-01-23 11:55:48.535864','9738','At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.',3,'',9,1),(1576,'2020-01-23 11:55:48.585561','9739','Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency ne',3,'',9,1),(1577,'2020-01-23 11:55:48.635358','9740','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.',3,'',9,1),(1578,'2020-01-23 11:55:48.684701','9741','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better! Hope your friend is feeling better.',3,'',9,1),(1579,'2020-01-23 11:55:48.930463','9743','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.',3,'',9,1),(1580,'2020-01-23 11:55:49.029066','9742','Thank you for your feedback. We appreciate you choosing SignatureCare!',3,'',9,1),(1581,'2020-01-23 11:55:49.078304','9744','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.',3,'',9,1),(1582,'2020-01-23 11:55:49.127527','9745','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical need',3,'',9,1),(1583,'2020-01-23 11:55:49.187850','9746','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your friend. Thank you for choosing SignatureCare.',3,'',9,1),(1584,'2020-01-23 11:55:49.237140','9747','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!',3,'',9,1),(1585,'2020-01-23 11:55:49.286366','9748','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing Sig',3,'',9,1),(1586,'2020-01-23 11:55:49.384855','9749','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureC',3,'',9,1),(1587,'2020-01-23 11:55:49.458647','9750','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with',3,'',9,1),(1588,'2020-01-23 11:55:49.508101','9775','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We',3,'',9,1),(1589,'2020-01-23 11:55:49.605987','9776','Thank you so much for giving us five stars, Bill!',3,'',9,1),(1590,'2020-01-23 11:55:49.655732','9777','Thank you for trusting us with the care of your son. We appreciate the great feedback and are very glad to hear that our team took such good care of him.',3,'',9,1),(1591,'2020-01-23 11:55:49.705042','9778','We want everyone who visits us to feel like family. It\'s great to hear that our team made you both feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for ',3,'',9,1),(1592,'2020-01-23 11:55:49.754154','9779','Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency ne',3,'',9,1),(1593,'2020-01-23 11:55:49.803429','9780','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!',3,'',9,1),(1594,'2020-01-23 11:55:49.902015','9781','Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!',3,'',9,1),(1595,'2020-01-23 11:55:49.951293','9782','Thank you for your feedback. We appreciate you choosing SignatureCare!',3,'',9,1),(1596,'2020-01-23 11:55:50.049728','9783','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.',3,'',9,1),(1597,'2020-01-23 11:55:50.148323','9784','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.',3,'',9,1),(1598,'2020-01-23 11:55:50.246807','9800','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.',3,'',9,1),(1599,'2020-01-23 11:55:50.307010','9801','Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!',3,'',9,1),(1600,'2020-01-23 11:55:50.356331','9802','Thank you so much for your great rating, Keeley!',3,'',9,1),(1601,'2020-01-23 11:55:50.454851','9803','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureC',3,'',9,1),(1602,'2020-01-23 11:55:50.553366','9804','We appreciate your great rating, Mahoney!',3,'',9,1),(1603,'2020-01-23 11:55:50.602743','9805','At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!',3,'',9,1),(1604,'2020-01-23 11:55:50.701196','9806','Thank you so much for giving us five stars, Casandra!',3,'',9,1),(1605,'2020-01-23 11:55:50.799534','9807','Thank you Justin, for your great rating!',3,'',9,1),(1606,'2020-01-23 11:55:50.898135','9808','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!',3,'',9,1),(1607,'2020-01-23 11:55:50.958291','9828','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your mom. Thank you for choosing SignatureCare.',3,'',9,1),(1608,'2020-01-23 11:55:51.018716','9710','Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!',3,'',9,1),(1609,'2020-01-23 11:55:51.117481','9711','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical need',3,'',9,1),(1610,'2020-01-23 11:55:51.215714','9712','We appreciate your great rating, Garland!',3,'',9,1),(1611,'2020-01-23 11:55:51.276240','9713','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.',3,'',9,1),(1612,'2020-01-23 11:55:51.336494','9714','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary exper',3,'',9,1),(1613,'2020-01-23 11:55:51.396957','9715','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!',3,'',9,1),(1614,'2020-01-23 11:55:51.457378','9716','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!',3,'',9,1),(1615,'2020-01-23 11:55:51.555828','9717','(Translated by Google) Thank you very much for your kind review. We will pass your comments to our staff!\n\n(Original)\nMuchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal',3,'',9,1),(1616,'2020-01-23 11:55:51.654237','9718','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.',3,'',9,1),(1617,'2020-01-23 11:55:51.752237','9719','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and dia',3,'',9,1),(1618,'2020-01-23 11:55:51.802001','9720','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing Sig',3,'',9,1),(1619,'2020-01-23 11:55:51.862394','9721','Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.',3,'',9,1),(1620,'2020-01-23 11:55:51.922716','9722','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with',3,'',9,1),(1621,'2020-01-23 11:55:52.005448','9723','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We',3,'',9,1),(1622,'2020-01-23 11:55:52.077380','9665','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your brother. Thank you for choosing SignatureCare.',3,'',9,1),(1623,'2020-01-23 11:55:52.173548','9664','Thank you so much for your great rating, Daniel!',3,'',9,1),(1624,'2020-01-23 11:55:52.439271','9666','We appreciate your great rating, Eduardo!',3,'',9,1),(1625,'2020-01-23 11:55:52.655085','9667','At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope y',3,'',9,1),(1626,'2020-01-23 11:55:52.753601','9668','Thank you so much for giving us five stars, Ava!',3,'',9,1),(1627,'2020-01-23 11:55:52.901198','9669','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!',3,'',9,1),(1628,'2020-01-23 11:55:52.999460','9670','We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.',3,'',9,1),(1629,'2020-01-23 11:55:53.048632','9671','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!',3,'',9,1),(1630,'2020-01-23 11:55:53.097956','9672','Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare',3,'',9,1),(1631,'2020-01-23 11:55:53.147321','9673','Thank you for your feedback. We appreciate you choosing SignatureCare!',3,'',9,1),(1632,'2020-01-23 11:55:53.294887','9674','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare! Hope your husband is feeling better.',3,'',9,1),(1633,'2020-01-23 11:55:53.393445','9675','Thank you for trusting us with the care of your son. We appreciate the great feedback and are very glad to hear that our team took such good care of him.',3,'',9,1),(1634,'2020-01-23 12:10:33.775997','AIe9_BGvUJd9etQojwpjZIMsiFneCKlKToiMYZBG1hkpv-choNOC4SKEDUI0nyxBRMEVMgQMyyP-6msIOEBOE4v0Sgn_P_J2lv8-1Sp-tD1k6eJrJADOoo4','Jonathan Holt - This place was amazing. I really can’t imagine it’s a part of our healthcare system because it’s so much better than a hospital emergency department.. if you ever need care just go he',3,'',10,1),(1635,'2020-01-23 12:10:33.834446','AIe9_BFMK6FB7k24ANEBV5CospTTMhO8cUtsfQUKjxq9QH-P3EjwhGfmxnMWCzEsmwtbOX7j0I2XVR6FCxdVQbnNHwVB4d8WaRkTbc5hbjvy0k-tCuMLApg','Taylor Bass - I had a shoulder injury that was really painful. The staff onsite (Tatiana, Nicole, Chris, Dr Patel) were really knowledgeable and helpful. I was in and out within an hour.',3,'',10,1),(1636,'2020-01-23 12:10:33.883645','AIe9_BEHZ7lh7y1sP-UInhkpmlIpPJ12wbVJKx2EliDIWNXeMlqw-i69TxFuSA8r5c2_smgDHBgMablyeZdlxpaNTCE0WxkDtAR4GKF39MHFPt2lN5IIK-I','Christopher Smith - Visited late night for an injury. Really impressed with the staff. Tatiana was swift at the front desk. Nicole and Chris were great nurses, even the techs were fantastic. Dr Patel',3,'',10,1),(1637,'2020-02-02 03:58:02.081675','AIe9_BFLWlqwz3qGBnCfbAsLD0lV3Vjz5k0EvUTB-VT9qyAKB9yZI2YQnGp_F_IeXHpZjKbxzUFp_8P9Axd0ggSewVJ__2NLpOI4H3TpAWHkUAyUiIC7VYQ','Jaimauria Halyard - Everyone was kind and attentive. They kept me informed about what was happening and did their best to make me feel comfortable. There was no wait time, and I was seen almost as soo',3,'',10,1),(1638,'2020-02-04 05:39:06.069968','AIe9_BGvUJd9etQojwpjZIMsiFnenKxhIv2tbjqvQ75d7qO6Vrt9Q0RydpAxNYZrqfj8ir4YGvbE-NZV3TIMKCIgl1VXorY3hwKR39rIrH_907dwhU2n2vo','Cody Caraway - Thanks to Sita, Alexis, Allison and Dr Herbert. Very professional and got my pain level down in a timely manner.',3,'',10,1),(1639,'2020-02-04 05:39:06.126610','AIe9_BGvUJd9etQojwpjZIMsiFneXPP3K039O5vmtrJM1OT8GbB1yOtrQgreK8N0ne9Z6zoS4ZgwryNoVUMhcUKheFGiQpS36O9BbLsTpPzT6aPjSn-7-Hk','Melody Santana - Dr. Edwards\nRegistration: Carly\nNurse: Sarra\nRadiology: Tino\nEr tech: Olivia \n\nThanks for everything šŸ’‹',3,'',10,1),(1640,'2020-02-04 06:36:40.148634','2850309161695582935','en-Trust',3,'',8,1),(1641,'2020-02-04 06:37:04.688738','2850309161695582935','en-Trust',3,'',8,1),(1642,'2020-02-04 06:42:26.246677','8916258876770296726','Memorial Drive',3,'',8,1),(1643,'2020-02-04 06:42:26.301938','2850309161695582935','en-Trust',3,'',8,1),(1644,'2020-02-09 12:15:51.639896','1','Shahnewaz Pabon - Westchase',1,'[{\"added\": {}}]',12,1),(1645,'2020-02-09 12:35:10.008749','1','Shahnewaz Pabon - Westchase',2,'[{\"changed\": {\"fields\": [\"Nick names\"]}}]',12,1),(1646,'2020-02-10 05:39:20.625346','AIe9_BFL0OZrFaHgoJtqifT1GHrIhFOufAW_mjQkGauzvveev9o5pfxq1l32dXCXAmtomyZJAJ2j-eHieg1jJ0MMi9lOZy7tAj9cMJyfzAngDg_WSFhsfpk','Thomas Hopkins - We were taken care of promptly, the entire staff displayed excellent manners and we were promptly moved to a very clean room where we were seen by Dr. Lim. So far, the experience has ',3,'',10,1),(1647,'2020-02-10 05:39:20.737837','AIe9_BExcxslmE1rr7n5jMcadSKe-xz62LrVr79b5-z55VakiSClGA1O5ze9iP5yL20ntUa34qJJWaw0l5dDjn05utsSNJ9HAYeHTFTUkj1Q1tm2YBRPF48','Clarissa Lara - Definitely one of the better ER experiences I’ve had. Almost no wait time, necessary pain meds were given almost right away, tests and results were very quick. We had Dr. Thomas, nurse',3,'',10,1),(1648,'2020-02-10 07:12:20.727355','2','Kristina - Westchase',1,'[{\"added\": {}}]',12,1),(1649,'2020-02-13 08:10:57.853658','2','Kristina - Westchase',3,'',12,1),(1650,'2020-02-13 08:10:57.995571','1','Shahnewaz Pabon - Westchase',3,'',12,1),(1651,'2020-02-20 10:53:51.847000','17394740196501090048','Mission Bend',2,'[{\"changed\": {\"fields\": [\"Care name\"]}}]',8,1),(1652,'2020-02-20 13:27:46.177007','348','Wiltz,Tanishia Trisandra - Copperfield',2,'[{\"changed\": {\"fields\": [\"Nick names\"]}}]',12,1),(1653,'2020-02-20 13:31:31.680011','348','Wiltz,Tanishia Trisandra - Copperfield',2,'[{\"changed\": {\"fields\": [\"Nick names\"]}}]',12,1),(1654,'2020-02-20 13:32:00.218468','348','Wiltz,Tanishia Trisandra - Copperfield',2,'[]',12,1),(1655,'2020-02-23 08:42:18.098890','57','no_comment - Thank you for the great review%s! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.',2,'[{\"changed\": {\"fields\": [\"Reply\"]}}]',11,1),(1656,'2020-02-25 06:12:07.972050','AIe9_BEAgUIalCkcXZnurOUpP4uAKdrzZ8so6uFtyVyMpsKUgNFDK-61Qy1hgudl83KVIci6Y1DYTW_RLeP2I5bsZRWgU9koF_Ki0MezZSLfGdm3Tpk5dX8','Shaunda Hill - I was thoroughly impressed with the fast service from this establishment I checked in with Aileen and filled out paperwork and was seen all within 45 mins. I was having some sort of all',3,'',10,1),(1657,'2020-02-25 06:12:08.133236','AIe9_BF8X4EpR_fF6mwcYdso9awgxePsECTftQ7L57SulByeCw9Ydq79Ucvdl2LYNUrYFXKox8zw7C0MPLvbfrPO2ypL8Q_EIuYMITTiKYVbg1wfBNpSZ3A','Jasmin Bobs - Wow, I really loved the people at this location! Super nice and very convenient, clean and comfortable. Highly recommend. Shawn and Dr. Ding are great!',3,'',10,1),(1658,'2020-02-25 06:12:08.271292','AIe9_BGIy_plKfaZrItPyyQZNLvsM-4yDjeTZu3Dk61RL_ROslCcNnOC3lJmBrmEwe-j8AMYajRX87u1eRU7IWSrQxz0A_MwYv8g_aWV18u7_DxDlisMoMI','Karen Dao - Went there recently for a dislocated finger. Dr. Souman was able to pop it back in place like a pro! Quick and professional service. No wait, no crazy co-pay. Highly recommend for your',3,'',10,1),(1659,'2020-02-25 06:12:08.661230','AIe9_BGvUJd9etQojwpjZIMsiFneKGEdBmLNl6cJGR8FEgEeqo-arNYB72e9N5d_3co2IG9hapVTwAQJhSUwADwV0x_DKRXAKdaM4iSLXGztOmFHsSpaTYw','Eva Yorks - Dr. Kotey Fatima Karen Donna Sindy Wendolline were great they took great care of me and my family. Made sure i was comfortable and that i understood the plan of care. This is the best Er i',3,'',10,1),(1660,'2020-02-25 06:12:08.821533','AIe9_BExcxslmE1rr7n5jMcadSKeLbkwVuZD7_La0yyulpjoeztz9_hEgtPPJKxxVUq1mfqPQFoKXq3f24YJY5bWpNdhEiS7CWhni9DbBCpqj5bItQkFHYQ','Kaitlyn Bonvillain - I just moved here from Louisiana 2 months ago so I didn’t know the area very well but I passed by them everyday going to school. They treated me with amazing care and listened to ',3,'',10,1),(1661,'2020-02-25 06:12:08.959554','AIe9_BEV1VP1woYvuPRixSBHlWg4DbNIqWun3YyN3eOyogV8V1FwoflfnJnuq8h-wMgz11wc8nnHxBoR9Hz1sULyIMNXgLnrDb0w7K4GXj_S9gpIwQ7cJ7o','shemeka davis - Such a amazing staff: Dr. Ashbrooks RN: Mollie Rad/Lab: Eric Reg:Tobieā€¼ļø After a month of seeing several doctors and Er physician; this staff cared enough to get me the proper care tha',3,'',10,1),(1662,'2020-02-25 06:12:09.197671','AIe9_BFhqAtkXvUqdYNeMuBBGjaAN65Bl23xYo8ro6KdMDlOTSUfdLKPfRzj5p9JJGmFNyP6wTRAJAJ0zw6YPxvLtVIgLvCwD8C0bK3Do5Z_ozgtLPkVDoo','Joanna Cervantez - Was with my bf in the ER. The Dr came in and was good. The tech Daniel and the nurse Keira took care of him. They made sure he and I were comfortable. We will be returning here. It ',3,'',10,1),(1663,'2020-02-25 06:12:09.510489','AIe9_BFL0OZrFaHgoJtqifT1GHrIE8HIsWiAdHzNF014TgP8Q5eC53ui3LG1dxuh0cEDbdc4U8XjaW-IIhusPZjOWEcG_AlFhOEXPecPCFU6gbmBueWov78','Veronica Aguilar - Friendly staff, I didn’t have to wait at all ..they took care of me right away Thank you Christine M.\nBrandon, Dustin and Tatiana :)',3,'',10,1),(1664,'2020-02-26 10:32:30.099893','AIe9_BG84YPnR8vhxeJfV_lAYVNi3HJkLoUfSfXN0a-m7JO69GmzspoWvxc0SM48ZCDmdgW8BdGZaLW1UDOz4GbtUbbBFFduoTx3zSdtd7YF-tBqA_6hVt8','Sheanise McCardell - None',3,'',10,1),(1665,'2020-02-26 10:32:30.148014','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2MZIakGscCRTpNi3T_JIGwFd0l6yJl3j3XSDAhAgbl1gtlPgUUnk-yK5u7MuO5Bx4n2HeQ-qjak-3NTl2fMQNJpvaoDc','Lauren Lopez - Came with a friend and the care was the best I’ve seen in an emergency room. Ashley, Keira, Magali, Eliza, and Dr. Anders were great.',3,'',10,1),(1666,'2020-02-26 10:32:30.246958','AIe9_BEAgUIalCkcXZnurOUpP4uArLS7sCEpl8Bo1jM1ysH5Li52dV8pNujTH28PXq7BzKPhXjzJXrTIco7o0_8gAcWVRzt6txUjw4Ci5SC_XQBTGYg8V_0','lizbeth bello - This is my to go emergency center never a long wait, the staff is absolutely helpful and very informative! Doctors are really nice and self conscious about your health and symptoms\nDr ',3,'',10,1),(1667,'2020-02-26 10:32:30.345465','AIe9_BHVBnWjBJvk55vq2QEm0wl-6cacOcVzCqUgp8Rmeo6kMburo966f5ftSB9dzWhzz2R2vU3y2ZrfCRIKJAk9QaRDVipzqT2h6FHaSuSPdoUz0dWDs14','Shannon Thames - Very friendly staff, short wait time, knowledgeable staff. Will definitely visit again if needed!',3,'',10,1),(1668,'2020-02-26 10:32:30.394740','AIe9_BHVBnWjBJvk55vq2QEm0wl-kN9pzZHfkq5E07F_jxEkpclhYmr5hrMHyT2j8gwF8NJgS6czd_utk6i3pFRmwQszf9Wx9dKkbzsubc3lvkPDbRVVMMc','Bobbi Manchester - Came into the center and was helped right away. Staff was super friendly and polite. I totally don\'t like hospital but if i have to make a trip I\'m definitely coming here first. The',3,'',10,1),(1669,'2020-02-26 10:32:30.444046','AIe9_BGlY-BaOO_aND3JZqxJBS1Rq1sddYVKZQE4jH4PJtMDxurz9xRIAdo5Kc_5bmC5WrNMpRUelNRQtgo72CRIKifj_th1GzxFVjB944g0LzqEMisvkK8','Cynthia Garcia - All the staff was very caring!',3,'',10,1),(1670,'2020-02-26 10:32:30.493124','AIe9_BF8X4EpR_fF6mwcYdso9awgagRVFsumv-8FIRDGiLl4f25ertlKofr3OyiJR5HNBNDBBflEs0lL78ZFtS6yslktBLmFnqkySIhIr1PlE3lByr05x_k','Myeasha Craven - Quick registration with Stephanie! \nNurse Rollie was kind and gentle with my 6 year old! \nNatalia and Mackenzie were very sweet as well! \nWould definitely recommend this place for eve',3,'',10,1),(1671,'2020-02-26 10:32:30.542447','AIe9_BGTHfLB7ZAtvlQmidaL-PvDhsjULNlKZaVg1-SgoiWGg6QqJjg0Lh34LsX71dE5UZgaVper2jpkd8yY3vTKken-ccpPc0hKR-7s9QEkzCyjE7NPpuk','Jacques Mayer - None',3,'',10,1),(1672,'2020-02-26 10:32:30.591847','AIe9_BHQRY2ZSwEqF8wFOgAU7mdNWMZo5Y-Gx0kDRdY6Hg-TSaI4mz42RnM8fuE6DkpvPYuI3coS93PMnqajn9HMQ2_JJ-T1Kk8Eb64yOuvNEmGr5B-QzWQ','Lacy Conrad - Took my husband in to the ER here and everyone was so kind, caring and thorough. Also a very nice/comfortable ER if you have to be in one. Thanks so much to Adam, Chris, Linda, Aileen an',3,'',10,1),(1673,'2020-02-26 10:32:30.641107','AIe9_BHR7p0hPy1flx1br0TYdEUB3L5-qYXj9DD5TprFg4CMp9VC1EkkcUORImcu3q-G01PZ5M0dY_yBo89xUf3ifCh2CjQdLl1MUDNOOU2I2TvhQd7-7Eo','Adrien Conrad - I was helped by Adam, Linda, Chris, and Dr Leung, who were all excellent and helped me relax during a 13-hour stay. Great staff, great rooms, chill atmosphere.',3,'',10,1),(1674,'2020-02-26 10:32:30.690297','AIe9_BFhqAtkXvUqdYNeMuBBGjaAmhkm2D47skb6jSFbGmoJLsEm1hQk69jd8ZVXuWc3D9Q4a7L2SRoDYfOvyIf_edm8isYthgoL5bMepNqvybbDHIvGrc0','Douglas Craft - Ashley, Trinie, and Dr Anders(I think that’s his name) we’re all very nice and informative. Very speed service and friendly atmosphere. Highly recommended!',3,'',10,1),(1675,'2020-02-26 10:32:30.739174','AIe9_BH-Y7Lwr6IxuH7aUb2G6RG2agzo3kDHM_10OJNiclghvnY0PIAkZ5ocpdLkpFE4M75jI2saRlUe2f2rwuYVEc8y8ELzdj6GRpvAjQGUCpqqXYpKAxY','lovesentable - Thank you so much for a wonderful visit!! Nurse Adam, Dr Leung, Chris, Adam, and Aileen were super nice and professional! I have been here several times and trust them with my health!',3,'',10,1),(1676,'2020-02-26 10:32:30.789169','AIe9_BFhqAtkXvUqdYNeMuBBGjaAh6ErtC1g1uf5rSoF3GPHiuXSXxYw9bNUzZb13-CobdsFqZImZMkINZlaFgn8AlmPeaHP-LkolQgP5HyvGOaYqNUBxKA','Brittne Dansby - I was seen and diagnosed with the flu on 2/2/20. Linda with registration is who I encountered first. She was very friendly and greeted me as soon as I walked in the door. Kara was my ',3,'',10,1),(1677,'2020-02-26 10:32:30.849182','AIe9_BGlY-BaOO_aND3JZqxJBS1RfBLaI8Dw9mKlGyq_8eLh0N8FB4bTtZYtkWqLBfWxaGWwC84IQlLXSbNbji8yqzX_XtKyt9u0dihhKyRwBU0dGtr2Nuk','Paul Kolanek - Quick service, caring staff. I highly recommend them for any of your emergency needs.',3,'',10,1),(1678,'2020-02-26 10:32:30.965142','AIe9_BGlY-BaOO_aND3JZqxJBS1RqEu8JWGqIPJkDRmpLc07ajRLmkr4zZjhT-EZEHUVQ7U8_w3MvuUUImBwX9Lwj8KnBdPo6tq14lXUYtYVce__H5z7v3o','Paul Kolanek - I had a great Experience, quick service, kind employees that really seamed to care. I highly recommend.',3,'',10,1),(1679,'2020-02-26 10:32:31.014549','AIe9_BHZM2k_MpOhRgkb8w5Bn_urHkDGaZb_scttjeMC7Y7llVX0eetTbaZ2YHQoICo7G19n9B0eS6kSVFpR0fiA4nzSUowo0amiL0Fy7GaWd9Cmwq5eU0g','Dennis Kihlberg - This place is great. I have had to stop in twice for late medical emergencies and was well taken care of during both instances. I would recommend this place to anyone!',3,'',10,1),(1680,'2020-02-26 10:32:31.063654','AIe9_BFDvtvCY6mNmVUeGBiBb7S54-n9DLWpVxLubFqi2IQFQh8Qr3rwD_FQgNGMWJn6x6yXtyEMERSWmmv3pzXKse8ABmP-1FbK0TOuu1m34E9Ux7cgV_I','Michaela Guerrero - They were super nice and fast!',3,'',10,1),(1681,'2020-02-26 10:32:31.113003','AIe9_BFhqAtkXvUqdYNeMuBBGjaA9730iWCeFftCe-bq8LJALY0lw-LG0D9Wp2GPv_a-BQIbZn89vDP9OCCJHvUjbXvzPadIPuER4yiI3cz7iKSQzZKeSRk','Trung Truong Cover - Nurse : Fanny ,Selina\nEr tech : Brian , Ralph\nRad : Sandy\nDr : Wang\nReg :Okarys',3,'',10,1),(1682,'2020-02-26 10:32:31.161815','AIe9_BGZuRKHeO1iYrcf4B001kE2QrKokZNV70LEooTnHolvvyM7lVibijTU7aqwVBnF6vIwuvUdYQwxGwZblcftDE8glmrR7s4jSGfwjiCWB9qKxFDSBiI','Mallory Holmes - This place is fantastic! No one enjoys being sick, especially on the weekend. But Signature Care took great care of me and my husband. When we walked into the door, we were greeted by',3,'',10,1),(1683,'2020-02-26 10:32:31.211109','AIe9_BFL0OZrFaHgoJtqifT1GHrIsjCAQI_fXQvKTVB-sdvnYHgmt49Cls0fgNksAUlM7X8Dj14sKFpBcXfd8gdhik9X1-kSSVVeF_lICiyZxhiHyW4tiBM','Irina Watson - None',3,'',10,1),(1684,'2020-02-26 10:32:31.309731','AIe9_BHZM2k_MpOhRgkb8w5Bn_urr860o3s9HIs8V2MrPCzQOMTcGWf3SwtkEolxD5dUPtwmR5JAt_9brr0RjtC8qWDCGWsqcP5bfcJt_FS0Rk6gBscWV28','Gia Garcia - The staff was great and friendly. Okarys was helpful with the paperwork. Mr Ralph was patient with my grandson\'s vitals. Nurse Selena and Dr. Wang reassured me that everything was okay.',3,'',10,1),(1685,'2020-02-26 10:32:31.359277','AIe9_BFMK6FB7k24ANEBV5CospTToDMQfSVoxYiTVqXMPF8ozbKMPmnazcEDnELYQf3b5-v8t1P-5V06YWLVnxr-5OE8wpARSjkm-9sNmUqcSCFPJvhA0UI','Samuel Hearne - Very comfortable place and very fast the ppl are so nice and very friendly',3,'',10,1),(1686,'2020-02-26 10:32:31.419641','AIe9_BGhYIk2KhOdF8fekWDvq8JUdmwR4PG1rLZcrxLiBWwRncTu1j4yDhIqVGihGVQmbLnk_Fkf4dXdl7NjZRiNdZJBEadHr2_HZnUf_WP4HgTIn757CII','Ms. crayton - As always signature care is a place I highly recommend, they take great care of you, beginning to end! The receptionist Erica is amazing! She is great about getting you in right away, an',3,'',10,1),(1687,'2020-02-26 10:32:31.469080','AIe9_BGErQpX2pRNZrXBy5NOsH0evNjcl1kf3FIDHqkmFLy3_GAZXkW7ppinkQQbIMxQ7bWPZK9fTK6sDgZ3oVelfY4_hXtvAWA_k5JNxWAeiYoSku-QQgM','Theresa Ward - None',3,'',10,1),(1688,'2020-02-26 10:32:31.529321','AIe9_BFLHEJ8hYqd4VCbbc-EtvgMFAJ7fHBJ49Oj6Lxzia-4eKLdsTJx47qbeASmWb5LVaO0nL18I9y8CG2CahNmQrfh82KoZiL-q5md07cdkDiBIBo7bHk','Christy Naponic - None',3,'',10,1),(1689,'2020-02-26 10:32:31.578728','AIe9_BHVBnWjBJvk55vq2QEm0wl-a9pD79IUqi-99AHQqyYsdPj1Nf8FZnMuQIfo0J4AqeQQdy0aNZ2tVOTLvUhlsNJGWYE698nRyZrfYD_ds96u6-c2w90','Ashlyn Williams - Everyone is really nice!',3,'',10,1),(1690,'2020-02-26 10:32:31.627919','AIe9_BExcxslmE1rr7n5jMcadSKe1NUe9rZGuKsf9rfNLjn9nEIlyFtKRlp8DtimN5L-MkVmKMrC3Y6zej8HqugZP6k-dAr35Y8sAtpaB8uwnGqRKkXPNE4','Georgina Foust - I came to your facility tonight with my daughter. I had never seen her in the shape she was in before. The care she received was astounding. Her nurse Keira explained everything and t',3,'',10,1),(1691,'2020-02-26 10:32:31.688564','AIe9_BHZM2k_MpOhRgkb8w5Bn_urFHAWkRt_w4JYTz42ncSZyOPZbXwXv8CuCf-lXdx3jwq35fkpHJt-Y030dFKdAo0cN8xWI9VYeEL6ey44EZ2NP6UbmJI','Judy Taylor - By far- this is the absolute best emergency room/medical staff I have ever dealt with (Irving, Victoria, Tino, Christian, Ana and of course Dr. Patel). I wasn\'t even waiting for 1 minute',3,'',10,1),(1692,'2020-02-26 10:32:31.748551','AIe9_BFu3rdicGrPrzdyu4PDXmqM_5plN3LcBQgD_fTRpdv0IPIiSmuI9cSgnDhtXotUPmHMM89r_Egbl5uj_9SwFmuigZYGD2jHzSLKW7g6hgVvwueBUvk','Ana Karina Rodriguez - Good atmosphere! Loved the attention from everybody! Nice and clean place . everybody very friendly. I highly recommend this place. Channel, Fatima, Elaine and Tanisha all very ',3,'',10,1),(1693,'2020-02-26 10:32:31.808977','AIe9_BGhYIk2KhOdF8fekWDvq8JUUUtIDeLA6UU7pT9tzgo94eSBrsKz-D2dfgJEp46FEU8sMO2zTIERj5rEtSUL7nAvEcBGuQvUCXwTu6MjKv-Dca6mTmM','Victor Borrayo - Super great experience! Tanishia was helpful at the front and on top of everything. All the nurses were awesome and made me feel comfortable',3,'',10,1),(1694,'2020-02-26 10:32:31.869376','AIe9_BGIy_plKfaZrItPyyQZNLvsTE5FEVLq5-LhgTHXkFNYpBLNU6MKFYRQQOHVN0jf2HX4tSzolP93T0grqMEbVthFbe1D4Lo52mwc3DetedlRFjFQD1E','Gustavo Gonzales - Our kiddo (age 13) came home with what turned out to be a fractured wrist and displaced radius from running around in the woods this evening. We cleaned him up and ran him over to S',3,'',10,1),(1695,'2020-03-02 07:44:49.953167','AIe9_BHR7p0hPy1flx1br0TYdEUBcbm71-T2auJAH8h6CktNi4NCuri71iIj_mEzgCV21QGjNYQGJb0-jKeibD2ZPKErkakEUqgJOmGvlOcUrFv5YM0vzaM','Dariana harris - Great service, quick and efficient...',3,'',10,1),(1696,'2020-03-02 07:44:50.040774','AIe9_BFqh_zr355jzGaEpH7666zcbmzRZMzlvG-WxDdW_r-9gY0vH5HQ2N2DGEbQghLzU_RdEg4do4dPQEgGy92AE6JFzeZ-teja2vve_gsAcDDt2Rtm0HM','Moses Vasquez - Amazing working space very child friendly. \nNurse Samantha was wonderful \nand very helpful. \nI’m glad to know we have help in any place needed!',3,'',10,1),(1697,'2020-03-02 07:44:50.188555','AIe9_BGIy_plKfaZrItPyyQZNLvsKPY2iVwuoZy62NtSU2qoW0sIm_B11YV40-7xTa79pE15lDkprlbhNE9BfpmvIHLA0xzbkI8Tq5Wl00FMCV9KjvXyLjM','Chasity Johnson - Great customer service and very fast service. Everybody was friendly and helpful. From the moment I walked in Carly was very welcoming. Irving and Sherwin gave me all the information',3,'',10,1),(1698,'2020-03-02 07:44:50.286984','AIe9_BHx9wW5OAXpNIH08blLdli0WQSVQXuhCE_QXkD_Ch6K8TgPciuUOucCprdOaLsAHAZC6CcqNYD2LJTC3zbYvr92loOeAfsgvtiLSMWigRCqPYvUAhI','Jazzmynn J - They are always funny and amazing šŸ˜„šŸ˜€',3,'',10,1),(1699,'2020-03-02 07:44:50.336285','AIe9_BFu3rdicGrPrzdyu4PDXmqM4dNBUID252rZ5gXnQ3XrC4LcUi-U9r_I1o58ekOqovptCqNcQH9kFAsydDydNDNexjkEOw_EQyII8nvSVmMP9YZOlm8','Justin Stevenson - Everyone was so nice they took great care of me in a timely manner',3,'',10,1),(1700,'2020-03-04 09:45:13.097037','8918455867446117794','Stafford',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1701,'2020-03-04 09:46:09.551624','8679688254631342173','Bellaire',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1702,'2020-03-04 09:46:26.748536','8626688543755174284','Paris',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1703,'2020-03-04 09:46:42.747707','6521947413723274945','Odessa',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1704,'2020-03-04 09:47:00.481507','16590124370714063921','College Station',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1705,'2020-03-04 09:47:15.002641','16891069708558046635','Austin',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1706,'2020-03-04 09:47:49.584942','3511292162159714121','Montrose',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1707,'2020-03-04 09:48:04.379741','12541597562633926366','Westchase',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1708,'2020-03-04 09:48:16.187078','14904078213800803294','Memorial City',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1709,'2020-03-04 09:48:28.836442','17394740196501090048','Mission Bend',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1710,'2020-03-04 09:48:50.074993','14567670160750071148','Heights',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1711,'2020-03-04 09:49:21.578143','17898197009688164559','Copperfield',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1712,'2020-03-04 09:49:42.608189','8679688254631342173','Bellaire',2,'[]',8,1),(1713,'2020-03-04 09:49:54.016167','13486358490203335051','Midland',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1714,'2020-03-04 09:50:49.869441','16891069708558046635','Austin',2,'[]',8,1),(1715,'2020-03-04 09:51:13.103743','3272657195432704501','Texarkana',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1716,'2020-03-04 09:51:25.913373','16389487648212004696','Cypress',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1717,'2020-03-04 09:51:41.907790','2694018788013845459','Killeen',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1718,'2020-03-04 11:13:06.654381','8918455867446117794','Stafford',2,'[{\"changed\": {\"fields\": [\"Care name\"]}}]',8,1),(1719,'2020-03-04 11:13:42.404718','8918455867446117794','Stafford',2,'[{\"changed\": {\"fields\": [\"Care name\"]}}]',8,1),(1720,'2020-03-09 06:38:48.341709','393','Montgomery,Sarah M - Texarkana',2,'[{\"changed\": {\"fields\": [\"Nick names\"]}}]',12,1),(1721,'2020-03-09 06:38:58.205570','326','Grant,Sarah A - Copperfield',2,'[{\"changed\": {\"fields\": [\"Nick names\"]}}]',12,1),(1722,'2020-03-09 07:53:06.427802','8918455867446117794','Stafford',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1723,'2020-03-09 07:53:25.224738','8918455867446117794','Stafford',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1724,'2020-03-09 07:59:18.316350','8918455867446117794','Stafford',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1725,'2020-03-10 07:30:45.135021','AIe9_BH3gZxYpIxBZcqAOO5HuBVkRjymUkVjCNeSuEWE2VitTXdFD2tnUWe2yLNGNjKrmW5wS-DkZhsKEMyS8QvlKoFYbwBnsv2rTVojXUFUHl61-nSAE-w','Misty McCleary - This is our second day in a row here, and we’ve been impressed with the treatment we’ve received both days. Great place to go!',2,'[{\"changed\": {\"fields\": [\"Star rating\"]}}]',10,1),(1726,'2020-03-10 07:32:05.235558','58','four_star - Thank you so much for your nice review, [NAME]. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us k',1,'[{\"added\": {}}]',11,1),(1727,'2020-03-10 07:32:21.619108','59','four_star - Thank you so much for your nice review, [NAME]. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do',1,'[{\"added\": {}}]',11,1),(1728,'2020-03-10 07:33:38.921145','60','three_star - Thanks for leaving a review! Would you please reach out to us at info@ercare24.com to let us know more about the incident. We aim for 100% satisfaction at SignatureCare. Your suggestion w',1,'[{\"added\": {}}]',11,1),(1729,'2020-03-10 07:33:50.559968','61','three_star - Thank you so much for your feedback. I hope you will let us know why you gave us a three-star rating so that we can learn from our mistakes! We always want our customers to be 100% satisf',1,'[{\"added\": {}}]',11,1),(1730,'2020-03-10 07:35:22.613829','62','Negative-Details - We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love ',1,'[{\"added\": {}}]',11,1),(1731,'2020-03-10 07:35:49.351698','63','Negative_Service - We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without compli',1,'[{\"added\": {}}]',11,1),(1732,'2020-03-10 07:35:59.463966','64','Negative_Service - Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our lea',1,'[{\"added\": {}}]',11,1),(1733,'2020-03-10 07:36:40.508848','65','Negative_Billing - Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@e',1,'[{\"added\": {}}]',11,1),(1734,'2020-03-10 07:39:18.630143','66','Negative - We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications.',1,'[{\"added\": {}}]',11,1),(1735,'2020-03-15 05:52:34.097215','AIe9_BH3gZxYpIxBZcqAOO5HuBVkRjymUkVjCNeSuEWE2VitTXdFD2tnUWe2yLNGNjKrmW5wS-DkZhsKEMyS8QvlKoFYbwBnsv2rTVojXUFUHl61-nSAE-w','Misty McCleary - This is our second day in a row here, and we’ve been impressed with the treatment we’ve received both days. Great place to go!',3,'',10,1),(1736,'2020-03-15 05:52:49.250198','AIe9_BGhYIk2KhOdF8fekWDvq8JUeiQknXhAZ4F1dmwnoMAxqKhs3xmQ3ZFpnhg2E8Wwe2lmSSTFqmYP8qX72ORy7i3yrflipDoR113QHLbbpcKmM8bfJJc','Courtney Rickels - Very helpful, friendly, clean, and informative! Dr Daniels and Tanishia were great. Everyone was great! Thanks again.',3,'',10,1),(1737,'2020-03-15 05:53:18.052076','AIe9_BHZM2k_MpOhRgkb8w5Bn_urdQ4m-my7yXhQZzrUf00cNb2Vw4kWwvRYsToR_vGVd2-CfQoGc8mokd4RcMs0A7hY1JWDPy96CkzMu3PwrrsoskdVN-Q','Ellen Scott - I really feel very confortable was given a chance ask questions and feel all questions answer very by everyone tonight Dr Daniels, Chantel, Laura, and Tanishia. Thanks!',3,'',10,1),(1738,'2020-03-15 05:54:25.918925','AIe9_BHVBnWjBJvk55vq2QEm0wl-ngAmMNAebF0NTBOmdw368HN8z3d2Wvd0oA4El4_bv0KLn-ET4-x2HaPw1gxGcuJWZekoGU9DtG5BGYoJUAFv4zjbph0','Zonjia Jackson - The staff was very professional, patient and super friendly. Sita, Allison and Leah made me comfortable and explained what they were doing. I will recommend Signature Care to all my ',3,'',10,1),(1739,'2020-03-15 05:54:43.201082','AIe9_BEV1VP1woYvuPRixSBHlWg4CExgI6xmw3MJABwA2TfeKeKX6enME4IMqlT7zswdVSBZSwIA4q4g-L9yeY3GJXFxXdz83LKAAX5-ZGknnMd0k_4sDZI','babygurll periodt - Ive come as a guest while my mom was in the er and ive had the best experience they take care of there pacients and they are the best to laugh with and talk to love them so much',3,'',10,1),(1740,'2020-03-15 05:55:03.749053','AIe9_BGErQpX2pRNZrXBy5NOsH0eTMFO1BfnjphBqlXbKUm4dSsbgflkCh1j0aEZfg2MHCnIsm8yF4UxeMbRyXU3uQnhrnvxb9rSYUNb0k2x83dBgf_0DkY','Yamiles Bravo - The staff was very great and friendly. Dr. Faig and nurse Sarra were very friendly and informative. Carly made sure to check us in quickly. Christian as well was very friendly. The who',3,'',10,1),(1741,'2020-03-15 05:55:20.502470','AIe9_BG84YPnR8vhxeJfV_lAYVNiPN7IhZn0VZPQjiADxMNgBMy5U5MxQ1CJ7vnr9Gz8ZVfQIYMldJcYvu37nSfga7dVxlKHI6cdOIz9ip8sGy_THh1ku_E','Chasity Smith - Samantha ,Christine, Ricardo, & Dr.Jaber were fast and very friendly. My 4month old was handled gently and with lots of care.',3,'',10,1),(1742,'2020-03-15 05:55:49.962463','AIe9_BEHZ7lh7y1sP-UInhkpmlIp_xzF64QrRAw12SNUlMB-zj31s3XSPhhaI_J5M9AopoanEso0sah8SASIvj-cYMn36BzxKnMQSZCxyPy7bkS-xi9zrho','My Random Life - Thank you\' Samantha! Awesome service. Professional employees and great options for treatment even if you don\'t have insurance. Thank you for treating us like people. I definitely reco',3,'',10,1),(1743,'2020-03-15 05:56:16.742954','AIe9_BHAFUK2tNBZL25dLQ0jVdh0lgAj-0S-8lW_sErS5Bo7KzNf3YKecDgMpb-1V7DD8f3f8qgsgy0pwSycKTWoCIN0s3OexPo3yD9-hzhIU_t0yCwFD4U','Timna Viera - The receptionist was amazing, very informative. Tanishia was so great and kind. She was attentive Chantele, the nurse, was so amazing. She was so caring and kind. She was informative and',3,'',10,1),(1744,'2020-03-15 05:56:45.999779','AIe9_BGErQpX2pRNZrXBy5NOsH0ehTcV2G8Zf4zPLEG9l98zEtCD-GW6MkaG01oTWAqTtxgbBP6WGxOcL4Ywc7qcL8jovJHUu_ulDgP1a-gHz9_LyEfZNk8','Jacqueline Echevarria - This emergency facility was very quick and got me in and out. Tanishia was very friendly and very efficient with getting me in immediately. Dr. Erica Daniels was a wonderful do',3,'',10,1),(1745,'2020-06-14 10:35:59.218092','1','admin@ercare',2,'[{\"changed\": {\"fields\": [\"Expiry\"]}}]',7,1),(1746,'2020-06-14 10:57:10.071954','8916258876770296726','Houston',3,'',8,1),(1747,'2020-06-14 10:57:10.320228','5397588228065547694','Houston',3,'',8,1),(1748,'2020-06-14 10:57:10.369498','2850309161695582935','Houston',3,'',8,1),(1749,'2020-06-14 10:57:47.388124','2077061009497551125','Pflugerville',2,'[{\"changed\": {\"fields\": [\"Care name\"]}}]',8,1),(1750,'2020-06-14 10:57:58.278446','14748677429039074158','Lewisville',2,'[{\"changed\": {\"fields\": [\"Care name\"]}}]',8,1),(1751,'2020-06-14 11:13:35.035281','1','Montrose',1,'[{\"added\": {}}]',13,1),(1752,'2020-06-14 11:14:29.024629','2','Heights',1,'[{\"added\": {}}]',13,1),(1753,'2020-06-14 11:16:40.340901','3','Memorial City',1,'[{\"added\": {}}]',13,1),(1754,'2020-06-14 11:17:30.090389','4','Westchase',1,'[{\"added\": {}}]',13,1),(1755,'2020-06-14 11:18:58.079430','5','Midland',1,'[{\"added\": {}}]',13,1),(1756,'2020-06-14 11:24:41.205591','6','Odessa',1,'[{\"added\": {}}]',13,1),(1757,'2020-06-14 11:27:00.588200','7','Paris',1,'[{\"added\": {}}]',13,1),(1758,'2020-06-14 11:30:57.334454','8','Bellaire',1,'[{\"added\": {}}]',13,1),(1759,'2020-06-14 11:34:52.006249','9','Stafford',1,'[{\"added\": {}}]',13,1),(1760,'2020-06-14 11:36:05.698021','10','Texarkana',1,'[{\"added\": {}}]',13,1),(1761,'2020-06-14 11:37:41.250282','11','Killeen',1,'[{\"added\": {}}]',13,1),(1762,'2020-06-14 11:38:01.186681','12','Pflugerville',1,'[{\"added\": {}}]',13,1),(1763,'2020-06-14 11:43:52.415951','13','Austin',1,'[{\"added\": {}}]',13,1),(1764,'2020-06-14 11:47:29.738782','14','College Station',1,'[{\"added\": {}}]',13,1),(1765,'2020-06-14 11:47:47.302483','15','Cypress',1,'[{\"added\": {}}]',13,1),(1766,'2020-06-14 11:51:48.043146','16','Mission Bend',1,'[{\"added\": {}}]',13,1),(1767,'2020-06-14 11:52:31.391534','17','Copperfield',1,'[{\"added\": {}}]',13,1),(1768,'2020-06-14 13:11:18.635448','18','Lewisville',1,'[{\"added\": {}}]',13,1),(1769,'2020-06-17 14:59:23.746919','66','Negative - We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications.',2,'[{\"changed\": {\"fields\": [\"Reply star\"]}}]',11,1),(1770,'2020-06-17 14:59:43.139962','66','Negative - We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications.',2,'[{\"changed\": {\"fields\": [\"Reply star\"]}}]',11,1),(1771,'2020-06-17 15:00:01.134302','66','Negative - We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications.',2,'[{\"changed\": {\"fields\": [\"Reply star\"]}}]',11,1),(1772,'2020-06-17 15:00:47.375114','65','Negative_Billing - Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@e',2,'[{\"changed\": {\"fields\": [\"Reply star\"]}}]',11,1),(1773,'2020-06-18 07:50:30.732369','59','four_star - Thank you so much for your nice review, [NAME]. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do',2,'[{\"changed\": {\"fields\": [\"Reply star\"]}}]',11,1),(1774,'2020-06-18 07:50:38.661616','58','four_star - Thank you so much for your nice review, [NAME]. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us k',2,'[{\"changed\": {\"fields\": [\"Reply star\"]}}]',11,1),(1775,'2020-06-18 07:52:03.769156','64','Negative_Service - Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our lea',2,'[{\"changed\": {\"fields\": [\"Reply star\"]}}]',11,1),(1776,'2020-06-18 07:52:11.873314','63','Negative_Service - We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without compli',2,'[{\"changed\": {\"fields\": [\"Reply star\"]}}]',11,1),(1777,'2020-06-18 07:52:22.003643','62','Negative-Details - We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love ',2,'[{\"changed\": {\"fields\": [\"Reply star\"]}}]',11,1),(1778,'2020-06-18 07:52:37.516691','61','three_star - Thank you so much for your feedback. I hope you will let us know why you gave us a three-star rating so that we can learn from our mistakes! We always want our customers to be 100% satisf',2,'[{\"changed\": {\"fields\": [\"Reply star\"]}}]',11,1),(1779,'2020-06-18 07:52:47.672846','60','three_star - Thanks for leaving a review! Would you please reach out to us at info@ercare24.com to let us know more about the incident. We aim for 100% satisfaction at SignatureCare. Your suggestion w',2,'[{\"changed\": {\"fields\": [\"Reply star\"]}}]',11,1),(1780,'2020-06-18 07:58:17.493731','dsaf','Mohit - dsaf;fkjsl',1,'[{\"added\": {}}]',10,1),(1781,'2020-06-18 07:59:00.183136','dsaf','Mohit - dsaf;fkjsl',2,'[{\"changed\": {\"fields\": [\"Create time\", \"Update time\"]}}]',10,1),(1782,'2020-06-18 07:59:22.456096','dsaf','Mohit - dsaf;fkjsl',2,'[{\"changed\": {\"fields\": [\"Star rating\"]}}]',10,1),(1783,'2020-06-18 07:59:46.994875','dsaf','Mohit - dsaf;fkjsl',2,'[{\"changed\": {\"fields\": [\"Star rating\"]}}]',10,1),(1784,'2020-06-18 08:00:17.204383','dsaf','Mohit - dsaf;fkjsl',2,'[{\"changed\": {\"fields\": [\"Star rating\"]}}]',10,1),(1785,'2020-06-18 08:00:38.980190','dsaf','Mohit - dsaf;fkjsl',2,'[{\"changed\": {\"fields\": [\"Star rating\"]}}]',10,1),(1786,'2020-06-18 08:01:22.304359','dsaf','Mohit - dsaf;fkjsl',3,'',10,1),(1787,'2020-07-08 08:19:20.296407','829264323932850',' Westchase',2,'[{\"changed\": {\"fields\": [\"Location\"]}}]',17,1),(1788,'2020-07-08 08:19:51.923556','596022027480375',' Midland',2,'[{\"changed\": {\"fields\": [\"Location\"]}}]',17,1),(1789,'2020-07-08 08:22:52.577251','461782867645453',' Copperfield',2,'[{\"changed\": {\"fields\": [\"Location\"]}}]',17,1),(1790,'2020-07-08 08:23:01.798727','326347177710316',' College Station/Bryan',2,'[{\"changed\": {\"fields\": [\"Location\"]}}]',17,1),(1791,'2020-07-08 08:23:10.523921','299216637560955',' Paris',2,'[{\"changed\": {\"fields\": [\"Location\"]}}]',17,1),(1792,'2020-07-08 08:23:17.535704','251751275488925',' Killeen',2,'[{\"changed\": {\"fields\": [\"Location\"]}}]',17,1),(1793,'2020-07-08 08:23:25.114922','237100240304186',' Odessa',2,'[{\"changed\": {\"fields\": [\"Location\"]}}]',17,1),(1794,'2020-07-08 08:23:31.728758','235046800697531',' Texarkana',2,'[{\"changed\": {\"fields\": [\"Location\"]}}]',17,1),(1795,'2020-07-08 08:23:37.861166','1787364321589026',' Stafford',2,'[{\"changed\": {\"fields\": [\"Location\"]}}]',17,1),(1796,'2020-07-08 08:23:48.760439','1765121397101399',' Memorial City',2,'[{\"changed\": {\"fields\": [\"Location\"]}}]',17,1),(1797,'2020-07-08 08:23:58.293348','1698192877146046',' South Austin',2,'[{\"changed\": {\"fields\": [\"Location\"]}}]',17,1),(1798,'2020-07-08 08:24:11.290336','167959367441528',' Cypress/1960',2,'[{\"changed\": {\"fields\": [\"Location\"]}}]',17,1),(1799,'2020-07-08 08:24:22.235539','1648645701907657',' Bellaire',2,'[{\"changed\": {\"fields\": [\"Location\"]}}]',17,1),(1800,'2020-07-08 08:24:36.711023','1609539722669429',' The Heights',2,'[{\"changed\": {\"fields\": [\"Location\"]}}]',17,1),(1801,'2020-07-08 08:24:46.158746','1608991329419166',' Montrose',2,'[{\"changed\": {\"fields\": [\"Location\"]}}]',17,1),(1802,'2020-07-08 08:24:54.106537','105589317817643',' Pflugerville',2,'[{\"changed\": {\"fields\": [\"Location\"]}}]',17,1),(1803,'2020-07-08 08:25:12.496690','104213804456471',' Lewisville',2,'[{\"changed\": {\"fields\": [\"Location\"]}}]',17,1),(1804,'2020-07-27 06:14:01.066569','2','mohit',3,'',4,1),(1805,'2020-07-27 06:21:45.375370','544778295636544','SignatureCare Emergency Center',2,'[{\"changed\": {\"fields\": [\"Location\"]}}]',17,1),(1806,'2020-07-29 07:52:15.335053','1','Thank you',3,'',19,1),(1807,'2020-08-19 06:49:32.421014','3','admin@motrose',1,'[{\"added\": {}}]',4,1),(1808,'2020-08-19 06:49:48.999860','3','admin@motrose',2,'[]',4,1),(1809,'2020-09-30 18:13:35.974280','8918455867446117794','Stafford',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1810,'2020-09-30 18:13:57.751668','8679688254631342173','Bellaire',2,'[{\"changed\": {\"fields\": [\"Recipient email\"]}}]',8,1),(1811,'2020-09-30 18:14:12.464260','8679688254631342173','Bellaire',2,'[{\"changed\": {\"fields\": [\"Review site url\", \"Recipient email\"]}}]',8,1),(1812,'2020-09-30 18:14:48.041607','8626688543755174284','Paris',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1813,'2020-09-30 18:15:16.818357','6521947413723274945','Odessa',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1814,'2020-09-30 18:18:04.354229','3511292162159714121','Montrose',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1815,'2020-09-30 18:18:24.054983','3272657195432704501','Texarkana',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1816,'2020-09-30 18:18:52.036983','2694018788013845459','Killeen',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1817,'2020-09-30 18:19:18.674029','2077061009497551125','Pflugerville',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1818,'2020-09-30 18:19:39.765595','17898197009688164559','Copperfield',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1819,'2020-09-30 18:20:53.792489','17394740196501090048','Mission Bend',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1820,'2020-09-30 18:21:12.823590','16891069708558046635','Austin',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1821,'2020-09-30 18:21:57.631517','16590124370714063921','College Station',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1822,'2020-09-30 18:22:27.138428','16389487648212004696','Cypress',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1823,'2020-09-30 18:22:48.942633','14904078213800803294','Memorial City',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1824,'2020-09-30 18:23:10.790210','14748677429039074158','Lewisville',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1825,'2020-09-30 18:23:39.221183','14567670160750071148','Heights',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1826,'2020-09-30 18:23:57.730675','13486358490203335051','Midland',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1827,'2020-09-30 18:24:24.401452','12541597562633926366','Westchase',2,'[{\"changed\": {\"fields\": [\"Review site url\"]}}]',8,1),(1828,'2020-11-16 13:57:01.831194','8916258876770296726','Houston',3,'',8,1),(1829,'2020-11-16 13:57:01.901976','5397588228065547694','Houston',3,'',8,1),(1830,'2020-11-18 05:23:59.071163','15979470999169074295','Humble',3,'',8,1),(1831,'2020-11-26 10:28:16.640997','3747023305316161','Stephanie R, Joslin, Rolando, and Duke where so amazing excellent staff. The doctor was wonderful as well',3,'',18,1),(1832,'2020-11-26 10:29:33.773111','3838482112843137','Wonderful help from the staff at SignatureCare! Ekaterini, Dr.Smirula, Krisanda, and Shary had me in and out with a quick and (relatively) painless covid test!',3,'',18,1),(1833,'2020-12-01 10:05:02.274338','3','admin@motrose',3,'',4,1),(1834,'2020-12-01 10:24:04.913780','3622115544494488','Kim & the front desk are so nice & helpful! Excellent experience',3,'',18,1),(1835,'2020-12-01 10:24:05.037691','10218525735400299','I recently went to Signature Care, and it was great. Kim at the front desk was super awesome. Tammy was great. Matt was caring. Dr.Simmons, was very professional. All was helpful.\nI highly recommend t',3,'',18,1),(1836,'2020-12-01 11:18:05.717587','4','admin@bt',1,'[{\"added\": {}}]',4,1),(1837,'2020-12-01 11:18:13.025190','4','admin@bt',2,'[]',4,1),(1838,'2020-12-01 11:18:45.866549','1',' -- admin@bt',1,'[{\"added\": {}}]',20,1),(1839,'2020-12-01 11:21:41.523705','1',' -- admin@bt',3,'',20,1),(1840,'2020-12-01 11:22:01.565653','4','admin@test',2,'[{\"changed\": {\"fields\": [\"Username\"]}}]',4,1),(1841,'2020-12-01 11:22:19.170542','2',' -- admin@test',1,'[{\"added\": {}}]',20,1),(1842,'2020-12-01 14:25:31.985976','5397588228065547694','Houston',3,'',8,1),(1843,'2020-12-01 14:25:32.070860','15979470999169074295','Humble',3,'',8,1),(1844,'2020-12-03 06:53:30.945618','893','Thank you for your feedback. We appreciate you choosing SignatureCare!',1,'[{\"added\": {}}]',19,1),(1845,'2020-12-03 07:05:10.195085','894','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.',1,'[{\"added\": {}}]',19,1),(1846,'2020-12-03 09:17:05.049184','2',' -- admin@test',2,'[{\"changed\": {\"fields\": [\"Location\"]}}]',20,1),(1847,'2020-12-03 09:17:40.390016','2',' -- admin@test',2,'[{\"changed\": {\"fields\": [\"Location\"]}}]',20,1),(1848,'2020-12-03 09:18:20.781397','2',' -- admin@test',2,'[{\"changed\": {\"fields\": [\"Location\"]}}]',20,1),(1849,'2020-12-09 05:58:41.188399','27774','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencie',3,'',9,1),(1850,'2020-12-13 17:16:26.265508','995','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!',1,'[{\"added\": {}}]',19,1),(1851,'2020-12-21 09:07:22.447078','5397588228065547694','Houston',3,'',8,1),(1852,'2020-12-21 09:07:22.523397','2850309161695582935','Houston',3,'',8,1),(1853,'2020-12-21 09:58:09.752399','8918455867446117794','Stafford',2,'[{\"changed\": {\"fields\": [\"Care name\", \"Review site url\"]}}]',8,1),(1854,'2020-12-21 09:58:25.128207','8679688254631342173','Bellaire',2,'[{\"changed\": {\"fields\": [\"Care name\", \"Review site url\"]}}]',8,1),(1855,'2020-12-21 09:58:41.103624','8626688543755174284','Paris',2,'[{\"changed\": {\"fields\": [\"Care name\", \"Review site url\"]}}]',8,1),(1856,'2020-12-21 09:58:54.653089','6521947413723274945','Odessa',2,'[{\"changed\": {\"fields\": [\"Care name\", \"Review site url\"]}}]',8,1),(1857,'2020-12-21 09:59:10.574558','3511292162159714121','Montrose',2,'[{\"changed\": {\"fields\": [\"Care name\", \"Review site url\"]}}]',8,1),(1858,'2020-12-21 09:59:24.565337','3272657195432704501','Texarkana',2,'[{\"changed\": {\"fields\": [\"Care name\", \"Review site url\"]}}]',8,1),(1859,'2020-12-21 09:59:36.462100','2694018788013845459','Killeen',2,'[{\"changed\": {\"fields\": [\"Care name\", \"Review site url\"]}}]',8,1),(1860,'2020-12-21 09:59:56.808488','2077061009497551125','Pflugerville',2,'[{\"changed\": {\"fields\": [\"Care name\", \"Review site url\"]}}]',8,1),(1861,'2020-12-21 10:00:16.622728','17898197009688164559','Copperfield',2,'[{\"changed\": {\"fields\": [\"Care name\", \"Review site url\"]}}]',8,1),(1862,'2020-12-21 10:00:37.878464','17394740196501090048','Mission Bend',2,'[{\"changed\": {\"fields\": [\"Care name\", \"Review site url\"]}}]',8,1),(1863,'2020-12-21 10:00:52.938715','16891069708558046635','Austin',2,'[{\"changed\": {\"fields\": [\"Care name\", \"Review site url\"]}}]',8,1),(1864,'2020-12-21 10:01:06.948310','16590124370714063921','College Station',2,'[{\"changed\": {\"fields\": [\"Care name\", \"Review site url\"]}}]',8,1),(1865,'2020-12-21 10:01:22.540163','16389487648212004696','Cypress',2,'[{\"changed\": {\"fields\": [\"Care name\", \"Review site url\"]}}]',8,1),(1866,'2020-12-21 10:01:51.880848','14904078213800803294','Memorial City',2,'[{\"changed\": {\"fields\": [\"Care name\", \"Review site url\"]}}]',8,1),(1867,'2020-12-21 10:02:10.901551','14748677429039074158','Lewisville',2,'[{\"changed\": {\"fields\": [\"Care name\", \"Review site url\"]}}]',8,1),(1868,'2020-12-21 10:02:26.439226','14567670160750071148','Heights',2,'[{\"changed\": {\"fields\": [\"Care name\", \"Review site url\"]}}]',8,1),(1869,'2020-12-21 10:02:40.368452','13486358490203335051','Midland',2,'[{\"changed\": {\"fields\": [\"Care name\", \"Review site url\"]}}]',8,1),(1870,'2020-12-21 10:02:54.025822','12541597562633926366','Westchase',2,'[{\"changed\": {\"fields\": [\"Care name\", \"Review site url\"]}}]',8,1),(1871,'2020-12-21 10:03:29.350819','15979470999169074295','Atascocita',2,'[{\"changed\": {\"fields\": [\"Care name\"]}}]',8,1),(1872,'2020-12-21 10:55:11.498522','43527','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.',1,'[{\"added\": {}}]',9,1),(1873,'2020-12-21 10:56:03.241662','AbFvOqmyKxIRCLweTlhXxgh-SBXIY9LUeIfPhpd8_yes0V-_lrjIR5GdZ7T3taqcapy9N2xZ3N03Zg','Amanda Sumpter - Great service!',2,'[{\"changed\": {\"fields\": [\"Reply\"]}}]',10,1),(1874,'2020-12-21 13:31:02.984655','3',' -- admin@test',1,'[{\"added\": {}}]',20,1),(1875,'2020-12-21 13:33:23.932334','3',' -- admin@test',2,'[{\"changed\": {\"fields\": [\"Location\"]}}]',20,1),(1876,'2020-12-28 06:37:06.623468','1752','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!',1,'[{\"added\": {}}]',19,1),(1877,'2021-01-27 10:36:28.201983','4','admin@test',2,'[{\"changed\": {\"fields\": [\"Staff status\", \"User permissions\"]}}]',4,1); /*!40000 ALTER TABLE `django_admin_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `django_content_type` -- DROP TABLE IF EXISTS `django_content_type`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `django_content_type` ( `id` int(11) NOT NULL AUTO_INCREMENT, `app_label` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `model` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `django_content_type_app_label_model_76bd3d3b_uniq` (`app_label`,`model`) ) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `django_content_type` -- LOCK TABLES `django_content_type` WRITE; /*!40000 ALTER TABLE `django_content_type` DISABLE KEYS */; INSERT INTO `django_content_type` VALUES (1,'admin','logentry'),(3,'auth','group'),(2,'auth','permission'),(4,'auth','user'),(5,'contenttypes','contenttype'),(15,'facebook','facebookpage'),(16,'facebook','facebookreview'),(17,'facebook_app','facebookpage'),(18,'facebook_app','facebookreview'),(19,'facebook_app','facebookreviewreply'),(8,'gauth','location'),(21,'gauth','locationmanager'),(7,'gauth','usermodel'),(12,'name_extractor','staff'),(11,'review','customreply'),(9,'review','reply'),(10,'review','review'),(6,'sessions','session'),(20,'user','useraccount'),(13,'yelp','yelplocation'),(14,'yelp','yelpreview'); /*!40000 ALTER TABLE `django_content_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `django_migrations` -- DROP TABLE IF EXISTS `django_migrations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `django_migrations` ( `id` int(11) NOT NULL AUTO_INCREMENT, `app` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `applied` datetime(6) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=58 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `django_migrations` -- LOCK TABLES `django_migrations` WRITE; /*!40000 ALTER TABLE `django_migrations` DISABLE KEYS */; INSERT INTO `django_migrations` VALUES (1,'contenttypes','0001_initial','2020-01-06 09:02:20.750518'),(2,'auth','0001_initial','2020-01-06 09:02:23.122237'),(3,'admin','0001_initial','2020-01-06 09:02:32.932943'),(4,'admin','0002_logentry_remove_auto_add','2020-01-06 09:02:35.756483'),(5,'admin','0003_logentry_add_action_flag_choices','2020-01-06 09:02:35.822163'),(6,'contenttypes','0002_remove_content_type_name','2020-01-06 09:02:37.583156'),(7,'auth','0002_alter_permission_name_max_length','2020-01-06 09:02:38.972634'),(8,'auth','0003_alter_user_email_max_length','2020-01-06 09:02:39.092083'),(9,'auth','0004_alter_user_username_opts','2020-01-06 09:02:39.157349'),(10,'auth','0005_alter_user_last_login_null','2020-01-06 09:02:40.172616'),(11,'auth','0006_require_contenttypes_0002','2020-01-06 09:02:40.270438'),(12,'auth','0007_alter_validators_add_error_messages','2020-01-06 09:02:40.352674'),(13,'auth','0008_alter_user_username_max_length','2020-01-06 09:02:41.788867'),(14,'auth','0009_alter_user_last_name_max_length','2020-01-06 09:02:43.089997'),(15,'auth','0010_alter_group_name_max_length','2020-01-06 09:02:43.287119'),(16,'auth','0011_update_proxy_permissions','2020-01-06 09:02:43.341943'),(17,'gauth','0001_initial','2020-01-06 09:02:44.330859'),(18,'gauth','0002_auto_20191231_1139','2020-01-06 09:02:47.154486'),(19,'gauth','0003_auto_20191231_1140','2020-01-06 09:02:48.754749'),(20,'gauth','0004_auto_20191231_1144','2020-01-06 09:02:50.070325'),(21,'gauth','0005_auto_20200101_0803','2020-01-06 09:02:52.899728'),(22,'gauth','0006_location_care_name','2020-01-06 09:02:53.057406'),(23,'review','0001_initial','2020-01-06 09:02:53.984605'),(24,'review','0002_auto_20191231_1012','2020-01-06 09:02:57.975071'),(25,'review','0003_auto_20200101_0803','2020-01-06 09:02:58.095489'),(26,'review','0004_auto_20200101_0807','2020-01-06 09:03:00.801185'),(27,'review','0005_auto_20200101_0830','2020-01-06 09:03:01.019301'),(28,'review','0006_auto_20200101_0847','2020-01-06 09:03:03.848133'),(29,'review','0007_customreply','2020-01-06 09:03:04.298801'),(30,'review','0008_auto_20200106_0757','2020-01-06 09:03:05.770223'),(31,'sessions','0001_initial','2020-01-06 09:03:06.317959'),(32,'gauth','0007_auto_20200109_0638','2020-01-09 06:38:43.059945'),(33,'gauth','0008_location_total_review_db','2020-01-09 07:02:32.224684'),(34,'review','0009_auto_20200204_0638','2020-02-04 06:38:54.371775'),(35,'name_extractor','0001_initial','2020-02-09 12:13:59.491817'),(36,'name_extractor','0002_auto_20200213_1122','2020-02-13 11:22:31.504800'),(37,'name_extractor','0003_staff_department','2020-02-13 11:30:39.971972'),(38,'name_extractor','0004_staff_name_mentioned','2020-02-19 10:49:34.475564'),(39,'name_extractor','0005_auto_20200219_1157','2020-02-19 11:57:36.675475'),(40,'gauth','0009_location_review_site_url','2020-03-04 09:44:13.176441'),(41,'gauth','0010_auto_20200304_1616','2020-03-04 10:17:09.022704'),(42,'gauth','0011_auto_20200304_1707','2020-03-04 11:07:52.086958'),(43,'gauth','0012_auto_20200512_1212','2020-06-14 10:34:46.456382'),(44,'review','0010_customreply_reply_star','2020-06-14 10:34:46.577787'),(45,'yelp','0001_initial','2020-06-14 10:34:47.835540'),(46,'yelp','0002_auto_20200609_0829','2020-06-14 10:34:51.594316'),(47,'facebook','0001_initial','2020-06-30 09:36:40.272091'),(48,'facebook_app','0001_initial','2020-06-30 10:11:14.771018'),(49,'facebook_app','0002_facebookpage_location','2020-07-08 08:17:41.831718'),(50,'gauth','0013_auto_20200727_0612','2020-07-27 06:12:21.025836'),(51,'facebook_app','0003_facebookreviewreply','2020-07-28 09:55:55.573840'),(52,'facebook_app','0004_auto_20200729_0750','2020-07-29 07:50:48.690189'),(53,'facebook_app','0004_auto_20200812_1021','2020-08-12 10:21:47.018660'),(54,'user','0001_initial','2020-08-19 07:51:34.413309'),(55,'gauth','0014_auto_20200825_0954','2020-11-17 09:32:42.850937'),(56,'name_extractor','0006_auto_20201019_0725','2020-11-17 09:43:22.605654'),(57,'gauth','0015_auto_20201230_0940','2021-01-27 09:49:14.542895'); /*!40000 ALTER TABLE `django_migrations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `django_session` -- DROP TABLE IF EXISTS `django_session`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `django_session` ( `session_key` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL, `session_data` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `expire_date` datetime(6) NOT NULL, PRIMARY KEY (`session_key`), KEY `django_session_expire_date_a5c62663` (`expire_date`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `django_session` -- LOCK TABLES `django_session` WRITE; /*!40000 ALTER TABLE `django_session` DISABLE KEYS */; INSERT INTO `django_session` VALUES ('01pgz451ox99sch0egaaogpzno43xr5y','NjIzYWU0OGMwZGEwYjU2ZjJjNjA1MzA0ZGYxYTMxMzYxZmU0YTIwZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0JfN1FzNWtGWUo2VDVXTzNsVjczVzBlOGt1Yjg1THZJcHYyem9lUDcwREY0U2J0VVZORGhjaXpncldqSTduQXh1eDVWbzVTQ0UwZVpVTnBmWk1Ldm5BMTVabExlRV94WmFWS1NXSTRKaXo1QmlYdG1velRPMGo0SzU1ZW5GUTAiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjUwOjIxLjkyNTYyMiJ9fQ==','2020-02-13 07:50:22.928953'),('01ukr1oj86vwroogeypi0tuxhkmcx1a2','YTUzMzdiZWJlMmU0NTY0M2ZiZGI5YTJjZGE1MDk4MTc2YjIwNjk0YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI0M21NS0V6ZDQwME9EQXRtOVRmNUk0amoyV1c3VXVRc2M5OUhMN2xNWWZDSGd2UnFYX3NUaGpqUFlqNV9lOTJjVExOVWhodlZlTFNMTVluY2UyQm05eUJlTG5icDFoSEtPMW5NdEhyS2xOa05OYUgwZGQzMWw4RGNaM0tDZGsiLCJleHBpcnkiOiIyMDIwLTAxLTA2IDEwOjE3OjU0LjU5NzY3OCJ9fQ==','2020-01-20 09:17:54.600754'),('03a0k7dierks32bdfkfuk088xbv5ceto','ZDkyNzdjMTY0NjIyOWExZGY5NmE5ODg0ODE3Zjk1OGM2MTQ4MDQ4Yjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ6TEt2OWp2ckdCbndSckM0Ym9MR2tPcENwbnNrNDdxNXp4aVpNVUJkUV96TnlobDg4TDJBVUdqVmxLUEhqNG5oSkRrYWMtU3E5LV9lSkoyc2dwMTlMT3k4T3MxT1gyTjlpWFFEUms3MnBSMEJyY1ZjOW93a2QzTTVrX2o0ZWF5IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNjowMDo0MC41Nzc1OTYifX0=','2020-02-26 05:00:41.581207'),('03x1ap49swu4ul5eal4ojbo5qh9d7mdv','MjJmNzZjN2Q1NGVhZTI3NmYwNjNlMjBjZjRmZWY0ZDY1NjgxN2UxODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI1Yk5YYkdtV2NyLXBTSEVBcHRHczRQWVBERl85X1ZwYXBsZ1dtVXgzTEwzOWF1MXdFNDk4c1pZTS1WbjVycEhBaHJjeTRoM18ydjlQTzFrQ0NWY3BjZ09vRmhhWC1JZDBUMnVIc2pDcDhlWGF4M2tYTmhUazlIVm03dWRQSU1MIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo0OToyOS4yODUxNjEifX0=','2020-02-24 05:49:30.288571'),('041llilflnbxdnrh0m93bhkbg730kxl4','ODQ0MGRiMGFkN2Q0NDQyOTJhNjdiNGFmZmUyZDYxZWVmZTM2Y2U2Yzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkItU2NLUXJaOEtVZnE3U1E1dFEtZHFOd2xmZWMwakoxcnRsMjhNeGJNcXRtSDZMQUpYSWNFekwtWTc4ay1GRWtXRTlOM0NnV0hBUDl5a2xKMEs1Y2FFRXp5MzViUFpQTnhQQXYtU2kxZVBvN2tqaXRPclhVZWx6Y2ZTM0M3ZTQiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjE5OjM5LjU4MDk0MyJ9fQ==','2020-02-06 12:19:40.584383'),('05sm5i3hii73v08hj8yxlxdkzzrh98v1','NDZhZTRlZGNhMmE2N2IxYWRhNWY5NDAwNTcyMDYyMjQ2YjI4ODE1Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IzaTk5ZGtwaFVBX0M5dEN4WFBPLUMwUlc5QzNsM25jR1VzYmxDSjZxVDJuRERweUUybmFtcWNjLWRjSzV5ZDNGWFl3OXNoMktOTVQwRm03M3lPNGdISGZOQlh6dFBFeWRTYkQ0bEZmYm9zcTBGckRfVWdYMzgxM3F2U1VNOXciLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjE3OjIyLjgyNTc4MiJ9fQ==','2020-02-09 06:17:23.827501'),('079ai3o8em75zti999m7r8ljskczttn4','ZjNkMTA5NDA3YTQ3ZjRkNDA0MzllZTIzYTIwMDlkZmI4YjZkMTBmNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIzbTZKMmtid1dhRWZUSDJDcVFVaWVlck9vZk1hS2otalV3YlgzcU1ZMGZ4M1RqM2Q5SGV5VU5fMVV3NlhsYTZBUjFDX3lweGFLOGJOYTlsT0JXanI3SGtsemJ4dzlfajVvS3JkbFAweDBVRE9kcU1rZy12X3JJb2Y1N1FKNmciLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA4OjEzOjM5LjgzODA3MCJ9fQ==','2020-02-20 07:13:40.841734'),('09w77yaz30oitqkbaon0h27o7g0zhstj','YmJkYWRlMDc3NmUwYzE2YzMyZTgwM2QwMjY1ZGMyZmIwYTg1ZTZmZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIxZVBmanBSYVpZMDNiUVdMSmp3V2RmeF9rR0RlTUZ3N3AzOXJ0OG94Z3B0TERxa1I2UmJDSjhzZVJ5UVlua0RNclhDLTkxcDl4U2ZqbURwbXAtSGFTTnFIUklJc3U2TVZCcklObGEwOGhGczJNN2M0cmhWc1MwYkVFTjg3dUpZIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODowOTowMC4xMzA3MzAifX0=','2020-02-23 07:09:01.131905'),('0a6t3ymlpa95m72h3a9cr3cb0d17wagb','Y2ZjZWE3MzU5YTdlZDQ3YjkxYWM2NjIyOGJlN2U1OWJkYWUxNTExMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI4Y0ZnYWFVWHA3UWM5WWxGbU1sZndIZWZVVjRvTC1kME83QUZTSTlvd2tIc0t2eGk3cG5iYWp4VEVSV28wQnhkRHZCa1BUeG1kc2tsNURSNlpoQ3JKSGlTTmRaanZQeWRmamhkWDE1REJXWkVuSERzWG9BRWIxUEVPT193QkUiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjQwOjA1LjM5MDMwOSJ9fQ==','2020-02-18 05:40:06.393843'),('0aa8v2d8961o02wuwltbcox7t2iue08c','YTIyY2Y1YTU2ZWYzMGM5Njg0ZjdjNjE3NTY2ZmJlYTMwNTVhNDQwMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ4X3ZfYmpuZC1PeTd1WHJMR0plM1RobjFHMlprdF9TRGRxb3ktYXJ4VUVFV3pBXzl6ZkhkUUctZEN3a3VNMFc0dW0tQURfN3FOX09BaXA2UUxnYVpfWnlwSkNTNGNMNlRLSWV4My1FaGpyOFNJcXRNdXBCY3lKdXRxdW9rTjQiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjQ3OjE5LjQyMDI3NSJ9fQ==','2020-02-18 05:47:20.423809'),('0aks4we22hizm70dpns906ii0fxc40zr','MjFkNmNlMzA5NzZiNTIyZDcyYTdjYTM3NTVlNzFiODgwYzVhYTVlYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ6OV9EZnJmTFhyOE9qOFZybnBvT3VSbG51TjFpejlXM2YtMU04MXhLdndvYzhkemRUSG1fRkdNb3FxSnRfemZHWEdYYmRfTjZNZXdTc1pDVlZSSG5Ra2tZbUxDYTZUMm5URDIxRjFSOFJEaDBfdTZWVmRKdDUzekxxb1ZBVVUiLCJleHBpcnkiOiIyMDIwLTAxLTE5IDA3OjAxOjAxLjQyMDQyNyJ9fQ==','2020-02-02 06:01:02.421599'),('0cp1wwbb02sa6jeuyb3djw0p7kqzgzu7','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-11-28 09:55:55.246116'),('0cttz3siqkiog7bxgz3hibf4eln97gnv','N2FmOGNiNmFmZWJmNzBjM2M4ZTA2NjU3MDZiZTU5ZTk2ZTk0YTMwNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ3TEYxMFU3RDI0elZtZkNxd0loZXJoSmViRngzOG5kVkIyYktQNjZyQllTUXVZSWhFaEdHZG1QeTdmd3NTeURSbGxLWUo2MVBNaDNxQ0laZ0pqRF9GQWQ2d1lrQnlKZzV2eF8yY3hNaXd4TEdBdkt3dUd5NFZJcmxRTERnOWVxIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo0ODowMi40MDE2MTcifX0=','2020-02-24 05:48:03.405020'),('0d49yq0dig5a57w001mkv37fgq2sbglv','NTgyMzYzMDIxNTVmN2JlNTM1ZWViZDg3MzM5ODk0ZDc3YWQ0MjNmYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI3Mm51Nl9EMkxQZzJvRFVEYXU3YnhvaktOVTdZQXB2dTRRYzhzeE5jczdMZ2JHdnc4Mks1elJ6WkVJbWRoX3k0ZzhscWdlWWVNcUV2ZVhpUERsd2VLcGFlSHJjSXBZckZ5Nk9DSUtaTzQwMkZuMWxhSFFDeEVEUUZ6ZmptQzQiLCJleHBpcnkiOiIyMDIwLTAxLTEyIDA2OjQ2OjQ4Ljk2NTY5OSJ9fQ==','2020-01-26 05:46:48.969313'),('0d6el6otu4dsk9o5rtrzgmdshzyqm495','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-09-07 10:56:03.956586'),('0dv9luvmsoxi0c0xuxq2fp0tz0q6qapx','ZWRjYzhhNmI2ZmQ1NmRjZDg1N2U0OWM2OTg0ZDcxMTIxYzE5ODcyYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ5QmhMS29XdXdoOXYzWllUT3NYYTUtQktjaWU1aXczYktVS2pqTTNBX0xkTVFEZ2R3dU9raUdXeElITFBIT1Joc2loSFdVYnJIQ0Vua3BiSzZwYzg2M3h1WXJjQ3diZGN2MmFvQ09oN25RVm9WaUxGcm5EMENERnVUV2VYNllGIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNjowMDoyNy40MzIxMjQifX0=','2020-02-26 05:00:28.435813'),('0ebb4987bgqp4mofaxs6nmkye3aa6z16','ODBiYmRmMWQ2MmNhYTc0OTgzOWYzYTcwM2U0MmUyNzhmNmRjNTZhZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI2OEFnZUROSmlvLTdxaTJaU05qbmxhMFpEQXZtZlE4cEw1aDVWa1FHZzFHVHNLZnRWMm1xSWVNMVdSeElDOXQxM2JyZmxrSHZwelhYd1ZkSnZleFJCVElTOFRkMFdhU1dhb0ZYQkE4aUJIQzVjM0pReE1rUGQ3ZmxiOE5LeGciLCJleHBpcnkiOiIyMDIwLTAyLTAzIDExOjUwOjA0Ljg4OTYzNyJ9fQ==','2020-02-17 10:50:05.893089'),('0g7tw7azuqdgtgjv9qi1bl2vazzqv40z','MDY2YzNmMDVmYTUwNDg4NzEzN2E1Nzk3MGJkYjJjOWRhMzUwYzY3MDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I5STI2ODZrQ0NVcWltUVJyWnpTNFpsMl9PNWNZV3dYSEQ3WnBWUWt2WnFHaHd3RzVtTTBWay1aNjFQNkcwMlNxWDIxdkFwWFMzWUJOY1dsTGNzU2ZoNno5eFdqXzhaUW15VjlTMWxTOGh0UmN0V19wWGlSTzhvRGVSd2xDbjQiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjEwOjM2LjAzNDY2MSJ9fQ==','2020-02-13 08:10:37.038261'),('0gh7zflyqgfodlj7s4gy7o3lf8f150wj','MmQ1MjI4Y2M0ZTcwNWM5MzY2NTczOTNiZjVlYjdhMWRhNzUzYzdlYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIzOWYxWUh0OWZYM0szZWl5c0dmUHFqR29hRXlfaDJhaWhlaXNxWHF4eTk0UWdMc29wZDZjZjFlRzZaWWNhNnp5QTF2R2JUc01fcG9qNWpUcDlveFB4bldFYUhYMkg2dU5BYTdpS3hjSnM1MEUzWUxzakdyRTNPSGN6MGN1bVEiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjIwOjA5LjU4MjMyNSJ9fQ==','2020-02-17 11:20:10.585855'),('0gkswata1f1q8t4ue96kuu0i03lapbow','OWUwM2Y4MDhlY2Y5Y2VhMTc3ZjgxMGE1ZWVkZTQxZWQxZWVlMmMwMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ5c01yLS1iTEtNUXFWdmtIYWVYV21kaUZpc0ZFclF4LVM0NXdFNVU1LUFvY0otUnVwOUhyM3U4UFh1TDBFRk1KODd0Yy1KVXpKWGt6c19mTWFVVkYzZ3lNLUFuZ2tVdUlDQnFBVUY5STlWdUd3c3JWbklyLURaTXotTVUwbVUiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDExOjUwOjU4LjE5MTE2NyJ9fQ==','2020-02-17 10:50:59.194790'),('0hvhd2j1h0hk3gby3uxz3lt2inahgu5u','ZDAwNGFmMjAzN2U0OWFmZDU1ZmVhNzFkMzRkZTkwNmEwMDlmYzM5NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0JfOVV1MXUyc2lGTzVxWXBKYUIxckJ6Q1BoZmJzNVFwcW5raHVxRnYxTkEyU2I2Q01rbk1VTk4zRmtOWTdUa0RUMGZDWm4wRDRGV191TVJvMmtPQVE4RS1RVU1mQko5QkYyY0Q4SGZWM21ObDdVcnZJWmtCLWwtNkVxQmVlb1UiLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjUwOjMyLjkyODkyNCJ9fQ==','2020-02-09 06:50:33.932551'),('0j8cduzahn20smvzngowj3e26hwrkzs6','OTE2NjE0NjdkYjE0YTczNmJhNjA2NmZlMzQ4ZjQxYTFmZjRkNTY1Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVVc3JyclZ1bVMxOHFhQjd5N055NFB5UFk3cXFET2xDMTlMTkRHREJhTnU4NHg1b1Z1RGw4elRXZ05ZTzJGM0d2MmRfVmdwX0llNFNuQmF5SElReTNtWi1UX3cwYkRzdEpGOWNkVUs4bjVRLXpWdDRDRFNRWUJxdFNoalJLaWVWTUZIVGRWUGxJQXNERVpOSFJpUl9SUExSUi1iS0M3SFBnIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxNDozMToyOS41NjQ1NTUifX0=','2020-03-29 07:31:30.568133'),('0mefoa9v7ddrm5aprl936hhx29kdtmhm','M2IzZjkwOTg4NzE0YTg2NjlkODVlYzIyZGJkNzZlZTAxYTg2YTI3MDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZTRsdkMzaGpzemNKdTZxRWlfTnBwVHpNZHFtRlRCcTdBa21zMHRsVFBRc242TGVURG9tTlYtM2VkeUNRYmpNd0pKbmNFZDQ3UmQ3Zm82NXFWbjJTQVBvN295c3drRTNJb2NhWGtYQUpoVmFtVVpYV0lLSTBlaWRQM0ljc2tGWW44bl8xeHRMZVk0V1BSRVpkTnVNQ3o5WElVSUhkY0o2THJ4cE9nIiwiZXhwaXJ5IjoiMjAyMC0wNC0wNyAxNDowNDozMC41NzA2ODYifX0=','2020-04-21 07:04:31.574132'),('0mije92adg2bl2o1gwa2bvqiljn6ngag','YTk1ODUwYWUxODU5NWIwNDZmYWQzYTg1MTNiYTRhNzAyZjFlZmNhNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIyN193bDdaMkVyUDM5cmVLNVdLS0kxOWZUeW50OVlMUE1sYWkxYWVydlE3TXNXeS1kWkdNbkIwX2hnZUFXTlctYi1zaDVXSGFQaEdIaG4zUG1ib2lFc3ROZGlxWXlSWGtocDRPMUJINWpSU3c5ck41bG51YkhkUGxvVlVySUEiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA2OjI2OjU3LjEzNDg0MiJ9fQ==','2020-01-23 05:26:57.138700'),('0n5v06shcpojyo82b07nk4z6xyh1nuxv','ZWM4MmZlMzI0YjZjNDIyM2MwYzJiNzZiZWQxNzAxNDQ5NWExMjRhZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJfem5ldU5jLTJiQ1Q1SVhIVlFJYTdXMHdyQVBsV2lMZ0RETml0RVVKcU5YSkROVnBOSmtkRFlrV2VlY0hBazJfSllxNnp2MWY2MzFaY0trTWJyMWFIalBNcHBjT2lBLXNhbTEzVWV3SHp4R1RpaEFMc3FlbW14RFJNcUVvTFkiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjM5OjUxLjc3ODQxOCJ9fQ==','2020-02-18 05:39:52.781909'),('0ng6hk722h99wpx532y54hnpf1m8076p','NmVhZmFiMDk4MWJkMDY4YjYwZDM4ODQwNDMxOGI3YThmYTE2ZTAxYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IxY2ptTFNvZm1XeWkteU9rNnRJLXJ6bzV0UmZfLU93OXQxakJXRjlCRFZhbXRmaXI0NC1KbUpIUHM1Qm9OUGVTLUExcTBaNnB1NXVTakRCWEx5Z0dIc25pTlBXdEN2SldwMHhjU21QbW1XYzNad0dfRHc2bDd5WTBuN0N2TWMiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjEwOjQ1LjY1MDMwOSJ9fQ==','2020-02-13 08:10:46.653737'),('0nw7zgkvufobau5rhzbq8dc9xi9pk5no','M2UxZjAzNjVlOWE5NDdjZjljMGNmM2I3OGIzZWZkMjExM2IzNmIwMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI2c3VsX2g5X21GVlZoV1RPNGdQeGNmMVhZM2stM05RY2FiWFd0SzJjb05OWnVBazQzRm9vVEZpLVpBTHJ1dl9raHRhV1JOSi01cTJIVzZyTGN2dkZ5bmMzV1ZoXzlBZEpQQ3FPLXdQUDF6T215WV9nS2RhM0FVLWh2UTNodlFGIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwODozMDozMC45OTUyOTAifX0=','2020-02-26 07:30:31.998859'),('0nxhaszaduc6306nbl341iuf00ozd5f6','MTFjZjg3NmI2ZjYwNjgyYjI4MDFjN2JjMzE2MzQwMWNhNWVhMjE1MTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ6UGwyLVdCTDlJWHJ5ZExWc3ZmNVZ4djlyR08tamo2MHplY01uQmhxcGtlc3pTNWlDR2w3RmtCakp4LU8xNi1XeWY4UHcwMUN0Z2lOcVVBRFIyRXRlSGlBVWN4TVltQzBOeDgyRkVqdkFTcVJrQ2pzcFFscWpaY2hBbnZnTkUiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjMwOjAxLjIzOTIyNSJ9fQ==','2020-02-17 12:30:02.242816'),('0qm1sudk7v0szqm2alny1292839u58co','YmIyZTU4YzM5NzczMGU0MzVlMDlhNjU3MmY0MWM3ODM0MjhiZjY5Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIzS095X3R3NktZSHR6Tll5SGg2dUlkR2t0bG1fQU5xX1pyRkk5QzhfNlBmdTVaRF90OV83V1dPRzFUQlVfdnNiUDhhQ3ZRZGxLWFdDYXFZejgzZFctMDlBVVA1Q2dkaGVDWC1zcENBNm54SmZ4dkxXZWRVM2Vua0hxbG5laGciLCJleHBpcnkiOiIyMDIwLTAxLTA3IDA2OjUxOjQyLjQzNTQxMSJ9fQ==','2020-01-21 05:51:42.438775'),('0r69xvjhyrl8rz8lmm4dt9hqenbk7euy','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-07-05 07:10:46.382054'),('0rdcyu3qpur6vnu1okh98pczgxtu85jz','ODcyZWYxNWMwOTEyYTMwYzA3MTVkZTNmYzg0Yzk5YTJmMGYwMWI5MTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUJfdnR6emNmRUlqZnUxVG4wNGlUc2lsbTlWUDdCbXZUazBON2pWOWplcUZVRVNTTWgteEJINXJVQ3FUQ3BWMTR4blY5SDY2X3JaMXYtTk82TXozMTh4M1F6bXJQVk1YM2JuYlU0d05kTnY5WGRGMm1NM1BwUkU5SjhReFdVNTQiLCJleHBpcnkiOiIyMDIwLTAxLTEyIDA2OjQ2OjUzLjYyMzkwNCJ9fQ==','2020-01-26 05:46:53.625046'),('0rgv96ke77vddbrys0gium7ywbfrohe9','NzZkZmVlZWRhZjdjMmZjMTFlMjRlNGIzMzYzMDU2ZTBmNTAwYzI1NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZTRsdkMzelplcjh1c3M3aVpzd3ZybGlTc3Z4VlNuVXZ5cDJqWkkwanZmakw5QnRrRkJiYUhRUTg2aTFjYTNJdjRWTDZROFItQjJlU0M0WV9aalVJOVNyN3lKNFlxYjJkUlNrVkZfNDJLUzhsM2dtYWZkQ2lxaHh6X2FLd25uQVpWemtmMmF4Slh3TXNoMVdUc0duRTJtcVpiNmlvQnVzY2FRMEpnIiwiZXhwaXJ5IjoiMjAyMC0wNC0wNyAxNDowNTo1Ni4yNTM5NDEifX0=','2020-04-21 07:05:57.255542'),('0ski1xhpiu3mkcqoo1uwjcgr50c6ldh5','ZGI1MTE3MmViYzZhMmUzOTc0NzExMTEwYzA1ZTcwMDNlN2QxOGUzODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J4SEtQeDNwc2NIM2ZiVnY5WEZ6M3Q2dDVFYVBySmRiUnprQlRVVGszMHM5ZURmLWRhek5PbW83YW9oSWppcmJzMUtBeUc2a202Q1pXQlNvcUxkTFlDaHpvcUdONF9PU0RYekNWT1RvUF9TTUpoaWxBRXZZWmdwaGU4UDJOSUEiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjAwOjA2Ljk0ODA1MSJ9fQ==','2020-02-10 08:00:07.951225'),('0tubxiigueuq8s9axdc359lx137ia8gt','NTdhYjhmY2I1NGMxOTc0MDBhODYxMzFiYzZkYmY4MzNkY2QwOWRkMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI1ekNySmw0eEgxWUNpa0VQNUZsbHFPOHVaUjNwMGtyUEJGLXlkUTAwTTRSMEowS3F0WFBURVNtS0hMZDJTUENfNUZsV3NYTS10WHVJMFJ1eW1WR3RaTHk2Y1VqRnJQck1GMFdwMFlvVmJFWVFwVGdvT0FmWTFrSGxTbUxWUVNEIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoxMjoxMi42Mjk3ODYifX0=','2020-02-23 07:12:13.633537'),('0v807ii8azkipui8953ddh69qtn4yobh','ZTgxMzFlMWVlNWVhMmI0MGM2Y2ZlNWU0N2Y2NDhkZmRiNTc1MWVlMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI1eXFUZ2Jsb3FZTG51bzI0YktXa0N2WkoyNmNvUVJKb2g0MnRGbDFXYlRNNDVQRjVaR25OVVBNNEVuVXVUWkY2cENuVDdrUTBYdXFfLUdORDZrR2dSVFotUGlKQWttRWFfM2tvZFJnNUllTlJZaC1vdXZyQl9hcDNkUktmQUI4IiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoxMTo0OC44NzI1NjcifX0=','2020-02-23 07:11:49.876075'),('0vqtjtr1oirdohda447lom86g6fpxkif','OWE3YjJkOGJkMGNkODRmYjUwZjk2ZDZlOTU2NjUxYTNkNzgwMGZjOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVVZlJmRC0yMWw0Vk1kQ0VacWk4Z0RZNHViZUVwT01MN000bm1mNzZ5bm84bXNPSGJNN1hpbmZWQzB6UUp2Mk45THJDdHBPaDRETERPNE9tTUtwQ1djcGw2NHhieXE0ZjVVQ1VfTmtKT1ZUZjUzODk1Rmlxd243OGtUamJGajZzQnV0cS1QaFJyNEhqN3JhUzYwQUZwU0NWX2JtZUYwUnpRIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMjozMjoxNy41OTAyNTMifX0=','2020-03-29 05:32:18.593805'),('0x3gh53bswkgowescdi4qm6m0z9gw3cd','ZmU5ZDFiNTNmNjQ5NjdlNGIwYTgxZTQ2NGFmYjQ0MjFkMThkMmIyNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZTRsdkMxRHp0bWlTdlB4NE5SVmxpbzhmT0RCWGczREhSNUVFZVc5a1VEOHJTc3l0eTNwZGVNaEF4T1ZKUEdHZ0dVZ0ZlSXZvRGYxUVlRak5oV29nQ3lJcWtCRmVpdWdkZTZWZkFMUFFKYXVadjcwaU4wMm81QWVmWlNVWExkWjlIN1R3djdzNlVMOXNoX0U2SElqand3OHJsai1NVXVjd3A0b09nIiwiZXhwaXJ5IjoiMjAyMC0wNC0wNyAxNDowNToyMC4zMDcyNzgifX0=','2020-04-21 07:05:21.308371'),('0x532t803r59k7tfggpdow00uplyqqs2','Mzg0NzM2MDRmOGM0ZGU1NTU0NzBlNjIwYzdmNWYzNGY1YjI3ZTcxMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ5WmdFc0RsTWItQ0NjLVJ1RmE3bFZzU1NuU1UzR21IMEdtX2JMSV9ocTBhOEMzLUNZeHBzWmNVdWx4Z1dWMjZBbS1TVWZ4NkE1bFVkWnAwRlZ4TnExVnFoMmpNaElPei1GWWhvOXl5TDBNdDUtZVRRV2NFWkhacG1IaDloaWMiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjUwOjE2Ljk3NjgzMCJ9fQ==','2020-02-17 11:50:17.980740'),('0xsfp0tqafikh6oq99kdirqbcd6bp96y','NGU0ODkzZDE4YWY3NzE0Y2E3NTkyMDliNGYwY2Q2ODE5MjIzMGRkMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ3Ml9RN1NqZHhrOUlIajc3aGF6MjZZS1BWdDlqOG13TXRuWUc4NFgxamRQTTRlcHNuX0lHd2lFZmV2Skp4Qng4SmhSQ2k4WF80WmJyVzdaaG9fSFFfdVJOVUZ4cTZsZm13bXRpU2ljU3BHZTZ5cWpxTFJzd0pTWDhtYm55dWd2IiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoxMjozMy45MzY1MzIifX0=','2020-02-23 07:12:34.939969'),('0zshdvhof4u787zz5yktrsz00tbnvz6c','NjY0YTI0NzM1ODFiMDUxNjNhMjRkZjI5NzhmOWRjZmMxNmNlYjRlMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI5U01adG5ERVdOWlJNM2dmMWN5aUl4VmRiWXFLMzBnMERSSXdod3VieDRnSXFVTlEzZ2ZwUmc4YkdnVlBscmxFT3BYLTR1SGdoVWV1WHZuVElGd2dzbUlXTFBOdHJsNXlDYWJzR1NFYllQdlUta244ZXpaa0Vwd1hVejItd1FKIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODo1Mjo0NC40ODA1OTIifX0=','2020-02-27 07:52:45.484062'),('11t76ss8e1mf6qfaayvq6x6vz4inoy4z','ODBkZWM1MjMwMTI1YmRlM2ZmYzJjZDNmMWYwODM3NTJiZTQxMTgyNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0Itcm1VSGRkRTFKYnBCNHhJX3dOSFUtVDFuZV9EWGtfZmxGRmFsN1JWWWUzRW52T3ZaQlRyMkdnaElGbUg1REFGRUREWW82MFRfazV3NWZvTjRPNktCdkdUY3pXeUxfdkx0T3J0UHctaXA1d0poTlI2TDhBQjRidXFoTU16WWsiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjEwOjA2LjYzNTEwOSJ9fQ==','2020-02-10 08:10:07.638704'),('11v3yd02o5r1fcfxvj4h6led7pqg3rlk','MzVkYTdhMzVjY2YzZmM1NWMwZDYyMjM4YTBkMzdhYjJkZDQ4ZGZkNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI0ZE9iRGVEYXRTRlJSY18ybTdoQWxmcGRjYV9QNXZOeTZYcXYyMzFQczhhVWVFZ0psbmFxbzgtdXdXYThxTk5heEJxbk9ZeFJzWUVjRDBfeHBJTDFUXzlqaTBEY25ncGk1S1ZDZ2R6TWx5UFd5bHRyMm90b19CclhEeDZKNU0iLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjM5OjU2LjU3MzY1OCJ9fQ==','2020-02-18 05:39:57.577071'),('12zp6u988x0vkrzbke3ogzsp8m8q0nvu','YThlMjE5ZmM0Y2RkOTBmZGEwM2VlOWZmOWVkNDc2YmM3M2JmZTM2NTp7Il9hdXRoX3VzZXJfaWQiOiI0IiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiIyYThmM2U1N2U1ZTc5ZjE2YWM0OWQxODFiNDc1MTQ4MTBiM2VlZDY0In0=','2021-01-06 14:09:30.917577'),('17o9oq9a0umsxo0o81jf62vxrryhsdlu','YzFlMDU5ZDM5ZTYyZDJjZTQ5NzY1MDNlNTQyZDE2NWI5ZjMzM2YzOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI1YWhmNmE2bXE3YTN1Xzd4R3JIZzJNd3NJSjIxVkxhMjRVM0pqYzltWnQ0RTV0VUdvdHV2MERGd18wUGZrN25RMUpsZnN1aGozWWRkbUpPNjNibFRtc1dMZWlXQzFLZUR1TENZOVZSWndJaDR5ZGw3c0RWb0xyUWlVTjV4YmsiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDExOjU3OjQ5LjE5NjIzNSJ9fQ==','2020-02-06 10:57:50.199773'),('1a4del0bym2pl3jczp5z844bhggn44po','NGEwYjZiM2M5ODQ3NDJiNDViNzNiMjI4ZTZiNjJhNGU5NDEyMDBkNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI5cXFybTVZZU84WEV2dUZ5Q2JyNzVrOW5tdEg2VHN4QzQyU1pYMlF1Sm9TOUVBYTBMV2IyUTh6bGF0Zk0xYnJTcldraGJXZ2VoTUx6RGdzd3htUVQ5ZExabkcxQ0MtRUNsd1ZEXzBYVlBFc3FKaVdBbGd1R3FUVVUzOHhyVHhyIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwOToxOTo1Mi4yODUwNzAifX0=','2020-02-25 08:19:53.288470'),('1alqjoil9d96e492cydmfsub2x7e7p1x','ZWU5MTI2ZDhlZjVhY2VmNTA1ZDY0NGE4OGM5Njk0MjU2MmE4NzE3YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI5RXZ3ZVRCVGJuMDJpVHd1UHlJcnBlMm9hSHdFSzRKQmRUVWtlNXRacTZlRnV0WHUzQi0xOTkzS2JLNHM2dHZWZC1hY1BzNjZFTGF3aU1kOXdLbUVzOWpnWUVFSWNLcGFnanc5SVVkNjdaTlhmRzNLaXRjTGh0RFVvSTR1UVluIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzowMDo0Ny44MTQ2OTQifX0=','2020-02-23 06:00:48.818101'),('1b8qkcw5hmm1l5h8aiq34nxgwst19iqd','YjI2ZmUxNjAyZTlmMjAzMDc5ZjhkYzhhYmU0NjA4OGUyMGNkYTk5ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI5WUJvYzRPQy1RVlhlN2tDdlhUOHQzeHJ1U05xRkstOHp3VUE1dlVaSkswZTdNdFVpaVpTdlczWWFzc2lXU01qYl9MZjNHQWVORkJSaW82UW5RRzJtcU9PYk1EaHQ2bXlTV0QyelR2VkxkRVVqY3ZTcnkyZHZsd1BMSTVuMWMyIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNTozOToyOS42MDY5MDgifX0=','2020-02-26 04:39:30.608764'),('1dc1v5h8hluwkbwhxglm57w3xbev8veu','NWM0Mjg2NjM4YWU1NjdkYzkyZDA3MjI4Yzg2ODAwMTY1N2VmOGY3MDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJfdnFxdldKMDBsSFFDV3FYeXQwckFad0QzamNCeEt1MmZ6SDJRQUMyQUJFYWpqXzB2UG8wS0docEVOaDZxUVNCT2FINUZPUlZndlNOQ2pzS1EtS25pMzJpRlFqbFlBSHJiY01ZdlBUY0ljaHNNREMyQXl2NWJsYUxzSkdYSlJsIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODo0MTo0Ni43MjkzMjMifX0=','2020-02-27 07:41:47.732772'),('1ds4mrlqot3vpuw6unvfvvm2oxq79lcu','NWNmZWIxYTZmNWU2YmU1NTcyOTc0MzQzMTgyNDNiZjA1YjAyNjgzMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI2aDVwYmFFZFRSVHI5NXk4UE1sSU9jTlBPYmRsanZKNG1IYkdYbi1OWk5kUVJ0V29lWEMxN3ZQcnNwN05kbm5KVFd5Y0pNd1hLajlIdVYxUnVOcWpscEoyLVpOQ3UtY1hpeGNBc1o2V3JVdWtlWmxZZUR3YzVvUkhiSEwtbnA2IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODo0Mjo1Mi4yNzg0NTMifX0=','2020-02-27 07:42:53.281820'),('1e94vxnr7v0qhz0r4cb9nxs8jfk7g0pg','NjE3NzU3Y2QzODhmMzI1MzUzMzgwMjcyYjA2NzQwMzA4NzdjYmYxYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIzT2FsaDNSaXd3T1hYVDFIRlFIempHdnRTQmR4WXQ0bFlGLXNpd1AyaWFJRWR2SkVSSF80WF9GWkszY2dvOWZ2YjlPTUN1WFhVSVQyeHQwSlFQNjRNMjQyZF9QaW43dG9Xc0dmNzl3U0cwcjNlVW44dHg1LVg0a1FqWlNHOUUiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA2OjI2OjIxLjY0MDkzNiJ9fQ==','2020-01-23 05:26:21.644390'),('1f6hzq6ugvmbnxjgy9xk7mtd77xgiu3a','MGM3YWE0MjFjNTU3ZTJkNDlmNDU4NDNhODU0N2VmZGU0Mzg1ZGYzNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I3bVhhZmltM2M4cTJOM1dDOUFHMFNaRmMyclY2akJ1Qzl3alVOZ3pFSGNuSFg1Q0hOel9HdDRxSmFwRTBNZEh1cURPY0QyUVpBS1hMLS1fbjR1eDJwdXVOdTI3b2ZPLWo0dkNCbTlUaWxJNHA4czlORmR6UGhRUWxjMXg3LVUiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjEwOjA5LjQxOTY5NyJ9fQ==','2020-02-10 08:10:10.423239'),('1gzs4g3xu8s260t0v9860azshiak92kc','YTA3ZjMyODFiNzA1ODVkMjAyNWY1MGFmYzI3YzVlOWVhZWIwNmVkZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJfLUNKUThTUGhDU29yVmNzOTlOQWtVQWJVWW1PYl84T3B6UTZsY2k0Qnpad1g3QllIbE91aGRicERMcGZPREl4dktkdnp4ZkxtLTdSRzE0YWttUGNia0xocXQyRmFFZUtscDZDQ19jSzc4d3hyLUFrUndsbEdmZlNHSm81Z3BrIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwNjo0Mjo1Ni43MzUwMTkifX0=','2020-02-27 05:42:57.738518'),('1hozeblo4s0y8gqns90va9b0alywnrpv','NjFmM2EzZDEyMjFhYzA0NThhYjRkYTk0YzgwMzc2MWZjNzBjODM5OTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIyYTZIVjRnUC1xNWFaV1BhNEpPMkY1aWlfMWs3VzlHbWFPX045cHlSNDBWcEo4NEkxWG8xUWZPcFhMZmppME9PbUc0QV9qUzlmS25sNDBTODFtZ2V0MEl4X1l2OFlfRVJLRlVjb2E3Y05yaWl4T1FxVXFCNHJrNGFHZzVEUlNhIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODowOTo1Ni40NzM4NDAifX0=','2020-02-23 07:09:57.477329'),('1hq2uln176hw1btsr1jmufm52rnbhp1q','MTNmZGNkMWI2ODMzYzA1MjM4ZTExMWNjMmFlZTA5Y2RjMjk3MGFjNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI3LThmeXNSSXJVV3FtcHktaWpnNktCYk9wWkhjNVduVmNPenlZUjdGMk5MVmczWU5XWldBY1VLUVVwNTl5SmpWR25KUVVNMzVRNV8zQWV4V3NLeEZQUkVSMTIyYzVuaDk2Q1JkY3NIOFBaVFp6LVJuR0RFOU1OcFJYR2J4c00iLCJleHBpcnkiOiIyMDIwLTAxLTA3IDA2OjUwOjEwLjY5MjAwMiJ9fQ==','2020-01-21 05:50:10.695433'),('1hq88jh36kwoehggq0v0uc3gnbn36dfr','YWUxM2VmMzQ1MmYyOTcyMmIwMGFkZWMyNTJkMzlmZjg2OWM2YmE3Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEItTlplMjNNVWtDZDB3MmxINTRaRlIwREVlcVNja3A0Ykw0TWFDZ1FicVlUMTU3YzByUzZ3SlRGckpGbFc5Nm45UmpXbkJ3ZnYtWFduUGJSZjBxUG8tR3JGSnFOeldnRlNRRVpELTBCQzBLNXB1NEFjYndDdkVHQ3hjRGVHSmciLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjMwOjQ1LjgzNTUyNSJ9fQ==','2020-02-17 12:30:46.839039'),('1i0v21gxerqpk0sb0my89ey0dhvhoijz','YzgyNjExMTg4OGRlYTE1MDRkZmE5NWQzYzY5YjM4MjhlNGRjOWI4YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYMHZES21Gb251OTYydUNLUTFBYjZfRWNXSkl0eTk0RDFZcXExU05xelh3T3NfTi1XbmI2WkdZWXFvcFJ2QlR0eVRjNDhYajBSblY4ZFY5dTU4LXNrdExMX3A4M1JmaVNrTkI4MGc1QUZsMkJoVDBYckt5Q3MyZ1RtUklMa2lVd01RUEMweWZ2MlktdXRNVGtXb014dkkzaHV2NTJVNG13IiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMjozNzowNS4yNzM2NzkifX0=','2020-03-29 05:37:06.277243'),('1k0m5upa2y24tdb6tarp53bvrx7l3yub','MDFlYjMyZTEwZmYwMDlkMjEyOTAxOGQzNGEyMWYyNDJlMWYyMzc5Yjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJfTV9nVW5pa2tHRmZGaWI1eWZTYk9hcmJtTnlObE9ucVhNS0M3OE1MeTNlczkxZkZHTWJ6QU9Qd3A2N2NHNlE2M3FEQi1pRU1JN28xUGJEXy1IT1F3bnI1VE5UNTVpQkR5QmI0d1l5UFNoMTQ4cVFRLWxfcmYtX2k1Zm5Fbk12IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwODoxNzoyMi4yMTMxMDcifX0=','2020-02-25 07:17:23.216691'),('1l8kpdxxx70mr5j0yms574zwomrch0us','NmRiNTc0OGI0MDRmOTgxY2ViM2ZkOGEyMDk3MjJlMjJhMDBhNTRmNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEJfZ0RyaFAxeG1xMnU2V2hRaFJvOWFfbDdZTWp1RG1oQXkyVmJpV0tmMVBOc2dMMk5kT2Z4SU93SEFZS1laX3VQUldRdGpYY3VpSV8xSVVSdE54ekhmenl1ZVhBWFVpYWR1SEdtQ0NpOWpTN01zb213YzZVRmI0eFhaUjFwdUUiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA2OjI2OjExLjkzMjg5MSJ9fQ==','2020-01-23 05:26:11.936406'),('1n9qat9alemvkbauldth6s3opsk9saun','MGRlNGUyOWIwNTIyYTQ4YzkxMzVkYzA0ZWExZTkxMWNiMDY0Y2Y1Yzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIwMW84ekloc1Bld3doNE1iQjFxVjJYT3pTUzlJajNVYXJyMDNUR2k4a2VtUjBSRV9lSDc2cjZ6T2hkdHFmWDRFeWxwb1BWNUs0NXo5UXJfdEdjSjZXaDNZVDRYS1dJcUtlY3lzU0d4YzZvSHgyZW1NemdwTlFnM0c0ZnpKQmhmIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNzowMDo0Ni4wODEyMDIifX0=','2020-02-24 06:00:47.084639'),('1nbtehm3654dzcxnip3e9p5esp4v17c0','OWUzN2QzY2I5MzkyYzNhYzMzZDg4MWQ1ODgzMjkzM2Y2MTY4NTY5Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUIxaDRIZDAyeHRvVVpEaWpwaEU1aGlOWWQwM3Q5c1g0TDhGOUg4aTEwdmwxdmVvSHhReUJxUjliSnRkSUdldGhZUFNnTTVfQjQxWWhCcDQ2dDVTOXZ4eGt3VHRQM0JEelJMUFZjTl9NandYM2lmcllCMnJKcXRVb0c2NEo1X0UiLCJleHBpcnkiOiIyMDIwLTAxLTE0IDA2OjM4OjEwLjEzOTYyNiJ9fQ==','2020-01-28 05:38:11.143043'),('1nee5al108q4u894zxaxpphbtgqd0slq','NjVkYjMwMWY3ODI4MWFmMmQ2ZGMyY2Y0MWMyODdlYWM1ZmQ5ODI2YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI3NTFaTWg3TmtEWkxtRUZzNFhhYWl6cHhtdDZrMHYxREszR1RfbU9zODV2dnFHZE96OS1VdnhEenllWkd3MlA0MGVJb2RPVW9VN01PMUZjQ3pBTWwyRVcxb0JIT1RhUU90MlhUNHJfanREd1dUSldvUGhkT1VDY3YtY1VOUlkiLCJleHBpcnkiOiIyMDIwLTAxLTE0IDA2OjM4OjIyLjUyMzY3NyJ9fQ==','2020-01-28 05:38:23.527349'),('1ngxnk0qupi53ktstlkj2q25nw3emxi4','YjdlNzA1MzllZjNlNjQ4YzIwYzRiZDExOTVjODQwYWJjMmZiMTY2Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkItZ0gyRjM2aDRkWGNoSlRaZDNwQ2tIbmduaVA0cFdWNUZxdDd3WkFWQndHdkVZeGhRSUZYcG9rdGlEdmlnVE9GRHAzcXV2WjdvY01YU2JCRkRuU0tFak1OZHpNZHJ5d2VnbHRjZUpwMGwyRWFHaVVPYXY4TDB0VEk4bnlSbkEiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjUwOjI0LjY0NzM1NSJ9fQ==','2020-02-06 11:50:25.650692'),('1pg32481vhx2wow0r46398gwsj7c4oul','M2NmYTkwOWIzYWY0NmIzM2M1NDZmMWY0MzZmMWMxOWQyZTQ5NzQ2Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIzWjY3Rmp0VWNUMF9IVEdhMkU3cVF3aF9UekkyUzhrUGdLZHNkM1BISFhJSlpBSFhZUDJJQ1dhcXlqM0hiRTh6WW84cEUtRl9IUmF5Z1JYRVd3dkFSUGUzQklIcU4xYXRSMnNzcnp1OV9yQm5wRndvY0R5MVdCU1BsZUVobGciLCJleHBpcnkiOiIyMDIwLTAxLTA3IDA2OjUwOjU5Ljg4OTA1OSJ9fQ==','2020-01-21 05:50:59.890325'),('1ppsobtaqo603yn3er5pbeih2t49h3ut','NjBiNDM1ODNiMzQ1MzA1NTMwODcyOGQ4MDhjYWYwNmVlYWU3ZDRlYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEJ4MWZKSVZIVzBEVzd3aFBlOU9MNjdpTm82XzgzUklkaHRrdEFnbUJvRmptM1dTdnlJOVctMEp1YzJIMkdFTDhQSHdwVnB6NTMwYnlDZTdsV0lQUWN3U19QeE1NbXJWN1BqaTNkT3pEdF9YZXZ1U3d1U3MtcHcwOWFQWldzdDQiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA2OjI2OjQ3LjIwODE4NCJ9fQ==','2020-01-23 05:26:47.211739'),('1q5m8ghf61rejhp5jp8r4w24tq5p8sb1','NGQ2NzA5NDdiMTE0YmM3ZjJmODE3ZTU2YzRlMjQ0NTMyMGQxZGQ5Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ6X3Q0SWFPQy1GNGdQZEdDSUlaaHJqeXQtclZCbFNRakVMN2h3X0Zyd2tTcFBrSGN4TUE1eE1UY3dabFkyVHhFMGIzSU1KVVZsVVgtQ0N0d0pKbjhBdUVfMkgzSHprN01LWXJLMFFGX0dLWmk3YjRNT3MyMHN1YmJyeWVhZ0kiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjIwOjE2LjAyNTgyMiJ9fQ==','2020-02-17 12:20:17.029435'),('1qcbh2vc2jjggnof6ybyb91unz9sh0y6','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-12-03 12:07:40.839336'),('1qcpe5w8qrifpfyrv5fyjh747h811f0o','MzhjOWZhMmU3ZTI3NDQ1NTBkNTljNjMyNzVkYjU4ZjFlMzZjZGJlYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ4aHF1RnlRcGFCdm5vLUlLdVZNd1V3cGRnVXl5U21rbERxdUpjYWFsY0FRS3dmSlBaV3pxNVM3X1c4S0xIRW5IbUszSk8yNkVnZnNFc0poenZ5VXpJUjNfYWZpQUJGS3BPTEhfcjJjRXZXdzlpblFkN0U5dlljRjFJb0lCa1kiLCJleHBpcnkiOiIyMDIwLTAyLTA1IDA4OjEyOjQ5LjAyNjk5NSJ9fQ==','2020-02-19 07:12:50.028640'),('1r93sep54oiavtw8ltcbtqvij8ieanzj','MjEzMDEzYmFmNTA1MTBkM2YzZTgwNTZhMzQxYjkzNWQ4MDVlMTBjNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I0S0luMTk0Njgtdmw4S1A3V3hYbkh0OThCX2gxSjJabmx4ZTF4RUlJeTZQRTluY09ta1JXZnRJamt3dGZqN2ltb2htX3R4WVkzc0pNYXVjRnVXcG1XTTRJQ0x0dHhFNkg1LU5vWGc1U3hRV2Jtb3dhZnptanRnbnFOcFJBU3MiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjQwOjQ2LjI0OTM3MCJ9fQ==','2020-02-13 07:40:47.252912'),('1rkcb6xns0f9y0as4rz9h417zkwlxbn3','OTkxZmZmOTFmZWY5Mzg4YWM3YTIyMTRmMDQ3MzliN2ZlZjUwNzhkMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEJ3QWRKaHYyR1NpRFVoRmRKVHdMMTd2OFczREdtYkpmT0t1TXdJN2c0MFY4OEozc0djM183dk80Q0dkam5TTWdpMHBfYUtuV2N6M0pmX045dWNQZGNuMFJNQUpfMHkyTjNyaWNIa2tRZmdPN0s4bVhkSlB0blF2NTJkNE1VQlUiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA3OjUwOjQyLjYyNTk0NiJ9fQ==','2020-01-23 06:50:42.629380'),('1rzp0m4afssrba2n8xcayytovxfmm4c4','ZGM3MDIyZTRkYzNlNWIyMWRkMDM2NDRhNzc3OGZmOTM2NGQ5NmMyNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEJ6b3kyMVJMaHR5dGJmcUZvSHpEUmlTQ3V3RkNWM3ZiakFXbmhyUEM2eUdMS3dHaGR5OVhwTFFsbGw2SnZKT1RpenZGODF3Q3l5S0ZtSzZqQ1F5VkRHTGVMSEFjU1RvYzlobmpNeXRvOHN1UVZfWDFlZU9qblpmSl9RN1dnZU0iLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA2OjI2OjA4Ljk5MDAyOSJ9fQ==','2020-01-23 05:26:08.993765'),('1t56ktlv2uhzr3v159ixogyfrftpceho','NWFmMmMwMjkwZjgxNDBjNTVlMjNmYzJmZTY3OWRkM2RkMTc2MTk3Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI1bGswTTRkVFNxTk5jZG9ZU0VUN0Y3ZmhzNjg1UUxoUG4tZDFhajZrUHJObzExSHdEck9sd1Fya0ZKTFU0OUlOYmZrZE9FMlAyRDhjQm5EeC1zcDZibEJVUjFvNUEzQUVhazNxZkczRG03SldNTWxmaHVSOWhMaGI0b2RDZW8iLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA2OjI2OjM1LjE0MzE3NyJ9fQ==','2020-01-23 05:26:35.146594'),('1t9k72n573y7n9p3icarxs0afl97jeqa','NWNiZjU2NWZhMmRlOGQ1YjBjNGQ5MDAzNTMxZjRkNjg3ZDM2MTAzNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0ItaWMyemdIbWRjYlNkWkI1RW1XNFhEeEc3Ry1ZeXZ6RTA5R0RrTElJQU5neDdxb0V4dFlib1VaODF4TzJkdHJtNTNKN2dvNzJCN2UtckZ5dy1YZ3F5SXU3RjM3SXVsTkd2V1JENi1MUUxFSWl1enhQUVBOdlZwZFdmc3lTd1UiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjAwOjM4LjA3NDI5MyJ9fQ==','2020-02-10 08:00:39.077629'),('1t9xmg781xijg0w0gxg9dp60uuj74eya','NmVlMjMwMzc2ZmJiYTYzNjI1NjIwYmE0NGQzYmIxZjdiMmMxMzdjNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIwd3VwUXgtNDVCd1A3UnVSa0pfX3RNLU02LWk1QnI5SHdVcDdaYTNSZUVqeF9GVTUxbm1FbXpBWDZpTFYyMHJMM2p6cENHcGFzQ1h2RTVWelNXby1CSHdLakQzUERtQWZRM3FaOEZyVU9TRm1fbjF1R21ZaUROMU9FSWs3cjQiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjQ3OjQxLjU3NzU2NCJ9fQ==','2020-02-06 11:47:42.580823'),('1tk7htoltbfi46w8fcqsnz6mx69ktg53','OTU3ODc1MjY3Yjk2YzAzNmZkNmZkN2Y3Mjc2ZTZmZTRiZTEzMjFhZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI3Qy05Q2ZqcVhVZDBTcGVVSGUwb0tBQVFfZ19hM0ZpWm02enZaemw2SFZhN3gzT1hIcVpfdXBSM3RxU2x4WFNpMWJLU0FGTUhTc3lEUjhMdGVRaGZQR05KT1dqejdyb1ZiNzhJeXUzNlBvaVJUOUg1VFNIR2ZBdjd6THZZUHdhIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzowMDo0NS4zNzU4MjMifX0=','2020-02-23 06:00:46.379228'),('1v1yp0iv834x2zs2p862j9yq9us86d14','MmVmN2MwMzgyOGRlZDY3OTEzMjEwNWQwZmJlMzFjMTQ1ZWU1YWI0Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXcUZENzlqd0ZFWkJsS3lTMm5Ib0l0R1JzTW5XS0g4VmxZc3pVQ1NFQUozMTRONVM3cUJYREdfNDZlMVdaQ1dwVlZoY3pnWFZNVWJnT25nbF9qUjRDUVhLSzdOUnRXVkpKdE1pQzhCcmtqN1pFRG9uWWFVSFpFaHRmMmFyc2RnOHRwNVJ3LWNGTmZIc0lmOEMyLTEyOVUwcHNKWTFjYyIsImV4cGlyeSI6IjIwMjAtMDItMDUgMDY6MzM6NTguNTE3Nzk3In19','2020-02-19 05:33:59.545497'),('1vr7yz7z6hlabs0kyytl5b1wve31z88x','ZWRhYjYyNjhkZGIwOGZlZDJiZWM1YjY4NmE2N2Y4ZTFjYTQ4OTAxYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI4S3VtZXVybG9PbnpYQWtrSjZJMzB2X2ZoLW51anNJdGgwUjNJZkZlMXo4SXNGUmFSLS1ES0FGQWJVVlBZdVFmQnhTNFRJU0VPeWU0M1RNUVFHLUQzOGJybGI2cUE1eVdOUjlobEtlOGs4OENpbWJVcl95T0I1YU9lVFFqV0kiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjA4OjAwLjAxMzE2OCJ9fQ==','2020-01-23 07:08:00.016765'),('1wr8m64i9wqhfohruohs84huvox1p51b','ZjM2NDBjNTA0MmJlNTUyZTJiNDQyMGIxNTRjZjAzODRmZGM1OWIwYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIzeThFU0FWWFF6M19WLURUVW9nM1FuVDZ5V3p0Nl94RWFHalJnR1dpNWRHdllvcFBXUV9wbnYyQUpCQ0laZ2IwQUNfbFVaODdVOWdEM0VldUtNblFYZFB4ZTRmbEM5WG16R0VyMEktd0dvTmp3VlcyYlllVEQyMzRmLUJEcjgiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA4OjIzOjA1LjAyNTc3NiJ9fQ==','2020-02-20 07:23:06.029155'),('1x8rkaepdje3ejydil64gcirnjy181m5','OGI3NjA0YjUwOTU1MmU2Nzg5NjFlYmE5N2UzMGZmYjg2NDhhODA5Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I2N3hGTUtNMm5udzQ2SnVEZmhjbXVheWJud2QtclFlSU9oaDVEQWd4blJINkNSWFIwLUhObWhIRHZ3UUZqd01KcnFSQ0l4WTRybGU1dGlOVGRLRDFuUEJNeGNacUFGYm5MLUZuamh4UU12UDFRaGgxM0tLQ2g2aHRjYkFCWlUiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjAwOjI0LjcxNTg1MyJ9fQ==','2020-02-13 08:00:25.719263'),('1xyl6bwkm6e638mgecuqtxjk311671ut','MmFkNjNhOGU5M2RlOTBmNjNlNGM4NTlkNmYyNWRhZmZhNTJlNmJhODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI5WGlkdnVfVFpqZjE0a1pzaDFkUlF1VUp6dkJwTWkxaFdSdFAtamNJcFhQTDlTUkw4eC1GVnMtSndGQmZldnROM285RTdib2ZXTkQ3MmhJX1lIXzRHYzdoaUd0cmlrUVlERERJaVZzU2w5MVhWWmNvVjNzUy1mTHJDZFBYMkk1IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwOToxNjozNi45ODc3NTMifX0=','2020-02-25 08:16:37.991276'),('1ysja3nr1m2zpfl5iczrd7u2io5ienn9','NzE1YmI0NDYyOWY3Y2M0ZTE4MzJlOTg4Y2I1ZTM1ZGFkOTVmMDcwYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZTRsdkMza0pKc0lTLUkwcEZzVUpsZzNmY1B4UC1HeDY3Sm9reDVQbjBnMTBjVnV0ckRPOUFTWk1rcWlBWmg0NTA1UURoUi0zNGdLYjVYQ1NxWUNYUnhwU29fbmp2ZGFheWljN21DdEZsM3NkZ3o2d3dOMVBUdXEzTnNPUjBqQ3d3OXZPbGhndDhlSldjeWE2R3QyU1lrcTdvTmpDUENaVHYwWnpBIiwiZXhwaXJ5IjoiMjAyMC0wNS0wNCAxMzo0MzozNi4yMTIyNzkifX0=','2020-05-18 06:43:37.215531'),('200tqup1ym3veipegs1iz572o5k6vdna','Mzg2MGI2NWM2MjVkODk4YjVjYzFhZTVhNDJiN2M3NWUwYjMyMzM3NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI2bnc0NVZ1RTN5SFRuckpTOFpLbWZ4Q1NtSjU5ajFwMzAtRVhnV3pGUnZsS2JxVHJGUWoxbGpEMVBrLWRSY0t4VHVYemlvM2FwaUtydHpIbThNX09WcGxsaHVDVjAtY05DaHJ0TDZaQzA4akUyTFRFeS1VY0FDdjltdE9JaTQiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjEwOjMzLjk0NTk4NiJ9fQ==','2020-02-17 12:10:34.949444'),('20bg7e45xc740a1pkv9ktfqn0rvvi6tp','OTY2ZWNmMDk1ZmY2YTU0ZTRiYzkwNzVjNDNiYzhjNTA1ZDM2ZjI4Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIzUmpfSmVGUmhZdzhFUmV5U2RDSThZWEdRdGtzSElfbXh2YWdqcUxsYzFkbHJfRjZSZWhBQ1hvRjhkb3hPTkJxNVJUaC1hdXFZODduMzdBbEJ3V1h1NTltTXBmYm5PeFdXYmNkYzV4LUREYkdIV3l3VlJwWHp5bDRNNTR1R2siLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjEyOjIwLjU2MzU3NiJ9fQ==','2020-01-23 07:12:20.565004'),('20mr5xd70p7wyxhisw7baz23rp4j59fg','ZTE4YmE5OTExZTI2ZGM4MDUzNDcwOTkwMDFhYzU4NDNhMzY5ZjRjMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZTRsdkMwQms1RE5WdFl3MTJNVnQ2a1pWdGJzOEhueG1DOTk5WXNXNS1Hd01oR3BNSDlTSFJ3bHh1djNhRWtmN3pvZTNmcGstMlNxaWpROE9CX0d2d1lnVHVCOHMwbEpVdm9Mc1hMdm56dUpDcDd1N24xaVJueUpORXRidEpOWW9LdlJMUE5aTVVZQ0pIdG5BY1FkNldZOG04bFY4RUxBOGdEUGt3IiwiZXhwaXJ5IjoiMjAyMC0wNC0wNyAxNDowNjo0OS4yOTczMDQifX0=','2020-04-21 07:06:50.300733'),('23lh7b7jo0on322e0n1z9qvan83iyv1t','NzU4MDY3YjM5ZjIxYmU4Njc3OTk4YjliZDQ0NWFjYzQwYmJjYzY3Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVWY01HQlBXdjFlQTN4Zko0SXpGU3A5UnBuVkEtVTB6Q21wU04ySE1NWmMzb1VQNlg3a0NHU1FhM2NxNXF6eXJDN1llLVI4NkMxdVVVUDdTRXNUUmNXV3l6d1A0Z01jME5ud2J5bkFiQnh0RkJHWDJGTzNrck9ZZF9GR3VzVXctcER6YlZKU1NUcWdJNlFORzB0WGxGMm45UURRVmp2M253IiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMjozMjo0MS4zNDU3MTQifX0=','2020-03-29 05:32:42.349209'),('23xgullxyxu1b2buohuxnhygzf2682uf','OTA1NmRiZWI0OWM2MTJkNjZhMGY5MTc5ZmJmODExNDU1NGU5YmM2Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIxblp3ZzFYUGdGUmtsNWFFd251LXQyYk40TE95UUk4WllKSWRHMmRiYjR1R2Fpd1lzNEFoS0FScDlSLXRRUW5HVFlBVFJuOU52RVlMQzdXQmt4bjRmT1h3bFdyWXdmekw2aV8tVjMyRVVfTUpKX0d6TFRpRXRpSk1ZWFNGSHllIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNzo1OTo0NC42NzQwOTMifX0=','2020-02-26 06:59:45.677615'),('24totlb6kilo6q5938wnbhl2wk3bohwm','OTJkNDFjYjZhN2JjN2YzOWVjZWE4YzQwYjBlNDU1NWMyNTM1ZmU0MDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI4VGhhT2pyRUJMMVdMQVl3bzJpTjJENmR0TDVuSHNhVWE4R2dHR3FkYjVsUlZMUHBkY2pwSlJwUmc0WXV1Z3hHdEQ1VW1QcHA0MEZOVUVjVExaSkNYYzRsSzIza2kzZHhzejJ2LV9ZSjl2bFNjUTNqY29kRG5SNVRNTGJSa0EiLCJleHBpcnkiOiIyMDIwLTAxLTEzIDA2OjQ2OjE2LjY1NDQ0MyJ9fQ==','2020-01-27 05:46:16.657913'),('24ye88f4lr7p1ubyvlg5efxthc0yw968','ZGUyMjY2MGExOTgyYjI5NzhkNmZlODkwMzU5MTUxZjQ4ODkxMjNlZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I5M0V2S3IwakM1MzRnZjl0UlpVa2FjY2t3MmlfZG45VUZUYzA1ZTVrWFNRVVVnaEZBbmduR2ZtWWNHTDIzMWVJaXdVVUd2dHRxanVMN1ZKUnhCSDc3T0NpNm5FWGxPV2U2MUZwT18wRU4xdnhfUWFvWDVTeHZjTzExTHQ5YkUiLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjUwOjIwLjEwMTg5MyJ9fQ==','2020-02-09 06:50:21.105421'),('24zd1gh9ptecj01jftmzxmft0phcjmhz','MDIyNTNlYTQxMDVkNTY2YjRmZmYxMTcxNGEyMDdlYmNiZWRjNWIwODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIzMTVsc0QwVXNCb0tnSzB0MjhtUTJKaFBXbEpXRVB5b18wT2FpWFQxaVphaDQzV2h0ck1tQzdZMFdGdzl1SmV6U2RvWjdZQU9KRktlZ1RZUTJjd1BuWFFsWmxqX0ttSFVIWDYyWWdSalJYTUtzb3ZkN0V2ZW1YaTNPUHlqbVR6IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNzowMDoyMy45OTQwNTEifX0=','2020-02-24 06:00:24.997432'),('2763qyoz4vlxkfoiukqiyex012wdup83','Zjc1YmJmZGEzMGFkNzcxNmI1YmJkMGM5Mjc1NzhlNTk1ZmI1MGEzMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ6c2R3R21XTVczWi1lcG9jbmhHRFpIQWd6Sl9qZ1h1SmVlTzNhY0s1MXZWQ0FCRVd3ck8zb0pPVEFma3RocTAtaU5fZmJXZWpTRzU1QllEbHFBODBtTlJFLVRUTWk2SVo5MjNjMFlXeWxjd2JXbk15MTJBbEhCc1V4OU52QTAiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjAwOjEwLjYzODYyNiJ9fQ==','2020-02-06 11:00:11.642712'),('27yr5jrdi0kvxjbl69bhd9unkt8y94uk','NmFmNDA5MmRlMDFjYzA3OWRmYzg1NjAyZTBkNTFhN2FiZDJmYzFhZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXaEVQV3hyeU9TS3pfb0xjZlVGdGY4d255LXJCWDN5cHNEMU9td1U2SGFkRjNzRzdubHNNd1dxUUpQREZHeTF0TzlzUThrVEo4VUcxOUVDaU02VDlWdnBPY3Q5VVJZYUJWRURrS3BWM0lPR3hqNmFKaThQXzc4NTI3S0ZSS3o4Rm5PakwwMV9YWWNrQ3NVdUJWYmwzZnk2TEFzR0lHMk9RIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODowNjoxOC43MTQ5NDAifX0=','2020-02-23 07:06:19.715946'),('28k4vl29zs7z6zgkw7soe5ak7fqbkn5s','MTk2YTE4Yjk4YTMwMzQ0NjMwNzVmYzEwM2VhYTYzNTY4ODExZDAxNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ6VkdDLVB5UGxzTnl0LTNQMFFiTjliS3N4Q3I2Zndrd3NjaE56eXAzcVpuZ2V4dEpEbVhNQjU1RTJiYzFoYTUxS1FmQUVqS1lHQ195VERPLTJmclJCTXhDcWI5TmNlUDJwVDlFZWtEME5xcUNGWUQ0bjFhUHd6RkJDVnJYMFEiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjEwOjEyLjQxODMwNCJ9fQ==','2020-02-17 12:10:13.421898'),('28von9kw2aboodmj3a3873cdjf617q5w','Y2I4YTk1YzEyOTBmYmQzNjgzZTBhMWVjZmI2OTZjNzg1YWU1YTM1ZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I5Yk1jR015Rl96QWZxQTlTX1dWUVB3ZE5LM2xUYkxKSkF3LU52R1h0SjRDakN5c0xjVDZaemc4U183VjU1OC1XZktQLVFjRFA5bDg2V25wcnp4S05JWmEteWdlSzZvVmRBMzhKZUxZeXIyRDhHbnduR2FGTFhwaFlWSTZVcWciLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjEwOjI3LjU5OTc2NiJ9fQ==','2020-02-13 08:10:28.603268'),('2afn5pmy9d0ce0ihn3o6bmir8j01s3z9','ZTA1YWVlOWYwMzY0YjA0ZjAzN2QxNzMwMjFmZGZkNTZhZGU1OWQ0ZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI0aHV3alZQS1ZtZEFicWdVbEhrUjVTZFNVZ3lIRFRyM3VVZDktOFpwZVgwYV8wQmlnV2xHUVd6OWUwQkpZVGliWGpFVWhQQ0dCWTlYWndkV0RIYTBTT05pRjUtaVdKbjZUMjFqU0NVY2dmckFPdm5tT0NCOTczamdadFhvVkUiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA4OjIyOjA2LjA3Mzc2NCJ9fQ==','2020-02-20 07:22:07.077218'),('2as3wone0gw9eypk3yc5aektqzaiu0sn','NjNmODMyMjYyN2U1MTJlMmQ5YzIxZjA1MTAxN2NhOTAwYTdiMDQ3NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEItb2NDRjM5MkhwS3BBNTFiMGVCUmM5LVFrZnRoOVh4UzEyYklMdEZjNExJTkNOUDZZMVFUMzFOemlvaEdFOGpFODVDSU4zVkRJenZuM3kxTDVrSHV0Um5mU2lyOWRiUUFQXzRhb1JrZTVjY2Z1SDZ3WFlXUGVDN3BSY2k3eDAiLCJleHBpcnkiOiIyMDIwLTAxLTA2IDEwOjEzOjM2LjczMjMzOSJ9fQ==','2020-01-20 09:13:36.736084'),('2b0e4g14wb9p5ncuph8unv7j06lkpyzx','ZmExYjU4N2U0ZTUwYzZhMzAzZGQ4YTAyNWQwYTM5NGQ2M2FjZGJhMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0JfV2lXRzZYVzN6TG5TbEtmMXV3V1ViU0daNEw3dnZGazJDRjVmWHpQbVl4UjRfXzUtb29jQVZuRm04a1VuUF9RdnZiYzh0VF8yQmNOZ3RhZ0ZKVlRKRjNtMHR6VWR5VjhQTW5rWXkzYlBaXzU0VGJiWkxjYVZrUmNqN05qaUUiLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjUwOjUzLjU3MTI3MyJ9fQ==','2020-02-09 06:50:54.574757'),('2b85jxpp29h2trkvfj90w2penzvlx5yd','ZjgxNzY4NjRjOWE3MDc3OWFhMTY4YWZhZWY0YWI0MjI1N2VlNmEzODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI3a0pNU2FFUXUzdnY4QnZKV0VmNU1MSnBNSkV2VHZjaEdiYkN2ZU5SX0UzbGg1eWF2UkhUSFhjVEdUalF5TkVPaENXRVg5bUlfZlpJdHVUV0tTUkI1Q2U5eGhZWkhsOW82dkJ5eGk0ZVpxeGJHcUUtNENHa3FlLTdTNXFmQXciLCJleHBpcnkiOiIyMDIwLTAxLTA3IDA2OjUxOjI2Ljg1ODQ3MCJ9fQ==','2020-01-21 05:51:26.861734'),('2bjb4fzn885u11wrp8ntz4s8769g5ccq','N2UzZWVmMjc4ZTQ5NzVhYjhkZmJhNjcxOTYzYjRiNDNhNjJkMDg1Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J5OGdUTE45Q2M1VGhQOHhHUVVfSllDX1FsNGc5TlVmdVRkdXJZOW9INmNKUE85YkN5MmliSFczV05VSHZUY1NPeHlQRWJ1Wkw3SlotTk5lVUxjekFOQktGNzk2NDhoNms5OGgzZy1YcE9fdktKWks0MTFmby1BbGs4cWNJbnciLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjQwOjQzLjkxMDU3NCJ9fQ==','2020-02-10 07:40:44.911947'),('2c0p1f3wgdi1wi5ltb0v3hnwjl54b5qo','YTdiY2NlMjFjZWY0ZDgzM2FkMGFmMTExNTZkNTFhNDI2NjI5ZjMxMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ4WkItWENuamlsSkR0QjBlLV9BOE1QbG03ek41N0FLbU1RMVRBMFJiYjRsTEJqMVFlUHZ6bTZzM0hOV3F4Q3UtSHgwaGYwNk5RNkZrX2FnNTk4OWxMR0RhMnpxNnNza3RxNFRWd3BoWjZHRmpPOVVSSDlaaVJHZENaQkVfSUEiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjI2OjEyLjk3NzcyMiJ9fQ==','2020-02-06 11:26:13.978837'),('2c2ouo8wnznuyn63f1jqm2noufg1ybt5','NjE5MDA0Zjc1NmZmNjUxOTgxNzgyMzJmMThjZmE1ODI4MmE0OGYyYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIxYTJVQWRlV2pOeDFLUWpNdUVPMHJHNGdjTF85Qng5Vm9aRUhDdTc2VmlCQThyb3RkdEIwTlYtUDBKZ0kyQnVhbHZXX2g1YzlvZldEM2ZUeXQxUFdkMG4xUVlmWFZfbEVsdXA0V0Z6RWMtMkpKdFpwS2RZODhjUmlLaTEyWnMiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjAwOjIzLjAyNDI4MyJ9fQ==','2020-02-17 12:00:24.027735'),('2dbi43f2e0iutk3nrk1g25yncck2oyc1','ZmJjMjlmZTY5OTIwMTZjMWIyNzJmNDQ0NmFjMTlmNWRiNjQ2NGE2Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI3bFp0bDVhTDFleUVJVnhFc3BxVlF5WVE2bFlxUUZLMkZOVllLa0dsM3dKb1l0ZU1NdnR5MDJRVjA3cE83TzNSd0poN3dTaVVXZnVjdVFqWXBlRHRaNjQ4a0lvRGN2MXVDcUZWQzZxWGM0QU0ySFZ2ZVMwZUxRMlFiOVVoNDgiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA2OjU5OjM1LjM4MDUxMiJ9fQ==','2020-02-20 05:59:36.383949'),('2eyr8iukr869treby4c909hcu3spkf3n','MDRlOGM0MzJkMzRhMGYyZjYzNzEzZDY4MGZlMjcxMzRkZTFiNGRmNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI1TWI1Yl85YnI2QWthcVp1WmU4UmdQSl9GNUluY3BVWGZkeHBrN284Y3VYMnU3SDNqalZ4ZE5UWTVRUkxnaXpVWUhkSnNodjktakR5VHczN2ZWSEFMcE9ORXFyWld2VG5laW1vTE1VU2NQYThOYm1WQTh2VVota3JOQnpQWmMiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDExOjU3OjU5Ljk4NDcxNSJ9fQ==','2020-02-06 10:58:00.988189'),('2fhnb83wf1w1e2ap5yaya9n2gmrseyee','OTZhMTFkMTUyMWJjODljMDgwZDUzYmVlZTUwMTdlM2JhNmE0MDQ4NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1IQUIzNWdJNTlfemROQ3BZckpNRlFSaUxkN0JrRlpHQ3gzMjVxNVhaUVlzNXAwMG55MEhvQlhqbUk1MVc2YkwtQndNQkVBTGVKek5qYk1CSndpRDI0NVFENEpUeGp2ME5JaUZlOW5oRHZXcmlybm45dDN3dGxaXzFwTGhZYWF2aklSIiwiZXhwaXJ5IjoiMjAyMC0wMy0wMiAwODo0NjozNS4yOTg0MTEifX0=','2020-03-16 07:46:36.299904'),('2frxf3brv07pwha25pwqk5t064emqyej','YjQ2ODZjYTBlMjRmYjJhZGRmY2E5YjAzNmY4MzM2NDkxZDNhOTFiMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJfSHpJYllYSERnSGhWSUh5OUNUS0JrZHVVSmJIWk9aTXI1N3RheFpPakd0bU84bUdYZFdKRnBNQVdMMy05VVFPTzVjRFVwMVJmR24zRjRMNS05NnB5UUVhcnNLSVZyUXZTZlIwQU5MaW8wRkl0QzhGLWI4S253TFl4U2xrT1UiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjI2OjM3LjQ1OTU1NyJ9fQ==','2020-02-06 11:26:38.463011'),('2fyqyvqncxcsa1m45yg85j5th8dx1ec4','NTZlZjBiZjAyZjliYTQ5MjYyZmU0OTFiY2I0OTgxNzRjYjIyOGE5NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1IQUI0Ql8tWkNOdGVKVTdQUzh4TDRZWGR5ZlExOXVYQ3RSdVBSNllKVTNxUXoxUVR5ZVllZlVpU05Db093OU9XX0RZYVRaeVpSQ2paZ2dUVEo5VXE0ZXM2NXZZYmRpMTZkNzRzZEs3LVpOVXdPMG1yMjRHcU9pRWRCRTNMWktDaFBQIiwiZXhwaXJ5IjoiMjAyMC0wMy0wMiAwODo0NzowNy43NzcxMzYifX0=','2020-03-16 07:47:08.778744'),('2gpppr9puqsezipfu0o8bw0czwj8i94u','MmUxNjMzOGNjZmJhNDJmZDU2ZmE4NWQxOWRjZTAwMmFhMjgyYjlhMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI0eVlkdDlOSk5sYm54RkNWMTBCTDltOVhyY3dsTkZteVJ0V1lndExXbjhfSTZCMmxzMDRMb1pCSUZwNFc0SFRrVGxiemhzcG9ZU0hwYU9WWXAzcjNmTzJzTWF0MVpxeTdjN0w0RnlpVi1FdkVWOFVmbi1qbG8xQ2xMbUhBR3ciLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjA3OjU0LjM2MTkyMiJ9fQ==','2020-01-23 07:07:54.365589'),('2ihgzk8fhykb7n59s175umx39x1o1kit','NDkyMmQ5N2E0M2YzNDA0ZDI1YjEzZDNiYWU1YzI4Y2RhY2MzOGMzNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI2YW1WTk9meDZuUjcyREY5VlRDdnNyaFloTll3U2dFeWRrdG91RHJpT1dGX0VkYkowU3R4UDhQVkVYX2NzeVFYaWtNOVUzYVJLcHJXWGRwd1RfQWZDakJXc2dzN1hjRXI5ZVRKZV81ZmhzbkxwV0htbkIyWkhLNV9NYUZ5R3FDIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNTozOTo0Ny40MDA5MTIifX0=','2020-02-26 04:39:48.404366'),('2ihqsz073b5qpyykop9t8j1qh8ng9c3z','ZTAyNzk3ODdiYTI3ZTViNDNlZjY4NWYyYTBiMzJhZTVhMzE5OGYyNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ3NWk1M3gyZlJjeWZDT0FOQ19FYjBFMGg3cjZJdUh6UGE1TU40V29URmQzdlB1eGNLVDh2MTZhSFVzN1JxeXVtV3dwUGNBR0p2bHloeW15anRBdERLUEg4eHdVSnRrV2lmUElOV2s3cXh6a3dUNnA5X0hsWjhqQWVKNUZNWkdzIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzowMDoyNi43NjkzODcifX0=','2020-02-23 06:00:27.770739'),('2j7m34x6d000nur2xcfit3mn59ivivgk','OWQzM2JiOTIyZDkyNTJjNGFjZjU5Y2FiZjk0MTU3ZDUzNzZkMmM5Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI5cnJ3U2VuMEtFN1otSlRacVo4VjJ0d3d4SDAxeC1vMWRSSldSbFROaTAwYk1BR3ljc1RRcDIzWGhfYjdFbFJucENFcDdJY25mNmZfWkpyUUt1OF9YSTVrY04wcXYxci13NVpSNk9YbmRkQWF4OGtBWGtrNTlHZnRzcjhjcHNHIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODo1Mjo1MS4zODQ1ODUifX0=','2020-02-27 07:52:52.387014'),('2ksvmm7inmfecda3mdkou6z0ykalezap','OGFmMmYzMDkzY2Q1NWRmY2E3ZjUyNzc3MDMxMWQxODI2ZjhiMmQxMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIzSkFGOFpvMXJyd2JvRXNoREtiWmZ2emhPczRlYkJUWFpGN1hCWkJUNGxwLWIzckhnNHltYXhzMTZucDNiQUg2OTY2Wm9ZdVdSVUx5UFNQVndZUjVsTndrOXJybnlBOU9wUHpLb2tBY0p4ZFlhc1JOc05yWkkxT2xWMGtqbFUiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjIwOjIwLjI0NTQwOSJ9fQ==','2020-02-06 12:20:21.248890'),('2kzzrlhcebb650tzypbhjvmmlroqir7d','N2RhZjNmOGNlYjEzOTk1MGMzZmI2NGNmNjc5YWJlYjkzY2E0YzViYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI2aG5YT3V6eVd0VjhVYXJPOUlfNGFIMThaVnNtdkZnWnYtV3NXSWlZemZ4VEVfbjRSUFA2b0FXWTRvbEJqSTFCdW5OYmE3WjMwRHIzdTVST1I3VU9PVFJtWVFqVTE4dlhNWXNmQUc5WG1GN0I5ZVc3NzRiYW5ocWtmTDJvQzgiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjEwOjE4LjA2MDYxNyJ9fQ==','2020-02-17 12:10:19.064283'),('2l6mt956rkjat4f855rr2kjcl7tg1f87','NWNjMjA0ODA4ZjU3MDYzZjMwYzQzNWRmYWExMmUxNjlhNDMwYzM0ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI2VnE4MkstY0pwdkJpYTUwVzNGaVp3NnB4OGM0b1JGLXl3MVJNaFMtMTlqY0doV3E1MlFLSER0SVhqbHNsWndITVdVZThoR2RlbkQwRGJ4MzBqSXlJZ3k5MmFtQmRCbUFjajFZdlFGejdLU2t2RndqU3V6YS1Pb0NhZkU5TEEiLCJleHBpcnkiOiIyMDIwLTAxLTE0IDA2OjM4OjE3LjcyMTIxNyJ9fQ==','2020-01-28 05:38:18.724628'),('2l74kqopnfn06vs2wdul24wi7l0c6rbe','YzgzMzA3Y2QzOGNmZjgzY2VlZWY3ZTMzOTgzZTJjODNkMTlkZGE3Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ4R2pUQkRnQUdUMlhmeXZKV3NJWG1pUm1FcmxJNHd0ZlVhUm9STE5Kc2F0TFhTTU9RUmFJRGw5Rk5QWU5adU4yNlZhNWNyWnFHYzRISGtGclQ5MWYyRnhJb2NuWUttbHJvcm1FZFlxc2J4YmhrcllNRkR2TmREZ3V1cldLN1UiLCJleHBpcnkiOiIyMDIwLTAyLTAyIDA0OjU5OjU1LjQ2NzM3NCJ9fQ==','2020-02-16 03:59:56.468694'),('2lkd6609cbvabt6i8glvapcjxa7j4oeh','N2VmOWM0MTRlZjI4YmE1NmJmNGI5ZGQ0Y2RmYzQ3YTgxYjlkYmJmODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI0bXA1TUJNbEZaRVNnVEN3aUl6N0N6TGFZTUxrN0h4TmhhaERWcmFIcmZvZC1OTENwS3VLMkNPQjdWUFVkaW1mREhqS25KaXdNbng3RW9TSFZTLVd5ZnNSblhWX3BaUFZiU0FkZHBxMkgwclBQZFg4WjVhZTNaZUJZRVRHR3ciLCJleHBpcnkiOiIyMDIwLTAxLTA2IDEwOjQyOjQxLjg2MzgyNCJ9fQ==','2020-01-20 09:42:41.867084'),('2mtkmwpdbu4tp5x5hnqylw4h0pe2geoj','MmQ1ZTI4YTc3ZGUxNDIyYzc4ZDIyYWNhMzE2MWI1NTU5MzU1OGRiNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI5QUFrSUx1aVVoa1RoZTZScEJDMnBUNDEzcXBrU1JLZGNpUTZSWGRmQVdVeTdjd2NWbmVEaFJHcnI5ZlVPUGxyR1U4Q3F6OUM2dElhUk14VHZMNFdGSlhFb2MzcGl4QnlXczdXLXU3SjIzSUFlZHhnWXVyRUdfeE1zdmhrX1EiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjI2OjE1LjQxNzc0MCJ9fQ==','2020-02-06 11:26:16.421085'),('2nse6oahoiw9hfikefzob36l1ua5r8tq','MzZkOGVjNjMxMmNiYmQ4ZWU5NGMzYjBhOTJjMjQxNTY4MWI2ZmQxOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIwbjNtX0sweUlpZGVBQjNESW1lVVpJM0VydlV6UWp1SFY3MTdNbEVqcGlCakdfMUNXekxuLUV3azdnMUQ4X05OTVhTbmFnMmNVT3NCSllLQnExcjRWOVl5dy1Rby0xbFFBWTJKLWpraWptOHlFUW1FcEpBLXZPOHdaWDNjVFEiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjA3OjE2LjkwMzk2NyJ9fQ==','2020-02-06 12:07:17.907683'),('2nu3vbck0yisexdhej5ydvjfthxs7vcb','ZmY0NmI0ZDVkNmM5ZTIzZmJiYzI0ZGFhZDVkYzZiM2E2ODgyYjc4Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI4T2wzMGRBRnRodUhFUE83VzJJRTY4Tml5LURaN1FhQWZzaXZCYmwxekZ5aFBERFAtX0U5UkJnZE83dVhfb2hvY2l6SUtUaXJhSmsxWmtjeVJWbzlVd3JkU3F0Vm9SWVVqZWNZRndDMFE4d3lFQkR2aXB4c2tpWnN6eUpZM0kiLCJleHBpcnkiOiIyMDIwLTAxLTE5IDA3OjAxOjQ5LjY1OTg3NiJ9fQ==','2020-02-02 06:01:50.661041'),('2o0bic3k4ieg9gwkxmoptrr4hdla137o','MjNhYTkyNmI2NmFjMWY3NTM2NDBiOGY0NzBjZDUxNzIzZjkwNGMwZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIzLUM0ai1RNzlrSXFBVV9oY1c4WnlhSFlzYncxMlZ1bm8yTXJHZXRVbmhPWk9lSFkyM0JRczJpbmZXRDZyY3daeV9SMDIyYTR2dW5GZjNpQU5hNFc2dGN3dlVmb3UyU0xLaVFvelUwU2JaWTdFb0ZTeFMwbTNJc0tzVWwtRjQiLCJleHBpcnkiOiIyMDIwLTAxLTA3IDA2OjUxOjA4LjgzNTQ2NiJ9fQ==','2020-01-21 05:51:08.839075'),('2oac8a7t9y4g2ws3nkpzuxeuwlbh1teu','OGZhZTViMWNlZmQyY2FhNWY5MjNmZjM2ZWRlZmFkZWExYzQ3NWZmMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI1QnVRODZ6UGlDWFRFSFdpTWRuVy1yQTgzRHVKOGFjSjZOdC1nV0k0MmVLTTZzRWZEZV9GYWpROGJpa2F0UVJDUnFsNmlvUmRubFROc19jQmNrVW9iZ0puYS04Rk5Xb2dHaXNWam9VTmUxZFlhVVdlTnQ0OEJNUmIzeWF5YWg3IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwODowMzozOC4xNDE4MDYifX0=','2020-02-26 07:03:39.145269'),('2oo7fiorkiq2iuxdr0ojakwqah4xiusq','MThlMmVhNWEyYzIxZjBlYjdhYjg3N2JjYWNkNDEwOTRkMDI2YzZlYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI0SXFQcUxIZkVCNlI3ZEl0SmQ3Q0t0RmtGcUhSSG9BTTRPX3hXcDgtTDZIMURzZlV1cEI2eUgyRWI3am9tZjBBcXRSVk5HanhoMzBqLWkxeXU5dmhhTG9wNlg5dUF2aU1Rc3k5UnVnNWxJc1ZTYkFOZnpiZ0lkSTlHeEdPUEUiLCJleHBpcnkiOiIyMDIwLTAyLTA1IDA2OjM0OjA0LjIxNjE4NyJ9fQ==','2020-02-19 05:34:05.258491'),('2peusyjqpk10nb68x5caopn9mp2yufir','ZmEzNmZiM2YzNzZmZDhhNWYyYWU3OTdiODJlZGYyN2ZlMjNlNjdjYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ3S3gwalFqaWJtRWlRVTFaZFMtSGRLS1ZWOGhtSlpWQ0tJN0h0YjAwenpvSWlzMUNfdF9jUzVGMXU4anVEdXRXajJ0Q1VDc29iMEJVMlhsYlN4YkJMRGE2VXFpSHNJYzFTQ0pqWkhpbGdxZVZBNzNiZS1HNGxrZ3UzZ1lvdFUiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjMwOjQwLjE5NTY5MiJ9fQ==','2020-02-17 11:30:41.199231'),('2qeb51zzq2ba5ddnj2w3io4w3zcwlg42','OWViODE3NWI1MTgzZWQxMjY4Y2MwNTRhNzg0YWMwOWRkZWQzYWY1Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI1WUN4NWlLMkcyWDhIdGZvX1Q2Zk91cy1XU3lrWVpseGFiX1lZZTNBdkRGRnpobG15V3ZENzN6QVI5N0kzRGNGYkQ3MDdpSlJFTTVtRG1hbFNKQk8td08wTXdzZmNCbnQ4WTRlMm5sRmRXVkRvZFlVN2FoWHJzR2RPOVAtQm1CIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjozNjo0OC40OTc3NTkifX0=','2020-02-24 05:36:49.501348'),('2rmhk275uzp1qgvmlt9lmb7pqwk9esgi','YzkyODQ4NWFhOGNkOTRiZDI3OTcyZjBiNzg5MmI2NDY5MjI0NzZmMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkItZzgyNVlhQVVEQ21ENFhDNGhwRmNISF9ob1dKdkd5aVhYci1WcHJ5a3hETWtvdkw2OGFocldjWWxxM2RHZm1RX2xZZlpNLTZEcWJablYwZ010ZzRLRnAzclJrSm1ZNmVhbzhuMnRPeVZXbUxLTGRIclJ6N0JYV1ZvU21rdXciLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjIwOjE0LjkwMTI1NCJ9fQ==','2020-02-06 12:20:15.904629'),('2tdgcquau5w7ekzmv4e35da4ipvlrdon','MGY1MTczOTVhNDRkMjM4NjRmZGMzZWJiZmQ0NDUyNGZiMTQ1ZDE5Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I0WVhDdHB2enh3VmZFVm16RHAtTTJCdjlIMDRmWGVuZFR4UnF0QkxTeFpTV3RPd2toMUdGaUhUZHM1YjdSRWVxRUpCRzJrMWhTUW1tYTNMYTE1Ylhpd0YtTTI5Y25wUzdNWURkX2JhOVk4SHkwMVJCeU5IbDFMbTF6MTE5bjQiLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjUwOjM3LjMxMTI1NiJ9fQ==','2020-02-09 06:50:38.314770'),('2wl5m52br8zggwvvmpiec12jsk1j9p85','ZjViOGNjZjU0Mjg1YzI0OWIzMWIzY2Q0NjBlYjJkOGQxMDI5NDQ5MDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYSzNlU0RISnhwdndwZGs2MGZBVV9fcGhLbktsNjV4Z3Bkcm9HaHNfLTU3XzAwS3ZRbmxLNkowa3FtaFRLallpNFlKWV9kN3pKUHdwdGt2bmNNTm5vZnVhM1FXa0dueDlZcWJmS1BKbjB0cWRpQ0gteVlXemxqUFVxVFppaVVLX0RFYzRMMmQxdTVHa2FIclFuOGFoZDdUXzZxNnNWNnVRIiwiZXhwaXJ5IjoiMjAyMC0wMi0yNiAxMTozMzo0MS41MTQ3NTgifX0=','2020-03-11 10:33:42.518205'),('2yijaa36tonahz76tnlnn1sq6qgkf12r','OTk4MzEyMDhhYzExNzkzNmEzNmNmMTdjYjNkZjA3N2YzZWQ0ZDQ4Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HX0J6Q1pncGFIcnBGUVE1ZkRYNGx6cFBEcWNkS1JreU03VXlzTktKODMxVENFNTZYSEtQblRlU1RfWjRXUmNpRFV3Y3ZSYXZMRnYzZHVwQ2MtclpKbTBTZi1xdUFuSmFzNnJvdTg5WHVmZXVlNE9EME9CQWkwTkpMbGNRU1Q1RzR0IiwiZXhwaXJ5IjoiMjAyMC0wMi0yNSAxMzoxMjo0Ni40MDkxNTMifX0=','2020-03-10 06:12:47.412765'),('2zm99ny0pnmwen4c862oitjcjtk2w6rk','MTljYzI1MzY4MjBjZTAwZjUwNDVkN2Q0MjU3ZTc4N2M5ZDkxMzZkYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIwaVFEOTJRWHdMSktGYktXSXlEc1VSWF9TMm8tUzUzWndsZk04N1hfSUFtcHhOUExnWlZyWjFPWFItSXFNOW4xdDZWVzhuTG1COXN3b2dzRVVkRnpmaU15WjY1LTkwNEhCU1ROSG5GWi1OM0U3ZG8xeXQ1cENrSFZKcWVuU2ciLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjMwOjUxLjIyMDI0NCJ9fQ==','2020-02-17 12:30:52.223759'),('32apddmrmfmwb843vu028ck516cwtop6','ODk2ZGY3ZWZkN2QwODdhZGI1YWIzODRhYzU3YWFmOGZjMTRhMjY2ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ4ajl6NGg1WmktVlBzSEFwMlQxTEVnMHFqWVVLSHhFMDNVMVpCQ182WE9zTHdrZGtzTnBmNmswMHdYa3lFdi1mTXdpU2RlakFiTGl3MFdxTm5PZTU3cWhOTzNxR3NVeno5MklDTG5Vam01WGhvTTU2SEU1WFR6c2NyZWZOZm8iLCJleHBpcnkiOiIyMDIwLTAyLTA1IDA2OjM0OjMzLjg1NTc4MSJ9fQ==','2020-02-19 05:34:34.859391'),('32nmdwqo0cregta8fvzn28peqr340zcj','NzA1ZDAxZGEyODIzNmQxMWJkNWRjOGJjNDIwZDU5ZTBjZTBiZDQ1OTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI1b29SMUxfUEZkTWk0aVZDT04tYmY4UDMwVnlGa2xFRnlsbjlBRG5BUVh4Y2REdDFacnZhajhEWlZxOE8tMzFfNW4xc3Vkd0hPUzhJaThmdWpyeUhsb1hMaXF0UFUzTmRReFZMQ1p3MU9oVDVQd1ZxMXppQTFMa19NZjVKNHciLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjUwOjA1LjA0MzE4NyJ9fQ==','2020-02-17 11:50:06.048824'),('34rz53mwck6n9z5745lalf92w4da4tqd','OTVjY2Y4OGNjMjA1NmIzNjJmNzZmYjVmYTQ5MTI0N2NkNzE2NDI4Yzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIzdG1Xc2NiZUdBUW04S2Vra2RLR3A1aE1QbmVRUzI2ZDhidjZ6QjdPWXRQejF0eDhnWjBqWmIzcXVyellTUlhULW5fbXRiZ0dXdlRibTFiTER6SzQ2ZldkNVdTZnY0MVZZdmJYRnBkZ3FQcEJHS3Y1U28tV2VFWHFKY2tOc1EiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjUwOjI3LjkyMjc0OSJ9fQ==','2020-02-06 11:50:28.926351'),('35ao7zp3oxd8qtl62hmyqfi45os53fjf','MjQwYjcyZTZiODNmZmFhZGI3ZjIxNjIyZDY0NzEwYWY0MzY5MzNjYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1IQUJfUnJiNFVPaUZLN29MQjM3NUdvX0RyeFhONi1QLVFXNkEwaUY3SGxRZ1lzWFlaRmJjRGpEZW5VcU9fZjJ5a3ZFX0xDbjhoTnlMay1ITmtBWFdTcmRHNF9sb1pEajhqN3A0WkVUMDBDVXgzc1hRRWJqLVl6c3VxNlV4SFk4THlkIiwiZXhwaXJ5IjoiMjAyMC0wMy0wMiAwODo0NzowMS41MjUzMDUifX0=','2020-03-16 07:47:02.529154'),('35dqaa9b7085a6jhtm7ernfonnkgreiw','OGRjM2E1ZjEzZmQ4NDY4N2Q4NDdiNDI1YjI5YzZkNmM0MzJkNmMwNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ3RHk0QzM2cDQwS3JYa24ySnRGQXlIRnEtMjMtbGViN0RiejJfazFYMjJIVmI4bTNHeks4VjU4M2NfUWtzdk5tVzdXSnYxLTItUzlTOWp4RDZVS3RLdE9LaXM0ZnRNZk1tS1BHT2VZQi1Ubkk4YWRzTE9yV0tqUmVXQXJ2ZWciLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjA4OjU4LjgwODQxMCJ9fQ==','2020-02-06 12:08:59.812222'),('37oa904hfawmcqukpc9gozm4yycc6fd1','MjMwOGRkODczN2EwYmE5MGU4MTJjODEyMjIzNjI3ODQyN2ZjMTRhNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J5dXFIeEVoUEdvXzBnd1JjLVBuMTNMMlhaVVMwd2NwNm9LY2Yzd3JqWjVIVm5VeEVjN2ppNEFvMnBMcGE5TWRQMWNBUUFNaEN0T3YtV2RoSVlQQUx5MVdkY1lZNFdXMllEckp4N2ZNbnFkZF9JQjExOGFXaWU1enVRN2FNVTgiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjEwOjMwLjkzMDY5MSJ9fQ==','2020-02-10 08:10:31.931973'),('37sdzrbxemuqwn8jsjgjd8y4y8gg3uqc','YjdhOTExZmJlMGMzN2MwYmIzODA3YzBkNDViMzU1MTE2M2I4MzIwNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUJfa0VtUkYta2xLWFJQbFhxajZQcUtfNlByd2xZOGhaZjVzSzlzZVRNb3V2enBrdFZYemU1Qmoxd09PRFRWVEpOUFhocVFYTFVKdC1NcmI2SThmVWwzZ1V3LVo5V3VSMUYyWDJSMFo0bm4tSlZpalpBWGk0SllHOUhyYncydkEiLCJleHBpcnkiOiIyMDIwLTAxLTEyIDA2OjQ3OjExLjg3NDc1OSJ9fQ==','2020-01-26 05:47:11.878495'),('39fwnkmvb3n70yodza298qgx54emm5dv','ZjEyNGQzODM3YTMxODFkMzg2ZjI1OTA0NmIwMGVmMjQxZGUzN2VlODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI5T1hkS1VCRjM5MW80ZEVNUWZQRl9DYVc3b3c0aHFlXzl0RXR3MDVORDJtNVlfa0stUFA2SGNIbnZpMFd5STlQcmJ4SmYwOEI4Z1Mwc0tXVHJYRHU3QkxmX3lSckxCUXp0Q0NXOGJUNWF3MFQwUXYySUYzR2FaLW1ic2tDMHZKIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo0MToxMC41MzUwNzUifX0=','2020-02-24 05:41:11.538696'),('39v4oxqqw072frbrwp50a7vmrnkm2hih','NWY1MjRjOWYyMmNjYjFiYzZkYmQ2NGI1MTdlMTE1ODEzY2IxNzI3NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUIwcm5FNzVsSmxOcFE1Ul9mU2ptZVlpZHhEdy1YOTlGQ0d3aGtKSGwxRW45RDNsTHVnYVB1RC1DeTB5UGhPelBhSmdUejFrZXB2MGRZb1lSNEdOa0wxMS00em5yeWFOLWZRODRtSzVqNGR1eWNYY29EMS10SXhkc2Q1TmpaRnMiLCJleHBpcnkiOiIyMDIwLTAxLTEzIDA2OjQ3OjAwLjkxODk2MiJ9fQ==','2020-01-27 05:47:00.920137'),('39w4ab1l7lgnraq23m0qjblngvd59d73','NGJkZTQyYzBjYWVjMjI1NzhhNjNiMzU2NzdhMWQ0MGE0MTEyM2FkYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI1YmlneDlBSlhieG50NkZ2NnFTX1hLcGdxVEVseVZxVHNsN01tTlNYbjR4am5YOVMxT3c2UTR5UVRBZnJpaTBCYUJ2TGhzMDBuYjNDM19sZDIwMzFhM3A4WmZoOGFxUGlUYlF6RGNLTndpaWtTSkJDOXpNNkJZOXZvWjNscmciLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjUwOjA5LjU5MzYyMCJ9fQ==','2020-02-17 11:50:10.595672'),('3a9pnisjph4gz0t2y1x4ae2ka3f6ag84','ZjJiYWYyZDhjNjU0MzYxYTY5ZDA3ODNlOGFiMjdiNTcwMWQwNjJkMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI3eVF2V0g0ZVp2MWdFMWhkSERNNnF6MmxqeWRoaFFQQU90eTFvel9fSnEtbnd1TmxPWEJzaERMWHRhV2lneUlZMExZNGFDWHBRdEJ4OVhxcHpoOTUtMDFPMFBmaVZaVmVneW1ac3M4Ym5hQW9BeFNJTDRFMWZkdElqTDJHVVUiLCJleHBpcnkiOiIyMDIwLTAxLTA3IDA2OjUwOjI4Ljc3NzU3MiJ9fQ==','2020-01-21 05:50:28.781036'),('3dvnhe35oorao617evx2d660dbqlq94r','NTFhNDAxMzFkMjU2ZWU3NmU3YjM4YWM2MzM0ZjcwNzZhYjk2OWIxYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI5MGlOeDVwanVaS2VmdGI0MnNfcVd2a0wtY0RTbDNWc2NQT3lLeTVrWnhYcDIzMk5fZVBRd0NTSm41UWZDa1pjTTZZQkZZRWt4RGJVelBZaEtfblVRS0QyV3hGSHNTQ1Y3RmVhYkRZWDJfYjR3anFEdXFNeXFLaDM3ZTFqMWsiLCJleHBpcnkiOiIyMDIwLTAyLTA1IDA2OjM0OjA3LjEzMzI2NCJ9fQ==','2020-02-19 05:34:08.237361'),('3e2ssrstixvtdk2ad10o6rxxre6e5ld4','N2Y5NzI2M2RlZThiMjVlMzFiNDhlNDA5Yzg1YTZjNTM4Y2I1NmI2MDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI1WTV5ZmU5dll3b0VWcm1SdGdNYlVqR3ZCaVVvN2VwNEczbjR0SUZtVVVrQ3c1cWttZ1VxZk5waExpSWhEdmZ3b0FyaXpCWnNIOE1RSklQVEg4eTdaaDdCcFVOZ0xtX2t5a3JWeTJmcnpISUNpQzlvT25qSy1Ca1U0MW4xTk0iLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjAwOjE3LjY5MjQwMyJ9fQ==','2020-02-17 12:00:18.695912'),('3f5tx7oj26ase1w1eameqrnbcdmh1sal','MmI4OTlkZmU5ZGJiOWQzZmU0Y2RhNGM2NWJmZmFlYmQ2M2NmN2UzOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIzZnNzZDZmcDQ1aW5ia05qdzVLd2pVR29RV1E1QzRkTWs0LUJUdEVmcWJzUDQ5dmJHTnhsVno4bjBSVjVHcDhLZlpiTTh0cWg1Z1ZucVZrd2pmNXExbGRhMzhhM2JfNS12X2REZk1KaTVPcS0wXzJJQnBwN3k1MFBpMDQ0d3MiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjEwOjI1LjU1MzQ2MyJ9fQ==','2020-02-17 11:10:26.557091'),('3fjezmsuufu0f8txd1w17qvj7sd7ocbx','MzAxYzMxZDYzZTQzM2FmMjcxMmE4ZjZhNjU1NjRmZjI0ZjU1ZDIzMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIwaDV6ZTRTU1RoODRsTmpEUGhSUGFGTDdMLVpraVZsS18tTmhaSnU4X25vTm9tMm0yMWZocUFvbDNnQU9ZaU1rRnhkck5RZzNYdXlRYWV3Uy16a1VJQ0x4ZkROYlBZSkxoQkJ4MUtoVUhmTHU2Y1JzeUpsTjQtUkdUa2JpQ1UiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjI2OjIwLjMzODU3NSJ9fQ==','2020-02-06 11:26:21.339514'),('3gx4x6jxhudfy760czewb1o252wsjksh','YWY3YmMyZjU5M2NjZDBjOGE0YjY2MWNkYWRlNjY3MmJhYWUyNGEzOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYQkN1Nk1vNklmSDBpdmZFWEtuZzdJcjVxUnNPWTFBZGliMFNhZmJxQV9lOU1JWGJ0SUxMcVlXN2JfMFQ2RnM1TDRVcEdGdDZxa3dlcWw3Q3R4dHdaTWU3RExlR0NMSjFQelJDcmE3X08zcm5NUEwwZVRtQmp2eWtWTlRSVE9CYm1TeWJpLUV4dnN1OTRpa29GUUlsU0VvQ0xwcldjYmxnIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMjozMzowMC41MjUyOTIifX0=','2020-03-29 05:33:01.528722'),('3ilb1btf7cw4v1tch2mvnpfwhsmles0x','YmQyM2M3MWU0NTU0ZDU0ZTY4MDdjYmI3OTE3NzMyYjEwZGNmMTgxMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUIxRVRNSmp3VlJHUGFSMEtDMTBPYnBXMVA5YXhXa1JrYldmX2ZVRFIwa3lqZ19HTE9tdHZhQUVySkgtR3JwR2lDQm5KYWhDeVUtTzJrT3BiU3hUbmczdVJHRk04cGdGajkydlk3OUpMdFlBTEI2MGZ6a0pGQ2RjWnRHQ2hSVTQiLCJleHBpcnkiOiIyMDIwLTAxLTE2IDA3OjA4OjE5LjQ4MTczNyJ9fQ==','2020-01-30 06:08:20.485349'),('3j2rzwf9knllzmh41nbxtzx6f3w3w7xl','MGI1MzU3Y2I3NmNjM2RiMDgyMTg1NGE3OTgxZTcxMjRmNzMxZGFmYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HX0I3WXl1cEVRZkpKTGlfamR3WXAxTUtCclgyWXJvME5HX3V0d2tGNTh1VHA1Uk41M2xQQUlnLTdUSDhYUnNPOUhZWWN0aFpZSFF2d0JJZ0JFbDhZcW9pZkd5YTB1dG52YUxEYmcwek16LVV3LVplWEFSTkdqZmhKWDJVYWwwOUEtIiwiZXhwaXJ5IjoiMjAyMC0wMi0yNSAxMzoxMzowNi45NzU3MjYifX0=','2020-03-10 06:13:07.979355'),('3j3bkqnijsjdliuhw0si5c1d3d0etz30','NTFmZTFkMThjYjI0YTY2Nzc4ZDEwYjliZGNmMGY3NDVlNGRkNjg1Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ4amVnc2lWaUNpUDZ0SDQ4MkZWN01qc3NXeVVxdUJFLTdhY3pNZWpadFczbWFnSFRUTHFZaE9nMF95UFhKMExxVmI3MmozaURSR0FWN0h6THFPRkF6U2xmaDBXbjVraWtrb2xIUm1ZNHNYeDk0VTJVVmhrX3EwTkpqR2NfV2J6IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo0NzowNC4yNTIyOTYifX0=','2020-02-24 05:47:05.255720'),('3jszjzs84d398pglztjky3x3v6n0wgwe','YTJmMWI4NjIxMjcxMmMzYmFkM2ZmMmNmZDgyOTQ4Yzk4ZDY1YjQxZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIxN2FKWkFXZUp1TUNLS3ZvdzdtM2lXNkQ0Y3h0VktFVThuVm5ZQVRxYU5fa2RjNkZleGhmRUxpa3BHRHRZOU9ZS0hvZjAyWE55U1Bob1NKbE1rYlBfSmNNWV9VamQwN01uaTBtYjdYSnlwZEFkYnlvb2I5bHNhMmYtb2JpSzQiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjU3OjAyLjY3NjMxMSJ9fQ==','2020-02-18 05:57:03.679923'),('3jt2ukwl2amrb5ikd810jnf7kasmifbw','MjY3OTA0YjcyZmIwZWYxM2IyYzk1MTA5YmU0YTMxMDA5M2VjYmYzMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI1ZURFNjJQVGcyNzgyM1lnRFZycE1PYWlhaHpfRloxa19ab0RBOGVsbS1mNy1Od1Y2ZGtFMk9MZWRSS2hGY2d4QmJwWDV3UkZhazdTeEdYUnRkZUhIOWZwOGxaVXhYWFJqd2tWenhaYVZFeFk2RGhjRmJlcWwtNVZxYTNKMmsiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjI2OjI2Ljg3NzYxNSJ9fQ==','2020-02-06 11:26:27.881079'),('3lnyebky1jsgk985iwzfd9t961cn4pnp','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2021-02-10 10:00:10.697947'),('3lppq2r29zcdpqkmpujkd8bwirx3s9gn','ZjAwMzkxZTJmYjUxMzdhYWY4MjdlNzhiN2QyYTI2NmU2MWRiYzlkZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ4a2ttLXVKckVSRF9SY3dueUV6RWdwemdmX3ZLaENxV09ZVnoyUlVRZTNLbHBoMkdiY0JIRUd4NEl1RkhtZnhBY3RRcEZuSGxCZDNiNjI2dWdUaDlQM180eUp5NnI4dzhVLVpsaF93NV9TVDRfWHJ5MldLemdEcVdwaFo3N0NkIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODo0MDo1Mi42NDE4ODcifX0=','2020-02-27 07:40:53.645188'),('3mx6yr2l7zgs1em9el2mt8pqj62cstoj','NTQ3OGE1NTMxMzcyNDhjMjYzYjBkYTc3ZjFlNjk3MDQ1YTRjMmFiNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIxYnQyLWdnUE5NejNhRmhNSzVTalM2MWdQZEtHUHVrNXh4WlFRSzlNblh5TG1uXzdaZ2Z2R1ZEaUtWVXNFNUkxVDZIZ1BZejZjdUNmQXRtaFk0RUFIdmFXSVYtYzFkcVRmRUlqY2dzWlJ5MGtvLU1XR21JTEpMU3dIZm1HenRHIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODozOTo0MS44NTExNDAifX0=','2020-02-27 07:39:42.854467'),('3n0hll8t3cnq49yorg4vkqbbh2qpyy5b','OTc2MzllNDdmYjY1Y2E4NjlmZWNmNjk3NDE3OTBlZTA4ZGY4ODJlMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ3TXRrNWQ1WTFJclZFOVBoWFZkdGgtZDhWOU9aSGpRMUhDRmFsZ09aUmlBZ3BWQUVHNmFNMm9lRFdSZkpPb0loSEFCSjFzMWJSTnBCZURWb1drLWZYaWJmblFlWnI3V3BZUy1uUXhnNVJGMUNSdEJuYmFzLXZ1RjdOb2lELVkiLCJleHBpcnkiOiIyMDIwLTAxLTE5IDA3OjAxOjA1LjY0MDg2MSJ9fQ==','2020-02-02 06:01:06.641921'),('3o78dlhu1yrbtm9li3vi6dnqp9vkrx3d','NmUzMTBkYjVlZWJjYWJmMWUxYjViYzVjZTllZWQ2MjdjZDY1MTY5OTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI5eGQxeFdrY1VnWXFYaHUzRmdwNk9nYjBJWlJjX2N2QURQMjZGNEdraEFtSGhUbDB2R3p2NDlfajZHZV9jakVnLTRWVmJHd016WVVtX2czWDRucTRQT3llOG80QkJQLVA3R2toM3psNW9TZUZnNGo3SzBRQzBwMDRXSkxlMHpsIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo0MDo0Ni44Mjg4MDQifX0=','2020-02-24 05:40:47.832432'),('3q0jslid9os5rq08quopgt7bys7ddplf','ZTMyYWVmODMyNjFmZjM1ZTE5M2Y2ZmQ1MjM2ZTUyOWE2NTdiYjE1Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIxdG5FWHVWRDRwT0sxWnJZbXFMVGxQZEpVdlNnWjUtZVVleDhvZDBDQUs5WDhZUjgxcUNDejZmeXhibEI4U2s1QTVIcktqdF94WkZ5MFJBbC05aG91MElZQllNZGJDUnpVYllTbFY4bU50RWg1eW1hUDVLNTZZYVFuYllRb0EiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjAwOjE1LjgwMTYyOCJ9fQ==','2020-02-17 12:00:16.805268'),('3qysp9u19entswd9y38o9mq8zpqbgogv','OGEzNGRkZGVhYTg2OTgxNTViMjQxZDZmNDgyNTZmOGYzZDFhMDMwZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ6WEtIRGpSZ0toNW05WDZZd1Mza0VqRVJlTVRtTU1ybDZnT1pmcEVfVkpHMHpoUm5ycWVVbzVNWW1ncFZrOWFxaEprd003azByZnM2WFlseGctcHQ2ckdjdnFKM3pfTlR1MVVMMllha1JkX21wYXVFbTdrME1qMk1GUmdsVHMiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjAwOjEwLjIwMjkyOSJ9fQ==','2020-02-17 12:00:11.206469'),('3slg1ne3nwkfmrfgwx93owqb70t46n1m','YzkzNjFjNzE2ZDk4YTJlYWU1ZGFhMmU5NjNjMjNlYjdlYzFhY2ZmMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI3a01tcGZVbnNhZlB6M3p0dWRkOFFlZ0dneWUyb01QWmkwVW1Gd19UdGxLQ05YanBPN3FvTzNyUHlLcVJZYjVDTmw0SnRScVBMeUhvek1RenVJQmtEVjNPVVBUWFZ3UmVYdHFNSEs5S2hIMmFhWVFQdWY5a2IxRjVQWUFXVkkiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjQ1OjQyLjAxMDQ0MyJ9fQ==','2020-02-18 05:45:43.011827'),('3sxfzz30fmrb7aixahce9rf61dx2vvrs','ZDA3YWM2MzU0MGZhZDFiNzU3YWMxYTdmOWViODljZGRlOTNlZjA3Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J6Q215TGdlRmM4bmZvRTRCbm5GUUstUXVlRFU3SGFlVXVIVXZPMjNJN1AyUmFQR3BhZEt0YlJGZC1qSjJtZzZZWGktV1RjeUp3bnQ3XzM4MElmOXlzOUJLelI5SjFQNndTYklzcnFVQVdqS0pCdVVNZjdKUGUwbVhXUmVGNlEiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjUwOjMwLjM3ODMzOCJ9fQ==','2020-02-13 07:50:31.381895'),('3t3c3mqyyra60n83r08gdgwnyxc41xff','YWFhMzk1OWVlOGU5YzRhMTIyZDhmZDQwZDdjMTcxZTBmN2Y0ZTcwYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIyTW9na21mcGNDX2V3VTl6NzNPYnlfZ0JHNWdIaTJabkJoVUNYYy1Jd19Pa3VjM0ZsSm1lSWlxMUh4VVVwc2pUUW81ZlAzeXdXdFowMmhTN3g4TlV1dGpCUHpVaVMyXzVFbzdvSkNLZnBYWW0tOV8xYW5MbHcxX0VodDFleXciLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjM5OjUzLjgzODI0OCJ9fQ==','2020-02-18 05:39:54.841923'),('3trimbckgjq1h32owwgdyoxyyg0o6j0s','NGE2ZTk5MjMzYmJmOTU5MGJlZGJjNmUzY2I4YThlZjM4ZGQ0NzEwMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I4U2k5SVJNYnhqaFFnSnlfVFI5VUVTMnVRaGtRaXhjbGh4bXJvZmQ5TnByV29JaDI2MXdQbENwbFdXRmZ1NEhJaE5KNHlLam96VzhFTDZ3MFkzQ09YeHVOWEpVNGRGeWNzNWhNQjhZekJ1THExd1lUbVBrbEZnVHZfRWhqbEkiLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjUwOjEyLjg1MDIxNyJ9fQ==','2020-02-09 06:50:13.853753'),('3uj5bq89r585dcus19dzgx6gxwjmd791','MTE1ZDUxMjEwNWE5YTVhODU1NjliMGFjNmUyNzk4MmM0ZGI2NmZlNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI5cmQ5WkNkXzlkUkh4MU1jSkpOXzUxNnpGN2pDaGI4V2RvZTJpeWpNbkYybmx3dGV5Mm85UGJ2bHkxQ3RNc2VjUllZWkVtMGxuMDcyM1R3Y1NWbnA5UWR2dG1lak1tN0hzblRQQTN2Wm52TFJoazZpUWp3TUpkekxya2JvZ00iLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA4OjE2OjMzLjQ5NzEzMSJ9fQ==','2020-02-20 07:16:34.500852'),('3v1onlylklimibun7xo74190yprjwd9k','NWU4OWIwYTBhZGMyNWFjMWM2NTYyNGEwMmQzMzg4OTQ2MzUwZGExMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I0OEMtRnVxVGFtVnZ5Q1FYQ2lZWWZqUWY2YU80VHFUSlM0aWZjanZhSV9hZTI1eWNXZ0t0LUJ0dkpzZkd1NnZJaWQ3Qm55SDYxTWlTRl83MFlQeXJ2WTlUNHY2bFJLS1JtMG5GY2ZDRk9hajRYbGFVbHhSdzhnZHBCYTdEenciLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjQxOjM1LjkzNTY4NiJ9fQ==','2020-02-13 07:41:36.939275'),('3y3yxa3sk91wld7288eothfw3eut3eg5','ZjViMWE5MGNmNDVlZmQ0NTMyNjY1NTIzOTE2Y2E5MmYxNWM2NzBhMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIyVE8wdFBaQm1PNUpOU1NEMnAzVnZtS0lfZkdEaGNMUFJTczltaGlDNGFMYWJkSE82djljc0NHUzVLZDJscE15Vm45MzdQMzlMaWtzM08yV3E4Wi0ycC1PY0gxdS1IS0otSHliS3ZhcnJ3RHdfcWhPLUp1SXJ1bnlPSloyV0kiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDExOjU3OjI1LjY4NzkyMCJ9fQ==','2020-02-06 10:57:26.691459'),('3yhkw3y9vdwkmzb4adyduqwrgd4r25ju','MmZjMWNkOWQ3ZDFmMzI3ZjExZGJlNGY2ZTcwY2MyYWFmMTdjMDNjZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJfdWtWTXFGTERPdUhpZDdEYUtSbWY1djI1bWp3NWJNek5UQXlMM04zR0wzVFhIWk0zYWljWGdkWXE4TkFrWTlENmdWcG5IWDFYUXVkRGdqeXZoQmVwQTN5QmJQZXJJM1hjaTgyUC1EWGcxQmYtWGJMdllrZTlZdHMwNno2UDlkIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNjowMDoxMi4yNDc5MjcifX0=','2020-02-26 05:00:13.256246'),('3yiwi2cjxjil324sts4zxfhva1x8y3pf','NTBkNWMwMzJlMWJjYTcwYmYyYzI4YjQ1MDcxY2ZjY2ZjYTExMTA2Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEJ3amI0VzNVTWZZbVEyTnlkVkstamZJc0xKdDN1eGU0SlRUV3BsR0NjM2F2YU5RWDVtMmpsYkFUSEpwUE8yRWQ0QldMN0xCblNLa1BUN1EzZENMcngyNnRLNDZhc25mX1o2bElxREhTQ005VXVFNEJzSGJjNTZYbTdqVVljOEkiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjA4OjE2LjQ0MDM2NiJ9fQ==','2020-01-23 07:08:16.447080'),('3z2hj1s1hwfiunnmrn2vjq0iohojy3t0','ZTdlMDFiZWFjMDI1ZGVjNzNjNTA1NTE0ZWZlYjQ0ZTM0YjQ5NzZjODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1IQUJ4TGVZT2RLMGtXWEl6alJUREN6UmMxa0Q3ZFpVTER4QnlMRmliLWNRSjN6bDZqWXNTOXFVYzhka3FaREpJMGl5bFpnLWVYbmhzMnZMQk8zTmt0ZHVNeUtBN3ZGQlZWSFl3RUQ1VHJRUjRMTG5jWjMyZ3ZsLTNkREhCT1FnWG1jIiwiZXhwaXJ5IjoiMjAyMC0wMy0wMiAwODo0Njo1Ni41NTI3NzgifX0=','2020-03-16 07:46:57.556575'),('3zm3zk349b4hvfua3qs5eymkgikv3lmn','NmY2ZDUwYmM0YzdjNjg0YjgxMzg1MjI4NGVlMDZmOWI2ZTRlMjJlODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ3QWhPRjNBTXJwWFdCN3dQWE9vM3BmeVc5M3RLajRDMTh5SFh5TkNvelI2d3BHa0Q3VmtDSmJtbFFzUEI2d1hSMzlFZHo1QlJFQ2hZb2hldHp4eUo5OHdWQkFrRmVGR3RQY1V2b29hejljWVZnd205TFBMaF9NcVgwbXp0TlkiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjQyOjU4LjE2OTc2NSJ9fQ==','2020-02-18 05:42:59.173479'),('418uz3dwe3ces8me4zzrf70wysz70vzx','NzFiMjc1YTllZWY4YTkwOTU5NzcyYjVlY2JkMmVkMTczMzQ5MGMwZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IwSWF5aWR6a3ZHM2hqOHkzMS0xdVl4azZFRlFzNVJIM2w3LUtvRlBDWHU5YVBJd0IycWdCYUxHX2dqTk9HeUZ4Wm9sNUdaNnZ4ZDBwSlBJRUFvQXd2RmJ5T0tTM1A3N3J2TkJnb2U1WmtLRHNUWHBLYnc1bXlVWEtsUl9EMUkiLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjE3OjA0LjcwNTQyMCJ9fQ==','2020-02-09 06:17:05.708925'),('41epo0qkbb8fhyff4f9o8vpebwz7mcbr','ZWU2OTY3ZTQyOTUwZWVhYzE0YTg3OWUyM2JmYTRiMjcxMTdlMGE2Yjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IwZDZWTzFHZVh4cGx4VmdMd2dCRU9iWmg3RG9kM2F0eVlpYlZQRWU5S3VwamFEdDNwamlhV0ViUjltc3pwT3hxTzRXc3JSRE1qVlprRXBUX1ppR0ZqTEFFSk5xcjRiWFFfQlU1RmNzZTkxRlBhaHdaOU12VkE0S0tjb19wbnMiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjEwOjIyLjI4NTI4MCJ9fQ==','2020-02-10 08:10:23.288752'),('41vabzmtmvson9i5i9sozsub6jus17bj','NDgzMjY4YmM0MDdlNzc2YzdlNTUxZjRmNTdhN2EzNWQ4NjBmZGI4OTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI0NG55WERSQmkwU1Y5UW9WSUh1dWE0a3dzNUVobGtYWVNBOS11cjl4bkdvX2x6VlBUOFJ1Y05uY2xiczlYMlpkamVhaTdBdTl6VzhDaEVfMTlwb09PTVhPdy1BYUwzRzMtajRJRWZmemttazRlYWRjcDZFTWpYcWwwUFVCRHciLCJleHBpcnkiOiIyMDIwLTAyLTA1IDA2OjM0OjExLjA2NzM4MyJ9fQ==','2020-02-19 05:34:12.068586'),('42ovd0dw5iqyc5ncmbttj92ftn6ozvse','ZjUyZmE0MzBkMjBlOTk3Yzc3OGYyZjU5NTRjOThiMjVjN2FhN2Q5ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXbnAxR1dob2xMQkxjM0hZNUwtVkZ1ZGlNZnF0TFk4NTJoMmZfSVNMdjFJa1gxdEh5R2FhYXBpUU5rOHdUM2o3bk5UTXhfTVdCdkEtQWpqbEU3REJzWURCZktQczJIZVNIaWFlWURRM2lzQjl0bDZsZmQxYmFtdmxKNjJxSDNBS3RTeWlHV0ZQbXVCUmtQakJ5YU9TbjhZQmdjdEhWTFZBIiwiZXhwaXJ5IjoiMjAyMC0wMy0wMiAwODo0Njo0Mi4yNjY2ODAifX0=','2020-03-16 07:46:43.267933'),('430rzg0vn3wb33ej5e7co4939vtrswaa','Y2ExYzJhNzQ2OTFjZDhjZDY1MzNkZmI3OTYxMGIxM2NiN2NhYzdmZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI1aE9pZkRkUkVmOXU1YU9QZXF4V1Y0OFJxS0VXSXZIdHlrUE4wU1lSQmFvd3hERkFORG5jSkZBT2JSRkVBLWY4WFpMNEZVV0FWczl3SFpuTHk5WVhkS3RUYXZQTmJqdUo1TkNQWXBzM1Rxd3d3bnVUOXNSR25KMkR0elRQX0EiLCJleHBpcnkiOiIyMDIwLTAxLTA2IDEwOjM1OjU0Ljk4NTQ2NCJ9fQ==','2020-01-20 09:35:54.988896'),('443ha5aoppmr7u5x9uobl8ghady419ww','MmI3MmMxN2ZkZTVjNjExYWM2MGNlMTMwMjE2YWI5OWZmYTY0ZTkyMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI1TEo1LVJNbjJIVkxVWVF4VEtZOXNDOGhKY3VFWEhBMll0aW1JRG5UdURSNDVoZlFqRFFjRHJxaGtVbWZtS3VfTlQ3djFLbVpVZV83aURSNHBUY1FBaTVkRWFVMnJZbzFyZV8ya1FVVDVJY1VkaEd2Y1pzdTViWDY0R2lFcmciLCJleHBpcnkiOiIyMDIwLTAxLTIzIDExOjU4OjA0LjcwNzU3MCJ9fQ==','2020-02-06 10:58:05.708792'),('444ccy80yp9bz8w56jnkfheot8vufgaf','MzMyOWZlMzYzYmJlNjA1MTY3NmQ3ZWQzYzlmMGJjYmYwOTM5N2E0ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI2MDVOcEFHOXRKa0tUQTFDQmpHby1RWF9wQ09SUGdydkJtT3Z5ZERMWjF1bkluaWZZZWxyUlJhMHkzd2dvVXdyZGU2ckxkV0hTeURibVZkZE1zX1otQko3OTc2TGg4NDQ0RldvaFhGYlZmLVpOS2dXVzNtQXpubUlWWkhrMFdzIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNzo1ODoxMi45NDQzMzMifX0=','2020-02-26 06:58:13.945618'),('445xap3arbtxdmjmkfnn5svp8nvw9nye','MGFhYjBmNzJlNmNhMTg3NThiNDgzMzZjZTY2OWEzOTg3MmIwNjc3Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI4aXk0ckg3VXJCUjBoVDFLcDBrM3gxUTZPeVZiLTIzdGlXQUx0cDA5cm50Wnh4VGNwazdpZUIxVE95MEREc0oyMmdSUUtzWXI3ZU5xM1d5QzZ3dmZkTlhvbU81SThla1ZlQzE3ZGVkdXQzaFB5MjZqYXY4UkJVeTZzdTJDcWsiLCJleHBpcnkiOiIyMDIwLTAxLTEyIDA2OjQ3OjA2LjE0NTc5OSJ9fQ==','2020-01-26 05:47:06.146818'),('45blpiloe1l4zwh8lntcw6vwc9setzv4','YTNlYTQ0MThhZWE0NTI5ODQ4NmNhNzk1OGJmNWRmOTBlZDYzYzI1ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI1VURnTFA1MmZjbm9rdE5uUjZlZlQ1MWxXckFvSnBYM3REU1ZhQzF5VkZMY1V6Y3I2blVfUER4VWpKbDhkd25fdXNIRXFDTzd3dGlMYzNTSzdmWWhwZmJyZkNDMjYybzdFQkdqSjhKUE9YWE9KQU5UTUo5dUVPN1pqeG1aejgiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA4OjE3OjA3LjkxODQ4OCJ9fQ==','2020-02-20 07:17:08.922014'),('46180x2akk73ij12gg33y0w4l7z8075r','MjJmNmIxNGZiNjA4ZjM1MDA3ZWQyNzc5YWE4YTI0OTgxZTkyMjk5Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ4a3VSMGtTWXhLc3NEeUJ6dUJsZWtDSzNCcmdqZEZKS3p3MFFwQUZQYjBndnpPNk91eXFQM01VNDFIeHZHVWJfTXBiNkFKQXZkekUzdlFKREU0SVd6bXZTb1hHSURncFpKOGlPRFFzWjRJdFFfamhfMTVjcDV2bG93dGo5dGciLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjQ3OjMwLjcxMTM2OCJ9fQ==','2020-02-06 11:47:31.714916'),('46rq2jw24l66llsc8ymps34dr15vaeut','NTIyYzg5NWRlODUwNDU1YzdmNGNkMDBkNjIzNjk2OWEzMmJiNWU4Yzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVWa1VMMmI2N1kzZ1UzdG9nWXl3VGRaTlZkMGJrRGtpdUVmZllkV0NENnI2Y3BoLWhoTzhCdjJ3SmhoN21Zb3dWa1FzYllpR0k4cDNKZ21lWlRSWjFOX0xlX0dqTDJ4VXJMNkpxU1BZZGVwSGRGUXdvNUNLaVJUZTlfU2Yya3ltSTZxVWtaZFU0SVVOMWoxVEVmVnBYU3FQTnROTG5XdXVBIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMjozMjoyOC4yNzgzNDYifX0=','2020-03-29 05:32:29.281702'),('4d17b2bht00e1g1wr7prkumlsz2kk90c','NzVlNGMyOWViMWI2ZmE3MTBmNjk3NTcyM2Y3YWJhOTFiYjAwNDZjOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUItMFRvOVZuNUpYeEllNEFKZWQ0eHJwdHV6SkV5VEIydmowdzNKaW5zMkRicWpmc05kNTNOeG1aYWJCcWREdGxHXzdWZVQ4VWhhcWhta1hzd285azNXV3pDWUZwSGhEQmR3aS03eHhhQm9Fd2hXcVJDYlJPWVp6Q0xlMjVnXzAiLCJleHBpcnkiOiIyMDIwLTAxLTEzIDExOjU4OjU5LjY0MDgxNSJ9fQ==','2020-01-27 10:58:59.641959'),('4ducqtah4krrosfirgo1w6glazil59y3','MGE0NjE3ZjljZTZlMzgyMWU1MmI3OWM1MmQ3MWFmYmNkNDQ0ZDhlNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ4LVZVOEM1eG1kUTZRdVVOTXgwekRVMjFPTEZxdEN5aUZZVFVvak1XbS1lOHdUOUFNWmg3cWhRSEtjYWN3LXV1OGVOMFR6V3p0Wno0Qm1rNXNjSlYxb1RhWFlHOVJtRVdxcko1c1VVMVF6TzBEYlVjN3ZzOHRlbXF4SUMxcjZzIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoxOToxNC41MTU4ODEifX0=','2020-02-23 07:19:15.517189'),('4erh5c4m88t62f84dp7w3h1s1auwf9tt','Njk0NDAyZWQ0YzA2M2MxNGMzMGY5ZjlhYTc5MjYzMWZlYTE3OGE5MTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI2bUpoSUFoVnd3TWRHNlowM1lJbm5UN3BSaU1qQXpKTFF1cW5JRnN4OWY5MmUtTmhkcHBYcjZoVzBvVEM1SDdheGF0M05tajVpWjhIVkNqZkJ2YWFId1pyR0JaZGZrNVpxMGVNTGYtcGpXU0ZjVHdiclNTY2NRX0UzVnhub2MiLCJleHBpcnkiOiIyMDIwLTAyLTAyIDA1OjAwOjExLjgxNDU4OSJ9fQ==','2020-02-16 04:00:12.818245'),('4f38hk2t33q6h3aoy1f06x21q7hi470i','M2ZmM2UxODAzNjFkNDJjYTNiMzdkOWI1NTkwZWFhZmFmN2QwYWE2Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIxNVpLTkJ1NkxKcExXNWJOYlcwdGJ5UFFOTVk3VUJ5ajFzQzNldHhzT016c2lHQlM0V0oxNzV2NkxlU0lsSmUzVzEwNFE1YUMtOU55Z2NWa1l6QnZtVzFxcmVYbF9DZ0N1dm15eVhTZDdLWmFCcS1zMXpUNmhUR2JMZWtQOTQiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDExOjUwOjQ0LjYzMTE5OSJ9fQ==','2020-02-17 10:50:45.634671'),('4g4qkx1xgqltzmoxl2s3tni9r74530zc','NzNiYjM3YzZjODI0OTc5YWU3ZGZkYmZiOWE1NjY1ZjgxZjgyYjIwZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI1MjAya1ZlUlZnOFBKenVHOFdoRExPaUZ1N0R2M3N4NmhmWkh3eVhPb2hmdGs0dWxjTnlvVGRxYldxUFFNVjAtY2RLVXlTb2kwWWJ3WTItVkxYWV8wMDdPWVI0X0E3RDJXTzVHRXV3d3RtTlNmb2hHVVNRSFhPOEN3Q3dQRTAiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDExOjU3OjQ1Ljk0NjMzMCJ9fQ==','2020-02-06 10:57:46.947982'),('4h0glthz6gjuis22oni471m9v0mmth39','YThlMjE5ZmM0Y2RkOTBmZGEwM2VlOWZmOWVkNDc2YmM3M2JmZTM2NTp7Il9hdXRoX3VzZXJfaWQiOiI0IiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiIyYThmM2U1N2U1ZTc5ZjE2YWM0OWQxODFiNDc1MTQ4MTBiM2VlZDY0In0=','2021-01-04 13:34:25.426451'),('4hlcd5h9sbra1z10zzbi0vc3vqgac1b7','NmRiNGU4OWVmZjg4MzZjNDU3MmQwNDRkODliM2RjYWVmNjUwZjRlZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI2Q1lldVI4WmpmWU1LNlZNSE9ORTJPbUJGeWE2SVQ0eDFETnNWUFJodkJ0RTRWWm5RelRjaC1PXzdCZEJidGVtbnR3UHYtZEhzV0d0UXFPWkQ0bzFFOF9kLXNxZzVTVXg0YWpHTDd1Uk9BT0t1TnBpTnNUTkNSUndXOXRvWlUiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjUwOjIxLjc4MzA1NCJ9fQ==','2020-02-17 11:50:22.786623'),('4ht5o8lr64kpi59rpaorcm88zfusa8ul','MzNiMmNjMDY5MGRlMGZhZjkwYzY1NjMyN2M2MTczNmFiMWU2OWU0Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVValkzWmxBTXJGRm5yUGRLVWduVjlQeW45ZzZFUjhpNkJUUllCeHlpY01PZlJYdC1ERUV3ZDBEc0M4LThrWkxobkNOWGdyamRpSjY5SjV2ZzJxeGlQYm9KWnFhMjhldF92bEdCWC1lV2dWWVZqMnV5WlExRE9zQ1NIcndSQm1oaks4a0hyMUdxaE1MRVBaMGg2MWRmVVh4UlNWZ2pHMnJBIiwiZXhwaXJ5IjoiMjAyMC0wMi0yNSAxMzoxMzoxMi41MjEwNTgifX0=','2020-03-10 06:13:13.524616'),('4k8ojolsmyzqbubpohs162mf6jpl48xw','NDlkOTJmZjEyNTdkNDFmYmFjMzJiY2UyNjM1NjBjMTBhOTliZGYzZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI4VU5ubTVoNk9ZN3hSeWpjZzNkdW8wclNsb3dzZUFMV1BqbjJDUnYyalBHaUdhWkxoZHBGM0MyYVZvMFJDbEdLOFFJTVA2TTlCc3NyQ0VyR293bHpxSGs2alM4S1dDeG5XeDRQaGVxOXYwVGFCSFVxM0FrNlBhYzdrS3pKQjgiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjMwOjQ5LjIyNDQ3OSJ9fQ==','2020-02-17 11:30:50.226345'),('4k93tipmmnoiuvj0o6etna8s1fcfdo6r','M2NiNzdiNDg5MTlmYmY4Y2EwMDhhNGE5N2ExMDU3ZmJhY2JlMTJhNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ4b1RtNTl5blN0Ym1Fb1VNb0FtcVJxSDAxU25ha010bEpNTDFzem4tbHdtdGhCaW5ibTNMdWxRckpsSHhySElEemtVdS1FQVlMZ3ZIS25wdU9LM2IzWnVkSmtMUG9TdGFKSllReWwzYXpJMFNyUzVKcWx0TWtJeWs1d2RvRkUiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA3OjAwOjA0LjA4NjQyNCJ9fQ==','2020-02-20 06:00:05.087779'),('4kwncazmd77f2qzijw78u47u0gcskf06','YzNkZGRmNjlhYjQ5MDRkNzliZDU1MDg4MzBlMTJhN2E2Njg2OTBhOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI3YlhRME1McWZuLXpwdlcwVWR3ejh2UF96bWctY2ViTFNvYlNmN3c4WEpRejhYZTJpQkswVzlHSmtOS3pHVTFRSUltdGRpU0FfUC1CSlJZNWc4YzNiWlZlTi1RaHZxSXc1MGRmZWVjM0FGRHRHTE5kbUp3ZVI5b0pGV3ZXUnJ2IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwODoxNzoxMi4xNzA5OTIifX0=','2020-02-25 07:17:13.174428'),('4m5duosiizw0omgnvfykve7btzov9onw','OWM5OGE0YTQ0MzE1Y2Q4YmQ1YThkNGFkM2MyYmJiNTBhMzJiYTU3MTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYaE5IZFliU2kwZk9hN2NNczlURUFxQjViaXF1bG1PM0ozdmYzSFRfUXRQRVZ3eVktaElpb2ZrMGZkX1p3bEpjZmpKdXdCWE1Lb2VCT2E1cXk3M2s2bkZDUDF6NFBPV05NTE1oenBTd3U2MnpFZTlpMXFoMUxRZjRqal9rTnRWdFFIcjNhOWhSU0xGVC1NcVktbHhsdW44SWxkZDJGWWlnIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMjozNzowOC41MjkyMjkifX0=','2020-03-29 05:37:09.532696'),('4n55y9fkpn74ve8zwrem69gvvueqj67b','YTkzYTZkYWJkNjJjNWU0NGYzYzBmMTZiNjFlYzgxMjEzOGQxYjM5ZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI4bUpiak80NEZCYlFOSnJDUTk4RnBHT1d0TkNPSWgwb3RpQ0hmN0Q0eFZwMnNITTZMOE5VT1M1LW0zSzlGdDhJMFRTZWliUGlkY3hUNWV2bVBKSUhmVWNmVU1yN05QUTJkOGlfTjJKVVBIYmEyeVBCV3dFNVlzdV90YkVwRFEiLCJleHBpcnkiOiIyMDIwLTAxLTEzIDA3OjQyOjM3LjgzNTU2NiJ9fQ==','2020-01-27 06:42:37.839220'),('4ns6uv07xxksxem5l3ktdjbycbt3fwsz','YzFmZjBiOWU3OGY2MmY4ZjE0Njk3ZDIxZjRkZmRiOGNmZWZlNjYxMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIyQXBZUmExZTBZOUhTVjlCTEFIOUYxQ3I3VmRVa1VnamdPUlZUTzIwWDluYWt5SWQtTTFIdUVaXzZCU1dKaHpyTzVCcUZLaFhneVJJTkFmdUh1TWdvUXlGWHNLcnlLSU5JUnprMm5sR0JjUG1HTG5xT3FONkdwZ3IzOGx4YWciLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjI1OjU5Ljg5ODE5NCJ9fQ==','2020-02-06 11:26:00.901742'),('4nurrbz8eyi5j438pydzhjiff3u2kwz1','ZThmZDE0YjAzNzk0Yjg1ZWJjNmFjNDM0OTEzMzU2Y2U2YWNjN2JlZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUJfeUpUbFhiZlVzM1J0cUJUZjJxTU9oQXRobzhjaWpETjVDWjdTNUotSVcxTk1Ib3hQSFhEdEF1YVduUnRpQUhvZ2xOYWlPaDBDM0xzV2NhLXZxX2hPc3RRRHdVdlhlcWl2ZzdYMTZKeUJRR0JHS1dBanotY1pyNGs2SHVPZVkiLCJleHBpcnkiOiIyMDIwLTAxLTEzIDA3OjM2OjUxLjY1MzkxMiJ9fQ==','2020-01-27 06:36:51.657952'),('4nx2z29su188aedsuxz6dmcpwactiqoq','YzY5MGM2N2NiZWI0MWE1M2RiYTI2YmQyYmU1YzQyYzE3MTk2ZGU5Yzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIxRWE0aHZ3aGNrVDZ1RlRKRnJYR0ZmenBVRmhlV21YZFZraGFSUjFHVGg1Q29DWm8wSXRpTmJmcThHc0lrV1lDT1JOQ2tzbE5Sd3IyM0dnVFA4Y1hnWkttR0Fwb182OW1hVmkwMTMwUEdVV1AybWgybml2a1EwaHpldEcxTWMiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjUyOjQzLjkwMjExNCJ9fQ==','2020-02-18 05:52:44.903205'),('4onkfnehe03xdqxlllk077l6hdn31hsq','YjE2Mzk4MDQ4ZGQ4MWY2ZTFjMTE2NDE1MDZhNTQ4ZTQyNWMxN2Q5NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI5MGVKcDlhX1RBZXJ2VnNUcFo0X1dSTmdoclpwMU9ZUUtoT1c2TEI3NGo4X1NEWlpRdmc4X2prLXpaaDI5dm0tc3BQZlJiVWZSVUEwbXRUdFVfbl9YVDlqODJld3Faa1p5MHhuV3p5dGlWcW01dGxDME0tR21fSEZsZWZGU28iLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjA0OjQ2LjAyNjc0NyJ9fQ==','2020-02-06 12:04:47.030972'),('4pn2lu9qsff05afboqhtsyxs9pw0xa66','ODNhZDdkNjQyZjkxYjM5NjFhZTU4OTIxYWEwMzYxMWQ2NDQ2OWViNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI5NUwzS2sxRzQyYjNYLV8zdkdnWUlxeHZ1d0FrTXhheTBubVBPbWJlWlBKUTZ5RndGZUg5UzhnZlQzaXVCVE4xWXBnLWtxMGNJLXZGVFZGMlZsVDV5UWtWOEZHQ3lCaXBQdk92UnJQck9UUjFjaERmamVzTXJIQzJ2VWhlM00iLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA2OjU5OjU0LjUwMjIxMSJ9fQ==','2020-02-20 05:59:55.557368'),('4pwa7v02g9r0wvtt6sxnbw66whikm80j','MzA5MzYyY2I4MGJiM2FlMTJmZjRkMmViMzE1ZTRmY2U2YTJkYzAwZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYdWNHQnctQkdHQWNBVGV2M3YtWG1Ic01qVktXaERWWmxTcFNLTVVqclBtMTBjUTgxNXhiMjZwS0QzWGdSQ0s5OU1pVzNmdVA2NzlORXhWeVNyajVxSkR4WFktb1hnX21lQ0tpSXQ5ZUZiZEZrYVFiSlhMbWN2eWJlcjNoSEtLaDRlbk9ZbHN4RExrZ2lnX21nVHhIQVlnQzNYTzhSWXRRIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMzo0Njo0OC45NDk1MzEifX0=','2020-03-29 06:46:49.953018'),('4rej4r7vtmcwsd345q1la6zavfe6zzqg','NmZhYWJkY2IwN2E0OWUzM2NkMDdlM2FmNDc5OGJjN2M3YWU0MzBkMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYVEpMRk1qLU5Ib1l4eXNtbmpZS0xoX3lPNmgtMmtkVWNLQ1o1aXNJVFdNM09QODBPUzZPc1AzSFZhVGdlLW1zN1hTVEEyNWpLZWM1M21DZW5tUnU4WXZuU3plQS1XczBMSVNyZ3dkVndxN1RINC1zcDRBZzBwU3NPeHZWa1pZVnhhWEtWMzY4UzZGakV0Z0VMOTlFM2R5WmxXSzYydTV3IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwODoxMjo1My4wNzQyMjIifX0=','2020-02-25 07:12:54.077795'),('4rhz70f0ak75i7zlhb68e5cr984c83kp','OGYyMGJkNGRkNjk3ZTRiYjg4YjE4NTEwMmI1YmFjMWI1NTAwNzljODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUIzUzUzbjIzZ1hhZnhMRWp4ODcxQU5YeUxrR2NhZ1FiTTZGY0dQUTItNHhEaGZxN0l6MUlpY1FQdGVQbkZ1ZHJYU1F4RW9EaHVSamIyRXRRR3JPX3lNNVM1aEJpVVJRRjRqRjBxUThOUENLXzktd0ppeHg2TlpJdFVKT2pyQTgiLCJleHBpcnkiOiIyMDIwLTAxLTEzIDExOjU4OjM3LjAxMzE5NyJ9fQ==','2020-01-27 10:58:37.016702'),('4swu0gnd5qx8bsawv1kg73cvi2o2rzpc','YWUzMWRlNDRjMDFhODRkZGIwMWFhM2E0YzYwMjg5Y2ViZGZjZjdiMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ4ek9vTUZEc2hDU3NkR1dIWmp3dDRBcENpTkMzN3VKcWljVDVrRFdKemRzRkExNDBiWjI1bE1VT0Y0YWJyN2NHNkkwbkdxY2NRSDdQeWoxaGtVTmFZaWNLaUVjcV9KSnRya2g2b2Rra21yZkFPeUp5YXJlRTZ6ZUM0VWpGbTQ4IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNjowMDoxNS4xNDM0NzAifX0=','2020-02-26 05:00:16.146962'),('4tsytu1lou03gf69jfwvx1o39dmp0567','YWQwZDE4YmE3ZDZkY2NmODMxYjkxMzk3NGI1Y2VjNGMwYzAyZjdjZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI2Y0Y1S1BUd0RRX0tjWGVPNDdJcVBzOHFzdDUxMGRHSXNaRjNObVhPU2U5ak1rejJYRHpRM3FYY21RS1Y5VDBCQzJoaEdWMEN4ZlVZekVOVmF0R1ZnV1ZzcC1IOTM4YWxjRmhkbzlRbFZxcmlmVEdXQlJtWWhobVBPVGFlQTBKIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo0ODoxMy4xMDIyNzQifX0=','2020-02-24 05:48:14.105984'),('4vbwfzhdvo5g5eng0wyjihh7smk4di1p','Zjc1YWE4ZjIxOTM1Yjg4M2U2MTJlM2U5ZjFhNTE4ZWM3ZWMxZTY4ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYcDlzUjNQNmJxYXhZY0lBWTJXQmN4cTc4VmctOUJZbGNHRU9tWXZaNW45SVZndl80UWsxbXEtRjluVDZJZFBxMHhMbDNkdVVsa3VmMUFFQVpQOERLeVU1akZQSEhud2VKeHFpMWxZeDhsUW9DaXdoaHdxdU1TSFlwYy1xMFpuZVYzejlNemtXMWNYdDFEUjZvS3BUNWVUb1E0MkFacUl3IiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMzo1OTozOS45MDE5MDAifX0=','2020-03-29 06:59:40.905515'),('4wceyuspfnehxg2774p4aza42wvylrj4','ODg1NmZhY2RkNGMzYjljMDFkNTAwYWJkMzc3NzM4NjQ5MjUwZTJiMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1IQUJfbnQ1SzAyNHpZdHFWX182RnJiRFViNHdMejBSbVA2ODVneFJGMEpId0VoSjF6aExTMy1qR2x2LXdSS1B4d2o4WTAxczllQ2NLZGFDRk9ITnk4dEJyc0Fkc3F3NW5hU1lCakdZcDd5b3kxdXZ2cWhwNU40Mk9FRGs3enZUQVhqIiwiZXhwaXJ5IjoiMjAyMC0wMy0wMiAwODo0NjoxMS4wNzgyMTYifX0=','2020-03-16 07:46:12.081923'),('4ws52mccjnpvi8jona2jh76e49fgl0lb','NzVhNDBlMzg4NDNmYWE5ZTc5OTg1ZjFlNDliMjNhZDIwOGMyYzk1Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIycDR6MVFGX3NBQWNGT1F3QVlYRXRJc0YyeExoMUZ4dFBjMGRRbXVKS0JJS2Q4WWQ2R3pIVmw0ZUFTdUY3NEVUekVJSkxxOEkzSGNxU3dpcE9GRnJPSm9LNWZ3Y3VpTDBmTnFqcno0MFdRbmMyTjhtVUc5TDRWWFo2a1hsTTFhIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwOToxOToyOS43ODU1MTQifX0=','2020-02-25 08:19:30.788923'),('4zokfi9mk2mkouldbi3pda5kqwue066s','NDIxZmVlNTFiNjJiZGI5NTJkM2IxNDc1ZTYxOGZjNGFjZjNjMGU5Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IzeFhuNF93QU1LOU00M2YzQVBLcG5nUkh6MVhIMVNpVXpGbWZUNTBkTERqaUpmeDY0cklnOE5DVmxqVGdzcG0xY2hWSWlDMzYxQUttU3hEVlpzcDE5NS1za3EyOVJCclh0Q3QtYlZZeUNBV3p1UE5OdDFQeG9KV2Z1dFV3R3ciLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjUwOjM0Ljk1OTkwNCJ9fQ==','2020-02-09 06:50:35.963325'),('5098dhz9l5rg32ilaqx1ynnqjorekcu5','YTY5Zjk2ODc5MjEwMGYxYmM1NWQ3OGFjZDA3Y2Q0YmJmZTliZTRmYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZTRsdkMyYUFtaGZZQ2lKcU83RGluazdZS1d4T2ExYnpMbnBxNnNJRktDQm92ZlZ0anluS1hhcThEZnV4d2NuUzZMYXVfNDZQei1adGhYSTlvdE1lNC03cDEybFVxTVhaVER2ZWZYcUR6MHFZb1N4SEdfd0dIQ3k1bjFNeWlxUGdHZHladmNkSEt5ZHJ0bjRES29FSzZ6d0hMVkFjQld3dDhFMmh3IiwiZXhwaXJ5IjoiMjAyMC0wNS0wNCAxMzo0MDo1MC4zMDMxMTkifX0=','2020-05-18 06:40:51.306554'),('50fnyia019cp0dfz8938k7lofzt216ul','YWRlM2I4ZjRmNTgxYjg1M2VjZDliOTRkYzE0Yzc0Nzk5OTZiZTdhNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIydDVUQTM0WGNEcGI4SjRoSGRwOEM4S25RX0F5Z3dwMVhBWHRWT084MXhFZ0drUGxhazVmSDF6WWhUbGtWOUZOUnI0N3RfcV9tWXQwY25pSnpaVlc4T3haSlNvREl1aHdqRkQ4Z3VnQ0lSM2NaLXJVRUphWmV1VGtocTE2THciLCJleHBpcnkiOiIyMDIwLTAxLTIzIDExOjU3OjM5LjkwOTc2NiJ9fQ==','2020-02-06 10:57:40.913348'),('52cfqzyk2fh0pfucmdoieg1sjshgb30c','OTYzNjM0MTY5ZGM4OWRlMTgwNDY2MWZlZTRkZjZiYTE1NTFmNzgyZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXdVl0NEdudW5WVEl2WTdWclBTTl9WOHpKb0VTd2hnRnVsMHhueU9IWEhJM0JoZWRVWTZqTi1zSlJFM284MHd2V2NfUkVSY01TVVVsQU1RVUNIUlljRnhRSkZuT1ctR3U1NUhQTHZTR1p1ZkhBREFVbmQzdElFUmYwQjZpRzVJSGpMU2labXVOcnJJZlZ1YVlnYXFfWDRYU2E4Y0txczF3IiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMjozMTo1My42NjcyMzYifX0=','2020-03-29 05:31:54.670640'),('53dyeqzgut1jolssdqzf6r7rfva2oeqq','MDUxNTA2M2M5ZTY1NzRiZjczZjlkMzMxOGJmYzVlNjlhZWEwYjZlMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I3SVRDV09pU3AwS1VBNENIdFhvWEFCVkFxOExja0JnQ2VfYWh0Q1Y3WHVWX3hxTDRQZ2pldy1ONWg3b2tDMXhCMFdsRUpUeTVjT2ZJZUtiT05ta2xLeXhtVTlZdXAwM0V2eU5EMlo2VVZUVHJNY0xfdEN0d0c3aVVGNEFtM28iLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjE3OjE0LjYwNjczNyJ9fQ==','2020-02-09 06:17:15.610110'),('54lnn418ibaip1oec7542sgpbk92eq5s','Yjg2MzJiMWNmOGE5NmE3ZGI1OWM3OGY1ZDNkZDg5MTJiNWMxNjU4Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ6NVlfZ2V4NktRZUtLcWNLcEFPanhFbEc4Q1B2c2s1Xy1PbkR0aW9GUWI2cnZ5dDhCUGxJSUxnRGRBZ3lPVzNxNTNwbFhYU1Z4MzBEcDRzZEprM1FTTVRaSmktdkpkaGVvelRvS0p1T0k1ZEFLWFVEWUJfNWpqSlhUV3FkUEkiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjIwOjIyLjUzNjczMyJ9fQ==','2020-02-17 11:20:23.538405'),('551ujgfmzz89ggzx8hdnrosn4swemerj','MDA4MDc1MmNiN2IyMTViYWRlYzUyYzVlMTk4ZWRkYmZjNDljMGIzMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI2amVZMl85dURJUVhvOU5vSWhsV0ItclFDa3FBYXo4MTZQNDh3cHFjY29BVEhQdEN4YkpHeU0tcjBaUDZ2UWlGaEZzcDZuOHJ5NVV5ekZ5aEI2cjBoLUpuVlJSZ1IwUXVQS3ZIc1FsVHRIQl9taE5qeGx0bEo5RXBQaXhFY21YIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwODoxMjo0NS4wNjA0OTcifX0=','2020-02-25 07:12:46.062457'),('55nclx1dco1qemjw92da35qair9fxpkv','NTdjOWUxYTc1ODNiZjEwNzllMjEzOWMxMDMyNmU2ZmZkNGFjMmIwMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIxNlJnamRpRDEzc2c1UmZ0MWpnOUJhbE5GcU5DVE14M2tyanRiaWJTeTFtOUhjcVFmSHlNd01SWWg2S3Naby1GSjYwT3c1Vjg5Zl9Ja3NRQ0NoMjdZamtDR3ZpTmVwYnViQzVQNUgyMlNQdXBwQ0tpbEhZVThJQTA5cm9qMHMiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjIzOjE0LjA2NzAzOSJ9fQ==','2020-02-06 11:23:15.068600'),('57iapr5wv2t651r8q94pko0hm7f712o5','MDBiYTNiZGY0NDUwNDczN2ZmZWU2ZDMxOTgzN2FjZTE5Yjk1NGZkZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIzaTFmWDdZSmJEVkFkdWY0TFhOZ1p4azhUNkNWNXhCYkFzcmlBcW1zQlF1dkJBOFZPQ1NzQ1M5b2FIcW5PcU5fRTFVbzBSVjhqRGJMNktUTFhlWDlOTFYzYlRUT1IxOURBQ29IREpPTURVSkVVM1hSdkRvX1FZT0ZRNUZQS00iLCJleHBpcnkiOiIyMDIwLTAxLTA3IDA2OjUxOjQ3LjM2MDQyNyJ9fQ==','2020-01-21 05:51:47.362205'),('57yxrl1eanqvbsyp2ptexqisqv3llpu9','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-07-14 12:56:38.078028'),('59abf1ymnzv869hop7qa19qnlkxwgbjs','MmE2ZDdkY2NlNGZlNWI4YzcwYmIzZmQxMDhhYWY3OGNjMDZjNzJjMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIyR2FPZXdaR3pTcHk3S2R2bVFSSjZTNVZYLVhKWE9LQmpiU1JmUnowbjBaQnR2Ry1LXzJTUGRaR0RNYTRWNS1hY3FMX1dReXVyNHBmY1JTWHlHNUdDX0tFOW5iSC0xSFBqXzN2NnQyckhkc2MzNUxoaEdMVUJseFZ4WkFEaE1lIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo1MDowNi4xMjg2NDkifX0=','2020-02-24 05:50:07.132236'),('5au0jnzxn7zwaw2bycftnpq3rcmp1nwa','OTkzNjUwNDRiZGI3YTliMWJhMDkxNDA4MGMyYTczNTMwNTk5ZTNkZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJfaHo5ckZHQTBrTVNjMTFVUk9qRDNrZW5tSXNDdjExZGpkNnk3cnNVdWNMaWdKYWVuZlhPcm9pZVYyNE9hbmt3RzducHJjeTdHNGM4MldSeGprUmxFaG9LUmN6azFOVGRkNGg1QXhBdXlrYXIwQU5FYXFFWXBXZGI4N1EyZjBtIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNzowMDoxNC4xOTczNDUifX0=','2020-02-24 06:00:15.200670'),('5eol9m5wni7ays323vjhfdyp3frqv93g','MGQzYjBlZGEyNGI2YzI3NWM4MzMzY2ZkY2IxMTM0ZTFmYmQzMjNiYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIxa1BpVlZqdFJGWFlGRUtDNDlqeWxCNHRYSWJrWVY5YkpNYnRpbjdiU1BLcWNsZ25idm84VkMzRnZmcTA0UUhkTU1ab0h1MXBLM2Zzc0ZkZ1RmWWpPMUZBUC1EQm90dTVhaFBtbEhKN2FIVmFWWjkwV24xRXFVNHJ4dm0tRzAiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjE1OjM4LjE4MzM1MSJ9fQ==','2020-01-23 07:15:38.186921'),('5expwcnxcd6l92sbg6maujzvgeoxptak','ODkxNDI2NDRlMjZkMDlkZTJhZGUxNTZmZDdiOWU1ZjM5NTIyOWIyNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZTRsdkMzdjNYTWxvMkFUTmlPQnBQSWlwNkhSTTJfVmlpSFQtUnBmMTR4VmZ6bmdWV0pNVGR6Qjh5T0VwXzlyOHlrRHVKTDg2TldVT1BGeFZzR2tVYWxIVmVBREEtc1lVdTJ1c3owaTA1dldNNXZNUmNTTDA2MGg4TDRpa29adnd3akFZTEFpUEFDR1plbjhMMmxxQm1VMFlNVzJPeVJlUEpCQkt3IiwiZXhwaXJ5IjoiMjAyMC0wNS0wNCAxMzo0MDoxNC45OTAxMTAifX0=','2020-05-18 06:40:15.993823'),('5g7gq9c6tg3jhept6rhf26p53yk9mxfy','NTUyMWUxMzdjNTJiZDc0YzNkODhmNjg1YTgxNjUzNDVkMzU3ZmM5Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I5TW9QTGVnZnBMajdVYlMteFpkaFkwUjJoOHA4T0ZKT21DaGpxUHg0RVhpbUo5eF9FMEViYmFFQnMtbVNzUlMyT2hfR042OXNJTGpiWlF3MmJDN3FSdVJxc0JSYS1lWTE3aS1taDFlNWFOcjBpNnJJZTBicVpYVHV3dGkzanMiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjEwOjQzLjkzODUxMiJ9fQ==','2020-02-13 08:10:44.942018'),('5i43hwmjmav0hurto4xexm8ioxiakf8c','ZTc2MmE1NDk5MmI4ZTBhOWQ2ZWExNTNkNDhjNDdlZWM2ZTkzMzM1Yjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI3RDdIbW5PNzNNWnl5eW16VVJrQk10a19ISEFTU0pnQWFmYnZzeXhyREdpcDdCaDBTQTZvMGFHSTlwYTBrMWNPQkJ6ODdLU21YdDBfSnNvaFp3VTNQUFFBTkotdkYxX3dzVXJXX2VNYVB6QmF1aWZnRmR2T216V1lzV2wtUlUiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjE1OjI1LjY5NjIwMSJ9fQ==','2020-01-23 07:15:25.699554'),('5jdopb22gu4g57fygsvqhke35gk7gaps','OTRhYWY4YmU2ODljODRlOWQzYjY4YWQyNmZlZjcyZGNhMzg0NTUxOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI2LVRoY2VxWnpCcWoyUEprSU11YVpzcFpjQjByeFQ5VnJNZHB0Tk1KUEg2THJaVnZOUUQ3Q1lxNmxYcnE4SEVCVlljV3YwaTg0dEF2U1dyOW92RzNYSFNwc0tfOGlNMDh6dC1TVGNBb1VzOXNTRmkyNFU1VUtKcC1HbVVCNDgiLCJleHBpcnkiOiIyMDIwLTAxLTEyIDA2OjQ3OjAzLjUzOTgyOSJ9fQ==','2020-01-26 05:47:03.543228'),('5k1wpqzoj654vzzcfsh0x6ur3v9fil1d','NTViNGE2NDQzMWRjMWY5MmRkMmU1OTE0OWZlMjgwNzc4ZDg0NzMzZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJfUlBiZFNLR25fd2xkT2dOUTVuUy1fbGIxWWFjUUZ4VDBzN1I0d1Q2aFduck5OUDNSbnFOZWZVUFg5cGN3Y2dTTGlQU2hHb1Nwd0s4bm0tbWNoM05lR3ZERnhteEdDU251UmRCUFZNTEhfZlo4SUpfdHkwSG9lTUF3ckV5TkkiLCJleHBpcnkiOiIyMDIwLTAyLTAyIDA1OjAwOjAxLjgzNDA0MCJ9fQ==','2020-02-16 04:00:02.837490'),('5m2wlqqsfyl16was53zy3fdixv0o2w2h','YjExMjVlYjkzNDBiYjJkMTkxNWZjYzgzMDQ1NzE2Y2UwNTgzOWJjNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1IQUI5TG5rUTYwQUx3R2xQSXcwZ1BiQnEwRG80TmVwVGY3TjF3ZHB0aDZISl9ZbVR3ald6bEZvZ0EzclFTRmRxcHFzV0d3QkxUTTNGRkxrc3VsNzE3bWxLSHVfY3kweHpRTVhzUDZyRWdhbURCRHFoT2pvbzJxTWdJOF9MczQ4UVg0IiwiZXhwaXJ5IjoiMjAyMC0wMy0wNSAxNDo1Mzo1NC45NzY5NjcifX0=','2020-03-19 07:53:55.980412'),('5mf5b9sml2bia2v4q8vm6sqejmrg6ud0','ODYwNmZlZWJlODEwNWY4YTZjOWFmMDRiZDYxNjZkYjg1NDI2ZWM1OTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVVaDVRaG9jNG10RkpFZDg3a1JmUHRRaVZiaWtZd2JKd3V1MGxOaW91OXNPSEdoREo1QjdCWVlBa2F3RFh2THg1ODV5WGhWMmk1ZDctUm9Ua3haeGlyNXBzV2JGQW91R3ByMXdRX3pfei1ybWxrUjFQZXBQRVVPenZkWEQyWXdidl9ZWEdWQzZ2YmtxSHBwZUhCUl9iTkxwcFZVZ1QwVzR3IiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMjozNzoxMi43MDM3MzkifX0=','2020-03-29 05:37:13.707363'),('5n5yaxanxyrwvw4nt4z4us0zywg609g7','NmVhYTc0ZjRlMDlmYzU0Y2QzOGE5NDczNzE3ZGVlMzEwMjQ5YTIzNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J6NGt5M3o3SFE2aFFzMFQzNWVVUVJsR3NhNFdEWFIxMnNtMkVvWElYSTd4Y0ItaXNZSDBXelJfQlh2by1jem9GQ2U0UDk5MHdfd0xheE9HbUxKRHNtMHVnQ0daQVJnNGJsSXNxbE1BVUpUZDRaUGo0bzlvM1BXZm43eXFsRk0iLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjAwOjMyLjI0Nzk5MiJ9fQ==','2020-02-13 08:00:33.249174'),('5naamskn3dhyuyuzjsr8rhpe1rpny32a','YWVhZjdmNzZiNjdiMDM3MWU0ODE5ZmNhOWQwOGZkYjk5MzU4YTBiNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVWSDFjblM1WUd5TXFobERYeWtwNUhHZ2N0blQ3X3ByeFdKTmY3UUxnVTd3V053ZDBPd3pCM1h6Z1V3SF9hOEdVU1pMN3JSQjlURTRFMC1ndzNacW5SaXRlSDZ3cy05NGFPT2V1Q2ctczRNSmFSZV9kbVI4cUQ0anpTTXlPMWlmVzVTUFlHY2NORG4ySEhPdWFXR3VxWWRaOHJTTnI5clBBIiwiZXhwaXJ5IjoiMjAyMC0wMi0yMCAxMTo1NTo1NC45MjU3NTEifX0=','2020-03-05 10:55:55.929379'),('5ngmcpwvbvfqq5v3zc1q0r4n91t42aq9','ZDk0NWJhOGRhYmZlYWNmYTBmYjMyZDQyOTU5MGU0ZWM5M2UyOWRlNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZTRsdkMwZEZtVUEzaGVGY1V4Qjl1Wkh5MVlILWFNWEtrc2NFdmMzbTFvaDhTQnFPYlhpaDZYSEdFQ29vMndKN2JDNHpCbUhiZDl2emY3QjI1ZTBYbmJSdndKbzk4UFBwaGk4b0cyeWd3cHJFT1dsYl83djR3blNmRElOSjFXY0EzVHRMME1fWUl4ay05ZTJXRzJzdUVzV2daUkhXYUdzY0Z5QWxBIiwiZXhwaXJ5IjoiMjAyMC0wNC0wNyAxNDowODo1OS4wMTczNTIifX0=','2020-04-21 07:09:00.018511'),('5o7ed9erde7pk9f3xfyv8jnjmvma845w','MjdjNDUwZDI5ZDBkMmRjNzdiZTVjYjczZGQwN2ZmZjhkZjdkNzhlNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkItMWRRTzVuOC1pVGNMQnZPTDZXTDJmMkgzcXZWLVNqQ05xRzFVZm5Xbld6dTNmNUQwWVRobmJSWDR5VmlpUnpQRmwweU9xMGg5SGMtVWNmOE1vSFQ5TTM5UmtIUjZqRnp2VjljeE9HeEJYSTVHVFotbGhqZWVuQnZlSnVZV2ciLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjUwOjMxLjE3MDExOSJ9fQ==','2020-02-06 11:50:32.173555'),('5o9zp6cycmjpuvyu0dmkj4xqjpsm6pz7','MjJkYThjNzFmZDVjMGJkYTkxZmQwYWE4ZjIwODQ3Yjk4NGJhMmUyNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSWwtNUI2NW10UjhZc0RhZ3dHV3JOYkotaWstaHAyZGZwZ1E3RHMxcXZBa0lsd3A0UEVuOGdJX3YzRFRJa1haY3gtcXhoT0dINUhBVUdhbEt2ZmFDY1JOdnFHdTRyblNXTDRPQ2ctXzVLelY0VHNsOE90YV9PUl9BQWNqX2lzOWo1USIsImV4cGlyeSI6IjIwMjAtMDEtMTUgMDc6MTg6MjMuODk1NzUwIn19','2020-01-29 06:18:24.896957'),('5pfiixntjblh86cfbcx295bmysusw6u9','MjhjMGJhMTg5NDhlMjZkOGNlOGM4NjM4Zjg4MmMzMzdkYWMwOGNkNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J6VnFtTXNEX3ZzSkU1aXY3MzV1MnFsQ3g1UHJGV1NNbmNnSXpJbG92bnFmaHJMZXh0YVNiZzA0TVZleUJOb0hOUjBoUFFXMVFhVzdVdWtyM2NyUV9iRzlKenZyczJEX1UyeW8yYnpXU29qRTBYVm50cmROSVEtaTc3aUZzbVEiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjQwOjAzLjkwNDUxNCJ9fQ==','2020-02-10 07:40:04.908090'),('5phdil79c1xh5warbaegisj56skt4lxn','OTRmMzM1NDhlYmFhNDI4OWEwZWQ0YWZiMzgyYTg4YzIwMWY3YTA5MTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYMzRoRzdwLWU0dU1ESFlZaHVadHlqLUgwZ2pnNGk1SHd3OFduZnROcFpYa2NNR01iRTlYajFzZ0N6djZxYmxuZENrYTZwSnlTUXFDVUdCQ05nazNwYWdEZXpSbl9Pakh4RDJhSzkxaURodkRxLURIVUxvd1VtcXdvZi1DVU94bzVnVFJ1bFV2Ry1UQ0NzZGpDQmhCQnFOejZqYzBIM2pnIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxNDozNjo0Ny45ODI3NDEifX0=','2020-03-29 07:36:48.986322'),('5svkreml6ieglz1t8vi3eoi9fs53f86l','NTM1MjVlNDJmMWU3MjcwY2UyMmRlMjIwYzcxNzAwOTI1MThiMTYwMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HX0IzLTlwenEwOFFMb0JDRGZJaXlDOXFaaTdDTXFtd1ZtaVV4eW85bTZ1aThnZlk3dTRwWXlUNmo3YXd0Wmd0Y1NwdEc2bV9yTHFiOE5NVkxkYW1sUXpuM2o5UmpFVTdSYzg3UlJzM1BiRElLN2FpaFJsX2x2bWlXRWZZWkhoR0FEIiwiZXhwaXJ5IjoiMjAyMC0wMi0yNiAxMTozMzo0My45OTA1OTkifX0=','2020-03-11 10:33:45.994170'),('5uxccmhxjf8zzza1g3oy8k03n6b4xgo4','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-11-11 08:00:30.696001'),('5vcslg5z4rblbmt5054oa1g8xcrzp1x0','OTNhMTY0NjQxM2I3ZDk3ODI4Njg3NzMxYzI0YTMzZjlhZjNiMmFlOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIyTUpIQURlNTZSS3c4VENvY21PU0o5alFndi1wWmhERGgyQnRSQkRzdnVCUVdERE1rcWNROGJQMHlTZUNNNTdUUHkyTzgwRlZWWTlGNTU2U0h3SE9pbllrZ3M5TFJFUlBMbXpkNGRyRFJORnBVZFFoTHFqZjRNTmx5MkIxVFEiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjE5OjI5Ljc3MzczOCJ9fQ==','2020-02-06 12:19:30.777723'),('5xawltjv23kklqosejrjrwr0fvmmewdn','ODIwOWYxNWU0ODU1MzU5YzVhM2Q2NWJjZDg4NmJjNWE4NzgxZGUxNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIyaHRmck81ZU1pSUVwQk5vdlZWVDhOWV9rMFdfY3BUcnV3X3ZkaERDdkN1STNyRGRyNXZIQldYeHJTTkVEM0xCVmdLQ29aN1JQYU1PTWFnTUtpd1pDSklzeEVscW1ndHltMkhFeXFfQU8yd1pCcUpsbVhmRFVJTnVIT25ja1EiLCJleHBpcnkiOiIyMDIwLTAxLTIwIDA3OjE3OjM1LjY0NDY0OSJ9fQ==','2020-02-03 06:17:36.646252'),('5xen4au2n3wlc4cdpadzfu9c9j4yo1ju','NjM5ZTY1OGMzNzQ2OTA3NWQ5MzAyMWVmZjg4ODI4MGJmZTExMjM3Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIxNnd5dW5naVktaHpWal9lTWNwOGFtMFNmWGdpdy1NbWZXRDd1T21panFwMWN3aFdYeGQ0Um1tMTR4VGNGVGMyUjU2Z0dua3VVVS1aWkVzT3hENFR2MVlibUZSSVZyQnlhN3V6T0I1NWc2cHA2UlNhUlY1dEFod2g2Tjl1RzQiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjA3OjI4LjA4ODcwNCJ9fQ==','2020-01-23 07:07:28.089828'),('5y43tn1thhglyqjt9i1ybbaewzqcwfbk','NzJjYmUxMWE2ZGYzNDE3NjIzMzUwNzUwODljZmYwZDdiMGI3NzMzMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1IQUJ5MkZGVXRrVTg2Vm56VFhWSUYzVE04MVZaWVhPN25tYXZxNGdNbVZHdmppZWRlVWt1TXcwVlFOMzlLNUVTb2czTWZPNGhkWEUzMUY4RDAxb0dXUE9ETkFDTHFpSTZGWWtESEI2cU55SUFoeXJXUVAwV2tsSnpSdnNQMkQ2bFZTIiwiZXhwaXJ5IjoiMjAyMC0wMy0wMiAwODo0NjoyOS43MzcyMDQifX0=','2020-03-16 07:46:30.740668'),('5zqsh0ktwisu4hnkzm9vlrv90r2z8i7k','MWIyOTk4YjQxYTI0MzMwOTEwMzIyNmNiNjcxNDU5NzNjYzBhZmVmMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIyb2stbjl2NjROWloyYmdZWElJTG5GSmcyUmNVTHg4aURDcHUxZHRvM3NGM3d1VjJHaDAxWWxjdkVaZmdyYU0yRGFyRzU5YlZyX1J1OXhOQTNfZkVfMGl5QThIR2tmT29IVlJNdnlYVDZvbEVlYUtFYlMwMEx3cERlWjRmNTQiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjA0OjUzLjkyNTc2MyJ9fQ==','2020-02-06 12:04:54.929421'),('62vp727vncdqgdi1lsexw577s4br6y6n','ZmFiMDI5OTYzM2FkYjU3ZThiYmU1NzNiZGJiN2FjNTJlODhjZDMyMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSWwtNUItd2FiMW9ZVzVYRFlTWkxNaEt6Q2Q3ZVZpczVBX2czd0JNQXRGcUNFLW01SEx2ZGNQRks3UXpkM0F0R294cW81RjFjUUJNb09nVEdEVVp5WlZkRDVDM3dzYVBOb0dES05sU2hTaGJfbkUtNURTV2hXc193R25NV3JNejNIZyIsImV4cGlyeSI6IjIwMjAtMDEtMTUgMDc6MTg6MzAuODE0OTA1In19','2020-01-29 06:18:31.818333'),('637nkl6nhjeh7crqunakenh7jerbqcom','ZTNkNmVlZTg0MTI4NWZjMzhhZDc5MTZjODgzMGQ0MjgxZWY0NGQ2ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIxTVRfaXl6eVRSRi0tN0lOSzRPUnROQXZJZ0hHY0R2a3RvRGNIUkpJU2lJQkdHZ2NUTTh0RERCZDVoejVPVXJVTzh2ME5ldk41UGtDaHNVcFVSYlg0OWZBUnV1amMwbUMzTUg5LTJtd0lFSjVnVkRqbjhDaWVwRkEyUG9vTUkiLCJleHBpcnkiOiIyMDIwLTAxLTE5IDA3OjAxOjE0LjI0NTk2MiJ9fQ==','2020-02-02 06:01:15.247131'),('63gvrlre996ccwj7nczucl3eenptc43y','Y2RiNjM2N2Y1ODQyMTY1OWQwNjZmYzU2MTM3ZmYxZDA2OTQ2NTVjZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJfRHRwLW5RTERXa203OGd5ZTdBRW9JbmJTTFpDWnRWT2FEQjdTNVBZMTVXSTY2SkRobU5TTDJlbHFBdlViQjNnbTd0b0RLUlQwNUJVMTBuSGN3YXhfeTFMNndOa180amNoNlE1bnR3UV9XOGJ3anc0RGptYWd0M3lYdG5rZFkiLCJleHBpcnkiOiIyMDIwLTAxLTE5IDA3OjAwOjUyLjU5OTEzMyJ9fQ==','2020-02-02 06:00:53.601284'),('65duggz8es40kkp2qgfqt8hxska9j8dg','Njk1NGJlNGVmMmRiMzg4YTJhMjA5NmFiM2JlMTQwZjAwMjY1MTBiZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYTjRqQ2pwRGZBREZlTVBjS2EwNVhSTElhdTFRaThVSmozTzBrZ0xxdF9Ia1M2OFhwa1k2TXl1M3ZxdUpUT29MTVl5MmhuUUtGR2lPVGctNjQzanRTSTdGSzcwSUEtLUYtb2laRnZoWkxsUEVxNzFKNGRiMzlVNjd6TFdzSVdRX2hUSVpVbjJybGJ5QTFDUGl1SFhVLVVPUko3TFk3TGxnIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMjozNzoxMC4yMjEwODMifX0=','2020-03-29 05:37:11.224545'),('65p8d9zvkxhfnbh8e4pnqjap1wo56lpo','Zjk0NmZmOWUxNWI2OTBjMDgwZTRjYmFmNWU5MzUzYzNiZmUwMTBlYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIzVmo0akNLT3NqV09xSFNCZ040UkRZa0lOUWpsVGZHaVIydkoyb25ERWRhbDBic0FDZUdoNC1HQWZhOUtnblB4TWR0ZzFTRlYtaEl0Mi13QThrcW85LWFvR3pxLXJNQjFXeGpCejNkanh1X2NlWktoeDZKblRPX29xQjNUNTQiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjAwOjEzLjg0NzA2MSJ9fQ==','2020-02-17 12:00:14.848912'),('68tr992py08q1exw1iq5v6e6g9mp41ve','ZGRlOTI2NWI2MTE3N2NlMTljMDRhZDExMDQ4NjlkN2Y5Yjc5NmFmMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIxeDNnV21mOWUxaDhnRjF3UW5mZDBIRnBPcGs3UUNJSzc0QTZ6VV9VM3ZXaFZtOGVIaTJhaWFXcEhRbmxNeXVEWEhIbVFKUERKOEhVQ0dielFuTXBEa2Uya0Z4M254VkxPS002ZEN4NzNFTXg1dmFmQ0tzX0J0WDh5UFZDUXciLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA2OjI2OjAxLjE1NTk4MSJ9fQ==','2020-01-23 05:26:01.159605'),('6ad12aee39qq3p456c7z410qdeosjc5s','OWU5YThmYTM2YTNlODg5NGVlNjhhMDkwOTNlY2RjZjI2ODBlMTg5Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I5TEdkb1ZEQm5zOGJ2T2RQTkxma3pnWUdiZkZ6bUFkNFZUNFZ2elNoTkpaSEdCTGdnVmhJaWpubzN6VG02VnVsdEhTaXluUWFCQTRGcXNpRlVMdWFyby0xMFIwbkJ4RGZtUWhPZlU5blNXYXNhWmFlclJvS0wxbmZxWVZ5R0kiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjQwOjMwLjU0ODk5MSJ9fQ==','2020-02-13 07:40:31.552399'),('6asln7r1zgdti5ek0zi3oargtmal3fqv','YzVmYzZiNGYxMzMyMWYzNGE0YTkxNmJjNWRlYzQwNzk3MmY1NjkzYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEItWDRiWG4zbzF6aFVWRGRuNUVHZ2JxZ1dRMlpXc1NJNm1VM0c0bnZvWVJFWkdxMTAtODBiUWF4Q2dIYnpobGJ3UWVoRm5VQ1c5eWhjSnlqZUJWYlBaRzVkZ0JXeTJhTk5fLTFsQWo1UGZXMllkaFBBUFU5NGFtaVpMVGIyMXciLCJleHBpcnkiOiIyMDIwLTAxLTA2IDEwOjM3OjUzLjgzNDEwMiJ9fQ==','2020-01-20 09:37:53.837694'),('6b419nhxztijpk3wcbsm6brfygp36tzt','Njk1ZjdhZmM3OWVkN2QzMDJmN2IyZjkwMjFjNzI2YWJkNDNkYTYxZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYNXRjN1N2UGFyZzJMczI3MDRubVBXSVFkdmxCaDBpQ3F5NTFKX1JKWFBIZ3V4bXpuOG9seVM4cFZrUFNUSXprYWFqLUg2YldBaG5URTR2UzdaaTRUdXlBd3VFUmdlakw5QmR1aU5xMnQtMkJ0QWkzMV9vWHN1YUNQVU9odGExbktmTHBrUG9JcE10YkYxQkUtNVBxeXlxRG5NU2RwR0JBIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMjozNzoyMC4wMTI5MzcifX0=','2020-03-29 05:37:21.017208'),('6c3kg8bxas9bg8rcmxsoty3id02yooq9','OTMyYTAwMGMyMDJjZTVmYjg5MmQ4ZmE5ZjMyNjc3ZTY0NjU3MjU1Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZTRsdkMwTDQzaV9TWndhOE03dHhNV3ZWMS1EYWFOR21hLVY0VERsM2NmdlJTRUo3Vms2dDdHS2x2LUJONDQ0bHRXcU5XN2RaUl9jc1QwcHJ3VmdEc2FUT0xNSW11bk94aWt1d05TYUVQSFNRY3RhajdCN0RNWi13aG44aUc2TThsRXdfWFhmTlduRUF6LVI0MVVWN1ctaU82V2dxUFpLbWQwYlp3IiwiZXhwaXJ5IjoiMjAyMC0wNC0wNyAxNDowNzoyNS4wODI0NzcifX0=','2020-04-21 07:07:26.085804'),('6c3vu6ljkqwxv31phgsg1w4pdnbjz7kk','NmRjN2ZlNjJjMGI5MGNlNzY1NDI5MWI0Y2NkNjQ4OWQzZGEzNWIwOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I0Y0lZb3EyZExxNXZIRGlPWlYzbW9HMUZvSHJuejhrQUN4YjhOdE9vZHhTa3oyX05oSER2eng4aUVia3hIY0ViRDlZSGpySHdGaE9fTmFJOUt1a3h2dVhSam5BVmhEZnlmLW9zMTFsZkhieWdBUFpNUkd6R1JtVkZwRmZ3cTgiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjIwOjA1LjU0ODAxMSJ9fQ==','2020-02-10 08:20:06.551436'),('6cup1syvy3dnum8sfqumc6af9lm4cl51','NzA4MTVhMzMxYmY4OWYxM2M4MWRjYTk0Yjg3YzU1YmU5NjQzZDIwOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYdERRT3hhRXJweFRYbHkxcjdMeG1jQ25aSmQteHM4ZDBjeXNDXzlwU1pscWJwdjBFMkVxbEE2cEl0VHpLeTRMbDdYS2hTQlI2ZEpMMzY3WXJjbnMyd0hwbVpFckRFQ3F1RnNhSVdwSzJLZTVxUUw3a0lGbTZtTGNBOE1TWV9GSW0yajhmMnplOExjZm5fa2RRRzRVWjRwY0xCSjNBd1FRIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzo1Mjo1MC4wNzg2NzUifX0=','2020-02-23 06:52:51.082173'),('6eg4uoaa3ymeg2qpjgwlqg9y1grusy33','ZjAyMTBiMDM2MjRiOThmNzBlNzZjNzVhMTk1MzE5OTNhOGE5MWYwNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I2XzY3QnI3cnpqV2lfcDFtbWFjb1h5UDBCODRGVENTRkRfbk9pQmVxNEY2WllKeWZrSjNiMG1fY2dFaUNzNW5WS2dxYlViT3lWRW5YY3R0YmJINW5YMGYyZXJDcnBYWG9KQ3V5QUYyYWJSSUg5SV9ZOHZTWEROMG8wU1l4LUkiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjQwOjE5LjQyNjg5MSJ9fQ==','2020-02-10 07:40:20.430365'),('6epmm1ec2eqrgz2jyykm7ui48260rzr9','ZmIzNTZiMjc1ZGNiYmNmM2E1MTk4OTA2MDVhMGMxZTFlZTFkODdiOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUItTGtUYldoM1NQUUxyeXlORTJMaXMwcG01N0tEX2xOYWtHbVRKb0xjV0dCTVI3bDhrOFJXWEJ3Z0V5M3A3eVhWUm53RW5hUDNBWEJMRGVqT1E5azdLSFM5dmYtc2ZJQ0hBQ2hScW5WUGE3cVJVTTdFVGZ4bzZiczh3ZXRVNXdIIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoxMTowNC42NDg5MjIifX0=','2020-02-23 07:11:05.652356'),('6ewo2fyx85hyuyb5lfxwcnoimldt3wue','NjM1OGU3MjE4ZDc1ZGMyMzg4MDk3YjMzNDhiYTg1NmU5NDZkN2VjNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IwS19oY3dmcVNGR01IdHBqSjJmb0lOZ2E4Z0ljSlFoZFMwc2tLenFjcnoxNTJGMWlvRkhFWHcxdE5PNXVSVXhZSVlnTm1PNzRUSXBOelkzeHJDUkN6S1h0VHlQVjhzeVZaeHFGQWd5Y0g4QmRSQkFpV2FudllxUXcweHdtTGsiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjQxOjI3Ljg4ODcwMiJ9fQ==','2020-02-13 07:41:28.892268'),('6fb9xj466omxcrwdqic9y4q8gei01j2f','MmNjNDM0MDEwNmE4ZjM1MzhjNDZiNjliYjFlNmEzYTgzNTU5YTcwOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEJ4amJrV1gwR0hZWG1JRUZhWHc3LVAxT09vQ1Y2eG1EMUUwZnZBMXJBeDVHVm9xMEY5RlVfNkFzeWNrbVUxQUVKU3p1TW1LODNJRmlzZWlIak1XQUFUUkR6cGt6NzNQaUs1dlZtNUd0OXVGbUpldFpFclVnLUpFQ2JuQXRKSjgiLCJleHBpcnkiOiIyMDIwLTAxLTA4IDA3OjEyOjEzLjkyNTU4MSJ9fQ==','2020-01-22 06:12:13.929189'),('6fvz2u2ejr0xcmm4ytsp4604f71zc97n','ZTBkNTNlYTczNzQ4NDNiZGFjOGQzNzYxN2MwMGZhM2Q2ZTRkODE1Yzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI2QXpNd1VRMTBZbEdHRnFhOGVLYzQtZUhVV0l2Sy1VTzAzNGd1b0VvdGtUVmhpYlBsWC12VnFMcDRZYlZqYVFvT2hQc19OVi1fcExXOUNvLTB0SXFSMGVST3JZNTZJdW9MdWExSHFJOEUxOWVaWHozUklHR1RQcnBEYkhyemVCIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwODoxMjozMi43OTE4NzkifX0=','2020-02-25 07:12:33.795328'),('6grlrhh9meq6bhbivj85n1djqs2ep7vv','OTEyYmQ0ZDVkOTIzMTQ1YzlhNzZlZDg0M2E5MTE5ZWJkYzNhMmJhYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0ItamRhcVhldWR3U09PblM2b1BraGZqWGdoU0hST1VGTXkycVoxUU5ibk5nRnlJZm9oN3RlOF9UOHowVU5TVERsS1FrSnVfSVNQcHliLW9RWmlfRG9rVk4tMFhteU5NbGluaC1YNWdRTG51NnhCNzVLQ1o5Z1dkemRwb1AwNU0iLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjUxOjM0LjQ0MjgwNSJ9fQ==','2020-02-13 07:51:35.446977'),('6idnmeivjj8yzo7eahsjp9282als3k9y','YTc2Y2Y4NTJlNjE5Mjc3ODY1ZTNiYTA0NDgxMDU2YzY1MzMzN2YzNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IwdDRIcWY2Sk1UcDVnd3ktWXF1eHhjd3hiblhDN1NZSXNJbGZuRHQyY205cC1iRmg1VGJ0X3R3cEJTMl9PeGpaaFRfUmhaNTlXNV9IM1N6SFRUUWNvUGRCTmxDem10NTBiZFJkcmR5QU5iX0ZXcllzRkFxYi1kRTdLQm4tQnciLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjUwOjM1LjcxNTI4MSJ9fQ==','2020-02-13 07:50:36.719176'),('6j68rv4u280yth6ixfx5ykmdxia7illa','MGJiMTQ3NGNmM2RmMTIyZjc4NzZkZGQxMmQzNWM1YjU2N2I1NWExYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ3dFVtUDlVMElneFBFaTZ4ODdmcUd0ejJwS2NkNDIwNGpvVU9FcFRaTzBXeVh6b1BSUjE5MXpkeDJyZWRORkxXNUpEenlVNHhlel9OSEJvMUlnZU45ZHh2bXlWV2wtVzdrZGtSWTRveVpta291NUIxTHMydHUzVjI2eDB2ZVEiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjEwOjEzLjg3OTA0NiJ9fQ==','2020-02-17 11:10:14.882678'),('6j7cgfeu2tmjuu6gqglamlbai5kzo4s7','ZWM1NzA3NTUwN2FkYjg2MzZkODIyNWM4ZjQ3OTg5ZTY4Y2NhNWI4NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ3cjRsdTJHbFowYmZlcW1sV0dnemdpaVRaeUpuZG43ZkgwYXBqMzhsdEN3UElmNjA0R1FHeTgyQkZ2M1h0bjUwQ1lqZ1BWaDJXWUtKNHJsZVkxZnc4SERrLUJHZl9NbVlza1FfLTUybi1IcUhTQm9GNm43R1pPWmZTc0IxTlhEIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODowODoxOS4xMjcxMjgifX0=','2020-02-23 07:08:20.129212'),('6k7ciaqh3uqoesxtb24yb5wrqwef2uhx','MTA1NGM5NDlkMTI2NjdjMGY0YjFlNzhkYzcwNTVhOWY0ODU5NjJjZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ3WmZmS2JkOXJtb1VtRFdpTno5OHJpY1psaS1haUtHeUh1bFNoR0VyZ09tNFlILTNJV0dJYzFHbFJrUzEyMGx2alFqT3VLRUpRMWw1bDJvNXdwVGdaSXE3em50WnI2dWVqUGxLYzh3QVFIejZhQk5GUXBGLV83aEg4dDdSdTQiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjMwOjI4LjU1NTIzOSJ9fQ==','2020-02-06 11:30:29.558582'),('6km9gs5h7hyu19qsozy5bml47vqj31p5','OWZlODQ5MmVhYmUyOWQzZTExMTE3NjRjYTI1M2U5MGVjYjFhNmMzNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI4S0dtZFZGWGJXZVdON2dmTEVyMExCaXNjZmRDZHk1MklBOUdySWx4OTZfRUsyT3k3LTJZN0RhZjJLTkRkaDlnVG5GdGlUU0ZrZGtwNWFyUnBtYzZRUEJlUTU5aXVpajBtYUVqUGx2aGE3eWFid3JSNS11WFBHRzFrRUJueURRIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNzo1MTowOS4zODcyOTIifX0=','2020-02-26 06:51:10.388547'),('6l55mty915stvka92kk9ijbqdlc81vks','ZjE4MGM2OTA3N2YyZjJiYmYyYWJmMjZiMjRjNzQwYmRmYzFjZWQ5Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI5bkxRTUsxNUNyU202anNiZlNoeTZuWkxQQkVLUXgwb0g0dzluRXZHR3JhN2FWQW9DVXY0Ylo4QUhhWnJYODRYUXpHZy1qSG5VSWRPNVdUZ2w5RHI0REJIdUh1QmxaMTRKZDB0dnpIaDFhYU5tYUFIVGlBSXktT0ZwZ3VtWVUiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjI5OjU0LjE0MDg4NSJ9fQ==','2020-02-06 11:29:55.144268'),('6omx75b9xl3yk6w4k1ao9gsiw86kuoka','MjQzZmViYTlkOWZlMDI3MWQ0OTc3ODA3Mzg1ZGFhM2MzZjVjMmUzYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IwVGtHZ1BwRzN1c3pXa1FxV2cwTUlJdHU2OGZIRi1VTGdpSXJ4N2tjbkFZQ1MtUWl0ZVBBS0NvUW01SE5xelhaRzQ4VzRGQjdIWDhoRGM0dGtFUzVwWEswLVVZVmx0bUF1UjFJNEdxaFpqdURBamVnMHlKbGs1QnVBNWxFaVUiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjEwOjAxLjE0MDM0NSJ9fQ==','2020-02-10 08:10:02.143903'),('6p5c8z0iv98sfdqk9x6ivd1mv9c0abmk','MzU1MzJkNGU4YTQ2MGE3NTZiNDk5M2FhZDljNGIwZjliZjIyNjZmMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIzY1N0RC0yaU50aENwMXNhWEtwT1hWVDN0bE1KT3gtY2FPNlpMRkh1c3pxVWgwZkF2dEJleElLOGN3OUhfaEhBaGV6a19HXzVPQ2tZSWFiT1k5cFU3TmNvNkdYWU9ZLWFldHZ3QUxhV0lZRlpTd1h1d0xrajAza3Zsclg5QVkiLCJleHBpcnkiOiIyMDIwLTAxLTIwIDA3OjE3OjU3LjQ4OTg3OSJ9fQ==','2020-02-03 06:17:58.493563'),('6qfpyjk5oys94c15g5n24hfv0o3o59yp','YzJhNWRmN2UyZDQ3NDVkZGE2YjNlZTdiY2FiYzllNzAyNzRlMjYwNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI3NVlyVksxT20ybFlhNUNSMWFEV0ItTWl6QmNBdFYwUDNTUnlVM3N2cVhRM0g3NGc5cTBLNkRsU0VUNDlDRW9JaWVBYmMxbmtpMk9MY2RLUXJ6Vk50WVNOZkltWENTdklHbldHWVJ5UVRZMUxIZEx4MlRvMWp2OG04STZXcVUiLCJleHBpcnkiOiIyMDIwLTAxLTE5IDA3OjAxOjU3LjI5NjgwNyJ9fQ==','2020-02-02 06:01:58.297873'),('6ql48pmaw02cig13olyv29xo566ffo9k','NjhhNzg4YzE4M2FjMDQ1NTYwZWNhNDUxODBiNmRmYTJiYzVkNTUyMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIxX09YVnAtWnlkOXQzSG9Ba1RPVkpWLWYtalNDd3FrZnBEUWJlc2x3bnVmX0k1SkJaY29ZQlEtdE9sSE5BWXpoN3FKYm9FX0RjSTVUenRkcGtFOUFadkw2NHlJVjRJdm9DbHVwVmpCSkJ0WU96V0FmZm05OHp5RDhRMUlxczQiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjQ3OjM4LjMyMDkyNCJ9fQ==','2020-02-06 11:47:39.324419'),('6s8ptzmc6zzg8dsxky1d3w2ew8expf1t','Njk5NWQ4NzNjMmFjYTI0OWRlMTFkMzAyZGFiMDQ1MjVjZjAyNDgxMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZTRsdkMxNjQ2Vk1qUERxbnppS3BDUk1CcUJ4SHBmNVNnUk5KaWliQzBVaHNYTnBpTjFHbEw2cWVkSWN3X0p4X0dpZDByaG91bHY4THJKb0FDWWpQTXdvS1JRRE9SOGNhV1FiMU1yUTlkVFptWnJpcVRQMkFWODZPMzNHQ3hSalVubmNaVU9LZ3Q2LUhJaWU3VVAwdDAwWDZhZndxRWhyb0ZpUUNBIiwiZXhwaXJ5IjoiMjAyMC0wNC0wNyAxNDowNDo0NS43MjE5NzIifX0=','2020-04-21 07:04:46.725367'),('6tos5j6wm3mc6uek03q1t4yyqpue76y4','OTkwNjExYTJkYjllMTg5OTA5ZjYyNzU1Zjg3MjcxYmNmZDljYTYwMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J5XzZQRGFBZVZIS1o0dnEzRFlDR1pIVU8wM3YzUS1HRVFoVXgzeExLblhaRG5ybVN5clZLcU1fMjhXUXNCWTYwSUVQdDFyb01ZYm9sUVdEcnJiUDh1OVRkYWVXaFNKaFZCcTBkbVR5WmVwS29ISm92a2c5SXAwVGdZeERIS28iLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjUwOjE2LjAzNDU2NyJ9fQ==','2020-02-13 07:50:17.035793'),('6var1l6p10yl4hj5mbxl3lxxkpoaww3t','ZTA1NjA4OTUyMzFmMjMyZjQ4YzE4ZjQzNWJiZWYwMzQwYzk3NGM0NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IwOXVHNDh0MUJxdkM3RHNpa1B5eVduNl84N0VUOHd3VE5mTS1Lem1vYXhMU1ZnTld2aXJHazJoSnl5eTZfbzAyREltWll3N2cwWnNoZk95ckNSRHV2X1c3MU15ejZpOHh4S2NCdEc3ZWcxVEh3V0tUelBwaGtPZjJQUmk0dzgiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjUwOjUzLjY5MDEwMSJ9fQ==','2020-02-13 07:50:54.691159'),('6ve2vhn6du7xjjf2c38tupsn1y5snxel','ZGFhZTY4ODMxZTkwNDllYzEwMDEwZjI3NTEyOWVmMDNiYWRjMjkxNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI2eXNXdm9oQlVRS1NWaEZ0aGE5alplNHRaLUlsZ2k5YTlmZGhJSjgzTERsR1NEUW5MZ2R0eHFJZnNzYjRNSy1GYzJPd1gxQ0VQWHNVbExreUlSLWNBLWZYQlR1SzhDZms5ZGtYY3pXNDV3cjVEWk8yVzlHZDBzMExCV1VOSGsiLCJleHBpcnkiOiIyMDIwLTAyLTAyIDA0OjU5OjM3Ljk1OTI0NyJ9fQ==','2020-02-16 03:59:38.962780'),('6vl9h9k03wi1gmhe1t19iokpwbf2wvez','Y2Y2Y2MyN2UwN2U4MzFhYzFjMmE2ODA4YzYwMWQyY2M2MDdiODFkZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIxcERIUGEycE9JRDd1YTAtaXMyc0dSUEoyb0FCUXZNb3ZTamZlMGFBWUs5b1VtYmx4TTZ1TzQxQnY1Yk9mN2dGbUc3T3FGWTgxMDk2RlBYNHBNb18wVTVEb0tKRTVFbkphMHlaZFFXOWRGTkt1blhRZGFyZW5Hb05LZzhrczl0IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODoyMjo0OC45NjUxMTEifX0=','2020-02-27 07:22:49.966219'),('6wdctv60gtdqaz5mt487hobtahv56n9d','MzkzNjg4N2YxZTU2MmVlZWFkOWMxNmJlMjhjMTMzNGNlZGRmNjdkMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI1T05HSGVBVl82M3VPR0dubVdXTmxLb1p4M1A1OXJuWUEzM3hPQUxjbEs3MC1DMkV0SFFGZ01aRnBVSHpjVVpCNE1KUU5lejl5RGtJN2dUUXdCRkxGdC1VeURqOEF2a1VXNTVaWVBYbnh5YmZOcml4MmN2R2pMYUFoaFpNc1kxIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODowMDoyNi4yMTIwODcifX0=','2020-02-23 07:00:27.215665'),('6xvawesdpqqif5s3sp32s47ieq41qkcp','ZTU1YTI2ODc3Y2E5MDNiODU1M2Y3ZDY1YjM5YWFmNjcyYjQxZTE1ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEJ5ODJaOXI3Z3RCYTh1VldONm5zLUlyLXFQUlByQm1VR3d0aTlSbjFYSFk1XzBzeWVLUXpjOThSdk1kMHpZXzdMY1pIODk3dWJOS3RSd2ZEMXZBdVJQR29ISlNCbDNlejVDMFpjUVdUOVpVTDE4MGtYa0Z3SDZNZklXYzA5dkkiLCJleHBpcnkiOiIyMDIwLTAxLTA2IDEwOjM1OjExLjEwMDM1NCJ9fQ==','2020-01-20 09:35:11.102026'),('6y52tzgmf3g7axs97x7h4ti1any0trk8','YjIyNjAzMTg4NDdjNTZhMmZiMjJlMDM0NWU5Njk4NjE3MGViMDE5Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ5cGtwMFZzV2kxQTJPTHY5d2FJTWNyZlE1UlNTMmtTSUxfZXd0anpZUXRiS20zWFJGTTF6NUJyS0lfWEMyeENKcDdpTllndE5SYU83Z0ZMb25GeV9KV2pjeURCV05Bd2VNM1VTSk9XZUhXanJLdWJZb0pqaTJIR0daU3dlb1ktIiwiZXhwaXJ5IjoiMjAyMC0wMi0yMCAxMTo1NDo1Ni4xNDQ4NzkifX0=','2020-03-05 10:54:57.148326'),('6zr89wx8wuywipznmau4vwg7ic87krw9','M2YyMWUxMzdmZmUxMGNlNDMwNzBmZTQxOWJkNmE1MmUzZTA0ZWMyZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIzc0dEZnM0T3c0TEFYRTQxbm1vRWdhSXRRYnk2QXJYNXduc3NZOWktYncwYlNjaEpZZ1BuWTZueEhlSVNFT0s0RjdrZTJBbHZaTW5iUFRmWXhyNm9LVVZGYlVmTGZaT0JrMzBrQlc3dFRyTnRkbU1NcU9DQU5MMmpXc3RRc0hzIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo0NDoyMi45MDMxODEifX0=','2020-02-24 05:44:23.906736'),('6zsysnzvsz3hpb73erlna84o0ti18kmy','NjM4ZDMyMTEwM2JlN2FlYTk1ZmRiMDkxM2YzNTY0MmQ1ZjM1NzAyYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI4UGxIai04akh3dUh5aFR5Nm1qckRYZmhIS1JLYnlRbWsway1aRjNKNDV3MndVbk9lSDZfRDRHNGpoaUIwYmFjemp5b2NlTWlneHZRUVVZZHoyekFLLUFaVDZUOHFyNEdLRmRxVUFRakU3UnpIVjg4eVZRVGxkZHI3cENXRVkiLCJleHBpcnkiOiIyMDIwLTAxLTE2IDA3OjA4OjM0LjQzNDIwNCJ9fQ==','2020-01-30 06:08:35.437538'),('70dx677m1xoirb1quq9dnphxz4bjwghr','MjUyNDRiNmI4NDYyYmIzNjQ1MTcyZmM4MWU5NDM4YmFhNGExZjU4Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIwNGdWQ1ozNEk3eElHaUx3VUR0Z3hEbG1tU3pST1Z0SXFrLTBHVDhBSUZBNktmU2lZOG9OaXFGTDFydUxmd25CejFIVU95Q3UyNG5yQ09HM09fRlBIZkd1bDJCYy1JRFlYeUM3R0dYcWtHdGJ6MVpzWkY3NnVZbjVhYjQ0UjQiLCJleHBpcnkiOiIyMDIwLTAyLTA1IDA2OjM0OjI3LjMyNDE2NyJ9fQ==','2020-02-19 05:34:28.327676'),('70zbz95523hnf797omz60ahtnjtx22yt','OTE1NTQ3NjM1MzM2ZjEyMWIwNjIxODMzZjJhZmUzOTE3ZGQ5MGRlMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkItdHhNSTB4MllWak5xT1RvOXJBNzFvamNyb2gtb0ZxVTZYYS1ralRhSG85eFhjTnMwRndrSG00LVBnRGhxV3Vtanh1VmV2aW9wMXJjcGU4ZUhZYU1Vbk1WdFlDVDl5WlU5SWJaVXZMZkdQR0REZk84MDVCRFNLdHJIdFotODgiLCJleHBpcnkiOiIyMDIwLTAxLTIwIDA3OjE2OjQ4LjMyMjc0NSJ9fQ==','2020-02-03 06:16:49.326105'),('711n951v650aelf9ko4vy8tpv9lqwa56','YWQyMTcxZGMyNzIxNzFjZmY2ZGZmMjhmNjUxZTUwODA3OGM4M2QxMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI4dHFfSHFDWlh6d2pqY3pZLWtYU3JYOVZOcW1CYVNybjBxckRoMTk1Ull2MXA4ZlI5ckZ2UmVxcU5aVElGVXg5ZVBnUkRkRlpLVkxMSVZacWs2cTVXenpOR1R6V1RKczE0TVlORnZlQXNHUzRjVm44SUw2OV9KVzNJT2VDc1lsIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNzo1NDoyMC4yNzk0NDIifX0=','2020-02-26 06:54:21.282955'),('712tqasu8xyq49h3mqte5ctxgtnbr38f','ZGQ0NGUzMjkyMmRmZDU5ZjZkOGI0YTdhOGExOGQ5YzgzM2YwOGQ2Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIzSThxMDNLX1lnSTVsVmtHOU1fTFRWdnl0S2VhQjRrRXhac21XNkVoVHlmZTBtbXZNb3VBVXpFNE9IWGRjU20wb01DVUxfdkVSMHpfMDJ1QjhTRHpyUmF2el84WWFRVURUaS1BbVoyT0lGeFdlU21mZEJJTlFIM1dWNTRNenMiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjIzOjQwLjAzNjkwNCJ9fQ==','2020-02-06 11:23:41.038786'),('71j4fcok9jtvuaiieaohox2ccnoclufq','YzRjNGYzZGNmY2M4MTk2YTM1ZWNkNmFlYzVhNGY1M2FkNTQyODAxNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSWwtNUJfWmRWZUNsSjI4VnRQRGVMaW1RU0o5UUxDZzdRaDNubWw4ZUZrcEdyeHlFV2p2Vm5ZMGtuMTRMRi1jZUltaWVncVcwVnlXZVp5d2Y4dVFpUDhJVldzRVYxS3FqbHlCbVFRWDBsU3pLU18yaGkwOXd2LTdGOG00MmhrUzhGZyIsImV4cGlyeSI6IjIwMjAtMDEtMTUgMDc6MTg6NDAuNDMxOTQ0In19','2020-01-29 06:18:41.435320'),('72nqhmd4cuc30i2uwtxaq46nzzxpeuje','NDIyNTQzMDgyNTc2MmU3YzA0MTk1NjY4ZjVhMTgxMDc2OGQyYzZlMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEItTnZvaWxSZXk0YkhTQUZLTUJGamIzbEwzMUp6V3EwRFl6cWQxVjVNaElsYVNqM3pKc0ZkMFlxVWtleWRmY1Q4Sm5aeVI2MjF4TFNPUFlEa1VrbEc4QUFXdDdUU0ZyaWVpM0VUa3g1RDhNYTBxU2tjM3l3NUg0SHNGV3VCWlUiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjIwOjUwLjgxNjA4MiJ9fQ==','2020-02-17 12:20:51.819527'),('72yrconjvgbs2pozl7ywy1os3zb6z0x1','MDQ0YTBhZTEyMjQ2ODg2MzAzYjg4YzQ5ZTIwNjY2MDdjNTcwNjBjMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUJ4Z0gtWXc0d0FCQ1dLYjg2ZUt4ME5mTWFlOUxrWE5EcVYtbG9QN3VEY21yekk4aU9HWl80NjI2M0FDTjZUODVrUEZ5V0hYU2E1OGVGTXNpN09oRnJwNTFtWXVwZ2NHYTIxUWI2ZFJpMi1WM1hrVnktN3lPYzluMlJhNEEtSjQiLCJleHBpcnkiOiIyMDIwLTAxLTEyIDA2OjQ3OjA5LjQyMjk5MyJ9fQ==','2020-01-26 05:47:09.426697'),('73iy09m18gfcp7m7nngxnmjoavu9osjr','ZDJmYTFiOTE3NzljZjAxYjE3ZTdmNjc3YTgyMzdhMTEwNGUwNmI4MTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJfVkNCc0NOYmFWREQ1NHd2TGFmaDBJbVRiSW9fYUhqYzUzNENVVlRTUkt5SDI0emZNSU9oeUdNVTQtbF93MmM0X25hS2FWczd4QVRtcFVYUHpvZmp1dUN2UHJuckRZSVdlOWlhdUZDS2htV2J4a2FVZE84TjZNbm1QOXVnMTJ4IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODo1MzowNy4wMTYyNDkifX0=','2020-02-27 07:53:08.019341'),('74m01hkrl8h40xcpzgswe4vs42v0qgm8','NzljZDI0MmI4MGM5NGU4YWU3NmI5OTM1OWQwODliZjNmN2VjMzZiNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HX0IyMm5MekZvS2Yta21fRGRzS1lsTDNBQW5mVkVxaWVyT00tMFNtLUk3MU1vT0hOTXVCUWo4N3Y3SFZVbTJMRHMxcjVPLVkxdzRHcXV6SGR0bGV4RnlkNkFIOVlzZElLdEJMWTVkWnJaNnhRZ2VlXzRXR21LazdMSEU5Z0c5cUhIIiwiZXhwaXJ5IjoiMjAyMC0wMi0yNiAxMTozMzoyNC4zMzgzMzIifX0=','2020-03-11 10:33:25.341841'),('75a77hzpmr19orj6o36x8j8lk7mn9a7l','OGZkYzljNWNkYjQ0MzgyMTM4YzZlNDZhYzMzYmE3N2ZkNDM5NzZlYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ5M0sta2dfQVB4Q3lqTDV5aTl1V2x5cGduUHpDVjB4RlB5ZEhrOFhxZFdrQXpKMFBaaE9ReVFXWUNOUzRxeF91OHh3UVFRY2pDcGxuaHh2MWdVempMTU14bUZpcUwxc18tMk1wSmlDODlLNkFleXBmLXJLeE51V2M5UjBFZ0xJIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwNjo0MzowNC4yNDkwMDQifX0=','2020-02-27 05:43:05.255418'),('7732t8918h51s0csawp7uh4lpe8ogkrz','YWQxZjAzYThmYjRjZmNkODE1YWY1ZGNjOTc0NmQzYmMwNjA3NmZkYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVVTi04NkNmMTZpUmIxRTh5MnFWN2JKZkJOdTFMMERLUE8yS0tsTjZUazJPWkhVRGFMVHN4Y2w3TGJ1LTVVYndQdFVsLUxRcXZwQ2RscDFVZy14OUplcVFhVl9WaEM5NGd4ZWUtaVR0aWpCZ0JZaDNXaWJ3QzJTcnB5SDFhcHVXeEMtWG5KWFVtOFFDZlVTNWVpOU1xcktfbjI4SU5jRFZBIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwODowMDowMS4wODMyNDgifX0=','2020-02-26 07:00:02.086713'),('77k8jarnrmz7gp35sei5m8nfgnsylltv','NTkwMDc0NjA5MzBhOWM3YjY0OTBmOTY5YjJlZWNiYTU1M2UyYmMwMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ3eXVRT3l2TFJWdlhhUmlzZTFFcXp2aXhvNFIybk9ybmM5Si11SUFQWEdzazFILXI4NVJiWUJ6TnNVZUZJMzUtZUxnTEFfcU1VbnZVSlVWRk5ldU1UOGg3MjVQNHNqNWY3QnFGMmNicExncERBN01odnF0ZU5hYXBoTXFhYUkiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjM5OjU5LjI5Njk4MyJ9fQ==','2020-02-18 05:40:00.298825'),('77ynzfmi0yj4o8ygwttte9nvwmte9g9c','NmMxM2QwNWE1ZDEzYTM3NzI5MDgzZmExOTJhYmYzOWNiMDg1NGJlODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJfbjk2QWRoTk44Nmt4N2xnSWtSSWhwVFZITWtNczVhVjdYUGRhbWdFQmVjdEpjRDYxQno3ajE5UklzRFhvb3dKTHpLLVBRODRFUmJOLVBqaUZTU2ViYnEyTXR0T0lIN0lZMFBWVFg5dkxucDZPRHkwdFZZdG1xQnRlUU9JemMiLCJleHBpcnkiOiIyMDIwLTAyLTA1IDA2OjM0OjAxLjY1MDAxNiJ9fQ==','2020-02-19 05:34:02.656165'),('78eaoqwk6v5wbduopm7uikis9i4es9gr','NjcyMjAxN2NhNzdhMjBjODdhZDhjM2VlMjU2ZmQzOWNhNDU4MjViYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IxUHZjaG53Q3g5X0prQ3E2WTFfcnA2cm5acktzTFI1dGxoam9EUHREYjV2aGRPbk81ZU9MZnZsQVU5SEF1TGZLSzRPWXh6czVacVBaT1FDZGNueWZ1U1hGWWFMNHItMzB1a2dybmlmbkpDNVBMTlNPMnlMVkNKZnNmTUVKdXciLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjIwOjMzLjU2MjkwOSJ9fQ==','2020-02-10 08:20:34.566403'),('78yvmvq17g9wyuukflt97hixw2ulegdk','NGY3MTUzNjhiYmVjMWE3Y2JkMGQ0OGU2ZjNjYzA0MGM4NDMzZmYzMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI1ZUN4dUstYjZUZndfakNNa1RPNi1LWWh2Tm9DdlRteXF5VFdUTGZ5bXQwY1BwZm00emhvWXprdFQtRmMxMFJDUzNkeTBEYzZzR21MaVdEWjJyMlRQNmpQZjZqeDMzTkFmMUxpQmpnZjF1RjIzWVV2ZDdJc3c5MEUtMlBidEUiLCJleHBpcnkiOiIyMDIwLTAxLTIwIDA3OjE3OjMxLjIzNTg2NiJ9fQ==','2020-02-03 06:17:32.239254'),('79hri5uarajagnp58dh3z97kjbu033e6','OWJlOWQyMzZlODEzNTI3YmE5ZDI4NGE2OGNhZjI1NWNkMmMxNjk4Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIxSWdSc1l5R1pLVzVMbFJwZUJHYl9DRlZjOWJVS0U1Q2t1WTJldHJoZDMzNFFGc3pSci1uRl9nMHV0dEU0TjBQQnEzbkJ2VEQydERJUDZIajJBaWhWZWhxWHBPSXBaWEs5VUdTNDFnVElrbVpDTXpWdlJmUHFIeURuMEk0LWsiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjQ4OjA2Ljk0ODczNiJ9fQ==','2020-02-06 11:48:07.952143'),('79ix8d4xh05armkxubfkiqj00x50ndhn','M2Q1MDRkZDhiOGU5YTNjNGViYjU1OTNmNjQ4NTc2Mjg0YzI5YjIzNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ3dExWWGRMNUlZekxwUWZhbVVOalR0WUZkelEtSFZ0WTVLdkoyQmlkZzBkbEVjeTRDeU1PeG1sWDlEWnh0MU5ublhPcmZDU1JLNEZzbVNRbXBzaXoxZHRKdm5FWTV0cW5qYzlqV3dkdTBLVUxrMG5NTXlLNWx1eU5UT0NoY2MiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjAwOjAxLjU3OTAwNCJ9fQ==','2020-02-17 12:00:02.580130'),('7a7f7vwsr869slsfcjifop2g84eqldp8','YzI3OWIzYTQ0YWM1Y2U0MDZjNzNmYzY5M2Q3ZTc1YjA4ZDkwMTA1Yjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOUItLVhxVTVDbFA2OHJrbVdtMW5taHBYNzFyZGxjeW9PUlNWNmdfLW5YTnlxcVZCWmVhYWZxTm5XcFI0b05yeGt6RkhuT1hnekQ1NFYzU1poV0JaSWhtemx4SHM0THJrYzJZaGNhMVZSQmVoaEUtQ3RGZlJNOU5fNXpmQ3JublEiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA3OjAwOjA3LjQ0OTk4MSJ9fQ==','2020-02-20 06:00:08.451520'),('7bo59i7j2vwl64xf5d0ubapjzx9099cv','MDJiYTRjN2U5ZjA3YmM2YTIyYTkwMjZhN2IwMjY4ZTBkZTA3YzlhNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J6eF9SMDdlRmd2ZjgyZ3NvWjZaZjcyQlNZVF8tVWxVdjRUcF9hTEVuN1IyUHlfVEVLQkhWTkpTY1MxbTBvODR2M1BoOVdLSjYtbERPOHRRb2FYMzk3dmF1QTFOalBxRVh4VWEzOHIyMFdTeWJjTE83NzQ2WG5PcHhrdWgtcDAiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjUwOjIyLjA4NzAzMiJ9fQ==','2020-02-10 07:50:23.090501'),('7bq4peumzvu68xec8lm24icpayru6c10','NDg0ODBhNjdjZDJmZjliNzYzNzQyOTlmOWVhNDBkODViYTg1MzA2YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI2aVRvTEtaTmdHT3ZlRkF4b09GZ0ZsRm5wT1FySG1ZVXplWnY1cjVFcWhIRVF0cXpPdTdnY2tsZVZwYkF1YnVPUVIyNnp0Z1ZRNjBJeXYxRG92dFJuQzRWTVNVSlcwS3Ewc29qb0ZXNmlkVF9jaUJSWnFiM0g5ck56aWVhNE0iLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjQwOjA0LjY0Nzk0MCJ9fQ==','2020-02-17 11:40:05.649127'),('7dc214fwoxb7fgasw4rg9ajf23wr4chh','ZmE1MGU4MTUyYjMwYTgwNTUzNGE3MTY2YjBjNDEwMjIzNTRkZjgxNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYemJ2UXY2Z2cwdXhqdFpZZmRCUU5CQWZDRndIcTdEczVtMGhSZWFVSFZSWUs5YTFJeTl4QTExMDBjTFNtWHl2NWVsSGZJTlBVRVpuYUVDNXZFTXM3cFFEakNBZjlIZUxWcHFBTDR6bmszbjBFSnI3U1lUT3BHMmlCdVRoalluNG9XSW9WVzh0YmR6WkM2R1BEZDBrUm9SbDVRLWI4VzhBIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxNDowMjo1My42ODA0MjcifX0=','2020-03-29 07:02:54.684367'),('7dpytazclcpaixzsuzhleldkl92059hm','MTRkNjZmNWJmMTlkMjgyOWJlYmU0ZDQ5ZDQ5MGQwYmFhMTNlMzdjYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIxcDBKRGRsUjZVS0Qzb2wwQ3FaVGtSYmtfQXdHaWl6QlhMWHppRmtIalZaVHVoeDM3ZDlVWWlTNDB2VXdkZmtQZjFnQ1hzSTIzc1FHdkVVcWxFanhTWk1lN2NHSnVLdlFscmhZUm5KU2ZOM0VFUUJ4bC1PalNlTV9JaWdNMmtTIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODo1MzoxOC4wMTYzOTMifX0=','2020-02-27 07:53:19.019784'),('7dqijtwzdsrpv1pfhvjcbsbg7bwm0fp1','YjU4ODI0ZmQxYjk1YzI4YWJlMmYzYjg0ZmM1MTRhNDU2YjlkNmFkOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUItcFBQTWxvYnBFS3BRY0J1UEQ2UUg2WjlxSUJ0MDVWWTlTOXZ1ZjU3TTQ0U1BIbzhaVFF0MHpzYXdpMGlQQ3B0cnFLMTlyS2FOZzRxT2NhOUY4QWZVZEl4RXhXUHBJMzNUR1dPTXNWZVFBY1NvTnkwdTV6TDE1REw5WEpkOFotIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjozNjo0MC41MjQ0ODEifX0=','2020-02-24 05:36:41.526460'),('7eck0116vw7k5lddz3r991ygqwcxf4k0','NGE0ZTlmZjA3NDIzY2NiZmFhNjIwNjk4NTU1OWVhNjY4NTAwNWY3Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVVanN2TFQzS05ZdmxzMjQydnkzZWk2WEtFU3lhazlHQXhIU1VoZlVQX25tWWt4S25GelVfTnNOazZuOTdvcVQySDV1M2VBd1R6QTltQWVIN3JhZXNtSW9pOXlnNnd5NzluZThqX3NKWWxLUlA3YUF1SXlFOE9MMWJZb0UtLXdsTjdZaUpwd2hqRHhMZktmc2RiWjRwSmtibGhEdTRWeUpRIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMzo1MjoyOS45NTM1ODcifX0=','2020-03-29 06:52:30.954995'),('7euk1niflipupu27mz4o5znth4uf0zg4','OTRhNDYzYTgwYjcyZmQyMGQxOTM4YTU3YzBmNzc5ZDFhMDZhOWVlYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI3RWQ0bkJKR2dzZHNDTHJVMUZkNzRCelRQczBUTmhWakJWdEh2US00aVJsVVEwc1M4WWFkQVBtTVVFcEZ2YnM3b2tYZkVfYXcybjNiR0FyU3d4Rklkd3R0WnZLelp1a21VS1JhRDFqTUFqQmRXa3FiRTNLVFFOVTlmTndWWXciLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjAwOjExLjc5MTIzOSJ9fQ==','2020-02-17 11:00:12.794758'),('7gtgn6ho7ezke9ug89eqsccfsamw7yym','MjM4ZTU2ZDc1M2Q1Y2IxZDVkNTFkZDJjNmFjYjM3Nzg4NzZiN2VlNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIzWVdFRlZ1MzRUN1F3T2xfWkM0YklpOS0yYlpqQXFMNjVuZjl4MXB2OF8tNDZ5SnFSY0ZtejFPWjg2em02Q2tUZk9GQ2FtSlR1SHg5WVNIQ1BkakhZQXVCcHQ3Y0ZmektWQnZReUluN1JqRHROY0NjSm5tdGpYSXJpUUtaWTR5IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo0NjozOS42Nzg3MjkifX0=','2020-02-24 05:46:40.679948'),('7hcqbjeegmkuedivg7lncyl97piqtdbq','MmZmZTU5YzY3NGE1MjNjZjBlYmZhNDA4ODI4ODM1NmUxNDZjZjZjMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIyUlZxZk5OOGZsbFBlY1hZS0FraFVaRVNuQXNjVlN1WXRTTjlnRmYyWlB4UmxhcXRCenN3OUNpYTB5RVJ3MW1sQWZnVERaNmhhdmNTME82ekQyQlhDWGkzYXJELWtmSW9WUHl1UG1xWE9Sbzk5LWY5ckRJMzA4Slh0UWNsRG1qIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzowMDoyMS4wNTQ2MDUifX0=','2020-02-23 06:00:22.060937'),('7hx0b148i54k20xookdwmm73zs12qw8z','NjlkNWUyYjczOWM2MjU0MTE0Zjk2NGY3NTE0YTY0MzE4MDFmMjMwOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI5cjhIOUw0Ymd1dzc1OXVBTkdrQ3JQVzZTT3VKTjlLYVU2dUdnQllXUDFWT19iUHVGcW1CQlhMaXBXbGZhaXp0TnRCRUhERzQtTnAzRjNtTDlGR3N2M3dVOE1NaW5kbmkzWjJ3Y2xLcTFUT0lUVzdDcVJiSlRpX2toSlh2UHB0IiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoxODowNS45OTc0MjYifX0=','2020-02-23 07:18:08.001262'),('7igq54jx6z67qpjus81z07oym8n4zwol','MDRmY2MwMjJmN2EwYjliZWQwZWNjOTJjNjNjZmUxY2YyZDE0OGZlYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ4VG5hNlpod01McEFpaGo4UVhCQUpoRUpnZ1RQT2pTczFUY3hueERJMjB2ckpIRGpraDl2VXJRMFAxX29xcFBzVXNxbk54SHpBeGtyMWJXaXdKZEtIMmw0QVF6Vkt2bUdkZ1J1NUNuNFVLYzc2S1k4SEJ3Tng1TW1Ccm9lR3cyIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNjowMDowMS40MTI1NzEifX0=','2020-02-26 05:00:02.416366'),('7izhssmjmn3oe32bjncx67ttpkg2zvql','Njc5MTVjZTk0ZGVmNjRiMGQxNGI3M2ViZDBhNjc4NjhhYTgyZWZmYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVVcVNsVlphamZFVndyemZIclBwWG5UT2pKQk1MNHhneTVrRWVlMERfaTVNbkFNNjNFODAxbm0zSVhGQVp6TDlDMFkyLVhaN0pYMThfWmpORUZMTHJ0bl9RMHBIbkRSb1RhQjg0Y3FuVDlQanBBcHhmQVVRcVY5WDVLY184RXhGcFNmeWpySDJJN28tUkQ2cUgtSkR2aTJ5MHlIM3BUX0d3IiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzowMzowOS45NzA2NzUifX0=','2020-02-23 06:03:10.974034'),('7jkdfs2z98mp6cyofjbltdkh42ds9u36','ODUyZmNmMDAyN2RjNWM0YTI0M2IxOGFjOGNhYzZlODBhZTQzMzc4Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIxZTM2WGZVckxxY2FlSnNqdjJHNnhiOVBPcVZyS3RQaW5IcHQ1bTJ6RUhfUHlhLTdEUFhZOV9pU1NhUGdWMVZUZEI5STZ2RjNSNGhzLUJhUDB2Yk9KLXFRR0hsYXo2bVItZWFVMjlFN05veVRPQnlRY1NYSXpQY09DVFJjQ2ciLCJleHBpcnkiOiIyMDIwLTAxLTA4IDA3OjEzOjI0LjM5MzI1NyJ9fQ==','2020-01-22 06:13:24.396699'),('7kelg0ib62e0fpcu60ximzzrsjahc6bu','MmJmNWY0ZGI4ODI4YzY4N2UwZGU3ZTY4M2NhZTRjNGFkOTQ2OTRhMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J5Q2VlQ0R3MlRucjVKTUpvSktuZGtmeE5WdTZIRFcwYVNTNVBMNGVCUFRSRWF0Z0dPTGZUcFZtMHZzS2g3WTZ2bEpmVTNWc1pnZFpfNHF1VnZnOWFwdGtiVWZQNVloUmxCSVdvOW5VUXYwUU1SUkhBRV9CVTg0blZwbHFMZlEiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjAwOjIwLjA1ODA1OCJ9fQ==','2020-02-10 08:00:21.061540'),('7knzd724f42zmyw73bldd6o3x2qc3eco','ZDAzNzM2ZDY5NjdiMzFmYmFmOGFlZmI5MGY1YjU5MzljMjA1ZWNjMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI1U1VHbUFDT2N1LXp4WjRaa1JZSk12cFFWNWUxZ1NhRUJ1Y3daY3NELTkyalhQT3BrM2lhMWZzSlVDWlF4UExQb2xxTDNBbGxPZElqMEM2UmVwd1JpSGp4WFlaLTB5VG11cTdabDdWV2YtMWt2UVZCSzJjSmN4T0NUNDV4YjAiLCJleHBpcnkiOiIyMDIwLTAxLTE5IDA3OjAxOjU0LjA0Mzc3NSJ9fQ==','2020-02-02 06:01:55.044958'),('7lvpkqdow5i2secriddw5g3y10qpyzh6','OWJkNDBiOWE0NTU0ODFjZjY1MmM3ZGE3ZWYxNzU3OWZmODYyMTE4MDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IwVVB1cENZVVJDcktIQ2l1NzRkV19ieHZRZ3l6ZUdJTkZOZ0NhakM4d01CSG5iczh0ZllIekk1NExTS3p0SWxVSGd5Tk91QlBMU0doUUU1NUhGcVhZRkFiTUsxWXgwX1dQeHFLeTlNYTNkS2tiSzJBeHpKSzVYUGV2amduZ2siLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjQwOjE1LjkyMzk5MiJ9fQ==','2020-02-10 07:40:16.927356'),('7m6yd61zcecu6gzm2qrjkv5o1uqlcup0','YTAyNTdkODEzMTYzMWQ3OGRkYWNlZWRkMmE5ODBiMTlmZDRiYmU5ZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0JfQUs2VnhWZzZrSFRPZXJKT2otbzhUV2pTdkUtX3lZUXQ4TTMwNXhrTExZUGpFcE1oYldjWUtCMWROSlctN0ZuY0pXRjNLQkVGeHBlSHpyaU1MVEJ5ZHl1TDU5OHJWY3dYZVFVMTluOGhUOTFEdjEtbFMxVU9tc3BFaWltYmciLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjEwOjU0LjczNTg0MiJ9fQ==','2020-02-13 08:10:55.739259'),('7mvwcls3ac7lg2zi3f9yd9yh42bmbw7d','MzQ4YmIxOTE2M2FhNTcwNTkyYjhkN2Y3MmZjYWUwNTNmNmNjZTcwZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IyOGlEN09PaGYxRVEtNVE2T2RnQ0RiMHVsejJJcUx3Vk0wbmV3aml4aWJlVThNT0R6YTMzRjlUZDFQeXFudkZSR1lVeU1tSDVJdjhkMUFrbzhFZFc0TnVoSlhCMVA0SFpNMkpHUzQzLU1ZRVc5MXBfeHZKS0FETy1meEJTSG8iLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjAwOjI5LjU4NjY2MSJ9fQ==','2020-02-13 08:00:30.588199'),('7ohil8uixatuhtygzckwip5mbztcsvvg','YjM0YjhkMzE1YTljYjg1Y2U2M2U3YjA2MWFlNjZjNzYzYzI4NGVmNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIyNTQ1SFIxYkJKTXFSU0ZweHRMa0UyQzN3V19BcFpwN0xLVUc0cEs0TGVuRjgyVXJydElZSzJxZ0VHX05ucHZrb0ZtTG04RGJHWXNyblZoQmxkVi1FZFREcWhKUDRodGpHYUIycjIxZ2J4YWRURGwtX3BxYVZqd0ZuYjVHVlEiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjQzOjE4Ljg1NTUxOSJ9fQ==','2020-02-18 05:43:19.858994'),('7p2dpz4199e9s5mrp706nnysx91d7xu4','MWQ4NzRhOGU5MDhlYWFhMzU1NjY5NjQzYmU2ODU2NTZhN2U3NDEwOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ5SUpITG9iSFBpVlNxOG0xN2lQLTc2Y1R3ZHR4Mkk4NVVDb0gxLXVFeTN0dHJnOGRLYWhxcVZXS3BqdHM4Vk5KdWlPV2RnSjdLVFVMYlJ4ZmRqREFmNWdaenh4SUJjU1ZhNGdtN0hFWFJrWDB0MEZjaVE2QXpkSVFveGxkVEkiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjAwOjE5LjQ3NTQwNCJ9fQ==','2020-02-17 12:00:20.478853'),('7pb1fxjacykyoyjq1f7iz2tjf46ao431','ZGI4NjZhOTE5ODI0OTMyMmQ2ZjU1MzdhOTkxOGE5MjNiYzRkOGM4ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ4Y3FWckU0bzJBWFBWeHJTenlEcXFpZ1E0OGJ0MGhGeUZiV3k0eU9ia1F0eWlDQmo4aFVkcFNNVGE1UUtGb0JBd1NkMGVwSHpXVXMySGFEaUMzajRQZXY2VndGYzNqa2tueGx4S2VweUlOb0JRNkx2Y2FQNzgtSXNBNGNrTVUiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDExOjUwOjAwLjk3MjYzNyJ9fQ==','2020-02-17 10:50:01.976308'),('7q2k7hqwgczj0m8v466n4osjedc84z3p','NjIyZDVmNDk3ZGQ2ZmU2N2UzYjYyMWZkYzk3Y2EyZTE2NDdlMzQ5ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI2MHJ0N0xnQkhGYTFHSHNVMFdmNnlVWVRKTENCYzJIemJIbkQ1VTB3UWRpVWxrVWIzY3ZRaTI4Y0w2Nk9ISVZZS0JHM0d1TDhSTFdYMVY3SmpSeTBBMUJVUkxoWWQwNVNvbzhxX3BNX2NiTmhEdGktcENqdnBJaFUzd1FldzgiLCJleHBpcnkiOiIyMDIwLTAxLTA3IDA2OjUwOjE3LjE2MjYyNyJ9fQ==','2020-01-21 05:50:17.166042'),('7r4htncvjqdvvwkkwa43bwetviyi4hkk','OGE5NDBjMjQ1YzdlNDIwZWM1N2Q0NjA5NWZhYWIzYmYzMTY3OWYwYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI0Z3lydEpKdFYxazhJLW9LQkJMZmN2S1BLQnQ1Q3NaSDljSm1vV3VzZWp6WjRuMVk4Mm55b1JrX3NmaGhVVDhRU2J3Yl9yd0VlbElyZE1NVHFSMFBsZFlJcF9sNWJjNmVONG5ZWngyd2IzeVlVR29pY0J0UnhGeFlmUzREeDAiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjI5OjU3LjM5NjgzOCJ9fQ==','2020-02-06 11:29:58.397983'),('7s7ggcwqhf20ts8q5x6arw7ol8t9wmm8','NmQ4ZjNlMjIzZTk3MWMyZGI0ODY0MmYyNWE2ZmE0ZDQ4ZDAxNWU5ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVVQVZ2d05ORHV4cnAwYVZLOW5CVC1ZMWp1eXlvc25OU3MxRGtmdGpHM1NidlFrdFNJTDdNbk9LaEVMaXJMaWFYMEppeEJ4NjhvaFRUNWtRdTFVQWhvanotSTJ1T0xSZVN1aEJ3SWYtQU4yUjQtTS02Y3FyRWJHY2QzT3M1dWxqMGlSeTRqSUxpR3FVb3BFelJTWWhFaGwzZGNfbmY5TmlRIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMzoyNDo0MC4yOTg4NDAifX0=','2020-03-29 06:24:41.300600'),('7s9a6ggvwpowk71g1rp6h1cov1vhtkzk','NzcxMmJjYzg0ZGY4ZTc4YjIyNGI4ZDBlZmJhZDdlMDcxYWQxMDZlZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ3OFNJVDJQZFRib1d6dUd6VjItTXFSYmk5YVR3MnRCRkpvYVF2ZzRSa1pmbUlYLTc0SmlvdDQta3hzSjVqTFhDWEVqWGZQNWU3UkN1Nmw4Z0htT0tWS0xzVGFKbDlrX1Z4TWo2R2dPN1c3elUyT294R1A1QmFRWDI1ZVE4ai04IiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzo1NjoxNi41MTQzNjUifX0=','2020-02-23 06:56:17.515536'),('7skte8k6z0v82zu9slol92gncjoh4bm2','YjFmMGZkNWI1MmU5MjU0ODE2MjJmYWRlOWZhZDFmZjk0NmE5MTU2Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZTRsdkMyMGgzbUkzQWJPZzlKTlVvWTEtNjIxYk5kSS0xTjJGMmVzTUljYlRSTWgwbDV4V25KUFYtdW50UDhJN0xCSzExZS1yY05MVmptM0d5dFozUTVBVVZmd1plVmV3dy05eGIydjBWZTdodDBpV003bnRta0xhb3pHUXJkbkFlWnQtd0VsbElfdF9pRzFQNEg0djJjUzFDdWE2SVJjcjRxWjdRIiwiZXhwaXJ5IjoiMjAyMC0wNS0wNCAxMzo0MzoxOC4yMTM1NDIifX0=','2020-05-18 06:43:19.216980'),('7srcibliph2h4gdlhgx067z6jie5aanv','NzM4NWVjNDU2MmVhNTJjMzMzOTExMzc4MDA2YTY4NWFjZTI1YTc1NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVWdkpvNjJkdEZSdmptU3JKXzZIZm9vLVRZTWNRNnhRUU01N3h5aFJ1QTZXSV9MTVFfQmZzNTFMNFlpRHV0NDVRV0R0MlZaRzY5UU0zNTRha1Q5Sm9jVGVHMFRTS1BGWTF4VzMzZTdwWHFHUWprbTFiUFdxNURkeUcwUlpHQUlqcTZpNi1oT19wcFZLdkhoYm1fMnlzekdDcVFZYlB1V2lRIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxNTowMjoxMy40NDY5MjEifX0=','2020-03-29 08:02:14.448046'),('7u443kceq3kl6ql81tc802waqn8w2b4k','ZGUwZjdlMzAzYmZiYTU0Yzk2MGQyZjFhMjMyYzAwZTQ3M2ZkNTY0Yjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ4bHBIdU5sblYwaDBOeGhqUkNlRGtVWUZ1SC1QbHREUEpvNWYtdjdTU1dFUGtzZ29QUE9JdlpkOUZDS1JZQlNrMWJESVlFLTRQczZfODMxallhR2VYX3VZZjhUa05tcHZROHdtbjBvZmZKUXliLVVBRHU5WDVtWUg3THVqbHciLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA4OjE3OjM2LjUxNTg4MyJ9fQ==','2020-02-20 07:17:37.516924'),('7vwgnzpyp3wl8bekzvluropeo7e0avpb','NTc5ZTBlZTdmOTY5ZWQ5ZDdkYjNjZTExZDExNWVlODBiMzRhMmYzYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J6UFZnazlRU2VYX1BGTTY5dV9ublB1NUhQMEVxU0xQWnlBQmhwSS0zWklDRW1SRVczSHVmeGp4dWJ0Rlpxd0JCeFNfR2JrY3BNT3lBRl9lM2NRVXNOY3QtSV8xVGlnOXBCNndobmVTX2tadmxhNnBLcWFUTGUyUUhxOEZOUWciLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjUwOjMwLjI4NjY1NCJ9fQ==','2020-02-10 07:50:31.290409'),('7vzm9khfgrb3ywl64b2hylpe64fd0w8s','MTY3YjA4OGM4NDQ3MzFjZmU3MjIwMjE4ZDU0MjMyMjIyYjc0NDAwYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI2WXpJMy1xbHZoSzlrNTFuRlJ3eFZlUWpRQUdJUmprc3Rmb1NTZ2lrc3NGaGc0eDZ0SXM0aTlXRC1oVWRJMEsxSjlERzJoa3gzZUZaeDZ4dWd3d1Y2d1NCMkozeGp0SmROZnZIaXVRaFE4U3JjLTZpYXd3bkJGX2pKUVphU2ciLCJleHBpcnkiOiIyMDIwLTAxLTE5IDA3OjAxOjI2LjMyNjE3MSJ9fQ==','2020-02-02 06:01:27.327337'),('7w7x0le6uu9sevt16cztjj7jdigpg2ze','Mzg3YzE2OGNiNDdmNzBiYjdkOTcwMTAwYThiZDA5MjRlN2MwMWViNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J4bXdWLTZkUWlfbFRfZ3ZTd1B6Yl85d1hxRW92eU1Ub2p1UUhVTDJBT2lxdVpNd0JfWGhZSTkwX3lBTk9lTnpra2JVQXc0WGRwTHcxYk84Y0FFT3pFRjZ3VVNsUFFLMEN1NWd1YWw0YmxKdnYxWS1STVYxdzZpNVlWYnQ2RGsiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjEwOjMwLjA4MzM5MCJ9fQ==','2020-02-13 08:10:31.089322'),('7wtcwj5y69raoie26tbnnp45wp45403z','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2021-01-11 06:19:19.338222'),('7ww1hk5z4zudwfvvqrk0gt6yfuiyu5b1','ZjQyYzVlZWIwNGYzZjA5Mjk0NGFlOGVkYzU4OGIxMDU4OGYzNzUxZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI2bmkxbXlCVVF5UjlkZXQxTU5zWmo1aEE0aFhYaDJBVXBYNjB0cjlxb0dKeVJKSE81enpMTTAxTmtOM2VKMjFJMjR1RVFLZS04X0FndEt4c1ctajUyV01CeDhOMm9ZZkRTNHJpVmxpRnhYQ0pkaFNYcHhCRG0wMFVEbWtONDQiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjIwOjA3LjA5ODIyNyJ9fQ==','2020-02-17 12:20:08.101656'),('7zdy443rwlptuk1v8ve540yzccs1ld30','NWQxOGVkOGRmZTEyYWRkZjFmNGQ0OTkzZGYzMjlmMzdkYTNkOGFhYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI3VHZpZlVOTWEtMHNVZ1gxZnVlTFMyN2NENUNFQ3diSkhaaHpDclpzdVA5ZjZYWmptMlpTTFlpd3ZtOGZ4V01tN0JiUXZTakVuYU1XbnhVLTlsVGdOX19tTDJzam1KN2xzOTFEU0w5ZkVibUtRZHFfWEExMmp3MHVQQlZmaFEiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjMwOjQyLjk2NzgxNCJ9fQ==','2020-02-17 12:30:43.971250'),('81nkgfy3tj607yywrq9k8hpijs4uheir','Njk2MDNmZmNhMDA0MmUyNWFlMDQ3MTBkNGE1NzQ0MjBlMmIxM2NiZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJfS3Awc0VKY2Z0NlBRS0d0SlFYS3d1RUV0dXVhUGlUNHpibS1VWWFIY3dvVFpYd3NzWTNmcHA0dS1FTzc1T05hTjdMY2JlcHBzLXdfRGlRRVZLX1RmRlVOR3d3R3VsMmdyR0czWG44UGpjTWExRUxEM3BvZVFrYmQ5OFNtN3g0IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODozOTo1Ny44ODg5MzQifX0=','2020-02-27 07:39:58.892093'),('81p5avrpt83b6w5lpvppjbz357bi2ics','ZjYxMGM3MGNmZGFkNmVlNmVhODcyODE1NTViNGFkNjI1ZDY5YzcxNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIxRS1MX3Blbzl3WktwVV92SXc5Ym45RVYyY3ppdEJ3Z3lHTDEtYmplcTVhWmhzV0h4N1VPSTVObVIyQTdqd2NzVkFaN0ZwRVo0ckxRd2RJN2NJVkYtTTA4bGx4VU9MN2R1aExXNXNJSDVGWnlzSjVMS3dVY0JELTNuQTA4clk3IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODo0MzoxMy41NjI0MzIifX0=','2020-02-27 07:43:14.564097'),('83b86qsfjbd19fhx147qwsrvo4gsat4a','ZDVjOGRjMzllMzcwMDdmNmM5YWRkNGY0MDIxNDkwNGYwNmE3Y2IxZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI5dWQxLUFBa2RteDV5VHpXYkFOOGwtbUlpNVRHdzVuWnBDa0JDTFpNNjhVeU5IMTdVdXotSEhOc2hOdlppdTc5TVNQRl91bXpvX1lRbWlGc2Z6VUU2d1hka1Y1ZWhQbUZFdHotcWNraEU5T1JmME0zZ3hIN0U5UlU2eUhLaG8iLCJleHBpcnkiOiIyMDIwLTAyLTAzIDExOjUwOjE0LjQzNTI4MSJ9fQ==','2020-02-17 10:50:15.437920'),('840opt1uz93qn09417b0van4cwtketf3','YmNjNjlkYjVlNjRiNDk1YjVkMTYxM2ZlMTczNmUyYmQyMTMxYTgzMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0Jfdkx6QTJmbVAwVGxJZ2g0Skp5WDBlRENLWDJOUkZ5V1M5VUxWMFJ2azlVdG9WYU5FaVk3aUF5T0J2TVFOanFFckw3Y3U2UHQ4WVc3QjZmTUNKczhYNkZUYVRJMlhxZzVoalRkMkhXSGUzaGR0VTNFZm96UXpWX2VCMEw3MVUiLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjE3OjI3LjYyMjcxMSJ9fQ==','2020-02-09 06:17:28.625984'),('846fglgymuo6wvrszyxedug9lrvx64ne','Y2ZhYTczNTZkNmIzZjk1MDk4OTZhNDM1YzFlYWNjOWUwNTc5YTA0Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI1VzNRdEVJLWw1NzFXZVFfNTF6WUcwMXhBcHdtQkJfdzQ1R3JTWmZReUFMc04ydHVQV0RNaWtuUXBaNUh3Z1FNQmdpSmNSWGxjTjc3Z0dVVFduUS1rdTg5MkJEN2hWaTM0SVoyNzVLTlNiNkt5SEE4OXU0ZHhFUkRHT2pEN3VmIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODowNjowMC42ODQxOTMifX0=','2020-02-23 07:06:01.687803'),('85ko7zqj67ka19vdnkolqtkanveqmxsu','MjM2ZDM5NThkYjhkMGNiZmZjNGFkYTY2ODU3ZDBhYWQ5N2U3MDQ4YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJfQWdqc3VxY3FYWm1BdzFOamF0RXlZWXA1WGRmb0FwZmo2T2h5UVFwY3ZQU05HZUlJSWFXTzlWbU1jSmhiZmFFRW92NGZldW9feDhoSWNhcmdMRkdTbU1xLUFlYlRWNGVHNlBVbzJWSU94WWxRWVFBQmtNRzdpYTRTNE9lTTAiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjAwOjQ2LjA2MjIyMSJ9fQ==','2020-02-17 11:00:47.065886'),('865v11s9u0l2hyw5qfdjd1yanwfxun3w','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-09-09 07:24:11.337532'),('86oahk1w2pvdwkgjckud2bw7e36srccs','NzljODliOWQ5NWRiMjU5NDU2MjRjOGRjZmVkNTM5ZmQyOGI0MGI4Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIzb1E2X2VFdUc1REI4S2tzczVKWWNUTmhpSFlYZVM2c01nd01RWGV2eVY5aG5pc21ZaG5aVHl3cmUtbmZNcDFSUnV2VUk4QmVqYzNxdTRqbDBqUDV4VlNMUkl4Ykt5YkV6YWtYUUVrSlkwR0xzY1hJNi1LbU5iWldNaElScTNDIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo0MDo0OS4yNDUzMDYifX0=','2020-02-24 05:40:50.248765'),('88px7sk3ct8e7m236doqosovtro6j4xo','NDVlZDE2NTI2MWUwMzAxN2MzMTU5ZWRiMjc5MTkwNjM2YmMwNTc3YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIxTThRcWYtbkl1LW9Mc0k2N1U2S0p2SGpRcG1NbEthREgxRm1scC01RWlyOE1UZ284SDZiSUZSSzlpVllsUFdLWmtGaEFMN09CVVBZajhiU2tGaEVfeUJIMDhNNWxzaEZwQTgxOEdSQU1nc2duMWVDd3BMcWRiOWZ1OFhZTnMiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjUwOjM5LjAwNzIwNCJ9fQ==','2020-02-17 11:50:40.008779'),('88r656fppnl90okfgk80rb2lyvmevcvj','NDFkNTNiYWJkMDE1M2MxZDIyNTg3ZGM4ZWE0OWUzM2M1YTk1MTIwZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIyU0VMcDlzZkhxTTNnQ0VnYVpqelkyejN3eV9ER3ZJZGFWTmp0X2sxNWVCLS1DR0Y1MTgwV3B0MDBkbDhDbHJEdGZ6YURCZ0VtUFNabHA1aFR4SmV0Wks0eks4anNXSHBVXzFfTTdLUzZBN000MTNJWWtsUkVyT0hqcGU3TG8iLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjIwOjQ3LjkxMDQyMyJ9fQ==','2020-02-17 11:20:48.913803'),('88s45uhhmj47imcwhkxw5ic7j63ix6db','MTgzZjRkOTBkODY3ZTI3YzNmM2ExMzE4ZjhhZDNlZWYxMzI1ZWY1ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ4ZUdSdTZFSWctelV0NkJUVXE1aGViTHV6TVl6MWJBMUU1TmdNWEdFUGdPZ3J0WGtQRXZoX1p0dFFCM0xjLVNzWVFnTXJYMUdnc3FxQlNKOXNPLXdNU1JySFhlLXh2emNZU1paQ1lGeHFZQWZlT2lybTNRaVZtcHU3YXp3X3ciLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjMwOjQ2Ljc3ODEwNyJ9fQ==','2020-02-17 11:30:47.781668'),('89ea0cunb5ffdh8xxtm8c1g641i3w3tw','NTI5Mzk5OTM2MGFhNjc1OTE5M2YyMGM2ZjY4YWUwYzRkOTkwZTkzMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI2eFZ0VVFVTWJIeTl6MzF2anJBZFcya0lHemVsVUVrVWNIOE81NF9WTHpoZjkwNkJkWUxtbHRWMEQzZFQwVVRFUTMwU3dVLUk2UzlhZnE1a1doMmsxcU5qbFpPbmdCOVhTbmlmb191R0c2WkxKcE5feUdZc0IyTWJFYV9ycFVWIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNzo1OTozNC44Mzc2MDAifX0=','2020-02-26 06:59:35.841000'),('89iuxn5yh2hpb40t9ar5w1qm6w93jysz','Y2RiNTU1OGNiMDEyMzZhOTNjYTlhZTFjY2FiNTRiMDg4YzNkY2YzYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI0ek5md2xrdW9kWTA0TW5VbXN4bENiNWlYc0JET01zVDhfOUlWMzI5WmhqMUNEd1UtUTRLWlBuQzZxT2NBdVRNZDEteGVfLVVsR2ExSWpUWHhvT1FiY1FKZ3JpalpEY3o3LVhhWTJiVjBLRUJSVEtzZ2E1dEx6RHBhZ09adk0iLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjE1OjIyLjk1MjQyMyJ9fQ==','2020-01-23 07:15:22.955702'),('8aj7pkth4i76zybk0ivszluvwqsd6h96','Mzk0MjFhNWQ1NGI1ODBlZTg0MDY1M2I2NTU0YWI4MzFkN2IyYmMyNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ6OTBoTVFhYnFEeDlqUjk4RmpHa1FYTzVCenEwVDBjN2g1cDBXUC1aZzZtSzdzMlJqamZXelRlaVlSdEpNaTd2cGVFUE1zbVNReWxyNHRBV3ZNb1BtWlY2SkVyaGhhbm11WGpCUlhxNDRHaWVKb0JmZU9qRWxrd3JCUUxFYndZIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNzo1Njo0Ny43NTkwMDkifX0=','2020-02-26 06:56:48.760214'),('8aml4i3g3x7b1o3wbt5bg8ah0jd2m0u5','NDFiMDk3MjhkNTAxMzc5MDYyZTQ0ZGRlMjJlY2I1ZjE2MTFkOTRkMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJfbXhqM1dsQ0FGcnJnOUV4UXA4SkZxY240QXB0Ukg3Y3I1VmNvajlyN1B1ZThsMGlMRG9TdnZZdGVfWTVjXzlPTXdjeUM5YklGXzlNbHhVenBDSTVVWXg4NlJaa3pGTG5PRWZtR1lpdFRHZ3FhbWpPQWRjSWFENmVHUHFwRGMiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjE5OjU0LjkyMDUxMiJ9fQ==','2020-02-06 12:19:55.924199'),('8bsrs60f7431shy8od29qbw791kf9pro','ZWE4NjIzNzc3NGY1MGVkOWQ3YTBiZTJjNTc3NzQ2NDg2NjlkMmI1OTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI4TkJ1Mm9UVW5Wdjk3UjB4S1BvTXY1cjA0b3BRNlJMREYxR1I1U2pNVU5WU1l5Znk0THNKbU9pcjVLa1Ztbk9YNkRZckVCNEhSalVXamxqTmVMTkp0eVBPZ2tDYjFJNkp2cm14N0pGcDhBN0dBOFVVYWp0V1RTTHJsMHR0bnMiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjExOjU1Ljk4NzM0NSJ9fQ==','2020-01-23 07:11:55.990730'),('8bti3v9wvaqlxopzx5h47q9jm5y99bx1','YTUwMjllY2JiNzViNjE4YWU2OTFiZWNmNmEwMzRjYzA1ZGU2MGE0MDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI4YTA1OHFTYTc3VU5EVzNrSnlIX1lyVC1ieXA1N1ZJSXJ0YnZzYnpPcm9rZU4xVE9iUWE1YmxpdFFhRklEOWhaQWM5bUY3NDhKRk12TDA0OFBycWF2LWhodHJXT1c1aXhuVHp6UDc1Z3V1MkliUHgzNzdTMFRmLVdveExYRnp2IiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoxOTowMS40MzM2NzQifX0=','2020-02-23 07:19:02.437153'),('8c3fuul4usxaljdit8nzlw2wth9gfwbg','ZmE1ZmFjMzUxOTQ0NGEwMzdhN2M1ZjI4MjZjOTExN2ZkOTlmNDgyNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSWwtNUIyNUdhRjd4STRCSkFyTFJ2VlFtRTZCVkRPa0wtT2lYN2s4cmIyaTB5dTJjQjNzVWh5SFdjMXlyRXpscEQ1SVpEOEZDQldQck12QWFGWU12T0k1aWtESjBPRFVvUEhqU2NQbzNMTkZJTUVJbWtJYjdyRy1SS184UVdWVWdldyIsImV4cGlyeSI6IjIwMjAtMDEtMTUgMDc6MTg6MjAuNjgzNzI1In19','2020-01-29 06:18:21.687307'),('8d1fqkbm13zgqatglqb0s0mu3730modw','ZDM5YTc1YTZlOGM5OTc4M2M3MTYyYjYxYWEwNTlhOWNhN2E2YmQ1MDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ5VWFqbjNyVGgzQ2gyc1BVVWRwU0gzZTZUZ3JMT2ZyVmdBcHdJeHY5OG5yNlRHc0F4Z2NnRVdUd3lUZ1dsS21oYU84VUhPeW92N3VOdXE0cXB5TWJjdzlVWkpScXQ3Z2N2SFVMQ24xTkxqYURWYS1VOUtneml1YU1pa1Q2dDhhIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoxODoxOS42NTQ5NTEifX0=','2020-02-23 07:18:20.658566'),('8g3dslsii7ns6w467z76b7wk8j1qc9dq','Njc5Yjc4ZTI0NTA2NmQ5MDM1MjViYTNhNTY3NmMyZTcxYzQ5MTliZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIyTkg5anpDVDk3QjBnZzE3LUlkcVRMYWFsZmFadHVUWUdtd0trMWRfamZhUVVoM2tpdGhiTnEyOEpkeklINmNxeWYyamUxTGg2VG1sbTN4RnFPdDh6NkpTTHhzZUNYNXdTSmZDMmhLZHRCVWdSM3VhYmdJelRqcjYzVkJram8iLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjE5OjQ1Ljk0NTM0MSJ9fQ==','2020-02-06 12:19:46.948811'),('8i45ixdey9uswx9768jc1y6k6bfwlr9r','ZjhhOTk2NGNlMTk2OWNmN2IwMGUwYmM0MjMwMzc4NWZjYWRhODE5Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI2UmtKb0dVX3V1Sm1ZbHJLcWhobjdta1pfZ0piYzVGeEtVaDRucmhZQS03V1hKbUtyZDlKWU01d2lTUXJWU0h1RDdpQ2dhTVVPTjVvbC02R0NFXzA0Z1RHaWlVQ2J4bVI1ZmVYRjI2UGdpNFdZWV9OWXJqQ1Y3RmZvcExXejgiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjMwOjM0LjM3OTE2NyJ9fQ==','2020-02-17 12:30:35.384006'),('8itwsgnr4gw4hn5be549yz7e647s3eij','MWIwZWMxM2M4OGUxMDMwMTVjZGNjOTE2ZjEzNDcyMjcxMDdkNjBkYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI5LUVPQ1ItMFR1VEx0ZTZhOUUzclRFRXo1SlhMeEU2amJiMDExcVB0dG1mYy1IdlVGT1F2dDl1VFBiWGYwME1DNUtDWUZNT0l4NGJBS2JZR2J5TFFUZzBpYUtrbmVWbFluWldtM0hRWDA1ZlEzN1dpczNveVI4Sjh2VzY3WlUiLCJleHBpcnkiOiIyMDIwLTAxLTE2IDA3OjA5OjAwLjI2MzU3OCJ9fQ==','2020-01-30 06:09:01.267095'),('8js0clzi36dzrwb0z6i4p786u5a4o4ms','NTM1ZmFkYWY1OTNiYjdiMWI1ZGJiZTZlNWQzZGE3ODZkYzg1YmQyNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSWwtNUJ4em5VX1lDUlN1eVdVZmhpRW82UUx2M2paQUF1VzRZVWtkVU9IcGt0aUI3Q3JlTmpqY1ladEVlZVRaSTFIY1NXWGE3UEI3eFMzc3dVU0w5ZDdTSVFHNDFSUXJVMTZGWGdHN3lJSklSa2hUN1V1ekpEUGdDUjVmLXhmNXdtQSIsImV4cGlyeSI6IjIwMjAtMDEtMTUgMDc6MTg6MzYuOTc5NzE0In19','2020-01-29 06:18:37.983137'),('8k4a7rkj2m2s2r69c338czla66jbl4bf','MzA1MTZmN2NhMmE1MDU4OGU1NmZmY2RiNTI1MzMzMGQzZTVmMGU0ZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IxbExibHQ1Q2lqa2JveFY0bzdZaWllckJMUkI0cmZsUWtzdG0yV2FSLVdYRXFUeUgxYzIwUnNNYVdieWdBNXdUb0NqcUNqVE1MZFZTYjYyeTJ3dHZVdU5TTlVTOG5VbjZ6NW9SeWg0VXB5RXBYbmp2dW42NXVXU0dfbUNYSWsiLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjE3OjM4Ljg0Nzk5MiJ9fQ==','2020-02-09 06:17:39.851493'),('8l1bep9xlwvl9cwzxe0wk4vjroo0g7v7','MzE1NTJhM2I4NjFkMDg5NWZiZjQ3NTRkZjNjOWJiNzEyZDI3NDJhOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIzUE1vQTBOVlVMNEVwSkxrZTdLU193ZlNFSUFWX29sV3puQzJzS3ZwLXR3T1dGRWN1UE13Qnpmbkl1Vkk0YndkWkxhR0VlTkFkQzlqZ1pQOTZYTWRHZVhkSUZzRVNMTkoxTzlpNnZSOEU5amxVU2hMUE5yajJLWmIyYUhFTUUiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDA5OjUwOjMxLjU1OTExMiJ9fQ==','2020-02-06 08:50:32.562593'),('8l3plfw6j32jxkyejct1mzh1w6oadeo2','M2RhZDg4NDZjMmFkNjdhMDZkOWJlY2JkZjFiYzNhNzk0NjIyZmU4MDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0Ixa1dWSU1MSW1XOXFVUUxmVUgyaTQ4a0JoSTdXRlgzbjBWNWhnUV9Vc3pZOG9WRXVEbUlteFBoOFFxa3lKTnY5TXVHbnE3XzZRemF0U2lySHd3ck1PTEtQMWd2WjJxXzFNLThjZC0wYWhXdEZHVmZpczFzRndzN0FmSnF1NHMiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjUwOjI3LjAwNjgzNCJ9fQ==','2020-02-10 07:50:28.010480'),('8l53fkg0nzsng18azvbq9mfjneesjrqj','MmE1YTRiN2RhYzBjODY5MmFmNDkxNzU1YzkwOWE2NmZhY2U5YjAxNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ4cVhUZEs3eVk0VV8wSTZGeVk0aG5FNUxIcVczSnFmWThwUm5BVjdLM2NKZHlLb184T1NHUG04dVpnZ0w0VWhVQUdXN2Z2U1ZtdVd3QWdyOVhhbDd3c1RhcjFHU0hRa21uRDJseVMwY1NoandtWWVJVzZRcDBaOTAyZW1KdVUiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDExOjUwOjQ3LjYxNzQ1NSJ9fQ==','2020-02-17 10:50:48.620914'),('8n1ah31jf397zwysxmb55u5pwqrnayqu','Nzk3MmIyZmQ0MjI2OTlhOWZhZWU1YzZjMGQ0YTIzZGVmYjM4ZGFiNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUJ5MGtvZ3lxdXExdVlWSVkxZmwyMTY5dFRvQXJySTk5NG5zMksybnIxbGFrQUtabFhLaXZRZW90SU1KcWpDbEtFY1ZKOF90bXgyVmxlSlU1LXZ1c2hPQUVMRk9uS1pibkNiaGhqczI2VlNxM001T3lwWDU1VmVnXzBjY0o3ZkEiLCJleHBpcnkiOiIyMDIwLTAxLTEzIDExOjU4OjQyLjU3MjcyMSJ9fQ==','2020-01-27 10:58:42.576200'),('8obrr77tilt67tesjkzvi0smlr4w4swp','NzFmZDcwODZkYzIzODRkMGQ3MjM5MTFlMTM3MGVjNTllMzJmNjI0Yzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIzeWJvQ2hoSWZVTmw0eDNFX1E4YlhnZ2VMOUxtcnpCZ2EtUkRVQW9CcTJCdzFkN3NzbjZybDh5NUY1YzI0N2JydHlsSW9RM0p4R1I2aGJZVXVWOVA4VGpYcDhucGJKTWx2MFkzb1psWnVuX1VKaS1IOER4YUwwbVZsbVlBVzgzIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzowMTowMy4wNzc0MDQifX0=','2020-02-23 06:01:04.081046'),('8piratp48jq3jfbx6t5ufar70wkthzjx','ZDdjNGQ0ZTU0NTU1NmJmYWRhNzhlYTk3ZGQ0MzAzNmUxNTQ4M2ViNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJfSzF0Sng4MVVnNGUxd2pya3B4ckt1ZmZwSGFCVkUycU8xWDhWMXRYV3dXNU5oZ1paUTVXSm01bVU1bm5rbnFIVmhWWlRHTWp4c01Tbm9sYVU0OWFpRW8tNEo0b0hfWTRzajJiRFdDRVhKSm9SQWNUTHJTZTg1Y1hkOGZoVzgiLCJleHBpcnkiOiIyMDIwLTAxLTE2IDA3OjA5OjAzLjM5OTY2MyJ9fQ==','2020-01-30 06:09:04.403024'),('8poduggg81vccu17l78h2wlkawxcn9ov','MmNjYjE3YWRhZDg2NjkzNDY5Yjg3ZTI0MzkzMjk1MWJiOTk2YTUxNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUItS2xHOW8wZDMxRXBsZWZqTHY0SjBVYXRPTXloRDVUcFI3cDN3RXJaN3hWamtVRVktN3k5eUk2TjQxZ2syamhJQlRkZXlER3UtTzh3enltdlF6NWJtelpRTUNSUEFLcmViZ1MwTDQzMHR3MDhiM0g4RFkxUDRXVGNhRk0ySFEiLCJleHBpcnkiOiIyMDIwLTAxLTEzIDExOjU4OjQwLjIxNTU0NSJ9fQ==','2020-01-27 10:58:40.219018'),('8qlfdia68xt1k8izi04dh39y3yf5oker','MjBjYTM5OGVjNDEyOWQzODk1MWIzN2ZkYzg0YjkzYzEwMmJiYzEwMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ6UUtrNm9UT0hheXZDSDB6QW9EbzVUenJfWm9jWGZtNlMtN09uU2EwRkxQa1ZSbXhsZVRIckN0X2VNcThEaHFZT0d3U3VWOEEzZ25MZHZ0dUdNYXNRNEpBb3dXa3pINlVIekVJUHZnWlZfYXdQRVFtRlhGdjkwbTNqU2xiMmsiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjQ4OjE5LjI1NDEwOSJ9fQ==','2020-02-06 11:48:20.257629'),('8r2t87n6gi6g80jrti34suuyedruaxw6','MjY4MGU0Zjc0ZDI2YWFhMDE0N2YwOThlYzY1ZGE0Y2EwYmM1NTdmMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ3SnFkbmxQS0wyb1EwX0ZJdnUtODcxOXBPVUdJbWpMT21NVUJXMFptdXBGQnUxU0RBUkV1ajZ6UzZuTW94NG9ORnlnZXZPakxVUjVmV2NQQnBnVlNnQnJwaXNhYWZTeHZvUFB6azdwMVNOdFlEeXBkeE14QllhcDJtVk1DeEUiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjAwOjE5Ljk5NjMyMCJ9fQ==','2020-02-17 11:00:20.999023'),('8rj3qfo5ot94e8dehvfokw41fcz4qbnp','YzIxM2M4ZjQ1YzljYjVmOGQzNWY2ZDU1MWE5Y2UwMTFlNDkzYzE3Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I4c205R0NiR0ZTMVBNVzBSV2pobDgyd080amVFOXlkMVE2M1l3MWhBczdNVzM5Q0xFMHZIdXJWdjdJRjY2ZDBrdU1BVm1ncnQwaWNuZDB1c1dScGpUMzhRZVVfSi04dHFnSjBoNDBXMEo1ejNhcVY3V0hXUUtSemJhYnRLUG8iLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjAwOjEzLjMyNjgzMCJ9fQ==','2020-02-13 08:00:14.330090'),('8sfh6wtgmvlij5b9c6y9c5rl0k7cjdsk','MDE5Y2JiZDU2N2QzNDZjYTdmZTYyYWNmMjJmNWQwZGExZWQ5NTNmNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI3czFZeVdYMlNkdk9NOFlCRUNJOGVvSm8tX0xvNDBmZXFJQ3EyWWw5X2lncXVvWEtfdi1SY1I5V2hramJJN19KZnM0d1JJb2JYeHExakhZazlhOWd3b3Y3Q3ZBaUgyeWFaWG15X0Y5d1FNWUpSaWgxZ2UtV2RsaXh0TEppelVfIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoyNDo0Ny4xMTk5NTAifX0=','2020-02-23 07:24:48.123544'),('8shxg6a0567bay8e4mydfum5q71iqgrd','MGI5YWI1ZDcxOTFiNWRjZWE0MDFlZWExOTg0Y2NhYTM2YjI1NWQ4ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUItSVFjcHAxOFZmQnlVdy04bkRGS2lvQ2Y5bGJUbHJXWVZncmFUSTlSeTMwZ2xzbmVSUVRIbUd2ZWI4RmtXQlVDa3Q3MlEtRU8wMUw1YkFDWlYtRFlOOTRmU2UwNHJrYUNLYmh4ZEZZeFdUblJHbG5JR3Rpdm41U21fbDcxOUgxIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODowOTozMy42NTM1NDgifX0=','2020-02-23 07:09:34.654692'),('8sw1fy5j5svvqk3j6zifdz7ar5q4dsxn','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-11-11 08:12:58.479086'),('8up4fup3i5ksr9702xharbylq7oudfav','NjhiY2FiOTI5MDU5MjY4ZTBkNGJhYTFkOTQ3ZjhhM2U2M2ZkNWM4ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSWwtNUIzMi1mU3FkQ3B0SGpfazlyUlVFN2gtVmlDWEJEZ0VHS0NCN2FoZ2pqVktfSzhhc0ltSHpFajIwUHFrWUhCM0hxdHN0Qi1NU0dpLWNvem1Gc0RnVDEzQTREb0VndkJwZWJ1SGM0Skl5Ry1jQVhrUVhsYnh6ZmNQcWZtQXRqUSIsImV4cGlyeSI6IjIwMjAtMDEtMTUgMDc6MTg6NDcuMjM4ODc4In19','2020-01-29 06:18:48.242466'),('8w3tywbszvrcjgkv7es90duzc0i7zofy','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-06-28 09:45:05.661093'),('8wy6pio0p9hv13h94aw5515p2qd4pwpt','ZDUyNjQ0NjVmNjljZWE5ODUzYzhkY2ZlMTQxZDY0N2VhNzZhYWRhZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI1TERjYk1wNXpFZDRrQTU3MG1EV0oxM2hkOWxCelVLZWFFTDk2QUQ4Ykt1MWp0eHU0ZG90enhqS3JQUjBLZE9aa2dvRmprWGxrMXVtZ296WHVMdG5rbjZ3NVBWd2hvMjFPeXM5U2FfMk9JRk01ejJfVHFEaWZuNDZWRW1vTFkiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjE5OjUxLjgwMjg0OCJ9fQ==','2020-02-06 12:19:52.806230'),('8xunkp1kewop7vua1ec7hpmdse4bfhc5','ZDg5MjIxZjAyM2FjNDExMWVmNDlkMjU5YWUzNzBiNjFmMjZjMzUwMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUIzTlEwWFpVYVR6cEc1elhFWi1XSjdXYktuRDBoZEZMRlVqdmtXYVFHczhrQ3Z2WHFoS3VCV3lTX0k4U2R3M2ZnR0ZkblR2Q3NmT0tTNFlxN0VoakN5SVpfUUhORzVpY3k2X3pMZnE1ZC1FSnZKclhzWllDZnVWQmFnNm1mQU0iLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA2OjI2OjQ0LjAxMzIxNyJ9fQ==','2020-01-23 05:26:44.016727'),('8yo4yskp7k8sog25brmdeg6x35092kq5','ZWVkZTAxZmRkZmFmNzcxMzNiODVlNTc3ODA2ZmE2NGY4Y2U1YjA4NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIwOWZGOV9qOWJ3eFlXNEtqZGhvRzkwTi1VOUNSRmNUcGxsTWJyVEMxLW9iSnc2N1hwOVJ6ZTQ1MXVpT0I2WDJHNXJIUGhPQzVUdXUyQnB3QVZOcFVQdnZ1aEJfQ3FoQ3FxSWdxeWZFQmY2eWYxUzlzTVk4Y3RnVUFic2xma01oIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODowNDo0MS45NDQzMzgifX0=','2020-02-23 07:04:43.947760'),('905wabzgibef9r9tib5ri8zq99j81ck8','ZDA2NThkOWJiNTRkMDlkZmQyZjVhYmRjZDNjZjgyN2ZjMmRjYzMxNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I3YUpSNDJJQWNsREF1WHhVYVRFUjRkSXhaREYxN1ZwSU95SHFXRnFiZnZkdm1qa3dKcGliMVdnWG9qSU42bTc2MjE5SzU0ekQ1Wk9DcHlocjJvWGtCcFhWdlQxb0VQQTNaVG1UcUplN3pRdXNmWV9iWDl1N2J3UzVHcTVPcE0iLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjIwOjE5LjE5ODYwOSJ9fQ==','2020-02-10 08:20:20.201826'),('90wwgjkmlxhu9bzejroyhns8qlnf5f08','MzM1ZjljOTViZDU1MmY5MzM3NzY3ZGZmZmVmOTdiMWQ1NDk1ZWY0Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVWN0JzaGdJMnNWSkNzYWJOQlJCbDVqLUtzYURMLXlrc2R4Z0VkTElpcmJGMjczcm1PMzNNZVVBOVlJSHRzcjBqZjk4TnNhMXRwWXlQR2V2djVHSWczeEMxWmVER3V5OXlVZjh1dmV1X0QtVWJFZXdCbG5aQjZzeHZkcmhob2ttajhLc1oyX253ZkJjbUJEalNrVEpub2ttb21qcUdEV0hnIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxNDozODoyMi4yODExNTEifX0=','2020-03-29 07:38:23.284816'),('91xli4xnaxee7ovx5fxuyc7hn9bnsrqd','NTgzZTFmYmVkZWVkYTMyZTdjMjY2NjNjYTQ5ZjY2ZWEyNGJjNDZkMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIwejV0UTNwbExOdGJWRjQ5ejU3dmJFclU0M25vMUZscVZveGN5NUppMTVTSm5sVWVuTEI2TWZpRWRydjV4cEhoQlFSa0lZZHRVcjJKRzdjakdTWldvMmVaV1daVmRtM01MUy1tQnl6cm1YOG9zcGNtVE9rcTF3Z0U2ck5UNEEiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDExOjUxOjA4LjEzMDA3NiJ9fQ==','2020-02-17 10:51:09.133484'),('92f4iw1k9kjye5m0ae1mt7sgz5jlw8b9','MDAxYTg1YTZlMmY2MGM0NmZhZGM0ZWUyNDBjNmY4NzIzZmZlMTIxZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIyVDgtRWRkZUJiR3NDNk0zZUhGVGh1QUNBNlZ3Q1FkQlVRN2UxdDZtWm0wVTZfSlpVd0tOSzYxMi11THhtYWVTM3U0ZUhjdlhSZ25mdmJlZklrbG1EM2dFWlRzSnoydXV5U2Ztb2l3dGdNbUxmMVJacGlXOFotUmtmU1hvaFpJIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoyMjo0NS45MTgxODEifX0=','2020-02-23 07:22:46.921755'),('93jf32zzsb9vne7hwktgtn4trwabfd3f','NmRjMDA4OGEyZTBmNTM4NDE5YWE1N2E1YTQ2YjM1MWYxYjA2OTlkMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEItODhtcUZQLUZFNThXVm42aWw1Y1cyRGNmRHN5cndXVjVlSl9xcTZnWElFQnRyX1duNUNfSkExZGJGMWpZTHAtWC1tSzQ1ZVcyRW5RS3Q4aEVmRzNGaGRqY3JST1pBVVJobUhBVXJYRzkySWhqWU5GZ2x4M24zeTZiYm12M0EiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjUwOjMyLjk3OTA2NiJ9fQ==','2020-02-17 11:50:33.982575'),('93lhd2lzlavm9g3yo8ahfifxotezpug1','N2E5MTM4NDVhMDJiNTQ2MjMzYjViYjg4ZDQ0MTMyZmM0OTg3Yjg3MDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZTRsdkMyeHJqc01aZk0wSXhxWE1ITGg4OTFxb2twd2dpUmVmZEl0YjdoTXlSUUdSVm8zcU02UkJqTTFlRjlSVm5qRWZMb1FPQlpVSFRBNUxSREhFWVlmYjR4cmtPa2FLc0V0OERLT2h0NzFHNHM2alQ4WXdGNk9pZFpwQVBYbWxkQ0E4TW0wLTFldERzeVhkU3luaG5NOUhiS2xjSjZ2Ym15eTdnIiwiZXhwaXJ5IjoiMjAyMC0wNC0wNyAxNDowODowMy4yMDQyMDQifX0=','2020-04-21 07:08:04.207506'),('93xirul6v9mjx1ja69nfqrzd0oodm4re','NjRiZWQ4NjcyZTg4ZTNiZjgwMGE0NGYwOGE3N2VhYzE2NGU2YjlhYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEJ4YU13MnZaR3luNUdfbkhlbUZVWURmMHB4QkUxUnlYckZCRFR0VGxqVnNRZUdudUpoVkNPU0pueW9yTVdrbTFlc056NzkyWUlYUVZyVUdPX2wyTm13MDAtT1VWaGk4U0w3ZjhDcjhEWUxTNmlWMnBpa3pGOVZRUWdXMnVtVGciLCJleHBpcnkiOiIyMDIwLTAxLTA2IDEwOjQxOjQ1LjIxMzM4OSJ9fQ==','2020-01-20 09:41:45.216800'),('9402od6s03jrvv4n2g8gl3o95f8gj1m5','YjJhNTY4MzIyNjM0NDQ1ZDkxOGYxMGQ2YjJjZTBiOGY2Y2E1ZjVmMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ6d2d1aUVkeEJPOTI1czZXY0h4cDk3UzVYbTJRRlhOWW9QdnN0bkh5S3g4NGxsUEFPbUEtSXlGMThWZlo5V1h1dXdSRlBCS3prNkFFTlVPSFBKZElqNjZLR294b2lPb0s4amJ6RDdpWlhFMW1fNENIZnU3YWdDUllwcW95dG5yIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNTozOTo0Mi4yNzY5MTUifX0=','2020-02-26 04:39:43.280373'),('94h3uv4nkysborasfsu4fhyi3mfbmgt4','M2U5MWYwM2FlMTBiMWRjYjBkZTg2YzlhMzJlMThhZDQ2ZWIwMTkxOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUIwbDh6dXVVZEN5N0RKdkY0ZGhScXZmTHZqN0xCZnZQU0d4TVh0ek9YaFRVQUVXWE5nT3VBdkp0X0FBX2RONDYtU0RMd1B6UHVjTFd0cWsxYjJpSkg1S25MT21nMVdPX0dKRkJHZjkyTV9nazJ2aHB0aUpGZmlZVE9NT0l1VG8iLCJleHBpcnkiOiIyMDIwLTAxLTEzIDA2OjQ2OjMyLjY1Njc1MiJ9fQ==','2020-01-27 05:46:32.660113'),('9564g94v2eu8mvmbypx977ctjk4hcfjq','ZjU0MmY2NDMwZGU2Yzc2ZjFkZGM2MzM4YWYwNjQ2ZWFjOWJiZTMzMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJfanpTOC1tQUptTW1teXZITFF1bVJHUDkzZkQxcndzVnFSSVZtbFItemYxT2wzcVM5ZDZPS19pWTRYTzhoRnhsT21CZ3ZTaUdITDc5SDBHa1NodzVEelI1MUN3cjh4d2VzUGRXeDhPZzJHQ3ZuaGxEMkR1VE9ZWU9nT0VITFkiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjQwOjExLjM5OTU4NyJ9fQ==','2020-02-18 05:40:12.403049'),('95efpwq5jayj2u7yx3m655qib22r4ym3','ODc3YTEyMjQ2ODJlNjlhYzRhNzg2ZjYyNDY3YWZmNmU5NmIxZDZmOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEJ6eHlqd2h1WHlKeTM2Zy1iZ3liLWtTTnJBbC1ITmF5aUQ3WHFvWU5DeWtZeUNobFY5NkQwX0VObnhkbDRIZWp4Q3Bkc3FvQnRxQmVYRHlOZklaSkhzYnlBdjlYb29ha21ocGpkc2xsUjB6Zm5ZMHNrdS1MZmtCVG1OdHlfTEkiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjA3OjQ4LjU1OTU2OSJ9fQ==','2020-01-23 07:07:48.560810'),('95uzo8otyfgp5iwm4fk4nn4a8hrt4380','Y2VjNDUxNTJkMzMxZTBlMTJiZTlmN2M4YTU4MzM1ZjAxZjEwYzRkMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI5azNJTWZyVFlZWmFYbmgtVHhCbmdPUXZWb296dER0OHdDcDFzbUtrSjVvcXFPaDJMUnZFQVRNQ2Nxb2FBUHA0NUxKRFY5WW9tTHltYktkRGJVWmNpTVlYQ0pqT2lzUk96ZW5mYjhBNUZXWndmQ08tYjM1Z0dldHlNbHVrSjZCIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo0OTo1My44NDcwNDQifX0=','2020-02-24 05:49:54.850600'),('95xtd8luh0ig58indqfmi4vdrix58loa','NDAzMzcwZjdjYzJhM2Q0YmU0MzJiMjBiMWEwYzhmNjRjNDllMzk2Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIycWN3UGlkYWtMcDZrd3I1UWJ4eExSMFh3blhudlJuOUY0bTVvTC1jZm1jeUUwVDBMaWtTWW5TdHUtYjh4bDFsNGJQMjBfTXNlV1B2emZGaC10RlNVZ0JGSjZYYjFtVGxLdGl2NlFkMzBsOExySUJSNEl0Smt3Yk1ibWYyVE0iLCJleHBpcnkiOiIyMDIwLTAxLTA2IDEwOjMzOjA4LjU2NTA0OCJ9fQ==','2020-01-20 09:33:08.566171'),('96bemf9qomzkht6dk78s5yk9umwdvcg9','OTQ0N2U3YWRkNDQyNmNkMzNkODNlZjUzODc3MzhmNWM3N2EzNjViOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI5WEtUaXJZS0wtaHctZjRiYUdHWEctLWRZVExRVERvNW9QU052Q3lDMFB5d3NmYmtLenFxT190QkphbktMTThBRGU3UllFR1A0V2JCZHhFQ3c4anlOa0oyR0JhY3l2eDZvcWVhajl6X2JtbkJ5VmVQR3hvX0gwRzZCWmlaOEkiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjIwOjI4LjI3MjA2OCJ9fQ==','2020-02-17 11:20:29.275666'),('96fsu76sh11vdzj4yfrxwe304nq9ao9z','YzJiODBhNzUzMjA1OTlmODE4YjEyMThmM2FmNTUxNWM3ZmNjMDU5MDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI2WHBhLXdCWTJMbm9BUzhJbTdaeVlWSTMyVXk5MV9YVjRqRDF2VWdQWVFqbTRvWG9zRDdacXEzR2p3VXQyLUUzeHB5ZzBtOEVlMldIV2l0UHQxREtmRUpDa1o5QU9kZm96c3BuMWJVeDhzNWJCNTFVM1dHU3hrVDZpX2lJSjgiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDExOjU3OjIxLjk3Mzg0MyJ9fQ==','2020-02-06 10:57:22.977411'),('96psz0x6ynwd9i2gr7kdmekq9n0tmj04','YmViODlmZmI3M2FhOGE3MTc3MWMxMjhlMzkxODI4MGJhOGMwMjZiNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I1ZW45LVJRWDFPODFCS2ZjaXpZUVNneWhaRk9VVTcwbC1EWGI3YlIwTFIxT0FqaEZwUXJUNzhJRHg3SHZ3MEhCSDZnZ1MyWnlkRDc2T0s0VXE3aFFlS2lmWXA0am9VanhQSUZjS1dYT0EyMXVoZnZEVGRnUEQ0WWJDMmcxZ1kiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjQxOjIxLjM3NzQ0OSJ9fQ==','2020-02-13 07:41:22.381056'),('9awyxnviexktqk5edbaeqq1fmyazlaos','MTNiYzdjOWE2MTljYTI0Mjc1MzI0ZTFiMzVhYzE1OGQ3YjcxYTU4Yjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI4SU5lNllOVmY3VFFUMlpoTDhyVlk3MW9MNTI3VXAteEFtY0d3ZWR4RFFVNWdkOHBVX0NEeVFJdjdwSDZJTDNOa3gxR2w1dmN0S3RZMzZ3UG02anREbnYxMGpEY3d2VnZ2OEZKQkVUQjFtanlKOW16LVQzVk8za3R0RW1xSmMiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjI1OjU1LjgzNzY1OSJ9fQ==','2020-02-06 11:25:56.840947'),('9dja2bl0d0oy8bvp7cxlzll1sz79w6dh','MzMwOGM3MjE2OTVjMGU0ODFhMTg3NzkwNjA4NGZlMGU0ZmQwNWQ4Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI2TkZkRnlNZ3ExRTNxQ3VrSzNsd0IzazZhZ2M4N0VqdTJpcVlSZEEzbFptNHN2RUJSQ3NqUjNIRkhMTlVsUkd0MVRmYmZzd2R5MWR0NldIZUNuWUtTUXdPTWs4Z1F0aXMwdnlERXEtM2hodzRScVJDX3BncjhjQnI4bW03ZGMiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjIzOjM1Ljg4MTM1MCJ9fQ==','2020-02-06 11:23:36.884744'),('9g5zzvrmwldt6hypx490v3fiwwswcryu','ZDQ3MmIyNmM4NWY3OTU2ZDIzZmE0YzRkNGQ0YTRlMWU3YTRmNjdkODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J4NndOWUNJQVhlRXNaNUlMZWUzZm9BTHduOEROS3hfaVhDNzNRYWZVV3c2ZmdVMW5MZGlTRW9URi1ONTR2a2dHMldKQnFMY2VpalNHRlBQQmFIRHFhWFE4YmsxQ0RUSXNYSnNJaVEwai1WeEU2aWoycU9ENzJSZkRmVTZ6QVkiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjQxOjI0LjE2MDk3NCJ9fQ==','2020-02-13 07:41:25.164413'),('9gzuiubzan5ut3t0prgybd2sp1q3qpq2','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-06-28 08:56:34.382353'),('9hn8sj9941xnae6z6vccmz7vr13mvu6z','NmRiNGMxMmM5MTcxODY4MWIwYzg1ODljZDJiNzQyMjI3OWY0YWJmYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ6NTlYRXU1cjhpdzNia1dPakw1NXNNYmFVMkJSV0tIQWZEblVveThHN0I2V1RaOEFOWEpBbGtSSUZzako5RjN4cFM4YlM2SHg0c2pLMFVCWEhFLUtUMXpIR1JtcW1rTzNOWF9JT0pULXBSZGdMcWZyNncwMkQ3NDJWU3NMQmdZIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoxNzoyNS42MTc2MjQifX0=','2020-02-23 07:17:26.619085'),('9ij2a44kvuukj9qqhz3azpotrmb9dgm1','MmU2Zjk1NmUzMjNkMGU0OGNmYTlmYTIwZTUzN2Q0YTgwZGRhMjJmMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J3RHpwLXhUbWZOSm5ia2lDVHp1YjItcGRZNkZvV3g5RjJiM25aWkNRa09TOGdrcHNBVEg0NW5QR1dzTnVfTE1ISWpZcGNNcVZuM3AyWTZnd1JhQkZyVzRhS3BkWG1WUEtidjdZN3NjZkcwY0JWNGppU00ydkQ5SzNFQXFLdTgiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjEwOjE4LjU4MjkzOSJ9fQ==','2020-02-13 08:10:19.586413'),('9ivz9fir1x0utg7ya25yt7qk13ndd0dr','MzllYWQ4MzJiNmYyN2U2YzY4Y2VhNjIxZDVjZmRmMDM0YmE5MTY5Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIxR0xvcEZ2bHhxNUpCRXpUNkpPcWNzWjU0dFFjeUI3S2toNEdSSUhId3RmbjdxaUR6M2Y1b2xzVTVXUFNYNVZDNDhCRGVHdHVualI2cENVdDhGaklQZU5oWEVpM0hkQllOVllKcEMtZmVlRWRjQWR6bUJFSFRzdWk2TUtPNm8iLCJleHBpcnkiOiIyMDIwLTAxLTIwIDA3OjE2OjUyLjk1NjcyMCJ9fQ==','2020-02-03 06:16:53.957870'),('9j8xstbpl3i97o7rp2yq1xmvq3af7akz','YjM5ZTE5MWI4ZTljZjEwNDBjOTgzYzZjZTcxZDMzY2UyNDIxYjQ0Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSWwtNUIwVzE1QnlkeGVPT1VOZENySEk4NndEcGxSTzd3NlUwbHpDRnZKTHJkbFRmclBadDhKblhwbmZ2bE00eUNLMHUzOXlQekszSmp2QXE0eWExdUJnYTFnT2hLemdrQ0tJMVVDVlV1OXRKenBVZHVySC1ZMm9GUkNIN0w1dUI0ZyIsImV4cGlyeSI6IjIwMjAtMDEtMTUgMDc6MTg6NDMuODc4NzQzIn19','2020-01-29 06:18:44.882152'),('9kos848f7g2gasfd98ht2m9ll4453zvi','M2NkNTdiNzQxY2U5YjJkNGNhNDZmYjFkODM1NjUzM2ViZGY3MWUwNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIxVHZvWFpBNVpSTk41UkpkY2RNOEtZbmJOS2ZjdExZbENMN01NNTJMd2R0UlM2dzd1Vks1OGxGSU1Ybi1WVUxTNkx1MGFMdWxGMHNsT3Z1SFhuMXhJMmNvX1JsWmtKSXlVX19Ua3hnLVJKdGJPUW5IcEFqVW53eDdWRDVxcnciLCJleHBpcnkiOiIyMDIwLTAxLTA3IDA2OjUwOjUwLjgyMDA4MCJ9fQ==','2020-01-21 05:50:50.823531'),('9lh4wots9gogud8yyn4hwfygav4gxmip','ZTBhZmJlZjM2ZTBkMWNmMmM5NDRjNmJiZTNhMGM5N2VjMGIxNjI2NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ5RnJQblRQQ19QNFNJR01EVXhpdzg4VFlXN3QyQXRzcUMxTTFKQ1JmUjNydTUwVzNOaXZUU2w0NGR0YUhmSXZrT1RpcDB6amxwaDc3dHVNVndQRW4tQTUxUlYtS2xoNnFLQXdKMTB4QUFmeWJfV2ItX1dZSmJ5VE9vdmVKQVRjIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODo1MzowNC42OTg1MjgifX0=','2020-02-27 07:53:05.702444'),('9lhlpi51ocn1l5o0a63c6a6f76eo07la','ODE3MDgxOGJhY2I0N2QyNDhjNWNiNTA0Y2MyNmNlMTc5ZmMzZDNjYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I0UXFHMGlUWVNwZC1lVHBLRW8tTDRqYThnSjA5d085MHlOc0VMOEZpaGc2SHJIQXJidkhlaktyZXFCT3NUbGdWQjhNa19jOXB4LTZNZUp4MnBsRXNGaEJJcXJBcHZ6QnJja0NrTkFIbFlZMTRJcGZIaXZISnRvWm5JcktrZ2MiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjUwOjMzLjU1OTcwNCJ9fQ==','2020-02-10 07:50:34.563177'),('9ln45ju9us4z9fvbn6h85je876flabx1','M2RhNTZmNWZmMTk5OTY4MGUwNmRkNDYxNzA1MmIzMWIyN2QwMjNlMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIwS1NGamFfUU9lT2M3WkVDRThUSkhSTy1DN0JLbFZSc3kyRVJpbkRSTlZYZnpCVFBPVXBOelBzeVprTC1oUTdjVWotaTdsX0pIbER0NnVCa25fN3lBX1VnSzBlQnMwcWR6ZUI2Qi1qekVONXJOWEFUbEhMdWJhZS1yaE1rTFUiLCJleHBpcnkiOiIyMDIwLTAyLTAyIDA1OjAwOjA1LjYyNzM0OCJ9fQ==','2020-02-16 04:00:06.628462'),('9m6w31wgzv2gnf867mtzfk4ctj4i9q0t','ZTE2Njc5ODAyYjQ0M2VlZTA1NWVjZjc2ZTY1YTVjMjg0NzQwODdmMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J4WTNuSE81M3VNVGRSSnNYVEItREV5V21PUXhIbVhGLUp4VG5vTXJOdXBjTXg0czRZX3luZi13bGU2VnB5SWMyOTYzWWdtT1ZGd282VzVUU3dLZUJwcG5jRUdfbVM5ZWlkMjFDcG96VDNWTXljOHpnN0pEaFRDUVRfdTVMNkEiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjAwOjM0LjgxMjI1NCJ9fQ==','2020-02-10 08:00:35.815787'),('9mth3lzeg3ykvyng01d81al7uk9bm85f','OTk1OTk0NWExZWRiYjlmNGZkOGM0MzQxZDE3MzdkM2RhNTc4MDdjMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HX0I0bUZRQUdURmtCMDBNb0FneXJWY2NPNlBfUnJ0azByNUo0cEFPYTQ0NTdvU0puZG5udFBJOEZnT1pRWlRoZWh4ZVpPZUJ4YmZkdER5TVJKdGxpVXJjUk5vcW83S1JLSGs2MnpucGRlQ3RDYk8wVnhqQmJBWnQtdDNMd2dEcV84IiwiZXhwaXJ5IjoiMjAyMC0wMi0yNiAxMTozMzoxOC4xMzY1NzAifX0=','2020-03-11 10:33:19.140335'),('9mytnmnvcdw4pi4au5bzoaefjioveisx','NmRmODU4MzFlYjQ3NTg4MjQ0YmIyNThhMDk3OWUzNjM1YzdiZGVkOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYU3pTaVJnTnRCNENTVkpTUTloWHc2RGZFcWxRRWFTM3ZZbERmdlludE9JMWZmNE1rclJ3QUkyYm04WHlPc0U4ZHpmX3NQdktlaDNzMHVBQzJPNmJSWlBsQnloZ1ozcEczUnYtX1FERzNXOGxFU1h4OWlHbzVoTUduS09aaDFJWmw0QzNlQkU5ODZ6OXFiZ0tSRFBZbnJjU0VHNGkxUUFBIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMzo1NjozNC44OTk3OTUifX0=','2020-03-29 06:56:35.903306'),('9n1y24tmxpxncc2l6057zdm0vlb5207y','OTNhYjBkMmI5ZjU3YzE5Yjk1MzI2MjQyOWZhY2Y0ZDYxNTA2ZjhjOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I5Nkp0M2dZaXdicEhGQzBaQ19xWVdNYVQzMUxTOGpXS3hGZERhQWpISkVKdnBhQ3Fwb25tVTEzTXBuY1k4YWxzbTlHRFpUVXBaVGNwbHFlUmwzbWwxX18xdXUwTmJlbmNGdTgtQmlGYi16VENPV01TQm5Pb3JMRVp5QW0zVFUiLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjU0OjMzLjM3NDI0MCJ9fQ==','2020-02-09 06:54:34.377814'),('9nptxjjgkdwpf1x7sbi6xh338b5ce1nj','ZDhhYjViOGJhZjFkNzFmZDEwZDBiOWVhN2E4NjFjNTdmMTQwYTQyMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI3M1JrVmFUUThSSnFmb1YzaVBHV1E2Y3lDVFlaM2tza2FFQmsyTEFSQ0w3Ml9tUmFEcE96NWRTX0taUW92ci1zSkpTNTl0VzJVS0FLaG56RWx5bl9jZ0tNTXIzZUo2cGlNVTRueHRDNUUweFo4VVVZNTROSl91dW15MEhHdEUiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA4OjA4OjAzLjkzNzAyMCJ9fQ==','2020-02-20 07:08:04.938221'),('9o11x5un7m4zyuiimf0fsveme82aeiha','MjFhMTBmNDU0OGNhMjM2M2UwMTBhYzFhMTQ3MjZmMzFmNTNhOTM4NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI5SllFRlljMUFaYWp0eW13LVdJSlhTMENZSnFEOEZWS3pfMGMtb3lzRlE5WWk4aFozMVlvSUc5ZU1IUnlLVXJieWNjQzlHaURwRU1vV19TZExuWGdMOXhPNWhVRWFmaXJQRHhiUFU5UjFDQ25ydUY1NXMzb3VmU0dJSzVZZGsiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjMwOjAzLjE4NzUzNSJ9fQ==','2020-02-06 11:30:04.191073'),('9pypcw7b0y9nfpolvnskytrhww5lucvz','NzQ2NzcwNDI1ZGQzMmE2NmEzMDE2MGRhZjRhNjA2YjY4N2I1M2RiOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ6eDNPR3FNdmpGY094QklEejZLV1Vhb2l4Sk5xTDlJRGtzbnZlVmViZk9BRGVwb0l0OVJ4ZE9makFXSUlsQ1ZFQUFiWktwc0U3V2lFSDhyczl6OWRKX0dHNGpRdHF4QmdkdEV4UzVYWFVHem9vVzVDckI1c0J5UUNPX3N0WVZhIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoyMTo1Mi42MzEwNzQifX0=','2020-02-23 07:21:53.634564'),('9q2oswk229vvizovj7t4brs3z1warws4','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-09-09 21:52:43.212907'),('9rahoyjbcr154rzr78q0w647l4zw1331','NDViM2YxZDQ1ZjIzOTcwNDA2YTE4MjZmNGVhZjljOTE1NTQwNTMxZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ4c0VHcGRwNU4xYkJzdmFxNi1MQ1FrUC1CWjU5V2VZS1I2SUxLZGNmeGZOQVdibnJ5NHBRemNXSV9HdzNOMFdTUHFaRVBJU01Vc05zWDY2Slpvb3lpYkVwaTdpYmphSDYyMTlJcGZnM2puaTl5UXZRdGY1ZGFiR1dkTVlaZEpXIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo0MTowMy4xNzg1NTYifX0=','2020-02-24 05:41:04.182043'),('9rehjmwsvh5889wjrin8bu7thihklz1l','MmQyYTk1YjliZTE1NWRjYjI0MThkMTFhYzQyMzZiY2U5MWRjYzExZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVWYi1VTlpteG5HN3V6dW5XQmFhYVBGN1VNemF2bnFGSjZnR1RrY014Yk9ienhSU18wRjR2bnlwZFBlSEcxUXIxME9KMUk0cldBSFdLUUVtOFFjZ0FnVUFnaEpRcDhMYnZPblJBUU9kajd5ejFIQXJSLV9pcTVnSWxOZ0FrY0xocGtkRGdiNnpoQzhURzUyS3FmTlpyeGdoVW51MEVhODdBIiwiZXhwaXJ5IjoiMjAyMC0wMy0wMiAwODo0Njo1My42NjczOTUifX0=','2020-03-16 07:46:54.670921'),('9rffcgbhbp5spqan8n6yccvhawl4rl84','Mjk0ODBiMjRjNmQzZjc0M2Q2MDA5OTYxMmVmMzRkNWVmN2E0MmU2MDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIwMHFtcHIzUjZWVDRtUFJVVGJSM044YnBtZG45Mk5PS25sSzdMSm9nb3V4dDhDeVVxUlBsYWxIcUV5a1Y3UndaTWphSzR3M01sdGp0eVVIWWc5S2ZxTzhGRk5LYkFNc01YMUxJSk9RWXJPUktUaEtMTDRUck5Ldy1rT0huTmMiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA3OjUwOjQwLjE2NzkzMiJ9fQ==','2020-01-23 06:50:40.171107'),('9sfvcw62tcvcawzw0lill6isjsr8if7d','YjBkMTY4ZmMwODZkNWVjZjVkY2IzMjIxYjQzY2Q1Yzc4YzVlYzdiZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI2RGZkUXdaUkV3R1VSQ0pScy1fa2hua3ZZSURYOXIwOWZKZXNzUTFRZ200a1ZXenFLdjh6OS0tWThTX0NVVzU5T0FvbjVRTXYtVUFxUW9zRUZld3V2Tms1d01pbXNPc2tpblByMW5DWkRhd3ZaY19FQzBoWGstdm5nYzRRd0NGIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNzo1MzoyNS40MDk5NTYifX0=','2020-02-26 06:53:26.413496'),('9t68ia3h396dmyyovo2suaiq0nnhya3o','NTJjOWE1ZWYxM2I4ZDg5ZDBiMGRmODBhYzVhZDY3NDFhNTQyOTkyMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZTRsdkMxa3ZGU2gwVE43MnJ6Njllc08zQUM5RFNsbmxJZWdRdkNhOUpDdGZmNnZmYTB5OGZRYm1weU9OWDkwUkU1czBmazhPRGtaLTJqbExqbnA5VWJsTks1NmxGbHZseXd5YVVWYWdKQUtkbndPSERIUEFxcWlpREFveFlIYUsxNTUzX0QtLUJTendyamZzNVdBVF8xV2RZSnlGb2k3OFZvdzZ3IiwiZXhwaXJ5IjoiMjAyMC0wNS0wNCAxMzo0MjowMi43NDQ1MDcifX0=','2020-05-18 06:42:03.747981'),('9u2y0s52bjensvv0r3xkbku2iu8ndrxd','NGVmMDMwMDMzYTdjMjMwMWJiZDRjMTM4NTcxZjA3N2Q1NTkxYWExODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI3eDlROXhQSEZCQURDV0VtZ2E2am90OFAyTmlodFpWOGJGWWd6bGtTX0QxLWc3REt3VXNaUjBsX1lrQmtLX1dzcUhMek9KR0ladktNbExuc3dSeWZael91VEdKWHpOSkM0Um40Uy0zbng2VEotQmpsTHJxRmNJRk5mckdmWjVCIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoyMzoyNy43MDQ5OTYifX0=','2020-02-23 07:23:28.708471'),('9ubt78gxvgh7c1lsfvrrotxys9pd6mlh','ODNhOGMyNmY2YmY4MDk1ZjVkMzc3NTA2NDk3YzYyNWMzYTJiNDI5MTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ3M2E4QUpOZkJpT2R0aUFFVWxWNEpHRHZxbjJHWUU2WnJnNjdkbFV4ZEJZQ2ZmXzl2akZpRmVrVEVUclh4WnpnaVpGLVVHUG9FbDhfNXlveWVNWVA3ckRfSzh5WGVoTHo2MzZZMFdadWFFSlFGVHlSa0tfYVg5ZnBWX25Dc00iLCJleHBpcnkiOiIyMDIwLTAyLTAyIDA1OjAwOjE4LjY3MjIyOSJ9fQ==','2020-02-16 04:00:19.675777'),('9v3yhmhx0q6jz9su9l2m6xrxa07dbb63','MWRmM2Q4YWM3NzIyYzlmN2VlODk1N2ExNjRlNDY4Y2YyMjkwNzUzMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIxMzd2dDdIc1ZpcVY5V3ZyRGhZUURxUzJqQ2JYMFptajF2TDFkUU9CTDd2LVZnLXJ4S0N4LXlYdHJIWWIyWlFQM2M0Y3R0YWtmNnhKTU51VFVreVlrVFpMMlJfV0loTTBlemJGNzRlQXBVRi1FLVZFVGlSNUpqUlVMQWJwLURGIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzo1NDozOS44NTI4NDUifX0=','2020-02-23 06:54:40.856277'),('9vckikpnrkpzikpvr4q9187hc8erx1no','ZWJjZjBmYTg2NzAzYjAwNTNiOGYxMGUyZmY5YzMzYzY2MzFlNDEwODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJfaVlIeXJfTjRXTTRzc1E3ZkF4SUt3dGNwR0dfcEktUnIwQUtkS3VLbUVLNFJPbjRqSEJVdHdoQlIxRnI5dk1YNkN3UHlpMXI1eV9PZFQ5RHFCTmpreHFXaXRYcVJaTkU0aTBhMkJ4Yk9UMG9vNTd2cGJqTVlqR1QzeG1NTkkiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjIwOjM2LjI1ODk0NSJ9fQ==','2020-02-17 12:20:37.262576'),('9w23mjiej43y7qe4ol34wqgaz14ktoxb','OGZkYzZkYTA1NTUzY2U4NjBjYmI5NjBmNDFkYTE3NTM4ZWQ1ZTljYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIweUR1RU5iU0trWjBWWEJDZEl5bUN2VGJUZVM4amNIeHN5Rk5JUXE0cXVQTUM5OXdIR0ZIOWZQTW4tSUpiTmFwcmt2enpXTF9uaDFYcE9UUFVCNHFDa21yVFZvSlVpOFo4QzEwOEVTbGFzcGprMGpBOENyT2lkQnpOZ3ZhQmsiLCJleHBpcnkiOiIyMDIwLTAyLTA1IDA2OjM0OjIxLjEzMDMyMyJ9fQ==','2020-02-19 05:34:22.145154'),('9wnw5l8oqdeoe1obhomj31t2ssb7kw4k','YjlkODMzZDU1YTI2NGVjNjI2ODRkNWYxZmUyZDU5YmUwYjA5YzU2Yzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI5ODBnMGxFM0tOb0hXT2hITFhNQmlabFlPQktLUHNTQ0Z0SjFFQlRjQ2tMb1pzazIzLXVmMlFqaXNQeFBEQ252T3pyc2E0RVotdEhUN2VMS0twbUVSdnJ2ZmdUcEk5ZnAyYjd4aHktTXVmVXB0TEtVUXNBYUQ1MzhlNERYUE0iLCJleHBpcnkiOiIyMDIwLTAxLTA2IDEwOjE5OjI1LjMwMjgxMCJ9fQ==','2020-01-20 09:19:25.306097'),('9ymjrtg8sceo3z2yekthjexw8qqbic7o','NjJlNTk2NDg5ZGFlYmJjYmNlYTU2ZTY3ZTY2YmMwNzZiOTNmM2M3Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI3RVRkc3g2Y2FpRUNCbEx2cjZONEFWMTU0dkVWUXlRSW85MGFsZTF1S3l6OW9pRi1ZUS0wNVk5LTR5ZFpBSXg2blhTVEEzLXhYQVl4Nks4MzZES05kc2lEd1M2ZVR1amI5TVcxY3U1dFpmNXcxY1lfRkViOXB0X01qTmdxR2siLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjIzOjU0LjYxNDQ0MSJ9fQ==','2020-02-06 11:23:55.617989'),('9z0u24ur1u8xzclcg0g169xs32x7kww6','MzcwYmU1MzllNTc2OTBlMDZjZDgyNzU4OTdhN2IzOGNlMjU1NzcwNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI1REl2RGY3NG5EN0hGRzlaOXBZVGtwUlJoeDNldmU1SUJTUjJWb3VpbnBWaDFieDdfdWw0WjZSbVBHdTVYOFk4UmhET1JWdm12TGhZbUdyRHVCWlp3cHdYdGZZQW1KOUo5N3UwYkR0Q2dFNkNFS2hfVFJFMmlRenFja3RaaUs4IiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzo1MDoyNC4yODY4MDgifX0=','2020-02-23 06:50:25.290137'),('9zhj4tkw9lr3myp6e9g6tmaysikv2dlc','ZDE2MmZkZmQ5ZmU1NjhmN2UyMjgzYTM1ODQ0OGQ1MWFhZDQ4ZWViMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIyelNxNGtPMldZOVZJLXU4bGt2XzdRQW92a3VRNU9NbFBDSDRHeUFtTFNMOWQ0SHNRMEhwcWRTWjBwejNzLWp2S01HYzZXT09nR2lKZUpvTGhuR0lCYS14aWVaVDEyb1psVjVyM1N1bnBWQzVnOC05blVjc1RORGRPOFRxdXciLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA4OjA5OjA1Ljk3NzUxNSJ9fQ==','2020-02-20 07:09:06.981055'),('a0itk8b4gsom3mfxgj19enelm5xslj0n','ZjJlM2ViN2JmYTcyMGNkODU4MTlmMDZlYzdjMGQ2NThlZDQyY2Y2OTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI3TTFWWmstbWN6cFdHODdHT1ViNWo3cTNybUJValpJU0lTeW5Rdm9oVlg2SHpFUnYyNy1xTHJSemxtT3RuUzVwbzNualdKUHJsVUxramswN1JVSGVXd3cyUmlnY0VWT3FMNG1GQ0F3X0Q5ZkpGNzNNaG9nUlRyN3dkN25hazRwIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwODoxMzowNi41OTQ3NzEifX0=','2020-02-25 07:13:07.598214'),('a0xjipnj3u594qrd4y6nm1nrijccps36','YTNjNGRjNWZhOWE0NGMzN2FkZGFjZGFiMDU4ODk1ODEwY2E3ZmRlZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIxTXJzM0otR0lULXMyanVZT3RGVW5ZZWtUM3BrQ2JyVTh3MVdtVkR2U3dOYXJvYWhXNWVkaEY0YmR1M2o3REI1alNqSnMtY2VFYkZJb0thNk1LT3RkOFJnRHhva2RVNGMzTW1XUjZGU3ZHT01mNURhcTA0VTdhei1JbmRxWmsiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjA1OjM5LjEwNTI0NSJ9fQ==','2020-02-06 12:05:40.106337'),('a1jzg69rnn8f9gmgcin4xxl5znub86y8','NzMyOTkxNDRiODAyZjJkYTQyNjdmZGJkMTNlNDFhODdhMjRiZTI5Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI1eWw0Y1V3ejl0QlRpYlhtbVpmb29JeUJzNzU4MW9uV2RGTzEzYlZ6d0lxU012TnVBN1lPY3h2OGNvWklrdS1EU3lkMms3ajhlQVdVTlZMLW1ZNUJ4dFJKX0plRGVPNHY3eVl0dlRvazFDYndNU2xtWnl0OTcySnJOb3JId2ciLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA2OjU5OjQzLjE4OTQ4NCJ9fQ==','2020-02-20 05:59:44.190494'),('a1svi63gqi5gqwtnxj06mfc4h88kksrq','ZGY1NGRlMTA2YjFiNDZmY2RjMjUzMzI1Y2RmNDU5MTU4MzY2OWNkMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J5ODV6MW5yelA5aTBZX3dydlN0dzQ2T1R1UnZ3SDRPYnZCcElLaUdSaWNnclZQMm13TEdHMkZBQ0cwVGxRR2RFVmd0ZS1PenVxTVljYnFiVVF3alJYMWJTdDY4cl9yTFlYaEVJSmlpQXEyTmFSS0Y4NFR1Q194Z3duSWhrRW8iLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjUwOjE1LjU0MTQyNyJ9fQ==','2020-02-10 07:50:16.545078'),('a3ccfcs1ywd6snjzcpxbfsmozj8qjxjp','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-12-25 08:57:50.254810'),('a3uc5rypepga4dvjkb1ee78oos37pzsf','MDMyNDZmMThlZGM4YTM0NDYzNDYwMzU0YjYzMDJlNzBjMjU3MDBhZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUItTXFRRjhSclBzYWJiMzZkdWFkSXlxdkdBdk4yS2JzYlU1bVRmSlBDSXJKQ1lxRE5RcnBJUVFDV3NxaVRpeHhsSklhaTN2U0VHVG1MYlU4NFBDLXlmaDVqbi16cEhfNDlHdjZESUFrS1RLV085bmplOGdUeUpmM0dXNW9GNzVqIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNjowMDoyOS4xNDkxOTIifX0=','2020-02-26 05:00:30.152858'),('a4m401h3vvizq8phqvkt63v3gg1pwhrf','MjBiMjIxNTNlNTJlZmQ5OTJiNjUwOWEzNzIyZWZhNTE4YWZmYTc5NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ3YVFEZWpGVEw4VjdDVWZnM3hTUWxROUNCYXhHRXMxMldvV1c3ejdQWXRqUUhMUERPS0J0ckw1SUJyYXlCNE5mcGRob3pvVDNRck9xZkNyX2dNRlc1NG85VElEaFByNHN6WXRfSmppc1l5eTNZUm5oY1B1c0ZmZERUNWhFdm95IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwODozMDoxOS41NTY1NDIifX0=','2020-02-26 07:30:20.560280'),('a4ou1s2s3ugb78nu3i6mofjkw9o59pqi','ZjcwOWY1NmI0MDJmMGYxNzMyOTRjNjE0OGY0YmZiMGI3MGEyYzJmZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIyRGVMZml1OXhDUFRPdHZORVRERVBpRVNpOW1ZMHJrc00xRTdBdjNHaG1aWE1LUUlWVFFTVXVOVXBMZy02S28zaW9vdUFWQVQzY2NLY1RXbFlSV2Q1aktMa0RxeXhPdmRLM3Q0RWEwNEcwdk9CS2tVTHZadWVnQWY4LU9LeTQiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjIwOjUxLjIxODkyMiJ9fQ==','2020-02-17 11:20:52.222433'),('a5wqjuf152iisw304wqwvys17avvregp','YjcwOTQ3NDk5NmUyYTM3NDllNDc0ZDBmMzQxNjNmOWQ5NjA1M2JhZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXY2VTNGlWOENNeGJDNGh2d3A3Z2RnTHg3WDltb1lhaWo0VWtLRHREV1J3NjZkUUVOcXo5V2h5dy1VRHBJTUhlMF9EYjYtWWVRekRYT0lPb3NuelpEY2doYmtTZ0ppVWZ1Z1c3RGpESTJyYWxBd1BRRmxyZHdUdmVqSUUxSTBPT3hZRFdrOUFyUXBUWXMyOVNhRXYzV3pHY3BrLXZjY2d3IiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxNDoxMDoyMi4wMTczNjYifX0=','2020-03-29 07:10:23.018786'),('a61070xi1sdpri06qhsksc9f018x2own','ZmVmOTIwNTA1Mzc0ZmE5M2JhNmI4MDY1MDk2MTU4OWZkYmM3OTM1Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIzX1pqRkk5aWVwLXhmU0x5aWwtX3E5allka1Y0VjIxOFNPWURWYm9oaF82aEcwU3FFc3dIWWM4bWU5RXQtZW1sVzRVT05HNVJBQ1o1MldQcEpVdDY0NUNQczE5MDdKVHdRMHFPa0ZmcjdUU0VvZHpObWFGY2NPWGtYRVcxejQiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjAwOjMzLjMwOTU0NiJ9fQ==','2020-02-17 12:00:34.313149'),('a6cxexwbe9zded6g3680gkzunky292aa','YzMxZGZmMWUwZmViMzViOTU5NjQxMTFlNmU5MmUwYzQwOTIxY2QyZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYS1R2TjZkbHgxSDBCNjJhbTk4TW9RU280WklacF93Zm5rWnJZYV9Wa1N5WDVRUWl2UU1uVTJUWFBoWm1MMk5VQk8tRW1YTFNhWFRHOFhUY2V5eF9pWUZ2aEk4ODNJdjdjM3NtUnVVUS1odXhiRzZVcUo4N25sTEZGSGZKQVZUNGR3SFNHR01oN0dnYnRaZDQ2VThIYnVqLXRGeDMyRFh3IiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMzowMTozNi45MzU0NDQifX0=','2020-03-29 06:01:37.937723'),('a6tlieyw2f5248f8s9rv2cigjlq1afgx','YjM3MzUxMjQ1NzhhNjE1ZTIxYjkyYWE5MDhmZTE5ODIzOTM2M2UyMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I2LXdzbmdqeEZNb05Hc2ttVlA3WjFNVVIzWGZydjN1cnZ1emMwcmMxeFJWcVU3Ung2X3BEbXJCcWZCT2o3NEFoMG5mSGpVUmpMc0lsalR0UENFdlpHRXVad3JyYUdNSVZDMzFKdzdZNEhQNk5RRGVyS04zSTlFckZNSjU3S3MiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjUxOjMxLjgwODY4NyJ9fQ==','2020-02-13 07:51:32.809796'),('aayy1zv2r454v32zm2m7k4fe4xyo8tas','MzdkNTdhN2ZlMmJlNzY5MWVhZDE1ZDVhZGY3ZWNjYWNkYzE0ODNjNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ3X2tfUWw0eVRiNGJoQUJNWmRSaGdHV0hSRm5KOEpmYXNudWZObjJVRHQ3dlF1UFU3RTVTYS1iWUszbWVNYTZGODAwTjZtRWVjM3drcnFKRzB3d0Q2TFhKSzlXTjFKOXQ0R0xXRzIzR2VqQnIzcUc4THV1Vi1qWG4yeW5WVnMiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjMwOjEzLjgwMDE1OSJ9fQ==','2020-02-06 11:30:14.802667'),('abbsl4724e82o6k8erc2dluxn3rarmnk','NDA2MzkwOGFlYjFkZDg2N2MzYzFkMDZlZGQ1MDk2MTFmODcyOGI3OTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJfXzhycXVaZ2llSnZWamlDRy1oN0paMEg3MzNmaHRWOFdzTm1Qc1J3YW1IU2pwRzBncUdyZVVyZWZpTHFYUkxIYUttM1hYaDVYZHh1NTc2ZklfbTNQdThQN3ZFVkVuY0FxYWpqTjBtN3c3S290d2VpQmVuSDlyY09GV2lmajQiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjQ3OjU3Ljk5MjIzMSJ9fQ==','2020-02-06 11:47:58.995603'),('ac4mwfq8j1jzjpnxwfd9y7ua9mawd3ig','ZmM5MWM5NWRlMTYxMTdkYTAxNTkyNzFiNjNlZWQyOGU4NTVkZWM3ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVVTUpubWlUUC16ZkFCdTktb09mT2JQX2VIVWJNUktDa2FiaVVqeUtVVWppQmVGOU54ZUdFMHVsemRSeVIxZnVrRmJKRXR1ekQ0YXd2dTlubUNPRHZDZ2hjR01IOF9iNDUwVzgxQ0NDNlJ3czIxLUN1TGFkSE5peUE4NzBuS3JScjRnS01SWXl6UGpGdjYzRTBSZnU5UW4tellha3hQS293IiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMjozNzoyNS43ODYyNTkifX0=','2020-03-29 05:37:26.789669'),('acgwbdlwnc5i2cv9b49p92tvlx8iraqg','NzJkZmI5Mjk4ZjkzZmE1MWI1NDc5NjM1N2Q4OTYzNDI1NzAzNjMxOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUIyRzBwQlZ1dlpnWEhPUjRjREM3STYyMXU2YnVKcHRSc1g2ZlJBbGV3ZklpeFB1aV80c0F2TzZZUkNWUms1YTRrYVBCQ2FVLUtJSWgzSFliRVpGeW5SbVJYNjgtblpuSkc4eVdiRi1TZTJJZ21HZ2VXQTRfWV9jNDZqbTNCSU0iLCJleHBpcnkiOiIyMDIwLTAxLTEzIDA2OjQ3OjE3LjQ2MjY1OCJ9fQ==','2020-01-27 05:47:17.466062'),('adw2sfnh2klwkf51wqyc2lhgzi1vaxc9','NTNiZmMwYWJkNDU3MjBiNDU5OTdiNzVkM2RlMzIwMjdlZWQ0YjlmYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUItajU5cEtYdXhTUEZQUUVOSjNiemR6OXpXWFVNNzdkeVhoTE5Ubmo2bVpoNHB4VWcwTzRqY0NVT080OVFTbHZfQlRfOWFkREc1Z0wyR1dEMmZCcm4tcU52clA3blRaNUx0WG9SX3gwekl1bzlaNE1VcXNqdHh5amFQX29ydERGIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODowOToxNi41MTQzMDgifX0=','2020-02-23 07:09:17.517819'),('ae8zezn3fj43to437obtxp3adjhb2qie','NGRhMTkwZDRhMjkzZWFlYjVlMzA0MWMwODUzMDFiNWY4NDJjNTRkOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IyOGFqM2tvSUNVMGdmdXYybHNGV2gyWGI4UVFzUkhpQ3doZktBQWo4V2s3UHJoQ085dnVsY1BsTlJKVFZUdDVaNGRSUUtoZ0FKWUwyTThvYUdnRUFwZ0ZYLXpDLVdseXlKWkM2VHJ3MU1FbnRxSUJSVUFPWWdsV1ZaNlFLY0kiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjAwOjI3LjEyNzc4OCJ9fQ==','2020-02-13 08:00:28.128911'),('aebbuzh9yoeeztm5at7wmnchcizmn3qm','ODhiYWZmMjYxOGVmMWY0NDA4ZjNiNzk2N2YxZWYxMzVjMmZkOWRlOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUItME10OUhaOFJaTS1jYVRLcUpuaVFNaEgzdUxkcld5X1poODJtVVFuRUF3X3Z6U0pxdllWR2JyajBRb3VKSk90U1VRYmZXY29MWjdBeHA1MmlLWGN3dkdLcXRodURtYmFpY29KX3dxak1sMjZVdTlaOEhCa3ZYdlozWE9CMk1LIiwiZXhwaXJ5IjoiMjAyMC0wMi0yMCAxMTo1NTo0Ni4xMTc3MjMifX0=','2020-03-05 10:55:47.121644'),('aeu0ukufbntog5eqdlpg7enzkoowj12v','Y2MyN2ZmMzZiOTdkMjM0NzEyYzA0ZjMyMTFiODkyYzk2NmYwNjI0ZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI2RXZzZW5sV1B2czZBUFlkNndsWkRjY3JwLVRlOW9TTGk1TVRrV29DUmh6cmtGT0UxQUUtUEQ4elQtanZZQWpOR3g4OHZSRndTZEtNWVhvM1VPZlhPMm93d0Zac3U3UkIzWEI3dE9NZ0FKb2NjX0dnSGViTUhLdWFQY19aMzgiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDExOjU3OjM1Ljg1NjMxMCJ9fQ==','2020-02-06 10:57:36.859969'),('agmhcloy0o8rpwaiui7fi8v19h708fm3','ZjgwNWQ2ODQ1NDNkNTc2YTkxY2U1ZDk1NDBiZTY1MDlmMDM0ZGE3Yjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIyNnBKVXM4cE1ndXFueTdMV2pXRFc3bkVCX1p0TVNaS25namx3Z2g5Sm95UkFCXy1IZ3JYNGdMRjdKdFdoV0VjQUpSbVZvSmJwa29fWEZwN0tqbmVHRGtGVFFaOWJNU2JGS0VfejUzd19FT2VZU3NzbUNKR1dMTmhFY3h1SXciLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjMwOjExLjc1NjQ0OSJ9fQ==','2020-02-17 11:30:12.760200'),('ago2w95sxcrkjpa82l5b3jfwtddwd4b6','NTIzMmI2MzkxOTIzNWIxOTZkZGI0ZDA4NTFjNjNhOGE4ZGUzZGUwOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIycUJmWnFRZkduRkpoYUlJaGZOTjZrZUVPMVBjRXVvTmM1UThXZTlvS3RjcnQxajE5cXZJNy1HMjVZblNrTnpOUTlKdEtWNXktUzBuRUV1dmZ0OTcwM19lbkpYc3hqTjladVYycFk1UlFiNmFxMGY5eFFYcnh1TkxJbUE2UlkiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjM5OjQyLjQ5Mjg4MyJ9fQ==','2020-02-18 05:39:43.496271'),('aid5yphanheo8k6y7uwqgatgiosdsvxa','OWNiMmU1ZDUzNDI0NTZhOTRiZjQ3NWZiZWY1OWNhYmVkNjYzNTc5ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJfUndpSW9GV0FRMHhYUXM0OFJuakxXOS13VUl5UUVKVWJWMjZLbVp3OXlPODNtdmpRODZsaTdUSWdCXzRZekxaLS1DNFZDQnRjeWNvb0RDT1B5WjVYaHBKekpDYmljanF1bVRFQjNVNll5VlpZai1sZjktblRobUp3Z0VZMVkiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjEwOjEwLjg0MDY3MSJ9fQ==','2020-02-17 11:10:11.844145'),('ajzr2zp7uitdd7lezgsehapdoklo30hy','NTMwZTIzOGQ2NTYyZDUyOGI2MWJiN2RlYzc5NzZlMjNjNWY5YWJmOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I3SU9PWm5ic01pTnRRT050NGRjbkl1MElTTl8yVFNTd25KS3FwTmE1T2xFbjR4Y2hYajRyWmJwSmxDeHZiVzRpYVJnU1B4Q3ZLQkx2QnZlRDhvVC1lLXF0aElNaEM5bnpKSHlvSHpMTUl6QkM3Z2w1QmEzdDBCMFdUcS1hbnciLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjEwOjQwLjg3MTIyMiJ9fQ==','2020-02-13 08:10:41.874764'),('ak3dk36z6tbquuskngqu1wjchic9kwyp','NDQzZjMzYTVlNmNlZDA4MGJlNTZkNmI5ZTE3MmM3NTQ0NGMyYWMwYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIxVjF4cFdVOU92OWhrREJHamhZcmN5NTBPaUpwdUhxOHFGNmpCRWdoRWpTR1NVZ0Nmb1phd3NLSFp2ZzZPRHFMbS1waTNnX3lBbGVKdDZ3Q3FqUGNveVFaZ0ZTeUJFc3JTamM4OU1NNXNKdFdIUXFINjVQbVdnYkQ4OVoxa0UiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjM5OjM2Ljk3NTk4NSJ9fQ==','2020-02-18 05:39:37.979480'),('alvi50o65ctp1q6zkjvfi0eunppihm1e','MjY1OTYzZDc2Njg5MDZhZTI0YmY5ODBkOGJhYzI4ZDNjY2ZhNGFkMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI2YUpUNHB2Zk1VaUZyNHBLU00tSUFDM0lDbENlTEJHRlJrbFRXeGlzc3hQSC15VzN0MDJtSmRJRFJkeFVTUmVzemhuVVRVUkQzTkp0X21rVFNidWlNTzE1MEhZVnVydmdhZzdwdVM5ZTAtLXhyZ295SU9PallPcDJ6VjJwUHciLCJleHBpcnkiOiIyMDIwLTAyLTA1IDA2OjM0OjE0Ljk2NzEyOSJ9fQ==','2020-02-19 05:34:15.978478'),('ambzoghevtj5sfpzaxub9uem17e2i7ij','NDM1YWM2MzBmYzY3ZWM1ZjBlOTJkNjQ3MDM4YTRmMWU2Y2E5NWVkMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I1bGdveUN0RmctcFRLaktaeTdmd1hqUUxzdHJqdXRxZk5HYzJjcS1URFdiSmxqM1NwU2tWVW81V3l5SFh2S1A4b3dPLUp0dHQ1bnNSdXlyMGd6NUZWSlVUSmZQRzJMMDB4Rjl5aXQxN2dIZ2hlalptNUZsZGNGUEFzLUxJNHciLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjQwOjEzLjU4MzgxMiJ9fQ==','2020-02-13 07:40:14.587095'),('amv1rq0wr6a2nrqai6zu59couyuarp13','ZDk0YTBkOTJmMDhhMGNiMGYxNjU1MDQwMzcxNjk4ZWM1MTg2MTEzYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkItNE9uRWZzdm9wUzN5bDBIMGxVUXNNdFJHRzRSY3VSRTFtSXZYVTZEbWN4ZE1UWGpXTUN1bjBUWl8zeGlKMXVjQWlCQUZaYWpkZElwNk9qWllvcER5Ql83bVRycjdQV1RUTkc0S2MzSTVOcUJGY2h1UnJ1S1Naa2V6NWxyZjgiLCJleHBpcnkiOiIyMDIwLTAxLTIwIDA3OjE3OjE5LjE1OTgwMSJ9fQ==','2020-02-03 06:17:20.163227'),('ao37ultykzsswq0vf13837ik077gv7a3','YmEwYTBiM2ZkMDA5OTNkNDA2MTlmZTU2OTcwMzYyN2JiYmEwODUxNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI5VEM4aWkySFdWOXdzNllNaHZZc3hRbkVCQnk0ZXpkZVNnQTNsLTV5RXlISWx0ZEhXQTNBNHJjOEs5UGZpeVpXNGpJOTJTY1piS1BDQ3RTQW5TS2tHNjl3VDdYWi02SFdYUkw1QnNvQnBEMjI5by0tbnJ1QlFOMVU1QTZ1ZzAiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjE1OjI4Ljk2ODY1MyJ9fQ==','2020-01-23 07:15:28.972097'),('ao3k8gxjz8sazeegawajijspr5oxxaqy','ZjA0Mjg4YzllZGJmODM2ZGQ4NmZhYWUyOGE1OWU1MzIwNDdkNGE1Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI1TzRsMHA0RFRTbzJFTG00RzZRSUk3S2ZiWm1GbU9EWnp1Q3RKQTIwSW1HakxEUmZ1cllVMUllMmFuZUZUNFVtUXc2QUlKMzVvTHZQY1hONVJmcmUxX21kZ1l0eVl3cjRKcmVNeXlCRjdqUjBZQS1ldUZXQVNtc3MwVk1PNHZzIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo0MDo1OS4wMTc1MzUifX0=','2020-02-24 05:41:00.020827'),('ap355rk1ijfpe4q1vnjn60l3z0ifsnek','NmJkYzQ1ODY2ODAyMjRmMGNjZDUyOTJhNGFkYzEzMmMzZGM0NWU1MTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI2eFBHNlg2QUp1bVl5OGUxNVBYWEFpWklOMGFYLTNPdXlLQXh0SDFOZVlRWTFnQS1zQ1poMXZ5enZoQWFqNFg0ZHN6bkpFdjBhLXZGUW9NNjRhWXhZWXBPQl9FaFd0b3hodFdYNWl5NE9aZ015cE4zaEtyUE9yb0o0SnQtQ3dIIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzo0ODo1OC4yNzUzOTgifX0=','2020-02-23 06:48:59.277819'),('apdttw9ip8rgnhuqrndctrpnf8vkr8pe','NWNiNTA2OWFhMGFlNGIxNWFmNTJhODA1MjkxZjhkMWQ5YmI4YjQ3ZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI2b0JkZlA5SVJfbXdSYjV5MUJDTWlPWUhWTHRLS3lIMXE5elp5MEUwai0zSFpidTljellCeXJobHNFVkd4SjlKTDlUZWVyTktuZjJ2cFdPVS0zbEFRWU5sYVJOcXJ5QmFkaXpqZDZKSHNiLW1KQkllSGhteVRWR1l2aUJFdDBBIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwODoxMzowMy44NDM2NzIifX0=','2020-02-25 07:13:04.845785'),('aqj1tb8dds3wgrrjt8f2ads9p4zgojgq','ZTI0OGU4YjFlMWFjNmRjYmU4MmQwZThhMjUxMDlmZjQwYzM1NzUxYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIzRzl6M3VWZXpSdDM0aXNjQUF0dUlMSk5OeEhxbEFabXJjSG1wSDAwMzNrZW1SdTQxRElMaXZRZkNvWDhieDVGdWVQVzQxZF9LVEJoMzlHS0xDSThDamhVRUFTMlhMTlM5elM4WTZrN3kxd0wxQld2Z0Z6eE1OeGVkbWJwSE0iLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjMwOjAxLjUwNDQ3NyJ9fQ==','2020-02-17 11:30:02.508076'),('aqnncip4loe4bo13xpp9pd22fgvuwzww','NmNmNTk0NGIzNjEwNGRjZmYyYWNlYmU4YzM3YmNkOGNjODI2YjkwZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI0R1NoQm9tTklxZEE2cThSY3RwdDh5Z1VUMzFwMVhRbTlJdlVHbURnMm5YRktzTXhPcm1kSWtFRGpMNXoyUkJNSUJGeEJVVHQybl81UUZSdG5MajVzVDA3bnZVNmpGYlREZF9feFZnRDUzWTNFeHVYUWYxcFR1bHpvOEdMRjAiLCJleHBpcnkiOiIyMDIwLTAxLTEzIDExOjU4OjIzLjAxMjY5OSJ9fQ==','2020-01-27 10:58:23.016316'),('ar05z8p70nki7968elgo6pay2lo56mcr','ODBhMjIxNmRhYWQxZWY0NTI3MzdmZjM0OGFmMTk1M2NlNzU0NzExNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZTRsdkMyNExRSlladVlqUTRLUzFTcjRvZzZ4Q0k2UGRxcFhqR3B5bWlISHBOcC1oVWNsMkpLUEpGV21RQ01JU1BTeUVpZ09GRmVzNkFJbE1sTDY3QnBjYk9kcEpBNjNScEt2SWZ6dG9qNUNKak1CcjdicF85aTBLc05YSThma0tYd084WlU3bkhNcWlzM19HNkhJRFBhNDZuUzNtc2JkU2p1VE13IiwiZXhwaXJ5IjoiMjAyMC0wNS0wNCAxMzo0NDoxMS4wMzk5MjMifX0=','2020-05-18 06:44:13.041142'),('atlpcqf9nen5qw8armzqgzk3nmffr2ws','NmM2ODUzMDU3NjI1MWI0YzFiZTEzZjhlOTJkMGUxNjU0NDkyNDc1ZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ6dThTdmdjampuY0Y0ay1PWlpxUWpCeWhjSVdjdEkzZHQ3eDBGTDhDQkFGX1l3N01FTEVqRDJrRlhmMlVRb3V1QWdncmsxSW8xSTdtd2luZTlwME4zMERFa29RYjFpaC1yeUhENUFVNXpNQy1oZkt1N0trOWNCN2NoSDlBem8iLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjQ3OjU1LjQ1NTY5NyJ9fQ==','2020-02-18 05:47:56.459184'),('atowiqv1cp91034hb4ej7i2x3k53yj2r','MjU4YjAxZDNiMjRjMjFiZTNlOTIxNmMyNzE5NWQxNDJkMTdkYzhkYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI2TTIyeTVkRi1DVzl0ZGlDZTZWQy03M3ZqSHd6TW1fUlFwMHZCQ216OHFnVlI4SW1RUXVrNUdsY0gybUgtTE1vUVRGWGdzN09TYlh5ZVlaLUs4Xzd3c1VMRXd2b3Q4NW56NkJXOHdqMVBYbjVwUDhITVVrdDIzRE9FM2F6dTdsIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzo1Njo1Mi41MTMyMzAifX0=','2020-02-23 06:56:53.516633'),('atybkc5o2o03gxe8g3gchtsfk8c0qf5j','YjA4N2IwYzZjMmRkOTJiNDcxYjg5Mjk5ZDcwOGQyOGUxMzFiMTZkMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIwck04enpIZFEtdEZUNmhJNmpkUUVPNk5NZ2xUMTVORmZsbVBsU3NRalNyZmVqNWVQa3NxZk1SX0pBa1haOW5GRHNXcTkxLTZUMzNaQ2UtWmtsSkRubEdKZFJYRUJ1dkJ1d0UxLW04alNkZHJQU2h2RzdMWjNRRG5UZXR2bUkiLCJleHBpcnkiOiIyMDIwLTAxLTA4IDA3OjE0OjAyLjkxNTg2MyJ9fQ==','2020-01-22 06:14:02.919339'),('av00rg9t803rmwelh6bpg5wflt2uu9pp','M2I3NzVkMDlmZDUyNGJjY2NiZWIzMTBjOTQ4ZjVlZWE4NjI2NDQzOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkItSEZYb3M1RFY4LTlmSEdPV1Q1a3pYMTlUR1hvR0w4NEQ5WkpzUnJiSEE3SWgtalQ4TG03bnBQeFMzRkVIWDJsalNVTExYTUR1alBhSUZKVlpzU3EzcVFENFZUSHI5NFoyQ1V5VXpnUm9KR1JheFh0cFNLLXdmV1hNbjlJR0kiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjI2OjAyLjM4MDI4NSJ9fQ==','2020-02-06 11:26:03.382027'),('avbuhy0idvw2b33swr0ytz6a4l03ff6v','MWYyZGQ5ZGNmZjc4Yzk0N2YzM2YzYTViNTRlZTc2Y2M0NmEyMTIxODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J4SmN5bkJYamV2RTdMQ2FkLUVUZDY3OE5mc3B0UUxnRlFCUDFtckV4TkJZOXdJcXBCazdGSzJleVZEY0lPeGFlOEpHSlhqX29ocHpLcVpqSFNCY0JMTjlBb1dfWUFLREJCOTFjeTBvRFBxbjQtVWZabzEyT2h6QnlmZkQ1SjgiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjIwOjIyLjA1MzEzMSJ9fQ==','2020-02-10 08:20:23.054261'),('awnrydvgo6g8hskth2wlivvsplcn2ro5','Nzk3YzJlYmRjYzU5NTczOGVjZmUxNDE4NjI2ZTJiNzYwNjM0ODkyOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IzUTU3d2hCNUZ2Q1ZPYzROWnFQVmhyUWJ0Zl9BbF9fN21VdnZvR3JaY3hiSGd6S294QTR2VU81SjluRUZWYmU5Y251Y2NuNGVNTk0wUzl6Y1RhYVUySVRDOGY4QjZmYkVDWVVuMFVxU2ZhOWNZUHF5a0pxOVVtNWZKTGh5OTQiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjIwOjM5Ljk0NjkwNSJ9fQ==','2020-02-10 08:20:40.950326'),('awptjzsbr6mgd3qperwuk8mgk21n9gdx','MDU0YWYzYTE4NTMyYWMwZDI1YzE1YTFjMDhjOWU1ZDAwNDVhNmVhYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJfZ1dueWk0U3EzeWxpXzRYMHM4R0pVSGQ1R1JKR3RGaXlnd0FpbThtWXAycHd2UHN1Mlo5d3JLdkE4cnJsM1lNUlFySS1MTTlwVU83anRzMmE5UU1Nc29ScWhvUHFrbTVoRy1zdk9rdXRaQzdOM3h0c1EtWVpUd29OUjB1WEUiLCJleHBpcnkiOiIyMDIwLTAyLTAyIDA0OjU5OjM0LjEwNzMzNCJ9fQ==','2020-02-16 03:59:35.108402'),('awvtgc2w78dwv8d4brac7kzfbtpjqfnn','MjQ5Zjc1ZjMyYTQ0YmUxNTJjMGVlZjE2MDI1OGQ1NTc1NjkzNzAyMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I4LVVqSHkyQVp2VDNzb1hlTm9MOHpEeUMwSXFSdUg3U0J6Z0xpUC04ZW1rYUVJZEswQlRzMU9ZZVZXaWNGUEI3SHJzZjJpMTRDTGlaVVM0WjlKWkd5Qms2LU9LN01lVlMxdnZZaE1KWTVTTzJUYTY4bTBoVkthN0U5MDN4RUkiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjAwOjQ4LjcxMTI2NyJ9fQ==','2020-02-10 08:00:49.714666'),('ay14zcglcvfkt1z6ia4687ytg2o4tj52','N2Y1MmRjNGY3NmFmOGQ0NGJiOTg5MjY4OTc5YmJlOTgzNzNlYjY2Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIwRVc0NDFPNEcwYnpRdGJVaVdfbWNNdFJNWmVPV2R6YkRGNUM2RXhRa0hPblgxRUpaYVZqSVVDZ2tnMzF1YzNleFh4MWFITUtsb3BsdS1kcGE1VktLN1N3Z05xbENpcVdQeWFrUXlDWDNGZHFMbXduWTFkWi0zSkZhSFZrZ2tpIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNzo1NzozNi4wNzQzODMifX0=','2020-02-26 06:57:37.077781'),('ay5qyrfn2as6utucquho295x0ze0wxxj','M2NiYjAzZTNkMzVjYTBiNDU1ZGU3YTgxNjc2MmM4ZDMxZjUzNGI0OTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSWwtNUJ4UjNrOXczS1RsU0R0ZVhMWlpiTUVra3ZSUzdyQ2VYWUVueXBjaVVUT0lQb2RuQWFudUZxYmJuTHd5Y0s4TUFOMm9RRThhM2FZTlN3djR4QXBPMDlLWVhlVzBYVDFwYUlBRWhNMGNYaFhoX3lqZzRZR2FPaWlwVXpzeEt6QSIsImV4cGlyeSI6IjIwMjAtMDEtMTUgMDc6MTg6NTMuOTExNDM1In19','2020-01-29 06:18:54.914673'),('azisw4ean6h4gin9u6oivh4gityoc37g','NDE4N2UyOGY1MDhlZGRiY2EyZTk4YTQ5YTY5YzU4YjNlMmUxOTYzMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ3OTdGbFlWRVpZVUtpa2NpYU04ZDRVYkFkWEtlS2xEV2Y4T0JXbkpHZTRLUUR2dXdfRE9oQk9vM09DMDBiZl9EaWJkc3NPTDdUNS05R0p4SF81ckh1WGNWczdobUdsRmxkU2ZaRjR6N29HWEhiOWl1b2E2dkVudTRpOVZYNlEiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjIwOjMwLjU1NjQxNyJ9fQ==','2020-02-17 12:20:31.557626'),('azw9v01ydj6w5aecvvyv2pc5soouqgy5','MWIwMGQxYjM2ZDRiN2JjYmM0MTljZmEwYTkzOThkNmJmMGJkZWY4YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ3UnBWM0dYZTlxaEtmZXhaXzhzdFZLTUZDTWlvSnpOM0R4UFdlUHdDTV9UbXdRRlFtX3JGazhrTTc0QVkwRlVwNl9qWXF2bzdRYVhxNjM3NDZOLXFKckU0aF9zSFhnVXhHbDlJVi0yMllvTlpya2JVTnhJUkp2NW1XZDJxYU9xIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODowNToxOC45MzU3NDkifX0=','2020-02-23 07:05:19.936771'),('b129s72a07rlgnu2fzq76s7wfsglrip2','MWFlZmViNmYxM2IxMzEzODIwOWIyZjk4NGJkODY4YTdmODkyOWUyMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIxa2Q0LWdFV2YxYVl5TW1wOUdiMVN3STVTS3owYUFndmRqYVdrdUgxSDJIQ3JBdGVWV0N1Wm1ta1Q4NjdNcXUwQmNaeWpqY1hiQWxsYU5pMUt1djd6MkhGUkpvVlJJbXpTTFdKTU93X0RESDNyUS1EOHhEOWN2MlZEYmhtZmMiLCJleHBpcnkiOiIyMDIwLTAxLTA4IDA3OjEyOjI5LjEwNDA2NiJ9fQ==','2020-01-22 06:12:29.107555'),('b1pc67hm1cwmrlfqp2ymayzefovpu56m','MjBhY2JmOGUwNzA0YmI3MmJmODczMTEzZTBhNTlhNGEzYTc3NDIzYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IxdENVZlluQ2tocWVaam5VaHREYXQ2eVpoeF9CTUM2MGdmOWN1aEhQTVdKdEZFWTVGWlJhVm8zN1dEcVRPeVZlajBoaF95ck5hZTBkTnZ4QTZkcFBBRGdQU1dZYmotY1BoMktCTGkyd0RNdXMxRmNVWXhicElYN2MxLVdUUkEiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjUwOjU1LjQwMTYxNyJ9fQ==','2020-02-13 07:50:56.405188'),('b1v1gyxwoworw4i6xpv8up9iytw0a1vw','ZTNhMWU4MzkxYjdhMmIzYmUxOTI1ZDliMjljYzg4YjE5ZTU0OGFjYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI4RFNwbEpwX2hzTXZjSU9jaWR0aUQwYmw4TzZNRkJfMmNQV3ZST2phVGFiTGp6WVFVTlhyYmtDX0FZNDBHNUo2b3VCRXRWVG41Zl9zYWg1cnFYOFhUOXZUdmJZMjAxdUJ5NU4tMi1wQnpNSmF0Q2lxaXFRZGN3alA1ejAzU2MiLCJleHBpcnkiOiIyMDIwLTAxLTE5IDA3OjAxOjA5LjYwNjIxMCJ9fQ==','2020-02-02 06:01:10.607400'),('b3e55gm3qci64oq3yvwcrntzvbgzpc7e','M2QyZWU5ZDBhMTFhZDVhNTZlNjFiOThjNDMxMDMzNmJiZjE0YzM2Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXX2N5QVhDOXg4MHZmRU1wSG1vaURkZUx3cTBHYkVUTjBabFVVR3ZwTVdxMC1ONXY1U3F0dnVkZEI5a2ZqdEl5X2kxaXRyOUNXV3Q4cU1ETTRQTWRnV3dJVy1DTFQ3OWNndjN2eGpuWUdNSmpES25MbFNCLWFVRjBHVGEwT2lHWVl4M0ViUXJkNGx3eTdxQ1NFb3pfRVNPWUp0V3Nyd2J3IiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMzoxMDoyOC4yNjMxNDQifX0=','2020-03-29 06:10:29.266727'),('b3ilemoes5rsed1cfcm37doh5u7uvyzx','OTc1NDBlYWNiM2U1MDMxZTIzYzFmYTdhMzRmNmY4ZjJiZjY1OTZiYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI0MGpSTTFBNFJPekExak5jbFZlbE9FdmxiR2ExYWZXMTFwSVBGUlh1Z0Z0YjdwdVUzVzJ3a2FOVFhBenQwX21OTV9xZ3liVGZDRVp2dkNVNThKeWJERmsxdHROTkFwVHQ3X3F3OWhSREpvaDVHZXd6NVFyN1pPOTA4WlMtamtPIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODo0MTowNy4zODk3MjIifX0=','2020-02-27 07:41:08.393229'),('b4yi603sn5afdln1k3lk9jto0eevcypj','NGQyZTQ4ZGQwMWUzNjZhZDU2YTQxNDU0OGQ2ZDYxMmE4ZWJkNGViYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI4Z2ZySjdmcDhEeVdWa3ZsOEhKa204SGwyR1lrQklCNGFQV3hFR0dzOHdmLUxGYXpPZ0Z2ZFp2NC1XYUtfTlFaZGdGVk5WXzdxZ0JWYWxsZ19nZEV3T2JPV1paSThXMFR1V0Z1ZTdNeG1MLWs1UGZkYTBIV2xiOWJyN1R5a0EiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDExOjUwOjA5LjQ4NzExMiJ9fQ==','2020-02-17 10:50:10.490650'),('b9evoadb0btwsu5bsbsu7lj4087vkduk','NWQzNmZiYWEyOGM2OWI4ZDE5NzQxMGRlZjExNmY0YWEyM2Y0NzQzODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI5NVBQOHh6RkU1ajZ4aEJoTjhBN3JsQWhpZzJPMHo5aS1xV0hBUUVTeE9EUVp0V0RKRUg0bktBSnlFeUVzZmN6cGZmUzlXNHlzQ3lyRDY2LU4xeUNBUWhWZGdzblVWWnMzYWtZaE1ucUhReWFDQ2RWaGItTkZGUlhuVGNPd1hCIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoyNToxMy4zODAxNjEifX0=','2020-02-23 07:25:14.381517'),('b9qk9svor8fhiikkxy8n5itsvmcealp2','OWJhMDQ2YWUzMDA0ZGI5ZWZhZjExN2E2ZDBlN2MxNDcyMTM1Yjc5YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ6RzVoWmdZUVFkZWZ1NXdWRmNOendSbHZvMWFXbXQxYTNRREtNR2VHQ2kwdXhGT2oyU2FHSEN5ZFloWUNLX0pzQVhwUWpZRktZREJCMktWbmxvSGdmLXJscmF3VF91bmtqc3U4UkJNMVhmMi1tekJNUVZ4VjZNTk93dXYtbEx4IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwODozMDozNS4xNjUwNTcifX0=','2020-02-26 07:30:36.169009'),('bam38eqhbz0bmoyanqk6zf0rdoh5fk8e','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2021-01-04 09:51:41.438710'),('bazkz7upsaerl81g1wkp5dzhfbyiij11','ZTAwNWE5MzBjYWJhOTY2MGI3MDMyYTZhYWZlMWE2YTE5MTlmZmNjYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ6LXd6OTFhd0x0Nm90Zm1wS2pkVWZNdGVPUl9xS0tKNkRKdGlhNENsX0swbG1qRzdrUUlPSDBsMlJncmc0R2dyUWtGVXNIclZRcGdrWENOZmQta19ZbGl4MTlfYi1NQk0zX1VyMjluYW13YWJNUEtJbjI5OFgtbmJKU0lOeEEiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjAwOjM2LjMzNTE4MCJ9fQ==','2020-02-17 11:00:37.338538'),('bccxdepi6yp7kaiei274a77pz1avkhou','ODE1OTdmMWE0YTk0MDhiN2Q5NjJhNzEzOWE3MmQ2MDU5MzliMDJlNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ3Y1cyb1MzdnU2MXBZY08xeVZiMkZ3bWhFQ2RGQkJRQjJhN3JKaktWR1pmRE9JaVFJczFGd3V5Wkd2TmdZUmpIOHdLbjU3U3JPOFRnd2ZNRTRrYVUzejVJV29yNXIyaUdpT0k3bVhic0NfZHNkZDU1ZUhFMHdnMWF2ZkhfT01vIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo0NzoxNy4zNTk1ODQifX0=','2020-02-24 05:47:18.363120'),('beghxwxmzfhch2rnhy8sy2rztzmkzudg','MzdkZjM0MTAyNTIxYTRhY2FmYmM3ZDRlMjlmOWVhZTViNzU0MTYxMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ3UDhuakRUV3hqWDBCOTE4U1BNQ3hYU194ZzVPZ2YwTllTdTdkMWhuRF9MQ3VabHIyVHVWZENXYllCWnFvTDhDb3J4VUl1Njdhd3REVlozbmpUZVo1dzY3and5a0wyV0hWakhTaHR2OXRnc3FvNEdfUkFhMVF6UThBcy1nS3MiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjIwOjIyLjc2NjAxOSJ9fQ==','2020-02-06 12:20:23.767111'),('bfqb8htwtfmgcujdhkb2ph360c53ufjr','MGMzMmYwZTA4MzljNDNmZTM4NWFiZjkzZmMyMzY5MWQ0MzQwODU1ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIyM1JMcWRlUnZWR2JLMjZoZHgwcjlDOVdRSlRvbHlhSTZHb1NlRlRoUmJEOFNzdlA4ekZvZXBCZXh3TkJNUHVYZUthcDN1U1dGeTcwQ19nZmlHLW5IdFdoWjNjRERIT1h4UlRkTzEyUWJlMWtlVWppYUNFYW5Fb0llZWJxVmsiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjEwOjA2Ljg2NzQ3OCJ9fQ==','2020-02-17 12:10:07.871074'),('bggx4bf6dqkmb035yt1fvfssen3ock10','ZGNjMTc1OThlODY2NWYwN2U3NjM0OTA1NGJjZDQ2ZDIwOTFkY2ZlYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkItLUQxVHRTUVFEbzNjTnFqVTlUbllnNjJkMmFHejd4ZGl1emxGOW83ejdqX0ZBbzRWbGRmcjZiZkJyLXkxWkZsUXlzRVRTQkIxeVlmUUEteUZsRGxqMjFUaW91TnF1YlZYbjRtVk5tR2N4NlozVFQ2LUdqTzdkMTZMYlhWVmciLCJleHBpcnkiOiIyMDIwLTAxLTIwIDA3OjE3OjQ1LjcyNDc0MiJ9fQ==','2020-02-03 06:17:46.728307'),('bgojltmctrhxmydkqitisg6vdqycszfb','ZDAzODgyYTY1NzI4ZjUwMDkyMDNhYmI5OTViZjgzYzE5YmE0NTBmYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J6UHRlVWo4UU9HYmFLMkhSeVN3eXVLY2l1TXJ6Y05MUXpxOGZPZWhrRnZ4MUhkY1FMOTh3YjVhVmQ1ZGFGSlJLelNSOEVyYVZJNEhiRzZGQ0lpYTl0SGdtS2VHZmt1T2JnWm82QlEzNTJSZTA4S2VtbUl6MXdSZW9hSFNlTUUiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjEwOjI4LjExMzMwMiJ9fQ==','2020-02-10 08:10:29.117525'),('bhetpzx9fp9q2umxgy8ntvoaysc33cyt','ODhlZjkwYjEwYTg4MWM5Mzg1NTMzNWEzNDg5OWVhYWUyNDdiZmM3Yjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ6SFJqM0k0enNqZnV3VzRtWVgyeVp0RzB2SUFGemNIVWdLQzh5Rk01UHVQYkZPMHZtTW52eG56NWo1c1dYS3hOMmZ5SFRoWTF1N1ppM1o2Y3pIYkZYcHJNeld0NlhaLUJvWEV2YmhueHh6a3pSd1RIVzBIeUhyeTdLeGdTU1BQIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwODozMDoxMS40MTAzODgifX0=','2020-02-26 07:30:12.413717'),('bhg2iqst0rckzmb3zijirrtr2wuf80f8','ZTljODNkMjA4OWZjYmUxNDBiZDEwNWMyNDc4OGQ0MWY4MWFjZjE2MTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI2MGM3V2xocC1WeTJ6YTA1SW51WktFU3A0aWQ2TlBwQlUzOEVYZk5lV3FHTEIzZ3A2XzBLcG1tN3IxRXFQSVU1VWV2UlRycTBUWDlqY0txSFN4SEkyd2NMekt5ODFzVk54UzZKdXpvWFBLQzllSTdqdENwRW5ybUw3TER6ek0iLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjA3OjUwLjE0Mjk2NiJ9fQ==','2020-02-06 12:07:51.144365'),('bi3p9qk9kqxcebjxi6diwqdq611ayyl8','ZTRhNWQwNjlmNDgwOTJlNGJhNjBmZWNmNjU0MTM0MjljYmNlZDc0Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIyRVJDZVRTc1hQck4tS3NSWVpQVmVwUEVkMGgxVVAyWDdZLVBrX2NBNkNIQVlZOURfTmRsdkt6cW5FRVkxS3VxakpCMFZLNFo2MmRmOGhCampTd3o3TEo0QXhQQ01FVnhGTXVjaEhmT0Ntb0JSNzNqRXk1ckVyZEYyWWt3bDgiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjU3OjU1LjkyNDE4NCJ9fQ==','2020-02-18 05:57:56.927701'),('bishqgaly948a64bl3pkq055eozjfnkk','ZmNmYjZiYjc1MmU2YmEzNWE3ZjUzODlhN2Q0NWNhNWRhY2NmOTFmMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIwNTRLM1VNQmlEcGlydjlxWFZOR0hSVDlSWlpEOHEtUzFQQVQtSWNZYmFTQWl2bVhTbEloRFhJcGJPSzJ3M0V6dUZXOW9XcnhBZGRHcW1rRGZzTWFodUllV2Nwc1h3LU1JTlNTNGFNZlJJUmJhZ09MbElodzZldGJkdWlUdlNYIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODo0MDoxMS45Mjc5ODIifX0=','2020-02-27 07:40:12.931505'),('bj3v62bkmedhpdpkdmr00q9osie2om8x','NjA5NjYxNWU4NmQxMTczNjFkZWNlOTBmMjZiMjc1Zjc2MjlmZGNjZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ6QUNaR3FIT2xuaGZaWjBuV2NqRVEyZDI3Q1ZGbXRvbUUzRzNRMk52TTFjc20yXzR0V3RkNDQydVZMd3lYclVRcTNVX0ZNZWhRZnFoYmxoTUtlX1VPZlIxSlVaWVdqV28yLVFCZE4xLVRJRDg2SlhrZmstdU5wVEdiQXFQLXMiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjQ3OjM1LjA1NjIzMiJ9fQ==','2020-02-06 11:47:36.059399'),('bjemywvlfbcbvwywjpgd6pz73uot9o1b','MjgwMDA2ZmE0MmI4YmVkNWVhZGExODIzOTlmMzk4MjAyNGIyN2MxNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ6eFRoUUdfc2dQVWlmRjVGMGR3SS11U2xIUEJXdnNpNlpNOFFvZk9CRU5xV3JNX2ZIdnlIM2p0cGJTN2xNR2hMZ0FmTVhqMVAyUW9UaE9MOFIxeUw5WUZkVTZiOE5mc1FPWUlCd1p3U1pDMGhYQUZQUkdYSmphaTc5dXI0TDAiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjMwOjMwLjMxNDU1OCJ9fQ==','2020-02-06 11:30:31.317921'),('bjvblf6aysfv4gt4598ebfridi16umqx','YzgyNDhiOTg5OTFkZDVlMzE2ZTA2MDA4ODQ3NjdlNTA0N2I2ODBmZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ6WHo3RkFkSXRBQ3c5MXphcUcxc3VlZWQ0UXZTeEdzMXoyME9zUC1xS0FSeXhSMFBZS1NIMEdBakZMVWdVRlg5SDFCX2ZqVDAwb1IwWGgyRlNVT1A2WEVQOEZFcXRHMFBjZzdIaFNRYVdDeWFwTUY1d3dhOWVReFZkY0V2TmciLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjI0OjAwLjg1NTgxNCJ9fQ==','2020-02-06 11:24:01.859401'),('bkh7iti58n5mnrnfp57hlhta03yptu5f','MDQwOTE1NjE3YWU3YjUyNmMzNDBlMDY5NzViNWE2YjY3OTAyZDA3NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ3T0dZQmM4ZlY2MWxPVGZYUEFGbE05Qk14WUY5dHNsOU91bk9uNEt3MDQ1b3BDMks4bFo4T0NtNUd2S0IyMVdPM3ZFaUdDdEtOeFBlTVZyQlZ5VU5IRl9BNHlINWJPb1VlS0tIQU5NVGljeGktZVJaOHdIYksweHlHM0dvTFJkIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNTozOTozMS41MzA3NTQifX0=','2020-02-26 04:39:32.534221'),('bmppqbm1ffy5opojtbywm1rdqvvf6ifa','Mjk4ZTNhYzYwYmRiYzVlMWM1MTk1MTcyNzA2ZDRmMTNjM2MyMmQxYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI1VU1GUUNmNVA2dXN1V0NuRnAza1BPcjdxNG5RQUFOcGRxM2haZXlsWTctSWI4M0FhbE1ybUo2YU1iQkhid1dVd3lQUlBnYWdkczVDdzdIdzdsZS1CVWt3N3h3ZlBkb3RfOGFESldUV3ExMUUya1pCbVVYVkxsaEhMUWg4ZEUiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjMwOjE0LjQwMDU0NSJ9fQ==','2020-02-17 12:30:15.404139'),('bnakaj45wn07gv0y3fqxllhg46g0bngi','ZDEzYzMzNTc2MTNkOTZmM2E3ODk3NWIzMmUyMmZjNTYyNGZkMTMzNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ6all4MEdhZmJzdmNkVWtoZFNRRkF1UmdnNzMyMEdJTGFZald2YlZ0TmEtc2loejRXNG9NNThaZjBIU2wxZ1lyeWxTQS16QlBBbGktRkV4d2ZCazlPZkdIMExZd092cUcwZGlWX0FtVHFWUVIwZzVKeGFJamRya09sbl9icDgiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDExOjU4OjEzLjY2MDIzOSJ9fQ==','2020-02-06 10:58:14.663736'),('boaahgflmt1yli6rkwkwj839plka1xja','NWQyODgzYzllZGYxYjM4YTZmODcwM2ZiYjQyZWUzYzJkYTQ4NGYyODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ4d3o3UUVxcTA4d2ZhSG0zTmJVczRxSlNTUlVPd05YYjB6cFNhRHNERmJjbkFhaGtvcXNKc1pKNE9JSzZxQ0VkdEVkTTZLdEhNSTRJMWUzMmJoc3RXNmo5QnlHR2xFR2YxTE5LckhwX29ZTlVVN3pPaEpFdGFxN3BHSGwzdUhhIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODo1Mjo1OC4wOTM5NTUifX0=','2020-02-27 07:52:59.097344'),('bod9xtcemgwlkwugb5gj0ew2u6mk53zr','YjAwYzZhNzdmZDRlZWNiNDMxYWFjN2U2YWMwMmM2MzU4ZTEwZGU3Yzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYSVdqQzVNMllpQ0VzUFBjaVVGNzd5VkoxSzI4LUozSTI1UWJXamRWcFdGc2FGbDN0ajRBcVRWNUtGcG93dEo0Qk9PYmYzMHRmVjJWVk45NFJ0UEgxTjJkSTdtX1N2THN4NHhTN3lyMUJXc3ZjdFVGVmpJNVFablRiUEU0dEdzNUhIVUZzY2toa2EwSTRRbkR4SDkwSVZXbG9xQVMwdEpnIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMzoyNjozOC4zNTM3OTYifX0=','2020-03-29 06:26:39.355833'),('bqju0pb5mmjbtkzwk1ge4yu7wzxqi5n6','NzdiYzUyYjc1YjllYWZlNTdlZTM5YjY2ZWI3NzY1MDMyOGI1MWM3ZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXOS1JdzZCOENLUktoa1l1UDBoeWh6YVNBQzdHOTlKZWUxWGNRbm1rSTQ3U1RjX2wzY2Y0a0V5Z3MwU3Y2cVJ6RmlOcjhSbnRZQlF4YVNUOGMwVFRDeTVoTzRLbW9RQkJEd0hpMGxHWVZhcXU1SE9lWDQ2ME9KNlFJV3o0aEpXUmFaWmpQaFo4RjRCdlhHNUZqRmdyMlhNQy16UTg5OW93IiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMzowNjoxOS45NDE3NjIifX0=','2020-03-29 06:06:20.946028'),('bt0429j6y8yw3d9ll5awu8kgjx9d3dv0','ZDc2OWI5MDdkODU2YzY2OWJmYTc4OTc2ZTdkNzRiZjQ3NmU4MDJlOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXOVo2WnUwQjhXSnhpWlg1ckVyY0k3QXZreEc1TjFyWXN4WXlIX1c5dkZMaUwwU09nWWQ4MFhMblRCZFl3UUwxR3Q3UWF6ZW9aakd2X2NzR2FseGlUN0NrUThjR3lRTzhVQ0VVTEZ5NTQ3OEJob2RKdTl5ZWhiNnBicHFEZGdPaUZFMDlBZmsyQmxMUDJYUnhSdExNMjFCSzBGcGhDc0t3IiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMzowNTowMC42MTk0NjYifX0=','2020-03-29 06:05:01.621553'),('bt44bsqik2w7c4qc4rtr7o71qzgwv41p','NTQxNDA3ZjI1YmYwZjc1OGQ5NjEzODhkMDBhZDEzNzEwYWUzYzQ1NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI5UWo5TmFIZ25BNjZaMmFHX2lNeTRvWnhoMEZuV2x2U091VURzUWk5blg3N1hhWjY3WEo3MnhES3hPLVp5LUlQZ0pMVktaSVlZZVRBdUhqamVzVm53bTY0T3J3b05ac21YSGdaeUJSV05WS3pSNDZubXZtM2JEVWMxRmRmdEkiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjI2OjI5LjMzMzM5NiJ9fQ==','2020-02-06 11:26:30.336856'),('bua7bnnfm52rk9ys3l815rdo4uxzctip','NmJhODBjMzJmYmY5NTQzZWE3Y2E5M2Y0ZjhkZDkxZWEzNDUwZDdiODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJfYkVnS0ZBMDVfSWhkVTlxLTE1emprRHl0a0Z5SzhoQzE5THZDS3M4OXBNYl9UX1FvX3k1UVAteTFzN0N3aDAyYXhUNWkxRm9vTEFQNU11N0xWUHRFLWtVNzlUcVc4WjVqaFJuSWdvSGRiQzlkd3hnd3k1Z1dKa2RZT044QkxaIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoxNDo0MC45MTUwOTIifX0=','2020-02-23 07:14:41.917805'),('bufz45ii4jbmhut44dqyirav8sbjgbg8','NTI0N2Q4NGNkZThhM2VmM2QzM2Y0ZDBmMTgzYTgzY2RjMjM0ZTU1ZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUIyT2pZYmpMQUl5Tzd4OXZOZ3hUWjROZWZuUVE3T0VwMi1YcFdDdERRcFhvSzhUYW9POHJSeHNDMEFzcEZ2X0hvVF94c1VkeFNXeHhfT01kV0pxeVJ1MVByWml6S1pmWk8waUJxeW9CYkJGNHBLU3BwOWt3eVpRU2daMHVYWGsiLCJleHBpcnkiOiIyMDIwLTAxLTE0IDA2OjM4OjE5Ljk0MTA5MSJ9fQ==','2020-01-28 05:38:20.944789'),('bvmirnyrlb56becfuw4lfme65glsikfd','NjU0OGYyYzZjZjRlYTc5ODljODJiNWUxYzY0MTcxOWUxYTlhZjQzOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZTRsdkMwTzBTa016NUZNZlVFbWZLQ29fTkNFUWw3RDFSSDhZMGdqRWtPdFFyeDcxYnBQb2lYT0t1NVB4cHV6bEhRWnpjZlVqTWctWHdrQTloU2ZQdHVheHJEZTJpOGMyY1VSNTVwOFo3WFlSXzJjeUJRajhpRXpFTkphNzNBOUkwWmJOdDFmNTlqNy0tVkpVd1R6cW5vMjZzQ1pHejZ1U3BORlJRIiwiZXhwaXJ5IjoiMjAyMC0wNC0wNyAxNDowNTowMi43NTMwMjcifX0=','2020-04-21 07:05:03.758334'),('bw7punnnbkgxweaz11etfxyaocawzjeo','M2JkYjdmMjY0OGY3YzUyNjY1NzAyYjQzYmUzODM0NzNlZDBkYjlkODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HX0IxckJsNWY3NWJad04zdVZ0SEs2aXFPZWJlclE4M1ZjbTZMa1RSeV9kM0hzV2JnMWhqemlhY3gwN28xN25hUGNIUTVaVHZIUVRGb2VVUzRURXhzWjdXQWVhYXU0Z25CLUQtTkZwWDhHanFiR0FOZk5sSVVTSDhQTzJvMG5CamhNIiwiZXhwaXJ5IjoiMjAyMC0wMi0yNiAxMTozMzo0OC4xNzcxODQifX0=','2020-03-11 10:33:49.180737'),('bwliif0yin1dez4y80u2q8xtw3uvni8q','N2E1NzljZTdiNThhNjkwZmJhY2U2ZWM5ZjQxYzIzYWE2MTZhYTc2ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkItSHVCdTZzbW1yUzFqaTRObF8yZ2RWMExZUG5KcENIOV9RZ18yc3Y1TG50RENVa0hra01jUEhfTGdqUmhmQXFSdnd4OE5ENmRGdlNDRmpKNjhQVFhzV2Nsenp5WXVTcm9MQzVRaUJtNmtSXzk0SElnYUdkMjZ6Vi1aRVVoOFkiLCJleHBpcnkiOiIyMDIwLTAxLTIwIDA3OjE3OjE0LjgxNTkzNSJ9fQ==','2020-02-03 06:17:15.819442'),('bwmyvgc0zounrlvcwtlcqo3x7f341y9e','M2NhNmU3ODBhYjgzMTY2NzQ5NDIxMDJkNTRjZmI1YzRmNDEyMWU2Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI3b1VrZEZpN2YwVENqOFRhbjlDQ09TcmpkQTNfeHlCODh3MlBRU1dNcVZfeWtMb3RpXy11bG5uSkY4TklWeDZJaFZDdnFPdDIxOUFmbl8yeUZaYk9taFdFQWRFWnp2eGc3YlREczQ3NEctUW4zTnJ4NlVHWjQ5RXJWZnlYRHlJIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODowMzozNy45NDYyNzgifX0=','2020-02-23 07:03:39.949790'),('bzagn3ntfgjg4l4nqk5nzhkuxelnxz0e','MjU1ODFlN2VlMzljZDI5Y2MwN2FkNWFhNzBjOGJjMTkzNmJjZmM5NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J4UU9HaDJudzMzWlk2UmY2SVlLYXlZR1dUcHJCV0F0bHgyWDZrcE9mZVVlYTl3UGtfRWpESkRGYzRmb2JpcFRGaTBITmZiOGVMY1VpVTIwYlF0ZVg0Sm9nV3psaXpYQ1FDWkVmVXpCZDVUb080cFBCcHJLZ1NWTVlTU24yYkEiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjUwOjE4LjgwMzM3MyJ9fQ==','2020-02-10 07:50:19.807005'),('bztq4g3rtpne88mb0y6tyb8vyson075n','NDVmYjBhYzk4MjUwYWE1ZjUxOTIxODVjOGQ1MGQzOTJlZGRjMjExNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI2c1Q0S29UQWc2S3lXR0dzWGpRRWI3U2RuQjZhalh2THFpVFRnNkdIb3hCSjZrRGl3dVlrUjFmR2w1RDNPWWtWb05NYnFTOVJsbmVodE1QYkpLc0tvQ09pM1M2bGVORV9oR0YzMm1uM3RKcDlWTFltd1FWdDhOLWlHQWRLTFEiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjUwOjIzLjYzMDEzMyJ9fQ==','2020-02-17 11:50:24.632277'),('c0j6mnhw4lo40i56vdeogmbzvhqwxa4l','YWU0ODQzZTU0YjA4NjFhOWI5N2E0NTczNzUxNzIzMTgyNDhhZDRiZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIySDJKVUZxenc2QVJ6M3M5TnBTd3V1RkFJZkNRM1JoV2VmUUF1VmZTTXZPZGhXeVNoOUZ4bGRYNWRJLXdvSldOUjZWNlE1MmZ1ZDVsWDFQalY0TVVaeXdILWZZemZWZG1oMEEzVzN0Wk5GcHAyMXlENHlHSVE1V0JJMHMxRmg1IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNzowMDoyNS45Mzk4OTcifX0=','2020-02-24 06:00:26.941058'),('c0wx0018onlag95eq22lzwt0ofh7vm77','ZTFiMzgzZWMyZmI4ZWYyM2E0ZGRhZGYxOGI0ZWI3MTFiMzUxNDdhNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI3RFhRb3NYYUZXVm5vRjdKcnV3OVBJT0h3V1lsSjB5MkdWb2MweERUTm1sM1BySDBCQmFfNEMzVHFyeU5nRjJyd2NsaElTT2VYbkJDSU5Pc0FWdGNMY0N6Zjg2RHI0c2tFQzZCcVg0ZFNocTVtUUI4c08ydUx1YXkycmlGcmciLCJleHBpcnkiOiIyMDIwLTAyLTAyIDA1OjAwOjE1Ljk1MzM3MCJ9fQ==','2020-02-16 04:00:16.956710'),('c1cu5irfg6mwstgnus1t3ou7ivanks7h','ODM5Yzk4N2YxMmZkYmFiOTJhMzkwYzI2ZDJkNTczNDY0NDQzNTUxZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ4Z0kzaDM0RjhWb01BR1RYc1ZBN1pZMGJGWGcyUmVxRGRkT2FiQ0pxbW5Ka2lhVWt2WkRnOTdFaEd6TDkweFlyYUpZTVJ3elFUMTZiOG0tNnF0RUREQmZyQ1pCTWhkcERHaVNXaldhZjFEbkw2aHdCQjZwd2hoWDVJT2ZwLVVGIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoxMzo1NS44NjQ3ODEifX0=','2020-02-23 07:13:56.868313'),('c1tc8vt7r645o8yk1t4e5v64fjmsvovd','NDk4NTRhMTk2YWU5ZGVjY2FjMmQzMjM0NDZmMGFmMDEyNjMxMzcwOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J3U28yY3RLMVJWY20wU3RKMVNQSEhPMjBCT043djhJQW9rUVM1QXN6N2ZORlFYUlozc1E0bGtEUnM4Y0JHVl8zcWpfM2tEck9RUkFtenNlRG5SclgzT0pid3ltWUxYdXJ5a3puSmFvZURfT0s5UjhIVUh5b2FwTmRWRmhEQkEiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjQwOjQxLjM2NzcwNyJ9fQ==','2020-02-10 07:40:42.368854'),('c26rd493fu7xyd2bwdsjig577kricu2b','N2VhYjA2YzE1MGJhMThlNzk1NmU2NWQxYzU3ZDVjZDE4OTA4NjJhNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEItQnBkQjdvLWtSY0lTOVotX0hBZG9laVdEY3gwa0F4OERhUS1JNnhaMTYzUWxYMlBCSWVBVXBzaEpGZGc1WmpkWjEzWTFfQks0eUg5OUpWQWdzWVBwWUV3blpsSVZOZThCZnBwODk0eEdCWDI2RUpzS3VtYm1vNmlQWXpLbG8iLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA3OjUwOjE0LjgxNzU0OCJ9fQ==','2020-01-23 06:50:14.821044'),('c2nf72fb2y7nyt3kovz9p9fqxh9us3g9','ZTVjYWQ1OGQ3NjgzYzRhM2E2YTNiN2Y5MzU2YWQ1NjhhOWYyN2NiNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ5TmExaXVNSXh3RExHT3NCN0xubHVNUklXUmVZVERKdjNRYWM1c1lJcXNzRlpSeHdGVmRla0hVRzlCMlJ0WUJFSU5YM2swRGRxV1lSUFFLb0psbkdzX0w3MGxRUTI0cFN6Q1hleUV0SE13b0FlMnplX0w4QXBWVnVmdTA2UmsiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjMwOjMzLjY1OTkwNSJ9fQ==','2020-02-17 11:30:34.663398'),('c2nxu0x43gntiow0pi9hfrequq1op0yp','ZDE3YTEzMjE2MDQ0ZGIyMjk1MzFlNDNkZDM2MTRkNGFjYzYzNzdlMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J3dHJDM1dnWmh5WE1XNlZGbllJbml3LUYtSVFvVXpyT0N5WktDb1I2cFJZcWppSmRBb0Zjdk5HdnhNWjhnQ1IyUFdyNXd5SWJLcXZsVkpzejlIazJDWVlUUWotY2MxNnZ5ZzRhaXFILWFWOENDRmotN3JyaWUzNzNDMkJTTnciLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjAwOjA5LjM5MTYxMyJ9fQ==','2020-02-10 08:00:10.395106'),('c4e34imvc6u10g9ojsbgnrhn1d13sp0p','ZGY0NzEzMzBjOGE5NWM2OGRhMmRmMTdjY2VmN2VjZGJiYmQ3MjBhOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI4UG11cU9DRmdIdERmSE45MWZWcy1GQlNTRGxUNTN6ZEE4YUZESzRvUzBZYlBKdWVfUDgzNXlIVW9vZUZUZWtrTWZuZ3ZqcXplbVV5V2xQb0VYU1F6VldIcy1nZUpGWUZNODdFeGFRbG1oVExDNUpXMnNpYUxOUEN1VmRSR2ciLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjMwOjA4LjA2NjQ2OCJ9fQ==','2020-02-06 11:30:09.069851'),('c4i2vjhogolnx7j16xtuf7r34kp2dbok','OTUyMWFmOGExNDBmYTVmZjEyZTI0NzQ0NGJhZmYyY2IxMDRlMGE4OTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ5RkFZQUNES1F3SW5CbGJjMGJtdnplQThpcmFxd04wSHNXdnpUQ2NZWVdOcW5Va3dJOFhJRVdmTDNDTVJxQmk2b0lzcWRKc05wWl9Qai1NX1p1OFNHX1VXZE9RN0NvNlRqcXp3WUpGYzZuTTlNa1NZa3dOYnE4ck9EenFnQ1RsIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNTozOToyNi43OTEzNTkifX0=','2020-02-26 04:39:27.795239'),('c4o40bhcnnbj2b5izxrk2md2aw95vgze','ZTQxOWUyYTEzMzI5ZDk3YzhmYzQwNTM2NTJlMzhiZjJkMTkzODQ5MDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEItbW9KRXpBZWNJRkh1M1JlYWFNUzNHcVh0QW9NYk9HMms3ZmpXcG1WdlE1U19KMUxLQm4ybEhSTzZGVFhBX2xEdjJxTk9saDhVSk81MzlQQWY3RHdSVENxUmRYVHYwU2puVXYyLVI3ekFnUXlWV1prcVY0QVBEQmthM1lTRTQiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjIwOjA0LjUxNDEwOSJ9fQ==','2020-02-17 11:20:05.517680'),('c5qow2a51ms2nfpombectz5f9a9dh2nm','NTM1YTU3MzRhN2M3Y2U4YmE2OTg3YTJiNzI1YmVkMzhhYjg0OTYxMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEJfOXl5ZFlpWFdJajBCbmJKWEVGREJJa2Q4ZWNWQlV6VHRkbXNUVEI1ejVXZHlHSllzZmJ2VWxZalJVdGdPUDkwSlVuR3FTNHJoNzhIdWFEdEV2dkRRM1Z5aVBoVGRZZVZuVFRMOExweEdUOEJ6Qk1ZSmQ2UGZzRXRZQzJHbGMiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA2OjI2OjQxLjQ3OTIzNSJ9fQ==','2020-01-23 05:26:41.482701'),('c7jtf2zx19dal2bgftvznmeu8e0j2hnm','MWU3Zjk2YTA5NzE1NDQ1YzJkYTFlODdmYjFkYTIwYmU5NWNmY2Q4YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUItVUNTckhHODNKRFkwb2Y1NjAzMXZ3bHljcTc4WGdPX2NvMDk2ZUhlVGw0MVgwTWhQNmdhZXpORklPRVZ0OS00dEtQZDN4a09OVEM2dDBqQjEzNFI0cG1LZGdIVVduSHluZ1JsbnNHN0VOUkhVbVAyT255TDRjdHlXc3dZWjU0IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNjowMDozOC4yMTUzNTkifX0=','2020-02-26 05:00:39.219365'),('c9fcbczts3n1ewwctgprcp01escawimf','ZmM4MWRhNTBjMTliOTY0MTUzM2IxODZlOTZiNzFlMmJhZmE2NDk0Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIzQVBmaWVNQWRpakJxeFczMlRqZzdhbm91SVVkeHJ2V3c4WVV6MFhuR1R5QjMzMXpwei05WHk4U1FlTmZvTVlzWEJwZGdoSk0zSzVHdGVaWkNxQlMyNDFZTURuOWE1djVaT2RTWVN6YUlhMWdxa2l3SkJrWTl3dm9LTGZ6TDAiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjUwOjUwLjg4NTk1MyJ9fQ==','2020-02-06 11:50:51.891663'),('c9rigtegszi3pv9dx60cfpgcnwrwbvn2','Mzk5ZTUzYjAyZTAxYWQ3YWZmZjAyYjQ0MDczY2IzYmEzYWU0NGY2Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ3NGdvczhWdHpwQkdCQXdxNlFjN0k3VmZ6SjMxRWk5bnRSa3V2YTN5c256ekNHZ0k0bEN2TlAyV0tmQTNnWEU2X3VBMVhDUjU0NzNseXFjSFVDVHRTbVAzcU1ENVBaZkd2ZnNQa1JDbFlJUTJCT21JN2Q5N0x3OWU3WGJJX0RXIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwODowMToyNi4yODc2NzcifX0=','2020-02-26 07:01:27.291141'),('cadamdevh5hd50iz7cflcu5ku5zn9att','N2ZkNDFiMjFlMzAwOWEzYzdjYWNjY2YwMmU0N2RlMjg4MDJmYmY2MTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEItVHBnc2gxTWpIODNYMHM0eDRzaGtlZ25PN3JzRlZPRG9SNFlYbHMtaHVhRENTbndmNGhOY3l3bEpNNmc1X3lKRFpkLXdoUXBZcUpfR1RhU25pS3plRzNiWUR1bXFSY3NtaGl2a1hjZkVhVGtuMGg0WEdsMzZEZndKSHM4OW8iLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjAwOjA4LjM0MDY5NSJ9fQ==','2020-02-17 12:00:09.344209'),('cb2d1q2eshho1ftobfuf9kdwd1d4o0j9','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-12-09 16:54:40.670243'),('cc1vaslnpzzmvos6dqc8s0kr73qorfcw','N2YwODY1ZWYwZDgyMTJkMWQ2YjEwNzIxNjc4ZjE5MjQ1OTYyZjFiZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ6THVLdm5QNHlqd1BLR2VsWWluNDBZOGxVU2o1WFRMNmZWRFE0LU1tQWNENFoyRU15RTVzUmNaZUh0blo0V0NWN3JNdFB2MktrMzJ3NXVLZ2pKQmZmUEJsQVRmVHBDQlJmMXlHTk0wVFotX0cwTmN5UklkNF92R1VySTlTU0FRIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODo0MzowMi44ODE3MDcifX0=','2020-02-27 07:43:03.885126'),('cf2zlt0uyg2hy4jzeazaem54841xl4c4','ZTQzYmI5OWY0NDY1OThkNzg4OWNmMTVkODA0MTM2ZjQ1ZmYzNmY1ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0ItWnBsbkdkc19TbHBJV2l6Vy1aNDdfa0t0ckQ2VmlrTUEwQVJqc1QyYk9WZTZVLUNqQlJxNzQ1VV9YMXIzSmZCUHhzM2xMM0NfNXRBeXppUXdFTEV3Y3NrZGt6ZXhiZzBxQ3Ayak1LN2d2UFFmRFlDWTZ3RndBcWlFQWRHNUEiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjUwOjQxLjA0MTg5MiJ9fQ==','2020-02-06 11:50:42.045382'),('ch6pofe5akrxlxcjwsbal97878agaikh','MWVmYTAzZGM1YjE3MWE0ZmQ3OTYyZThiZTE3MWI2NDA1Njc0ZmRjYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEItLXI0SWVMY1hFOTJlRzBqLVFWOFlQSTZoVmJ4cHZIbVNTOERWY1RPamx2M1dGTWRUa2tEaVU4UHh6R0FjUmNpR1RoUUkxcDluYk5rZnBsVzJmVEFtUWlwZ3ltR0JodFFsR08wNGMxNF9pcnRTdlBJMU9iUHRQejMzWlhEUTQiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA2OjU5OjI3LjcxODkzNCJ9fQ==','2020-02-20 05:59:28.722574'),('cjptmshi0ggdhw49m6vtsx0irfnlpizr','YWI0Yzk2MDhmM2EyY2Q0NDM4ZjU2MWIxMWRhM2FlNjJkZGM2YTJlYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXVkVFemE4bmVNR0I3amRNbURDaXE4Q245N3JBQndnVmV1SFZwMlY0R194V09zeVVjaS1OT3NtcDMwMm9CYTF4SGtMQWgxVk1lT0kyMlpPSUVkNUN5d1B0X0lHVG9lU2lBQkF1QzZBYjQwRTBXTXNlMU9tRVRiQkR4TTBQRFJVaVVlbnhpdGZlTlFWUEtRV1hQZ3RQblpGeElWR1hlVmpBIiwiZXhwaXJ5IjoiMjAyMC0wMi0yNSAxMzoxMzo1MS4zMDUwMTMifX0=','2020-03-10 06:13:52.308549'),('cktpy45iajgovrzbg8yn7lmj8u8s48hj','ZTZhOTRiMjViNDkyMDc0Y2Q5YWRiZWQ2YjMzNTBhMzE3MjM2Nzk4YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEJ3bXNYUFhwZEhpQ3dJLVRKdEg1Z3FUN01TZTJhMkhDeFBIWDdSRVdKcU5KRzUwN1lKRy05RWFNZHJ0RVVZZ1FJcUFaa01KN3JDUVVtWDdTVjNvSE5KcHYtSmtPU3VyNmlaQ0oxZmZIblFlSkltM1VZMW9vVW9HUDZtVV9XUEkiLCJleHBpcnkiOiIyMDIwLTAxLTA4IDA3OjEyOjQ2Ljc1Njg1OCJ9fQ==','2020-01-22 06:12:46.760489'),('cmipfbp1ktdx5twxbn6i2dx7ry1o2sk0','ZTI5NmIwYjY3OGFiYjUzM2QzNmI2N2IzZDQ1Nzc3M2QxYzRmZmZhOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I0anlUSVhxMkZDMHBiQ3VTNWo5T05MaWdUekN6MlN0MHVzRE1wTjN2SUlXSE54RkdBTkxUSFZac2JORkFnWm00Q2RtN1ZQanRsVExUQWlwdGJwVUlHVk9vTnZaWWRNbjRJdDFqUkJDUVk3MmIxcS1ydmxEc21QMTBDNndYSm8iLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjAwOjQyLjIxNDg2MSJ9fQ==','2020-02-10 08:00:43.218340'),('cmmyoe5wpjthq4pvwx27w9dmp5g0tnc5','NGQ0ODRkOWUyNGIwODQ1MjViMWUzYWJhMDg2MDZkMWVjYTQ3NjQ4Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI0LTZzLUg1aElraTZPemJLaWctOWNLa1NKZlJ2Zm56V1pjbjk1NTBZbU1iRmZKVjRJRWxvT2h2cHZmVTRqU0FwbmJyaGR6RW9pcUNkUmpZSWxMX3R6MW51QjIwUVhNSlZaWktMVFNtZ2V1WWVxTG1GMnZQNkZ3bFlWdDRkWjgiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA3OjUwOjM1LjI0MjQ3NCJ9fQ==','2020-01-23 06:50:35.243933'),('cn4xhj22iyppwojb0oavftqwd7w9t8su','YzI0YWM4YjlkYmViOTU2MDM5MWUwMDg5MWJlZTg2OTJjZjc2YWRjMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ3elNYMzgtMWtVdXcwRno5WjhnSVBPMHNmQ3pEVFBnb05RSEVkM1NUaV9wcW42WURBWlRZV2Q2WFdmMFBlXy1CWkcwVVNIakFnVG9lY1QtLVFtYmx5Zkg3b1cwMFpCcUtyei1rdUZNdGJBMlNRLV9WX3Z4RE9JYmI3S1JXWjgiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjIzOjUwLjUyMTA1NiJ9fQ==','2020-02-06 11:23:51.524312'),('co67h0194vs8l7q8lil9qmm9p8brljpb','Yzc4MmUyMjJmNDBhZjFiMjcyNjE0MjY3YmJjZDNkZWEwOGY0YzU5MDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIyc2xkMWRuY1dlMDFnRElYSUR0MjFPNEh5UGRNTmxjZzU2UTVRR0NzQ3hqcU1fX0JOWTBGTXFMbnNzTG5BTWdnZ3cwYk81MkJ6VnRtLUtkY281RVFWYkt5NWp5SnlOWlAwWGxna0I2SEVtMVNsemQyeXE0dXdxazRBWkxMclkiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjMwOjQwLjE5NjA1OCJ9fQ==','2020-02-17 12:30:41.199624'),('cqttwnj3lmsq8fonxb85xtgce53vg43i','YzY2MTQzNWJhMTg2MjNmMTM0NDNmZWUwNWRjNGY5NWU0OTNjODNiYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ6YzFabEZnMHlqTEdieFBlZEZqSjlwbEtOTm01NHprbmkydnUwd181dXRNTE9XSlZmRDRFVmV5ZERhZ2dlakpxWl9tTjBrUmQ1SlhZTDBfSUNxbk1JM0VpdUw2Wk42d3l2amttS1l2d2d1djBENXp1YksyVW5oMmZYMnZwTzgiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjA2OjQ0LjM0NDAwMiJ9fQ==','2020-02-06 12:06:45.351637'),('cqu7bj0denm84n3mk71zz0ijzpf44e4x','NzQwN2Y0YjdkNTI0MzQ3NTc0NzU4ZjAwOTdiMmY4YzliMGU0ZjQxMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIwOXI1M25idnJIZG1UQlZITnQxdUZjdFNyY2FWVk9YTzJ4eUNfNTMzdXBpWFNvT1psRkthaldYd2tCdFYxTGFEY0NTOFFfNGc1UmE0N2JHd2pHdW5KY055aWZoUEQycTJRSnRlRmRPNkkzRHFwX0dYSTJwMnNYazlSckU3bFUiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjA1OjMzLjE1MDg3MCJ9fQ==','2020-02-06 12:05:34.154242'),('crz2zxx99j2loa5ilw1dclnt9he03x9v','M2MyOWY3NmYxMGY5ZjgxZTQ2Yzc1MzllODBjZjUwODI4OTVhYWFjNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEItdXlQcjdSdzFXbjFTMTBEZWJQWElya2FmOS1ha0Y5dExjOEJ6dloyRmZWXy0zNzVtUm9KLWY0eVEwV0ViV1hFU1JoM0dlbFV0UDB1Wmk4Ukl2UEdpQVdvRmNKN3NzU1c3M0JxUnJLX3BmSS03cThYSDNtblowNHB0dXRHQVkiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjMwOjQ4LjgxMzY4OCJ9fQ==','2020-02-17 12:30:49.817137'),('csnu5p5xzlrfzowlj6ws5kmanh8aagdi','NmRkOGZhMjNjZTM5Mzg2MDczY2ExOTBlYzFmODcyYmM4NTU3ZWNkZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI2TG1Ib0I0THJWWTB3QkJUbDl6NVFvVzA3NjVIa2kxNC11a2tkLXJtWGhTdENEbHJmaExGWlZMRldjV1Nwb2VTZHBnRHlDcWlnU3BXT0xFaC05NVpXdENRNGNRekxNWXpNZFU2RFZkQm9TTkpUN2dJVHJXOHBpV3MtTkdsZHMiLCJleHBpcnkiOiIyMDIwLTAxLTEzIDA2OjQ2OjQ2LjAxMjU3NyJ9fQ==','2020-01-27 05:46:46.015946'),('ctz3dl4etgge1yx6xzn399w71f7cc57p','ZjJmNzliMTg5OTkyZWVlNmFmNjNiNTJhZWQ0OWMxOGRlNTk4ZGVlOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0Iwb0Y1SDQ3bTIxdjZVckIyUGR1OFZLU0JKWURmVlR5TGxhV19iS0dTS1BRZVFFNW92bFkyeDloeTZuSWMtOHNRYjN2SmlxQnF2ci1pTEgyVXozUFVXUWtoSXlhWWFjTHdXTmhhLVBBNXNyMXRQTE1feElfYnE3T1plMWl1OFkiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjUwOjA4LjE1NjEzNSJ9fQ==','2020-02-10 07:50:09.159521'),('cvwwnfypp1rifu33ao3w97a3uy974gds','MGQ3MzI3MDE4ZGM0ZWJmNDE2NDEwNGY5OTc2N2RlMDQ0OGVmNWQ0ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IyTEx2OHhrZTBhbFlMRUJHei1pdWdLNTRWN0dsRnU3Z2Q5SEtDQktHV0o5U0hjUm5LTGZYWVhpUXFfY1ljNmRsTjlOalh3dkdHanJnV3VzTWhrcC0zSEJDZ0lNUjNkaWxmb05uNHdiMTJtYkhTcXVERURtWEk2RlFucEMzWTQiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjQwOjQ5LjU4ODkzMyJ9fQ==','2020-02-13 07:40:50.592518'),('cwjlsk91mo13m05zyun1pz1f428k08md','ZWI1MGQ0MGM5YjFlN2EwZDExNjU0ODU5NmVlNzg0YmI3Nzc5ZmQ3NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIxZEtyVmc5LXpKOWFEM0ZWYTdlOWVHTWloNzAzWnZOUDBXcnJMWFpJREw0N3N4aGg0WDdRb0RrRDZnLVEzNXR1UmY5NmlKbnVlYXdVYkdyWlBqR3pZalBuellGVGl5azdJVXVmUURMTEExbWdqcGYySy1qQXMzSnBTTzI3b0EiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjEyOjIwLjk2NzIxMSJ9fQ==','2020-02-06 12:12:21.970833'),('cwxl13o89qvcxoy46bghf5zg7dnzt2yt','ZTRmYzlmMGYzMzMzOTg3M2Q2Zjk4ZTJkM2E0YmJhMTRiZmNiNzFlZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOUI1WXY2X2t5V0hlRnRXU0V1MUxvUzE1Q1dKWEZtS3dMSUNSQm9CUmZLM21ydnhoQmxOQzQ0T1BONFNKalBJYmJ5d2VEWjJ6TFBxRDdoNXhrTXk4Qmx5OWtrc3hNYjlmUlFJWXBaSjYyYVpaMmhNektDaXk4dU5ZMmVEc1B2NW8iLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA4OjMwOjA5LjQxNzk0NCJ9fQ==','2020-02-20 07:30:10.421375'),('cyfbly82hpbyf93d7a9vo1mv1oi2audh','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-11-04 14:15:00.595097'),('cyq85r3d6mnuld45kjo8ipz2dzui9l2b','ZjE5NjM3YmU0NzcwOWFjMjI4OGFlYjcwMDc5OTc1N2UzMTU4MWU5NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I0R0FHdGNNZmpiOWlxa1VuWkNraDZPTHdlTDVYZWtNMFM5SzAzekd0Zmc5WTNqSmpUUUhzd1hfU3RaM2FLS3A1aDdSWFpobmhnSWs4Q2JMS0NjUTVXOHZGcFZDWDhHN3F6LVU2b2dIaUxiUTRKOVNYLUYzMXg5R1JYQkh3Z1kiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjQxOjA4LjgyMzg2MyJ9fQ==','2020-02-13 07:41:09.827525'),('d0xclrim5pu21sqi9g69kko80umzp2kr','Zjg3MzExZDQ1MmViMzM5NmYzYzRhMzQzOTBjNWIyZDI0NWVmMTFiYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI2VUZIcGJ0cllYOVZBazF0SFN0Z3I4aG0xcmlpTEI1YmdqU1JzUnl3aFBydkFkOUk3Sm1Tc3dEaXhzcTJjeVVpYWdrdlBsampmWXVPbzRYMjdtT2pPd3RzMnB6dVhrZTkxVElBeW1Va3h5aW1HU1hiVm9nWHQ0YWpqVWhQdmE3IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwODoxNzoxNi4xNjAyODEifX0=','2020-02-25 07:17:17.163892'),('d1lm74s3dk2slhf92wb0z2yukb1pw954','YzU1MTlkYTczZWVlNWM1M2I5YWI2NjcxYWQ2M2E1YzQyYWQwZDAwMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J5Mi1aSlRLQWJPMzRTVEI3eXpXLS01Mi1wam11YjlMUUlsdGdhRlBfb3dyWjlhV1E3eElWQks0N21Jcjd6R0FhRXZzQUJUcC01dV83dFR6b3k2YlpUMWFpcm5aVVk4WVI0ekRyYnp5STAwVHlQWU9UXzNHRjE5bXlWWFl4aVUiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjEwOjE0LjE0MTg5MiJ9fQ==','2020-02-10 08:10:15.145436'),('d1t7awt2u2au12q51iwgluwhwat97kur','YWJmOGIxMWYxYTZhNGU1YzE1OTBmMzEwMzI4NDYwMzJhMjRiNmNkNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI0RV9ZYm9rSGVOM2hPa1EyZnppamN5TEQxSnE0bTFmRkhvdkx0b3MzTGRZRm9jVmNXRk5EN0RQdXV5VkVsYUJ3d2ZFMHVGVmxYVGZIQ0twSDNJWUw5MmQtX2M5N3YwX21nNFAzbW4zSmxrWFZBT2xfRi1mVmg5dWRpdEVnSzAiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA3OjAwOjAxLjIwODIzMSJ9fQ==','2020-02-20 06:00:02.211831'),('d2xbexoz95y8mogllg2qbxnuqqx222bh','NDVjYzk3OGQzOWI0YmM3OTkzYzRmNDBkNzZiN2FkZTgzYTQ5NmQ3ZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI5V1lCMjB2VDFYa2kzWmtUdHRyQUg5OEZzZ0hob2JVUkFsZERzMzUtQ3ZZRGNPVEhzZnZFUDVXZkNpUGxGYm1icEJmMk5kM3dzZm5ZVHpTVTRkMFdyLTVndHlyZjdoRkphTlZlaTlfMUl0UnlaNGRXeEo0RHdfU01NYllZbmMiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjIzOjE4LjYxNDU5MSJ9fQ==','2020-02-06 11:23:19.615917'),('d3q9ku5hfep420v1ly25x60fh9my3vss','ZTY0OWNmZmI2N2VhM2ZlOGYzOGZlYzA2NzQ5OTUzMzUwYjliMDcwYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI3di1sR2hqTWhzMWk3QlRrOE1EeGhob2ZrRXMyQUMydGlQLV9MTmI3RFJ5OVhPM1Vna3BOeGlHU1pUeWZZNUJKSFVEY0NDUzhyendlSHFJSWdIc1VsVkZqYTZEZ3hhLW95UFp0dVNkRHJTT2kwNDhrVjZqWjdjTUxCeVh0aTAiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjQwOjI3LjU2MjA2OSJ9fQ==','2020-02-17 11:40:28.563787'),('d4ggv52rb2g250kkum2vi044aqp6ffra','OTE3YTRlZDliNjI1NzI3OTFmZjNmMWIyY2ZhNmI4ODhlNjdjYTI5ZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVVbkpxeldoQ0Y0Q2FVNDAyblBETkdQQUdxU1loTHlsUmlKbVR3bkVLR2Fva19nOUVqM3EtVFF1bEgwdEFvRzJpYkxaY2I1eTlZMW9oaHptbHZ2UWs1aW5PLTNnOTVnejdrRzVTQ2Vnd3AyVFJYWDlhRk9DNjBkSmQwSFF6Y0VNVkptQTltSmZFVWFUeFgwVG9DUkl1SXQ4Q1dkcmFnWkdRIiwiZXhwaXJ5IjoiMjAyMC0wMy0wMiAwODo0NjozOC4zMzQyNzEifX0=','2020-03-16 07:46:39.337436'),('d4gzvuol1xlf31cph0d0uns01q2ih5qh','ZWEyNWQxOTNmMGYwODNhOTEzMWU3MTU3Zjk5ZGZmMzVjMTgzZWMyYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJfRVJWTzMzdVI2UXBLZFpXLUxGVjRoZFFMd1lTWjFGcE9WLURLUThzaEV1NTBPOUpIZFFxWUtGUlgtNUJIbWNhQ0RZYWZWTkVYYmljajVCNUYtenhaSWM2TndOMkcyQmNYQnhvd3RjYmo2WTlybWlnQmNsc0tnUXJiTzBveWpwIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoxMDoxNS40NzM3ODYifX0=','2020-02-23 07:10:16.477303'),('d6l6yxhl10t3787kut1yn3o7rafc9qnd','Y2MxNDQyZWU2ZDBiNTMyN2VhNjI1MTUyODY0ODljNTUxMjZiNGY0ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0Itd2VRT0lveW1lUWN4a1liTVM4TjNDb3A3ZGxJTVc3WVZlOXdvODNHeVdYSF95ZUhYQXRLSWNqbXNnZzlmTTRSZ0EwLUlpSHJyTUFhSy1BWS1fOGNBa3ZMUnJjSXpESV9DZHJkdmwwa01ZQ3A3aUlnbVQ4eDVibUhmdXpWa0kiLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjE3OjQyLjA2NzA1OSJ9fQ==','2020-02-09 06:17:43.070514'),('d6ru2pp3gv01mu9xnuxrxtxvwffwj4uy','NWI2ZjZmNzg3NTAxNjgzY2I0NjYxYWQzZjU0ZWFjYjQ5YmJlOGE5Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI3WktwQnFRYnlaZklIR294ZVRqb1RncmliY0s0N0VCTXN3OERnTG9rWnQzQTJMdktyUEFjdTU2VndTU3gwYWY0TW9udGZSUkFIMHJoS01vNEk1S2RYNVpzMTYxN2loZUNQei1fVG9EaDRnTE5Lb0hsTFpwU1o4b1U3TDZTVjAiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjAwOjIxLjI3MjgwOCJ9fQ==','2020-02-17 12:00:22.274019'),('d78649p5xhih726zr0w81gei81xi6az4','MDQ2NDFkZWYyZmRmZDhkZTgzMzgzYWU2NTM3ZmIzNTk4NWEyMjc2MDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI1UDY4YVhfU0xHYWM1aDBTQmw5NXA3QTlVaVBIZTZMcGFpUW4wSHUyMGlVWFlrT1Y4c3dJZ1NYelBmbVozRkllc05Ub2tKS3ljRzdCc01RMGRzejdnQXF5OUtoRFV0aDJyWFVKZnZkaGpDcXMwUFpWNXAtdWVIclF5ZTFFakkiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjIwOjM5Ljc1MjU2MiJ9fQ==','2020-02-06 12:20:40.755991'),('d7iwvmgokp9z443evf8hlwm5n650aq16','M2U1MTA5ZTIzNmMxZWY1OWJiN2YxNzUyMmJmNTA4MzYzZmYxODk2YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIyRWhLbThIWXNwNVFBN0x1Vjd5NWR2MEZVZGxjdFVJWWV1R2tEYWdLYjRwbE5FVjRLbU50cm9obWNXcmk5VTZ0aHpkX2pUcUo1Tm1HUmlTM2s3N0ptQkc4TF9RQ2FxWm04aDNXaXJTdl9nZUU0YXhFSTJLLWhVMmpRZjlXc0kiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjQwOjA4LjY5Njk1OSJ9fQ==','2020-02-18 05:40:09.700874'),('d8rvit2nl0v8cvoh9hk3t2j02qx0jp9q','N2Q4Y2ZjYmIyMTM2Y2Q3MWIyYTk0OTMwNzFmNzNmZDhlMTFiNDI1NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSWwtNUI0d3ZPTXRPT3VkaVlGekJfcHhJa05tNnplb054MUN0WnBIb09LdFd0QzFmZS1JTG8wMUNPSS1fbnNZc283dGl4aUU4ejVOMFlNWmdXb2VwTDZpdnlTQ08xdGQwZzhPTjdtUGJyRG1udFZ1UE44Z1BLaWtTSERXQU1xcUlXdyIsImV4cGlyeSI6IjIwMjAtMDEtMTUgMDc6MTg6MjcuNzA1OTY0In19','2020-01-29 06:18:28.709467'),('d9yonfin6d7ov6vc3uejvrsnsaqtxqdh','Yzc0YmU2NTIwMjY5NDM0MTY4YTEwMjg3NjliYTg2ZGU0ZmY1NDMxOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUItWXdjTGpWRGNJbjhSM0w1bzRLNl8zOXNhbTB1cnItaWFkenBwM08zMWJpMFoydU1raDFTRmNWN0J2YmE5NG1tYUhfRTlGOGNIVGF5SENXbUR0RHpwYzlqaHFBR0d5b05Cd3g4bmwzaVJvN28xb3dIelZ4Z2F3REVydlVIZHlrIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo0NToyNi45ODQ3MzAifX0=','2020-02-24 05:45:27.988306'),('daley0m20uxc3w04u7v4t1omvadeottx','NjA0NTBjZGM5MTAyZWJhMGM2NjlmMzZlZDdhNmU0MTE1ZjY3NzNjZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJfY3prbkRwSkQxaGp5blZoRDVBUEFqOUYyQUVYRXA3VGhCaldhamNCQXFFSGhPMG13OGRGdG9DOVlucmctcERURUxFNzQ1M0VIZnBmY1ZPdW9abkhEZ01QdENLdUd6VVBwZ0lvNG9hLThrUHdQa2pwdXhZcHJVYTdIT2NmNDAiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjIwOjQyLjQ3NzE0OSJ9fQ==','2020-02-17 12:20:43.480516'),('dbawpwevkzqhbytn0ocb0cw1x9c4dmei','MjU3YzhjZGMzZDdkNzZmNWI2YWUyMDU0MWRkNjBlZTkyZDM2NWZjYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIzZ25yUHQ5b0xMM1FNU1JuLVRnRGhoYTVHa3pzbnNLWG8wWXcySzVhNkhmU2pmVkozaGZTRnVqNXBVRXJKYzNmT3NsUmZBZl91YzkxMm1ZN0dFbjRTZFNtUGx1SndVcGtWRlQ5RUhHVTJoV2JZS0tfREhNeEtCRDU2bnpGU0JhIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwODoxMjo0Mi42NzAyNDEifX0=','2020-02-25 07:12:43.674180'),('dbld654aqxyjl740viwcfpthhj1iia2d','ODcxYzQyMGQ0ZWEwY2EyOGM2N2M3OWU1YmYzNDRkYjEwNmIzYzhiMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVWQVF0cWdjVzl6UFFsTmN1bS1OdWJWWW1tWnZ0X1luZXlyUkZzbUdfZmh2OHh5aTJFQzlNTGRvUGQ3OU5GVUZFUmRwTFhWRy05SVJQVGJLRDNpQm5scVdTVURtVFhlUFlEcHJ2M1Jlb3JOLWRJbHY3QW5zSEgtTFNkbGpVV2l5dzNzdFNaNmg4bTQ0WllLODRYSDhRQjhoNHRESzJwd2pBIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzowMDozNi45ODgzNDIifX0=','2020-02-23 06:00:37.991794'),('dck8pij68oott8ncwr2i5nii9105nd7s','YjdlOThmOGQ0Y2YxYzk1OTQ3ZTE4Yjk3YzA4MjE0OGRhYTEwNWNhOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYYlQwMVZ2N01BaDd1REdrWmdYMndYTDRLZER3a2wtWF9xMDNBdjhjSWlqWXlETTN3RGtoODFHZnRWOGN0ZnRQMS1NdWRFVDJRVFItMUE1cVFjTXJ5ekpwQWJ6eVA4cFJGNHlHd09Oci1PNmt6bXdtaUF2MkNPWERMUEp2MmRLMEU3dGF3NnEwQklpbmtSeUFudm42ZkdCVHpLcDhSeFJRIiwiZXhwaXJ5IjoiMjAyMC0wMy0wMiAwODo0NjoxNS41NTI1ODgifX0=','2020-03-16 07:46:16.556231'),('dd6nzlbrdbvbjl81lbrqg5sf30f75u9c','ZmRiNzM2YjMxNzYzZDY4MWU1YmVhY2NiZjE4ODJmNDZlMTA1MDg4Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI5UUUwb2JXNXRQeVFSNkpfZmdvb2VaSUdlYWhLdGxhSGVBSXQ0dDlURVFSbXZ5WlhJeVVDaE93dllZTVVTVmtfMTNyNXpHUkZUQ29SZ2hFVEM2X3hvbDNOYnZtMmd4alhyeWFhWXRQOHpMR0pyM0ZHb0dDdXFsWE9saXZGaFdyIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODowMToxMS40ODM1NjgifX0=','2020-02-23 07:01:12.487159'),('ddgaurkgvhng1u4y9ao1iwbsb2y6ng67','NWYyZWQ1YjY5ZTUzNjAwNTVjZDk2MDJlZTc0M2Q4NTgzZGQwYTg1Yjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIwUzNWVk02SHBhdGVnQjFkV3dmVUY5R24tNFRYakkyWnN3NGpjZ3Brbng5S3hQeEt5aEk2ZmpzMVlLenh6WEg5Q0ZtSFRQa3RPM0hrNHNDdmVjd29hVHlmcWxENHRSZDRFbVZKaTNsN0dqMW5IWmRuY3VCQWFBOW94ZjlVT0J2IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODo1Mjo0OS42NDUxMzcifX0=','2020-02-27 07:52:50.650133'),('degtmfo5h6iew9mbzcca56dqn8jzdpy7','YWIxZTg3NTcxMzQ3N2E1YzU3MDRhMzZhMzAwYjY1NmQ4NTBhOWFmZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI4d3lDYUFoWERnMFdETjd1RG1HUVBnci1mZE1pY0xZdlZuWWtNeU8wc19zUFRSbnFMX1NqUG1RcXpyWTdmdktzUHc3aHRIVmMxd2JGam1LVG1BNzd5Vnc4S1hVbjNNUnVRWjFhWTY2MlUtXzhCazBETzkwNWp4cDBuTG9MSnRjIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo0MDo1NC4xMjkzODMifX0=','2020-02-24 05:40:55.132862'),('dgb1rmtx3ehbzuksfe01w7dtzwcv07po','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2021-01-07 11:06:23.494019'),('dglxzun8c1ag0jdemycn68p388s2ltm9','MTIyZWVmMjczZTNmNDFjZDZiMmI2MDM5NjZiOGFlNzAxZTE0MzM3YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ4UTB3cGczSHp0VXJicWNLWFpOelBlSllLSFlqb2VadGU1NGs4by1tdm9wUmxJelkwR0dCeFlxQlZ1bHlFbTFicmZuUlFDelJpc0hLbzhWUHJMZ0trdlBQMjh0d1VVYWUwVzJZT3laSnY5SFFIQ0xlMmxRcXhnMGgxV24tWkVjIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoyMzo0MS42MDQwNzkifX0=','2020-02-23 07:23:42.607818'),('dgur7esnm6uclke7qq08obe6zz6gxyux','MjY1YTFhNGUwYjhkNTNkYTY0ZGQ0YWQ2YWU5YWZjMDc2OWIxYmEwNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IySC1Fek13aHRRaW9EeC1BbG9Gc3owTmFvSmFaRmxMUURucEdHMHNzZWtFZ0dxWlFQRHBzLTFCbnZ5X1FuSFRubUJ1TDdVSUNqTWlHa1FNWWd5V3drTi05emxYc05VN0FjRWRRUUR0WUdCb2Q3MVA2a3EzbElSYU92RnhvOGMiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjEwOjIxLjAxNjMyMyJ9fQ==','2020-02-13 08:10:22.019795'),('dhmgitpt2bjyv77ass4vixnz8n9o58vo','YmVjYWNmZjZkMzY3M2U1NjBkYzY0Y2FhNjBiMTBjNzY4ZTg1MzgwYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I1V3JZSVlZZ1BvZjZTZktiWDV4NzBnVGE1OFJMWFRfM3dsYjlMUEtMM2wwM21QNE03M0l2NjBySDU5ZU9ycTRKeWJlRkVNLTdSQWkxZnMwYzRiV2VueFhvdE9majY5V3FFZXNNXzlVUms2WnBGU1pleS0yZTd6dnY0OWphYmMiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjQwOjA2LjAxODk2MCJ9fQ==','2020-02-10 07:40:07.022525'),('dhsyj8d6sg36ehu3oh0t4ev5vgnp1cnw','ZGU3ZDQyYjQ3NTg0MGQ3ODA4OTY5NTMyZTgyNjRhM2VlYTRkZGRhMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIxNVplQnpKem1Zd1pBM09iQktRcTVNV0QzOGdoRFZ1VE9SdWVQeVBmbUNzNkRlcl9lU19ybUEzWUktLXYzQnVfdTB2NDBKLVlaLWZnd1d2U01ieVFxUDRsNVFsWGVsQ0RvbWsxYUpMYTZFRldOcjVDbWNMb1FCdEZUSTNFSzAiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjAwOjAzLjU1ODQxNyJ9fQ==','2020-02-17 12:00:04.561806'),('disee8uz3bgxpphj97ftuq7okszaciia','YzcwOTIyNWNmYmZmZTNkNmUxMzBjMjMyZTliZTIxM2NlY2NjMzEwZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J3R1RETy02TGI1N3liQ2NUVGZSWl9mZVZDS204T1BrUHJTX0NHUFJ1Q3c2YlVYT1EtbHNlMnR4bGs3cmdhQ05aV3ZSTW02dFJqSzFYMnpHMDY5dE9FMlV0bWhHWmZBTVdYN3JoSWRKVGpBcmdYc3Bnbmx3RjZ5ZHJneUgxTU0iLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjAwOjQxLjA0MTQ1OCJ9fQ==','2020-02-13 08:00:42.047210'),('djdtal77q9vihb9ztnbawh9z0409dwd0','ZGJlYzJjNDQ5YWVlMmJmYjFmNGNmYjhjNjg2MzliYmMyYzJhYzNmODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUJ6WEphRHZId3V5TDdPeHhUQ2VNSDJaNWlNdElLODJ3T2p1ZkQydGF3cl80U0VIdWVYZE9kVENRek5fR2ZaakZDRHVUaEdocDJhcXMxRDVVUGdVTVJlSlJrT05zcFVtOUhHemRIRXMwZDZRUEpfNWdObnpFSmoyYkJJYlBlRFEiLCJleHBpcnkiOiIyMDIwLTAxLTE0IDA2OjM4OjAzLjQ2ODYzNSJ9fQ==','2020-01-28 05:38:04.471951'),('dk1to3oyadjofgsbvjddztregelz705z','Nzg3MDA3OTM3ZDg5MWY3ODg2NmVmNzI2MzgyOWJhY2YyYjA3YTdiNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI3alJ3SUNaUE9RVWhhb3J6dktMdWZXdEFDcHN5NUJIdFo4YUJwbXJ3SWljRWtualVNallfR0ViNVhzVDdjTWFTR2ZyV19ONUZnVFJ1eTNFN1docHhZSEI4VHp5ZDVKdGlhazRrRVl4TW9UcHFNb1NNUDROck5RYlZoRXZBOWciLCJleHBpcnkiOiIyMDIwLTAxLTEyIDA2OjQ3OjM2LjAzNjE1NSJ9fQ==','2020-01-26 05:47:36.040469'),('dkgg9973k5g16sd7c0c1j9upiueedj6f','ZDNkODViN2Q5NWZjZGE0ZmViMDIyMGJlZDFiOWJlNGQxNzAxN2I4Yjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI3VHl6MWUtMHVKZjFHcUVkZWUtY0xjcmtWa1NLM3NNRUlucDNuTmdVbG40bTRUN3NVdWw1OUN5aXFXS3d6U3hlYUo1Z1FZOHdWWnFXYk9ueHVWX011OXBtMGRmTFZjTFBrWnNtel9ab0pScTBFRzhBQmU1Y2FGbnd6NXhPd00iLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjIwOjE4Ljg5MzcyMiJ9fQ==','2020-02-17 12:20:19.897448'),('dohl2ismv6evm6swggffilttzcaw8i6r','OGQ4MDU3MmYxYjZlYzMzNWQ1ZjM0NDY5ZjRkMzExMTRlYzNmNWQyYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI0SGZNTmJqR3NmMXdWck9GbTdaYUNTQ2tVb1FBQjF4R29GLWFEbFhvM3RvQUpWdzJOdVh4WFVXZmM0MlVYVS0xR2tMTlY0Ny1WNjFCLVBrODVwLVFoc21xSGkxamNObmI0T3E2WHQxdmxlbjU3d2FQMC1JR2ZuMEZpWWVLYkUiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjEwOjAxLjM5NDI5OSJ9fQ==','2020-02-17 12:10:02.398223'),('dolcbpk34p561tt8qthuydwfjj0x2xlj','ZWU5ZTMyM2YyNDY0NTc4NmIwMGVjOWIyYWFiMTc1NjljMjViNDIxYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZTRsdkMyalVfa1otQzkzMXM4dWlVa2hpWWVieWNoRjJIVEZOeFlBd0JWd0lZbUtSd2h4aV9zOGtGbG4tTHNsanhldzRtcjBJTDY4azRCTFFEVnp4TkpiSUd5NGxuSWJYNlZ0el9VSWJWdTlfaDB4MkxOTjdpS3RvNUtpck1HX091cUIxb0xZWFRFZkRIQlcwa005RUNuWVR3NUxoQ0cwXy1CbXh3IiwiZXhwaXJ5IjoiMjAyMC0wNS0wNCAxMzo0Mjo1Ny42NjYyOTEifX0=','2020-05-18 06:42:58.669631'),('dq5rv9adfuipt1f8r751s4tqrpvgq55c','ZjJlMWI4MTZjYmRlNjMxMThmNGNlMTliYjhkMDkzYTI1ZWE3MzMxNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIxcjFGOG1LUGItcnVnWGZyVEw2ZldYdUVoeGxQbGprY1FIaTZUWkEwaU5nVlNyTldEazBUQlczbHBuWDE0Tk1hWEQyZlZuSlA2VlBtY21IWHlXRS1vek9WMVZ5dEhucE82Q3JBY19kcWlDS2lOLVBsZGh2WGlUdlRrSzVIWTAiLCJleHBpcnkiOiIyMDIwLTAxLTA3IDA2OjQ5OjU0LjA1NjI2MiJ9fQ==','2020-01-21 05:49:54.061252'),('dr6pwjvlb37ele0e7q3z8mwao0zf2lh4','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-12-21 15:10:02.470554'),('dt9hj825vox7ylki8y2rkpc0cvcxttvo','MzVhNDM5YTE5YjMxMDNhY2EzN2MxNjYyNWMwNjBmZjgwNDAxMjE3MDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI1b1pBWjJZLUJ2YmZBV0hYRTFMZUFHUHJVQnotU1dRTzF6dkJJQy1PR1hlQlZsY0t2S0JDUUxXa29Id2ZjNlBHYUYtc3ptUkk2bXAxbHF3Rnd6Ti1Zdnp3aFk2SHVQdmhzS3A0cXJEUkNsTFJ2VnM0ZWFoc3k0ZFJNQVR5OXMiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjIwOjQ0LjgwMDk0NiJ9fQ==','2020-02-06 12:20:45.804455'),('dthbw1uzfhj1qty0ngc0ud4q1gkmgyna','ZTZlMTM1OWE4OTZhOThhNmRjOGJkZDQwOGMzOWQxZDQxZmQ0MTczNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IySmJLTXp0VEU3VjBjSUxrNi02SkFuMDQwZWpiR3B3MGRMTWpUX3VMbmNMRTdPSUZSZ24yN29VZFd5UXoyT0dsR18wa014cm40NkxjSDhFZ2xvd3Z3bXRWTGg1MlNfcVJFOHpqZms5a2p5YVUwUzRpdXYyUDlGOHJxNGxjd0EiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjAwOjIxLjM5NDQ3OCJ9fQ==','2020-02-13 08:00:22.397891'),('duexo8p4hyh71bxoxw9b1i6bzzo23sly','NWRiZGYyYzU1MmEzNjI2ZmU4MmFiOWQzNDFlOTk5MzQ0MjJmMDUxOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI0a21IQmZaaGdHcTlBdVJZdV9xbEZoV3VKRUkzb3JkMDdfMHI4R0R1ZElWZ2F0cE4ySWlWemVNSGpINTVJMWdxQ1ZnZDRQWW5JT2taN01tVnRud2UwTWhNVTBEUW5sU1hMNllPZDdLb0tPR1htRzNWclVSNG43T2doT1ZXYmMiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjEwOjA0LjE5Mzg3MiJ9fQ==','2020-02-17 12:10:05.197452'),('duz2ko29vsuu1uzc6hk95dpiomvj5su9','ZjkwMDRhMzAxOGQ3ZjUxZWE2YTdiZmI3YTIxNDQ5YjU3MzU2NzBkODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkItVHNTZnhCalJ5Z1JmQ010LWZSN2lYNmNNX2c3YVJNcjNNRVQwcVBEamEtTjZZSm1qM3YwMk41MU8wSGRvQUJNWGVPZl9ESXBkd1RXTk5DYThVLTAtMmhvUnB0aTRMXzNkdEIxeFluMGdGWi1qcGlsdnBpajJLelA0a2NEYXMiLCJleHBpcnkiOiIyMDIwLTAxLTIwIDA3OjE3OjQyLjAzMDE1MCJ9fQ==','2020-02-03 06:17:43.031818'),('dv2l2kqc9xe06mhv590jk009za2dkkal','OWM1NGU4ZTQyZGY1YzQ5OGIxMjEzZjdiZWUzZDgyNWRlZmRhNWNiNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUIwZnQ3Z2ZmeEhvT2RrdkJLenJQWUY5RHVxd1FpNjhsazJmM2luNFFtb0lkN3lLaWE4SERsSWZfdldWc3RJUnVlX2ZfZ0pjR0gtVHZveXZKakR4N3hpX0F2OE55elBVOUdIWk5rWmdZVENJLTdPeXp2SmJYTHR5U0dZQ0J6alEiLCJleHBpcnkiOiIyMDIwLTAxLTEzIDA2OjQ2OjM2Ljk2MjMwOSJ9fQ==','2020-01-27 05:46:36.965849'),('dvuewjcomm3hasrykm5a6iv3vefllub1','MTIzN2Y3ZDI4MGE4MmYzZGIxMGFkOTI2MWVlYjZkYzA2NjViMjM5Yzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYbnB3SXpzTXNMZTdQOFlUdVdWTjA1d2Vqb3NNdmJaaXNMbXJ1aEdnTWZYT0FFV2ZZUE1VekM4bXhiTG5jbmRCQ3ZDRl9aaTFTbWVoSm13SnVocDVTUEhVRDJtZi1jNEtsX1dJd1MtUU45d1dUTnExeGY2YU1IS3JzYUEzOUpSSUFKYWs4RDJjZnR1QzdMR1V2dmdLU0l3UV9MalgwMDBRIiwiZXhwaXJ5IjoiMjAyMC0wMi0yNiAxMTozMzozOC41ODkwNTUifX0=','2020-03-11 10:33:39.593035'),('dx28nizpiiehiwwv19zt12k1h7unuy2a','Yzc5YjNhOTQ5N2JiYjlhZDdkNGY2YzJmYTM5NDU4NDQwZGQ4MTcwYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEJ3NjBkbTYzNHc4dkRNOGl4aEFJbnl0dUN0T3RvX1p5Tms5ckprT2ljcS1mWVUzLVQ3aFFHN2RWMUxMOEhESGpHLVNpUjNEQUNra0dzSW1aR3UwN3RUS0JLWmtVZ3dCeVZmTDRjWWxKVEk5am9FY0RmX3F3d09nRm82VlpweVUiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjA4OjEwLjIwNTY4MCJ9fQ==','2020-01-23 07:08:10.212755'),('dxjjsfz0tafdut77kog9m0es7a9ichj5','NTE5ZjY2M2JhMzM0ODQxOTU1NTg5MzRiYjE4NWIwMmY1YzRiYmYyMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI3UmFSTUY2VTZnZXE5TFBmS3ItbnBjWFlId3QtaDNLWWRXY0NhWHJpREhFWi1WR3NLSUFKUVhFd0wxMG84am9Ccnl5Z2JBN3c5V0gzcFZEX3VhbDN5UzhJM3BqVm1XRWs2cThSYkFSTm1EOGRKNjNZeGRYV3cweng2VU5nX0UiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjQ3OjMzLjMzODczMCJ9fQ==','2020-02-18 05:47:34.342358'),('dxwr48zdkx5f6ekreejf7tm38rdkpbnw','N2NiNzQzYTY2ODExNWJmNjU3NGQzOWNmNzNhM2JiYzA3NGE0NzllYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkItck1QUHJxSTZDY05RM1l4LWd5NEN1OThmUjFjcXVQSHNyNVJ3M3hGV1ZISG1Fc1NXZkd0X2Z3QktyTUNoTEZROTVaWXJGT051cGhCR093X2FEU0stS3JTSEVhcHZPeXE1dXltM3c0dlNNamJZbHpGZmRCaml6NmZHdEE1ODAiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjIzOjUyLjUyODA0NiJ9fQ==','2020-02-06 11:23:53.531664'),('dznctxnaz5a4c8bmn0cxhmcwytw7l5ch','NGYxZjJiOTgyNTQ4ZWZmNmI4YTkyMWMwNmJhMjhlMTRhODEwOTg2NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HX0J4bHpPMFdoalIxVmhiQzRBNGc0R2pBRy1tTms1LUFOQVg2alZuS0x5OWhtSmFIYlBxdU9TUG1lU3ktR2FZV3hLX3hxdFVvNVE4anljVnZ3d3NSSklBMTE5bWVwR1dxcTcwd3VlcE1Rd2RaX2tvWHRhZFQyVFR4N2taU0RXeFAzIiwiZXhwaXJ5IjoiMjAyMC0wMi0yNSAxMzoxMzoyNC41ODkzNDUifX0=','2020-03-10 06:13:25.591017'),('e157bw79jce3hekpf065b2nhfulo6lh6','MWUwMDkyNTY2NGY3Yzg2NDNhYTE1ODY4NDljMzc2N2ZkNTM2NjljZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEJ6dmQtV25abGtaV2NyUDRjR1FlNHE5anBjdDRkck9JX25raEFBRU9MNUtYeUNlOWQ4dmJ1Z3BlNlNueVZEbEdnRjhHWFg0QjR1bkhWWjF5dTJKbkl1UnM2OFRGUlBlWkNNWXJMc0lwQnFDMkZqWnhkczE5b1U3ckFWdHd1SEkiLCJleHBpcnkiOiIyMDIwLTAxLTA2IDEwOjM4OjUwLjA1NjU0NCJ9fQ==','2020-01-20 09:38:50.060103'),('e4880eqcx2717rg5fqtej4j4ucen0coi','MGQ2N2E1ZTg5Y2E5MGQ3ZmRlMmYyMzZmOWVkNTE4YTllMzI4YzBkMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI1QlVSYkFlMlhacjJOTXhFU0pSQ09iSm14d2ZQdTJ2dE9sWDhMeGxBN0xWa2NIUHBGZXZLZ3o3WVMzTkZNVEJpenA0VGpLNXgzM1FuVGZCUUFjZkRxSXZKZE1iWHN3UC0yeFhIcm5WV3NhWEhLa05jVHlvVHZtdXNfcXQtaG8iLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjEwOjQ2LjU1ODI5NiJ9fQ==','2020-02-17 12:10:47.561771'),('e6f3x0l88tro55c3b4topmywv1asw0h1','MWY2NTlmNjVmMmFiYzEyZmUzNDA2MWQ0MjgyNGNjZTQzNzY3OGM3Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ6VHREcml0QkZ6ZnoxZHpqLWZXbFdtYThId1dPVmNLbXh1cmZOTUtLY0RZcm41NzVNRkw0eDZZNHZ4NXJab1d3YXVhYTZLSjc0aWcwbWFwRDhoWHRINnBsTW5GbDFQNVhXakdTcF83cG9zYVpxU1g2U3JoczJmaU01Zkd0dFUiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjA0OjU2LjY0Njk2MyJ9fQ==','2020-02-06 12:04:57.650591'),('e6fnwfe904b688fsd9ucgey8vcuikipu','YTg0ZjUxOGQ0YjRiMmUyZWRiYTU4NzYzMDU0MjRjNzI1NzcyYzU4Yzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI3X2dUY1R5UHVlb01jcjhkOHp6VG1IQ1hWQzlvSXo5elA0Y2o5ajBsMnpNZXNMZ3BiRUtPajB2V01YLTFyT0dzOXNCb2RjaEQtX3VVMVB6angtajE4dkdXR1ZUaTdsRXNhcGZBWENjUmJqU3BXM0Fic1FSaTg2dUl1MFp0czgiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjMwOjMwLjM2MzM2OCJ9fQ==','2020-02-17 11:30:31.366807'),('e8id8nvswqdtz52q5s3yjncq2l6k43iu','ZWZlZGNkODIyYjI2MDY5NzY1NmFjZmIxYmY2YTVhYmExZjIyN2Q5ZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEJ4YjNGcUNRaDVhUDVCVGJyMDhGT2ktTlE3NGROVmJXRk1mcVFqbEhfUGNsRnZYamhUbmlETndobHIxSlA1RmlsQU5QVXViaV9YajRueUxwX3g2UmN3NDNxT0pGWjdHeGpnMlpTWWlDSk9jWl94WUtZUXVhWmtHZ29NZzVyMWciLCJleHBpcnkiOiIyMDIwLTAxLTA4IDA3OjE0OjE1LjIxNTY2OCJ9fQ==','2020-01-22 06:14:15.219101'),('ea5vxrcp9e0uax36aysbsbmp95muaq5v','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-10-10 14:37:15.706278'),('ea638as58vkslnvgisub93gsjplpsxms','OTUyZWNlMTUxMDJmM2E5YjM0YTE2MjRiYjE0ZDBlZGRiZTFlZTUyMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIxTERJOUlFYUVmTmhOVlB4X1FpN0xqXzVCdUtIUGFmMVE1M0swbW5zcW5lMmhzUmR5bndJeWR3bEdUMjEwckhsN3BJRkVMOVhzZ0doRmZTUzUxMXFGZjJfZVF3SEdPOEhaYzBxakRKZ0dRSktLU2txckF3OG82TDFsMTRQblNFIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODowNDoxMC45MTMwNjUifX0=','2020-02-23 07:04:11.914164'),('eb9pz8z0wbcotign0eljgs5m4dd6tos8','YzRmNDBhYmQ3MmRjMGM1NDFlMDkzZTJhODc3OGU1Nzk3MzM3ZTg0OTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEItOS1VdFlVcXkxSE9TQ1lmNnpwWjAwNFpXVzVYU0NyM0owRWVHdGF1eWlNUjJQZFZFY0dsWDlFUldiZ25tcGNNc1BiYktBd3VJNTYyZzNFYUtUVmZoeEM3WkZjQTFGWFl5cmJFWXY0aklsbzhEVU1UYmoycUY5OTVnMm5iUlEiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjEwOjMxLjg1NzcwMyJ9fQ==','2020-02-17 11:10:32.861379'),('ebeuxe8n1oqah42ekwo6z0kkzv0ccxo8','YzRjOTdiMjY5YWYwOGRkMmEyNWVlOWQzZmExNjM0NzY0OTc2NWVlMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIxa01MYlp0WUZDaC1oeHJLVC14WXFpZzB6aE12cjU2SXJBZTBMblcwbkwyallWQ0NtektlVDIwYmNvcEdid3JmYVpkNVdoWmZCUWZVejdmVFBOWWFZNzFuXzJMcHRNOVFfc1NjelJwd3F3N3cwN3ZydzhoclNqNVBLa01ZbUEiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjA1OjAxLjQ0MzIwNCJ9fQ==','2020-02-06 12:05:02.447543'),('ecczvboptrxsjo6k81sxgdhtlhvv08fl','N2I2NzJkOGY2MjM3NTM5OTJhMmZiODg3MWNiZGRlZDE0NjNhOWRhZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIxNk8tRElfaXJ6MHhNVjUwSFN2RVA5aHNxUlBkZE16SzRzdXBaYmY5OXg5amNmdi03OGRJV3o0eGVsYS1BQldMajl3VWVGTlVKZDV2SkVEbEE0U1RYc2tGTS1yUGp0SldPSTMwcXJHN1ZXMHNwVVozRzlYNEtQbVhOa3ZmYUkiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjAwOjI3LjA4NDMxOCJ9fQ==','2020-02-17 12:00:28.085574'),('ed0sfqbk8q6yyi7cqusgvkznvio96r0r','NGI5MjJkN2Q2NGMwMDk5M2EyMjkxOWUzZDc5MzMwMjFhMWRlNmQ2Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEItYzBkYUxTdGhwcGU1aGV2Y0NSWXJsQ3RQNEg4MGk1YWhobDlLWGhVdm5SRHhMZFJkR2lKM0pHZjRlYUZ2Ym8zUFhQekRyOEFxVDQ0aUN5S0kwZHplRGNITTZZSVhpU2hKa3hmZjNNSmlGYjEyY1Q0Z1Znai1oVEFkSWFmSk0iLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjAwOjMxLjQwNzgwMyJ9fQ==','2020-02-17 11:00:32.411357'),('eea3huas206sy5bzspp04dg2mfu3gejp','ZDQ5MWNkOTk2ZWYwOTYwMWViZGNjOWY1ZmUzNjQxYjlmOWFmZDQ0Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HX0I1UUNhQ196NEw2RWxOaXdRU0VyOXRmVVpzQTRzUEtzbVRRLXM4VGlsV1N5NTVsdFBVemtGUVlXZUZwaWppWUtBRmx6ZkxIdmZSbHF6dzNqTkpzRE8wSjdVOU1rSF9WYi04bE5rOXVmUm1yd1lScndIZnFYbkNxRzhmbzQzRVVSIiwiZXhwaXJ5IjoiMjAyMC0wMi0yNSAxMzoxNDoxMi4xODAxMzYifX0=','2020-03-10 06:14:13.182266'),('eeeipt4txf2bpqwfen8g2hocqlnobdsj','OTk3NmIwNzJhZTRlZGUwYmYzMjI2MDBlOGViMGUyNmY2NmNhNzEzOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIyZmtUeG1YNmgtdEhteFhaaEdMUGVmcmMzX0ZlSlRGTkF1MUdveTZxS1VacjZDMXpEdk5kY2ZJOU9XM0RINjVNWEhTSUxRZjc3dGlXYW16TFltR1VDSUx0OWpKWDhDY25IcEY2TW1UOEJCbzZTQlVOXy1fUXFUcWV0SHNacUUiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA4OjA4OjQxLjY4MTkwMSJ9fQ==','2020-02-20 07:08:42.683315'),('efcd94lx8loc00911uxe7wusa88kceyi','ZDUzOTQwYmYxZDRmZmZjNzQzOWMzZjQ2NDljNGQ5ZTk3ODg3NTg4Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXODQxN0daUnZhcUQwVlAtZ2xSYnlHT3RhRVBQWkZ3ODk2ZTA3MTRoMlY2ck5zQUgzNkFFSmpxSnE3cV9QbFNVaEowaTVRWjJWTWpZcFpTWTNacVVWamlPU2pFbHJDWlU2ZzZWbjNiM1VPXzl5bFpvb1NTY3paY2pVWFdFVUZ6eWg2ZTZDOXpibVM2UG5QQm1rODZKWk5BQmo3OFFvbjF3IiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxNDowMToxMC45ODM0MTIifX0=','2020-03-29 07:01:11.985586'),('ehca4fava0jequz8rfb2ajjxy67a75k3','ODdlNTczZjQ4ZTY0MGEyMGYxMTQ5ZmRhNTI3MzM5YWQ1MTk3ZDNmMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J5anlzWk1uVjNydDBHUURKUi1WM1lZTTN2R0RtVFEyUEx4ejNEbDZXRW10RXQ4c2xzRFFNQklPbzNxamVscHdoOUZudHZBbFl3cndTR3FiSGhqTXVsT2RwbDhrd1I5ZF8tWWl0cW5uMlB6LXhwamFwdkhMVENoc2xVbWQzekEiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjAwOjQ5LjI0ODk1MCJ9fQ==','2020-02-13 08:00:50.252425'),('ehjm42dirmfygpqxga8ohppg0ebyjq5c','OGExM2FhYmYzZDQ4YTMwNmNlNzEyODAyMWE4YjZhZTQ2YTkyNDYwYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIwUnNvdmlTV2dNZ3JmZTBfV2VoRWNIcDlsaFllRGdSOUkxMU1yRlJ4UDlGcG5HM1Nxb1JRYkFPWmhaYlFHdHB5QU1rNHVvejZibE5KUUtzU0Zvb3JHOFlFNWlDZmNfYTctcEhBRy1yakROSXI3N3BmSlh4UWY3Qk5tdHB0MjAwIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODo0MDoyNS42MTQ0ODUifX0=','2020-02-27 07:40:26.615913'),('ehkx6dlm9f3jgm6a4dw700n6o2ss9rlq','ZWVmZGRlZjRlOTk3ZTgwMDA0N2QyYWU3MjRkMTg4MDExNWFmN2NhMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI0R1lrX3ZCV3FRbXhjQ19CX3M4bFlTVEtNaUJvekIxRXZLSGxiYnBwQnJHbkx3c1lqWVJ4UExUNUVnUmNPeml1V0FHcWQ0N01XdXBnTWNyay13QzFnTjR0SjFVTnBhdERFemxUMTZzZWU1UE9tNUk5bHVwYkZJUWdMNjBqdlJVIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODo1MzoxNC4wMjU2MjEifX0=','2020-02-27 07:53:16.029187'),('ehx0py1ny97gbiddhwz2hks8zjmsfpec','YThlMjE5ZmM0Y2RkOTBmZGEwM2VlOWZmOWVkNDc2YmM3M2JmZTM2NTp7Il9hdXRoX3VzZXJfaWQiOiI0IiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiIyYThmM2U1N2U1ZTc5ZjE2YWM0OWQxODFiNDc1MTQ4MTBiM2VlZDY0In0=','2020-12-15 11:23:31.488736'),('eiy716bov9ukiphmq29irpysowwjzm00','NjMyNmM5NjViOTFlZTU4OTliYjU4Yjg2NDI0ZWMwOWM5YzJhOThjNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI4c1pfZ3pFV1pxbEk4VnNDQzVtdlVqbzFleklVUDlBMzNXMjRDY3ZQZTMzcU5yT043VEdfZk9EUV91a3F1T0FYT3VadjRBbDN5ZVNSM1pveVEtczR3U3FNbXdRZXZ2MFE1aWtrUTNaTndZY2pmMUltRmtQelJ4UjNiUzZaQndrIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwNjo0Mjo0OS41NDU4MTIifX0=','2020-02-27 05:42:50.550042'),('ejguxwwrq6xslcqdyajcr0m79xt2b9gr','ZDBjOGRhM2FkOTUyNTFhMmI4Nzk0ZmYyMzEyNzFiMGFkYmRmNzY4Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I3MnBXaDZReHpKY3Bab1hqaGZVa0dod211RFNQZlZOcDdoQVUxT204aS1yOC1jOFE0SGt2YnJPRC1ON3pjdDBvdXN2TTBGRTMzZUxJTEZ4TV9PQUhGRWdmM0JGclhibjBkOUdpX0RlaG5CQTVDNF8tVG91TWV1c0swaml2aWMiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjQwOjEzLjg0NjE5NiJ9fQ==','2020-02-10 07:40:14.849085'),('ek3oi3hk9slxo76fc1rnqskd49fl200x','NDE4MzZlZmQxYWM4MTAyNWU0OGUxNmY0ZDM5ZDI3ZDM3ZjM0YjFlMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ3QnZQbmxEclVRcE5DY080d3FpcTFlbDJPOFZjR1kzb0xzeklOMGZHSkY4cmhKdmo0Ny1yeVJRTmF3Y3JFbTlnSmZ4OXE5WldWMnkxSUtvN05NQ0hwRFFEd0ZvMmU3UG1Xb0gteHdBVnFQNlgzd3JYMl9Wd2Y4cFQ4dDI5eENzIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwODoxNzoxMy45MTIxNDYifX0=','2020-02-25 07:17:14.913594'),('ekeflj46vlxyd4nttse5zwca68b6ak2s','Y2I3NThmY2Y0NjkyNzljMjQwODE5ZWFlNTRiNmMwMzRhODM2ZTE4NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVWRDVZSElHcnZrYkxwRkhvMXl0N2ZycHJHZkkwbmQ5LTI5VWMwc0xTX19SMkhFblpORER6TEFhY2lWUzJMenN1a2xCSUYzc0gwYXdGTmhfQWlKZENyUklaenctYlE1MHBCWHQ4YXFvWmlEMUFPX240SWZtOEZrVzE1alEtN0tWc2RxdTg0YnJ6QWhfYjZpd1d2cjNuT1ZDc0pOeWRmblFnIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzowMzoyMy44OTkyMzgifX0=','2020-02-23 06:03:24.902723'),('ekmmj9fna11wxzz1e6ar503oxcg5qiba','OTJmNDFlZjJlZTc2YjlhYmJlMTY4MzAwMjI4NTQ5MTRhOTlhNzU4Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ3R04ySFJhWmpBM01qd2d1Q0lFU2tfVVpSUlcwTEozRllZS1pFd21sNWo4Y1NvLW5HT1BzQzZuT2dVSjE3NjMzMTZ5NWQ3Qkptd3ZlU3dkT3ZraTVGVy1KY1dHRFN0dmYzRmYwWUJQVjF5V2E1bGdVaXlZaUhBRXQ2V2tUYW9sIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNTozOToyMS4xMDQzMzQifX0=','2020-02-26 04:39:22.110596'),('ekz7vmh5t5hr1dg2r3ymkl66k2eeepvc','MDgxZWYyOGE1ZDMxMTg5NzFhOWUwZDFhNWFmYTM2NTBiNGU3Yzc4YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIzMUplcjd1ZWtobXdzbExtaFR3VHB3THhsbUZDVTNFdlR5ZDIwSll4SnFOZ1cxMHpjM2ZMbEJPU1ZDUGYxTW5mWWZXYVJ5czZEOVNyb05JTFcySEJoM2NCV3dZSlUxQk5CTHlSbGIzd1d5cG01RGRWWUVsT0NXLUVwalcwaHMiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjExOjQ2LjEzNTk4MSJ9fQ==','2020-01-23 07:11:46.139646'),('el47ewiproz315scmllmim0cxbhv0fgw','ZTliYzY1YWNlYjQwYzJlZjk5NDFhMTFhZmIyNzg5YTM1MzI1ZjY2YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUJ4S20zT2NsMno4YXp1Znc0R1dvcVBOeHlSQUJ0dU9pWDVjbE00LTJVSUlKY2ZibDZrYTJIOGliNUExWWVhczQyMnI1UUlmekhjS3Zlc0RRcHVQb1U5NmZMTTFQNzdtdGkzQ2NBYTFoTk13MzVmOUhndWVzS2c5MDlJRzlVaGsiLCJleHBpcnkiOiIyMDIwLTAxLTEzIDA2OjQ3OjE0Ljc3NzE1OSJ9fQ==','2020-01-27 05:47:14.780580'),('elz164fibhl2bc5yo4my8jpg84irw58n','NmVlZDVmOTViMjE1OGYxZjRlZjNjYmRkYWVmYmVlODQxNzdlYjZjYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ6ZDQ3X0lHOU5mQjJFekFiN3JId0Jodi1ybjRFX1JBZ2R5WU1UWnhGVUdsTk9OZkpNNmE0SnJUNkVOUkJSVVZTMkFyQjZ6bTRVaGhfRXJ0TEItcUVfWWRSMEhXVXBVVWg1S0Rzck0yVTJoSmhOVkk5WmN3OE02MnFNeFkwYkEiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjEwOjI4LjYxMDQ3NSJ9fQ==','2020-02-17 11:10:29.613700'),('enh4wqoxp83xsnemnvatqk6dt2t1dmy1','NDU3Mjg2YWYwZjkxN2MwNWViMDRjNzI4ZGYwNTBhMWEwNWVlYTllMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J6ai1iRGhOeHROQWplQjBud0Q2a0JNX2xVRWM3ZGJicURNQ0Ixa0NUMXVEaVlGMG44UHVndjJEV1M0dG82clFrSXgxdG9COW1PYXZvRXg4MUdJT3BTNFREbGliWUVRdXdFdWhGQzFMeERlR05jYU9fN1lOUk85a0tpRTJvVDgiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjIwOjAyLjgxOTM4NSJ9fQ==','2020-02-10 08:20:03.823450'),('eojsiccm2o1egdh6sqy96dp853fcwre2','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-11-19 06:07:42.885304'),('eotiwkh2njwl74xbjqd950h9riij25dp','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-09-07 09:18:58.814245'),('epafge09t9548d2z6q6pkcim1ijtyuuj','NDc5ODc2YzhhNjU4MTA4ZTZjNTRiMDkwNDE4NjUxM2U5MjEyNGY4NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJfRW9NUDVpY2tBQnpKODQ0dTA2azVzc184LWQtRG9VVFJxOXhSRUJzZGFxSzliMERscVl5ZUFaa2ltOVV0dnFzbEo0dGE0SWI5QVAwTU8tVWpXaTMxX3RPN2NKNFZrWmc0RnlEZk1MNmtNQTlzNWVMNmNyZVNwb1diSzg5NzgiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjQwOjIxLjg2NzY5OSJ9fQ==','2020-02-17 11:40:22.871239'),('epc22g2iuc808g8gwgmq67iqfze1brvc','MjI3M2I4MTkwNTRmNjljZGJlZDZlMmQxZGJlYjg3MjNmNmNjMmJhMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI1dXVrY1F1YnJvNGdnZEwxLXpzR1hBbVg4VVQydl9ZVnFSS095TTlmZW1MdFRjYjh4TnBDRFc3VjFOZUY0X1JtWjFPSTNyWFhUUnlta0VWLUx2b29UcWpJQUpBeUxpdmtOM1pTZ0FDQlV6Wjc0YkNaLWszSzZIZkNPRzNsLThkIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo0ODo1OS43NTIyMTcifX0=','2020-02-24 05:49:00.755741'),('eprvejzvzlnlnavj8lbuuyc4wa7xcyzg','NjRjMTZjZGJlZTAxMjJmNjg0MDc4MDMwZTliZmEwYjkzNWYxZjhmZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSWwtNUJfM3Y0MzNCODQ1cDJrSDk2VjNMRHRqTDNMZnNNRFZBMmlJbHlNTGdOTFJWYUlwb3BlY3RQSWRVTTFwVTh0MXpVMDN2Z1Mzcll3OWtraHBqZDhnWWZjRi1TWnhEMnZPR3IwYUFtUlNLNl9ocm0wTExrVHhOVWpyWkI3c2k3USIsImV4cGlyeSI6IjIwMjAtMDEtMTUgMDc6MTc6NTYuNTQ4NjQ1In19','2020-01-29 06:17:57.549897'),('eptij5hemi3cmb43w32rtga8jxzli277','YTRlNzg4ZDk1ZTMxZTZhOGQyZGU5OGRmYTFkZmM1YjE2YzFhNzg5Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZTRsdkMwSE8yQnk5cS1mbXpaSUlpOTBrUmNoS3JRYU9Fcm03NEdvYURSSGo2WWZVd3JQb2pmQTEyamFhbjhVV1hwZ3E0UGJsMGk3MDlITEhXV0dPRXlhVmFNa3FpY2hiY0RQMGZJbEdlbEJwcVYwUjk0YjRoSlpMdGtBRXVrVDFwdTlOU3BvLVpwT3ptQTA3ZmV4bTlJcHZZdy1yYnp3SDNuT1B3IiwiZXhwaXJ5IjoiMjAyMC0wNS0wNCAxMzo0MjoyMC41Mjc1MDAifX0=','2020-05-18 06:42:21.530958'),('eq09iwoq5i87binauyg2vmaijl8rblcb','YmM4ZGVmYTU2M2Q2MmQxYmEwNjFmMDFkMWI4NWU3N2I1YmY2NzUwYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ4WWNZWnRoLXgxTXlQRGNWeDN1TVFWVHFJeTB0WVRicDVscEYwOFgyLUljMWdKc0lHTVJZaEplTGJodW9EdGtMZDJXLWlENGdYUWE4U3NCaTZGdGp0YlhDX1pTNHhpQ0s2VnVJTlRRaENxcW5BX3VWdDduRHJ5ZEpvaVB1VFBKIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODo1Mjo1Ni4zNDIwNDQifX0=','2020-02-27 07:52:57.345397'),('erf2l2rff5cxx39be0mzcxjm9v8s0e3g','MzU4OWQ4OWU1ODg3OWUwZDk2NjI1MTU1MzA3NDdmNDIxYWMzZGU2NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ3a3BhUF90MWVRRHpvX0JmWWtpTExESlN3U0llZ3hzZ1ZxSXExS3VwZmt2TUNvVWFveEJxQ0I5S1ZOZ1pFZ1N3Um9nYXlKeTA3MFZPa0xxcHNBU2REWmpPUGVJUGRDVTJhQ3dHclhvaFhtMWxDRlpQZWVzY0xnd0tNRlpMWkpoIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzowMDo1Ni43Nzc3MjAifX0=','2020-02-23 06:00:57.778916'),('es62k3e5awvucox4j1ri4nuvicl0yway','MGVlZTUwYzBiMzk2MzQ3MjAwNmM3MTUyMTU1ZDIxOTI0ODZmMGFhZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ6YWd3MkNsRFdfSHZFdGxEVC1WTVdiR2dnSmN5ZldZVkM5TlZFQmV1UExWY3BDdkJZQ1R4Q3ptZnhIUnhHdjNLMF9WUXJidE5RZU1RdUpQXzQ0ZVA3cUZYV1pQR1BzTDF0SWdpWFFNSXZUX2lqdXBxUjRfRlZISjdBTTJSblUyIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODo0MjoxMS4yOTM4MTYifX0=','2020-02-27 07:42:12.295586'),('esy7if1rx9q9e607pehv9f1nix72o5jo','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-12-01 11:47:52.579614'),('et9japaguwkh86qglkt2ovos5e98ocv0','YWZmOWE4ZDM5Mjc0NTJkYTEwNjkxYWQxYWI1YTQ2YTQyZWU4Njc4YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ4aHRubEY1Z2MzSUg5Wi1DUDZkUkctZnpkVmpCTndNaVBfNWZEV0dkSVZ1aU5WXzNCVGNuUjVjZHdBWUdvS1lKZnVyRW9hRE9rVnNLLTZOeEZwUnJ1aGp6Ym1TNHR3VFo1bTM2RnpxTDM4Mjlxc2taSllkUU9tRHk4MExkSDgiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA4OjE5OjMyLjg3NzIzMyJ9fQ==','2020-02-20 07:19:33.880762'),('etawthtu5vsu9ig4q680168644cftcf7','ZGYzZjYyZDUzNzViMTRhYTQ3YmQ0NjJmZGI2YWY5Zjc3YWRlYmNjNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIxQ294RnBkYUdWTmxPVkhHaF92YnBhTjZjYlFkMl84Q2xreGZXaktqOFl5RjR6TndqZ1B0NS0xanBBRmFuS2t1WUtsSVVTMW5QWWZBNHIwajNaSFVTN0JwazJJeGN1YVJEY0h4QUFMRjhYcEdsdVFEQ3UzcnpZUGlyRlozZGsiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA3OjUwOjE3Ljc3MDI3NCJ9fQ==','2020-01-23 06:50:17.773653'),('etw4lc2uk8ij88b51uyg5x0y6ky4s966','NTY1MzM1NzZlOThmYWZkMWU1NDEyNjA1N2ZlNTdkZDhjM2Q3OWI2MDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIyLTBwM0w5ak0xVk9PQWw4dEp1S0tFZWM2RjBiMWtRcTNidjloSTN1dTBVNENYbzJhOFdNUXhqRGpaRWJXZlZYMHZCZ1JwS3cxMW1keHhsSGdmc2szSUVDdUVycDNjMHN2QVpHUTZTZDBBZEVPb3VRRWtKS0Z6bXVYT1hCRnMiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDExOjUwOjQwLjMyMzc1NSJ9fQ==','2020-02-17 10:50:41.327236'),('eur4blas5hbhmfgva2r54levoek6ah0b','MjY1NzAzOGQ5OTY2NDQ2M2M5Y2I1MjU0MWQyMDYyY2VjYjg3NGQ1OTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkItQmJiMENJNVg4UnprS296T0NMMUU5a3VGLW9GUF9CT05kR2FFUGlsbjFETlk1RC1ZemNwQXRhTlpJSUlSZDlLNFNXUzlrUlloc3lYamJNQTViRldsLVRmRGVhMDBnLTF1RThDRzNTV2F3OVRmR2YtZjhRWjRJLUJ0MENMN1UiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjI2OjA3LjM3NjYwMiJ9fQ==','2020-02-06 11:26:08.380020'),('ev10cv7xzkzo028j89ironr7xyto05td','ZWRhNzZhMmU2MzhkNjUzNDYxMGVhZGFkMWUxNjU5NGZjODM5NThiODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIzY3hHc0F5TTZ1VHdyODM0MnRkRXZabnRZMm9wZVE0N2J1WUJWT1ZKLWxBVGlvbHlMTGdTb3B2ZXVsOXJVaWwyR1JEQ3RPM2NWai1LN2dpLVdfd244VWo3SlZwYXpDWWNzamZCQ3RDNFVIanFscTRpUFc1VmVqeVRlU0VwSDgiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjE1OjAxLjUwOTg0NyJ9fQ==','2020-01-23 07:15:01.513474'),('ewlld3m5a2se7ofisydzc11rgzth0n1j','YTNkYzliYzJjMTc3MTFjMWZjMjMyZWU2YWYxYmM2Y2I3ZmQ4YmE3Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IyMm56a3ZHcHdqNXZya2JTc3lqQldwVEJ2VHV3V05jeS1RR2hhU0s5TnpxWUlwZE8xTlRmTHFERnBNQXBHWGgwcDNlY25WamhWR0RnSk9aTzlqU0lPdlQtdGdrOTdZajUyaEtSNGZSOEZVc0VXU0dQVHFQMUN2aEdFVElRdm8iLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjUwOjEyLjU3MjA0MyJ9fQ==','2020-02-10 07:50:13.575592'),('ewmf2g8o5w8hzmhtsolm4oc3h4wzrxa8','ZjhiNGVmNmIyZGQ4MmI1YzQ5NzY5NDg3MTczZDIzM2Q0YjkxN2Q3ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIxYXlHb0pZem1NdUJBNEpraTZ2LVhBaFA3TEFuVlFFbDVfaFVvc0JVaExGN1ktaEFwelN0V3BucmV2WWtWdEQzdW4xaFVvTllXTzUtc2x0RUZrSGU3R0Vwd3pMSENWTEtUdjNIQ0NKU2dPdW85NXRJQnZVQVkxSTFXaDY5V1UiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjUwOjQ0LjMwMDc3MiJ9fQ==','2020-02-06 11:50:45.304262'),('ewq1qwrqs00vfri3k720pe0yw72skz2j','N2ZiZjlkYjdhZmIwMjRlNzE2YjlhNTY4MTA3ZmZlMDViOTI0OTZjNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIwQjBYZFRkcWtycVM2ZWd1U09wTm5tcnN5N2RrU3ZUeWlPRDQ4YWQ1MVlQbUJFdi02TkxFQk1ZSW1fU3l4UVl2UnlJekNCYVkzQ2wydU5MdS1YVGNDYUZJemg3MzJnLVZJOC02cWYyaXZGZEd0dC05czkyOEhJTWItU1F0QnFyIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwODozMDowOC4zNTY2NjcifX0=','2020-02-26 07:30:09.360133'),('ex2ppskci21lfaecsdsxgqlqj5whlll4','Yjk5NzhjNzk0MjVkZDkyN2Y2OTE5YzFhN2NkOTZmNjM4NjJlMTYxNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIxYjBwc0M2VW0ybURnQllMb2VQcEFseGhkaUY1YWtuTFJENXpPaU1FRy1Da0dNd2luYVlyTHZnM2xLLUQxSGpVUXBYQUNDZWo3Vk5TQ1ZPTlBOYTZ3XzZRX1ZtNEhHeTBlTDc5Zm01TDN3azJFTmNRa0NSSnlPaVdqWVVlWDAiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA2OjU5OjQ2LjgxNjI0OCJ9fQ==','2020-02-20 05:59:47.817501'),('eyfji4ls0apskipz915agfuatu029p4i','N2JiNzM2MDE4NzYwZDI5ODkxMDcwNWFmZjgwODQzMWY2MGUzOTlkZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJfNTBpSUY5d3NXaWhqSXMxWHN0Z0tmQkRZVVBRV2w5TnB6YUg3SER5cGxzcGVvY0JzZDBKVFozbmUyU24zdUVsY3A0YW9MLUNuMnFyZ2QtY3dyclVQd3huZ2ZxTGo5NmxndTR4bWt3TVQ3TjBRX283SldkMEJVOGZUSDBYNHRoIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwNjo0MzowNi4zNzUyMzcifX0=','2020-02-27 05:43:07.376652'),('eyhyrl29glahbj5f541o5vgqp79b1d0f','NDY0YjNlNTNiZWFjNzhjMjY5OTA2ZDFkNmFiYzkyOTc2OTE1ODkzMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI5a2VnYzRWTjVPY1JBS0hHX1hZZ09maVRvMzZ0dlVRZkxEQzZTSjgzZXB2UjR3TEgwcmhvbC1RaWZOYnNlTldzN3liSXR3Q2JFZmVCR01oVjZWZ2ltTHoyMWxhUXczeFJ3bmlYbHhHNzJ4WC1PX0Z2UHBIaWZVQi04NFprUlEiLCJleHBpcnkiOiIyMDIwLTAxLTE2IDA3OjA5OjA2Ljk3MjIwNCJ9fQ==','2020-01-30 06:09:07.974019'),('eyq2570llw82fgfxy1zr0bc3omih82jj','NzA0ZDgxZWY3OWEwMjY5MjgzZjIyYjYzOTI2ZWJmYWE1OWQwNzRmZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI2NXdHdDE4eTVXWENSYXN5X0xfRzY0WUhVbVNUSnlER3V3THRscGVNZE5jaWNRVExqeUVybklqMm81MkFCTHRTWWpmX3pYT0doUUNJRllvVkJhS0FoQ1FZei03X3VoUXdWN2VDVzJrQ1Z6MklnYmFJRDV1TVp5U3pQck53NGciLCJleHBpcnkiOiIyMDIwLTAxLTE2IDA3OjA4OjU3LjE2ODUwOSJ9fQ==','2020-01-30 06:08:58.171953'),('ezk3y0e83dwr87gjjvsz3jj4utpjowwr','NDA1MTcxM2ZlODYyOGFhMzcxOTY0N2MxMWM5MDdmNzVlOTZmYTBmMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI0eWRBN19Fb2pXVThKWVlfa3lDVGNtNldVbmF6cWlzVXVQeDNoX09pZ24xcG9wR241WV91OXNQa1BxX1o4akRIVXFPdzVEaXlUS3VmcVV3YTB2cHd4YzU4WG4zS3BubkRCX0F5dVZncnZDbzRnZkw4R3hIaUF5blpqeGMtbTQiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjMwOjMyLjQ0ODUyNSJ9fQ==','2020-02-17 12:30:33.452037'),('ezm2g9ytrwvz6zd7ze1v36b3ajzd7uxj','ZTFlNTBiMjk2NjQ0ZGY5ODc3OWViNGUwZmUwZGM0Yjc3OGE0MGY4NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I4aUpyT1JGY2xLUk4tZXVqUGZPM2VwNUpxWG1rd3pxc2RTUFFwbGw0eHNtYUJGZFRHazd1Sm9TQ2ZUV1FBaS1GZDROMzJ3TThuZHVqQlpqeUYzcU1WSWhUQ1dOemxBWnFvMGZWLWRnZGZaY0UwSEN2OUdVdC1vY3dKaDM2MVEiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjQwOjA5LjA4OTAyMiJ9fQ==','2020-02-10 07:40:10.092691'),('f0q3owhr9d7wfzq759qhsbnln83zpzi6','NGUzYjZjMTIzODg4NTY5OWZlMzM2ZjU4MjQ0MjlkMWNlZTZkMmEwMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYa05pQ1pCMUZnWXRtSXczNW1QR2piMUp5Q09fWXh4NnoxOFlQczVjanlhUFBra05lVk1WY0R3UGpYUGNtLVZ2NldJWWNVVTNabkVFLXlmcXlxcVlmSWRpTTRfYUtYQkRhNmFGb1V3cXRKekRMN2NBUmFjaUdnWVdFM0tfSzBHeWdNeUVLLVAxYlJUNlh4eGtXSFJ6LVlxbjVhSmpGbm1RIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwOToxNzo1NC4zNTMzODYifX0=','2020-02-25 08:17:55.359438'),('f18mphajzgn7kcqlo0fd20xwaw1vomm6','M2E3ZDhmMDkxMmFhMWZhODg0ZDQ5MzNlMWRhNDFjZjRmODI1YTUyNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIxenZsd2gzREZBV2V4OHo4VGJfOVVCYzEzQXFjNUpUS3hycklPQVhXVE5ZaUhZQWtsZ2xFb0tLWmFHYkhXdkZ4Y2I5UGdaTkgyd2MyaUY3YTNOYlFIbzZfV0JVWThqaFQyV2doT3hxeS1HY2hXNEczN2JMdlJvREwwMlUyQlkiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjI2OjM1LjA1ODQ1NiJ9fQ==','2020-02-06 11:26:36.061897'),('f1etp5z4i7brll7j8jnd4aislp2r9pqo','ZDdmNDdlZDFhZjI4YjRiN2U5Mzk5YTc2MDIwYWY2ZjI5YWNmMDRjMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI2SkZxWTBnRWlpUkpVcGNWeWRNZ1dnS1JRX0Z0SWlXczlPRWcwbUJrV2NRZGpBQ0FNd1B0eDMtY1g4cU5HQXR2b3hWQi1wMXJFMGtEVjRlZ0V4OF9jTlI3eHJscnpTM1RqeGwwUVRRRXV6SzI4MHpLT3ZVUjZlaU96TS1HdkEiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDEwOjAwOjQyLjUzNDU4MyJ9fQ==','2020-02-20 09:00:43.537925'),('f22mfrl4ahh8gb0pl4pa6b9s0z6in44v','Zjk3MDRjMDY0MTgxYTg5Y2MxN2NlMjA3OGNhODBmYmIyZGI1YzVjZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVVU1NTdHpzdHRZcE9uUG5SYjU5OXh2VGZWbUJsMkx3dEJITkptT2NZT0R6NTZCSHAybklET0trYWNtcmlHUEZfdTlyMlg5REFjdU9uQ1BGWDRLMDd1dE1hYnFwSi1lMEFGQV9adVhQR0FpcWlTakVsTnJjZnBPQjZ1MHJ1QkJuYjNmdVRBOXl3eTVqOGJPUkNBN1hDQjRqRzIzdUpVS0V3IiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxNDoxMTo0My44NjE1MjYifX0=','2020-03-29 07:11:44.865143'),('f35uvgbkp8mlpvfsgsms5xvnygs0p6k4','MWViZTI5YmY5MTBkMWVkNWFmMTg5ZTMwNmZmNTViMzJiMjY1OTg5Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUItWEJkUWV0NlFSRkJxOWZCT1FMZjVSbDBNNG5obks4eDg4TkdOTnB3R3pGZ3VHTDcyZzQ0aTVCX0JVNmJtLVdWelJkMXlLeTRVdlZQMVQ3aVNHNHdQT21PUThYc3F5eHUyVGxTQ1BxM2xtNlU3cjdXZU9SWlJNT1FZWG5kYTZtIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODowMDo0MS4xNzk0NzQifX0=','2020-02-23 07:00:42.182882'),('f3gxfppx50d292bq6eyj8y5hldv2wk8r','NjEwNWFlMWM0NTAyMzc4NTE0OWRkZDMxMWIwOTQxMjZlZDQ0OTdhNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J4cEVVNFNnNHotdS1zQ2VhVXhWZ3JSbUFKcl9aaWhILW5mNEtWLWlLLVdXZUFTNk1oWUY5aUFwX2JPMU51ekF2WC04MWlfVV9MQUJNdHVqTTd0SWFaLUtOZDBlREV0cjdFSXZUdWpxQmZSYVhMNlBRWGtER1BuNExsOC1FZDQiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjQ3OjUxLjM5NTExOSJ9fQ==','2020-02-06 11:47:52.396245'),('f47vf83ebmk2uszlytmgk3fyqcdv6613','Y2VhMTAyODZlNGNkMGFkYjEwNmMyNzM3Yjc1NjFlNzYzNjk4YzE3MDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIzWE15LVl4ekJMZXAwWDlFcXd5ZnlORTY1TEpCanFVMG81Zy1MdkVwWTlZYzUwNXVTUGZyUkFDQmtsNjZIZ3Jwc0p4Rmszc29iUktVOWpoVGF5Q2FTRVBfTWdwQTVEMjV4Y3lFdWFXSGZNTWZoM3VEQTdTV1JyNWVDVUU0RFF5IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwODowNDoxNi42OTIzOTMifX0=','2020-02-26 07:04:17.693590'),('f4u0vgbgx79v1ynnr5ul0akoxyrgehmx','OGY4NDMzM2VkMjBlZDM5NjAyMzE4YmNiNjZlNTYwYmNmZjg3ZjE5NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ4cEVnQ3JmTFZBWFlSVFlQNGtQeFRJZXdiZEc3clh5cU1PeE85UjM4bVNxdy1xbjFlaXBjdnlqNkZ3cFlzcTBtOTFaY0VxSXBTd1g4RFFPTEtrX3pSRlJ6WV9PODJrLVhuX0hMNXd2cER3SWI4Nkhad0hIQkxWb3R1QjNxbVUiLCJleHBpcnkiOiIyMDIwLTAyLTA1IDA2OjM0OjE4LjAzMTYxNSJ9fQ==','2020-02-19 05:34:19.103937'),('f5131w78ugb4jsv1ng9ve8t417eearyj','Mzg3YzY0YjBiMjUxOGNjNmJhMWUxZjEwNDMwZGNkNjE5MGMzNWVkMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ6cVJYOVN6eWdnZVFqUEN4VW92ZzBDbklneG03ZGszSnB0MVFTNXdQY0lvOGhmLTloQmw2TlNodlBoNTh0VVFkV0o5M3hPZjVpTmd3Unh3a2QtdHlwUjlUdkhvMUtnenowdHNIU2R3dUtnZFZreFYwN2ItMGF3RTh2SmpTUXdMIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwODoxMjo1NS43NDEwNTEifX0=','2020-02-25 07:12:56.744660'),('f596y5199xdxmlz3bisgypmbupqdu4a6','NDg0NGMzYzllYjcyMGZhOTI3YTU3YWRhOTlhMDhjNDljMGE0ZDFiNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ4OS1GYlhaSHdvenltTGRxMEhQQk1paGZ6OUh1bk5aaDlaQmxsdUVtMVg3eUd1NmlVZEpRS0lYWUlPQjkxQlFtZ0JhOXpNeDVYX2pVaTJ2c1NlVjhVTnBWRkluWTdGaUZYOUFQMG9qaEZwUzB3Nzd5ZjFxOW5abU55ZzQwc0kiLCJleHBpcnkiOiIyMDIwLTAyLTAyIDA1OjQ5OjU1Ljg2MDA5MyJ9fQ==','2020-02-16 04:49:56.863954'),('f6l8qgdceqwy87d6oka7m14si1yrt7l3','YThlMjE5ZmM0Y2RkOTBmZGEwM2VlOWZmOWVkNDc2YmM3M2JmZTM2NTp7Il9hdXRoX3VzZXJfaWQiOiI0IiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiIyYThmM2U1N2U1ZTc5ZjE2YWM0OWQxODFiNDc1MTQ4MTBiM2VlZDY0In0=','2020-12-17 09:11:12.908222'),('f6ydbm8vqx9img0kieycca5otkmunw88','MTQyZDRkMzg4Y2EzMDQ2NzY3ZDI3NjI3N2VjMGNiYjc2Nzg0MjRhODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIwQnE5eERVTzdLSmpJbEswY3NHaTNqTVVjN2VOaE5MV2JtQ2xuVVZrckdGbWVjVkpLVGc0RzBLOU5YZnN4OXBRNXB4OUgyLV9zQkxsUk9uajk3Q2ZaMVgtVDF6aDZpdkJNY1pMaVFFM1VFY3JJTElQeV82NnBRRW9jYnZpZ2siLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjUwOjQ3LjU5MjY5OCJ9fQ==','2020-02-06 11:50:48.596133'),('f73gw7mc69hnialq8inanl9uz9d1a4q5','NDZiMTViZThiMjExMWQ4MTg1MTUwNmVmMGE3Y2IwOTI4ZDhiMjNiYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIxd25iek1FeU1QS2VpcWtuREFQSy02QnZwZWlwVkhfdXhnUFpQcU1NUHFQeXNGc3JjODhOY1E3SXZTUTJ0Z1ZhWDhRV0p2TXpyUXFHQ3hSNTg3d3hVTHctczhJVEViRERiNk9fbnNoRk93dGlGaUt5b1MxSjhyUDJybHc1Qy13IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwODowMzoxOC40ODYyODAifX0=','2020-02-26 07:03:19.489678'),('f823xy7dqbsutiu3ms2bzolr9jq767gh','MDY1ODkzNjIyYmRkNDUzNzBkOTJjYTQxYWE0MzRkNTdiYWE3NzhmZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HX0I4ZVFBWmhJNnNCN0JUc3RlZnB2VVhCcGhnVmRrNWwxQVlfMFJubW5pQmFNdmd0M1Y3dlVQLWxIWF93MTFYa0QwR20tZXB6b3A0QWZ4amlnUzk0QVRkbmxLOGVET2pwZFJXQklkUV9UNkRvWEFrZVdqdHRPZ0ZwTUxuSnhpWEdRIiwiZXhwaXJ5IjoiMjAyMC0wMi0yNSAxMzoxMzozNC41NDkzNTYifX0=','2020-03-10 06:13:35.552888'),('f83bv8jts8f997s2yaid7nvlq6bru2m4','MTQ5MDdlMDMzZGFhODBjNTg5YTMwMTZkMTU5MTgwYjg2YjQ3NTIyYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ5VFVtY0RMV2NBV3kwTWs1RFIxX1JJeTk0NmtrSHdxbUFSTldiYTZnelhnaE1LRzk1V3ZSUm5mZkN5Mld0bkdDdmxXV2hZOUdpUXVzMnNMRkNjVFdSOVZNUEtzck5IUzNBZDg3LV9nQ2VoRVJ2dklvcml2RnU4TVdXM3dzXzBNIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwODoxMjo1Ny44NDI1MzcifX0=','2020-02-25 07:12:58.846056'),('f8v1a43dndfff5ny335otmkk7524ftaj','MzQyMjU1NGVmOTA2YzI5ZmFmZWE3MWJkMjcwNDNkNWM0OTE0MjAyZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJfQlJmVzh0U2FCQ1FCRkVNTmZKSWlwcDd5MGJ4SGJjR0xpUGpVR1pPNnNYRG1Kdng4Z3QwTklFdHUteHBMc0kxWEZBVk1PSVQxUWNjMy1HekFpZFVXeFNzeFdOQl9JdjZETkRYSWhQRlFmQUM0WUc5WU1ZWG9CblFuMTdfX3ciLCJleHBpcnkiOiIyMDIwLTAyLTA1IDA2OjM0OjI0LjU4MTIyOSJ9fQ==','2020-02-19 05:34:25.584636'),('f97kwqlso9w09l6bujkuhj36v58ri085','MTE4OTZmOTdjMWI0YzRjMDNjMjRjN2EzMDBjNzliNzRlZDk1MzQ4ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ3b2hIUlEwa1VSNW9VZzFMbFc4QzFFd0RwQVpaNWVSRHVERWE5Mm5pT1RDTm5wV3Q0N0dTLUJSRnhzR1pzOUZ4WGFkNVFWRUwzZnBVSFZkODJPcjZNNHJRN0F2RXZWcTAxVG5FNGNubFQwRl9ZTzlacU00anVFWHk3NFhpYm8iLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjA1OjI5LjUzOTA2MSJ9fQ==','2020-02-06 12:05:30.542737'),('f9cdmrtg1o9ylworqxwp13nowoookl83','M2IwMGQzMWNmOGI0Y2VmYTAyZWFhNWE1ODVhNTQ0YzdhZDNjZTFiMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVWSjlmM1ZaWWJia1VWbEF1N0UxemZCYUZjaUtORXlIblhBc05zMWhfVXBzY1p4ZGRLV2xtbjVGbmFSMUZSMzBTQVYwYVl6c3pqcFA3SDdTcUR3ekQ4NElEYWJiUmFhOWxuSnpFZGRqNVoxMjRBYkFhQTlJbjZyVHFla0dPYVpFWTJoVkJyQmxXZzg5MlNwVXpkNlk3eENrbUg0VHVGOUtBIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMjozMjo0OS4xODY0NDEifX0=','2020-03-29 05:32:50.189945'),('fbyexkgbysfx92kkla5rokwzwetmugs8','ZTI0Yzc1ZDY3NTE4NzIyZTczNjExOTcyMTExN2MwMTg0NzRlOTMwNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVVX0pBc2RtVUtadUdwOGkzNHBsUEZuTDc2cGdqaTktZXVObGZvenlGOU5oWGJXQ3RuVEJ0MGxudTdDU0kxQUl6dFQxam5Yd3hnLTVpOEpPS3l3U09LS0xCdmJOdmQ1bUJCb05JMUsyX0lieTlSLUZqOWNZV3F2WnlpcDJBSHU3SlV1TEZaQ2lMdExaMmNyY1JYMHZSRmczcDdGcmQtTFBBIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMjozMjowNS44NDI4MDYifX0=','2020-03-29 05:32:06.846359'),('fc14z0yquvhvto9qjkd9wmpfv9jyvprn','MDA2OWFkYWUwYjgyOGZhZWEyNjZlZTdhYzhlOGI1YmJjZGJlNTk3Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ3dE1EdEFLZlcyM3VocF9jQ3lveEpMQ01IVDkzMTAyUkNqcFY3QzRGOEFsb2xLa0NobS1WS3dfdmtBa3BtX3h4YmR5djhfaFV0QmZ4eW51cDhzOUpsSURkTlVvM3Z0WkJTREltTG1mVTlvRjhOdjJtRU5DajZDYWxGekZVUWsiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDEwOjAwOjMzLjc4MzUxNiJ9fQ==','2020-02-20 09:00:34.787058'),('fc5bh6d8kacvno4466jyvhe39edmox3u','ZGMxYWFjOTFkNmM0MTU4MWY1NTQzNTYwMjYwMTA0MjcxNzc2NTM4NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEJfVDRSRVZfYlA5QlJyN3VpY0tFaEVsZG0ybkY4WVVKdHFBb1JnQTdXdk5rdGVfemtpdE0yaHRQcFlpU25pTWl4Q2hmVjkyUC1BZWVJZ2xaMXFkaWlLMmp3U2MyLS1SOE9SXzVXTVBGdFRLV2VWLTl1NUNpQUJzeGdTWE1OTTQiLCJleHBpcnkiOiIyMDIwLTAxLTA2IDEwOjE2OjQxLjc2MzEyNyJ9fQ==','2020-01-20 09:16:41.764708'),('fd24ofjg9w5uxruhgy2i6ycu4lcs2mvk','OGE4MmRhYjg0ZDNlNjdkYTRlZGY0ZGEwMjYxZGMxMzg1MjZjOTBkYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUItNWVWYmZIS2tYdnhocXpFSXBiWERfVk5RTjlDR0owbUdyd1FvVEV4eXcwdlZyT0VRNTNudXhNNW1pdW95cHJyOHN3ZEFxamFRUGNXckJRZG1wdFZWMGpDbzNZeFVZS2M2dS1Rc1lVWm9MYXB1NFowTHBVS2t0WUNuUEs3QmsiLCJleHBpcnkiOiIyMDIwLTAxLTEzIDA2OjQ2OjI0LjE0OTY3NyJ9fQ==','2020-01-27 05:46:24.153265'),('fd8nksncbyw849okwc5xy9m4h2p4gm2m','YzAyOWM2MmJiODg1ZTBlZGMyMDVkMmQyYWIzYTUzYzNjOWIxMDRmMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIwYkJzbUVCQ3BPYkpqUUdwcy1Yb0J5Mm1sZngwMVVnTW9QdUpOTVNLVXN3ekJYM1pnUGNrenc3dVAzMVJ6Sy04eldNQmE3Ym5YTE1qY3RLTEJUYmJ5T0pHY3J5dlUzbDY2YUVFd2hOOWVZMU42QVlSd2ctNE5SOTdLeDBqcG8iLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjMwOjIwLjU0OTUxNyJ9fQ==','2020-02-17 11:30:21.553024'),('fdkiqbt10gcle9exe0nl904smc3dl3sj','NGE4Y2NjNzE4OWQzOWIzZGIxOTFkNTJjMGQ3ZDViZmRlNGI0NTE3YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ6SlREZW5ld1FKTXpBYlgyQklXNmR1S3FMNnhORTNwWjQzSGlJVnM5dTBIdFFKNVpvNzVoWFFDZGM4NFJubGtONnJzdTZ1WVdwWFgxNVhYOVJzcWEtSThhU19Mc2pTeVNCZE4tT04tSTJxQ1EtZG5ueU1HdlFYb2hjbDRHeFkiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjA1OjIwLjU5NTk4NyJ9fQ==','2020-02-06 12:05:21.599426'),('fdphg3xax9mc1zw6e1vnwhzt9kn1lm2e','Y2FmZTgyODFhZTJlNzAzMjI2OTFmZGY1YmI0NTU5ZGUyNzZjM2QyOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ6SWVOOWg4cVFvVUtVc0xPTjdoQmpZdDlJaW1adjQwWS1xTEhhdjVlN0l1SWxpZFpSZW9DYWw0X0NUdnNJTnNGT0toMWkySFJRYTFTTTEzNWtzLU5Sbm1kd2JhNHpIMEswNUlmMVpwUF9ETGxWNlZCMmZxdzA5cE96VjhUdVU2IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNzo1MToyOS44NDQ5ODIifX0=','2020-02-26 06:51:30.848502'),('fe2tlans9d55mjsv6ep5501df0fr1rcl','Zjc1OGI4OGJhOGExYWFjOTc2N2ExODdiZDg2NWJlZWE2MzcwZmVmOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIxc2dpbnd6QzBYN0J0T2p2UGY4bV9OeF9TTGtmYVdCampkR1NzekQ2VjFCV3ZrakVBMEtDaHAxNmdlaUxrMW5URkFTOUFkeHBiT1VmajZLcmNLRjkyb0xLMWx6aUtmOUwtbC1qV0hsOVJsTUkxb1A2QnAweW1oQi1zNndyQzAiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjAwOjAwLjk2MDkxMCJ9fQ==','2020-02-06 12:00:01.964303'),('feqsd9inza3ksw0irrgm3b3nqfdoao29','OWNkZTgxOTQ0NzcyYTc4OWE1NWYzNjllMmU4OWE1NWI0YTg2M2VmYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ5MWxIRHdfRmt3TzlHSG0tMm9VYXJNNFZYXzQ1UTZNT3JyeGh4QW56WTJzenA1N0xpRTJLb0VoeDJFOFk2RFVHM1drSmMxOXB5c2NaYkRMTGVaM3JfSHFsdUFZQVE3bVBMYVpXQkZoNklveU5DakhjZ2gzWHZQSXBRQlJPQi1DIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNzowMDo0OC41OTExMDAifX0=','2020-02-24 06:00:49.594401'),('ffgk6lnwbigljq8onpbsry03yyb2sm42','ZTQxYjA3NTg1MmM5YmNiMDNmNGQyNDY3MDhkZjFkMTk1YTEwODRhNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0Iza09QT0FGTnFCNTd1VzZCSUZ3anpCenpWb1JkTkxSWUVCV203akhWWmk5R2dCQk44YTh6LUotRF9WTTI1OUJvd0xHT1pXazF2RmtVdG5fNnlMQkJVT3R4Ulk4S0pybzZQT3RsV3RNc3NaUW9kUVhyOVJITWJ6OXJNbWs5M1kiLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjE3OjExLjE3NjM3MCJ9fQ==','2020-02-09 06:17:12.179733'),('ffwjzfq8ogjv82y436h54mv02av9s218','MWFhZTUyMzVkYmE0YTNkYTdmYzc1OWVmMzg1ZjdlMmU4MTg0NTNiMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJfRmVlUThhcmwyNXc4TlFGeXJvZnpkcEhjdkRJQXVhdGc0OEN4NkFqOGJIRDJvcndYWVUySzM1UjR0WC0yRnI4b3NlQmcyZHo5TWVJcldJeTUwaFBMNmRGOXZIY0M5c2JGNFYzSHcyMWN1QXBWYjZaa0dxZVhaTi1fbVI3WXMiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjIzOjU4LjAxMDExOCJ9fQ==','2020-02-06 11:23:59.013625'),('fhl9kvxjp2236yfb2rqq1afm3ierl4dd','Y2JhZWExMTg2NzIwMWE4NjlmMjY5OTg0MzhhNTVhMzUwY2U4YjE4OTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXY1daNjFlR2pRRlNQN0NmX3ROZ0NTYy1LRmtoOTBndEU4NXlVTGN0czktYTY3dG53YWozSFRqa0haUDVsUzZ5cTRfNFhqSFc1RVYzTkV4MWF1Qy14YTFXbWlaUDlnTDBwX3o2RG5naWk1MFllZTZyZ2pwWDQ2RUJQRndmUXJpSGhIWDhhS1plX2NoRkR5ekxBLWt5ZlFCYTF0TWxwQjh3IiwiZXhwaXJ5IjoiMjAyMC0wMy0wMiAwODo0Njo0OC4zODc4MjYifX0=','2020-03-16 07:46:49.391557'),('fiae6ywtn3uyrqbb0lq0auqst2jnzj9i','MmViNTBlNWMxOGNmYzBjMzhhMDQ4NzU0MmQ3ZmYyMjJhYzNlMjZkNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYWEJXbER0VkJDMXZvOERYeHNhTFZnZkNHclY4SkZCVzRYX0dsME5US25GUFQxWGJjeGktZENPZ2h4NFZZQmQxSGhOTk1GRTFDb2wzVzR0MnVZYUpCOURMeTVpSVNidEJnY0tmTG1zTjlLOEN5amhINS1kb2hNbFhuOW1FN0lHSWJhMEpsTXlFRFFPLUtZelFqVVFsUjNHUTZBWV9zdld3IiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxNDoyMjowMy4yNDc2NzUifX0=','2020-03-29 07:22:04.250995'),('fjufa4o7nppyryh1t0dfm7a05ybjh4y3','MjM0MTAwOTM2MzRkOTA5NmExZTFlOGUxMWY5MzU4YzFiMWViYzBlMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ5RUFxYjQyWW90elpmU0NnaTZBcVBLVGV4elRMWENCQ1kyNkRUN0Z2eTUwdlJDclVMZ2VsUERKRGtaNU9FbHdKWlJQWWF5SEYzZTZQc0tDbWVvWkk0d0JjX2NkUVBjYUlyd01hZHJNaUZUT3BCOXBKSWQ2OXJkNGlOWWotR2MyIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoyMDoxMi4wNTI1OTEifX0=','2020-02-23 07:20:13.055561'),('fjv374salzang2b1goriqrz8lgp87wv8','OGE0NzE5ZTY4MTY0MjJjYTU4NTZiNDc0MWFlZmRlODQ3OWM5MzdmZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI3d2owWDFTSjVBcGQ5c0ljNUNvWms4STBaS0xESy16c2FBZGJMOS1NWGhUeWhUb2VVaTE3c1QwMGhWQU05NzZUU3ItTHRINXZ6djhzRXlNaDgxWVE1Ylg1NjljZlRUeXVBM0lhMnNMSnp2THBBM2FEWGVPQWNrVDlTQXJUTzBjIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwODozMDoyNy43Mzc1ODUifX0=','2020-02-26 07:30:28.740935'),('flvtczgwwiwix4tarsazt45jajoxgzs0','NjRhMzE1NTQzNGFlMzNkYzMzYWEyMDQyOGRlMjQ5OTIyNTU4ZDk5Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIyX2F5MnhwZkFKai14LWlmX0pvYXVUb1JrREpocVVFUG1iN2EzdlhGdERFeDFHTEd4Zm8wcFZtSElWS2l5bjNfR2JpTW01TXpaSTJ1TUl3OHY1QWhzZmNwbTR3OTU1TkRuR1pHNHBtY3ZIUm4yM3BYQmpjRG1BZHVJR1VzLXciLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjQwOjUwLjUzODQ0MiJ9fQ==','2020-02-17 11:40:51.541887'),('fn37atmrxxx5ne8cp19beg1khhw13n1k','NmQ0MTRiMTUxNmMxNmIyM2NkMDg0ZWI2MGI2YTE5ZDNlYTZlM2U4Yzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ4d3o3eHo5NGUwLUhQZDUzZGoyS0Vjc3F4UGdwUzJSZlZpLTFGaGUwZFRQblNzM29IZ3c5ZmhjQmNtSEdpYUpEb1p1RGhTQmlOTmh6WXJSdl84ZjktcFRoUHpPRWl4Z2RWcGlCQWd0V3Z5YWVLMVltcU1JcVZwOXRBTkRCeWciLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA2OjU5OjU4LjU3ODIyMCJ9fQ==','2020-02-20 05:59:59.581742'),('fnv2j3lg0xtg99vj1f87veupg6m7v25f','ODhjMTM3ZmNhMTRlMDRkMTMwOTcxMTM5NjdjYTc0M2NlNzBlN2E4YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ6eHNsSkQ1WG1ub0hVdjlzZy1wcDRLRWloYk9sb2RNX25NTWFORzRfcE01aEh5ZVdFSGZ0bXZtOG83aHlCekhOM1hKNW5FTlJDRy1haG81RzdmZVZsaF9RRTd3VV9mT1hrMVBMN212dGo0QVU5c2EwTTc1YmZSTkM4ekRfWjFLIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNTozOTozOS43NTA1MjcifX0=','2020-02-26 04:39:40.753917'),('fo70vv5ic2hcubn5bczkxf5u5r49fo9d','MTAyNDNkZjk2ZGI5NDMzMTczMmQ3OGFlMDZiMWJkZWUzNTAxMDgyZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI1cXRzVl9CbUVVSmVORnNUVXJlaV9MS1dTaXF1eThlazRxWWJ1UTItSFp6cjVrR1JkNFJZblNVMnZjMC1VT1F6S2hrUEVIdHNGYm5XUENzYWNhVzJBWlJsQ3dCN2NTelVReDBJdjZmM215ckYxYlRkTS1Kd1h4TWtWZU9PekkiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjQ4OjE1Ljk3NjM2NCJ9fQ==','2020-02-06 11:48:16.979740'),('fq6k79cgryon19ooncv87dx29vexmccg','OTc3YjA5NGRlNTBlMTA2NWUyYjE0ZGJkN2I3MGYyM2Q0ODJlZDYxMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI5NGIzVktZOXRvRmE5VTdRUUZwSUVCVzgxY3NVeUdEbmhTNmVtNVVBQ1B1bC1BbGhkVVpWUVlWOV9GQ0JtNUpKSTZIQnU2QWl6Y0dPZlMyaU5MZjZXSDNkYjBvUTgteXVRMk85OVNaOUpCZWdWbms1alNrMGx6UnZOYkowLWciLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjI0OjE1LjgwNDYzNiJ9fQ==','2020-02-06 11:24:16.808502'),('fqvxelsuolz60b4jrzs3yszzw3ts8gbf','MzE3MWRlN2IyNzliMTQ1NWYyNjVkZTdhZTY5MmE3NDYzNjIzZTY2ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI0U2dVeFhaVXkya3U0cnZBdUV4RzdyTXg4emQzRnNuaVktcWp0bmFQTFhCazFNMWdQRDlhbjlLc3NqNmpvaHFGQzV6MF9VcVo3V1ptdGl5V0NsaE5NOVVQNmV4RUd1Y3UwbzctYWlGYUlQRUxFSzBQbGZzQV9OXzVycjhFWUEiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjEwOjQxLjI4ODU3NSJ9fQ==','2020-02-17 12:10:42.292189'),('frjtfp2c2dmflms4ebuwkqplxip15r5c','ZDQxZDM2NDNiOTYyNGQzODgzMWRkYjA3YmNiMDE3OWRlNTU2MDkzYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI5Z0FKYUNldWotTHhFQ1hySFc4TjVPT3ltZUk5T0NablhscDBKeUZVWExvXzg2WHo1a0t3ZGNPVUJyNjVic1NvWFBjOVR5NnphM3JZTTFfMnV1SlFNcWJpUFNrbmdYdFVBZWx3Y3ZiUTFRZnRvS2RWQ0FiVTVQeEE1T1p6RTQiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjM5OjI3LjY4NzcyMSJ9fQ==','2020-02-18 05:39:28.691304'),('fupeqkh7bck3d33y5bia4zf6bf0oaoqr','NGJmODRiNzViMGY0NjU1MDkyZGM4OGNlZTBmODA4OGViM2Y5OWM3Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVWM1FWeG15LUJILXRCdTdQY0x6ME54R2FRQlVIcHBGdkJuN2g5UTNKcWNZNFoyTC1UWWxNVV9kUUZBYkR0QzdsVlhyRjFnLS1xU3NjWVFUd2o0Tlp5V2dHcHE0ZnJnanU0d0dCLXIzTWJVY2pueUkwcjVES3Ywc3dLdHNTZGJmMERMTko2TUJZR1NreHQzYXlQZjlWU3dnbWExVktFSWVnIiwiZXhwaXJ5IjoiMjAyMC0wMi0yNiAxMTozMzo1NS45MzQ4OTkifX0=','2020-03-11 10:33:56.938498'),('fvodrbbz4ubcxvoi3lik0t1qhisy1xoa','NWYxMGI3YWM1YWUwODQ5NDhjOTg0MWMwNmRmZDcxMzRmNjNlZDVhMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI3SFplaEFIZjFqQml2STNRVGpVOVVPWjJPbHVveDc0QUg0VWxHRkt2S2FteUlkV19pVFBaZWY2b3dId3NRZ0N4S1dHdHo4ZmpPdzlER3F1eW5wSVhJWDNBeGpRUDhPcGx2c0Q2MkFRa3RlMjN4U2EyUjljVUVGcnE3VUVXMEtPIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzo1NDoyOC4zODUzMjcifX0=','2020-02-23 06:54:29.388691'),('fvty69339nyapnh6q3misdivqodbit0r','MTE0YmUwMmY4YjdlNDExMTViZmViMTIzNTk2YmVmYTQ3ZjZhOWQ3Yjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI2UVZPUGQtcEF6dVF0MzEtbHJMNjJlU1JWLTZOdjBFTFp1WGJreUptUHMwTElhZWFkQVVqY2VYaXhUaEdreDQtcGdWbDhPNExhSUtOazUtY0lCS2M4eVZtX2F4eFdBNzBlNHk4TXhsU3k1bkFDQUxvNGc5bGV0Tzc1NW1mMkUiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjIzOjA3LjQwNjE4NiJ9fQ==','2020-02-06 11:23:08.417657'),('fvwfiij7oel6is634mj7dhzthdsrqvoy','MmI1ZGIxZGQ3NmZiNGIxOWU0ZDk3YWZiMDViOGY3NTBjNWE5YmVmMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXZVE1UTJDdDVyOEFnSFNkTjRLby11QklTRjM1YmgyczFaUGJtRkVhRFE2MklySDFCTzFycG5Ra09IaWZEYXBtcnNJRTZKcm5jcHJmanhPZFNuLVBDR2l2UmZzVXZXQVFPcHhMTlhKak9TUVc4OUwyaVJNdWRzZkNHS3Z2NUZPNi0xUzl2MlZUYlRodXJYbEh4R1FmQTFuekFTeV9oaXJBIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMzo0NTo0Mi41OTI4NDEifX0=','2020-03-29 06:45:43.596227'),('fxrjviauepvh90qyvr4dk5j8zdz1k9cf','MmRkZDEwZjE0OGIzN2Y3ZTRiNjFkNjZjYjM0NDIzYjA0NDgwNzQzMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI4c3RtLW1wQ0R2LTMzOUx1YVlyOWlPSTI0QjRQUWhqTEFaU3plZXZ5MHBaeFZxbDlraHRQbjBNZlRXOFBKbFJMMC0wOHNFTmJsb3pzaWlLRVVYR2ZwRzZJRWdhMldwLWQ3MGRSMXplbWNCYjRyRTlib0h3NGd4cDlBTFJPRXMiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjI2OjA5Ljc0MjU1NyJ9fQ==','2020-02-06 11:26:10.745842'),('fy4ifoej7zdvlj3r0lp8q0jdpl455u5o','YjJlNzFhYTY4MWZhYWMyMTg1YjYwNmI3NjRmNDJkZjFhOTQ4ZThiNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUItUVVWQ2o5MDRaQnliYTR4MHNiWk14SFZldlU3dFlrb1h2VFA3MTF4STYyVVE1MmZkQ0F6WFY3NkZOZzdRZzR0d0pKOXR4dzFfLVFJYWlTcWhnSVBxNExxbHRESzRTanN5cnNUVzVGdkdBSkJmZ2Ryb25TemtJWUJOOEZySXFyIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNTozOToyMy41MzY0ODYifX0=','2020-02-26 04:39:24.539886'),('fzr2eg83f2gdcv54k3ptqm4isz39n97g','NGNhNWJmMWI3NjY2NjdhZDViNTQ4OGI5ODAwNTgzZDgwZDkxMzAxYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUJfaXh1VlJrMjJWcTM3LVNrcmpNWXZYMnp3UXRSV0E4RklXY3plMjRvR3JFSkp0TXFnTDdjUjQ2dkdxWV9JMzVKaDR4RXlzTDNQV3NOZ3RSVElsZDhpZUhRYlp4YlZkS2k3TWU1X3UtR2d0QjFTRXlwMklnNzFGVG5CdHVFVW8iLCJleHBpcnkiOiIyMDIwLTAxLTEzIDA2OjQ2OjQwLjk5MTAwOCJ9fQ==','2020-01-27 05:46:40.994475'),('fzzmm919pe3x5lg9ak3v7ag82urus6sa','ZmI1NzMwZjFiYjE3MDZjNGQyN2VmNTNmNThlN2M3YzcwNWMwNTFkOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ5ZDViQ0JEOEFqWk8wVWwzenE1TlUwYzg3cEhKaVJ5QVVXT3M2ZzNQMXNGLXFuSTc0WkJTdElNVWw4V2hhdVlxUlVPa0t4cy1uYUl0U0ZQOF9ENXVvMHlZNjA4OUMyMmlhQlpOV1JzVktsNWxadExNT240S251c3czTGdDUXRiIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoyMToyNC4yMjYwMDYifX0=','2020-02-23 07:21:25.229081'),('g0mm2oolayi6e88648qzcnpiti0gcugo','M2U1OGY5NDM4Y2I2NjU2OGU0ZWVhNjM2YTAxNzc5ZTBiYWJlNWE5ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI0YTBNM21Vd1Y2aElNNjlDN1dlbnBuZFlxQWU0ZUNVV3ZsWkttdnhvQjBveWdJRWpwTVFBRHJRaksyOXdlWTRmckdESHIzT2w3YVBxX2NpZV9aSmhNb2tLZmpVeUpXNzJ3SGRJTFY0VmZMamlVUHZPXzhIOWkxd2ZiNUFxSDgiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjMwOjM3LjUwOTE5MCJ9fQ==','2020-02-06 11:30:38.511392'),('g1dtshibbdqzjptf9ggio5jb8gpaslcd','NzViOTc1ODRmYmFkNDQwOTA4NDU2NjMwN2ZjMTEzOGM1NjUzZTgxMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSWwtNUI1WTctRm5xbVRBMDVNLWM0Vm9pVU4tR2llYUFZRzI4ckthQURSNWZ6NVM4TlVHSzlNMzRnLUI4UFF3ZDRLY1ZBSlVOSE4zSHhTYmpRMnlKNXUyRE42X3RuYXRVdDliVHhqSXlnV2M2QnNqUWpCYW9Nd3FXUnJVSThuZjZWQSIsImV4cGlyeSI6IjIwMjAtMDEtMTUgMDc6MTg6MTMuNjY2ODk3In19','2020-01-29 06:18:14.670665'),('g1lbx28utciroqnlerv3v63rpwt3fijx','MWM5YTAxZDg0YTg2ZDBlMzMwMGVlZjExZTNlMmJmNzczMzZjMTA4MTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkItbHZsM2F2bHpvUWlBV0dpbUtYUXhMVWVoZ3otTVZ4MjZQazVlOVl1RjZiM2F2V2ctZ2hmQUJQQW5tSXFfWUFpUk5UZm9KMG9SbE9sbFhqcHpOU0hER1h5R2ZrNmlpdDdPdjlWQ19ZMlh1ZXhTVjNfVUV0UFV2RjJaTmtKdEUiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjIwOjA3LjU4Mjg0OCJ9fQ==','2020-02-06 12:20:08.586332'),('g3u2ielymv6wsacw1tl5h54z5evyczn5','OGU1NmI0ZTA0YzRkMjIyN2FmNTgwYmNmZjgxZjJhMjdhNzExY2I3OTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkItU2xybWJ4X0NKdk4yeGwwZ2NsdXZ2MkdGTHA3Sm45WGVsVUZDRVFOYlNQamlVS2REUGhRSVd5Yk11bFZKQkhzVFJLMHdrRVIyWE1weEhBWnJJUmMtVm1XZVNERXh4bFU5R1Z4MEhaS21ReF9VdGNBWnhEb29sYXBZOG5TbDgiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjIwOjI1LjQ1MTkzMyJ9fQ==','2020-02-06 12:20:26.455320'),('g4gxhtkvji4f76g6jf1pjy1wzddd61cj','M2IxNWU5MjUzNzkyNmMyYWI5MzgzZDZiOTMxZGRhNTBjNWU3OWNiYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVVdDQyZFA1XzdJX1FkZmRrbk42MHNZVDRaa1M0TUhscm9UUUVteVRsY1ZSSjAtYy1KMnFlRUJUV2ZJLU94OWd2UG01bmhudUYxQVV4VWdpMlBBT2RxenVMeTFyS3RFeFdaT291cWNuT3Q2OTJFcF9zMkszdjQxR3RwSF9JQzkwa19SU2F0MHpMSk01LXpPdDZUMmV3blVSblBKN2NfQ0Z3IiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxNDoyMDowMC41NDE3ODYifX0=','2020-03-29 07:20:01.545454'),('g5w9ns9f47kmajuaodgsobecozerqrld','NTUxN2JjYmRhZjgzNzUzNGVhM2ZmZjk3ZGQxNTBiNTg5Y2RkZTAyNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I1b1ZrZTFDUHZvVlh2TjVHTkJfNHNpdkdjdlhYWF9tZkotQXA1b3ZQY3FZSjZjV2NIWi1INllzaUQ2NlNEbHVxZklrZHJfZFZWcEtLR1NaWVJhdHlCeUt4WE1nWl9oTUV1SXBmaGhvZ0hhMGc5YkFkaVB1VURZdVVpdUJSN1UiLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjE3OjM1LjQzNTM3MyJ9fQ==','2020-02-09 06:17:36.438862'),('g72bzrbi1z07c4kyq707bmbf3dxs73qw','ODQwODE0YmM3OWNmOGI0ODI0ZTYyNzI3MzA0Y2M1MzZlZDE3YzNhNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J3MUdPUkN5UmZpZ0lzLVZRNUJZZkFKb3NaS1Ntb3BidHhkclp1dl9wYUJDbGVfblNhTmJKVGZEcnJyZ19id1pLUFNZeDcySFVQeGk0LVdOZ0szM0d6Ymt4dW1WZW5IOWQ4MDQ5M2dsYkl0M0tYbHcyTmkxbnNkN2ZsMElqQUEiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjUwOjQxLjY3MzQ0OCJ9fQ==','2020-02-10 07:50:42.676797'),('g7sdzdgcaz2naiv50afrdewohr9m4k7e','MWM2NTBhMDVhMDYxNTc1NDFiNWMxNDhlOWRiOTEzYjg5YTRmODQ0NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ3SHJXcjZ4WHFna1NCdVVPYUl0ZFlSY3JMYlJnQVI2Mk9NTUF4ZnhPSVRWVEFlZjdxYVpxYV9fOHdHLVEtV0NrQTdHcDZBcV9hRDBuUXlDTHRYM2I5S3lvMGtnS3V1Q09qNkxnVUIwc2RFLXlTNlRDOXgyUzl6VWQ5UUpRNTQiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjI1OjU0LjExOTM3OSJ9fQ==','2020-02-06 11:25:55.122703'),('g860wwfsl904g6qklh1kra4pqppm2dvr','ZTYxZDY1NDUxNGNkYmZiM2Q4NWVkNjc5ZmZlNjAxMDgyYmI0MjA0NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ4VDQzOExWbWdXbHBMcmcwTjRpVkZTZ2xNYmtiMU9NTmhFbk9tM0hEemFBODMtRjU4NHZYby1WX1AyUHRQQ2RTdXlidS1KTGxESWpzUWlzUzE1ZDFMZ3RxMDgwT0dLVEtleXcxSnZ1aTlXSWN4cHQzQmMxV1EwZHVOcmgtZFRCIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwODozMDozMy40ODM1MTkifX0=','2020-02-26 07:30:34.487034'),('g8f67od624l3hbwpf7o7rex40w18zfec','M2VhODgzNTdmMzQ2ZDkyMjQ5YzVmMTlkYTYzYjFmNWMwMDlhMTNkYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ5VW5kdU5Nc0RlZTRYUnVJTGZQdnB3bjREZFlCNVBfdVo3NlZnY2FUVnRkSjR2ZEdMZk5QdXFSRjNGZzJBVzQ0YmQ5R0pMSmpDdzlVR0Z6RjlQVF8tX0ZXY09Zd3BvYkt4TzJZN3h1djBTX1IybmZaeVpRSWRkamxfVTQtQmVsIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzo0ODo0MC4yODk2NzIifX0=','2020-02-23 06:48:41.291241'),('g8hus0txyuzb9skgk1egvb211f6shg5s','MDY0MjY5ZmU1NDQ5YTU2ZDJhNTNlMzdiZjNiMzc3NWQ0ZDc5NTZlNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI5VTJZYmpyRU1SN1Q1al9fY3RRUEhqOWY1N3JQZVA0Vi1WbjBxeGRoSGxpM3B4bmlEcUlabTJrTU9NS05uV0xfOEhrNzh4c2VhTnJ1VGdjaFRKSng3RkRTdmNCc0FpTGZoY3FZcGhjNGJQQ3BVUWg4N25ZTHp0V1pMTXNxLWMiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjUwOjM0LjQ1OTc4NiJ9fQ==','2020-02-06 11:50:35.462994'),('g8k15o4hxk7dlh7dubg3gl016arqmz0n','NTkxNWVkZTE4NzQ5NzY1YmFkZTgxNTU5ZDNjNmZmYTg4YjJiNDVkNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJfVmhCMkRUbm1rSGR0MlBLbDhScW9FeENCNWVjeVVKckVXQWxJRW9CZDdfdXMwOTZQQk5KQ1MyMTkyQTg0Mm82Z2RXWWppQjZDS1ZIMkdCWlh0ekVLWWNibHJMTlpzbGEyVjk2RVBKZW1VM1VhYXhMTFF5VUtwcVpmV18yNU0iLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjEwOjM1LjE1NzcyMCJ9fQ==','2020-02-17 11:10:36.161090'),('gad4u4y3wndjwsf5jds9rkdjhp0trr4q','MDFjZDJmOTIwZTcxNGVhNmFlNDFkY2U0YjgyMDhiOTQ2MDYxYWVhMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVWOVcybDFncU56NWtSVFRlNW95OGVCVEtiVTBaM3ZldmtkejZiYmMzV3VFanRJckVRTVdvaVFpX1RDMk11cmhVZWNib3NtSm1VYUl1Y0tsT0Z4UFRaOXA4MVRDX2FYT1ZPNWh5dU1ydUwxYUQyWU5meUM0eXFvNTI1ZW5NRGQ2dFFIU0haeE9sMVNrRExORGRzcVY1YU1xdFdRUzdRYUhRIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMzo1Mjo1Ni44MjIzOTcifX0=','2020-03-29 06:52:57.825844'),('gaeu8y5jy3oytmzzgay263m5gaqi7y0b','YjdlNGE1YTE5NjViYjEwYWQwZGY0ZmE2M2M5ZDhhZTlmOTRjY2EyNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI4b0RuUDBOVndnQkhYM1pLRnZQTW9Db1U1d3ZnbjF0SXhWX3JON0RPZHlLcTdfRVEyMFE5dzlpaGJTaHVCbHBtX1lVZFY2V3lhZDh3aUpBR2tUdWE5ek5IUTZINkJMUEtoZDVaMkU2Vmg4RnFrMHJyR09NMTNWaDR1OGJ2aGtnIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzowMDozMy4yMzQzMjEifX0=','2020-02-23 06:00:34.237750'),('gchxzv9jo8lptthhyxfro5bi73vgknoy','Y2NiNGZlZjc5Mjc5Zjk5NGZhMDZmZGYwNjk1ZWJiOTFlYzRiMzNkZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I0bG05TkxmR21ZQ2J1Szc0Ym5RVV92YjN5ekNGdmZCSnF4MGlDTmhBVHZuQ19iVFhLbVc0YzdCOVRLQlFURmwtcUgyZWJVRm1WRTEyWlBiV291a0d4SzRPblJralJrelJkTHJ2a1VNVnVObDYzU0FTLUl2VC1NSGp6cmZQZ2MiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjAwOjIyLjU1NDI4NiJ9fQ==','2020-02-10 08:00:23.557678'),('gcpbocd43hae25u64pb1qfjdzrrx5r7h','MjI3N2RlYmVhOTFkNTkyYTVmZDc3YWJkOTQyNjkwM2FhZDM4OTE3Yjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ6QWNfejZnbmJ6T1JJMW5rUXkwQ2Z5R19odzI2NkkyVm1ITHMzMlZJSU4zQkZkR216Nmo5WjM0TWwxZzV2WEd5cS15cHo1WHoxRlZZQ3ljTlNCMFRtODl2dnJrbk8zckh0RWt3WDdIQ25QU2Rya1l6a1ZYY0cwS2FYcXVXZ1EiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjEwOjQxLjY5OTYwNiJ9fQ==','2020-02-17 11:10:42.702943'),('gd7aarivb73nhfbr98pbyrsilqm4r517','NDg2ZmM1ZDJlYmM5NjFhODUxOTM0MDE1OTdlZDNkYmQzMGJmY2ZiYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HX0I5X0JwUkNTVFczYkFqdHlyaUtPVnVkOGVlWnBUNFRKdUpSUEtXM2xpWU9zaldLTDIxeWFVRzZra2JrVFFlR1NLZ0pCMU8xX2RWS0RtZnkyTVZYanFMUUUxSUVlaDVrcHVRV0lGczJ3UnV3VDNGYS1IVThldUlkcUdEZVBnRUlNIiwiZXhwaXJ5IjoiMjAyMC0wMi0yNiAxMTozMzoxNC4zMTk2NTgifX0=','2020-03-11 10:33:15.320856'),('gilvada8v059zw14q96p8r68c5h815fi','NTYwZGNhMGZiNDIyNDc4MjU5ODgwMzY5YzE3N2NiOTg4MGFlNmFkMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIwWDdYdDNqRXJBVjE3aHpIbXNaeDBwNG84cEdqR1pGaV9iYjFtLW5TNFJkYm1PZVpaZWtOcXdERzdoSUxybHZURU1uc280NHRXSXlCSmJBRlN6Zm9uV0N6NlRlREczV0dYZF9FWDBpeVFlc3VJMVF2Vk1ESlhXRkpic3F0VE0iLCJleHBpcnkiOiIyMDIwLTAyLTAyIDA0OjU5OjI1LjM2NjU1MSJ9fQ==','2020-02-16 03:59:26.370129'),('giukbn54v74spf1s6ua337qg0an640mk','OGIwOGI0ZDc4MGI0MzMwZjVkNjNmZTBmMTBlNDMzM2EzNDI2ZmM4Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIwb1VlazBQQUdqSU5veXMxa21wVXlNdTk0QV9yaTlaaVZFa2tkOXl6S205Nk42bktXODlSMDViVWtrV3FtT3ZfN1ItUnVjVGZaT3JYaDRuQVRGSE00TGc4d0F4Vk9RVVR5NlhpR1ZJX0ZRTnJPSEdNRGZtcTZLaUdQdmF0WmciLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjEwOjAxLjcyOTc3NyJ9fQ==','2020-02-17 11:10:02.733447'),('gkqqb43alfmpki3f7t04m2i1li501zfh','MWE3NzkwZDg0MGM4OGVhNzMwZGY3OTUyZTlhZDk2MTJiZThmOTVjNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI3clRac3A5dUVLX0QyNlM3Z2kycnFuMXVtQk5SY0pQNmV0X3dITlg0RVpObnAyUF9jTnJPVDJiRzFpQjJCOHZoNnpyVzdCT201QkFfWDJVdXBnOGlCX2J4dDl5Q1BaMDYyVk1kY1U2N0xlUkJIbUtLc1FjS1FpMUxuMkY0c3NSIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzowMzoxMi41MDU2MzkifX0=','2020-02-23 06:03:13.509141'),('gljtv8lmvigoy8lpmoyz4gz3qnc7z1y5','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-09-06 10:06:28.595094'),('gm8znr4d6ts1iuwjryf80gtv7dek1xdj','ZTQ0ODVkMmJmMDRiNDY4ZDk4MjE1ZWY3NzlmZWNlZWYwMWQzMTFmNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSWwtNkJfcVFCQXlMVmYwUllob0h0RDVpdTFqVnlabkMxWmtwNkp1NFV1RFlhYmFxUHdqMTZKUS1sUXB0bmJNbGtsdWJuWjN5YWE0eDdNTDJmUThrNVEycG9neHBWX0MxcmdCb2pvaDBfN1lkeGpxVmx5OVZHeHJoT19kaHVOYlJ0QSIsImV4cGlyeSI6IjIwMjAtMDEtMTUgMDc6MTg6MTcuMTg3MDE2In19','2020-01-29 06:18:18.190468'),('gmbpz2fj9vsisduyh1bxwrbr141121nq','NDY5MGY1ZTFiNDlhODg4NmJmOGM5ZTYzZDRkNDViNmY5ZTQ4YjVlZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIzVjhTMm5FaVBpZWpUdjI5ems4OWFPRHktUmhxYkpNTVhOQWRlbDlwRTkwQVJxSjltNmJrR3ZXSGZGUkwxTzlnS1lkd2I4VTZxbzlDM0gxdjM5X3pjY0FaZDdLLTYwU1ZOb3RuanluNHN3OHBRMzRESVNtMEVpcXBQSHVHUmsiLCJleHBpcnkiOiIyMDIwLTAyLTA1IDA2OjM0OjMwLjYwNTI5MiJ9fQ==','2020-02-19 05:34:31.618288'),('gmec22d3ocwpcv0olv4zkt68ugmw2c9i','NmQ2ZTk4MDA4NWFkNTVkYmQzM2QzOGZkMGM0MDljMWFhODUxNzA2Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI1ZW9wSU1QYmdFUFktY1VmMW50YTIzNlRnMDE3VUpWWVhRalJ5SnJXS3l6MTdxZGtqWGRVRlNsLVdYNE43TEQ4MmdObWlsT19nMFFicmpoaE9Icl8xVlFrNmdRUFMwMURxZi1GME05d2ZHbGhWaTNwa2ZsSHlGU3BwaDVFVHciLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjUwOjExLjY5NDY4MSJ9fQ==','2020-02-17 11:50:12.698243'),('gmptpcnnm6mp2uhqiy8fbidg32kxvflx','NDc0ODNjYjg2YjFmNGMyZDJjNGQ0YWJiYmZiYzIxNDNmZWM1MTRmNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ3VTJWTkY0WFZSS2VQVkJ2UUw0WmJlWkotU0QxS3JWeFRNZk9tVWhGbUZCeTh3SUR0b0xwc0xQMUlxdGRPcmNDaktUXzlPSkF5LU45UVIxWld6YWpDcGpDUnRyTmdjdGhUT0JYazZIbXd4cHl3emZtdTA5dWRMUXJQYmdpQkkiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjMwOjA0Ljk1OTY5OSJ9fQ==','2020-02-17 11:30:05.963248'),('gmwtimt48k9ve0xq719zqh0i03tfq897','YjA2NmU2NjdjNzQ4ZjM1OWRjNTcxYzE2MjliOWM1NTdlYzQxNjBhNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ4dlgzOG1wUk9QNXF6OWVDWmQtTTZUR0RoSmVqTEl1Vm43aUJlYmNzTGxSZGJoUFpKeEwzRmwyVVhsU21MYmhMLUlyQkdiRGRCQ0RMaE1fbVU3VzhVVUV0eTUzTGhhNm8tTDNGQ2luNnRGc0tjNEdTcFlUSXE1N3dNV2NieXAyIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoxMToyNC45NzY0MDgifX0=','2020-02-23 07:11:26.979239'),('gndd3eepmy5zkcmdz1fci2yf6imx7axm','MTgwZmFjMGNlMzY1ZjI4NmM3NGYyZjQwZDQyNjk3Nzc2YTJhZTMyNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJfcGl5MmRYR0NtY28wZGFVbzBDZVlybmF0ZVcxMjZEZVR6RDN4aGl4anN6WGx6N2NKOWV0RFQyeno5bVFNY0RQR2NXV2tFeDM3Z1FMS3ZMdmwtNzc5Q0I1YS1VUllRYzhvTVhJWkE3MndPQTZ2YkdVOXB2SEZ5R1doYUs2aVJzIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwOToyMDozOC4wOTcxNDUifX0=','2020-02-25 08:20:39.098573'),('gne010zg7bdr5xgwbymy0oms9woenw9p','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-01-26 13:27:32.054782'),('go9lp6qflg5xqix1plsq864afzxfj8l5','ZjVhMjcwMTYwMTQ4ZmIwMzlmZDgzYjhhNmMyYTNjOWMzMGE3NTc2Yzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ4MWlYV1NJU1pTLUNkOE8yNUJ3Tm9jX0JndjB2UVFaVHJNUzk4Vk9fUkxKM29DZjdzYUs4Q1FLM2p1TlJ2R0VodkpMOV85REdjX29kdTU3d3FYdXlBOHAtLVc3bUhaT2tocHNKM3cwQ3dTM0hYT3FaR0llYl8wbFVPUVJLekkiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjEwOjA5LjY1MDU0NyJ9fQ==','2020-02-17 12:10:10.654133'),('goqrpixug6hkejwoswqwqwlq1653p3xc','N2QwYzRmMGZmNmE3OTBmNDAwYWFhZWVjMWEwOWMyZWQxMThmYmE1MTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIyYzEyUlUzUnFudmllMWxudklZSXpWUmQ2YUxOYUk5Zkt3VkhBVnZNM3FMNWhYZ08zU1RiNngwNmRiaExYTEczS3pWdHo4bVpSRXI2ckpndWoySzQ5ZUVJQ1JYM05nMFFXMDhhY3BGVld1ZjRxSnlfR2VtekhNakVqT0RZRFdFIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODozNDozOC41NTM2NDUifX0=','2020-02-27 07:34:39.557051'),('gpeyyhqty74y72f715qesl4eek78dy4x','YWFmNGQwZjU2ZDhmODYzY2Y4NjUyYzA3ODczZjQ1Zjk5NzZkOTU1NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVVQnVfWU9rLVFQbWVtNkNSS1k5RHpaMWZGb1BWb1pyY3dXdlNkclkwN2lDVDhLb3FPRzNzZm04cXEtYXM0S0ZiWmxyU0tJNVJVQzRyMTQtU2NQMFRfeXNiYTNLVi04cFpndkZUNzkwNmNTNURTQ1NsbXJEQlRUX1ZabGZLR2V0VE1TaDNFZDVaUFV5MnJDUXB0MlZiQzVJVUs4ai1VVnRBIiwiZXhwaXJ5IjoiMjAyMC0wMi0yNSAxMzoxNDowNS4xMzI3OTcifX0=','2020-03-10 06:14:06.136376'),('gpfto2ynbz19ukvnrq89vlryzh5whxvb','ZTI2ZDZhYjVhYWE1OGZhNWNkNTg0ZDc4OGI2Yjk5OTQzZGQzZDNiMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ3bnh4eWltbEpfcTZXMkdHZ3dfSVZCc3l0d0M0VXhnTGVmaV9xMVo5SGJQNGJ0b3J5Y3NYZk5qWWZsWjFGTTIwdVhacXNFb0FuemliZnp5bDNwQU84TFdmMDVuOXpuWnBxU3lfS1VYNVhjWEtuZ0hfWDMteUZKNnliaGNxaGFfIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzowMzoxOC4yMzg2OTkifX0=','2020-02-23 06:03:19.242141'),('gpxhlozr8b13kchppdpjuadm8u6ebeet','MTcwMzM3OWU2YjYxMWIwNWQyMTQ5MjI2NGJjOTIyMGU0NTFkZGVhNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYbnpJeGVFeGhTVHpDaDB0bjNJY1dVamJQVGhBSDYxTFBGX2NtWExLajVSWlFkR0RwSmh1MUM2SWtnVFZieXRQQW9MNlpSRmFUNTdGS09fYU1LTE9jTGpYd21XTTlET0FRQmJ6Um9SWkxVcDVady1JWnMxNkozM3JaVkN3SmNLbnI3Z3BXZ0ZtVko0ZTdsWThPSzhfZE9YYXd0QTM1YnlBIiwiZXhwaXJ5IjoiMjAyMC0wMi0yNSAxMzoxMjo1NS40NjA3NTYifX0=','2020-03-10 06:12:56.464417'),('gq759fto4anek797l8itadlm8k42qznq','MmIxZmM0MzNiYmUyODU3ODQzODBiNWIzNzAzMzA1M2Y4YTg0ZTUzMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIzT1k0Q1h3WTI1RzhsSERLWHloSm9USUQ5TXlNc0VoQWZaR2NhdWdrNzhMS050dldxTmw3MmJyTFA2THhZWkdmOTdyS3BKTEtCeno1aXEzaTd2WnE2TUcyTTNaM1YtVlN3eWlaM1F1dTBQREg3cEM4aHluU1pHT21HcVNVMlEiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjA3OjM5LjMwODQ4NiJ9fQ==','2020-01-23 07:07:39.311910'),('gqj52t0h5k9jcuqgccfeyzh7td7p7ay9','MDVhMTkwYjQ4NDVjNTNjNjZkOGFmMDE0MDc1YTk1NTU1Zjk4MGE2NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIyeVpFenZsZnpIOTAybG8wQjNKQ3pNQUdBX0lwRWFZRFRMX3hpTng0WnA0RXhhcGs0U3JubUQ2NUhTMVRlY2o2N3I1S1Y0b0ZZNHE5QmdoSTJDUjVDQUp2Z3ZFRmVWY09WSEphaVZBVWFwNmN2LTdhNkFzMkNHeTBFVS02UFEiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDExOjUwOjM2LjQxMTg2MCJ9fQ==','2020-02-17 10:50:37.415360'),('gqk9a8ksvkw8dncqytq7cxq38jnzfruz','ODJkMTBmMGNmYmUzNGFkNTk4OWM1MzM4ZjE1ODY1OTc4NDc3MmMwZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ4ZWItbnliWXpGLW03cmxSSEFFdUtPU0NXcm9VSFNuQkhlYV9NT0RLek8xQnNnSEZHSkRadTBrWXVCU3NkSkVHWldnMHpTMVpDVVpxTVFCbGJWMEdpbFdGUDIyejByUnVmbTQ5LUE0WkVmb0ktczNzZk9aRVR0aVJqaFhMVnciLCJleHBpcnkiOiIyMDIwLTAxLTIwIDA3OjE3OjA4LjM4MTQyNyJ9fQ==','2020-02-03 06:17:09.384730'),('grrwqcsjjjnfwmh40mnu7cj0mxcy2v68','NzAzNzZmNDZmZTk1OWE1MzM4ZmNkOTdmYjA4NzgyYzAxNDcwOThlNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IyNjNhZEVsUWFWUGxleDJmNjBfNE1wdzMyWDg2SWc2ZEM4TjZSWkxOSWx6RFFlZUxvbG1NUmk0RkJzTmtQZzAyTG5NVnhfU1FRcEw1ZWtwMGhHY0VBT3FSWk5MQTVQQ0ZWcF8zT1Qtbmc5V1JXU2kzUDBmWU83VUlIS1RDaEEiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjEwOjM3LjgxMjY1NiJ9fQ==','2020-02-10 08:10:38.816200'),('gs031wn911ukue4d9hseet0afnu380ic','N2E2NThhMDBhMWM4YjMwYzljNGU2ZmJlMThjNzU0OGJkNWQ0ZDkxYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJfZ0J0Z2pBcEVnbW92QnN6MVJTSkNUTDFTRE1tTVBXYUZWdWxrM2NtNkNxZUV5N2lvQTZZX2JQWnR1eHRIMV9pN1RIdG1CSTJhOVJ2VXAxai1hWndBdEZTdEZjNkhIYTZMUGoySGJjZXpWeW8zdGl2RG9YYzhua2FXejFoTG8wIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwNjo0MzoxOS43MjI3NTMifX0=','2020-02-27 05:43:20.726183'),('gses438atjkllq71pncwdkzzabf3uk2v','MTBlMzcwMjAyNWY0YWU4MDVhNGVhNzlmNmZmZWEyMzg3YTEzYWRmNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ6OVE4ekkzRnFQY3A4SFRzVWlMRE8yN2JWUGRyYXctZFhwRjVUMC1kTEp4SDRrd3oxak9RMFlNU3VCZG1TUEJPWEVjY2oxcERXaUdJal91WHBlN2hiSDFhbXdoLUlIOG52aTRPcHYySkc4aERhQ1dJQWJoLVZVY0lxOHYzYzJ2IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODozMzo0OS40NTczNTMifX0=','2020-02-27 07:33:50.459887'),('gsip0kxuiuio4schzmek6q3qgvq86sqx','ZGM3OWU2ZTgxMjAwZTRiY2M0ZDU1MTdmYmRkMjM5ZWQzMTkxMTRkODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ3Ml9tOU1hSnRCZ2ZLaTA5MHpUdWZPWkR3QXNHajZrZVp6Z29Hc3N6NEJlZ0pldGswZW9QV0k2cFc4THd6NVFHcjdKbzktVTQtcDk2cDdjcmVkOUdVMG5GNEM2enBCUERHYWJiZ3pEcmFyU2FycXZEWHk3TzNfNUczcUItYUEiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjI2OjMxLjkzMTkzNyJ9fQ==','2020-02-06 11:26:32.935249'),('gt2wu58f80c7vlql1gveaqoqg5myoe6v','YTUyODVkZGM1Njc4NjRiNGZiM2VhMDI2NmZlODI2ZDBiODUxZmZhODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIwc3k1cUV0MGtNbncxMUtxVzBMVnNqelNJaU45dFVFX3lDS0Z5eGY0eldmeXQ1T2hlR0k1VEFXYkZSd1NMYzZxN0EyVVhuN1JVd1JVYVZXQzJKWWc0VmoyQ3l3Qjh0c3pwekk2b3RjcFJ5bjBMTmNpZVlXR3AtMEJoM192WVFWIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODoyMjoyMC4yNDU4MjUifX0=','2020-02-27 07:22:21.249428'),('gteneukjb69ui8r3yd8ambhcyqt86j2e','YTk3MjU5ODc5YWRlNzEzNjM3MWI1ZTRkZjg5MDk2NzdiZTgwZTQ0Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYNDVEMEllSHN5WjNCTTBSTkgzTUxRVkdBMFFETEpMYm9HeS00SkdHY1VXeWlkMGhLN1NTR2toNFE2MXA1SmUwTzZYakQ3c25ISnlEUGExZFFRaUlKYUNQSGJVUmJrSlA0clBDVzd4UVQ4dUdyRjNEZHItUFd2N0h3N3NZeUx3aThxLTdGRW1kNzV6cTJTWmt5cFlpbWQzMXB5Z0NJOFR3IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODo0MToyMi4xNzg5NzIifX0=','2020-02-27 07:41:23.182526'),('gu7sa1msdlanas5a5tczrne66mc4hswb','Y2JkZWRkNDA2NzA3MWE1MmEzN2RkOGIyZGMwMTIzMzk4NTdkMmE0ZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I4RmtfZk9QUUJCbTcwLVNSTXE3VnVaUUZOT3BfYjY1MTlxOHdiTmZMYi1RZUhqSjYwNU1ObWZzekRGWlRUcjNyZHNwdzRvZTdXUUtSTUx0cXU1Q09vMk1JSkcwUGpoUUVfeXdrN0d1WGNXb3ZYLVJyZHl5eHZaV0MyeFJlODgiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjUwOjMyLjQ2MTkyNCJ9fQ==','2020-02-13 07:50:33.465218'),('gueu70f8s8oqstucglz8gzl4jxfy2hnu','YzJlNDk2MzYzZjVjZTA5ZDNhYTRiM2I2NzliYzM3ODZmNGYxYmE4ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSWwtNUJfSnA0TzRJRk43Zk9fbWlzZkRjekoyekh4MmJXWDhYLUdiYm4zNmM4aWY5WDR3UEdOcUNpelloOEtfekE0MjhqbDdCeHJhWVFPRmV2d2p3alEydkxVNnNKQUF6bENfaDI3YlRlNjdvOE5ZLWExbVRKN3BLV0lYTjZwUkhHUSIsImV4cGlyeSI6IjIwMjAtMDEtMTUgMDc6MTg6NTAuOTI1MDM2In19','2020-01-29 06:18:51.926158'),('guq99v86sfdjs0jrmrf2ni403vo6fblt','M2FjZDY0NGQwOTJiNWYxY2U2M2ZhNGNjZjZmY2E2MDU5ODQyZWY5ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ4UFBRaVlvVl93TFk3Sm5DaE1GR0hmVHY5X294enljZWI0YkRaQnNaTVN5RmI0RV9zTllha2tpSzhyYlF0U2QwU2Q5d1VzRERBblNoRXNKNHR0TlRsdlRIdHRVTzVKV0FiQko0dkxydjVzS2dPMDRwVS1rWWhNcUl3bTZmemciLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjQ4OjAzLjcxMjU4NiJ9fQ==','2020-02-06 11:48:04.716140'),('gxabqq6twak4hnrtncop9u3l96exwglx','OWEwNGQxMjQyN2FjZTgzNDAxMGUwMmI3MDIxNDc4YjBhMzkzOTI1Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXWFdhc0RtYWw0dFh1WjBTU3ZsYnUyMjYtNmdnbnhaclV3ZWhoYzBWeFBWYVlCNDZFNDFWU29feGxJRndLUC1QMjhNY2NITWlCb0RzWnUteXVQOHo2YkdKTEItLXhZYWFYNzJtdGFxVmx2aGd5TE0zQWhYaEFkdXc0T2xNVW1RRmRWYzNVNXBUVHN3WVRCSEE0NzZUM3Q0VTR5MDRDMzdRIiwiZXhwaXJ5IjoiMjAyMC0wMi0yMCAxMTo1NToxMC4xMDA2MTkifX0=','2020-03-05 10:55:11.104278'),('gxas1lur6a99a68uqycxl885zjaswyeq','MjdkYjU1YmEwYzQxNjk3NzhkZTAwYTY0MDcxOGY1ZDRhMTM3YjZiYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXazd6ZVlhTkNWX2k5Qzl0VllJNF9FNEtiVmJqRXRWUG9BOFZSckpkV3UwZkxXN3VxeUVnSklHOGhpZ1ZSdEstVXQyajVreUE3dEFSWVRlcmJaVkM5SEpMM2JwMXp4UmVUVFNvY0lEanV0dHFaZlMzaWJjcTVLVUVtb2lvT0E2cVdyQWY1UFZ3Z0xsUEZ3dnQ2ajVCWGd0ZG4wX0NLT1hBIiwiZXhwaXJ5IjoiMjAyMC0wMi0yNiAxMTozMzozNS4xODk3MDUifX0=','2020-03-11 10:33:36.193139'),('gxfjqt1ezvwectuoz3rws3xhu6w89nk8','NDJiN2NlMTgzZTk0NTE3ZGNhMWU0ODdiNTFkNDMxYTczNTAxNzJhODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ3Mm8yTVVTSm44cEZfVzlsaWN6TWdMRVdvM1NfX0lxNmRSU2RKMDg1WHhuZ21wWDZRVGhvM19na0ZPVldpYll0QW9NbFNseUZSc0NxR1NFYWdQLTlkRnFmMGpsbGw2eHo1anBSM1dWYzNRNXE2MU92cThrRWtzQ3Q3ZmJDYld0IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODo1MzowMC4yNjk4MTEifX0=','2020-02-27 07:53:01.273127'),('gyw29va087do2zojgdxski9vq2b4wy1r','MTA3NWE5NGU1YmM0MTE3ZWI2OGNmZTMyMjY5MTUxN2M4YjA1YTgyNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI0YUxFYkRWeDVRejBLdXoybmhWVDFCRHZiQXVkTzQzNF9MMVV1blhRcHhnZktwMkczMHNrMHZKV0R6STBRbkIxU1V4OFR2WVlOWG9Na2xnUk5yeG5UQk9wN3p3VmlzdUdZNUxWQXh3bG00ejlmbTdPZldPdkxrVnJlNUdQamsiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDExOjU3OjI4Ljg5MTc1NyJ9fQ==','2020-02-06 10:57:29.895381'),('gyxbru8f3ommzivo200pqllu1d68adtx','NjNmYjMxYWVmZGVjOGZiMjFlMDZhYjM4MGE0MTJkMGMxZWY5NTU5Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIwV3lEcm9GSl9RMVpJSWRSVTN2Q2N3M000R2pBUDdGWlh0b2RPMkJyNkVYdEo3ZGF4VVJfZU1YSkNPTVN4SGdXVVNXLUtJQlJaM1NnVVBFTk81NEk0ZEdYVnVBbTN5NFNzX2NxdVA0VzVLX0RxR2tCMW0wXzB4RERVRDMzYTAiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjE1OjIxLjE1MzExNSJ9fQ==','2020-01-23 07:15:21.156872'),('gz4aavdf74ifeg2c2j2z72cmney361sw','YzE2MGY4OTBiMWFhNGJlYTllNDk2MmY4NmQ5NWFhN2JjMDRiYTA5NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUItMm94UkJOWHlZX252X3NGR2R1WWZuTXYtWV9Qalo0cS1YQk9mTWY1NEI0ZmMtMUtXQWlMSUVZaG5KWXV0MlYxRU01R203amxyLXRjcG85NEJsZjNVd283ZmxfZTRucW4yVXEwQ05ERjY2TFd0ZTZPM2poUjYybWxLdG9QODAiLCJleHBpcnkiOiIyMDIwLTAxLTE0IDA2OjM4OjI4LjE3MzI1NiJ9fQ==','2020-01-28 05:38:29.176743'),('h0vaue3qa78bmni53lee4mjk9rsdzibs','ZDhiYjc5MjIwMjJiNWI5OGJiOWJkOGUzMWQwYjA1ZDQ2ZjJlYzIxMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIxSGptWkh4Rk9EOHh3c2J5RjlVOFdON3Q3U1ljOGlfd2F5ODR4cmRYLUNLdlZQYlRBenUwVDQxc0Q1Zno4NU9fbUYybmhUZ1dLVGNIUVFzU3Q5UE83X2RQRnNPQ0xEamZvaG91dW9fOVk0TkxReGZMdjhMZzM4V0RvZDdTNGVRIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwOTowNTowMC43NjM2MzAifX0=','2020-02-25 08:05:01.766983'),('h1wucb65ypnm0tolif9efy97jndsfxhv','ZjQ2Yzg4OTMzNTZhMDcwZGVhZWMwMTZkZDdjYTliODQ4Mzk4NjJhNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUJ4V0QydlhVUVFOanl6cG1NTnVuWFYycndLLUxveTJDc0o1X0JCbW9zQWVnMGFfa1RsWV8tbncyRHdwM2dnek52YnNaOElnYVVTTkJFb3hkOTFiOTU1THhPOWF2MWpPdjNJRm1wTEJMME5vNjNqZnRMc0JNZHlTalk1WkVkSW8iLCJleHBpcnkiOiIyMDIwLTAxLTE2IDA3OjA4OjIzLjE1NDg4NyJ9fQ==','2020-01-30 06:08:24.159382'),('h26o0c1b88gkyyaliqbtxviwiy49nrfa','MDY0MDk5N2FlMzdhYTNjYTc1NjA0YzE1OGNhNmU5YzcyYTdmOTAxYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ5ZHlqZ0NHVFpUU3lrdXNoSXBxQ2FCY215Rkl2Y3hfUGFMN0RzNGdRUlI3Wm5pcHlLT2M0dFV3aHNTbUJoS2o3MXhDU2h1S2JQTXpXS1FySFc1ZHlWd2F3MGU2c1V6YnROa0NYWm54RVRvSktGVEpCYkNacHU0SEZ3dG9XYWsiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDExOjU3OjU1LjgxMDY2NiJ9fQ==','2020-02-06 10:57:56.814053'),('h3eqpe7k03slcyevc8918pqupg5ltb0g','YWE0MmIwMGU4YWM4NmZiMzIxOWZhNDZkNjU1MTRkMTMzMTMwZTU3ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI3Y3FsVDZXa1Zpcko0YVVZamNkS05JeTMwdk95cnJsMFlZTXFKaHFNM2FrZlZaUzNFRXdhWjdmWjEweWtKOWVkbGtXb2xKYXdkM3RDQU9oakdCa1hUeXl5ODlZYnhTRlloRGUyX0xKOWNSR1pWVzA3YlRTcVZXTWNEUjZHMWF6IiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoxODo0MS4wNDkyNzkifX0=','2020-02-23 07:18:42.052781'),('h3vli8ug1ehrrtqvepcuibkzmhzg94gq','YTI3NzQyNmJkZDlkOWU0ZDhkZDEzNGQ3MmVjMDY3OGYzM2JiNTdjYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI4UFNCN0NnX2dKWjVtSzA2Um9FTEVtMGVfNFd6aGR1aUFhZ0JJRnFHNElhbHZhaHFFelRqcjBqajBiSmN3OFVUQjYzVTZDeXpuZlhfalFhV3ZQY0QxbUdFMXRqU2NETm5JY0ozYTR3WnFWeHRzLU8xMFFkcXBEVno4TzA2Y3MiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjAwOjMzLjg5MTEyMCJ9fQ==','2020-02-17 11:00:34.894643'),('h3xdcbqdhe873surgc9b2igr19pvhwvk','NjZmMmI0MzdiNGFhM2QxODM5Y2Q4MWM3ZWI1ZDRkOWM0YjY3MDBjMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ5ZnpvWl9fQWUyRXBrWjdJNDZrNFhkTnJaTXZtSUhlMmQ3XzYwZlhzazZvcUlONTcxU01HeVo3bnJKWGFRRUk2ejFNN3BuT1J6NGZaSzNNU3Bxc0VYYXpYS1RQdDdXSDVnd2RCcXR2MmNUd1pWcjNfVTNSakNZV0lla291ZzRHIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo0MTowNS43OTIzNzQifX0=','2020-02-24 05:41:06.793401'),('h4w23rgvvr6bib4ds8cjh4lbs0wj4t05','N2UzYWVjNjQ5MjI4ZTAxMjkzMzZkYTQyYjU5MTZhMzc0NTQxZGY5Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVWQ1VwREhrTmxDc0hpdGNSWTYtY0ZseFMyM0hwOGdveTJja0JITExyaVlPVnk0bTVoRnVSV3pVNW9ldUtlNThyTC1WUllMLWlUbmx0YllhV0Y4c0VOZXJfOFFnNHpqaDZZeVNDR2Fyb3ZkOFdDZzhmanRjQzFfNlNvWFVHTzVMS3UtMV8tOC1OVWkxSnhVQklVLUVhci0yaHN5azlnVjd3IiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxNDoxMDo1Mi4yODgzOTAifX0=','2020-03-29 07:10:53.291862'),('h50qi3f3wu5opj3otuset8pd6pbfldtu','MmYxOTdkMTQ4ODkyOGU0YmNjNTI2NzQ5MTRkZTNiZjJjNjUzMjY4NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIzMWk5eHFYdE5oU0NtRUg5M3g1Vkstb01Nak9zZk5zT1hpMC1XbTd2Q0pyQ1A5TGNQaWVuSGp0LWNCNXBKeDBjYV9sMHBpaFlRVlFRbmlONEpLa2Y5TVRwUFN2c0JQQTVleXZCalpKR3RkYzhHa3R1Y1A3NW1NXy1XQlR3YVUiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjUwOjMwLjMwNDcwNSJ9fQ==','2020-02-18 05:50:31.308179'),('h54n0lvb80uunwwo01ts3e64penvzinl','ODBkMWJlY2E2YTlmMGZiNmQwOTkzZjEyYzY1YWRlMDY5NWE5YjgwZTp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIiwiY3JlZGVudGlhbHMiOnsiYWNjZXNzX3Rva2VuIjoieWEyOS5hMEFkdzF4ZVVoeHQ1ajRzdTBobGlQRy1fb3VvdFNobXdtdENIWWtHUk0tbTJmVW5WTHBBNVdFVHVvcURMeE1tT1VsZEIxUUJKUXlfclA5U0xCbm1XUVpzZk83d1hoRUM4YzY0Sk9HSGpUR3BSSF9RUGk0LURUTmNHX1FBWnJ6a2h0Qm5fenZZU3JqQWlSOGtrTC0xRmwzdUpIVFNUMks2eFI1YkY3OWciLCJleHBpcnkiOiIyMDIwLTAzLTA5IDE3OjMzOjExLjcyODYyMyJ9fQ==','2020-03-23 10:33:12.729174'),('h5dtls7cck56c4aoqyl42fa22x985o9v','ODRmYzEzZTllN2Y2ZmEwNjJhMDc1NGM1NjMyZDI4NDUzMGFiYmViMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIydFBwMExHQ0pGbTkwRWc3WFZUVUlDVHc0RXlqb2VfazVmZDdJN2VXcHg5RnhiSWlRVUZjWWhlWkVQZXhqLTFGTGp3VHBMTS1CWkNRRXRrcXBjRXB4U0Itb29aM21ISHYyQlo0VWh3TVdFeG84UjlhRkpiaGRsYmN1b19fMG8iLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjIwOjI3LjcwMTU4OCJ9fQ==','2020-02-17 12:20:28.705059'),('h6iw5rxuopt3fgcxfro0593jahhqfg8a','N2M3NDQ0YzQ4NWMzNGI5YjQ1YzIxZDFhZjM3YWU4M2RjZDc1ODAwOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEJfY1NvT2xlZFZPcGk4VWdSUlZ2Z1N6Z1MzU1Ffd2poUjFBbk5ONUl0VDJVZS1Ya2dNVDM2N093YlFvXy0waGJySFE3UGZ0cGEyTkNMZkpHaHlxamlEMThmb3RPZnB6RzE4RFZwMjduWU53V3c0eXhYaUNKTUN3X04zM3h1TFkiLCJleHBpcnkiOiIyMDIwLTAxLTA2IDEwOjA5OjQ0Ljk4NjIzMyJ9fQ==','2020-01-20 09:09:44.987508'),('h72pub7no8yan04b5xood0mkjeo78f3e','MWZlZjQyNGMxMDMwMmFjODc2ODBmY2FlZDhiNmVjYmVkNTI4ZDc4Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J5TTRzVnJwaEJfbzdLdnhQSEltVWQtaG0tMktOeV9nbWs5VVJJOXBhaFREYUVLZjM1UHZCX0lCN2ZfRUtRRDRqWTV2bGR0WUV5ZEFpMlBGdHktcFF3RGJWRnF3NmhiTWRpTXZ6MjFZQXF4czNSS1U2VVB1eGpaUEpLVkFBX00iLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjUwOjM4LjcwNDkwNCJ9fQ==','2020-02-10 07:50:39.708242'),('h8wefthkuhtj4ugq5tp8hfpe1opcc4i9','ZTBkYzVhZjcwYWUyY2ViNWI3NmUxNDU2NGYwMzM0NTM4MzQ0ZWUwNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I0Nzl5bDE0YTVqRkdta3VNRnVmLVJiUkVkMmRFczNTQzdUamZ0QXd6TUZfcnRjdEhacjhfR0xqRXhLZWRKMUtjekxFZjFWZFJjSmtyRlBuX1FUT1prQ24tamVYRVo0YkcxS3FkVnA1bHZzbWNiU1JaZnBZWUZoQnpxdzByYXciLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjAwOjE2LjUxMDg4NCJ9fQ==','2020-02-13 08:00:17.514377'),('h9crrqkzu2l8wyj1qgyekvjllbg7xh2p','MDA4NTVlM2ZmMmU5MWE3ZmZjNmYyN2MxMjgwNzBmZWMwMmU1YzM5Yzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ6QWFIaEt4eFVxQ1V2SDdvbUxNeGhQbXhmV0F1R0hYbko4b1g1NVo3aWVVNDVYSmp4MmNzMFlQX3UtdzJrOFNDMmlZNkc4N2s1RTFRM2ZXVGV2bUc2ZENqNFEwTGlBSnhDYkYxVkJ6cUpXUFFvT0hadnhEdzNuT2pYcnJLVWciLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjQ3OjQ4LjEwMTI3NyJ9fQ==','2020-02-06 11:47:49.103478'),('h9fp75giofqvpino07dvedldn9owyjgo','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-12-13 11:25:41.672298'),('h9pmnyksaamn6snpuwjd4l0ej0ripwap','ZjE0MmEwMjI4ZjgwMzgxMDJmYjgxNTA1YmIzOTVkYzczMDZkOWRlMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEJ6LTc3dG1uYzB5cVhrTjFkUE12UV9kdkVUT0pzSWpXSzY4ZDcxeUp1eE9sbXZKQ0lZbnp4MU1FTXotanJyLXo0S2RfbVB2QW5TREwwZTJHYU12ZENDMjF4SHU2RXY1Z1h0eDRTWUVsYU1XMmlCRzdJT2JnX2RIWXljenl0SjQiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjEyOjI3LjAzMzIyMCJ9fQ==','2020-01-23 07:12:27.036682'),('h9vheizjec2rc34bumn3c9vsxhyfw6n7','YjZhNGUxMzIwYzY2MjUyYWZkYWU4NWM1MDlmOGMyYThjZDAxMmE1NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ6Ujd5SVFYN2hDNVRNR2pjVVdRU3VhZE5tQV9lVVZhWW1vTnFLZllvV3Ywbk9JTjVMWm0tSUh4SkVYY1p3dl81N01tOERjVlZLanZTVlhKQ00tM3dPSUZPUmNla3g5c1ZMZ1R4cU5Eam1qU1I5RkNab2lCSGU0NVRNbXJiamciLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjIwOjA0LjIzOTE1NyJ9fQ==','2020-02-17 12:20:05.241187'),('ha6s7ilclyv22dye6p5am5gt5h8b2d1w','ODA4NjZlZGI3MTU5YjE2YTYzMTZhNWE0MzNiNjk2NDUxOGQ4OWEwYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIwWUhtQUtpLXQ4VVFTbEJ5TUN0N1NxbnkxN0E4ODRheXd3VEgyWkZMV0VvRV9LdjR0dTRnMGE5ODVIYWxZTktUZ21tek9LNXk2bFV2R0RzVlNUMHJYdGsyOWJhaEdxWE44MVBOX1otU1F6NUtUVk5yYmdJOVI2VEtJY0gtUVkiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjIzOjM4LjA1MzI1OSJ9fQ==','2020-02-06 11:23:39.054403'),('hbnrd7l5n4uba62kvap55ajqplmtadau','ODk4YzZiNTliYzk5NDQ5YzBlNWQ0MmM2MGJiMTY2YzQxMTJiZmNhYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IwdDE4UlpMa2JLRUNiTmFPeF9DeEtrOHhnSWhwY3R2NnBLTl9lRFhoZDAwVG1MVnZ1S3dmX1FTMnZqLU1MVkhQWFhleER5dU9NbzdVRi1BaUNqcnh0TEV4RGl5aTV0MDVWdUlIbjRha0FXUjdZQkxPNmVVSXo5Wk8xdjR0dTgiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjEwOjQ0LjQxMjIyMiJ9fQ==','2020-02-10 08:10:45.415643'),('hc0srmsmhn3cpuwct6rztcz91dbltqch','NDk2ZmQwYzdhNjUzOTZkMmNkNGNkOTdlM2RmNzQ2NWU3ZGNhZDljNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSWwtNUJ5clUtNnpGMzFKQk5KQTdVUkwyX1g0aXE2N0FvY1hiXzNMcDBDbUJSWkpobHUtN25WUkF5UHItRmZzVVNqNDljQTJnNHMzRHF5UkFaM0NSVXV0REcwZy01S2NqU0NaVkpqS2tSZzkySzI4UE51LS0tR2xZNmgyeHU1TkRyUSIsImV4cGlyeSI6IjIwMjAtMDEtMTUgMDc6MTg6MTAuNTczOTM4In19','2020-01-29 06:18:11.577423'),('hc2orgf5itlnhisnx6iy3ttpn2iufwfs','MWU3MWU3MWYzNDZhOTVlZjYyNzI1MmQxY2YzM2Y5ZTczODEwYzQ0Yzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZTRsdkMyXzEyNURUVUxaS3o1YlBIZTN4SlZTN2NFSklkZE11YWpzWUJZRFczdXduUlB5X3pNX2VHbi1GUWE1N05ucjNVVi14UV9FZEZhaXBVaTJEXzNwLTM4ZlIxSWNZaUhUMmVtRFJDT0tUYkFQREVsbkF0c1JPc0RxQzZja2o3V2RuT3huTG12NTJaa09NNjRwVjBIQU5TUWNYNDMyX3BzMlFRIiwiZXhwaXJ5IjoiMjAyMC0wNS0wNCAxMzo0NDoyOS42ODc5MDQifX0=','2020-05-18 06:44:30.691241'),('hcjt6ut7d5ydblu8znholpebaj1u54cg','NjFiOWVjNjIyY2NhNDhhNTI1ZGM3ZWI5ZTg4ZTljYzkxOTY1ODY4Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI5bTBmeHYxQ2VTV1N5b1g4NUp2ZFpOR0ZKVE12WmdMcnJQZGdVZ2JJLUlIem1GT3ppLTFUX0Rra1NTNE5xd2tIemViSDV6akFzNXEtaXdqa0hfSkMybVlBZXN4eVRpWUZzT3kzOGhYY0RMa01ISFoxc3lxSlhYcWZFdUNWQk1IIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODo0MTozNi4zOTEzMjEifX0=','2020-02-27 07:41:37.392435'),('hclrj41wxry0ols9bggvqixjsoxlfnw6','ZTAzYmJhZTJhZTA2MTU2MTRjOTg4ZjU3ODZhYjFlNGE4N2U1NzNiNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI0X3pjY1U5V1VXTGxiRnUwM0Rib2hjcHMzaXg5UngxY3hwaXVrTnRvcU55MHUyT1pFVnpJLWQyNFF0MmdJcWlTNG1TeEt4ZWFWRFdVUXFpbm9YSmQzT0lfMjc1WlVhUENnVUlyaUpkQmlQcWJvTkVZdTQ2NURaQWRXRXl3a00iLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA4OjMyOjE4Ljc5MjY3OSJ9fQ==','2020-02-20 07:32:19.796092'),('hdywgli7bplfjt0ob5huaeujvkd6e2np','ZGMxODYxODY4OThmYjVkZTJlMWVmNGU5ZWFmMzk4Zjc0NDViOWQ1Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI2WjE4ZlMwVmZuYm9KTVlNVXZnXzRTblBJbHVKTDRJN3Y4WUJ1UlRRNWZXYWZDRkNiSm9QR3BqYlBMQWp5dFc3bEdfaC1lZVV0V0pnakhCbjczX2pUX0J4ZXFMYU5EbFRFUElNRFoxNTBub1V1SXZmSWp4T3R6bXRLWXU5M0kiLCJleHBpcnkiOiIyMDIwLTAyLTAyIDA0OjU5OjI5LjAxMDI4OCJ9fQ==','2020-02-16 03:59:30.013985'),('heeag6i6jwri8vy4591l8bdp2nxxaweo','NTkzYTc2ZDdhYTFmZTY2MzY0MDcwODM4MjliYWE0YzkzMzQ0MDIyZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIwb2VLRmdQeEdLNHBzclhpYTdiT3dobHJab3ZKVklkWTNuTDdUNFJjLUdWN3ltMjlQT0J2eVJCN0FlcjJyVmdJSzk5NnVDcW91bnplYmszTVphZHp6TTRSLWQ5eUY5R0lUaGlDQ3Y2MzBaTm51ME5STnhfU21rYkxjNXlIbXotIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoyMzowNC42Njk5NDgifX0=','2020-02-23 07:23:05.673571'),('het5kes6f7iqotp40ycybav9xwr07yg0','ODFkNWI2NTZjYjVlOWNjYzhkYzg5NzU3NjdhMTE0YjNlNmFlZGVkYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZTRsdkMwbVczQWctT2xXWFR3TnFsOTdrVTRjUlVvM01veHJNU2dYY3ZackVSXzMtWTVoRDdPT1g5eEtWMTZoX0dFbDdnNkZXMExFNC1uTmxFNlRKb1RVUUJ3T1JUNV90czZEYjFaaERrSUNYTXRvMWo5QXV3Q2NxRy1INUk5NGpNcnpyMmFEM1ZZUlJ5blNKUXlMREZobEY3RFRHczVxb01lcll3IiwiZXhwaXJ5IjoiMjAyMC0wNS0wNCAxMzo0NDo0OS4wNDE3NzYifX0=','2020-05-18 06:44:50.042958'),('hf65nibtbtsf1fqe0m5dqznfluojf926','NWU3YjMwMWY4Yjk2Y2QxMGI4YjJkZWU4YTk0YTM4ZDNmOWYwN2YxODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZTRsdkMzNDI2bXZnNVFjenZCaW5Cdng4OTlDVHFISjlLbmhRSHpTS1NCZHhMYm4yOWxBeldoVTdVTS1rZERsX2V1X043YjA4bktTNERmb3kwU3NmaTVVdGl6bmRsWGxubmpEX280cjU2OGNoSlF6c3BuVDUxWkpEdTNnWjJUcmpvU1RwZHpIc0RsTTFHX3kwYTl2SXhxRmZ1QkVQMkpfcXk5QklnIiwiZXhwaXJ5IjoiMjAyMC0wNS0wNCAxMzo0Mzo1NC4xMTAwMzUifX0=','2020-05-18 06:43:55.113474'),('hi4j8wgb5shhia1li178i2syt4w4p71y','NzZiNzNjNjkwYTJjOTBiYTIwMmJkMmU5ZTVlMmU0M2M3ZmNiNDcyNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J6N2t6X0lMZmV0VmZiVWpCeDhWM3NkWnZsV0xNZFZaNkJTM0xObW5tbG8tYWRZYm1uYTRYaGxMQVR2b3JiV2dvRUh2MzRSSkpJTzc4SzRJeDcxR2VxYlJkRV9RQ0Z0VWplc2tJUVlHREZEX0NET2tnSEViVHdYV1Q5QkxQRkkiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjUwOjI0LjgzNzY5NyJ9fQ==','2020-02-10 07:50:25.840984'),('hj2hex1mdv1ygdpp67sv9j7j3ymrnf00','MzVhOGQyMTJjYTRkYjI3ZjI4ODcyYzhlNTExMGU2ZTExYzQ5MDAyNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI4ZFhsVklxUXA5RUl4amJTRThkTS1XQXFBTHI1eUxsUUdFeEZyNHlHMHBORm1VM3B1SDFJOFVqQWl0T0ZpeFhYRVhVaWM1QjRCak9fanY1UnlWODJmRmhqVkthOTRXcGZsY3R6d1k4OWYzWU1GRkppNWFDQVNUbFBIakptT2FCIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNzo1MTo1NS41NTQyOTIifX0=','2020-02-26 06:51:56.555285'),('hmea0f1l19iss7qrq8q13yd2lgvmy8fr','N2JlNGRmMjQxZGY3NDg1ZTg1ZWJhMWVhNWM3YmY2MTAyZTM4MDNjYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUJ5NHdNVGdrc1RHRndwbE5HenZNVlRxUF9FcmRHaVZYUjBiNGZCZjNiMkFoVE9Sd1cwaTFGU1pqVlFQbVZRTFJ5aDdwcnNmRjRPV201ZW5mbi1Ic3B4Mks2OHYzaEVnbWpHSFRxZ1kxRTBpdzFUbTNDQVBMZ3JmMk1fbDNfMmciLCJleHBpcnkiOiIyMDIwLTAxLTEzIDA2OjQ2OjIwLjUwODU0MCJ9fQ==','2020-01-27 05:46:20.510784'),('hmh8hlimmicv9z9pl7kdaurldnzjbb70','MDc1ZDMyMGY2NDZmY2E5MGU4MjVjYzA0MmQ1ZDhlYTg5ODRiYWYyMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IxUkpQMmhUREh0MDlnN0tseFdPa2tNZUZNWmVJaU9DYmJHOGVZZTktMncteWYxTjZRNHlLeVoyeExMUi1XQzhTWGoxVms3T3lpN2F1NEFvYy05YTdrRnJYZnNFY3JoQmxqaVgxdDQtMTZyUDQ1R191Yk95MnhKSENlWGxRcUkiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjEwOjUyLjE0ODUwOCJ9fQ==','2020-02-13 08:10:53.149585'),('hnbv2x31mcql54yaw3zll0p6troye2qo','NDFkNmExZGUzY2Q2NzUyODNhYWVkYjI1MzRhMTRmMWY4ZDllN2JhZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI0cEpQUVJXUUJWUS1ESG03amYtQklmWnU4VU8wN3dKZzNqR1pDQUVOOWMycGIwM2lBeWVfX1NyVXFhcU42MXpGa1hPNUZLS2tiRkZ3YzJ4b1FjQ09RaFo4el9QRE1lZGN5NEgwN1N4YkpsZ1VtSjNFUkhXTDBhNllLZEZkSndmIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODozMjoyMC40NTc1MDIifX0=','2020-02-27 07:32:21.459048'),('hnwqohji5twq3pt0x1exntw6499d1rys','ODE1NmQ0MWM5OWRlYzZhYzA4OWMwYTVjNmJlYTlkOTA1ODc4NjY1MTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIxN1ByYWJPSkdqZFNxa1FibS1ra0NvQ3JBSl9kQ2hmeUNPWmhaQThyb1pndWFwTlBXV1pLSEJDVmRReUJWX0xGOWQyVF9WWVk5YTRrdnMycmF3RTNHblRVOVRweEFiR01EdUZwMXNVUmRoSXlQNXh2RUxRMUl4T0VEU0w4cmhLIiwiZXhwaXJ5IjoiMjAyMC0wMi0yMCAxMTo1NTo1MC4zNzc4MTAifX0=','2020-03-05 10:55:51.381520'),('ho879ntsstgm21488e1xfdo6ijcgtzyg','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2021-01-04 08:54:33.931273'),('hovdl2n1lmved2f1m2etlilvh8mj70w6','Yjc1MDM3YWY5YWExOGEwY2QzOWQ0ODgwYWI1MTYwOWNkODYwYjRiZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ4SmExMmxKUVdmN0c1bmVGbFFJMmdmNFJkUUlWRktHcUlYZGhwSE9oNzFhWkc1RHB0ZUw3MmxjNjRKQ0Vtb0VwdVNiTnBob2lvbUd1OENwaTVjeEhweFRsaGRNT202Y1ZhbGdod0piam9LUnlSRTdCQlZGWDhoal9vV0FlLVUiLCJleHBpcnkiOiIyMDIwLTAxLTIwIDA3OjE3OjIyLjczOTEwMSJ9fQ==','2020-02-03 06:17:23.742456'),('hqysv9intvudu6grsntjj3084jrmgszt','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-02-18 05:59:52.400868'),('hs1pdcj3etmtk3ii76mh4qy3ixm1erqv','OTM5NDZmNGIxZGI2NTEyMzAwYTdmODM3YjQ4MWE4YzkxMjAwZTgyOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJfTlNOTnVnaU53aFBaUjZrOWJKdjg0SnIxOWJoUkdiQ2QzTzhTQnpsSW5rcTN1dzQ3aGNNdEVHelYtRl9CQnZIbHllc0pjNGtobDFSVWh1ZC0zdEdmenQ4Nlgzb0RDUHhBWVZFbnpjSllPc0t2YWNGVFpiTWVTZWtXV2pqY3A5IiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoyNDoyMS43NzA0OTkifX0=','2020-02-23 07:24:22.771871'),('htgcha1jea8i4byl0gblmdi0xxag2k0i','OTdhNjA0Y2QwNmNkYWRmN2UxZWRlZmM0NTIzNjEwMjJhZDA3NzZkOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ5UV9sREoxRlFBTkY3dWpRY3lQeEtPUS1Qb3UxLTBFZWV1bHFyeklCV01PTTZRSnlOX09hX0FZTThZbHVfMExPZmVPMndfWkd2VktvbnJweVdDTVlMSHdubEp1bHB6cnpKankyWFQ4bEdEVjkyYUdNVGlvajVtWm5tcWxMeGJMIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoxMTozOS44NDg5OTkifX0=','2020-02-23 07:11:40.852357'),('hv0rvfpxaihc50j4lva2noyif1wqhf5k','NjRkMzAyNmZjNmFlNzQzNmQ2N2Y2YmNjM2Y2MjdhYzQ0NjcxOWFiZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUJ5TnpwZWZSVHdMbUNXZXRmQjhhWnhDSXNjeHUtbDRPOW53Q0hMLU52clRRelM0ZVVGbDVFNlIta05CMk9YV0F0c0N2WFNqcmU5ZW5hTkNpa1I4bnFpcDU5aDYyUmRRaUdrTkRIQm1DQ05KMmdwU0h0Mld3TklMY1BqS2FmZ1kiLCJleHBpcnkiOiIyMDIwLTAxLTE2IDA3OjA4OjEyLjQzNjQ4NyJ9fQ==','2020-01-30 06:08:13.440001'),('hw4ezbrb68jmcmi3omw5vujxj33dn168','NGEzNzM3YWE2ZmRhMWMyMzlhYTY5MDNhZTBlNDgzYzY2MWVmOWNmYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI0S29mdHNoUlBVQ21MWG5JVjgwbnRPeEJvR2tvbXczMjJ3alFPdGhSX1lLMUtWS0JTcTlaWUZXblBUVDJ3RFlxOHFZREpDSVkzamU3WkhMRlhWTFNEMnA2djFUXzh4RG5ISjB0c2lPUmQzR1IyUmdwYno3cnBWWlRYQ1YwMHMiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjAwOjE3LjQ3MTMxMyJ9fQ==','2020-02-17 11:00:18.474824'),('hwwkpsw53dl1elu51ep6n5kj7aby5d2g','MmYyNjc4MjI2MmI5OWM2YmZlYzgwNjA4NmMzM2Q4NzA5YWQyZjliNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUItUjFzbmFxZlgyMGJSX1diekdLTzkxdjRwMmFBRk9YTUtTZkNvbXJtVzNZTFZHeUhrREJ5b0xTZ084blBaOE5IOUlFSVUzelFXUlpBcEs4QUZ5S3pLZmZYWGhxcWJDMTVSWUR0dWt1RXJYWHR0V2gxM1lQTVBEekJsZWJLYjRNIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzowMDo1MC45NTU0OTgifX0=','2020-02-23 06:00:51.958911'),('hx3hfh7s9odi8zovy4ja8m8j80iutnnw','NWFlNGE2ZjNlMGY3MGE4MmJjZGE5MWMzNjUzNThlODgzNDA4MjgyMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI1aUZjWkNiemluSnl4b2swemdIZXplNG02VE51ekd6eGVNMkRkQlR1M0U5Mk1fNU5VX1ZFNDRFdlRabWhPalJ0S1BGQ3VpTUtxS3Z6NHZncU9mOEFzYnB0dC1wN1lPVGZHb0xRRnBlMUlPVUhWQVFHSERsWGxJWjZnQk5HYzQiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjMwOjE3LjA5NTY0NSJ9fQ==','2020-02-06 11:30:18.099202'),('hy10v13x90pk5131fcajrctxexq8hi50','YzJkZWVkMmFhM2YwOWNiOWYzZmM5MWExYjRkYzQ3YWI2YWQ4Yzg2Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI5WW5tcTFUUmdIYjMzVGVoLUtsay1QMXRjTm5JdlIyQ1ZfUzk3WlF1aEZkNlpwUW1LcHJ5TTB0clhMR0RFdlB3b1daSzU0WWN0MEZnZHJ3ajdHTE1uTXZqVFo5TlBhbEUyZ2k4bGxXNFE2eTI3T2xNcXB6TWpGb0ctU0hyNldnIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODowMTo1MS42MzQyOTAifX0=','2020-02-23 07:01:52.637753'),('hzwn38g6h81nfx182yionuabquaoh99l','OThjZjkzYzEzOWU2OTkyZDBlNWNlMDc5MGEzNWFkZTI3ZTA3MGZlZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEJ3TzFsV1cyWWlkQTRSenFPQXg4NnI0UGwyc2ozSEFpZmUtWngzaUY1c1JHcnduc1oxTWJockVSWHN0UTIzNVcwbVVicU1qNXYyLURXQktWNkJ0V0FZUDRDdnJyUldBUGhYemozRU5Lamk4SUZROGo3Y2pXOE9hREVYOFVublkiLCJleHBpcnkiOiIyMDIwLTAxLTA4IDA3OjEyOjA1LjMyNDU0MiJ9fQ==','2020-01-22 06:12:05.325737'),('i02bdf4ia9xv5huxmdppj0xz0m4fggzp','OThlMGM1NTgwYTljMDk2M2MwMDM3ZDc5YzYyYmVkY2RjMTJhNWZlNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIzRXF5eFBId3NpSWZkTnVSWDA3ZjdWNW85dW4xaXNDUmpuRU44VjRYYjlob1pYcWU5dGJYcGxwaGptWmJkNkxlaVRrUFdnY1A4bUVZNWs3blgtWXdrc3oteEZ1SE1BMUtRZlpBRFdONnl2RnlqUDZiT0p5dVJ1OFFjbHZXMWciLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA3OjUwOjQ0LjE2OTk5NyJ9fQ==','2020-01-23 06:50:44.173422'),('i0j9t7i6rjf899mj1bwcbpnkso85kwzw','ODg1MWU4YzdiOTc4OGM3YzU0ZmFhZGJlOTI0MDU5NjU0ZGM0MjNjMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ4THRiVy1fNkFKZjEtUHFxMmE5a281eXVjR3dObGhsSU5TSzFyUE1jVmJSS09ucFN4c2ROR3V3SV80a3VXY0tBRlRVeEpxbFEzQS1UTXZZTmwzT0dnT3k1WE5kbWpIbTZsQWZQcmo5YlRnUXJXMDNZazY3U25WU0lzNkVIc05SIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODowNDo1Ni43OTE2ODIifX0=','2020-02-23 07:04:57.793119'),('i1pqlc5yvm8178v6t6mdskjj2bxrl91r','OTE5YjA0NjVhZjg4MzVlYjE4MTI2NDA4ZDUzOWFkNjU0ZjI1Y2M1Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIxV19DMW9wQnNWR3lObXF6cmQ5Y2wwNEE1dmhzbGpwdm5iRHo4UkVMZ3VleEhWSE94cWRIQ3ZxYWdBdENiVk41bmI1SVBkaWdUUlFvV211NVlfWngyUmVYTFFLaWNRbWxUbTZqZ0paZVo0WEQzS25yTjI0UTlRZzBGTlBIRFEiLCJleHBpcnkiOiIyMDIwLTAxLTA2IDEwOjI5OjI1LjIwMjI0OCJ9fQ==','2020-01-20 09:29:25.205724'),('i2dzzv58ty2nf9qt4ytj12ew671slpn6','ZjEzOTYwYmUyMGJkMWJkNDFjN2M3MTYwNmY2ZDhlMzAxNWJkYzg1ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I0UmdIRTBNalFoY0VaeE44cDY4WXdGNDFYRjRWSkhEelUzVl9ELXRnSy0wVXR0eW1yWUxzWXo0MVYtOWg5NFBLSmhiNUctTC14LVRRcEpjUmRYR2pPeGwxN09LOXkzTzJlcklBdC1ULUtXVnRST2lQQjVpY3pRRkFBOXc1ZFkiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjQxOjM5LjY4OTUxMCJ9fQ==','2020-02-13 07:41:40.692817'),('i2hip4nq7i30vatsfqkv3686mwh34ts6','YTUwYzY0ZTg5MGMwNmM1ZTIxMTU2YWUzOWQwNTFjNmM1MTYyZDgxNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ3ZEs5aW8xR0dsSTFmUXZpbEZoZFRxNXFVNzVwSWhJdk54M0dESDN3U2R4c1VTZ2ZJVDU0YUdLZ0c3QVZpWktMWXVkYWFhNHo1dmVOejRxQXJHNGVwRXI4Uk1WMTNGTTVMQm1BT05XT3c0YnI0aVJYSjM5TDJLaXRXdm1mX0gyIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwOToxNjo1OC45NzgyNjEifX0=','2020-02-25 08:16:59.981773'),('i32p68qw8jvqj7uxa2v9k8g8g6l181nm','Y2Y2ZWVkM2ZkYjllNGVlZmEzZTU0OTIxNmJmMzVhNmZmMDI5NWIwYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIyOFVpM1l0c2lZVHBuekpOTW1uUERxdG95SlFGQlhFaExsZjB2ajl3MXBMUGFTeGd2bDBmbWwtMHFGY1dnUDBWYXNJMmJPS0pEVmxVR3RTWTI5cTZVOG4yZVdzZ3A5c0k0azhvY0RuVEY2LXVFVjRFTjdfd1RBLTRQUk9CREp2IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwODowMzoyOS4xNjIyNjgifX0=','2020-02-26 07:03:30.165838'),('i3gn27stqudd43u52vpza96i7uw86tbq','OTQ2OGU2MzU1NmE4OTZlMTU0MTg2MzZiOWQ0MzFiYWZhMjUzZWE4Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J4REplbVNpY19QYU04U3ZkSHk3ZUlSM2tMX203MTZMNDBsQkswZ1lXdHJxWHpPZXZOT0lVQ0JkOS0xYkc1eG12WTVIMXpBaGp4UFd2S1Fqal9iUTJiR1JMVUVzOFl0VFZxNHA0M0swVG5PdXZuRFN1dWZHM0ZxLWZSRThFVTgiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjEwOjQ4Ljg4MDM2NiJ9fQ==','2020-02-13 08:10:49.881444'),('i3mmg7iwhlm6d5lwyff712q0i68c0u4n','OWM3MjgzMWQ0YmExN2YxNGI4ZGYwYWQxNjE3MmNhYTRhNzQzMTEyMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVVOHkwWmlDZ2RPNG5ySUVSM1JEMTdoV0ZXSm9yZWhCVlZQM25oZXZhOWRweHZrS1gxVFFpR3JlbXk2bTdfeEVBR3hIaF9WcGtpWE85cm9Ta2JOakJ6blFSei1ZSWFVS3hqWTlRXzFuNmZoUmJjSkEwTU5hN2gyckw3YkZoV0VLTUFEenM1cjlIb0xhUXV0ZmdOX0tmZTF2WGxSZEJRZ1B3IiwiZXhwaXJ5IjoiMjAyMC0wMi0yNiAxMTozMzo1OS4xODA0NjEifX0=','2020-03-11 10:34:00.183999'),('i4xiiniekucf6tyjkmi1i7akas30z4g9','OTg1MjYzODUxYzU0OTUyMzM4ZWVkZGI5YjMzMmYxMDkzMmIwYjdlZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIwVE8yNDFfVWl6X1kyMGc4SmtuZmRkaC1CdElaeXlSTnBnM3ZDc0NJaHp4TE44SDZpcXhVbTNIRml5MTN6ekVtMXpQeXMxYmlLdWQwRmp6SktETW5TNHZfOS1MYmdBRktkZVJOaGNpNTF6dVVNMHdtMk5McWVvaWxoakdKUFhfIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo0NzozMi45MTk2MTcifX0=','2020-02-24 05:47:33.922976'),('i7zanj905m44vnst98l8cr9juuh8phlv','MjBkNjExYjdiNmZlNWRhYTM5MjNmYzRmMWQ4YjEyNWZiY2VmNDBlODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYbHJ1OGJ6cXh5blVzTGQxNlhTZTRZOVFkb2c0SG1CQmJnYTNWTTdGNEd0WmZYbVFpWlhrVHQzTnhNTXI1cUxjMW1VWmlSeTdaR2xyRXZsYnhWeUVLZHJyOUFjZHdoZTJENTNZckVnRHd0Mkg0X2IzdEtlc0RFZGRhTjVFWDYwWXUybTVYejBaaUZEM1k4M2hpd3JoaURkb3NVNmZRSzd3IiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMzowODoxOS42OTMzNzAifX0=','2020-03-29 06:08:20.697141'),('i81pp74o3zdvlg9a1ptyzmz4sqw8kz4g','YzhkMTYwZDc1ZDU5NmEwYmYxZWViMWE4Y2FhZTlmNDFmZGNlODljMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVWRnJSVC1WUUJJQUJqYzZYUjlMbUJwdUkxR0R0X3lteDNPRlA1MnJBa2t3UFhJXzh1VmRxdmhVN1JHNWRucUs5M0k5Rll2eXVpQ3VhMnZKVDFnMWhOd0tENEVnTVhETzZiMkxqM1NlM1NjbzV1QU1yazJuNDUwRy1iZWtwY3U0MTJGNlR4MUhITGhtR0FWRlFyQXFXZHhtRC14TE1hXyIsImV4cGlyeSI6IjIwMjAtMDItMDYgMDg6MzI6MDYuNDA5NzE5In19','2020-02-20 07:32:07.413286'),('i8ek9wy3ljqjq914ywqnj69je30xji0i','NGI3OTU1YWQzYjQ5NmU4NWE3ZDVjZDVhNDU4M2Q1N2RmOTNmNDgzYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ6YzFkRUQzaG5pQ2FMM0U4MXFGMGZrQWhCQ2hsZld6Y0laNWo0X1lGd1VLMFNwdkpMMlctbDBxN0NmbnJZVGszWV9PVWlUN0RjX1dNWnNVRVNHTTVnSl9EcXlNQ3pCVzI2V1JHNnhES0ZjLUpkMnR3bWlMZTYxUFRYeE1SbGciLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjMwOjQzLjQ5NTA1OSJ9fQ==','2020-02-17 11:30:44.498547'),('i8k9wcp0mnav00mxjy9pzpbtkog5o7f3','MzAxOTU1MWFjOThlMjcwYjMxMTY2OWNhZWYzOTI5ZTA0NTI3ZjFjMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI1MW9jUjZiajBFbnNHVnlqaVpack9Hc2pLTW5fZng1amxfUENDTjNOQTludWgzbW85am1maHZpRFpnQWFYSWlIX0lma3l1V1hDSUxHYVZGRnFNSktfbDNBa1pLd1FfNUVYN2lBd0dTYkpXbnBDVEdPS1pvR1picHVkZ2d0eEUiLCJleHBpcnkiOiIyMDIwLTAxLTEyIDA2OjQ3OjI4Ljk3MjMxOSJ9fQ==','2020-01-26 05:47:29.976209'),('i99px7fq2lpcx8xfw1y6sdk9pilw1n6r','M2M3YjdlZDllYmMyMWE1MDAwOTcwODAyMmQ5ZDZiMWNiMDNlNDFiMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI2QlFuT3VzLVpDUFhGVC1ZUURicmhMTzgwakIzZlVRbVdYT3JIQlBIT0VXT2tyWjRNUS1PZ0xMQ3lRVlRNN1RnY3N3QUNFWDRmNnBfWGprT1N3b3BFZWlXVkdQVUxESGphblBHWXJYejFYUDNVWG1YSmRNajVydlIzbmhXeE0iLCJleHBpcnkiOiIyMDIwLTAxLTA4IDA3OjEzOjA3LjMzNjM1MSJ9fQ==','2020-01-22 06:13:07.340011'),('i9cnfw8qvhwzjqzlgh8ezlii3zfrznbu','ZjZkNTU1MWU0ZWEwNGZmNWY0ZmQ2NzVhZWE4N2U2YTFjMzk5M2NkNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI5OEd5bkRNSU15TW9sY2tNblU0OFNoWUtPSFhHWlhvMGh4OFgwOG42TDhWbWY5eURKY3piM0lsVEJGME5RWngyOFBqUmpnN244ZG5NOUMzak1LU05xOWFOS0dzLTBwNzE1RlJlYWYwVWprSUIxV2lmUXhoV2R0OFdjMVY5bFEiLCJleHBpcnkiOiIyMDIwLTAyLTA1IDA2OjM0OjQzLjU5MTk3NyJ9fQ==','2020-02-19 05:34:44.595496'),('i9ffslzts9d488m90dri98p30r3el2rq','MTZlMDcwMTZlNzdiZmM0NGQyNTFiZjViMWMxNWMyMzIzYjNlYjlkMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI3TUNwc3RhUGZTR25CUlRQVzBKNllfWWdPbFMwRnFGdEhSdDlOc3hrSWRmVGhsSGNPTUdMRndzMDBSU1lPd0xfWHBTZWp4SFBqRUdXdUhleEM0MXdBZU4xRGJ6amVGZVlJVWRYY1RQTlByYVNEd1g0bDhlQUowd2x5TkUyV00iLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjQwOjE1LjMwMTIxMCJ9fQ==','2020-02-17 11:40:16.304762'),('i9y14ycl4k4uc2hyl68vlbxlzjeembbz','MzExMzQ1MTY2YzlmYWE4MTY5Yzc1NzQwNWY5MmFkMjY0ZTNhYTZkMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI2dHlWNTRUSURsaFprQW5XdWF4Rk1IVXc2clVxWlBIWmliVWNXX1pfeS1zaWNzMzNUZG92czBCLXBhUW41UWxONTFTRHVSYkJyUHAzSEtoay1qM01UZ0ZpRGpnRkIzalFtLUdtSXNXN2dzZDRCSVhXbHpFTGszQ3NMUUtmZEUiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjA0OjQzLjExNTYyMSJ9fQ==','2020-02-06 12:04:44.119162'),('iaq347v18heu8jv18acf6iqavubpcttz','NjQzZGY2M2Y5OGNhY2ZlMmUxYjY1MmQwMGFkZmE0ZmQyYTVmNDVkMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVVN3E5NHZTMm9ya1JtUllFSVlVd0d4QmUyb3R1QWZnelgtalI3RzlCdG1MSUxhd3dQb1Z5Qlo3QnZNb3BFZFFfSGVsLXc4Y2ZqRG5BLWY3dVplWEZ2LXYzN3hTRjFkUzlKY1EtOFNUUmZGbEN0cGQ2UlJhSXJtQnNtd0lPSEVib2pqWDFUcEU5ZW5nQnlQZTd6WXctVHpjR2UwOWhrMEhnIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMjozMjoyMi4wMjY0NjQifX0=','2020-03-29 05:32:23.027893'),('iavlg42iiqa1qiw3gxcrs03ff9q13xmx','OGRmY2FmMmVjMjJlOTU3Yzc4ZWQ0YWQ1ZGM0ZTAxNTczYTk3NGFhMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVWWFRpdVBHY0pnRDhRUFRSU3FQWTJBZm12WmphTmlTYVk3bXN2ajUybzBnak9HQzlBaExNNWJKcnc4QjR0ZDNud1NMbnNZekFUcjNDcXRNbTdBMkhubVpLQUZsNi16VmNoUm03SjgxNE9zcUdCWVd3TmJhY0RKdnNqYW9KQ3lMdXBqQ0FRSENmNk5NVThqRHlyZzI2Y25VQmI2dDJLUHFnIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMjozNzoyMy4zMzI1MzkifX0=','2020-03-29 05:37:24.336088'),('ibqcsvs7fj9rqda1wlcrum2a9z4u15gj','OTkzYmY0YjkxODQxNjg5NTIxNTAzOTRjNWU2MTdlNTM1N2RmMWIzMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ6LXBtYXVTa0hQTUJMZFVTSFZYajFSeDBUeEY0b3kxcHRCLU9Jb1paQVVVLTRrek9iaWp4M19uMDA4NlJxRVRQQjZlNl8tcl9uUm9faUZtem1HNENibl9JTHN2eFUybENVYVRRTWptQWxsYlU1Q3NwWUNpaXNkcTdVWTctZ2lKIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoxNDo1Ni41MDAwODkifX0=','2020-02-23 07:14:57.503532'),('ibs0bozqs0ar9sdxefngalmut3ll6r8v','MTY4MzlkNTA1ZmI0MWFiOTU1NmI5NDYyYjBkZmQxZDQzMmZhOTE5NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ4QzhCb1dDYWEzdkEyN3lqenlYaE1POFVoTkJUU0VVbk1vcUdEa0Z3b25jMjA5SlRLTTdpZDYxcDNpQVFQOGo1OUFGeWhCMzVVWm5pYmF2WnpuU2hYV2d5X0RoOWdrblcyb1JaZXFNNmtzQ1QzdG1td0luZzFKNjRzT0FiSWciLCJleHBpcnkiOiIyMDIwLTAxLTE5IDA3OjAxOjQxLjY2MTQwMiJ9fQ==','2020-02-02 06:01:42.662421'),('idb01gmdo01wslznskmsl493kdguzmvp','ZWQyYzk1YTRiODNmNjlhMzJkNGQ3ZGQxYWM2ZDZhNTdkM2M5YThkZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HX0I5WWJjU0dzUVhPNnRDcl9ydHUwalJsUnRDUDE0ZFN2WURuUDVwMlA5Q1g5b3dST1ZhZFItZEpkZ0xuOUZHY3RQVnY5Q2tzcFJBT3M2RDlZcmRqSlZrVHhfZ2RvR3J4UG1OVS1ERFM4bUNhTEFOMWp1bkNkZ1VuaS1IVzhsUjgxIiwiZXhwaXJ5IjoiMjAyMC0wMi0yNiAxMTozMzowNy4zNzMwMTAifX0=','2020-03-11 10:33:08.376775'),('idhv9oy78xwz61wub82ro1yhft3wflsh','ZDVhZjVlOWI3ZjliMmQzNTY3YjkzYTQ5ZGU5NGQ5NmZhYTgyOGFjMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZTRsdkMzOFFVVGNwVVI2OU1TSV85NEF4Ql90d2E4di1Xa2NWeUhGQVdoLVphSHZOT1NPS2V2UG5pN0ZkZDZFVEJSMmF4d09QNzM3bEtSY1VDS3ExQV96WWVaWTRESUdHZ19YV3NqYlY1Vm9GUHVKS3RzRzczZ0FnQk5LTVhXQ05pSFdpUi1RaDNrWDJhTmRPU1RwejFJcGYzTHVsUXhHQ2tYQkNRIiwiZXhwaXJ5IjoiMjAyMC0wNS0wNCAxMzo0MDozMi43MTYzMzMifX0=','2020-05-18 06:40:33.719787'),('ie5b0wcqri3prme733ukvp3k6cu7jhly','OWVjNWI5YWYwZjQ3NDRlMzVlNjY1OTZiYTEyOTUxNjQ3MWU1YjJkMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ5emp4dlFIeG1HOWdGYmlEMDl1cV91UGZwUHl1d2ZnUFBKc09DaFg1WWVHUWRyMnBXRkFzZGdMTFNLNGNXYXFUOUd3VkI1ZjJxRWRpNEZkMXpSd3NTSy1hRXB2R25TYVB3TmFVWVhWWkVfUG1uOTZvam95V3lWU3pldzJEOWc0IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNTozOToxMy43NzE4MDkifX0=','2020-02-26 04:39:14.778211'),('iezpnogoc8cp6wh3xwfcwplm8ptpiulu','MmRjZTgxYjYzMzAxMzNlZjNjZWI4Mzg4NTg0MTEyMTc4YWE2Zjg5ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXajZ1a2Z4a1NvS2gxMWVxUkhhVmFGR2E0S1p2blhxUHk5ZnFpcDlXQk5LQ2huaFVTcEQwN0tOOWV0Mi1PVDl5cURBWGVxQVBoMkp0bWVsWHk2VkJOeS1RXzZ0dV9QTTdVRmtZMkFqQ2ZmU2JjdWJJYlFRVHRkN1hJVGxYMHNqRDFrZU9xd2lVNkkzYldCNlVZVFQyWTFSLURYUU5ROCIsImV4cGlyeSI6IjIwMjAtMDItMDYgMTA6MDA6MzcuNjA0MTQ0In19','2020-02-20 09:00:38.607462'),('ifs9bdeq3rzfwdo5wgrykqbgqqf1gejp','MDQ1OTI0MmEzMTM1MmEwMmMxYjg5N2MwNGM0Yjg5NDgzOWY4NTg5Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZTRsdkMyQkZVNEZZNW14alc3Tm5VX0R1YjNtU0ZMcW1ubXF6bFNIczJ6a2JNVURmU25laGY3UlRYRmV6dWtQMHA2RW9sY0gwS093UnJ1YmZUaFo5QWlOVWhTUjJHNVEtRHIxU1pWeEJMNXJmeVJ1UHpRbk5NVjRmc21EdnhDSW5PVGpZb3ZvNVRveHFZdlpjbXZlU0hFVjk3a25kRElFQWtRUWtBIiwiZXhwaXJ5IjoiMjAyMC0wNC0wNyAxNDowNjoxNC4zMjU1ODIifX0=','2020-04-21 07:06:15.328979'),('ifvq5aqplw31dux4h9a3vw1wmpi2w68x','ZjhmYzc2OThhOTllMzQ2ZDdiOTU2OTNlYzQ2ZTU0YjcwM2VhNjdhYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXTE9rVS1XblFYOXM1WUlPbU4xcEJGWWswaFgyM0ppaXZxbGtMVURnRzFCNmdMcWdTbi1vdmZLc0VEU2RZSGFYSG93cVhTUjR1cnBNa2NwRkhHN2VEM09qSENiR1FLWEVlX3VlanQzYnRLWkMySEtPRU1oblFzeWZ5aDV3bk1aR3JXbk5Fcm9Vc2dBWHBYNGNTemJJSEtac00xNzZocWRRIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxNDo1ODoyMi40NzY5MzYifX0=','2020-03-29 07:58:23.480414'),('ifz3c44wpsy44a69i9hpgpghz3m45843','NjMxY2Q3N2E1OTg1MGI3YWIwZjE3ZTk3NzE5ZmFmYjRiNjFmYTA4ZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ6SWVJZ0JoN0pHbURMMDZIZ1NOT1dMVTNJV2RFYmpvRFlBWFg5cUFaNGFYVU9HMGdWWTR2aWZXbWhDZTJ1b01EQzAxRnhFSVV2M1p6ZzI5dU1Xa1Y0al9pRzhOdjNvaVRsdXh4blYzQ0J0QUhVNTQ1MmtEUV9jUS16Q1ZRcWsiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA4OjIyOjM0Ljc2Mjc1MCJ9fQ==','2020-02-20 07:22:35.766225'),('ihs72z1z9gofn4qebz5g1ceghtzrhlpa','MjZkOGY4N2JiZTY2ZjQ2YTViMWU2NjY1MmZmNmIzMjc0ZDEzZmEwOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI5UHgzelFralpIc0VWeDhibl9pQk12RU1UeEt2ZTZpOWRQLWxJNVJRTkxPMmhMTlF1Tjl2U2JRVzBXYUo5Z05HZ2VQUmpVM3FvLUpST05IODI5anJoYnZ6Wkp3NF9ESThmV05RbGNZR3lTR3JfdUswZHRKcHZpRDBaSGZOWkkiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjIwOjI4LjU0MjM1OSJ9fQ==','2020-02-06 12:20:29.545783'),('ij3nbsnk3sysp6psdv2pimk6yactuvvr','ZmYxOTAxYWQyMzBkMDYwZmQ0MDMzYmRiMGYyNGIxZDZmNjM3NmRiYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI1YkdYNzEzVUtOZDJJN0JFZnFLM2RWaTVvdDlhMXJwOXUwMHY3NnoyY2hyX2c2Wi1mdXlGeG9yY21nLTNaaFpYU2xBVTFVOFpKT0Y3MzJZSzFvZWh0WDFnRFUwTC1tU3ZqYjI5QWhDY2JRMl9MOFJfT0FDLUtjYnNNWlE2V2siLCJleHBpcnkiOiIyMDIwLTAxLTE2IDA3OjA4OjU0LjIxOTk0NCJ9fQ==','2020-01-30 06:08:55.221710'),('im57fj753htj11aduprv5e2y8fxnfhx2','NDYyOWVhMThmMTg2YWNkNGUwYTBmOThjYmYyOTdhZjcxZTQxYTllNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI2QmNsdTFZVU9qRmNCRmZwUENuR013bUlDem5YNW1ia3pIMFZTWjRMMkFrTm02YVNjcnVGZUY3OXlMNWhHRzZ3bEhZOXhGVEo4UHFYY0FrR2hBeHhXUURnY1NFYTAyR3BYQkNoYnE1RnB2TzdRNzFKcjEtTmlkS3Q5VFYtZGsiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjU4OjE2LjQ5NTA3MSJ9fQ==','2020-02-18 05:58:17.497055'),('inf2beex1oiiy5ghzj30i86zv72v8woo','MTAzZDg2NDFmYTVjMjhiNjkzM2JiN2JiMzUzMmZlYjUwODQxNjkxYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI3UGE0SkZwVGw3d1pIN2ptRUZkMVdacUZJNFVzUExTVmR0TzJzTDRvMGVYNFppSm5fYS1heG1sU3F6eFB4Vk83aElIaUhnY2NYUTNVcnpwUmRiWHQxWlJvTkotRTZwcEQtNXMyZ2FHanlNYUJYQTRlNTVQUUtFUVQ2T2NHc1EiLCJleHBpcnkiOiIyMDIwLTAxLTA4IDA3OjE0OjE3LjAxODgyMyJ9fQ==','2020-01-22 06:14:17.020067'),('io162ri6qdx0jjks41hv3uhowoxbnjd2','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-08-11 09:16:37.435894'),('ioyxqviut1084v2mkvznra99y0yv5rvp','ZDkwYmZlNTdiNjY4NDVhNGYyYmY1NWVhNDk2ZjNjZTdmYWQwN2M1YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYa2NRbzc4RFBUOXJfcHZ3NmlvTTVhSnc3ZTBqc2YwNnR1dFJCQXR3NjRqZURyZHo3NXJoODI0SGRYY0QwUGhMM2NnbGdSNWhaVkVFSXRKeHJuNENSZlEzeW01M1F1cWdTc29Mb0RZcWdBNzdpZXpOcTh0LUJNZGs1VV9XMFhFbFdRejJpbkdoWFUzLUFZTzZ6dm50R3hZNVNJWjV6a0pnIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMzo0NjowNC41OTg5NDYifX0=','2020-03-29 06:46:05.603099'),('ipd23jx5mm08n0mrngapuekn3r7cyeg7','N2RkYTdhMzYxOTBkNzhkOGY1MTE5OTFjOTM2YTdjNTRhZGY1NWRhMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEItUWhJWVpkVkI0QV9pamRRUUx6MVR2bmhYZE8wZU9BUWI3QlpudmZFODVwQkota2lFcWRWWnRzT1gzVkRWVmtBWkkyVUJCOXNOUWdoX1VOUU5WUHBfYzczMjZyS1pqTkxtbW1lRDNPVVhybzhxSF9mQUdVeEpaOWtWbzNWU0UiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjMwOjA0LjU5Mzk0OSJ9fQ==','2020-02-17 12:30:05.597510'),('ipra6zj8uksyoq3wq2afyozxy4x1ogyz','NzJmMjk3NDY0ODU1NjhhOWE2NDczNDY0NDRjMmNhNDYwYTU4YzlkNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEItTWpnQ0hPUVlMV1BrVVRlNEVPazlFSEhJSEZYSXduYWFkZHJTSFhYTjFGeEQzOHJYT18zcndCczVfbDUxSmhKZlJ6ZFJ4ZmpONHpYUjFqbXdtUUZ4MXJycVlkeHEwRkhEelNIQU5GUFEzYnZuMW5oMXRNUkFLbC13RE1ydXMiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA3OjUwOjA0LjExODc1NiJ9fQ==','2020-01-23 06:50:04.122137'),('irevg9amknpevowm9fly9agrkxb5rnat','NThlMjJlYzIwZjg2YzNkZTRiMmJiNTBhNzQxMWIwMDU3ZmEwYmM2ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVWMVFMNDN6aGV3SVVYMlpaUTdieDFZZ3dwcEdlMkRlTWRHcjg3Ql9kbGh6d3NfUEFQLTl2R1A3MlZyN191YVV4UC1fV1BkWEFJMlRqWjBMc003Z0pyMTVHZ3lCRXE5Q2lmV1VNMnk3SXNxbkJqSTNxM0gzaHFRd3ZNcHVFZXRjQ01kZlZnSXFoV2ZaNG9iajNKbWxoMmVORlRkSnp2YVZBIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxNTowNDo1OC4zMDYzNTkifX0=','2020-03-29 08:04:59.309930'),('it9fxfbm2cm9brjxzqdaanzub2rn0nbq','MDc3OTAwNjZkMTI2ZTg2ZDNhNzNiODNlOTk5YWU1MmQ3NWIzYjk5ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIwSUZySWxaSFlKSXEyN1ZKMzl5RHlEMkU3STFQaURqc3RKYnRVMzA5cFVfU0c4SWZXWlN1STlocEc2UHprMmlYZ05UX25oa0tmR2lMUzF4RTRBXzZYNm5ObXJwOW1ROWFiTUQtelgxckNPMkFval9fMFlybGp4NndzaEgxUG03IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwODowMDoxMS43MTkyNjQifX0=','2020-02-26 07:00:12.721996'),('iuk6e2jbmpevmx4lijcixtdica7vcixc','ZWQ4ZjA5OTU0ZTAyMGYwNTAyNDgwMjhhMjA0NzY1ZjhkOTBkZGUzMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I3V0RCTWJpcDBTeXV5MU0xbWpXemVCcVdyOGl2VzRRWUNGZjdsUUFjLTdoVGJlazNxUXVDN3NSd1M0QzRpRWxydWtvSWk5anVCdFJoemNWeFdRRW1WU1VQSHNaQ0J2Q0NRNWlTSUJGbDN6bGhRcHc4S1VIMGtnMWE3QTJ4ekEiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjQwOjIyLjAzODE4OSJ9fQ==','2020-02-13 07:40:23.042153'),('iuokbqym1wovduva5xr94nq4nuliag24','NmM5NzY1MDRjOWZjMTZjZjYxMzljZWE0YWM4NGI2ODQxYmVhMjcxZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI4Y0tKTzViZk1ucFJYajE4bDU2enlYTTVHN1pQRDhybjB5ZUd0cHpjMVlMWjREakJtYlZnZjlPSFpuaEtuTzZiOW5vZVI2cjlxbHMyZF94ZDEzY3R5WTRwdjJQUFQtU0lpdmlQRHdiQ2s1UWRxNzBLd2w4cG5BOGdrRnNfQ3pNIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo0NToyMy4wMDQwNDQifX0=','2020-02-24 05:45:24.005345'),('iv2a31yge9jsf305lhbatbofxz8xoc1a','ZGZhNDdhY2IwNTZhNTY0ZjY5NTQ3OWI0ZTUxM2M5OGY3Yzc0MmU0ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ6SkNYc2E3NF9Id3htbmswXzZoaTVjVlY5SmpDdGZIMU03MWQ3b0ZjY1RrM3NGOTM5R21pSFpMYVFCQ181Y1VIZkJ6MDgwYkp4a3d3SlFTVkxpT19KeEcwbkxlSXViV01GMmh4YmN2OHN2amtwMFo1WHhIci0yaVc0Undrb0VxIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNzo1NzoyMS4zMzQzNzAifX0=','2020-02-26 06:57:22.336309'),('iv4p8jv2tj4sdp6kcxgvoa3cxkjl5r48','YzY2NjkzZjMwZmMwMjY4NTA3YWQwMGI3NDU1N2Y0ZDFlY2YyZjgyNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J6U1RRQlRxTGN6SEhzWTd2dHkyZlZuTFJzMFdnQWo1MGlpZUdiLWhPeXA2YlZyVXEwQXNMWkprZGNqZUxQRVB2YXJKTHNUMHN4THVxMXFQT1FGX2tsbFY1c3lRRk4wQnVnQ3N6dlhha21DU1Fya3hsT1gybHQ2ZnhjeWtzRWMiLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjUwOjI5LjA4MzIyMSJ9fQ==','2020-02-09 06:50:30.086592'),('ixbmbin642nl8295sxsuh75riigx8fpl','NWJkNGQyN2NlZjI3NmY5MmFlY2U3MmU5OTE0ZDM5NDk4MTE5NWFiMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI4SzZGNU5wZ1AwOEQxRklfenNRR1pHdFM5SzdTMDk3a2h4S1Rna2RHRXdld1h3UVpZY1JiaGFMVzZaOGpZRWFqV0RucGJsREFlVkRXSUp3ZEFld2dFcFYzc2RCQ2xXTWtGX0hFOW1HaVZncllCRFhKSFhtQ2oxMXNMcGpuV1kiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjIwOjAxLjA5OTA4MiJ9fQ==','2020-02-17 12:20:02.102439'),('iy0kbixd75uu12o15cb2ek1x1scftnr2','Njc3ZGYwYTdhYTM0YzEyMjRmMDEwZGI4YTQ1OWM2Njk4ODgwMjQ2Yzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IxNHo2cms0ZUFZX0VpdmNTX0hvRWlqYU9KQVRfTjFkNC03WDlFM3NhZzVrQzFEVC00R3RHVk15NVp4RTdKbk54eVVfUjRrbnJtSWZJY3J2VVNGbENWd2pLRDNXNjZLRDVUM0lVYVYzYjZ2UU9NYWVXbllfX0N4cTJzNFZ4WEEiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjUwOjU4LjUzOTM5MCJ9fQ==','2020-02-13 07:50:59.542891'),('iyleybm02zuvisyf5dy0hb7xjso1pkdw','YTMyMDVmZDBhM2Q5MmIwNTA5OTI3ZjJhNDE5YzJkY2RkNDhkMjJiZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI3MUlVWnBtSnBIckd6OF80MHJtT3RLZnlycERGaVR2LTJwRnQ4eFNTWm9GYTVqQkhEUHRJeDlJZXg4WHhvU2cxbDNQbjFkTjVTelJyZWlRUHB0OWVicDV5LTdNTHFwaFY3cmNDU3AzMHhONWJ2eXJ3OUNQblFKamlnUzJ1TzQiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA2OjI2OjE0LjA0MDgzOCJ9fQ==','2020-01-23 05:26:14.044220'),('izcgny7ld0q5woje74hk9bn4ccyfd3ek','MTFkZmZhYjEwYjQyMmNjMjIzNTc3MGIzZmU1MTYwMTU0MjQ1OTMxNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIzSjEzVVQ0NnBfM3I0RWs3SWdoLXhheWVnWEF4OGdTY3dZR0c4cE5sOEw0MHZKZWdyVDBVWlB3UUpfbmxnUGpRdzRDbUVtWEVxQldLZUIyZU05Z2pIWjFuY1dwN2YwUHI5WGNzb1ZuajkxOVhjeVNXUUkzRk9UeFhnSVBZbUEiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjQwOjAxLjU2NTUyMSJ9fQ==','2020-02-17 11:40:02.567687'),('izvfzt66lylp0b6hozesfg8sozlxxj2u','YTQxMWU0MjAzMzE0MjY3MzQ4ZDc2MjgxYWQ2NjgyM2UzOWI5MjA4Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXaHZJTnUxVFBob2NHZWpjUkUtOG9POUlEaGF1SGpEUWhBX2dPYzBiRkJJQUM2eGtPVVJESVFnenRVeUQtVlhkYk1MdmdkWXNURnZOa1VldDFYRzhuZ2l2U2RsSGpSUFpuZi1oSVV6b1hSV2RRUnh4b19CV3dVd1BUQmwxaXRZbmRmTzZveHV3N0ZoN2F2VWNUdEoxd0Y5STNFcnJIY3NnIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxNDowMDoyMy4yNjM4MjIifX0=','2020-03-29 07:00:24.267198'),('j0bff6xtw0vsqsa62ncp41jr3oakeyt8','YzY1YzI1ZDg2NWUyYjA2MDFjMTE5NTI5ZWJkZTU1N2RiYTcwODYwMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXNnFEeTFueDhJMzVvRC0tVVc1d2h0WkRHZVE3SGJhTmhPdmRxb3E4UlFDcjZCTUwwZkxtNk5ESmlaOXc2Y0doWkU3S01tQncyQ1lrcWZBX2p3ZFQxc090YW80LUZqU3FiRVcyRmJxLUlkM1I5a2JLZHFzTzZ0em9aenVvdVhCN1NCbXI4RTVYX2F1TGxqVHpjRXBOYUhtUS1uSmFVY2V3IiwiZXhwaXJ5IjoiMjAyMC0wMi0yMCAxMTo1NDo1MS40MDY3MjgifX0=','2020-03-05 10:54:52.408033'),('j0ek0i9065nsbhqy74b6h59q4tbzkjbi','MGFhMGRhMzNiODM0ZGE0Y2YzODVhMGNkZjU4ZjIyYWViYjc4YTYzMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJfUEFLdEUxU1ZDVVpnS3JYeTZValVQTkJoZXNEMTBuZ3NwTGpCWDRuYTNnWC1oTkd6OC0zX0JlY3FWWFpYNUFOSXc2QkU0bU1WVFctY25lVzYxSzdSN2RaNk8teVlNY1h5NFJNODR1WFNDQ2FSTWRYUjNsenVGZFZtYlBVd1I0IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwNjo0Mjo1OS4xNDM0MjYifX0=','2020-02-27 05:43:00.147146'),('j0gwrea5zgduhnic09znro1mxoh0stxj','ZTgwZTUyMTQ3ZTU0ZmVlODc1MTliMmI3MDA0YjBjMWMxMWE4NmIwMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIxOGxSZ3FqSHJrRGo2T0VHR1lyNTVlN1l1NXB3NTlCWE5mWi1ISGJQQ29qdG9wMHJMVEdJQkM2cndENG9uSXpwRWpYQWNzNzBPUldpRXE4NU45YTFUZ0lVYkxjdmtPUDNkbERkSk04VUlzMlA0YlB6ZGd1S2NCR29GbGxRSmciLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjQwOjUyLjkxODMxMiJ9fQ==','2020-02-17 11:40:53.921678'),('j0ouymjlwqu6v30um6kyc1yprb0domph','NmUyNDg3ODE0MDIxNThmOGQ5ZDAwYzNmMjA5MDlmYTBkZjY0ZTE0ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI5ZzE1T0JaYXBzYmoyY2R4ZTJNUC1qdUNLUjZ4UGhTeHVWOTNYei1TSXB3ZlRqQ19IVThHQUV6bnNTdDQzY3lHUTdmN2p1dlBfVERQdG1qelNETkEtaXdwYTZ1ekkyT3lvN0ZtZV9ad2RkN29iMUVBZnE0TnI5YXlWM0tlNTQiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA4OjM1OjM3Ljg2NTc4MCJ9fQ==','2020-02-20 07:35:38.869045'),('j2u9idnuvqq0tr3e9qhc7bskht03ai9t','ZGU1NTVhN2IwMDYxMGMwYWJiMDVkMWI5OTE2MzMwOTJkZDA2ZGJjNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXaGlUcmtOcjdyUGxjeXAzR3hlUlMxdXduQVl3Y2JPRUJkUkRTMm10cjcyVW84a1daVDB1Z2tWZlZza0NvalNGWDNHTHhSZXF1dDYwc2s5c1YwMTdxa0UxUmNuZXd5MTktcEJYcGJOVGNsMThiMGpFUE9pNnBwRnRNdURYWVE4RmlGVXVzM1NIQm1naXc5WjdhZ1dLeXh0Q1VsUFBLeWJ3IiwiZXhwaXJ5IjoiMjAyMC0wMi0yMCAxMTo1NTowMC44OTY4ODYifX0=','2020-03-05 10:55:01.900353'),('j56eolroi3jf5fxcj6jmau8cznwoiy4l','ZGMyNGRmNWQ4YjFlYzExN2JiMmM2YzRjOGJiZGJjMTU0NzIzZTlmODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0ItaW9RN1JzeEtBMk9OSUl2emk5cGhvTHRLUXlxc0p6NDBQSkUzbUp4bnUteVpkeXNtTURQWTZxdEJ1bGpva0xxSTlfVFhmc2VMMlNXZl96TERnNDR1YlV1SkJNb3M3RHk5OWcxbkhhUEpWSVNiZU9zVDlGNWg5aTktZlBuQXMiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjUwOjQzLjg4MDA3NCJ9fQ==','2020-02-13 07:50:44.884384'),('j5cnxqesqq61td6nywwqm00ph2ed21ln','ZjliYWZkOTNhY2E5NTQwM2ZmYThlMzg3YWJmNDA2ZGYxNjkyZGZlMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIxaE5sOWZYWHZDdE1aRXVYejEzTFI5VUQxelRqWUNPR3VIa3drQUlDUHhiSWpYUG5lMlJVVEtzZ05uMW1OeThpdDJkWi1pQ0lweTNTRzRzdWRIblpBWUN0OFU0VzIwQ3hnLThnRHkzLUQ5b1BmbzNFVVVIVWRPLVlxb1RvMG8iLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjQwOjQwLjY3MDU0NCJ9fQ==','2020-02-17 11:40:41.674006'),('j690tstdxb50ns8e04ww8ndrseqx0kna','Yjg3MjM0NzE3ODEzNDNlOWY4OTNkMzYzZmRhOWMxMjgzYjk2MmFlYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUIwLVJHX0lzZmtaTzd2dzZqaGNLbEw0aDRhYXBCTU5COU83Y29mXzd1enhoc0gwWVZ5dGUzSUJKRHo1LTZfaXd3cGtsbHNkRHd6MXRMRnRJY0h2WnllTjlMbmZmQjJyM21MWWhFRmRoMVY0SnV1RlZSX3QzVHVQekVPYzZiNG8iLCJleHBpcnkiOiIyMDIwLTAxLTEzIDExOjU4OjIwLjMwODIyNyJ9fQ==','2020-01-27 10:58:20.311503'),('j74tol2debral7boot44yobytv5lakxl','NmY4YTNhMDk4NmYxZmRjOTQ0YTM2MGRjZGMwZjJhMTQyNzBmZWZhNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J4YW5lbnBsY3B4d3ltSkd3eV9mSHk3QkdFWU5KZUNKS1lwNEs3c25OWVpuaGZuNm0zV1QtOXkwREJuaWcyeGpBN0wxMUk4a3AyU0NxOWtZNGRvV3UzYVFZVlR0YVZQWEp5YTdsQ0VwVVBWbGhmeUR1NEtLakYwSDhycTlCOUEiLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjUwOjE1LjI0OTgyNCJ9fQ==','2020-02-09 06:50:16.253338'),('j7c3p6rqxzarxzscr39qawutlryld4md','ZGNkNDQ1MDYzY2NhNTQ5ZDZkYmEyOWQyODUzNzMzMjQyOGNlM2I3ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0Iwek4tX3RuVkk3M1hmM2xkVkNPRXNxWXVTMDBxMGJ5WVY3TVB3aVRsZEpqZWlOVWczdXNad0dKOGJzZDBYc2pfUmw1TlJ0Z0F5Z1RldXNjbDRYS2FULW5CUWR2QnVMZ1FyQTlwRkplNnRRYWlJZVFfMHVGN0wtRzNxSUt1VlkiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjUwOjQ0LjE1Mzc3NyJ9fQ==','2020-02-10 07:50:45.156943'),('j9goau8f21mwuabob5a4il92wfv2pc9x','Y2ZhYTgzYzJiMGNlYWVjMjgzZTUxNWU2M2UzNzA0ZGQxNmYxMGNiNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ3LUVJVDBKLVcyN2t5Vlg1Nk1wWGF0M3ZEUllXTWF4QWJsMlBtTnM5NDdLT095LTJXbHF5cGVRcEN5RjlrdHFBOGI5TkNRMXRkTi1qRnY5QmE4djV6VC1XZkZDVElyNTRTam1icTlaOFlhNVJ1VXJJTXhlZTBWZ3NiaWZzSG8iLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjA0OjUwLjU4NTU5OSJ9fQ==','2020-02-06 12:04:51.589131'),('ja5t4v2s0sde2vud6yggx6u6f4jsjiun','NDNhM2ZhZTg5NmMyYTJlN2E5NTBmODE2ZTZjZjc1NjNkYTgzZTcxNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSWwtNUIwdVlPQ25nb0xFZXRGQktvMUNnRzZYckdCQXkyYVJJdkh2WjJMVjBBRTA3ZUVDemNoMDI4WmpRaTBZcFlHOUozZmFoU2haSXA1ZkVlUFNwRGhWTkZsOWczM05ZRVBrdVBNZlllLWZDUkphdlhJQlljalZDMHFzV29pNWdYQSIsImV4cGlyeSI6IjIwMjAtMDEtMTUgMDc6Mjg6MDguODg0NjYwIn19','2020-01-29 06:28:09.888374'),('jccm39szzj1pow1ew3wctk5lmp3gd55h','OWQwNzI3NTk5MTYwOTM0NTA5MDhmOGQyMzljNTgzMGEyN2Q4NTY2Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVWQ20tcXdsc0pkMkRBMW5kVkRfR0Vnb0V3Y0RBVlppYmU2WjlSTEsyX3ljM2ZWS0haanpJV3dpTnNEaTZKbEYyODBKdHl6QlAyNWtrb2pkOWQzb3VtdmhTU2hzUVNpN3ZfNGZkUDVQMXNyYXAwNm1oMVVUeXpWLWl6ZzlxRkRTTUt4M0ZCY3VBbHU4VmdsUV9faDJfUENDN180Rmp4eXVBIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxNDowMTo0Mi43NjE5NTAifX0=','2020-03-29 07:01:43.765396'),('jcgkv1eycaiqdvez68k2zm1leyou5vky','YjNlY2E5YjllYmMxMmVmZmY5NDY0NWIxYTgzZGM2NjM3NDE2YjIzNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ4MGVRU0RacWh3YkdaUUFaMEdBOUJOR1VTWE9kV0RvbjQ3VUkyOHBXZlliNUJzNzZXRmFGMVFramw5Q3I3cGVzUlJpbkU3THZmdUhYTzhSNjhuTEgtX25oNGZkOXM0Tkh4U0ZLOGJKUVNFTkJuT01KSU1GVTFBYlF4Wk9mV28iLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjE5OjQ4LjczNjkwMCJ9fQ==','2020-02-06 12:19:49.740252'),('jciabo8q3tyg55dtu18o5p6rwcjjtd9r','MWIzNmNhNGMyY2QxNDJmNzg3OWI5ZTNmOGQ4MWNlNGMyMjdjOTM2ZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI0NHJFc0l1YjZSaWZFdm5QeFpEdnpNMUZMSHMtWkpjRy1uVTlLUUFjQzlUdlNHMmZfdXJLU0NySmE1cWdYX0ZSaGVfazhqLXF6VWQzdWtlSExFNVNFMmhnMDJxN241UllOTERQUDVnQzRmUlZoMWVWbWYzZWh5Y1VjSUczdWsiLCJleHBpcnkiOiIyMDIwLTAxLTEzIDA2OjQ2OjExLjM0ODc1MyJ9fQ==','2020-01-27 05:46:11.352230'),('jcyi5gvmtttbai6blmdtwjw4jy5jyptz','NTcyNTJlY2YzNzFmNTk1MWQ1YTcwYmU3M2MwNTgzYWE3MWZmYWIxMjp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIiwic3RhdGUiOiJsVU5BWUVlUG5kWGNYdXZleXpQQlFIWGVoRk5rY20iLCJjcmVkZW50aWFscyI6eyJhY2Nlc3NfdG9rZW4iOiJ5YTI5LklsLTVCN0hzN014QXREX0ZxeFo3UWROckFqcVVuYkdCQVlyMzRrdzYwa0wzSTBFWjNPVlhGVkZrRk1pZFZZM3NiRC1EWHdhXzVaUWZBMU5vU0JvNENmWHFaOHB2MEZZbkk5TTlyQlgwQlVvT3BkT3hmOUFNbkFsVW0xNjVBbXJzQ2ciLCJleHBpcnkiOiIyMDIwLTAxLTE1IDA3OjE2OjM1LjI1OTY2MCJ9fQ==','2020-01-29 06:16:36.260306'),('je62qc53wd5vxbd531waq3v86h022woa','MzA4YmQzZTcyYTI5NDVjYzNkNTkzZDYzZmExZTM5M2Q1MTdiMjFlZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I2TTVhTi0yY0lwLU9WWDhNSEgxQ1BVM09Bc3EyRnVDN2FGMDN3Ykc0RVRpdjVqVW9RejNLdTJqYkhLUGk2a3hjSUhEZnZILVFNU25tY1A3V3VtV3dmVzZmUDA0cW9jMkhoTmpZNlhiSEloa19rUHpDMF9JREdWOTFEWVNpYXciLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjAwOjQ1LjIzMDY2NiJ9fQ==','2020-02-13 08:00:46.232369'),('jerqa72rjif3kp06m9l02r0j7hzhkc5g','MTMyNDllYTMwOTAwYzQ4YTEwYTFmZGYyNjAyNTc0ZDM2OWRiOGY2Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI5WlB1NnhSNTZUZ0NzbGQwZkZtWVJubVR6OTVYbkU5V0hKc3VLQnFPOFZwSjVMMTJXbzdaNDZvNk9rQ2dkT2lLc0Y5cHBoLWtkQjM2Rlhxbm9wR3lBdVhjbFJ5c2JIbUowN1dEbHZXVXNzM2JvQy1oREZvNkctaHNFY2p2N3VUIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwNjo0NToyOS42ODQxNDgifX0=','2020-02-27 05:45:30.687698'),('jfpz8bic1eclyb9fmh86eb40sap1b47v','ZTk2ZWIzNjNlNTBjNDQ3MzNhNjU2YjBjYzY3NWU0ZmRhYzlhYzgyZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI3UEJwY3VDRXdPVnNnbzBRUmxna1NZVEZ4UnhGellpdTY3c3FsbjhPTlZhZ3JmeWJlUDBSQTVoWkE1aEVfOE1ubkZ4MU9uZHBpRHdUa2RZYjZZbU90dmxFejFTclVqbTI5OFVZaHRBaWRZbTRCVHVqVEd1UjhJdXNNMVB3c1NGIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwOToxODowOS41MDYyNzMifX0=','2020-02-25 08:18:10.509754'),('jho5j3h00n9lbf78lhmv8w5xtrk7sz4b','MzdlMmYxN2RjYzM4ZmUwNWY1ZDI3ZTNiMDk0ZTNhZDc4Y2E1NzI5MDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSWwtNUIwRUtRRU1yaXRHRGwtc2ZVSDZCeW9NZXRsd3luQUVJYk54VXk5TlJkcEoxU1RRWkJGbUFma05fRHNFN2cyS1ZDQXNSLXppTUhzcXVXRnhuUjJUVDVRSXY0bVVjU1p4a0k2aHo0eVpPdXlOb1J2R2ZOWlR2Y2JnZS1kXzRQdyIsImV4cGlyeSI6IjIwMjAtMDEtMTUgMDc6MTg6MDAuNTUzNDEzIn19','2020-01-29 06:18:01.555193'),('ji2korjv4sh6t9kgs8nqlzjwdcadow6f','ZTViNzk0Nzc5ZTVhMDU5YzYyYWFiMjZmODEwNWI4NjgxZTFjMDg2MTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J5TzZ5WGh3dHNmMmFaQ014enBxcFFoY3dYeDBZd2dJdmtOWWVzXzRjX0phM21RQ3FtdFgyOTJvR2tQVTU3TEhKcGpJVU9MaHZxOS1QLWU5TzBoVnoyTHZjNEJaa0RZQThSbXRPdC1IcnluYmZWZmw3WkxueFpGLVpoSzA0YWMiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjEwOjExLjY1NjI0MCJ9fQ==','2020-02-10 08:10:12.659747'),('jkc70yl4ebxg29pxxp1k6hg7zv8poobx','NDdiNGRmYjFjYzk4NjA0MzMzNTczZmY4ZDdlNGY0OWJhZTA5NDE5Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI2Uy1nNjNJQUdKM3pKZXlUamRBeTJ1ZC00c1htRXFYdGlfamROcGFnMlpocWxNVmxnV2NBUWRSTS05V0YzZm1vSFpkOEN5cWcxbWZWalBmZHBhTWR6ZmhCVl9YVUZBd2ZvU0puY1NLaktNYU1LRmFmeEl2NDdTXzNtNzFzZVEiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjE1OjUwLjE5MDM0NyJ9fQ==','2020-01-23 07:15:50.193981'),('jkjw8y2l2if29vvndqkowliqm6181z79','YmI2NzAzNmY5ZDRmMjQwNjhjY2Y0NjMxN2Q2ZWNiZWM5ODc5ODVhMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIzT0JKTGs0M0haaFlvSFk5ZXdCay0zdDRrS05mZkw1VTFQa3FaQWZYTmFoaXBnSkpkNjVKUHdTX0dicUpmWWdMNFJyVHF5TDJPMWxHQVE1TndMbkl2MVJtSjhwNGlBRFE3bm03bE1rUFllaDBvdTFJV3g1T3ZNMV9MTHJZNmciLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjUwOjA2LjgzNTI3MCJ9fQ==','2020-02-17 11:50:07.838790'),('jkoy6y1b7plgeaqxlc5l9u6zeajddxoa','NDk2YjkzNjdiNWExZTA0ZTM0NDQ1MjUxYjNmMzJkNTg5NjkxNTViYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVWTUdQTnQyY3Vxb2V0V0JDSWNxam81VW1TTEdyMGlHVFBrV0RDcmJ4elQ2ci1OT3J2VG1BdERTQ1hxYlJKc0MxeHUydkM2XzU5eEhsVkVoYk4wbXlLM0xkaXZtalhnOFJDcnJpMU5aMVV2RmRaQkljU0NZYVRaeVVqTnZBNGowU0c3RmMyRzVpQ01BUXhlNi1YNmZ1SEo2cXBJbEthaTNRIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzo1NDo1Mi4xMjI5MjYifX0=','2020-02-23 06:54:53.126438'),('jm6gjv09e5hn35bnag82mn77qktz7n2o','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-10-10 11:33:07.146699'),('jmuuq4zvddq4fp75m748bgn78twhbyzv','ODQxYzk5ZmYxYTY4YTE3Y2MyZDg3OTUyZTdmNzI0NmQyYWFjNDM4MDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI0TlJQUVRqUDY1TU1YNFI1SlRJTGZsbnQ5N05mVTl0Vko5RjJoeGJQVTlkNlpTVzhCZlNmdHlrWkFwVnQwMHo5NUdXTGJ4TEZMWURfdnlycjVXeEFrVF95ZWM5Vk8yc1JPblh3bTlPT0dfUV8tM3NoQ2VqZmtrQVFHMUxxWkxuIiwiZXhwaXJ5IjoiMjAyMC0wMi0yMCAxMTo1NTozOS41NjkxNTUifX0=','2020-03-05 10:55:40.572943'),('jnzllk80rh3943223v2kbv7kk8c8l4di','ZjgwYmE4MzUwY2JmZjQyNmEwNmNmYTRjZjMyNmUwNmRmZTgxZTQwNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0Iwa0VGZ3hHNi1jY1JXeWJXQjVoaTJBZk9DU1V3UXBJT0tuOVRnVm5JR2I4NjBOZEdNdnA2VFZFUm9mbDRjYklCa3F2cjFGYWRtQ1Y0OVRJb1hvX0FxSzV2TmxjOUprUUllOFVJVW1hV0VmSlowUzNkUXN0WW9kZHI5Q3MzSFEiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjUwOjM4LjEzNTUwMSJ9fQ==','2020-02-13 07:50:39.137462'),('jpc4jmeik5eoiuwl8x7haetkj5w7uz2r','YThlMjE5ZmM0Y2RkOTBmZGEwM2VlOWZmOWVkNDc2YmM3M2JmZTM2NTp7Il9hdXRoX3VzZXJfaWQiOiI0IiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiIyYThmM2U1N2U1ZTc5ZjE2YWM0OWQxODFiNDc1MTQ4MTBiM2VlZDY0In0=','2021-01-06 14:09:00.349565'),('jpg5wcuc5t6altnce7vgjcjmzr9t6d6x','ZWZkZTQzYmQ5MmJlMDY5NWM5YmM2NzRmMmEyNjAxMzExZjY5ZmM1NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIydmwxQkszcEp3MWgzVDgzUTc4TGRoR3FfRlFZQ2JfX2ExRlpSRXU3VXIwc00wWjZBVjF5bGJZY2xxb056MWhqVkx2MHg3c0hsMU5BQktCOVBZeTdQWGRab1p5OVlIamlOdURFazcyOThYUllfdTNSTXVkaWZLcmVETGVsNVEiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDExOjUwOjI4LjgyMzc2MyJ9fQ==','2020-02-17 10:50:29.827226'),('jqn0ppaoj0lffa2si29ejfbi6g3o6wyt','YThlMjE5ZmM0Y2RkOTBmZGEwM2VlOWZmOWVkNDc2YmM3M2JmZTM2NTp7Il9hdXRoX3VzZXJfaWQiOiI0IiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiIyYThmM2U1N2U1ZTc5ZjE2YWM0OWQxODFiNDc1MTQ4MTBiM2VlZDY0In0=','2020-12-22 11:47:44.706317'),('jqqt52jwchm19z4wsaapmjrcb33t53bz','NGY3MTU3NjEyNTA4MWQ2ZWMxY2Y0YzRlNWUxMDdjOGFjYmU0MDZiNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ6bkd5MVg1S012LS1PMFdqQkFDdFlnMW92TVNySHNuYU5JazVCeWNxRTA2ajBNTDdwZExvalFDWlpKYnZFbnc2WFE4d0pXLVpUUmN6aG1GczdCQ2ZvbHVFaU5OR1g2QnNnYWFXS1JJd25qRVpEUjdKRnZBZFBYd0tLbnprM3MiLCJleHBpcnkiOiIyMDIwLTAxLTE5IDA3OjAxOjE5LjQyMzgzMCJ9fQ==','2020-02-02 06:01:20.424875'),('jqrygosbfbjhnf0rnc7rrmry3oqlsia8','YTk3ODJhNWNkMDUxOTYzZGViNzYwYTY4ZmMzMDU1OWZjMDUzMWQxOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI3aDJvRHp1bkxHb0o3ZDRuMmp5dUh0UGRfUkw3RjNQdk1PdWFhM1RZVjdfRW8xRFExaFdLbndsYzgzSmc3SExIZmpfWVFnVC1JT3M5MnFfS2NTS2Q1MEc1bnFWWDI3ODdfeUNyeUJYNF9VVlZoR2I5dVpvWlY4RVg2Z3VReVkiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjA1OjE2LjkxNzg2OSJ9fQ==','2020-02-06 12:05:17.921356'),('jrhsbbws2twbuuad2n565ethwfmpg07n','OTM5NmY5NzE4MjNjMjBhZTM0YjMwZDQ4MTkwNGE4NTMwNDYyNzkzMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I5NGVyUHVLSDNpbjRVVVhTRTJnYzZWRjllWjdmMzhzeFg2SllLWXVEblpuMUNHQ3VjYU5fc3ZHWHRuMUpEb09FdFNKdmJmVy0yR2xQZVpHZ2Q5Tjd6bHRCNXJza2xQT1VqMDE0RlJaaDdsaU80MlFDY2VFQzhzZE1xOWQ1NjQiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjQwOjQ2LjM2NDkwNyJ9fQ==','2020-02-10 07:40:47.368481'),('jsrglx1e3ewxz8s7ghto5xt58e3sk5mx','N2ZhNmZiMzMzNmI1NTc0MzI1N2YyMmI2N2U1M2FhODUxZTcwYzQ0Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ4enJiRktGVkZ1YTdNSkU4aTFCbTFtVW1tekoxSG9ScFh2b0J5RXM3c0c2aFR2YTI3NHdrT1dSVFZPTm80cHFUc19DN2Z0d3hDYTRsZ3ZnR1pRUHpfbm5GX1pwV1JaeE1kQ2pQc1UwWGxQd0dlWHg0SmFwOVhhY2V5UHI5YUEiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjMwOjA1LjU5NjEyNSJ9fQ==','2020-02-06 11:30:06.599470'),('jv6yi9wyjikn026xqtugel9zng4fjj6v','ODc1MjI5ZTJkOWVkNjAxNDdkNDgxOThhNTA5NmQ5OGM3NjQzYzM5YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI3WldhMV9ON1pEc1dFVEZ4SWtNWXQwUDkxLWt5M2F5RnhUUmFlanFoaUlhZnNucVVqdmhWNmlRSTVYWDYwMjV3aTRiM1dsUGdoOWQ1RTJNSjVJVXNPeDRxYm1WM2x2M1hJMG9ZV3lRZFJXdEZYTi1IVGpvWHRSWldVRjVseTQiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjM5OjQwLjE3NTk2NyJ9fQ==','2020-02-18 05:39:41.179475'),('jvic8b7naxa7p3cwg9blksmspxs2gng7','ZmYyZWU2MDI4YmU2OGM1YmQ1MTU1MGE0YTdmOTBiMWMxYjcyYzlmMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUJ3bEdEQjRuY2FyNWlMVVBudlNBSUY1Y010Q3JDcEREWkJFYTJvUjl4eU1TTFlKUXhraDJQR1RCMDZHOHpPZ3p2VUpxb2hXNlhRQi1Ld2dSQm5id3FwNzMtMGk2Zk1sR1NzVmVkcGFkZUdkUHl0YkNrdy1uOTJscE1BdHJiYWciLCJleHBpcnkiOiIyMDIwLTAxLTEzIDExOjU4OjUwLjc3NzA2MyJ9fQ==','2020-01-27 10:58:50.780506'),('jvuf0lqt16mlu5v83ozd823j9aj2dt2c','MGU0OTdkNTdmYWQ1ZDYwYWIwNGQyZTVjNzc5YTAxYmMwYmMyNTM0Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I5aS1pQjBFLW5DaTBrQ2pBckVEaEpOeHFZdlZGZlJZaHU2b2pVVDRZRjZDdU5SbWpMSWt1WlB1T0MxSEFra1ZyQmc3aWlvdmE5d3NKOE5KbmFaTURYQndpaDRsLU9EMjJFeG9hYkJ4SEdvaWdKYWUxUHZ4WFZyNlpCbHkzWTQiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjQwOjI0Ljg2MjE2NCJ9fQ==','2020-02-10 07:40:25.863695'),('jwwhtxmugmf0r7jx0ppstqfa6fzabxs6','NTk3MjQwOTBhZTNjYzVhMDQwNjFhYzAwNzE1OGEyNTA3YzRkN2NkYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI3RGo2RjQtNzlMRTg1MHRJdWhzXzhRMEhua1FFemlCTmw2bjBrMDFUaEItRFJmdXY5amtURlpNMzZVZkVaYjY1Unp4VUt0QlBOS21zd0dJckcwTEZySWxrRFhiYklRUVlYbHFQWUZCbkJZYUVwTzhRV214cHVQaVBBVmVxMG14IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwODozMDowMC45MDQwNzkifX0=','2020-02-26 07:30:01.907605'),('jxfprsvp7nigwk9gs3iubk3101rqs8kb','NjU1MDU3YjI3NmJlZGIyMThlNmRiZWU1MGVjYWQwZjYzYjFlNTExYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIydUNjSVZ1dlJ4dmhEeWpiYjZEUHd0UDV2amhNbGtGbmxlakEwYnhIV1dVWF8yZ0s1UXRYRTFmR2NxeXNoRlcteDlnaWpnZTlJbENGMVgxdE8zSGNCYkM1YVB5VmVMNkRsRDZiWUIyaFVycWxTNk5mblV5elozQklIZERrVVEiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA3OjUwOjAwLjY0MjkyNyJ9fQ==','2020-01-23 06:50:00.646443'),('jy5br7bxmedvrgxke2tgpug31xk7vmbg','M2FiYmQyNmQ2YjY5NDZjNzg3YTRjMmUyZTc4ODVhNGI5MTZhZTU5ZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI3Q3lNckxDTFU0QUNGdU16QTFjSmVPSXZUWkg4cWdxdGFEei1PQjRQZEo5U2pwU2g5UVhJZ0FnVkpSM19TUE1zNG5PUGZrT2x6d2w5cjJqWW15NjdaYTNzQXU0Rm10Mm0yRjVpSHpCa0FKSW5LZ3NsanV3aUNJeHBQS0pFZ2ciLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjA3OjQ2LjEzNDcwOCJ9fQ==','2020-01-23 07:07:46.138212'),('jyvc80w98vs7gpx1jhovcqf1lgfch3vt','YjJlNTA0OWFhY2FiOTJkYjUzNGI3ZGFlNjJmNDIxNjVlNmZjODRjODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI5WXJqVWk3dUlkMkt0dDUyMGNjOUM2UU4yRWozckJ6Mm93a3VMaEY4Rlo0NkhvdGVYcWt5N0l4VzMwdGdCcUJOc1YtWlBLRFBxcmhTTDhRbURUTjBjWkdHdmlsbjNaSGUtWHY5b28zVlN1UUpPa1BTbi1YWm1LUjhreUZ1ZW8iLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjMwOjA5LjA3NDYxNSJ9fQ==','2020-02-17 11:30:10.078062'),('jznfyaotopxe2k8aobnm7h6qk87r6f1p','ODY3MGU2Y2ExNmZkYjAxMDlmNzVmNjBmOTE3ZTEwZDMxZGNjNzZlMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J5Q2VBMjA1YTAxSkFxdGxpTzVyNDRIa01rUHhEM0liYVdXZTJQR2FhQUd6RTBmQ0ZlbUkzVzNfdXExUUN6dmdMWmFNTHBkdlhUcFZ3Zm0tcHVReUhneUJCTjVhem1icmhXdWkxSkE0SkxzdnpRLVRURktfbEtjb1RRNkFYSE0iLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjEwOjE1LjMwNDMxMCJ9fQ==','2020-02-13 08:10:16.307893'),('jzxnbza02q71jrvi6ka61c4lzfcyyfff','ZjM4OWI2ZjBmMDI0OWVmZWI0ZDFmNmE1NzQ3NjhiYzY4OTUzMDA0MTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ3Ukh5c2c4ZlE2N3duVlJqeW5oLXFhdHZRVHg4Q2YtcU1GV0FMUDhJTEJlam9WOFJSWUZDdWNQMGo2TVV6ZHFLMnc4WnlCRW1tQ2VBdW9SOVh5cmh2MjhBc0RLdWR6Uk9QYndqaUREZDlkdWV3V3o4bzBTc0lXMG5WUVlGZ0kiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjI5OjUxLjA5MzU5OSJ9fQ==','2020-02-06 11:29:52.096929'),('k045l0gx14ko35lty2lh7x1e6l4e3bpv','YjE0OGJiMTQwOWYyZGUzODdiMGYzZjFjYzRkNjExMzcwMGE0NzYxYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIwZXlZS3RmR0JoYmNNdFE2dHJONnRfZHZnZWJJYTlvclNjM2Z6VEkzQXZsUy13R1hEdXhadENPZFpyVHNjMzVMdkdmcmxnNGtGX24yOGJ0elQ4MTdFVUljLUl6MklEVW9KNW0wNTdjd0lURHBYUHI1azZ5SDh0MGFQal9Ma0kiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjUwOjM3LjQ5MjU3MSJ9fQ==','2020-02-17 11:50:38.499633'),('k0hh6wqb6kbi32i2t901kk0x2s7hbjd2','MTU5MTc4MDAzMzFiYTk5NjA3YjdkNmE0NDE1N2JmY2E1NmVkYmIxYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI1WnRUS3FiZHU5V1cwX1lXclZUemlhUXotOXpPaEZpdU43eWg0TklyVkQ4eXRmdkxHWERGaVhUYzhpNW5RMGtHWmlnTjdQLXN4aVA2VTF5T1pDREw3UFVMM1liTzItdW1CSnNuRGtxVTQxTlFWYlprTDRhVmJ6LXFJNlAxZlkzIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNzo1Nzo1NC4wOTQ4NzQifX0=','2020-02-26 06:57:55.098227'),('k1nxmnneingbrjeca7gkd8d7d4j49yvy','YzcxZWI2MDU5ZWY1ZTA2MzM2ZWRhOWQxY2VmZjQyMDNiZTdmZGU0Yzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ4LVZ3RU1qV3RVQ3BrMUJnSzQxRllNT1Q3MVB0b1lKb2NNaS1yUEozWU54SmhHNXJveklMeUhoaFFtOVJMb3FwTW5TVFo0RzdYLU9VdXp6dkJkT0N1UEJIaWxzV0dicU53ZHNHbHhzX0JKb0JZeGpzSHNsYmJtaTdNUUpuaGMiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjEwOjM4LjQxNDYyNyJ9fQ==','2020-02-17 11:10:39.418071'),('k1peuxsc0w2u4uc7pip47511hh9cggz4','ZmJkOTRiMDg3N2ZmMzVmMzA4YjhlNTg2N2ZiM2JmMmVlNTJjZGNiYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVVLVlUaC1LMUhYb0F4WHJWRy0zNDBrMFhKd3dkTGRBT094UDRVRGdIYmE2a19aRnZZUlR2YjQtZ2ZIMHk5Uko4ekMyWExidDV4SkF3TFZBQmNfQlBpUEx1ZU5DSmJtendyRk9NZnRpODE1UkdQV1F1amZMeTkyTEFqb0ZzS0NzS1A1c1BmLTNnbnNpQUh3Z3p2WEJTSEs4NnlLZnBIV3p3IiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxNDoyNDoxNi4xNDc0NDcifX0=','2020-03-29 07:24:17.150954'),('k3fir3q56j28cx6otwjtqcgm4ko41y8k','OGI0ZTYyNmU0OTFjNjU4NzEyNDMwMjFjYjg4OTY5NDAxOGI4OGFiZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIwaXhXd3lMd2tGaEoxQjdCdWswUDEzcTdTYlNUY0l4UWttTDVmUHdYTkg5STlMNHY5d240d1Ewc08yVVE5Sk82RXljSFVkQ2YxWDBwdzlrbUhtZjNzWVpTdlo4R2F4S3RaUlo3a0tjV05DRURYVVExV3A4bnNmRE1VeFVDTUUiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjA2OjQxLjkzNDY0MiJ9fQ==','2020-02-06 12:06:42.938038'),('k3hndyftxvgdw536aj4o6ncxpblv61fm','OTU0ODZlYzIwZjI3MzBlYzVhM2VjODk5NjNhZmI2MzNhZmYzNjc5NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI4SnhTbURmNkNNelU0QUoxR0ZfLXFlald0S2JWSlp3Skg5YkNlYzZ3OWZMXy0taTdPTzZmUnlKb09jWE1vZnV6a2tNNl8yMzlSLU4xTHlyRWdLMUt6MzhMVVpPSThHZFNicHpMNjBEQjNHcHFhcmRYNDhURVNWZW1GWTdtWXMiLCJleHBpcnkiOiIyMDIwLTAxLTEyIDA2OjQ3OjI3LjA2NTUzOCJ9fQ==','2020-01-26 05:47:27.068922'),('k3vga3ckp9b3azhwmey83s37appyz3ld','ZjA2YjQzNjczMTFkY2RkNjBjY2Y0ZTgzY2ZlM2QyNzliODA2YjEzZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ4RUk3a3NmV2tZNGs5RWZ4SXlPNl9DOUtZVlNocTdVcmlhWGZnZ0tMUHBYV3NZclZ2TjFnV3BKNlJQM1FEOUFtQkN5elhsWEVqYUVaVEV2OWJSRzhxRTdBT2g5a2FhMDVITDVUT25lV1I4TjVOSzkyT2NBbDJJMXJoajA5eUV5IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo0MToxOC4xMzA2MjIifX0=','2020-02-24 05:41:19.134122'),('k46m9112fs7628lp8mo8hh2z5990hy8n','OGU0ZGRiZmZlMTFjN2ZjZTQ3OWZiOTYyZDMxYTk5MzFmOWU3NzBlYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ4WE1pWlFZV2J1am14bVdiQ2dNNGxPbWdWTzFKVlh6dHhqekxJaC02NTRtbzFyaVAyOEFmQ0w3NU05RzkzeWlpNzZ2Y2FZQ1ZHTENwQzE5Vk1RVGJxSWQ2eFFqZDBaVEFDdldnNUtQV1RHNFBZZ0JjWGpOemdORGltN1duVmNaIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzowMDo0MC44NzcxNzgifX0=','2020-02-23 06:00:41.880634'),('k5a25v2y0lie6rsw8sogfq32pcuv56zy','ZjRhYjg4Yzg5YzM5OWIxZTI0YjA5ODI1YTVjNGNjNGY3OTNjYTBiNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIxLTNKeU1ZbnJLZkk5MUlzc3ZmLU1BeS1EZFJsZnJoQ09SSFk0RXJicmNfazdWeUJ0SFMxZ29tQlNfcWV6OGZDVTFZU29hNHJHNDNuajB2VERKUU1Md1FNc1lERmxfV3ZHRU1NMFdMRzU0LUoxclFQUkRHNVNsdGFrUFB5RmsiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjEyOjE0Ljk1Mjk4NyJ9fQ==','2020-01-23 07:12:14.956455'),('k5b1e7gcbkmcvoooudo4vuy2v04dsd05','ZDBkMTIwMWQ1MmMzNmNlY2FkMjA0YzdiNzI1MmM0YjFhY2Q0M2U4Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ5UGl3emlQSUUtTktyNUN2dXpWRW5OWFp6dFhMTDRUTGFaeWpTc0V1emZlUTZ6M1Q2VDVFN1Y0TTdoN3ZuZnlVa0RpZkQ5ejZHSzhZVENrVktpdlpQNGw4R3hkaGUtNi13N3NBTGNkOVFrWUF1WmJ2NEpMV2hhbTNBTFlCOEk3IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo0MTowMS4wODA3ODYifX0=','2020-02-24 05:41:02.081937'),('k68f18u8smef58j0vosk0xavh87xqn78','NTcwMmRmYjQxZTk1OGNlMjljYzVjNzgxZjM5YmNjNzA5OGJmNjMxZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIyQ1ZZRmlVenRlSWJNWmFSTmFTWUZrNGZoUXp2Tk95MjhXVlNJUXNZSlUyUy1jU2FTd3U3Ml94S0xDTTFjalpvb0xiWS1zalRPSVFxOTR5MV9SeERaQ2luaG1keDJNN1FxLTRUT0xzVlFfMVU2RmZVVDRfcDNvV3NQaWluMzdPIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNjowMDoyMC45NDI2MTQifX0=','2020-02-26 05:00:21.945970'),('k6g36i9d6328x35aqd981vduhr5mdno7','NjVhZTgxZmI2Y2MxZTcxYzdkMzJlMjJmZmI0ZmY5NjYxYzRlYzBhZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I0N2JFTXdIZ29wSG4wTS1sOHUydWxIdUdKdEtINmxub0s0YVlIRXIxS01sSmU3dzlBTjhvUDdDaWFNUVozWkg1Q0c1RC1nMGhGWHE0LWFZNWNKa1dJbFBId2pvNXJFVXJqTk1hWDFULTBTMDRDRW82RUE3ckdGY3JzcFRyRkUiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjQwOjAxLjM5NTcxOCJ9fQ==','2020-02-10 07:40:02.400064'),('k6laak3cn2iqzafwdi1deuioknsc7kzt','NzAzN2I3MmRiZDVmYzQ0M2RhMTg1ZDg0NjE4NWUwMjEwNDc3YTE3ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI5ME5pcHdGbW1yQWRuQ1JxUFl6cGFJSnpNeFVFZFhDajNieXV6cHh4bVd6Unc5dHhVOHl1OUxFeEhIZldtVEt0R25XTmZESWlEZmxqV1RmNFhYaFIyLU9rSUttTXQwT1VYQXpnYkNMUWdYMEoxT0lZUFhfNEZNNkplQ3F0YU0iLCJleHBpcnkiOiIyMDIwLTAxLTA3IDA2OjUwOjQzLjQ2MDcxNiJ9fQ==','2020-01-21 05:50:43.463102'),('k6wfq88dj3i35279et8vpp3ru19ogmrh','ZjA2N2NhMjg5YmFmNzZiMDBiMWJmNTAxODY0MDk4MzZlNGM1ZTNlNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYYjRYNnRkNHRJWlFhQTBfaVJIbkN4bmtiY29uOWNTODRGUkdLcjFPWVJRZDlkREtqeC1NVTBNQW9tOUVDelFDMWlNZnJ0NWVGWVRXdE1rVklrTm9aaEhKWDEzYlQ2cDJ4M0laT1Zmb1NueUpUYURFOVNSSkJnSHFoeWJ2Wks0dnBhNTFOalRDUVlKRWZaeEZYMkM5UlNyN1ZuVmdVejZBIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwODoxMjo1MC41Nzc4NzgifX0=','2020-02-25 07:12:51.580823'),('k83yztyis6hthxtt0tarbaphfvdhyhzj','Yzc3NGUwZTA2ZDYyNTZhYWY1Yzc5Zjg1OTg0MDA5ODY1MWMxMDM4Yzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVWU2FidGlfWm5xc1o1TlM4a1FJYnVxTlVpMThyRnZLdWJOeWxtdmdqUncycUpNOGhsSG03X3p0ZnVjdEF4UHU3ZXRpTDVnU05pSjI5alYzNTdjaEU2NnlXRHhmR0VpWlIwNWIwWlJhNDVkSUhOelhwTlNFYUpsUkpxYlJHNTJjWkNLVTVMY09wQlZrWmVWNXJSall5UE91b2cyS3BmbEhnIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMzo1MzoyNS4xNjc3NTIifX0=','2020-03-29 06:53:26.168905'),('k9rkjcjd2je465ubayl3oau3uhcwb2ym','YWUyYTgyYzEwYmQ5NGUyY2EwZjBlZDQxMmU0Njc2Y2QzZWUzYzJjMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IwZUJjVVF0b1ZyXzB3LTNWQnVZZGxPUm9TLWhQR0ExbE9pZUZWT2lVazRJc2JvVnRSOVN2QzRDS3pjdHZGeU1TUnFyZ04wb3lFOXJyVWhKMkVqVEdxa2dDS21wN21pZzJ1cDBzTm1FU2ZqTHd6UzBvYkM5M2JpLVRtdVJpekUiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjUwOjQ5Ljg0MjU3OSJ9fQ==','2020-02-10 07:50:50.846023'),('ka91or9em6q6qljv2vc8j6rvi7nm0mvp','M2U2YzY5NzdiN2JiNTNlMjg0YmUyOGNkNjAyMDU4ZWZkN2VhNjBhYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI2SHZqYVZjT0pub0lfOGhlVXROcnE5ZG9lSUkyYTNld1U4dVU1OVB6SVJpbzBJeWd6dGR2bzV2eWhRRnN1eVRZQTFjYklWTE5hVkE1X0ZuUHptTk9XMm5ucWhsMWd1VlVHVGVRVTVoaWJBZ2Rnc3FGcFZUV1ZMRUpTeHhKcE1jIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNzowMDo1MC44MjgzNTMifX0=','2020-02-24 06:00:51.831627'),('kaknaszagrnebl05c6gv2onxuzbeh1xg','ZjNiOTdiNDIwYWRjMGMzZGZhOGQwYzI4NjAyYzI2MTc4NzU2ZDQ5MTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0JfTlBuWVNhSGJQbE5EWFlfNGt0QW9rR2lFLTBxR0szQ2FmclhaNHMzaG1Fa242NFpKdzQwT2dET0pnX3VuNGltbWpYTnJLNHJGaWt0OVliZ3l0UDd0X0p1YnhERjA0dmZObS1QNVppTkRjRFl0SUZjZGgtMWozalRzTW1LNEEiLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjE3OjQ2LjI4MjA2OSJ9fQ==','2020-02-09 06:17:47.286138'),('kaujd0jsrpgrfpnz0k5e06qxcwgplfe2','NzdjNGYyYzM4Njg5OTBkOTdhNDU4MDAyNjcxZTg4YzEyYjZhOWVhYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIzd2pJMW1CNXZOYmp6d2QtV1NiTU1uQjdMaTRRbzdZT3VqUVRJaUNDcFFwNzdYb2pWVV9oTUZvRFBCU3lOMm5hTTQ5ZVk2ZWZtc1dGQWp3UTR3SzJRQ3FuUkNOeWNlUnNZSFBvWjJ6d3VHV2NubGE4bTVQRFgwOEljQjFVZTQiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjA3OjM2LjI1NDYxOCJ9fQ==','2020-01-23 07:07:36.258128'),('kbmwruqy40fcyllk610bwlkx7kny6xwp','ODk3MGVlZjUyMjgyZmFmYjZhODU4YzI5YTY0NTllMGY5MDZmOTY1Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI5eGpVZDloV1BkRFc4M2RzUGhqMkE5OGU2X25MekkyZ2xsaHVNMVBnaEpSbExsbmhiRW5ocDZqbE9zNUZjUHljYkVqYkEyVjN2WVExN3BRbnpuNE9qY1VPVU1XdUc4WnM2cHZ4bE9yNnNOZURHV2s5UnFnVU9LektKY0x0cWVCIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwOToxODozMS44NDA2NDMifX0=','2020-02-25 08:18:32.844204'),('kcc7cxonqlcojptk5t183wscesm7f23f','M2IzMDVkYjhmNjEwNGU3MGVhOTUyYzY5ZTMwMzM1ZjRiNDk4NGZkNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J6M0dPdFlnZjVtV0tra1cyY3dKVDdTRExSYlNveldnNDRiWmpnVlVfdjRPTGlaUFdUZTFlOFZjeXpqWjI1d3ZOdW9MdkNXZ1VOeWZpdnB5UHptaUExOWIwZ1FDN1JaeGN3eG1XSnNEa0sycmpWMi1DTU1GQmoxQnRWMUpjR3ciLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjAwOjI0Ljk5MDQ1NyJ9fQ==','2020-02-10 08:00:25.993742'),('kd63pfeyt1r4d890b3pyocqury1kvkvp','ZTI3MDNlMjdmMTNhM2NjOTVjOWNlMmNkZDA2YjhlYzVlODlmOGE5Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI1UWhjSV85ekYzaFBmXzRCcDFacHVqVTVzNEpiZVVabGc0dVJTbFBNVm9JTDdIMEYtRFFFc3pZeEM4bFFmUk5jb193dW41dVNUd1FUVVhQd3ZTZHN2WTlXNW91NW5lTnRPNXJfcmkzRm4tU3YwLU1EZEZ5Q21KTDVZd1ZpdVUiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjIzOjQzLjI3NTQzMSJ9fQ==','2020-02-06 11:23:44.276663'),('kd84gz4ifhgkf5mfsiy1eo0xqt92fcg7','ZjZjNmE2YzQ1NDU5NGRiYmU3YjRmNDZiMGIwMzhkOWFjZTgyYTcyMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIxWWFVX1cwNWhjeVhEX3BORzEzakR1ZnVmSGxwQ1czcExBblhWYXBQcjhvT0Z5cnJBX2EzUG9Cbk9wMmlqYkhUT0hxSmg0ZHFYNGZKVllpTTNxcEN0SGpuTTB0QVQxY1FqRUNpQWtjTi10M2JJazBxLXZEcWdiX2FYUjkzMVkiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjEyOjAxLjA2MTE4MiJ9fQ==','2020-01-23 07:12:02.064571'),('kdrpdfea4ru3d0a2ouweyvx713rnfq28','Y2U3OWQ2M2MzN2I3MjM1OTQyMTJhODJhMTRiZjlkY2JiZjYwN2VkMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJfYXFDZGpiYVZXM3VXazRtSEdjNlp0amR0VVVHMUNzUU1MUzRPUnhMWGlpUDhZU3J1UVpjUHpiSllUUTNNV3ZKTjFpMUlkekdCbERrM0RjSVE4QkZVMFdneThZMUNyS05LdUFSaWpWRWlvMzA2enhDVTI2cl9xaFI1T3hHNnMiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjIwOjAxLjMyNzgyNiJ9fQ==','2020-02-17 11:20:02.331297'),('keawt8j54fqdcj2h3xhpo4ni74uk83sd','MzZiNTZkMWZmMTBiYWIwNGIzOWUzNzQ2ZTJmMDE1OGJmYTYzMTQ5Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI2TEVwcGxYYkFIZkJEQ2U5WXB6c2N6R0NoR0RHY2gweFBhZGFScVhNelo3bDRhSUh6SkIxVFhUbDVpQkd6YmpWM2FqLWMwMXdIaG81MTlxT0xnOFVhdkZ4RW9TR1RXTWEwVk01b3AwREdlc3dwUDBGTDlTd3I5WlhyNzRDQUkiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjQ2OjIzLjc3OTgyMyJ9fQ==','2020-02-18 05:46:24.783377'),('kfrchsj3usa52g2klqi3d73bkdbx2xfd','Y2U2ODQwNmI2MTE0NDRiYzNkYWU2NDk4OTY2MTBiMzRlOGIyMjQxZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IycXg1TFM1UXFRWWptcG9ETFNOamFHYnBSTlRXcVdlQ1R3ZnZuTEdIZEtzNnRJb1ZXREpTNG5fZUFoM1haYjcwU1hUMk02Q0o5Z0NsQU90elR0R0hVZnlEa2JqYlE4ZUk1Y1pxZjVzaGJoQnY5WmIxeVZCcTVnTGVxWTJrTmsiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjAwOjE4LjkyMzgzMyJ9fQ==','2020-02-13 08:00:19.927389'),('kfskjiy85k5bqdphe5szdqbq59gxkgma','ZjRhNWM5MzViMzJiZjIzZDhhNDI2YWYwMzUzNGUzODc4MzljYWRjNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIxV2F2QmZhTjkybHhrVWVBS1lfVmQ2a2JIUy12RTU3M1JEdzZKdEp1bkdGYzVfVTM3Q2pXN20zc0tvcFJfZkNWUmxDRF80OTI4dmdwVjNMeHBNNWJTczBvbWpKSU52M3B1aWM4clVtemdPWkJWVV8tQnE2Q0c3aS1jU05EbVUiLCJleHBpcnkiOiIyMDIwLTAxLTA2IDEwOjQ0OjQzLjcyMzc5MiJ9fQ==','2020-01-20 09:44:43.727306'),('kgl3ie9c6uyd8am6teu24ue9rhgr655g','ZGZkMmM1MTY0MDM3MDNjN2NlYzBkOTI4Mzk2NWI4N2EwYTEyYjc3Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJfWDBCUUE4b0JCd05md2V3ZWV0MkZDT3VselFTSFBDOGNGWHFDYzlYWVlDQ1NoM0ZtNVNtQjJndVNuSGlwOWhmYm5kSEltMXliNzdNMjZ3RUpEbktaTWZaaWNlaXhLd094UGlCS21vTVdha2loSl9DNTBSUlNKbnNyWm80X0RUIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwNjo0Mjo1NC4yMTYwMjkifX0=','2020-02-27 05:42:55.219437'),('kh59cizdam631d24c2f8x8t2y5ktmwja','Njg5YmJiMDA2MzQwNzVkMTgxODMzMjlkMjdjOWE1YWQ0MjEzZmU2ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIzR3djd0R2dzYwTUp5NmQ3X0pEbmNEbUNyTjZaSDMydGJZTExnaXdUWnNDdUFhNnJQdlVRVEdFNndFV2tZcldqZzd4QVpvMUJmZFJaam1jMUhtVXBVaTRRODV3UTBQay02M21JcVhHZ0hOakdnNjlpUkE0NlhpVTUwSWxKQ28iLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjA5OjI3LjAxNzQzOSJ9fQ==','2020-02-06 12:09:28.020748'),('khmql0z5q60ruqn7r8f36v2n2ub8vv4p','OWJlOTAzY2E2ZTYzNjQ0NzVkZTBhOTZmNjZjNTAzZGYwZWQyYmZiNzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIiwiY3JlZGVudGlhbHMiOnsiYWNjZXNzX3Rva2VuIjoieWEyOS5JbUc5Qng0LWZ2Nm9xMWhJRHU1Z1doa3N4cnRjcVM1dWs0Qmc1RDNFc1daMzRrOV9raVdGQmFMZkFTcG5GRk11Y2dBQ293bkpmdkFxMC1XVUZXS1kzVFoxN1lDOW43TXI2djl4WS1vSXhHNEFkME1yTl9Za3hhZ1loVFpSVG1ncGhvUlMiLCJleHBpcnkiOiIyMDIwLTAyLTE2IDEzOjExOjE0LjgzMTU4MyJ9fQ==','2020-03-01 12:11:15.832228'),('kiaa00r08ppo5bg1nb05c76iyswv0zr0','NDljMDJjNjYyNTc2MDRlYTllZDBlOWNkYzIwMzI1N2I3ZmRlYmYwOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIzTjB6cEhaaDhBbW1QWHFfZERsQzVYZ0t1SHBxNlFNanNqM2VhOEtVM2ZtRDVXY19vZ054eThYMjl6UjBuMFNROWpDM0ZEQnUzR1BNaU5CcHhrMEFnNzRhT2ZsVFZlLVpLamRKNEdRY1RNWVRoaTFjZXpXYzFSS2tBUWRjTmdvIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo0ODozNi4wNDEzMTQifX0=','2020-02-24 05:48:37.044908'),('kieo1b40m8uzpw99pf3lr4yofw3uy07a','ZTlhZTZiMTgyN2QzMGQ3MWI2NDY2ODQ5YTQ5M2U2OGUxZDc4NzJkYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIyZ0pkV3ZCOVR0VTlmLTdqRmxFZ25OMno1eUNqM0lWTlhieENuVExQbmt1NjdkZVZ0RmpSQnZLWXhOc0hQNWd2YXlOMXRKN0VrV1k4dVIwTFpsV0pNcUkxWVdrVlNxdGhjajltTXo2VFA4QS1ZWU14S0ttRkZqREtVNUFIeHhHIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODo0MjoyNC4zODkzMjYifX0=','2020-02-27 07:42:25.392867'),('kjayolctygbdfiw4nedv5mddz0ineuoa','ZDlkYjIyYmM0MGVmZjg2NjA2YjI5YWUzNWYzMTMwMWU4ZWUxYzY4Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI5RkhPb2RJVnhZbzRQTm1pX1p5Y043TVVZLXp4ZXloTVFMMlpYOEVQTzVyaGd3anFpZzF1ZmNkQ1htOHhSWEFpeVNHSUFTNTNYNEQzaW9aTGVnNm1jVm9jdm83TGRzQ2pVX3pONnJXenA4RWJURjBCOWhXek1OUGkxN1plQWMiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjAwOjA2LjQzMDAyMSJ9fQ==','2020-02-17 12:00:07.433895'),('kkypom66m4cdi91n0s8aql6yxn2txbyy','YzY1MmQ0OGZiOWExOGI2YmUxNmI3NGVjMDllODdlNTRkZTUwODgzZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEJ6cmV4NU5pWjE1c1dHRDBNRTdjcFZGcGVfd185RGFUdU1DZkJ6RTRJd2hlal92VlpndnI3a05NMTROMmRvNkxLZ2hQOFRhaG9TWTgwdDloOW53Mm80VTA1YW5PX2RCaHB4eGdiS2Uzb1NPRnA0WHVMSV96TWZFQUo2TEx1NzQiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjE1OjQ0LjQ3NzE2NiJ9fQ==','2020-01-23 07:15:44.480742'),('knn5yu0vjgt2d77gosjlvi3x5lm9g8yl','ZDYxMzIyZDdkMzUwYWZhZGFkMDY0YTBkZGRmMjM2OTVlNDMyNzkxYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVWaUFLb2wwTkR1WFpKSTh2OTg1a1Y1MHgtZkRLelQ5b2t6TmdheWU3dWU1dDhzMXQyMU1tZ3o0OGVRcGsyVXVJTFRLa3pZYlRoNGlOcXNpU3MwdGV6WjFrQkpITWw2MlNRalBVYmw3YnEtcW5ZU0lmUmVaX3RVVXVVVEdBLUk1ZDVyM3gwbjV4NmlEMTllR3lHcVN5bXBxaTFQcmpfVkNRIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMjozMjo1My41NTQ4NTYifX0=','2020-03-29 05:32:54.558318'),('knyaxkfa6fi2l7okkl0jsk2d3x9rlik0','OWMzY2RhMzczZTliMGQ1OTJiYWU5NzkxYTIzOThjNWI0MzUwNzFlNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYeWdMNlNjc0t1Yl9mcmRRUl9JaXBjaW82ajZxdHp0ek1QN05ZX1Bod08zREZfOC16eTMwUWRxdmxsQmIyRGlrUmpPQlF3U0NzdVpseVZ1Qi05VVJLQ1BkNjYxRWc1eDVmRGJLUVlGZ2w5aHVSNEpVUkY3WkRYelQyU01BRG1ETFBNajRYTTVDNW5pUkxNTnBMRlp1ZUNwc1RpOEkxR0ZBIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxNTowMDo1My45NjkzMTcifX0=','2020-03-29 08:00:54.972888'),('kr954lc3okmxevpfhyuxdssonre87gr8','OWQ3NDRjMzJmODY0NjlmNGJkNWM2ODQ3N2Q0Zjk2ODVmZjg3NzM4Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIyWGdxSU1qdDJrYlBHMzdhWE1Qc210bFhXMlpuT0FPWnVzMHdmUXJCUTIwc2RQM0pvS0ZFem8weGJ1NENXY2VTeGhKQVZ0OXR3bE5pVHZJWHYxX0R6WTljYlJMbjVjREJQaTNmZ0NncTFVNmZaZHJudF9fX2dXU2tjYkhnTjY0IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNzowMDoxOS44NTE2NDIifX0=','2020-02-24 06:00:20.855212'),('krazhj3mor0cael5sw492dmwvmyg9hqn','NjEzMDBkNDlhNTU5ZDU0OGVkN2Y5NWExMjI1MjI3YTBhNzQ2OWY0MDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I0SWFJSXVNT1gtNFBtMUU0WGFpLVRyeEJJMm5OSmc2MDd5V2dyMGJUUWJ1UWtKVWlzOFdhMmJlRkVEaHQ3eVM3czQ5aXhuUmpUY2lwV1R2Y0VEcDRnbTkwQlluX1RpZnRSSnN3RXZwNTZBOEdYSXl0Wlh5NTlZaHBHWk92MnMiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjUwOjEzLjY3MzA1MSJ9fQ==','2020-02-13 07:50:14.676234'),('krmmgjquv9uhnpcz1xblt8ccc53hh28w','YjkwMjEwOTRiNThlYTY4YzU3NWIzNzg5MTNmMGY5YzhmNTEzMzI4Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI4RkpCQ3RFbVk2T2VoMGR5RklidHBzR0R2YmoyZmR1SVdkbXlCR3YzcEpmMzJoQkpGOTBDQzV3My1hU280X3FrWXBiNWxUNmRhTGNtejlxaFd5ZHJybS1NdDdvcTFBNU92MVgzX1MwTmgtSTE1akRqSG5ENURuV1cyb296MDAiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA4OjE5OjA5LjEzNDY0OCJ9fQ==','2020-02-20 07:19:10.138208'),('krnj2iis3ryj84zjzztbu77v7bo38hwo','Zjc2ZDI2MmY3OWI5ODYwNGVjMTljNzdkMGZjYjczMmY4ZDI2Yjg0YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVWUGNiOEdmOC1UUDRSd2U5bmRCUlpzejFBdnhkZm02TFZ6djFoQjRrYUtXVkZhVHEydmZnUFB3aXo0dTRsdWp6cUQ3S3JvMnNqLUZqX2lNUFBzeHJPeUh4N0cxcWRzXzdZTktTNHB2T3l1ZVRrM0c5QUNkVWNzcnMtSGRSZFQ3Tnh1RlU2dWJVa0FkUUk0VWJqWjlIZmxEY1A0d0h2NXhRIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMzoyMDo0Mi43MDEwNDkifX0=','2020-03-29 06:20:43.704473'),('ks6umxx3hzunr9g3qjnd8cumm1mnga23','MGZlYjI0MTI4OWIyZjk1ZGJhYTU3YzFhNmUzZjU3NGQzMjUzOTg2Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIwMEViRGdvS3BCcnoxU1ZaMTMtWjVWTzJ0TkdJNC1MbEllUzc5MFE0WlZPaTd2RGJNY2Jzb3RMRjd4RURPMGJad2pFWVBUWFVFZlJSTWMwNWptT0dvNjB4clRaSlZMTXBnR0dtWHpWdnJjVDlQaDBvOWcxMmk5bFBXU29RZ2siLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA3OjAwOjEyLjk0NTI3NSJ9fQ==','2020-02-20 06:00:13.949157'),('ksa5umdezjpfmafzm3uqatt2arm41nhb','ZDQyNTllN2ZhZWI3NzFjMGU1YmQ3ZDQ5MTMwODY5Yjc5YWMwZjAwMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0JfbnlkUmdNMVJWaldISkVtSHJyQWwyZlFoLXVpV2Z5OHZneWtVMWZPbWVkLV9UYUh2Z3NGa1o2eFkzV0ZKc3BZRkd0cV9zMUFvNHJYbl9zR295SjlVN0JEdkxKVXgwSzNBMmRHdEJTR3FqWkZ0YTc0d1o5U1JqRk02SVNjSXciLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjQxOjAyLjQwNzQ3MyJ9fQ==','2020-02-13 07:41:03.410716'),('kt9knvku8cllwjx7b7ad3qc9fg722qfb','NDZjYjRjZjdkOTg2ZDZlM2YzYWIzOWE0YzNkY2RmN2RmZjBkYmY0Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIyVUo0bXFQenNSLWVHTmxRVmhnOWhYU3pVeDdFRlAzZWhlSE5zeUgtUWhlajRRcHVlSGtmNnZadFBnY1pGYjRqZlBld2FzMTZSUS13dDJHNjZEdk1iNnpQc29KblZDQmJ6eE05bS1mbTdyY1V4X3EwS2h3VXJ2UlBwOHZQUG8iLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjMwOjIwLjkyODQ5MSJ9fQ==','2020-02-17 12:30:21.931909'),('ku1cq3k9y0nhwfl3l8w540j0ynflpy4n','YmMwYTkzZGY0ZDFlZWY0ZWM4ZjgxNmIyZjA0YWRmZWQ3NzgwZDIwMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J5alh3WExGbHBmT2NOb1oyYklTWGVvWGlQQ2Eyd0dINXc1eE5IRFZFQ0J3SC15cWxUeTI3NjkwRlNyR0x0emMwV0tNS1VLQ2MtdFZrODNFRWs2bTY4RVBqMWVKN1dsRTJlamFxOG5FbDhEaWlobVAwLW50WUdmZGxKN2FtcDAiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjQwOjExLjE5NDkyNyJ9fQ==','2020-02-10 07:40:12.198082'),('kvas1t9baawyijxxygoap2jyf0l8jtoa','NDRlM2Q5Y2UyMmQ0MjBhZjlkYmNhYTBmZWE0NmI5YzcxMDcwN2QxYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J3RnktMHQtV05VVzFNVTJ3RW04WkxmM0p4TFlpc0NKbU9FTVlOYVVaQ2dEeG12V2RuTG84emdqMFdEcXFsTnczYm13SjhVd2x3Um5DOVA5T0U0bFZtcDNqZ3NobGtzMjVJRmhhZEVtVDR1N2QxR3drRGdvZVdRNm1jYk5nNWMiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjIwOjQ4LjA5MTc4MCJ9fQ==','2020-02-10 08:20:49.095290'),('kwntp20v3erk700gbe2u3qi3a9uxhe9b','YTQ1YTMwODA2YzM5MjM2M2YzZTIwZTlhZTYyYjkyM2NlY2U5ZjY5ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIxRHNzWUxoU05GWmdhSy1NdXoySnRydDJSNFljWHkwV1prd1oxY2dhSldGQktiV0xuaDk1d2VybmtvelhZV2hnYWh3ZkxnUG1HcW8tVEtYaTFFaXVWU2xqbUNCRk5QLUtDSjBMOHVkVTI3dmZZd1pMdm8zeG9mQVBVRERmU0ZjIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwNjo0Mjo1MS43MzAxNTAifX0=','2020-02-27 05:42:52.731910'),('kwpjws0axziep2hvcykyrdanwx0hp19d','OGJhMTJhNzFhZjgwMGFjYzQ5NjcxOGQwN2U4NDNkZWUwYThjNDU1Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI0U21EUDBPYnJNTU5FeWlHMjk0RE50R2xVdkhZT3hDZklrNGpqSHV0eGwtRnJUN2h4RHAtM0JVVHRqX3pDblJuSk50SWIxSGZ0NE51aGppb3ZZZDZpNnlKTHpiTFRRZ1FPMV81TjgtU2pOSEQ2d0tUeFpyc1pXaVRYX0JfRnk2IiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODowMDoxMy4yNzgyNTgifX0=','2020-02-23 07:00:14.281731'),('kxywvp95ocuxg1r5lgo5yqcdysdbrok6','ZDE1YTQwYjYxZjc3YmM2NDIyMTcyMzY3ZWFhMDA5YzZkZmY1MGYyYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI1UFhOeks2cnp6NlRocjFtRWRnM19id0tMNklPTGE3aUxrQUR0UGQxLXc5NGxncEJ6TjEycEpHNlU3YVBSS2xnMG9xcDBqbjA5WEhYSjhPRER0VVVfU1FsXy0wejhDeGRDbjQ2SGtKSWQ0XzhyVTA4QS1TMXRBTms1MUxtdjQiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjE1OjA0LjMzNDIyMyJ9fQ==','2020-01-23 07:15:04.335934'),('kydaxm25m40zok1knwk1fwlqzy9zutz8','NmM0NjM4YzBiOTZkNWJlYmFiYjc4Nzk1M2E5NmViODVlYTFmYTNkMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJfdjBiajZnOUl0TE94TmF4QUs5ZTRkMWJsSmJlMW5tRXlRajBzUGIwdm01ZW1uRjBMY2FaVVg3ZVMwV1Y0LTQzdGFCcU9faTV3ejZzOE9lNzFYZ1F6b1NwRElJaXFqQmc0UU5lVEhQYWdpc3h4MmVMQm1nTV9Uc3J4ME1STlUiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjEwOjUyLjI4NDI0MiJ9fQ==','2020-02-17 11:10:53.287710'),('kyffsck1zcqg2zqf8m8yrilcr32dmzo7','MDYzMjNiZTg2ODk4YTVkNTU2ZWFkNjhiOWIxYWFjYjg4ZDY2NjljMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IxdC02eS1rV2RlRWppbk5sVnZqM1AzcXZ4NURhT3VkWFBHcTFVcnJMQ0ZxeTQ3WjR6akRLV09BVlFWaDgwQUVicFFsZEhnN3JkS0dCT0NENTFWVXB3NXFwem8yd3FTZVoxSmpjelJyME42Q2xvR0Z1Qlg3dzI1V0NwVmd1LTAiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjIwOjAwLjcwNTk0NyJ9fQ==','2020-02-10 08:20:01.709540'),('kz28v5xzbunh5kd86hggz2m99p9oma0n','MWFjZDBhZmU2YjIyMDBkYWUyNGY0MmQxMzBiMDYwZGIxNTM3NDBkNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI4d25WSU42Yi0wQjA1MXFnSUNWZjUxRjREdk5YUU5pR29SNU5fRGRWLVlDVDFGZXJON0R1TzVpd3NTcE5MYUl3NExqekVWWURwSmNxZzc5VWkycHVLbUlrSGNCU1VCalM5Z1A2Qi1DQWVLUm1WUUprV3gyUEoxNmJnR3hYYUctIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzo1OTozNC44MDMxNjQifX0=','2020-02-23 06:59:35.806822'),('kzc93mynt4iry6rjxes02grwmdz6e49h','YjA0NzI1ZDBjZTE2ZmU4MmE5NGUwMTQxZDEzYjAwOTM1OWYxODU5MDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IzWUh2cVJIWURyeWZ1SXZIZHNHTVBBcldiM3lLc1JCaFN0YW9IazZsUjZoNmtGOEdhRTg3eXppbXJDT2ljeFc1NThWRTFCQWU1NzFtdWdnWmUydk1HTVVvZy0tS2M3Um5iZ1VqNGdmbm1TblJJVWxjWnU4cVRxWVBXX1ptMm8iLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjUwOjI2LjQ5Mjc0NyJ9fQ==','2020-02-09 06:50:27.496268'),('kzf748xh5e2m5kf1boyqfgkyuxm3r4ij','OTE3ODg0YTk5ZGI1ZDU3NjNmZDBjNTE5ZTA4ZGNmODVmZTdhODZiYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0JfTDFmTHZwb3JkSFBmcEdGYkk3TElVNjZZLUdaOFdWREdLOHd2NlRqYVczaTRCRWtwcWc5aWt4U3B2dmQ0TzFndkNKZ3ZuT3EzMXBaQjZkd3NfQzVxU2xIaDdkZmhuUWI3WjF1V0xEQ0VBR3RKdjJCMUVvbXFVYnlfZmVjWWsiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjIwOjEzLjgwNjQ0MyJ9fQ==','2020-02-10 08:20:14.810103'),('l0b4vj4mzxrge0zbn1csw20bfhxn63hy','ZTI4OGVkYjc3MmEyMGFkMjVmOWI0ZGNmMDZmMGQ2YWRhMGRjYWI0Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEItVXh0UGFMWDZGdmh6Y3BScHgtNm1VeHFDd2JJV0FuLVByR3UwVjhrWU8yMDM2al91X0p2SFlxaWowQkdkdXdFcHpkV0NTWm1EdDRBNnY1MDNTUDdrNGw3OG9zQlhmWUVvRXQ1QnFsZ3R5SmZGbWtZU0ZybExRSkdGQlMxVzgiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA2OjI2OjI4LjUwNTYxNyJ9fQ==','2020-01-23 05:26:28.506939'),('l10678azm11gcf02a8vt2g0i89dmt0sd','ODRiYjI0ZGM0YTExN2M5MGRiNGExYmI2MjMxZWFmNDY4ZWNiYmU1ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUItNklLbGZZV2xGTC1fVUd3dU0zakg3RWxQdU0tMzY3NFBIVmh0YUZacFBMei1SekRMMWQ4UHJrZWhhN1kxSUExREh1NzBTYVUtaUY4TkdOT1JDNHZWOGJCc3RFdFVLUTlwaURQeVNpSUlFcVJ0VUtQYzNab0FhaFRvR2FqZzVaIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo0MTowOC4xODQyNjUifX0=','2020-02-24 05:41:09.187754'),('l1kvqbr5uup8f1glooxh2w4pod9d57qt','N2JjMTkxMmMwMDY2MTQ0YmUzNzYyNzIyYWFjZWRjZTFiODRlOGIzNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI3OFkyNlVDVEptTS1nMHJQVHBBTnlWMDFxV3JNSGN1SDE3dHBvNFZmZUZFajQzdzR0REJwYlpVcy01QmtLUHlRWEN6cDN4NVltZlFjbjZhU1FHcVcwZ2FicmVwSGN3S0ZnTV9kcGltZHhPSmprLXpLTmJoOExwSXppT0lnQU0iLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA3OjUwOjIwLjcyNTM3OSJ9fQ==','2020-01-23 06:50:20.728835'),('l1wnnqrg6jzezs3pl50df8cfh40z5rfm','YWIxZWMzODA5N2I5NDFiMThkOWI0MWRmMDFjMWFiNDFjMzlkNGZhNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIwaWJhZTRRckF3NFVkUXB0Wk56amlTSTBzS3JxOWZIMXpPWDJsN3ZWVDdrTjhsdlc2MmJoczk1MkVoSy1scUxjVjZBTkZYbnJjUXEzUWpQcnA5Z2x0WERqTDEybVY4bGJEMTVXUXNUZ0xCbzZVaUpPWll2UTRVVE9QWlc4UXAtIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODo0MjozNi42ODMxMjIifX0=','2020-02-27 07:42:37.686533'),('l3ruga2w5jtovz7vihxhpy5mitpjva7i','YjUyZWEzZDQwZmJhODAzYmI0ZWU1N2NmZTczYjcyZjlmM2ViNzk1MDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI5dEhrMW9UU0tkdlBrRWNoLWtHczRET2hPUld3b1RNcGZuVXd4a1hWQU4zcjhVUFpQcXBrNDVZQTZfMzg3emJUUUVxWDFDVG9tZlRCaEtyR0xyNTQ1NlVVcENoZEFCaXB3UGt5UHVXbzRVV0V1M3QtNDVfcEVTQ0F2a2MxbTdHIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwODowMjo1OS42Nzg1NDIifX0=','2020-02-26 07:03:00.682063'),('l4bf5fq4v41xx0hceu4znzyhukd05s0c','OTVjYThiMzViZGMxMjI5YTgyMTI0YzQ3NTNkNTVjNzU0MTgzOWQ4NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYQzBrT2wybUNhTlUtZnZzOEtfOEQ5M1JlTmI0d2tMdVVwN0pMSHNxaVdDUEZsQVBEU1o4ZW9sT3BkLV9UNFA1S1MtanRFdEgtRnJQYU82Yk5SRzcwWThnWWZOa1NiWHNjU0dub29ZcmxETDZ4Si1PMEhubERvcW1rVWQ5UXRPNUVGSVZkNUtOQ1BQWko0TXI5RVZpM0lmSmxrUlkyUGVRIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMzo1MToxMy41ODM4NDIifX0=','2020-03-29 06:51:14.587194'),('l4ki1rh4hvh91abxu875hqf7su7ns3kh','NTIzMzMyODI2NmU5MmEyZmUyMmJjOTllZGE2MGE0OTZiMzYzYTE0NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI5SGd2RDZLSFNiU0N2dHlFbmxjM2ViM1J6bVFyYzNKTHNBWVdzVUFBQzJkWlB5ekFmaVV5TzVjSW5OUnMtZG80YVRFX3Jza0ZDVWpRMHI2enBGTElma1pob1paUzBIdEFMUThfc1BITDBVXzVuNm5rYXFjQkVIVFJ2aFJsd0EiLCJleHBpcnkiOiIyMDIwLTAyLTAyIDA0OjU5OjIwLjMwOTg0MyJ9fQ==','2020-02-16 03:59:21.311455'),('l4nem9b8qo70iy9r6agswe5cmtaqjrkn','NWU2YzY5MGJjOTM3NmIyNTgzNTFhZDNhY2E5YjE5ZTVmOTM2NDRjNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI1ZXZFa2REay1YLVFJUHZzWVJNbDhUZ0pTTTZVa0dXV0NUZzBlRjdwRjVzLTAwU0M3LWpKd2dHd2p6LWIweE5YQWJxVnZndnc0MDd0Nnd0bThTY1NKTm9XMk5ORlNpYjJybjI2RDlCa1NJbWJiZjhHR3pYVV9teG5JZHJSZlEiLCJleHBpcnkiOiIyMDIwLTAxLTA4IDA3OjExOjM5LjQ4MTYzNiJ9fQ==','2020-01-22 06:11:39.483417'),('l64pbdnge1v2imaz8lyagqc2ybuoxg0c','NzZmNDUzM2E3YjUxZGI5YzU3YWE4OTEyZTZlYTNmNGY2NjU3OTlhNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIzUnB5Q2RDemVUWEk1Y2JQTHhudlEyM2tmeUhubTdYeFRWajdTRml2S1ltejB1eGtvSUR0QTBrNHczWnF4SnJMbXdXTURqb3AzNWZEVTE5eERwTllDOGN1Z0N0T2dJcjZETWVsZldvSHRhV3o3WVhKTURqSzhBSzdjTlVBXzZvIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNjowMDozMy41NDcxNDcifX0=','2020-02-26 05:00:34.548671'),('l682nog4uv7v5vrhsa7euv08cnag8eff','NjQzMTU5Yjk2NDExYTljMWI0YTljZjkzZjczM2RmNTMyYjNlNjlmYjp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIiwic3RhdGUiOiJ0c2kyd1FPdXg2Y2FQMHJlbUZqbkxSVDkzTEtNZjgiLCJjcmVkZW50aWFscyI6eyJhY2Nlc3NfdG9rZW4iOiJ5YTI5LkltQzVCd2p2a3FmUzh2dS1sLWlPdF9Ed2c4T3ZxTDMxYWU1MXl4WGk2a2NZUTFLZko2eFRRNi1SZGI1T0ZoZGJXRnpuZXJrSEJsNHk3dUdkakFOVldCX2xSTGdYbEUzcUNTSS0zSlFlVm1DU2NOMDAzNWtmSWlBVHdnTnRyQU1manJ3IiwiZXhwaXJ5IjoiMjAyMC0wMS0xNSAwNjoxNDowOC40MDE1ODkifX0=','2020-01-29 06:14:08.402742'),('l6zz1hna4yt8bqdsv6m9va5szczx71t3','MDZlZTU4NDFkYTE1YzA2ZWUzOWVhYzgwY2FmMDM1ZTczZDFjYjJlMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ6SFdEZGxYekNVa0RDVnJCb1Ffdy1vaEFSa2N6Ulh6VFUzcWNmSndpVWEzOV9WQmszVzJvTnR3TE9PZEY4a3B5STVUR0t4N3NGcWppUjVVak1iMjUtelRvZlVCdXdZTU5yLWxxY19jMGVRU2FmZ1JodElOVENNS1piaVNYSG8iLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjQwOjM3LjQwNTg0NiJ9fQ==','2020-02-17 11:40:38.409226'),('l75xgytss02d1v2vgfcgugib7uzbk610','ZjE5OWZkZDM4MjJjMzBjOTE0YzlmOTcwNTQ5NDk1MDMyZTBkNTgyYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ5VjlUV2VkM1Jua2k4WVpPR3BvN3dZZnExZHpsU1Z2anpKY24wVjYyaDBaSWlZWXpOMi1jU1F1MW5KdUFYY2ZlWC05UEpaMlFxYkR2THZGSG9fSU50N2NWT2FHMWh0SXZQdExOcVdSbE1kY3FJektwSWRmZGd6ZXpILUNYbHciLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjUwOjI4LjMyMDMxNCJ9fQ==','2020-02-17 11:50:29.323815'),('l97my8dq9hrbdfa15lfcy4pp5006vg5q','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-10-11 07:37:25.386509'),('l9dwllhnw68tlsmwa8yu225yksbilt4g','MDFkNzY2ZDc0NDg0YWQ4NWJhZmIyZGJkNGNmZWE5OWQyMjViZTQwNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEItTmRzWFBrbGlQd2J2ZjNNZ2V3SERKUDllTVd6RTc4TXZxVGx4QVQ0ZTF5V2xTSkhrMUQ1d0tCdWQ1RThSMjJoZ3diSDIwcGNzS2Y2TWtHTFRVaDdvbC10cld3OGtyRUx2aW1ZV24xR1dkR3VrOWt0dDRRRW5NSi1FdHNmeTAiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA3OjUwOjA2LjE4MzkyMCJ9fQ==','2020-01-23 06:50:06.187353'),('lauqwyt2acq0gwjzscyj08fijjgvdumm','OWU0ZTlmNjZlODYwNDA4N2EwNjNhYTFlMzMxMjRmMzhiMWMwNjc0MTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J5d2VhVU9nZTVGVEVLM2F3ZmNUREpnMG9MN1ZlYXplSEs1RWYycE1qMjh3NWRIUEtYMXdod2hTSy11MzNUNEg1REV1YmNSWHFaWUdqcEJ0ZDctUXdxcl9DYWU1dzFtbGNsOVptVmtxRTRaMnp5M0U0QnJQbEZSeTFidU9fYTAiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjEwOjEzLjE2NDQ0NCJ9fQ==','2020-02-13 08:10:14.167814'),('lbzcpuhrdwk48adx5zhqjjrozqewd6aj','ODA3NDFmNjE3NmM4MGNlNjE1ODZmZjM4ZjdjMjZkYzIxYjdmYzA2Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I2QkxHa2h6ckM3ekRJOWZxdWlPSmQ1a0x0YkVqTVZkVG9IRGpBZGlVUWNIOENkcWR4Qmpkam1pZThPX3JRNEQxb2pTaXI0YTlUVGFubHFERWU3VWVNQ193czg1TGotVk5WUlBOUDlnTERhLVo1WUY5Xzcyay1xMkVnYnJCS0kiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjAwOjM4LjczNjQ1OSJ9fQ==','2020-02-13 08:00:39.740045'),('lceubwxa6c1tk12woy8scrker38x2uff','M2M0NDUxYzkyZDgwOGNkNTQ4YzBkZGU2MWQ2MWI2YzM0ZmY4NjUzOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI1cE03VHhQWUFXbzFxRm9fVk5xQl9XU2VERTJrM1FFSnIxTFFEbng4ZG5DSE1iajJ1ZXFXM3pfVl9BeG5iaDh4Qm1KSXZ5NjVFQlpkYmF1bW9DWk5Ua09JeUlQNmJuNGhfSXJTcWxJdDhXRHpPeFJfd3RMNjBndGRkWVlHLTQiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA2OjU5OjUwLjc4MDI4NSJ9fQ==','2020-02-20 05:59:51.783755'),('lczi5pgq5hmnriqfelitpi0mzg5cn69a','Zjk1ODI2Y2YxYmMyYmU2NjhjNmQ5YjVkMGRiMWZkMGQyZjg2OTVlYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ3NzdUUGFXNVppa3NJdTNITE1aU3hBYWxHR3dnV3VlNkkwRW93MlFnQTd5VEM2SmFpTnNyVnZwWDRncFQwUjllOE53bGt6aWdMMURnbDhKOW5FdkpIRXBOdG50YUozQktobUlFQkdtUTh4dkV3M1A1RjhYeVdJQ0liOUFNMjAiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjIwOjE5LjI3NTc0NSJ9fQ==','2020-02-17 11:20:20.279108'),('ldis28c47zlx5l43j0ib7o7yewrkpm0f','ZjM1YWYxMDMzNmYyYWNiNmEwNjE1YjhmY2I3ZTNkZmE1ZGY2MjVhMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIxODZqSTdVODB2QkNPWEVMdzEzOFZwTWJ1dy1vbE1kMldYdHQzM1VRdlp1dEZlRmdBYWJ4WWhkSERoWlJKTmV5VU9nZ1J0cmRjeUFabWs1bVVtZmdQZlJfakxuUGhLSnJlREpXbDJBNW1LYUYtM3V1cVBzS0IxQUVITmlzblJQIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNzo1NTozNC44NTIzMjIifX0=','2020-02-26 06:55:35.855775'),('ldqozlj2yynfm3ffwkr8xz8ao7lyybxm','N2Y5ZmI4ZDQ5MmM2Y2ZkMjkwMmYzNmJkNTk3NWIwNjlkM2E2MzdhMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI5YndxVzBpZmtxMFJyVlphREs5NmwxQ2NYUzl6aUp2dEktOTJyTzJXcmhfZkY4VXFsS0czcFF6RGxPQ3NUT0MxM3M3X1M4RW81TkxKQi1udDNNeXJhWi0wZmJIVkt0YXJfTDJoVjdveE1lYzBIeUxhOGFlSGhVY2JVc2hKcE9OIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwODoxMjozNi42NTYzMTQifX0=','2020-02-25 07:12:37.659797'),('lere03juidpvf40ecpl16e1kmrkm6ul1','YmIyYjAwYWRhMjQ2YTMyODllODIyMzNjOGQ0ZWRjZjczNzU1ZDQ1OTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI0OGlJWjd0UERBSVBFMlVhTGFUQk5mRDBpelhjNGhSQUozUFY2WlYyYV8ycDZFVE9XNVhnOTUzQmFTckpLMl81bU41dDhRYVZkU0ViQ1ZDbjJQa0ZDVms1enpMcmhHdFB6X0ZtX1ZTS3BJMmFuYWp0RlVOUjFOZi01SWtfR2ciLCJleHBpcnkiOiIyMDIwLTAxLTA4IDA3OjEzOjQwLjg1NDQ4OSJ9fQ==','2020-01-22 06:13:40.858082'),('lf5owjph28dda5zh28b6noep6xu15ldw','NGI4ZGQyMDkwYTQ4NmJmZjc1NTVlOTZjMmU4MzM2ZmJhZTdkNDZmNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI2a0tVeHlaRGRIY2Y3QlpGTFl2VnhaU2VBRjdMZnhaM2k5NG9yVmNCWlhpNmJjQmV1WHB1RGc1bzFiU09nX1RQb1VTX1lFS1ctUW96VjZPRnJlOXFrNHBteEZiU0ZIUmRTeDlzTHpySlMtT0NYSGZCbGxCSVQ5TEkyU1VKZ1EzIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODo1Mjo1My43NDU1NjYifX0=','2020-02-27 07:52:54.746635'),('lfh7rkqwdhxkr2j1l4jsh31ndk7nk9fv','ZDE3MDM4NGE4MmIzOTY1M2U5NDBiYzBjMmVmZWIzZWEzMTliNmQ5NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI2dDhobzFFTEpjSjVucFRaQUsxS3lpY0JFVUphQjBpLUJ6VVNMMjVwd011TUs1Q1pOVjdZaG5BemVfbVl5WEJqYW50YXdDYk5lM3hNMWhYZVBDMnpta1dtc3dZZTZYQ21vSmN6bmhneHdUalhIUjBUanhuVkJlSHlUN2EyRDV5IiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODowMTozMi43NjczNzAifX0=','2020-02-23 07:01:33.770708'),('lfiv1ij5cgqx65kvqz22xefj226574w0','OTRhNmEzNDk0NTI1NzljYTg0OTM5M2E2YWFlMTQyY2MyYmJiYzUwZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IwVHlrSmFicTFzRWxqWEVjNHhEb2g2T1FSUTAwbHUzQ3d0M0J6X1JOeVZBOHpBUWs4c3BFNUN2U2tVMEczWU10Y05HQUVLZndCVXFNYTFoYmxMTlBaR2pRUzBrcmxPQkoySmVxc1U3ZkZvLWxQVE1FdE1wVHN5REI5YUVKeWciLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjEwOjAzLjk2ODY1NSJ9fQ==','2020-02-10 08:10:04.972006'),('lgx119n2q2cyeoaqa5i8n3zfx2iye2f6','NTU3ZjZkZmU3NDk2MDMxNDgxOWE3NTM1MjM4NWVlZDVjNmE4OWQ0Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI3RlpPTzFDQlJYOC1MTUlaVldrbzZIc1plcTYwWnVKZVV2VEFzcks0WFBhOEVVMjI0U29JeVZReGV6dzJqS09SVDBZeklHcmtaVzlkWmtTMDctVzlrUFMxZHRCLUo2QWktYXZxMWNNblFjQVR0VHlPM09WUlpVS2o2dk1xLUUiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjMwOjI1LjI3OTY0OCJ9fQ==','2020-02-06 11:30:26.286816'),('lifamabj4u0vjau2xzm7tr4onjjngv2r','MmU3OWY1NWVkODE4MDA1NzliNjFkZDk4YzEwN2U2MzM2Zjc2YzdlYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIwTk5ENjF6NzRuQ3Z6MVJQN2FGSjNZTFJNMUtKVFlCSVRMTGlKU1QweDA1SGtqRWl3WWJwV3ZMMmNTQ1JNeFo0STZQN3JDVFpOa2JWaWo2Z1l3TUJCZVNmSE40SUtZMS1ramwyYmMyTV9ydDE0OVlfNjN6b1M1dmdXMkVaaVl6IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwOTowNDo0My41ODkzMjcifX0=','2020-02-25 08:04:44.595185'),('lj1ubpgbikr2x8v300uo0rn7orrx381v','OTNmNzg5NjNhNTk0MWUzNDBhYTNmY2I0ZmQzYzM0ZDk5ZTcwNTUyYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ5VDFnY1l0SVNHMXNqZEQ1MW1NQUJROS1RaEZGejJ4SGVvUXV5MVFiLXljdG9nNXVkVjQyUjRYQnFTWU1FMHBtU09HSTlHand0NVlBcE55RmFYVDNBbXM3bjdtdTFrN1hRNHBIc0dldlp2YzhjWnNKaWtsdlBpTW54SGMzWGciLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjUwOjE1LjAwODc0OCJ9fQ==','2020-02-17 11:50:16.012160'),('ljdblwzi060b8t5kb0q4mhzlhf1rv8sq','MWZiNzkzNzAyM2FlMDFjN2Y0MDNmMDI5ZWZmOTgxZDU2MDgxZmVjMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVVYjA5OFoyWi1yNGNmTE9LX29VN0x5THFtNVI5aktydjNQV2hsdXpnZGlUeXNvbF84QWVIYndDdDdOVTFfWjBxdDRybGhwR1NrVU93NGZ5Vkp3anRFV240VGpxQW5DWkJBYXVZai1SY2l6djZhQ2Fsc2owS0NrNW1CcURXMFo4dGctZWdRSUMtbldraTd4WDBySmtMa1p6ZU9pZTZ5WTZ3IiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxNDoyMzo0OS42Mzk5MTgifX0=','2020-03-29 07:23:50.643144'),('ljdesnz8y5hqfujd1zoda7zvny7c2898','ZjM1M2VlYTVlYmVkOWFmNmM3Mzc1OTU2NjJmZGQ0ZjNiYjgxNDEyMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIxSU1rVEQzNi1oVVJqWWpwUHkwbXpRb1FkbVNvZVNhRXFONjdyVHJrOEtpdlJLRkJzTThrbjh1OHVtXzVoZ3FIQWp6VkRoRnVsbDBlLTRmdTBkRWpyUkpXWHhZS3RNSXU1SWhHZHQ2OGlJM3M5ZHpRY3ZaQjNGZlhtZVhpdTQiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDExOjU3OjUyLjQ3NzI3NCJ9fQ==','2020-02-06 10:57:53.480554'),('ljqirkahz14wjxezaqjdcvguvdt9o4qs','ZWE1NGYyNmU0OWJhNjYzM2I1MjRiOGJjZmFkYjI3ZDJkNThhZjUzMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZTRsdkMyenc0ZkpjLS1RLWd6UjZ5dllRV1J3dXY5NWsyWHFOWHkyRHd4NlcwbkNZeWlTVWxNUEJ1Yk9UWERiZnJXZXRXb3dEMnZxZDdjcWtLVkZlaHA2WkliaFNjRGZEelA4UnhPY3FBUGdpLXlfZzlxNllzV2tWTF9SSDZJSmRMNklnSEJ4bmRZSEJpbi1NN1JlQll4bGJJMVRJYThZeDRGOUxBIiwiZXhwaXJ5IjoiMjAyMC0wNS0wNCAxMzo0MToyNS40MzE5NzQifX0=','2020-05-18 06:41:26.435316'),('lju39077v6q2ykeyojxl2my96hijpnm7','NmU3NTcyNGI0NDhkYWZjZDQ5MTkwMzU1MWNkMTViYWRmMDE2Njc3Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ5anpiYXFDRFFBYzJHaFZiQXIyRExSYmFGQkZ6MVVmT2I2OUUxXzJTQUN1SVktM3hUU21IRzVCajcwcHJRUkE4MVZTSjU2QWxWa3hselUza2lLMmVNWmwzQ1Itb3dONkxSNE5tWlhoSE5OamRJREJ2T2loakFzQWUtWlAwRjgiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjEwOjIyLjg0ODUyOSJ9fQ==','2020-02-17 11:10:23.852095'),('lk2id3xo7ez31eq4nttfqbdhhfkqd1lw','NDM2YjVhYmE2NTEyMmUxNzEyNjAzYzFmNDUwYjZlNzI0Mzk4ZGJhYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI4UG5sOTllTi02SWtsS1R4UFpJQWUyTUJVRmlRRFk5Y0FkbE1aRVRPZEQ3NWo4cFNaYlhGUWFneGVjMVFuUWwxVnVzUmdUOFJmWUQ5THpMbVdKSVR6eFdBdWUxUUdwVHh6ODhQOVN5cmFvanR6TEpQSmxYMnlWdHpxbE42RDFNIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzowMDoxNC4xNzY2ODkifX0=','2020-02-23 06:00:15.180677'),('lkcxr0adymvhf8557xkgcjuvz5740mst','Y2JkN2FjZTRkODE0MzExYzk0NjM2MzU2YjQ5MjIwY2JiNWE0MTAxNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ3eDR2SVRUbUxENk5sM1ZqamdKczJRZl9rMzlrbWpBTmVPZWhSbU1FeFJxeVZBUFc3ZUxLQ3BhUHl6VGZ4UGxPZVVQN0RaalE0N3dyb1RabEllcHlEMTZkMXprenl6dlJtcV9kSVdIMlY5Q1RMTlkybW9pb0RwTWtjQ2l0bEhoIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNzo1Mjo1MS44MDIxMjQifX0=','2020-02-26 06:52:52.805548'),('lkmbjmyyvl75cvvihgddeny4lud6qfb1','NjNhMjgyN2Q2Y2MxMzY4MWZjZDBhODE1NzNkZGI3ZGQ2MWQ1ZDRiMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYT3pEd3pSVzVUN3hSY0pFYmRmcnViQ3dSVmpGRGZXZDctYVdzRnUzd2VxODRGcXJkZ193ZjkwWGFKTVd4cXI1ZDhVeHMtTkJTWGFrUHJrN2U5M3dFQXVqZlRyN2I1dGZucnNoOC1RbVJITUVJMmU5a3p2TWN2c2VLVjZ2S202dDcya05PaGtlLUVkZ3BOc3Z4MzFHdklyLXloYWYtOWZRIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMjozNzoxOC4xOTA5MDQifX0=','2020-03-29 05:37:19.194533'),('lmnsh36wgqfmj3u92bbnsd82s4suzkzs','YzNiNjg2NDNjYTAxMmQ1MTcxMDU0MjEzMjdlY2NjMTRlZjNkODQ2Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J6a3I0bDVsY1N5c0I4QWd2MWdneXBDMGpPVW9UQ2ZOVm1fbnhrbmtma1lqQjNyUGV2LUoxalRjOGJoa2xuRjZDUUx1SGo2dS1kY0YtZnZoS202NUl5bUV0ZmJUdmlybmRjVjJmS1ZDTHFlSkxYbHJKdUE4MkItWVE0eWZlZzgiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjIwOjExLjI5MDU4MyJ9fQ==','2020-02-10 08:20:12.294000'),('lofe3kop917oq8io3j1qihv05zkwq4wq','YTk5NGFjNDg0ZjJlMDBiZWE4Njc0YWVkZmZjNWRmMjMyNmY1YTc1MDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J4eFdhUUJuNTF6bGRXcC01aHhfb1lVRFVSQlpMeHZyMldCVHFZMWN1YXhvMEVJMVYwYVNvVlhMekppYXNEbm9zaXBzZmlBMGxNSUdzUlFsNUNHdzZuT2FwT0xXR1RGUlNRUDZUREdwa1htVVdSQzlRODdvek5PR2lpeENtWEUiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjAwOjI4LjI2NTU1NCJ9fQ==','2020-02-10 08:00:29.269066'),('lpl2kuy9a8uxrdt59qcvmjcr4zbcm0d8','OTI2ODU5ZjcwOGEyNTlhMDcxNzQ4YTIwMTQ2ZjdiYWMxMWRmNjIxMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJfZ0FBQTh4MzJySjNHcXRTWWkwaU1idGhqMTJYTUdUXzdBTzVnYjlIaUcxNER3R3hzUjMyenZiRjJoTVY0cGN5QWhXWG8zVlctRW1idkJ3YXhQVUZ6Nng2RVQ1UUFtUFdfczJrMm0zcnkxc3JneUFVOTZIbGpnUlRhbGdtSVRCIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwODozMDo0MC4wNjkwOTMifX0=','2020-02-26 07:30:41.072511'),('lr04jfwx7htij1zpr2jh8i2xkovnkx2q','MTViNzdjNzRlNTg3YmVkZTA3YjBmYTBmZTdlOWZlZTBhOGYyYTY5Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ5Q3Zya3VpSEd2dFJJam5NOXMwZHFqdjVQRkJLQ3FmRTladDJLVFkzTE1NSW1jVXFaWXBCVFQ0ZkJtZElqdDBNaDNJOUJzZUk4RTdWdElBWnNWa1FZMTBHUHV3cWVWSG5nSGxWb1ZyQ25qTWpaZHMtVGx6VUVjZzhTQWxJMTQiLCJleHBpcnkiOiIyMDIwLTAyLTA1IDA2OjM0OjQ2LjA1OTcwNCJ9fQ==','2020-02-19 05:34:47.060837'),('lr0uesj5eamjnjvhr988ik80u3v8t5t7','ZTQ1YzlhOGIyMDIwMjc5ODI1MmUzMWI4YmJiZjEwMjE4ZDg1NDQzZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0JfcDRiWXptU1h6aDhScG9WSWxXM1BaMkM5cmxFYVl5M2ZVQVpnNlNJcXNtaXdVaHB3SldQSE5Ic3h5UlAtYV9hcmhvTEpxaDltajlwVDhZWHgxVldNdU1KczdVVEx4bWJHRTNuMXAyNDZxWkd6c1Rac3Q2M19KbmY5QW12djQiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjA1OjM1Ljk3MDUyNiJ9fQ==','2020-02-06 12:05:36.971743'),('lrw1x5jkk0pye1rxoforhvhz4snkrozk','ODRhZDdhMjkxNjcwOTEzYmY3ZmNjYjBkOGI0MTE3M2FlYjdkMjlkNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI2NmQ5R1FDR1oyTHBjMDZna1hoN0JVdDFRU0RnV3lyVTFBNlZ2RHM4QmZvS3o4M1dTX3pHRy1IU1hLdlhKd2pvYlN4TWRjM2VaYWpVakU1cUVGaWZySnJ0RkVyRng5cVNZOFZOLWJoRHBJYmVCd2FPR0JaNGJkTE1hdXNPQ1kiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjU2OjE0LjMzODAyMCJ9fQ==','2020-02-18 05:56:15.341593'),('lskrwf0aolxpexjfh148p8wzg2c9h0wl','MzY1MThmMzA3ZWNkNWMzODhkYWNhZGZhNTY1NWE4MDljOGZjN2I2Yzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI2MUxUSTNvWHU1a2o3d3NlT1AtM3FOTHZfd1c2Q2J4a2h0S1BOTHBDcW1zYlR4MVAxN0x3aEQwT0trejhOdERaNTFoN1pXcVpPZVRvZXZtanZpWHA3X2VzaXFfRDF6NmFiNEVuSWtRdmNIOWJvZjZPVy1IdTgzWkZMc3Q5eEkiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjEwOjE5LjYwMjczMiJ9fQ==','2020-02-17 11:10:20.606279'),('lv2pes1hwr2j294nyu0ttewnogq9pcb4','MjlkMDgzYjE2MzhjYWYyOTkxMGMyYmQ4ZDFkNDM5MjQ4NjIyNTc4ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI5LUFPaHFGdkJjX3ZwaGdBMUdlOVV1Zk1qdWNXWnl6dG5Ud0pucVFXZDNPWVhtcWdxZkYwZW5ndVJBQzdhTHdBOEhzQ0NYWHJpTG1IcjV0andZbFFUYWhMZjZEYVZjajNLSGc5aVlQWlJaYUhQRTU4dm5qelRmUk5tNjg2ZDQiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjEwOjI1LjU2OTY3NyJ9fQ==','2020-02-17 12:10:26.573179'),('lx112nepv2r556kzo7z8wthbon9268cp','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-12-27 17:14:30.976560'),('lx4rhhh65opfi1b0ztq69o9dhh1u3x4h','NTEwYmFmN2YwYmNiM2VkMDkyMmNhNWY0MGVlMjhkZGVhNjdlMDM2Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIzUzRKOVJsMXJUeWl5VXVKeHFOSU1tNTVEOVZsNno4bTlkd1JsMUo2MVdwQlRVMmdkQU9uMGVreEN3MXVNU3ZrMG1YSHp4SHNhZ0VnUHBscE5KTjVkd2luVXVDWDYwZ2hXQ3ZjQW1mbUVUWlIyXzZ6aDJ2bEZDTUE0ejB4T0poIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwODoxNzoxNy45MTcwMzkifX0=','2020-02-25 07:17:18.920185'),('m0cgbokzekwfi53b47q66sfdq42ujeb5','ZDlhODA5YjcyZGZhZmRiZTZkODZlZmY4OGZkNDVmNGFmYTIxN2M0Yjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI2ckp1UlQ2SWJaai1LMExvY21nNTFoZlJNbnd4aElpOHJkNlZPT2YtV2tJX2dhYm5HbUlSSjB3SDhpWkdCM1BuVWVnMC1vRHU4WWM0N25GWUZVQ0lsNEhHYzIycUhZQ2E3Qi1Lc2xFMnRzYXRCWDNjX2hCREVsSEZ5b01ObkEiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjA3OjU2LjgwOTc1MCJ9fQ==','2020-01-23 07:07:56.813285'),('m12iyog9ajxn7ytcpuqdqdm7hyqsfn28','ZmEyYTg1Y2JkM2Q0MzZlNWE1NDY0ZGIxMThiMmQ1OWQ4NDgyNTM0ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUJfSHhJakxTdTFYZjNla0FLTU9ET2pDdTZXY1ktaHBoQ3B0bVhCdkdWRHhhdFdmaWdMMVg0MVpXS2pFUEJsSU9sc1k1SmU0SmZhaUNST3gyUnRtRXVRSl9xeVF4T3lYUjQ5Z2h1UktPX1JQRVlVNnVXQUdJa3RUWGFIZTA3M00iLCJleHBpcnkiOiIyMDIwLTAxLTE0IDA2OjM4OjA3LjcwOTI4MCJ9fQ==','2020-01-28 05:38:08.712748'),('m1wgdf49nx6ooffsrnjj1haj4341otze','YmVmYzZiYjAwMDJkMGMyYmIxZmEzZDEzYzc5M2M2OWIzNDc2NDllNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZTRsdkMybkdUMGZtVmlkdENwZEU2YWJfTjFhTEJOTy1oRm9GVUJTWDVRUlY4V1RHUFBudDdZemJoeGVwdXI3N1dTOG10emJwdEQ0d2ZwZHh3Tk01YnNLNjUtbmhiOE1EdC1uZnNoLVdKb01NNEdoenFLQXpuY3dZblNfa05zNFc1QWE4bTloYmZhSDlCWlFrODZqaGE0VVJyQTZhWkw3Rm5FV0V3IiwiZXhwaXJ5IjoiMjAyMC0wNC0wNyAxNDowODo0MC40MjQ4MjUifX0=','2020-04-21 07:08:41.426206'),('m3oi22pi4y71w4vx2h9cmmo7e3n52jqw','N2NmMGFmOTM4NjU4MTU5MGI5YjY5NzBkYmIyMzA4M2ZkNGRmNzUxNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVVdmF2X093cjFhMjRjZVZkcjJobzR4cDI3LWVlQ0dGbVozWl95Rnljd3J4T2NIT3V3cjBTZlU0dEowd0JMWVYwUVdfVGRRWjBES2hQWUktdWJ5WUsyTXV1amo2dlZYUlpneHZOWGtGZmxXSXNyUm84LWxQYm1sSlJpa0hiaDloeVlUdnE5X0JFaEJsUjkyOHdiMHBhQlVjVm0yRGcxTDB3IiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMzowOTozMC45NjY4OTIifX0=','2020-03-29 06:09:31.970890'),('m5aumb7grwh9zi5p30nxm5qzl11ziajo','NGQ5OWY1YjIwN2RhODY2MjI4YTAxZTg4ZmVkYmQ2ZDgxOGMwZjQ4Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEJ6SlM2dGdMbnVmbmxFMVBOeG9vSDlMLXhJbWllWmtVaGx6V3lEdzRmbkUxYTlGRGdVaWRKbE9fVHVRb1lROTMyZVc5RC1xVmRHTkkyRXlsT29ReTVjWDFCVU1IdWI3VFh3RE4yTmRXRXJTMFF3MW1yREJ1bmRCWm9Wak1CUFkiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjExOjM2LjMyNDY1MiJ9fQ==','2020-01-23 07:11:36.328168'),('m5pd0480u4wyos1dt4egvc1to160hlui','MGNiOTFhNTdjODU3NWNkNTMwODRmZDBmZTc4MjkxYTg2ODQ2NjE3NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI3c244eTlmUW1YYWdaZUZneGNQMldoQ180YjVUb2VmOXcwWWJuQ1phRDluTEVCUnljSndmQkJFcjgxMkxsSFBlcWRQNGFMN25HUHh3dFdxOWo0WlgwTjhISjZmZHNWd0sxUzBqSVQ1MUJ2eWlsdjRfR3ZMb3dXNXI2MWlnZ0UiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjA4OjEzLjE1MTYyMCJ9fQ==','2020-01-23 07:08:13.155178'),('m5w48oljczcskn84qehox9q9yzz8py68','ZGFkMDUwYjA5OGY3NjhmNGVlODlmZjcxY2FhY2I4MWIyNTlkYjg1YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ6M194dkxtWEFMdFp3SURQNUIyVnpGaFlvVEpsekJmY3NzdFlyOTF5WVFXTHJsMnVTemVXbERwaUdkZDUyUklSNURLTnh3M2Y4WWMwUG5OZjJqTzVFcUFCNUpUQVBBZGhYR09kZ21UeGgxalZYcHIxLUd2cFB3Vm1TenZrLVUiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjIwOjQxLjM2NzY0MiJ9fQ==','2020-02-17 11:20:42.368762'),('m60lvfibedbv58dw3pghzx0qpfmsnt6a','ZTM2YTdhYmY4OTA2NGJhYzQyNTFhZmM0ZTU2NTIwNjQ0ZGJlOWM2Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJfOFVObC1ITWlkWDhfVTQxcko4UzFnWXdXTWc3Vk9JTVlvOUhJRzlEekk4QkNOZ3lxWGR0ajZDU3BERjIzMmNmZVNNbG9qN1FBUVYySW9UelhTQy11NU9EaVExNUxmTEJkYUtXWjBvd1E4d1haWk01akpKSXh5RmZvdE1LeVBrIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoyMzoxNC41ODAyODQifX0=','2020-02-23 07:23:15.583771'),('m65nfsjl9vcdvcnv3ukvtkh6o7nvvp8w','OWEyNTI5ZTZlZWU4MjBhODQ3MzVkNGY3YzljZjRiYjhmNzYxZWNmOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI0cGVYZUktTmxMM2NwNGVERVJlN09FZ0EyeXZ2djRGWjZFVmx3ZXVKV2pMblBmMzg4UmUwUXg1R0E1NDlTZ2M1U3JYTEFDbEU3OHo0ZE9RZHFWQkhkdEEtdkhicmk1VktnSzdTMFI4dWVKc1l3U01jcmItV2xPbTNVWjI0Zl9hIiwiZXhwaXJ5IjoiMjAyMC0wMi0yMCAxMTo1NToxNi4zODk2MjIifX0=','2020-03-05 10:55:17.393244'),('m6ej2xdtk64w2oyydqxgbagv21qhgr97','OGY5M2U5NDcwOTM5MTJkOTExYjQyMzViN2VlOTdmOGM2MDc3YjZmOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI5aV9YcnV5bjdQYlRMdjd0VlFEYWdqYkdJVEFLSjExQnFYeUJqSVJIMDFQV0h5YmxoZU9KSHp1LXp4RjJ2NDI2NDdLZmZoNWdvR0hEZDBzQVNlNFJfc3F6SHBsb2FyWTZNLWpLUGM5dG9GMmM4OVM1R1F4RFE4aDl5ZlNEUE0iLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjIwOjEyLjEzMTE4MiJ9fQ==','2020-02-06 12:20:13.134624'),('m6q2b9k56qxehdxi8zwiijw2e1qhn5w6','MTQ0ZjUyYjQ3ZjFlNDk2ZDk3Y2Y0NGNjMmVkZjI1Y2MyNjQ4ZDEzOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUJ4MWhES196dTlOdFdRQkhsVl9PVjA3QWh0QklvOVFMeVBXcFU0T1pRaGY4UXFIeVA1Z1NmckhXclctY0o2dllvRVpqeGR4Yjl1cHBkVlY4cVVuamtWT1BSbEVuYzloRVM4eFdsTXVqOWhhN2RXcTVQZEVUWE1YWjNzWUpyT3MiLCJleHBpcnkiOiIyMDIwLTAxLTE0IDA2OjM3OjUxLjQ4ODY4OSJ9fQ==','2020-01-28 05:37:52.489899'),('m7ok7i8jbwam89z5qgkt19rd7vrtlrit','NmUwODQ4ODIxNDNhYjUyODQ5MjVlMmU3ZTVmYzQwODhiYjQyMTIzNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ3ZTZGSnRwOEF3dURZSlF1amhoZnJWZHJYamxaLVlHNnpTTnZPdXdwRzA5dlRSM2VkTVVuLTJCSnRpOFZQS1NIVElaaDVZRERBdHU5ZlZ0UFZyM3N5VzlPRVBJRVBueDVkcmZmYnp3THc1NE9uQ2RxZldLNFE2S2w1NjR1b2siLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjIwOjExLjI3ODI5MCJ9fQ==','2020-02-06 12:20:12.281856'),('m7zl5yjnxm2gjhs1vtn8hj2qs4p9buk8','NTA5MDc2YmZiMmJmNjkyYTY0ODQxY2E3OGE5M2NmNjk1NmIzMTNhOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ6M1Z1SkVGSjNxUXd0YXFlYUlLSFhnSkltQ1JfQ2lMMnVvY0loUkM2LVRVblE5eG5FWmtLSnhBMWRVZW5PMjlCSTI2X192MWZiYW5wMFgzQUVvVHZiYnJXWVNkMGMwTzFxZnFWbjdKTkUxODRPdXR3NjdZZnN3bG56ZDM2b2siLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjAwOjAxLjcwOTA0MyJ9fQ==','2020-02-17 11:00:02.712499'),('m8el8168e6at8g5giodhyzevhh1inp5e','OTBmOTE3MWNhOGNlZGJkOGE3Mzk2ZTkxNjRlMDE2NmM0YjIzOTAwNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVVRWpJLTVSWDY0OFk1UTkya3h5TjdzX2ZYQmdlS1ZtRWliYXppOGtUT0NBZ1FSYnBaVlZWdVJuTjllTExCMU5LTlAxZEVVd0VETUd0TTFWVDJjVDFMNWY1MlMtTWpsQlZkcDJhNDBxS1l1XzJmNmdWc0xpdmdyTVM1TDVtYnAwRm1KSjE3bENWcDF2STU5d1ZNOW9Kd3N5ZExxTzlXc3ZnIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwODozMDoxNi42MDMyNDEifX0=','2020-02-26 07:30:17.606747'),('majaocs3mnio7j17r4u805723bpubtmo','ZDk1MzYxOTM0ODExMGZiMjQ2YTEzYWE0OGRhYmFjY2E2ZDZlOTY4Yzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IyMFpvNjJXdG13N3R3YmZYTUY1cGQ4WEZJbC1xY2lCdlRBdDVUT3BXYm9DTlM1MUdzcXR3a0tRN2FUelhpZkhjZDduRnJwWEZnSlR2UE03cHhqaUc1MzBkZ3c5MUlldnN6aXlLRGp4b1ZDRVJVaGQycVpidFo3Y1FJVUJFLTQiLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjUwOjQ2LjM0OTIyOSJ9fQ==','2020-02-09 06:50:47.352559'),('mb3t58fwtiqrqbr0qpkzfb5gdvb23q5f','ZTg3MzQyN2JjNWRiNWFiYzQyNzFhYzJkYzA2OGI2MTUzOTc1ODQyNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI3Q3hwVlpMb2pZVExQeWdxbVdMa0pOcUJhdmg1RW55cFlzX0R1eGpBOGdDTzdhSkExcG1PalIwRDF1ZmV6ZndHbnZEZF85MEFtdFQxenUxUHZzcUZWX3VvaXJXR1pOaVdfbk5RX250N0FHRXZNZVI0VzUwV1hXT0FqRGhVcVUiLCJleHBpcnkiOiIyMDIwLTAxLTE5IDA3OjAxOjMyLjcwNjIxNiJ9fQ==','2020-02-02 06:01:33.707361'),('mbuxaycbyw87jkqtq727fz10wn758n0i','MzQ5OWMxZjE0OTcyODE5OGYzYTQ3YTRhYjhkN2JkNDM1MDRjZmJmYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ3OHFvYWJEWjdSNmxMYjdhYjk4S2tEMExDaEFrSG1hMXVSaXZtV0EwcUs1bVF4dU0tWk9fZUJOWlYtZlU4dWwxYXRBX2d1Zlc5aU0tRGpoM0Mxb09aNkFqM1J2TEd3UzVfcERQeGZ3eFZka1EwVHNCSnp0TXBndVIxMGt3ODAiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjQ4OjIyLjUxMTk5NSJ9fQ==','2020-02-06 11:48:23.515101'),('mc5syhmedhicpys9v26bt787wj5i7ct4','YThlMjE5ZmM0Y2RkOTBmZGEwM2VlOWZmOWVkNDc2YmM3M2JmZTM2NTp7Il9hdXRoX3VzZXJfaWQiOiI0IiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiIyYThmM2U1N2U1ZTc5ZjE2YWM0OWQxODFiNDc1MTQ4MTBiM2VlZDY0In0=','2021-02-10 11:41:56.842061'),('mdleknh1el3imasoy10epykps7hs76ya','MmNmYzhjZTY0OTViODJlY2JlOWYxYzNhZjUwOTZhMDQxNDE5NTQzNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI3QWdDbHJrTXBieWU4LXVkWUJ1cVNLUjZMd2k2cnlUWmVKd1N0NVdnYzNNLXBvQUxhaWg2dFVmMXlSbm0zWWdiczZVeWpvV2ZQdGJUQUxXMTIxZ0FSaXNVU1cyeldUZnp2R2s1OGVlREl0ZVZvbENVU3ZXSGh3My1tVlgtREUiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjMwOjIyLjM5NzM0MCJ9fQ==','2020-02-06 11:30:23.398372'),('mdo4in1ti8dwfi41apchcydklk7zwzu6','ZDA5Mjk1NGQ5OGYwZTNiYTc1MWI5NDdjOWY0YzM5OGNmNDQzYTNjZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IxS0pPSV9ieHlCdnRkaFU3M1RlWUN5c3NOak1jalFhelNTR1Q3SEQ2ZTl6OGcteVZJTmwxLVdVVmZWWFZxbk1qZU9tSWU1dWhyalNybG1YcVN6ekoyOG1LSWRTdWRhVkxZcVNnR01KMkpHSHpZamtBUlhGSTAwTENVQ1lkNmciLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjAwOjEyLjY5NDE2MSJ9fQ==','2020-02-10 08:00:13.695702'),('meaps0rbpnmlsgie7tn4ujtd4udfw279','ZTJlMThhODI5ZDJlMzEzMzY1MGI5MjU5MDM2NTY1Njg4NTE1NDI4YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI2SzhGREZEZDlERWF3Wk1yU25sMlgtc2pySVhES2dnR3R1TlNFXzZRM04tWmxqSWZyajNyUHNsNS1CeDYtQ0EtRUYtUHFrc3MtUHNzMDJJcUdDc21VWWEzaVkyWjBJTHhCTUw0MHN4S2owSDdMQkNlSDhvYW5sUWlHelh4NTNoIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNzowMDozMi45NjM2NjkifX0=','2020-02-24 06:00:33.967111'),('mf66440ity7xvzfupmkaw4iktvzr9jts','ODg3Yzk5ODEzMDVlN2U5ODY1NGJhYzBmMzNiZjMyMmViNmZhZDgxZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYdm1ELW8tXzZRX2dIdl9sUU4xLWpKZ1N4OXk1STJWRjVyM2ctM2Z2VnJsVkFFQkhBYXBleGkyVE9OWF9ydU5JdmRCbVFYWlRzYl9WUi0tSjJSZVV5SkRmX3MtNlhFUHIxTkxhTHFLWGtuak1wUkVuRVFjb0t4cWFOQ3R5bC1UVWl0LTVUdlFKT0RQdVBXMmR4Wk9qcGNtcVVHSTJERk13IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNjowMDoxNy43NjE2MTgifX0=','2020-02-26 05:00:18.764852'),('mf6s0ve51l5glxpdfeoy0mdvfasasq3i','MTQxZWRkMDdiMmMyNTI1NWU1YjU4ZTkzZjQzMDEyYWFjZmExNWRkMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI2czNwazIzUElDcExRcVFmbEgxN1R1aEc2QTJOWGs5Tm5HUnJ3YWlxc1JKb3JSZXRBUVVqSkw5cllucjhsVXRrdG1IdXM5UG1nSmNsUE1DV01Xb0JiWi1PemZrMVUwcUZrZkw5eFlWSDl5LVhRUUtaSXQ2XzRQZndyVjJ3czg4IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwNjo0MzoxMi40MTkyNzUifX0=','2020-02-27 05:43:13.422705'),('mgfbb9b0oiojzo7amyxc1hbzut537tli','ZTJkZmE3NDZkM2Q5ZjZlMGQ0NDI4YTZhMGI5MDNmMGY3NGYxNGM2Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ5Q2dkeEVTS2NBUzNmX2xtcWFzV2RLbGJINjdPaEU0X1NiNHNOdDg2aEhDWUtERW9SS1FBbnZnTDlMdmQzTDk1MExwQ1hobm1IaVlZN3V1THcwYVg1UjcyVkZyUWNvS05BR0trQm9wMFpIMlZlcnNLLW1lSGFuVVJWdk45dFEiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjIwOjMzLjQ0NjU1NyJ9fQ==','2020-02-17 12:20:34.452095'),('mgj5qord0pj6bues2q0q0f59d3vzbqxn','NTBlOTVkOTg5NGE2M2QyMGNhZTNmYWRlOGIyZjc3MjYwNzVmMjc0ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI2SWFHZ0ZsalBoOENMTmdTRXl4VkVlSHBacXZXdUYwUnBUaVZ5S2pBbnA5UWZ0elRTVTFQU1J1aWVqVEY4blotZWtHbEZSeGJqaG1KT1JmVTF1MWxLc1RxLVdaeGFxUHBkdUFQdTU2THd3SjJJNDF0TGVETWd0Ym8tWVZ6MGJ2IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjozNjo1MS4xMTcxMTQifX0=','2020-02-24 05:36:52.120479'),('mhb99dv1uk4odzswtwh2z9in8mc04tr9','ZjZjNTUzMjQ3YzcyNmJmNjZjNzMzMmY0NjE5MWZhYjM4NTk3NDRlYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I5Wmx0WE1EMVFCajdoWnFiT2NnNU5RVDBPbmg2UW1tU1JjckRrc1Q4VU9iNDVWWGFhZ0hwV19yRkIxeDk5cGt1ejk1Mm5XdVFxd1dwRVo0VGhLandndWNWR2hmaUp0N0JuRWhGdGhwNGZFRkdmWDZXZk9ZWEVqTkd4b3c4NVUiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjAwOjQzLjQ4NTI4NyJ9fQ==','2020-02-13 08:00:44.488836'),('mhklm88xcvvl67e44kbbtu93p61khaq1','ZGFjNWM3YTI3Zjk1ODhkYWMyN2QzMDlhNGM0MWE0ZWVhN2JjNTlhNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ4dGxtSE4tRXk4R2VUVmlCbDNTZHg3b0lCZ2pTTW0tc0tWQTZZVWM5WGFfVDdKNmNXck9HbXN2Smw0MzZ1RUZRQUk5MFZxWk50dUkzWlNOZlVPX0l5TWZpZ2gwejc4MEpHWHpHVl9La1hPOG1vc3JVbHQxM0trOElBRkxIb1RoIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoyMDoyMC45NzU2NTUifX0=','2020-02-23 07:20:21.976801'),('mj43mxut60xjykihw8hdprxq1hcwx25w','MzExMmUwNmFlYTY2MDRhM2JmNWM3ZGI4Mzg0NDk3ZmZlYjZlZmU1ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI3SDBvdExTdnhZWVJ3d2VDUW1GZEtSY2k2TWRGU2JxNDJNcVZDWkI0LTJvQV85NjV3RWs4RVNxX2t5Z1lGLTVKakVGb21LVHJsY1ZyekNaajNTMXgxenBLUU43UjBLRXBaME15MTlwZ1VPTjJtUlhhMGNfV1ljN0lfNGVnSUlGIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzo1ODozOS4wNTE4NTcifX0=','2020-02-23 06:58:40.055359'),('mjkuzspyvw0bpxr101g0dmuusvpqa27o','MTdhYzExY2I0NjI2NTRiM2Q2M2RkMjVkMTA3ZDVmNjQ1ODI4ZDliMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI5SE9LMnozZ0hHZlBmckFLalN2TVowZ3BmeUdtb1R5U1dkTVhMVHB5Y1FsOUdyVjNndVZCVGYzR0EzX01PUU1vOWFQOEN1amdzWGNNNUJWUjljelNqOHRTbldjWVhBOGt5Z2Fva3VoN2pqOWZJTEJWMllXX1pYd3NOWFJ1WDgiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjM5OjMzLjcyNjA2MSJ9fQ==','2020-02-18 05:39:34.729535'),('mkppek9cto8jp19hix2x4y32m7n1b0z8','ZGZhMDAzYjM5MzVmNmMwN2ZlOTlhZDgwZjdhODViNjViNjlmNWZlYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJfQU9lNVBJMkI4amMwYUkyUGF6bWtoM1R0N0FFc01QX0NMa1V5bEJHMl9SdmZ3YlRTSElaQndzRHBKQnNmN1pSSTB1eWtpS1gzY1Z1d240ZVBjQVlUZlVGbXdfUml1NW44YUlHZDY1VVdQTXkwTjJsaUp1TFRHTXIzbUxlT0paIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwODozMDozNy44MTg1MjgifX0=','2020-02-26 07:30:38.821755'),('mkunr008wbz3kb2tbx0os9j7yz38qou3','ODEyMmIyODYyN2I4YmE0NzRkNjg5ODE3MDcwMDMzZTZiOTZhNTk3Yjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ6dkp1dXFlQVdrSTZUb1VFMk1LSGNBenZWWUlyaE1DSEVUcU1WM2dTSC1BTnJpdlJNeHFwMmF5UTF2eWsxVS1WMWhwYlJ4VENtUWJzOEJuNlZiQ0xfRmpaUTVSS0JvRXJ2dklqWkkxOEJ3VEhhdnlHN2QxWXNTUzVkN1U1RVUiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDEwOjAwOjM1LjYyNzY2OCJ9fQ==','2020-02-20 09:00:36.629939'),('ml3x4wmj36c8vhplugbidf7yomdaz7bl','OWQ0Y2QzOTc3YThhZDg5ZTE5M2JjYTcyYWIwZDNmZmRiY2RmMGQwMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIyZm9WZ2xLNU1RSHBkbUVzTkVfQWxhTHFybXJxb2RjWjJUOFZBX0k2cHBldUNvX0FpcS1HanBzNlVmWnA5RnpuOU5DbjZTMVQ1dzg5d3NJNUQwZERwbVAwb3F6NEd5SVlmX3dNaGVsN3VSUlA1WUNBMHFHN1FxTEZoYlZpLW8iLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjAwOjI1LjEyNTM1NCJ9fQ==','2020-02-17 11:00:26.128849'),('ml5ew3v60cj8c8r6bz37cj1pcge4kwgz','N2RlOWZiZWFjMjZmZTFhYWJhMjEzMDc3N2EzN2FhOTVjZjUxODYxMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J5XzFDdmF3b1djaGJMMUV0ZkpPOGx2bGUtMjB4cDJ5OHFRRElYNGNiN0JaRnhTTkluMWFIT0pwZ2VZUlJsRGNoV3lWNy1qVi10Uk13U095bjM3ckUtSUlfYkJvMjZZMndUdU1DR212dURVWTMxMTNJdUY1V3VLS09NQmQzZUUiLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjE3OjA4LjEzODI2OSJ9fQ==','2020-02-09 06:17:09.139396'),('ml96sz2tvovesb1bz5fcnv3wpc4cr9k3','Yzg4Njk5YjJhYjk2Y2Q4ZWMyMWJjZTk2MTk4N2ZhOWI5ZGUwMTdmYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI2V3FMelNMb21QYWVHb2x6MEttY1NOUWVMZlJSc0t5Z2tiVGhaR0F2SG5zdE42aU54MTJwUmdtM2hKZGNZMEU4QWJfYWtkTndoVm9DeDVreGdNWmd3NEhWY3ZRdVNuUUl0cmJjM2dwR3RHRzBkTU12M0lOR0Y1QndRWlZQalllIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzowMDo1NC4zMzU2NzMifX0=','2020-02-23 06:00:55.338878'),('mlapw0bcnb9wnlrrsblvxc20jae5atz7','N2JjOWI1MzIzMzcwMDQ2MWFlMDk3NTRjZjNjMjlhNmZlN2NmZGYxODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEJ4TDFOOVd5Z3V6WTRxY2lkQkpGNmNXMmRndVlrVlhjWHBHRnZ0NzBNS2Q4VEltODZlbVpvQ0tBN2RPZGh4Rkx6RkdnX2FsU2E4Sm84Z292ZjNGbkpRSjlnZmt6WHVJQ0I1a0dJMlZnTUs3NGtERnQwX1RrMzc3T0lrN2ZCc0kiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA3OjUwOjI1LjQ0NzI3MSJ9fQ==','2020-01-23 06:50:25.453184'),('mlgyskh7l3jx47xrk0gwr9jt7fkk30h7','ZTg2N2M4ZjVmYzRjOTVjNDkxYzkwNDQyMzk2OGNhY2ZlYWI1ZTgwOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI0Y2tldFJhaE9NOW1yWHBwY0ZIcUY2YkZlNGZPbUVIR3RwQ0M0ZUZKRjBRWWlyZkloZFVqZVU0a0p6bWJsOTFfUG5JMm03alNsNzVnU3JyMG96dTgzV202U0Zad2FEbjhlZnl6Z3NmQ3o3Q0RmRGF4LTRCS3A5ZWFsWE54UEUiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjEwOjM2LjcwNTA1OSJ9fQ==','2020-02-17 12:10:37.708589'),('mmly36auaja950h79ib3lmr880nf818y','OTk5YmUxMTA3NGMyM2JmNGI1ZGEwM2Y1ZDU3Y2VhNTVlODJjMTAwNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ4LUphMVk2ZWpNZXcxcW9pUGRicHpLTEM2cDNHVWhYR1k1WXFCUzlwcWtuNmkyWFlkNkxMOUhwYWIwX0xrYXprcno5a3piZTJMamE4cUNIWTRZSThfZkphNjV4YmdpblRBUmlNUFpLcGpyV0lZZnhqQVJ4emRJeXk2S3FibmsiLCJleHBpcnkiOiIyMDIwLTAyLTAyIDA0OjU5OjQ0LjU0NDc4NCJ9fQ==','2020-02-16 03:59:45.548149'),('mmuhfice1xiuo3r2m3y0s9j1mlsg4nei','MGU2NzFkZjUyYjExMjUzMDFkNDhlMjk4ZTU0MWZlZWY4ODhiNGZkMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI2VUZlY25HcFN6UVhXdzh4dDM1QTBNSl9ETmgwZ0c5ckZTYV9fcFZKaFNwcExqbGhHd3B4elVMdFdFOTJiUWpiT0MyY3pNZU5FTEZ0SWx5QktWNjdERzZSZW5DUGxvZ0VtWmFPWGFMeG5TWi02NTd4a0VyZTdaS0lCbndFQ3ciLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjQwOjAyLjI2Mjg2OCJ9fQ==','2020-02-18 05:40:03.266493'),('mnjd3gb2dt51q76i2kdiw1x6s5hg2k8e','NzJkN2NjOTc3YTdkYzQ1ZjRiNjJlYzRhZjg0ZjA2ZWQ2Nzg0ZjEyOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I5S0RkM0ppbFRaUEk2UXhlenFhcDZHZ2xaUXpFRHhTMEtXWm45LXhqT1NEM296czJtUjBvOXlKakZmWDN4YVFRX2lLWEpsUnRNWk9LQ1NUVGxTek5HMmV2UU8zTjZCRVdVX1B2VzZLTmxYcFNtNHVuTzhFcHZaZ0RaWjlsb0UiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjIwOjE2LjI1ODM0MCJ9fQ==','2020-02-10 08:20:17.261845'),('mo3hpeu6yih7qha5q9544i9otecdsph5','YTk5NGI3Mzk5NjllM2MxNzlmYWYyN2JkNGZkYjhiZjIzNGMzNmQ0Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I0MFhDWWVJUjNjY1BLQVphSC1zU3cybXl5Ty1zaXh2WF9uY3RUeHBCa3J6Sk8zY2tNelFxazFyUGFlTFNHanhWYTRMMEhOYzdWcEJxRDJYcG5PTl9PWUt5cFUySnBrME05VUFQbFc5OEM4azB6ZzN3TEdPcnJoZ0R2ZVhsbzAiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjQwOjI4LjM0NzE5MyJ9fQ==','2020-02-10 07:40:29.350444'),('moj9vca00oqo3djmnqvp4iyvirlm4ylv','MDQ4NDMwYTNlZDM0ZTMxMWU2MmFjZmM0NDdiM2FiYjgxYjQyMGQxMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJfc0gtbzl5alY5WkVHYWlGcndGNkR5cGkwei13YlgtZXBjSHhXUF94Wm5tdEFWWml2TzU1R1VKZFNTV2sxdmVsN2pvdTNhMnRNZmhTQUNRaDRJOTNIdnpGLXRObU9DS25QVmRrVzVYOGJNamdpNWZmZlVjZXFUc2E2WTFFYXMiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjMwOjMyLjA0OTM4MSJ9fQ==','2020-02-06 11:30:33.052842'),('mp1dvg2046or666utwj1akb2d9zswc8z','NWUxNmY4OGZjN2VjNzFmNGJmYTAwYjY5MzFiMzhjOTcxMWRjOWIwZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIyNTVDMjVBaTMzVHpGekk4Njhhc25FaWVPZkdKMjZtQ3RHem1vblc1MXNRazJNbWFlRnlad0dJSHJORGMtbUs4OHBCeDNFWV9mejQ0UTlybmVQa1dZNzZDUUxEU0xSS19pR3pYRXR6SWR2ZjBfbm5HZG5Mc2NkckJUbllfVkkiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjA3OjMzLjYzNjMxMCJ9fQ==','2020-01-23 07:07:33.639543'),('mqfqjcxa5g74py9khxmz6828uvqv43lh','ZWI3ZTIyYjNmOWZlOWNmNThjNThiMzNhNDFiMzJiMGRkYzRlNjFlMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZTRsdkMzWFlaa0ROVVpidFhYb08yYWdFZTVsR2h5RVhkYm1yTXU3ZGtCcFA5c1BDUy1UbUN1X2V6d3B0NWpXOHoyRGVfeV8tcUFDR0hTRVBsVHAyamRzdzhranJpbTViMVRfQlFXX1BVR01UWVZsOUUtamtIbm81Nll3NHZfOEU0SlE3Y2F5Sy0wdmlrTjlMRG9mOWtNOFRzSTFRZ1lUdVFwQU9BIiwiZXhwaXJ5IjoiMjAyMC0wNS0wNCAxMzo0MTowNi44MjY5NDIifX0=','2020-05-18 06:41:07.830331'),('mqmdm6v80qgilu15ok67igunqv08duet','MjRiOTc4NWQ0MmM4ZDhhMDIzMWQ2NTkxMGM4NmQ4OWZlNjQ2NThjZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYai1JTXo2NVVFeDRueERQR3hPX1VtZGdERXNlVHJmcjkwbVpkbHVTQThncXJuWEpWWmF3UmNQMnFCaGdQbGNySVRQT2FQZlk1WmRpS0N2T29BZVIwVVl1NEpYYllYLTBtVVhnTTc5a3BmVjlHUGkyYzcybURyWUpmbjZpUlVCZXpuUWhRRmdtR25jcUNmaEoxV2dFSUxvcDYtQUl2d1FBIiwiZXhwaXJ5IjoiMjAyMC0wMi0yMCAxMTo1NjowMS44NTY1NjYifX0=','2020-03-05 10:56:02.860645'),('mqvj98vh2n166zf7qn2gkur9uaknt9rj','YjI5Mzc5NWIyNWZlODQ4NjFjZjU1MDRlYzJkOGQyNGMwMDY4YmVmMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI4emg4Z1NpYVhFQ3AwemM1Vm1pb05rWmM2dGxxV0s4U3RORHo0aXNlTVJiOHdvVVczQmFZTFhUSnJpWjFkMWpEV3llYVdCZDYtM1c1TDhfUDBHRzk0RGVpY3BNeWJPNW5KY25MS2N6QnBGVkRsdTM3bWhiYkEyaGpJWkd3dDQiLCJleHBpcnkiOiIyMDIwLTAxLTEyIDA2OjQ3OjIzLjk4MDk1MyJ9fQ==','2020-01-26 05:47:23.984454'),('mqvq8u3suvpa1jjb4o0bhg5nn7s4f6cc','MDY4YWY4YWZlYmQxZGJkMDJlMDdhYWY5OGJhYzg0MmMxOGUyYzdlZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI1SW9QWnZiSUszbWFrci1zZUVzMTNiNkNDNU1WRzJxdDNLbW16akZLU0IyYURtN2dVOUdVcExXaHlRTHh5R084QlNYM0hVMjY3VFU1S0Z2c28wNGtaU0FxeGJCZ3BZNDBTVktHd1pzbFMzQ1VSUjh6TmpxTDh5eVJBalhnWGMiLCJleHBpcnkiOiIyMDIwLTAxLTA4IDA3OjExOjMxLjA3NTY1NyJ9fQ==','2020-01-22 06:11:31.077195'),('mqwad4qcf3ejrsxm4nebz49mxw8cb17r','NDUwNzI5MmFkNmM5NjQzZTUzYjkyNWM3NzgxNjZkMmQwMGI5MDBjMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI4Umd6NS1IUDdvQU9md0JIdkFlUzhWOV9LcFNrSzlreUVwemlHTW9fb3U0NFQ5bU03bmQtTXhDdHF3d1YzelhkVHRMZ3FYazNFdFR4ajNUMUs2NEVFaTVSd1lLZmVMTm5ZOE1hWGk3R2lBRFdSWFkxbl82UXFPaXM4S2RCYUVrIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoyMToxNC4wOTQwNzYifX0=','2020-02-23 07:21:15.095468'),('mr3jrf7wq3bptdmgnnjkhk9r1t7kjw8b','N2ViNTE2ODkzOWEzMzBjY2FmMTJlZTVlZjkyZGJiNDliYTUxYjdkMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI1SU1mY1ItZWxNeFhVa0hOUWM4QV9rdllmVjVjVkdXSlhNR0lrOE8wTU9vZmtLYUZPdzdxaTk2SWM5akxIUHQweFBXM0dyajg4VGtRSWVvVy1xUHA2dGRLQ3dhOGswVHVGZGZHWjRDY3dPdzZUUkEzcDRlTW53bXYtRko1OUItIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwOToxNzoxOS4xNzg2ODkifX0=','2020-02-25 08:17:20.181412'),('mso9siqvssx95qat5dx7rn02grp0necb','N2I4YmI1M2Y0ZWZmZmQwOGFlMTNjMzNlZjlmMDgwMjNlNjk1NzVlNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI4ZW5zSC15eHVzSGE5SUFFbmlkOEVuZUpEeC02TEUxSHFLeGdlX3k2MnNDWGRiUnFVdU9Mcy1scTIzRnMtd21fWUMxNkR5QXRicWVYNExSYV9nSXdoVkxqWHRmcDFkZFRiWmNGSVF4V3EtUUoyWnhQenNBTmRfektmQUZlb2ciLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjQwOjEwLjM2OTA4OCJ9fQ==','2020-02-17 11:40:11.372550'),('mtpm5qznrbfldrldr59dzd6bluo33zd4','MDhmNjEyNGEzNjcxZGJhOTg0NTVjYTRhZDk0ZDNhZTg0MmZlNjM2ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIxVUk1ZDVZMnc2ZVpkNVNVekEycXFiN2wxLVJFOGpoSThhZUhDckNuVDI0ODFlZHV3RXNuWDF6c2hvWEVSX1FqOGhOcFZpNWpGMTFObWJkWG5TZDQ3VUcwMUxhRVFFTG04QlJ4UHFUaWc0cEV1X0pGTEM1OTRJa1JZWE5IREkiLCJleHBpcnkiOiIyMDIwLTAxLTA3IDA2OjUxOjIyLjY5MjczNiJ9fQ==','2020-01-21 05:51:22.696275'),('mu0gz4hpdqcwm0z8h01wb9e6syqjx4md','MjM2ZDAyYWVhZGQwNGMxMjE4MzIyZmNhZGY0NTE1MGUzOWVhN2NjMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIyX1YtS1dOWl9rcUN4R0Y0b1JJVVdwWkVueURpUGV6RGgybjZJWFBreHNORnMyb1JMT2VRcS1oMjVERUE3ZUxhOTV6bGljM3dyYlFOVzJURWVna0NDa1NtT0lvbFN2c1REVEpIaXdQQzRZaTVmcGtJSUgxS1MtdGlRNEZJd1hZIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNjowMDozNS42MjkyMTAifX0=','2020-02-26 05:00:36.635154'),('mv6gjo7ehc6ds2lokjuzo5m3n8oscvvx','NTdkM2E1YjI1N2I3NTI3MmFmZWE3MDI3YTc4ZTFhOGYyYWE2ZjkwMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ4U0hBREY4bFM1Y2F6bXdVcUpvQ2l4VklUMURMTnZTQnhZSGlKcXZQdl8ybkU4Vk15ZlBraDJvcWdQZU5qbzU2TF9nX3Q1ZGFwdkhFbDgxd1JGcF9ZZ2tUcWtpTDlaSzM4VkJwYkJndHdXVFhwZEt0SUhPdW9fM2dwSEJYd2MiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjAwOjM0LjkyMjY4OCJ9fQ==','2020-02-17 12:00:35.926272'),('mvduvmdgpr7i7k0s75i102slpl6530fc','OTE1MmZmZTJmMWJiYmQ0NWVmNGJlMmY0NzAxYjlkZDQ0YjdjNGJjNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIteGJuSTJUa1lMU0VCaVlWelhid0VmMHNmdE5NdE9rSFIwRjRCLXdDeXMtWFlma1BmemhnWWs5UkxzMEhvV1c1d1QtbTQ4amE0SjZfajdIQWZEQjlvbHZMUkViZlEwWVg4N1lMZEZrRnY3TnNmREFycm9yYXdyd1RpZ19oTWxOIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzowMDoxOC4xMzIzMTAifX0=','2020-02-23 06:00:19.135673'),('mvg92svo8ldod1ixnrgrlhowqhwbgnw7','YzcyYTI1MDg1OTk0MDAyMjBkYjFhNzkyNTdjNzA5MjM5MGI0N2Y1OTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ4d18ydnpraHZ4WllqdS1aVkFvVHJ2eFM5eHdKeTNhYWVLWGtXeERNbXcyM256QWFXdWpkQWFScVZBWU1wWVBfMkhiWWRZVU92ak4ySndlR3R0dVVwRll0YzFMcWhSN0sxMm9pZ3o5QjJ1dUVNQnl6REdPcHB3RVppVUJTM1kiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjEwOjQ0LjAyNDk0MSJ9fQ==','2020-02-17 12:10:45.028372'),('mvyyyls5inb1drazk2zci4i87xcxa5ge','OTgwOWRjNDhiOTY2MDlhOTBiNzA0NmNiNDAxMzhlODU1NDY3NjU2Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ6RmFtS3kwa2x0UFRnRjJiSUJyczV2aDRrYU4yV3B4eTFpZjg0R0tXSngyQWQzWUFvZWxIZ2pqY3BsaUYwM2pvWXRuZ19YUFB4cTd2dnotZklBZDMwU1o3QkpqZk5JRW4wWDNyWUl3ODdBdzhWQTB0X05nRmVRQTRBc0ZONE0iLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA4OjA1OjU3LjA0MzAxNSJ9fQ==','2020-02-20 07:05:58.045025'),('mw5ra60fayfq2z7afmorgjzxjdljjwop','N2UyNjM4ZWQ3MTAxNTE5MGU3ZjgyZDAyOGUxYmI2MzlmODc0NzkzNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IyQmIwNVlCZ1ZKR2Y4QzJYMWV2akZfV2o2RmZoSURvUDlCMzcwUmpyZ19tLUE2Sk9NRjJib2hkLWxjVXhFRkMzZDI4SHVCbEVycERaUnE1T2JpM2ZwdkVtOVJtR2IxMmVLaGl0eVoyNVlxZy1GWGxPckJTWUJmTjd4MmVYM1kiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjEwOjI0LjM1NDc2MCJ9fQ==','2020-02-13 08:10:25.358213'),('mx4v17fe5th65j9v6a39mm4e8lwbxz3p','N2Q4ZjRkMjc0NDlhNzkzZDA5OGZhZTE3OWYxNzM3NGJhZDhlZDJlYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI1bnFnVzdTZG5xNmsxQmt1enpwUzZkOEU0ZkJPWnpSQVlaY2JWUVFFaGp0ZllvMzEwWXZsQWNYS3MxV0tpeE1zZ2pCdGFZS3Ewc3dKSFdHZlFDOV9WdWFRMkk0enFxNi1wMVdsUVNCeTdXWkZwT0ZpNnF5UDdQWnlhbHNKSGJPIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNzo1NDo1OC43ODg3MDMifX0=','2020-02-26 06:54:59.792177'),('mxqbnkl0lr4kwavpt60ejh9rv56ygwqh','YzA3OWE2MDJhZGJlODBhOGUxNGE2MjgxNjgwYzQ3ZTg5NWViNzdhZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI4akZrREMzQW5HUlNJTTFuMzQyVGFnWG9RYm5pYXc0TnRHYUc5V3Rta183LVBNVXpfTC0xRGhwdFlCMXBpZnB0Ul9iUGpEZnlaZFZXSWRCTDhCNEJIMnE5RFBwSEdWXzIzU3FMZGFieVJJY3BLMUZBdlZJN3BPeG5qbEhWRXk0IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODozMjozMS44NDc0ODEifX0=','2020-02-27 07:32:32.851538'),('myb61mz4993pfhi0z08i0jxgz8dew6w9','YThlMjE5ZmM0Y2RkOTBmZGEwM2VlOWZmOWVkNDc2YmM3M2JmZTM2NTp7Il9hdXRoX3VzZXJfaWQiOiI0IiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiIyYThmM2U1N2U1ZTc5ZjE2YWM0OWQxODFiNDc1MTQ4MTBiM2VlZDY0In0=','2021-01-04 13:35:18.860700'),('mzymejpolrzg3j94k5motw3e5tkwf3z2','NjljMjlhNWNiYTk4OTY3MDFlMGI1MjI5MGVjMGRhZjZjMWZhYTM3Yzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ6Q0dvaVNzYTFFaXZpNDBWOHZMa1RXUFdIdHNGcV94NGNDUVVleWpyUmxhN25mNDcwNmFxM3B2d2ZyYWxoY1d3Y2l3WnRDV0dmUnlaVmYtY1pJTTJySk5JaXRiRnZMTVpMM3p6NmgybEtMOXVNUUVvVUpWLVA2NVE5WHJRaGsiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjEwOjA4LjE4MzQwOCJ9fQ==','2020-02-17 11:10:09.187025'),('n0eh9nz9zps207hxkhm6daulxoqpu8g5','MThjOGVmN2JlYTE5NTBlZGYyMTRkNDVkNWM0NWY4OGE2Yzk4Nzc1YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI0T3JNMWtMNFJFc0s4SnlrMzE4R3FabDhJYXFIaGh1a0RTTjFVZXprZWxVcTR3M3J2dGZXWHhhekI4enVmX3lybWJ2MG9WUVVSLWsxTV83TVVaNTllajYzX1JXN0RfV3ZCcHQ0SDF1aHZYWnBKTDN2ajAwRVhvd3UybkhJSkUiLCJleHBpcnkiOiIyMDIwLTAxLTE0IDA2OjM4OjAxLjIzMTkwNiJ9fQ==','2020-01-28 05:38:02.235227'),('n182c3cv9uf11v884ff3pp8egpj88usv','ZDk4NzkzNjAwNTA0MGU1ZGI4NmFmMDU1ZTdlZWRlZmEwYjEyM2ZiNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI2R3R4UkxGczlHVlpDbDRrZGhqMV9GdFYwdl9kV1MyRmlPT205dmdCMk5ZNUhNd09RWkZjX2xvUzd2S2VoVE01MWdTREtvTjZOSHdvQ3Zib3l2LTE4RHFjOGlieF9mVG5FUHJ6UTBZTHFBRGdFRW1HT2R6YWlpQUUtaE0yVGMiLCJleHBpcnkiOiIyMDIwLTAxLTE5IDA3OjAxOjIyLjU3MjE1NSJ9fQ==','2020-02-02 06:01:23.574022'),('n1kfbofu9m80x5zwa1f1gv48e496uue1','NDdiNmYxNjVmMDVhMDFkMGQ5ZDQyMDg3M2U0NmZkODRhMmRlZjUyYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI0ZzlrX2JFT3FNVVBDRzRDYTc3ajFmX0dLNzZPSkhMaUN1WUZjLU9xWFRNZjJxTWxuNElZeFIxV3p6SkN4enJyZzlGZFN3T1B6VUxudDRpd3k2ejNHb2JaWXpvdTVDRHBuRjVFYzJHRkxVeUVtNjJLUVJLU1FValVzRXdQTDAiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDExOjM1OjIyLjYzODgyOCJ9fQ==','2020-02-06 10:35:23.642449'),('n1t0359fmuv5suba11axjpiemtef0u3q','NGMzNDlmOTg1MDgzN2Y0NTYxYmE3ODRiMWIxYTYzNGQzY2Y3ZjYyZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0ItM29veU5COW55b2Fpc0JDMWVrX0VnNk1ZZUh6Z01nZU5adlRzdGxMYlFiWllzYTNDREZxc0d4QVRuUVpaU2M5NFI4OE9uTl9vT2ptTFFUVFVIbURpLVdET0RRcXY2R3dGeVprS1Y5TmxZVlpyRTZLZ0hWc2ZQVDFJY3RSREkiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjEwOjI1LjQxMzY5NCJ9fQ==','2020-02-10 08:10:26.415535'),('n24e7otwfybkzzearmatbedw8oq0h96f','YTUxZDM2ZWI5YWE0NTliMTM0MDkxYjNmMTgzNjFlY2ZhNjUyMDJlYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJfdUFGMGg2cnBRbGppdEE3RFYzSGVJVW56UkpEanVUazBkLVdXa0EzNWkzN0RxbmRiZnNwSEJ1eXJwX2ZKcWRoUDR0V0ZlTHo4S1psdE5meXhYZUpyY1dNS2dYeWFSTXFNSkEwb1NqT1VpeDNxbUpJTmFrdXN4V254RHd5RWFyIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo0MToxNS41OTU0NTAifX0=','2020-02-24 05:41:16.598992'),('n42ri3uop82qauuz4wgpsk2hj79twl87','MDRlMDU5ZGQ3NjkwMjMyMTk0ZjVkZDdkNTBmOTFkNGU1YmNjNTM4MTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIwYWptR0RmcnJZSC1SN1puOUJidGt5RVlkcUJEeG5HMXo0WFpUdmZ6eTBPUjdFcHBfdlNxb1NDeWFDRkV4ajQ3Zm02aGpjWVhRemRhbmtRZFBpbS1seHNNcmh6Z0h5cDJ0aEl4anlPQmVlcDZiVzJpT1hhOUt5S2JmMWtmZ0UiLCJleHBpcnkiOiIyMDIwLTAxLTA4IDA3OjEzOjU3LjE4NTE5OCJ9fQ==','2020-01-22 06:13:57.188660'),('n496m77g4zmal2acgeq2gk9hjwduo7e5','NGRhZDQ2MzdkNjUwODg5ZmE3NDQxNWJjZjE0MzRjMTc3MzVlMDJmNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYOTdEYTN4OExRRTJjRzFTM1V2SnpxV1hKYmdHQkJ3c2p3Z1I5ejE3dGZrYlRSZzIwRFpmNF9FRXNYN0REOXk1b2FMQXh1VGJDR3FOYVdrbnMtanRzN3FSLWx4SXVNSTVsdlZsRjkyZ3dndHBfU2dVR3ZBQ2ZxSnV2U2lLa3pzWEk4M0pxcTlxNHdsRHl1dDdSQUFjVXIxYW13RTNiMyIsImV4cGlyeSI6IjIwMjAtMDItMDUgMDY6MzQ6NDAuMzMwMTA3In19','2020-02-19 05:34:41.345270'),('n4a1umyyv8qemf7kpwy3ay9icdg11tf0','MDE3ODkzMzhlODRiOGI4ZTdiYzNmNDRmZTRlYmQzN2RmZDBiNDBkYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I3WUlySkhEVGhfenNycUR6UmNtU2w0bDJrZWt1clZrekVwT0JLUVpVd0tCelNOTW05bWVOaG40dU41UVBKWDFWTFd4RUhRYnN2Q2l5T2VITlgzUl9NRjM1SXJqRm55VFdjSnJjMnVxY2RnbDlMQnZNdzJTV2Y4OWdWSXFUdmsiLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjUwOjQ4LjYxOTMzNCJ9fQ==','2020-02-09 06:50:49.622898'),('n4vlw9klcthwz02wxpc1bp1gd2j51up0','YjQ0Njg0ZWQ2NmQ3NDZjZjNlNDhlZTVlYzcwMTE0YjA2OWVjMzYyYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI2ODF6d29wZXlEVUJGdVZybEFiQzNGTHp5SzB5N0NDN2RNZm9UZXZ1NGNqMTVMQ3h3TDB5aDJReUZTdGh0cl9DbVQxa2tEN24xWHVKaDIyOFh2Y01ZZHZEcWhQd1hkNVVGUWo1Z1EzcGpTcVNmbmpkZjd2a05xNlRCLS0xZDQiLCJleHBpcnkiOiIyMDIwLTAxLTEzIDExOjU5OjA3LjcyMzI2OCJ9fQ==','2020-01-27 10:59:07.726632'),('n56q1mwzqla5t1weyvn0ckkz2np257jo','YmQ2NDc5NmFkM2ViZTAyOGJkNjk2YzliZGY3NjY1ZWQ2NGJlOTk1OTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI1d1VtSllLVWdXNE12a3BqaTNSU2pSMVNQQnNSeWp2VVhrYk9NTmpEQ2pTMGhkV1ZYbjA2Y2NRQlJUN1k4UEx4N3ljSGVycU9xOExSaUNHU0t6UDYxUTlINUZwbXNlWmd5N295WV9XVFNneWJnRkJmemdyU2ROeHNvUGVzdVkiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjUwOjAxLjMwMjg3OCJ9fQ==','2020-02-06 11:50:02.306385'),('n5bnw34ot63noa3bzlu82p7nb9ti2fa5','NWQyNTc5MDhjYzc2YTViZmRhOGEwN2I1NWI0MjMwZGY3NTcwOGMwZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J3NmgxWnMtTENQb1ktelg3a0FkMTloeUxtR1V5ODFJRHlFdlhyclBmaHh0T2xzdnUtUzVzZWVWTnBKMDJaWWgzVHpHNlU0NVFSekhnTkpWZGJsazF6bXIwdzJXeHMzQ2lNNmo1SEJKaWZ3eE9qM2kzZEJGZ0thQkFNLWtlNWMiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjIwOjMwLjk3MzEyMiJ9fQ==','2020-02-10 08:20:31.976720'),('n66q8psx0o7bkq0klto5ykn37ubwmx8m','NmJjODJjZTQ4Nzk1ODQ2MWNkOWIzNDFiNDgwMDhlZTdiMWFjNTc1YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI2V0ZuSm5ia1lCSHNWbkVYak9JNW9KSHBtQndFMlg4MVc0Y2stRW01UTFnU3VYWW4ybGRBV0praHdjb2luMWFoX0hiMFFSUlBEOUEybjhtemRFWXIyd2tnS2EtLXhNY3lFWXA4N211STlySHRYQWZkaVNWWmliVFRLZ0NoUTAiLCJleHBpcnkiOiIyMDIwLTAyLTAyIDA1OjAwOjA4LjU4MzczMCJ9fQ==','2020-02-16 04:00:09.587746'),('n677ajyjn846keqree280dhicns0a59t','M2VhYjhmM2UzZjM4YjUzNTJkZTNiNTdjOTE3OTExYjQ3ZjRkOGMyNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUJ5YVE2NUNPWE5CUHNUSThtTjcwOFVrOHBQMzItUDF4WG9rNXNvM3ZadEx6cEh1ZFpsMUhLd05md2QwUnFVeThXSkFDbmJseGxMem1QTS10YXRXcmJaTTBNWGpKM01uRFUwQkFuM2doQ3BPVlBjMENTMl9KY0QwY000YXNPTEkiLCJleHBpcnkiOiIyMDIwLTAxLTEzIDExOjU4OjQ1LjY3MDM5MCJ9fQ==','2020-01-27 10:58:45.673912'),('n67e5qwkyuvwy9ppfsqy4rbiwygivn9l','ZjFhMDYwY2E5NmE5NGFjNGQyOGJjYjBkMWFhN2U0Y2UwOWJlYzcyNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUJ5QzJzc2txSktVWnNjdXhtLXg0bHhqMDFiZDJraGRUaWtCallFNEpBMU16cjRVT1E1djEzcHlGLUNpS0xsQThONXlHQjNQZkVsS3RuVHNxVHNWb1puN01XbjRFam8zWmtZUjlzRGZSMlJOdk43eFI2Q0tNS1FDdDUweHBxUW8iLCJleHBpcnkiOiIyMDIwLTAxLTE0IDA2OjM3OjUzLjg3MzgxMCJ9fQ==','2020-01-28 05:37:54.877238'),('n6alra3qbqwuop0ljktgaskibruznqb7','ODM4ZjUyYmE0OWJlMTU2MDU0NjVjYzFiNzQ1MGE1NTFkMjFkMGNkZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI0UFpveUhPektsZEJlZW8tOHd5aG5TZ1ZjcWJvXzdyaWRsNDRyc0tpNWI3VzFQeDY3UWJnOV9fbU41ZG1RWUREaFhBa0ZXNUZzcXh3SEo5TkxiMUdUbVk4WXBNRFZOeGlyMFR3TTQ2WmZMYU1ScmRrcHpWVjJuUEVCX1ZkZTJIIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoyNDozMy44MDcwMzUifX0=','2020-02-23 07:24:34.810637'),('n6dk5z233pphedy8txp7r3zvl0effo35','NTk0OTNlODBlYWI0ZTAxM2U3YTc3NzM2ZjhiODdjOWRhYjMwMjY3Yjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ4dlg2S2poeUJ0RlNKT01KLTBidDBqMUZ3MjlnV0RHdHRrd3BPWXEtX3pkODVSMEVOX3R0TzFZeDlPRF8tRGIxc3NMYVpNLTBZRFdhWUNVbGN4N25xUVZmTTBMUjZObUJlbGdZTjJlMmZjbmoyTEZPTmxrXzkwcm5TR1VtdDFTIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoxMjowMC4zNTg4MjUifX0=','2020-02-23 07:12:01.359888'),('n782q7eqdsbb0kq1s3j3fd1vo8nsbbgy','YmI4ODk4YjBiMDE5YjUzYzk4MTA2MGYxNDNjOWJkNWJmZGQ0ZDkxZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI1Y2g1QU9hbmcyZ1FlelFZSXRqYzdPYTYtUm9QOENmT3l3NkhYRF81eHhFYldTNi1FU2RKVWJiSi1ydldTeTZsSDA5LVdpdVMtZzlwd2JQZTN0NTZxbEJidU5HTGxTRkoyRTNDU1RsXzlTSF9RZ0RmbGRsdFJSQkZsdTVtU2siLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjAwOjMxLjE0ODE5NCJ9fQ==','2020-02-17 12:00:32.149360'),('n7cpazlliesy3ridhkcwtgvsu9fkjm50','MWEyZWU4YjMxNTA3ODE4N2YzZjBmOTAxNGY5ZDUzMTY2NTUzOGQ5NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIxeXJ4ODBoQlY5RVNUQXVZVkJGTXhEWnEydEEwbk1xaWMxOEJCRGd1b1ZMempNV3FRMzlrQkpRX3RveXRCclQzZ21iSDdSMkNKel9hM1BXTDFqV2dnLUhHajl1UWFMMHo0ajVTUUdFSDhBU0VIcl9rNUpORzJDclRzZjZCcUkiLCJleHBpcnkiOiIyMDIwLTAxLTA2IDEwOjQzOjM1LjU5ODU5NyJ9fQ==','2020-01-20 09:43:35.602018'),('n7rnpyovvryp27yoy7ro9qzt9hqq0kaj','YTdiMDQ0NThiOTY4Mjc1OTQ1YzUzMmRmYmMwMDBhOTEyZjllNmJkMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJfcDVwVWZPSlBEN0NvYXAzMWVfUTRVUFBBM29qQ0lSLWVzUFljY21yLVIxRDRYQ1lWdWhMZE5CNzd3Y0IzN0NPY3JYVHdHdGxCNDdhZElaelVxaWFmZnR6T3RpTzQwVjI4ZG5RcmxBcmNtV3FaYTNGSmtZdHdGZUtBRUs5SWciLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjMwOjI5LjMwOTE2NSJ9fQ==','2020-02-17 12:30:30.312585'),('n7ssl8gqs1vt2srll17zeo2fqxmvgcrs','YmIzNjM5MDBhZTZlMmQ1ZjMxOWUwY2ZiNmQ3NzkxMjZiYzdjYTM4Yjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI1VjBoU1V2Wi1FMjg2dVZMWVpaRzRBeEIzZ1AxeXhMdjhmYktEM0E3YWVPaVhZclBycVZtVWpkeUcxcExpemFsUExyeDBnUzQ1cVVHWkJjRTI5cTQwNXhCNVROeVlPajJ1REFHQ0NMbVdEQjBjY1ZIbC14b0EyR0ZvemF3TXciLCJleHBpcnkiOiIyMDIwLTAxLTE0IDA2OjM4OjA1LjUyMzM0MiJ9fQ==','2020-01-28 05:38:06.526845'),('n84ajrlwp8fr3gy61vd9rejzagvaafsf','NmViMzIwNTBhMzk4ZGMzYTlhYjA0YjMyMGE1N2Q3OWM0ZTgxYzZiNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ3cVJ2dFNnbGFER08tZU00Z3h0WjF5M0xaVFVDdGRyb3phZkFCXzA3bnpEazZNeG53QzJWbzFPWEdJM2hVLTg5cnAyY1pyckRLUndrTXJ2ZDdrVTVkTGxxMW9PdnpLbVV4OHA1M3BMYXVVYXdnN2FPTEpRRU9HdUswQWM3VEkiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjI1OjUxLjc3MTY4OCJ9fQ==','2020-02-06 11:25:52.775220'),('n95paobgcf8acxzkw6m5m93jr29gb2aq','OGEwYjFjYWIxOGVjYjkyYjMyMTA0Yjk5ZDVkZTdjYmI1YjYzZDk4Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ4SUNHaHZiT05mYUVySGJGR1FEOS1ULUZ3OFdGYXFYV1lfWjlZQzdETFFIZGN6R0JWV2JDRUlyMzZaREEwV0JTY3FmelBBeXZYV0tTWWpkelMzbW9FeUZFYno5TkpoWlZDRWFsMkZQVkx4TDhKTE9WeFFhLUJIWkphMHQ5cE5xIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoyMTozNy4wODU4MjcifX0=','2020-02-23 07:21:38.089259'),('n99ijbwqtf5i3sickd2mehlmwbmik8m1','YmI3ZWQwMjgxYWYwNjA1ZGVjYjRkZjBlMWI0NGVlZmMyNjJlMjYxMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkItVlRyYzFsWU9sUUFEQllDOTJFdkRQR3Jub1cxM0FucHVDWnpEbHdGX0NST2JLd0w5Ujgza3BpZDRQTG1nak5MZnpEeTdBaGxLMkpkWFM3Nm12UzBaQlJ0ZnpDeWU0T2V4QXR2cnVjYkUxUzZXcHdJWlJyaWtSZWxaRTFWN28iLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjQ3OjU0LjY4NzE0MiJ9fQ==','2020-02-06 11:47:55.690500'),('nat0hwdfo7ho0cjpb1ch4ahmqc9jbut7','ZmEwZmI3MGFlZTMxZDRiZjA2MDA5ODIxMzE2Nzg2NDQ0YWEyMmQ5Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVWQ2F5LVVPcGFrZHQzak0tY2tyaGxPWGdwQ083b1h5Rm0tUnZOYUFDc2lENFhyQXoxaGphaWF1Qi1CZ0ZZc2RvSGdXYlA2enloM3NqWjlwdmRHVFR1YnlwWW9mSUhmcTJJY3Y0alRobUpGT2FPRk9fbldpWmtTUzMxZ0ZRVkxVYWR6T1BYOFRFNnktZTkxOV9PX2dvZi10d1R4UEhpYWNBIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxNTowNDoxOC44ODc2MzYifX0=','2020-03-29 08:04:19.891154'),('nc1i2q67qqf4s7wodbu1lx055pttj823','ZWJmNjEzNDg4MjliNjA1NDJmNDhiOGM5NWI3NmE1MmNlYzZjMGVlMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIwRjFFb3V6TXhFaFJkcWkxbjBueFhwYVZQZU9zUUFSaF9BdW5TcXZCb3ZPMUJscWQyZTFfUzRqZDdWUFk2NDVlODVodHAtNjQyalZWVHRMMFZQM0hnMm5lZVB5UTBoOVZkSXJ6cFprTkJEdUpRNlVxeS1ZZGZyRTBPMUdfbWMiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjUwOjUzLjI0NzE4NCJ9fQ==','2020-02-06 11:50:54.250726'),('ncr618a3zcroagqd968ufij45zr48yu9','MmU3MmNlYjU4ZGVhYWZmZmQ1NDcwYTU2OTczNDA3MWI3ZTg2NDE2MTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJfX0JzLXhTd1FyVC0zOFh4SERFSkhHTHhNZkRZeTRnN3Z2YVlMTkxORTN0SmFqNGhuUkZKR2VFRkJQOUJZS2UtNUtSY0pTT0d6SWthdWJLZkVMZW40UkhHM1VRZHB6UXhIeTJfX2g0ZXh6Y2dmMlVhZU10YndHbHRmd2VNRGtEIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODowNjoyOS4zOTU4NzIifX0=','2020-02-23 07:06:30.399317'),('ndewt94qfraklb5z9j7sywba3rvcasg0','MmNiYmMwMTVlODEzMTkxYWJmM2VjYjgxN2E1OTc5ZGZkMWIyNWQyZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI2R3pmNXRhdXAtdkVkWDc4Q0tIOEVyQk95MlZYYlJfbkVudElnekV4bTZpeFhMTFFUWDdNWEpsdkhHaHdsVXV2cmEyaFhkWmV5aG9sNFNRWEZ0b2ROdDBvWktQQzVBaWszZGRhX29TT0FpVTVrNzFwY2RJOXVueWN1WnBHMFkiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjA3OjMwLjU2MDAyMSJ9fQ==','2020-01-23 07:07:30.563469'),('nf800c90k6emsms16k4upequq32u5kdw','N2Y1ZDY4NGUwZDgxYmY4YTZhNTg3ODEzNzkyOWRkODUzMTEwNzJlMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJfZHVXbzlHYUswaXlkVXNneks1SUxwTFFtVGhtUzBJX0hmSVYyYloxN2JGV2hZN3NBQWFCLWdtbkZndzNia1BKUzZzVWN4aGN2VEZCTnJsZks0c3JqbG1UMFdteWRpdjUya051cHZTUHUyaElCU05XWkt0aFNZVTNlYWI5OEkiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjMwOjIzLjgxNjU3NSJ9fQ==','2020-02-17 11:30:24.820061'),('nga7jj0w3o8qz7fh1pqha7kbhrzbu2vz','YmY5NjI3Zjk0NzgwNjRiOGI0NDgyZTdmM2E4ZjQzMDk2YTM0ZDlhOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J5NWVPMmhxc1lIc3NDeXlpZ1hJczN3RW83UFNidG45Z1o3aDZlQng3eURscDd2WVgwZkRESDVqT0hkM0w3bnBMVnhSRmdQWC1iVEswaW0zUm1EcThjcFRSM1ZSRFJjaGFnekx3bHY3RUg3ek9HYm9hVlpxWXU1c2NKRHhkamsiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjQxOjA1Ljk4NzA0MCJ9fQ==','2020-02-13 07:41:06.990532'),('ngu0mdaigevln970alowqlpneqrukf8j','ZTQxYzkwNzAxZjNjZWFkMzZmZTY1NWU0ZGZiODEzNTc1MmNlODU4Yzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ3c2dVQ25vejZDSVloMU1Ibm9ndzFELUxCTFFPYUFVa2lfaThqeGRSRGx1ODJlYVVvUi1Lb29fdVo1a0ZwWmVZbVZZeEk3VnBFdTJwd1lLcThLX2otSEp0dnlLd0JqQlZ1RnJjXzU3bDZiNEhPTnI5MUFLeDVtX29kSkhEczUyIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwNjo0MzoxNy4zNTc3MzEifX0=','2020-02-27 05:43:18.361181'),('nhqvwe7p3tzn8xz9apa7negt2tvkz5cc','MjAyNzk0NjYxYzUxYmE3NTZhMzRlNTA2NDNkNGFmNTQ0ZTlhNDUyODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HX0J3c1Vwd0JGdFdYblVIV2tWaXZ6Y2NnV0JsSXpFMC1fcGZsdUdEb1Rvd0d5SW9hMlNObnBIMERnTnN1d1FqbmNmOE43alpKMDF4ZGVNSTl4U2hxYWU5U01tQkdzaExuQk1ZbjYtcC1nTzdTV0c1Y1RTQ2FKOEhVNmF5dkU5SXRvIiwiZXhwaXJ5IjoiMjAyMC0wMi0yNSAxMzoxMjo0My4yNTk3MDIifX0=','2020-03-10 06:12:44.262947'),('nioyqjxriukw9303mtgfr3hhplrdgyol','YzBmZTc5NDMyODc2Y2EyMDdiMTcwZjlkY2I2MjFjZmFlMTkzM2U3ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJfeDJDWVVxSVpsa2ttTmxIbE00MkJjVWFaTzJFdnI3RHQxdEF2YTV6U0dxSkdWaTl6UWJTS004cXNLUVRfQnJnUVhLTm1IQm9wVEJMR0ZfS3NTcE1xZ0Iyc0YzTGo2Z0NtZXd1QVNtdE1NQkNQOUJYOUlVeXVsam9JQXNzZmlBIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNjowMDowMy43MjQ1MjcifX0=','2020-02-26 05:00:04.728211'),('nkdjv1959bl9q535zw5az7q4axh4mth3','MTg2MDBjZmE3Mzc0NTk3ODM1NmFiNGYwMmFhNmJhYTE1OWVhZTRmYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVVampBdk5SR2RnejBfSllQOGtsYjQyQndxcl84ZnhfUTFqT2plQ3FxbDhpWUF4RE5NNWY5dWNNR2Zhczd3M053RGhyS2xqSzR3T2VNeVJOSDFkalllem1QeEx6MWdiUy1DZ0lpMDJ0RzBPMVBxZlduS091cldjVjQ0ZERqMFdjM1lZUE43eFNiX0xzWEEwcmFqV1Y1THlfSExHaVRMQ0pnIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNjowMDowNi42NjM1ODgifX0=','2020-02-26 05:00:07.666977'),('nm58hyqzwhiif30orwkdbnsb4tu2vkjp','MTExMjI1ZDA1ODIzNWQwYjMwNzIxMWI3MjZiZGQxZWViNmJlNmE3Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUJ3VWVtdFBXZWlHWlU1Wlp5YXIwN0RKVVhzZEpwNTMxUXNyaXFLOWFUMVhxSENQM3NJR1VySURYcUFLdGwxRHpuT25WSWxQSWhPRlIzdF9xakI1Smo5NzlCZ1hneXhnSEJXaHhnS05rM2EwemNwVGozdlRKZHZpcm9fTzQtZnMiLCJleHBpcnkiOiIyMDIwLTAxLTE0IDA2OjM4OjE1LjA0ODIyNiJ9fQ==','2020-01-28 05:38:16.049300'),('nmeq5rvpzr5lkgaqgha010pndjy6ypp9','NDcxZTdkNWVkOTljMzM2MWUxODA3MzQ2ZGE3NmQyOTFjYTE4MmZiMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXM0NZUlRCUlRhTzlFMkRqWU5RZmR5bWU1S3JfVHpCR0ljU25Hcm8yTjRDWFhhMjctdnNyNlNHY0lzUjdUcURDcWxZc1BfbVpxNU1XMXYxaUxnRVJ0aWZDbFVuRVFaSXd2M3BxVVJMSFZGZEdQS0lQQk5LN0gxV1dOSHd5ZXcwLVQ4Wnp0SVZvc0tGWFo4bUtLNVo4bzNoOWtKZzUzUnRnIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwODozMDowMy40NTgzOTYifX0=','2020-02-26 07:30:04.461856'),('nmmje0lgi17itev80uuzgyoxnou2ay6o','MTgyY2E5MDZlNGQzZTdmZWQ2MTA1ZGFjMWUxMGM0M2U1NTc2YjgzYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ6NUFkX2FSY0l6LVpzWlFkMXNMUmsyTkVaRFRPV2V4N3dqcXBzbkpOLW1QMHhveTlqWnVxWWJOSjF3NjNSUEdzSGFTcVR4SXVKRnpqWERobkpwYWJ0R19oeXI5RmhSRGd5WFVBWWx5amxmU1kwcTJkZERkWFJfSHR3bWtBTDAiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA3OjAwOjEwLjM2MDQ3OSJ9fQ==','2020-02-20 06:00:11.364055'),('noszxqqmzxey20dvs0q41a3ax95c82a0','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2021-01-08 11:49:55.190921'),('npez985yi5antlb3zftzm5td8jfhmg1i','ZjkzYzM5Mzc3OGRjODZlNDk0YTQ1OWEyOTg3ZmQwYzBmNDkzNGQ4NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI4R1lHNVZENWh4anBBbW9VbU5OY09YbXUxUnhWaUh3LW1IYnFoc1ExdmlRc1FGU0wyWnBwbXRRSnFCaDNDczJUeHFUaGN3RERUUFQ1SG5BMU9zSEw1UGVqcDByU1RiVUJmOTVZdVZ6VWFRUHZpbGJoTEpPVzB3SkRuVDdrOHMiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjI2OjIzLjU4OTY2OSJ9fQ==','2020-02-06 11:26:24.593216'),('npjq16ij4w63h32gzj13sdmyaowxusls','M2U1NjE3ZWFlOGEwODc2ZjMxOWQ2YWQwNmQ5ZTgzNzg0NjNjNTI4Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIySTExcDNTQTZ5Z1plTXI1c1hsVzhYQmtGRnNkUlNleG51NF9weGd0eGlPdWdSamdfbnRKdmduaXhSUUtybmFsZm9LTlR1azJXWUdndHRJX012SU9TMlRGQ3JJdk9Gb0c0ZE81ZW9TN3pOeFlLVzJfenVOMWgxWFhiQnA0V1UiLCJleHBpcnkiOiIyMDIwLTAxLTE5IDA3OjAwOjU3LjI3NzYyNCJ9fQ==','2020-02-02 06:00:58.278632'),('nqi6pg5s96gxn9mrf32duy3urfdt132z','OTA3ZjViZjJlZWFlZTRkNDFiYjgyMmM2MGI1YzZjMjczMTExZGUyOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJfd1ZXRzJ2S1FKZUdhSHNtcVgxV1UwZmhKOTBpMV83cTRoUUExTVhQX2xzdF96VGpJVzlwVXQxM1F3Nnoya2RXay0yT0pXS2syc3FyZlUwRlVUeFRXazVnSkJGeC1lQ3h0OTc4aVhKTWdqQXh5VnpPOHhnZXZEZDduQnZSN3ciLCJleHBpcnkiOiIyMDIwLTAxLTIzIDExOjU4OjA3LjI1NjQwNSJ9fQ==','2020-02-06 10:58:08.260110'),('nqub7rfvfn3k0mcjpcthqivhe1kqkcbz','N2M0ZmE5YmFkNWYyZjVjYTkzN2YzZWM3NzMzZDUwNmI0NzdmMDVlNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIxSklZUkFheEJlZXpIdXFRNTRDeHpzU3VWb3V4bGRzZ1g1WWk4NXlDQVBqZDB4Y2F5dUk4N3JEQVBzOW5TMGZGTHVSd2pxZ3o4WEF0N3FZOVZSczA1ZlNhbkE4LWdvNk9BcjZ6elpmM2xqRXZuc3VhUGZicE0wT09XUUtwaTgiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjExOjQyLjkzMTQwMiJ9fQ==','2020-01-23 07:11:42.934743'),('nrjyg3cvhtce8ambz8yeur8slhj4munx','MjIyY2FiNWNmOWQwMDExYjZmNmFjYTFlY2JiODRkODgxNmFlOTlkMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUIta0JwdkhnMlMwOGZhTnVnYTF0SnBHZmUxRDJsWnpzMFVvRkFrRHNaLVJiRHZRY3dsT3lybmdPRE5LMm1mUnAxdUYxZ2tMT2ZBT3Y3b2ROYUdWRDVrZU15RURlVDlHZmlDOGRHb2UzeU9mY1FqaWoxZ085MVQxbFhkWkpocW8iLCJleHBpcnkiOiIyMDIwLTAxLTE2IDA3OjA4OjMwLjI3NzI2NyJ9fQ==','2020-01-30 06:08:31.283937'),('ns5ambh1344ct3omup2tgy48owx9xfan','NmY2MTkxYTlkNmQyNGM5MzIyNTNmYzk0ZWY1NjcyNzFhYzg1Y2E4NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI5dEprRnQxWUpvRU9fZElFVTliQ0RQV1VSaUE5RU5xTjNIOU1JQTNuWmU2Y1FDRVFwdHVqQVBtZW90RnByS2h5d0pkei0zeERDdGc5UV9XQWJwNzJEcGFLZjdBLUwzM2pROTdlTXNmWVJmXzBxcTB5X1ZKX25pcl9XdVVZUjBvIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwOToxNjo0OS4wNTU2MzIifX0=','2020-02-25 08:16:50.059057'),('nshstuo79kv630ifuwq9nbgrei6myvmv','YjBmNzdjODBkNTU5MTljZjBmNmFlNzc2NmRlYTlkZmZjOGMyOTMzNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI5SGRSYkx5cTdIaVpVMXJmVkw2VXdVUi1ENHM0Zm1RU2VERUhDeWxYUnNHakt5b182Ri1JaDRRTWpaTVh6b3VNMTdvaEtFNFlyWG5GNmVZYmdWY3pYOUNRcDkyNWFMNDVWZk0ydFlZZXpWODlaWVM4OGpXVHFpVlJaNEdlX3JlIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNzowMDo0MC4zNDA1MzQifX0=','2020-02-24 06:00:41.342086'),('nt5prjiedyor6zzfm0k0g8xcmbut5e1d','YjczOWIyYzdjNTdkNWM1ZTlmNjQ4OWM1NjNlNzgzZWYxY2I3OTU5Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI2YzR2bG5rOXlnTHBxRFJpSFotenBYZFN4TW9YZktIMWRzY2ljamdBWEIwTk94a191MlgySXdGOHVPZElQOElVXzBNUlMwUWNVNXpDSkhoUERZS21meG54cFg2RUMtbHpyRHVLWHAwZDhXelNHT00tdUtWZFRLbU1TaUhpRGsiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjA5OjQzLjEyOTI5OCJ9fQ==','2020-02-06 12:09:44.132607'),('nvncdh83z7rjpv3wsluhi6ms5hat7dbq','OWQ1NGM1NDIwN2E1ZjU4NzQ3YzkyNjNmNTgzNmE0ZDE0ZDYzODI2Yjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIzZ1hCR0k2MFc0dGpNQ1JVNDRzTjR5TTBFTTZmV3J1YlJFREJfMy1NNk1zc2wtWmk2Nk9sYUFPRG55N1hBd0gzVl9WelVLM2k1M0RadzZQSktDNG42RkNMcjN0c2JfMnp5UDlzSE11YXZraWxrbVVGcXZRZ28yTUFuNlVXN3ciLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjAwOjEyLjAyODY2OSJ9fQ==','2020-02-17 12:00:13.032230'),('nvv9y4zwqglqomdv44d8m89w37vezs1h','NjU2MjNmYzZmZmRmNjU5MWNkZmQ2OWM4ZmUxZTI0Njg0N2VhYWMwMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI2eDRIYXdoMGNELW4ybnU0MHF0bnN5dW5va3JxMHZjbFJQdkV6bGJnYWdwLUJmMzREanZGbkxPdjJkdHN1Sk1SODdTbk5FMXN5VUpST0ZhTWEzdElDcGFqRXczSGNrby1peXZLWWxVZ3M0WUZTSFBKc2xUMExra2pUQlhaeXVVIiwiZXhwaXJ5IjoiMjAyMC0wMi0yMCAxMTo1NToyMS41NzEzNDAifX0=','2020-03-05 10:55:22.574906'),('nxwunpz75wtreiv638gjrhaox5zg0ucl','MmY3Yzc3MDdiOGRmODc4YzA2MGZlZjQzODQ4NmQ0NDUyN2IzODZkYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ4Y094bUZ3aHhtLWhVd1NuVndTVWV0c0tsM2lPUlh4a3pSWGR4a0VXc0ZIXy1vc1pnUGFueDZXLXpQVDYxUGxEeVZnMGtKSmduUFNIWEVLNkp1TUFOQmJtdm5JWFdZNG00YnIyM1FvdmwyUXRtbzl3akRBWjdycERkZzVZNVh2IiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzo1NTo1Ny42NzU0NjgifX0=','2020-02-23 06:55:58.678884'),('ny1h3l75xsl9wj2so2o2lfkoqd7ilb3g','Mjk4NTRmYTM2ZTE3NTU3OWUxOGMzZmZiNGViZjMxN2E2ZTAzNjQyZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ5eXZQZjU4TVBNTXhtVHFCdEgwVGtlZ1N6eHp1ZVMybmlQcGJnNGZuTVFGYWtSS0hjNUhjQU1PSHFISGo3MWdUVklyVWhqcE14SzNTWk9oQ1FTTmJEWG85cGlKQUFhQWJsSlJQTXExS2t6NUFFNWxnZmZnclNMZU5wWkhLSTAiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjAwOjI4LjE2MDAwNCJ9fQ==','2020-02-17 11:00:29.163218'),('nz1dbkf5t059zuq7vcx9j8uv5v70fyrs','NTk2NzBiNmIxMGNlYzE2NmQ1ZjcxY2E0Y2RmNzU3ZDVlNzhhNDg4Yjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIxTTZlS0hYRkRFY2x4Vk9aZG9hQkhmSEg3RXgzSnRteUc3eEplSmYtdmZaSjE4dFBhQzE2eDljbmN5RnNwWkpJODZKYzM3VmFRblc3QmVZeTJjOXEyLXBhUXNvSUc5T0plRERObGxmMzdlSzdoZEVvUDRKd25MSmQ2Rk1nNWciLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjIzOjI0LjE4OTU1OCJ9fQ==','2020-02-06 11:23:25.193165'),('nzzjx0geea5rh4qbpfvobosamndb3ygk','YThlMjE5ZmM0Y2RkOTBmZGEwM2VlOWZmOWVkNDc2YmM3M2JmZTM2NTp7Il9hdXRoX3VzZXJfaWQiOiI0IiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiIyYThmM2U1N2U1ZTc5ZjE2YWM0OWQxODFiNDc1MTQ4MTBiM2VlZDY0In0=','2020-12-15 11:19:15.548122'),('o0kwhbtauo0s7ysp3l0adbn9zldz30o2','ZGZkNjE0ZDI1ODY5ZDA4NWU2ZDdhNTg4NTQzZjc2OTQwNGYwMzE5MDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI1QU1QbklBNG1VZGgwX1FvNFBZZEVOOEJoMDdDOGFmc1FDQlpKVVlFRUlkdElrLTZqUzlwbWZ4NjNhR3RzTmZBUXAwc2lNYWF3LWo1eE5XRmpzMll1OFBldHZDQTNJMTFrVi1teWdZV0FYbkVmbjZHTzRSSVNHOHpTTzlHWG8iLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjE1OjEzLjcwNTgxNyJ9fQ==','2020-01-23 07:15:13.712239'),('o3aj6p3r38xytrigjvra64p3zim3sivr','ZThhYmJmZjY4M2NiODdlODY0Nzk3OWEyNTljMTYyMjViMzhiZGZjYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIycFRDeENvSkVtMDlDNDJiUDhXQzlKOUg2X28wa2YzaVpyeVpiOFZPTl90bGxUQl9tU2h6RVNlR2hxX2FTVThfLUdfX2lKdnJuS0hCV3d5WmRVZm8walVBNDVFdnJ4VUJnOEZ5ZnN6MktRMy1IQi01SDg3dFBhcWcxcVBUdjdmIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwODoxMjoyNS44NTc5MjQifX0=','2020-02-25 07:12:26.880317'),('o4bvms5tu7mzhjy63xyqmfk9appsdqn1','MzY5YTIwOTVlNzRlODc0MDZkNDNhNzU4ZGY4NjI4MGJkZDEyMTBmZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J5LUJiWFpsSXRTRkVPV3MwV0h5cGhhNFBoZXlmdEhHY21sZHI2UlJPQzNfSTliWTBUbE1pRXpEZGdGY1M4VktodWNHWjhEVzlIQ0psLU01bFZRZkt5cFFSMFRENWRyUWJXc2lObzh6RmE3cVU1QzhabVdoSDJ5Mk5KS00wYzQiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjAwOjAwLjYyOTcyOSJ9fQ==','2020-02-10 08:00:01.633271'),('o5669mgos0z7g5ysh4qnln36kesm77ls','ZDQ4YTg5ZGNkYWJiNDI1NmVmMDU0MjY1OGNkNGIzZjdhMTMyYjYwZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI4aFBrWGJ3dWNiMVR1bkVSR25SRmdPVm1TNmlTOC1nNXRwZEY2blhtUjU2WFdxbW90ak44WUlxUU9pa3dqWFpBLUNzTHpBYzRxWDNTNVRnSW4tS1R5YkpYMEVTazVxVzdOaEFGVnl1LU4wem5sZVUydzEtUVI3eW1pQmFxVEEiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjQ5OjQ1LjI1NDM3OSJ9fQ==','2020-02-18 05:49:46.257831'),('o5khnax6rp28ke0yia2d2bo6hw6nnsdf','ZjdmNzA1MmNkMWEzM2Y4ZWI5MDYzNjYxY2M5MTgwOTk3OTMxOGUzYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI5ZEhtdE1TYmppUkZfel8wVFd4ZTlJWFd2ZGhqeWM4a0V1RGp4aHpNOGs5RDFBQjBTSnk5MHZ4Sml4aU5USWxfX3lkQk50eHZvckVYUnUzRE00OXdrVGJrcEM0dnV2N2RrMkJ2VGJmWmNfbU9Zb09lTEJkTGFKNEdGREZsdEUiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjE1OjE2LjM4MzUwMSJ9fQ==','2020-01-23 07:15:16.386987'),('o67u499t36tqjk1x9s9kpmffptd9rh2d','NDM0ZjhhZDQxNTUzODhmNGU4OGZjMjczYTM5OWVkZDU5NmE3NDFlNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUIwSUYzRGh6QXg2VzVwZWEwY0UzLXBMWWdIOVVoWkpjMnowNngxSWs5MHdXWEFVdFhiN2JZWGtWc2UwRnIyTkZ3VURSazdxSkFCZE82TWlKb0RmV21MM28wdHM5Szk2d2h4b0xYeHVCcXpaSzBmYm1IdkRHOUE0X3p0X1djMGciLCJleHBpcnkiOiIyMDIwLTAxLTEyIDA2OjQ2OjU5LjM5OTE5OCJ9fQ==','2020-01-26 05:46:59.402635'),('o7tiwz84ziaak0l0305pma3a7tl1a9u1','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-06-28 10:33:59.648389'),('o7xd2sqnl2na8790aju0u9nrjti9zyf1','NWFjMTViZjQ0OTI1YjMzMjM0MDQwYTQ5ZjRhMGM2Y2Y2MDcwZGU1MTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ5UE12RTJxMjI3a2ludHBYd1k2RDJrd2lIelhqei13ZnhNdmNmYkJhdUxtNkNuamxyS1VPeFBxTlY2dUpza19NRDlQaEZSU1MxbHl0N2hrNTdsZEw1Q0tGMHo3ODRnU1YxM2RPY2NCbWhXNi0wSHRaQnVnclRySGtnbmJTWm8iLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjIwOjIxLjkwNDgwNSJ9fQ==','2020-02-17 12:20:22.910556'),('o90mguc7dz157pe9a6c8xctq997cfmfa','OGE1ZDFkOTkyYWU0N2UzNjhkZjA5NTQ5ODJlNjFlYjgyMTJhYmMwNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI0M3REMmNOMGxtbWc4cktTTFZVQmlLTlpVWC02cTMzSUJrZGM4Z0JMand2WUtBZ05ZYjZSTjRjaFczVUNiWmh0OEgtWUdpRjlUV0NhU3ZVVjJxNXhfR3IzRnZtcXFWdVhMYXNxUGZiS1VjWkZKV0NsODJWbkxzaVk3SDRGZ2MiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjE1OjM1LjUwMTU5MyJ9fQ==','2020-01-23 07:15:35.505229'),('o9sc581ocpv0vcvz3ctcxn5u0spassv0','NzdlYTA3YmIwY2Y0NzZhNGYzYzUwYjA4ZjUxYmRiMDk0MWY3MmZlNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ3aTMyMm55eTlteVRQQ3BLbU5RS2tOX0paN0dhd2FObERhQzFiMkYtc3VTMlJLWVFOZ2RRblJPWWZoM3NjRl91WHNHNXBVMDBWVm9sWWw3aFpzMGljWTVNVzNZUVBlWER0WVJtQkRmSGJscUx4WXdXLWc1eERIOUlhQ3ZTdFUiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjIwOjAzLjUyOTY5OCJ9fQ==','2020-02-06 12:20:04.533171'),('ocifqgmu3hnywed3j90o8e38sv723v4v','ZmM5NzEzMTZmMzhiMTcxMzdhN2IxODgyM2VkY2UyNTMyYWQyODY0Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HX0J6cFpzdGZpWmNiNE1kRS1jaU9TWlRicld5YWJtN3ozY3Q2eUQ0RFVmdEhxSjY0WWNMWVg4ZEJidjk4TU5qTk05S1JtMnQxbkhWUC1nam1lbEt0VG8yWHlnZGFWMkVRVElVa0JnenJ5RkRxRXg3cGstZGp1NENkZ1RPbjRCSzZBIiwiZXhwaXJ5IjoiMjAyMC0wMi0yNiAxMTozMzozMS44NTQ5NjMifX0=','2020-03-11 10:33:32.856252'),('odvz08ad8dm9s3syif1ohssnzeis1g5v','ZDcxYjNjMWY0YmNjNmY4Mjk2NmE5OTIxZjE5YjU2M2Q5YjE1OWY0NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI1RHRuaHV6bXMyMi1yZTRGb1N1cG1lQndNZ0ljeGRjU3VXS1BzVUFaN3ZuU3pBSXhiRXZjZzRiN0RGZGEwS0ZWNHhWVlNkbDFOM2syMGNhbU1WcmlFVnYtdmFVZU9BY2VkTy1vS25DLVlpbTJpeFEzeFNMdHpmUnJicFdmWWciLCJleHBpcnkiOiIyMDIwLTAxLTA3IDA2OjUwOjAwLjA1MTMwNCJ9fQ==','2020-01-21 05:50:00.054747'),('oev0hegg9q0poeyhq66vqtstd429l02l','ZTBkMTk0OTNiNzAzMGM3ZDQ3YzAyNWRjMzg3ODE2MWIyY2ExMDlhZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUItcW83cThPV1pKQUpuTjhaUThaeE5jc21yaFAwaFpyUU1jMGlmR1VmVV9SV0NScHhiYlFrTnppUlZCUWxZMDlmZ0NZQmhrekJieHE5TjNZNWROenpYRTBPd21JWmVkc3lMLUFzMVdvLUg2QnZlc0E4VzUteTFnY1lvckZRZmFSIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNTozOTozMy45NTU0NjQifX0=','2020-02-26 04:39:34.958852'),('ofjynycleen2zms0yh9xtbamx9dxtkd2','NTlmNTFlOGQwMmIxNzljNTI5OWYwNDQ1MWRjYWNkNDYxMmUwOWRlNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSWwtNUJ4MmREcXpDRW1GbzlERHgyb3gtRUdybFo2cE1UazJCem82aDR1VU16V0Z4SEJYS2NOcnNueXk0b0NKYzkyb0ZHRzc3R3dZUi0wNl91aDU4b3hDRWNQOW9nd2tadFdmSlpSUTFLQVdoYlBIdml4V2JjM3NBSTJmMXZrRWVXZyIsImV4cGlyeSI6IjIwMjAtMDEtMTUgMDc6MTg6MDMuOTc0OTgyIn19','2020-01-29 06:18:04.978613'),('oh9a0o18yz8yyfju3ig7hg1lvsmxtglq','YzI2NmQ1MjNkNzVmNjdjOWI4ODgzOWZjNmI5N2JjMDZjY2MxOTgwMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI5Wk1FejdOa3pOU040X2p2QnNLX05odDBPbV9QNW9iZ3d4d1c0aGxPclpWUWNBTF9XVTBXdlQxbEVyYnc0VnpOMUdnNmM3NzdaSVdidnFRSVdvNERRdGZobUV2b3dMZ2Jha0pweDhjVHl6UEJSNHV0NmpVeTZqSWUzZjVoYnciLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjExOjMzLjI0NDQ0NSJ9fQ==','2020-01-23 07:11:33.247895'),('oipxjtpqyr1gpcyy2m0nqk7zjlht1mnq','M2Y5NzAzNjlhZmExNGZmYjhiNDI3NzkwN2QwNzUzMGY1OTMxM2FkODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IzbUZ1aW8yMkw4V1FNYmVsb0hOVkdXaFJLUVdnM1E4NmJlZ3h4T3FON3ZsSTJJQWZ2MDFSXzY1QlUxRDdoT0d2VV9wbUo1dER2NXpvSENiQzF3Q3lBU2luSXlESF95YUctRDJJaEl2TVlCZkZfUFE3ZzNzaXdJV21hQTNmYTgiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjEwOjU3Ljg3NDc4NiJ9fQ==','2020-02-13 08:10:58.878279'),('oknbnxvr1bn4r1tt4qvoa8eb6l0jsasa','NmJmYmU5OWIxOGY1NzU5MDk5Zjk1MmJmODZiNDk3MDlkNTUwZTQ4Yzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIzRXRNZkNEeURNak1YYTBMRDJKeGpydEdOTlNHcEhtbUJmUjg2WVB4c1JyLXFTVGFqU2lsR01NT3B5dmVpbXNLTVBDdEZXNEVCT215MV9MaExzRFREWmtnRTJBVUNlcWEyT3o1Yy05NkFVa3ppRDF0QzdVOXhUaGhKMW1iNk1GIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoyMDozMi45MDY3ODQifX0=','2020-02-23 07:20:33.910015'),('om14yybdha7ata6se5i7tplexohvhp1e','MzE5MTgwNWY2NGE4ZTIyYmRlYWRhNTJmYzM0ZDU2YWU3MTVmOGFjNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I1RXJUZngzQTB5VHJrUVZ2dTk1MWM1blhGWXFMMHVyeXlZQlp4WXk4TE90RTdHWlFWZ2piMzg0UUdBZzI5aVUzTnF1NjFqOHVTdE41YU4xVzBQTWVfWVEwRTcxS0k5dEpLUnhURk5laWZmODlVU1Fka1VWSUt1TmVZaWQxYUEiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjAwOjAzLjY5ODgzNSJ9fQ==','2020-02-10 08:00:04.702259'),('omcq0h3676td3kvhqzcg7lxgl5luagpa','ZTY3ZmM5YTJlZWQwNWMzMDlkMzJhMjcyOTY1MjhlNjg0YjQwNTVlNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVWbTRaT3plcnZYT2ZEbDUtTDIwWWg2MnozTzZCWmEySERjUnI0cHlGQ2pIenRidEJMVzN4Q19Oa0tHYkh5b3dGVGM5ZTFqQjJEWlV3Ykxrd1JNWDRlQkk5SkRKZjJOZHQ4Ymd1VGNZenlrYkwxTms2ZTBXWFkxUUltYi04b0Z1TDJScVV3M2xlcGtfdG1hamVvLWlGdTV1cUZ6NlRNU1JnIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMzo1MTo0NS40Nzg2MTQifX0=','2020-03-29 06:51:46.481906'),('on02ltrpe1hw23rxg5i6edt2vo1ww1nf','ODk2OTdjNDZjOWE2YWU1MzQxMmZiNzkwNGRiYmQ0YzNlZWQwMGZhODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXS2ZoNFphMFd1TF9WQ3pseVF4Z0xFUy1rT2twV3RkQm5CUkVJT2NOdWxfRU9tNmoyMHRnczA3YnJYWFZEc2ZibjY0TVphaW9QZ0FLNUVsand6N2c0MFlIRk9MUUZPN21lMDBlTURMeWt2MkhfeDNjVHJwMmhzQnlJbFJxbHdOU0VHMk1TTndkc1lPeG5XcURQT0NFcGt5c203Qmpfd1dnIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwODoxMzowOS4yNTI4NjcifX0=','2020-02-25 07:13:10.256473'),('oo21jsbn5l6ru9ii1s1kt3afaq1mtyk8','NmE2Y2YzN2Q3ZDQzMGQ5NjY1MjA3OWFlZTVlZGZjMDMzNWViY2VjOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIzcno4ckljY3dTYTFWakExLVNDRUhOcmtDVVZ5VUZlVlhsTVplclM5TkxyWVNsSmlYUTBDX3JTS083X3FkM1BsUUlfcG1mZzNFT2lURXdqT0Vua1UzbzdfR1hrZmJXYkpsTWQzMkF4RmJPMXVaMHYtcFMxOUduUWJybTdHWjAiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjExOjM5LjU3Mzc4NCJ9fQ==','2020-01-23 07:11:39.577154'),('oopoyhh09ribqa2nqfgfaynjykypwfr6','MGFhMzJkYzk3N2VhNWI1NjA1MzAxN2JlMTcxNjlmMjQyMGE1ZmMwMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI3V19FNHREelRodUJwcjV3SktBSkVDQkZ5WGZwRFNGU2lYWG9DWjZjeFhrZllyRG1lNjV5RnNhR1FWWmpZeGluTGJ6YXJFUnhOR2sxcDBSZlYyRnF4b3UyRDBDZXJTRzV2Nm5MVGt2MWNzRnZFWWFXTGFjTFFDZk9jMnRtbXZqIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODowMzoyMy4zOTkyODMifX0=','2020-02-23 07:03:24.402824'),('opjkd1k8z74qzt57s4yox6r8ruegup2w','YThlMjE5ZmM0Y2RkOTBmZGEwM2VlOWZmOWVkNDc2YmM3M2JmZTM2NTp7Il9hdXRoX3VzZXJfaWQiOiI0IiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiIyYThmM2U1N2U1ZTc5ZjE2YWM0OWQxODFiNDc1MTQ4MTBiM2VlZDY0In0=','2021-01-05 07:14:21.269561'),('or2f8ri9iioy6vwxg95fbb1aitlvuerj','ODEwNTc3ODEzMTM0MmMwMzA0ZDc5OTlhZTMwZTFhZWFmMjhjYjNhZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZTRsdkMyWTRUYlR1MWR2N0lvdEgwaXpNSUFCdWZndnM3emozdGt6c3dMLWVDcENfazd4dk1XZkNpZE1hakxOdjJ3THJ5SkE4WERRdHRjMWVab0YyQ3FVTkJLWkxrbnJrVGQ3NUszVGk5RERXWHM3VmJ1X21EWFRwWUxrT1VBNENMbWFQOGFYeG9PU3ZXcWwzYjZvd0VBYW5ZQzB4ZmZGVVZ0ZDdRIiwiZXhwaXJ5IjoiMjAyMC0wNC0wNyAxNDowNzo0NS4xMjQzNzQifX0=','2020-04-21 07:07:46.127829'),('ortg4n9xzvfisvbzeaprzxy5paf2oezs','ZTYzMzcxMzYyMjlhZjE2MGYwODVlZGZjMTg3YThkMzdjYWY1MTVkZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI5VmJtTHNRSE0tbTdtMTZSSmJmYV9VMTNySUJvcnFLTFVXVEhLN0ozNkVVX1lFZ1ZiY2xlSnJ6cFhVMElSajNQNTZhVzl1dXZJdnhPN3ZBNHdVSGZidzI0ZzRpQXp3dEhiSEp6RU5NRHpZY1VNSWZuLVN2THBIbllHcXFsVE9BIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODowNDowMC4yNDcxNDAifX0=','2020-02-23 07:04:01.250660'),('ot8qiwtah39ftx669s3wjyhr0r4lbiex','MmYyNDhkOTIwYzI3MjZhMGFiODIwMzZiOGU2NzYwMDgyNWJjYjdiMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUItOFQ4emFtcTNrYmZ6c3BtaHNTUjIzNGstMVF6ZDBfdmZlZV9VSXdzcEQ1b1V3eEE4WTFDTWZlTWs2RDZQZFdmaV9pbTdKNWIxZEJDdEdJMkhncGhGWjU3T2pRZG1rbUtDTURGbTB1aVJCN2Z6b090TXJ3eFBwcjc0Q3NCVWsiLCJleHBpcnkiOiIyMDIwLTAxLTE2IDA3OjA5OjEwLjA4MjY1MyJ9fQ==','2020-01-30 06:09:11.086039'),('otwaqsmpsnb4ic0ke1e0e2ez58y24cgw','ZThhN2E5ZWI0MGZlY2FmNTFiNmI2ZTIwNTRkZjVkMDJjMGZmNWNmNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI4QThxV0RLZFNxeTRNTGlGRUFXcEhjbGpXbmNIbFp2blVlUmsta0RpczNsNzJKX0RvOWR2Z1lmSHVITmFXdTRkRWpseDd3bkpSay1rV3hDZlhYQVNVWU9fM2k3MW81d25FS05ZV1MzNWZkLXJvRmh1U29hNEhSUHNrclIxSVUiLCJleHBpcnkiOiIyMDIwLTAyLTAyIDA0OjU5OjQxLjI1OTMwMSJ9fQ==','2020-02-16 03:59:42.261436'),('ouw25n42i73du35ngtfg6j1poq9ae0l6','OTE2NjE5YTMyYzM3MTg0N2Y1NmZkM2RiZDk1ZGMxOTdlMTcwNjU5OTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJfSDNXeENnTFJMZ1RIR3Y0QWVKa2xDWU9uOUQ2ZlQwV09ITTVpNVVjeU54dnA5NjJ0M3R4U3BqRTFXWkQzVGRqcUtBdW55bXZTV3ZtbWhtTV96MmgtbVIwUmxRcGtKWk02OTVjdXMxMlkyRGtaUGdYb0tFbDMwS1IxREdFdDAiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDExOjU4OjA5Ljg4NjAxNyJ9fQ==','2020-02-06 10:58:10.887755'),('ouxyrbnfseau2zl799ypoah864a6n6dr','NWI2YjUzMDA5ZWQwOGEwY2M2MjYwMjA4NTk5ZTQ5YTQzZDhiYzZlYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI1VzlNd2l2RXdQNHBoOXhCdHd5LWhfenRhV0o3QUpwUng2N0tYcjgyOHFHS1V6Z3FBWVpQYUh2NlRkVHZCRmRuWHpVN0xzZDhwWERsYXVXdklhRHlnNXNLN1lFRTloWFBxcXM1Z1ltM09idllYRnZxQlRwTXpBazl0Y1BOXzQiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjQ4OjEzLjU3MzQyMSJ9fQ==','2020-02-06 11:48:14.576862'),('ov21yj85y44q8jtiqjj941fdt8i6jubw','OGVkZWRlOWVkOWU5N2FiYzdlMjcxNzU0YTZkOTI0MDhlNjQ4MGRhMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ3NDN0Ujd5WExnaFNtRzRZallScHp5U3RfWk55N3UyVl95TXc2cEg1ZkJpVmJ5Z0ctX0s5VkZyQnB0eXdvc2piRVFaalpueEhqcVQ0aGVzMFlRT2d4MEhHMF94aTBVVDVHX0VzbkxDdURJa2lZZlFlakI5ZFdySW4yRndkdHciLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjEwOjM4LjQ2MzM1MyJ9fQ==','2020-02-17 12:10:39.467049'),('ov9elvrby92yhr75t89e0pmhbtqrelic','MjcyZjYwOTg5Y2FmMjJkMDYwOWI2YTVlMmIyYWFhYTY0YjI2MDQ5Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIxOVYwYXNEdjBmT01ZTE5sZ3hzUjdFeUdDYkt6S2tBUzFvRkxucld0SEVNY3VYaHRTZVZmaUtVUnE0WG92TnIybmFJUTV1aDNHQW44RnZZcm1uVWFGVVp2RTJTd3MwZURua1lYWG1kallNdUF3clpXaWNCcEtMMXhJWWpMeXciLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjEwOjIzLjczNTUwMyJ9fQ==','2020-02-17 12:10:24.738943'),('ovr4syaa3vg4crzibxinkjp7moucs4ze','ODVhYTg0NTRhZGQ2Y2RhNzZmZDVhYjJkY2ZlOTAwN2Y1MDE2ZGMwYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI0U2wzdnJVQ3RtWG5yNERNM2txa0NZc0xOck53SXZrM1ozMDQ1WHAxUDFvZHNYUG1fNTA2dXBfay16V0M2LU5VQnhMeWtuOXZhbEpzVTZDY2VLOEZjMFZmZnRuRmtHMHpqWGRKTUhQVkxuNVRnbEszbjZOcTM4NkdaVkJoek5KIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODozMjo1NC4zOTgwMDAifX0=','2020-02-27 07:32:55.399108'),('ox380698gxo7deewm73caexb6m2y63xj','MDNhY2Y5NGI5YTdlNDc2YjA2OGNhZWFkNTZjN2ExNjJhZTc5M2IyNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI3YUlXNmhHU0xYbVNEMXEyQUtpTUZERk9vdjhEbUZoQ1ZiY08wUXdJVldJeS14amxUbGlzdVpSOU15UkFYV1Rhc2ZwY1hLYXlzVjVIakIxUzcwaUM3OVlpX0haMFRocmFmMmNnRkNSX0luZW13cWg4ZVJyZXNuN0EyMXJKeFVnIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzo0OToxMy44ODA5MjgifX0=','2020-02-23 06:49:14.884436'),('oz1iuw3ymuvcwq99ulpbe558xh4heiyn','MmY1OGUwMjM2OWM2YWU3ZWNkOTE4OTFkMTg1MTY4NWQwN2ZmZmRiMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI1TkFCQzh2c0xIZHZqUEJaclVGa2ZzWEpOSWgzQVJPUEFSRVFZRTZKSDUxMjBSRExCYUpobmtJd29lSDVydGw2NWp3U1BrOF9hYnMtNlpETHlpWElBY3M0UDQxZWIyZEd3TmlkMHJhU21fOGxkZjZfX0JKN2JOMDVQNjRMcGsiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjE5OjU4LjE4NjE1NyJ9fQ==','2020-02-06 12:19:59.189761'),('oz5oxjye2p9johvvygbcnd79yvv3f090','NTA2M2M0NGU3OWYzMmM3M2ViZDQ5Yjc0ODgyNjQzYTA5N2VjMjAzNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXOXBLWFRUU3VDSU9CT1RkdGRCbE9ibkdYT2EtTlhqdkJFMWlhTW5mYmNVNVEwLVp3UzJZZXNTQXRsajVQOWFUNE8tU18wT3dhMHhTQXN2TmdOTWlBQ0Jwb29aOTRVUGFWUW5LQ0FyV3UzVVRadWdWbENFQ0hBU0pGSDdrZUpIT3N4aG1EMTlWXzFTbi05Nlo4VGNRTkNXZFpTSXVsald3IiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzo1NzowOS43NTA3NTAifX0=','2020-02-23 06:57:10.754209'),('ozdyp046ldap4txte6qjtjdyfrlyifnr','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-10-25 05:44:30.135939'),('ozn1c88nh5c1hrxanji48o9uef2vhxrp','ZDA3OTI0NGUzYTU3Yzc4ODYxY2YxYTE4MzcxZDExN2U3NWY2YTYyNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIzZWlZVld4SzZLMmdzNDNDb1B2dkdybjN3eHBjY3pCaVViaGNSUmZWdVdwR3ViWURzeWo2UHZ2TWJNRjJGUDFESThyc2tNUHNnZGo3U05mbHJJWUFReG43UG1FelFSVkk4MzNaR3hiaC12WWh1TzNEd1NXcFNMZW9nMV9mLW9FIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODo0MDozNy4wNzg1NzgifX0=','2020-02-27 07:40:38.081893'),('ozx8xujelgw4k2rppa2b6t4lvbkj2nvj','MzFjZDQ5M2JiYWQ3Nzg5NjRlOWJkZWI4YzVlODQxZWNmY2Y4ZjkyYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI1THBlM1FHOXdFN3ljTmhpamJUQjB1MzVoRVRBcmVrZW1xX1NLaWFhbHdRZl90YmFwUkZfajBUSU9WT3FqXy1RMUtXZWV1YlZqNE44QWJMTlBzTzVkTkd6SlBHdFM3Wjlyb0E5SW53SmtmWVpOd0wtZ1VKSm9hS1Y1eVZCR2JEIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjozNjo0NS44NjMxNzAifX0=','2020-02-24 05:36:46.866684'),('p0o9gc9k3r6v686ep85a1r2wj1t5hhkx','MWFiNDZkYjVlNGI2YWUxMzkyNjcwODkwNzIwYTYxOTFmNThiOGNlYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI0N2hTSUJ3UGZweUp0Z2NwUTVjSkJId016M3FJblppSXpIcWlEbF9rMUh5VC1EcnZRcEpSZlpUZHVGeV9DVk5nWHlobjFLTUFGb0tZaGZITFRMV29qRGFtN2ROOG84QVdBbE1RaVV5OGtpa0ZtbnhmcXhQREkxeUhUcUZDNUpkIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNjowMDozMC44Mjg2ODMifX0=','2020-02-26 05:00:31.830583'),('p0ut0ne30xq6m4gqfzc3zdati04pqigd','ZjU3ODllZDNhMjdhZDdiMGNkMThjM2I5OGY5ZDYwOGUzY2EwYzVjMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ6YWZsNnpiUzJ4V284NmMwNDE3c2VGSTlvYzlXTmUyLV92ZDdRdldZeTgtODFKLWVZbmJIZGRySGNpYzVxOTh6U1V4UVh6TnUwRHpEMnB1NkZ3aTlPWUJyMzB0UFcwVDlqS25yTTc2cUVQa2xxS2lwMnpORzJ4NzVWOWtJX0EiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjQ5OjEwLjgyNDk1MiJ9fQ==','2020-02-18 05:49:11.827352'),('p1g7uop9s7uwj6xhlfg08160vz30aij7','NGY3MmI3ZjEwOTY2NzNlMTY5ODgzYjgzN2ZlOTBjYmVjZDQ5YzY3NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYMWV4NVQ2d21UMjhSREl2YVNVQl9LeURNZWNWNXZQUGtEQVlnd3VvazI0cnY5M2M2d0dNTXd4MVBsOHpvcmRnWmxkTzUtbmpuQWcwaWNMUGxuT2k3czh0VWx0cG56bGh1enI1S0ZUeHp3UHJRbTdrTzk2ZlRkTzBSeDNTZnoxdGNLQ3ZyNnhZSTJkZy1EYzFUdUx3dWszVHJ2SFFHNF9BIiwiZXhwaXJ5IjoiMjAyMC0wMi0yNiAxMTozMzo1MS45NzU1MzkifX0=','2020-03-11 10:33:52.979148'),('p1s3mhjy9h80h72yciqoioso9g63ux5d','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-02-24 05:39:07.246350'),('p259nvtgaoryjil1z408s8hfcu19cbc4','MDAzOTdmYjcwNDRkOWFkODliNTZhNGViZGY3NGFmZjgxMDFiNjZmMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYUHZvdkkwYXhJdXZwODhzaEpFcUVOSDktaVNPZTA4MjBnY29uRnlsZm02RVZQMGxmbGp6TGdWdjFHX2ZJa1dpb2x1YzlsaTdmVUFiakM4NWpDOHRmNXBxdWpzbWlQd2FTVktiYVctNzhnRkFFRmtjaVRoallGSlFWZVpmM2g3MW9tN2FRQWEtbi1QYTNpN1ZMQWhuSzVVZHVLSnU0bFF3IiwiZXhwaXJ5IjoiMjAyMC0wMi0yNiAxMTozMzoxMS4yNjIwMjMifX0=','2020-03-11 10:33:12.263700'),('p34hhmx5rgygdapiu3aof5i4pd1pjl9i','M2JmYzhhYThiM2FhZDM2YjcyMDEyZmFkNzc3OWI5OWZjY2NhYWQ1MTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI1Z21vSHRxUHdYZW5rbFI4cVZpX1l1R3kwWmxKNTdaX2xybndpTXp1Tk5VOGd1d2Z5cVBzdHgzSXRYY3ptVWoyZkx2dWl2YnBCbFgwakxyYVBLX3BHY3hkUmlmZFVEalQ3Si1WdmZPMFM5eDZUX0ZVMmJMd2JjQmZiRTFQMjQiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjA1OjA0Ljk5OTQwNCJ9fQ==','2020-02-06 12:05:06.002987'),('p3tpca02a4h51cf7gjttms8kushevnf7','MWQ5OWI1MDlkMzAxNGRmNzQwMmFmNzk3Njc0YjkxM2IxZTA2NGI3Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ6b1Via2hra3pEZDVDTjE1V0ViWFpmZGhqMFE4emJTUF9jZ25pQXBxa1ZSN0pheTAzTjRUb09mY2pMM0VvVmFyTFNOWVpFMW5YTU0yQkt2VmtUSXNWSjNVSDc3Um02eDI1dk1FTk1FVUVpU0VQTHlfdVlVdWlmX2lXSFpYZzBEIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo0Nzo1Mi40MzMxMTQifX0=','2020-02-24 05:47:53.436672'),('p4d3g4powb9yhnrrjxu8xlkuwfekqo5c','NzI4ZTRkMTAzZWU1Zjk5N2NjY2YyYTcyOTc1MDVhNTNiMDU5ZDNlNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI0alRxdkRvRE1hSVNFa2thQnBwc3k1MC13dVFwNmtnRGRaT2E1ZVEzSm9rbUtEM1ctaFFXOWtXQjcya2VEV1pnOU80YlB6LVk0d1hnOURWM2ljOHhrOEJvMXNfYVN2NjJiaVhrUk90ZHZDOFpKcG1TNnhuTUlPU1hkTHZnS0UiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDExOjUwOjE4LjE4MTAzNSJ9fQ==','2020-02-17 10:50:19.184554'),('p4dkis0j8acwjo6ociu6axd275y7yrcd','N2IzZGU5NGMzYjU5Y2RkMGVjZmM2MjZlODEzYjdlMTNlMzExMzNmMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIzUS1YSEJ1WWdna1NKQXc0WW9acks4YXc5SlEwSWdsNEVWUmcySkRiZTh2Yl9DMHk4ZlZoV2F2TDZaUWNBUWJsU3l3RUcxTFJjeWF5Um9SZy1KVEVtSkllbHFtMFRvaGk1RFFld1paN2l2QlJHeDFWSnZwVDZGRGJmZFhDOUkiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjUwOjE2LjUwMzE3MyJ9fQ==','2020-02-06 11:50:17.504724'),('p4ovgrhkbfhubbtnorahl52lli6lvu5y','YTZjOThmNGJjMzlmYmNhZjg3MjNmNzUwNTZkZTg2MDdjOTE4MGI2NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ5c1czWWo1YmdhOThXWnFWVklNbDJwZDJ4Q1hqWXpTWXhINXRxRkpMWWl6TDRmcncxb2xGWVZneXUyemFHdFJIZ0NVNVpHRkhXOTdKdEJNaXhKTnd0MHg1Um44T08yMzhVQ2JtNGdPVXJ2NXZuRUVSTy01NXMzM1NiTEpIRU0iLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjU3OjM1LjQzNzY5NyJ9fQ==','2020-02-18 05:57:36.439638'),('p4th8fmragayfja7lzowz5lctc66lrq1','MThhZTY3YmViMmIwNTk4Zjg2ODBhOTZhMjEwYzM1NjQyNjFiNjc4Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI4c2IwdGd1WjVjME11Z2loZHRDbS1ZSjA3ZzgtbXVoQXVFVk5sMTBWbmczbjdFZVlFY2lUaXJMVXdKWFlOR2g2REVIb01pY2FEWlEyeVpObm83aGZST2RaV2tkRkNraXo0N29ha2FVWHR2aTRUZ0dRNklEbk1QNm9ETTIyZmciLCJleHBpcnkiOiIyMDIwLTAyLTA2IDEwOjAwOjQ0LjIxNzM2MSJ9fQ==','2020-02-20 09:00:45.225242'),('p5tmnc9vk5eua1u5jyzxi3p6eg4mmrja','MjRhM2I1YmRiNmQ1YWE4ZmUyY2I2MWI0ZTc1OTM0YjFjYzljMDgwNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI2SjA4MHpZNXdldU03c3ZhWldWWVZLUTFFWWQ0dUc3UF9PU1U4M2V0MkZyQ1BxMS1ySHVZQ3gwRW5nUFVZdGJYZ1AzcDNURmZLVTNtNjVSa1AzWHFpWDIwSjNxRkhxZ0MzS0pUVlNKQlhSUWdtV0VqTlN1RlVYcmVmUERMTk5EIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNTozOToxNi4wNjkxNDgifX0=','2020-02-26 04:39:17.074474'),('p6hlrhb76dbv1isy3y51vn8tnr5iczk7','YmMwNjYyMmRmN2ZjZWJmZTE1Yjg4Yjg3ZDU1MTJkNDY3MmJjYTYwNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI0NVc4OHlKRTk2VFJfaHpHWnFHZ2Y5VkthN29rU2wyeTRKeWVBZWhVZlF6b1NJY2NPSllaQmhqZWdyYkVCY3pzbElSRlpWMksyaktCQmg0Mkw1a1UzZzRHd3YxS1hHRlJVblA0YUNIcjZGcG50WEFsU1prTWJ0bURsSFhhTF9IIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNzowMDozMC4zNjU3OTAifX0=','2020-02-24 06:00:31.368934'),('p7evheu77ws5p2nlst7ts8413r0uyvin','OGRhYWU1N2RiYmRhYWVhMmM3MmJkNWFmNmM4OTVhMmY3YTRlNDk0YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ3QXBfZnBjTVB1TFJkU2hiX0prbEtBa0lVeEE2cVlWZ2hSUWJRWEJmTWFTYlVNcHB6bDRPX0RIV1NZYk1naTJTdXZpWGdlbkJrLUZOTHZaSnhkUjFia1lBX2c2UGh0Q2R4aDZETVhVQ3BIQXdxQnRCaHUyMUNWVTVQVjhvTmsiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjQ1OjI4LjAzMzY2MCJ9fQ==','2020-02-18 05:45:29.035188'),('pbekmtaypj0xwtni0giscv570896mzmr','ZTVjZDVlNmE4M2RjYWJiZGVhYmJmNTBhOWM1ZWEyYzk0MDFjZjNkMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI2NGx4VkFFTEQ0U0M2clItNG96S0ttWFUtOHlJVmV6OHFGZWFhUVlfbUowVjBhQTVNdVR2eTd6RUhZaHVKUFBHUHVWYngwRlRacnJkbWVNNnMtdXRVaUJZMlZza0w1dEJUQWFUNlhvSG1vcUNHMlBFSkFuREhjdUZJRUF6dWMiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjA1OjEyLjM1NTk1MSJ9fQ==','2020-02-06 12:05:13.359376'),('pcoa7ah592ad4kx4iqp86u3yjeolu7sb','MzNmOTlhMDgzY2EzMzgyMjdiNmJjY2RiNzJlOTJiNTgwNjI3ODZkNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIwQXloTUZLRFRRcmlIWldiQUloTzZXQVoyU2gtWnBQakxReUIwanc4a2dHSUt6WVpoTzRkXzM4eG41ODExUlRZZWN4OGFTYlNWRVFmSGh6Q09RUUN5LUJBcGxsTC1uMjZGcDVxdVpFdmJOOHIzeTBOeFgzWTBlck9rMTZ0MGgzIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwODoxMjoyOS4yODI5NDYifX0=','2020-02-25 07:12:30.286114'),('pfoujii0fv8xsghkc639y5p7jwpdf9tx','YjVhMjUwNzEzYjI3ODYyZmQ4NTY3ODNlYjM0Yjg2ODRjNTBjNGY3OTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI5X0NZVlp2WWlqVUhtUU56Tzh4S2xNU3Q2VV9EUEpmZ3VRREdVR283ZC1oVjZwOUpucnVVWDZGcHZNY2dpckxBMWc4eW50TWdpODd1Q2lkYVdMQjJxeHAxMWFqVEdFVEpXT19aYm9qXzlfVWw2ZERCdnRIQ1d6WUhFcjlPWGciLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjQwOjEyLjE3MTA0OSJ9fQ==','2020-02-17 11:40:13.174548'),('pge49mc91enmf3xn1mg6g2q9ghxqls9s','YjQ0Njg3NGIwOWYwZTM0YmI0OGFmYTY0MDAyYmI0ZjBmMWU2ZDQ1YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI0T0JtYTR2Z1EtVDM4VmdTcmZ1R2Z1c1YtMXFDb01YRnhFaldWWkE1QXROOHJZdjg1YXF1WDItcTR6dGpzSmFNaWR3Q1Vic096ZDFBdXJCRlRqc1djR21zbWotSDBydHZTTEhES1ZoZEEybUUtNXJTbVVCUklCdVRucG1fR0hrIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNzowMDoyOC4xMTA2MzMifX0=','2020-02-24 06:00:29.112196'),('pgehcoxz99incmq9a1wdm9ly11dyqxkv','ZDAwMjA2ZGNlZmM2YWZkMjM3ODRkNjg0Y2RmY2I3ZTI5Yzc1MjQ4ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI5ZVZEZTZhUXhVNjhVbmNULVJ4ZmdZRi1iTTEzLUpWanRPMUNMcXdOb1dORkp2SW9XbXc0c3BrQzZqWVE1T050TjROcVQxU3ExbHZCN2pIRGJpT2E0c2M5NG9waHp4Uy1iVWhOcmFsOFl3WEg0bkxOcEFUVzZYbG9WQm1HeGsiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjU3OjE4LjIyMjA2MiJ9fQ==','2020-02-18 05:57:19.225664'),('pgml4kiqb2ha4qzl4b1i32imriyi194e','ODA1ODdiMzJkMGZmNWQ4NTJjYWUwYzAxOTVhYWQ2MGU1ZDM4NmE5ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI0N1lSUm9KU1AwTVJvMzdSZ3QtOTJkZW92c2F5SzVJSi1hNThtNkNaNWIxQnRpbXN6X3B2d3h3RjhRemxTb29FOFV0UE4xMHBYSHE2LVZFRGdfalVfazJfVXMzT3huZF82YUI5cEdsUVlGRWRvbjFZTmpELWgzNWxBUmk0MEptIiwiZXhwaXJ5IjoiMjAyMC0wMi0yMCAxMTo1NToyOC42MDYxMTYifX0=','2020-03-05 10:55:29.609754'),('pgwms72jfhwj5q9ukeowphm2ucdkpw4d','MGFhZDkwZGQ4ZjY1NmI1NTRhOTRkMDkxMjczNGU1YzhmNmRiMzQyZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUItX05uT2Q0N2JnYnJMU1NDb3JKQWFERGJJT3c0QmJuNER6czRaT2pJVjVJNkV0c19xSmRXeXF6ME9hOVg3a0hVbEpLa25LZGZZVXd1UE9uUVhGWDJkVXljQnVSc2dVZF9VQ3VHaFplU2hUd1VnRXBKX0YzczhFd3FhOVhqblRYIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwNjo0MzowMS44Nzc2NjUifX0=','2020-02-27 05:43:02.881039'),('ph8qps0xdl700cy0xf9zw94szhyuf46g','OWZiMmYxMWExM2JiZmY1Y2M0NzQxMTA2MTE4MmFkNjU1NWExZTZlNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I5eWlPXzF0SWNhY2x4aGdZYktUSFdnOUQ4YWFQYjhEVVVqdnBJZGw3cnBYUlo4TjhUNWN6Nmo2MEhHVjZ2UlU5a29VNklCWWNFeDRXZnpvMTYzQ1hERm40cWNabWNuTUxfRWctd3pnSWFKWVFUUmFaNWkwV0haV2xZMHRzMlUiLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjUwOjQwLjg1NjQ2NiJ9fQ==','2020-02-09 06:50:41.859893'),('phbhn0vcyxnk3e8choccta93dw8vjj75','N2JiOTAyNGM5OWYzMzU0MTg0N2I1Y2MwNzE0YTEyNDcwYzg3ODgxYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI3QWdGSG03WS1MUEN1anYwWFMzbGZpb21FZTlxYjRubkNlMW9CejdOQ1NVa3dtbUpFTmlfMWR0VTVSQlVuWkh1SS1URnlCZjctZkJSNUxUSUhISTdSV1VYTlRlc0ZyejQyR0dKT2ZYU016MUJBWUlxcUVVazRoVGFRU212MmciLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjQwOjQzLjk2MzQwNSJ9fQ==','2020-02-17 11:40:44.966875'),('pk8blnx2msmcv9sv7jdqp6nhx1ytb7iy','ZDRmMGE0OWQ1OGM5YmQ5Mjc0MTBhMTU2MDQ2OTdjNWNkZGE3NmFjMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIyb1JEeG5QUk1PR19YdEkyc3lRSUVib1ZkVDRWejVnSm5yWTUwZ0Fwei1pU3RwbllvdFRpcUZTRW5ZRkJjU05tNW1NWHByVnhGZjBuT2dvMGxVOUxoRWZndzNDSEdrWFBqNmxGV09MVnRJRjg4aU5hRVZFRi1KMHB6ai10S0kiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjExOjU5LjI3ODEyOCJ9fQ==','2020-01-23 07:11:59.279846'),('pk9tqhv1tdp59y44gnza334v8q071p1q','YjhjMDdkZTliZTYwYTg4N2RlZmI1Y2Q4NGE1ODA5MDJmOGY2MjYxZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUJ5TXhqZHZUdDJDNlNUczVvWVR6ckUzVG01ejdNMVJ3VGplWkh2TDNoMmZ6WnpLTWo4T252RWlqc0pKNzBCck9NTFVweXNLTVlIb3ZiZEtfdE0tU1FMSEJBNElhdGMzWjhFLXJCUUhDQXlFUmtDTlBFVVBsT3g0TldQWFVReWciLCJleHBpcnkiOiIyMDIwLTAxLTE2IDA3OjA4OjM4LjMyNzU5MCJ9fQ==','2020-01-30 06:08:39.331127'),('pkcyu8pcpve81id5uq4c661ayu1xt9v6','ZTdiYjUwNzM2MTkyYmE5Y2FiMTUzOGMzOWZiZjUzODQyZGQwY2E4Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIzNHJNTXBhcmJndVUweWo4ZXNXZG10RzVwWTBQVU9lclBURnp4TnJ6a3JSbTlQVDAxVWczaFFVNHk2ekNNeWw1Qm94RXVxRnIwcGVoeEM3WHFmc2ZxWGxHQVZvcWJNWk85aDNFQnlWcl9mUmdyOHh1ZlhkSU9mZFRnejZqN1BOIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwODoxNzoyMC4yMjY1ODUifX0=','2020-02-25 07:17:21.243464'),('pkf2q0kuavup0glt8yo44nt3sm5p2c7h','YzAyNjFjZjY2ZGQxNzcyMWYxNGYxZWVhOGRjODM4Mjc5YmM4MTI5Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI4aEFzYXZLaHNyajN0RlBzNGstQUc4VzdNa0VRX3RhYVRKc1NBc3J3Q25uWmNhVEU4S2dmblpuNjlHQmdCNTZNdllGaVlMeERYYnoxdTE2ckpoSjFoc1JkdzYwN29qTU9pMU15NHJEcW5GeHdOZGtkLUVSS3BpZmh1eV9PVnciLCJleHBpcnkiOiIyMDIwLTAxLTEyIDA2OjQ2OjQ2LjY4ODQ4NiJ9fQ==','2020-01-26 05:46:46.691889'),('pl695llbbz5q57o2ytn0dretk4zxvs1b','M2RmNmMyZjBjNmZhODQ0NTQ1OWQzMDY5NzBhYTcwYjg0MDg2ZGRlNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVVTE9DcjFZeHFpcnJ0TjBBT3dSQzNaZ2NsblNwLXZ3a0lBQjJaSTAzTTUyWm1JaG5USEI2eTVOcGR0V3pVZEcxbmV5dWhTUVJUdDU0bm1PRGIxaVVlOTk0UUFQd0U2SGpocVpPUk1YeHV0MUFDX2FJR3FITG5BVk9uQ1FRTXQ0WlNRbEtfU2RSOGlmbG1NNm9Ld0lrUWk4dW5QbjVnRkNRIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMzo1NzoyMy44NjM0NjUifX0=','2020-03-29 06:57:24.866936'),('plso3ql1yszw2thiivwondbucwsg4pqk','NmQ0NDExYzk3NTNjMWIxYzM0NjEwZWNhM2Q2NjQzZDAyZDk3MjA4Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIxX19JQ1haOEplSEQxNTlYZzdlNlhUYm91dEVMT0dBUnh4eXRMb1h2VHlhcFpNSE95bm1JSFRjV2pjQnI4VFNPYzdXYkNVMHlYSjZNMXBkX0hhYlNsVlRPN2JQVmlYOGgtX1BPMW5uS1M0eUxGZWFoR3phRzNpbTl0S3N0b3MiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA4OjEzOjU1LjA4MzUwOSJ9fQ==','2020-02-20 07:13:56.087063'),('plxe1rf51scrr7wefbjanyaqxywqaq6u','YTBlZTBmOTAzYmI5ZmE0NjM5NDE1YjQwNjA3M2E1NzFmMmUxOTJlMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYQjJTa0pSNFhYeGZsOGthblA1cU9Yb1lQMUYyc2xNeFA5QnkwdUlzMmJxd2h3UG95cFRDcV9KbmJEbWV6SzdTa0xKYS1pMS1FU3pILXBEamFFN3lmckxsQm9POXNtTmE2ZER4clNsbXN2a0JqTVN0NHlBZUMwb3NHcU5JVXZ6SDJZQWpBVU5NN0hyZGl2bmRrZEs5Wlh3MEtGcllxMUJ3IiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMjozNzoxNS4xODY1NzEifX0=','2020-03-29 05:37:16.190023'),('pmgv9k3irg4gjvyfjo02meae8t6krsn2','ZTgyNjUyN2E0MTM2ZWE2YzQzMzZjYjgyNWI2ODlkY2QwYjQzY2ZhMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ5SFZsSlptQzZlZThRbFd4RzVvZ2otVzdpaXB1TTFTNXFCd0w5YTc4YWJZODVSMlZMRDVDcUZxQVB2VmY3XzNLRGJra0JEanY0a0pXZFRMekU2M3dNS3FUWncyTmtCVV9WS2k4U2V3dkcwSVRnLUlSNGl6a1Ytd0VJM2RFWHRXIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNTozOTozNy4zNTI1NTIifX0=','2020-02-26 04:39:38.355933'),('pospl6fcw9l6eo88suk5xs7uqy21fu5g','NzViYjM3YzE3ZjIyOTkxNTViMmYzZDZkOTQyNWM2YzhjYjMwYzcxYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEItbXRKakVvR19TZVZIN0puamRrRzFHMVhQNW0xQThUeER5Wm12V01pdkJZQ3BCeHpCYkxYZWpiN2JZZUliVUtaZndtVmxBcTc4Q3RXRlpCS0paaW9DOFVmRm9nUkFrY3JyQXVyaTJJcTdscm5SRzFJaDhfZUZNUm5rTGVrTHMiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjAwOjQ0LjUwOTA0MCJ9fQ==','2020-02-17 11:00:45.512425'),('pq7rrpt2jbbr5ioavzyybfellwrqyzjk','ODE5ZGEzZTJkZDk1ODVjY2FlMmU5MjUxNmExMmQxMGIxMmYzNWQzMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVVQWNPVFZsNzV6b3I2ZFJ4SHlDem91TkpxYjRlN2J5MVRhNkYwUW42SzVZd1A1RkJRVER6dVhHWXJFM29CVDBNdHJoMXZIWlBUM2E4dlFCd0hUR1BUMVhjVUJZN1BUNkdGTmNFTmVkeWRVMVk2eXk0c0VQUVV6TU5CLVQtM2JzV09ZdW5VaUxfTDVsTmZnVUF2a0JIMEZhTlNmQkwycFpRIiwiZXhwaXJ5IjoiMjAyMC0wMi0yNSAxMzoxMjozNS42NTA1MjAifX0=','2020-03-10 06:12:36.654184'),('pr2zz3uduivd792iqiqjvzzwn39mzcka','YjYxZWMwNzIwMjk5MTQ2NzlkM2E5NzY1NTg5NjI1ZTJmMGQyMDEzNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI2d0NDc0t1LTNJbHB1cTVWLURSSzJ2OEk4cHBhVUszMFZ6X2pNbUhKcDhNUGxFai1jXzd5dzNyNC15SXdXeEF5eXBUYllqS25tOVM3RUpNcEN5YmFoVFFnMHhRT3hTeFh2ZnpVUG16MlZXR096SDVYallvTWlGdFlrMGdZa2xkIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwNjo0MzoyNi4zMDk4MDMifX0=','2020-02-27 05:43:27.312324'),('pt2jyopby7q12t96exiik0frhr1bw261','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-12-13 10:18:38.230229'),('ptauz58jtzedeqrer6x2x1z2tz6a6jmv','YzE2MGVkODdhM2M0Yzg3OTYwNmVmODQ0NjY3N2E5YjYxNmEyYjllMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI5ZC1zOHpZb0tQdmZEYzN6M1IweW13NVFJUEIzeGNBU0VMZEIzYUhKdWM0ZmNxSFRjay1NUmhTeXNIc3IxQW01ZlBjeVRhRnRESkdob21tbjBMTWx3RWhyc24waXZIMlBzTktpdVpBRmpSWUxpWk1vdG1yalZjbG04OVJ4V3MiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjEwOjI4LjI4OTg5MyJ9fQ==','2020-02-17 12:10:29.293341'),('ptfpffliue8eulz7iy44fet7px8e6isa','OTRkYzIwODg0ZGQ3OGUwMDNhOGMxZmYxODJhY2FmODgyMzcyNmRlYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI0eTQyVUM1UllVQnhLaWdMeXZtRzZBUzBDSVduNFB3WTNrQUhaaW0xb01EMVRRMFhRQU9zUmxud1I3cTJteGhMWFROV3FCanNOWVNCd19wY0JIbUxOZVJGRkJEdHQ5cUpWRHBEVHBlQTNPeFJsQjlYcWMydlN0QXl2eXVhbEEiLCJleHBpcnkiOiIyMDIwLTAxLTA3IDA2OjUxOjUwLjYzMzMzMiJ9fQ==','2020-01-21 05:51:50.636963'),('ptpiwc2x2f6puedye141n3deqvvqe58p','MGYyOTVkMmFjNGQ0ODc4NjNlODE1YjNlNzg4MTkwYTM4ZjkxZDhlNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVWS1FUUjFaaEFNdkM2WS1faWlWTDBUdlZqUlQ1Y2xiUnRUVlJBQ1V3QUxLUWQycGpTVVJyYTUyZnp4NGRKeVFGdjUwYmtfMDE0anRZVHVzVmNJZHBJUl9QWF9VbGFocFNGbFJjZ1FVbHc1SnRCM1JKOFJFN3R2RUFta3UyRUJFLUFWcFl0ZTFhUTlUa1ppWWJyUHlyNnI5bE1EUGpRdy1RIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMjozMjozNy41NDM4NDYifX0=','2020-03-29 05:32:38.544957'),('ptz502l1ljuf2m43viu2ucktnq9jdzdo','M2EyYjBiMTQwY2UwNDkxYWJkMDY2N2Y4NWE2NDI4OTg2YTE1ZDIxZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI3Nm94bFlnTTFXd2Rva2ZBZ0xmUGFxUVhPdUMwRzNuTWZ2czJBbmtERzNEdVE1QTBaVTZTVVN2RHFMcUstZlV1WXN1b2lvNVVnY2FnYTdTT2kydEVKVFB4Y05WeTg5X2VMN2R0WFRnM0c4MjN5VkFjc2VtQVB0VzkwdXlsUlUiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjIwOjEyLjc1MDE2MCJ9fQ==','2020-02-17 11:20:13.753747'),('putt4qk3enq0xad89a9wcjh2vz5nfhyp','MjVjYzgzYmY2YzM4MjY1ZWE0NmYxZjIwZWY2NThiZTE1ZWRmYTM5Yzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI5Z2xqRExMa3lqemR3X3FzY3pDdlRDdWg4eE5BZk9PbDB4Mm1nSVRoZjFzQUpEeGlPRXA2N3h4bFNMcWlla2hDeFZ2bnZxWTMyYjYzU0Fld0dlZFQ4WXlUU0c1blRNN3BkQzNUdGZ2dEhKN2xVamdRcnE1b0Q3M0FTSF9Bc1kiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjA4OjMzLjAzNTgyOCJ9fQ==','2020-02-06 12:08:34.039451'),('pvq2bpak4r6hzwr3qyxbynjbvy9yvzt6','ZDIyMWNhMDY4ZTJmMmJhMGRhYzYyOGU4MzBlNGZkYjM3ZGRlYzE3NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI0dGhsanNUdVZoUjBLdVVwSjBMdF9BMFdQdnJPbjVUbVJGMWgtRlBiMmwtUkF2YjBvRmJFNm9MV3dGUWpwb1pkY2hGak1CNFJmYTFKR1QwS3B6SFAwZVRqM0laUG5pRTF4a1Jqb2w1VHFBTWJrV3dBZkRYM2k3RFdpbEVRR3puIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzo1MDozNy4wMDU2ODEifX0=','2020-02-23 06:50:38.009214'),('pxeqf0tj14wxe97pnqaocqhimt3terj8','Y2Q4MzRjM2MxYTU1NzBlODNhYjQ5MTZlOTNjNWY3ZTY2NTE1M2VjMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI2NHA4dGtfT1FrWkZlemRmZlREeG1ES1RnZmwydDhMT1pnaXB1VkdvMm9MeGpPZjJfa1hsVWJISUZOaFBVckZBSU9UaENEY3VkY0RDQTBMQWYwNzlWaTJzSWZQMWhNZzVMS1RQaWg2STUycjFIV1U3ZFJjNGJMekNSQTVpOVEiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA4OjIzOjQxLjkzMjMxMCJ9fQ==','2020-02-20 07:23:42.935647'),('pxna7w3bdl7ktft3z1pf7b6ijnz7b3sv','ZWI2ZjAzMzUwNGFjMjM4OTc2OTA2OTUxMWFjNjYyOTViNjc4ZTgxMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUItblpJUEEyU1VUMThmcTRGNjd0djVTZkRRVzN6eF82N0pGTHpXSmFyeUdKa09rekdjYUlvYUd2aXMtb2pweHNqanI2Z0wtU1FZekFCbzhlMUdqUDkzTEJQbXdTcUpieVcweFdIaWpBTWM1MW1UdFp5am5nWjhhamN2VGotRVkiLCJleHBpcnkiOiIyMDIwLTAxLTEzIDExOjU5OjA0Ljg2Njg5OCJ9fQ==','2020-01-27 10:59:04.868198'),('pxz438zviv0mgnrlgnkqb8hmrslwcx66','YjQxNTRkYjg0ZjM4YWU4ZjkzNjMwZWE4OGI0ZmViNzRjNWVjOTVlOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI3Q3RMYVhwZTF3NjZNMXhBU05TeTdWN1FxcVBLdGgyc3RZY3QxZ2Rucl84amFySGVpRzFqNEs2X2Z1eGhET202V2RkeVpHV3YxN0syNHkwZW04QmN4NzhyYmJTUkdMZzR5elg0U3lrRFpLWl9OWjdUU1pSMVhNanBLSmxzVnlYIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoxMToxNi4xMTQzODcifX0=','2020-02-23 07:11:17.118050'),('pyabck8shzau9wqri23v88kfohykbizo','MzhmZDQ5OTA4ZDI0NmY2ZjcyZDVmNjI5OWYzYjc1NGFmMmUzYzgwZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0Izdlo2SGxtQnVCckxpVnVKYWUtWWdwcHp6a1YzUTlpYjlHX0hJdzVpZXNoUGMyNGRaT2doVDkxYjE3b1Fiak83UzY2c3lDN1ZBMGd6MnF2RzVEUDRLb1FXMFpxc0VEUVA5V3Y2R2x4UmFzTWEwaGROeTRnYmNPMXUwVnM0aXciLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjE3OjMyLjY4MDA0OCJ9fQ==','2020-02-09 06:17:33.683742'),('q1dxettgstd0iw6kzr5v62zlcq8sqylu','NzI0MTRiNDcyZjJiMDg4MGYyMTFmY2ZlNDIxNmJjMWRhNjIwOWM4YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI0Q2Jna1NrSDRhblU1VWhDNEFJc0xKT0YtdVdCaHA3cjlCUXpZNFVHMjVWdXNvVGhxNk1JSFNGWXRfWDlfSUtDSXM2Mndtb01SVzlscXBoOEtMM0U5VDJsdW5mY1JqaEVfY0piU3F6Nlg2YUZkZ2gtN3BNb1BfdlA4cklMZEE3IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODozMTowNS40MDg0NDEifX0=','2020-02-27 07:31:06.409441'),('q244963ckc3s38ox8n07vu1mu3v4is3p','MzQwOTA5YzQxZTZmNDk2NTA0MGU2M2ExMGI4YzJkY2U5NDliNDUxZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEJ6WWc1MWxaSzg0eWJvUmxsRXl3c09uVTNaTGtsaFlkSkFNRE1ZUFFfeVdveVIxUDIyWU1BdnFBeTRjVFpCTl9sQ0FCTWdGcThrOHROSjF4S0piTkFMUlFnY2tfMVdjZEtGR2tzcVY1T1VJcTFrSGhSU09GRDkxZWZNVFo3eEkiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA2OjI2OjM4LjMxODcxMyJ9fQ==','2020-01-23 05:26:38.322195'),('q2786gei1cujtcp9y0v78bhl7mmzdchm','YTQyOGU0NjZkMzA4ZWNmZDg5MjViZjZjNjMwOWZlNzVjMTBkZWJiZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI2VnNPT1liWmRWeW83TFNka0xSdW0taFNzUnJWSy1rcGY2bS1wNTl3Z1IyLXBjN2tCTmxPV1dFSzdyMlBpVm4ycEN2U3ozRUFVcXVUR21nbFAzNzRBUkJNX3h0VlpNQXhnTUNpWGRoWlRQaUs0NkpFRFRFTFFlZ0d0NlphUHciLCJleHBpcnkiOiIyMDIwLTAxLTIwIDA3OjE2OjU3LjgxMjQxMiJ9fQ==','2020-02-03 06:16:58.815869'),('q3yxnp9tq6swe7agq2idgsmaejfypr3v','ZjA4MTQ3ZGI5NzFjY2I4YWI3NTE2OWJlNzcwMjE3ZDE1MzM4ZmRkYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIwTGFPLTNwT2NOQnRvai0xZldhTEhDeG41R3JNODROcWVDTVBFcjd6Y3BvamZLVUtLM3dENmpjWktJalh4QlZCUEtZRzJocERnMk9kdVhIdEZOVFF3amtKYVlKWHQyRW1aOWFDUTZmbXE0Y1VzUEl3Z2VrSmNRUmNUYzJ3Y1EiLCJleHBpcnkiOiIyMDIwLTAxLTIwIDA3OjE3OjQ4LjY0NjI1NyJ9fQ==','2020-02-03 06:17:49.649691'),('q4eg8tuymlbozn9r3vloli8v7012jkqe','MWFiZGFmMDgzN2Y4MTJiYWRhNGIzN2Q4ZTU3ZDU4YWU2N2QyYWEyYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEItbzgwcDFQZXNKX1VkOTBlU0VZUmVEa3ZXV1IzdW9rN2w3a0p6N29DNU5LMWkxM3BIWXFtR3hLQ0tsT1FxcVR1T3ppVUlaejB4VC1wQU8wcnJ0Ukg0S2J0MHZUTkhfZnVjVl80SEFWYXFaY0FzTWxra0xtcWZhR0JMckVreDAiLCJleHBpcnkiOiIyMDIwLTAyLTA1IDA4OjU2OjIyLjk0MTY4MCJ9fQ==','2020-02-19 07:56:23.945510'),('q5cqbph6vxbngjipvs7vbz80uu3n2tsw','YTM5ZTUyNTI4ZGY1MzVlYmM4NDhiZjhhODljYWQwOTE1NjA3NmQ5Yjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J5WmQ0dkYxQXJXaDNPWnpFejdLTGZTMDhKLVhiQkxITUxfcFFKSmlIeHNxOTlweUs2bU84aWtpYVNFRWhaZm40Mnhfa2d3YzZ2ZEowTFhfb0RuczNwVmpNc2E1MlZBOENlYl9jUnlrbWp1RklGcDNoX3NVc2xBLXdUVzBzREkiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjUwOjM2LjgwODkyNSJ9fQ==','2020-02-10 07:50:37.812532'),('q68pjj6g6s62u742gldezl3ysmtnubw8','NzM5NmIxZTNkMDZlOWNkNmYyZTc0M2IzMTI3OGQzNDI5YmZkZDEyZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIzZ2haSlJxNkJuWmg2ZmtubnhPUkFfcjBxRWRGSWNRN25jeHA2MVFtUXlLMVBMWjNaeUtwalpoWWJwY0l0YUd1WlVWTFdpbVFkbVZVUFF6aEd1d004VWFMaHpGX25xWmZDcHJPc091VlBqbzhjTkR2Qm5UTU9xQ3RQM3VXQXFGIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzo1MTo1MS45MTgwMDQifX0=','2020-02-23 06:51:52.921756'),('q7bl8r3pd5x6j85yivyrnpm8379xffvp','NTE4NWI5ZTRlOGNiOTQ5ZDY5ZTM0MzkzMDA4MDcwOTkwODkwNjZjNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYUVQ5Y1dwdlQ0SmdvcXhfTk1FYVpxQ1ByWnNZSVpXdXRWb3QxSjNZWTh0MGFsSlU5bWR6Q1loNXM1M0d2VE5SOUUydHNhQzk4dXZRQm01ZXJvVkF6bkFNeWc3ZEEzb3ZJSy0tSUFwZDRoaDNBcG5xZFkzS2JzOXFWOEN2bm9razRhMnoxRkw2YmRCOFpGazY2U3Zob3FrTGN5NGZBVkFRIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwODozMDowNS41ODc1NjQifX0=','2020-02-26 07:30:06.590979'),('q7qkaoy47v78fd467u9bzceryi1o79hi','ZDFlNjkyNDRlMDFmYTExMTFiZGZkMjAzZTVlYzkzMmFiM2FhNmQ2Yjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ3aXFDSjdNR1ZGVkxUZ2hTSlJtOU5CTHhuY1FvNkVaeEc2M2hWY0JES1ZVcW9RUHJSYWtmVVU3dUU5Y1ZMNmhGWk05NzR3ajQxaE9MNEV2ZTFSYTE2Zno1V1hTWHRaSkhSa2pFV3hfVVY1Z1p3ZzBDUjJDb1lJNzZJNXZSSGMiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA4OjE4OjM0LjcyNzYxMCJ9fQ==','2020-02-20 07:18:35.731047'),('q920xtd6818733hostgt3yha2e4mmgqc','NWI2MjBiM2VkN2Y2YmI1YjlhMmY1Njg0YjEyNzFjOWMxNjQ2ZDgwMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI1dkJaaUxSdVNaTU91Qi0zVks5VEhFQjdIczNQME5tY3dZQ1g3NW5SYmExUHJXclNiYVZaeW1qb3lOZ2NSVHMyUl9XV2dDdDZaZmlKei1FTzBVUFQ3b2MyLUYwM2RKMmN5Z3FwM2VoTHVDc2dIblN0MEw5R0pvZ0lFVEJmcVUiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjIwOjQyLjQ3MTczMiJ9fQ==','2020-02-06 12:20:43.475291'),('q94fp1jb0hxscxhc4zwaft8x4mno1eu9','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-10-15 13:45:45.960064'),('q9apvy0isxhyx07nxr6uvz3v3zncxn2d','Zjg1ZjNkMTkxZGU2NDFiMzMzZDA1ZTIzMTg0YmQ1ZTJmOWQ2Yjg1NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ6SlVRYkF0U1JmQ0pCZlRKdEx1dmdnTDBEeGFSSkxxM05kblkzeWlHSmxoNGlaN3owLUFJWE9sTFpzM3dvUTlJWWZvUi1fR3BZXzN5UUl5SWlicFIzblJjUnEyaVJySGJmbXJpd1dlVVVYWEluZTF0dVJDUl9DX1J4OFVyTFUiLCJleHBpcnkiOiIyMDIwLTAxLTIwIDA3OjE3OjU1LjA2OTU2OSJ9fQ==','2020-02-03 06:17:56.072988'),('q9enh3ezjev14stox6l68i6krcfwd5x7','MDU5MDUxZDdmZjdkNGU1Yzk3YjZmZDk2NjYyZmIwODUwMjQzNTIyMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXUWU0d1Rkdkh6dlJNdFFQQWZyb3BuVHF6TlU0LTdOVHBfMGZNTk94WWlPSFFBelV1aGs4VE0tS3IzYU9WQXE4MnIzeWdydkZrM2l1U0ZjM0swaFNTQnMyMGdPYWVBMUFEeFZkMnRlQU5DeDh3YnBXTThfWW9qWVVVNDNaMUtTUzZjbURSWWV1Vkg0U0puRWN5amlYbnlnYjg0TzMwc3pnIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMjozMTo0My43NTgwMDYifX0=','2020-03-29 05:31:44.761535'),('q9sgf4lcs89kvpv7r0t91u39pdhn4v62','MmQwMzk0NjI4NjY5ODk4NGM3Njk0NGEyYmU4OWEzYmFjNDQ4YmE0Yzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI4NUNvQjNoYmxUYWhpdkY5eERZMnk1QWRqS3kyMDNnMEwtRjY4RXdacXBSNzVTU0NWU1d2ckJPcDdjcTdqX05iTm1fQnp0bmx1Nk9BVzNJampSQlVkZkFpS21TallyZDg4VThmT0EtQ0NwZzI5dm5IcE10TS0weDJDMkZxTzQiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjQ4OjAwLjQyNzExNSJ9fQ==','2020-02-06 11:48:01.430592'),('qa6v27hfyvn30id6wxyuv9tjlsyl4f5l','YmJlZDQwNGIxZWZhNWU0MzcwMmMzOWMxNzQxMGQzMDA0ZGI1YTlkZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI0amIzbFhDbkoya1QtRWhvMmlqLVpoM2t4WTlOc0c3b3dGQ1k4cjctOVhhdm55ODUwbnNtNVgyQnJfSVp4TGs2ZzItVElKT1NHM1Q5UG9vSHJjOExxWU9LNjRYYXcxTGJpR212LVVKdjF6Y0VUTXlFc3cyUV9QVTJnNTdrbzAiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDExOjUwOjIzLjY5MTIzNSJ9fQ==','2020-02-17 10:50:24.694831'),('qagluim0xvpw8niwqvh6xm9vqx313mp5','ZjgyN2Y0NjE3YjYwMTFmYTE5YjdkMGMyZTcwMGI0NzZiMDMyMTExYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ3NzNMUERvcDJNdWh2UWliSmFfV1Rtek5yUFhRUDduRUNCYnRaLXdxQnhJRFdsMXhpcDJoX21uUGp3XzhNYjdEWEltQU5TNEE2NEFPWjYzbXctczlWYUJTZ3NJSDNhV01jc3VIb2ZQbFVnbmF0LXprekI1MGhWVGNQdkVBcWMiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA4OjE0OjIxLjE4MTg4NSJ9fQ==','2020-02-20 07:14:22.183085'),('qazs6v53k9451ux72kdo4r5l1lm0wd5s','Y2JhNzMxZTRiOTg3ZjRmY2Y5ZGZmNTRmMGVjNTdmMThhYTViM2Y1ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI4V3N4LW4taU1xOG9pT1d0QmNTWnVsNlJoek81X2VpdkhVbmt5UkdPZDhRVEhEOS1qOXI5SHdCaHZWOUlNMFlRMFhRanlNbWxWTGUzSENCZ216TnZFLXREa1ZEb0pSSmZVWVBzX0QwcVY0Qm43dkQ5Mm1KM0ZRZW9sRW5jMGciLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA2OjU5OjMxLjAyMTY4MCJ9fQ==','2020-02-20 05:59:32.025170'),('qbvggpbrz6tkklefc8xsi12ihrbh4iw9','M2MzMDA5MDJlMjJlOGQ0MjM3NmUwNDNhODAzNzg1YTE3Yjc1ZWQ2ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1IQUI4STA4dFZ5YTk4OXplNmlfcHlBX1FtSk1kcnJyMlRReGgxb1dPSHdQOEFYZW5oalhoNjZzc3l0SDEwZkliN0Rxcm1fdXdBUDZkWUtOa3paUVJCdGVFWkdEa0RSNWZ0aEZyZXZJQVNIOE1yNFRLRl9RWFhiTlRsTXhpclNqNDl1IiwiZXhwaXJ5IjoiMjAyMC0wMy0wMiAwODo0NjoxOC4zNzg5MDUifX0=','2020-03-16 07:46:19.382471'),('qgcoeqy6nafuqot0evh6ntf9ge3x71eq','ZjRhZjU4ZTUzNjg5ODYxMzQ0Mzc0Y2M0YzcxNDBjNTk5NDhlYWJhNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI5Rm5oZUVfRVBja2c2M3E3cWVtZ092ekt5dkY2bE4za20telV4ME9RbVlCcWhzUFgxUG5Ha2hwYVN5cFJOUUNIQUFCejFXU24zU19yMWNhSE9ubkxSQjczU1d6c1ZCNGpwMHFmV0t2ZHUwM2FuZlJRc3kxVVltUlp4ZlZiZEUiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjMwOjA3LjYwMjMxMSJ9fQ==','2020-02-17 12:30:08.606045'),('qh966rw4ao9h7h41zpdp0wnfvflr21ib','NTFmOTNiOTBmNjIyMzVhNzY1NzhhNzk3MzJjYzcwODY4YWViYTZkZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJfaXQwUUs0WDFYNlJRLThGRFhrTGkybE1YZlROOFpmVUVEaGRIcmViR2NhOEVSN0k3Wm83TExpUUt4WV8xZ1JJNG9UUzlXTGVzNkFybUZFczlWc0Z5VnVuQWxmMm93TmZlTjE5b2lTdlBHY3VGSmJOY0wyTTdXQkJGRE5wY1kiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjU1OjI2LjAyMzQxNCJ9fQ==','2020-02-18 05:55:27.024535'),('qhbm8yzi1nfbhw40nq39kwfz4eqxjbp2','YjRmMTAwZWRiYzQ1NDJlYTkxZjZlY2E2MmJiMDE3MGFiOGY4ZDgzYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI2eENYbkx2VUlpZ3ZYSXBTMDVuTjk1WlgwZl80czMwU1QtRzhHbTNLWUpUWkNYbzVQeFNMSWNlUFEzSDhBd2J0OEdIMG42a1FwS1NWa3Z3VDBXZV9XM2cwLTFiOFBqSl9lTDNSV3J0bFoxZkJlTmpNT3AyYnBZZzFheThQbFRJIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzowMDozMC44MTU2NTUifX0=','2020-02-23 06:00:31.819103'),('qi69h1wqfb1s0kavd156nethh4c9rb9f','MzEzNDc2ODUzN2M4ZWY0OGE1YjJjN2U5N2JkY2Q1OTllNzY4M2QxMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ4eVNoX2JmbXVFOHhJbHlQOG1mV20tY3NGLXQxazVfNHhFVWZiSHJzeGxUMkVmNWFucDRFbTYxU0pwMURJTVQ5OEp1VUhXa1RZWFZKVzlwNUxVYmVtYXE4c2FkTXptVVdjWkMxYWEtWGdkMjMzSWpMeFA4WXA0ZXl1eU1qVHMiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjQwOjE4LjU2OTkxOCJ9fQ==','2020-02-17 11:40:19.573402'),('qiqjw1fy71l7zkm1xwd8apbvbb7b050z','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-12-24 04:16:02.199349'),('ql6hwrzr7qn36fyzrgkb034yapaqu32e','YjdjNjQ2MTZiYWQ0ZWM0ZDIxMjkwZTFjNGQ1ODJlMjMyMjU2ZGI2YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI1Z1lIYkJSY1ZQTnU5Z01Ud1l4REV0UXNsSlBPc3h0R2E5cmQza3pSb2FyRUJUcmUxTGtaMzRoaWdVZ0RZOXRJTVVoVG9iZkZfWjl3S083OUE0VXJxRTU4SHV1VXZFanJxWV9jb09fcGlFNFFCeDhqV1FNTVJlNmcyWjVjcWMiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjIwOjA1LjU0Nzk2NyJ9fQ==','2020-02-06 12:20:06.551464'),('qm2ewxo0hqq5bh3ucz9fad57jfzsg8ui','NGFhOTY5YzM4MGNhMTcxNDNmYzBhY2E1M2Q3ZTljNTJmZWQ1YzNjNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIxaDg2SDhlMWUzcEJ6RmdYRFlQLU1yTS1vZlNKN1lPNndfX1FQRUhJZXVPMGxBM0hXd1ZRZE9HVDhjbWFNX1AyN0NGS045YThkOElVUHhPcGtSZVRiSjF4Z3FVc3JBS1RSUERQaTU5dzZmb2Z0eUtrdlVXS0tmRXZsVGE0MmMiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjIzOjQ3LjI1NjMwMiJ9fQ==','2020-02-06 11:23:48.259471'),('qm3nilp91ew05ycld31jdswq08jfjmg5','NWM0NWJlY2Q4NTdjZjUxZTBjMmFkYTFjYzZjMTU2YWJmNDhmNDg3Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI5MVZWdjFNUDNFWnF2N29sYXR3MGIyaHRiLV84STkxa0FEYnpENnRsa0NtT19lY2JqNzlVWTRreUdSWEw3by1DaEg0bVdDMnhLYThvU3R1UVpSTV9VaXFhTnRfZ2N5T2NOWEtLUDRLSVByNlJQNXNOVGRWOFV5RExhTWR5RVEiLCJleHBpcnkiOiIyMDIwLTAxLTA4IDA3OjEyOjU1LjI4MzcxNiJ9fQ==','2020-01-22 06:12:55.287330'),('qmu6e5hds6dd34b2e5u9mj63fpz48ffu','MjI2NmNlOWM4OWZhZjE0MTEyYzgwZWRjOWQzZjA3M2ZiZmNmNDU2NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI1aTJEZnBnclNIWFlYWHRHRmM4SDR5QkViUWsyRkczTlhQWDNidmRGV2xGb3MzYmhLWUo5VHRETWdBMzZhd3FkcUVLVDNxaE1iVGkySmM3VTRhY2lVNlNSUWhKNHZCbXRPMFhFWmNjX0pnRkpId1RjNlJGSV9uZzB4WFE2UHMiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjQ2OjUwLjc5MDg5NSJ9fQ==','2020-02-18 05:46:51.794361'),('qmx6ks6z1i0ot8wgyi9viipv7ousx20k','MDUxNDM3MDhhNmY2ZDhmMjhiZTU1ZTk3ZGIxMmEwNDZlZWNkY2NiYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI2SG96QkRXcVkyaHUxRHRKLU9la283SUkwbDUtUmVsYkVlVzZ2OXNveVZWZ1NBdjMyeE5WekdXeGo5TUhCQmgxX2xEZDc5dkw5RzQzdlRnSEt4YUN1UUFKM3BfTjJxMGl0RDYycklxQzUycndrWjRvMjdqcGVmblZTemQzN1UiLCJleHBpcnkiOiIyMDIwLTAxLTE0IDA2OjM3OjU5LjEwNzU5NSJ9fQ==','2020-01-28 05:38:00.111054'),('qn1xgkmj494x2qhcqn8ck9enrm1y20e7','ODA2ZjI5MDA1YjJhZTYwOWM1ZDFmYzc4OGYyMTBiMWUwNDA5NzhjNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIxQmtWaUY5bW9vSGktbEQ4dHF0ZHpmYzVpRzRGSDRfMmYxYXVvRVZ0aVpwcV8zRXVpQXdpSWZubndNRlkxNS13UHl4V2w0QzNJMWloRnZJaVFzNWQwZE5QYklQTXNSZnNzaThXOFNPMlV1cE1CM0NMdDNzbEMxQkluamd4WTdYIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoxMDozNC4zMDc1ODgifX0=','2020-02-23 07:10:35.310993'),('qnco0sqku802sdzy7imldm3bhvkele3q','ODBmODk3YWE5ZDQ1YWZlMzk2ZjNmYmQ4MWQxZTQ4YjM2MGQ3NGY4YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI1eUpfNmpTVThzTmZNRFRQLXEyNW55bE9qYmZ0NmR1MlRvSGlIWHA0aVIxUlpHTUJ6OVFpdHVXandGM3lMUkxTME1QOXpwNF80VnJ3dHUzMU5ET2VEdmFhTnBYMjNsck9USF9aYlBoSF9zOE8taHJiaFpkZVlYOVUtNW0xcU9WIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNzowMDozNi4yOTM0MzcifX0=','2020-02-24 06:00:37.297006'),('qnfroi0jtf241ex6q4mau1a2ov8gntq7','YmQxYTUxYzc2YTBiYzMzNmFjZWEwMmUxYzA2NTM0OGQyZTIxNDMyMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUIzQWJ0OFVhUmVWT0pzNVN1cld5am9KVDdlM1Itek5NWEE3cmpyTmhoZWFlQkc0ZU1PNGVHQ2RFMUFGRVY3djFFTXljZlVmalY5LU5XNTI5RW9FdXRyMENQOXRDNlJmSm4zbWFmNHk4R0MyZlh1WjZ3OGRxSjcxeG1VSHRyd28iLCJleHBpcnkiOiIyMDIwLTAxLTEzIDExOjU4OjI5Ljc5MDQ1MCJ9fQ==','2020-01-27 10:58:29.793870'),('qnmgddmm5m4wgy6qg941u0kxcneij620','YWQ3ZjgyZjE0YWI1MDkxMjEzN2ZkMjQ0NTYyYjUzZWYxYzc1MTBlNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSWwtNkI4czJCOGRJUC1zSTVTTzhEM3VGTVE0c1ozV2N0TjBGbXloMUZyenk2LWFZbE92QWNLRF8wSERLY0RIWk1zSE8waVVfOEExMDRYOGxTMlhfWG1DendwQ3c4QXBUZWN2QmdnTzdJV1pEekFyUE9ZbWlTeFRwMTVZVnFsQVQ0USIsImV4cGlyeSI6IjIwMjAtMDEtMTUgMDc6MTg6MDcuMzQ3ODc2In19','2020-01-29 06:18:08.351374'),('qnth1my0h76tc15dj0sxhxew2vvz9m7u','YjUxOWQ0YjhmZTdhZTY1MjM3NjQ4NjFmZWQ5MTRjN2JiMDZhN2M3NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IxRHNUWkFxbUc2ZkRpeG5reWlpRkliZkp1dFFWZ2VhQVUxQ1VPM19PWHBXN1NsMl84a2xVcVZvdWFxenY3WkNURk1vV29YZWoxdkU0Tkx1WS1nXzgwTlJzZ1dockZiamV3c0s2Z1FIeHhsMk4zOEZqVlRaOEw0eWpFMnJXV0kiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjUwOjI3LjUzNzg1OCJ9fQ==','2020-02-13 07:50:28.538960'),('qokcdch7io2lsokh2lczao00ff83gz12','MjQyMWQ3YjdmOTEyYzU1NWM1OWIxMWVkYWI0N2VmMDUyNWEwNWIzNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZTRsdkMzTjdFZHJtZDJZbndUUlNxTXNXNThIaGotWE8xZ2J2dlViYWZMWWlPUXdST3RvNHZCcVZjd0pxZl9mbjJZSjRwWlpwSjJlSEhSb2lwREFpSi0zZzdfeE9oYTNWZ0RuTmVJUjFSaHRoWU5xMmFEXzFGQTU0WkdTV2NoYmZEaFR2OU1UYzZSN3dtTjJaQV9HSnZOSjJWUjBJWnpFZkpUQWd3IiwiZXhwaXJ5IjoiMjAyMC0wNC0wNyAxNDowNjozMS41MTIyMzIifX0=','2020-04-21 07:06:32.513343'),('qop3wb72y3gt7d6c3jeldjq1w4sqxxw6','MDg0NGNmYjNmMzdhOWNlZDE5MGIzYWIzMWJjMjI3NzdjNTUwMGM1Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I1VkdCWXVnMk8tNWFvN2F0QVBsYm9JZEhrSWRodkhacFVkNGU5bWdCZXRsaWpWaXVnWlFIZ3RSN3FZQnVsWGIzQnRuNmFEdEZ3S2NiY0U0YXpwaXpiWDhQVWNibXNGNldWdXhBaUhLNy1YN1N5SGc3MzFZWFBNWWlNOURNdU0iLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjUwOjM3LjcxNjQ1MCJ9fQ==','2020-02-06 11:50:38.718462'),('qovwaa9pagy3rwj6znr71gu81g4wj8ep','YTEwOTZjMGVjMDQzYmY0NjdlZDdjNWY4NWQ4Y2YxZjNiYTY2NWJjMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIzNlJMSWFYaTdjV3NZUkZ5QWF0TnJpMnZKcDAzTmZQYmRwaEZFSGUtVlJxVG1GN3MtVUNzM1NqeUItdzluVlREdjU0NE9PMzV4aTRKdzRJZFFncS1GNXprV2NqMGVXbl8xdzdMNUl2aW1PbWNmbmhqeDlyX1VHczFncjBwSjQiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjM5OjQ5LjAxMDA5NCJ9fQ==','2020-02-18 05:39:50.011955'),('qptvl4r7gbycb53sh87302zp08up0983','Y2VlYTRkMTg2NTY1ZDUyNzRiY2Y3ZGJiMGMyMmI5MTg4YTk4MzA2Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEJ6M0VWVFRlbWhfZzFNMjVDRXEzWGNEZDJtTzlvblozN3R6c2pBMEJyenloemJzRGhHelZmbW9QNE5XVG1pM0pSSWItNDlvbkRRWUlldjVXNHg3bFJCaUYxWWt5dmw0NDBMenNHdWtvby1QejNGRTFoTkZSUU1tUGVfUVVkQ1kiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjE1OjE4LjI2MzI1MiJ9fQ==','2020-01-23 07:15:18.266657'),('qrm51t5thgerh64povisoiolpwtjvpl3','ZWUwOTIyNjg4ZWMxZDI1NjJlZDJhZjEzMGUxNTExNzg0NmEwYTJmMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I0YVFTbkJ4Sk44bEh5ZC1ySlEwbzVUX2FtZ0R3R0REdVRaUnpJSDNjNWY0MGNITXVHd2xPMXlKVV94U0pBUEUtanFEQ2lMeVR3T0Y0M2Z3VTJIQVQ3ekx1SW9YV19hUnVVTmY2emVfUko1RHNDOXA5aGpXMlZCQzAzMEczWUUiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjEwOjMzLjM2NDU1OSJ9fQ==','2020-02-13 08:10:34.365653'),('qtaz5wkrh4ubon44anagyqg09lvorli6','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-08-03 17:58:32.006732'),('qui9d4z8bicedqt74xp92xbeyik6n50k','ZGQyOTY5OTExODc4YzdkMzYwZmRhZjI4ZDY5MDNhNzExOTI4NDlmNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIyUHNFSFkta1hud2phN3pyRkJzSWxQSmkxcU9PeXZwSmtFYUE2OVhsemVQd2pSWDVVS1ltSDRnMXN4TURlS1FfenN0VDhZX0ZUMXZXOXk1Q2dXWEFWWXh6alNxSzFKLTlzLVpzS0tzVi1PbnlxWXBrT2k2ZURWSlVydUJoRS1uIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwOToyMDoyNi4wNjQyMTAifX0=','2020-02-25 08:20:27.065595'),('qvvuqfnyzv6189djiqwierwepr383jon','YjIxMjM5YTQxNjRkM2U4MjIwMGRiZDRiYzBmNWFlNWIxOTlmMzI5Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI4RVdiaENIT1QyMnZWbmhrSUZEU0dzSUttaGJ6aVBaMkNES0dKckRobkZHX2k2bkhjOVhFc1pzMDRlTUJ5TThQcmxGWmx0dkhVU0VWR09rMFg3NGNtOUFEOGxxcmlnRkxtUVhlWjRHdWI2T1VDQmxJTU9Ia0pKWlBVT0g3TDQiLCJleHBpcnkiOiIyMDIwLTAyLTAyIDA0OjU5OjUyLjM2NDMxNSJ9fQ==','2020-02-16 03:59:53.368098'),('qxa0d3aa22ocwczck8dszj0hjlu1he65','NWRlMDBkMzQ2ZGNjMDA1Yjc0YmEyM2U3OTJmMjkzMjVlMmRjYmEwNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIxMk1BUkZHaDZLaHowTHBua0FBZXhjMGliVnpMYWNHUFJ4dFJVenJ4Z2Y4Wnh1NzFEblFlOHNpMVF1YkpocEF2ZHVmbnE1TF9kcUtxM2RlcThLUnJvbTdIU1gzMGZJUVIyVW9meWlRVUNUMG1lZ0Z3dXo1cEF1YTQ1eXBCcGciLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjMwOjU0LjkwNDQ0NyJ9fQ==','2020-02-17 11:30:55.908129'),('qxf2cs7c3rrbkm8gnmszfzns3li4kwn1','NjA0ODU2YzI4ZDFiOGQ2Mzk1ZTExYTU2YTc3MzUwNzVhNTFjODI4Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I4ekY3ZWhTcjRkSU1WQzI4UWpOOWoxRE1mX0VxV2dWamFYeEZ2NG4tOUN2WlBkdnhJaUpFcnY3blpteTM2N0NZVVEtZnN3T09MM1JRUUJFUXpGd0xKRHpXdU5vMXZodEZMN0xPQ0g4R203U1pyem85eHk5S21ZaTdncjF1NXMiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjIwOjI0LjM4Nzg5MyJ9fQ==','2020-02-10 08:20:25.391477'),('r05h0s5km8v62w7x0zbwbyeyxec27fsr','Y2M5ZjUxMGNiNjZlOWI4ZWExNjc2NmI1NjU4OWQ4OGE1MGIxNTBjYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI0Zm83Q2NmTkVseGNFTXhLNXZsRldyQldQX191eXNXVnc5RWVnSGZOcXd3UVBFdGVISVcyamdaY1VhSEYzZTNlVlNxTlZkelh4dm5DTHpfNTdHeDFjYWkxRElQa1BUajl5b09VTTYwU0dqc01zcnRGR0JraXFXb1BfclJ3OVkiLCJleHBpcnkiOiIyMDIwLTAxLTA2IDEwOjMwOjUzLjU0MTMxMyJ9fQ==','2020-01-20 09:30:53.543107'),('r16vpnewl4mk7v0x0ds85oiuhyn0ak1o','MWNkZGMyZGQ5YzA1ZTc4YjNjOTI1MjIzODllZDY1ODVmYjBhYWMzNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI1VzBPWWRNWTdQQ1Z4Uk5rMkI0ZU41MmJzSE9SN2M2QVFPR1ZGZ09yU1FnZDFsR0pvcmxEWjhQc3dmQjl5YkticGlaUl81R0N3RHhad0ZjOWctNXhOM09BUmlBOGFuZVR3ajVRcTVrWHJvSHdnMW1NWTFraWlJNzE2eXFWRzAiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjUwOjE5LjcwODY5MCJ9fQ==','2020-02-06 11:50:20.709828'),('r1secq15bs9c2x686pdi9pm0yfe0lgni','YTI2YzNkZjVkMjMwZGRiMmM3NWEyMDU5M2M3Yzc2ODgyY2IzNDM2ZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIwMVA5OWNUaG5GcW1lM2R5aE1pSnp3WjFuUGMzN2FfWENucTBVbHIweDQ5TVhjWFA1MVVBT0RwYkxrTXBCZWYwYV9vOUpDT3lrWmVibm1JbHpxZDRqX1NLQkxVQzFaek5WSnFSSDZ5bG5BWXYwOE9tTDJSRWo5UzVMSXlkZ1RVIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNzo1Mzo0MS43OTQ1ODMifX0=','2020-02-26 06:53:42.795778'),('r250dw2412ig1okfm0l8mn8f2vt4xq3g','MmE0Y2YwNjk2NzJkYTJiMGZiMDc5OWI1MTg5MDVmNjNhYjhlMzc0Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI0WDd6NFd4Z2NMYkdjX3lKSHV5ZGNGNWpvVS1IQ1NPV3NZeDlsWFlBMDM1Uk81RGRsMWRBdUk2R3lxVWgwR0lBUlRtOUpaYThzN3otNzFMNHdNVWVOWGdaMkRZa3lpRW1wWkNsNDdCZmplZFl2czhTVHZOakJRZFNlSXRRT1kiLCJleHBpcnkiOiIyMDIwLTAxLTEzIDExOjU4OjI2LjE0ODIyMyJ9fQ==','2020-01-27 10:58:26.151940'),('r3gx6z84clyilfnaomb4cvfhxxp70plg','ZTRhMDhjZmVlMDU0Njk0YTFiYjViZGI1MjYzODNlNmRkZGEwMWQzOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI0UU94WXFXVTdTNnFFMkluX1pPeHZJbkVQZ0dxUXdscTRQMHhpUGFWMDQ2aElmTy1uWkVEQ2wwT0kwRk9USW4ybWtyNE5qUFo2SF92Vm9HWFUyakV6ZGVWSlR3alVLMTdTU0VzZUp0b01NcVhCM216bFdsdXNwM2Rtc0hsejAiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA2OjU5OjM4LjgzMTg1NyJ9fQ==','2020-02-20 05:59:39.835210'),('r49d6bydttne945pa20c85l6c8d8cbpy','NmQyODZjODc2ZmE4ZTFhOTdkYzJkYWYwYWYyNDg0Nzk0MDE0OWNlYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I0S1JEY3hWbWktNF9GZlU1RGlGZGRtMmJoVkhyUGtsRFJBbTEzVmNaR3JKblI3djhRNTVZSkcxX1pwbUx4eElnajlZZmtlc3c5cFJXWnpNbW53Szc4M3R0VmxXRjJLb213VU51RmdnRFFHdzNnQVhEQi1tVjhqVEoxbWtqOHciLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjIwOjM2LjczNDE5OSJ9fQ==','2020-02-10 08:20:37.737533'),('r6vsldbuw20fm7ae61ho2v7wjglgscl0','YWM3OTlkZDk0YzRmNDYyZWYzYmZmY2Y3YzY0Yjg0OTM3M2M0NDcxYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI2dTB1M01BTWxiaklmMWREdzc2QVRDMy13ME1STzNxdHdQdnlPRXhYMHBKekRXTGNEdDVCem8zSElwQ0RlMzFad1NpdG9WbF9KR2tKZ0NDRG5RNUZyQWhMa1JOS0JKTzlWTWZfOFppUjBXODBQaXZLeWFyWEVGUWpIVUpTdFkiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjE1OjEwLjkxNDg3MCJ9fQ==','2020-01-23 07:15:10.918259'),('r737lahhcaxkkty8wo08ai53joyv4dhh','MzZhNjkyMWEzYWQ0NWFlNTkwNDRkZDk5MDA4OTFmMTQ1NmEzYzQxMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ6V2U4amJMaE44RWNESDBQWm9iZ0xCcGJnS1NJcDY2VlBFcFh3eUlHMUl4RzZ0QjRULTdSSTBSb3E1T3JITGo0Y2E2SzlLdm1lejMwalBYd0ZVQ3dxa1d3YTY1dWpVVTVvSzZGX0t3dlJ5amJrQzhyS1dUUEh0ZUNUdnpWSUUiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjEwOjA0Ljg3Njg3NSJ9fQ==','2020-02-17 11:10:05.880249'),('r7uuu3mzvac2nndg6ohvywqvegqt2w68','YmUwNDE5MTZkMGM3MmQ3YjMzMDY1NzJmNGI0MDVkZjlkNzZlMzk0Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVVOUxIR2EySkg2dkJVaU9xVGRjZDRPV0dycnQ1OU9UeGFQZ1lIN1oydGF2MVMzSklBci1qSjVnMHZEa3NzUk8zQi1YdFFndW1naWdxV2ZBNnFwZWpqWmxYYlRtS1RQcnJ0bEdxcXVfXzdxWWcwWjJwdjR4T2dHeEdmdVZzdWFtYmFxcTR2T2hHdnFWejZ3WTNkVE5aLW42RHVyMUxrVTZBIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMjozMjoxMC41ODc0MzgifX0=','2020-03-29 05:32:11.590938'),('r80w8mbwp1vs2gi18elp88vo7kx4x2bs','ZGYyMjM5MzdhNjQ0ZDhhMzY4MzZmYWNiMzI2YjllYzA2ZmU4MjViNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIzQkkxSm9LZWQzc0U2dndFd05rQi1XYVdyVk9uU3BrcFc3aTZ0MHhaTGVwOEQ2QW5RNW01VTZDNUptTzctdzhtWThqeDFLOXlXcUk5cWxDSHlhUEE2VXptWUhhTmlzZ1BaTjNuR3pVOFlfbmhkbFhXTXBONEhselpuMmRnZGMiLCJleHBpcnkiOiIyMDIwLTAxLTA4IDA3OjExOjQ4LjU0NTM5MiJ9fQ==','2020-01-22 06:11:48.548878'),('r8s5kb6lm62ioufotqjveb9cv3vyxin2','YThkYjFlMDdmMDQ4MWM0NTM0OGJhZDdhZGE1ZWU0OTBkYjBlNTEyZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI0LVdkaUpMNFNlal90eFJrYjZneFhMVHJ0NzR0cFJRLUx4ZXRmektMUmJMOHNjamJNVWJYZGY0X2c5WGd6WjRRWlNadkI4dXhoRW12YWpZaUhzRjY2YjRveUZxNUR6S2ZHcy1PeUpCTWt6bk01S19jTEpLUWU0eGxxeFNnM0EiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjE1OjQxLjM1NjcxNSJ9fQ==','2020-01-23 07:15:41.360421'),('ra8szhs01czqxh4rpm872u9okbjm6418','NTA3OWRjMDc4YzZlOTc5NDk5ODY2MTdkMTUwN2I1ZDU2MjFjNzEzYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIwdV9JRk9fV0p6WElnaUtzZGJFNDRBNFhrVGpHbkJYSHFhLTlkRFJVUjV5Q0RmN25aZWJ6SG5Yc0ZNTHFVOTdidXVpZTdNOWlHMU9sM1B1NTFVR3lYelhmYXlYYUNZU3NFMERlaWpKYWR2Szd0bXpROXlOeEV0elZuY2oxX1kiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDExOjUxOjA0LjQ3ODI0NSJ9fQ==','2020-02-17 10:51:05.481729'),('rd07myt06rh6d3wuw6snhcusqw91ockd','ZjA2MGIzOTBmZGNhM2FmM2VjZjRiODYzN2Y3MzdmYWVlNzFmMDBlZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI4cU5jUWFwQ0RjY0NYUEZHSnFGXzlhRlViYVlHRXR1dkR6QVNKanotUng5Sng3RUdkUGRZX0N0N29VZW5KSFEyUjlRblpydnQ2UGN1OEZZbTFjVzNxMkh1U1pURUZMcm1YZDdvZVFlN3J5QTBzTDctYlNfMW05TXR4SnROU3MiLCJleHBpcnkiOiIyMDIwLTAyLTAyIDA0OjU5OjE1LjI2ODUyOCJ9fQ==','2020-02-16 03:59:16.272065'),('rd1z5gal03sgxpaauruvjmwjugtb41c3','NjU2MWE1Zjk5MjMxOWUyNmE2YjZlZmQwOGRhM2Y4MWFhM2M4NTg5NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI3RGx5MVgyNmxqOFBQZVR0MjNZa20xeDk5cWxaUTBFLTdRVVpTWW9EUmMtWDJ3czNTNzhnYmxoZHdGMGY3XzU2bmxzQjBvWHhSMmdqRXFOV2g5NHJHbEVvSThJRURybHNzT1FiemQ0bGstblRmVXo4aHRCUWNyT01aX3VhODk3IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo0MDo1MS44MTc0NDAifX0=','2020-02-24 05:40:52.820926'),('rexywanz5mdr5vxtry207gcfe1dzaddr','ZDQ1OTNkMjY4OWY3ZWI5YWM0NzgzOWY0NjIyYzc1OWY5YjA3ZDJmYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI5X19WZUpVTHRVM1RvQVFIQmFjYTU0YVk2bUZBdHJubWx6LWI0LVpFMmdlYjNaQkE2RlY1ckNldko3QmoyeEV4enZEU3FpNVFsRU1Vci00TTVIcTNUSDZSanFsWlBnOUVpZTV2UXpseTdEMW5EWnNkSmpqOXR0ZFlweU5mR0ZZIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODo1MzoxMC4xMjg1MzMifX0=','2020-02-27 07:53:11.131869'),('rg2583fzwpjvzbxc7ukjyg28hcnhwxtg','YWU0YmE1MGZhODFjMmQxMWQ2NDM2YjU3NmRkM2ZjMjViYmEwM2JlZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ4bVdaQWpuVXlUSVdLZzM2YXNJeWZRaHlFXzE4YXV5OWdFcnN5cFBSai1QOUQxbk9hT2ItRkJMNkE2RExqcGlyV1VOX3RUUnByTnZ0SkpxUXFWd2NYV3BNa0tHeHoxQkNuM245cTJqWmQySzJkRGFZelR4TFRXeTlNNDc3ZGotIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODowODowMy42MTg1ODYifX0=','2020-02-23 07:08:04.622014'),('rgyr7ye2fol5a6j14a9ga3yx31e1oqcw','NmExMGJlMmNkNjM1YmQ4YzJlYmY1ZDIwMTk5ZDAzNjQ5YjU0MGQzMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYUXlKTDlMcUpRWUNmSEpNMlY2NTBld0dYRTIwMEhrMVRkbjByMVdqMTRKS0FBbWV6RUVxbEx4TkNCZk5uS0pjM3JrY2pKNG9TRWtYSWJCMDc4UDF4MGUwamRzVmJXMFBNYndhd3l6M0FkaG5pVlhtT0Z5ZDFGRGZWaEc5Mk5zUkM2MTFNckVoQzRwa0lqeTRUd19VUEFzYzVSTzdJNU5nIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMzo1NDozNy42NzI1MDEifX0=','2020-03-29 06:54:38.675897'),('ri2ew1miawve18dh30p2lqzkp30r5b37','N2NmNWMxNzVjN2YyNjBkZTE0NzM5NmM5MDUwYTIwYjU0NDViMTI3ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J3UUphT2NTU0VSbnFtaFBnQ3dyRTNQVV9xdVh4WFg2YlJ4OTJwZTRXNXZkbDFlMFpOR1pFWmI0UmN2MW9HdHZ4RGgydHNfenFpS0l5ZHBLNE9SdDByQjFoOGVFNm9CRndWUDkyb2J3aXdlQUFaSTl2eC1CdjNfLVR1TWtGclEiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjUwOjI0LjIzMzUxNSJ9fQ==','2020-02-13 07:50:25.236928'),('rj3ccuv736y08436vwzma2djiokphya7','ZjM5Mjk0NWI2ZTI1MDM5MzA1NDdlNzNiMjBlOWZmNzUyNzMxYzQxMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I2RkN4NVlscFNNUE5tUXVfb0ozX29ZT0poZG9nMEt6cUxlN3VBSzZVNnF3MV85b3Vqempaejc5eW90WnNhNnhuZi1JUEFveng3WWVvcnhhUHpUTXM5NjFsRDFYb3ZxN1NuNjRHRzZ0ZjdMVmc1T2dHdXYxT1ZCa0R0ZVNJWDgiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjEwOjQ1Ljk1ODU3NyJ9fQ==','2020-02-10 08:10:46.960185'),('rj9jmhf6j2lh27tx82odts5hlrflspy4','MmExZTcyY2M0OGRmZGFjMTg4ZGIzYWJmODM5ZjkwMDc5YzYxZTY3OTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI0N1FHZGN3dFJscnRyUnU5ZVRlX1FxVEVJZld1Z0xTeE9UWm0wdEEtajlwMW5QejEybVJ1dGhPbHJaM2JNLVFzMGM3aTRVOEpFMjhiMEVYbEpxNzNDeTE1X0JNaU1Cb19XR2RnLUdqaHhoQm5KWWM5NGx5QXBWZ3ZtNy1uYkVHIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNjowMDowOS41MTc1NTYifX0=','2020-02-26 05:00:10.521243'),('rje30yv09a9qmlxo5zyc8u7ffoxrq299','ZGI2ZmQ2MzBlOGJmNzU1MGM0NTJiM2VhNWM3ZTUxZjgyY2EzYjk5Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI4VGxCaGdZMGx1a0pDVHk4b1lRYkR6U2V5Um5BRHpkYXkxV0E2cldYUFpXd3l5bTZ1aFcwX1RwMUt3Ym1wTEdKY2ZoOTlkWFk1RXRIa2N6d0w0MWlRTGQ1dnhPVDlNNjlPNkctRDVqeGM4UFRLUGhhVmdoUnZSN1kwZHhIR0s0IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjozNjo0My42NDgzNDEifX0=','2020-02-24 05:36:44.649581'),('rjvw8p2phri0bs5xi5pb5462oza63z67','MzNkMjAzYTc5ZTAyZGFhMzBiNDc1MGUyOTU4MmRmZjUxZjE1MTc3NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI4U256VXh3amZuMEdsLXYzX0RYSUtNeDJpMVptYjBpOS1nVERkMDBfdlQxbFVEV3FNX1dEYmhPRko0RXQwa3o3ZXktWTVXeUxySzZMQUZOZzdpTG1nZXdLOXoxbUUzeUMyY3AtQVUyMDZWekVEQmhjaTI3T3BidkxsVmlZaU0iLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjAwOjE0LjE1MTkyMCJ9fQ==','2020-02-17 11:00:15.155211'),('rl0olc7wqjvcz8ug59wattisidu006ps','YzRkOTQ5ZDA3ODAwMDA2N2E5OTBiOWUyZjRmZDkxOGIyMjAwOTljMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUIweG14OEZOaVVSeTJpV01SZUhudm1ZOWpFWjRFLTNHUE1VRExyY1VSZjVISnAydXB6R2lQSEd5WHJPdWZBWGpKWEM1SS1tN1d3b0tPREZCRU9OdGtJOVQwdnc0bThXV1V6TFN4emZZUkRiQjJYZ20zRWpweTBuRGZNVzVmTWciLCJleHBpcnkiOiIyMDIwLTAxLTE2IDA3OjA4OjE2LjA3NjQxMCJ9fQ==','2020-01-30 06:08:17.079101'),('rmnjcup1twh61mqstw80yenq7i5ccc2h','MjU0ZGI4NGYwZTMwNmM3NmRiY2IzM2NlZDMwYjZmN2Y0NmVkZWJjYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0JfQ2FFQUQwYW9MdFg1eVlrNWlDRVRGcEdxdHB6dGlUbVVVckFTTFYzTVRiNnh3amQtZ0lEdkF3aXFCV3dQenZyZFZJM0FERzdRVWlrbW9BMHlSbXdsb3FpMzdOUkh2Nm9ZcklTYU9RVUVLMjhEYS1uTXpVQ095ckh5NXE1eWsiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjEwOjMyLjkyOTgxOCJ9fQ==','2020-02-10 08:10:33.933637'),('rntokw6zt5ppsc6me476zwn3hji7xneq','OWNkNGVjNmM4MmJhMzZhMTFlNjE4ZjQ2YmZmNzI3YzVlZjE3OWJlNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ5N2E4WTRwbEZKcjdOdmNNNVlOX3U2b3hqYS1Ya0FrV0FwejNvenFKZk95NjhLaEpxeEM4bG1iNjZOc3BrZktGMXQ4RnhadmpSZVpESENuVGwzZXhNSmp1RFFQOWNsbmNzVjVRWUlrTG1DTnFzYjhyQ204cHZzU25mTVVWbnciLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjUwOjA5Ljg3MDExNiJ9fQ==','2020-02-06 11:50:10.873467'),('rny4qq2us4t2pa7k8l0scu0bsvo5q6dj','MDAzNWEzZDE0ZWVjY2I2YWZmYjVmNTM1ZmU1NTc3ZTRhNDU0Mzc5OTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEJ4N3RzbW8wMkRPXzUtQU5helF2S2M0bkwwUUFnZnF5b1lZR0dTQ1FqNWFaSHROdUFYLU9IcE1SOVdzclBZVkRYTzZpRl9VX3k5ak5sN1hYNDBYU1Q2SFVPTjNjSFNGWHN4NXo5R3dYLWxVZDVWOUhDeDlVQUwwWlNCY2o4T1EiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA2OjI2OjI1LjIyOTY2OSJ9fQ==','2020-01-23 05:26:25.230897'),('rog0jqy0uhy4q92u8u9uflvcvacvpv9b','MzJmMzExYmZlYTI1ZTAxNGFlOGEwNjZhYWEwNjE2NWFmNDkzYWMzNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIyX1FRYkZmcEhCUmtjMmo1STFTQzNCNjFuTVpjQkpqOHA1RklLc1VuTVlOOGEzZF9NR1BKX2ZUdGJuUlVIQjdmN243c1ZtMF9RbW5NbEtIUDhxN242cFpQUW1xdXV1MEpqNXpFcmpsVFpYUURaazI2bDlDS0g3bHdEVUxvZjgiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjE1OjA3LjU4OTA1NiJ9fQ==','2020-01-23 07:15:07.592564'),('rpih7tl5ls99m4072li6syfq5qbdnwqt','MGM1NmEyMTY5ZDZhMjc1Y2JmZjg1NDk3MTRhOTc0MzA4ODJjMTZhZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI1Ykk0ei1waUFvSWJmSDdSczByMkJFR2lTbjBVOG1VX3BlSnpmMHMybkpOVHJxcGNsZWxEdVZrenljSGFhd3FBQm1WeE9hMEswLUFEa0xUdGo1VnJiX0NoNDNaYkVtdDROMjhOZ3JETHFpVm1ack1TbU9fNjdHTmw3YkwtbGMiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjIwOjM4LjEyNDk1NiJ9fQ==','2020-02-17 11:20:39.130921'),('rr1vsngdlx15a63l7fdruatcg65zbpms','MmNmZTRjYmFhZTk2YjIyZmQ2NzE0ZGM5MjBmMTVjZTBmNDRiZmNiNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IwLWp3OG5ydkV0akNQa2J0Vm1JZGVxM1RIV0VudV9jUGpFbW1rbjlONVluX2o1cVliRVJWVjJIUHAtV1J2eHVtLXpHRVdpdnM5QVVuRVFZOWhYU3RYOHUtQV90Q1FXSUJQbWJ6bHdEam9NRW5obndfLTB0MlQ1ckxteHJtUTgiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjQwOjM1Ljg4MTY2NiJ9fQ==','2020-02-10 07:40:36.885199'),('rs4recjwkb37t2fkyttnyc1acn1ww4kk','MDFmYjVhOTEzY2NmZDk5MTk1YWY5ZjA1YTQxZmNlOThkNmY3ZTA4Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIyUVcxU3RCUDh6OUFwR2p4QVdWdnJOOS1KdUlxdURKS1RkMDVmaFlrUGRNaF9RUVlzYS1MVkpxV1pGNFBDZ3VEMVctNXR6RnlrZUtBcEdVY0tTSTlkcjNiR1d1NVd4TEZfUl9xblVjTVRnV2hfV1JndDA4ZG1ycW13NEFyQXYxIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoyNDoxMC4xNzgwNDQifX0=','2020-02-23 07:24:11.181736'),('rte3q50dki19rq2yd967l0j7uafmcc03','YTc0ZjY2MDI1N2ZmMmZkZmEzNmJhZmUxMWZhNDY1ZWViYzEyNTZhZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ6QzRLN1ZybHJmNl9reUpRLWl2SFNVR01WV0ktTll3V29TbU15aEJ5MURqSDg2NTZWTklFS1ZadXk3dG9SWGdZMEZXQWlFY2VtajJvamZYNFhrZ0FnU1R3dnZqZUJua0paWFdaQ3FBejhLVnZfbDR5OVRIV25CUTU2NGNkck0iLCJleHBpcnkiOiIyMDIwLTAxLTIwIDA3OjE2OjQxLjYyMzg3NiJ9fQ==','2020-02-03 06:16:42.627497'),('rvdayuhs10g44zpo1dg9jkkz2cegqftq','MmZjMjQwMjRmMmMwYWRiZjEzNWMxYzFkZGM4ODY5NGUyNDBhOGVmYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J6bmRDX09hckJHMmJKWjhhVlUtNzhWSmdLTlJIRTlEbHUwZV9RcnBFT2Jfbm9oeVhkUExURnM2VzR5cXhJUXRacmNIRkJUN1gwVndxTXhoRF9SX0hrZWdXZFVROEdHcDZxTl85alFUVFpEQWs4Yld0d3lsMTF2TE1BWWZBLTgiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjAwOjUzLjI3MDc0MCJ9fQ==','2020-02-13 08:00:54.274310'),('rzkovtxghvzwdackhr711skfp4oi3258','ZjViMjQxN2VjMzg4OGY3NzBiNDI1MDMzYzEzM2RhMWZjMTM4ZjUwYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIwM0JuY0diSGNMWC1IcWltaUVFc2M2YkVHRXgwUEJoVTE5bGcwX2VucUNRSkpJZ1NTU2dXU1VkbF9YNmJVdUZqc0ZsYm0tSy11T0NKeFY0T1VfQVBVMzBCTWtmcGpGSGdXQXJyS2M2enVLTEpieU0zNTk0WEtnaWpMX3JxWWo3IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNzo1NjozNi4yODQzNDUifX0=','2020-02-26 06:56:37.286162'),('rzphfxefbo2abskqu139ky335pczmh55','YTYzNDI2NjEzMTU4MDA3ZmEwMTRiZTFhMzE4MjcwODBhYzA1NzI1Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ4dTQyd3JIay1oNjRjNGg3V0lGNjM4X0lob1NWOW9MLUs4ZUpEM3NjWHBCMnQ2WWJsMXpucU01ZGw3VF93dzNRX3JxWGZPN19qQ0JFWXFMRFhHdHQ0bGp0aFdjUUNBVHQ3dnRBQVVTX2RReEJYbVlmLVFYNU5pdElTZ0VDdDAiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjA1OjA5LjI1MTcxNCJ9fQ==','2020-02-06 12:05:10.255252'),('rztwxtstobaljjdbjnqit4vm3nl6iih6','ODMwYzMyNzcxZjc1NWYwZGE2MDgxMjQ4OTY0N2MzZWUzZmE4YTk0MTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI1SWZ3bEpMcnJQckcwNU5mdmkwYUFkNDFiSEt6bFFxNUlmd01hcmEyQnFMMl9xN2NDSjNPTFNQaDVJRDFsOGw2RWUwUlVWc0tuNTJlbjd6Q3JINlVGLVdXOUVNRUlDWVJ5MTlhWkFIMmFIMEdFNWdRT05Tak0zT0Z4emNxTzZQIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo1MDoyNC4xNzI4NTEifX0=','2020-02-24 05:50:25.173993'),('s06ccugub5x99ohf9793rd05krewa8t1','M2VjYTYzNWU0NmUyZWVmOGE0NTMxMDZiNjQxYjJmYzBiMjNjMWNhYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I5WUdUTkZybEhvUkRTLTd6bkxmeFozTmh0dXd5RVdSbDQ1Wk5sTkJPVW80Vm1lRF9WY2ZrSVlCck4xRXpzbGR1YVpNNVdyR0FlbFFWdjlhMHVyZkVySnZMSDVUTkZ5c2tRMTRWNzhxODRaUi01WGt2UFdXZEV0MlExMGZvNzQiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjUwOjQ3LjQ0NDk3MSJ9fQ==','2020-02-10 07:50:48.446457'),('s0sgky4ungqd9kwyayi5zgqir2t8iprf','MzE3YzQ2ZDBkOGMxMGMyOTU5YTM4YmM2Y2M4NGIxOTY1ZjFjMTIzZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIxOTNKQWRYUW1aZE9VTURiQUctT095dk1lYjdSNjAwU1VJa1haemdKdW1mUlRSZDlFTDZGQkViZnZFd0VtR3pxWkRwM2tBd2ZJUkF5LUhQUmhkMmRncVRHUkZWMnRSM2Y4UExXTnBrR3BHNzdJUzMzTTJ0TFJCRFlURDRQM1kiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjA4OjE5LjY0OTA1NCJ9fQ==','2020-01-23 07:08:19.652492'),('s1n6zfdumo7wh4dpebjgj8xapx16rbd5','YjNiNmYxZTlhM2E5ZGFiZDExYzViN2Q1MTE4ZDNjN2MyYzk4Zjg0MTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J5eHJHaFRBdlJ3SjNULW5SUE5nSHFFN2p0WFBwZ0E3MGdmUzE4V0hsem1MSUxEZDZSam44b0NOUXE4bVdSaHBLZ2tlMFpKS09hSWs1bGYyQWNMRWEyOVNXYkRWTUplRDhFRnRSeGVvZTdTTm4wekdJdXNBMHMtMEtHdjM4OGsiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjEwOjU5LjQ2MTExNCJ9fQ==','2020-02-13 08:11:00.464780'),('s5excn80kam2571bjpcaiucjrvyk00ae','ZWVlYjM4NmJmYmE3NDIyZDA0OWEzYjRhOTc2MWI3ZTY0NGI5MTBlNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI2UWpkWDFqNk91NUpVcVFyd1FncndQczU5RGV2UWp1OFRjb29JNzVacVZZeEFITk52cU9wYi1SQ0NlT093N2p3ZndNbG1jal9UQTJHejZhMWNVS0R6MHNTTzN5QTBOU1V1d3UwSXRtakpCaF9kbWJyMDJQQzhKVWtqMU9yb296IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo0MToxMi45MTE1ODYifX0=','2020-02-24 05:41:13.914980'),('s5o5u6si3xojurkf42qhnashpea98amy','NzU0ZjBiYmJlNTBhM2MxYmIxNGQyNzNjYWRjMTg2Y2RlM2E4ZDY4ZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIxVm4yUTJVTE5xanBxSlQ5OGFKM0xveEU1RDJLcjZMeXFEQWh2bHVJdHRybnBWcUhzV09kNVF4UEZTNjVJWHBrOE1rUjZhYmZFc3ZncC04OG5qNW5MS2NNRDNVdGM2bjZXTVFIdVdWYk5ONVBNSU5hVzBpZXZYM3VqRFBqSFkiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjQwOjA3LjI4NjIzNCJ9fQ==','2020-02-17 11:40:08.289748'),('s5qqornyezvvka945dbel3hoxvoya6ib','ODJjZmIxMGFkMTNlMmNmZGY3YWMwNWRiYWJjMGU5ZDAwNjA3YTNhYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI3dXJ4Zi1kZ0dkLWlvcWNQTXJIVGpONkt5NVI5bG1vSzZfbDFtN1BvMmFEUVVIOXhuYmdzTG5wY2pMbTVrYzlTQUtHRWJpZmRpdHpXMlA4TFBnR1JGTXVleFdjdFBSSW9PbGJHSXNxYndvQmxHQjZPblEwNzVReHFjZnhhRWsiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA2OjI2OjUzLjg4NzcyNyJ9fQ==','2020-01-23 05:26:53.891192'),('s61eu8q15b2xley1ynua21ae5yinelwk','YWVlZWM1NTBjN2VjMTM0NjQwM2U4ODYyNThjMjFhZTNhODYyMmE3Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI2NXlVSWM1RGRQZkk3ejY0Sjg1dzRxMG5iTncxbldWZzAxX09MWjJTMXVvWmJKalZTS3E2WG13ZFYzeWp1TWZqbFRFQWJ6U2FrR01hdTVXSFZTRjBvWjczRGJmTVNScHY0TXdhTTRRR1BHVUNVWlk4QTBLQmJRUTNvX3Zvb3ciLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjAwOjA5LjMzMzczMCJ9fQ==','2020-02-17 11:00:10.337973'),('s9zs74tzmi25cskltoelw4pssmqfpg8y','MjY2ODhlZGI4Yjg4Mzk1YTNkYTk5MDYwNzMzMDU2N2U3ZDEwYzYxZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVVV284Nmd1c0hwTkJKWUJlaHk0SEdtN2hlZVRvVzBLeHhXeTFlUGxOWFNMSUVKOG9mTkZBS0JsaFNjcFhOVGlsaGx2QTQ3cU9zdzZhYUhaSHZRdEU5WHVUZmlUd2FhRXBuMmhORnp0YjJJX1BvcGc3Wk05emRLUnpic2x6Vnp3NG9ZRmhmME85UnhiWGN6a3U5RjdKMnVCSW1yYmJIVFJnIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMjozMjozMi4zMTAyMTIifX0=','2020-03-29 05:32:33.312084'),('sar7eh2pimne25wnqi01am1ss3vjroqq','ZGRlMTU2ODE5ZWI5OGNiMDU4MWRhMDMzYjEwOTcwOTQ1YzUzNGM0Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI0YTh0UEd5MUppVGw3N2d4NzktUEJDU2cxS0hvMy1KY3pyV01VeXFMVi15UFZUN1ZaQnR6UVU2MjFLUUpXdE1WRUttS0ZCV3pjMmNlLXZ0UzlSZzhNdjBtRmdUR0EteHZmUGlDNGV0MHpYRXBVVVVJdWYwRnpSMXF0ZFE3amsiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjMwOjE3LjI4NjA0NyJ9fQ==','2020-02-17 11:30:18.289825'),('sbcgab6p6zqsxybaec0o8al72bl9lqoi','OThkZTg5NGFhMWE3MDFjMjQ2ZTMzMzNjMGQ3YThiMzczMGJjZTM1NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IxRGNCdExwNVJPUXRneVlsbUFLV0xzV1JqWmNOWGwxRG9yejE1dzBTSF9GVFdnS01wS05BRW1BRmV5WTdscjV0QnQ0OVhQZExneGhhaXZPQlBYMHNFcEdSRWRBcTRkMm9PcFYxZmpETTlUWjZZM1ZUNDRDd0ZMaGNobUhLRGsiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjEwOjM4LjI3NDA5MiJ9fQ==','2020-02-13 08:10:39.277526'),('scgcc03an37belfzupc6rxeyp1fcq0u8','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-03-24 07:30:15.846009'),('scomil037m40o44oxuyalh1l5eyrg0kr','NzAyZTM3YmIxMjhlNDMyMzIzMzFmOTExMmY1ODk5MWY5YzgzNTRhMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ5ZWhMUGo4MWIxTUhBWEhuVEx4cFY1NUlKNWNBaVFNQXpPNFNRUmhVU2ptTXJ1U2hGMHFvSkJndXVzYWhlUGlOWEhId0ozUHBjR2JQLWlLMm55alNFcXJrcjhxLWJlOVI4N1kyWWpocHlwTDhiUXVrT2lCQXBXVzJleVhiUVZ3IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo0Nzo0Mi43NjA1NTMifX0=','2020-02-24 05:47:43.761848'),('scqco00payaz62v4t1ekahtuuro0wt4u','ODdkZjQ5MjJjY2Y4YmNmNzU4M2Q1Njg1NTU0ZmI4ZDdiYmViY2EwNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIzTHRyNF9EODBVZzRYWXdEcDhUMjBCMFhocVdHUzdyUlhKV0tmV3VNbUVSQ2ZDcVo5Ull6UVNIaHpzV0RnOWJoazdEVXRPVC0zR0hscUhEbm14M2tNazNWSUNsaFF3UEwwcWtKMVc5UVNYaE5xZklzelBFbUVraGpZMExXZUoxIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzo1OTo1OC41MTEwNjAifX0=','2020-02-23 06:59:59.512250'),('scqyurhj0bj1wolt3av8mt73mql94l07','ZDY5MmQ2MWEwNTJmZDVlNzM1MjA3YzEzNjA2NGIwNTVkMGQ1YTQ0Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIxVUNYMFFPRDVPVDVZRTZpSlQ5cmJnNHNqcTdpY0Z0ZWRNQngtR3JTNHE5anNPVUd5X3BiWU8xdjRDSXNvU0ZUV2xBSTl0QmwwTkhSaTJHRl85d1BzWkRHcGMxUEw3YW9QU2x3U1k0dUJDbnNfRDctTllNV2k1TV9Xc2Utb3MiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjQzOjUwLjU3MTk5NiJ9fQ==','2020-02-18 05:43:51.573582'),('screo2hu03ve4dlmx1u942eyfv20ylse','ZTNlMzI0Y2Y1YzY2YTdiOTJiZjA5NTY2Y2FjYWNjZTEzYTEyZWE5Yjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXT0FZazdXMEVXeW13THlXTGxKVHVmRlowQXhPWkNyOS1PMl9jZUdvMXY5TEtCaTg0X1RPQklRNkpoNXJNWkwtUlFoWGQ5V29KZkNQdmgtYkdDajZwZGEyVE5iajBFb3dtRzBfdWZ0VWtJVkNpNFlwVXFZeDlLY29nem1KRGdPRzJHRTJEcy1NOWhDSFI3SkkwMWtyeGdfTHA2YlVGckZ3IiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxNDoxMjozOC4xMDk5OTMifX0=','2020-03-29 07:12:39.113545'),('scriy0yn5v4ph68yppongr076u5uwzd8','YzI5MmFhZjA4MTY0YWZjMTU2NzMxNWFmZTBkZWRiNzkzYjk4MTM0NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ5eHVVYWtBUFZlQkp2LUFpTTB4VHVOQkxEQW11YlVBbUlmUkNHaEJ1cFBpMWhEeVpsbWRkOW5OWG1mMy1xVjBSeXhsb1lEMENTVXhrNktjUTNwbU5NWjQyX19tMzdZWUpTTXNEVnRmQldYc3JFTFNPRzN3Rzl1RDJDaERfc2siLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjIwOjA5LjM2NzY0NiJ9fQ==','2020-02-06 12:20:10.371086'),('sd6gq69yzqpmtyncs9bgfq7fbhp7zxaz','NTBhMjg3YWU4YmQ5NGNlMzNhNjgxMTE2YmNhMTI2MDgyYTkyNTZlMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEJfcFprME5oZ2hzeW5HeVNqUGpIa3pYZTBBd2JJU1dYM2FQLXhRWUFJbnhfaDkta0NpbDdud2lOcU85MlNzMHpXT05GaHcwTUZYSG5HRVdUNE1EUmFSMGpHNWdRMEpOS2pJX0lkbmdoSEM0ZDdXT090U2c4d3VrQmhxUGJzSDAiLCJleHBpcnkiOiIyMDIwLTAxLTA2IDEwOjI1OjU2Ljg0NzE1NyJ9fQ==','2020-01-20 09:25:56.849931'),('seg48bvspzldttr21bhv200kbypbv0ga','YmVkMDA1ZGI4NWIwMjVmOTMwYWI4NzVkYmZmMDMyMmVmMDkzZGE3YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ6TTc5UXJlT0JQMlRSbHcxaDEtTGV3ZVpvb0d3MzNCNlFfWnd1UFR6WEJfSl91czlqZjJaR0JZREt1VkFsTnlUS3I3UTZkY2JFcnVlRDdZblJlbnR1OHJRUXdFZjhqYXJlXzdUMkxRdG9iSDY3SElmTkJYWUk0d0xCWWxLUEEiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjAwOjQxLjIwNTQ4NiJ9fQ==','2020-02-17 11:00:42.209162'),('sfa2b62858vvzsn7khq0z18i194ci0ud','YjBiMjAyYTlhNTVlN2VhZGU5NDcyM2E3NTBhMzExNjZhZDU4Mzk5Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I5UkVBc0RUdDZhRF9qbl9uX1BNNnRHaXAyWEdKY3E0M2h1b01KelpsR0JESHFlcS1DSDRtZzRoNV8zckU0OEdBY0thYzQydl8wWDBDYkpuUk1CSGwxaVNLcmttaDk5SHdyd2NSVXRYOFpURW13eWFkSVR4ZW1yZjZ6YUVhWnMiLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjE3OjQ4LjcxNzMwOCJ9fQ==','2020-02-09 06:17:49.728235'),('sfinpkslih8koad23tglngigfdw1eehy','OGI4ODY5NDM5OGJhYzY4NTJmN2EyNzUxNGQzODI1NmQzYzJiNDVhYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIzckZ1dy15YVV2bVhDeU40cWxCX3RQSGk0cHprTEo4WEZmYmo0U1JFMWxCQkpUQkNoRy11YlYtVlQ0N3lDT2VOZGZIZVg4UHk0Q0Vfd296YXM1emNfTktYTlpKbmxCQkhJcGZUVU1VVHgzYlJfSGtzUThxUGtrQmpHMVRmakkiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjAwOjA2Ljg0NTA1NyJ9fQ==','2020-02-17 11:00:07.848578'),('sgcyjb877qer0n3c0m3pq85f32fc8faz','ZGQ4ZmFjNDI5YjM2ZDRiNmUyNjA4N2JlNTA1YTQ3M2QxMjBmOGU4ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUJfdFgzZTVVUXM2SThrRnFqYWs1OE44NF8tSjIyVWpUSnBLbTVlNnQ5MzdxSWUtQWlyZmM0WHJpaWhJVXNISHFRNGhFUGl2TjU3Y2tkRUxhYUhZUzJTSmptdnlWMTh6UWpHREZvSW9zc1VYREFrcWF2THN6ell4eV9ZNlp2eU0iLCJleHBpcnkiOiIyMDIwLTAxLTEzIDA2OjQ2OjU2LjgxMDc1OCJ9fQ==','2020-01-27 05:46:56.814090'),('shawirp106id8tpphg0s90mb952969lf','ZmQxOWI4OWMyYTZiY2MyY2U2OTAzZDQ4YmExZmQzNTFjMGIzZjNmZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI2b2s5SWpTdVlXZkh6Nm0zY1Y4SU00NWlieUhLTVY4U2dWcUJ6NV95Zzk2WmVUczBqU2ZSaDdBMGxzN2JmOVc1cWFFb2VaajVDdkF5dk1QOVVYa0pvZlNoMjg3SjdRaVRDZi0zaW1xQXpQdi1kdDJoYkpGamhjaE02cVlzQzdyIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwNjo0MzoyMy42MDA2ODEifX0=','2020-02-27 05:43:24.604517'),('siwhjrupnoyajab2tvuhrgymelnchtls','YThlMjE5ZmM0Y2RkOTBmZGEwM2VlOWZmOWVkNDc2YmM3M2JmZTM2NTp7Il9hdXRoX3VzZXJfaWQiOiI0IiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiIyYThmM2U1N2U1ZTc5ZjE2YWM0OWQxODFiNDc1MTQ4MTBiM2VlZDY0In0=','2021-01-04 14:58:39.318177'),('sje9lvp5qk929cqmfa3az9ssacuu57u3','ODcyYTIzZDVlMTg2Y2IwM2U2ZTc3N2Q3MDA3ZWVjMGVhMTk0MmM3MDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEJ4cFhBUGpQT3RqRTlIVVpqYVNLd2JCS2l0d0s4YkQwQTZNQnczYmRiNjNPUkl1eVlSUENtWUdPMVJyQlhHUGRIaE04aXRlYkxhNGRpNXkxN0xTUDVhZ1lTbllCc1RNZXlleE5JaUhWWmxETEFVTkRrU1VlYzZRcFIxcWs0Y2MiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA2OjI2OjUwLjQ5NTg1MSJ9fQ==','2020-01-23 05:26:50.499211'),('sknant4d030eekjwoxzw79sb99owl9tb','NjlkZjljZTkyMGE3NGRiNTI4NjE2NTA2NzI3NWY2ODU3YTE5YzZmMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUJ6N2tmdVFjamNvYmJ6YzlVS1RZYV9RWDNuWllLSGg0bHZJTl9vd2dMaDFlWW9jdXlwclZXSVVFM1NNNFpkY0FnZzNrdXBGbkowMzVRLU1NRUtUdnluRGRmVmZ4bVdvU29DMnlVYVRFN3dzemt1MWlPVVM4T2Zva2JieE4weWMiLCJleHBpcnkiOiIyMDIwLTAxLTE2IDA3OjA4OjUwLjUxMjM5NSJ9fQ==','2020-01-30 06:08:51.515676'),('sko8d1yy6db41o3c4j1qmywtnpn90e01','MzhlYjczODM3NzFmMTU5YWJjNTIzN2MyNjQwN2JjMjgwZjgzOGI4Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IwX0JsZktET0pUMWFXTnFmRDlGRWR3cVp0a0hHeWJyT1ZyQ2RQcWJ0ZEdrRnVnZ1plNllSSFpPTFR3NXFNd3BTNHZIMk5oYktiTW5YM2FxU2dJYWk5WWhSbE5vUUt1Y2NLN3VqaUdHRkd0ZEcwMWxIX1NWYThoRFFyMWZUdFUiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjQwOjM3Ljk3ODM4NSJ9fQ==','2020-02-10 07:40:38.981975'),('sm5uko1tyfbpmyoh2dyyiyxdovtutg6n','ODI2NWUyYTE5NTViNWRmMjVmN2I4ZGM3OGU1MDVjY2VhMmJhZDhkZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI4SzUtZFoyZEh2bUVKX2RlMkRqYmxaOEQxZGotTWVvaVpRMll3NEdZWnZxRzlFbTJyVmYzLVFXVTl1S2FudlVQWTFCWkVoa0FreV9sMFk3b1JyTlhoNVZFUlJKcE9NR3ZLeUtMSG5kTHBFR19NeXd6cHUyY0NUTzkzLTBMc3puIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo0ODoyNS4zNTUwMjIifX0=','2020-02-24 05:48:26.358395'),('sms2q8cv2mcj38xn7fs2obl5arp72806','MzEzZjRjZjBmM2UyODc5MzIyZTgzM2M4YTZiYWYxNTc1ZTI1MmQyOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIyelJoZHVrWlRSeTd5Z2FRTjVNZzRYeTVqTC1scW5PbzlZOGk4UWh0a3Z2UU5QZEhJTGpqX2Q5OVY3RzJiQUF5NmoxOWtuVUc5d3lKUW0yUWVNb0R0Vmlfdmw0VUlTS3ZRX1NEaTg2SVZzLUZheWJsSm5DOEV3TUJ6YXV4ZEVvIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzo1NzoyNi4xNTAyNDgifX0=','2020-02-23 06:57:27.151849'),('smszrow1d0mmggt2c4y4kt4d0iyvz47q','MzhmZTFmMDE4ZGZjMmY5NWYyZjY2MDRjOGY5OWIzYjI4ODkyODQ3Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIxTnN3UzRJSUM2aHpXaThTOGpZXzBfdkRUeFRjWDBiRzltMkY4a2FsVjBiZ2xDUF9qLWFiU1hMVmpzUmxjVVh4akthWUhwTkZYSmY1N0V2WGF1Z0daTTRlMWJMQWQ0aXNXUGpOTlZ5M29ERlVQcmpTN0ctTnR2ZWdHRThkejFmIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNzowMDoyMi4xMjU3MzUifX0=','2020-02-24 06:00:23.129181'),('snfbfb6nf0bslmpmu6s23bo6q53lo1xl','M2ViMzc5OTNkNTM5ZGVkMGZjZTBhNjg1NTI4NWJkZDkwYjRiOGNmMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIzcGhFX2NuQWJ2UjBmeHFyWl93aHYwUktyN0ZRTUNMa3BmU3NFenB6cTNmUjV4ZF9fVWNWVm9iVnpEWnUxVUROOUdPXzdLa1U1MmlCWnFJN1JoSEEzYzF2NC1WYXduOVdLaWttaUtOOUhxX3N3UnljVmwwUFNmdno5aEhROHAtIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODowMzoxMS4xMjI1MzEifX0=','2020-02-23 07:03:12.125988'),('snwl7hr8dzangrhd7fiy73df9p6ifpnw','MTgwNDE3OWMyYTI1NGYwZDgwYTUzZGZjZDc0ZWZmOWM0M2M0ODE1Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXdGlETWFRWE0wUkZDR0dKZVkwMmVINTFKRnQ2TjFwMzRuUnJIa2gxZElYQUUyQWlQSUp1RFY1VmR4X2stV0k2SnpSdUZWbjRfeTJ6VzhuYXctOGl3ekRMNWJUMDloU09uenI4c3RXcEpQdHBBVzIyeHlFVjJSbDFfUXBCTTJpQk14M0JjdlI5Vm1TNnRCOFBRTzh4emJJa1FHZ3MzbDZnIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxNDozNDoyNy4zNzM4NzEifX0=','2020-03-29 07:34:28.377576'),('so6njnz0ycqq6ta094hln9tu7yuouk54','NzkxOWVhZDI0ODFkNDNhZDQwMzFjOWMwZGNkNzZhNTVhY2NjZWY1Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIxWndJQXdMa0lScGIybVh3SlJwZWpTZmk2TndXT1c3X0hHREVKTFpPNTlqREVuQnJEVzcwU1J5eWR6UU5Vdk95Ny1qZC1pQ2JMN21NdC1na0N3MkZSQVJXdFFrcEJSQmpXQUVRVXpUUEdnbVdTNFlXT2h1dUxzbzFDbndOMk0iLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjUwOjI1LjQ1ODU0MCJ9fQ==','2020-02-17 11:50:26.462024'),('sp8om921l0io1crmljeds4p2fzhibhey','MmZkZjk1NjYxYThmNGYxYmIzMzA3OGNjNDIxNjQ3MGUyNTlkNDJmYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI5eWpHQ080dEpzZDhRU1RiNlI2OVBEMEljQjAtUjdpLWJmZ0lzT0JYTE9pbmhQWUNabmRFR1JXbXd4Q2ZWdFFONnJHVG1SdXNoSzAySlNsdXNLTldIUEJiN1JDY25MZ05OMDJ5a2FmX05PelBXWHVMd05oRjhMdUVPTnlFLTAiLCJleHBpcnkiOiIyMDIwLTAxLTE0IDA2OjM3OjQ1LjQ5ODY1NiJ9fQ==','2020-01-28 05:37:46.503046'),('spwnfgss2dhxlxn2oyl1aqxllwatzm92','MzNhN2JiYzU2YmFmZmExNzQ2MDMzNWE1MTA1OWQxZTVkNGE2ZmU1MDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1IQUJ4NTlSYVNIUC1HVWpXWXQ1OGdqcWszVURRZ2R3MmR3X0RnZ3FmaTNPYmhLLXNPQXk2M0Q5bUdDekRDdUFxRFVjUGJzRXdzVkl3UGoyYnFoV3dtcjlTblVIU0c2NkxjdmVxZ1ZxbFlUQ044ejU3VW1HQ2oyaExqRnVPS1J4d3VZIiwiZXhwaXJ5IjoiMjAyMC0wMy0wMiAwODo0NjoyNS40ODM5MjIifX0=','2020-03-16 07:46:26.485122'),('sqejek5nygz8bgtf5g49tbggn3ua5w4z','NWJlOTY3NzM1MThkYjRmYTUyN2U1ZmI5NzcwODkzNTJmN2E0ZGViZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIxVmJRcWtsVnZCRU1mdFdIdml0c2VJdDN4ZWZxWDBIdk9XTlZvTURPUi0wSTVVTHk5RUtKalNnSG9oNEwwT0VIQzNRRXhCT3lwazZOdW1ZUzhkWHZaMzFJem5WZEtkczVrcE5pOTVFSmlpbVAyRzVIVm15WUthLXZjdHFjQkEiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA3OjUwOjIzLjAwMDQ2NCJ9fQ==','2020-01-23 06:50:23.004053'),('sqvzz80udmw2dk7bdumvmytytf67q9t4','ZWE5MzI0YzQ3NDJlMjNhMzIyMDI2NTFlMWI3YzFlOTNmMzA0NGJjMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJfbkE5YVpqTjZQaHdjWGtobzZOUDlXSGtfajVUUTVRZkZ4LUJxQ3ZOei1BYkJoeFJiNTg3ZlNzR3VWM3FqYS1NY0pVaTNhSjFQeWZvQ1EwU1NCZk1Cd1lLRTVWZ3UySW56alNQclREOWlhcTlBRDVfbm9PcVFiWkk4MmplZUFuIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo0MDo1Ni45NjcxNjgifX0=','2020-02-24 05:40:57.970848'),('ss3v49fwuw5sha3w28v5u3eet483ldyl','NzJiZjZiN2NjM2E5YzdjYWE1ZDQ4MWRmYWYwNmEzNWM3OGJmNDlhMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIwdm1yZ0U4c3JhMnppeDNoNy1reDl2Um9ZbUozU28zb0czZWF5M1k5WHg2UlE0Y3NTSHcwcGJMMlpCLWtNbk84YWlRVUx6RXZpaHVDcjRjanpleWR6TkZ0U0Z3Q29FR1JIYURET3Z6OFYzZFlCcXAtbkRVdExZYWktOFc0WEUiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDExOjUwOjUzLjc1MjA5OCJ9fQ==','2020-02-17 10:50:54.753802'),('ssrtfks5kt9zf249ac1wccv7xhw3l01w','ZjExMGFiZjY5YWZjNTA0Yzg2OWIwOTYwYWE5N2I3OWYzYWUwYjhkMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIyWkp1MVpTSmFfOGYwRXQyeEFlTUF0Y2UyV25aUS03UEl0N0V1anJwT05tZXBvWmdhZzlBRWF2YnhYS2tDMlRmUFFKWmJuZFlhcDkwV09qRDUxMnRfRnVQVkhOTkkyR0JhVnprWmN5aXpuancwaHNIa2cyYWFqSUNpYVN5MVEiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA4OjEwOjQ3LjgyNDMyOSJ9fQ==','2020-02-20 07:10:48.827802'),('ssswkr2chcju1m2u7eld6vj28jj6pmgj','YzI2MThiMjI2MTUzMmFjZGY2MmIxMWJmZWJhYjdjM2I2ZWYyOGNlZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIxUHRTdFVtVTRNVlgwQmttQ2hHaVFvaDM5LUpaQjR6SS1SQmMyM3l6R2tVQlF3S0E0a0N3QlBPd1BYeWFpSnZ4UEdncUROdi02RVc1c1V4YVlOdktDTGl4RERHbkhUckNpSlByeUE4UlE3djliRlBQSG1FbVNlcTdsQ2JNdGciLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjEyOjIzLjg1OTA2MyJ9fQ==','2020-01-23 07:12:23.862548'),('ssw4d4fpn8h57svh329705xi7zcurftl','NTRjYjE1ZjlmNmNlZGMyYzNhZTIzMmU1YjBiMDdlMGEzZjk0OTAxYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIwdzJYdFczSDFPX1BXRTA5dGNPQkpxY0ZieHNzMTdKUmpxQmN1T3VDdDB1UWFZTVIxcTBLWjRIcGpKd3dranF2MmFMRTZaSGJpRFpkeWhQSlhWWURWa2JENGd4Q1NJSnpWQzVTekItdXh3QXZ5U1VpbU9tOEMxdEJEM19DN2MiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjEwOjE2LjYxMTAxMSJ9fQ==','2020-02-17 11:10:17.614516'),('sszfu5oy0iwst4a3cjlnkvcdrweowysh','MTY5Y2RhYjIyMzM3MjQ0NmVmZWE4MDAzNWFjODhlMjRlZGIxZTJlMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJfSDFIVHZZZTVHaFphU0t5UGtUSWFTOEFyb3Zhd0ZKc0NZdTFDTjd4UjdEVTU4WUlIdVFFNjIyeDl4UVJWdktwY0MxbjFDSHRnU3ZCcDhuY2duNk1LTkJ0aUFMLUpDT1NmUTltZmxTNFh4Rkw0LTdPblhFMkJUQ3FPOUVzdGMiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjQwOjI0LjM0OTI5OCJ9fQ==','2020-02-17 11:40:25.352744'),('su1myyfuljdsaiexfvl6uc2rx7a5vxuh','NjM1YWU2ZWU2NWRiYjYzMWUwMjRjN2EwOTBjMjc3M2EyMmIzZWZhYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I5N1N1MndpR0tOeVVHR3BrUzRBUHZrWTExamRRZVZlR3IySUNEbkpxajFxQmc4YXJDY1BtZE41cWxvWDBLSjFwX01LVXBubVdnUnAyTE9yd1Nfd3pmR3IyeG9BV0pQNlVxNnJTelBJSWYzd280OUZaUzJoVkYxdmVYcVNOeWciLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjUwOjE3Ljk4ODQ3NCJ9fQ==','2020-02-13 07:50:19.992005'),('sz5plob2nlajs94271qjpwaux1youuw9','MjViM2ExYzdhMzcwNzhhODU3MTU3Y2ZjNzVlM2UwNDY3OGU3NWY2ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ5WVlhRUNZRTRrcmd1bGh2UjNmWUJ3cm1QY0pmODRieTdBUjZLRWIyOTN0RnQ3UDZDV3dzU1pWdi11TllNVVcza1BVdkNJdXVUZ3VZdERjaUhLN19FbHpPWkI2OHprY1NHTEVlYWNCNmd4NFFuRTktV2dFTkNRcVJmb3JxZ2JZIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNzowMDozOC4xNTQyNjIifX0=','2020-02-24 06:00:39.155365'),('t10t55a7p9tv4o7eqqyutwq2vsym7bgp','NzA5M2QxNzU0OTY0MjU0M2QxN2VmNmQ4ZTRiNWVjYzFlNDgwYjRiMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ5R1djbEhVOVEzT3B2eFNOWW9uN3AxdnJ4RzNsTlNNVDIzdGhlUGQwQTJMLVJST3RIQ1I5eU9tT01sSWpRQWlRUklRblFacm0xMzVtalFJdlY3UW82SzRxdmpZang1MVpTUlBHd0lwb3BiVnNBTm5ZeFN6MGVwMHRUM0pPWWsiLCJleHBpcnkiOiIyMDIwLTAxLTE0IDA2OjM3OjU2LjI3MjA0OCJ9fQ==','2020-01-28 05:37:57.275483'),('t1nd2an5jancx8mrjgxer0crccsk5owy','N2NlMmEzNDYxNDQ3NjQyM2Y4MTQ4YjlhZjlkZjVjYTk5ZjhmNzM1ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI3WFhtR0d2LXEzbFZuRDZOU3dWdUZxRWtkZzhkVHN1S3Z2ZWNhcEVja3NUdmVrZTBGLU1XSlBFdVhua0JsY1c5djRqTUZWRHpuODZmVDVDWW9SMDYyS09OVVpJRS1GUk9ZZVBzcmd1d3pMNnRPZldQdlByY2RmVThySDhjUW8iLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjExOjQ5LjQ0NjA5OCJ9fQ==','2020-01-23 07:11:49.449537'),('t2w7pewogbpzysgbl6u7u7roppg3b8jd','ZWNkYzBlNWJmMTcxODBlY2U5NTM2NzhiNDE1YWEwNTgzZTE4N2UzMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIweXp6NHdNRVJFWklDSnYzcUcyMWdFNjZid0Y3ZlVIRU9BRHZ4N1pubjV0QTE5T3hyOFJxLWFyY1R5Sk5VMnVvMm5XbDBJdmtxbHd4dXFNdXRjaTA5SFM2MDg3NURLbFluS3Frd3ZoUkNNSzM2cGhmTVZBbEpKY1FVaTdrZjQiLCJleHBpcnkiOiIyMDIwLTAxLTIwIDA3OjE3OjI3LjgzMjc4OSJ9fQ==','2020-02-03 06:17:28.836261'),('t3bqvqf9iafj0itgmq23hmh9g2i8g77b','YjJmOWNjMDJlZjk1Yzc4YjQ2NDBjZjgwOGExMjQxNTkyOTY0MjRlODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJfVFZ1QVJ5cGFES0szQ0kwUkpfQUFZQmh4ZTRtZ0FIbVFGOHhvNVZjeGs2YzlJVm5PS0NZNGQ3Mk5oU2tMYV9IQ1dMRnRzZ05ia3QyRF9VbnlVNm1uUy05Si1PbkZiUmxyYjJKWWV5ZmVzUVpnd0NUZWpVeDhZcVJEVVhYUkUiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA4OjA0OjI0LjQzNzM4NyJ9fQ==','2020-02-20 07:04:25.440912'),('t45rdlfk8k959wmkhz6q0mkv5f8qyrtg','MjRhODNlYWQxMzBlY2ZlNzc0ZTM4ODNjNTUzMzg0M2U2NGI1YjRmYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI5d04xb1N1QWYxX01XZTFiQmZXYzFvRTdaZy1Od29pWTRCMm1wV0xJaWh4NDBqTEQybVd6LXQtM01MVUNjSmhQQW1XalhPUG5EaUtLR1cxZGRndVEtTjdSMGh0cjhWRmxpS0RsdzQwbU5EUFFtSV9KVHAtdl84T3FSTmNhazJrIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwOToxOTowNS4yMDU3OTAifX0=','2020-02-25 08:19:06.209253'),('t4ioo4nk89plc5ifwj0r7va8sgx121u4','MTExOWFiODYyN2U1NTExNTRjNjRhYzQzM2YzODIxNjc1ODY1NDVmMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXRGNUa3JLQ25yekYzY3Q3SHJSSl8yYk5kZ3FtY285bE1xMjI5aEtDd2NQRHRaM1BFbjVTbU05NGJYSk1STzZKU3duSnNuTTNoS0tTZ2VIOHJPaHNscWRaY2xmak9jT2xIR0dPY0ZwMkIzcXdxQV9SalNHanY5U2VCcmRtMW05dmR2SU5pOWVjbEo0eXEtSVd5NjNsUXRLNGgzVVlOTkhnIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxNDoxODo1Mi41Njc4MjEifX0=','2020-03-29 07:18:53.569396'),('t4pm9kaz56pbd8vbyhu8ow2aa7rg8goe','N2JlNGEyYjY1MmYzMjYwNTQ4MTg3NGQ1NTA4MzYxZjVkNTE4MTcwZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HX0I0aTdQWEMxRU9LQ1FGdG92QXVGTFg1cG42Y2xIaTdrOFNkTFVlcHlyLXg0Q3NaTHpVaTZ4cG5uZ0FHQXplakVLYWNQRGRMSEliSDI1UTk2b1lNdW02RVBwanN2RUUxN2syaVF4TDJoRm14M29tTzF2aG9qWllBOXp2b3Raa2pXIiwiZXhwaXJ5IjoiMjAyMC0wMi0yNSAxMzoxNDowMC44MjY2ODgifX0=','2020-03-10 06:14:01.830160'),('t6pqpi6hxjbknthywujxn0fjxjyfxlqs','MDRiOTFiODcxMzk3N2UzZDA2NGFkMzc3Y2RjNzg2NTZkNDVlNTdlMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0ItWGF1aTV5c0NMZ3Z5ZHU3SHFJWVZ0TC1xUUwyT09hNFZNUk1MTTBJUFlHX1otVEwxak5aZThGNExBVTFKcEF2LWg3eDlsOGU5XzluOFc1WkVBVFB3dlFRQTVQa1pCbkhubmZZRm05enU1aGpVeWd5czNSMGdWRUU0QnNwSmciLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjAwOjUxLjY4OTg2NyJ9fQ==','2020-02-13 08:00:52.693276'),('t7vd968ypxghtznza3to1zx5k7kg6m92','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-11-25 08:49:03.536420'),('t7vh0emjx4uqjd8ncxotezl41l66iro7','ZTBjMGVkNWVmM2I2OGVjMzVlMzEyMTdjNTIwNjg1NjJhODY0MDY3ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI2cU9lVVQxNzNqeVNQdC00TlJTRndsRnV4UHM3d0pXcmMwQmFwbHh2VF9yNzVmbXVJU25hbkhtQ3AyeGFudkFuRHo5RFBWazJUMFh0SzdyOXplUmlzdm9qbi1pb2JIWTFZbXQ0RDRhTXpndmQyWFhhWll1eGdpeW5uNm9nQ1kiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDExOjUxOjAxLjQ0NDU4MCJ9fQ==','2020-02-17 10:51:02.448045'),('t8xa6fp7ye3tsjamv6m8nzgryp7mdytc','MTY3ZDk4YmUzOTVmM2ZhZTQxOThjOGQyNmE2MzE2NTk1YjIyZjljMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ6c3hLUWhvaVNrU002X2dIb1JpMzFaU2VLb0VLT0tyRWFsaFl2YVQ2RWlsQ2QtLXdCUVpzZmU5aDI2a3lGUUx0RkJONjQ3YTlyeG1KUjRmUmtPOTFieVVzSDgzRzlRNndQUmFsMkk5blJTcWxMY1hyakd6TWRkSFFkcFJDSnpQIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNTozOTo0OS42OTI5MDcifX0=','2020-02-26 04:39:50.696338'),('t95htvo4jkata0p322sdsrcrgtn2ioob','ZjRhNjY0MjVhMDllNjVkNGM3M2UzN2VmZTE0Njk0OTA4MDkwNmJlMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIzMkJRYUJrUWpHTm83RklIYl9Wc3RUdWV5ZFRkRUZ3QnczMnRZeC1ibjhlVzZDejVadXBla2ZiamZmbkdkTGo0bTJURkw4NVNHOXNLcEJPVllQbWExZWlWSmFyRG4zc0F2Ym94MURjN0NKZ18yODZHR01YeHpSOTdhR3ozQlkiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA3OjUwOjExLjU1OTQwNyJ9fQ==','2020-01-23 06:50:11.562814'),('ta5x12k2p7tuh1qn7wt3nlvra2fjp3yo','ZGY3MDMyOGY0YzY5MDRlZDAwMTAwZDA0ZDI5MDQxZWIwMTAzYmFkYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ6Y2cwckxyZGNhbS02MjlMY0NMd29vUkRLd2FvUkZ1LXNPZGdLVlVBMjVNOGZlUi05TE9sMFU4V09LLWM3ZEh6aTdQcHFYYmR4RlRmN3RHdV96R3AyTDh0MnlBNmtNaEd5SWhJd0c0amQySkctcmdOZTFKcUljZWpxRE81MmMiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjIwOjEzLjIwMDQwNyJ9fQ==','2020-02-17 12:20:14.203963'),('tdlu42lwsjbt6lh5qc20zgb2b7ig8u6k','ODc4OWJlNTBiNGZhMWY4MTM2NjE4NGUzMGFmMGQ0Nzg2OTJjNjRkYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJfSkVBME91aVJTTnRidTZGQXhVQkhEQl9nbFkxc2ZSby1EY2x2aWRsUWgyR0NpYmJLb1lScF92WDI1UFFYa2tNSzBNVjZVNGJ6d251TUVPUmFFUWl1UFB2NERGZUFHdDhSR0lFeUt3SWVja3J5SHJ6Z0F0RlBtMERHVXdnUjdQIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo0MToyMC4zMDcyNDQifX0=','2020-02-24 05:41:21.308785'),('tdwnf7mkx6raudhe210qgo3l4f6dttv4','ZWRhZjA5Y2M2ZmY1YmFmYTExZWY1MjU4ODZkMTEzNzkwZDQzMzNmZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI0TU9JZzV4cjQyZ2FpTkRjdVh2LU1uQW9QOGNuOEEwZUJfQkJGMmNBODdxUWYtZnFySW1YclhrZkEzS01xbEYyVWxHYTVuUC1oM2tYa21MMFN5X1R5bXdFOEJQTFJTUFRqNEFHSnNzRlFYQkJOOWgtM0ZIRVdEcFlLY1MwUWppIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNTo0Mjo1Mi45ODUzNzMifX0=','2020-02-26 04:42:53.988430'),('teln2mgsd6q9s8dq9jc1d050koxxrqmx','NWJjYWQwYTNlZDUyM2JlNzlhZWNlYmMyZGFmMjNkOGIwZTJhNzZiZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI1Y0I4aS14bTNjeFFvb1l3dHdYZEV0ZFZreTBTTDZWRUxpTHRSNlRTRHM3TmhEdFpvVE5acnBSWWdlQkVRX19CX1NjM0FYMjI0eFd0S1dJVUxIbFdYR1FuMDduUC1wNVo2ZFd2c3lfWGtxcU1Na3B4NFdHZjVRN1dGLWNUZ00iLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjQwOjQ3LjIzMjgxNyJ9fQ==','2020-02-17 11:40:48.234013'),('tfsaw79puwl093mwxpptnh6kbwhjkqof','M2NiMzUzNzQ5MjdkMjc3ZmFhY2JlZGM4NWIwYjFmMjBhNmNhMzNiNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIyM3R2Q3dVTEw2UDlvTDRrU0hSQWhHQXpXTHZ1OE5QTVNrSkhBTmRVV2VQR18yN3FTU2dxNXNTUG1oczM3c2w1OVhpdjFzTEZJZmNERkxTdm5LdUpPQ0xPR25ITUluTlByd055bHdTeFdHTWxQM3RnQklyLWdncjNRaTNRd0kiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjQwOjMwLjg0MTIxNCJ9fQ==','2020-02-17 11:40:31.844621'),('tfx9l24cqp9e0q90tn6sben6ddxi8q9f','NmEzNWRmZGEyM2FhN2NhOWMxZWJhOWJmMjQyOGUyMzRhZDk4YmYwMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI3TXJuN042RVA3UFpfUkJBNUo5RkF5ZlpBeGZYdGRZY0NwX080Mm9pUXFxaUFzbXh2QmtPRFMwQWFwNU53cUptcmM4QllqZl8yeV9BQ3ZKbjJsZC1RSkFOZlpCQll3WVpvSVJtRzhMdy02Z241S19tWTIwdzFjMHNVZWk4UzgiLCJleHBpcnkiOiIyMDIwLTAxLTE0IDA2OjM4OjEyLjY4MjA5NSJ9fQ==','2020-01-28 05:38:13.685427'),('tg72dvuzo4ibpxaog38smcp3k9d6f4wf','NjU4OTgwNjljYzE1MDY2NDk1YWQxZmVlMTg2Y2Q4MzFkNDRjMGViYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ4THhxYkFuT0RDcF85YktwaFdobGd1NGVQMlY5M2V6SDJhamw1T3F6ak8xRVF0YTN1TklvcmljOUtNNnIzUGlrZ0Y0anhSQllWeGVLOTRubmRTc3VHRjYySTRLUjBUWFR4OVcxMDhZcXg5U3M2VXZJVXM0YlpjZG9NYTI3M1kiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjIwOjM3Ljg1NTIyMiJ9fQ==','2020-02-06 12:20:38.856665'),('tgh29dxt5xt9ciupr7gmp2cj1o3nqajo','M2M3M2ZlMmQ1NDNjNWZkZjgyNjIzMzVlYjJkYTgzNmVmNWRlNzhkNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIyUXpReDJFTmlLaGlPOG9na2N2d1VQRUZzdzhja3h4emg5VHNMT3lXczY1QzhhSWNmNmVnOU5GLXJNUjgxZkhMX0M0VjBhVzVXX19SRFVkNV9QRFVKZHlDcWJNYVlUckNQUW9RSXJITVVWaDVzRmtPMFhTaGJNOF9CYkM5T3ciLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjIwOjAwLjYyOTgyOSJ9fQ==','2020-02-06 12:20:01.630880'),('tgsatx8nl7hkhqe2o2ok0l6om5bzu1ny','Y2RmOTVmNWUzZmI4Njg4OGVlMTQyYWFjMDQ1ZjYyOGY0YjcxMmU3YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI4LXEwelJ4WldKYUhfdzFQUXhwUUhDekZ0QkZ3TGdyZDJBcXdHR0t5RVNXQndNZUJhM2h2QU5BaGJIaFpqenJ6MFk2aEtQYW9DYUI3QjZwWFg4QzM4cnBpV2hlc3JmaGQ0ZUhKeEdLQzFjUGptbGpfb3FBbmZuNTFDZ1VNcVkiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjA1OjQxLjcwODc0MiJ9fQ==','2020-02-06 12:05:42.712252'),('tgsn4yv8pgzrhsylhcnkthivq0j0b7ou','NWM2NWI5OTlhY2E3NzQ4ZGVkYWNjMzc3YzJkNjk3OGY0ZTkzZDdmYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIzZ3V1ZHBJSHhqMUV6THBOSmRMUlBpMk5VMEpnQmxKX2FnVWttdjdrVndueUl6aFJ2aVpOMC1aeFRRSUJCdHZLRDRWN3FqWGxyeDZ0VXRGNkJBRTFXdjl5cDdlak9TMHFXYlRvb2VXWkJqeWd3RUYyeldTc0x6bVVwMUNjRUkiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjQwOjM0LjEzMjU0OSJ9fQ==','2020-02-17 11:40:35.135924'),('tgt6pz13gicqydwlv5b965yhnqesdeqz','ZjUzMDA2ODkzZDAxNTYxMmUzNzQwMmZiYTMwZTIyMzc0NjA5ZWNlYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI1S3F5eHF4akF5YzQ0VVo5QllyMklkSW80OWl6Yll4VkEwc1dydGNxeE5UWGxwclhqa045U1d5SV82TGZ6ZmRCSUF5Q0lqNlZqME95V1RCd09xczIxNUk3NXdiYUpUdl81bUxOQVU5RmR1YlNDemFGcmlpY1BKZnBsTHh4UE0iLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjIwOjM1LjEwMDQ4NSJ9fQ==','2020-02-06 12:20:36.103852'),('thbhnb3k9g99t4o58yb1eeynsutnm0l8','ODYyNDMyNzA1YmY2YjY2NGJlMTQ5ODZmOTY1OTI4OTQ5NTllZmNhMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HX0ItOG5Sa0dlU0wyazM0SjVORzB0TDdERE1GYlZCN2FXNDZmcmhPbVVvSThXdEJCUk1jOTJ2S0k4Q3Q4QUlfbTAzZXBnQWRHMmllNGF5ellBdlp1ekxKbFB5NzhBcWkxQzVxendRRlZLS2tyOGgxSDE1YnN3X0VJN1p4Q2diYU94IiwiZXhwaXJ5IjoiMjAyMC0wMi0yNiAxMTozMzoyMS4zNTk3NDkifX0=','2020-03-11 10:33:22.363419'),('thd247ulc1a59z6reg4imwhlbnfjh1v0','MjQxMWU1NjY2N2NlZTJmNTg1ZWJhNTc0NTg4NDUzZTRiODlkMmJjYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI0SVhJQU9RZUt4ZVBUa2hEa0dTOWh3ZzVZV1htUlJHbFNGSkQtWGhCTkVWRDVPRG05SjRvUDBUb2lMc0p2ZDhMcjVScmkzYnpvTjZYWEl4b3Q4dm9BYm43YUZPdnRLRW9kRzlqeU1kOWhtT1FCTTVoY1lmbUxVRGNQUjg5dUEiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjEwOjQ2LjU5MzYyMCJ9fQ==','2020-02-17 11:10:47.596873'),('tigx71v2whtezrpbcvr3ryy7etqf43j6','OTk4ZDkyOTE5ZmRjOGVhNDcwMjBlZTU1YzA3YzUzMmE4MDc5Yjk1NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IxVUdjOUZMUUhKbjVVdlBFS1Q5U3A0R0lyS3JvNTdoZ2RVbUo5UWRyNV9BSmhJWElPeS1NcGw5UFpPOGhSdHU0c2o2cGtNTDFoWUNyS2xnYmVnSjFJMmNqdTlieThVSkcyN3dqRkZvZlNrWEd0ZUUzYzYyVENLWTNlMWdtSlkiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjEwOjE5LjAyODg1NCJ9fQ==','2020-02-10 08:10:20.032771'),('tjix7qz7sha9bqpnn74wk4mb1r0nlowb','YThlMjE5ZmM0Y2RkOTBmZGEwM2VlOWZmOWVkNDc2YmM3M2JmZTM2NTp7Il9hdXRoX3VzZXJfaWQiOiI0IiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiIyYThmM2U1N2U1ZTc5ZjE2YWM0OWQxODFiNDc1MTQ4MTBiM2VlZDY0In0=','2020-12-17 07:44:57.804494'),('tjrr3u0eqs86e0x13e1e6zjs92300r0x','NDBjZDQxMjJhZTA3ZDc2YWIyYmJkNTM3YjhkNGY2MGRhNDVjZTMyYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IycDJrZGpPVGFXclNXbk9XX1ZTOHRIRjU1U3RCOERTRzk0NVBxdmFLdGxFRm5YN3ZaaTBHS2RFd09FbGNrblpIV1lQRWhEQXhSWnREcF9XeFFKdlhmQnpSd3JzUjc0M0dlX01sR05TeVRoSk4yZ3FfRlJHbjdFRlBxOUM5a3ciLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjUwOjEwLjc4Mzk4OSJ9fQ==','2020-02-10 07:50:11.785183'),('tknnv2cb3kqvlc0d1ejus7z7oj5dli29','MjhmNmFiNjJiN2NmMWQwMTMwOWFlN2ZlZDNhOGMwNDczNjZmM2Y5ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIxQ1ZYNUY5SG9UX3VqMGhYWWFMWkRzVVM0VThEMF9oZ2xaRVhBT05HRUdzOGpTeDJOV0YwbS12cXFqc3NPbE5uMUJ6WDNsVmQzUFlObW8xc1dTamFhSE1MWFhZRnpNcFdEN20zUE5lTGFicE9kdk12NkgtVDd0TEN4TGJXLWsiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA2OjU5OjIzLjA1NDY2OSJ9fQ==','2020-02-20 05:59:24.105013'),('tl5y4tizr4eh09k99m5mmris9lpbp4rx','OTk5NzIyMzk0MWFmMTg1OWVhNWNkMWM5NzlkNWM2ZGUwZjhlNDZjZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI5bVNfRzh5cEEzOGpHbHJxekZ3Wm1xckpnMGR4T0ZISHFLR1NyaTJMLWNlSVVSUlVGV0JCcTN2b2VTRWZtUHRneEFhRWpPeGJSaWR6aklwRXlsbEx5cWZ2TldCSm83d2libTBDYl9iTFpTUnNBN19wd183RHlSMUk5ZnAyZVUiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjU4OjM2LjA0MjcxOSJ9fQ==','2020-02-18 05:58:37.046180'),('tlk1uk7e4md0z05uumgp3v4mg5tqsbrj','ODk1ZjkwMTcwYzE3ZmMwYmZjZjIxNTE2NGM5MDMzYzZiNjc1Mjk3ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI3clJ3QTdtZVp5WkVTalllNV9ENWtjMnpFdGVaV29HRnE0R1VUcUtMcmw2ZnA1TlhKLXA2cnpHUG95RV9zSlFUeGFkcnU5YU1oS3ZEZi1lVlZNRUtHUDdMRTdmUjJRTUt4RHVRaTFuT0lhOUpUQ2RSR3pIb1JVam9ZSkUzS3MiLCJleHBpcnkiOiIyMDIwLTAxLTE0IDA2OjM3OjQ4LjM1ODUzOSJ9fQ==','2020-01-28 05:37:49.359680'),('tlszmm4b0ls1b3gqvnnh6m5rj3c91cow','ZGZlMjFhMjAyOTY5MGE0NWVlZmY1OTM5NzkxMDg5Y2U2MGZlM2FiNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkItZzgyNVlhQVVEQ21ENFhDNGhwRmNISF9ob1dKdkd5aVhYci1WcHJ5a3hETWtvdkw2OGFocldjWWxxM2RHZm1RX2xZZlpNLTZEcWJablYwZ010ZzRLRnAzclJrSm1ZNmVhbzhuMnRPeVZXbUxLTGRIclJ6N0JYV1ZvU21rdXciLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjIwOjE0LjU2NTY2OCJ9fQ==','2020-02-06 12:20:15.566772'),('tmbmq5krfcb5dlxr1bas2d9mf9j37w38','NDRjYjgyODc4NjczNmI2MWUwN2YwNGJlNDc5ZThkZjBlMWExNDJhZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J6UGxaZzhFU2lXU2t2OW5rWmZQRmlZSm5fUnVoc0xnY1dpN1RBWDdyYXZ6TEE5N21iOU9vWjZ4eG8zNDNTaVR6RV9WMnJZOEZmako0eVJoWWtRNV9NdHo4eFFpLWxaN3NIZHAwMVItNmR4M3VIZkhBZjFhSWx0WkoxX0tILXMiLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjUwOjQzLjYzMjgxNCJ9fQ==','2020-02-09 06:50:44.636304'),('tomvac5u9qelc9aj0ds5wfa8xiq411vy','NDM3NDRhNjBmMzRlZmU2NWIwMjkxNDM4MjhhNGQxNGQ0OGM3ZTBmMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIzZUJWc25qMXpGYXNtWEJzd1U1QV9zVmFZZ3RKS3hwVFBuZHVUYnFNU2cyaWVkODEta3AxQjg3cERWX0J2YXBzWlpURGI5WmlHRk5QZ0RILV9OSExnMDFNVjV1clUtV3UzWU1kdUpkbVNQUWd3N0lqLXh4a1RnWThOVzUyaVEiLCJleHBpcnkiOiIyMDIwLTAxLTE5IDA3OjAxOjQ0LjQ3NjEzMiJ9fQ==','2020-02-02 06:01:45.477245'),('toxm3e8e9950m9p9pxh6e7h6scfh0ho4','Y2NiZGJjOWRhMjgzNGY3MGM1Nzc5OTRiNjI4YzFiMjNlNDkyZmE3Yjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI1V2xkSEV4YjRNSGZGLVdCZzFwbWtwMlNSZTBlLUFjWnMzR2xmMDdZNXItbnBZcllMTTVXZkJMN1k3WlZ5cmZqVUVZNS1HeUE3cEhfNG9GQWxsYmJ3WmN0UG9QSHNweXRQOVU2TkRaUUFOZkN1NXNHLThpZDB1WXJkRUpkZHciLCJleHBpcnkiOiIyMDIwLTAxLTA2IDEwOjIzOjM1LjU0MTk4OSJ9fQ==','2020-01-20 09:23:35.545481'),('tp180i4sx23q11n1up7gvupph0f9d7wl','MzMyZDc1Nzc4NDIxMzNkZTA5NDc5NDU2Y2Q5MzQ0NTU4YmE4YjAxODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJfOE1GWDM4QlBDMkFiZ3VoWmxSdjVEczdXdnpkQ1p5alJjT2RzNE9aTWI5cXFLaUFrdHJySUllR3hiS3NSOUNHZ3NTOVR0UWxQY0tYdFF3V2JfNHBETVVVRUI5NFNJaElxblhLb1ppRHIxeEdDcTBjOEZNUjFjcWJ5UHZQbjgiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjM5OjMwLjI3Mjg4NSJ9fQ==','2020-02-18 05:39:31.276772'),('tpw98eth044ra5rbq9uuvuyhz5y0is35','OTUxMTZjNTY0ZTBlMjdjMWZiZTEyMTcwYTU0NzAxOTc2NGZhNGIzNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUJ5LUtOSGU2bDF5RU1ZLV81cWludFlDeTROTDRzZHF6bGI4SnQweW16NWZJTWZaNV9UbDc4N3B6UUtpYXEwVzM3ckZsZGg4RTJaT2ZfV0dIRTIxSFNOcWx1Z0VhNUM5OFJIblg0VlJQYjVyM3pXUlNGcVJhVF84ZUJ5dlF4Z0kiLCJleHBpcnkiOiIyMDIwLTAxLTEyIDA2OjQ3OjMyLjk4MDA4NiJ9fQ==','2020-01-26 05:47:32.983632'),('tqbs4hmwdrxc0sairz3jjlx2a4wr3w9x','YzhjMGU1NGU2NzU2ZDEwMzAzMDBiOGE4NDZmN2ZjNTIxZmNjN2FlYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI3cC1SblIyM2VQXzloa1RSRHRkWkZFVTlnOFVpbm8yWVg1UnJTemxlbUJpYTFiclh6SjM2T3NZa19Kak1OMmd3QTdPenpiQ2djb2pyR05kTWY1YVVCdUdEVjRpSG5xUzZMZFBEUWoxZGJ4b1BZQ240blBnLWFwcE9zYWZsODAiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjI2OjE3Ljg5NDYwNSJ9fQ==','2020-02-06 11:26:18.897848'),('tqqrp9n8gtawtyln88eo8u7o15crjb50','ODcyZjZhMDE3NDI0ZmE1MGUxZjA5NzNkN2I1MmMxZmYxNjVlODE2NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ5SmFRM0xPTnFEMHh4d2tJZHBLQi1qS3RUbEx0VlRZMF9UWjF4VUVyY3Z0c2FYYUhKN2E3Wl9SVklOZ3JYTzdPZWk5TTJaeEJOV2lUWHp3dWVOZE5WRGlSbF9DR0pYMDNKOE9ia0NSQVhLN2t0Ykt1S0pXT2dhbEVPWkE1YnMiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjAwOjIyLjM5MjEwMSJ9fQ==','2020-02-17 11:00:23.393520'),('tr7pu1wppaicoo8aqeq2yf6ll9mirpep','NmFlZGMyZWFlNjU4YzM0MzQyY2ZjN2YxZWIwYjVkMjQ2ZDM0YTU5Yjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI4a3lQU2h1aXRhODl4V0JmSEJ5a1VuTE9nZ2hTLW1MbGxCcW1ROVM4Ql9fV2R5bUhXOWl5T1FjVWtzbWVJZVRYdkxsZ3JJZ1NvekN2MjZDMzh5VlhuMHhUOS04dTN0UXBFd3NZdFBkLVRkRXpTRGg0dG05U0g1SUQtNzNSM2ciLCJleHBpcnkiOiIyMDIwLTAxLTA2IDEwOjQ0OjMwLjIyMzg0OCJ9fQ==','2020-01-20 09:44:30.227347'),('tr9hjbyjzx5d6hnwqb1p7e3q3k4u0z2q','ODhkNjM1MWQ1ZjM2ZDg5ZTA1ODI3YjYxZTQ0NTI2YjczNDdkZDUxNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXR05uUTdwaUwtOF9CMlhkOHFoZnQzME5CZWd2dWhZMmRQX1pmbDZyTlF1Y2VLUTFJR1U1ZWdzYTVnQ3R1ZWtNVUFBclpVdFU3MFJ4ZEJmeXN1WDlzS3Rmc1Y4U1dJTXFPaDFBbmlab19nN1pEUlZoamtEdG4tYWxENDNEN0kxYjBFTkQ4RFBWTC1DMFFxck11d2V3NVp1V3JydU11SDFRIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxNTowNDowMC4zMjQ4MTIifX0=','2020-03-29 08:04:01.328176'),('trhz5xs5p6kwwkciocz0zqx53b1kgush','ZWFkZTIxMWJhYmZiZGU5Y2RmODZiNjc1N2VkYWFkODVmZGEzZTk3YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI0eXJESTg3Zlh3N2YyRExEQU93Wkdzc2FtU0RVU3BYS3YyWFRrbk1wcEVraWNEZ0JHU05HRE5paVBFWjlZZERkMnNHOGhKMEhzZlUwVVh2SHU5amZwNDMwNkRLMVRrVDlTUTlDaGppV1FsejhlcU9qZm1Ga1dDZzU3S0RkblUiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjUwOjEzLjIwNDAzMiJ9fQ==','2020-02-06 11:50:14.207490'),('ts2vwa98hogijbj9a0hwf8bkyb224e7u','NmUzMDZkYTkzOTFlMTdkNzEzOWM5ZGUwNWQ2MTMwZDE0NTY0ODM3OTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEJ3Tl9HZmpxOG0xUEFnNFRWTjN6N0RYZHVrN2dDa2VFeEJwOFN2UmVjRVkxeE8yVUNVWDhzSFpVeUxnZFhxSkc3QTFSU21MbUw1TzBOc3RKV29FM3NJNENKZ2FDT1VITTV4NkE3RmFaTEl0ZXdMRElmR0dwOVFuWV80ZFVMbmciLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjE1OjQ3Ljc2OTI1MSJ9fQ==','2020-01-23 07:15:47.772753'),('tsagp8ev43stip93l5ua5f14mll8xo9g','MzNkMmJmNmYxZWVlNTliY2YxYTFlNjY1NjE2NTBhMDY2YzcwYzg0OTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI2NXB5ZjdFY0R5Y1U2bEQyczFMck5icTZtV2ZTMUxzNGlxWnFpUTAxMmlMQTBKdTNJTzZhdFRObWJFMnJ3UDE2Vk9tcnVfcUdKTXZGd0hzQkVVNW5mYXR3QzRNX3lnYmQzMnlzYXcwMzZFazdGdXRUcnRLQXBHNE1ucGczTTAiLCJleHBpcnkiOiIyMDIwLTAxLTE0IDA2OjM4OjI1LjAzMTIxOSJ9fQ==','2020-01-28 05:38:26.034825'),('tse88dflko22mj7je0ekszzgnbb0ru5b','YTJmZWQwNTBlM2JkOTIxNzk5ZjRjOWEyNjI4NDAzNDczZWQ2M2QxYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI5LTk2d0IwSEVrMlBsUzI1dGhyRjNVb0JvOGlvNF9hTVJfR3FmbzA2MDhhcG1mWVhLaG5qdmg1MW5xVGVaVGFOa0pLeXBMNVVZb0Q5dUJkYnNtQ2tfdXhrRjk2bjJmZFdmYnduZUJGaXN6SVBtSjNfaFAzWmtWYlVwM3NGcGciLCJleHBpcnkiOiIyMDIwLTAxLTEzIDExOjU4OjUzLjMxNjgwNyJ9fQ==','2020-01-27 10:58:53.322723'),('tsr0pjchr2kvbplsexs4thoow21t9eeq','YmJhOGI5OTczN2JiNGE3ZmYxMGI2ZmE5NDc0NDM3ZWExOWMwNjMyNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIwWVBKMHY0d2ROYTdvbG5weHItYkJKR3J3b1lXc1BDcVVtbDI3ekUyNF9ENzBlT3lTck9LNEFfU0R4TXVUX3huMGhIdHAtUmVMVGEtbHZGUjVwMDZQU001OUF3MDd1SldQa2N1N2pQVU9RRzNJYUtsaEQ4R1MzcFhkTWNnVm8iLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjUwOjMxLjE3NDI4NiJ9fQ==','2020-02-17 11:50:32.177855'),('tu5dmwyspoo8hr3qp1h2p3hd6ha46ols','MjhhYjNlYTg4MDI4N2QxYzk1MmYzYmIwY2YwMDUwMTNmYjUwNTcxMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ5Rng1Mm1laGVrTjFqSWRuWFd0UEhnVFFYTXotZGhNd21wRW8wcXJGVkpkY3U5SGkxVlVLTXQ2bXQtcjI5QTBIRUlxa19TOVBZS283ZV95ZWM0WEZkSTRMMl84MG01MHlnRjlEVlRfTzhLcUUtZTFobmdXa2EzZlViR3RQQTRNIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoxMDo0Ni42MDk0NjYifX0=','2020-02-23 07:10:47.613030'),('tvd79b6y6zu10mx8hmclr8kllgf4zi4d','MjgyMzk1YTZiNzQzMDBmYjA5MGE2ODYwMGFhOGVjZDA0ZTQ3ZmQyMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J3ejNWU3lNN2pEWTFvTFdkX0tRV2RLM2htVnBVU1k5N1NQNW9vNTF2R21zY2tjQ3RhWUFGVDFnME9aRjJPTTNObXU4cVhXMHFvVHg3ODlVWGttNHp1aWx2Z18zUmZNclJaMkYwSVRzWFVEc2xFS1phOV9GbGxCeXFicExQNWMiLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjUwOjA4Ljg4MzE4NSJ9fQ==','2020-02-09 06:50:09.886648'),('tvimnziekdbgyx0jcrfilvfs3o14vfjf','MWQwOWJiNDc2YmM4ZTk1MGJlNGU3MDRiNWJhMTE2Y2E5NGE5NmRkMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI4eVpHN2llQVEyX0F3Wl9zVXNDR25sNHJHT1Nab01IYnhwbGszTUxtcHRKMUxWSWExY1FVQXN4MFd6U3pXaDJ5NFNjMW1GRTVrTko1VlhwT09GaFZRU0FaNXRZeXZjNC1feXpBWVdFemdZNjU4YXRGZERrSkxpVlZIbG95NU0iLCJleHBpcnkiOiIyMDIwLTAyLTAyIDA0OjU5OjQ4LjM4MzY4OSJ9fQ==','2020-02-16 03:59:49.389365'),('txrx824ylzxs8vq4irxdc1uv28vxyeyl','NTgxMWFlYzBhYjQ2YzZlMzYzMzNiYTMxMDFkYzFjODQwNzBiZTIyMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIyRjdGNWNZYWRqVVRzOGM4QmJTZkZaWjNhZkxJNFVDdmRHSmk2WndZeFFUcXJQQXcxdGZtVERDaFBVTkI0R1NudFZoSUFwdm11b0ctN2RsbHpWQnJuOTI5UXV3SGFIRU9IaFVXMjFXRXdwXzdkSEs2TXVwMUNTbU5PN1daazUtIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoxMjo1NC40MjMxMTUifX0=','2020-02-23 07:12:55.426634'),('txxwh8doab4ks6ehhs7irzrdzttaq7ma','MjFkZDYyYTliOGJkZTQwYmI2ZTE0YzZmOWMzYjY2ODc4ZjBkMDFmZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIwLUs4VDdjVWptcDdKVzR6XzQ4VFFqMU1MakNmbWVhalZyaTZ5YmpGV1VCQ0pIMGNpdVpBeVpGMEZlcmNRY2htb0lWdFdVX0twUVFfMDJUS25XUXZBTF8xeGVGLUVOR1drLUt3SUZhdWpiVDN4MDJvcVhGN1JVeVFRUzVwMmsiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjQ4OjU4LjU2OTUwMyJ9fQ==','2020-02-18 05:48:59.573025'),('ty1udt3c3a4mhu1bttk3ie4zp5hvhjac','MjE5NjUzZjAyYzAyZGQ3ZTRiMjQ3YTc0MTM4ZWJjNTQ5MGQ1Yjg0NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIzc1NSd2pBZEg0b1lHbHAxd0VRWExESjZQdVVNd21aNk1hU09SdzJtTm4wM2Nfd1dOV3lkZU1wMnJRcnl4c3Yyc0pjM2d6RHQxZFE0dm9EcFZnQWJaUjkxODZnRERmV25ONjVnNG4zTlhZaFZMY2ZIM0FzNGxCRmtVa3JQUWJCIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzo1ODoyNC4yODEzNzMifX0=','2020-02-23 06:58:25.284666'),('tyzwjok78uprljcr3kwikytkvwv9q2j5','NmYwOWUwOGI0MzEwZjViNjQwYzRhYjM3NDU4N2VhODg2ZjY0ZGM5Yzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIyTkNBRTFMc084Y3VPc0JQdndKRDByaWlEenBtdW9sTkdZRzZyRlpqcHRDRVhZNFBBTjdxcDRuZTNmSXFfUGRKU3RsWkhMMnlFNHVkN2pBVThNZGU4WGp1bUVITGI2bHY4UGM1ajBzajdXb095RU41dDFEU0lseXM2bVJfeEEiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjIwOjI1LjI0NDI4NCJ9fQ==','2020-02-17 11:20:26.247779'),('tzehma3n0dsv7q1cnclsmjgfj1xbjzdj','MjkzNmFkMWM2NDE2M2I3ZGE0YTM3OGZkOTQ4NTY4YzhhNmM3OTE5NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI0azNncnVOekdEMjF2MGVJdVpYeFRLVXZKMGZMeEZ4V3phel82d1BkYkRWS0FxQUlNcHFVakNiYWcwZDRybHI3NE9Hd2ZoRE02LXZKNGFlUEJKNFh2a0M0RlNNVE1od3JKZHM1ZVM4MnJRd3VoWVl4bVFkX1N5OGFpNzFGclEiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjUwOjE4LjgwNzk2OSJ9fQ==','2020-02-17 11:50:19.810213'),('u13tyji4udidlyqnm8u2z9yv5oeyds8k','NWMzZGY4YmJkYjNkMjAwZTg1NjA5YzlmMzhjZTdmYjg5MWQyM2M2Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI5Nm1OZzVRVEYxc250bE9ncmpycUNVMlZRZGV0LWlCTzVCNlBiUkZmOW1VVGQ5SEJtY2tVUk5ObEhJdHVBTG5pMVhmU2ZtdUZScEkxakFiakNxMUF2eno0RTdiN2hDMHVOcmQzTnJ2ZzVoT1ZEYzA4STVuN2xORnFVMlF4a2RiIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODo1MzowMi43NzI2NjgifX0=','2020-02-27 07:53:03.776033'),('u14eyriwlw7q7bqrdmvj0dur8p7p6uon','MTczMGMzYTY4NDI0YmUzMzI2ZGEzNzhjYjk0OGQyNmViYTdkMGEzMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIzbnFxNkgwZmVlRWI2cTI5dzg2RVVsSmNEUkQyci1nR0FSQS0ySW5jalJYeXp3NnR0STVFcm9MdGhaX1lmS1l2VzUwV0xTRVJYMUhBZ24ta2UwREJNaFk2aVNOcU4yN2N6ZWtKNEgyZ1V2VlVrQmgtb3ZJNUpwQUQ3MDdIQnMiLCJleHBpcnkiOiIyMDIwLTAxLTA4IDA3OjEzOjE5LjUzOTI2NCJ9fQ==','2020-01-22 06:13:19.542713'),('u241jead0kpubdjjw4b4bixm3eoehm89','OGIyZGQwZTg0YjEyN2NlNzNjNTZmNDU0MGU1YTQ3NzFmMzQxMmZlMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J3TVZKY0FhVG1HRHIwTXpmOFgzbFh2SWZ2UG1TbDRhby02WGJJcW1BMGgwdUFJbDRXZ3dBT2ZJZDNEa2NrenlOX0VfSXhYOXpWNGpVYnViS2NIeTg1R3BTTkl4aVh3MkNQekJWSE1OM0FIVm44RzdzUzJ1MUZGVWxaN2tCOEkiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjAwOjQ1LjQ1MjUwOSJ9fQ==','2020-02-10 08:00:46.458494'),('u249gkskymj2qkg33n2iecq31u8um9h5','NGQ5ZDA0M2JlYzU3MDE5MzM0ZmNjMzIxZDUwOTg1MTk2NjM1N2U5NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI3Y052VGY4MGVlbGlUd3duaFZlaEEwd1JXZkxvaElLUWlzME1aSkRBalBqYmZZOWJWdkxmS1lRQkJQUGcwWERvVUdYZHJTX0Zmemw1ZkFUNTdhWnBUNWdOMklKbVdFYUZUYzV3eDl0T2g0bFAxWTN1bVlIMnl6OVpjM0pLbGsiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjAwOjAzLjUyODU2MCJ9fQ==','2020-02-17 11:00:04.532034'),('u2n5kibcp2vt8simgl2mewzdjfl924ep','NWIwZTljYzMxNjVlOTM3ODU3NzIxOTlhODdjYjQ0YzMwNjg1N2U2Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI3QXIxVkM5SnZUeTRkeEV3X0dmWmNCNENxTmpVWERieTFZVnlxNXhmNExpMzM1ckk4V2wwQUdEYkdvT1Vlb1gyOGRZeTNYbE5qTlBUdDljdUlORzBOQW9kSEMxbTJCekEySHFMU2k0ZkFGMmNIWlF4VFJQQlhwSnFBbWR5Q1BVIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODo0MTo1OC4zNzE5MjMifX0=','2020-02-27 07:41:59.375484'),('u2rzov5li3mix0f6gb4pybhwhq6qnge9','ZTFkMTFlZjg5ZjEzYWI0ODBkYWU5MGNlZGE0YzVjMzlhMzllZDI4ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I3czByR05RU003d203LTA2SWRuUHYxdVRkNEVyUDV5SmFYX1RrcllTZHgzemlqMXlUVGIwT0gwV2hyV1V2dElrVXpaNTB1XzJ6cGY4TXpPLUptNmZ5dVlBWlN2TmI5MFZuQlQ3eVBEMExGOFVzSklOeWlhc1JvN3MtNDdkWGsiLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjUwOjIzLjQxNzY3NyJ9fQ==','2020-02-09 06:50:24.421231'),('u4xjnuyv5bleddop06latcd464rrh8pv','MTIyMzQxOTBjYjY4ZTY1ZDRmMWVhYzk1Y2VmM2VjN2Y0NWY4OWM4NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI2MVFIXzBCVXNEdUs0V21RUS02ZTBrN29HOUw3TkRDbzVwdVlYdzUzUHA5RVVfQmxKVVFUQi1aMnJIZlN3QXhnanYxZXpxYjhHaFJDZmVJZ2xiZHNoWklNdlRKYlVLR1BQMlp6c0hOM0RqOTN4emJFY3lnY1M5S21yaWN4cnciLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA4OjE1OjIzLjg5MjQ3MyJ9fQ==','2020-02-20 07:15:24.895953'),('u5ezfzz5r1x2bhvkj236rwlen1paifl3','Njc5MzA3YjVkNTM2OTQyY2M4Y2I1MzM0OGQ2NzA0MGNjOWM0ZTg1ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI0OHNXdXVZalFhMmlaZFVJU0gtaXI0dkRjM01CYjhHSUpGVmJvMTR3V1hMRlNicGNkTFNvUkxnLXVNdjhrWERtazhiZ3BDb3FGcmo5MjdTUi1PMjJ6d1ZoNVMzYlJVY0NPTzRYVkpZc3NJOHV6MTg0RG5qWDZnSm9id2pheDAiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjA4OjAzLjUzMTU3MCJ9fQ==','2020-01-23 07:08:03.534969'),('u5zk9hnxlt6ffqap5nocvh08ba6xqap2','OGMxOTdlZWM1NWVjZTJkM2EzZDA2MGMyNDA2OWI1ZDJlMjg1MjAzNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I3dERsUmo5OE5PSXp0X0JQaGcyWHNlSXZlNzVTVFhIUHp3d2pDeGo1ZDJLOF9CWDRhZzh2M3ZLdFc2dV9SODJBV1hVRjR6WGRfQmxJY2sybnUyUlZKS21EUVpQUlloMHJFbUl1MWNmWEtrZ3ZCTHd4VE1wVndjbk5ETlVSa2siLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjUwOjQxLjQxOTA2NSJ9fQ==','2020-02-13 07:50:42.422665'),('u63lxboe95mcy8jqw00qrrvukabft2pl','ODkyZjY0ZDM5ZTE0N2RhMTk5NjVmOGZlZTZhZWQ4ODc4MTNkZWQ3Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVVeVpvRzZGOHctenFOWTlfVW9YbHpsQjRvSTVGSk1lZ1JOWEtJYWwtTUZDVnhXSHZNWUJLLUdoX09tUHBDQ0lKT0twU0doTXczRnR2c0FtRW9GdEZfZ3BwWFRxUzNseTY2OXQ4dGJIWTFQdFpVYWRadnRwNG10bTlQZXB2cUlUQVNRRGVkQ2t1LXFZMmZ6SkNDSU5IRzhaVVlhSk5CV0h3IiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMjozMTozNy4yNDEwMzQifX0=','2020-03-29 05:31:38.245536'),('u76qvyzhse2pcmw6gza76lglr67pt6c3','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-10-26 04:09:46.835042'),('u7on531mgd7gh0gdsdptml2rnh2uj17r','NzhmOTQyZWJlYzc3NjcwMGI4MmJmMzFhYWRkNGVkYjMwNDZjYWEzYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ6N0p2WFB3R0pfQUNIOUEwOWpVT3Zub2JqLWlhT21Za2MtWkJPeENtcUdWTWNoanU2cE9LZVphTTFXdVhYUjcwc3pqbW5XNlFUNWtwVFRld1oxOXhKdGlWU0dEZlBUeGgxd3RNRFdHa09KYmhIUFRGY2ctLS1qbldiOVdkNG8iLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjIwOjE3Ljg0NDIxOCJ9fQ==','2020-02-06 12:20:18.847734'),('u8d62bman5lzd7fky1il3f6wit43uugm','ZTVmN2QyN2E4MmM3YjlhZDc2NTc3MDg4ODdlZWFiODVjOWVkMjQ4Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0JfM1hGZUlibjR2MC1fTkdWWXUya3EwSHJwOFkyUDNsNzNMaWZ6Q0sybjFtM296MVFKTGhBUTdPeG1WbGY3aFBNRnpPVWtyNVpOdXUxSnhEMGtBVkVVTXBHNUQ1bDJPN1JPMUJSU3F0RkNEb1pVekoxX1psSnAyV3YycElfbGsiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjEwOjQxLjEzNTc2MCJ9fQ==','2020-02-10 08:10:42.139342'),('u9o32uib71s7u2kwc8kpveo5w7ij8v7j','MTk3Yjk2NWQ1ZWNhMzFlZDE1YTI3ZjQ4YTc3Mzk4YmE4NTJlMDEwNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HX0IzekYyU0hwMGdmb2UtR3NpdHRMVHdMdUdXMnVvc0E5T2FuZVZ3SG9YdHZNYzBEM3U4cFBwYlYwc3FnNGhEa3ZNR1hfMUZCSGRYZFYzbE96bXFtMXZ1U1dwcm9KckJROFJkSHJuUFRmUmQwMFJvSUUwTnFPY1ZVV3NYckI0V0xJIiwiZXhwaXJ5IjoiMjAyMC0wMi0yMCAxMTo1NTowNi4xNTQ5NDYifX0=','2020-03-05 10:55:07.158532'),('uaikjsdohfyrp9bhq2lnkbzgwrntoo2z','MzEyZWVkZjhlMmMxYzNlNTc3NTg2M2ViODQ1YTNlNTNkYjE3MDEyMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI0Vl9wNmtNZURDUE4xRWFWZFItOFE2NEFvaTlvU0JpTDkzdFUzSWh4X3o2WDFCS2Qza1U3c0VSUlVtU0cyNWJIMFR2MTRKWEpuR3NzanMzRlpBYVp6YWdTQVhxMkdHT05KZHNBSVB0VVhicEZMM2RENWVzLU5GdXBUV2Q5WHRiIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODo1Mjo0Ny4yMDM3MjgifX0=','2020-02-27 07:52:48.207120'),('uc6627v2dt1cxzzxfee2an9ak3eommvt','OWNkOGIxODRlZTM5YzQ1YjBhOWZlZWMzYmVlNGRkYzY3Njc3ZmVlMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI0X0M4S2RlazlTQXctRlBpSGhmV2YxZ04xVjdfMmRpODg4a2ZzVHkwbzBiLVZwQkJJOGVZcFR0YU5FUGE1SmRXR18tcjhpTGl3NXA2blRfVjdMc01yaFdhczQ1dXlWMFZYVnV3ZUhxUWg4Q0FvWWZkbUQydXVFZlFQTlFlQ2JHIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzo0OTozNS45NDE5ODEifX0=','2020-02-23 06:49:36.945466'),('uc7d1ecwa1geb0oq0mxucd8zqsrq5ryg','YjBjYjc0YmIyMjY3NDI5MzE5ODU3ZjhiN2I3Yzg3NTBmYTkwNTQ1NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI0TDlPcndTd3hSeXQxbHoxS1BlMnJrX1JOX3Z1XzRtRlEzOXdBdHpWb0dfUi1vSXFJUmNQR1dCZjd5R2F3UDgxcWhNN3dYYmlYeHFkUUtzeW9fR1NZRkt2c083NVJYcUE1YTA0cm9SVFZKV2RHbU8xWHZzQlRLTk5BVkVucVEiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjEwOjQ5LjU5NDM0MSJ9fQ==','2020-02-17 11:10:50.597886'),('uc9ieffh76wq7goonfb71qjhtk473ed2','ZWRjYTNjMzU2ZWZmY2Y3MWY0YTM1MzkwODQ2ZGEyNDk5ZWI3MzExMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ3aDI1dWRmQjBjY0NZd0cxNHBuMEgxbEhOa3JpMFF4WkFDMF8xemczaTZJVkh3MzJsY3puWnV4NWVEQ05NNDhfenBxRURJU1l0Qk1WTGxoZDg3LXp5MldLRngzR2hHZlVYd3ZRUmxlOEUtem9GWFVFbG1IbHB6eEVGQmZvT3FUIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODoyMDozNy42NjM4ODIifX0=','2020-02-27 07:20:38.667324'),('ucxkskgvawhz3mvjq277w6gbb64wjaa3','ZjQyNTM3N2JmNWQ4YTkwZDU5NzU3OWI0MzMyODdiMjg2MDE4NjUzZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0JfbzFIWXlIcUV0SnY3T2VHTzhKcVJvbkpjd1lPQ29iNkRMTlZoemRmZEtxM1o0RkpTVVpzOU04SWNfUGxYTmtPbTNLcnk1OFdiRHA1MnR2cm5mQUdPMmV2aFhVS3lkd1RYLWZvUUxJaWs2eEZQUXVMZUt0NjFLa08wTXd2ZUEiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjIwOjE3Ljg3NzE1MyJ9fQ==','2020-02-06 12:20:18.880556'),('ud72m6pup8o473wd9nhyx0mxn7mtjyuq','MTVhMmM5ZDgwNDYyYTBiYzk0MzhjZTE1YjQ1NzVjMjc3ODA1Y2Q4MTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUItWkNLX00tbERLa3d2aGdCWUVqYl9IalM1NkNQMDduXzRFcVVPYU82cFN4b29taEMyZzhjRW5JYU0zLXhsbmY1anZWd0JuZGpFOEJWcGc4TWY3WlF3M2J6N294MnNGdFdPOFJYV2F4RnRZaUw4eFJrQlJIbTRXazZWdEs0NVkiLCJleHBpcnkiOiIyMDIwLTAxLTE2IDA3OjA4OjQwLjY4MTUzMiJ9fQ==','2020-01-30 06:08:41.684975'),('uddizovkabi20phb2nkon53rxv7uq8so','OWVlOTg4NGVhODJiZjAxNDlmZTYxM2RlMGRhMzM3NzQwODg5OWFjODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEJfN3l0ZXl3UkFyLXJvaW04LXdqUFIwMGt4VWY3d0I2eGQ0Ti1leklCNjd6ellRQU94eFRLOFVYVnpZX09WaEliVngzenZHQ014Tkhaay1MX3ZDNElkT1pqTWhGOWxUVUtxbEJSeWdocEVFRWxwdXhpOUJLZk9xU01iNFZ0SHMiLCJleHBpcnkiOiIyMDIwLTAxLTA3IDA2OjUxOjM5LjE3OTAxMCJ9fQ==','2020-01-21 05:51:39.182462'),('ueb9ixg2zxg39k6s05zj0g8n9ije32cl','YmU5OGExZTUwODYyZGE1NzcyY2MzMGFmZGI1MGM2ZTZmMjFlMzE2NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I5UElCa1JoQ1ZGUWhINmlSYm5lMDA5dWlpblZRbnlyQTZXVW5hdG1XblVhNk5pMEdJZ3BXcjRaVEQ4MDUtSTI1bHJycDB5dlYwQ29nMW1ha0FMQjVYY3VzQVFQa1ZZVHQzZ1Q1NDU0b0dORWlnYkprX2Voa3hlQzdDaXBFMVEiLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjE3OjAyLjEyNzQ3MSJ9fQ==','2020-02-09 06:17:03.130901'),('uenu849ofr3sgyy4q6goh872nbkmulf7','OWUwNmNjMmIwNTc1YTlkYjhhZjEzMzZjMjQ2YWE5ZmU4MWUwNDFkNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IyWUxDWnpoUEdRMVdmYVRrbURFaW1zanZVZ2lSMW1DVVNkNnQzRldtU2JXbWFOM2JMM1QtYkNucHRFVnR6Y0lyTllGc1gzM1Fnd3NZUFpqcjdrUVMxT3ZPTTFvS3Y4d2lZcDhqcm9xVnFmd0dnanVPTHFsdVZaOTZBdFJ3UXMiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjAwOjE2LjAxNDMwMCJ9fQ==','2020-02-10 08:00:17.017816'),('uf0urunqipcqbprn0f15jtl755csthpn','ZmE5OGM4ZmJmNmMzMzk4MGM1ZmQ5ODU0NjAwMjA5NDg3ZDJhYzZiNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0Ita2FXakhIa2xXZFRxQWVIdTJicXFqSGhOdDhIRU11MkxrQ25NbmRPM0NmeXM0TzU1UWp6MzV0QWV6alNXbWdBNXZyQXlJV2FoUjVoci1menBIZEZvbU1leFA1ZE8wTVhEazRXcFhCM0ZaMVNSbm5aOGp0RGZLc0F3Q0ZWQnciLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjQwOjMzLjI0Nzk1MCJ9fQ==','2020-02-10 07:40:34.251336'),('uf5hrfz73x7hyd6ouegy7mqo1lumfahf','MDg1NTJiMDYxNzVjZTlmZTA0YmFjYzU4YjM0OWRlYzRlYTYzYTc4Yjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI2N3h4cnJoa3dkTVcyckFMNUlJcnA4Yzg5UVVibFBEU1RXR3FzTUtXNEZSZ1FubmtzVUtKdHJkU2J4SUhvQjNnUmZNXzBQSC1oS0ZmUHQtdE1kelN1NFg2LXNHalVDSTMwZWdseDg2UmY3T0NBOVdKYm1LRzRLMEdoMnZKVzgiLCJleHBpcnkiOiIyMDIwLTAxLTEzIDExOjU4OjQ4LjUwNDYzNyJ9fQ==','2020-01-27 10:58:48.508181'),('ugcaa8vjcwdd8f9xprodnrerek5zb30o','YThlMjE5ZmM0Y2RkOTBmZGEwM2VlOWZmOWVkNDc2YmM3M2JmZTM2NTp7Il9hdXRoX3VzZXJfaWQiOiI0IiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiIyYThmM2U1N2U1ZTc5ZjE2YWM0OWQxODFiNDc1MTQ4MTBiM2VlZDY0In0=','2021-02-10 11:40:58.315314'),('uhf365rq4bx4b8s5ut6nv3euy3vu41ns','M2MzMmViY2Q1NmVjN2JkYzcyZjIxNjFjZTc5NzRkNzhiYTBkZTQ1ZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI0VE9MNWdPNGNfYzctVVhkNW9mMTZ6Q3NDdnZwOFA0TFJVYXNOQTdqeEYtazRsYVBhZ3Eya3Y2MnJxZEx0UXFsRTFTNW8wZE5SV2VIM3RQcnI4cTlwWG1mMTNDZThqSXFpZE56Q0NBWTlIcl84WmllQ21xenh2Q1dLelhVbnktIiwiZXhwaXJ5IjoiMjAyMC0wMi0yMCAxMTo1NTozNC42NjI3NjkifX0=','2020-03-05 10:55:35.663913'),('uhnxgcrfs9f2ssnq6lzzdqyfk0ec75mg','ZTM3ZDg0ZDM0MGI4NTgxZjA2YjZjNzAyYTdmNzE0YjExYWExMWRhMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI1cjUzX19GMkN4b3E2OVUxTk5zbVQyS3pVV2tzOHd5N0xwbUxDdFM0bzQzZTZXS1lCalR1Z3JmRzhPZTlSNjFkQnFyaUlyLTRhVEVLd1hlMEI0NkNwLW5zdE1VamtWT0NkQ1JIaUhEX3J2M0ZnTHhBa2ZkNzNaaDl5UHg0QTQiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjEyOjA0Ljk5Mzk4OSJ9fQ==','2020-01-23 07:12:04.997558'),('uie78ftaf35gokrvqsrq5kvenxjfce55','N2Q0MjkzOWUzMTc5NGMwYThkNmVhNWU3NTY5NDE3YTg0NjZlZmE4ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IzUkZQU1I3Q0N4VUJEMWhOdm9vaUxkS2RQclRLVVktZzRZN1kweWtqMEpyZmtWMlpTMlJtbWk4TUtlRklYZmM5N0ctOVgzN0s1M01ZTHdFby1fTEtDQU5rZ3k3bU1ibkt1RlB2UE9Ya0FFaUpZbmhIMy1IX0NUdG14YnpXTk0iLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjQxOjE2LjUyNTM0NCJ9fQ==','2020-02-13 07:41:17.528755'),('uja16157f3x9mtbxrpks0amgvw90hhvd','NWNhZWNkNjNiNDljNjJmMDE1NWZjNWI2YWIyNzMwYTNmNTY3YjY2Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIwazk3Y1ZCMVo1TnNpS1dZUUJpMTQ1aUQ0dzY2NWdRWGg1UW9pTkhoZ1hKY0tkc2dhMHFwMDVvYXR3WURlZVdiQldRREVGakQydGF6ZFY3MU9WVDI4aDhUOXY2R3MyQ21BMWstQnIwYXNBT1MzUnNYSkUwM29TTW5vSFhDNUEiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjEwOjQzLjQ3MDA5NSJ9fQ==','2020-02-17 11:10:44.473766'),('um49c38yyn072ejrimwon4so4zlk6a7g','M2NkNzUxY2RlY2ZjODFmNGIzOTAwOTBjOGQ0ZDdmYjQ4OWRlZWMzNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJfdmdEOTl1RlFLSHJBUi0ycDlwZ2pBNW81RlRPdkdpVnlxdVpiYmpTRy1fdERINFBIU2dKOWJ5R0w0Q2dHM2VFSVNaeW1NcVhIQ3hlYjVQS3ZpYjgyY3J3S1pqNG1QR3lVMHF3RnZOeGo1SjY5WmNOVjZIYXJGRlAzWnBUazdRIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNzowMDoxNi42MDA5ODIifX0=','2020-02-24 06:00:17.602108'),('umfk8ai1udacqsgdtn5kctk69c3wa3e8','NTlmMmQ1MTA3NzhlMjk4ODYwOWJhYzAxNWZmOTM3NTc0ZWFmNzJkOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEItRlBaTW1OVWh1a0NLYjZsNEVQTDlmeG5pRXl4VzdpWVJQQWd2dWs4anpmdHQ0bTJSQ2Q1UXJUY3JvZm5Zb3dvM0RiRk1hNGdlUGVhcENOSTR4QlZMU0hTY0tuT3VTQzVDYW4xYnpOQmJ2S2dYOXhBOC1LZFExb0dYY3hQeXMiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjA3OjUxLjk4OTQ3NCJ9fQ==','2020-01-23 07:07:51.992898'),('un8ziuwr51wyu7ihsviow6sls5hbtwdd','NGE2NTZjOWQ0Njg3YjQ4NDVhM2Y3ODcwYWU4Zjg0OWQzYmQwNWIwZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI5aXl5OGpSamF5NTVsMVJKR0RiXzZ0TEgtNDF5ZHpyT1JsU0hEdm8zMzlweGVnWC0zOS1PekE4c29NTUNmTFBvU3cybDNYTTljbERDNVYtSno0bE1sV1lkQXNiVC1zVDFZdHlaRzdGcldmWDJzSG5XRG9xRFhlLVJBWllPT1Y3IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwODowMzo1OC41OTQwMDMifX0=','2020-02-26 07:03:59.597486'),('uoic28n8nwi2f4pubirrku9in9pw8hzl','NWJkZGQ1NjM5YmM4OTAxZmQwYTFjYTE0ZWFhNjBkMjIzM2U3OGFlZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIyX204S3VJTm1NaUYydWRQSFZfbWRaX2UtWU8wd1NnQ3lQdU94S2FZNW9sNURhUGxyR055MlpEZUhOYVhLWkY3ckZnclZWZ3l3dXdkT3I4bzdvZE5BeExIaHI2ZkRveVljZmpUdUdvSVFMdUprSXNEN2R4cFFMNDAyYmVPUkUiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA4OjM2OjQxLjcyOTQ0MyJ9fQ==','2020-02-20 07:36:42.730576'),('up886rff4lqithp4s72zw2wxrr1f9vm7','OTIzNWZiMmUxZWFlOTMwMzQyYWJiMzk4NGY2YmQ1NzI5NWQ5Njg0MDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI4c0cwaFBZQms0N3FTU1FvTjM3dEhNTkhQbUh5UWNmWWswWVZVZzQtcjhsQUpJVjU2aXE4ODJNZ1RpQzdXYVZNWEJxUWgwenVjdW11UUU4QzVGOWlvRzdSUDVfYUpkbm5qc3M3SEdLU3ZScXlleWNOdWl1Y0xRdmROWldfTzgiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA2OjI2OjMxLjk3NzU5NiJ9fQ==','2020-01-23 05:26:31.980964'),('up89da9guaymh5lkkeoxltu51gukogd0','ZDk3MjczNTY1MjU5NjI0NmNiMDFlNjM0MmJjYTU4Y2M4OGQ4MDQ1YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IzdkhGMlJ5VEpKbE5nZlhoZG43bVp2RUxjajFOZlI0QW92UWhQX2stR0M1V2ZPWXp4TnU0LUlscjRCcmdqRnA2ZUctNTJkRUVwVW4wMUw0TndqZ2VOV0U5WXRtY05YR1RlczdLUHp3NV9sb29FdmptRHNnR2w4OHNfaGNwT0UiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjQwOjIxLjU4NTk5MiJ9fQ==','2020-02-10 07:40:22.587116'),('upfyt1vrrpo57naz034zoqfs40us22rt','ZDU5YTE2OGMwMDkxNmE3ZmNlZjUwNTRkMzExNWQ1NTE3ZGU5YjgyMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J6dzBzMHlmT1FwSmVObUZxVUdCbG80czJmUW0wTXNNQ3dmYlNPZmh6ZFFaMmswSVVoU0VDOHF2TWUwbEY0U21NNWlqZmhFckRHYkxVOG5qNmNldDdJS1BuXzY1VXFYM0s2QWt6UC11OHBwbkt5TVd2YVh4Um5tWXdZdWppUW8iLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjUwOjUxLjUwMDk5NSJ9fQ==','2020-02-09 06:50:52.504503'),('uqajp8srbjmfeh0sksq1hor8hlqnzxdj','NzI2ZWEyYzNiNTUyNGFhMDBjZTg4MWNjZWI3MTU0OWU2OGEzNzk2MTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI1cGlCY3BrVjBUZ1lBck50N0JtSG4zMVQ0blNtYWV6enRqWmNBYWZzaWRNX2lkTWFRel9xX2R6UDZkaXJOS3lBOExKZVNXREhzM05ydEdKWDNXM2VfSDBwX0c2Vi15cDBHV1Rad3c1Vm1vRVAxdjFCWHNwa2RVMGpTcTNLYWMiLCJleHBpcnkiOiIyMDIwLTAxLTEzIDExOjU5OjAyLjIzMjEzNCJ9fQ==','2020-01-27 10:59:02.233532'),('urruiop2dxkfixv3i2mps48vqzcsc374','ZWMxNTY1OTJkZmQ3NzgzNzI1M2M2OTFkOTRiODEzNWZlMGZjZmFjNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYWHV4WWNDTFB2Tm9xNmxDcHlCSEVieVF3WlNrUS1YMHFhVFlSdDNXeVhaWGZvTHpaQ3NLS3JLUTJpSmM2dGZQNTlVcmpXaXpncVI1aTNNNjlOdnFQWGZpeGp6Vkszd0JvWXZNenZPaHFLNW1ISEdNendnUjA4Uzh0aEZhTndWOXdlZkg4TzlrcVBfQXR1eDc3blBJdUFpN21YVWxYWDV3IiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMzoxMjo0Mi42MDUzNzAifX0=','2020-03-29 06:12:43.609048'),('usa7axhjglxjt37qdwiuc1hb3r7msz9o','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-09-07 16:24:26.156207'),('usz9uo5m0idmihqfn4fsm1pqx61w0q7m','OTA3ZTRiYTQ4NDY3YzI2ZDkzOWQ0YmI1ZTFlNjFlNTc5NzY4NGIzYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIyNnc4Rm9lalUwQnRIQUs4WHg2ZXRtUGg1dl9ZYVVNbFZJX1pXa3lreFVWMXNZMEFBa1pFeXVSa3E1aFZYOVpzM2QzRVR0Yk0xRVBLYTFOY2ZhenZvelgxT0U4THlZSXJfUnoya24yeFdNMldMWDhWV21yLWxLUndtalhiNDgiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjE5OjMyLjc4NDQ1MSJ9fQ==','2020-02-06 12:19:33.787877'),('ut5urdsfcm5z86f16bs0egnrptb09rep','NWIyYmYzYWJjM2VmZmNjOGYxZTJmNDljY2IzM2UzZmJlMzA4NjY2Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEJ5TlkzeV9kWmJHMmc2YThRQTRKakFOTXo2X1hJdXRVUDV1ekZiZWw4dzEzLXpMa1RkbUF2M0hNQmlxQjZWWFF0dllEMVBvMUhvNlBjTWRoUEsyemx5TnF6UlE1LWQweFhhME13c1V4M3phZHEtaUJkRUI2M3prM0x6OHE1ZFUiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjEyOjExLjU1OTkyMSJ9fQ==','2020-01-23 07:12:11.563521'),('utymfjdf2xz4t2acfss1lxpj087xd73k','YThlMjE5ZmM0Y2RkOTBmZGEwM2VlOWZmOWVkNDc2YmM3M2JmZTM2NTp7Il9hdXRoX3VzZXJfaWQiOiI0IiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiIyYThmM2U1N2U1ZTc5ZjE2YWM0OWQxODFiNDc1MTQ4MTBiM2VlZDY0In0=','2021-02-10 11:51:10.558718'),('uu84w637fd9g1hvp9lyjmumvjc7hyno1','MDZiMDFhMmI4YjEzNmMyNDEyM2Y2YTU4NjE2N2EzNDZmZjM5YjI1Yjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEItWktRV2VLdG9IU0NGdmtPRkFETlYtT2RWRHNqenlZaVNwbzc4UXRYTHd1enNLUHRzd0JBYlFXRkluREljeXNSaXNfMlU1SDFqa3FjUFZGVFNzNmlvMVVBTHpEbmZxTm9PSGh4NlI2bmhmaGJ4QjllcHh0Ml9TV0p6eDR3NWciLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjMwOjExLjA1MjkzNSJ9fQ==','2020-02-17 12:30:12.055801'),('uubpt4lcfcvmd0lzcte13rx1e8n5r5f4','YThlMjE5ZmM0Y2RkOTBmZGEwM2VlOWZmOWVkNDc2YmM3M2JmZTM2NTp7Il9hdXRoX3VzZXJfaWQiOiI0IiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiIyYThmM2U1N2U1ZTc5ZjE2YWM0OWQxODFiNDc1MTQ4MTBiM2VlZDY0In0=','2020-12-17 07:44:16.729617'),('uvubwfs93xnjmgo8vwmvye23ndpb7kwb','OWFkYzM2ZWU2ZDBiYjc0YzI5MWUyMjhhYzdiZWNkN2QzY2UzNDI3NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI0dG15M1hkVFVaaWZ3blZuSXNCZW5BbXk3S2JLZ0RQS1VWV0llSHp0SW1ZeHBBX3FCZW4zM0FCUGk4QjE0S3dPcVQzZDBOc2kyR3NWQmYxSEgxOVZHcUpRd2RwM0M3VE1wRmZJVHk1YzlOOVQtQ3VULWFqcjVveFlrLXdfaXMiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDEwOjAwOjQwLjcwMzMzMiJ9fQ==','2020-02-20 09:00:41.706796'),('uvz8ffymmrtpfswbthcgm2o71564cmry','MTUzZjMzMmM4M2JkN2Q2OWQxNzlhYmUzNjBjYzJjMDkxYjM5OWRkNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYWm5zOXFHSnpEV3lZQjRDelFhNlJvLTJKaklPWkx5U2x3MXUwUzk0TktMVjg4VDljeTRpMG8zX2tBcUd0ZFMwRGpGdi1iR2VwY1U2RVhLdkN5N1Y4T0hWbGo1c21WV2dKUDdBOXJuak1ycVJyQXp4dU9vVlZUVUpuNzJpckFPaVBTWlFWSm10blZCTXV5Z3kyTFJlRjRXMmwwQVBSTDdBIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxNDoxNDowMy4xNjgwNTgifX0=','2020-03-29 07:14:04.171507'),('uw0ms8gn0hddm4tr14wtrm3osvmem9zw','ZGEzNzU1NGNkOGI1MjBiYWZkODg4OGM1ZjlhMDUwYjk4ZTIxMTkyYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ4NWhIcF9tTTEyNGhaVDlGNFhJVVRNQm5JSzMyZUNRazJMVHR6Zkw3eXc2SnBNRE1xRUswVE5WMXk0dGZ5Z1FZWEdCaFlBMFJZazA5bm9YREFFdkJiQTJPZFpMcjFXV2ZBTXNJc212bWQ4YkZiS1BzNXR3U3FXYVN4REd5SGxhIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoyNDo1OS4yNDE4MDkifX0=','2020-02-23 07:25:00.245281'),('uwxiiav2a8qu34fqyeh3ck2pnvp7md6w','YWQ2NzJhMzc5OTkyZTk5NTlhNGFiMTQ4OTNmOWMwODBlNGNiYzNkMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEJ5bFl6N1psX0ZzUi1mdHdlSG1sakdadmItN0Qwc095eHg5TEVidFNibUVlM2w2a2tyajZXX0N1SjFEci1LNEV2WEh6T1IyTFM3dmFBZi1ERVB2eVIwZGFoZWdhNHVoS1cwdmhEa0RNN2FNSmR6bkhROVV1LVYwV1VaOFA4NmsiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA2OjI2OjE4LjI3NjAxNiJ9fQ==','2020-01-23 05:26:18.277333'),('uxakuics2x4l41ck9zx741juova8g248','MjcwMzAzZjE0ZDM3MjE4ZWJhMGU2Njk4Yzc4OWU3MjMzMDA4OThiNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ5QzBnYlpRY1BpdU5WaWFiVXU3STI0NFdRMFhfNFJVMndHaUFQUFBFQnFSR0pYa1J2R3JETW5Ec2JRRG1xOGNBdkNHM05SYUVfQ19TcGtmOWRrRVg1bFhCbEFrSXYyanhYOHVUMzMtOWhPaE9sTFU2Wk1MY3BabmwwZDNvbmFKIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwNjo0NTozMi4wOTcxMDkifX0=','2020-02-27 05:45:33.098237'),('uxdwyfo1dhattcs0hhx78vappxo9uchi','MmNjZWU3ZTNiMzE2M2Q0YWY5NDkyZmIzM2RiZWMzNDQyMWY5NDM5Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI0dUJWNWNnWXc0NENyQlg4czJ4ekJyZGt2VlF1Qy01VGV1ODQ5Vlk4MS1BRmJIM05IWG1YS04xUkI5WmNqemVqTkQzLTV1WmRfXzFkREV6WFpZSE92VmVhMzFWbWlkendUUlRDcVZ0RDA1R2ptQ1AxSlNXZzhfcTJzeW1oOU0iLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjIzOjEwLjcyMDQyMyJ9fQ==','2020-02-06 11:23:11.721877'),('uye4lce23wj25xhepwfi2oxkkft2a3nz','MGZiMzY2MmZlZjUxNDZhMTZlMDI1ODUzMDA1OWE3NTQzNDFjOWZjNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ5Tzg5NFh4YWg5cHZSb1ZHX3RUTEtER2hmMktvWU16dm83UmV4R0ZZUGdsNlV6YmZoSHdFc19IQlJaN1BlWlNUUXYwZ2UxZElraTg1eExUd3hSRWtuRmM0cFRjUHg4S0d5bTNOUHpRMkNRVGdITnFONnpma3RJOHFiX2tmd2x3IiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzowMDo1OS45NTM3NjMifX0=','2020-02-23 06:01:00.957231'),('uzvy5worzbj9xuj2sihoyn2ehddek3gp','Yjc1NTQwYzM2M2QyOWQxMWMzNzA2YWJkN2ViMGUxY2MzZmRjNzhkOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J3NnBJanNzRlY1UHF3UHRrRmpkdDc2NEFHaTVVR295VkFwQzktblhHS0J3SjNCVTdKbkRlenliUDM3NGF1RGQybU9vUmZiYVJvY1lkSm8zS2MyaVphdXcwamczRVNmZUNLMW1OTE91bk9RZk5oZ3NEUFY2V1BocUhQRGRldDQiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjQwOjE4LjczNTM3NiJ9fQ==','2020-02-13 07:40:19.736793'),('v06188avh8ymmyscirhks3cihfny96jt','YmMzNTE1MDQ5NjA1MDg5NmRlYmZiMmRkMTFkMWM3Zjc3ZmYzOWJiMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ5MkpWQ3p4OVJQLVZ3T2g2bFRRek41VjVmR0JLNGt1dzNCQWwxbkNySTd0SlhIZkhMTkhNTTIxY3cxUG1INHllc1hHbFhiZGtzenF2Nl9PQmFfTUZSTDFMRlg0c3U1OVg3NG01QTRQRlVRbFFHa2hWUXNGb0ZEdy1ud2NHWkkiLCJleHBpcnkiOiIyMDIwLTAxLTE5IDA3OjAxOjQ2LjYyNTExNSJ9fQ==','2020-02-02 06:01:47.626239'),('v07r0nt15rbs50jj68qr7j4pxezgc9i0','ZDVjMGUyZmE1MDY2N2JjZDUyZjE3ZDdjZTA0MTQxZTFhZDk1NTZiNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ3UFFTTGRna3JXOEQzLUNQVl9uSWZSWUFVNzc3cXdKOW94M25nM2RRcVE0SWRDY00yMU9JVXVoM0tHQ05YYnpkZFE0bkFpZjBJdWRtY0ZUQVpjZEJzVExDZTFXTWlqYmhreHZ1TlI2TU4taVdVTWdZRTBKbFMtdm5aVG5JTDAiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjE5OjM2LjA2MTczNyJ9fQ==','2020-02-06 12:19:37.063368'),('v0bye623e4rhjfnt5tsv3x6ima7pcdwy','NTQ3NGZhNjQzMzIxZTg0ODQ2NGRmY2RhZjU2NGNmYzdjMjc4ZjViNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUItQWJVMlE5M2FzZXZHVVota3hoalZJT2pjOHZzcXZsLTdrTFJ6Z3Q5UGtvNXlJQ0VOckRZVUlKYlBBcGVwbWl4T05fSmxidEpPSkV3aWNxSG5yTmYwZTVrUl91VDZlRTdVS1JqOUhjVXhFc3RtWl9SbHRfQXJ5YW1NQzVoT3MiLCJleHBpcnkiOiIyMDIwLTAxLTEzIDA2OjQ2OjI3LjgzNTI1NiJ9fQ==','2020-01-27 05:46:27.837084'),('v0i5lhlxmyo87hh5g5cskdug9ocm0kha','YThlMjE5ZmM0Y2RkOTBmZGEwM2VlOWZmOWVkNDc2YmM3M2JmZTM2NTp7Il9hdXRoX3VzZXJfaWQiOiI0IiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiIyYThmM2U1N2U1ZTc5ZjE2YWM0OWQxODFiNDc1MTQ4MTBiM2VlZDY0In0=','2021-02-10 10:36:36.572807'),('v2bidgbhb63rfszajxjcjwv41ifxg3xj','NTRmN2QwYTYzMDQ3MTc2NGVhMDNlYmFmZjg5MTM2NDVkYWE4NzdkMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI3dDhQMUdaUWNjM1UxME5ERXFyU0VVeVB6V3F5NDltblNIZFpvNDVpZ0tnR2xQTlp0RXhYbmxQQ1EtQ20zS2dvRDhmbkVsRVJSTmh3SWFMMDNHemZtM1V4OGk3REIzekdxZUJ5VHZhc1VNdExTWXJqQzA3eXRuc3g5QjFQbFJNIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzo1Nzo0OS4wNjgyMzEifX0=','2020-02-23 06:57:50.069770'),('v2j1gc5nkwx0x9k1stx4pl32i1w4jyx5','NzY4NGQ1YTQ2NjRhMjNiYmE5NDUyNTEzZjNmOGI0ODBiZGVjYjYyNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J4cVQwbjNvNjVNNU9OdUFUc0txWUZrVTlhdGV0elQxYjZFUG42b1RuNUtUdktTdVNJYVB3ZXhiTjlPUVEzeW1TRjFOZjZFODhjYjVidjYxYlpCcXJwTTRTZmtuZk0wbWI3U0hPUGpObXRjMEptNG9maVl3YkU0SFNlSS0wY00iLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjE3OjI5LjkwMTg3NSJ9fQ==','2020-02-09 06:17:30.906779'),('v33ung5x8bojydnyvl2he3b47k9cyrhg','MDJmNjUyN2ZkNDhmMWE1YjNiZDNlMjY0ZDM1ZWFhNGM0ZDUxYjFkMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYWHRPYkFsVDg3VDdJa2l0VlVkaFozN0I3WVJFYlozNHNqTVR0LWJ5SnlLa1E1SHFPQjVabVV5Um5XN01CeFRTRmxtTnltd08xQnFlWnYzTXJOQnlkSE12OFhEWHRQZGlTSFE0ajN5YVVDS3E0QmlnMHZ3eTcxbjJPVGNVWlgzSGpuNlhOSTRBZlg5NjFpTXZjTTNERXg1bm1CMmhKQUVRIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMzoyMTo0NC45OTkzNjQifX0=','2020-03-29 06:21:46.002948'),('v3fdin4enge9gsk0hdq7z1bjprncuheq','Njg4NThkODAyYzY3OGE1OTZlY2FhMmU5OTk4YjM3YzBiYjRmNTJkNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I2dFN2ang1Z1pCZldnakJpcGN6bm51WkQwS2pUU2NjelY2cFFNLXEyTkROUkxTalM3MzlqRFFOdmllRURDVjI1anltM3J0djhJSHI5LWFaSnhkbVp2WG82Tkdvc25qWW51UGRtTUNxc2hOeDJWXzl5YjVETi1BU21lVW5JdFEiLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjUwOjAxLjI0NjM4NSJ9fQ==','2020-02-09 06:50:02.249821'),('v430svgn8tl4cgrnas6xmgmesfjh6s1a','NTIwMDg5MjZkNjE3YzkzZDQyZmQyM2NiODAwMjU1NjljYzBkY2M3NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVVbjM5Z0dDQ0Y2ZEdoa0MwN1Q0VUp5eUVBOVctcHA3ZHQzaHB0RDI2aUlPc2JYN29xZHI4M19JVGtSaWhZNm5UQXpnY0V1X3VjSUgwR2NDaEY5Sm5KZEFXYzI4ZmlwQ2oyQ2FKajRXbEdGelFjbXNLcUw5MnFsVWZuUkR6Z1AzRHlrYmZzcVIxOC1LbzM5a0x3dEtOVzhHbGoyTDFxTk5nIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMzo1NDowNi4xNjgxMzUifX0=','2020-03-29 06:54:07.170201'),('v4f4hm9tnzvo60gf5jtbc3imhrgwud7p','MDY1YWE4NDQwZDM3ZmFkOTRhMzVmZGUyNWVhOWQ3N2ZhNTYwMjUwYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIxX2hzYzByWmdkWXFDZ0hjY01ScjFpNW9IODE0c1NXaDNIeTBCYmRPaGlSUENoN1dVMHVaWkZpTm81b1h3MGVyS3ZPUFJpd2xISVFYRXdERm9jVU9YM1ZkMUxvalNoSURzTXNvNFhoQUlMd0hSSjVJeW4zM3JmQkVtdEZWYWM3IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwODoxMzowMC40MTMzODgifX0=','2020-02-25 07:13:01.416917'),('v4v2z1pvj3pan5rysars3emfr9xitwqf','ZWZjOTAwMTNmNWZjOTEwMWM2YzFmYWQwZDg3YjRiZWFmMzY1YTk2MDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I3Y2E4dldSU2dCZ0FyNE9rY1JRS3ZHeERCSEdDcWZfeng5bjBPMEdPbWo3TmEzZk1XX3FDZ19IMU9nQ1ZuQVNQa1NFRWV4ekYxbGw5ZDZJbzdEUmFPWURtOFNhQzE0MEpYVnRYVWNOd25UM2xmRlQwS0w1enBqOU9rWEprakEiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjUwOjQ5LjA0NjQ2OCJ9fQ==','2020-02-13 07:50:50.049558'),('v4ztcqg4pahr9m4eoovuaqg12kfx7m3c','ODZlNTk3OTc0Y2NmNzViMzQ3NmU1OWI2MjM1NThiMzhjNWRmZWE1YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJfekpMcC1pYzVwcVE0MzBZbm52cjBzZFFiOS1yR0x6aFJKX3lPYjFWSlJRbU9HM013ODRPcGpOS3R1eE9Dc0VkQ01HbzdvYzlJQ05reGEzNks1MzcyZUpTLUZDSFJ3TS1EeWk3a05qeENtWWw1Y015ZTNySGxXV180Y0xOR1JaIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoyMjo1NC4wOTc1ODMifX0=','2020-02-23 07:22:55.098692'),('v63ep770r3ecnw30z2wnk4ax4xispb1y','ZmRiYjVhZWNhYjIwODQ5NzAxOTk0Yjc1ODI3NGUwM2JjMWNkMDllMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0ItaFgwWTFhX3NyaGxxM0NBaHc0VU80NmxTNXg5UEhNcnlPMk9Xdm9iRTVIa2tJejlmUG4tOU1ZYlJuX0JKUFg2Q19zRDBGbkYwQTZsRHZwWUZkS2Z2eG40blppRmVIa1NqZkhONHVYWEVpS0FCZkR2TzJxMXlYLVBrdHpXdlkiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjMwOjAwLjY5OTM2NCJ9fQ==','2020-02-06 11:30:01.702940'),('v6ssh2irbjsg96011maj4lrzi2sjr4wx','OTgwZjIyNWMwODg1MDUzMDRkZDRhMjg3NWY0N2EzMDhiZmI0ODVhMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIybVFnT3VDYkJ3QU5wZ3hROXRvbHUtSTFpOVB6TlRvWFdVQTNNNEJQYVlybl9PLW5lbm9maER1YW1fS05TRnN5U0hGRDhCbkYwY3ZLRnNYX2tVaWhITno5X3VTUFpCVklxTUdWQ05CN0ZtS2pqNkZXMndtaW40bTNoVFI5UTA2IiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODowMzo0OS42MjI4ODkifX0=','2020-02-23 07:03:50.625696'),('v99c8gspxhbkvbfssl065o6ghugqvvqa','OTczMTJiOWM5OTNkZjIyMjg4OTdiZDA0MTQ3MmU3MjlhNGQ5Y2Q1Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI4QVhjY3B0V3JwdkxpRmZzaHZjUnliMWcxWmJJZ3FfaUR0TjA5X1lxdFdGTTM3YXgwb1F6V1N4dWNvWXY0M254SmlXT1Q5SXRoYjlSTDBaZG5sTjhVZk8tQ0xaM3RJaVdWSmJtei1VNldZbnVvaklmbEJ3dVZPbU5PWHNtRi13IiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoyMzo1Ni45NTc1NzMifX0=','2020-02-23 07:23:57.960981'),('v9mx3x3tszo2u59c1fj48kubhrzzo3lq','ZmU2ZjBjMzM0ZTE3NmQ4ZmM2NmM4ZjA0MmEwZTI5MTRlYTZiNmM2NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUItREhndmhJUWlSQm8zYTZsX29WcDdIVVhBdnh2VGVmQndRZjVDWEw1Ymo2YzBrMzJreDEyckZfZTE5d01vSDVPWlYtakxfR0YyckRuSUEtSHdPYlpreDNjcmV0dU1zVC1VZ1VKMExQaTNlNlVhdkxyRUhMLTdGQ0N0bDNSbnREIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODo1MzoxMi41Mzk2MTgifX0=','2020-02-27 07:53:13.543110'),('vaf3fricckcv7d3fjc1u25h805wdngvb','ZjdmYTk0YWE4N2I1MDVlNzI3OTgyOTg2NjBkYzY2MGM3ODU5YzBiZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIzUGJoRmxxWkhiUmVoMlhSZkpzYUJXZThhRFBGYl96dl9YNy12VFpZYmF4X0o1aUpfOWswOTRXYUdscGtWM0hKNWs1VzV1b1NnOEl4RjhZTmt4MGM4dDVrbm9qVWNnODdpVzZYLWNQUXNGc1JRQXpPQk90bEJzb3JTR0RkMkEiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA2OjI2OjA0Ljk2MzQwNSJ9fQ==','2020-01-23 05:26:04.966936'),('vblz61cez0ct9ddazzsb27hh2gug0hzb','YWFhODEwNWI3NTk3MDhhODc5YWJiZDZmZWNhNDkwNThiMjNkMzE1Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ5YnhQdFlXRURtMXAtNVcyQmNsTlExRTVpc0ctaUNUZG5qUktTTlhHZ1FESlpvUUtNMTl2QlptNkloNW9QMFFBcWVPTzJCazE3clMyakdCSHdibXpITzBQMW1Da2I0dERqbS0xSUZCZXZadEQ2ZE1yUm56WnBMeXRtX3RXZ0UiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjMwOjUxLjcxNTIzNyJ9fQ==','2020-02-17 11:30:52.718506'),('vcaq4fcciuz56kl3kre1z6u7c08e43n0','MTQ2YWQzMmM5YTc5OGI4ZTg1YzEzMTIxNjgwNjA4MDZmNDVlOGQ2OTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSWwtNUI0WmlNTXRDZHBsb3hneFFRZW5SQzRrYlVFQThpNm9wQ2p2RVZweVpJRklKQi1FTUFxZmVWQVpsby1tSjNoSXROQ0tlN3g4cEdMajgzc1Vfd1hoSWRwUHNyUWtlNTdncnBfX1FGVHRZYkVKaVFyRGw1VGM0V0tvQmR2Mk1rZyIsImV4cGlyeSI6IjIwMjAtMDEtMTUgMDc6MTg6MzQuNDk2NjUyIn19','2020-01-29 06:18:35.500038'),('vcvf9sjp8wqm3287n2vuinx1v7xcy1ct','ZjEwMmMzODk4MTdiMmIxOGEzMzA3MjgzNjEzMmIzYzY5MjZlMDdhOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ5NHVtTmQ2Q2ZBeUlNQ2hqUFRqOE92ZFg4cFpwTzM2NGFrSkhSQy1OWjRud3E0WnIyWnlHZWRNVjczZHdYVnM1eUhvTFVtXzVOTTZkeGlvQTZ5dzV6WVNWeXpDM01PdjdwdHl3d3lwUVk4M2pnb01Xa2VUYjVueXNueVJOVGsiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjM5OjI1LjQyOTQ3OSJ9fQ==','2020-02-18 05:39:26.433030'),('vf3b2u33x990m7lg6ii304f84b5b3k0o','NmE1YzJiNDVmZDhjMTY1OGEyNzc3YjBlMGJlOTJiYTgyMmM4ZGYzZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI2TGg1RF9DTlZVSEJ4NmhNc0hYWU8xY01pZDFzY1FVanZUa1d0WEJVT1JJMFFtcF9xdFZnMjQ5NjNhaTFBaEdKYkRZaHlKZkY2aDFlMzFfSElfRjBJWV9kSU9kamM1MXB0R2NET0FFUVFFMW4zcVdiRVZfNWVuOFV0bjNHX0NLIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwOToxNzozOC43OTI1ODQifX0=','2020-02-25 08:17:39.796113'),('vf8xnn6pldvg33ov2oowx8zl1prpsfgb','NDJhZDRiZjljNTIyZGNiYjVmY2JjMWY5ZjIxMzJkZmU5ZmJmNjZlNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUIxZVZOOUlfLVIyb09QMTlkWXUwbjRsLXpxVDE5TzNNYXhRX0Nkd09pOXRRLXlCQnVVWXc1TnIzWm1Ec1ZVQ3ZHZ1VoR3BucWlRa3BlellLZ2VBUTlaemxTUnEyQ0NwenFvR1ZyQTVpSG1EelpiY2NBT3R5bF9YaDdxWHZ2SGMiLCJleHBpcnkiOiIyMDIwLTAxLTEzIDA2OjQ2OjQ5LjY2ODI3MiJ9fQ==','2020-01-27 05:46:49.671699'),('vfmhalkdc6j8hts4lrsdatdg5tnm4dyg','OTRlMDZjMzA4YzQ1N2ViNTc5ODkwMjVlN2EwMWI5MWE3YTY5OTJjNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I1a2ktaFFvSXRlN3pSc0JzSEF0dWk0SHRocHZpcW5NdXA4MjhJSEgteE5ldGNUUEswSWRuMlN6ckRwd1N5RWg3aGRfOS1KMkd0NXRNVkkzNEY3RFZVLW1TTks4cTV3YUZxdmgtc24zUVBoa0J2TDgwS25VU3JHeU5DMHhrSWciLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjUwOjUxLjI0NjUwOSJ9fQ==','2020-02-13 07:50:52.249926'),('vgyddnsg2yc7ohyqeom81l700ih17af6','OTk0MGMzZjIwZGZhZTZkM2RhNDMwMWJmNzVmMWVlYmVhOGFlNjc0OTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIwaG12Z3dRdWNOaU1rQ2xOdGg3QXpuN3JPTnZoeDBHRmtrb01uMk51MzIxLU15MzVleWtWUmdETk5YanFrZnFhRnVVTERMbmRkZGtPUlcwLWR0b0N5c19xQ0J4c3IzcDJnMlV4aFJKUkxWOEhzd0Y4Rll0OWd0cXZ4dmVNejgiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjM5OjQ1Ljg1Njc0MSJ9fQ==','2020-02-18 05:39:46.860111'),('vh7dgudaf25qmbk17lrtguhspli16ywm','Nzg0MTljNzcxMDYyYzU3N2M1NDkwZjM1MTJhZWY2OWFmNzhlMDRjODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ4dlA3eThJcFFLNUZvakZmMUd5RkRQMUlWWUxZeHRhUGNDNk9GSGpocTRnTGZFZTN5aXFMOElFS2JSNWR5WmRYQUkzUEx5YUJRY2xhdUVHWjdnc1VhVFVMSHdyRzdZRWJoNjlRLTZuRjJUYWc3eFRod2NXSENhd2VFVjZHVmMiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjUwOjAwLjg2MzI1OCJ9fQ==','2020-02-17 11:50:01.868922'),('vicqp23g6nopn7l4pmeleid0a96xrorl','ZjZkZWYwNWFkZDQyZWRkZjdkMmU4NWIzZmUyOGE1NWY4Njg5MWJjNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVVYzJnZ3dFYWhrZDJCaUxkSG5TVEcwS0FPTk5GMGl6b0oxRVRiZXFuYlVObnE1ZS1lMnMzNENqajZYWGMtaTFkLUg2LURRQ1dScjZ1eElhUk1VaEtXWVF1aTBIcW11Y2VYMHFSR3N2NGx0QXZaZWpjaVUySzlqRFlOX3NlS281U3otbFJLSGRCWGdzaUJUVmlYU1IzVWR1aHozU012QklnIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMzo1NDo1NC44MDMxOTIifX0=','2020-03-29 06:54:55.804912'),('vifm14hxt9drdh4xr07x79n8mo8094oa','OGI1NmU0OGQ4MmFjNTc1YzVhZGI1ZjllYjI0MDFjZTdhNzMwMzcyYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUIwZzg3ekZRVlhoTVN3b1oyXzQ5X1FtYjFLMnFJb1JSdnpKbXpPaTJMR2FSQi1QQ2podnRqUGZmXzRqeEdGNmZSS3pmME1DVTlpTmtyNFFSSVlaa2lmMlFEZGhxNFN2Wk53dHYxWEI2WmNGOVlyOUtRQXRGVzFORmw1dVNWamciLCJleHBpcnkiOiIyMDIwLTAxLTEzIDA2OjQ3OjA0Ljk5NDU5NCJ9fQ==','2020-01-27 05:47:04.996055'),('vj0z5nlpinnwcp0f3mso6turyyjyslr1','MTViMmNjOTVlZmYyMGJmNGMwMWFiMzk3OTg2Nzg0MmViOTQ1NjY2Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIwS2E4OWhhYzZqYzQtZnE1S0E3N3J5RGd5eTd0SEphcDBCZ0RqNEsyaDFCdVpTN0NLM1dEMXVuZ05ReG9ON05WVmJWTmFGLWxpZ3VkTmdBQWp5WEhVQXJRN3BiaV9VaHVyNldMVE5CTlpGV19aODBCMmJmaVQyR24wS3NOX1EiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjIwOjM0Ljc5NzI3OSJ9fQ==','2020-02-17 11:20:35.800468'),('vj8907zjrkzguadjsj8vj6z9u302o26l','ZjYzMTU1NTk2ZGQwNDFhYzI2OGU4NTRlMGJiMzI2MDY3ZjdlYTFiOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI4bXhVZ1VYdUdzQ3Z2cE5zdDcxYmpVdzM0NTBVRkFWcHVReVNNVGVoamU3SGlrZWVhcUVxMV8wSVpFV19PSnlsdjBZS0J0aUxZaFIycUNVYTdFSGNfT19Yd0hGTC1xZVlrcERiaTVqbFpMT25JX0FZQ1NNZ185UHZUTC1BNWMiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjAwOjI5LjI3MTM4NSJ9fQ==','2020-02-17 12:00:30.274976'),('vk8617dxcct7v3mmkmmjmg9m0mw8mabm','YWE0YjhhNjk1YTBmYjEwNTVmZTM4NDE2N2IzNzlhNzJhNzM5MWZjNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZTRsdkMwTHE1RkxvaUhmbTFOcVplUl9JWnVxQVNyOWQyN0Uzc1EyNnlRaVFYWkRJM0pTMFhfQVAzSjM1Tng3Y2hJYnowSWJKcjh2SWJBSDRodkpGWlpOT2UzNFB6TDNzSFkyZi1DRmVNN2dGdUlmZnMxMjJZMkVpMDcyRk40ck1UcWhJM3JFb2NvaTZQal82Q3hxZTdhVFM3QUNwcjdZd1h3WEhRIiwiZXhwaXJ5IjoiMjAyMC0wNC0wNyAxNDowNzowNy43MTk4MDAifX0=','2020-04-21 07:07:08.723261'),('vkcv3xkfget9v0fgxu4bw9qid8e4mbj6','ZDM2NDhhNmEyMWRjNGRiYWU5Y2Y3NzhlNTQwNTc5ZmY0OGU1NGEyYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIyMm5Sb2xwaWc0Z2pjVVR3ZzlZWk5DdGFaVzVubW41TFB4MUQ3OVpQaWpleGZaVnhuY3B2R0RURGNmSTFXMHZUbERJWXQ1dkV4UEZMVUUtM2pDSzhRSTNvU0Z4Q25ETEpUbXJpQ1J2ODFYVkFqNnpocVpBeWJNYjZ6X0VVQ3ciLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA4OjI1OjQ2LjQyNTQ0OCJ9fQ==','2020-02-20 07:25:47.427566'),('vlf9d4i4unfc2kb3aokzsbzmmyfrora8','Y2IzYmQ1NzIwNDM0OWJmODRhMjkyOGFlMTVhYjgzZGYxNzZjNTI5Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI2Zjdib2NRZE9IaWxqV2U3WWFPSXJQWTU5aGZMMUxIc2JXMGw1RnJmZjkyN01CSTYyNWpNbjRtdXRRaXJHNFc1V0FCYVZ4ZU5SMXM4LUdMaGpuZjVRTEVWTEdNOGtwWXNLTGZodHA0SHhDYmFJTW42RW9FMzVaOEQwbGdLdXZ3IiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzo0OTo1Mi4wMTkwOTUifX0=','2020-02-23 06:49:53.020207'),('vntzn6be88pilm7i6ggt88foh5pnkn4h','YzlkMjYyYjQ1MjgyMjRmMWE1MWUzMWU5ODg4ZDQ4Yjg3YzM3ODczMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIzRTFxWlkzaE5ERjZYUER5WGxpQ0xQcXlnRUJrUEI0OFFyb2c4bmlzb2NOcERmNlR3bm9Lc19MOVpaYnpOWGs0NU1ITEVRQ0pCYU5SbFJyM0laR0hoSGVPcm9hZXRWWUc2c0UxQ3VyZUtKbnR3QXlON0dRaS1OSEExekNjZzJVIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNzo1MjozNS40MjUzODgifX0=','2020-02-26 06:52:36.428969'),('vo4tyage8qgt2e1httklraqxbo4qo7q2','YWY4YzllZGY5YjUwNjcxNWZmOTZlNTQyNjM4OTUyZjIzZWJmMjFjZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVWcVl3SkVMdktMZmhmemE4aGhSRzlBZ1RRWWxjRmlwTVVPWFhpbzBDRDRVNjdqcWlzT3NPVF93WXRtTDV2dTAzVFZlOUs1YzlVQnJxU1NmOXlYdnlCd243UEdpSmFEc2k4cUZDa1ZUekllOWwzekRyRlc3QV9jemswS1FfSlkzQzRBS1JaRHdacjhsN1hwd3JTOVNBTWlpdi11Zks0dFBBIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMjozMTo1Ni44NTk2ODcifX0=','2020-03-29 05:31:57.866855'),('vor98vk8l2op24x6uq1cfnixdvf58y1i','NjczYWQyZjIxZjlhOGExODcyYzJlNWQ1YjdmZGM5Mjk1M2RlZDgxZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IyY3IzSXUzVFRJN3RKYUphWWMtTnl5ZHZGdUwtckRJLU9IM2JfcmE3eFN5NzJNRkJ6R0ZNeVBMeHB6OHlSRTdBcWt2OU1GanZ2bTA5REpQdm1jZVJLWnpzNnRjalBCYjkxMGk5blljWlV2WTNwSUlYSUhuZ25admxGT3I3QzgiLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjUwOjA1LjQzMzgzMyJ9fQ==','2020-02-09 06:50:06.437311'),('vp4znxhhzmdw4b5d820mlmph9mhyjd15','Y2Y3NmFiYzhjZmJkMzE0NmJmOTFmMTU5MDBmNTFkMjAwYjE2M2RkYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI4eTQxZzY3QU1JUjBFTlB6UlZXdGt3LTl3WnBnS1ZYeC01ZzRFLV9TZld0U0NPWXkxVURWMDlzYk5qczBHaWNMbVNHbjFqcTNuOXpHY2IydXJKT3Z2RFQwNTNQWjBmXzhGdDE3d05vUVBYWHBxQWl4bkpwSExxTU96QlQ4RnNqIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNjo0MDo0NC40MjA2MjcifX0=','2020-02-24 05:40:45.423809'),('vpa6gyxlxlxcgvypmsbfrqtvz66rnxdx','YTM2NDJiZmY4MDY4NmFiYjdiZTg5OGI3M2E3Y2FlMTg2MGM0ZTc0OTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IyVmlmMXJVd3hwd19ONERiRUdBUno1NnFKcjh6TkFod3dveC1sRVk2ZGlMcUMxV0NJVG1xWVo0U0JSdkM2NjZraGw1UlVUdE1HaG9LT29nZkRvT2REbEJsU2E1bldHVlZLeWVRdmR2SFhSRXB1dXQxZTRhTmU3LVAxZXpGMmsiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjAwOjM2Ljk5MjcyMCJ9fQ==','2020-02-13 08:00:37.996407'),('vpjabzidgvy68ajxxppqws63qwvimjfe','MmRiMWZhMWE3ZTFmMGJkMjU3YTIxMDA2MWI3MzQyOWU0M2I2NTBmYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIyLURvenJ6RnlsdVJwSXJEaDlpUWVTU0VWaTRET28xUUtRSHk5cW9rRm5vSWo2YUsyend3eXpLZVdKZWEwLWttbDBlTmlXeWVqZjlFZ2VfY3ZMbGtDQlZieUdVbHhwMlYyVnZOQUZVa3M0Z1EwbXRTbkducFE2VGswcG9sZk0iLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjEwOjMxLjEzNDI5NCJ9fQ==','2020-02-17 12:10:32.137792'),('vpnddtj16mvcuk6w54fapkafzbwlw91n','OGM4N2ZkMTlmZGVkNjc0YjBmZDA1OGNhYjg5YjJlOTM3N2RkNWQ2Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI0cU5qdkFhVGlwRUZwNGFsV1gzZVcwM0NuUGZBdW10X1YzYW1mVWJzZ1JMOHRYX2dGcVY5UWZCaFdZWjRHd2hWYlhJS09GUE9RMjVKMHhRR3AydmIwbk9YWDZDakxISlR5TjVfenRmTmo0QjQtcDI4RkhrR3BkV2RZMXk3a0ZUIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODowMjoyNS4yNTk3MTYifX0=','2020-02-23 07:02:26.261483'),('vs2ghu8qo19f0nh9io3z9uqtc0bpo9qh','NjMwYzcyZDIwOTYzZWFiMmFmMDZlZTllNjZlMDBhMzY0OTNiNjI4ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIzeGRIV0lydDhsUlJnWDBkbGp6ZEgtODZJWEZfNjZhVkp3N3FIWEd0ZWs5UnhQM0kzZUJRN3JVTjNvQjlaSWx3c3h2NTJLdTg3MzM0YzgzVDl5WldmZ0RIZ3UzSy11c3JtdUlITERwZnZFTUtyUDZkdUFLTU1fSG9sV3lqT3MiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjAwOjI1LjI4MjA0NyJ9fQ==','2020-02-17 12:00:26.285524'),('vsu68q17wvsr2qaxzxszd6trkzvzl1ym','NGJmNTllNDE0NTVlYTZkYzVjMjc3MTBlOTJjYmNhZWNjNjczNWM1Yjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEItZngyRDhVZDlhX0dKcXFsZHh6ZGVmUjVnNVhiR2xVb0dMLVMwcWVxMXhheXNiQTBZVEFYOThac1RsbGlocUVnT3gxQlhzOWh3XzQyQjdmdjBEbGlJR3FxeXI1WkpVdjJNM1RqOTV0ak1scVR6ZWg1a1NKMWMzcEJGT1RYcUUiLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjUwOjEwLjYzMDczNCJ9fQ==','2020-02-18 05:50:11.634197'),('vtzlhuzwtpgwamsu6pvf5d9aumel9agm','N2EwMWQwZTk2ZDIzNTgzMjQ2ZDNkMjY4ZGEyZGZjYzZmMjQ2ODM0MTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IzTE92eElZVWNzRkVreU91ZUd4MG45ZVpwNXpVMU9hN3lvemFXTVI3VmhrekJRQ00xeUNtM0dQektKQlZ2SjdmN3NOLXNQTHhObUllR0NqT1RWcW0zdkpPT2pCUnl3Rk40WUNPQ1lGYjBmMHRzRGxMU0daSkpmVjVsTjhhaHciLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjE2OjU4LjE0NjIyOSJ9fQ==','2020-02-09 06:16:59.149839'),('vux7cg4jqylhfyzxwp1t5ntkn04y5x6x','NjEyMTQwYzA1NjYwMTJmMjBmYTY1OGU1OTExYjhkOTkwZTY4NGUwZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUIxQXlHM3lKQzZFZUVHVHQ3QkowRTAtR2Jpek9LbGVQY20zZDVoSDJsQ0pCdUJEZmE5blFHcWMyeEdBZFVvU0t3T3Z2MDd2bEZMR0hxY0ZxTVBZb0JJNmZ3X3Fibjl0X3VwNlZDR29KeUwxU25ELVZzYlN2N0FkQ19tWmlDUkEiLCJleHBpcnkiOiIyMDIwLTAxLTEzIDA2OjQ3OjEwLjcwMTc4OCJ9fQ==','2020-01-27 05:47:10.705084'),('vwbqb665ot51ud7bltyhrehhl58o6n3t','OWI0MTRlYzVkZGVhODNmODg5ZWJhN2ZkYzZlOTFlNjU3MTRjMzViOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXeEk3cU5tZjI3T2t2dnpsWGQ4ekZ3eDEwMG9TeXplRDlINTlqMjM5THpZMkRzcjRaclVUaFFaaUZ2MjUzSjVnTFctYUZpMERpRlJQMER1MnV1VDhBQmtJOXU2OWMwRDk3cmk1XzFtU1NtWkowNzZmVmI2TU1OWjBvOF8yaFlCS0Q4cGdKNkxyRTBPdDUyWEwwdnNsbGtFSExOZk9ySlB3IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwOToyMTowNy4yNzIxODYifX0=','2020-02-25 08:21:08.275634'),('vy21ozr225nr1x85uqokcpb80bazodbd','MDZkOWM2MjgxMTIxMjg2MmI0N2VjMzc2ODcxYTkxZTFlM2E3NzBhNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI1dXM1eG05cnhHLUI1U3VnWDR5UXRYalpGYllBa2VhZlJieDh0RHlFLTBXNU9NNERCNUpUWEZaWlljWHJoMVNPcE9wWWYyLWRwRVQ3VnAwYV8zcUF2eWdERFVBLU5zS29HTEFWLWNHc24tVGdEd0FtRmZ0azA3Tjc5aWZybnciLCJleHBpcnkiOiIyMDIwLTAyLTAzIDExOjUwOjMzLjA2Mjk5MyJ9fQ==','2020-02-17 10:50:34.066331'),('vyolexe10rglf92262rzgx80obkto2fx','N2U0MmNmZDllZjg1NTA1ZWY3MDAxOGU5ZmFmNDQ3MDBlZGE1MWQ2OTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI3ZnBNS2U5RmROVzZCUTBzZmJPYkxPOWN4eG95R1JiWGMwb1p5ZXhQNUlRempqMzF2QnNLR055T2VNODZlSDN4TDBMeHdjNUVBX045cUdnVHlaMHBxQnhmWUp5cnRJMktvOV82U0UzcDZVcEFBaXkyTkNVcWdYdnFBTFFfYW44IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNzo1NjoxOS44NjgwNTQifX0=','2020-02-26 06:56:20.871557'),('vzjcwez03eqgi27611xg746nf99quaj0','Njc3MWQzN2UzZTJkNDZiYTdkYjNiZDc3ZTJlZDc0YzM5NGExYzU1OTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI2VjJ2cmJpUE4yc2ZSTU83cWpISmNISXc0ZmJFb3ZUSWhtZEhsSzlhOTVmZG9ZYms0dEhfUUdXRmVDUl8wZ2ZyT2lkVW1DSEVNQk1ERFUzZnNBck5UMzZSaS1MOHVCeXdhdnZfenZ0LTFQcUhscmFveWYzc0ZWajNjeDdVOUJ6IiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNzo1MzowOS4wMzIxMjQifX0=','2020-02-26 06:53:10.035794'),('w1mebw0yq49j628knguu3s87tm9te5hx','MjU3MDA2NTBjNWIyOTE4NDFjNTJjMzJhMjdmNzQ3YWY0NDNhNDlhZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJfUmR2bHlxalZZZE1nUV9wUXpocUdhY3RrTU9aeVFDS21GOEMwWkRMUXU1QlVoemR3cWVjYmlNUHFHMEJGYUZlVlFTVDVpTjV2OWkxMWJtakhkZ25qa2g2bVBoMlREcDllY25yVi1LWFlidXBZa2NSejVsV3RFdkktaWFrejgiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjA1OjQ1LjExMzMyMyJ9fQ==','2020-02-06 12:05:46.116865'),('w25hjkhq2n5ta973gtqwyte07hsxdw5f','YjI4ZDYyMjJmZGUxMjNlOTgxNzljOGE4MTQ2YzcwYTBmNTNjNWMyMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI2R0o3aUZGekh2S2JwTHdKdS1fdHRYM1I3S2xiaHNCRll1WTRwQkd3Z05xZDBWZnN0MXNsVlBUN3N2bktoWUJpWDBOb0V3S1A0M3NNY3dqeWpvOUVWVnRIR19uejRiRXBkSzJzOS00OGhHdTNNZFV2dHhTTlU1aG5yZHBQRWsiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjIzOjIwLjY2MzQxNyJ9fQ==','2020-02-06 11:23:21.666886'),('w2hyremah2xw98dyuu25pohba1h86i48','YzY2MDY1YmEzMTEzNWU1YzVmYmVhNGZjMGQ2NjE0YTA4NTNmYjIyOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIwTWJqdVo3SHZ3dVVucVVxTHYzN1ZudlFoRzMwTzk5N2czeGdFRldocTEyX2NpWHN5SUZIRU5LUHRSMWVNNXZrNXM2YTU5eXRaNDRMTks5Z2F6UU5SRWRfQlRpS0ZXbGRvR3ZhbDFVd05EWVBsVkE2UjJ5V283SlNzM0pKbFF0IiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODowNDoyOC45MTcwMDQifX0=','2020-02-23 07:04:29.920310'),('w2lsxsr4bv6ft70fbmq5ib0fmnejxm1z','ODczOWYxMzk1YzM1N2MwOWM0ODgwZjI3YmJiZDczYjlmNzNkNGM1NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIwMWh6UEZXanF3OGtxSXpIZDRlQTRoQVE1R282VmNzc2Q5V21mSENvVWFaRUxUdWJseE5jbUhET3RfVVRpTUdfc0xEbVI4YTQ0OW0ydW11RHdxYUtiUWZDZ3FWMlJmMnlHbk1ZVmRnVXV2bEJHTFRsTUItNHc4US1NOFN5NE9iIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNzo1NToxNC4zNTExNTQifX0=','2020-02-26 06:55:15.353194'),('w2phs2hkh5oav2mmjbbhaocxsm13ookj','NmY3Yjk2OGRmODk2YmUzYmY1NDk0ZjFkMTliZDhlYzZlYzYzMmI1Yjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIyRjZ4RlVDWTh3YWpBNzV2WDdIdzlCcDEzZXRmZm1sQWhMYjRfMXBCX1YxNXJadUJTWmVRLTM5N1BudURwSUo3S3R5b0lRdWRWWEhFM1h6cTE0SjY1a0p6M1JoeE9HY0o0QnE5UzFuR2gteEFNTjFfR0dEVGNfYlhRSzdRdGciLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjEwOjIwLjg2MjMyMiJ9fQ==','2020-02-17 12:10:21.865866'),('w4ee40w2sokhrsxqq31gaqxccaimhir2','MzI0NDY4MDU0NzBhOGVlODAwNTdlYThkZGUxZGFkZTFmYjQ5MGJlMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIzd3NCZi1aaGZnV0hHY21teXJYMjBZT2R4OE1iNjFoSXJnZDlCZzRzSVg2QmJYSnZ5NjltLWtGekxjcU1kendvc01acTRCZmhLalpHT1J1LWlhdmk5QWQ4R3RfZjMzeGNGTXBxRHlVWV8tT0V5bDFGQWxvb0EzVHRhU201SUEiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjIwOjEwLjEwMjIzNyJ9fQ==','2020-02-17 12:20:11.105650'),('w4k8l2xvqszujr0p65w60sqc78n6ftro','MmI5YTZiNzFmNzliZGM5ZmJkMmI2NDRjNzhkMjZkNmIzYzFiZmQyZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ4cVphd0w4ZzhtQ3RSaU1jRi1fREZOVy1GdU9pTVFCNEJRaWFIb1NKQkNOM1hySG93WFp0UkNKVE1NaWJTc01vZDlqekhfRmliUjJkRDNqcFN3ZnZ4LWRnQkdldTRUMHRQREJkY1ZsckJKTWY3YlZqWnVYa3lPRVNOR0NsZDgiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjIzOjI4LjkyMjU0MSJ9fQ==','2020-02-06 11:23:29.925936'),('w4we2w9w0b301rh5zn88irzllqxz2qa0','NGRjZTZiZWFmNmZmM2VmNzVlYjFmNWI4NDYyNjRiY2FiYTNiMzBmMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkItU2ljTl9JX2ZVZVhEODI0dG5ULWpXd0Mycy1ZeWR3cGZ5WlFLNWF5a0FseXN5WTgwQjRhTmhCZ3loNWZQeFVqT0w3WDdtTmhseEM0TW9RY3gyWjZTbVNwSmxTbnNsZERNenhpZklFYlBoSG84cnNONlVvMEVBQjV5UUowYkEiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjMwOjEwLjU2MDY2NCJ9fQ==','2020-02-06 11:30:11.564033'),('w5289jrq2097iailm7yb6lef5wtd4z04','ZWQ3Mjg0N2E3OTAwYmE0ODQ4ODJjMGY0ZDNmYjQ3NTE1MmU5MDZmOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0ItNnp5dm4yUFhKMVJiQXljZk1MeDl1U18zR0hsbHh3MmszcWpBNE1Ob2FxRlJ3QkZtTmtmRVFBUW9rc3RNM3dOQ2VQbEdjZTZaeXVsZGRvTGc2RnQ0MXFOOVJiY1hhMkdxRmRGQThTVURRaG1qN3MyaVdlZzNTZmZ1YXZYdmciLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjUwOjA0LjE0ODcxNyJ9fQ==','2020-02-06 11:50:05.152116'),('w59ex7w6cfy7oz6nmn8iaii47es9yd7l','MThjYWVkZGU2YmZkMjk2MzZkNGFjMWRiMjA4YjNlZmI4NDEzMzNjMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJfQU52T2ZpQ01fRV9KLXFXN0NMeTJreGNGc2k5WHJPRm55S2NjaGN3OUxDRVF5Vl94d0p4d3VtZTNrZGU1cC1OaDMzZWpteE5qZnNuWkxoMTFJVjJVRWFfMXhuUFMzOTB1ZlN5VW5Pb0dicHRPZ1lvNXI1YXlhOWhsbE1wd3MiLCJleHBpcnkiOiIyMDIwLTAyLTAyIDA0OjU5OjExLjI1NjA1NyJ9fQ==','2020-02-16 03:59:12.259390'),('w6eb5njommu110njqwaibz4f7mm0r0hx','Y2JhZDZiZWU1MWQyMDk1YWE2MTIzYzNkMTMzOTU3MGY0MDI3MTExYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I2ZmZkNkk2NzlHVUJVcXZIWFA5Q3IwYjFlRWdhWmw1cE54bEMzM2U1cDAtdzB5TC1iSVJXOFpReVZBeXFsRGZJekhEUkVjMF8yQXFSdmtGNkpxVnRwalJGQlotckxYMWZOLVhTZUo4T2RrdVF0V2o2WEVUUE9RUm9oX0hMX0kiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjIwOjI3LjcwNjU0MCJ9fQ==','2020-02-10 08:20:28.710169'),('w6j03s87lt2wgjlbeizcn6pny9vk3y2g','MDU0ZTBhZjRkOTdiOTc3NWZjNTA5NTNlNjg1ZTAzZTE3MDY1ODU3NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIxQ3ZJSHNVaU5HSFdWY2NzTGI5MlpmTnhYTHBRREk5bGNJZFZhOXJwZXRzUS1mXzlxRFVXajhZckZ3akRHMHhpUzdibVRZdXRIQXJtU2pRMS1tS3NBUlcxeXdmLUF2OUtTd1lQdHNMTUVRb0dYTEVwSUwzNHNJY2dmN2dKRFkiLCJleHBpcnkiOiIyMDIwLTAxLTIwIDA3OjE3OjUwLjY1NTc0NyJ9fQ==','2020-02-03 06:17:51.656940'),('w6t14jf04z7iuwwhy52bgceeqfyj3o7b','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-10-11 07:38:36.762437'),('w6tkc7x1dmd3a8ci6ca22kyc2wuumh8t','ZmVlYTZmZTlhNmJiZmViM2Q0MTJiOTY1NDIxN2JkYTI3M2U1ZTJlYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXbU1wME5sZDBYMmdoQkZ5d0NERENmcEpKMG5RQ2VEMk43UEFGb0dMLVNPTkJ4RGZZNnpnT2ZjNUhVWVNqNmZKM0l4Qk1GZWVYQjViYlpMTnhLTlU5QXYxQlFoSDFLN0FSc2txdVNjOHpBZURDOU1sRldVdDZJdndrekpoeGhTc0l5NVdHQm1pSXFGRi1Bd1NLVDhkWEJVaHg5MU40N2RBIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwNjo0MzowOS43MDA0NzQifX0=','2020-02-27 05:43:10.703805'),('w6y1akpepr8tfr5a1wb582nle3z86fsr','ZDU3YjY2NGI5YWYyNDMwYWExYWQwNDdhMzczNmQ4MDIxMTE1ODY3Yzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IxMWVjcGNURWlXQkdTU3gxeUFDSHowb2VSZ0F0UzBlN3ptbVg5a1I2Vm5zSHlqV09aQkRaejVOcXFfUmREMU9FT09xTGhEZ2draGE2ME1Bblp4OUoxVGlBNTY1b2FTdGloUTBudUhaNXRJM1A2MDF4aHVnYzd2LTFBZ1YydzgiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjIwOjQyLjY1MDM0NyJ9fQ==','2020-02-10 08:20:43.653739'),('w79bnb3k768k07v0amu2d88femir1jb6','ZDg3MzI3OWViZTdjNzgyMDU3YmQwNTAwZTc5ODFlOWM1ZTU3Y2FmODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIxZ1RkWkRCc1hNT2VzVEhfSGhRVVZrVGtZVkNqczZQUk9DXzlIR2lYYW9TQTk0UDdJS0xjQmplUEY0UHU3Z3E1QmlsbFBBOEVtdU1zQUVUSXFBc3NNZUhnZ1R0SjAyeVAtSUlYQml4S1RiNS1iN2JKV3JGUS0wZ3VkOXlBcjAiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjIwOjQ1LjI5NTIwMiJ9fQ==','2020-02-17 12:20:46.298808'),('w8a0t6vurtul9opd421d6oh7qj8hzl26','MDg1NmU4Nzg5NWNkNTNlZWNhNmRiZTcwZDJmOTc4NTVkODcwMDlkZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ4cEpwRGVLRzlzTUI3cDU5NC16REo4YzJQRVExUmdEcmdLdHBrRElhVUVTNTRSd0NnZlZoNUgyQU5LNnNVdkFGQ3QxS2lXWUF0Q2ZMN2dsQkxwbjdiaUg0Rjd1dkZCSW11bVkyRkhmMXZ2UHFGY3VxWWZkeHE3UlRvb2x3SWVVIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNTozOToxMC40NjI0NTMifX0=','2020-02-26 04:39:11.466798'),('w8dfr9p9690b63pjuoekz1yipmvll32g','YzE4NDU2MmQ5ODY5NzQ0NTQzYWFmNDBmNmM5NzY2YjFiNzFhMzM2OTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI0VFZYQUFBQkplUkJCZnZkNVB0Q3pscHVXaFFObEZydnJpUGs1VUp1cVI5dUt0UGtkWDcwVGNneTRWVEl2d2JjUjhOTkxkMDAzdlQtWlV2MXZwN25BeVZuakNuZER4N3F1SElfUTczSWJxd29FRGJ1anBCN3JMd0tkWTJZWG1IIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODowOTo0Ni44MTUyMDkifX0=','2020-02-23 07:09:47.818819'),('waj580vbsr8597rz7mcpsnmbcdqz4ek2','MGQ4NzZlZWEyMTkwZjYyODYyYTRmZGI5NWRiOWMxZDc1Y2IwODNlOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIyUXpReDJFTmlLaGlPOG9na2N2d1VQRUZzdzhja3h4emg5VHNMT3lXczY1QzhhSWNmNmVnOU5GLXJNUjgxZkhMX0M0VjBhVzVXX19SRFVkNV9QRFVKZHlDcWJNYVlUckNQUW9RSXJITVVWaDVzRmtPMFhTaGJNOF9CYkM5T3ciLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjIwOjAwLjkwMzE3NiJ9fQ==','2020-02-06 12:20:01.906677'),('wax8ne8flg5we8ncakzih3zeh0xjinz0','ZDY3ZThlMmQ3ODAxNThiMWIyOGEwMWQ3MjI5MDI0ZDM4N2JhNjI0Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXSUtLRTRVd2FDNm05QVBoTUpFMW9WU0pHT0l0SkV0dm1US05maE1kNUV2QzNvWERQNHFYS2x4dEIxRVFQeURvZzltb2FaZC1DTjVFTy1CRTlmRFJpNGUwOXZ0bGNaemhiNHRRMkFiOGY1bkxFNVZJd25VUllMRGdwbUFmbVVyWGFLUklETWdBM3ItYS1aaGZWT0xaTzdycHJ4aDZtOVl3IiwiZXhwaXJ5IjoiMjAyMC0wMy0wMiAwODo0Njo0NS41MDk1ODYifX0=','2020-03-16 07:46:46.513515'),('wc1no61ktaqw5mb5679w6urdkb9qcsji','ZWQ5MGZhNDhkZDkwM2JkYzhhZWVhNzM2ZTIyNWRjMjUyMWRjNzhhNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ4WHhSTDFFVHFmbm9ZdXZVcW5UNjY1eGV4MmhCaWh1UXE1eVZhREhONVJPeV9YdE5vWWNDYTEtYndEWEF5cGRZVGF0bkItRi1vQU1aUVROUDZEM0pVTmtMNkZJc2V1U1doRnZfTm5tcS1pT3IyS1ZlOUYyVU8yTERPTEZpckJtIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwOToyMjowNy45MzMwNzQifX0=','2020-02-25 08:22:08.937211'),('wc7w4cv9gfbqt615pnt1ghismtfq3pcc','ODQ1M2Q2NmE4NjVkYzU1MzkzMzg1ZmFkYTExZGE1YjdmOTM4MDZlYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ4bTJoTW1TVzZ5ekdlemtyaDV0eW5oYnA0REpEaWtZdEtBMmx1LWhZaHlVU0pGMUFfVG5tdlEtejhic1ZUZ1hCSzZla3FSek82bExUZ1VxZldjc19nbHNOT2FTcUdlQzBGZFM1UGllQldaMm43Rm9vSWZGTUJ1M0tGQTZweUEiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjIwOjMxLjU0MzczMCJ9fQ==','2020-02-17 11:20:32.547233'),('wcy8uc86o0uael704gnv926p7aqho4bj','NzMyNmY5ZmVhZjYxYjRjYThlM2MzMTYxZjg0MjkzZWY4ZjVmNGMxOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1IQUI1X0VCbkw5dUtnbjB0QzZncVFZVHNEa0c0QTQzRmtjY3RwQ1pYNExQVmtWX2JqY2JqY3JlR0oxMGJ1VzZWMVVScC14cW92UnlZcGlUR1RsSnQ2Slh1d2dHM2JhU01fcHFQTEpmaDQ1Z0llcWZNYWdsRlpYNFptbF9Od2w0aXd5IiwiZXhwaXJ5IjoiMjAyMC0wMy0wMiAwODo0NzowMy42Njc4MTYifX0=','2020-03-16 07:47:04.671712'),('wd7ffnrys07okr21mfo45hejn3re2u5k','YTRhZWJjMDU1NGYyZTExNDA1MDAzZTY0N2I2MjY4ZTQ2MzUzOTkxMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIxZl9XX2hoTHFkSEx6SEV3c29YZm0tY0Q0TEtXNXctOVptRWpQWXByN09kY3E2X3NMQXdKVldXdkZsV0c1ZEQ0MmlVcFB6X3ZwamN1WlVUMTF6NGZFNHRSSWZJNFctNlZVSldRNlFTWkhOLW1KTEVyUHBzWUJpbXhsTWtoYmMiLCJleHBpcnkiOiIyMDIwLTAxLTA3IDA2OjUxOjEzLjY4MzQ1OCJ9fQ==','2020-01-21 05:51:13.686919'),('weqmi0b9ew4m95xdfwugkzrv4u35j4ry','OGMxYmZhZDYyNWIxMjczM2I2NDQxZWEzYmY1MjJmOTJkMGEwYWJlOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXWUc5T3VMSnZWT2FlZV9wVVk3OUI0N0lGUVd4dkZJV2l5UzhiT1YwZ0g2M0VRdjdlb2ZmQmZManhHaDhjT3AyLVhGX19fTTRBa1V4NmN2Q2lnQTM3bFNMM1JDdHB5UnhFUWNsR1VGNGRRV240QW5GdV8xZzFUTTRNbGJ3eUtxcG5oaS1tcDd6STA4VmwzWUxTbzFqeHlqSzI1NUtTZUd3IiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxNDozOTowMS42NTAyMjUifX0=','2020-03-29 07:39:02.651385'),('wfixubwgfmi5ml12vmktcaqtu9tii5z6','ZjhiZmE3MDhlNDk5ZTI4NjExNTQ5ODgwOWIwNWM1MjkzNTVlMzk3ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI1c3prZmRsMlpLUjZqcmdiOWZNUTJOd2xudzhJYTVya0tSSkcxZ05WNWhfckJOZVdJNVdjeEY4OWF5R1pZbURveEhOMzY4WFhIUWFqSkVjamdEVk5oLTE2Ni1zaHNEZWtPYXZlckl0TmtiVFhSWlZ3X2FMYXVCOUl5c3RoQjgiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjIwOjM5LjEzNjU3OCJ9fQ==','2020-02-17 12:20:40.139875'),('wgb3yxilyq620rio32jvvcd98uz3wz2a','M2MzMmIzMDU0YzY3ZjUzMzdmYzNmYTdkZjQ5YzYzOTM3NjFiOGQ1Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J3Q0VXT0lSbVYtdGt1d3NfWkRGLUV4Y3NjbWhiMnMyWEN3bWZGZlJmU0ZaMXZhRjdndjlpVE9mLWs1WGx6WEJKYm5LYlV1U1A4dmJVUXZGQXZCeW1EdThsdkhUdHZNak5YdXRueC1HX0FxTnZNZ0RkNVR3RUgwTUhkWjg0aTgiLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjE3OjE5LjU5NjI4MSJ9fQ==','2020-02-09 06:17:20.601439'),('wghg8cg9yhny2i9ctoblgtfwryd9c0lz','MTk1Y2NiNDc0YTBjZTk5OWI1ODkwOTU3YTA3ZGE3MzVjMDFiNjgzNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI2ZUtuZDB1RjQybld3dFg2UVlwOFBaNy1tS1huNkJDRHVxOUxodlU1QzlleVI4SG5UM1RhMWZkTUVIbm5sQm51QTlhYUstZUd0ME90YVRsWVJHOURlSGVkalNoMDRvSmtSZlRLNENzdS1xYi1uWExNblZSOU9pOFFKN3ZtdmsiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjMwOjE0LjgzOTg2NCJ9fQ==','2020-02-17 11:30:15.843507'),('wh37oubljygp1wmrdm0aak5b5c595obb','ZGZkMjQ2NDg5YmQzYTc4MjY5OWUzOWRiZWFkYjUzMjQ0OTM4M2Y5Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZTRsdkMzNHdpR2xLeURyWmlfdWtjaXp1UEF3em5yNURXU2xZQVU2VHBXUVZNMzhNd1kyQmxXNmw1NEZ0LWt4V0xpTkFZWEt2UUlXMlN5Um80N2M2Z3lhbUhrT1lUZTVzN2JfWEpuWXpiY0hhZ3Q5NDE0ZXVQNGhmd3czbU91Z0RRRGdZUWJNV0s1WVRqQ2EtZWxMSVhVaWlXWFVxSUhNN2dzZm9nIiwiZXhwaXJ5IjoiMjAyMC0wNS0wNCAxMzo0Mjo0MS4yOTUwNzYifX0=','2020-05-18 06:42:42.298315'),('wijbo4jyr7ctx9uctz0zici0485ru03u','ZDNlOTViNzBlZmNmMzFiZmI3ZTc1OGJlOWNiNDFlMjNiMmI4NTFjODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZTRsdkMzd09sak1ZZEl2TUYtU3JFN2ZqdTM5Yzd4cHA3eTJ3eGNkaGhTbEpLZDEzYXBHelRDd2t5N3dPRXRkcVpYMkFPWTlpa3ZVcDZoSXRHLU1lRDJVY0IwTnNFc1NUWmF5X3lKTU5FWUlXWmZZcnpmSkJxa1pmUEswVFdjQmI2NGx4eGVNM19jZTVFdTQ5UUdhNURqNzZmeUxDalFTclFjNElBIiwiZXhwaXJ5IjoiMjAyMC0wNS0wNCAxMzo0MTo0My4yNjYxNDcifX0=','2020-05-18 06:41:44.267373'),('wiw908h6daq2m9pwh8i7u80kwfpnhh6j','OGM3OTAxYTMxZGUzNTVhYzVmZjU2YjhhNTQzYmQ1MDFlYTU3MGEzMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVWWEZtLWxXYlFPN0xFanZ1aWZpT1lDU0FWWTJNVW1hVTJxV2FUZjQyQXpVc0JxVzV0LVMzMmVYV0dhc1Q0RWNWTGVjTUJjUFdody1rZVNfUFBNb0JpcXUtUmJoNlVBUUdMVzNWellMZ1VnSzVqVG9RTFc3OUlEZHp0RkxoVnJaWEV6THJCb0xpTUZLLW55WmlqU2ZaN3NVNnNLMUtMYzlnIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxNDowOToyMi45MjM5MTkifX0=','2020-03-29 07:09:23.927759'),('wixu07qc27vl6qt9r3oy2np55l6hrs6h','ZWM1OWQ0ZThjNzYwN2Y2MGQ1OThhY2I4YzcyMjRiNGI0NGJmMTQ0ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYQmNYeGVlM0E0R3JKV3IzUEQ5all2UjQ0bWtwYk5Hd3o0aXhrQ2ptUzg1RGpVdFFFVmx4VVg2N3c0c0RSVGpnOE9mZGQ2TmI4ckg2R0hMa3JrSVh3bnR1WVJrSFJwYmVZN3hFeTVJREtzNF9YM1YyaEdwdGxDYTRVRE44aElPeG83OEFMTW84YU92dGZPc2RTNGtSTlRYMGlseFFLT2pRIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzo1MTowMi43OTM3MDkifX0=','2020-02-23 06:51:03.797252'),('wk0q7imjbacmqa1e0u2amz2xmo75pu34','NDBhNzM0ZWZlMmRlNGE4YTEwZWM3YzEzMTc3MDQ2NzI3YWU5MDM5NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYNEdTSFVqZFpZbzd5c0w1ZFlRakFlenMzUkpqZ01DZFhlOFExWGZiY0lYYlhOMm1DMjlsTjFXaTU0OHdwQ0VWa2ZnYk5kME0tVEc4YS1wQ0RqTWp4Tnd0anY1WjlrSVJvQl9GVmc1bm81cHJqR3F1MGFXNWdILUFuQXZHUEdOSVU0X3oyRTFGMTFicFdfVUJacW5FVUdILVZBejEwNlNBIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNTozOTo0NC41OTE5MTMifX0=','2020-02-26 04:39:45.593153'),('wk8niuxdh0i1i5rwzgvlpe3lflx9zg6a','MWQ1NzM0ODAxYjVmZjI2YWJhZDM4NjU2MGVmMjU1NzRlMzNkZjhmZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJfeUs1OXJoQzh3R1AwR1otNnZISVZZRmM2c0U0YXlmMlJQa1pDSGk5NFFqclN2Mzl0U1dOSW9Xc3lBbEM3VXExTGN3OUZHV3BNemJOUXhOYzQ3SUFYQmlyc2wyTExhdzBwMEtLcHJyV3hRMnd6bk5EaVJEbkZZc0tWc3Atd28iLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjIwOjMxLjY5NzM1NCJ9fQ==','2020-02-06 12:20:32.700927'),('wluud7fke6k18vpicgizb3hp3fkc523w','ZDJhM2YxZjdmMjY0ZmE2NzY0NmY5MDcwNDI3ODkwZjQ3Njc4MWEzMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ3LXBxRGw5V25XV3o4Tmlwa1gzdW1PZDN4UFdrOGJPNTVVQkhIUlR6eWxGQWNlZFNOWV9tVXRyR1N4YURfbERlaGNwaTN6ZnBQVW5HRW40VnhhSDE0eXJMZFo0Z0FnemRUSUZGTlJkbXJlSnd6R0lYOFRZNi1vajdDTjZsUU9GIiwiZXhwaXJ5IjoiMjAyMC0wMi0yMCAxMTo1NToyNi4wMjU4MDMifX0=','2020-03-05 10:55:27.030064'),('wm8sipffzokey3oul8hpo1i7mhb2gsk9','YmY5Y2VkOTk4N2MzZmYzZDVmNDVlNzk0OWM2Njg5OWIyOWFlZmYwODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ5azlLSnpMdjVBYU10TWlpMnJwOHlHakdIMUQydmtfTGF0UDNaaFpKR1JHNEhmXzdQNHpnYzZlTTlGUlkyZGZlSFRGOWdnbXAtT3lyYzRVQkFzd1lTMTl1SWVVZV9tY2daVjhCTHE4ZlNJWS1INlNJMGEwNFhmMHVVNU1zd1EiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjIwOjQ4LjA4OTQ0NCJ9fQ==','2020-02-17 12:20:49.092896'),('wmdoak0o0xa55weyfmk2hmu59o7dfh29','MGE4M2UzYzAzOGExN2IyODA4NjlmMjViNDg4OGU0YzNiOWY3MDdkYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI3WHBKaFNndjhSOXRGSF9uU1JIZmNVc09EYTdTS0owQW5HRE91bWVrYURCMWRDVnNUbmNFb2hxRGVjY0J0SGVXajdURFptdTNBOHdyVmZvSmYyZGpYN2lQdHdOOGNZa3R2eHhPOF9pc1VTbGlRS1JySG5VVlJYcDdBZkJYVjQiLCJleHBpcnkiOiIyMDIwLTAxLTE2IDA3OjA4OjI2LjY5NTQ5NiJ9fQ==','2020-01-30 06:08:27.699265'),('wq9uu8ha8zbekollbz9hb769x42pu2zm','NmE5ZTQyZmQ3NjVlYTkzNjMxNzg2NTI2YjVjYzFjMDZhOTQwMDUyODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ3RE5VdWdBZ3BEVjVKV0Rvenp5SFdveE9ka0VqUGp5ck9kVGNjMVdwaHNhbWE2Z2NDVjVjeHBVUkdCaWpycU52Nk93ZkJPOUJlVlJTbzBacTgyQV9RR0hVQmVIWHlnTldvOHk5RzF6VkxwVzFSMGdoVnZiQ0VVNmJ0UHdOUWpDIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwNjo0MzoyMS41NTMzMDAifX0=','2020-02-27 05:43:22.556704'),('wrjc2ckbi83rt6zzlk7k1gh5lca7k58a','YWQ1NzEzNjQ5Y2EzZGJkNjczYTdiZTgwMGFmYTE1NTlmMTAyZmZhZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0JfanpGMm94eVJzeHVfZ0tXeEgxb3pqRVZUcmtLVFR2Z0l4N29DZ1FIdUlQYnhwcXM0TGlObmJYOG5VbjRSUk9FRGFFcVNMengyWlJ0WjJ1eDlibV8zZzl2SDJQMjhHa0RqVjNiek1PVmhDMExqYlZxdktoQ0liR2FRSUFFb28iLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjAwOjQ3LjU3OTIyMyJ9fQ==','2020-02-13 08:00:48.582722'),('wrra3hdl6i0yvxge8cl7dkdgxuait6ar','ZmUwNzRhYWE0OWRiZjE3MzU2OTM1ZTMxOWIwZGYzMDYzMDZlN2VjYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI4c0xMbG94MjVrRFBVSHhaX201S3hfSlQtdVB3WVFtWHZXMHlDdmZPN1o2U2ZoNXRPUTQ4aEV2Yk0zTkl5cnlCeTV2MVRSSkRKdEc5Q2xZeDNkcE1Dc19McEJFaG56bkFsSklYSWYySWxyZnVKcGFyR0Jza2JXeGRuWTBUdFEiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDExOjU3OjMyLjEwNjM1NCJ9fQ==','2020-02-06 10:57:33.109902'),('wsuice4yv5odsb2hwpsj9do7npt6tub9','YjczYmExZTAyMTQ0NmUyYTYwZTY5MThlZTcxZDk4OWU1YTVjOTliNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ3Tml4MEs2bHpwc3I0WnRPLTRUWFUxLXV2elo3NzRvNXIwMkp3Zm1tWmZhcG9sLWg3aFFORDZFV1AtQ1lMZ1JlcGZBemh3U3FWTDJ6RS1MdEJRLWlHTkNyck5MWTFyV3NFZ19oMV82eHNUTHZCdFdnX2hXR2tGLUJhNVAwSWciLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjMwOjIzLjc2MDQ1NiJ9fQ==','2020-02-17 12:30:24.764051'),('wterf4dvfek3hl8d6mj165qupljycs91','MGFlNDU2ZGQ5YjdiMzk5ZDcxNDI2MzA0ODQyYjM1ODljNGRkODlmYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI5WTR4X0h5OGE1c2Q0TksyekhWR0JkcGx0NldpY3dqdVhRT0tnQjVEaENDcXVXSWRzNUNESXBsbWlUSTh3VlFZZmgwNlF2dGRMX1FfRTJYS0k2dWItTzl2eDV2c04yX0hwVDVPak5LazBOalNIRWJtQlhXOHNQYU5xNjBsU28iLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA4OjE2OjEzLjAwOTY1OCJ9fQ==','2020-02-20 07:16:14.013212'),('wtw0q7cuncezxhkxep2wxml8vlgbkzlb','NzhlZjc2ZmMxNjEwNjlkYjllZjA3MWEzYjI0ZGUwMjNmZTIwNGRjYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIzb2w1V1p6dTVwU0JEZXNUczVMeFFQM1NqWjMxZmFtakhkMlR3RnZTYjc3Tk9pc0JEZEwwaVd5azNVdDVLbnFEZ3RVc2dqOGNONU9uQWJLY1AyenFTRFRzeXZNYlByMVJmSnM4VnppNl9yeF9DVG11dTdoS2xIVFlyR1paQkUiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA3OjUwOjA5LjAzNDkyNSJ9fQ==','2020-01-23 06:50:09.038282'),('wu6av2ha9l818wcsa1ejid8mfze74h9f','YTllZDg2OTFlZmI1YWE2MjM0ZTgyMjQ2MzZkYjM5YTI1OTMzZmUzOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI1Z1lIYkJSY1ZQTnU5Z01Ud1l4REV0UXNsSlBPc3h0R2E5cmQza3pSb2FyRUJUcmUxTGtaMzRoaWdVZ0RZOXRJTVVoVG9iZkZfWjl3S083OUE0VXJxRTU4SHV1VXZFanJxWV9jb09fcGlFNFFCeDhqV1FNTVJlNmcyWjVjcWMiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjIwOjA1LjU3MjYxOSJ9fQ==','2020-02-06 12:20:06.576008'),('wuru2243yhejoh06bpdfwrlcrodt5m9d','YmE1ZWJlN2QxNGFiOTYxY2RmYjVkYWJjNjc3ZDQ1YTcxZGExZjFjMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I3WkV4YUlnYWlGOVFJaWkwOVB3R1lhTGRwdDNJWW80YXZwVWJqc3ZKQWFLb0tMMEUzbE95S1FaTE1tTk5xVGZ1WWIwRmxMNFZCQ2pKaG0yY1FMWXJvLXBXQmVyYmdQbDlhU3RxSVFsY2M5LVhCUVVtMUhHUTB4dHJ5SDR2ZjQiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjQwOjMwLjgwODQ3NyJ9fQ==','2020-02-10 07:40:31.812001'),('wvxpaocqrruqkumvvv25xl5mlmd3yzv9','ZDNlNmMwM2IwN2U3NDBmN2M1MmNmODhmNmFlOTQzMTJjYjhiM2RlNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI0bUdkNVluaG44Vy1qR2VzODFrSXlSR1JVNXd1Z2J4Z3IxWnZObUFocVBYYmZCOVJjSkh5TUtBWDkzczBCSUdjbmFteTVnT01KY2lBdE5EbE90bEhkbFVQSUVLZWJHSlFNYk1tQ194X2RDY1Y4bXRwdlRJY3hvQ1hvaF84c1JfIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODozNDowOC4wMTQzODUifX0=','2020-02-27 07:34:09.015631'),('wwewm4q0af1aigt4s8kb6u1kl52sq876','NTlkYzhiZDQ0ZjVjODM5MDBhYmQyYTkzZGE1ZDBlYTM0NjQ1NGU2Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVVcEpzdFZvQlRCU0k0eWZEbWtwcjRoTENaZ3VYR2E5WWNaV0NfVUpmVE9TLUhxdjhKaUNldTUxZ2F4dGtLNDJ3aGxEMnZMZVBWNDVmS2VQRGh1ZXNaXzh3bVNXSEowZGZFU29kZ3NLcmxpbTdLdlRLcUlyTlFBUExqMWJNeXNlTjdFWFZXOVFJUHNXdnhPVFFWQ1A1dTdLR2NxMmV1MUV3IiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMzo1MDowMy44NDU0MjMifX0=','2020-03-29 06:50:04.848882'),('wwoy9zrbzrim4sk8idegs0j8r6nnfj05','ZmMxMTc0OWU0MDc2MDY0ZmI4YWU5OTAxODQ3MzM3M2UxNzk1MjA4Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIzZmYwTC1KVWpOUHMyYm1hUFF0NG9tdlEzX0MzX1E0WjRVN1BGbERkTTh6V3QwN21LN29HRFJFWm43a1ZWcF9vSFBuNUswUHQ5ejJybnlOeFFHWkpZZ1BUYS1sYzU4VTZfbjJnMk5uc1RpUWxvaHgxWWV5SF9lS2t3SUEyemRUIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwODoxMjo0Ny41MjkxNTcifX0=','2020-02-25 07:12:48.532548'),('wwsjrle1jfpp1wol20g6ljo1ru9ulshs','MmVlOTM2ODRmMjFjYmQ0ZjUxMTQ4NjI1YTFiNGJhODNjYTk2MzhiODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI0bVVpNkxyeDhqQWZmZXl3QWdTVDdNTkxhS3dCcGFZRExsV3lJc29PR1E4WTVvS3Z1VEJGOGFqNFFhV2VMcE1BenpwTEVrcFNCUHd2dEdQa2o3aUFodUJWaVptMkY3c0V0Ui1aTG9HZHRjOGJveVRhU2xVYmNUOXVVNTRKQkUiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjMwOjM2LjkzODE1NiJ9fQ==','2020-02-17 11:30:37.940518'),('wx4x6j3s47q0tund9xjpsp4mzxyxxjli','YzZjMDI4MTdiZTg4NWM5NWYwYjA3N2E5YjdmYWU3MmZhNzlhOWUzMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUJ5Tmk3NjRDRFRzYzEySWVrQWlzbjVJakpjbEd0UzRoNmZBQkJhWUcxT25pSWoydEo2QnZQUGFMUkxtQ080Tm45b1BBNEE3cWwxUThFUzRnN3Fad3JkNzkxeXJLd0w2SHMzZkhYV0VvTVl6V2VUQWJDLWdjcmZXZkNwSEF5Q0kiLCJleHBpcnkiOiIyMDIwLTAxLTEzIDExOjU4OjM0LjMzNzEwNCJ9fQ==','2020-01-27 10:58:34.340612'),('wxxv0mc68is1ikr3exf75p5f1mk2eoxx','OGNiMGRiNzIyYTI3YWJjNjZiY2QwYmYxYzUzOTI3NWYyOGM4OWM0YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIxYmFLMlh6NUwzQ2RHWGRxYzh1dExIU0RTeDFwWkVTcU5kZHVxQzZsRVRQQkRVcjl1d0FXNEdpZ3BiM2Y3dV9HR3V6NFVXNU9EVkNveXdOXzYxNUdHTTFKUkpCM2djZkh6T2UtQi1UQlNEa2tzZEN2MXNKZDJLbVBzcnhMclEiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjQ4OjI0LjQ5ODc3NiJ9fQ==','2020-02-06 11:48:25.502333'),('wy6phao19ex8x7yvmjfnuwroj4hke4px','MmRjOWZmOGQ5ODE3NjMwNjk1MzJkMWY5YmMxMzUyMGRhOTI5YzhmNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI3eDUxTXEtblB1UHJYSkNtcTk4dHlMRkxKc3pReWoxU3dCMWFtQk9VOTlUNFVvcVVDMnQwMDJWQ3dXTTkxclZhVC1MVFpaendYNk5acktkLTVIbWhyVkNiZGZWTkFiTmhUdEFud0IxRlhzaGNyVi1mTGJRLS0zdEdtRlZwM3JUIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwODozMDoxNC42NTA3MDMifX0=','2020-02-26 07:30:15.654254'),('wywuk3gs4p3k26593xtfr2vazxle60u2','NjllNDkxMDIxNWFiYzRjMjQyNzI0MTc4M2UyMjQ4NTU3OWIxZGJiZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI1N2I1QmlEMnAyLVZvWUxad3RrWmlnS0RjUFVKclo5STdUbEo2bU0tQnFia2ZNRXJ1QkJwTmlhMjVtdzViZi1zTnRWTm5CY0ZzbW1uc2ZrUkI2aHNuWmhLLXlhMXpFRTFyUENPOEpsalUxbVJyNnFkUGNfNmpuS0tGOWQxcUkiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjMwOjE3LjYxOTI1MyJ9fQ==','2020-02-17 12:30:18.622853'),('wzhchdkc613j1ght0bwplxefo7vzotjz','MDRhNmQ0NTI4M2Q0NDM1NTA5NDU2NTExMDY4NzhlODg4MjJiZDUyYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ6bkVCcXFxZUFwQ0hUMnJtaWNad0RRYTFBVFhJTU1kanoyemNwcF9IcnJNSGJ4NHFUWTRLZFhzbGs1MlZRamE4QUowU2EyNGJjWTZ5U1pMdWZTajRMbnFrV2E5dGpiblRZY0V3WDBTRVFvaVRPTmhZVzdvYUo0YVBRZjVXWlkiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjMwOjI3LjEwMTkzOSJ9fQ==','2020-02-17 11:30:28.105433'),('wzl6ykj1t1dd2qfd5z8p1n6uxfn4apot','OWJhOTI5ZWRmYzA3ZTRiODc5ZDdhZDIzYTBmYWU3OTdlYTViYWFmNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HX0Jfdkd5VUxVazZqMFRPY05LdGlLRXBMTVpoaWhCeXkyZWUtNWhjTFBWd0VEUEJyVlFrWV9panVaRGsza0paNWNCYzI1VXVXeHNVM2kycDhXQWNsZXpnS3Nac2RrTWlSWjV5TVJCbkRNMFdGdU9qOW5GX002X2JKQnF0aUhySVhuIiwiZXhwaXJ5IjoiMjAyMC0wMi0yNSAxMzoxMzoxOS41NTMyODIifX0=','2020-03-10 06:13:20.556771'),('x03c9ahgxf1hnowqiz3rykb16z4k815s','NTgzYWQ5ZGM4Mjg2YTZmMzI4OTk5M2I1ZjEwMjkyZjY5NmFkMzdjZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ3V3ZGb2ItdnJETURwY1lBS1NvSEJuX3NodjY5NE1KcXdyaXBVNlZLN2RjRW5hR2V5bzJjZXJXUlMxR2FSbmtlUWczWEZhaTYwUXV6amhOeXNVcjh3QndFc0FlT0lVWkowd0RLLWltcjcxZkxuUDUyckttUVliNFRjaXRsQmsiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjQ4OjEwLjI4MDg1NiJ9fQ==','2020-02-06 11:48:11.283937'),('x0gsku2wvvyf09b0c04z0n1f6mwxkfkn','Y2I0MDkwYzgyMGVmYTdhZTQ5ZmQ5NzkyYWNiNTg3ZjQ4YjNiZmU0YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ3a3dxN25MaWFUTmJmc3JPYlNiZkJwWm83UVB4SE15eFVZanBVdmF4alBQVW95WU95NEZBSXRxYThHdWdodkczQ0pGa0pGTWx6R25vc181NE1LbW5pcEV4UlU2Mkk1aTFoUHZCUm5tbktBaHlHMkIzc2FTeHpaYkpTY25YYWF4IiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoxNToxMi44ODkwMTQifX0=','2020-02-23 07:15:13.890321'),('x17j1ryz1fyfkhkohgy1i5oos11t8o40','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-02-27 07:57:15.844109'),('x3gtzprhvjvjpzkzsre5u40wd966idue','YmE5ZDkwNWY0MzRlNzlmNmVjZjEyZjNiM2MwYzA4MTcxMmM0YWQ4Njp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI2Y0MxNWJUTTlLQ3dXNU90Y3RnN2JmeDdLS0FMV01ROEJibEMyZ2FsaUdLSGthS1gyNkYwU2dlYzBIUmQ0OGxORFlDc25acnFIN1ItSGRlUmNTb3N1X2diYUV5SlZEYnAwek9XYlFaaDh2LXZ6OS1TNUQzU3BCOHR1UmJhLW5TIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNTozOToxOC43NjIzNjkifX0=','2020-02-26 04:39:19.765717'),('x42jfwt1yeoqs385wyoogl4w6v6l3vvn','OTc3ZTI4YzUwNzA1YmRjMTdlNjBmZmE4NjA1MWUyM2U4MzQ0ODhiZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI3QzJwQXl2eWRYbFRKeEZqV3ptTndBcjQ3QXJHS18zWnhaUmlkTngzNVZjNHpSTXRNeV9Jbko4RzZyaVh2SEJpNWJoMFA5Y0JmLWhRRUhzck9seGR6N3FJNThVVV80aklkMF9rTjIwWEVTMWF6dVk2MlFRODhDN0t0NjRnUG8iLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA4OjA3OjI3Ljk3MjIyNSJ9fQ==','2020-02-20 07:07:28.975780'),('x4epzr7w6ov75gsssbficcpc9p1tbkug','OGZmMmQ1NWI2ZTY4ZWY0Mzg5NTFlMzQ2NzhjYzEyNjJjYjM5N2NmNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIxQ1lYQ1laLVlQc1B4M0daYllMaE5CTnN2d1VKVERNZVdQVDh1SC1mRVlYdHJ4Tmh0UGxvWGJuS1lqNWtSM2VrQ180LWtGUGxQQ2I5Y2lFZHQ1eEQxd0RVU0hzNEk0bU03SDBvSngyOEoxRHVqSC1qZ1c4cDFZaHlpWDNURE0iLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjIwOjA4LjIzODMzMCJ9fQ==','2020-02-06 12:20:09.240348'),('x4hdzkwegoqayd97333dngg6v0gc0wy5','NDUxNmZmZDgxNGRmMzQ1YmE0ZTM4YmYyNTNlNGE2ZjIyNzIwM2JmNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ3enIwOUQzSWNlcXU3VVpncGtmMWxWNE1BTUJxTC1TWFBjTW5KbzJvd2NaWlBONHVvRzVhQUhnQ1kzWEdNcFBBam4wZ29pRmdXczlWVnhwMVBZeElHZFVVTE14UmtwOTVjSVR3aVdaeWZXS01IMEFaUHIycGdkU01UNlcycTgiLCJleHBpcnkiOiIyMDIwLTAxLTE5IDA3OjAxOjI5LjQxNjI3NCJ9fQ==','2020-02-02 06:01:30.417308'),('x4v8vp3os0a12vixppha0wfr3ed06x7v','N2VjNTRlM2EyM2EzYzAxZjk0MjA2M2U2OWU0MzliNThiOTUzZGYzMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0ItdzRWZHU2N2xmXzB1M1BTNUdURHYybWxkamhWR3haRnpLNmN3V1VEekl1OU9TZ2dTa1ZuWE9PY3hNa3JBTzNuV1otSW1oQ21SWlltSFdkOTI5ZEFqQWg2aEVKMFhOWngzaGJkc2IzdWd1Q3NsbHZYSjVZWlFYMXZaYWgtRkkiLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjE3OjI1LjQ0MTc2OCJ9fQ==','2020-02-09 06:17:26.442887'),('x5qgiokp6sbiw4o28ltqtg4p4ytr9m8x','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-07-01 09:45:48.303398'),('x74wkogedx01vbtizimmx30idmyznyvs','MzgxODEzNjAyYjcyMzBhZDRmNTFhYTRhYWEzODBkZjE2OTk1ZjNlMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J5TFB5WHRIbmRZckRCWjY4RlcyOEM3ckdselJUZ055V3JFYUxObE1MQU9BdUpPQXU1LXVORmp1STdCR3F4MTliTjhmZEc4eUJ0bEhLaDZrQ0NxZVpfdjFDOUJHNk0ycklFRVMwb0l5WThFUmpkTEZ1OWVxQWp2cHJTTjhfak0iLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjIwOjA3LjAzMzQyMCJ9fQ==','2020-02-10 08:20:09.034680'),('x7il2xky99703tbkyu2qmp3xd7xdvp61','MmFkM2JkNTQ2MTA4ZWJlMzgxODdkNzQ4NTk0ZjUyNGMzZGFmOGVkNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI5REdjdTliSGhFSzVoY2lXYlFWN0ZlRll3anBNRVdvQTIzYWtGaHAtN3A1VGRYOEp3RTJNdjdXTTU1c094a25EMG8xS3RqMDNEUVNtTTdVYXhkZTVsdUoyaGdwaXhfU08zRzFRbEF4MjRZdDNlTFZHdTEwTEZoek5tWnFqdHZSIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzo1ODoxMS4yNDEyOTMifX0=','2020-02-23 06:58:12.244674'),('x7t1oofk6a5jovw6p3i9du3e3yy9qszm','YTc4NWU1YjRiYjAxNzAyZDdkYTY3ZGVhNzUzMjRmOWUwODA3YjZlMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI4cVpPZE5ycjlwa3VYNllUZFJaMVUtcHp3US1oSmFxbHUydXJTUHkzRzM2dTFGWG5mczU4S0E0Ri1hSWk5Q29EYnlBRlM3Sng1ZEItOWl3djZyNXRWWmRhSTY1VEF5TkhjTGZuLVpXaF9iUldCWGhRT2t2ampDNkx0YzZidmt0IiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzo1Njo0MC4yNzg3OTAifX0=','2020-02-23 06:56:41.282388'),('xbjsryb2gpbgqf9kz7nem5myglmfi0bx','OTE5M2Y0NzkzMTM1MzgzNzhmMTI1MzE0MDhmNDA4ZjQxNTNkN2Q2ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUIyNGJUMGt4VXJ3Rk5DLTRWSHZkeVdfaEJLTEEtRnB6QXBOV2pnbzFHaHdIbU1iYldrelVmanh1RV9tdEYwOGtsNlpuOVpnZHNYM1hham01SDZxSl95SC11UW1ldTFFLW1ETTdNaW9kZ0NnVXMzeDBKcVdWUENfdWpuZmMtRG8iLCJleHBpcnkiOiIyMDIwLTAxLTEyIDA2OjQ3OjE5Ljg3MzgzMCJ9fQ==','2020-01-26 05:47:19.877260'),('xddai77dmxs85o5znl6ry8jell99iic0','NzBiNjYxYjY3NmJiYmE2NDJmNzhhODM4YjEwMmY1NjZjMDY2ZjZmOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI1dDc2R21GTjQ2V29SWmZmd0RDZ0ZMV0w5cWk4c3N5bHJ3ZVIyeE9HSi0tQlNrYlJyX0ttNU1oUTZkRTFIRkNuZ0hvSVBwRUltSkJxUEozekR5WExudnNuX3VKRlpVM2dYSmFYVHExMml2MUdzdm05QWlpd2NQVWZuVW5qcG9wIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMCAwNzowMDo0Mi44NDc5NzQifX0=','2020-02-24 06:00:43.851350'),('xdit4uwd92kbd2w4o4emjwllvlrtyq2d','MTJlMTUwNmUyMmQzNGI5MmI4NWMyNjllOGNhZTFhMzg1YTViN2U1MTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ3aTMyMm55eTlteVRQQ3BLbU5RS2tOX0paN0dhd2FObERhQzFiMkYtc3VTMlJLWVFOZ2RRblJPWWZoM3NjRl91WHNHNXBVMDBWVm9sWWw3aFpzMGljWTVNVzNZUVBlWER0WVJtQkRmSGJscUx4WXdXLWc1eERIOUlhQ3ZTdFUiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjIwOjAzLjI0MjQ3MiJ9fQ==','2020-02-06 12:20:04.245920'),('xdlr3w81ebszay5xl7yuuw4u069g1ok4','ZDZjMTI3YmQ2YWM0ZjFhNjU1MDdkYjcxZWEzYWMxN2RkYzE2NzIwNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I2b3dQQi1DTk1UeC1heXNnZ0JzYlhGOVo2c1pVclROUXdfTXNDemQ1MEQ3a1pGdUJLYnkwRjJiS2ZoZU9tWFhhRUppd015am5UYi1NazluRXVETnpQemQ0enQtTHMtQlFjLXNia1JNZG55R1lUdDZrYllGSE10WS1vTENwRVEiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA5OjAwOjM0LjU2MDg3NCJ9fQ==','2020-02-13 08:00:35.564334'),('xe0e0tylti13huusva8huo8dryy6j75i','YzllYmRlODE5YjE4MTMyMjE5MjQ0MTEwZWI3ZDlmYTcyODBkY2ZmMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJfWmM0ZlYwQkhrMlRFb2hmb0pfWTFTQ09JNU00NWlWbDJiRk1xWmxsTy16dXJiYzhqMmM3OWNtUEY2N3NpODBvTzhxdzN0bnJJakRIZElVdmtKbV90Qm1PR1VvVi1iNFFqN3IwSERyS2ozUlpmU19tTzBsOW1sZ2lEMVRweVUiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjIwOjE1Ljk2MDA4NCJ9fQ==','2020-02-17 11:20:16.963622'),('xediip4w4pmq2woz85b8inkpl3mhgcnc','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-07-12 11:10:19.928922'),('xeg3bt3gzsw0k3qgc3dfximm0js7zd9v','YTUyOWFhNWNmNDdhNzk4ZWMzMWU2M2Q3MTE2MDYwOTk1MmE3ZmY3Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI0ejZSaTRrb09IZDdHQ0dkdDJOdnNGQ2VqakhFYThkMWhnMHVRU0xxWnRkeVpKemlScy1kaGpVcmJodUViSHBmekg5SlFHbmFNRi1mdTdxbGJPYm5lcno5ZHNFYWtqUjU4V0V4TkJJQ3JidmdIei1Lc1lNdTNpaVMyYmllY00iLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjMwOjIwLjMzMzcxNSJ9fQ==','2020-02-06 11:30:21.337139'),('xfyvsan8qgc7ayo1c2zi94yfidwfpaf0','YWE4Njk3OTgzMTFkN2RkNmU0YzFiZTliNjQyOGEwZjdjMDQyNDY0ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXeERrOHNPQWRkMHRZdWdMdUIyLU1QZnlMNHR1RXhvRVRubHlkclJ1aDlDX3BVUktiSHVhbXcxT180MUtKeF9KbVl0WkZfU2YxcHpKOG1NQ0JoNHV2NU9HejM1SW9ReVd5emxHYjkteVdtdk1YUU1uX21IaVYyU0VTSERkaVNXWHBrTmlnc1l1UTNlUk5saUd6NVphdm5Cam01cG9uaXJnIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwNjo0MzoxNC41NTY5MjcifX0=','2020-02-27 05:43:15.560297'),('xgup9vf1c8ebvnxfj8vde6659gqfyi8q','MWMwOWRiZmYxOWY0YTA1MTJlMTc2YjRkYjVhOWQyZDdkZmNlMGEyMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0Jfb3RZMGEwbkVxNG9Qek9mdlE2UFVUel9MMEFsaWVlWG5hR0FJMnFtNVVvbzhfeTEtVFVvVWlmTG1ISFVuekJBQ2lCekItMHRxWU42WFdwZVRUdVlnR3htSE9ELVNzZV9qd3dFLVhzQmtHempXX1hTR05FQjNCcXRWUmpNZWciLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjQwOjU4LjQ2OTQxMSJ9fQ==','2020-02-13 07:40:59.472826'),('xhunoiv462ks548ay7liirzbmd8cayxy','ZmMxYTdmOGE4YTRkZTcwMDFkZWMyOWRjMjYyNzY5ZGIxMDYzYTBhMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVWVE85bUk4NkNKTjQ5WU5uS0Q2bDM5M0t4cC1jMVVBTXN5cDh2Y2tEWUYwMTI3LVF1cTNfQnhvZnV2LTJKZk1OVW96bDV3ZlNtdHFMWkRSdGxQOXlvTkQtVGNwbVYxWlE3WEVvYmoycFFsZzdmVkVQLTcxQ2JwYTB1YXdLeEx1VUJfWjFfZjQtUDBGNEpfanN5UG5NY1hVV3I4V2FGTUtBIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxNDozMzoyNS4wNDY2NTIifX0=','2020-03-29 07:33:26.049232'),('xj3uwu5yutlmyczrf7c0x7qgbdlo7v85','Yzk3MzAxNjEzZWJhZmI4MDA3ZjA4YjIxZWM4MDU2OWJhMGVjMzAyMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIwdUVBYnlucmZjZzl0LUw4OUJmQ1RYZUF6UFlMU2NqZ3lsQ2l4alo1VkRRUlhYem5mX3QtWUpUUUg3aUhDam4yXzVUQUhpeUFhMS1qZmI3d1c4c0Y1SG9sRDBYaGw2cDBMc1Y1bUNNVlgwcVhSbWt4dDdDZ3FJRXZ4VzZxS2ciLCJleHBpcnkiOiIyMDIwLTAxLTA3IDA2OjUxOjUzLjEwMjU0OCJ9fQ==','2020-01-21 05:51:53.105969'),('xjihsq2wvariasvglvy65j7k531x2nsy','NWI1Y2E3NWJmZjQzNjljYWVhY2FiZmQxZjNjYTlmMTQ0YzJkMWI5Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IyMkxMdklxcGpVQkZmNV9MODFDZjE2T3l5MkpZc1F2MC1iaWdnSW5vN0xSZFFXS1g5c21kTTJuZ0YxLTVRazE5RUxNc3U1TE1UcVVOYTlFcE9XeW8wTEJKVmFGVVU4ZkwwMEdrXzlPODg0dk90Q1h6VVpScmxRVFQ4OHlFRGMiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjAwOjMxLjU5NjgzNiJ9fQ==','2020-02-10 08:00:32.600116'),('xkujuyedgvl2msoi0arh83zpswbswjv3','MDVkMTU0NDI5M2RmMjNiMDMwOGUwZWY1MzJlZTM4NWM0YjMzYWFjNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIyNGdoRjctNm9HbVNKekw4UEJzVU9RTERRTGlyUTZPR0hhaDNyTlVJSkhlVXk0WDZncjVna3NvQVFidzQxclppSnZMMmx5UWZHR3ZSaVBMeFZ6TGVaMTAyVnU1QnFZVVlaTzVSMk9GVWlIOHRHNVIxRmRmNFN3U3RIRUhEN2ciLCJleHBpcnkiOiIyMDIwLTAxLTIzIDExOjU4OjAyLjI4ODM1NCJ9fQ==','2020-02-06 10:58:03.291821'),('xl1cap5o6jmomw10wtyuqu02hptmf6cz','MDkzNjMzMTkzMTY4MDYyZjIyN2M2MGNhMDk0MDlhMDI0ODZjOTMxNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI3c05YbTdjYzNqdDJmbXpBcHhmR0o1azNEaEVYWXZPd1BaaERxVjh3YWVZT1hORzV3SDVmSjl2UGZDNE4yVTJKNWR1NjIyRnpKN2prakhqUm1PQ1dUVDJhRnBDMDIyTDBCU1hlZVpoWVpnUjBjenJocFozTE9qRDFBaEpEVVkiLCJleHBpcnkiOiIyMDIwLTAxLTA2IDEwOjIyOjE0Ljg4MTc2NSJ9fQ==','2020-01-20 09:22:14.885239'),('xmale6jye1b8xudsap82t733zjnf0eb7','YmJlMzllM2QyZmU2MjNjMmRmZGFkZWJjMTQxM2NkY2E3YTI1MzU2Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYRVF5Um03MmkyUzgzNjRmWFVUQ1RiU3dYVEJTTzJ6MDF0T00xM3poZzVISlJqc3FyZHJnU3hnY2hKN1Y4Y3RkWTdNc1dGWUw4OEotZWxheldvMG4tQzItaklMc0R0aGV1M0NJSm5TZ1lOQnRDXzZFYVNzNnRacGlxaWN5S3pSeGVzTUdscjMwQVNURVFxUG5EUWZ6MjZFZDczRlJCb2hnIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMjozMTo0OC42OTgwMDIifX0=','2020-03-29 05:31:49.701612'),('xmvfzs4m1t4w4tc5obhei5236dpp2sw8','ZDk1MTRjNmQ2NTU1ZDgzNmE3MDgzN2M1YzNhNGYxZmJhZjNhZTBjNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUJfUDMydlcwWmI1VW12YjYxbDl6dkxKN1FrVGlDNTNHNURKMUFuZHJFZlZjY2diUTRFTVBtWWw2LTEyMWs3NHhXVjYwQzRXckduRkNBTk1iem5NdkppNnA4ZGliZW5USnh4T3NQOVpYMWZFWm5WM01YZDBiWDFUWWpDcVlsaUEiLCJleHBpcnkiOiIyMDIwLTAxLTE2IDA3OjA4OjQzLjg5MzczNCJ9fQ==','2020-01-30 06:08:44.894842'),('xnmp2ryekqmyu90430ajhrzo8i0ll97q','NjIwYmRjMGJiNGMxYjdkNjBmYjNmNjVkMDQ5NTE3NDZhMjQ0ZjQzNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI2VUhfd2E0UHJ3b3ZnWW9yQ0k1TWtfdWkyM0hibU9INkZTQVhYU1JrcDFYYnV3dTAySXloUm5hZDBHNkxfd1pMczhwQjVjclJITmR6NnVpNGNabFhTbmNFQ0F3ZmJEWEY3SlExNGo2ek1ZWlNJU3RqcW45M3VOMDA2MllTZ1UiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA3OjUwOjM3LjcxOTA0OCJ9fQ==','2020-01-23 06:50:37.722827'),('xnsxvwwulv8gqahg89si2y0hdw8b0t60','NWYwOGEwNjBjYzFlN2NhNjJhZTM1MjMzZGMxZTU0ZjFiODVhMWJlZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIyOTV0MmhUN2VwV3VQeGZwMGh6bFVqZTVYMlkweFBHMGppejI0cmJJakFxcXgzOVlRdkFQUEd0S1IxUHA5TmQ3ekNmTGdUb0dYUVp2U0EzZzFtNUhtRV9UcG1sd3FBQUtYOTVyQXBZaGJMS1BEWVgyX0NyLU5zRVYta3dpM3NjIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzowMzowNy43MzQ3NzUifX0=','2020-02-23 06:03:08.737595'),('xon1dlso8w1d28m6wszm01q8llsi50df','YzZkMjU3YzMyMTllODgwMDU5MGM5YmIzMDM1OTQ3NDhlZThkNDc2Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVWb3IybjgxTGlqbmU2MGc4eC1SN0xBdFZZQXdkT3V6dzFvNmFtMTdBOENHWGppNndhZTQxb3VjZGp4SnVaaTRQUjV6WGVUYUJWTUJzQVVIbU1wNlM4b3lUMGo1Yk1ka3pqRVlEai1qMFFpeWFNUF9lYi1mQmhOeDBKSmdNWHRQRjBQd1JTcEN6X3d5YzRZR3ZzNWdCSFZ4MnpVZ1U1MGF3IiwiZXhwaXJ5IjoiMjAyMC0wMi0yMCAxMTo1NTo1OC43MzcwMTUifX0=','2020-03-05 10:55:59.740654'),('xpqc29w0co44v72uy9c9qjwnq0bu2zpd','YTk2YTZmYTQxNWZiMTMyMTkxYzc4Yjg4YWRkMDM0YjAyNTFiMDM1ZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUJ3MThpY1ZFN0hybVVDR1dQSjlib3k3eUxyTFRxS25RczZNbDlyVmY2dGhTUEgwdXcyY0JqTTRYVkZiNlZ1eVZhaWs0WFZXaVhKWEp0ZjJ3dVgwRVotcUU0cFU2QnUtRDdHN1Rpd19XNVktNG5TcEo1NFBuNm1vZ01zZVN2VlUiLCJleHBpcnkiOiIyMDIwLTAxLTEyIDA2OjQ2OjU2LjAyMjEyNSJ9fQ==','2020-01-26 05:46:56.025529'),('xs7st3k0xl5ds4072753bve1k0qqwtu9','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-11-17 05:32:51.622356'),('xsecwz1co68mjh4hjv796kpqzpi72ufa','ZTIyYWMzNDhjYTViNDYxODc5NDAxYTE5YzMyY2QxYzBiNWViNWY4NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HX0IwemUxdkJwWC1Cd3RLRUxoaG5sNzdaX1laSFJpWVRKeUVZOFRkcUlXSmllUC1mVTlnNU41QTdWcVdnQWdXdFh0Q0t5aU16eG40aE5ZMEZ1bEhLX1U2bnJ2amN3Q3lGTzRMQllnU2ZfLTBVdFpiVmdZanVWWUhQblZYVXliemhIIiwiZXhwaXJ5IjoiMjAyMC0wMi0yNiAxMTozMzoyNy43OTg1MTQifX0=','2020-03-11 10:33:28.800909'),('xsgtc9wqhv0l2vl73009upzho7z66qcm','Y2Y0YjA0ODE5YjMxODJkY2Q4NTc1NjRlMDRhNTY1NjVjYjE4M2I0Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI5Q00zS1lNbjRkQlM5dkRTd0dfM0ZWeF9SRVJaTFRieHhYdWxOZkFJOHJuSlFnOENRdWg2Y1pRMml4c1d5aHV0clVtVjFWbC1ZTDdZbU9mVkQybmxSVnBmanJHWmxBYmJfSUZDbV81OUFSUU9FRXBsckRuVVVUeHZWbktlNldrIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNzo1Mzo0MC4xMTc3MDgifX0=','2020-02-26 06:53:41.119874'),('xtekgnbmcrf54mevvxykgk983vzcsx1s','ZjlhZTE3NzAxNGNkODhhZDBkNzE0MjEzNzMxM2NlNjY2YmY2NjhjNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZTRsdkMweC1tbDk2dWZxQk1id0lCRjlVRWhhMER2dVJRY2pQU0cyVFo4R2dEMWVLUEozbG5MeUpENUY0ZFBNNkRYbUdzd1VmVWVGS191Z2cyWWVfU0JZelZUVV9aSTFMSkFmNzh1QWJ4R1p6RVQ1bFdhNjVLbjl1YXNsM1VBOW1FNWFYYVpyNXh5NkFuQ1E4T1ZUeUQ3MDNPenRVdXhmNmZBWlFnIiwiZXhwaXJ5IjoiMjAyMC0wNC0wNyAxNDowNTozOS40MzE0NTQifX0=','2020-04-21 07:05:40.434846'),('xv3fro7ifvrfijg2dkoa0hq6v1obwzn9','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2021-01-04 15:10:56.027353'),('xve8jnu1bezqaaxu8uonkrfgzbeiml2h','ZjY4NjE3N2E0Y2M4NjkzNmRhMTcxZDY1ZDg0MTg2ODk5Y2FkOTAyYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIxaFN3NE1YalllS3lrNUFaT3htcmROVXY0U3A2V3o5WmJneWVJNGdqTnFoVTUtRnhDU0J5cms3ZHMyUktoQm4tUW9aSlZEeVNFc3BhdFlaeWh2a1d1TVUwNGNaeC16ZjJBU3ZCekJ0SXF4dHQ2VHhKa0VvQVZHaENBTVBzcEJDIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoxMzowNi45MzMwOTMifX0=','2020-02-23 07:13:07.934234'),('xvg0ii5qcp1026pl64b51xv8io6hnx34','OGY3OGIyOTlkZjBiOWVkODcxMTc2MTcyZDhjZGE2ZmEzMDQ4MzYxOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIzTDZfUXdMMGZDVlBlbGdHVmdlYmlGUlRzMmxfaUhHY1k1OEFtaHNBVjRRT0FoaC1GUndnTnlILW9IdU5jY3hUWHVzeE15ektMZkNIeXZHcXoxRzB0cW56Z3BVdDFrbmprZzJOazlJdlU0eldacEl0a1Y0NW11NjNTdXJkMVkiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjEwOjE1LjI4MDIxMCJ9fQ==','2020-02-17 12:10:16.283650'),('xvgytsvqtyhr9fz0thg9k9xwzzbber4f','ZDQ4NzBlYjUxMTNmMGVmZTk4OTViMWZlZjZjNTkyMDQ0Y2IwNjQ3NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVVX1ZYeG94eUl4ZU1ZT25CcnJ5S1JYTHJXal9kb0lDWjhBR0NNaGtnXzNvZUpsVU1zMXVURXRyNFNXV2FxQk13bVh2ZC15QXhIV2VVTVhoeHgzSXhaazNzRWNSYmM4ZFlUbUFCYnVEd21ZOE84TTF5ZVVmQTVrZUlyclNKMWdMUnlaczFEX3VjSDRxdXFZM0dzYlc4eUg3c3I0dDROSVdBIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxNDowODozNC43NzA0ODIifX0=','2020-03-29 07:08:35.774906'),('xvx2ivgkwcofnd53myb04rm2fu03qgas','MTkxNjFhNWU0NjM2MWRiYTFlMzE0NTQwNjVhMTM1YTJhZDVjNTgxZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI0SzNtMDZxd2RqNnoyMG5uT0RhQlVKeElWdTUyLVNXenVlejM5OW5tZmtzR3ZBazBuUTR2dG1SX1ZkQ0VCdHNPVVV2a21rbm9kd3c2emdTY2JMTUtfX0dWU3d0NEV5akdJaExpWkxoM3FyeVZGZGlaal9MUjBpQ3VTLTNlU3l2IiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzowMzoyMS40MTc2MzEifX0=','2020-02-23 06:03:22.420990'),('xwev8ybz2q3ix53bfnxn0eeqmicy5co0','ZmE3MWQ1MjQ4OGQxZGE3YmYxNGRjYjY5YjY2MTcyODI4OTMwOTRkMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ3dHhvaks3YzNOcEg0VDVzVjVESDBjY01fdmFFNkdaci1odEFQTDdQdGdjYzJCSWdUdm5aZ2VPdGpxVDBYaXFDWUxuV0VZNGIwb2V0MTZZT3lfbmtxb2pNb055NHp3QXhSMHN5Yk5kRDlvYnhwNHAtWnRJcVQyaDJ5eTJuX3MiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjA1OjI0LjUwODQyMiJ9fQ==','2020-02-06 12:05:25.509596'),('xxa06vqennwgnifes2v9s1siwb3wdj0t','ZmRhNWE3MTdkMzQ0ZDA3NWQ2YmQzZDQ4MDRkNDFlNjMyZjY1ODNmNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIzV29MaFMzdmE5Z0R0SjZENmlFZHVPNjh5OWpkcTE1YmJQZHo3QUVNc1VEalRaZG5Xcjd6RU9yYWloNmdLLTVCM0lQMnA3UjBUcnN1cmZUMjN5cHRaXzlCS3ZTcktDanhtMkRKWm9GZG9JVHZsY1U0MEpxWjRzQTlOdHNpNHgzIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzowMzoxNS43MDQwOTgifX0=','2020-02-23 06:03:16.707594'),('xxsy12b05ffl5rwpdinb0kv5po3ufv5r','OTM5ODM2ZTc4MTBmOTU4MGNkZDFhNzY4MTNhMDQ2MDM3NTRlNzcwMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ5YVdKUGNBZzFjamZHNUFFQ1RBMzVfWl83R243eWpVWDBrcUpLaDhJQUtDcGhhQlg0dFBxdUpTU0ZjbjduV21QUGI1WFBoaUJBMU9GWVlLZWhEQy1KbUNEcExQNi12ak9xLTd0NV80bUE3a0RTNXdSeHBBNGtRMTZUYXRQcnVjIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzo1MToyOS4wMTAyMTEifX0=','2020-02-23 06:51:30.014304'),('xxxmuhi3jzptpzo6nmmr23hciygp0i1g','Yjk5NjJmYzFkMmExMjE5OGFjM2QxMGRjMWU3ZDQzYmM2NDg5YzI3Yjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI4MUFPdGZwYkpGZlRaZnNhVVhFUi1MTFpUQ2NybFNRbVdZR1c4THp5VlN0dFdsQnNNWjNMeUd4eS1MdGJSWVdpOFhtVWwzc0VQYXRKZmQtLW8tdEh3ZTd6MTJjbldfYmd3cGFtTTV1WGUwRzVYeXZDbmNHb0duSzIzUnp6NFkiLCJleHBpcnkiOiIyMDIwLTAxLTE5IDA3OjAxOjM2LjU5MTg3OSJ9fQ==','2020-02-02 06:01:37.592907'),('xy27h630n4pceqbfuci8pydkq07fis2h','ZmJhYmNlM2JkMjM3NGYxZDZiN2ZkZTVlMDRmOTQ4ZmU5NmQyMGNkZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI1X3BMc21sRXVwa3VoMkJlZlphSlZMWVFJMDBaSzROYm15Z0gwUnl0R2RIOWZ4SGNiZkpLMldCYXJHQmVDQ1hxWEpYTUl0bzhsTlJlS3JyTU04UFVDVm5pa0hSR3Y1aE9Md1VlRno0SGFvZkFZanFRdnJ0c3ZVcG45bkd3aEkiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA4OjA2OjQyLjg5NjIzOCJ9fQ==','2020-02-20 07:06:43.898077'),('xyctk5rolebjsgcoatu2y8q1exi9lp3z','ZjVmMGVkM2FhMjA4M2ZhYmUwNWM2MWQ1MWZlMWNjODI1OGY2NjU3YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZTRsdkMxX0NxcG9wRmplUnJTQ0xCR1MwODNlaGFCcmtCT2NvWDNuZl9SNC1mLWsza1FkUUIydTN2QnpJT2sydkRLRzNDMG52RlRfNGhaUDhnX3lrN3NnaVJEUWtHYldablFWV0NJYkNRX09UVEtodDFCUEphaTNmaXFpNUR2b3hjb1cyeVBCT21jUWVLRDR4ZFd4bC1JSUViNUVLZmctS2ttaWJBIiwiZXhwaXJ5IjoiMjAyMC0wNC0wNyAxNDowODoyMi42OTIwMjQifX0=','2020-04-21 07:08:23.695569'),('xz8l6srvet1apmeq0icnbq1v170b0qzv','YTMzODg3NGU1NzEzMjQzNWRiMWE3NTgyY2IzZjNiNzkwZjMwYjUwMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0JfSW9qTXdkQ0l5bzViMGtyTnVwTy1OTEdoMFVDeW5XeDBRX3lzWTlZMVl3NEZweVdZdF91R0trZG1HMnE0X0VCakNsN3NSdjEyeG1xODBUV01ES29yV1o1SmE2MVR5dUlsaFBJRlFUMzQxQmVUYzF3RXhFVG1yVk9zYzM3UFEiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjQwOjM0Ljk5ODQwOSJ9fQ==','2020-02-13 07:40:36.001770'),('xzn0luas1vh2xr9wqzir1m2gl7884b8v','YjFjYzE1M2E1NmFmY2UyN2YwOTQwZjhjZDM1NDliNzI2OWI0NThlZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIzaGhmLW9sY2pUcXR1TGR3WHFIUi16N2YycUN2Q0tMcG5IU1BZaUIyeEZZaG42UlJ2aDdHSjdkWXZuWE5WWk5QTEZKajFRcFhIdjY0QzZjeWR3ZkllWGR3MGpHa3lkNW5nQWd6dzhGdFV3MFlGMWxqZHhULXhVMXZDalFFX00iLCJleHBpcnkiOiIyMDIwLTAyLTA1IDA2OjM0OjM3LjA2NjQ5NyJ9fQ==','2020-02-19 05:34:38.108886'),('xzsscdin9ikdggq1hwsgctohr4cj24d8','ZjdhYmYyMDlkMzhiM2MyYjYwYmJhNGY5NzQ4OGExN2UzYjQwMmY3NTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUIzZnZ5ay1hdlROMlVjQl84TlotZHowM0RWLWNTMzRYZkJQV3k4N0ZiTzFlTmR0QzN5VHlyUGNVazlDbnNJMmpva1dqejJLdmVGUkRLZjVIZWtBZDNuVElXWjItcDRBejRSbUJrcU1lcWMydTN3dklCLS1kZWJseUFuSG1zSkEiLCJleHBpcnkiOiIyMDIwLTAxLTEyIDA2OjQ3OjE0LjYxODYzNyJ9fQ==','2020-01-26 05:47:14.622628'),('y0mjgskrad8jt3pef9p7g7fsp4d2rhdr','MmYwN2MzZjBkZjFjYzcyYzBiNWMzNDFiYTc4NWFmNDA3NDUwMjllYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIzQjZpdXNGWWptbWNaNjNaemN0TlNMVDRDeE9LT2tGYzN4dnRHZ1padFZERDlON05Wa2lVWkhaT2thd2UyQkczXzcwaEVURUprTkp3UENKM0lsMmVTelBTUkM3TTJJQnhuRDNKLXdOQU1SSl9ScUpfbW15enA1QU9uUi1PUnciLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjExOjUyLjY3NTcxMCJ9fQ==','2020-01-23 07:11:52.679077'),('y1wjnl3k6xarnzf0c5rgj2yojsc3d6xo','MzE5NGEwY2NhNDM2ZDE3MmQ4ODE1ODAxZjMyYzlkMjhjZDg2YjM2Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIyQWY2ZFRQUDFva3kxWGYtc0JUMlctb2hHMWphRXhFYmQwSWtOU0JpR1dpLXRKMUViNFdKenk0QWhRLWxBNnVZVERTT1lGM2J2cXo2MnprRzFINTZWVTYyakJqZ0ZlZHZUb1JFMUVERlkwU0dFbXRMVF9jSFo0eXJWcEVkTlkiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDExOjUxOjExLjAwNjY4OSJ9fQ==','2020-02-17 10:51:12.010250'),('y2y68cln629k835y5ukq1n3is3bmx8k7','MzY3YTMzZjU2MGI3ODA1MjdiZTNmZGIyMDdjYzFkYjY0NjBiODM2NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HX0I4NFZXZWxRTTZIUVNKa0U4OXg4U1FoME05RnVidmdLUThYUXF1V3k3Q0x4QUpNd3ZBSU40bzlmaExZR3RjYnF2dHlpbG5wdDFxNmdpalZrcG9pWnhaTEdyMmV1Y053aXJSUVE4Y19yUkZzMk1waDBrYkYzQWtnTVN3OVJ5UERaIiwiZXhwaXJ5IjoiMjAyMC0wMi0yNSAxMzoxMjo1MC42MDM5MzYifX0=','2020-03-10 06:12:51.605076'),('y33pggme961bp91h3mss76r1ql6xoe99','OTcxMjY2MDllNzc0MmIzNDNjZWRhNjVjZDA3YjdmOWJkNDM1Y2UzYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIwRlBmTG1LWl9yZ2w1TF9JaVFBNmxyaUdtMW91MzN4MWM5UFdXb3hvbFFiMmhjU2liaUhpMk1ZeVpjdUxvNVRGUDBsQzlNdGtEc0IyaGktWWJNRFFxZDdUYlNrZ3F4WlFlQzZ6MkM4QlJ3cVI4ZTNVMGlKZnJqenFGcXVDUmciLCJleHBpcnkiOiIyMDIwLTAxLTIzIDExOjU3OjQzLjg0OTU5NCJ9fQ==','2020-02-06 10:57:44.853393'),('y34pq0k40t3udz3l467rfqelrr73irwo','YzQ5OGEzYTc5NDA4NjMzZWEzMzcxNzY1NWY0NGI4NDIzNTBmMDE4ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIyVnljR1R2WkhKdXZMcWdMVmU5TUhoRUcwWS1ESkwwNlBTVnAxR0JpVE1jZTJkTDZ5X3pTX25ELXZXal8zc2ZJOFFleUp6RldRaVFGUmFrdTJrWVdrRDhMNHVxSnJLWU1sZUY3NUtpZjVxS2ZDcFhGcnNreWtMQ0d0VjJfYWsiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjMwOjM1LjA5NjI2NiJ9fQ==','2020-02-06 11:30:36.099697'),('y5q8b1qaol2i34fo41if0nug29j9exmg','NTY1NDQ0OGJkMjExMTk3YTlmNGFiMWRiNTY3NjE4OGQyNDQ3NGM2Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVVUDRvM19VMTBkeWROYUgxWFFxY3dHekhnT0VFd3gxZE1OaTBFTEpySzVoSkVPZmFVb3JiM0JwUDRhdldlNUZ5VFcwb19nOXFfYWwxQ0ZwMUljZG12SlpoRnYySjM3aUxVdzlqc1NHNzRITTRSM0FOb1U0ZVNzQ1hLV2s5REIxTVVZZk9vTXdjeFYtcTZ1UGFkZm5QcndBd3pUZUJEZFpBIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwODozMDoyMi4wNTExNDkifX0=','2020-02-26 07:30:23.054618'),('y65dq2an8c1ecmgbpyhx3seczrcetimh','ZWZjYjhmMDJkMmMwYmZjODcwZGVkZTQ4NWRjM2RlMzA3MDUwMzlhYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI3dG4yQTBiSkNSSHBOeVNxclZLa0xkRDhuc0xVZkplR3NxUzgzYUhTRERmQW1Tdmw5LWlLWG1NRlVEM2JNNnpZbVRJdG5TWk05RjlqcVJqcnRXSi1YTDZTRzNnVUItQTdUZ21ycmxWQTFhSEhLQVVDdkVybGw3LURrckNkSHpPIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoyMTowMi44ODI5NDUifX0=','2020-02-23 07:21:03.886446'),('y6gjdlk4aq4e4trji8bdphtw0qt1s6nr','NGVmY2RlZGIwOGRhN2NjZDhkM2MyZTQ4YWU5MTRmMzgyNDYxMWVjYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJfRV9hNnhaTWJQVTVuSVhiX2JpNmlkUngyTm1jejdfbnFxU0VIMVBRbXZZUjZVNlFDOEM1TEh2ZW5lRkNkc1pTeFlfX2Z2aThrdUxXMV92bF9iTVRnREhfWlM2WnpydmFYRFl6SFF0XzkwREZZSmhUM3B2TjR3aWxsbXhQMk1YIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNzo1NDowMy44ODMyNjEifX0=','2020-02-26 06:54:04.886723'),('y6t3zpksxrr6vsqsuu4cwcdu7vy2gnua','YjM2YTliMTA0NjUzN2E2Zjg1MTUzOTI2MWZlZWFjMDE0ODRiN2YwNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIwWW8wLTVxWnlzRnA1VGRKVTYzV1dBN2NhdTF3d05nZFVZYlppMk5lZmhQZk43M2tQMHFMMXo1dXpMQzZYRGloMEkwLXRPaGdTdEFpZlVaY0pMeUNGZ0hHLU5oaVdFTjRQTEhfVTk2Y2tTeVpKZW5DT29lZW8xV1hKdXNaanMiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDExOjM1OjI1LjU5MTM4NiJ9fQ==','2020-02-06 10:35:26.594897'),('y7622zmne43vhpgbi0v6cztsknfxnkqh','MWU0ZDM0ZGVmYWFkOTYxYmRmZDM5YTMyYzJmZjA4NDUwYjA1ZjhhZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ5cmRoR3BVTDVJYk9TMElLeTRKVG5POGpOOE9YQU92UHU4dXlXZmNEWGRET1ZJMkNWck53akN0cWMxNGttZXNweTk0eGcwVDc3TXZwOTh3cHc2c09qZlRMSG9uLVlVeWpSaHRBTFFpQzhvNUwzRWtHM2RpWUxYeUFtMHF5bDVqIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwNzowMDoyNC40MDg2NDkifX0=','2020-02-23 06:00:25.412160'),('y77w2tifc6tvkcvd5up22nbmnh62tzxj','ZTkwNjc4OThiYjk4Yjk5MjZjNGJkMjFiYjRjNjgyY2YyNGEzODExZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIzMWFsNXg5elVrTGRFSjd4M085X2s0TEVMSUYzLVNBXzQ2QzdKc0pWZkZoZXZGampyVkZRajc4aWVDdUVvalJ5SWtJUzUxTDhVZnByLWhSaXdVNUJ5WnhOU2FkcjIyclhYYWd0QUhqazRRVWtMbl9ITElfQzRDR3o1QmRJejQiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjMwOjI2LjgwNjc1NCJ9fQ==','2020-02-17 12:30:27.807958'),('y7ge1azl00g7n332zubnwo5bdrbv38vs','YTMyMGFiZjFkOWJmMjkzYzlhNTY5NTRmYWQ1ZTcyYTUwNWFkZjNjNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIzOTlyZUdXdU8tWThrVFdMRGpFMEZQc0NtbzdUTGxDWEd2OHlkS1ZWbXRjbkJ2TTFFZGk1Um1NUmdnNmM3cmpDRlJ6VGQtSFpkT0pid2hJOXFhSV9BNEFOeWJfVXRtQ3ZtekZYbjFUdnpLeGhncjUxN0NBVEVJS0RUWXdfMnciLCJleHBpcnkiOiIyMDIwLTAxLTIzIDExOjU3OjE5LjczNTQ1NiJ9fQ==','2020-02-06 10:57:20.739106'),('y83sduuzq84as5mzo1e7w3vymtskljkp','NGZmMWQ2OWQyZTkwMWE3MDFmNDA4N2Q5YzczMDQ3YzQxMzc0ZjQ0Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI0cUUxRVhMMWpILTZSOVF0ZUJ5bWszbUR5RVdQbE9hWTNadDJfMGdaV2dXZU02Vi1tcG1SamhDTVZNUHM3bnN0RTRXenZncEFRQXdvN1BNbkFJenBTYlRfYUNoREFOMHc2UmhSc0JOYW1vOGN2VGF4VldYUFpzR0xQZkRNaFUiLCJleHBpcnkiOiIyMDIwLTAxLTEzIDA2OjQ2OjUyLjkzODc0NSJ9fQ==','2020-01-27 05:46:52.942248'),('y8moyg4a81eg9fb2fr36iuekqb0wb9zj','NGViMzczZGFiMzZmN2FlODJhNWI0ZDdiNmU1MDg5ZDk4YTE3MDQ0ZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI4cVdleXc1TVpmU1dDNlVYNXpmWmgzSUpCSWw2ekZoT0txektVSExvdFlzS2dfSUUzTmdXZjBETS1Jb2ZIOXpqejdsbUZqY1lPSTMtMmF3dk9HTldDR0JxSXNoXzhZYU1wMmNTakRBd3d6ak45MDgtYldDSjdfVDdaa3h3b0EiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjIwOjQ0LjY0MDEyMCJ9fQ==','2020-02-17 11:20:45.643858'),('y8xie8qozjvehjyl1tshghbfrlhjver4','NjBmOTk2MDVhYjU5YjIwNDYwZTMzNWQ2OWVhZGYwMzFlNzJjMjRkMTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IzM1ZJQkNsVVhjeTdfbVNjX1FxM01PR01DQXh0TFlYR0xUNnBNQ2hoQ3BKb3lXODdGRFRXZ0EzcGxXTUg5eXVYS1NpQWZNaFFnRjlNUXNsRWhNS2xBN1o1bFY3QlN0cWtWMUR2djBBYTd3QW4xdG50RjNaMEQxRDJkaENiVkUiLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjQwOjU0LjEzNTAwOSJ9fQ==','2020-02-13 07:40:55.138553'),('y8zl8ws1d33n5pm1el7sd8x8ld33schh','ZTRlMTUyMzcwNDcwZTM2YmM4OTkxNGI4MmE1ZGM0NDlkMTk3ZDUyNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IyeUg5bEJQQnI0N0N5eFE2WlRuNlkzdkpDZkdTckN2c0E3cFdNc2tYNTdtZkxQU3R0T2t0SFRsb3JSWkFrZUxxbmltRUZBc1FhWm9fZVREUDlQbHE2VGZnSm51Tlh3S1c2aVBQV3B2Q1NZbTR1NlRoQnp6UHN1dFFyNV9HbE0iLCJleHBpcnkiOiIyMDIwLTAxLTMwIDA4OjUwOjQ3LjE4OTg1OCJ9fQ==','2020-02-13 07:50:48.193339'),('yeei77x9no5309ewei8r1skxus0vn6ts','OWQyMzRmNzNlNDRhMTlkNjAxYzhhOTFhM2UyMzc5YWM5NWRmYTM2Yjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVWOGxJLWRlbzRyYTEwT3VLQXgtcXhJNm8zU0NXV196YnJhdWg3OWg5SUgzMl9mSVVCV21zczE0TXljbDJaS0NWaUlqdUhrRW5ScnJlNnV4ZjZsZVBFRUhmbFVGZzVuTFdFOVhrRk4xUVNjSG9JVndTWDVBVGxPbjhrUTdPVGtBUVl6amt1OEdwcnNPc0dlZE51NXdtc0YwVndwdEpibmlBIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxNDozOToyMC4zNzg5NTkifX0=','2020-03-29 07:39:21.382016'),('yf07wmg1zq48065oxna3h15hebjthlkb','MGZjNmI1YmI3ODA2ODEyNGI3NDdkNmQxYjI2YTViZWUwMmQxY2M0MDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEIxMlJ0OEt0U3A5Nk5DRWluMDdRZVF0QWFiRUdqUDRBYXREQXNWTlNsX2lPdF9xWkd6SExORXg1cEhOR1o2NTh6OERLLVZDWGx6RmJRbDk0aFZqd1pNZ3dyWXRQdmh6TDY5bk5lSnBuQVVXVVp0U3lTVjl1Z1lWY1l3OXgwSlUiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjMwOjM3LjM1NzI4OCJ9fQ==','2020-02-17 12:30:38.360805'),('yg3pp0f9m6w8s981eah25vue9a2q19f2','M2FmMzkzM2U1YTYyMmE4MzA5MmM4NDdkMGMyNjRiYmE3YzgzMDAzMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUJ3X1FzSWN4eXRtWUltWUVsRjdDMnpQZTcxTHdlaS1OeDZZcnhPV3diOVdLb3c0c3NsMTAySDlTUHNvbFc5TFBrX1NKNFNjYlNPRllPZ3djbVNta2tKQWthVy1KRElHMEJyQ1pvVW54N2pCNUljV2ItUWVpdV9EMkFtelJYLUUiLCJleHBpcnkiOiIyMDIwLTAxLTEzIDExOjU4OjMxLjg5MTU3NCJ9fQ==','2020-01-27 10:58:31.895025'),('yhb7q4onvlkf3mja3z473p5wvjbvoscs','MTQ4OTkxZTU1ZTg2NjlmNjU4YmIwNDdiZGEzNzZkYzdkMmYwMzkwNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI5WVFWZFRkNzZkVFN3ZDQ5bFhmTHRJNlpzcm5rcnNtb0NpYkJsbHhDRl9pYm1NajAwMXA3T25VRncwb2tkX2V4ejlTUmlCVHAyWGctQTdZWUVHcEM4Tlg3dnh3QjZiUll1Z0NIYVVoZFdpSVc5MXF3MFRpWnYtSklVcmFsSWsiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjQ3OjQ0Ljg1ODI4MiJ9fQ==','2020-02-06 11:47:45.861774'),('yin1es5hbnyhbolea1m0lbpjlsqmj2rc','OWQzNmYxZjYyZmMyN2ViZjZlNDlkOTczZWEzZmU3OGI5ZWJlNGFiMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI1NVRSMDZFM1hPM3BHU3ZNNjhwb1NRazFyOFVDSGZCZUhYRERaelE5TFVsOVMxTWVSakctMFp6RWxYeFI5UFd1eDM4Ul9EbUJ4a29VNzZKRG1jRlBxWEZWcmtCWTA4ZDJ5R2pycmZvVkNzb1JucWlpdDEzS3htckNMN3JaWW8iLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjE5OjQyLjU5NTY3OSJ9fQ==','2020-02-06 12:19:43.599132'),('yiozaacfzgsgrdxrte1d3nno0jvyzcfc','MTJiZTU1NzBlNDIzOWE0ZjEwZjIxMWUxZjE4OGZlZjI1ZWVhNmUxZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIzSkFGOFpvMXJyd2JvRXNoREtiWmZ2emhPczRlYkJUWFpGN1hCWkJUNGxwLWIzckhnNHltYXhzMTZucDNiQUg2OTY2Wm9ZdVdSVUx5UFNQVndZUjVsTndrOXJybnlBOU9wUHpLb2tBY0p4ZFlhc1JOc05yWkkxT2xWMGtqbFUiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjIwOjIwLjU3Mjc2NSJ9fQ==','2020-02-06 12:20:21.576214'),('yjhij50s1i65tqmstd5h6jqxnzuuk9q4','NmNhNmExZDYyY2E1Y2Y4YjMwNDE2MzVmMjZhN2YzODI1ZmZmMTJhYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IyaG9SUHp6RFF6RkM5SDlQZURVdUdSR3RzZ2Exb0YwdFdLME10b2VtUDRvM3g0VUdHY3pyQl9MX2V6YTNrbm1uWldSeDVPWm5NeUJYOURmcEY5YUV3MWN1MkhfbUxBRHJ1RjdpbWV6RVNQVmVGOE90MGlaV1pEOGlHRmdHMGMiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjEwOjM1LjYzMTI0MSJ9fQ==','2020-02-10 08:10:36.636457'),('yk6uxpvd2vk4gxa99gord5y2vtjsz0h5','ZGY2ZjJiN2Q3ODQ3OTVhMWZlZDBkMDI5OTM4NDdhODA0ZWZlY2FiNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIwcnFLN2VZU2NXaWw1VXJoZE5ETVRNSkFfbmdhQ29BUDg3QjZyRUxNRTVKQl93ZFM5cnBkSzFzX2VCSEx3Q1VFUkdhWmhFNEFfek5jbWFGNnJjaUdsSjk1MnJZamJqN2plS0VQSENsSGktZDFUWUtveGRlUGVMLURqZXhuc0hwIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODowMToyMy43NTYyMzkifX0=','2020-02-23 07:01:24.759648'),('ylwzikdglfax6tbrxke0pquxna6gc4bb','OWJjYjU2YzVlYzkxZTU1ZWU2MmRmNjg3YWFmNDRhNTgyZDQxZDYyNzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIyVUVhUUItQ2F0UkpGZXUxM0NEUVAtMUNUV05PTzZMUmRzNm5JZ2pVcFlBMVBLWDVVOWZrYXdXb252MlV0bnBnTTVkZEpSZ1BrNGdHSUxnWmR3Z21WbFgwWHplekMxOWxEX2F2N3BUbnlySFZKTmJPbXBRM2ZjZzhCT2tCT3MwIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwODozMDoyNC40OTgyNjgifX0=','2020-02-26 07:30:25.502019'),('ymgbsheg3tbvczxzt5klozqkem5f7qlr','M2YwYjliN2ZiMDllOGZmZmZiOTg3M2JlMzA0NGZiZmY0M2FmMTZjNDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJ5VDhaZGtuWE5mSktlRWFOX0tTQVU5blpsUkdhT2NMczN6dHFoaWZ2SFBBWmROTVRYaWhpMXJIajlpNEllQ09IdmRFZjROdDVUQWNZQmpZODNudkwwX2dTZHFaelNYbnFYU25zQ0V0dVJxM2lXX0pJLW42aklVaWNUdk9TNjgiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA4OjExOjA1LjczMzAyNCJ9fQ==','2020-02-20 07:11:06.734104'),('ynjr1tvw037v8bkgq34koj2qr8tt96ka','MmQ4YTg1MmNmZTIwYTRmZDM5N2E4ZGNlYzFjZDkzMGJmNmU4MjFiYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI5X0R1eEZLZlZya0U3NlVYbldtTWRPZ3ZIclRCUi1fUXZMckthblNUN2hVaDV6ZEpSNl9LNktrbU9vVkZfbkxBT2J6LTlfeFJHVGp3MHBpTHNDb0ZyYVc2MkFoOFZtSldmNjlHTFZmTkVBejI3TFQ1TzMtMTBiX0NoTWloMkkiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA4OjMwOjM5LjYyOTE0MCJ9fQ==','2020-02-20 07:30:40.630277'),('yowewogw9gcj01pokjcdd8hw53dwyynv','YzVhYjE3OWIyMmVlZmQ2YzJmMjg0MGM2YzQ4MDM1NWI4YzE2NjQ2Mzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0J4V2cwUVh2NEo0TGhJc3YwckdDeGU2dEg5MWtGT3FfdlIxam5JakptOGtaMGRjb3pyaDUtR1J0cmNPMkM1WjJyMW9XY00zbDYtbW4zMHdoc1p4bGR3OVZMTHdGR1E1QzU3cmkwU1FVZzdSWkhoWG5WOXZySjZrc3JJdHdYcjgiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjIwOjQ1LjcyODY3MSJ9fQ==','2020-02-10 08:20:46.732052'),('yquygfuxc7otgxqwheg7sirp5w92eznb','YjcyZmJmMmVmZDBhOWI3MGM4MzY4MDE0NzgzYzk1ZGVkMjk0NzIzZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYY2hyRmVWbGJ2UDZCbTJqZ01KME5IYzhaVFVqR0d3cVVwczhQSERnV24xai0tcmJDWDRSMzllRmEzSURROW5fWk12VDIzbHNfY1V2V1JEMFFLQkZoQV9Ld1ZYSXNjdUR6Q3poLVluZWdJVDdxVWdIYjItQTh2NzlSeXZaWm1mRUF1M0YzZUpfVmVfWXB4UjhJclpjWnE5Y09vTGVUVG13IiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMzoxNTozMy4xNTkzOTcifX0=','2020-03-29 06:15:34.163162'),('yr2wtwhzo6rnjj9x0ymxxcvjlikwqw12','MjE5MzgwYWE0NGQyZTNjYjViNzcwMWE0ZmIzYzExMTI1OGRjOGZmYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI5WEwxbklTUnppaEl3QnVzZkxmanRaVk1RT1p1Z1RzYmhjM3RNQmJXZUFqWUpnRW54Wjc0S21SYVJSd19ZYi11TU5JN1h4MWduWnNzcjB0bFI2aUlGdnNaVVpLQjV4SjdrX0N2OXh5X045SFJNMXphbjZiRkljMHFqVVZQSDgiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjIwOjA2LjkzNzQ4NyJ9fQ==','2020-02-17 11:20:07.938627'),('yrudeuvtpo088mn5yabbotydqjgqkktn','ZTI1YzIyN2M3YWE3NzVjNzY1OWIyZGRhZmRlNDdlYTExMzExNWIxYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIxbmtzamg0Y3RoUkhKeXIzemx4RXBxcjVacWQ0NFdCNXZBcTFoV0FmcVR6Q3NHS3pTc0JWbHI4bmtqU0hZQ1NZZFd4YjJPeU5UWmgxOTlTY1BEakR1UGd3VzRzNXBsanNWT3BURER2NEc4cVVyS2FFTndUQmQ2TFRTZV9lOXdUIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNzo1ODo0MC4xNTYyODMifX0=','2020-02-26 06:58:41.160145'),('ysphlt33fwmj4rxkj1j7mcgvroyqy9l8','ZjIyZDgyYTQ0MDc1MzNiZjA2NjhmOWY4Mzk1ZjYyNDMzOGZhOTM4ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI3cjB4N2tuY3o3dTg0bS1TaEpEUUZ6c3pZYmxSbXdrcVRZYy1NS2o2N2hUZC0tV28xUVdzTjRERVZsWFYyOGNiR1A3TnVncGhwQjZNSDZPYzZYTTl1YU9sNTlnVmpjcGVWNTg4dHRhWnVpdkRCWG9EWjFvTno4c19TdkMxY00iLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEzOjA5OjEzLjUzMDEwMCJ9fQ==','2020-02-06 12:09:14.533604'),('yspiqidq4ado526xev9ivky8flle7kic','NWUxMjIzOWQ5ODRmOGRjYzhjOTNiNmFhMjcyYThmZGMzY2UwZDg0Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUItVGxBUWZtNDhJczdIblU2eWh5enlyX1pvR0Z0aVRrUEJPMHJ0cXl1bDRuOVlEMGlobkg5a1dGTmNhejRhXzFQN25rbTF6VTVfdjJ5eklyVE9HbmFDOTEwdHBQWFVmaVJaWXlUdFpHZzFCeXN2S2dxLWlMc0t2a3JRbDUxVEUiLCJleHBpcnkiOiIyMDIwLTAxLTE2IDA3OjA4OjQ3LjExMzU5NSJ9fQ==','2020-01-30 06:08:48.117286'),('ytjmxrrgri9fyxi3h5d4rbiq9nddauli','YjZhZGY2Zjk1YjM5ZmQyNzFjNzc1MTNiMDU1MTVkNmE5NjU4NjI4MTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIwVTBfSFh0M21TRE5YQWtrN09NdXRPakh4QzhuaHluYWkwX1Z4RHdiRzVSUHM2OURNVFhmZHI5bGU3bi1mSU43UWlCYTlITEJOZDdMZ2NTZUZUdW4ya3o3RUItUWRkYU8xODZVOHJrWkdxZ0cyQndGaUYxX05rVWJWcHVfaEEiLCJleHBpcnkiOiIyMDIwLTAxLTA4IDA3OjE0OjA5LjQ4MzE4NyJ9fQ==','2020-01-22 06:14:09.486651'),('yvsa334btbbysei89h14omjjr3faqtfj','ZmE3MDY0MjI2ZTczMjQ3YmFjYjhkMWY2NDk3M2U0NzYwZmI2M2UxYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I2WS1uekNqY1RGNkNkdlJSWFJHSEt0U0l3WjI1dXJsOFR4VjVZU0JEY2FoSXpEQ25rdEZuMGhOSG9FUUdyQXRNaU5jLThqUkNsRWdRdXR6UGFVVE4wdWhDc1NzN1NoOFF6a2NmSDJ0ajIzOFZoVUJ1RGhMRFV5R0VTY1dQN0kiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjAwOjUxLjEyNDIyMyJ9fQ==','2020-02-10 08:00:52.127702'),('ywdoi5sfrsrtbzc6cx4x2iiordfy50iu','MDQzOWM1MDg4ZjhiOTcwNGQxZGJhMGQyYjAwYTAyYjAzZTFiNzgwODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI1a2tCMlBRMENQWG9CSi1zWlZmX3JUYVpZZzVxaXNhQmY1d0dpblJzOVhOc2ZDTG9oNWptazlSajlFMW5XcnVOMGU0aEJTd3J6RlN5c0NLYW9vYmI1X0tsRlF6OFk4Z0NRMEJoQ1FuOTI4aEZQME9kV1hrWXczdHl3NDFuV2MiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA4OjEyOjExLjM2MDUxMyJ9fQ==','2020-02-20 07:12:12.362234'),('ywhra6nz8zwnrd8225sickggxwk1bi5h','ZGIzZmJiNWJlZjUxMjIyODBjNjA4NjUwM2VmNjhjMWNkNjg0MDQ1MDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEItX0d1cnlmSENOeGlmOHk1LTBTM2JVQXdWTFlWSDg2WkFuQkZpai1RS1hxTUF6bk55Z04wa3RXMU0waVN1UzlQY2lSUHlSYmk1NkRiSDFjMnhob01JSEUzT1dfUEhCNzBiaEVYNTVuTm9xaWY4bTBOQUJMckN2bVdTOWZDd0EiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEzOjIwOjI0LjgyNTQzMSJ9fQ==','2020-02-17 12:20:25.828743'),('yx8svs934ffg6smo910kqx0exbown3jb','OGY0OWFkZTQ2OGRmNWU2MTVkMjlkY2M2NGMzNzI4NTVmM2IwM2Q2ZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IyQ1pCcENxX1pJdlhGa2lob1BTWGZWczZoLVVfTHZzSzBwN2xwMnNvWmlvQWMxZ2tzM3JFNWg4amtTVmxuVEF3SHFPM1QxMlhTQ0tHU2RZNnh0TlRxdWRjYl9qUjRVMWNmcW4yQ3MxVVhZbll1RUdoWkpKcDRFRVJOTHk4bDQiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjEwOjE2Ljc5MzY4NSJ9fQ==','2020-02-10 08:10:17.797025'),('yxreybc2fmdwi9wtlqocym2zml1ilvh2','MTdkNDg1OGU3OTMyYTM1NDMxN2FlMDdkYWIxMmJlNDgwYWZhOTMyYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUIwOEg1M0Y2ZjVKUVAwbzZLMThtbHN6SFNHYXZ0ajZFRm1BdjUtd0dyLTgzdlNWcjlGOVFpTnVSZS0zbjBBRWViMkJ5RzlsNE1Hdy1yakN3YTRpZm1QTFppWEdiTktZaDQxUURMbGdGbDFSRUZxVzU4b3RianhQeUdCOGRRQTgiLCJleHBpcnkiOiIyMDIwLTAxLTEzIDExOjU4OjU2LjM1MTcyNyJ9fQ==','2020-01-27 10:58:56.355221'),('yyhgqll6sv35lfd71i9nd9qzjiwtzvv6','Mjc0OTFmMjM4NDU5YjRhM2QzZDE2NWY0MWRhMTQyZjZiNGUzNzNjZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXVXktVTNzVFNLQUJGQlpqZzRKR0xOSDFhaUJZTEVFX2h0WU9YMnVjX3FwTlRnN19XYjhZaDJSV1FCa0VHQUpwbDJBVjl4V1BOVmZ0S3JDLWQtdDVZdFlySlZzWUNxcURUMGtsZU41X09vSWkyenhtVUVkLU1pX0wwTWliMXR5Q0pBMDhFRHdHdkM0MHZaaVlGeFc1MmhiX0FmdlVQbkdRIiwiZXhwaXJ5IjoiMjAyMC0wMi0yNSAxMzoxMzo0MS45MDEwMzEifX0=','2020-03-10 06:13:42.904255'),('yysadrvu72gjjqci82ofpxxa2qz8qsw0','YTU0OWU0ZGFkNGRiYmExOTgxOGI5YWM2OTM2MTc4ZWIxZDUzNDY3YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI2TnFYVnhzZWxuZGtnLURsNlJCeDU4V0NoODR1QzA2S0NONFY1ZDN2X1A0V2RFQ0N2aFUwUWxQSE1ZRFdyUkFyUWpjUTlGLUV1TE1LbzFOWW5aU3hmZDZ4NDJ5Q3lPX3JKOUJ6OWd5MzRKaDdDNVFkamNoNHYzNHg2QWc2NlBtIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwOToyMDowOS4wNzEyMTcifX0=','2020-02-25 08:20:10.074720'),('yztxbfz94yn3wlha06h450rzl7wmjc2i','NTE1YmMyODQxZWYyYjYzMDMwMjBlZDVlYTAwYmVkY2JhNTBjMGMxODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUIyalc1Wms2cVFEdVZGNEZjbkhIUlFIcUdwdzVSRi1oOGhZRzg5NE9WYWxELV9VcHVtanlMMEdBc2MwSV9UMlNWYzJhdWNtUXZkUHBaa09vM0pNd2JRdzZMc0hKdUU2UEdhZncxTFFHZ2NtYXhSQXJ0YXJDS0pvOGh2MmpiM043IiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODowMjo1My4xMDU5MzkifX0=','2020-02-23 07:02:54.107084'),('z0fm7jy5zxoqa6iwn7x7zrs2z5qljmf8','NjQwYzI4ODM5MTg1MDc2ZWQyNmExMzQ5ZmJiNGYzYzBhNGU5NjE3NDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVWV29VWk16eEN5cGZJbG5ob1B2ZnozUTk0T3diT3JIdXhxd2Z6d05scG1wUUREZmZLcGQ4d0xxUTlnZGVoTnZWRHRSbmJmZjU5bkdhQzVEemU3OXVwX3hOaGRSMTNSTUlsOGZlZGdWOUpKeTJFMUhiZTZ3VVhQbWNQMUstNm5jTjhySE1RUllJUXVJNzZpcWw3akpCcmdESkRHTjlkbiIsImV4cGlyeSI6IjIwMjAtMDItMDYgMDg6MTI6MzcuNjA5NDg2In19','2020-02-20 07:12:38.610738'),('z0grpc7hbhzt12bokvepquek2rl04vue','Nzk3MzhmMjk5MGMwZDZmYzVjOTNkOWJkNzI1ODlkMTJiNGI1MjY5OTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVWSE5WQWJLMld4XzBwVHdaTmZzUEc2NWkyTVZOeEFZbkFSYXNDMjN6UTA0S0Y5Qk9hWldSQnZKbEVuQllkRUpjc1J1OHlITC1PXzY3Q3dsWjl1Q0JtTnF2cHpQM1lDTUNUNTZtakJ1U3dCZjNkNGoyVWJjNnJlSy1mWFN3NEUxMTl2VzBqcS0wdTVzdnpSVm94b1c0VEtTQ0dfa29JT2pBIiwiZXhwaXJ5IjoiMjAyMC0wMi0yNSAxMzoxMzo0Ni44MzA0MDkifX0=','2020-03-10 06:13:47.834362'),('z1sc9lf0j67fvwfeahq9uy399rmvb767','ZDRmNTk0ZjdkY2ExY2ViNjFhNDBmYmRkNDdlZGQ5Y2FiNTdjOTc5ODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI4OExQQjBsNnU2MTRhcVZOUDhRS1pBdjB6RnZkcTdrSTVybTdIREFPM1I1TUxJUDNBbTRrei0tWm5MLUVEb3hhM1U4WlBDUlNCd3NNNldDZ3EzU29NSnpCR2p5aTBDdXZBXzQ2eGRuaDJKZ1JmbzdmNkxNZm9namtRdV9sNG8iLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjUwOjAzLjE5MzQ2MyJ9fQ==','2020-02-17 11:50:04.195232'),('z26gb94bizyr56hlbx8sya6fxwt1j7fv','MDhjNTU1NWRhYzAzY2U2NTI1N2Q5YWRkMzdmMjQ2ODQyMjU3NDEzZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUI5dVBjU0ZSYUdZbG1naWl1U0tJcDNLVGpQU3BURENSNU1VUTV5cm13a1ZoTjB3em1jMzdHRWhWanRWeDBKMFRvWjhhS1JUTDF6WUVZNnlPVWtfN0t4UWU4cTY4V0FEc1JFWXphMDZhbERSSFBYUFlHWVBCb080WmRpOThKSjQiLCJleHBpcnkiOiIyMDIwLTAxLTEyIDA2OjQ2OjQzLjI3MTE3OSJ9fQ==','2020-01-26 05:46:43.272283'),('z3jlci67r7qrinj5fdh00m10xhax0nwy','ZjgwMjUwZDE5ZmNkY2JmZDRkMzExNzI3OTAzNGUzZDQ4MDljMWE5Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IyTHAxdWlTdDdpbkFlRVFmSXhaZWZBSnQ1dDQxLUZ5TnAzWEpFV1hGV3pHYnU5RVBXV0MtbU1LVkZqZTNqbzFPUWVVVkFGWk5qZGVtNS1UaHNaSzNGTWE4cGlBLTlfeFN0YUotdEVlV2xNQkNPUGlCcFVVRm12Yi1uemc0Q3MiLCJleHBpcnkiOiIyMDIwLTAxLTI2IDA3OjE3OjE2LjkwNzM1NCJ9fQ==','2020-02-09 06:17:17.910867'),('z41in97f99syfq1lpg7fuw02u3e18pgy','ZmUzZGViNmZhOGEzZDIwODgyMWJiYTAyNDc2NTI5NTMzYzNlMzM0YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI3VkRxenRaeUpKN25FR0VnbUM3VFYwTl9GSWVQdDhyZUZkYm13dVFHV2hWY3hGaG1Ndnh5LVNiX0haVVRsaERkZmpRY0dPVllYblRldzFQdUVFcjNZa09RYVp5TkpqS1lKbXp2UUpEUWszeFctblpWWS1wSDByX21sZERuUFEiLCJleHBpcnkiOiIyMDIwLTAxLTIwIDA3OjE3OjAxLjUxMDcyOSJ9fQ==','2020-02-03 06:17:02.512450'),('z4hhfyz0h3h1rbe334ion5btz4rgte2e','MGNlODE0MDMyY2IxZTVkNzZiMmE2OTU3MzZmODY1YTg5N2E1NmViNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI0SjZDZWJaUHQ1QjVZTmZVd2tVRE5nQTFUbERzalM2bXJBUnZnSzJjMEczU2ljcldqYk5xZkpYaDZWU3UySjNxSmMzSnlkczktajJ5bjQ2YVlJQ0RMQ3FrV19iOC15QlpxM0dMaEIyUUxvT1lqT0N2TjFBZHZ3SFhfczJmOFEiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjAwOjM4Ljc3NTc0NyJ9fQ==','2020-02-17 11:00:39.779350'),('z4iuaarushh8ob51ygx9xw7josvcns0w','NWJiNDMwOTdmMDMyZDlhZWZjMmE4ZjJhY2I1ZGY3YjJmMjg2MWQwOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI3cFdMUFdjdk5lemlyd0EwaWVvMTJwMlhLREx6d21SQlJvempmdGRKY3c0MnBTRzFva2pLNmJNSGg1cWl6MVhjd0RaOC03TEpoM0tsXzdEZ3cxd2h2OTE4YTVZQ1BYTjBMaUFMUExzeUpQSmlsRjNJVEt2NDM0TEFTd2MzNkEiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjE1OjMyLjIwNzMxNCJ9fQ==','2020-01-23 07:15:32.210739'),('z5i3o36bxelv21mn19c61pkz24dfk0yq','YTNiMmE5ODA3MGE1ZjgyNGZjZjU5N2QwNGQxOTA0N2Q5NDQ0M2Q1YTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUItQTFwbU1TLXVwZllSTDJ5cjJYNFplQWQ2QXBfQnVYSzlLRU5PckxVNWpIbDM2Uk42bU1qZ2lweEwwWFZLcUVuTlA4LURiYkE0aWx3bnNxLWxfTkcyNGgwS2RmM1FCTFFMOUZRaDVaZGc3UnRqdTJaUUdUYWpaVFpYeVZsOVVlIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoxOTo1OS42NDE3MzEifX0=','2020-02-23 07:20:00.646645'),('z6mmknvmngoefx5xev2xa1miloa0y3w7','MzE4MjkzNjBhNmM4YjFhMjE1ODkyODcwZTAwMGU0MWFlNDg0YTEwNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IzVXZOLTJYUDN6OUw2Nk56OHVEV3hwODAxUnhCaHdmME0zTFpQcU85UGtaaTlMTnpBbkpoUlVwM2xWNlJhWGZYb01Oa19WNUxQdWYxVmV1N0tWYmFvbWJER3ZpUm43cGVPdXg5amNvMDN0N1k1dEE5Z2RFN2ttVE44ajBJTVEiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA5OjAwOjQwLjUzNTE1NSJ9fQ==','2020-02-10 08:00:41.538654'),('z6v8f23nuwxdgz073z5ziclv6z69d5c8','Nzg1MDIxNWQyYTg1NWI1NzQzOGU1MWQ3Yzc3MzljOTQyMTgzMWMyZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkJ5czdlVGEtQzR4VnZ5ZmhObFEtanBQUGJqM05fWXVlbFBMZnBRRmxZMU9neW5BQ3Vqam5yU3VCUlJpc3pzRFd4RlA1VDlsd0Jvb1ktSUFMWGd2QTRfSUxnNE9Tc3dOdWZYLThtNW45NC0tdHhJSF9kci1IZkpDSVpWS095T1UiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjI2OjA1LjU5MzkyOSJ9fQ==','2020-02-06 11:26:06.595259'),('z7j4dgwgo46s03mqvp4mko6uo46km5mz','Y2EwN2I3YzZlY2Q2M2RlYjFhZmFhOTMyODM2ZThlNTQxNTU4MWFiZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI3MFZsSGZJMGQzQWEyWDVGOXJuc1ZwUERSeDc0WHZMNG4tZ1VXa2F5Ym1DaWR2N001MjVoLUF3XzJ2UVQ1dHIyNnplZUtUWm9aZ0tDb2tLamg2MG14VU5Ea1JiVXloUkFXbm5JWFZOallhaVUxalBoX05wQ21ILWl2enk1Z28iLCJleHBpcnkiOiIyMDIwLTAxLTA4IDA3OjEzOjM1Ljg0NjMwNyJ9fQ==','2020-01-22 06:13:35.849770'),('z8j3j13mvihjhqfr1f31iie8biq6nobe','NTA3YWIxZjI3YmI5YWExZDc2MzFkMDNmNzI3MDk1YjAzZDE0MGUzMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0IzX1ZYRkJldXlJQ1lJVDNFNnM5VHppYVRTU1B1VHRMemtRSHM1QW0yY2tacFFSeXFWS3dwZDc0aGZ2M05PYVhuRkFlUHFKNkVHdkk2dWFOYW83YW9zdXhMZEZwdm5UMkljc1ZWMkRuX2Zhbzd3WFgxWVlyZ0k5TmJ5SWJ4N28iLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjUwOjAxLjIwNDM4OCJ9fQ==','2020-02-10 07:50:02.205984'),('zanmkpz0w4lwp5y8fvzw6si7w5gee0uy','ZDYyMDE0NTQ5NGZkMDEyMjRlOTA0NDI5NDcwZGRjZDNhY2ZlMTkzYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEItYm12YWhrUTF6ZEdPWDNTcUpMdTcwQlNkek1VRE9OcGItQzU5OG1Kc2NDal9fYkxEaU1VSi04dk1HMGRqcG9SbmtRRTlWYWFlMHFyMm1UX0Nxd3U4M0NVZ2sxNktPU19rcV92bUZGTVpMRVNGbXFxSzRVR3BPX0t6QmFRSW8iLCJleHBpcnkiOiIyMDIwLTAxLTA3IDA2OjQ5OjQ4LjEyNDAyNSJ9fQ==','2020-01-21 05:49:48.127662'),('zb8w7vu0ofiwwsrc98dw0fwrdmhovumv','OTU1Yzc4MjViMDQzOGUzYmY4MDEwNzliNGFjMDFmOTJkZmIwNWVmMzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJfc0NTZFVCaThETjJ0S2dOclBTMDR0YkpaMjB4NTFJd1pHc1FoeHQ5U1RIUUgyb0lqWXJUa2RQZ1JoUUxVYWZFdy1vMXNqOGpacWJBNEhsbXlnc3RBd201Mm9BNWZPRi1GTmF6RXRSNmVPMXpZejd4YXZIQlhuVV9LXzBYQlpJIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMiAwNjowMDoyNC4xODM4MTAifX0=','2020-02-26 05:00:25.188274'),('zbf9kk3segpprswg4rwyvktfaam5xzmq','NjUwOGI1NzM5MDcxNzUyY2Q4YzhmMzYwZDdhYTI2ZTU1NGM2ZDMzNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI4MDZqbjhEQ2lwd1hJcGxVOXljVTN3TGZ5TVZEY2c0amR4UlYwTzg4dWVvZm1nc3oyZlJUSEpvMEttdFVYVVhNOGFPZU9HcW5kcFU1R3VUWjFiM01xcXFOdTlFcWQzeHZ2X2xxVTgydGd4SkZ0eEoxV29GNnpNNnJtTUpOLUEiLCJleHBpcnkiOiIyMDIwLTAyLTA2IDA3OjAwOjE2Ljk2Mjc2NiJ9fQ==','2020-02-20 06:00:17.964323'),('zey6kg5n4600067ew9drcjl8bjo212l0','MmMyMTcwYTkyMjY0OWE3ODY3NGQ5OTdmYzIwNmM4ODJiNDRmMmFhZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEIxQmwzTFdnT05pMm5idkt1eFV6WDRGSHBSUmI4NEtCTXJiZWhtenVtNnUxR2pfekVwYzFDbmtyWTM2VDNzbHpSVlUzbGM3Z0h0eDUxbHpOSGVBTTB4R1dNOG55YUJMZGduT3cycmcwOEQ5OTZFZEszcDA5SVhvUThKMTdSUzAiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjEyOjE3LjI2NDM5MiJ9fQ==','2020-01-23 07:12:17.267914'),('zf4v2ad7cf2doll57tlzs7giujrm23xf','YTNhNjNhNWM1N2Q1MTc2OTBmYmE1NDdlZmViYWQzMTRkOGQ2OTI1ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI2aThsOEF3c0tnR05vTEdTZ05oNDJjVU44T1Q1SzkzUllsOGJwWTEySktqNENFX2ExRnJCbFM1UVc2dU1vLVlJak1nT0lHS1htYXVkcjhDcW1sNGFmUlJMRVlwLTV5dFBtc0syczA0S3BQYzNwT3ZlaWJBa1Ixd05QSUFTQWMiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjUwOjA2Ljg0MTgxMCJ9fQ==','2020-02-06 11:50:07.843651'),('zfou7en6e0zz3zh8sznrt6coivlamsbo','OTg2MGNmMThlNDdiYTUxYjAwMGJlNTM4MTgyMTI5YTIwNTM0MzViOTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEJfekl5SGlVNjJqQUR2MHZPOVVJRzN1LVpQWEUtLTNTRktQUDBkaG5SVXI5NzczSjRId3dfT3lXNWlCNTB2dDZtMjl2cDFRNV9EMmVOdXpFVDNsOXp0QXdmRW5wMmw4NkpnZkZWclhNQ0d0d1JVY2dzM2x2S3FzRmM2QnFxZkkiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjUwOjM0LjY5NzU5OCJ9fQ==','2020-02-17 11:50:35.701115'),('zi334n7hb0dxps5vpk5facylvirnhi9i','NzY1OTg5NjVkMGY2OTI4NGYxYjZiNGJlZTc2NDQ0MmQzNmNiZTU0ZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DN0I1d2lhbFc5ZmRVVUIwYkx1ZGhLelMtTnpqRW5wQzktTk93V2hsSUFxRHhnQzQ4MnZOSTdYd05HekctcFo4LVV6MUNtUVVVQUZTdU9aV1R0cUdtQ1UyMDg5UUIxcTl0Qm1MdTNySDdMQldkQ3lQUUZvOGxZMGJyS2lZTlZ4aWMiLCJleHBpcnkiOiIyMDIwLTAxLTI3IDA4OjUwOjA0Ljc1NTEwMSJ9fQ==','2020-02-10 07:50:05.758553'),('zj6egj8alz3f3w7iwl3rshw49vy8g2ij','ODIwMDY2NjEyZGU0YzM0ZTRlZjQwZGUxMDhiYmVkN2U0N2VhNGZkYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI0Ny1tYkp6R0h0djZTNmF2OVRreVVNT3hHYVE2bUlaTUQ1WGR1TS1vbzJPWV9lWkJVdlEzWmY4dk9zS2RqT196UGZXdWNBZnd3OENLUWFzTUhvSnVJTjNHalFsVF9US09nbGVSS1dyTzFzbHdCOUs4dWNHa2UtR3MtMk81cnNPIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMyAwODo1Mjo0Mi4wNTUyMTQifX0=','2020-02-27 07:52:43.056328'),('zkb9qtsozpntnag5cmssvw0grakm89ct','ZDg3M2I3ZTg2ZGVlZDRmMjNjN2QwYzE0ZjJjYWNjNWM1NmI0N2QyZTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIxZU9iMEs4b0NTZWY1OXE5QTY4NnROTlNVbHNIaXFCcmVacXJUMHY2T01tRDBya3NxdmNaWmdVLVVFUDNYODVfZjhpcVVNd0s4NXlHZkI3aXdRVWo4YkhOdDlCdnZDeTRFUmMwZnVLYXdINUdiWVN4djB3b3dBN0syellYcDQiLCJleHBpcnkiOiIyMDIwLTAxLTE5IDA3OjE0OjA5LjI4NDAwMyJ9fQ==','2020-02-02 06:14:10.287463'),('zlsies3qma0t1lbds2zkgob3eguxn18y','MDk3MDI1Mjg5NGRhMTE0NTM0MzVkOWM3NGE2MmJkOThkNDcyMjFlMDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUJ4ckFRQ1NHX2hJcGxpdER6c2pvc2xsWnc4SzhWdmdUdnhvdk9EV2RYTXRvNUVvMUgxT0hKdDYwcU5CUFV6TGhZRllyUkwzNW15cV9NeURWcTRvZWpndzRWaTZrb0pYY1VKNDk3TTJFTTlLVXhERjdzVnRKdU1GTkpsYUtwX1lhIiwiZXhwaXJ5IjoiMjAyMC0wMi0xMSAwODoxMjozOS4xMTUwODIifX0=','2020-02-25 07:12:40.118432'),('zmxwimqwxxdphc14lfulerrn84yu7njk','MzFhMmNhNGI5ZmI0NDgxOWIwNDA2MmRlNTk4NmJiYjQ1M2FlYjM5Mjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkIyclhGSVZuUFN3UjIxaHFWWEZhMXFBajVyVGxvTmVyTjN1aUtBb3gza3VEVTR2M2lrNTBkMW1UMThLLXlwSU1SNFFYS2w1dWZPbTVDMGNTZTdQT1hrcW1RR1VBdGNGWnNCcjczRjl1MW1qcWdid19kek5oempwakNBbERkVU0iLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjIzOjMzLjEyODgwMCJ9fQ==','2020-02-06 11:23:34.132257'),('zmzmvgik9tskgddkt8gngrck7rn85y4t','NDE3MmVlNjIyOTI4OWNjNThiNzczZThkYzA4NTc2MTRjNzg3N2Y5Zjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI4QzlSdVRUa2dZLUlrOV9xcVhfV2JGSkhiVmVXWVYyWFRFVWpvdVQ3UUlRUlZjRTFjUzFmQjhLay0yZ041UHZxbENlRnlvR2dXMXR2bExvTDdpLTZjdWtDRU1iaGdmRHR5Vlo0LVMxcXNPQ1J1dThRV3EzZ0lIamJZcTA4eFEiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjA4OjA2LjcwNzQ1MCJ9fQ==','2020-01-23 07:08:06.710878'),('zp1sicrqf8qjr2zd7xdnb4p7fjlxkuz0','YmNkODg5ZTVmYzM0YTFmNmEyYTJhYWU3OWQ2MDA1YzY0MTk2YzYyZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI1eGZiSnMwWGY0MS1kZDhGR09mRXJvNXNyV1dYbVZuczlaRGF6RzBmS1lSc3dFVDRCNlR5Q3hIeGN0b1JJeVVZOVVuWDVObjlVck5OQjJWS3ExbUVDR1Q3aVJtc2JSWm1mc3lmRTdKOUVBX0tuU3NJYURBTUtCRkZ3SDhoSU0iLCJleHBpcnkiOiIyMDIwLTAyLTA0IDA2OjQwOjE0LjQ5Mzc5OCJ9fQ==','2020-02-18 05:40:15.497413'),('zpr9x6w9596rhacscbekqmrywnh72630','ZDhkMzIxOTAwNzJlNzAxZjVjNmM1ZjAxMWEzZDVjN2MxYmVkZDJkYTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNkI1YkdfRDVLc0VvVWcwdF9pU05hZjdfNkdtWlpVM0VmWHpTbEUyQkViTGlWVTVlN2s0LUE2NFNUV080ZDFocWNOanZqZ1lwOW9OaHkwU1ZINmJEcWU4NDQtcjl4WC01Vk1pd0lCeE5pNzJhZ3hrOWEzbTZLTUJoVlo3TjljYXMiLCJleHBpcnkiOiIyMDIwLTAxLTIzIDEyOjUwOjIxLjYwMTM0NSJ9fQ==','2020-02-06 11:50:22.604162'),('zqlpjiub2fws1e1m46ej9rdajskwbyxa','MWQwODYxMjE4YTczM2I3ODgyYjFjMWIzNTljZGU2MzhmZGQ1NDgwZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI3emxHdE1SNGdFZ3A5OGRMRDM3cEkxb1VxaFNjRkFtQUJEZUljc1loeGNsQ0xuNi1vRWlibWhsQ0pFRWVHM3BEbkpOaDFoRGM3UFh3UlJrVXFVR2Rjck1BZFREMzcwS3ZXN01GVERLM2tMWlAxRW5FSEJJdmMza2N0OHloM2ciLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA3OjUwOjMwLjM0OTAwNyJ9fQ==','2020-01-23 06:50:30.352511'),('zsaqcwugcb3vwy0l3kapwguwhuybzod9','MzY3ZDU3YjBmODUzYzQ4MDk5NDQ5YzhlODZhZjc4MTU1Y2Q0OTViODp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI1cU1JRzhqUk95dTJDbHVfZDBpNkxwcHJuMXZTWGltYnl0Y1JENG9TeGVQd0ZiVjJfWXZTNnJaLU9oSlRYaU1ZVzVlamthaDJNc2wxNjdoc2RGVXFLemtvMnpKeGlHdzVVRGk1eGpOWGl6WFNEdTBqdHh6d242OTFKM3BIeG8iLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA3OjUwOjI3Ljg2NzQ2NyJ9fQ==','2020-01-23 06:50:27.870913'),('zsliwqidw2ed0p3115xtxbh5tq4apf37','Zjc4ZDVlNDY5MzVlNDc2ZDhiMDFiZGYxNmExYzY4YzE2ZDkyZWExYjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVWVXFNc1pnY091ODZtVXF4N3lac00wcmZpNWl0d1RtUWc4eTZGc3J4aG1ySWU2bDR1UXFkbVJDaFFyRXRJZ1hmcDdGRHRLLUp5NjJXZWp6V3pYWUhhaWxMa2VZTUdObUswN2N0Y3BaTEttSUtRWE42ZDAySzRPMk5LS20xLXJQRXp1aFNiREQ3bk1adG9icFhpeVFtQndPdVBwdzdWbzNnIiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoxODozMS45Mjk5MjgifX0=','2020-02-23 07:18:32.931176'),('zucami2ne1e8gootpg9pbcsmg8erkval','YmVjZjE2MDU3ZDM1YzI3ZWU2MzU4NWZjNzEzNTFlOTZkOWYxZDNjMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI4ZmIyYzRiMTEzZTQyMjE1NGY1ZjUyMGU5YjdlZjU0OWFmZjk3YjdmIn0=','2020-12-10 17:28:15.132089'),('zugh6rbz5lt9flxdx4yhvp6pot61eryl','OTFhNTM1OWE1NjVjOTMxYWFmY2FkZmQxOGU3OGRiNWZlODlhNTgzMjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEI1Q1BGbVpBdU1MdUhzbzZiSHlIT1hlRk0zZzVnSm1IMUt5WldORzJJd3oyZHN3RFBkeWE3V0V3RkQ4NFRzVjVVaTRtVDBVQ3ZuV3VQTElQUmFqMHZNLXZSdDlma19NYnp1Z002bzBWcEJEWmV1ZHNlVHJCYjBya3hBc09kbjQiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjA3OjQyLjk0ODI1NyJ9fQ==','2020-01-23 07:07:42.951703'),('zv52fq5z6mzrnpov5qh206ujapoeo9xy','YmIxZTc1ZmVjN2ZmZTRjMzc1NDQ5ZGVmMGFiNzBhZmM2ZDM2M2QzZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEJ4TllodGQ4QWhJa3lSNkZ3RFZXaEVSWDFmcW5rcnJMeUQzeFBrT0ZIUjhodUk0c0tRMDh4bFJzdU1DcldvcmtlY3l5OFJlNm5PX2UyMDIzdnNnNVctQXgwcjRMYkVvUVlFa1ZzUEpnRU0zVzdET09va21YSE96ZWh6SnZkV1EiLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA3OjUwOjMyLjg2MzE3OCJ9fQ==','2020-01-23 06:50:32.864337'),('zv5kbh0ll6x5cyvbnuiy6pvbgksncabq','NjNhNmZiOWNlZjM2Y2MxN2JmMzU4Y2MxMjE0YWJkMDBhY2IwM2M1ZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUIwZWJHV0p1bW5DQnRkUnFYeE8yUGYxTFdfaTZXTlBtQVZDdWhCam1uQ2U4OFc2WGxDNWVrUTZwWDNpTmpHLTc3VUdRSG11Yk1VSkdsVWJoWUU1X21waG5ncWtHMGNCWXJXZXBpTUxxUDNtTklPbi00V1dYZkpzd3hZc2Qwa0kiLCJleHBpcnkiOiIyMDIwLTAxLTEzIDA2OjQ3OjA3Ljc0ODQxMyJ9fQ==','2020-01-27 05:47:07.751856'),('zvgeu5vo2n892576229f1v6t8jwguhk3','M2IxYjg3NjY2YWM1MTk4YTE4NzZmZTRhMzhiMWM1ZTMwODc2NDgzZDp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1HOUI4WlVGV3J4RmNLVS1PUnM5a3REYUVBYWdXdy1YTEdKTC1VeW5sVWVtYklWTmZucm45d3NuUjZDWGdWMklTQU5HUC1CMkhVR1kxYmdidHRVZm5LY2tYOGhELW9ENnRQeWNFYmxkM255c0c5aUpxUVVJeXNCSDNGQ2wtN1VvcTA4IiwiZXhwaXJ5IjoiMjAyMC0wMi0wOSAwODoyMDo1MC40MzM2OTgifX0=','2020-02-23 07:20:51.437741'),('zvzd949bjob0vybukxhp38vm9ckld3qe','MWYyNmZiM2NkZDg4YWNhZDU5ZTc5OTI5ZTMwMDk3NmRlNGVmNzllNjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVXZ3JDVk9peEN4V0lkWGlZd2hQWndsdWJYNzltcjZvRWJfcVBWNG1IUkVQS3RXY3V0Nkp0WE9PcTZBWWEwdEotaXFkeGhiWjdHdVh6dERlVzlpYTFRUjk5S05XbzBhVkc1bld1VVY0OG1NbGg1V3NpNy0wVlJnaW5kQllZZE0xa2RRQ0x6dlJ3VU8tMXZHdndGQllsZ0JVeVZNOWlkVC1RIiwiZXhwaXJ5IjoiMjAyMC0wMy0xNSAxMzoxMjowOS44OTM1ODUifX0=','2020-03-29 06:12:10.897084'),('zwer11yv27esmmfydu0h7ximhtji8q3i','N2IwODFjMGY0Y2IzMzMyMWY3NzIxM2IxNThiZWNiOWM2NTg1ZjZkYzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuYTBBZHcxeGVYM1hTZUNCQy1qcVd4WlNOUzBSMFVVdkF4MUJza0FRTlRKTktEdk1IUWxBNXgwZFk3UDJHbmticU1jNW1CVU9Hc21LZi1sV0xEY1dFR1UwQWM5QUJlandxVVp1SzRMb3RCcjh6Q3dOM3MwNzdSMXlBQU03TWhxT1FLbWExejd2N0RqQmhQNHdmZE9odHFHc0dpZ3NnbWNQeDNsM0cyV3VRIiwiZXhwaXJ5IjoiMjAyMC0wMy0wMiAwODo0NjoyMi45NDEzODIifX0=','2020-03-16 07:46:23.944848'),('zx4n1grln1ftyfcqw83tdljc5cdxuhfz','MjcyOTAyNzc1NDA2NDY0Y2Q1Y2IwN2VjZDg5ZDg3ODc3YjkyYzc5Nzp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNUJ3b0ozTjdjbEwyS3RqT2RhOUJBVEx5OEYtTzRuWEZjRG9vWEs1ZVlIaWlhYlRKOEkzc3cxUmF1TFhmV2l4S2ZHMjY0RWdiTENHdFVfMVpwNE54dEVPNFlDeTZmQkRvVEZGcVktTXNLZ2F3TktFbFFEVlo2RmlwcVAyY21MVk0iLCJleHBpcnkiOiIyMDIwLTAxLTEyIDA2OjQ3OjE3LjQyMjE0OSJ9fQ==','2020-01-26 05:47:17.423376'),('zyl6jy9sam5cwlz4e8bhl34iay2s2qow','MjhkMDU5ZTgyZWU4MjdlMGQzMmFhN2NiMDFjYTAzMjA2NDE1NDIzNTp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DNEJ5VC1iN2ZxWllLOFBBTDdhbjQ1bmtVelJnZnFUTUFYdzJrdFZTaWRqazZ1MHBHY3FMOHd5UmNxT1hHMVdWanFaaWIzS09tVzFpT2hEeDZ0ZGZYRGY2RHcyenkxNFpoN1ROVFViLTdxNFNyd1Y4N0hqRlVXQU43RTZqdFlPSnciLCJleHBpcnkiOiIyMDIwLTAxLTA5IDA4OjEyOjA4LjI4MzA3NyJ9fQ==','2020-01-23 07:12:08.286606'),('zzfx2w3w0svgidzw961scsx7weuj2ogo','ZDgzMTRhNTMyNzlmOTkzODgwZTQ4NTFjZTU4YTM0ZjAwNDM0NWRmZjp7ImNyZWRlbnRpYWxzIjp7ImFjY2Vzc190b2tlbiI6InlhMjkuSW1DOEI3SC1CSlBON2otZE9YcHJDZEhmdW1WRTF1XzJlWTlGbnZDWEppNm1EcGdXSmp4bk5kV25iZHJwc2djMzNyX1VUSU51LVQ4RjBmajR1Tmhrc1kwWm0zYllGMlU0VjFhQlFBMmhGUDhvc2RJRllRVzdqZGtJMnFZUzY3d2txakEiLCJleHBpcnkiOiIyMDIwLTAyLTAzIDEyOjIwOjUzLjcwNTE3NCJ9fQ==','2020-02-17 11:20:54.708452'); /*!40000 ALTER TABLE `django_session` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `facebook_app_facebookpage` -- DROP TABLE IF EXISTS `facebook_app_facebookpage`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `facebook_app_facebookpage` ( `id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `name` varchar(500) COLLATE utf8mb4_unicode_ci NOT NULL, `token` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `location_id` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `location_id` (`location_id`), CONSTRAINT `facebook_app_faceboo_location_id_3648b12f_fk_gauth_loc` FOREIGN KEY (`location_id`) REFERENCES `gauth_location` (`location_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `facebook_app_facebookpage` -- LOCK TABLES `facebook_app_facebookpage` WRITE; /*!40000 ALTER TABLE `facebook_app_facebookpage` DISABLE KEYS */; INSERT INTO `facebook_app_facebookpage` VALUES ('104213804456471','SignatureCare Emergency Center - Lewisville','EAAmiE8MkZARMBALZCC76JHpx2kKu9W1JmDgAZC4lz2Bt0E9J8G2nLAgs7tlpD3wckqhupf4VgpPnx1UXxxJbOGkKdBOQFRLH8XwYIXNax6BtN4ecMqAhJvGOHiVwiG6EOH32TfbH0OqTKrB2ClseD2I6RDyZBAX3NEkQd4SZBuhFQjbwhWl8nxUuazCJpy9MZD','14748677429039074158'),('105589317817643','SignatureCare Emergency Center - Pflugerville','EAAmiE8MkZARMBAMqOxhM9oPHZCceZCoNu3YqJZBPBWDrQTCaWBW6itW6Dyo8KVYs0YlwKUTED7dw1N2se6SipmtAPq946LZB8YUE3VeL6E9BryZBqq5LbaZC1jeO2RsZBYP0jI1ipWEuPWrsoQb9aTDauzGa2k5HYklZBHhG9xpZAr6lzCcJ0fSw3cPoFaYWDwEcoZD','2077061009497551125'),('1608991329419166','SignatureCare Emergency Center - Montrose','EAAmiE8MkZARMBAFiCkTVDylrIR4CBotZBEhQFIZCyzIK20mmPzYDOiDHttaLG0Trk5sByNh1BLRkfYpfb8qvotwM3VIy4x8AlQl3TXV9v9E0CUmxL4MWgliDzROOZBeS94aQkG79DTwQskfVibjkZA9bZCYkYZA0E0KOVIVfEPwHUrMkEOKZBTZCtzZChMOMI7lZB4ZD','3511292162159714121'),('1609539722669429','SignatureCare Emergency Center - The Heights','EAAmiE8MkZARMBAGKnLKhSiGiZBWLVt89VGhMG9nzpqp33rIFRrseE4bNhMazpkluZCLTvlqVyyl7ZCXZCTHDfZBZCeStJ6DP88xRWr3bPG0vLlWB6LnZCSRZCKNXhHew74Lp9CUdDErF0RZCzxs6x17rgYfNf9PgxSZBKCqeOdh9p7Q18v3FIDvZCZBqIfI3iK1cOqWMZD','14567670160750071148'),('1648645701907657','SignatureCare Emergency Center - Bellaire','EAAmiE8MkZARMBAEnZBVOZBh80JtP8jLMfANacqZAxqmOJuLR5PhZAc43mK5RNbCzLzfgwBBfTn2LC7ZCth7Px78VnVAoqobE2OidZCUYRwvhhwZCtqKUybuq66FrLcKbGnTVcZAWE2RriWssjMPEz8d2ODL0JbZBGWNMDaZAuA8q60FJVXcVZA7gLvEOYnZCvaIEkT1IZD','8679688254631342173'),('167959367441528','SignatureCare Emergency Center - Cypress/1960','EAAmiE8MkZARMBAI9ZCQBHMFChWzFAIq7l0RkCkryQCO5ip9Lj6B1ZB7Qw7IgBo5NbQiBa2FORAZCGHjuEMZBrEM3gI8ZAUNmvZBRVCoYJOvsIuaj17BOoftZA2ZA9xSQKHJ9HuQZBLvZB13biakGRbPETtlIs67jC3DrPbeXFuwtUTmSVVZCZAiwv0ooySqTB5hlz9TMZD','16389487648212004696'),('1698192877146046','SignatureCare Emergency Center- South Austin','EAAmiE8MkZARMBADz1pGVkOQvHozzNaIHmiqGQ3qHZAYn5VyQgoYZCapurZCQjyZBiPWBeLtkBzUZCgkVBT8jCyF5HTcSNBTjKCjXKFIt8ZAlACeZCHpaxucJOfyRylDXKwA66aKTrluw3rEateEaxJ071CICtEzZCclGknenAcGtXrjHyofd5U12uX2CzX5OFbfYZD','16891069708558046635'),('1765121397101399','SignatureCare Emergency Center- Memorial City','EAAmiE8MkZARMBAAVVTJtwKKizfqDXZBRZACMh0CWItE0LlXv6kexqQZAdZBgIDqcBkpXS4R1HUdZARcbNZBYWrRJ0jpcW6MoizVvZCdHrhzmQiicpAixzmZB0M68WITqDhPVFyuG3ZBCspZB8SZA2cUC76st2Yw8CdeAEzPKhSjfGWg9s6TxBOKhbKiZCam6tZA8o4vMUZD','14904078213800803294'),('1787364321589026','SignatureCare Emergency Center - Stafford','EAAmiE8MkZARMBAEh7jhfZA5VqRYgk7YABG5GO6uZBp0ARZCQTJn358C6zd4COtgrDwDVeFV1L7NvDHxXZChDCZAHKY9ZC0a4aZCuUF4ZAnVjLjYINSfjZCyQBrZBSfKKIbJJozcVrU7NtB3ytlhn39cOQJQ59DRILCWIpG0H395m5Ej3BzrCR9tMi2TYD8XqWEovUYZD','8918455867446117794'),('235046800697531','SignatureCare Emergency Center - Texarkana','EAAmiE8MkZARMBAFlSMYfbh2yafspmqvCkSHhzGZBzBKawGzfgkAZC00Xlcjwdq6nVZCqDGZAHRuEtdyrzazUIB13W2k12AFpHatUZAI2oVJL3m87tM56zg9LyrEqo5KfuhiiaNRIbF9FZAv5yukcuCJxi7qZBIrDAW4kl16ONtsq7mSY2FNdAuQxlrmVGKAhzTAZD','3272657195432704501'),('237100240304186','SignatureCare Emergency Center - Odessa','EAAmiE8MkZARMBAMrog2vzcJ81XgcEYnFcAcj2LxCRRDUUK04Q2zhbyEQr6RmgPKMxZAc0ysnWXl5Dvih5SBJAZBZBE1xUZB2O7XbQ7WLZA14TC3mkUGZAc2WNNZBG9BnB1LcUZCvZBSzx34CshZB3cvfXJoqr3ZADKpWYFpvZBaWmu8PQwO1djthEmPo8REKU5G0hjZC8ZD','6521947413723274945'),('251751275488925','SignatureCare Emergency Center - Killeen','EAAmiE8MkZARMBAGwYjRFimytX6cZCoYZB3XrZCdiWY3SRmQJyujG6uZAMBiAl6WID0BXYfVNlwvWDNZBTTmZBvgwz5DtFx3oTi4brrZBb9ErRZCzSEhmcla9ZAX6sdH5F9YZALRz8ZAQOfFXQyYtqA4RC6ZBnRaogfZBBHMv5Ir0zlngGQSyOZCoh6PW9ruPXUPhxdSM4cZD','2694018788013845459'),('299216637560955','SignatureCare Emergency Center - Paris','EAAmiE8MkZARMBAHNAzerCJgEKprnv6OzD015R1wwOI6ig1iYvIc7VZC7rW681n6LuLKfexeJrgsxNInjAHpP0vndyZBa8BNaXfxcfESwHZABkHDHm2MZC5lE6KTxnbtGlpGaUP5HXGyjnEZAig7fv5k1MX5g5pe7NM8b8IsnbBQgR7niLSAK1rQfc6I14mWZBQZD','8626688543755174284'),('326347177710316','SignatureCare Emergency Center- College Station/Bryan','EAAmiE8MkZARMBAA5iCwmyJyMitxFsMtmIGOdiM083m1pZBXSFx8FNkWjYvtcPD3xLf6bDg5CC90kDPuwdT7tIaBQIOQBQ1bV2mVZCVoi1awd9nlJ82ZA5V5fAjVR8uN9UqgkBNDsLzh0HHsyWN9vdlRQdcpOLWmRC2xF96qPee7qWpHCZBvjffJ0YoheZBcyIZD','16590124370714063921'),('461782867645453','SignatureCare Emergency Center - Copperfield','EAAmiE8MkZARMBAJfZCzoidbgHEcg6WJZCZCzTNtZCmhtGxOwZBlPsYZAAxZATL3pkzznVO0IKdEtIzzRugeix2xw3Ve8dXKlitaSwBilZBzQxuFRSz6YhMcjuOt2UQcFproqHPoeId3M99ZCPG36biX6CfLjMcZBlfsw23ZBU8UNhdiZBBy6hrIvy4ptw4wJMoaYKsf8ZD','17898197009688164559'),('544778295636544','SignatureCare Emergency Center','EAAmiE8MkZARMBAGHdTpXbkilleFkQV0Biw9SqWJgYajQNk7qSBxVAN8Jrvne4IJrPkZBN4lyeGR6kw7cxiFvW5b0v6nG3F7uCraNAHPyc0BXA9wUlnSHN8AAbINXuOas27XY8CH01F8LdovGgmaWJu6RkyoZCn9gcU91DyVLS1CQgTMXcRCPAvd3BybJsUZD','17394740196501090048'),('596022027480375','SignatureCare Emergency Center - Midland','EAAmiE8MkZARMBAPxWUsfeCH9GeRYfQMuCIWansfMAxuZA5cQYTkmcnxlqoZAfOIEKKuftyZBbuIEDSM8MswN6N5RdArJb3FwZCsGdSgMuVvEYw2HL1HvzzPFnO9wJdJOeHtx89ZB4xcU0yazNP4SDWcQWVPVwhseyuaZBr8Rxm7uY4CSHhpaGy1I8eRfkwadnAZD','13486358490203335051'),('829264323932850','SignatureCare Emergency Center - Westchase','EAAmiE8MkZARMBAJG0Mf2MSNw4KPbcyZBo0MJZCDqMh3yOZBgCk0euZAIVTaAnbA7GkIZCZBYAq3t8sWT359uq9Xi8a6bq4aKOlhnZCmfXhZCd39EjhyPNF1m24mOQ4x7YFmqpr6mGFfPyXp5iSFPWI2ZCTC7bZAHdDtylTE3MYMjm3mNvoVY9dmpsU0V6wU1AJnnIIZD','12541597562633926366'); /*!40000 ALTER TABLE `facebook_app_facebookpage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `facebook_app_facebookreview` -- DROP TABLE IF EXISTS `facebook_app_facebookreview`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `facebook_app_facebookreview` ( `id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `recommendation_type` tinyint(1) NOT NULL, `review_text` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `create_time` datetime(6) NOT NULL, `page_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `facebook_app_faceboo_page_id_3548574c_fk_facebook_` (`page_id`), CONSTRAINT `facebook_app_faceboo_page_id_3548574c_fk_facebook_` FOREIGN KEY (`page_id`) REFERENCES `facebook_app_facebookpage` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `facebook_app_facebookreview` -- LOCK TABLES `facebook_app_facebookreview` WRITE; /*!40000 ALTER TABLE `facebook_app_facebookreview` DISABLE KEYS */; INSERT INTO `facebook_app_facebookreview` VALUES ('1001399793371973',1,'Attentive service, knowledgable staff, great facility!','2018-09-01 18:37:38.000000','1787364321589026'),('1003350140050362',1,'Doctor Nguyen, C DO was an amazing doctor who was super nice and was able to find answers i was looking for. \nRadio Technologist: Fatima, B. Was also an amazing person who was super nice and friendly. \nI just want to say Thank you SignatureCare Emergency for taking care of my wife.','2019-12-08 04:33:33.000000','461782867645453'),('1004014649954863',1,'Great experience!! Excellent care for my daughter. Thank you so much to Regina and Joseph for all that you do. 5 ā­ļø service','2019-12-23 17:22:07.000000','1609539722669429'),('1004357643064942',1,'Wait time was low and the staff was friendly and super attentive!','2017-07-02 18:41:50.000000','544778295636544'),('1005845006535311',1,'Best emergency room I’ve been to yet! Samantha at registration was very welcoming and helpful. Dr.Souman gave my daughter the best treatment for her condition. He made her feel at ease! We will definitely be coming back again!','2020-08-21 01:54:22.000000','1609539722669429'),('1006303439831153',1,'it was a great service thank you really fast','2020-08-14 15:28:54.000000','105589317817643'),('1006947493107130',1,'Great place, very friendly and caring people. They took care of me very well, and I highly recommend them!šŸ˜€','2020-06-19 23:19:27.000000','251751275488925'),('1009435536094999',1,'I was in and out within an hour, the doctor saw me right away, less than five minutes. They were very caring and nonjudgmental. Patricia, who worked the front desk did a great job explaining everything. Alvean the nurse was fantastic, and the X-ray tech, Traevis was also equally fantastic. Highly recommend this place!','2020-02-27 18:43:52.000000','167959367441528'),('10100117734940631',1,'I brought my almost 2 yr old son in. Everyone was great from the front desk to the nurse, X-ray woman and doctor. We were in and out quick and everyone was knowledgeable and friendly, thank you!','2018-11-18 02:44:13.000000','235046800697531'),('10100149097414767',1,'My 4 yo stepped on a huge wooden peg (like the kind you put on a chair to help it slide) and this was close so we came here. The staff was excellent and quick. They were thorough without going overboard and honestly very affordable! We will definitely be coming back here as needed! Totally recommend them!!','2019-04-16 20:04:30.000000','1698192877146046'),('10100187217447513',1,'They took such good care of me last April and again today. Thank you Chelsea for being great today!','2020-11-04 23:10:49.000000','1698192877146046'),('10100196486202619',1,'very friendly staff. I was offered a warm blanket. i highly recommend.','2019-04-13 23:39:49.000000','1608991329419166'),('10100229452677794',1,'Very polite staff. Extremely clean facility. Kept me well informed. Thanks for a nice experience.','2020-12-19 02:36:18.000000','251751275488925'),('10100229739961866',1,'Thank you for taking care of my family! We appreciate the hospitality. \n\nThis location has a super compassionate and knowledgeable staff.\n\nThank you again Adam, Linda, Aileen, and Dr.Jones.','2020-02-03 01:38:33.000000','1698192877146046'),('10100234866437950',1,'We have had great experiences at Signature Care. We have been here for flu, strep, and a few other various things that always manage to pop up after hours. The nurses and doctors are friendly, caring, and knowledgeable and we usually get taken care of fairly quickly. You can tell they care!','2020-02-17 04:06:13.000000','596022027480375'),('10100259194973827',1,'It was quick to see someone, nice employees and super awesome place','2019-05-07 04:48:42.000000','1698192877146046'),('10100303386817929',1,'I love going here!!! I\'m always treated like the rockstar I am!','2020-06-05 14:55:02.000000','105589317817643'),('10100305981992179',0,'Horrible experience. Worst ER or Urgent Care experience I have ever had. Go here only if you want to die alone in a waiting room. You will not be seen by a doctor. \n\nWe have been here almost 5 hours and have only ā€œseenā€ the front desk lady, who is incredibly rude and condescending. Go somewhere else. We came here for the ā€œrapidā€ covid test....5 hours later, this has been anything but ā€œrapidā€. Horrific experience sitting outside in the Houston heat of summer. \n\nDo not come here for medical needs. Do not come here for covid tests. This place is awful. The people are awful.','2020-06-15 01:51:09.000000','1787364321589026'),('10100330615132169',1,'The service was great, quick, and done with great care and a sense of humor. I appreciate everyone there who took care of my friends especially nurses Gina and Catherine!','2020-09-23 18:06:52.000000','1609539722669429'),('10100338654955299',1,'Great staff with Leslie and Nicole from registration, and the nurses Naureen and Veronica had a great bedside manner. Shout out also to Jacque from Radiology who made me feel very comfortable, and of course Dr. Souman. Great and fast experience overall.','2020-10-27 21:46:58.000000','1608991329419166'),('10100357455039853',1,'Friendly staff, warm blankets and quality care. Two visits to SignatureCare Montrose, for different reasons, and equally excellent care each time.','2019-07-18 15:07:10.000000','1608991329419166'),('10100361217804832',1,'Great service! Hayleigh was a great receptionist and the staff was very attentive and made sure I was taken care of in a timely manner','2018-08-01 04:57:49.000000','1609539722669429'),('10100416484095016',1,'I received excellent care here for the second time! Christina was a super nurse. The staff works together seamlessly and there is virtually no wait time. I will be a repeat patient here whenever the need arises (though hopefully not soon!).','2019-06-14 23:58:50.000000','1698192877146046'),('10100435689602362',1,'The facility is clean and bright. Staff is welcoming and friendly.','2020-01-24 16:40:49.000000','1648645701907657'),('10100445964447298',1,'I highly recommend this emergency facility. The staff was very professional. Dr. O\'Malley was also very thorough! ****Update ***** I’m back for a different issue 7 months later. The quality of this place is still the same. Dr. Mauldin was awesome very thorough. The nurse, Alvean, was very personable and kind! Patricia up front was very kind and professional!','2019-06-18 20:25:23.000000','167959367441528'),('10100515337687768',1,'Dr. Castaneda, the bregistered nurse Katrina the radiology tech Cheney and the registar therisa was so friendly helpful got me in and out and made me very comfortable definelty reccomend you visit here if you are I\'ll and need any emergency medical attention.','2020-01-03 08:04:57.000000','1648645701907657'),('10100616241524601',1,'I went on a Tuesday night and the sign in process was easy (not a ton of paperwork like some places), the waiting room was comfortable and clean and the staff was friendly and efficient. I waited for maybe 10 minutes before I was taken back and the nurses and doctor were great. Overall an excellent experience.','2017-11-03 18:34:33.000000','1609539722669429'),('10100630135570639',1,'I love this place! They are so helpful in an emergency situation that I wouldn\'t go anywhere else. The doctor\'s are extremely friendly and the hospital staff rocks!','2018-12-22 16:26:28.000000','1698192877146046'),('10100645342430640',1,'Came here for the first time today. Overall impressed with the facility. Dr. Patel was very informative and answered all our questions. The staff was kind and welcoming. Initial wait time for seeing the doctor was quick. Nurse Kristina and Sarah were also very accomodating and hospitable. \nThe facility was also stocked with snacks and water for us which was very convenient.','2020-02-05 01:13:55.000000','544778295636544'),('10100648466905687',1,'They are very helpful and really care. This is where my family come.','2020-02-28 22:11:04.000000','235046800697531'),('10100648514679947',1,'Beautiful facility. Very courteous and attentive staff. I was cared for very quickly and thoroughly, compared to other ERs I’ve visited. Highly recommend','2020-02-29 00:19:11.000000','235046800697531'),('10100722280785929',1,'Staff was kind (shout out to Kevin who was kind and upbeat when I was nervous). The place was clean and service was quick. I would recommend SignatureCare!','2020-09-17 14:10:17.000000','104213804456471'),('10100749326831599',1,NULL,'2018-05-15 01:20:11.000000','544778295636544'),('10100753829117754',1,'Dr. Boester and Leslie were amazing when I went in for sever dehydration and nausea. Within 10 minutes I was feeling much better. They treated me with kindness and great bedside manner. I even got warm blankets while I had my IV! This staff is top-notch!','2019-06-04 16:58:54.000000','544778295636544'),('10100761654866107',1,'Signature Care is always amazing! Dr. Yost is a true professional at his job! He is knowledgeable and cares for his patients wellbeing! Kim and Christie at the front desk are friendly and helpful! My nurse Katy was quick to assess my needs. Gunnar, the radiology tech, was extremely polite. I recommend stopping in whenever you need great service!','2020-09-02 14:40:16.000000','235046800697531'),('10100761787465377',1,'the entire staff and especially Shannon and Gunnar were so nice and caring!','2020-09-02 22:20:54.000000','235046800697531'),('10100877565434210',1,'everyone was so awesome. Denise greeted us with a smile. Amanda and Theresa was amazing and so sweet to my son. The experience was great and Dr. Weston was knowledgeable and kind.','2020-03-29 16:15:27.000000','104213804456471'),('10100946595354295',1,'The staff is so nice here! I came in here with pain but leaving out with a grateful experience. Thank you staff! God Bless you All!!!','2020-10-17 00:48:43.000000','251751275488925'),('10100968094249345',1,'A huge thank you to Dr. Pham, Robert H., Joshua, Melissa and Sean for taking GREAT care of me today after my accident. Everyone was patient, kind and very personable. I truly appreciate you all for turning a bad day into a great experience! Thank you very much!','2019-07-27 00:57:49.000000','167959367441528'),('10100985136585941',1,'The best ER experience. Christina R., Clay R., and Melissa were super helpful. God bless Dr. rose and the good folks who run Signature care, they really do care. Appreciate their kindness and professionalism. Thanks y’all ā¤ļø','2020-09-12 22:12:19.000000','1698192877146046'),('10101049947419715',1,'Caitlin and Heather were very helpful and kind at the front. The staff in the back were informative and pleasant. Everyone was great and put me at ease during my visit.','2020-11-10 01:54:00.000000','299216637560955'),('10101093515957985',1,'Wonderful experience with Clay & Nurse Lindsey & ER Tech Chelsey at South Austin Signature Care. They were very informative, polite and were so sweet with my 2 year old daughter. Highly recommend.','2020-10-26 22:27:04.000000','1698192877146046'),('10101122290678465',1,'Great experience from Alvean, Marcus and Patricia. They really made our visit easy. No stress, no hassle and we were seen immediately! I can appreciate great service.','2020-03-03 19:45:53.000000','167959367441528'),('10101150763148780',1,'Great staff! Very friendly! Welcoming and fast service!','2019-07-12 01:10:11.000000','1787364321589026'),('10101158854255112',1,'Fast and friendly service. Best emergency care visit we’ve ever experienced.','2020-09-29 04:00:40.000000','235046800697531'),('10101165394308445',1,'David, Tyler, Nancy, James and Neil were awesome! Thank you all so much for helping me today! I highly recommend this location! Everyone was so friendly and got me out quickly.','2020-04-20 19:39:03.000000','461782867645453'),('10101177731179630',1,'I was checked I very quickly, the front office staff was polite, fast and efficient. The nurses regularly checked in on me and made sure I had everything I needed and the doctor was very polite and explained everything clearly. I’m thankful I was so well taken care of!','2019-08-19 13:17:39.000000','829264323932850'),('10101196537776047',1,'Chelsea was super sweet at the front. All staff were great and attentive!','2017-06-30 10:58:41.000000','1609539722669429'),('10101197899397790',1,'Mrs. Pam was awesome!!! I would definitely recommend this place. I felt welcomed and was taken care of in less than 30mins. Two thumbs up šŸ˜„','2017-12-18 23:07:24.000000','544778295636544'),('10101207019531512',1,'Josh took good care of me','2021-01-22 17:23:34.000000','235046800697531'),('1010120865998425',1,'Thanks for the great coffee Tanishia and the great hospitality','2019-10-23 02:43:19.000000','461782867645453'),('10101258907730815',1,'Very professional and efficient! So glad I came here. Staff is amazing thankful for Lisa, Allison and Daniel/Lean. Highly recommend coming to SignatureCare Emergency Center.','2019-12-11 04:21:13.000000','596022027480375'),('10101297633818780',1,'Very professional, fast and Friendly staff with Dr. Omalley, Alvean, and Marcus.','2020-01-21 21:43:44.000000','167959367441528'),('10101312175586648',1,'Excellent facility! I went in for a foot fracture. The facility was clean and efficient. Every member of the staff was compassionate and incredible. They made me feel comfortable and even made me laugh. Highly recommend this facility.','2017-03-11 01:11:49.000000','544778295636544'),('10101349503237260',1,'Lisa V was an awesome nurse!! Front desk was amazing and so friendly! Lucky to have them in our neighborhood ā¤ļø','2019-06-05 01:38:02.000000','596022027480375'),('10101451715912030',1,NULL,'2017-09-24 17:48:29.000000','1787364321589026'),('10101492310241883',1,'Awesome visit. Friendly staff, short wait even snacks while waiting. Nurse Richie was awesome, doctor Peter as well and yes my fave Xray tech Jackie was amazing! Thanks Josyln, front desk for your patience.','2017-09-19 22:11:58.000000','544778295636544'),('10101503794905956',1,'The best ER in Texarkana!! The staff is absolutely amazing and the service is top notch. I was even impressed that I received a call from them the very next day after my visit to make sure that i was doing ok. ☺','2020-04-09 23:26:06.000000','235046800697531'),('10101506195594310',1,'Everyone was so kind and compassionate! Delicia, Jaslyn,Duke,Amy and DR. Cavazos took great care of my friend! There wasn’t a long wait, everyone seemed knowledgeable, and we got results fast! I would definitely recommend this ER to anyone!','2020-09-09 22:56:46.000000','1648645701907657'),('10101549187428317',1,'Churiah, Dawn, Elizabeth T, Leslie, Joey, Dr. Dang and Dr. Yusuf were all wonderful! Very thorough!','2019-12-09 14:07:33.000000','1608991329419166'),('10101557915636689',1,'We had to come on thanksgiving and Elle at the front desk was super friendly and helpful and we really appreciated the great customer service!','2019-11-28 22:46:57.000000','251751275488925'),('10101584838009267',1,'No wait time, staff are super friendly. Drs are very thorough.','2020-01-24 16:20:56.000000','1787364321589026'),('10101612124452017',1,'Great staff, super friendly!','2020-02-25 13:18:24.000000','104213804456471'),('10101699311788536',1,'My experience here was excellent! From the front desk staff Dalia and Angelica they were amazing! The attention to detail and the compassionate care I received has been unmatched. Kaitlyn the nurse was very attentive and the nurse practitioner Charles wasalso was very attentive. They explained my results to me in great detail and made me feel comfortable I definitely recommend.','2020-11-12 23:55:26.000000','1787364321589026'),('10101774203594302',1,'The staff here was amazing! I went to a different hospital days before and they didn’t even compare to the compassion and professionalism this office gave. Erica at the front desk was prompt with service and I wasn’t sitting around long before being seen. Kanyon was my tech and she was so sweet! Debriel and dr bodgie was super prompt when seeing me. I will recommend this facility to anyone in the area. Thank you!!!!','2020-05-01 16:23:37.000000','104213804456471'),('10101833322800204',1,'Great place! everyone is super nice and they listen to your opinion about what maybe wrong.\nI always come here and I tell others also!','2020-02-10 04:48:00.000000','1608991329419166'),('10101842652019153',1,'Awesome , patient care . I will definitely recommend','2019-07-15 00:03:56.000000','167959367441528'),('10101851083223174',1,'Nice staff. I was taken back quickly and was out within an hour! I would definitely come back! \n\nAngel was nice and Susan was also sweet. Tanishia was also nice sweet and full of energy at 1AM! Lol','2020-03-04 07:08:09.000000','461782867645453'),('10101957128785576',1,'Great friendly staff. They were able to get me in and out quick. Krisandra s and Ashley W where awesome','2020-10-06 14:13:38.000000','461782867645453'),('10101969549529306',1,'Valory, Luisa, and Jerry were AWESOME! So nice and comforting! I was so pleasantly surprised.','2020-10-20 23:45:32.000000','167959367441528'),('10102039626984964',1,'Quick,courteous, and efficient. šŸ‘šŸ»','2020-10-02 19:35:39.000000','1609539722669429'),('10102052782725754',1,'Alvean was great! Very accommodating and sweet :)','2020-10-23 18:55:34.000000','167959367441528'),('10102079701838051',1,'Great care and service. Even followed up with a phone call to make sure I was ok. Very friendly and knowledgeable. Would recommend to anyone. No long wait times.','2018-08-03 00:16:38.000000','1608991329419166'),('10102083514642256',1,'I really appreciate the time, care and urgency they give every patient. I appreciate it. I do want to give a special thank you to Kimberly. She is very courteous and empathetic to people.','2020-08-11 03:17:43.000000','251751275488925'),('10102315681498008',1,'Brenda R. Clearly helped me know how to check in, helping me to feel calm and not rushed! Thank you','2019-05-12 15:00:19.000000','1608991329419166'),('10102519349146244',1,'Had a very good experience at this location. Upon checking in, Brittany and Ashley helped me with the paperwork and any other questions I had. The doctors and the nurses were also very helpful, and listened to my concerns. Highly recommend!','2020-09-01 22:06:18.000000','461782867645453'),('10102526694815368',0,'This used to be my family’s most trusted place for emergency care. The staff and doctors were so kind and took wonderful care of us. Recently, I had two incidents that caused me to seek emergency care late at night for pain scale level 9-10 back injuries that required pain medication. Upon the second visit for the same injury (not that this is pertinent, but I was awaiting MRI results to present to my sports medicine doctor, who would refer me out to a pain mgmt doctor thereafter), Dr. Faig was on call and passive aggressively began to berate me for coming in, emphasizing that ERs do not do ā€œchronic pain care.ā€ Well, I am aware of that fact, considering I have seen two others in my life for my chronic neck pain. Unfortunately they won’t see you without MRI results which, again, I was getting THE NEXT MORNING. I was screaming out in pain and could not move, sit or even put my pants on without help. Emergency rooms are for just that - emergencies. If I would have been able to make it through the night without level 9-10 pain, I would have done so. Dr. Faig made me feel like a junky. I don’t drink alcohol, I don’t smoke cigarettes, and I certainly do not abuse pain medication. I understand we have an opiate problem in our country, but to shake down an already emotional patient who is hurting is despicable. When I asked what he recommended to do, he said, ā€œwell, you’ve been dealing with this injury; you tell me.ā€ Honestly the most rude and impolite medical ā€œcareā€ I have ever received. To top it all off, he had SC send me a letter stating they were ā€œalarmedā€ by the number of times I had come in for my injuries. I told all of this to my sports medicine doctor and he said, ā€œyou know what you should do with this letter?ā€ And then he proceeded to crumple it up into a ball and tossed it into the trash. My pain is very real. The MRI showed degeneration in 3/5 vertebrae in my L spine as well as a bulge that sits on the nerve at L5/S1. My new (and competent) pain mgmt doctor told me today I’ll be doing epidural steroid injections and prescribed me some mild pain killers to assist me in the interim. They do a drug screen on every patient and guess what? No red flags. It’s such a shame that I have to leave this review because everyone in that building is wonderful, with the exception of Dr. Faig. I urge you to seek care elsewhere if he is on call so you do not experience the extreme emotional distress that he exacted on me that evening and later on with that letter. Absolutely disgusting.\n\nFollow up. I was called by Jordan, Memorial City Medical Director, who profusely apologized to me and was shocked at Dr. Faig’s behavior. He went so far as to tell me the letter would be revoked by the board and that Dr. Faig would be spoken with. Jordan, or Dr. Smith, had actually treated me for a pain related visit previously and he expressed that I was an intelligent woman and it was evident that I was not there for a mischievous reason. We spent an hour or so on the phone and he asked me to please not give up on them and to please keep referring people to them. He said to wait for a confirmation email from him to follow up about the letter and I said to myself, okay, if they are going to make it right, i should alter my review. Much to my dismay, a completely different Dr. Jordan Smith contacted me yesterday, saying Dr. Faig is very compassionate and gives the most excellent care and he’s ā€œsorry I didn’t feel that way,ā€ (sarcasm there) and that they were not going to revoke the letter. THE KICKER: He asked me to take down this review, which I found in extremely poor taste. Considering I could easily sue them for extreme emotional distress and defamation, one would think it best to not fan the flames. STAY AWAY! ļæ½','2018-03-28 07:58:14.000000','1765121397101399'),('10102570513687494',1,'Always provides excellent care! Thank you Henderson, Angel, Susan, Laura, Tanishia.','2020-02-19 02:22:35.000000','461782867645453'),('10102618899461432',1,'Care and service that goes above and beyond! \n\nOutstanding care, I will never go anywhere else. From the moment I entered customer service and care was excellent. They were thorough and went above and beyond to ensure that I was ok. As someone who has seen plenty of doctors, the care I received stands out head and shoulders above anywhere else. Sala, Jaqueline and the male nurse, my apologies- I can\'t remember his name, were outstanding.','2020-11-06 19:22:34.000000','1608991329419166'),('10102651742764980',1,'Excellent customer service from Dr. R Smith and I came with my wife and all our answers were answered.','2019-10-24 00:34:59.000000','1787364321589026'),('10102994184687414',1,'The whole staff was amazing! Susan was very nice and funny. Tanisha and Chelsey were very friendly. And Dr Thomas very knowledgeable!','2020-10-16 03:12:22.000000','461782867645453'),('1010313899338296',1,'The nurses and the doctor took care of me right away and treated me with respect. They got me ā€œIN AND OUTā€ I appreciate everything they did for me so s/o to RN- Lucas, Kim Domanski- Registration, Kim Davidson- Radiology Tech. and Doctor Ashbrooks... HANDS DOWN ā€˜ Best Emergency Hospital in Texarkana!!!!','2020-01-21 13:34:23.000000','235046800697531'),('10103188163696619',1,'Kim and Rebecca was excellent! They provided great Exceptional Service. I felt extremely welcomed! I will definitely refer SignatureCare to family and friendsā¤ļø','2019-06-23 18:43:35.000000','829264323932850'),('10103427120405141',1,'I had a wonderful experience at Signature Care Emergency Center Montrose. My son was having trouble breathing due to a virus and I got a little nervous so we took him in late night. The staff was friendly and we were seen right away. We saw Dr. Akunyili who was amazing. He was attentive listened to our concerns. He was great with my 3 year old. He even respected my wishes to only give medicine if absolutely necessary. I appreciated his honesty, experience and openness to my views. The facility is clean and a security guard escorts you out, which is nice being at it was 3am. We are cash pay and the price was very reasonable. Hopefully we never have to go again, but if we do need urgent care this is our place!','2018-09-07 15:58:45.000000','544778295636544'),('10103460362627685',1,'This location was very hospitable and pleasant my entire visit. Nurse Denise Brown, David who did my CT were both delightful the entire visit. Dr. O’Malley was very informative and open to any questions I had.','2020-08-26 08:07:06.000000','167959367441528'),('10103633049841270',1,'Amazing care! Fast, friendly...had 2 sick kiddos with the flu. This beats waiting in a hospital ER any day. Thank you Signature Care!!','2019-02-06 20:59:36.000000','1698192877146046'),('10103646840818946',1,'The team (Dr. Leavitt, Alvean, Traevis, Amy, Keith) we’re all great. Very professional, courteous, caring, and polite. The wait time was nonexistent, we were seen within 8-10min of arriving. The facility was very clean and cozy. I can’t stress enough how great of an experience I’ve had considering my situation.','2019-11-17 18:54:19.000000','167959367441528'),('10104052537614207',1,'awesome. great service fast. super fast','2019-06-13 20:17:02.000000','596022027480375'),('10104073284088259',1,'Great customer service! Very friendly and attentive to my needs and went above and beyond to take care of me. I recommend them to anyone who is in need and is from out of town like myself. Thanks Stephanie, Hector, Hollie, Natalia and Dr. Ybarra!','2020-08-24 02:36:29.000000','1648645701907657'),('10104216348261468',1,'Selina the nurse was amazing and very sweet. She brought me a warm blanket and provided as much info as possible.','2020-02-26 18:44:42.000000','544778295636544'),('10104330149872017',1,'Brought my mom here in an emergency. This place was fantastic. The staff was friendly and very informative. We were helped right away. DR. O’ Mally, Alvean, kelly and jocelyn were wonderful.','2019-11-27 16:14:08.000000','167959367441528'),('10104709294682980',1,'Beautiful facility and super friendly staff! You can stay in your car and have the rapid Covid test, the doctor comes right out to your car. Such a wonderful service. Thank you, SignatureCare!!','2020-06-10 00:37:31.000000','105589317817643'),('10104714481370447',1,'Great service and care from all the doctors and staff...','2020-10-15 07:52:25.000000','461782867645453'),('10104769893592051',1,'I went here for a minor procedure and was seen in a prompt manner on Sunday by Dr. Zheng. Today, I had my follow up with Dr. Smith where he answered all of my questions. I highly recommend and will come again when needed! Thank you for all the friendly and smiling faces!','2019-10-24 00:30:53.000000','1787364321589026'),('10104794258918556',1,'Great experience- thank you Dr Vaagnese and Niki!!!','2019-11-10 02:55:06.000000','1609539722669429'),('10104833680098475',1,'Best medical staff I’ve ever encountered.','2019-06-11 06:45:18.000000','461782867645453'),('10105033299674058',1,'I’ve had random kidney stone problems prompting various ER trips and by far my best experience to date has been this signature care. Highly recommend if you need any time of emergency services - Aaron Carissa and Aubrey were awesome along with Dr Smith. Please tell them thank you again','2018-07-31 16:57:50.000000','1765121397101399'),('10105062926781316',1,'I\'ve had two emergencies in the past year and have been well taken care of at this location. The entire staff (from the front desk to the treatment room) was very knowledgeable and friendly. I was given snacks before the medicine so that my stomach wouldn\'t hurt and a warm blanket while being treated. This location is highly recommended.','2017-02-20 15:15:49.000000','544778295636544'),('10105097804471146',1,'Between my husband and myself we have been here 4 times. Each time being better than that last. We are always seen immediately and the care is exceptional and thorough! I could not recommend this place more! On our most recent visit we were seen by Dr. Torre and nurse Kim - they were both great! Thank you!!','2018-08-20 15:37:19.000000','1765121397101399'),('10105239925664015',1,'The staff here was all very kind and competent. They treated my 2 year old very sweetly and kept asking us if we needed anything for ourselves. The wait room had lots of amenities and comfortable seating. Although we didn’t have to wait long to be seen at all. Definitely will come back here if we need to.','2019-11-25 04:41:42.000000','1698192877146046'),('10105391187938157',1,'Absolutely wonderful experience! Jennifer W, Mandi M, Carla C, Courtney Temple, Mollie, Katy, Tracy G and Dr Yost really made the experience comfortable and quick. Thanks so much!','2020-12-12 16:48:02.000000','235046800697531'),('10105453401771275',1,'Kendra, Jacob, and Dr. Vakey were all amazing. I was treated with the utmost respect and kindness, I was taken care of and treated promptly, and I was referred to a physical therapist for continued care. Overall, this was the best clinic visit I’ve ever had, and I’m very grateful!','2020-02-15 23:43:32.000000','326347177710316'),('10105475493993033',1,'This was literally the best ER experience I have ever had. I was greeted with smiling faces and a sense of calm when I was feeling absolutely terrible. From the lovely receptionist (I cannot remember her name--I\'m sorry!), to my nurse Marty, director Adam, ER tech Andrew, Dr. Leung, and Rad tech Christina I was treated with compassion and controlled urgency. I left within an hour of my arrival time, feeling worlds better. Thank you Signature Care!!','2019-11-05 19:39:30.000000','1698192877146046'),('10105689274864705',1,'The staff was very kind and welcoming. Dr Patel really listened to my concerns and even sat down to talk to me!','2020-04-27 01:18:05.000000','461782867645453'),('10105746817972841',1,'Awesome service. Dr. Ybarra was amazing! Fast service. And the staff was nice and friendly.','2019-10-30 02:27:02.000000','461782867645453'),('10106038432624665',1,'Dr. Jones, Jamie, and Kim were amazing with my toddler! My toddler didn’t even cry when they had to draw blood! They were amazing. Highly recommend!','2020-10-21 07:28:46.000000','251751275488925'),('10106072186776075',1,'very quick and easy. doctors were great!','2020-11-07 04:15:16.000000','167959367441528'),('10106095766761716',1,'Great atmosphere! Thanks Dr. O\'Malley, Tricia B, Jose P, and Patricia.','2019-11-29 20:11:27.000000','167959367441528'),('10106274149236806',1,'Amazing Experience as always. The area is clean and registration is easy and fast by Elida. The nurses and radiation and er tech s Ekaterini, Marcus and Joann were cery friendly with my son on the spectrum and nice. they made him feel comfortable and secure. Despite taking xrays and performing injections to numb his fingers Doctor William was fast and very professional. I have visited this place many times and cannot believe how amazing the experience is everytime. they really care about us the custumers. Never going to any other place than SignatureCare Emergency center at Cypress creek.','2020-02-04 20:38:57.000000','167959367441528'),('10106281649161865',1,'Great experience! Kennedy and Lorena were very welcoming and the nurses Jacob, Morgan and Nina were great with my daughter!','2020-12-13 22:35:50.000000','326347177710316'),('10106293219574696',1,'The staff were friendly and professional and provided prompt service','2020-02-12 05:37:47.000000','1609539722669429'),('10106406385623954',1,'This was my first visit to Signature Care and I would absolutely recommend this facility to everyone in the area. Scott and Laura were very kind and accommodating and Dr. Patel is so sweet and made my daughter feel very comfortable. This is exactly where you want to go if in need of emergency care!','2020-01-08 15:21:00.000000','829264323932850'),('10106441380743184',0,'We called ahead, and were told by ā€œBillā€ that they accept our insurance, could work with us on our copay, and would let the team know we’d be on our way.\n\nWhen we arrived, they had no idea who ā€œBillā€ was, were not expecting us, and would not take our insurance.\n\nClearly whoever we talked to ahead of time was in a call center telling us whatever we needed to hear to get in the door - really sleazy.','2019-02-07 04:17:32.000000','1698192877146046'),('10106895716815188',1,'I came in with low expectations, but this facility was fantastic. They have a CT scan in house which is very impressive. I was seen immediately, and by an MD, which is not always the case. They did a thorough check of my symptoms and even helped make the appropriate referrals to specialists. I highly recommend it!','2017-01-19 20:54:38.000000','544778295636544'),('10106903352323776',1,'Everyone is so friendly especially Ashley. Also, I was seen right away.','2020-09-05 14:15:02.000000','461782867645453'),('10106936051778739',1,'Great location for wait time, cleanliness, comfort care, and treatment start to finish! Very satisfied. Montrose team, Ke’Aire, Norma, Eve, Churiah, and Dr. Dang thank you.','2019-11-01 14:41:25.000000','1608991329419166'),('10106994613934776',1,'Great service and experience, been here a few times. Tanishia, Susan, and Dr. Thomas were a pleasure to deal with!','2020-10-16 02:54:03.000000','544778295636544'),('10107047240031656',1,'Fantastic team great service from Dr. Daniels, Elizabeth T, Dwight, Anastasia and Dion will definitely be back','2020-11-08 04:12:04.000000','1608991329419166'),('10107083615759406',0,'DO NOT GO HERE! Unless you desire to experience terrible customer service, then you’re better off going to a different facility. \n\nI called several times to ensure I could go and receive a rapid test for COVID. Both representatives explained that b/c I am experiencing symptoms I will be able to get tested and evaluated by the physician at no cost as the insurance will be billed/covered. Drove ALL the way from my house. Got there and the rep and Manager said that they have to charge me for an ER visit and then the physician will determine if a test is needed. This is EXACTLY why people are not properly being tested and just saying screw it. I warn you, do not believe the information you are receiving over the phone when you call here. The manager and rep both blamed it on the call center rather than honoring what I was informed of. Terrible customer service!','2020-11-25 17:10:45.000000','1609539722669429'),('10107528327273830',1,'I was a patient at this ER last week and all i could say is that i received the best care and service. The front receptionist, the technicians, nurse and Dr. Faig were amazing! The service was really prompt and I got reassurance that my illness was not serious after my evaluation. Thank-you!!','2018-06-27 16:33:49.000000','1765121397101399'),('1010787679115184',1,'I want to thank Ashley Burton for the Welcome she made me feel and fast service no waiting!!','2019-02-18 02:05:42.000000','299216637560955'),('10107914431028621',1,'Been here twice in the last month! Once for bronchitis, I know... ain’t nobody got time for that! The other was for exercise related injury. They were super friendly and got me taken care of fairly fast . They also called the next day to see if I had any questions and how I was feeling. No body likes to go to the ER but at least they make it comfortable. I hope this is the future of emergency rooms.','2018-05-02 16:37:01.000000','1698192877146046'),('10108035605868460',1,'They were very quick and very kind. They were so sweet to me and helped me out so much. Definitely went above and beyond. And a shout out to Shelly (I hope I spelled that right) She was my nurse and I am really grateful for her and all of the staff. Thanks again for taking care of me!','2019-01-05 01:14:39.000000','1698192877146046'),('10108564346792410',1,'Quick friendly experience! Maria, Jose,Corey, and Dr. Jones attended to us with the best of care. Super helpful every step of the way. Will definitely return','2019-06-07 08:11:23.000000','596022027480375'),('10108632964921058',1,'The staff was friendly and efficient. Krystal went above and beyond to make sure I was well-taken care of and comfortable during my visit.','2020-01-22 15:50:35.000000','596022027480375'),('10108738175872363',1,'Took my 3 y/o son here after he had a bench fall on his foot to make sure it wasn\'t broken. The staff and service we received were world class. Aileen had us checked in swiftly and explained all of the necessary forms for our insurance, Marty and Linda took amazing and compassionate care of my son, who is usually leery of new people (I\'m still stunned at how great they were and how quickly he seemed to trust them), Dr Tran was confident and knowledgeable in her diagnosis and treatment which put us at ease, and Adam make sure the whole thing ran like clockwork. I think we were in and out in <1 hr with x-rays, forms, treatment, and everything in between. We will certainly be back here should we need expert, quick, efficient, and most importantly compassionate care in the future.','2019-12-10 18:28:41.000000','1698192877146046'),('10109072403577468',1,'Definitely recommend!! Took great care of my daughter when she fell! We were blessed to be taken care of by Maria & Kelsey at the ā€œfront deskā€ tent, Nurse Kelly, Radio Tech Patty, ER Tech Leah and Dr. Huerta!!! Hated to be here today, but I’m so glad we landed in the best hands! God bless you all!','2020-04-26 18:44:36.000000','596022027480375'),('10109211257388447',1,'Came in for wound care, Keshawna was friendly and helpful. Dalal helped with my paperwork quickly. Dr Boester was very quick and was able to fix my wound and was painless. Would recommend them','2020-10-28 22:40:13.000000','1609539722669429'),('10109321171270084',1,'They were so nice and helpful and very professional great staff!!\nMackenzie (ertech)\nKatrina (nurse)\nDr. Dendy (doctor)\nThersa (reg)\nShane ( raid tech)','2020-03-31 00:28:18.000000','1648645701907657'),('10109332008098000',1,'As we arrived Registration tech Evelyn greeted and helped us immediately. My child Magnus was seen today for sinus infection. Our primary was full and they are a life saver. Service was prompt and precise. My children were made comfortable and helped to feel better. Nurse Tami was very helpful and kind. Made sure all questions were answered. Dr H Garcia was awesome and helpful. Gave appropriate test and questions we had we also made clear and helpful. Great facility and drs.','2019-12-23 16:44:58.000000','461782867645453'),('10109363909143107',1,'Best care! Techs, Nurses and Doctors! you will not be disappointed!\nAurielle, Dalal, Leslie were fantastic as well as Dr. Do! very thorough and great bedside manners.','2020-12-16 22:30:40.000000','1609539722669429'),('10109373197379350',1,'Staff is extremely friendly and knowledgeable. I had a very pleasant visit with Sarah G. and Dr. Henderson. Quick service!','2020-01-02 05:05:09.000000','461782867645453'),('10109467227586988',1,'We had a great experience. Manny Guerrero was the most comforting nurse we have every experienced. It was so nice to feel safe once Manny stepped in. Thank you Thank You Thank you!','2020-07-25 04:17:22.000000','237100240304186'),('10109569455032297',1,'Covid-19 rapid test with nurses Christina and Clay was a quick, easy experience. They were friendly and informative.','2020-11-02 21:19:16.000000','1698192877146046'),('10109868545522628',1,'Quick, friendly and got me back to 100%! Thank you Valory and Alvean!','2020-11-18 22:11:03.000000','167959367441528'),('10110304716642049',1,'Incredibly warm and welcoming staff. Every person I met was upbeat, kind and helpful. Truly lovely experience.','2020-10-01 22:50:33.000000','1609539722669429'),('10110550593677730',1,'ā­ļøā­ļøā­ļøā­ļøā­ļø! Vivian and Elisa were prompt with assisting me when I came in to register. I didn’t wait long and Gustavo greeted me with a warm welcome and sprang into action to help me get better. Jessica and Kellee were awesome with helping me get comfortable and understanding my health issues. Dr. Pham was very warm and kind and made sure I had all the tests done to make sure no stone was left unturned before discharging me. He was very thorough informing me of what I had going on. Overall, I didn’t wait long, maybe a little under 2 hours. All the staff made me feel comfortable and I’d return if I ever needed immediate assistance.','2020-09-04 02:05:11.000000','1787364321589026'),('10110834410885770',1,'As I arrived to Signature Care Emergency center Copperfield Registration tech Hayley greeted and helped me immediately. Service was prompt and precise. Nurse Tammy was very helpful and kind. Made sure all questions were answered. Dr Souman was awesome and helpful. He Gave the appropriate test and questions we had we also made clear and helpful. Great facility and great drs.','2020-10-30 14:31:39.000000','461782867645453'),('10111060735269890',1,'As I arrived to Signature Care Emergency center Copperfield Registration tech Kayla greeted and helped me immediately. Service was prompt and precise. Audrey and Tammy were very helpful and kind. Made sure all questions were answered. Dr Thomas was awesome and helpful. He Gave the appropriate test and questions we had we also made clear and helpful. Great facility and great drs. I will continue to visit for all my emergency needs. Thank you!','2021-01-02 17:51:24.000000','461782867645453'),('10111857320272155',1,'Amazing team. Made my son feel so good and comfortable. Thank you Dr. Patel and the team','2020-01-25 18:42:49.000000','829264323932850'),('10111970610547380',1,'This place was awesome. Thanks for taking care of me.','2016-07-14 14:55:33.000000','1608991329419166'),('10112364371846735',1,'Dr. Faig, Fahme, Kristina, Quyen, and Scott are wonderful. Will come back whenever I need them again.','2020-04-14 22:53:09.000000','829264323932850'),('10112395259537445',1,'FAST, clean facility, friendly staff. In and out in less than an hour. Mercy and the entire team were great. I\'m in healthcare so I\'m picky, I\'ll def go back.','2017-01-19 23:31:35.000000','544778295636544'),('10112905106460235',1,'Yesterday I went there as a walk in for a Covid test. I was there for several hours since I didn’t have an appointment, BUT I had a great experience. They have excellent safety protocols in place. The staff was super friendly despite how busy they were. I found myself getting impatient waiting that long, but immediately felt guilty once I got called back. YALL! They were so slammed. There is no way the staff had time to eat, break, much less sit for a minute because it just never slowed down. The nurse was so super sweet and personable. Anyway, it made me appreciate our healthcare workers even more yesterday! They have a tough job, especially not knowing what they’re coming in contact with. Thank you to your amazing staff!','2020-07-06 13:52:25.000000','104213804456471'),('10113609372036220',1,'This was the fastest emergency service I’ve ever experienced!!!! Amy serviced me as soon as my husband and I came in. Rollie gave me immediate care and was patient with me as I struggled to describe what was wrong. Dr. Patel was to the point and very kind and eager to answer question I had. Natalia took my vitals and helped make me comfortable. I’m so grateful.','2019-07-03 09:17:07.000000','1648645701907657'),('10113717593519473',1,'With 3 kids under the age of 5 late night and off hour doctor visits are inevitable. We are so happy to have this place down the street from our house. Their service is wonderful and they strive to be personable and efficient. They have saved us many trips and hours across town to Dell Children’s. I have been to Dell Children’s before, and you don’t want to be there unless you absolutely need to be there.','2019-06-12 00:11:48.000000','1698192877146046'),('10114187537148643',1,'Christina R, Rose, and Clay were fantastic as usual!','2020-11-08 17:23:37.000000','1698192877146046'),('10114196536434003',1,'Courteous service, clean location and easy to schedule an appointment.','2020-11-10 19:07:56.000000','829264323932850'),('1011455519361605',1,'Services was very fast and the staff and Vanessa G was very nice to us!','2020-10-20 06:22:04.000000','167959367441528'),('10114684861082554',1,'Dr. Elsbecker is THE BEST! Incredibly thorough and best bedside manner. 5 stars all across the board.','2019-03-01 00:39:19.000000','1698192877146046'),('10114816655255974',1,'Very good urgent care facility. Amy in registration was very helpful in getting me the insurance information and discharge items necessary; Both Dr. Boester and RN Kelly were fast, but efficient. Having the flu isn’t fun at all. But should you need to stop in quick when you can’t make it to your primary physician, I strongly recommend this facility.','2019-03-24 23:30:54.000000','1608991329419166'),('10116016126545890',1,'Came around 7am in the morning to get a rapid results Covid test as I traveled recently internationally. Check in process was seamless, the ladies in the front office were very friendly, paperwork took only a few minutes to fill out. I didn’t have an appointment but they were able to fit me in and I was seen within 10-15 minutes of waiting. Very fast testing process. Facility is very clean (& cold, bring a jacket). I came to this location when it was under a different name 7 years ago and I can tell the difference with the patient care and facility. Will visit again if needed.','2020-08-05 12:37:17.000000','1765121397101399'),('10116367163959100',1,'The entire staff was very attentive and informative. I definitely recommend visiting them for any minor urgent medical needs.','2017-11-10 11:50:03.000000','1765121397101399'),('10116469460196620',1,'SignatureCare on Wirt is a great location for quick and timely visits and testing. Staff is courteous and professional. Jonathan was attentive and so was Jessica. Dr. Smith was friendly and explained the visit well. Would recommend.','2020-10-21 16:07:54.000000','1765121397101399'),('10117006271148174',0,'The facility is nice and the staff was nice, but I spent $150 and was not cared for. I went on Sunday night with a terrible earache and Dr. Jose Lim saw me. He recommended that I continue the ear drops I had already been using for 2 days despite looking in my ear and stating that it was so swollen that he could barely see my ear drum. He did not prescribe any oral antibiotics or steroids. I have had earaches my whole life and have never walked away from a doctor without an oral antibiotic for it. This doctor said that oral antibiotics wouldn’t reach the ear šŸ¤”šŸ™„. He did give me Advil and hydrocodone, after the Advil didn’t help, despite me already telling him that I already tried those for pain. I was in excruciating pain for 18 more hours before I was able to see my regular ENT. My ENT was shocked at the lack of compassion or care and could not believe that with such a bad infection that they didn’t start me on an oral antibiotic immediately. To their credit the facility was nice and clean and they offered drinks so there’s that, but I regret not going to another ER. They also bribed us for good reviews with Starbucks cards, so I wish I knew that before I believed the 4.5 star rating.','2020-02-12 05:51:30.000000','1609539722669429'),('10117054350701364',1,'Came here after 13 days of varied illness and still not sure what I had... flu, then respiratory problems, then something else...\n\nThey were quick to get to me and identify what was wrong. They were open and explained the options I had had available.\n\nThanks to Dr. Grinblatas, Veronica, DawN, Gina, Norma, and Jaqueline','2020-02-18 23:30:22.000000','1608991329419166'),('10117105612422464',1,'Great location! They got us in quickly, even though we showed up at shift change. They answered all our questions and explained what was going on very clearly. You never want to need a place like this, but I’m glad it’s available and close by.','2020-02-26 13:51:12.000000','1648645701907657'),('10118940772776404',1,'Dr.O’Malley and my Nurse Alvean and Jordan were all wonderful.','2020-10-08 13:46:53.000000','167959367441528'),('10119068706221754',1,'Had a great experience with Dr. Faig. The nurses , Sarrah, Fahme and Catherine were also so nice. Laura and Scott from radiology and lab made me feel at ease and checking in with Mercy and Kandi was super easy! Highly recommend!','2020-10-29 13:16:03.000000','829264323932850'),('1012518695600991',1,'Had a great experience the Dr.Kotey was very nice and helpful the nurses Rachel and Bryan were also super helpful the whole team at this facility it great and welcoming. I came into the Er in pain and I’m leaving feeling much better','2019-02-10 03:55:03.000000','544778295636544'),('1012603435886415',1,'Her name was Jamie. she was the most amazing caretaker I\'ve had. I would most definitely be coming back again when something is wrong excellent work!','2020-12-15 02:34:34.000000','251751275488925'),('1013006915745957',1,'I loved my doctor and nurse AT care','2020-02-25 20:12:57.000000','251751275488925'),('101342431471781',1,'I have 100% taking good care of with in a short period of time. Thank you Alvean, Thuy An & Patricia.','2020-02-23 15:08:34.000000','167959367441528'),('1013922022127460',1,'This is the best place to come for all emergency needs. The staff is always very friendly and knowledgeable. Thank you Olivia, Eve, Hamzah, Leslie and Dr. Wren for taking great care of our son on his latest stop to the emergency room.','2018-11-03 17:33:34.000000','1608991329419166'),('10155311493616222',1,'I slammed my finger in the door and cut it down to the bone and tendon! I bandaged it enough to be able to drive to the Montrose location, where I was taken in less than 5 minutes. I was treated like a queen, with great respect and courtesy. Everything was carefully explained to me as my wound was treated--nine stitches and two injections later, I was ready to go home. Thank you to the entire staff, and especially to Dr. Patel, who stitched me up. The staff was superlative, the premises were spotless, and Dr. Patel was amazing. Thank you!','2018-02-23 13:47:09.000000','544778295636544'),('10155340912201805',1,'SignatureCare Emergency was SO nice. Evelyn at the front counter was so nice and got me taken back in just a couple minutes. Dr. Boester and his staff were so nice and helpful, very professional. I was there for less than an hour, even had x-rays and blood work! I definitely recommend them should you ever need emergency care!','2018-07-14 22:35:44.000000','1609539722669429'),('10155365595806493',1,'Great Staff and state-of-the-art facilities......','2018-07-01 17:12:41.000000','829264323932850'),('10155372628437047',1,'I went to this place two week ago. The service was great, I just wated few minutes before i was taking care of. Everybody was very friendly. I recomend this place!','2017-10-11 21:41:51.000000','1787364321589026'),('10155455560066951',1,'This place is so off the scale, the rating doesn\'t come close to this place really is. If I get I\'ll again, this where I\'m headed. \nThe staff is awesome, helpful and so heart welcoming. They really treat you as if you are family . Thank you all for displaying so much love...','2017-02-17 06:47:25.000000','1608991329419166'),('10155582628494364',1,'Staff was easy to talk with.','2019-05-21 15:44:17.000000','251751275488925'),('10155691194529013',1,NULL,'2017-08-25 01:30:00.000000','544778295636544'),('1015586378809946',1,'This is a place i would recomend to anyone needing care. Everyone was fast and peofessional. Thanks to Tanishia and Sarah.','2019-11-01 04:22:04.000000','461782867645453'),('10155898185984217',1,'it was fantastic! great staff, no wait waiting. Great!','2017-12-27 01:50:45.000000','1765121397101399'),('10155904838406297',1,'Great people from the moment I walked in I felt very welcomed. I was in a room within 2 minutes and was asked if I needed anything they offered a warm blanket and told me if I needed anything to let them know. Definitely a great staff Dr. Yost, Lucas RN, Kim front desk, and Gunnar RAD tech. Thank u all for your kindness and hospitality I will return!','2019-01-23 22:19:38.000000','235046800697531'),('10155926814567553',1,'Came in in the middle of the night having difficulty breathing. They attended to me right away and didn\'t waste anytime getting me set up with a breathing machine and steroids. Everyone was super friendly and genuinely concerned about my well being. \nThey have free snacks and beverages in the lobby for whoever is stuck there waiting on you. That\'s going above and beyond when it comes to customer service in my opinion.','2019-04-29 20:54:23.000000','1698192877146046'),('10155953933876976',1,'Dr. Chukwu and his staff Churiah and Amy were super helpful and friendly!','2019-03-10 04:22:24.000000','1608991329419166'),('10155968749741486',1,'Excellent service! Brenda helped us out a lot! ā£ļø','2019-06-16 19:44:35.000000','1608991329419166'),('10155980877091415',1,'so grateful for the kindness of the Dr.\'s, nurses, and staff. I would recommend this place to anyone. They gave my daughter a teddy bear because they felt bad she is so sick and crying.','2019-06-14 04:07:35.000000','237100240304186'),('10156009277221193',1,'My husband and I have lived many different places over the past few years because of his job. Going to the doctor was always so hard and I used to avoid it at all measures. I have been in Austin for over a year now and this SignatureCare center is hands down the best facility I have ever encountered. Every time I go I am seen within minutes, everything is always very clean and super friendly staff that get me what I need quickly. Adam P is a staff member there that has always gone above and beyond to make things easier. If you\'re looking for a clean, welcoming place to take yourself or your family for care, look no further. THIS PLACE IS THE BEST!','2019-06-21 17:42:49.000000','1698192877146046'),('10156009698752001',1,'Great service, they make me feel so comfortable great doctor sourman all the staff Leslie, churia, Agnes and the lovely receptionist Amy šŸ‘ŒšŸ»','2019-06-15 23:19:28.000000','1608991329419166'),('10156026029072016',1,'Quality care with no long wait time. Amazing, friendly staff who really care bout their patients. Thank you Cindy, Rolly, Lisa and Dr Edwards!','2019-06-26 10:39:49.000000','544778295636544'),('10156056255444608',1,'Went in late on a Saturday. Wow, what an experience! The facility is spotless, the office and medical support staff are competent, efficient, and friendly (it IS possible to be all 3!). I was shown to a room in less than 5 minutes. In mere moments I had had my vitals checked and had been seen by a nurse. Dr. Miller was in the room less than 5 minutes. Dr. Miller is that rare combination of confident, gifted physician, who treats you with kind compassionate care. She immediately put us all at ease and she never once talked down to us. She was thorough in her explanations, and she listened with genuine interest and concern. I can not say enough about Dr. Miller or the staff at SignatureCare! I would head there over our local hospital ER in a more serious emergency without hesitation.','2018-04-08 17:00:22.000000','1698192877146046'),('10156061136212385',1,'Amy, Norma, Agnes and Dr. Souman were great. Very hospitable, quick and clearly explained my conditions.','2019-05-04 22:18:59.000000','1608991329419166'),('10156074690013008',1,'I was admitted to Signature Care ER with severe stomach pain, they quickly moved me into a room and started testing. I was diagnosed within a couple hours and was very pleased with the level of professionalism and expertise from both Dr. Boester and RN\'s Laura and Gina. I would definitely recommend Signature Care to anyone in need of emergency health care!','2019-01-15 22:26:34.000000','1608991329419166'),('10156085457206106',1,'Robin (Front desk), Billy (Nurse) and Courtney (Tech) were all friendly and provided great services! I will be back and will send others','2019-07-16 04:42:58.000000','299216637560955'),('10156098275916865',0,'Their service was second to none. I had Acute Pancreatitis and was in extreme pain.\n\nMost ER\'s keep you waiting for hours. These folks had me in a bed and fixed up in less than ten minutes. They even filled out the paperwork and just had me sign a few pages. I was in no shape to do paperwork and would have probably tossed it across the room.\n\nThey were checking up on me almost every 30 min. I honestly can say it was the beat experience I\'ve had considering the pain. \n\nThey had to ship me to St. Luke\'s and that place sucks.','2016-11-08 22:02:32.000000','544778295636544'),('10156162995095936',1,'Took my daughter in for her first set of stitches and she was very well taken care of here! Will be using this Emergency Center if needed in the future.','2019-03-28 00:56:55.000000','1698192877146046'),('10156179760747484',1,'AMAZING staff really quick service!','2019-08-05 00:55:10.000000','596022027480375'),('10156185947972554',1,'The staff was very friendly and got us seen quickly. Lisa our nurse was awesome!! she did a great job checking on us and making sure everything was good','2019-06-18 17:22:01.000000','596022027480375'),('10156269685896811',1,'Dr. Iheme\nAmy-Registration\njani- RN\nTricia - Rad tech \nSean - ER tech\nAll great staff','2019-07-19 22:55:41.000000','544778295636544'),('10156270407436437',1,'Feel like a new man! Lorena checked me in right away. Jacob, Natalie, Victoria and Anthony took great care of me. Dr Jaber made sure I wasn’t dying while at the same time taking care of the symptoms.','2019-08-10 20:37:35.000000','326347177710316'),('10156271522948339',1,'Dr. Ding and the wonderful staff including Chris and Amy at the front desk helped us yet again for another visit. We are always so happy with not only their care but their follow up. Thank you for all the special care and attention they show their clients.','2019-04-27 13:06:45.000000','1609539722669429'),('10156319603075180',1,'Great place to go ! Clean, efficient and quick!','2017-04-08 15:54:01.000000','1609539722669429'),('10156329891935563',1,'I brought my teenage son here on a Friday night to be seen and everyone was excellent. They made my son feel comfortable and put him at ease. I had to bring him back for a follow up and again the staff (Fatima, Tanishia, Nurse Lynn and Dr. Dunn) were excellent. We were in and out in less than an hour. I definitely recommend this ER to everyone.','2019-11-11 02:44:43.000000','461782867645453'),('10156334763631570',1,'I was in and out within 15 minutes and the staff was amazing especially Kat, never again will I fear the doctors office, thank you guys!','2019-05-21 06:51:00.000000','251751275488925'),('10156350643641047',1,'Just met Jeff and the crew at Montrose Emergency Center and this place and people are amazing. We appreciate them showing us around.','2018-08-11 18:17:44.000000','1608991329419166'),('10156357820832643',1,'Good staff, very friend. From Maria G Leo L Manny G to Delpha N and DR Osiecki. Wonderful people','2019-06-08 16:00:31.000000','237100240304186'),('10156361319971910',1,'This place was great far better than any emergency room that I’ve ever experienced. From when we arrived Sindy was supper helpful and efficient. Reginna our nurse was very knowledgeable, and Dr. Golla was very kind and humored us since we were so nervous. I definitely recommend and will come back here.','2019-12-27 17:07:58.000000','1609539722669429'),('10156381682573257',1,'Aerial was so nice 😊... caring staff !','2018-07-25 03:11:29.000000','829264323932850'),('10156411553782987',1,'We had a very positive experience with Signature Care. They were friendly and very service oriented. The facility is very clean and comfortable.','2019-03-26 12:05:21.000000','544778295636544'),('10156414826346267',1,'Amy is an excellent receptionist. Dr. Wren and I became real close real fast. There were smiles and tears had. Though the tears were mine. šŸ˜…','2019-04-21 05:45:17.000000','1608991329419166'),('10156452839353476',1,NULL,'2017-04-26 03:01:44.000000','1698192877146046'),('10156453061241325',1,'Took us in right away, keera was very helpful, and nurses jesse and selena were caring and helpful .','2019-05-30 21:13:42.000000','544778295636544'),('10156472105666266',1,'I would like to thank all the staff at Signature Care for helping me out after my car accident. I would to thank Dr Henderson, Nurse Susan, Angel and especially Tanishia! They made a a crappy experience more pleasant!! Thanks guys!!','2020-02-19 07:25:40.000000','461782867645453'),('10156476178986065',1,'great team, clean place. They took care of me. Dr Nguyen was great, also the nurse Kristina, the rad tech Tino, the ER tech Nelson, and the registration nurse Maya. All great. Thanks!','2020-02-22 23:33:24.000000','829264323932850'),('10156482741234227',1,'Jennifer D was amazing. The whole staff was so very helpful. I am so very thankful for their attention to detail and the way they really treated us like people and not just a number.','2019-03-29 21:38:46.000000','299216637560955'),('10156514733335426',1,'The staff and doctor were fantastic! Taneisha and Dr. Do were so welcoming and made me feel safe after a horrible car accident. Dr. Do was warm, caring, and thorough, answering all my needs and ensuring I was prepared for what was to come. Taneisha was a smiling face both going in and out.','2019-12-18 05:45:22.000000','461782867645453'),('10156535894157676',1,'Awesome service Staff - diligent, kind, efficient and caring! I will go here every time if an ER visit is needed!','2019-12-23 15:08:04.000000','1698192877146046'),('10156538004106027',1,'I went there FridAy and ended up having to stay over night. The place is very clean and nice. The people are amazing!!! They took such good care of me and I’m so happy this is where I went.','2019-10-14 19:40:37.000000','299216637560955'),('10156547583614075',1,'They were very welcoming and provided immediate and great care!!','2019-06-06 02:00:21.000000','1609539722669429'),('10156550522961426',1,'This is a great place to visit if u ever have an emergence . The service is way better compare to a regular hospital ER . The Doctors and staff are they best they are caring and makes your stay comfortable . After my visit I was feeling better, I will definitely come back if need be in the future . Thanks to DR O’ Malley (great Irish doctoršŸ‘šŸ¼) nurse Alvean , Robert Rad Tech ,Jocelyn from registration . DR Nguyen , nurse Nanci , ER tech Jordan and Jasmine from registration . Expect to meet these people when u visit .','2019-12-12 23:41:59.000000','167959367441528'),('10156551640726378',1,'The best ER I\'ve been too! Very friendly staff and always so professional. Have taken my son there twice now and have absolutely nothing but great things to say about this ER and it\'s staff!!!','2019-05-21 02:23:32.000000','237100240304186'),('10156577320075418',1,'Very fast & polite very professional knew what they where doing','2019-09-17 18:05:35.000000','251751275488925'),('10156612080453286',1,'Great team and comfort.','2018-10-08 13:35:06.000000','544778295636544'),('10156624269349613',1,'wow, this is what medical care is meant to be!','2019-06-25 02:09:21.000000','235046800697531'),('10156630327206527',1,'Brittany Allison & Corey treated me very well as long as the rest of the staff with quick and great service!','2019-09-14 03:40:43.000000','596022027480375'),('10156633088282541',1,'Every one is extremely nice. Fatima the rad Tech quickly helped us. Thanks to Sarah and Tanishia.','2019-11-13 02:44:03.000000','461782867645453'),('10156641612196249',1,'ms Brittney was very helpful and she was truly concerned with my well-being!','2020-02-28 21:55:55.000000','251751275488925'),('10156641898547394',1,'The place is absolutely beautiful and clean. The staff is so comforting and kind. I will definitely return if needed.','2018-10-02 22:16:23.000000','544778295636544'),('10156661703186962',1,'Super fast, efficient and really nice. Highly recommend them! And they are 24 HRS which was very convenient and close to the freeway.','2020-02-15 05:22:46.000000','1765121397101399'),('10156665580482767',1,'Team at Signature Emergency is nothing short of amazing! Ms. Brenda R. created a very warm and welcoming environment as soon a I walked in! As I went to the back Mr. Hamzah made sure that I was taken care of from start to finish! I would recommend this facility at any time! This I my new go to place! \nGood job!','2018-09-02 19:41:19.000000','1608991329419166'),('10156668378513552',1,'The staff here is so courteous. I suffer with migraines and this is one of the best ER visits that I have had. They are fast, efficient and don\'t make me feel like just a number. If I get sick again I will definitely be returning here!','2018-03-11 03:44:45.000000','1787364321589026'),('10156682294498993',1,NULL,'2017-01-11 10:48:50.000000','544778295636544'),('10156694545173157',1,'Best urgent care in Odessa. Everyone here especially Jessica S. is always so nice and friendly.','2019-10-21 23:50:05.000000','237100240304186'),('10156694811315067',1,'Staff was amazing !!! Thanks for taking care of my baby!!','2019-03-03 12:47:32.000000','461782867645453'),('10156703469127883',1,'staff here were awesome. I went in with severe lower back pain. Doctor gave me an iv with some good pain meds that let me walk around.','2019-10-10 22:01:43.000000','596022027480375'),('10156710418986795',1,'Big thanks to Stephanie, Rollie, and Natalia for helping me with my allergic reaction! Service was great!!','2019-07-13 04:13:02.000000','1648645701907657'),('10156710770355395',1,'The whole team did an amazing job! Loved Dr. Singla! If you have a kiddo that needs medical attention, this is the place to bring them to. Thank You all ā¤ļø','2019-02-04 17:27:10.000000','1609539722669429'),('10156715135372805',1,'One of the best ER experience we had. The staff was friendly and very knowledgeable. Thanks to Dr Garcia, Victoria, Maya, John, and Ricardo.','2019-12-19 16:01:33.000000','829264323932850'),('10156731037441210',1,'Signature Care has been by far the best er visit for us. They doctors and nurses are amazing! No long wait as with other ers.','2019-03-09 06:05:24.000000','235046800697531'),('10156736881575675',1,'I am surprised Cindy is not in lleadership.She d NJ old be the one to train the front desk staff. She is really nice. Dr.Edwards and the nurse staff was also excellent. That is why I came here.','2018-11-27 03:36:15.000000','544778295636544'),('10156741580326820',1,'Went in with my mom after she got into a wreck. The staff was all so friendly and pleasant! Dr. Thomas, Jeff, tanishia, and Fatima were awesome and provided quick service. \n\nThank so much for the amazing service!','2020-02-12 04:36:57.000000','461782867645453'),('10156754248241021',1,'I visited SignatureCare last night. From the moment I walked in the door, the staff was extremely pleasant, proficient, and kind. They were busy, so it took a little while, but each staff member apologized profusely when they came in. They gave me a shot and two prescriptions, and today I feel like a new woman. Thank you! Best of all, as a teacher, I paid nothing.','2020-02-21 01:30:16.000000','235046800697531'),('10156770392646550',1,'I recommend everything about signaturecare! The facility is beautiful, I was quickly seen upon arriving and given the best care I\'ve ever received from any medical staff. My nurse was named Pam, who was very kind and attentive. She explained everything going on and was very patient with me, (I am a BIG baby) Staci brought me a warm blanket which was awesome and unexpected, but even better than that, she was so gently and quick when she took blood. For some reason my veins are so difficult and it’s always a painful process, but NOT this time! My Doctor was Dr. Hehman, who was also very kind and took the time to make sure I got what I needed to get better. I really appreciated everyone I met, and thank you all so much for helping me.','2018-11-09 20:01:54.000000','1787364321589026'),('10156770930426166',1,'Best. ER. Ever. Full ER services with the relaxed (and friendlier) care of my primary care physician\'s office.Excellent staff from the front desk to the nurse and doc. They don\'t accept Medicare, but the price was so reasonable and the care so good that I would chose it over a trip to my primary care physician. Seriously.\n\nI took Mom there last February, and was amazed at the care and attention she received from all.\n\nWe are so fortunate to have them in our neighborhood!','2019-01-29 22:16:30.000000','1698192877146046'),('10156781853780933',1,'We were seen as soon as we walked in. No wait time, and staff was excellent. Doctor was with my daughter within five minutes, created a treatment plan, and treated her right away. They checked on us regularly & were just absolutely wonderful','2019-12-20 08:43:40.000000','251751275488925'),('10156784850021437',1,'Calli was a great nurse. the rooms are clean. n staff are quick n wonderful.','2020-03-03 23:15:52.000000','251751275488925'),('10156797359938743',1,'Ashley up front was awesome about calling my ins co for me and just very sweet. Then my nurse, Sussie, made sure I was comfortable and when Matt came in to put the iv line in, he was personable and so gentle that I barely noticed! Very caring, kind people. šŸ‘šŸ»šŸ‘šŸ»','2019-07-02 22:37:24.000000','299216637560955'),('10156806520586033',1,'I loved Dr. PATEL, Nurse Sarah G. and Tanisha. They all did a great job tonight with my mom. Very professional and kind.','2019-11-08 05:33:23.000000','461782867645453'),('10156821872476421',1,'Beautiful and fast! Come and visit!','2019-03-03 01:53:00.000000','251751275488925'),('10156835290710380',1,'This place is amazing! Always friendly and helpful and helped put my little girls\' mind at ease with getting stitches. Our go to place for any medical emergency!','2019-03-25 15:08:15.000000','1698192877146046'),('10156853534829753',1,'My experience was great! Dr. Patel and Lisa V. Took exceptional care of me and my heath issues. They were very attentive and fast! I high recommend Signature Care! Thank you to the entire staff!','2019-07-27 03:52:44.000000','596022027480375'),('10156853682368017',1,'dedicated caring professional doctors and nurses','2020-01-16 16:49:00.000000','1609539722669429'),('10156854123614887',1,'I have been in the worst pain in my life for a nerve in my back. Only the second time in my life having something like this, however this was the worst! I didn\'t want to go to other emergency care facilities or even wait all day in ben taub hospital. I wanted someone who would care and take the tome to truly find out the best solution for this nerve racking pain! Not only were they fast and effeciamt in gwtting me in, they were direct asking all the right questions seeing to my comfort imediatly running all test which the result xame back with 30 mins. I was never left in the dark!! Prayerfully I won\'t get sick again, but if I do am am voming here first!','2017-12-18 15:22:36.000000','1787364321589026'),('10156854779630945',1,'Thanks you so much for your care today. Thanks to the front office staff Tanishia for your help with everything. I can’t wait to come back. You guys were hilarious! ;)','2019-10-25 03:22:11.000000','461782867645453'),('10156874206738733',1,'I was in and out in 20 minutes. They were very helpful and very professional. I was given meds and felt so much better the next day and was able to enjoy Christmas with my family! I highly recommend SignatureCare','2019-12-26 18:07:40.000000','1765121397101399'),('10156902013197345',1,'Everyone here is on top of their game! I couldn’t even finish filling out my paperwork before I was called to the back! I was able to be seen by the receptionist, multiple nurses, the doctor, the X-ray technician and out of there all within 2 hours. I would definitely recommend coming here as opposed to a regular hospital ER!','2017-10-08 15:46:38.000000','544778295636544'),('10156902654317631',1,'Great ,Fast service. Everything is fine and Kim, Andrew,David, Lisa, and Alisha, took freat xare of JoshHargrove. Got dehydrated at work and wasn\'t feeling well. Glad it was mothing serious.','2019-06-29 05:40:43.000000','596022027480375'),('10156918456817723',1,'personal is very professional \nregistration and front desk ladies Amy M, Valinceia P, Julesia H & Dalia R. very professional and nice','2020-07-22 20:42:57.000000','1787364321589026'),('10156920923562723',1,'Very good service, the staff was amazing!','2020-07-23 21:00:59.000000','544778295636544'),('10156924970757396',1,'Thank you Gracie Urias for being so kind and professional! But most importantly, thank you for being so patient with all my questions! Such an amazing staff!!','2020-07-18 17:05:20.000000','237100240304186'),('10156927784998434',1,'Staff was amazing they were able to get us in and out and let us know what was wrong , everyone was very friendly','2020-01-01 21:31:02.000000','544778295636544'),('10156931716170009',1,'Everyone is so friendly. From Brittney Haynes to Dr. Ashbrooks. They all made sure my son was comfortable and even made him giggle. They are 5 stars in my book!!','2020-03-26 17:39:34.000000','235046800697531'),('10156942050422196',1,'Great staff! Amazing care. Dr. General, nurse Nikki and Shaunda at the front desk were all amazing and efficient. Thank you all for your care!','2020-02-17 21:19:53.000000','251751275488925'),('10156946407567150',1,'The front desk staff, the nurses, and the doctor were excellent and the trip was cheaper than I expected.','2018-09-15 05:44:26.000000','1609539722669429'),('10156950081191099',1,'Dr. Lingan, Christina R., Christine A., and Shaunda H. went above and beyond to make sure I was taken care of. Not to mention the facility is beautiful and very clean. Thank you so much!','2020-03-07 03:25:48.000000','1698192877146046'),('10156953322680893',1,'Great, fast and friendly staff. Explains everything being done during visit.','2020-01-26 16:47:51.000000','829264323932850'),('10156954607103046',1,'quick to the point professional care right in my hood! with follow up if needed and they waived the copay','2019-04-24 07:41:52.000000','1698192877146046'),('10156957891713553',1,'Dr. Henderson, Sarah G, Laura H or Elaine M and Briseda M were all professional, caring, thoughtful, insightful and listened.. I’m not fond of hospitals but this was a pleasant experience. Thanks to all of you. \n\nClean, fast, informative.','2020-01-02 02:04:21.000000','461782867645453'),('10156960258983963',1,'Who helped us: Dr. Patel, Nurse Kayla B., Jessica Nguyen, Norma T. and Jessica Rojas.\nService was incredible and their selection of drinks is phenomenal with Capri Suns at the ready for big girls like me.','2020-02-22 15:17:38.000000','461782867645453'),('10156969260873733',1,'This place is great Maya, Nurse Yasmin, and Dr. Chiang were amazing at making my daughter feel better. she was smiling and involved in the whole process which is something money just cannot buy. oh and btw the bill wasn\'t bad either.','2020-01-30 21:52:27.000000','829264323932850'),('10156980508967134',1,'The staff were very organized and helpful! I signed up for an appointment via the drive thru line and they were very quick to take my vitals and give me the test. I definitely recommend this location!','2020-07-23 17:29:06.000000','1609539722669429'),('10156983854931094',1,'the doctors and nurses are very caring and take the time to listen to you and explain everything in a way you can understand. They even call to check on me periodically. I found out from another urgent care place that I have a very large herniated disc in my neck that\'s pressing on major nerves causing me a lot of pain and loss of strength and feeling on one side. that clinic referred me to signature Care because toradol stopped working and I\'m so glad they did! they have been really understanding and I\'ve already been there three times with uncontrollable pain. they all took very good care of me and explained everything the other clinic did not. they are very compassionate and have helped me immediately every time I come through that door, without passing judgment in any way at all. Dr Yost even got me an appointment with Marc Smith in only a few days when it usually takes weeks to get in to see him. Signature Care Staff, thank you all so much for the compassion you all have shown me and for the excellent care. Not once did you make me feel like another number in your invoice book like a lot of other places do. Not once has his place rushed me out of there either. In fact they have always asked me if I was ready to go home before discharging me. I recommend this emergency center over any other ER/Urgent care place around. yes They only take private insurance but it\'s not their fault... they are not recognized as an emergency room like at a hospital and they are not allowed to take Medicare/Medicaid. even if you have to pay out of pocket, it\'s going to be worth every time if you ever give them a shot. for urgent/emergency care I\'ll never go anywhere else again.','2019-12-14 21:47:18.000000','235046800697531'),('10157009914721733',1,'Great service nice people \nI recommend this place quick','2019-12-29 23:09:44.000000','544778295636544'),('10157018136512641',1,'I love this ER they are the best!!!!','2019-03-11 21:48:57.000000','544778295636544'),('10157018326379727',1,'Excellent care! From Dr. Yost, Luke, Kim, Regis and Sherri thank you for taking care of my son!','2019-01-19 03:18:12.000000','235046800697531'),('10157031409428803',1,'This is my second visit and both times have been great! The staff is attentive and well-informed. Highly recommend!','2020-03-04 13:35:37.000000','544778295636544'),('10157035180722716',1,'Wonderful visit to Santa!! Super Recommend ā¤ļø Marry Christmas šŸŽ„','2018-12-21 20:09:47.000000','1698192877146046'),('10157035383902809',1,'Great place.. Dr. Cavazos, Rollie, Natalia, Stephanie and Yasmina were awesome.','2019-12-14 02:39:34.000000','1648645701907657'),('10157046783472068',1,'Professional, friendly doctors and no wait time! Dr. Curtis, Lucas, Sherri and Kelly were amazing and helpful. Very thorough and thoughtful šŸ‘šŸ¼ šŸ¤’','2019-03-31 22:17:51.000000','235046800697531'),('10157047766551724',1,'Selina, Jesse, and Janet were extremely nice. Fast and great service.','2020-02-27 17:08:29.000000','544778295636544'),('10157061369962713',1,'Natasha was the best. Super informative and nice. Fast service.','2019-07-28 21:30:47.000000','251751275488925'),('10157065273118743',1,'Great and friendly staff! Highly recommend! Got us in and out!','2019-10-19 02:14:19.000000','237100240304186'),('10157067377101773',1,'Everyone was very courteous, understanding and knowledgeable. Their willingness to answer every questions and overall patience was outstanding. With our situation, they definitely went above and beyond anything we could\'ve ask for. I just want to recognized and give a great big thank you to Nurse: Sarah A G and Front Desk: Tanishia W. for going out of their way to help us.','2019-10-25 00:13:39.000000','461782867645453'),('10157098082675734',1,'Nice place. Great staff. Quick attention.','2019-07-03 11:39:55.000000','251751275488925'),('10157098232708055',1,'This staff has been so amazing to my mom and I. If ever I need emergency care- bring me here!','2019-02-15 05:28:18.000000','251751275488925'),('10157105568252906',1,'Nurse Manny was attentive and caring and was willing to make us laugh. Service was fast and effective !!','2019-06-08 18:56:14.000000','237100240304186'),('10157108974527096',1,'Given how busy they are with all the Covid testing, everyone is always friendly and kind.','2020-07-08 18:45:30.000000','251751275488925'),('10157111840391667',1,'Our daughter was driven here by a friend and promptly seen within 5 minutes. I arrived from San Antonio and found this location easily. This entire visit has been made the best I have experienced at any medical facility. From receptionist to nurses to doctors, all have been prompt, courteous, friendly, and happy, cheerful, encouraging and thoughtful as they have tended to our daughter AND me!! I feel like I have received genuine care at this facility. I wish we had them in San Antonio!!!','2019-03-28 14:26:49.000000','1698192877146046'),('10157138117248346',1,'Thank you Dr Simmons, Austin, John, Kanyon and Jennifer D! I received awesome care from all staff!','2019-06-11 02:25:21.000000','299216637560955'),('10157139143358520',1,'I was taken very good care of by Manny, Lisa P, Tabitha and Dr. Plante. Everyone was informative and answered all my questions. The emergency center is super fast and clean. Manny called me the next day to check on me. I appreciate the fast, friendly and compassionate service from the front desk with Eliza to the nurses and doctor. I highly recommend SignatureCare.','2019-12-15 15:03:40.000000','237100240304186'),('10157139469556433',1,'Eliza, Rachel and Manny were awesome! \nIt was quick a painless and a great experience!','2020-07-23 21:04:48.000000','237100240304186'),('10157142331441131',1,'I’m a very discerning person who is often not impressed by anything and I could not praise Dr. Jaber and his team more. Troy, Jessica, and Melissa were all amazing. Registration was a breeze and i was seen within 2 minutes. Dr. Jaber was there with to provide excellent care with great bedside manner and a sincere interest in making sure I felt taken care of and satisfied with my visit. I’m very glad I visited and want to thank the team again.','2019-08-13 07:28:09.000000','167959367441528'),('10157144246729932',1,'We will never go anywhere else for urgent care. From the person at the front desk to the nurses and doctors, you always get the very best care. We LOVE THIS PLACE and everyone in it.','2019-05-08 20:28:34.000000','1698192877146046'),('10157168914217226',1,'Great care and Wow! - what a beautiful facility!','2019-06-18 13:58:43.000000','596022027480375'),('10157176287278624',1,'Friendly, caring staff . . . .and very fast!','2019-03-23 10:49:29.000000','544778295636544'),('10157180969538544',1,'Absolutely recommend Signature Care ER to anyone that is looking for quick, compassionate and quality care! Went in for a severe sinus infection and walked out 30 minutes later with the best care I could ask for. From the receptionist to the nurses and Doctor they all treated me so good. Robin, Courtney, John and Dr. Simmons took care of ever need and took the time to talk, explain my treatment. The facility was top notch and I will definitely be taking my family for any care we may need in the future.','2019-04-24 04:56:18.000000','299216637560955'),('10157194843926394',1,'We were greeted and taken care quickly by the friendly staff. Trayce D. and Jalesia N. were very friendly and professional.','2020-10-05 19:25:44.000000','1787364321589026'),('10157200632708462',1,'The Dr. was very nice and courteous.','2019-12-08 22:45:50.000000','251751275488925'),('10157210793404387',1,'Amazing staff, clean facility, and fast service. This is one of the best medical facilities I have been to. I would highly recommend to anyone. From the moment I walked into the door with my sick child I received quality care.','2020-01-27 15:28:25.000000','251751275488925'),('10157217253506832',1,'Excellen service from Kat, Dr. Zajac, Quintessa and Nino','2019-07-11 02:14:05.000000','251751275488925'),('10157222403200946',1,'I had an excellent first time experience here all of the staff from the front desk workers to the nurses and doctor. I was assisted by Alvean and Marcus, they was very helpful during my time there.','2020-11-03 19:04:08.000000','167959367441528'),('10157227367486843',1,'I really enjoyed the experience here. It was fast and efficient. I want to give special thanks to Dr. Faig, nurse Jennifer,er tech Elaine and most of all Tanishia. You all are the best. Thanks for rocking out with me.','2019-12-20 08:11:40.000000','461782867645453'),('10157228253219820',1,'very friendly staff. everyone is so caring and welcoming. I come here first .....highly recommended. there is never a wait time.','2019-05-25 22:30:43.000000','461782867645453'),('10157233081082199',1,'super friendly easy process and wasnt there all day. everything theyneeded was on site. \nDr. Golla awesome\nNURSE Melissa great\nFront Desk: sindy was fast','2019-09-18 12:27:18.000000','1609539722669429'),('10157236061095882',1,'Staff was amazing! So sweet and quick! Made my process very smooth and comforting!','2020-12-12 23:07:07.000000','1787364321589026'),('10157237002902877',1,'Great nurses and staff! Highly recommend!','2020-04-03 20:30:19.000000','596022027480375'),('10157251021126960',1,'Friendly staff. Liked Dr. Yost. There was a quick wait time on Sat morning.','2020-09-02 17:45:41.000000','235046800697531'),('10157251158108319',1,'Friendly quick and professional. After injuring my hand I was able to get an x-ray and diagnoses quickly. The nurses were very helpful and the doctor was great at explaining exactly what happened and what I would need to do next.','2019-03-13 15:19:22.000000','544778295636544'),('10157252685373229',1,'yall are pretty awesome and GREAT bedside manner!','2020-01-13 03:15:22.000000','596022027480375'),('10157261999011911',1,'Went to get tested and the staff were nice and caring. Jessica Sanchez was very nice and helpful during the process.','2020-07-21 15:34:47.000000','104213804456471'),('10157268196051805',1,'Awesome help quick and very professional.. dr. Nguyen, nurses Kristina and Fahmi, Laura and Er tech John , registration Alysia and Mercy... really appreciate all the help and first line support team thank you!!!!','2020-12-10 15:32:58.000000','829264323932850'),('10157289591959055',1,'Great experience!! All the staff and doctor were completely wonderful! Would recommend anyone to come here to this place.','2020-02-02 04:00:48.000000','596022027480375'),('10157290419687087',1,'This is the best ER in town! I have visited this ER twice (once with a friend and the second time with my daughter). I will not go anywhere else. Immediately after walking through the door we were greeted with a smile and quick service by Aileen. We were given the option to grab a snack or a drink because they \"understood she had just come from school and kids are always hungry after school\". We waited about 5 minutes to be called to the back for the nurse (Christina) assessment. The doctor (Lingan) came in about 2 minutes after the nurse left the room. My daughter needed x-rays (Christina K) and those were quickly taken, processed and read by the doctor within 20 minutes. Thank you to the staff for being friendly and keeping your facility clean and inviting. I will recommend to anyone I see. \n\nDid I mention they give first responders a HUGE discount. I just happen to be wearing a station t-shirt that day and the Aileen picked up on that right away. Thank you!!','2020-02-28 08:38:59.000000','1698192877146046'),('10157293105318695',1,'Robin in registration was very fast and friendly, the nurse Jennifer was very nice and helpful and informative and the tech Brooke was very friendly and you could tell they all loved their jobs and what they do for everyone that comes in šŸ’™','2019-05-31 03:37:02.000000','299216637560955'),('10157293553355808',1,'The staff are friendly and professional. Teresa made us feel comfortable as did the other staff being considrate and competent.','2020-09-17 04:28:26.000000','251751275488925'),('10157299099176301',1,'I had to go in for a very sensitive problem I was having and due to Covid-19 my husband was unable to go in with me. I have horrible anxiety when it comes to needles and doctor’s offices in general and had already worked myself up pretty good by the time I arrived. Nurse Adrian Ramirez walked me back to the room and listened attentively and showed great empathy for me. Nurse Rebecca Miller was truly heaven sent during my visit she was caring, thoughtful, supportive and attentive. She held my hand and walked me through the entire procedure went above and beyond with her care for me. I am forever grateful to them both. The physician and all other staff were amazing as well. A great clean clinic who is run very efficiently. I would highly recommend them over any other emergency room in town.','2020-06-28 11:41:14.000000','237100240304186'),('10157306827656339',1,'Fast and sufficient! Will be back if we need to','2020-01-07 01:49:04.000000','596022027480375'),('10157311138272872',1,'Great staff and welcomes us ready to tackle the situation!','2020-02-28 22:40:14.000000','299216637560955'),('10157314528868955',1,'So thankful to have this facility in this neighborhood! Had an emergency in the middle of the night, and they took great care of me, there was no wait time to get in, and it was so easy and convenient. Emergencies are never fun, but glad to have this place so close by!','2019-09-05 13:39:33.000000','1698192877146046'),('10157317802761556',1,'Fast friendly and professional! Everyone was very nice. I had broken my foot and I\'m all set with a boot and crutches. Great team here!','2020-10-27 19:12:48.000000','1648645701907657'),('10157319038710189',1,'It’s never fun to be sick on a holiday. However it turned out that I was in need of medical care. Pain and I couldn’t take the cough and sinus pain any more. I was greeted with a warm welcome and a smile. I apologized to come in as I know they are there with out complaint but... I know they wanted to be with family. I was in the exam room in minutes. I was screened by Amy and she was so kind and listened intently. Never judged me being there. She took my vitals and my information. Doctor came in and I gave my symptoms and he examined me. Gave me a plan and I agreed. One injection and oral med later I was asked how I was doing and she had my discharge papers ready. Not only will I express my gratitude and thanks but will make sure that I will share how amazing my care was. Thank you to the nurses and doctors who work today. As a nurse I know holidays are not fun to work and I hope you did have a great holiday tonight.','2019-11-29 01:17:26.000000','251751275488925'),('10157319262853736',1,'I was in and out. Very friendly & helpful staff. Nurse rondy was super informative and doctor Lim was very tentative. I highly recommend this emergency room','2020-01-10 03:44:14.000000','1609539722669429'),('10157329900757032',1,'I would recommend this west chase location to anyone. Dee made sure my parents and I were well taken care of. Super fast and friendly!','2020-10-01 14:33:51.000000','829264323932850'),('10157330435546979',1,'Very great service and great care would highly recommend.dr ding,Amy and Chris were just awesome thank you so much for caring for my husbands needs','2019-04-27 16:19:12.000000','1609539722669429'),('10157331403745520',1,'Facility was immaculate and fast. Dr. Appiah, Jani W, Tricia B, and Elida Jasmine were extremely helpful','2019-10-17 22:54:01.000000','167959367441528'),('10157331997032714',1,'I had the pleasure of being cared for at this facility. Dr Smith was caring, patient and thorough without being overly aggressive with my treatment. Wish my co pay wasn’t $200. I would never bother with a doc. Signature has it right...clean, quick and caring.','2018-08-25 03:15:12.000000','1765121397101399'),('10157338171322201',1,'I really appreciated the service at Signature Care Emergency Center. They are really professional and attentive to your needs while at their facility. They also call afterwards to see how are you are feeling. I appreciate them and will recommend them to friends and family.','2020-04-21 14:12:48.000000','104213804456471'),('10157347234265703',1,'They are very friendly, clean, and professional. I haven\'t had a bad experience here in the few visits I\'ve had.','2020-09-11 18:07:34.000000','1787364321589026'),('10157353377575636',1,'This makes 5 stops in two weeks for the family. Love the speed and the service of the staff. Very friendly and they work with and without insurance. Upfront on all charges. Great option for emergency services without the wait!','2020-10-06 13:52:07.000000','104213804456471'),('10157354009196914',1,'Lauren and Dr. Elsbecker were great - tested positive!','2020-06-09 20:53:54.000000','1698192877146046'),('10157357127580407',1,'great staff and attentive','2019-04-24 18:11:07.000000','829264323932850'),('10157365950240852',1,'Quick and excellent service! Lisa V., Leah, and Dr. Huerta were very nice and empathetic. Would definitely recommend!','2020-04-30 14:31:20.000000','596022027480375'),('10157368015184919',1,'it was very nice service. this people are very efficient at all times.','2019-07-04 06:01:57.000000','1787364321589026'),('10157368662800791',1,'This is my first time here. The facility is clean, comfortable, and very modern. The staff is friendly, courteous, and very professional. The wait time was minutes from the time I walked in the door. The bedside manner of the nurses and doctor who treated my daughter was absolutely amazing. I would highly recommend SignatureCare Emergency Center- Killeen to anyone who’s looking for great care quickly! Five star hands down! I will be back for any future emergency/acute services!','2019-11-05 23:46:43.000000','251751275488925'),('10157370948131829',1,'Dr.Edwards, Chanty Noble. NP, Christie/Kim/Megan, Kevin, Michael/Kira... Thanks for the care. They are friendly and help me in a timely manner.','2020-12-16 16:02:33.000000','235046800697531'),('10157372280464717',1,'The lobby is so clean and well maintained. I couldn\'t believe how friendly the staff is.\nEven snacks and drinks while I waited.','2019-06-14 20:01:06.000000','1698192877146046'),('10157379987828926',1,'I recently brought my husband to this ER and was blown away by the phenomenal medical care he received...it surpassed all my expectations! We were greeted immediately by the registration clerk Lizzie and placed in a room within MINUTES! That was impressive in itself as this is an emergency room. Nurse Dawn & Nurse Agnes were both highly skilled, compassionate and personable. I was worried about my husband and both ladies took the time to acknowledge my input and answered all my questions. The ER tech Olivia and radiology technologist Eve were both attentive and kind. They made sure that my husband and I were comfortable. It’s clearly apparent that these ladies work well as a team! Dr. Faig was thorough and took the time to explain the diagnosis. Thank you Signature Care Montrose, you guys are amazing!','2019-07-09 19:25:33.000000','1608991329419166'),('10157383380022554',1,'Highly recommend this facility! Brought my daughter in for covid testing and everyone was super friendly and engaged with my child. The facility was spotlessly clean! We met staff Vanessa, Kathryn, Chelsey, Lindsey, Clay, and Dr. Elsebecker. Phenomenal experience!','2020-09-14 17:15:43.000000','1698192877146046'),('10157384288039694',1,'Very clean and nice environment','2019-07-25 16:51:34.000000','544778295636544'),('10157386994472606',1,'It was a wonderful visit. They are very helpful and timely. Thanks Dr Daniel and Nurse Leslie and Secretary’ Tanishia','2020-03-25 02:09:45.000000','461782867645453'),('10157404598113023',1,'Excellent experience with signaturecare emergency center, very recommend to anyone','2019-05-17 14:11:19.000000','461782867645453'),('10157410626811995',1,'I broke my ankle. Everyone was not just helpful, but seemed care and actually love their job. They were proactive, informative and open to my needs as well as my opinions about my care. I rarely do recommendations, but I had to. If only they could handle all my medical care!','2019-04-22 00:24:41.000000','1698192877146046'),('10157411117694082',1,'The staff was amazing. The doctor was very informative and helpful. I have no complaints at all.. They have set the bar extremely high for stand alone Emergency Rooms!','2019-06-23 12:46:34.000000','167959367441528'),('10157420912178017',1,'Staff was nice. We made an appointment but had to wait 1.5 hours still. If there was a way to determine how long the current wait time is, that would be helpful.','2020-07-28 04:41:35.000000','104213804456471'),('10157432241087930',1,'This was a great find while on a trip to a city where we didn\'t know where anything was. The staff was professional, personable, knowledgeable and hospitable. Amy, and Maureen were thorough and efficient. Dr. Daniels explained diagnosis and aftercare very succinctly and Dion the Radiologist made us welcome and comfortable. The building and treatment rooms were very clean. Highly recommended.','2019-07-07 02:42:19.000000','1608991329419166'),('10157437716856821',1,'Awesome experience. My 3 year old was treated so well here. Alvean was great and gave her snacks and stickers. Would highly recommend. We saw Dr. O\'Malley and he had great bedside manner.','2020-11-03 20:41:27.000000','167959367441528'),('10157443147293587',1,'In and out without any issues. All of the staff were polite and helpful. Very pleasant experience.','2020-07-30 13:35:29.000000','1787364321589026'),('10157443188662097',1,'The staff was super friendly out front. The medical team was fast, efficient, thorough and friendly.','2020-11-18 20:30:29.000000','105589317817643'),('10157448107136620',1,'Thank you for team that helped us today! Dr starr Leo Kristina Aaron Delpha and Lisa H! They got us in, in no time! My son had to so blood work and that were so patient and helpful with him since he was scared! Thanks again :)','2019-12-16 16:11:04.000000','596022027480375'),('10157462225960964',1,'People were so nice and kind. Quick experience!!','2020-12-20 14:56:18.000000','104213804456471'),('10157462460887714',1,'Signature Care ER is top notch. The staff is so friendly, patient and very caring. My son was afraid and they took extra time to comfort him...that was very much appreciated! Thank you to Mandi, Megan, Nurse Jennifer, Mollie, Gunner, Tara and Dr. Henderson. You were to dream team with helping my boy!','2020-12-11 16:31:43.000000','235046800697531'),('10157462688335490',1,'As I entered I was immediately greeted. I had a great experience here with the er tech James , Nurse Tammy and Dr on staff.. Staff was friendly and helpful!!! Great facility that was fast and gave care into the check up. Did not rush me out but ran appropriate test to verify issue. Over great experience and will continue to use Signature Care copperfield!','2019-11-17 13:32:59.000000','461782867645453'),('10157465380131915',1,'Professional, caring, clean, efficient facility with a nice staff.','2020-07-17 13:15:02.000000','1648645701907657'),('10157467471455860',1,'So awesome quick and easy. Maya and Kristina were so helpful and made us feel at ease.','2020-01-05 18:23:18.000000','829264323932850'),('10157482114238420',1,'awsome staff helped us after our accident\nthank you manny so much.','2019-06-08 18:55:55.000000','237100240304186'),('10157496872884193',1,'My experience here was great, although I was not treated my brother was taken care with love. We were helped by Tanishia which transitioned throughout the experience we the nurse Jennifer, Fatima the tech and Dr. Faig.','2019-12-20 08:15:58.000000','461782867645453'),('10157499947459156',0,'Extremely irresponsible model for delivery of health care. Front desk tells everyone they \"accept insurance,\" which means nothing since they\'re out of network, balance bill, and make themselves out to look like urgent care. Laws are changing to protect unknowing consumers.','2019-10-26 21:21:08.000000','544778295636544'),('10157511548083117',1,'The staff was very helpful and quick!','2019-06-17 20:10:48.000000','596022027480375'),('10157515066775662',1,'All of the staff really listened to my concerns. I didn\'t wait for hours before being seen. I appreciated being able to walk in and being treated.','2020-06-13 22:58:57.000000','235046800697531'),('10157517698526245',1,'Very friendly and professional with great and fast service. Vanessa and Nicole were great with registering me quickly and Nurse Theresa was fantastic!','2020-10-21 02:49:41.000000','1608991329419166'),('10157548897630887',1,'This my second time here. They took care of my daughter on Christmas Day and made us feel comfortable. The service excellent. The staff is very patient to your needs and very knowledgeable. I will continue to use their service.','2020-10-19 20:56:58.000000','251751275488925'),('10157559552516598',1,'Had a amazing experience for my girlfriend. The doctor got us in and out in a hurry. The nurse was very friendly as well. Great place for quick emergencies!','2019-08-22 02:15:50.000000','544778295636544'),('10157559561362469',1,'I came here for my Covid testing. The nurse was very nice, funny, talkative, and made me feel comfortable. Peggy and the physician Brian was great. Brian came in and made us feel comfortable with conversation he isnt a snooty Doctor lol','2020-07-29 16:46:43.000000','105589317817643'),('10157566003447593',1,'I would definitely recommend Signature Care Er Copperfield, the staff was awesome in caring for my grandchild. Registration Tanishia was informative and very helpful, the Dr and nurses showed us how much they care for pt.','2019-11-15 08:35:57.000000','461782867645453'),('10157567620965731',1,'Very nice staff and fast service.','2020-01-03 16:32:26.000000','251751275488925'),('10157583314501188',1,'The team was efficient, respectful, and very nice. They took the time to answer all questions. I would definitely recommend to family and friends.','2020-10-21 20:23:13.000000','1765121397101399'),('10157583811976712',1,'Remington and chelsey were great spirits on an unfortunate Christmas day visit!','2020-12-25 17:47:20.000000','1698192877146046'),('10157588130929802',1,'Excellent staff! Every single person was helpful and kind. Wouldn’t go anywhere else!!','2019-06-30 19:48:26.000000','596022027480375'),('10157591356166954',1,'Great service, very helpful. Thank you Keily and Stanlisha.','2020-11-22 16:59:21.000000','299216637560955'),('10157591431930965',1,'I just went there with my 1 yr old and there was no wait. Every member of the staff was caring and attentive. The rooms were clean and comfortable. Within less than an hour My baby had been tested for everything and we had an action plan. Loved the compassion and bedside manner of Dr. Leavitt and the rest of the staff.','2020-10-27 21:21:27.000000','1765121397101399'),('10157594796952850',1,'Doctors Thomas and Nguyen and their staff were friendly and helpful in seeing to my needs.','2019-12-04 03:58:10.000000','461782867645453'),('10157601681368278',1,'My sister was sick got her in and out quickly','2019-07-22 00:07:11.000000','251751275488925'),('10157615244052874',1,'I am SO thankful for SignatureCare in Midland as they care for patients well and now do rapid COVID-19 testing. They also go above and beyond caring for the community in preventing trauma related distracted driving crashes by sponsoring SAFE 2 SAVE. This app rewards people for not \"teching\" and driving with great restaurant deals around Midland. SignatureCare truly does care and as someone from Midland I would trust them and take any member of my family there!','2020-09-03 17:33:19.000000','596022027480375'),('10157615798553302',1,'The whole staff was warm and welcoming.','2020-10-22 19:40:56.000000','105589317817643'),('10157618163184395',1,'Staff: Registration - Lisa P, Nurse -Manny, Twch - Eliza, Dr. Osiechi all very professional and treated my son with kindness and compassion.','2019-10-20 22:25:59.000000','237100240304186'),('10157632445318329',1,'Great staff. My husband got called back before even being done with paperwork. The doctor makes sure the patient is taken care of!','2019-12-06 02:05:50.000000','251751275488925'),('10157636096578085',1,'Great staff. Was able to be seen sooner than expected. I highly recommend this place.','2020-10-16 13:27:56.000000','251751275488925'),('10157637159583136',1,'This is the best Emergency Room I have ever been to. It is never good to be sick or have to be seen at a hospital, but they really take care of you at Signature. The team members truly are concerned for your comfort and wait time. I have been here two times and I recommend it to anyone I know that needs to be seen in an emergency situation. No more long wait times and impatient staff for me! Dr. Garcia was genuinely concerned for my health and a pleasure to be treated by. Ray was one of the best nurses I have had the pleasure of meeting. He was thoughtful and helped me to feel at ease. Gustavo had a beautiful smile and was very helpful. Jessica was sweet and took care of me quickly and efficiently. My wait time was short and when I went to check out, she took excellent care of me. This is not your ordinary hospital. If you want long waits and irritated staff... this is not the place for you. If you want fast, efficient, thorough care... come here. I will again if needed!','2017-12-07 02:57:53.000000','1787364321589026'),('10157644964342874',1,'Every time I go in the staff is friendly, everything is clean and they truly care about honoring everyone\'s time while providing great care to each person. The doctors go above and beyond and have amazing large hospital metropolitan ER experience yet want to work here in College Station so you get the best of both worlds! They also care genuinely for the community and go above and beyond to prevent distracted driving crashes by sponsoring SAFE2SAVE.','2020-09-17 05:35:31.000000','326347177710316'),('10157656287321329',0,'DR. QUANG HENDERSON at Signature Care on 1960 and Wunderlich is tryna bill me $500 for a \"Procedure\". There was NO procedure done. No stitches was required, no NOTHING but cleaning with soap, water and neosporin applied and wrapped. I asked what war the \"procedure\" he performed acmbd that\'s what he said!!! I will be fighting it with the Billing dept. LISTEN PEOPLE some doctors are now tryna PRICE GAUGE because of everything going on they aren\'t seeing as many patients as they normally would which AFFECTS their pockets. How cruel to try and take advantage during this crisis. #SignatureCare Emergency Center - Cypress/1960','2020-03-23 20:29:38.000000','167959367441528'),('10157674007405840',1,'Highly recommended. Had my 2 year old daughter here twice in the past and they were wonderful to her. This is my first time getting treated myself and I recieved the same great care. Thank you Taylor, Kennedy, Megan, and Bryan.','2021-01-01 01:38:11.000000','167959367441528'),('10157674217308672',1,'Fantastic care team. I will be coming here from now on.','2020-01-01 00:45:13.000000','461782867645453'),('10157675419418206',1,'Clean facility, awesome staff, and quick and convenient! Special thanks to, Jeff, Dr Yusuf, Nick, Leslie, and Dee!','2018-08-11 18:13:13.000000','1608991329419166'),('10157676302866381',1,'I had the flu and was in really bad shape before running the Houston Marathon last week, the entire staff, doctors, nurses, assistants and everyone at the SignatureCare Emergency Center in Memorial City was very professional and took care of myself extremely well. I ran the marathon with no problems at all!!\nThank you','2018-01-26 22:29:02.000000','1765121397101399'),('10157677733137801',1,'Tanishia was awesome! Nurse Sarah was great and Doctor Thomas was very helpful\nVery clean urgent care','2019-11-20 07:00:25.000000','461782867645453'),('10157678869686757',1,'Highly recommend, came late night. Fast and very nice','2019-08-20 06:07:49.000000','1698192877146046'),('10157684014862759',1,'Easy place to get a COVID test. We paid cash and had our results quickly. Dr Linsey was kind, Rolondo did a good job taking our vitals. The staff, Sonle, Karen, Amy and Yaslyn were available and easy to talk to. This process was smooth and simple.','2020-08-23 15:09:51.000000','1648645701907657'),('10157685062289958',1,'Dr. Angela is absolutely phenomenal. She was not only thorough and compassionate, she did it with a great sense of humor and the most infectious (pardon the pun) smile.','2020-07-28 01:52:58.000000','104213804456471'),('10157689228721390',1,'Very friendly staff, I wasn’t feeling too well. Came here and Dr. Henderson and Nurse Kristina gave me the steps to get me back 100%. \n\nIf you want a quick and friendly experience at the ER I was suggest this location.','2019-12-14 15:33:53.000000','829264323932850'),('10157696948499065',1,'They where very professional and do a great job.','2020-07-17 17:03:25.000000','1787364321589026'),('10157704327623251',0,'On today’s Click2 Houston website article regarding your location and the absolute insane charges to insurance companies for Covid 19 testing. This practice should be criminal. I live close by but after reading this I will never come to your emergency care nor will I recommend it. Honestly I cannot believe what you are doing. Shame on all involved making these decisions.','2020-08-04 17:06:40.000000','1609539722669429'),('10157705038499013',1,'Everyone here was very kind. They were friendly and very gentle with my care.','2020-12-01 19:15:52.000000','326347177710316'),('10157707880343057',1,'Great experience, very nice staff, they took well care of my husband! Thank you nurse Kim šŸ™‚','2019-08-31 02:06:43.000000','596022027480375'),('10157712243689725',1,'Jocelyn, tanishia, Sarah and dr Thomas are all so professional, took their time and fully explained everything. I’m a repeat customer!','2019-11-20 02:27:26.000000','461782867645453'),('10157722727529719',1,'Awesome place Rollie, Natalia, Stephanie and Yasmina. Dr. Cavazos was amazing.','2019-12-14 02:45:42.000000','1648645701907657'),('10157724255623874',1,'I Strongly recommend anyone to visit Signature Carrie are in Paris the staff is extremely professional, caring and nice! The doctors are professional, accurate and caring don’t sit in the emergency room go to signature hair if you want to get in and out quickly with the best care possible in Paris Texas! The registration nurse Ashley my nurse Erica and attack Ashley was extremely helpful and informative,caring and took wonderful care of me! Thank you guys so much for your excellent customer service and care!','2019-10-17 14:10:00.000000','299216637560955'),('10157726817507794',1,'All the staff was amazing! Fast & efficient! Dalal & Keshawna, Gina, Christine and Myra were all great','2020-09-23 16:16:16.000000','1609539722669429'),('10157728256314665',1,'Great customer care they did a great job. Very nice and clean facility','2019-06-13 03:49:48.000000','1609539722669429'),('10157730566460496',1,'Awesome service!!!! All of the staff is the golden standard of service!!! This is the Apex of Emergency Rooms!!!!','2018-08-25 19:06:43.000000','1787364321589026'),('10157731452972399',1,'Dalia and Alyssa provided excellent customer service. My nurse was awesome!','2020-09-24 16:06:33.000000','1787364321589026'),('10157731485986259',1,'I have been to this location twice. And each time I am in and out quickly and everyone is really nice and informative. I would drive 15 mins from my house to come here because I feel like they care. My nurse Alvean is very nice and professional and Jocelyn who works up front is fast and efficient.','2020-02-06 00:03:16.000000','167959367441528'),('10157733035512870',1,'When I visited SignatureCare I received es hell from McKenna, Susie, and Ashley K. They were all very kind. They make the process from start to finish easy and pleasant.','2020-02-07 15:41:08.000000','299216637560955'),('10157738953279255',0,'The entire staff was amazing. Everyone was extremely nice from the register all the way down to the doctor. They were extremely patient with me. Thank you all Ms. Natasha, Ms. Rose and Ms. Amy.','2019-08-10 21:51:46.000000','251751275488925'),('10157744096772389',1,'Just knowing that there’s a health care close by is great. The staff was on point and friendly.','2019-11-18 01:45:23.000000','1609539722669429'),('10157759035934185',1,'Patricia is very accommodating.','2019-12-30 20:00:15.000000','167959367441528'),('10157769460566308',1,'Nicole G needs a raise. Everyone was fantastic. Nicole G, rondy, Dustin, Ricardo, Dr Henderson were all amazing.','2020-01-09 05:31:53.000000','1609539722669429'),('10157769921259834',1,'Really happy I came here. Dr. Henderson is close and his team is great. Kristina is amazing with kids and made my shot bearable. Olivia and Nicole did great testing also.','2019-12-14 22:50:42.000000','829264323932850'),('10157772734516514',1,'Very helpful and super quick! Very happy with everyone there!','2019-10-02 16:30:21.000000','596022027480375'),('10157780041503569',1,'Amazing care. Shout out to Dolores, Nancy, Dr. Golla, Dr Jasmine, Aubrey, and Aaron for that warm blanket thoughšŸ˜†šŸ‘','2017-06-01 00:06:26.000000','1765121397101399'),('10157783315286302',1,'This location isn’t super close to my house but I will drive here for this kind of service! This is exactly how you want to be treated when you don’t feel well. Everyone is VERY kind and compassionate. Best experience you can have when not feeling well.','2020-10-06 00:33:41.000000','104213804456471'),('10157788867240152',1,'The entire staff is lovely, and I\'m not someone who likes hospitals, is recommended to anyone in South Austin.','2019-10-21 22:55:56.000000','1698192877146046'),('10157790012655869',1,'Great experience! Great staff! Amazing service','2021-01-08 15:28:56.000000','235046800697531'),('10157792660086687',1,'I went in for cold symptoms and was treated very quickly. The COVID test is not fun, but the nurse talked me through the entire process and put me at ease. The staff is super friendly and very knowledgeable and the facility is very clean. Dr. Ybarra was quick and efficient, which I appreciated. Special thanks to the team - Delicia, Rolando, Chris, and Waldo!','2020-10-31 17:36:07.000000','1648645701907657'),('10157793394271142',1,'This is my second time coming for myself, and I brought my daughter here before too. The service is the quickest I have ever experienced. I’m always taken back to a room in less Han 5 minutes. Highly recommended.','2020-02-13 16:57:14.000000','829264323932850'),('10157798684798131',1,'great service. quick and easier ..fixed me right up for cutting up my finger. friendly and helpful staff.','2020-10-26 02:08:47.000000','251751275488925'),('10157806337237141',1,'Dr. Thomas \nNurse Sarah\nTechnician Elaine\nand Registration Tenishia \n\nThey all were very helpful and great!','2020-01-31 01:35:25.000000','461782867645453'),('10157817870423750',1,'Great service and fast service. They are all just extremely nice and caring. They even call and check to see how you are doing the day after you went to the ER center. LOVE THEM','2019-11-09 11:47:31.000000','326347177710316'),('10157819438107989',1,'Nurse Irving was really nice and listened to my concerns and very gentle with my tests. Dr Nguyen was thorough.','2020-09-07 03:19:29.000000','829264323932850'),('10157837285174923',1,'This place is phenomenal. We were in and out super quickly. Snacks and drinks for the wait. Tanisha, Daniel, Dr. Dang, and Lynn were absolutely amazing. I’ve been to lots of doctors and ERs & emergency care services - this takes the cake for all of them. I just moved to the area & know I have peace of mind on where I’ll go if needed.','2019-11-18 03:11:23.000000','461782867645453'),('10157842388865729',1,'I had great, quick, efficient service today from Dr. Edwards, Gary, Gunnar, Jaylon, Tracy, Kim, & Courtney!','2020-02-19 16:19:36.000000','235046800697531'),('10157846503134770',1,'SignatureCare Emergency Center\'s Bellaire Emergency Room (ER) is open 24 hours to treat most medical emergencies. We treat infants, children and adults in our state-of-the-art freestanding emergency room (ER). Our Bellaire Emergency Center is located right off HW 59. Our Bellaire ER has a board-certified doctor available 24/7. Our ER is equipped with in-house lab, X-ray machines and CT scan, and we can provide ambulance services. We function like major hospital emergency rooms. With little to no wait time, most emergency room and urgent care patients are seen by our doctor within minutes of arrival. Our Bellaire ER has an observation room for patients who need to be monitored overnight and we bill for most major health insurance plans.\"','2020-01-11 13:44:07.000000','1648645701907657'),('10157847641174010',1,'Everytime I have visited Signaturecare they always treat me and my love ones Great ! It’s always nice and clean ! Friendly staff! They always check on your well being once you leave to make sure you are feeling better and have no questions ! Would definitely recommend','2020-11-21 13:39:15.000000','235046800697531'),('10157848182048351',1,'I had a really good experience at this location with Kristina and Dr Zhen! I felt comfortable and confident after my visit.','2019-12-28 14:43:15.000000','829264323932850'),('10157857725444707',1,'As a mom of 3 boys we visit these places more often then I’d like to admit! This time was for me! I’m very clumsy! This was by far the BEST ER I’ve been too ever! Receptionist were sweet and friendly! Kat the nurse was fantastic! Very kind and hospitable! Dr Jones was caring and had great bedside manner! This place was great. Hoping I won’t return anytime soon but if I do we’ll definitely be coming back here!!','2020-02-05 03:54:44.000000','251751275488925'),('10157858860598251',1,'The staff was amazing, second time coming here, Aaron the nurse was very caring and the dr great bed side manner, Blessings for all the staff. Maria Macias','2018-08-13 14:22:18.000000','1765121397101399'),('10157866817475975',1,'great facility! quick and helpful. the ladies Samantha & Dalal at the front desk were great. the nurse Myra and the doctor Akunyoli were swift and knowledgeable! I would recommend.','2020-12-17 02:16:13.000000','1609539722669429'),('10157869127189247',1,'The best take care center ever. I went there due to a severe congestion, was vomitting and was feeling really sick. I was welcomed with my name! and was already in the room and talking to my doctor less than 5 minutes. Super friendly team and they make sure you feel like you are taken care very well. They think every detail on behalf of you so you do not need to worry about while you are in ER. They informed me about my health care way beyond compared to other physicians. Once you feel sick, you really need that positive smiling faces around you. Thank you guys..','2017-11-21 23:11:20.000000','1765121397101399'),('10157872217849128',1,'My visit went well! Keera, Jeri and Stephanie were a major help ! Thank you :)','2018-11-16 06:51:14.000000','326347177710316'),('10157879685846242',1,'We only had to wait about five minutes before being admitted. Very nice staff.','2020-10-29 18:23:27.000000','1609539722669429'),('10157889972757098',1,'I would highly recommend SignatureCare. The staff was outstanding. Each one that we visited with and attended to us were as professional as you would ever want. This is for certain a top notch facility. Thank you SignatureCare!','2020-06-15 15:28:41.000000','235046800697531'),('10157897572773120',1,'Quick, efficient and friendly service. Glad to see Tricare is now being accepted. Despite being here for not feeling well, the treatment starting from check in is great. Thanks for making me feel better.','2019-10-28 03:18:15.000000','251751275488925'),('10157899894742398',1,'Absolutely would recommend this Emergency Center. Extremely nice, clean, fast, etc..took care of my friend, and had her feeling better in an hour!','2020-02-18 05:01:27.000000','251751275488925'),('10157904408972615',1,'Had a great experience with Sunny and Dalal. So helpful and quick service.','2020-12-11 18:16:21.000000','1609539722669429'),('10157912605337268',1,'Great experience would recommend to anyone!! Great friendly staff from the front desk to nurses to the doctors!!','2019-10-27 01:17:33.000000','596022027480375'),('10157913013537994',1,'thank Lucas Kim Sherri','2019-08-15 19:50:37.000000','235046800697531'),('10157924406081738',1,'This emergency center is amazing. Everyone was very helpful and went out of their ways to give me information about everything, from registration with Tanisha W, to ER tech Daniel B, to Doctor Thomas, MD. \nIt is a very comforting and cozy place.','2019-11-20 05:01:07.000000','461782867645453'),('10157936453682215',1,'Swift, uncrowded friendly & competent service for Covid test and other diagnosis','2021-01-06 16:20:28.000000','1608991329419166'),('10157943887386704',1,'They are very friendly and helpful will us them again','2020-03-02 16:06:01.000000','237100240304186'),('10157946645678555',1,'This place helped me feel good after i got hurt. They are close to the house and gave me fast help. Thank you to Melissa E, Jose P, Jennifer T, David B, Sean H, and Dr O\'Malley!','2020-01-28 02:08:25.000000','167959367441528'),('10157948808288608',1,'attentive kind caring no wait time good doctors and nurses','2020-03-17 00:29:07.000000','104213804456471'),('10157950957298769',1,'They were quick and so friendly. Ashley Burton and Nurse Holly were awesome! I would recommend Signature to all my friends and family!','2019-12-09 12:45:29.000000','299216637560955'),('10157954934206276',1,'Amazing service. Attentive, knowledgeable and friendly staff. Dr. Henderson Answered all my questions. Nurse Susan made me feel comfortable. Technician Angel was helpful. Tanishia at the front was welcoming. I recommend this place 1000%!','2020-02-19 03:43:11.000000','461782867645453'),('10157960115603250',1,'Very kind, and friendly! Also very efficient and effective! Thank you all for your help Dr. Scribner and team, Luis, John, Dorie, Alia, Shajja, and Carlton!','2020-12-13 02:29:22.000000','251751275488925'),('10157963584542863',1,'the staff is friendly and very attentive. facility is very clean.','2020-02-06 15:46:52.000000','1787364321589026'),('10157964224053376',1,'The staff at SignatureCare ER Center is very thorough. We will be back when the need arises. Thank you to all at SignatureCare for your kindness, understanding and professionalism.','2020-04-15 00:01:26.000000','235046800697531'),('10157964994261838',1,'The entire staff was very welcoming and respectful.\nA beautiful group of people.\nTons of blessings for them as they blessed me with their care','2020-03-04 18:50:15.000000','1787364321589026'),('10157973155522938',1,'These guys are awesome! Dr. Yost, Tobie, and the manager Brandi were incredible! Thanks for taking care of me!','2020-01-15 01:34:27.000000','235046800697531'),('10157974332553579',1,'This place is amazing. We have been several times and are always seen quickly and thoroughly. The clinic is immaculately clean and the staff is extremely friendly. We have a toddler that is less than thrilled with any sort of medical exam, but they handle him with comfort and warmth and if it causes him any stress, they do it quickly and efficiently. We almost prefer going here, rather than making an appt for the pediatrician...as this place gets us in an out so much faster.','2018-05-21 16:41:13.000000','1765121397101399'),('10157977885711192',1,'I HIGHLY RECOMMEND SignatureCare Emergency Center!! They are very professional, intelligent, very caring! Extremely fast and very thorough . I literally only waited 5 minutes to go back to a room. The doctor was in awhile 10 minutes! The facility is Very clean, up to date. They offer snacks, drinks, anything to help you. I will definitely come back here for any other emergency services that I need for my family! Thank you for your wonderful help! UPDATE: I ended up getting admitted, and I literally am speechless at the service!!! The loving, caring staff, making sure we had what we needed, private room with a huge private bathroom with shower! A Robe, the cutest beauty bag for all your needs. A good size mini refrigerator, big flat screen tv, water bottles that are for you take home, and they even ordered us dinner on them, had it delivered and brought it to our room!!!! I literally felt like I was at a hotel, not a hospital!!! Thank you for such an amazing experience. If you want want amazing, fast, and very professional medical staff you need to come here!!!!','2020-02-15 06:17:52.000000','251751275488925'),('10157984237424651',1,'The staff at signature care is great, Amy, Robert Diem, and Dr. Dang Amelia','2020-04-13 00:32:41.000000','544778295636544'),('10157985715316264',1,'the staff here is absolutely amazing!! they truly care about you as a patient!! thank you for a great experience during a time I needed it most!!','2019-09-25 13:33:45.000000','1787364321589026'),('10157989753874742',1,'Nice and clean friendly staff listen to my concerns explained everything/results in a way for me to understand. Made me feel Comfortable . \nThanks \nDr. Cavazos\nTech: Natalia\nReceptionist Stephanie \nNurse: Rollie','2019-12-16 04:02:27.000000','1648645701907657'),('10157990243434099',1,'Excellent service, my girlfriend was sick and they got her in fast. Now she is feeling better thank you Kristina, Victoria, An, Laura, Maya, and Dr. Miller. Your service was greatly appreciated.','2020-02-01 02:31:39.000000','829264323932850'),('10157995825976336',1,'I would definitely recommend this facility. It’s friendly personnel and fast service is one of the best I’ve had in this area. Facility is very, VERY clean. Will definitely be coming back here for sure!! Dr. Rose, Kat (our nurse), Brittany (receptionist), and Frank (X-ray technician)....y’all did an awesome job taking care of my daughter...even fitted her with her newest accessory....her fancy šŸ‘¢. Blessings y’all!!','2019-04-13 01:19:50.000000','251751275488925'),('10158003986624038',1,'Super fast and very helpful!','2020-02-29 21:33:25.000000','326347177710316'),('10158008875047743',1,'great service by alyssa p','2019-12-05 23:04:38.000000','1787364321589026'),('10158009711259039',1,'This is a great place to go if you need care. My husband, his best friend and I have all had to go here and they have always been super quick service. In and out. And super friendly staff. I love the nurses on staff here.','2020-11-10 23:39:34.000000','251751275488925'),('10158013542592055',1,'April was so sweet and made the visit much nicer!! Thanks y’all!','2020-12-03 18:45:39.000000','104213804456471'),('10158014112650839',1,'I just received the absolute BEST care... I don\'t do flu shots.. I don\'t typically take any medications I try to make good choices with my eating and wash my hands frequently and get good rest and take care of myself so that I dont have to visit doctors. Sometimes however you need to just go.. my boyfriend kinda made me go because I was not feeling well. There was no wait time, the front staff was amazing and so helpful! I was taken back quickly and the paperwork wasn\'t to intense either. They did the initial evaluation which does not cost anything unless you need to be treated which I love because some places charge you just to be seen. I am also uninsured so before moving forward with anything they are sure to show you prices and let you know so that you aren\'t surprised by the end. So now to the actual visit part the nurse was so kind and the doctor came in after He was amazing they both were so chill and relaxed and it made me that much more relaxed and comfortable. My vitals were all great and they gave me the different options. I actually felt like for once I had a little bit of say so in my care and what would/could be done. They were so informative and ultimately we made the decision to have a Chest X-Ray done. I am thankful that I was even given the option because I went in for something a little different and ended up finding out more. I have been having trouble breathing for awhile and It turns out via the X-ray I do have Bronchial thickening.. that might be the wrong wording lol but I was given a couple of prescriptions that will help me to breathe better finally! I am thankful that my other symptoms brought me in and I found out this! Being able to breathe properly will be life changing for me! \n\nThank you so much to everyone who cared for me today! ā¤šŸ™Œ','2019-06-12 21:42:50.000000','237100240304186'),('10158019140977971',1,'The one on Wirt & i10 is highly recommended. Queen Cynthia and her staff, Teresa, Holly, Ryan & Dr Zheng where super attentive. Highly recommend this place for your emergencies. Thank you for everything','2019-09-22 12:55:38.000000','544778295636544'),('10158025030633142',1,'They are quick, friendly, courteous, and were very attentive to patient\'s needs.','2020-02-01 18:22:42.000000','544778295636544'),('10158030322737885',1,'Easy experience from start to finish. Reception was helpful and polite. Nurse Kevin explained everything that was going to happen. Very happy with my visit.','2020-09-21 17:00:31.000000','104213804456471'),('10158030447360864',1,'Had a visit tonight for my twin granddaughters. It was a great atmosphere. The building is nice and new. The staff was great and very accommodating. The best part was there was no wait.','2019-10-10 01:44:17.000000','251751275488925'),('10158041126613403',1,'Me and wife had a great Experience Heather at front desk was Awesome!!!!','2020-11-12 01:02:33.000000','299216637560955'),('10158046625902154',1,'We had to stop on a family road trip for our 3 yr old son who came down with pink eye. They were so fast & so helpful & nice. Ashley Burton got us quickly checked in and our nurse Jamie M. took us to a cute Mickey Mouse exam room. The Dr. did a quick check and gave him drops that we could take with us which was a lifesaver! They also gave us goodie bags for the kids!! Was a fantastic experience- they will be our road trip Dr. of choice!! Thank you SignatureCare for saving our family vacation!:)','2020-02-15 00:07:58.000000','299216637560955'),('10158049766199694',1,'Very fast . Very friendly . Michele , Calli , Alexa , Alia & Jessica were the best ! I went another time and it was unprofessional my door was open and Nurse Kay or Cat was gossiping about me .','2020-03-19 16:36:51.000000','251751275488925'),('10158057349721281',1,'I have been here a couple of times with myself or my kids... staff is always wonderful and accommodating to our questions or needs.','2020-07-23 21:13:53.000000','237100240304186'),('10158064269730676',1,'Lisa at the front desk was very friendly and courteous. Krystal was my son’s nurse and made him feel at ease. The doctor was great and we were in and out in no time!! Highly recommend!!','2019-09-28 18:18:08.000000','596022027480375'),('10158075189052431',1,'People make the experience. Customer service is alive and well here. Jennifer and Shonda greeted us kindly and got things rolling. Christina K put us in a room and made sure my son had all the comforts they had to offer. In minutes, Dr Goodman took a look and made a plan to place some stitches in my son’s chin. The team was kind and gentle, yet firm and assertive when they needed to be. I can’t imagine the pressure of placing injections around a wound on the chin of a frightened five year old! Dr Goodwin made it look easy and got the job done quickly. Shelly got us discharged and my son was given a teddy bear for being brave. This team made our first set of stitches a positive experience and we are thankful. We could not have asked for better care.','2020-02-08 18:14:38.000000','1698192877146046'),('10158075715694831',1,'My experience in this emergency center was absolutely wonderful and very clean. The nurse Tyler and Rachel were amazing. The ER Tech was helpful and made me feel comfortable. Dr.Cavazos keep me informed on the process of my lab results. I would definitely recommend this emergency center over any Hospital ER .','2020-04-06 16:10:05.000000','461782867645453'),('10158077923302318',1,'Friendly staff, quick visit, efficient care! This will definitely be our go to place for illness and injuries. ā™„ļøā™„ļø','2020-01-23 00:59:44.000000','251751275488925'),('10158084675399067',1,'it was quick and easy to come in and get what I needed done. I had nurses Heather, John and Dr. Jones. All super friendly and attentive. They made me feel at ease and genuinely cared about.','2020-12-07 01:55:31.000000','251751275488925'),('10158087790988335',1,'Staff were very friendly and knowledgeable and made me feel at ease during my wait, which was long but the staff more than made up for it. Especially nurse Alaina and Tech Josh','2021-01-02 00:42:25.000000','235046800697531'),('10158109904534450',1,'Came in to get checked out, with some non covid symptoms. Was a great experience. With everything going on with the covid, I felt very safe during the whole process. It was very clean and the whole staff was in protective gear the whole time.','2020-04-04 17:33:41.000000','167959367441528'),('10158116606667771',1,'Nice people, great service and beautiful facility','2020-07-19 22:47:33.000000','104213804456471'),('10158119088175708',1,'Great place, staff is amazing.','2020-06-10 22:31:44.000000','1698192877146046'),('10158125938895879',1,'Awesome service from Maya at the front desk and the nurse called patients in quickly!','2020-02-11 22:54:38.000000','829264323932850'),('10158144367968096',1,'I was actually quite surprise about this center. At first I was a little unsure cause it took them about 40 min get me back there. But then nurse Lucas came in and did my covid screening, listening to my fears about my making nose bleed. Very... Very gentle with my covid test as he could be. Dr.Yost answer any and every question, didn’t rush me. But else wise good visit. Staff at the front desk was friendly as well. Bonus point, it was very clean too ! Definitely will bring my family here again if we ever have a family emergency again.','2020-11-09 11:07:54.000000','235046800697531'),('10158145954281882',1,'After our primary care provider turned us away we opted to try Signature Care. They were quick, kind and made us feel very comfortable. We will definitely think of them first the next time we need care. As a mother, knowing these guys are here for us gives me some much needed peace of mind.','2020-02-08 17:25:20.000000','596022027480375'),('10158155170092018',1,'Excelente atencion y lo mejor que esta abierto en dias festivos, gracias al Dr. Goodman, la enfermera Shelli y al equipo medico Christina, Linda y Chelsey šŸ˜','2019-12-25 20:01:22.000000','1698192877146046'),('10158161298569784',1,'they was really nice and caring!!! \nthanks for asking šŸ˜ŠšŸ¤—','2020-04-14 18:14:58.000000','104213804456471'),('10158171291681522',1,'The Signature care heights facility were great and Nicole was super helpful with my sister. She got seen right away and got her the help she needed! Thank you!','2020-01-09 03:29:40.000000','1609539722669429'),('10158172833726487',1,'Just took my father here, the staff is friendly and very helpful. Plus the service is quick, thank you Cody and Nydia. šŸ™šŸ¼','2020-08-18 19:28:42.000000','105589317817643'),('10158173213617318',1,'Great services since we got to the center. The security guy was very nice and helpful as the receptionist, Tanishia. The doctor and nurses were so nice with me, wife and child. We are so thankful to be here! Nice job šŸ‘šŸ¼','2020-02-21 06:59:29.000000','461782867645453'),('10158173284199429',1,'All the staff were very nice. 😊','2020-02-19 22:32:06.000000','1787364321589026'),('10158173977899372',1,'Fast assistance and courteous!','2020-12-19 19:45:21.000000','1698192877146046'),('10158179498919742',1,'Very friendly and quick to attend. Place is always clean and my 11 years old loves that they offer a blanket. Seen by Nurse Johnny, ER tech Teresa, RAD tech Brain Registration Natalie & DR Noor','2020-02-18 17:14:11.000000','1765121397101399'),('10158180166883037',1,'The best Emergency Center I have ever been. The Staff are just beyond imagination. They are great! Thank you very much Mark for being a best nurse ever. I will recommend this place to my family and friends in time of needs.','2018-04-20 00:29:16.000000','1765121397101399'),('10158183238337415',1,'Wonderful staff who are very kind and answer all your questions. Fast service. Ekaterini and Valory were especially helpful and nice.','2020-11-10 21:12:58.000000','167959367441528'),('10158196610391474',1,'Very nice facility. Staff are very friendly and helpful. I highly recommend!','2020-01-31 16:56:23.000000','235046800697531'),('10158208788986928',1,'my husband was tested for covid here a few weeks back and said they were very gentle with the swabs test! I chose this location for my test for the same reason! and very friendly staff and customer service!','2020-08-11 23:54:02.000000','105589317817643'),('10158228469124684',1,'This is my 2nd visit. The staff and Doctors are awesome! courteous and professional. staring from the front desk to nurses and Doctors. They act quick and make you feel like you are and good hands. I strongly recommend this location.\nThank you Dr. Miller and Nurses Joseph & Reginna for making me feel welcome. Happy New years!','2020-01-01 03:45:49.000000','1609539722669429'),('10158237005927800',1,'The absolute best experience I have had in an emergency room! The staff here was a joy to be around and Chelsey made everything better! Thank you Signature Care ER @ Circle C, y’all rock!','2020-10-22 18:12:17.000000','1698192877146046'),('10158252678221609',1,'The real answer is MAYBE! I had my appointment there today, the front desk employees were all nice and polite. My only concern is that we have a pandemic problem and I noticed the staff that took my temperature did not even clean the thermometer after and they have the one that touch the forehead. My point is, with what is going on they have to clean it after each patient use. The nurse just placed thermometer in the counter and left. Also the blood pressure cuff was not cleaned or wiped with disinfectant. I was the one to remove it from my arm. My only suggestion is this place is performing Covid testing and they are not showing any wiping or cleaning your qpparatus. I hope that they won\'t expose anybody because of no proper disinfecting. just sayin!','2020-07-28 06:42:43.000000','167959367441528'),('10158254284073439',1,'I came here for covid testing and checkin was a breeze with Niece. I was then taken back to a room where Christina R. and Clay were both lovely while taking my vitals. Dr Dodd was very explanatory regarding covid and the tests. All in all this place made me feel very comfortable and I highly recommend them for any kind of emergency.','2020-12-18 17:26:14.000000','1698192877146046'),('10158259102058516',1,'Had a wonderful experience with Ryan and Dr. Yost! quick and efficient and very friendly!','2020-06-16 16:15:21.000000','544778295636544'),('10158271524775680',1,'Samantha \nJames & Rondi\nBryan D. \nBrandon W\nDr. Patel','2020-02-25 06:04:57.000000','1609539722669429'),('10158274794708939',1,'My experience was great they were fast and so nice clean and organized! Maya the receptionist was so welcoming and quick to check me in!','2020-02-07 15:48:23.000000','829264323932850'),('10158278950644653',1,'I had a great experience at SignatureCare Emergency Center, it didn’t take long to be diagnosed and treated, my son got the x-ray done very quickly and we were out in 1 hour. Excellent service received from Dr. Cavazos, Nurse Sarah, the X-Ray tech Grace, the ER tech Elaine and Tanishia from registration who was super friendly! Great place for pediatric patients! I loved it!šŸ‘ŒšŸ»','2020-01-24 04:18:11.000000','461782867645453'),('10158287292230799',1,'I was so nervous coming into the er care with my brother. He was in a car accident. However, I pulled up and our nerves were put at ease from the very beginning. Mackenzie and the security guard were so kind and brought out a wheelchair to assist my brother since he could barely walk. Once we came in, Stephanie kindly greeted us and assisted with paperwork and getting us quickly seen. Her smile helped to comfort us even more. Nurse Rollie began ice packs and pain meds to help my brother feel better which made us feel relieved. And a few minutes later he met Dr. Ybarra who had a very good bedside manner, was very kind, and assessed my brother. He ordered a cat scan and exam which Natalia, the Radiation Tech quickly took and brought him back from. Over all, under the circumstances, the staff helped to make a bad situation become much better and really cared for my love one and quickly resolved the health issues which resulted from the accident. I will always come here and refer my friends and family.','2020-02-22 03:23:04.000000','1648645701907657'),('10158298005346348',1,'Great support.\nFast\nAccurate','2020-10-14 01:31:37.000000','104213804456471'),('10158304079797800',1,'Had to take my wife to the ER and they were attentive and took care of her in a promptly manner. They were awesome and friendly. My wife said Barbara the receptionist, and Kimberly the LVN were awesome! Thabk you guys!','2020-11-20 03:26:38.000000','251751275488925'),('10158307575373612',1,'Went to SignatureCare today after feel sick for a few days. The staff was excellent and very friendly. Dr. Omalley took care of me along with Alvean, Jordan and Marcus. I would highly recommend this place if you are looking for a fast appointment with friendly staff.','2020-10-13 23:01:17.000000','167959367441528'),('10158312427153766',1,'Went here yesterday for a 6am appointment. They were very organized and got our test within 30 minutes. Everyone was helpful and nice.','2020-07-11 11:36:59.000000','1608991329419166'),('10158314968931259',1,'There were a few kinks while waiting but once in the back, we were well taken care of and the process was seamless. Kudos to the providers and nurses!','2020-07-28 04:43:58.000000','104213804456471'),('10158326886644424',1,'They went way above and beyond to help me. Highly recommended. Thank you','2020-07-11 12:56:14.000000','251751275488925'),('10158339217270283',1,'As soon as you walk in, you feel welcomed and a very nice and state of the art facility. From the front desk to the nurse, tech, and the doctor, it was a great and soothing comfort knowing they were sympathetic with my illness.','2021-01-26 17:20:29.000000','1765121397101399'),('10158372136472474',1,'Very professional and kind people. The space is large, modern and well equipped. Would recommend for anyone in need of emergency care.','2020-03-04 19:08:22.000000','1787364321589026'),('10158392292968690',1,'Totally satisfied! Great experience everytime !','2020-01-02 19:46:56.000000','596022027480375'),('10158393440664246',1,'The customer care provided at Signature Care ER in STAFFORD is outstanding. After experiencing several other urgent cares this one ranks at the top. Staff was exceptionally nice and caring. In and out very quick. Located right around the corner from my house. I will be recommending to everyone. Go here before you head to a hospital especially during this time!!!!','2020-07-22 17:41:46.000000','1787364321589026'),('10158398555369202',1,'We had a sick child at 8:30 on Saturday evening. We came here and were seen immediately. Everyone was super nice and they have an extremely clean and nice waiting area with snacks and drinks. I Highly recommend SignatureCare Emergency Center-South Austin if you have the sick bugs ā¤ļø','2019-03-17 01:28:41.000000','1698192877146046'),('10158407813322217',1,'Best care once again! Great staff. Loved everyone. Registration: Rita, RN:Holly, Rad tech: Mildred, and Dr. Mauldin. Thank you for the outstanding care!','2020-12-27 01:55:18.000000','1765121397101399'),('10158415145964560',1,'We are from out of town and needed to take our 2 year old in for croup. SignatureCare took GREAT care of us! They got us right in, listened to our concerns, and gave us the medicine our son needed. If we’re ever in Paris again and need medical help we’ll definitely be coming to SignatureCare!','2020-03-06 10:05:07.000000','299216637560955'),('10158431317278292',1,'Very fast & affordable. Alvean & Luisa were very nice and friendly!','2020-12-28 00:12:30.000000','167959367441528'),('10158435901053718',0,'I DO NOT RECOMMEND anyone going to this facility for Covid testing. My daughter was tested on JUNE 27 and to this date, NO RESULTS HAVE BEEN PROVIDED. She has driven back to the clinic twice, has made numerous phone calls and sent the \'contact us\' form and has received ZERO help or cooperation...NO ONE CARES OR IS WILLING TO HELP.','2020-07-21 22:07:18.000000','1648645701907657'),('10158444135011351',1,'Good patient care. Ask questions and listen to patient concerns. Staff was very attentive.','2020-10-28 21:51:56.000000','167959367441528'),('10158458238181487',1,'Thank all of y’all and Dr. V for taking care of my kiddo today. We couldn’t get her into to see her pediatrician so we had to come here. I’m sure I won’t like y’all much when I get that bill but I’m so happy to know what was going on with my baby girl. Y’all were great from the time we walked in, to testing, offering blankets and getting those results. Never thought I’d be so happy to hear strep positive vs Covid. Merry Christmas to all of y’all. Stay safe!','2020-12-22 22:00:00.000000','237100240304186'),('10158473416211147',1,'Great staff, quick results','2020-10-08 00:47:05.000000','1765121397101399'),('10158478383757241',1,'Thank you to the awesome staff at signature care emergency center of Midland! Jose and Vanessa were incredible. Dr. Huerta, Dr. Mauldin and Dr. Diaz were so patient and informative. You really made me feel at ease in a tough situation. Delpha, Daniel, Julie, David, Jeremy and Maria were all amazing and friendly. This experience certainly met all of my expectations and accommodated my family and our needs. Thank you again and may God continue to bless this faculty!','2019-12-02 03:09:32.000000','596022027480375'),('10158485301805622',1,'Thanks to all staff and Tricia Alvean for your fast and great service. Even though covid test is not a comfy test, you did great šŸ˜€šŸ‘','2020-11-14 15:02:16.000000','167959367441528'),('10158485320905681',1,'I was involved in a car accident and came to this place to get checked out because I was experiencing some pain. The moment I walked in Amy made my registration process very fast and professional. Before I knew it I was getting checked out by nurse Alvean and Keith. They were very nice professional and concern about the amount of pain I was experiencing. Soon after I saw Dr. Leavitt and she was very nice as well. The wait time was barely 5 mins and Dr. Leavitt asked me concerning questions about how I was feeling and the amount pain. My overall experience was great and I was completely satisfied with the staff. I would recommend this place to anyone.','2019-11-17 19:01:21.000000','167959367441528'),('10158500994731508',1,'I’ve been here several times, and service, care and staff are always exceptional!! Dr. Thomas, Susan RN, Tanishia, and Chelsea where all great in my most recent visit!!','2020-10-16 05:10:07.000000','461782867645453'),('10158507745044896',1,'I went in yesterday evening and staff was very friendly, caring, and helpful! Thank you!','2018-12-30 14:19:19.000000','829264323932850'),('10158508765167367',1,'Very nice people here, they were very professional.','2020-10-16 12:10:46.000000','235046800697531'),('10158512241566257',1,'Short wait. Friendly staff. Prompt service.','2017-12-18 02:47:04.000000','1765121397101399'),('10158527443845628',1,'They were very friendly and the check in and care were both exceptional. Thank you Jocelyn A for being so helpful!','2020-01-18 23:21:38.000000','167959367441528'),('10158533292194467',1,'My experience here was great. The nurses and doctors were patient, answered my questions and ensured that I was comfortable during my visit. They offered me a blanket while I was being seen. Dr. Dendy, Delicia, Duke, and Seble were very professional and pleasant.','2020-02-26 13:48:28.000000','1648645701907657'),('10158538238678830',1,'Excellent service. In & out in 1 hour. S/o to Dalal, larshary, aislyn, Miguel,Bryan, Myra & Patrick.','2020-10-17 17:38:02.000000','1609539722669429'),('10158538799651494',1,'Great customer service and kind representatives. The staff are organized and happy to meet new clients. I really enjoyed my experience with them today. The ladies at the front desk made my visit great!','2020-08-05 16:56:04.000000','1765121397101399'),('10158542506694898',1,'Lucas and Dr. Ashbrooks were great! Got me in and out quickly without any issues!','2020-10-09 15:32:05.000000','235046800697531'),('10158542517741870',1,'I have never had such a great experience in an emergency center/Room center . Courtney at the Front Desk checked me in very promptly and I was seen within 5 minutes of arriving. Nurse Noyes was very friendly, helpful and made it a calming experience. Dr Faig was super nice and very knowledgeable. He understood my pain and helped me figure out what the problem was and how to fix it. I would recommend this place to anyone. Great staff and physicians.','2018-04-25 14:03:40.000000','1608991329419166'),('10158544669105795',1,'Great customer service from staff (Keshawn, Gina, and Miguel)','2020-10-01 17:45:11.000000','1609539722669429'),('10158548362753815',1,'Alvean - From the first day of emergency till the follow up, which needed no appointment, we had a quick and exceptional experience. Will refer and use again and again.','2020-10-14 22:38:39.000000','167959367441528'),('10158550902744084',1,'Staff is very friendly. They truly seem to care about what is going on with you. They showed me great compassion and took great care of me and all my need.','2020-08-01 13:27:01.000000','251751275488925'),('10158567671735853',1,'Very quick to get in. The nurse made my son feel extremely comfortable. Offered us water and a juice box while we waited on our results.','2020-11-01 19:56:00.000000','104213804456471'),('10158568237817017',1,'Dalia R and Alyssa p Employees are very helpful','2020-10-22 20:46:18.000000','1787364321589026'),('10158574750942521',1,'I have 3/4 emergency room experience. But I recommend that Signature care emergency room is the best. They are so caring , comfortable. And Doctors, Nurses and Technicians every one is so caring and I get the best treatment. This emergency room makes me feel like I am with my family. I feel relax. God bless Signature Care.','2020-11-27 08:45:02.000000','104213804456471'),('10158577133536800',1,'Tanishia was very welcoming! Chantel and Dr. Faig were knowledgeable and willing to answer all the questions I had. Will definitely recommend and come back here in the future','2020-03-23 02:59:21.000000','461782867645453'),('10158583355559312',1,'The whole staff was so kind and helpful. They all were working so hard in the 104 temps but had a smile on there face and willing to help with everyone. Never skipped a beat! There true hero’s in today’s world! Thank you staff for your wonderful care I received','2020-07-01 02:18:40.000000','596022027480375'),('10158593904610822',1,'I was exposed to covid and came in for a rapid test. The staff was very comforting and friendly! They were able to get me in right away and made me feel at ease waiting for results. Chelsey and Andrew took care of me and walked me through next steps. Great staff!','2020-11-21 01:50:26.000000','1698192877146046'),('10158595209272999',1,'The staff was friendly. Kevin was great and had great patient care.','2020-10-01 15:29:39.000000','104213804456471'),('10158597827653948',1,'I went in for a rapid COVID test and was immediately accommodated. The ladies at the check in desk got me set up with the necessary paperwork and had me sit off to the side of the lobby so as not to risk contaminated anyone else that came in. I met with the doctor who explained the testing procedures to me and made sure I was comfortable with everything. I haven’t been to an ER in about ten years but this experience was a far cry from them. Quickest service I’ve ever received and the nicest people I’ve ever dealt with.','2020-10-22 20:55:45.000000','1765121397101399'),('10158606813922275',1,'The staff was wonderfully amazing and I left there with proper care. They were attentive and very compassionate. I highly recommend them.','2020-03-15 12:49:32.000000','235046800697531'),('10158611938319783',1,'Very friendly and accommodating staff','2020-05-16 16:49:51.000000','104213804456471'),('10158618366253614',1,'SO professional and timely.','2020-12-12 01:48:52.000000','251751275488925'),('10158621360504508',1,'Staff and doctors were helpful and caring!','2020-10-24 15:27:26.000000','326347177710316'),('10158622119746068',1,'during registration staff members, Christie, Kim, and sam were very nice. I was signed in quickly. I didn\'t hear what the nurse\'s name was but she was nice and explained everything thoroughly. will definitely recommend to Friends and family.','2020-12-23 00:57:01.000000','235046800697531'),('10158632122599342',1,'The entire staff was very professional (Dr. ashbrooks, J Harrison, Brandi Wilson, Lucas and Chloe, Eric, Kim, Christie, Megan and Mandi, and Andrea). They were all kind and performed their duties with excellence. The visit was very fast, no long wait times.','2020-12-17 15:59:32.000000','235046800697531'),('10158635209006308',1,'I came in for a rapid COVID test and I felt like royalty there. Chelsey and Clay checked me in, did my vital signs, swabbed me and had me out in 20 min with results in hand. All of the staff seemed like they were happy to take care of me and that made me feel good.','2020-10-26 17:48:57.000000','1698192877146046'),('10158643558755071',1,'Came in with flu like symptoms and they got me right in and treated me like a VIP! Dr O’Malley was so informative and kind and Jordan, Marcus and Heather took great care of me! Seriously the kindest most caring staff I’ve ever seen.','2020-12-23 00:48:54.000000','167959367441528'),('10158653294616419',0,'I know it’s a hard time with COVID numbers rising but I have been trying to get an appointment here for days. I finally got through on their phone and waited for 50 mins only for the call to be dropped while being transferred. It’s frustrating as a healthcare provider that I cannot get an appointment even though I had severe symptoms and need to be cleared before I return to work.','2020-06-29 18:29:57.000000','596022027480375'),('10158654586491698',1,'Very professional and informative!','2020-12-11 01:00:22.000000','544778295636544'),('10158659351412808',1,'We had quick service tonight. The staff from check in to the doctors & nurses were very friendly. The room was clean and had a tv for entertainment for my child while we waited. Overall a really good experience.','2020-10-10 03:20:45.000000','251751275488925'),('10158663066055865',1,'Thank you Dr Yost. Mollie Mandi & Carla for all your help. The visit was very helpful.','2020-12-26 15:15:00.000000','235046800697531'),('10158666609279487',1,'Everyone was kind, professional and quick when I had to visit the center. Really appreciate them! Thanks Cody, JD and Dr Sphone!','2020-09-25 16:32:43.000000','105589317817643'),('10158668020518047',1,'had to bring my boyfriend to get seen and the speed at which he was registered by Alicia was awesome. the speed and quality service from nurse Erica and tech Kenyon was awesome as well. we will use signature care from now on.','2019-07-20 17:35:24.000000','299216637560955'),('10158679469364036',1,'very friendly and infotainment. nice lobby and rooms short wait time. Luke was our nurse and was very kind. thank you','2020-09-24 14:46:58.000000','235046800697531'),('10158680613058936',1,'The doctor was so sweet and caring. He took care of my one year old really well. I appreciate their kindness and attentiveness.','2020-09-20 18:46:37.000000','251751275488925'),('10158682916015140',1,'I really appreciate your time and effort to make my time pleasant. Thank you Vanessa, Emily, Keri, Dwight, Victoria, and Dr. Souman thank you for your assistance.','2020-10-24 04:28:48.000000','1608991329419166'),('10158690885283048',1,'The positive reviews are real! First, I want to start by mentioning that the staff is super friendly and professional from the moment you walk up to the front desk. Dalia, the young person at the front desk, was cheerful and prompt with providing help. The wait from the initial check-in to get to see the doctor was not long at all, I don\'t even think it took ten minutes.\n\nThe doctor and nurses were amazing. They were super helpful and attentive. They offered me a warm blanket - Which was a first for me. The entire facility was really clean. I highly recommend their services.','2020-09-20 16:22:51.000000','1787364321589026'),('10158693492531303',1,'I had to have a group of employees tested and they were super fast and super friendly. Wonderful service. \n\nThank you Peggy, Brian, Dana, and Cody!!!! You are truly heroes!!!!','2020-07-29 16:46:05.000000','105589317817643'),('10158697232186253',1,'Brought my mother here because she was not feeling well. They took her in right away, place is very clean and the staff is very helpful and polite. The Doctors that saw my mom were attentive and verbally explained the steps they were going to take. My mom was very comfortable and at ease throughout the whole process. Will definitely recommend this place to anyone who is looking for medical care/treatment.','2021-01-21 18:51:20.000000','544778295636544'),('10158699833479481',1,'Came in for rapid covid test. Fast, thorough, friendly staff. Dr. Fair, nurses Sarrah, Fahme, Catherine, the sweet lab tech, Scott and the front desk staff, Mercy and Kandi were extremely helpful and kind. Negative yay!','2020-10-29 18:34:38.000000','829264323932850'),('10158701343832996',1,'Excellent staff. Dr. Straface was super helpful and pretty funny!','2020-07-21 02:01:36.000000','104213804456471'),('10158713989195491',1,'Came in thinking the wait would be long for a congestion and COVID test. 45 minutes later after all the paperwork and doctor talking to me and I’m out. Great place for a emergency evaluation','2021-01-11 16:13:51.000000','544778295636544'),('10158724119641788',1,'awesome service and attentive','2020-09-20 02:03:06.000000','251751275488925'),('10158746860487165',1,'Jamie, Lacey, and Dr Rankin were all amazing!! They have amazing bed side manner and explained everything to me. Carl did my X-ray and he was awesome as well!! I couldn’t ask for better care!! Barbara registered me quickly and was very polite!! Thanks for everything 😊','2020-12-03 06:46:32.000000','251751275488925'),('10158748932349284',1,'It was a very, quick easy process for my covid test, they are very organized.','2020-07-05 04:38:01.000000','1787364321589026'),('10158777978140579',1,'Thanks for the excellent care. I have no complaints. I hate coming to hospitals and this one is pleasant. Thanks Dr Wang and Tanishia. The staff was great.','2020-02-28 05:08:06.000000','461782867645453'),('10158786963206192',1,'This is the only place we will come for emergency service! The staff is absolutely amazing!! Very polite, respectful, caring and friendly! I’m very impressed with how fast they are to get you in and seen! I highly recommend SignatureCare over anywhere else!! Thank you all for what you do!','2020-11-15 03:04:25.000000','251751275488925'),('10158794580837378',1,'Very warm and friendly staff who took their time sigh me. Lindsey and Valory were great!','2020-11-09 16:31:49.000000','167959367441528'),('10158800511147158',1,'Great care! All of the staff is very efficient and helpful! Amanda and Kennedy helped us get checked in in no time. Megan was the Er tech. She was very kind. The nurse Bretnie was very helpful!','2020-12-31 17:06:30.000000','326347177710316'),('10158812132279918',1,'I was blown away by the service! I was seen in by a nurse and doctor within 5 of being there. Everything is so clean, nice, and professional looking. The staff, Dr.pham, nurse alvean, radiologist Marcus,ER tech Keith and vanessa at registration were so kind, welcoming, and helpful. They made sure I was informed of everything I needed to know, gave a nice warm blanket, and made sure I was comfortable and not in pain the whole time.','2019-11-19 20:31:00.000000','167959367441528'),('10158812254463007',1,'Got a rapid Covid test here and it 100X easier than I had expected. Facility is clean. Staff is incredible. Chelsey and Lindsey were super helpful in talking through the process and doing the swab.','2020-10-23 19:46:17.000000','1698192877146046'),('10158818409411411',1,'Wasn\'t in the waiting room 30 seconds before I was in a room! Staff was very friendly, caring and knowledgeable.','2020-12-21 12:10:55.000000','235046800697531'),('10158822986759516',1,'This is my second time here and my visits have always been pleasant. Thanks to Dee and the rest of the staff for your hard work.','2020-10-01 22:10:00.000000','829264323932850'),('10158824780602646',1,'No wait, clean, better than any other urgent care or er in killeen as long as these doors are open we will continue to support the staff from the front counter to doctor was WONDERFUL','2019-10-15 02:01:00.000000','251751275488925'),('10158831640659256',1,'The care is top notch! I had great and timely care by Mollie, Sergio, Eric and Dr. Henderson. Thanks again!!!','2019-10-23 03:29:56.000000','235046800697531'),('10158837995233357',1,'super nice and can do everything a hospital can do without the super long waits.','2020-02-06 20:59:57.000000','461782867645453'),('10158842124694530',1,'My visit was absolutely pleasant. Everyone was so helpful and kind. The sincerity of the facility was outstanding. I will definitely return to this location.\nThank you,\nStephanie, Rollie, Natalia , & Dr. Daniels','2020-10-20 01:05:57.000000','1648645701907657'),('10158852700443139',1,'Excellent service from every single associate at Signature Care in Stafford!! The receptionists Dalia R and Angelica D up front are so warm and welcoming. I trust Signature Care, it is so worth it!!','2020-11-12 21:59:41.000000','1787364321589026'),('10158855468736521',1,'Noone wants to come to the ER, but from the time I walked in Stephanie, explained the difference between urgent care and this ER because I was confused, but she made me feel so comfortable that I stayed. Then I met w/ Rollie, the RN who was thorough, Dr. Ybarra came in and allowed me to explain what I was feeling and had been feeling before he began asking questions and I appreciated that, a doctor that truly cares. and Natalia, the Rad Tech was so kind and explanatory w/ me as I asked so many questions, in addition to helping me in so many ways. And she brought me some snax :). Dr. Ybarra came in and thoroughly explained everything and I was actually smiling at the end of my ER visit. This ER team was awesome and absolutely rocks!','2019-10-22 02:22:01.000000','1648645701907657'),('10158865215874254',1,'Thank you for taking such great care of me Tanishia, Reukauf, Sabrina!!!','2020-10-30 02:01:03.000000','461782867645453'),('10158866840647238',1,'Staff and everyone was soo nice and it was pleasant experience. Jessica S and nurses were great.','2020-10-23 15:51:51.000000','104213804456471'),('10158868289008203',1,'Good experience fast service if you get there early.','2020-06-15 14:35:04.000000','1698192877146046'),('10158869895263116',1,'Shout out to Kristina and Quin. I love this ER best crew yet.','2021-01-18 16:12:15.000000','829264323932850'),('10158871529147277',1,'In and out in NO TIME!!! Staff was super friendly. Heather, John, Dorie , Alia, Angela, Carl and Dr. Jones were great!','2020-12-07 04:49:30.000000','251751275488925'),('10158882722929396',1,'The staff was awesome an nurse Charlotte took good care of me','2020-08-12 08:23:53.000000','461782867645453'),('10158920844553069',1,'Dr Garcia\nER tech: Staci\nNurse: Robert\nRad tech: Brandon\nNurse: Nicole\nRegistration: Raven\nThe staff, the care, and the efficiency was excellent. I was taken care of very well.','2018-08-25 19:21:48.000000','1787364321589026'),('10158935279687790',1,'Great experience. Jacoby is so kind and patient!!','2020-11-21 19:51:44.000000','299216637560955'),('10158940260159266',1,'Alysia and all the staff were amazing and kind, the care process was excellent','2020-10-02 20:37:36.000000','829264323932850'),('10158943679233035',1,'Gabby and Aubrey went above and beyond to take care of me and my whole family','2020-10-22 02:32:33.000000','104213804456471'),('10158951122493669',1,'I could not believe what great care I was given. I felt like I mattered. They listened and then acted. When I left I told them all I wish they lived in Florida so whenever I was sick I could go to them. Thank you Dr. A. Wren and staff.','2017-12-27 13:29:13.000000','1765121397101399'),('10158955343981407',1,'Friendly staff and quick service! Will come back again.','2020-11-06 15:38:39.000000','1608991329419166'),('10158964686153156',1,'I’ve been to my fair share of emergency rooms so I wasn’t thrilled about getting my covid test done at one, but I was pleasantly surprised upon arriving. Let me just rave about how CLEAN their facility looked and felt! \n\nJennifer Printed out my paperwork and got me into my appointment in under 10 minutes and then I was greeted, with what I could imagine was a big smile, by Chelsea who swabbed and got right to work on my results.\n\nThe PA followed up directly and Dr. Mauldin came in to wrap up my final round of questioning. \n\nOverall, it was a quick, painless, and pleasant experience.','2020-11-21 01:19:46.000000','544778295636544'),('10158978802918530',1,'Very attentive and quick !','2020-12-07 18:27:46.000000','251751275488925'),('10158979553266558',1,'They have the most amazing staff!!!! Thanks to Dr. Yost , RN’s Luke, Kara, Kira, Amber, Tech Josh, and registration Christie, Kim, and Ashlyn! Thank y’all so much.','2020-12-30 17:04:01.000000','235046800697531'),('10158996056028060',1,'Everyone is so nice and professional but still compassionate. They keep you informed on everything they are doing.','2020-10-29 16:24:46.000000','596022027480375'),('10159007221593454',1,'The staff is amazing and friendly Kat, Kim and Dr. Jones were quick in helping us.','2020-11-25 08:01:52.000000','251751275488925'),('10159009184874884',1,'Excellent service. I have never been disappointed when I or my children have received care. Top notch. Never just sitting around waiting. Brian and Jasmine were great. Kind and courteous. I love this hospital.','2020-10-14 20:41:08.000000','251751275488925'),('10159017248575209',1,'Angela, Jamie, and Kim were very great.','2020-12-02 04:03:58.000000','251751275488925'),('10159032185628782',1,'Extremely friendly and knowledgeable staff. Took care of me really quick with accuracy.','2019-09-27 18:00:27.000000','326347177710316'),('10159049918556449',1,'Check in was smooth, Amanda and Taylor were helpful and informative! The swab was uncomfortable but quick and Gabe the nurse was kind and efficient. Everyone was on top of things and I didn’t have to wait.','2021-01-05 23:41:56.000000','326347177710316'),('10159051529567004',1,'always great! friendly and fast','2019-12-23 01:23:46.000000','596022027480375'),('10159055188431336',1,'very quick and friendly.','2020-02-20 17:13:45.000000','299216637560955'),('10159069634586882',1,'Christina R , Dr. Rose and Clay checked on me regularly which created a stress free environment allowing me to heal. Thanks to all the staff! ā¤ļø','2020-11-08 19:22:21.000000','1698192877146046'),('10159074592367088',1,'Chelsea, Clay, Megan, Aileen, and dr. Tajani were very helpful in giving me stitches and helping me look less festive this Halloween season. I would definitely come back, although for obvious reasons I hope I don\'t have to.','2020-10-24 17:26:37.000000','1698192877146046'),('10159077750793140',1,'Fast service, Friendly staff','2020-11-12 15:16:32.000000','167959367441528'),('10159092002677577',1,'Vanessa was very polite and so helpful.','2020-10-20 00:07:16.000000','167959367441528'),('10159094216827008',1,'Excellent service was cared for by Jamie and Dorie and Carl amazing ppl !! & shajja','2021-01-26 02:06:29.000000','251751275488925'),('10159094673494505',1,'No waiting time. Amy was friendly at check-in and hand sanitizer and soap readily available. Social distancing observed with all staff. Professional and attentive From ER tech Brian to Nurse Mina. Thank you for your help.','2020-08-03 15:37:56.000000','1608991329419166'),('10159097682267065',0,'Don’t go to signature care ever in midland \n\nDr. Anders is who to stay clear from...\nFirst they don’t weigh me and take me right back to the room- didn’t ask my last menstrual they didn’t take urine... he already knew he didn’t want me there! \n\nI have covid and went to signature care to get fluids pumped in me cause I haven’t been able to keep much of anything down (not even water) full dry heaving and or whatever yellow acidic crap comes up when you have nothing in your stomach... I thought I was getting better but all of a sudden everything became worse (symptoms coming back and all) my primary said go to signature or a standalone Er to get IV fluids and since several symptoms were coming back!\nMy medical history has been hell a doctor nicked my intestines and have had several surgeries to try and alleviate adhesion pain because my colon is stuck to my abdomen wall and has no where to move freely... well you go to the ER AND THEY ASK YOU ABOUT YOUR MEDICAL HISTORY I am and have always been 100 % honest about my medical history!!!!! If I would have known he was just going to X-Ray and say I am fine... meanwhile I threw up in the holding area.... due to my breathing I was trying not to talk cause I start having attack coughs he was arrogant and rude to my mother after I gave her permission to talk on my behalf and his response is ā€œshe’s an adult I don’t need to talk to youā€ yes I am an adult and yes I cannot talk cause it hurts... he said nothings wrong and you are being discharged not even two hours there not long enough to assess nor care about my well being he said you have 6 problems all within one night well symptomatic problems yes previous history yes.. ok... you asked about my medical history! Why lie about not able to breathe and profile me! Never see this doctor and I hope if you get him you are not Hispanic (total racial profiling) and I hope you are not dehydrated and not puking everything up! Never have I been treated this way my tongue is fully white and lips cracked from dehydration I sip Gatorade or water and it won’t stay down! Needless to say I will call the insurance company to not send money to y’all due to malpractice and just money hungry!!! He said I was trespassing even before my discharge papers I said fine call the cops have them drop me off at a different ER! He wanted me to wait outside in the cold jerk! And he took it far to call the Er in my town to start profiling me too! Is this legal?','2021-01-09 07:28:59.000000','596022027480375'),('10159097684007065',0,'Dr. Anders is who to stay clear from...\nI have covid and went to signature care to get fluids pumped in me cause I haven’t been able to keep much of anything down (not even water) full dry heaving and or whatever yellow acidic crap comes up when you have nothing in your stomach... I thought I was getting better but all of a sudden everything became worse (symptoms coming back and all) my primary said go to signature or a standalone Er to get IV fluids and since several symptoms were coming back!\nMy medical history has been hell a doctor nicked my intestines and have had several surgeries to try and alleviate adhesion pain because my colon is stuck to my abdomen wall and has no where to move freely... well you go to the ER AND THEY ASK YOU ABOUT YOUR MEDICAL HISTORY I am and have always been 100 % honest about my medical history!!!!! If I would have known he was just going to X-Ray and say I am fine... meanwhile I threw up in the holding area.... due to my breathing I was trying not to talk cause I start having attack coughs he was arrogant and rude to my mother after I gave her permission to talk on my behalf and said she’s an adult I don’t need to talk to you... he said nothings wrong and you are being discharged not even two hours there not long enough to assess nor care about my well being he said you have 6 problems all within one night well symptomatic problems yes previous history yes.. ok... you asked about my medical history! Why lie about not able to breathe and profile me! Never see this doctor and I hope if you get him you are not Hispanic (total racial profiling) and not dehydrated and not puking everything up! Never have I been treated this way my tongue is fully white and lips cracked from dehydration I sip Gatorade or water and it won’t stay down! Needless to say I will call the insurance company to not send money to y’all due to malpractice and just money hungry!!! He said I was trespassing even before my discharge papers I said fine call the cops have them drop me off at a different Er! He wanted me to wait outside in the cold jerk!','2021-01-09 07:30:59.000000','544778295636544'),('10159098592752065',0,'Don’t go to signature care ever in midland \n\nDr. Anders is who to stay clear from...\nFirst they don’t weigh me and take me right back to the room- didn’t ask my last menstrual they didn’t take urine... he already knew he didn’t want me there! \n\nI have covid and went to signature care to get fluids pumped in me cause I haven’t been able to keep much of anything down (not even water) full dry heaving and or whatever yellow acidic crap comes up when you have nothing in your stomach... I thought I was getting better but all of a sudden everything became worse (symptoms coming back and all) my primary said go to signature or a standalone Er to get IV fluids and since several symptoms were coming back!\nMy medical history has been hell a doctor nicked my intestines and have had several surgeries to try and alleviate adhesion pain because my colon is stuck to my abdomen wall and has no where to move freely... well you go to the ER AND THEY ASK YOU ABOUT YOUR MEDICAL HISTORY I am and have always been 100 % honest about my medical history!!!!! If I would have known he was just going to X-Ray and say I am fine... meanwhile I threw up in the holding area.... due to my breathing I was trying not to talk cause I start having attack coughs he was arrogant and rude to my mother after I gave her permission to talk on my behalf and his response is ā€œshe’s an adult I don’t need to talk to youā€ yes I am an adult and yes I cannot talk cause it hurts... he said nothings wrong and you are being discharged not even two hours there not long enough to assess nor care about my well being he said you have 6 problems all within one night well symptomatic problems yes previous history yes.. ok... you asked about my medical history! Why lie about not able to breathe and profile me! Never see this doctor and I hope if you get him you are not Hispanic (total racial profiling) and I hope you are not dehydrated and not puking everything up! Never have I been treated this way my tongue is fully white and lips cracked from dehydration I sip Gatorade or water and it won’t stay down! Needless to say I will call the insurance company to not send money to y’all due to malpractice and just money hungry!!! He said I was trespassing even before my discharge papers I said fine call the cops have them drop me off at a different ER! He wanted me to wait outside in the cold jerk! And he took it far to call the Er in my town to start profiling me too! Is this legal?','2021-01-09 18:10:24.000000','237100240304186'),('10159098750587065',0,'Cowards won’t take my phone call and keep taking down all my comments and review comments they also blocked my messages!!!\nDon’t go to SignatureCare Emergency Center - IN MIDLAND TX BUT DR ANDERS IS HOUSTON BASED\n\nDr. Anders is who to stay clear from...\nFirst they don’t weigh me and take me right back to the room- didn’t ask my last menstrual they didn’t take urine... he already knew he didn’t want me there! \n\nI have covid and went to signature care to get fluids pumped in me cause I haven’t been able to keep much of anything down (not even water) full dry heaving and or whatever yellow acidic crap comes up when you have nothing in your stomach... I thought I was getting better but all of a sudden everything became worse (symptoms coming back and all) my primary said go to signature or a standalone Er to get IV fluids and since several symptoms were coming back!\nMy medical history has been hell a doctor nicked my intestines and have had several surgeries to try and alleviate adhesion pain because my colon is stuck to my abdomen wall and has no where to move freely... well you go to the ER AND THEY ASK YOU ABOUT YOUR MEDICAL HISTORY I am and have always been 100 % honest about my medical history!!!!! If I would have known he was just going to X-Ray and say I am fine... meanwhile I threw up in the holding area.... due to my breathing I was trying not to talk cause I start having attack coughs he was arrogant and rude to my mother after I gave her permission to talk on my behalf and his response is ā€œshe’s an adult I don’t need to talk to youā€ yes I am an adult and yes I cannot talk cause it hurts... he said nothings wrong and you are being discharged not even two hours there not long enough to assess nor care about my well being he said you have 6 problems all within one night well symptomatic problems yes previous history yes.. ok... you asked about my medical history! Why lie about not able to breathe and profile me! Never see this doctor and I hope if you get him you are not Hispanic (total racial profiling) and I hope you are not dehydrated and not puking everything up! Never have I been treated this way my tongue is fully white and lips cracked from dehydration I sip Gatorade or water and it won’t stay down! Needless to say I will call the insurance company to not send money to y’all due to malpractice and just money hungry!!! He said I was trespassing even before my discharge papers I said fine call the cops have them drop me off at a different ER! He wanted me to wait outside in the cold jerk! And he took it far to call the Er in my town to start profiling me too! Is this legal?','2021-01-09 19:41:38.000000','1608991329419166'),('10159099319009047',1,'Lyndsey was a wonderful nurse and Jordan was a great help! I felt accommodated and well taken care of during my visit. I will recommend their care to others!!','2020-11-04 22:45:04.000000','167959367441528'),('10159101128063255',1,'I have been here twice and both times have been pleasant. The place is very clean, and efficient. I have never spent more than 5 minuets in the waiting room before being taken back and being seen by a doctor or nurse. Alvean and Jordan are extremely nice, and made the experience as quick and easy as possible.','2020-11-04 19:45:38.000000','167959367441528'),('10159102878562044',1,'Great rapid testing! Friendly staff.','2020-09-24 15:10:38.000000','544778295636544'),('10159117942237079',1,'they made me feel at ease as soon as I came in. Dr. O\'Mally and his team\nAlvean, Marcus and Jordan. took very good care of me in my embarrassing situation\n up most professionalism. you guys are life savers.\n\nthank you.','2020-04-08 21:08:33.000000','167959367441528'),('10159134526834617',1,'Muy buen servicio y muy profesionales!\n\nGreat service and very professional!','2020-07-23 20:44:38.000000','1787364321589026'),('10159153589007853',1,'Would definitely recommend!! \n\nStaff were friendly and courteous, they attended us promptly, and provided detailed patient care instructions. Thank you for your speedy care and outstanding customer service!','2020-12-13 04:32:20.000000','461782867645453'),('10159177137802268',1,'Registration clerk Andi was nice and friendly. Great service. Will recommend to coworkers and friends.','2020-12-23 13:14:06.000000','104213804456471'),('10159187335877973',1,'Christie and Ashtyn were very pleasant as I came into the ER, helping with filling out my paperwork\n\nMorgan and Chloe had a great bedside manner and let me know what they were doing, before doing it.','2020-12-21 13:21:24.000000','235046800697531'),('10159199973951122',1,'Alvean was very helpful! !!','2020-10-26 20:56:59.000000','167959367441528'),('10159204546624645',1,'fast and easy.\nthe team is great','2020-09-23 18:46:15.000000','1609539722669429'),('10159210795928219',1,'Always have a wonderful experience here! My little one unfortunately has asthmatic episodes from time to time. We’ve had to come a few times because of that. They always get us back to a room quickly and we never have to wait long for the doctor to come and assess the situation. You guys are amazing for making us feel at home when we have to stay for overnight observation. Shoutout to Anne,John, Matt, Ashley and Dr. Veloso for making the situation easier on us!','2020-02-09 14:58:53.000000','299216637560955'),('10159227718584258',1,'Staff was wonderful! Natalie was very welcoming, Nurse Vivian and Doctor Miller were very attentive and check out with Dalal was super fast and easy','2020-11-11 22:07:23.000000','1609539722669429'),('10159251948868782',1,'Great experience Dr Patel and Sarah were so nice and informative. Tanishia was also helpful in the front reception area. Our son left feeling much better!','2019-11-27 08:36:24.000000','461782867645453'),('10159251951310972',1,'Clean facility got my son in quick','2021-01-27 04:27:01.000000','1698192877146046'),('10159271824659734',1,'From the front desk to all the staff , this place is professional, quick, clean and so friendly. Nurse Megan was very friendly and made my sister feel at ease with her warm attitude! Radiologist Townsend is awesome! He was very welcoming and made the process quick and easy! Dr. Weston was great as well- we appreciate you all!\n\nFront desk was great, organized and quick! Very clean as well! If I could give more stars , I would!\n\nThank you all!','2020-12-17 21:27:06.000000','1698192877146046'),('10159274785026562',1,'I had a very positive experience at SignatureCare off Slaughter Lane from the moment we arrived. All of the medical practitioners were personable, communicative and positive. Dr. Leong offered excellent patient education and went the extra mile to make sure that I understood his diagnosis. I would highly recommend this facility.','2019-12-23 23:29:50.000000','1698192877146046'),('10159286298959789',1,'The customer service here is beyond great.. I come here for everything I need and bring my family members too. Amanda Partida and Ashley Williams at the front are very nice and Geovanny on the back was very nice to me. Thank you guys!!','2020-12-13 03:21:07.000000','461782867645453'),('10159289811104778',1,'Friendliest medical staff I have ever met. Dr. Ashbrooks, Kara, Courtney, and Gunnar treat you like a VIP. Helped me out a ton when 3 other places couldn’t.','2019-12-16 22:46:29.000000','235046800697531'),('10159295993993420',1,'Front desk is like an assembly line and efficient. Once in the back, it was very comforting. I came for a rapid covid test and they were very understanding, caring, and accommodating.','2021-01-20 20:17:18.000000','326347177710316'),('10159311254759048',1,'Very friendly and polite staff. \nNurse Lynsey , Dr. Rose and Clay.\nThey make you feel welcomed and comfortable. \nRECOMMENDED.','2020-11-02 14:11:54.000000','1698192877146046'),('10159320634948009',1,'Very pleased with my experience here. Was in & out in under an hour. Lorena at the front desk was very welcoming. Nurse Brad. & Dr. Akunyili made me very comfortable.','2020-01-12 17:48:42.000000','326347177710316'),('10159362096296424',1,'Best ER I ever been to, super fast and helpful. I will go here every time.','2020-11-07 03:22:20.000000','251751275488925'),('10159369587672176',1,'Very quick service. I was helped by Dr. Zheng and Holly. Registration was fast.','2020-10-16 01:47:03.000000','1765121397101399'),('10159380177321978',1,'Excellent care and service','2020-03-04 05:59:19.000000','235046800697531'),('10159413559006258',1,'this place is very helpful and quick','2020-02-12 22:31:09.000000','544778295636544'),('10159414955729924',1,'Fast and compassionate care. Very few ers actually treat you with this much care and respect. Thank yall!','2021-01-12 04:02:56.000000','105589317817643'),('10159415735449752',1,'The staff was awesome and friendly....also made me laugh a lot','2021-01-04 19:37:51.000000','829264323932850'),('10159437893945572',1,'Absolutely love this place! 2nd visit here and taken back quickly. Everyone is so sweet and attentive. My little one came in with a head wound for staples and was absolutely spoiled. Lacy and Jamie took great care of him. Highly recommend.','2020-12-02 00:54:05.000000','251751275488925'),('10159471038675558',1,'Service and staff were amazing! Thanks Angel and Tanishia.','2020-03-18 01:17:00.000000','461782867645453'),('10159507216573902',1,'I was very happy with the service I received Dr.Daniels. Rollie Natalia and Stephanie','2020-01-25 06:17:18.000000','1648645701907657'),('10159512907449546',1,'I wanted to take a moment to shout huge praise to SignatureCare Emergency Center- South Austin. I took my 18 month old in this morning to get an x-ray to confirm he didn’t swallow something he shouldn’t have. From top to bottom these guys were so professional, efficient and kind. When they confirmed he had swallowed the dangerous thing, they quickly, empathetically and without judgement got me set up to transfer to Dell Children’s. I was really impressed with the entire experience. \n\nSpecial thanks to the nurse and manager Adam, Dr. Goodman, Radiologist Linda, and the woman at the front desk, Aileen. I want to come back and hang out with you all without the scary incident.','2020-01-20 05:04:35.000000','1698192877146046'),('10159548486132222',1,'The people were all so nice and the wait time was nothing!','2020-03-05 14:11:17.000000','1608991329419166'),('10159581463453066',1,'Great place Tammy was awesome very attentive!\nCourtney was very kind and patient during the X-rays and Tiffany explained the paper work throughly! Dr Curtis explained every thing very well, enough to make sure my stubborn butt does as the Dr orders so not to end up having surgery!','2020-02-08 01:19:43.000000','299216637560955'),('10159585401812275',1,'Everyone was friendly and fast service. Thank you Dr Yost, Mandi, Carla, and Courtney','2020-12-26 13:06:59.000000','235046800697531'),('10159702770518312',1,'Everyone here is absolutely wonderful and made the experience incredibly relaxing. Highly skilled professionals here and customer service is top notch! Thank you Dr Thomas, nurse Lynn, Daniel B and the sweetest Tanishia holding down the front! I highly recommend this location to everyone!','2020-01-06 06:25:25.000000','461782867645453'),('10159717873765752',1,NULL,'2018-03-20 13:16:39.000000','1765121397101399'),('10159827695172468',1,'This hospital is excellent great team Amy is kind and quick .. The nurse Dana was very fast and also kind we talked about our pets and Dr Harjai was very imformative.. Thanks to all others I will be using this ER in the future.','2020-03-20 17:07:08.000000','167959367441528'),('10159844130749196',1,'Great facility, Great care, Great people šŸ’š','2020-04-06 00:58:11.000000','167959367441528'),('10159934799849937',1,'The staff are so kind, friendly and helpful! I would highly recommend SignatureCare to all my friends and family! Chelsey and Gabe were great!','2020-06-12 17:44:35.000000','1698192877146046'),('10160036516593647',1,'The staff here was amazing I rather come here then any other place else šŸ¤—','2019-07-25 18:27:18.000000','1765121397101399'),('10160036518303647',1,'Staff here is amazing šŸ¤— I’ll come here then any other place','2019-07-25 18:27:57.000000','544778295636544'),('10160083770650559',1,'The staff were very pleasant and informative. They took into consideration that I have a medical background and treated me with respect. Jamie was very sweet and Dr Hemerka took care to sanitize as he worked.','2020-12-22 02:30:47.000000','251751275488925'),('10160102742892926',1,'The staff at Signature Care are so sweet and so kind! They made me feel very comfortable. All the nurses and doctors I’ve met there have made my experience feel comfortable and light-hearted. I didn’t feel like I was coming to a hospital, in any way I felt like I was someone’s guest somewhere. When a person becomes physically ill, he becomes terribly mentally weak. And the signature care is a great example of how quickly a patient can recover his/ her mental health with the support of a doctor-nurse. At\nGoing to the ER is never ā€˜fun’ but they made it the best it could’ve been. And I don\'t know the language of how to thank Dr. Das. He stays up all night with me. He takes care of me. I don\'t think a patient can expect anything better from a doctor. I would 10/10 recommend going here.','2020-09-01 07:08:37.000000','104213804456471'),('10160125140268943',1,'Awesome experience! The receptionist was very professional and the doctor and nurse were very friendly. The doctor carefully assessed us and made us feel very comfortable! They were very upfront with what my insurance would and would not cover so I appreciate that very much. I would definitely recommend going here for any emergencies.','2020-12-05 18:45:46.000000','829264323932850'),('10160128055141258',1,'Leah was great! Very nice and informative','2020-08-01 17:02:38.000000','596022027480375'),('10160216724614498',1,'The staff, nurses and doctors are amazing!!!!','2020-08-05 16:06:35.000000','829264323932850'),('10160424375558356',1,'I highly recommend SignatureCare. My teen daughter was treated so well, and not like a chart number. The staff is so caring and had good bedside manner, which is hard to find in ERs right now.','2021-01-22 02:28:41.000000','105589317817643'),('10160430190568448',1,'Dr. Faig, was very nice and fully listened to the concerns I had for myself. The nurses, Kristina and Victoria we very welcoming and empathetic to my issues. Carl and Alysia were also friendly and made me feel comfortable asking any questions regarding my visit. Overall everyone was very professional and took care of me.','2020-11-28 17:20:51.000000','829264323932850'),('10160481675818496',1,'Quick service and friendly medical professionals. :)','2020-12-20 14:56:19.000000','104213804456471'),('10160497706339112',1,'This has always been the best ER to go to.., this is my third time coming here this year.. I love it... Nurse Alvean was amazing.. her keen personality was very welcoming... I felt safe','2020-12-24 20:54:57.000000','167959367441528'),('10160544131018975',1,'First class operation! Absolutely spotless facility, we never have to wait very long. The staff are kind, caring and informative. Beats going to the hospital any day ā­ļøā­ļøā­ļøā­ļøā­ļø','2020-11-08 04:18:59.000000','251751275488925'),('10160575764469126',1,'Great staff!! Super friendly and it’s such a clean facility!','2020-11-25 17:38:41.000000','105589317817643'),('10160591091072846',1,'Rapid Antigen test today, easy, thorough, and Lacey was great!! Would recommend.','2020-10-31 00:45:09.000000','544778295636544'),('10160701959145252',1,'Husband needed to have his calf muscle pain further evaluated. Came here and was swiftly seen by Dr. Singla. Their team is awesome, starting off with Jessica at the front desk. Not to mention the rest - Gus, Becca, Tati and Chastity, who were very friendly and accommodating. The facility is clean and literally a walking distance from our subdivision. Will definitely recommend SignatureCare ER. They truly care!','2017-06-10 03:36:47.000000','1787364321589026'),('10160715002931030',1,'Luisa was so kind and helpful!','2020-12-12 15:21:37.000000','167959367441528'),('10160720590575585',1,'Always very nice and super fast. The only ER I will use!','2018-09-03 21:47:24.000000','326347177710316'),('10160875849645537',1,'My daughter and I went in because she had been having nose bleeds. The office was very clean and the staff was efficient and expedient.','2018-09-24 13:47:32.000000','544778295636544'),('10160937040210187',1,'Everyone was wonderful! I took in my child for a sprained ankle. At the moment we walked in, we were greeted by Malissa. The nurse, Nichole, asked my child all the necessary questions and listened attentively as my child rattled on about everything that happened. She also offered us a drink, which I thought was nice. We were then moved to the \"Moana Room.\" It was nice to see they have a decorated for kids! Dr. Ken Frausto came in and looked over my child\'s ankle, while having a conversation rather than just drumming off a serious of questions. An x-ray was ordered and the radiology tech, Laura, was fantastic as she calmed my child\'s nerves.\nAside from the wonderful care, friendliness, (... and great snacks!), what I appreciated most was everyone\'s demeanor with my child. From our experience, it is obvious they care about everyone who walks in!','2018-10-04 15:05:40.000000','829264323932850'),('10161050953495317',1,'I was so impressed by the level of customer service and patient care during my recent visit. Everyone from Cindy at the front desk to Wendy, Selina, Eda, Coraly and Dr. Ding made me feel important and that they genuinely cared about my well-being. 100% will return in the future to get quality, efficient care.','2018-12-01 00:23:30.000000','544778295636544'),('10161067893979062',1,'So far I have been treated great by my nurse Kara. She has made me feel comfortable throughout this entire process of having to get tested for covid. I haven’t gotten to see the provider yet, still waiting on him. But the wait wasn’t too long at all to get back to a room and everything is nice and clean. We were also here with my husband a little over a month ago and were very well taken care of by Ryan and Kara. We definitely choose this place before the er Everytime!','2020-12-30 17:24:27.000000','235046800697531'),('10161158074550597',1,'We were able to see Dr Yost for a swollen foot issue as our PCP was concerned with blood clot. Fantastic experience with Dr Yost, Kim the receptionist, Lucas the RN, and Sherri, tech. Thank you all for the excellent care.','2018-11-23 20:32:48.000000','235046800697531'),('10161294918315453',1,'Staff is great! Friendly, courteous, efficient and listens to you very carefully with their full attention. \n\nThe best part was the warm blanket, Gatorade, and animal crackers while watching tv in my private room. 😁\n\nI really wish I could remember all the names of those who helped me today. They were all awesome. I even got a post op call to see how I’m doing.\n\nDr: SYLVESTER, MD, CRAIG F \nNurse: Joseph Ryan B deserves 5 stars!','2019-01-20 01:35:03.000000','1609539722669429'),('10161308594035182',1,'my kiddo has been sick for some week now and when we came in erica made sure we were brought back pretty quick and eberyone from the nursing staff to dr Smith were simply amazing with her. couldnt ask for better service','2019-01-11 19:42:05.000000','1765121397101399'),('10161316297605451',1,'ABSOLUTELY AMAZING! \nThe fastest care I’ve ever gotten! Lovely and friendly staff, beautiful facilities and thorough care! \nI would recommend this place to everyone!','2019-01-03 21:15:26.000000','326347177710316'),('10161345465395164',1,'The whole experience definitely went above and beyond what you\'d expect from a health care visit. Even from the initial phone call, I was treated warmly and with care. \n\nThe check-in process was quick and I hardly waited to get called in. The nurse Shelli was so friendly, personable, and funny. And the warm blanket was such a nice touch. :) The physician, Dr. De Waal was also very friendly, funny, and thorough when explaining my options. \n\nI got a follow-up phone call the next day, and a hand-written letter a few days after. Definitely recommend this place for any emergency or not so urgent visits! The comfort and care will exceed your expectations.','2019-01-25 02:53:39.000000','1698192877146046'),('10161356488015035',1,'Dr elsbecker is such an incredible doctor along with his incredible staff; Freddy, Linda, Shelli, Natasha, everyone provide such exceptional service and has a smile on their face and has ability to make you feel loved, welcomed and comfortable! The best service in town!','2019-01-23 23:34:56.000000','1698192877146046'),('10161517522585112',1,'They took such good care of my son when he was having chronic ear infections. He had an uncontrollable fever on the weekend and they fixed him up until I could get in to his doctor. Highly recommended!','2018-10-13 19:12:08.000000','1698192877146046'),('10161585403170182',1,'the mission bend staff is amazing!!! Cindy and Dr Soli as well as nurse joy were soo good to me','2019-03-30 01:20:27.000000','544778295636544'),('10161588329070276',1,'Lorena, Dr. Harjai, and nirse Jacob O were amazing!!! I recommend signature care 100%!!!','2019-06-07 04:40:51.000000','326347177710316'),('10161610716240074',1,'I had to come here while on my vacation, the staff was fast, very friendly, and extremely helpfull. Highly reccomend this location!','2019-03-07 17:16:50.000000','1698192877146046'),('10161642432495626',1,'Thanks to Kelly, Jackie, Brittney and Dr Boester. I wouldn\'t want to go anywhere else.','2019-03-25 00:45:08.000000','1608991329419166'),('10161682068745531',1,'From the moment that I walked into the front door of the facility, until I left, it was ā€œ5 starā€ service. The empathy that was shown as well as the quality of care that was provided by the entire staff was stellar. I would recommend SignatureCare Emergency Center located in Stafford, TX to anyone.','2019-03-18 13:19:43.000000','1787364321589026'),('10161703697855171',1,'I brought my mother to this facility for chest pains and the staff was quick and very attentive. They took her minutes before her appointment time. Chasity did her IV and was extremely careful. The nurse James and Dr.Lindsay were extremely informative and listened to all of my mother\'s concerns. I would highly recommend this location.','2019-03-12 01:42:05.000000','1609539722669429'),('10161809129915243',1,'We took our 15year old in when he went into SVT, Austin and Erica, Dr. Jorden and the entire Signature Care staff provided excellent care! If we should ever need anything again we will for sure go back!','2019-06-07 18:51:19.000000','299216637560955'),('10161887268905254',1,'Took my son in and he was immediately cared for and in such a wonderful environment of nurses and doctors! Erin did an excellent job of ensuring we were in and out quickly.','2019-06-23 21:48:15.000000','596022027480375'),('10161889187090262',1,'Night owl shift is holding it down! Nurse Kat, Barbara at the front, and Dr. Jones are phenomenal... the Dream Team!','2019-07-10 09:27:11.000000','251751275488925'),('10162059648160371',1,'fire ant bites my husband and he had a bad Allergy reaction. so I take him here. there was no watiting list. the staff were great and doctor Do was awesome .. highly Recommend here to anyone','2019-08-13 16:03:16.000000','1787364321589026'),('10162144771335370',1,'Love coming here. They’ve always been kind and caring to my kids and today, to me. Shanna, Manny, Beatrice, and Dr. Mauldin made sure I was comfortable and were very caring.','2019-07-22 15:21:57.000000','237100240304186'),('10162163470365142',1,'Excellent service, everyone ver sweet and helpful.\n Thank you to doctor B. Thomas \nNurse : Tammy W.\nRad Tech: Nanci B. \nand special special thank you to Ashley S. we was very sweet with us and made mommy feel much better with in stress. Super sweet with baby Joey thank Ashley S.','2019-08-28 12:44:46.000000','461782867645453'),('10162384566830347',1,'Came in today for bad chest pain. Dr Young, Lucas, Kim, and Sherri have taken great care of me. I came in and they automatically went to testing to find out what’s going on. Extremely thorough and friendly. I won’t go anywhere else!','2019-01-22 16:12:30.000000','235046800697531'),('10162460253325201',1,'We came tonight because my son felt bad, but the staff were very helpful and welcoming, thank you Raymond Samantha and Doctor Hethman for all the care and for letting my son feel better.','2019-10-21 05:04:37.000000','1787364321589026'),('10162597316220313',1,'Great facility to be treated at. Tricia took great care of me.','2019-11-22 02:30:13.000000','167959367441528'),('10162652777750106',1,'First visit here and the staff Very friendly and helpful staff, very little wait time. The entire staff was very professional!! Would highly recommend!','2019-10-14 00:16:03.000000','596022027480375'),('10162674712465019',1,'Wonderful staff. Very attentive and caring.','2019-09-01 11:53:12.000000','544778295636544'),('10162685661605262',1,'Nurses Irving and Dr. Zheng were great with my 6 year old. They saw us very quickly and gave us a diagnosis within minutes. I would definitely recommend this location.','2019-12-31 02:14:59.000000','829264323932850'),('10162705747900647',1,'Everybody was so helpful and nice!!! Especially Tanisha & Sarah!!!! Carazos, James, & Laura were great too! Sarah and Tanisha were awesome with my 4 year old daughter!','2019-09-25 01:57:00.000000','461782867645453'),('10162767004985241',1,'This place is amazing, they have always been so kind when I have had to come in for my issues. Today I came in feeling super sick. Delicia, Karen, Son Le, and De. Alloju made me feel comfortable and as if I was the only only patient at the time. They are caring, understanding, and personal. Will always come here for any further Emergency.','2019-12-14 14:28:13.000000','1648645701907657'),('10162796062025010',1,'Great experience! Fast and great staff. A lot of fun all things considered haha. Thanks again Kristina, Leah, & Dr Thomas! Y’all made getting stitches fun!','2019-12-19 02:10:50.000000','596022027480375'),('10162810267995177',1,'The staff is so kind! A much more enjoyable experience than waiting hours on end in a waiting room of a hospital ER.','2020-01-26 06:07:28.000000','251751275488925'),('10162819932640214',1,'Dr.Elsbecker, and Gabriel took wonderful care of my husband after a random allergic reaction. Everyone here is always efficient, friendly, and ready to help you feel better asap. I cannot recommend them enough!','2020-02-19 17:55:07.000000','1698192877146046'),('10162856696065244',1,'Quick, easy, and always very nice','2020-02-18 19:20:46.000000','1608991329419166'),('10162877113456337',1,'I highly recommend SignatureCare. They are quick, professional, caring and follow through. Dr. Golla Pradeep (MD), Kristina (nurse), Laura (radiology) and Angela (front desk) treated by child with kindness and made sure both she and I understood the diagnosis. here was NO wait and we were on our way as soon as the diagnosis was completed.','2019-11-21 07:29:34.000000','829264323932850'),('10162878941935224',1,'I’ve been here a couple of times and the service is amazing! Front desk staff always friendly and kind when you most needed it. They have bunch of goodies meanwhile you are waiting for the doctor and the service is always really fast! I highly recommend this ER!','2019-12-24 22:35:10.000000','1698192877146046'),('10162905957655451',1,'I cannot begin to express my satisfaction with the staff and services at the Signature Care I visited. From the front desk, to the nurses, and the doctor. Each and every one of them was courteous, professional, and made my visit as comfortable as they possibly could. My wait time in both the waiting room and the exam room was short . Dr. G & the cardiologist on call put me at ease and explained everything. \n\nThanks!!','2020-01-17 11:08:43.000000','1609539722669429'),('10162926333225063',1,'Great care! The staff was friendly, quick and very knowledgeable.','2020-03-06 03:49:02.000000','1698192877146046'),('10162939286060694',1,'They provide excellent and fast service! Dr. Wang and Nurse Kristina provided excellent care.','2019-12-20 20:03:54.000000','544778295636544'),('10162944367820062',1,'Love this emergency care staff always very professionals and make you feel better .highly recommend this clinic','2020-03-14 23:11:15.000000','251751275488925'),('10162953471895471',1,'Omg! I just found my go to spot for getting sick. When I tell you these people are Amazing! I just took a coworker to get her leg checked out from a fall. They treated both of us like Royalty. Maya was so friendly when I walked in. I needed a wheelchair to help her get in. Scott came to assist with getting her out of the car with a smile. Then we had Kristina come in to get more information and she was very kind too. Dr. Ortiz was so Caring and nice. I am totally loVing this place. If any of my family gets sick and we can’t get in to our primary care doctors we will be coming here.','2020-01-17 15:01:34.000000','829264323932850'),('10162967027725371',1,'they were very helpful and very caring with my daughter and her feelings','2020-02-19 17:03:14.000000','299216637560955'),('10163027836510293',1,'I have been here 3 times in the past 3 months for strep related issues. Every single time I have been treated so well and taken care of in such a professional and timely manner. So thankful for signature care to help get me through my sickness each time. McKenna in registration was so kind and helpful. Nurses Debbie, Jenci, & Susie were so kind and caring. Ashley K, the radiology tech, was so patient with me helping me through getting a CT scan. I would highly recommend signature care to all of my friends and family!','2020-01-31 21:18:43.000000','299216637560955'),('10163075945850165',1,'Excellent service!! Thankyou!\nDr. Henderson\nNurse Sarah\nEr tech Angel \nRegistration Tanishia \n\nYou guys were awsome!!! \n\nIn and out super fast!','2020-02-14 01:36:02.000000','544778295636544'),('10163084077355002',1,'Very attentive and warm staff; from Kimberly P., Nicole G & Julie H, Dustin H, Ricardo G, and Dr.Lim.','2020-02-15 04:13:35.000000','1609539722669429'),('10163181960500472',1,'Dr Jaber, Joseph,Lonnie, shaylene, and Alyssa were superb','2020-02-08 15:29:31.000000','1787364321589026'),('10163217272755227',1,'Fast, friendly service. Clean and quiet facility. Convenient location- highly recommend','2020-01-26 20:51:59.000000','829264323932850'),('10163244090575402',1,'I was quickly checked in and taken to a room. The entire staff was very attentive, kind, and helpful. The facility was nice and clean.','2020-04-05 13:53:46.000000','299216637560955'),('10163269742015006',1,'Jenci, Valerie, Tiffany, and Dr. Jordan were all wonderful. They made me feel like I was their only patient. Thanks for all you do, especially during these trying times! I recommend this place to everyone!','2020-04-13 20:35:45.000000','299216637560955'),('10163327579435284',1,'Very quick and efficient care. The receptionist Patricia, the nurse Jose and Dr. Souman were all amazing. Everyone was nice and professional, one of the cleanest facilities I have visited.','2020-02-09 18:37:59.000000','167959367441528'),('10163373658840324',1,'I WISH I COULD GIVE 100 STARS! This place is clean and sanitary. the service is quick and thorough! Jocelyn at front desk explained my paperwork in a way where I could understand each part. Chris and Alvean were amazing and great with my daughter!! 100 thumbs up! the only urgent care I will use in the future!','2020-04-18 15:00:32.000000','167959367441528'),('10163393430130624',1,'This emergency facility was very quick and got me in and out. Tanishia was very friendly and very efficient with getting me in immediately. Dr. Erica Daniels was a wonderful doctor and answered all my concerns. Would definitely recommend this place to anyone!','2020-03-02 05:40:40.000000','461782867645453'),('10163419130490010',1,'Fast and great staff. Very happy! I was taken care or by Sita, Vanessa, Lisa V., Carolyn and Pate','2020-04-13 00:37:50.000000','596022027480375'),('10163488073535425',1,'Great and fast service. Staff is nice and patient. The Doctor is so professional and did a great job stitching my son\'s forehead.','2020-05-28 01:40:36.000000','829264323932850'),('10163728247565511',1,'Ryan and the other staff members were friendly and it was easy to get an appointment.','2020-06-16 16:16:15.000000','235046800697531'),('10163831764495367',0,'This place on Wirt is just a waste of time! They tell you to come back the next day at a certain time and then when you get there they tell you to come back the next day but earlier because other people showed up before you. I wasn’t there for free, I was going to pay to get tested and this is how you treat people. Y’all are ridiculous!!!','2020-06-29 14:51:40.000000','1765121397101399'),('10164014585770416',1,'I got my second covid- 19 test at this location. It was midnight and we were probably there till about 1ish. All of the staff, Receptionist, Nurses and Doctors were all extremely polite and kind. I know it is a chaotic time in all Hospitals / ER centers but not once did they seem frustrated or impatient. I highly recommend this place. Thank you to the staff of Signature Care - Montrose for all that you all do! So extremely grateful to have had an exceptional experience here.','2020-07-11 01:19:29.000000','1608991329419166'),('10164015868410386',1,'fast and excellent service.','2020-09-23 16:45:20.000000','1609539722669429'),('10164128620630177',1,'AMAZING STAFF. Sweet nurses and doctors and the receptionists are very quick, and ready to help. I always come here for my emergent needs! Alysia was wonderful!','2020-10-02 18:48:12.000000','829264323932850'),('10164149538755043',1,'I took a COVID test here Kevin was very gentle! It Didn’t hurt as bad as everyone makes it seem!','2020-09-22 20:39:22.000000','104213804456471'),('10164169505440494',1,'I had a great experience here getting swift and professional care. They are the only place in town offering rapid COVID tests and with the backlog in normal testing methods, this is the only way to get results without having to wait for weeks. Rebecca V and Amanda C were great at the front desk and Dr. Mauldin was kind and professional. Nina the ER tech was very nice as well. The facility is also very clean and state of the art. Overall, I thought the service was great.','2020-07-30 19:53:32.000000','326347177710316'),('10164189668135425',1,'This clinic was quick and Elizabeth and Teresa were friendly and awesome. I forgot my insurance card and they went above and beyond to try locate my insurance provider. If you want great service come to this location. Even the staff was friendly.','2020-10-30 01:00:22.000000','1608991329419166'),('10164228656125290',1,'Marcus was really patient with me for the strep and covid-19 test. Alvean was really awesome and they both had excellent customer service.','2020-10-13 16:50:33.000000','167959367441528'),('10164230306730381',1,'The staff here is always so friendly and welcoming!! I’ve had to bring my kiddos multiple times, waits have always been reasonable and care was prompt! Love this place!!','2020-09-13 00:51:55.000000','251751275488925'),('10164252189410624',1,'The nurses had a long day, yet they were pleasant, patient, and informative. The process they had in place to keep folks socially distant was commendable for a clinical setting. I was pleased by their proficiency and professionalism.','2020-07-21 21:56:30.000000','829264323932850'),('10164265297730117',1,'The staff here are so welcoming and have such amazing customer service. Thank you for caring for our family, and dealing with my husband. Lol \n\nThanks, \n\nSalazar Family','2020-10-20 17:39:23.000000','596022027480375'),('10164293570750693',1,'They helped with all my concerns and questions. When I couldn\'t get in to see my daughters pediatrician, I brought her to signature care. We got in and got seen quickly.','2020-09-25 20:56:02.000000','251751275488925'),('10164299119030215',1,'Professional and friendly staff! Thank you Delicia, Dr. Ybarra and all the staff for providing prompt and thoughtful care! Highly recommend.','2020-09-18 21:47:36.000000','1648645701907657'),('10164302681435459',1,'Fast, friendly, and professional. Kelsey and Tanja were awesome! Fastest emergency care I have ever received. We will definitely put Signature Care at the top of our emergency care provider list! Hopefully we won’t be bask too soon.','2020-11-26 02:00:45.000000','105589317817643'),('10164304934445128',1,'We were able to get in and out quickly when my daughter was not feeling well. Everyone was so nice and professional. They even gave my daughter ice cream and a teddy bear!!','2020-10-22 23:55:23.000000','251751275488925'),('10164310872030542',1,'The staff was super friendly and made me feel so comfortable. It was a fast visit too, I didn’t have to wait long at all. I was in and out in a short amount of time. Dr Braun, RN Rommel, Rita and Kenzie are awesome!','2020-10-12 01:10:02.000000','1765121397101399'),('10164326398565343',1,'Fast, friendly, informative, and conversational staff. Would definitely recommend and come back again.','2020-10-06 14:18:00.000000','105589317817643'),('10164326607450322',1,'Dr ashbrooks and Lucas were amazing','2020-10-09 15:24:47.000000','235046800697531'),('10164344080560444',1,'We had the most amazing experience. When we walked in the nurse leaving for the day noticed me and my kids were in the waiting room and she turned around and gave them crayons, paper and a stuffed bear! Checking in was very easy and quick and the nurses and staff in the back was awesome as well. The doctor was wonderful, I overheard her saying this was her first shift at this location. She was fantastic. Would come here again if needed!','2020-10-04 01:44:18.000000','105589317817643'),('10164353619660716',1,'When we came in Jackie greeted us and was very sweet and professional. She helped us with all the paperwork and made us feel comfortable. The entire staff was caring and helpful, I appreciate all the attention to detail and assistance!','2018-05-13 22:04:36.000000','1765121397101399'),('10164434191400473',1,'So far the staff has been extremely sweet and caring and listening to all my needs and concerns would definitely recommend them ā˜ŗļø','2020-10-11 23:26:32.000000','251751275488925'),('10164436583755514',1,'Staff was all extremely friendly and kind. Christopher C was a fantastic nurse! Doctor Lim was also wonderful. Highly recommend.','2020-12-04 01:27:02.000000','1609539722669429'),('10164440918380515',1,'Amazing service; very Attentive, accommodating Tracey and Alyssa provided one on one support, the nurses who administer the testing were very patient and calm which helped me stay calm this is my second visit and it’s always been very pleasurable and amazing. Special thank you to Tracey D','2020-10-14 16:24:40.000000','1608991329419166'),('10164499615920153',1,'Went in yesterday for severe stomach cramping, was greeted as soon as I walked in the doors, staff is very inviting, facility is exceptionally clean, no waiting. They called me back and had me in a room before I could finish signing my paperwork, literally 😊. They offered me a nice warm blanket, had me laid back watching Star Wars, I was ready to take a nap, almost forgot why I was in there, Nurse Ryan took very good care of me and I really appreciate him, also Dr Henderson fixed me right up also thank you to the entire staff. I would absolutely recommend SignatureCare to any of my family and friends. I definitely give them ā­ļøā­ļøā­ļøā­ļøā­ļø','2021-01-24 17:52:14.000000','235046800697531'),('10164514524170284',1,'we loved the Experience over here!!\nThe Staff were very welcoming and Supportive. the Receptionist was very welcoming and accommodating. the Tech Jaine was Excellent and very Friendly. \nI highly recommend this place to all the readers','2020-09-06 18:11:00.000000','104213804456471'),('10164522629645512',1,'Great patient care! Dr. Lu, Madeline, Briana, Seble and Savannah took great care of us and made us feel very comfortable throughout all the different testings we had to get done. Amazing team!','2020-10-31 13:54:57.000000','1608991329419166'),('10164543865240188',0,'When I went to the Highway 6 location and they were the most friendly group of people!','2021-01-02 04:53:28.000000','544778295636544'),('10164559509165224',1,'I just got my test done with this clinic and they are sooo nice! They explained everything to me and answered all my concerns. I was a little scared since this was my first time getting the swap, but Dr. Rose, Remmgton and Clay were AMAZING and super gentle! Thank you guys so much for making me feel a little bit calmer through this process!','2020-11-11 16:28:41.000000','1698192877146046'),('10164599460985360',1,'very friendly staff. clean environment. quick in and out.','2020-11-25 13:08:08.000000','251751275488925'),('10164600935400221',1,'Attentive care given by an empathetic staff. We saw Dr. Smith and his attending team Holly, Daniel, Adolfo, and Rita and Adriana and were very happy with the level of care, especially during times of COVID when so many places (understandably) seem to be a little more chaotic than usual.','2020-10-18 02:21:51.000000','1765121397101399'),('10164616053160008',1,'Awesome staff and took care of me. Made me feel normal despite I am a Covid patient. Thank you Jamie, Teresa, Dorie, Christi and the doctors.','2020-12-12 02:11:55.000000','251751275488925'),('10164642926285375',1,'I was the first patient to come to the ER and they saw me right away. Josh at Registration was friendly and helpful. The ER tech, Jonathan called my name and escorted me to an exam room. Once he identified himself, he immediately explained to me what preliminary tests they would run, UA, CBC, etc. They immediately brought me a warmed blanket and allowed me to sit anywhere I chose. Before Jonathan could finish, the RN, Dana, walked in. She began her exam, asking me important questions relating to my visit. She listened while I explained my pains and did not interrupt. She then informed me that the ER Physician would be right in, which was soon after she and Jonathan left. Dr. J. Smith walked in, introduced himself and began asking questions about my pain. He wasn’t overbearing and didn’t stand over me and some physicians do. He sat down in a chair across from me and talked to me as if we were having a casual conversation. He then began a physical exam and it necessary to order some further testing. And I like that he left the floor open to ask or say anything further regarding my medical history and how I was feeling. Next, the Rad Tech, Hoan, came by and escorted me to the CT scan room. He stopped and grabbed me another warm blanket and was very nice to cover me up once I was on the scan’s bed. After the scan, he walked me back to my exam room. Dr. Smith came back to deliver my results. I really appreciate his warm and friendly bedside manner. Overall, my visit has been pleasant. They listened to my complaints and took action fairly quickly. I KNOW I would not have had this level of care and attention at a hospital ER!!!','2020-11-24 15:22:24.000000','1765121397101399'),('10164683928855722',1,'Thank you to all the staff at SignatureCare Emergency Center, specially to Alvean, had a great experience and everyone is really professional.','2020-11-25 22:12:17.000000','167959367441528'),('10164713349830051',1,'Just had a COVID, strep and mono test and Lacey was very gentle and so sweet! There wasn’t a line when I walked in and everyone was really friendly. Hoping to be on the mend soon!','2020-12-07 04:04:08.000000','105589317817643'),('10164721665295226',1,'The staff is very professional; Kim was very pleasant and kind!\n\nI recommend this center, it’s service was fast — no waiting around for hours.','2020-11-25 06:40:00.000000','251751275488925'),('10164992486935001',1,'My daughter broke her arm and she was treated right away. Thanks to them she is feeling better and on the road to recovery!','2020-11-08 20:33:28.000000','105589317817643'),('10166033259050206',1,'very friendly and caring with my son. they explained exactly what they were doing and even brought him cookies after he got a shot! highly recommended!','2020-09-22 17:07:42.000000','251751275488925'),('1017416038699007',1,'exelente servicio y el doctor Daniels y tech sonny nurse josep exelentes todos','2020-09-08 13:02:18.000000','1648645701907657'),('1018523038561303',1,'My experience at signature care was great Caitlin Pettit in registration was so nice.','2020-11-13 13:46:22.000000','299216637560955'),('1019800958476531',1,'they were fast curtious and informative. Helped felt a lot better before I left would be going back whenever I need anymore services.','2020-09-16 01:22:35.000000','251751275488925'),('10200183643064473',1,'Came in for a rapid Covid test as I needed results quickly and was exposed flying into the city. Dalal was extremely helpful at the front desk and Dr. Miller did a great job of explaining everything to us. They made us extremely comfortable during a stressful time.','2020-09-24 13:18:14.000000','1609539722669429'),('10200407928933918',1,'Very patient . Fast service . Warming and caring. From the receptionist Carly . And Dr.Wang were all great','2020-02-27 03:43:16.000000','829264323932850'),('10202601787582139',1,'Kat, Marty, Dr. Rose, Linda, and Aileen were all super helpful while we were doing our rapid COVID test that only took 15 minutes. I’m very thankful for them putting in so many hours over the past weeks and months and making this process as smooth as possible. Dr. Rose, the physician on duty, was even passing out paperwork for people in the drive through—I love that servant leadership and no job too small mentality. Thank you!','2020-06-15 14:22:44.000000','1698192877146046'),('10202756935350012',1,'Amazing care staff! 😊 will recommend to friends and family.','2020-12-02 01:25:34.000000','1609539722669429'),('10204578822506700',1,'Last night was my first time and they were very professional, friendly and kind. They treated my son with care and I thank them for that. A great experience there. I definitely would recommend this center.','2016-10-02 15:53:49.000000','1609539722669429'),('10204607340659409',1,'Excellent service and the time spent in there was less than two hours total. We got in before we could even finish the paper work. I work in the field so that is awesome. Staff was great. Nice and very clean facility. I would go back if needed anytime.','2016-10-04 22:56:04.000000','544778295636544'),('10204692874398767',1,'very good experience. the staff was nice and courteous . Dr Yost didnt beat around the bush. thanks to Dr Yost, Terri, Lucas and Sherri.','2018-11-23 18:37:44.000000','235046800697531'),('10204833565797070',1,NULL,'2016-10-25 02:51:15.000000','1609539722669429'),('10204941277167618',1,'Dr Yost is very thorough and does a great job explaining diagnosis and treatment.\nNurse Jennifer provided exceptional care, and Kelly and Austin in registration made the paperwork process very simple.','2018-12-21 04:39:29.000000','235046800697531'),('10204951787350712',1,NULL,'2017-02-28 05:29:02.000000','1608991329419166'),('10205024015596781',1,'Excellent customer service they got me in and out! Love the fact they have the advanced technology for testing with out having to go to the actual emergency room!','2016-03-08 10:08:54.000000','544778295636544'),('10205033648837963',1,'I was a patient at this emergency center Sunday November 4th around 3 pm. The staff on duty was Amazing! from the receptionist to the ambulance workers. Never have I ever had an emergency experience as this.','2018-11-08 21:56:28.000000','1787364321589026'),('10205042045247817',1,'Best place to come when you have a real emergency. Everyone was very friendly and took care of me so fast. My wait was less than 5 minutes. This place made me feel so welcomed and took care of me.','2018-08-28 05:00:48.000000','1765121397101399'),('10205386938868380',1,'The staff was very helpful and informative. They took very good care of our daughter. Especially the RN’s Anthony, Jeri and Jacob and the Tech’s Natalie and Kirsten. Thank y’all!!','2019-02-13 00:36:14.000000','326347177710316'),('10205393586875710',1,'We had such a great experience— awesome, caring staff (Dr Henderson, Angela, Michelle and Frank) and a beautiful facility. We were treated like family. Thanks again! Will definitely recommend!!','2019-03-23 02:47:32.000000','251751275488925'),('10205446945130463',1,'Wonderful service!! Amazing nurses and doctors!!','2019-01-14 03:53:09.000000','1765121397101399'),('10205564845196954',1,'Dr. Souman, Amy of registration, and Agnes the RN were very nice and helpful today. Would highly recommend to anyone!','2019-05-04 23:35:51.000000','1608991329419166'),('10205652536989822',1,'They are fast, consistent and friendly! Thanks for the experience Brad, Jacob, Dyveliz!','2018-10-26 14:26:26.000000','326347177710316'),('10205692624431700',1,'Dr. Spangler, Duke-nurse, Amy-registration and Waldo- rad tech we’re very friendly and helpful. They made us very comfortable. From check in to check out the service was great.','2019-06-12 13:03:48.000000','1648645701907657'),('10205832622450863',1,'Although it was no fun to visit the emergency room, I loved my experience here. Everyone from Dr. Zhen, Nurse Lynn, Laura H, Matthew C, and Tanishia W. all treated me like family and made every effort possible to make me feel comfortable and well taken care of. I will use there services as needed in the future and refer them to everyone I know.','2019-06-17 14:40:39.000000','461782867645453'),('10205887240658185',1,'I came in feeling pretty bad. Keo got my paperwork started and sent me right into the room with Kara. She was very friendly as she took my vitals. Dr.Yost was very informative and made sure I understood everything that was about to happen. he explained the test and our next course of action. Gunner was great. He did a fantastic job with my blood work and is super cool. Definitely a 5 star experience and I will only be coming here when I\'m sick','2019-06-03 17:39:25.000000','235046800697531'),('10205935792351790',1,'great staff! fast & friendly \nHighly recommend','2019-06-16 17:46:56.000000','596022027480375'),('10205982707004933',1,'A great place kind and very thoughtful to take care all your needs! Dr. Vakey, Morgan xrays Anthony, RN very kind, Natalie- Texh thoughtful! Highly recommend','2019-03-18 21:32:36.000000','326347177710316'),('10206051505923654',1,'the excellent service helpful and caring staff Kimberly p Joseph Kathern L. and also doctor Boester were so extremely helpful and detailed.','2019-10-12 19:49:20.000000','1609539722669429'),('10206051562246074',1,'Went here has nirse Nicki and Dr Dawaal they are very nice and good at what they do','2019-05-15 18:52:35.000000','251751275488925'),('10206077596815156',1,'I visited the Westchase ER location in the midst of a crisis. The entire staff from the front door to the radiology room were absolutely amazing. Thank you all for the service and the warm welcome of my large family as they came to visit. I appreciate the professionalism from Victoria, John, Dr.Jolly,Leslie, Holly,Irving,Sherwin and Dr.Singla...and last but but least Brenda.\nYou guys are amazing. Thank you','2019-08-15 04:26:23.000000','829264323932850'),('10206129697236843',1,'Thank you for the care provided, for being open. caring staff, and very attentive\nwonderful staff Maria,Manny,Magali,Pete','2019-05-28 16:35:34.000000','237100240304186'),('10206188064217286',1,'When you need ER services but dont want the wait... this is where you need to go! Dr. Yost is an amazing doctor and very through. Tonight we had Amber and Gunnar and they were also amazing. A huge thank you also to Tobie who got us in a room quickly!','2019-07-18 04:27:53.000000','235046800697531'),('10206447461101305',1,'With my past experience, this ER is quite pleasant and very friendly. The staff I encountered the time I was here were extremely friendly and comforting. I would always recommend this location. I can’t single who was better than the other. Tanishia, Fatima, Sarah, Daniel and Patel are amazing! Thank you for your care!','2019-11-27 05:24:26.000000','461782867645453'),('10206450721183718',1,'Came here for the first time and I truly recommend! They are very kind people and very fast care! Mr. Smith and Anthony were very helpful and took good care of me! I definitely recommend coming here!','2019-08-12 21:48:26.000000','326347177710316'),('10206458412574433',1,'I was made to feel mportant and like my concerns mattered. Dr. Hall, Lynn and Courtney were all very accommodating, professional and thorough.','2019-12-27 19:56:40.000000','167959367441528'),('10206510360154754',1,'Great staff. \nDr. Ding\nNurse Alvean\nStacy, Airianna and Julia . \nThanks for taking great care of me.','2019-02-06 14:25:52.000000','1787364321589026'),('10206586232330836',1,'I had a wonderful experience! Very fast and excellent care! Robin, John and Courtney made sure I had everything I needed! Highly recommended!!','2019-04-29 23:59:52.000000','299216637560955'),('10206606831166111',1,'I want to thank Leo rn , Carolyn rad tech, savannah rn , Courtney rn and Daniel tech for taking good care of me. They all did a great job.','2019-10-10 09:16:02.000000','596022027480375'),('10206639122692685',1,'I would definitely recommend Signature Care ER. Great experience with great staff.','2020-02-24 15:37:39.000000','299216637560955'),('10206652460905908',1,'everyone here is super friendly and very helpful from time I can in I would Highly recommend coming in for your emergency needs.','2019-11-14 13:48:05.000000','251751275488925'),('10206714514058752',1,'Awesome Service, Dr.Nylund Nurse Sarra Tech Christian and Mr. Sherwin did an Awesome ok me job and made us feel like we were at home \nfast pace','2020-02-04 03:38:09.000000','829264323932850'),('10206754193168766',1,'Dr. Faig, Amy, Irving, and Holly were the coolest! Very down to earth people, I trusted them all with my life!','2019-09-13 02:40:37.000000','829264323932850'),('10206836033655039',1,'I have never loved an emergency center so much! The staff was lovely & kind to my 2yr old they even assured him that the visit was for mommy. Er Tech Nichole was just the best so sweet & Rad. Tech Lonnie too was just very patient in assisting me with my little one while gettin x-rays. Dr. Herman was also kind and very professional not at all dismissive he listened & just the whole process was quick & great definitely coming back if we ever need to!','2020-02-06 17:08:48.000000','1787364321589026'),('10206848322682317',1,'The staff was prompt and friendly. They took great care of my son and put a smile on his face.','2020-04-18 19:33:44.000000','104213804456471'),('10206884640791031',1,'Absolutely love this place. Woke up with excruciating pain and came in early in the morning. There was no wait and the entire staff could see the pain i was in, and right away got to it and made me comfortable. Dr. Patel was spot on & all the nurses have been beyond helpful. Highly recommend this place and so thankful for Dr. Patel, Tammi, Nanci, Norma, & Vy for caring for me so well.','2020-02-23 22:55:44.000000','461782867645453'),('10206932059855945',1,'We had a great visit with Dr. Appiah. The registration, Tanishia, was very pleasant and quick getting us registered. The nurse Chantel was super sweet and saw us really fast','2020-02-24 01:32:12.000000','544778295636544'),('10206943462901183',1,'I love this place staff friendly an ms Krishna was awesome','2020-02-18 21:01:38.000000','544778295636544'),('10206952592969257',1,'Everyone was super professional, but yet personable. They were very prompt in admittance and care. Highly recommend them. Hopefully I won\'t have to go back anytime soon, but if the need arises I will for sure go back to them for my care. Thank you all for such good care!','2020-02-04 01:46:39.000000','299216637560955'),('10206989010360699',1,'Unbelievable care , best er visit we have ever had !! Facility was very clean and nice decor! Jennifer at the front desk was very welcoming and nice ! Christina R was our nurse , she was Very attentive and seemed to really care ! ( which other er hospitals seem to treat people like a number —- NEXT!!! ) Chelsey took hubby’s vital signs , offered warm blankets and pillows, all with a smile and bubbly personality. Even the X-ray tech Christina was nice and very professional. Dr Elsbecker was amazing , listening to our concerns he was very knowledgeable and understanding! Overall I would give 10 stars if I could !!! And definitely would recommend to family and friends!','2020-02-21 20:25:14.000000','1698192877146046'),('10207256048515573',1,'First time here and they provided me with excellent service. Okarys in the front was very professional and also attractive. She did everything in a timely manner and the wait wasn’t long at all. Joy and Fanny made sure I was comfortable and continued to check on me to make sure everything was good. Ralph the ER Tech walked me through everything that he was doing which was really helpful. Dr. Wang the physician was very knowledgeable about what was going on with me and gave great tips on how to better my situation. Overall, I would recommend SignatureCare Emergency Center (Mission Bend) to any and everybody. Thank you for your awesome service.','2020-02-19 13:36:10.000000','544778295636544'),('10207362411375624',1,'Dr. Garcia, Ellen, Kelli, Sibienne, and Stefanie were all great!','2020-09-12 02:53:57.000000','1787364321589026'),('10207465287385988',1,'I brought my nephew in with chest pains. He was taken right back. The doctor kept me informed with all testing being done. Very satisfied with the experience.','2020-02-01 18:59:26.000000','544778295636544'),('10207497178263844',1,'They take great care of you 24/7, the office is beautiful and clean. Really makes sure you know you are in good hands and go above and beyond to proactively give comfort.','2020-10-22 05:36:56.000000','1608991329419166'),('10207556880917646',1,'Mederedith, Alvean, Tricia, Dr. Wang and Amy were wonderful. They treated me well! Very attentive and love that.','2020-03-26 22:35:05.000000','167959367441528'),('10207599446699593',1,'when we arrived, Donna the reception helped us right away, got me back to an exam room so that Dr. Das could exam me. staff was very friendly and took care of me as though I was family. highly recommend','2020-05-17 06:23:39.000000','104213804456471'),('10207639510222670',1,'Alvean, thuy, Jocelyn are by far the best staff i have encountered at a medical facility in a long time. This facility is awesome','2020-09-23 17:36:40.000000','167959367441528'),('10207647168133469',1,'Friendly staff and clean facility, overall great service!','2020-07-29 03:21:30.000000','105589317817643'),('10207668671990294',1,'Absolutely a great experience, everyone was so nice and caring. Heather in registration was amazing!','2020-11-11 18:08:53.000000','299216637560955'),('10207723850850111',1,'Excelente customer service.','2020-07-13 01:48:20.000000','829264323932850'),('10207780072855110',1,'Vanessa, Dr. Dang, nurse denise, and others were all very nice and took care of me. they gave me the correct prescription after other doctors didnt.','2020-04-29 09:26:27.000000','167959367441528'),('10207805989345554',1,'Josh was great! Very clean facility.','2021-01-15 20:22:33.000000','235046800697531'),('10207847329337476',1,'Cody and Kelsey took great care of us as we got tested. It was very fast and efficient. Overall a great experience as getting tested could be.','2020-08-03 21:33:27.000000','105589317817643'),('10207847640866757',1,'Went to the memorial location, on a Friday past 10pm. The staff was friendly, fast, And we were in and out pretty quick.The doctor was very professional and we were there for a tooth issue, which worked out perfect, because there was nobody open for tooth problems. I will definitely be using them again.','2016-10-10 02:14:36.000000','1765121397101399'),('10207911721386165',1,'Highly recommend. The staff was amazing and friendly from registration, Donna M to the my nurse Keylee K and the Rad tech Martha H and my physician Dr. Weston. They took amazing care of me and explained everything to me and made me feel welcomed.','2020-03-30 02:31:28.000000','104213804456471'),('10207985282946373',1,'it was so quick to get in and out and everyone was so insanely kind! definitely recommend, especially for kids!','2021-01-21 07:14:06.000000','251751275488925'),('10208012377264288',1,'Dr. Siddiqi is so nice! All the nurses and staff are amazing.','2020-10-06 14:28:29.000000','829264323932850'),('10208052940278644',1,'This place is wonderful! They helped me with a broken glass that was stuck in my leg. They were so kind, professional. All of the staff was very friendly! I highly recommend this ER! Thank you for taking care of me and making me feel so comfortable and relaxed in a highly stressful situation šŸ™','2020-08-01 21:21:44.000000','1698192877146046'),('10208078982209746',1,'I always bring my family here if we need immediate care. super nice staff and drs.','2020-12-14 18:17:19.000000','235046800697531'),('10208103249495291',1,'I had a great experience at SignatureCare Emergency Center. They got me in to see a doctor in less than 10 minutes. My nurse, Madeline, ER Tech, Briana, and Dr. Miller were all very personable.','2020-11-01 16:43:23.000000','1608991329419166'),('10208119725269032',1,'Great doctors and staff fast service and fast results was very happy with the care received.','2020-10-14 17:34:27.000000','1765121397101399'),('10208256152398966',1,'Manny, Ector & Casey at Signature Care Odessa \nAre professional really friendly made testing easy and fast','2020-08-04 21:50:30.000000','237100240304186'),('10208266987669412',1,'Fast , reliable service, great staff!!! Dr. Maudlin, Kelsey, Matt, Diane, Laura, and Odett took excellent care of my mother and made her feel comfortable when she had an allergic reaction to an insect bite. Her hand had swollen up about 3x normal and their attention To her symptoms eased her mind and took care of allergic reaction. Her hand is getting back to normal and she is happy with her experience at the Pfluggerville location.','2020-11-16 15:50:14.000000','105589317817643'),('10208292446224193',1,'I came here to get tested for Covid and let me tell you Maynard and Tanishia were absolutely amazing! They took very good care of me, very friendly and exceptional client service. And praise God I’m negative!','2020-11-18 02:35:29.000000','461782867645453'),('10208361096262284',1,'Quick Rapid Covid Test. Friendly, professional staff.','2020-12-21 17:08:43.000000','235046800697531'),('10208481338188135',1,'Andrea took great care of me for my return visit to remove some sutures','2020-11-06 23:55:18.000000','167959367441528'),('10208597639294108',1,'Got in and out super quick!! Bretnie was a great nurse, Dyveliz and Amanda checked us in and were very sweet and informative. 10/10 would come back.','2020-12-01 16:15:53.000000','326347177710316'),('10208687005249390',1,'awesome staff,very friendly,quick care as well.','2020-12-13 14:27:58.000000','235046800697531'),('10208771239916034',1,'Staff was friendly and caring! @Mandi M, Carla C, Courtney Temple, Jennifer W, Mollie, Katy, Tracy G, and Jacoya','2020-12-12 22:58:24.000000','235046800697531'),('10209652573350465',1,'I went to Signature Care as a follow up to a visit the day before. A horrible headache lingered with a pain scale of a 9. Wiyhin 30 minutes of arrival they had confirmed nothing was happening but a migraine. With the correct medicine administered it was better quickly. Thank you Brad and Morgan. Along with the doctor yall were wonderful.','2018-09-06 18:03:39.000000','326347177710316'),('10210203284838189',1,'As always the service is prompt and awesome. Staff is always great. Would recommend this place to any and everybody!!! Keep doing a great job!!!','2019-04-15 20:09:54.000000','1608991329419166'),('10210273798641113',1,'We love this clinic. We won’t go anywhere else.','2018-12-23 04:03:52.000000','235046800697531'),('10210414806006516',1,'They provided excellent care!','2018-11-14 12:47:39.000000','544778295636544'),('10210463228735564',1,'Had a great experience here, super fast and helpful! Thanks Robin Bratcher and staff!','2019-02-19 23:37:46.000000','299216637560955'),('10210550639520582',1,'Rolled my ankle and came in for a screening.','2019-03-29 03:03:56.000000','251751275488925'),('10210620476828505',1,'Everyone was so wonderful!! Helped with my issues as soon as possible!!','2018-11-20 22:54:34.000000','299216637560955'),('10210824873492610',1,'Jennifer D., Nurse: Billy, and Dr. Curtis were Great. They were very nice and professional!!','2018-11-24 04:54:56.000000','299216637560955'),('10210923115828106',1,'Very nice staff! Made me feel welcomed. Keera was great :)','2018-11-08 06:26:31.000000','326347177710316'),('10210948976599786',1,'Thank You Austin, Ashley, Erica, and Tiffany for caring for the youngest of my family. SignatureCare of Paris is top notch! Fast clean and super Professional! Thank you','2019-06-07 20:44:26.000000','299216637560955'),('10210957446052735',1,'Brought granddaughter in and she was well taken care and I would highly recommend this ER. Jennifer Diggs was very professional and she was very caring and very passionate about helping others.','2019-02-15 23:32:32.000000','299216637560955'),('10211007469342649',1,'awesome staff, very fast in getting you into see someone, clean and good smelling building','2019-03-02 03:06:52.000000','326347177710316'),('10211077751260130',1,'Jereyia, Amy, Kerry, and Dr. Hasegawa were all amazing!','2019-04-19 18:09:00.000000','251751275488925'),('10211096149319897',1,'The whole staff was extremely nice and attentive. Jesus the registrar was extremely welcoming. My 3 year old felt comfortable enough to let Dr. Cavazos and Nurse Dana aid him back to good health. I couldn’t have asked for a better experience. Thanks everyone 😘','2019-06-14 15:58:39.000000','167959367441528'),('10211161315669226',1,'I received excellent care here. I recommend family and friends to this location. DR.Estevez,. Nurse Niki and Xray Tech..Sheresa..the staff is very friendly.','2019-03-12 00:31:01.000000','1609539722669429'),('10211163251115971',1,'Dr. Simmons was very friendly and sweet. Very fast check in and seen very quickly. In and out in less than 30 minutes. Will for sure be back.','2019-06-05 14:25:18.000000','299216637560955'),('10211239224375906',1,'Excellent, friendly staff! Wait time was short and they made sure I was comfortable the entire visit. Highly recommend!','2019-02-19 16:37:19.000000','299216637560955'),('10211306541298591',1,'Signature care is one of the best if not the BEST hospital! I’m always treated with care and great hospitality! Love it here','2019-06-18 17:23:12.000000','251751275488925'),('10211311883671241',1,'This location was fast very clean and Dr. Chukwuma Nurse Alvean Marcus radiology and jocelyn were professional and did a great job.','2019-06-05 21:08:50.000000','167959367441528'),('10211522548454139',1,'Wonderful experience today. They took great care of me and my son for our bad coughs. Everyone was so friendly. This will definitely be my emergency care place from now on!','2019-05-04 03:09:44.000000','596022027480375'),('10211543153196321',1,'5 STARS\n\nMy daughter, who lives in canyon Lake tx came to college station and had to be rushed to the clinic due to severe abdominal pain. Ct scan was done along with several other tests. Thank goodness it was not appendicitis. After only being there for about 31/2 hrs, she was released with medicines.\nI spoke to Alexis and she provided me with the info I needed. \nI recommend this facility to anyone who ever needs their service if they’re in college station. Of course I haven’t gotten bill yet, so I might feel differently when I receive it, LOL!!!\nMy daughter also just told me that everyone there is so šŸ‘ nice','2018-04-21 05:12:09.000000','326347177710316'),('10211603780088665',1,'Our experience at Signature Care were very professional and all the staff member were amazing! Love the way they take care of their patients! Thank you','2019-06-20 00:11:54.000000','237100240304186'),('10211606873605846',1,'This is the very best Emergency Center that I have ever been. So, very fast and through. Awesome customer service and excellent health care experience. They were so kind and considerate with giving much needed meds for the night and go pickup the rest in the morning. Brand new place, clean and update medical Rooms.','2019-08-25 02:00:53.000000','251751275488925'),('10211756977079670',1,'Everyone is very friendly and attentive. Manny made sure I was comfortable the whole time and Dr. Nguyen was great at making sure I understood everything test and the diagnosis.','2019-07-23 16:07:37.000000','237100240304186'),('10211787388760647',1,'Lisa V, Andrew, David, and Dr. Osiecki attended to our daughter when she was ill. They were the most professional urgent care group I’ve seen in West Texas. They’re the best!','2019-07-29 00:43:04.000000','596022027480375'),('10211824317803000',1,'Awesome service as always. Karen, Delicia, Dr. Ybarra , Sedrick and Rick were very welcoming and pleasant','2020-01-31 23:09:11.000000','1648645701907657'),('10211834715423015',1,'There was no waiting time. You are immediately helped, the staff is concerned about your needs. Dr. Garcia is thorough in his examine and explains your condition in a way that you will understand.','2019-09-27 12:01:58.000000','1787364321589026'),('10211856360243174',1,'Best Urgent Care in Odessa. Fast and friendly. Jessica S is so sweet!','2019-10-21 23:54:39.000000','237100240304186'),('10212074792185604',1,'We had a great experience. Wonderful staff and care.','2019-10-30 09:02:47.000000','299216637560955'),('10212152548489269',1,'Patricia and Alvean A. and Marcus, helped me out to get in and out very quickly to see the doctor about my eye. Very friendly staff. Very helpful.','2020-01-15 19:08:59.000000','167959367441528'),('10212154313568192',1,'Best ER clinic in town!!! Lisa V, Andrew and Lisa H are great. Awesome staff Doctor explained everything!!!!!','2019-07-02 18:22:16.000000','596022027480375'),('10212199815447347',1,'The staff was great! Took care of me immediately and even offered warm blankets! Please use this facility as they are all so friendly and welcoming.','2016-08-01 18:11:06.000000','1608991329419166'),('10212214163703782',1,'Dr. Henderson was good to me and Karen my nurse has amazing bedside manner and Amy treated me right and checked me out quickly! I highly recommend this ER!','2019-03-20 05:38:08.000000','544778295636544'),('10212227624726170',1,'I was immediately seen after check-in. Nurse Nicole G and Dr. Estevez were very attentive and informative. I highly recommend SignatureCare in The Heights!','2020-01-12 01:58:48.000000','1609539722669429'),('10212301014679929',1,'Katrina, Shane and Dr. Ding are very professional and fast. I always have a great experience when I come here. This is the only ER I go to.','2019-09-18 02:00:30.000000','1648645701907657'),('10212311521295241',1,'This is the BEST and only place to go! Excellent care by Dr. Simmons and the nurse Erica Westbrooks. The front desk staff, Robin Bratcher, was so friendly and caring. I’m thankful for SigatureCare ER, they were so thorough, yet quickly got me to a room and back home! Thanks for all that you do and I am thankful you are in our community!','2019-01-02 22:10:03.000000','299216637560955'),('10212316235420178',1,'Excellent care,very nice professional people, From nurses to doctors, the X-ray lady Tabitha, took real good care of my nephew, did the X-ray quick, highly recommend Singnaturecare Emergency center.','2019-11-22 00:24:54.000000','237100240304186'),('10212334729878174',1,'I took my husband in while out of town in Austin! Gabriel & Dr. Jolly took great care of him! I am so thankful for the amazing care that they provided! Such amazing staff from the registration staff member, whose name I did not get, to the rad tech to Gabriel the nurse and Dr Jolly! I highly recommend signature care to anyone!','2019-10-06 06:06:57.000000','1698192877146046'),('10212335198893406',1,'Big thanks to Earl, Katie, and Dr. Goodman for taking such great care of my little boy today!! You all went above and beyond and our family is so thankful to have good honest folks like y’all in the industry 😊😊😊😊','2019-10-21 01:07:32.000000','1698192877146046'),('10212338952508659',1,'Kimberly P & Cecilia Z along with Dr. Miller, basically the entire staff will forever be stars in my book! They totally rock!!!!','2020-01-16 00:45:46.000000','1609539722669429'),('10212478497997632',1,'They were very prompt, professional, and kind. They took great care of me. Highly recommended!','2020-01-07 13:32:01.000000','235046800697531'),('10212503838590674',1,'I love this place and its staff. The best attention . I love it and I recommend it.','2020-02-05 14:23:27.000000','251751275488925'),('10212512973339048',1,'Great experience. Very clean and inviting. This has been the best E.R that I have been to. My daughter was comfortable throughout our visit. She loved it. Tanishia handled our check in very quickly. Sarah did a great job taking care of my daughter. Fatima and Elaine were amazing throughout our time here. Dr. Henderson was amazing and explained everything to us. We will definitely reccomend those that we know.','2019-11-22 05:44:58.000000','461782867645453'),('10212546547898346',1,'received amazing care from this awesome team. Cristina and Laura are awesome','2020-02-18 20:45:05.000000','1608991329419166'),('10212571542364015',1,'excellent service! Ayesha..Vivian..Aaron..Ryann..Tony and Dr. Soli were amqzing From the front desk to the trenches.. puld not have asked for better service!','2019-08-22 00:33:45.000000','1765121397101399'),('10212579027389974',1,'Great staff, very friendly and helpful. Fast service and very good with kids!','2020-01-06 14:33:15.000000','461782867645453'),('10212589095642387',1,'amazing staff , quick and friendly service ! thank you !','2020-01-13 23:59:57.000000','251751275488925'),('10212647649457526',1,'Signature care is amazing. The staff and doctors are very caring and knowledgeable and are very responsive!','2019-04-05 05:59:46.000000','326347177710316'),('10212744257431284',1,'I fractured my finger late at night and they took great care of me. My orthopedic doctor was very impressed with the stitches I got there!','2019-04-27 18:06:24.000000','326347177710316'),('10212748988518933',1,'Came in and was seen promptly. The staff is friendly and the doctor is very informative.','2020-03-12 23:57:23.000000','544778295636544'),('10212752228667267',1,'I came in feeling so sick, but everyone was all extremely nice to me even though I had a lot of trouble with anxiety around needles during my stay. Everyone was very helpful and kind and actually listened to me. There was a shift change while I was there so there are a lot of people to thank, but I believe Dr. Faig and Agnes were there when I came in, then later Dr. Soumen and Jeff and Lisa were the ones taking care of me for the rest of my time. Mercy is the receptionist who checked me out and she was very nice as well. Thank you all so much! It was about as comfortable as going to an urgent care place could ever be.','2017-04-10 18:19:38.000000','1608991329419166'),('10212787012590187',1,'I went to this location yesterday. As soon as I walked in I was greeted by Veronica. She was so sweet and was quick to help. That’s very important when someone comes into an ER. I was quickly given paper work and taken to the back. The nurse Kristina came in and asked questions and the other techs began to take vitals. Shortly after Dr. Faig came in. All of the happened prob within 15min!!! I was freaking out but they were all so calm and helpful and didn’t make me feel like I was overreacting. They made sure I was comfortable and answered all my questions. I am forever grateful for this ER. If I ever have another emergency- God forbid. This place and location will be my first choice. Thank y’all sooo much! \n\nThey also contact you the next day to check on you.','2020-02-14 18:35:23.000000','829264323932850'),('10212790055888563',1,'Signature - The Heights took great care of me. The nurses/ doctors were amazing and Hayleigh welcomed me in with Open Arms. I will definitely refer others.','2018-09-05 00:42:53.000000','1609539722669429'),('10212861356847940',1,'Extremely helpful and kind. Ready to serve my son and us. The staff was amazingly professional and were grateful for the care they had with my little guy. Thank you!!','2020-02-08 04:24:55.000000','237100240304186'),('10212865318935672',1,'These people are amazing \nMy Dr was Boester nurse Lant, and Merideth that’s\nRad Bryan everyone is phenomenal!!!!!','2018-09-28 02:23:41.000000','544778295636544'),('10212871610105291',1,'They took care of my wife in a timely manner, it\'s the second time I\'m here, and they are always sharp and attentive. Receptionists are ready to help, and have a great personality. Thank you, Dr. Pham, Susan, Angel, Tanishia, And Evelyn.','2020-03-04 01:49:25.000000','461782867645453'),('10212884669032037',1,'First time experience and it was very pleasant. There was no wait and the service is great. Seen by Dr Thomas, Sarah, Laura, and Tanishia. Highly recommend this location.','2020-01-31 05:00:11.000000','461782867645453'),('10212896943000065',1,'Brought my daughter in this morning she she fell and landed on her knee. Literally in and out, with stays, in 30 minutes. Jerry, Mathew, and Dr Golla were amazing with her and made her feel comfortable.','2017-10-14 22:21:07.000000','544778295636544'),('10212897560504391',1,'Brought my 11 year old here to get X Rays on his wrist. Everyone is very friendly and extremely knowledgeable. Shelli, Christina, Jessie, Dr. Elsbecker and Adam all made us feel welcomed and comfortable. I highly recommend this office over any other.','2019-02-05 23:23:29.000000','1698192877146046'),('10212919828428769',1,'Dr. Edwards, Katy, Sara, and Carla are GREAT! Thanks for taking such good care of me!! Love y’all!','2020-02-20 21:44:05.000000','235046800697531'),('10212948382664875',1,'Dr. Mauldin was amazing an got me in and out quickly and the nurse Alvean A. Was very sweet an helped just as much as well as their registration Patricia C.!! All around great experience this morning and wonderful staff!!!','2020-01-25 13:58:13.000000','167959367441528'),('10212977666171421',1,'There now with my daughter \nClean modern facility & the staff is friendly & accommodating','2019-03-02 20:34:35.000000','1698192877146046'),('10212981487611463',1,'Great customer service. From sign in with Donna who was really friendly and helpful. To the nurse Lucas who was also very friendly. The doctor was very helpful as well. Thank you all for your care and service.','2020-03-22 02:26:43.000000','104213804456471'),('10212992006222193',1,'great staff ...very good patients','2018-09-19 04:01:49.000000','829264323932850'),('10213025180210434',1,'Quick and streamlined. Great care from the moment I walked in. Thank you so much, I feel better already. Great location in the center of Montrose. Highly recommended.','2016-07-25 18:52:17.000000','1608991329419166'),('10213061896774154',1,'Amazing customer service!','2019-02-22 03:54:33.000000','1787364321589026'),('10213075083385196',1,'We found the entire medical team to be knowledgeable, thorough and kind. We appreciate the entire medical team Dr. Zheng, Dr.Boester, Trsha, Pam. Shay, Marcin, Jessica, Sibienne and everyone for their service and care.','2020-02-16 05:07:11.000000','1787364321589026'),('10213080952728841',1,'Ms. Sibienne was extremely caring and compassionate and made me feel right at home. The superior level of care and the overall quality was amazing. All my friends and family visit this ER since its the friendliest ER in the Stafford/Missouri City/Sugarland area.\n\nThank you again, Ms. Sibienne. You were truly kind and considerate. God bless.','2019-02-06 10:48:00.000000','1787364321589026'),('10213085816131575',1,'I would like to recommend this place. I went in for chest pain and was seen right away. Everyone was very professional and friendly and helpful. From the from desk receptionist to the doctors were amazing! I am so great-full I came here!','2019-07-08 01:02:49.000000','237100240304186'),('10213092751453575',1,'OMG, for the minute I walked in scared and not feeling well the receptionist made me feel relaxed and safe. I am an ICU nurse and the care I received by Dr Souman and the staff was exceptional! I never write reviews because I feel like they are biased, but I had to give them 2 thumbs up! They were not judgmental and Dr Souman was thorough with my diagnosis. Due too such professionalism and knowledge, I could not tell who was my tech, radiology tech, or my nurse without looking at their badges. THANK YOU SignatureCare.🄰','2019-01-04 19:01:34.000000','1787364321589026'),('10213131464075768',1,'Thumbs up! Everything was great and everyone was polite! Dr. Leaving, Keith, Amy, Traevis has loving hands!','2019-11-17 23:54:01.000000','167959367441528'),('10213136905817672',1,'No wait time, very nice staff. Everything you need in one placešŸ‘','2020-04-05 21:07:51.000000','461782867645453'),('10213158123702724',1,'The staff is very nice, attentive, they make you feel relax throughout the hall stay.','2019-12-10 02:15:45.000000','251751275488925'),('10213211564033762',0,'SignatureCare misdiagnosed my toddler’s strep throat. Called it a cold. She had had a 102+ degree fever and several other symptoms that you do not get with a cold. On day 5, after another physician diagnosed her correctly, we were told that there is no way with the shape she was in today it wouldn’t have been obvious when SignatureCare saw her and that even if there was a negative test it was an inconsistent swab. Will never go back.','2018-12-10 02:26:49.000000','596022027480375'),('10213223543257844',1,'great car and staff. They actually listen to you.','2020-01-02 12:03:24.000000','829264323932850'),('10213235054389191',1,'The staff is amazing!! Elizabeth, Josh, Noorin, Joey, and Dr. Souman made my visit a pleasant one!','2020-01-26 06:45:27.000000','544778295636544'),('10213319876791182',1,'Super nice staff. Very thorough service and no wait.','2020-01-21 16:21:39.000000','299216637560955'),('10213320943162988',1,'I love the staff and I never have to wait they are always so friendly and eager to help it\'s the only place I will go when sick','2016-07-07 14:51:44.000000','544778295636544'),('10213331573714769',1,'No wait times! Staff was so friendly and great! Made everything so smooth. Proper exams were done. Results in a timely manner. We were very very happy! The night staff was amazing!','2019-08-01 15:57:15.000000','544778295636544'),('10213339241754901',1,'Sita in registration was welcoming and quick. I was taken straight back to a room. Nurse Heather and nurse Candi had great teamwork, quick and were super nice! Carolyn was great and informative when doing my CT scan. Dr. Daniels was a great listener, friendly and thorough. I left feeling back to my normal self. Highly recommend this emergency center!','2020-04-29 08:37:40.000000','596022027480375'),('10213344239271724',1,'I walked in with the most excruciating pain from a tooth and came out a whole new person. I actually cried like a baby after getting the nerve block to my tooth, it was immediate pain relief and I actually felt like a human being again. Thank you Dr. Jones and all the nurses there. You made my experience great. I definitely will be back.','2019-05-19 14:37:03.000000','299216637560955'),('10213352573791716',1,'We had an amazing experience. We were in and out in less than an hour, and all of our girls were treated like princesses! Ashley B got us right in!','2018-11-30 00:12:53.000000','299216637560955'),('10213359451215835',1,'Brought my daughter in early in the morning and the faculty has far exceeded my expectations, from start to finish they have been extremely attentive, helpful, and professional. Doctor Patel and nurses Tammi and Charlotte have been thorough and caring. Nanci, Norma, and Vy were also a part of our experience. Thank you to all of the staff that have taken care of my daughter.','2020-02-23 23:17:09.000000','461782867645453'),('10213377361827892',1,'tina, kathryn, dr lingan and ricardo were wonderful!!! defining recommend','2020-06-10 21:46:04.000000','1698192877146046'),('10213379064589790',1,'Our nurse,Theresa M., in the Odessa, Tx location was awesome! Extremely professional and so informative. She took the time to answer all of our questions and gave us some great feedback. I definitely recommend this place.','2020-07-16 15:37:14.000000','237100240304186'),('10213468730426561',1,'Got checked right away as soon as we walked in. Alvean, Jordan, and Jocelyn were very helpful. \nWould recommend.','2020-03-02 18:42:59.000000','167959367441528'),('10213474195568836',1,'Scheduled a 9PM COVID-19 test and got attention immediately during this slow time. They are an emergency center so expect them to prioritize according to emergency.','2020-07-18 02:45:13.000000','167959367441528'),('10213492554901496',1,'The fastest doctors we have ever been too! They were taking us back while I was still getting the paperwork to sign! Everyone has been very understanding and nice. Not that I hope to be back, but if we need ER services again, this is where we will be back.','2019-11-30 20:32:47.000000','251751275488925'),('10213496684355790',1,'We had a great experience yesterday with my daughter! When got there the front desk clerk Robyn was great! She was very helpful. The doctor, nurses and staff were very nice and caring. I highly recommend going there.','2019-01-27 23:21:04.000000','299216637560955'),('10213512607239949',1,'I went into SignatureCareER for a non emergency and they treated me like I was their only patient. My nurse Kim took excellent care of me and addressed my needs. Dr. Huerta handled my issue with professionalism. All the professionals at the ER were very friendly and my issue was fully resolved.','2019-04-12 00:31:09.000000','596022027480375'),('10213559064170328',1,'Awesome experience with such a caring and kind hearted staff. Dr. Daniels, Rollie, Stephanie P and Natalia','2020-08-12 05:20:04.000000','1648645701907657'),('10213574240588701',1,'They were very efficient and professional. I would highly recommend them to anyone. Great job!','2020-09-13 19:46:44.000000','461782867645453'),('10213579465146418',1,'I have never had quicker and more precise care for my little one than I received at Signature. Chasity was very welcoming from the moment I walked in. As a nurse it is always nerve wracking when your little one gets sick. Dr. Huerta was wonderful, quick and precise with his care and diagnosis. He explained everything perfectly and kept me posted throughout the stay. \n\nAaron Ortega & Krystal Marquez were the absolute best!!! They were quick to get him back and triaged, and take care of all of his personal needs and medical needs! They also kept me updated throughout the stay on what was going on. I appreciate their top of the line care. During his stay we felt we were in a hotel suite it was so welcoming and comfortable. Thank you again Aaron, Krystal, & Dr. Huerta. If my family ever needs anything at all, I will be returning to SignatureCare.','2019-01-31 16:05:35.000000','596022027480375'),('10213598107026877',1,'Luisa /Alvean/Jessica A great team of doctors and nurses outstanding services as always','2020-04-17 17:42:06.000000','1608991329419166'),('10213635242186378',1,'The staff is Very friendly. I felt very comfortable. The wait was practically non existent. They worked with me with my insurance. I would recommend them to everyone. Just a great experience even though I was not feeling well. Dr. Dewaal , Frank and Kat and Angela were absolutely wonderful!!!! Love them!!šŸ’™šŸ’™','2019-04-30 01:48:02.000000','251751275488925'),('10213651762646837',1,'I love Signature in Paris. The staff members are always nice, professional and go out of their way to help. Caitlin Pettit in registration is friendly and helps anyway she can. The facility is clean and rooms are nice. I highly recommend Signature Care Emergency Center.','2020-07-24 00:38:58.000000','299216637560955'),('10213703974067987',1,'Fast and great bedside care.','2020-02-15 07:11:40.000000','235046800697531'),('10213726311792452',1,'Getting tested was super easy. You just drive thru and stay in your car while they do all the testing. Lorena, Gracie, Brancroft, and Theresa were super nice and helpful.','2020-07-26 16:39:24.000000','237100240304186'),('10213728093347898',1,'First class treatment and very friendly staff! Love they always have a doctor on call and not just a PA! #blessed #nevergivingup #healing #Pneumonia','2019-05-27 13:40:46.000000','237100240304186'),('10213742370823904',1,'Dr. Maudlin and ekaterini s and Marvin and Melissa are awesome and they provide snacks!! Thank you','2019-06-30 09:10:09.000000','167959367441528'),('10213752036106266',1,'this was by far the BEST experience I have had I brought my daughter in barley breathing and they rushed her back and got her seen so fast!! I was so impressed at the friendliness and care they put into my baby!!! I\'m so pleased!!','2019-09-17 03:23:04.000000','251751275488925'),('10213787360551881',1,'Fast,friendly and professional.','2020-03-03 03:44:34.000000','596022027480375'),('10213814562732901',1,'So grateful for the staff and Dr. Sylvester at Montrose Signature Care. After a hard fall during a run, the clean, attractive no-waiting room was welcoming. I was a mess and in pain. They helped make me comfortable and quickly cared for my knee sprain and bloody chin, needing 6 stitches. Personal and generous attention, thanks gang!','2016-11-13 21:52:39.000000','544778295636544'),('10213819752287297',1,'Staff is amazing, great help!','2020-08-19 11:41:52.000000','1648645701907657'),('10213835590829642',1,'i have been at this location before and the staff is very kind, considerate and very efficient getting patients back and treating them. Keera at the front desk was also very helpful at getting my friend with chest pains checked in quickly.','2019-02-08 01:23:27.000000','326347177710316'),('10213835836210688',1,'Really friendly staff. Got treated quickly. I highly recommend coming here. They’re also really clean\nRegistration:Amy was super sweet \nTechs: jaslyn and jazz great team \nRn: friendly and caring \nDr. Rodriguez: straight to the point which I appreciate','2020-08-01 12:42:12.000000','1648645701907657'),('10213846515460089',1,'Dr Garcia, Ms Brenda and Chris took such good care of me. This place was so clean, caring and very\nKnowledgeable about what they were doing. I can’t express enough\nHow great they were. If I ever need you again i will be back THANK YOU','2019-03-10 09:39:51.000000','1787364321589026'),('10213868343771846',1,'My experience was excellent was seen in about 10mins of waiting,answered all and any questions I had . The attending staff was top notch! ... Dr Wang. Lynn,Jennifer,Christopher,and Tanisha I give 10ā­ļøs','2019-06-10 03:00:25.000000','461782867645453'),('10213880501268052',1,'Short wait time, friendly staff and great medical care!','2019-04-21 02:48:38.000000','1765121397101399'),('10213882450363531',1,'Nice folks, Fast, and thorough...','2019-06-10 00:30:38.000000','596022027480375'),('10213908379542016',1,'Absolutely great care. The staff are amazing and go above and beyond!','2020-12-30 15:05:20.000000','235046800697531'),('10213937515383847',1,'Hands down; THE best experience I’ve ever had In an ER. \nDR. Dang - incredibly professional and kind, complimentary \nNurse Lynn - great conversationalist, made me feel at home\nDaniel-Er tech- very handsome, and incredibly kind, and knowledgeable!! \nTanisha- was able to bring get me to smile, even considering the scary day I had.','2019-11-18 03:14:58.000000','461782867645453'),('10213940428305205',1,'My first and overall experience was excellent! Stephanie,Karen, Yasmine, my nurse Rolando, and Dr Ybarra were awesome! I needed a Covid test and it didn’t take long and my results were quick. Nice atmosphere and great people!','2020-11-20 18:35:27.000000','1648645701907657'),('10213970425335120',1,'Nice people here no hassle what so ever #Magali','2020-08-01 15:47:04.000000','237100240304186'),('10213974055287199',1,'From the front to the back. everything amazing! Brenda and Kelsey were great with my son! Super clean facility and everyone goes out of their way to help.','2019-01-07 16:00:48.000000','1787364321589026'),('10214001468131288',1,'The staff is very professional and they treat you the you would love to be cared for. It’s good to go somewhere that your health is the main concern. I will definitely be using this care service again. Thank God for allowing me to come here. Dolores, Aaron, Tony, Zeke, and oh my Dr. Leavitt; all you guys feels like family now. Much love, thank you.','2019-07-10 18:32:21.000000','1765121397101399'),('10214008882695493',1,'Great Doctors and Nurses. Staff was amazing! Thank you for addressing my needs in a timely manner.','2020-08-16 05:31:09.000000','251751275488925'),('10214021135083014',1,'fast and efficient service, amazing nurses! \nvery little wait time \nrapid results','2020-08-05 20:20:37.000000','299216637560955'),('10214036329820841',1,'Went in to get tested and it took them less than 45 minutes to get my results. If you do go I recommend Jessica S. She was very helpful. Awesome staff!','2020-07-21 14:29:39.000000','104213804456471'),('10214049864233347',1,'This is our second time coming to Signature Care. I am very impressed with the staff and doctors we have encountered. Savanna B. and Andrew C. were attentive, informative and very kind to my son. The facility is also very clean and there was zero wait time. I highly recommend SignatureCare.','2019-10-03 22:16:11.000000','596022027480375'),('10214050884300345',1,'They have THE best attitude you could ever imagine and their bedside manner was awesome. Kristina Scott and Maya provided great service!','2020-03-13 21:31:41.000000','829264323932850'),('10214055392658484',1,'I highly recommend Signature Care Emergency for out of the office needs. They were polite, prompt, kind, and explained everything along the way. From check-in to check-out they treated each of warmly. My teenage daughter felt very comfortable and knew exactly what was going on. She even commented ā€œwhenever anything happens, we should DEFINITELY always come here, I love it!ā€ Thank you Angela (receptionist), Dr. Jones, and Louis (nurse) for being amazing on a Monday night!!!','2020-09-15 03:49:28.000000','251751275488925'),('10214056746361996',1,'All The employees were very nice and helpful','2019-06-13 20:30:20.000000','596022027480375'),('10214121982258416',1,'My experience absolutely wonderful. As soon as I got their it was less than 15 minutes they took me straight to the back to take care of me. The care of the doctors, nurses, and receptionist was great. I recommend anyone to go there for treatment. It did my heart good knowingone of the nurses went to Elsik with my son and recognized me from running the boys concession stand for the basketball team. You All ROCK !!!','2017-05-30 22:45:05.000000','544778295636544'),('10214124891092827',1,'Great attitudes with Sarah, Jerin, Elizabeth, Ortiz & Matt.','2019-07-21 20:54:55.000000','461782867645453'),('10214130303443922',1,'Great staff and great doctors best ER in town. NO WAITING fast and friendly.','2019-05-24 22:17:11.000000','251751275488925'),('10214131296746797',1,'In and out very clean and nice 😊','2019-10-24 00:52:25.000000','251751275488925'),('10214141912935801',1,'This is my FAVORITE place to go when I’m not feeling well! They ALWAYS CARE and ensure that I’ll be ok! Erica did a GREAT JOB TODAY!!\nThank you SignatureCare Emergency Center-1960','2020-03-09 15:51:18.000000','167959367441528'),('10214143233294362',1,'Dr. O’Malley, Alvean and Jordan very thorough with explaining what was going on and what they’re thought where.','2020-10-08 16:53:22.000000','167959367441528'),('10214151890103310',1,'Great care!!! Loved it. Very clean. Friendly. Fast care. Loved Dr. Smith and Jesus Took great care of me! Will return!!','2019-06-27 19:13:56.000000','167959367441528'),('10214203511361321',1,'The staff was wonderful! Mandi and Kim at the front desk were so nice. Chloe and Alaina were amazing as well!','2020-12-17 23:18:38.000000','235046800697531'),('10214240309464389',1,'I have visited for care several times .. excellent care . Thank,you Ashley K . for your excellent assistance and the whole staff','2019-03-02 00:44:39.000000','299216637560955'),('10214241653335011',1,'Thumbs up all around! :-)','2019-01-22 19:36:21.000000','461782867645453'),('10214249394987885',1,'Came in to this location a bit nervous because I wasn’t really sure what was wrong. The entire staff was really friendly and worked quickly. Nurse Kristina was super informative and very professional. Ashley was also really nice and friendly to talk to. All in all they made my time here comfortable and threw in an extra heated blanket!','2020-10-02 17:41:15.000000','829264323932850'),('10214271148451615',1,'Marcus, Dr. Harjai and Valory did a awesome job in testing us for COVID which was negative!! Thanks guys.','2020-10-27 13:36:53.000000','167959367441528'),('10214283705636767',1,'thanks Dr. Iheme, Alvean A, Marcus B, Jocelynn A, Brain W.. All of u did a wonderful job','2019-11-20 15:59:06.000000','167959367441528'),('10214285229349440',1,'I was treated with courtesy and professionalism as soon I entered the facility. Everyone involved in my unfortunate visit, made me feel comfortable. I would definitely recommend this facility to anyone needing emergency care. Thank you to Dr. T Lindsay. Nurse: Dawn S. Rad Tech: Nanci B. ER Tech: Bekka W. and Ashley S in Registration.','2019-04-22 20:37:34.000000','461782867645453'),('10214294014184456',1,'Attentive and concerned about health issues. Tended to current needs and provided at home and follow up instructions. Staff was friendly and very helpful.','2020-10-12 03:47:02.000000','235046800697531'),('10214298948337571',1,'Very fast care, staff is really helpful. I was seen by dr dalta and RN Jesse, and Joy. Front desk receptionist Amy was extremely helpful! Thank you guys','2019-07-04 17:38:01.000000','1648645701907657'),('10214318827115656',1,'very friendly, quick and fast severice.. receptionist was friendly..Thank you Susan , Laura, Tanisha and Dr. Nguyen..','2019-12-04 05:12:56.000000','461782867645453'),('10214339815182456',1,'Absolutely amazing! Dr yost, along with all other staff, are hands down, the best around!','2018-11-28 15:37:16.000000','235046800697531'),('10214359435210147',1,'They were so helpful! \nLorena T, Dr. Wang, Cat, Remington, Bryan, and Natalie were so wonderful!\n\nHighly recommend!','2019-11-17 03:50:04.000000','326347177710316'),('10214371382558992',1,'I have been here on 2 separate occasions, and each time the staff were very pleasant and professional.','2020-10-26 19:09:30.000000','461782867645453'),('10214373466770341',1,'My experience at Signature care was amazing. All of the staff was great. My nurses Kay and Fanny were exceptional!!! They were both supper efficient and professional.','2020-06-10 16:01:47.000000','1787364321589026'),('10214373853407712',1,'The nurse Lisa and Aaron were fabulous. Dr Huerta was very kind and explained everything to me.','2019-06-28 18:35:14.000000','596022027480375'),('10214407745456444',1,'Excellent care and professionalism!! Highly recommend!','2019-03-20 00:21:48.000000','235046800697531'),('10214424021108930',1,'did a very good job for my baby girl an Amy was the best','2020-03-24 04:10:17.000000','829264323932850'),('10214429801330314',1,'Great service every time I come here! Doctor Ortiz, Nurse Sarah G, Rad tech Fatima B, ER tech Daniel B, and Tanishia W. from registration attended to my visit and they were all nice and very helpful. I highly recommend this er location','2019-12-25 01:42:23.000000','461782867645453'),('10214440489946223',1,'Staff is friendly and professional. Dr. Jolly & crew did an amazing job. would highly recommend for the memorial city area.','2019-03-21 14:56:56.000000','1765121397101399'),('10214449851144396',1,'I have had a pleasant experience every time I have been there. The staff is friendly and informative. I recommend Signature Care to everyone.','2019-06-11 16:57:20.000000','237100240304186'),('10214473409529425',1,'awesome and fast service. Dr. O\'Malley was cool and informative. Joshua, Nicole, and Ekaterini were great and welcoming','2019-08-16 04:57:53.000000','167959367441528'),('10214479809063772',1,'I came in and Patricia checked me in right away, the nurse Alvean kept me updated during the wait to get my test results and made me comfortable while I was there. The service was thorough and I got the help I needed.','2020-02-27 20:58:29.000000','167959367441528'),('10214489596982374',1,'Very fast and friendly service ! \nPete and Tabitha were very nice ! 😊','2019-09-09 15:29:15.000000','237100240304186'),('10214551582542687',1,'They were very friendly and attended to me very quick. I was seen by the Dr. almost as soon as I got there.','2021-01-13 21:48:16.000000','1608991329419166'),('10214560335990270',1,'Customer service here is one a kind, Dr Rose as well as Dr Craig took really good care of my Blood pressure issues. Wonderful clinic with a wonderful staff!! 5 thumbs up!!!','2019-04-13 22:47:09.000000','251751275488925'),('10214560992046153',1,'we had a great experience. Michelle, Kim, and Sherri were awesome.','2019-08-14 14:52:33.000000','235046800697531'),('10214563914360181',1,'Incredibly nice staff. Amazing care. Best medical facility I’ve been to in a very long time. Highly highly highly recommend!','2019-08-18 14:43:28.000000','544778295636544'),('10214564915468212',1,'THE DOCTORS & NURSES ARE VERY NICE AN FRIENDLY!! DR.O’MALLEY , PATRICIA C, ALVEAN A THERE AN AWESOME TEAM ! ITS VERY CLEAN THEY MAKE YOU FEEL VERY WELCOME AND COMFORTABLE ! THEY GET YOU IN AN OUT FAST ! I DEFINITELY RECOMMEND THIS EMERGENCY CENTER THERE THE BEST IN HOUSTON!!','2019-12-26 22:09:05.000000','167959367441528'),('10214567930020570',1,'You cannot use insurance to pay for your medical services so be prepared for a bill. Also, their staff need an alcohol test because I’m fairly certain both times I had blood drawn the two guys had been drinking. Alcohol has a very distinct smell and I don’t drink. Pretty sure that’s unsafe.','2019-08-19 04:08:26.000000','251751275488925'),('10214569059539844',1,'Front desk was so much help! Thank you Dala!!','2020-11-17 17:16:45.000000','1609539722669429'),('10214578796718968',1,'Wonderful experience! All staff was extremely caring, compassionate, and professional. Definitely the best experience I\'ve ever had in an emergency center. Thank you so much for taking Great care of my daughter.','2019-02-22 03:51:26.000000','1787364321589026'),('10214594813328485',1,'Thank you Jennifer Diggs, Susie Hicks, Matt Leonard and Dr Curtis for taking such great care of my husband at his visit today!! Everyone is always so very nice and caring!!','2019-06-02 21:21:04.000000','299216637560955'),('10214602853614040',1,'Staff is very attentive and polite. Met medical needs very professionally. Would definitely recommend.','2019-08-04 22:55:28.000000','326347177710316'),('10214604659629043',1,'staff is very friendly and informative \nfast clean facility','2020-10-19 02:02:59.000000','251751275488925'),('10214608693081115',1,'Staff here is Great! No wait times Very tentative and aware of patients. Lisa V., Savanna are such great nurses. They went above and beyond to make sure I was comfortable. Facility is very clean and tidy. Staff all has smiles.','2019-07-15 22:10:37.000000','596022027480375'),('10214627896002341',1,'Quick efficient service I was here less than 30 minutes!','2020-01-01 17:09:23.000000','167959367441528'),('10214635532952243',1,'Came here on a Friday night since I wasn’t feeling well. Vanessa G at the front was very nice and helpful. Once I was in the patient room I was greeted by the nurse Nicole G. And rad tech Dustin. They were both very nice and accommodating. After a few questions, they left and I was seen by Dr. Patel. He was very thorough in asking questions and explaining what I may have. I would definitely recommend this urgent care! It’s very nice and clean. They have warm blankets! They also have some snacks and drinks in the lobby area.','2020-01-18 03:59:55.000000','1609539722669429'),('10214642684004396',1,'Ashley Burton at the front desk was wonderful at making a first impression of the facility. Very professional, friendly and helpful. I will definitely recommend family and friends to come to Signature Care Emergency.','2019-02-15 02:59:44.000000','299216637560955'),('10214649001080760',1,'This place is the ultimate BEST! They are human and they actually care! I waked in I was taken bank to a room in five minutes. The ER Doctor came in two minutes. I got a consultation by the nurse, saw the doctor, and got an X-ray within fifteen minutes! WOW! They asked me if I needed a blanket or water. The staff was absolutely AWSOME!','2019-08-27 23:53:25.000000','544778295636544'),('10214663931292280',1,'The entire staff was amazing!! Sarah was very friendly and funny!! Biseida was very sweet and helpful.. Dr. Henderson was very cool and knowledgeable.. William and Patrick were awesome.. Keep up the Amazing Work!!','2019-11-14 02:57:39.000000','461782867645453'),('10214695820423969',1,'Awesome visit Kim and Keily were very friendly and caring! Didn\'t have to wait to be seen!','2020-09-12 14:15:36.000000','299216637560955'),('10214697034859514',1,'Very friendly staff, professional and highly recommend this clinic!','2020-10-19 15:08:57.000000','1608991329419166'),('10214700543606520',1,'Dr. Siddiqui, Leslie at the front desk, RNs Churiah and Gina, ER tech Olivia, and rad tech Jacqueline were incredibly nice, friendly, fast, and efficient. They helped my husband and I feel secure and confident in my husband’s health care team and that he was in great hands! Highly recommend this place to anyone!','2019-12-17 18:23:38.000000','1608991329419166'),('10214708347741813',1,'I’m impressed with how quickly they were able to get me in and out for my rapid covid test. All of the staff was incredibly helpful and easy to talk to. Thank you guys!!','2020-07-24 14:10:51.000000','105589317817643'),('10214708426496154',1,'Amazing Facility, Great service, helped me with what I needed and did efficiently and would recommend this facility to anyone! Thank you, Dr. Lu, Nurse Charlotte, Rad Tech: Fatima and are Tech: Elaine and Regristation: Bri!! You all are fantastic and made me feel comfortable!','2020-04-07 07:08:27.000000','544778295636544'),('10214733025855064',1,'Great care! Fast and friendly! ā¤ļø thank you, John and Kanyon!','2019-12-24 20:59:22.000000','299216637560955'),('10214735889950225',1,'The staff here made me feel comfortable and at peace. All that is going on in the world with corona I felt safe and confident that my medical situation would be taken care of. I recommend this site because it is one of the best.','2021-01-18 19:34:41.000000','105589317817643'),('10214749027144623',1,'Excellent care, very attentive by all staff! no complaints','2019-06-08 05:34:27.000000','299216637560955'),('10214750673475582',1,'Really could experience, attend it too quickly and was given my results same day. This was a convenient trip to the urgent care and I recommend it to anyone.','2020-11-17 01:43:13.000000','167959367441528'),('10214763999292514',0,'Keyshawna Dalal& Larshary were great helping me get around big props to those ladies','2020-10-08 20:40:19.000000','1609539722669429'),('10214765452426857',1,'They were fast, caring, and efficient. They seemed to care and have how a lot patience.\n\nThank you signaturcare staffā™„ļø','2019-10-02 13:33:35.000000','544778295636544'),('10214811745230443',1,'Very fast and friendly! Will certainly come back!','2019-06-28 14:26:14.000000','299216637560955'),('10214811968163280',1,'Emergency care experiences are never easy but this place has definitely raised the bar. They were friendly from the moment we entered, got us into a room almost immediately and the staff were all super knowledgeable and helpful and kind on top of it all. We had to stay for over six hours so they gave us a more comfortable room which had plenty of amenities for whatever we needed from food (so many snacks) to phone chargers. They also gave us an iPad with Grubhub on it and told us to order food from anywhere, it’s on them. While being here isn’t how we hoped to spend our day, they made it so easy and relaxing given the situation. The Doctors and nurses all had great bedside manner as well and took good care of my husband. I hope we don’t need to come back but I wouldn’t think twice about bringing someone here when needed.','2019-11-12 22:26:02.000000','1698192877146046'),('10214817982395125',1,'The staff is very considerate and nice and do their best to help you feel better while they figure out and coordinate with your doctor. Or hospital if need be for one to have to be admitted. Definitely recommend them','2019-12-27 00:49:24.000000','1648645701907657'),('10214823499253177',1,'I went in for back pain. Jocelyn A. from registration was able to check me in right away, she could tell I was in pain. They called me to the back in less than 2 minutes. Jani W. the nurse was very friendly. The rad tech, Marcus B., was very funny. Even though I was in pain I he was able to help me laugh through it. Dr Amy Patel was very nice and was very informative. I would definitely recommend this ER to anyone who is in need of an ER, it is very clean and the staff is amazing. Much better than going to a regular hospital.','2019-09-25 01:42:49.000000','167959367441528'),('10214826252835467',1,'Maria at the front was amazing quick I didn’t wait long at all... \nKramer, Jose Erin \nAllison \nDr Mauldin\nEveryone was amazing great staff great teamwork I come here all the time everyone is amazing thank you guys for everything','2019-06-21 02:16:48.000000','596022027480375'),('10214829604926399',1,'Very personable people, they greet you at the door, very fast. Kara and Sarah are very friendly and Mrs. Linda came to check on me also. Highly recommend.','2020-02-01 01:39:58.000000','235046800697531'),('10214848374336048',1,'Very fast and very clean, awesome customer service!','2017-02-18 15:53:45.000000','544778295636544'),('10214855202533748',1,'Very nice and professional.','2021-01-20 10:30:41.000000','299216637560955'),('10214856908856517',1,'The staff was amazing from start to finish. \nThank you Stephanie, Rollie, Natalia, Jaslyn and Dr. Ybarra','2020-12-01 04:01:17.000000','1648645701907657'),('10214873892355081',1,'Excellent care. Mark, Aaron, Aubrey and Dr. Wren were amazing! I cannot thank them enough!','2018-09-01 21:47:39.000000','1765121397101399'),('10214874080126060',1,'Very friendly staff.\nTanishia, Dr. Braun, and Nurse Tammy were great!\nHighly recommend!\n\nOn our second visit\nDR. SOLI, MD, GIANCARLO G \nNurse: Charlotte Anne L \nRadiology Tech: Jessica Diem N \nFront Desk: Hayley B L\nwere all so nice. It can be a bit uneasy visiting an ER during a pandemic, but having friendly faces and a professional staff helping my son eased the anxiety.','2020-11-12 04:21:06.000000','461782867645453'),('10214876787454225',1,'Thank you Sita Lisa Allison and Dr.Diaz for helping our son.','2019-08-07 00:57:08.000000','596022027480375'),('10214885537570816',1,'Upon arrival I was greeted and welcomed by Mercy and Alysia. Both very sweet and addressed any and all concerns regarding billing and expectations of service. I waited maybe 5 minutes max and that included me filling out all of the paperwork needed to move forward with my visit. Although not Covid related, the nurses Kristina and Laura were very nice and understanding. Shortly after coming in, Dr. Nguyen asked me a few questions and ruled out immediate concerns. I will return if needed.','2020-12-10 15:25:37.000000','829264323932850'),('10214889458100710',1,'Dr.Datta was very friendly, Jesse our RN was helpful and friendly very attentive, Amy at the front desk was very helpful on the check in process. Over all the wait time plus the staff was amazing','2019-07-04 16:22:27.000000','1648645701907657'),('10214899665670078',1,'Good experience nice doctor and room','2019-07-11 20:01:00.000000','544778295636544'),('10214906710534120',1,'the staff were very friendly and we were in and out very fast','2019-11-23 05:02:11.000000','596022027480375'),('10214918984302225',1,'Awesome experience the staff is always friendly and the doctors are awesome. I come here almost every time I’m sick.','2019-12-23 01:39:34.000000','1609539722669429'),('10214923590384089',1,'Dr. Patel, Amy, Rollie and Natalia were amazing!!! Very friendly and fast service!','2019-07-03 04:51:19.000000','1648645701907657'),('10214954156840752',1,'Went to the ER for an injured rib, With the expectation of getting bad customer service, like any other ER. Little did I know that I would be walking out with the best customer experience ever! From the little wait time, to the nurse and Dr making my pain a little be better. Thank you to all the staff for making it a great experience, definitely recommend it.','2017-09-19 00:17:37.000000','544778295636544'),('10214961502979623',1,'This is the BEST ER I\'ve visited. There wasn\'t a long wait and everyone has a pleasant personality. Dr. Henderson, Jennifer, Gunner, and Courtney were all compassionate and extended the best care possible. Jennifer even called me the next day to check on me. I know where to go next time I\'m sick. Thank you everyone!!!!!','2019-09-21 02:59:32.000000','235046800697531'),('10214973931484895',1,'Came with a lymph node node block turned out to be an abscess. \n\nQuick in and out and I got some really needed pain meds.\n\nBrenda R the receptionist was totally sweet.','2019-07-23 12:26:14.000000','1608991329419166'),('10214988526202920',1,'We took our son to Signature Care ER after he was in an auto accident. Fast and friendly service. The establishment is clean, the entire staff is professional, and our son received excellent care. As an added bonus there is lots of parking, perks like snacks and drinks, and a very inviting atmosphere. If you have the unfortunate situation to need an ER, this place will at least comfort you in knowing you are receiving great care in a comfortable setting! A shout of to Lauren to told us about the locations and Adam who made us feel at home.','2019-11-22 18:26:55.000000','1698192877146046'),('10214995134023564',1,'Dr. Carlos, Duke and Delicia at the front were so accommodating and kind as they answered my questions and concerns. I would go back and recommend for any emergency needs.','2020-02-05 18:15:12.000000','1648645701907657'),('10214997385224998',1,'I was Amazed at the care I received at your ER here in Odessa. From the registration, until I left your facility. (Feeling better of course). Everyone was so attentive, nice and respectful. Especially Tabitha. She checked on me periodically during my stay and Made me feel at ease . Thank you ALL.','2019-06-18 18:38:08.000000','237100240304186'),('10215000216278660',1,'I highly recommend this place! Samantha and the entire staff are great. This is our first choice when we need a place to go. 😊','2020-12-16 04:47:50.000000','1609539722669429'),('10215007286122661',1,'Dr. Plante, Cory, Vanessa, Megan, and Andrew were amazing. Bed side manor of these individuals was so calm and patient and understanding. would recommend this center to everyone!!!!!!','2019-10-31 02:25:08.000000','596022027480375'),('10215013317752207',1,'Wonderful staff-Kimberly P., Joseph B., and Katherin L. were very friendly I was seen immediately \nDr. Adam Boester is very kind and friendly \nI highly recommend this Emergency Center','2019-10-12 19:49:37.000000','1609539722669429'),('10215023960688132',1,'we had a wonderful day at the community event. Theresa and Casey were very friendly. Thanks','2019-07-27 23:51:47.000000','237100240304186'),('10215026961987788',1,'I really love this place! This place really nails down what is wrong and doesn’t beat around the bush. They get to the root of the problem and offer concierge service','2020-11-09 15:52:10.000000','544778295636544'),('10215031959779105',1,'People were very friendly and u got right in \nI will go there again just hope I won’t need to','2019-10-15 10:43:06.000000','251751275488925'),('10215033324374263',1,'I’ve visited SignatureCare twice in the last week (because I am a walking disaster waiting to happen at all times šŸ¤¦šŸ»ā€ā™€ļø) first for a sprained ankle and then for poison ivy. The nurses and doctors are all so sweet and thorough and literally just perfect. Angels, all of them! They made sure I was comfortable along with my kids, made follow up calls to check on me afterward, and I didn’t sit in a waiting room for hours. I would 110% recommend them over any other ā€œEmergencyā€ center or clinic.','2020-01-29 04:43:05.000000','235046800697531'),('10215082077538893',1,'The staff here are so welcoming! Second time here and they just amaze me how amazing they are. Always friendly and always go out of their way to help you!! \n\nAnd the greatest thing about coming here.... pretty much in and out, no 5 hours waiting in the waiting room at a ER!!!','2018-08-21 06:31:21.000000','1787364321589026'),('10215089848856754',1,'My twins have been sick the last month several times and thankfully I took them here. We were welcomed by the sweetest receptionist both day and night shift. They immediately put us in a room each visit (no waiting) and nurses were quick to take vitals etc. Doctor Henderson and Das were very compassionate and professional as well as staff. Someone always calls the next day to check on the twins which doesn’t happen often. This place is amazing and I highly recommend them!','2020-01-12 17:02:30.000000','235046800697531'),('10215093975976015',1,'Staff was more than helpful especially My nurse Mercy. She was very professional I would totally recommend This location!','2017-04-07 11:21:50.000000','1608991329419166'),('10215094499226383',1,'Had amazing service, was in and out there staff was really friendly especially Sunday and rashad also all the nurses were great','2020-02-07 02:23:55.000000','544778295636544'),('10215103134477416',1,'The staff is amazing at signature care. Nurse Danny and Allison the radiology tech are outstanding.','2019-05-04 23:59:21.000000','596022027480375'),('10215106381153522',1,'Signature Care Emergency Center on Summerhill Road is FABULOUS! If you are a first responder or immediate family member of one, your co-pay is waived. If you have to stay overnight, the nurse brings a luxurious bath robe and complete toiletry set. Also, you get to choose your food for supper, breakfast, etc. They order it via the Waitr app and bring to you! Too, I got to have a face-time conference with a Dr. Wang in Dallas from my comfy bed and, of course, I have been treated with the upmost respect! I won\'t go anywhere else!','2019-07-23 17:16:11.000000','235046800697531'),('10215110212589001',1,'I really enjoy this place because Dr. Boester was so thorough. And Tracye D. and Julesia H. were amazing at the front. They were so patient and nice. There’s a reason I recommend this place to everyone.','2020-11-24 15:30:30.000000','1787364321589026'),('10215119319769628',1,NULL,'2018-01-26 13:31:50.000000','544778295636544'),('10215135621779042',1,'very pleasant and professional visit at the clinic with Alvean and Luisa','2020-12-26 23:59:33.000000','167959367441528'),('10215137498942242',1,'From the time I walked in until we were released, the staff was SO welcoming, caring and professional. Courtney got us signed in quickly, and Jennifer listened intently as my son discussed his symptoms. Gunner was so good at comforting him when they had to swab his nose. Dr. Yost took time to listen and explain all questions we had. They made a yucky day a little brighter for my sick boy. We will definitely be back!','2020-01-27 21:34:00.000000','235046800697531'),('10215144784805257',0,'Modern, clean, caring and very professional.','2018-06-29 16:16:27.000000','829264323932850'),('10215145421428520',1,'Clay, Christina R and Dr. Rose were amazing! So friendly, fast and you could feel their smiles behind their safety masks 😷','2020-12-04 21:03:26.000000','1698192877146046'),('10215149100342683',1,'Everything their service is excellent very care giving.','2019-07-12 02:31:21.000000','167959367441528'),('10215149706436658',1,'Good people very helpful \nRn Irving tech cristaian ct helly md do reg Ana everybody so helpful','2019-12-29 04:28:36.000000','829264323932850'),('10215160381225480',1,'I was very impressed by the service we received during our early morning visit (4am). My daughter had a high fever and Earl at the front desk got us checked in quickly so that nurse Gabriel could get my baby girl into a bed. Dr. Lingan had a great bedside manor and took his time to explain everything to us. In the kid friendly exam room there was plenty to keep my daughter\'s mind off of being sick. We had a T.V., coloring pages, stickers and even bubbles in our private room. Townsend the radiologist saw us quickly and was very friendly and patient while taking chest xrays. All of the tests were done quickly and we were on our way with the meds my daughter needed to get better. This ER will definitely be our go to place for urgent care needs!','2019-11-07 03:01:38.000000','1698192877146046'),('10215165076743536',1,'Similar to other positive reviews, very clean, very quick, pleasant staff, excellent care, and immediate relief of problems. Very good experience and would recommend the Heights location.','2019-02-09 09:07:57.000000','544778295636544'),('10215173562118791',1,'Anytime my family has any type of medical ailment I bring them here. It’s an amazing facility with amazing people. My husband was really ill and had to stay overnight here. They took great care of both he and I. I highly recommend Signature Care for your emergency medical needs.','2019-11-05 04:36:53.000000','544778295636544'),('10215186814042400',1,'Thank you for the wonderful service! :) We always choose to go to SC instead of the ER.','2017-03-28 13:06:46.000000','544778295636544'),('10215192999012962',1,'Great people! Mollie,Mandi,Ashtyn,Jennifer,Katy,Gunner,Jacoya, Morgan, Courtney','2020-12-15 19:01:10.000000','235046800697531'),('10215213045215659',1,'The first time being here on Friday; it’s clean and nice and Lisa was at the front desk. She was sweet and we were brought to the back quickly. Dr. Mauldin explained everything he was doing and walked us thru how to take care of the wound. He also called to follow up with us at home the following day. We came back on Sunday for a follow up and Shanna M was the nurse at the front desk. She made sure she knew what we needed and we were in and out in less than 30 minutes. I won’t ever go anywhere else!','2019-08-25 15:25:56.000000','237100240304186'),('10215223539301269',1,'Excellent service! Whitney, Jaylon, Sam, Brady and Dr Edwards all went above and beyond!!','2020-12-21 04:47:42.000000','235046800697531'),('10215234039824205',1,'These ladies (Rebecca V., Dr. Herbert, RN Jeri and Rad Tech Stephanie) were all soo nice even though its midnight','2020-01-03 06:57:41.000000','326347177710316'),('10215234814263303',1,'The prompt service was key!','2020-11-09 20:16:15.000000','167959367441528'),('10215247832971285',1,'Lisa V, Allison, and Shania are all so wonderful and amazing vary helpful and caring. Oh hay they are super fast as well.','2019-08-16 23:50:35.000000','544778295636544'),('10215251268508510',1,'This was timely and efficient and professional. Minimal waiting and my results were brought out to me while I waited in vehicle. 5 stars!!','2020-07-09 21:41:02.000000','1787364321589026'),('10215290733061067',1,'This has been the cleanest ER I been to since we moved to Killeen. Wait was not long at all and very friendly staff. My son was very comfortable with them. I definitely recommend this place.','2020-11-10 04:27:02.000000','251751275488925'),('10215293538640366',1,'Great experience. The visit was fast and efficient. Even had an x-ray. I was in and out in an hour. Thanks Jamie W, Tricia B. And Elida Jasmine for making this such a great experience.','2019-12-05 20:07:10.000000','167959367441528'),('10215317618354021',1,'I had to bring my daughter to the ER this evening for abdominal pain. The staff was very friendly and made sure she was taken care and also made sure I was comfortable. We were welcomed Veronica and she was friendly and got us seen fast. Her Doctor was Dr. Zhen answered all of our questions and made sure she checked everything, nurse Irving and Tech Thelma was great!! They were very attentive, her radiology tech Sherwin was knowledgeable and fast.','2020-03-03 07:28:39.000000','829264323932850'),('10215323338741045',1,'We had to bring our daughter in on a cold Friday night at 11pm. We were greeted in the lobby and taken immediately back to an examination room. While in a panic because of pain in her abdomen, our daughter was comforted by the entire staff including the nurse and a board-certified ER physician. Given the diagnostics capabilities of the facility, they were able to quickly diagnose the problem and reassure us that it was not something worse. That night, my daughter was given the most competent and compassionate care. For my followup regarding admin and billing questions, once again they were open, transparent and willing to go above and beyond to help. We are fortunate to have this facility and all its good people so close to home.','2020-01-22 21:52:31.000000','1698192877146046'),('10215325190075765',1,'Signature Care emergency Center provided care for my wife. There was excellent help from all the staff, Keera was amazing help during the process.','2018-11-02 05:22:02.000000','544778295636544'),('10215339542622795',1,'While treating my wife\'s hand cut. The staff was very helpful and fast. I highly recommend this location.','2019-09-05 01:57:22.000000','829264323932850'),('10215353416882088',1,'I had to check in to signaturecare in memorial city and it was a outstanding experience. Amy at the front desk helped us with all the check in process and then went to the back to get cared for. We then met mark, Teresa and ryan. They were an excellent team in helping me feel better and dr. Wren was also a great doc.!','2018-11-25 02:30:02.000000','1765121397101399'),('10215375119322063',1,'Dr. Faig, Kristina, and John were so sweet with making sure my daughter was seen so fast. They were so gentle and kind. My 2year old hates the doctors office but they made sure she was comfortable. Veronica made sure we were checked in fast and efficient! Laura was also so sweet!','2020-02-13 17:48:44.000000','829264323932850'),('10215375953565145',1,'Dr. Yost and the staff were awesome with our 5 month old! It was so clean and no wait. Best ER experience and will definitely be recommending it!','2018-11-19 13:31:16.000000','235046800697531'),('10215388980503838',1,'They were so nice and helpful! I felt so embarrassed about my injury, but Fatima, Sarah, Dr. Henderson and Daniel made me feel at ease and like it was no biggie! I’d for sure recommend this ER to all my family and friends!','2020-01-14 05:53:05.000000','544778295636544'),('10215433459889834',1,'Easy to get to, great customer service, everything was quick and they did a great job! And they take Tricare now!!','2019-08-16 22:20:37.000000','251751275488925'),('10215435507034666',1,'Came in with left flank pain, felt like previous kidney stone. Turns out it is pain but not kidney stone. Vanessa Carrasco was awesome and got me to the back right away and had labs drawn and waiting on the doc in a matter of minutes. Daniel was an amazing tech. Dr. Huerta was very nice and really made me feel like I was important and that he really cared how I was doing. Overall great experience and would highly, highly recommend them to anyone.','2020-10-06 05:09:04.000000','596022027480375'),('10215443961146290',1,'The staff was great and very understanding. I loved the fact that I did not have to wait to be seen and was treated immediately. Everyone worked together to make my time of illness as comfortable as possible.','2019-02-19 13:04:56.000000','251751275488925'),('10215444127920441',1,'This place was the most helpful and comfortable place in an uncomfortable situation. From Kimberly P. Who helped through paperwork all the way through the nurse Regina L and doctor John A. From helping with payment options and good experience recommendations this place helped outstandingly. Will recommend to others','2019-10-22 13:39:16.000000','1609539722669429'),('10215448484794658',1,'The staff at Signature (Kim, Lucas, and Eric) are very quick and knowledgeable. The site it self is very clean and welcoming. And our care here was fantastic. If you are feeling ill come here.','2020-02-28 20:24:51.000000','235046800697531'),('10215457647027271',1,'Great staff. Very attentive.','2018-11-28 06:22:17.000000','1787364321589026'),('10215466021469110',1,'Getting the attention needed for my work injury vs the other care in Terrell TX. Extremely overwhelmed by their caring and examination of my right ankle and fitting me with ankle boot, thank you so much. Highly recommend coming here for immediate attention.','2019-11-26 20:54:34.000000','251751275488925'),('10215467999127681',1,'Overall the experience was great! it was walk-ins for COVID tests, and I had to wait 55 minutes to get in. Other than that the staff was super friendly and caring.','2020-09-07 17:13:03.000000','104213804456471'),('10215468809383287',1,'Wonderful places and excellent services. Rollie, Natalia, and Stephanie are a great asset to your company','2020-01-27 01:51:11.000000','1648645701907657'),('10215472498667849',1,'Melissa greeted us as soon as we came in and jumped into action as we explained the situation. Jani and Jose then lead us into the back and asked us the appropriate questions and gave us the proper aftercare information. Dr. O\'Malley gave us proper treatment and was fast and efficient.','2020-01-13 03:35:42.000000','167959367441528'),('10215478405933873',1,'Brought my son for a visit and I the staff Dr. Nguyen Nurs Susan and Registar Tanishia W. Was very helpful and nice. I will be coming back.','2020-02-05 02:46:42.000000','461782867645453'),('10215493945354879',1,'great place very comfortable very fast great people Lisa ,Dr.Huerta,rebecca\'s and Jocelyn everything was explained very clear and I\'m very happy that I came here','2019-06-23 14:40:38.000000','596022027480375'),('10215497417604154',1,'Really great and fast service and Dr. Jolly was awesome !! Feels to have an emergency room so close by to where i live , that I count on !','2018-01-18 16:09:32.000000','1765121397101399'),('10215507387093937',1,'The staff is courteous and very helpful.','2019-11-01 23:18:42.000000','1609539722669429'),('10215509240957770',1,'Went Saturday morning 11/10 with severe cough, congestion, fever, chills. Outstanding experience. I was going to triage before I finished my paperwork. Staff very efficient. Had chest x Ray, breathing treatment and tested for the flu. Was diagnose with Acute Bronchitis. Dr Hehman took his time explained the results of he tests, negative, and wrote me 4 prescriptions. Highly recommend','2018-11-14 12:15:21.000000','1787364321589026'),('10215520938291203',1,'Excellent service short waiting time great staff kelseyJ.','2020-07-31 01:16:06.000000','1787364321589026'),('10215537526496916',1,'Always excellent, quick, friendly, service. there is no better place to go. Thank you Erica, Ashley K., and Jennifer!','2019-08-29 21:09:58.000000','299216637560955'),('10215542324323923',1,'Very friendly staff. Extremely clean facility. Awesome bedside manner by all. My husband had awesome care from the doctor, nurses and staff. Thank you Jennifer D, Ashley Kelley, and Erica!! You are all wonderful!!!','2019-03-01 01:56:27.000000','299216637560955'),('10215546083552517',1,'This place is fantastic! All of the staff, Alvean A., Kelly L, and Jocelyn took great care of me! They made me feel at ease right away. I was in and out quickly and was already feeling better as soon as I walked out! Go see them :)','2020-01-08 14:06:04.000000','167959367441528'),('10215566630900667',1,'I visited this location with my sister and everyone was very nice. They have 5 star Emergency Room Service.','2019-08-15 04:26:24.000000','829264323932850'),('10215580061966677',1,'Friendly and Professional staff, minimum wait time. Excellent team at the front desk and healthcare team. Alvean was my nurse. Her attitude was great! The doctor explained everything to me and he was quite informative.šŸ˜€šŸ˜€šŸ˜€ Amazing staff and service. Thank you for making my difficult day a little easier guys','2020-02-21 21:14:19.000000','167959367441528'),('10215586210635283',1,'no wait time front desk was super nice Jessica S. did a great job!','2019-12-20 22:16:50.000000','596022027480375'),('10215619631870353',1,'SignatureCare is the best ER. I came in with some very serious concerns however the staff was amazingly friendly, helpful and I knowledgeable. Is started with the front line staff as Jasmine checked me in and offered quality client services. Nurse Tricia was amazing she was gentle, knowledgeable and hospitable. Nurse Robert was great and made sure that I was taken care of. I will definitely be back....they were amazing!!!!! If you’re in the 1960 area don’t waste your time going anywhere else','2019-11-21 22:49:32.000000','167959367441528'),('10215621526198022',1,'I brought Justin to SignatureCare Emergency Center this morning for flu symptoms and we received top notch care. We were taken back with no wait. The attention he received from Jennifer D at check-in was very friendly and right to the point. His tech - Matt - was nice and welcoming of Justin and his needs. His nurse - John Bell - was on his A game, even when he did the flu and strep test. Dr. Veloso explained everything he was checking for and was informative as to what to expect and what to look for if symptoms get worse or others appear. Bonus - if you are a Teacher - they waive your co-pay!!','2020-01-21 15:14:59.000000','299216637560955'),('10215626564554299',1,'5 minutes ago\n\nCame in feeling horrible & Thanks to nurse Norma i didn\'t feel my IV going in, Thank you nurse Tammy & Thank You very much Dr. Patel for explaining everything to me. Walked out feeling much better,Friendly all the way around','2020-02-23 20:58:57.000000','461782867645453'),('10215630036529972',1,'Very clean and great people!!','2019-12-12 03:44:38.000000','596022027480375'),('10215646928995149',1,'Dr.Garcia was awesome as always best place to come quick to admit , genesis was great ! the care unit is clean and the staff was very helpfull','2019-07-30 18:34:32.000000','1787364321589026'),('10215650181792864',1,'If you want Great care come to Signature Care. They staff are amazing. Thank you Jennifer, Linda, Ray and Shannon for the care you provided to me. Shout out to Dr Ashbrooks who is wonderful! Thank you','2020-02-15 06:51:38.000000','235046800697531'),('10215657733101150',1,'Dr. Want, Nurse Lynn, & Tanisha we’re very excellent they made this whole process go very smoothly and very helpful at every step of the process!','2020-03-30 04:02:26.000000','544778295636544'),('10215662968031897',1,'Really fast efficient service. Very friendly staff.','2019-09-25 21:53:37.000000','596022027480375'),('10215663291129611',1,NULL,'2017-07-16 21:57:58.000000','544778295636544'),('10215729270537470',1,'The staff was plesant, helpful and considerate. Dr Edwards was quick with diagnosis and with plan for my care. When you are in pain that is important. I appreciate them all','2020-06-10 14:27:01.000000','235046800697531'),('10215760727664451',1,'Excellent care, fast and wonderful staff: Thanks, Luke, Kim and Sherri!!','2019-05-27 18:29:54.000000','235046800697531'),('10215767296007471',1,'It’s always a pleasure to come to Signature Care, from the time I walked in Dee was very attentive. Agnes, Norma and Laura were attentive and patient. Dr. Singla was very helpful and took his time explaining everything and making sure that I received efficient care. Jacque thank you so much for your help as well.','2019-01-15 21:32:54.000000','1608991329419166'),('10215784859347104',1,'Dr. Souman was simple and direct! The remaining staff was exceptionally nice from Amy at registration to Ms.Agnes in nursing. Will definitely be back for any emergency in the future.','2019-05-04 23:38:39.000000','1608991329419166'),('10215804837268572',1,'Great experience very helpful','2020-11-01 13:17:55.000000','167959367441528'),('10215805401798468',1,'Great emergency center!! The facility was top notch, I was admitted immediately and treated with great care. The staff was outstanding from the front desk to the, nurses, technicians and especially the doctor. Jackie, Nicole, Adam and Mary were wonderful!','2016-10-17 04:29:40.000000','544778295636544'),('10215835403611789',1,'All the staff, Dr Paul, Susie, Jennifer D., Ashley were so friendly, efficient and took wonderful care of my husband. Dr Paul explained everything. We were back in a room within 10 minutes which would not have happened anywhere else!! Great experience.','2019-04-26 17:10:15.000000','299216637560955'),('10215877238865707',1,'Sergio was very friendly and courteous as soon as we walked in. Mollie and Eric were both amazing with our 1 year old son. They made him feel real comfortable. Dr. Edwards was great and really took the time to explain everything clearly to us. Couldn’t ask for better service. Will definitely be back. If you haven’t been to SignatureCare to be seen for your emergency needs you are definitely missing out.','2019-09-10 14:41:31.000000','235046800697531'),('10215908098602672',1,'The facility is new and clean and the staff are all very kind and helpful. There was zero wait time, and the nurses and doctor were so caring. They took good care of my 7 month old daughter and helped put my mind at ease. We were in and out in about an hour! So glad they are in the neighborhood!','2017-03-20 13:21:07.000000','1609539722669429'),('10215909310583932',1,'Good, quick and professional service','2018-12-01 15:19:25.000000','1765121397101399'),('10215912847200795',1,'Friendly and great awesome care.','2020-02-20 00:55:12.000000','235046800697531'),('10215922245385439',0,'Horrible business. Don\'t go there. They absolutely don\'t care about the community they serve. And they lie. There are plenty of other emergency centers to use. No need to patronize one that couldn\'t care less about Spring Branch.','2019-11-17 22:34:32.000000','1765121397101399'),('10215922698842556',1,'The staff were really nice and friendly. Also very helpful and caring. quick and no wait.','2020-03-14 00:45:32.000000','104213804456471'),('10215934920159165',1,'If in Texarkana Texas we would recommend SignatureCare Emergency Center. \nThank You Ya\'ll \n\nDr. Ashbrooks \nRN: Jennifer & Chloe \nRad: Gunnar \nTech: Jacoya\nReg: Mandi, Courtney & Carla','2020-11-15 22:13:22.000000','235046800697531'),('10215971651824051',1,'Excellent team. Everyone was very professional and nice. I was seen by a Nurse and a Dr. within 10 minutes.','2019-12-30 20:53:51.000000','1765121397101399'),('10215984436913639',1,'They were great! Very friendly staff, quick service, they were extra careful during this COVID19 time and it was all in all a great experience for something as unpleasant as a health problem.','2020-05-18 17:15:12.000000','1609539722669429'),('10215998034565799',1,'Very Quick and treated me very kindly with legitimate concerns about my health and wellness.','2019-11-15 19:20:03.000000','544778295636544'),('10216002472506870',1,'I had to go to the ER yesterday and I can say honestly that they surpassed my expectations. Online they advertise a short wait time and man they weren\'t kidding. The front desk gave me the new patient paperwork and I sat down a good 45 seconds and the nurse called me to the back. Facility is very clean and the whole staff was great! I was in an out in about 2 hours. Fantastic Service! Lord forbid I need the ER again, but if I do I\'ll definitely be going back. It\'s way better than sitting in the hospital ER for 10 hours of your day. Thanks to Evelyn and Alexis at the front desk, thanks to my amazing Nurse Jennifer, thanks to Mike the Radiology tech, and thanks to Dr. Nyland for such care and fast service!!!','2019-02-28 15:50:08.000000','544778295636544'),('10216004562280970',1,'5 star service! Definitely recommend this ER location. Ashley S. Is super friendly and nice. The nurse Rachael and Rad tech, Can N were polite, friendly and well informed. And doctor Thomas was amazing. Definitely will be coming back, again. \nThank you!','2019-01-30 22:36:59.000000','461782867645453'),('10216006152282849',1,'they ease your mind on what is going on. and work with you if you dont have insurance. that\'s so awesome. I love this place already and we have not even seen the doctor yet.','2020-02-28 22:52:39.000000','235046800697531'),('10216012964264243',1,'I ended up at this facility last night after a reaction to a steroid shot earlier in the day. These people are over the top professional, kind and caring. They took great care of me and listened to my concerns, answered my questions and I left feeling so much better. My staff was Kristina, John, Nicole, Maya and Dr. Faig - they were the best! Thanks to all.','2020-03-07 16:01:30.000000','829264323932850'),('10216042804532823',1,'Signature Care is always a good experience! They are great listeners and always urgent to your care .I would like to thank the staff Cecilia ,Gina,JB ,and Dr Ding','2020-03-07 14:48:22.000000','1609539722669429'),('10216088833967803',1,'I was scared I had Covid and they helped me get tested in a fast and efficient manner. The doctor was kind and also asked if I’d like to be tested for the flu. The service here is amazing. Thank you Jorge, Gabriel, Jeff, Jesse, Denny, Fanny.','2021-01-13 22:53:45.000000','544778295636544'),('10216090184832757',1,'From the time we walked through the door, customer service was exceptional! I’ve never been into a place that was so welcoming and understanding. The staff here know their job and they do is so well!','2019-11-05 04:33:52.000000','251751275488925'),('10216105669860774',1,'Signature care takes great care of you.. 5 out of 5 stars and receptionist Val was very professional and helpful','2020-01-07 14:53:20.000000','1787364321589026'),('10216109162378366',1,'A quick and painless procedure performed on site! I was in and out in less than an hour. Wonderful and helpful team members! Couldn’t ask for a better experience.','2020-03-09 19:56:34.000000','1608991329419166'),('10216114218231727',1,'Why go to a hospital emergency room! Dr. Jaber, Nurse: Kristina, Radiology Tech: Hanh, Er Tech: John and Registration: Genesis are a great team. I sincerely appreciate you guys caring for me. I know its you\'ll job, but I take it personally because it is my health.......thank you all sincerely šŸ’ž','2020-01-19 14:51:45.000000','829264323932850'),('10216124289933215',1,'Dr. Mark and his team took great care of me yesterday. For six hours there they let me rest, so much needed to. I walked out feeling well after a heart pain in my chest.They all explained every detail of what they were doing. The sweet lady at the front desk made me feel relaxed and comfortable when I walked in. Yes. That is where I would take a family and friends. Dr. Mark. Too you and your staff I can only wish for happy blessings and safeness from this pandemic too you all. Happy Holidays to you all!','2020-12-12 15:02:37.000000','544778295636544'),('10216154063190152',1,'Amazing experience. Ryan, Katy, Mollie, Brandi, Eric, & Dr Ashbrooks were all exceptional in my quick & proficient care. Truly grateful!','2020-02-02 02:20:14.000000','235046800697531'),('10216198421498326',1,'Great service, friendly and knowledgeable staff, and fast care!','2019-11-19 16:35:37.000000','167959367441528'),('10216201112015578',1,'Very polite courteous and respectful staff. Prompt in addressing needs','2021-01-01 06:47:57.000000','235046800697531'),('10216207531732024',0,'We scheduled an appointment for covid tests before upcoming travel. We were told appointments were required with those tests. We go in and they tell us they’re running behind about 30-40 minutes. There was about 10 people in the waiting area. All waiting on covid tests that they have appointments for because appointments are required. We waited and hour and a half. Finally taken back, swabbed and told it would be 15 minutes before our results were ready. Another hour goes by and they finally call us back and make us wait in another room just for our results. Three hours of our lives wasted. What was the point of having an appointment? Our time is valuable. We have kids and jobs and busy lives. We scheduled late at night thinking they wouldn’t be busy. Big mistake. We didn’t get home until after midnight. Will not be back. Do not recommend.','2020-08-01 13:48:10.000000','299216637560955'),('10216213304507852',1,'I had a wonderful experience of receiving care from Signature Care Emergency center in Montrose. I was taken to see a doctor immediately after I arrived,and all the stuff was very polite and helpful.','2016-12-23 02:35:33.000000','544778295636544'),('10216225112715683',1,'Dr. Faig was super informative and was able to re assure us that my daughter would be fine and to of course come back with any concerns. Kristina was amazing. No wait . Would definitely come back. This place is 24 hours and convenient to get to','2020-01-02 15:27:32.000000','544778295636544'),('10216246452092808',1,'super quick ,very friendly and had great advice to give','2019-07-12 22:20:42.000000','544778295636544'),('10216248957149048',1,'Staff was friendly, and fast. Did not have to wait at all to go back, dr was in the room within minutes, and taken care of. They were very hospitable and treated us as family.','2019-05-05 21:56:08.000000','251751275488925'),('10216270690782342',1,'Staff is amazing! They really listened to me and took my concerns seriously. Special thanks to Dr. Diaz, Andrew, Lisa V., and Julica. Y’all make a great team.','2019-12-07 00:37:11.000000','596022027480375'),('10216275101687001',1,'This is a wonderful facility. My husband went to the Westchase location with an emergency and was very quickly seen and diagnosed. The doctors and nurses took great care of him and now he\'s well on his way to recovery. Thanks to Sara, Kristina and all others who were very comforting and helpful!','2020-01-19 23:54:08.000000','829264323932850'),('10216292714175283',1,'I want everyone to know how well the staff here took care of me. I walked in and was immediately seen. Little to no wait time. The Dr and nurse listened to my concerns and I really recommend SignatureCar Emergency Center to my friend and family! Thank you for taking such good care of me..','2020-04-18 21:30:17.000000','544778295636544'),('10216295499251944',1,'Welcoming and everything was made great by Dr. Patel, Amy, Josh, Joey, and Jessica!','2019-05-06 06:00:37.000000','1608991329419166'),('10216299967749290',1,'This place is awesome. My son suffers from severe migrains and when he goes to a regular ER he has to wait hours in pain. Not only are they fast but soo very helpful and compassionate to the patient and family. The receptionist alyssa saw that my son was in a lot of pain and made sure the nurse knew. Our nurse jesse reed has a wonferful bedside manner and our doctor. Dr.Kimball was so very awesome !!','2016-06-10 11:11:32.000000','544778295636544'),('10216308721533356',1,'My Husband and I came here on Saturday morning due to my Husband having tightening of his chest. What we thought was an early sign of a heart attack. It ended up being pneumonia. He ended up staying one night, and I just can\'t thank the staff enough for taking care of him (us). You all are the nicest, most caring people, from the beginning at registration and Raven seeing how scared I was, to the best nurse (Brenda) trying her best to make me feel comfortable, to radiology, and the Dr. Thank you! Thank you!','2018-05-11 03:14:11.000000','1787364321589026'),('10216314605511678',1,'Laying here now with an abscessed tooth & very happy to be here. It’s very clean & comfortable. The doctor & nurses are so kind & have really good bedside manner. I had to stay 24 hr, overnight & happy it was here!!!','2019-08-07 11:50:06.000000','461782867645453'),('10216315522989275',1,'Maya the receptionist was so fun and welcoming! I’m always coming! Red recommend!','2020-02-26 21:13:41.000000','829264323932850'),('10216329870904343',1,'Wonderful super friendly staff. I highly recommend.','2019-12-16 23:14:59.000000','829264323932850'),('10216345897215714',1,'Very friendly staff! Attentive and no wait time! Highly recommend this place for your medical emergency needs!','2019-11-27 17:31:45.000000','596022027480375'),('10216375899771405',1,'great experience over at SignatureCare Emergency Center! Kendra, Brad, Valcey, and Morgan were great.','2020-02-11 15:49:22.000000','326347177710316'),('10216385067239454',1,'Best and quickest ER visit I have ever had! Staff was prompt and very friendly. Only recommendation is to start accepting Tricare! Other than that, absolutely no complaints.','2019-10-19 23:36:48.000000','235046800697531'),('10216425572212814',1,'I was very pleased with the prompt service I received. Everyone there was very nice and helpful. I highly recommend this location.','2020-02-21 04:27:03.000000','1609539722669429'),('10216426778576358',1,'Great experience and Jennifer D at the front get you in super fast','2019-03-28 17:29:03.000000','299216637560955'),('10216438930878330',1,'What a great place. I took my daughter in and had the best experience. All of the staff and the Doctor were very attentive and so kind. They even called us the bezt day to check in to see how my daughter was feeling. Thank you so much!','2019-02-20 01:38:42.000000','251751275488925'),('10216444492975524',1,'Went in thinking I had a bad upper respiratory. They tested for a few things and the doctor said she wanted a xray. good thing...I had pneumonia. Gave me IV meds and then out with 3 prescriptions. Started feeling better in a few days. Thaat was my 2 time there and pleased both time, with very little wait.','2018-04-29 01:55:58.000000','544778295636544'),('10216447903742031',1,'The staff was very courteous.\nThere was no wait . The Doctor explained everything and asked if we had any other questions. The facility was extremely clean and comfortable \nI am recommending \nSignatureCare Emergency Center \nThey are awesome \nThank you !!','2019-03-20 15:51:44.000000','251751275488925'),('10216464098172746',1,'The staff function as a team. No one person is more important than another. They are very knowledge, friendly and seem to enjoy the job','2019-04-06 07:32:38.000000','235046800697531'),('10216465649966590',1,'This place was awesome. I got in and was seen by the doctor very quickly. Everyone was extremely friendly and helpful. The establishment is sparkling clean. Not one negative thing to say about this place. I will definitely go again if needed and I highly recommend.','2019-06-22 17:41:41.000000','251751275488925'),('10216489211173040',1,'Everyone was so nice and helpful! Shout out to Dalal, Cecilia, Gina, Vincent, Dustin and Miguel for a very safe and comfortable experience! Highly recommend.','2020-09-24 22:32:30.000000','1609539722669429'),('10216494278934070',1,'They got me in and tended to me quickly and made me feel comfortable despite all that is currently going on! I would definitely recommend this place. And my ER Tech daniel was the BEST!!! maya was so awesome!!!!','2020-03-20 18:40:26.000000','829264323932850'),('10216499639835368',1,'In these difficult times, Signature Care in Texarkana sure makes it easy. They have Covid 19 safety measures in place and the rooms are immaculate. Tara, Mollie and Ashtyn were especially friendly and helpful and made my visit so much easier. Highly recommend.','2020-12-28 20:48:26.000000','235046800697531'),('10216511783178949',1,'Great staff and service, in and out quickly, registration was with Sarah and she was able to answer all of my questions and my nurse Reed made my intake easy as well','2020-09-28 20:32:15.000000','544778295636544'),('10216512149413412',1,'great staff! highly recommend','2019-01-08 04:59:33.000000','1698192877146046'),('10216532667322149',1,'Dr. O’Malley, Nurse Nikki, and our Ultrasound tech, Jessica were amazing! Our son was attended to immediately with expert care; attentive and conscientious...ready to do anything to ensure he did not wait unnecessarily...all options for care were prepped and ready for any eventuality while we waited for test results.\n\nI wish all care teams were like this. \n\nThank you!!!','2019-04-23 03:42:14.000000','167959367441528'),('10216553529924264',1,'Thank you to the amazing receptionist Maria and nursing staff savy, Corey, Aaron and Kim!','2019-05-16 23:54:14.000000','596022027480375'),('10216557251831993',1,'From the time I walked in, until the time I left, this place catered to evey need and even ones you didnt know you needed. Awesome staff, great physician. I highly recommend this place for all your emergency needs.','2020-01-23 15:57:28.000000','235046800697531'),('10216581526425528',1,'Excellent customer service!','2019-08-04 20:00:41.000000','326347177710316'),('10216596930543270',1,'Great place! Taylor was very helpful, And so was Jerry and Dr.David.','2017-01-25 04:19:25.000000','326347177710316'),('10216596966902224',1,'Very kind staff and very efficient. I was greeted and check in by Linda. Karen was my nurse who filled out paperwork for me. Sara took x-rays and was super nice. Dr.Curtis was in within a hour and listen to my concerns. The environment was very nice and extremely clean. Very nice place and quick service. Which is a plus when you don’t feel well and don’t really want to go to the doctor in the first place. I would definitely recommend in an emergency or non emergency situation.','2019-12-26 01:42:43.000000','235046800697531'),('10216599012720215',1,'Yesterday I went to Signature Care for the first time arriving at 12:30 pm. I went there thinking I would go in and get two shots and two prescriptions and be out within the hour. \nMy first impression was the facility was immaculately clean. Within five minutes of me completing my paperwork, I was in an evaluation room. The staff began working with me immediately. Dr. Das was very attentive, thorough, and tested, X-rayed and did a scan to find the cause of my illness. I suffer from asthma and COPD. After the scan it was discovered I had pneumonia. \n\nBecky and Brenna worked with me tireless. They both had nursing angel wings yesterday. Very available and always very kind\n\nI spent 10 1/2 hours in this facility. My room was a very nice hospital room with a very nice private bathroom. They wanted me to spend the night but after I took my final breathing treatment, I convinced them I would be more comfortable at home. \n\nWill I use Signature Care again — absolutely \nDo I recommend Signature Care to my family and friends — absolutely\nThis has to be the cleanest medical facility I have seen in Paris.','2020-09-26 15:35:49.000000','299216637560955'),('10216610131760155',1,'We had such a great experience here. The staff were professional, friendly, and very efficient. Awesome care!','2019-07-05 17:08:24.000000','235046800697531'),('10216618275316523',1,'Very Friendly and quick to meet my medical needs. My nurse was Blake, he was very friendly. It was a tad bit hot though when I went to get my CT scan. Overall, great experience.','2019-03-09 12:50:58.000000','1648645701907657'),('10216621667515214',1,'They were on top of everything as soon as I walked in. Great service. Rick and Thuy An were very helpful and explained all very well. I would highly recommend this ER','2020-05-13 15:17:10.000000','167959367441528'),('10216629867369509',1,'No long waiting to be seen by nurses and doctors.','2020-02-15 07:17:58.000000','235046800697531'),('10216653247617357',1,'We brought our 6 yr old here on July 4th and I can’t say enough good things about them. Lizzie at the front desk is the absolute sweetest and so very knowledgeable. She was seen by Dr. Nylund who is amazing, Dawn & Norma are exceptional as well and the experience was unbelievable! They make you feel so comfortable and at ease. We will definitely use them in the future when needed. They are open 24-7 (including the holidays which is a HUGE plus). We were blessed to find this place, if you have an emergency do not hesitate to come see these amazing ppl ā¤ļø','2019-07-04 16:43:08.000000','1608991329419166'),('10216663233835312',1,'I was treated very well. Was seen quickly and didn\'t have to over wait to know what\'s wrong and be treated for what I was going trough. I was happy to get the right help I needed.','2017-05-31 18:23:03.000000','1698192877146046'),('10216668260712531',1,'Everyone was super friendly and helpful! Best ER care I\'ve ever experienced! Very compassionate about the reason for my visit.','2019-11-04 16:46:30.000000','251751275488925'),('10216673386531933',1,'Every medical professional at this location is friendly and cares about the comfort of the patient! I have been to the Memorial City location twice with my daughter and both times have been great experiences. Thank you for your amazing ā€œbedside manner.ā€','2018-05-06 23:38:14.000000','1765121397101399'),('10216674396746927',1,'My visit was great and everyone was so kind. Thank you Quintessa, Amy, Thai, Yolanda and Dr. Zajac. 😊','2019-06-27 14:55:53.000000','251751275488925'),('10216681735426484',1,'love this facility. The rooms are nice and the staff is awesome! Dr.Townesend and nurse Shellie took such good care of me and I got to feeling better pretty fast. I am glad I came and would recommend this center to anyone.','2020-11-05 16:48:37.000000','1698192877146046'),('10216685456870927',1,'I have been here Twice now and have always been treated kindly and compassionately. Very nice staff who seem concerned about you and what you need. Highly recommend using them when you are in need of medical assistance.','2020-02-08 20:29:58.000000','251751275488925'),('10216701423438783',1,'Professional, courteous and genuinely concerned. Felt like I was the only patient there.','2018-05-14 22:51:48.000000','544778295636544'),('10216720483304473',1,'Very helpful doctors in this crazy time. I was able to schedule a same day appointment.','2020-07-21 04:37:10.000000','104213804456471'),('10216744379868731',1,'They are wonderful! Friendly and faster than the regular ER and wonderful for first responders and their family!','2020-02-28 13:47:21.000000','235046800697531'),('10216777455883331',1,'Jennifer D., Erica and Ashley K. were very friendly and knowledgeable the facility was clean and well kept. Were With no wait time I would definitely use signature again and recommend it to others.','2019-05-04 19:35:23.000000','299216637560955'),('10216796820984066',1,'Very good care. Very attentive. On the ball. Thank all. Feeling tons better. Dr Patel. Tammi. And Norma.','2020-02-23 17:48:52.000000','461782867645453'),('10216797299266523',1,'Dr Gilbratis was so kind... the only doctor that could be any nicer them my PCP!\nHe listened too my concerns, smiley the entire time and I was in and out in an hour, that included labs and a cat scan!!!!\n\nMy nurse Jessica was great and the front desk agent even went and found the remote for my father in law so he could watch Meet the Press in the waiting room.','2020-03-16 08:09:01.000000','1765121397101399'),('10216809073169517',1,'We love it!... Thanks for your service...','2018-09-02 23:56:19.000000','544778295636544'),('10216812433277020',1,'They took great care of my son... Staff was excellent will definitely come back instead of ER','2019-03-19 12:27:42.000000','251751275488925'),('10216834206392956',1,'Very friendly and fast service. The staff knows what they\'re doing, and they constantly asked how I was doing or what I needed. \nI highly suggest them if you need an ER','2017-01-21 07:28:43.000000','1608991329419166'),('10216841355328595',1,'Great place to take care of all of your emergency needs. High Tech equipment. Easy payments. Great friendly staff from the first phone call to my exit. The Receptionist, Jocelyn was very welcoming and polite. Dr O’Malley has great bed side manners and very entertaining. My nurses, Jose and Alvean, were a tag team sensation. Marcus and Jordan were extremely polite and upbeat. Highly recommend.','2020-03-02 21:54:47.000000','167959367441528'),('10216887941131104',1,'The prompt care, professionalism and attention to detail by both Christopher C (RN) and Dr. Healey were PHENOMENAL! The moment my son and I walked in we were promptly greeted, admitted and assessment for treatment was started. Thank you both for the TERRIFIC WORK!','2020-11-08 04:08:50.000000','1609539722669429'),('10216905380258955',1,'Everyone is so friendly at this location. This is my second time receiving care from an RN named April. It’s extremely comforting knowing that your being taken care of by people who genuinely care!','2020-10-24 13:25:20.000000','104213804456471'),('10216907895866072',1,'Super friendly and offer rapid covid testing, a bit of a wait but amazing staff. Shaunda, earl and Christina are great!','2020-06-12 17:45:28.000000','1698192877146046'),('10216911055351811',1,'We had a wonderful experience from the minute we hit the door. Ashley Burton made the check in so easy she was very polite and courteous. Ashley K got us situated in the room and made it very comfortable and offered her patient a warm hot blanket.. Erica and her fellow nurse man was absolutely wonderful and very professional. They assessed her and got the ball rolling quickly. I haven’t encountered a Dr. like Dr.Simmons in a while she was on it from the time she entered the room. Very good bedside manners and not afraid to interact ,touch or help with her patient. She was a breath of fresh air. She got the test and orders going quickly. The janitorial lady was very helpful and nice and showed us where the snacks and drinks were. I thank everyone from the bottom of my heart for being so sweet understanding and patient. This is the place to take your loved one if they are sick. They will get you in and treated in no time. BEST ER EXPERIENCE IVE HAD IN A WHILE','2020-01-25 19:00:09.000000','299216637560955'),('10216918872188896',1,'I highly recommend this place. I know and met with Lauren Mollard and was happy to know the great multitude of services they provide for their patients!','2018-08-13 23:00:54.000000','1698192877146046'),('10216923467308863',1,'Shout out to a great ER facility.\nMy team today gave the best care. Thank you!\nRaven, Dr. Wren, Nichole, Staci...','2018-07-15 16:55:15.000000','1787364321589026'),('10216927231916524',1,'This place was great! We were called back before we could finish the paperwork, which was amazing. Our nurse Sarah did a very fast and painless IV stick on the first try - which something that is always hard to do with thin veins. The whole staff was super attentive and friendly. Thanks to Fatima for making our first CT scan not so scary. And Tanishia at the registration is very welcoming.','2020-02-07 05:06:39.000000','461782867645453'),('10216931775836298',1,'I love the service here it is fast and quick and they are very friendly. Alyssa and Kelsey are very kind front desk ppl that ensured great customer service and made our visit here pleasant. They always have snacks and drinks for the guest and the wait time to see the Dr. is always very quick','2020-07-04 20:44:16.000000','1787364321589026'),('10216939929662746',1,'Dr. Soli, Amy, Regina, and Miguel took great care of me!','2019-10-05 20:24:01.000000','1609539722669429'),('10216943836178907',1,'I’ve been to a lot of urgent cares. Dr. Miller, Dalal and the team were fantastic. Very communicative and light-hearted. It was a very comfortable experience. Vincent and Gina were great too.','2020-09-24 13:18:00.000000','1609539722669429'),('10216945816828967',1,'Teresa and Dr. Chuawama went beyond my expectations. When my heart rate would not go down,, Dr Chuawama was not content to just look at blood work and chest x-rays . He ordered a CT scan which revealed a blood clot in my left lung. Lots of blood thinners were administered and a happy er was the result. Thanks also to Dr. Ali who imparted his wisdom to the situation. Love to the best er ever !!!','2020-12-04 23:03:24.000000','1608991329419166'),('10216948073479108',1,'Kimberly, Jacob and Nicholas were an amazing help to my husband today. Great quick service handled professionally and with a smile!','2017-03-14 14:24:18.000000','326347177710316'),('10216956306374341',1,'My Niece was treated by Dr Ding, our nurse was Joseph and Amy was at the front desk...We had an Awesome experience from the moment we walked in the door!... We were seen promptly and walked out very satisfied!!..I have told many people about this location, and about how professional everyone is, every time we’ve been here!','2019-04-27 21:49:31.000000','1609539722669429'),('10216980178571138',1,'Our services were great! Keera the receptionist was exceptional as well. Thank you !','2019-07-18 13:59:08.000000','1765121397101399'),('10216982925940098',1,'My brother, Derek Toliver received great care. Staff at the Signature Care ER Copperfield location, Dr Mauldin, Nurse Sarah, and registration station, Ms Tanishia W are first class!','2019-11-01 03:43:05.000000','544778295636544'),('10216982938020400',1,'My brother, Derek Toliver received great care. Staff at the Signature Care ER Copperfield location, Dr Mauldin, Nurse Sarah, and registration station, Ms Tanishia W are first class!','2019-11-01 03:44:57.000000','461782867645453'),('10216993387177575',1,'They were quick and very nice. Meredith and Luisa were very helpful and made me feel really comfortable.','2020-11-27 15:18:45.000000','167959367441528'),('10216993569251917',1,'Awesome, caring & Amy, Mina and Dr. Lim and Brian & environment. 3rd time visiting this location, can always count on for getting assistance from an emergency to quick covid testing. Smooth & safe process all the way thru... Definitely recommend!','2020-08-03 13:48:00.000000','1608991329419166'),('10217003413252371',1,'This place is awesome! Payton broke his hand, and he was in and out in record time. Super friendly staff, too!\nKudos to Jolynn, Kim O, Lisa V, Cory, Allison, and Dr. Anders!!','2019-09-27 04:18:07.000000','596022027480375'),('10217004858183064',1,'Excellent prompt care! Everyone was professional and friendly. I was well taken care of.','2018-02-18 20:21:06.000000','544778295636544'),('10217010612953751',1,'The staff was amazing working w/my mother!!! Randi, Keira, Senaida and Dr Thomas went above and beyond!','2020-08-05 06:38:51.000000','237100240304186'),('10217018567878135',1,'The office staff and nurses here were amazing and Dr Haynes was through and explained everything with great bedside manner. Would recommend. There was no wait to be seen.','2020-05-23 19:29:08.000000','104213804456471'),('10217021532240510',1,'This place really is great. Hardly any waiting, no extensive paperwork, easy to deal with and they have a lab on-site. My family will go here for our medical needs.','2015-10-05 19:09:27.000000','544778295636544'),('10217027928239769',1,'The front desk were great Vanessa & Nicole!! Very good help','2020-10-21 01:42:58.000000','1608991329419166'),('10217031824770306',1,'It was quick and painless!','2020-02-25 01:30:21.000000','237100240304186'),('10217035004578874',1,'Great service! 1st time here and will definitely choose this again if ever needed.','2020-08-06 05:59:53.000000','105589317817643'),('10217035205892399',1,'Best ER experience ever! Check in was quick, less than 5 minutes and serviceand staff were great. \n\nHands down the cleanest, friendliest, and best ER experience I\'ve ever had.\n\nThanks Alvean and Patricia!!!\n\nļæ¼','2020-02-09 16:57:05.000000','167959367441528'),('10217037200458163',0,'My experience with you was horrible, wait 6 hours to get tested and I told the receptionist that I felt bad and they didn’t nothing. VERY BAD SERVICE.','2020-07-07 14:17:45.000000','544778295636544'),('10217037319227710',1,'Everybody was so kind. They got to me right away and once in a room. They offer me a blanket. Which I thought was such a nice gesture. But I have to admit. I’m feeling 100% better. Thank you.','2017-11-22 02:38:17.000000','1765121397101399'),('10217043395662552',1,'Highly recommended! Everyone was very helpful!','2020-03-08 04:34:00.000000','1648645701907657'),('10217046004756231',1,'Kim is the best! She was awesome!','2019-09-01 00:34:45.000000','596022027480375'),('10217047312728107',1,'Great experience. Great care. Jennifer, John, & Ashley were all very helpful another positive experience. Highly recommended!!','2019-06-29 18:51:01.000000','299216637560955'),('10217048921030472',1,'Comprehensive and Kind... a great experience','2020-03-21 03:10:03.000000','461782867645453'),('10217055716657130',1,'I just want to say that my experience was amazing. \nMy doctor made sure to do everything he needed to To get to the bottom. My nurses name was Kat so sorry I feel so comfortable. She was very cherry my mom was really cold and brought her a blanket. Joshua he was very nice boy x-rays of my CAT scan to make sure and let me know what was going to happen. Melissa is at the front super nice just seem really genuine she spoke English and Spanish. I will for sure be coming back because it was a lot easier than actually going to be emergency room and they are super super Henri you don’t feel like they’re going to take forever I got it and I got out few hours. Also my biggest David can you go to the doctor or you want to feel like they’re taking care of you and that’s how I felt so to me that’s very important my hope is very important to me and they did everything they needed to do.','2019-06-14 12:02:59.000000','167959367441528'),('10217056783511343',1,'My experience with the Heights Center was great. From the front desk to the back office it was a smooth transition. The team made me felt comfortable and at ease in my time of need.\nSamantha, Brandon, Juan, Bryan, Joann, and Dr.Singla excellent customer service.','2020-03-09 12:00:30.000000','1609539722669429'),('10217069778766827',1,'Came in to get stitches for a cut I got while cleaning a deer, then came back to get the stitches out. Jennifer, John, and Dr. Curtis were friendly and accommodating. they got me in and out quickly and I understood everything perfectly. couldn\'t have asked for a better experience!','2018-11-22 02:45:24.000000','299216637560955'),('10217084707494032',1,'Hayleigh and the team at this facility were super sweet to me andsensitive to my issues. I was treated properly and will come back if need be😊','2018-09-10 01:45:08.000000','1608991329419166'),('10217095746120260',1,'Very fast and friendly service.','2019-06-13 05:35:25.000000','596022027480375'),('10217117228463805',1,'Great fast friendly staff... Jacque v.... she knows how to get the paperwork done quick.... great job!!!!','2020-03-15 05:26:22.000000','237100240304186'),('10217122531324364',1,'The staff was so professional and attentive. I had been trying to find a Rapid testing place for 2 days in the area for Covid-19. Because I\'m over 65 I did not have to make an appointment. I tested negative but because I complained of chest pains they kept me overnight to monitor me.. The staff was own their toes and ran several tests before releasing me. I highly recommend Signature which is open 24/7. I give them a five ā­ā­ā­ā­ā­šŸ‘šŸ˜','2020-07-12 00:23:24.000000','104213804456471'),('10217150833655740',1,'I had a great experience at Signature Care. Everyone was so welcoming. Upon entrance Ms. Brenda R was extremely nice and provided awesome customer service. I would highly recommend this location to anyone!','2019-05-25 20:40:28.000000','1608991329419166'),('10217153768709616',1,'Great experience! Sita, Kim, Allison, and Dr. Thomas were all so kind!','2019-09-17 03:44:24.000000','596022027480375'),('10217182701831481',1,'Literally in and out in less than 20 minutes and more than kind staff!!! Definitely recommend and will be utilizing them for all my emergency needs','2020-10-12 06:23:38.000000','251751275488925'),('10217184944007874',1,'This place is AMAZING!!! My daughter has severe anxiety and everyone here was awesome. Jaime and Teresa explained everything so well and walked her through the procedure step by step. Dr. Hasegawa and Dr. Scribner both agreed on the care and what was best for her treatment plan. I adore them all!!!!! Thank you so very much, for caring about my daughter and her health!!!','2020-12-12 01:04:39.000000','251751275488925'),('10217207969926133',1,'Excellent Care and fast reception, I was seen by Dr Patel, who explained everything about my CT scan and from the nurse to the Radiology, they took great care of me, when I was in so much pain!','2019-10-25 02:18:25.000000','251751275488925'),('10217208604078983',1,'Adrianna is so amazing thanks for taking care of me! Wonderful staff! Prompt and caring.','2019-06-16 20:29:38.000000','237100240304186'),('10217210313948751',1,'Fast, caring service. Would use them again.','2018-08-15 12:35:26.000000','1765121397101399'),('10217237557440885',1,'Efficiently run, no wait and no crowds. The doctor was very approachable and knowledgeable. Nurse Gina and Rebecca were so kind and experienced! They put me right at ease.','2020-10-07 14:27:07.000000','1609539722669429'),('10217239454794637',1,'Team is absolutely amazing. Sweet, caring and bedside manner is 100%. Doctor Omalley truly gave tips to help keep you healthy and on track. Jessica made testing a comfortable as it could be.','2020-10-25 02:27:54.000000','167959367441528'),('10217249555585411',1,'Dr. Smith, Kat, Laura, and Luisa made this a great experience! Never something I thought I’d say about an emergency room. Wait was no time at all, staff was friendly and informative, and they did a great job.','2019-05-25 01:01:30.000000','167959367441528'),('10217260029308288',1,'They were clean, thorough, and expedient. I left with peace.','2020-05-21 20:37:42.000000','104213804456471'),('10217290943450730',1,'Excellent experience. Cynthia was the first to greet us. The nurses and doctor were very professional and kind. I thank God he led my husband and I here.','2017-05-25 11:38:37.000000','1765121397101399'),('10217292332721671',0,'Dr. Jaber was the most unpleasant, dismissive, and arrogant doctor I have ever encountered. If you think your life is in danger, please proceed to the nearest elementary school nurse’s office for better quality care.','2018-09-17 00:55:03.000000','544778295636544'),('10217292369762597',0,'Dr. Jaber was the most unpleasant, dismissive, and arrogant doctor I have ever encountered. If you think your life is in danger, please proceed to the nearest elementary school nurse\'s office for better quality care.','2018-09-17 01:01:09.000000','326347177710316'),('10217295236440651',1,'Super thankful for all of the girls at SignatureCare this morning! Christie, Andrea, Kelsie, & Morgan! They were all so sweet and quick to get all of the paperwork and tests done. Thanks so much! 😘','2020-12-18 15:59:45.000000','235046800697531'),('10217297039400135',1,'Ashley B & the rest of the team was so wonderful & helpful assisting my mother thanks ā¤ļø','2018-11-29 23:52:17.000000','299216637560955'),('10217327087958396',1,'Teresa M. was awesome thank u very much','2020-07-16 15:39:54.000000','237100240304186'),('10217348483491761',1,'excellent service and wonderful staff would definitely recommend to anyone who needs to be seen','2020-06-03 05:02:15.000000','251751275488925'),('10217358042280802',1,'The receptionist Dee was great check me right on in and got my baby boy check in and check out','2018-11-05 20:26:32.000000','1608991329419166'),('10217365134949904',1,'Best staff and Physicians ever! You’ll be glad you chose SignatureCare!','2018-12-06 03:54:43.000000','299216637560955'),('10217375776887275',1,'The staff here was amazing! They got me in so fast! I had a great team taking care of me! I just want to personally thank Alvean, Marcus, Thuy An, and Amy! Y’all are the absolute best! Thanks for the professionalism and just being so great!','2020-03-22 16:41:30.000000','167959367441528'),('10217377158045405',1,'They really do take amazing care of you here! Brenda and Norma are saints!','2018-08-15 00:32:10.000000','1787364321589026'),('10217380688642395',1,'Everyone here is completely amazing. Super informative and very helpful. Chris was my nurse here and he made me so comfortable.','2020-02-07 21:05:16.000000','1609539722669429'),('10217401820892466',1,'Awesome Service! I came in after having a sore throat. The staff is so friendly and attentive, I was taken to a room, with a warm blanket. My nurse Christina and Dr. Elbecker were amazing and took good care of me. Unfortunately, I tested positive for the flu. But I got medication and was in and out in less than an hour. I highly recommend this place!','2019-12-11 17:00:12.000000','1698192877146046'),('10217406969556075',1,'This is my second time visiting Signature emergency room and I love it! They get you in and out. Special S/O to Jordan and LindsayJ for the best service you guys rock!','2020-11-04 16:26:48.000000','167959367441528'),('10217417199647906',1,'Awesome staff! Thank you Jocelyn, Alvean, Marcus, Jordan, and Dr. Dang! You all were very friendly and helpful. Great service.','2020-03-16 12:50:59.000000','167959367441528'),('10217448362627153',1,'Outstanding care. Appreciated all their professionalism and compassion. So thankful they were there for us. Loved all the doctors, nurses and all their staff. Amazing how they were able to take care of all our needs from the small and convenient location.','2018-11-04 01:30:18.000000','1765121397101399'),('10217449838380998',1,'Sita, Candi, Vanessa, David, and Dr Patel were fantastic. Walk in feeling like death. Walked out feeling human again. They are my heroes.','2020-04-21 07:23:56.000000','596022027480375'),('10217451513817927',1,'This place was so good tonight w my daughters tooth pain and infection! From the front desk, Jennifer, to the doctor and nurse Billy was exceptional! Nothing hurts worse than seeing your child in pain! They took her concerns very seriously and explained everything thoroughly!!','2018-11-24 03:23:19.000000','299216637560955'),('10217461791246950',1,'Super short wait time, great staff, Keyshawna, Cecilia, Miguel, Gina, Christine, Sunny, Dustin, and Dr. Singla were very accommodating','2020-10-29 18:23:14.000000','1609539722669429'),('10217463799803411',1,'Dr. Sylvester and staff was great.','2019-04-07 20:44:28.000000','1787364321589026'),('10217502547657408',1,'Excellent service. Everyone was helpful. My visit was quick and easy.','2020-09-09 22:50:59.000000','1648645701907657'),('10217506894894651',1,'I had to drive around a little bit tonight looking for a place that would take my insurance; I am glad I ended up here. The staff were happy and friendly; Josh and Amber treated me like an old friend they had known for years! The building is spacious, clean and comfortable. I especially liked the art work in my room and the swivel chairs in the lobby! (I guess I never grew out of enjoying ā€œfunā€ chairs). I was dreading being seen tonight, but my experience was way better than I expected; highly recommend.','2021-01-14 02:04:55.000000','235046800697531'),('10217535990332279',1,'They handled my covid test very safely and professional.','2020-07-08 14:33:16.000000','1787364321589026'),('10217549169660807',0,'They started out great. However the nurse girl came in my room 2x without her mask on. In this time that is not how you keep people safe! Very upsetting. I also didn\'t get any answers really and they didn\'t fully explain what my issue could have been, just to follow up with my heart doctor. So now for the next 14 days I will even more upset and paranoid that I was exposed to Covid-19 for no reason and since she took care of me 2x without a mask...I guess you\'ll all know where I get it if I do. They were all nice though and got to me asap. Only good thing.','2020-05-03 21:40:18.000000','596022027480375'),('10217549645077368',1,'Just had a COVIF test due to exposure. The staff was so helpful and nice. Doctor was very patient with me as well! \nThanks Stephanie R, Karen, Yasmina, Rolando and Dr. Ybarra','2020-11-20 16:47:47.000000','1648645701907657'),('10217552401553085',1,'Seen at Signature today and was cared for Erica K. Great and timely service.. thanks you','2021-01-07 22:27:49.000000','251751275488925'),('10217577207054039',1,'was just here not too long ago and the COVID test was super quick easy! The staff was super friendly, Clay & Christina R were the ones that took care of me and made me feel super comfortable there! Highly recommend coming for any type of emergencies!','2020-11-07 23:18:11.000000','1698192877146046'),('10217585522044490',1,'Came to signature care and was seen right away, the staff was super friendly and knowledgeable. They answered all my questions and ensured i was taken care in a timely manner. Will definitely recommend this place! Thanks.','2019-10-24 00:40:09.000000','251751275488925'),('10217586033988479',1,'This was the BEST URGENT CARE!!! I came in really I\'ll and had no idea why. I felt like they took their time with me. EVEN THOUGH they were kinda busy I felt like the only one there. They finally figured put what was wrong they took they\'re time explaining what it was and how to treat it. The issue I had could of killed me and I truly believe they saved my life. I will recommend them to everyone I know!! THANK U TO ALL THE STAFF THAT WORKS THERE, U R ALL ANGELS!!!','2018-06-05 17:25:14.000000','1609539722669429'),('10217587168856439',1,'Fast and friendly service! Thank you all for your excellent customer service!','2020-09-26 00:32:12.000000','235046800697531'),('10217587536824591',1,'These folks were fantastic. Very professional. No wait. Hope to not need them again but they were great.','2018-09-11 17:28:39.000000','1787364321589026'),('10217618588409386',1,'I truly appreciated my visit here. The staff were nice and helpful! Dr. Faig helped me understand why I was sick! Amy she took me straight back to the room and was very sweet and helped me within a timely manner. Irving helped me as well! They all got me in and out! Thanks again SignatureCare!','2019-09-13 01:22:45.000000','829264323932850'),('10217632597423060',1,'Quick service with excellent staff, Kevin was great!','2020-10-06 17:07:58.000000','104213804456471'),('10217634191753546',1,'I have had to bring my husband in 3 time in past month for severe pain. I bring him here instead of hospital emergency room as they immediately treat him and give him pain medication within minutes of arrival for his pain. We are so grateful for this service as hospital emergency room normally takes 3 hours or more to receive Anu treatment \nEveryone here at the heights signature care emergency center are very excellent and take care of you with kindness and empathy.','2018-09-30 01:14:20.000000','544778295636544'),('10217658126669477',1,'amazing service, very caring, Jessica was amazing','2018-10-27 03:27:26.000000','1787364321589026'),('10217670689389972',1,'Was seen quickly, questions and/or concerns answered, everyone was polite and friendly and made the visit much easier to deal with under the circumstances.','2020-07-31 03:42:07.000000','829264323932850'),('10217672625353384',1,'I was traveling on business and had a pain in the middle of the night. Went in to the Stafford location. Got fantastic care there. Turned out to be a pretty bad episode of diverticulitis. It was a good thing I didn\'t leave town as planned. \n\nEveryone at the facility took very good care of me. Doctors were super thorough and kept me over night on IV antibiotics before releasing me. I have to make sure I mention that Nurse Nichole kept making sure that I knew she was always at the ready with a warm blanket, should I need it. After many times of me saying I was fine, she brought it anyway. I have to admit, it was kind of nice!\n\nIf you have a medical emergency, and are near this facility, this is absolutely the place to go!','2018-11-13 22:20:16.000000','1787364321589026'),('10217682109190058',1,'I appreciate that they have someone outside checking you in..especially during these times. Jocelyn welcome us and checked us in quickly. within minutes we were in the back. Alvean and Meredith took care of my daughter with kindness and patience. I would highly recommend that if you you need to go to a urgent care...this is the place to go. They even gave my little girl a teddy bear to calm her fears.','2020-03-18 19:48:37.000000','167959367441528'),('10217688566393357',1,'Unfortunately I had to go to the ER! But I’m so fortunate to have gone to signatureCare! Not even 10mins in, and I was so impressed with the level of care! I had to double check if Tricare coved. They listened to me and took action. Everyone is so nice.','2020-10-04 22:29:17.000000','251751275488925'),('10217700784461877',1,'everyone was super nice and professional','2020-11-02 14:42:01.000000','104213804456471'),('10217701100611525',1,'Place is great! Easy going employees! Great service! Took care of my kid and me, with hardly any wait time!','2020-01-04 20:15:41.000000','299216637560955'),('10217710325768916',1,'Great staff, nurses and doctors. Came in with excruciating kidney stone pain and took care of me right away. Even got a check up call to see how I’m doing. Highly recommended much better than going to Hospital ER.','2018-11-17 16:40:51.000000','829264323932850'),('10217713425360981',1,'Edit: just came back for my sutures and Dr. Zhen had made it a very easy and quick procedure, the nurses Fahme and Daniel were very caring and helpful, lastly Tanisha was the best ever, she\'s very informative and fun to conversate with .','2019-11-30 09:44:27.000000','544778295636544'),('10217736395294093',1,'I had to take my little one on Saturday. Everyone was great. We were in and out quick. Luke, Kim,and Dr Yost were great. Totally recommend SignatureCare.','2019-10-28 23:26:33.000000','235046800697531'),('10217738362304346',1,'Great experience, all the staff was wonderful! Highly recommend for all your health care needs! DR. Henderson, Mollie RN, and Sergio Reg, Erica Rx!','2019-10-23 03:30:51.000000','235046800697531'),('10217748691003662',1,'Great staff!! We will be back!','2020-01-03 13:28:47.000000','829264323932850'),('10217752736677640',1,'I walked and Cindy the receptionist was very nice. Dr. Levaitt was great and super down to earth. I really love the attention and friendly nurses. highly recommend this place','2019-06-07 03:05:58.000000','544778295636544'),('10217758911779974',1,'Lindsey and Chelsey were extremely caring and helpful! I had no issue getting to the room and they asked me all the right questions and provided me with snacks and a heated blanket. They continuously checked in on me to make sure I was taken care of. I highly recommend this location and these two women if you can!','2020-11-07 20:19:40.000000','1698192877146046'),('10217765892159234',0,'We tried calling to get pricing since they don’t post any details of pricing. Had a 70 minute wait. 3 hours later we were the next caller and they disconnect the call. Most unprofessional business. I would not recommend going to this facility at all. If they can’t answer a call within 3 hours and then hang up good luck getting what you need. The calls are to get information that is intentionally left off their website of information.','2020-06-26 05:30:28.000000','104213804456471'),('10217781613878851',1,'This is a fantastic facility, clean and bright. But the staff are the best. Fast, friendly and very caring.','2018-09-01 17:31:49.000000','1787364321589026'),('10217785478004645',1,'Seriously the BEST ALL AROUND','2020-07-01 19:41:43.000000','1787364321589026'),('10217788324193405',1,'I just came back for my sutures and Dr. Zhen had made it a very easy and quick procedure, the nurses Fahme and Daniel were very caring and helpful, lastly Tanisha was the best ever, she\'s very informative and fun to conversate with .','2019-12-09 01:59:17.000000','461782867645453'),('10217795988281804',1,'I have been here twice and both times the staff was extremely friendly and helped me in a timely manner. Would definitely recommend for all services. Special thanks to Kim and Megan for getting me in quickly.','2020-12-16 15:09:41.000000','235046800697531'),('10217797081905018',1,'excelente servicio y atencion','2020-07-25 23:47:32.000000','105589317817643'),('10217812350195589',1,'Very professional Tanisha and Erica','2020-10-14 01:56:19.000000','461782867645453'),('10217842791411110',1,'Very pleased with my visit at signature care! Jennifer D was very great at the front desk as well as all of the ladies who helped diagnose and treat my problem! Very Clean and very nice facility! Will recommend to friends and family!!','2019-01-03 16:19:36.000000','299216637560955'),('10217858298122894',1,'Always Service! Seen very quickly! Very understanding & thorough in explaining illness, injury, & procedures.','2019-08-28 17:55:05.000000','1609539722669429'),('10217893426241715',1,'Excellent staff! All the way from the front desk to all the nurses and doctors.Dr. Jolly was great! Very informative and great bed side manner. Nurses Gina and Regina took great care of my Dad. All the techs who performed the Echo gram, X-rays and CT Scan along with John , Natalie and the night crew are all awesome! Everyone had great and positive attitudes. Very helpful as well. I would highly recommend them to anyone who has any medical issue. beautiful clean place inside and out. Thank you guys for my experience!','2019-12-11 23:34:58.000000','1609539722669429'),('10217928530657966',1,'the staff were very helpful and great to work with. They sure helped calm this scared momma down!','2019-09-14 10:25:13.000000','235046800697531'),('10217940267809573',1,'Wonderful experience. Valory, Enrique, Julia and Jesse were very friendly and attentive to my concerns. Dr. Oke was thorough and took time to communicate follow up instructions. A family member recommended me and I would recommend others.','2020-12-26 23:17:13.000000','544778295636544'),('10217944712583417',1,'Recently took my grandson in for bronchitis. They were wonderful!! Everyone was so caring and really took care of him. We were in and out of there in an hour (maybe hour and half). I also went myself for the free flu shot they’re doing for the community(until they run out) and all you have to do is show you ID. Very good experience both times!!','2019-11-14 16:01:43.000000','235046800697531'),('10217945186768963',1,'Great, fast and friendly service 😁','2019-03-15 04:08:51.000000','1787364321589026'),('10217955662274599',1,'The staff was great and I will definitely tell family and friends','2019-10-21 03:16:38.000000','1787364321589026'),('10217961117158003',1,'This visit was amazing, this is my second time coming here. Patricia was welcoming and very knowledgeable. I would definitely recommend this location.','2020-02-17 23:15:18.000000','167959367441528'),('10217964474641146',1,'I was in and out within an hour. Staff was extremely friendly and understanding. Definitely will go back if needed!','2019-08-20 18:14:50.000000','237100240304186'),('10217986657956230',1,'My mom came into Signature Care bellaire ER and received outstanding care. Dr. Ybarra came and literally sat and talked with her about her care and next steps. From the moment she walked in with Stephanie in registration, Rollie the nurse and Natalia the rad tech she felt so welcomed and cared for. Thank You signature Care!','2020-01-15 05:30:00.000000','1648645701907657'),('10218001570723887',1,'There is not enough good to be said for Signature. Absolutely wonderful care, very thorough, wonderful facility, and wonderful staff.','2020-01-06 03:44:20.000000','235046800697531'),('10218005224055282',1,'RN Tony/ ER Tech Brittany/ Dr. R Nguyen/ Rad Tech Ryan have been an amazing team. Pleasant and quick visit.','2020-03-08 20:19:13.000000','1765121397101399'),('10218014807097718',1,'Audrey, Ramon, Allison, Leah and Dr Huerta were awesome! We got in so quickly ā¤ļø','2020-12-21 19:49:25.000000','596022027480375'),('10218021897039869',1,'Very nice and professional staff. I had bad dogs, but the staff put me at ease. The nurses claened up everything. The doctor took care of and explained everything he did, and explained every process that I will have to do to get 100% better. Again quick, easy, and overall great experience during a bad situation!','2019-02-11 02:17:34.000000','326347177710316'),('10218037515424253',1,'Visited for a free community CPR class. Staff was friendly and knowledgeable.','2020-01-24 01:39:13.000000','1608991329419166'),('10218042514126502',0,'My three year old had to use the restroom and I was in the car getting the baby out to go in. My daughter took her in the facility and they refused to let her use the restroom, before even asking if they were seeking treatment and the fact that we always come here and refer everyone we know. To all locations. I’m never coming here again. Neighbors just got my business','2019-11-16 18:52:02.000000','1648645701907657'),('10218053429672001',0,'Here for 17 hours after being sick all weekend. would not see us. do not come here if you are sick.','2020-06-30 05:18:23.000000','1608991329419166'),('10218068202928496',1,'Great visit and best nurses, Katy,mollie,Jennifer dr. HendersonšŸ‘šŸ‘šŸ‘ fast, clean, polite, and knowledgeable. Will recommend to anyone!','2020-12-11 22:03:52.000000','235046800697531'),('10218083140929330',1,'My experience there was great! Everyone was kind and very efficient! Cody handle the Covid testing very professionally.','2020-10-20 17:45:17.000000','105589317817643'),('10218087470392732',1,'It was good fast pace care.','2020-02-16 18:11:29.000000','829264323932850'),('10218107433551815',1,'I had an unfortunate medical misadventure, of all days, on Thanksgiving morning. I visited SignatureCare Emergency Center in South Austin and had the pleasure to be seen by Dr. Steven Elsbecker. I was very impressed with everyone on the care team, from the receptionist, the med tech, the nurse, of course Dr. Elsbecker, and the facility. I would highly recommend this medical facility to anyone needing medical care. Both my wife and I left highly impressed and very satisfied with the entire experience. Well done!!','2019-12-06 19:48:10.000000','1698192877146046'),('10218112309949869',1,'Absolute wonderful experience!!!!!','2021-01-24 04:30:13.000000','251751275488925'),('10218116106923607',1,'The service was excellent and it\'s a very nice and pleasant environment also. I always encourage all of my friends and coworkers to come here for any services Jennifer D., John Bell and Matt','2019-01-27 21:15:31.000000','299216637560955'),('10218124375411484',1,'Came here post exposure. Fast in and out with not a lot of paperwork','2020-11-09 18:57:51.000000','544778295636544'),('10218126316969728',1,'Wanted to send a huge THANK YOU to Dr. Yusuf and his staff for giving our Browning Troop an impromptu tour today of the ER. The entire staff was so friendly and great with our girls and spent over an hour walking them through each room and showing them all about the kinds of equipment and tools they use every day. An exceptional experience. \nImmaculately clean and very well organized facility.','2018-11-10 20:04:40.000000','1608991329419166'),('10218162294861495',1,'Thank you for the excellent care! I did not have to wait, which was so nice. I was in and out within two hours. Super convenient!','2019-09-29 22:03:11.000000','1609539722669429'),('10218162529479471',1,'5 stars across the board. They went above and beyond for my 8 year olds covid and strep test. Extremely friendly and professional staff','2020-08-29 14:32:19.000000','1787364321589026'),('10218163040101027',1,'Good experience and good treatment and great stuff doctor:kotey ,md nurse :Lynn s. RS tech Fatima b , er tech , Daniel b. Registration . Tanisha w','2019-12-23 05:59:07.000000','461782867645453'),('10218166758744566',1,'fast and friendly. the staff is very nice, as well as professional.','2020-07-26 15:12:20.000000','237100240304186'),('10218171929603097',1,'My experience was great! Kind and friendly staff. Team Dr Henderson, Nurse Sarah, Radtec Laura, ER tech Daniel and Registration Tanishia. I would recommend this place.','2019-10-23 03:32:44.000000','544778295636544'),('10218199547371582',1,'Definitely recommend using them. We had excellent service by Tanisha, Angel, Sarah, and Henderson!','2020-02-14 06:19:32.000000','461782867645453'),('10218218694893054',1,'Getting my Ears cleaned. I can hear better\nthanks to Dr.pham, nurse Alvean,Elida Nd Aurora. Great Friendly caring Staff','2019-11-26 20:47:02.000000','167959367441528'),('10218222494538906',1,'I enjoyed the awesome service received from Jennifer, Kim, Sergio and Darrin Ashbrook!','2018-12-14 04:08:02.000000','235046800697531'),('10218226259236981',1,'Thank you so much for all the attention and care you provided. Listened to my concerns and and definitely helped with this pain. Dr. Elsebecker, Jamie, Kim, and Carl I thank you for all that you do for your patients. Made me feel so comfortable and I really appreciate it.','2020-12-23 05:45:38.000000','251751275488925'),('10218233401855064',1,'Amazing and knowledgeable staff!!!','2018-12-08 16:35:08.000000','1787364321589026'),('10218238232283067',1,'I had a great experience. The staff were attentive, quick, knowledgeable and friendly. Christina R and Clay were truly awesome!!!','2020-12-18 15:17:08.000000','1698192877146046'),('10218248635393812',1,'Came in for the first time this evening and everyone from the front desk to the care team have been wonderful!!! Most places try to rush you in and out. But here I felt heard and they have taken great care of me. I highly recommend them.','2020-09-23 01:56:29.000000','251751275488925'),('10218277275593914',1,'Great overall experience! From entering the too leaving. Barbara was great getting me set up to go back to see Dr. Rose which was very friendly and easy to understand. Nurse Gabe was also friendly and very knowledgeable. I would defiantly go back with any further health issues. Top notch!','2019-01-28 02:13:49.000000','1698192877146046'),('10218279403633599',1,'Had a good experience with COVID testing. Handling things professionally over there. Thanks Theresa M.!','2020-07-16 19:55:27.000000','237100240304186'),('10218292055475130',1,'Superior Service, Fast Quality Complete Care. Thank you!','2019-03-04 13:33:47.000000','829264323932850'),('10218293374387294',1,'I went here because my son wasn’t feeling well and we needed to get Covid19 tests. The staff was very professional and friendly. Dr and nurse had very good bed side manners with my son and myself.','2020-12-19 01:29:52.000000','1648645701907657'),('10218295485686700',1,'kathryn, tina, ricardo did amazing with our free covid testing!!','2020-06-10 21:46:02.000000','1698192877146046'),('10218300101316386',1,'Dr. Smaistrla and has staff Erica and Tanisha took great care of my son and had excellent customer service!','2020-10-13 00:40:48.000000','461782867645453'),('10218304747437562',1,'Kim is the best! Very helpful. In and out.','2019-09-01 00:34:31.000000','596022027480375'),('10218308232959342',1,'Absolutely the best hospital i ever been to. They took care of my every needs and tried to make me as comfortable as possible. Nurse Jessica was the absolute best she kept checking on me even after i was discharged. She called to make sure i was still doing ok and give me feedback on what i could do for the slight pain i was still having. I highly recommend this hospital!','2019-04-12 15:10:30.000000','1765121397101399'),('10218332799701954',1,'The staff was extremely helpful and able to work with me. I would recommend them for you emergencies.','2020-09-19 23:36:13.000000','1698192877146046'),('10218339613900636',1,'Best care and experience of any emergency center I have been to. The staff; Manny, Lisa, and Dr. Plante were not only quick with service but also caring and thorough. I will definitely recommend anyone going here they are awesome!','2019-12-15 18:59:56.000000','237100240304186'),('10218342224568447',1,'I have always received the best care and everyone is so kind and professional.\n\nVery clean facility +','2020-12-12 17:38:26.000000','1787364321589026'),('10218354762127349',1,'I did not have to wait at all! Every part of my time there was pleasant and so professional. Dr Jones was so kind and the staff Nurse Shelli, Linda the Radiologist, and registration was Christina C., do kind and made sure that I was well informed. relaxed and informed each step of the way. Thanks! Laura S.','2018-11-14 14:27:31.000000','1698192877146046'),('10218382001361988',1,'Friendly and efficient staff!','2020-07-29 00:59:11.000000','235046800697531'),('10218385897708215',1,'Everyone was super helpful and nice. It didn’t take long to see the doctor. Aaron took good care of me and made sure I was comfortable.','2019-02-15 16:36:55.000000','596022027480375'),('10218385939419413',1,'Ms. Sarah (registration) was kind and answered all my question. The staff is great here 😊','2020-09-28 15:33:22.000000','544778295636544'),('10218390591668244',1,'We have always been treated with such care here! They are always so quick! Keily Abney has always been so helpful, kind, and professional when we come in!','2021-01-24 22:15:26.000000','299216637560955'),('10218394888440029',1,'Very quick wait time and nurse Araceli was very friendly! Definitely our new clinic! & added bonus is they see fireman and families for free!','2019-06-11 15:36:50.000000','237100240304186'),('10218399146585377',1,'Kevin was super friendly! And did a fantastic job :)','2020-10-15 20:10:33.000000','1608991329419166'),('10218402733674831',1,'Friendly staff and knowledgeable!','2020-12-22 07:42:41.000000','235046800697531'),('10218409612450815',1,'Thanks to Dr Thomas for being polite and answering all of my Questions. Jennifer was patient with my when she didn’t want to get weighed. Elaine she was great for recovering my daughters lost shoe. Tanishia was great was customer service and was so fast with my visit.','2020-02-12 01:47:20.000000','461782867645453'),('10218413552872043',1,'Came in tonight to get tested for COVID. The waiting room was very clean. The women working the front desk very helpful and courteous. The nurses and doctors made me feel at ease and were very professional. Overall, a great experience.','2020-07-29 02:14:52.000000','105589317817643'),('10218416316753263',1,'Excellent service and staff, Dr. Thomas M, Alvean A, Marcus B, Jocelyn A','2019-09-12 11:19:24.000000','167959367441528'),('10218420225638961',1,'Fast and reliable. Treated my daughter with kindness. Best snacks around. Trisha, Stephanie, John and Malissa were amazing!!!','2019-03-19 19:59:00.000000','829264323932850'),('10218427444134471',1,'Ashley Williams and amanda was very sweet and nice thanks 🤩','2020-12-13 02:37:59.000000','461782867645453'),('10218433758688394',1,'This is a wonderful and caring facility. They are very friendly and kind. They are/ were truly concerned for our needs. We were in and out with little wait. I felt We were taken care of and all questions and concerns answered. Thank you signature care team! \nDiana Moradel, Thomas Curtts, Erica Westbrook, Ashley Kelley','2019-10-25 14:59:30.000000','299216637560955'),('10218464338459084',1,'Very caring and helpful place. Dr. Soli is the very best. Wonderful people here from front to back.','2018-11-19 19:03:59.000000','544778295636544'),('10218480319272738',1,'Awesome staff. The staff is super nice and efficient. Marty, Christine, Shaunda, Dr Gutfreund.','2019-11-20 19:50:44.000000','1698192877146046'),('10218491234688732',1,'I received excellent care here last year for bronchitis so I came back today with a large red bump on my eye. Everyone was very nice and helpful just as they were on my last visit. The Doctor on call said that it was not an infection and referred my to a dermatologist. I really appreciate her honesty and help to resolve the issues versus sending me away with a useless Rx. I will definitely be back the next time I need care.','2019-08-13 20:13:11.000000','1698192877146046'),('10218514175073377',1,'Thank you Heather at the front desk for making my husband feel so welcome and you were very professional.','2020-11-12 01:09:36.000000','299216637560955'),('10218523795470075',1,'Dr. Jones and Lucas were awesome they explained everything to my son and myself, and Lucas was very patient with my son.','2019-01-08 17:30:19.000000','235046800697531'),('10218527747837904',1,'Kim, Gunner, Karen, and Dr Edwards were excellent! In and out and treated well by everyone there! Brandi, the manager even came around to check on us and make sure we didn’t need anything. Highly recommend!','2019-11-27 17:34:48.000000','235046800697531'),('10218530842234629',1,'fast, very friendly staff','2019-10-26 00:58:09.000000','596022027480375'),('10218530885680787',1,'I’ve been dealing with ear pain for a month and finally got fed up enough to stop in at SignatureCare, on July 4 no less. Alicia, Erica, and Ashley K. got me settled in quickly until the doctor came in. Everyone listened patiently, got me the medicine I needed, and sent me out the door quickly to be with my family again. Thank you for helping me feel better!','2019-07-04 16:27:46.000000','299216637560955'),('10218548226473918',1,'It was a Quick and easy process. Lacey was On point with questions and thorough. I would definitely recommend coming here.','2020-10-28 00:05:50.000000','167959367441528'),('10218569381639605',1,'Great service and no wait, they took exceptional care of me and explained exactly what was going on, awesome staff, definitely would recommend, thank you!','2020-02-22 02:05:03.000000','167959367441528'),('10218569522892466',1,'Such a wonderful experience! My husband, daughter and I all had to get tested for Covid-19. The registration was was simple, the front office was quick and efficient. Once taken back, the clinical staff was super helpful, JD even offered to help my husband carry our diaper bag and belongings and was very tentative and sweet to our 14 month old. All staff members, JD, Amy and Kari we all so thorough and accommodating. Made the experience as quick, simple and painless as possible.','2020-07-30 22:56:36.000000','105589317817643'),('10218600736384204',1,'There was no wait time and they were able to get me back in a room right away which is wonderful. Fatima did great making sure I had everything I needed. Tanishia was a great receptionist and explained great. Daniel did great cleaning my wound. Dr Zhen is very nice and came to my room pretty quick to see what was wrong with me. Great team!','2019-12-09 06:11:59.000000','461782867645453'),('1021860254973178',1,'Josh and other staff are very helpful','2021-01-18 00:31:13.000000','235046800697531'),('10218637008704329',1,'Good care- friendly staff-clean place- nurse April was helpful and Kevin was through','2020-12-08 20:25:25.000000','104213804456471'),('10218648420670169',1,'The staff at this location has been nothing but professional and extremely helpful during my visit. The wait time was not even 10 minutes which is great. I stepped away for a second and came back the doctor was already waiting for me.I would recommend Signature Care for your needs.','2020-09-24 17:12:22.000000','461782867645453'),('10218659902501915',1,'great service.. dr.lim, meredith, nicole, dustin, tim and vanessa were great. i was in and out in 30 min and could enjoy the reat of my night','2020-01-05 05:13:01.000000','1609539722669429'),('10218662467608757',1,'David and Savannah were very nice! \nDoc Huerta was also very nice. we didn\'t have to wait long at all before we were seen. The receptionist were also very friendly and helpful. The lobby was cute and clean.','2019-10-06 02:59:06.000000','596022027480375'),('10218672296143825',1,'Very welcoming and friendly staff. Kris S & Sarah Y were very professional in assisting us. We were taken care of very quickly. The facility was very clean and well maintained.','2020-09-23 15:48:49.000000','461782867645453'),('10218678223697007',1,'All the staff was nice and treated me right.\nDr. Mauldin, Susan R., Laura H., Elaine M., and Tanishia W. were great!','2019-07-26 05:22:09.000000','461782867645453'),('10218682763038259',1,'Everyone was very kind from the time we walked in. Tanisha remembered that we had spoke on the phone. Lynn and Laura made me feel very comfortable once I was taken to the back.\n Dr. Henderson answered all my questions and was very thorough.','2019-12-30 05:03:09.000000','461782867645453'),('10218683362013650',1,'Doctor Huerta came in five times to speak with us during our hour and a half visit. Nurse Savanna took the time to explain everything she was doing and took great care of my boyfriend. We will definitely recommend this location to our family and friends.','2019-05-22 14:34:38.000000','596022027480375'),('10218686506824031',1,'I had a great experience. Came in with shortness of breath. They got me all check out, got me some meds and then I was on my way! The ER stafff was wonderful! Kim, Kristina, Matt and Dr. Huerta.\n Thank you all for taking care of me and getting me breathing again! šŸ‘','2019-06-13 05:42:23.000000','596022027480375'),('10218692123627752',1,'Within 5 minutes of getting here, I was immediately put in a room and they started a pain treatment to help with my pain and started getting down to what was causing my pain. I would definitely recommend coming here if you need to be seen. Great experience!','2019-11-10 12:29:22.000000','251751275488925'),('10218708467215872',1,'My husband was experiencing severe back pain, so he decided to seek relief by visiting the closest medical facility. The staff upon arrival was empathetic, cheerful and expedient! Check in was fast and the wait for a doctor was extremely short. The physician was very personable, carefully listened to my husband\'s medical complaint and was quick to provide remedies. We enjoyed his bedside manner and sense of humor which put both my husband and me at ease. Check out was fast and friendly. I highly recommend Signature. What a phenomenal experience!','2019-11-18 13:02:36.000000','299216637560955'),('10218729245918516',1,'Wonderful place to go for emergent care! Dr. Yost and his crew , Brandi, Mollie, Tracy, Mandi, Carla , and Courtney were prompt and very kind!','2020-12-26 19:07:04.000000','235046800697531'),('10218735953044201',1,'got me in quickly. friendly staff','2019-12-29 03:37:37.000000','251751275488925'),('10218738154661512',1,'My husband needed staples last week and we came to SignatureCare Emergency Center. They were so fast seeing my husband. They also have an amazing clean facility. Everyone was so helpful and nice. Ashley B and Ashley K were great as well! I would reccomend anybody to come here. The price was pretty reasonable too!','2019-09-20 12:36:59.000000','299216637560955'),('10218740041585989',1,'quick paced and super kind. my daughter got bit by a dog and they were super understanding of dealing with a 4 year old. special thanks to \nNurse Alvean, tech Thuy An, and Dr. Rodriguez for the awesome treatment.','2020-04-23 17:03:20.000000','167959367441528'),('10218740665897629',1,'i was checked in by a really nice lady her name was Cindy she greeted me right away and got me to the back quickly. all the nurses and the doctor were very efficient and thorough. superior service. love em .','2019-02-14 15:50:14.000000','544778295636544'),('10218741800596131',1,'Front desk staff Kennedy and Lorena were friendly and helpful. Nurse Jacob was great!','2020-12-13 23:02:38.000000','326347177710316'),('10218742238048608',1,'Dr Straface gave us wonderful service, took the time to explain everything and was super professional about a very tough situation. We give her a 5 star rating ā­ļø ā­ļø ā­ļø ā­ļø ā­ļø','2020-07-21 04:44:59.000000','104213804456471'),('10218742933237746',1,'The service was fast and friendly. I felt welcome the moment I walked in the door, and they treated me like I was an established patient. Dr. Lindsay was outstanding, and had a great bedside manner.','2020-01-27 19:17:33.000000','829264323932850'),('10218753342378582',1,'Great service in and out. Dr Patel nurse Sarah, tech Fatima and special thanks to Tanishia. I will recommend this place for emergency service.','2019-11-08 02:30:40.000000','461782867645453'),('10218754254185708',1,'Excellent Treatment! Irving the registered nurse, Holly did the chest xray, Nelson the technician & Dr. Nguyen were the best!','2020-01-13 02:39:40.000000','829264323932850'),('10218769754169675',1,'Excellent from beginning to end loved Chantel dr.henderson Laura Elaine tanishia','2019-12-30 04:08:26.000000','461782867645453'),('10218787231645522',1,'Very nice staff, quick and responsive with professional service. The treatment is exceptional and the overall facility, staff and operation makes you safe and confident. \nSpecial thanks to everyone that helped me with my medical needs from the first visit to the final follow-up.','2019-12-22 04:40:56.000000','461782867645453'),('10218799027061294',1,'it was fast no wait and fixed what was wrong with me. i would go back before the dr. office much nicer.','2019-11-24 17:05:48.000000','829264323932850'),('10218805735001738',1,'The staff is an amazing bunch, caring and definitely a team','2020-11-15 16:15:45.000000','1787364321589026'),('10218807497152944',1,'The prompt check in, as well as the the entire staff’s friendliness. Never had much of a wait getting in or out. The staff always listens to me even when it takes me a while ( migrations) to give them all my long health history. Today is the first time I’ve filled out the survey on line... Luke, Kim, Kim D. , Brandi, thank you all! Who took care of me.','2020-01-31 17:07:00.000000','235046800697531'),('10218822338783003',1,'Within 30 minutes, I found out I had a kidney stone. They gave me an IV and started me on pain medication I ended up staying all night. They gave me a bag with shampoo, and things I needed for hospital. A very nice robe , to take to hospital.They were so good to me.if your ever in pain they will help you right away.','2019-10-11 02:33:31.000000','237100240304186'),('10218823380708029',1,'The team is wonderful!! Patricia, Kat, Dr. Pham, and Robert...absolutely amazing. No long wait time. They were very friendly and kind. Patricia answered my questions. Kat was friendly and engaging. Dr. Pham is a sweet heart. Robert made me feel comfortable in an uncomfortable situation. The atmosphere is great!!!! Thank you guys.','2020-01-23 14:55:00.000000','167959367441528'),('10218854965477029',1,'Nurse chloe ,kevin,alaina,tech -Andrea andKevin, Rt- Eric and Sarah, registration Christi,Courtney T. ,Linda and Tobie were all super awesome','2020-02-05 04:18:51.000000','235046800697531'),('10218927716877100',1,'I had a really great experience this evening. Very fast service. Dyveliz and Rayven were very respectful and helpful.','2020-02-12 03:38:56.000000','326347177710316'),('10218944288019428',1,'This is our family’s go-to clinic for minor emergencies. They’re always quick to get you in and out, super friendly and helpful. They always call and follow up as well.','2020-08-12 13:00:10.000000','1698192877146046'),('10218954830810199',1,'The staff was very helpful and nice and funny and made us feel so welcome. I loved going to this ER, and that’s not usually something you say when going to one!','2019-03-06 02:43:38.000000','461782867645453'),('10218966726852989',1,'I highly recommend it. I went in scared, given the current situation, and very sick and came out feeling better. Everyone was very cordial and help me bring my spirits up.\nThank you: \nDR. THOMAS, DO, JASMINE \nNurse: Irving M B \nRadiology Tech: Sherwin P B \nFront Desk: Carly E B','2020-04-08 15:51:17.000000','829264323932850'),('10218997078261454',1,'They are kind and efficient! I received prompt care and the staff was amazing!','2021-01-17 21:19:30.000000','299216637560955'),('10219041968253340',1,'Everyone was great and very patient with my wild child! \nTiffany in registration was great at explaining things! \nAnne the nurse, and the radiology tech, and the other nurse that helped hold my son down when it was shot time was great!! \ndr Curtis was very thorough with the diagnosis we got! \nGreat calm, clean and friend facility!','2020-01-27 03:03:22.000000','299216637560955'),('10219045430872693',1,'Went there for my husband and everyone was very professional and helpful. The even called to check up on him after he was discharged.','2019-03-16 22:47:28.000000','251751275488925'),('10219061588000890',1,'I was at the Montrose location and Nurse Dawn was fabulous!','2019-07-08 18:14:02.000000','544778295636544'),('10219074906121834',1,'Great staff Quality care prompt service thanks Mandi M., Jennifer W., Carla C.','2020-12-13 15:26:09.000000','235046800697531'),('10219086601819033',1,'A wonderful experience! Kim and the others at registration were very efficient, friendly, and helpful. My nurse was Jency, and she was excellent. I was in and out very quickly.','2020-11-28 16:19:53.000000','299216637560955'),('10219088732942599',1,'I would highly recommend SignatureCare. The staff was outstanding. Thank you SignatureCare!','2020-06-16 15:57:34.000000','235046800697531'),('10219094063095421',1,'Extremely friendly and attentive staff! Tanisha, Doctor Faig, and Nurse Jennifer were all amazing.','2019-12-20 08:24:06.000000','461782867645453'),('10219101756568450',1,'I would like to give a huge shout out to these guys here at the signature care here at Cypress. Dr. O\'Malley, Patricia and Alvean were amazing.\nThey are the Ritz Carleton of health care facilities. Ethan is heading home feeling much better.','2020-01-16 16:28:06.000000','167959367441528'),('10219121497333373',1,'the staff was amazing. smiling faces, fast service and was explained everything. From the registration to leaving I felt like I was a priority. if I could give them 6 stars I would. highly recommend coming here for all your emergency needs.','2019-03-01 22:27:07.000000','461782867645453'),('10219125809470963',1,'I’ve had stellar care. From checking in to diagnosis and treatment. The staff has been professional yet caring. Everything was done expeditiously. I’m very happy with the care I received.','2020-03-07 13:31:54.000000','544778295636544'),('10219149586999313',1,'Emergency visit and covid testing','2021-01-20 23:44:59.000000','299216637560955'),('10219201129848860',1,'Super fast and excellent care.','2019-08-07 01:38:06.000000','596022027480375'),('10219206494138368',1,'Kind and knowledge staff. Warm blankets are provided by super friendly professionals. I could not be more great full to be in such a wonderful clinic.','2019-07-08 16:12:27.000000','1608991329419166'),('10219215404232569',1,'Friendly staff and doctor','2019-10-16 20:20:54.000000','167959367441528'),('10219229387981395',1,'Great emergency room ..great staff and services!!! the receptionist sindy was very helpful!!','2019-09-20 16:09:54.000000','1609539722669429'),('10219230734499754',1,'Excellent service great bedside manners!! These professionals are so excellent!! I’ve never felt so welcome and care for!! I recommend any one to look no further!!!!','2020-11-12 16:39:23.000000','1787364321589026'),('10219234647450793',1,'great customer service! Lucas is very caring towards my 6 year old and made sure my wife and i was comfortable.','2020-01-30 15:00:52.000000','235046800697531'),('10219237642786509',1,'I visited two nights in a row for complications from an allergic reaction. Teresa and Kimberly were fantastic. Very sweet and informative. I came here because I had someone else recommend them and they did not disappoint. Amazing job!','2020-09-01 10:00:35.000000','251751275488925'),('10219238714551519',1,'This Emergency room staff was bomb.com Ms. Maya made signing in fast and easy. The Nurse Yasmin came and got us quickly and made us comfortable. Dr. Chiang was sooo supportive and informative. I will always come back here','2020-01-30 21:49:25.000000','829264323932850'),('10219249913219419',1,'me encanto atienden demaciado rapido son muy atentas y aunq no hablamos ingles ellos ayudaron con un interprete para q pudieramos comunicarnos bien','2019-05-28 02:57:36.000000','251751275488925'),('10219254015002596',1,'Great staff very friendly and professional','2019-06-15 18:20:37.000000','167959367441528'),('10219264942028267',1,'Truly a first class Urgent Care experience! Dr. Yusuf, Dr. Lindsay, Nurse Cherish, Radiology Tech Jacque, and Steven the receptionist were on top of everything — kind, attentive, expert, and professional. 5 stars all day everyday!!!','2020-04-29 14:41:22.000000','1608991329419166'),('10219266584950373',1,'I’ve come to signature care twice now for covid testing. Both times they took great care of me! Jennifer was my RN. Josh was my technician and Mandi checked me in! All so generous and understanding!','2020-12-26 23:14:44.000000','235046800697531'),('10219270983758648',1,'I did a walk-in due to I was feeling really ill. I was arrived at the time during shift change and I was help by a number of ppl who made me feel care about and looked after. They all had great attitudes and energy and I recommend if you are near and need some care go by there. Top ppl I meet doing my visit Aaron, Dr Smith, Dr Daniels, Ryan rad tech, Reg. Cynthia & Olivia also the Rn Leslie. Thank you all for I’ll feeling better also.','2019-12-13 19:50:58.000000','1765121397101399'),('10219286307181093',1,'Dr. Souman and Churiah made a scary situation much better and fast. We are so grateful for their care and attention. The clinic is immaculate and very comfortable. The entire staff was amazing! The ER techs Thuy and Eve were professional and friendly. Even if you don’t live in the neighborhood it’s worth the drive.','2020-02-27 17:42:38.000000','1608991329419166'),('10219287618491252',1,'SignatureCare is the best Emergency center. Everyone is helpful and makes sure you understand everything. They get you in a room and triaged quickly to get you feeling better. I highly recommend this place. Today the team that took care of me was Jolyn, Andrew, Kim, Allison and DR. Plante.','2019-05-10 00:00:41.000000','596022027480375'),('10219293376186036',1,'Fast, friendly service for my Covid test! Would highly recommend this location! Clay, Lindsay and Dr. Rose were great!','2020-11-11 16:08:32.000000','1698192877146046'),('10219300676699433',1,'I have a family of 4 & all of us have been to Signature Care in Midland. We have 2 children under the age of 12 & whether we\'re bringing them in to be seen or it\'s for my husband & I, we always receive the best care. From the intake personnel, the nurses & the Dr\'s, they\'re always polite, caring & efficient. They don\'t dismiss your symptoms, they actually listen. I\'m very impressed with all of the staff.','2020-03-07 11:58:47.000000','596022027480375'),('10219312756834851',1,'Great service! DR. Jones did an amazing job. And the medical staff was outstanding in their care for me','2019-03-07 01:06:09.000000','251751275488925'),('10219312769783087',1,'They are always fast to care for anyone that comes in. I have never had such a friendly team of people take care of me. I went in feeling terrible and left feeling much better.','2020-03-04 15:47:01.000000','326347177710316'),('10219326078735316',1,'Kk\nThe staff was great! Joycelyn and nikaela was great at the front desk it was very fast and friendly service!!!','2020-01-18 23:05:30.000000','167959367441528'),('10219329072112316',1,'They had great service in a timely manner. Thai, Dr. Hasewaga, Rj, and the male nurse (I cannot remember his name) we all very friendly and professional. They took care of me and got me feeling much better!','2020-09-17 22:54:42.000000','251751275488925'),('10219331024048178',1,'Great staff everyone was nice and friendly.. I recommend Gabby for COVID testing she was the best!!!','2020-10-22 01:47:58.000000','104213804456471'),('10219343782253331',1,'Staff is amazing! They were all kind and helpful! Dr. Plante was great and helped my husband with his back pain. I highly recommend this ER!','2019-05-10 15:34:37.000000','596022027480375'),('10219351005779487',1,'Awesome customer service from Brenda, Pam and Dr. Garcia! Super quick we went to the back in less than five minutes. Will definitely return!','2020-02-07 04:17:12.000000','544778295636544'),('10219368234175889',1,'Can’t say enough about these guys. We’ve been here off and on for various ailments for the last two years. Their service, efficiency and cheerful demeanor always puts us at ease. We often choose these guys over a GP to get right to the source, so to speak. Oh, and Christina is a fantastic nurse!!','2019-04-10 14:37:24.000000','1698192877146046'),('10219377005429304',1,'Quick and friendly, definitely recommend.','2020-04-19 03:36:28.000000','104213804456471'),('10219388600159038',1,'I brought my daughter here for a back injury and everyone was so great, attentive, and friendly. From Dr. Das making sure my daughter was ok with everything they were doing, to Jennifer our nurse was really awesome, protective and had great shoes, our X-ray tech Dion up from Houston helping making sure she was comfortable, to Anavel in registration that was very helpful and informative with our insurance. Everyone made sure both of us were comfortable and even offered snacks, water, and coffee.','2020-03-09 02:04:42.000000','104213804456471'),('10219389277658212',1,'Lindsay R., was an incredible receptionist. She squared me away, and made sure my knee was taken care of. It’s definitely an easier way to get treatment than going on post, I will visit again.','2019-09-09 22:20:08.000000','251751275488925'),('10219396577973849',1,'Thank you for quickly getting us in when my family needed you all!!! Thanks Lisa V, savanna, Jaime!!!','2019-06-18 23:28:58.000000','596022027480375'),('10219396728201794',1,'I came in with lots of pain consistent with a kidney stone (I’ve had one before). All of the staff here at SignatureCare Emergency Center - South Austin were really professional and really nice from the time I walked up to the doors. They helped me to feel so much better. All of the tests were super quick, and they confirmed my suspicion of a kidney stone. I’ll definitely come back here if I ever need minor emergency care. \n\nThank you Dr. Rose, Nurse Shelli T., Clay R. from Radiology, and Amanda U. from registration for helping me get in quickly and to feel better!\n\nAnd thank you for all that you’re doing to help people during this pandemic! God bless and stay safe and healthy!','2020-03-21 14:16:49.000000','1698192877146046'),('10219412413120585',1,'The staff at signature care was awesome! everyone there was super caring and nice with no wait time really. A big thank you to Barbara, Zeida, Amy, and Dr. Jolly were great!','2019-07-13 18:32:21.000000','251751275488925'),('10219425431051894',1,'Super fast; barely any wait time. The staff is friendly and very helpful. Especially the nurse Kat, she knows what she doing. Very friendly lady!! The place is clean and doesn\'t have that emergency room feel. I don\'t think I\'ll be going anywhere else for emergency care.','2019-04-16 00:51:50.000000','251751275488925'),('10219426014938568',1,'Friendly staff. Exceptional service. They always get me in & out very quickly.','2019-10-07 20:25:29.000000','251751275488925'),('10219432826436753',1,'Jennifer, Gunner and the entire staff are very kind and courteous','2020-12-13 21:24:07.000000','235046800697531'),('10219454525340631',1,'Just got taken care off for my ears that were completely clogged up. I went to a regular house doctor and they wouldn’t try to take care of it. So i went to signature care ER. Brenda R. Checked me in very smoothly and the rest of the staff was extremely helpful and kind. 10/10','2019-05-17 18:56:50.000000','1608991329419166'),('10219455515971058',1,'From the time I came in Patricia, Jose and Tricia had everything taken care of. Quick fast care, so that I could get right back to work.','2020-03-12 21:01:35.000000','167959367441528'),('10219486317601955',1,'Great Service -Quick care and dont have to wait. Everyone treated me very kindly. Thanks for a great job','2020-11-01 18:08:53.000000','167959367441528'),('10219499050519590',1,'Efficiency, timeliness, knowledge and pain free Dr Daniel was great, the Staff was fantastic made you feel at home comfortable, Nurse Rollie, Tech Natalia and Sedrick and regist Stephanie i will recommend this ER to everyone actually i did recommend them before I went myself.','2020-03-08 05:30:47.000000','1648645701907657'),('10219513982013930',1,'Always thorough and quick! Lisa V is the best nurse!!','2020-01-28 17:33:45.000000','596022027480375'),('10219523625068890',1,'The staff was great and fast when attending to my son. Everyone was so nice snd caring!! I highly recommend this place','2019-10-17 03:00:10.000000','1787364321589026'),('10219556171485281',1,'Great atmosphere to be in. The service was quick and didn’t take all day like the hospital. My husband said the hospital needs to take notes from signaturecare because every place he sat down was comfortable and he could change to any network on the television. The staff took really good care of me from the doctor to the nurse and the other few people I encountered. At the times I cried and screamed Dr. Ashbrooks made sure I was ok and kept me laughing. I will most definitely be back.','2019-08-25 17:15:38.000000','235046800697531'),('10219558496947278',1,'I really cannot say enough good things about this facility and their staff. I’ve taken my daughter twice...she is naturally anxiety ridden and they put her little mind at ease and left her feeling reassured and smiling with both visits - their ability and willingness to take care of the patient has been proven consistent and GENUINE.','2020-05-01 15:20:09.000000','299216637560955'),('10219586462913438',1,'Care was above what we expected! Entire staff was courteous and very professional. Dr. Patel and his nurse Kim went out of their way to care for my husband...thank you so much!\n I highly recommend SignatureCare Center!','2019-07-24 01:58:18.000000','596022027480375'),('10219604632647016',1,'Yes, great urgent service and the drs, and front desk are great! Lacy the nurse was fantastic!','2020-10-23 15:58:11.000000','167959367441528'),('10219607883284216',1,'everyone was here at signature care were awesome as usual I would recommend anyone here I love dr jasmine Thomas, vivienne, erica ,natalie, Joseph, and travis','2020-02-03 17:38:37.000000','1609539722669429'),('10219612388525448',1,'Here with my grandson because we thought he has the case of chicken pox. My daughter originally took him to Seton ER and they told her to just put a mask on him and have a seat and that his issue isn’t urgent. They left and decided to come here and thank God we did! Staff is so nice and helpful and showed urgency. Because if you don’t know, it’s better to be safe than sorry. Thank you to front desk staff, the nurse (I didn’t get her name) and she was THE BEST. And to Dr Jones. Don’t ever change!!!','2019-07-08 02:19:02.000000','251751275488925'),('10219615424119596',1,'This by far has been the best experience I’ve had in midland the wait time is literally under 5 minutes. The staff is welcoming and very friendly. They actually care about your concerns during the visit an help assist the best way possible . It beats goin to midland memorial. Special thanks to Sita, Jose, Corey, Allison & Dr.Datta!','2019-06-10 02:18:13.000000','596022027480375'),('10219626965362289',1,'Called in and directed me to the memorial city center. We were greeted byGenesis and Jessica, discussed what was needed and within 5 mins we were seen. Dr. Grinblatas was professional and provided immediate help. Teresa and Lonnie are also attending us and provided guidance and assistance with Dr. \nwould recommend HIGHLY, Great service and professional bed side manner.','2019-09-14 18:04:55.000000','1765121397101399'),('10219628234711800',1,'He estado en este sitio en dos ocasiones y la atención es realmente fantĆ”stica, desde la persona que te recibe hasta el doctor, asistentes y absolutamente todo el personal es gentil y atento, lo recomiendo completamente.','2019-12-04 04:06:25.000000','544778295636544'),('10219638485253405',1,'Jennifer & Keily were amazing and very friendly. It was nice to see smiling faces during this trying time. They were also very efficient.. The whole place was super clean and bright.','2021-01-20 15:33:48.000000','299216637560955'),('10219641298530312',1,'I had a 5 star experience.the care team was efficient and knowledgeable from the front desk all the way to the back. Alvean .A and Jocelyn. A where absolutely great. And the Doctor was very efficient ..I love SignatureCare..','2020-01-08 16:11:24.000000','167959367441528'),('10219675057925677',1,'We had a fairly significant trauma and the entire team at Signature Care took amazing care of us. They were kind, professional, and compassionate.','2019-03-18 22:26:56.000000','1698192877146046'),('10219679758761223',1,'This place is AH-MAZE-ING!!! I can’t say enough good things about them! So attentive, friendly, and best of all QUICK! They ran all the tests we asked for and made sure we were good with the results. Never again will I go to any other ER!','2019-12-24 03:02:25.000000','251751275488925'),('10219682656239008',1,'Had an excellent experience, very attentive staff and efficient in getting testing and results.','2019-09-01 20:38:07.000000','1609539722669429'),('10219684573479426',1,'Big thanks to the entire team at SignatureCare Emergency Center! Dr. Grinblatas, Veronica , Dawn, Norma, and Jaqueline all made me feel very comfortable and well taken care of. A++','2020-02-18 18:11:40.000000','1608991329419166'),('10219704277690730',1,'Dr. Jorden is so good, he made me feel so at ease, and Courtney was great! I never even felt it when she drew my lab. I love this place!','2020-04-20 04:12:37.000000','299216637560955'),('10219705503728495',1,'The staffs a this place are amazing. This is my second time here and my experience has been awesome. No need to go to the hospital. In and out','2019-07-04 04:32:30.000000','544778295636544'),('10219706375143281',1,'Fast friendly service! We were seen right away and everyone was very sweet and made sure we were great at all times!!','2020-03-16 02:43:54.000000','251751275488925'),('10219711968213330',1,'Great staff! Chelsea, Clay, and Christina were super friendly the Doctor was also so nice and made me feel very comfortable! 5 stars for sure.','2020-10-11 16:54:58.000000','1698192877146046'),('10219718388804355',1,'Entire staff from reception, nurse, and doctor all welcoming and made me feel very comfortable during my visit here.','2020-10-31 14:29:41.000000','105589317817643'),('10219727376122160',1,'Excellent staff! In and out in less than 1 hr','2020-02-22 16:45:20.000000','1787364321589026'),('10219727957502251',1,'wonderful quick care, very caring and explained everything. From Jacquie at registration to Trini, Marcus and Dr. Daniel\'s I was taken care of without hesitation. Highly recommend for all your emergency needs.','2020-02-22 05:44:30.000000','237100240304186'),('10219729815577510',0,'Not happy that I received a $4000.00 bill in the mail from over a year ago. I was informed when the facility first open and was given a ā€œThank you for all that you doā€ card which is shown to the receptionist When checking in to waive fees. I also sign papers stating I WILL NOT receive a bill and am told that I WILL NOT receive a bill at check in and here I am receiving a bill. And tacking on additional fees for a past due bill that I had knowledge of nor am I suppose to receive? This is ridiculous.','2019-06-06 22:23:20.000000','1787364321589026'),('10219738483877067',1,'The staff there is amazing! Dr. Miller saw and treated me she was amazing and answered all my questions. Her RN Shelli was great made my shot very painless and Eileen at the front desk was very helpful when it came to filling out paper work and where to sign. Adam the Nurse manager at the facility was so great they got me in and out when I had a flight to catch! I would use Signature care anywhere that I found one. These people are the greatest!','2019-07-09 23:09:42.000000','1698192877146046'),('10219743469230842',1,'Thanks Tanishia, Angel, Henderson, Susan, and Laura. You guys for great and spent a lot of time with me and were very patient.','2020-02-19 06:58:51.000000','461782867645453'),('10219750526446856',1,'Very fast and Friendly!!!','2020-12-24 00:36:40.000000','235046800697531'),('10219753780056091',1,'Prompt service, \nWarm, caring staff\nCompetent care\nDr. Lingan, nurse Katie, registration desk Jennifer and tech Chris were all great.','2019-10-14 20:49:08.000000','1698192877146046'),('10219785103363117',1,'This place is AWESOME!! We came here due to a injury to our child. This ER is so CLEAN, absolutely spotless!! They have a coffee bar, along with sodas and juice for the children, TV and a charging station for your phone! Check in was smooth. Since it was child related they took him back into a room ASAP. The nurses were so sweet and made sure their patient was comfortable. We waited maybe a good 10 minutes for the doctor and he was very thorough and answered all of our questions. The whole visit was maybe 35-40 minutes long, check out was just as quick as the check in! Thank y’all so much for your service, if we ever have another oospie we will definitely come here!','2019-08-03 21:24:03.000000','461782867645453'),('10219824424428975',1,'Keaire, Olivia, Dawn, and Eve are great staff! They were professional and courteous! This place is clean and quiet. They were prompt and fast and I highly recommended this facility!! Thanks!','2019-08-30 16:17:39.000000','544778295636544'),('10219850986484295',1,'Kim and Louis were absolutely fabulous and made our visit incredibly comfortable. If you need an ER that takes COVID seriously and looking for rapid results please consider this clinic.','2020-12-01 05:32:07.000000','251751275488925'),('10219854088277389',1,'clay and Chelsey were awesome. made the covid test easy and painless. recommend.','2020-10-26 20:14:25.000000','1698192877146046'),('10219858811048363',1,'They did a great job and helping me get better with my breathing treatment and I’m highly impressed with how professional of the staff. They all welcomed me in with respect and care. They are fast pace and focused on helping me get better! \n\nI’m satisfied with all of the members: Karen, Mackenzie, Ricky, MaryAnn, and Ybarra! They all deserve raises, and awards for providing such an outstanding job!','2020-03-16 21:55:06.000000','1648645701907657'),('10219874087510150',1,'Great customer service thank you Alvean, Patricia, and An.','2020-02-06 15:34:44.000000','167959367441528'),('10219878702172146',1,'Excellent service staff was amazing, Gina was very accommodating, highly recommended','2020-02-04 21:07:57.000000','1609539722669429'),('10219893987601579',1,'Fast service, amazing staff. Doctor took the time to explain our situation and wasn’t quick to give unnecessary meds. I will return as needed','2019-09-23 19:54:19.000000','251751275488925'),('10219922864336039',1,'Over all I had a great experience and the staff was super friendly!','2020-04-22 19:44:12.000000','829264323932850'),('10219932314071979',1,'Dr Elsbecker and staff was amazingly helpful and kind.','2020-06-09 21:11:03.000000','1698192877146046'),('10219941148532349',1,'Great experience, the service was top notch. The receptionist and nurse was extremely nice. She even kept answering my questions after i was done getting seen by the doctor.','2020-11-24 19:50:45.000000','461782867645453'),('10219957828629589',1,'Fast acting effective treatment, attentiveness, clean upgraded facility, amazing care and concern from everyone!! White coat anxiety reduction at its best. Got that Sick VIP feeling😷 Thanks so much.','2020-01-22 22:35:19.000000','251751275488925'),('10219965401750172',1,'Fast and very professional \nThe staff at registration, Christie and Kim greeted me and were very helpful \nDr Ashbrooks and Capeheart, Michael, LeAnn and Lucas were very professional.\nBrady, and Eric worked to get my results \nI highly recommend signatureCare','2020-12-22 15:31:04.000000','235046800697531'),('10219979615747800',1,'Every one was amazing!! Dr. Mauuldin, Manny, Magali and Shanna where all awesome thanks for helping my little girl!!','2019-07-08 18:37:19.000000','237100240304186'),('10219981655905959',1,'Friendly staff from the front desk to the tech, nurse and doctor. I was helped by Jocelyn, Jose and Thuy and they were all fabulous! I will recommend Signature Care Cypress to friends and family!!','2020-02-23 00:00:01.000000','167959367441528'),('10219992109103933',1,'Daniel, Sarah, and Dr. Patel were awesome. Provided great and quick service was pleasantly quick and Fatima was amazing with patients. All were friendly and understanding. Thank you guys so much . Thanks Tanisha for your warm welcome','2019-11-27 07:06:44.000000','461782867645453'),('10220007215562311',1,'Theresa M and her whole staff were great! They were fast and friendly. They actually care about the patient and what’s going on! I highly recommend Signature Care Odessa!','2020-07-16 18:14:40.000000','237100240304186'),('10220027116648089',1,'The staff here is always so wonderful. This is our second trip to this location and they got us right in. Shout out to all of the staff because they were seriously the nicest, no snickers bar needed for anyone lol. Thank you Ashley, Dr. Cavasos, Shola,Nate, and Mate for taking such great care of my husband.','2019-04-05 23:23:53.000000','461782867645453'),('10220028843884631',1,'Muchas gracias Luisa por el buen trato y servicio.','2020-12-26 21:00:40.000000','167959367441528'),('10220033797863656',1,'Great staff with awesome bedside manner. Was taken care of by Registration Sita, ER Tech Andrew, Nurse Kim, Rad. Tech David, and Dr. Huerta. Came in and was diagnosed within the hour. Very professional and a better choice to me than a hospital','2019-07-01 10:09:05.000000','596022027480375'),('10220033957347595',1,'Awesome experience. No wait. We were in and out in no time. Staff was Great!','2019-07-28 02:40:55.000000','251751275488925'),('10220090304700890',1,'Super friendly, and informative. Got treated quickly. Even had my insurance benefit explained for me. Felt very thorough and not rushed! Totally recommend when you are not feeling well and can’t get to your doctor','2020-10-30 14:31:47.000000','1648645701907657'),('10220097789145242',1,'LOVE THIS PLACE!! Kimberly P, Vanessa Z, Kelly, Miguel, and Dr. Miller were AWESOME!! Fed coming back if I get injured again!','2020-02-07 23:00:53.000000','1609539722669429'),('10220118559731872',1,'Thank you ER Tech Leah for your attentive and and patience today !','2020-08-01 18:44:33.000000','596022027480375'),('10220177959869858',1,'They got us back to a room quickly and were very attentive to our concerns. Lisa V. Was a great nurse and very helpful as well as our doctor.','2019-06-23 20:36:07.000000','596022027480375'),('10220180563884838',1,'Great service. staff was always nice and inviting. Doctor explained everything to me in laymen terms sonic could understand. All around Great!','2020-02-29 02:27:41.000000','829264323932850'),('10220189066091569',1,'Everyone was super nice and friendly! They made sure I was comfortable at all times. Thank you Dr. Cavallari, Delicia, Karen, Sonny, and Jazz!','2020-10-17 21:36:45.000000','1648645701907657'),('10220198512893783',1,'Everything great attention!!! \nVery nice people, fast, don’t have to wait, seriously \nThis is the best place ever!!!\nSpecially Cindy!!!!!!','2019-11-14 05:57:31.000000','544778295636544'),('10220201235154882',1,'Alvean and Patricia were so great!! Personalized care! Fast, caring, and efficient!! All staff was great! Thank you!','2020-01-30 13:32:11.000000','167959367441528'),('10220205742828159',1,'Amazing care! In and out quickly. The staff (Denise M., Brian C., Sam L., and Dr. Chopra) were all amazing! Would recommend this place to everyone!','2020-03-15 20:15:29.000000','104213804456471'),('10220207161106965',1,'Went here today..service was great and fast. I was greeted with a smile by Patricia C. in registration. The staff was welcoming and attended to my needs. Would definitely come back again! Highly recommend!','2019-12-30 23:00:47.000000','167959367441528'),('10220243444370415',1,'THEY ARE THE BEST IN TOWN. JOSH WAS GREAT. I WAS TREATED LIKE A KING. GIVE THIS PLACE A TRY. YOU WON\'T BE SORRY','2021-01-13 23:20:31.000000','235046800697531'),('10220256448095170',1,'I was so well taken care of from the time I entered the door, until the time I left. Which was about 30 minutes. Thank you SignatureCare!','2020-06-17 01:58:03.000000','235046800697531'),('10220257157686567',1,'Thanks Tanishia for your professionalism and quick check in. You explained everything. Thanks to Chantel the nurse, you were great. Explained everything. And got us in and out in an orderly fashion. The staff was great. Definitely will recommend to family and friends.','2020-03-02 05:03:19.000000','461782867645453'),('10220257876815598',1,'So glad I was recommended here. Everyone was helpful and answered all my questions. I highly recommend this place. Today the team that took care of me was Dr. Huerta, Lisa, Allison, Kim, Sita and Corey.','2019-08-21 03:28:05.000000','596022027480375'),('10220272025483399',1,'Came in for a shoulder injury. Aliandra (Mary Lu) was great!! Dr Hasegawa explained everything to me. Highly recommend this place.','2020-12-04 22:34:16.000000','251751275488925'),('10220272990588512',1,'Alvean, Valory, and Shekivia were all awesome!!!! Even though I came in feeling like ā€œWalking deathā€, they made me laugh and feel 10 times better! Everything was thoroughly explained! I highly recommend!','2020-09-23 18:33:45.000000','167959367441528'),('10220301901201559',1,'Nice facilities friendly staff','2019-11-06 20:19:35.000000','544778295636544'),('10220309563160434',1,'This place is so amazing and instant care litterly on the spot care and I mean I was seen in no more than 5 minutes of arrival.\nThank to all the most helpful Dr\'s, Nurse\'s and frontend staff was so amazing and fast.\nThank you Dr.Smith, Kayla & Rommel RN, Olivia Reg, Jonathan ER tech, Ryan rad tech. :)','2020-01-04 01:00:16.000000','1765121397101399'),('10220331379227947',1,'Absolutely one of the best facilities I\'ve been in and the staff was phenomenal and friendly!','2020-04-28 19:46:14.000000','299216637560955'),('10220365736670837',1,'The entire staff helped us out immediately. Know walt time and great service.','2020-01-08 18:39:59.000000','1609539722669429'),('10220369668411664',1,'Great staff, very clean, and very prompt service.','2020-11-13 00:39:10.000000','105589317817643'),('10220372517774789',1,'Great staff and clean space','2020-08-30 13:30:39.000000','544778295636544'),('10220398105966398',1,'Everyone was fantastic and super friendly! We were in and out in about an hour! My daughter had an ear infection and instead of waiting ALLLL day at the ER on post we spent an hour at SignatureCare and received the best care! Thank you to the staff for being super accommodating, professional and most of all caring!','2019-10-20 14:15:01.000000','544778295636544'),('10220413251954571',1,'Great service!!! They take their time and are super nice !!','2020-09-29 14:46:03.000000','251751275488925'),('10220415272514101',1,'I absolutely love the staff here they are always so kind and helpful.','2019-11-11 05:34:46.000000','251751275488925'),('10220432868641549',1,'Excelente servicio lo recomiendo šŸ’Æ','2019-11-07 08:55:29.000000','251751275488925'),('10220457855135019',1,'Fast and informative . I was in and out less then 1 hour','2020-10-23 03:13:22.000000','1787364321589026'),('10220458138016916',1,'Great experience! Molly and Jacoya were very great!','2020-12-15 16:07:05.000000','235046800697531'),('10220471798638085',1,'Josh and Chole took good care of me while I was at the texarkana location for the 2nd time in a week! best place in town!','2021-01-18 00:44:10.000000','235046800697531'),('10220474689034761',1,'Fast & Friendly\nā¤ all the staff','2020-01-16 12:34:35.000000','326347177710316'),('10220480192782239',1,'Wonderful experience. Got right in and had wonderful care!!','2020-02-29 02:18:07.000000','461782867645453'),('10220496168088803',1,'Honestly everyone was so kind and talked me through everything I needed to know. Informative, helpful, and nice! Thanks y’all! šŸ’•','2020-10-29 15:40:23.000000','105589317817643'),('10220511385873047',1,'This is a great place Lindsey Sarah Fatima tanisha took care of me very well','2019-12-06 04:55:23.000000','461782867645453'),('10220532732602991',1,'My experience here was really good. My daughter and I were well taking care of. We had a great nurse named Jasmine who was very attentive and helpful. Everyone hear is very polite, and make you feel comfortable to be here.','2020-10-25 03:46:39.000000','251751275488925'),('10220533494637760',1,'Today, I came for a visit for back pain. Didn\'t really wanna come because I was dreading the long process of being seen. Ironically when I came in, it wasn\'t a long process at all. The receptionist Tanishia W. was very helpful and polite. When I was finished signing my paperwork, Nurse Sarah G. was right out to get me. Took me to my room for the Doctor to see me. During my visit, radiology tech Fatima B came and introduced herself and took my blood pressure. She was very polite. Shortly after, Dr. Linsay came in to treat me. His care was outstanding. I don\'t wanna prolong. Overall, my experience was great and their facility is nice. Try them out. You won\'t be disappointed. -Ira','2019-12-06 07:33:09.000000','461782867645453'),('10220539973863810',1,'They are quick, professional, and caring! This is my 2nd test here and I send all of our technicians there way.','2020-11-23 16:38:26.000000','105589317817643'),('10220561406801256',1,'Very patient, kind, understanding, and most important sympathic to my needs.\n\nI reccomend Dr. Pham\n Jani W -Nurse\n Tricia B Radiology \n Elida Jasmine Registration','2019-11-21 21:08:32.000000','544778295636544'),('10220592108183444',1,'The staff and service here is AMAZING!! They are very pleasant and attentive to your needs!!','2019-10-28 15:28:21.000000','251751275488925'),('10220592201820404',1,'My little sister came in with stomach pain and even though she started to feel better they were still so kind and helpful l. They were even very kind to us offering us snacks and being very understanding','2019-10-13 17:44:48.000000','596022027480375'),('10220596651640983',1,'Took my son to SignatureCare Emergency Center & Lewisville with chest pain. They brought us back immediately. Dustin& Dr. Chopra took great care of him & got us in and out quickly.','2020-09-03 22:39:23.000000','104213804456471'),('10220612296441827',1,'Such a wonderful and caring staff! Very clean and we never had to wait. I will definitely be recommending to family and friends!','2020-01-04 12:56:22.000000','237100240304186'),('10220612301630084',1,'This place was very clean and the staff was great. I was in and out in a timely manner.','2020-12-02 03:13:54.000000','251751275488925'),('10220619336347851',1,'Timely service , friendly and knowledgeable staff.','2020-10-07 05:20:55.000000','251751275488925'),('10220624815757734',1,'Great service and friendly staff!','2020-03-16 15:22:54.000000','1608991329419166'),('10220656799755875',1,'Great with my son...very courteous and prompt...nice staff and well taken care of','2019-09-24 02:11:32.000000','237100240304186'),('10220661156692940',1,'The staff are great. Took wonderful care of me for my issue. Any and Dr. Leong were attentive and kept me in the loop during the visit.','2020-08-14 16:24:21.000000','105589317817643'),('10220671302190480',1,'Great staff. Fast friendly service. Calli was my Rn super Nice. Kerri and Brenda were awesome to. And the girl at the Front desk had super cool hair.','2020-09-19 14:33:46.000000','105589317817643'),('10220685704205388',1,'2017 was tough year for me per my health....SignatureCare Emergency Center - Memorial City....Was there for me every step of the way!\n\nThank you!','2018-01-02 12:40:57.000000','1765121397101399'),('10220726189373856',1,'No matter when or what I come in for the services are always great with signaturecare. thanks Dr Iheme listening to me needs. thank you so much to Alean A who always having a gentle touch when givine me shots and to. Marcus B , Jocelyn A and Olivia P with the rapid intake process. You guys are awesome.','2019-12-04 15:14:53.000000','167959367441528'),('10220734821533104',1,'i received excellent care by:\n\nDR. FAIG, MD, OFER Z\nNurse: Irving M B\nRadiology Tech: Holly E P\nFront Desk: Darnisha \n\nthanks so much','2020-06-18 22:55:31.000000','1608991329419166'),('10220758776735703',1,'they were awesome here. they took my daughter in immediately and gave her the care and what to follow up with after she is discharged. all staff was amazing with cleanliness','2020-03-16 23:07:39.000000','251751275488925'),('10220767676196327',1,'Very good care and the staff is amazing! They are very friendly and make you feel right \'at home!\'','2020-10-21 15:37:27.000000','1787364321589026'),('10220770395744523',1,'I come here often when it’s short notice or for a covid test. All the staff is super sweet! Today jennifer and mollie took very good care of me! Cortney temple checked me in and was very understanding and nice!','2020-12-26 22:29:40.000000','235046800697531'),('10220779305014026',1,'This was a wonderful experience and I will refer all of my friends and family here for urgent medical attention. Alyssa, Sherwin, and Sara were amazing and made this an enjoyable experience for me','2019-12-11 05:04:12.000000','829264323932850'),('10220788564378374',1,'Took plenty of safety precautions and got all three kids tested quickly! Highly recommend','2020-07-19 19:09:09.000000','104213804456471'),('10220807320438829',1,'Visiting from out of state and was in need of care. Came to SignatuteCare Emergency Center in Killeen. was very satisfied with my care. Very friendly, no waiting. I would recommend anyone to come here for care.','2019-06-13 17:08:15.000000','251751275488925'),('10220843962662109',1,'Quick and pleasant visit. Wait time was short and staff was pleasant.','2020-11-15 03:06:35.000000','251751275488925'),('10220844924408885',1,'Front desk staff, Sindy and Rashad were very welcoming and attentive while visiting my sibling- very nice and gracious service! Dr. Wang was also efficient and attentive when attending my sibling with lab results.','2020-02-07 03:59:44.000000','544778295636544'),('10220863096703117',1,'Staff was very friendly during our 1am visit. My wife was very nervous and we were greeted by Tanisha at the door. We didn’t even have to sit down and wait while we filled out paperwork. They had us in a room and with a nurse in 10 min. Doctor Thomas was extremely thorough and explain everything a couple of different time to make sure we understood what was happening. I don’t remember an urgent care staff being this friendly from the ER Tech (Elaine) to the nurse Jennifer!','2020-02-12 10:45:20.000000','544778295636544'),('10220883352808526',1,'Kevin was great and explained the entire testing process to me and made me feel at ease! Very knowledgeable!','2020-10-13 00:23:41.000000','104213804456471'),('10220894590450064',1,'No wait! Great experience! Thank to the staff at Signature Care Emergency Center Alvean, Jordan, & Dr. Daniels for being so patient & helpful with everything! Yu guys are Great!','2020-02-26 17:00:42.000000','167959367441528'),('10220907915032722',1,'Great friendly service and a clean business. Thank you Kendra, Stephanie and Kimball for all of your help.','2019-11-23 08:40:30.000000','326347177710316'),('10220932629898840',1,'I’ve came in and they took me quick, no crowds at all. Tim and Gina took well taken care of me. I would come back.','2020-10-08 15:20:30.000000','1609539722669429'),('10220945103394834',1,'Dr. Wang, Susan R. , Laura H. , Geovanny and Tanishia W. Are wonderful people who treat you wonderful and are very helpful.\nI highly recommend this place when you need it.','2020-01-22 01:18:47.000000','461782867645453'),('10220952776642848',1,'Excellent crew!! they took really good care of me! no wait, no line, crew very friendly and profissional! best center ever!','2018-01-20 23:21:42.000000','1765121397101399'),('10220956267326435',1,'jessica s was so kind and helpful I would recommend this place','2019-12-03 00:30:51.000000','237100240304186'),('10220961065073744',1,'An exceedingly clean facility with an incredible staff. Remington and Chelsey are kind and caring nurses that ease all anxiety. Getting a COVID test is not the most fun and Chelsey was hilarious as well as encouraging the whole time. Best place in Austin to go for ER care and COVID tests!','2020-10-02 19:21:14.000000','1698192877146046'),('10220971830915658',1,'fast and friendly service','2020-01-11 18:33:29.000000','299216637560955'),('10220978608632454',1,'The staff is very friendly and helpful! Very clean and upscale. When you’re in need, the last thing you want is employees who make you feel as if your issue or health is not their concern. I have had bad experiences elsewhere so this will definitely be the place I go to for now. Highly recommend!!','2018-08-02 20:45:06.000000','1608991329419166'),('10220988385837570',1,'Yes, I do great experience with Tanisha registrar assisted us quickly. \nNurse Alicia friendly kind and patient.\nDr Henderson assessment was great explained in all terms to us. Patient care was great to my grand daughter peds are very hard to keep calm and they all maintained it. \nThank you','2019-11-15 08:34:53.000000','544778295636544'),('10220988392917747',1,'Yes, I do great experience with Tanisha registrar assisted us quickly. \nNurse Alicia friendly kind and patient.\nDr Henderson assessment was great explained in all terms to us. Patient care was great to my grand daughter peds are very hard to keep calm and they all maintained it. \nThank you','2019-11-15 08:36:25.000000','461782867645453'),('10220993258593443',1,'staff was nice and was seen quickly. would recommend!','2020-10-20 00:19:46.000000','251751275488925'),('10220996967904041',1,'Great experience, the staff was amazing & very helpful.','2019-12-29 01:59:02.000000','829264323932850'),('10220997753950464',1,'Patricia and vivian are really great. took very good care of me. dr dang is the truth. he actually cared.','2020-02-18 20:46:32.000000','167959367441528'),('10221008729865290',1,'The staff, Lucas & both Kim’s are amazing! Very friendly and attentive to my daughters needs. They got her right back and med’s administered very quick. We will definitely be using them for all emergent issues in the future.','2020-01-21 17:11:00.000000','235046800697531'),('10221013510748305',1,'My visit was very pleasant. Nurse Vivienne was so sweet & professional. Dr. Miller was very informative and make me feel very comfortable. I’d definitely recommend anyone to come here for treatment.','2020-01-13 19:59:26.000000','1609539722669429'),('10221024850063732',1,'Very efficient and friendly, in and out in less time than what you wait in most hospital ERs just to see the doctor! So glad there’s a location in Austin now!','2020-08-14 04:27:50.000000','105589317817643'),('10221039526329940',1,'They were very helpful and efficient.','2020-08-14 20:18:28.000000','1698192877146046'),('10221055120702481',1,'Clean and fast. Everyone was super nice and I love the 15 minute results!','2020-07-27 00:32:21.000000','105589317817643'),('10221055259842745',1,'I went to this clinic for COVID testing and upon entry Vanessa greeted me and was very fast, friendly, and professionally with the check in process. The overall visit was amazing.','2020-10-20 06:24:05.000000','167959367441528'),('10221064343588112',1,'I had a very good experience at Signature Care. Courtney got me checked in quickly. My nurse, Jennifer, was kind and attentive. The doctor, Dr. Ashbrooks, was very thorough and got me meds and all I needed to be on my way. Thanks again!','2020-02-25 19:35:17.000000','235046800697531'),('10221066802240892',1,'Tanishia the registration lady was very nice and welcoming. Sarah the RN was very informative and helpful as well. Thomas the MD also was very informative and knowledgeable. I highly recommend this place!','2020-01-31 03:50:04.000000','461782867645453'),('10221082141938246',1,'Fantastic professional team here. Cody and Kelsey were great!','2020-08-03 18:50:02.000000','105589317817643'),('10221083503430651',1,'Clean, friendly and happy staff. They gave me warm blankets as they cared for my husband.','2020-11-02 20:49:33.000000','167959367441528'),('10221087394484391',1,'Love love love this place. Way better than the hospital!! Made sure the patient was okay as well as the family!! From the staff at the front desk to the nurses...to the doctors all are awesome!!!! \nFront Desk: Samantha\nNurses: Meredith S.,Brandon W.,&Brian H.\nRad Tech: Bryan D. \nEr Tech: Richardo G. \nDr. Estevez \n\nTHANK YOU!!!!','2020-02-11 00:54:59.000000','1609539722669429'),('10221095386906618',1,'Fast and efficient kind and professional great experience don\'t hesitate to use them!','2020-12-07 01:29:01.000000','251751275488925'),('10221097988672703',1,'They treated me like a queen.','2020-10-24 03:16:48.000000','1765121397101399'),('10221111968926854',1,'I received the best care from Dr. Mauldin, Alvean, Patricia, and Brian. This is one of the best ER centers I have been too! Will come back for future! Everyone is so kind, personable, and helpful','2020-01-25 21:06:33.000000','167959367441528'),('10221132654619788',1,'Nurse Christina, nurse Katherine, chelsey, and Tina were awesome! Thanks for working around the clock during COVID.','2020-06-10 21:49:31.000000','1698192877146046'),('10221141402591068',1,'I had great care while I was there. My nurse Araceli went above and beyond, Dr. Nguyen addressed all my concerns and Ector started my IV and had great patient care!','2019-11-20 19:18:34.000000','237100240304186'),('10221145323971125',1,'The service was great! I was treated in a timeline fashion and the the professionalism was great!','2019-12-16 22:51:44.000000','829264323932850'),('10221151589518798',1,'I went in and was called to the back before i could even start my paperwork!! And to me that’s A++ Alvean was super sweet!!','2020-02-19 17:02:42.000000','167959367441528'),('10221164410806553',1,'Nurse Kim and Dr. Thomas did a fantastic job!','2019-09-17 03:41:45.000000','596022027480375'),('10221177799088512',1,'Great experience . Thank you for your help','2020-09-19 17:42:14.000000','1648645701907657'),('10221184250986262',1,'Came twice in 24 hours and both visits were amazing ā€¼ļø','2020-02-11 04:56:39.000000','251751275488925'),('10221185626048681',1,'Dr. Edwards, Chaney, Josh, Christie, Kim, Megan, Kevin, Michael & Kira we’re all so attentive! My wait was short and the patient care was top notch!! ✨✨','2020-12-16 15:21:01.000000','235046800697531'),('10221187194181980',1,'Attentive staff and great patient care. Highly recommend to anyone in need of emergency care without the wait of a typical ER. I’ve come here over the years and the professionalism and patient care has always remained consistent.','2020-10-18 02:28:43.000000','1765121397101399'),('10221202526522896',1,'Best care ever for teachers!\nFriendly staff and prompt!\nRegistration- McKenna \nNurse-John Bell\nTech- Matt L','2020-02-11 14:06:59.000000','299216637560955'),('10221214763773525',1,'Extremely nice and professional. Being a retired nurse myself I appreciate it very much. Hoping to find out the culprit of what’s going on with me.','2020-12-30 20:34:36.000000','235046800697531'),('10221217620862183',1,'Fantastic quality facility with an efficient, professional, and welcoming staff that made our visit a breeze. Covid protocols were followed and the facility is very clean and well-kept. Kerrie and Jenia got us checked in quickly and Nurse Naureen assisted every step of the way from wheelchair pickup from our arrival to leaving the facility. Dr. Sylvester has amazing bedside manner and made us feel at ease dealing with the injury we were there for. Radiology Tech Sharesa was gentle and comforting while performing x-rays to help soothe stress and pain levels! This team is a perfect 10 and I highly recommend this facility to anyone needing quality emergency care!','2020-10-25 22:29:36.000000','1608991329419166'),('10221220574290493',1,'Dr. Henderson, Luke, reg Kim and rad Kim were great and treated us like family. My kids were seen quickly and thoroughly. very thoughtful staff. I will always go there!','2019-11-12 16:09:14.000000','235046800697531'),('10221239784283160',1,'Had an awesome experience with amazing customer service with Valley and Marcus! Thank you for making this an easy day!!','2020-11-23 18:06:31.000000','167959367441528'),('10221264626278812',1,NULL,'2018-01-08 17:36:01.000000','1765121397101399'),('10221274830489985',1,'I love this place, Dr M Thomas and staff ( Nurses Lynn Shaw,Rad Tech Fatima Blakely, Er Tech Elaine, Registration Edgar Paz) super professional.','2020-02-23 16:07:40.000000','461782867645453'),('10221275340419380',1,'signature care is dedicated to quick and best care of the patient','2019-11-20 01:16:29.000000','544778295636544'),('10221276398966861',1,'My first experience here today. The staff was great and very caring.','2020-09-06 22:53:51.000000','299216637560955'),('10221276977488895',1,'I was seen fast and they took care of my pain very fast. The staff is very friendly. I have been here 3 times and have never been disappointed. Highly recommend!','2020-11-14 20:35:59.000000','251751275488925'),('10221277974077207',1,'This was literally the nicest and most helpful medical staff I have ever experienced! I HIGHLY recommend these guys!','2020-11-02 17:13:20.000000','104213804456471'),('10221292523321499',1,'Christmas Eve and the staff were amazing. No one was fussy about being there and they made the trip for my daughter so much more pleasant that it could have been, or would have been anywhere else. Lorena got us in within 4 minutes. Remington and Rebecca took awesome care of us and were super kind to the kiddo. Dr. Harjai didn\'t talk to me like I was an idiot. It was a great experience.','2020-01-04 15:03:39.000000','326347177710316'),('10221312235929148',1,'No wait time, was able to get my daughter straight back to a room. Friendly and know knowledgeable staff who did her labs and ekg almost immediately. Results within minutes. Thank you Dr. Jones, Dorie, and Angela for the awesome and kind care.','2020-09-16 05:05:21.000000','251751275488925'),('10221315589302333',1,'The treatment I received was professional and thorough. Dr Appia explained all the possibilities and was bery detailed. From the time I walked in Joycelyn A greeted me with a smile and Marcus and nurse Alvean were amazing and professional as well. They didnt leave a stone unturned and I could tell their number one priority was to make me comfortable. \n\nWould recommend','2020-01-15 15:35:58.000000','167959367441528'),('10221317636593317',1,'Went in today fearful with the Corona virus scare. Theresa, Denise, Kenyon, and Dr. Chopra were amazing. I felt so safe as the place was clean and everyone was very cautious. I spent almost the entire day here but they made things better. Thanks guys!','2020-03-28 22:25:08.000000','104213804456471'),('10221326444539672',1,'They’re amazing šŸ™ŒšŸ½ Always perfect','2019-12-28 05:00:33.000000','235046800697531'),('10221346472307267',1,'doctor Henderson, Q. M.D Nurse Sara Regustration Briseida ,Laura & Elaine were fantastic helping my husband with his pain found iur what cause his leg pain thanks guys awesome costumer service , I am a highly recommended this place','2019-12-31 06:18:57.000000','461782867645453'),('10221369273368950',1,'Very professional and took care of me immediately. Recommend them to everyone. They didn’t miss anything, handled everything and took care of me','2020-08-12 15:23:34.000000','1765121397101399'),('10221374170562219',1,'Quick, caring , and very knowledgeable. They were able to help me with pain and keep me very comfortable during the process. Also very FAST service.','2020-03-02 16:16:01.000000','1787364321589026'),('1022137764829888',1,'Highly recommended. Every time my family need some unexpected medical care we can always trust we will be treated great. The staff is amazing.!','2020-02-18 01:52:26.000000','251751275488925'),('10221395839299582',1,'Amazing Service, by Samantha, Bryan and Dr. Lim. Highly recommended super friendly staff, they got me in and out. Would def go back','2020-06-17 03:23:24.000000','1609539722669429'),('10221404255797038',1,'This place is AMAZING! The staff is very friendly. Amy the nurse was so sweet! The receptionist Quintessa was very understanding. Orlando was very gentle with my son and Dr. Hasegawa was awesome the fully explained everything that was going on! I’ll be going there from now on !','2020-03-11 14:37:07.000000','251751275488925'),('10221404411412991',1,'Just giving a shout out to SignatureCare emergency Center here in Lewisville Texas. Everyone was super professional friendly and expedited my care today. I would definitely recommend this place and I’m glad to know it is here should I ever need medical help 24 seven!','2020-09-24 21:28:07.000000','104213804456471'),('10221407361427801',1,'Easiest appointment I’ve ever went to. Everyone was super friendly and welcoming & they were very organized. Will definitely go back to this location if needed in the future.','2020-07-04 10:57:52.000000','1648645701907657'),('10221409040800653',1,'I love this place and all of their staff! They are awesome and very thorough! I have been here 5 times in the last 8 months and I highly recommend them!','2020-01-20 17:59:03.000000','235046800697531'),('10221416018886760',1,'The whole team from the doctor to the registrar Dr. Souman, Sarah G., Fatima B., & Tanishia W. were all so caring and welcoming! Will definitely refer my family and friends here...','2020-02-07 07:32:07.000000','461782867645453'),('10221424247297803',1,'Great staff! Thanks Lorena T, Amanda C, Jacob O, Torie W, Rachel/Patrick, and Dr. Vakey.','2020-09-12 20:55:29.000000','326347177710316'),('10221424271814007',1,'Very friendly staff. The nurse Mollie was very helpful and attentive. Carla, Mandi, and Courtney Temple at the reception desk were very professional and efficient. I had to have an X-ray done and the tech Gunnar was very nice and efficient. I’ve been to a lot of emergency rooms and clinics and it’s always have a good experience here. If you have a need this is definitely a top notch place to go.','2020-12-27 16:08:49.000000','235046800697531'),('10221437649197890',1,'I am insured by BlueCross BlueShield of Texas and this ER is within my network so I came in for the first time. It took me about 8 minutes to complete the paperwork and maybe another 3 minutes to be called in upon completion so I am pleased with the quick check in that I was provided. I had to stay overnight but the service I received was exceptional and the facility is very clean and well equipped. The staff that attended to my needs were Dr. Singla, Sarrah, Fahme, Carl, and Genesis. Definitely can recommend this ER.','2020-08-15 16:00:26.000000','829264323932850'),('10221440787669154',1,'Really great experience. Came in with terrible ear pain at 8:45 pm and was checked in, evaluated, and diagnosed in 20 min. They’ve got a calm, quiet, and clean waiting area. Nurse Chris and Dr. Patel got straight to the point with asking the necessary questions and evaluating my earache. Solid environment through and through, I’ll be back.','2020-01-23 03:14:00.000000','1609539722669429'),('10221446835058263',1,'The staff was all so sweet and made us feel right at home. My daughter said.. ā€œmom, I like this place.ā€ The doctor joked with her and just made her comfortable!! Thank you so much Signature Care!','2020-01-10 01:49:22.000000','326347177710316'),('10221455946774923',1,'My visit here was very pleasant and the staff took exceptional care of me. They were very knowledgeable about everything and it made my unfortunate visit all the more comfortable.\nAll the employees Samantha, Marcia, Raymond, Gustavo and Dr Hehman who assisted me gave top notch care.','2019-10-21 04:44:25.000000','1787364321589026'),('10221463273278352',1,'Friendly service by Jessica','2020-01-18 17:23:36.000000','544778295636544'),('10221469784356687',1,'The staff here is incredible. Super friendly, warm, and took care of my family right away.','2020-02-04 19:43:32.000000','1609539722669429'),('10221494873553258',1,'My experience was great they are very welcoming and listen to the person you have. They are doing a wonderful job','2020-09-20 19:21:47.000000','251751275488925'),('10221522235957900',1,'Deanna in registration, ER tech Jonathan, RN Dana, RAD Tech Hioan and the whole team was so nice and very quick with testing/making sure I was okay!','2020-11-04 23:44:15.000000','1765121397101399'),('10221525356387451',1,'Hands down amazing service. I came in with terrible pain from a kidney stone. They took care of me on the spot and I felt relief in minutes. The whole staff are super hero’s. And if anything comes up again I’m going straight to them.','2019-12-13 12:24:36.000000','167959367441528'),('10221531952300481',1,'A little bit of a wait but I got in and got checked out for my problem. A lot faster than an ER. I\'ve been to this location twice now and will be back again.','2018-01-11 17:39:15.000000','1765121397101399'),('10221537665784268',1,'They are efficient and extremely friendly. I have been to this location twice and they are always super clean. Remington and Clay were my nurses and they got me water and asked if I wanted a blanket while I waited. Best emergency center in Austin.','2020-12-19 17:43:55.000000','1698192877146046'),('10221538879570818',1,'Great service and they were fast and helpful!','2020-02-28 00:04:53.000000','167959367441528'),('10221542615866002',1,'Signature Care makes the process of Covid-19 testing quick and easy. Very helpful and caring! I highly recommend them.','2020-09-22 14:03:05.000000','104213804456471'),('10221571170259679',1,'took my husband, Keno, last night and this place was amazing!!!!! thank you for being very professional and caring!!! wish you would open one in Hugo, OK!','2020-03-06 17:20:01.000000','299216637560955'),('10221578079615160',1,'Great service and very friendly','2020-10-28 21:39:00.000000','1765121397101399'),('10221580224389444',1,'Alvean- the nurse was great! Was called back quick.','2020-10-20 21:30:59.000000','167959367441528'),('10221586398663168',1,'It was an amazing experience from the front desk to the doctor . They were quick and awesome !!!!','2020-09-13 01:16:35.000000','251751275488925'),('10221598479212166',1,'Everyone was friendly and welcoming, especially Alvean and Marcus. Liked the fast response with results. Great atmosphere. Definitely will advise family and friend to stop here for ER care.','2020-03-02 20:47:57.000000','167959367441528'),('10221601041289150',1,'My son and I visited on a Friday afternoon. We were greeted by a kind and happy front office staff. We were called back quickly, and the process began quickly. Everyone we encountered was kind, helpful, and disarming. One of the best experiences I have ever had.','2020-09-26 15:57:13.000000','167959367441528'),('10221607021312454',1,'I have been here on 2 occasions. Once I saw Dr Yost & Nurse Luke, the other time I saw Dr Curtis. Clean facility, extra friendly & caring staff & patient care was top notch!! THANK YOU!!','2020-04-25 22:27:44.000000','235046800697531'),('10221621749634455',1,'I came here because I was having flu like symptoms. I was greeted very quickly by Patricia at the front desk followed by Tricia and Alvean helping me in the back with great patient care! I would highly recommend if you need medical care quickly.','2020-03-12 22:02:45.000000','167959367441528'),('10221633078885869',1,'Quick and very friendly. Took the time to give us the attention we needed.','2020-03-05 15:19:25.000000','237100240304186'),('10221654905236414',1,'Chelsey and Aileen and Clay were great ! Very attentive and friendly','2020-10-11 15:34:27.000000','544778295636544'),('10221660995807159',1,'Valory and Alvean were wonderful during my visit. Very caring and sweet!','2020-10-21 18:55:19.000000','167959367441528'),('10221682113195738',1,'fast service and fantastic staff','2020-11-21 02:52:05.000000','237100240304186'),('10221689941330991',1,'Jennifer was great made me alot better','2020-12-28 22:39:20.000000','235046800697531'),('10221693856121412',1,'Me and my wife had a great experience at this location it was fast and friendly','2020-03-28 10:12:59.000000','104213804456471'),('10221693907131246',1,'Signature Care Emergency Center is awesome! Easy check in and quick diagnosis! Josh took great care of me!','2021-01-13 22:37:04.000000','235046800697531'),('10221698266184038',1,'The staff was amazing! Jamie, Angela, Kim and Dr. Jones were all extremely caring and helpful. Carl did my CT Scan and made it as painless as possible. It’s not often you can be in extreme pain and the entire staff can make you smile and even laugh šŸ˜† Thank you all!!','2020-12-16 07:14:33.000000','251751275488925'),('10221701848128877',1,'I have been dealing with an ongoing abscess in my hip for a few weeks now. I pieced together a treatment plan and it didn’t work at all. And it hurt and never went away. So, I asked for advice and a friend told me to come here, and I’m really glad she did. The staff here have been so nice and so efficient and thorough. From my nurses Lindsey and Chelsey, to the physician Dr. Rose, they made me feel comfortable and completely confident that I was in the right place. Lindsey and Dr. Rose especially, she cut me open and it never hurt one time (way more than I can say for my last incision..). As a self pay patient, they have kept me involved with all the options and the costs and I just can’t say enough how heads and shoulders better this whole experience has been. I will definitely be back if I get sick again.','2020-11-08 22:15:33.000000','1698192877146046'),('10221707974907459',1,'Staff is Very efficient and kind! Definitely recommend.','2020-11-06 14:18:26.000000','1765121397101399'),('10221716535609751',1,'Great customer service.\nShort wait time','2019-11-30 20:40:02.000000','167959367441528'),('10221741532352813',1,'Was great! Dr. Jaber was very quick and professional. All the nurses where very personable and had good humor. ER is never fun, but the staff here made it better.','2020-04-02 18:57:31.000000','167959367441528'),('10221748221475006',1,'visited this facility December 9, 20219 and the staff was amazing. They took great care of me and the entire team was patient and caring. I’m back tonight bringing my finance and he had the same amazing experience. It was great to see familiar faces like Dr. Nyland and nurse Sarra who took amazing care of me like they did my fiancĆ© tonight. Shoutout to the new reception Aerial she was friendly and patient as well. No long wait time each time I visited! Highly Recommended!!!!','2020-02-04 03:43:47.000000','829264323932850'),('10221757117894311',1,'This is a great place to go for treatment. Everyone is very friendly, professional and efficient.','2020-06-17 00:34:59.000000','235046800697531'),('10221776465270491',1,'I was a little hesitant about visiting an ER care center due to my past experiences with regular ERs. However, I must say I am thoroughly impressed. Everything was super fast. Those who assisted me, Jocelyn, Alvean, Jordan, Marcus & Dr. Davis[??] were all very professional & courteous. I would definitely recommend visiting here!!','2020-02-26 22:34:15.000000','167959367441528'),('10221777147724892',1,'wonderful experience, great bedside service and was seen before I filled out my paperwork. Definitely recommend this location, Alvean and Marcus were the best','2020-01-29 17:42:43.000000','167959367441528'),('10221808848957019',1,'They did an amazing job taking care of me! I was very pleased!','2019-12-10 00:01:39.000000','251751275488925'),('10221830384610707',1,'I have the flu šŸ¤’. But everybody took good care of me. Dr. Ortiz was great and Irving & Kat were amazing too. Even Ana at the front was sweet. I feel better already.','2020-02-07 02:00:14.000000','829264323932850'),('10221853122583614',1,'Fast and efficient service with little wait time. Thanks to Dr Garcia, Maya, Victoria, John','2019-12-19 16:18:26.000000','829264323932850'),('10221872083416327',1,'Amazing service loved chantel and Henderson and fabulous help and directions from tanishia','2019-12-30 04:08:19.000000','461782867645453'),('10221892665801031',1,'Bretnie, Lindsey, and Tawnya were so compassionate and made my appointment go so smoothly! They took care of me in a timely manner and educated me as well on getting me back to normal. Thank you ladies for the amazing service!','2020-07-27 19:38:19.000000','326347177710316'),('10221898779651648',1,'Loved it everything was smooth sailing, friendly and quick','2020-12-15 18:08:54.000000','829264323932850'),('10221912820275212',1,'Love the staff here, very fast and effective','2020-01-23 00:26:06.000000','251751275488925'),('10221931057055559',1,'I came in highly concerned about my overall wellbeing and instantly went for the urgent care near by. The staff here really helped to put me at ease. Delicia was warm and welcoming. \nDuke and Waldo were friendly and reassuring and made the Testing and X-ray portion go by with ease. Dr. Chukwuma was quite informative and put me to ease overall and helped with proper post-check medication, making sure I was all good to go.','2020-03-18 22:57:28.000000','1648645701907657'),('10221962688272176',1,'Mrs Theresa M and Mrs Magali are so helpful and so kind! they have an amazing drive thru process that gets you in and out in no time!','2020-07-16 17:36:07.000000','237100240304186'),('10221972743135821',1,'I had the opportunity to visit this wonderful facility on Friday and ended up needing to have my gallbladder removed so they put me in observation overnight before transferring for the surgery. This place has the absolute best care and best team! Dr. Elsbecker was quick to diagnose and treat my symptoms and get my pain under control. Nurse Shelli, Aileen in registration and techs Andrew and Carolyn were attentive to my needs and made sure I was comfortable and taken care of. I was even lucky enough to meet the night shift and nurse Gabe and X-ray tech Roderick were just as nice and caring as the rest of them. I thank you all for taking such great care of me. It’s never fun being a patient, but this place felt more like family taking care of me at home. I’m very grateful to know you all.','2020-01-05 15:10:50.000000','1698192877146046'),('10221991179821880',1,'Our check in was great Alysia she made the process great. The service and treatment was excellent. Would highly recommend','2020-12-17 18:08:30.000000','829264323932850'),('10222003857179215',1,'For someone to feel so bad the care and facility was far above what I expected. Was seen immediately by a wonderful nurse Mollie who made the whole experience worthwhile. I’ll be back','2020-12-14 15:35:19.000000','235046800697531'),('10222018904290482',1,'Fast and friendly service','2020-02-17 14:06:39.000000','251751275488925'),('10222022696500955',1,'I checked in on Tuesday this week after having a bad case of the stomach bug. As soon as I walked in Lisa at Registration was so warm and welcoming and that made the start to my visit even better. From there Pete and Rebecca M were amazing handling my care and Dr. Chambers was so attentive and caring to made it so easy to explain to him what was going on. I would recommend anyone going to be seen here! Best staff and great facility.','2020-03-12 03:25:50.000000','237100240304186'),('10222026101988861',1,'Excellent staff and very friendly. Felt respected and all my health concerns addressed appropriately.','2020-11-03 21:14:58.000000','251751275488925'),('10222027211486213',1,'Dr Harjai was amazing . Kind and thorough. \nPatricia greets you with a warm smile. All nurses were the best. Dana is truly a class act and amazing bed side manner. Highly recommend.','2020-02-14 13:03:03.000000','167959367441528'),('10222041549880091',1,'Kennedy and Lorena thank you for outstanding patient service. The entire team was outstanding! Thank you for what you do for patients everyday!\nMike Sizemore','2020-12-20 22:34:52.000000','326347177710316'),('10222046260457366',1,'Each member of staff was very kind and helpful. Answered questions that I had. Cleanly facility!','2020-11-10 13:25:57.000000','104213804456471'),('10222047722415806',1,'I had a good experience at this location. Alvean and Rick took care of business and made testing feel easy','2020-11-25 22:32:59.000000','167959367441528'),('10222058090791502',1,'I was in and out! Marcus and Alvean were great!!!!!','2020-03-02 17:51:58.000000','167959367441528'),('10222058166140451',1,'They were amazing, friendly and efficient. One of the best experiences I have had. Every member of the staff made sure I had all that I needed. You can tell they have your best interest in mind every step of the way.','2020-04-27 12:32:33.000000','1698192877146046'),('10222062426482053',1,'Came in for rapid covid testing and had excellent care. Jose, Brianna, and Jaquee and Dr. Yusuf were all great and made the experience a breeze. I was offered both water and a blanket and to watch TV while waiting for my results. Highly recommend!','2020-11-03 17:18:50.000000','1608991329419166'),('10222073491999739',1,'great place everyone was friendly and made me feel very at ease when I came in stressed and panicked. thank you','2020-09-12 02:34:11.000000','251751275488925'),('10222090068030531',1,'This urgent care facility was hands down the best I’ve experienced. Sindy at the front desk welcomed my mom and I with warm regards as soon as we walked in. Definitely made my situation better! The doctors, and nurses were so genuine and knowledgeable.','2020-02-16 21:00:34.000000','544778295636544'),('10222099522384495',1,'Everyone was really nice and polite. Dr. Das very friendly! I recommend 100%.','2020-10-01 23:55:22.000000','104213804456471'),('10222104570746812',1,'Everyone was awesome. Patricia was so sweet','2020-02-14 16:22:44.000000','167959367441528'),('10222137129684033',1,'The folks here were super quick, friendly, and professional. We went here to get everything checked out after a fender bender. The facility is much more pleasant than a regular hospital ER. My X-ray tech, Chris, was super chill, which was great for me because I get nervous having X-Rays done. Patricia at the front desk made sure we got coffee and made the paperwork easy. Alvean, our nurse, kept everything running smoothly. And Dr. Mauldin was efficient and professional with our physical exams.','2020-01-25 19:48:22.000000','167959367441528'),('10222147286740985',1,'Service here is great Alvean A.& Patricia C. were great','2020-01-02 20:19:15.000000','167959367441528'),('10222180679523759',1,'The staff at Signature Care ER are great! I came in this morning thinking I had Covid or the flu. Chills, body aches, headache, feeling like I got hit by a semi. I have been taking DayQuil and NyQuil religiously so I didn’t have a fever when I came in. However, my heart rate was in the 130s so they wanted to make sure they didn’t miss anything. I was swabbed first Covid, the flu, and strep - all negative. They did a chest X-ray and found that I had pneumonia. Fast, friendly service! Thank goodness for the thorough investigation by Dr. Lingan! Everyone there is very nice and has patient care in mind at all times. Thank you SignatureCare ER!','2020-08-23 17:52:48.000000','251751275488925'),('10222181420554275',1,'my visits here are always so pleasant they took really great care of my son and put my worries to ease , Jocelyn and Alvean was so helpful and works really great with kids. I’m\nSuper glad they’re close to my home .','2020-02-19 18:36:11.000000','167959367441528'),('10222187975355850',1,'I found SignatureCare’s COVID-19 testing process to be very safe and efficient in all aspects, and the staff were all friendly and helpful.','2020-08-06 00:00:27.000000','829264323932850'),('10222202432394186',1,'Sindy and Rashad, as well as the medical staff were great. I\'m glad I came here, no waiting, speedy and comforting service.','2020-02-09 01:55:32.000000','544778295636544'),('10222286841304227',1,'Thanks to \nDr. Alcanter\nChanel P. Registration \nEkaterinburg S. Nurse\nMarcus B. Rad tech \nHeather M. ErTech\nMy Baby girl Walked out singing I feel better so much better at 2yrs old šŸ˜„','2020-02-05 01:40:19.000000','544778295636544'),('10222289235639605',1,'My best friend had to be seen and they made her feel safe and cared for. The building is absolutely beautiful and helps you feel like you\'re not in a hospital. 10/10 would recommend.','2020-02-25 20:16:01.000000','251751275488925'),('10222316847977304',1,'DR faig\nNurses: Sarah, fahme,Catherine ,Laura , Scott , mercy and kandi .\n\nCame to visit for some throat paint and the staff here are so great ! I like coming to this location because of their service and how quick and efficient they are . Love how they explain every step they taking .','2020-10-29 16:59:58.000000','829264323932850'),('10222321033442227',1,'I will never go anywhere else!!! Everytime i come here they take care if me and are a wealth of knowledge \nShay the RN is the best and sooooo knowledgeable! I trust every staff member there with all my medical needs\nThank you soooo much!','2020-11-22 16:40:17.000000','1787364321589026'),('10222369595005408',1,'They got me in for a rapid Covid test same day. Lauren is amazing! I had my results 20 min after testing. Fast and efficient! Nice workflow that was very professional. It was a clean facility that I felt very safe. The doctor and nurses had great bedside manner that made me feel at ease.','2020-07-24 14:01:07.000000','105589317817643'),('10222371948551560',1,'This place is amazing! We were seen right away, the staff was quick and caring, and it’s way less expensive than the hospital ER. The facilities are clean and they have coffee and snacks. Highly recommend! Thank you to Rommel, Jonathan, Dr. Leavitt, Adolfo, and Rita!','2020-02-12 19:43:05.000000','1765121397101399'),('10222380377271830',1,'18 hours from home, visiting family on the loss of our grandma, we had to make an emergency visit. Thank you to Chelsey and Clay for making our uneasy experience turn into smiles and laughter. Can’t thank them enough for their hospitality!Extremely nice facility!','2020-11-21 21:02:11.000000','544778295636544'),('10222380648558612',1,'18 hours from home, visiting family on the loss of our grandma, we had to make an emergency visit. Thank you to Chelsey and Clay for making our uneasy experience turn into smiles and laughter. Can’t thank them enough for their hospitality!Extremely nice facility!','2020-11-21 21:36:44.000000','1698192877146046'),('10222411331818664',1,'This is the best ER visit that I have experienced. Everyone was so sweet and had a lot of patience from Tatiana, Bre M, and Kelly. Most of all Brandon William\'s and Nicole G were amazing and caring through my night stay. Dr. Souman was very Knowledgeable and very nice. Thank you all so much.','2020-01-12 12:31:23.000000','1609539722669429'),('10222420030872935',1,'I\'m not a fan of emergency centers, but I must say this one is different. My sister was evaluated and admitted and the staff was great through the entire process. Nicole, Dustin, and Ricardo were amazing. All three made sure we were comfortable while we waited for her.','2020-02-06 02:29:38.000000','1608991329419166'),('10222423693524510',1,'Was referred to Signature Care Emergency by a dear friend Brandi and received stellar service. Jennifer and Kara, Both RNs, are two of the sweetest nurses I encountered there. I was in and out with a diagnosis in no time. Will definitely be back!!','2020-02-25 23:08:25.000000','235046800697531'),('10222495727127648',1,'Had a great experience start to finish! Very professional, timely, and caring. I was in & out in under an hour. I especially loved Dr. Chopra!','2020-03-28 21:35:58.000000','104213804456471'),('10222512872352918',1,'This is our second day here with the whole family, everyone that has treated us has been fantastic! We loved Dr. Kimball! And everyone else!','2020-03-02 02:19:19.000000','1698192877146046'),('10222514530718812',1,'We were seen and treated by Dr Ashbrooks, RN Ryan, Rad/Lab Eric and Reg Tobin. This staff provided great care. We felt at home and prioritized. Time of service was quick, efficient and diagnosis accurately/explained','2020-01-29 03:36:39.000000','235046800697531'),('10222521186639398',1,'kind and compassionate staff. Nurse Karen and Dr. Ibarra took me to a room straight away and calmed my nerves. I was in and out in less than an hour. Amazing. I will recommend this ER to my family and friends.','2020-05-31 05:32:38.000000','1648645701907657'),('10222537837221817',1,'Dana my IRN was so helpful and gracious. She’s a great listener. Dr. Henderson was charismatic and extremely knowledgeable. He made me feel so comfortable. I didn’t feel like he was rushing me out the door as he answered my every question. My radiologist, Diem, has a wonderful sense of humor and is gentle. I’d hate to leave out the amazing receptionist, Natalie, who has a calm demeanor as well as efficient. Thank you. Y’all ROCK!','2020-01-16 17:13:06.000000','1609539722669429'),('10222547971300754',1,'This facility is all around great! I was able to schedule a rapid covid apt within hours, was greeted by friendly staff and felt right at ease by both Christina and Clay. Thank for all for taking care of me, I will definitely recommend this place to anyone in need.','2020-12-18 14:25:57.000000','1698192877146046'),('10222551671956855',1,'Excellent service always..','2020-09-29 09:51:02.000000','251751275488925'),('10222555824098340',1,'Very clean facility, friendly staff, knowledgeable doctor.','2020-11-01 21:40:15.000000','167959367441528'),('10222570888437619',1,'The team was professional, kind, caring and very timely in this office. From the front desk to the doctor and nurses! Really appreciated their straight forward treatment and care. Very good group of people! Couldn’t ask for better care! Thank you!','2020-10-12 12:59:04.000000','1608991329419166'),('10222595328858864',1,'Susana Robertson and Emily from the front desk have gone above and beyond this week to help fit me in! They have been extremely helpful during a very busy week. Would definitely recommend!!!','2020-06-17 16:55:27.000000','105589317817643'),('10222615043061043',1,'Amazing quick service. Efficient \nTanisha','2020-10-30 00:11:20.000000','461782867645453'),('10222628438009144',1,'wonderful staff, great service :)','2020-07-27 20:05:59.000000','105589317817643'),('10222658073070671',0,'I’ve been sitting in the drive through Covid testing line at the location on TC Jester for 3.5 hours. No one is moving. There’s been no explanation and zero communication regarding this delay. No one answers the phones either.','2020-06-14 16:35:33.000000','544778295636544'),('10222658919878849',1,'Covid testing! Amazing staff!','2020-06-12 18:04:07.000000','1698192877146046'),('10222672833915779',1,'Great care thanks to nurse Jennifer Tthuy An and Rdiolgy Maris','2020-03-31 20:06:52.000000','167959367441528'),('10222698901003817',1,'Got a rapid test and everyone was super friendly!!! Highly recommend, and hours are great for people with busy schedules since it’s 24 hours!','2020-07-28 06:18:44.000000','104213804456471'),('10222725697962411',1,'Stanlisha and Jennifer were awesome! Great place to visit!','2021-01-03 20:59:03.000000','299216637560955'),('10222774059843913',1,'I love the care and the doctors if I can i will Recommend this everyone love it thanks for taking care off me 100% Satisfier','2020-06-07 05:34:38.000000','251751275488925'),('10222774124324152',1,'Front desk, nurses and Doctor Did a great Job. Thanks','2020-06-19 00:46:21.000000','251751275488925'),('10222784357944534',1,'I recommend this ERcare because of the staff, nurses, and Dr are very friendly and knowledgeable. I felt very comfortable taken care of. I will be back.','2020-03-14 00:46:35.000000','104213804456471'),('10222801940411309',1,'Fast, clean, nice staff, Nurse Alvean was super sweet! Recommend!','2020-12-16 19:02:08.000000','167959367441528'),('10222802622193077',1,'Great staff (Lucas,Dr.Curtis, Kim , & Eric). Thank you for everything you do.','2020-02-17 17:52:29.000000','235046800697531'),('10222812633563115',1,'Very fast and pleasant to deal with!\nThanks Mollie, Mandi, Ashtyn','2021-01-07 14:05:54.000000','235046800697531'),('10222841627843788',1,'Our Nurse was Jamie and she was amazing. We saw NP Petra and Dr. Lindsey they were all very caring helpful. Our wait was short. I highly recommend them!','2021-01-12 04:43:21.000000','251751275488925'),('10222849574964183',1,'Nurses Christina R and Clay were extremely informative with great bed side manner. Would 100% come back','2020-12-22 17:05:03.000000','1698192877146046'),('10222884286792295',1,'Cody, Melissa and Sam were great! Very helpful.','2020-10-27 15:43:30.000000','105589317817643'),('10222886352811033',0,'Nurses are great, getting to them is a pain. Waited 3 hours, security guard was way too excited. I made an appointment & spent 3 hours waiting in my car. I would not go back. Testing is rapid, but the whole process was seriously annoying.','2020-07-10 22:40:21.000000','251751275488925'),('10222963584906186',1,'Was one of the only places I could find to get tested for Covid quickly. They handled it seamlessly and I felt safe the whole time. Staff was organized and responsive. Even though they were so busy, the Doctor (Straface) spent some time answering my questions thoroughly. She was actually very nice. I would recommend this place.','2020-07-06 00:59:37.000000','104213804456471'),('10223000343094525',1,'Great staff, very polite, great facilities, awesome care! Recommend this place to anyone in need of an emergency room.','2020-09-13 18:58:44.000000','105589317817643'),('10223001984770733',1,'This facility took really good care of me. Dr. Thomas, Andrea and Tanisha did an outstanding job with taking care of my needs and getting me taken care of. Would recommend to any of my family members.','2020-11-16 01:31:44.000000','461782867645453'),('10223009231325432',1,'Friendly staff clean facility. Overall great experience','2020-02-20 17:49:07.000000','251751275488925'),('10223067214811241',1,'Thank you to Dr. Elsbecker, all the staff and City Ambulance for being so efficient and caring today!','2020-06-09 21:31:14.000000','1698192877146046'),('10223073131394893',1,'Came in yesterday for a COVID test . Very professional, well organized and I didn’t have to wait a long time. I was in and out','2020-07-03 19:01:26.000000','104213804456471'),('10223085126218274',1,'Absolutely recommend! The care is swift and thorough! We’ve been in for COVID testing twice now and the service has been fast and genuine. The facility is clean and they even offered us a warm blanket while we were waiting! Our radiology tech, Thai, was super sweet and Daniel, our ER tech did a great job with our tests—Dr. Tran did as well and answered all of our questions!','2020-09-25 16:35:11.000000','251751275488925'),('10223112943042343',1,'I brought my uncle to get tested for COVID and the nurses were so kind! The registration staff were super friendly and helped us with a couple of questions that we had. The facility is super clean and practiced social distancing at its best!','2020-07-17 03:23:15.000000','1609539722669429'),('10223147758064882',1,'This staff is amazing! Had the greatest experience. Thank you to these folks ... \nDR. YOST, MD, JASON \nNurse: Kara O \nRadiology Tech: Jaylon R S \nFront Desk: Linda S N\n\nDr Yost really listened. He followed up with a CT scan and found the problem. Thank you','2020-06-22 06:19:13.000000','235046800697531'),('10223182754610760',1,'Kristen at the front desk was so sweet and helpful!','2021-01-19 03:04:55.000000','299216637560955'),('10223208404228435',1,'I was skeptical about coming here after reading all the reviews BUT I’m glad I did. I found these guys over the internet and called to find out more info. The lady over the phone was extremely nice I mean this is THE BEST customer service I have received over the phone! HOWEVER, these reviews almost scared me away. Yes, the $10 charge to register is a bit much BUT they do this to make sure people don’t cancel. Otherwise those who really need the test won’t get it. I arrived and only my son (5) and I had appointments but I brought my other son (14) with me and husband just to see if there was any possible way they could be tested as well. There was no wait at all, were so nice AND were able to accommodate my family of 4 right then and there. I was so grateful as I’ve been sick and my nephew (who lives with us) tested positive this morning. I don’t know what my results are yet but I can tell you that I will be coming back to this facility for any ER related issues (let’s hope I don’t have many). \n\nThank you for all your help and support!! You made a very difficult time so easy and hassle free.','2020-07-18 03:16:24.000000','167959367441528'),('10223210321036173',1,'I arrived at the site about 2:a.m. Sat . Morning with severe pain in my right side. After performing all the appropriate tests ( in my opinion) It was determined that I was in need of Gall Bladder surgery, The staff took care of all the arrangements for transportation to reception at the hospital of my choice. The staff at Signature care was right, After further testing at the hospital for an unrelated but preexisting problem. I indeed had my Gall bladder removed. The staff at Signature was unaware of the existing problem and it had nothing to do with the current problem. The Docs at the hospital were just checking to make sure surgery was safe. I have nothing but good things to say about the entire staff at Signature an would recommend it to anyone.','2018-05-10 12:55:04.000000','1765121397101399'),('10223224157528155',1,'friendly service by Luis, John, Dorie, Dr. Scribner, Carlton, Shajja','2020-12-13 01:54:25.000000','251751275488925'),('10223230045360493',1,'Awesome staff!! Very friendly and courteous!!\nNurse Nancy and Nurse Gabby were very nice and caring!! Registration staff Lorena, Hollie, and Jessica P were very helpful in answering my questions!!','2020-08-02 19:14:54.000000','237100240304186'),('10223284785163902',1,'Great staff, super helpful! Chris and Dr. Lim full explained everything and took great care!','2020-12-16 04:23:11.000000','1609539722669429'),('10223288085015542',1,'I was treated by:\nDR. CAVAZOS, MD, JUAN L \nNurse: Charlotte Anne L \nRadiology Tech: Laura L H \nFront Desk: Tanishia W\n\nThey were AMAZING and helpful. Thank you! I will definitely visit again!!','2020-04-10 02:50:58.000000','544778295636544'),('10223294272935164',1,'Thank you for all the help and advice Manny.','2020-08-04 22:39:31.000000','237100240304186'),('10223309580357718',1,'SignatureCare Emergency Center is a wonderful health care facility the staff is exceptional and the treatment is marvelous. There are no long wait times, you are treated with care as soon as you walk in. There is no overcrowding. I would definitely recommend going to SignatureCare for your health care needs and for excellent service and treatment by an exceptional health care staff.','2020-08-04 20:28:13.000000','105589317817643'),('10223320466022176',1,'Huge shout out to Dr. Chopra, Kevin and Georgia! The front desk girls Donna and Natasha registered her so quick as well!\n\nThey took awesome care of my daughter and comforted her while she had test done. Thank you so much SignatureCare!','2020-09-01 01:39:56.000000','104213804456471'),('10223343106596020',1,'The care I received today was top notch and unrivaled. From the time I walked in, I was cared for quickly by friendly faces of courteous staff who made the experience easy, comfortable, and as enjoyable as possible. Not only will I be back if the need arises, but I would recommend SignatureCare Emergency Center to anyone in the Texarkana and surrounding areas.','2020-11-01 22:04:00.000000','235046800697531'),('10223383385403557',1,'Great and speedy service!','2020-09-16 02:19:32.000000','251751275488925'),('10223385180363524',1,'Front desk staff (Lorena and Victoria) were very helpful, friendly, supportive. The process for covid testing is very smooth, much improved from a month ago.','2020-07-31 16:40:51.000000','326347177710316'),('10223426559469751',1,'Great and fast service! My favorite nurse is Alvean. I highly recommend coming here for your medical emergency needs.','2021-01-13 16:37:10.000000','167959367441528'),('10223452763168239',1,'The staff are very friendly and made me feel like my pain was a priority to them. Kat the nurse who treated me was the best. The service was fast and efficient.','2020-08-16 21:59:53.000000','251751275488925'),('10223474238226033',1,'Where do kind and helpful. Made you feel comfortable and answered all questions. Great work. They have the best hospitality','2020-09-08 02:38:11.000000','105589317817643'),('10223507031799046',1,'Staff was very friendly, facility was very well maintained. šŸ‘šŸ‘\nOs put up with me, and Jessica S. Had a great sense of humor.','2020-09-16 22:28:12.000000','104213804456471'),('10223510197560589',1,'Was seen for Covid testing at SignatureCare at the suggestion of my supervisor... very impressed! The facility was clean, and front office staff was friendly and enthusiastic. I was taken back right at my appointment time. The nurse, David, and Radiology Tech, Townesend, were helpful and very efficient in getting me taken care of. Highly recommend for anyone looking for quality care during these uncertain times.','2020-10-17 18:33:55.000000','1698192877146046'),('10223511627080135',1,'No one wants to be sick but when I have had to use their services they have always taken great care of me. I have never had to wait longer than 5-10 minutes to be seen and the nurses and techs as well as the physicians have a great bedside manner. \nI appreciate the level of care I receive here. \nA big thank you to Cynthia,Jonathan, Dana, Loretta, and Dr.Alcanter. Really appreciate you guys','2020-11-30 17:53:34.000000','1765121397101399'),('10223534729265724',1,'great place good service. Doctor took her time to answer all questions.','2020-07-05 01:18:38.000000','1787364321589026'),('10223541993833213',1,'Everyone here is really nice and attentive. The check-in service provided by Dee was quick. Within 10 minutes, I was seen by the nurse and doctor. X-rays were done, and I was given a diagnosis. \nThe customer service and attention to detail given here is phenomenal.','2020-11-20 18:54:58.000000','829264323932850'),('10223544737350355',1,'Thank you Magaliy and Teresa M. for taking good care of me during my visit today. The extra care and compassion is greatly appreciated.','2020-07-16 17:44:42.000000','237100240304186'),('10223555140127242',1,'Good staff.. very professional and clean. Just a little wait time to see the doctor. The Dr was really nice and knowledgeable. Nurse Christina .R very nice and helpful. Overall experience was Fantastic.','2020-12-18 22:52:04.000000','1698192877146046'),('10223557346347929',1,'The staff at the front desk, the nurse, and the doctor was incredibly nice and helpful. I went in to get my COVID testing. I highly recommend this clinic. It was easy to schedule an appointment online. The process to admit and see the doctor was quick and organize.Thxs Brandi/Shannon Dr. Healey...Nurse Leslie/Kelly...Rad Tech Chris...ER TECH Jonathan','2020-08-02 12:44:04.000000','1765121397101399'),('10223593615495435',0,'The staff is excellent here which is why I gave them 2 stars, but my problem stems from corporate offices... I got an antibody test done a week ago after being exposed to COVID-19 and was told my results would be back in \"2-5 days\" and to \"call if there\'s any problems.\" After day 4, I started to get a feeling that maybe my info wasn\'t put in correctly and my test results were just floating around in the system which is why I haven\'t heard anything via phone/email/labcorp portal, so I started to reach out. First I tried via phone. While I was there, the phone rang constantly with no one answering it, but I didn\'t think anything of it until now. I realize they just aren\'t answering phone calls at this time, but are still instructing patients to call? There isn\'t even an alternate phone number listed on any of the paperwork I received. I then tried email with no luck, so I started to reach out via social media. I hate being this person, butI I honestly feel like I have no choice. The social media manager was the only person I talked to who was understanding and tried to push me through to customer service who simply said \"I can\'t help you.\" Never had I asked for a HIPPA violation, but just some information on how I can get help with my problem. I hoped they could pass my info along, and the facility could contact me, but nope! I completely understand and sympathize with health care professionals during this pandemic, don\'t get me wrong, but how this situation has been handled is unprofessional. My suggestion would be for them to put in voicemail services and have a designated person answering triaged voicemails once an hour. I honestly believe my rapid test and antibody tests were scams at this point and have demanded a refund so I can go get my test done somewhere else. I\'ve heard of Spectracell giving results back in hours, so they will be who I end up going to as I should\'ve done in the first place. Do not come here for anything COVID-19 related.','2020-06-20 17:29:17.000000','1608991329419166'),('10223603243456123',1,'Staff was amazing šŸ˜‰. Even though their busy they do take the time out to help you and to make sure you have all the info you need.','2020-07-21 03:17:22.000000','104213804456471'),('10223610830808573',1,'Fantastic experience. Staff is very professional and knowledgeable. Highly recommend.','2020-10-18 14:19:52.000000','105589317817643'),('10223620287750819',1,'Great Service!!! Thank you Cynthia for helping me. This experience was completely hassle free.','2018-08-27 14:39:13.000000','1765121397101399'),('10223632573832771',1,'The staff here is very kind and helpful. They were very patient in explaining things during my visit.','2020-12-31 18:19:21.000000','326347177710316'),('10223651832627765',1,'staff was very helpful to our large group and brought us all drinks while we waited. thank you Dr Yost, RN Jennifer, Courtney, Shanna, Rusty and Haley. yall are wonderful!','2020-06-16 21:34:53.000000','235046800697531'),('10223657274409316',1,'This is the only emergancy room I will go too now. the staff is amazing and very quick and actually cares about the patient. I highly recommend them!','2020-09-29 01:00:13.000000','251751275488925'),('10223692595965570',1,'They were so kind and it was such a relaxing treatment compared to anywhere I’ve been. I will drive the distance to come here from now on. Marylu was amazing !!','2020-12-01 21:34:52.000000','251751275488925'),('10223719519684109',1,'Staff was amazing! Donna M at check in was a kind and courteous lady. The nurse Keeley was super friendly and Dr. Straface was very sweet and gave me so much great information. I will definitely recommend this place to my friends and family!','2020-06-19 05:38:51.000000','104213804456471'),('10223735191476705',1,'Never thought we\'d end up at the emergency clinic, but I\'m so thankful this is the one we came to. Heather at the front desk was so helpful, comforting, and got us through the process with ease!!','2020-11-12 01:46:30.000000','299216637560955'),('10223753562655390',1,'When we arrived they got my daughter comfortable with very little hassle. Very friendly staff, clean and calm atmosphere, will come again if ever a need arises.','2021-01-22 00:54:18.000000','105589317817643'),('10223755291293256',1,'Quick and easy. Diane was a great nurse. Highly recommended','2020-08-08 05:06:57.000000','1698192877146046'),('10223772452289279',1,'They were very respectful and nice and offered extra help with other issues I might have. They were able to figure out I had bronchitis when I only came in for a COVID test. They assisted me very quickly as well.','2020-10-06 19:30:02.000000','326347177710316'),('10223800130615862',1,'Teresa M was great. Very courteous and professional.','2020-07-16 16:07:04.000000','237100240304186'),('10223807570361764',1,'Staff was very helpful and patient with a such a large group at one time. \n#Tech Rusty\n#RN Jennifer\n#Britany\n#Haley','2020-06-16 21:32:05.000000','235046800697531'),('10223808972589499',1,'The staff at this location were amazing! Fast efficient service. Alvean and Luisa were great !','2020-12-28 00:17:40.000000','167959367441528'),('10223823911615905',1,'Excelente servicio y buena atención','2020-10-21 17:15:38.000000','1765121397101399'),('10223850218906018',1,'Jessica was wonderful! They were able to get me in and get tested! 😊','2020-07-16 17:49:00.000000','104213804456471'),('10223869463148751',1,'Really satisfied with the care in this location! Everyone is really nice and helpfull and really professional. Lorena T and Amanda C in the registration section are really organized and polite. Nurse Jacob is great and The ER Tech Rachel is super nice and super good at what she does! Rad. tech Torie was so nice as well. Dr. Vakey was also really nice when giving me my diagnosis. \nGreat Place!','2020-09-12 20:23:06.000000','326347177710316'),('10223893465468783',1,'I recommend signature care they have a great staff thanks to Katherine Stephanie Dr.Castenda Keana and Queyn for the care on today ā¤ļøā€¼ļø','2020-09-27 22:06:03.000000','829264323932850'),('10223898843609159',1,'Clean site, not a long wait, and I felt very safe. Everyone was super friendly, especially Brenda and Dana!','2020-11-13 17:27:36.000000','105589317817643'),('10223916381923361',1,'Trish was awesome!!! The staff was attentive and so friendly. I would recommend this facility to anyone. Great job !!!!','2020-07-19 22:15:13.000000','1787364321589026'),('10223958152412514',1,'Excellent care and efficient process!','2020-11-24 14:02:56.000000','104213804456471'),('10223964111189045',1,'Took my 8 yr old son in for an earache about 8 in the evening. \nEveryone was really nice and attentive. They took the time to listen, and understood how he felt. \nThere was no wait time and it was clean. \nVery Satisfied and my son thanks you!','2018-04-06 13:53:52.000000','1765121397101399'),('10223996148189022',1,'Very kind and friendly ladies! Leslie, Morgan, & Chloe','2020-12-18 16:48:23.000000','235046800697531'),('10224016635303996',1,'I love this place. It\'s not congested like your typical hospitals.The staff is AMAZING!!!\n\nSpecial thanks to my AWESOME care team and doctors. \n\nDoctors Dr. Do, Dr. Henderson, Dr. Miller.\nNurses Chris, Tammy, Vinnie, Ask & Sonny\nER Tech Brandon\nRAD Tech Bryan\nFront Desk Sanantha','2020-10-27 00:51:31.000000','1609539722669429'),('10224033344329973',1,'Jacolby is the best! Great bed side manner!','2020-11-22 14:37:52.000000','299216637560955'),('10224056765585374',1,'By far the Best ER Team ever!! I was in top notch care with Hilary RN, John Rad Tech and Delicia & Ashley front desk with Dr Lindsey!','2020-09-17 21:03:59.000000','1648645701907657'),('10224070095570784',1,'Lindsey, Valory and Marcus took great care of me while I was in their care!','2020-11-23 19:55:12.000000','167959367441528'),('10224077493384411',1,'worried about a Covid-19 test but staff up me at ease. fast friendly service.','2020-09-25 02:06:48.000000','105589317817643'),('10224085139457251',1,'I highly recommend this specific location because Dr. Nweze, Stephanie, Natalia, Rollie are God\'s gift to Houston! I have never seen a team of staff so in sync! they are very professional, caring, prompt, detailed and most of all clean. they relieved me of my pain so fast!! This location will be my go to location for any emergencies, especially because of their amazing staff.','2020-10-31 10:59:24.000000','1648645701907657'),('10224105092712701',1,'Staffing is very caring, attentive and professional, had a great experience and would highly recommend family and friends.','2020-10-13 22:22:20.000000','1787364321589026'),('10224124758216179',1,'Awesome experience, staff was friendly especially miss Jaime! I definitely recommend coming here for any medical need they would do for you! Give them five stars ā­ļø','2020-12-10 01:47:45.000000','251751275488925'),('10224135603721867',1,'Our little girl busted her head open today and was given excellent care today! Dr. Ashbrooks was wonderful and caring. Jennifer W. and Mollie both did a great job holding down our little wiggle worm! Thank you SignatureCare for making a stressful situation a lot better!','2020-12-13 22:08:39.000000','235046800697531'),('10224149407709155',1,'Friendly staff! I was attended quickly. Thanks to Alvean and Jordan very friendly nursing staff! And awesome Dr as well!','2020-11-04 15:10:20.000000','167959367441528'),('10224162139067719',1,'Nurse Kara and Dr. Yost were overly helpful and verrryyy thorough during our visit.','2020-08-30 01:13:32.000000','235046800697531'),('10224171026120419',1,'Special thanks to Alvean ,Valory and Marcus you guys are awesome!!','2020-10-27 17:25:33.000000','167959367441528'),('10224179123286465',1,'Brenda and Dana are awesome! They’re taking care of me better than I take care of myself. I highly recommend this location anytime life throws a curve ball at you!','2020-11-13 20:54:34.000000','105589317817643'),('10224182104444577',1,'Dr. Faig provided excellent service also nurse Marissa was wonderful and sweet .. the staff was great ā€¼ļø','2020-11-05 12:34:23.000000','829264323932850'),('10224214623657711',1,'What a great experience the staff was amazing and the provider was so good. Great to have this in our community and I will be referring my own patients and otherS (family & friends) here.','2020-12-29 20:09:47.000000','105589317817643'),('10224219557945046',1,'everyone was very friendly and professional. clean facilities and quick service','2020-09-12 00:30:02.000000','596022027480375'),('10224226893759211',1,'I came to complete a COVID19 Antigen test for travel requirements and the attention was real quick and great. Excellent support from Marcus and Alvean.','2020-10-13 19:12:43.000000','167959367441528'),('10224229546195154',1,'Caitlin was awesome! very helpful and caring ! What a great experience at the Paris Er','2020-10-27 15:57:45.000000','299216637560955'),('10224237722154204',1,'Chunah, Dr. Henderson & Clarissa were very helpful.','2020-11-11 23:58:07.000000','167959367441528'),('10224239607561639',1,'They are friendly and take their time to see what the problem is. My son, daughter, and husband have all been here and it\'s always the same. \nRegistration Christie and Kim were awesome and very polite. The RNs Lucas and Kara were very attentive. Eric from radiology was a sweetheart and Dr.Yost was on point. If you need medical attention or care I recommend Signature Health Care Emergency','2020-12-30 15:57:29.000000','235046800697531'),('10224251142734925',1,'Awesome experience. Friendly staff. Thanks to Christie, Kim, and Ashtyn , Eric, Josh, Lucas, Kara, and J. Harrison!','2020-12-31 02:13:11.000000','235046800697531'),('10224318831069166',1,'Quick and friendly care šŸ’• Lorena T explained everything very well when arriving, Jacob O offered me a blanket because I had been cold, Laura D and Dr. Vakey were very thorough. I would definitely recommend this place to others for prompt, thorough and friendly care!!','2020-10-11 15:49:13.000000','326347177710316'),('10224350391171107',1,'I’m impressed with the kind and helpful staff that helped me! Dr. Henderson was friendly and easy to talk to. From the ladies at the front desk, Shelbie and Mandi, to the nurse staff, Lucas, Mollie and Katy. Everybody was amazing!','2020-12-25 22:02:27.000000','235046800697531'),('10224388891808694',1,'The kindness and nicest staff of any urgent care I’ve ever been too. In and out so quickly. Thank you for the comfort and professionalism.','2020-11-25 17:15:37.000000','105589317817643'),('10224396026757987',1,'Fast and thorough! Thanks Signature Care! @@mandim, @@ashtyn,@@ Jennifer w, @@mollie, @@katy, @@sam, @@jacoya, @@ryan','2020-12-14 13:41:29.000000','235046800697531'),('10224446596695624',1,'Jacoby was such an amazing nurse, he really talked me through my procedure and made me feel like I was safe and properly being taken care of! Great experience all around!','2020-11-23 23:51:48.000000','299216637560955'),('10224448901557985',1,'We had to stay overnight at Signature and received excellent care! The staff did what was necessary to get the medical attention that was needed. \nIf we ever need ER care again we will be there!\n\nDuring your Visit you were taken care of by: \nDR. YOST, MD, JASON \nNurse: Rn, Jennifer W \nRadiology Tech: Gunnar S M \nFront Desk: Mandi M','2020-12-01 16:28:38.000000','235046800697531'),('10224451957984087',1,'I just wanted to tell you all that SignatureCare Pflugerville is absolutely amazing! If you have an urgent medical need, this is the place to go! The staff and doctors are so attentive and caring. I’ve never been to a medical facility that has made me feel this confident in knowing I’m in great hands and they value me as a patient.','2021-01-13 20:40:39.000000','105589317817643'),('10224487467559919',1,'Alvean was very kind and fast.','2020-11-11 14:25:15.000000','167959367441528'),('10224505435930394',1,'I have visited this ER a couple of times and I love the staff and doctors. Dr Faig was on this last visit when I had intense pain. Nurses Irving and Marisa are so professional and friendly. Their compassion they show for their patients is above a five star. They make sure you have plenty of warm blankets to make you comfortable as possible. They are the best at at what they do. Dr Faig makes sure he finds out what is wrong and gives you the treatment needed if it can be done at home and always ask if you feel ok. Nice personality and easy to talk to. \nAshley is a great ER tech and the front registration Ana and Kandi are friendly and make you feel you came to the right place. When you are in pain and worried the drs and entire staff makes you feel better.','2020-08-07 08:12:21.000000','829264323932850'),('10224505853618013',1,'My nurse was Chris C., Ricardo was my Tech. Dr. N. Patel was the Dr and Leslie was the nice girl upfront.. they took very good care of me...','2020-11-27 04:25:45.000000','1609539722669429'),('10224508695844718',1,'We had an amazing experience with Chelsea, Clay, Meagan and Dr Tajani today. My son required stitches and they were professional, caring and sensitive to his needs. I absolutely recommend them and this location!','2020-10-24 17:22:42.000000','1698192877146046'),('10224522705402025',1,'If you have a medical emergency this is the place to go. Caitlin in registration was so kind and welcoming and the Dr and nurses were prompt and informative. One of the best hospital experiences.','2020-09-13 04:59:48.000000','299216637560955'),('10224531761148379',1,'Emily, Dr. Mauldin, nurse Cody, rad tech Kari, and ERT Brenda made my sick day better with their overall kindness and care. Thank you for all you do!','2020-11-23 18:39:36.000000','105589317817643'),('10224536076897576',1,'I came in with chest pain and everyone was super kind. Thomas, Lynn, Tanisha, and Sedeick were all so helpful. I would definitely come again if need be.','2020-11-16 09:38:41.000000','461782867645453'),('10224545462164310',1,'I have now been here twice for the covid19 rapid antigen test, and the staff is super organized. Today I was cared for by Townsend and by Chelsea they were knowledgeable and friendly administering the test and answering my questions. If I need a test again, I\'ll be coming back here.','2020-10-02 20:11:46.000000','1698192877146046'),('10224565720433437',1,'There was no wait. I am a RN if 43 years and we can be difficult to work with. They were patient with me telling them how I had been treated before for this and what generally worked. I was visiting from North Texas to help my cousin with the death of his spouse and became ill. There was no urgent care facities open after 9pm. I know the fees will be higher but it was worth it for the fast, friendly service i received.','2017-12-30 15:52:28.000000','1765121397101399'),('10224579232172053',1,'Everyone was really pleasant! I got in and out of the facility real quickly as well.','2020-12-02 11:43:36.000000','251751275488925'),('10224622715899699',1,'Dr. Jones, Jamie, Joanyellle and Dorie are all the absolute GREATEST!!!! Helped me feel better in the middle of the night! Great staff!!!','2021-01-09 07:59:30.000000','251751275488925'),('10224627011412379',1,'Hands down best visit to a medical office. These people are all so sweet.','2020-11-03 16:30:17.000000','1765121397101399'),('10224658318704982',1,'Very quick and efficient! Staff was very knowledgeable! Mollie and Mandi were great and so helpful!','2020-12-29 14:31:16.000000','235046800697531'),('10224701293703057',1,'Dr. Faig and Nurse Sarah are fantastic!! Best experience!!','2020-11-13 16:39:41.000000','829264323932850'),('10224722026422115',1,'When you first walk-in the registration with Maria and Marisol is very comforting even if you are not feeling so well. Nurse Adrianna was very friendly and makes you feel like your the only person she is attending to. Dr Marks was wonderful and made me feel like she will take care of me and make me feel 110% better. I really appreciate all y’all do in this time of need. Y’all are awesome!!!','2020-11-08 18:40:42.000000','237100240304186'),('10224737599411477',1,'My experience here was awesome! The receptionist emely and Vanessa were awesome and very helpful. The doctor was very informative and kind .. definitely recommend','2020-10-23 04:49:46.000000','1608991329419166'),('10224768612099803',1,'Signature Care was great for us today. Very convenient, wonderful staff, no waiting and great care. Saved the day!','2021-01-24 04:33:41.000000','1698192877146046'),('10224797276657458',1,'The staff are friendly and very professional. Thanks to Marylu, Daniel, Dr Henderson for making this a pleasant experience. This is the cleanest ER that I have ever been to.','2020-12-19 14:16:59.000000','251751275488925'),('10224810275583765',1,'Good service ...\nDr.fair \nNurse fahme and Katherine \nCarl ,alysia ,savannah..','2020-11-12 15:30:11.000000','829264323932850'),('10224831993572340',1,'This place was very accommodating and friendly! Lynn, Dr Hasan, Tanisha, Fatima were all wonderful!!!','2020-10-19 01:40:11.000000','461782867645453'),('10224834569355221',1,'Gunna and Mollie were amazing.','2020-12-27 17:19:16.000000','235046800697531'),('10224882534316135',1,'My husband felt down this morning and Ercare24 do help fast and nice service','2020-09-28 17:04:56.000000','1608991329419166'),('10224883030842830',1,'Care was prompt. Staff were kind and helpful. Definitely a preferred facility to use.\nMandi M., Ashtyn, Jennifer W. Mollie, Katy, Sam, Jacob, and Ryan are the best shift!','2020-12-14 15:08:08.000000','235046800697531'),('10224917035900291',1,'Georgia was very compassionate with my daughter. We hope we never have to come back but if we do we will be requesting her.','2020-11-12 04:21:27.000000','104213804456471'),('10224926219371198',1,'Always have an excellent experience here! Thank you Brenna, Kim, and Kiara. You are wonderful!','2020-11-28 20:16:36.000000','299216637560955'),('10224928280018128',1,'Fast and friendly. In and out in a flash. I’ll definitely be back if needed.','2020-12-29 01:58:52.000000','105589317817643'),('10224956169478225',1,'The staff at SignatureCare Emergency Center are compassionate and kind. Also my wait time was reasonable.','2021-01-01 01:23:46.000000','235046800697531'),('10224976936833829',1,'I came in because I was having a mild allergic reaction. The staff got me in right away. The doctor saw me and treated me quickly. He was friendly and spoke to me about treatment and observation. I\'d never been here before but they\'re at the top of my list in future.','2020-09-17 22:38:58.000000','1698192877146046'),('10224990544853196',1,'Bretnie and Amanda were very helpful. I was seen quickly. And treated well. I’ll definitely be recommending signature to my family, friends and clients!','2020-12-31 17:11:54.000000','326347177710316'),('10224991957447540',1,'Quick, quality service especially with small children','2021-01-09 15:07:33.000000','235046800697531'),('10224998788500461',1,'I love everyone here they are awesome. they take really good care of you here','2020-12-09 04:26:05.000000','251751275488925'),('10225009322999922',1,'I had a awesome experience at Signature care! Thanks to Keily and Heather at registration. Nurse Tammy was amazing!','2020-12-02 17:18:40.000000','299216637560955'),('10225028347202595',1,NULL,'2017-08-23 14:38:25.000000','1765121397101399'),('10225032980838698',1,'April & Dr. Chowdhury are amazing! So caring & friendly! I highly recommend coming here!','2020-10-31 20:52:11.000000','104213804456471'),('10225039083984795',1,'Quick care and friendly staff!!\nMandi M, Ashtyn, Jennifer W., Mollie, Katy, Gunner, Jacoya, Ryan, Morgan','2020-12-15 14:46:32.000000','235046800697531'),('10225071678923403',1,'Everyone was very friendly and attentive. My nurse MaryLu, was exceptional and took very good care of me. My only downfall is the amount of time spent at the ER. I arrived at 10am and didnt discharge until 8pm. The time was long but I was able to get an idea of what is really going on with my health problems.','2020-11-27 01:30:45.000000','251751275488925'),('10225078622140645',1,'I had a great experience here. Staff was super professional and very knowledgeable. Definitely recommend. Shout out to my nurses Kat & AJ, and my physician, Dr. Scribner for taking great care of me!!!','2020-09-18 16:34:16.000000','251751275488925'),('10225109168535537',1,'The team at signature care in Killeen (Jamie, Carl, Kim, Shajja, and Angela) were professional, knowledgeable, and friendly. Definitely recommend when feeling under the weather','2020-12-30 02:45:41.000000','251751275488925'),('10225122002096418',1,'I went into Signature Care Emergency Center yesterday for severe back pain. They were so helpful and took such excellent care of my problems. I am feeling so much better today. The entire staff from front desk, nurses and doctors were all wonderful people. I highly recommend this place.','2018-01-22 15:42:59.000000','1765121397101399'),('10225153394361230',1,'Thank you so much ā€œKeri, Dr. Estevez, Anastasia, Dian, Elizabeth and Vanessaā€!!\nCame in for a tooth infection not knowing what to expect since I couldn’t get in to see my primary physician. This location is AWESOME! The entire crew was super friendly and professional. The place has all 5 Star Medical Amenities as if you were at a full hospital. The medical care, attention to detail, with superb customer service is impeccable! Highly Recommend Going There!','2021-01-03 01:47:59.000000','1608991329419166'),('10225180202557585',1,'Everytime our family has used SignatureCare Emergency center it has been a positive experience.','2020-12-06 01:34:03.000000','235046800697531'),('10225225506774342',1,'Christina R and Clay were really friendly and helpful. Niecie was efficient and got us checked in quickly. Dr Dodd was great. The whole experience was excellent.','2020-12-18 18:52:45.000000','1698192877146046'),('10225288515626854',1,'I went to get covid tested and was so scared and when I went here everyone made me feel so comfortable !\nVery professional and caring \nI enjoyed everyone from Dr Wang and Josh and Jessica \nAnd Ralph and Ladonna were fantastic \nGo here if you need care','2020-12-12 00:40:00.000000','544778295636544'),('10225313550447384',1,'Best ER ever!! Amazing team! Leslie, Nicole, Bre, Ashley, Madeleine, Jacque and Dr Dang are the amazing!!','2021-01-13 07:59:30.000000','1608991329419166'),('10225356645408367',1,'Dr Das, his staff and April the nurse were absolutely wonderful, and kind. I cannot recommend them enough. They are so attentive and caring.\nThank you all for everything you are doing and the countless hours you are putting in to care for us during this pandemic. Keep up the good work.','2020-12-25 21:40:31.000000','104213804456471'),('10225384689868295',1,'Super fast everyone has been great brought my daughter snacks and stickers for being a big girl! Made her feel better.','2020-11-17 01:19:38.000000','596022027480375'),('10225500445484229',1,'Fast service, fast results!','2020-10-12 22:03:14.000000','1765121397101399'),('10225502256809935',1,'Absolutely love the kind people I’ve met tonight, especially Kevin! The level of compassion and good energy the staff gave off made it so much more comfortable.','2021-01-19 07:35:18.000000','104213804456471'),('10225514976164989',1,'Highly recommend! The facility is very clean and staff is fantastic! Thanks to Dr Dang, Sarra, Quyen, John and Carly!','2020-11-02 17:54:05.000000','829264323932850'),('10225518695900907',1,'Literally every single person at this location is SO nice. They are all very warm and welcoming even during a stressful situation. I was helped by Lindsey and Chelsey and they both provided excellent care! Thank you!!','2020-10-26 20:14:11.000000','1698192877146046'),('10225594506596161',1,'Great experience awesome staff! Sent several patients here and have heard nothing but good things!','2021-01-23 03:44:17.000000','237100240304186'),('10225638837101203',1,'Fast reliable comforting and theyvhave always treated me with respect','2020-12-11 14:41:12.000000','829264323932850'),('10225769988819745',1,'Gabriel, Josiah, Chris and Dr. Rose all provided excellent care tonight. I was checked in promptly, treated and released all within an hour. Signature ER on Slaughter is super clean and I\'ll definitely be back for any urgent care/emergency needs.','2020-12-01 15:38:01.000000','1698192877146046'),('10225861795951848',1,'The staff is nice and professional. Thank you Mandi, Ashtyn, Jennifer, Mollie, Katy, Sam, Jacoya, Ryan and Gunner!','2020-12-14 23:30:29.000000','235046800697531'),('10226622982027578',1,'we had a great service with Dr. Tiniecia and Luisa.','2020-10-27 01:17:39.000000','167959367441528'),('1023043031383468',1,'Patricia and Alvean helped me in my visit and they were very polite and helpful! really recommend it!','2020-02-08 21:30:53.000000','544778295636544'),('1026073597742929',1,'I’ve taken my whole family to this Emergency center, because the front desk staff and nurses as well Doctors are phenomenal!! They always treat us with the best care possible and always ask if we would like a warm blanket! \n\nI’d definitely recommend you come as well bring your family here for your next emergency!','2019-12-31 16:43:07.000000','251751275488925'),('1027781017400656',1,'Hello my name is Jason. I had to go to Signature Care in South Austin. I Needed help with a medical issue that was getting worse. They were courteous and professional. Taking care of my problem within a few hours. Even made it affordable for me. I highly recommend them to anyone. They did a wonderful job! If necessary I will definitely return.','2017-08-31 20:55:59.000000','1698192877146046'),('1028093347364420',1,'I love this place, it is awesome any time I need assistance with my health they are right on time for me . I\'m in and out and Jesse is a great nurse. \nAlso doctor Golla is a wonderful caring doctor.\nbest place ever on need of help when u are sick.','2018-09-05 20:37:07.000000','544778295636544'),('102842431287240',1,'They had very good customer service and was very helpful & wonderful i had a great time with nurse: Kristina & doctor:john','2020-02-02 19:21:24.000000','829264323932850'),('1029124467527071',1,'Awesome. Super fast and the ladies up front (Amanda and Lorena) are so kind and helpful. In and out and the doctor and tech were also so nice. Great place :)','2020-09-12 19:12:40.000000','326347177710316'),('1029347067530025',1,'Me and my daughter had a wonderful visit her nurse Alvean was so helpful and kind to us.','2020-11-12 22:08:43.000000','167959367441528'),('1029457944161324',1,'Lacey was great! Fast results!','2020-10-20 15:07:43.000000','167959367441528'),('1030621674042622',1,'The service here was wonderful. Dr.Hasan and his crow works Erika, Sydney, and Tanishia. We’re extremely out standing at my visit today, I couldn’t say nothing bad. They were an amazing!!!','2020-10-20 00:44:43.000000','544778295636544'),('1030818427311632',1,'I come to the signature care ER in the heights all the time it’s near my house. They always take such good care of my family and I no matter How we’re feeling! they take great care of us, I would recommend them to everyone!!! It’s always so clean and everyone is so friendly.','2020-03-11 17:46:40.000000','1609539722669429'),('1031274714008207',1,'This was my first visit and I have to say the staff was so wonderful! From the minute I walked in Elizabeth T was very attentive and so helpful. Nurse Teresa and ER Tech Lai made me feel so comfortable. Both of them were extremely patient and kind. When I met Dr. Yusuf he explained my results and made sure all my questions were answered. I highly recommend this location for any medical needs. They were amazing!','2020-10-30 01:05:14.000000','1608991329419166'),('1032466200448565',1,'Kendra was very nice when I checked in and was fast. Jacob was nice as well and all the staff were friendly.great experience','2020-01-19 15:53:43.000000','326347177710316'),('1032919443845429',1,'Great experience!!!! The covid test was hard for me lol but the staff was fast and friendly ! I even got same day results','2020-09-21 15:01:34.000000','104213804456471'),('1033078033566255',1,'Went there after a cycling incident and was treated immediately. Staff and doctor were very friendly and made me feel like I was there only patient. Fabulous experience!','2019-06-14 12:44:18.000000','1698192877146046'),('103415804553646',1,'Very welcoming and helpful people.Patricia C-registration; Alvean A-nurse.','2020-01-26 22:53:24.000000','167959367441528'),('1035617630123219',1,'This ER was the best one I’ve been to I loved how welcoming Tanishia was when I walked in and loved the nurse Susan and er tech Daniel Rad Tech Laura and most definitely the doctor Nguyen every one was very sweet and caring and I loved how the doctor took the time to sit there and answer all my questions and explained everything to me','2019-12-04 07:39:06.000000','461782867645453'),('1037096383328471',1,'The service was wonderful I would recommend signature care to anyone the staff was wonderful thanks to alvean,Patricia and Thuy an','2020-02-23 19:59:16.000000','167959367441528'),('1038147609948388',1,'Super friendly and professional! Jacob O, Lorena T, Amanda C, and Laura D were amazing help. Definitely will be coming back if needed!','2020-08-30 20:50:40.000000','326347177710316'),('1038498919926392',1,'The front desk staff were really welcoming and nice. Both Morgan S. and Bretnie were very helpful and comforting while I took my test.','2020-10-22 18:20:30.000000','326347177710316'),('1038551819861363',1,'Dr. Ortiz , Nurse Irving, Chanell, Holly & Thelma we’re all amazing staff! I came in here for a cold and the customer service was excellent! Thank you guys for all that you do I really appreciate you being open this late! \n\nI am totally a happy patient ā¤ļø','2020-02-25 06:36:45.000000','829264323932850'),('1038784259639973',1,'šŸ‘šŸ» we will be back! Thank you','2018-12-23 04:10:21.000000','235046800697531'),('1039146833085065',1,'This place is really amazing I would recommend it to everyone I know! Thankfully my friend is feeling better but it wouldn’t have been possible without the help of the outstanding memorial city team, Jordan, James, Mildred, Sylvester, and a special thanks to Olivia for making me feel so comfortable in a stressful situation! 10 out 10 all the way around!','2020-01-30 09:14:49.000000','1765121397101399'),('1039322263085006',1,'tanisha w Henderson \nSarah \nDaniel \nlaura \ngreat service','2019-12-02 04:25:12.000000','461782867645453'),('1041574412864073',1,'Dr. Miller, Vivienne N, Gina A, and Natalie are a great team! Thank you for making my little one feel comfortable! No wait time & treatment at Signaturecare is great!','2020-01-30 16:46:47.000000','1609539722669429'),('1043552156082146',1,'The staff and doctor was fast and accurate with their diagnosis. They have all of the equipment needed in their facility. My dad had a great experience there. Dustin, his nurse, was the best.','2020-10-26 19:53:07.000000','299216637560955'),('1044978649182380',1,'the visit was real good. dr. Pham, alvean, Tricia, elida was great \nthe hospitality was good.','2019-11-26 16:10:47.000000','167959367441528'),('1045871555619878',1,'The staff on duty tonight was excellent!!! Best er care I have ever received, the staff tonight was Dr Baker, Nurse Kim, Rad Tech Allison, ER Tech Andrew, Registration Maria, facility manager Erin, thank you all so much for going above and beyond and I really appreciate it!','2019-03-19 06:52:14.000000','596022027480375'),('1046350935754368',1,'the doctor and nurses were awesome, really fast admission, check up and treatment, every one at this clinic very caring about all of us, ofering warm blankets, drinks and snacks, very happy with the services here','2019-06-06 19:01:43.000000','237100240304186'),('1047699479044986',1,'Nicole G, leslie, Bryan D, and dr. Do were great. Would recommend','2020-11-03 04:35:29.000000','1609539722669429'),('1048981635619244',1,'Great care and was in and out in no time feeling 100% better !','2020-12-09 04:52:23.000000','251751275488925'),('1049070958806741',1,'Had a awesome visit to this awesome ER. Specifically Lucas,Eric and Kim where great and extremely helpful, this was our second time here in the last 2 days and they where so nice, helpful and very caring. Love this place and anytime me or my family need help we will be coming here for sure. Thank you.','2020-02-17 19:56:20.000000','235046800697531'),('104989518194488',1,'Nice Pleasant Service Amazing Front Desk Charity,Molli,And Mandi','2020-12-27 16:56:11.000000','235046800697531'),('1050354605342214',1,'I absolutely love SignatureCare Emergency Center! Lucas is a wonderful nurse and you can tell he truly loves his career! Carla, Jennifer, & Dr. Henderson are all just super sweet and caring! If I have to go so where, it will definitely be SignatureCare!','2020-02-29 16:30:16.000000','544778295636544'),('1051095378658675',1,'Amazing experience , great place , clean and fast Thank you Keshawna , Dana ,Dustin and Miguel great service !','2020-10-01 18:30:54.000000','1609539722669429'),('1051111335351825',1,'Great experience, everyone was super nice! Heather at the front desk was awesome and made me feel welcomed','2020-11-12 00:41:59.000000','299216637560955'),('1051612788517021',1,'Wow is all I can say about the care we received here! My daughter cut her self Christmas Eve while making sugar cookies. The second we walked in they cared for us from the from desk and even came to look at her injury before being checked in. The office workers, nurses, and doctors were all very friendly and truly cared about us. We got excellent care and we’re back in time to decorate the cookies! Thank you Signature Care for making this so easy! Highly recommend this place!ā¤ļøā¤ļø','2019-12-25 02:34:04.000000','596022027480375'),('1052861924884534',1,'Rayven was very helpful and sweet. She made us feel like we were at home and offered us snacks and drinks while waiting.','2019-05-31 01:53:21.000000','326347177710316'),('1053473015016472',1,'The front desk clerks were very friendly and caring , the nurses and doctors we very nice towards me and made sure I was comfortable','2020-03-13 18:11:22.000000','1608991329419166'),('1054024148111130',1,'Went for knee pain and also took my 16 year old daughter for dizziness & fatigue. Robin at the front desk was very nice to us . Our nurse John was nice & offered us everything to ensure we was comfortable during no our visit . The tech , Valerie was extremely careful & compassionate while doing my daughters first IV & EKG test . The ex ray lady ( blonde hair ) super nice as well as the young lady who did the ultra sound on me . And last but not least , the Dr . Simmons , we absolutely LOVED . She was so sweet . The entire staff was incredible!!!! Thanks','2018-12-10 19:27:08.000000','299216637560955'),('1055327551558491',1,'Signature care was awesome! Keily at registration was awesome!','2020-11-22 15:33:20.000000','299216637560955'),('1055363751315800',1,'My grandson was seen yesterday and Erica, Susie, Valerie and Ashley at the front desk was very helpful. Quick service.','2019-02-17 23:41:15.000000','299216637560955'),('1056283924824752',1,'Best emergency room in town!! Naureen, Emily, Vanessa and Dr Grinblatas took really good care of me! I’ll be back if I ever need them.','2020-10-22 23:57:35.000000','1608991329419166'),('1057912011221028',1,'I absolutely love this place!! This is the best place to be when you aren’t well they make you fell at home. When you walk in the set up is beautiful. The staff is very nice and they are great with kids. I will recommend this place to anybody. I’m so glad that I went here.They also have very fast service thank y’all so much for taking care of my baby.','2019-12-06 03:05:25.000000','596022027480375'),('1059578064483927',1,'Stephanie, Hillary, Natalia, and Dr. Ybarra were great! \nThey were so kind, and I would highly recommend:)','2020-10-21 00:59:44.000000','1648645701907657'),('105989274732244',1,'Absolutely great customer service, best experience I’ve had! Barbara was quick at giving me my paperwork and checking me in.','2020-12-18 09:11:23.000000','251751275488925'),('1062990224126210',1,'Visit was amazing. The staff was very welcoming and helpful and got everything done fast. I would highly recommend. Nurse Morgan and brethie did a good job filling me in and making me feel welcome.','2020-12-07 13:24:21.000000','326347177710316'),('1063421810488018',1,'Mercy Was Very Nice . Service Was Really Fast The Two Nurses And Doctor Was Also Nice','2017-04-08 22:51:36.000000','1608991329419166'),('1063648514056485',1,'Had a really good experience.','2020-11-10 16:38:21.000000','829264323932850'),('1064208450577791',1,'Doctor Faig\nNurse Jennifer\nRad Tech Fatima \nEr Tech Elaine and Reg Tanishia awesome friendly professional staff. We got in and out within an hour. Warm friendly staff if you need care try Signature Care','2019-12-20 02:58:52.000000','461782867645453'),('1064464080565589',1,'Emily and Sindy were warm and welcoming, Donna and Fatima took me to back fast and Wendolline helped me feel safe. Dr Kotey is one of the sweetest doctors ive meet ans completely understood my issue with compassion ! I love this place','2020-02-20 01:41:11.000000','544778295636544'),('1064985523900205',1,'Amy\nAlvean\nLindsey\n\nVery nice people and great service','2020-03-26 21:56:30.000000','167959367441528'),('1065405073828726',1,'This was a super easy and great experience all the staff was very friendly Patricia in the front was amazing!','2020-01-30 17:56:34.000000','167959367441528'),('1065497047158673',1,'I finally had to come in. I\'ve been having chest pains and a bad headache for over a month now. I couldn\'t hardly drive this morning. when I made it, I was greeted with warm and kind faces ready to tend to my every need. thankful to have such a great ER in town.','2020-03-03 21:32:47.000000','299216637560955'),('1072009749921516',1,'Best experience I’ve ever had at a clinic/ER! Best staff I’ve been around! Coming from the North it’s true what they say....nothing beats southern hospitality!!','2020-10-02 20:52:21.000000','1787364321589026'),('1072305126434238',1,'Really excellent customer service. We appreciate all the help of Dr. Zengh and her staff Irving, Holly, Ellen and Thelma. Great team!. They were so nice and gentle with us, Thank you for everything you did!\nWe definitely recommend you 100%.','2019-12-31 06:07:43.000000','829264323932850'),('1072793283077452',1,'Definitely recommend this location! Was in and out within 15 minutes. Kimberly at the front desk was helpful and we talked about my upcoming trip. Dustin was very fast with my vitals! Nicole and Julie answered all of my questions and last but not least Dr. Lim!!! He immediately was able to identify my problem! Didn’t have to say much. Thank You again guys.','2020-02-15 00:58:47.000000','1609539722669429'),('1075526852779932',1,'Super nice people, made me feel comfortable and address my issues accordingly.','2020-03-11 07:27:11.000000','251751275488925'),('1076709289152292',1,'I had to come here on a Thursday night and had a great experience despite the fact I had to visit the ER. Taylor at the front desk was very friendly and helped me check in and check out quickly. Charles, Kelly, Stephanie, and Dr. Vaagere did an outstanding job addressing my concerns and attending to my needs. I will definitely come back if needed (although I hope I don\'t have to!). Thanks again!','2017-03-10 04:17:15.000000','1609539722669429'),('1081279705355166',1,'Kimberly, Jacob, and Techa did a great job! My visit was great!','2018-02-18 00:21:53.000000','326347177710316'),('1082257592118686',1,'They are fast in and out and they were very helpful','2020-01-13 01:07:09.000000','235046800697531'),('108346930788726',1,'Great service everyone very welcoming Nurse Alvean, Tricia & Patricia','2020-03-12 15:54:37.000000','167959367441528'),('1083945542061626',1,'Very welcoming and helpful! For not knowing what to do for my COVID testing, the receptionist, quintessa s., was very helpful and guiding! Also, the nurses were very nice and throughout explained what was going to happen and how the appoint was going to go!','2020-09-21 22:08:30.000000','251751275488925'),('1084899471858594',1,'The staff is very friendly and quick to service. Thank you alvean and Jordan for your great care , patients and kindness love it here','2020-03-04 19:16:22.000000','167959367441528'),('1086491638471313',1,'The service was prompt and the technician Alvean was professional and thorough.','2020-12-26 20:37:51.000000','167959367441528'),('1087849831631885',1,'They were very attentive to my child. Dalal and Keyshawna seen how in distress I was from first entering they made paperwork fast and getting us in as soon as possible with little wait time. Gina A has been a very attentive nurse. Knowing in how much distress I was in the made it calm and smooth making sure my son got the best care providing snacks warm blankets. Tim our ER Technician he was amazing.','2020-10-08 22:17:26.000000','1609539722669429'),('109283560350341',1,'To say this place is friendly is an understatement. They where not only professional they where concerned as much as me. I took my mom here because she could not hold food down for three day. I came inside in a panic because at this point she was throwing up. I was freaking out and despite my shortness and tears the receptionist was still a sweetheart. Jasmine again I am sorry for freaking out on u. Then we where meet by a Mr. Marcus. He was so great. At this point it was fighting back tears and unable to set still. He calmed me down and informed me the will do all they could to make sure my mom will be ok. He obviously loves his job because in the mist of my panic he remain calm and even managed to lighten my spirit. He was super attentive to my moms needs. Jani the nurse was really nice a super sweet. She keep on my mom regularly. Dr. O\'Malley was great he made sure to check everything. He even found a great surgical doctor to send her to. He let me know everything that was going on. This place really cares and I recommend them highly. Thanks for taking care of my mom.','2019-06-18 23:29:35.000000','167959367441528'),('109370307727381',1,'Alvean and Luisa are amazing!','2020-12-26 23:13:34.000000','167959367441528'),('1093750004414887',1,'Friendly staff, quick treatment!','2020-10-27 00:08:00.000000','544778295636544'),('1094636074207317',1,'This location was fantastic! Their receptionist Okarys was so sweet and I left feeling very well taken care of!','2020-02-27 04:50:26.000000','326347177710316'),('1095089017501464',1,'Great service, quick and pro active','2020-01-29 12:44:54.000000','544778295636544'),('1095737460596642',1,'Great staff- Dawn Shriver & Anges! ER Tech- Olivia. Rad Tech- Eve & Registration- Lizzie!\n\nKeep up the good work!','2019-07-08 22:45:00.000000','1608991329419166'),('1098431660498153',1,'Good experience friendly people','2020-03-15 18:03:23.000000','104213804456471'),('1100555413674863',1,'I had a good experience. The staffs were very nice and respectful.','2020-09-21 21:00:26.000000','544778295636544'),('1100947903437915',1,'This was a great experience! I came in and within 20 minutes Dr. Vakey dealt with my pain. The staff were very friendly and made me feel comfortable while I waited. I was even given a warm blanket by my radiology tech, Laura! I received a shot and my nurse Jacob made it quick and easy, which is a big deal for me because I\'m a wimp about needles!','2019-09-28 14:53:15.000000','326347177710316'),('1102344660151578',1,'Dr.Elsbecker and staff are super attentive. Very Helpful with all concerning questions.','2020-06-09 21:14:09.000000','1698192877146046'),('1102640810069781',1,'Great Visit ! Very Helpful ! Thank you , Dr. O’Malley, Patricia, Ekaterini, Marcus & Thuy Anh for your help !','2020-03-13 19:22:47.000000','167959367441528'),('1103541863327157',1,'Love everything about Signature Care!!! Dr. Edwards was quick and informative.Lucas was very friendly, very informative. Eric was awesome in all of his testing. Carla was spot on with registration!!!','2020-03-01 16:44:18.000000','235046800697531'),('1105064879952882',1,'When I brought my brother today the registration staff, Kennedy J. and Lorena T. were very friendly and attentive and the nursing staff took great care of my brother, he was very satisfied.','2020-12-20 23:06:24.000000','326347177710316'),('1105530473157447',1,'Amy, zinaida, Dr. Dang and Amelia was amazing with help me and my daughter I would recommend anyone to come here for treatments','2020-04-13 09:11:57.000000','544778295636544'),('1105644186520878',1,'Dr. Faig \nNurses: Sara and brittny\nLab tech: John\nRegistration: Dee and kandi','2020-10-28 21:10:13.000000','829264323932850'),('110571353780110',1,'Signature care emergency is a great place to get urgent care help. The staff is friendly and Sindy is knowledgeable and nice. I have been coming to this location and will continue to come for future er visits Dr Boaster was very kind also. Great place to come','2019-12-21 17:53:30.000000','1609539722669429'),('110637710939829',1,'Fast, comfortable, clean and very good overall experience','2021-01-10 03:56:18.000000','544778295636544'),('1106382896487747',1,'All of the staff here do a great job in their roles to provide a good experience. The nurses were careful and attentive in their initial examination. Kennedy and Sarai were clear in their instructions at registration. Izzy did a great job advocating for me and explaining the billing situation. I recommend coming here for emergencies but I hope you don’t have to!','2020-12-22 22:16:04.000000','326347177710316'),('1108623655959180',1,'This is the best health care in Houston thanks to Tatiana for being an amazing receptionist and helping us through our process','2018-07-13 04:59:23.000000','1609539722669429'),('1110663269350284',1,'Very helpful and friendly! Clean building as well','2020-11-25 00:03:35.000000','1698192877146046'),('1112235389108861',1,'Jocelyn\nalvean\nthuy\nexelente trato muy bien gracias','2020-02-22 20:49:36.000000','167959367441528'),('1112349709124331',1,'Amazing staff from the time walking in to time walking out. Quick, very friendly, and honest!','2020-03-30 14:57:08.000000','251751275488925'),('1113148585556223',1,'Very quick and easy they took care of my son. And they were extremely sweet I highly recommend them.','2019-10-07 16:10:13.000000','251751275488925'),('1114809792208879',1,'Always have the best experience. This is my go to place when I feel anything is wrong. The staff are very kind. The guy at the front Desk Rashaad, as well as Dr.Kotey and the rest of her staff, AlMaguer & Fomenko, the RN and Fatima the RAD. Thank you guys for always taking care of me!','2020-05-03 05:48:02.000000','544778295636544'),('1115234825354021',1,'Kat (my nurse) was amazing! I love this place!','2019-07-10 02:42:57.000000','251751275488925'),('111788457510584',1,'Went to the Paris location today and the front staff Keily and Kiara were quick and easy to get in with! Thanks for a great visit!','2021-01-19 16:31:56.000000','299216637560955'),('1118088081722933',1,'Best in Town, pricing and staffing','2019-06-04 21:23:21.000000','235046800697531'),('1121245008081510',1,'Amazing care from the start, Amy the receptionist was very kind and walked me through everything . RN Gina was very sweet and attentive. Dr.Ngozi took very good care of me. I would highly recommend this place to everyone!','2019-04-09 02:42:56.000000','1608991329419166'),('1123896908029440',1,'Super considerate and friendly staff! All my concerns were addressed in a professional manner. Will definitely recommend to a friend!','2020-10-16 15:00:54.000000','326347177710316'),('1123968464636115',1,'The staff was very nice and friendly and had a short waiting time . The Dr was easy to talk to and answer all my questions was very helpful and not in a rush to get you out of there like some Dr or had a lot of patience and explain everything about my care','2020-05-24 16:30:51.000000','251751275488925'),('1124758474542697',1,'Staff is super friendly and nice, they took care of my daughter really fast!! Thanks Dr Daniels, Allison, Lisa U , Stephanie, Julica/Randy, you did an awesome job!!','2020-03-27 01:57:26.000000','596022027480375'),('1124881931223228',1,'I Recommend All Services Offered By SigCare!!! The Staff...From Check-In To Discharge Are All Courteous & Friendly!! IWait Time Is Minimal...You Don\'t Spend A Week Waiting To See A Dr. I Was A Little Nervous About A Procedure I\'d Never Had Done Before,Kat & Alia Were Great With Explaining Everything Being Done From Start To Finish!!! It Was Over In A Breeze!!! I Highly Recommend SigCare!!! One Of The Best Urgent Care Facilities In The Ft Hood/Killeen Area,Period!!!','2020-05-19 19:47:42.000000','251751275488925'),('1125402404274363',1,'Quick and great service!! Keera and Kim were super helpful! šŸ‘šŸ¼','2018-08-31 23:26:36.000000','326347177710316'),('1125458664296857',1,'My mom took me here cause I was sick and everyone was so nice and Dr. Ashbrooks is awesome I like him! I’m gonna tell anyone that’s sick to go here.','2018-12-02 21:14:17.000000','235046800697531'),('112770637314246',1,'The were courteous and professional.','2020-11-17 16:25:24.000000','829264323932850'),('1128126634268342',1,'Signature care is the best quick and sufficient thanks yalmilerh,Jesse,josh,soli and Sunday','2021-01-25 16:20:48.000000','544778295636544'),('1128633960812390',1,'Dr. Patel and Ray (bsn rn) have been absolutely astounding during my stay here last night into this morning. Patel has thee best side manor i have ever experienced in my last 4 years of craziness health tornadoes. Ray has been a godsend from the beginning i walked into signature care ER & him and his staff are continuing to excel in excellence of medical care to patients like myself that need a little more tender love and care.','2020-02-17 12:06:39.000000','1648645701907657'),('112903153597152',1,'very fast and very responsive staff! I would recommend anyone','2020-01-30 02:27:45.000000','235046800697531'),('1131200800600508',1,'Professional staff n very organized','2020-07-07 01:18:38.000000','1787364321589026'),('1131459450560974',1,'the staff are so accommodating','2020-07-04 04:17:18.000000','1648645701907657'),('1133308143682401',1,'Thank you Amanda, Eric, Gabe and Dr. Rose for setting the bar so high for how things should be handled. Your amazing customer service and quick work was pretty amazing to experience. Thank you again for everything.','2020-02-14 07:14:31.000000','1698192877146046'),('1134153510314623',1,'This emergency room was very welcoming and made me very comfortable during my visit and I would recommend! Stephanie, Rollie, Natalia, and Dr. Nweze tended to me and I’d definitely recommend them!','2020-10-31 03:28:10.000000','1648645701907657'),('1136818573356160',1,'Awesome staff one in particular Gracie Urias was very helpful and understanding.','2020-07-16 20:50:34.000000','237100240304186'),('1136839843331846',1,'The Care I received here was absolutely great. Everyone was friendly, made sure I was comfortable, explained procedures of test going to run and more. I have no complaints. Excellent staff and facility during this time of day with so much going on. Front the receptionist and Shoutouts to my nurse...Jennifer, Tech Thuy An, my doctor Harjai and Radiology Marcus. I greatly appreciate you all.','2020-03-31 21:25:25.000000','167959367441528'),('113783726497732',1,'The staff was very friendly as well as helpful. The wait time was fairly short. Kat, our nurse was the sweetest! Definitely recommend!','2019-05-06 23:55:44.000000','251751275488925'),('1142275919313448',1,'Super fast and easy. Manny and Pete were awesome. Highly recommend using this location!','2019-06-10 15:35:10.000000','237100240304186'),('114393206760433',1,'Exelente gracias Alvean y Patricia \nBendiciones','2020-01-17 18:07:03.000000','167959367441528'),('1144718472404344',1,'Very friendly and the dr was great....fast and professional service','2019-11-12 00:59:19.000000','1609539722669429'),('1145124889217257',1,'We went Signature Care a few weeks ago and Caitlin in registration was wonderful! She made our visit easy for us and took care of us well. I highly recommend going there!','2020-10-27 01:30:18.000000','299216637560955'),('114714049668322',1,'The staff treated each patient with respect and warmth that we need when we get sick. They responded to emergency cases attentively. Provided the best care that every patient deserves. So we at Okey Dokey Locksmith highly recommends SignatureCare they treated their patients like how we treat our customers, with respect and provide them the security they need to their homes. Peace of mind is priceless.','2019-02-22 19:22:52.000000','544778295636544'),('1149806655366938',1,'I had a great experience at SignatureCare Emergency Center. I was in and out in 45 minutes. Dr Edwards was kind, listened to my concerns, and spent a lot of time with me. Duke, my nurse, was very caring and thorough with my discharge instructions. I would highly recommend this place. Top notch care without the wait.','2020-04-30 14:53:03.000000','1648645701907657'),('1153195998407861',1,'Their service is fast paced and the registration workers, Taylor A. And Rebecca V. Were super friendly and sweet. Would 10/10 recommend and that’s a honest opinion for how many urgent cares and ER’s we go tošŸ˜‚','2020-12-13 11:38:51.000000','326347177710316'),('1153919648279839',1,'Kimberly at the front desk was so nice! Dr. Dang was very informative and great too! They got me in quick, had friendly staff, and office is clean!','2020-03-04 22:50:28.000000','1609539722669429'),('1154387834955529',1,'keshawna and dalal were awesome and so where the nurses','2020-10-28 18:48:45.000000','1609539722669429'),('1159956444394807',1,'Had an AWESOME experience this morning at the SOUTH AUSTIN Signature Care location. Between Adam, Linda, Lisa, & Dr. Elsbecker I could have not asked for a more friendly, warm & courteous staff than what I experienced today..!!! Whether making sure I had a blanket to stay warm or offering me a host of snacks to keep me hydrated, as well as a fully stomach. They went above & beyond working with my insurance company where I has LESS OUT OF POCKET expenses than I had anticipated walking in the door earlier. So, NO FLU, NO STREP, & no more than my $100 deductible..I\'ll definitely be going back (*When there is a situation that calls for a return visit) & telling all my friends about how amazing the experience was @ the South Austin location.','2019-10-02 17:49:13.000000','1698192877146046'),('1164881357202619',1,'Rachel & Eliza are super friendly! very fast!','2020-07-23 20:27:44.000000','237100240304186'),('116592499584304',1,'The front NURSE cindy and all Dr.Lovett and the whole experience was great.','2019-06-07 03:16:46.000000','544778295636544'),('1168778140147363',1,'Hi this is a good center to go to','2020-07-25 16:16:33.000000','1648645701907657'),('1169643356580284',1,'I like how they treat patients','2019-11-16 03:01:27.000000','167959367441528'),('117027299858307',0,'I went in with a severe a sever headache, fever, body aches. They gave me a pain shot (did not work) tested me for flu(negative) and sent me on my way even after I told the dr I was still in pain and felt terrible he said ā€œ could be strepā€ he never tested me just sent me on my way out the same way I came in .... terribly ill.','2020-02-06 14:03:51.000000','237100240304186'),('117490476102624',1,'I was not prepared today to have an accident but it happened. So I found SignatureCare ER using maps app and came in to get my wound fixed up. The staff especially Dr. Sylvester and nurses Laura and Amy made me feel at home and got me fixed up very quickly and professionally. I felt at home. I even got walked to my car :).','2019-04-13 20:31:15.000000','1608991329419166'),('1176975782481892',1,'Everyone here was fantastic! So much so, I wish they were my regular physician and care staff. They were quick, friendly, comforting, and thorough. I will definitely be back if I ever need to choose an ER again. Thank you Dr. Thomas, Manuel, Marcus, and another friendly RN but I cannot remember her name.','2019-08-02 02:56:35.000000','237100240304186'),('1177659665906522',1,'this emergency center is fantastic! it was super clean and everyone was incredibly kind. I was greeted immediately and was taken care of so fast that my patient paperwork didn\'t get finished until I was already done with an exam and CT scan\n I was taken care of by kayla, courtney, jessica, tyler and Dr. Faig. if I ever have to go again, I\'d want all the same people :)','2020-05-09 18:05:44.000000','461782867645453'),('1184675101888144',1,'this a very friendly, fast and very helpful.','2020-08-26 01:15:40.000000','251751275488925'),('1186920081698338',1,'Really enjoyed the humility and comfort provided. My wife came in and needed a full work up as it’s that’s season and out the gate Maya was courteous and inviting. Olivia was a sweetheart settling her into testing and Ms.Kristina just about adopted our son for the visit and made him feel at ease. Over all I give the experience 5 stars. Dr. Henderson got her out all healthy.','2019-12-14 22:39:45.000000','829264323932850'),('1189210914586863',1,'nurse manny was wonderful, very attentive to us and our needs, thank you','2019-06-08 19:01:00.000000','237100240304186'),('1190891827636',1,'best place to come get cares for. no waiting time. I was sen in les than 5 minutes. Dr was sĆŗper sweet. and the nurses were cool','2019-03-14 18:26:15.000000','1648645701907657'),('1192458924482350',1,'We came in with a 9 month old with a fever during Covid. They were quick to get us rested not only for covid but also for RSV. The doctor was very knowledgeable and quick to assess. Teresa & Dory Were Awesome At Explaining & Taking Care Of Us Quickly! We will Definitely be coming back here again if we need urgent care as it was so much faster than the ER.!','2020-12-12 00:32:49.000000','251751275488925'),('1194183177429396',1,'This was by far the best experience I have ever had at an emergency room. Would recommend 10/10. The staff was amicable, the facility was clean and organized, and my wife was diagnosed, treated and help within 2 hours.','2019-04-16 03:50:46.000000','251751275488925'),('1195158070853954',1,'Alaina (nurse) and Dr. Henderson are amazing!','2020-09-25 19:31:15.000000','235046800697531'),('119585916247499',1,'I had an amazing experience! Amazing bed side manner! And wonderful staff, Shania, Leah, Kristina, and Allison :) I was also a warm blanket.','2020-02-01 09:09:45.000000','596022027480375'),('119695793257030',1,'We love the help and pace the helped us in. Got the help we needed','2020-11-11 23:31:15.000000','829264323932850'),('1205874316428887',1,'Eliza Manny and Rachel were so nice and helpful really good experience !','2020-07-23 21:26:41.000000','237100240304186'),('1205882669584527',1,'Great staff!! from registration to physician! They took care of my granddaughter thank goodness it was only strep. I really want to say thank you to Maria G. (registration) my daughter had her hands full with bringing in 3 little girls while the littlest one was the sick one Maria G. helped out with the two older ones and getting them snacks coloring books and helping my daughter with the diaper bag. I did send an edible arrangement because the staff was so helpful and awesome! I hope yall enjoy it!','2019-06-15 18:05:08.000000','237100240304186'),('1206662296199991',1,'Fast\nCourteous service that was pleasant\nFrom Kendra\nNurse Jacob\nDr Vakey\nRad.Laura','2020-02-02 19:03:39.000000','326347177710316'),('1210785149117072',1,'Fast response time\nHad me in the back taking my vitals within 5 minutes of getting there\nDoctor nurse and front desk were all very friendly and knowledgeable \nWould recommend this ER to everyone who wants to be treated like family','2019-12-20 09:25:36.000000','237100240304186'),('1211661925648578',1,'Signature Care was great, they attended us very fast and Keera was of great service! She helped us get situated right away! Great job truly recommend!','2018-11-02 03:56:07.000000','326347177710316'),('1212311209105476',1,'I experienced fast and quality service! I got my rapid COVID results back within half an hour! I would definitely recommend to any friends!','2020-07-25 01:36:05.000000','105589317817643'),('1212342725618210',1,'they pretty good at their jobs and super fast','2019-11-26 13:16:51.000000','235046800697531'),('1212825938857652',1,'Evelyn was amazing! Great place well recommend to everybody','2018-04-13 20:05:41.000000','544778295636544'),('1212843052238978',1,'Amable personal y atienden rapido.','2020-02-02 04:06:19.000000','596022027480375'),('1217687781750336',1,'Very caring and receptionist was very helpful Jessica s','2019-12-01 21:40:10.000000','237100240304186'),('1220681008286485',1,'everyone was very nice and i was attended to right away','2020-10-11 20:03:12.000000','461782867645453'),('1220911308104201',1,'Excellent service from front lobby receptionist Patricia. Physicians are very caring and punctual as well.','2020-02-17 23:16:09.000000','167959367441528'),('1221128804918453',1,'i went to e jester i have the best experience...nice ,clean\nplace and the PEOPLE who works there ; they are very nice...for exemple Maria Lara ; she was. and very profesional.\nthank you singnaturecare','2020-08-03 22:39:33.000000','544778295636544'),('1224426417765199',1,'Need a ER use these folks on Grandview fast and cost is fair. Very caring people and fast !! Great Job','2019-10-04 16:09:49.000000','237100240304186'),('1224475391248932',1,'Lorena, Amanda, Jeri, Morgan, and Dr. Harjai were very helpful during my visit and made everything go smoothly.','2020-08-08 16:37:46.000000','326347177710316'),('122487329013282',1,'Excellent staff! Very welcoming and friendly. Jessica was very respectful, prompt & organized , at the front desk. Manny & Bethany made sure my every need was met . Very pleased with Signature Care - Odessa .','2019-07-17 02:15:59.000000','237100240304186'),('1225414597842989',1,'Absolutely!! Great people!! Great service!','2020-12-12 15:05:21.000000','326347177710316'),('1226513697733912',1,'Very great, took care of my eye quickly and were very friendly\nThanks to Dr Healy, RN Shelly, Tanishia at the front desk.','2020-10-14 03:15:34.000000','461782867645453'),('1228083857371108',1,'All of the staff were friendly and polite. Doctor Henderson was super fast and efficient and the nurses were all very nice and understanding. Lucas, Kim, and Sherri were great!','2019-08-05 16:27:39.000000','235046800697531'),('1229136744127350',1,'Staff - was great very , the staff understood','2020-10-13 07:09:00.000000','461782867645453'),('123114605893940',1,'Great service. Kind and caring staff. Appreciate all the help from the receptionist Tanishia and the nurse Sarah. Everyone was very helpful! I will be back and I will be recommending to my family and friends.','2020-02-07 06:51:58.000000','461782867645453'),('1231493120343213',1,'Friendly staff with quick response to your medical needs. I\'d definitely return','2019-02-26 14:22:55.000000','596022027480375'),('123394426235706',1,'We came to Signature-Care ER and as soon as we came in we went straight to the back and got tested. Lisa V is awesome- Kylie','2020-11-12 22:23:14.000000','299216637560955'),('123444349216975',1,'very clean place. Staff was super polite\n Natasha was amazing','2020-02-21 01:57:00.000000','544778295636544'),('1234640010239639',1,'The best emergency center In the town. Best service ever to getšŸ‘šŸ½šŸ‘šŸ½ Alyssa P one of the best nurse there. Go to her.','2020-10-30 23:00:12.000000','1787364321589026'),('1234777290056222',1,'Everyone was so awesome, cheerful, upbeat & very nice to my Dad.\nThank you to Dr. Jones, Nurse Adam, ER Tech Chris.','2020-02-07 20:18:33.000000','1698192877146046'),('1234961106669598',1,'Jocelyn savanna Andrew agui are Awesome','2019-05-18 19:19:13.000000','596022027480375'),('1235324606617831',1,'Dr. Boester was amazing. so gentle with me and so kind when removing my stitches. Amy is super cool. shes so nice at the front desk. oh and Niki was super thorough when cleaning my stitches. they are all so nice here at the heights location. i definetly recommend coming here.','2019-03-11 23:44:33.000000','1609539722669429'),('123569685846513',1,'Meridith & Alvean were great','2020-02-05 19:14:53.000000','167959367441528'),('1236790126509308',1,'Every once was so nice! daniel was amazing and appiah was nice. fatima was so sweet and tanisha really helped!','2019-09-30 02:23:47.000000','461782867645453'),('1238038386405172',1,'Great experience Cindy at the front desk was very very nice and helpful. Nurse Gina got me In and out didn’t take much time at all. The doctor Singla did a thorough and quick exam. I was very pleased. They have snacks and good stuff on tv. Will be coming back if needed.','2020-01-24 16:17:50.000000','1609539722669429'),('1238726076309761',1,'Rebecca V. and Dyveliz gave us friendly service and gave us snacks while we waited for our friend :)','2019-08-30 02:00:21.000000','326347177710316'),('1241719826010036',1,'The staff was very attentive and helpful. Made sure I was taken care of and needed anything at all times . Clean work place !','2019-08-02 17:26:56.000000','544778295636544'),('1242360249468437',1,'Wonderful staff. Valory and Alvean were fantastic. 10 out of 10 would recommend.','2020-11-18 15:04:47.000000','167959367441528'),('1243168082503402',1,'Friendly staff, minimal wait, great experience overall.','2019-01-25 00:01:39.000000','596022027480375'),('1244215422455574',1,'They took such incredible care of me! Thank you Adrianna, Eliza, Magali, Jessica S and Dr Miller for the amazing care ā™„ļø','2019-12-23 19:24:58.000000','237100240304186'),('1244289739099527',1,'The facility is very clean. The entire team there are very care and attentive to your needs.','2019-12-07 01:10:00.000000','1608991329419166'),('124433512418776',1,'good people very faster...','2020-02-06 20:50:11.000000','237100240304186'),('1246048238925885',1,'They are quick friendly and informative','2020-01-23 20:46:17.000000','1648645701907657'),('1246049872259055',1,'They are friendly Quick and informative !! In and out!!\nThe staff is great and quick to get you seen. \n\nDr Singla is a great doctor quick and informative \nMaya at the front desk is super bubbly \nStephanie was our nurse she was gentle Informative and helpful!!','2020-01-23 20:49:43.000000','829264323932850'),('1248004058743202',1,'Super fast and friendly service! Very clean facility! We\'ve come twice for various things and have been taken care of each time! Definitely our go to urgent care now!','2019-12-01 00:57:34.000000','251751275488925'),('1248503491975195',1,'the staff here is really nice no long wait time. Kat was my nurse and she is awesome😊😊😊','2019-06-04 02:47:07.000000','251751275488925'),('1249841445207076',0,'Kristina, John, hanh, gĆ©nesis, Jaber. they were all amazing. Highly recommended.','2020-01-19 21:24:31.000000','829264323932850'),('1253242015033748',1,'Dr. Ortiz and Nurse Alvean \nGave my daughter phenomenal care and treatment \nThe cleanliness of the entire facility was impeccable. The speed and quality of care is by far the best care we have had. It’s our first time here didn’t want to sit in normal hospital er\n\nWe will definitely come back and refer anyone looking for \nClean, quality, and amazing doctors and nurses','2020-10-28 13:54:56.000000','167959367441528'),('1254023198303658',1,'I was able to make a same day appointment for a rapid covid test online. The friendly staff Christina R, Clay and Dr Rose brought me back early and quickly went through the process for my test. Quick and easy!','2020-11-06 19:07:47.000000','1698192877146046'),('1254499494730133',1,'Brenda was awesome and really helped me through the whole process!','2019-06-16 19:37:28.000000','1608991329419166'),('1256549767863374',1,'the friendliest staff I ever met in an er dr.jaber,noor,natalie,dana,aaron,Ryan they treated me good keep up the good work guys I would definitely be back and recommend them to all my family and friends','2020-01-09 16:12:37.000000','1609539722669429'),('1259707474207261',1,'Wow!!\nDr. Yabara, nurse Dawn, Ayesha and Dawn were amazing!!\nTotally felt confortable and made it through my visit! Thanks guys ā˜ŗļø','2019-06-25 18:19:59.000000','461782867645453'),('1260397327496051',1,'Absolutely amazing service, friendly staff, very quick and so supportive! From the front desk with Alicia, to the nurse Erica and tech Ashley K. I was blown away by the support and knowledge of Dr. Jordan. He spoke to me like we had known each other for years and prayed with me after our check up! Amazing service all around','2019-09-05 21:34:26.000000','299216637560955'),('1263130420711179',1,'Very friendly and professional staff. Always get me in very quickly! Bretnie, Christina, Lorena, and Amanda were great!','2020-12-06 14:00:58.000000','326347177710316'),('1263412793856633',1,'Had a great experience at westchase! It was my first time coming in and I don’t regret it! Amy was extremely sweet!','2020-03-24 01:23:56.000000','829264323932850'),('1263730127293461',1,'We came in with our son who had hurt his arm. The entire staff was so nice and friendly. Melinda helped fix our kiddos arm but I am beyond happy with the service. I highly recommend this place, not to mention how fast it was to get seen. Thank you.','2020-09-07 08:37:58.000000','251751275488925'),('1265741280250428',1,'Theresa at signature care just took care of my little boy after he got bit by a dog. She keep he smiling so he wouldn’t be scared \nThank you Theresa','2019-05-21 03:16:40.000000','237100240304186'),('1266381780403062',1,'I always come here for immediate care. Thanks for your help & concerns Mollie, you are great!!','2020-12-14 23:29:01.000000','235046800697531'),('1268854736628334',1,'The care I received was great! Everyone was professional and they got me right in! I was impressed with my level of care.','2019-07-04 00:06:19.000000','596022027480375'),('1268923083281484',1,'The staff is always professional and they care about the patients. Special thanks to the young lady at the front desk Valinceia.','2020-03-23 15:00:20.000000','1787364321589026'),('1269234446615396',1,'Dr. Elsbecker, Lauren, City Ambulance, and the rest of the staff did a great job at providing services while waiting to get tested for COVID-19! I highly recommend them for excellent health care service!','2020-06-09 21:01:03.000000','1698192877146046'),('1269700563390470',1,'Dr. harjai and Alvean was very Professional and caring while in there care','2020-10-12 20:24:23.000000','167959367441528'),('1270485076667058',1,'Gabriel and Lisa were extremely helpful and sweet while getting my emergency COVID test. They made sure I was comfortable and walked me through each step of the process.','2020-12-25 03:30:10.000000','1698192877146046'),('1270535476613879',1,'love the staff My nurse Jennifer and my Dr.Daniels','2020-11-07 03:02:40.000000','1648645701907657'),('1270798613102158',1,'Excellent service. Professionals for sure. Thank you SignatureCare.','2019-09-17 00:45:54.000000','596022027480375'),('1272490873140545',1,'Jessica, Senaida, and Keira have been so friendly and helpful! The best care we have ever received.','2020-03-04 01:16:29.000000','237100240304186'),('127273208435280',1,'Was so cozy and everyone was super nice. Felt right at home like I had been there before and it was my first visit !!','2019-04-07 02:48:05.000000','251751275488925'),('1274712169544443',1,'Dr.Ortiz ,Alvean, at the signature care emergency center on Cypress &1960 were all amazing women and doctors. I would recommend everyone to them at this location. They were very friendly nice & kind 😊 and very helpful . Thank you keep up the great work.','2020-10-28 16:24:41.000000','167959367441528'),('1275381372622391',1,'Very fast and friendly service, very friendly staff!! Went to Seton and waited 2.5 hrs with no check up and when I came to SignatureCare it was pretty much instantaneous. Thank you!','2019-07-14 01:12:29.000000','544778295636544'),('1276346092539034',1,'Had to take my sister, we were greeted with great hospitality from Tanishia and my sister was met with care as soon as possible','2019-11-06 05:23:13.000000','461782867645453'),('1276672759365459',1,'Thank you RN Sarra , doctors and staff! Love how y’all gave my husband 100% attention.','2020-10-27 16:05:29.000000','829264323932850'),('1278126715891145',1,'I had a wonderful experience here. My nurse, Sala, my rad tech, Getahun, the tech, Bri, and front office JJ ladies were all extremely nice and helpful. They saw me very quickly and were extremely caring to my needs. Will highly recommend this location to all of my friends that live in Montrose! \nAlso was tested for covid a few months ago at this location and had a wonderful experience.','2020-11-08 15:28:03.000000','1608991329419166'),('1279277079076292',1,'Very clean environment & great friendly staff! Everything went smoothly!','2020-10-19 03:54:21.000000','1765121397101399'),('1279849928874099',1,'Awesome customer service. Made my 9 year old feel right at home even while being sick. Definitely recommend. Nurse Manny, Dr. Plante, Tabitha the radiologist and the ER tech Pete r we’re all really friendly and attentive.','2019-12-16 21:10:34.000000','237100240304186'),('1284387981938126',1,'My experience at Signature Care was really good! Morgan Scott and Tessa were very sweet and helpful and made me feel very comfortable in what can be a stressful environment! They were also very quick and efficient when assisting me!','2020-10-16 15:01:26.000000','326347177710316'),('1285145758334581',1,'Kim, David & Maria were amazing, such a great job with me tonight!!!!','2019-07-03 08:21:55.000000','596022027480375'),('1288626304858553',1,'Came to get checked today. I was super worried and the staff all around was super helpful & caring. The registration, Dyveliz answered every question I had about paper work. Dr. Vakey and Remington were super helpful, and made me feel so much better.','2020-03-16 20:09:26.000000','326347177710316'),('129549991611608',1,'no more waiting in the lobby. fast and friendly people. great place to go for an emergency.','2019-07-24 01:49:35.000000','1608991329419166'),('129627275042489',1,'Great staff thanks to all that help my mother, registrations Sita,nurse Kim ,radiology tech Allison,and DR.Thomas','2019-09-18 03:14:02.000000','544778295636544'),('1296496380703594',1,'Friendly and helpful staff.','2020-10-10 02:08:23.000000','299216637560955'),('129720818255548',1,'Excellent service, professional staff, thanks Theresa , Marcus ,Nancy, randi and dr. Miller','2019-07-25 01:30:32.000000','237100240304186'),('1297970873739083',1,'My experience was absolutely a positive one. The staff was very professional and attentive from the moment I walked into the the center until my release from the center, they never missed a beat. At SignatureCare the doctor\'s divised a plan for my care and really took care of me and I couldn\'t be happier. Thank you all. I\'ll be sure to recommend my family and friends. \n\nTrevillian Bundara','2017-11-30 23:32:43.000000','544778295636544'),('1300813876936118',1,'Service was great by Stanlisha Flowers, Skyler R, Karly T. They were excellent they went above and beyond','2020-11-08 14:19:55.000000','299216637560955'),('1302279956569704',1,NULL,'2017-01-31 19:08:18.000000','544778295636544'),('1302461233223425',1,NULL,'2015-04-19 20:18:52.000000','544778295636544'),('130253368420940',1,'I had an amazing experience at signature care. Dr. Henserson was extremely helpful and Racheal and Amanda were very informative .','2019-11-29 00:30:16.000000','461782867645453'),('1303750009983813',1,'They\'re fast, nice, and helpful. I liked my visit there more than going to the hospital.','2020-10-30 17:10:46.000000','544778295636544'),('1304437699897221',1,'Even though I came in feeling bad the service was good and they put a huge smile on my face at the end of the day','2020-10-27 16:55:36.000000','1648645701907657'),('1305835802920475',1,'2nd time here. We had a warm welcome. The team Dr. Akunyili, nurse Kristina, Rad Tech Laura, ER Tech Scott and Checking in Maya had great customer service. My wait time was minimal. They ran test and ruled out and found my issue. I was well taken care of and I appreciate the time and hard work you put in to get me feeling better. Everything was expanding to me at discharge. I will be referring my residents and family, friends. Great staff!!! You guys are truly one band one sound!! \nJob well done!','2020-02-05 01:12:54.000000','829264323932850'),('1309621322509956',1,'Amazing staff, prompt, very friendly and clean environment!','2019-03-12 07:31:48.000000','544778295636544'),('1310374482458263',1,'Erica D. And Kimberly P. Were really good help with information and kind.','2019-09-09 19:04:45.000000','1609539722669429'),('1310836285947156',1,'Ekaterini and Valory were some of the nicest nurses I have ever met','2020-11-09 20:50:30.000000','167959367441528'),('1310846729269945',1,'this is my second time coming to this Signature Care location. Both experiences have been amazing. The staff is super friendly. I had great experiences with Christina R., Clay, and Rose. I would recommend anyone to come to signature care.','2020-12-05 16:39:56.000000','1698192877146046'),('1310950705927467',1,'SignatureCare was great! Recommend anyone to come here as it’s super fast and efficient! I was taken good care of by Clay and Lindsey!!!','2020-11-11 20:40:59.000000','1698192877146046'),('1313191578851265',1,'I have a good experience \nThe doctor is good\nAlvean and pete','2020-11-06 19:40:33.000000','1765121397101399'),('1314916368845642',1,'The staff was awesome! They took great care of my son.','2020-11-24 00:23:37.000000','105589317817643'),('1315600261950364',1,'Jessica S. In the front desk she was very friendly. She right away asked if she could put on some cartoons for my daughter and offered us some snacks and water while they checked my mom. \nThen I went too the back too keep her company \nGreat doctors, very nice answered each questions! \nRecommend SIGNATURE-CARE!','2019-07-13 09:04:31.000000','237100240304186'),('131839018046610',1,'They were very quick and welcoming!! Thanks guys !!','2019-07-26 02:51:25.000000','1787364321589026'),('1318727294929107',1,NULL,'2017-05-25 10:45:26.000000','544778295636544'),('1322613521439109',1,'I came to SignatureCare as a walk-in for COVID-19 testing. I was greeted and helped by Amanda and Dyveliz who were so kind and organized, it made my check-in experience go by super fast and easy. I also noticed they had also sanitized EVERYTHING after single use so I felt extra safe in the waiting area! I was then evaluated and checked by Bryan and Megan, they told me the whole process and treatment for the testing that was so going to be done, which I found completely helpful and needed for my nerves (I was even offered a warm blanket). Overall, the staff is so welcoming and patient and the facility itself is so organized and clean.','2021-01-26 17:19:23.000000','326347177710316'),('1324001771266744',1,'Morgan Scott and Tessa are lovely people and provided everything I needed.','2020-10-16 15:00:21.000000','326347177710316'),('1327841924092738',1,'The staff here are very nice and funny, they move quick and make sure your as comfortable as possible for now on will definitely come here if anything happens with my family!','2020-02-13 00:37:59.000000','251751275488925'),('1327931164021772',1,'excellent staff friendly n quick','2019-06-11 18:29:34.000000','1787364321589026'),('132810064660584',1,'Fast friendly service!! There was no wait and Mollie, Eric, Dr. Yost, and Sergio all were fantastic!!!','2019-08-28 00:49:20.000000','235046800697531'),('132853101822754',1,'amy, sala, brian and Dr. Lim were great','2020-08-03 16:19:08.000000','1608991329419166'),('1328971604106048',1,'I recommend. They were very helpful','2021-01-17 01:24:34.000000','544778295636544'),('1329335194074376',1,'Lorena and Kennedy did a great job treating me and helped me a lot! Additionally, Juan and Jacob were very helpful with everything as well! Highly recommend if someone is in need of medical help!','2020-12-12 22:07:16.000000','326347177710316'),('1333325810103949',1,'I went in on 01/29/2018 with flu like symptoms. The receptionist was very welcoming and very quick. I love the little amount of paperwork I had to fill out. I did not even wait 5 minutes before I was taken back. The staff was great, very attentive and extremely thorough. Me being a nurse myself, am very picky about patient care and the staff was right there checking on me often. The Doctor was great and they did everything there vs trying to send me to the hospital. Absolutely loved the treatment from everyone on my team! Thank you all!!','2018-01-30 15:21:49.000000','326347177710316'),('1334235010248793',1,'Dr. Smith, Rommel, Kenzo, and Mildred were absolutely amazing when caring for me last month!! Very grateful for their care.','2020-10-14 13:49:45.000000','1765121397101399'),('1335430139938447',1,'2nd Time here, Dr Wang, Ms Lynn and Jennifer was awesome. Tanisha took care of me too. Thank y’all so much','2019-06-10 04:01:23.000000','544778295636544'),('1337731719698242',1,'This place is very excellent. Very friendly and warm welcome. The doctor and his team work fast and professionally. I\'m very appreciated. Brenda R. In registration was helpful.','2019-05-12 15:27:36.000000','1608991329419166'),('1338859233132583',1,'Excellent nursing and physician care. They spent time discussing the care and treatment and did not rush through. I give the highest rating to Nurse Hilary and Dr. Ybarra!','2021-01-13 12:07:28.000000','1648645701907657'),('1341384886221231',1,'This was my first visit to Signature Care (Texarkana). The staff were all very friendly and helpful. The areas were clean and the atmosphere appeared to be very professional. Kara rocks! She got me to the back and was also very professional and and equally courteous. I’d definitely recommend Signature Care!','2021-01-02 00:50:25.000000','235046800697531'),('1343200409176219',1,'Before I start, I just want to say one of the best things that they offered me was quick service and also they have a great staff I felt very comfortable nothing was awkward they took really good care of me I recommend everyone to visit them.','2019-09-13 02:57:31.000000','596022027480375'),('134328795057655',1,'Alvean and Marcus gave us a good wonderful experience.','2020-10-21 19:52:07.000000','167959367441528'),('134510098465169',1,'On arrival We were greeted by two friendly faces Brenda and Tracey. \nThe staff and physicians were attentive to our needs and we definitely recommend this facility to our friends and family members!!','2020-12-10 22:22:20.000000','1787364321589026'),('1345274412310734',1,'I went into this facility with work related injury I literally only spent maybe 30 minutes here. Service was greatttttt very quick check In with Jocelyn A. Was amazing she was sooo kind and generous and she answered all of my questions and my nurse Alvean A. Was awesome she addressed all of my worries and concerns I had she was very friendly and kind to me. She made sure that I was well taken and she made sure I was comfortable the whole entire time I was here I definitely 100% recommended this facility. The doctor here was very nice and understanding 100% caring. You can tell he has a passion caring for people.','2020-01-11 16:40:28.000000','167959367441528'),('1346136798871862',1,'Jennifer D, Susie H, Matt and Dr Das did an outstanding job. I would like to thank them for their care.','2019-07-30 16:24:45.000000','299216637560955'),('1348372122034204',1,'Dr. Henderson and Mollie were nothing short of phenomenal in their care for me! It was a good experience and I 100% will recommend SignatureCare to my friends and family.','2020-08-12 01:02:44.000000','235046800697531'),('1351529684991088',1,'This emergency center is outstanding and clean. The staff is absolutely wonderful and kind, but most of all take good care of your medical needs. I am feeling so much better now that they have diagnosed my condition and on the way to a full recovery. Thanks SignatureCare for being there for me! Sandra Edwards','2016-09-23 22:10:48.000000','544778295636544'),('135471451266662',1,'The staff and doctor where great I will never go to a ER at a hospital again the staff here took the time to listen and try to get to the bottom of things .you are not just a number to the staff you are a person they care and do everything they can to make your time there awesome .as soon as we got there we were back to a room within 5 mins and there is no sitting there waiting around the staff are great.','2020-01-21 15:53:58.000000','251751275488925'),('135583794992606',1,'Very fast and efficient! Townesend and Chris were very friendly and professional.','2020-11-10 19:22:15.000000','1698192877146046'),('1357282767960927',1,'SignatureCare is great they do a great job of making me feel safe and making sure i’m taken good care of. Christina and Chelsey took great care of me! Recommend them!','2021-01-11 23:11:03.000000','1698192877146046'),('1357691107706086',1,'This team is very effective in their treatment plan and how they handle everything , it’s been a blessing to have these guys open 24 hours so at five this morning when I came in they where able to help me he the treatment I needed. Doctor Jones was very understanding of everything helped me with the process of my recovery. The receptionist or registration staff Ms. Angela and Ms. jereyia helped with figuring out why my insurance was acting up, the nurses Ms Kat and Ms Konya helped me feel comfortable throughout the whole process including blood tests and with the IV drip , Britni and kelvin where able to get my radiographs in very quickly and all together this team came together to help me feel better ! This is a company willing to work with their patients . I’ve never had better care at an ER than this one , and I’m never normally at the doctor when I get sick ! I came in barely able to walk and now I’m feeling a thousand times better','2019-02-26 13:42:52.000000','251751275488925'),('135833284897635',1,'They were really fast to see me. I saw lorena, Dr \nvakey, kate, torie, and Nina.','2020-10-17 17:40:23.000000','326347177710316'),('1367285680117135',1,'they are always super nice and it\'s so clean','2019-12-13 19:31:57.000000','237100240304186'),('137049931149869',1,'Dr. O\'Malley was very attentive, and he also was very detailed about the at home treatment.','2020-03-10 01:18:39.000000','167959367441528'),('1371367273048646',1,'Highly recommend them, Erica, Kanyon, Debriel, and Dr. Bodgie took excellent care of me!','2020-05-01 15:48:05.000000','104213804456471'),('1371396929668912',1,'I couldn’t have asked for a friendlier staff or doctors. I was in a lot of pain, and they immediately got to the source of the problem and were kind and patient through the entire time I was here.','2019-02-06 13:50:45.000000','251751275488925'),('1372483169624919',1,'Treated you with concern and perfect care.','2020-02-01 23:21:07.000000','1787364321589026'),('1374145202757858',1,'Dr Pham, Jocelyn, Erika, Jordan and Ezequiel were great! Timing was great and definitely recommend!','2019-12-13 18:17:16.000000','167959367441528'),('1375139759360748',1,'Dr. Ashbrooks, Courtney, Luke and Kim we\'re all wonderful!!!','2019-11-25 23:20:41.000000','235046800697531'),('1379074382245910',1,'My experience was amazing and staff was so friendly!!! Will definitely come back and definitely recommend them !!','2019-10-07 17:00:34.000000','544778295636544'),('1380719412104822',1,'great service doctor and staff were great and service very good..','2019-08-23 13:09:10.000000','461782867645453'),('1381474242017319',1,'I am thoroughly pleased with the professional service and integrity of SignatureCare Emergency Center. Their staff is very helpful and friendly and I highly recommended them if anyone has an emergency that needs immediate attention.','2019-10-27 19:14:00.000000','251751275488925'),('1382089205328062',1,'The front desk receptionists, Garcia, Stacy, & Shawn were a big help! Everything was very clean and quick . Thank you guys .. If I need anything I will be returning to this location . From the care , treatment , & billing info !','2020-01-31 00:26:56.000000','1787364321589026'),('1382801728727756',1,'Fr.Faig and The nurse Sara were some of the best treatmeny I’ve ever received. They were nice and very knowledgeable and I didn’t have to wait all day I’ll recommend this facility to anybody. Great experience','2020-10-28 16:24:41.000000','829264323932850'),('1383455681808456',1,'Very friendly with extra touches to make the visit more comfortable and pleasant. The nurse, Sarah, is great, but all the staff has been, too. My husband had a good experience with them earlier this year.','2019-07-25 18:48:16.000000','461782867645453'),('1383695571977877',1,'Very fast and super helpful with an amazing staff!','2020-11-24 00:10:00.000000','544778295636544'),('1384665275038806',1,'Great service! From Dr. Tran, Nurse Amy, Shaunda with Registration and Thai!! Everyone’s nice. The facilities are very clean.. 🤩','2020-02-10 19:53:45.000000','544778295636544'),('1385623998454690',1,'Fast and easy experience and a very friendly staff! Andrea & Kelsie made my morning!','2020-12-20 14:55:25.000000','235046800697531'),('1385983191526865',1,'I just have to say this place is awesome! During a nasty storm, and them losing power, they still did everything possible to get us going & take care of my daughter!! They were so quick to help and thorough with advice!! Definitely recommend.','2019-05-13 22:43:10.000000','596022027480375'),('1386097231735463',1,'Really the best emergency room ever. I walked in at 6pm and left at 8pm. Blood work, ekg, IV fluids and CT scan all within that time. Drs and nurses were also very friendly and accommodating!','2020-12-26 20:17:29.000000','167959367441528'),('1387689634704851',1,'They were wonderful.fast Staff &Dr was super helpful. Thank you.','2019-07-23 13:30:28.000000','237100240304186'),('138887150573546',1,'Omg I can’t thank the staff enough at how amazing they are!!!! Super caring people super fast to get back and get looked at!!! Amazing!! Hands down the most amazing place to come!!! Came in due to tooth pain found out I have an ear infection they took care of that too. Very friendly staff make you feel very welcome. Thank you signature care!!','2019-04-28 01:57:06.000000','251751275488925'),('1389918501179892',1,'I came in for a sore throat and within an hour they addressed the pain and told me what was wrong! Thanks to Lorena, brad, Morgan, and dr kimball it was fast and effortless','2019-12-31 14:47:43.000000','544778295636544'),('1393038444233594',1,'Great experience and care at south Austin ER.\nSuper easy on Sunday afternoon. Christina R and Clay were my nurses. She started my iv fast.\nClay did my covid test gently. \nNo wait! \nDr Rose was professional. I have heart failure and she was jest as thorough as my cardiologist.\nGreat place to go.','2020-11-08 21:49:41.000000','1698192877146046'),('139423050996399',1,'This staff was all amazing and I will forever come to this ER, the staff was all amazing and thank you for helping me get rid of my painšŸ–¤šŸ–¤šŸ–¤','2020-05-19 02:23:49.000000','1698192877146046'),('139449707533072',1,'Thank you Ashley Burton & Ashley Keely for getting me the assistance I needed in a timely manner! You guys rock here at SignatureCareā€¼ļø','2020-02-08 21:11:57.000000','299216637560955'),('1397412697060883',1,'Great Dr. and staff. No waiting.','2018-09-27 21:52:45.000000','1787364321589026'),('1400112763526757',1,'I was seen within 5-10 min tires of arrival. Everyone was extremely helpful, caring and asked the correct questions. The doctor answered all my questions and was very nice. The registrar Vanessa was super patient and explained the paperwork thoroughly. I’m happy that my sister referred me here rather than where I was thinking to go.','2020-09-23 01:28:41.000000','167959367441528'),('1400746176776867',1,'We took my daughter there around 7:30 pm ( 12/02/2017) because of a headache. we did not wait much longer and the receptionist was very nice to us. she finished the paperwork really fast so we can get help. Dr. Hehman was such a caring man, he explained the diagnoses very well to us. Also, Jessica, John, kate, Tino every one was very helpful to us.','2017-12-04 04:10:52.000000','1787364321589026'),('140251053930734',1,'I brought my son here twice already and the staff here is wonderful, especially Tanishia! Always very fast to get you in a room and care starts immediately. I really love that they are fast and efficient. I highly recommend this place to anyone in need of care.','2019-10-21 02:59:55.000000','461782867645453'),('140419017208267',1,'they very nice got me in the back and since I walked in the door a very respectable place to go I will come here again if I need to','2019-09-06 22:22:50.000000','237100240304186'),('1414756648912661',1,'They were so helpful and nice!','2020-06-12 17:31:34.000000','1698192877146046'),('1417020258502584',1,'Adrianna and Magaly where kind and gentle they know what they were doing highly recommended these two women!','2020-07-22 15:47:25.000000','237100240304186'),('1417984775026632',1,'Love them great service in and out \nSingla Stephanie Carly Mercy','2019-12-16 21:52:11.000000','829264323932850'),('1419694171535544',1,'No words can describe how amazing the visit was! The registrar Okarys was so welcoming and warm. The nurse Jeri was very attentive and on point, straight perfection. Stephanie...goodness....so kind and VERY professional and lets give a huge shout out to Dr. Mauldin... BEST DOCTOR EVER! He was very informative and down to earth. I will def be returning. Thank you SignatureCare for being there. Thank you Ashley for referring me. (BEST MARKETER EVER!)','2020-02-27 01:38:55.000000','326347177710316'),('1423709221163353',1,'friendly staff. informative and very helpful. came very late at night but everyone was super kind and professional','2020-08-10 08:09:03.000000','104213804456471'),('1436649533150593',0,'the 1st visit i had last month was great. this time was horrible. i am passing a kidney stone. they wouldnt see me if i didnt pay 1300 up front. i called before hand to make sure because i didnt want to waste my time or anyone elses. i left having severe chest pain. and got no assistance','2019-12-27 00:02:06.000000','326347177710316'),('1440987739413105',1,'When it today and had the best service around thank you Jessica, Senaida and Keira for everything','2020-03-04 01:10:51.000000','544778295636544'),('144192974049499',1,'Dalal and Keshawna we\'re very helpful and nice!','2020-09-23 14:42:20.000000','1609539722669429'),('144206454147476',1,'very friendly staff felt welcome.','2020-12-04 00:39:28.000000','1609539722669429'),('1442765455932825',1,NULL,'2017-05-06 23:21:00.000000','544778295636544'),('1443307229174126',1,'Lorena and Victoria at the front desk were very kind and helped me with any questions I had! Overall great service','2020-07-26 15:17:19.000000','326347177710316'),('144337386745443',1,'Really nice and fast with the service. Very helpful and easy to talk to. Highly recommend thank you Kim and Allison','2019-06-23 13:09:34.000000','596022027480375'),('144674443961846',1,'Staff was very efficient and welcoming. They made me feel as comfortable as possible!','2020-10-11 03:28:24.000000','235046800697531'),('144951083853757',1,'This is really good location and Nuris and doctor is fast','2020-06-18 20:41:12.000000','829264323932850'),('1450209855165902',1,'Brenda was a very good. Everyobe was amazing i will definitely be back','2017-08-19 18:50:06.000000','1609539722669429'),('1450646715114250',1,'I\'ll start by saying I normally don\'t write reviews. But they were so nice and professional the entire time I felt this review is needed. I will try to be as descriptive as I can be with this review.\n\nI walked in on Memorial Day. I could Bailey talk, had difficulty breathing and swallowing. The receptionist was very curious and very patient with me. She was able to answer most of my questions with me limiting myself to gestures. Had to speak a few times but that was because I couldn\'t figure out how to gesture my question properly. Once I filled out the forms, she instructed us to please sit down and wait a short period, less than 7 minutes, until I would be called back.\n\n-waiting area description-\nThe waiting area was very nice, sadly i have been in a lot of ER\'s before so I am used to really old layouts or just uncomfortable seating. The seats were very comfortable for the short time I was waiting. The furniture was modern and in a practical layout; it showed, to me, that they care about their patients even before they are seen.\n-end-\n\nOnce a I was brought back all the nurses that were working greeted me. Granted it was just a simple welcome in, we will be right with you, but it meant a lot to even get that.\n\n-room description-\nThe room I was placed in was spacious and very nice. It had a large TV in case I was going to be there for awhile a nice comfortable hospital bed, like one of the ones long term patients get and three chairs in case I had people with me. Which was nice because it gave my partner somewhere to sit while I was back in the room.\n-end-\n\nI was in the room not even 5 minutes before two nurses walked in and greeted me. They started asking the general questions you\'re asked upon first arrival to a ER or UC center. My partner explained I was having difficulty speaking. I nodded and used a very soft whisper when needed to answer the questions. This lasted maybe 5-6 minutes and then they asked if I would like a warm blanket or to have the tv turned on. They said the doctor would be in shortly.\n\nThis is the most dreaded waiting time for anyone in a ER or UC center. Because there is no telling how long the way will be. I can happily report that my wait to see the doctor was maybe a little longer than 5 minutes, but I\'m guessing at time because I didn\'t check a clock during that time.\n\nThe doctor came into the room and talked to me for a little bit and asked for me to open my mouth so he could see my throat. Within a few seconds he said, wow you have a very server case of Strep Throat. He then checked my partner due to our close proximity all the time and he said my partner was displaying easy warning sings of a case but currently only shows the standard \"red inflammation\" look. He suggested that my partner get the test as well. \n\nHe then swapped us both and said he would come back in once the test results were completed. Which this starts the next anxious waiting game. Because lab results can take forever sometimes. Well 3 minutes later he walked in and confirmed what he thought I had and informed my partner that he tested negative. He said that as his personal recommendation my partner start a low dose treated, but as his professional opinion no treatment was needed and it was my partners choice. Then looked and me and said apologized and said I don\'t have a choice.\n\nHe explained what I was going to be getting and then he did ask if I would like a fluid bag. Because while examining my mouth he said I looked dehydrated, which I probably was since I could t drink anything for about 7 hours by this point.\n\nI said yes and he left to get the medications needed for treatment. This is when a third nurse entered the room. I will admit I had a slight freak out because the only thing I thought was oh great another nurse, will I have to explain myself again?\n\nShe greeted us both and asked who was who. She handed my partner his 1 pill. Then looked at me and asked if I was ready for my shots. I was envious of not being able to take the pills but I could t protest dude to the fact I couldn\'t swallow anything.\n\nShe gave me the shots and hooked up the IV bag. Then she said she would be back in 30 minutes to check on me. She offered a warm blanket and asked if we\'d like the TV turned on.\n\nWe thanked her and said no thank you. She left and the 30 minutes did what ER UC minutes do for patients, they drug on like normal. But true to her word she came back within 30 minutes. She gave me my last shot and explained the other medications the doctor has prescribed to me. She then asked if I had any questions and when I said no she said you\'re free to go. Then showed us our. On our way out the other staff members said they hope that I get better very quickly and that I don\'t have to come back anytime soon. \n\nAll in all, this was by far one of the best visions I\'ve had to a ER UC. They were very polite and it felt like they were tending to my every need.\n\nI would 100% recommend them to anyone.','2017-05-30 20:22:16.000000','544778295636544'),('1451510225029461',1,'highly recommended these guys! even though I couldn\'t go in to be with my man while he was here. shout out to the following people! \nthank you to Sita (Registration), Paige G (nurse), David (radiology), Delpha (blood work), and Dr. Patel!!! thanks you guys!','2020-05-05 02:44:02.000000','596022027480375'),('1452066441634151',1,'We went to Signature Care Emergency Center at Copperfield last night. \nVery Fast and Friendly Service. \nI\'m very happy with all the staffs over there. \nHighly recommended for those people who need any kind of service after hours','2019-12-26 19:09:14.000000','461782867645453'),('145351936805235',1,'I\'ve been here before and they were excellent to me so I brought my mom and got the same excellent treatment from Jennifer,Erica, and Ashley','2019-10-26 17:52:00.000000','299216637560955'),('1457378391104729',1,'Sergio was so welcoming and very helpful. Dr. Ashbrooks Mollie the RN Greg and Eric Were very welcoming took very good care of me!','2019-09-12 13:11:03.000000','235046800697531'),('1457615844413921',1,'Excellent care. Never had a bad experience.','2019-11-18 22:40:05.000000','1787364321589026'),('1458283784362854',1,'This location has set the bar high for customer care. They made sure that I was comfortable when taking me into the room and asking questions regarding the pain I was in. Its no wonder why I’m a returning patient. This place is just so trustworthy. I highly recommend this location','2020-11-04 02:09:15.000000','1765121397101399'),('1461033477392436',1,'We were seen in less than 5 minutes of walking in the door! She staff was amazing with my 5 year old daughter:) I would highly recommend SignatureCare! Allison, Brittany and Dr. vaagenes were amazing.','2019-12-23 05:26:13.000000','596022027480375'),('146507740600259',1,'Josh and Jennifer took great care of me and were constantly checking on me during the waiting process.','2021-01-01 21:29:13.000000','235046800697531'),('1466386113521102',1,'Brought my 2 year old in at midnight. We were taken in In just a few mins. The staff was great. I would definitely recommend coming here. Thank you Audrey, Daniel P, Bancroft and Dr. Anders','2019-12-26 07:09:37.000000','596022027480375'),('147422250229142',1,'Jocelyn, alvean, thuy an were friendly and hospitable.','2020-06-03 15:57:43.000000','167959367441528'),('1476904109151770',1,'This is our second visit to Signature Care and we absolutely love it. We were greeted by Vanessa at the front desk. She made us feel welcomed and always had a smile on her face. Our nurse Nicole was caring and attentive. She listened to all of our concerns and explained everything well. By far our favorite was Brandon! Thanks for being gentle with our son and even turning on the tv for him! On our visit we saw Dr. Lim. He gave us outstanding care. We are so pleased with the service we received! Highly recommend it!!','2020-01-11 02:48:39.000000','1609539722669429'),('1479049852250501',1,'Took my Daughter there with no issue, staff was great and attentive. Dr Yost, was well informative, Kara and Gunner was great with her for tests and Courtney at registration made it painless. Recommend it definitely','2019-12-16 14:58:34.000000','235046800697531'),('1481436048703860',1,'Had abdominal pain and they were very thorough in testing. They found a problem and i was sent to the hospital for surgery. Grateful they were able to diagnose the problem. Staff and Drs were professional and helpful.','2016-04-05 21:11:32.000000','544778295636544'),('1481509482059968',1,NULL,'2017-03-06 14:01:00.000000','1608991329419166'),('1484070471775850',1,'I had an excellent experience at SignatureCare Emergency Center-Stafford. The doctor and nurses took great care of me as I had a Molar Split alongside a filling on Wednesday at 8:00pm in the evening and was in extreme pain. Thanks to my nephew, Logan and Brother in Law, Geoff for getting me there quickly and safely! Thank\'s again to you all for being there! Stephanie Tonini','2017-09-22 16:23:26.000000','1787364321589026'),('1484521068383117',1,'Wonderful staff, was in and out of there in an hour !!','2020-01-08 00:11:42.000000','251751275488925'),('148519749783690',1,'Signature care emergency center , it’s a very good place they help me out when I got a car accident .','2019-12-21 15:20:10.000000','544778295636544'),('1486463278195399',1,'It’s a good environment and nice staff and was really quick\nDr. Ybarra, Stephanie, Rollie, and Natalia awesome','2019-10-22 02:30:42.000000','1648645701907657'),('1486525241516278',1,'We had a great visit here. Highly recommended \nDr. Rose,\nNurse Brandon\nRadiologyst Clay\nRegistration Earl\nER Tech Chris M. \n\nThat’s the dream team!!!','2020-03-12 03:38:07.000000','104213804456471'),('1486526041516198',1,'We had a great visit here. Highly recommended \nDr. Rose,\nNurse Brandon\nRadiologyst Clay\nRegistration Earl\nER Tech Chris M. \n\nThat’s the dream team!!!','2020-03-12 03:39:40.000000','1698192877146046'),('1487521464761766',1,'In line for covid testing, employees super friendly!! :)','2020-06-12 17:47:04.000000','1698192877146046'),('1488403741335973',1,'Friendly staff and quick registration.','2020-03-25 03:00:48.000000','104213804456471'),('1489099177904875',1,'The staff here is amazing, Doctor Zhen, nurse Lynn, Fatima, Daniel and Ms Tanisha took care of us and you can tell they genuinely care. Thank you guys','2019-12-09 06:50:48.000000','461782867645453'),('1489266811207663',1,'A wonderful Emergency Center with fast and friendly staff.','2019-03-11 20:24:26.000000','235046800697531'),('148973336503543',1,'There very fast and nice. This is my second time here and they’ve taken excellent care of me ! I am really blessed to have such great people.','2019-10-29 18:35:59.000000','251751275488925'),('1490572164463144',1,'Alvean and Marcus were Amazing! Quick and through care!!!','2020-10-20 19:23:42.000000','167959367441528'),('1491593277664775',1,'Great experience and I was very comfortable and everyone was very helpfully.\nDr. O’Malley, Alvean, Kelly, Jocelyn.','2019-11-27 23:53:07.000000','167959367441528'),('149368669678871',1,'I recommend you come here the nurses are very nice always made sure my mom had everything she needed and we didn’t even have to wait for a long time for them to take her back !','2019-11-15 01:40:08.000000','596022027480375'),('1495835577288886',1,'Super awesome for my first time alone at a doctor they made me way less stressed out about it','2020-11-02 20:21:03.000000','104213804456471'),('1496162360489021',1,'I have been to multiple ERs and Urgent Care centers, but this service was great. Everything from customer service to patient care was wonderful and it allowed me to calm down through a difficult time.','2018-04-30 16:27:43.000000','1698192877146046'),('1497042427134814',1,NULL,'2015-05-27 22:37:24.000000','544778295636544'),('1503235356553100',1,'This place is so kind. The staff at the front (Kristandra & Tiara) complimented my son and were so sweet to us. The wait was appropriate for the visit time frame and we were taken care of by the nurse staff Gracie. Dr. O’Malley was very informative regarding the pandemic information and gave us lots of helpful information to use. The little one was even spoiled with Gatorade and a snack! Great staff, easy and convenient location and clean facility. Will come back in the future for any emergency needs!','2020-11-01 18:11:25.000000','167959367441528'),('1503477763172926',1,'Everyone was very courteous and friendly, even though they were extremely busy. Quick service considering the workload.','2020-07-09 18:53:54.000000','105589317817643'),('150359172669263',1,'Phenomenal service. In and out in 30 minutes. Dr. Wren took great care of us and made the process easy and enjoyable. Amy was very welcoming as soon as we walked in.','2019-04-21 05:30:57.000000','544778295636544'),('1508517502666318',1,'shot out to Dr. Benjamin, Dr. Nguyen, Tiar, and the entire staff.','2020-08-14 23:48:39.000000','167959367441528'),('150948522656191',1,'Lucas Kim Sherri were great','2019-08-02 14:09:56.000000','235046800697531'),('1513585515483195',1,'Great and friendly staff! Treated my friend with the upmost care in a timely manner. The staff that were present were Dr. Amy Patel, Rebecca V, Jeri, Gabe, Patrick, and Stephanie.','2020-02-22 06:31:39.000000','326347177710316'),('1513789938778474',1,'Great experience ! Ashley K was excellent in radiology ! So convenient !','2019-03-01 16:28:07.000000','299216637560955'),('1513898888771756',1,'I came here because I was having a gout flare in my left foot and I recieved excellent care from Nurse Ekaterini, Tech Thuy An, and Radiology Rick. They made me feel welcomed with excellent care.','2020-04-16 15:16:35.000000','167959367441528'),('1516940448467773',1,'great care from registration to discharge.I highly recommend this ER for your care.\nTerra, Kara,Theresa were all great!','2020-02-25 21:33:43.000000','104213804456471'),('1516969995131485',1,'I was seen by Dr. Simmons she was amazing ! she sat down listened and took her time. Thank you Dr. Simmons!!!\nGreat experience from check in to discharge. Susie Hicks RN, Matt Leonard RT were awesome !\n\nSignature Care ER Paris, Texas you rock!\nThank you!','2020-02-25 22:34:38.000000','299216637560955'),('1519741751748537',1,'I highly recommend signature care they have great customer service I was treated great an it was a fast visit thank you so much again dr.lim,Ekaterini,Jordan, and Clarissa ā¤ļø','2020-11-09 22:42:02.000000','167959367441528'),('1520514101671412',1,'When in about a day or two ago, and Caitlin was just completely amazing! She was EXTREMELY helpful, caring, courteous and highly knowledgeable. She made this visit one of the best visits possible, I highly recommend this place!','2020-10-31 10:27:05.000000','299216637560955'),('152203879812906',1,'megan and Teresa took good care of us. they were genital.','2020-07-21 13:22:23.000000','237100240304186'),('1522427141295921',1,'Cali was amazing i hate shots and she was great when administering it. my pain level was a 10 and left the hospital with zero pain. very clean plave and great staff.','2020-05-30 02:09:03.000000','251751275488925'),('1526757007498613',1,'So friendly and nice once you walk in. Jocelyn at the front desk made the paperwork process so easy and quick. Not even 10mins when we get called to be in a room. Alvean and Jose are kind and professional, makes you feel like family members.','2020-02-22 22:51:01.000000','167959367441528'),('1530299757115733',1,'I\'m not a big fan of urgent care facilities, but SignatureCare Emergency Center - Stafford was an EXCELLENT experience for me from the receptionist to the security in the parking lot. Everyone was friendly, caring and professional. I hope and pray you don\'t have to go to one, but if you do this facility is highly recommended by me and my daughter. Thanks everyone; especially Dr. Sylvester!','2018-10-01 14:28:06.000000','1787364321589026'),('1531744127008089',1,NULL,'2017-09-29 22:52:06.000000','1787364321589026'),('1533814746770080',1,'The greatest 24 hr care you can go to better than most hospitals..fast services, friendly staff, and clean. They have snacks for your convenience.','2019-12-09 11:54:02.000000','1609539722669429'),('1534451443365057',1,'Very pleased with my visit at signature care! Jennifer D was very great at the front desk as well as all of the staff who helped diagnose and treat my problem! Very Clean and very nice facility! Will recommend to friends and family!!\nDefinitely will come back in the future.','2019-01-06 22:19:05.000000','299216637560955'),('1534890233342134',1,'All of the staff is friendly and very informative. This is my second time here and each experience were the same. Exceptional','2020-05-20 23:25:10.000000','1787364321589026'),('1535450813325686',1,'everyone always nice and treats u fabulous','2020-04-23 01:21:40.000000','299216637560955'),('1535723429910225',1,'This place is has great employees such as Doctor Cavazos J, Nurse Sarah G, Registration Tanishia W. And Rad Tech Elaine & Geovanny. Every knowledgeable and we will be coming back for emergencies. They are right around the corner from us and we feel relief to have them here.','2020-01-24 02:12:50.000000','544778295636544'),('1536470159871109',1,'My wife was seen last night. She returned back home so quickly I thought something was wrong. She says this was the best ER experience she ever had. You guys were so quick and she said her nurse Kimberly was just the sweetest, offered her snacks, warm blankets, explained every step of the process. I would definitely recommend and will make this our home ER. Thank you Kimberly !','2020-11-26 00:19:08.000000','251751275488925'),('1539264509608223',1,'Very clean center. Everyone was so nice and professional! Would definitely recommend! HUGE thank you!','2020-10-16 20:23:53.000000','251751275488925'),('154172452352258',1,'Kim and Allison are great helped me right away','2019-09-01 06:51:51.000000','596022027480375'),('1542957832564825',1,'Working with Bright Horizons we partner with Signature Care and it is so comforting here. Christina and Clay were so nice to be around and even if I wasn’t feeling my best they made the best of it. I definitely recommend coming to Signature Care.','2021-01-25 17:17:44.000000','1698192877146046'),('1544133922411316',1,'Me gusta mucho como me an atendido. Ya e venido en dos ocasiones y si los recomendarĆ­a. La enfermera Alvean y recepcionista Patricia muy amables.','2020-02-06 16:07:54.000000','167959367441528'),('1544471342372046',1,'Awesome facility, friendly staff, and quick care. Will visit again.','2020-02-22 16:59:45.000000','251751275488925'),('1544755062292151',1,'My friend broke her foot one night and needed a quick visit to see what happened. The staff was extremely nice and the facility is very clean. We were in and out in about an hour. Would recommend this clinic to anyone needing care in college station. We were served by Anthony, Kathleen, Rebecca & Dr. Anders all of which made our experience a good one. Will be back','2018-11-14 03:21:11.000000','326347177710316'),('1548832335286366',1,'Great and fast service, awesome staff, staff took really good care of me as I was in and out the building...⭐⭐⭐⭐⭐ and šŸ‘\nFrom now on I\'ll return here if needed.','2020-05-20 22:48:28.000000','251751275488925'),('1550522168445053',1,'Jocelyn and Meredith were awesome!!','2020-03-18 17:48:44.000000','167959367441528'),('1551043685068565',1,'Teresa m, Dylan, and Joseph did an amazing job','2020-07-20 19:44:48.000000','237100240304186'),('1551426238363808',1,'Great staff and excellent care given by Dr Tran and all the nurses.I highly recommend Signature Care Emergency Center if you find yourself in a medical situation.','2018-07-17 08:54:02.000000','544778295636544'),('1552933978220907',1,'I am very satisfied with my service today especially with the friendly, professional, very compassionate staff. Thank you to Emily, Sindy, Dr. Golla and Jubril for your wonderful service!!!!!!','2020-04-21 00:08:05.000000','544778295636544'),('155357922352369',1,'I recommend this ER a lot! I walked in with chest pains and they immediately got me in the back! Everyone was so sweet & professional! I felt safe even when I was scared! Thank you to everyone that helped me! \nDR. HENDNSEN\nNURSE- SARAH G\nRAD TECH- FATIMA \nER TECH- ELAINE\nREGISTRATION- TANISHIA W','2019-11-22 04:03:12.000000','461782867645453'),('155459106162518',1,'This is the best ER I have ever came to. They are all very welcoming, and care about your emergency situation. We are new to Houston, so we were a little concerned to come to a new place. We were greeted by a lovely soul named Delicia who quickly got us our paperwork. Blake then assisted in asking questions regarding what was going on, and was very comforting during the procedures. Dr. Omally, Sonle and Mary Ann are also amazing. Highly recommend coming here!!!','2020-08-10 12:57:38.000000','1648645701907657'),('155529095802732',1,'Brought my nephew here for strep throat. They were quick caring and made sure he was comfortable through out the whole visit thank you Dr. Patel, Ekaterini, jessica and luisa.','2019-11-27 01:56:23.000000','167959367441528'),('1557032677778028',1,'SINCE IVE BEEN IN HOUSTON IVE HAD THE WORSE EXPERIENCE WHEN IT COMES TO ER, TODAY I TRIED SIGNATURECARE CYPRESS LOCATION.. I WAS IN AND OUT IN 20 MIN THE WHOLE STAFF WAS AMAZING DR.IHEME, ALVEAN, MARCUS, JOCELYN, and OLIVIA... I WILL DEFINITELY BE BACK IF I HAVE ANY MEDICAL ISSUES THANKS GUYS','2019-12-04 15:01:40.000000','167959367441528'),('1557601984386754',1,'This is absolutely the fastest care center I ever been to. Everyone is super friendly and seem to genuinely care. If I have future emergency I would definitely rather come here rather than S&W or Metro.','2020-02-12 21:01:23.000000','251751275488925'),('1558771700946500',1,'This is the best ER in DFW HANDS DOWN!!! I’ve lived here 4 years, I hate ER visits and hate taking my son but this place went above and beyond to accommodate me and my son! Jessica Sanchez, Georgia Johnson and Dr. Gary were absolutely amazing and so nice with my son! Thank you for helping us feel comfortable!!','2020-07-16 18:14:09.000000','104213804456471'),('155968892195873',1,'They are super clean. Very organized. Doctors very professional. Rated likely concerned about the patients and/or health.','2019-07-04 19:10:48.000000','544778295636544'),('155969322195830',1,'They are very Sanitized. The doctors are friendly. Most concerned about patients needs and care.','2019-07-04 19:14:26.000000','1609539722669429'),('156126885543574',1,'I love this place Amy was so nice and helped me with the registration. Jani and Dr. Iheme let me know exactly what was wrong again i love this place.','2019-07-19 22:21:51.000000','167959367441528'),('1562678243891213',1,'The staff is amazing and was very helpful and informative Dr. Diaz was super nice!','2019-09-29 23:18:39.000000','596022027480375'),('1562794217215709',1,'Very helpful, friendly, clean, and informative! Dr Daniels and Tanishia were great. Everyone was great! Thanks again.','2020-03-02 02:26:27.000000','461782867645453'),('156366122500651',1,'I will recommend!! My advice is to know your symptoms and be able to explain that before you go. The first Doc was not helpful and he rushed. 2nd Doctor was great and more patient. The nurses were great!!','2020-03-29 04:47:01.000000','251751275488925'),('1564338570405151',1,'Half my face was swollen, I looked like something went terribly wrong on my face, my son was calling me Harvey dent(batman reference) I went to my primary doctor twice, and he basically gave me some Advil. The third day I decided to just Google emergency care, and went to the nearest one before my face felt off, so happened it was this one. The receptionist was amazing, nice lady indeed. To that point I felt welcome, not even 5 minutes later they were working on me and making me better, all of them probably worked at olive garden at some point because I felt I was among family, they made my 12 hour stay extremely comfortable and best of all I no longer look like a monster! I was very very impressed with how everyone treated me! If anyone ever feels like dying, this is the place to go.','2018-02-27 19:32:55.000000','1787364321589026'),('1575010149267055',1,'The nurse and doctors are great. Fast ,courtesy, clean,and made my sick day much better. Thanks Jinnifer Diggs, Jamie and Dr.Jorden...feeling much better.','2018-11-23 03:16:21.000000','299216637560955'),('1577384152420111',1,'Great service by Lorena T, Victoria P, Jeri D, Juan C, Akunyili','2020-07-31 15:30:15.000000','326347177710316'),('1580591452087434',1,'Everyone was very helpful when needed the most. Keera was welcoming at the door!','2018-11-02 04:31:57.000000','326347177710316'),('1580839408682278',1,'Amy Was A Good Help To Me And My Father Tonight She Made Sure Everything Went Good And Okay','2018-11-20 07:02:41.000000','544778295636544'),('1581672955318461',1,'This place is amazing Jessica, Senaida, and Keria went above and beyond for us as soon as we walked through the doors very helpful','2020-03-04 01:06:17.000000','237100240304186'),('1584526225029414',1,'Very fast I was in and out literally in 1 hour! And they helped me so much cuz my throat was killing me! Delicia is so sweet and has a great heart she was so sweet. Dr B Thomas was very informative about what was going on and Karen was as cute as a button all sweet heart special thanks to robbin the rad tech!','2020-02-27 16:05:05.000000','1648645701907657'),('1584632495077541',1,'great service, even on new years’ eve! very helpful staff!','2021-01-01 03:49:54.000000','326347177710316'),('158554252664162',1,'Always so gentle and caring amazing staff and facilities are always clean! Never have a found on emergency clinic with staff caring to every need! Especially miss Kat and she exceeded all expectations and was Phenomenal with my little boy! Definitely recommend!','2020-11-13 21:47:18.000000','251751275488925'),('1589249887875354',1,'I had the most pleasant experience here the receptionist Brenda was very warm and welcoming. I waited maybe 5 minutes before I was seen which was great being that I was attacked by a cat and needed to be seen immediately. Dr. Sylvester and Nurse Dawn and Amanda were amazing as well. I\'m a returning patient and I will continue to come to this location for my urgent care needs.','2019-06-19 16:15:46.000000','1608991329419166'),('1589707041170517',1,'This place is amazing. There was no wait time at all. They took very care of my mom & gave her everything she needed. The staff was very helpful. Dr. Ortiz, Nurse Dana, red tech Marcus, Jocelyn, and er tech Jordan made us feel welcomed and gave great information. Definitely will be coming back here.','2019-12-16 16:51:12.000000','167959367441528'),('159136155161138',1,'It was the beat experience I’ve received very nice and patient. Front desk was welcoming very nice. Drs and nurses were very nice as well i could totally come back','2019-09-27 19:00:56.000000','251751275488925'),('1594417654079884',1,'Stanlisha and keily was great!','2020-11-22 14:48:27.000000','299216637560955'),('159441988971347',1,'I went with dental pain and the helped me I was in and out within an hour. The staff were very nice. Thank you!','2020-05-26 23:58:38.000000','237100240304186'),('1599498003568780',1,'These are very good people nice and friendly','2020-12-18 22:24:37.000000','235046800697531'),('1599539833543492',1,'Staff is knowledgeable and the visit was quick and easy which was awesome!! Calli Jones was amazing and made me feel comfortable during my visit!','2020-03-11 00:13:27.000000','251751275488925'),('1609706139161306',1,'Staff are amazing, no waiting time and very clean location. Dr Lindsay was very informative','2019-07-03 04:04:14.000000','167959367441528'),('1610278545810462',1,'rapid service and polite personnel thank you Paty, Allison ,Ramon and Dr. Starr','2020-10-29 17:02:46.000000','596022027480375'),('1610326265817452',1,'I was greeted as soon as I walked in the door. The Receptionist was very helpful in getting me to the room to be examine. Everyone was very helpful. I didn\'t have to wait long at all. That\'s doesn\'t happen very often anywhere else. Thanks again to all of you. If you need to get great service please go to the ercare24 on Rice. Thanks.. Dr.Appiah, Karen, Felicia, and Sonny. You all are great.','2020-11-01 22:34:48.000000','1648645701907657'),('161639478802392',1,'they\'re really Cain and professional and ready to work with a patient thank you signature Care for everything','2020-07-25 15:11:31.000000','1648645701907657'),('1616952151787462',1,'Really good service! Love the atmosphere, how it so cozy and comfortable. Big help from Kimberly, Jacob, and Joey! Awesome service!ļæ½','2017-03-12 17:40:28.000000','326347177710316'),('1617662005049814',1,NULL,'2017-06-04 20:27:46.000000','544778295636544'),('161883475195886',1,'The staff was very friendly and professional,\nDr. Iheme and Nurse Avean seen me very quickly. Jocelyn and Oliva made the registration & vital process easy and quick. I was finished within 20mins. It\'s the best emergency room experience I\'ve ever had.','2019-12-04 13:50:37.000000','167959367441528'),('1619301841581716',1,'Have nothing negative to say about SignatureCare Lewisville! April was fantastic and Dr. Haynes was brief and to the point. (my kind of doctor) Thanks for the great care!','2020-10-25 17:55:04.000000','104213804456471'),('1621340328025624',1,'Brenda and Lizzie were so helpful and welcoming! The best ER I will definitely be back if needed!','2020-08-27 08:11:47.000000','1608991329419166'),('1625206524277416',1,'fast and friendly and give out snacks which is my son\'s favorite part','2019-07-13 03:34:13.000000','461782867645453'),('1625210090943726',1,'fast friendly staff. manny,Jessica, and dr Nguyen','2019-07-13 03:42:26.000000','544778295636544'),('1626018094245102',1,'The visit I did today was Great!!! The staff from the check in to the end of our visit was wonderful Jonathan was my husband nurse he spoke to my husband in Spanish and explain everything to us Thank you Jonathan for making our visit pleasant.','2020-10-05 18:31:21.000000','596022027480375'),('162958562187574',1,'Thanks to the doctor Henderson , ER Elaine , nurse Charlotte ,Tammy & Jennifer to take care of us and answer all my questions .Also to the registration ladies at front : Haley ,Asia & Evelyn being so nice and help me to fill up the forms with out any problem šŸ˜‰šŸ˜‰.\nIf you need a quick results this is the right place to come !','2020-11-10 18:46:19.000000','461782867645453'),('162982004998491',1,'We arrived at this location after a negative experience at another ER. The customer service is great and the staff makes you feel welcome. Our nurse Nichole took good care of our patient, and the tech Brandon was quick and efficient. Glad we decided to come here.','2020-01-25 17:12:39.000000','1609539722669429'),('163009708401617',1,'Just want to thank the staff from signature care for all the help to and especially Tanisha for the extremely quick and urgent attention to my needs. šŸ‘ŒšŸ¾','2019-12-11 08:21:32.000000','461782867645453'),('1631322233710880',1,'Gracie Urias was very nice and professional overall great experience.','2020-07-16 20:52:15.000000','237100240304186'),('1632142816952721',1,'Signature Care of Paris is exceptional...receptionist McKenna and Caitlin were very professional, helpful, and friendly,..the nurse and doctor were great also. I highly recommend Signature Care...you won’t be disappointed.','2020-07-24 03:21:00.000000','299216637560955'),('1632170316947530',1,'I found myself in need of stitches over the weekend. The entire team is amazing and super professional. Thanks to Dr Das, Icealia, Kanyon and Denise for helping relieve my stress and trauma.','2020-04-05 15:21:47.000000','104213804456471'),('1632323826923943',1,NULL,'2017-10-04 04:31:53.000000','326347177710316'),('1633151190144804',1,'Best choice I have made coming here! No wait, they are quick to find out the problem. Searching and finding out the problem in a quickly manner. Nurses and Doctors and staff Care for your health and are very nice.','2017-06-29 16:55:51.000000','1609539722669429'),('163381314706071',1,'Thank y’all so much for your help tonight! Shout out to Skyler, Brooke and Jennifer for making our visit pleasant!','2019-07-20 06:02:16.000000','299216637560955'),('1633900020131692',1,'Front desk and everyone there are nice and very helpful','2020-11-17 17:23:25.000000','251751275488925'),('163435261899743',1,'They are very nice and compassionate. They really care about their patients. I have been to other ers in the area that made me feel worse instead of better. I would recommend them. My only suggestion is that they need a call button for patients in the rooms.','2020-07-12 21:26:12.000000','104213804456471'),('1636845013142425',1,'Very friendly staff! Fast being seen considering how busy they were! Awesome nurses and dr!','2020-09-01 02:50:43.000000','235046800697531'),('1638378896366299',1,'Very helpful staff and quick service. Much appreciated. Thanks Stephanie R, Karen, Yasmina, Rolando and Dr. Ybarra','2020-11-20 17:00:58.000000','1648645701907657'),('1645446742217501',1,'This was a great facility. I was seen quickly and the staff and MD was very nice and professional. My needs were met and the staff went above and beyond to ensure you was comfortable.šŸ¤—šŸ˜€','2018-05-14 21:31:22.000000','544778295636544'),('1650438538451449',1,'very friendly and very clean environment. Charity,Mollie,Mandi was awesome','2020-12-27 16:38:30.000000','235046800697531'),('1650526498418673',1,'In quickly, and out quickly thanks to the nurses Norma, Amy, Dawn and Eve! Let’s not forget about Dr. Leavitt. They helped my friend out with her stuff, and now she’s out and feeling better.','2020-02-02 20:28:55.000000','1608991329419166'),('165178865206682',1,'We were seen very quickly and treated very well by front office staff, Julesia H. and Trayce D. Very good care here by doctors too','2020-09-14 20:42:24.000000','1787364321589026'),('1652068254969355',1,'Great experience, fast service, highly recommended ā­ļøā­ļøā­ļøā­ļøā­ļø','2016-06-23 22:53:46.000000','544778295636544'),('1653412728139978',1,'The entire staff made me feel as if I was being cared for by a family member. Im so glad they are in my neighborhood.','2018-02-02 13:14:57.000000','1787364321589026'),('165529757864282',1,'Thank you to Sarah and Tanishia for your help. Everyone was amazing! Thanks again.','2019-11-01 05:07:44.000000','461782867645453'),('1655505214600488',1,'Nice people and it’s quick and easy..','2020-07-24 16:24:46.000000','1787364321589026'),('165970178519886',1,'Everyone here was excellent. Lynn,Yusef, tanisha, were an amazing. They helped me stay calm and let me know that everything was alright. My night is now full of peace.','2020-10-31 05:06:09.000000','461782867645453'),('166076558558808',1,'Staff was extremely polite, the facility is clean and disinfected between each patient. The care I received is 100 times better than most hospitals. Definitely will come here again if needed.','2020-12-02 17:07:20.000000','251751275488925'),('1661394504002049',1,'Honestly one of the best experiences I’ve had in a very long time. In fact if offered I would totally make this my home doctor if those services were offered. Huge shout out to Thuy An and Alvean for taking care of me.','2020-04-05 17:38:43.000000','167959367441528'),('1664526973682974',1,'Nice place, friendly staff,\nBest physician Dr. Elsbecker\nNurse Christina\nRegistration-shaunda','2019-10-30 20:01:40.000000','1698192877146046'),('1666838536801225',1,'Went there after work about 3:40 fast friendly smiling faces easy forms I was called back before I finished my forms everything was explained well Big thanks to Ms. Melinda and the staff','2015-04-20 23:49:54.000000','544778295636544'),('1667309346731233',1,'Luv this location Cindy is awesome \nSalina was awesome and Dr. Golla is the best','2018-09-20 22:36:28.000000','544778295636544'),('1669006103204911',1,'Excellent care! Cat and Keera were the sweetest and super helpful! Definitely would recommend Signature Care to anyone in BCS area!','2018-11-02 02:27:32.000000','544778295636544'),('1672143629631101',1,'Great doctor and nurses..very fast to get seen and great bedside manner!','2020-10-04 15:37:06.000000','105589317817643'),('1672554589590004',1,'Gracie and alvean were great and super nice','2020-11-06 23:47:42.000000','167959367441528'),('167409141082519',1,'It’s a vary clean & nice hospital the versus are very wonderful & it takes very fast for results to come in Everything was perfect & blessed thank you guys soo much god bless you guys Sarah Alex & Michael ā¤ļøšŸ‘šŸ¼','2019-09-05 06:53:41.000000','461782867645453'),('1674477372708813',1,'A great fast, kind experience that I can not say enough great things about. It was so good that I almost want to be sick again.','2017-10-01 13:11:52.000000','1765121397101399'),('168079274436152',0,'great care! Awesome team no wait time','2020-01-14 22:52:33.000000','829264323932850'),('1683111068485615',1,'My second time around coming here and again wonderful service everyone just so nice and attending to all my needs especially Mrs Audrey very sweet and kind, Dr Patal he was awesome listened to all my needs and took good care of me and yes the whole staff they were great, Thank you every one!!','2019-11-22 02:48:54.000000','596022027480375'),('1684861958283299',1,'This is an amazing Emergancy center. The staff is so helpful and nice they do an amazing job to make sure you are well taken care of. The doctors are great as well I will continue to come here for myself and my family','2019-04-11 00:14:36.000000','596022027480375'),('1687075514777797',1,'SignatureCare ER was extremely satisfying in my experience! They were quick, easy, & very nice!! My NP Sarah & nurse Jacob were extremely helpful & very thoughtful.','2020-07-25 16:10:31.000000','326347177710316'),('168746147651831',1,'Excellent work Sarah, Dr Thomas, Tanishia. You guys are a blessing. Thanks for helping my son.','2019-11-20 09:24:41.000000','461782867645453'),('1689209381203548',1,'Loved place so much , very fast and efficient. Very lovely people specially Radiologist Fatima and receptionist Bryanna. Definitely reccomend.','2019-12-08 06:19:46.000000','461782867645453'),('1689288971227733',1,'I came here and had the best experience! Lorena and Amanda at registration made the process simple and fast. The nurse Jacob and rad tech Laura were kind and gathered my vitals and patient history very thouroughly yet efficiently. Dr. Caraway was friendly and incredibly kind. I got in and out very quickly, and all of the staff was incredible throughout the whole experience!','2020-08-31 20:17:59.000000','326347177710316'),('169217414861481',1,'Pretty quick to be seen here at the signature care in Killeen for a COVID 19 screening Negative on COVID!','2020-10-24 00:24:19.000000','251751275488925'),('1693869717667322',1,'Jessie Mckenna Jacoby and Holly was very nice and caring to me and my son .Excellent staff','2020-11-25 03:55:55.000000','299216637560955'),('1694672557358473',1,'Theresa McQuitty and Theresa B. are amazing... we appreciate all that ya\'ll did... great people...','2020-07-17 23:24:21.000000','237100240304186'),('169501530890061',1,'Super friendly staff; very efficient check-in; quick to see us. Nothing bad to say about our entire experience! Way better than what you normally expect to find at an ER!','2019-09-17 13:35:44.000000','1765121397101399'),('169681551001376',1,'Best. Visit. Ever. \nI took my daughter here today & EVERYONE was delightful, even though she gave them a hard time they were wonderful throughout the entire time. I Loved the nurse Kristina, Dr.Zhen & Christian most. They gave us smiles & lots of goodies! Thanks for making my experience great.','2020-02-05 00:21:40.000000','829264323932850'),('1697326793804374',1,'Jessica Sanchez was awesome! She understood that life can be hard, and explanations are sometimes needed. I would come here over and over! Hopefully not, since it is an ER!!!','2020-11-25 15:15:19.000000','104213804456471'),('1698942163591464',1,'Marty M\nCat\nKathryn \nDr. Rose\nChris\nLisa \nLauren ( thank you for the koozie!)','2020-06-12 18:01:28.000000','1698192877146046'),('1705200529597445',1,NULL,'2016-12-30 16:38:15.000000','544778295636544'),('1705217656317286',1,'The staff was very friendly and inviting even under the circumstances. The wait was very minimal and the place was very clean and in order.','2020-12-06 00:13:04.000000','104213804456471'),('1705790792895018',1,'I set an appointment online and I was in and out !! With great friendly services.','2020-07-31 17:11:00.000000','326347177710316'),('1710012382431222',1,NULL,'2017-08-21 15:09:24.000000','544778295636544'),('1710625145673455',1,'Raven and dr.boester were very helpful patient and considerate. They went above and beyond to make sure I was comfortable and well informed. Thank you so much.','2018-06-13 12:10:48.000000','1787364321589026'),('1711512025664644',1,'Shelli, Chelsea, Weston, Kathryn, Clay, and Aileen helped me out today. They provided EXCELLENT customer service! This is why I love coming here for my medical needs. I highly recommend it here!','2020-10-11 18:25:52.000000','1698192877146046'),('1711804455623119',1,'They made sure I had all the tests done that needed to be done. And they were extremely helpful.','2020-02-29 05:09:05.000000','251751275488925'),('171224063900941',1,'great service and a variety of snacks and drinks makes you feel at home i brought my buddy who was hurt and I wanted to fake a injury so they would show me the love they showed him','2019-06-17 18:40:23.000000','1698192877146046'),('1712622762120641',0,'I came here aug late aug and was told I had a miscarriage and lost my baby well today I was told I\'m 15 weeks pregnant and there was no possible way I could have had a miscarriage when y\'all told me I did and that it\'s the same baby worse place ever and never will I return I cried so hard because I was told I lost my child to find out it was a lie','2016-12-14 01:05:25.000000','1608991329419166'),('1713303958823802',1,'Awesome service . Staff was friendly and service was quick. Airianna was very sweet and professional!','2016-06-03 15:53:31.000000','544778295636544'),('171400921339117',1,'This emergency is aswosme I love the nurse Laura','2020-12-30 19:39:40.000000','1765121397101399'),('1714393818709066',1,'Had a very good experience. Was very quick and excellent nurses and staff. Everybody there was very friendly.','2017-08-07 01:24:00.000000','1787364321589026'),('1714795051987937',1,'For them to help you when your hurt','2019-09-10 21:18:37.000000','235046800697531'),('171546447361187',1,'This place is amazing!!! so kind and friendly and were real quick to take action in helping me. They made me feel comfortable and I knew they knew what they were doing. I recommend coming here if anyone has any emergency concerns or needs a doctor. ms. tanisha W. was great with getting me in and out to see doctor and doctor Henderson was great with taking care of my eye and Daniel B. was great with checking me in the room and making sure I had everything I needed. love love LOVE this place!!! thanks yall for the great care!!! GOD bless yall!!!','2019-10-23 03:02:44.000000','461782867645453'),('1715975871870091',1,'I highly recommend this place to anyone in need of care! The staff here is so amazing at their jobs especially Tanishia, and make you feel right at home. I want to say a big thank you to everyone here for taking such good care of the patients here. Keep up the amazing work!! (-:','2019-10-21 02:55:12.000000','544778295636544'),('1718036048331843',1,'Very reliable! Only place open locally on New Year’s Day. Staff and Doctors are very friend and service was quick.','2020-01-02 01:16:29.000000','251751275488925'),('1721268351364943',1,'The doctor was wonderful and it was fast friendly service.','2020-07-21 05:32:49.000000','104213804456471'),('1723045567869987',1,'Good experience during my visit, heather at the front desk was nice and welcoming. Will recommend to family and friends!!','2020-11-12 00:47:14.000000','299216637560955'),('1723361757832047',1,'Came in for a rapid covid test , very friendly and helpful , Dalal was very nice and helped me. Was very fast and took me in.','2020-09-24 13:58:17.000000','1609539722669429'),('1723949231131107',1,'Everybody is really helpful and friendly, recommend it.','2021-01-26 17:08:55.000000','596022027480375'),('172604764419966',1,'the staff was amazing and it is very neat and comfortable!','2020-09-09 17:23:20.000000','251751275488925'),('172681167099565',1,'Big Shout out to the Staff on call!!!\nDoctor: Chambers\nNurse: Lisa V\nTech: Andrew\nRegistration: Maria\n Thank you all for yalls care!!!! I came in and took good care of me. I were concerned and helped me out. Thank you all!!! God Bless Y’all!!!','2019-07-14 00:16:26.000000','544778295636544'),('172787957357910',1,'Wonderful experience every time we ha e been there!','2020-02-09 18:39:05.000000','299216637560955'),('1728916570491444',1,'My RN Jacob and reg Dyueliz were absolutely amazing!!','2017-10-01 17:26:48.000000','326347177710316'),('1729878823715455',1,'Awesome service medical staff took great care of me. Very pleased I will refer other patients to the facility.','2017-01-29 03:57:55.000000','1609539722669429'),('173104067237817',1,'my boyfriend came in with DVT scare. They calmed him and set his mind at ease. He was treated immediately and with care. Dr.Smith, Registration Ana, Nurse Irving, Radiology Tech Holly, Er Tech Nelson','2020-01-12 07:42:45.000000','829264323932850'),('173235211077297',1,'I had a great experience i was feeling awful. Didn\'t know if I had the flu or covid 19. Turns out I was positive for covid 19. They gave me a saline Iv, blood work, chest x-rays, heart ā¤ monitor. This was the best and staff and the Dr. was excellent.','2020-10-21 13:28:34.000000','461782867645453'),('1732537123595671',1,'The staff was very warm and the facility was really nice.','2017-01-17 17:31:29.000000','544778295636544'),('173374324373239',1,'service was super fast and everyone working was really helpful!\n\nHasan, Erika, tanishia, Sydney were all absolutely amazing and took great care of me !','2020-10-21 04:22:29.000000','461782867645453'),('1735790136474619',1,'The service was amazing, from walking into the door the receptionist, Terra was kind and welcoming. Doctor Sylvester was professional and got me in and out promptly. I would definitely recommend coming here!','2016-06-24 19:29:06.000000','1608991329419166'),('174033251017870',1,'Great staff ! Dr. Zheng, Nurse Danny,Alysia nurse O’Neal.','2020-10-24 16:18:44.000000','829264323932850'),('1741660562654836',1,'ERIN WAS THE ABSOLUTE BEST!!!!!!!! I had a COVID-19 rapid TEST DONE AND SHE WAS SO GENTLE, THE ENTIRE STAFF WAS FRIENDLY AND I RECOMMEND THIS PLACE TO EVERYONE!!!! By the way, DID I MENTION HOW AWESOME ERIN WAS??!!! Just in case, ERIN WAS AMAZINGRIFICIO 😜😜😜','2020-09-12 02:30:21.000000','104213804456471'),('175203596850772',1,'In and out good people and clean environment','2019-08-26 22:53:48.000000','544778295636544'),('175203690184096',0,'Good service and staff not to mention clean environment','2019-08-26 22:54:45.000000','1787364321589026'),('1753968454741673',1,'I took my husband to SignatureCare ER Lewisville on May 31st. Under the current conditions I thought it would be safer than the hospital emergency room and he would be seen quicker. When we arrived he was feeling faint and the staff took him back for evaluation immediately. The entire staff from the moment we entered the center was very caring and efficient. Dr. Chowdhury, nurse Teresa and tech Jorge were all excellent. All of our questions were answered and concerns addressed. I was amazed when they were able to get an IV inserted with one try and there was very little bruising when it was removed. (He is a very hard stick and normally requires several tries with ugly bruises.) \nDue to the recommendation of his own doctor he was kept for observation after several tests were run. Everyone made sure we were both comfortable and frequently asked if we needed anything. They used DoorDash to provide meals during our stay. \nAs the shift changed the next shift of doctor, nurse and tech were as attentive and caring.\nWhen we went to his doctor the next morning she was pleasantly surprised by the tests which were run while he was in the ER. She said she never gets one of the tests which gave her must needed information from other ER visits.\nI would recommend this SignatureCare ER in Lewisville to anyone who needs emergency treatment.\nWe were kept in private rooms and not exposed to other patients to risk infection during the entire stay.','2020-06-03 02:41:26.000000','104213804456471'),('1754133614636561',1,'I really enjoyed everything that 24 hour care center had to offer. They made me feel like family not only did they make sure I was okay physically they also checked emotionally too. I will definitely return if anything every happened again. Thank you so much to the staff','2018-07-16 16:17:52.000000','1787364321589026'),('1754252084728195',1,'Great Employees. They helped me out once again. From me pulling into a parking space to leaving out and getting home, I loved it. And they do provide blankets for you','2017-09-23 09:18:52.000000','544778295636544'),('175561280789804',1,'Prompt service ,friendly and professional staff. Juanita, Jose,Luisa,Chris and the Doctor were AWESOME. I highly recommend this place and give it 5 stars. Thank you all soooo much.','2020-09-14 05:34:13.000000','167959367441528'),('1755714514591102',1,'Lindsey, clay, and Christine A were great','2020-10-25 20:44:40.000000','1698192877146046'),('1755850731177101',0,'It was a wonderful experience we felt so welcomed for my child to say she felt comfortable you know it was a great experience thank you for making it a great visit','2016-09-30 18:50:05.000000','544778295636544'),('175592606906290',1,'Everyone here is so attentive and genuine. From the moment I’ve entered, they have gone above and beyond to ensure not only that I am taken care of, but to make priority that my husband and three year old son (toddlers am I right šŸ˜‚) were comfortable. I absolutely love this ER center and would send any and everyone I know here!!! ā™„ļø\nTHANK YOU SO MUCH AGAIN SignatureCare Killeen!','2019-10-01 09:40:37.000000','251751275488925'),('1757285697740545',1,'everything was perfect when I arrived would always come here','2020-01-01 00:46:48.000000','461782867645453'),('1759435784092958',1,'Excelente atención rĆ”pida y efectiva.. Venimos aquĆ­ porque mi hija tenĆ­a fiebre alta por dos dĆ­as y en texas childrens tenĆ­amos que esperar de 6 a 7 horas para que la atendieran šŸ¤¦ā€ā™€ļø.. 100% recomendable','2018-01-27 16:21:46.000000','544778295636544'),('1759727164201689',1,'Dr.miller, nurse fanny are a great team.😊','2020-12-21 17:54:57.000000','544778295636544'),('1760322514102991',1,'The team did great thanks for the great work! 🄰','2020-02-06 14:13:25.000000','167959367441528'),('1760551554049506',1,'I visited the Emergency Center for the first time. I had shoulder pain since Friday. I thought it was stress and it would just go away. Of course, it got progressively worse. From the registration to discharge...fast, friendly and extremely personable and professional service . Malissa at registration did an excellent job getting me checked in and out quickly. The nurse, Kristina, very sweet, I didn’t even feel the shots...that’s skill! The Rad Tech, Hahn and ER Tech, John... extremely nice and caring. Last but certainly not least, Dr. Grinblatas...he gets an A+++. He explained what I was experiencing thoroughly and the pain is now completely gone. I can completely raise my right arm. I slept like a baby today. Thank you to the entire staff at SignatureCare Emergency Center. I highly recommend this Emergency Center to anyone seeking medical care.','2019-01-21 02:38:01.000000','829264323932850'),('176327903648421',1,'thank everyone for yalls kindness and being so patient with my son. I will send my friends and family here. thank you Mckeena for being so kind and helpful.','2020-02-07 21:04:23.000000','299216637560955'),('1763296360374476',1,'Thank you doctor wren, nurse jerry and Raymond and registration sibienne for treating me tonight!','2018-04-30 02:50:19.000000','1787364321589026'),('176576963889372',1,'They are very timely and professional! No wait time and the doctors address your concerns and leave you with answers you are looking for!','2020-03-13 01:40:00.000000','1787364321589026'),('1768458746622546',1,'I recommend you go here instead of your local Hospital. Especially if you live in the Montrose area, these guys are quick and super caring. I haven’t met a nurse or doctor I haven’t cared for. I saw that they weren’t on my preferred providers list on insurance but they definitely are my personal preferred provider. We couldn’t ask for a better staff. Be sure to ask for Elizabeth Cheriah and Dr. Jaber Jacque on your visit.','2020-01-27 23:29:51.000000','1608991329419166'),('1771993699616591',1,'All of the employees were polite, professional and communicated well. The facility was very clean.','2020-10-16 16:13:16.000000','1765121397101399'),('177263447373959',1,'they were great at greatting and finding what was wrong i appriciate heather kim and wyatt','2020-11-22 04:39:10.000000','299216637560955'),('1774109055970930',1,'They all had great/fantastic customer service,building was very very clean and nice they was very fast/professional there was no long time wait thanks to Ms Evelyn had paper work ready when i was done.Thank y’all for the help and patience/did a wonderful Job😘','2017-11-11 00:21:56.000000','544778295636544'),('177527210173850',1,'Very detailed and attentive staff. I was a bit difficult especially with the nurses as I am scared to death of needles. They were all amazing from the Receptionist to the Doctor.The made me feel comfortable and adjusted how I was given meds so it didn\'t sting as described. They exceeded my expectations and I recommend this ER to anyone who is in need of care. They treated my pinched nerve like a heart attack. Very prompt and thorough.','2020-02-10 11:53:00.000000','829264323932850'),('1775279892638648',1,'We came here cause my son was screaming he was in so much pain and they got us in pretty quick to take care of him','2020-09-29 01:49:32.000000','251751275488925'),('1776437562561511',1,'Amazing staff, professional, friendly and caring. I highly recommend if you are need of an emergency service. Quintessa was amazing and helpful as well!!','2020-11-10 22:46:04.000000','105589317817643'),('1776797219127551',1,'Showed up here about midnight with a nice little cut on my wrist, they stitched it up for me and were fast and very nice for it being extremely late!!','2018-02-04 20:44:28.000000','326347177710316'),('1777771435591801',1,NULL,'2017-02-21 23:43:03.000000','544778295636544'),('1779974235470686',1,'Really helpful people from front desk to the back everyone is really nice and they diagnose my son with a lot of exams and good prices too. Dr. Henderson, Alvean, and Patricia thanks a lot.','2020-02-08 13:19:16.000000','167959367441528'),('177998576595759',1,'The registration :briseida m was very polite and helpful to be honest love the hospitality and very profecional i really recomed this place to everyone thank you so much :briseida m\nand sarah g and thomas m','2020-01-14 02:35:31.000000','461782867645453'),('1781460311970335',1,'Amro gave great customer service i will be back again!','2018-08-11 16:51:57.000000','1608991329419166'),('1782138865218517',1,'I went in last night and was helped right away, no long unnecessary waiting. Everyone was super helpful and told me exactly what was going on with me. My doctor was Adam Boester and he was extremely on point with timeliness and gave me all the right things to do in order to help what was going on with me. Also, the place was very calm and clean, you can defiantly tell that it was well taking care of and that’s the most important thing to me about hospitals/doctors offices. I would definitely chose going here than any other place.','2018-07-16 19:26:39.000000','1787364321589026'),('1783834994987628',1,'I had a very good experience while being treated at SignatureCare. Dr. Garcia knew what he was doing. The nurses Rolando and Raymund were very caring. I had a cat scan with Lonnie that went smoothly. And the registration process with Sibienne was quick. Keep up the good work.','2018-05-02 04:36:31.000000','1787364321589026'),('1786020368210866',1,'They have the best service and fast!','2019-07-17 17:45:25.000000','1698192877146046'),('178685870523024',1,'Love the staff so helpful & knowledgeable special thank you to Leslie, Victoria and Jacque for all their help & understanding!','2020-10-27 18:47:46.000000','1608991329419166'),('1787185221317267',1,NULL,'2018-01-16 22:08:53.000000','326347177710316'),('1788430444611538',1,'Fast šŸ’Ø no wait time at all. Super friendly very aware. They were so caring . Will always recommend this place to everyone. \n\nThank you ā˜ŗļø \nMr. John ā€œMorris Chestnutā€ lol šŸ˜\nNurse: Harris,Robert J \nRadiology Tech: Brown,Lonnie \nFront Desk: Watkins,Sibienne Renne\n\nYou all were great šŸ‘','2018-08-15 22:27:37.000000','1787364321589026'),('179029787196279',1,'EVERYTHING...the staff, speed, service, care...especially a nurse name Ken!! He was amazing!!','2020-10-15 17:21:38.000000','104213804456471'),('1793081687491203',1,'Great ER Center!! Very professional and very quick!! Highly recommend!!','2020-02-18 00:36:44.000000','1698192877146046'),('179351313099217',1,'Great experience, awesome people, they even prayed with me, Kim and Allison šŸ‘šŸ‘','2019-08-21 03:26:37.000000','596022027480375'),('1794871817314363',1,'McKenna was fast and friendly. brooke and Ann were great as well. highly recommend to everyone','2020-03-05 02:19:43.000000','299216637560955'),('179521460396832',1,'Always very kind and fast acting. Never a large wait time and all the nurses/assistants make sure you are 100% comfortable and tended to. \nMy amazing team that I had treat me today was nurses kat & AJ, technicians Alexas & Erika, physician Hasegawa, manager on duty was Alia and the kind lady who took care of my x rays was Thai. Felt welcomed and was respected since the moment I stepped in. Definitely my number one choice for a urgent care facility and couldn’t be anymore happy they moved into the neighborhood. \n5/5 from me. \nP.s. the air purifiers they have in every single room is very comforting with all that’s been going on in today’s world and just one of many amazing features of this very well kept establishment.','2020-09-17 19:12:51.000000','251751275488925'),('179547572979089',1,'Our visit to SignatureCare was great! Super fast service. We were in and out. Keera was very nice and the entire staff was so helpful!','2018-11-02 03:57:19.000000','829264323932850'),('1796563803758393',1,'Wasn’t feeling good at all. SignatureCare Emergency made me feel st home and better.','2017-12-24 20:33:00.000000','544778295636544'),('1797501560429357',1,'I came in feeling sick and was seen and treated right away. The staff and nurses here are very helpful and offered me great care. I would highly recommend.','2020-11-10 05:10:10.000000','105589317817643'),('1798749343606738',1,'Kara o is the very best and ashbrooks is very caring really','2020-11-05 20:42:49.000000','235046800697531'),('1799619223506713',1,'Thanks so much Tanishia for taking care of my son. You all were excellent.','2020-02-24 03:10:48.000000','461782867645453'),('1802457069932134',1,'Alvean \nJorden\nDr healey\n\nEverybody was great took good care of me Dr. healey Was great thanks','2020-11-04 21:58:43.000000','167959367441528'),('1805289059519137',1,'Great service , they treated my mom very quick. Thanks Dyveliz, Jacob and JR!','2017-12-15 23:38:50.000000','326347177710316'),('1805827049523397',1,'such a nice place & amazing staff!! Highly recommend!','2018-12-24 03:49:46.000000','235046800697531'),('1806608259506015',1,'walking in a ER is stressful...\nHOWEVER-- DALAL, keshawna and Aislynn made it feel comfortable. \nnatalie-- was the best TECH EVER.\nthis was the best experience...\nTHANK U.','2020-10-03 14:45:35.000000','1609539722669429'),('1809338082535735',1,'Melissa & Jasmine R\nJose& Christine\nDavid B\nSean \nVery quick and friendly','2020-03-10 01:19:49.000000','167959367441528'),('181080053035212',1,'quick and fast! \nTanishia was very sweet gooood personality! \nand Mrs. Lynn was very sweet too!','2019-11-18 05:55:12.000000','461782867645453'),('1812821105466591',1,'Been here twice now and the staff is friendly and helpful. Both doctors were precise and knowledgable. Best part is how quick you get in and out!','2016-10-03 03:01:58.000000','1765121397101399'),('1813600678699074',1,'No waitā€¼ļø Nice Staff , very clean establishment and they also have 6 different Houston location... I would definitely recommend them for you health concerns and services ā¤ļø','2018-07-13 19:19:08.000000','1609539722669429'),('1814941818675152',1,'Mrs.Dee the receptionist was very helpful and kind. She made my visit very quick and easy','2020-11-09 21:13:58.000000','829264323932850'),('1819818461435261',1,'They were efficient and effective. Thank goodness when you aren\'t feeling well','2017-01-26 19:34:52.000000','544778295636544'),('1819956818140204',1,'the place is so nice maya the receptionist was so nice','2020-03-07 20:52:17.000000','829264323932850'),('1820233398127650',1,'Awsome and fast people and friendly as well','2020-12-15 18:14:49.000000','235046800697531'),('182105283074608',1,'Best care from the nurse kristina really good hospitality and was taking care of properly','2020-02-21 19:42:35.000000','1698192877146046'),('1822018994553206',1,'Great staff with very fast service recommended to all','2018-03-06 13:22:32.000000','544778295636544'),('1826347840838166',1,'great friendly staff fast and efficient','2020-07-22 22:50:29.000000','829264323932850'),('182649986259784',1,'staff was amazing cleaning facility and very fast service. Dr. Zheng was very helpful and explained everything in detail Maya amazing','2020-01-05 23:35:33.000000','829264323932850'),('1829276827109454',1,'Best ER ever. It is a full service ER NOT urgent care. Was seen immediately, kept informed,offered financing and even food delivery. I had to be transported to the hospital, but this will be our go to ER from now on. Great, kind staff from recepton to cardilogist. My copay is $500 regardless, so I will spend it here.','2017-06-24 00:28:38.000000','544778295636544'),('1831529746922922',1,'I received excellent care from the staff. They attended to my heart emergency rapidly and with the utmost attention to my situation! Highly recommend the CS Signature Care Center!','2017-11-28 16:02:00.000000','326347177710316'),('1831646593657730',1,'Kim at the front desk was so helpful!!!! Such an easy experience every time we use Signature care!!','2020-11-28 19:33:19.000000','299216637560955'),('1832088310274799',1,'AMAZING. super fast and easy to check in. I expected the doctor to take a while to come in. NOPE! He was quick, knowledgeable and friendly. Dr. Gutfreund is amazing. He helped me be out at ease about my little one being sick.','2020-08-26 16:39:17.000000','251751275488925'),('1832516996839858',1,'It was a great experience. Keera and Gabe were awesome and extremely nice.','2018-08-24 05:46:24.000000','326347177710316'),('1833885860093667',1,'They have very good service and seem very caring for their patients. Thanks Dr Hasan and Tanishia','2020-10-21 01:23:24.000000','461782867645453'),('183435673351088',1,'Great team dr appiah, Lynn, tanishia. Thank you for getting me in and out quickly.','2020-11-16 03:18:31.000000','461782867645453'),('1835849136561083',1,'exelent service buena atencion','2019-11-25 07:48:01.000000','596022027480375'),('1839598199467361',1,'The staff here is extremely friendly and caring. Meredith and Bryan will make you feel right at home and even laugh at your jokes. Thank you Dr. Boester for answering all my questions. I highly recommend this facility.','2018-07-20 07:59:37.000000','544778295636544'),('1841993375937221',1,'Love love our nurse navy was very helpful and our doctor was so great with our daughter ā˜ŗļø','2020-02-23 04:32:35.000000','237100240304186'),('1846740798739478',1,'The staff was great, facility very clean. Everyone was very caring and professional.','2018-06-18 16:58:47.000000','1787364321589026'),('1848984005201373',1,'Recently visited here with my boyfriend to receive care and I honestly recommend this place to everyone now. The staff is absolutely lovely, especially the nurse, Kat! The process is extremely easy and they are very helpful through the whole thing','2019-05-21 06:45:15.000000','544778295636544'),('1850018698495489',1,'Helpful staff, didn\'t have a long wait','2020-10-17 07:48:38.000000','235046800697531'),('185037006491105',1,'Me atendieron min bien u rĆ”pido. Gracias Tiniecia y Luisa','2020-10-27 04:23:07.000000','167959367441528'),('1851162204931006',1,'awesome staff they make you feel welcome all the nurses are so nice specially Melissa the doctor shows he cares so much Mr Vaagenes, julie was also nice walk me out tock the ivy out with out hurting and Nicole and Jasmine front desk was very helpful and polite','2018-08-13 00:30:05.000000','1609539722669429'),('185251185946633',1,'Absolutely great service and amazing staff!\nDoctor:Lindsay \nRN: Sarah\nReg: Tanishia W :)','2019-12-06 01:39:57.000000','461782867645453'),('185429276161631',1,'great place, my son was upset and they gave him stickers and a snacks. they are all super friendly and we where in and out.. I would highly recommend coming','2020-02-04 20:55:35.000000','251751275488925'),('185436079267375',1,'Wonderful place Kristina was great! Maya soon as we walked in was wonderful','2020-01-09 16:27:41.000000','829264323932850'),('185840482535248',1,'can’t began to tell you how caring professional and attentive everyone was during my visit. I checked out of memorial Herman and Beechnut due to the staffs rudeness and lack of care. I then came to visit signature care on Westheimer and experienced a total difference in the staff. Thank you Kristina a, queen, Scott, genesis, and dr king for saving me. You guys are awesome.','2020-01-14 15:39:27.000000','829264323932850'),('185879849735764',1,'Muy rĆ”pidos y amigables. Tratan muy bien a los pacientes. Las recepcionistas Kassandra y Tiara muy lindas. El Dr.Omalley hablaba espaƱol , y me explico todo bien.','2020-11-01 19:59:57.000000','167959367441528'),('1859255710862127',1,'Hayleigh (the receptionist) and the rest of the medical staff took wonderful care of me! Was in and out within 30 minutes! ļæ½','2018-07-24 02:25:15.000000','544778295636544'),('185996602794769',1,'Just visited this Emergency Center, the service was super fast, and the receptionist Kimberly P. and Cecilia Z. were super nice, helpful, and friendly. Very satisfied with treatment, and service.','2020-01-19 01:17:52.000000','1609539722669429'),('1861071053950776',1,NULL,'2016-11-15 03:44:06.000000','544778295636544'),('1861560157239828',1,'Just wanted to give a big thank you to Brenda registration For all the help with my mom and to all the Staff to thanks from the mendoza family','2018-06-12 02:05:50.000000','1609539722669429'),('186405182520906',1,'Thank you Sarah, Fatima, Daniel, and Dr. Patel for the outstanding care for my wife. remarkable job!','2019-11-12 07:33:44.000000','461782867645453'),('1864591216923974',1,'Keera helped my roommate right away at the front, very nice. The experience was great and helped.','2018-09-24 05:23:49.000000','326347177710316'),('1866203473462856',1,'Dyveli, BBrad & Morgan are excellent, the service is fast and great!','2017-08-16 21:27:05.000000','326347177710316'),('1866333933389796',1,'This ER Center is great. From the time I walked into the door until the time I left the care from my nurses, doctors, technicians and front desk staff was exceptional. The nurses and doctors explained each procedure that was done. Dr. Warzanski was excellent. Nicole, Pam and Alex were excellent also. They even call you the day after your visit to check up on you. I highly recommend SignatureCare ER Center.','2018-02-13 20:02:14.000000','544778295636544'),('186772642574942',1,'This is now my second time going in. Both times the service was awesome. it is clean and the staff is great.','2020-02-14 19:52:13.000000','829264323932850'),('186831582655031',1,'Keira, Jackie, Meghan and Dr. V were amazing! Thank you so much for your excellent care and kindness.','2020-02-20 05:44:40.000000','237100240304186'),('187030786028492',1,'Great environment very helpful and nice people','2020-01-21 18:36:09.000000','167959367441528'),('187118512578070',1,'Everyone was so nice they take great care of patients','2020-02-26 02:08:54.000000','299216637560955'),('187178818942398',1,'These guys are great! Feeling better! Dr.Boester, Amy, and Bryan E., are the best!','2019-06-29 01:05:41.000000','1609539722669429'),('187236439380289',1,'Magali Loera was such great help. Took very good care of me','2020-03-02 20:50:23.000000','544778295636544'),('1873587069449525',1,'Very happy with their service, staff is awsome','2020-04-13 15:38:41.000000','544778295636544'),('1876145035864486',1,'The entire staff was very Caring and attentive.','2019-08-22 16:01:35.000000','1787364321589026'),('187662715687729',1,'Dr. O’Malley, was exceptional. He was very attentive, caring and compassionate. The care was awesome! Patricia,Jordan, Travis & Erika work as a great team. Everybody was excellent and terrific. My visit was reasonable and timely.','2019-12-27 22:35:04.000000','167959367441528'),('1877456712310050',1,'signature care was amazing the people were so nice and got my friend in very quickly. 10/10 recommend going to see them if you have an emergency.','2018-10-19 01:41:47.000000','326347177710316'),('188201569495623',1,'These guys are amazing. They are very professional and experienced in their field.','2020-10-04 10:18:39.000000','251751275488925'),('188382195547482',1,'I highly recommend this emergency center because Of Alvean Marcus Jordan they immediately help me out with my emergencies.','2020-01-07 20:28:35.000000','167959367441528'),('1884385888329050',1,'Jocelyn was very helpful and nice. I got to talk to Dr.Ortiz he answered all my questions and concerns. Alvean the nurse also was very helpful, she gave me resources I could use concerning my issues. I recommend this location.','2019-06-22 20:31:23.000000','167959367441528'),('1885606498250608',1,'Great and quick service From Rayven & Dyveliz and the rest of the staff','2020-02-12 04:18:59.000000','326347177710316'),('1887480487956820',1,'Excellent place very fast professional staff got in and out','2017-01-02 05:12:59.000000','1609539722669429'),('1887752238021741',1,'They are fast and friendly I would definitely come back!','2019-12-22 03:41:42.000000','596022027480375'),('188869132285124',1,'kim Kramer and allison took really good care of us','2019-12-07 05:44:47.000000','596022027480375'),('1889173881224812',1,'Really good costumer care, friendly staff and fast service!!','2020-07-30 04:09:30.000000','105589317817643'),('1889453484441444',1,'Great CareI Wonderful staff Dr. Grinblatas, Olivia and Dee were wonderful! Made me feel special!!','2018-11-02 20:06:45.000000','544778295636544'),('189022919328956',1,'Facility was very clean and comfortable. Staff was super nice!','2020-09-23 14:51:56.000000','1609539722669429'),('189045935962388',1,'My Nurse Ryan was awesome can\'t recall the others names but they all were super nice and they\'re for anything me or my family needed while we as there!','2020-09-30 05:21:31.000000','235046800697531'),('189046819027516',1,'This place was beyond amazing! Dr Leung was extremely helpful and gave my husband some good tips. Amanda and Shaunda are by far the most nicest and professional ! Huge shout out to Shaunda for giving us additional information she’s such a sweetheart!! Definitely will be recommending to friends and family','2020-02-25 02:38:37.000000','1698192877146046'),('189106768768709',1,'Very fast and excellent staff kim','2019-08-31 02:08:19.000000','596022027480375'),('1892220034149581',1,'Anthony and Keera did an amazing job they helped me get in and get out fast process I wouldn’t go anywhere else !','2018-08-16 03:45:32.000000','326347177710316'),('1892666477443100',1,NULL,'2017-01-27 08:49:08.000000','544778295636544'),('1894108094076837',1,'This health care is always clean & friendly staff. My 4th time here & always the same. @Mandi M, Megan B, Jennifer W, Mollie, Gunner M','2020-12-11 14:02:07.000000','235046800697531'),('190079738788162',1,'The care here is extraordinary from registration to everyone I seen was amazing .Dr.Faig, Ana, Sarra, Tino and Thelma got straight to work as soon as I stated my medical issue. I\'ve only visited this location but I\'m sure they all work the same I\'d recommend Signature Care Westchase any day.','2019-12-23 05:07:20.000000','829264323932850'),('1901063223326496',1,'love this place they are always amazing. the staff i had today we\'re ashley Burton, john bell, and Matt. they were so helpful, caring and made sure they continued to check on me and keep me updated!','2019-07-02 14:33:29.000000','299216637560955'),('1904860736356489',1,'Wow! Results were quick and easy. Checking in was a breeze , we got helped by Okarys who was able to translate for me! She was caring and showed interest in making sure I knew what to expect before getting seen. She was sweet and very patient with us!!! While there staff made sure to check up on us. Place was following guidelines and was clean.','2020-07-11 02:37:19.000000','1609539722669429'),('190492735896563',1,'Great experience, super nice people and fast service!','2020-11-02 20:41:34.000000','1765121397101399'),('1905593712826087',1,'There was no wait!....and everyone was did an awesome job... thanks Jessica , Gus, Ray and can’t forget Dr.Hehman','2018-07-13 05:32:21.000000','1787364321589026'),('1905646042789987',1,NULL,'2017-04-11 02:44:35.000000','1608991329419166'),('1908074409334668',1,'the best emergency care in town.. go to Alyssa P one of the best nurse there.','2020-10-30 23:23:17.000000','544778295636544'),('1908801869262459',1,'They were so great and fast to help me. Lindsey and Chelsey made me feel right at home and everyone was so warm yet so professional. Thank y’all so much for taking such great care of me!','2020-11-20 16:59:29.000000','1698192877146046'),('190925432532445',1,'Chelsey and Lindsey were awesome. as we\'re and Dr Rose and Clay.','2020-11-11 19:00:19.000000','1698192877146046'),('1911391148991947',1,'There is little to.no wait and the ataff is great!','2020-02-06 21:33:01.000000','1609539722669429'),('191146139352537',1,'Very cool and polite. Shoutout to Angela,Heather, Carl, and Jacob.','2020-12-30 01:37:01.000000','251751275488925'),('1913219218820134',1,'I came into get checked out after an Injury and was taken care of by nurse Christina and Dr. Edozie who were very helpful and accomadating. All staff were professional and polite. I would recommend this place of care to anyone.','2020-09-22 18:42:31.000000','829264323932850'),('1915903261803343',1,'excellent service\nhayleigh very nice and sweet','2018-08-29 04:04:57.000000','829264323932850'),('1919611858139961',1,'Very welcoming, extremely nice and professional!!! I would definitely recommend this urgent care! Thank you Maria Garcia\nManny G, Magali L., and Dr. Vaagenes!!!','2019-06-11 17:07:07.000000','237100240304186'),('192059948642828',1,'Jocelyn, Alvean , Dr Harjai muy bien Gracias!','2020-01-08 15:58:55.000000','167959367441528'),('1921823784646377',1,'The staff is extremely nice, quick, and professional! I highly recommend!! Denise is the best!!','2020-10-24 21:37:04.000000','104213804456471'),('1923597354441049',1,'The staff were very helpful and amazing.They were very helpful and welcoming.The doctor and nurses were amazing and I would choose them again.','2020-04-09 20:45:14.000000','104213804456471'),('192440621641452',1,'awesome nurses and doctors, I will never go anywhere else. They actually take parents opinions and thoughts into consideration and everyone is very polite. I love and most definitely recommend this place. Jennifer Diggs, John Bell, and Dr. Curtis and all there, y\'all are doing an awesome job.','2018-11-22 03:38:29.000000','299216637560955'),('1925786140886728',1,'The staff at this ER, are phenomenal! They tend to my care and make me feel safe. I really have to thank Meredith S., Ekaterini S., Jordan, Jocelyn A., Dr. Nylund, Tricia and Jasmine R.','2020-04-02 03:55:58.000000','167959367441528'),('1929773803788835',1,'Signature Care nurses and doctors were prompt and had amazing bedside manner! Definitely recommend coming here. Miss Keera up front was very nice to us as soon as we walked it.','2019-08-01 13:16:57.000000','544778295636544'),('1929881133778238',1,'The staff was great and friendly! Thank you Manny RN, \nDr. Osiecki, Ector and staff!','2019-07-11 22:33:16.000000','237100240304186'),('1930906267205590',1,'The facility was very clean. All staff members involved were courteous and caring. I was taken back before even completing the paper work. I must say I was impressed by my experience there on January 31, 2018','2018-02-01 20:26:27.000000','1787364321589026'),('1934937966606379',1,'This wonderful staff took great care of my son who got sick while moving. They have also taken care of my daughter for 2 years who has severe asthma. From Rayven in registration to the RNs Anthony and Gabe and Dr. Vakey; they leave this momma reassured that her kids have somewhere to go when they are sick and I can’t be there.','2019-08-07 00:00:37.000000','326347177710316'),('1935062163180521',1,'Awesome place! I have never had a better experience at ER. Got superior level of care for my 3 and 5 year olds. Now they want to go to this doctor every day šŸ˜€','2018-08-18 22:52:23.000000','1698192877146046'),('193593121641950',1,'My visit here is always always welcoming! The receptionist Keera, and my nurse Selina were ABSOLUTELY amazing help and extra caring of my situation. thank you. this place is absolutely the best. save your wait time and money and come here!!','2019-07-04 13:51:11.000000','544778295636544'),('1938045456253015',0,'Worst place ever!!!! The nurses are amazing but the dr. Based his diagnosis on last years visit...assumed i has gastritis, when my symptoms resemble nothing of the sort. The dr was not compassionate. Nor did it seemed he cared i have been in pain...nobody did nothing to figure out what was the root of my problem....\n\nNever come here!!! Waste of time and money!!!����','2018-04-11 14:24:59.000000','1609539722669429'),('1938749259522198',1,'The receptionist preethy was sweet when I was checking out....Doctors and Nurses were Very helpful and kind. I would recommend and come again.','2017-03-01 13:31:30.000000','544778295636544'),('193921928356871',1,'I have a very good experience everyone took care of me. My nurses where the best Gina,Natalie And Dr.Edwards, I loved it here I will be recommending this er to my family and friends šŸ’–šŸ’–šŸ’–šŸ„°','2020-02-12 21:34:40.000000','1609539722669429'),('1940346996164636',1,'Jacob and Jamie were amazing!!! Great customer service. Happy Holidays.','2020-12-01 06:12:17.000000','251751275488925'),('194224241580148',1,'this place was an amazing experience and I definitely would recommend! The nursing staff and doctors are so nice and helped us a lot while explaining everything in a way that made since to us!! 100/10 would recommend!!','2019-10-13 17:42:55.000000','544778295636544'),('1943914855743716',1,'Lorena and amanda had some of the best customer service 10/10 would recommend everybody need to come here for all urgent care needs','2020-07-25 12:53:19.000000','326347177710316'),('194499315409146',1,'Everyone very friendly, no waiting. Dr was great and concerned and caring , nurse very caring. We received great medical care for our daughter. Will continue to use signature care again.','2020-09-30 00:28:56.000000','544778295636544'),('1945118598955972',1,'Super friendly service. Treated me & my family with kindness & hospitality. Fast & easy','2020-09-16 01:14:53.000000','251751275488925'),('194630298718906',1,'Really good Doctors and staff . They are awesome and take care of you','2020-05-13 06:32:27.000000','235046800697531'),('1948170148647869',1,'Dr. Daniels, Nurse Nicole G. & Ashoka S, ER Tech Ricardo & Vanessa G. treated my injury. They got me in and out in no time. All my questions were answered and well explained. I highly recommend this center.','2020-02-02 01:15:05.000000','1609539722669429'),('195263155054591',1,'Dr. Golla, Patricia\n\ni recommend this signatureCare emeergencycenter to be one the best place to come if really need help or sick.','2020-02-28 20:12:49.000000','167959367441528'),('1952721181693626',1,'Very helpful it was a in and out. NO waiting love it. Very nice staff. \nlaura Lozano.','2018-09-30 14:29:09.000000','1608991329419166'),('1955065487839151',1,'Staff was very professional and explained all procedures and follow up recommendations. I highly recommend them.','2018-07-05 21:42:09.000000','544778295636544'),('195518451703272',1,'Fast reception, took real good care of me and explained my problem, what I had and treated me kindly and patiently, highly recommend.\nDr.Nguyen was really helpfully \nMiss Patricia at registration and the nurse miss Ekaterini were also really kind and helpful \nOverall staff were on top of everything','2020-03-05 20:20:46.000000','167959367441528'),('1956227664483256',1,'Great staff, clean facility and reasonable timing','2019-06-07 16:33:22.000000','237100240304186'),('195685364788498',1,'I’ve been to the Copperfield location twice for my daughter and the staff is always professional. Dr. Henderson, Laura, and Sarah was very patient with my one year old.','2019-10-23 03:40:44.000000','461782867645453'),('1957050867765507',1,'I cannot say enough nice things about this place. I don\'t always have an emergency but when I do I will start using signature care from here on out. They\'re awesome!','2018-01-17 18:47:42.000000','326347177710316'),('1957530261205740',1,'Just visited for the 1st time, OMG service was awesome from the front desk to Dr.Patel,Mark&Aaron. If I’m ever in need of emergency care again this is the best place!','2018-08-08 22:29:17.000000','1765121397101399'),('195878965131431',1,'la atención es rĆ”pida ,te explican bien ,hablan muy bien espaƱol , ay varias personas o asistentes. que te hablan bien espaƱol te aceptan aseguranza','2020-02-06 18:25:10.000000','544778295636544'),('1963537353713396',1,NULL,'2017-02-03 05:24:28.000000','1609539722669429'),('196359074726799',1,'I am very grateful for Signature Care Emergency! The staff if very professional and kind! I want to thank my nurse Kelly she is great! Sibienne at the front desk was also very nice. Dr. Appiah had a great personality, he explained everything to me. This place is the best! I came in crying but I\'m leaving with a smile!','2019-06-19 03:20:37.000000','1787364321589026'),('196664427969620',1,'Good staff and service. Kat and Angela were very helpful.','2019-04-24 08:53:18.000000','251751275488925'),('1967600943379517',1,'Great fast service from all staff','2020-12-13 18:45:09.000000','104213804456471'),('196856844940828',1,'5 stars. Professionalism from beginning to end!','2020-03-18 05:22:22.000000','1787364321589026'),('1968834910087670',1,'The Signature ER Center is staffed with highly compassionate, efficient medical professionals and support personnel, and is very well equipped. I was attended to immediately and did not have to wait to fill out the paper work first before I was treated, which my daughter was allowed to do on my behalf. Their follow up the next day to see how I was doing and responding to the medication was deeply appreciated. I am privileged to have met a part of the Angels Contingent on planet earth. May they be richly blessed for their chosen career. Egene Baccus Latchman','2018-02-24 18:34:53.000000','544778295636544'),('197100054487080',1,'This is a great facility with friendly Staff! They served me immediately and I got out with what I needed.','2018-05-21 18:29:39.000000','1787364321589026'),('1972124439475682',1,'Love the Experience here and will always keep coming back. Amy and Tony are super amazing!','2018-09-17 03:19:56.000000','1609539722669429'),('1973063549422344',1,'The service was great. It was fast and everyone was very professional. Pretty was awesome.','2017-01-24 19:55:44.000000','544778295636544'),('1976238242519336',1,'My experience was great thanks to Valory, Cat, and Marcus. They made the visit very pleasant. Big thanks to all three of you.','2020-10-19 15:14:26.000000','167959367441528'),('1977905632231574',1,'Great facility with very helpful staff! Especially Keera!!','2018-09-01 04:31:02.000000','326347177710316'),('1978060408918538',0,'I hate the fact that SignatuteCare ER treats there employees so badly once they decide to move on to a better job. The employees give them 110% of them selves and their time while employed there, to be treated so badly. They do not pay for the vacation (PTO) time that the employee had worked hard for and had already earned. There is no paperwork signed stating that I would not receive these earnings. In my opinion they have become more money hungry over caring for others. And then they send the blame over to the HR department so they won\'t have to deal with it! Very Sad Former Employee!','2016-05-20 16:33:05.000000','544778295636544'),('1979284882206671',1,'I had a great experience! Cody, Sam, and Brenda were super helpful and everything was quick and easy','2020-09-01 17:58:04.000000','105589317817643'),('1984113868286026',1,'This was our 2nd visit. First, for hubby with a spider bite several months ago and today for myself. The very Best team of professionals greeted and cared for us both times. Prompt, thorough, informitive, and oh so kind. Blessed to have them in our community.','2017-10-15 23:05:58.000000','326347177710316'),('1985831021528160',1,'Fast n friendly highly recommend coming here','2019-04-17 10:43:47.000000','544778295636544'),('1987296354626646',1,'The service was fast, friendly and professional! The doctor and the entire staff went out of their way to take care of me, not only physically, but also emotionally! I definitely recommend this establishment and will return myself with any future issues!','2018-11-13 00:21:51.000000','1608991329419166'),('1987564104614513',1,'Amazing experience. Everyone went above and beyond! From the moment I walked in.. From the Front Desk Rita, Radiology Tech Dion D S, Nurse Chih-Hsiang and Dr. Dendy. Thank you so much! I appreciate everything. I was from out of town and scared. They put me at ease!','2018-12-22 19:01:52.000000','1648645701907657'),('1988030601285655',1,'I just cannot thank this emergency room enough! The whole night staff is always I mean ALWAYS so friendly and I just wish I could show them just how appreciated I am of their service. Thank you so very much To Cindy and all the night workers. #ForeverGrateful','2018-12-27 02:53:47.000000','237100240304186'),('1989130144516275',1,'The staff was courteous, helpful and prompt. We were seen within 5 minutes and out within 2 hours for multiple services. The only downfall that my insurance wasn’t a provider.','2019-02-08 01:43:18.000000','1609539722669429'),('1989633981335683',1,'This place is awesome I would recommend it to anyone they are extremely nice and fast','2017-01-21 04:56:19.000000','326347177710316'),('1990917244341181',1,'In and out! No waiting for hours! Very polite Dr and Nurse.','2019-08-31 22:46:24.000000','544778295636544'),('1994932410518370',1,'Excellent experience. The staff worked quickly to help me with my elderly mom. Highly recommend SignatureCare.','2017-12-18 13:45:16.000000','1787364321589026'),('1995242190622124',1,'Very nice facility and super nice and attentive staff. Wait time was less than 10 minutes and the nurses Racheal and Charlptte are very responsive. Dr. Edwards was also great. We would definitely recommend this ER to anyone in the area.','2020-02-07 15:27:27.000000','461782867645453'),('1995272257274720',1,'Soon as I noticed I didn’t feel well went to signature care. And they got me in right away. My nurse ekatorini was so sweet and made sure I was comfortable from the beginning and thank you to the tech Jordan for taking my vitals.','2020-12-24 15:57:27.000000','167959367441528'),('1995832927220067',1,'Second time i’ve been there for covid testing. All of the staff works incredibly hard, and provides a safe and efficient environment to go get tested for covid 19. Although i like the ticket šŸŽ« method better, the online appointments work as well. Thank you guys for everything you do! including the security guard Dj!','2020-07-08 06:34:09.000000','167959367441528'),('1997056193681323',1,'Keera and Anthony were great help! My visit was awesome!!','2019-02-08 01:09:43.000000','326347177710316'),('1997893786900635',1,'The staff was friendly and caring the place was clean and neat. \n\nLas fermeras los doctores es muy amable gente a lugar muy limpio.','2018-10-04 00:55:46.000000','544778295636544'),('200390027776111',1,'Probably the best care my wife has received in Killeen. Caring staff and thorough explanations of treatment plans.','2020-01-30 16:34:27.000000','251751275488925'),('2007342119370884',1,'Tiffany was very helpful and very cheerful. Made the experience more bearable!!','2019-04-29 04:21:54.000000','299216637560955'),('2007821292607065',1,'This is a 5 star review facility. Absolutely phenomenal. Thank you ssoo much for your service.','2019-01-17 22:00:28.000000','1608991329419166'),('200816734468215',1,'Dr. Sylvester, Reg. Sindy, RN Ashlyn & Zinaida, RAD Ed, Tech Wendolline - u guys are amazing and highly efficient at giving the best of care! My wife and I were wowed when we came for ER!','2020-02-29 06:56:31.000000','544778295636544'),('2009256299093285',1,NULL,'2016-09-23 15:12:10.000000','544778295636544'),('2010201982390869',1,'Jennifer, Austin, and Dr. Simmons made a great team during my visit. They made sure I was taken care of. I highly recommend this ER their staff is awesome and get you in and out in a timely manner','2018-11-15 06:26:58.000000','299216637560955'),('2011273002260919',1,'I refuse to go anywhere else! Always take great care of me and my family!! Dr Yost is the best!! Luke is great too! Sherri did my IV really good! Kim is another amazing person and all 4 are a great team!! They make me feel like they truly care and are concerned and want to help make you better!!! Thank you all so much!! ā¤ļø also Dr Jones, Jamie RN, Gunner RT and Tobie in registration are amazing!!!','2019-01-18 17:33:57.000000','235046800697531'),('201345444404092',1,'The care staff were excellent! Professional. It is welcoming clean and great for kids needing care. My nurse Irving, Tech Thelma, and Holly the radiology tech were so amazing and kind. Dr. Ortiz was patient and attentive!','2020-02-25 05:20:43.000000','829264323932850'),('2013477615371555',1,'Thanks to Alyssa and Dr.Golla and Selina for a great experience every loving and made me feel much better ������','2018-09-05 18:31:46.000000','544778295636544'),('2013504475460818',1,'Theresa m maglia had a good experience and very nice','2020-07-21 12:41:08.000000','237100240304186'),('2013644725324468',1,'Went in for major pain from a toothache. The toothache is still bothering me some. And I am hoping to find a dentist who will take payments. Evelyn at the front desk was absolutely wonderful. The nurse and doctor were great. Considering I am terrified of doctors. He made me feel at ease. I\'m just waiting for the antibiotic to get in my system and start working. The pain medicine is so/so but it takes the edge off. I would recommend SignatureCare to family and friends. Wonderful staff and in and out. ( if only be would have went a head and pulled my tooth out LOL )','2017-06-04 12:34:03.000000','544778295636544'),('2014641338554149',1,'We had an INCREDIBLE experience at the Montrose location of SignatureCare Emergency Center. Went in with a freaky spider bite, and they were able to help us so quickly! The receptionist, nurse, and doctor were all exceptional. The care was speedy and sound. Incredible center!!!','2017-10-06 20:28:30.000000','544778295636544'),('2014738255332189',1,'lacey and Jamie did an outstanding job','2020-12-10 06:34:50.000000','251751275488925'),('2016601088363267',1,'The doctor and nurse that helped me out were very helpful. I came in with a back problem and they fixed me quick and easy. I would definitely recommend them to anyone.','2017-03-12 17:40:58.000000','326347177710316'),('201679371573669',1,'dr lindsay and mercy were very helpful.','2020-12-17 19:14:35.000000','829264323932850'),('2018238574873812',1,NULL,'2017-03-04 20:39:26.000000','544778295636544'),('202280444464568',1,'Lucas and Leanne did a great job got my wife in and out','2020-02-28 23:03:31.000000','235046800697531'),('2027281364070660',1,'Very helpful and Good work','2020-08-28 17:02:04.000000','1609539722669429'),('2028748097149834',1,'Great first experience. Staff was super friendly and caring. Made me feel super comfortable and took care of me right away. Hayleigh was very helpful with checking out. Definitely recommend.','2018-07-21 14:05:52.000000','1787364321589026'),('202905907520634',1,'I was very welcomed here by the staff. I felt comfortable. They explained everything so well. Great atmosphere šŸ‘ Marcus was very helpful.','2020-02-08 11:27:09.000000','237100240304186'),('2030493863747263',1,'All staff are very courteous and and attentive to your needs. They greet you as you come through the door to see what is your primary concern and which way they need to direct you. There is adequate room in reception room to separate people. Will use them again if needed.','2020-10-22 12:57:12.000000','1648645701907657'),('2030650516947581',1,'Best ER ever! I went in with a spider bite, and was immediately brought to the back for tests. \nAll in all I was there for about an hour (all treatment time, no waiting).\nDr. Bansal was the best doctor I’ve seen in years, very professional with immaculate bed side manner.\nThe staff was great, Miss Melinda in the front office was extremely helpful and courteous.\nI recommend everyone to go here instead of to the dreaded hospital.\nThank you SignatureCare for being in my neighborhood.','2015-06-09 13:56:56.000000','544778295636544'),('203095761192958',1,'They were so fantastic with getting me in and tested. Cristina R., Chelsey, and clay help us so much and would definitely recommend for rapid COVID testing! Thank you for also making sure I had a warm blanket and cold water!','2020-11-09 16:41:13.000000','1698192877146046'),('203136701402993',1,'Awesome, the best place. Caring, loving, kind people. Thank you Meredith and Luisa','2020-12-17 15:33:43.000000','167959367441528'),('2035519996492277',1,'Signaturecare is the best. From the moment I walked in and was greeted by Edward. Vanessa my nurse was knowledgeable and caring. Dr. Dewaal was fabulous! Adam the manager came in to see me and the DON came in to ask if I needed a warm blanket, but I already had one! I walked in with a painful condition and walked out pain free. This place is awesome! I will only go to Signaturecare!\n\nSent from Yahoo Mail for iPhone','2018-08-23 01:44:34.000000','1698192877146046'),('2036157396453507',1,'Nurse Nikaela and Amy were super sweet and Dr was very attentive to condition. Very pleased with this ER center','2019-03-11 09:37:21.000000','167959367441528'),('2036843539686625',1,'Great facility and staff. Ashley Burton at the front desk was great and extremely friendly. Also the nurse John Bell took fantastic care of me.','2019-01-02 02:24:47.000000','299216637560955'),('2039487626074738',1,'I had to go today to the one on hwy 6. It was a very pleasant experience and the whole staff was very nice. Was in and out in no time. I am glad to know it is so close in case I ever have to go again.','2018-11-17 03:44:33.000000','544778295636544'),('2039820356134803',1,'1.Little to no wait time.\n2. Friendly staff and doctors.\n3. Good and efficient care and treatment','2019-03-22 23:12:51.000000','829264323932850'),('204244760746270',1,'the service was excellent the facility was emaculint the staff helpful and very knowledgeable. Nurse Nicole G. and Tim M had compassion and great bedside manners. They worked efficiently and provided great care. Dr. Estevez is amazing. She inspired confidence and is very thorough. I always refer family and friends to go to a Signature facility especially the one in The Heights.','2020-01-19 03:29:55.000000','1609539722669429'),('2042544702726253',1,'My husband sliced his finger open prepping for our Thanksgiving feast. We arrived and were greeted with professional service with a smile. The longest part of our stay was filling out the paperwork. We were taken to a room where the nurses immediately prepped the wound and made us feel welcome. The doctor was in within 5 minutes and addressed the wound, answered our questions, and prescribed the appropriate medications. We were in and out in under 30 minutes. For the entire time of our visit, the entire staff was courteous, knowledgeable, and made us feel like something other than just a number. We highly recommend this establishment.','2017-11-22 23:17:20.000000','544778295636544'),('2042608869109471',1,'Excellent care thanks Jennifer Erica An Valerie','2019-01-03 20:13:44.000000','299216637560955'),('204360767696645',1,'Everybody especially the front desk staff was very sweet and efficient.','2020-08-18 08:03:52.000000','1787364321589026'),('2044504769174797',1,'To be honest it was very enjoyable service was great fast and direct . I would tell anyone to seek treatment here. Preethy was really sweet and friendly','2017-02-21 16:37:10.000000','544778295636544'),('2047287628674010',1,'awesome! great staff! Great service','2019-01-16 06:11:59.000000','1609539722669429'),('2050645731667182',1,'When you have a emergency this is the place to go, the service is fast and the staff (Mercy and Olivia) are very friendly & nice, you will be satisfied!','2017-03-11 12:27:24.000000','1765121397101399'),('2053450354731287',1,'First time! Everyone was nice and helpful. Thank you for taking care of me. S/O Dyveliz, Morgan, and Brad','2019-03-03 18:28:22.000000','326347177710316'),('2054530964584094',1,'The receptionist was so friendly. Then when I went to the back the nurses and the x-Ray technician were excellent. They offered me a warm blanket and made me feel so comfortable. Dr. Edwards was very kind and gentle. She made sure I was feeling better when I left.\n\nI would definitely recommend SignatureCare\nEmergency Center','2019-02-17 04:47:34.000000','544778295636544'),('2056269454634417',1,'there great for everything very family like environment...','2018-08-08 01:59:05.000000','544778295636544'),('2056349557722181',1,'Mercy, Laura, Lisa and Selina were exceptional. I really liked them and they were really nice.','2017-04-26 21:09:23.000000','1608991329419166'),('2061492033872959',1,'Great service. Dr. Dang, Juan, Tammi, and Cindy were all very professional.','2018-09-22 18:44:23.000000','544778295636544'),('206165470589124',1,'Alvean, Jocelyn, Marcus I love the fast','2020-03-02 20:51:52.000000','167959367441528'),('206242090585643',1,'they are awesome!! they take good care of you and make you feel welcomed!! i recommend them to everyone.','2020-03-17 15:31:20.000000','299216637560955'),('2064040440328921',1,'Dr. Luis Ortiz took care of one of our family members. My name is Robert. I myself am a medical doctor so I had high expectations for our treatment, and knew what was going on. My relative had been given bad news and told to rush to an ER. The entire time he was with us, Dr. Ortiz had an aura of peace and calm and competence about him that reassured me and put the whole family at ease. He spoke to my family in terms a non-medical person could understand, but never talked down to us. He took a good, thorough history, and performed a good exam. He ran some lab tests and told us that the bad news we had been given was wrong, that everything was good with my family member. But mostly, he reassured us. His explanations were so lucid and he seemed so knowledgable that I thought he would be a good professor at my medical school. Thank you, Dr. Ortiz, for being a caring physician for my family.','2019-01-02 07:10:03.000000','544778295636544'),('2065032143619273',1,'Gina my friends nurse, Dr. Souman, Dion, and Amy all helped very nicely!','2019-04-20 02:04:57.000000','1608991329419166'),('2065405086855617',1,'Very friendly, great service!','2018-09-30 00:45:19.000000','326347177710316'),('2066093653441146',1,'I loved it!!! Cindy was awesome from start to finish. Selina was a blessing to meet. Dr. Dang has a wonderful and caring bedside manner. Juan was quick and efficient with my vitals. They always take care of me and treat me right. I feel much better already!!','2018-09-22 15:41:53.000000','544778295636544'),('2066993926780442',1,'Best hospitality and made me feel so much better when my pain was unbearable. Jonathan and AJ and the really did a great job.','2020-02-05 00:27:43.000000','1765121397101399'),('2069936156391635',1,'Mercy was wonderful and took care of us right away.','2017-01-12 12:29:10.000000','1765121397101399'),('2070097016415948',1,'The staff was friendly and helpful..,','2019-02-24 17:15:26.000000','251751275488925'),('2071121702988225',1,'Fast, friendly, and all around simply amazing care received here! I will NEVER go to a regular hospital ER again. This place is ran like a big Dallas hospital, in our small town! Thank you for everything!!','2019-08-13 13:06:59.000000','235046800697531'),('207122040362979',1,'Great service! Definitely attend to your needs in a timely matter!','2020-03-03 22:30:08.000000','237100240304186'),('2073314699444027',1,'Staff is always so caring and kind. Always feel very welcomed as soon as I step in. Very fast! So very thankful for SignatureCare Emergency Center in Odessa,TX','2019-05-22 15:32:03.000000','237100240304186'),('2076812945797921',1,'Lucas was a great RN. To be at an Er the experience was great. they really care and make u feel comfortable.','2020-01-21 19:56:32.000000','235046800697531'),('2078024628910495',1,'Good Job thank you for everything very helpful','2018-11-27 19:37:41.000000','1787364321589026'),('207971317346930',1,'Stopped in for my first COVID test now that I’ve developed symptoms :( The staff are very kind and patient, and the swab wasn’t as bad as I thought it would be lol. Front desk was Dalal—very kind and helpful. This morning the ER tech was Natalie and the nurses were Gina and Vincent. Thank you guys so much!','2020-10-25 12:35:44.000000','1609539722669429'),('2079778635408733',1,'Great experience, staff and dr was exceptionally nice. Especially Jennifer D., Kanyon and John Bell. Would definitely recommend.','2019-03-11 21:43:22.000000','299216637560955'),('2081201145305970',1,'Was in severe pain, Ms.Robin at the front got me sent back right away. Nurse Austin and Dr.Dillon took care of me and made me feel so welcome and comfortable, will only go here from now on! Very sweet staff I couldn’t have asked for a better group of people to take care of me.','2019-01-03 06:58:48.000000','299216637560955'),('2083424781787902',1,'I recommend this facility for any and all medical needs! It was quick and easy online to secure an appointment. But also amazing front desk nurses who where very sweet and patient to answer any and all questions. Once arrived at facility, paperwork is done in your car for social distancing and safety. I felt comfortable and place was very clean and sterile. When lobby got a little full Jessica the office manager came out and helped maneuver people and answered questions. She was very helpful and very kind in my situation. I was a little nervous being a new place for me and also with everything going on in world to enter an ER office , but my nurse April was so sweet and funny that I quickly felt at ease. This was a great experience and I would recommend it. It is quick, easy, clean, and the staff are very genuinely friendly and professional! Thank you SignatureCare!','2020-11-18 16:59:23.000000','104213804456471'),('2085439871766167',1,'Definitely recommend!!! Everyone is so nice and informative, was in and out quick and friendly services!','2017-07-03 18:56:00.000000','1608991329419166'),('2085450461765108',1,'I brought my 1 year old to be seen at the Montrose location, everyone was so friendly and patient. Front Desk Mercy, was very welcoming and helpful. Nurse Agnes was so sweet made my son feel very comfortable and Dr. Yusuf was very informative and caring. Thank you SignatureCare staff!','2018-01-30 13:15:18.000000','544778295636544'),('2085924404863890',1,'It was great, very friendly and fast.','2019-06-08 18:39:18.000000','299216637560955'),('2086004751451831',1,'Great care, everyone was extremely nice. Front desk lady, Ashley Burton, was more then attentive. Great experience!','2019-01-02 01:03:26.000000','299216637560955'),('2086452674822002',1,'Staff is supper nice and helpful. The service is quick and make sure you are comfortable. This is always my first choice','2020-09-19 15:07:50.000000','326347177710316'),('208652150794353',1,'The staff is very professional. They take time to discuss issues with you.\n\nThe facility is very clean and COVID safe.\n\nI would return if I needed an ER again.','2020-12-09 16:19:52.000000','1608991329419166'),('2088562691277834',1,'Wonderful— very efficient!','2020-12-02 16:17:17.000000','1648645701907657'),('208872086930762',1,'Best care with kindness and compassion throughout the visit\nNo waiting\nTreated like favorite family members\nThanks for being available 24/7!!\nNurse John real pro with needle fears\nDr Curtis stayed light hearted with honest concerns to continue care\nRegistration is such an ease with Tiffnay greeting us\nThese professionals really seem to love their careers\nThanks again','2020-02-22 18:44:43.000000','299216637560955'),('2091623390893528',1,'They have great service. It’s very well maintained and clean. They Made my mother feel very comfortable. They even gave her a robe! I’d most definitely come here again.','2019-05-27 03:49:47.000000','1698192877146046'),('2094523220567977',1,'All of the staff treats you with courtesy and with a smile.','2017-04-19 16:17:36.000000','544778295636544'),('2095168530535859',1,'They took great care of me. Anthony was really friendly and a great RN','2018-08-26 20:23:27.000000','326347177710316'),('2095453047227268',1,'It was a very nice clean urgent care very informative I had Nurse cat she was completely amazing she made Sure I didn’t want for anything','2019-07-04 05:17:00.000000','544778295636544'),('2096471097067781',1,'Great experience overall. Ashley B was especially helpful and friendly! Can\'t recommend enough!','2019-03-13 13:49:50.000000','299216637560955'),('2097077937040435',1,'Register Jessica was very friendly and greeted us with a big smile when we walked in. Both Blake and Dr. Lindsey took care of my son when we were taken to\nThe back. Everyone here is very friendly and smiley. I will be coming back again and recommending to my friends.','2019-03-09 20:22:07.000000','1648645701907657'),('209794447456675',1,'Their service..wyatt the nurse was excellent and caring ..but the over all staff was friendly and excellent','2021-01-19 18:51:46.000000','299216637560955'),('2098883346791617',1,'Was greatly impressed with the cleanliness of facility and friendliness of the staff. I was in an out in about hour and a half. Everyone I met was friendly and helpful from the front desk, to everyone in the back treating me. My new favorite ER!','2018-01-08 10:33:15.000000','544778295636544'),('2099020187038250',1,'I Loved the experience in spite of being ill. Dr. Boester was the Best. He treated my extremely well. Help me greatly in my time of need.','2018-07-14 12:28:00.000000','1609539722669429'),('2100800726623802',1,'my experience was great here I would definitely recommend them','2019-01-14 19:19:42.000000','1609539722669429'),('2101800393259407',1,'I was very pleased with the prompt service and exceptional care proved by Signature Care. Everyone was friendly and helpful from start to finish. My 10 year old even told me the next time he got sick he wanted me to take him back there!','2019-07-30 16:50:51.000000','235046800697531'),('210208550522002',1,'Luisa es una excelente persona','2020-10-27 07:36:32.000000','167959367441528'),('2104051676392127',1,'Staff was very friendly and professional. Erika was very helpful and knowledgeable when answering my questions. I would recommend this clinic to anyone in need of acute medical care.','2020-12-23 17:21:37.000000','251751275488925'),('2104379783200288',1,'Outstanding place and outstanding people! They take care and compassion to the next level. I would highly recommend them!','2019-08-23 19:46:42.000000','299216637560955'),('2105024039826470',1,'I love the way everyone made sure I was comfortable the entire time. Asked if I needed anything every 30minutes... I was in good hands! Thank you for your help!\nDR. FRAUSTO, MD, KENNETH A \nNurse: Nichole P \nRadiology Tech: Laura Imelda P \nFront Desk: Malissa M R','2018-09-28 20:01:02.000000','829264323932850'),('2107341952892392',1,'Friendly workers and a great variety of snacks in the lobby! They gave my boyfriend freaky fast care! If i get injured I will definitely be coming here!','2019-06-17 18:46:05.000000','1698192877146046'),('2107697832698898',1,'Fast and friendly service, the doctors and staff were very organized and professional. Tamra Lindsey was very helpful. The doctors took their time to ensure a safe and efficient environment.','2020-12-23 03:04:30.000000','104213804456471'),('210864846960268',1,'I had the most amazing experience at this location. \nDR. GRINBLATAS, Joseph Ryan, Sharesa, and Erica were all fantastic!! 10 stars and I definitely recommend this facility!! Thank you to this amazing staff for taking such great care of me!','2020-03-02 15:38:19.000000','1609539722669429'),('2108715705836637',1,'Mercy and everyone else here were extremely kind and informative. I appreciate everything they did for me!','2017-03-03 19:26:35.000000','1608991329419166'),('2110360115662609',1,'I love coming here, the staff, nurses and doctor\'s are awesome they are very nice. You don\'t have to wait for ever here like you do at other emergency rooms.','2017-11-04 01:40:09.000000','544778295636544'),('2110587435718042',1,'Excellent service! The staff is very quick and professional. They answered all questions I had and were very helpful. My son went in with a very high fever and the nurses there were awesome with caring for him! Thanks a bunch to Manny, Ashley, Delpha, and the doctor on staff! I highly recommend this place to anyone needing quick care and excellent service!','2019-07-05 01:48:57.000000','237100240304186'),('2111362388919951',1,'This place is absolutely amazing. very clean , very fast , very polite. I will never ever go anywhere else. Jennifer Riggs an Billy Brooks were amazing. Dr. Cynthia Simmons was very open with us an explained every thing to us. I\'d go back a million times. This place is awesome.','2018-12-31 14:42:01.000000','299216637560955'),('211152080010329',1,'Had a great experience with dr.daniels, rn: trini, registration:Jackie, radiology: Marcus, tech:pete','2020-02-22 04:14:35.000000','237100240304186'),('2112268112187422',1,'I highly recommend SignatureCare Emergency Center. As soon as you walk in the door you\'re treated like a VIP. Jereyia, Amy, Kelvin and Dr Zajac, y\'all are the best! You turned what started out as a stressful/painful day into a pleasant experience. Thank you all!','2019-03-11 12:20:02.000000','251751275488925'),('2112534118781770',1,'Samantha at the front desk was a lovely lady. This emergency center is one of the best ones ive been too. As soon as I walked it Samantha greeted me and made me feel at ease.','2019-04-15 02:33:38.000000','1787364321589026'),('2112647882172703',1,'Hello Midland, new patient from the Lower part of Rio Grande Valley in South Texas. Kudos to a wonderful staff providing their wonderful services as I walked in and wait time unbeliveable less than 2 minutes all working with a sense of urgency. Thanks to Lisa, for quick admissions, Dr. Plante taking the time answering all my health questions, applause to Leo for his assistance and not to mention Savanna, Jaime and Andrea for their professional services.\n\nAgain Thank you and recognition to Dr. Plante, Leo, Savanna,Jaime,Andrea and Lisa..','2019-08-13 22:14:18.000000','596022027480375'),('2113519222016150',1,'I have NEVER been to a more professional emergency care facility. The staff was super attentive to all of my medical needs from the time I walked in. I wish I could thank each and every one of the by name but Melinda started my experience with a warm welcome! This will most definitely be my new spot when I cannot make it to my primary doctor...thanks and thanks again','2015-04-10 23:35:53.000000','544778295636544'),('211360710380782',1,'Tricia and Alvean did an amazing job','2020-11-14 13:47:49.000000','167959367441528'),('2115101795178605',1,'A huge thank you to Ashley Burton, John Bell, Matt Leonard, Billy Brooks and Dr. Simmons. Everything was so nice, clean and the staff treated us like family. Each time we talked to somebody they asked if we needed anything. If I need to go somewhere this would be my choice and would definitely recommend to everybody!','2018-12-15 03:17:58.000000','299216637560955'),('211590729977087',1,'I came in and the staff took good care of me and helped me get over my stomach virus. I plan on using this place again','2020-02-20 00:42:22.000000','326347177710316'),('2116156455267581',1,NULL,'2016-10-31 13:20:03.000000','544778295636544'),('2120743581394734',1,'Excellent and Fast service & Very Helpful! Thank you kiara Keily and Ashley','2021-01-19 21:32:46.000000','299216637560955'),('2120777148066590',1,'Everyone is so friendly here! (Especially Chelsea) I came here to get a COVID rest and it only took an hour! They accept most insurance companies too. I highly recommend :)','2020-10-08 18:26:02.000000','544778295636544'),('2120922774897717',1,'Excellent Service!','2018-07-08 18:39:19.000000','544778295636544'),('2121521781238074',1,'Excellent Emergency room service, from the moment we arrived at the ER we were greeted by Amy at the front desk. Very kind and helped make the check in process easier. All the staff was very kind and caring. Teresa was quick to take us back to a room, Dr. Wren and Mark was in our room within seconds aswell along with a warm blanket. Everyone was very helpful and they explained everything that was being done. Ryan was very kind and assisted with a wheelchair to the CT room. Very comfortable visit like if we were at home. Will definitely recommend this place to others.','2018-11-25 02:16:56.000000','1765121397101399'),('2122220211418374',1,'they are friendly and amazing staff very helpful','2019-09-12 05:23:12.000000','299216637560955'),('2125083417741306',1,'The staff at SignatureCare Emergency in Stafford, TX exemplified excellence in quality care from the time I walked in until I left! I have never in my 44 years of life experienced an emergency room where there was absolutely no waiting! A warm blanket; which accompanied friendly and genuinely attitudes of each staff member, made my condition less painful! I\'m referring all my friends and family to SignatureCare ER for their emergency healthcare needs!','2018-04-03 22:22:58.000000','1787364321589026'),('2126773704287551',1,'Very satisfied with everyone, thank you to Jose,Corey,Sita and dr Baker for being helpful and friendly, explain everything great','2019-06-26 07:34:04.000000','596022027480375'),('2131746493523002',1,'ā­ļøā­ļøā­ļøā­ļøā­ļøI spoke with a lady, I think her name was Bria, she was very patient & helpful. The time in & out as well as the care I received at the Weatchase location was AWESOME! The staff Melissa, Christina, Quyen, & Dr.Jones couldn’t ask for better care. These 5 people made my visit very comfortable & I will return there again! THANK YALL SO MUCH','2018-08-13 04:28:54.000000','829264323932850'),('2133404323397445',1,NULL,'2017-10-07 00:00:45.000000','1787364321589026'),('213369109689914',1,'Dr Henderson And Her Nurses Lucas And Jennifer Was Extremely Wonder Durning My Visit To Signature Care...','2020-01-19 01:01:51.000000','235046800697531'),('2134960150153739',1,'The staff at Signature Care Emergency Center were professional, courteous and prompt (in the diagnosis and treatment)!\n\nHiba, Tiffany, and Dr. Vakey, as a team, provided superior service - from the initial intake up to the moment I left the office. It was well worth the twenty-minute drive!\n\nTruly an unbeatable team!!!','2017-01-20 21:48:31.000000','1765121397101399'),('2135061749957102',1,'I’ve came here many times because they are very COVID concerned and get you in as soon as they can. I would say the majority of staff is very kind and helpful','2021-01-26 17:01:59.000000','326347177710316'),('2136609529759314',1,'Great service, super fast!! Dyveliz, Kim, Anthony, Natalie, and Dr. Frausto rocked!! All of them were super sweet and welcoming. Definitely recommend.','2018-08-22 22:43:49.000000','326347177710316'),('2139157906207251',1,'I would recommend everyone who is sick to come here for the most convenient and fast service, professional and good customer service.\nThank you to the friendly receptionist Mercy','2019-07-16 14:12:27.000000','829264323932850'),('2141786472791443',1,'Amazing people. Natasha is wonderful and very helpful in my time of need. Very attentive.','2019-10-23 03:48:14.000000','544778295636544'),('2142896019183333',1,'Aside from the fact that SignatureCare Emergency doesn\'t take Medicare, I\'d have to say that the facility was very clean, professionally run and the staff was very friendly. I was tended to very fast and was on my way in a short period of time.','2016-06-08 14:05:48.000000','544778295636544'),('2142932125805774',1,'BEST FACILITY EVER. Welcomed at the front by Amy (with a smiling face of course). The team was phenomenal! Dr. Patel, Rommel, Joey, and Josh were excellent. I am highly pleased!','2019-05-07 05:15:46.000000','1608991329419166'),('2144467662281002',1,'Just left and some of the best service ever given!!! So thankful!!! They’re amazing!!! And shoutout to Tanishia for her awesome service at the front desk!!! Definitely recommend!!!','2018-11-30 07:27:12.000000','461782867645453'),('214577369715955',1,'It’s very caring, Fast & everyone is so polite!Kristina, John, Laura,Veronica, Faig was Awesome','2020-02-13 17:05:25.000000','829264323932850'),('2146398882164091',1,'I will definitely recommend this hospital to all my family the staff is so nice and the doctor is the best!','2020-11-17 03:55:51.000000','1609539722669429'),('2146786795340547',1,'This place was great ! Rayven was absolutely so helpful .. our roommate was treated super fast .. they had snacks , hot chocolate and everything ! Totally recommend','2018-10-21 01:09:41.000000','326347177710316'),('2147659461973673',1,'Amazing facility! Clean, modern, and very accommodating. Wait time was less than 10 minutes. This center had me in and comfortable within half an hour and emergency condition was treated and discharged within 3 hours. The nurses and doctors were very knowledgeable and listened to my every concern.\n Thanks to Doctor Akunyili for a quick procedure. Thanks to Doctors Leavitt and Boester for my follow up visits. I was able to return to work quickly with very little time loss.\nSignature care had a medical center feel without the hassle of a big hospital. Very personal care and I\'d recommend to anyone for medical needs.','2018-07-18 20:48:26.000000','1609539722669429'),('2148093481959613',1,'I would highly recommend this ER to anyone as they were all very friendly and kind and very attentive to my needs and I was taken care of by Debbie as my nurse and Jennifer D the one that checked me in and she was awesome The Doctor was very caring and won’t let you leave till he finds out what is wrong with you!','2020-01-21 21:56:39.000000','299216637560955'),('2148172361880381',1,'I have been on several occasions for myself and my child and it’s never a long wait.. and the staff is amazing','2018-11-14 21:06:15.000000','1787364321589026'),('2153637411565146',1,'Amazing and friendly staff. Answered all of my questions and everyone was very knowledgeable about my symptoms and condition. I highly recommend this place to any and everyone!','2017-12-27 05:29:35.000000','1698192877146046'),('2154777104779783',1,'Awesome ,quick,professional care!!','2018-08-10 03:20:48.000000','1608991329419166'),('2155191244778368',1,'The staff and nurses are very friendly and fast! Would definitely recommend this clinic to others with a 5 star rating.','2019-09-05 07:02:05.000000','251751275488925'),('2155541874459417',1,'I had a great experience! Excellent service, everyone was so friendly! The place is really nice and very clean!','2017-10-26 03:53:28.000000','1787364321589026'),('2156974831102298',1,'After becoming sick, I had to make the necessary decision to go to the emergency room. We chose SignatureCare Emergency Center. I am so thankful we did. The group of amazing healthcare providers: Dori (ER Tech), Jamie (RN), John (X-ray Tech), Dr. Randy Jones (Physician) and Barbara (Receptionist) turned what\'s normally a fearful, stressful and uncomfortable visit to the ER into a calming, encouraging, and overall pleasant experience. Their level of care, as well as, attention to your being well informed of your condition, was exceptional!\n\nA healthcare facility with an entire staff who is caring and pleasant is very rare. Yet, SignatureCare Emergency Center in Killeen,TX. has proven it can be done!','2021-01-25 05:49:48.000000','251751275488925'),('215795469940313',1,'Great service at signature care! Thanks Keily at registration!!','2020-11-22 19:55:44.000000','299216637560955'),('2158270557555664',1,'Dr. Zheng, Amy, and Nichole were very good!','2019-07-05 16:30:41.000000','544778295636544'),('2159090154119640',1,'Awesome job thanks for taking care of me. Very nice atmosphere. They get you in and out no time wasted. The doctors was right on point and explained and answer in detailed. I you guys rock','2017-04-27 21:03:48.000000','544778295636544'),('2159765834062098',1,'Highly recommend this 24hour urgent care it’s better then going to the hospital staffing is nice the over night registration AMY is very nice and bubbly greets with a smile very great personality!!','2019-03-08 05:39:02.000000','829264323932850'),('2160051104298313',1,'Quintessa is amazing! The whole hospital stuff is great. Hands down the best. They are quick and fast.','2019-11-14 20:44:55.000000','251751275488925'),('2161474380840965',1,'This place is very clean, nice & friendly. From Ms. Hayleigh in the front to the smiling doctors in the back, they work quickly and efficiently to find the root of your problems. They have nice heated blankets to keep you comfortable and overall just a great attitude.','2018-07-09 19:34:46.000000','1609539722669429'),('2162762230608003',1,'Outstanding professionals, attentiveness and quick to address my issues. Highly recommend!','2018-09-13 23:30:37.000000','1698192877146046'),('2164314110551531',1,'The great service receptionist Cynthia was very welcoming','2019-01-28 18:51:41.000000','1765121397101399'),('216585489894962',1,'The staff is unbelievably friendly and super supportive, they’re only here to help the public and I would recommend 10/10','2020-11-10 05:09:52.000000','105589317817643'),('2167341200263058',1,'My nurse Kim was awesome! Tech Jair was caring, loved their understanding and care!! \n\nFront desk girls Maria and Sita were so kind and explained everything to me about my insurance... great service','2019-04-11 00:56:17.000000','596022027480375'),('216757766314877',1,'Erica\'s the best nurse ever!!ā¤','2020-04-06 22:31:13.000000','237100240304186'),('2169586456492943',1,'muy buena atención\ny rĆ”pido servicio','2019-06-13 03:58:56.000000','1609539722669429'),('2170163383074907',1,'Hands down one of the best ER clinics anywhere. Everyone that has helped us today has been nothing short of outstanding! We had no wait, we checked in and we’re called back before I could finish filling out the paperwork. I would recommend anyone to come here when they need professional medical care!! And thank you Cat for making my daughter feel comfortable.','2019-04-24 00:45:26.000000','251751275488925'),('2171892369593849',1,'The nurse Manny and all the staff there was great. Very attentive. Thank you.','2019-06-09 23:02:21.000000','237100240304186'),('217398372771515',1,'MarĆ­a G was Awesome! šŸ’ÆšŸ™ŒšŸ¼ šŸ’™','2020-02-24 23:12:05.000000','237100240304186'),('2174852152555904',1,'Staff was friendly and competent. They took good care of me while I was there. I was kept well informed of what was occuring and what the next step was. Doctor took the time to listen to what I had to say. \n\nI will definitely go back if I ever have a need for their services again.','2017-06-24 18:47:30.000000','544778295636544'),('2175280119436447',1,'Great service and very good doctors that exam you quickly. They got me what I needed in record time! Highly recommended.','2019-06-27 18:01:54.000000','1648645701907657'),('2178835585499304',1,'Went for a work related injury and was treated VERY quick. Staff was super nice and accommodating. Thank you to Dr. Appiah, Kat, Jessica, Luisa!!!','2019-05-29 05:48:38.000000','167959367441528'),('217999795798736',1,'best ER in paris always fast friendly and most of all very thorough in diagnosing your medical problem','2019-01-02 15:47:15.000000','299216637560955'),('2182817358421587',1,'Wonderful fast and friendly from check in to checkout . Staff took great care of me they were so attentive they explained ever detail as they were working to help me feel better best ER experience ever in midland . Would definitely recommend this place to everyone! Thank you so much to Er tech -Cory , Nurse Jose, Cory ,Radiology Tech- Allison and Dr .Datta for the wonderful care!','2019-06-10 03:30:29.000000','596022027480375'),('2183367915025581',1,'Signature Urgent Care offers impeccable service to your medical needs. My recent visit was for my broken foot. Dr. Grimblatas, Eda, Rebecca and the receptionist were great. I did not spend 8 or 9 hours there like I possibly would have spent at a hospital facility. I highly recommend this facility for your medical emegencies. Thank you Signature Urgent Care.','2017-06-12 14:43:49.000000','544778295636544'),('218352442461072',1,'During stressful times it’s always great to wonderful staff members to help ease the situation... Jennifer Diggs has been awesome!!! Bout to go in the back and check in on the family member I’m here with now.','2019-07-14 21:37:40.000000','299216637560955'),('2183930204963628',1,'Excellent environment, friendly staff and wait time is very short!!','2019-02-27 15:05:50.000000','299216637560955'),('2184510001625437',1,'Amazing and super sweet staff. Got me in and out of there quick.','2019-03-13 21:50:23.000000','251751275488925'),('2185525535057747',1,'Yes I recommend signaturecare, the staff is nice and friendly you get in out no wait time, I would tell everyone to go there they are really a great emergency room!!!','2018-11-14 17:48:36.000000','299216637560955'),('2186878374702858',1,'Absolutely love this place! I have had to go more than once for either myself or my kids and everytime I have had the same experience. As soon as you walk through the door Ashley & Jennifer both are very welcoming & caring professionals! I highly recommend this facility!','2019-01-10 03:56:48.000000','299216637560955'),('2188271351220866',1,'Came into town for a wedding, ended up at SignatureCare for back pain. They took excellent care of me','2019-05-29 15:06:28.000000','251751275488925'),('2189781561349106',1,'Had to take my 5 year old in today for some stitches. Everyone was awesome. They took great care of him and made him feel so comfortable. Thank you for all you do.','2016-11-13 05:40:06.000000','1609539722669429'),('2190220521207290',1,'I\'ve been here a couple times each time the people are very professional very nice and courteous they make you feel at home and they do excellent care and there\'s not a lot of waiting thanks glory be to God peace','2018-07-18 18:56:41.000000','544778295636544'),('2191767000873889',1,'Keera is awesome and so nice. They helped my friend so fast when she was having chest pain, got her back before she even filled out her medical history. I have had several friends come here and all have had great experiences !','2019-02-08 01:23:29.000000','326347177710316'),('2192146101112652',1,'Today I went in to SignatureCare emergency and had the best staff. They attended to my problem quickly and kept me comfortable while I waited and when I was in the room too. Those hot blankets are awesome.. The best care I\'ve ever had..','2017-02-15 00:40:41.000000','544778295636544'),('2192758307652862',1,'Came in for my son\'s check up and we didn\'t have to wait in line. He was seen right away. All the staff are friendly and courteous.','2017-08-23 02:03:17.000000','544778295636544'),('2193349954295860',1,'The best ER I have honestly ever been to.','2019-10-28 14:43:33.000000','1698192877146046'),('2193704357618681',1,'It was the best care I ever had, they were very courteous professional and had a great bedside manners if we ever need care again that\'s the place we\'re going. Thank you Nurse Joseph, Nurse Leah and Dr. A....','2017-06-21 14:00:10.000000','1609539722669429'),('2194482927250285',1,'Thank you guys you were great .','2018-12-04 01:47:29.000000','235046800697531'),('2195910737337074',1,'We had a wonderful experience Dr Wang our doctor Rollie Natalia and Stephanie did an outstanding job. No waiting in line and we were able to see the doctor right away. Thank you so much','2019-03-25 02:15:49.000000','544778295636544'),('2196853117010122',1,'Fast and friendly great staff from front desk to doctor and nurses to check out made sure all questions were answered definitely recommended','2018-02-09 21:32:58.000000','544778295636544'),('2197168113933840',1,'I highly recommend everyone with emergency illness to be treated and seen at signatureCare Emergency center. Nurses and doctors showed great care and hospitality. I was very satisfied with my care.','2019-02-21 08:52:50.000000','251751275488925'),('2197430010495678',1,'Service is always quick and they always make me feel comfortable!! The registrar, Dalecia is so nice and friendly. Blake was my nurse and he made me feel comfortable as well. Overall my experience was great!!!','2018-11-16 17:45:50.000000','1648645701907657'),('2197948406940435',1,'It\'s the second time I come here for throat issues... and I love the they get me better before leaving... thanks to the staff Dr. Osiecki for getting me better!!!! And to the nurse Manny G. for all the helpful tips!!!!','2019-06-08 16:35:27.000000','237100240304186'),('2200813860228767',1,'Luisa was very friendly and welcoming, everyone made my son made feel very comfortable thank you so much, definitely recommend!!!','2019-04-03 03:28:04.000000','167959367441528'),('2201037686620369',1,'I had a wonderful experience! Natasha, Amy,Kelvin, and Dr.Paul were friendly and so welcoming. Definitely worth the drive from Georgetown. I will recommend you all to everyone.','2019-02-11 15:11:31.000000','251751275488925'),('2201104116636101',1,'Dr Paul ,Susie Ashley and Jennifer was very helpful and amazinG made my time there very comfortable. They all were so nice and explained everything very good. They made sure I was comfortable.','2019-04-26 21:31:34.000000','299216637560955'),('220186416391186',1,'The staff is AWESOME they make sure we know everything they are doing in a speedy fashion mandi and morgan are awesome','2020-12-15 21:21:18.000000','235046800697531'),('2202340543110058',1,'Was pretty fast. Everyone was really nice. Very informative and patient with me.','2018-11-25 02:32:47.000000','544778295636544'),('2203242969820689',1,'Excellent service from every associate work in Signature care Stafford','2020-11-28 14:50:15.000000','1787364321589026'),('2206743039589065',1,'Very clean,very quick,pleasant staff,excellent care and very good','2019-02-11 01:47:48.000000','544778295636544'),('2207701612614082',1,'This is the first time I visited the signaturecare emergency and the staff was great. I came in and was taken to a room with in Minutes and seen the doctor. Everyone was so nice and helpful and the nurse Ian was very and made me feel comfortable.','2019-02-11 21:49:41.000000','326347177710316'),('2208441779388276',1,'Really did not even realize that this place existed until my son came home from college for Thanksgiving and I saw that his ear and side of his face was about to burst. I took him to Walgreen\'s clinic, but they were booked so I drop down Ella to find another Walgreen\'s clinic and stumbled upon this place. The best ER care my son could have ever had. Everyone from the Registration, to the Tech, to the Nurse, to the attending Doctor were very attentive care takers. My son\'s problem was diagnosed quickly and medication was administered for right away. My son required a CT scan of his face and because they have most of the equipment right there in their facility, that was taken care of right away. Thank you Signature Care for your attention to detail and excellent care of my son.','2017-11-26 17:57:17.000000','544778295636544'),('2208955965841528',1,'Today was my first visit. The service was excellent . From the great the administration to the doctor. Doctor Soli provided excellent service. I will definitely recommend this place','2016-07-12 03:58:15.000000','544778295636544'),('2209804135995385',1,'This clinic was quick, clean, and professional. They even had snacks! Dr. Siddiqui, Leslie, Churiah, Gina, Olivia, and Jaqueline all made this experience worthwhile. I will come back here for any emergency needs.','2019-12-17 18:23:20.000000','1608991329419166'),('2209944302454783',1,'Ashley B at the front desk is the best so friendly and quick!','2019-05-20 00:37:46.000000','299216637560955'),('2210999925588118',1,'Outstanding Service! No wait time, Knowledgeable Staff and Doctors, Very Clean! WOW','2019-02-23 04:15:21.000000','1787364321589026'),('2212505348763544',1,'Ellen R was so amazing thank you for caring for my mother and making her comfortable','2018-08-05 03:10:36.000000','544778295636544'),('2212821422113546',1,'Such sweet nurses and doctors. I had the pleasure of being seen by Dr. Katy, nurse Robert, the tech Ellen and the X-ray tech Fatima. I came in so terrified of why I was feeling so dizzy and short of breath. They helped keep me calm and answered every single one of my questions. I usually go to the one on tc jester but I had to be here since I was on this side of town. Signature care, no matter where you go takes such good care of there patients. Would recommend to everyone.','2019-01-13 08:38:32.000000','461782867645453'),('221403172785019',1,'very friendly an caring fast results and amazing staff would definitely recommend these guys there names are J Harrison. Brandi Wilson. Kelli. Morgan . chloe. Albania. andrea. Josh Christie Megan Kim sam','2020-12-18 16:50:20.000000','235046800697531'),('2218714598140961',1,'Excellent service with Kim & Jacob!','2018-11-29 20:33:44.000000','326347177710316'),('2219007418148068',1,'The staff was great and the service was prompt and thorough. Dr. Patel, Corey and Matt were great and patient while working on a very frustrated and scared two year old. They also took their time with two worried parents to explain and even re-explain our options. Glad we came to Signature Care tonight!','2019-06-11 04:38:51.000000','596022027480375'),('2219791094832171',1,'Great customer service!! Very quick and efficient. \nKiara and Kim were very helpful with all my needs!! Will def use them again.','2020-11-28 21:22:00.000000','299216637560955'),('2219945694726232',1,'great customer service an greattt6ttt staff','2019-06-14 03:32:43.000000','167959367441528'),('2220120141341579',1,'Friendly and attentive to the patients need. Best place to go! Totally recommend!','2019-01-16 04:10:25.000000','544778295636544'),('2220505301606332',1,NULL,'2016-10-24 03:20:46.000000','1609539722669429'),('2220650868256444',1,'The Staff was very nice and i did not have to wait long at all to see the doctor. I stayed over night for observation and they made mw feel at home while doing the tests.','2019-01-09 15:51:52.000000','544778295636544'),('2222454011154641',1,'Listen, when I tell you I wanted to smash my face into a cement wall. That’s how excruciating my TOOTH pain was. I even told my friend to punch me to try and channel the pain from my tooth to the black eye I might have gotten. But of course he didn’t want to, coward. So he suggested to go to Signature Care. I had no other choice. And believe me when I say everyone I interacted with. From the front desk, Ms. Angela to my doctor, Doctor Henderson. And the LOVELYYYY nurse Ms. Kat. I was seen in no longer then 10 minutes, they assed the issue and proceeded in a timely manner thank you SignatureCare!!','2019-04-16 03:10:20.000000','251751275488925'),('2222692478039508',1,'The entire team was great! \nThanks Irving, sherwin, Thelma, Carly and Dr. Lim','2020-02-12 05:11:40.000000','829264323932850'),('2223639174394554',1,'This has been one of the best experiences I have had. The staff is all friendly and nice. The nurse and dr both listened to my concerns throughly and they explained everything in such a great way!','2019-06-05 23:08:34.000000','596022027480375'),('2223786067856049',1,'excellet service I recommend this place I took my son with his broken finger and my daughter with tonsillitis. Thank you','2016-10-26 03:37:26.000000','544778295636544'),('2224680634499340',1,'got here with so much pain they fixed me up qwick there service is awsome great people actually care manuel erica and marquez got down to bussiness aske for them but they are all good there i will definitely recommend and send and keep going there','2019-12-05 15:45:38.000000','237100240304186'),('2225987637434500',1,'Everyone was wonderful including the receptionist, the nurses- Austin and I did not get the other nurse’s name but she was wonderful, and physician-Dr. Jorden. We had zero wait time, signed in and were taken to a room immediately where the doctor and 2 nurses were waiting on us. My daughter received exceptional care. I highly recommend Signature Care.','2018-12-06 03:48:47.000000','299216637560955'),('2227338350664708',1,'what an amazing place! Dr Jones, Kat and Natasha is the nicest most courteous medical personnel we have ever dealt with.','2019-04-30 23:48:40.000000','251751275488925'),('2227601234052327',1,'Jessica Aaron Ryan and Cynthia and dr Smith were amazing','2020-01-16 15:29:51.000000','1765121397101399'),('2228687650736068',1,'Excellent service,kind, friendly and professional staff\nKat\nAaron\nSavanna\nAnd Miss Chastity\nMade it was all relaxing.fast, and fun great experience overall best Dr visit ever šŸ‘šŸ‘šŸ‘šŸ‘','2019-01-17 13:51:51.000000','596022027480375'),('2229279480710724',1,'This facility is awesome. I received help within 5 minutes of arriving. Dr. cavazos and Alvean were really nice and were very attentive to my needs. Highly recommend!','2020-02-12 14:31:12.000000','167959367441528'),('2229524777084052',1,'The staff got me in so quickly and they were all so kind and caring. The staff included: Sita-registration, ER Tech- William, Nurses- Jose and Corey, Radiology Tech-Allison and Dr. Huerta.\nI appreciate the knowledge and efficiency of all the staff','2019-06-09 17:40:27.000000','596022027480375'),('2229611423759232',1,'We had a great experience with our visit at SignatureCare. Our nurse Lisa was so friendly thank you for your service','2019-06-06 03:19:36.000000','596022027480375'),('2230038853776823',1,'Amazing place to go wen in need of help Cindy super helpful and nice','2019-06-07 02:43:38.000000','544778295636544'),('2231601786933498',1,'The staff was very kind and generous, the nurse, Manny, was friendly and outgoing. He brought smiles to my face when i needed them the most. The physician was very thorough and well knowledgeable. I appreciated there helpful efforts in getting back to feeling myself again. Would DEFINITELY recommend. They are quick, responsive, through, kind, and very friendly. They made my stay feel warm and welcoming.','2019-05-13 20:57:43.000000','544778295636544'),('2233084526951199',1,'we had a very welcoming experience the staff was great . our whole visit was made as pleasant as possible . we were greeted as soon as we walked in the door by Robin who immediately helped us and had us with a nurse in no time.. Billy was very patient and understanding with our sons fesr of the dr and they were very kid friendly . Courtney also was very patient and sweet with dax during the chest xray. she did not try to rush through it and tried to make it as pleasant as possible.. the whole visit was veey satisfying . we will definantely be coming back for any future visits . !','2019-01-22 04:59:39.000000','299216637560955'),('2233358443386418',1,'Great ,Fast service. Everything is fine and Kim, Andrew,David, Lisa, and Alisha, took great care of Josh Hargrove. Got dehydrated at work and wasn\'t feeling well. Glad it was nothing serious. and thank you to Dr. Huerta','2019-06-29 05:32:32.000000','596022027480375'),('2235081420126310',1,'SERVICE HERE WAS GREAT I LOVE COMING.MY NURSE CHRIS C WAS AMAZING. I RECOMMEND THIS PLACE IF YOU WANT GREAT SERVICE.','2020-03-01 14:20:48.000000','1609539722669429'),('2236212743355875',1,'awesome care from all of the staff. \ndoctor very thorough and concern. manny the nurse was great, pate and shanna also😁','2019-07-08 21:30:50.000000','237100240304186'),('2236678756606094',1,'Everything was wonderful....receptionist preethy was very friendly....','2017-02-05 21:25:48.000000','544778295636544'),('2239822336066842',1,'best place to go great staff and very friendly vibes corey Allison and Jose took great care of me I will be back','2019-06-10 02:42:22.000000','596022027480375'),('2240873142867839',1,'I absolutely like this emergency room I never went to one that was so fast and friendly thanks Dr.Jones and his staff Linda,Kara and helen','2019-01-17 00:42:18.000000','235046800697531'),('2240902122671753',1,'Fantastic experience highly recommended!! Very comfortable and pleasant place with great friendly atmosphere Theresa RN, Dr.miler,Randi Radiology,Marcus Radiology, Manny RN, Pete tech. Has done a great job today helping me get myself back to 100%','2019-07-25 01:35:36.000000','544778295636544'),('2241661419205171',1,'Dr.Ding was a good doctor!!! Nurse Chris and Amy was at the front desk! Was a good stuff!','2019-04-27 15:49:25.000000','1609539722669429'),('2242511262691620',1,'Kim, Linda,Kara,Sherri, Christie,Luke, Dr Yost were the best in Texarkana that I’ve ever seen!!!!! Anyone would be crazy to go somewhere else! We will forever be patients of signature care!!!!','2019-01-09 21:04:51.000000','235046800697531'),('2245310998836052',1,'Thank you for all your help Keera.','2019-01-18 01:20:26.000000','326347177710316'),('224640498655651',1,'El senor Harjai la enfermera dana y Amy son incredible muchas gracias','2020-03-20 13:38:11.000000','167959367441528'),('2246429148946560',1,'SignatureCare was so quick go get me in for a cut that I couldn’t get to stop bleeding. They were so sweet and got me in and out very quickly.','2018-10-19 01:41:25.000000','326347177710316'),('2246776388670490',1,'I would give 6-stars if I could...\nI had to go to this place twice within the last week, once for my GF with a several case of dehydration (on a Sunday at 9:30 AM) and I for some acute pain in my left knee (last night around midnight).\n1) and foremost: NO WAIT. My GF has to wait less than 5 minutes before been installed in the exam room, I didn\'t even have time to complete the paperworks...\n2) The Doctor is the one who examines you. Sure, the Nurse take you vitals, hear you story, but the Doctor will be the one performing your examination, deciding (with you) the course of treatment and your options...\n3) They do not \"push\" for additional examination. We decided both with the Doctor of the relevance of an X-Ray in my case, which I agreed to have done, just for peace of mind.\n4) Within 30 minutes, in each case, we were admitted, examined, treatment decided and under way.\n5) Every Team member is smiling, extremely nice, joking with you if they feel it is something you will respond to.\n6) They keep asking you if you want a blanket, something to drink (Water, Coke, Gatorade, Coffee, Juice...) or a snack each time you are waiting a couple of minutes, during the whole process...\n7) They are open 24/7.\n8) The whole experience was comparable with a 5-stars hotel with a concierge service. Definitively the place I will be going back next time under similar circumstances.\n\nOne site note, though. They care considered as a \"hospital\" facility and therefore will charge your insurance Co-Pay for consultation in an Hospital Emergency Room (NOT an Urgent Care facility). But if you can afford it, it definitively worth the 4-hours wait at the Hospital ER...','2018-10-10 16:49:08.000000','1765121397101399'),('2247131262281485',1,'From the receptionist , to the nurses and doctor , the service was amazing ,efficient , and polite . I got in and got out and they made sure I was comfortable the entire time .','2019-05-02 17:12:26.000000','299216637560955'),('2247135948631083',1,'This place is awesome! The staff is very courteous and bedside manner is top notch. My husband and I agree that we\'ll be coming here for all future emergencies.','2017-06-13 10:26:48.000000','544778295636544'),('2247560088881221',1,'I had heard some not so good experience about minor emergency care from other people so was skeptical. \n\nI took a chance to use signature care because could not make it in to see my primary and the pain on my leg was unbearable. \n\nI was greeted upon arrival and my overall visit was comfortable with the intake process and a sincere concern for my health.\n\nDr Rose was exceptional in diagnosis and bed side manner. Christine, Linda, Earl and Chelsea were all tech savvy and friendly not to forget the follow up phone call was super.\n\nYou have exceeded my expectations and rate you 5 stars service. Thanks a bunch.','2020-01-29 18:32:51.000000','1698192877146046'),('2248546938732725',1,'Very kind answered all my question made sure I left with every information I needed I didnt have to wait long to see a dr. Great staff!','2016-10-30 16:01:53.000000','1765121397101399'),('2249145391837114',1,'I would highly recommend this place! Never a long wait, friendly staff, and good conversations. Anthony, RN is super sweet and Dr. Kimball is fantastic.','2019-05-10 04:10:28.000000','326347177710316'),('2249509608621238',1,'I have visited this emergency room and it was amazing! The facility was super clean and they tended to me with the best attitude. Thank you SignatureCare !','2018-08-02 20:44:56.000000','1608991329419166'),('2250743641852285',1,'My husband had such a great, fast visit here thanks to Robin Bratcher and staff. 😊','2019-02-18 02:26:58.000000','299216637560955'),('225414592231924',1,'Dr. Daniels, Gracie and Amy treated my girlfriend phenomenal and i will always return here','2020-04-23 00:47:15.000000','167959367441528'),('2255037734716748',1,'I myself had to use them twice with great results. Both my sons and my husband have had to use them as well. The quick service, friendly staff and over all experience has been great. If your self pay like my boys they give you the amounts up front. Would recommend them to everybody. Thanks Signature Care','2019-06-26 16:18:19.000000','596022027480375'),('2255947864522104',1,'I came in with a kidney infection. I was quickly in a room and being taken care of. I was admitted overnight for iv antibiotics. The staff and doctors were really friendly, this place is way better than going to the er','2019-06-20 12:45:33.000000','596022027480375'),('2257427671017601',1,'You guys I hate to wait for hours at a hospital I do but this place here was quick in n out the receptionist jasmine was very nice n Dr O , Malley was great thank you guys ...','2019-05-14 21:59:53.000000','167959367441528'),('2258062290981965',1,'Amazing service. From the time I went into the ER till the of getting discharged. Dr. Ding answered all my questions in detail. Almost no wait time. Would totally recommend!','2019-06-13 04:00:56.000000','1609539722669429'),('2258718844197873',1,'All the people that took care of me on my visit have been very nice and were making sure that I was okay or if I needed anything. They made me feel completely comfortable.','2019-07-28 00:29:41.000000','544778295636544'),('2258790537503141',1,'Very friendly and caring staff. Quickly attended as well.šŸ‘','2019-06-24 21:14:52.000000','326347177710316'),('2260683954233166',1,'Amy, y el Doctor Chum bien','2020-03-21 22:42:04.000000','167959367441528'),('2261160827338676',1,'My little boy had to go in tonight because he had a gash on his head from falling. I was immediately greeted and taken to a room. Gunner was very friendly and helped us to get settled. He checked on us several times throughout our visit. Dr. Yost was great. He was very personable and explained to me what was happening every step of the way. He did a great job of trying to make my little boy comfortable in an uncomfortable situation. His RN Lucas was fabulous, also. He was very kind and gentle to my little boy. He explained everything to me, without me asking— as I was on edge about my 2 year old having stitches. The entire staff was amazing, and you can tell they truly care about their patients. This is definitely our choice of emergency care.','2019-07-22 06:27:05.000000','235046800697531'),('2261819554035393',1,'wonderful service beautiful inside and staff i recommend','2019-06-14 19:24:29.000000','251751275488925'),('2264810083552874',1,'My visit here was great! Keera was a big help, thank you.','2019-01-18 01:19:29.000000','326347177710316'),('2265765490302802',1,'It was absolutely amazing, they offered me a warm blanket. I’ve never been to any place that does that. I’m coming back at least once a month.','2019-03-25 17:59:42.000000','299216637560955'),('2269993009678876',1,'Staff was amazing and very caring.','2018-12-04 17:08:15.000000','1787364321589026'),('2270540762988268',1,'I was a recent patient at this location. The whole staff Dr. Yusuf, Kristina, Quyen, and Mercy were all wonderful. I left feeling much better than when I arrived.','2018-10-22 19:01:28.000000','829264323932850'),('2271596969548754',1,'Excellent!! Anthony was Awesome!!','2018-09-12 01:17:57.000000','326347177710316'),('2271723179710433',1,'Just moved in the area and my daughter was feeling bad so I googled nearby emergency room and this popped up. The triage went smoothly and while we were placed in a room, the Dr came in real quick. They were very quick and professional and if I needed to do\nIt again I most definitely will. Also, the warm blankets are AMAZING!!!!! Thx team','2018-09-03 06:40:45.000000','1787364321589026'),('2272104056152449',1,'We are new to Houston and to satalite ERs. My husband being a terminal cancer patient we needed to find out how everything worked. On my way to work one day, I saw the ER on HWY 6 in Sugarland. I went on the Internet and investigated them. They work just like any attached ER. The insurance they take and don\'t take. I want the best for my husband. He often has problems that need immediate medical care. Well it happened on Wednesday night Thursday early morning. Very bad cramps in his leg. We thought he had a blood clot. Off we go to the ER. They came out and got him out of the car and brought him to the back. They check my insurance and had me fill out the forms. They did all kinds of tests ...Blood, cultures, Ultrasound, XRays. Leg was find. Just leg cramps. XRay showed pneumonia we didn\'t suspect. They took him to the Sugarland Methodist by ambulance. The only hiccups were his medicine wasn\'t put in correctly. Also neither the ER nor Sugarland Methodist are not connected to \"EPIC\" system. Which is part of MD Anderson and other Methodist DRs my husband uses. Hopefully it is in their near future.','2016-08-20 21:37:24.000000','544778295636544'),('2272595086089035',1,'I\'m a guy that hates going to the doctor and haven\'t been in years. I came down with the flu a few days ago and today my wife dragged me into SignatureCare and I can honestly say that my experience with amazing. Dr. Edwards, nurses Reed and Jesse, and the front desk reps Tiffany and Galmore made me feel comfortable from the moment I walked in and I really do appreciate that. They took top notch care of me and now have me on the right track to battling the flu in the best way possible as it runs its course. Thanks everyone, you are the real MVP\'S !!!','2017-04-20 07:06:43.000000','544778295636544'),('2274874352655909',1,'I love the staff & doctors here. I will never take my family anywhere else. Super clean facility, very comfortable. Thank y’all so much for everything','2020-09-29 03:31:12.000000','251751275488925'),('2275446782471259',1,'Great experience... we love that we walked in and were seen right away . \nEveryone was very nice \nDr Kotey\nNurse Monica\nNurse Rachel\nTech Ralph','2018-09-10 04:25:51.000000','544778295636544'),('2275857516076701',1,'this place is the best.little to know wait time friendly staff from the moment you walk in till you go. far faster than any place I\'ve seen and really care about ppl. this is the type of care that hospital ers should be providing but have fallen so dangerously far away from.','2019-07-17 06:13:42.000000','251751275488925'),('2279282485685396',1,'Everyone here was so friendly and helpful 10/10 recommend! :)','2018-12-03 11:28:09.000000','326347177710316'),('2279711822074952',1,'This place if great. Everyone was helpful','2019-05-20 10:55:42.000000','1765121397101399'),('228125925142753',1,'Doctor Yabarra took very good care of me and the sVery nice facility, nurse Katrina and ervice was quick. Also Ms. Therisa at the front desk was very helpful and nice as well.','2020-04-10 01:35:59.000000','1648645701907657'),('2281282282094471',1,'The visit here was amazing! The staff was perfect and helpful. The whole atmosphere was warm and welcoming. Personal thanks to nurse, Kat. šŸ¤—','2019-05-07 02:57:38.000000','251751275488925'),('2282141395419564',1,'Dr harjai, Nurse Alvean, and technician ThuyAn provided me with the great services. They were very clean and gentle with my injury. I would highly recommend seeing them for fast help!','2020-04-09 19:34:56.000000','167959367441528'),('2282292228533122',1,'very satisfied with the services always made sure I was ok if I needed anything would highly recommend this place','2019-06-24 16:40:29.000000','237100240304186'),('2282722585095861',1,'The service today was amazing and the staff gets a 10+ from me','2019-01-28 13:24:49.000000','1787364321589026'),('2282941215136535',1,'Thank you so much for your wonderful care. My fall scared me and I was so nervous. As a person with a physical disability, I was so impressed with the personal treatment I received.','2019-08-25 17:44:44.000000','829264323932850'),('2283161641998154',1,'I always treated with a lot of respect and was taken care of in good hands if I ever get sick again I know where to come !','2019-06-21 09:56:44.000000','596022027480375'),('2284230691845130',1,'Best emergent care around.','2019-03-31 19:28:42.000000','235046800697531'),('2284327204988304',1,'I LOVED the genuine hospitality that all of the staff members of the hospital gave me. All of them made sure that I was okay and safe. Also, the service wasn’t long. The test were done quick and easy. ā¤ļø','2019-05-22 07:31:51.000000','251751275488925'),('2285499228355983',1,'Very nice and clean place. Employees cared and interacted with me the whole time. Employees are very nice showed they cared about my wellbeing and always made sure I was comfortable. Very professional and fast service. Although I was in tremendous pain when I arrived, my experience with the Signature Care of Odessa was comforting and exceeded my expectations. \n\nAdded bonus: they have an excellent selection of snacks and drinks available to patients. \n\n10 stars! \nā­ļø ā­ļø ā­ļø ā­ļø ā­ļø','2019-11-04 22:22:05.000000','237100240304186'),('2286310674730909',1,'Dr. Boester and his staff are a BLESSING!! highly recommend, they really take care of their community.','2018-09-25 00:09:37.000000','1609539722669429'),('2288883324536798',1,'Great place!! Allison, Jose, and Corey took good care of me','2019-06-10 03:28:20.000000','596022027480375'),('2288948464505020',1,'Dr.Patel, Amy in registration and Bryan E. RN \nGreat care and fast!','2019-05-04 06:42:08.000000','1609539722669429'),('2288978351348544',1,'Great service. Friendly & efficient. Thanks Jenniffer Diggs.','2019-02-18 15:00:46.000000','299216637560955'),('228952798374050',1,'great service and friendly staff','2020-04-28 16:50:37.000000','167959367441528'),('2290260261269888',1,'La atención es muy buena el precio es accesible , el personal en general son muy atentos','2020-02-07 16:16:01.000000','1609539722669429'),('2290330141085856',1,'when I\'m away from home and I feel sick I come here they are so friendly. Lisa v was my nurse today she was nice and explained everything. I remember Andrew from last time he has a very personable demeanor.','2019-07-28 19:48:28.000000','596022027480375'),('2291270167551341',1,'Great place! Very friendly\n\nDefinitely recommend if you can’t make it to the doctor in time!','2018-12-04 20:24:51.000000','1787364321589026'),('2291274774318297',1,'Excellent service, free snacks and drinks, no wait time. Dr. O\'Malley, Ekaterini, Joshua, Melissa and Sean were all amazing','2019-09-21 01:40:45.000000','167959367441528'),('2291833620858119',1,'I was in at 8:30pm and believe it or not I was sitting in my car again at 9:00pm. Amazing . The staff was great from the security guard to the doctor. I was wowed.','2017-08-22 16:14:24.000000','1765121397101399'),('2293033180908086',1,'I visited the SignatureCare in Stafford yesterday morning, Dr. Tran and her staff were very personal and concearned about my well being. Dr. tran explain everything to me so IN could understand my condition and wanted the best options for me to get well.\nIt makes any kind of business have an excellent service when they truly care about you.','2018-12-28 14:30:45.000000','1787364321589026'),('2293907444059321',1,'This facility is amazing! Clean, quick, and thorough. I had gotten into a terrible accident and everyone was super understanding of how to deal with my situation. I will definitely come again. Someone even called a few days later to see if I was feeling better.','2019-05-29 04:42:09.000000','251751275488925'),('2294228130824526',1,'very fast,friendly and efficient. would recommend to anyone','2019-04-20 15:25:32.000000','1698192877146046'),('2294542254111761',1,'I absolutely have enjoyed my visit at signature care! They were so amazing from the check in to check out! I don’t believe I have ever been assisted so quickly in my life','2018-11-06 23:30:14.000000','326347177710316'),('2298613076881517',1,'mission bend location was amazing.. dr grinblatas and today staff was amazing. even tho my son was acting fine he didnt just send us on our way like most hospitals would. he listened to what we had to say and understood why we came in. the nurse was so nice and offered drinks and a snack. now my son is drinking more since the visit today and im so happy!','2019-06-22 22:34:01.000000','544778295636544'),('2298795566878636',1,'Manny, Delpha, Seduni, and Senaida. each and everyone of them are very helpful, took care of all my needs and answered all my questions and are super nice.','2019-06-20 04:45:21.000000','237100240304186'),('2299939720041959',1,'Was refered to the facility after seeing my primary care physician and was greeted at the front desk with the friendly smile and was taken back immediately my lab work was done on site staff listen to my concerns and explained everything that was happening also inform that I could stay as impatient at the facility. I highly recommend the facility to anyone that would need to go to a hospital and I give them 5 stars','2019-07-05 18:44:58.000000','1698192877146046'),('2301849643410256',1,'It was fantastic, clean and very nice bed side manners. Super quick and super comfortable. \n\nThank you especially to \nDoctor Rankin \nNurse Kat \nRadiologist Ferman \nUltrasound: Mrs. Yolanda \nAnd front desk Barbara \n\nThank y’all so much!!!','2019-07-31 02:27:21.000000','251751275488925'),('2303570926355124',1,'Dr. Ding was very informative as well as Chris my nurse and Amy worked wonders with my insurance. Thank you guys!','2019-04-27 13:35:45.000000','1609539722669429'),('2303648859761769',1,'friendly and attentive staff','2019-11-06 04:31:29.000000','251751275488925'),('2307138406007775',1,'Service was great, greeted with a smiling face when I walked in by Jessica S. She made me feel so wanted and she was so helpful! Thanks for the great care!!!','2019-08-02 06:49:04.000000','596022027480375'),('2307666506075309',1,'Great place to get covid testing done if you’re symptomatic. Alvean took great care of me and got the nose testing done as painless as possible.','2020-11-18 23:23:18.000000','167959367441528'),('2308247729214500',1,'My son got the care he needed in a very timely manner. Raven was very inviting and in less than 3 minutes the nurse Nichole took us to the back. Not long after Dr. Garcia was there to explain what was going on and how to fix it. I’m very satisfied','2019-06-12 14:21:59.000000','1787364321589026'),('2308851962494351',1,'Botester and Amy Great Service','2019-06-29 01:49:23.000000','1609539722669429'),('2310456879238340',1,'I went early yesterday morning for back and stomach pain. I had called that night and spoke with a nurse she listened to my issues about my pain and transfer me to the doctor on duty. So since my husband was tired and all, I said we can just go in the morning. Sadly to say at 4 am I was up getting ready,because the pain wouldn\'t let me sleep. We arrive and the security guard came outside to see if I needed a wheelchair. I told her no thank you, my legs still working so I must used them. She said Amen to that. Go in and told them what was wrong the nurse said yes you called last night I remember you. So filling out my paperwork they called me back quick. Dr Erica Evans was my doctor, Nurse Pamela Mcmullen, and Mrs. Sonia and Yamileika Gonzalez-Van Nest. Thanks SignatureCare','2017-08-06 16:14:02.000000','1787364321589026'),('2311419442214375',1,'This was a very pleasant experience even though the situation was a bit scary. Dr. Dang, Amy, and Barbara showed great professionalism and concern. I recommend this center to family and friends.','2019-05-19 10:31:52.000000','1608991329419166'),('2311881022175365',1,'Hayleigh was incredibly sweet and the staff here was wonderful. I been here in and out for an entire week, they know exactly what they are doing. I recommend anyone who needs medical attention to come here.','2018-09-05 00:17:00.000000','1609539722669429'),('2312553878795605',1,'They took such good care of my daughter with constant care and attention. Thank you so much!','2019-04-19 18:10:44.000000','544778295636544'),('2312594292108019',1,'Very knowledgeable medical staff. Fast and amazing customer service. Everyone is very friendly and polite. Will come back for future medical needs!','2019-02-06 23:45:45.000000','251751275488925'),('2313377425353514',1,'Excellent service the staff was wonderful','2019-01-28 00:27:44.000000','1609539722669429'),('2313875098699656',1,'Always have a great treatment and experience here at signature care emergency center','2019-06-11 17:16:34.000000','237100240304186'),('2314281422140807',1,'SignatureCare Emergency Center here in Paris is a quality facility with some of the most professional staff I’ve ever dealt with. As soon as I walked in the the door I was greeted by Robin with a wonderful smile. Then Courtney called my name, took me to my room and started the assessment on my symptoms, took my blood pressure, EKG, then blood draw. Then Billy finish up going over my symptoms, plus gave me some meds, then went over all the doctors orders before I was discharged. I’m telling you.. What a professional and quality group of people they have working there.','2019-02-18 04:53:45.000000','299216637560955'),('2316037678448382',1,'Dr. O’Malley, Nikaela, and Amy were pleasant to my girlfriend and I.','2019-03-11 09:39:09.000000','167959367441528'),('2316078391997118',1,'Friendly staff great team! Get seen pretty fast!','2019-06-13 02:54:57.000000','596022027480375'),('2316724541727118',1,'Everyone was helpful and made sure my son was taking care of. I highly recommend this place. Today the team that took care of my son was Jose, Amanda, Allison, Andrew & Dr Chambers.','2019-05-13 03:07:31.000000','596022027480375'),('2318021685007881',1,'Chelsey and Clay were amazing. Scheduling an appointment online was so easy and I was in and out in no time.','2020-10-12 18:18:25.000000','1698192877146046'),('2319966614970059',1,'The best service. They all attended me very well. \nI highly recommend coming here.','2020-05-01 00:57:37.000000','104213804456471'),('2321710238146520',1,'Definitely treat everyone like family from Angela at the front, Ashley and Michelle in the back, and Dr Hasegawa! Not my first time here and the care is always the same, top notch!','2019-06-16 06:04:32.000000','251751275488925'),('2322760138015217',1,'from registration with maya to my rad tech Mayra to my nurses Stephanie/Lara an my er tech scott an my dr singla they were awsome from start to finish so good I had to make sure I did the review while I was here so I wouldn\'t forget. from filling out paper work to being poked an getting a pelvic exam they were amazing an I\'d recommend anyone needing emergency help coming g here an they\'re very clean an friendly might I add.','2020-03-11 18:15:06.000000','829264323932850'),('2324563277759958',1,'The staff was really helpful and free snacks the dr i had was super nice','2019-06-26 18:55:31.000000','596022027480375'),('232688797384359',1,'This is the greatest place in H-Town health care. Get you a team like this. Hayleigh is the smiling face and warm heart that greets you. She shows you what your experience will be like before you are seen. Great place to take your kids.','2018-07-09 19:28:40.000000','1609539722669429'),('2327327820843093',1,'Lisa V and the entire staff were great and helpful!','2019-07-29 18:00:58.000000','596022027480375'),('232760497933745',1,'Everything is great! Everyone was great! Listened to our problems and brought us water. Very kind and professional! Made my little girl feel safe and that’s the most important thing to me. Thank you!','2020-04-23 02:05:29.000000','251751275488925'),('2329127933792489',1,'Registration: Sita\nER Tech: Matt\nNurse: Kim, Kristina\nRadiology: Ahui\nDr. Huerta\n\nFirst time coming to a urgent care The staff made the experience a breeze. Easy to fill out paperwork. I give them 5ā­ļøā­ļøā­ļøā­ļøā­ļø for all they have done for me. Thank you all','2019-06-13 02:42:23.000000','596022027480375'),('2329209327117775',1,'Wonderful experience, wonderful staff.\nAndrew and Derek were the best.\nAnd of course ms. Kim, was on it. \nMade sure I was comfortable and ok.\nDr. Appiah thanks for the fast service I was in and out.','2019-06-28 01:30:20.000000','596022027480375'),('233017541715898',1,'I had a great experience today at signature care, Keily at registration got me in and back quick! She made sure everything was a breeze!','2021-01-19 18:44:39.000000','299216637560955'),('233099524531076',1,'Thank you singnature care\nDr.LiNGAN\nNURSE CHRISTINA R.\nReadiology Tina K.\nSHAUNDA H.\nChristine A','2020-03-06 16:55:12.000000','544778295636544'),('2331149453645855',0,'Good care, yes, but BAD INFORMATION!!\nAfter triple checking I wasn’t going to have a HUGE bill for the services I needed and assured that they were in network with my insurance company (after taking my card and checking it). I’m now facing a $2200 bill. The receptionist produced a yellow chart and said it would likely be billed at $200-500 for the nature of my visit. I asked a lot of questions for which I apologized for in advance because I could not risk something like this happening - I was reassured that this wouldn’t be the case and I am absolutely horrified to see how much I have been billed and that zero is being covered. Furious and upset to have been told repeatedly this would not happen. Apparently it could have been ā€˜the new girl’ but that it no help at all.','2019-07-23 01:53:09.000000','251751275488925'),('2331417083803711',1,'This is the best hospital EVER! All of the staff here are excellent. Thank you Amy for holding down the front desk. You are awesome. Dr. Ding and nurse Chris thank you for your loving care.','2019-04-27 17:29:18.000000','1609539722669429'),('2331965080149247',1,'They are very professional and courteous and didn’t have to wait long at all! Took more time to do the paperwork then to get in and see the Doctor. Recommend them highly!','2019-01-24 19:27:15.000000','596022027480375'),('2332498733467208',1,'when I walked in the staff hreetes me with Beautiful smiles and helped me fill out my paperwork . the nurse susie was very nice and very concerned about my well being ; they got me in fast and I would reccomend them to anyone','2019-04-27 00:05:40.000000','299216637560955'),('2332509903675311',1,'The RN Anthony and Dr Jaber were very helpful and professional. Made me feel at ease. I would recommend anyone to come here.','2019-08-10 20:09:23.000000','326347177710316'),('2332764996944227',1,'Staff was very helpful and polite, had a great experience with Patricia Alvean. Would recommend :))','2020-02-08 20:53:16.000000','167959367441528'),('2332983433389689',1,'Our visit was fast and friendly, loved our nurse Teresa. Will be referring the facility to family and friends.','2019-05-21 01:37:21.000000','237100240304186'),('2333691160007225',1,'Dr. Wren was so sweet and informative, Chih explained the process, and Amy was so sweet!','2019-04-21 05:43:49.000000','1608991329419166'),('2334209226606242',1,'Front desk was friendly Nurse was very helpful doctor was','2018-05-29 11:55:37.000000','544778295636544'),('2334259376614440',1,'Blankets anyone? Lol, Staff was awesome! Dr. Levitt, RN Meredith, tech Ricardo, Rad Bryan, Rec Tatiana. These guys and gals made me feel welcome and were prompt. I dislike ERs but i would purposely get sick to come visit these guys. Jk, but if your wondering should you come to this location. Yes, you will leave with a smile out the door. Thank you to everyone there!!!','2018-08-18 03:41:14.000000','1609539722669429'),('2334472453472295',1,'Always professional, friendly, clean, quick and reasonably priced. šŸ™‚ā™„ļø','2019-06-27 04:02:44.000000','1609539722669429'),('233471891388400',1,'Dee was really nice and patient in my time of need. She is a true gem.','2020-03-17 13:12:59.000000','1608991329419166'),('2336417109989236',1,'Excellentfffffgfggg šŸ‘ŒšŸ‘ŒšŸ‘šŸ˜€šŸ‘šŸ‘ŒšŸ‘šŸ˜€','2020-01-13 10:58:52.000000','1787364321589026'),('233760187844797',1,'Lisa V and Dr did an awesome job taking care of me. Definitely recommend!','2020-04-30 18:16:21.000000','596022027480375'),('2338741916177507',1,'I went to my GP with possible appendicitis. It was going to take 1-2 weeks to have the scan done. I immediately went to Signature Care in Odessa and with 1hr I had a ct scan. They kept me overnight to watch me. From Dr Huerta and Dr. Vaagenes and to all the nurses, Mackalie, Adrianna, Maria,Jolynn, Manny Bethany and Magali, thank you for the wonderful care and attention I received. 5 + stars. Thank you all so much!!!','2019-04-04 17:55:23.000000','237100240304186'),('2340330359343933',1,'I have had the best experience with Dr. Fausto, Dr. Vakey, Lorena at the front, and with Jacob and Morgan as my nurse and Rad. tech. They have been so kind and thorough all morning. I am so glad I chose this ER and should I have any other emergency pop up I know where I’ll be headed!','2019-06-29 14:03:32.000000','326347177710316'),('2341217859293577',1,'Quick, friendly staff and doctors. Highly recommend if need treatment immediately','2019-07-29 23:59:15.000000','1765121397101399'),('2341778039206691',1,'Fast and friendly! Ms Konya and me Jereyia were friendly and made the process go by quick and every talkative (in a good way!) Dr Paul was great and very knowledgeable.','2019-02-14 19:53:59.000000','251751275488925'),('2343628649052834',1,'Kim was awesome and took great care of us!','2019-08-18 03:10:54.000000','596022027480375'),('2343846299076322',1,'Very clean facility staff is very friendly Dr.Dang was very informative.. Kat S. the rn was very sweet and helpful.. the radiologist Kat K. was fabulous as well very sweet and friendly .. Amy at the front desk was very sweet I loved my experience here thank you so much','2019-09-12 04:58:12.000000','167959367441528'),('2344586145561991',1,'Sweet, friendly staff! Dr. Jorden & nurses are very welcoming. Would definitely recommend! Thank you for taking great care of me! 🄰','2019-05-17 03:18:22.000000','299216637560955'),('2345148565504852',1,'The staff is always very friendly. Thank you to the Nourian','2019-02-24 23:23:47.000000','1608991329419166'),('2345208825546242',1,'Brought my daughter in today and the staff went over and beyond to make sure my daughter was well taken care and did every test to find out what was going on with her. Everyone did AMAZING!! \nHighly Recommended!!','2019-05-28 21:44:51.000000','237100240304186'),('2345566765505504',1,'Staff from doctor, nurse, & receptionist was nothing but amazing, so glad I came here. Wait was also very short & they assessed my problem right away & even gave me a warm blanket that already made me feel 10x better','2019-05-17 06:56:39.000000','596022027480375'),('2347986155296211',1,'excellent excellent !! Sita , Kim, Allison , Dr Diaz','2019-08-07 05:53:10.000000','596022027480375'),('2348368031930621',1,'A very special THANK YOU to Norma, Churiah, Ke’Aire, and Dr. Yusuf!! From admitting to releasing dates, everyone was absolutely professional and had amazing bedside manners. If I ever need to return to an emergency center, there is no other place I would rather go. A most special thank you to Miss Norma and her beautiful smile!','2020-02-09 18:39:38.000000','1608991329419166'),('2348392518612327',1,'they were fast at admitting and all the tests that needed to be done. our nurse, radiology tech, and doctor were awesome and explained everything well.','2019-08-19 05:03:42.000000','596022027480375'),('2348465311880613',1,'Amazing staff, doctor Yusuf was very helpful with any concerns I had also Agnes and Amy were so nice and the whole process was quick. Hugely recommend this place for any emergencies.','2019-05-27 00:49:35.000000','1608991329419166'),('2349818285082319',1,'Staff Cindy C is very welcoming and patient! The medical staff is very patient and caring! No wait with great care! Every time my daughter needs care they are always welcoming and willing to assist! Great attitudes and clean environment!','2019-06-06 01:07:53.000000','461782867645453'),('2350467105099160',1,'Lo atienden muy bien desde que llegas son muy profesionales se los recomiendo','2020-11-04 03:42:05.000000','544778295636544'),('2350819111628702',1,'The staff Amy Agnes Rn and Dr Faig are simply amaging. Simply amazing. I will always come here.','2019-05-05 02:47:19.000000','544778295636544'),('2351059888315852',1,'Fast and expert service. Not crowded, whole process took about an hour. Nancy, Manny, Meghan W, Ben and Dr. Plant were all efficient and as courteous as could be.','2019-07-15 01:49:13.000000','237100240304186'),('2353096274788212',1,'Yes everyone was extremely nice! And there was barely any wait!','2019-10-10 18:11:11.000000','167959367441528'),('2353474718049644',1,'Amazing staff and always making sure your comfortable','2019-03-15 17:51:09.000000','251751275488925'),('2355520618046404',1,'everything was good. thank you Ekaterini S, Marcus B, and Luisa R','2019-10-13 03:03:24.000000','167959367441528'),('2355881487836722',1,'Great experience! Thank you Allison and Kim for helping me.','2019-08-21 05:21:49.000000','596022027480375'),('2358042957654415',1,'I would definitely go to this location if I need any help. Friendly people and great service. \nDr. Appiah \nJanis W. (nurse) \nTricia B (radiology) \nElida Jasmine (registration','2019-10-17 23:35:02.000000','167959367441528'),('2358590464252583',1,'We brought my 6 year old in with a bad cut off hat needed stitches. We had the best care we’ve ever had! Kara, Gunner, and Dr. Ashbrooks were absolutely amazing!! The environment is so nice and inviting! I love it and we will be coming here from now on!!','2019-11-01 23:10:40.000000','235046800697531'),('2359259407670012',1,'SignatureCare has never let me down! They\'ve been Professional ,Consistent,and also friendly!','2019-09-30 04:18:23.000000','235046800697531'),('2359384330834637',1,'I was seen immediately! Luke took his time and made me feel comfortable and get to know me! The rest of the staff Kim Davidson and Kim Domanski did the same! Thank you for making me comfortable while I wasn\'t feeling myself! Its hard to find that today!','2020-02-03 17:15:45.000000','235046800697531'),('2361122524110138',1,'Kristina was the Best nurse, you will get great care here!','2020-01-09 16:36:03.000000','829264323932850'),('2361669110753315',1,'Atended my daughter fast and nice \nKat s, kat k, dr dang','2019-09-12 05:04:05.000000','167959367441528'),('2361918517201825',1,'BEST CARE IN ODESSA VERY FRIENDLY STAFF N GOOD DR VERY ATTENTIVE N CARING','2019-05-20 23:53:08.000000','237100240304186'),('2362060297165113',1,'Excellent staff. Genuinely care about you. Thank you Dr.Pham, Nurse Dawn, Registration Keaire, ER Tech Olivia and last but not least Rad Tech EVE!!','2019-08-30 12:11:11.000000','1608991329419166'),('2362109357142487',1,'Everyone was super attentive and friendly! We were in and out very fast. They explained all the meds and their plan of care in detail.','2019-05-13 14:51:51.000000','237100240304186'),('236272877357961',1,'very friendly and very professional very clean\nmade my nightmare of an severe asthma attack go away.','2019-12-17 04:38:34.000000','326347177710316'),('2364361540534004',1,'Jocelyn A. And Alvean A. Were great, kind and very helpful.','2020-01-22 21:21:49.000000','167959367441528'),('2364540036895176',1,'My recommendation would be. For quick to get in an through service. This place is a must.','2018-09-08 16:55:21.000000','829264323932850'),('2364916390233156',1,'Yes i would definitely recommend these guys were great it was overall a wonderful experience the staff was very nice and helpful And a special thank you to Robin Nurse Billy and Courtney guys really made a difference','2019-05-01 04:04:30.000000','299216637560955'),('2366066553405927',1,'fast friendly 24/7 emergency room. kid friendly','2019-02-24 01:34:34.000000','237100240304186'),('2366210133437117',1,'The best urgent care in the area. It’s super clean the people are nice and they give you free coffee and blankets šŸ’• also I’ve never had to wait to be seen.','2019-04-10 03:48:48.000000','251751275488925'),('236631793654615',1,NULL,'2017-09-11 06:22:01.000000','1787364321589026'),('2367037426649299',1,'Nurse churiah & Gina \nFront desk darnisha \nTech Jose \nEr tech josh \nDoctor dang!','2019-03-12 00:43:31.000000','829264323932850'),('2370410543022354',1,'Amazing staff!! Everyone is so nice and really helpful!! Definitely will come back for any minor emergencies and recommend everyone to visit them if you want no wait and a great experience! Thank you signature care emergency center-the heights','2019-06-15 07:01:21.000000','1609539722669429'),('2372383676136458',1,'This emergency center had some of the best services I have ever seen at a healthcare facility and everyone at signature care provided excellent care!','2018-11-06 02:43:40.000000','326347177710316'),('2373011736358428',1,'As you walk in the receptionist are so sweet. The doctor (dr.Jones) is really nice and helpful. He Explains things really good to where you understand it.','2019-06-19 01:31:33.000000','251751275488925'),('2374443985934782',1,'Dr.zheng, amy, Jerin, Mchole the best service I ever got.','2019-07-05 23:07:13.000000','1787364321589026'),('2374502222568058',1,'Signature Care ER was wonderful. Excellent staff, warm friendly environment. Staff was kind and caring. Susie, Ashley, John, and Matt were the best. Dr. Jordan was wonderful.','2019-02-28 16:14:32.000000','299216637560955'),('2375379492499152',1,'staff,no long waiting to be seen.','2019-09-01 12:56:24.000000','1609539722669429'),('2376209115724267',1,'Recently we took my daughter to the ER. As always the staff was awesome. Lisa was quick checking in, then Tabitha and Brad were awesome providing care in the back.','2019-02-09 03:34:00.000000','237100240304186'),('2376908345701103',1,'After having a tonsillectomy Tuesday, this place has went above and beyond to keep me very comfortable the last 2 days when dehydration and uncontrollable pain set in. Andrew is very polite and caring! If the need arises again, I will definitely be back here!','2019-06-30 23:00:51.000000','596022027480375'),('2377297292281630',1,'They are very polite they take the time to get to know you and treat you they even do a call check up on you I just love going there they are so nice I give them a thumbs up all the way around','2019-03-24 15:10:18.000000','235046800697531'),('2378435015820505',1,'I recommend it 100% from the registration Process with Nancy to the attendance from Dr. Huerta and nurse Keira they where amazing! Went through the process in a timely manner and also the fastest I’ve ever had Explain every thing good','2019-10-31 01:23:43.000000','237100240304186'),('2378717905758646',0,'I am prepared to picket your location about the rip off charge you have for testing for COVID-19','2020-06-17 09:30:49.000000','1765121397101399'),('2380424211973140',1,'The staff took excellent care of my daughter with no wait and the service was fast. I would recommend this location and will definitely be back if my family needs any assistance. Thank you Hayleigh for making our intake process worry free.','2018-09-07 00:31:14.000000','829264323932850'),('2380496355567703',1,'Great staffing and experience as always','2019-05-08 17:31:36.000000','596022027480375'),('2381705801863058',1,'Never fun bringing a sick kiddo in with the FLU but love the quick friendly service...thanks Jennifer Diggs and Matt Leonard for getting us right back and taking care Darcee.','2019-02-15 15:10:00.000000','299216637560955'),('2381861615224044',1,'The staff was very professional, caring and prompt. they really go out of their way to make sure you\'re taken care of.','2019-08-14 00:04:02.000000','251751275488925'),('2382959361720511',1,'Our daughter suffered a near syncopal episode w/follow up care at this facility. Thank you to the doc/staff for taking care of her. Being four hours away makes it nearly impossible to be there in person with each event. We followed up with her EP Cardiologist today, turns out her cardiac loop recorder caught what caused her near syncopal episode with a (long eluding) cardiac arrhythmia that requires daily medications. She will be following up in the near future with her EP Cards doc/PCP/Rheum doc. It goes without saying we, as her parents, had great peace of mind she was in good hands at your facility. Thank you again for the prompt service and listening to us when we inquired about other testing to rule our viruses, etc. Nothing about our girl has been easy (normal). Many Thanks from an AGGIE\'s Mom, Dad, and Siblings','2018-10-25 00:38:05.000000','326347177710316'),('2384342794953646',1,'Love it here ā¤ļø Great facility!! Friendly staff','2019-10-17 05:05:41.000000','1787364321589026'),('2386632151427892',1,'This ER has a great team. They all are so kind, and make the whole experience very comfortable. The nurses (sarah) and doctors (patel) really listen to your questions and concerns. They also give good information and explain things in detail which I think builds a good relationship between doctors and their patients. They made sure to manage my pain before I was transferred to another hospital. They took such good care of me like I was family. I will always use this urgent care. Thank yall!','2019-08-29 11:12:04.000000','461782867645453'),('2386768501593522',1,'Friendly staff the girls took good care of us Kim and Allison','2019-08-21 04:56:01.000000','596022027480375'),('238782317090050',1,'Great experience would recommend to anyone!! Great friendly staff from the front desk to nurses to the doctors!!','2019-11-01 16:21:50.000000','596022027480375'),('2390402597680136',1,'Cindy and Randy were the best... The Mann family thanks you for The care you provided to my daughter.','2019-09-15 15:23:43.000000','237100240304186'),('2390534277869598',1,'As always, superior care from awesome Copperfield team at SignatureCare! Vy was kind and prompt, RN Maynard, RN Angel and Rad tech Jessica were all on point when it came to handling my VERY uncooperative 2 y.o.😬 Dr. Dang was very gentle and comprehensive with the diagnosis and treatment. Great job all around! #TeamSignatureCareCopperfield','2019-06-27 19:47:05.000000','461782867645453'),('2390586477658973',1,'Excellent care and service, Shanna\nManny\nAdrianna\nMagli\nPete\nDr Osiecki\nwere all very nice and very professional.','2019-06-10 18:41:51.000000','237100240304186'),('2391815424254909',1,'Absolutely great service, Dr Chen is very quick and efficient! Would def recommend','2018-07-25 01:26:39.000000','1608991329419166'),('2393100810968679',1,'The Amy, Nichole & Dr. Zheng are helpful and nice they attend to our son needs he was I. A car accident this just to say thank you.','2019-07-05 16:23:01.000000','1787364321589026'),('2393564330874626',1,'I recommend everyone Dr. Kotey, Robert my nurse and Rachel and Amy with my service!','2019-03-18 01:03:55.000000','544778295636544'),('2393779330670137',1,'My husband fell when we were moving into our new home and hurt his leg and ankle pretty bad. The staff at signature was kind, friendly, and fast. I highly recommend!','2019-10-06 14:36:51.000000','235046800697531'),('2397237977179704',1,'Rayven is amazing, she gave us gooood snacks when we brought a friend in!','2019-05-31 01:52:10.000000','326347177710316'),('2397915773555844',1,'The entire staff was nice, caring and very helpful. Not once did they make me or my son feel like we were an inconvenience which if you live in Midland you know that\'s rare around here. They even double checked my son before we left. He was ready for discharge and both the nurses and Dr decided they weren\'t comfortable letting him leave until they checked a few more things.','2019-01-14 08:13:55.000000','596022027480375'),('2398327056856762',1,'I came in for a rash that broke out all over my sons body after being dismissed at another ER for it not being emergent. They got my mom and son back while I was still checking in because my son was crying and looked visibly in pain. The nurse was super attentive and friendly. This place doesn’t feel anything like the normal ER. Everyone I have encountered has been amazing beyond expectations ā¤ļø we will be coming here from now on if we need to go to an ER.','2019-07-08 02:17:12.000000','251751275488925'),('2398328787072522',1,'Alvean A\nMarcus B\nJocelyn A\nBrian w\nTodo muy bien Gracias!!!','2019-11-20 21:59:30.000000','167959367441528'),('2399794653647522',1,'everyone is so nice and helpful','2020-07-28 21:07:50.000000','251751275488925'),('2400472906849610',1,'I got great care! Lucas, Sherri and Kim Did a great job of taking good care of me and explaining about the care they were given me. And the warm blankets give you the best comfort. Dr. Curtis explain in great detail what was causing the problem and how to take care of myself until I felt better. Thanks everyone!','2019-05-29 12:48:13.000000','235046800697531'),('2401528946612689',1,'Awesome staff, got everything done in a timely manner and had great customer service. Aileen and Shaunda helped us out by explaining our insurance options thoroughly. Would recommend this place to anyone.','2019-10-23 19:08:08.000000','1698192877146046'),('2403565956416846',1,'Everyone was very nice and informative','2020-02-01 01:45:53.000000','1787364321589026'),('2406422316120923',1,'From the minute I step in i felt very cared for staff greeted me and pointed me to the right direction. I really loved the fact that Amy was able to get me through the registration process fast which usually takes long.irving was able to let me know what pain I was having while doctor faig helped me back to health in all I can say I had a great experience truly a good place to visit for any emergency','2019-09-13 01:58:52.000000','829264323932850'),('240714590777220',1,'ERIKA AND NIKKI ARE AWESOME!! GREAT GENUINE PEOPLE!! šŸ™ŒšŸ¾šŸ™ŒšŸ¾šŸ™ŒšŸ¾ I’ll recommend asking for them!!','2020-12-19 17:28:35.000000','251751275488925'),('2408706469162361',1,'Super nice staff, patient and addressed all of my concerns. \n\nThey do not yet take Tricare; but because of my care I’m definitely willing to return. \n\nTotally recommend this ER.','2019-03-16 21:16:42.000000','251751275488925'),('2409430019075646',1,'I recommend everything from the moment I walked into the building the atmosphere was homely and Angela was amazingly caring and made me feel as if I was royalty. Thanks for that.\nThen I was introduced to my nurse Kat theres so many things I can say about her . Her heart is huge and its filled with so much love and passion. She approached my health problems as if we was battling them together she never once made me feel as if I was just a patient she gave me her upmost attention and continued to place a smile upon my face and for that I will be forever thankful. \nNow let\'s talk about the care I have received from Dr. Rose what can I say simply amazing she was so wonderful when it came to my care I couldnt have asked for a better doctor thank you Dr. Rose for you astonishing care you provided to me. \nLast but not least the compassion that not only I received but they treated my family just as amazing as to making sure they were ok and embraced them with the same amount love as I received. To my medical team I want to thank you all for all that you have done for me.today.','2019-04-24 08:47:43.000000','251751275488925'),('2410482532304642',1,'Nurse Kim Corey and Doctor Dewaal where very helpful. And very informative and great with children.','2019-04-17 05:28:29.000000','596022027480375'),('2410564235937769',1,'The service was exceptional the staff were great and the service was quick. The doctor really took her time with me to make sure I had the best care possible and every problem I had was addressed. This was by far the best ER I have ever been too! Strongly recommend to anybody!','2019-10-27 20:24:17.000000','251751275488925'),('2410750218969550',1,'Lisa V. Is the best! Went there not so long ago and she was very helpful and listened to everything I had to ask! Overall great experience! Will return again!','2019-06-06 20:44:04.000000','596022027480375'),('2411044735870964',1,'The staff is always friendly and makes me feel comfortable when i come in.! \n\nLorena and Kennedy were very welcoming and made sure i was comfortable & once in the back Morgan M & Juan c and the rest of the staff were amazing per usual!','2020-12-12 16:37:12.000000','326347177710316'),('2411739445607256',1,'I was treated so well from the moment I walked through the door. The entire staff was friendly and caring. The wait to be seen by a dr was almost non existent. I would recommend all my family and friends go here when in need.','2019-08-23 03:39:38.000000','299216637560955'),('2411953305494533',1,'Luke, Kara, Linda, Gunner and Dr Ashbrook were amazing and stitched my father in law right up!','2019-07-21 04:18:27.000000','235046800697531'),('2412582965428020',1,'they are awesome and I\'d recommend them a thousand times over','2019-01-02 21:56:38.000000','235046800697531'),('2412827215599656',1,'Excellent service, great staff.','2019-08-28 12:48:11.000000','461782867645453'),('2413635125522109',1,'Incredible staff.highly recommended. Dr.Kotey M.D. was great.','2019-08-22 01:26:23.000000','544778295636544'),('2413744258716672',1,'I came in for a quick check up and I must say Doctor M.Wang , Patty from registration , nurses Rachel & Rommel , the radiologist Fatima and the Er Tech Nikia were AMAZING !!!','2019-08-29 05:14:45.000000','544778295636544'),('2414613095232745',1,'Fast, kind, good listeners. Anthony was awesome.','2019-01-14 00:18:51.000000','326347177710316'),('2415047235440909',1,'Love there service and the way the attended us my baby girl loved the place an the help from Dr. Miller, Theresa, Sadie,Ben, Maria and Sidonie','2019-07-27 02:04:10.000000','237100240304186'),('2416969551684392',1,'Everyone was very pleasant with me. I want to thank Dr. Jaber, Nurse Chantel, and Registrar Tanishia.','2019-10-21 07:42:45.000000','461782867645453'),('2417047728552285',1,'I came to signature care to check myself cuz I swallowed a diamond bur the Receptionist Patricia was amazing so friendly and very professional she directly took my info and took me to see a doctor and all the staff was wonderful, and make sure I was going to be ok before I leave the premises..','2019-10-05 03:17:18.000000','167959367441528'),('2417318788534552',1,'Nurse: Keira \nTech: Ben\nRegistration:Nancy\nDoctor:Vaagenes \nAwesome staff! \nQuick and loving care! šŸ¤—','2019-10-10 01:24:52.000000','237100240304186'),('2419052404784368',1,'to start out the registration lady Alicia was very polite and very quick with paperwork. nurse Erica and tech kanyon have a wonderful bedside manor. overall the speed as to which I was seen and had things done was awesome. I will recomend signature care to all friends and will be my first choice over the hospital or urgent care.','2019-07-20 17:32:48.000000','299216637560955'),('2419268944792379',1,'The service was fast and very friendly I will definitely come back when in need. Awesome service!!','2019-06-10 02:54:22.000000','544778295636544'),('2419626154850725',1,'Definitely recommend coming here the staff are very friendly ,attentive and thorough here. I had Erika and Marylu and they went above and beyond imo.','2021-01-07 18:28:40.000000','251751275488925'),('2419967631419211',1,'Great staff, quick and prompt.Nancy, Marcus,Manny and Dr Vaagenes were amazing!!! Best place for your emergency needs.','2019-10-10 01:17:10.000000','237100240304186'),('2420325124656357',1,'Dr. Edwards, Receptionist Keera, Nurse Eda everyone was very nice and made me feel very welcome, the dr and nurse explained everything, it’s one of the best experiences at a drs office that I’ve had in a long time','2019-06-09 12:23:53.000000','544778295636544'),('2421600738079453',1,'Everyone was great! Sita at the front was prompt & so helpful, the nurses Kim & Lisa were so sweet to my daughter, & Dr Miller is getting her fixed but also helping me with severe allergies!! Win win!! \n\nWe didn’t even have to wait long at all! Within 15 minutes we were in a room & had seen the dr!','2019-09-16 01:56:19.000000','596022027480375'),('2421607811278178',1,'All the staff at this ER is amazing. Cavasos, Chantel, Angel and Tanisha were so helpful and answered every question we had.','2020-02-17 05:34:02.000000','461782867645453'),('2423434024545364',1,'Every thing is so clean the children’s room is so amazing it makes you forget that your really at the dr there the best my son had manny as a nurse and they made him feel so comfortable definitely recommend','2019-06-10 14:38:12.000000','237100240304186'),('2423824894375658',1,'I was referred to SignatureCare after a visit to minute clinic for back pain. I was expecting the same experience as your usual emergency room visit (chaos, long waits, unclean waiting rooms). I was pleasantly surprised when I walked in. I was greeted by super friendly Jocelyn. The waiting room was pristine. Within 5 minutes I was taken back to the see nurse Tricia. I was offered a warm blanket while I wait (omg seriously?!?) as well as a beverage and a snack!! If I weren’t in so much pain I might have mistaken it for a spa! Dr. Nguyen and nurse Alvean both had excellent bedside manner. SignatureCare Cypress will now be my go to for any future urgent care needs.','2019-10-02 17:13:04.000000','167959367441528'),('2424059950945507',1,'Great sevice, very helpfull, quick service by Dr. Ding and Amy at front desk','2019-04-27 20:20:23.000000','1609539722669429'),('2424944354266886',1,'Your in and out unlike other places','2019-09-03 04:36:43.000000','596022027480375'),('2426468954042373',1,'I had a wonderful experience the staff was very professional and friendly. Amy Agnes RN was superior! Dr. Faig was very good','2019-05-05 02:45:14.000000','1608991329419166'),('2428474370520003',1,'SignatureCare Emergency Center - Stafford never disappoints. Staff is warm and welcoming. Super professional and great customer service! No wait time is definitely a bonus!','2019-04-16 23:45:48.000000','1787364321589026'),('242860630074906',1,'Dr. Wang actually listened to what i had to say and his team was super sweet and understanding, Kristina, Tino and Veronica than you so much for all your help!','2020-03-14 19:50:22.000000','829264323932850'),('2428835357415893',1,'son muy serviciales amables','2020-07-22 20:21:01.000000','1787364321589026'),('2429103053777544',1,'Dr.Zheng was amazing she gave me something for my pain right away. \nVery fast service. \nThe staff was amazing as well very friendly (pales and amy) I definitely recommend this emergency care center😊','2019-07-05 15:32:01.000000','1787364321589026'),('2429298990718435',1,'I recommend you to come out to your local signature care .They have the best service,Very polite, and friendly.they are the best! \n\nThanks to Doug,Linda,Jennifer, and Dr.Henderson for the help today!','2019-12-24 03:55:20.000000','235046800697531'),('2429860527050611',1,'Awesome service healthcare resolution wonderful medical staff','2019-11-02 02:15:05.000000','1609539722669429'),('2430108670401093',1,'The Staff at Signature Care were friendly and very profesional . l Would like to send a warm thanks to Teresa, Jessica, Kelly, Hoan, Cynthia and last but not lease Dr Zhen, who did a fastastic Job. WELL DONE','2019-09-01 22:05:36.000000','1765121397101399'),('2430473780525822',1,'Good experience. Nice facility and really good staff and providers. Highly recommend.','2019-11-17 20:16:32.000000','251751275488925'),('2430840226926132',1,'Dr. Craig was phenomenal. He addressed my husband’s concerns and treated him as a person rather than a number. Signature Care where customer service is a priority. \n\nSigned,\nKimberly Brown','2019-04-13 22:48:30.000000','251751275488925'),('2431109536933508',1,'Dr. DING was quick and very nice. Amy was very sweet and Joseph is kind and informative.','2019-04-27 13:25:01.000000','1609539722669429'),('2431664643542272',1,'The service was excellent.receptionist preethy was super nice','2017-02-26 16:09:33.000000','544778295636544'),('2434039573529454',1,'I have spent most of the day here & these guys are absolutely great!! they found that I have pneumonia & fixed me up with 2 different antibiotic in my iv...I will definitely be using them again...hopefully not soon tho!!','2020-01-14 21:36:30.000000','299216637560955'),('2436036813082485',1,'Amy was very helpful with my wife','2019-03-10 01:57:06.000000','1608991329419166'),('2436470143055104',1,'I love the care I receive at signature care. All of the staff is friendly and I never have to wait long. Best place in town.','2019-10-10 01:20:31.000000','237100240304186'),('2436873213000625',1,'Manny,Delphi,Sedona,senaida \n My experience here at SignatureCare was great the staff here are very nice and tend to all your needs in a prompt manner,the staff here answer and help with any concerns I may have or need answered...I will definitely come back and highly recommend SignatureCare...šŸ’—','2019-06-20 05:24:23.000000','237100240304186'),('2438223442899513',1,'I love this location. The staff( Dr. Henderson, Sarah G, Laura H, Daniel B, and Tanishia W) is really friendly. The check in process is fast and your out quickly. It\'s an emergency center that make you feel at home. They simply care.','2019-10-23 00:50:57.000000','461782867645453'),('2438521682867610',1,'Kim and Allison were great.','2019-09-01 06:50:35.000000','596022027480375'),('2438777206446152',1,'Signature emergency center is literally the best place togo in college station if you’re seeking attention quick , every individual is caring and very patient . Rebecca. V. helped us a lot with extra information to better our services here at signature care .','2019-09-19 01:09:11.000000','326347177710316'),('2440151252674700',1,'Had a great experience would definitely recommend them','2019-09-09 21:41:50.000000','1609539722669429'),('2440891822612106',1,'I had a great experience here. Lindsay checked me in at the front desk and was super friendly. Doctor Vakey is very knowledgeable and kind hearted. Nurse Jacob will make sure you are comfortable the whole time. The staff is overall very professional and will work hard to make sure you are feeling better fast!','2019-04-23 17:15:10.000000','544778295636544'),('2443036662409077',1,'Great care!!! Thank you nurse Theresa. she made us feel welcome and helped us so much! Thanks!','2019-09-15 21:46:22.000000','237100240304186'),('2444842172237181',1,'Alyssa was amazing and the service was outstanding.','2019-10-05 22:50:29.000000','544778295636544'),('2445771045433012',1,'definitely recommend! staff was super friendly and prompt! very clean!','2019-05-08 21:41:49.000000','237100240304186'),('2445807635527024',1,'You never hope to visit the ER while on vacation, but I\'m glad I ended up at this facility. It\'s clean and up to date. I received good care in a timely manner.\nDr. Thomas and all on staff that day took good care of me. Thank you to: \nNurse: Dawn E S \nRadiology Tech: Jacqueline F \nFront Desk: Leslie A F\nfor your help in all things medical. And Uber.','2019-11-02 19:22:53.000000','1608991329419166'),('2446269795393470',1,'Everyone is always so kind and helpful. We are always treated with great care. Tiffany is so kind when we walk in. Jennifer was so nice and informative. I would recommend signature care to all my friends and family.','2019-06-14 03:53:21.000000','299216637560955'),('2446520245627257',1,'everyone here is very friendly a d quick with no hesitation I didnt even asked for a warm blanket and they gave me one the doctors are friendly and dont push you to do nothing your not comfortable with either','2019-09-03 19:31:50.000000','544778295636544'),('2446677675642082',1,'Lisa V, Lisa H & doctor Huerta were awesome!','2020-10-19 18:03:20.000000','596022027480375'),('2447508048601330',1,'GREAT STAFF! Amy, RN Jeff, Josh er tech, and Dr. Yusuf. Thank you for everything šŸ‘ŒšŸ½','2019-05-21 02:23:30.000000','1608991329419166'),('2447879698787835',1,'Beautiful, state of the art location. Great, knowledgeable, friendly staff. My Doctor, Adam was amazing and took care of a unique problem, at an odd hour. How awesome and convenient to have this nice 24/7 care facility in the heart of Montrose!','2017-03-12 22:57:34.000000','1608991329419166'),('2448781155148610',1,'Keera was very nice at the front! All the nurses and doctors were very nice as well.','2018-10-19 04:33:42.000000','326347177710316'),('2449557151795867',1,'We were really impressed w/ this location ! As soon as you walk in you were greeted by a very friendly person at the desk she was sooo nice ! She had us checked in quickly, paperwork done before you even know it or maybe because I was in so much pain either way she was quick ! The facility was extremly nice and clean! Our physician Dr. Nguyen was easy to talk to he actually listened he didnt brush off our concerns he wasnt in a rush to leave when we asked questions and actually made sure we understood what he was talking about when it came to our \"my\" care & what we were initially there for. Everyone there at the facility was extra nice the atmosphere welcoming instead of cold & intimidating like most places thankfully. I would definitely recommend people to go here I wish it was a full clinic because if I had a choice I\'d go here for all my health care !','2019-10-07 05:54:37.000000','251751275488925'),('244998503798691',1,'The nurse Mollie was amazing with doing my son\'s Covid test!!!','2020-12-15 18:13:31.000000','235046800697531'),('2450296415220018',1,'Very clean, professional, and proficient! There will never be another ER in Killeen that i will go to! AMAZING !','2019-10-28 21:49:21.000000','251751275488925'),('2450508108338104',1,'Signature care is absolutely awesome! Sita, Kim, Andrew and Allison made me so comfortable and took such great care of me! I would recommend Signature care Emergency Center to everyone. Thank you all for taking such great care of me!','2019-09-02 04:21:11.000000','596022027480375'),('2451578534862306',1,'They were really helpful and nice . Dr. Plante and their staff manny/Adrianna and Maria','2019-06-20 21:31:16.000000','237100240304186'),('2452101258167667',1,'For the multiple times I have come, all my experiences has been great. the staff Dr Patel, and my nurses Agnes, Joey, Josh and Amy were very nice, professional. Definitely coming back again!','2019-05-07 04:04:02.000000','1608991329419166'),('2452224918121414',1,'No one likes to visit an ER, but this is the one to go to when you need it.','2018-12-14 23:38:37.000000','829264323932850'),('2452698911479159',1,'Great ER. Attended my son very quickly. Great care!','2019-10-05 02:27:39.000000','237100240304186'),('2453841624718766',0,'Well first of all I was promised a gift card for Starbucks if I had filled out some information. To this day I never received it. I\'m talking about 4 months ago. What a joke!','2016-12-01 04:37:53.000000','1609539722669429'),('2454106207967015',1,'The receptionist was really welcoming, soon as i walked in i had nothin but my nurses && techs gave me their undivided attention. I would recommend everyone to come here. Thanks a lot Robin, Billy, & Courtney for everything.','2019-05-08 07:14:50.000000','299216637560955'),('2454187321563534',1,'The fastesT service I’ve ever had. Super nice people!!','2019-10-17 12:26:47.000000','251751275488925'),('2455792627968768',1,'Adam, Kara, Chris, and Aileen were absolutely amazing today. A special thanks to Dr. de Waal for his commitment to his patients. We’ll be back if we need ER services again!','2019-11-18 19:15:32.000000','1698192877146046'),('2455815534544348',1,'This place is awesome. I love it here.ā¤ļø\nMiguel and Viv are an awesome teamā˜ŗļø','2020-01-12 16:46:30.000000','1609539722669429'),('2457789890973831',1,'Had outstanding care from a great team Robin, Billy, Courtney and Dr Simmons. Fastest, most efficient treatment we have ever had! Thank you!','2019-02-19 04:11:23.000000','299216637560955'),('2457962174279686',1,'The receptionist Therisa was nice and fast. The nurse and Dr. Daniels was friendly and very professional in making sure I had a speedy recovery.','2019-09-28 05:26:06.000000','1648645701907657'),('2458489177600225',1,'Great Service,Fast, and Friendly. I totally recommend this Urgent Center. They answered every question I asked and made sure I was in and out. Mrs. Natosha was freaking Awesome.','2019-10-27 20:27:38.000000','251751275488925'),('2459914527384980',1,'Received excellent care from Bethany, Magali, and Dr. Osiecki. I will definitely recommend to anyone who is needing emergency medical care.','2019-08-06 16:19:02.000000','237100240304186'),('2460015974020344',1,'Totally recommend this place super friendly staff specially cindi on front desk and reasonable pricing','2019-06-19 04:50:30.000000','544778295636544'),('2461293280806905',1,'this is a great place great people','2019-10-22 00:31:12.000000','299216637560955'),('2461693580529065',1,'All the staff at signature care are amazing. Robin, Austin, and Courtney we\'re all great','2019-07-10 01:41:00.000000','299216637560955'),('2462037563859493',1,'very fast and friendly highly recommend','2019-07-20 01:15:43.000000','596022027480375'),('2462710533981887',1,'I came in today with cough and chest congestion. I was taken care of immediately. Very nice and attentive staff and clean environment. Dr. Wang was assuring and informative. Sindy at front desk was very pleasant. Would definitely recommend.','2020-03-07 18:17:48.000000','544778295636544'),('2462764703826939',1,'You get seen right away not much of a wait. The staff is attentive to your medical problem. I would recommend any one to go there if they have a medical emergency','2017-07-25 01:18:20.000000','544778295636544'),('2464024733815935',1,'Great experience really made my child feel safe and okay even gave him a bear! Nurse Alvean, patrica c and doctor Nguyen are recommended.','2019-12-20 20:37:08.000000','167959367441528'),('2464090443697591',1,'I brought my son here for a visit. The wait was less then 10 minutes. Alvean,Patricia, and Ann was so nice. They took all the tests that was needed to assist us to give a accurate answer. This was the best visit I ever received from a urgent care. I will tell my family and friends to come here instead of a hospital emergency.','2020-02-09 18:21:29.000000','167959367441528'),('2464360460353709',1,'Lisa, Thoresa, Ector, and Tabitha took very great care of us today. Greatest care we’ve ever received.','2020-01-23 21:51:17.000000','237100240304186'),('2464505440322157',1,'dr.cavazos and Alvean muy biern','2020-03-17 17:22:47.000000','167959367441528'),('2464793487071287',1,'the staff was very welcoming and friendly very helpful, people like fatima, chantel, tanishia','2020-03-09 04:14:37.000000','461782867645453'),('2466055430106745',1,'Great facility.Speedy customer service and very professional. Dr very knowledge and able to assist.','2019-06-23 04:19:21.000000','167959367441528'),('2467874769963919',1,'the service was very good and fast the staff was awesome','2019-08-28 14:33:33.000000','237100240304186'),('2468863746701974',1,'Incredible service and kindly caring staff on all levels!!!','2020-02-03 05:45:46.000000','829264323932850'),('2470905359604231',1,'Norma has been my tech more than once and always does an awesome job! Nurse Hamzah and Dr. Sylvester we also wonderful. They covered all the bases and communicated very well!','2018-12-29 15:47:43.000000','1608991329419166'),('2471776759759191',1,'Helpful and agreeable. I was well treated and very well taken care of by the doctor Nguyen and the nurse Susan, especially by the receptionist Tanishia','2019-12-04 01:53:17.000000','461782867645453'),('2472050256207170',1,'The staff here Dr.Iheme, Amy, Jani, Tricia, Sean treated my husband and I like family took good care of him and are very nice.','2019-07-19 22:21:03.000000','167959367441528'),('2473529406004646',1,'Nurse Nikki and Flad tech Jessica were very nice and kind even the doctor I will come back if needed and I will be recommend people to you guys','2019-04-23 02:38:33.000000','167959367441528'),('2473545112677356',1,'Kim was very fast and very friendly and a great sense of humor','2019-06-29 09:59:47.000000','596022027480375'),('2473975232616501',1,'I was so impressed with this facility, I entered with servere back pain. The staff, Dr. Jerry Chen, technicians and nurse Laura were all very friendly and professional and made me feel like I was a priority. A special thank you to Evelyn at the reception desk. They did everything to make me comfortable, even offered me a blanket while we waited. The facility is beautiful and spotlessly clean. I highly recommend them and would certainly use them again if the occasion arose.','2017-07-25 14:28:33.000000','544778295636544'),('2474432156199011',1,'Very kind staff! Efficient and quick workers! Overall great experience!!','2020-12-04 20:52:46.000000','326347177710316'),('2474534002759133',1,'norma , amy , dawn , eve and dr.leavitt was very helpful during my visit . They made sure we had everything we needed .','2020-02-02 20:29:20.000000','1608991329419166'),('2475401875813736',1,'I\'ve been to SignatureCare twice and each time it was a pleasant place to enter, very clean and tidy. Today, Lisa at Registration was very friendly and welcoming. The wait was minimal and Corey the Paramedic greeted my grand daughter and myself with kindness and also had a great since of humor. Savanna, the nurse was super sweet and on top of the situation, making sure both of us were comfortable and helped with the understanding around the procedure. Jaime, the radiology tech was also very efficient and professional. The ER Physician, Dr. Plank was professional, calming and oversaw the procedure with expertise, offering information around the situation. Once we were done, checkout was speedy and at the same time Lisa was super sweet. Very positive environment and we would recommend SignatureCare to anyone wanting to get in and out, yet be cared for with compassion and professionalism about your well being. If I have to go to ER, this is my top choice!! Thank you all very much!!!','2019-06-19 22:39:48.000000','596022027480375'),('2476205182658792',1,'Thank to Savanna/Leo,Carolyn, Delphi and Jolynn. They took very good care of my daughter.','2019-10-09 20:20:20.000000','596022027480375'),('2476361079242536',1,'I had a great experience, very fast and friendly I love coming here ,Great service Quick workers Friendly faces Love it','2020-02-02 19:29:01.000000','829264323932850'),('2477713642482169',1,'Excellent service and staff','2020-01-25 18:32:22.000000','299216637560955'),('2477763462245089',1,'I love the service everybody was great','2019-08-13 04:09:13.000000','167959367441528'),('2478912528851046',1,'Went in at 11:38 pm, the staff was so helpful! My 2 year old son had a little head injury. He was fighting them like a crazy but yet, they were so gentle and kind! Very patient! They took amazing care of us! Definitely would recommend! Thank you again, Jocelyn, Lisa V., Allison and Dr. Huerta!','2019-10-12 06:24:36.000000','596022027480375'),('2479155118772461',1,'Theresa, Sadie, Dr. Miller, Ben, Maria, Sidonie are such a great team! Very thankful for their service, their care and attention to my child.','2019-07-27 02:07:18.000000','237100240304186'),('2480212928713228',1,'Super friendly vibe. Very clean, fast & thorough! Very kid friendly. Explained every step of the visit. In & out quickly. Definitely would recommend to others! šŸ’•','2019-09-02 03:32:46.000000','251751275488925'),('2480725112170141',1,'Excellent service, great staff always with a good attitude!','2019-09-28 04:44:04.000000','596022027480375'),('2481031838815389',1,'Very good and kind service','2020-01-30 20:53:56.000000','544778295636544'),('2482584531774962',1,'Very nice crew. Dr Carpenter sat down with me and listened to my concerns and problems. Michelle and Kim were on top of their game getting me taking care of. Thank you guys for making me feel welcome and better','2019-04-11 17:50:14.000000','235046800697531'),('2482996655056443',1,'Thank you for helping our son.Great at service','2019-05-13 03:32:41.000000','596022027480375'),('248351243522081',1,'Dr.Hemerka, radiologist Carl, and nurse Emily were amazing and caring to my 3 year old and very thorough to figure out what was wrong! Very pleased with the service and staff as always!','2021-01-19 00:03:16.000000','251751275488925'),('2484878088290539',1,'Great service \nQuick workers \nFriendly faces \nLove it','2020-02-20 06:40:23.000000','829264323932850'),('2486176461421270',1,'Wonderful nurses and doctors. Kind and thorough.','2019-09-17 15:59:36.000000','829264323932850'),('2486259304770811',1,'I love it here. Everyone was so welcoming! When I first walked in Amy was super sweet and willing to help me with all the questions I had. Pailes took me back as soon as I sat down to fill out paperwork. And they offered me a warm blanket (which has never happened before). And Dr. Zheng knew exactly what she was doing.','2019-07-05 16:40:07.000000','1787364321589026'),('2487055011558809',1,'Dr. Mauldin, Alvean, Patricia at this location was great. Informative','2020-01-25 18:51:58.000000','167959367441528'),('2487097327968545',1,'Highly highly recommend. Very fast, professional, and polite. My ER of choice by far and this is my fourth visit. Anthony the Registered Nurse, J.R. the X-ray technician, and Dr. Harjai were so helpful! The reception was also very polite. Thanks guys!','2019-06-14 11:47:50.000000','326347177710316'),('2487227928199749',1,'Always great service when we come in.\nDr. Daniels was great in explaining what needed to be done and what was best option. The staff was great as well.','2019-10-01 05:57:07.000000','1648645701907657'),('2489007914468808',1,'Great place, helped me with my ear. Been here twice, would totally recommend. Dr Thomas,MD \nSusan R. \nLaura H. \nDaniel B.\nBriseida M.','2019-11-19 04:45:20.000000','461782867645453'),('2489421687735223',1,'Manny & Dr. Osiecki were AWESOME! Thank you so much for taking care of my husband that has a great fear of shots. Very friendly staff and super fast service.','2019-06-08 15:53:08.000000','237100240304186'),('2494610634095732',1,'They did amazing and we are very happy with the service','2019-09-12 05:20:42.000000','299216637560955'),('2494687920582794',1,'Great experience - very professional and did not wait long. Thank you Dr. Dewaal, Marty, Tina and Christina C','2019-06-17 20:39:51.000000','1698192877146046'),('2495096257303919',1,'Very Professional and caring experience','2021-01-12 13:40:33.000000','235046800697531'),('2495351653812049',1,'Great place!! Would definitely recommend. Doctors were very nice and helpful.','2017-05-06 00:21:37.000000','326347177710316'),('2496039073763580',1,'Wonderful experience front desk Ashley and Jennifer were great','2019-03-28 17:27:07.000000','299216637560955'),('2498165210197174',1,'had one of the best ER experiences ever at the Copperfield location. Could not have asked for better treament.\nAshley S. made registering a breeze. My nurse Racheal B. was great with taking all my info, and she visited with me for a little while, made sure i had a warm blanket and water. The Rad tech, Jessica N. made sure i understand everything that was going to happen. Dr Faig, was very clear on what was going on.','2018-12-27 13:55:06.000000','544778295636544'),('2498398370209339',1,'I had a great experience here. Ms. Taneshia, Ms. Lynn and Dr. Dang were super helpful! Thank you guys for everything.','2019-11-18 05:54:47.000000','461782867645453'),('2498602523738169',1,'Dr. Pham and Patricia were amazing! Great gentle and caring services. Also great one on one care.','2020-01-30 21:06:57.000000','167959367441528'),('2501365810114662',1,'Vale - everyone was very nice not a long wait at all','2020-01-14 00:08:24.000000','1787364321589026'),('2505928469426674',1,'I had to get checked out due to an accident at work and Maria, Manny and Dr. Osiecki made it a good experience. Definitely recommend.','2019-06-08 22:27:01.000000','237100240304186'),('2508006702644676',1,'Had a great experience with the dr.','2020-03-03 22:37:16.000000','237100240304186'),('2510225175681913',1,'The customer service is awesome! This is the second time we’ve been here and they take really great care of their patients','2019-11-15 18:49:17.000000','167959367441528'),('2510706142514853',1,'I\'m very pleased with the my care at this ER , Becca adrian Ben therisa and the rest of the crew were very nice and quick to get me help!!! Thx again!','2020-04-08 06:51:56.000000','237100240304186'),('2511606552481670',1,'ean. Friendly. Fast. Staff is caring and listens to the patient. Er tech erika was very sweet and made me comfortable handled all my needs professionally. I would highly recomend this facility and will be returning for my emergency needs','2021-01-07 17:38:10.000000','251751275488925'),('2511892355751680',1,'Perfect place in and out love the service and doctor’s and front deck and nurses. \nDr. Smith \nOlivia M.\nER tech Jonathan \nRommel & Kayla RN\nRyan Rad tech\nThank y’all!!','2020-01-04 00:57:49.000000','1765121397101399'),('2511985732158174',1,'This was an awesome experience! Doctor Morrical and technician Juan were very helpful.','2019-09-19 18:17:09.000000','326347177710316'),('2513886645496367',0,'I like signaturecare emergency center,but not this one. The doc is very nice and very useful. \n There is a lady in the front is so rude ! I feel she is discriminating against me and feel like i can\'t afford medical expenses.\n The situation is I visited Odessa signaturecare twice I have been charged for one time . Today I am calling to ask if I can get more medicine. And asked do I need to pay again? She impatiently said you come visit everytime have to pay everytime . Oh ok i mean I can pay it . But I just confused why same company different area Different charging methods? \n Maybe I think wrong .i should go to Odessa one better!','2020-02-04 17:53:00.000000','596022027480375'),('2514013395311650',1,'Great people! Great service! Fast!','2019-09-27 04:11:09.000000','596022027480375'),('2514065908661917',1,'Hands down the best er I have been too. From the front desk receptionist to the doctors in the back they were amazing and nice! Definitely recommend this place !','2019-10-30 18:52:41.000000','251751275488925'),('2514305632172944',1,'Went in there the other day and Shanna was really helpful and helped me with every question I had','2019-12-06 02:12:06.000000','237100240304186'),('2515287178696065',1,'Patricia, Alvean and Marcus were amazing they took great care of my wife!','2020-02-06 19:24:30.000000','167959367441528'),('2515986328499412',1,'Thanks you guys for helping my daughter. Both teams were great. Thanks Dr. Lindsay, Tanishia, and Sarah.','2019-12-06 01:42:31.000000','461782867645453'),('2516155878411572',1,'Friendly staff! I was see immediately & soon diagnosed with gallstones. Great expererience.','2018-11-08 20:41:40.000000','829264323932850'),('2516159598468218',1,'Very great facility, I loved ever person that assisted me on my visit (Doctor Henderson, Nurse Sarah G., Rad Tech Fatima, ER Tech Elaine, and registration Tanisha) all very caring. This facility is better than going to a top star Hospital!!!','2019-11-22 06:03:42.000000','461782867645453'),('2517410324959845',1,'Awesome Dr Zheng ,Amyand Pailes,RN','2019-07-05 15:54:11.000000','1787364321589026'),('2518208518192430',1,'I would recommend this place the staff are very friendly and the nurse and doctors are great.','2019-02-01 00:27:59.000000','544778295636544'),('2519021155007654',1,'Alvean and Jocelyn are really great and the service speedy with no long wait. Love it😊😊','2020-01-08 16:04:09.000000','167959367441528'),('2519998228104299',1,'Even with everything that\'s going on in today\'s world they still have a way to make u feel welcome and the service wast excellent and quick','2020-03-24 14:13:08.000000','544778295636544'),('252042079642725',1,'Quick service from Jennifer and Kelly.','2021-01-20 20:20:34.000000','299216637560955'),('2521020998150391',1,'They are super friendly. Keylee is an amazing nurse.','2020-04-27 01:31:53.000000','104213804456471'),('2522004294520094',1,'they are very amazing team of people and are very good with children.','2019-09-23 23:39:28.000000','326347177710316'),('2522281291375188',1,'Fast and efficient. Always courteous and genuinely good at their jobs.','2020-01-14 01:40:56.000000','237100240304186'),('2522946217752766',1,'Thank you for supporting and taking special care of First Responders! Bedside manner is always excellent and the staff is always so helpful! \n\nPhysician: Goodman\nNurse: Cristina\nRadiology: Linda\nRegistration: Shaunda\nER Tech: Chris','2019-11-13 22:15:12.000000','1698192877146046'),('2524673341100055',1,'They are the most caring staff I’ve ever met. They make you feel very welcomed and answer any questions you may have. You can really feel how much they care. I will definitely come here again if there ever is another emergency in my family. Thank you Jolly, Keira, and Daniel for being absolutely amazing!','2019-11-12 06:55:04.000000','237100240304186'),('2524739527576305',1,'SignatureCare Emergency Center - Paris is great! I\'m offered a warm blanket every time and all the nurses are very attentive and kind. 10/10 would recommend to anyone in need of quick, genuine care in the Paris, Tx area. Special thanks to Jennifer C. and Tiffany for taking care of me today.','2019-06-16 00:04:10.000000','299216637560955'),('2526240404097097',1,'Wonderful service! Very helpful and will definitely return if ever the need arises.','2019-11-13 22:56:03.000000','544778295636544'),('2527042564013109',1,'They took me in as soon as possible for a dog bite that occurred. They were careful with the injury and made sure to solve the issue as soon as possible. Would highly recommend. As someone without health insurance they also had affordable pricing!','2019-06-14 01:48:04.000000','1609539722669429'),('2527148627563235',1,'All the staff were very friendly and efficient. I was in excrutiating pain from a shoulder injury and they got me right in and gave me 2 shots to get me some relief then ran tests to see what the issue was. The only downside was the paperwork they have you sign about the potential costs of using their facility was scarier than the pain I was in so hopefully I won\'t see billing anywhere close to the potential costs mentioned.','2019-12-31 16:30:41.000000','461782867645453'),('2527354640672836',1,'The best place too go šŸ˜ŽšŸ˜ŠšŸ‘ŒšŸ¾','2019-03-13 00:18:29.000000','1765121397101399'),('2528242590533679',1,'fast and clean service. they were professional. if I get injured I know where I\'m going.','2019-07-04 00:58:22.000000','251751275488925'),('2528642980596802',1,'This emergency center is so fast! And amazing staff. They actually helped me and listened to Me. Dr.Cavazos,Alvean,Thuy An & Jocelyn were great!!!!','2020-02-12 23:15:44.000000','167959367441528'),('2529181280714171',1,'Awesome, this place is very clean and the Staff are Amazing, Graciela and Luisa are very professional and nice \nThank you Dr hargai, he is awesome','2020-12-11 21:48:44.000000','829264323932850'),('2529397067123374',1,'Great atmosphere taken care of fast Dr Mauldin and the nurse Jose and all the staff were alot of help','2019-09-09 04:31:40.000000','596022027480375'),('2530481900315033',1,'Really enjoyed my stay at the signature care everyone was wonderful Dr. Ding and my RN Chis and also on the way out Amy at the registration desk was really helpful','2019-04-27 16:20:53.000000','1609539722669429'),('2531136267208286',1,'I received excellent care at sigaturecare emergency center. thank you vanessa g , meredith s, andrea, Dustin h, and dr dang hung','2019-12-28 03:54:33.000000','1609539722669429'),('2531146750275218',1,'Absolutely loved this ER center they were super fast friendly but specially Savanna haven’t dealt with a nurse that looked like they actually cared for their patient in a long time I’m glad I came here!!','2019-08-15 01:29:35.000000','596022027480375'),('253151902580210',1,'Tina and Ricardo really helped me so much! Lauren gave us waters and Dr.Elsbecker made me really feel at ease throughout the whole process.','2020-06-10 22:06:46.000000','1698192877146046'),('2531826103772936',1,'The moment we walked in I was greeted and welcomed. The service was quick and the staff was very knowledgeable and explained clearly why we went the treatment route we did. The front desk even gave suggestions of where I could go to get prescriptions that were needed, being it was late at night. \n\nThere is no happier or better experience I could have had other than not having to be there in the first place.','2020-02-27 15:06:11.000000','237100240304186'),('2532621366752085',1,'This is by far the BEST ER experience we have ever had! Staff went above and beyond the call of duty. Thank you so very much Dr. Ortiz, Nurse: Jacob, Tech: Jr, and Registration: Liz! You were very attentive, thorough, and professional! Most Excellent care. I highly recommend this place to anyone!','2019-03-02 21:49:38.000000','326347177710316'),('2533055106810298',1,'I love this Emergency Center they take care of you in a timely matter, and they treat you with care.','2019-12-01 21:01:40.000000','544778295636544'),('2533487276980508',1,'Super friendly staff! They did a great job!! Thank you so much! \nCavasos\nChantel\nAngel\nTanishia','2020-02-17 05:32:59.000000','461782867645453'),('2534603799902484',1,'AMAZING!! \nStaff and facility were perfect! \nDr. Chukwu, RN Churiah, and front desk Amy were so pleasant!','2019-03-10 04:19:28.000000','1608991329419166'),('253548142803137',1,'everything, super sweet and funny staff.','2021-01-20 19:30:41.000000','299216637560955'),('2539572096169776',1,'Good service! All personnel is very nice! Will recommend to friends and family. Definitely felt much better when leaving medications worked and knew what I needed.','2020-01-25 17:06:18.000000','1765121397101399'),('2539603026356889',1,'If feeling I\'ll this place is the place to go erika and Jessica S very helpful','2020-02-13 19:01:18.000000','237100240304186'),('254072812224180',1,'Dr. Yusif\nAmy A.\nChuriah M.\nNormal T.\nEve M.\n\nAmazing care and service. Made me feel super comfortable overnight. In the best hands for any emergency.','2020-01-24 17:36:55.000000','1608991329419166'),('2541256932617762',1,'The staff were friendly, helpful. I would definitely go back if needed. Dr. Thomas, nurse Sarah G., Rad Tech Laura H., Er Tech Daniel B. Registration Tanishia W.','2019-11-20 08:30:11.000000','461782867645453'),('2541531119420905',1,'The staff here are always very welcoming and they make sure I have everything I need. They get you in fast and make sure I get all the care I need.','2020-02-14 19:16:42.000000','251751275488925'),('2542651999113803',1,'Tanishia made my visit very comfortable and was very helpful with information about my son infection','2019-11-22 00:35:57.000000','461782867645453'),('2542947745729232',1,'My nurse Adrianna and radiology tech Magali took great care of me. The Dr. was very comforting.','2019-07-19 22:06:19.000000','237100240304186'),('2542956079091336',1,'Excellent service and was very fast!','2019-11-23 19:11:44.000000','326347177710316'),('254334622653602',1,'Lauren helped with questions and provided me with a refreshing beverage during our wait for the Covid test. \nDr. Elsvecker, Chelsea, and staff were wonderful!','2020-06-09 21:44:37.000000','1698192877146046'),('2543963082365024',1,'thank you for all your help. tou are awesome Daniel , Jocelyn, vanessa, Alexis, Meghan, Dr Patel, you giys are awesome!!!','2019-10-17 05:30:06.000000','544778295636544'),('2544429448920485',1,'\"GREAT STAFF\"...Dr. Lindsay, James my RN šŸ˜Šā¤\' Amy 😁. I highly recommend SignatureCare Emergency Center The Heights.','2019-03-14 03:42:43.000000','544778295636544'),('2545087429102134',1,'Dr Pham and the nurse alvean were very helpful on giving me the information and help I needed. Nice staff and welcoming the second I walked in!','2019-11-26 13:32:13.000000','167959367441528'),('2545974585528645',1,'Everyone at Westchase was very professional and treated me well, I was thoroughly impressed with Dr. Zhen and his staff, he erased my fears and gave me the imformation I needed.','2019-12-28 22:45:00.000000','829264323932850'),('2546321165380234',1,'This is the best Clinic you could go to! They have the best staff and explain everything to you so it’s clear on what you need to do!','2019-06-16 20:16:14.000000','596022027480375'),('2547007288715314',1,'Signature care here in Cypress has the most curteous and caring staff I\'ve ever met. Dr. O\'Mally is the best and is so considerate and understanding. Alvean A. Kelly L. Jocelyn A. Keep up the good work. Thanks. This is the BEST 24HR EMERGENCY CENTER on 1960.','2019-11-27 21:55:19.000000','167959367441528'),('2547053842014554',1,'great service literally no wait time everyone was awsome Dr. Henderson nurse Alicia tech Elaine and registration Tanishia keep up the great work','2019-11-15 01:35:06.000000','461782867645453'),('254898892608572',1,'Lauren and the whole team were great! My buddy and I work in the service industry so we decided to come get tested to make sure we were okay to take care of our patrons with up most certainty the we were good to serve everyone! They were great!','2020-06-09 21:33:28.000000','1698192877146046'),('2549043658518275',1,'Had a work emergency and Dr Ashbrooks(mr crazy) jennifer helen and tobie went above and beyond to make sure my employee was well taken care of and even gave me comfort when they were sticking her with the needle due to me being scared of needles. When we walked in the door we were nervous and we walked out all smiles and laughs such a great team you have here.','2019-10-19 18:27:51.000000','235046800697531'),('2549939691765620',1,'This place is very nice the staff is very polite and informative and the facility is very clean and nice with art work I very nice clean place to get well at...','2019-10-07 17:31:35.000000','1608991329419166'),('2550178358638721',1,'This place is amazing . Brought us to the room I less than 5 mins and immediately started taking care of our son. Doctor came in & was very smart in diagnosing my son. Our nurse, Nicole G. did amazing in helping out and making my son comfortable. I would definitely recommend coming here (:','2020-01-19 03:21:01.000000','1609539722669429'),('2550720548271992',1,'they were very caring . they took very good care of my daughter heaven. tje registrater delicia was awesome the nurse Blake kept her smiling and made sure she understood how to use her crutches. the cray tech made sure she was comfortable during her stay. The doctor was very knowledgeable he explain his diagnosis so that we could understand. there wasn\'t a long wait and we were in and out in no time. all in all it was excellent service','2019-02-11 23:49:24.000000','1648645701907657'),('2551860894869519',1,'Kim Kramer & Allison took good care of us.','2019-12-07 05:43:38.000000','596022027480375'),('2552784734967997',1,'It was like staying in a 5* hotel. Better than most hospitals. Very attentive, compassionate, and knowledgable. My wife was taken care of by so many, including Leslie, Jessica, Kenzie, and Dr. Thomas.','2020-02-20 19:42:47.000000','461782867645453'),('2553239091381463',1,'Wonderful, fast, and adequate results. \nRecommended if you are wanting in and out service. \nThank you \nLisa v., Allison, Julie, and especially Dr. Huerta','2019-10-28 00:02:53.000000','544778295636544'),('2556089667772587',1,'Keera was very welcoming, the experience here is great seen in a timely manner','2019-09-28 19:30:28.000000','461782867645453'),('2556162291097750',1,'Great place.. fast easy very informed','2019-11-23 15:35:33.000000','1765121397101399'),('2556382537785664',1,'My experience with Signature Care Emergency Center was fantastic. Cindy for sure made my night at the front desk, she is a very happy lady with a great personality and great work ethic. Will be back!!','2019-09-15 03:18:12.000000','544778295636544'),('2556692487730376',1,'Facility is clean, nice, receptionist is awesome. Doctor and all medical staff did an amazing job. will be coming here before ever going to an ER.','2019-10-03 06:45:58.000000','167959367441528'),('2558067037777861',1,'I busted my eyebrow open and had to get stitches. I was seen quickly and the procedure went great. The nurse/paramedic that assisted the doctor was kind and explained everything that was going on. The doctor was very informative about what he was going to do and how he would do it. The staff was all very nice and helpful. In the future if I have any other emergencies like this I will be going to SignatureCare.','2017-10-28 05:39:06.000000','326347177710316'),('2558708770887975',1,'very professional staff in and out got the problem diagnosed very quickly and took care of the pain quick and very nice through the whole process we always use them if there is an emergency in the middle of the night they are the absolute best','2019-10-25 00:32:28.000000','1765121397101399'),('2559112944153858',1,'the people were nice and helpful','2019-10-17 02:56:45.000000','1787364321589026'),('2560125387636814',1,'All of the staff was super helpful and nice! Especially Denise when I had questions about my insurance. Fast as well.','2020-05-17 18:35:16.000000','104213804456471'),('2560853787570801',1,'Their staff was amazing and sweet','2020-03-03 17:01:53.000000','544778295636544'),('2562979593787985',1,'Dr. O\'Malley was great help with everything,wonderful staff including Alvean A, Shazia U, Olivia P, Patricia.','2019-12-01 19:26:46.000000','167959367441528'),('2563204797334573',1,'Good services! Satisfied!','2020-02-16 18:12:07.000000','1787364321589026'),('2563672263907345',1,'we were in and out in a jiffy. clean environment, professional staffand competent docs. but i gotta be honest, unless youre in dire need of assistance, you might want to consider the costs associated with your visit. its a 24 hour emergency room so observation fees and others do apply. if i NEED to, i will be back.','2020-03-12 14:51:51.000000','251751275488925'),('2563852923637019',1,'Amy\nKat, rn\nDr.thomas \nMarcus \nThe best','2019-09-11 23:50:18.000000','167959367441528'),('256520465872080',1,'Came to get a rapid test done, it was quick the place was clean. Alvean and Jordan asked me some questions and then swabbed me. Everyone was very nice which kind of puts your mind at ease','2021-01-06 18:44:07.000000','167959367441528'),('256531822179481',0,'I was just denied healthcare.','2020-03-31 23:34:49.000000','237100240304186'),('2565491283520577',1,'Dr.Pham and nurse AlveanA, Trica -B,Radiology and Elida Jasmine- Registration and Aurora -Er Tech They\'re all are very nice and professional.... I recommend everyone to come and see them..','2019-11-26 16:04:29.000000','167959367441528'),('2566127636976927',1,'Exceptional care and service as always!! Kristina is AMAZING with children...truly makes or breaks the experience and she nailed it! \n\nMaya with Registration was welcoming and quick with getting us registered! \n\nGreat team at Westchase!','2020-01-24 20:42:03.000000','829264323932850'),('2566686740030342',1,'Everything, and everyone was kind and very attentive Dr. Wang, nurse Katherine. C, Casi. U, front desk registration Angela. H. I\'m very pleased!\nMs.Swift-Trigg','2019-07-28 01:18:38.000000','251751275488925'),('2566969163339024',1,'Dr.O’malley ,nurse Alvean ,radiology Shazia Er tech Olivia and registration Patricia made this experience for me a breeze and a lot quicker than hospitals.','2019-12-01 21:51:59.000000','167959367441528'),('2567091000006613',1,'I took my mom here and we had a great experience. Everyone was super friendly and professional. There was no wait when we went. They did a CT and x-rays on her and we were out within two hours. We couldn’t have asked for better service. Highly recommend. Thanks to all the staff there including Lorena at the desk, Dr. Kimball, the nurses Jacob and Remington, as well as the radiology tech and ER tech, Laura and Natalie!','2020-01-05 21:21:30.000000','326347177710316'),('2567623229953213',1,'very good friendly staff \n \nTrini,Yvonne, Dr. Anders \nJessica','2019-12-13 02:59:44.000000','237100240304186'),('2567946143259246',1,'The staff was caring and knew what they were doing they were efficient. I would recommend them to anyone who needs care.','2020-01-14 14:45:40.000000','829264323932850'),('2569001243124777',1,'Very prompt service, everyone from the registration clerk Jocelyn to Dr. Pham, was absolutely courteous and professional. Highly recommended!','2019-06-16 22:10:10.000000','596022027480375'),('2569096719986565',1,'Today was was my first time going here but the whole process was easy. Maya at registration was so friendly and check in was a breeze. Nurse Kristina and Doctor Patel explained everything carefully and addressed all my concerns. They made me feel at ease. I could not have asked for a better team to help me fight this terrible flu. Thanks everyone! :)','2020-01-26 01:11:50.000000','829264323932850'),('2571288626269089',1,'Very convenient I’ve never waited longer then 5 min to be seen! The staff is super attentive and polite. The Drs make you feel so comfortable they did awesome with my 7 yr old son that he wasn’t as scared as he was when we walked in. I highly recommend coming here, it’s rare to find such awesome customer service around here these days!','2019-08-17 16:20:57.000000','237100240304186'),('2571571713099186',1,'Brought my son in to been at Stafford and the team there was amazing as usual. Alyssa warmly welcomed us, Shaylene and Trisha were friendly and quick with the visit. So glad we came here!','2020-01-31 17:45:50.000000','1787364321589026'),('2572190012799398',1,'From the moment walk-in until walking out, super friendly and helpful.','2019-06-16 19:10:24.000000','596022027480375'),('2572418129689618',1,'i would definitely recommend signature care to my friends and family. evefyone is very attentive to my needs. patricia at registration was most helpful. she made sure everything would go smoothly.','2019-12-30 20:03:51.000000','167959367441528'),('2573278446246005',1,'Thanks for the care of my son. Tanishia and Fatima you guys were great.','2020-02-21 04:28:56.000000','461782867645453'),('2574140115975181',1,'Very friendly staff, I was seen very quickly after arriving. Everyone was very nice and professional which made my visit very comfortable thanks again Alyssa','2019-11-27 01:37:06.000000','829264323932850'),('2576825752648240',1,'Good service and staffs were really nice and helpful. Thanks','2020-08-02 19:05:15.000000','1648645701907657'),('2576935425911741',1,'Dr Appiah is the best! Great doctor that helped me feel well while i wasnt feeling good and explained to me in detail about what caused it and what he recommended me to do ! Excellent service! Stephanie is very attentive and makes feel welcomed as soon as we arrive at the clinic!! Rollie Was excellent as doing procedures and making sure everything worked out well!!','2020-03-06 08:10:00.000000','1648645701907657'),('2577047815890794',0,'A great ER urgent care facility to go for medical treatment.Arrived at 10:00am sign in and the front clerk call me to back in about 10 minute very nice friendly saff','2017-08-23 07:08:32.000000','544778295636544'),('2577200909043214',1,'Brought my daughter here tonight and the whole medical team was excellent. Dr. Daniel\'s was very informative, all around best care we could ask for','2019-12-22 01:35:17.000000','596022027480375'),('2577201192492069',1,'This is my second visit to this clinic. I went in with breathing issues which is extremely scary, however I was immediately acknowledge and taken care of, thank you Leslie and Steven. No wait time, I couldn\'t imagine waiting and not being able to breathe. RN Churiah greeted me and calmed my worry, she was attentive and patient. Dr. Souman was pleasant and easy to talk to.\n Both were kind, clear and informative. The clinic is excellent. The entire staff was professional. Thank you Eve for your gentleness and Thuy - An for checking and making sure I was good.','2020-02-27 18:41:30.000000','1608991329419166'),('2577760769148625',1,'It was a pretty nice experience got to enjoy my free sprite while Jose, Alvean, and Jocelyn where checking on my fiancé’s pain. Would recommend this.','2020-02-22 23:46:55.000000','167959367441528'),('2578935952350339',1,'We had such a great experience here not only Friday (2.14.20) when I was sick but today (2.17.20) when we brought our daughter in for running a fever. I don’t remember the team that worked Friday night or I would give them their recognition too for being so great to me and my daughter. But today Ryan, Lucas, Kim and Eric have especially been so great to my kiddo. Thank y’all so much !','2020-02-17 22:38:03.000000','235046800697531'),('2579797398751019',1,'Lucas Kim and Sherri were awesome and very friendly.','2019-08-15 19:20:15.000000','235046800697531'),('2581240821924634',1,'Great staff and caring doctors','2019-12-31 23:16:57.000000','251751275488925'),('2581939258718035',1,'great service and really nice staff','2020-02-06 18:23:23.000000','544778295636544'),('2584565588267629',1,'This is by far the friendliest staff I have encountered! Sherwin, Irving, Stephanie, and Thelma were all so amazing and made me feel 100% comfortable! 10/10 would recommend!!','2019-09-04 23:26:36.000000','829264323932850'),('2584802275112337',1,'Did a great job checking out my son’s wrist. Got seen and fixed up pretty fast! Big thanks to his care team: Dr.Nandimandalam Nurse Sam L, Debriel M. Kenyon H','2020-03-19 22:11:10.000000','104213804456471'),('2585503141772180',1,'I would 100% recommend this center to everyone. i want to thank Dr. Rose, Nurse Christina R, Radiology Linda, Registration Christina C. and the rest of the staff for their 100% outstanding services. I give them a 5 stars rating.','2020-01-26 18:44:29.000000','1698192877146046'),('2585688454788038',1,'Er is the best in the entire world!','2019-06-26 00:18:13.000000','596022027480375'),('2585910741450736',1,'Very caring staff Dr Tran, Staci, Brandon and Genesis were great! I will definitely be back!','2019-03-06 23:33:25.000000','1787364321589026'),('2586910558245907',1,'Highly recommend! The staff is amazing, so friendly and super helpful! Not long waiting time. Very impressed!','2020-03-21 15:42:03.000000','104213804456471'),('2588057074841637',1,'I went to go take my COVID 19 testing and my experience was amazing with all the staff being nice and the doctors being knowledgeable with what they are doing I recommend coming here. Delica, Dr Cavazos,sonny, Blake','2020-08-20 14:05:18.000000','1648645701907657'),('2589586064473352',1,'Dr. O\'Malley is awesome! Best bedside manner! My new favorite doc! Staff is great and friendly. Thanks nurse Alvean & receptionist Patricia. Best medical service I ever had.','2019-12-01 21:34:22.000000','167959367441528'),('2590143884330591',1,'Our son woke up with an issue early in the morning and we came here and he was quickly seen and treated. We would strongly recommend.','2019-06-18 12:36:11.000000','251751275488925'),('2590984607784434',1,'I brought my son in because he had a broken arm everyone was so sweet thank you Nancy Pete Patty Theresa and Dr Plante!','2020-03-15 17:15:22.000000','237100240304186'),('2591080044443720',1,'I got hurt on my job yesterday ( 12/17/17) okay.. so it hurts bad.. i couldnt think other than want to know if my knee is okay.. my boss is up to something that doesnt seem right ( even though he is a meanest boss) took me there and i fill it in.. from the pain at least i get to laugh from their tiny mistake of the info.. but hey, it happens šŸ˜‚šŸ˜‚.. anyways, they let my mom in, and thank god my boss is not with me (bonus šŸ˜‚šŸ˜Ž) .. so the work in process nice.. and best part they let me know of the payment of the bill which i also need to know of how my boss is gotta pay it which i got a copy of it that which is very nice.. (which im gotta investigate it later myself) and everything got covered in cash... so thru all the process im very happy to be there and most defenitly hopefully may go there just incase more injuries may happen to me or my family.. šŸ˜‚šŸ˜‚šŸ˜‚šŸ˜ŽšŸ˜Ž','2017-12-18 14:06:47.000000','544778295636544'),('2592554864192089',1,'Great experience! Tanisha made me and my family cared for. I highly recommend anyone fo this location! \nThank you the team at Copperfield and Tanisha.','2019-12-04 07:43:16.000000','461782867645453'),('2593611580858893',1,NULL,'2017-01-02 01:34:24.000000','1609539722669429'),('2594086050625311',1,'Short wait time, friendly staff, great care. Nurse Manny G took good care of us.','2019-06-08 15:25:41.000000','237100240304186'),('2594193607284770',1,'great staff. Doctor Do and Nurse Alvean really cares for you takes his time and listen all your concern. \n\nyou can walk in and without worrying about any long process Jocelyn walk u through everything and make it really easy for u.\n\ndefitnely i will recommend Signature care for all your medical needs.','2020-01-11 15:53:02.000000','167959367441528'),('2594450883976957',1,'The nurses were so nice and attentive thank you Randi Cindy Eliza and Senaida','2019-12-06 08:42:42.000000','237100240304186'),('2595925030511746',1,'Came here after my car accident. Recommend over a regular hospital. No wait.. Bill was sent straight to the person at fault. Did not pay a thing.','2020-01-19 16:53:17.000000','829264323932850'),('2596197083772654',1,'They have an overall 5 star rating for a reason. Best ER I\'ve ever been too. All the staff, nurses, doctors are really kind, informative, and want to best for your medical needs. If you are in the area and need immediate medical attention, I suggest you go here and no where else.','2019-09-22 05:16:04.000000','167959367441528'),('2596357277151009',1,'Great service, fast service and good attitudes','2019-12-30 04:20:36.000000','829264323932850'),('2596892850358279',1,'Fantastic service, always friendly','2019-12-16 23:27:36.000000','237100240304186'),('2596954067186076',1,'Everyone was sweet and attentive, and they saw me within like 10 minutes.','2017-02-12 07:53:07.000000','544778295636544'),('2597780663813615',1,'I’ll try and keep this short and sweet. On Thursday the 9th I woke up with a slight headache and back pain I didn’t think anything of it...throughout the day the pain started to get a little worse. I thought to myself...maybe I slept wrong. So, I’m at work on my grind. Later that night The fam and I go to my nephews football game. A nice cool wind chill had just pushed through my body was slowly starting to shut down. Again, not thinking anything of it I simply say to myself take a nice hot shower and go to bed early. I did just that and after a hot shower I felt great!!! Well, Friday morning I wake up. My headache is even worse!!! I took some quick pain meds and was off to work. Throughout the day my back pain gets even worse. I finish the day go home take a nice hot bath and immediately after I take some Motrin!!! I wake up feeling fantastic. I go back to work on Saturday...two hours in Im ready to call it a day. The pain is simply unbearable from an excruciating headache to extreme back pain. I go home ready myself for another hot shower and this time take a serious shot of NyQuil. I knock out and at exactly 3:35 a.m. I feel as though someone has just hit me in the head repeatedly with a hammer or a bat!!! I knew I had to get up and take care of this immediately!!! I had heard from several people and even drove by this emergency care facility on several occasions. Believe me when I tell you that this is by far the best place I have ever been to for immediate care!!! Starting with the administrative staff Jocelyn up front!!! She was very informative over the phone and in person. The other three care providers that blew me away were Allen whom took excellent care of me and Informed me of every little action in extreme detail. Then there was Pam my nurse!!! She went above and beyond the scope of caring for me. She too explained every move she made in extreme detail and leaving no question I asked unanswered. Last but not least of course was Dr Ding...handling me with extreme care and making sure I was extremely comfortable for an excruciatingly painful procedure she was about to perform on me. We shifted about five time before we both found our comfort zones to do my spinal tap!!! I am extremely grateful to those who had informed me of this emergency care center. More than anything I love that I didn’t even feel like a patient. It was very intimate and comforting to the point where I felt like I was in my bed at home and family was taking care of me!!! THANK YOU ALL SO MUCH!!! BEST CARE I’VE EVER HAD!!! At the request of Dr Ding and Nurse Pam I was instructed to find a primary care physician but I’d much rather come here than to any PCP!!! I highly recommend this emergency care center!!!','2017-11-13 13:20:10.000000','1787364321589026'),('2597844617120131',1,'šŸ‘šŸ»šŸ‘šŸ»','2018-06-04 03:09:05.000000','544778295636544'),('2598478577136443',1,'Everyone is so welcoming and you get the best care without having to go to the hospital!','2019-10-30 09:02:22.000000','299216637560955'),('2598756697108337',1,'I’m really impressed with the service I had today thank you tech Leah ,Kramer and dr. Starr now waiting one my rapid results. Everything was nicely sanitized and explained step by step . Highly recommend !','2020-07-30 21:34:43.000000','596022027480375'),('2599022063551026',1,'Great staff! Very efficient too. They listen to their patients and work with them to address their needs.','2020-01-02 03:16:12.000000','237100240304186'),('2599866076734181',1,'It was a nice smooth treatment process. We came in and left without any types of issues. Will visit again if I ever need any special care, and truly enjoyed the receptionist Tanishia and Sarah RN for a great experience','2019-12-11 05:21:13.000000','461782867645453'),('2600081226785764',1,'Dr. Ruby Rose is amazing. \nStaff- Linda and Christina, RN are the nicest. \nFeeling like myself today.','2020-03-01 03:02:54.000000','1698192877146046'),('2600932030158334',1,NULL,'2016-09-08 23:27:47.000000','544778295636544'),('2601346843310529',1,'Buen service y te explican muy bien y muy limpio el lugar. La enfermera Alvean y Patricia.','2020-01-27 00:12:01.000000','167959367441528'),('2601457656851269',1,'Super nice great service even with all the craziness of covid 19 thank you so much!','2020-07-28 05:13:07.000000','104213804456471'),('2601734076773936',1,'The visit was awesome thanks to reg Rashaad S., the dr grinblata, Amelia, ladonna, Fatima and AL. They was amazing šŸ˜‰','2020-02-15 07:05:29.000000','544778295636544'),('2601992279811147',1,'The staff here was AMAZING!! Dr Henderson was so kind did not rush me and answered my questions. He came in several times to make sure I was comfortable. Michelle T my RN super hero she made me feel comfortable from the time I got there. she is funny considerate and you can tell she loves what she does. Then there was David He was the Radiology tech that gave out the party favors and played in the pee. ha ha will not soon forget that one. He joked and kept my mind off the pain I was in. They treated me thoroughly and very competent in their care. Angela at the front desk was so swet. Thanks guys so much!! I give them ⭐⭐⭐⭐⭐','2019-07-29 04:24:06.000000','251751275488925'),('2603333896655466',1,'drphama alvian patricia. they are a good en profecional','2020-01-30 14:00:04.000000','167959367441528'),('2604381602918115',1,'it was fast and they took great care of me, thank you all tanisha, dr Henderson, alicia, laura, elaine','2019-11-15 01:31:33.000000','461782867645453'),('2605035846195745',1,'Dr. Mauldin ,Bethany and Magali were awesome !! they made sure my child was happy and comfortable. they explain everything and made sure we had everything before we left! I definitely recommend them','2019-07-20 20:46:58.000000','237100240304186'),('2605213219501818',1,'They got me in & out quick! Great Service & Staff! Very Helpful Highly Recommend!','2019-09-30 18:52:34.000000','299216637560955'),('2605301019739393',1,'This was my first visit to SignatureCare and I was very pleased with my experience. Alvean greeted me and my spouse with a warm friendly smile and Marcus was quick when it came to my vitals and xrays.','2020-01-07 19:18:56.000000','167959367441528'),('2605950229475987',1,'Best ER I’ve ever been to. They are very welcoming and warm and professional. They take real good care of you while your there. Best ER!!!!! Shout out to Dr. Curtis, RN Lucas, Rad/lab Sherry, and Registration- Kelly!!! Great team. THANK YALL!','2019-03-31 17:44:44.000000','235046800697531'),('2606410502941310',1,'Excellent service ,caring staff,spotless building,great doctors','2020-06-16 17:35:15.000000','235046800697531'),('2606599729620078',1,'I was helped by Kimberly, Morgan, and Remington! One of the best experiences I\'ve ever had with an ER care','2017-10-16 19:21:32.000000','326347177710316'),('260664731319861',1,'I don’t have enough thumbs to do the Folks who took care of me justice. \nThey deserve more than just 2 Thumbs Up, \n���2 Dozen Thumbs Up maybe ļæ½ ��','2018-07-27 18:17:33.000000','1608991329419166'),('2606691026244704',1,'the front desk,the young lady Tanisha,was super sweet.I can’t thank the staff of this Emergency Room!From\nEveryone was just amazing!\nNot to mention the knowledge that the staff has. Dr.Garcia was beyond carrying. Dr.Garcia made sure the I was comfortable before leaving his ER. I literally was treated like family. I would recommend this SignatureCare Facility to anyone who lives in the bear creek area, even if you live far and can make it over to this side of town it would be worth it. \n\nThank you all!','2020-03-22 23:32:56.000000','544778295636544'),('2606965769341092',1,'Dr. Pham and his staff provided excellent care while I was there. Fast check-in and no waiting. Everyone was very nice and took their time with me. Thanks to Alvean, Marcus, Vanessa and Keith for your care.','2019-11-19 18:57:57.000000','167959367441528'),('2607021025981264',1,'Everyone is absolutely amazing! Kelly is the sweetest!! Highly recommend signature care er!!','2019-04-07 16:42:29.000000','235046800697531'),('2607789109495317',1,'I had a really great experience at Signature Care, Lewisville. The doctor and staff were really incredible, kind, and fast. I would highly recommend you go here if the need arises.','2020-07-28 01:23:28.000000','104213804456471'),('2608600872693420',1,'Alvean , Jordan \nGreat visit , good communication .','2020-03-02 20:49:11.000000','167959367441528'),('2609150109337898',1,'Awesome place and service. \nCame in for Covid testing !!\nStaff was friendly. Everything was fast and simple.\nDefiantly recommend to anyone who need to get their Covid testing done.\nThey also open 24/7 !!!','2020-08-06 04:08:24.000000','105589317817643'),('2610144049079600',1,'I Came in for stomach issues, and had to do a cat scan, the machine already makes me freak out, and I started crying because I was so scared ! The nurse I had helped me, and calmed me down , and helped me stop crying cause I was really scared. \nAnd I honestly appreciate that so much!! \nI always come here for any problems, and I thank you so much ! All of y’all definitely deserve the world on how much you all respect your customers! Even with this being down the street from the house, I would not trust to go anywhere else but signature care. \nI think his name was John or Kaiti, either way they both did a really good job with helping me and making sure I get better, but the one who helped me through the cat scan, I really thank you so much! And I honestly appreciate you, thank you !','2019-12-23 09:02:48.000000','251751275488925'),('2610364862351910',1,'best care I have recieved from a doctor in a very long time. Much better than any regular ER care and much faster than a walk in clinic','2019-11-27 19:07:45.000000','596022027480375'),('2611713955530545',1,'The Hospitality at this ER location was outstanding. The whole team from the Registration to the Doctor. Our situation was taken cared for in a timely manner, from start to finish. And even giving us snacks and drinks as we were walked out. Definitely recommend coming to this ER if you are close to the area. Thank you again for the whole team that took care of us —\n\nDr. Henderson MD\nNurse, Sarah G.\nRad Tech, Fatima\nER Tech, Elaine \nAnd Registration, Tanishia W.\n\nAgain thank you to the whole team for taking care of us you guys did a great job.','2019-11-22 04:11:05.000000','461782867645453'),('2612231132390537',1,'immediate service. very friendly faces. a caring staff.','2020-03-10 23:34:28.000000','596022027480375'),('2613010925603357',1,'This is a great place for urgent care need avoid the hassle of hospital settings. The experience at this location was awesome from admission to discharge warm hospitality by Patricia, vitals by a man of little words Jordan and nurse Alvean was so warm, caring and the best medicine for pain. Now the best for last Dr. Mauldin he needs to teach ethics classes great bedside manners and gentle doctor he is in the right profession because he care for people. Thanks for the wonderful experience!!!','2020-01-25 21:21:28.000000','167959367441528'),('2613207872067436',1,'Great people, great doctors! Quick and easy','2019-12-31 19:37:43.000000','1787364321589026'),('2616053468512312',1,'Highly recommended for your emergency needs!! Every time I’ve came here they always always get me in and quickly evaluated so they can help me out! 5 stars for customer service for sure!','2020-01-30 21:22:19.000000','544778295636544'),('2616876288366746',1,'Its a very good place I recommend signature care emergency center for any type of emergency','2019-12-21 15:17:19.000000','544778295636544'),('2619458171408674',1,'my wife had a really bad pain and they took her straight in no wait and were very professional','2019-10-06 17:36:58.000000','251751275488925'),('261948754768024',1,'had a great experience and help with dr.yost\nrn:Mollie\nrad tech:Eric\nregistration:tobie','2020-01-15 06:34:19.000000','235046800697531'),('2619771554834901',1,'Came in at 2 in the morning because of swelling in the finger and was treated so kindly from Gabriel, Christine, Landon Sandy and Dr. Elsbecker! I usually have a lot of anxiety coming to the doctor but they made me very comfortable! Thank y’all!','2020-11-13 09:37:33.000000','1698192877146046'),('2620084208225960',1,'Very quick and everyone was super nice !','2020-03-02 23:40:30.000000','251751275488925'),('2620159821434686',1,'Great experience. Tammy R, Brooke G, and Tiffany were wonderful. Dr.Das was great explaining my diagnoses and treating me!','2019-12-27 05:43:12.000000','299216637560955'),('2620410848246880',1,'We knew before we arrived that this is a free standing ER and we would be paying our higher ER co-pay but because our situation was after-hours and we didn\'t want to contend with the hospital ER that is farther away with longer wait times, SignatureCare fit our medical needs perfectly. They had overnight observation, IV treatment, in-house blood work and x-rays. \n\nThe nursing staff and physicians were great and scheduled all of the follow up testing with our primary care on our behalf. \n\nDue to higher co-pay, I wouldn\'t use them for a simple sniffle but if you need ER-like care but not the ER hassle, this is a good option.','2017-07-17 01:08:47.000000','1698192877146046'),('2620498741338911',1,'Thank you guys \nDr Thomas \nSara\nGeovanny\nAnd Tanisha your service was awesome','2020-01-17 06:43:10.000000','461782867645453'),('2621864697867868',1,'Great service and got us in and out very quickly! Definitely recommend.','2019-12-30 11:30:45.000000','829264323932850'),('2622259191388217',1,'I was recently there for shoulder pain and I must admit that I was hesitant To go because of the pandemic but my visit went smoothly. Starting from the security guard outside handing out masks and washing your hands with hand sanitizer the front desk Vy to the nurse, X-ray tech Grace and the physician Dr Garcia!!! Everyone was wonderful! Very clean place and they offer snacks as well!! Bless them all!','2020-03-23 13:58:12.000000','461782867645453'),('2622750637956483',1,'I have never had a better ER experience anywhere else. Everything was quick and easy. I was fully informed the whole time and all of the staff (Rebecca V, Jeri, Rebecca W. And Dr. Kimball) were all taking very good care of me. They made me feel like a priority and that hardly ever happens at an ER.','2020-02-06 15:26:09.000000','326347177710316'),('2623103524680363',1,'Dr. Patel, registration: amy, RN: Dawn, ER Tech: yasmina, RAD Tech: eve','2020-02-12 13:55:08.000000','1608991329419166'),('2623392487891577',1,'I felt so bad with my heart hurting and short of breath when the team here immediately took care of me and call me down with their kindness. Thank you so much Stephanie-Registration, Rollie-Nurse, Natalia-Rad Tech, & Dr Grinblatas','2020-03-07 06:45:43.000000','1648645701907657'),('2624756437836027',1,'Everyone was extremely nice, professional & efficient. Beautiful, clean facility!','2020-09-25 10:55:37.000000','251751275488925'),('2625397197581962',1,'Great experience with Fatima & Tanisha, both very professional and pleasant during my visit and would recommend this location to anyone in the area','2019-12-06 05:19:31.000000','461782867645453'),('262598271597986',1,'Experience Was Great They Got Me In And Out Pretty Fast Staff Is Great And Very Caring I’d Recommend Them To Anyone','2020-05-11 06:45:11.000000','235046800697531'),('2626034287417417',1,'Great experience at Signature Care Cypress, excellent staff. Made me feel better about a rather silly accident. \nThanks!','2019-09-18 02:41:15.000000','167959367441528'),('2628393913878860',1,'Awesome & quick care! Smooth visit from start to finish! Highly recommend! ā¤ļø','2019-08-30 13:51:20.000000','299216637560955'),('2628460153871580',1,'Everyone is very sweet and nice attended me fast dr.dang ,Amy ,Kat s. and kat k.','2019-09-12 05:06:07.000000','167959367441528'),('2628593573821450',1,'I had a very positive experience with the staff, nurses (Shelli), and Dr. de Waald who were very caring at a time I was feeling very vulnerable. I had a severe nosebleed they helped me stop and I especially appreciated their instructions for self care in the future.','2019-02-18 20:38:06.000000','1698192877146046'),('2630840313606557',1,'Every person of staff was kind, patient, and caring. Especially, Angela. She was the best! Greeted with a smile and/or kind words from everyone. Dr. Patel was comforting, informative, and professional. He did not rush the process and I was able to have an actual conversation with him becuz he actually took time to listen. Big Thank You to Nurse Michelle for taking care of me, in a big way!\nP.S.: I hope I\'m not getting Angela and Michelle mixed up lol.','2019-07-19 02:16:12.000000','251751275488925'),('2632891403415365',1,'no wait at all. everyone there was very helpful from Patrica C im registration to the nurse Alvean A and Dr. Mauldin was the best','2020-01-25 13:45:49.000000','167959367441528'),('2633980263534608',1,'The staff was amazing. I have never felt so fully taken care of. They really care about their patients. Will go there again in a second if I have a problem.','2017-02-01 23:52:22.000000','1765121397101399'),('263437687866694',1,'I love the staff at Signature Care! They are all so helpful, caring, and have excellent bedside manners. The team; Karen, Gunnar, Keo, Kelly, and Dr. Curtis are nothing short of AMAZING! I definitely recommend them and the Signature Care Emergency Center.','2019-03-25 18:36:57.000000','235046800697531'),('2635119780072586',1,'My dog bit me and we were worried that my hand was broken. they were super friendly and helped so much.','2020-09-16 01:16:27.000000','251751275488925'),('2635762693199703',1,'What a great experience ! Diana and Sindy were very kind and explained my benefits , Dr Golla was very attentive and Fanny helped me with translation. Ralph was cheerful and attentive . I will definitely come back !','2020-03-02 22:01:06.000000','544778295636544'),('2636254586418551',1,'Great staff, very attentive, no long waits, very polite.','2019-09-20 12:56:16.000000','251751275488925'),('2636466093132842',1,'Tanishia was a great receptionist, the rest of the staff was just as friendly and hospitable! Expensive but with the visit for my child.','2020-02-19 02:36:13.000000','461782867645453'),('2636851819671841',1,'I\'ve been here twice and both times I was treated immediately. the staff is great, very understanding, and non judgmental. I recommend this er if you need it','2019-09-11 18:36:48.000000','1609539722669429'),('2637164309654825',1,'Very fast, attentive staff. Nurses Manny and Lisa were a good team, checked on me often. Front seat Eliza was friendly and welcoming. And dr Plante was informative, explained everything with detail and answered all my questions with patients. Great office.','2019-12-13 16:38:00.000000','237100240304186'),('2637339219614686',1,'Great patient care. Quick, efficient, knowledgeable staff. They answered questions without rushing us and treated my wife like a person, not a number in the queue. This was the 1st experience and is now going to be my family\'s go-to when the primary care is closed. I now regret not going to them sooner.','2019-02-24 04:22:02.000000','251751275488925'),('2637741436283555',1,'I would recommend this place fro. the receptionist Alexis to the back staff (Jessica Nguyen, Tammy W., Giovanni A) were amazing. Dr. O\'Malley was very thorough with his exam and my little one was smiling the whole time.','2019-10-26 17:25:57.000000','461782867645453'),('2638143856221007',1,'Evening, First time coming here. the atmosphere very pleasant and warming. I had the pleasure of meeting this awesome team today. Dr.Edwards , Jocelyn , Ekaterini S , Marcus And Brian. Keep up the great work team . Exceptional service .Thank you all so much.','2020-01-13 19:44:00.000000','167959367441528'),('2638514559529307',1,'They were very helpfully and kind! Asked me if I needed stuff. Also the timing was perfect the got to my needs very quickly. The lady at the registration office Tiffany was very nice. Nurse Tammy R & tech Brooke G took very care of me. I’m so thankful they helped me. I left feeling 10x better than when I went! Would definitely recommend anyone! Awesome service!','2020-01-03 02:45:42.000000','299216637560955'),('2639368299455996',1,'the best Er service they take care of you quickly and efficiently everyone is nice','2019-11-23 17:29:42.000000','1765121397101399'),('2640222606058939',1,'The staff was very friendly and the service was quick I recommend coming here if you can’t get to your local doctor','2019-12-16 05:00:52.000000','326347177710316'),('264089997964016',1,'fast and friendly service with comforting compassion','2020-04-29 00:27:41.000000','235046800697531'),('2641039679243490',1,'The doctors, nurses and all the staff are caring, professional and knowledgeable. I received excellent care!','2019-05-20 22:21:30.000000','167959367441528'),('2641469135920662',1,'The receptionists Dyveliz and Rebecca were both really nice and welcoming. My nurse Brad was very professional and friendly and made sure that I was comfortable while there. Dr. Daniels was very caring and made sure that I understood what was going on and answered all of my questions. The techs JR and Rebecca were both very helpful as well. The entire staff was very welcoming and professional.','2019-06-25 22:39:47.000000','326347177710316'),('2641991512516199',1,'very caring and respectful staff.','2020-02-14 17:39:56.000000','1787364321589026'),('2642599226004083',1,'Brodrick,Alyssa,and Trayce are so welcoming! Made my visit the best experience I’ve had from other ER’s I’ve visited 🤩🤩','2020-08-28 22:13:04.000000','1787364321589026'),('2642800105981267',1,'They were really nice, they really care about the health of the people thanks to Appiah, Thomas, Andrea, Tanisha and Fatima!!','2020-11-16 02:04:01.000000','461782867645453'),('2643687439293654',1,'The registration staff (Lorena and Amanda) were super friendly and welcoming! I then had Jacob for my doctor and Sara for my nurse and they were both so kind and patient!! Can’t recommend this place more!!','2020-07-25 17:21:05.000000','326347177710316'),('2643730172317214',1,'Such an amazing facility will definitely come here for now on!!! When I first walked in I was treated with a smile and they made me so comfortable and so polite. The best part I got in and right out! I personally want to thank Dr. Rankin, Nurse Amy, Kelvin and front desk Natasha for all your help and patience with me!!!','2019-08-13 16:25:01.000000','251751275488925'),('2645741282212968',1,'Great experience, no wait time at all and everyone took good care of our daughter. We are so grateful thank you!','2020-01-06 04:14:46.000000','596022027480375'),('2645741588827241',1,'Decided to visit this location after our dog accidentally bit my girlfriend. As soon as we arrived, Tanishia greeted us and made us feel very welcomed. We got attended faster than we could finish filling out forms. The nurse, Susan, arrived shortly and attended us with care. It wasn\'t long before Dr. Nguyen treated her and gave us the medication she needed. Awesome emergency center and super quick. The visit took about an hour. Would definitely recommend and come again if needed.','2019-12-04 05:52:56.000000','544778295636544'),('264605261182568',1,'Awesome and quick service. Dr.Nguyen, Erika, Elisa Jasmine and Jordan are very professional and delivered great service.','2019-12-12 18:49:07.000000','167959367441528'),('2647380342192343',1,'For keshawa šŸ’ž she was a good front desk when we went to ask for help','2020-10-01 18:41:27.000000','1609539722669429'),('2647665428805543',1,'Came in early in the morning staff was very friendly and very quick! Lorena t was great at greeting me and helping with paper work. Nurse jeri d was funny and very friendly Dr. Cabaniss was also friendly as well! I would recommend coming here people were great and service was quick!','2020-09-26 12:26:16.000000','326347177710316'),('2648568951929053',1,'Excelente servicio y buena atención para mi esposa todo el personal atento. La enfermera Alvean y Patricia.','2020-01-27 00:16:10.000000','167959367441528'),('2648723895338959',1,'Was perfect all the staff was friendly was friendly and made you feel at home...preethy was nice','2017-03-15 14:57:04.000000','544778295636544'),('2650557021841585',1,'Rn Mollie \nRad Eric \nReg Tobie','2019-12-29 03:08:47.000000','235046800697531'),('2652004834846056',1,'Me and my son had a great and experience with Mercy, Jeff, and Dr Lim. Everyone was very nice and took great care of us from the time we walked in to the second we walked out','2019-11-19 17:46:36.000000','829264323932850'),('2652767014964885',1,NULL,'2017-06-25 14:52:16.000000','1698192877146046'),('2653243571357799',1,'Yes. My experience was great. The ER was new, clean, and filled with friendly and educated staff. Dr. Singla, Nurse Gracie, Tech Diem, and Brenda R. for registration were absolutely amazing.','2019-03-13 09:32:32.000000','544778295636544'),('2654460144582004',1,'Great service! All the staff was super friendly and attentive thank you Dr. Yusuf, Nurse Naureen and the friendliest receptionist Amy!','2019-06-01 23:52:22.000000','1608991329419166'),('2654549497923674',1,'They are friendly and fast!','2019-09-15 21:17:23.000000','235046800697531'),('2654583047963278',1,'awesome staff and they helped me right away! very costly and recommed to anyone! doctors were super nice!!!','2019-12-27 14:50:45.000000','829264323932850'),('2655572117795486',1,'Staff is always welcoming. This is the second time we have had to come. It is always clean. So happy they accept TriCare now! Dr Lingan, Konya and Thai put my child at ease. You guys have amazing staff','2019-08-16 22:11:50.000000','251751275488925'),('2656798967728626',1,'This urgent care was great! Great staff, the front desk lady, Amy, was very friendly and helped us get checked in and checked out. My friend had to come in due to a cut from an exacto knife and the customer service was great and super helpful. The doctor, Dr. Wren, and the nurse, Chih were both great in helping the process of helping her fix her laceration and begin the healing process.','2019-04-21 05:32:06.000000','1608991329419166'),('2657972927590755',1,'Awesome staff. Very helpful and quick. Great hospitality. Definitely will use this facility as needed in the future. \nDr Cavasos, Lynn the Nurse, Laura H/ Rad Tech, Angel , ER Tech, and Tanishia Registration all fantastic, friendly, informative and helpful. Love the payment schedule.','2020-02-17 05:38:45.000000','461782867645453'),('2658781407471693',1,'Dr. Wren, Chih, Amy made the process of cutting my finger a lot less painful and the service was super quick and convenient!!','2019-04-21 05:31:20.000000','1608991329419166'),('2658929650894535',1,'Awesome super friendly place. Highly recommend. Trini and Jessica super awesome!!!','2020-02-09 05:10:19.000000','237100240304186'),('2659448300765805',1,'Lisa P., Bliza, Manny, and Dr. Plante helped me out so much and got me taken care. They were very kind and provided the best service.','2019-12-14 17:38:55.000000','237100240304186'),('2660753317280383',1,'The staff is always nice. They get things done efficiently but quickly. You don’t have to wait for hours to be seen. Over all I really like this place.','2019-07-17 01:10:30.000000','237100240304186'),('2661600874060980',1,'Fantastic staff!! Wait time is not bad at all literally in and out','2020-03-02 03:27:29.000000','237100240304186'),('2661741523846188',1,'Had an awesome experience at SignatureCare. I called ahead coming from a car accident and I was in the back in less than 10 minutes. The receptionist Rebecca V and all the nurses and doctors were very friendly and helpful. I\'d definitely go back again for another emergency.','2019-10-26 02:10:49.000000','326347177710316'),('2662005443914677',1,'Highly recommend Signature Care in Texarkana! Everyone was great! Mollie, Leanne, Dr. Yost, Gunner, Eric, Carla and Tobie! Thank y’all for taking such great care of me!','2020-01-13 01:47:32.000000','235046800697531'),('2662216713823557',1,'I absolutely love this company i will go to them for all my medical emergencies needs','2019-09-16 19:02:25.000000','829264323932850'),('2662291383999757',1,'I came in really sick and since the minute i walked in the whole team was very assertive, kind, and fast. Dr. Grimblata was very honest with his opinions on treatment choices. He thoroughly explained everything which definitely puts anyone at ease. Everyone including Veronica at registration, the RNs Dawna and Gina, and the techs Jaqueline and Norma all helped me leave the clinic feeling better than when i arrived!','2020-02-18 18:53:09.000000','1608991329419166'),('2662392537108530',1,'Signature Care made me feel welcomed and safe. Amy checked me in right away and even offered me a wheel chair. All my Jessica checked on me regularly and kept me updated. Dr. Braun and Dion were very thorough in explaining what was happening. I really enjoyed the warm blankets. The doctor kept me feeling at ease. Thank you everyone(:','2019-05-04 21:21:43.000000','1608991329419166'),('2662996963974979',1,'We had a great experience! We were seen as soon as we arrived and completed paperwork. My 4 year old was a bit nervous and worried about what would happen. The staff were very caring and patient with her. Everyone was courteous and professional! The facility was up to date and clean which is huge in my book! Would definitely return if needed. :)','2017-07-31 03:41:14.000000','544778295636544'),('2664564690268740',1,'My ER visit Thursday morning was in the middle of crew change and the am crew with Dr.Patel and staff were amazing, kind and welcoming. He passed the torch over to Dr. Chambers and his staff and they too have been comforting ,acknowledgeable, and attentive. Both crews are wonderful, thank you!','2019-11-21 15:00:15.000000','596022027480375'),('2665253543586953',1,'Got tested for covid-19. The staff was super informative and professional and the process was fast and simple.','2020-05-05 21:57:19.000000','596022027480375'),('2665359570371678',1,'Ms. Jackie at the front desk made sure everything was taken care of before I left the office. Very respectful and polite.','2018-03-15 00:06:34.000000','1609539722669429'),('2665661880130430',1,'Raven is amazing and very helpful!','2019-06-09 03:45:48.000000','1787364321589026'),('2665988533730061',1,'Alvean ! Was a great nurse ! Awesone shot didnt feel a thing .','2020-10-13 15:46:56.000000','167959367441528'),('2666622843554888',1,'The facility and the service was great! I was very comfortable. Dr.Eisbecker, Chris, Townesend, was very professional and caring ! I give this place a 5 star and would come back for any care or treatments needed.','2020-10-18 14:35:17.000000','1698192877146046'),('2666737616780380',1,'Trini and Jessica made wait fun!!!! Awesome place I’ll visit again when needed!!!!','2020-02-09 05:13:20.000000','237100240304186'),('2666901026913807',1,'Thank you to Dr. Hehman and Nurse Kelly and receptionist Karen and to the other doctor\'s and nurses that helped me... hopefully I don\'t have to come back but if something happens and I do need to come back I know that ya\'ll take good care of me n thanks really appreciate ya\'ll...','2020-05-06 20:10:16.000000','544778295636544'),('2667002719991009',1,'I was seen quickly and with such care. Dr.Jazmin Thomas, Genisis, Stephanie,John. they all were Awesome and Professional','2019-09-09 20:14:51.000000','829264323932850'),('2667241950209615',1,'They have great service and they move faster than most ER centers.','2020-10-09 20:32:43.000000','299216637560955'),('2667559753291262',1,'Awesome staff!! Very friendly and considerate, they did take a little while but overall an awesome experience','2020-01-28 00:47:12.000000','235046800697531'),('2667739829951924',1,'Pleasant staff, expedited service! Will definitely use them again and recommend to others!','2019-10-28 02:28:11.000000','1787364321589026'),('2667916080199766',1,'one of the best places always kind from Jennifer that checked us in to the nurse susie and tech matt I could not ask for better','2020-02-16 16:57:31.000000','299216637560955'),('2668673883184130',1,'Absolutely amazing staff from the registration desk to the doctor!!!','2019-09-30 17:43:27.000000','251751275488925'),('2668837093406411',1,'The staff is exceptionally welcoming and accommodating.','2020-10-17 15:36:25.000000','326347177710316'),('2669241236524178',1,'This Cypress location has helped me and my girlfriend when needed I genuinely thank everyone who has been apart of making us feel better','2020-01-16 18:16:39.000000','167959367441528'),('2670764256341474',1,'I went in this morning for a sinus infection. I was in and out of there with my prescription in under an hour. The staff was amazing. Everyone is so friendly and they make you feel welcome. Dr. Miller saw me right away and made me feel comfortable there. I highly recommend this place.','2019-12-23 23:56:44.000000','237100240304186'),('2671093093010691',1,'Literally the best emergency room I’ve ever taken my kids to. They were attentive, compassionate and very quick! I’m amazed that there’s still medical centers like this in Killeen. Thank you Dr. Hemerka and Shaunda!','2020-02-12 04:40:40.000000','251751275488925'),('2671325346270115',1,'I highly recommend this ER as they took care of me immensely \nDr. Cavazos \nEkaterini and Patricia were so awesome and caring I will definitely return to them \nFor me or a family member emergency \nI know they would be in the best hands\nThanks to all for your care\nGod bless.','2020-02-07 19:06:11.000000','167959367441528'),('2671634819556601',1,'excelente servicio de todo el personal mĆ©dico. Gracias a todos de zheng, mirar Nicole , shaylene, lonnie, genesis','2020-02-09 16:18:23.000000','1787364321589026'),('2672428782785672',1,'Yeah this place is pretty sick if you’re sick, everybody was super nice. Shout out Brenda and Dr. Jaber, nurse was super nice too :)','2019-06-16 19:14:23.000000','1608991329419166'),('2672753492818360',1,'Very helpful with patiences. Feels comfortable like they wanna take care of you.','2020-01-31 07:40:59.000000','235046800697531'),('2673717899390967',1,'wang, susan, geovanny and tanishia are the best ever, they all did their jobs right and i couldnt ask for a better staff!!!','2020-01-22 05:37:10.000000','461782867645453'),('2674615879529946',1,'Jenci my nurse was super attentive and understanding and very knowledgeable made my visit very pleasant','2020-04-30 01:56:36.000000','299216637560955'),('2675495045806304',1,'Tanisha W was awesome!!! In & out & made us feel welcomed.','2019-11-01 03:49:15.000000','461782867645453'),('2675531959376451',1,'I came here for a covid test and the staff immediately helped and saw me. The doctor was really nice and calming and the front desk ladies Dalal and Natalie were really helpful. I felt really comfortable and I would definitely come back if I had an emergency event arise','2020-10-21 14:50:27.000000','1609539722669429'),('2675892929139002',1,'Dr Mauldin and his nurse Vanessa were amazing! Very kind and knowledgeable. I would recommend using SignatureCare Emergency Center anytime! Check in was also very fast and Shania was great explaining my insurance information as well!','2019-12-01 02:13:36.000000','596022027480375'),('2675988596052062',1,'Theresa M and Dillon were really nice and helpful','2020-07-20 19:14:21.000000','237100240304186'),('2676772492430274',1,'the staff is amazing and everything was amazing. thank you, rebecca, gabe, stephanie and Dr. Vakey','2020-01-11 05:19:07.000000','326347177710316'),('2676821862529369',1,'I like it here Dr Henderson jasmine andAlexa Alia and Jessica thank everyone so for taking care of me . I will All of you five star','2020-09-19 21:20:36.000000','251751275488925'),('2677472432331477',1,'fast and excellent service from Nelson, Holly. Irving and Dr.Smith. \ntreated me quickly.','2020-01-12 10:22:55.000000','829264323932850'),('2678954045451973',1,'I had a very positive and productive experiece. Have to admit I was skeptical at first (was sure Methodist was the best ER). Boy, was I wrong. I have a whole new appreciation of SignatureCare ER. Every single person I encountered, from entering until leaving, was efficient, professional, and considerate. The doctor, Billy Miller, was great! He was pro-active and very thorough. The nurses were very sympathetic and kind. Not a single complaint. I would highly recommend SignatureCare Emergency Center.','2017-11-26 12:59:19.000000','544778295636544'),('2679560535696433',1,'Caitlin in registration was absolutely amazing! She was so helpful tonight when we realized they didn’t take our insurance. She even gave my daughter a t-shirt and glasses!','2020-09-13 02:11:04.000000','299216637560955'),('2679888112066233',1,'everyone was very nice. they take good care of me. made sure i was good to go','2020-02-22 05:00:47.000000','251751275488925'),('2679922178722003',1,'The nurse Kristina ,Dr. Golla and Register Maya were very nice and professional .','2020-02-26 22:48:25.000000','829264323932850'),('2680193125555009',1,'Thank you so much to everyone at SignatureCare Emergency Center in Pflugerville! They were so professional, organized, caring and helpful. When things are so stressful already, it’s really nice to feel taken care of by smart and well-prepared people. Great experience overall!!','2020-06-19 14:50:34.000000','105589317817643'),('2680763598646548',1,'Holy WOW. This is the Hilton inns of emergency rooms. The building is very clean, new, impressive. The staff (from reception, to our nurse, doctor and radiology tech and everyone we passed) was SUPER nice and accommodating. We were asked by 3 different people if we wanted a warm blanket, needed anything to drink, or had any concerns. \n\nUpon arrival, we were greeted by a very friendly receptionist that checked us in promptly and explained all of the paperwork that needed to be done. Not even 10 minutes later a nurse was pulling my husband back for his vitals, getting us set up in the most luxurious emergency hospital room I’ve ever been in. Within a few minutes the doctor came in, and shortly after a wonderful woman came in to place his IV and get fluids hooked up. At one point, I was breastfeeding our 3 month old son and not a single soul commented on it or shot me a disapproving look. Everything took place very quickly and efficiently. This place is running at GOLD STANDARD healthcare levels. I’m amazed.','2019-10-22 13:30:15.000000','251751275488925'),('2680794071947695',1,'Robin Bratcher, the lady at registration was so polite and helpful! The nurses Susie and Christina were friendly. We had a great experience and fast service!','2019-03-03 03:15:46.000000','299216637560955'),('2682165145171717',1,'They were very helpful and got me in fast! \nRollie, Natalia, Stephanie, and Yasmina were all so friendly and made me feel comfortable! \nDefinitely recommend coming to this location!','2020-03-06 00:58:28.000000','1648645701907657'),('2682298378535667',1,'Gracias por toda su atención Ɓngel and Dr Pham, and Tanishia. Gracias.','2020-03-04 06:40:12.000000','461782867645453'),('2683279325063633',1,'Offered snacks, warm blankets, and sodas. Friendly staff, got my son in ASAP. Tanishia is my fave followed by Fatima. Dr. Faig is awesome','2019-11-13 05:15:01.000000','461782867645453'),('2683546455242014',1,'I want to thank Dee for her kindness and professionalism. Dee was very attentive, knowledgable and compassionate. Thank you Dee.','2020-09-29 19:34:41.000000','829264323932850'),('2686318274712530',1,'Awesome Emergency care Center!! In and out with the best customer, Nurse and Doctor care that I ever experienced!! I am out of town, and it only took us less than 10mins to be seen and 15 more minutes to be diagnosed. They gave us a prescription but meds to take home because no pharmacy in area open. How awesome is that!! They really care and the facility is new and very clean. I will come back and tell my friends!','2019-08-25 01:51:29.000000','251751275488925'),('2686371188117431',1,'Excellent service good doctor and receptionist \nDr Appiah\nReg: Rashaad','2020-02-09 07:32:50.000000','544778295636544'),('2686752894752727',1,'Got seen on a very timely manner the staff was very friendly and actually took care of us! Would definitely recommend this place to someone else!','2019-12-30 21:37:40.000000','251751275488925'),('2686828881592508',1,'That place was great.. Great staff very compassionate and caring .. And will go to all means to find what\'s wrong with you','2018-06-26 23:51:02.000000','326347177710316'),('2687051328206836',1,'I have always had a great experience at this location, They are nice, polite and very efficient, I will continue to go there and would recommend anyone else in need of urgent care to go there as well.\n\nI had to go back there and they are still the best at what they do, from the receptionist to the doctors, they are amazing, polite, encouraging and very helpful. I go there before I would go to a hospital, they take care of you on an urgent basis no matter how big or small the issue.','2017-09-30 07:43:42.000000','544778295636544'),('2688373094554747',1,'Everyone was great, Got in and out fast that was also great. \n\nHenderson\nSarah \nWilliam\nPatrick \nBiseida \n\nWhere all very helpful and the boom','2019-11-14 02:58:55.000000','461782867645453'),('2688766651142931',1,'Very quick, friendly and efficient. Highly recommend','2019-09-27 01:32:37.000000','596022027480375'),('2688779134511468',1,'The staff is super amazing and very helpful as soon as we walked in! 😊 Thank you to Dr.kotey, Lynn S, Daniel B, Tanisha W, they are the best šŸ™šŸ»','2019-12-23 07:39:01.000000','461782867645453'),('2689994437680178',1,'they were fast and very friendly. I would go there again.','2019-09-11 11:09:32.000000','235046800697531'),('2690375097915848',1,'Jessica was very sweet and helpful when I got called to the back Senaida and Keira listened to what i has to say very understanding and Randi was very helpful as well','2020-03-04 01:20:51.000000','237100240304186'),('2690412284363374',1,'The best ER I’ve ever been to/seen!!! The staff was very friendly as soon as I walked into the door. They make sure their patients are comfortable and well taken care of. 10/10 recommendation to everyone in Killeen','2019-05-22 07:26:17.000000','251751275488925'),('2690522334354728',1,'Everyone was amazing! Very nice & helpful . Definitely high recommend!!','2019-05-06 17:46:22.000000','596022027480375'),('2691800767506602',1,'Very quick check in, got seen by the doctor right away. He was very knowledgeable had very good bedside manner, included me in the discussion. Will definitely come back again if need be.','2019-11-19 14:09:13.000000','251751275488925'),('2692539547445928',1,'Extremely fast and helpful. Kim and Allison were amazing. Had my father in a room in 5 minutes and a diagnosis within 30.','2019-08-21 05:12:42.000000','596022027480375'),('269387277353197',1,'Thanks for your help with my sister. Tanishia you were amaZing with my family','2019-12-04 03:36:12.000000','461782867645453'),('2695266304083073',1,'Manny, Eliza, Casey n\' Rachel do a great job 🄰','2020-07-23 21:20:37.000000','237100240304186'),('2695605003789127',1,'The staff is incredibly nice and helpful.','2019-05-08 06:05:21.000000','251751275488925'),('2696003383831922',1,'I come to the signature care ER in the heights all the time. They always take such good care of my family and I no matter How we’re feeling! they take great care of us, I would recommend them to everyone!!! It’s always so clean and everyone is so friendly.','2020-04-15 14:07:28.000000','1609539722669429'),('2696303247113819',1,'The staff was very sweet and helpful. We were helped by Shania, Leah, Kristina, and Alison and they made us feel comfortable and welcome.','2020-02-01 09:09:51.000000','596022027480375'),('2696760193705627',1,'Everyone is so friendly and really professional & respectful.Place is very clean. You also get a warm blanket during you’re visit. I highly recommend this ER ! Thank y’all so much for making our visit less stressful!! Dr and his staff were awesome šŸ‘','2020-02-27 04:16:27.000000','326347177710316'),('269697357018237',1,'I\'m glad I brought my daughter there,the staff was very caring and very nice and Dr.Zheng was wonderful and very nice also.I would recommend Signature Care to everyonešŸ˜„','2017-07-08 13:25:49.000000','1787364321589026'),('2697571193677426',1,'This was an In and Out process which was great! Everyone here was amazing but I have to give my praises to three people and that’s Jessica at the front desk, Dr. Garcia, & my nurse Jerry. They we’re truly amazing. I would definitely recommend anyone to come here and I’ll be back again','2018-03-23 14:00:05.000000','1787364321589026'),('2698165616889469',1,'Dr. Vaagnese was great. He has been extremely helpful - highly recommended. Thank you Sindy for your help as well.','2019-12-04 21:34:04.000000','1609539722669429'),('2698797667045399',1,'Super quick and friendly service. Attentive staff.','2017-11-17 01:16:36.000000','544778295636544'),('2699517560061040',1,'Fast and Friendly service we will be back! Dr. Miller answered all my questions and Andrew took great care of my daughter','2019-09-16 00:06:31.000000','596022027480375'),('2699577873445368',1,'Thank you John Bell and SignatureCare staff for taking such great care of my granddaughter on today!','2020-02-25 19:52:34.000000','299216637560955'),('2699666556956141',1,'Second time me and my daughter come for Covid testing and this place is the best! Fast and very friendly ā˜ŗļø thank you for making this experience not so scary for my little one. \nCecilia & Alexia','2020-07-30 06:43:38.000000','105589317817643'),('2700515396687291',1,'Absolutely wonderful people!! Alicia and Erica are such amazing nurses!!!šŸ’›šŸ’›','2019-05-25 19:31:17.000000','299216637560955'),('2700562116924570',1,'Josh really took care of me I\'m putting my leg brace on. he really take care of me.','2021-01-20 18:48:57.000000','235046800697531'),('2701149899992724',1,'Shout out to the team @ the Westchase location who made me feel all better on a late work night: Nurse- Sarah, Radiology Tech- Sherwin- Dr. Dang, ER Tech- Christian and Registration- Ana!\nSince I was admitted over night I was able to stay in a fancy looking suite that includes a fridge full of different drinks and they also have good variety of znacks... because that is super important lol. Clinic was very clean and organized. They have capability for CT Scans and are fully equipped. All staff especially Sarah was super attentive!\n\nThank you for all you do!','2020-02-19 09:01:40.000000','829264323932850'),('2701777779873463',1,'everything Dr. Patel Nurse Alvean Radiology Tricia Registration Jasmine','2019-10-10 21:58:32.000000','167959367441528'),('2702275320017695',0,'This place makes you schedule an appointment pay $10 to reserve the spot. Just to get here and have to stand in a line OUTSIDE in the heat. What’s the purpose of an appointment? I could have just stood in line yesterday in the heat if I was gonna have to do it with the appointment.','2020-07-06 13:07:38.000000','167959367441528'),('2702521619770338',1,'So we gave into our anxiety and got Luke checked out at Signature. I wanna give a shout out to Dr.Diaz and my Signature ER family. Dr.Diaz eased our worries about him, we appreciate ya Doc! And also thank you to his nurse (Krystal) for putting up with his cranky butt. You guys are always awesome!!!','2019-12-07 04:53:52.000000','596022027480375'),('2704537552957778',1,'I had an amazing experience at signature care thank you so much Lucas he was fantastic nurse he treated us very well!','2020-02-01 17:14:04.000000','235046800697531'),('2705976272804683',1,'I had a great experience, everyone was nice and professional. Jocelyn was very nice and got me in real quick. The whole staff, Dr. Ortiz, Meredith S., Alvean A, and Marcus B was very helpful and professional. Also Meredith, the nurse that attended me made me laugh a lot and made my experience here fun. I definitely would recommend this place for Emergencies only, NOT urgent. I got checked in and out real quick, just in time for me to go to work.','2020-03-11 17:16:45.000000','167959367441528'),('2706168849505639',1,'Laura my rad tech was very helpful\nGeovanny was my ER tech and he was awesome \nThe receptionist Tanishia was very helpful','2020-02-14 06:19:08.000000','461782867645453'),('2706262886085475',1,'They are very very helpful and have fast care for me 100 stars','2019-08-20 23:25:19.000000','251751275488925'),('2706351196309691',0,'Please do not waste your time going to these facilities, they provide the worst service. A family member went at 7:30am and waited for 5 hours in line to be told at 12:30 that they no longer were taking patients. They could’ve have planned better and counted the cars to their capacity and clearly communicated to all other individuals waiting in line. There were about 100 cars behind this person and I am sure they were just as frustrated. I know there is a higher demand for testing right now but clearly they don’t have competency to think about customer service.','2020-06-18 18:33:29.000000','544778295636544'),('2706455879585307',1,'The best urgent care facility I have ever walked into. This is the 2nd one to go to. Dr Yost is very one on one. The nurse Kara, X-ray Shannon and Jaylon were awesome. Courtney and Shelbie were welcoming with a nice smile. Thanks urgent care!','2020-02-20 23:31:15.000000','235046800697531'),('2707260662880759',1,'I can not say enough good things bout Signature Care in Pflugerville. I came in with abdominal pain. And I was immediately greeted by a sweet women sitting at the front desk. ( sorry I can\'t remember her name) I waited bout 5 minutes and then I was called back to room. The hospital was clean and staff went beyond on taking precautions for Covid. My dr was in my room in less than 2 minutes. Dr Mauldin listened to all my concerns and questions. He didn\'t just rush in and out like other hospital. He actually cared. My techs Brenda and Sam was so caring and made sure I was comfortable. They got me warm blankets and checked on me frequently. My nurses Calli and Cody were amazing. They listened and if I wasn\'t comfortable they contacted the doctor to make me comfortable. They provide drinks and snacks after you get clearance from the doctor of course. I had a reaction to one of my meds and they all rushed in to make sure I was ok. And checked on me every 5 min til they knew I was ok. This Emergency room is amazing. I wished I could give ten stars... Also, I was self pay and they worked out a payment arrangement that fit me... Thanks again SC ER! Y\'all are the bomb....!','2020-09-20 20:14:25.000000','105589317817643'),('2707446309277107',1,'AMAZING. I was in and out within 30 minutes. All the staff was friendly and helped out. Talked me through everything step by step. \nStaff members that helped me out >\nLisa, manny, Eliza and Dr. plante','2019-12-15 22:56:38.000000','237100240304186'),('2707517762672203',1,'This is my to go emergency center never a long wait, the staff is absolutely helpful and very informative! Doctors are really nice and self conscious about your health and symptoms\nDr Ybarra was great in treating my husband and Natalia was very nice the nurse Rollie was very gentle','2020-02-25 04:11:43.000000','1648645701907657'),('2707798909275252',1,'Excellent patient care!! The staff was the best. Thorough evaluation, explanation of treatment and options were clear. <10mins. to be seen, warm blankets, best treatment. Thank you!!','2020-01-22 19:19:58.000000','1609539722669429'),('2707873762665268',1,'The staff the took care of me were beyond amazing, and called to check on me which made me feel really good. Thank you Dr. Faig, Kristina,Laura,John, and Genesis for taking care of me','2019-08-18 03:26:05.000000','829264323932850'),('2708093725871596',1,'skyler was awesome. tabatha was very attentive. christina was very good. thank you guys so much!!','2019-05-19 00:45:09.000000','299216637560955'),('2708630632559189',1,'Very quick service and explained everything to my understaning. thank you to Lisa H, Amanda S, Jaime, Delpha, and dr.starr. highly recommend','2020-02-10 15:43:43.000000','596022027480375'),('2710643742307191',1,'awesome experience! staff members were very friendly from registration (Jocelyn) , nurses (Alexis & Lisa) , the rad tech (Allison) && especially Dr.Daniels .','2019-12-20 06:17:03.000000','596022027480375'),('2710979455687630',1,'Best emergency center I’ve been too in a long time. It looks very beautiful and smells really nice. The workers are very attentive and helpful. Miss Brittany B was very helpful and kind. Awesome customer service. Would highly recommend their services ā¤ļø','2020-03-05 22:06:28.000000','544778295636544'),('2711556552427501',1,'100% recommended !! Kim at the front desk is very nice and helpful as well is the rest of the staff and they go above and beyond to make their patients as comfortable as possible.','2020-11-29 19:37:50.000000','299216637560955'),('2714245708628704',1,'My overall experience was excellent. Fast quick service and everything was very pleasant from the receptionist Patricia to the doctors. I recommend this facility for all of your health needs.','2020-01-18 18:04:46.000000','167959367441528'),('2714526375459772',1,'For fast, friendly, professional results, THIS IS THE PLACE!!!! It was more laughter and less pressure! I’m VERY nervous about things going in my nose, but it was done so quick, I said,ā€Oh! Ok!ā€ S/O to Delores for being so nice!!!!!','2020-08-05 14:30:47.000000','1765121397101399'),('2715319751824280',1,'Dr Nguyen, Alvean, Patricia, and Jordan were so kind to me. Really in pain with a nerve issue and they did not make me wait. I also felt Dr. Nguyen gave me the choice to have a cat scan or not. I felt he diagnosed pretty quickly and correctly. Let with referrals to get help that I need. So grateful for the help and care.','2019-12-20 16:55:25.000000','167959367441528'),('2716284755366085',1,'The front desk staff was very professional and kind. My nurse, Christopher C and the physician have great bedside manners. Christopher went out of his way to make sure I was as comfortable as possible. Thank you all for your help today!','2020-11-10 04:38:43.000000','1609539722669429'),('2716700021933080',1,'very clean facility. Doctors and nurses care about your health. paperwork was neat and organized. Answer all of your questions.','2020-10-04 13:44:46.000000','544778295636544'),('271715897418148',1,'I treated very well and approached professionally. I felt at ease. My daughter made appointment for herself and there’s no openings for testing. So sad to hear that.','2020-07-07 18:39:35.000000','1609539722669429'),('2717385048535884',1,'They were really kind with us, they did a god job in attending us fast.','2020-09-30 04:32:40.000000','544778295636544'),('2717690121678878',1,'Waiting room/waiting time = tip top','2020-01-15 20:36:58.000000','1698192877146046'),('2718941334830050',1,'Excellent service. As soon as I walked in Tanishia W served us. Very friendly & nice. Very short waiting time. Doctor Nguyen, R M.D went over my daughters diagnosed as explained everything very clearly. And the nurses were very polite. Thank you! 😊','2019-12-04 07:33:32.000000','461782867645453'),('2718946598220985',1,'Thanks to the staff for helping my grandson feel better. Tanishia and Dr. Thomas for everything. EVERYTHING was on point.','2020-01-31 04:42:20.000000','461782867645453'),('2719054055017001',1,'They are fast and get you in within 15 minutes, by appointment or walk in. I was a walk in and went to get tested for covid and they tested me and gave me my results within 30 minutes. I was helped by Jessica Sanchez and she was very patient and helpful. If I go back I would definitely recommend her every time. Definitely 5 stars ā­ļø ā­ļøā­ļøā­ļøā­ļø!','2020-07-21 14:21:19.000000','104213804456471'),('2719337101477728',1,'I didn’t have to wait very long before I saw a Dr. The nicest people that I’ve had take care of me before. I won’t go anywhere else','2020-01-18 10:51:32.000000','237100240304186'),('2719468108105799',1,'Dr.o\'malley, Patricia, tricia.b and Jose are angels.. truly they were so helpful and kind and went over and beyond to insure all of my needs were met. Will definitely recommend to my friends and family','2019-11-29 22:27:13.000000','167959367441528'),('2719563584756683',1,'The staff was amiable and pleasant, and the service was fast.','2020-01-04 02:49:42.000000','461782867645453'),('2719914311460392',1,'This is the place to come if you are not feeling well! The staff is so helpful and friendly!!!','2020-02-27 23:27:04.000000','1648645701907657'),('2719967918056466',1,'Great Team work and great service definitely recommend it, Alvean and Marcus actually made me feel like a patient and not a mom lol thank you SignatureCare','2020-03-02 17:05:11.000000','167959367441528'),('2720362354875733',1,'Everyone being so nice and patience, they had informed us about every procedure done.','2020-07-19 21:07:25.000000','544778295636544'),('2721070501327698',1,'As soon as the staff noticed my urgency to be seen, they immediately got to work to figure the best options to help resolve my issue. Each and every staff I came in contact with showed so much empathy, concern and willingness to do whatever it took to make me feel safe and comfortable. Special thanks to Dr. Leung , Nurse Nikki, Radiologists Jessica as well as Nurse AJ thanks so much u guys are the best!','2020-07-22 17:25:41.000000','251751275488925'),('2721328634563713',1,'this is the facility I have always used since it opened...fast and easy admission...all staff and physicians are always helpful and welcoming','2019-07-25 13:10:55.000000','237100240304186'),('2723623624319527',1,'Quick and efficient service. Lisa V was great!!!','2019-06-14 23:51:46.000000','596022027480375'),('2723652264519934',1,'You guys are awesome.the front desk receptionist Preethy was very welcoming and funny. I love this ER.','2017-01-25 21:04:23.000000','544778295636544'),('2724367967781821',1,'It was a good visit I like coming here it is a good place here I recomend every one to come here','2020-10-09 02:10:17.000000','235046800697531'),('2725646350832180',1,'Very clean! Amazing experience everyone was so nice. Dr Daniels was so sweet, Kristina, Allison, Shania, Julie and Daniel took very good care of my kids and me! Thank you','2019-12-22 04:32:50.000000','596022027480375'),('2726329240786402',1,'very nice staff when you walk in. You walk through the doors to the back and its huge , but also super clean. very nice staff. they are fast moving and get to your room on a timely manner. the rooms are big and an very clean. would recommend to come here.','2020-03-15 21:05:28.000000','251751275488925'),('2726547117358128',1,'Tanishia at front was very friendly. Dr and nurses very professional and friendly as well.','2019-11-06 06:20:36.000000','461782867645453'),('2726745744263649',1,'Meagan has amazing customer service skills and was very nice. \n\nThank you!','2020-07-21 19:16:43.000000','237100240304186'),('2726768834065929',1,'They were so nice and patient & got us in very quickly , would really recommend , the registration person was Tiffany and she was really nice and sweet, Ann the nurse was quick to discover what was wrong and help me in anyway , the tech was very nice and told us everything we needed to know !','2020-01-23 02:53:09.000000','299216637560955'),('2727332020852305',1,'Friendly professional staff. Thank you for taking care of us','2020-12-15 19:25:03.000000','235046800697531'),('2727699120593076',1,'Fast and friendly service . Very professional!','2019-06-12 12:03:39.000000','1608991329419166'),('2727997453921063',1,'Dr.Mauldin did a great job helping me and Rebecca was super sweet when I came in! Highly recommend coming here! Kendra recommended me to come and I’m glad she did!','2020-02-07 03:56:05.000000','326347177710316'),('2728110294117377',1,'I came in to get s covid test after i experienced symptoms and Josh and Theresa were wonderful people. They took good care of me and even talked to me to keep me a calm. They were very friendly and treated me like family. I would definitely recommend them 10/10!','2021-01-13 23:59:36.000000','235046800697531'),('2728634503855245',1,'The care here is excellent! We didn\'t have a real emergency but when all the urgent cares are closed and you need someone definitely go here! When we walked in the receptionist (Skyler R) was standing up ready and welcoming us ready to take care of my daughter and was excellent with talking to her making sure she was okay. The nurses and tech made sure she was comfortable and let her watch TV. (Jennifer C, Tammy and Courtney K) they were all very kind! Dr. Jack was even awesome he did great talking to my daughter, let her listen to her heart and played a little game with her and just showed he cares. Thank you so much for taking care of my baby and making our evening clean and caring!','2019-08-26 11:14:45.000000','299216637560955'),('2728922503845986',1,'Top notch medical staff! I’m OR bound but stable thanks to you guys!','2019-05-16 21:52:39.000000','299216637560955'),('2730086927238822',1,'Very excellent care! From the receptionist to the nurse and doctor. Would definitely recommend to friends and family members. Appiah, Valeria, Tanishia, and Sabrina were very generous and provided fast service.','2020-10-29 07:20:22.000000','461782867645453'),('2730302940373891',1,'very fast and helpful.. our nurse got on her knees.. patients first.. thank you guy\'s for helping husband','2019-06-03 21:27:49.000000','251751275488925'),('2731374460288285',1,'Okay I must say, Dr. O Malley is the best, quick, fast, efficient, the best. All docs need to take training from him!!! He also makes you laugh on top of your pain!!!!! He is the best. He enjoys what he do. \nMrs. Tricia, very caring and she\'s pregnant at the same time. How can a pregnant lady be more concerned about her patients than herself. She did that very well!!! She was so superb.\nMrs. Alvean, really professional,cool, straight to the point. She is the best. \nJocelyn, quick, fast, efficient with the check in and out process. She did not hassle me at all about paperwork. \nThis staff is great. If you want to get great service, where the team cares, And you can tell, come here and meet this team. I do not want to leave at all!!!! A plus from me!!!','2019-12-11 15:18:36.000000','167959367441528'),('2731804983513260',1,'Great staff and service. Didn’t take long at all to get seen','2019-06-03 01:44:22.000000','251751275488925'),('2733115386902731',1,'Mery and co-worker were Awesome, very kind, and Patiention.','2017-07-27 16:55:52.000000','544778295636544'),('2733223510099867',1,'Dr.Yusef\nAmy \nChuriah \nNorma\n\nThey were very helpful and made this a pleasant visit and very quick and efficient','2020-01-24 17:25:45.000000','1608991329419166'),('2733276726788794',1,'good place the Lady in the front very nice helpful, Erica','2020-02-28 18:29:43.000000','1765121397101399'),('2734055306921589',1,'The staff and doctors were extremely patient and super friendly and quick','2020-10-14 05:09:25.000000','235046800697531'),('2735466759845192',1,'Staff was amazing , didn’t take long to get Into the back. We were offered a warm blanket . Doctor and nurses were very nice and explained everything in a way I could understand . Barbara which is the discharge nurse was very nice as well explained everything I needed to know','2019-12-30 00:57:36.000000','251751275488925'),('2735709309786104',1,'This facility is excellent. The doctors, nurses and other staff members are very caring and attentive. I would recommend this place for urgent and dedicated care and immediate attention.','2019-10-09 11:54:46.000000','251751275488925'),('2735723103183661',1,'Very excellent got in & out 😊','2020-02-23 14:41:26.000000','299216637560955'),('2736171783157283',1,'Great service and care by staff.','2020-02-02 04:03:02.000000','596022027480375'),('2736552993052215',1,'I had the best experience here from the moment I walked in everyone was so helpful. The whole vist was super quick and they made sure i had everything i needed to get to feeling better.','2019-02-11 12:57:43.000000','235046800697531'),('2736899919728649',1,'They all did a wonderful job nurse Irving radiology holly E.r tech Bram registration carly','2020-01-14 10:58:22.000000','829264323932850'),('2737045366360025',1,'This is the second time I come here with my mom and everyone is so nice and very attentive. The receptionist tanisha is very nice and help my mom out with her as she speaks Spanish too. Doctor Faig was very helpful as for everyone else the tech Elaine and nurse chantel. Thank you for your help tonight and for helping my mom ā¤ļø','2019-12-16 03:14:21.000000','461782867645453'),('2737076849653555',1,'great staff ! very welcoming . 10/10','2019-07-17 02:25:58.000000','237100240304186'),('2737189649662145',1,'Samantha, Christine, and Dr. Jaber was was really helpful and nice. I would recommend you going there','2020-03-02 04:50:47.000000','1609539722669429'),('2737393422974213',1,'came in late sunday afternoon and the ordeal was as streamlined as it could be','2019-12-16 00:12:21.000000','251751275488925'),('2737429179603409',1,'When I first arrived Alyssa greeted me at the front desk with a smile. She showed genuine concern for my well-being. Joseph was awesome! He made sure I was relaxed and had a nice warm blanket, as I waited for the doctor. Nice smile. Lonnie B was great as well. He took me for the X-Rays and took care of business. Dr. Boester, what can I say? He had that red hair and blue eyes working!! LOL. Seriously, He presented to be caring and very knowledgeable. I felt at ease. And then Pamela the last nurse I saw was very informative. Overall, friendly staff, very professional and caring. Thank you.','2019-09-21 21:10:26.000000','1787364321589026'),('2737436083013136',1,'Great experience Dr. cavazos Delicia and Duke were so helpful','2020-02-05 16:51:42.000000','1648645701907657'),('2738261506227392',1,'Had to take my son in to get tested for the flu. Tammy and Brook took great care of him and Dr. Jordan was great as well. McKenna at the front desk was fast and friendly. Definitely recommend!','2020-02-07 20:42:52.000000','299216637560955'),('2738749716411457',1,'The staffs is really professional!! And they took good care of my family emergency!!!! I really recommend this place Kimberly and Vanessa are really professional and nice !!!','2020-02-07 16:21:58.000000','1609539722669429'),('2739566369406141',1,'this emergency center is a very good place to receive care services. took my sister for an urgent care visit and was treated very nicely. the whole staff was very pleasant & caring. especially thx to nurse Lisa V. & EMT Hector for all the help & care.','2019-06-17 23:09:07.000000','237100240304186'),('2739642312973529',1,'Wonderful and fast service. Went and checked in, less than five minutes I was in the back.','2017-05-11 18:51:04.000000','1787364321589026'),('2740355766079210',1,'The staff were very friendly and the Doctor was great and ran all the test necessary to address the problem. So far the best treatment we have ever had!! If we can give more than five star they would definitely get it.','2020-01-31 00:32:57.000000','251751275488925'),('2740654316023957',1,'Great care given to me today ! Dr. Ashbrooks, Kara, Courtney and gunner were so helpful and nice ! Appreciate all\nY’all did for me !','2020-01-14 05:42:17.000000','235046800697531'),('2740691029301147',1,'The service was amazing Jocelyn greeted me and took care of me with little to no wait, once in back my nurse Alvean made me feel so comfortable during out my entire visit. I would recommend them to anyone because they rocked!!! And customer service is a 10+','2020-02-19 16:57:09.000000','167959367441528'),('2741352962617998',1,'Very warm and amazing staff ā¤ļø the wait was not long at all. Thank you Alvean,Jose,Marcus and Jordan.','2020-03-02 21:40:46.000000','167959367441528'),('2741709432543034',1,'Awesome place brought sister. Was seen right away staff was welcoming an helpful.. Samantha front desk, Nicole and Christine the nurse always checking up to mke sure we were ok, Bryan an Miguel great job. Dr. Dang explained diagnosis in patient terms which was very understanding..','2020-02-19 01:42:49.000000','1609539722669429'),('2742008636034867',1,'Staff is very helpful and nice','2020-04-09 04:16:25.000000','104213804456471'),('2742413812487975',1,'Signature Care is a great place to go . I recommend you to come here if you are looking for a clean , respectful and mannered place.','2019-12-11 04:15:48.000000','596022027480375'),('274281169863727',1,'Jeff dr.yusuf nick Leslie and Dee where great. Great service! Super nice people','2018-08-11 18:04:49.000000','544778295636544'),('2743197652583866',1,'Christina R and Lacey did a tremendous job with me! They were very welcoming and engaging through the rapid COVID test prices and I enjoyed getting them as nurses. Went smooth and easy and happy I got the chance to go to SignatureCare South Austin!','2020-09-24 18:01:39.000000','1698192877146046'),('2743241645691835',1,'The staff from start to finish was on top of things....Friendly and definitely prompt care. Couldnt ask for better nurses (Andrew & Mack)...everything was explained in detail and completed through.','2019-04-10 09:14:53.000000','237100240304186'),('2743304179046982',1,'Went here for chest pain Ms.Ayesha acted quickly with such kindness and care to get me look at when I got to the back nurse Alvean & er tech Jordan both greeted with with a smile and went right to work after Dr. Dendy and Radiology Ms. Grace came in got me to ex ray right away wrote I knew I was getting my results. Best experience I ever had at a facility.','2019-10-04 20:30:49.000000','167959367441528'),('2743727769282496',1,'Nice, friendly group, they let stay in my car until they were ready to see me...they were very busy but remained nice','2020-07-09 22:13:31.000000','235046800697531'),('2744298115645834',1,'Excellent experience and customer service from Patricia','2020-02-17 18:01:54.000000','167959367441528'),('2744443272284446',1,'This place is professional, and they are very quick to take care of you. Excellent service.','2019-12-13 02:37:00.000000','237100240304186'),('2746092562091854',1,'Dr. O\'Malley \nJani W.\nMarcus B.\nElida Jasmine \nAurora M.\n\nThey was awesome and treated me like family','2019-10-01 20:12:04.000000','167959367441528'),('2746108742083312',1,'Thank you for taking care of me dr O’Malley,Ekaterinburg s,Kay k,and Melissa e','2019-08-11 04:07:13.000000','167959367441528'),('2746136478802953',1,'The girl in the front Lindsay was awesome and got me back in less than 5 mins. Nurse Remington and Dr. Morrical really cared and helped me find the most affordable treatment!','2020-01-23 16:40:34.000000','326347177710316'),('2746252858782617',1,'Had a great experience one visit , all are willing and determined to make you stay a good one , the doctors professional, the nursing staff outstanding, My nurse lisa Vasquez was amazing and deserves a major award for her technics , and customer care , she definitely knows her stuff .. thanks to the crew .. I feel better \n\nHM Santiago','2019-06-13 17:46:57.000000','596022027480375'),('2746351838753677',1,'Wonderful experience here. Very nice and made me feel comfortable. Irving is the dankest nurse I’ve ever met and very handsome. Christian is amazing holly is okish kinda. Dr. Garcia','2020-03-10 07:02:44.000000','829264323932850'),('2747761662163342',1,'Alvean was very nice and and Pete was very gentile and professional with the swabbing','2020-11-06 19:28:13.000000','167959367441528'),('2748523192044643',1,'Hector and Manny did good job. There friendly and kind.','2020-08-04 21:25:22.000000','237100240304186'),('274856280143186',1,'we had excellent service taking care of my niece everybody was real kind the doctor the nurse is the real kind\nPatncia and EKateni','2020-02-21 15:54:57.000000','167959367441528'),('2749235958530055',1,'This is our second visit here, and we love it here. Doctors and nurses are so caring and just nice! Very clean facilities! We will be coming here from now on for ER','2020-03-03 15:57:07.000000','251751275488925'),('2750273115291620',1,'I’ve been tested a few times and this was the least painful experience I’ve had and I got so much feedback and help from the workers in the front, Vanessa Naureen and Elizabeth Anastasia they walked me through the process. And Dr. Singla explained the COVID situation and broke down my results in an easy way to understand and also looked past COVID and checked for other viruses.','2020-10-28 23:33:05.000000','1608991329419166'),('2750849144996280',1,'excelente atención de principio a fin. lo tienen todo como cualquier sala de emergencia de hospital. y tan cerca de mi hogar. yo lo recomiendo.','2020-01-30 05:21:59.000000','461782867645453'),('2751420761618320',1,'exelente atención, personal muy amable,\nrealmente lo recomiendo. rĆ”pido, en mi caso no tengo seguro mĆ©dico, y aĆŗn asĆ­ me dieron muy buena atención e hicieron planes de pagos para mi.\nmuy agradecida de verdad.','2020-02-20 01:37:46.000000','544778295636544'),('2752763294945699',1,'Had a great experience the front desk nurses, Lorena and Victoria were great very friendly. I would definitely recommend this location.','2020-07-31 13:32:26.000000','326347177710316'),('2753845477997028',1,'I woke up sick at 4am, this place was the only one open. Carly checked me in and helped me get everything sorted. The nurse sara was very helpful and kind even at an odd hour. Dr. wang and the tech sherwin helped me effeciently and effectively. I will go here again!','2020-03-04 00:05:31.000000','829264323932850'),('2753856508034808',1,'Excellent service Dr. Thomas and staff are excellent Veronica Bianca Fanny Sindey took great care of me','2020-02-20 03:46:54.000000','544778295636544'),('2754072818159224',1,'This place is great very clean and customer service always starts at the front of any place I have to say the front desks staff is amazing. Alyssa and Kelsey. And all the essentials staff we thank you for your service','2020-07-04 21:32:11.000000','1787364321589026'),('2755927067777472',1,'It was a very Decent hospital and lovely people.... Sindy Angela were welcoming . Selina and Jesse were helpful with attending us','2020-02-27 20:54:57.000000','544778295636544'),('2756189068001895',1,'Perfect customer service, very fast and caring. Tanishia was very helpful and patient!','2020-10-13 02:51:15.000000','461782867645453'),('2756397141040180',1,'As soon as we walk in, receptionist was friendly and polite! Dr. Faig was professional and helpful, as well as Irving and Holly! Always few taken care of whenever I come here','2019-09-13 02:43:12.000000','829264323932850'),('2756697291035359',1,'Absolutely great service! Tell all your friends and family, beats the hospital!','2019-12-20 09:12:59.000000','461782867645453'),('2756733897720885',1,'The staff is amazing very friendly and loving they only want the best for their patients!!! I highly recommend people to go to this hospital because they will take care of you!','2019-11-15 16:59:13.000000','1698192877146046'),('2758136337775795',1,'Even with a dental problem, I was evaluated quickly and throughout. Pain management was well under the averaged 72 minutes and, even through the national crisis, everyone was kind, professional, and quick to help.','2020-09-20 01:05:08.000000','251751275488925'),('2758280377731547',1,'wonderful service... from receptionist to Dr., everyone was nice... Radiology Tech, Allison made me feel at ease with the X-ray machine since I was very uncomfortable with the machine... thank you Allison.','2019-10-15 01:58:44.000000','596022027480375'),('2758292267625660',1,'Awesome staff Gunnar And leann and dr ashbrook sweet people.','2020-03-09 22:48:18.000000','235046800697531'),('2758522124220454',1,'Fast and on top of everything','2019-06-14 18:38:11.000000','596022027480375'),('2760997784153586',1,'Signature Care Lewisville, is extremely professional about the way they handle covid-19 exposure. While I was there both Kevin and Gary offered me a warm blanket and something to drink while I waited for the results. All the staff was very friendly and made my visit easy and quick.','2021-01-06 17:28:40.000000','104213804456471'),('2761104900594543',1,'The is the best ER by far. Dr. Zhen is a very caring and wonderful person. Jessica is a very knowledgeable and friendly nurse. Nurse Allison was very kind and also called my prescriptions in for me. Best place to go if you’re sick.','2020-01-05 13:57:22.000000','1765121397101399'),('2761168777299394',1,'The care team of my dad which includes Dr. Dendy, Nurse Blake and receptionist Ashley gave outstanding service that allowed us to feel comfortable to leave my dad’s injury in their hands. I appreciate and thankful with their help.','2020-02-29 17:00:49.000000','1648645701907657'),('2762718413812032',1,'Great team, very welcoming and all questions answered.','2019-12-17 22:58:45.000000','1609539722669429'),('2763310300421705',1,'my visit today was great,everyone is good. Thanks Tanishia and Dr. Wang.','2020-02-28 03:36:35.000000','461782867645453'),('2763395750342199',1,'It was fast and effective. Jesus Was very friendly with great customer service.\nNurse Jani was also Friendly and she offered us a Heated Blanket now that\'s cool because it\'s always cold in Emergency Centers. \nDoctor Pham was Fast, Friendly and Quick with the Result for what We came in for. \n\nThank you Signature Care for Taking care of my Daughter in a Nice Fast effective way.','2019-05-17 17:34:55.000000','167959367441528'),('2764051980494396',1,'All the staff from the front desk to the ER tech was outstanding. Great job making us feel comfortable especially during the pandemic!','2020-09-07 22:14:21.000000','104213804456471'),('2764621663626991',1,'Thank you Daniel,Fatima, Daniel, Tanisha ! And dr Patel for your excellent service.','2019-11-27 07:13:52.000000','461782867645453'),('2766471960130828',1,'Very efficient and quick staff at this facility. Was very impressed with Stephanie from registration working quickly to get me in.','2020-02-22 04:56:12.000000','1648645701907657'),('2766657440082197',1,'wonderful staff and very clean and faster too','2020-02-09 16:17:34.000000','1787364321589026'),('2766859373336771',1,'Registration-Skyler, Nurse-Susie and Tech-Brooke were absolutely amazing tonight! Thank you so much for keeping me calm through my little scare! Dr. Curtis thank you as well for explaining everything so well!','2019-06-21 04:53:54.000000','299216637560955'),('2766950803324411',1,'Great and friendly staff starting with Jennifer at the front desk to Jennifer Cogburn nurse and Dr. Simmons was great! Thanks to all the staff!','2019-06-18 19:38:26.000000','299216637560955'),('2767417229961115',1,'Dr. Smith, Dr. Singla, and Alyssa were Awesome. I received great care.','2020-02-14 13:06:59.000000','1787364321589026'),('2768469663175760',1,'Patricia, Alvean A and Marcus are awesome. Very nice and warming. Make you feel comfortable. Awesome people.','2020-01-15 23:39:25.000000','167959367441528'),('2768627586516976',1,'The doctor and nurse were very helpful during the visit. They took their time to really address what was going on with my daughter and I was very satisfied with how extremely nice everyone was. tanishia at the front desk was very informative explaining the insurance co pay and deductible information for us, and doctor Do was very attentive to my daughter. The nurse Susan was also super quick yet careful with my daughter which i appreciated.','2019-12-18 04:06:46.000000','461782867645453'),('2769088419809553',1,'We were treated very fast and everyone was so nice and had a very good experience recommend this place for anybody','2019-11-23 04:20:04.000000','596022027480375'),('2769567639777041',1,'Everyone was so attentive and caring! Sindy was so welcoming and nice! Nurse Reginna and Diem were super nice! Dr. Golia was very caring and made me feel extremely comfortable! He was so nice! Honestly, this was the best experience I’ve ever had. Highly recommended!','2019-12-27 17:44:21.000000','544778295636544'),('2769568956443576',1,'Everyone was so attentive and caring! Sindy was so welcoming and nice! Nurse Reginna and Diem were super nice! Dr. Golia was very caring and made me feel extremely comfortable! He was so nice! Honestly, this was the best experience I’ve ever had. Highly recommended!','2019-12-27 17:45:17.000000','1609539722669429'),('2770661433157031',1,'This is @king_borris fromt the KB Media company\nI have been to this location many times. Every time my experience was amazing. My 6 year old daughter split her forehead and needed 8 stitches. They were so care full and understanding. She fell asleep while the stitched her up. Thank you so much. \n\nMy recent visit was just as comfortable. The staff is always great and or course the snacks are a plus !!!\n\nThank you to\nDR. QURESHI NATACHA I \nNurse: Leslie L H \nRadiology Tech: Laura L H \nFront Desk: Tanishia W \n\nThank you all !!!','2020-05-29 21:52:27.000000','461782867645453'),('2770778779865992',1,'I absolutely love this location! Anytime I’ve ever come here, they have always been so nice and helpful! My latest visit, Dee and Ashley were extremely nice and patient with me. Keep up the great work ladies!','2020-09-28 17:33:46.000000','829264323932850'),('2771797929510027',1,'You’re very quick and efficient to care of my problem ASAP','2020-01-06 00:01:06.000000','251751275488925'),('2772609789431902',1,'Alexis, Kelly, and Stephanie were great. We were in super fast, were taken care of and all of our concerns addressed without any wait! Best ER experience I have ever encountered! Great job!','2017-08-17 04:09:46.000000','326347177710316'),('2772823356310931',1,'They were all very nice and the ladies at the front desk were helpful with all my kids and Ms. Keylee was very caring to my daughter and had great patient care.','2021-01-17 18:26:54.000000','104213804456471'),('2773284116026639',1,'Everyone was great. I was in and out. Tatiana registered me, Brandon Williams and Nicole G checked me in and Dr. Sylvester was my doctor. Everyone was very kind.','2020-01-02 00:38:40.000000','1609539722669429'),('2773580669392462',1,'We had such amazing care here for my daughter with a broken arm. We got there and the registration nurse McKenna got us straight back and the nurses were absolutely amazing! Thank you Tammy and Brandy (our RNs) and the tech Brooke for all you did to make us feel comfortable and have such great care! ā¤','2020-02-28 03:00:28.000000','299216637560955'),('2774130779306381',1,'Very pleased with this location. Dr Boester and nurse Joseph & Vivianne provided the best treatment and friendly service.','2019-12-20 15:54:54.000000','1609539722669429'),('2774247756021454',1,'this place is super clean and Amy at the desk Meredith my nurse and Dr. Daniels are the best','2020-04-23 01:04:28.000000','167959367441528'),('2774788102750449',1,'The staff at Signature ER really took care of me. They were so patient, funny, and most of all, the staff took all of their time to communicate their findings. Thanks to Dr. Sylvester, John, nurse Noyes, and everyone else I did not mention that made my stay a pleasurable one!','2016-06-27 01:43:58.000000','544778295636544'),('2775158565831904',1,'Awesome experience! Krystal took such great care of my son! Will definitely be coming back here!','2019-06-09 21:34:31.000000','596022027480375'),('2775287809155772',1,'Jennifer did great and so did the rest of the staff. This place is great','2019-02-25 12:50:45.000000','299216637560955'),('2776712902385987',1,'Very fast and prompt care was able to help with my car accident and even took their insurance and did not charge me anything.','2020-01-19 16:44:57.000000','829264323932850'),('2778129952224963',1,'This is a excellent place to get help doctors are great staff is friendly and helpful. Dr. Henderson, Dr. Edwards, nurse: Karen, Rad tech: Ricky, ER Tec: Jaslyn, registration: Maryann','2020-03-02 19:06:49.000000','1648645701907657'),('2778352965618385',1,'Excelente servicio y atención de la enfermera Alvean y Patricia.','2020-01-27 00:08:14.000000','167959367441528'),('2778439965748697',1,'Scheduling my appointment online was easy. Once I got to the facility it was quick and easy. Lacy and Alan were super courteous. They ensured I was comfortable. Lacy was also very nice and informative. I’m not from this area however it definitely was the best urgent care center I’ve been to. Definitely recommend.','2020-12-10 05:47:26.000000','251751275488925'),('2778825778812414',1,'Beautifully appointed and very modern .','2019-07-06 16:53:35.000000','251751275488925'),('2779141792177742',1,'I had a really good experience here at signature care anavel welcomed us in and was sooo nice and we were taking back very quickly the nurse Jennifer and tech dion were very nice offered me a blanket and took really good care of my boyfriend and dr Das was very helpful and gave us the best care I’ve had in a while. It’s not over priced at all which really helped out! Definitely will be coming back','2020-03-09 04:26:30.000000','104213804456471'),('2779428402338565',1,'Thank you Tammy and Brenna for helping me when getting my covid results! Super fast and very helpful!','2020-11-18 22:57:15.000000','299216637560955'),('2779952905564834',1,'very nice and doctors are the best','2020-01-07 04:36:21.000000','299216637560955'),('2780161405366529',1,'Carly from front desk is amazing best place to go better than any hospital','2020-03-12 09:56:16.000000','829264323932850'),('2780918378586290',1,'I went there tonight and we were promotly seen. The employees Doctor radiologist were extremely nice on 10/20/19!!! I didn\'t expect it to be so fast and simple.','2019-10-21 04:42:23.000000','1787364321589026'),('2780974575315783',1,'highly Recommend.\nGreat Doctors and RN \nwould recommend. \nvery polite and caring, and understanding. \nwould definitely come back.\nDR. Patel \nKeria\nSenaida\nRandi\nRandy \nAshley \n\nGood people','2020-02-01 09:34:54.000000','237100240304186'),('2781435118644091',1,'thuy An Alvean good service tanks','2020-04-04 15:59:24.000000','167959367441528'),('2781629458527977',1,'Came in with my daughter to get checked out after we were in a car accident. Dr Dang and the lovely registration desk Tanishia we’re both a pleasure to work with and they made us feel right at home. Friendly and fun, very efficient. Paperwork was a breeze and treatment was painless thanks to these two. We will be back again whenever we have urgent care needs. Cleanest, fastest clinic we have been to. Thank you!!','2019-11-06 06:03:55.000000','461782867645453'),('2782405065339515',1,'Great experience! Lorena T. registered me, Bretnie was my nurse, Nina was ER Tech, Christina was Rad Tech, and Dr. wright was my doctor! They all did a great job and made everything easy! Highly recommend!','2020-10-10 17:30:04.000000','326347177710316'),('2783468395046393',1,'I enjoyed my visit to SignatureCare, it was fast and easy. Alvean and Marcus were a professional and help so much.','2020-01-07 19:32:48.000000','167959367441528'),('2783596681705624',1,'Amazing care.... I give all the staff and doctor a ā€œ10ā€','2019-12-12 01:25:22.000000','1787364321589026'),('2784632748239328',1,'Yes, the place is friendly and fast. 10/10 would come back here from another accident.šŸ‘šŸ» Thanks Elizabeth T., Dr. Jaber, Churiah, Jacque, Naureen & Lai! 😁','2020-01-27 20:39:53.000000','1608991329419166'),('2784913658258268',1,'Dr.Huerta and the nurses Leo,Audrey , were very helpful. Great experience','2020-01-20 03:25:24.000000','596022027480375'),('2785884208179964',1,'Joe and Cody were really kind and very responsive. I really recommend them! 5 stars ā­ļø','2020-08-11 16:51:19.000000','105589317817643'),('2786188364940213',1,'Friendly professional staff they got me in a room quick I was in and out in 20 min!','2019-03-27 15:30:47.000000','299216637560955'),('2786778814872659',1,'Mollie and Regina were great. Quick and easy COVID 19 testing.','2020-12-29 14:57:31.000000','235046800697531'),('2787202724636452',1,'Kim Domanski checked us in fast with no wait. Lucas was our RN he is absolutely amazing!! Dr. Henderson is Awesome as always! Kim Davidson took great care of my Arya tonight. The whole staff in Texarkana is very caring and alway thorough. The only place my family goes to get the best care in town.','2020-01-21 23:44:19.000000','235046800697531'),('2788103514560072',1,'There was no wait, I was immediately admitted. Jocelyn, Jordan, Alvean and Doctor Omaly (not sure how to spell it) was friendly and took care of my needs. I definitely recommend this place.','2020-03-02 23:35:17.000000','167959367441528'),('2788845184503396',1,'Recommend \nStaff is great. Dr. Cavazzos, Patricia and Alvean took very good care of me.','2020-02-27 19:01:49.000000','167959367441528'),('2789228511112339',1,'Amy the receptionist was very quick professional and friendly as soon as I walked in. Irving the nurse was very understanding and compassionate when it came to listening to my concerns while comforting me with water. Dr. Patel let me voice my concerns examined me and treated me efficiently. Service was great and quick. The energy and comfort I felt was great and I was able to go home an rest knowing I was taken care of by an amazing team. Outstanding Job done.','2020-03-24 02:46:58.000000','829264323932850'),('2789304901304384',1,'Absolutely AMAZING!!! Took great care. Kat (my nurse & my favorite) was beyond a people person and definitely put me right at ease. The doctor, came in and finished putting me at ease and checked me in and out! I definitely recommend coming here and wouldn\'t go anywhere else.','2020-05-28 22:33:37.000000','251751275488925'),('2789580337744605',1,'Thank you Nurse Nichole. I was nervous about getting my shot. She was so gentle I barely felt it. Dr. Zheng, Trisha, Shay, and Val you were all Great!! Keep up the good work😁','2020-02-16 12:59:55.000000','1787364321589026'),('2790240247659085',1,'the entire staff were both friendly and professional. I have never been to a hospital emergency room that can compare to you guys.','2019-06-19 11:28:19.000000','544778295636544'),('2790656687667748',1,'Great experience!!! Staff was nice and extremely caring .. when I walked in they greeted me right away and were very professional','2020-02-17 17:38:03.000000','829264323932850'),('2791629557762937',1,'speedy, efficient service with a nice staff. very clean and made sure both me and the person who was here had everything we needed.','2020-12-15 15:44:30.000000','235046800697531'),('2791689040869283',1,'All the people working when we arrived were amazing nice and careful. Our receptionist Tanishia was very knowledgeable about the paperwork and answered our questions without fault. Sarah and Daniel were both very respectful and considerate for our feelings made us feel comfortable. Our doctor Thomas was very intuitive and quick he handles the situation professionally and gave us recommendations for different personal doctors to go with. All in all they were amazing.','2020-01-06 05:25:00.000000','461782867645453'),('2792551284125084',1,'Jocelyn A \nEkaterini S\nGreat Worker Friendly They Get You In fast to see the doctor','2020-01-13 19:43:20.000000','167959367441528'),('2792939651031345',1,'Been here for 20 minutes was in fast everyone was so friendly. Tiffany is the nurse who is helping me. She been very sweet and nice!! 10/10šŸ’›','2020-09-22 15:05:38.000000','251751275488925'),('2793808557310876',1,'Our experience was great. Dr. O\'Malley Nikaela, RN and Amy front desk were great. Out of all 3 hospitals I\'ve been this is by far the best!','2019-03-11 02:25:18.000000','167959367441528'),('2793864250637573',1,'I recieved the best ER care ever at this facility from the moment I stepped foot in this place until I left. They went above and beyond to be compassionate and informative. The registration process with Maria G. went smooth and she was super helpful and polite and offered drinks and snacks. My nurse Theresa B. gave me the best care. She knew I felt horrible and did her best to make me comfortable with warm blankets, kind words, and prompt medical care. My doctor, Osiecki took the best care of me. She took her time and made sure to find out all my symptoms and gave me excellent care. I left feeling like they truely care about their patients and I highly recommend everyone visit their facility if they need medical care. They were kind, informative and very prompt. Best patient care I have ever recieved.','2019-09-14 17:33:01.000000','237100240304186'),('2794861770527889',1,'Great Staff And Nurses. No Wait! If Ever Needed I Will Come Back!','2018-11-27 01:31:52.000000','299216637560955'),('2794935007236287',1,'Amazing staff and services!!!','2020-01-14 16:30:07.000000','1609539722669429'),('2795875700729932',1,'Went to signature care and it was a good experience! Even though I went for a COVID test which is not fun at all, it was fast and easy. Everyone was friendly and accommodating! The ER tech Josh was great!','2021-01-13 16:57:18.000000','235046800697531'),('2796915777077290',1,'I was tended to promptly, within 10 minutes of arriving. Radiology Technologist Clay and Nurse Christina R. were extremely friendly and supportive. I def recommend this place! Dr Rose was very friendly and explained everything thoroughly.','2020-09-13 21:14:04.000000','1698192877146046'),('2796946880357787',1,'I am the GM for BurgerFi next door to this location and one of my Assistants hurt himself at work and visit Signature care for medical help and they did so amazing, everyone was so sweet and took care of him right away. He was back to work in just a few minutes feeling so much better. Thank you to everyone who helped him out!!! 😊','2019-09-19 03:23:23.000000','1698192877146046'),('2797336217204084',1,'Signature is very fast and amazing, the doctors took care of us very fast.','2020-11-25 16:12:27.000000','1765121397101399'),('2797554723612258',1,'Everyone was super nice and got me in and out quickly! The facility is clean and I can tell they take pride in it! I totally recommend this place especially over sitting at the er all day!','2019-10-31 13:35:30.000000','251751275488925'),('2799182296784200',1,'I’d recommend every hospital to hire the staff they have here!!! 100% on point and facility was super clean. The employees that helped me are: Theresa, Tammy, Eliza, Jacquie, Meghan and Dr Chambers.Thank y’all for everything y’all do .šŸ‘šŸ½šŸ‘šŸ½šŸ‘šŸ½','2020-03-08 23:43:42.000000','237100240304186'),('2799855823634537',1,'Mrs. Theresa and Mrs. Magali were very kind and patient.','2020-07-16 17:23:20.000000','237100240304186'),('2799862726717348',1,'Jessica, Senaida, and Keira have been the best staff! Very friendly and caring!','2020-03-04 01:17:31.000000','544778295636544'),('2800117613589977',1,'I love coming here, the staff is always so friendly. Churiah and Serra really made my check in process smooth and my visit is always quick and easy !','2020-11-25 15:43:44.000000','829264323932850'),('2801123510211813',1,'Is good service nice people','2020-08-13 22:57:27.000000','544778295636544'),('2801195796626382',1,'Dr.Eisbecker was knowledgeable about my issues.','2020-02-27 19:09:32.000000','237100240304186'),('2801798296562683',1,'Warm blanket provided Also quick service and good communication with me through the whole process. Very understanding and helpful.','2020-02-12 20:08:54.000000','1698192877146046'),('2802463296472333',1,'Very quick service and got me in and out!','2019-12-30 11:38:14.000000','829264323932850'),('2802833579735752',1,'I needed a special brace for my wrist. Went to several stores wouldn\'t find it. decided to stop there and they had it. They help me with my needs. Want to thank you. Tech ER. Mike, physician Dr. Rose, Nurse Amy, Radiologist Fox, and Registration Shaunda. Super nice and caring people. Again Thank You.','2019-10-05 20:58:11.000000','251751275488925'),('2802961609969747',1,'The staff was amazing, friendly and reallly really helpful','2020-10-06 00:30:45.000000','104213804456471'),('2803537166341704',1,'awesome place very friendly and fast. I was in and out in no time','2019-08-01 21:18:42.000000','251751275488925'),('2804301936284535',1,'They were very professional and nice. Felt very comfortable the service was excellent. Dr. Alcaster, nurse Karen, ER tech Mackenzie and the registration assistant Maryann were all wonderful would recommend this ER to anyone!','2020-02-03 23:54:41.000000','1648645701907657'),('2805007056176933',1,'The staff was very helpful telling us everything they were doing as they did it. They made us feel comfortable and eased our concerns. Especially the RN’s Anthony, Jeri and Jacob and the Tech’s Natalie and Kirsten.','2019-02-13 00:32:58.000000','326347177710316'),('2805263069513950',1,'Great staff and very fast.','2019-03-27 05:14:51.000000','235046800697531'),('2805430163079132',1,'Kristen and Jessica S was wonderful! Absolutely amazing service! Can in for Flu/Covid testing and they took excellent care of me! Thank you! Kortney G','2020-11-05 02:30:50.000000','104213804456471'),('2806288956307524',1,'High quality and fast service. Caitlin in registration was extremely helpful.','2020-11-13 04:05:51.000000','299216637560955'),('2806438516039861',1,'the staff was very nice. and they are quick to get you back to be seen. I would rather go there again than any hospital emergency room or urgent care','2019-05-29 02:55:29.000000','251751275488925'),('2808166862562239',1,'Fast service, Great Customer service. Johnny Juan Cynthia Dr Henderson Kenzie. Best to come here no wait time','2020-01-27 13:04:51.000000','1765121397101399'),('2809724599101106',1,'Erin Mann took great care of me. Great facility.','2019-06-29 16:07:40.000000','596022027480375'),('2809921192406631',1,'Great place, and the nurses are very nice. Helped me very much. The receptionist was great her name is tanishia and my nurse was Tyler','2020-04-03 01:13:53.000000','461782867645453'),('2810143789254026',1,'I had a great experience! Everytime I come everyone is so helpful. Dr. Wang, Jorge, & Paris were very helpful and fast !','2020-12-07 17:04:45.000000','544778295636544'),('2810213752360020',1,'The staff here was wonderful and very helpful I would recommend this E.R. To anyone in need. Ask for Alvean, Marcus, Or Patricia when you visit they are all great staff members.','2020-02-06 19:17:42.000000','167959367441528'),('2810459549185697',1,'always fast and great service','2020-09-21 21:56:06.000000','237100240304186'),('2811029982461004',1,'The service was fast. I had just sit down to complete the paperwork, when I was called into the office. After getting settled into the room, I was greeted within 5 minutes. Had an exam, them was set for an x-ray. The doctor return to give me the results of the x-ray. He provided me a list of doctors to see and provided a prescription. I return to the front desk to check out. The receptionist offered me refreshments. The entire experience took less than an hour. The entire staff is excellent and very professional.','2016-11-10 14:54:44.000000','544778295636544'),('2812315592157980',1,'they are fast and very friendly and take good care of you','2020-02-09 13:58:08.000000','299216637560955'),('2812424038868320',1,'This place is AMAZING! I’m so happy I came to this location, it was the most convenient location from my house. Dr.Garcia, Nurse Robert, and the ladies at the front desk were extremely polite and friendly! They even gave me a WARM blanket! I will most definitely be coming to this location again if needed!','2018-07-16 16:54:17.000000','1787364321589026'),('2812689188767248',1,'Starting from my arrival Jocelyn was delightful she did a great job assisting to getting me in to see the Doctor Cavaso which was exceptional and very Helpful Alvean/Ann came right out and recieved me even getting me a warm Blackets.Thanks to all of you','2020-02-12 13:23:46.000000','167959367441528'),('2813453185580124',1,'This place is litterally the best! \n\nThey got to work quickly and worked to correct an issue Scott and White shoyld have taken care of but didnt. \n\nI also didn\'t realize they have overnight capabilities. I wasn\'t theilled about javing to stay.. but they spoiled me while I was here and I know I really needed the treatment. \n\nI can\'t say enough about the staff. Nurse John, Miss Dorie, Dr Leung, Alia, and Scott, made me feel so welcomed. I couldn\'t ask for better care. Comming from military hospitals this felt like almost spa like. \n\nI will avoid the traditional ER at all costs. This is the place to go.','2020-09-18 00:50:47.000000','251751275488925'),('2814668355262883',1,'Very fast service. Straight to the point but still very compassionate and helpful. The receptionist in the front desk was soooo nice and made sure we were seeing a nurse in almost seconds. The nurses and dr did everything to help and made my child feel as comfortable as possible. Thank you guys so much definitely recommend this er!','2020-01-24 03:50:11.000000','251751275488925'),('2814765941880827',1,'They had us in and out. At the same time was very Professional with the care they showed. High5 to the entire staff','2019-11-25 15:23:33.000000','544778295636544'),('2815525065435074',1,'We had the pleasure of having Jacoby as our nurse LVN he was amazing so kind and helpful he was great doing the Covid test on my daughter as she was nervous. Jacoby we will definitely visit Signature Care again if we need urgent care thank you sir for making my daughter comfortable during her visit your energy was awesome I love positive ENERGY I would definitely rate your service as a 10','2020-12-02 21:15:31.000000','299216637560955'),('2816425571772825',1,'Alvean ,Jocelyn, Marcus \nThank god I was able to take my son somewhere I’ve been calling all around for him to be seen and it was a headache, fortunately they where able to see him and it was very nice and the staff where amazing','2020-01-29 20:35:25.000000','167959367441528'),('2816556398599637',1,'Went in with stomach pain staff was very polite and professional I would recommend this urgent care. thank you Christopher C.for the special care you gave','2020-11-06 04:17:11.000000','1609539722669429'),('2817111891851279',1,'Hands down the BEST place for quick care. Staff is amazing and take the best care of you! Warm blankets and a top notch facility! Definitely recommend! Dr Rose, Meagan, Dr Miller, Chelsea and Remington took GREAT care of us when we’ve had to come in! Thanks so much guys!!','2020-10-02 14:39:55.000000','1698192877146046'),('2818626028186370',1,'Signature care is so awesome and efficient. I had a muscle spasm two hours ago and I’m already treated and out of the ER. That’s unheard of for any emergency room. Thankyou. Dr. Patel , nurses Adrianna, Tabitha, and Eliza for your care. And also Lisa at registration who was so nice to me when I couldn’t find my ID in my messy purse. Y’all are the best.','2020-04-08 19:18:43.000000','237100240304186'),('2819875971390525',1,'Very nice and caring for us when we needed them! Matt and Susie were amazing!','2019-11-13 15:26:55.000000','299216637560955'),('2819893788105771',1,'Tuve una experiencia muy agradable me ayudaron Vanessa, la doctora patel y la enfermera kat. Muchas gracias','2020-04-22 00:27:47.000000','167959367441528'),('2820391991538930',1,'The nurse and doctors are friendly and fast and care about your needs..will come back if need to','2020-10-01 01:20:30.000000','251751275488925'),('2821079201236623',1,'Had such a great experience here! Won’t go anywhere else','2019-11-12 18:03:39.000000','235046800697531'),('2821085091298681',1,'It was a good experience. The staff from the beginning all the way to the doctor was very helpful and knowledgeable of everything. I give big thanks to dr. Datta , Jesse rn, joy r, and amy. Thank you all for checking me out and giving me the medicine to get better. Will be coming back for medical needs.','2019-07-04 16:23:05.000000','1648645701907657'),('2821676514570524',1,'Nurse Cat and Dr. Jones were amazing! They attended my baby girl so fast and made me feel at ease after my daughter had a fall. Thank you so much!','2019-07-04 02:47:57.000000','251751275488925'),('2822028904495439',1,'Very efficient,clean, respectful, and courteous facility and care providers. I\'ll return here for myself and kids next time I need them.If I need them that is.','2019-12-12 14:35:55.000000','461782867645453'),('2822028941157662',1,'Very amazing experience! Amy at the front desk was very welcoming and fast, Dr.Patel, and Nurse Rollie and Tech Natalia went out of their way to make sure I got the help I needed!','2019-07-03 11:06:27.000000','1648645701907657'),('2822487357847505',1,'Dee is great at the front desk she made me feel very comfortable and ensured I was seen quickly. I recommend coming every time.','2020-03-16 20:00:54.000000','1608991329419166'),('2822564771395598',1,'Very organized and worked fast! Very clean and safe. I was helped by Amanda and Kate!','2020-11-06 21:49:43.000000','326347177710316'),('2822715047961068',1,'Extremely nice and thorough. Dr. Hehman was a peach and so was everyone else that helped. Thanks a lot Courtney S. for your sweet and kind service. They are the most genuine group of people I’ve ever met an Urgent Care.','2018-01-09 06:18:42.000000','1787364321589026'),('2823007428023315',1,'Excellent care. Dr cat Nguyen. Ekaterini nurse an-tech','2020-11-07 16:58:52.000000','167959367441528'),('2823269654355492',1,'Excellent service they were awwsome','2019-06-16 00:15:24.000000','326347177710316'),('2823921357649208',1,'Amazing staff, very little wait time. Highly recommend!!!','2019-06-03 22:38:39.000000','251751275488925'),('282412116028683',1,'Dr. Patel \nAmy registration \nBryan E. RN \nGreat team','2019-05-04 06:42:42.000000','1609539722669429'),('282427616080616',1,'Thanks to Avean,Tricia,Jordan & Lindsey for taking good care of me during this time of need. Keep up the great work.','2020-03-25 20:32:34.000000','167959367441528'),('2824956230940079',1,'From Krisandra at the front desk, to the nurses Tiara and Gracie, I received excellent care. Thanks','2020-11-01 16:46:15.000000','167959367441528'),('2824978220850137',1,'care was excellent and the staff was very professional and friendly','2019-07-30 05:46:59.000000','1787364321589026'),('2825925254095313',1,'I would like to thank the staff Tiffany, John Bell, and Matt L for their services today! I would highly recommend them to any friends and family!','2019-12-17 16:47:34.000000','299216637560955'),('2826563084047689',1,'I loved the staff here and I will always come back. Maya the receptionist was so nice and quick will be back! I had a great night','2020-01-24 21:57:28.000000','829264323932850'),('2827773513982454',1,'The visit was awesome! The wait time was less than 5 minutes. The staff was very friendly. Dr Zheng was very informative and answered all our questions thoroughly!','2019-12-31 02:15:23.000000','829264323932850'),('2828075870744394',1,'I came in tonight very uncomfortable but my nurse Emily was awesome. Dr Lindsey was very helpful as well. I had to have a CT scan done & Carl made me very comfortable during the process. Great experience.','2021-01-19 04:46:26.000000','251751275488925'),('2828207280588263',1,'Amy, Alvean, and Marcus was very professional and excellent services!','2020-03-22 17:43:39.000000','167959367441528'),('2828584077162539',1,'Thanks so much for all y’all do . Kim Domanski\nKim Davidson and Lucas and all your staff y’all are all amazing.','2020-01-30 12:17:44.000000','235046800697531'),('2829427793750249',1,'The complete round of care provided by every person on the team, from the front door until you’re home, is one to none 10/10 recommend! A huge thanks to Sita, Corey, Jose, Allison, and Dr. Datta for doing the best to get treatment provided!','2019-06-10 07:23:45.000000','596022027480375'),('2829726310422351',1,'Super fast and friendly. Definitely recommend','2020-02-06 21:38:12.000000','596022027480375'),('2830586990332385',1,'Shaw and Alyssa where nice and welcoming. Really helpful.','2020-02-13 19:35:49.000000','1787364321589026'),('2831056800279273',1,'Super Nice Satff... Registration Jennifer D Nurse Jenci Tech Matt.... GREAT at listening and trying to figure what they can do make you feel better.','2020-01-04 20:22:49.000000','299216637560955'),('2831281136974620',1,'Bought my Granddaughter in tonight- she cut her head open and this is the friendliest- quickest staff! Definitely the place to come if you need medical šŸ„ attention!','2020-11-10 01:48:05.000000','235046800697531'),('2832174720211277',1,'Dr. Zhen was amazing and the nurse (Irving) was very hands on with caring for my son.','2020-03-08 07:03:20.000000','829264323932850'),('2833453086977835',1,'Chelsey and Townesend and Rose did a fantastic job. Got in and got out service was great.','2020-11-04 23:59:15.000000','1698192877146046'),('2833611493342311',1,'Jocelyn. Marcus.E.Katerini.Thuy.And Dr Chukwuma are a very great team .','2020-04-12 13:20:14.000000','167959367441528'),('2833618359981857',1,'I love this place! We have been here several times and each and every time the staff have been absolutely wonderful. Especially the receptionist Cindy and everybody else. I would highly recommend this place for everyone.','2019-11-05 04:51:46.000000','1648645701907657'),('2834099783318487',1,'Dr. Fair, Jennifer R.N., Rad Tech Fatima B., ER Tech Elaine M., and Tanishia with Registration were all wonderful with helping my son when he was sick with the Flu Virus. He was made to feel very welcome and was well cared for during our stay! I definitely recommend this emergency room to everyone that finds themselves in need of emergency care!','2019-12-20 09:14:24.000000','461782867645453'),('2834371763242548',1,'Great place was great the Tanishia W was a great help when i walk in and I was a fast in and out services with great staff and nurses Sarah G and Dr.N Patel every nice and easy going','2019-11-08 02:31:13.000000','544778295636544'),('2834684306812054',1,'We love the people that work here. They are helpful, kind, patient and professional. There is never a long wait either.','2020-10-21 11:44:53.000000','1765121397101399'),('2834741659950565',1,'Dr.esrevez , Nurse Susan , Ms.Tanishia were the best hands down . I had been too three emergency rooms before this one and I was so upset . These ladies were very sweet and understanding and made me feel so comfortable. Thank you so much ladies ā¤ļø','2020-03-20 04:51:46.000000','461782867645453'),('283504115963687',1,'Dr.Daniels \nNurse Rollie \nRad tech Natalia\nRegistration Stephanie :)\nThey were fast and gave us valuable information šŸ˜„','2020-03-09 01:46:30.000000','1648645701907657'),('2835206603187917',1,'This center is great! everyone from Lizzy, Brandon, Meredith,Sheresa, Ebony and Dr. Patel were so courteous and extremely knowledgeable. They new exactly what we were talking about. They were so nice and super courteous. I would definitely recommend them','2019-06-30 02:20:56.000000','544778295636544'),('2835410139820205',1,'Very fast and excellent personnel from Sita at the registration desk to Dr Miller & our family favorite nurse Jose!! We have came here several times and always been treated with great service & promptness. Strongly recommend this place & most definitely will keep coming back! Thank you SignatureCare!! šŸ™šŸ¼','2019-08-14 03:28:43.000000','596022027480375'),('2835989249776942',1,'Really great people. Lisa v.. Allison and dr pham. Did a great job. Thank you','2019-06-16 17:26:27.000000','596022027480375'),('283648819410209',1,'They were very helpful and took care of all my needs. Theresa m and her team were awesome!','2020-07-17 14:40:32.000000','237100240304186'),('2837473283162703',1,'I\'ve been coming 4yrs and its always a great experience','2020-11-23 16:50:53.000000','1765121397101399'),('2838285766265228',1,'Thank you Maria G awesome and quick registration process','2020-02-24 23:12:11.000000','237100240304186'),('2838451119564967',1,'this is my second time here and they take great care of me. \nI recomend signature care for everyone.','2020-03-24 16:39:11.000000','251751275488925'),('2838582216183096',1,'The staff was all wonderful and sweet! They cared for my employee when he got injured at work and got out in a timely manner. Definitely recommend coming here!','2019-06-11 15:55:01.000000','544778295636544'),('2838610849742612',1,'Dr. Yost, Mollie RN and Mandi at the front desk Were so polite and made sure I was Extremely comfortable during my visit and I was In and Out so fast I’m definitely coming back here!','2020-12-28 15:00:27.000000','235046800697531'),('2839321242790073',1,'Amazing service. Fast and superb staff. From the moment I walked in Tanisha( receptionist) was welcoming. Rad tech Fatima put me at easy and explained the process. Dr. Faig answered all questions I had. I absolutely recommend this place 100%.','2020-03-23 02:44:09.000000','461782867645453'),('2840809549465470',1,'selene melina Katherine wowed our experience at this ER. Recommend this facility in Lewisville','2020-12-25 22:05:15.000000','104213804456471'),('2841594159218595',1,'Great experience, great customer care! Special thanks to Ashley Burton, John Bell and Ashley K!!','2019-12-14 15:46:11.000000','299216637560955'),('2842535735782683',1,'The staff at this location did a great job taking care of my wife.. Dr Souman, Alvean, Patricia and Zeik','2020-02-09 17:03:09.000000','167959367441528'),('2842557022501644',1,'For one there’s no waiting time when you sign in, two they offered you a warm blanket! The staff is every nice and comforting! They make you feel like you’re safe in their hands!','2020-03-14 21:10:25.000000','1765121397101399'),('2842731059081855',1,'I had the best experience there from the moment I walked in love the hospitality thanks to Dr.Henderson,Alvean,Patricia and Zeik','2020-02-08 23:02:06.000000','167959367441528'),('2843532915701544',1,'Both my Tech Thuy An and Nurse Alvean did great job caring for both my friend and I after our car accident they both were very caring and compassionate. I thank and appreciate the entire staff for being here for those in need especially during this epidemic! Process was very quick','2020-04-09 19:31:40.000000','167959367441528'),('2843704992355183',1,'Today emergency room visit was excellent . The staff was great and I would like to thank Dr.Patel, Charlotte, Nancy, Norma and Vy for the great service. Thanks So Much for everything.ā¤ļøā¤ļøā¤ļø','2020-02-23 19:50:45.000000','461782867645453'),('2844080138938164',1,'this place is awesome Jasmine is the best Marcus B thanks brother. an Janie the best. the doc is awesome.. Dr o\'malley','2019-06-18 20:43:07.000000','167959367441528'),('2844195722477136',1,'This was my first time at this location, everyone was so nice and amazing. Alvean did great at getting my daughters test done.','2020-11-18 23:14:20.000000','167959367441528'),('2844823745737980',1,'Great experience! Lorena and Amanda at the front were very helpful and pleasant! Jeri the nurse and Lindsey the ER tech both offered blankets and waters! Super quick as well. (:','2020-08-16 16:22:51.000000','326347177710316'),('2845354068844670',1,'the entire staff here today was awesome! i reccomend coming here rather than going to the city er. These guys are the bomb.com!','2020-02-27 21:59:58.000000','544778295636544'),('2845410992153694',1,'quick l, great nurses and doctors, wish half theses doctors had their own offices.','2019-08-17 02:58:39.000000','596022027480375'),('2846423895367743',1,'Nice staff and speedy service. Sarah, Jennifer, Brisedia and Dr Patel took care of all ourneeds','2019-12-10 04:39:08.000000','461782867645453'),('2848271282074086',1,'I give this place 5 stars for the excellent employees and the care they gave me and my son.','2020-09-10 15:28:42.000000','251751275488925'),('2850726061620910',1,'I recommend the place, the staff and nurses are amazing, Kat, Randy and Frank did an excellent job with my friend who needed stitches, and fixed him up rather fast, I dont think I\'ve met such nice people in hospitals before, Excellent!','2019-07-04 00:59:26.000000','251751275488925'),('2850881814963901',1,'Absolutely incredible service! The entire staff was quick and helpful. Everyone should come here. Unbeatable!','2019-12-18 06:03:29.000000','167959367441528'),('2851033858306127',1,'super friendly staff. Ryan and Shannon were very caring.','2020-03-12 00:56:51.000000','235046800697531'),('2851752714883321',1,'Maya the receptionist was so nice checked my son in quickly! very clean and organized!','2020-03-12 19:57:57.000000','829264323932850'),('2852607428094045',1,'Dr.Faig,Ana ,Sara ,Sheraton and Christian were all WONDERFUL! Would recommend this location to anyone!','2020-01-17 01:21:20.000000','829264323932850'),('2853641494663438',1,'This place is so awesome the staff are friendly and they are truly concerned for the patients.','2019-08-16 23:32:12.000000','596022027480375'),('2854632704559255',1,'Brought my girlfriend here because she was having abdominal pain for two day! She doesn’t have an updated insurance policy but she was still able to be seen and not immediately turned away for emergency help ! I’m thankful to the nurse Kristina and Ray who came in to help her and are being so professional. I love the environment. And doctor Thomas is great also ! šŸ‘šŸ¾ will definitely recommend to others for a visit.','2020-01-26 23:19:18.000000','829264323932850'),('2855378194505890',1,'We always get great care here. Dr.Eisbecker was very knowledgeable.','2020-02-27 18:52:24.000000','237100240304186'),('2857416674319758',1,'Our teenage son had a knee injury and the hospital er sounded dreaful. We tried this place and there was barley a wait, they treated him with such care and professionalism. If we need urgent treatment again we will definitely be back!','2020-01-17 14:17:43.000000','461782867645453'),('2858999464133833',1,'This location is fast no wait once I got here I was put in an room less than two minutes and the staff was very nice and help making the process easy for me from Mrs Stephanie the registration and Blake who is the RN from the Rad Tech Son and the Dr Leavitt who really made my mind at ease being a new mommy and a nervous wreck thank you for the hospitality and continue to give great customer service','2019-10-23 01:28:58.000000','1648645701907657'),('2859244174169762',1,'Kristina, Laura , Maya were really helpful for my visit I would recommend coming to this emergency center to get the best care','2020-02-21 19:08:01.000000','1608991329419166'),('2859393024118404',1,'Great staff was in and out in no time super friendly and helpful to me and my family','2020-01-26 02:07:20.000000','829264323932850'),('2860024660988790',1,'Best place ever! Quick and easy process with the friendliest staff! My kids needed the rapid Covid test and they treated them with such patience and kindness. We also LOVE Dr Angela! She is so awesome!','2020-07-21 02:31:22.000000','104213804456471'),('2860498190691124',1,'The staff was very helpful answered my questions. would recommend in a emergency. Thank you Jessica,Theresa Carolyn And Dr.Oslecki. The Maynez family','2019-07-17 10:50:00.000000','237100240304186'),('2861004487485406',1,'It wwas quick and painless friendly and kind staff very knowledgeable and efficient','2020-08-28 02:21:32.000000','251751275488925'),('2861037157253493',1,'I was skeptical about coming here because of many places in Killeen aren’t really the best quality but as soon as I walked in I was very surprised with how beautiful it was! They were very fast and helpful. I will be coming here now over the emergency room!','2019-12-10 04:33:27.000000','251751275488925'),('2862222193805401',1,'Bought my husband in today, the staff is very friendly.. Aaron did a excellent job on the X-ray and taking blood.. Delpha did a fast ekg..Savanna (nurse) was very compassionate. Doctor Nguyen is very knowledgeable and made sure everything was ok before letting him go.. Recommend this Er definitely..','2019-10-18 19:48:15.000000','596022027480375'),('2864380967106691',1,'Excellent care and supportive staff @ APN Charity, RN Mollie, and Registration Mandi and Courtney Temple','2020-12-26 23:53:46.000000','235046800697531'),('2864918393531340',1,'Signature Care Stafford is awesome!! I came in this morning with some dizziness and the entire staff was great from Valinceia P that checked me in to my nurse Nicole P she was great and Dr. Hehman was AWESOME!! He explained everything thing to me and gave me some doctors to see for a follow up. This place is great!!! I reccomend it for any emergency you have.','2020-03-02 14:45:07.000000','1787364321589026'),('2865464117071034',1,'Signature Care Emergency Center in Texarkana, TX has been the most positive experience I have received from a healthcare organization. The lobby is warm and inviting, and they make your check in process/wait brief. I truly felt like the nurses, technician, and the doctor that saw me LISTENED to me and helped me to get some answers and a plan for feeling better. They are a 🌟🌟🌟🌟🌟 provider!!','2020-12-04 14:24:47.000000','235046800697531'),('2865562360149411',1,'The whole staff was very friendly, the receptionist Tunishia is very friendly, as well as Dr Henderson, he was very thorough and detailed in explaining what was going on with me. From Chantal to Laura to Elaine, Tunishia and Dr Henderson, they all did a wonderful job in taking care of me. I really appreciate it, and I definitely recommend this urgent care to any and everyone. 😊','2019-12-30 03:53:47.000000','461782867645453'),('2865727116844267',1,'Love they service and fast pace and they customer service is awesome and I definitely recommend anyone to come here','2020-03-16 19:48:29.000000','1608991329419166'),('2866626050068843',1,'I would highly recommend everyone to come here great service and snacks šŸ¤—šŸ¤—šŸ¤— Jocelyn A and Alvean A were awesome and also thanks to Dr.Patel we can go home feeling better then this morning.','2020-01-22 21:43:45.000000','167959367441528'),('2867254963320966',1,'I have been to this location twice, different staff but all are very fast and friendly. Dr. Zheng was informative. Nurse Irving and Nurse Katherine was fast. Holly and me have the same birthday. Thelma and Ana are nice and welcoming. I would always make SignatureCare in Westchase my first stop when I\'m in need of help.','2020-03-07 23:55:35.000000','829264323932850'),('2867287576634418',1,'I brought my mom in for an infection. They were super quick and so polite. She was terrified of going to the dr and they made her feel so comfortable and took excellent care of her! She agree she would definitely come back her!','2019-10-16 01:43:29.000000','596022027480375'),('2868135800124081',1,'The front desk, Nurse Alvean, and the doctor were all very kind individuals. I did not wait very long for a viewing and was treated with kindness.','2020-10-21 20:10:36.000000','167959367441528'),('2868528206540121',1,'Great Customer service, Great staff, Doctor, only a 5 minute wait time.','2020-01-06 12:24:29.000000','596022027480375'),('2868958866519083',1,'Thanks Norma, Nanci, Vy, Charlotte, and Dr. Patel!!! Really appreciate your guys helps such a hospitable team and friendly establishment! Will definitely return for future situations!','2020-02-24 00:11:55.000000','461782867645453'),('2870543042997600',1,'This ER is somewhere that easily feels like home and is made to be a comfortable experience no matter how sick. A special thank you to nurses Patricia and Alvean for their impeccable bedside manners and making my visit a smooth and comfortable experience. I highly recommend this location to anyone who needs care.','2020-01-16 22:30:28.000000','167959367441528'),('2870602946340282',1,'The receptionist was amazing, very informative. Tanishia was so great and kind. She was attentive Chantele, the nurse, was so amazing. She was so caring and kind. She was informative and quick. She was kind and friendly. I will recommend family and friends to come here.','2020-03-02 05:03:38.000000','461782867645453'),('2870753889636676',1,'quick and helpful people. very kind and professional.','2019-10-26 07:15:59.000000','251751275488925'),('2872451436168113',1,'I’ve been to this location a few times and every time I go the nurses and staff are always amazing. Tanisha was very welcoming and friendly and helped me very easily. Elaine and the RN Lynn were very nice and sweet. They came to check on me several times and they always asked if I was doing okay. I love the staff here and would HIGHLY recommend to family, friends and everyone else!','2020-04-06 07:03:45.000000','461782867645453'),('2872514419626618',1,'Good service, were seen and helped right away','2021-01-20 10:29:31.000000','1648645701907657'),('2872573252793418',1,'No long wait time.,checked us in right away., Jocelyn at registration very nice , Medical staff professional and very nice.Nice and clean comfortable waiting room and exam room.','2019-12-20 03:29:30.000000','596022027480375'),('2873484749389199',1,'My recent visit to SignatureCare ER was great. They have a great professional team and really go above and beyond to care for you. DR. ASHBROOKS, MD, DARRIN \nNurse: Katherine B W \nRadiology Tech: Gunnar S M \nFront Desk: Austin B D thank you all so much. I would HIGHLY recommend this ER to everyone. I’m also going to mention DR. YOST too I had my gallbladder removed recently and DR. YOST admitted me into the care of great surgeons at the hospital. Seriously couldn’t ask for a better team of health care professionals! THANK YOU ALL.','2019-07-18 16:38:21.000000','235046800697531'),('287445302341527',1,'Agradezco la atención. Por parte de Jessica P y Mara por la maravillosa atención que brindaron. Mi esposo y lo rĆ”pido que a tu a n sindo muy amables y te hablan en tu idiomas','2020-08-03 01:45:41.000000','237100240304186'),('2874467872878975',1,'stefanie, hillary, and dr. ybarra were great !!','2020-10-21 00:58:26.000000','1648645701907657'),('2874723419255673',1,'Took very good care of my sister while she was in they’re care','2020-02-03 17:41:10.000000','1609539722669429'),('2875145635871514',1,'been here for about 6+ hours and the staff has been very professional and kind to my husband and I... Amy and Cat were his nurses during his stay and have been BEYOND amazing!','2019-04-25 03:01:44.000000','251751275488925'),('2875390579228186',1,'Great, helpful staff. Thanks Kelsie, Courtney','2020-09-17 18:04:55.000000','235046800697531'),('2876001672459738',1,'Awesome staff awesome doctors Dee front desk clerk is a Gem thanks for everything all do.','2020-03-16 14:34:14.000000','1608991329419166'),('2876507075907240',1,'had an awesome experience at this location, cindy the lady at the front desk she is so sweet. Nurse Al attended to me immediately and kept checking on me the whole time.','2019-06-16 01:49:57.000000','544778295636544'),('2876594682372750',1,'when was the movie this place is Awesome from the time that you walk in all the way to the end.\n\nThe staff goes above and beyond they also asked if I need a warm blanket\n\n-Michelle Coronado','2020-10-21 18:49:22.000000','544778295636544'),('2877050832354715',1,'Dr. Nguyen and Alvean Patricia and Chris. well kept facilities and great staff kept us well informed and glad to have come here.','2020-01-26 22:48:27.000000','167959367441528'),('2878374735515751',1,'great service and snacks.','2019-12-01 08:01:04.000000','235046800697531'),('2878426485554334',1,'I went in with horrible aches and fever maya in the front was very friendly and directed everything needed since it was my first time here. My nurse Kristina was very thorough and dr Patel was friendly and informative. By far the most comfortable experience and I like many others hate seeing doctors. Will definitely return to this location','2020-01-25 15:27:18.000000','829264323932850'),('2878993715723386',1,'My entire experience here was nothing less than perfect. Cody was so helpful in making the entire time here easy. He answered all questions we had. I will definitely recommend them to everybody!','2021-01-01 19:40:12.000000','105589317817643'),('2879532618773306',1,'Elisa, Alvean and Marcus are a wonderful team they were great with my husband.','2020-03-11 23:25:30.000000','167959367441528'),('2879734145460852',1,'Alysia, Erica and the rest of staff was professional and wonderful.','2020-10-02 13:53:06.000000','829264323932850'),('2880000175551772',1,'Such an amazing and clean facility! Quintessa was so nice and welcoming when I entered to get tested for covid , she was so very helpful!','2020-09-21 22:08:54.000000','251751275488925'),('2880013735559896',1,'The doctors were super helpful and welcoming! Chelsey, Clay, and Lindsey were awesome and made the experience as easy as possible!','2020-09-14 20:22:05.000000','1698192877146046'),('2881551395219368',1,'Though a middle of the night hospital visit has unpleasant reasons behindit, the genuine care and compassion I received from signature care made my night a whole lot better. From being greeted at the door by Jennifer to having my vitals checked by Valerie, I felt genuine care and concern for my condition. I had Billy Brooks for my nurse and he was just phenomenal as was my doctor! If any higher ups are reading this, Billy needs a raise ;). Thank you signature care!','2019-07-23 11:35:05.000000','299216637560955'),('2881930162056152',1,'The staff here was so nice and helpful. Miss Lacy definitely took great care of me šŸ™šŸ¼','2020-12-03 04:18:40.000000','251751275488925'),('2882363158523010',1,'Awesome experience very friendlyAnd quick','2020-02-26 22:49:03.000000','1608991329419166'),('2883037931733065',1,'The staff was very helpful and very professional. They made my daughter feel comfortable and were very efficient.','2020-05-27 13:17:26.000000','237100240304186'),('288332568818957',1,'Patricia and Vivian gave us excellent serve today on my daughters dr visit','2020-02-18 20:46:08.000000','167959367441528'),('2884463011798212',1,'Alvean \nDr.Ortiz\nStephanie','2020-10-28 14:31:27.000000','167959367441528'),('2884532864940942',1,'I received amazing care at this place. Thanks Alvean Chris for your smile. You are so kind.','2020-04-04 18:24:04.000000','167959367441528'),('2884541231578378',1,'Great place, very efficient. Amazing staff especially Rad tech Fatima, ER tech Daniel B. Nurse fahme and doctor Zhen MD Definitely recommend','2019-12-09 05:51:16.000000','461782867645453'),('2884989384893494',1,'Everyone was very professional and the front desk ElizabethT was very kind. The clinic is clean and the staff was amazing. I got treated as soon as I got here. Overall experience was amazing. Would definitely recommend šŸ‘ŒMade my ER experience much better. Thanks everyone!','2020-01-27 05:53:40.000000','1608991329419166'),('2885059465146848',1,'Alvean and Marcus, e z in and out, great service and care!','2020-11-04 16:29:13.000000','167959367441528'),('2885542775050791',1,'Very compassionate and friendly','2020-12-15 20:54:48.000000','235046800697531'),('2885836708166911',1,'This place is great and everyone that cared for me was so amazing and caring. Special thanks to the receptionist Tanishia.','2020-03-30 04:15:32.000000','544778295636544'),('2887065348025200',1,'Excellent service and great employees!!','2020-03-01 06:19:56.000000','544778295636544'),('2888496537869800',1,'We were seen very quick, had xray performed, treatment for my problems and on our way out the door in less than 30 minutes total. I absolutely recommend SignatureCare in Paris.','2020-01-07 18:56:33.000000','299216637560955'),('2889402054409600',1,'I visited ERcare today and will always use this physicality! From the front to back you are taken care of with such professionalism. They are such kind,friendly sweet people. \n\nAdicanna was my nurse and Magalie was the radiologist they both were exceptional! \nI wish I would had took the time to ask all their names... I would had mentioned them as well. \nThank you for all you do for the people of Odessa.\nGod bless each and everyone of you!','2019-07-19 18:34:10.000000','237100240304186'),('2889886207789229',1,'Great customer service!!!','2020-06-12 17:53:07.000000','1698192877146046'),('2890394574315252',1,'Great experience, very welcoming ppl and service was rapid and effective, specially tinishia, Fatima, cahantel','2020-03-09 04:13:24.000000','461782867645453'),('289071929196739',1,'Magali Loera and Teresa M. Very professional and took great care of me','2020-07-16 17:55:37.000000','237100240304186'),('2892126650800595',1,'staff from the receptionist to the nurses & doctors are incredible. Manny my nurse was very attentive & got me in & out very quickly. I absolutley reccomend this facility over any other emergency clinic.','2019-12-15 22:09:26.000000','237100240304186'),('2892252477463097',1,'Absolutely great level of care! Dr Yost, Lucas, Kim and Eric were amazing!','2020-02-18 17:43:03.000000','235046800697531'),('2892451840795711',1,'Our experience waa great here. My boyfriend was brought in and seen immediately. Dr. O\'Malley, Nikaela, and Amy were great! he\'s been to other hospitals 3 times and this is by far the best!','2019-03-11 02:18:33.000000','167959367441528'),('2893029380742540',1,'Thanks to Dr Henderson, Chantel, and Tanishia. \nEveryone was fantastic and took care of us quick fast and in a hurry.','2019-12-30 06:05:12.000000','461782867645453'),('2893088897411388',1,'In and out service. Made it real easy for us. Thank you to the people helped us. Reg-Lisa P. RN—Adriana. RAD TECH- Allison L. And DR. Pham.','2020-05-03 19:24:49.000000','237100240304186'),('2894349750594724',1,'The whole entire staff was awesome! Especially Doctor Morrieal and the tech Juan.','2019-09-19 18:18:50.000000','326347177710316'),('2894590437265435',1,'Dr. Herbert was very informative & helpful, as well as the staff. I would really recommend for ED needs.','2020-02-02 03:54:26.000000','596022027480375'),('2894595447431575',1,'they are the best and so Friendly and awesome..my son was seen within minutes and the staff was so friendly so cool they joked around with us a lot and it is very clean and very nice and I would recommend this place to anybody..love u guy\'s','2019-05-14 02:34:51.000000','1787364321589026'),('2896333700411401',1,'It was very quick and informative experience and everyone was really nice and offered warm blankets. Keep up the good work!','2019-11-19 22:59:13.000000','829264323932850'),('2900513373314011',1,'They had us back quickly and the doctor was in within no time. The place is spacious and they even gave my 2 year old chips, a drink, and a sticker! Definitely coming back.','2019-11-26 15:50:44.000000','544778295636544'),('2900750366811167',1,'Staff members are caring and understanding of your situation always great hospitality This is my go to place whenever I’m in need for their healthcare services The staff and doctors are very attentive always making you feel like you’re a superstar you are taken care of immediately when entering the facility I love it thank you signature care!','2020-09-27 17:32:08.000000','1787364321589026'),('2901636683396792',1,NULL,'2016-07-08 17:57:49.000000','544778295636544'),('2902445029779079',1,'Really Took good care of me. Dr Nguten, Alvean, Kelly, Patricia, and Jordan work very curtious and professional. Will definitely recommend in the future.','2019-12-20 19:31:45.000000','167959367441528'),('2902506953183198',1,'Alvean and valory were so amazing and nice. They make my trip less scary definitely will be coming here again!!!','2020-10-20 17:43:32.000000','167959367441528'),('2904363096513806',1,'Megan administered my test and was very comforting and Victoria made me feel comfortable about my symptoms! Great experience!','2020-12-19 17:07:32.000000','326347177710316'),('2904592672936172',1,'Short wait time and very professional/friendly staff.','2020-01-15 18:53:33.000000','1787364321589026'),('2904704119624180',1,'I took my husband to this location and experience the most kindest care from their staff. I would most definitely recommend this place. Thank you for your service.','2020-04-15 01:05:09.000000','104213804456471'),('2905457372820725',1,'Very nice staff. and they were very professional.','2019-12-17 01:45:17.000000','237100240304186'),('2907237492695580',1,'good, understanding people who know how to treat people. took my sis here and they got her better','2020-03-11 07:27:48.000000','251751275488925'),('2907774885934576',1,'we love coming here. absolutely the best way to go in and out..and everyone is wonderful','2019-11-11 06:01:47.000000','544778295636544'),('2908095342583427',1,'Politeness from the staff was great and I only came in with a spider bite and I was treated like a priority with a super nice doctor who explained everything and I felt comfortable the whole time.','2020-01-30 18:03:12.000000','1609539722669429'),('2908102399435167',1,'Went in today for covid testing and the staff was really nice and helpful. Thanks to the nurses that helped out me out Graciela and Jordan. I recommend this location for covid testing.','2020-12-06 16:26:46.000000','167959367441528'),('2908278125899830',1,'I first called several urgent care services and came across Signature. From the customer service, the quality care and detailed instructions I was immediately drawn to there facility.\nWhen I arrived the place was spotless clean and everyone I encountered had pleasant faces. Each Nurse was willing to answer all my questions and concerns. Each staff cared about me as an individual and family member. All my fears were addressed and handled with patience and concern. I left with a better attitude and less fear of what brought me there. \nThey even worked out a payment plan with me and did not make me feel bad about not having the funds. I received the same 100% service card and treatment as a paying or insured client. \nI recommend anyone wanting quality care with no stress and hours wait to visit Signature. Especially the Stafford location at 90 and Murphy.','2020-03-05 03:50:40.000000','1787364321589026'),('290844261738032',1,'My experience at Signaturecare Emergency center was exceptional. Everything from the front desk clerk (Janay) recognizing my immediate emergency (severe allergic reaction) to the radiology tech (Linda) getting me connected and checking my vitals to the calm, yet highly efficient and lovely nurse, Christina was definitely up to par. Dr. Lingan was the M.D. that night. He was very thorough and calculated as to how to properly handle my situation. I knew I was in good hands with the high level of knowledge and professionalism that each staff member exemplified. I am very thankful to each of you for nursing me back to health. Thank you, again, for your attentiveness and care.','2018-10-16 03:34:41.000000','1698192877146046'),('2908574962583187',1,'Friendly, caring and efficient.','2020-02-05 18:09:33.000000','235046800697531'),('2908910895853511',1,'Erika was really awesome her staff was as well.','2020-04-20 16:15:08.000000','237100240304186'),('2909457749378117',1,'wasnt into stopping but pain and sickness and my wife ganged up on me to...It was easier to comply. i was very ill but low and behold the Signature Care people made everything alright. wanna say thanks to Whitney,Tobie,Samantha and Doc Edwards...you took care of me like family...thats rare to find these days...God bless you all and Thanks Rock on..!!!!','2020-10-12 04:01:55.000000','235046800697531'),('2909709999080343',1,'First time coming to Signature Care, and it was a pleasant experience. We were welcomed by Sindy and Angela at the front. There was no wait time to be seen and everyone was very nice, especially Selina the nurse. I would recommend coming here if you\'re ever in need of an emergency room.','2020-02-06 21:29:19.000000','544778295636544'),('2910535892295545',1,'The people here are super friendly. Contessa went out of her way to make my daughter feel comfortable and well informed. Nino was also very helpful and proactive in getting us anything that we needed. Dr.Zajac was gentle with my daughter and very accommodating. Definitely recommend coming here.','2019-06-02 02:03:20.000000','251751275488925'),('2910903065696752',1,'Amy, Gracie,Sean, and Dr. Daniels where amazing! Great experience and amazing people! Made my finger look like nothing ever happened 😁','2020-04-23 04:08:56.000000','167959367441528'),('2911149902262641',1,'great friendly and fast service','2019-12-15 01:08:30.000000','237100240304186'),('2911991908811880',1,'The team here is so nice and welcoming! Dr. Hall, Lynn and Courtney are all very accommodating, professional and thorough.','2019-12-27 19:54:45.000000','544778295636544'),('2912256098833513',1,'I had a great experience with Alvean ,Patricia and Thuy An. They all treated me very friendly and professional.','2020-02-13 22:11:06.000000','167959367441528'),('2912789965418776',1,'If you want to go somewhere that won’t have you waiting a long time..this is the place!','2020-01-14 05:14:58.000000','326347177710316'),('2912845772092191',1,'I really had a great experience . Dr Yost was very thorough , rn Mollie was extremely helpful she went as far as explaining the heart rate and symbols to my son , rad/lab Shannon was very nice to my son very pleasant young lady and reg shelbie & tobie we very helpful I will be back','2020-02-21 03:54:32.000000','235046800697531'),('2913624622024390',1,'Fatima did awesome job she is really nice and doctor lu is also very nice charlotte nurse gave me best medicine to recover my self and elaine did my iv and bri she was very nice at the front desk.','2020-04-07 06:57:33.000000','461782867645453'),('2914134368599257',1,'friendly and caring staff with quick service','2020-01-07 21:02:31.000000','829264323932850'),('2914158598611065',1,'Excelente Equipo de Trabajo muy Amable y Muy Profesional el Dr. O\'Malley Excelente Joshua muy Amable muy Servicial','2019-08-03 02:56:08.000000','167959367441528'),('2914701238763876',1,'I just wanted to say thank you to Nurse Whitney & Dr Edwards for amazing service. I am currently pregnant and having a lot of trouble with my nausea and they were the nicest & most helpful people. I felt very well taken care of. And would recommend this place to anyone!!! I will always come back here if I need to.','2020-12-21 05:02:43.000000','235046800697531'),('2914775341868358',1,'great place to go for your family','2019-11-14 18:06:46.000000','237100240304186'),('2915337575457779',1,'Very friendly and fast Jennifer took great care of me!','2020-12-27 20:38:18.000000','235046800697531'),('2915861058482997',1,'Excellent service. Thanks for the snacks. Tanishia to Dr. Kotey. Thanks! All the staff was great!','2020-02-21 05:17:38.000000','461782867645453'),('2916654038656855',1,'Alvean Jessica \n\nHad great service here very nice and helpful..','2020-12-27 21:20:23.000000','167959367441528'),('2917182634995755',1,'They have an amazing staff. Dr Henderson, Alvean, Jordan, and Jocelyn were all very professional.','2020-02-05 16:17:50.000000','167959367441528'),('2917254511628668',1,'Signature care was fast and efficient today! Came with my boyfriends chest pains and they got him taken care of quicklh','2020-02-05 19:52:09.000000','1787364321589026'),('2919067564822563',1,'Love this Signature Care facility! So clean, nice staff, and thorough doctors. Maya and Kristina were great today with my visit! Definitely my choice when it comes to my emergency care away from home(California).','2020-02-21 16:38:48.000000','829264323932850'),('291933425048880',1,'Tiffany,Ashley K,Ashley B, and Susie were all very helpful and the service was fast . they were all nice and friendly','2019-05-02 17:07:47.000000','299216637560955'),('2919354128087350',1,'This Center has always given me and my family nothing but the best of care. Always greeted with a smile from the front desk, all the way to the back my medical staff! The best staff, the best nurses/techs/radiology and the best and most professional and experienced Doctors!! Will always return here without a doubt! Dr. O.Faig, is the best!!','2020-03-05 12:51:53.000000','829264323932850'),('2920243644928901',1,'Friendly service very attentive And didn’t have to wait','2020-10-29 15:59:32.000000','1648645701907657'),('2920597881326727',1,'Didn’t take long I was in and out. Patricia, Ekaterini, Marcus & Thuy Anh.','2020-03-13 20:03:22.000000','167959367441528'),('2920949544630082',1,'This place is amazing! We\'ve gone quite a few times, I would rather go here then my pediatricians office. They got me in so quickly yesterday, and took care of my baby asap. Super helpful, they give you lots of information, and never rush you out. I tell everyone to go!','2020-03-08 17:03:07.000000','1765121397101399'),('2921599464518917',1,'The staff took great care of my daughter.Dr Ibarra , RN Irung/Kelly,Tech Thelma and Ct/Dr Tino','2019-12-30 00:52:26.000000','829264323932850'),('292222775454973',1,'Very fast ! The staff was very cheerful after testing','2020-07-07 20:55:45.000000','1609539722669429'),('2922475267863829',1,'Was greeted by the receptionist (Brenda Roman)with a bright smile and quick check-in. Every single staff member from the nurse to the Dr. where beyond profesional and quick to administer anything and everything to make me feel better immediately. Would definitely recommend and will always count on Signture Care for my emergency health.','2020-05-04 00:48:02.000000','1608991329419166'),('2922668257764503',1,'visit was quick and easy. efficient staff thank you rebecca v., dr. hemera, nurses gabriel and Remington, patrick, and Kathleen','2020-02-01 03:36:06.000000','326347177710316'),('2923074514369289',1,'I had to take my mom to the clinic late on a Friday night. There was no wait. The staff including the doctor was very friendly. She had to stay overnight for observation. The rooms were nice and were equip to accommodate a guest to stay in the room as well. The facility was clean and there are even snacks with a mini-fridge in the room. I was very impressed!','2016-07-12 01:31:54.000000','544778295636544'),('2923178987709157',1,'Maria, Manny, Magali & Delpha are the best. They got me fixed up and were so pleasant.','2019-06-08 21:13:38.000000','237100240304186'),('2924270267802805',1,'Emergency Center-Texarkana is my go to spot! Kind, quick, and helpful! Thank you Mandi, Ashton, Jennifer, Mollie, Katy, Sam, Jacoya, Ryan and Gunner!!','2020-12-15 00:21:50.000000','235046800697531'),('2925051554182062',1,'The staff was amazing! I felt confident that my baby was getting the best care! Thank you Melissa, Nurse Robert, and Dr. Iheme!','2019-11-16 03:00:42.000000','167959367441528'),('2927194617314828',1,'the staff is awesome sweet and fast the front desk lady sindy is awesome with pretty nails my nurses gina and vivenne made me fell so comfortable! and the dr .singla was very knowledgeable and concern! i love it here always in and out quickly!','2020-01-24 18:24:37.000000','1609539722669429'),('2928196840544650',1,'Fast, friendly, I’m definitely come back !!','2020-01-06 01:26:15.000000','251751275488925'),('2929137567104416',1,'At arriving Cindy was amazing. checked us in and got us back in less than 5 minutes. \nonce in the back Regina took control and did everything expected of an RN. \nDr. Soli took such great care of us. This is bow our go to place for medical care.','2019-12-18 17:47:32.000000','1609539722669429'),('2929814110401612',1,NULL,'2017-08-09 12:05:04.000000','544778295636544'),('2932150840152322',1,'this is my second visit this year and again was welcomed by Patricia at the door and was very welcoming the moment I stepped in and was taken care of by nurse Ekaterini with the pain shot and Marcus for taking the Xrays and nurse Thuy Anh for making sure I was feeling ok also thankful for Dr. O\'Malley for assuring me that everything so far was ok and was very nice and welcoming','2020-01-03 22:42:56.000000','167959367441528'),('2932276260148737',1,'I came in pretty bad shape but they made the experience great. All of the staff was cheerful, nice and had the can do attitude.','2020-03-13 17:08:45.000000','104213804456471'),('2933466956703507',1,'Great!! Service. Whats an amergency for you is amergency for them. We have never been treated this way, in our whole lives...God bless @ercare24.com thanks to the whole staff!\nFront desk -samantha\nNurses -g&christine M\nRad tech: bryan D.\nDr. Dang','2020-02-19 01:52:58.000000','1609539722669429'),('2935229489867034',1,'super caring staff. we were in and out and left feeling better. would definitely reccomend','2020-02-21 03:57:10.000000','237100240304186'),('2936538096390164',1,'Jocelyn Alvean and dr Harjai\nthank you for your service','2020-04-09 22:07:44.000000','167959367441528'),('2936739879902057',1,'The staff is very professional very clean !','2020-12-15 18:22:58.000000','829264323932850'),('2937272729624955',1,'Great staff! very friendly and helpful! highly recommend anyone coming here','2019-12-19 01:24:23.000000','829264323932850'),('2937779806236382',1,'Was here with a friend and it was actually a pleasurable experience!! We were greeted with sweetness by Linda and she was absolutely awesome! Kara the RN got our humor and was super sweet! Mrs. Helen our radiology tech was so funny and a veteran. She was super RAD!! šŸ˜€ Thank you so much for your service Mrs. Helen! Dr DeWaal has got to be the best doctor I’ve seen deal with a patient in a long time! He showed true care and was extremely helpful letting us know what everything meant. Everyone in this place needs triple kudos!!!! I will definitely bring my family here if I’m in need! Thank y’all so much for your hospitality and getting our humor! 🤪','2019-11-13 05:36:09.000000','235046800697531'),('2939461982754685',1,'awesome experience with the staff Dr. O\'Malley and his team are great!','2019-08-23 03:38:00.000000','167959367441528'),('2939621682730125',1,'Ray,Jessica ,Very friendly and caring...','2018-09-07 02:26:52.000000','1787364321589026'),('2939807642972979',1,'Very nice an helped me out a lot I fully recommend them an Kiara is soo nice an sweet','2021-01-18 17:54:12.000000','299216637560955'),('2940566109334101',1,'The entire staff was very friendly. Kendra made paperwork very simple and smooth. Morgan was very polite and made my situation less stressful. Jacob asked me if I needed a warm blanket and made sure I was comfortable the entire time. Dr. Singla was very thorough in his explanation and I feel better already.','2020-02-18 18:51:12.000000','326347177710316'),('2941013309266137',1,'I had to spend overnight here and Gina was my nurse for the past two days. She, the facility, the physicians, and everyone else were amazing! 5/5 would recommend!','2020-01-24 14:59:53.000000','1609539722669429'),('2941431485874016',1,'Amazing group. Clean, fast','2019-09-24 03:09:25.000000','251751275488925'),('2942555646033709',1,'Kristen was very friendly at the front desk','2021-01-18 20:08:19.000000','299216637560955'),('2942798129132664',1,'Tammy,Tanishia,Dr Garcia thank you','2020-03-22 23:45:34.000000','461782867645453'),('2944388935620965',1,'Dr. Souman and Nurse Kristina was great I couldn’t have asked for better service anywhere than right here!!','2020-03-31 12:35:57.000000','829264323932850'),('2944867562238756',1,'Dr. Dewaal, Kanyon, Erica & Sam we’re all so sweet and attentive! So sweet','2020-03-06 23:46:01.000000','104213804456471'),('2945114972205965',1,'Jessica s was amazing and super nice the whole staff treated me with nothing but respect','2019-12-06 05:24:06.000000','237100240304186'),('294657917956213',1,'They did an excellent job of getting me in and out quickly! They addressed all of my concerns and were very thorough in wanting to help! They were very compassionate as well! Excellent job and will definitely go to them again if needed!','2018-04-22 23:19:43.000000','544778295636544'),('2946656012051627',1,'They were wonderful people..very knowledgeable about sickness unlike other hospitals. Beautiful and clean hospital. I do not like blood drawn and Alvean the nurse help me get checked out. Dr. Appiah was very helpful and a great dr. Jocelyn was one of the nicest registration people i\'ve seen and Brian the ER Tech helped me get my results back in a timely manner.','2019-12-18 19:24:58.000000','167959367441528'),('2947467705580739',1,'They’re very fast and efficient. all staff were very nice and patient with me!ā¤ļø thank you. SignatureCare. 5 stars from meeeee!','2020-10-22 02:25:05.000000','251751275488925'),('2947520738625527',1,'My experience was awesome! They took great care of my granddaughter! Kristina was so professional and caring!','2020-01-24 20:38:34.000000','829264323932850'),('2947801308574026',1,'highly recommend they do great work','2020-02-19 17:17:37.000000','299216637560955'),('2954517744609672',1,'The best service. They all attended me very well. Made us feel like we were a family. I highly recommend coming here.šŸ™‚','2020-04-22 04:04:47.000000','104213804456471'),('2954951607897040',1,'Greeted by Maya very helpful and assisted by stephanie which was very nice and patient with me and dr. singla was very knowledgeable and complete the procedure and and got me better...Thanks to this team','2020-01-23 21:00:14.000000','829264323932850'),('2956527747767331',1,'The staff here are so friendly and not to mention the quickness of getting us in a room. Ryan and Carla were great with my sister and Dr Yost was amazing!!','2020-03-12 00:43:08.000000','235046800697531'),('2957749784322945',1,'Had a great experience over all. The wait time was fast. All the staff was helpful and friendly RN sherri and johny were great. Dr. Boester was informative helped me understand my condition and go over treatment options.','2018-08-16 00:37:34.000000','544778295636544'),('2957831630935066',1,'Great staff, the only signature care I attend to in Texarkana! Dr Edwards, and his staff has always been beyond helpful 😊','2020-01-24 21:59:30.000000','235046800697531'),('2958978014153164',1,'Thanks Mrs. Tiffany, Mrs. Ann, and Mrs. Brooke for helping me today','2020-01-23 02:52:14.000000','299216637560955'),('2960594777400673',1,'Great patient care! Very great communication skills and very friendly! Megan C. made me have a great experience during my visit! \nThank you so much!ā¤ļø','2020-07-21 16:11:57.000000','237100240304186'),('2960756797272733',1,'Came in today with chest pains and heavy breathing and they took care of me right away. I was very pleased with my service and will come back again if I need to','2019-08-01 09:00:44.000000','1787364321589026'),('2962382727123544',1,'Friendly staff with little to no wait. Lisa V is an amazing nurse.','2019-10-28 02:25:50.000000','596022027480375'),('2963026930414563',1,'Very satisfied with the service, staff were very helpful and kind. There was no long wait and cared to our needs right away.','2020-02-17 17:36:27.000000','829264323932850'),('2963847680326426',1,'Super fast service, and very friendly staff! Nice place!','2020-02-27 21:29:25.000000','326347177710316'),('2963939506959489',1,'I am a bit late due to just life! Ha. I just want tot express the great synergy that this signature ER embodies, i was there early on a Thursday sometime In February/2020. My emergency was just a annoying knot that grew on my body but had no pain.. Stephanie-Main Receptionist was super kind, Informative, very courteous In many ways ; Like allowing me to have some candy bars that weren\'t necessarily for me (Patients) to have. Rollie-Nurse he is great guy wee spoke briefly about (man stuff) which made my experience a bit easier. NAD Tech- Natalia- was nice i think we laugh once about something silly either one of us stated while she was trying to get vitals, blood pressure etc. lovely lady. Dr. Ding- super cool I never thought I would laugh and converse as much with a Doctor at such a early part In the morning. FYI, I am a people person and this experience was really fun and had genuine people working for this particular emergency clinic. Thanks to you all. M.A.','2020-03-04 18:17:17.000000','1648645701907657'),('2964405373572291',1,'There was no wait and everyone is very nice. Inexpensive and affordable. Dr. Henderson, Alvean, Vanessa, Marcus are very nice.','2019-12-09 23:37:32.000000','167959367441528'),('2965311606868214',1,'Great service!!! \nMiss. Dee was great!!','2020-03-16 19:34:52.000000','1608991329419166'),('2965995830105094',1,'Very nice staff and waiting area clean and got my sister in law back and checked on very quickly.Ryan,Lucas,Kim,and Eric friendly.','2020-02-17 22:20:35.000000','235046800697531'),('2967023123341697',1,'I was treated so nicely by everyone. Laura, the radiologist tech, not only did some xrays and vital signs, and was the first person I saw. She couldn’t have been nicer, efficient, and put me at ease quickly. Victoria, my nurse, was the same way, and made me feel very welcome, cared for. She did her job very well, and continued in the nice, warm manner of Laura. Dr. Ortiz was my doctor, and very nice, answered all questions we had and was very thorough. The check-in and check-out was very fast, and handled in a friendly, quick, and organized manner by Maya. Yes, I would definitely use this location of SignatureCare the next time I fall off of a treadmill or for any other emergency.','2020-01-17 18:55:32.000000','829264323932850'),('2967479990034415',1,'It was non painful and accurate','2020-06-15 14:24:24.000000','1698192877146046'),('2968426353215592',1,'Everyone was very nice. Good vibes. Felt in good hands. Meridian and Alvean','2020-02-05 21:54:32.000000','167959367441528'),('2969136703126248',1,'Great experience. Dr. Chopra was nice. Denise was fast, Kanyon and Theresa were nice!','2020-03-28 15:25:13.000000','104213804456471'),('2969271286429315',1,'We had a great experience here with Rollie, Natalia, Stephanie, Yasmina!','2020-03-06 00:58:24.000000','1648645701907657'),('2970049086382492',1,NULL,'2017-12-20 13:29:22.000000','1787364321589026'),('2970434473031220',1,'Great staff, Dr Jones is very thorough. The wait is almost nothing which is great for us working folks. Thai and Alia were all great staff. Even reception personnel treated us nicely and respectfully.','2019-08-21 00:08:23.000000','251751275488925'),('2971079809575719',1,'Absolutely amazing service!! Very professional and caring staff! I do not remember my nurses names regretfully but my doctor was Dr. Curtis. They were all OUTSTANDING!!! I have never used a minor er where you are called back within 5 mins! I would highly recommend this facility!!!','2019-09-18 17:22:45.000000','299216637560955'),('2971305359619957',1,'I’ve never had a broken bone before but you guys were so helpful and kind! Dyveliz, Kim, Brad, Dr. Ortiz were incredibly helpful and uplifting despite my injury. Thank you so so so much!','2018-03-20 22:40:03.000000','326347177710316'),('2971541012865119',1,'Staff is very friendly and attentive, quick service the place is clean and quite.','2020-02-26 13:44:06.000000','167959367441528'),('2971722426179739',1,'Very professional staff & extremely quick service! Will definitely return and refer other family members','2020-02-07 04:24:06.000000','544778295636544'),('2973332996024282',1,'The staff there are real nice doctor great Patricia C help you and nice person will recommend to friends and family','2019-12-30 23:22:54.000000','544778295636544'),('2973968142622720',1,'It’s great. They are always fast and friendly. Place is super clean and they always give me straight answers','2020-01-19 19:06:07.000000','829264323932850'),('2974971652554050',1,'always helpful and friendly and customer service is excellent','2020-02-20 15:45:59.000000','1609539722669429'),('2975326859235607',1,'Jessica and Hollie are the best... Very professional have u feeling like a family member before u leave the facility šŸ’™ā¤šŸ’™','2020-10-14 16:04:31.000000','237100240304186'),('2975998329101330',1,'everyone was very nice. Nicole was very attentive to our needs','2020-01-12 04:47:49.000000','1609539722669429'),('2976139979070938',1,'Patricia C. And Jose P. We’re awesome speedy and courteous šŸ’™','2020-01-02 20:42:23.000000','167959367441528'),('2977340775617557',1,'I received great care. The medical staff was awesome especially my nurse Leslie.','2020-02-12 21:04:04.000000','461782867645453'),('2979826122036088',1,'This is one of the best ERs I\'ve been to in Houston, great staffing and awesome personalities, very prompt and equipped.','2020-02-27 14:54:07.000000','1648645701907657'),('298135050915448',1,'WAY BEYOND what you would expect from an ER. Very professional staff, who enjoy their job and work hard to make sure you are the most comfortable you can be under the circumstances. As long as my insurance allows me to, I will probably never go to a different ER. I’m nervous what this bill will be, but at least I’m getting all the care that can be done to feel less miserable, in the end , that’s all you can ask for.','2018-04-10 23:00:14.000000','1765121397101399'),('2984365031600241',1,'Dr. Elsbecrk, Lauren and Chelsea are great and made the process super easy for me!! Definitely recommend coming here!!','2020-06-09 20:57:43.000000','1698192877146046'),('2987022444675224',1,'The staff was very welcoming and gave EXCEPTIONAL SERVICE!!! Samantha was very polite, sweet and kind. She had an Awesome attitude and was very professional. Our nurse Christopher C. was just as Awesome! He explained the entire vasic check up process to my 9 year old grandson so that he wouldn\'t be afraid. He offered us refreshments, asked if we needed anything and even brought us warm blankets!! The staff here are very polite and tend to their patients with love and care. I would recommend this ER to everyone!','2020-01-21 05:18:48.000000','1609539722669429'),('2988994981145072',1,'Nice and friendly staff!! \nPatricia C. -registration\nAlvean A.-Nurse\nWere they were both so helpful!!','2020-01-26 21:12:35.000000','167959367441528'),('2989577314398343',1,'Really awesome experience, I come here when needed and my family as well, my recent visit was very pleasant and I was helped out by Alvean through all the bloodwork and as well Jocelyn guided me really well with all the paperwork','2020-03-18 19:16:20.000000','167959367441528'),('2991182421003560',1,'Went for a COVID test and was impressed with how organized and fast the process was. I would recommend family and friends to book your appointment and get tested! Also, Okarys was very friendly and informative!','2020-07-14 17:37:27.000000','1609539722669429'),('2992510437435167',1,'This is my 4th Time coming here staff is always Nice friendly and very helpful with Alvean Marcus and Patricia','2020-02-06 18:56:21.000000','167959367441528'),('2993487957457142',1,'awesome place they helped me and my little girl when everyone els was closed good service will never aways come if i have a emergency to them. thank you DR. SINGLA and the nurse NICOLE G. & SHOLA RADIOLOGY. RICARDO \nAND REGISTRATION. SAMANTHA KEEP UP THE GOOD WORK','2020-02-01 03:10:34.000000','1609539722669429'),('2994308087286790',1,'Awesome šŸ‘ and friendly staff... very thorough and quick','2020-01-28 01:32:16.000000','251751275488925'),('2995881650508971',1,'Adriana and Magali were awesome and kind!','2020-07-22 14:07:54.000000','237100240304186'),('2995924093772985',1,'I came to this place and they were super good no waiting time and they check on me quick and I was off in about 1 hr the nurse and the doctor we\'re professional and alvean and Jocelyn were very nice !!! if I needed I definitely will come back over here!!! thank you','2020-01-08 23:44:11.000000','167959367441528'),('2998306273525629',1,'Had an amazing experience both times I went . They listened and were really patient. Sindy Selina Jesse and dr Duano were amazon . Loved the front reception she’s always friendly and nice','2020-03-07 21:10:59.000000','544778295636544'),('2999273010085003',1,'They are really good peoples. Dr.yost Carla, lucas ,Jennifer And Kara,Theresa,Brandi,Shannon y\'all have some Really nice staff and I will tell the world Signature Emergency Are some very nice intelligent peoples. If I ever get sick again I will choose Signature Care Emergency room. Thanks for helping me feel better I appreciate it. Teresa Mason Donaby','2020-02-02 01:48:46.000000','235046800697531'),('2999762350038922',1,'Amazing staff and great customer service! Very quick get you in and out . Malissa is super amazing always smiling and just always helpful!!!! Dr. Alloju was great as well thanks to the entire staff!','2019-10-04 20:52:09.000000','829264323932850'),('3000098823348425',1,'This facilities was great Dr. Farooqi and Rollie were a great help. Natalia was kind enough to offer a blanket as well!! The receptionist Amy was great and welcoming!!!','2019-06-18 02:47:12.000000','1648645701907657'),('3000310136731430',1,'this is the best Urgent care facility I\'ve visited ever... Friendly and welcoming faces.. I knew my mom was in good hands during my absence. Lucas ,Kim and Eric are the most caring staff and possess the most professional demeanor in the medical field... Come here and get treated (literally ). THIS is a place where you feel at home When you can\'t be at home ......','2020-02-18 17:19:57.000000','235046800697531'),('3000785016625135',1,NULL,'2014-07-08 22:37:10.000000','544778295636544'),('3001178099919160',1,'Terra, Laura, Jackie, Michael, and Dr. Thomas were all amazing! Quick and super friendly service! Will definitely come back.','2016-08-18 19:29:51.000000','1608991329419166'),('3001272953267836',1,'I was very pleased with the staff who assisted me. thank you all very much Luisa, Alvean, Jordan and the rest of the SignatureCare Team.','2020-04-17 22:12:46.000000','167959367441528'),('3001820266507128',1,'Lisa V did an awesome job regent got me in out and made sure I was protected from Covid-19 while handling my immediate needs. Thanks \n\nKelsey Jones','2020-04-07 13:13:40.000000','596022027480375'),('3004396029612245',1,'There was no wait, the staff was friendly and the service was great! Alvean and Marcus were very professional and straight to the point!!! Highly recommended!!!','2020-03-02 17:46:51.000000','167959367441528'),('3006406229380439',1,'Dr. Ybarra Nurse Rollie RAD Tech Natalia and Mackenzie along with Registration Stephanie were all super nice and welcoming! Great place for fast and friendly service with little to no wait time!','2020-03-23 01:34:00.000000','1648645701907657'),('3007967952585952',1,'Else clear and staff\nGood care','2020-06-10 21:07:04.000000','544778295636544'),('3008273572517386',1,'Excellent care by the Doctor, Dr Raj Guharoy, RN Rollie Reyes, Natalia, Yasmin’s and Maryann. They are attentive and very compassionate. We were seen quick by the staff and the Dr and was provided a warm blanket immediately. Thank you for the wonderful care.','2020-01-01 03:53:39.000000','1648645701907657'),('3008833429127273',1,'The ladies here are awesome. I recomend this place. In and out with hardly any waiting.','2020-02-07 20:15:23.000000','299216637560955'),('3009067495772948',1,'Hands down the best care I have ever received... Very professional and welcoming spirits!!!','2020-02-18 17:55:59.000000','544778295636544'),('3009758002586955',1,'I highly recommend this ER. I have come a few times now to get COVID/ strep tested. The staff is so warm and welcoming. My experience was fast and organized. The wait was not long. I was helped by Clay, Chelsea and Remington who were awesome- very engaging and talkative. Love this place!','2020-11-22 20:17:51.000000','1698192877146046'),('3009773922407956',1,'I will always go here for an emergency. I’ve never met such nice caring staff from the receptionist to the doctor. I was in there 4 hours with my daughter tonight. Most people would complain but I’m glad they were so thorough with me and her. Constantly checking on us while we are waiting on results, one test came back negative dr wanted to do something else, genuine care which is hard to find these days. Extremely patient nurses with my scared little girl. This is what all emergency rooms should be like.','2020-03-08 06:34:18.000000','299216637560955'),('3010281009015728',1,'Care was very excellent! The nurses and doctor were on a scale of one to ten, I give it a ten! And I really love Christopher C, he was really helpful and if I would ever have to come back I would really love for him to be my nurse and for the radiology technician Seble to take care of me again!','2020-03-01 22:11:53.000000','1609539722669429'),('3010564985654584',1,'They are awesome and fast 😊 Everyone is friendly especially Jocelyn, Alvean and Thuy. I felt like I was in good hands when I came in today.','2020-02-22 23:48:06.000000','167959367441528'),('3013076032060259',1,'Such a friendly staff and quick process.','2020-01-13 18:29:38.000000','251751275488925'),('3013283638702323',1,'We had a great experience. The receptionist, Ashley Burton, was so friendly and helpful throughout our time there, and John was very attentive to our needs! We will definitely be returning and recommending to others! Thank you, Signature Care!!!','2020-02-09 04:07:02.000000','299216637560955'),('3013792242017913',1,'High quality service, kind staff!','2020-02-19 22:07:16.000000','1787364321589026'),('3014255215331105',1,'My husband had to go yesterday for b/ p issues . I couldn’t be there , he was alone , and he was scared . They were very thorough, and took amazing care of him . I would definitely recommend this place for your emergency medical needs ! Thank you for taking such good care of my husband !','2020-05-06 17:37:10.000000','596022027480375'),('3014710108560050',1,'exceptional service & everyone really treated me kindly & in good timing. Erica was so pleasant & her attitude at work shows how passionate she is about her work. dr. miller also was really cool & made me feel comfortable. no stress !!','2020-02-24 15:03:18.000000','1609539722669429'),('3015368441825995',1,'No wait time. Staff was very friendly, caring, and knowledgeable. Very patient. Thank you to Ashley, Kristina, Tino, Olivia, and Dr. Wang!!','2019-12-16 01:02:26.000000','829264323932850'),('3015861058454724',1,'Very friendly,patient staff! Highly recommend this place for your medical emergency needs!','2019-06-17 19:58:37.000000','596022027480375'),('3015864111814103',1,'very friendly staff, clean, quick, \nbrittany b. the receptionist was super sweet and helpful with everything ♔♔','2020-02-07 18:31:12.000000','251751275488925'),('3016126598411625',1,'Good service and fast and friendly Dr. Daniels,Rollie,Natalia, and Stephanie','2020-01-25 06:17:01.000000','1648645701907657'),('3016495598577364',1,'@caitlin petit wad very helpful and friendly !','2020-10-12 20:56:45.000000','299216637560955'),('3016897548344456',1,'Love this place, my wife has come several\nTimes for different reasons and the service is amazing the staff are friendly and the facilities are beautiful! Dr. O’Malley is incredible! Rn: Dana was so sweet and very nice to my wife during her stay here! 5 stars would definitely recommend again!','2020-01-25 03:05:05.000000','167959367441528'),('3017048031693400',1,'Fast care and amazing people working. Highly recommended to anyone.','2020-03-02 03:32:38.000000','251751275488925'),('3017119351706422',1,'This place is good...I highly recommend this place to everyone...medical place should be friendly like this..the receptionist preethy was welcoming and friendly.','2017-02-01 15:29:19.000000','544778295636544'),('3017249988396068',1,'Good service nice and friendly people','2020-06-09 00:59:20.000000','251751275488925'),('3017476188315789',1,'Had an awesome experience at Signature Care, Alvean and Patricia were awesome. No wait time.','2020-02-23 22:40:18.000000','167959367441528'),('3018391818209331',1,'This place is awesome, didn\'t wait no time. What has taken me months to figure out was found out in the matter of a few hours!','2017-08-18 18:20:35.000000','544778295636544'),('3020036664740660',1,'Lauren gave me a koozi while waiting. Great service!','2020-06-12 17:50:18.000000','1698192877146046'),('3020060391361957',1,'they was awesome we were in and out quickly, very nice people if you want somewhere nice where they care about you I will reccomend signature care in killeen.','2020-01-31 15:10:50.000000','251751275488925'),('3022068684483828',1,'Very professional and super fast! They Got me back in my feet in no time!','2020-02-03 16:42:55.000000','1765121397101399'),('3022648154442254',1,'walked in and the staff was so pleasant I forgot I was in pain. Everyone was so nice and I was seen before i was even done with paperwork! Truly unlike any other 24 hr medical center I\'ve been to.','2019-06-14 03:46:51.000000','251751275488925'),('3023780677632608',1,'Overall great experience. I was nervous due to the pain I had but the receptionist Amy, nurses (Regina & Natalie ) & Dr Henderson was really helpful & informative.','2020-01-18 22:04:15.000000','1609539722669429'),('3023968114319688',1,'It has been really hard to get an appointment for COVID testing. But Steven at signature care was able to quickly walk me through making an online appointment and making the process fast an easy. The day of my test, the staff was helpful and prompt at getting me what I needed. Great place to see if your having trouble making appointments and getting your results fast.','2020-07-24 17:04:34.000000','105589317817643'),('3025170217534844',1,'Fast services, I didn’t have to work unlike going to a hospital emergency room. Staff was friendly and helpful with all of my concerns.','2020-02-19 17:22:44.000000','1608991329419166'),('3025412124224960',1,'If I can make it my primary care place , I so would !!! I love them all. \n\nAppiah \nSubrina \nTanisha \n\nWere all great !!!','2020-10-29 07:55:28.000000','461782867645453'),('3026292894144472',1,'Took my daughter in for urgent care. Staff was so friendly, inviting and careful with gender pronouns. She was given immediate attention and great consideration when dealing with her behavioral health issues. \nThe social worker (forgot her name!) was EXCELLENT! SHE and the staff changed my daughter\'s mind about looking for quality health care in Houston! THANK YOU THANK YOU THANK YOU!','2016-08-28 00:42:05.000000','1608991329419166'),('3026456904055316',1,'My experience today with my grandson was amazing. Had the best nurse Susie Hicks, RN; Tech Ashley K; and Registration Jennifer D. Thank you for the excellent care you gave us.','2020-02-20 17:01:52.000000','299216637560955'),('3027378687311692',1,'Wonderful experience, quick and easy.. good attendants..\nWill com back!!','2020-07-16 19:09:39.000000','237100240304186'),('3028099793905188',1,'I love it here! Friend got treated so well and it was pretty fast! Nurse Remington was so professional and nice! ā™„ļø','2018-08-29 22:39:19.000000','326347177710316'),('3028430023851877',1,'great service by alyssa p','2019-12-05 23:03:45.000000','1787364321589026'),('3029213120509394',1,'The receptionists, Kim and Dyveliz were super welcoming and helpful! Nurse Remington made me feel very cared for, 10/10 recommend and definitely will return if needed.','2018-08-29 22:41:36.000000','326347177710316'),('3029236730424785',1,'I love it here friendly staff great service','2019-10-03 04:33:37.000000','1787364321589026'),('3029740333703397',1,'Excellent service. \nNurse Nicole G\nReg: Tatiana\nRad: Bryan D\nTech: Brandon Williams\nDr. Souman','2020-01-29 04:33:53.000000','1609539722669429'),('3031982083530788',1,'Such a great experience here! In the midst of a lot of public health concerns they were prepared to protect patients and staff. All of the staff were pleasant and helpful, and really helped ease the anxiet about going to an ER. Very considerate to uninsured patients too! They were thorough and efficient and made sure I was safe to go home before discharging me. I would eagerly go here again in the even that I\'m sick!','2020-03-17 01:55:43.000000','104213804456471'),('3034124323266292',1,'everyone was so great. very good service Dr. Pham a d. nurse and Ekaterini .loved these people and Patricia my regi nirse','2020-01-23 20:17:25.000000','167959367441528'),('3034370226581475',1,'A friend recommended we come here and I\'m glad we did. No long wait time, excellent front desk and nursing staff. The doctor was great, informative and took good care of our kiddo.','2020-02-25 02:16:32.000000','251751275488925'),('303580400372197',1,'Fast caring and wonderful!','2018-08-11 01:03:24.000000','544778295636544'),('3035952573115630',1,'My fiance came here for some stomach pain at 5am and the staff were fast, nice, and knowledgeable! Dr. Zhen and Kristina were amazing, we will be coming back for sure!','2020-01-03 17:19:08.000000','829264323932850'),('3036300066402749',1,'Nurse Jennifer worked with my brother today well. The staff is very friendly and professional. I recommend this place to anybody super fast and clean.','2020-01-18 21:44:33.000000','235046800697531'),('303658660561729',1,'Amy the registration, Dr. Patel and Bryan E. RN were very helpful..','2019-05-04 06:42:50.000000','1609539722669429'),('3038258102932738',1,'I came to the Hwy 6 S. location on Saturday for leg pains. I was greeted very nicely and didn\'t have to wait all but 5 minutes and went back to a room. The nurses were very nice and their doctor on this day. I would go back and recommend Signature ER to anyone I know. Keep doing an awesome job!!','2018-03-07 22:42:18.000000','544778295636544'),('303830777065231',1,'THEY DID A GREAT JOB TAKING CARE OF ME THIS MORNING.','2018-05-01 00:23:45.000000','1787364321589026'),('3038711586162484',1,'caring facility excellent doctors and nurses big shot out to Jennifer Courtney and Gunner and the entire team','2020-02-07 19:09:12.000000','235046800697531'),('3039274129459992',1,'I was surprised at the expeditious service provided and the staff was amazing! I was in and out in less than an hour!','2016-04-05 18:02:17.000000','544778295636544'),('3039446476116398',1,'Service was great! I spoke with Denise on the phone before I came in and she was knowledgeable and friendly which is why I decided to come. Once I got there, the rest of the team physician Chowdhury, nurse Teresa and Tech Jorge really listened to my need and took care accordingly. I was in and out in no time.','2020-05-31 14:06:20.000000','104213804456471'),('3039591516117991',1,'Very nice and welcoming! The workers were outside making us feel comfortable and safe while waiting','2020-06-12 17:55:38.000000','1698192877146046'),('303980823772912',1,'Thank you to Dr Dang, Chelsea, Jerrin, Betty, and Wendy! Your professional help was so appreciated!','2018-04-16 19:59:26.000000','544778295636544'),('3043203315691881',1,'In and out within an hour of a non emergency. The receptionists were very attentive and the nurse, Kristina, was extremely helpful. Dr. Jolly was thorough and had me on my way without much wait. I would highly recommend.','2020-02-11 15:18:40.000000','829264323932850'),('3043538279011258',1,'Great customer service thank you Irving, Lara, Holly,Christian, and Ana keep up the good work. This by far has been the best ER I have went to.','2020-03-07 04:10:40.000000','829264323932850'),('304416870756196',1,'Teresa m and dillian were very pleasant to deal wit','2020-07-20 19:25:32.000000','237100240304186'),('3044187585605201',1,'We always receive amazing care at Signature. They definitely go above and beyond.','2020-02-17 22:33:21.000000','299216637560955'),('3045268112175953',1,'They really care about there patients.. I would recommend anyone to go there','2018-07-21 03:07:22.000000','1787364321589026'),('3045842645466343',1,'Very friendly staff highly recommend','2019-11-20 03:41:41.000000','544778295636544'),('3047112835399469',0,'I’m extremely disappointed on the service that I got for my Covid-19 test. I arrived on time, and yet, people that cane in after me without appointments were being helped before I was. I just left. \n\nThen, when I got my results, they messed my birthday and age up on my return to work certificate. They fixed it quickly, but how do you mistake me for being 62 years old.\n\nWon’t be returning here at all. I am disgusted.','2020-07-18 18:53:09.000000','104213804456471'),('3048590041915739',1,'Erica D. was so welcoming and informative about the facility, thank you so much Dr. Singla and nurse Melissa!','2018-02-25 13:52:10.000000','1609539722669429'),('3049363375107181',1,'I walk in, they took care of me right away','2020-05-31 03:54:53.000000','1787364321589026'),('3050195268347265',1,'I wasn’t feeling so well so I decided to go to the emergency room and was greeted by Tanishia. She helped me understand the medical insurance and made sure that everything was filled out correctly. I was in a room in less than 5 mins. Thomas took care of my vitals and Sarah was there as well to help out. Having her there made me more comfortable. Doctor Thomas helped figure out my diagnosis. Thank you for all y’all hard work!','2020-01-06 05:25:19.000000','461782867645453'),('3051553411537777',1,'I recommend every thing about tbis place. I even left an entire post talking about how awesome the spices in the doctors','2019-10-24 03:43:30.000000','461782867645453'),('3051740488181835',1,'Everyone was extremely friendly and helpful! Dr. Ding, Pam, Trisha, Alyssa, and Shaylene made me feel welcome throughout my experience and answered any questions I had.','2020-05-23 19:01:02.000000','1787364321589026'),('3052358444787363',1,'I came in last Sunday having difficulty breathing and was terrified. The nurse was an absolute saint. She was reassuring as they promptly began tests. I was quickly diagnosed with pneumonia and transported to Seton. Now if only that level of care and concern had continued there. Top of the line care at this ER.','2020-05-13 05:27:50.000000','251751275488925'),('3053549418044280',1,'I had an amazing experience here. The staff was very friendly and everything was clean. The rooms a large and it’s very quiet. My nurse Calli made my experience even better, she really listened to my problems. 20/10 would recommend','2020-07-27 21:40:47.000000','251751275488925'),('3053580797993527',1,'Dr. Patel and nurse Gina and the Registration person w Amy all awesome and helpful','2020-02-12 19:59:11.000000','1608991329419166'),('3055377201162446',1,'Awesome service! the staff were very nice, polite and accommodating. They made our experience comfortable. Thank you Kristina, John, Hanh, Veronica and Nguyen!!','2020-02-23 17:30:09.000000','829264323932850'),('3055572737824415',1,'Amazing staff and service. Steven was the best of insurering my visit was welcoming and comfortable 😊.','2020-07-09 23:28:49.000000','105589317817643'),('3055765737850691',1,'Very excellent care aerial was so sweet and helpful!','2018-07-15 02:09:57.000000','829264323932850'),('3056182174614931',1,'Absolutely wonderful experience! Staff was professional yet personable. They explained everything thoroughly and even called to check up on me the next day!','2017-08-02 16:58:40.000000','326347177710316'),('3058100790868681',1,'Had a great experience at Signature Care Montrose. The staff was very friendly and helpful. shout out to Norma, Churiah, Ke’Aire and Dr. Yusuf!','2020-02-09 18:37:09.000000','1608991329419166'),('3058953804155774',1,'Staff is friendly and they see you quickly!! Highly recommend','2020-02-23 00:37:30.000000','544778295636544'),('3059192197484525',1,'Facility was clean and staff was great. Savanna B. And Andrew C took great care of me.','2019-10-03 22:21:02.000000','596022027480375'),('3061590427195423',1,'Amy, Dr Dang, Dion, Josh T and Erika were every welcoming and was treated by our facility unirse evryrhkng was nice','2020-01-11 05:35:41.000000','1608991329419166'),('3062156437150559',1,'Kat,Amy,Thuy and Dr Chukwuma great and welcoming.','2020-03-21 16:09:39.000000','167959367441528'),('3064121893599073',1,'just now\nWas assisted by Ekaterinburg And Patricia, good service and was in and out within 1 hour','2020-03-05 16:24:07.000000','167959367441528'),('3064703980225345',1,'The service was excellent\nPatricia C- Registration \nAlvean A- Nurse','2019-12-28 18:22:09.000000','167959367441528'),('3065217533496639',1,'Dr Dewaal, Kenyon, Erica and Sam were great. They explained everything they did and test results. And the warm blankets were the best.','2020-03-06 15:29:10.000000','104213804456471'),('3066977366659751',1,'I will recommend this center do to how good they took care of me thank you so much to doctor Garcia','2020-03-12 22:48:33.000000','1787364321589026'),('3067962469884013',1,'Signature Care is hands down the best place to go when you have an emergency situation. The staff is amazing and the facility is top notch. Dr Daniels and her staff (Rollie, Natalia, and Stephanie) are by far the most professional and helpful staff I’ve dealt with','2019-12-28 02:10:03.000000','1648645701907657'),('3069380796440939',1,'Dr.ortiz, luisa, alvean, and jordan are\nAmazing! They helped alot and they were professional','2020-04-17 14:58:29.000000','167959367441528'),('3069683329714759',1,'This place is great. Great staff and great facility! Best place in central TX for acute care needs!','2019-11-25 00:27:14.000000','251751275488925'),('3071097172913823',1,'I would recommend \"everything\" about SignatureCare Emergency Center Texarkana. Inviting, calm atmosphere with a welcoming smiling face as soon as you walk in door. Fast service, no wait time at all like when I visited other Emergency Centers . Nurse and Especially Dr. Yost were wonderful at explaining diagnosis and ways to treat problem effectively. I have found my go to place for after hours care when I can\'t get in with primary care doctor.','2020-02-20 21:17:18.000000','235046800697531'),('3071662612918970',1,'Quick and easy thanks to Magali and Rachel. The only inconvenience was that we had to schedule and pay a booking fee, but that doesn’t affect the nurses that we had','2020-07-22 19:18:46.000000','237100240304186'),('3072046496163118',1,'Excellent service very friendly staff and clean facility Patricia and Jordan','2020-01-17 15:28:56.000000','167959367441528'),('3072117392838961',1,'when we came in to the facility my husband only speaks Spanish. Even though things are difficult with covid 19 they understood him needing my assistance in translating. Ariely, Sandy, Jesse and DT. Single were very helpful and treated him promptly with a caring characteristic approach. will definitely recommend signature cars to my friends and family. very highly rated them a10. way to go. Thank you for caring.','2020-04-19 22:45:18.000000','167959367441528'),('3072809756083097',1,'100% recommend this location. We had Anavel M. as our registrar, nurse JenniferW., Dr.Das as our physician and Dion S. for our rad tech. Each person was so friendly very informative, answered every question we had and had smiles on their faces the entire time! \nWe were in and out within an hour.','2020-03-09 03:05:55.000000','104213804456471'),('3072972919445043',1,'Tereasa M., Dillion & Joseph great fast service and very professional, thank you.','2020-07-20 19:46:33.000000','237100240304186'),('3073551916047057',1,'Magali and Adriana were extremely polite, caring, and attentive. Thank you for what you do!','2020-07-22 16:44:49.000000','237100240304186'),('3074025029288435',1,'Friendly, fast and great service. Lucas, Dr. Yost, Kim, and Eric were very professional, easy to talk to! Definitely recommend!','2020-02-18 19:35:37.000000','235046800697531'),('307449249867063',1,'Muy amables Exelente trabajo \nRecomendable Amy :)','2018-11-25 01:04:26.000000','1608991329419166'),('3074688075877032',1,'Fast, courteous, really nice facilities! Highly recommend!','2019-12-08 03:42:35.000000','251751275488925'),('3074757745898222',1,'I was hesitant but my experience was amazing! Rayven at the reception desk was able to help better my experience by providing me with answers to all of my questions, and putting my mind at ease. Thank you Signature Care Center!','2019-07-18 06:09:30.000000','326347177710316'),('3076889375688775',1,'The staff Lynn, Tanishia, Geovanni, Sala and everyone else who has helped me today were amazing!!! I’ve had panic attacks lately and they made me feel so comfortable and like I was at home that during my tests I calmed down and to know also I’m perfectly fine calmed me down too! This place and the staff are just wonderful. Second time here and will come back for anything emergency related.','2020-03-16 05:58:32.000000','544778295636544'),('3078696802236553',1,'Lacey and Lam were very courteous and informative. It was a really nice facility and a quick visit.','2020-10-23 13:58:55.000000','167959367441528'),('3079100485539892',1,'Amy, Jaclyn, Blake and Dr Rodriguez are awesome! made the process so fast and easy!','2020-08-01 15:25:11.000000','1648645701907657'),('3080500992079708',1,'The best private emergency room ever!! They have always treated us amazing !!! Always very thorough and answered any questions we may have with out hesitation!!! This is my go to when the drs office is closed and need to been seen quick !!!!','2020-09-08 02:18:20.000000','237100240304186'),('3081573781907846',1,'Been here, and love it! Special thanks to Lauren for helping me out.','2020-06-09 20:36:30.000000','105589317817643'),('3081576045240953',1,'Been here, and love it! You guys are awesome!','2020-06-09 20:37:32.000000','1698192877146046'),('3081865041894055',1,'Far best care, that I received at any emergency room. The office attendant Hayleigh was very welcoming and patient. Definitely recommending!!','2018-08-08 18:07:54.000000','1609539722669429'),('308193373115926',1,'Very nice staff, very comforting and efficient. Gave my roommate a nice warm blanket and they updated us well and explained as much they could.','2018-11-16 02:32:26.000000','326347177710316'),('3083374315012652',1,'Great staff very helpful and very friendly they also take the time to actually find out what’s wrong instead of rushing you in and out without even truly figuring out what is wrong','2019-11-06 19:10:49.000000','596022027480375'),('308342470166188',1,'Straight forward helpful and informative','2020-06-12 17:42:55.000000','1698192877146046'),('3085764584770745',1,'My nurse was Jessie he was very informed On my issue and helped in every way possible and the front Amy was very quick with getting me checked in . My Dr was Grinblatas he was superrrre sweet , explained everything step by step made sure I understand and gave me background information . \nGreat experience .','2019-03-23 15:13:52.000000','544778295636544'),('3085986228159617',1,'Adriana and Magali were great !','2020-07-22 14:11:24.000000','237100240304186'),('3086808671439253',1,'Very organize and very profesionel. Every body nice and friendly','2020-08-14 12:57:52.000000','1698192877146046'),('3087890521230418',1,'Everyone was friendly and did an amazing job. Very attentive and professional.','2020-03-21 21:54:14.000000','1698192877146046'),('3088381327857926',1,'Everyone at the westchase location were great! They took such good care and Ashley at the front is so sweet!','2019-12-15 19:59:22.000000','829264323932850'),('3089267077757162',1,'Signature care is ver thorough, efficient and quick. I would highly⁶ recomend them','2019-10-29 03:01:08.000000','596022027480375'),('309156139994957',1,'Ashley, Kat & Doctor Jones were amazing & the wait wasn’t long at all.','2019-06-12 01:58:09.000000','251751275488925'),('3091789754165840',1,'Very nice and warm environment. Sibienne was very nice and courteous when checking me in. My nurses were awesome as well as Dauwal, my radiology tech. Dr. Zheng explained everything I needed to know in detail. Definitely recommend!!!!!','2020-02-01 04:35:34.000000','1787364321589026'),('3094402650610152',1,'Brought my husband in for an ankle injury and everyone was so nice. The care he got was great!\nThank you so much ā€œDrā€ Kat, Crystal and Dr Leung.','2020-02-22 01:37:53.000000','251751275488925'),('3094928547256848',1,'Fast and great customer service! I recommend this location.','2020-07-21 17:32:48.000000','1609539722669429'),('3095727797107977',1,'Sindy was excellent in getting us started with our visit with the Dr. We are happy with the service provided. Quick, efficient and thorough equals excellent service','2020-01-08 18:55:55.000000','1609539722669429'),('3097089257008538',1,'Amy,Marcus and Alvean were amazing!!','2020-03-22 16:20:21.000000','167959367441528'),('3097729243573529',1,'The staff is amazing. They get you in and out. Other than an actual ER they actual give you a diagnosis. Thank you for the great care.','2020-01-27 13:30:48.000000','1648645701907657'),('310100343109558',1,'This is the place you want to visit if you have an emergency. They have a great staff and they listen and make you feel okay and they get down to the bottom of what\'s bothering you. There\'s no long waiting time at all and I must say they are the most sweetest crew that I\'ve seen at any medical hospital they all were really kind and you don\'t see that on a regular. Dr. Chen you were awesome and I can\'t thank u enough and so were you Robert I thought no one could get rid of the pain and u did . Sherwin and Genesis you were kind as well thank you all so much .','2017-12-06 19:35:25.000000','1787364321589026'),('3102948109735171',1,'Dr Hall, nurse Susan, and rad tech Fatima have all been so helpful and made this experience so easy!! Tanishia in registration was so informative and friendly. I love it here!!','2019-10-25 02:56:02.000000','461782867645453'),('3105951629429837',1,'They took great care of me especially Andrew & Dr. Daniels. I loved the warm blankets. I really liked the fact that Andrew got my IV in without sticking me a hundred times like every other place I go. thanks for everything','2019-07-09 01:37:20.000000','596022027480375'),('3107598932601917',1,'excelente servicio y atención al cliente','2019-11-20 13:22:12.000000','167959367441528'),('3108454589166545',1,'Dr. Zheng, Amy, Pailes and Jerin all took really good care of me. They had me in and out feeling 10x better than when I came in. \nThank you all so much!!','2019-07-05 20:49:39.000000','1787364321589026'),('3109903615687929',1,'My experience with this facility has been extremely amazing! It actually feels like a resort. The specialist and surgeons have excellent bed side manners. The care and concern is heartwarming .','2020-03-07 04:51:42.000000','1787364321589026'),('3110505445715436',1,'they were very quick to get you in and help you feel as comfortable as possible.','2020-09-01 00:40:20.000000','105589317817643'),('3111114768956212',1,'Covid19 testing was great!','2020-06-12 17:53:37.000000','1698192877146046'),('3111182248919412',1,'i had trouble setting an appt online and the staff took care of me right away upon arrival. Teresa M did an awesome job taking care of my daughter and I. Im glad she is a part of this team.','2020-07-16 15:47:57.000000','237100240304186'),('3113336488699461',1,'excellent services from Patricia ..','2020-02-17 18:00:12.000000','167959367441528'),('3117918921571151',1,'Muy buen servicio, muy contentos con la atención y el servicio. Desde el Dr. O’Malley, Alvear, Tricia, Jordan y la recepcionista Patricia todos muy atentos.','2019-11-30 19:24:50.000000','167959367441528'),('3119059424772382',1,'This facility has a great group of professionals working for them. They put their patients first and waste no time to take care of them.','2020-03-01 05:39:27.000000','251751275488925'),('3121792837849996',0,'Dr Tran was awful, no bedside manner what so ever. I took my sister in for a SEVERE case of the Flu. She was treated as if it was a common cold and honestly felt like they didn\'t believe her at all. ! connie was the only one who was nice. She gave my sister gatorade and wished her well after all the tests were done and we were leaving. The girls up at reception were awful too. its not that hard to smile. I work in Hospitality and I know days can become very long.! , however if they donr like their job , then LEAVE . Don\'t go here if you are expecting to be treated like a person and not a very irritable obligation','2020-01-03 18:44:08.000000','251751275488925'),('3124526944242968',1,'I would recommend anyone to go. The staff was very pleasant and professional. Everything was done in a timely manner. They were very comforting and made sure that I understood everything. The doctors and nurses made sure they acknowledge all of my concerns. This was the best ER visit I have ever experienced.','2019-12-25 00:12:53.000000','299216637560955'),('3125125067524039',1,'During this pandemic, I really appreciated the care and empathy that employees showed. Especially the friendly face of Caitlin in registration! The place is very clean and take so good care of everyone! I will be recommending to all friends and family.','2020-07-26 22:46:00.000000','299216637560955'),('3125900814106361',1,'fast and knowledgeable people','2020-02-07 23:33:48.000000','299216637560955'),('3126772087378586',1,'Dr.Singla was very friendly and took good care of me along with the nurses Sarah and Fahme the radiology tech Hanh is very sweet. Carl and Genesis was very fast and nice I will be returning for any issues.','2020-08-15 15:26:49.000000','829264323932850'),('3127325593968693',1,'Signature care was great!! The staff are so friendly, caring and attentive. They always made my son feel like he knew what they were doing before they did it. It’s cleaner than any other urgent care we have ever been to! Definitely recommend going here over any other urgent care!','2020-03-08 18:47:50.000000','1698192877146046'),('3127735927240984',1,'I’m not one to go to the doctors when I’m sick but I felt super crummy and my normal physician couldn\'t get me in, this was my last resort. And let me tell you I’m glad I did! The staff here are so friendly and accommodating. From check in with Jennifer and Shaunda to the nurses Christina and Christine, not to mention the physician Dr. Elsbecker. I’m so glad I came in. I couldn’t be more happy and please the way they treated me. Highly recommend this place! \n\nā­ļøā­ļøā­ļøā­ļøā­ļøā­ļøā­ļøā­ļøā­ļøā­ļø','2020-01-15 15:17:55.000000','1698192877146046'),('3128371377196002',1,'Everyone is so nice! They very caring and tend to u right away! The best part is your in and out in no time! Thank u for your caring services!!😊','2020-02-19 04:27:50.000000','1609539722669429'),('3129378360620803',1,'It was nice clean and receptionist tanishia was great and funny best time I ever had thanks','2019-12-20 04:54:48.000000','461782867645453'),('3129733337056812',1,'Jennifer d and Debbie we\'re very friendly and kind they showed concern about my needs. I would highly recommend this ER to anyone','2020-01-21 21:49:28.000000','299216637560955'); INSERT INTO `facebook_app_facebookreview` VALUES ('3130401556972981',1,'Signature Care in Lewisville is great. The staff Mostaque, Mollie, Brooke, and Anavel were all very friendly. They made me feel comfortable and being that I don’t have insurance they gave me options on how to get my prescription at a reasonable price. Excellent place to go to if you need medical assistance. Oh and they get you in and out.','2020-03-03 08:21:59.000000','104213804456471'),('3131357696909113',1,'fast service and very clean','2020-03-13 00:03:28.000000','544778295636544'),('3131563570187337',1,'From Tanisha Lynn Fatima and Dr Akunyili everyone was soooo helpful and caring very friendly and quick Thank you soo much','2020-04-06 04:51:15.000000','461782867645453'),('3133274120060018',1,'Leah was great! It wasn’t as bad as I thought it would be.','2020-08-03 14:48:41.000000','596022027480375'),('3134960876618642',1,'Jessica Sanchez and her team here were very friendly and professional! They answered all of my questions and took care of me. Definitely recommend!','2020-07-21 14:38:37.000000','104213804456471'),('3135260836699772',1,'Tuve una buena experiencia aquĆ­ en este cuarto de emergencia Vanessa, la enfermera Denise, el dr henderson, Chris y JosĆ© fueron bien amables','2020-04-15 01:03:29.000000','167959367441528'),('3135402576487484',1,'Jocelyn on arrival was very helpful and lead me straight to the back to my spouse very professional!! \nNikalea the nurse was also very helpful and professional the whole time there. Highly recommend this place in any emergency!!!','2020-01-18 23:06:46.000000','167959367441528'),('3135618979835034',1,'great experience, quick and professional staff, er tech David was wonderful!','2020-03-05 03:48:56.000000','461782867645453'),('3135934876419246',1,'Very Friendly staff! Dr. Kotey was quick and efficient! Sarah, Fatima, and Tanisha were all so nice! Really appreciated the care we received here.','2020-02-21 04:20:05.000000','461782867645453'),('313665736122551',1,'After originally being referred to SignatureCare by Lauren Mollard and my great first time visit, I decided to go back after experiencing intense pain in my lower abdomen for two days. As soon as I walked in, I was greeted by Natasha. She quickly handed me my paperwork and had me take a seat. Within only a few minutes, I was taken into a private room. I was seen by Nurse Katie. She was very gentle and thorough in her assessment of me. Dr. Lingan was my doctor that night. He promptly addressed my pain and explained all the tests they would run in full detail. I was then taken by Townesend to do a complete CT scan to rule out any possibilities of appendicitis or anything more severe. He was very professional and talked me through all the steps. He allowed me to move at my pace and was patient with my slow movements. I do not have enough positive things to say about this ER. As someone with a weak immune system and who is prone to illness, I am so happy to have SignatureCare as a part of my community. I couldn’t have asked for a better experience. Thank you, again, for the excellent care you provide.','2018-11-29 02:58:44.000000','1698192877146046'),('3137225749676107',1,'I want to thank Magaly for taking care of us as we got tested and putting herself in the front line!','2020-08-01 15:48:21.000000','237100240304186'),('313769050033130',1,'Staff was great and friendly! And most of all quick and efficient with the testing.','2020-07-26 20:52:57.000000','105589317817643'),('3138639449481552',1,'fast and friendly very knowledgable about what\'s going on with covid19 all staff was great','2020-03-18 17:53:26.000000','251751275488925'),('3139203469448956',1,'Fastest COVID testing ever! Very courteous and friendly!','2020-07-27 22:30:53.000000','105589317817643'),('3139685386138106',1,'This place was amazing!! super nervous about getting COVID tested and worried about the wait , but they took me right back and started the test minutes after u arrived.\n Dr rose , clay and Christina were all so sweet and made me feel at ease it’s never fun having test taken when you are not feeling well but they were awesome I would recommend this place to everyone ā¤ļø','2020-11-06 15:05:10.000000','1698192877146046'),('3140673005987232',1,'Staff was super friendly. In and out quick.','2020-08-02 02:28:47.000000','105589317817643'),('3141132115903939',1,'Mercy, Jeff and Dr Lim helped me make this process so much better and were extremely helpful. I won’t go anywhere else but here. They always see me in a timely manner and so polite!!','2019-11-19 20:15:33.000000','829264323932850'),('3142596049108508',1,'staff was very caring and really willing to help me','2019-12-23 07:51:00.000000','596022027480375'),('314332046368759',1,'Adriana and Magally were great, they know what they are doing. highly recommend.','2020-07-22 15:54:41.000000','237100240304186'),('3143324775746752',1,'Can not say enough good things about this place. From the moment I walked in I felt cared for, starting with the receptionist all the way down to the Dr. I felt at ease knowing that the ā€œteamā€ that was given to me knew exactly what they were doing to get me better and back on my way. I will definitely return if need be. Thanks Signature Care for the loving care you showed me.','2020-07-25 13:21:09.000000','326347177710316'),('3143761632311591',1,'I fell and hit my head on the floor and had about an inch gash. They were very polite and thorough. Glued the cut and ran CT scan to ensure no other issues. Was in and out under an 90 mins. Only one problem for seniors, they don\'t take Medicare.','2020-02-28 13:43:23.000000','461782867645453'),('3146529115379560',1,'If you want fast friendly and reliable service I could not recommend any other place. The staff and everyone there are nurturing and caring, not to mention the doctors are knowledgeable and also caring. Like someone once said there is no place like home... They treat you like family there... good family..','2020-01-31 01:10:33.000000','1787364321589026'),('314954569732013',1,'The staff including Alyssa P, Tracey D, and all the nursing staff were nice and everything was quickly and easy.','2020-09-04 21:17:49.000000','1787364321589026'),('3153036354813409',0,'My husband has been waiting for his COVID test for 5 hours and keeps getting told it will be a couple of more hours because if someone makes an appointment they have to get seen before any walk ins. He is most likely why I tested positive and has symptoms which according to their website doesn’t require an appointment. Right now they are expecting to see him at 7pm (8 hours after he arrived).','2020-07-09 22:08:29.000000','104213804456471'),('3154797747867838',1,'Very very clean and nice! Great for babies! Nice staff also!','2020-02-03 17:24:38.000000','596022027480375'),('315535526244420',1,'they did a great job, very caring and work very hard to help everyone. highly recommended','2020-07-11 12:54:09.000000','251751275488925'),('3155790764445880',1,'Fast service \nThorough \nVery nice courteous','2019-07-23 15:32:20.000000','596022027480375'),('3156451584370211',1,'Very fast staff nice got out with in a hour šŸ˜€','2019-11-23 05:41:51.000000','596022027480375'),('3160104344005169',1,'SO WONDERFUL and easy! I took my son to get our FREE flu shots and everything was great! Super nice staff and very nice facility. 10/10.','2019-11-11 22:55:07.000000','235046800697531'),('3161835810587165',1,'On a rainy cold, Tuesday morning went in with my daughter cause she had a sore throat. Was greeted by the wonderful front desk staff. My daughter was taken care of by the nice nurses in the back and made her testing a breeze. Thank you so much for your quickness and kindness.','2020-12-17 21:59:51.000000','544778295636544'),('3161916673898425',1,'Manny šŸ‘\nEliza šŸ‘\nCaseyšŸ‘\nRachel šŸ‘\nGood job 😃','2020-07-23 21:23:12.000000','237100240304186'),('3162624800445458',1,'Staff was very helpful and very friendly Dr. was great would recommend coming here than the ER at a hospital.','2019-10-23 01:21:04.000000','461782867645453'),('3163292320444492',1,'Outstanding service super fast in and out in no time','2020-08-31 01:27:23.000000','251751275488925'),('3163316097025304',1,'Had the best time with Alvean and Patricia','2020-02-08 21:02:25.000000','167959367441528'),('3164132980355393',1,'Great service by Mandi and Tara','2020-12-15 20:07:31.000000','235046800697531'),('3164683153600338',1,'very friendly staff , first time coming here would definitely come back .','2020-06-12 17:57:10.000000','1698192877146046'),('3167034753370690',1,'I absolutely enjoyed the service up here very professional and friendly people nice meeting All of yall. Nurse Ekaterini S., Jessica ,Melissa E, Bram D. And a special thanks to the biggest help of all Dr.Do.ā¤ļø','2019-11-19 02:32:49.000000','167959367441528'),('3167679836583629',1,'The whole staff was amazing. They made sure I was comfortable and addressed my issues quickly. I spent the night and the accommodations were great too. Thank you Dr. Patel, Dr. Nylander and Dr. Zhen. From the reception Genesis, the nurses John, Sarra, Laura & Kristina, you guys are awesome!','2020-02-04 14:55:19.000000','829264323932850'),('3168321333222281',1,'Rachel manny was my nurse in my visit to Signature. and she’s the nicest companionate nurse I’ve come across in Odessa. They’re all very kind people, and fast service. Drs visit are not pleasant but they make it so easy to feel comfortable and taken care of. Thank you so much šŸ™šŸ¼šŸ’šŸŒŗ','2020-07-24 22:06:43.000000','237100240304186'),('3169630026434973',1,'We had a great time at signatecare','2020-05-04 21:34:18.000000','251751275488925'),('3172048129546700',1,'Theresa M and Magali where very great an nice to me an my co-workers','2020-07-21 12:39:44.000000','237100240304186'),('3174240045967333',1,'I was in so much pain but the staff here especially Elida were so awesome. They were fast and made sure I was ok and comfortable. I would definitely recommend them to everyone.','2020-05-28 02:03:48.000000','167959367441528'),('3174276745952936',0,'My friend Olga came in about a month ago. Tested positive for COVID-19. The sorry doctor on duty never moved out of his chair, never examined her did not listen to her lungs did not lay on hand on her! Prescribed OTC Tylenol! That’s it....they gave her an IV said she was dehydrated. She had to insist on medicine for her headache. She had to go see another physician to get REAL medication! There is medication available to treat this but your ā€œdoctorā€ collected his money alright he is very misinformed about treatment for this virus! Be careful what else is he missing the mark on?','2020-07-28 16:53:22.000000','237100240304186'),('3174826522578049',1,'ector and manny wer great help!! really recommend this place!!','2020-08-04 21:24:36.000000','237100240304186'),('3175101455884614',1,'Aileen, Jennifer, Chelsea, Lauren, Dr. Lingan, Linda, and Ashley were all on shift today. Their teamwork and service to all patients is outstanding!! \n\nI am glad to be able to know this team :)','2020-06-22 16:59:48.000000','1698192877146046'),('3175407492578141',1,'Love this place the nurse Irving is really hot ... and really calm me down . Dr Ding was Awesome','2020-08-12 02:44:17.000000','829264323932850'),('3176569775690040',1,'Leslie, Rollie, Nantalia, and Stephanie were all absolutely lovely & awesome. I arrived in so much pain and they were quickly attending to my needs while making me comfortable at ease. I highly recommend them as your er!','2020-01-15 04:20:10.000000','1648645701907657'),('3180925095305723',1,'I truly enjoy the staff here! Dr. Leung, Natasha, and Lauren Mollard are so kind and welcoming! Would definitely recommend SignatureCare!šŸ‘šŸ¼ šŸ„','2020-06-10 00:31:29.000000','105589317817643'),('3181207751929848',1,'Luisa, Alvean, and Jordan were very helpful and friendly i had a very good experience overall','2020-04-17 14:53:11.000000','167959367441528'),('3183199381694523',1,'Had a great experience here! Ms. Tanishia at the front was so kind and accommodating from finish to end. my nurse Jennifer was so sweet, made sure I was comfortable at all times. Enjoyed coming here. Definitely recommend.','2020-01-24 04:43:40.000000','461782867645453'),('3185648508328522',1,'Tricia & Alvean were awesome šŸ‘šŸ½','2020-11-14 19:31:07.000000','167959367441528'),('3186377788043384',1,'Alvean\nMarcus\nPatricia\nThey were great had a wonderful experience.','2020-02-06 19:47:35.000000','167959367441528'),('3187580194643664',1,'Less waiting time and they respond fast','2020-08-20 04:17:02.000000','1648645701907657'),('3187893341231753',1,'always fast service. the staff is wonderful. Calli is amazing. my go to er from now on.','2020-03-17 20:19:40.000000','251751275488925'),('3188069737989249',1,'Great service!! Easy access.','2020-10-29 14:14:45.000000','596022027480375'),('3191680904247717',1,'We had a really nice experience at Signature Care we were seen right away and everyone was friendly and they even gave my daughter snacks and offered me some too and the doctor knew what was wrong with my daughter right away I would recommend Signature Care to everyone!','2016-11-30 13:37:35.000000','544778295636544'),('3192136484212409',1,'loved the staff was awesome.','2020-07-21 14:22:47.000000','104213804456471'),('3193613027334163',1,'Dr. Thomas was awesome, the whole crew was awesome. From check in (Tanishia) to the nurses (Jennifer and Jeff). Dr Thomas was informants really compassionate. I hope I never come here again, but if I do, I know I’m in right hands.','2020-02-12 04:37:01.000000','461782867645453'),('3194956713865612',1,'Excellent care. Wait period is minimal. Caring staff','2020-03-06 06:28:45.000000','237100240304186'),('3196871690341130',1,'Val.....Was very nice and helpful!! šŸ‘','2020-02-16 15:30:22.000000','1787364321589026'),('3196885090339957',1,'I would recommend this facility to anyone! Nicole, Irvin, and Katherine were all nice and helpful nurses.','2020-02-07 03:56:16.000000','829264323932850'),('3197409210369956',1,'Great visit staff is so helpful and so was nurse Alvean','2020-10-23 19:19:22.000000','167959367441528'),('3198976020116877',1,'I am just in town visiting and I needed to see someone and of course that always seem like such a hassle, especially when you aren\'t from Texas. From the lovely ladies at the front desk to the nurses and doctor they were all so great and so helpful and answered all of my questions. They made it so easy to get help! So if you are from Killeen or just visiting this is the place to go!','2019-12-09 20:52:53.000000','251751275488925'),('3200075606715137',1,'Adrianna and Magaly super nice and gentle','2020-07-22 15:28:16.000000','237100240304186'),('3200676909950465',1,'Very clean! Fast and friendly Er. Received great care. They even took the time to direct me to the nearest pharmacy since I was visiting from out of state. Highly recommended.','2019-09-14 06:03:52.000000','235046800697531'),('3200724093347934',1,'Lorena, Amanda, Jeri, Rachel and Dr.Harjai were all very helpful and answered all our questions. Would recommend, very nice people.','2020-08-08 19:00:08.000000','326347177710316'),('3201426746538738',1,'Great visit. very helpful. dr Yost\n rn Mollie \nradio tech Eric\nand registration robie.\nall were very friendly and helpful','2020-01-15 06:37:58.000000','235046800697531'),('3201531453209361',1,'Alveana and Patricia were very attentive and helpful. Awesome customer service. šŸ‘šŸ‘','2020-02-13 22:08:01.000000','167959367441528'),('3204402203002763',1,'Amazing staff kind and friendly','2020-10-23 21:29:42.000000','1608991329419166'),('3204849112876868',1,'i wanna give a huge S/O to night crew tonight Ms Linda Dr Yost sarah the whole team was nice and and caring and took awesome care of me as if i as the only patient there despite them being busy !','2020-01-31 06:35:01.000000','235046800697531'),('3208362625884482',1,'Staff was very prompt and friendly. Easy in and out process. Clean facility! Cody and Nydia were very helpful during the visit to answer any questions.','2020-08-18 16:58:24.000000','105589317817643'),('3211321685547916',1,'They are AMAZING every member of the team Dr.Pham, nurse Susan, Rad tech Laura, ER Tech Elaine, and fantastic registration Tanishia are my new best friends! I LOVE SIGNATURE CARE!!!ā¤ļøā¤ļøā¤ļø','2019-12-27 05:36:58.000000','461782867645453'),('3213012435456133',1,'I was in here today and wanted to say how caring and professional they were. They were very patience and gentle with their care. I did have to wait but I expected that during these times','2020-08-01 23:25:46.000000','104213804456471'),('3214695295249044',1,'Friendly staff! I think finally an end to this pain has been found. I\'ve been here twice once for one of my children and once for myself and Dr. Ashbrooks has been the doctor both times, and he did his job šŸ‘ (I love how they offer drinks as well)','2020-05-26 11:01:24.000000','235046800697531'),('3214732971967838',1,'I was at SignatureCare Emergency on Saturday aftenoon and I was treated so very kindly by everyone there, from the front desk lady, Amy, to the nurse Kris, they all made me feel at ease while I was there. The place is very clean also. Dr. Rodriguez was very nice and explained everything to me. I would recommend this ER to anyone who needs emergency care.','2020-08-01 22:03:08.000000','1648645701907657'),('3214860165236639',1,'Teresa M and Magali L had a great experience very gentle','2020-07-21 12:41:17.000000','237100240304186'),('3216320061743682',1,'they are very helpful and does everything to make sure your fine... Thank u Jennifer Diggs Erica and Ashley K','2019-10-24 15:40:10.000000','299216637560955'),('3216744561675931',1,'My service was excellent.. staff was great and fast !!!','2020-01-24 02:28:44.000000','544778295636544'),('3217201948308500',1,'Alvean A and Patricia C were awesome. No waiting time was wonderful.','2020-01-02 20:27:32.000000','167959367441528'),('3217494301616791',1,'Earl was very helping from beginning to end with taking care of everything that was needed. Every doctor I saw was super nice and listened to what I was going through. Would definitely recommend to come here to the South Austin team for medical purposes!','2020-04-06 04:54:14.000000','1698192877146046'),('3217660634917387',1,'First time here and was treated wonderfully. First Olivia received me at the front and was very friendly and helpful. When called back Holly was super nice. She understood my worries and made me feel very comfortable. The whole staff was just very nice. Thank you all very much. Will definitely come back if needed.','2019-12-28 05:25:38.000000','544778295636544'),('3220047794717665',1,'Excellent staff, very friendly & tentative! \nWould like to personally thank Emily RN on night shift for her guanine hospitality. She’s such a sweetheart & defiantly has the care & companion of what it takes to be a nurse! Dr. Jolly is also a phenomenal guy, very bright & outgoing, really brittens the room. Would defiantly recommend signature care, the staff is very friendly & caring and results of tests come back quickly!','2020-08-17 04:04:43.000000','596022027480375'),('322278068454083',1,'My visit was great. Everyone was very friendly and caring. Jasmine was able to check me in quick. The nurse and xray tech very nice. If I ever need to come back I definitely will!!','2019-05-10 02:28:59.000000','167959367441528'),('3223531844369042',1,'EVERYONE WAS AWESOME. The care I received was phenomenal!','2020-02-01 12:32:24.000000','1608991329419166'),('3224210280951016',1,'Awesome Staff, Awesome Experience!!!! \nBig Thanks to everyone šŸ˜‡\nDr. Boester , Hayleigh, John, and Jackie','2018-08-05 15:59:18.000000','1608991329419166'),('3224601017560509',1,'Omg this place is AWESOME. The front desk help were so nice &the nurses as well as the Physicians were all so helpful.','2020-03-10 15:13:44.000000','829264323932850'),('3224651000898041',1,'Very fast, caring and Knowledgeable staff. They need me and my wife feel very Comfortable. Would highly recommend this location','2020-03-15 01:45:02.000000','251751275488925'),('3225882294095577',1,'Amazing staff and service. Alissa, Nurse Jessica Dauwald were all awesome and helpful.','2020-02-14 17:38:27.000000','1787364321589026'),('3227501503932073',1,'Great Facitlity with Awesome Doctors and Staff. Fast, Friendly and Informative Service. Maya the receptionist was very welcoming. my nurse stephanie was so nice and helpful','2020-01-16 17:57:49.000000','829264323932850'),('3227552410642106',1,'Awesome people!!! Ricardo really helped out! And shaunda and christina and aileen really helped! I appreciate !','2020-06-10 22:16:43.000000','1698192877146046'),('3228622743870776',1,'Great fast service and snacks while u wait','2020-06-15 14:27:15.000000','1698192877146046'),('3231921780170620',1,'Lucas is very knowledgeable and kim was very personable, they were very prompt getting back to get checked out. Eric make the process painless','2020-02-28 19:41:08.000000','235046800697531'),('3233465770020080',1,'staff is great as always, Aerial, Sindy, Angela, Ralph, and Dr. Wang took great care of me...','2020-03-24 19:34:26.000000','544778295636544'),('3234009626711207',1,'This place is amazing, I have had to come here a couple of times for various emergency needs. Everyone is the most helpful and polite. The quality of service is impeccable. I’ve dealt with other medical ERs, stand alone and in hospital. Signature is by far the best. ER technician Chelsey is compassionate, reassuring, and funny. She makes you feel special and safe. I would recommend her and their entire staff, especially Dr. Weston to anyone. This is a trying time for everyone with the pandemic and it’s refreshing to experience competent, friendly and compassionate care when you don’t feel so well. These folks are wonderful, thank you Signature Care.','2020-10-08 23:42:28.000000','1698192877146046'),('3234098409938371',1,'very attentive staff. grateful for the awesone nurse .and Dr. \nNurse Olusola was amazing\nthank you for this!','2020-01-19 03:21:44.000000','1609539722669429'),('3234204409973347',1,'I was taken care of really well. Dr. Alisha Wren, nurse Yisrole Kolodny, and the radiologist Audrey Wright were very helpful and kind. This was my second time using y’all service and I was treated just great. Dolores Garza at the front desk was very helpful also. Thank each and everyone of y’all.','2018-08-21 11:52:19.000000','1765121397101399'),('3236071789841130',1,'Very friendly staff and welcoming. Wait time is low, they work very efficiently for their patients! Kate and Amanda C worked fast at the desk to get me checked in. And nurse Bryan and the other staff, were all very helpful!','2020-09-12 16:59:30.000000','326347177710316'),('3236103689734512',1,'highly recommend, the staff and service of this facility was incredible!','2020-02-19 00:28:43.000000','251751275488925'),('3237220996353640',1,'I will always recommend them. They’re always very nice and friendly 5 star for sure!!','2020-08-18 23:12:10.000000','105589317817643'),('3237563016362779',1,'The staff here is always amazing!! I would recommend to anyone!','2020-09-06 23:59:52.000000','104213804456471'),('3238229512856082',1,'AWESOME STAFF LUISA, MELISSA, DR.LU, MEREDITH AND KELLY WERE SO AMAZING. \n\nI WILL ONLY COME HERE FROM NOW ON.','2020-04-24 23:23:58.000000','167959367441528'),('323855608483952',1,'Jereyia is quick and wounderful the nurse Amy was very nice and willing to explain my paper work to me Dr jolly was fast and very throual.......i would recommend if u want a er thats fast and friendly this is the place and to top it off very clean','2019-03-25 21:03:46.000000','251751275488925'),('3240117472695061',1,'they treated my cousin for chest pain\n GREAT EMERGENCY EXPERIENCE. \nkind staff, very helpful. I\'d recommend this place to anyone','2019-08-15 04:23:56.000000','829264323932850'),('3240423326023723',1,'registration Amy A\nnurse Sala\nRad tech Waldo dr. Lim\n they worked really fast.','2020-08-03 18:36:17.000000','1608991329419166'),('3241329962549431',1,'I had a wonderful experience, the staff was super attentive and helpful. I was in and out Dr. Daniels nurse and Natalia and the rad tech rollie were nothing short of amazing . I come here for all me ER needs .Stephanie got me in and iut quickly and mackenzie was super sweet and brought me a war blanket ! AWESOME XPERIENCE. !','2020-01-25 05:12:37.000000','1648645701907657'),('324181415373014',1,'Dr. Chowdhury was very helpful as well as Adriana. The front desk is extremely sweet and they got me in quick! The place was very clean, I definitely recommend coming here.','2020-07-24 03:11:37.000000','104213804456471'),('324193811835395',1,'Top notch care! Angela, Michelle, Ashley, and Dr Hasegawa were amazing!','2019-06-16 06:07:17.000000','251751275488925'),('3244250585612972',1,'They were very courteous and great with kids! All around great friendly service.','2020-07-30 02:08:38.000000','105589317817643'),('3244357868967728',1,'First time here amazing service from Dr.O’Malley Alvean Tricia Jordan and Patricia.','2019-11-30 20:43:58.000000','167959367441528'),('3244496239012211',1,'Nurse Amanda and Ms. Jacque were awesome. I just got into a car accident and needed urgent medical attention. They were so kind. The warm blanket that was provided almost made me forget I was just in a car accident.','2020-10-23 22:49:30.000000','1608991329419166'),('3244890888956372',1,'Very helpful caring place','2020-12-19 15:24:00.000000','235046800697531'),('3246590532031692',1,'I was treated very quickly and fairly. The staff was very knowledgeable.','2020-03-20 03:30:49.000000','235046800697531'),('3250597724987633',1,'Big warm love and hugs to Jessica S., Keylee, Kevin, and Oz for being amazing loving people and caring for me the way you all did...','2020-09-18 00:18:04.000000','104213804456471'),('3251567101573088',1,'In the middle of a pandemic I give T.C. Jester all 5 stars for treating my mom so quickly and respectfully through these times of uncertainty. She was treated by Dr. Miller who is amazing! She also had so many positive things to say about RN Joseph and both Cecilia and Kim who checked her in. Thank you for assessing her pain and treating her with the highest of care!','2020-06-30 20:27:49.000000','1609539722669429'),('3251578051735017',1,'Very helpful and polite staff. Keera at the front desk was very friendly and efficient! (: Got me taken care of right away and left feeling great','2018-07-26 06:23:54.000000','326347177710316'),('325178925063912',1,'The staff are very friendly, i do recommend fairly quickly. the idea of being open 24/7 and down the street from where we live is great very good! thanks Nurse Blake Dr . Cavazos and of course Patty !','2019-06-18 18:53:29.000000','1648645701907657'),('325268745392790',1,'My experience at signature care er was very pleasing. Caitlin in registration was very very helpful and we will be returning!','2020-09-13 03:16:31.000000','299216637560955'),('3253292411351204',1,'thank you Kim Allison and Dr Jones for your care','2019-07-23 00:50:04.000000','596022027480375'),('3254408004583023',1,'I would personally like to thank Luke Commings, Kim , Eric and Dr Henderson. I had to go yesterday evening with severe neck pain. First, we were greeted with such friendliness and instruction. They were very thorough with my treatment and helped me to get relief from pain. I will recommend that everyone use Sinature Care for all your need. They catered to my every need or want. Thank you so much signature care! Pam Hamilton','2020-03-19 00:14:20.000000','235046800697531'),('3254479524777989',1,NULL,'2016-12-17 17:33:38.000000','1765121397101399'),('3254965604525056',1,'Both my drive threw nurses were nice and fun to chat with (good communication skills) especially for the amount of traffic there was😳\n\nTHANK YOU šŸ™šŸ» \nNurse #1 Theresa M. \n&\nNurse #2 Meagan C. \n\nBtw\nTo the young lady that whom I received my paperwork from (amazing eyes) and good eye contact 😊','2020-07-21 13:53:43.000000','237100240304186'),('3256861600995963',1,'When we arrived Tanisha Tanisha greeted us with an upbeat and attentive tone! Fatima the radiologist also received us with a polite tone! Nurse Jennifer came in with the tech Elaine. they were both warm and gentle! Dr. Thomas also was attentive and showed needed concern.','2020-02-12 10:42:06.000000','461782867645453'),('3258174607567670',1,'Great environment and very clean. Lucas, Carla, Dr. Henderson, and the rest of the staff were great and very friendly.','2020-01-18 21:05:54.000000','235046800697531'),('3258235360860195',1,'This location was excellent. Marcus and Alvean were very attentive and friendly. I would recommend my family and friends to come to this location.','2020-01-21 16:14:55.000000','167959367441528'),('3259736260745854',1,'Wait was a bit long but understandable since this is a pandemic timeāœļø','2020-07-14 00:34:27.000000','299216637560955'),('3260168177345670',1,'Super quick and friendly staff; no hidden costs or fees. It is a free evaluation and they will let you know the costs of tests before doing them if you are not having a serious emergency. Doctor Nguyen was super honest and straight forward with what he recommended for me. By far the best experience, I’m super grateful and relieved. He gave me a piece of mind. \nWould definitely recommend. 11/10','2020-02-23 16:02:37.000000','829264323932850'),('3262613663763733',1,'Very quick. Very polite. Have been here twice. We do not wait and the staff is very friendly and helpful. We saw Dr Peter Vaagenes he was very friendly Theresa M. The RN was very sweet and friendly. Marcus Rachael and Shania were very nice as well. Great job. Highly recommend Signature ER. Great place for kids. Very kid friendly and treats the kids well and very caring. šŸ’™','2019-09-11 03:51:24.000000','237100240304186'),('3263084483728681',1,'Great experience would highly recommend','2020-09-23 15:10:51.000000','1787364321589026'),('3265160793513666',1,'This place is so quick before I could even finish filling out paperwork I was called in the back. The Dr was awesome, he didn’t waste any time at all. The nurse informed me about GoodRx website. Can’t remember her name but she has amazing customer service! I highly recommend this place','2020-03-06 12:32:13.000000','167959367441528'),('326526491846477',1,'Very friendly and helpful also caring!!','2020-07-19 16:59:35.000000','251751275488925'),('326540458367854',1,'Just an amazing place! Natasha, Dr. Leung, Jessica, and Amy were very friendly and helpful! Would definitely recommend to everyone!','2020-06-10 02:13:59.000000','105589317817643'),('3265561896791240',1,'Erica is so awesome and sweet. Dr. Grinblatas is awesome and really good','2020-02-28 20:17:04.000000','1765121397101399'),('3265705890109551',1,'They were amazing! Very fast efficient and lovely staff! Will recommend over any urgent care/er facility! Dr Patel and nurse tammi and nanci and norm were incredible','2020-02-23 15:27:51.000000','544778295636544'),('3270538349704517',1,'Highly recommend this ER always be there for any sickness problem','2020-09-21 15:48:08.000000','237100240304186'),('3270621759639562',1,'Really nice place with very friendly and knowledgeable staff Dalal was incredible and made me feel comfortable the whole time','2020-09-24 17:42:20.000000','1609539722669429'),('3270787633014181',1,'Great service everyone is so nice ! Really recommend this place','2018-08-18 17:52:58.000000','1765121397101399'),('3272323636137867',1,'Our second time coming here, and we’ve never had to wait more than ten minutes. Staff is ridiculously friendly and helpful. Will always recommend!','2020-09-11 03:41:23.000000','237100240304186'),('3273072852709708',1,'I had been fighting a cold going on a week now that just wasn’t getting any better so I decided to take myself to an urgent care. I found the Bellaire location to be very close to home so decided to come here. I’ve heard nothing, but great things about this location and I have to say that I completely agree. From the moment I checked in with Mary Ann I felt welcomed. She was very professional and explained to me the process of registering and what was needed from me. After a while I was called into the back to get my vitals and even the staff was great! I was seen by several people Blake, Yas and Doctor Ding who were all incredible , but I must say that my favorite was my rad tech Sonny. He was very attentive and had me laughing a bit, which eased my discomfort. The wait time was very short and smooth. I would definitely recommend this place to anyone should you have the need to visit an urgent care. I don’t normally like hospitals, ERs or urgent cares, but if I have to go to one this is definitely the place to be.','2020-01-28 21:32:34.000000','1648645701907657'),('3275582052455946',1,'Very nice staff and attentive!','2020-02-14 18:02:54.000000','235046800697531'),('3277179518961727',1,'Facility was very clean. Jocelyn at the front desk was very welcoming and nice. Alvean and dr Daniels were really cool and insightful. Ask them to be your nurse and dr .','2020-02-26 14:52:54.000000','167959367441528'),('3277785632286586',1,'Adrian and Magaly were awesome when we went for testing. They even made my daughter feel comfortable we em though she was a bit scared to get tested.','2020-07-22 16:19:48.000000','237100240304186'),('3278604118837836',1,'The staff here is super friendly especially my nurse. The service was really fast. I wasn\'t done filling out my paper before being called to my room. Definitely will be coming here when I don\'t need to be at the hospital.','2020-05-28 14:00:01.000000','251751275488925'),('3279179095431297',1,'Very friendly and fast service! Lucas, Brandi, Kim, and Dr Jorden were awesome! I will always go here!','2020-01-31 17:14:03.000000','235046800697531'),('3279392385406635',1,'I received great customer care from Jocelyn during registration, Ekaterini, Thuy An and Rick while getting my vitals and being seen. I love that they allowed my son to go pick out snacks while I was talking with the nurse. Keep giving patients excellent care.','2020-05-13 15:59:43.000000','167959367441528'),('3280733768620095',0,'I just got problems with Rn nurse and he was very very very rude and not friendly person either don’t help either plus he write like ugly word and he tried to tell me which it’s not his place since I got my insurance from job','2020-01-13 03:06:56.000000','596022027480375'),('3281696211848366',1,'This place is very good and the staff is very kind, caring and helpful! I like this place because they answered their phone very quickly and the receptionist was very knowledgeable! thank you to the following people: Dr. Patel , Reg. Leslie, Nurse Gina, ER tech. Norma and Rad tech. Jacqueline!! ER\'s can be scary but if you have to go- go to this one!!','2019-09-16 18:35:59.000000','1608991329419166'),('328252778084461',1,'My visit here was exceptional. Keera Dr. Golla and Jesse were helpful and thorough. thank you','2019-07-02 15:28:00.000000','544778295636544'),('3283628941751312',1,'All the ladies working here are super nice. From the front desk girl to the nurse and nurse assistant. They really try to make you as comfortable as possible.','2020-09-18 21:37:16.000000','251751275488925'),('3284806544929027',1,'so far very kind and and professional! Alan is a wizard at taking blood!','2020-09-15 17:17:11.000000','251751275488925'),('3286203091409419',1,'AMAZING STAFF. From the minute you walk in to the minute you leave. I walked in with throat pain and was sent to the back hooked up to all kinds of monitors (for different reasons) within FIVE MINUTES!!!!!','2020-03-30 06:44:31.000000','237100240304186'),('3286366988044664',1,'This visit was EXCELLENT!!\nDr. Henderson\nSarah\nAngel\nLaura\nTarishia\n\nWe’re all great and very helpful. I will definitely recommend this facility to others. \n\nAlicia Krumrey, BSCJ, MEd, LCDC','2020-02-14 07:27:12.000000','461782867645453'),('3288263141218723',1,'Very organize and profesional','2020-06-15 14:37:13.000000','1698192877146046'),('3288472757885180',1,'People were polite, positive and helpful!!','2020-07-12 08:43:53.000000','829264323932850'),('3289187894427801',0,'Caution: Be prepared to wait, even with an appointment window, for the rapid covid-19 test. I waited for over 3 1/2 hours at the Wirt location. Finally left, without getting the test, when the waiting room became uncomfortably crowded. The business was unable to process a refund. Ellen Hetherington','2020-06-21 11:30:21.000000','1765121397101399'),('3290051531032750',1,'Staff was great quick check in great nursing and Dr was awesome will definitely use in the future','2020-09-22 03:03:59.000000','1648645701907657'),('3290975410943294',1,'Really good service and was able to help my girlfriend out with all her needs','2019-07-05 03:08:51.000000','596022027480375'),('3291241540902288',1,'The service was wonderful. Patricia was really friendly great customer service.\nAlvean A was so wonderful with my daughter explain everything that she was going to do with her.','2020-01-16 21:51:38.000000','167959367441528'),('3291392467553943',1,'Nice friendly staff, very welcoming and comfortable chairs. Also, complementary snacks are always a plus! Elida, Denise and Alvean were so helpful answered all my questions. Going out of their way to make sure i was comfortable. No wait time. In and out!','2020-02-20 14:21:36.000000','167959367441528'),('3292118914145606',1,'Very clean helpful , and kind friendly staff \nEven with the Covid and them being extra busy , they still give 100% treatment.','2020-06-20 05:40:43.000000','829264323932850'),('3292143000835913',1,'Love this place! Very efficient. Would highly recommend. -Mayra','2020-07-29 03:06:19.000000','105589317817643'),('3292487124120224',1,'The employees are very welcoming and very good at listening to your problems. Would recommend 100%!','2020-09-29 21:09:01.000000','251751275488925'),('3294001777336188',1,'I came in and very fast and friendly people in here . I was greeted by two persons in the front Dalal and Keshawna really nice and the nurse Gena very polite . Very nice place to come here to get tested .','2020-10-08 21:43:10.000000','1609539722669429'),('329458588353590',1,'Great experience from start to finish! They were very busy, but still managed to get to me and other patients quickly! The staff was awesome! Would highly recommendšŸ‘šŸ»','2020-10-16 21:53:41.000000','326347177710316'),('3295188093835644',1,'Setup was easy. Came in did my paper work waited in my car. Within a little over an hour. I was seen by the ER Tech Erin. She took away all of my fears. The COVID test did not hurt at all. This is fastest and easiest place to go to get tested for covid and one of the only places opened 24 hrs. I made a 7:30pm appointment and I am leaving within a reasonable time frame.!Great staff','2020-07-28 02:51:08.000000','104213804456471'),('3295264480500768',1,'I absolutely love this ER. The staff is amazing and shines so much light during the darkest time! Tanishia makes you feel like everything is going to be okay from the moment you step in the door. I will definitely be back if I need to.','2019-11-27 06:32:28.000000','461782867645453'),('3295684000528966',1,'They have great services and don’t keep you waiting','2020-08-12 18:45:25.000000','1608991329419166'),('3295970973765908',1,'We took our daughter to Signature Care when she broke her arm recently. It was literally less than a minute from walking in the door to being taken back for her to be seen. The entire staff was amazing with my 7 year old daughter from the second they walked in. Thanks to McKenna in registration, our RN\'s Tammy and Brandy, our Rad Tech Brooke, and Dr. Curtis.','2020-02-28 03:42:26.000000','299216637560955'),('3296133320416581',1,'Greeted with care and concerns as we checked in with front desk clerk, She was polite and very helpful, Nurse was patient and helpful so as doctor the whole staff is phenomenal this is best emergency care Houston has to offer be sure to ask for the following Dr. Tran, Delicia, Duke, Reagan','2020-03-11 15:06:18.000000','1648645701907657'),('3296852470370924',1,'The staff was wonderful - very professional and informative. Quick service','2020-08-10 14:55:38.000000','105589317817643'),('3297149303677232',1,'Teresa M & Magali \nQuick professional service! Painless testing and quick results','2020-07-21 13:59:06.000000','237100240304186'),('3297407186988100',1,'Thank you to Eliza Rachel and Casey','2020-07-23 20:45:37.000000','237100240304186'),('3299354680107368',1,'Dr. Maudlin, Nurse Jacob, my tech Morgan and my registration team Lorena and Amanda and all the staff were excellent!','2020-07-29 14:13:49.000000','326347177710316'),('3300499420005456',1,'Great experience! Staff was exceptional and really care about their patients','2020-10-06 17:54:19.000000','326347177710316'),('3300542603334471',1,'Great Experience! Jacob, Amanda, and Naomi were all very helpful and made sure I had a smooth visit.','2020-10-06 18:13:37.000000','544778295636544'),('3301892433241905',1,'From the receptionist In the front and Elaine ( Er tech)and Dr. Henderson treated us with the up most respect and care , so glad I chose signature care thank y’all for making us feel comfy throughout our visit!','2020-11-10 18:37:30.000000','544778295636544'),('3301913099856063',1,'Came in about 8:30 left out by 9. Good fast and informative and plus they have a black Dr. (Dr. Daniels) who explained everything in a efficiently.','2020-10-01 02:06:00.000000','1648645701907657'),('3303427499754284',1,'Great staff, very friendly ERTeach Leah was very helpful, super nice and very informative','2020-08-04 17:39:54.000000','596022027480375'),('3304441249569971',1,'awesome awezome staff&doctors \nDee front desk is a Gem','2020-03-16 14:35:48.000000','1608991329419166'),('3308659789213057',1,'Received help fast. Very friendly staff.','2020-09-05 03:58:12.000000','251751275488925'),('330899784726018',1,'It was a great, easy and fast medical check up. Would definitely come here for an emergency again.','2020-08-28 21:40:41.000000','1609539722669429'),('3309074649151420',1,'was very friendly and fast ..we felt like they cared😊','2020-06-09 19:59:28.000000','235046800697531'),('3310658215621904',1,'oh , Sonny what\'s going on?I am praying for you honey hang in there','2020-07-19 01:27:05.000000','1765121397101399'),('3310846618932895',1,'austin daniels was amazing as well as michelle kirby very clean facility and great staff','2019-06-13 03:28:14.000000','461782867645453'),('3311672652189267',1,'Amazing staff here at this location. Thank you Magali , Adviana and Rachel for taking care of us. Stay safe and Thank you for everything y’all do.','2020-08-01 15:53:37.000000','237100240304186'),('3312524912093020',1,'Amazing service and also shout out to city ambulance for being out here today!','2020-06-09 21:30:52.000000','1698192877146046'),('3313490225340511',1,'Friendly, quick results and very informative','2020-08-10 08:07:34.000000','104213804456471'),('3314888821861582',1,'Great Staff! Highly recommend','2020-02-06 09:25:51.000000','1765121397101399'),('3316786361773617',1,'Keshawna very helpful and the nurse vincent too I totally recommend this er care. They dont make you wait alot.','2020-10-02 19:03:48.000000','1609539722669429'),('3316851801744878',1,'I went into the clinic with chest pains. The staff is very professional and great skills\n very good experience.','2020-10-30 15:02:29.000000','1609539722669429'),('3316889868340584',1,'A big cheers to SignatureCare ER! A few weeks ago on a Friday night my wife and I took my father over there due to some issues he was having and his sudden loss of muscle definition all over. This was the first time we’d ever been there. When we got there I was WOW’d by the hospitality the staff showed as well as the cleanliness of the establishment. Although we received some tough news regarding my father’s condition, I’ll never forget the compassion shown to my father and us by Dr. Henderson, the nurses and staff. They were all amazing and we can’t thank them enough. We trust that the Lord’s ways are not our own and that He is working things out for His glory even in times like these when we don’t fully understand. My family and I thank God for each one of you. šŸ™šŸ¼šŸ˜Š','2020-03-21 15:21:44.000000','235046800697531'),('3316895328321417',1,'They took care of me tonight when my calcium dropped and caused tentny seizures.','2019-10-04 00:14:25.000000','596022027480375'),('3317586994949839',1,'Always so professional when I come in. Dr. Vakey was very thorough, and went over everything with me! Easily accessible and friendly.','2019-12-13 17:43:04.000000','326347177710316'),('3317609908267597',1,'home they are so nice and nourishing they was attended to all my needs. Jocelyn A. Is great and very sweetie and patient as well as Alvean A. Dr. Patel knows her work and advised me to see a specialist. The front desk nurse greeted me with a nice warm smile. Way to go Cypress. Ih also the X ray tech knows her work too. I will come here again if I need to.','2020-01-22 18:37:02.000000','167959367441528'),('3317856528322025',1,'They are awesome. Their staff knows how to man you feel completely safe.','2020-10-04 10:19:47.000000','251751275488925'),('3318167358205234',1,'Had a great and quick experience. The staff listed below were wonderful.\nLorena T. & Victoria P.\nJeri D.\nJuan C.\nDr. Akunyili','2020-07-31 15:30:32.000000','326347177710316'),('3320533381370591',1,'Very quick! No wait time on a Saturday morning! Great experience!\n\nLorena T\nSmaistra\nJeri D\nTorie','2020-10-24 13:35:05.000000','326347177710316'),('3323249267723206',1,'The whole staff is very helpful and professional! Thank you so much for what y’all do! Big shoutout to Dr. Qureshi, Nurse Catherine, Quyen, Ashley, Dee and Sade!','2020-11-10 15:51:19.000000','829264323932850'),('3323253877793909',1,'I would highly recommend coming here! The service was quick and everyone was very friendly! I was helped by Lorena T, Megan S, Jeri D, Dr. Smaistrla, and Torie!','2020-10-24 15:22:28.000000','326347177710316'),('3324102220972937',1,'Alvean and Pete were extremely nice and helpful !','2020-11-06 23:35:35.000000','167959367441528'),('3325065867591438',1,'Awesome staff treated me very quickly and were very understanding...Alvean & Valory were super helpful.','2020-10-27 19:52:21.000000','167959367441528'),('3326276064066117',1,'Marcus was great he helped me laugh so I wasn’t in any pain. Alvean was very helpfully and I feel better before leaving. Jocelyn was helpful at the first desk when I was checking in. It was a great experience over all.','2020-02-26 18:28:05.000000','167959367441528'),('3326571817371389',1,'I am very happy i came to Stafford Signature Care. I was able to get in quicly. They help relieve the pain my kidney stone caused. If i have any need for quick urgent care im coming here. Thanks for making me feel better again.','2020-02-22 15:09:33.000000','1787364321589026'),('3327048840656936',1,'SignatureCare is the best ever. I’ve had to come in a couple times for myself and kids! The staff is always amazing. Had to bring my baby in tonight and Amanda at check in was Amazing check us in very fast so my baby could be seen as soon as possible. Did not have to wait very long to be called back. Our Nurse Katie was absolutely amazing she made my baby feel comfortable while taking her vitals. Dr. Leung was great made sure I felt comfortable with my babies diagnosis before letting us go. Answered all my questions and made me feel so much better about my babies health.','2020-02-25 01:45:37.000000','1698192877146046'),('3327088887330440',1,'Such a great center. Staff always makes you feel like a priority. I’ve been twice, and have always left satisfied.','2020-08-18 18:12:44.000000','251751275488925'),('3330282667050927',1,'Alvean and Sheresa and Tiara were all really great during my visit today! They were kind,attentive, and caring even during the chaos of the pandemic. Thank you so much for all your help!','2020-08-15 20:52:30.000000','167959367441528'),('3332300430164063',0,'I’ve been to this location twice. First time for testing I spend from about 10am to 7:30 at night during the process. The second time was significantly worse! The ā€œsystemā€ was chaotic. They didn’t have clear communication between employees making the patients waiting even more frustrated, after some actually paid to wait in line!Even further when I attempted to clarify the lady at the front was unprofessional, degrading and rude- pointing to the ā€œemergencyā€ sign stating it was an emergency room. I’ll never recommend someone to this business. And will encourage anyone I meet to go elsewhere.','2020-07-15 08:42:17.000000','167959367441528'),('3333193713378627',1,'Leah was great. She was fast and explained the procedure quickly.','2020-07-20 22:36:27.000000','596022027480375'),('3334557416569936',1,'Love this place Genesis made checking in very easy and comfortable and checking out she was here all times the whole staff was very nice and very helpful Dr. souman and Pam, shohba plus dauwal ! this is definitely our go to place ! Thanks again','2019-07-04 14:58:16.000000','1787364321589026'),('3335697866457204',1,'5 Stars ā­ļø \n\nAbsolutely amazing facility. From the time we walked in the doors every staff member went above and beyond to make sure our every need was taken care of. Never been more impressed in my life. Excellent Job !!','2020-02-17 04:03:44.000000','1765121397101399'),('3335981873119381',1,'The staff is always nice and friendly. They are always helpful with any questions you may have, Jessica S help me out with many questions that I had.','2020-07-20 13:37:30.000000','104213804456471'),('3336220946395010',1,'Professional!!! Friendly fast service!!!','2020-02-07 20:10:58.000000','1608991329419166'),('3338449069514761',1,'Absolutely love signature care! We come here any time our little girl is sick and they always take the best care of her! Dr.jordan is my favorite! He will not let you go home until he finds out exactly what is wrong! In here today and same thing with the doctor today! All staff and nurses are fantastic and very understanding!','2019-06-16 14:30:41.000000','299216637560955'),('3339067122788309',1,'I visited this ER and each time has been a great experience despite the circumstances! It’s located very conveniently near my home right off highway 6. The staff are very kind and helpful. Tanishia attended to me at the desk and made it a very quick check in process. Dr. Henderson and Charlotte the RN were very kind during my procedure and very reassuring and great at explaining each step they would be taking. I’m very pleased with my experience and I highly recommend this location for any issues you may have!','2020-03-13 13:24:55.000000','461782867645453'),('3339459652735038',1,'Very nice facility, super clean, all of the staff was so friendly and patient and made me feel super comfortable.','2020-02-20 02:12:26.000000','251751275488925'),('3339719426102232',1,'Super fast service!\nER Techs Randy and Daniel\nRegistration\nShania\nNurse \nAudrey and Jose\nRadiology\nBancroft\nDr. Anders','2019-12-26 04:33:53.000000','596022027480375'),('334214674053426',1,'Me pĆ”rese un lugar ermoso que yo lo recomiendo son muy atentos especialmente Dr torre. Robert tia Mathew bija Karen es un equipo espectacular nunca cambien','2018-03-16 16:41:05.000000','1787364321589026'),('3342573105757455',1,'ALVEAN, PATRICIA, & AN we’re very nice and helpful got us in out. Great service.','2020-02-06 15:49:17.000000','167959367441528'),('3345465215483151',1,'Great experience. The staff is amazing. Maya was really kind as she got me checked in and a marvel fan so that’s a plus. Very good at getting you in and out','2020-02-21 00:06:37.000000','829264323932850'),('334685113776625',1,'Had to make an unexpected trip here tonight to comfort a friend. Wait was not long and nurses were very nice and respectful for my friend. Leeds was a great help as well (:','2018-11-08 06:59:39.000000','326347177710316'),('3350241165094119',1,'Had a fantastic experience here when I had to go in for my covid test, very informative and friendly staff','2020-10-17 18:13:45.000000','167959367441528'),('3350969528357912',1,'Real professional and informative thanks Rachel','2020-07-26 23:58:18.000000','237100240304186'),('3351106028250481',1,'The registration staff member, Stephanie, checked the patient in as soon we entered the ER with genuine care/concern. Nurse Rollie, along radiology tech Natalia, got the patient into a room immediately for an assessment of her medical condition. Dr. Ybarra was very thorough and exhibited in depth knowledge concerning the patients expressed medical concerns. We have visited this ER medical emergencies in the past with great satisfaction that our emergency medical needs were more than met with great care.','2020-02-11 05:42:25.000000','1648645701907657'),('335221850574364',1,'Their service was quick and easy, literally no wait at all!\nAlyssa was a big help!! ā˜ŗļøšŸ˜Š','2017-10-17 21:47:02.000000','1787364321589026'),('3353476181356487',1,'Quick wait time, and friendly staff. Lacey and David B. did a great job with me. First time here.','2020-10-28 04:00:18.000000','167959367441528'),('3354073201299735',1,'Definitely a lot faster than going to Darnall ER and no long wait time. Professional and polite.','2019-10-05 01:04:12.000000','251751275488925'),('3354729037874431',1,'Very friendly staff! They are patient and understanding. I highly recommend signature care.','2019-07-12 00:03:31.000000','596022027480375'),('3356616984358398',1,'Signature care is amazing! I would recommend this facility to my friends and family members, The staff was knowledgeable and seemed like they really cared about what I was going through, Very efficient. A+','2018-01-11 02:56:42.000000','1765121397101399'),('3358453130889168',1,'Recommend this place. Keily at registration was great!!','2020-09-04 21:38:18.000000','299216637560955'),('3359003870843718',1,'They were welcoming and served me really quick. Dr. Jones was really kind and helpful.','2020-12-04 03:24:52.000000','251751275488925'),('3362302240473496',1,'Cert nice and welcoming staff.','2020-10-25 19:58:29.000000','1609539722669429'),('3365137146889045',1,'I don’t like going to the Emergency room but I’m thankful for Signature care and their employees. Especially Okarys, who is so friendly and positive! I had a great visit thanks to her!','2020-10-02 02:02:13.000000','1609539722669429'),('3365907146757161',1,'Best care I’ve ever received at an ER. Very friendly staff.','2020-03-05 21:14:48.000000','299216637560955'),('3365977500111982',1,'Highly recommend! I always feel attended to here and safe. It’s nice to walk in to two smiling faces from Lorena and Rebecca who are very helpful. Dr. Vakey and my nurse, Jacob were also very kind and attentive.','2020-08-15 14:14:41.000000','326347177710316'),('3367918419945565',1,'The staff was really helpful! Big thanks to dr kotey, Lynn s, Daniel b & tanishia w for helping our baby boy get better ā˜ŗļø','2019-12-23 07:41:33.000000','461782867645453'),('3369776579758487',1,'I had a great experience here. The girl who I seen was caitlin she was super nice to me. She was also very helpful and answered any of my questions that I had!','2020-10-31 12:25:36.000000','299216637560955'),('3370076009768415',1,'The staff took amazing care of me! @Mandi M, Carla C, Courtney Temple, Jennifer W, Mollie, Katy, Tracy G, and Jacoya','2020-12-12 23:08:19.000000','235046800697531'),('3370706259636764',1,'šŸ‘šŸ‘šŸ‘šŸ‘šŸ‘šŸ‘šŸ‘šŸ‘šŸ‘šŸ‘šŸ‘šŸ‘šŸ‘šŸ‘šŸ‘šŸ‘šŸ‘šŸ‘šŸ‘šŸ‘šŸ¼šŸ‘šŸ¼šŸ‘šŸ¼šŸ‘šŸ¼šŸ‘šŸ¼šŸ‘šŸ¼šŸ‘šŸ¼šŸ‘šŸ¼šŸ‘šŸ¼','2019-11-22 00:33:50.000000','237100240304186'),('3370990739598873',1,'Very clean and friendly environment. Listen to their patients and take very good care of you!','2020-07-25 21:37:02.000000','251751275488925'),('337172207445714',1,'natasha and candice were super helpful and the dr. I had give treatment to me was super cool and chill. I would most definitely recommend.','2020-07-30 23:47:45.000000','105589317817643'),('3371734536187829',1,'we were seen right away. they took good care of my baby when he hit his head and needed some staples. he was hysterical and they helped him calm down and cleaned him up and got the staples done with minimal pain to him. we are thankful!','2020-04-21 14:17:06.000000','237100240304186'),('3371970309517943',1,'Brenda and Lizzie were very friendly upon arrival, the nurses Nauveen and Keri called me back quickly and made me feel comfortable.','2020-10-26 04:13:47.000000','1608991329419166'),('3372015712814970',1,'they were great have always gone above and beyond for my kids','2020-02-19 17:08:29.000000','299216637560955'),('3372933976075250',1,'Totally easy In and Out for a rapid COVID Test. Would highly recommend.','2020-10-03 00:44:43.000000','1698192877146046'),('3374278582597132',1,'I was very well taken care of by Dr. Daniels Brenda M, Sarah A., Holly, Shaylene. Better know as the dream team. Very helpful and took their time.','2019-10-29 10:20:06.000000','829264323932850'),('337486940977247',1,'Amy \nJaslyn\nBlake \nChris\nDr. RodrĆ­guez excelente servicio','2020-08-01 14:54:34.000000','1648645701907657'),('3375023895888916',1,'Rachel and Eliza did a great jo!!! šŸ‘šŸ½ Quick and easy','2020-07-23 20:35:17.000000','237100240304186'),('3375368215915284',1,'Stepped into this location for COVID testing the staff was very nice and most of all my nurse Lacey she made feel very comfortable and helped me ease through my test! Thanks Lacey','2020-10-23 19:53:59.000000','167959367441528'),('3376852882440707',1,'Mandi and Jennifer W were very professional, efficient and kind. very modern and clean facility. I was referred by a sweet friend and thank her for the recommendation. highly recommend.','2020-12-11 16:00:27.000000','235046800697531'),('3377653415793916',1,'Great staff from the front desk to the ER! The registration staff is on top of it! Especially Jessica doing an awesome job! working hard hours and tending to their patients needs.','2020-08-02 22:57:47.000000','237100240304186'),('3377870415662791',1,'Audrie Reyes\nMaria Sanchez\n\nI received quick and awesome care. The staff was kind and attentive!','2020-10-07 20:40:08.000000','596022027480375'),('3378708218899858',1,'Great experience and quick !','2020-12-17 16:25:27.000000','829264323932850'),('3378930775537271',1,'Everyone was extremely helpful and professional. Jennifer and Heather went above and beyond helping me with insurance!! All the nurses and doctors were great as well.','2020-10-16 18:32:13.000000','299216637560955'),('337974560619855',1,'Lorena was really sweet when we arrived. Our nurse Bretnie was very caring and polite! Highly recommend this place','2020-10-10 18:14:43.000000','326347177710316'),('3381574865257754',1,'Muy buen servicio,muy eficientes DR.MILLER NURSE NICHOLE','2020-07-23 21:30:06.000000','1787364321589026'),('3381609521895027',1,'Awesome šŸ‘šŸ¾ very nice and sweet','2020-11-05 19:56:17.000000','461782867645453'),('3381739751923217',1,'This was a great center! The staff and Alvean Graciela were so helpful and patient. Will definitely be going back','2020-11-25 15:17:24.000000','167959367441528'),('3382282181799768',1,'Always an awesome experience! GĆ©nesis the receptionist was very nice and attentive. The nurse Catherine got us to the back very quickly. Dr. Qureshi was very helpful, answered all our questions and habla espaƱol! Quyen and John were very helpful and thorough.','2020-05-05 17:31:08.000000','829264323932850'),('3382590788465975',1,'Very professional and super clean.','2020-09-29 14:27:37.000000','596022027480375'),('3382647271960566',1,'Always get the best most friendly service. They go above and beyond for their patients. Not like any other Er I have been to before.','2020-09-15 03:02:39.000000','251751275488925'),('3385110911506293',1,'Professional staff, Patricia, Alvean and Dr. Cavazzos. Very thorough in everything they check.','2020-02-27 18:49:40.000000','167959367441528'),('3386239381407036',1,'Very organized and fast. Thanks!!','2020-07-21 17:33:50.000000','1609539722669429'),('3386328664765884',1,'If you’re looking for quick, fast, and experienced service I would definitely recommend coming here! My nurse today was Kat, she was very thorough yet friendly. Service was amazing, I will definitely come back if needed.','2020-08-14 23:04:40.000000','251751275488925'),('3386354698061923',1,'Amazing staff and service! Everybody is so nice and helpful. 10/10!!!','2020-07-29 03:34:51.000000','105589317817643'),('3388949367826040',1,'Very professional staff and excellent service.','2020-10-16 17:04:47.000000','1765121397101399'),('3389060061208898',1,'Wonderful staff, everyone was communicating, fast registration processing, and no long wait time. I would high recommend this place','2020-10-29 23:07:16.000000','237100240304186'),('3389475164463537',1,'The staff was welcoming, and a very easy check on process. My nurse Christina and doctor Ou were great! Very professional and kind, definitely recommend this place!','2020-09-30 19:26:25.000000','1698192877146046'),('3390224161085054',1,'Clarissa was very helful and nice. šŸ˜šŸ‘','2020-10-20 17:57:04.000000','167959367441528'),('3390952537618461',1,'Super quick, pleasant. Kind, helpful staff. Gave me a heated blanket. Overall nice experience.','2020-11-16 00:19:43.000000','1609539722669429'),('3393645374077712',1,'All the staff at this location are great. Alvean took care if me today and shewas nice and professional. She took care me very quickly which I appreciate.','2020-12-17 18:00:41.000000','167959367441528'),('3393736287382530',1,'The staff at SignatureCare were all so attentive and helpful. I felt so comfortable and taken care of while I was there!','2020-10-04 16:31:36.000000','326347177710316'),('3394885767249008',1,'All the staff was absolutely wonderful including Maya. Such a sweetheart. My favorite highlight that day was how they take a lot of things serious when it comes to the care of their patients. I accidentally did something and after a few minutes of what I did they came to talk to me to make sure everything was ok. I really didn\'t know because I was use to doing certain things. It really touched my heart to know how they really really care about their patients. Keep up the wonderful jobs you all do.','2020-02-22 06:53:08.000000','829264323932850'),('3396746890404905',1,'Quick and easy in process. Friendly staff. Minimal wait.','2020-09-08 11:52:48.000000','251751275488925'),('3397204970343155',1,'Adriana and magally were really nice and gentle, made the testing comfortable','2020-07-22 16:16:13.000000','237100240304186'),('3397731556998652',1,'01/08/21- Did the review to get a gift card for Starbucks. Gave the gift card to a family member who helped me when I had Covid. The card had $5.00 not $15.00 like promised. Family member paid for order, this is so embarrassing..PLEASE DON’T LIE to people..🄺\n\nI had such an okay time with this clinic. Samantha from from the front desk was so helpful. Arielle was such a nice nurse!','2020-12-30 03:09:05.000000','1609539722669429'),('3400852960028739',1,'Anytime I need to get checked out I always go here. Great staff. The registration, Alex and Jessica were very nice and friendly. My nurse Nancy was great and very helpful.','2020-10-26 14:05:00.000000','237100240304186'),('3401414816637766',1,'Vanessa was very helpful and friendly','2020-12-07 06:25:57.000000','167959367441528'),('3403623303008680',1,'Took great care of my son. Thanks to Katy M, Sherri C, Mollie, Tobie, Dr Henderson and Dr Edwards.','2020-10-21 15:06:40.000000','235046800697531'),('340375700145873',1,'Polite & very friendly made my visit feel like I wasn\'t even in an ER. They took care of me quickly and efficiently & made me feel stress free. Joanne, Rachel & Dr Thomas, I appreciate ALL that you do!!!! Thank you','2019-01-26 19:07:30.000000','544778295636544'),('3404326339636155',1,'The front desk staff was very professional. I was seen as soon as possible. My nurse was Christopher C. Christopher went out of his way to make sure that I was very comfortable as possible. Get everything I needed for my visit at SignatureCare Emergency Center. Thank you all for your help today!','2020-11-10 04:47:23.000000','1609539722669429'),('3404686739643945',1,'Very friendly & efficient staff!','2020-12-02 19:30:58.000000','326347177710316'),('3405555636180817',1,'Everyone here is very nice and helpful - it was a comfortable visit!','2020-10-25 03:38:05.000000','544778295636544'),('3405906936149771',1,'the service is fast and the staff are well qualified for their job.','2020-01-13 01:13:06.000000','235046800697531'),('3406819942767410',1,'Everyone is absolutely sweet and amazing so fast and thorough! Tanisha and Monica welcomed me and even behind the mask you could see the smiles! Alissa my nurse was so sweet concerned not to hurt me, very gentle! Dr. Yusuf so kind let me know exactly what was going on so I am more at peace. Great people great place!','2020-10-31 01:00:18.000000','544778295636544'),('3407253372646716',1,'Very efficient, in and out in a reasonable time. I will go back again when in need of care.','2020-08-23 19:38:48.000000','299216637560955'),('3407814942609179',1,'Brought my son in. They got us taken care of quickly. All of the staff was wonderful. Will definitely make the choice to come here rather than local hospital ER','2020-09-19 00:06:01.000000','596022027480375'),('340850770572736',1,'Townsend was great made me feel comfortable! Nice staff all around','2020-10-08 16:11:58.000000','1698192877146046'),('3409415205781128',1,'Had a great experience at signature, the staff was amazing they were quick and efficient. Tanishia did an amazing job making sure I understood everything and was taken care of','2020-11-04 05:01:47.000000','461782867645453'),('340966470591610',1,'My first time coming to this emergency center and I strongly recommend it. The nurse and staff offer great service. Thank you! The service is fast an easy.','2020-09-10 02:36:51.000000','1648645701907657'),('3410145605668640',1,'I recommend you come & see the nurse Catherine. Very nice & gentle sweet woman , & very knowledgeable. Everything done here was in a timely manner.','2020-03-03 16:01:56.000000','829264323932850'),('3413435105379094',1,'Very welcoming & took great care of me!','2020-10-21 15:16:11.000000','1608991329419166'),('3414237378601329',1,'Thanks to everyone for their care. Thanks to Tanishia and Susan for your great help. Dr Pham you’re great!','2019-11-06 04:54:12.000000','461782867645453'),('3414328428595050',1,'Fast and friendly service','2020-06-24 08:43:36.000000','1608991329419166'),('3414702585206965',1,'Great service, friendly staff! Thanks to the front desk Lorena and Victoria, nurse Jeri D/Matt, and Juan!','2020-07-31 16:42:52.000000','326347177710316'),('3415022648551492',1,'Great Experience form every staff that I came in contact with!!! Angelica D., Vivian S., Dr. Alcanter, Ray G. We’re awesome. Literally the best emergency room I’ve ever been too.','2020-10-29 04:44:43.000000','1787364321589026'),('3415202011900323',1,'Very good customer service. Took my daughter in for a rapid covid test. Dr. Lu was very professional and good at explaining the procedure to her. The registration ladies, Vanessa and Elizabeth, were very sweet. Anastasia performed the Covid test and explained to my daughter how long it would take and how bad it would bother her. Definitely recommend.','2020-10-29 03:06:26.000000','1608991329419166'),('3416286481772736',1,'Kimberly and Jamie were super Awesome! Taking care of me!’ They rock','2020-09-19 03:11:46.000000','251751275488925'),('3416556418370764',1,'Fast service great staff , up to date facility. Very friendly and caring','2020-02-09 13:59:01.000000','299216637560955'),('3417751191585394',1,'Nothing they were amazing. Dr Henderson was very nice and informative, RN Mollie was nice and helpful,RAD tech Sarah was friendly and REG Tobie was helpful and friendly.','2020-03-09 15:32:50.000000','235046800697531'),('3419119911469271',1,'Extremely great service! They got us in a room in less than 10 mins. Nurse Ryan is super nice guy and very friendly. I highly recommend everyone to come here!','2020-09-30 05:26:29.000000','235046800697531'),('3419193958149418',1,'Very friendly staff, super helpful and quick service. Thai was super nice :)','2020-11-25 21:03:44.000000','251751275488925'),('3419608448087761',1,'Great staff, Jessica S was very polite and professional. Highly recommend!','2020-11-07 03:47:05.000000','104213804456471'),('3419959428058909',1,'I was not feeling so bad and jacoby was so good to me he made me laugh and did everything he could to make me comfortable','2020-11-24 02:46:13.000000','299216637560955'),('3421085334679497',1,'This is my second time coming to this location for a Covid test and both times all of the staff, nurses and doctors have been amazing. I would definitely trust coming here for an emergency other than Covid. They are fast and very helpful.','2020-10-30 22:58:37.000000','1787364321589026'),('3421504794533564',1,'Dr. Nguyen, Nurse Kristina, Radiology Tech Tino, ER Tech Nelson, and May at registration were all superb. The staff is very personable they take your situation seriously and they treated us with respect and we did not have a very long wait. The examination was very thorough and we didn\'t feel rushed. If you have an emergency situation you\'re much better off going to SignatureCare then to a hospital\'s emergency room.','2020-02-29 16:49:54.000000','829264323932850'),('3422545154439159',1,'I can not say enough good things about this place. The staff and facilities were beyond amazing. If there is ever a healthcare overhaul this place should be the model.','2020-01-06 01:04:53.000000','235046800697531'),('3423026841137771',1,'It was amazing. Was able to get checked in the quick and easy.','2020-11-23 03:47:51.000000','167959367441528'),('3424251854315204',1,'They were awesome. Dr. Yusuf, Amy, Churiah were awesome and even offered snacks!','2020-01-24 17:28:07.000000','1608991329419166'),('3426992447387037',1,'The people are very good persons the are soo profesional specially Lacey I would recommend this place 100 porcent!!','2020-10-27 01:13:03.000000','167959367441528'),('3427226890659527',1,'Kim was very nice and helpful with checking me in! And my nurse Lucas was very nice also','2020-12-17 15:39:27.000000','235046800697531'),('342728203842553',1,'Thank you Megan C for taking care of my mom,,','2020-10-05 21:46:04.000000','237100240304186'),('3427733550570518',1,'Great experience! DR. Was fast and knew exactly what to do. The pain I’ve been feeling was noticed and taken care of. They simply are the best! Thank you SignatureCare!','2020-06-30 16:19:10.000000','596022027480375'),('3429642653718634',1,'I brought my mother here because she wasnt feeling well and the front desk ladies were welcoming Emily and Sindy helped get my mom back fast. Dr Farooqi was very compassionate and we loved Zinadia','2020-03-17 01:44:19.000000','544778295636544'),('3429716500458955',1,'Great Experience!! Super friendly and easy check in with Keily at the front desk and very attentive nurses and doctor. Excellent Care!','2021-01-13 16:58:37.000000','299216637560955'),('3430956133626048',1,'Everyone was very helpful from the front desk to the doctors and nurse. My nurse Christoper C. was nice and made sure I was comfortable and helped me understand the Covid test procedure. I will definitely be coming back to this location for any emergencies in the future.','2020-11-16 01:25:05.000000','1609539722669429'),('3435072293228973',1,'Would totally recommend this place. Got the best service with nurse Dee! šŸ‘šŸ»','2020-10-01 16:16:31.000000','829264323932850'),('3435441709800932',1,'The people at signature care are great!!!\nI want to especially thank these ladies for being outstanding.\n\nTeresa - you have been awesome. KV Power says thank you\n\nMagali & Adriana - you were fantastic. Very patient and kind. Very good customer service.','2020-07-24 14:59:07.000000','237100240304186'),('3435626223163103',1,'Great customer service, the workers helped us through the whole process','2020-06-12 17:55:35.000000','1698192877146046'),('3436798799755681',1,'Second time coming here. Had a great experience both times. They’re quick and always kind and always professional. Kristna helped me out this time and she was great :)','2020-11-28 15:51:02.000000','829264323932850'),('3436884526537389',1,'Tiffany at front desk was very helpful and nice','2021-01-18 20:09:19.000000','299216637560955'),('3437887206318809',1,'everyone here was AWESOME.\nAPPIAH, SABRINA, TANISHIA, ASIA\nTHEY NEED A RAISE AND DINNER. LOVE YALL. THANKS ALOT.','2020-10-29 01:02:38.000000','461782867645453'),('3438800372841399',1,'Chelsey and Dr. Ou were super nice, fast, and professional. Didn\'t feel rushed or out of place. Everything runs smoothly here.','2020-10-27 15:31:18.000000','1698192877146046'),('3440071892681441',1,'I had an awesome experience with Doctor Damg! The ladies at the front desk Alvean and Jocelyn were very helpful','2020-09-30 14:10:14.000000','167959367441528'),('3440888105922127',1,'Angela at registration took care of me super fast when I walked in and I was already being seen before I could finish my paperwork . The staff did everthing and more to make sure I wasn’t in pain and made sure I was taken care of from the moment I laid in the bed. No wait times, friendly staff and the kindness makes this the best place to go','2019-09-25 01:56:11.000000','251751275488925'),('3441549682524463',1,'Great service. Arrived in pain, left feeling much better with the tools and instructions I felt I needed to recuperate to 100 %.','2018-08-09 18:30:45.000000','1765121397101399'),('3441959335942822',1,'I’ve had to come to this location twice and in a week. The first time was due to anaphylactic shock, and again tonight for breaking out in hives. The staff here are amazing and quick on their feet. They obviously care about their patients. I have had Jamie as my nurse both times, and she is amazing. I’m thankful I have somewhere I feel safe going to knowing I’m going to be taken care of.','2020-09-28 05:34:23.000000','251751275488925'),('3442624262461118',1,'They were super clean and professional. The receptionist Stephanie McDonald was amazing, needless to say doctor Patel Nilang was so quick on my diagnostic and very accommodating. I was in and out within of an hour. Definitely recommend this place.','2020-09-11 02:11:38.000000','596022027480375'),('3442924885742839',1,'Alvean And Valory Were Amazing At Their Jobs And We Very Gentle. Highly Recommend This Place','2020-10-20 17:45:11.000000','167959367441528'),('3443069582418604',1,'Chelsey was absolutely amazing with getting my Covid test done very quickly! Thank you!','2020-09-16 00:05:36.000000','1698192877146046'),('3446327042099767',1,'They were awesome! I had to be tested for COVID-19, Praise God it was negative. Just have other things going on! Audrie Reyes was fabulous!','2020-10-23 16:17:38.000000','596022027480375'),('3446458108781942',1,'Everyone was so nice and attentive, very quick service and would definitely go back if needed. Shelly was nice, gave me many recommendations on medications. Dr. Hasan was very informative and knowledgeable. Tanishia was very informative and helpful. Sarah was very attentive and understanding.','2020-10-20 00:49:25.000000','461782867645453'),('3446511605417887',1,'Paige was our ER Tec here. They were all very nice. The ladies up front were awesome answering all our questions. We will definitely come back here every time. 10 GOLD STARSšŸ’«šŸ’«šŸ’«šŸ’«šŸ’«','2021-01-01 20:21:52.000000','299216637560955'),('344716103066367',1,'Dr. Souman, Cris, y Amy me antendieron excelente','2019-04-19 08:46:59.000000','1608991329419166'),('3451329704944182',1,'I loved the care I got here. The front desk was kinda and helpful and made sure I got taken care of with any questions I had. The nurses were pleasant and not rude and they actually spoke to me like I wasn’t a nuisance.','2020-10-16 21:06:24.000000','326347177710316'),('345173443096663',1,'The best team ever! Bryanna and Kim were fast and friendly, Tammy and Nanci were caring and attentive. Dr. Lindsay is the best!','2019-08-12 16:32:40.000000','461782867645453'),('3453517434665855',1,'Honestly the greatest E.R I have ever been to. I would recommend to ANYBODY. we waited for MAYBE 5 minutes and the staff was so friendly. I came with my 4 year old daughter and she felt so comfortable, which is rare. Thank you guys so much!','2019-10-16 00:01:55.000000','251751275488925'),('3455456804513001',1,'A very friendly and fast procedures!','2020-10-10 14:32:47.000000','251751275488925'),('3456984790986084',1,'I’ve driven by many times never knowing one day, I was going to need this place. Dr Dunn, Lynn, Fatima and Daniel were all amazing. Tanishia, the young lady who took care of s in the waiting room was quick, friendly, and we were out of the waiting room in minutes. It sure beats going to the ER and waiting for hours. This was a great experience and I know where I’ll be going for urgent care again. Two thumbs up!šŸ‘ šŸ‘','2019-11-11 06:00:20.000000','461782867645453'),('3457055261042550',1,'Great staff, Marcus and Luisa were very helpful and calming. Clean facility. Quick answers!','2020-10-25 13:47:16.000000','167959367441528'),('3457773851006511',1,'Wonderful place. Super nice staff. They get you in and out quick! Quickest ER/ after hours visit I’ve ever had.','2020-10-22 02:52:17.000000','235046800697531'),('3458541494272618',1,'Very good experience here!','2021-01-12 15:20:14.000000','235046800697531'),('3458543734272394',1,'Very good experience here!','2021-01-12 15:21:16.000000','544778295636544'),('3458564560901417',1,'Loved my experience here!! Jessica P helped me out and was so nice and professional. Will be coming here from now on!','2020-10-26 21:20:01.000000','237100240304186'),('3458779507571265',1,'Thank you, Angelica D, Daliar, Ricardo and Dr Garcia’s. You were a lot of help to me this evening. Everyone was so very kind and polite . Again Thank youā™„ļøā™„ļø','2020-11-13 06:03:09.000000','1787364321589026'),('3458836710874330',1,'Love this 24 hour clinic its close to home and the Staff here are always caring and prompt!','2020-11-13 13:58:40.000000','105589317817643'),('3460097037417680',1,'Hallie and Jessica were wonderful! Zach was very helpful and pretty funny, too. Made a scary experience much less scary, and made sure I felt comfortable the entire time. Donna helped me out at the front desk was lovely and very kind. Thank you!','2020-11-18 18:32:35.000000','104213804456471'),('3460577557349758',1,'................Great experience!! šŸ‘','2020-01-20 19:18:06.000000','237100240304186'),('3460613527327160',1,'Very friendly service checking in and the service was quick. No long wait. Been here a couple times and always had good service.','2020-11-11 01:26:15.000000','299216637560955'),('3462717273788025',1,'Lacey and Dr. Dendy were fantastic!!! Quick, efficient and got us in and out in less than an hour!','2020-10-20 21:06:22.000000','167959367441528'),('3462878667068212',1,'Dr. Ashbrooks is amazing along with his nurses Kara and Alain!! Thank you guys for taking care of my boy!!!','2020-10-09 01:05:48.000000','235046800697531'),('346329192929919',1,'Amy, Dr Boester, and karen were such a help!!! Such a compassionate team!!! The absolute best!','2019-06-29 01:56:09.000000','1609539722669429'),('3465693216799946',1,'Thanks to Dr. Siddiqi and his staff for all the help! Kristina was super kind and helpful!','2020-10-06 14:54:54.000000','829264323932850'),('3466243863496915',1,'Dr.Jaber, Nurse Sala, Er Tech BriAna, and Rad Tech Sharesa where great šŸ‘šŸ¾','2020-11-06 14:13:07.000000','1608991329419166'),('3466397243422917',1,'The staff here is amazing! My sister was having chest pain and Tori U. got her checked in fast, Adrian R. even had us in the back before I even got the paperwork! Theresa B. and Rachel O. helped her stay calm when she was worried. Beatrice O. got her taken care of fast with her CT and Dr. Sullivan explained everything wonderfully and helped ease our worries! Thank you all so much!!','2020-10-03 07:48:59.000000','237100240304186'),('3466506433369169',1,'A big shout out to R. HEMERKA, MD, JOSEPH N\nNurse: Calli L K\nRadiology Tech: Shade M D\nFront Desk: Quintessa T \nYou all were just wonderful with my husband & I yesterday morning! Thanks again!','2020-06-08 18:57:16.000000','251751275488925'),('3467220186624512',1,'Theresa M. and Joseph were very professional and friendly. Service was quick and like the online registration','2020-07-16 21:21:39.000000','237100240304186'),('3468652703150498',1,'unfortunately, life hit and I was admitted here. \n The stay was comparable to that of a 5 star hotel; big fluffy robes, Doordash breakfast, your own fancy restroom. \n\nTHIS PLACE IS AWESOME! I just wish I want here because I feel so awful','2020-04-21 18:14:32.000000','167959367441528'),('3469264636442330',1,'Great care so far!! Will tell ya more in next post.','2020-12-06 01:47:22.000000','235046800697531'),('3469440913081405',1,'I love how they are so quick to get us in and service is amazing!!','2019-09-13 17:12:01.000000','237100240304186'),('3469697499723608',1,'Genesis & JJ at registration we’re super warm and welcoming. It was so fast, and I came for what I thought was a broken foot so being seen fast was super appreciated. My nurse Catherine was so patient especially with my boyfriend who asks a million questions to every doctor we see (lol). My ER tech Scott and radiology tech Quyen were knowledgeable, helpful, and again quick. The common theme in this place is to be quick which is so different from many places. Special shout out to Catherine who made sure I was comfortable and happy the whole time.','2020-03-03 16:05:54.000000','829264323932850'),('3472072909506841',1,'Jennifer and Tiffany were both very friendly and helpful. Very clean and it was a quick process too. Again very friendly people!','2020-11-04 16:05:16.000000','299216637560955'),('3474780862536900',1,'Went in with the flu and they were awesome! They explained all the procedures to me and included me in the entire process. I fully recommend!','2020-03-04 13:37:43.000000','544778295636544'),('3475998792424146',1,'Came in today for Strep Throat was greeted by Amy who was very nice and and happy to help me. Blake and Kris made sure to ask me exactly how I’m feeling so that they could provide me with the highest care possible. Would visit again and would recommend to anybody needing emergency care.','2020-08-01 22:00:00.000000','1648645701907657'),('3476639832426625',1,'This place was amazing!! Dee made my check in so easy and fast!! They give great service and make sure everything is sanitized.','2020-11-25 18:41:56.000000','829264323932850'),('3478546455523803',0,'awful. expensive and outrageous contracts.','2020-08-01 18:47:03.000000','544778295636544'),('3479548105475421',1,'Always great I came all the way to tomball just for the services! Sam & Kelly were amazing!','2020-12-02 02:37:25.000000','1609539722669429'),('3481296628594327',1,'Amazing service!!! The front desk receptionist and nurse was awesome! šŸ’•','2020-10-23 17:18:47.000000','1787364321589026'),('3482419555206379',1,'Staff was helpful and friendly. Very nice facility.','2020-11-18 01:15:21.000000','251751275488925'),('3484729714920286',1,'They r very helpful and sweet and they move really fast with results and Thai is a really sweet lady n played with my son while working','2020-10-08 14:23:41.000000','251751275488925'),('3485078038200592',1,'Wonderful clean environment! Everybody was so caring and considerate and welcoming... Thank you again... Dr.Yost,Carla,Lucas, Theresa, And Jennifer...','2020-02-01 21:38:38.000000','235046800697531'),('3485557001512697',1,'Great staff! Very clean facilities','2020-12-20 05:04:22.000000','235046800697531'),('3485892024970089',1,'The people are really nice and are really caring.','2021-01-07 17:30:01.000000','105589317817643'),('3488297341211391',1,'Thank you Alexis, Randy, Allison, Sita,and Dr. Miller for taking such great care of Leslie. Got us in very fast and genuinely cared about making our son feel better as fast as possible.','2019-11-11 04:12:31.000000','596022027480375'),('3488381071201677',1,'Seen 08/05/20 arrived with bad pain in middle of back. Tests and blood workup done immediately. All associates do such a fantastic job and make you feel like family. You get the best care and attention to your needs like nowhere else Highly recommend this ER. Dr. Lingan and Dr. Rankin are the best.','2020-08-05 15:39:27.000000','1698192877146046'),('3490552181008174',1,'Quick and easy with no hassel great place to visit for emergency situations','2020-09-17 13:41:45.000000','235046800697531'),('3490779767635563',1,'Leslie was amazing she was very quick in getting me registered and seen was very polite. Also Amanda, briana and dr. Soumon were great they took good care of me and were checking on me periodically to make sure I was doing good and if I needed anything. I would definitely refer all my friends and family here','2020-11-17 13:46:22.000000','1608991329419166'),('3491296264224300',1,'great staff, very professional and caring. I highly recommend','2020-10-01 19:35:23.000000','251751275488925'),('3491371930875892',1,'Great experience Great staff Dr. Daniels, Rollie, Stephanie P. Stephanie R and Natalia','2020-08-12 05:56:03.000000','1648645701907657'),('3495454997136002',1,'The best service i have received in a long time. the staff at signature care were very caring.','2020-05-08 22:21:45.000000','235046800697531'),('3497685826946709',1,'The front receptionist Kiara was amazing and very caring! 10/10 for her!!!','2021-01-19 21:05:45.000000','299216637560955'),('3498347846901418',1,'they\'ve taken care of me everytime I\'ve been in! I\'d recommend them to anyone.','2020-12-22 12:29:53.000000','596022027480375'),('3498352513516851',1,'Great place, very friendly and caring people. They took care of me very well, and I highly recommend them!','2020-07-22 21:07:35.000000','251751275488925'),('3498649370177244',1,'Great staff & good people. Highly recommended šŸ‘ŒšŸ»','2020-01-11 10:28:47.000000','829264323932850'),('3498851093499405',1,'Staff was super nice and service was quick. 10/10 recommend','2020-08-08 19:26:48.000000','105589317817643'),('3499691440062354',1,'Great service, everyone was very nice and helpfull.','2020-07-06 01:17:14.000000','1608991329419166'),('3501981236544906',1,'Excelente servicio muy rĆ”pido y professional. La facilidad muy limpia..','2020-11-05 03:41:24.000000','1765121397101399'),('350307356227647',1,'Great! Will recommend to others','2020-10-25 02:58:22.000000','251751275488925'),('3503327919734145',1,'The staff has been so amazing and quick. Marcus and Valory and Lindsey they are the most professional I have seen.','2020-11-23 21:23:17.000000','167959367441528'),('3505197536202051',1,'I came in feeling horrible and everyone was so nice. April especially was extremely kind, she got me tea and a warm blanket and I could see that she genuinely had empathy. That makes a big difference when you’re already scared and sick. Such a kind lady!','2020-12-12 22:57:48.000000','104213804456471'),('3505638492819052',1,'Loved the care we received today by Our nurse Manny he made sure my girls were comfortable and even gave them some snacks! And Thank you to Dr. Zeli for keeping my girls comfortable and full of laughter!','2020-12-02 00:49:47.000000','237100240304186'),('3506768196000127',1,'Quick service! My rapid test was actually rapid, the entire staff was great from start to finish, especially Tiffany!!','2020-08-04 14:34:11.000000','299216637560955'),('3507524135924623',1,'Friendly and caring medical staff! Fast service from start to finish. ā¤ļø','2020-08-01 23:30:38.000000','105589317817643'),('3508435342506236',1,'Everything about this location is awesome! From the front desk, nurses and doctors. They are all very sweet and efficient! Love that there is no wait!','2019-09-06 17:39:26.000000','1609539722669429'),('3508547649235843',1,'I loved it here! Everyone was super nice to us and it was really quick. I just really want to thank Jorge and Paris for helping us check in and I want to thank Jeff, Fanny and Dr. wang for a fast and easy test.','2020-12-07 17:04:43.000000','544778295636544'),('3509729222480228',1,'This is my 4th visit to this clinic for a rapid covid test for me and my family. We have received the best, fastest and easiest care. I can make my appt on line and the have them on the hour every hour available. This visit Chelsey, Christina R and Clay gave us the best service and made my teen feel very comfortable. We will definitely be back for any urgent care needs.','2020-11-09 16:41:02.000000','1698192877146046'),('3511041082273662',1,'I have been here twice already for covid testing. I had a good experience the staff is organized and have all the paperwork highlighted for your for easy filling out. The test was fast, and the while process was fast I was in and out.','2020-08-04 14:07:22.000000','1648645701907657'),('3511112752258816',1,'This is my second time coming in over the last few weeks, and I was pleasantly surprised by the consistent amazing customer service. Christina K. and Remington were wonderful and so welcoming! After coming in here a couple of times now, I can say, without a doubt, that I would recommend it to anyone.','2020-10-02 19:50:23.000000','1698192877146046'),('3511695985571633',1,'Jessica was very fast at greeting us and getting us back there, and our nurse Senaida and Dr were very fast getting back to us. We didn’t have to wait too long. It was a very fast and easy process.','2020-03-04 01:40:19.000000','237100240304186'),('3512459672166863',1,'Excellent service very caring staff','2020-12-20 22:34:16.000000','326347177710316'),('3512963505413513',1,'Quick service, kind and professional and very personable. Cody and JD were very thorough when asking us what was going on and explaining what each next step was and what to expect.','2020-09-25 16:42:46.000000','105589317817643'),('3514369565287620',1,'Great customer service. Staff is so nice ! especially Tracey D and Julesia H !','2020-10-19 13:31:56.000000','1787364321589026'),('3514908225264955',1,'I am so thankful my friend recommended me to go here because of how easy/quick the test was! Very short wait and straight to the point!','2020-11-25 15:23:21.000000','167959367441528'),('3516087285070958',1,'Brought my son in earlier this week, staff was so so nice and very helpful. There wasn’t a long wait, we were in and out within the hour. Highly recommend','2020-01-16 20:25:30.000000','596022027480375'),('3516887338341493',1,'I really loved how Brodrick R, Bianca M., Dalia R., Alyssa P., and Briauna L. made our visit to the ER come out smoothly. They are so friendly and nice, and make sure that everything is clarified before getting seen by a doctor. I wouldn’t hope to come back but will be if necessary ā¤ļø Thank you SignatureCare!','2020-08-13 23:18:40.000000','1787364321589026'),('3517785731572421',1,'The service was great Jani, Marcus Patricia and aurora were great from beginning to end. No waiting.','2019-12-08 18:04:11.000000','167959367441528'),('3518292994931731',1,'Good friendly Service and very fast','2020-10-21 16:22:41.000000','1765121397101399'),('3518311004897860',1,'The staff was very welcoming and helpful. Courtney, Mandi, Gunnar, Chloe, Haley, Dr Yost, Jacoya. Very caring and wonderful with my visit.','2020-09-18 18:05:03.000000','235046800697531'),('3520090051406003',1,'Great, caring service. I think they saved my Moms life. They actually listen and get you the help you need, 10ā˜†ā˜†ā˜†ā˜†ā˜†ā˜†ā˜†ā˜†ā˜†ā˜†','2020-12-03 23:47:30.000000','299216637560955'),('3521003511288747',1,'Came to get a Covid test was done within minutes. The emergency room was clean and well organized. Samantha who was in the front desk was very friendly she took her time to explain everything. Totally recommend this place!','2020-12-16 04:12:44.000000','1609539722669429'),('3523157157750593',1,'I had a great experience at signaturecare the whole staff are awesome and make you feel welcome I highly recommend quick service also \nThe RN Holly and Mark are awesome.','2020-11-17 12:20:18.000000','544778295636544'),('3524406917632492',1,'Fui de emergencia el domingo 9 de febrero en la noche y no espere nada ni 5 minutos , desde que llegue la recepcionista muy amable , luego pase con la enfermera todos muy profesionales y amables los doctores igual el de rayos X todos fueron muy amables de verdad es una atención extraordinaria me encanto mucho , gracias a todos ellos por hacernos sentir bien','2020-02-14 19:29:38.000000','167959367441528'),('352734976065087',1,'Luisa and Vanessa are amazing Service is incredible','2020-10-27 07:41:37.000000','167959367441528'),('3527438370660497',1,'It was amazing! Would deff come back! Kotey was very helpful along with Fatima and tanishia and zinaida! She took care of what of sickness I had! And Sarah gave me and warm blanket :) loved all the service I have gotten','2020-02-21 05:31:39.000000','461782867645453'),('3528119520599197',1,'Very friendly staff. Everybody was very helpful and nice.','2020-10-21 13:47:54.000000','105589317817643'),('3528771117207265',1,'Jessie and McKenna we super friendly at registration and got us fixed up super fast','2020-11-15 04:23:56.000000','299216637560955'),('3529587893728341',1,'I had an excellent experience the staff (jasmine and Daniel) were very friendly and helpful and attentive to my needs the building was clean and smelling fresh .','2020-10-09 18:25:15.000000','251751275488925'),('3530302606991149',1,'Everyone I worked with at Signature was super nice and helpful. They made my experience quick and (besides the nose swab) painless! I appreciated their kindness and friendliness. Shout out to Keri, Naureen, Lai, Kevin, Nicole and Dr. Yusuf for being awesome from start to finish!','2020-10-16 23:35:30.000000','1608991329419166'),('353057992548636',1,'The staff got me right in and they are so kind i got a few of there names which are Gunnar Kelsie Chloe Dr Henderson Courtney and Mandi thank you guys for the awesome job that ypu do','2020-09-17 16:38:48.000000','235046800697531'),('3531497596920763',1,'Jennifer D., nurse Ann, nurse Susie and tech matt were all awesome! They were very friendly and informative about the issue at hand.','2020-02-19 19:36:39.000000','299216637560955'),('3531792996937204',1,'Buen servicio al paciente por parte del personal y secretarias.\nJared Cronin, Magali Loera, Jessica Portillo, Bianca Porras, Maricruz Ruiz, Dr. V.\nMuchas gracias šŸ˜€','2020-11-25 14:16:01.000000','237100240304186'),('353227355513423',1,'dr ashbrook. michelle .kim and sherri are awesome..love signature care-!','2019-01-31 19:01:12.000000','235046800697531'),('3533754843333140',1,'Came into SignatureCare today. Kimberly at the front desk was super helpful! And the nurses and Dr. Dang were great too! Very quick service, friendly staff, and office is VERY clean!','2020-03-04 22:20:36.000000','1609539722669429'),('3533919606693480',1,'Awesome service! And staff was friendly especially Ms. Jaime! I definitely recommend this place!','2020-12-10 01:51:22.000000','251751275488925'),('353593542356416',1,'Excellent service. Cody, John, and Jessica were very polite and helped me understand what was going on every step of the way.','2020-09-29 16:30:24.000000','105589317817643'),('3536781149691560',1,'This place had a bit of a wait but overall the staff are very friendly and attentive. Thank you Luisa for your hospitality. You guys are doing an amazing job!','2020-12-26 21:19:38.000000','167959367441528'),('3537552069691537',1,'They are really great people and they take really good care of you.','2020-12-29 23:27:05.000000','544778295636544'),('3538300082876897',1,'The Dr and her staff explained everything to us and were day in getting us treatment. Sindy was also great at the front desk. Thanks to everyone at Signature Care','2020-01-08 19:03:22.000000','1609539722669429'),('3539557026123489',1,'I came here to get my COVID test and everyone was super nice and attentive. I was very nervous about the test but the staff (esp Marcus and Luisa) did a really good job of making me feel more comfortable. Thank you so much!','2020-10-25 18:35:59.000000','167959367441528'),('3540352852678670',1,'Had in awesome experience. Staff was nice and wait time was very short. Dannie was my RN and she was nice and extremely pleasant.','2021-01-02 17:27:50.000000','299216637560955'),('3540932979297832',1,'These ladies were extremely welcoming & made my visit super easy! Special shout-out to Lisa V. & Pati for taking care of me & making me feel at home!! Definitely recommend signature care for all your emergency needs!(:','2020-10-04 21:21:47.000000','596022027480375'),('354102136010759',1,'Everybody is so nice and friendly. Shout out to Fanny Dr Wang Jorge and Sandra. They all made it really chill and welcoming; and was also really helpful','2020-10-19 21:02:34.000000','544778295636544'),('3543019132408655',1,'Absolutely great service. My husband had a root canal today and there dentist did not give him any pain medication Nurse Kimberly advocates for my husband and was able to get him some pain medications to help with his pain!! I greatly appreciate it','2020-09-19 00:37:36.000000','251751275488925'),('3543327959089250',1,'Great emergency care staff! Brendon G, Steffanie, and Kimble were all so helpful and knowledgeable.','2020-12-10 18:03:40.000000','326347177710316'),('3543499459077482',1,'I loved Kelsey and Brenda!!! Sweetest nurses made me feel so at ease. Facility is extremely clean and staff so professional.','2020-12-26 19:26:08.000000','105589317817643'),('3544741472250384',1,'McKenna was super friendly and helpful when I took my sister in with severe pain. She got her checked in fast and to a room almost immediately. Thanks so much for all your help!!!','2020-11-20 04:25:32.000000','299216637560955'),('3545219058827188',1,'my visit was very professional and no long wait','2020-04-14 00:25:02.000000','104213804456471'),('3546564425366381',1,'All the staff members were great! Samantha, Timothy, Grace and Dr. Edwards made my experience in the ER that much better. Thank you! ☺','2020-08-08 10:49:56.000000','1609539722669429'),('3547086675336828',1,'Amazing experience! Staff, Doctor, and nurses were very friendly and accommodating. They made the procedure quick and easy and I felt at home. THEY EVEN OFFER BLANKETS.','2020-12-05 18:39:55.000000','829264323932850'),('3549999741690942',1,'Super helpful got me in for COVID testing same day immediately and the lady on the phone was super helpful.','2020-08-13 19:20:00.000000','105589317817643'),('3550510598329662',1,'Great Experience!! Awesome','2020-12-16 23:21:54.000000','167959367441528'),('3551961771501787',1,'Pleasant experience! Would recommend to anyone coming here!','2020-08-21 20:42:03.000000','1648645701907657'),('3552487738152046',1,'Very sweet and caring! If anyone is needing care please come to them the y will take care of your needs!!! Dr. Ashbrooks is amazing!!!!','2020-10-08 21:23:23.000000','235046800697531'),('3554047087952879',1,'super friendly. especially the front desk ladies','2020-08-11 20:30:37.000000','1787364321589026'),('3554964834566645',1,'I had to check back in today 10/13 because I just was not feeling well at all. But Cecilia and Kim are AMAZING. Actually they are ELITE. They made my visit awesome. I’m not necessarily excited to be in the emergency room but I am always in good hands when I come here.','2020-10-08 22:09:22.000000','1609539722669429'),('3556117414425171',1,'Awesome visit here clean facility & extremely fast service and most of all extremely great care thanks to Nurse Alvean!!','2020-12-13 22:43:08.000000','167959367441528'),('355635485579300',1,'Great experience! Quick and professional service. I can’t recommend SignatureCare Stafford enough!','2020-09-23 22:32:27.000000','1787364321589026'),('3557232367645351',1,'The entire staff was very friendly and professional.','2020-12-24 03:26:45.000000','235046800697531'),('3557796231008771',1,'Had an amazing experience here for the second time! Super quick service and the staff is amazing. Especially Christina R, Clay, and Dr. Rose.','2020-12-05 16:37:50.000000','1698192877146046'),('3558492847539218',1,'I\'ve been twice in the last 2 weeks and have amazing service today Vincent S. and Dalal helped me . Great šŸ‘ staff','2020-12-11 21:13:10.000000','1609539722669429'),('355963175225472',1,'Great Staff, professional, polite and compassionate. From entering the Facility to existing I felt my medical needs were handled.\nThank you,\nGlenda Schoeffler','2019-01-30 18:10:47.000000','1765121397101399'),('3559934020736111',1,'fast and courteous service doctors and staff very friendly not like other hospitals make you feel bad about being sick would definitely come back would love if those could be my regular doctors so friendly and helpful','2020-09-21 07:37:58.000000','251751275488925'),('3560520357364976',1,'The staff was very pleasant so early this morning. Thanks ladies.. Whitney, Guadalupe and Shelby. You guys were great šŸ‘','2020-12-20 11:21:37.000000','235046800697531'),('3562815773776739',1,'Thank god for signature care. Everytime I come to this location I know my visit will be fast and easy! Everyone who works here is so caring and compassionate with their patients. I took a COVID test and got my results within 20 minutes! Nurses Sara and Britney were very attentive and sweet! Dee and Kandi at registration are funny and sweet. They are all the bomb āœØā¤ļø','2020-10-28 19:54:47.000000','829264323932850'),('3563001423754110',1,'Super caring and attentive staff! They made sure to explain everything in detail and Alvean was great with me and my son during our visit. Even offered us a warm blanket while we waited for our results. \nGreat experience!','2020-11-12 16:05:56.000000','167959367441528'),('3563201647055804',1,'Wonderful experience\nDr Ybarra\nNurse Rollie\nRad tech Natalia \nReceptionist Stephanie','2020-01-26 04:31:20.000000','1648645701907657'),('3565511950129506',1,'The staff at Signature Care were awesome. Everyone was very friendly and helpful. Dr. Rose was very thorough when explaining the best treatment plan for me and listen attentively to any questions or concerns I may have had. I would definitely recommend them.','2019-10-08 21:47:29.000000','251751275488925'),('3569116586484297',1,'Came in today, feeling anxious about the experience with this whole Covid 19 but they made feel right at home. Well taken care of and knowing exactly what was going on at every moment as I did do new things today. Got attention from Erika Hasan MD, Tanisha, Fatima and Shelly.','2020-10-20 04:29:02.000000','461782867645453'),('3569442589808046',1,'Very good experience, the tech named josh took very good care of me.','2021-01-01 01:13:36.000000','235046800697531'),('3569800933055659',1,'The staff was friendly and the facility was very clean. Thank you to Alaina and Andrea!','2020-12-20 17:37:33.000000','235046800697531'),('3570334096359195',1,'Very quick and easy process during a late night Covid testing! Extremely friend staff!! Truly appreciate the sensitivity and compassion with me. Thank you to the staff Emely and Vanessa!! Dr.Grinblatas a total sweetheart and Nurse Keri! Hopefully won\'t see you again but if I ever need to I\'ll make the drive bc ya are worth it!','2020-10-23 04:52:16.000000','1608991329419166'),('3570505406312612',0,'They said it would be 45 minutes. I have been here 2 hours. I have corrected my name with the same lady 4 times and she calls me by the wrong name.','2020-07-05 20:00:05.000000','299216637560955'),('3572538482827453',1,'Very welcoming place and waist no time getting you in and looked at. Thank you Mandi and Mollie for making it quick and easy.','2020-12-29 13:18:51.000000','235046800697531'),('3574639439244033',1,'Went there with my mom for an emergency check. The staff and doctors were very nice and explained procedures thoroughly. Very clean and wonderful establishment. Would definitely recommend this location to friends and family.','2020-02-18 17:35:04.000000','829264323932850'),('3574672139270038',1,'Samantha ,Christine, Ricardo, & Dr.Jaber were fast and very friendly. My 4month old was handled gently and with lots of care.','2020-03-02 04:50:45.000000','1609539722669429'),('3574992199207146',1,'Memorial City is the BEST !!! Dr. Sylvester was AWESOME & very kind... the team was the best from ROMMEL, ANTONIO, KENZIE , ADOLFO were all AMAZING & the front staff was very sweet, fast & genuine ... THANK YOU CYNTHIA, DEE & ARIANA for being so fast & caring 🄰🄰🄰🄰','2020-10-27 00:41:53.000000','1765121397101399'),('3576853649022383',1,'Efficient great customer service and fast service','2020-02-23 00:35:11.000000','544778295636544'),('3578399998872243',1,'Ashley burton was by far the BEST !!!! The whole stuff is great ! I was in and out ! Thank y’all so much!!!','2020-10-08 05:15:49.000000','299216637560955'),('357870748449450',1,'Very fast service \nVery nice and caring staff \nTreated me very well \nI would recommend this place to anyone in central Texas area \nVery affordable in pricing for ppl without insurance','2019-08-10 20:31:20.000000','251751275488925'),('3582004401867038',1,'Great job to Graciela R. Pete red tech for giving me such great detail on what I’m dealing with, and also making me feel comfortable.','2020-11-06 22:21:46.000000','167959367441528'),('3585246254847050',1,'Reliable service and fast workers','2020-11-01 13:19:30.000000','167959367441528'),('3585805401431028',1,'Very good service the Doctor was really nice','2020-07-16 21:19:24.000000','544778295636544'),('3588902787797946',1,'I loved this facility, everyone that work here are super informative and helpful. Everyone was very cheerful and made sure I was comfortable. \n\nThank you, Dr. Hasan, Tanishia, Ericka, and Sydney.','2020-10-21 01:07:57.000000','461782867645453'),('3591175360934627',1,'They was very very gentle and Teresa m and Megan they was the best!!! I’ll come back anytime!!','2020-07-21 13:17:22.000000','237100240304186'),('3591991890884735',1,'Ms. sheela C. RN, Ms. Dalia R. And Amy M. did great job in stafford','2020-11-27 16:32:02.000000','829264323932850'),('3592098487535560',1,'The staff are so friendly! Especially Kara! 😊','2021-01-04 03:33:49.000000','235046800697531'),('3594544697236726',1,'Alvean ,Marcus, Jordan Everyone was so helpful','2020-11-03 16:14:30.000000','167959367441528'),('3596081740452359',1,'Signature care was very nice and helpful. The process went very fast and Stephanie was very patient with the paperwork.','2020-10-31 00:19:59.000000','1648645701907657'),('3597296303666711',1,'Alvean helped me out tremendously during my visit for testing! Quick service and attentive during my testing','2020-10-28 23:16:04.000000','167959367441528'),('3597631446916521',1,'Lorena T was super helpful at the front desk! The staff was super awesome and overall made the experience as comfortable as possible. Would definitely recommend for someone seeking efficient and kind care.','2020-08-29 12:05:26.000000','326347177710316'),('3599459996752662',1,'yes everyone is really nice i recommendšŸ˜','2020-08-14 15:24:34.000000','105589317817643'),('3599771473385036',1,'Amazing, polite, fast service','2020-02-26 04:58:28.000000','237100240304186'),('3600020120049846',1,'Polite and quick with service!','2020-10-25 08:51:24.000000','1765121397101399'),('3600448126690658',1,'I had an amazing experience here. The care was thorough and fast. I came in with some breathing issues. They ran a COVID test, chest X-ray and check all my vitals. They gave me a breathing treatment and made sure everything looked better before I left. Dr. Miller was very kind and always asked for permission before doing something. He was clearly with my diagnosis and treatment and even refilled my prescription without me having to ask John, Veronica, Delicia, Rashad, Yasmina and Stephanie were all so nice and helpful. I felt very safe, heard and well taken care of. This will definitely be my go to emergency care facility. Great bedside manner and awesome treatment.','2020-11-12 17:50:01.000000','1648645701907657'),('3600585053293194',1,'Lorena, Rayven, Jeri, Matt, Cameron, and Jacob were awesome! Very clean! In & out in no time! Highly recommend!','2020-07-30 19:30:38.000000','326347177710316'),('3601601633229585',1,'The attentiveness to detail and care was excellent. Keily in registration made the paperwork a breeze. Would definitely recommend to family and friends.','2020-11-05 00:33:31.000000','299216637560955'),('3602082746574157',1,'Everyone was great! Thank you to Dr Yost, Brandi, Jennifer, Mollie, Katy, Jacoya, Gunner, Christie, Kin, and Mandi!','2020-12-25 02:37:50.000000','235046800697531'),('3602794386422620',1,'Great service! They kept us up to date on wait times and were super patient with my 6 year old who was terrified to have a covid test done. Kim was so sweet to my kid, helping her be more comfortable while she was nervous to be tested.','2020-12-02 03:19:46.000000','251751275488925'),('360495508024499',1,'I only gave it 5 stars because thats the limit. If i could give more i would. I brought my husband here several months ago, & they took care of him like no other. He was seen quickly, no problems with the wait, staff, nurses, Drs. Etc. They then explained to him about his diagnosis and didn\'t try to rush him off. The whole visit was maybe 45 mins to an hr. Then a month or so later, I took my mom because she had strep throat. And again, they did such a good job!! She loved it and will be going there again if needed.. her stay was a little bit longer because they wanted to keep an eye on her fever. Then I checked in last night and was just amazed by their staff . Everyone is always in such a good mood. Ready and eager to help with whatever you need. Front desk ladies are ALWAYS so helpful and sweet. Place is beyond clean .. love this place and will recommend it to anyone.','2017-11-06 14:05:17.000000','326347177710316'),('3605522586158562',1,'Alvean and Valory have great customer service.','2020-10-27 13:28:43.000000','167959367441528'),('3606224966068051',1,'come to SIGNATURE CARE OF LEWISVILLE On August 09/2020 because of my short of breath and pain in chest, they preform a COVID test that the results is not more than 15 min unfortunately I was positive 😄, and Doctor SAJAL DAS, MD immediately gave me my my medication he also said that. After a e 3 days I was feeling bad with chest pain and my shortest of breath increasing I decide to go to another hospital Presbyterian at Flower Mound and they NOT treat me or gave me the right treatment my lungs were bad. since I was continuing feeling like I was dying not breathing and oxygen in my brain I went back to SIGNATURE CARE OF LEWISVILLE TX and there again DR. Sajal Das MD and nurses save me controlling my COVID lungs breathing problems and from there transferring me to the hospital were I was almost 3 weeks. Thanks to SIGNATURE CARE Dr. I AM DOING BETTER after I come out to the hopsital I was still positve of COVID but they said symtoms will continued I come back 3 week ago Sep to SIGNATURE CARE due to continued chest pain they did a CT SCAN and they again save me found out 2 blood cloths in my lungs and transferring me again to the hospital. I definitely recommend SIGNATURE CARE of LEWISVILLE to anyone! I was here today with my 5 yr and she is negative of COVID and Dr. Sajal Das and nurses were wonderful with my princess and they help my baby to feel secure in order to perform the COVID test that was negative. If you deciding to go to an emergency room no go to SIGNATURE CARE REALLY you will be not disappointed at all.','2020-10-03 16:27:59.000000','104213804456471'),('3612062428873548',1,'I had a great experience here! Kennedy and Lorena were very helpful in getting me checked in quickly. Also shoutout to Jason, Morgan S, and Nina B for providing wonderful service!','2020-12-13 21:55:16.000000','544778295636544'),('361299051644563',1,'Very good service .. friendly staff.\nThey took good care of me ..! \nAlvean (nurse) was excellent, knowledgeable and polite, same with the Doctor.','2020-11-03 16:21:43.000000','167959367441528'),('3613206348772834',1,'excellent service! the nurses kept me well informed with everything.','2020-12-27 20:03:31.000000','544778295636544'),('361423685011111',1,'Christina R, Chelsey, and Townesend were literally the best! They saw me quickly and were so kind. šŸ’—','2020-09-15 18:11:07.000000','1698192877146046'),('3614791231867214',1,'Very efficient!! Friendly and professional staff all around. Lauren and Melinda were awesome.','2020-09-26 01:19:14.000000','251751275488925'),('3615803345111010',1,'10/10 recommend this place!! ALL the staff are wonderful and very good with kids!! Caitlin at registration is awesome too!','2020-09-03 01:27:51.000000','299216637560955'),('3615864985131716',1,'Quick and conventions service! Would definitely recommend Naureen, RN Sala, RN Dr.Yusef Leslie Brenda!','2020-10-22 22:43:58.000000','1608991329419166'),('3616567568379467',1,'these people are nice friendly and helpful','2020-12-18 22:22:18.000000','235046800697531'),('3616617431687111',1,'Excellent service clean lo ve nurse Alvean and Tech Thuy An the whole staff friendly .This will be my Er to come too for now on.','2020-04-03 15:36:03.000000','167959367441528'),('3618303091545170',1,'very friendly and efficient care excellent customer service Thank you Leanne Kim Lucas and Eric You Are the Best made being sick bearable','2020-02-28 21:11:28.000000','235046800697531'),('3618418601543437',1,'Great care by Cody and JD. fast and friendly service.','2020-09-28 15:36:45.000000','105589317817643'),('3621613571234022',1,'Went in yesterday on 10/6/20 let’s just say I was not there more then a hour. The staff is friendly and nice. I would definitely recommend them. They also did a follow up call this morning which I thought was very nice of them.','2020-10-07 16:11:09.000000','1609539722669429'),('3622115544494488',1,'Kim & the front desk are so nice & helpful! Excellent experience','2020-11-28 20:50:39.000000','299216637560955'),('3626983030654645',1,'Dr. O’Malley\nAlvean\nClarissa','2020-10-08 19:32:38.000000','167959367441528'),('3627550677257090',1,'McKenna in registration was helpful from the time of check in to the time of check out!! The nurse and doctor were great. Will be back','2020-09-25 01:04:28.000000','299216637560955'),('3627879090557127',1,'The staff is great and friendly! Dr. Edwards is very attentive to his pts I love the team work!!!! You guys rock!!!','2020-06-10 14:45:05.000000','235046800697531'),('3632403690159778',1,'Very good customer service in front desk Kim, and Brenna in the back was very good with my son, gave him snacks and a juice to calm him down .','2020-11-28 16:12:49.000000','299216637560955'),('363288844618456',1,'It was a great visit, considering the circumstances. The entire team was awesome! Sibienne with registration was friendly and quick, Kelly the nurse was wonderful with my little one and so was Thomas the tech. Dr. Singla was gentle and kind/','2019-09-09 23:32:49.000000','1787364321589026'),('3633243520092035',1,'Samantha....Kevin..Bryan Brandon and of course\nDr Boester......all are outstanding!!!','2020-12-02 02:52:47.000000','1609539722669429'),('3633309983347087',1,'They were very efficient and professional. Mckenna Skeen made the check-in process very smooth. Nurse and Dr were very informative.','2020-09-24 11:00:35.000000','299216637560955'),('3634637309984696',1,'Great place! Good caring staff and quick waiting times.','2021-01-06 03:23:43.000000','544778295636544'),('3635062729843359',1,'My experience at Signature Care @ Texarkana Tx was very easy going and customer friendly with rapid result. Dr Yost , Nikki and Ryan did a awesome job!','2020-06-10 17:49:25.000000','235046800697531'),('3636695539707704',1,'no long wait and everyone was very friendly. thank you to McKenna and Jessie for making sure I was taken care of and comfortable. I would highly recommend this place to everyone.','2020-11-24 18:26:01.000000','299216637560955'),('3637266062980927',1,'I was greeted with kindness as soon as I walked in by Natalie and felt as ease. No one usually likes hospitals. There was no wait and Gina immediately took my blood pressure and assessed me while Tim handled everything else. Then quickly after that Dr Miller came into my room with politeness and was very professional. I was very impressed by the great service and wonderful attitudes of all the employees.','2020-01-23 21:03:55.000000','1609539722669429'),('3639022139507005',1,'Came in with my 3 year old for covid related reasons. Vanessa,Theresa, Victoria, Jazz and Dr. Nguyen were the best I had a great experience. This was our 3rd time here.','2020-11-01 00:12:12.000000','1608991329419166'),('3639361786086422',1,'aurora alvean best experience ever','2020-11-12 18:10:58.000000','167959367441528'),('3640018116039992',1,'was greeted by Patricia at the front. Super nice and took care of me promptly. She was able to inform me of how the facility works and how my insurance would cover. I was taken in quickly by Traevis, he helped me out and was very nice and friendly. He was able to check in on me as needed. Alvean was my nurse and she was just amazing. Super fast at running IV (the worst thing ever!) and made it so easy for me to not feel a thing. The whole staff was just amazing and friendly. Highly recommend!','2020-02-27 21:07:42.000000','167959367441528'),('3640167482681087',1,'The staff was very friendly! Nurse Sarra was very nice and gentle! Thanks y’all rock!šŸ˜‰','2020-10-27 16:42:01.000000','829264323932850'),('3641318029314411',1,'Emily C and Elisa T were fantastic and gave speedy service. Hopefully I won’t have to see them again. šŸ˜…','2021-01-21 02:34:04.000000','1787364321589026'),('364453404887152',1,'Jessica in registration took great care of us, she is truly so caring and considerate!','2020-10-26 23:15:36.000000','237100240304186'),('364865348053670',1,'Super fast, and quick. Heather and Alvean were the ones who helped me.','2020-10-28 21:08:44.000000','167959367441528'),('3649959798352328',1,'Very nice and clean. Staff was friendly and so helpful. Thank you Rebecca V, Amanda C, Jacob, Morgan, and Dr. Mauldin.','2020-07-29 19:08:40.000000','326347177710316'),('3650184594994831',1,'This place has absolutely been amazing, we came for my son because he wasn’t feeling well. They are so professional very friendly and definitely did all the testing that was needed due to the time of year. Nurse Kat was able to get him talking and comfortable, Doctor Hasegawa gave my son options for treatment I am extremely Satisfied with the service we have received and would recommend them to everyone. \nThank you again SignatureCare Staff in Killeen.','2020-09-17 16:27:30.000000','251751275488925'),('3652667618080724',1,'Outstanding. Fast, easy, great service all around. Lorena, Amanda, Jacob, Morgan and Dr Mauldin. Almost forgot I was at a Dr office.. Thanks for the work you do','2020-07-29 13:06:44.000000','326347177710316'),('3652736614807836',1,'The service was awesome! Thank you Kiara & Jennifer','2021-01-21 17:47:09.000000','299216637560955'),('3653532591368247',1,'From the time I drove to the entrance there was someone to help me. My husband was put in a wheelchair because he was to sick to walk. Christie, Kim and Sam had us checked in and ready to be seen. Josh had my husband’s IV going in record time and painless my husband said. Whitney was excellent at caring for my husband. Dr. Edwards soon had a treatment plan in order for my husband. I would highly recommend Signature Care to friends and family. Fast, friendly and very thorough.','2021-01-16 08:03:54.000000','235046800697531'),('3653548638001320',1,'Nice pleasant service. Friendly staff.','2020-12-26 17:48:34.000000','235046800697531'),('3654225151300653',1,'Alexis T, RN and Dr Jaber were fantastic!','2020-12-02 15:30:09.000000','1608991329419166'),('3654657251219470',1,'OMG..I HAD THE MOST AWESOME EXPERIENCE AT THIS FACILITY THE STAFF WAS VERY PROFESSIONAL AND CARING..DR...WAS GREAT..I WILL NEVER VISIT ANOTHER HOSPITAL EMERGENCY..WHEN I CAN WALK INTO THIS FACILITY..AWESOME..I HAD VISTED AN URGENT CARE A COUPLE YEARS AGO VERY BAD EXPERIENCE...AND I WAS VERY LEARY ABOUT GOING HERE BUT I AM GLAD I DID..SIGNATURE HEALTH KEEP UP THE GOOD WORK..5 STAR...šŸ‘','2020-09-16 01:47:23.000000','1609539722669429'),('3657010344342166',1,'I absolutely HATE the ER/hospital \nI have been here TWICE once with my Son and today for myself the staff is very quick and friendly. Erika did a great Job keeping me calm and ensuring I was comfortable and ok with anything she needed to do. I would definitely recommend this place over ANY ER in the area.','2021-01-01 18:27:39.000000','251751275488925'),('3657449474363264',1,'Attended very quickly at the front by Vanessa. Sweet and quick transaction, kind service. Clean facility, would recommend.','2020-11-17 00:42:30.000000','167959367441528'),('3657701730943546',1,'dr.kimebell , nurse Lauren, tech Diry are the best medical professionals I have ever met. I will definitely recommend this place and them to everyone I know and meet you all rock','2021-01-02 04:25:31.000000','251751275488925'),('3660399410670313',1,'Fast, CLEAN, and quality care! \nFront desk, nurse and doctor were all very sweet and thorough. They answered all of my questions. \nNurse Alvean was the best, she was very comforting and gentle, and provided warm blankets! šŸ˜ \n\nSignature ER truly cares for all of their patients. ā™„ļø','2020-10-26 19:00:52.000000','167959367441528'),('3663127087042827',1,'Very caring and explained the process of the visit to my family. Very little wait time. Nurse Whitney was great!','2020-12-20 07:57:05.000000','235046800697531'),('3665318543590718',1,'My experience was great here. They kept me comfortable and explained to me in detail the things they were doing. Great service especially from Christopher C.','2020-11-22 07:42:46.000000','1609539722669429'),('3668225766543445',1,'Jordan and Lindsey was awesome the whole staff was great','2020-10-13 16:54:27.000000','167959367441528'),('3669285053124083',1,'Alvean Valory. It was a good experience.','2020-10-21 13:26:35.000000','167959367441528'),('3669409829770057',1,'Everyone is so caring and sweet and knowledgeable. They make sure they test you for all the right things and are super clean and sanitary. They sanitize everything and their hands as soon as they are done with you. Great customer service from Dr. Ortiz, great RN Holly. Danny/crystal , Nicole and Ariana and Hayley! They take their time and don\'t rush you out the door like other places do!! \nThank you team','2020-10-17 02:58:44.000000','1765121397101399'),('3670665516282281',1,'Signaturecare is Amazing and wonderful!!!','2020-08-07 00:29:35.000000','829264323932850'),('3670884412927350',1,'I just went in today. Everyone from the security guy to the guy who gave me the results were wonderful. I waited 45min from start to end. I did make an appointment','2020-07-05 21:12:32.000000','167959367441528'),('367106697970606',1,'This location has an amazing staff they treated me promptly and got me home quickly both occasions I have come here. Today\'s visit my nurse Lacey and I believe her assistant Marcus moved quickly to get my lain leve l under control and my tests done. Now we are just waiting on the CT results so we can move forward on what it causi g me so much abdominal pain right above my belly button. Lacey was amazing.','2020-10-20 18:35:52.000000','167959367441528'),('3672602039444580',1,'Every time I come in, I’m treated awesome by them! This is 2nd time Lucas has helped me and Kara first and they are awesome!! DR Yost is a great doc w suburb beside manner...thanks to all y’all!','2020-12-30 15:12:17.000000','235046800697531'),('3674011695984747',1,'Christina, Clay, and Dr. Rose were so caring. thank you!','2020-11-08 14:14:21.000000','1698192877146046'),('3675396562517556',1,'The staff here was so kind and professional. I was seen right away and received excellent care. Mandy at reception and my nurse, Jennifer were so sweet. If you need an emergency room, give Signature care a try!','2020-12-14 14:44:25.000000','235046800697531'),('3677614568958195',1,'I had a really good experience at signature care emergency. Dr. Henderson, Mollie, and courtney Temple was the best, they gave me great customer service and took care of me while I was there,will definitely recommend them to people.','2020-12-28 18:03:55.000000','235046800697531'),('3678313228845342',1,'I love the level of care at this facility. My RN Teresa and the lady who did my CT an xray were awesome.','2020-09-17 04:27:19.000000','251751275488925'),('3680459551965502',1,'I was in major pain due to an intestinal infection and could have gone to a nearer emergency but decided on this one because of someone\'s review about their attention to pain and no delay in issuing pain meds. I was not disappointed I got treated like a queen from Dr Ortiz, Nurse Chantel, Radiology Tech Fatima to front desk Tanishia. The most impressive part was that I had no insurance and they still treated me. Though you are not required, I paid $750 and the rest would be billed so I can do payments. I am thankful for their assistance.','2020-08-31 16:57:26.000000','461782867645453'),('3682156721877962',1,'I initially went to Darnall Army Community Hospital to get seen, however, they did not take patients that had COVID symptoms pass 1700 hours. A co-worker of mine told me about Signature Care Emergecy Center in Killeen. I showed up, checked in, filled out my first time patient packet, and was treated so nicely by Barbara who was stationed at the from desk. I was then called to the back by Nurse Jamie. My vitals were taken by ER Tech Erika who was so patient with everything going on. Doctor Rose, asked me a couple of questions, looked at my vitals, and made me feel welcome and unafraid of what I was already feeling walking through the doors. Nurse Jamie did the flu and COVID testing as gently as possible. 20 minutes later, my results came back positive for COVID. But what I won\'t forget is how easy the process was from check in to getting seen by the doctor and nurses. I love it here and will be coming back, for sure!\n\nHappy Customer even with my current circumstances!\n\n~E.C.','2020-12-11 02:00:23.000000','104213804456471'),('3684379294914380',1,'love this place! was seen super quick and all the staff were very efficient :) will definitely be coming again!','2020-10-16 23:07:41.000000','251751275488925'),('3685234364834432',1,'The customer service was EXCELLENT !!! Attending to me was Dr. Miller, Jordan -tech, Marcus -rad tech, & Ekaterina- nurse. Im a certified medical assistant and would definitely recommend this location !','2020-11-02 17:58:23.000000','167959367441528'),('3685435934833537',1,'awesome staff awesome doctor very effective and efficient definitely recommend','2020-12-08 20:18:14.000000','1765121397101399'),('3685492631496695',1,'Staff was very helpful and tended to us very quickly. They were great!','2021-01-15 17:57:17.000000','105589317817643'),('3685676931453270',1,'Heather and stanlisha was great!!!!','2020-11-21 00:35:05.000000','299216637560955'),('3686036551438892',1,'Great experience! McKenna in registration was very friendly as was my nurse John B and the physician Simmons!','2020-02-11 18:32:05.000000','299216637560955'),('3686486954700460',1,'Oz was my nurse, he was very helpful! Made the visit better than I expected. Ask for him every time!','2020-07-24 02:42:52.000000','104213804456471'),('3690172151043650',1,'nurses were very friendly and quick to get me in. RN Jennifer especially!','2020-12-27 13:58:02.000000','235046800697531'),('3691651337552873',1,'The most friendly staff!','2020-09-29 19:40:00.000000','104213804456471'),('3691795530838400',1,'Very pleasant. Everything you need at one location.','2020-01-30 17:18:03.000000','1787364321589026'),('3693622757343944',1,'Signature Care was has absolutely great customer service and very friendly staff, I will be coming back!','2020-11-06 22:52:07.000000','326347177710316'),('3696199960425159',1,'It was a great experience. Quick and easy. I got tested for COVID, strep and the flu (luckily all negative) but the nurse who did the tests was very gentle and everyone was informative. Thank you Dr. Thomas and nurse Maynard. The front desk staff Tanishia was super friendly and patient.','2020-11-18 03:23:07.000000','461782867645453'),('3697681250244446',1,'Wonderful service Tiffany and Ashley B. did a graet job getting us to a room.','2020-10-18 18:53:43.000000','299216637560955'),('369783210811514',1,'super friendly staff and doctors:)','2020-10-14 05:11:32.000000','235046800697531'),('3698489733515215',1,'Jordan and Alvean did a great job and took care of me .','2020-10-20 12:40:05.000000','167959367441528'),('3698490320240236',1,'Came in and was greeted and treated very well by the receptionists! Would 100% recommend coming here the staff treats you very well and got my results pretty quick!\nThank you for alll that yall do!','2020-12-22 04:49:31.000000','596022027480375'),('3699074683457719',1,'Excellent service! Mrs. Erica was awesome! Tanishia was very sweet!!!','2020-10-14 09:14:18.000000','544778295636544'),('370062601001688',1,'Awesome staff! Love it here!','2020-10-27 00:09:27.000000','1698192877146046'),('3703261523066708',1,'Amazing treatment by everyone they got me to the back so quickly and made sure I stayed calm. Amazing staff working here. Especially Erika she was awesome with making sure I was ok the whole time I was there. Thank you to all the staff. Highly recommend it!','2021-01-13 01:19:16.000000','251751275488925'),('3703273856391971',0,'Will never recommend period!','2020-11-04 01:07:33.000000','596022027480375'),('3704016939656211',1,'Mollie the nurse was awesome \nDr Yost was. nice','2020-12-26 19:57:40.000000','235046800697531'),('3704538072908291',1,'Great experience! Quick and friendly service','2020-06-09 20:50:37.000000','1698192877146046'),('370474660152335',1,'I was sick with some virus. Also dehydrated. The whole staff from aerial at the front to the entire ones that take care of me at the back. Dr. Miller, AJ,and Tiffany. Made me feel comfortable and i wont go anywhere else. They genuinely care for their patients and go the extra mile that most would not to take care of your health and find a cure instead of what it could be. I had to go back the next few days. I didnt stay as the doctor insisted. There was a different doctor. Same warm and comfortable environment. This doctor which was Dr. Smith. Gave me some options but said that if i was his sister this is what he would recommend. Never have i gone to an emergency hospital where they treat you as they would their own family. Awesome people. Delores, Rey and also AJ were there. Exceptional emergency center. Signature Care at Memorial City is the best place to go for any of your health needs. High-fives and thumbs up to all of them. Now only if they could get a raise! They have all the praise.','2017-06-25 06:13:54.000000','1765121397101399'),('3706924372656772',1,'Walked in freaking it over a DEEP cut on my thumb (cut an artery, yay me!). The staff immediately took my back to a room, met the doctor just as fast. I had my daughter with me and before I knew it, the lovely tech Alexa and RN Katherine changed the channel and had a snack for my baby and a warm blanket for both of us. Doctor Elsbecker stitched me up in no time and was sure to keep me informed of anything he was doing before he did it. I walked in in tears and the team quite literally held my hand to make sure I was ok. I hate that I had to be here but I would absolutely recommend their services! Thank you all so much !','2020-07-05 20:21:52.000000','251751275488925'),('3708308852582152',1,'Wait wasn’t long the staff were friendly and professional and Jennifer was awesome','2020-12-27 21:21:32.000000','235046800697531'),('3709227559104789',1,'super fast 15 min covid test. Better than anywhere else in austin that takes days to get results back to you. Steven was great and helped me with making an appointment online. Will definitely be back here for future tests!','2020-07-24 14:30:48.000000','105589317817643'),('3709977695713658',1,'I had a great experience! Everyone was very pleasant 😊 Sydney, Fatima , Hasan, Tanishia, Sarah were awesome!','2020-10-20 00:20:10.000000','461782867645453'),('3711371505570868',1,'Amy Was very informative and sweet as hell','2020-04-02 20:06:56.000000','167959367441528'),('3711531765557618',1,'My husband went in today and the staff was Amazing! From the ladies at the front desk, Dolores and Erica to the nurses Jessica and Leslie to the tech\'s Jonathan and Hoan and Dr. Smith. They were all so very helpful, very caring with an Awesome attitude and so professional! Great place to go for an emergency.','2020-10-21 21:46:20.000000','1765121397101399'),('3712074518826675',1,'I had to stay at signature care emergency center again, and they always deliver. All the staff were friendly and welcoming as well as effective and excellent in my care:\n\nRegistration: Natalie G. & Samantha G. \nER Tech: Miguel D. & Brandon W. \nRadiology Tech: Ricardo C. & Grace K. \nRNs: Sunny B. & Myra F. \nMDs: Dr. Peleg, Dr. Braun\n\nAlways great coming here!','2020-11-05 04:34:40.000000','1609539722669429'),('3712547868788114',1,'I am so thankful for signature care they have always taken care of me .','2021-01-19 02:53:52.000000','251751275488925'),('3713461875360986',1,'They cleared up an antiquated myth about wound care. They got right to work correcting my miscare of the wound.','2020-01-29 16:13:24.000000','167959367441528'),('3715702818492445',1,'I had a great experience here, they were very friendly and helpful for all my needs. I felt very safe and secure here with my health!','2020-12-07 00:58:18.000000','1698192877146046'),('3716213078406064',1,'Staff was super friendly Tracey showed compassion as people checked in. They took me on a walkin basis for my rapid Covid 19 test and made me feel so at ease.','2020-07-26 16:27:13.000000','1787364321589026'),('3716967498325469',1,'Quick and prompt. Took me no time to be seen and everyone was friendly and warm. Definitely will recommend.','2020-11-25 17:18:21.000000','167959367441528'),('3718728474882839',1,'The service is great. The team is great, I want to say thank you too Dr. Yarra, Delicia, Rolando. & Waldo.','2020-10-31 14:44:54.000000','1648645701907657'),('3720294857993561',1,'MONICA, RAYVEN, GABRIEL AND JACOB DID AN AMAZING JOB!','2020-12-01 02:45:19.000000','326347177710316'),('3722643437791870',1,'Fast and easy..I recommend if your sick or hurt and need to to be checked out this is the place to visit they welcome you soon as you come in nice and friendly..very informative valory and Alvean were who we were seen by!!','2020-11-18 22:07:09.000000','167959367441528'),('3723144101038793',1,'Very Nice atmosphere, Friendly staff, spacious rooms. I would come here if I have future emergency needs.','2020-09-18 15:52:53.000000','105589317817643'),('372374087279135',1,'Best place to get Covid tested, Amanda & Kennedy were super friendly and nice at the front desk. Megan and Bretnie offered us warm blankets and Gatorade while we waiting for the reviews. Super experience, highly recommend','2020-10-06 19:23:33.000000','326347177710316'),('3730108947001493',1,'3rd time here and from the front desk to check out it\'s always a quick, curtious and professional. Dalal and the rest of the team made my visit as pleasant as possible!!','2020-10-22 00:07:56.000000','1609539722669429'),('3731068553586639',1,'The staff and doctor was very polite and informative.','2020-07-26 15:35:42.000000','1787364321589026'),('3734564256566547',1,'The service and staff was amazing. The young lady at the front window took time to explain insurance information to me. I was called back within 10 minutes, Graciela and Pete were my nurses. Her questions were direct and straight to the point. Pete was gentle when taking my vitals. And he even allowed me time to brace myself for the nasal swab šŸ˜”. I would definitely recommend this facility and location for any COVID needs.','2020-12-04 15:28:20.000000','167959367441528'),('3734776949866609',1,'Ms.Tobie was amazing very helpful and kind. And the RN Mollie was very helpful as well. And can not forget Dr. Yost and Eric! I couldn’t be more great full!','2020-01-15 02:33:46.000000','235046800697531'),('373666810682980',1,'The staff couldn’t have been more kind and understanding. We got in and got our results quickly. Great experience!','2020-10-04 16:30:35.000000','326347177710316'),('3736891843054225',1,'This place is amazing all the staff made me feel confortable, Dr Rose , Chelsey, Clay, nurses Remintong and Meagan and the beautiful lady Aileen in the front desk they where nice all the time and make me feel safe thank you for all you do for me and for everybody you are our real heroes 🄰 God Bless you all šŸ™šŸ»','2020-10-10 19:47:25.000000','1698192877146046'),('3738228026234209',1,'As soon as I came in Amanda & Kennedy at the front desk immediately addressed my needs and didn’t even make me wait. They got me a wheelchair and were super prompt with my injury. Liz. M and Megan were super sweet while getting my vitals and getting me all situated in my room and making sure I was comfortable. JR, the x-ray tech was great while getting my images and made sure I wasn’t in any pain. I will absolutely be coming back here if need be (hopefully I don’t), but they all were absolutely wonderful and super nice. Even the doctor was great and gave me prompt instructions on how to manage my injury.','2021-01-15 23:49:13.000000','326347177710316'),('3739899332729680',1,'Thank you to the front desk Dalal and the two ladies that helped me get tested Natalie G and Christine M. 🤩😌 The process was quick and easy.','2020-12-02 16:46:59.000000','1609539722669429'),('3740953182609728',1,'Very friendly! Got back within minutes of signing in!','2020-12-31 16:19:15.000000','105589317817643'),('3742092432477543',1,'They did a awesome job, Mollie Chairty,Mandi are very sweet and kind','2020-12-27 16:37:05.000000','235046800697531'),('3742295989117824',1,'Megan C. and Dylan were both great. Megan C. did awesome and was very patient with me and my son. Thank Y\'all!','2020-07-22 00:25:47.000000','237100240304186'),('3742863262395960',1,'Staff is wonderful and caring. Treated me with respect and compassion. I will always come here for my emergency services.','2020-08-10 15:40:53.000000','105589317817643'),('3743999988999182',1,'Fast and easy service! The Yoli, Lisa, Allison, Delpha, Dr. Starr was very friendly!','2020-10-29 15:13:08.000000','596022027480375'),('3744899075537039',1,'Eliza\nManny\nRachel\nThey were so sweet, caring and efficient!','2020-07-23 21:09:11.000000','237100240304186'),('374559020531374',1,'I recommend this place to everyone!!!\nChristina, Clay, and Dr.Rose were kind and attentive to my injury. Will definitely come back!!!','2020-11-06 17:18:04.000000','1698192877146046'),('3747023305316161',1,'Stephanie R, Joslin, Rolando, and Duke where so amazing excellent staff. The doctor was wonderful as well','2020-11-11 18:25:56.000000','1648645701907657'),('3748651141874118',1,'Dr. Lu, Alvean and Thuy An were very professional and gave us very good attention. This is a very clean and nice place!','2020-04-24 15:17:50.000000','167959367441528'),('3749577395091504',1,'They are friendly from the moment you walk in. Very clean inside. Nurses and doctor pay close attention to all your going thur. They check up on you often making sure your ok or need anything.','2020-11-16 00:59:16.000000','544778295636544'),('3750387721651618',1,'Very friendly staff!! Thank you Melissa, Sam Kelsey and Dr. Rose for a caring & professional experience !!','2020-11-15 21:51:38.000000','105589317817643'),('3750597811681843',1,'thanks you for your help rashaad Wang almaguer olvla fatima','2020-05-17 01:39:05.000000','544778295636544'),('3751448214886166',1,'Front desk (Kassandra and Tiara) were super nice and friendly!! They were very fast to take us in and the staff was very friendly. Dr. O’Malley was very nice and spoke Spanish which was very helpful for my mom.','2020-11-01 19:56:41.000000','167959367441528'),('3751913071496653',1,'Fast and efficient care. Kara is an awesome nurse and great with children.','2020-12-20 02:18:01.000000','235046800697531'),('375209570499754',1,'Great staff! Marcus and Luisa were very helpful by makIng the experience comfortable. Much thanks to them and the rest of the staff','2020-10-25 20:04:20.000000','167959367441528'),('3754970837863974',1,'Always have a good experience. Less than 5 min wait and Kendra was so great!!ā˜ŗļøā˜ŗļø','2020-03-05 15:27:39.000000','544778295636544'),('3755651664459680',1,'The staff here has been incredibly kind and eager to help. All my needs were met and all my discomforts addressed. Thank you!','2020-11-05 19:32:53.000000','251751275488925'),('3757898407555317',1,'Great facility! Super kind and professional staff.','2020-10-29 19:19:24.000000','1609539722669429'),('3759550410729483',1,'Dr Souman, Sarah, Fatima, Elaine, and Tanishia were so helpful and they were very good at explaining everything I loved it','2020-02-07 03:32:03.000000','461782867645453'),('3761403107243771',1,'sita , cynthia, vanessa ,paige and dr. Huerta were very helpful got me in fast','2020-11-26 03:10:36.000000','596022027480375'),('3762122667184166',1,'Staff is always the best! Super attentive, personable, and thorough. Only place I bring my family to.','2020-12-18 17:50:04.000000','251751275488925'),('3762129337181708',1,'Amazing customer service. And takes good care of patients','2020-10-09 16:56:43.000000','461782867645453'),('3763466040331019',1,'Quick care and cleanliness. They were all so nice and patient. The Doctor explained in detail. Tiffany, in registration, Nurse John Bell, and Tech. Ashley K, were all so helpful.','2020-02-23 12:25:32.000000','299216637560955'),('3763820373658864',1,'Had a great experience came in today for a follow up from Saturday as soon as I came in sat down 1 minute later was up and ready to head to the back . Such a good location. Easy convient and friendly staff','2020-03-10 20:48:51.000000','544778295636544'),('3764615120297328',1,'this ER is amazing everyone is so friendly and every time we come they help us with whatever needs we have I recommend them 100%','2020-12-30 19:39:02.000000','1648645701907657'),('3765010083523500',1,'Hey Killeen this emergency center is awesome sauce! I’ve been here for myself and one of my children! I always receive the best service when I’m there! Big shout outs to Whitney B my nurse, She’s great!','2020-11-09 18:56:13.000000','251751275488925'),('3769232833191042',1,'Great doctors and nursing staff. Super fast, friendly and knowledgeable team. Thanks!','2020-09-19 19:27:39.000000','105589317817643'),('3773044679379110',1,'Great care and quality service!\nEveryone was professional and polite...\nThank you Signature Care Team!!','2018-03-02 07:56:52.000000','1765121397101399'),('3774174042593265',1,'I needed a quick appointment to get a rapid COVID swab and was able to get in the same day. Excellent customer service and super clean building. Special shout-out to Chelsey and Shelli, the ER tech and nurse for being so kind. Dr. Elsbecker was also thorough and attentive. The test wasn’t bad at all. They were so gentle! Highly recommend signature care ER!!','2020-10-23 19:33:42.000000','1698192877146046'),('3778470688841556',1,'The staff are very courteous and so helpful...The registration staff Regina, Sam, and LoShunda...Tech Brady...Nurse Whitney thank you all so much...I would come back','2020-12-21 01:49:38.000000','235046800697531'),('3779413492082575',1,'Went to SignatureCare in Cypress after experiencing COVID symptoms, they were very helpful and informative. Thank you to Alvean and the entire cypress staff that helped my brother and I have a good experience. We were able to walk in and get tested the same day with minimal wait time!','2020-11-26 00:01:34.000000','167959367441528'),('378269406255436',1,'Amy, Dr Boester, James, Shaun, Nikki were excellent! This was the best experience!','2019-01-01 22:00:52.000000','1609539722669429'),('3783106478401403',1,'Alvean and Pete did a great job! Nice clean facility.','2020-11-06 22:31:42.000000','167959367441528'),('378324346694601',1,'Great Staff!!! Lacey and Luisa were great! Super fast, no wait and was able to see the Dr. right away.','2020-10-28 02:40:38.000000','167959367441528'),('3783781994987035',1,'Very friendly staff and comfortable visit!','2020-12-25 18:29:02.000000','235046800697531'),('3785403448164689',1,'Very quick check in, very quick check up, and very quick results! Nurse Jennifer took really good care of me while waiting for results!','2020-12-26 15:07:43.000000','235046800697531'),('3785825461436300',1,'Mollie took great care of my daughter! So thankful to have fast and caring staff during a stressful time.','2020-12-29 23:20:09.000000','235046800697531'),('3787525454591993',1,'Had a speedy and wonderful appointment here at the Copperfield location. Evelyn and tanishia were on point and customer service was awesome. Highly recommend','2020-11-03 04:40:11.000000','461782867645453'),('3789311977749851',1,'Excellent Customer Service! Very friendly and facility very clean!','2020-07-21 01:34:15.000000','104213804456471'),('3790525260964514',1,'They were so quick! I hadn’t even finished my paperwork before they had called my name to be seen! Everyone was so nice and patient. I felt like I could tell them what was wrong without any hassle. Definitely will come here again if need be!','2020-08-05 00:30:15.000000','251751275488925'),('3793482254023366',1,'The staff was very nice and I was seen quickly which was a nice change.','2020-12-15 00:27:44.000000','251751275488925'),('3796519617025210',1,'alvean Good experience. nurse and doctor very helpful. highly recommend','2020-11-04 17:07:41.000000','167959367441528'),('3797122360344067',1,'This is a team of caring professionals!! In less than 30 minutes they know what the problem was and had my pain managed. Nurse Jamie is AWESOME!! She was caring and kind. Thank you all so much!!','2021-01-26 04:55:04.000000','251751275488925'),('3797196886959109',1,'Christopher C. was our nurse and Dr. Nayan was our doctor and they were INCREDIBLE! If I could give more stars I WOULD. They explained everything very well and were very thorough.','2020-11-27 02:17:39.000000','1609539722669429'),('3798069433588129',1,'I have been to Signature Care in Paris twice. Tiffany and Jennifer were great. Will definitely go back.','2020-12-31 00:44:05.000000','299216637560955'),('3798680166829864',1,'Great facility! From the time I walked through the doors registration was kind and very helpful. The one person who stood out to me was the nurse who brought my kids and I to the back. I believe his name was Jacobi. He was amazing he talked me through the procedure and made sure my kids understood as well. Overall I have a great experience.','2020-12-08 03:24:28.000000','299216637560955'),('3800356379974797',1,'I have been twice, staff is nice never has to wait, very professional.','2020-02-17 17:07:51.000000','1787364321589026'),('3801300526559836',1,'They are fast and straight to the point n nice','2020-12-19 15:23:20.000000','235046800697531'),('3801648116512968',1,'Everything was great! Emely greeted me with a smile in the front :)','2020-11-05 09:37:27.000000','829264323932850'),('3802125246472974',1,'The level of care here is excellent, all the nurses are fabulous especially Chelsea and Clay. Do not hesitate to come here for any medical need.','2020-11-21 19:53:26.000000','1698192877146046'),('3802778989762453',1,'I had Sarah, Tanisha, Fatima, Elaine, and Dr Souman everyone was GREAT this was my second visit and They always take care of you. I have never been to a urgent care and been taken care of like they do. They never do anything without explaining things to you. Thank you signature care Copperfield.','2020-02-07 02:27:26.000000','461782867645453'),('3803077829703892',1,'Came for COVID testing, and all staff was very nice and helpful. \nBoth nurse Sydney and Tanisha were super nice and very willing to help with anything I need. \nWould definitely recommend this place.','2020-11-04 01:24:10.000000','544778295636544'),('3803160196412675',1,'Was great was nice and was in and out','2020-12-30 15:30:01.000000','829264323932850'),('3804296912928610',1,'Dr.Thuy, Alvean, And Patricia were all great to me. Offer me a warm blanket, drink and made me feel comfortable, and most importantly they listened and helped with my problem. Thank you guys so much.','2020-03-03 18:46:01.000000','167959367441528'),('3804301146249683',1,'Dalal and Vincent were amazing and helpful!','2020-11-20 14:11:07.000000','1609539722669429'),('3805018882872054',1,'Quick fast an very friendly Center.. Thank u Patricia,Alvean an Elida for a fantastic 1st time experience','2020-02-27 19:55:54.000000','167959367441528'),('3805026179508468',1,'Very quick and friendly staff! Thank you again!!','2020-10-29 19:23:53.000000','1765121397101399'),('3805931386089567',1,'The staff was very friendly ans efficient. Everyone was sure thoroughly explain everything that had to be done, to ensure my comfort mentally and physically during my visit.','2020-08-10 15:02:49.000000','251751275488925'),('3807798799235817',1,'Nikki was amazing! She gave excellent care! The service was fast and all staff was extremely courteous and professional. Thank you for your excellent care.','2020-09-01 02:21:12.000000','251751275488925'),('3808852599144848',1,'My visit at signature care was great! McKenna in registration explained everything to us thoroughly! Highly recommend','2020-09-24 10:02:50.000000','299216637560955'),('381708152879147',1,'Went to signature a few weeks ago and the girl that got me in was Caitlin and she was awesome! Thank y’all!!!!! And thank you Caitlin!!!!','2020-10-31 14:09:33.000000','299216637560955'),('3817244558294455',1,'Great experience. No wait time, everyone were friendly and helpful. Alvean and Valory','2020-10-27 16:39:57.000000','167959367441528'),('3817260951651952',1,'Great place very fast staff very friendly and informative','2020-10-01 13:31:34.000000','1609539722669429'),('3819304234751309',1,'I had a great experience this morning for my early appointment! Lorena and Rebecca were very helpful and polite even though i was running a few minutes behind. I definitely recommend.','2020-08-15 11:23:02.000000','326347177710316'),('3823612680991335',1,'Very clean facility. Super friendly staff! Kara, Jaylon and Dr Ashbrooks very Great!','2020-12-20 04:15:36.000000','235046800697531'),('3823990157630396',1,'Everyone was very nice! Dee helped me and was extremely nice!! 10/10 would definitely go back','2020-09-29 12:42:14.000000','829264323932850'),('382464248964862',1,'They provided excellent care','2018-12-05 02:20:09.000000','1787364321589026'),('3824879527525885',1,'they took extra care of my Mom thank you Amy Tia, Alexa and Dr Leung for yall did for my mom','2019-12-12 01:15:16.000000','251751275488925'),('3828068917219838',1,'I came into today for a short visit! Dalia, Alyssa, and Karen were all so sweet! They were very helpful and made my visit so pleasant!','2020-07-23 20:31:21.000000','1787364321589026'),('3828762417153524',1,'My experience was amazing. As soon as I walked through the door I was greeted and the receptionists (Ms.Tracye and Ms.Juleisa) immediately started assisting me. The staff was also very pleasant and respectful.','2020-09-29 15:20:51.000000','1787364321589026'),('3830428253675402',1,'Very nice place! First time coming they are super sweet and attentive! @mandi M, Carla C, Courtney Temple, Jennifer W, Mollie, Katy, Tracy G, Jacoya','2020-12-12 23:10:51.000000','235046800697531'),('3832199566844615',1,'I had a great experience at Signature ER. The front desk was friendly, quick and efficient with little wait time.\nNurse Christine R, Tech Clay and Dr. Dodd were very friendly and listened to my concerns. I would highly recommend Signature ER to anyone! My husband has also been here in the past and received excellent care! Thank you!','2020-12-18 16:20:34.000000','1698192877146046'),('3833623736697903',1,'They were very friendly and accommodating to myself and my two year old who was not happy to be there.','2021-01-04 13:27:23.000000','299216637560955'),('3835079506543260',1,'Customer service and staff professional And speedy results','2021-01-09 05:28:23.000000','251751275488925'),('3835883289758216',1,'I just recently moved to Texarkana and a coworker recommended SignatureCare, and I can see why. They have been so hospitable during my time here today! The ladies at the front desk made checking in smooth and easy, while my nurse kept me as comfortable as possible while waiting for result.','2020-12-11 17:06:18.000000','235046800697531'),('3836398876372338',1,'Great service, no hassle or long wait. The ladies up front are very helpful and nice! I have been here a few times and always receive great care.','2020-11-11 01:23:21.000000','299216637560955'),('3838199136192138',1,'I arrived at SignatureCare late on December 15th they were very helpful. The place was clean & sanitized very well. They got me in did all my work & got me on my way. The staff was absolutely wonderful & very caring. Brenda at the front was fast with checking me in & helping me with my paperwork.','2020-12-16 08:04:01.000000','1608991329419166'),('3840901122606211',1,'Staff was very effective and efficient, dealing with ankle pain for a month and I\'m a houskeeping supervisor needs good strong legs to perform from my job effectively. So amazing job from the front area to the back area..... Great two thumbs up........','2018-01-14 23:39:36.000000','1765121397101399'),('3841143609253480',1,'I came in very nervous about my visit but the staff was very nice and made me feel at ease. Stephanie, Rollie, Natalia, Dr. Nweze, Thank you for what you do!!','2020-10-31 03:38:29.000000','1648645701907657'),('3843801815652837',1,'I went there on Friday morning after getting dizzy and short of breath after I had a BM. They got me right in. Delpha was the ER tech and she was awesome. Dr Diaz was the doctor and when I tell you she checked me for to top bottom. I recommend this place to anyone. Yogi was the registration lady up front and was very nice and caring. On a scale of 1 to 100 I give it a 99. The place was very clean as well.','2020-10-30 15:03:04.000000','596022027480375'),('3845169975494230',1,'The wait was pretty long but Caitlin was really nice and helpful!','2020-11-10 19:34:38.000000','299216637560955'),('3846406338725266',1,'Got in and out super fast. Staff (Mandi M, Ashtyn, Jennifer W, Mollie, Katy, Sam, Jacoya, Ryan, and Gunnar) were very friendly and made sure we were taken care of.','2020-12-14 23:44:14.000000','235046800697531'),('3848574215187113',1,'Quick and very friendly. 5 out of 5 would recommend!','2020-12-26 18:19:26.000000','235046800697531'),('3848906535130267',1,'OMG!!! The best ever thank you for the fabulous bed side manner from the whole staff. You guys are all the best. The hospitality from all of you todayā¤ļøā¤ļø','2020-12-18 22:00:47.000000','251751275488925'),('3849080591804018',1,'Fantastic staff, very attentive and diligent with their work. I’ve recommended this place to friends because of the outstanding service. Highly recommend!','2020-11-06 15:36:05.000000','1608991329419166'),('3849807888417754',1,'Alvean, Valory and Rick took amazing care of me! They were kind and compassionate and went above and beyond to make me comfortable. The center was very clean and the entire staff was friendly!','2020-10-14 21:16:37.000000','167959367441528'),('3849916518371137',1,'Amazing staff and zero wait time. Kevin in amazing!!!','2020-10-19 14:19:56.000000','104213804456471'),('3850919431603751',1,'I did spend the nite there!! The people is so sweet, nice, concern about my health, I had a nice dinner and breakfast today! I am really appreciate the job they are doing! They are really care, good hearts! God Bless YoušŸ™šŸ™šŸ™šŸ™šŸ˜€šŸ˜€','2020-09-20 19:28:17.000000','1648645701907657'),('3851506011540586',1,'The entire staff was very professional and nice. Proper tone, great customer service! I was feeling very crappy that day and they made me smile. I would def recommend signaturecare to anyone. Thank you again staff. Wow, what an amazing place.','2020-12-16 16:51:50.000000','251751275488925'),('3851700868193462',1,'Alvean and Luisa too great care of me.','2020-12-26 23:16:19.000000','167959367441528'),('3851716554847456',1,'We had a fantastic experience with the entire team here Christina R. And Clay and Dr. Dodds really took care of us!','2020-12-18 20:39:04.000000','1698192877146046'),('3852240761493418',1,'Was very quick and easy. Friendly people','2020-10-22 20:35:06.000000','167959367441528'),('3854183941260399',1,'Very timely and efficient!','2020-12-23 19:56:09.000000','235046800697531'),('385765929228705',1,'The staff was very friendly and helpful. I was helped by Lorena T, Dr. Smaistrla, nurse Jeri D and Torie. They provided quick service and took care of everything I needed!','2020-10-24 16:43:16.000000','326347177710316'),('3857787280913002',1,'Carissa, Miguel, Delores, Jessica, and Ryan took care of me and were very nice people. Highly recommend visiting this place if you need an er','2020-02-20 17:16:56.000000','1765121397101399'),('3858827090795567',1,'I recently came in feeling awful expecting it to be a long wait. Mrs.Kim at the front desk made coming in a breeze and stress free. Then Jacoby made me feel comfortable and much better when I got to the back. Over all a great experience, besides the being sick part! Highly highly recommend this facility and the top notch staff there.','2020-11-27 23:26:00.000000','299216637560955'),('385958765735823',1,'Amanda and Sarai with registration were very helpful and nice. Dr. Wright, Nurse Jeri, and Rad Tech JR were all very nice and made sure I was taken care of quickly.','2020-09-22 15:18:17.000000','326347177710316'),('3859813740710950',1,'Thanks for everything. You guys were awesome like always. Thanks Sarah and Tanishia and Dr. Lindsay. You remembered me from my previous visit and that was appreciated. Personal.','2019-12-06 00:51:15.000000','461782867645453'),('3862404097117491',1,'This is a great place to come if you need care most times quick to see doctor staff is great šŸ‘ Chloe,Kelsie,Alaina\nAndrea,Haley\nCindy \nCarla,Courtney,Temple,Sam','2020-12-19 23:50:18.000000','235046800697531'),('3862826840406709',1,'First responders are V.I.Ps! They handle all the billing and paperwork. Was here on 12/26. Staff was friendly. Physician Dr Host, Nurse Practitioner Charity, Director Brandi Wilson, RN Jennifer W, Mollie, Katie, Tech Jacoya and Josh, Radiology tech Tracy, Registration Mandi, Carla, and Courtney T. You all are great!','2020-12-26 20:20:16.000000','235046800697531'),('386367615899951',1,'My experience very very wonderful Ms Deanna, Jonathan, Leslie, Lara, Hoan & Dr. Chiang did an excellent job taken care of me today. They where very helpful and made me feel like I was at home. Their customer service was above and beyond. They deserve a noble prize and a raise. I will definitely be coming back to this location.','2020-11-10 13:34:27.000000','1765121397101399'),('3866183193440462',1,'AMAZING STAFF!! Chris Cox Dr.do and Samantha were wonderful! I was in and out and felt super comfortable the whole time! definitely recommend!','2020-10-27 01:31:17.000000','1609539722669429'),('3866439473374433',1,'The person who checked me in , Caitlin, was very knowledgeable and courteous','2020-10-31 01:58:51.000000','299216637560955'),('3867819793262220',1,'Had a great experience! Keily, Heather and Tammy helped out a lot!','2020-12-02 17:16:32.000000','299216637560955'),('3868384969880278',1,'I was given excellent service by Tracy. E, Dr. Wendy, Blake, Adam, and Jas when I came in for some tests!','2020-08-02 17:52:17.000000','1648645701907657'),('3870667582968076',1,'Nice, fast, and caring. Mandi. M helped alot at the front desk and helped me get started on the best care from an ER that I have ever had.','2020-12-11 22:00:22.000000','235046800697531'),('3874937529183114',1,'Fast clean and very helpful','2020-02-12 00:45:57.000000','237100240304186'),('3876922735664737',1,'Excellent and speedy service with very good customer care. Daniel and Erika were phenomenal! I felt cared for!','2020-12-31 17:25:02.000000','251751275488925'),('3877016642328158',1,'The staff is very friendly rooms are nice and clean rooms are not too cold very quick service and all in all they have alleviated all of my fears','2020-11-01 04:31:22.000000','251751275488925'),('3879168268768426',1,'Kim at the front desk was great as well as Matt being very caring.','2020-11-26 21:03:07.000000','299216637560955'),('3879941268746148',1,'just can to came to signature care emergency they r so awsome her I will give them a 5 star that doc herbert n to an amazing murse paige','2020-05-30 05:52:45.000000','596022027480375'),('3880120925333173',1,'Christmas morning 2019 i woke up with pink eye at 430am. Found this place on google maps and headed over. Tanisha greeted me and remembered speaking to me on the phone. She made my morning easy even though she didn\'t know that i was hosting Christmas dinner at my house and would need to finish up cooking. I was seen right away, i guess i was 1 of the very few people out at this time, Fatima, Sarah and Dr. Ortiz got me squared away and made my visit fun turning my panic into a sense of relief. Thank you guys!!! šŸ™ŒšŸ™Œ','2020-01-01 06:58:14.000000','461782867645453'),('388038468606190',1,'it not a long wait in and out and the staff are so nice','2018-12-26 19:29:23.000000','1787364321589026'),('3881532945212230',1,'Friendly staff and a short wait!','2020-11-15 21:13:40.000000','104213804456471'),('3881931745185443',1,'We went in wait wasn’t long all the staff were very friendly, happy, and professional. The staff make sure they come back in and check on you. They not only take care of the patient but others too.\nJennifer took care of us!!','2020-12-27 21:07:43.000000','235046800697531'),('388407461713971',1,'The staff was very profesaional and friendly Amy, Agnes to name a few were very attentive. I would recommend anyone to them!!! Great place!!!!','2019-03-10 01:04:30.000000','1608991329419166'),('3885764891434279',1,'Dr. Yost was excellent at explaining everything to me and gave me some insight on mask usage!','2021-01-09 15:49:44.000000','235046800697531'),('388714971992566',1,'Kim, David & Maria were amazing! Kim was so compassionate and a great company, she made our experience pleasant. God bless this woman and this place!!','2019-07-03 08:22:44.000000','596022027480375'),('3889264154470479',1,'I went to signature care and josh was excellent. Very caring and sensitive to what was going on. Great bedside manner!!!\nHighly recommend!!!! Josh is the best','2021-01-23 20:37:07.000000','235046800697531'),('3892306924122026',1,'The whole process from check-in to check-out was quick and efficient. Kennedy and Taylor at check in were welcoming and quick! The lobby was clean and I appreciate them cleaning the clipboards, pens and entire lobby throughout the check in process. Megan and Bryan were very kind and helpful when evaluating me and kept me posted throughout the entire process. My nasal swab, done by Megan, did not hurt at all! Luckily, I was negative. Bryan was kind enough to bring me a liquid steroid mixture, instead of getting a shot, which put me at ease too! Thank you all for all that you do!','2021-01-01 01:26:35.000000','326347177710316'),('3892561060761257',1,'very clean and pleasant staff!','2020-09-29 14:39:08.000000','596022027480375'),('3893353740694515',1,'Great staff. Dr O’Malley was knowledgeable and the nurse Alvean was very accommodating','2020-11-03 23:10:50.000000','167959367441528'),('389866761768082',1,'I came in because my 3yo daughter was lethargic and just not feeling like herself, Manny and Magali helped her feel so comfortable and were so very kind! Dr. Osiecki was amazing, my daughter loved her! She was very knowledgeable and answered every question I had! I loved that we had our own kid friendly room with cartoons to pass the time waiting on my daughter to pee because we needed to test for a UTI, we were offered drinks and snacks! The staff and patient care was absolutely awesome!!','2019-01-19 17:58:06.000000','237100240304186'),('3898967193468537',1,'I always come here here and have been treated very fast and very good every time. All the staff is super friendly and take very good care of you, like Whitney RN and Jaylon. Rad tech. The doctors like Dr Yost all are very knowledgeable. This is the only place I’ll ever come to again.','2020-12-22 06:57:50.000000','235046800697531'),('3902104313156071',1,'I will always recommend someone to this urgent care, the staff was very helpful...','2020-10-30 17:07:19.000000','829264323932850'),('3904062236332806',1,'The receptionist Vanessa was very helpful over the phone, and made the entire process less stressful. She was welcoming and answered all questions! The facility is amazing and is staffed with wonderful professionals!','2020-06-07 03:15:43.000000','167959367441528'),('3904228496278502',1,'I had a very good experience at SeniorCare-Texarkana. The facility is very warming and clean. The nurses are very respectful and helpful. Chloe and Andrea was very kind and patient with me while I was nervous of the unknown in what to expect during my testing. Thank you ladies.','2020-12-17 15:50:57.000000','235046800697531'),('3908878419136434',1,'Great experience and very friendly staff! Mandi, Mollie and Jacoya were all excellent!','2020-12-15 15:13:02.000000','235046800697531'),('3909015925776392',1,'they are very welcoming and friendly','2020-12-01 18:23:51.000000','1648645701907657'),('3909157269155830',1,'I went in sick as dog with the flu, came out feeling as if I might live. I was seen immediately. The staff was kind, compassionate and efficient. The doctor was sharp and ordered the appropriate medications, lab and X-rays. It was a great relief to find a fine facility in the middle of the night and will return in the future if need be.','2017-12-30 02:03:47.000000','544778295636544'),('3909587899059647',1,'Got inside quickly and Gracie and Alvean were great!','2020-11-14 17:05:54.000000','167959367441528'),('3910100582335479',1,'They have always provided the best care and service. Dr\'s, nurses and front desk are awesome','2020-12-08 05:23:37.000000','544778295636544'),('3910306939002198',1,'I went in to get treatment and they were quick to take me in. When in the room Gracie and Alvean were very thorough and nice when explaining & doing my nose swab. They both made me feel safe & helped me feel less anxious about being there.','2020-11-25 17:32:13.000000','167959367441528'),('3912680012105243',1,'I had a visit at signature care Keily at registration made it quick and easy had a great visit! Reccomend this place to everyone','2021-01-19 14:23:25.000000','299216637560955'),('3917342698293695',1,'Rachel is alsome she is very kind has good bedside manners, very friendly','2020-10-23 06:00:38.000000','237100240304186'),('391892165438157',1,'I had to come here to be support for my father who was injured. Our visit went great! The staff is very friendly and helpful. We were blessed to have Kara as our nurse!','2021-01-02 00:49:02.000000','235046800697531'),('3920726934830990',1,'I’ve never had an experience as pleasant as this in terms of ER visits. It’s a very clean and inviting atmosphere and the staff is extremely pleasant. They’re all kind and sincere and go to a lot of trouble to accommodate any needs. They even ask you if you want a warm blanket! I hope I never have to go into an urgent care / ER again but if I ever do I’m coming here. It’s 3:00 am so I forgot their names but every single person I’ve encountered has been amazing from security to nurses to doctors.','2020-04-15 07:40:46.000000','251751275488925'),('3924047100955443',1,'Took my kiddo here when he hurt his wrist at school. Nurse Jasmine got us back quick, got us blankets so we were comfy and was overall amazing. Jessica with radiology was general as could be considering the X-rays needed to fully check out his wrists. Dr.Scrubner was professional and reassuring. Would definitely recommend 😊','2020-09-18 19:47:36.000000','251751275488925'),('3925374847496115',1,'Very Friendy and got me in quick and very nice. Ricky , was very nice and helpful and I felt comfortable. I will definitely be back for my other needs.','2020-12-20 04:46:08.000000','326347177710316'),('3926396100719815',1,'Very professional and fast service. Very happy with Kristina, Allison, and Shania. They helped me out tremendously.','2019-12-08 06:12:22.000000','596022027480375'),('3926745604002500',1,'Husband and I had to get covid tested today of all days (Christmas) and they were all so kind.','2020-12-25 19:52:39.000000','105589317817643'),('3927097347309985',1,'My family has had a great experience at SignatureCare and I would recommend everyone coming here. Nurse Chloe and Josh our tech were amazing! So nice and helpful. We will definitely come back.','2021-01-01 22:54:08.000000','235046800697531'),('3927429983936772',1,'Took great care of my daughter fast care, clean hospital.','2020-10-18 16:51:43.000000','251751275488925'),('3936735456340449',1,'First time going to this Emergency room, but I would recommend it. Very kind, helpful nurses and doctor. They take care of you right away and constantly come and check to make sure you’re doing alright. Thank you Signature Care for taking care of us!!','2020-01-02 06:33:20.000000','251751275488925'),('393724625182619',1,'The nurses are nice and it’s just and all fast and friendly urgent care/ Emergency Room Mrs Kara and Mrs Andrea were nice','2020-12-22 01:29:39.000000','235046800697531'),('3940975042642639',1,'Our nurse is very nice, helpful and very friendly! Keylee is the best','2020-04-09 04:00:13.000000','104213804456471'),('3942064182489623',1,'Great care. We did not have to wait long to be seen. The staff was helpful and amazing. I would recommend anyone needing to be seen and not wanting to wait for hours to be seen at a hospital ER to come here. The doctor was knowledgeable and informative when explaining what we should be watching for after being in a car accident that totaled out our truck.','2020-10-16 03:52:06.000000','251751275488925'),('3944505762294423',1,'They was awesome \n\n......','2021-01-21 23:09:08.000000','1765121397101399'),('3946348375390796',1,'very nice people. Did a fantastic job!','2019-12-29 00:24:01.000000','251751275488925'),('394678908510759',1,'It was great they took care of me','2020-12-08 01:52:56.000000','251751275488925'),('3948967455132217',1,'Lindsey and Valory were both professional and nice during my visit.','2020-11-18 20:12:47.000000','167959367441528'),('3950665678277929',1,'I had an allergic reaction which caused my eye to be swollen shut. Dr. Edwards, Brady & Kara got me back super quick, they were efficient and very professional. I CANNOT thank them enough!!! I sincerely hope they all have a very merry Christmas & Happy New year!!!!','2020-12-21 05:42:06.000000','235046800697531'),('3951795998183892',1,'The staffs are so friendly !!! Thank you Tanishia sedrrick and Appiah you all perfect!!!!!','2020-10-29 01:58:44.000000','461782867645453'),('3951829948164991',1,'Dr. Faig and nurses Sarah, fahme, Catherine took really good care of my they were super fast and friendly!!\nLaura who took my scans was super nice and made me feel comfortable, Scott who did my EKG talk me thru step by step on what he was doing. Lady’s in front desk mercy and kandi were on it as soon as I told them what I was in for.','2020-10-29 14:51:59.000000','544778295636544'),('395297161629520',1,'Friendly staff Vanessa, Emily, Keri,Jennifer, Dwight, Victoria, Dion and Dr Souman were amazing!','2020-10-24 03:54:14.000000','1608991329419166'),('3955014271181526',1,'Thank you Signature Care. Great help, knowledgeable staff and very accurate with diagnosis. Special thanks to Kris S., for assistance in registration. You\'ve made the process easy and not long at all.','2020-09-23 14:52:11.000000','461782867645453'),('395948734505109',1,'I took my son into Copperfield Signature care Er. The staff were excellent! I just want to thank the nurse Dawn S., Dr. Nguyen, Jaqueline and registration Tanya for all the great service. I will use this ER again when needed.\nNikaela','2019-02-04 00:20:21.000000','461782867645453'),('396225664918093',1,'Erika is the best! They always take care of me and my kids..no hassle','2020-12-18 14:08:45.000000','251751275488925'),('3963518893659938',1,'Fast effective care by Jamie and Dorie! In and out with great care in about an hour! I would bring my family back for any kind of care we need!','2020-12-12 03:23:23.000000','251751275488925'),('3964286206923646',1,'Came here for a check up due to a car accident and my experience was great the staff was amazing nice very helpful , Luisa and Alvean were awesome thanks ladies !!!!','2020-11-15 18:43:21.000000','167959367441528'),('3964953120203656',1,'I had a great experience at SignatureCare Austin. The front desk was friendly and got me in quickly. I was seen by Dr. Townsend and Dr. Hotchkiss and they saw me quickly and were and thorough. They also checked on me throughout my time there and were very polite. I would highly recommend them!','2020-12-24 03:42:38.000000','1698192877146046'),('396513268022213',1,'Great service! Fast covid test!','2020-10-22 18:09:41.000000','326347177710316'),('3965390053475988',1,'I was recommended here from a coworker, had to come in for a COVID test late Friday evening, they were quite busy but treated me with hospitality and respect. The front receptionists were incredibly pleasant, helpful and accommodating. Even though the place was busy I really felt like I had the receptionist, nurse and doctor’s time and 100% genuine care. Despite the busy Friday evening they all took their time to make me feel safe and in good hands. Vanessa, Emily, Keri, Jennifer, Dwight, Victoria, Dion and Dr. Souman really made me feel like I was with friends in a setting that would be otherwise scary and uncomfortable! 10/10 recommend!','2020-10-24 01:42:04.000000','1608991329419166'),('3969430089794170',1,'I have now been to this emergency room 3 times, and I doubt I’ll want to choose a different one. The staff handles me with care, and treats me very quickly. Financially, the best place to go. I’d recommend them to anyone, friends/family to Signature Care. But the best care, is at Signature Care - Memorial City.','2018-07-29 19:17:26.000000','1765121397101399'),('3975750432457370',1,'Amazing staff. Very friendly and was able to get in and out. Highly recommend them','2021-01-27 04:20:21.000000','251751275488925'),('3976672025689760',1,'They are pretty awesome 🤩','2021-01-09 17:19:05.000000','235046800697531'),('3980794388620495',1,'Josh and Brady took great care of me. I was in great hands.','2021-01-13 20:20:23.000000','235046800697531'),('398099904257163',1,'They make you feel welcomed the moment you walk in. They make sure they explain everything to you and answer your questions and concerns.','2019-02-25 22:42:48.000000','461782867645453'),('3982110711869783',1,'Everyone was very friendly and helpful. Highly recommend this center. Very fast - in and out','2021-01-01 18:23:31.000000','544778295636544'),('3984143488324415',1,'Great service and staff workers','2020-06-12 18:04:05.000000','1698192877146046'),('3988636971147736',1,'Very quick and very helpful!','2021-01-01 18:47:12.000000','105589317817643'),('3991266674220282',1,'Had a great experience everyone very helpful and knowledgeable Gracie RN, Luisa tech, Alvean RN the girls at the front desk were amazing....thank you.','2020-11-15 18:24:59.000000','167959367441528'),('3993664930659770',1,'im am not a fan of minor emergency centers because the staff always seem so impersonal. But, today i have become a convert. Stubbed my toe while walking to bathroom in middle of night. Stopped by Signature ER after church because the pain was over bearing. This place is amazing. The staff demonstrated nothing but a high level concern for my comfort and professionalism while providing care ro me. By the way, they dont just offer coffee. They have great snacks too. Thanks Dr Goodman, Adam, Linda, Chris, Andrew, and Aileen.','2020-01-20 01:27:23.000000','1698192877146046'),('399740690773042',1,'I JUS WENT THERE LOVE IT. FAST VERY comfortable good doctors and nurses. i said i be here then relagular emergency room','2019-02-02 23:47:01.000000','544778295636544'),('3999617086719416',1,'Awesome front staff and nurses! Shoutout to Dalal, Larshary, and Aislyn. Awesome ER tech Mr. Miguel, great nurses Bryan E and Myra F !','2020-10-17 17:40:26.000000','1609539722669429'),('400097394517696',1,'The service is great. Stanlisha was great too for kind customer service!','2020-11-21 22:30:58.000000','299216637560955'),('4004000212960400',1,'Excellent care! Thank you, Dr. Harjai , Valory, Marcus, Jordan!','2020-10-27 13:37:11.000000','167959367441528'),('400448414687491',1,'Great service. Clean and cares about patients','2020-10-09 17:01:04.000000','461782867645453'),('4007376615955447',1,'Even with the pain the whole staff from Front Desk to room was amazing. Dr. J has amazing bed side manners. Kudos to Erika, Laura and Tanishia.','2020-10-13 05:53:30.000000','461782867645453'),('4010603932286768',1,'very, friendly, very clean and very fast. they treat you with respect. hands down, the best emergency care center in town.','2020-02-19 01:11:13.000000','235046800697531'),('4011793772175243',1,'Great staff! They got us back quickly and everyone was very nice. Will be back again :)','2020-12-18 17:19:22.000000','235046800697531'),('4012798758733909',1,'I had an injury to my left foot. The doctor and Nurses were helpful, kinda and quick! I recommend going here for anything you need!','2020-02-16 00:05:06.000000','544778295636544'),('401333867175416',1,'dr .kimball, nurse Gabe, lindsay wonderful','2019-07-20 04:11:30.000000','326347177710316'),('401392584319392',1,'This is a wonderful establishment, they are so caring and helpful!! Dee Saldivar was amazing!! I would recommend this place to anyone!!','2020-11-13 19:26:16.000000','829264323932850'),('4014052751942516',1,'Great staff! Dr Leavitt, nurse Jordan and Lillian, techs Jonathan and Hoan!','2020-10-19 19:43:47.000000','1765121397101399'),('4017310371619784',1,'Had a great experience, and the staff was nice, helpful, and informative. Nancy, Trini, and Jessica were awesome helping us.','2020-02-09 05:10:46.000000','237100240304186'),('4019536308061189',1,'We had excellent service at Signature especially Kimberly & Kiara & Dr Simmons.','2020-11-28 19:26:14.000000','299216637560955'),('4020932724600420',1,'Amazing job did my COVID test made me feel like a person with me telling them I had symptoms. Excellent customer service and quick and fast . Thank Lewisville staff','2020-09-14 18:20:17.000000','1609539722669429'),('4024325110916900',1,'Fast service & very clean. Friendly front office staff !!! \nThank you nurse Lacey, quick, friendly & very professional','2020-10-26 23:05:05.000000','167959367441528'),('4027025403990011',1,'Great experience! Ryan and Dr. Henderson stayed on top of it. No wait and excellent care! Would most definitely recommend.','2020-01-22 03:09:39.000000','235046800697531'),('4028180990540687',1,'Awesome Staff everyone was very helpful made me and my son very comfortable with warm blankets I recommend Emergency Care 24 Westchase to anyone in the need of help','2019-12-27 18:02:12.000000','829264323932850'),('403103717705206',1,'the staff on my visit was amazing!','2020-12-10 21:46:58.000000','1609539722669429'),('4032435576772979',1,'Amazing experience!! The front desk was very nice and welcoming and Kevin was wonderful. We were in and out quickly and treated so nicely!!','2020-09-29 17:16:53.000000','104213804456471'),('404016824333890',1,'Very quick, efficient and friendly. Follows safe COVID practices and professional.','2020-10-17 01:10:32.000000','235046800697531'),('4040370842658068',1,'Fast and friendly service !!!!','2020-12-28 01:33:00.000000','235046800697531'),('4041706549192870',1,'This place really calmed my nervous because I\'ve never been in this kind of pain. They really listened to me and let me know what was going on step by step. You rock Gina!','2021-01-06 22:30:17.000000','1609539722669429'),('4041816019181445',1,'rather quickly taken taken back to a room with a wonderful er tech kim great service and close by 😁','2020-12-02 00:21:36.000000','251751275488925'),('4043468515665652',1,'Great experience as always. Nurse Chloe and Kara were great with my 18 month old along with Dr. Ashbrook! Always my first choice in ERs.','2020-12-20 01:28:08.000000','235046800697531'),('4045427038806632',1,'Thank you Dr. Hannan and Dr. Zhang for a wonderful service!!','2018-08-20 23:49:13.000000','1787364321589026'),('4045698892113174',1,'I had a great visit at signature care today. I came in after feeling sick for a couple of days. Everything was done fast and efficient. Staff was friendly. Thank you to Lacey and Valory for taking good care of me.','2020-10-21 16:17:57.000000','167959367441528'),('4047605285306103',1,'Great staff Theresa M. and fast pace.','2020-07-20 20:05:51.000000','237100240304186'),('4047748525300108',1,'I\'ve been here many times at all hours of the day and always here to help!','2017-08-17 21:25:56.000000','326347177710316'),('4048590151827651',1,'Dr.Dendy,Delicia,Duke,Sebler were awesome and caring','2020-02-26 15:36:26.000000','1648645701907657'),('4050210901678349',1,'Dr. Bansu was amazing and made me feel at ease. Britney did my ultrasound amd told me about her experiences and relieved alot of stress for me. loved it!','2021-01-22 18:14:26.000000','829264323932850'),('4050738898275941',1,'Had the easiest experience getting a rapid Covid test at SignatureCare! Dr. Rose, Clay, Christina and Chelsea were all so sweet and kind. Made the experience very laid back and quick!','2020-09-12 20:53:51.000000','1698192877146046'),('4050902334937703',1,'overall great experience. dr. elsbecker has great bedside. Townesend was funny and quite positive. Will comeback.','2020-10-21 20:59:36.000000','1698192877146046'),('405217950406483',1,'They took really good care of my fiancĆ© and she’s going to start feeling better. You guys are awesome thank you','2019-10-29 18:47:12.000000','251751275488925'),('4053446538015840',1,'All the staff is great, everything is very clean and neat. Clarisa was very nice and Marcus did my test and his amazing.\nWill recommend 100% to everybody.','2020-10-13 16:18:32.000000','167959367441528'),('405625450673157',1,'Very comfortable and controlled environment . Nurse Tara , RN Mollie and , Mrs.Mandi from registration were very helpful throughout the entire process . 😊','2020-12-28 18:41:04.000000','235046800697531'),('4057460117600695',1,'Chelsey and Clay took care of me here at the signature care ER! I was super worried about Covid and was here for a test but they made the process so easy and funny. Definitely recommend them, love their humor :)','2020-11-21 18:39:32.000000','1698192877146046'),('4060057927345077',1,'They are always fast and very friendly! We highly reccomend them to everyone! The wait time beats every other emergency room my family or I have every visited.','2020-02-06 04:52:46.000000','251751275488925'),('4061467073879696',1,'Alvean and valory did an amazing job taking care of me I highly recommend this place.','2020-10-20 16:01:53.000000','167959367441528'),('4063992236948721',1,'Overall my experience was exceptional from the introductory to the discharge. Georannyy and Tanishia were very sweet and nice made it such a much more easier experience and Dr.ReuKauf were really clear and direct with what was to be expected. I’m really glad everyone is working hard and would recommend.','2020-10-30 01:16:37.000000','461782867645453'),('4064471783582835',1,'Great service \nVery quick','2020-11-17 11:58:17.000000','1765121397101399'),('4064530643572824',1,'Had a good experience staff was very helpful.\nNurse Lisa v Vanessa\nRadiology David Er tech Danial and Matt \nDr.miller','2020-02-10 03:26:21.000000','596022027480375'),('4067089623313048',1,'I visited Signaturecare today and had the BEST experience. Lindsey and Clay helped me into my room and took my vitals. They were both extremely friendly and helpful. Thank you to all the employees at signaturecare for making my visit so enjoyable :)','2020-11-20 23:15:22.000000','1698192877146046'),('4070545266319454',1,'Jacob, Patrick and Dr. Jones were great!','2019-04-18 21:21:17.000000','326347177710316'),('4071551806192096',1,'Brought my husband in and he was immediately seen & taken care of. Everyone was very nice with great customer service, very thorough, and explained what was going on with him where we could understand what exactly they were explaining. So glad we came here...big thank you for your exceptional service starting from Stephanie-registration, Rollie-nurse, Natalia-rad tech, Marsha-echo tech, and Dr Gringlatas 😊','2020-03-07 06:11:49.000000','1648645701907657'),('4072103739530489',1,'Great service and experience from everyone involved. Kudos to all of the staff!','2020-07-31 17:09:58.000000','326347177710316'),('4073460886004522',1,'I have come to this location twice now for Covid testing and the staff is always very kind and professional. April did my Covid testing this time and made me feel very comfortable. I have sent my parents to this location as well as my brother in law.','2020-10-30 22:07:03.000000','104213804456471'),('4075481282467179',0,'Over billing \n\nMy husband sliced his finger and went in to see if he needed stitches and was there for less than 10 minutes. Liquid bandage was put on the cut and he was out the door. 4 months later, we receive the detail from our insurance. There was a 2 page detail. 1 from the doctor for surgery and emergency supplies and one from the emergency room for 2 room services and multiple supplies. We had already paid $500 for the superglue and then were billed for nearly $2,900.00','2020-12-07 12:25:23.000000','237100240304186'),('4075634449176838',1,'my visit to Signature Care Westchase was seamless. Erica, Alysiaand and Sade got registered in quickly and were super friendly and helpful. Nurse Danny was friendly and informative and gave me all the information I needed. The entire staff was great, I would recommend this office for your emergency and health needs.','2020-08-06 14:26:17.000000','829264323932850'),('407936813486486',1,'Great service. Friendly and fast! Love Dr DeWaal, Kara the RN, Linda in registration & Helen the radiology tech!','2019-11-14 21:16:13.000000','235046800697531'),('4082978851729497',1,'Elizabeth was so friendly, professional and very informative about the process of getting tested for COVID-19 ! 😌','2020-11-27 09:51:30.000000','1608991329419166'),('4083866405021369',0,'Facility nice and clean with amazing Staff. Jacquelina, Bansal, William & Graciela','2017-12-26 18:56:23.000000','544778295636544'),('4084571188224349',1,'Dr. Scribner, Erika,Jaime and Dorie were attentive and professional at all time, from the moment I walked in every staff member I interact make me feel at ease. Thank you very much for taking care my situation in fast and professional manner.','2020-12-12 05:23:54.000000','251751275488925'),('408464303520317',1,'Wonderful service and helpful staff starting with receptionist, Dalal. Would highly recommend!','2020-11-21 00:44:21.000000','1609539722669429'),('4084967864854439',1,'Dr Dang , Sindy , Wendy, and Zineda were wonderful','2020-05-17 23:55:51.000000','544778295636544'),('409205316920662',1,'Georgia was absolutely amazing!! She made my experience incredible and I recommend this location to anyone who needs quick and accurate Covid testing. She made me laugh and kept me entertained during my visit, which I can\'t say I experience often while being tested for Covid. Lol! Thank you guys so much for always taking such good care of me!','2020-11-22 15:14:43.000000','104213804456471'),('4092072804141771',1,'Atencion exelente .y rapida .Dr Harjai .Ekaterini and Jordan Muy amables .y serviciales .Recomiendo esta clinica simpre y les doy 5 Estrellas .','2020-10-27 19:06:53.000000','167959367441528'),('4092381290786098',1,'I had nurse Jamie and dr Jones. Both were so sweet so gentle and made me laugh. Made a night before my birthday not feel so poopy after all. I\'ve brought my daughter here and now myself and they\'re are just wonderful all and all. šŸ„°šŸ™šŸ»šŸ™šŸ»','2021-01-09 04:41:53.000000','251751275488925'),('409665803258114',1,'This ER is the best that I’ve been to in the Killeen area. Yes! Better than CRDAMC! Clean facility, staff that actually wants to be at work and cares about the patients. Very timely service. My son was checked in, treated by the Doctor and released in approximately 50mins. Will visit agin in the event of an emergency.','2019-10-28 16:52:08.000000','251751275488925'),('4099046056791161',1,'Super fast care with smiles. I have been many times and have never had a problem!','2020-12-18 23:59:57.000000','235046800697531'),('4099913883416569',1,'Excelente atención, ambles y rĆ”pida atención por parte de todo el personal en registration es lo mejor por parte de la srita Mata y Jessica P.','2020-08-03 01:40:01.000000','237100240304186'),('4101764209851357',1,'everything was great. Stanlisha and Heather and Wyatt was great','2020-11-21 02:00:08.000000','299216637560955'),('4103696069644055',1,'This place is so amazingly fast ...and it’s so nice and clean and the staff is always super friendly and Lacy was excellent with me and she made me feel so at ease. I have been here twice and I really like itā¤ļømy favorite medical center to go.','2020-12-17 02:49:08.000000','251751275488925'),('410707483507288',1,'Great experience and alvean was very helpful thank you','2020-12-16 22:24:59.000000','167959367441528'),('411034420298952',1,'The service is fast and the employees here are really caring. Krisandra checked me in and helped me throw the process on filling out my paperwork and in a timely manner. I had ekatenil and Marcos who did the covid test and made it a fast and funny experience. You might not expect to laugh while getting a covid test but here you do. I did have dr.O’Malley who was very kind and actually took the time to come and check on me and gave me tips on what to do after I get my results.','2020-11-03 20:20:59.000000','167959367441528'),('4118210074920545',1,'Rachel and manny were very nice and professional everything was quick and easy! Thank you!','2020-07-24 19:49:47.000000','237100240304186'),('4119137134778957',1,'Awesome service! We were in and out! Diana and Sindy were extremely nice and helpful. They explained everything toughly. Dr. Thomas was able to diagnose me very quickly. Tech Fatima explained my condition and what to do next. Definitely recommend!','2020-03-07 04:01:59.000000','544778295636544'),('4120488044692867',1,'excellent service and with all the precautions and care for all','2020-07-13 04:25:29.000000','1608991329419166'),('4121954991212229',1,'Nancy, Gabby, Dr Nilang Patel, Lorena Hollie & Jessica are all super helpful and so sweet.','2020-08-02 16:19:17.000000','237100240304186'),('412402103222852',1,'Jessie and Mckenna were super helpful at registration on Sunday night.','2020-11-17 00:49:18.000000','299216637560955'),('4124107600952286',1,'I was very happy with how I was treated at this ER. The Doctor and nurses were very polite and thorough in my examination. The Dr took time to explain my condition and how to treat it.\nI would recommend it to anyone needing to be treated quickly and thoroughly.','2021-01-02 02:17:18.000000','237100240304186'),('4125653150797187',1,'They are very helpful and answered all of my questions Ekaterini and valory made me and my coworkers visit quick and painless did not wait long to get seen.šŸ‘šŸ¾','2020-11-10 20:57:31.000000','167959367441528'),('4126788840671639',1,'Jamie and Jacob took great care of me. It was quick and informative. Answered every concern I had and I was it the door within the hour.','2020-12-15 02:29:10.000000','251751275488925'),('4131667046875098',1,'My first and only visit to Signature Care was absolutely AMAZING! We were treated EXTRAORDINARILY well by Katherine who made getting tested a fun experience! She was VERY approachable and fun with my kids and had them laughing the entire time! I feel as if she actually cared about the health of my family and I would recommend this Emergency Center to any and all who reads this! Thanks a lot Kat!','2020-07-15 18:47:08.000000','251751275488925'),('4131753470188111',1,'very nice and courteous people quickly fix me right up done right','2021-01-09 02:30:33.000000','1609539722669429'),('4135340429843355',1,'Signature Care ER Center is amazing. They treat you like royalty with warm blankets, water and kindness. Luisa and Alvean were awesome.','2020-12-27 15:48:50.000000','167959367441528'),('4136684789679527',1,'Great experience! Nurse Kelsie was the best!','2020-12-19 16:24:02.000000','235046800697531'),('4136947722987059',1,'Josh at the front desk was very friendly and caring.','2020-12-16 19:08:48.000000','544778295636544'),('4137742512906485',1,'Best local Er in Texarkana. Nurse Kara is very kind and compassionate and gives exceptional care.','2020-10-24 03:59:19.000000','235046800697531'),('4142750789084463',1,'They were fast and efficient. The doctor and nurses made sure that I was comfortable and at ease they also made sure I knew all the information and understood what they were saying. And answered all the questions I had','2020-03-03 12:03:36.000000','1787364321589026'),('4144085655633093',1,'We went by for the Rapid Covid 19 Test. Adriana & Magally were very helpful & friendly. I made an appointment off of the website, it was very fast & simple.','2020-07-22 15:10:52.000000','237100240304186'),('414578089497353',1,'Friendly service awesome Tanishia and Alicia was great! Thanks','2019-11-15 08:26:15.000000','461782867645453'),('4152100518173878',1,'Jamie, Erika, and Barbara were all so nice and made my visit super quick! Erika was really gentle. Thank you so much ladies!','2020-12-11 01:37:17.000000','251751275488925'),('4152740318074781',1,'My experience at Signature Care was great. AJ and Kim made sure I was taken care of throughout the whole process. I would definitely come back here for any emergency need.','2020-11-25 02:46:47.000000','251751275488925'),('4153418241354233',1,'Ashley w. and dr chris wang and the rest of the staff were excellent and polite. if I have to come back I would not hesitate to do so.','2020-12-12 21:47:48.000000','461782867645453'),('4159711637376452',1,'I came in and this team took care of me so fast and made me feel like all was going to be šŸ‘Œ ok! This team is amazing \nAlyssa P & Dalia R were sweet cas Can be and the doctors and nurses were excellent & caring !','2020-10-08 16:40:06.000000','1787364321589026'),('416779889624677',1,'Everyone here is super friendly and make you feel very comfortable. I especially recommend Megan and Jacob who are the ER Tech and Nurse. Megan is funny and made the whole experience a lot more enjoyable!','2021-01-20 17:52:21.000000','326347177710316'),('4173312762709335',1,'Staff here is amazing!! (Special thank you to Denise, nurse Sarah, and Dr. Chopra). I was in and out very quickly. Clean environment!!','2020-06-07 17:02:38.000000','104213804456471'),('4175923555755369',1,'Excellent service. Very little wait time. Kara and Andrea were great!','2020-12-21 00:01:28.000000','235046800697531'),('4178086975540395',1,'Got the best care from Christina and Clay!','2020-12-19 23:40:06.000000','1698192877146046'),('4192668927470996',1,'The service is Awsome here. The customer service is great the doctors are great. There isn\'t a long wait period at all. I love it #Aerial W was awesome','2017-12-16 01:03:42.000000','1765121397101399'),('4205252159501713',1,'I was seen today by Dr Henderson, Rn Ms Jennifer , Molly and radiologist Gunnar. Awesome service every time I come. Very Caring people that love what they do. Will make sure you get the help you need and make you feel just as comfortable as if you where at home. Would recommend any dayā€¼ļø','2020-12-27 17:05:34.000000','235046800697531'),('4206169072732733',1,'The staff at this location is absolutely the best ever from check in until check out you can expect to be treated respectfully and the staff every time I come here is very knowledgeable about they job they are absolutely the Best. \n Thank You,\n\nPS. My visits has always been neck to neck with being perfect! I really appreciate them all','2021-01-15 16:03:57.000000','829264323932850'),('4217871708255381',1,'Everything! From the check in thru the checkout. The service was excellent. Lots of thanks to Dr. Mathew. Nurse Lynn, Fatima, Hope, Chris, and Tanishea. Great job !','2020-04-20 13:04:35.000000','461782867645453'),('4219349361439222',1,'Dr.Grinblatas is a Angel onearth.I walked in with Anxiety at a high level.With all patients he was seeing he spoke to me relaxed me with his words and I am still overwhelmed with feelings of Gratefulness.I was walking by and over heard him fighting for another patient life.I was astonished.I feel that he deserve so much more than words I am writing. They can not express the Courage and Compassion of this Doctor.Pray for him along with everyone that works here.Dr.Grinblatas is a person to be admired.I will not complain about anything in life after this visit.','2020-07-09 09:13:23.000000','829264323932850'),('4237921672901520',1,'Everyone was helpful from the beginning to the end. Samantha at front desk was very helpful. Nurses Christopher and rondy teamed up and helped each other out. Dr. Do was very helpful and explained exactly what was going to take place. Highly recommend.','2020-12-15 03:25:55.000000','1609539722669429'),('424361134766984',1,NULL,'2017-07-09 13:17:22.000000','544778295636544'),('4246471122033275',1,'they are super friendly. keylee is an amazing nurse.','2020-04-27 01:34:30.000000','104213804456471'),('4255882817771970',1,'Everyone is super helpful and very attentive. Cody was very helpful and made the entire visit easy.','2021-01-01 19:27:29.000000','105589317817643'),('426116235198613',1,'Unfortunately we had to go to signature care for emergency but we really appreciate care given to us by Whitney,Kara, Jalen and Dr Ashbrook. Thanks for all you do. Glad to know we have great place close to home for any emergencies. God bless you all','2020-12-18 05:06:51.000000','235046800697531'),('4262989857108928',1,'I had to take my 4 year old in for pink eye and an ear ache and this was the BEST experience we\'ve both had. She actually didn\'t want to leave!!! I was expecting to be there for at least 2 hours, but my wait was like 3 min in the waiting area, 5 in the room and the nurses and doctors were amazing!!','2017-06-06 18:36:33.000000','1787364321589026'),('426572465397719',1,'It was great! Thank you Kiara & Kim! They were very helpful!!','2020-11-28 17:15:51.000000','299216637560955'),('4267533786609442',1,'very fast..and excellent care','2020-12-02 14:53:26.000000','544778295636544'),('4279151278768560',1,'Tara, NP & Mollie, RN was nothing short of amazing. Highly recommended them both!','2020-12-28 23:54:49.000000','235046800697531'),('428384338046094',1,'everyone at signature care was awesome and fast tonight thanks to reg sita\nxray vanessa\ner tech leah\nDr.thomas','2019-12-18 06:01:38.000000','596022027480375'),('4287654897927088',1,'Awesome experience!!! Quick and thorough care. I am so happy I tried this place!','2020-02-26 19:47:49.000000','251751275488925'),('429149937582735',1,'Hayleigh was friendly and welcoming. The facility is nice and clean. The staff was very attentive.','2018-07-25 03:15:59.000000','1609539722669429'),('429448358492700',1,'Rita, Rommel, Lesly, and Dr. Henderson were so great! definitely recommend!','2021-01-17 23:12:40.000000','1765121397101399'),('429497935103097',1,'I would recommend we care again very friendly staff especially Jennifer and gunner best experience I have had','2020-12-13 21:18:42.000000','235046800697531'),('4296472853711931',1,'I strictly only come to this ā€œurgent careā€ facility for my family. I’d come here too if I wasn’t active duty. This facility gives my family 10x the care in a TIMELY manner than Darnell’s ER ever has. I didn’t know this till today, but I noticed they have a CT scanner in the back. This is quite literally an Emergency Room. I’ve not taken my family to Darnell’s ER since this place opened. Hands down best emergent facility in the area. 10 out 10 recommended','2020-03-10 20:28:10.000000','251751275488925'),('429701248007713',1,'The nurses Alvean and Thuy An were careful and attentive during my stay. They made my visit comfortable throughout my time there. Their Technician Marcus will make you relax while helping you through stay calm, Even though he knows you\'re nervous and worried while he\'s taking care of you while he\'s his job. My overall experience was great I would highly recommend anyone coming for their health problems, Instead of going to the larger well known Emergency Rooms.','2020-09-23 15:04:51.000000','167959367441528'),('4297857733588636',1,'Great and fast service!!!','2020-08-28 15:04:06.000000','1609539722669429'),('4316222701736168',1,'My family just had the Covid testing done and ER tech Leah was so gentle and informative and took her time with my little one. Thanks Leah for making this horrible time a bittersweet experience.','2020-07-04 20:44:12.000000','596022027480375'),('4319061530785',1,'Kind people and great service','2020-10-01 14:50:28.000000','1608991329419166'),('4326556317361191',1,'Had a very good quick experience!','2021-01-12 15:42:34.000000','235046800697531'),('4327256069553',1,'Not the best way to spend a Sunday but thank you so much dr Thomas, Rick and everyone else who made this experience more tolerable.','2020-01-12 17:49:24.000000','1609539722669429'),('4328721067199912',1,'Friendly staff good service and fast didn’t have to wait long would come again in future would recommend it','2020-09-10 19:46:10.000000','1787364321589026'),('432881907519025',1,'the 3rd place i had to go to get actual care and for someone to listen to me. VERY friendly even funny staff members who cover all the bases. brought me a warm blanket and some pudding :) thanks for helping me when no one else would.','2019-04-11 04:39:15.000000','544778295636544'),('434345537608851',1,'I had no wait time, on a Saturday afternoon. Staff were quick and efficient.','2021-01-17 15:36:10.000000','1609539722669429'),('4354539691224679',1,'The staff was wonderful!! Dalia, Tracey and Amy plus our nurse and doctor !\n\nThey were friendly kind and patient!!','2020-07-13 21:46:34.000000','1787364321589026'),('4354599317944944',1,'I Dr. Lindsey was very kind an thorough in evaluating me. I was made comforable by friendly staff like Ms. Delecia, Mr. Rolando, Ms. Karen, Ms. Sonle, and Ms. Amy! Thank you for a great ER visit!','2020-08-23 22:03:02.000000','1648645701907657'),('435622660675905',1,'They took care of us right away! Ms Stephanie at the front desk was very nice! Natalia so was nice to my daughter and tried to make her feel comfortable as much as possible. Rollie gave us so much useful information no other nurse had given me. Dr Nweze figure out what was wrong with my daughter within 45 mins. They ended up finding what was going on, gave me an actual answer AND solution nobody else had been able to do. I was feeling so defeated but Dr Nzewe and the staff honestly made me feel at so much ease, something very few doctors had made me feel. Thank you so much to the entire staff here!!','2019-12-13 10:32:59.000000','1648645701907657'),('4363075147042451',1,'chelsey, Christina, townesend, and dr elsbecker helped me out today with sutures after a fall. They provided really good service. we were in and out quickly and they were helpful and nice the whole visit.','2020-10-07 20:44:59.000000','1698192877146046'),('438125090448428',1,'Awesome got everything taken care of fast great staff & great time!','2019-11-19 22:15:17.000000','235046800697531'),('438480743631431',1,'Very helpful and very friendly. Skyler was so nice as well the staff in the back. Highly recommend SignatureCare 😊','2019-05-25 05:41:21.000000','299216637560955'),('4387412411274830',1,'Hey Josh and Jorge E. did an amazing job and got us checked in and taken care of right away. The doc n staff was also nice and informative šŸ”„šŸ”„šŸ”„','2020-12-16 19:13:42.000000','544778295636544'),('4389573974417266',1,'caitlin in registration was extremely nice and helpful. my next trip will surely be here.','2020-09-17 18:39:10.000000','299216637560955'),('4393205840704384',1,'Lauren the marketer gave me a monster while I was waiting! Super nice staff and very helpful','2020-06-10 22:11:14.000000','1698192877146046'),('4399957503377776',1,'Very clean site and wonderful staff\n from. the front desk to the nurse. Thanks!','2020-07-24 18:16:11.000000','105589317817643'),('440626927324908',1,'I highly recommend this place! Samantha and the entire staff are great. This is our first choice when we need a place to go. 😊','2020-12-16 05:17:35.000000','1609539722669429'),('440952096626700',1,'Customer Service from the front desk to the nurse to the doctor is all #excellent! It makes a difference when you are really sick and don’t need anymore agony in your life, just want to be heard and treated with effectiveness! Thank you SignatureCare team!','2019-10-21 00:12:54.000000','1608991329419166'),('4413371082071456',1,'I really love Signature Care . Great staff customer service. They get the job done, they make you feel like your at home','2020-10-05 16:10:39.000000','1787364321589026'),('4413388552069709',1,'I really loved the Staff at SignatureCare . They were very polite . They get the job done and made me feel like I was at home.','2020-10-05 16:14:41.000000','104213804456471'),('443312253153753',1,'Really nice staff, Lisa V. very helpful and understanding as well as Delpha helpful and nice very patient. Dr Osiecki explained questions I had very caring for my daughter. I do recommend this place to anyone','2019-06-06 22:33:32.000000','237100240304186'),('4442194569139794',1,'Amy, Gracie, Dr. Edwards and Sean were quick and the service was great- this is the place to come for any service you need!','2020-04-23 00:47:55.000000','167959367441528'),('4450080972077',1,'Fast and speedy service and great staff Gabby is Great!','2020-10-22 01:42:20.000000','104213804456471'),('445287705994698',1,'I came in with my service dog needing help due to back pain that was beyond what my other NSAIDs and OTC pain medication could help. I was having difficulty concentrating due to it.\n\nI was helped and invited in. Had a warm blanket offered to me 3 or 4 times... :p I got a toradol injection, and a muscle relaxer that I will add to my as needed set of meds until I can get in to see the rheumatologist to find answers for my all over chronic joint pain.\n\nSo... yeah. I got in fast (like, I was there and gone in about or maybe even under an hour. Even my regular PCP visits aren\'t that fast!), everything was explained to me in full, and everyone treated me nicely and professionally.\n\nI would DEFINITELY recommend them to others.','2018-01-23 16:55:27.000000','544778295636544'),('445509586830583',1,'Had a guy named josh that took my blood was really easy and made it comfortable!','2021-01-16 04:35:56.000000','235046800697531'),('4467169823356848',1,'I had a pleasant experience here. The staff was all very polite and professional. They all made me feel well taken care of!','2020-10-08 00:43:18.000000','1765121397101399'),('4483544211663474',1,'Brittany was Awesome! She kept me informed eventhough I wasn\'t able to be with my family member. Great place when in need of care.','2020-08-04 18:29:03.000000','461782867645453'),('449637326445169',1,'I had to bring my son to the ER care center in Killeen early this morning due to his asthma making it hard for him to breathe. When we first arrived Angela was so professional and sweet and got us back very quickly. Jaime our nurse was so attentive and professional. I truly appreciated her knowledge and compassion. Dr. Hasegawa is an amazing doctor and was very informative and attentive to my son and his needs. I truly appreciated all the professionalism shown as well as so much care and compassion for the needs of the patients coming in. \nI HIGHLY RECOMMEND SignatureCare Emergency Center-Killeen!','2021-01-13 09:59:11.000000','251751275488925'),('449755258922988',1,'Very professional and clean atmosphere. The staff was very caring and I was not left in the dark about anything. They made sure to explained every step and procedure in detail. Again thank you to Mrs Robin , Mrs Jennifer and to Mrs Brooke and also to Dr. V šŸ™‚','2019-06-06 04:52:42.000000','299216637560955'),('4519174071486870',1,'Jessie and McKenna were very helpful and quick from the start. Good experience all the way through.','2020-11-15 05:38:50.000000','299216637560955'),('4521148607903706',1,'the Lady at the front desk ITZA was super friendly and nurse VIVIENNE AND GINA were super friendly and helpful and MIGUEL he was quick and supper nice','2020-02-21 21:47:11.000000','1609539722669429'),('4524597654224533',1,'Lorena and Amanda are amazing and so are the rest of the Staff.','2020-07-25 19:26:36.000000','326347177710316'),('4529719223737171',1,'Thankful for the ladies at Signature Care! Keily, Heather, and Ashely! \nWe are ALWAYS well taken care of!','2020-09-25 23:38:39.000000','299216637560955'),('4533225350082326',1,'Great Staff, keeps you positive through the negative and would recommend them 10 times out of 10. Very nice people and facility.','2020-10-27 06:04:52.000000','326347177710316'),('4535859433122514',1,'They’re fast and efficient! Thanks to everyone who works there they’re great!','2020-10-14 12:46:07.000000','1608991329419166'),('453790945450297',1,'The Staff @ SignatureCare EC, was great and very caring. They were very helpful and informative, they treated me very well and was very attentive to my reason for being in the SignatureCare Emergency Center. I would recommend this center to everyone.','2019-04-23 00:20:23.000000','167959367441528'),('454311751725653',1,'I think that this is the best place I\'ve been to for treatment. Cindy C. Dr Patel.Mr.Jesse','2018-09-10 16:21:44.000000','544778295636544'),('457021088180606',1,'Their staff is amazing and very comforting. Thank you Ashley B, Erica, and Ashley K.','2019-07-11 14:07:14.000000','299216637560955'),('4575947799146762',1,'Polite and informative staff','2020-11-14 19:00:00.000000','251751275488925'),('4591999234207614',1,'The ladies doing the registration Gracie, Evelyn, Candice they were so nice and did everything fast and easy it was awesome experience I would definitely recommend me not forget the nurses Manny and Erika they did an amazing job got me in quick and out quick','2020-11-05 15:36:03.000000','237100240304186'),('4596354470378342',1,'My fiancĆ© went there and they took very good care of her and all but one of the people up at the front desk were very nice and caring. If I have to go to an ER and can make it to Paris. I highly recommend.','2020-08-06 11:16:27.000000','299216637560955'),('4597602816940645',1,'Awesome visit with Molli, Dr Yost, Mandi, and Carla were very pleasant and friendly. In and out with a true diagnosis from a real doctor.','2020-12-26 15:11:55.000000','235046800697531'),('4599675930074936',1,'This is my second time here and it’s always a great experience. The staff is friendly. The last time we were here the made sure my daughter was comfortable. I highly recommend this place over any in the area!','2020-09-30 16:28:17.000000','251751275488925'),('460146438273734',1,'the nurses and doctors are awesome.','2020-01-02 12:59:32.000000','235046800697531'),('4609388189103099',1,'It was fast and friendly.','2020-10-31 20:04:17.000000','237100240304186'),('4628589983825269',1,'Quick & friendly staff!! Thanks Lorena T., Amanda C., Jacob O., Torie W., Rachel, Patrick, & Dr. Vackey','2020-09-12 20:56:47.000000','326347177710316'),('462971905018636',1,'I walked in and they treated me with kindness told me to fill a slip then they would call me when they were ready for me. Then when they called me they were fast and friendly.','2020-11-07 02:53:38.000000','237100240304186'),('464498450988418',1,'Signature was great! Robin at registration, nurse billy and tech courtney were all amazing!','2019-05-14 01:46:50.000000','299216637560955'),('4646000198775822',1,'Quick and easy experience friendly staff! Thanks Brenda and Cody!','2020-10-20 14:15:29.000000','105589317817643'),('4650182915023771',1,'Everyone I encountered at this center were very welcoming and made the entire process for covid testing very comfortable to endure.','2020-10-24 21:25:39.000000','104213804456471'),('465166957410174',1,'Thay are very good take care of you very fast.make sure you ok.before you leave','2019-10-10 23:14:21.000000','167959367441528'),('465498747679057',1,'they are prompt, friendly, willing and wanting to help/great customer service with a smile. They make you feel at home. The number one thing is taking care of you and making sure that you are ok before you leave. Oh and the blankets they cover you with are so warm and wen it gets cold they give u another blanket. \nthis is a shout out to Leslie for getting me in to see the doctor. Olivia thanks for making comfortable. Dr. Siddiqui for your genuinely interest and care for patients. I really feel that my need was met and questions answered. Thanks, keep up the good work!','2019-12-17 16:06:35.000000','1608991329419166'),('466370984172802',1,'Very thorough and good service','2019-05-20 07:37:59.000000','251751275488925'),('466406180521806',1,'The staff were very concerned and courteous in helping me get over the flu.','2018-02-25 11:45:45.000000','544778295636544'),('4677093538998691',1,'I like this place they took care of my as soon as I get there. 100% recommended! Chelsey and Clay were the ones that assisted me on my visit and they were the best!','2020-11-22 00:02:30.000000','1698192877146046'),('468632046875921',1,'Ms.Shelly and Mr.Adam were the best! They made sure everything I was very adjusted.','2017-03-01 14:27:13.000000','1608991329419166'),('4695878350483678',1,'Quick process to be seen, Caitlin P is very friendly and attentive.','2020-11-08 00:02:41.000000','299216637560955'),('469649866854827',1,NULL,'2017-03-25 03:00:34.000000','1609539722669429'),('4698942310178352',1,'Awesome visit Lindsey and Kate at registration were friendly. ER nurse Gabe and ER tech Rachel/ Rad tech Kathleen were nice and made us feel welcomed!','2020-10-29 00:41:12.000000','544778295636544'),('4702138843191952',1,'Very helpful. Thank you ladies in the front desk..Jessica, Bianca and Evelyn!!','2020-11-18 20:17:23.000000','237100240304186'),('4721037521303191',1,'The entire staff, from Dr. Yost to tech Brady, radiology tech Jaylon, and nurse Whitney to Shelbie at the registration desk were as nice and helpful as they could possibly be. They took wonderful care of Jennifer and had her on the mend in no time. Thank you everyone!! Highly recommended!!','2020-12-22 03:28:45.000000','235046800697531'),('472124976635006',1,'Wonderful and friendly staff. Very professional and prompt timing on everything. They have all the equipment needed for testing here, no need to go somewhere else. Drinks and refreshments provided. They even gave my kids a kids a bag of snacks to share for the week. Excellent experience! Will refer!','2018-05-15 13:20:03.000000','1765121397101399'),('4731564250203168',1,'Yes, 100% recomend , it’s a professional and friendly attention all the team, specially Maria Lara she the one in front desk she helped us with all our questions when we were answering the paper work , very educated and nice person!!','2020-07-17 04:19:08.000000','1609539722669429'),('473833859790448',1,'Great people','2018-08-03 19:26:14.000000','544778295636544'),('4742407129133821',1,'Very nice nurse, ER technician, Physician, radiology, facility manager,(Jamie,Teresa,Kim,Jacob,Hasagawa,Alicia,Carl\n\nThanks for the service and take care my daughter with a teddy bear and sticker ā¤ļø','2020-12-09 03:00:28.000000','251751275488925'),('474595940126120',1,'Came in with my crazy husband... he is always doing crazy stuff. But as soon as we walked in to emergency room we felt very welcome. Tanishia was a very welcoming offering drinks and treats. We love her. Dr. Thomas stitched up husband and nurse Sarah G helped us get in and out.','2020-01-17 08:56:34.000000','461782867645453'),('475399299866550',1,'My experience was excellent. Always a pleasure seeing everyone. Keera was great!! Thank you all!!','2019-05-30 17:48:00.000000','544778295636544'),('4755374691169569',1,'Everyone was amazing! Super friendly and took care of everything I needed! Third time here and have never been disappointed! A must when in need of an emergency visit! \nThanks to Fatima, Tanishia, and Dr. Thomas! Amazing staff!!','2020-10-16 05:16:19.000000','461782867645453'),('475661182950451',1,'Excelente care and really nice staff.','2018-08-24 00:49:03.000000','1765121397101399'),('475859463338282',1,'The E.R. Service was amazing . Front customer service Samantha was nothing short of exceptional . Staff nurses and Dr were super friendly and very helpful.','2020-01-21 05:13:43.000000','1609539722669429'),('4763353200371472',1,'team for taking care of me. May God bless you all and keToday i came in to get tested for covid and at the front desk was Keshawna, Cecila, and Kim the where very helpful and quick to help me with all my questions and signing me in. Then i had two nurse Gina and Vincent they where wonderful also. Thank you be you safe. ☺','2020-10-02 17:52:04.000000','1609539722669429'),('4773852109352258',1,'I had no problems going to Signature carešŸ‘šŸ¼','2020-12-27 23:02:29.000000','235046800697531'),('477414083175628',1,'My experience at Signature Care went smooth. The nurse Nicole was extremely patient and helpful and offered my husband and I warm blankets while we waited. The ultrasound tech and the doctors took great care of me.','2019-12-27 00:24:12.000000','1787364321589026'),('4776004439106633',1,'Had a great experience with Lorena T, Kate M at the register! Super welcoming and helpful :)','2020-10-17 17:49:26.000000','326347177710316'),('478704905874942',1,'The staff and doctors were so friendly and the wait was super short!','2016-05-02 14:38:18.000000','544778295636544'),('480898609468850',1,'Norma and churiah are very considerate and polite choose signature care for your er','2020-01-25 22:39:14.000000','1608991329419166'),('481195762760504',1,'Friendly staff, I didn’t have to wait at all ..they took care of me right away Thank you Christine M.\nBrandon, Dustin and Tatiana :)','2020-02-20 02:02:42.000000','1609539722669429'),('4823698787671903',1,'I’ve been here twice for Covid testing and each time the staff have been so kind and welcoming. They never make you feel small or like you don’t matter. The service is typically very quick and efficient. This most recent visit I had Georgia as my nurse and she was absolutely incredible. So easy to talk to and made my experience seem to fly by. Would definitely recommend coming here for any emergency!','2020-11-17 01:17:45.000000','104213804456471'),('4835279073180547',1,'Kandi in the front is super awesome!!','2020-12-23 09:43:43.000000','829264323932850'),('4845149105555538',1,'I had a great experience today at Signature care. Keily made it a breeze getting checked in! Thank you! I recommend this place to everyone!','2021-01-26 20:31:11.000000','299216637560955'),('486487478966521',1,'I would recommend anyone too this ER they really take their job serious. The staff was amazing.','2020-01-31 21:16:41.000000','1609539722669429'),('487550365449955',1,'In the middle of a bad situation, I couldn’t have asked for better or more compassionate care! From registration with Ashley B. To the care I received from John B. And Ashley K., my whole experience was amazing! I actually had to spend the night for observation, and was just overwhelmed by everyone there! This is what emergency care is supposed to be!','2019-12-15 17:01:46.000000','299216637560955'),('487717258642224',1,'Thank you for the great service you guys helped a lot','2019-07-04 05:16:45.000000','1787364321589026'),('4886416781375981',1,'Very Friendly service. Some doctor\'s are understanding and caring','2020-10-30 00:25:24.000000','1787364321589026'),('488973491857831',1,'Great staff!! From the nurses to the doctor! Highly recommend bringing your little ones here. They were so fast and patient with my one year old! If needed I will definitely come back here.','2019-06-11 20:45:22.000000','237100240304186'),('4890770957659741',1,'stanlisha and Heather was great!','2021-01-17 01:57:08.000000','299216637560955'),('489251478675264',1,'Gracias a todo el equipo. Estuvo maravilloso, se los recomiendo. Ellos son: Starr. Joseph, shaylene, Trisha y Alissa. La atención inmediata. Gracias.','2020-02-01 15:51:01.000000','1787364321589026'),('4899450476796435',1,'Came in for a emergency, the night crew Diane, Gino,Tanja, Odeite, and Dr Liryan , assessed me quickly and helped me find out what was going on. I had to stay until the morning and the day crew Amy,Matt,Kasarh,Emily, and Dr. Mildin, treated my with so much care. Thank you so much, I recommend anyone to come here and get great treatment.','2021-01-17 16:10:20.000000','105589317817643'),('4911925098848908',1,'Very friendly and courteous staff. Got us In and out quickly. Josh and Kira did a great job.','2021-01-13 16:50:00.000000','235046800697531'),('491372827952785',1,'When I came to this clinic I was in a lot of pain, and more than a little nervous. I have to say from the moment I stepped foot in the door they were just incredible. I felt so bad being there for an earache but it really needed medical attention. The staff was Vastly knowledgeable and very thorough. They will definitely be my go to for any emergency issues! \n\nDR. FAIG ZVI OFER M.D. \nNurse: Noyes,Laura','2017-11-29 20:57:04.000000','544778295636544'),('491597438464370',1,'I visited the ER early October for middle back pain . They were so good to me! The nurse and doctor was reassuring and kind. Good job Texarkana Emergency Center ! Thank you.','2020-10-24 16:06:13.000000','235046800697531'),('491865657903591',1,'I had an extreme migraine and was expecting to wait hours to be seen, helped and discharged, but instead I was greeted with quick service and a friendly staff. Each member was kind, told me exactly what was going to happen, and did it in a timely manner. I would definitely recommend going to this facility! Great service!','2017-04-12 03:31:50.000000','544778295636544'),('4918970784809932',1,'Oh my goodness, no wait at all! If an emergency arises again, this will be my location to come. Thank you for a great service!','2020-11-10 02:48:13.000000','1609539722669429'),('492897098125645',1,'I had a great experience here. They were really professional. The nurses Kim and Corey. Especially DR. Patel. Can’t forget the front desk being very very helpful Shania and Sita. I recommend anyone to come here!!!!','2019-07-24 01:43:04.000000','596022027480375'),('4931216850229209',1,'Helped us out in a timely manner fast and friendly made sure we were well taken care of','2017-12-18 02:42:07.000000','1765121397101399'),('4950429008306354',1,'Incredibly fast care! Jenia, Mercy and Diana at the desk did an incredible job!','2020-12-30 15:07:14.000000','829264323932850'),('495718814409447',1,'Tobie, RN Mollie, and Eric were so great with getting us checked in and in a room! So thankful!','2019-12-29 08:51:25.000000','235046800697531'),('4969287363085143',1,'I had a great visit at signature care today. I brought in my 3 boys to get tested for the flu. Vanessa Garcia in the front helped check me in fast and easy. Great job and this location is very clean. Staff was friendly.','2020-09-30 00:46:40.000000','167959367441528'),('4974098472600585',1,'I’ve been twice to this place for the rapid covid test and the staff are always friendly plus you get out quicker than other places l’ve been before. A big Thank you to Elizabeth, Gina,Dion and Dr. Siddiqi they really know how to take care of their patients!!Highly recommended!!','2020-11-09 03:08:34.000000','1608991329419166'),('4977949312231133',1,'Today I got tested for covid here. All of the staff were very hospitable and answered all of my health and financial questions promptly. Courtney Timmons and Mandi Mayo both treated me with the type of courtesy that will have me back for any further medical issues.','2020-09-17 15:17:08.000000','235046800697531'),('497802227539733',1,'They’re very friendly and professional. They will attend u right away. Faster than an ER in the Hospital. Dr Miller was great. I was than seen by Dr Yusuf. All personal were great.\n\nThe only downfall to this please is they were not able to give me a pain medicine that works for me. The following day after my visit I was on hold for literally an hour. I hung up and had to call back and let them know how long I was waiting before I was able to get someone to help me. The first medication gave me a lot of pain in my stomach the second one was a muscle relaxer It did nothing for the pain . After that they were done with me, they couldn’t help me anymore. I have to see a specialist, it takes three weeks so what do I do in the meantime? I’m in tremendous pain. All they could say was, sorry 😐 \n\nI’ve been going to this place for three years and they have always been able to help me except for my last visit.','2020-01-16 17:26:16.000000','1609539722669429'),('4979355685440904',1,'Very kind and helpful staff. Christopher C. Was my nurse. Very attentive and courteous!! Very clean facility as wells.','2020-11-11 07:22:02.000000','1609539722669429'),('499791640554267',1,'The girls at the front Ashley B and Tiffany were very helpful and friendly great staff and super fast!','2019-04-17 22:17:42.000000','299216637560955'),('501490833696001',1,'It was great everyone was nice and very helpful I plan to come back here if I get hurt again.','2017-09-05 18:40:49.000000','326347177710316'),('502005310470540',1,'Team was awesome! Very informative, and make you feel very comfortable! Highly recommended ER!\nDr. Morrical \nNurse Irving\nRadiology Tech Sherwin\nE. R. Tech Christian\nRegistration: Carly','2020-04-02 06:53:05.000000','829264323932850'),('502476393563509',1,'I came in last minute thinking I\'d be there all day and be late for work. I didn\'t have to fill out the first page of my paperwork and was called back. The front desk attendant, nurses and doctors were extremely helpful, sounded invested in my concerns and got back with me promptly to let me know my options for treatment. This is not common in service. They really are about their patients, and obviously one another. No business runs this smoothly with a staff that doesn\'t work together. I had an earlier visit when my daughter hit her head on the swimming pool. Same amazing care and service. I adore them as much as my primary doctor. Kudos to this awesome crew. You are truly the best and we are blessed 😃','2017-03-02 00:38:54.000000','544778295636544'),('503727053871735',1,'Wonderful team , maya was the best made the experience very comfortable for me .','2020-02-27 17:45:47.000000','829264323932850'),('504764980340527',0,'Great place!!!!! Very fast and caring...Thanks to Ms. Rose, Ms. Amy, Ms. Shade, and Ms. Natasha!!!!!!','2019-08-10 21:51:39.000000','251751275488925'),('5047984508561004',1,'The service excellent. The staff is very patient to your needs and very knowledgeable. I will continue to use their service.','2020-10-13 01:57:25.000000','251751275488925'),('5058204567530827',1,'The Staff is so amazing and friendly! The ONLY place I’ve ever felt cared for. I will always come here for myself and family for any emergencies. I definitely recommend this place to anyone. They also see you quickly and not have you waiting. :) Thank you to every staff member that has helped myself or family member.','2020-11-06 15:57:02.000000','251751275488925'),('507528796842390',1,'Goot polite and respectful \nPersonal','2020-03-09 01:29:35.000000','104213804456471'),('5078134302226992',1,'thay wer great šŸ‘ and had snacks šŸ˜‹ made shear i was well','2020-12-19 00:00:01.000000','235046800697531'),('509088696163362',1,'They diagnosed my problem and had the solution I needed. Overall, I would recommend Signature Care @ Memorial City for your emergency medical needs.','2018-01-08 23:18:11.000000','1765121397101399'),('509214466551893',1,'the staff was fantastic. they were quick and very attentive. Lisa V. was great as well as Andrew, David and also Jocelyn at the front. Dr. Estevez explained everything well.','2019-07-14 04:51:36.000000','596022027480375'),('510438163041765',1,'Awesome experience \n Robert H- he was amazing and he was smiling with my son\n Dr Iheme-he was very nice\n Melissa E-when you always come she always treat with a beautiful smile','2019-09-08 06:56:56.000000','167959367441528'),('5108407595865983',1,'Chloe, Alaina, and Harrison were great. So kind and professional.','2020-12-17 23:44:53.000000','235046800697531'),('510924076396551',1,'Very fast and kind! Fancy facility.','2019-10-04 05:55:59.000000','251751275488925'),('511159619358346',1,NULL,'2017-08-10 11:42:19.000000','1765121397101399'),('511221136464140',1,'My mom was almost fainted this early morning, we rushed to the nearest signature care. The Doctor, Dr. Orthis and staffs, Christina, Tino and John are really professional. They gave her an exceptional care, checking everything to make sure she is OK before discharge.','2020-03-15 17:16:57.000000','829264323932850'),('5114240661935478',1,'Very nice and helpful and kept wonting to give me a blanket they wonted me to be at ease. Very nice just so far away.. they even called my dr and he came there.','2017-08-22 03:30:56.000000','1765121397101399'),('5124756914208429',1,'super nice great service , git me a warm blanket and made sure I was well taken care of!','2020-10-05 14:24:33.000000','235046800697531'),('5130763683607856',1,'Went in for a COVID test and was nervous. I had heard all the horror stories about how bad the swab was. Daisy did mine and it wasn’t bad at all. And she got me a heated blanket as soon as she put me in a room. Daisy was awesome!!','2020-10-19 22:31:05.000000','299216637560955'),('513539879563402',1,'Tanisha is the sweetest lady here and so caring btw she’s also very optimistic and just makes any person feel better ! Thanks for everything.','2020-03-04 06:50:21.000000','544778295636544'),('5151108058263180',1,'I went in to get a covid test at this location. In the beginning I was very nervous but Miss Alvean A. the one that did my test reassured me that it’s not going to hurt as much. I ended up getting a covid test and a strep test. However, after everything she was right it didn’t hurt as much. Plus she was pretty cautious! The employees here are genuine and it is very organized. I even got a warm blanket to keep me warm. Highly recommend going to this location!!','2020-11-28 20:44:24.000000','167959367441528'),('516047555525148',1,'Es una super super emegercy care y e recomendado mucha persona y dise que son super el personal y la atención es lo mejor de Houston yo siempre boy al de hwy 6','2017-01-03 00:48:43.000000','544778295636544'),('517434085740061',1,'They treat you right !!! And take there time with you','2019-09-28 18:02:27.000000','544778295636544'),('5186064951418653',1,'The staff was very pleasant and helpful. The wait was not long. I was offered a warm blanket, and asked if there was anything else that I needed. This was my first time there, and I highly recommend them!! Thank you Dr. Ashbrooks and Nurse Whitney for taking such excellent care of me. Ya’ll were awesome!!','2020-12-20 06:56:22.000000','235046800697531'),('5194867077205575',1,'First time visit\nDr. O’Malley and his team made this a great experience for myself. All staff were so nice, attentive and took great care of me.\n\nI would definitely recommend this facility.\n\nNurse Tiniceia\nNurse Jeffrey\nRad Tech Greg\nER Tech Greg\nRegistration team Melissa and Tia\nYou guys are the best!!\nMichelle W','2020-10-24 04:30:22.000000','167959367441528'),('5194867220538675',1,'i went to Seton a week ago it was the worse experience ever doctor was uninterested in my visit. I came to Signature Care a week later with the same concern as before and the service here is amazing. the gentleman who took my vitals was very cheerful and listened to my concern. the vibe here is welcoming. the nurse offered my daughter who was with me some refreshments and myself as well! I would definitely come back (not that I plan on it) but Signature Care would be my number one option. thank you all for all that you do! it is appreciated ā˜ŗļøā˜ŗļø','2020-10-28 04:35:02.000000','251751275488925'),('5196315200393836',1,'This place is great! I got in to see someone in a timely manner. Once in the room, I was brought a warm blanket and offered water, gatorade, etc. Tessa, Amanda & Kate, Morgan Scott, & Dr. Cabaniss were so nice and helpful. Great place.','2020-10-16 20:34:10.000000','326347177710316'),('519804708640890',1,'Staff was great! Kudos to Alvean, Marcus, and Patricia!!!','2020-02-06 22:53:47.000000','167959367441528'),('5211763002170911',1,'Staff was able to get me in quickly. Lacey and Jordan had excellent patient care.','2020-10-21 21:10:40.000000','167959367441528'),('521662288695679',1,'very friendly! professional! And accurate to their positions with one\'s health! will return if needed for the good quality of care they provide deeply!','2020-01-17 08:55:50.000000','235046800697531'),('5224611307578945',1,'The staff was great and very helpful. Megan, Gabe, Donovan and Drew made sure I had everything I needed during my visit.','2021-01-25 06:15:26.000000','1698192877146046'),('522582194820546',1,NULL,'2016-12-02 16:06:53.000000','326347177710316'),('5240106556003290',1,'Alvean and Valory were great. The service was great and the wait time was short!','2020-11-18 20:57:41.000000','167959367441528'),('524066688424134',1,'they are very caring. It was quick also and easy. Everybody was nice.','2019-09-28 17:22:00.000000','544778295636544'),('524156335027940',1,'Great staff and excellent service. Attended us very quickly. Left very satisfied.','2019-10-05 02:36:46.000000','237100240304186'),('524435808197793',1,'One of the best services i’ve ever had. very fast and timely, my nurse gave me warm blankets and made sure i was very comfortable.','2020-02-13 00:40:27.000000','299216637560955'),('525396104653197',1,'everyone was great and very attentive to my needs and. concerns. Great bedside manners.','2019-02-01 04:59:40.000000','1787364321589026'),('527251481072689',1,NULL,'2018-04-27 12:11:23.000000','544778295636544'),('527553488235918',1,'staff was nice fast in and out visit I highly recommend you take all your emergency visit here.. luisa was awesome','2021-01-17 19:45:22.000000','167959367441528'),('5285471304797163',1,'We had a great experience. Josh and Mollie took good care of us.','2021-01-23 19:00:16.000000','235046800697531'),('529847107664538',1,'This was by far thee BEST emergency room I have ever visited. The hospitality is exceptional, and Dr. Chowdhury listened first, and made sure I understood his reasoning. The Rad Tech (Nanci) along with Nurse Steve acted quickly and made us and our comfort a priority. The Registration nurse didnt overwhelm us with billing and insurance at any momenrt during our visit. I wish this Doc had a practice I would most definitely make him my PCP.','2020-03-14 01:33:32.000000','1608991329419166'),('530405737698953',1,'The staff here are amazing!! The wait was extremely short and my entire visit wasn\'t long either! Signature Care Will be my first option for care! Great job!!','2019-08-31 19:30:02.000000','1787364321589026'),('5322785544413253',1,'I always have the best experience from the beginning to the end of my visit at signature care. Nice and knowledgeable staff and not to mention super friendly. Also it is a very clean environment.','2020-12-28 15:48:36.000000','235046800697531'),('532858530497315',0,'This place takes cash or Blue Cross only. They will not treat you if you have any form of Medicare or Medicaid. Fancy looking but discriminatory!','2017-08-25 05:50:58.000000','1698192877146046'),('5343896902303085',1,'This is the best emergency care I have ever received in 40 years. very great staff from, the time you walk in till the time you leave, they treat you great, offer you drinks, warm blankets, and listen to you. VERY clean','2020-12-07 17:16:10.000000','235046800697531'),('534518303680019',1,NULL,'2016-10-20 14:07:02.000000','544778295636544'),('535631750294040',1,'Thank you Signature Care and all your staff for taking good care of my brother in law and going the extra mile for him and again thank you Dr. Ding , Amy front desk and RN Chris I appreciate the work you do for all patients that come here .Ms.Semetria M.Gary family of patient Floyd N. Williams again thank you for taking good care of him and making his stay comfortable Ms.Michelle Jackson family of patient Floyd N.Williams','2019-04-27 17:33:10.000000','1609539722669429'),('536276163464772',1,'I love this place, they\'re great! I came to this place with a spider bite and they were so helpful!','2017-03-29 03:33:22.000000','326347177710316'),('5371393362958412',1,'Jessica in registration is great ! She was very helpful and super nice, will definitely be coming here for any of my emergent needs from now on!','2020-10-26 23:33:43.000000','237100240304186'),('539196049917281',1,'Quick, great nurse Manny Guerro and great Dr. Osiecki.','2019-01-19 16:55:49.000000','237100240304186'),('539279856604843',1,'I had a very pleasant and professional experience. My nurse Manny was very attentive and tried to make sure that he was being as gentle as possible. Dr. Osiecki was very nice and kept me at ease while she stitched me up.','2019-06-08 21:18:41.000000','237100240304186'),('541049543031935',1,NULL,'2017-01-17 17:26:40.000000','544778295636544'),('541633536789206',1,'The facility is very clean and the care team was on point. Everyone was very friendly, nice, and caring.','2020-02-25 18:29:34.000000','829264323932850'),('5418779551481513',1,'Awesome, friendly, and quick service.','2020-12-11 18:03:58.000000','829264323932850'),('542291182908984',1,'This is a good place to go in terms of emergency care. The nurses are well trained and kind','2016-10-28 19:51:12.000000','544778295636544'),('542806676483677',1,'Great experience for my friend \nI liked every single employee who helped her. \nMs Lynn \nMr Daniel \nMs Tanishia\nAnd Dr Henderson','2019-10-28 02:18:09.000000','461782867645453'),('542939162908407',1,'Very good care I had today thank u so much for all the attention everyone put into me today','2019-07-10 22:09:55.000000','251751275488925'),('5430796516946315',1,'The staff is nice and very helpful they are pretty quick about getting you in the back to be seen and Lucas and Andrea were great with getting my test done and giving information when asked a question','2020-12-21 15:14:59.000000','235046800697531'),('544673356371740',1,'very gud I would recommend this place to everybody staff realli nice n helpful','2019-11-25 13:48:56.000000','1609539722669429'),('5452662608093279',1,'Great facility but overall I want to give the spotlight to the nurse that took care of me, Jacoby !!!! He is amazing at what he does, he made me feel comfortable during my visit there. I am always afraid of the emergency room but being under his care made me feel relieved !! if i ever had to go back i wouldn’t want any other nurse but him, not that other nurses there are not great but he was my angel during my stay .. Thank you Jacoby !!!!','2020-12-10 03:14:01.000000','299216637560955'),('546384605789442',1,NULL,'2017-08-13 22:53:24.000000','1787364321589026'),('548970578889217',1,NULL,'2017-03-25 15:42:07.000000','1609539722669429'),('549147865618305',1,'Great hospitality and immediate care id give this hospital a 10 out of 10','2019-05-06 23:54:48.000000','251751275488925'),('549936779168459',1,'Tanishia was very kind and welcoming and was able to help me out as soon as possible.','2019-11-06 06:24:15.000000','461782867645453'),('551706002323202',1,'very quick and clean , way better than waiting for post hospital','2019-10-04 05:56:44.000000','251751275488925'),('554889658423760',1,'nurses dawn, norma, and raj all took very good care and concern for me, dr yusuf helped me get better and saved me from an excruciating illness. the entire staff is wonderful and considerate and works really hard. this really is the best e.r.','2019-12-20 21:27:31.000000','1608991329419166'),('555571968502023',1,'My sister was admitted today and I forgot to mention nurse Blake. Thanks Blake!','2020-02-11 01:00:28.000000','1648645701907657'),('555657358211245',1,'Great Er!','2018-08-11 18:03:32.000000','544778295636544'),('558402511695356',1,'awesome staff!! I was seen by Dr. alcantar, nurse Lisa V, and receptionist Sita and they were all absolutely lovely!! I was treated quickly and out soon!','2020-03-04 02:55:28.000000','596022027480375'),('559671767983485',1,'They have nice service and Jocelyn,alvean, and thuy are nice workers.','2020-02-22 22:22:56.000000','167959367441528'),('560400791082761',1,'This Emergency Care center is great!! they are very fast and efficient...! They answer any and all questions with much information.. We were in and out in about an hour! Dr. Garcia was very nice and sweet... any future emergencies I have, i will be coming back here!!','2018-08-25 19:07:23.000000','1787364321589026'),('561155178076829',1,'Very nice and kind service from Jose and Patricia. Very fast.','2020-02-09 20:52:29.000000','167959367441528'),('566747387086317',1,'everyone was very kind. excellent services','2019-01-02 07:33:49.000000','544778295636544'),('567065157044803',1,'Everything was good...my first time being here and everyone was so friendly and polite..preethy was very helpful','2017-02-01 15:57:47.000000','544778295636544'),('567236893850856',1,'Wonderful staff didn’t take long to get into the back and be seen by the doctor helped make me feel a lot better speedy tests and excellent service best emergency center I’ve ever been to','2019-12-16 17:50:05.000000','251751275488925'),('5696350710386556',1,'Always well taken care of here at Signature Care! Thank you Keily, Heather, and Ashely.','2020-09-25 23:39:35.000000','299216637560955'),('570350396710431',1,'I only place i know they will take care of you very well! Amazing staff','2018-12-08 16:35:56.000000','1787364321589026'),('577540269470675',1,'Everyone here is super nice and friendly! Fast service! Takes very good care of their patients !','2020-01-12 04:15:34.000000','596022027480375'),('577549616357000',1,'I had the best and quickest staff ever today and they are wonderful they got me in and helped me with my pain and made me very comfortable i appreciate my great helpers today thank you to Dr.Jaber. miss Alvean A my nurse ā¤ā¤shes and angel and Marcus B very funny guy and miss vanessa g at Signature care thank yoh guys so muchā¤ā¤ā¤šŸ’›šŸ’™šŸ’œšŸ’š','2019-12-10 20:15:30.000000','167959367441528'),('578063463109956',1,'jennifer and tina were super sweet, lauren gave me water and ricardo made it super entertaining. dr lingan thank you so much for all you do','2020-06-10 22:06:21.000000','1698192877146046'),('581693108894979',1,'Dr sylvester francis,Craigslist M.D. THE NURSES trully, shelli, and the front desk ladies Amboree, and Darnisha, are a very warm, effective, and most polite group of professional care that I must recomend to every one!! This 24 signature care emergency center helped me and the diagnostic was rigth on point.. thank you !!','2017-01-28 17:45:57.000000','544778295636544'),('582219842295059',1,'Dr. Lindsay, Amy, and Niki RN made me feel very comfortable and my nurse explained explained all my procedures that would done.','2019-03-12 00:50:01.000000','1609539722669429'),('583410505925579',1,'Danny ,Kayla and ,Dr Nguyen were so polite and so very patient with me they offered me blankets cause it\'s cold they answered all of my questions very thoroughly to were I could understand it was a very nice experience I totally recommend Signature Care to anybody that doesn\'t feel well also Alexis Jones my ultrasound technician that had to drive from her location all the way over here just to help me with my situation she took pictures and explained them to me as well very nice and very polite I felt very comfortable I\'ve been here since this morning and haven\'t had any complaints thank you all for your help 😊','2020-06-03 20:12:27.000000','829264323932850'),('584922335575625',1,'Dr. Zhen was super informative and very nice. The nurses, Daniel and Fatima were very thorough and patient and both had great personalities to make the visit less stressful. Also very attentive front desk, Tanishia made the check in and out process quick and easy and was very helpful with any questions we had. Definitely will come back with any other emergencies.','2019-12-09 05:57:32.000000','461782867645453'),('586572028603121',1,'I reccomend this location staff is very friendly and super clean location. Samantha greeted me once I walked in with a friendly smile. Nichole was my nurse and she was very nice and checked in on me making sure all my needs were met. Dustin and Dr. Souman was awesome as well..','2020-03-01 01:10:25.000000','1609539722669429'),('586823715250644',1,'First of all, we want to thank Dr. Wang, he has compassion for patients. I will highly recommend 24 hour emergency room in mission bend and sugar land. Dr Wang and his team will go overboard for the health of the patients, #1 priority. the night shift the registered nurse Zinaida very knowledgeable and patience. Also, Dr. Daher(cardiologist) he was very straight forward with the good news. my family and I are very grateful for all the attentions that were provided. Best Regards, Oscar Gonzalez','2020-03-01 19:52:09.000000','544778295636544'),('586873728838302',1,'Samantha, Christine M, Bryan D, Brandon W, Dr. Chuckwuma','2020-02-26 03:44:01.000000','1609539722669429'),('587772472001082',1,'Very speedy process. I was in and out! Maya the receptionist was really nice!','2019-12-31 21:35:41.000000','829264323932850'),('588607811695886',1,'Great service thanks the doctor Thomas Sarah g geo any Laura and tanishia','2020-01-17 06:42:39.000000','461782867645453'),('591521235033244',1,'It was amazing \nDr.Dendy\nNurse:Nicole G Brandon W\nReg:Vanessa G \nRad:Dustin H \nTech:Andrea','2019-12-22 05:03:47.000000','1609539722669429'),('592039621643698',1,'Excellent staff. Fast service. Nicole and Chris were wonderful.','2020-01-23 04:15:28.000000','1609539722669429'),('595841458013501',1,'Super friendly staff, and helpful and attentive to clients','2020-06-12 18:06:47.000000','1698192877146046'),('596472691006135',1,'Highly recommend \nStaff is helpful and knowledgeable. Most importantly the Doctor is patient and kind.','2020-06-18 18:03:41.000000','237100240304186'),('598995937183527',1,'So helpful! I was in and out. No wait and the doctors were super helpful, patient, and kind! I would come back here another time!!','2017-04-09 19:53:07.000000','326347177710316'),('599758664111407',1,'It was a nice clean place very nave people front lady was great mrs. Tanishia','2019-12-20 04:47:15.000000','461782867645453'),('601395277318574',1,'This is our 2-3rd time coming and its always pretty smooth. Disclaimer, to get the proper care and assistance its a must you have insurance. Hold on wait, good insurance, if not then you\'ll be wasting your time. Unless you just want a doctors note. Urgent care is never really packed so it\'s never an issue getting to a bed and diagnosed. Mos def suggest this spot for all ages! Maya J was the best receptionist','2020-01-23 15:28:09.000000','829264323932850'),('602450323573343',1,'They are amazing treated me great. \nDr. O’Malley\nAlvean-Nurse\nMarcus-Radiology\nJasmine-Registration','2019-05-14 20:59:19.000000','167959367441528'),('603475350477621',1,'šŸ™ŒšŸ¼šŸ’•Amazing place. Friendly staff and Dr. Short wait time. Beautiful facility. First time going and highly recommend. šŸ‘šŸ¼ā­ļøā­ļøā­ļøā­ļøā­ļø','2020-01-10 06:34:33.000000','596022027480375'),('606491476489216',1,'Great patient care. I was seen promptly, there wasn’t a long wait. The doctor was awesome with explaining my diagnosis and care. Everyone was friendly and caring I would recommend all my friends and family!','2019-03-24 01:52:36.000000','829264323932850'),('606709450067067',1,'Great service, everyone friendly, service was quick. the procedure was explained in great detail .. 5star service.. Thank you, Dr Iheme, Robert H, Andrea S Kat K and Melissa E','2019-11-16 05:42:22.000000','167959367441528'),('607188823194995',1,'Excelente \n\nRegistration vy \nDoctor Thomas \nEr james \nNurse Tamny / Fahme \nRadiology Nancy \n\nThanks again !','2020-03-10 17:55:07.000000','461782867645453'),('607589559681204',1,'Loved Loved Loved This Location , They Were Caring & Quick Thanks šŸ™ŒšŸæšŸ’Æ','2019-01-14 19:20:15.000000','829264323932850'),('608134696410164',1,'Great experience, Lucas, Kim, Eric, tks bunches','2020-02-17 21:20:34.000000','235046800697531'),('609427596482668',1,'The nurses and doctors were really helpful and got me in quickly. Took care of my injury. Highly recommend for everyone to come here.','2020-01-08 18:27:39.000000','299216637560955'),('609973956450116',1,'One of the best experience by far with Dr. Thomas, Nurse Sarah is such a sweetheart fool very good care of my needs. Tarnishia what very helpful, doing the job of three people and still a very very nice person.','2020-01-17 08:46:07.000000','461782867645453'),('611950565993296',1,'They took real good care of my wife here and made sure I was doing great as well. hands down the receptionist Keera was a major help.','2019-07-04 13:52:57.000000','544778295636544'),('613921019067296',1,'great hospitality, very informative!\nmy wife saw Dr singla and nurse hamzah both were very patient with all of out questions and concerns! Leslie at the front desk is nice and inviting!','2019-01-13 20:59:46.000000','1608991329419166'),('615910015606789',1,'I recommend anyone go to Signature care. They are great, it was like family was taking care of my daughter and I. I am forever grateful for the services rendered. If you\'re looking for immediate Care no wait time, great staff definitely go to Signature Care. šŸ’™šŸ’™šŸ’™','2019-09-26 16:52:34.000000','251751275488925'),('616081975473279',1,'My son needed an x ray didn\'t want to spend all night in a hospital. Decided to try this place out it was awesome! Got checked in took to the back answered some question got an X-ray and results everyone was awesome and friendly everything went smoothly no complaints I highly recommend this place was on and out in less then an hr! Thank you for your services!','2017-07-18 16:08:25.000000','1698192877146046'),('619470905650145',1,'Great people and you get helped very fast . JD, Sam &Nydia','2020-07-28 20:30:32.000000','105589317817643'),('621896331745268',1,'They offered covid testing, were very friendly and knowledgeable. Chris, Marty, Kay, Tina and Katherine and Dr. Rose (hope I didn’t forget any!) were all helpful and kind.','2020-06-12 17:47:13.000000','1698192877146046'),('622068541712885',1,'5 stars\nThis is one of the best emergency centers thus far in Killeen Texas I was seen immediately and was treated right away, once they figured out what was wrong. The staff is very nice Brittany, Calli, Amy, Alexa, Leung, and Thai made me feel welcomed and safe. I recommend this emergency center to anyone in the area!!!!','2020-02-27 16:58:11.000000','544778295636544'),('622511354795809',1,'The employee at front desk was very. .very professional. ...ms. airianna and the nurse mr.Mark was Awesome could relate too my daughter\'s PAIN. ..Dr vakey was awesome as well right on point....would refer ALWAYS','2016-09-21 16:27:27.000000','1765121397101399'),('623098904884524',1,'they were good and quick and very professional thank you to . Nancy,Manny,Randy,Rachel,Pete, Dr Patel','2019-09-19 03:07:42.000000','544778295636544'),('623103014884113',1,'They did a good job and they were fast and very professional thank you to . Nancy,Manny,Randy,Rachel,Pete,Dr. Patel','2019-09-19 03:15:57.000000','237100240304186'),('623707538250629',1,'Everyone was absolutely patient and provided us with snacks.','2020-06-15 14:23:31.000000','1698192877146046'),('627268554498798',1,'Alvean And Patricia Were So Nice And Made Me Feel Welcomed. They Got Me In Right Away And Made Me Want To Come Back If I Have Any Health Issues In The Future. I Definitely Recommend This Emergency Care. All Of The Workers A Very Professional And Easy To Talk To.','2020-01-30 16:12:19.000000','167959367441528'),('629042511252340',1,'Quick, Friendly Service.','2020-03-28 23:33:43.000000','596022027480375'),('629939194228337',1,'Thank you Dr. Soumon, Vanessa, RN Denise, and Chris for all you do\n Please be safe and take precaution. My prayers goes out to you for being first responders. You all were courteous, professional, emphatic, informative, and down right positive. Once again, thank you! šŸ™šŸ½šŸ•ŠšŸ˜‡šŸ•ŠšŸ™šŸ½','2020-04-14 03:18:50.000000','167959367441528'),('630367004127336',1,'The waiting time to be called back was not long and I’m very thankful to have been see fast.','2019-07-07 22:49:25.000000','251751275488925'),('630518371036177',1,'my daughter had fever, chills and body ache','2020-01-31 13:56:44.000000','235046800697531'),('630757004374587',1,'Efficient, great customer service and thorough','2020-02-22 19:18:23.000000','544778295636544'),('630861851128368',1,'the nurses are very friendly and attend','2020-10-06 22:02:15.000000','235046800697531'),('632066164034128',1,'muy buen servicio, todo muy limpio y mucha atención. El Dr. Henderson y la enfermera Alvean y la seƱorita Patricia muy atentos. MuchĆ­simas gracias por todo!','2020-02-08 13:02:51.000000','167959367441528'),('633688677455682',1,'Nurse Alvean and Patricia provided great customer service as always. Always friendly, fast and on point','2020-01-30 14:13:53.000000','167959367441528'),('634328107017764',1,'My mom brought me after volleyball practice because I hurt my foot and needed it frayed. They brought me a wheelchair and immediately took me to a room where I was given a nice warm blanket, something to drink and snacks. Everyone was super nice and made me feel really comfortable..','2019-02-28 05:37:30.000000','251751275488925'),('634564880704434',1,'This place is awesome! The nurses Irving and Leslie kept me comfortable during my visit here. I will be letting my friends, and family know about this place. ā˜ŗļø','2020-02-12 02:09:37.000000','829264323932850'),('636512533512107',1,'very fast and very friendly staff. I would recommend to anybody that needs good fast healthcare','2019-07-11 16:08:13.000000','237100240304186'),('636512543512106',1,'very fast and very friendly staff. I would recommend to anybody that needs good fast healthcare','2019-07-11 16:08:13.000000','237100240304186'),('638993063208152',1,'Dr. Nilang Patel was a very awesome and attentive with my dad when we brought him in. Also his nurse Cris was very attentive at all times! We loved the experience here. The receptionist they have Amy is very sweet makes you feel at home. Love this place.','2019-03-21 05:34:08.000000','1648645701907657'),('639006046621073',1,'Amazing I love them they make sure you’re not scared10/10 ā­ļøā­ļøā­ļøā­ļøā­ļø','2019-08-30 19:15:28.000000','461782867645453'),('639579626693525',1,'Was awesome Caitlin and Heather was great!','2020-08-26 00:39:15.000000','299216637560955'),('645382085857954',1,'My visit here was, Tory the receptionist was very sweet. If I ever need an er this is where I\'ll go!!','2017-01-25 05:28:29.000000','1608991329419166'),('647531309520743',1,'I loved everything about it , the care that the staff workers showed was outstanding i would recommend 10/10 to come to the Lewisville center !!','2020-10-08 17:49:28.000000','104213804456471'),('648124699278740',1,'They took great care of my and my mom','2020-02-20 20:11:05.000000','235046800697531'),('648594105880443',1,'Very clean facility, with extremally nice staff \nRN: Mollie\nRad: Eric\nReg:Tobie','2019-12-29 08:36:12.000000','235046800697531'),('649642248741666',1,'excellent, fast accurate service.. wouldn\'t go anywhere else.\nand a 2 day follow up call. Thank you ladies!','2016-04-28 21:56:28.000000','544778295636544'),('649800552099908',1,'I had a great experience by Dr. Patel, Amy, josh and Agnes','2019-05-07 01:38:44.000000','1608991329419166'),('650261629151537',1,'Vanessa,O\'Malley,Jennifer,and Andrea were very helpful and welcoming.','2020-05-03 09:46:50.000000','167959367441528'),('650866732397161',1,'Elida, Denise and alvean attended me very well! Highly recommended','2020-02-20 15:35:45.000000','167959367441528'),('656562268035238',1,'I have not ever been there but my phone says I have go figure','2017-03-27 15:21:33.000000','1609539722669429'),('657015945046581',1,'The whole staff at this location is wonderful! I will tell all my friends and family to come here! My nurse Chris C and Dr Joe are wonderful!','2020-03-07 00:44:09.000000','1608991329419166'),('657032704844500',1,'alvean, Jordan, Lisa they were totally awesome to me.. I was scared at first because of everything.. but everyone form check in to check out was great.','2020-05-29 12:56:23.000000','167959367441528'),('657960904569983',1,'Wonderful staff, minimal paperwork and wait time. Aside from my pain which was treated immediately... this was an Overall great experience!','2016-02-21 03:12:49.000000','544778295636544'),('658247294571407',1,NULL,'2017-07-25 22:08:28.000000','326347177710316'),('658813344848519',1,'Great service was provided, Dr Els Becker was my doctor and Lauren Mollard was the assistant. Would totally recommend coming here!','2020-06-09 20:56:35.000000','544778295636544'),('661131351282328',1,'Magali and Rachel were very helpful and informative super nice and easy to work with!','2020-07-22 19:21:31.000000','237100240304186'),('661918954493928',1,'I came in about a dog bite I had and I was helped out pretty well and treated nicely by the staff Jamie was so sweet and helped explain things well definitely would come back for any emergencies.','2020-12-09 01:38:53.000000','251751275488925'),('662840037594809',1,'great experience\nvery impressed..wilh\nstaff...\nThuy. An was great\nDr. Harjai was very informative\nJessica. was very mindful of the pain during xray...\nJessica\nwas great too!\nalvean nurse was great!','2020-04-09 15:59:28.000000','167959367441528'),('663187444623500',1,'They are all very nice and made us feel at home.','2020-11-01 17:56:32.000000','167959367441528'),('667109603671938',1,'the dr. and staff at ignature care were great. I was being seen for extreme swollen knee pain. I was taken care of immediately. I would recommend the place for anyone needing emergency care. the whole staff was professional and courteous. great job guys','2016-06-17 12:21:47.000000','544778295636544'),('672273003269965',1,'EXCELENTE servicio MUY BUEN DOCTOR Y ENFERMEROS BANCROFT, KRYSTAL, LORENA MUY AMABLE TODO EL PERSONAL!','2019-09-27 14:32:16.000000','596022027480375'),('674789396701965',1,'Great place to get tested','2020-06-10 21:40:16.000000','544778295636544'),('675455556644489',1,'Favorite emergency room. The employees will take good care of Callie is the best','2020-06-21 19:55:57.000000','251751275488925'),('675885999463315',1,'They were wonderful everyone was so helpful and polite! We were in and out in no time. Thank you Courtney S.','2017-12-14 06:00:00.000000','1787364321589026'),('677004322721639',1,'Dr.souman was very thorough and very gentle with helping my son get something out of his nose the nurse cris was super sweet and Amy was also very helpful would recommend to anyone!','2019-04-19 01:13:42.000000','1608991329419166'),('677747826178125',1,'The Staff was amazing the nurses were awesome and the doctor was phenomenal I recommend going to signature care do you anyone that needs medical attention!','2020-08-28 07:09:53.000000','235046800697531'),('679337145786456',1,'Awesome service, very quick! Everyone is so welcoming, especially Dyveliz and Kim at the front!','2018-03-21 22:34:28.000000','326347177710316'),('680587622311965',1,'I went in with a fever and a bad cough. I had never been here before and they took very good care of me.','2018-07-08 03:34:43.000000','544778295636544'),('680898795784499',1,'I had an awesome experience at the Stafford location with Dr. Hehman, Nurses Shawn and Nichole F, ER Tech Staci, RAD Tech Sunny, and Reg Valinceia!!! Highly recommend this place if you’re feeling ill!','2020-03-02 20:14:01.000000','1787364321589026'),('682590255452948',1,'Thank you Alexis, Jacob and JR for excellent care.','2018-06-22 23:06:25.000000','326347177710316'),('682737702181486',1,'They were friendly and quick.','2019-04-21 16:27:13.000000','544778295636544'),('683905239084312',1,'Great staff, no wait time!! \nthanks yall!!\nDr. Smith, Jordan, Mildred and Olivia!!! 😊','2020-02-22 01:04:19.000000','1765121397101399'),('684179302056018',1,'Quick wait time as well. Allison, Kim, and Dr. Huerta were very friendly informative!!!!','2019-07-19 09:36:25.000000','596022027480375'),('684714498574814',1,'Exelent care. I came in with back pain and they found out i was having heart trouble as well. Inow knoweverythingthatis wrong and my options to treat it all. It was also all done on site making myinsurance have to pay allbut my $100 deductable. Very good service and caring staff.','2017-08-08 21:34:36.000000','1698192877146046'),('685157055192668',1,'Great service and clean facility. The nurses were accommodating and very attentive. The doctor, she was very informative and caring.','2017-09-23 10:14:39.000000','544778295636544'),('686325581712986',1,'Best care ever! Thanks Dr. Faig, Nurse Laura, Radiology Tech Jacque, and Registration Helper Mercy ! :) \n-Alex','2017-05-17 23:06:16.000000','1608991329419166'),('686614022247016',1,'Got in and got out super fast! Tiffany, Carly, and Ashlee at the front desk were so nice and helpful! Great staff all around, highly recommend!','2020-12-12 18:29:25.000000','299216637560955'),('686703772284640',0,'They gave me great care but after leaving I needed records for the VA so I singed the release forms. After a week and following up multiple times they had failed to provide me with any information. The nurse even informed my wife that the current patients are more important. If you need a follow up or have to deal with the VA do not visit here.','2020-10-21 17:48:57.000000','251751275488925'),('688182141627808',1,'Dr Garcia , Andrew (nurse) , raven (registration) Gustavo (radiology) & Ellen (er tech) \n\nWere all helpful and concerned about my issuing being resolved','2019-06-25 01:00:58.000000','1787364321589026'),('690818064973328',1,'Staff was very friendly and didnt blow off my concerns like other emergency rooms I\'ve been to. They listened and actually did something to help. They were constantly making sure I was comfortable. Great experience!','2020-11-10 15:50:16.000000','251751275488925'),('690916368529920',1,'Front staff is amazing and the visit is quick and caring. Definitely recommend!','2020-10-28 18:12:17.000000','1608991329419166'),('693192204939750',1,'most helpful medical facility. Good place to come','2020-10-27 19:15:28.000000','251751275488925'),('694451837750379',1,'These nurses and staff was awesome! I got Lisa and Andrew, they were amazing. Made me feel comforted at a bad time','2019-06-28 20:21:00.000000','596022027480375'),('695157177661899',1,'This was the easiest urgent care visit from start to finish I’ve ever had. The nurses and doctors were very knowledgeable and friendly. Did not feel rushed and took their time to really get to the bottom of the issue. If I ever have an issue again I will be coming back but hopefully I won’t have to.','2019-10-16 22:43:28.000000','251751275488925'),('696762474016962',1,'Had a great experience with Cynthia and dr.hehman and Blake','2017-09-02 14:03:34.000000','1765121397101399'),('699137857676290',1,'So thankful for a friendly face like Jessica S to help me through the Covid testing process!','2020-11-09 23:18:10.000000','104213804456471'),('699873580582009',1,'As a continuous patient with them I\'ve always had good experience. Everyone (Dr. Miller, Karen, Delicia, and John) took care of me and were very patient with me when I had questions and answered them professionally. Dr. Miller and Karen was very considerable with the issues I had and explained it so well. I\'m very grateful to be their patient.\nDelicia, the receptionist, was very helpful with questions I had and she was quick with her answers.','2020-05-21 13:28:54.000000','544778295636544'),('701203060264376',1,'It never fails they always empress me at this urgent care facility. I\'ve been to a few others but I love the service at this location. Hida at the front desk was extremely helpful and informative. The rest staff go me in and out fast and better','2017-01-04 10:53:39.000000','544778295636544'),('701817643500529',1,'When you bring a x\\sick child here late in the middle of the night and they didn\'t take your insurance they was still willing to lean a helping hand to help you out so the child can sleep at ease at night and so can I. They always kind hearted and very understanding of my situation and I am always so Thankful for them at the time of my Visited. I couldn\'t asked for a better ER in the area that\'s closed to home for me . Such a great team May God Blessed everyone and once again Thank you. OH by the way Courtney you did your thing at the front desk . Thanks','2018-01-15 19:54:10.000000','1787364321589026'),('701989053703494',1,'Quintessa was awesome!!! so helpful.','2020-05-23 15:23:57.000000','251751275488925'),('703559530041698',1,'very well educated staff. very friendly VERY CLEAN','2019-02-24 22:03:28.000000','326347177710316'),('704126233728501',1,'Alvean \nJoscelyn\nTraevis I would highly recommend this place','2020-02-05 22:25:29.000000','167959367441528'),('704787499882348',1,'The energy in this place was incredible, they are very fast courteous, and kind!','2017-08-28 02:53:33.000000','1787364321589026'),('705174873267214',1,'Best emergency room care experience in 15 years in Houston. The staff is amazing, highly recommend this location.','2019-08-07 12:56:19.000000','1787364321589026'),('705356633696446',1,'Christina R., Rose and Clay were so helpful and thoughtful when examining my roommates and I. We felt in very good hands and are happy to see such amazing people in the Health industry!','2020-12-05 16:40:40.000000','1698192877146046'),('705753789766664',1,'I went here last weekend to bring my husband and they treated him SO GOOD I loved how theu do their steps. They welcome u very generously they have snack table and drinks /coffee/water .. makes u feel right at home. Very VERY CLEAN areas very organized loved it. And when we were leaving they didn\'t rush us out and educated us on everything we needed to know to heal his wounds. I loved this place so much .. my mother was feeling so sick last night so I due to how we were treated last time I decided to bring her here. I loved it and will be coming back if needed. Thanks to the staff !! My mother is feeling great and she loved her stay','2017-08-25 04:09:05.000000','326347177710316'),('706606289702243',1,'Excellent, great atmosphere.... Took my pain away.. Very attentive... Compassionate staff.. Thank you guys...','2016-05-10 02:45:58.000000','544778295636544'),('706809683018060',1,'I was in and out in less than an hour. Great facility and the staff was very nice.','2016-02-13 17:10:22.000000','544778295636544'),('709263243313124',1,'Perfect time here keily at registration made it easy to in and out','2021-01-24 18:52:22.000000','299216637560955'),('710158612699554',1,'This place was awesome. Service was great, we were in and out and the customer service was excellent. Airianna was very attentive and kind. Dr. Thomas was very knowledgeable and gentle. Ms. Karen was very patient and had awesome hospitality.','2018-08-09 21:18:40.000000','1765121397101399'),('710467316537453',1,'Thank you for being so kind and explaining what needed to be done. My pain was excruciating. Jaime and Teresa ,thank you for being so gentle and understanding. Dr. Hasegawa and Dr. Scribner, thank you for explaining everything and caring about my health. We couldn\'t get ahold of our pcp and you all cared about me without knowing me. Thank you!!','2020-12-12 01:09:38.000000','251751275488925'),('710714163123171',1,'Great Doctors and front desk Deanna and Erica where great help will recommend this location','2020-10-13 20:17:33.000000','1765121397101399'),('711736619763752',1,'Very friendly staff and excellent service Tammy nurse dr Braun doctor tanisjua and Asia registration','2020-11-12 01:12:23.000000','461782867645453'),('712058752580606',1,'Amazing experience!!! Entire staff was awesome as always! Dee and Keaire were wonderful at registration! Dr Singla, Gina, And Norma took great care of my daughter! I will always come to this ER when my family and I need it!','2019-07-17 23:31:24.000000','1608991329419166'),('713300682400843',1,'The staff was amazing! The Drs were awesome!. Everyone made sure that I was taken care of... I didnt expect the diagnoses (pneumonia) that I got but the Dr explained my options and what needed to be done... and took great care of me. I recommend this place and give it 5stars! Signature Care ER is a fine example of how ALL emergency rooms should be and treat patients. Thank you Signature Emergency!!!','2019-03-02 15:15:08.000000','1609539722669429'),('714103035712109',1,'Had a very good experience! Robin so nice & sweet as always. And my nurse Billy explained everything calm. Didn’t feel like I was been rushed as I would at different hospitals!','2019-06-11 02:13:25.000000','299216637560955'),('714477005620671',1,'They was very courteous and the doctor explained what I need to do','2019-03-27 19:10:56.000000','251751275488925'),('714761792214907',1,'This has been the best emergency experience I have ever had! And I never say this, I usually have the worst experiences. They took me in right away, they weren’t worried about insirance or filling out paperwork. The staff was really nice and very helpful to my needs. I had all my testing done here without having to wait or be sent elsewhere. And I got my results the same day. The doctor as well was very detailed, he took his time and wasnt rushing me like most doctors do. The staff here cares and they want to make you feel better. I highly recommend it here. This will definitely be my to go urgent care when needed, for myself and my family.','2018-08-11 03:22:34.000000','1608991329419166'),('715973395925069',1,'Great nurse and doctors treated my son with great care nurse Jamie was great !','2020-08-19 02:49:10.000000','251751275488925'),('719255928485716',1,'Love it here ā¤ļø Great facility!! Friendly staff','2019-10-17 05:03:47.000000','1787364321589026'),('719565012330821',1,'Awesome experience and loved my awesome nurses Jennifer and Gunner!','2020-12-13 18:49:15.000000','235046800697531'),('720190135176032',1,'This place is wonderful. Maya was very kind and friendly as soon as we walkes through the door. John came to help me out of the car with a bjg smile. Kristina came with a warm and friendly smile as well. Dr. Ortiz was amazing and ao friendly and down to earth. Thank you Signature Care dor treating me like a queen when I needes it.','2020-01-17 15:19:37.000000','829264323932850'),('721405025147523',1,'Very nice and clean! Knowledgeable and friendly staff, especially Valory and Lacey!!','2020-11-23 22:50:34.000000','167959367441528'),('721419318281437',1,'They are friendly and fast great experience','2019-09-16 01:29:25.000000','544778295636544'),('721457398190292',1,NULL,'2018-04-01 21:24:02.000000','1787364321589026'),('721969201584217',1,'I was so impressed with SignatureCare Emergency Center at The Heights. They were kind, compassionate, efficient, and just simply everything I could hope for in medical care. I highly recommend them for minor emergency treatment, and they\'re open 24 hours.','2019-09-14 14:10:47.000000','1609539722669429'),('722207188342716',1,'Had a great experience at this Location, anybody in the area looking for a great team of individuals i highly recommend! All guidelines are being followed!','2020-08-02 16:08:59.000000','326347177710316'),('724619281688285',1,'Went in for a COVID-19 test on July 2. Made the appointment on line and was in and out in less than an hour. Very friendly staff.','2020-07-03 21:02:49.000000','104213804456471'),('724630527897809',1,'Ashley B, John, Matt and Dr Simmons were great with my four month old daughter. They were very thorough, caring, and compassionate. In and out in less than 45 minutes. I would trust SignatureCare with any of my family members.','2018-11-15 07:28:11.000000','299216637560955'),('724854454728973',1,'Jamie and Kimberly were very thoughtful and professional during my late visit. They offered a bottle of water and a warm blanket while I waited and we’re very kind. When I ended up getting a shot (which I normally hate) I didn’t even feel it!','2020-09-09 03:56:05.000000','251751275488925'),('725757961335960',1,'Came in for Covid testing appointment was at 11:00 it’s now 11:23 and I’m just waiting for the test and I’m out! Not even an hour in šŸ¤— love it! Not to mention i put in my appointment at 8:30 am today!','2020-09-01 16:24:47.000000','104213804456471'),('726809134846065',1,'I needed a COVID test ASAP and they had available appointments! No wait and very helpful and kind staff. My nurse Lindsey was really nice and made me feel comfortable!','2020-11-07 01:11:44.000000','1698192877146046'),('730233604036154',1,'Very fast and friendly and caring.','2018-11-26 03:22:30.000000','544778295636544'),('730298314068182',1,'Yesterday, I was sent to Signature from my dr\'s office! I had to stay over night, & the staff was AWESOME!! Dr. Simmons took Awesome care of me last night, & Dr. Curtis did today!! Robin, got me registered & only had to wait, Maybe 5 minutes to get into a room!! I\'m a hard stick for bloodwork & IV\'s, but Courtney, & Billy had me cracking up!! They know that you\'re not feeling good, but at the same time the care that they provide is Wonderful!! Today, I had John & Matt for my nurses & they stayed on top of everything!! A great BIG thank you, to all of you for the care that I received!!','2019-05-08 00:58:54.000000','299216637560955'),('730964304090860',1,'when I walk in everybody was excellent the doctors and nurses everything it was a accident job they did and yes I will recommend somebody else to go there they\'re friendly','2019-11-06 22:25:34.000000','251751275488925'),('733117483719115',1,NULL,'2017-06-02 06:35:25.000000','1787364321589026'),('733256147481056',1,'Every one was awesome Sindy checked me in fast , Dr Sylvester , Amelia , Ali and Fatima made me feel comfortable during this pandemic . Definitely would come back to get treated','2020-04-30 02:35:53.000000','544778295636544'),('733361027586572',1,'As soon as I walked in Kennedy and Lorena were at the registration, super nice and friendly. Was super scared but staff calmed me down and the test went smooth thanks to Megan! As well as Morgan and Brandon G.','2021-01-03 00:46:50.000000','326347177710316'),('735976050089021',1,'Olivia was very helpful as soon as I had first walked in. Everyone was genuinely concerned and taken care of me to the point if going through everything that could possibly be wrong with me. Very professional staff. Showed genuine concern. The best experience I\'ve had being in an emergency care or hospital.','2017-03-16 01:08:49.000000','1765121397101399'),('736013246891603',1,'They are so helpful and nice , I would definitely come back when in need of care , thank y’all so much for everything y’all have done .. Jennifer D , nurse Jenci , Matt','2020-01-05 16:41:40.000000','299216637560955'),('738103560366874',1,'Dee did an amazing job taking care of my family. She explained everything properly to my family who only speaks Spanish.','2020-09-23 19:20:43.000000','829264323932850'),('739268333077887',1,'I got there about 5:15 am and when shift changed at 6, It was so smooth and they didn’t come in asking all the same questions. The Dr and nurse came in and introduced themselves and said this is what we know and what we’re doing, did I miss anything or do you have other concerns. My daughter was with me and they went out of the way to make sure my 11 year old was comfortable as well','2018-04-24 02:09:38.000000','1787364321589026'),('741246933388035',1,'I took my 2 daughters here for a COVID test and I had 2 different nurses, 1 for each child. Leah was FANTASTIC and should do all children tests!','2020-08-29 16:57:04.000000','596022027480375'),('743905802857836',1,'The staff was helpful and friendly. Jordan made sure I was comfortable while I waited and Dr. Cavazos was very professional.','2020-10-22 18:21:36.000000','167959367441528'),('744011155963804',1,'We loved every thing from the receptionist Preety, to our nurse Liz and Dr. Edwards. It was great recommend to everyone!!!','2017-01-25 16:30:08.000000','544778295636544'),('746850652781806',1,'todo estaba perfecto y bien y la seƱora Amy muy amable','2020-08-01 19:28:12.000000','1648645701907657'),('748964128908846',1,'excellent service, nurses very nice, Doctor very attentive, the service very fast. lab work so good. everyone was amazing! the service in general was perfect. congratulations nice people from Signature Care Emergency Center!','2019-11-04 22:36:55.000000','237100240304186'),('749213545563599',1,'Very good and knowledgeable staff Nurse Crystal and Shade were very polite as well as Dr. Leung and Angela from registration. Almost no wait time over all a really good experience.','2019-12-14 16:05:54.000000','251751275488925'),('749869128766079',1,'amazing staff members. they move quickly but they always make sure youre comfortable. first time here and i already love it','2019-07-25 16:49:22.000000','251751275488925'),('751148995228827',1,NULL,'2017-10-27 22:12:09.000000','544778295636544'),('751378885211071',1,NULL,'2016-11-09 18:28:52.000000','544778295636544'),('753789871696079',1,'Big shout out to all the staff .. everyone there is the most friendly helpful & polite people in health care .. I’m such a baby when it comes to certain things ( flu swab ) I didn’t even notice when gunner swabbed my nose !! Ty so much guys - Gunner Jennifer & mollie','2020-02-08 18:11:29.000000','235046800697531'),('753841195117093',1,'Great service .The Best Serive in Texarkana','2019-11-26 23:30:22.000000','235046800697531'),('755422468291451',1,'Wonderful experience the 2 visits I’ve had to make!! Great customer service and attention to detail. Was very confident in the treatment I received. Thank you Tiffany Davidson for the referral 😊','2019-12-13 04:01:25.000000','299216637560955'),('755502178118874',1,NULL,'2017-10-08 02:08:24.000000','1787364321589026'),('757188725147118',1,'Great center, got tested for COVID. Everyone was extremely nice, thanks so much to Alvean and her fellow staff members!','2020-11-26 00:04:45.000000','167959367441528'),('757373788082470',1,'Great service and team work.','2020-01-28 08:04:10.000000','829264323932850'),('758674517838432',1,'Great place and quick service. Nice professional people.','2018-11-17 04:20:21.000000','326347177710316'),('759127791168670',1,'They are very polite and fast','2019-08-08 12:04:44.000000','1787364321589026'),('759285224837904',1,'Very nice caring people, definitely recommend to anyone who need to see a doctor.','2020-07-27 18:17:23.000000','829264323932850'),('759472214546498',1,'Very clean Facility, Delicia was awesome, my nurse Blake was very professional and Dr. Ybarra was very thorough. To top it all off the bathrooms are super clean and the wait time was super low.','2020-01-24 15:46:23.000000','1648645701907657'),('759779591189076',1,'Natsha Has A Great Attitude!!!! And was very welcoming ā¤ļøā¤ļø','2019-12-09 23:26:24.000000','251751275488925'),('761902814201336',1,'Service is great they check up on you and make sure you well.','2018-08-11 16:43:45.000000','1765121397101399'),('763501324011954',1,'Had to bring two of my three kids in for treatment. The entire staff was wonderful from the moment we walked in the door. Mrs. Linda greeted us and got us in a room immediately. Amber and Christie came in and worked to get vitals and made sure we were comfortable. Dr. Carpenter did a great job of explaining things. We were in and out in no time. Great job!!!','2018-12-04 18:50:48.000000','235046800697531'),('764337333922861',1,'Everyone is friendly, helpful and makes you feel so comfortable. Extra clean as well.','2018-12-21 17:40:05.000000','596022027480375'),('768534393974605',1,'I had my test done here it’s not so bad I was more nervous than what it really is.','2020-08-01 23:03:25.000000','596022027480375'),('772004391628',1,'Been a few times and they have always been super fast and through. They take Tricare and always follow up with you the next day to see how you are feeling. I call that great customer service.','2020-01-24 19:37:43.000000','251751275488925'),('772515099789960',1,'Fast, courteous and the best care ever','2019-01-09 22:46:49.000000','235046800697531'),('775338586643288',1,'Dr dint, Jonathan, dana, and Deanna are so nice and helpful!','2020-11-04 17:37:14.000000','1765121397101399'),('775696319842080',1,'Thanks Thelma and Dillon I appreciate your professionalism and for making the test quick and easy.','2020-07-20 19:19:29.000000','237100240304186'),('777184646410473',1,'This facility at highway 6 is so cleaned, friendly and caring. Great job staff. When my granddaughter Nalani came you took really good care of her. Thanks for an awesome job doctor and staff.','2020-10-12 16:38:16.000000','544778295636544'),('779533282536884',1,'Everyone was great! Nurse Jennifer, Rad tech Gunnar and registration Courtney took very good care of me!!','2020-02-06 18:08:48.000000','235046800697531'),('780767565648194',1,'Great customer service ā¤ļø they made sure that i was feeling great walking out','2018-08-30 13:24:59.000000','1609539722669429'),('783037002219590',1,'I took my 3 month old in because he wasnt feeling well and they saw us immediately. Everyone was very friendly and helpful. They answered all my questions and explained everything very well. One of the best ER’s i have ever been too. Highly recommend. Thanks Charlotte and Tanishia. Thanks to all the staff!','2020-03-04 04:58:32.000000','461782867645453'),('783755499075088',1,'The place was very clean and was full of very since people. Thank you Nurse Robyn, Nurse Kara and our Tech Jaylon!','2020-10-09 03:26:09.000000','235046800697531'),('784159582035174',1,'Best experience in an emergency room I\'ve ever had. I appreciate the staff, N Patel, Sarah, Fatima, Daniel, and Tanishia. You guys were great for both my initial visit and follow up as well. WILL DEFINITELY RETURN. Great. Fantastic. The best!','2019-11-27 02:43:37.000000','461782867645453'),('788495388199823',1,'Our experience on signaturecare was excellent and veryy clear explained about the medical situation... thank youu!!!','2019-03-03 21:15:49.000000','1698192877146046'),('789163991551104',1,'Wonderful place....service was amazing and fast ā¤ļøGreat customer service\nDr.Nguyen\nNurse:Kayla\nRadiology:Holly\nER tech: Nelson\nRegistration:Samantha','2020-01-13 03:23:51.000000','829264323932850'),('789324531478347',1,'Amazing staff! I was in and out! Everyone was very nice and helpful!!! Thank you Chantel, Dr. Thomas, Fatima and Tanishia!!!','2020-03-09 03:58:10.000000','461782867645453'),('789601878278008',1,'This place is awesome, very nice people, very clean place. Thank you so much to nurse Robyn, Jaylon (rad tech) and Kara. Thank y’all so much.','2020-10-09 03:37:35.000000','235046800697531'),('791728057846501',1,'I arrived there around 11:30am and was out by 1:30pm. Nurse Maryann was very helpful. The staff was excellent and DR Levett was exceptional. I recommnd this ER above any other.','2018-12-31 20:59:07.000000','544778295636544'),('791846797871539',1,'Awesome and friendly they always offer a warm blanket and a remote..and Janean is great and helpful','2017-11-27 18:32:55.000000','1609539722669429'),('795235970885791',1,'It\'s never fun needing medical attention. SignatureCare Emergency Center has been amazing for our family. From the moment you walk till you leave, you are treated as the #1 priority.','2020-01-31 18:24:50.000000','235046800697531'),('795510624638345',1,'Jamie the registered nurse was very helpful to me .Lacey also was very helpful to me .They are wonderful','2020-12-03 09:01:20.000000','251751275488925'),('795898077872293',1,'They are quick and efficient!\nThe doctors and nurses are wonderful!','2020-09-25 00:41:06.000000','251751275488925'),('798636124317499',1,'Just want to give a warm thank you to everyone at SignatureCare Emergency Center in Paris, Texas that took such amazing care of me!! Everyone was very warm and caring through the entire visit and I want to give a special Thank You to Keily in registration and nurses Tammy and Holley for making is such a great experience!! I would definitely recomment this facility to anyone in need of medical care!! Thanks again everyone!!','2020-12-03 21:39:44.000000','299216637560955'),('798970243918937',1,'Great center very fast And friendly \nNurse Alvean \nImaging Tricia','2020-03-04 22:32:16.000000','167959367441528'),('799555860420843',1,'The front desk girls Ashley B and Tiffany were very friendly and helpful. The rest of the staff was great very fast and friendly!','2019-04-17 23:45:30.000000','299216637560955'),('801197650733594',1,'I had a great experience here! The COVID test was very quick and painless.I would like to thank Christina R, Rose and Clay who helped me with my testing. Highly recommend','2020-11-07 22:36:03.000000','1698192877146046'),('801486833605255',1,'Went here 11/8/19. Shara Pham was exceptional. Very impressed!','2019-11-09 04:25:33.000000','461782867645453'),('802587553545610',1,'Great service and care given by Lorena T, Jacob, Rebecca W. And Dr. Ortiz. I will be returning!!','2019-12-22 20:31:54.000000','326347177710316'),('802961283431399',1,'Rayven answered all of my questions and seemed enthused about her job. She was very friendly and professional.','2019-07-18 05:59:47.000000','326347177710316'),('803632237158885',1,'Excellente servicio y Rapida atencion..muy eficentes!','2020-10-23 15:23:49.000000','1608991329419166'),('806078979897603',1,'Fast and friendly! came in for a softball injury needed xray. In and out within an hour!!','2020-02-22 18:49:17.000000','167959367441528'),('807996579668156',1,'Friendly staff, minimum wait time. Jocelyn at the front desk was sweet and helpful. Alvean was my nurse. Her attitude was great! She gave me a shot while she distracted me... that says a lot, I hate shots! The doctor explained everything to me and he was super friendly as well. Amazing staff and service. Thank you for making my difficult day a little easier guys ;)','2020-02-19 15:57:03.000000','167959367441528'),('809408019392443',1,'This is HANDS DOWN the BEST place I’ve ever been to. They were patient with my small questions, offered without being asked, answered all of my questions, topped off with such a warm environment!','2019-02-15 02:28:49.000000','544778295636544'),('809553693133965',1,'Had a great experience at this location! \n\nTech: Shelly\nRN: Ericka\nMD: Hasan\nRad tech: Fatima \n\nThey were all great, professional and kind and were able to get me just what I needed in a timely manner. Thank you!','2020-09-23 07:19:32.000000','461782867645453'),('811449809425939',1,'Christina R. Dr. Rose and clay were great','2020-11-08 14:53:58.000000','1698192877146046'),('812143129585418',1,'Dr Y.D. SAMAR\nTeresa W \nFront Dest: Elizabeth \nUpon entering the building Elizabeth was assisting another patient that was exiting the building when she saw me she immediately said I\'ll be right with you. Recognizing I was there was two thumbs up for me. \nThe entire staff was polite friendly and very professional.\nThey display genuine concern as to why I was there... Keep up the good work','2020-10-30 11:36:34.000000','1608991329419166'),('813321719017681',1,'No waiting time and v good staff','2019-02-07 04:57:40.000000','1787364321589026'),('814943068878525',1,'Great experience\nReceptionist Amy, nurse Shaba, and Dr Smith are amazing!\nGreat customer service!\nThank you for all your help!','2019-03-09 06:23:42.000000','1787364321589026'),('815663205453219',1,'I had to come in for chest pains and everyone was nothing but nice and helpful, especially Keera! I feel much better and have a calm mind after leaving!','2019-02-08 03:04:21.000000','544778295636544'),('816187205477774',1,'I recommended Signature Care Emergency Center . Ashley at registration immediately got us in the computer and back . They were really on top of everything. Everyone was offered something to drink & snacks . Nurse Tammy was the bomb ! Great personality! Last but not least Doctor Curtis wouldn’t let us just go once he figured out what was wrong he keep us until my boyfriend was better ! They all checked in on us repeatedly, we never felt forgotten!','2019-12-13 03:42:23.000000','299216637560955'),('816459745526818',1,'Dr. Cavazos, Melissa E, Christine M, Gracie R, Kat K and Andrea were super helpful and I had a pleasant experience. They even have warm blankets! Melissa offered complimentary drinks and made us feel right at home. Definitely recommend!','2020-02-15 02:17:18.000000','167959367441528'),('817916503399',1,'very friendly during registration and nurses Manny and Pete as well as Dr. Marks were kind and made for a great experience!','2020-11-08 14:41:01.000000','237100240304186'),('818131225340560',1,'Was very pleased with the service I received. Karen was friendly & assisted with my paperwork with assistance from Emely! Shawn & Dr. Hehman were great! Thanks again & I will refer family & friends!','2020-03-13 03:18:40.000000','1787364321589026'),('818359498591421',0,'$39K for lackluster services. Two IV vags, bloodwork, labs, super poor treatment, madexme stay overnight and no food, got scars from IV areas. You have staff no hospital would hire, treat patients like crap, and then hill our insurance company highly exorbant fees. WTH is wrong with this place? Run people. You will get financially raped here.','2020-01-30 13:11:49.000000','461782867645453'),('819052338470872',1,'Awesome staff!\nLindsey was super kind, Amy was super nice, and Dr Datta was very helpful!','2019-06-20 01:55:33.000000','1648645701907657'),('821135434907314',1,'Tiffany did an amazing job and was very helpful in my visit to the emergency center. I was very pleased with the quick help and efficient service.','2019-04-29 04:22:22.000000','299216637560955'),('821497765078398',1,'Great service, everyone was nice \nDr.Henderson \nBrandi \nCourtney\nMandi \nCarla\n\nā¤ļø','2020-12-27 15:13:31.000000','235046800697531'),('824205718319345',0,'I will not be back! The day after we were seen, I waited 18 minutes to be able to talk to a nurse... to be told ā€œno, we cannot help with yesterday’s issue!','2020-09-14 22:35:58.000000','596022027480375'),('825606527943046',1,'Had an absolutely fantastic experience with signaturecare. No wait time and excellent doctors and staff. Doctor Golla, RN Fanny and Zinaida, ER tech Amelia, and Sindy in registration all went above and beyond!','2020-03-04 22:58:29.000000','544778295636544'),('826210157823701',1,'I’ve come here to the college station location a few times and the staff is always super helpful! when I entered I was greeted and helped right away by naomi! dr vakey, nurse jacob, and juan helped me figure out what was wrong and got me on my way! I recommend anyone to go there bc they help so fast and efficiently','2019-12-13 22:22:14.000000','544778295636544'),('826765244491531',1,'I 100% recommend SignatureCare. I got in quick. staff where amazing and got to the bottom of the problem. Thank you for taking care of me.','2020-03-06 01:32:40.000000','326347177710316'),('827465891409740',1,'I really recommend this clinic . Jorge and Sara . \nNurse Jeff and Fanny Dr Riukauf','2020-09-21 15:23:54.000000','544778295636544'),('828259264266827',1,'they took great care Kristina was the best nurse!','2020-01-09 20:03:40.000000','829264323932850'),('831397590526337',0,'Not very friendly. I mean let\'s be honest here the ambience is tranquil. But the front desk needs to hire someone black to make people of color more comfortable when walking into this establishment..\n\nThis location got the fake smiling white girl with acne in the front along with the dark haired chick an somewhat fashionable eyeware. \n\nI was not impressed. Plus they profiled me. I asked them if they took my insurance an the dark haired fluffy one blurted out, is it Medicaid or Medicare? \n\nI guess they assume blacks can\'t get regular health insurance.. I have bluecross blueshield. I didn\'t bother to tell her after she already assumed I had poverty people insurance based on my appearance. By the way the they were visually interrogating me they are not used to blacks coming into a predominantly white ER clinic..\n\nYou have to love dumb people!!!','2019-03-05 22:25:01.000000','1608991329419166'),('832576513777569',1,'DR.DING, JOSEPH AND AMY WERE REALLY KIND AND HELPFUL. DEFENITELY COMING BACK.','2019-04-27 21:34:01.000000','544778295636544'),('834701806927726',1,'Todos fueron muy amables, gracias por todas sus atencionesšŸ¤—excelentes los doctores y todos los que trabajan en Signature care.Dr O Malley, Jani, Marcus, y Jocelyn. gracias!','2019-10-07 17:34:30.000000','167959367441528'),('836144590103904',1,'This was a lovely and fast stop well taken care of gives you complimentary water or soda always checks on you and make sure you are well taken care of. The environment is amazing','2019-06-02 18:42:44.000000','251751275488925'),('836619447093031',1,'Had a great experience in Paris. Very nice staff from our first experience with Caitlin Pettit. She is very helpful and professional. Nursing staff very attentive and caring. Highly recommend this facility','2020-11-01 01:58:11.000000','299216637560955'),('838878193168784',1,'Thanks to all the staff at signature care, they are very helpful and friendly. They make you feel comfortable here.','2017-12-15 23:57:16.000000','326347177710316'),('839622200225400',1,'The staff is excellent....very caring and awesome bedside manner...They care about you....Kara and Dr Ashbrooks are super nice','2020-12-20 11:30:20.000000','235046800697531'),('839848003135418',1,'They are really nice! Thanks Marcus, Alvean and Patricia','2020-02-06 22:52:41.000000','167959367441528'),('841288566434174',1,'I really like the good quality and service and how nice they are','2020-12-01 19:46:29.000000','251751275488925'),('841975289580521',1,'brought my boyfriend in this morning for throat pain and fever and his pain was addressed immediately. lorena, brad, morgan, and dr kimball got us in and out so fast!','2019-12-31 14:35:06.000000','326347177710316'),('843864686047588',1,'The best Emergency Center in our opinion! Everyone was very kind from the moment we walked in. Sindy was so helpful and patient with us! Dr. Boester took his time to explain everything and we liked that very much. The nurses Vivieanne and Larhanda were amazing! Thank you!!!','2019-12-21 17:48:59.000000','1609539722669429'),('844113709400442',1,'Highly recommended! Nurse Dee got me in and out & the doctor took care of me!','2020-03-17 15:26:04.000000','544778295636544'),('844988069211654',1,'La Dra Ding, Amy , Dion y Agnes fueron muy amables y la atención fue excelente !','2019-05-12 01:46:04.000000','1608991329419166'),('849742495482501',1,'The staff was WONDERFUL!!! Thank you Lisa, Manny and doctor Plante for taking GREAT CARE of my babygirl Scout Sammann!! Professionals, super clean and great overall experience!!! ā™„ļøā™„ļøā™„ļø','2019-12-15 22:56:48.000000','237100240304186'),('850392342431302',1,'my visit here was amazing it was very fast and treated me great. Thank you to all the staff brenda roman, Dion, nurse dwight, and dr.daniels!!!','2020-12-22 00:58:52.000000','1608991329419166'),('855870678112184',1,'It was excellent service and very fast, they treated me very kindly so a big shoutout to Nancy, Marcus, Randi, Theresa and Dr. miller :) overall great people and very helpful','2019-07-25 01:20:11.000000','237100240304186'),('857301671296798',1,'Very fast and friendly service we were in and out in less than hour!! All the staff was very helpful from the registration to the nurse to the doctors they were very kind!!','2019-06-25 18:28:19.000000','237100240304186'),('857719414599950',1,'Love SignatureCare. Always a quick experience and the staff is very caring. You are treated like family rather than just another patient. Will definitely recommend to family/friends. This will always be our #1 choice!','2019-07-22 00:35:55.000000','596022027480375'),('859655481143479',1,'Tabitha, Thoresa, Lisa, and Ector took very good care of us and made sure we had everything we needed.','2020-01-23 21:54:44.000000','237100240304186'),('861186347953203',1,'I had a great experience nurse Madeleine and ER tech Briana made the best outta the situation would recommend to friends and family','2020-11-03 13:32:46.000000','1608991329419166'),('861454862465',1,'I have been to place a few times and I love it. The staff is so friendly, especially Michelle Stinnett. Everyone was very helpful. they are quick and everything is so clean! I love how you are not there for hours like so many other hospital waiting rooms.','2021-01-02 15:16:43.000000','299216637560955'),('864181747115563',1,'Great care in a timely manner and very thorough. Came in on New Year\'s Eve and even on a night like that great care was provided, definitely recommend. Very friendly too!','2017-01-02 04:02:10.000000','544778295636544'),('864419254329590',1,'Loved the staff and doctors, very helpful and friendly. Eveything went smoothly.','2020-11-16 19:58:26.000000','829264323932850'),('865343547615843',1,'The staff was great Dr.Grinblatas ,Alysia,Kristina . this is a wonderful facility!!!','2020-12-05 19:27:57.000000','829264323932850'),('867058440157233',1,'the Dr and staff are real helpfull nice place and they dont take forever to get in to see a dr','2017-05-05 14:49:03.000000','544778295636544'),('870002583785564',1,'Big thank you to Josh! He was so friendly! Best in town, my first experience was great!','2020-12-31 23:57:21.000000','235046800697531'),('871856036579275',1,'Jose y Jocelyn gracias todo muy bien','2020-01-27 21:17:39.000000','167959367441528'),('872622786950',1,'Everyone here is so nice and empathetic. This is my 2nd time coming and they have helped me so much both times.','2020-12-28 23:25:10.000000','251751275488925'),('874501322742792',1,'Really fast service, and amazing care! \nDr. Miller was amazing!','2018-09-07 05:44:10.000000','1609539722669429'),('874737739567892',1,'Dr. Patel, Rollie my nurse, Natalia, and Amy were great! I will come back if necessary again!','2019-07-03 00:40:11.000000','1648645701907657'),('876801992827212',1,'Alyssa and Karen made me feel comfortable despite my nervousness behind my visit. very professional and helpful! my absolute thanks!','2020-06-25 21:28:00.000000','1787364321589026'),('877286279369070',1,'Dr.do was great and I love his energy and mercades was so cool and helping and the radiology he mad me laugh and John was cool šŸ˜Ž as well I love my visit 5 stars','2020-02-02 22:16:53.000000','829264323932850'),('880241805832426',1,'Very good service , the personal is very helpful, and the time for the Tess is no too long.','2020-07-11 02:57:14.000000','544778295636544'),('883510005314404',1,'Dr. Yost and his crew RN-Karen A. Rad-Gunnar Reg-Kelly were all very friendly and caring.','2019-03-08 16:37:48.000000','235046800697531'),('885351635003465',1,'Ashley Burton, Billie Brooks, and Dr.Frame made a great team to get you treated at a timely manner and the other nurses was just as great, for there service it is amazing i highly recommend there for the care.','2018-11-14 02:34:08.000000','299216637560955'),('885583635132920',1,'Excelente atención por parte de todo el personal','2019-06-15 05:35:55.000000','1609539722669429'),('888093901563106',1,'Excellent service! The staff is very quick and helpful. I highly recommend this place to anyone needing quick care and excellent service!','2019-07-12 08:44:10.000000','237100240304186'),('888308961065',1,'I can’t say enough good things about Signature Care in the Heights. I have been injured twice and upon arriving I have been immediately seen. The staff is friendly, informative and quick. The waiting room is very nice and provides refreshments. Highly recommended.','2017-11-15 12:15:00.000000','544778295636544'),('889417281401624',1,'Love this place! Tiffany and Ashley B at the front are so quick and friendly','2019-04-10 18:37:43.000000','299216637560955'),('890501108025283',1,'I can’t say enough good things. Had to bring my 5 year old in. We were almost immediately brought back to a room. Between Kat, Alexa and Jessica they made sure that my son was calm and let him know that seeing a Doctor is actually nothing to be Afraid of. Dr. Henderson was amazing. He engaged with my kiddo and actually cared about what was going on and included him in the conversation. Ended up having to get a scan for him and he was able to sail through it with the calming reassurance he was given. \nThis is now going to be our ā€œgo toā€ with how amazing the staff were and the ease and stress free handling of this situation.','2020-09-19 16:19:47.000000','251751275488925'),('892319831120193',1,'Nick referred me to signature care staff to help me feel better so I took his advice and thank him so much...My experience at signature care Copperfield was amazing Tanishia was so caring and concerned with my issue she was very knowledgeable and helpful and Alexis was so friendly and helpful with a comforting smile and Kim was so friendly as well and made sure I was better and the the medication was helpful she answered all my questions with a positive attitude Nurse Tammy was very kind and careful she looked into all my concerns and made me as comfortable as possible','2019-06-13 01:35:22.000000','461782867645453'),('892445581153092',1,'very polite & informative','2019-12-04 21:45:59.000000','1609539722669429'),('892579804539893',1,'great experience need more ER like this one in Cypress best one ever professional caring loving people','2020-04-03 16:36:49.000000','167959367441528'),('893945290944786',1,'we was quickly taken care of and the staff was awesome. Thank you all.','2019-05-25 07:30:30.000000','299216637560955'),('900220923499062',1,'Medical staff doesn\'t waste time in making you feel better. I recommend signature emergency center to anybody with a medical need.','2018-06-23 12:26:31.000000','544778295636544'),('900417163484147',1,'The service and help was amazing. Very kind and caring staff and completely made me feel comfortable.','2018-01-22 15:27:45.000000','1698192877146046'),('902507220170934',1,'Care was great there...These people help great.Patricia,Alvean,Marcus...','2020-02-06 19:38:38.000000','167959367441528'),('906229783048340',1,'Their service is excellent, they are really fast and they would ask if I needed anything while I wait on my boyfriend. They also keep you updated of how much time youll be waiting on the doctor. They are really nice and fast.','2019-07-24 13:04:19.000000','544778295636544'),('906441559543656',1,'lo tratan mui bien lo recomiendo son excelentes personas y gracias a Tatiana','2018-07-13 04:59:27.000000','1609539722669429'),('909422439398717',1,'SignatureCare was great! They got my friend in and out so fast and were so nice the whole time. I haven’t been to a ER yet that has such friendly staff and actually care for you!','2019-07-17 01:08:40.000000','237100240304186'),('909883906102137',1,'Super friendly, very fast service.... everyone made me feel comfortable and I feel like I got the treatment that I needed...would recommend 100%....','2020-03-23 02:22:52.000000','1648645701907657'),('911700475879243',1,'Friendly and definitely prompt care. Got seen quick. Couldnt ask for better nurse (Manny) everything was explained in detail and completed through.','2019-06-07 17:20:58.000000','237100240304186'),('915871268748865',1,'Went in for abdominal pain of our 3 year old boy turned out he was just constipated lol. Super embarrasing but better to be safe than sorry. From receptionist down to Dr. Patel and Nurse Kim. Hands down! They are very courteous, caring, attentive and most of all very professional as soon as we walked in to that door. Dr and Nurse made sure our boy is okay and went beyond!!! He wasnt even scared. Place is very very clean and well maintained. Definitely recommend this place if yall needing emergency services, few minutes waiting time....','2019-07-25 13:34:25.000000','596022027480375'),('916829445337158',1,'JesĆŗs and Luisa were very welcoming, My Nurses Jani and Troy were amazing Seth was great, Marcus made sure i felt comfortable. Thank you Dr Cavazoz for such great and fast treatment','2019-08-19 02:43:29.000000','167959367441528'),('918654448540220',1,'Wow this place is awesome! The staff is so nice and so sweet! This place really cares šŸ˜†','2020-09-10 02:17:22.000000','1648645701907657'),('921041831416043',1,NULL,'2017-07-14 05:46:24.000000','544778295636544'),('921784311341795',1,NULL,'2016-09-26 19:49:46.000000','1608991329419166'),('922355278257799',1,'EVERYONE MADE US FEEL AT HOME ā€¼ļøā€¼ļø my 3 year old son even made him a girlfriendā¤ļøā¤ļø\n\nTHIS ESTABLISHMENT IS HIGHLY RECOMMENDED ā¤ļøā¤ļø','2020-08-16 05:15:55.000000','251751275488925'),('922606891533118',1,'Reg: Jocelyn\nNurse: Ekaterinburg\nRad:Marcus\nTech: Thuy An\n\nVery fast service!!\nWent in during Covid-ER to get stitches and was super anxious about going in during the virus. Jocelyn assured me that they take extreme cautions to make sure to eliminate spreading. And the rest of the staff followed up with providing me wonderful treatment. 5 stars for this ER!!','2020-04-12 21:18:54.000000','167959367441528'),('926676294333184',1,'Went to this place their awesome, the staff Maria,manny, Miguel, and DR. Osiecki were awesome ! Very friendly! They give off a great vibe!','2019-06-08 22:27:14.000000','237100240304186'),('928470237633046',1,'very attentive to my needs and concerns','2020-08-31 15:13:48.000000','1609539722669429'),('929956864088222',1,'I recommend people to come to SignatureCare Emergency Center cause they see immediately and they are very hospitality and they truly care about they’re patients Marcus and Alvean are great Nurses and the Doctor was great also the whole staff is awesome','2020-03-17 22:24:56.000000','167959367441528'),('930002664124062',1,'Everyone is so nice here from Denise who help with registration. Also Nurse Debriel and another nurse was sweet and very helpful. The dotcer was awesome. They will take care of you here.','2020-04-18 14:10:32.000000','104213804456471'),('931892517187755',1,'We came in after being in a car accident and the care the whole staff provided was AMAZING! Thanks to Sita, Lisa, Brancroft, Andrew, Corey, Andy & Dr. Daniels for your extra care and being so nice and thoughtful!! Their service was extremely fast and I highly recommend them!','2019-11-08 04:12:55.000000','596022027480375'),('933630700462680',1,'very quick they get you in and out and very professional staff my nurse Tiffany was great','2020-09-22 19:44:18.000000','251751275488925'),('934660503563024',1,'Dr Richard Ybarra was very Professional and had a wealth of knowledge that he shared about different medication and the best medications to buy and not to buy over the counter and he asked questions to where and when did my symptoms start.\n Dr William O\'Malley had a wealth of knowledge and made sure I didn\'t leave until I was cured, so I would not have to come back','2019-10-10 16:28:39.000000','167959367441528'),('943729139163158',1,'I went there about a week ago and I can say the girl at the front desk robin bratcher is the best she is really nice and got me to the back ASAP so I can lay down😃thanks a lot for your help','2019-02-18 02:22:43.000000','299216637560955'),('951545671901512',1,'Wonderful experience thoughtful kind patient and caring staff Dr. Edward\'s. Nurses: Eda/Selina, Tech:, Juan, Registration: Maaz','2019-02-02 21:08:44.000000','544778295636544'),('952200288512026',1,'GREAT staff...GREAT service...Answered ALL questions!!! Dr DeWaal, Kara, Linda, Helen and Nicole made this trip tolerable! Thank y\'all!','2019-11-13 05:24:02.000000','235046800697531'),('958637937885368',1,'Very thankful. Everybody was friendly. \nThanks Tanishia','2020-03-30 00:01:46.000000','461782867645453'),('960287121153381',1,'Great service! Would recommend!','2020-07-23 18:10:45.000000','1787364321589026'),('960343069697',1,'Friendly and caring staff, quick service and felt like I wasn\'t just a dollar sign to them that they truly cared','2019-07-21 23:15:15.000000','237100240304186'),('964668507225268',1,'they are very kind and take care of business. Dr. Henderson is amazing and the nurses and radiology staff are sweet and awesome at what they do','2019-10-23 19:21:55.000000','235046800697531'),('964794067204654',1,'Professional, quick service. Great nurses and doctors. Very friendly. Quick turnaround - best experience ever. Highly recommended! You guys rock!','2019-10-08 12:36:15.000000','1609539722669429'),('965829103759688',1,'great experience! Dr. Zhen was a great listener and easy to talk to. The staff were excellent and fast. would recommend family and friends to this place.','2019-08-13 20:23:13.000000','167959367441528'),('973176665723',1,'Thank you Amy, Dana, Jordan, Marvin, Robert M. and Dr. Harjai for taking such great care of me. You are all fantastic!','2020-03-20 20:47:42.000000','167959367441528'),('974309042746539',1,'I came here on April 3. My doctor referred me to this clinic to get a catscan and X-Ray, and they also coordinated an MRI at another facility. The whole staff was caring and professional and I was very happy with the way I was treated. The facility also looked like a top notch clinic. I would not hesitate to go back to this clinic.','2018-04-27 00:44:01.000000','1765121397101399'),('976473719463791',1,'Great customer service. Front reg (donna) was great and friendly. Highly recommend this clinic. Fast and convenient.','2020-03-14 03:14:38.000000','104213804456471'),('977925202588886',1,'Jessica S was so sweet and funny she got my mom right back within minutes because she had a hurt foot! Thank you signature care for your help!','2019-12-18 18:09:48.000000','596022027480375'),('978644525967490',1,'Fast friendly service! Alysia was very warm friendly and personable. She\'s definitely the type of person that you wanna see when you\'re not feeling so great. Shout out to Alysia!','2020-10-03 17:29:45.000000','829264323932850'),('979922355687195',1,'The staff was very friendly and concerned about my issues they were also very prompt','2019-10-24 11:34:48.000000','299216637560955'),('982567402222713',1,'My experience here was great because Bretnie and Morgan S made me feel so comfortable and taken care of. Would highly recommend!','2020-10-22 18:17:37.000000','326347177710316'),('985657248486819',1,'First time coming and all the staff is very friendly and helpful! Did not wait at all.','2020-01-11 23:33:01.000000','544778295636544'),('987661398103277',1,'They very fast and nice. Its one of the best er i been to','2018-01-31 17:16:45.000000','1787364321589026'),('988421874879668',1,'Awesome staff! Quick! Loved the care and knowledge!! Remington and Keera were Very friendly and informative! Was spot on to keep my baby girl comfortable.','2019-02-17 02:22:50.000000','326347177710316'),('988429358196555',1,'I was there today good people and very good service','2020-01-02 00:38:42.000000','829264323932850'),('988662178155297',1,'This ER is extremely clean and beautiful! Jocelyn at the front desk checked me in within minutes, and Alvean my nurse was amazing! She heard all of my concerns and related them over to Dr. Iheme. He was very quick and efficient to confirm everything with me and gave me what I needed to make me feel better!','2019-12-04 17:03:55.000000','167959367441528'),('988706054858966',1,'It is a clean facility and all the staff were professional , friendly and caring. I highly recommended it.','2020-02-21 23:38:50.000000','1648645701907657'),('989618278139588',1,'Dr. Elbescker and Lauren as well as city ambulance made my covid testing experience great. I highly recommend if you show any symptoms or have been exposed.','2020-06-09 21:00:59.000000','1698192877146046'),('990474141123126',1,'Amy\nKAT RN\nDr. Thomas\nMarcus','2019-09-11 23:48:47.000000','167959367441528'),('991345741379618',1,'I received great service and care.','2020-10-29 18:19:41.000000','1765121397101399'),('991456667932145',1,'My experience at SignatureCare Bellaire was great. Rollie, Hector, Stephanie, and Sonny were all so patient and attentive. Dr Daniels did an amazing job, awesome staff!','2020-10-17 02:00:36.000000','1648645701907657'),('995884670808924',1,'Very Friendly and prompt. 5ā­ļøā­ļøā­ļøā­ļøā­ļø treatment','2020-03-26 00:09:37.000000','596022027480375'),('996880897348007',1,'very timely and courteous. Thanks Tiffany D, Jenci, and courtney K!','2019-12-14 01:13:31.000000','299216637560955'),('998136690635869',1,'on the day I went they were a little busy, but the staff was very polite and extremely friendly.','2020-07-09 02:01:41.000000','251751275488925'),('998360987275949',1,'Very nice staff and fast service','2020-08-29 19:53:21.000000','235046800697531'),('999012827165217',1,'Great staff Kristina was fast and helpful','2020-01-05 23:40:52.000000','829264323932850'),('999170290525559',1,'No recommendations needed. AJ was very polite and made me feel very comfortable. Kat was also very polite and caring. The dr. was very knowledgeable about the situation at hand. The entire staff was great!','2020-09-18 15:49:46.000000','251751275488925'); /*!40000 ALTER TABLE `facebook_app_facebookreview` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `facebook_app_facebookreviewreply` -- DROP TABLE IF EXISTS `facebook_app_facebookreviewreply`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `facebook_app_facebookreviewreply` ( `id` int(11) NOT NULL AUTO_INCREMENT, `reply_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `replied_text` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `create_time` datetime(6) NOT NULL, `review_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `review_id` (`review_id`), CONSTRAINT `facebook_app_faceboo_review_id_562e1c27_fk_facebook_` FOREIGN KEY (`review_id`) REFERENCES `facebook_app_facebookreview` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=1998 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `facebook_app_facebookreviewreply` -- LOCK TABLES `facebook_app_facebookreviewreply` WRITE; /*!40000 ALTER TABLE `facebook_app_facebookreviewreply` DISABLE KEYS */; INSERT INTO `facebook_app_facebookreviewreply` VALUES (162,'759285224837904_759724791460614','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-28 09:21:28.000000','759285224837904'),(163,'1826347840838166_1826797977459819','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-23 11:48:47.000000','1826347840838166'),(164,'10164252189410624_10164254927265624','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-07-22 13:05:33.000000','10164252189410624'),(165,'10207723850850111_10207724801073866','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-13 08:13:01.000000','10207723850850111'),(166,'3288472757885180_3291317327600723','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-07-13 08:13:27.000000','3288472757885180'),(167,'4219349361439222_4219408868099938','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-07-09 09:34:59.000000','4219349361439222'),(168,'3292118914145606_3295389153818582','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-06-21 11:16:34.000000','3292118914145606'),(169,'144951083853757_145944090421123','SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-06-21 11:15:20.000000','144951083853757'),(170,'583410505925579_586757252257571','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-06-08 11:20:11.000000','583410505925579'),(171,'10163488073535425_10163549016110425','At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-06-08 11:31:43.000000','10163488073535425'),(172,'3382282181799768_3472616112766374','When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-06-08 11:34:09.000000','3382282181799768'),(173,'10219922864336039_10220353426499824','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-06-08 11:34:37.000000','10219922864336039'),(174,'10112364371846735_10112771921513935','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-06-14 06:11:50.000000','10112364371846735'),(175,'3333193713378627_3334475379917127','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-21 11:02:40.000000','3333193713378627'),(176,'4316222701736168_4319352868089818','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-05 12:35:19.000000','4316222701736168'),(177,'10158583355559312_10158585183649312','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-01 09:46:51.000000','10158583355559312'),(178,'3427733550570518_3429669427043597','At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-07-01 09:45:55.000000','3427733550570518'),(179,'10158653294616419_10158655640081419','Hello Melissa!. Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-30 09:15:20.000000','10158653294616419'),(180,'3879941268746148_3926589297414678','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-06-10 08:22:50.000000','3879941268746148'),(181,'10217549169660807_10217549231662357','Thank You for your feedback. We will be investigating this right away.','2020-05-03 21:51:56.000000','10217549169660807'),(182,'10156980508967134_10156989051232134','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-26 18:10:05.000000','10156980508967134'),(183,'3386239381407036_3388570134507294','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-07-22 13:29:21.000000','3386239381407036'),(184,'3094928547256848_3097195097030193','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-07-22 13:29:04.000000','3094928547256848'),(185,'4731564250203168_4742110845815175','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-19 11:05:35.000000','4731564250203168'),(186,'10223112943042343_10223134650425014','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your uncle. Thank you for choosing SignatureCare.','2020-07-19 11:06:28.000000','10223112943042343'),(187,'2991182421003560_2993199567468512','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-15 10:25:52.000000','2991182421003560'),(188,'1904860736356489_1906655719510324','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-12 07:35:16.000000','1904860736356489'),(189,'292222775454973_292484252095492','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-07-08 07:25:27.000000','292222775454973'),(190,'271715897418148_272014014055003','Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-07-08 07:26:05.000000','271715897418148'),(191,'3251567101573088_3252993958097069','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that your mom is feeling better. Thank you for choosing SignatureCare!','2020-07-01 10:17:15.000000','3251567101573088'),(192,'10221395839299582_10221396764122702','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-06-17 06:37:41.000000','10221395839299582'),(193,'10215984436913639_10216138551526408','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-06-08 12:09:35.000000','10215984436913639'),(194,'10222698901003817_10222707049247518','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-07-29 06:20:28.000000','10222698901003817'),(195,'2601457656851269_2602521303411571','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-29 06:25:15.000000','2601457656851269'),(196,'10158314968931259_10158317792056259','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-07-29 06:26:48.000000','10158314968931259'),(197,'10157420912178017_10157423370518017','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-07-29 06:18:37.000000','10157420912178017'),(198,'3295188093835644_3298404343514019','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-07-29 06:17:53.000000','3295188093835644'),(199,'10157685062289958_10157688010884958','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-29 06:15:13.000000','10157685062289958'),(200,'2607789109495317_2608793229394905','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-29 06:14:34.000000','2607789109495317'),(201,'324181415373014_326205525170603','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-27 05:43:49.000000','324181415373014'),(202,'3686486954700460_3695965517085937','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-07-27 05:48:25.000000','3686486954700460'),(203,'10157261999011911_10157263925451911','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-22 11:49:04.000000','10157261999011911'),(204,'3134960876618642_3137353903046006','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-07-22 11:49:40.000000','3134960876618642'),(205,'10214036329820841_10214042597177521','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-22 11:50:08.000000','10214036329820841'),(206,'3192136484212409_3194612753964782','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-22 11:50:28.000000','3192136484212409'),(207,'2719054055017001_2719837424938664','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-22 11:50:50.000000','2719054055017001'),(208,'1721268351364943_1721463238012121','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-21 10:58:07.000000','1721268351364943'),(209,'10218742238048608_10218743473799501','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-21 10:58:59.000000','10218742238048608'),(210,'10216720483304473_10216721543730983','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-21 10:59:21.000000','10216720483304473'),(211,'10223603243456123_10223604880017036','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-21 10:59:55.000000','10223603243456123'),(212,'2860024660988790_2860324130958843','The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-07-21 11:00:23.000000','2860024660988790'),(213,'10158701343832996_10158702221137996','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-21 11:00:58.000000','10158701343832996'),(214,'3789311977749851_3790338247647224','At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-07-21 11:01:34.000000','3789311977749851'),(215,'3335981873119381_3338482176202684','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-07-21 11:02:08.000000','3335981873119381'),(216,'10158116606667771_10158117452952771','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-20 06:06:17.000000','10158116606667771'),(217,'10220788564378374_10220791974143616','The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-07-20 06:07:05.000000','10220788564378374'),(218,'3310658215621904_3311766532177739','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-07-19 11:07:10.000000','3310658215621904'),(219,'10163831764495367_10163837814190367','Hello Jacqueline!. Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-30 09:23:56.000000','10163831764495367'),(220,'3289187894427801_3291818567498067','Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-22 10:21:00.000000','3289187894427801'),(221,'2378717905758646_2379682708995499','Hi, we have been disclosing the charges. We will be happy to bill commercial insurances or Medicare. Many insurances have agreed to waive copay. If you have none of these, then you can be tested and get an emergency room evaluation by a doctor for $175.','2020-06-18 12:51:26.000000','2378717905758646'),(222,'10158252678221609_10158252907636609','Thank you for your feedback. We will let them know. We appreciate you choosing SignatureCare!','2020-07-28 09:27:55.000000','10158252678221609'),(223,'10223208404228435_10223218722606388','The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-07-19 11:00:14.000000','10223208404228435'),(224,'10213474195568836_10213481574873314','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-07-19 10:59:52.000000','10213474195568836'),(225,'3332300430164063_3332490823478357','We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director so we can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that he can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-07-15 10:19:44.000000','3332300430164063'),(226,'1995832927220067_1995858720550821','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-07-08 07:24:22.000000','1995832927220067'),(227,'2702275320017695_2702886799956547','Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-07-07 07:04:55.000000','2702275320017695'),(228,'3670884412927350_3672263889456069','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-06 10:12:21.000000','3670884412927350'),(229,'3904062236332806_3909311805807849','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-06-08 12:04:55.000000','3904062236332806'),(230,'147422250229142_149346233370077','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!\n','2020-06-08 12:06:21.000000','147422250229142'),(231,'657032704844500_663314180883019','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-06-08 12:08:29.000000','657032704844500'),(232,'3174240045967333_3203649866359684','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.\n','2020-06-08 12:08:53.000000','3174240045967333'),(233,'3279392385406635_3348286238517249','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-06-08 12:09:25.000000','3279392385406635'),(234,'10216621667515214_10216839962132443','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-06-08 12:12:04.000000','10216621667515214'),(235,'650261629151537_675994953244871','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-06-08 12:12:57.000000','650261629151537'),(236,'3649959798352328_3651637074851267','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-30 09:33:25.000000','3649959798352328'),(237,'3299354680107368_3301736436535859','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-30 09:33:50.000000','3299354680107368'),(238,'3652667618080724_3655251384489014','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-30 09:34:27.000000','3652667618080724'),(239,'10221892665801031_10221897248395593','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-07-28 09:09:41.000000','10221892665801031'),(240,'1443307229174126_1443379069166942','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-26 17:19:06.000000','1443307229174126'),(241,'4524597654224533_4529115277106104','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-26 17:19:40.000000','4524597654224533'),(242,'2643687439293654_2644529065876158','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-26 17:20:10.000000','2643687439293654'),(243,'1687075514777797_1687967404688608','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-26 17:21:32.000000','1687075514777797'),(244,'3143324775746752_3146704742075422','Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-07-26 17:22:47.000000','3143324775746752'),(245,'1943914855743716_1945101058958429','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-07-26 17:22:08.000000','1943914855743716'),(246,'1288626304858553_1364595847261598','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-06-14 04:45:23.000000','1288626304858553'),(247,'3175101455884614_3176502619077831','Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-06-23 06:42:38.000000','3175101455884614'),(248,'3288263141218723_3290025357709168','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-06-16 07:03:29.000000','3288263141218723'),(249,'10158868289008203_10158870855813203','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-06-16 07:04:02.000000','10158868289008203'),(250,'3228622743870776_3230395523693498','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-06-16 07:18:07.000000','3228622743870776'),(251,'2967479990034415_2969261993189548','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-06-16 07:18:28.000000','2967479990034415'),(252,'623707538250629_624122414875808','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-06-16 07:19:24.000000','623707538250629'),(253,'10202601787582139_10202603429623189','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-06-16 07:19:57.000000','10202601787582139'),(254,'595841458013501_596807011250279','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-06-14 04:46:21.000000','595841458013501'),(255,'10222658919878849_10222676175590231','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-06-14 04:47:10.000000','10222658919878849'),(256,'3984143488324415_3990156161056481','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-06-14 04:47:38.000000','3984143488324415'),(257,'1698942163591464_1700326260119721','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-06-14 04:48:28.000000','1698942163591464'),(258,'3164683153600338_3168435183225135','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-06-14 04:48:55.000000','3164683153600338'),(259,'3039591516117991_3043280849082391','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-06-14 04:51:52.000000','3039591516117991'),(260,'3435626223163103_3439947619397630','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-06-14 04:52:24.000000','3435626223163103'),(261,'3111114768956212_3114919255242430','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-06-14 04:53:15.000000','3111114768956212'),(262,'2889886207789229_2893422860768897','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-06-14 04:53:45.000000','2889886207789229'),(263,'3020036664740660_3023721457705514','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-06-14 04:56:27.000000','3020036664740660'),(264,'621896331745268_622766224991612','Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-06-14 04:57:12.000000','621896331745268'),(265,'1487521464761766_1488784991302080','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-06-14 04:58:12.000000','1487521464761766'),(266,'10216907895866072_10216918855020044','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-06-14 04:58:57.000000','10216907895866072'),(267,'10159934799849937_10159940384784937','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-06-14 04:59:26.000000','10159934799849937'),(268,'308342470166188_309277923405976','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-06-14 05:08:19.000000','308342470166188'),(269,'10156920923562723_10156927766242723','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-07-26 17:57:21.000000','10156920923562723'),(270,'2720362354875733_2720775078167794','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-20 06:43:43.000000','2720362354875733'),(271,'3585805401431028_3593198400691728','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-19 10:56:19.000000','3585805401431028'),(272,'880241805832426_881052572418016','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-12 07:27:49.000000','880241805832426'),(273,'10217037200458163_10217042647034324','Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-07-08 07:23:21.000000','10217037200458163'),(274,'2706351196309691_2709722472639230','Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-22 10:19:08.000000','2706351196309691'),(275,'10158259102058516_10158260912898516','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-06-17 06:38:23.000000','10158259102058516'),(276,'10222658073070671_10222956646574822','Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-07-16 10:48:03.000000','10222658073070671'),(277,'674789396701965_675121590002079','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-06-11 10:17:53.000000','674789396701965'),(278,'3007967952585952_3009454119104002','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-06-11 10:09:47.000000','3007967952585952'),(279,'658813344848519_659103001486220','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-06-10 09:04:43.000000','658813344848519'),(280,'699873580582009_712269492675751','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-06-08 11:22:37.000000','699873580582009'),(281,'4084967864854439_4170345796316645','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-06-08 11:22:56.000000','4084967864854439'),(282,'3750597811681843_3838479896226967','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-06-08 11:23:17.000000','3750597811681843'),(283,'2666901026913807_2696310290639547','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-06-08 11:24:02.000000','2666901026913807'),(284,'1114809792208879_1142412339448624','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-06-08 11:24:38.000000','1114809792208879'),(285,'2770661433157031_2779499975606510','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-06-08 10:47:09.000000','2770661433157031'),(286,'2699666556956141_2699766726946124','We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-07-30 09:50:27.000000','2699666556956141'),(287,'1889173881224812_1889369837871883','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-30 09:50:47.000000','1889173881224812'),(288,'3244250585612972_3245076555530375','The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-07-30 09:51:13.000000','3244250585612972'),(289,'10158693492531303_10158696439336303','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-30 09:51:34.000000','10158693492531303'),(290,'3386354698061923_3386679948029398','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-29 06:46:20.000000','3386354698061923'),(291,'10207647168133469_10207647516822186','At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-07-29 06:46:42.000000','10207647168133469'),(292,'3292143000835913_3292568037460076','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-07-29 06:47:01.000000','3292143000835913'),(293,'10218413552872043_10218414603178300','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-29 06:47:59.000000','10218413552872043'),(294,'619470905650145_619744295622806','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-29 06:48:46.000000','619470905650145'),(295,'3139203469448956_3140358412666795','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-07-28 09:17:37.000000','3139203469448956'),(296,'10222628438009144_10222632849159420','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-28 09:17:58.000000','10222628438009144'),(297,'10221055120702481_10221056702182017','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-27 06:30:35.000000','10221055120702481'),(298,'313769050033130_314111366665565','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-27 06:54:37.000000','313769050033130'),(299,'10217797081905018_10217802325836113','Muchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal!','2020-07-26 18:36:59.000000','10217797081905018'),(300,'1212311209105476_1213642695638994','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-26 18:37:34.000000','1212311209105476'),(301,'2399794653647522_2400073333619654','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-07-29 06:42:18.000000','2399794653647522'),(302,'3053549418044280_3054751611257394','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-07-28 09:19:18.000000','3053549418044280'),(303,'3370990739598873_3373390686025545','At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-07-26 18:21:15.000000','3370990739598873'),(304,'3498352513516851_3500034280015341','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-07-23 11:56:56.000000','3498352513516851'),(305,'2721070501327698_2722978244470257','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-23 11:56:28.000000','2721070501327698'),(306,'326526491846477_326879768477816','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-07-20 06:46:25.000000','326526491846477'),(307,'4131667046875098_4134520516589751','The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-07-16 10:29:21.000000','4131667046875098'),(308,'10158326886644424_10158328912339424','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-07-12 07:14:14.000000','10158326886644424'),(309,'315535526244420_316006626197310','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-07-12 07:13:27.000000','315535526244420'),(310,'10222886352811033_10222899074609070','Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-07-12 07:14:58.000000','10222886352811033'),(311,'998136690635869_998176327298572','Thanks so much!!','2020-07-09 03:30:31.000000','998136690635869'),(312,'10157108974527096_10157109922477096','Thank you😊','2020-07-09 03:31:31.000000','10157108974527096'),(313,'3706924372656772_3708383772510832','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-07-06 09:47:25.000000','3706924372656772'),(314,'675455556644489_675817256608319','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-06-22 10:10:28.000000','675455556644489'),(315,'1006947493107130_1007978193004060','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-06-21 10:45:41.000000','1006947493107130'),(316,'10222774124324152_10222798702178583','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-06-21 10:44:39.000000','10222774124324152'),(317,'3017249988396068_3017823071672093','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-06-09 06:51:49.000000','3017249988396068'),(318,'3466506433369169_3467829593236853','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-06-09 06:52:47.000000','3466506433369169'),(319,'10222774059843913_10222785811497697','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-06-08 11:04:58.000000','10222774059843913'),(320,'10217348483491761_10217395967158823','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-06-08 11:05:53.000000','10217348483491761'),(321,'1522427141295921_1530276943844274','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-06-08 11:06:58.000000','1522427141295921'),(322,'2789304901304384_2799082200326654','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-06-08 11:07:26.000000','2789304901304384'),(323,'3278604118837836_3308804325817815','When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-06-08 11:07:56.000000','3278604118837836'),(324,'10218382001361988_10218383951330736','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-29 06:41:09.000000','10218382001361988'),(325,'2743727769282496_2745770472411559','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-07-12 07:03:41.000000','2743727769282496'),(326,'10223147758064882_10223148803291012','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating','2020-06-22 10:14:58.000000','10223147758064882'),(327,'10220256448095170_10220257704126570','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-06-17 06:48:32.000000','10220256448095170'),(328,'10221757117894311_10221759159065339','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-06-17 06:49:01.000000','10221757117894311'),(329,'10223651832627765_10223655270473709','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-06-17 06:50:11.000000','10223651832627765'),(330,'10223807570361764_10223811213772847','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-06-17 06:50:59.000000','10223807570361764'),(331,'2606410502941310_2606907202891640','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-06-17 06:51:34.000000','2606410502941310'),(332,'10163728247565511_10163731669290511','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-06-17 06:53:04.000000','10163728247565511'),(333,'10219088732942599_10219093978753741','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-06-17 06:53:31.000000','10219088732942599'),(334,'10157889972757098_10157892397352098','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-06-16 10:47:46.000000','10157889972757098'),(335,'10157515066775662_10157515988340662','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-06-14 05:53:29.000000','10157515066775662'),(336,'3635062729843359_3646173888732243','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-06-14 05:55:37.000000','3635062729843359'),(337,'3627879090557127_3638040676207635','Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-06-14 05:56:46.000000','3627879090557127'),(338,'10215729270537470_10215756437176619','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-06-14 05:57:26.000000','10215729270537470'),(339,'3309074649151420_3310424862349732','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-06-10 08:55:33.000000','3309074649151420'),(340,'3214695295249044_3251004748284765','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-06-09 06:53:43.000000','3214695295249044'),(341,'194630298718906_203201897861746','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-06-10 08:56:07.000000','194630298718906'),(342,'262598271597986_281843443006802','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-06-10 08:56:50.000000','262598271597986'),(343,'4120488044692867_4121104904631181','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-07-13 08:13:55.000000','4120488044692867'),(344,'10158312427153766_10158314751873766','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-12 07:33:02.000000','10158312427153766'),(345,'10164014585770416_10164021014305416','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-12 07:33:50.000000','10164014585770416'),(346,'3499691440062354_3500665883298243','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-06 10:13:46.000000','3499691440062354'),(347,'10218053429672001_10218054272893081','Hello Michael!. Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-30 09:20:14.000000','10218053429672001'),(348,'3414328428595050_3414521165242443','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-06-24 10:18:41.000000','3414328428595050'),(349,'2922475267863829_3009830239128331','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.\n','2020-06-08 11:30:45.000000','2922475267863829'),(350,'2865727116844267_3078868435530133','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-06-15 08:52:05.000000','2865727116844267'),(351,'10220624815757734_10221595847792928','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-06-15 08:52:54.000000','10220624815757734'),(352,'2876001672459738_3093365657390004','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-06-15 08:51:55.000000','2876001672459738'),(353,'3174276745952936_3175827085797902','Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that we can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-07-29 06:43:53.000000','3174276745952936'),(354,'3350969528357912_3351839768270888','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-07-27 06:28:43.000000','3350969528357912'),(355,'10213726311792452_10213726833045483','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-26 18:24:54.000000','10213726311792452'),(356,'10218166758744566_10218168030776366','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-26 18:25:09.000000','10218166758744566'),(357,'10109467227586988_10109472539302268','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-07-26 18:25:48.000000','10109467227586988'),(358,'3168321333222281_3173663186021429','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-26 18:26:38.000000','3168321333222281'),(359,'4118210074920545_4127294987345387','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-26 18:27:44.000000','4118210074920545'),(360,'3435441709800932_3441824065829363','It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-26 18:28:44.000000','3435441709800932'),(361,'1205874316428887_1208133646202954','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-07-26 18:29:06.000000','1205874316428887'),(362,'3161916673898425_3169946016428824','We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-07-26 18:29:41.000000','3161916673898425'),(363,'2695266304083073_2697599293849774','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-07-26 18:30:01.000000','2695266304083073'),(364,'10158057349721281_10158065134071281','We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-07-26 18:30:31.000000','10158057349721281'),(365,'3125125067524039_3125838437452702','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-27 05:30:55.000000','3125125067524039'),(366,'1632142816952721_1634803880019948','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-27 05:43:24.000000','1632142816952721'),(367,'10213651762646837_10213669904060361','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-27 05:42:51.000000','10213651762646837'),(368,'3259736260745854_3260430017343145','Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced. Thank you for your review and recommendation.','2020-07-14 07:12:35.000000','3259736260745854'),(369,'3570505406312612_3571906169505869','Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-07-06 09:13:43.000000','3570505406312612'),(370,'10219558496947278_10219939063381201','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-06-10 08:06:35.000000','10219558496947278'),(371,'161639478802392_161839458782394','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-26 08:09:17.000000','161639478802392'),(372,'10158435901053718_10158437272723718','We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-07-22 13:07:13.000000','10158435901053718'),(373,'10157465380131915_10157470470671915','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-19 10:55:10.000000','10157465380131915'),(374,'10221407361427801_10221418314221614','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-05 12:29:23.000000','10221407361427801'),(375,'1131459450560974_1132501680456751','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-05 12:28:46.000000','1131459450560974'),(376,'10222521186639398_10222606146083331','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-06-08 11:12:51.000000','10222521186639398'),(377,'1149806655366938_1179932289021041','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-06-08 11:13:33.000000','1149806655366938'),(378,'3716213078406064_3716446171716088','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-07-26 18:05:12.000000','3716213078406064'),(379,'3731068553586639_3731412583552236','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-26 18:05:28.000000','3731068553586639'),(380,'1655505214600488_1656868897797453','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-07-26 08:09:53.000000','1655505214600488'),(381,'3381574865257754_3390762754338965','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-26 08:10:13.000000','3381574865257754'),(382,'10159134526834617_10159142035364617','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-07-26 08:10:51.000000','10159134526834617'),(383,'3828068917219838_3835816263111770','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-07-26 08:11:09.000000','3828068917219838'),(384,'960287121153381_962149954300431','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-07-26 08:11:53.000000','960287121153381'),(385,'10156918456817723_10156919849237723','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-23 11:44:57.000000','10156918456817723'),(386,'2428835357415893_2429323370700425','Muchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal!','2020-07-23 11:43:11.000000','2428835357415893'),(387,'10158393440664246_10158395169219246','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-23 11:44:37.000000','10158393440664246'),(388,'10223916381923361_10223919073270643','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-20 06:43:21.000000','10223916381923361'),(389,'10157696948499065_10157701363434065','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-19 10:58:16.000000','10157696948499065'),(390,'4354539691224679_4356219501056698','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-14 07:03:12.000000','4354539691224679'),(391,'10215251268508510_10215264807206969','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-12 07:23:10.000000','10215251268508510'),(392,'10217535990332279_10217544123495603','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-09 09:30:07.000000','10217535990332279'),(393,'1131200800600508_1131357300584858','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-07 07:05:38.000000','1131200800600508'),(394,'10158748932349284_10158749763639284','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-05 12:22:54.000000','10158748932349284'),(395,'10223534729265724_10223537961386525','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-05 12:25:41.000000','10223534729265724'),(396,'10217785478004645_10217791765561830','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-07-02 10:06:03.000000','10217785478004645'),(397,'876801992827212_878630979310980','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-06-28 12:05:19.000000','876801992827212'),(398,'10100305981992179_10100305996278549','Michele Coffield Whitebread It is not acceptable for our staff to be rude. We will be escalating this complaint to the mangers. It truly is unfortunate that you had to wait. While we feel fortunate to be able to provide you with the same-day result, we are experiencing unprecedented number of people that are seeking our help at the emergency room. Please accept our sincere apology for the unusual wait. I hope you will consider our services when this Pandemic is over so that we can have the opportunity to demonstrate our true concierge emergency care to your loved ones.','2020-06-15 03:08:28.000000','10100305981992179'),(399,'10224505435930394_10224531653865826','At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-08-10 10:34:29.000000','10224505435930394'),(400,'3670665516282281_3680746445274188','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-10 10:34:54.000000','3670665516282281'),(401,'4075634449176838_4093607630712853','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-08-10 10:35:21.000000','4075634449176838'),(402,'10222187975355850_10222223378480906','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-08-10 10:36:08.000000','10222187975355850'),(403,'10160216724614498_10160233133769498','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-10 10:36:40.000000','10160216724614498'),(404,'10217670689389972_10217755311785479','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-10 10:37:25.000000','10217670689389972'),(405,'3303427499754284_3319479421482425','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-10 06:12:53.000000','3303427499754284'),(406,'3133274120060018_3153581331362630','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-10 06:14:57.000000','3133274120060018'),(407,'768534393974605_774776173350427','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-08-10 06:14:42.000000','768534393974605'),(408,'10220118559731872_10220191378232289','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-08-10 06:13:42.000000','10220118559731872'),(409,'10160128055141258_10160156948606258','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-08-10 06:10:25.000000','10160128055141258'),(410,'2598756697108337_2607728946211112','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-08-10 06:09:21.000000','2598756697108337'),(411,'3546564425366381_3552701458086011','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great revie','2020-08-10 11:14:25.000000','3546564425366381'),(412,'1423709221163353_1423715624496046','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-08-10 08:24:23.000000','1423709221163353'),(413,'3313490225340511_3313523362003864','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-10 08:25:40.000000','3313490225340511'),(414,'3213012435456133_3236715496419160','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-08-10 06:06:11.000000','3213012435456133'),(415,'10158538799651494_10158552508316494','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-11 06:14:05.000000','10158538799651494'),(416,'2714526375459772_2719219971657079','We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-08-11 06:15:46.000000','2714526375459772'),(417,'10116016126545890_10116047222259830','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-11 06:17:18.000000','10116016126545890'),(418,'10223557346347929_10223635332217527','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-11 06:17:50.000000','10223557346347929'),(419,'1224475391248932_1225456954484109','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-08-09 18:57:23.000000','1224475391248932'),(420,'722207188342716_726882084541893','Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-08-09 18:52:37.000000','722207188342716'),(421,'1705790792895018_1714194602054637','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-09 18:53:00.000000','1705790792895018'),(422,'4072103739530489_4114278868646309','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-08-09 18:56:59.000000','4072103739530489'),(423,'3414702585206965_3440687899275100','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-09 18:56:38.000000','3414702585206965'),(424,'10223385180363524_10223484790173707','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-08-09 18:48:47.000000','10223385180363524'),(425,'3318167358205234_3344069882281648','It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-09 18:48:16.000000','3318167358205234'),(426,'1577384152420111_1585338504958009','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-08-09 18:47:45.000000','1577384152420111'),(427,'2752763294945699_2760300850858610','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-09 18:45:54.000000','2752763294945699'),(428,'10164169505440494_10164219992310494','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-08-09 18:46:29.000000','10164169505440494'),(429,'3600585053293194_3630160460335653','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-09 18:39:07.000000','3600585053293194'),(430,'10223755291293256_10223769106678632','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-09 18:28:42.000000','10223755291293256'),(431,'3488381071201677_3500895626616888','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2020-08-09 18:29:56.000000','3488381071201677'),(432,'10208052940278644_10208084875557006','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-08-09 18:30:36.000000','10208052940278644'),(433,'1221128804918453_1226441664387167','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-10 10:57:57.000000','1221128804918453'),(434,'3742863262395960_3744813662200920','We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-08-11 07:13:40.000000','3742863262395960'),(435,'3296852470370924_3298765926846245','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-08-11 07:12:42.000000','3296852470370924'),(436,'3498851093499405_3503442883040226','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-08-10 10:08:55.000000','3498851093499405'),(437,'2609150109337898_2612638492322393','Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-08-10 10:08:38.000000','2609150109337898'),(438,'10102083514642256_10102083612131886','It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-11 06:53:09.000000','10102083514642256'),(439,'3805931386089567_3807967412552631','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-08-11 06:53:40.000000','3805931386089567'),(440,'3790525260964514_3806601802690193','SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-08-10 07:54:07.000000','3790525260964514'),(441,'10158550902744084_10158575256984084','It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-10 07:54:52.000000','10158550902744084'),(442,'1348372122034204_1348606748677408','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-08-12 08:29:47.000000','1348372122034204'),(443,'3240423326023723_3259957974070258','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-08-10 10:50:02.000000','3240423326023723'),(444,'132853101822754_135863051521759','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-10 10:48:55.000000','132853101822754'),(445,'10159094673494505_10159116347314505','SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-08-10 10:48:36.000000','10159094673494505'),(446,'10216993569251917_10217044441083681','Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-08-10 10:47:58.000000','10216993569251917'),(447,'10217010612953751_10217048351897201','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of your mother. We appreciate the great review and rating.','2020-08-10 07:52:43.000000','10217010612953751'),(448,'10223294272935164_10223340200003312','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-10 07:53:17.000000','10223294272935164'),(449,'10208256152398966_10208277561534181','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-10 07:57:11.000000','10208256152398966'),(450,'2748523192044643_2753242271572735','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-08-10 07:58:24.000000','2748523192044643'),(451,'3174826522578049_3190477401012961','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-08-10 07:59:02.000000','3174826522578049'),(452,'287445302341527_292036288549095','Muchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal!','2020-08-10 07:59:52.000000','287445302341527'),(453,'4099913883416569_4133427410065216','Muchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal!','2020-08-10 08:00:33.000000','4099913883416569'),(454,'3377653415793916_3385298665029391','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-10 08:00:54.000000','3377653415793916'),(455,'3311672652189267_3337538299602702','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-08-10 08:01:24.000000','3311672652189267'),(456,'3137225749676107_3161673097231372','It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-10 08:34:28.000000','3137225749676107'),(457,'10213970425335120_10214019384319064','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-10 08:34:59.000000','10213970425335120'),(458,'4596354470378342_4614533121893810','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-10 06:33:35.000000','4596354470378342'),(459,'10214021135083014_10214047335097998','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-08-10 06:35:18.000000','10214021135083014'),(460,'3506768196000127_3524354357574844','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-08-10 07:36:33.000000','3506768196000127'),(461,'10216207531732024_10216266199358678','Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-08-10 07:37:20.000000','10216207531732024'),(462,'3491371930875892_3491668040846281','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-12 08:39:59.000000','3491371930875892'),(463,'10213559064170328_10213559607263905','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-08-12 08:39:22.000000','10213559064170328'),(464,'155459106162518_155721806136248','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-08-11 06:52:06.000000','155459106162518'),(465,'3511041082273662_3528734840504286','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-08-10 10:12:49.000000','3511041082273662'),(466,'2576825752648240_2582969322033883','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-08-10 10:14:11.000000','2576825752648240'),(467,'3868384969880278_3891328587585916','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-10 10:14:29.000000','3868384969880278'),(468,'3214732971967838_3238935669547568','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-10 10:17:57.000000','3214732971967838'),(469,'3475998792424146_3500586859965339','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-08-10 10:18:43.000000','3475998792424146'),(470,'746850652781806_753138168819721','Muchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal!','2020-08-10 10:19:25.000000','746850652781806'),(471,'3079100485539892_3103545593095381','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-08-10 10:21:23.000000','3079100485539892'),(472,'337486940977247_344704043588870','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-08-10 10:27:17.000000','337486940977247'),(473,'10213835836210688_10213891417840194','At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-08-10 10:33:07.000000','10213835836210688'),(474,'10215520938291203_10215588305215334','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-10 11:13:44.000000','10215520938291203'),(475,'10157443147293587_10157470467013587','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great revie','2020-08-10 11:14:04.000000','10157443147293587'),(476,NULL,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-08-12 10:57:41.478725','10158208788986928'),(477,NULL,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-08-12 11:02:13.679515','10157559561362469'),(478,NULL,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-12 11:08:46.098153','337172207445714'),(479,NULL,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-12 13:38:24.634325','4121954991212229'),(480,NULL,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-08-12 13:41:06.844822','10223230045360493'),(481,'10157819438107989_10157819923412989','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-07 10:43:57.000000','10157819438107989'),(482,'10221437649197890_10221442012146961','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-08-16 08:01:57.000000','10221437649197890'),(483,'3126772087378586_3128668960522232','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-16 08:01:00.000000','3126772087378586'),(484,'10157615244052874_10157621243532874','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-09-06 10:34:35.000000','10157615244052874'),(485,'741246933388035_742365833276145','Thank you for trusting us with the care of your daughters. We appreciate the great feedback and are very glad to hear that our team took such good care of them.','2020-08-31 06:53:44.000000','741246933388035'),(486,'3220047794717665_3220270114695433','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-08-17 06:15:12.000000','3220047794717665'),(487,'928470237633046_929080640905339','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-09-01 11:19:03.000000','928470237633046'),(488,'330899784726018_332650587884271','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-08-31 06:44:14.000000','330899784726018'),(489,'2027281364070660_2029928170472646','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-31 06:43:35.000000','2027281364070660'),(490,'4297857733588636_4311046875603055','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-31 06:30:43.000000','4297857733588636'),(491,'1005845006535311_1007492503037228','Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-08-23 05:09:54.000000','1005845006535311'),(492,'2764051980494396_2764327177133543','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-09-08 06:26:46.000000','2764051980494396'),(493,'10215467999127681_10215471341171230','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-08 06:26:29.000000','10215467999127681'),(494,'3237563016362779_3238845629567851','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-09-07 10:45:02.000000','3237563016362779'),(495,'10164514524170284_10164517457375284','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-09-07 10:45:48.000000','10164514524170284'),(496,'10220596651640983_10220612858806152','Thank you for trusting us with the care of your son. We appreciate the great feedback and are very glad to hear that our team took such good care of him.','2020-09-06 10:36:46.000000','10220596651640983'),(497,'725757961335960_729242127654210','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-06 10:37:25.000000','725757961335960'),(498,'10160102742892926_10160102745957926','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-09-01 07:10:32.000000','10160102742892926'),(499,'10223320466022176_10223321847736718','Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-09-01 07:11:59.000000','10223320466022176'),(500,'10221369273368950_10221369324490228','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-08-12 15:33:47.000000','10221369273368950'),(501,'10103460362627685_10103460415606515','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-08-26 11:39:16.000000','10103460362627685'),(502,'3330282667050927_3331613046917889','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-08-16 08:11:03.000000','3330282667050927'),(503,'1508517502666318_1509640122554056','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-08-16 08:11:43.000000','1508517502666318'),(504,'1689288971227733_1689843084505655','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-09-01 11:28:01.000000','1689288971227733'),(505,'1038147609948388_1038426886587127','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-31 06:47:54.000000','1038147609948388'),(506,'3597631446916521_3603315546348111','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-31 06:48:21.000000','3597631446916521'),(507,'2844823745737980_2845287029024985','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-17 05:50:07.000000','2844823745737980'),(508,'3365977500111982_3367744326601966','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-08-16 05:25:42.000000','3365977500111982'),(509,'3819304234751309_3821791501169249','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-08-16 05:24:13.000000','3819304234751309'),(510,'10221039526329940_10221048516714694','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-16 05:18:57.000000','10221039526329940'),(511,'3086808671439253_3091511707635616','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-08-16 05:18:34.000000','3086808671439253'),(512,'10218944288019428_10218951022067775','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-08-13 09:59:50.000000','10218944288019428'),(513,'10220372517774789_10220378701249372','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-08-31 06:49:31.000000','10220372517774789'),(514,'2801123510211813_2803309373326560','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-16 08:05:22.000000','2801123510211813'),(515,'10106903352323776_10106905568208126','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-06 09:29:52.000000','10106903352323776'),(516,'10102519349146244_10102519785696394','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-09-02 10:31:40.000000','10102519349146244'),(517,'3680459551965502_3682841858393938','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-09-01 11:09:17.000000','3680459551965502'),(518,'10158882722929396_10158901889444396','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-08-20 08:11:35.000000','10158882722929396'),(519,'4483544211663474_4557673367583891','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-20 08:12:21.000000','4483544211663474'),(520,'10223474238226033_10223475539218557','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-09-08 06:21:18.000000','10223474238226033'),(521,'1979284882206671_1979931665475326','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-02 10:32:47.000000','1979284882206671'),(522,'3110505445715436_3111716005594380','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-09-01 11:13:47.000000','3110505445715436'),(523,'3237220996353640_3238052582937148','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-08-19 06:26:23.000000','3237220996353640'),(524,'10158172833726487_10158173823696487','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope your father is feeling better!','2020-08-19 06:27:33.000000','10158172833726487'),(525,'3208362625884482_3209935809060497','We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-08-19 06:28:11.000000','3208362625884482'),(526,'10220661156692940_10220673611924313','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-08-16 07:43:05.000000','10220661156692940'),(527,'1006303439831153_1007592963035534','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-08-16 07:43:31.000000','1006303439831153'),(528,'3599459996752662_3604394872925841','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-16 07:43:48.000000','3599459996752662'),(529,'10221024850063732_10221045291974767','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-08-16 07:54:41.000000','10221024850063732'),(530,'3549999741690942_3557332914290958','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-16 07:54:08.000000','3549999741690942'),(531,'2785884208179964_2790544451047273','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-08-13 10:25:51.000000','2785884208179964'),(532,'724854454728973_724920864722332','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-09 06:24:17.000000','724854454728973'),(533,'3396746890404905_3399195530160041','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-09-09 06:24:31.000000','3396746890404905'),(534,'1263730127293461_1263786740621133','At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-09-07 10:34:22.000000','1263730127293461'),(535,'3308659789213057_3312435735502129','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-06 10:22:22.000000','3308659789213057'),(536,'10219237642786509_10219237938593904','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-09-01 11:16:25.000000','10219237642786509'),(537,'3807798799235817_3808904282458602','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-01 11:16:57.000000','3807798799235817'),(538,'3163292320444492_3163801060393618','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-31 05:58:21.000000','3163292320444492'),(539,'2861004487485406_2862886010630587','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-08-30 06:59:46.000000','2861004487485406'),(540,'1832088310274799_1832769576873339','The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-08-27 08:56:08.000000','1832088310274799'),(541,'1184675101888144_1185008571854797','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-26 11:41:10.000000','1184675101888144'),(542,'10222180679523759_10222185348040469','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-08-24 06:50:04.000000','10222180679523759'),(543,'715973395925069_716172719238470','The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-08-19 06:24:59.000000','715973395925069'),(544,'3327088887330440_3328603577178971','We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-08-19 06:25:27.000000','3327088887330440'),(545,'10223452763168239_10223456322337216','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-08-17 06:47:24.000000','10223452763168239'),(546,'10214008882695493_10214009300865947','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-16 07:32:15.000000','10214008882695493'),(547,'922355278257799_922421901584470','The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-08-16 07:33:01.000000','922355278257799'),(548,'3386328664765884_3390307474368003','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-08-16 07:35:08.000000','3386328664765884'),(549,'10100761787465377_10100762000962527','It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-09-03 11:09:29.000000','10100761787465377'),(550,'10157251021126960_10157252625206960','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-03 11:17:50.000000','10157251021126960'),(551,'10100761654866107_10100762001890667','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-09-03 11:20:35.000000','10100761654866107'),(552,'1636845013142425_1637131189780474','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-09-01 11:02:29.000000','1636845013142425'),(553,'10224162139067719_10224164705811886','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-08-30 06:57:28.000000','10224162139067719'),(554,'998360987275949_998680440577337','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-30 06:57:48.000000','998360987275949'),(555,'677747826178125_679259122693662','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-30 06:58:23.000000','677747826178125'),(556,'1621340328025624_1621378578021799','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-27 09:03:02.000000','1621340328025624'),(557,'3295684000528966_3306989766065056','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-16 08:06:54.000000','3295684000528966'),(558,'3080500992079708_3080912978705176','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-09-08 05:43:36.000000','3080500992079708'),(559,'10221276398966861_10221279171876182','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-07 10:52:06.000000','10221276398966861'),(560,'3358453130889168_3362994237101724','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-09-06 10:32:51.000000','3358453130889168'),(561,'3615803345111010_3626094380748573','The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-09-06 10:32:28.000000','3615803345111010'),(562,'639579626693525_639902939994527','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-26 11:59:28.000000','639579626693525'),(563,'3407253372646716_3408568932515160','Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-08-24 07:15:26.000000','3407253372646716'),(564,'1017416038699007_1017999245307353','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-09-09 06:38:52.000000','1017416038699007'),(565,'10104073284088259_10104073471896889','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-24 06:51:36.000000','10104073284088259'),(566,'4354599317944944_4356265437778332','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-08-24 06:50:37.000000','4354599317944944'),(567,'10157684014862759_10157685734532759','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-08-24 06:51:03.000000','10157684014862759'),(568,'3551961771501787_3556189894412308','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-08-23 05:08:33.000000','3551961771501787'),(569,'2588057074841637_2590446194602725','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-23 05:09:01.000000','2588057074841637'),(570,'3187580194643664_3188048457930171','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-08-20 08:29:50.000000','3187580194643664'),(571,'10213819752287297_10213823877230418','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-08-20 08:30:15.000000','10213819752287297'),(572,'314954569732013_316010436293093','There\'s never a fun time to visit the ER, but we will make your visit with us as quick and as painless as possible. Thank you for letting us know that our SignatureCare team is doing a good job -- it means a lot to us.','2020-09-06 10:20:18.000000','314954569732013'),(573,'10110550593677730_10110559542848520','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-09-06 10:21:37.000000','10110550593677730'),(574,'10218162529479471_10218174288173431','Thank you for trusting us with the care of your son. We appreciate the great feedback and are very glad to hear that our team took such good care of him.','2020-08-31 06:13:54.000000','10218162529479471'),(575,'2642599226004083_2644615789135760','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-08-31 06:14:26.000000','2642599226004083'),(576,'204360767696645_204636334335755','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-19 06:37:49.000000','204360767696645'),(577,'3516887338341493_3523868120976748','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-08-16 08:12:07.000000','3516887338341493'),(578,'3554047087952879_3556378464386408','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-12 15:27:18.000000','3554047087952879'),(579,'10224219557945046_10224228273562931','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-13 05:38:38.000000','10224219557945046'),(580,'3442624262461118_3449354458454765','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-09-13 05:37:46.000000','3442624262461118'),(581,'1741660562654836_1742731969214362','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-09-13 05:36:09.000000','1741660562654836'),(582,'4628589983825269_4630328800318054','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-09-13 05:45:25.000000','4628589983825269'),(583,'10221424247297803_10221427072608434','Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-09-13 05:45:46.000000','10221424247297803'),(584,'10223869463148751_10223873140600685','We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-09-13 05:47:34.000000','10223869463148751'),(585,'1029124467527071_1029457717493746','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-13 05:47:58.000000','1029124467527071'),(586,'3236071789841130_3237584313023211','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-13 05:48:39.000000','3236071789841130'),(587,'10100985136585941_10100985308072281','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-09-13 05:43:30.000000','10100985136585941'),(588,'4050738898275941_4051864854830012','Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-09-13 05:44:25.000000','4050738898275941'),(589,'10221586398663168_10221587685575340','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-09-13 05:12:59.000000','10221586398663168'),(590,'10164230306730381_10164231053300381','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-09-13 05:12:30.000000','10164230306730381'),(591,'10222073491999739_10222083268124136','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-09-13 05:10:55.000000','10222073491999739'),(592,'2848271282074086_2850702608497620','Thank you for trusting us with the care of your son. We appreciate the great feedback and are very glad to hear that our team took such good care of him.','2020-09-13 05:10:16.000000','2848271282074086'),(593,'172604764419966_172754581071651','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-09-10 05:35:53.000000','172604764419966'),(594,'3272323636137867_3278845538819010','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-09-13 05:14:08.000000','3272323636137867'),(595,'10224522705402025_10224522924007490','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-13 05:42:04.000000','10224522705402025'),(596,'325268745392790_325334665386198','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-09-13 05:41:25.000000','325268745392790'),(597,'2679560535696433_2679684342350719','The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-09-13 05:40:53.000000','2679560535696433'),(598,'10214695820423969_10214699395753350','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-13 05:40:10.000000','10214695820423969'),(599,'340966470591610_341134480574809','We believe we have the very best staff in Texas. SignatureCare takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-09-10 08:54:05.000000','340966470591610'),(600,'918654448540220_918830615189270','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-09-10 08:54:45.000000','918654448540220'),(601,'10101506195594310_10101506439944630','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare .','2020-09-10 08:55:28.000000','10101506195594310'),(602,'10217502547657408_10217505747377399','At SignatureCare, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-10 08:56:27.000000','10217502547657408'),(603,'10207362411375624_10207365761579377','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-09-13 05:16:18.000000','10207362411375624'),(604,'10157347234265703_10157350382205703','We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-09-13 05:20:55.000000','10157347234265703'),(605,'4328721067199912_4340711216000897','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-13 05:19:42.000000','4328721067199912'),(606,'3407814942609179_3411815858875754','At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-09-20 07:28:24.000000','3407814942609179'),(607,'824205718319345_824524738287443','We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-09-15 09:34:52.000000','824205718319345'),(608,'3654657251219470_3655488041136391','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-09-16 08:22:45.000000','3654657251219470'),(609,'4020932724600420_4022929077734118','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-09-15 10:13:31.000000','4020932724600420'),(610,'3250597724987633_3258306044216801','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-20 07:31:31.000000','3250597724987633'),(611,'10100722280785929_10100722349508209','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-17 17:34:49.000000','10100722280785929'),(612,'10223507031799046_10223512738261704','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-09-17 17:34:05.000000','10223507031799046'),(613,'175561280789804_175599004119365','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-14 09:44:51.000000','175561280789804'),(614,'2086452674822002_2087246504742619','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-09-20 07:27:50.000000','2086452674822002'),(615,'10157644964342874_10157645882807874','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-09-17 17:31:37.000000','10157644964342874'),(616,'10218332799701954_10218335169401195','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-09-20 07:23:35.000000','10218332799701954'),(617,'10224976936833829_10224995481697439','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-20 07:24:54.000000','10224976936833829'),(618,'3443069582418604_3444147452310817','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-16 08:25:17.000000','3443069582418604'),(619,'361423685011111_361810218305791','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-16 07:51:08.000000','361423685011111'),(620,'2880013735559896_2880500228844580','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-09-15 09:31:26.000000','2880013735559896'),(621,'10157383380022554_10157384783247554','Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-09-15 09:32:00.000000','10157383380022554'),(622,'2796915777077290_2798205493614985','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-14 09:35:25.000000','2796915777077290'),(623,'10213574240588701_10213587948331386','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-16 07:56:54.000000','10213574240588701'),(624,'3769232833191042_3770700499710942','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-09-20 07:56:56.000000','3769232833191042'),(625,'10220671302190480_10220677213738265','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-20 07:56:32.000000','10220671302190480'),(626,'3723144101038793_3728349407184929','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-09-20 07:56:07.000000','3723144101038793'),(627,'10223000343094525_10223005867952643','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-09-14 09:41:36.000000','10223000343094525'),(628,'10158724119641788_10158724661861788','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-09-20 07:55:44.000000','10158724119641788'),(629,'2758136337775795_2758377531085009','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-09-20 08:07:58.000000','2758136337775795'),(630,'2676821862529369_2677202072491348','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-09-20 08:08:20.000000','2676821862529369'),(631,'890501108025283_890938134648247','Thank you for trusting us with the care of your son. We appreciate the great feedback and are very glad to hear that our team took such good care of him.','2020-09-20 08:09:07.000000','890501108025283'),(632,'3416286481772736_3420082558059795','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-20 08:09:32.000000','3416286481772736'),(633,'3543019132408655_3547097788667456','When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-09-20 08:10:02.000000','3543019132408655'),(634,'3283628941751312_3287956567985216','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-09-20 08:10:26.000000','3283628941751312'),(635,'3924047100955443_3928918663801620','At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-09-20 08:10:53.000000','3924047100955443'),(636,'10225078622140645_10225096509267812','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-09-20 08:11:38.000000','10225078622140645'),(637,'999170290525559_1000432233732698','When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-09-20 08:12:35.000000','999170290525559'),(638,'2813453185580124_2815461435379299','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-20 07:55:22.000000','2813453185580124'),(639,'10219329072112316_10219346111978302','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-20 07:54:51.000000','10219329072112316'),(640,'179521460396832_180237820325196','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-09-20 07:54:24.000000','179521460396832'),(641,'3650184594994831_3650374504975840','At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-09-17 17:42:50.000000','3650184594994831'),(642,'10157293553355808_10157294626375808','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-09-17 17:42:21.000000','10157293553355808'),(643,'3678313228845342_3680084335334898','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-17 17:41:53.000000','3678313228845342'),(644,'10221312235929148_10221312957907197','Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-09-16 08:09:55.000000','10221312235929148'),(645,'1019800958476531_1020019155121378','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-09-16 08:08:55.000000','1019800958476531'),(646,'2635119780072586_2635341006717130','We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-09-16 08:08:14.000000','2635119780072586'),(647,'1945118598955972_1945379068929925','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review','2020-09-16 08:07:44.000000','1945118598955972'),(648,'3284806544929027_3286674684742213','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-16 08:07:01.000000','3284806544929027'),(649,'10214055392658484_10214056494566031','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-09-15 09:49:14.000000','10214055392658484'),(650,'3382647271960566_3382912658600694','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-09-15 09:42:37.000000','3382647271960566'),(651,'3518311004897860_3523243581071269','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-20 07:46:42.000000','3518311004897860'),(652,'2875390579228186_2883129058454338','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-09-20 07:46:13.000000','2875390579228186'),(653,'353057992548636_353090382545397','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-17 17:40:03.000000','353057992548636'),(654,'4977949312231133_4978587055500692','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-09-17 17:38:39.000000','4977949312231133'),(655,'3490552181008174_3491178464278879','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-17 17:39:04.000000','3490552181008174'),(656,'4389573974417266_4402615833113080','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-09-20 07:31:59.000000','4389573974417266'),(657,'10221177799088512_10221181787428218','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-09-20 08:01:14.000000','10221177799088512'),(658,'10164299119030215_10164305428280215','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-20 08:05:26.000000','10164299119030215'),(659,'10224056765585374_10224079380590735','Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-09-20 08:04:49.000000','10224056765585374'),(660,'165178865206682_165334065191162','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-15 10:14:43.000000','165178865206682'),(661,'3465693216799946_3467689239933677','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-07 05:57:57.000000','3465693216799946'),(662,'10208012377264288_10208014883086932','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-07 05:57:30.000000','10208012377264288'),(663,'978644525967490_979475285884414','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-04 19:02:26.000000','978644525967490'),(664,'10158940260159266_10158945303474266','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-04 19:03:21.000000','10158940260159266'),(665,'10164128620630177_10164136484625177','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-04 19:03:45.000000','10164128620630177'),(666,'10214249394987885_10214260260739522','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-04 19:04:19.000000','10214249394987885'),(667,'2879734145460852_2886666581434275','Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-10-04 19:15:30.000000','2879734145460852'),(668,'10158822986759516_10158829942654516','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-10-04 19:13:47.000000','10158822986759516'),(669,'3435072293228973_3444673635602172','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-10-04 19:13:29.000000','3435072293228973'),(670,'10157329900757032_10157337291442032','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. Thank you again for choosing SignatureCare Emergency Center.','2020-10-04 19:12:59.000000','10157329900757032'),(671,'2683546455242014_2683986575198002','We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-09-30 07:30:30.000000','2683546455242014'),(672,'3823990157630396_3826455367383875','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-30 07:31:31.000000','3823990157630396'),(673,'2770778779865992_2771227679821102','We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-09-29 06:30:42.000000','2770778779865992'),(674,'10223893465468783_10223896209577384','It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-09-28 06:48:42.000000','10223893465468783'),(675,'738103560366874_738419220335308','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of your family. We appreciate the great review and rating.\n','2020-09-24 06:56:50.000000','738103560366874'),(676,'1913219218820134_1913815298760526','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-09-23 10:25:04.000000','1913219218820134'),(677,'3377870415662791_3380739522042547','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-08 18:04:17.000000','3377870415662791'),(678,'10215435507034666_10215435938605455','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-06 08:22:36.000000','10215435507034666'),(679,'1626018094245102_1626540414192870','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-06 08:21:49.000000','1626018094245102'),(680,'3540932979297832_3542175649173565','We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-10-05 08:00:54.000000','3540932979297832'),(681,'3892561060761257_3894775880539775','At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-09-30 07:35:38.000000','3892561060761257'),(682,'3382590788465975_3384793718245682','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-09-30 07:39:39.000000','3382590788465975'),(683,'10220932629898840_10220933354636958','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-08 17:48:53.000000','10220932629898840'),(684,'3621613571234022_3625279727534073','When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-10-08 17:50:00.000000','3621613571234022'),(685,'10217237557440885_10217243359705938','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-08 17:50:44.000000','10217237557440885'),(686,'1806608259506015_1807711089395732','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-10-04 19:24:30.000000','1806608259506015'),(687,'10102039626984964_10102040851091844','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-04 19:24:56.000000','10102039626984964'),(688,'3316786361773617_3322943284491258','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-04 19:25:16.000000','3316786361773617'),(689,'4763353200371472_4774378239268968','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-04 19:25:49.000000','4763353200371472'),(690,'3365137146889045_3373846309351462','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-04 19:26:08.000000','3365137146889045'),(691,'10110304716642049_10110312678521379','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-04 19:26:31.000000','10110304716642049'),(692,'2647380342192343_2650136088583435','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-04 19:26:47.000000','2647380342192343'),(693,'1051095378658675_1053463318421881','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-10-04 19:27:11.000000','1051095378658675'),(694,'10158544669105795_10158551929040795','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-04 19:27:53.000000','10158544669105795'),(695,'3817260951651952_3828301040547943','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-04 19:28:08.000000','3817260951651952'),(696,'10216489211173040_10216505938031201','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-27 17:41:01.000000','10216489211173040'),(697,'3270621759639562_3280338155334589','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.\n','2020-09-27 17:45:29.000000','3270621759639562'),(698,'1723361757832047_1726494190852137','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-27 17:45:58.000000','1723361757832047'),(699,'10200183643064473_10200186667620085','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-09-27 17:46:33.000000','10200183643064473'),(700,'10216943836178907_10216964562977064','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2020-09-27 17:47:09.000000','10216943836178907'),(701,'10159204546624645_10159206095724645','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-24 06:52:04.000000','10159204546624645'),(702,'10100330615132169_10100330740006919','There\'s never a fun time to visit the ER, but we will make your visit with us as quick and as painless as possible. Thank you for letting us know that our SignatureCare team is doing a good job -- it means a lot to us.','2020-09-24 06:51:13.000000','10100330615132169'),(703,'10164015868410386_10164018252740386','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-24 06:51:49.000000','10164015868410386'),(704,'647531309520743_647540146186526','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-10-08 18:06:35.000000','647531309520743'),(705,'10217632597423060_10217635856504535','Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-10-07 06:20:35.000000','10217632597423060'),(706,'10157353377575636_10157354687835636','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-07 06:20:14.000000','10157353377575636'),(707,'10157783315286302_10157784114801302','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-10-06 08:19:33.000000','10157783315286302'),(708,'2802961609969747_2803251686607406','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-06 08:20:05.000000','2802961609969747'),(709,'4413388552069709_4416694738405757','We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-10-06 08:20:31.000000','4413388552069709'),(710,'3606224966068051_3609688882388326','The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-10-04 18:29:55.000000','3606224966068051'),(711,'10222099522384495_10222118218371883','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-04 18:28:57.000000','10222099522384495'),(712,'10158595209272999_10158603208657999','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-04 18:28:13.000000','10158595209272999'),(713,'3691651337552873_3693169654067708','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-09-30 07:46:04.000000','3691651337552873'),(714,'4032435576772979_4034373713245832','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-09-30 07:45:34.000000','4032435576772979'),(715,'10221404411412991_10221424272829514','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2020-09-27 18:15:56.000000','10221404411412991'),(716,'10164149538755043_10164151582365043','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-09-23 10:42:20.000000','10164149538755043'),(717,'10221542615866002_10221549086907774','When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-09-23 10:53:20.000000','10221542615866002'),(718,'10158030322737885_10158031849147885','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-09-22 05:42:30.000000','10158030322737885'),(719,'1032919443845429_1032973433840030','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs','2020-09-21 16:26:50.000000','1032919443845429'),(720,'10158473416211147_10158475254761147','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-08 17:42:10.000000','10158473416211147'),(721,'4467169823356848_4471196082954222','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-10-08 17:42:54.000000','4467169823356848'),(722,'10214143233294362_10214143330896802','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-08 17:25:54.000000','10214143233294362'),(723,'10118940772776404_10118941878485554','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-08 17:25:32.000000','10118940772776404'),(724,'3440071892681441_3442477682440862','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-01 09:11:54.000000','3440071892681441'),(725,'4969287363085143_4970340182979861','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-09-30 05:33:47.000000','4969287363085143'),(726,'10221601041289150_10221609426378772','The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!\n','2020-09-27 17:39:15.000000','10221601041289150'),(727,'10220272990588512_10220276187108423','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-09-24 06:48:02.000000','10220272990588512'),(728,'10207639510222670_10207641412830234','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-09-24 06:47:39.000000','10207639510222670'),(729,'429701248007713_430177991293372','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.\n','2020-09-24 06:47:19.000000','429701248007713'),(730,'1400112763526757_1400326483505385','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-23 08:40:40.000000','1400112763526757'),(731,'10223772452289279_10223776252264276','When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-10-07 06:21:37.000000','10223772452289279'),(732,'372374087279135_372675450582332','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-10-07 06:15:00.000000','372374087279135'),(733,'3300499420005456_3302012799854118','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-10-07 06:21:58.000000','3300499420005456'),(734,'3393736287382530_3393988070690685','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-04 18:16:12.000000','3393736287382530'),(735,'373666810682980_373728030676858','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-10-04 18:16:51.000000','373666810682980'),(736,'2647665428805543_2648808152024604','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-27 18:13:46.000000','2647665428805543'),(737,'385958765735823_386593295672370','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-09-23 10:55:14.000000','385958765735823'),(738,'340850770572736_340905920567221','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-08 18:00:58.000000','340850770572736'),(739,'4363075147042451_4366181423398490','At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-10-08 18:00:32.000000','4363075147042451'),(740,'3372933976075250_3378509175517730','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-04 18:15:00.000000','3372933976075250'),(741,'10224545462164310_10224562659914243','We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-10-04 18:14:39.000000','10224545462164310'),(742,'3511112752258816_3517296548307103','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-10-04 18:14:10.000000','3511112752258816'),(743,'10220961065073744_10220977524725225','At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-10-04 18:13:28.000000','10220961065073744'),(744,'2817111891851279_2819086791653789','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-10-04 18:12:09.000000','2817111891851279'),(745,'3389475164463537_3391254087618978','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-10-01 09:31:21.000000','3389475164463537'),(746,'2743197652583866_2745716665665298','\nThank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.\n','2020-09-27 18:02:05.000000','2743197652583866'),(747,'3300542603334471_3301963066525758','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-07 05:56:33.000000','3300542603334471'),(748,'2716700021933080_2716921285244287','At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-10-04 19:19:42.000000','2716700021933080'),(749,'2717385048535884_2717395321868190','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-30 04:50:51.000000','2717385048535884'),(750,'194499315409146_194550785403999','Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-09-30 04:46:24.000000','194499315409146'),(751,'10216511783178949_10216513782308926','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-29 06:27:48.000000','10216511783178949'),(752,'10218385939419413_10218389592590740','We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center','2020-09-29 06:27:27.000000','10218385939419413'),(753,'10159102878562044_10159109890467044','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-09-27 10:08:16.000000','10159102878562044'),(754,'1100555413674863_1100831060313965','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-09-22 05:57:51.000000','1100555413674863'),(755,'827465891409740_827887138034282','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-09-22 05:57:14.000000','827465891409740'),(756,'10101957128785576_10101957748972716','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-07 05:22:55.000000','10101957128785576'),(757,'10218648420670169_10218664906882314','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-27 10:14:39.000000','10218648420670169'),(758,'10218672296143825_10218677565595558','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-09-24 06:31:58.000000','10218672296143825'),(759,'3955014271181526_3957184680964485','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-24 06:32:34.000000','3955014271181526'),(760,'809553693133965_809593286463339','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-09-23 08:43:57.000000','809553693133965'),(761,'10164326398565343_10164329193660343','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-07 05:52:01.000000','10164326398565343'),(762,'1672143629631101_1672271926284938','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-04 18:55:24.000000','1672143629631101'),(763,'10164344080560444_10164346846375444','The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-10-04 18:54:55.000000','10164344080560444'),(764,'353593542356416_354053625643741','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-30 07:17:53.000000','353593542356416'),(765,'3618418601543437_3620178248034139','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-29 05:36:30.000000','3618418601543437'),(766,'3512963505413513_3521291527914044','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-09-28 06:43:11.000000','3512963505413513'),(767,'10158666609279487_10158673562539487','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-28 06:42:22.000000','10158666609279487'),(768,'10224077493384411_10224104563981159','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-09-28 06:39:26.000000','10224077493384411'),(769,'2707260662880759_2707523702854455','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-09-21 05:05:07.000000','2707260662880759'),(770,'3484729714920286_3485252598201331','The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-10-08 17:35:44.000000','3484729714920286'),(771,'10220619336347851_10220619346228098','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-07 05:23:55.000000','10220619336347851'),(772,'10217688566393357_10217691017534634','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-05 08:14:06.000000','10217688566393357'),(773,'3317856528322025_3319095041531507','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-10-04 18:47:28.000000','3317856528322025'),(774,'188201569495623_188316566150790','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2020-10-04 18:52:22.000000','188201569495623'),(775,'3491296264224300_3501009716586288','When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-10-04 18:52:43.000000','3491296264224300'),(776,'2820391991538930_2820668521511277','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-01 09:12:40.000000','2820391991538930'),(777,'4599675930074936_4603085526400643','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-10-01 09:13:07.000000','4599675930074936'),(778,'3292487124120224_3293690550666548','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-09-30 07:09:56.000000','3292487124120224'),(779,'10220413251954571_10220417831549058','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-30 07:10:24.000000','10220413251954571'),(780,'10222551671956855_10222560153128879','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-30 07:11:11.000000','10222551671956855'),(781,'2274874352655909_2274959142647430','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-09-29 05:35:30.000000','2274874352655909'),(782,'10223657274409316_10223658886009605','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-29 05:35:50.000000','10223657274409316'),(783,'3441959335942822_3441992702606152','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-09-28 06:37:26.000000','3441959335942822'),(784,'3614791231867214_3619051511441186','\nThank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.\n','2020-09-27 10:11:03.000000','3614791231867214'),(785,'10164293570750693_10164300467190693','Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-09-27 10:11:28.000000','10164293570750693'),(786,'10223085126218274_10223099399055086','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-09-27 10:11:50.000000','10223085126218274'),(787,'2624756437836027_2626446321000372','Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-09-27 10:12:29.000000','2624756437836027'),(788,'795898077872293_797753461020088','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-27 10:12:49.000000','795898077872293'),(789,'10218248635393812_10218250098270383','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-23 08:57:02.000000','10218248635393812'),(790,'933630700462680_934040027088414','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-23 08:56:19.000000','933630700462680'),(791,'630861851128368_631069944440892','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-07 05:26:15.000000','630861851128368'),(792,'5124756914208429_5127857830565004','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-06 04:25:48.000000','5124756914208429'),(793,'3419119911469271_3419131331468129','SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-30 05:31:14.000000','3419119911469271'),(794,'189045935962388_189047115962270','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-30 05:31:48.000000','189045935962388'),(795,'10101158854255112_10101158863940702','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-09-29 05:31:00.000000','10101158854255112'),(796,'10217587168856439_10217595108894935','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-27 10:16:02.000000','10217587168856439'),(797,'1195158070853954_1196385494064545','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!\n','2020-09-27 10:16:29.000000','1195158070853954'),(798,'10158679469364036_10158686416284036','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-27 10:16:50.000000','10158679469364036'),(799,'4319061530785_4321046460407','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-04 19:16:29.000000','4319061530785'),(800,'10224882534316135_10224887170392034','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-29 06:40:04.000000','10224882534316135'),(801,'342728203842553_343030300479010','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your mom. Thank you for choosing SignatureCare.','2020-10-06 08:05:05.000000','342728203842553'),(802,'3466397243422917_3470924372970204','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your sister. Thank you for choosing SignatureCare.','2020-10-04 18:09:05.000000','3466397243422917'),(803,'2810459549185697_2810721795826139','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-22 05:51:09.000000','2810459549185697'),(804,'3270538349704517_3272258476199171','We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-09-22 05:49:58.000000','3270538349704517'),(805,'3578399998872243_3580441038668139','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-08 18:01:41.000000','3578399998872243'),(806,'10216599012720215_10216605978974367','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-09-27 17:57:53.000000','10216599012720215'),(807,'5696350710386556_5709898415698452','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-09-27 17:56:44.000000','5696350710386556'),(808,'4529719223737171_4538925156149911','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-09-27 17:56:20.000000','4529719223737171'),(809,'3627550677257090_3636203769725114','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-27 17:55:03.000000','3627550677257090'),(810,'3633309983347087_3643892202288865','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-09-27 17:54:28.000000','3633309983347087'),(811,'3808852599144848_3820108074685967','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-09-27 17:53:32.000000','3808852599144848'),(812,'3301913099856063_3302788849768488','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-01 09:20:56.000000','3301913099856063'),(813,'3290051531032750_3290399364331300','We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center','2020-09-22 05:59:13.000000','3290051531032750'),(814,'3850919431603751_3852124201483274','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-09-21 05:06:22.000000','3850919431603751'),(815,'10157194843926394_10157195878976394','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2020-10-06 08:09:30.000000','10157194843926394'),(816,'4413371082071456_4416658821742682','We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-10-06 08:08:54.000000','4413371082071456'),(817,'1072009749921516_1073572086431949','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-10-04 19:22:39.000000','1072009749921516'),(818,'3828762417153524_3831373220225777','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-09-30 07:21:29.000000','3828762417153524'),(819,'2900750366811167_2901294456756758','We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-09-28 06:44:50.000000','2900750366811167'),(820,'10157731452972399_10157739748932399','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-28 06:43:58.000000','10157731452972399'),(821,'355635485579300_355867688889413','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.\n','2020-09-24 07:03:55.000000','355635485579300'),(822,'3263084483728681_3265181623518967','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-09-24 07:03:31.000000','3263084483728681'),(823,'10158690885283048_10158692519773048','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-09-21 05:09:00.000000','10158690885283048'),(824,'10164265297730117_10164275508095117','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of your family. We appreciate the great review and rating.','2020-10-23 02:47:15.000000','10164265297730117'),(825,'2446677675642082_2447249768918206','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-20 11:15:31.000000','2446677675642082'),(826,'3730108947001493_3733398926672495','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-10-23 03:58:55.000000','3730108947001493'),(827,'2675531959376451_2676921469237500','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-23 04:00:06.000000','2675531959376451'),(828,'3999617086719416_4007172452630546','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-18 19:35:18.000000','3999617086719416'),(829,'10158538238678830_10158541002753830','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-18 19:35:37.000000','10158538238678830'),(830,'1087849831631885_1089805458102989','At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your child feels better soon!','2020-10-11 10:20:38.000000','1087849831631885'),(831,'3554964834566645_3562493297147132','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-11 10:18:41.000000','3554964834566645'),(832,'3294001777336188_3301370289932670','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-11 10:18:12.000000','3294001777336188'),(833,'10214763999292514_10214777729435759','It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare! Maybe we deserve a positive feedback.','2020-10-11 10:17:44.000000','10214763999292514'),(834,'1921823784646377_1922169377945151','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-25 06:12:00.000000','1921823784646377'),(835,'4650182915023771_4651629048212491','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-25 06:13:10.000000','4650182915023771'),(836,'10216905380258955_10216909411999746','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-10-25 06:13:53.000000','10216905380258955'),(837,'10158866840647238_10158871016647238','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2020-10-25 06:14:41.000000','10158866840647238'),(838,'10158943679233035_10158946476663035','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you and your family. Thank you for choosing SignatureCare.','2020-10-23 03:38:37.000000','10158943679233035'),(839,'10219331024048178_10219338289069799','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-10-23 03:37:52.000000','10219331024048178'),(840,'4450080972077_4451255001427','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-23 03:37:22.000000','4450080972077'),(841,'3849916518371137_3852406241455498','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-20 11:14:47.000000','3849916518371137'),(842,'179029787196279_180051940427397','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-10-18 19:44:06.000000','179029787196279'),(843,'10158298005346348_10158298259131348','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-14 04:23:14.000000','10158298005346348'),(844,'10220883352808526_10220884899927203','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-10-13 07:12:15.000000','10220883352808526'),(845,'10158597827653948_10158598335733948','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-23 03:12:13.000000','10158597827653948'),(846,'3711531765557618_3714858431891618','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of your husband. We appreciate the great review and rating.','2020-10-23 03:11:42.000000','3711531765557618'),(847,'10157583314501188_10157585945151188','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-10-23 03:10:46.000000','10157583314501188'),(848,'3518292994931731_3522115854549445','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-23 02:58:18.000000','3518292994931731'),(849,'10116469460196620_10116477318254010','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-23 02:57:56.000000','10116469460196620'),(850,'2834684306812054_2836232306657254','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-23 02:57:20.000000','2834684306812054'),(851,'4014052751942516_4016770701670721','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-20 10:52:15.000000','4014052751942516'),(852,'1279277079076292_1279364499067550','At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-10-19 06:33:05.000000','1279277079076292'),(853,'10221187194181980_10221192028662839','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2020-10-18 19:05:40.000000','10221187194181980'),(854,'10164600935400221_10164603768850221','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-10-18 19:06:31.000000','10164600935400221'),(855,'3669409829770057_3673894902654883','At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-10-18 19:07:49.000000','3669409829770057'),(856,'3388949367826040_3394465350607775','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-18 19:08:21.000000','3388949367826040'),(857,'1771993699616591_1774281809387780','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-10-18 19:08:48.000000','1771993699616591'),(858,'10159369587672176_10159378583927176','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-18 19:09:13.000000','10159369587672176'),(859,'10208119725269032_10208121287588089','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-15 04:54:25.000000','10208119725269032'),(860,'1334235010248793_1335030943502533','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-15 04:54:41.000000','1334235010248793'),(861,'710714163123171_710953616432559','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-14 04:14:13.000000','710714163123171'),(862,'10225500445484229_10225502944426701','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-13 06:58:25.000000','10225500445484229'),(863,'10164310872030542_10164311612635542','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-12 06:11:56.000000','10164310872030542'),(864,'3852240761493418_3852965941420900','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-23 03:14:27.000000','3852240761493418'),(865,'743905802857836_744190759496007','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-23 03:14:55.000000','743905802857836'),(866,'5211763002170911_5217429094937635','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-23 03:15:27.000000','5211763002170911'),(867,'2868135800124081_2869359200001741','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-23 03:16:22.000000','2868135800124081'),(868,'134328795057655_134707278353140','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-10-23 03:24:41.000000','134328795057655'),(869,'10221660995807159_10221669804747377','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-23 03:25:21.000000','10221660995807159'),(870,'4045698892113174_4049833388366391','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-23 03:25:59.000000','4045698892113174'),(871,'3669285053124083_3673844932668095','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-10-23 03:26:41.000000','3669285053124083'),(872,'10101969549529306_10101971600244656','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-23 03:27:36.000000','10101969549529306'),(873,'10221580224389444_10221596588238530','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-23 03:28:21.000000','10221580224389444'),(874,'3462717273788025_3468684126524673','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-23 03:28:54.000000','3462717273788025'),(875,'1490572164463144_1492794177574276','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-10-23 03:29:34.000000','1490572164463144'),(876,'367106697970606_369048854443057','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-23 03:30:25.000000','367106697970606'),(877,'3390224161085054_3396879060419564','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-23 03:30:49.000000','3390224161085054'),(878,'3442924885742839_3449538695081458','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-23 03:34:19.000000','3442924885742839'),(879,'2902506953183198_2908523689248191','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-10-23 03:35:15.000000','2902506953183198'),(880,'4061467073879696_4068805269812543','When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-10-23 03:36:17.000000','4061467073879696'),(881,'1029457944161324_1031627087277743','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-23 03:35:43.000000','1029457944161324'),(882,'385765929228705_386161722522459','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-25 05:18:52.000000','385765929228705'),(883,'10158621360504508_10158622938374508','At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-10-25 05:18:11.000000','10158621360504508'),(884,'3323253877793909_3324781434307820','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-25 05:17:25.000000','3323253877793909'),(885,'3320533381370591_3322321074525155','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-25 05:16:51.000000','3320533381370591'),(886,'1038498919926392_1038825839893700','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-23 03:57:22.000000','1038498919926392'),(887,'982567402222713_982900145522772','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-23 03:57:46.000000','982567402222713'),(888,'4776004439106633_4780513145322429','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-18 19:47:33.000000','4776004439106633'),(889,'2668837093406411_2669925066630947','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-18 20:08:33.000000','2668837093406411'),(890,'329458588353590_330994431533339','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-18 20:09:05.000000','329458588353590'),(891,'3451329704944182_3456262311117588','At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-10-18 20:09:53.000000','3451329704944182'),(892,'5196315200393836_5204816506210372','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-18 20:10:15.000000','5196315200393836'),(893,'1284387981938126_1286350831741841','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-18 20:07:32.000000','1284387981938126'),(894,'1123896908029440_1125873467831784','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-10-18 20:10:41.000000','1123896908029440'),(895,'1324001771266744_1326022317731356','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-10-18 20:07:01.000000','1324001771266744'),(896,'10224318831069166_10224323528346595','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-12 06:24:53.000000','10224318831069166'),(897,'337974560619855_338380110579300','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-10-11 10:37:50.000000','337974560619855'),(898,'2782405065339515_2783044678608887','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-11 10:38:27.000000','2782405065339515'),(899,'10159074592367088_10159076836442088','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-25 05:31:53.000000','10159074592367088'),(900,'10224508695844718_10224513703209899','Thank you for trusting us with the care of your son. We appreciate the great feedback and are very glad to hear that our team took such good care of him.','2020-10-25 05:31:05.000000','10224508695844718'),(901,'10158812254463007_10158815891048007','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-25 05:30:22.000000','10158812254463007'),(902,'3774174042593265_3778016702208999','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-25 05:20:39.000000','3774174042593265'),(903,'10158237005927800_10158237945677800','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-10-23 03:51:22.000000','10158237005927800'),(904,'4050902334937703_4054684717892798','Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-10-23 03:50:30.000000','4050902334937703'),(905,'2666622843554888_2666831093534063','At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-10-18 19:57:04.000000','2666622843554888'),(906,'10223510197560589_10223520564219749','We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-10-18 20:06:38.000000','10223510197560589'),(907,'2318021685007881_2318531061623610','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-13 07:13:44.000000','2318021685007881'),(908,'1711512025664644_1711985132284000','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-12 06:27:09.000000','1711512025664644'),(909,'10219711968213330_10219717333587461','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-12 06:26:51.000000','10219711968213330'),(910,'3736891843054225_3738595312883878','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-11 10:34:23.000000','3736891843054225'),(911,'3234009626711207_3241292909316212','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-10-11 10:34:49.000000','3234009626711207'),(912,'2876594682372750_2880036212028597','Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-10-23 03:42:43.000000','2876594682372750'),(913,'1030621674042622_1030958314008958','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-20 11:04:31.000000','1030621674042622'),(914,'354102136010759_354564365964536','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-20 11:04:51.000000','354102136010759'),(915,'10106994613934776_10106999476584986','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-10-18 11:10:38.000000','10106994613934776'),(916,'3699074683457719_3701476256550895','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-10-15 05:00:01.000000','3699074683457719'),(917,'777184646410473_777620129700258','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-10-13 07:08:54.000000','777184646410473'),(918,'10221654905236414_10221665518181731','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-13 07:09:26.000000','10221654905236414'),(919,'2120777148066590_2123379514473020','SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-11 08:48:44.000000','2120777148066590'),(920,'3569116586484297_3569712403091382','We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-10-20 10:06:54.000000','3569116586484297'),(921,'3446458108781942_3447486328679120','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-10-20 10:07:24.000000','3446458108781942'),(922,'3709977695713658_3711110518933709','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-10-20 10:08:03.000000','3709977695713658'),(923,'10224831993572340_10224833248963724','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-19 06:23:04.000000','10224831993572340'),(924,'4755374691169569_4764755610231477','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-10-18 11:13:41.000000','4755374691169569'),(925,'10158500994731508_10158506329766508','We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-10-18 11:14:05.000000','10158500994731508'),(926,'10102994184687414_10102996763264924','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-18 11:14:35.000000','10102994184687414'),(927,'10104714481370447_10104719995689707','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-18 11:15:01.000000','10104714481370447'),(928,'1226513697733912_1226526237732658','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-14 03:39:39.000000','1226513697733912'),(929,'10217812350195589_10217812695044210','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-10-14 03:39:15.000000','10217812350195589'),(930,'1229136744127350_1229866054054419','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-14 03:38:52.000000','1229136744127350'),(931,'4007376615955447_4007479499278492','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-13 06:48:59.000000','4007376615955447'),(932,'2756189068001895_2756320104655458','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-10-13 06:49:16.000000','2756189068001895'),(933,'10218300101316386_10218301346867524','At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-10-13 06:49:35.000000','10218300101316386'),(934,'1220681008286485_1220953844925868','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-12 05:48:26.000000','1220681008286485'),(935,'400448414687491_401723044560028','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-10-11 09:11:04.000000','400448414687491'),(936,'3762129337181708_3767217603339548','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-11 09:11:23.000000','3762129337181708'),(937,'10157615798553302_10157616429338302','When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-10-23 02:51:16.000000','10157615798553302'),(938,'3528119520599197_3532512963493186','We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-10-23 02:49:53.000000','3528119520599197'),(939,'10218083140929330_10218102319768789','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-10-23 02:49:00.000000','10218083140929330'),(940,'4646000198775822_4657226820986493','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-23 02:48:31.000000','4646000198775822'),(941,'10220532732602991_10220533208414886','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2020-10-25 05:35:22.000000','10220532732602991'),(942,'350307356227647_350386036219779','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-10-25 05:35:42.000000','350307356227647'),(943,'169217414861481_169614658155090','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-25 05:55:11.000000','169217414861481'),(944,'10164304934445128_10164305624445128','Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-10-23 03:44:56.000000','10164304934445128'),(945,'2947467705580739_2948472962146880','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-23 03:45:30.000000','2947467705580739'),(946,'686703772284640_686728762282141','Hi! If you send the release form to info@ercare24.com, I can escalate this. ','2020-10-21 18:33:14.000000','686703772284640'),(947,'10106038432624665_10106042003084435','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-10-23 03:46:00.000000','10106038432624665'),(948,'10220993258593443_10220995409807222','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-20 10:35:55.000000','10220993258593443'),(949,'10157548897630887_10157549932435887','We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-10-20 09:09:31.000000','10157548897630887'),(950,'10214604659629043_10214605379967051','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-10-19 06:25:06.000000','10214604659629043'),(951,'3927429983936772_3927623197250784','Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-10-18 18:25:49.000000','3927429983936772'),(952,'10100946595354295_10100947346409175','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-10-18 18:26:44.000000','10100946595354295'),(953,'3684379294914380_3689240691094907','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-18 18:27:04.000000','3684379294914380'),(954,'1539264509608223_1541421419392532','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-10-18 18:27:34.000000','1539264509608223'),(955,'10157636096578085_10157641304338085','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-18 18:28:02.000000','10157636096578085'),(956,'3942064182489623_3949465051749536','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-18 18:28:31.000000','3942064182489623'),(957,'10159009184874884_10159010022959884','At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your child feels better soon!','2020-10-15 04:35:14.000000','10159009184874884'),(958,'5047984508561004_5048999851792803','When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-10-13 06:55:44.000000','5047984508561004'),(959,'10217182701831481_10217187804519045','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-13 06:56:00.000000','10217182701831481'),(960,'10164434191400473_10164435278285473','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-12 06:02:42.000000','10164434191400473'),(961,'3455456804513001_3457855824273099','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-11 09:47:01.000000','3455456804513001'),(962,'10158659351412808_10158662728287808','The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-10-11 09:47:51.000000','10158659351412808'),(963,'3529587893728341_3534431099910687','When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-10-11 09:48:49.000000','3529587893728341'),(964,'491597438464370_492055201751927','It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-25 05:33:03.000000','491597438464370'),(965,'4137742512906485_4140892492591487','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-25 05:33:32.000000','4137742512906485'),(966,'3457773851006511_3460587444058485','SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-23 03:48:19.000000','3457773851006511'),(967,'3403623303008680_3407840209253656','Thank you for trusting us with the care of your son. We appreciate the great feedback and are very glad to hear that our team took such good care of him.','2020-10-23 03:47:56.000000','3403623303008680'),(968,'1850018698495489_1851175978379761','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-18 11:16:59.000000','1850018698495489'),(969,'404016824333890_405657487503157','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-18 18:12:28.000000','404016824333890'),(970,'10158508765167367_10158513832832367','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-18 18:13:01.000000','10158508765167367'),(971,'369783210811514_370548880734947','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-15 04:40:29.000000','369783210811514'),(972,'2734055306921589_2735020410158412','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-15 04:40:00.000000','2734055306921589'),(973,'2909457749378117_2909526062704619','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-12 06:02:16.000000','2909457749378117'),(974,'10214294014184456_10214294373873448','Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-10-12 06:01:40.000000','10214294014184456'),(975,'144674443961846_144756690620288','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-11 09:38:06.000000','144674443961846'),(976,'10158542506694898_10158547428814898','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-11 09:38:28.000000','10158542506694898'),(977,'10164326607450322_10164335198860322','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-10-11 09:38:59.000000','10164326607450322'),(978,'789601878278008_791138951457634','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-10-11 09:39:17.000000','789601878278008'),(979,'783755499075088_785365595580745','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-11 09:39:55.000000','783755499075088'),(980,'2724367967781821_2726261887592429','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-11 09:15:18.000000','2724367967781821'),(981,'3462878667068212_3469798686376210','Thank you for trusting us with the care of your son. We appreciate the great feedback and are very glad to hear that our team took such good care of him.','2020-10-11 09:14:44.000000','3462878667068212'),(982,'3552487738152046_3560029914064495','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-10-11 09:14:02.000000','3552487738152046'),(983,'10158682916015140_10158685696940140','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-10-25 05:58:11.000000','10158682916015140'),(984,'395297161629520_396307451528491','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-25 05:58:57.000000','395297161629520'),(985,'3965390053475988_3968828553132138','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-25 05:59:36.000000','3965390053475988'),(986,'3244496239012211_3247873755341126','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-25 06:00:23.000000','3244496239012211'),(987,'3204402203002763_3207964525979864','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-25 06:02:03.000000','3204402203002763'),(988,'3570334096359195_3576043662454905','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-10-25 06:02:49.000000','3570334096359195'),(989,'10224737599411477_10224752516144386','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-10-25 06:03:59.000000','10224737599411477'),(990,'1056283924824752_1056416131478198','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-23 03:56:20.000000','1056283924824752'),(991,'3615864985131716_3616454365072778','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-23 03:55:28.000000','3615864985131716'),(992,'10207497178263844_10207499787169065','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-10-23 03:54:33.000000','10207497178263844'),(993,'3413435105379094_3417563414966263','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-23 03:53:52.000000','3413435105379094'),(994,'10157517698526245_10157521583876245','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-23 03:53:30.000000','10157517698526245'),(995,'10217027928239769_10217038978756025','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-23 03:53:00.000000','10217027928239769'),(996,'10214697034859514_10214700111736434','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-20 10:56:04.000000','10214697034859514'),(997,'3530302606991149_3535141503173926','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-18 19:37:08.000000','3530302606991149'),(998,'10218399146585377_10218417367600891','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-18 19:37:28.000000','10218399146585377'),(999,'10164440918380515_10164443193370515','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-10-15 04:56:19.000000','10164440918380515'),(1000,'4535859433122514_4538742999500824','It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-15 04:56:55.000000','4535859433122514'),(1001,'10222570888437619_10222577906253060','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-13 07:07:42.000000','10222570888437619'),(1002,'3917342698293695_3923030821058216','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-25 05:14:51.000000','3917342698293695'),(1003,'2975326859235607_2976662682435358','We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-10-15 04:50:52.000000','2975326859235607'),(1004,'5130763683607856_5132958530055038','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-10-20 11:21:48.000000','5130763683607856'),(1005,'3697681250244446_3697783260234245','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-18 19:49:31.000000','3697681250244446'),(1006,'3378930775537271_3384311378332544','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-18 19:48:48.000000','3378930775537271'),(1007,'3016495598577364_3016840461876211','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-13 07:12:48.000000','3016495598577364'),(1008,'1296496380703594_1297504623936103','We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-10-11 10:33:43.000000','1296496380703594'),(1009,'2667241950209615_2668505963416547','SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-11 10:32:54.000000','2667241950209615'),(1010,'2030493863747263_2031183407011642','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-23 03:41:34.000000','2030493863747263'),(1011,'1059578064483927_1061444407630626','When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-10-23 03:40:40.000000','1059578064483927'),(1012,'2874467872878975_2876540106005085','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-23 03:39:49.000000','2874467872878975'),(1013,'10158842124694530_10158842825894530','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review','2020-10-20 10:51:31.000000','10158842124694530'),(1014,'10220189066091569_10220195260046414','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-18 19:12:47.000000','10220189066091569'),(1015,'991456667932145_992814637796348','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-18 19:13:18.000000','991456667932145'),(1016,'10158568237817017_10158569277567017','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-23 02:53:59.000000','10158568237817017'),(1017,'10220767676196327_10220776981028942','We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-10-23 02:54:42.000000','10220767676196327'),(1018,'3514369565287620_3516756085048968','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-20 10:52:27.000000','3514369565287620'),(1019,'10224105092712701_10224107497292814','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-14 03:59:01.000000','10224105092712701'),(1020,'4159711637376452_4168240976523518','Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-10-11 10:13:10.000000','4159711637376452'),(1021,'10225514976164989_10225521445366715','At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-11-03 10:11:55.000000','10225514976164989'),(1022,'3902104313156071_3906592692707233','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-01 06:55:37.000000','3902104313156071'),(1023,'10158699833479481_10158705927299481','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-01 07:47:19.000000','10158699833479481'),(1024,'10222316847977304_10222336562310150','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-11-01 07:48:13.000000','10222316847977304'),(1025,'10119068706221754_10119089387765774','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-11-01 07:49:08.000000','10119068706221754'),(1026,'1105644186520878_1105947123157251','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-29 06:21:48.000000','1105644186520878'),(1027,'3562815773776739_3563914030333580','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-29 06:21:34.000000','3562815773776739'),(1028,'1382801728727756_1383316775342918','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-29 06:21:00.000000','1382801728727756'),(1029,'3640167482681087_3641873929177109','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-28 08:00:21.000000','3640167482681087'),(1030,'1276672759365459_1277221079310627','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your husband. Thank you for choosing SignatureCare.','2020-10-28 08:00:46.000000','1276672759365459'),(1031,'3703273856391971_3705011432884880','We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-11-04 16:32:38.000000','3703273856391971'),(1032,'3843801815652837_3848975271802158','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-11-01 11:33:18.000000','3843801815652837'),(1033,'1610278545810462_1612820522222931','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-01 11:32:44.000000','1610278545810462'),(1034,'10158996056028060_10159003509993060','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2020-11-01 11:32:00.000000','10158996056028060'),(1035,'3743999988999182_3751853621547152','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-01 11:31:25.000000','3743999988999182'),(1036,'3188069737989249_3195716517224571','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-11-01 11:31:05.000000','3188069737989249'),(1037,'3446327042099767_3457212341011237','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-27 16:06:59.000000','3446327042099767'),(1038,'3712074518826675_3712347172132743','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-11-05 07:21:20.000000','3712074518826675'),(1039,'1047699479044986_1047865575695043','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-03 10:10:01.000000','1047699479044986'),(1040,'3316851801744878_3321311377965587','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-11-01 07:40:42.000000','3316851801744878'),(1041,'3757898407555317_3765198556825302','Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-11-01 07:40:59.000000','3757898407555317'),(1042,'10157879685846242_10157885845951242','SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-01 07:41:54.000000','10157879685846242'),(1043,'10217461791246950_10217478785511796','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-01 07:42:17.000000','10217461791246950'),(1044,'10109211257388447_10109212613036717','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-29 07:24:11.000000','10109211257388447'),(1045,'1154387834955529_1154810908246555','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-29 07:27:04.000000','1154387834955529'),(1046,'3866183193440462_3867399123318869','At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-10-27 11:54:22.000000','3866183193440462'),(1047,'10224016635303996_10224020096870533','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-27 11:54:48.000000','10224016635303996'),(1048,'3362302240473496_3366547626715624','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-27 11:56:06.000000','3362302240473496'),(1049,'207971317346930_208417080635687','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-27 11:55:50.000000','207971317346930'),(1050,'2805430163079132_2805605206394961','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-05 07:19:08.000000','2805430163079132'),(1051,'1495835577288886_1496349970570780','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-03 10:24:52.000000','1495835577288886'),(1052,'10221277974077207_10221283344531465','It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-03 10:24:34.000000','10221277974077207'),(1053,'10217700784461877_10217705590622028','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-03 10:24:08.000000','10217700784461877'),(1054,'10225032980838698_10225038547817869','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-11-01 11:30:31.000000','10225032980838698'),(1055,'4073460886004522_4078001495550461','We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-11-01 11:29:59.000000','4073460886004522'),(1056,'1619301841581716_1621024591409441','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-27 16:00:00.000000','1619301841581716'),(1057,'3501981236544906_3502289553180741','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-11-05 06:52:33.000000','3501981236544906'),(1058,'10221522235957900_10221524020362509','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-05 06:52:56.000000','10221522235957900'),(1059,'775338586643288_775741899936290','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-05 06:51:07.000000','775338586643288'),(1060,'1458283784362854_1458754534315779','At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-11-04 15:46:29.000000','1458283784362854'),(1061,'10224627011412379_10224634219672581','It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-04 15:46:47.000000','10224627011412379'),(1062,'190492735896563_190609722551531','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-03 09:55:29.000000','190492735896563'),(1063,'3805026179508468_3811910282153391','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-01 06:26:58.000000','3805026179508468'),(1064,'991345741379618_993464791167713','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-01 06:37:21.000000','991345741379618'),(1065,'10221578079615160_10221580245189298','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-10-29 07:23:20.000000','10221578079615160'),(1066,'10157591431930965_10157592446670965','Thank you for trusting us with the care of your son. We appreciate the great feedback and are very glad to hear that our team took such good care of him.','2020-10-28 07:30:22.000000','10157591431930965'),(1067,'3574992199207146_3575743722465327','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-27 08:08:32.000000','3574992199207146'),(1068,'3600020120049846_3605436706174854','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-27 08:05:48.000000','3600020120049846'),(1069,'10221097988672703_10221119817298405','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-27 08:05:28.000000','10221097988672703'),(1070,'10159099319009047_10159100068204047','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-05 06:58:57.000000','10159099319009047'),(1071,'1802457069932134_1802802729897568','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-05 06:59:21.000000','1802457069932134'),(1072,'10159101128063255_10159102530048255','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-05 06:59:40.000000','10159101128063255'),(1073,'3796519617025210_3798090556868116','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-05 07:00:36.000000','3796519617025210'),(1074,'2885059465146848_2885751191744342','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-05 07:01:16.000000','2885059465146848'),(1075,'10217406969556075_10217411529830079','We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-11-05 07:01:49.000000','10217406969556075'),(1076,'10224149407709155_10224149620594477','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-04 15:43:25.000000','10224149407709155'),(1077,'3893353740694515_3895178553845367','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-04 15:43:04.000000','3893353740694515'),(1078,'10157437716856821_10157439450186821','The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-11-04 15:42:31.000000','10157437716856821'),(1079,'411034420298952_411692853566442','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-04 15:41:05.000000','411034420298952'),(1080,'10157222403200946_10157223887515946','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-04 15:40:01.000000','10157222403200946'),(1081,'361299051644563_362004148240720','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-04 15:34:19.000000','361299051644563'),(1082,'3594544697236726_3597067320317797','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2020-11-04 15:33:59.000000','3594544697236726'),(1083,'10221083503430651_10221094246099211','At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-11-04 15:33:26.000000','10221083503430651'),(1084,'3685234364834432_3690472870977248','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-04 15:31:36.000000','3685234364834432'),(1085,'10222555824098340_10222558700010236','At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-11-02 07:39:44.000000','10222555824098340'),(1086,'185879849735764_186006439723105','We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-11-02 07:40:06.000000','185879849735764'),(1087,'3751448214886166_3752775208086800','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-11-02 07:40:41.000000','3751448214886166'),(1088,'1503235356553100_1503718356504800','The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-11-02 07:41:26.000000','1503235356553100'),(1089,'10219486317601955_10219490410704280','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-02 10:24:41.000000','10219486317601955'),(1090,'663187444623500_663721034570141','We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-11-02 10:24:06.000000','663187444623500'),(1091,'2824956230940079_2826696520766050','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-02 10:24:19.000000','2824956230940079'),(1092,'3585246254847050_3587680521270290','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-02 10:23:42.000000','3585246254847050'),(1093,'10215804837268572_10215809613507975','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-11-02 10:23:26.000000','10215804837268572'),(1094,'3597296303666711_3598139853582356','SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-29 07:15:45.000000','3597296303666711'),(1095,'4533225350082326_4535272403210954','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-10-27 16:06:30.000000','4533225350082326'),(1096,'2833453086977835_2833720566951087','When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-11-05 07:16:45.000000','2833453086977835'),(1097,'10100187217447513_10100187308460123','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-05 07:16:28.000000','10100187217447513'),(1098,'10109569455032297_10109571272480117','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-03 10:21:49.000000','10109569455032297'),(1099,'10159311254759048_10159314015779048','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-03 10:20:40.000000','10159311254759048'),(1100,'3438800372841399_3440621052659331','We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-10-28 07:38:37.000000','3438800372841399'),(1101,'370062601001688_371143707560244','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-28 07:38:02.000000','370062601001688'),(1102,'10101093515957985_10101094313883935','Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-10-28 07:37:41.000000','10101093515957985'),(1103,'10219854088277389_10219863973244507','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-28 07:37:14.000000','10219854088277389'),(1104,'10225518695900907_10225531005168631','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-28 07:36:56.000000','10225518695900907'),(1105,'10158635209006308_10158638991216308','We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-10-28 07:36:23.000000','10158635209006308'),(1106,'1755714514591102_1758080827687804','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-10-28 07:35:56.000000','1755714514591102'),(1107,'2350467105099160_2351022375043633','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-04 16:35:34.000000','2350467105099160'),(1108,'3803077829703892_3804748112870197','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2020-11-04 16:36:09.000000','3803077829703892'),(1109,'3406819942767410_3410142082435196','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-01 06:55:19.000000','3406819942767410'),(1110,'10160591091072846_10160595896732846','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-01 06:54:28.000000','10160591091072846'),(1111,'1908074409334668_1909321185876657','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2020-11-01 06:54:10.000000','1908074409334668'),(1112,'3951829948164991_3959630524051600','At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-11-01 06:53:31.000000','3951829948164991'),(1113,'4698942310178352_4700102106729039','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-29 07:45:15.000000','4698942310178352'),(1114,'1093750004414887_1094032807719940','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-27 08:32:54.000000','1093750004414887'),(1115,'3405555636180817_3411419912261056','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-27 08:33:41.000000','3405555636180817'),(1116,'3409415205781128_3410643452324970','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-04 15:44:27.000000','3409415205781128'),(1117,'3787525454591993_3788027307875141','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-03 09:48:08.000000','3787525454591993'),(1118,'165970178519886_166273558489548','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-01 05:43:04.000000','165970178519886'),(1119,'10110834410885770_10110844815095650','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-01 05:50:31.000000','10110834410885770'),(1120,'10158865215874254_10158871070559254','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-01 05:51:58.000000','10158865215874254'),(1121,'4063992236948721_4070300622984549','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-11-01 05:52:21.000000','4063992236948721'),(1122,'10222615043061043_10222632164889078','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-01 05:52:32.000000','10222615043061043'),(1123,'3025412124224960_3025699934196179','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-29 10:41:27.000000','3025412124224960'),(1124,'2730086927238822_2730106823903499','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-29 07:46:27.000000','2730086927238822'),(1125,'3951795998183892_3952288278134664','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-29 06:29:32.000000','3951795998183892'),(1126,'3437887206318809_3438427639598099','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-29 06:29:13.000000','3437887206318809'),(1127,'10214371382558992_10214373488451638','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-10-27 06:43:55.000000','10214371382558992'),(1128,'173235211077297_175040010896817','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-27 06:44:43.000000','173235211077297'),(1129,'173374324373239_175097470867591','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-27 06:45:10.000000','173374324373239'),(1130,'1833885860093667_1840444882771098','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and','2020-10-27 06:45:38.000000','1833885860093667'),(1131,'3588902787797946_3605906322764259','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-27 06:46:12.000000','3588902787797946'),(1132,'10219718388804355_10219724589519369','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-01 06:10:41.000000','10219718388804355'),(1133,'10220496168088803_10220518851135865','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-01 06:11:06.000000','10220496168088803'),(1134,'10222884286792295_10222889771889419','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-10-28 06:14:06.000000','10222884286792295'),(1135,'10222026101988861_10222031466842979','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-04 15:27:21.000000','10222026101988861'),(1136,'3877016642328158_3877155805647575','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-11-01 05:40:23.000000','3877016642328158'),(1137,'5194867220538675_5195140387178025','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-10-28 06:11:12.000000','5194867220538675'),(1138,'693192204939750_693540268238277','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-10-28 06:11:28.000000','693192204939750'),(1139,'10157798684798131_10157801207368131','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2020-10-27 08:02:48.000000','10157798684798131'),(1140,'10223343106596020_10223345990188108','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-11-02 10:21:42.000000','10223343106596020'),(1141,'10222062426482053_10222068463872984','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-04 16:37:17.000000','10222062426482053'),(1142,'861186347953203_862106284527876','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2020-11-04 16:36:44.000000','861186347953203'),(1143,'10208103249495291_10208105956922975','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-02 10:35:25.000000','10208103249495291'),(1144,'3639022139507005_3639863279422891','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-01 07:44:51.000000','3639022139507005'),(1145,'10164522629645512_10164526476140512','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-01 07:45:19.000000','10164522629645512'),(1146,'812143129585418_813703539429377','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-01 07:45:44.000000','812143129585418'),(1147,'1031274714008207_1033272080475137','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-01 07:46:04.000000','1031274714008207'),(1148,'10164189668135425_10164200147775425','We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-11-01 07:46:54.000000','10164189668135425'),(1149,'3415202011900323_3415658328521358','Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-10-29 07:27:33.000000','3415202011900323'),(1150,'2750273115291620_2750555488596716','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-29 07:45:01.000000','2750273115291620'),(1151,'690916368529920_691387298482827','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-29 07:44:35.000000','690916368529920'),(1152,'10100338654955299_10100338759580629','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-28 07:59:13.000000','10100338654955299'),(1153,'178685870523024_178826927175585','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-28 07:58:41.000000','178685870523024'),(1154,'3371970309517943_3375044975877143','At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-10-27 08:35:35.000000','3371970309517943'),(1155,'10221217620862183_10221225511899454','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-27 08:36:04.000000','10221217620862183'),(1156,'4609388189103099_4611083072266944','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-01 06:06:49.000000','4609388189103099'),(1157,'3389060061208898_3395220037259567','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-01 06:07:31.000000','3389060061208898'),(1158,'5371393362958412_5372282489536166','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-10-27 08:14:32.000000','5371393362958412'),(1159,'364453404887152_364742591524900','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-27 08:14:01.000000','364453404887152'),(1160,'3458564560901417_3459716070786266','We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-10-27 08:13:35.000000','3458564560901417'),(1161,'3400852960028739_3402837953163573','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-27 08:13:08.000000','3400852960028739'),(1162,'3601601633229585_3602309286492153','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-05 07:17:20.000000','3601601633229585'),(1163,'3472072909506841_3472129059501226','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-11-04 16:32:04.000000','3472072909506841'),(1164,'836619447093031_836920160396293','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-01 11:38:46.000000','836619447093031'),(1165,'381708152879147_382364109480218','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-01 11:39:38.000000','381708152879147'),(1166,'3369776579758487_3372305339505611','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-11-01 11:38:20.000000','3369776579758487'),(1167,'1520514101671412_1521596954896460','It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-01 11:37:22.000000','1520514101671412'),(1168,'3866439473374433_3870444002973980','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-11-01 11:36:59.000000','3866439473374433'),(1169,'10224229546195154_10224235025532134','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-10-28 08:43:03.000000','10224229546195154'),(1170,'1145124889217257_1146243845772028','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-28 08:42:37.000000','1145124889217257'),(1171,'1043552156082146_1044774399293255','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your dad. Thank you for choosing SignatureCare.','2020-10-28 08:22:14.000000','1043552156082146'),(1172,'1610326265817452_1610733935776685','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-02 10:27:07.000000','1610326265817452'),(1173,'10157792660086687_10157794052646687','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-11-01 06:38:36.000000','10157792660086687'),(1174,'3718728474882839_3720502441372109','Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-11-01 06:38:58.000000','3718728474882839'),(1175,'10224085139457251_10224094758217714','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-01 06:39:26.000000','10224085139457251'),(1176,'3841143609253480_3844182468949594','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-01 06:41:51.000000','3841143609253480'),(1177,'1134153510314623_1135119973551310','At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-11-01 06:42:36.000000','1134153510314623'),(1178,'3596081740452359_3599618573432009','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-01 06:43:00.000000','3596081740452359'),(1179,'10220090304700890_10220104107125942','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-01 06:43:42.000000','10220090304700890'),(1180,'2920243644928901_2922756628010936','SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-01 06:44:06.000000','2920243644928901'),(1181,'10157317802761556_10157318810271556','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-28 07:24:48.000000','10157317802761556'),(1182,'1304437699897221_1305032903171034','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-10-28 07:24:23.000000','1304437699897221'),(1183,'1234640010239639_1235744586795848','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-11-01 06:25:18.000000','1234640010239639'),(1184,'3421085334679497_3424467214341309','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-01 06:25:40.000000','3421085334679497'),(1185,'4886416781375981_4896428040374855','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-01 06:26:17.000000','4886416781375981'),(1186,'3415022648551492_3415270098526747','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2020-10-29 07:22:37.000000','3415022648551492'),(1187,'3481296628594327_3491228344267822','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-27 08:09:26.000000','3481296628594327'),(1188,'10220457855135019_10220488105611262','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-27 08:09:43.000000','10220457855135019'),(1189,NULL,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-08 07:35:48.758158','1303750009983813'),(1190,'201679371573669_203291414745798','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-20 08:27:17.000000','201679371573669'),(1191,'10221991179821880_10222009445678515','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-12-20 08:27:01.000000','10221991179821880'),(1192,'3378708218899858_3385301311573882','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-20 08:26:22.000000','3378708218899858'),(1193,'2936739879902057_2938040743105304','At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-12-17 10:56:56.000000','2936739879902057'),(1194,'10221898779651648_10221909512039951','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-17 10:54:07.000000','10221898779651648'),(1195,'2529181280714171_2530049013960731','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-13 03:12:00.000000','2529181280714171'),(1196,'5418779551481513_5424701190889349','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-13 02:57:46.000000','5418779551481513'),(1197,'10225638837101203_10225651758424228','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-13 02:53:21.000000','10225638837101203'),(1198,'10157268196051805_10157268483446805','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-10 18:14:53.000000','10157268196051805'),(1199,'10214885537570816_10214886216507789','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-10 18:14:20.000000','10214885537570816'),(1200,'865343547615843_865674720916059','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-06 07:26:17.000000','865343547615843'),(1201,'10160125140268943_10160126840608943','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-06 06:12:04.000000','10160125140268943'),(1202,'3547086675336828_3548321211880041','We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-12-06 06:11:28.000000','3547086675336828'),(1203,'10160430190568448_10160431834658448','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-11-29 05:49:18.000000','10160430190568448'),(1204,'3436798799755681_3438290002939894','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-29 05:48:31.000000','3436798799755681'),(1205,'3591991890884735_3596192560464668','Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-11-29 05:48:19.000000','3591991890884735'),(1206,'3476639832426625_3477707332319875','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-26 04:39:19.000000','3476639832426625'),(1207,'2800117613589977_2800544826880589','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-26 04:38:59.000000','2800117613589977'),(1208,'10223541993833213_10223552936946784','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-22 07:28:08.000000','10223541993833213'),(1209,'112770637314246_113635273894449','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-18 07:39:45.000000','112770637314246'),(1210,'864419254329590_864818414289674','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-17 08:36:39.000000','864419254329590'),(1211,'401392584319392_402516697540314','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-15 05:34:37.000000','401392584319392'),(1212,'10224701293703057_10224715375055082','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-15 05:39:19.000000','10224701293703057'),(1213,'10224810275583765_10224831328230068','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-15 05:39:35.000000','10224810275583765'),(1214,'119695793257030_119793833247226','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-12 06:58:01.000000','119695793257030'),(1215,'10114196536434003_10114199300669453','At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-11-11 08:58:14.000000','10114196536434003'),(1216,'1063648514056485_1064181317336538','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-11-11 08:55:38.000000','1063648514056485'),(1217,'3323249267723206_3325223710859095','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-11 08:57:38.000000','3323249267723206'),(1218,'1814941818675152_1815323611970306','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-10 07:42:53.000000','1814941818675152'),(1219,'10224182104444577_10224205319104929','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-11-08 09:27:47.000000','10224182104444577'),(1220,'3801648116512968_3810831015594678','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-08 09:27:08.000000','3801648116512968'),(1221,'168079274436152_168223587755054','Hi, Stephanie, did you mean to not recommend us?','2020-01-15 16:34:57.000000','168079274436152'),(1222,'3761403107243771_3761538860563529','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-26 04:27:23.000000','3761403107243771'),(1223,'10225384689868295_10225386913443883','The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-11-17 08:38:26.000000','10225384689868295'),(1224,'2513886645496367_2519140064971025','Sorry you had less than a stellar experience! We take your feedback very seriously, and would like to investigate. Can you please send us an email at info@ercare24.com with the date of your visit and more detail about your experience? Thanks!','2020-02-11 16:00:34.000000','2513886645496367'),(1225,'3280733768620095_3282060311820774','Hi, can you provide me more details at info@ercare24.com so I can investigate this?','2020-01-13 16:31:18.000000','3280733768620095'),(1226,'10159051529567004_10159051556387004','Thank you so much!','2019-12-23 01:32:54.000000','10159051529567004'),(1227,'10157866817475975_10157867444480975','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-17 10:25:14.000000','10157866817475975'),(1228,'10109363909143107_10109365403223957','We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.\n','2020-12-17 10:24:54.000000','10109363909143107'),(1229,'440626927324908_441422997245301','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-12-17 09:45:59.000000','440626927324908'),(1230,'10215000216278660_10215007616623664','At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','2020-12-17 09:44:15.000000','10215000216278660'),(1231,'10223284785163902_10223292328392478','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-17 09:43:57.000000','10223284785163902'),(1232,'3521003511288747_3524210570968041','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-12-17 09:43:02.000000','3521003511288747'),(1233,'4237921672901520_4238258302867857','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-12-15 06:34:39.000000','4237921672901520'),(1234,'3558492847539218_3561621633893006','We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-12-13 03:11:38.000000','3558492847539218'),(1235,'10157904408972615_10157907461337615','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-13 02:58:26.000000','10157904408972615'),(1236,'403103717705206_404045637611014','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-12 09:23:09.000000','403103717705206'),(1237,'10164436583755514_10164445416635514','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-06 07:43:39.000000','10164436583755514'),(1238,'144206454147476_145025837398871','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-12-06 07:43:07.000000','144206454147476'),(1239,'3739899332729680_3741261279260152','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-03 05:03:54.000000','3739899332729680'),(1240,'3633243520092035_3633561273393593','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-12-02 05:54:58.000000','3633243520092035'),(1241,'3479548105475421_3479872798776285','Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-12-02 05:54:37.000000','3479548105475421'),(1242,'10202756935350012_10202757269958377','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-02 05:52:54.000000','10202756935350012'),(1243,'10224505853618013_10224520437582603','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-29 05:40:14.000000','10224505853618013'),(1244,'3797196886959109_3803034503042014','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-29 05:40:35.000000','3797196886959109'),(1245,'10107083615759406_10107085307469206','We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-11-26 09:18:28.000000','10107083615759406'),(1246,'3665318543590718_3667986289990610','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-23 07:29:58.000000','3665318543590718'),(1247,'408464303520317_408789716821109','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-21 13:13:34.000000','408464303520317'),(1248,'3804301146249683_3806984812647983','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-21 13:11:17.000000','3804301146249683'),(1249,'10214569059539844_10214571717646295','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-18 07:41:08.000000','10214569059539844'),(1250,'2146398882164091_2146570565480256','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-17 08:35:55.000000','2146398882164091'),(1251,'3430956133626048_3431424556912539','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-16 05:38:33.000000','3430956133626048'),(1252,'3390952537618461_3391532070893841','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-16 05:38:11.000000','3390952537618461'),(1253,'10159227718584258_10159228576879258','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-12 06:54:24.000000','10159227718584258'),(1254,'4979355685440904_4979521005424372','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-11-11 08:58:46.000000','4979355685440904'),(1255,'3404326339636155_3404599642942158','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-10 07:43:23.000000','3404326339636155'),(1256,'2716284755366085_2716386328689261','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-10 07:43:38.000000','2716284755366085'),(1257,'4918970784809932_4919777084729302','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-10 07:43:55.000000','4918970784809932'),(1258,'10216887941131104_10216888951476362','The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-11-08 09:15:13.000000','10216887941131104'),(1259,'2816556398599637_2818531201735490','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-11-08 09:14:37.000000','2816556398599637'),(1260,'10157726817507794_10157728254952794','\nThank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-24 06:50:25.000000','10157726817507794'),(1261,'189022919328956_189200082644573','At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-09-24 06:49:45.000000','189022919328956'),(1262,'144192974049499_144442614024535','Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-09-24 06:49:26.000000','144192974049499'),(1263,'10117006271148174_10117058269024014','We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-02-19 15:48:31.000000','10117006271148174'),(1264,'10160481675818496_10160484029643496','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.\n','2020-12-21 07:45:05.000000','10160481675818496'),(1265,'10157462225960964_10157463714645964','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-21 07:44:14.000000','10157462225960964'),(1266,'1967600943379517_1968043253335286','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-14 08:00:05.000000','1967600943379517'),(1267,'3505197536202051_3506030862785385','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-13 07:26:03.000000','3505197536202051'),(1268,'3682156721877962_3685525478207753','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-12 09:26:29.000000','3682156721877962'),(1269,'10218637008704329_10218645520277113','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-10 04:17:20.000000','10218637008704329'),(1270,'1705217656317286_1705478449624540','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-12-06 07:53:09.000000','1705217656317286'),(1271,'10158013542592055_10158019541422055','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-06 07:53:29.000000','10158013542592055'),(1272,'10158574750942521_10158578665452521','We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-11-29 05:54:32.000000','10158574750942521'),(1273,'1697326793804374_1697933303743723','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-11-26 09:30:20.000000','1697326793804374'),(1274,'10223958152412514_10223963824474312','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-11-25 06:47:56.000000','10223958152412514'),(1275,'409205316920662_409645333543327','At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-11-23 07:33:46.000000','409205316920662'),(1276,'3460097037417680_3461256293968421','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-19 05:39:49.000000','3460097037417680'),(1277,'2083424781787902_2083929661737414','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-19 05:42:59.000000','2083424781787902'),(1278,'4823698787671903_4824734390901676','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-17 07:33:18.000000','4823698787671903'),(1279,'3881532945212230_3882485925116932','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-11-16 05:32:25.000000','3881532945212230'),(1280,'10224917035900291_10224918325652534','Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-11-12 07:15:42.000000','10224917035900291'),(1281,'10222046260457366_10222051560429862','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-11 08:54:02.000000','10222046260457366'),(1282,'699137857676290_699392154317527','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-10 07:45:42.000000','699137857676290'),(1283,'3419608448087761_3422961014419171','At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-11-08 09:43:31.000000','3419608448087761'),(1284,'3047112835399469_3048739731903446','We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director so we can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that he can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-07-19 10:35:32.000000','3047112835399469'),(1285,'1558771700946500_1560942824062721','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-07-19 10:34:33.000000','1558771700946500'),(1286,'10223850218906018_10223876022391089','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-19 10:32:57.000000','10223850218906018'),(1287,'163435261899743_163524608557475','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-07-13 07:40:53.000000','163435261899743'),(1288,'10217122531324364_10217122650527344','Thank you so much! :)','2020-07-12 00:34:30.000000','10217122531324364'),(1289,'10112905106460235_10112909722634385','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-07 06:44:17.000000','10112905106460235'),(1290,'10222963584906186_10222966140490074','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-06 09:15:21.000000','10222963584906186'),(1291,'724619281688285_724681755015371','Thank you so much! 😊','2020-07-03 23:38:39.000000','724619281688285'),(1292,'10223073131394893_10223098900879114','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-06 09:16:14.000000','10223073131394893'),(1293,'10217765892159234_10217780417442357','Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.\nWe bill commercial insurances. Without insurance can take advantage of self-pay rate of $175 for ER evaluation and Covid test.','2020-06-28 05:56:47.000000','10217765892159234'),(1294,'10223719519684109_10223738872567919','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-06-21 07:51:03.000000','10223719519684109'),(1295,'4173312762709335_4176070249100253','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-06-08 10:10:02.000000','4173312762709335'),(1296,'1753968454741673_1758943030910882','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made your hisband comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-06-08 10:11:49.000000','1753968454741673'),(1297,'3039446476116398_3059387427455636','SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare! ','2020-06-08 10:12:52.000000','3039446476116398'),(1298,'10217018567878135_10217148483445943','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-06-08 10:14:50.000000','10217018567878135'),(1299,'2560125387636814_2578480432467976','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-06-08 10:15:54.000000','2560125387636814'),(1300,'3685435934833537_3687141147996349','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-09 13:15:40.000000','3685435934833537'),(1301,'10223511627080135_10223515089966705','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-01 04:40:24.000000','10223511627080135'),(1302,'2797336217204084_2797918470479192','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-26 09:29:22.000000','2797336217204084'),(1303,'10164642926285375_10164646109990375','When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-11-25 06:48:55.000000','10164642926285375'),(1304,'2837473283162703_2838073289769369','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-24 09:59:57.000000','2837473283162703'),(1305,'4064471783582835_4066897570006923','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-18 07:30:37.000000','4064471783582835'),(1306,'386367615899951_387002752503104','We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-11-11 08:46:26.000000','386367615899951'),(1307,'1313191578851265_1314567522047004','It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-08 09:02:50.000000','1313191578851265'),(1308,'10221707974907459_10221721176997503','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-08 09:06:37.000000','10221707974907459'),(1309,'10205446945130463_10205448567691026','Sorry about your arm, but we are glad you are feeling better!','2019-01-14 20:01:10.000000','10205446945130463'),(1310,'10161308594035182_10161319426260182','The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2019-01-14 20:01:38.000000','10161308594035182'),(1311,'10215909310583932_10215917248382372','Thank you for the feedback and your recommendation. We appreciate it!','2018-12-02 16:35:30.000000','10215909310583932'),(1312,'10215353416882088_10215359505634303','Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and please consider us next time you are experiencing a healthcare emergency.','2018-11-26 00:45:59.000000','10215353416882088'),(1313,'2121521781238074_2122881941102058','SignatureCare Emergency Center strives to treat you and get you on your way quickly. No one likes the ER. We are glad to be here for you when you need us.','2018-11-26 00:45:47.000000','2121521781238074'),(1314,'10217448362347146_10217452297285517','SignatureCare Emergency Center’s staff sets goals on patient satisfaction. Thank you for letting us know we’re one step closer to meeting them!','2018-11-04 16:01:22.000000','10217448362627153'),(1315,'2246776388670490_2247946088553520','Our goals are to provide the best care possible to all patients and ensure patients and their guests are comfortable while waiting for diagnosis and treatment. We are very happy to know this was your experience with our emergency room. Thank you for choosing SignatureCare!','2018-10-11 14:45:43.000000','2246776388670490'),(1316,'10214873891795067_10214880045188898','We will pass along your kind words to our team. Thank you for taking the time to let us know how we are doing and for giving us your trust.','2018-09-02 18:49:23.000000','10214873892355081'),(1317,'10205042045247817_10205042949750429','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less. Our team thanks you for your wonderful feedback and hopes that you are feeling better.','2018-08-28 14:59:11.000000','10205042045247817'),(1318,'10216158091920587_10216159439634279','We take great pride in our team, so it\'s so nice to hear that they took such good care of you. Thank you for choosing SignatureCare and for the nice review.','2018-08-27 17:47:26.000000','10223620287750819'),(1319,'10155473030112714_10155473981727714','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience with SignatureCare was pleasant. Thanks for letting us know!','2018-08-25 16:59:58.000000','10157331997032714'),(1320,'475661182950451_476308076219095','Thank you for your kind words and for your recommendation. We appreciate the feedback!','2018-08-24 15:30:15.000000','475661182950451'),(1321,'1902720929788375_1903033909757077','We appreciate you choosing SignatureCare not once, but twice, and are very glad to hear that our team took great care of you both times. We appreciate the great feedback. We are here 24/7 in case you ever need us again.','2018-08-21 15:50:10.000000','3234204409973347'),(1322,'10105097804471146_10105097826212576','Thank you so much for your kind words and for trusting SignatureCare with your family’s emergency needs. It’s great to hear that our team is doing a good job in our community.','2018-08-20 15:52:23.000000','10105097804471146'),(1323,'1914311671995124_1916030461823245','Thank you for your kind words -- we will pass them along to our team. Thank you for choosing SignatureCare and for taking the time to let us know how we are doing.','2018-08-19 17:32:03.000000','3270787633014181'),(1324,'10217210313948751_10217212413281233','Thank you for giving us the chance to care for you and for taking the time to let us know how we are doing. Thank you for choosing SignatureCare!','2018-08-15 18:14:48.000000','10217210313948751'),(1325,'10155889982943251_10155891764178251','We are so very happy to hear you loved your doctor, nurse and staff. We will make sure to let them know. Thanks for the nice review!','2018-08-14 13:43:34.000000','10157858860598251'),(1326,'649744585407624_650702135311869','Our team at SignatureCare knows that your time is valuable. We make our patients the number one priority no matter their emergency. Thank you so much for your positive feedback, we appreciate it.','2018-08-10 19:58:23.000000','710158612699554'),(1327,'2042941539051958_2044852565527522','SignatureCare Emergency Center strives to treat you and get you on your way quickly. No one likes the ER. We are glad to be here for you when you need us. Get better!','2018-08-10 19:57:47.000000','3441549682524463'),(1328,'1957530261205740_1958258844466215','Our promise to all our patients is to treat you like you are our ONLY patient. We are so happy to hear about your positive experience with us. Thank you for choosing SignatureCare!','2018-08-09 16:53:53.000000','1957530261205740'),(1329,'2104653732938491_2105102916226906','While we are sorry that you\'ve had to use our emergency services not once, but THREE times, we are very proud that you chose us for your care. We appreciate your continued trust and are very glad that our SignatureCare team takes such good care of you. Thank you for the wonderful feedback!','2018-07-30 00:35:32.000000','3969430089794170'),(1330,'10107407788684130_10107410576681960','Our staff aims to make every patient’s experience speedy and comfortable. Thank you for trusting your emergency needs with SignatureCare.','2018-06-28 12:18:46.000000','10107528327273830'),(1331,'10155835834923579_10155836214798579','Children cannot always tell us what’s wrong like an adult, but using our state-of-the-art equipment and onsite lab services, SignatureCare is able to quickly diagnose young children. It is never fun when your child gets sick, but when you have an emergency with your child, we are here to help! Thank you for your review and for giving us the chance to care for you and your family.','2018-05-21 20:05:16.000000','10157974332553579'),(1332,'366278060553032_366377817209723','The ER is never anyone\'s favorite place, but our doctors, nurses and medical staff will make you and your family members feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2018-05-15 17:56:47.000000','472124976635006'),(1333,'10160399010795716_10160401544565716','Thank you so much for your feedback! Our goal is to always provide the best care. If you have any further questions, don’t hesitate to give our team a call.','2018-05-14 16:08:06.000000','10164353619660716'),(1334,'10215771964361905_10215772790262552','The emergency room can be a scary place, but it’s great to hear that our team took good care of you and put you at ease. Thank you for taking the time to let us know how we are doing, and we hope you are feeling better. Thank you for choosing SignatureCare!','2018-05-10 15:44:39.000000','10223210321036173'),(1335,'10216006442178741_10216011884194788','At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your positive review, and we are always here whenever you need us.','2018-05-07 17:10:27.000000','10216673386531933'),(1336,'901758223334955_902098953300882','Thank you so much for your kind words. We are so happy to hear that our staff took such good care of you. We appreciate you choosing SignatureCare!','2018-04-27 18:08:06.000000','974309042746539'),(1337,'10155843810693037_10155845076453037','We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback, it helps us excel at our jobs.','2018-04-20 15:43:54.000000','10158180166883037'),(1338,'197206364341651_197399067655714','Thank you so much for the positive feedback. Although we hope to not see you soon, we are here 24/7 when you do have an unexpected emergency.','2018-04-11 14:31:15.000000','298135050915448'),(1339,'10215879862327876_10215880535304700','It\'s never fun when your child isn\'t feeling well, but at SignaureCare, we want all parents to know that we will take the time to understand your child\'s pain and treat them as if they are our own. Thank you for the chance to care for your son, and we hope he is feeling better.','2018-04-06 15:20:39.000000','10223964111189045'),(1340,'10101648184197688_10101649683962148','Thank you for sharing your experience. We apologize it was not perfect. SignatureCare takes every review extremely seriously and we will be speaking to our management team to improve communication and care. Would you please email jmartin@ercare24.com with your full name, date of service, and location of service so that she can review your case with our doctors and our staff? We appreciate you bringing this to our attention.','2018-03-29 19:18:15.000000','10102526694815368'),(1341,'10156971467225752_10156971725420752','Thank you for the five-star rating, Megan. We appreciate you taking the time to rate our services.','2018-03-20 15:12:14.000000','10159717873765752'),(1342,'2033066893376906_2033605643323031','We appreciate and value your feedback. Thank you for your positive review, and we hope you feel better.','2018-03-02 17:50:13.000000','3773044679379110'),(1343,'10155252837656381_10155255203271381','Thank you for your feedback -- it helps us know we’re doing something right in our Houston community. Our trained staff is always ready to take care of your emergency needs. Thank you for choosing our facility.','2018-01-27 17:18:30.000000','10157676302866381'),(1344,'10215853273784003_10215863425917800','Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and please consider us next time you are experiencing a healthcare emergency.','2018-01-23 14:13:32.000000','10225122002096418'),(1345,'10213065261499899_10213069990138112','Thank you so much for the great feedback. Thank you for choosing SignatureCare.','2018-01-21 16:03:52.000000','10220952776642848'),(1346,'10213938084301796_10213938383589278','We appreciate your nice review, and are so glad that our team was able to deliver an exceptional experience. Thanks for choosing our facility!','2018-01-18 17:01:10.000000','10215497417604154'),(1347,'1881876588508684_1883499878346355','Our staff appreciates your positive comments -- we will be sure to pass them along. Thank you for your nice review and for the five-star rating.','2018-01-16 16:22:15.000000','3840901122606211'),(1348,'10213731710579313_10213732146590213','We are sorry to hear that you had a wait, but are very glad to hear that the rest of your visit was excellent. We appreciate the great rating and review, and hope you are feeling better.','2018-01-11 18:30:44.000000','10221531952300481'),(1349,'1713710758649037_1714306995256080','We appreciate any future recommendations to friends and family, and hope that your experience with us was that we treated you as family. Thanks for the great review and rating, and know that SignatureCare is here 24/7 in case you ever need us again.','2018-01-11 18:30:01.000000','3356616984358398'),(1350,'372687143136852_372936919778541','Thank you for your review and any future recommendation. We appreciate your trust and hope you are feeling better.','2018-01-09 18:54:16.000000','509088696163362'),(1351,'10213569139296447_10213570023158543','Thank you so much for the five-star rating, James!','2018-01-08 20:30:09.000000','10221264626278812'),(1352,'10213047891144835_10213050102880127','Thank you for the fantastic review. We are always open and available when you have an unexpected emergency. We wish you a healthy and happy 2018!','2018-01-02 17:54:49.000000','10220685704205388'),(1353,'10215176084818415_10215176164020395','Thank you so much for placing your trust in SignatureCare Emergency Center. Our board-certified doctors and staff aim to provide the best possible care for everyone that walks through our doors. Thank you for choosing our facility and for taking the time to let us know how we are doing.','2017-12-30 16:00:07.000000','10224565720433437'),(1354,'10156024357438669_10156025261713669','SignatureCare wants all patients to feel like VIPs. We are pleased to hear that this was your experience with our facility. Thank you for the nice review.','2017-12-27 19:51:11.000000','10158951122493669'),(1355,'10155370871914217_10155372560569217','Thank you for letting us know how we are doing. We appreciate the great rating and review.','2017-12-27 19:50:28.000000','10155898185984217'),(1356,'10155799421521257_10155800664276257','We are very happy to know that our SignatureCare team took good care of you. We hope you are feeling better.','2017-12-18 17:48:28.000000','10158512241566257'),(1357,'2243710578979863_2244654465552141','Thank you for the great review and rating. Our community is important to us, so it\'s great to hear that our team took good care of you.','2017-12-18 17:47:57.000000','4931216850229209'),(1358,'1785061261565120_1786014631469783','We appreciate you taking time from your busy schedule to write us such a positive review. Thank you for choosing SignatureCare Emergency Centers.','2017-12-16 16:55:14.000000','4192668927470996'),(1359,'10210065608899309_10210068597694027','We love that we were able to help you feel better! Thank you so much for the nice review and great rating!','2017-11-22 15:41:14.000000','10217037319227710'),(1360,'10155293976914247_10155295603014247','We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Centers.','2017-11-22 15:46:36.000000','10157869127189247'),(1361,'10110692504956230_10110693592441900','SignatureCare Emergency Center strives to treat you and get you on your way quickly. No one likes the ER. We are glad to be here for you when you need us.','2017-11-10 17:15:54.000000','10116367163959100'),(1362,'924509127705645_924541587702399','Thank you for your positive review, and we are always here whenever you need us.','2017-10-01 14:26:22.000000','1674477372708813'),(1363,'493073667719178_493206107705934','We will pass along your kind words to our staff -- they appreciate the nice feedback! Thank you for choosing SignatureCare.','2017-09-02 21:20:30.000000','696762474016962'),(1364,'10214562797330389_10214563559349439','Thank you so much for the five-star rating, Dean. We appreciate it.','2017-08-23 16:05:26.000000','10225028347202595'),(1365,'1642328145808673_1642765129098308','We aim for 100% satisfaction at SignatureCare Emergency Center. We are glad to hear that we took care of your medical needs so quickly, and we hope you are feeling better.','2017-08-23 01:50:07.000000','2291833620858119'),(1366,'2084147054944869_2085349034824671','SignatureCare\'s trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust and for the nice review.','2017-08-23 01:49:27.000000','5114240661935478'),(1367,'3393645374077712_3398548086920774','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-19 18:39:32.000000','3393645374077712'),(1368,'203136701402993_204649957918334','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-19 18:40:04.000000','203136701402993'),(1369,'3550510598329662_3551601698220552','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-12-17 10:30:25.000000','3550510598329662'),(1370,'410707483507288_410981890146514','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-17 10:30:11.000000','410707483507288'),(1371,'10222801940411309_10222806968257002','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-12-17 10:29:51.000000','10222801940411309'),(1372,'3556117414425171_3556938884343024','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-12-14 07:33:08.000000','3556117414425171'),(1373,'10160715002931030_10160716950391030','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-13 06:59:26.000000','10160715002931030'),(1374,'3401414816637766_3403752293070685','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-08 04:33:52.000000','3401414816637766'),(1375,'2908102399435167_2908575959387811','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-07 06:13:05.000000','2908102399435167'),(1376,'3734564256566547_3738954279460878','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-06 07:21:32.000000','3734564256566547'),(1377,'5151108058263180_5152743168099669','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-29 05:56:07.000000','5151108058263180'),(1378,'10216993387177575_10217002513325723','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-29 05:55:18.000000','10216993387177575'),(1379,'757188725147118_757440851788572','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-11-26 09:33:57.000000','757188725147118'),(1380,'3779413492082575_3780385631985361','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-26 09:33:34.000000','3779413492082575'),(1381,'10222047722415806_10222050617368178','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-26 09:32:43.000000','10222047722415806'),(1382,'10164683928855722_10164685842610722','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-26 09:32:25.000000','10164683928855722'),(1383,'3910306939002198_3912114655488093','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-26 09:32:01.000000','3910306939002198'),(1384,'3716967498325469_3718682241487328','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-26 09:31:33.000000','3716967498325469'),(1385,'3514908225264955_3516844905071287','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2020-11-26 09:31:12.000000','3514908225264955'),(1386,'3381739751923217_3383588081738384','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-26 08:19:00.000000','3381739751923217'),(1387,'721405025147523_721676345120391','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-11-24 10:00:51.000000','721405025147523'),(1388,'3503327919734145_3504598826273721','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-24 10:01:12.000000','3503327919734145'),(1389,'10224070095570784_10224073794863264','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-24 10:01:32.000000','10224070095570784'),(1390,'10221239784283160_10221243554017401','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-11-24 10:02:03.000000','10221239784283160'),(1391,'3423026841137771_3423375624436226','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-23 07:34:54.000000','3423026841137771'),(1392,'2307666506075309_2307870452721581','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-19 05:38:09.000000','2307666506075309'),(1393,'2844195722477136_2844409785789063','Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-11-19 05:38:42.000000','2844195722477136'),(1394,'10109868545522628_10109870199577888','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-19 05:43:20.000000','10109868545522628'),(1395,'3722643437791870_3723452771044270','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-11-19 05:47:09.000000','3722643437791870'),(1396,'5240106556003290_5241648459182433','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-11-19 05:46:42.000000','5240106556003290'),(1397,'3948967455132217_3950005291695100','At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-11-19 05:50:07.000000','3948967455132217'),(1398,'1242360249468437_1242829619421500','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-19 05:48:44.000000','1242360249468437'),(1399,'10214750673475582_10214751844984869','SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-17 07:44:00.000000','10214750673475582'),(1400,'3657449474363264_3658179470956931','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-11-17 07:44:39.000000','3657449474363264'),(1401,'3964286206923646_3965355966816670','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-16 04:23:01.000000','3964286206923646'),(1402,'3991266674220282_3992409157439367','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-16 04:23:19.000000','3991266674220282'),(1403,'3185648508328522_3186077801618926','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-15 05:07:52.000000','3185648508328522'),(1404,'3909587899059647_3910974628920974','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-15 05:08:28.000000','3909587899059647'),(1405,'10158485301805622_10158486913965622','Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-11-15 04:57:43.000000','10158485301805622'),(1406,'211360710380782_211525180364335','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-11-15 04:56:59.000000','211360710380782'),(1407,'1029347067530025_1031289684002430','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-11-15 04:56:42.000000','1029347067530025'),(1408,'3639361786086422_3646305638725370','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-11-15 04:56:18.000000','3639361786086422'),(1409,'3563001423754110_3570213279699591','When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-11-15 04:56:00.000000','3563001423754110'),(1410,'10159077750793140_10159084605313140','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-15 04:55:18.000000','10159077750793140'),(1411,'10224237722154204_10224239324154253','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-12 06:48:36.000000','10224237722154204'),(1412,'10224487467559919_10224493808078428','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-12 06:48:55.000000','10224487467559919'),(1413,'10158183238337415_10158184177622415','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-11 06:47:07.000000','10158183238337415'),(1414,'4125653150797187_4126810504014785','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-11 06:47:23.000000','4125653150797187'),(1415,'1519741751748537_1520034808385898','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-10 06:21:07.000000','1519741751748537'),(1416,'1310836285947156_1311167169247401','It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-10 06:20:36.000000','1310836285947156'),(1417,'10215234814263303_10215236792192750','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-10 06:20:18.000000','10215234814263303'),(1418,'10158794580837378_10158796051162378','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-10 06:19:58.000000','10158794580837378'),(1419,'2823007428023315_2823060728017985','When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-11-07 18:02:36.000000','2823007428023315'),(1420,'10106072186776075_10106073218927635','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-07 18:03:00.000000','10106072186776075'),(1421,'10208481338188135_10208484323222759','Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-11-07 18:03:43.000000','10208481338188135'),(1422,'1105064879952882_1105324983260205','Thank you for trusting us with the care of your brother. We appreciate the great feedback and are very glad to hear that our team took such good care of him.','2020-12-21 07:15:25.000000','1105064879952882'),(1423,'10222041549880091_10222045754025192','Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.\n','2020-12-21 07:21:36.000000','10222041549880091'),(1424,'3512459672166863_3513268975419266','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-21 07:22:12.000000','3512459672166863'),(1425,'3925374847496115_3925526974147569','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-20 06:21:41.000000','3925374847496115'),(1426,'2904363096513806_2904736039809845','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-20 06:19:49.000000','2904363096513806'),(1427,'10218741800596131_10218743711043891','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-14 07:53:11.000000','10218741800596131'),(1428,'10106281649161865_10106282700564845','The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-12-14 07:52:54.000000','10106281649161865'),(1429,'1153195998407861_1153759351684859','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-12-14 07:49:00.000000','1153195998407861'),(1430,'1329335194074376_1329592594048636','Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-12-13 07:23:05.000000','1329335194074376'),(1431,'2411044735870964_2411425759166195','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-13 07:01:53.000000','2411044735870964'),(1432,'1225414597842989_1225859141131868','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-13 06:57:36.000000','1225414597842989'),(1433,'3543327959089250_3547412852014094','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-12 09:22:35.000000','3543327959089250'),(1434,'1062990224126210_1063443594080873','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-08 04:36:13.000000','1062990224126210'),(1435,'1263130420711179_1263678300656391','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-07 06:55:53.000000','1263130420711179'),(1436,'2474432156199011_2475519829423577','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-06 07:47:05.000000','2474432156199011'),(1437,'3404686739643945_3405698722876080','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-03 05:21:04.000000','3404686739643945'),(1438,'10157705038499013_10157705893239013','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-02 05:45:07.000000','10157705038499013'),(1439,'10208597639294108_10208599860149628','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-02 05:44:50.000000','10208597639294108'),(1440,'3720294857993561_3720480804641633','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-01 04:22:52.000000','3720294857993561'),(1441,'3693622757343944_3695933377112882','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-11-07 17:50:47.000000','3693622757343944'),(1442,'2822564771395598_2823360527982689','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-11-07 17:58:34.000000','2822564771395598'),(1443,'4178086975540395_4181572758525150','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.\n','2020-12-21 07:59:13.000000','4178086975540395'),(1444,'10158173977899372_10158177516874372','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.\n','2020-12-21 07:58:49.000000','10158173977899372'),(1445,'10221537665784268_10221550278859587','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-21 07:58:31.000000','10221537665784268'),(1446,'10223555140127242_10223573456785147','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-21 07:58:12.000000','10223555140127242'),(1447,'3851716554847456_3858048400880938','\nThank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-21 07:57:48.000000','3851716554847456'),(1448,'10225225506774342_10225242851647953','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-21 07:57:21.000000','10225225506774342'),(1449,'10158254284073439_10158260634938439','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-12-21 07:57:00.000000','10158254284073439'),(1450,'3832199566844615_3839133806151191','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-21 07:56:18.000000','3832199566844615'),(1451,'10218238232283067_10218254867178929','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-12-21 07:55:39.000000','10218238232283067'),(1452,'10222547971300754_10222570761230488','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-21 07:55:14.000000','10222547971300754'),(1453,'10159271824659734_10159280279269734','\nOur team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!\n','2020-12-21 07:54:02.000000','10159271824659734'),(1454,'3715702818492445_3716314975097896','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2020-12-07 07:17:30.000000','3715702818492445'),(1455,'705356633696446_705797980318978','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.\n','2020-12-06 07:51:41.000000','705356633696446'),(1456,'1310846729269945_1311315439223074','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-06 07:51:59.000000','1310846729269945'),(1457,'3557796231008771_3559371474184580','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-06 07:52:26.000000','3557796231008771'),(1458,'10215145421428520_10215153203903077','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-06 06:00:37.000000','10215145421428520'),(1459,'10225769988819745_10225774780579536','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-12-02 05:23:52.000000','10225769988819745'),(1460,'1110663269350284_1110841535999124','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-25 06:38:32.000000','1110663269350284'),(1461,'3009758002586955_3010072009222221','Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-11-23 05:47:42.000000','3009758002586955'),(1462,'4677093538998691_4678018428906202','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-22 05:47:30.000000','4677093538998691'),(1463,'10222380648558612_10222382886854568','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-22 05:38:29.000000','10222380648558612'),(1464,'3802125246472974_3803185999700232','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-22 05:38:45.000000','3802125246472974'),(1465,'4057460117600695_4058647764148597','Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-11-22 05:36:56.000000','4057460117600695'),(1466,'10158593904610822_10158594670240822','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-11-21 13:16:34.000000','10158593904610822'),(1467,'4067089623313048_4068646346490709','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-21 13:22:00.000000','4067089623313048'),(1468,'3161835810587165_3167540490016697','Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-12-20 05:50:31.000000','3161835810587165'),(1469,'4387412411274830_4389077901108281','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-17 11:00:38.000000','4387412411274830'),(1470,'4136947722987059_4138590866156078','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-17 11:00:54.000000','4136947722987059'),(1471,'3612062428873548_3612963452116779','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-12-14 07:49:41.000000','3612062428873548'),(1472,'10216124289933215_10216129388940687','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-13 06:56:29.000000','10216124289933215'),(1473,'10225288515626854_10225299680945980','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-13 06:34:15.000000','10225288515626854'),(1474,'10158654586491698_10158657428266698','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-12 09:24:59.000000','10158654586491698'),(1475,'3910100582335479_3912811928731011','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-09 05:37:08.000000','3910100582335479'),(1476,'2810143789254026_2810520202549718','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-08 04:37:11.000000','2810143789254026'),(1477,'3508547649235843_3509736709116937','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-08 04:36:46.000000','3508547649235843'),(1478,'4267533786609442_4269172166445604','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!\n','2020-12-03 05:25:30.000000','4267533786609442'),(1479,'1383695571977877_1384001031947331','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-24 09:58:42.000000','1383695571977877'),(1480,'10222380377271830_10222383197382331','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-22 07:25:44.000000','10222380377271830'),(1481,'10158964686153156_10158967801423156','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-11-22 07:27:22.000000','10158964686153156'),(1482,'3523157157750593_3525558404177135','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-18 07:30:19.000000','3523157157750593'),(1483,'3749577395091504_3750074505041793','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-16 05:32:55.000000','3749577395091504'),(1484,'3301892433241905_3303443629753452','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-11 08:54:32.000000','3301892433241905'),(1485,'10218124375411484_10218127353165926','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-10 06:54:42.000000','10218124375411484'),(1486,'10215026961987788_10215030603398821','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-11-10 06:55:09.000000','10215026961987788'),(1487,'10159153589007853_10159153911562853','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-13 08:08:08.000000','10159153589007853'),(1488,'10159286298959789_10159286815784789','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-13 08:04:58.000000','10159286298959789'),(1489,'10218427444134471_10218428787608057','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-13 07:53:55.000000','10218427444134471'),(1490,'4153418241354233_4154329327929791','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-13 07:07:01.000000','4153418241354233'),(1491,'10219941148532349_10219943635714527','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-25 06:39:54.000000','10219941148532349'),(1492,'3696199960425159_3696642920380863','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2020-11-18 07:43:46.000000','3696199960425159'),(1493,'10208292446224193_10208292938196492','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-18 07:42:59.000000','10208292446224193'),(1494,'10224536076897576_10224542647861846','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-17 08:11:54.000000','10224536076897576'),(1495,'183435673351088_183445206683468','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-16 04:17:48.000000','183435673351088'),(1496,'2642800105981267_2642874329307178','When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-11-16 04:17:27.000000','2642800105981267'),(1497,'10223001984770733_10223003020436624','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-16 04:16:59.000000','10223001984770733'),(1498,'10214874080126060_10214874428894779','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-12 06:47:32.000000','10214874080126060'),(1499,'711736619763752_711913326412748','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-12 06:48:26.000000','711736619763752'),(1500,'162958562187574_163115988838498','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-11 06:01:20.000000','162958562187574'),(1501,'3381609521895027_3387062368016409','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-07 18:00:30.000000','3381609521895027'),(1502,'10164713349830051_10164713707255051','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-12-07 07:18:12.000000','10164713349830051'),(1503,'10164302681435459_10164303128815459','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-26 04:53:54.000000','10164302681435459'),(1504,'10160575764469126_10160577304739126','At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-11-26 04:50:06.000000','10160575764469126'),(1505,'10224388891808694_10224392880748415','It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-26 04:49:33.000000','10224388891808694'),(1506,'1314916368845642_1315182045485741','At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-11-24 09:51:01.000000','1314916368845642'),(1507,'10224531761148379_10224537390089099','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-11-24 09:57:34.000000','10224531761148379'),(1508,'10220539973863810_10220544394654327','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-24 09:52:23.000000','10220539973863810'),(1509,'10157443188662097_10157444121597097','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-19 05:32:04.000000','10157443188662097'),(1510,'10208266987669412_10208269160763738','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put your mother at ease and provide with the best care possible. We hope she is feeling better.','2020-11-17 08:34:37.000000','10208266987669412'),(1511,'3750387721651618_3751147401575650','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-16 05:17:15.000000','3750387721651618'),(1512,'10224179123286465_10224189484465488','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-15 05:20:58.000000','10224179123286465'),(1513,'10223898843609159_10223912008698278','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-11-15 05:21:16.000000','10223898843609159'),(1514,'3458836710874330_3463378757086792','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-15 05:21:38.000000','3458836710874330'),(1515,'10220369668411664_10220390483092018','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-15 05:22:14.000000','10220369668411664'),(1516,'1776437562561511_1776722299199704','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-11 06:51:08.000000','1776437562561511'),(1517,'1797501560429357_1797552303757616','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-10 06:38:28.000000','1797501560429357'),(1518,'216585489894962_216601353226709','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-10 06:38:10.000000','216585489894962'),(1519,'10164992486935001_10164994341205001','Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-11-09 07:29:50.000000','10164992486935001'),(1520,'240714590777220_241104627404883','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-20 08:28:10.000000','240714590777220'),(1521,'10224797276657458_10224802075417424','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-20 08:28:36.000000','10224797276657458'),(1522,'10100229452677794_10100229662502304','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-12-20 08:29:06.000000','10100229452677794'),(1523,'3848906535130267_3852478474773073','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-12-20 08:29:31.000000','3848906535130267'),(1524,'3762122667184166_3766218320107934','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-20 08:29:56.000000','3762122667184166'),(1525,'396225664918093_397249261482400','The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-12-20 08:31:18.000000','396225664918093'),(1526,'105989274732244_107421797922325','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-20 08:31:49.000000','105989274732244'),(1527,'4103696069644055_4104507832896212','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-12-17 10:34:27.000000','4103696069644055'),(1528,'3851506011540586_3853305641360623','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-17 10:33:46.000000','3851506011540586'),(1529,'10221698266184038_10221704790867151','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-17 10:31:16.000000','10221698266184038'),(1530,'1012603435886415_1012826369197455','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-12-15 10:53:17.000000','1012603435886415'),(1531,'4126788840671639_4127680247249165','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-15 10:52:04.000000','4126788840671639'),(1532,'3793482254023366_3794104723961119','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-15 06:46:30.000000','3793482254023366'),(1533,'10157960115603250_10157960428288250','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-13 07:53:27.000000','10157960115603250'),(1534,'10223224157528155_10223225780128719','It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-13 07:45:41.000000','10223224157528155'),(1535,'4084571188224349_4087313961283405','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-13 06:55:57.000000','4084571188224349'),(1536,'3963518893659938_3966476280030866','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-13 06:53:39.000000','3963518893659938'),(1537,'10164616053160008_10164620871630008','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-13 06:52:40.000000','10164616053160008'),(1538,'10158618366253614_10158621293338614','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-13 06:52:31.000000','10158618366253614'),(1539,'710467316537453_711268056457379','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-13 06:51:43.000000','710467316537453'),(1540,'10217184944007874_10217192642080321','Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2020-12-13 06:35:36.000000','10217184944007874'),(1541,'1192458924482350_1193356477725928','The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-12-13 05:53:47.000000','1192458924482350'),(1542,'4152100518173878_4155718601145403','Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-12-12 09:25:52.000000','4152100518173878'),(1543,'2014738255332189_2015145178624830','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-10 18:13:52.000000','2014738255332189'),(1544,'2778439965748697_2778643839061643','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-10 13:13:35.000000','2778439965748697'),(1545,'3950665678277929_3950819748262522','\nIt is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!\n','2020-12-21 07:29:06.000000','3950665678277929'),(1546,'2914701238763876_2914770008756999','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.\n','2020-12-21 07:28:27.000000','2914701238763876'),(1547,'10215223539301269_10215223854109139','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-21 07:27:57.000000','10215223539301269'),(1548,'3778470688841556_3778989762122982','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-21 07:27:38.000000','3778470688841556'),(1549,'4175923555755369_4176684459012612','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-21 07:27:17.000000','4175923555755369'),(1550,'3569800933055659_3571125849589834','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-12-21 07:26:49.000000','3569800933055659'),(1551,'1385623998454690_1386171681733255','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-21 07:26:18.000000','1385623998454690'),(1552,'839622200225400_840143063506647','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-21 07:25:51.000000','839622200225400'),(1553,'3560520357364976_3562614763822202','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-21 07:25:33.000000','3560520357364976'),(1554,'3663127087042827_3663188993703303','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.\n','2020-12-20 08:37:39.000000','3663127087042827'),(1555,'5186064951418653_5186346924723789','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!\n','2020-12-20 08:37:57.000000','5186064951418653'),(1556,'3485557001512697_3485689228166141','At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-12-20 06:28:52.000000','3485557001512697'),(1557,'3823612680991335_3823858367633433','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-12-20 06:34:39.000000','3823612680991335'),(1558,'3751913071496653_3752468658107761','The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-12-20 07:54:34.000000','3751913071496653'),(1559,'4043468515665652_4044148975597606','\nWe appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.\n','2020-12-20 08:19:58.000000','4043468515665652'),(1560,'3862404097117491_3863229313701636','Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!\n','2020-12-20 08:20:30.000000','3862404097117491'),(1561,'4136684789679527_4138385192842820','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2020-12-20 08:21:07.000000','4136684789679527'),(1562,'3244890888956372_3246553095456818','When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-12-20 08:21:56.000000','3244890888956372'),(1563,'3801300526559836_3803039973052558','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-20 08:22:47.000000','3801300526559836'),(1564,'5078134302226992_5083715111668911','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-12-20 08:23:07.000000','5078134302226992'),(1565,'4099046056791161_4102491149779985','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-20 07:14:30.000000','4099046056791161'),(1566,'1599498003568780_1600458493472731','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-12-20 07:08:31.000000','1599498003568780'),(1567,'3616567568379467_3619976411371916','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-20 07:06:49.000000','3616567568379467'),(1568,'4011793772175243_4016075611747059','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-20 07:06:34.000000','4011793772175243'),(1569,'3838199136192138_3841136109231774','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-17 10:46:24.000000','3838199136192138'),(1570,'208652150794353_208982560761312','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-10 04:22:51.000000','208652150794353'),(1571,'10216945816828967_10216955183103118','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-06 07:42:18.000000','10216945816828967'),(1572,'3654225151300653_3655743267815508','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-03 05:04:28.000000','3654225151300653'),(1573,'4082978851729497_4088504544510261','When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-11-29 05:45:43.000000','4082978851729497'),(1574,'3490779767635563_3492801867433353','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-18 07:40:47.000000','3490779767635563'),(1575,'4974098472600585_4974800902530342','We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-11-09 07:40:37.000000','4974098472600585'),(1576,'1278126715891145_1278683135835503','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-09 07:40:20.000000','1278126715891145'),(1577,'10107047240031656_10107047557724996','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-08 09:24:03.000000','10107047240031656'),(1578,'10102618899461432_10102620318323022','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-11-08 09:23:23.000000','10102618899461432'),(1579,'10158955343981407_10158960309691407','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-08 09:22:37.000000','10158955343981407'),(1580,'3849080591804018_3854042307974513','We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-11-08 09:22:16.000000','3849080591804018'),(1581,'3466243863496915_3471312929656675','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-08 09:21:35.000000','3466243863496915'),(1582,'4075481282467179_4077308688951105','Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-12-08 04:35:30.000000','4075481282467179'),(1583,'3505638492819052_3506121862770715','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-12-02 05:24:17.000000','3505638492819052'),(1584,'3531792996937204_3533382656778238','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-26 04:28:09.000000','3531792996937204'),(1585,'10221682113195738_10221689197412839','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-22 05:47:43.000000','10221682113195738'),(1586,'4702138843191952_4703688989703604','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-19 05:30:16.000000','4702138843191952'),(1587,'10224722026422115_10224727625882098','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-09 07:31:00.000000','10224722026422115'),(1588,'817916503399_818008149739','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-09 07:30:36.000000','817916503399'),(1589,'462971905018636_463973638251796','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-08 09:09:28.000000','462971905018636'),(1590,'4591999234207614_4603912876349583','It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-08 09:08:58.000000','4591999234207614'),(1591,'686614022247016_686909572217461','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-13 07:06:08.000000','686614022247016'),(1592,'5452662608093279_5454335431259330','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-10 13:12:54.000000','5452662608093279'),(1593,'3798680166829864_3801649876532893','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-09 05:36:41.000000','3798680166829864'),(1594,'3520090051406003_3526110700803938','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your mother. Thank you for choosing SignatureCare.','2020-12-06 06:04:58.000000','3520090051406003'),(1595,'798636124317499_798718430975935','Thank you so muchā¤ļø','2020-12-04 00:25:55.000000','798636124317499'),(1596,'2815525065435074_2815763658744548','Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-12-03 04:59:08.000000','2815525065435074'),(1597,'10225009322999922_10225013183776439','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-12-03 04:59:51.000000','10225009322999922'),(1598,'3867819793262220_3869166659794200','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!\n','2020-12-03 05:00:08.000000','3867819793262220'),(1599,'2711556552427501_2711827382400418','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-30 05:31:36.000000','2711556552427501'),(1600,'2219791094832171_2220130854798195','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-29 06:02:44.000000','2219791094832171'),(1601,'10224926219371198_10224929244806832','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-29 06:01:51.000000','10224926219371198'),(1602,'1831646593657730_1832020920286964','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-29 06:01:21.000000','1831646593657730'),(1603,'4019536308061189_4020727001275453','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-29 06:01:04.000000','4019536308061189'),(1604,'426572465397719_426975918690707','Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-11-29 06:00:33.000000','426572465397719'),(1605,'10219086601819033_10219091029969734','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-29 06:00:03.000000','10219086601819033'),(1606,'3632403690159778_3633943126672501','The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-11-29 05:59:34.000000','3632403690159778'),(1607,'3858827090795567_3862471430431133','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-29 05:59:01.000000','3858827090795567'),(1608,'3879168268768426_3885676714784248','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-11-29 05:58:34.000000','3879168268768426'),(1609,'1693869717667322_1693953454325615','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-25 06:46:09.000000','1693869717667322'),(1610,'3636695539707704_3638033676240557','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-25 06:46:27.000000','3636695539707704'),(1611,'3419959428058909_3420599977994854','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-24 09:31:00.000000','3419959428058909'),(1612,'10224446596695624_10224449475527593','When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-11-24 10:03:12.000000','10224446596695624'),(1613,'215795469940313_216225689897291','It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-23 11:40:45.000000','215795469940313'),(1614,'10157591356166954_10157593095281954','Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-11-23 11:44:52.000000','10157591356166954'),(1615,'10218293374387294_10218308337521363','\nAt SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-12-21 07:37:50.000000','10218293374387294'),(1616,'2088562691277834_2091833950950708','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-12-06 07:49:04.000000','2088562691277834'),(1617,'3909015925776392_3910263652318286','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-12-02 06:03:09.000000','3909015925776392'),(1618,'10214856908856517_10214856993378630','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-01 04:40:53.000000','10214856908856517'),(1619,'10213940428305205_10213948962278549','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-11-22 06:33:49.000000','10213940428305205'),(1620,'1638378896366299_1639650489572473','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-22 06:37:49.000000','1638378896366299'),(1621,'10217549645077368_10217559793331068','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-22 06:30:32.000000','10217549645077368'),(1622,'3600448126690658_3607572419311562','We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-11-15 05:31:56.000000','3600448126690658'),(1623,'1270535476613879_1271600349840725','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-08 09:02:17.000000','1270535476613879'),(1624,'10157236061095882_10157236724090882','We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-12-13 07:28:44.000000','10157236061095882'),(1625,'10218342224568447_10218346520715848','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-12-13 07:04:46.000000','10218342224568447'),(1626,'134510098465169_135165751732937','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-12 09:24:09.000000','134510098465169'),(1627,'2203242969820689_2203804336431219','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-29 05:37:24.000000','2203242969820689'),(1628,'10215110212589001_10215113065220315','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-25 06:34:55.000000','10215110212589001'),(1629,'10222321033442227_10222326431497175','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-11-23 07:28:26.000000','10222321033442227'),(1630,'10218805735001738_10218810287035536','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-16 05:16:58.000000','10218805735001738'),(1631,'3458779507571265_3464309400351609','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-15 05:23:35.000000','3458779507571265'),(1632,'10101699311788536_10101700983343726','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-15 05:23:54.000000','10101699311788536'),(1633,'10158852700443139_10158858346678139','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-11-15 05:28:02.000000','10158852700443139'),(1634,'10219230734499754_10219253850917650','We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-11-15 05:28:31.000000','10219230734499754'),(1635,'221403172785019_222351306023539','\nIt is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-20 07:05:21.000000','221403172785019'),(1636,'10223996148189022_10224009527283491','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-12-20 07:04:56.000000','10223996148189022'),(1637,'10217295236440651_10217305254211089','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-20 07:00:16.000000','10217295236440651'),(1638,'426116235198613_427333285076908','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-20 06:42:51.000000','426116235198613'),(1639,'5108407595865983_5118091858230890','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-20 06:42:33.000000','5108407595865983'),(1640,'10214203511361321_10214213316846452','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-20 06:42:17.000000','10214203511361321'),(1641,'10158632122599342_10158638087259342','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-12-20 06:41:34.000000','10158632122599342'),(1642,'3904228496278502_3910937518940933','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-12-20 06:41:07.000000','3904228496278502'),(1643,'3427226890659527_3433808710001345','\nThank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.\n','2020-12-20 06:40:42.000000','3427226890659527'),(1644,'10157370948131829_10157372557306829','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-17 11:12:51.000000','10157370948131829'),(1645,'10221185626048681_10221191509235757','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-17 11:13:38.000000','10221185626048681'),(1646,'10217795988281804_10217801665823739','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-17 11:14:22.000000','10217795988281804'),(1647,'220186416391186_221393162937178','When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-12-17 11:14:59.000000','220186416391186'),(1648,'2791629557762937_2792910377634855','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-12-17 11:06:48.000000','2791629557762937'),(1649,'3908878419136434_3913596665331276','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-17 11:06:13.000000','3908878419136434'),(1650,'10225039083984795_10225051499975187','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-17 11:06:23.000000','10225039083984795'),(1651,'2924270267802805_2924601174436381','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-15 11:55:02.000000','2924270267802805'),(1652,'3846406338725266_3847679071931326','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-15 11:54:14.000000','3846406338725266'),(1653,'10225861795951848_10225865543605537','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-15 11:53:55.000000','10225861795951848'),(1654,'1266381780403062_1266737267034180','We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-12-15 11:53:05.000000','1266381780403062'),(1655,'10208078982209746_10208081233706032','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!\n','2020-12-15 11:52:14.000000','10208078982209746'),(1656,'10222003857179215_10222009134711150','At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-12-15 11:33:45.000000','10222003857179215'),(1657,'10224883030842830_10224889147755749','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-12-15 11:33:19.000000','10224883030842830'),(1658,'3675396562517556_3677507128973166','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-15 11:32:46.000000','3675396562517556'),(1659,'10224396026757987_10224402859928812','SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-15 11:07:32.000000','10224396026757987'),(1660,'10224135603721867_10224138175866169','Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-12-14 07:41:03.000000','10224135603721867'),(1661,'10219432826436753_10219435446502253','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-14 07:39:54.000000','10219432826436753'),(1662,'429497935103097_429758545077036','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-12-14 07:39:37.000000','429497935103097'),(1663,'719565012330821_719881902299132','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-14 07:39:12.000000','719565012330821'),(1664,'10219074906121834_10219079968968402','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-14 07:38:52.000000','10219074906121834'),(1665,'10208687005249390_10208690226769926','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-14 07:38:28.000000','10208687005249390'),(1666,'3830428253675402_3831242290260665','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-13 07:35:49.000000','3830428253675402'),(1667,'3370076009768415_3370886233020726','Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-12-13 07:30:08.000000','3370076009768415'),(1668,'10208771239916034_10208772237460972','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-13 07:27:28.000000','10208771239916034'),(1669,'10105391187938157_10105392686165697','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-13 07:02:44.000000','10105391187938157'),(1670,'10218068202928496_10218080257709858','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-12-13 06:24:59.000000','10218068202928496'),(1671,'3870667582968076_3873930942641740','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-12-13 03:13:39.000000','3870667582968076'),(1672,'3835883289758216_3839563666056845','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-13 02:55:23.000000','3835883289758216'),(1673,'10157462460887714_10157465991287714','At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-12-13 02:54:41.000000','10157462460887714'),(1674,'3376852882440707_3380373155422013','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-13 02:53:49.000000','3376852882440707'),(1675,'1894108094076837_1894901127330867','We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-12-12 09:26:51.000000','1894108094076837'),(1676,'5343896902303085_5345911165434992','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-08 04:37:30.000000','5343896902303085'),(1677,'3469264636442330_3469755943059866','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-06 06:11:01.000000','3469264636442330'),(1678,'10225180202557585_10225181639833516','We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-12-06 06:06:53.000000','10225180202557585'),(1679,'2865464117071034_2866860216931424','Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-12-06 06:02:53.000000','2865464117071034'),(1680,'10224448901557985_10224452965859590','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-02 06:04:01.000000','10224448901557985'),(1681,'10157847641174010_10157849420644010','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-22 07:23:13.000000','10157847641174010'),(1682,NULL,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-21 14:55:48.884225','10215192999012962'),(1683,NULL,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-21 20:36:55.444725','10220458138016916'),(1684,NULL,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-12-21 20:37:13.842033','244998503798691'),(1685,NULL,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-21 20:37:40.347223','1820233398127650'),(1686,NULL,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-21 20:37:54.989427','2727332020852305'),(1687,NULL,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-21 20:38:10.867715','3164132980355393'),(1688,NULL,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-21 20:38:29.268719','2885542775050791'),(1689,NULL,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-21 20:38:49.291578','10158818409411411'),(1690,NULL,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-21 20:39:19.730899','10159187335877973'),(1691,NULL,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-21 20:39:39.613847','5430796516946315'),(1692,NULL,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-21 20:40:01.412949','10208361096262284'),(1693,NULL,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-21 20:40:38.218217','1759727164201689'),(1694,NULL,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-22 06:28:25.562131','10218014807097718'),(1695,NULL,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-22 06:29:10.558208','850392342431302'),(1696,NULL,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-22 06:29:36.297946','393724625182619'),(1697,NULL,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-22 06:30:59.966490','10160083770650559'),(1698,NULL,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-22 06:31:54.609865','4721037521303191'),(1699,NULL,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-22 06:32:33.008640','3698490320240236'),(1700,'3498347846901418_3498363866899816','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-22 12:38:09.000000','3498347846901418'),(1701,'10218402733674831_10218403561295521','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-22 12:30:03.000000','10218402733674831'),(1702,'3898967193468537_3899514806747109','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-22 12:29:44.000000','3898967193468537'),(1703,NULL,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-23 05:11:43.384141','10219965401750172'),(1704,NULL,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-23 05:12:30.660555','10222849574964183'),(1705,'4835279073180547_4836466199728501','Thank you for sharing!!','2020-12-23 16:15:20.000000','4835279073180547'),(1706,'2107697832698898_2107867309348617','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-12-23 07:44:14.000000','2107697832698898'),(1707,'10158643558755071_10158644176275071','We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-12-23 06:46:22.000000','10158643558755071'),(1708,'1106382896487747_1106609556465081','At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-12-23 07:45:34.000000','1106382896487747'),(1709,'10159177137802268_10159178712652268','Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-12-24 04:37:03.000000','10159177137802268'),(1710,'3964953120203656_3965036360195332','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-24 04:38:33.000000','3964953120203656'),(1711,'10218226259236981_10218226385440136','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-23 06:44:22.000000','10218226259236981'),(1712,'3557232367645351_3557308377637750','When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-12-24 04:20:52.000000','3557232367645351'),(1713,'10219750526446856_10219751352467506','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-24 04:20:20.000000','10219750526446856'),(1714,'3854183941260399_3855096741169119','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-24 04:20:03.000000','3854183941260399'),(1715,'10158622119746068_10158622614206068','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-23 06:43:28.000000','10158622119746068'),(1716,'10158458238181487_10158461173496487','Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-12-24 04:41:17.000000','10158458238181487'),(1717,NULL,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-12-24 18:49:36.362926','1995272257274720'),(1718,NULL,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-25 18:01:12.400983','2104051676392127'),(1719,NULL,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-12-25 18:02:39.864603','10160497706339112'),(1720,'3602082746574157_3603768003072298','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-25 18:03:48.000000','3602082746574157'),(1722,NULL,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-26 06:58:43.578307','10157583811976712'),(1723,NULL,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-12-27 07:13:28.313032','1270485076667058'),(1724,NULL,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-27 07:17:41.441174','3783781994987035'),(1725,NULL,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-27 07:18:26.734568','3926745604002500'),(1726,NULL,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-27 07:19:14.579418','10225356645408367'),(1727,NULL,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-27 07:19:47.193562','10224350391171107'),(1728,NULL,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-27 07:20:19.996593','2840809549465470'),(1729,NULL,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-27 07:20:44.939268','10159585401812275'),(1730,NULL,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-27 07:21:05.047124','3785403448164689'),(1731,NULL,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-27 07:21:27.471696','4597602816940645'),(1732,NULL,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-27 07:22:19.624834','10158663066055865'),(1733,NULL,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-27 07:22:35.494027','3653548638001320'),(1734,NULL,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-27 07:23:01.807494','3848574215187113'),(1735,NULL,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-27 07:23:50.830292','10218729245918516'),(1736,NULL,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-27 07:24:57.459936','3543499459077482'),(1737,NULL,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-27 07:25:53.280570','3704016939656211'),(1738,NULL,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-27 07:26:16.432746','1386097231735463'),(1739,NULL,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-27 07:26:43.347884','3862826840406709'),(1740,NULL,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-27 07:27:18.376687','1086491638471313'),(1741,NULL,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-27 07:27:35.394366','10220028843884631'),(1742,NULL,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-12-27 07:28:01.655300','3536781149691560'),(1743,NULL,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-27 07:28:51.299730','10220770395744523'),(1744,NULL,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-27 07:29:22.551986','109370307727381'),(1745,NULL,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-27 07:29:38.724749','10219266584950373'),(1746,NULL,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-27 07:30:15.800670','3851700868193462'),(1747,NULL,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-27 07:30:42.931739','10217940267809573'),(1748,NULL,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-27 07:31:43.498472','2864380967106691'),(1749,NULL,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-27 07:36:16.141258','10215135621779042'),(1750,NULL,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-27 07:36:41.550008','10158407813322217'),(1751,NULL,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-28 05:58:26.610973','3690172151043650'),(1752,'821497765078398','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-28 06:36:36.000000','821497765078398'),(1753,NULL,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-12-28 06:45:38.264763','4135340429843355'),(1754,NULL,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-28 07:49:32.251375','10221424271814007'),(1755,NULL,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-28 08:45:55.755651','3742092432477543'),(1756,NULL,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-28 08:47:19.647910','1650438538451449'),(1757,NULL,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-28 08:48:16.250061','104989518194488'),(1758,NULL,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-28 08:48:44.059532','4205252159501713'),(1759,NULL,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-28 08:50:34.967803','10224834569355221'),(1760,NULL,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-28 09:12:11.101765','3613206348772834'),(1761,NULL,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-28 09:12:47.337623','2915337575457779'),(1762,NULL,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-28 09:13:59.690216','3881931745185443'),(1763,NULL,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-28 09:14:29.769946','2916654038656855'),(1764,NULL,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-28 09:15:57.722598','3708308852582152'),(1765,NULL,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-28 09:16:20.276192','4773852109352258'),(1766,NULL,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-12-28 09:19:16.714666','10158431317278292'),(1767,NULL,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-28 09:19:40.866741','10223808972589499'),(1768,NULL,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-28 09:20:19.014726','4040370842658068'),(1769,NULL,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-29 02:45:32.991173','2838610849742612'),(1770,NULL,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-29 02:45:55.790402','5322785544413253'),(1771,'3397731556998652_3397779903660484','Thank you šŸ’–','2020-12-30 03:41:04.000000','3397731556998652'),(1772,NULL,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-30 07:38:37.161429','3677614568958195'),(1773,NULL,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-30 07:40:49.006487','405625450673157'),(1774,NULL,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-30 07:55:54.014617','10216499639835368'),(1775,NULL,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-30 07:56:20.052596','10221689941330991'),(1776,NULL,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-30 07:58:21.403759','872622786950'),(1777,NULL,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-30 07:58:41.812666','4279151278768560'),(1778,NULL,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-30 07:59:18.407094','10224928280018128'),(1779,NULL,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-30 08:01:19.639069','3572538482827453'),(1780,NULL,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-30 08:02:11.975335','10224658318704982'),(1781,NULL,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-30 08:02:52.269087','2786778814872659'),(1782,NULL,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-12-30 08:03:29.691666','10224214623657711'),(1783,NULL,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2020-12-30 08:04:25.958307','3785825461436300'),(1784,NULL,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-30 08:05:59.981612','3537552069691537'),(1785,NULL,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-30 08:20:37.888519','191146139352537'),(1786,NULL,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-30 08:28:13.112588','10225109168535537'),(1787,NULL,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-31 05:29:40.159402','10213908379542016'),(1788,NULL,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-31 05:30:26.541628','4950429008306354'),(1789,NULL,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-12-31 05:34:52.400413','3672602039444580'),(1790,NULL,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-31 05:41:02.446712','3803160196412675'),(1791,NULL,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-12-31 05:50:23.664370','10224239607561639'),(1792,NULL,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-31 05:50:55.202530','10158979553266558'),(1793,NULL,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-31 05:53:28.395304','10161067893979062'),(1794,NULL,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-31 12:13:55.070240','171400921339117'),(1795,'4050210901678349_4054702244562548','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2021-01-24 08:42:53.000000','4050210901678349'),(1796,'10158869895263116_10158870004528116','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2021-01-18 17:06:52.000000','10158869895263116'),(1797,'4206169072732733_4208567842492856','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2021-01-16 11:58:55.000000','4206169072732733'),(1798,'10159415735449752_10159416792654752','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2021-01-05 05:26:33.000000','10159415735449752'),(1799,'1723949231131107_1724365491089481','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2021-01-27 07:54:23.000000','1723949231131107'),(1800,'10159097682267065_10159098818692065','Hello, sorry to hear you\'ve had this experience! We take your feedback very seriously. Please reach out to info@ercare24.com with more details of your experience and we will reach out to you as soon as possible!','2021-01-09 20:20:43.000000','10159097682267065'),(1801,'434345537608851_434646374245434','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2021-01-18 06:47:27.000000','434345537608851'),(1802,'4131753470188111_4135006879862770','\nOur team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!\n','2021-01-10 06:10:04.000000','4131753470188111'),(1803,'4041706549192870_4042537992443059','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-07 06:53:54.000000','4041706549192870'),(1804,'10225502256809935_10225508319281493','We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2021-01-20 06:42:14.000000','10225502256809935'),(1805,'2772823356310931_2773164709610129','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-18 07:02:05.000000','2772823356310931'),(1806,'2760997784153586_2763536120566419','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-10 07:48:02.000000','2760997784153586'),(1807,'10158339217270283_10158342208685283','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-27 07:25:15.000000','10158339217270283'),(1808,'3944505762294423_3950820488329617','Thank you for your feedback. We appreciate you choosing SignatureCare!','2021-01-24 07:27:15.000000','3944505762294423'),(1809,'429448358492700_429613651809504','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2021-01-18 06:51:53.000000','429448358492700'),(1810,'527553488235918_527772571547343','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!\n','2021-01-18 06:42:51.000000','527553488235918'),(1811,'10223426559469751_10223432583180340','\nThank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-14 07:05:45.000000','10223426559469751'),(1812,'256520465872080_256858449171615','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2021-01-07 07:36:18.000000','256520465872080'),(1813,'10157674007405840_10157679563935840','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again','2021-01-03 15:39:58.000000','10157674007405840'),(1814,'1322613521439109_1323058338061294','\nWe appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.\n','2021-01-27 07:37:48.000000','1322613521439109'),(1815,'2135061749957102_2135576303238980','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-27 07:37:23.000000','2135061749957102'),(1816,'10159295993993420_10159297022643420','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-21 04:41:01.000000','10159295993993420'),(1817,'416779889624677_417004202935579','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2021-01-21 04:40:36.000000','416779889624677'),(1818,'3738228026234209_3739475382776140','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-16 11:53:17.000000','3738228026234209'),(1819,'10159049918556449_10159050636946449','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-06 05:40:51.000000','10159049918556449'),(1820,'733361027586572_734198064169535','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-03 17:37:13.000000','733361027586572'),(1821,'1584632495077541_1586567731550684','At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','2021-01-03 17:37:39.000000','1584632495077541'),(1822,'3892306924122026_3899224373430281','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-03 17:48:38.000000','3892306924122026'),(1823,'10223632573832771_10223658850849680','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2021-01-03 17:48:14.000000','10223632573832771'),(1824,'10224990544853196_10225020441160585','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2021-01-03 17:47:53.000000','10224990544853196'),(1825,'10158800511147158_10158809789182158','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2021-01-03 17:47:32.000000','10158800511147158'),(1826,'10159251951310972_10159252568135972','At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2021-01-27 07:28:16.000000','10159251951310972'),(1827,'1542957832564825_1544043659122909','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2021-01-27 07:32:19.000000','1542957832564825'),(1828,'5224611307578945_5234250209948388','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2021-01-27 07:32:44.000000','5224611307578945'),(1829,'10224768612099803_10224769722567564','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2021-01-24 07:26:42.000000','10224768612099803'),(1830,'1357282767960927_1357501384605732','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2021-01-12 07:41:27.000000','1357282767960927'),(1831,'1908801869262459_1909572345852078','We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-11-21 13:22:29.000000','1908801869262459'),(1832,'2619771554834901_2621933737952016','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-15 05:55:48.000000','2619771554834901'),(1833,'190925432532445_191034775854844','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-12 07:34:36.000000','190925432532445'),(1834,'10164559509165224_10164562344305224','At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-11-12 07:34:07.000000','10164559509165224'),(1835,'10219293376186036_10219298759080605','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-12 07:20:06.000000','10219293376186036'),(1836,'135583794992606_135742211643431','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-11 08:50:24.000000','135583794992606'),(1837,'203095761192958_203222324513635','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-10 07:46:30.000000','203095761192958'),(1838,'3509729222480228_3511398812313269','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-10 07:46:47.000000','3509729222480228'),(1839,'10221701848128877_10221705105810317','Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-11-09 07:58:46.000000','10221701848128877'),(1840,'1393038444233594_1393358720868233','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-09 07:58:15.000000','1393038444233594'),(1841,'10159069634586882_10159070899296882','Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-11-09 07:57:49.000000','10159069634586882'),(1842,'10114187537148643_10114190785783353','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-09 07:57:26.000000','10114187537148643'),(1843,'811449809425939_811993722704881','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-09 07:56:47.000000','811449809425939'),(1844,'3674011695984747_3676018459117404','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-11-09 07:56:34.000000','3674011695984747'),(1845,'10217577207054039_10217579591313644','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-08 09:49:53.000000','10217577207054039'),(1846,'801197650733594_801558510697508','At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-11-08 09:50:53.000000','801197650733594'),(1847,'10217758911779974_10217762488589392','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-11-08 09:49:12.000000','10217758911779974'),(1848,'726809134846065_727894964737482','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-08 09:48:40.000000','726809134846065'),(1849,'1254023198303658_1255437104828934','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-08 09:48:29.000000','1254023198303658'),(1850,'374559020531374_375966370390639','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-08 09:48:10.000000','374559020531374'),(1851,'3139685386138106_3144373525669292','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-11-08 09:47:50.000000','3139685386138106'),(1852,'10216681735426484_10216699131981387','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-08 09:47:18.000000','10216681735426484'),(1853,'1128126634268342_1128461800901492','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2021-01-26 05:56:58.000000','1128126634268342'),(1854,'10158697232186253_10158705682146253','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your mother. Thank you for choosing SignatureCare.','2021-01-24 06:43:06.000000','10158697232186253'),(1855,'1328971604106048_1329245447411997','Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2021-01-17 12:28:41.000000','1328971604106048'),(1856,'10216088833967803_10216090621332486','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2021-01-14 09:29:13.000000','10216088833967803'),(1857,'10158713989195491_10158715480630491','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2021-01-12 07:28:07.000000','10158713989195491'),(1858,'110637710939829_110669397603327','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2021-01-10 06:16:23.000000','110637710939829'),(1859,'10159097684007065_10159099867382065','\nWe sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.\n','2021-01-10 06:16:05.000000','10159097684007065'),(1860,'3634637309984696_3634848129963614','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2021-01-06 05:41:33.000000','3634637309984696'),(1861,'10164543865240188_10164549252300188','We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2021-01-03 17:51:22.000000','10164543865240188'),(1862,'3982110711869783_3986873914726796','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2021-01-03 17:50:47.000000','3982110711869783'),(1863,'10111060735269890_10111063958256000','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-03 17:55:30.000000','10111060735269890'),(1864,'10160424375558356_10160436556353356','Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2021-01-24 08:42:13.000000','10160424375558356'),(1865,'10223753562655390_10223776399106287','The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2021-01-24 08:39:05.000000','10223753562655390'),(1866,'10214735889950225_10214738105965624','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.\n','2021-01-19 05:59:47.000000','10214735889950225'),(1867,'4899450476796435_4902094369865379','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2021-01-18 07:03:18.000000','4899450476796435'),(1868,'3685492631496695_3687424314636860','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2021-01-16 12:05:08.000000','3685492631496695'),(1869,'10224451957984087_10224456310612900','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2021-01-14 09:45:21.000000','10224451957984087'),(1870,'10159414955729924_10159415238454924','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-12 07:50:36.000000','10159414955729924'),(1871,'3485892024970089_3488321711393787','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-10 07:48:55.000000','3485892024970089'),(1872,'2878993715723386_2880309858925105','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2021-01-03 17:58:05.000000','2878993715723386'),(1873,'4255882817771970_4260737187286533','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-03 17:57:35.000000','4255882817771970'),(1874,'3988636971147736_3993282864016480','\nAt SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.\n','2021-01-03 17:57:04.000000','3988636971147736'),(1875,'3740953182609728_3748758481829198','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2021-01-03 17:56:54.000000','3740953182609728'),(1876,'3975750432457370_3976140619085018','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2021-01-27 07:46:52.000000','3975750432457370'),(1877,'3797122360344067_3797215140334789','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2021-01-26 05:51:43.000000','3797122360344067'),(1878,'10159094216827008_10159094836762008','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-26 05:52:51.000000','10159094216827008'),(1879,'2156974831102298_2156976421102139','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2021-01-25 05:53:02.000000','2156974831102298'),(1880,'10218112309949869_10218112953485957','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.\n','2021-01-24 05:51:50.000000','10218112309949869'),(1881,'10207985282946373_10208000937857736','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2021-01-24 05:52:21.000000','10207985282946373'),(1882,'2828075870744394_2828115334073781','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2021-01-19 05:45:44.000000','2828075870744394'),(1883,'3712547868788114_3712844368758464','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2021-01-19 05:46:15.000000','3712547868788114'),(1884,'248351243522081_248482113508994','The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2021-01-19 05:46:40.000000','248351243522081'),(1885,'449637326445169_450177436391158','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2021-01-14 07:04:00.000000','449637326445169'),(1886,'3703261523066708_3706491159410411','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2021-01-14 07:04:40.000000','3703261523066708'),(1887,'10222841627843788_10222841754166946','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2021-01-12 05:32:25.000000','10222841627843788'),(1888,'10224622715899699_10224630301449333','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!\n','2021-01-10 05:33:37.000000','10224622715899699'),(1889,'3835079506543260_3837790382938839','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2021-01-10 05:34:15.000000','3835079506543260'),(1890,'4092381290786098_4095517410472486','\nWe sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2021-01-10 05:35:12.000000','4092381290786098'),(1891,'10217552401553085_10217565741366572','Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2021-01-10 05:35:38.000000','10217552401553085'),(1892,'2419626154850725_2421810841298923','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.\n','2021-01-10 05:27:10.000000','2419626154850725'),(1893,'2511606552481670_2513166782325647','At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2021-01-10 05:21:12.000000','2511606552481670'),(1894,'3657701730943546_3660274310686288','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2021-01-03 06:42:31.000000','3657701730943546'),(1895,'3657010344342166_3661564777220056','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-03 17:30:54.000000','3657010344342166'),(1896,'3876922735664737_3884762638214080','We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2021-01-03 17:31:24.000000','3876922735664737'),(1897,'3533919606693480_3535061069912667','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-10 13:11:12.000000','3533919606693480'),(1898,'10224124758216179_10224127806412382','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-10 13:10:19.000000','10224124758216179'),(1899,'1048981635619244_1049672545550153','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-10 04:20:27.000000','1048981635619244'),(1900,'10224998788500461_10225006608175948','We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-12-10 04:19:46.000000','10224998788500461'),(1901,'4742407129133821_4746727385368462','Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2020-12-10 04:19:04.000000','4742407129133821'),(1902,'661918954493928_662646734421150','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-10 04:17:43.000000','661918954493928'),(1903,'394678908510759_394774435167873','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-08 05:29:00.000000','394678908510759'),(1904,'10158978802918530_10158979771103530','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-12-08 05:23:55.000000','10158978802918530'),(1905,'10158871529147277_10158871654377277','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-07 06:59:57.000000','10158871529147277'),(1906,'10164499615920153_10164504089560153','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2021-01-25 05:34:09.000000','10164499615920153'),(1907,'3889264154470479_3890397927690435','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2021-01-24 06:14:59.000000','3889264154470479'),(1908,'5285471304797163_5287731294571164','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-24 06:15:31.000000','5285471304797163'),(1909,'10101207019531512_10101209470020712','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2021-01-24 06:16:12.000000','10101207019531512'),(1910,'2700562116924570_2700794340234681','\nThank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.\n','2021-01-21 03:55:22.000000','2700562116924570'),(1911,'10220471798638085_10220474287380302','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2021-01-18 06:49:15.000000','10220471798638085'),(1912,'1021860254973178_1022005581625312','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2021-01-18 06:50:44.000000','1021860254973178'),(1913,'3653532591368247_3653936707994502','\nThank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of your husband. We appreciate the great review and rating.','2021-01-16 11:43:41.000000','3653532591368247'),(1914,'445509586830583_445662920148583','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2021-01-16 11:44:18.000000','445509586830583'),(1915,'10207805989345554_10207807671587609','At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2021-01-16 11:44:43.000000','10207805989345554'),(1916,'10217506894894651_10217508253008603','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2021-01-14 07:06:45.000000','10217506894894651'),(1917,'2728110294117377_2728467414081665','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2021-01-14 06:44:46.000000','2728110294117377'),(1918,'10220243444370415_10220245659425790','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2021-01-14 07:07:24.000000','10220243444370415'),(1919,'10221693907131246_10221696118146520','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2021-01-14 07:28:43.000000','10221693907131246'),(1920,'3980794388620495_3981939788505955','Thank you for your feedback. We appreciate you choosing SignatureCare!','2021-01-14 07:28:07.000000','3980794388620495'),(1921,'2795875700729932_2796321694018666','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!\n','2021-01-14 07:03:14.000000','2795875700729932'),(1922,'4911925098848908_4914385658602852','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2021-01-14 06:40:11.000000','4911925098848908'),(1923,'4326556317361191_4328211247195698','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2021-01-13 06:34:36.000000','4326556317361191'),(1924,'3458541494272618_3460185340774900','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2021-01-13 06:34:54.000000','3458541494272618'),(1925,'3976672025689760_3978109858879310','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2021-01-10 05:36:56.000000','3976672025689760'),(1926,'3885764891434279_3887461117931323','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!\n','2021-01-10 05:37:43.000000','3885764891434279'),(1927,'10224991957447540_10224998822419160','The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2021-01-10 04:54:27.000000','10224991957447540'),(1928,'10157790012655869_10157794495090869','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2021-01-10 04:53:49.000000','10157790012655869'),(1929,'10222812633563115_10222813335620666','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2021-01-07 16:24:59.000000','10222812633563115'),(1930,'3592098487535560_3592288647516544','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2021-01-04 05:48:53.000000','3592098487535560'),(1931,'1341384886221231_1342723666087353','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2021-01-03 17:25:52.000000','1341384886221231'),(1932,'391892165438157_392885328672174','It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2021-01-03 17:25:29.000000','391892165438157'),(1933,'10158087790988335_10158091083868335','SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2021-01-03 17:24:48.000000','10158087790988335'),(1934,'3927097347309985_3931312353555151','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2021-01-03 17:24:22.000000','3927097347309985'),(1935,'146507740600259_147868403797526','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-03 17:23:50.000000','146507740600259'),(1936,'10216201112015578_10216218169402002','Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2021-01-03 17:22:46.000000','10216201112015578'),(1937,'10224956169478225_10224976322622041','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2021-01-03 17:22:20.000000','10224956169478225'),(1938,'3569442589808046_3576703822415256','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2021-01-03 17:22:00.000000','3569442589808046'),(1939,'870002583785564_871647820287707','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2021-01-03 17:21:42.000000','870002583785564'),(1940,'10224251142734925_10224282353875184','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2021-01-03 16:15:10.000000','10224251142734925'),(1941,'10221214763773525_10221242097816859','SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2021-01-03 16:04:43.000000','10221214763773525'),(1942,'10214551582542687_10214553632273929','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2021-01-14 09:26:37.000000','10214551582542687'),(1943,'10225313550447384_10225320571262900','\nThank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2021-01-14 07:32:15.000000','10225313550447384'),(1944,'10159098750587065_10159098815982065','Hello, sorry to hear you\'ve had this experience! We take your feedback very seriously. Please reach out to info@ercare24.com with more details of your experience and we will reach out to you as soon as possible!','2021-01-09 20:19:29.000000','10159098750587065'),(1945,'10157936453682215_10157938100042215','Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2021-01-07 07:38:38.000000','10157936453682215'),(1946,'10225153394361230_10225158515969267','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-03 17:36:44.000000','10225153394361230'),(1947,'10225594506596161_10225609688135690','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2021-01-24 08:38:16.000000','10225594506596161'),(1948,'10159098592752065_10159098819102065','Hello, sorry to hear you\'ve had this experience! We take your feedback very seriously. Please reach out to info@ercare24.com with more details of your experience and we will reach out to you as soon as possible!','2021-01-09 20:21:00.000000','10159098592752065'),(1949,'4124107600952286_4128420180521028','Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2021-01-03 17:54:56.000000','4124107600952286'),(1950,'3744899075537039_3753924884634458','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-26 18:34:08.000000','3744899075537039'),(1951,'10157139469556433_10157146764916433','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-26 18:33:34.000000','10157139469556433'),(1952,'3297407186988100_3305859659476186','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-26 18:33:09.000000','3297407186988100'),(1953,'1164881357202619_1167105840313504','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-26 18:32:24.000000','1164881357202619'),(1954,'661131351282328_661583961237067','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-07-23 11:51:58.000000','661131351282328'),(1955,'3071662612918970_3073436039408294','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-23 11:52:23.000000','3071662612918970'),(1956,'3073551916047057_3075843235817925','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-23 11:53:01.000000','3073551916047057'),(1957,'3277785632286586_3280057008726115','The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-07-23 11:53:25.000000','3277785632286586'),(1958,'3397204970343155_3399486140115038','The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-07-23 11:53:53.000000','3397204970343155'),(1959,'4845149105555538_4847094168694365','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2021-01-27 07:43:43.000000','4845149105555538'),(1960,'10218390591668244_10218394931696742','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-25 05:31:56.000000','10218390591668244'),(1961,'709263243313124_709485589957556','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2021-01-25 05:31:24.000000','709263243313124'),(1962,'3652736614807836_3659355920812572','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2021-01-24 05:51:36.000000','3652736614807836'),(1963,'10219149586999313_10219150842550701','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2021-01-21 03:51:54.000000','10219149586999313'),(1964,'252042079642725_252203082959958','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2021-01-21 03:52:14.000000','252042079642725'),(1965,'253548142803137_253726156118669','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-21 03:52:47.000000','253548142803137'),(1966,'10219638485253405_10219642003421357','We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!\n','2021-01-21 03:52:58.000000','10219638485253405'),(1967,'10214855202533748_10214859032829503','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2021-01-21 03:53:32.000000','10214855202533748'),(1968,'2120743581394734_2121027231366369','We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2021-01-20 06:33:59.000000','2120743581394734'),(1969,'3497685826946709_3498673876847904','We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2021-01-20 06:33:39.000000','3497685826946709'),(1970,'209794447456675_210064414096345','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2021-01-20 06:33:18.000000','209794447456675'),(1971,'233017541715898_233285681689084','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-20 06:32:54.000000','233017541715898'),(1972,'111788457510584_111933254162771','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-20 06:32:22.000000','111788457510584'),(1973,'3912680012105243_3914388905267687','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2021-01-20 06:31:06.000000','3912680012105243'),(1974,'10223182754610760_10223183653113222','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-19 05:52:33.000000','10223182754610760'),(1975,'3436884526537389_3437174036508438','Thank you for your feedback. We appreciate you choosing SignatureCare!','2021-01-19 05:52:52.000000','3436884526537389'),(1976,'2942555646033709_2942802012675739','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.\n','2021-01-19 05:53:09.000000','2942555646033709'),(1977,'2939807642972979_2940133422940401','When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2021-01-19 05:51:45.000000','2939807642972979'),(1978,'10218997078261454_10219003197134422','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.\n','2021-01-18 06:16:00.000000','10218997078261454'),(1979,'4890770957659741_4892632387473598','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2021-01-17 12:21:58.000000','4890770957659741'),(1980,'3429716500458955_3431173540313251','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2021-01-14 07:05:02.000000','3429716500458955'),(1981,'3833623736697903_3834081773318766','The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2021-01-04 17:21:42.000000','3833623736697903'),(1982,'10222725697962411_10222728026300618','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2021-01-04 05:48:09.000000','10222725697962411'),(1983,'3540352852678670_3542515549129067','SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2021-01-03 15:47:35.000000','3540352852678670'),(1984,'861454862465_861581887905','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-03 15:45:05.000000','861454862465'),(1985,'3446511605417887_3450637235005324','Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-03 15:43:20.000000','3446511605417887'),(1986,'3798069433588129_3807307639330975','We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2021-01-03 15:42:49.000000','3798069433588129'),(1987,'1055327551558491_1055886204835959','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-11-23 11:53:17.000000','1055327551558491'),(1988,'1594417654079884_1595110594010590','We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-23 11:53:33.000000','1594417654079884'),(1989,'10224033344329973_10224039240357370','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-11-23 11:54:00.000000','10224033344329973'),(1990,'177263447373959_177340134032957','Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-11-22 07:18:34.000000','177263447373959'),(1991,'400097394517696_400323621161740','Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-22 07:18:52.000000','400097394517696'),(1992,'10158935279687790_10158936446827790','Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-22 07:19:08.000000','10158935279687790'),(1993,'4101764209851357_4105192339508544','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-22 07:19:46.000000','4101764209851357'),(1994,'2872514419626618_2872628709615189','Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2021-01-20 12:35:13.000000','2872514419626618'),(1995,'1338859233132583_1339423349742838','Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.\n','2021-01-14 09:48:54.000000','1338859233132583'),(1996,'3764615120297328_3774719072620266','We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2021-01-03 17:59:06.000000','3764615120297328'),(1997,'3641318029314411_3641569745955906','At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2021-01-21 04:50:32.000000','3641318029314411'); /*!40000 ALTER TABLE `facebook_app_facebookreviewreply` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gauth_location` -- DROP TABLE IF EXISTS `gauth_location`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `gauth_location` ( `location_id` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `location_name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `website_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `owner_id` int(11) DEFAULT NULL, `care_name` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `review_site_url` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`location_id`), KEY `gauth_location_owner_id_aacfdc53_fk_auth_user_id` (`owner_id`), CONSTRAINT `gauth_location_owner_id_aacfdc53_fk_auth_user_id` FOREIGN KEY (`owner_id`) REFERENCES `auth_user` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `gauth_location` -- LOCK TABLES `gauth_location` WRITE; /*!40000 ALTER TABLE `gauth_location` DISABLE KEYS */; INSERT INTO `gauth_location` VALUES ('12541597562633926366','Houston','https://ercare24.com/westchase',1,'Westchase','https://maps.google.com/maps?cid=11259115014254944631'),('13486358490203335051','Midland','https://ercare24.com/midland/',1,'Midland','https://maps.google.com/maps?cid=8235343072132141647'),('14567670160750071148','Houston','http://ercare24.com/heights/',1,'Heights','https://maps.google.com/maps?cid=6710689265206337155'),('14748677429039074158','Lewisville','https://ercare24.com/lewisville/',1,'Lewisville','https://maps.google.com/maps?cid=6710689265206337155'),('14904078213800803294','Houston','https://ercare24.com/memorial-city',1,'Memorial City','https://maps.google.com/maps?cid=14451119874006678294'),('15979470999169074295','Humble','https://ercare24.com/atascocita/',1,'Atascocita',NULL),('16389487648212004696','Houston','https://ercare24.com/cypress/',1,'Cypress','https://maps.google.com/maps?cid=1442508640481662629'),('16590124370714063921','College Station','https://ercare24.com/college-station/',1,'College Station','https://maps.google.com/maps?cid=9048422929506184590'),('16891069708558046635','Austin','http://ercare24.com/austin/',1,'Austin','https://maps.google.com/maps?cid=13603871390670875409'),('17394740196501090048','Houston','https://ercare24.com/mission-bend-sugar-land/',1,'Mission Bend','https://maps.google.com/maps?cid=14019300652445964619'),('17898197009688164559','Houston','https://ercare24.com/copperfield/',1,'Copperfield','https://maps.google.com/maps?cid=2860686759705605058'),('2077061009497551125','Pflugerville','https://ercare24.com/pflugerville-emergency-room-pflugerville-tx/',1,'Pflugerville','https://maps.google.com/maps?cid=16408153701846359188'),('2694018788013845459','Killeen','https://ercare24.com/killeen/',1,'Killeen','https://maps.google.com/maps?cid=13062322244450968268'),('3272657195432704501','Texarkana','https://ercare24.com/texarkana/',1,'Texarkana','https://maps.google.com/maps?cid=12949249032323568454'),('3511292162159714121','Houston','https://ercare24.com/montrose',1,'Montrose','https://maps.google.com/maps?cid=421440433671684517'),('6521947413723274945','Odessa','https://ercare24.com/odessa/',1,'Odessa','https://maps.google.com/maps?cid=13383241679227510775'),('8626688543755174284','Paris','https://ercare24.com/paris/',1,'Paris','https://maps.google.com/maps?cid=6562497112916668802'),('8679688254631342173','Houston','https://ercare24.com/bellaire/',1,'Bellaire','https://maps.google.com/maps?cid=16893152091912549008'),('8918455867446117794','Stafford','https://ercare24.com/stafford/',1,'Stafford','https://maps.google.com/maps?cid=10295168632067720061'); /*!40000 ALTER TABLE `gauth_location` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gauth_locationmanager` -- DROP TABLE IF EXISTS `gauth_locationmanager`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `gauth_locationmanager` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(254) COLLATE utf8mb4_unicode_ci NOT NULL, `location_id` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `gauth_locationmanage_location_id_b90c9dff_fk_gauth_loc` (`location_id`), CONSTRAINT `gauth_locationmanage_location_id_b90c9dff_fk_gauth_loc` FOREIGN KEY (`location_id`) REFERENCES `gauth_location` (`location_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `gauth_locationmanager` -- LOCK TABLES `gauth_locationmanager` WRITE; /*!40000 ALTER TABLE `gauth_locationmanager` DISABLE KEYS */; /*!40000 ALTER TABLE `gauth_locationmanager` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gauth_usermodel` -- DROP TABLE IF EXISTS `gauth_usermodel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `gauth_usermodel` ( `id` int(11) NOT NULL AUTO_INCREMENT, `refresh_token` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `gmb_account_id` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `user_id` int(11) NOT NULL, `access_token` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `expiry` datetime(6) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `user_id` (`user_id`), CONSTRAINT `gauth_usermodel_user_id_1636f341_fk_auth_user_id` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `gauth_usermodel` -- LOCK TABLES `gauth_usermodel` WRITE; /*!40000 ALTER TABLE `gauth_usermodel` DISABLE KEYS */; INSERT INTO `gauth_usermodel` VALUES (1,'1//0gsGSVHitvct6CgYIARAAGBASNwF-L9IrZA5TIBwY46UYODbM351MeRlhnTU_yHMoerbm7CTNNNyY2I229eMBvWymQLuWY8mITy8','103266181421855655295',1,'ya29.a0AfH6SMBdLC86Gh7P5w0RudP3HxvrXq0KUtNFL2TEqeeRKbidc6vv5JDLYsqXeb-4rlSbwRbT2MUgnEUtgsafy9Rb_O6N6c-Bqas7Ga0oGtVLb42_W7_txj0G0l8zI9288P93kWU7R-mRwnXiIZ32uXAXUg29RB2HFb2FSDrvfY98mQ','2021-01-27 12:00:54.087186'); /*!40000 ALTER TABLE `gauth_usermodel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `name_extractor_staff` -- DROP TABLE IF EXISTS `name_extractor_staff`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `name_extractor_staff` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `total_units` decimal(5,2) NOT NULL, `nick_names` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `location_id` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `department` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `name_mentioned_facebook` int(11) NOT NULL, `name_mentioned_google` int(11) NOT NULL, `name_mentioned_yelp` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `name_extractor_staff_location_id_fb420b8b_fk_gauth_loc` (`location_id`), CONSTRAINT `name_extractor_staff_location_id_fb420b8b_fk_gauth_loc` FOREIGN KEY (`location_id`) REFERENCES `gauth_location` (`location_id`) ) ENGINE=InnoDB AUTO_INCREMENT=568 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `name_extractor_staff` -- LOCK TABLES `name_extractor_staff` WRITE; /*!40000 ALTER TABLE `name_extractor_staff` DISABLE KEYS */; /*!40000 ALTER TABLE `name_extractor_staff` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `review_customreply` -- DROP TABLE IF EXISTS `review_customreply`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `review_customreply` ( `id` int(11) NOT NULL AUTO_INCREMENT, `reply` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `reply_category` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `reply_star` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=67 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `review_customreply` -- LOCK TABLES `review_customreply` WRITE; /*!40000 ALTER TABLE `review_customreply` DISABLE KEYS */; INSERT INTO `review_customreply` VALUES (1,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','staff',5),(2,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','staff',5),(3,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','staff',5),(4,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','staff',5),(5,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','staff',5),(6,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','staff',5),(7,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','staff',5),(8,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','staff',5),(9,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','staff',5),(10,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','staff',5),(11,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','staff',5),(12,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','facility',5),(13,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','facility',5),(14,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','facility',5),(15,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','facility',5),(16,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','facility',5),(17,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','facility',5),(18,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','facility',5),(19,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','facility',5),(20,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','facility',5),(21,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','facility',5),(22,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.','facility',5),(23,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','facility',5),(24,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','kids',5),(25,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','kids',5),(26,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','kids',5),(27,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','kids',5),(28,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','kids',5),(29,'What a nice review! Thank you for taking the time to let us know how we are doing. Our community is important to us, so we love hearing that our team is doing a good job. It\'s never fun when a parent has to visit the ER, but we aim to make you and your family as comfortable as possible while waiting for diagnosis and treatment. Thank you for choosing SignatureCare and we hope [PERSON] is feeling better!','kids',5),(30,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','quick',5),(31,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','quick',5),(32,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','quick',5),(33,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','general_review',5),(34,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','general_review',5),(35,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','general_review',5),(36,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','open_24',5),(37,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','open_24',5),(38,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','open_24',5),(39,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','open_24',5),(40,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','open_24',5),(41,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','open_24',5),(42,'We are so sorry to hear about your recent emergency, but SignatureCare is here 24 hours a day, 365 days a year when or if you need us. Thank you for giving us the chance to care for you and for your nice review. We appreciate and value your feedback.','open_24',5),(43,'There\'s never a fun time to visit the ER (especially the weekend), but we will make your visit with us as quick and as painless as possible. Thank you for letting us know that our SignatureCare team is doing a good job -- it means a lot to us.','open_24',5),(44,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','open_24',5),(45,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','continuous_visit',5),(46,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','continuous_visit',5),(48,'Thanks for the 5 star review%s!','no_comment',5),(49,'Thank you for the five-star rating%s! We appreciate your feedback.','no_comment',5),(50,'Thank you so much%s for your great rating!','no_comment',5),(51,'We appreciate the five-star rating%s!','no_comment',5),(52,'Thank you for the five-star rating%s. We appreciate it.','no_comment',5),(53,'Thank you so much for your feedback%s! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','no_comment',5),(54,'Thank you%s for your five star review and for trusting us with your care!','no_comment',5),(55,'Thank you%s for the 5 star review. We are glad you had a good experience. Feel Better!','no_comment',5),(56,'Thank you for the five-star rating%s. We appreciate the feedback, and appreciate you choosing SignatureCare.','no_comment',5),(57,'Thank you for the great review%s! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','no_comment',5),(58,'Thank you so much for your nice review, [NAME]. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','four_star',4),(59,'Thank you so much for your nice review, [NAME]. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','four_star',4),(60,'Thanks for leaving a review! Would you please reach out to us at info@ercare24.com to let us know more about the incident. We aim for 100% satisfaction at SignatureCare. Your suggestion will help us to develop our services and make ourselves able to earn those last two stars!','three_star',3),(61,'Thank you so much for your feedback. I hope you will let us know why you gave us a three-star rating so that we can learn from our mistakes! We always want our customers to be 100% satisfied, so please let us know what we could have done better at info@ercare24.com. Thank you again for your time and feedback.','three_star',3),(62,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','Negative-Details',1),(63,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','Negative_Service',1),(64,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','Negative_Service',1),(65,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','Negative_Billing',1),(66,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','Negative',1); /*!40000 ALTER TABLE `review_customreply` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `review_reply` -- DROP TABLE IF EXISTS `review_reply`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `review_reply` ( `id` int(11) NOT NULL AUTO_INCREMENT, `replied_text` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `create_time` datetime(6) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=44723 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `review_reply` -- LOCK TABLES `review_reply` WRITE; /*!40000 ALTER TABLE `review_reply` DISABLE KEYS */; INSERT INTO `review_reply` VALUES (28417,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-20 09:45:02.345000'),(28418,'Thank you for the great review Danielle! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','2020-12-16 21:02:47.136000'),(28419,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-17 09:05:27.323000'),(28420,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-17 08:59:38.436000'),(28421,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-17 08:57:37.017000'),(28422,'Thanks for the 5 star review Makenzie!','2020-12-14 18:04:26.840000'),(28423,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-12-12 09:28:14.406000'),(28424,'Thank you for the five-star rating Left. We appreciate the feedback, and appreciate you choosing SignatureCare.','2020-12-21 08:06:10.563000'),(28425,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-10 16:32:58.284000'),(28426,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-10 16:32:40.287000'),(28427,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-12-06 12:41:10.448000'),(28428,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-12-06 12:41:49.152000'),(28429,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-06 12:42:38.991000'),(28430,'Thank you so much for your review, Albert. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-12-03 16:37:41.973000'),(28431,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-12-03 04:47:22.090000'),(28432,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-02 04:57:17.897000'),(28433,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-29 11:35:42.232000'),(28434,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-29 11:34:51.234000'),(28435,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-29 11:34:40.216000'),(28436,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-29 11:34:24.756000'),(28437,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-11-29 11:30:58.156000'),(28438,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-11-29 11:26:35.910000'),(28439,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-29 11:26:11.767000'),(28440,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-11-26 04:03:56.909000'),(28441,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-26 04:01:19.464000'),(28442,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-26 04:01:07.000000'),(28443,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-09-11 08:01:21.851000'),(28444,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-09-11 08:02:01.790000'),(28445,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-11-25 16:55:52.241000'),(28446,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-23 05:21:49.060000'),(28447,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-11-22 08:42:07.279000'),(28448,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-22 08:41:14.193000'),(28449,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-22 06:06:08.237000'),(28450,'Thank you so much for your nice review, Latoya. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-11-21 12:51:10.932000'),(28451,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-21 12:50:07.799000'),(28452,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-20 09:27:16.800000'),(28453,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-20 09:19:50.708000'),(28454,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-18 07:25:03.915000'),(28455,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-18 07:19:32.265000'),(28456,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-16 04:57:48.976000'),(28457,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-16 04:56:07.754000'),(28458,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-11-16 04:55:04.334000'),(28459,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2020-11-16 03:59:59.797000'),(28460,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-14 19:40:21.837000'),(28461,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-14 19:38:48.481000'),(28462,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-14 18:29:47.973000'),(28463,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-11-14 18:23:32.781000'),(28464,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-14 18:12:40.404000'),(28465,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-17 06:16:36.111000'),(28466,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-17 06:15:49.076000'),(28467,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-14 18:09:28.100000'),(28468,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-17 05:16:48.894000'),(28469,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-16 17:01:23.941000'),(28470,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-16 17:00:30.365000'),(28471,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-10 07:51:48.622000'),(28472,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-10 07:48:42.246000'),(28473,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-11-09 05:53:19.463000'),(28474,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-09 05:53:49.657000'),(28475,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-09 05:54:10.593000'),(28476,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-09 05:54:39.579000'),(28477,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-05 13:17:11.009000'),(28478,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-05 13:16:57.877000'),(28479,'Thank you so much for giving us five stars, Cory!','2020-11-04 08:13:48.873000'),(28480,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-11-03 05:50:11.669000'),(28481,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-31 15:57:08.875000'),(28482,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-31 10:32:18.540000'),(28483,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-31 10:26:12.203000'),(28484,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-31 10:02:23.761000'),(28485,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-10-31 09:51:47.531000'),(28486,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-31 09:41:13.680000'),(28487,'Thank you Kathy, for your great rating!','2020-11-02 10:47:19.295000'),(28488,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-29 18:41:27.816000'),(28489,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-29 18:40:17.533000'),(28490,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-29 18:32:25.717000'),(28491,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-29 18:29:33.615000'),(28492,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-28 18:23:08.969000'),(28493,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-10-28 17:40:53.320000'),(28494,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-28 16:39:10.364000'),(28495,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-28 10:55:54.820000'),(28496,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-28 10:51:55.734000'),(28497,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-28 10:51:21.888000'),(28498,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-10-21 14:42:10.384000'),(28499,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-21 14:41:37.226000'),(28500,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-18 10:14:49.825000'),(28501,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-18 10:14:32.733000'),(28502,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-18 06:37:04.303000'),(28503,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-13 05:33:36.624000'),(28504,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-10-11 07:13:06.606000'),(28505,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that your dad is feeling better. Thank you for choosing SignatureCare!','2020-10-11 07:03:16.386000'),(28506,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-11 06:51:31.586000'),(28507,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-07 07:00:12.458000'),(28508,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-10-07 07:00:51.532000'),(28509,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-04 08:24:49.041000'),(28510,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-04 06:25:40.683000'),(28511,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-04 06:14:06.182000'),(28512,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-01 05:42:17.765000'),(28513,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-30 08:31:21.609000'),(28514,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-30 08:29:26.380000'),(28515,'Thank you so much for your nice review, michael. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-09-30 08:28:58.943000'),(28516,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-09-30 08:27:35.657000'),(28517,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-09-30 08:26:31.523000'),(28518,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-30 08:24:13.445000'),(28519,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-09-30 08:23:43.234000'),(28520,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-09-29 05:23:26.132000'),(28521,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-09-29 05:11:52.853000'),(28522,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-09-29 05:10:57.824000'),(28523,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-09-29 05:10:26.740000'),(28524,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-09-29 05:03:22.909000'),(28525,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-09-29 05:02:07.888000'),(28526,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-29 04:58:59.337000'),(28527,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-09-29 04:58:27.139000'),(28528,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-29 04:57:44.219000'),(28529,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-29 04:57:11.778000'),(28530,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-09-27 08:55:05.258000'),(28531,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-27 08:54:39.405000'),(28532,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-09-27 08:46:51.080000'),(28533,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-09-27 08:44:24.800000'),(28534,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-09-24 08:55:51.386000'),(28535,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-09-24 08:54:23.085000'),(28536,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your family. Thank you for choosing SignatureCare.','2020-09-24 08:54:56.837000'),(28537,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-09-23 11:10:50.032000'),(28538,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-09-20 20:30:25.828000'),(28539,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-09-20 20:31:05.996000'),(28540,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-09-20 20:31:39.811000'),(28541,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2020-09-20 20:42:20.171000'),(28542,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-09-20 20:41:39.087000'),(28543,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-20 20:40:53.702000'),(28544,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-20 20:40:28.106000'),(28545,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-09-18 06:12:30.126000'),(28546,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-09-18 06:11:39.569000'),(28547,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-09-16 04:26:14.259000'),(28548,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-09-16 04:27:32.206000'),(28549,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-16 04:28:21.888000'),(28550,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-09-16 04:28:56.701000'),(28551,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-08-27 05:01:31.003000'),(28552,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-09-13 14:40:53.130000'),(28553,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-10 06:16:44.644000'),(28554,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-09-10 06:16:34.044000'),(28555,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-10 06:15:42.652000'),(28556,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-10 06:15:23.456000'),(28557,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-09-02 09:28:39.698000'),(28558,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-08-31 10:00:47.316000'),(28559,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-08-31 10:02:10.329000'),(28560,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-25 06:27:56.854000'),(28561,'Thank you so much for your nice review, jasmine. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-08-31 10:02:48.053000'),(28562,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-08-23 06:31:01.632000'),(28563,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-23 06:31:42.035000'),(28564,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-08-17 20:11:27.477000'),(28565,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-08-17 20:11:09.143000'),(28566,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-08-17 20:10:50.298000'),(28567,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-08-17 20:10:41.572000'),(28568,'Thank you Dennis, for your great rating!','2020-08-17 20:10:14.033000'),(28569,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-08-17 20:10:31.019000'),(28570,'Thank you so much for giving us five stars, Thomas!','2020-08-17 20:09:56.115000'),(28571,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2020-08-17 20:09:42.470000'),(28572,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-17 20:08:05.055000'),(28573,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-08-17 20:07:57.953000'),(28574,'Muchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal!','2020-08-17 20:07:38.158000'),(28575,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-10 15:15:20.482000'),(28576,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-09 16:33:13.422000'),(28577,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-09 16:33:03.127000'),(28578,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-08-09 16:32:52.323000'),(28579,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-08-09 16:32:45.028000'),(28580,'Thank you so much for giving us five stars, Sara!','2020-08-09 16:32:29.976000'),(28581,'Thank you Jennifer, for your great rating!','2020-08-09 16:32:17.052000'),(28582,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-09 16:31:54.869000'),(28583,'Thank you Vesta, for your great rating!','2020-08-09 16:31:41.626000'),(28584,'We appreciate your great rating, Javier!','2020-07-28 16:43:37.867000'),(28585,'Thank you so much for giving us five stars, Mena!','2020-07-26 15:02:48.322000'),(28586,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-26 15:02:31.015000'),(28587,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-23 07:40:21.945000'),(28588,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-23 07:39:17.094000'),(28589,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-07-23 07:41:03.260000'),(28590,'Thank you so much for giving us five stars, Adriana!','2020-07-22 03:48:52.810000'),(28591,'We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that we can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-07-21 19:59:21.518000'),(28592,'Thank you so much for your great rating, Lucy!','2020-07-21 05:18:05.235000'),(28593,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that we can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-07-20 05:53:27.698000'),(28594,'There\'s never a fun time to visit the ER, but we will make your visit with us as quick and as painless as possible. Thank you for letting us know that our SignatureCare team is doing a good job -- it means a lot to us.','2020-07-19 06:36:01.412000'),(28595,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-07-16 07:02:41.647000'),(28596,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-14 07:47:43.082000'),(28597,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-13 14:29:22.132000'),(28598,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-12 15:14:26.128000'),(28599,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-07-12 15:11:15.626000'),(28600,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-07-12 15:08:24.555000'),(28601,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-07-14 20:29:13.647000'),(28602,'Thank you so much for giving us five stars, Oscar!.','2020-07-09 06:54:06.231000'),(28603,'Thank you so much for your great rating, Steve!','2020-07-09 06:54:26.742000'),(28604,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-09 06:58:19.307000'),(28605,'We appreciate your great rating, Tamara!','2020-07-09 06:54:51.928000'),(28606,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-09 06:56:27.656000'),(28607,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-07-08 08:09:48.397000'),(28608,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-08 08:08:11.142000'),(28609,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-07-07 10:25:02.904000'),(28610,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-07 10:25:48.213000'),(28611,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-07 10:26:31.155000'),(28612,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-07 10:27:26.276000'),(28613,'Muchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal!','2020-07-06 05:12:38.051000'),(28614,'Thank you so much for your great rating, CHAD!','2020-07-06 05:11:44.161000'),(28615,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-06 05:14:19.685000'),(28616,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-07-05 12:11:35.950000'),(28617,'Thank you so much for your nice review, Isaiah!. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-07-05 12:08:30.175000'),(28618,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced. Thanks for leaving a review! Would you please reach out to us at info@ercare24.com to let us know more about the incident. We aim for 100% satisfaction at SignatureCare. Your suggestion will help us to develop our services and make ourselves able to earn those last two stars!','2020-07-05 12:09:46.730000'),(28619,'Thank you so much for giving us five stars, Yasir!','2020-07-05 12:10:28.599000'),(28620,'We appreciate your great rating, Leah!','2020-07-02 07:23:15.669000'),(28621,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-07-02 07:24:05.435000'),(28622,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-02 07:26:30.712000'),(28623,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-07-02 07:27:57.577000'),(28624,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-02 07:28:51.468000'),(28625,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-06-29 08:32:13.883000'),(28626,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-28 11:01:03.388000'),(28627,'Hi Jose! Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-28 11:01:26.087000'),(28628,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-06-21 07:19:36.005000'),(28629,'Thank you for the great review! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','2020-06-21 06:51:15.730000'),(28630,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-07-12 14:54:34.317000'),(28631,'Thank you so much for your great rating, Larry!','2020-07-14 12:06:07.195000'),(28632,'We appreciate your great rating, Jacques!','2020-07-14 12:06:23.103000'),(28633,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-14 20:31:47.950000'),(28634,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-12-15 07:14:50.297000'),(28635,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We hope your mom is feeling better. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-16 06:41:48.888000'),(28636,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-03-15 07:33:27.925000'),(28637,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that your husband is feeling better. Thank you for choosing SignatureCare!','2020-03-15 07:14:05.424000'),(28638,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-03-15 07:10:54.526000'),(28639,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-15 07:10:24.198000'),(28640,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-03-15 07:09:25.943000'),(28641,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-03-15 07:00:26.181000'),(28642,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2020-03-15 06:15:35.257000'),(28643,'Thank you so much for your nice review, Chris. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-03-15 06:08:22.741000'),(28644,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-03-12 05:32:01.872000'),(28645,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-03-12 05:14:56.710000'),(28646,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-12 05:12:16.187000'),(28647,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-03-11 04:54:20.075000'),(28648,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-03-11 04:46:48.909000'),(28649,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-03-11 04:45:59.920000'),(28650,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-03-10 05:20:01.175000'),(28651,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-10 04:49:08.964000'),(28652,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-03-09 05:23:57.976000'),(28653,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-03-09 05:20:26.151000'),(28654,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-03-09 05:17:40.285000'),(28655,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-03-09 05:17:08.923000'),(28656,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-03-08 07:06:13.522000'),(28657,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-08 07:04:19.009000'),(28658,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-12 07:12:19.379000'),(28659,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-05 06:48:41.478000'),(28660,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-03-08 06:56:52.164000'),(28661,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-03-08 06:54:56.225000'),(28662,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-03-08 06:13:58.917000'),(28663,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-03-08 05:33:17.997000'),(28664,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-03-05 06:57:50.289000'),(28665,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-03-04 05:57:44.474000'),(28666,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-04 05:46:47.419000'),(28667,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-03-04 05:45:34.999000'),(28668,'Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-03-04 05:41:36.966000'),(28669,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-03-03 05:27:54.227000'),(28670,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-03 05:15:53.008000'),(28671,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-03-02 06:33:43.905000'),(28672,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-03-02 05:53:23.490000'),(28673,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-03-02 05:52:39.866000'),(28674,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-03-01 08:34:01.354000'),(28675,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-03-01 08:33:16.017000'),(28676,'Thank you for your review. We appreciate you choosing SignatureCare!','2020-03-01 08:30:23.710000'),(28677,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-03-01 08:29:33.063000'),(28678,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-03-01 08:11:56.226000'),(28679,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-27 07:26:17.302000'),(28680,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-01 07:00:14.242000'),(28681,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-27 07:30:52.587000'),(28682,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-27 07:29:44.683000'),(28683,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2020-02-27 07:29:31.933000'),(28684,'Thank you for your review. We appreciate you choosing SignatureCare!','2020-02-27 07:27:37.965000'),(28685,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-02-27 07:27:21.163000'),(28686,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-27 07:26:56.138000'),(28687,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-02-27 07:26:39.997000'),(28688,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-27 07:26:00.255000'),(28689,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-02-27 07:21:40.601000'),(28690,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-02-27 07:12:15.656000'),(28691,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-26 07:39:58.085000'),(28692,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-02-26 07:38:53.193000'),(28693,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-02-26 07:34:15.206000'),(28694,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-26 07:33:39.234000'),(28695,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-02-26 07:32:24.113000'),(28696,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-02-26 07:32:00.308000'),(28697,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-02-09 07:06:32.445000'),(28698,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-02-25 07:22:42.119000'),(28699,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-02-24 04:54:52.497000'),(28700,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-24 04:53:28.647000'),(28701,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-02-24 04:53:14.285000'),(28702,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-02-24 04:51:46.307000'),(28703,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-23 10:12:31.161000'),(28704,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-02-23 10:08:50.279000'),(28705,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-02-23 10:06:57.573000'),(28706,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-02-23 08:23:02.437000'),(28707,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-23 08:20:04.807000'),(28708,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-02-23 08:17:13.449000'),(28709,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-02-23 08:10:49.552000'),(28710,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare. Hope your girlfriend is feeling well.','2020-02-23 08:10:04.783000'),(28711,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-20 05:07:54.835000'),(28712,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare! Hope your mom is feeling better.','2020-02-20 05:06:47.247000'),(28713,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-02-19 05:14:21.895000'),(28714,'Thank you so much for your feedback Mona! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-19 02:06:13.844000'),(28715,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that your mom is feeling better. Thank you for choosing SignatureCare!','2020-02-19 05:05:33.114000'),(28716,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-12 06:53:11.168000'),(28717,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com\nwith your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-01-12 07:11:59.217000'),(28718,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-02-16 08:50:52.539000'),(28719,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-02-16 08:44:35.339000'),(28720,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-16 08:41:58.598000'),(28721,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-02-16 08:02:41.071000'),(28722,'Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-02-16 06:09:55.670000'),(28723,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-02-16 06:05:27.834000'),(28724,'Thank you so much for giving us five stars, Jevon!','2020-02-13 07:46:08.913000'),(28725,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-02-13 07:45:48.211000'),(28726,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-02-13 07:34:41.496000'),(28727,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-02-13 07:32:34.732000'),(28728,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-13 07:32:22.424000'),(28729,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-02-13 07:20:40.695000'),(28730,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-02-12 07:00:03.945000'),(28731,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-12 06:59:47.624000'),(28732,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-12 06:57:38.098000'),(28733,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-02-12 06:57:23.529000'),(28734,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-02-12 06:56:49.882000'),(28735,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-12 06:56:38.324000'),(28736,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-12 06:52:37.591000'),(28737,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-29 11:43:03.395000'),(28738,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-02-10 05:47:07.172000'),(28739,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-09 07:25:02.227000'),(28740,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-02-09 07:20:01.943000'),(28741,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-02-09 07:19:04.528000'),(28742,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-02-09 07:13:09.986000'),(28743,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-09 07:11:28.085000'),(28744,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-02-09 07:04:59.996000'),(28745,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-09 07:03:13.310000'),(28746,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your brother. Thank you for choosing SignatureCare.','2020-02-09 07:02:27.454000'),(28747,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-09 07:01:54.721000'),(28748,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-02-09 06:58:14.365000'),(28749,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-03 07:28:54.169000'),(28750,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-02-03 07:28:43.501000'),(28751,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-02-05 08:08:34.202000'),(28752,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-02-05 08:07:57.475000'),(28753,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-05 08:07:37.541000'),(28754,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-02-05 08:07:20.053000'),(28755,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-02-05 08:07:04.346000'),(28756,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-04 05:58:38.172000'),(28757,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-02-04 05:58:19.487000'),(28758,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-02-04 05:43:53.443000'),(28759,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-02-04 05:43:01.205000'),(28760,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-02-03 07:29:59.040000'),(28761,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-02-03 07:29:46.628000'),(28762,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-03 07:29:40.636000'),(28763,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-03 07:29:29.829000'),(28764,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-03 07:29:17.963000'),(28765,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2020-02-03 07:28:35.152000'),(28766,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your girlfriend. Thank you for choosing SignatureCare.','2020-02-03 07:28:14.502000'),(28767,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-02-03 07:27:51.153000'),(28768,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-03 07:27:34.215000'),(28769,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-03 07:27:13.492000'),(28770,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs. Hope your wife is feeling better.','2020-01-30 06:11:34.483000'),(28771,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-01-30 06:10:39.246000'),(28772,'Thank you for trusting us with the care of your mom. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-01-30 06:09:49.085000'),(28773,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-01-29 11:25:24.753000'),(28774,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-29 11:24:50.188000'),(28775,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-09-15 05:09:05.910000'),(28776,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your girlfriend. Thank you for choosing SignatureCare.','2020-01-29 11:24:31.807000'),(28777,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-01-29 11:23:54.999000'),(28778,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-01-29 11:23:44.951000'),(28779,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-29 11:21:29.388000'),(28780,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-01-29 11:18:46.983000'),(28781,'Thank you so much for giving us five stars, Dunn!','2020-01-29 11:16:13.094000'),(28782,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-01-29 11:15:56.720000'),(28783,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-01-29 11:15:42.659000'),(28784,'Thank you for trusting us with the care of your son. We appreciate the great feedback and are very glad to hear that our team took such good care of him.','2020-01-29 11:14:48.698000'),(28785,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-01-29 11:14:38.550000'),(28786,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your girlfriend. Thank you for choosing SignatureCare.','2020-01-29 11:14:18.958000'),(28787,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-01-29 11:13:57.721000'),(28788,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-29 11:13:44.296000'),(28789,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-01-29 11:13:35.269000'),(28790,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-29 11:13:25.584000'),(28791,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-29 11:13:06.598000'),(28792,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-01-12 07:10:36.107000'),(28793,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-01-29 11:42:48.675000'),(28794,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-29 11:42:33.996000'),(28795,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your girlfriend. Thank you for choosing SignatureCare.','2020-01-29 11:42:18.543000'),(28796,'Thank you so much for your nice review. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-01-29 11:41:44.215000'),(28797,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-01-29 11:41:22.428000'),(28798,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-01-22 19:10:25.373000'),(28799,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-01-29 11:25:48.701000'),(28800,'Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-01-21 07:00:17.573000'),(28801,'Thank you so much for giving us five stars, Jasmine!','2020-01-20 06:39:22.575000'),(28802,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare. Hope your brother is feeling well.','2020-01-20 06:38:47.736000'),(28803,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-20 06:37:44.969000'),(28804,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-20 06:37:27.723000'),(28805,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-20 06:37:13.835000'),(28806,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-01-20 06:35:34.038000'),(28807,'Thank you so much for your nice review, Ivar. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-01-19 07:36:59.468000'),(28808,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-19 07:36:47.372000'),(28809,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-19 07:36:36.184000'),(28810,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-01-19 07:36:28.022000'),(28811,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-19 07:36:17.998000'),(28812,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-19 07:36:04.835000'),(28813,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-01-19 07:35:56.941000'),(28814,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.','2020-01-19 07:35:44.844000'),(28815,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-01-19 07:35:28.466000'),(28816,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-19 07:35:19.920000'),(28817,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-01-19 07:35:03.770000'),(28818,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-19 07:34:39.080000'),(28819,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-01-19 07:34:30.070000'),(28820,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-01-19 07:34:14.831000'),(28821,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-01-16 07:32:30.026000'),(28822,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-16 07:32:05.024000'),(28823,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-01-16 07:31:50.050000'),(28824,'We appreciate your great rating, Christian!','2020-01-14 07:48:52.562000'),(28825,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-01-14 07:48:33.042000'),(28826,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-01-14 07:48:08.609000'),(28827,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2020-01-14 07:47:56.834000'),(28828,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-14 07:47:33.670000'),(28829,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-01-13 07:06:01.529000'),(28830,'Thank you Carol, for your great rating!','2020-01-13 07:05:44.029000'),(28831,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-13 07:05:22.896000'),(28832,'Thank you for letting us help your boyfriend! We are glad to hear our team put him at ease and provided him with the best care possible. Thanks for choosing SignatureCare.','2020-01-13 07:04:50.675000'),(28833,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-13 07:03:55.353000'),(28834,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-12 07:12:29.978000'),(28835,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-01-12 07:11:28.407000'),(28836,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-12 07:10:26.999000'),(28837,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-12 07:10:18.018000'),(28838,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-09 07:37:09.902000'),(28839,'We want everyone who visits us to feel like family. It\'s great to hear that our team made your mom feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-01-06 07:40:09.078000'),(28840,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-01-12 07:10:06.829000'),(28841,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-01-12 07:09:56.119000'),(28842,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-01-08 08:03:44.820000'),(28843,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-01-07 07:13:08.960000'),(28844,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-07 07:12:08.339000'),(28845,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-01-06 07:41:15.457000'),(28846,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-01-06 07:41:05.374000'),(28847,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-06 07:40:42.258000'),(28848,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-01-06 07:40:34.160000'),(28849,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-06 07:40:22.540000'),(28850,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-06 07:39:38.357000'),(28851,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-06 07:24:45.593000'),(28852,'There\'s never a fun time to visit the ER (especially the weekend), but we will make your visit with us as quick and as painless as possible. Thank you for letting us know that our SignatureCare team is doing a good job -- it means a lot to us.','2020-01-06 07:20:47.670000'),(28853,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-06 07:20:02.831000'),(28854,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-01-06 07:19:44.656000'),(28855,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-05 06:51:41.358000'),(28856,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for your wife, and are so glad to hear that she is feeling better. Thank you for choosing SignatureCare!','2020-01-05 06:51:24.625000'),(28857,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-01-05 06:50:51.992000'),(28858,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-05 06:50:32.026000'),(28859,'We appreciate your great rating, Adalberto!','2020-01-05 06:50:08.374000'),(28860,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us! Hope your fiance is feeling well.','2020-01-05 06:49:40.275000'),(28861,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-01-05 06:49:01.272000'),(28862,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-05 06:48:52.137000'),(28863,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-05 06:48:30.831000'),(28864,'Thank you so much for your great rating, Anoop!','2020-01-05 06:48:11.702000'),(28865,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-01-05 06:47:47.780000'),(28866,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-05 06:47:37.658000'),(28867,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-02 05:41:36.021000'),(28868,'Hi Stacey! We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-01-02 05:39:45.953000'),(28869,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your kiddo feels better soon!','2020-01-02 05:31:18.902000'),(28870,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2020-01-02 05:30:54.036000'),(28871,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-01-01 07:41:28.487000'),(28872,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-01-01 07:41:12.405000'),(28873,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-01 07:40:42.626000'),(28874,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-01 07:40:59.334000'),(28875,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-01-01 07:40:31.186000'),(28876,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare! We hope your mom is feeling better.','2020-01-01 07:40:13.719000'),(28877,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2020-01-01 07:39:24.238000'),(28878,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-01 07:39:13.284000'),(28879,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-01-01 07:39:04.198000'),(28880,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-01 07:38:51.926000'),(28881,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-01-01 07:38:20.721000'),(28882,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-01 07:38:12.078000'),(28883,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-12-31 04:57:31.840000'),(28884,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-12-31 04:57:19.186000'),(28885,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-12-31 04:57:09.806000'),(28886,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-31 04:57:02.364000'),(28887,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-31 04:56:49.870000'),(28888,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-31 04:56:39.755000'),(28889,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-12-29 06:54:37.413000'),(28890,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2019-12-29 06:54:28.889000'),(28891,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-12-29 06:54:17.708000'),(28892,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-12-29 06:54:07.995000'),(28893,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-12-29 06:53:57.985000'),(28894,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-12-29 06:53:45.306000'),(28895,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-12-29 06:53:34.557000'),(28896,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-29 06:53:26.954000'),(28897,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-29 06:53:17.696000'),(28898,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-29 06:53:05.761000'),(28899,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-12-29 06:52:53.681000'),(28900,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-29 06:52:43.392000'),(28901,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-29 06:52:18.849000'),(28902,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-26 08:15:38.101000'),(28903,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-12-26 08:15:29.496000'),(28904,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2019-12-26 08:15:17.499000'),(28905,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-12-26 08:14:53.157000'),(28906,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2019-12-26 08:14:46.268000'),(28907,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-26 08:14:38.125000'),(28908,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-26 08:14:17.672000'),(28909,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-26 08:14:05.343000'),(28910,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know. Wish you a great Christmas and Happy New Year!','2019-12-24 07:08:08.963000'),(28911,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-12-24 07:07:02.659000'),(28912,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-12-24 07:06:51.622000'),(28913,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-24 07:06:21.852000'),(28914,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-12-24 07:06:11.627000'),(28915,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-24 07:05:57.451000'),(28916,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-24 07:05:42.948000'),(28917,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-12-24 07:05:31.277000'),(28918,'We appreciate your great rating, Danny!','2019-12-23 08:16:42.006000'),(28919,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-23 08:16:19.104000'),(28920,'Thank you so much for your nice review, Leonnya. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-12-23 08:16:01.577000'),(28921,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-23 08:15:40.901000'),(28922,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-12-22 08:49:34.294000'),(28923,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2019-12-22 08:49:25.376000'),(28924,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-12-22 08:49:17.236000'),(28925,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-22 08:49:02.872000'),(28926,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2019-12-22 08:48:57.749000'),(28927,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-22 08:48:51.686000'),(28928,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-12-22 08:48:44.834000'),(28929,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-12-22 08:48:33.054000'),(28930,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-22 08:48:22.128000'),(28931,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-22 08:48:09.732000'),(28932,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-12-22 08:47:54.061000'),(28933,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-12-22 08:47:45.457000'),(28934,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-12-22 08:46:41.070000'),(28935,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-22 08:45:19.240000'),(28936,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-19 06:23:34.036000'),(28937,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2019-12-19 06:23:13.659000'),(28938,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-12-19 06:23:04.465000'),(28939,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-12-17 06:27:09.145000'),(28940,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-12-17 06:26:44.272000'),(28941,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-12-17 06:14:25.659000'),(28942,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-12-17 06:14:02.822000'),(28943,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-12-15 07:17:55.889000'),(28944,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs. Hope your wife is feeling better.','2019-12-15 07:17:32.906000'),(28945,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-12-15 07:17:09.911000'),(28946,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-15 07:16:47.931000'),(28947,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-12-15 07:16:28.209000'),(28948,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare! Hope your friend is feeling well.','2019-12-15 07:16:11.441000'),(28949,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-12-15 07:15:48.090000'),(28950,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-12-15 07:15:30.889000'),(28951,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-15 07:15:15.280000'),(28952,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-15 07:15:04.298000'),(28953,'We appreciate your great rating! Thank you for choosing SignatureCare!!','2019-12-12 13:12:08.962000'),(28954,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-12-15 07:14:33.558000'),(28955,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-12-15 07:14:12.283000'),(28956,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-15 07:13:57.979000'),(28957,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-15 07:13:33.303000'),(28958,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-12-15 07:13:22.989000'),(28959,'Thank you so much for your nice review. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-12-15 07:13:06.001000'),(28960,'Thank you so much for your nice review, Rosalyn. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2019-12-15 07:12:42.746000'),(28961,'Thank you so much for your great rating!','2019-12-15 07:12:09.852000'),(28962,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-15 07:11:50.894000'),(28963,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-12-05 07:14:12.778000'),(28964,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-27 06:48:40.674000'),(28965,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-11-27 06:48:28.018000'),(28966,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-11-26 05:47:32.465000'),(28967,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-11-26 05:47:22.641000'),(28968,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2019-11-26 05:46:50.680000'),(28969,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-11-26 05:46:39.337000'),(28970,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-09-11 08:02:10.879000'),(28971,'Thank you so much for your great rating, Kat!','2019-11-24 07:08:36.122000'),(28972,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-11-24 07:08:12.712000'),(28973,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-11-24 07:07:40.807000'),(28974,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-11-24 07:07:18.297000'),(28975,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-11-21 06:59:08.178000'),(28976,'We appreciate the great rating you gave us, Mathis!','2019-11-21 06:58:32.282000'),(28977,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-11-21 06:57:40.341000'),(28978,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-11-20 06:17:53.648000'),(28979,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-11-20 06:17:34.437000'),(28980,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-11-18 05:58:08.236000'),(28981,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-11-17 07:20:08.810000'),(28982,'We appreciate your great rating, Aranda!','2019-11-11 07:41:35.107000'),(28983,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-11-11 07:40:56.006000'),(28984,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-11-06 08:07:46.576000'),(28985,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-06 08:06:17.320000'),(28986,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-10-09 08:29:21.438000'),(28987,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-11-03 06:36:14.571000'),(28988,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-10-31 09:55:11.942000'),(28989,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-10-31 09:54:23.588000'),(28990,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-10-30 05:48:37.862000'),(28991,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-10-30 05:48:18.880000'),(28992,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-10-27 08:39:41.653000'),(28993,'Thank you, Jorge, for your great rating!','2019-10-23 06:49:10.263000'),(28994,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-10-21 07:10:19.254000'),(28995,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-10-20 06:46:03.063000'),(28996,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put your husband at ease and provide him with the best care possible. We hope he is feeling better.','2019-10-20 06:45:52.722000'),(28997,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-10-20 06:44:58.065000'),(28998,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-10-20 06:44:35.727000'),(28999,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-09-11 07:44:20.995000'),(29000,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-10-15 06:47:59.254000'),(29001,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2019-10-13 07:38:01.365000'),(29002,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2019-10-13 07:37:21.090000'),(29003,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-10-09 08:29:00.891000'),(29004,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-10-09 08:28:44.761000'),(29005,'Thank you so much for your five star rating, Rola!','2019-10-09 08:28:23.702000'),(29006,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-10-01 06:24:52.649000'),(29007,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-10-01 06:24:33.597000'),(29008,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-09-29 06:13:34.011000'),(29009,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-09-29 06:13:23.394000'),(29010,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-09-29 06:13:13.416000'),(29011,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-09-29 06:12:57.851000'),(29012,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-09-29 06:12:41.211000'),(29013,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-09-25 06:10:50.327000'),(29014,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2019-09-22 06:20:00.823000'),(29015,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-09-22 06:19:27.567000'),(29016,'Thanks for leaving a review, Gabriel! Would you please reach out to us at info@ercare24.com to let us know more about the incident. We aim for 100% satisfaction at SignatureCare. Your suggestion will help us to develop our services and make ourselves able to earn those last two stars!','2019-09-22 06:18:11.245000'),(29017,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-09-19 09:25:45.944000'),(29018,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-09-24 06:47:25.743000'),(29019,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-09-16 11:31:37.048000'),(29020,'We want our patients to feel like family. We are happy to hear that our staff made you feel like home. Thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-09-16 11:31:23.830000'),(29021,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','2019-09-15 05:11:38.477000'),(29022,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-09-15 05:11:15.082000'),(29023,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-09-15 05:10:45.993000'),(29024,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-09-15 05:10:28.163000'),(29025,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.','2019-09-15 05:09:56.674000'),(29026,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-09-15 05:09:41.106000'),(29027,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-09-15 05:09:27.416000'),(29028,'Thank you so much for your review and rating!','2019-09-15 05:07:55.958000'),(29029,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-09-15 05:07:26.575000'),(29030,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-09-11 08:02:30.308000'),(29031,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-09-11 08:01:12.358000'),(29032,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-09-11 08:00:58.618000'),(29033,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-09-11 08:00:43.626000'),(29034,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2019-09-11 08:00:24.375000'),(29035,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-09-11 08:00:09.573000'),(29036,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-09-11 07:59:57.254000'),(29037,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2019-09-11 07:59:45.336000'),(29038,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-09-11 07:59:31.713000'),(29039,'Thank you so much for your feedback! Our goal is to always provide the abest care. Thank you for choosing SignatureCare.','2019-09-11 07:59:18.623000'),(29040,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-09-11 07:58:57.652000'),(29041,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-09-11 07:58:42.571000'),(29042,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-09-11 07:58:26.969000'),(29043,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2019-09-11 07:53:55.769000'),(29044,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-09-11 07:51:03.352000'),(29045,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','2019-09-11 07:43:59.883000'),(29046,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare. Hope your mom feels well.','2019-09-11 07:28:40.138000'),(29047,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-09-11 07:27:55.420000'),(29048,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-08-28 05:56:23.695000'),(29049,'Thank you so much for your feedback. We appreciate the great rating you gave us, Karolina!','2019-08-25 05:33:54.411000'),(29050,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-08-19 05:55:39.594000'),(29051,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-08-18 06:34:24.832000'),(29052,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-08-18 06:34:13.146000'),(29053,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-08-18 06:33:57.868000'),(29054,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-08-18 06:33:09.789000'),(29055,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-08-18 06:32:32.455000'),(29056,'Thank you so much for rating us five star, Amyl!','2019-08-18 06:32:15.145000'),(29057,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-08-18 06:31:53.950000'),(29058,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-08-18 06:31:34.338000'),(29059,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-08-04 05:41:19.224000'),(29060,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-08-04 05:44:55.546000'),(29061,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-08-04 05:44:22.794000'),(29062,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-08-04 05:43:58.489000'),(29063,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-08-04 05:43:34.209000'),(29064,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-08-04 05:43:15.691000'),(29065,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-08-04 05:42:57.599000'),(29066,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-08-04 05:42:31.631000'),(29067,'We appreciate the great rating you gave us, Lampley!','2019-08-04 05:42:13.022000'),(29068,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-08-01 03:40:27.065000'),(29069,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-07-31 06:52:52.314000'),(29070,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better. Thanks again for the great review!','2019-07-31 06:52:33.407000'),(29071,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-07-28 07:21:40.171000'),(29072,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-07-28 07:21:24.601000'),(29073,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-07-28 07:20:26.312000'),(29074,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-07-24 06:43:57.454000'),(29075,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-07-24 06:43:47.229000'),(29076,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2019-07-23 05:40:24.667000'),(29077,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-07-23 05:40:45.556000'),(29078,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare! Hope your cousin feels better soon.','2019-07-22 07:32:28.141000'),(29079,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-07-21 06:19:00.706000'),(29080,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-07-21 06:18:07.816000'),(29081,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-07-21 06:17:41.574000'),(29082,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-07-17 06:21:54.318000'),(29083,'Thank you for trusting us with the care of your mom. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-07-17 06:21:26.082000'),(29084,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2019-07-07 07:33:26.473000'),(29085,'Thank you for your five star rating, Ageia!','2019-06-25 07:47:39.822000'),(29086,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2019-06-24 14:05:01.725000'),(29087,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of your kiddo.','2019-06-24 05:48:37.330000'),(29088,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-06-24 05:47:58.554000'),(29089,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-06-20 04:38:04.802000'),(29090,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-17 06:37:36.383000'),(29091,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-06-16 06:02:58.839000'),(29092,'Thank you for your rating, Shari!','2019-06-12 06:28:26.173000'),(29093,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-12 06:27:58.852000'),(29094,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-06-12 06:27:29.786000'),(29095,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2019-05-20 14:56:31.342000'),(29096,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-05-16 06:39:30.699000'),(29097,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your mom. Thank you for choosing SignatureCare.','2019-05-26 06:29:31.708000'),(29098,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-05-23 06:35:26.932000'),(29099,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-05-16 06:40:07.633000'),(29100,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-05-12 04:57:29.782000'),(29101,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-05-12 04:57:05.692000'),(29102,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-05-12 04:56:41.964000'),(29103,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-02 09:36:28.207000'),(29104,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-05-02 09:36:05.040000'),(29105,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you both are feeling better!','2019-05-02 09:35:31.105000'),(29106,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-04-26 11:06:59.852000'),(29107,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-04-26 11:06:05.321000'),(29108,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-04-22 06:43:11.674000'),(29109,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-04-22 06:42:18.821000'),(29110,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-04-17 07:11:35.841000'),(29111,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care.Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-04-16 06:08:25.173000'),(29112,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-04-11 05:43:19.824000'),(29113,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2019-04-08 15:16:56.252000'),(29114,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-04-07 06:01:30.306000'),(29115,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-04-07 05:59:53.787000'),(29116,'Thank you for your rating, Julio!','2019-04-07 05:58:44.134000'),(29117,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-03-31 06:48:17.331000'),(29118,'We sincerely appreciate your continued trust. We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-03-31 06:47:52.011000'),(29119,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-03-31 06:44:46.350000'),(29120,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-03-31 06:44:27.468000'),(29121,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-04-01 19:04:17.564000'),(29122,'Thank you so much for your rating, Nick. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-03-31 06:42:17.051000'),(29123,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','2019-03-24 07:37:15.862000'),(29124,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-03-24 07:36:53.048000'),(29125,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2019-03-24 07:35:49.727000'),(29126,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.','2019-03-24 07:35:13.666000'),(29127,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2019-03-24 07:34:43.842000'),(29128,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2019-03-18 06:43:35.318000'),(29129,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-03-18 06:42:51.631000'),(29130,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so very happy to hear you loved your team --- We will make sure to let them know.','2019-03-18 06:41:47.487000'),(29131,'We are glad to learn that you see the benefits of an emergency room over the hospital. SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-03-10 13:30:09.560000'),(29132,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-03-10 07:44:58.119000'),(29133,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-03-03 11:26:04.147000'),(29134,'Thank you for the 5 star, Barbara!','2019-03-03 11:24:46.720000'),(29135,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2019-02-26 12:46:45.259000'),(29136,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-02-25 12:36:03.856000'),(29137,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-02-25 12:38:21.997000'),(29138,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-02-24 12:07:26.860000'),(29139,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-02-24 12:08:49.509000'),(29140,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-02-24 12:08:26.765000'),(29141,'Thank you for leaving us a 5 star, Antionette!','2019-02-19 14:10:39.602000'),(29142,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-02-24 12:11:58.752000'),(29143,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2019-02-13 12:28:42.665000'),(29144,'Thank you so much for leaving a 5 star, Nadia!','2019-02-11 12:49:09.965000'),(29145,'Thanks for the 5 star, Dana!','2019-02-11 12:47:55.347000'),(29146,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-02-11 12:48:26.054000'),(29147,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-02-11 12:48:52.572000'),(29148,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-02-06 13:27:10.005000'),(29149,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. And we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the nice review and a great rating.','2019-02-04 13:54:24.104000'),(29150,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-02-03 13:44:08.846000'),(29151,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-01-28 09:19:17.429000'),(29152,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-01-28 09:18:02.498000'),(29153,'We want everyone who walks through our doors to feel like a VIP. Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great recommendation you gave us. Thank you for choosing SignatureCare!','2019-01-24 07:56:53.539000'),(29154,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-01-20 12:07:55.899000'),(29155,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-01-20 12:07:02.406000'),(29156,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-01-17 06:59:33.020000'),(29157,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-01-16 13:56:52.296000'),(29158,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-01-16 13:55:58.404000'),(29159,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-01-16 13:55:36.050000'),(29160,'Our doctors and nurses make us proud every day. Thank you for your kind words. Our goal is to get you in and out quickly and back to good health. We hope you are feeling better! Thank you for choosing SignatureCare!','2019-01-15 11:16:37.015000'),(29161,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-01-14 09:43:21.276000'),(29162,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-01-14 09:43:49.507000'),(29163,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-01-14 09:44:31.981000'),(29164,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-01-11 17:43:00.738000'),(29165,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2019-01-11 17:43:17.834000'),(29166,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-01-09 07:57:13.040000'),(29167,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-01-08 14:21:41.814000'),(29168,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-01-07 16:56:37.085000'),(29169,'What an amazing review, Geoffry, thank you. At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-01-04 16:42:22.313000'),(29170,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-01-02 16:25:28.244000'),(29171,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-01-02 16:25:13.485000'),(29172,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so very happy to hear you loved your team --- We will make sure to let them know.','2019-01-02 16:24:40.057000'),(29173,'Caitlin, we are so sorry you had this experience. Would you mind emailing us with the time and date of your visit to info@ercare24.com so that we can look into this further? We always strive to provide the best care to our patients and would like to make this right.','2019-01-01 17:33:50.091000'),(29174,'Hello, Kelly. First off, I want to say that I am deeply sorry for your loss. I have passed on your information to my superiors and we are working to mediate the situation. If you feel comfortable, would you mind reaching out to me at mhurwitt@ercare24.com so that I can get more details and we can try to make this right? Once again, our deepest apologies and we will do everything in our power to make this right.','2018-12-27 18:03:34.885000'),(29175,'Thank you so much for your feedback! Our goal is to always provide the best care, and we will pass on your thanks to our staff. Thank you for choosing SignatureCare.','2018-12-13 21:29:48.671000'),(29176,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','2018-12-11 23:20:03.467000'),(29177,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2018-12-11 23:20:16.424000'),(29178,'It\'s their compassion for others that makes our employees so special. We are so glad to hear that our team took such good care of you, and in a quick and efficient manner. Thank you for letting us know how we are doing, and thank you for choosing SignatureCare!','2018-12-10 16:27:47.201000'),(29179,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.','2018-12-05 16:24:50.416000'),(29180,'Thank you for your kind review, Patrice!','2018-12-04 16:12:16.823000'),(29181,'You are right -- NO ONE likes going to see an ER! But we aim to make your visit as pleasant as possible. Our team works hard to treat each patient like a VIP, so it\'s great to hear that this was your experience with us. Thank you for taking the time to write a review. We appreciate your feedback and hope you are feeling better.','2018-11-28 16:15:39.499000'),(29182,'It\'s their compassion for others that makes our employees so special. We are so glad to hear that our team took such good care of you, and in a quick and efficient manner. Thank you for letting us know how we are doing, and thank you for choosing SignatureCare!','2018-11-19 17:53:19.129000'),(29183,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2018-11-12 16:17:08.410000'),(29184,'Thank you for the 5 star review, both here and on our Facebook page, Alondra! Hope you\'re feeling better!','2018-11-12 16:16:28.649000'),(29185,'At SignatureCare Emergency Center, we want every interaction with our patients to be a positive one. We\nare concerned that this was not the service you experienced. Please contact our patient customer\nservice specialist at 832-708-3651 or by email at jmartin@ercare24.com so that we can\nspeak with you directly. We look forward to speaking with you.','2018-11-12 16:15:52.605000'),(29186,'Thank you so much for the feedback and great rating. And thank you for choosing SignatureCare!','2018-11-01 21:12:15.276000'),(29187,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2018-10-22 14:58:09.947000'),(29188,'Hi, Michael! We\'re incredibly pleased that we could help provide you with excellent treatment for your kidney flair up, and hope you are feeling better when you see your primary care doctor. Thank you for the kind review!','2018-10-22 15:07:42.378000'),(29189,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2018-10-16 14:55:37.601000'),(29190,'It is never fun when your child is hurt, but when you have an emergency with your child, SignatureCare is here to help! Thank you for your review and we hope your child is feeling better.','2018-10-04 16:08:34.366000'),(29191,'Thank you for letting us help you and help you feel better! The most stressful time for anyone is during an emergency, but we hope we put you at ease and provided you with the best care. Thank you for choosing SignatureCare.','2018-09-30 15:40:10.574000'),(29192,'Thank you so much for placing your trust in SignatureCare Emergency Center. Our board-certified doctors and staff aim to provide the best possible care for everyone that walks through our doors. Thank you for the nice review and great rating.','2018-09-26 16:27:38.704000'),(29193,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2018-09-24 18:24:03.306000'),(29194,'Thank you so much for the nice review, Ginger. We hope if there is anything we could have done to earn that fifth star, you will let us know, as we aim for 100% satisfaction each time you visit one of our facilities. Thanks for choosing SignatureCare!','2018-09-23 17:34:50.939000'),(29195,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email jmartin@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2018-09-23 17:34:10.026000'),(29196,'We are sorry you were not completely satisfied with your experience at SignatureCare. We would like to get more details about your visit so we can better understand the situation. If you could please email jmartin@ercare24.com with your full name, date of service and location of service, we will review your file and reach out to you to discuss. Thank you for bringing this to our attention. We take all reviews very seriously and would like the chance to make it right with you.','2018-09-23 17:31:27.725000'),(29197,'While we hope not to see you anytime soon, SignatureCare\'s board-certified doctors, nurses and staff are here 24/7 in case you need us again. Thank you for giving us your trust and for the very nice review!','2018-09-22 16:33:53.999000'),(29198,'We aim to get you in and out quickly so you can get back on the road to good health. It\'s great to hear that this was your experience with our facility, and we appreciate your feedback. Thank you for choosing SignatureCare!','2018-09-11 18:01:23.598000'),(29199,'Thanks for the feedback, Jay! We appreciate the five stars.','2018-09-11 17:59:26.069000'),(29200,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and please know we are here 24/7 for all your medical emergency needs.','2018-09-09 13:48:44.319000'),(29201,'Our team at SignatureCare knows that your time is valuable. We make our patients the number one priority no matter their emergency. Thank you so much for your positive feedback, we appreciate it.','2018-09-09 13:47:59.221000'),(29202,'Thank you for your review. We\'re glad our team was able to deliver a great experience.','2018-09-09 13:47:27.853000'),(29203,'When we receive feedback like this, it helps us know we’re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for the nice review.','2018-09-09 13:46:45.551000'),(29204,'Our goal is to always provide the best care, so we appreciate this feedback. Thank you for trusting us with your care.','2018-09-09 13:45:59.804000'),(29205,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your trust in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job.','2018-09-09 13:45:21.197000'),(29206,'Thank you for your feedback -- we aim for 100% satisfaction at SignatureCare Emergency Center. We appreciate the review and great rating.','2018-09-01 18:08:29.645000'),(29207,'Our staff makes us proud every day! They care so much about our patients, and they will love hearing this feedback. Thank you so much for choosing SignatureCare!','2018-08-29 20:57:17.193000'),(29208,'Our doctors and medical staff thank you for your wonderful feedback, and we will continue to provide excellent care to our patients and families. Thank you for choosing SignatureCare.','2018-08-22 12:58:28.913000'),(29209,'Thank you so much for the five-star rating! We appreciate it.','2018-08-22 12:57:43.972000'),(29210,'SignatureCare is here 24/7 for all your emergency needs. Thank you for giving us the chance to care for you and for the nice review.','2018-08-21 15:25:25.155000'),(29211,'Our staff aims to make every patient’s experience speedy and comfortable. Thank you for trusting your emergency needs with SignatureCare, and thank you for the five stars.','2018-08-15 18:07:37.696000'),(29212,'Your positive experience means a lot to our team. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2018-08-10 19:53:34.889000'),(29213,'An emergency with your child is never fun, but at SignatureCare, we want all parents to know that we will treat your child as if they are our own. Thank you for trusting us with your child\'s care, and thank you for the very nice review.','2018-08-09 16:45:04.140000'),(29214,'We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. Thanks for the nice review.','2018-08-06 17:05:28.108000'),(29215,'We are glad our staff took such good care of you. We are open 24 hours so you have peace of mind during your next emergency. Thank you for choosing SignatureCare!','2018-08-06 17:03:14.181000'),(29216,'We will pass your nice review along to our team. Our community is important to us, so it\'s great to hear that our team is doing a good job. Thanks for choosing SignatureCare and we hope you are feeling better after your visit with us.','2018-08-01 16:38:37.161000'),(29217,'Your positive experience means a lot to our team. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2018-07-29 14:12:25.517000'),(29218,'SignatureCare Emergency Centers board-certified doctors and state-of-the-art equipment are available 24/7 to evaluate and treat most medical emergencies. We are very happy to learn about your positive experience with us and hope you are feeling better!','2018-07-29 14:11:48.641000'),(29219,'Thank you so much for the five-star rating!','2018-07-29 14:10:25.064000'),(29220,'We aim for 100% satisfaction each time you visit our facility. It\'s great to hear that this was your experience. Thanks for the great rating!','2018-07-20 17:04:40.308000'),(29221,'We appreciate your kind words and the great recommendation. Thank you for trusting SignatureCare with your care!','2018-07-20 17:03:50.193000'),(29222,'Thank your the nice review and great rating. We appreciate the feedback. Thank you for choosing SignatureCare!','2018-07-19 15:17:05.693000'),(29223,'Our staff makes us proud every day with the way they care for our patients. Thank you for choosing SignatureCare and for the nice review.','2018-07-14 14:37:09.686000'),(29224,'We are so happy to hear your experience was as it should always be when you visit SignatureCare. Thanks for the great feedback and for giving us the chance to take care of you.','2018-07-14 14:36:39.258000'),(29225,'We try to treat all of our patients just like family, so it\'s great to hear that this was your experience with us. Thank you for choosing SignatureCare!','2018-07-08 17:48:35.523000'),(29226,'When we receive feedback like this, it helps us know we’re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2018-07-06 14:55:22.023000'),(29227,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your positive review, and we are always here whenever you need us.','2018-07-06 14:57:47.656000'),(29228,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. Thank you for choosing SignatureCare and for the great rating!','2018-07-06 14:57:32.992000'),(29229,'I apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. We would love to discuss this incident with you and get more details so we can make it right. Can you please email info@ercare24.com with your full name, date of service and location of service so that she can review your file and discuss with our team? We appreciate the chance to work with our team to improve communication and care. Thank you for your review.','2018-07-06 14:54:01.188000'),(29230,'While we hope not to see you anytime soon, SignatureCare is here 24/7 in case you need us again. Thank you for the great review!','2018-07-06 14:57:01.759000'),(29231,'We are very sorry to hear about your review regarding our construction. We are fully open and there is no construction currently happening or there should not be. We are adding additional signage and of course working to make our westchase location perfect like our others. We hope you will visit us again if you have any emergency care needs. We will speak with the facility and make sure they are not Doing any active construction while patients are present. Again we are really sorry for the inconvenience and hope your feeling better.','2018-06-30 04:48:11.863000'),(29232,'Your positive feedback will help our team continue to do a great job for our patients. Thank you for trusting your emergency needs with SignatureCare.','2018-07-06 14:56:35.902000'),(29233,'Thank you for the five-star rating, Zack! And thank you for choosing SignatureCare.','2018-07-06 14:54:55.719000'),(29234,'Our staff appreciates receiving comments like this. We want everyone who walks through the doors at SignatureCare to feel like a VIP. Thank you for supporting us, and putting your trust in our medical team.','2018-07-06 14:51:38.131000'),(29235,'Thank you for taking the time to let us know how we are doing! We appreciate the feedback and are so pleased to hear that our board-certified team took such good care of you. Thank you for choosing SignatureCare!','2018-07-06 14:50:59.371000'),(29236,'We appreciate your comments and your review. Thank you for the great rating and we hope you are feeling better.','2018-07-06 14:56:19.350000'),(29237,'Thank you so much for taking the time to rate our services. And thank you for choosing SignatureCare!','2018-07-06 14:54:36.394000'),(29238,'SignatureCare Emergency Center’s staff sets goals on patient satisfaction. Thank you for letting us know we’re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. And thank you for choosing SignatureCare.','2018-07-06 14:55:54.369000'),(29239,'Thank you for the five-star rating! We appreciate the feedback.','2018-07-06 14:54:18.727000'),(29240,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-17 09:21:35.311000'),(29241,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-15 09:22:17.704000'),(29242,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-13 05:50:08.316000'),(29243,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-10 16:32:10.706000'),(29244,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-10 13:29:29.863000'),(29245,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-10 13:23:52.782000'),(29246,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-03 16:40:22.053000'),(29247,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-30 05:08:04.039000'),(29248,'Thank you Idaly for the 5 star review. We are glad you had a good experience. Feel Better!','2020-12-21 08:05:31.466000'),(29249,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-11-29 11:34:12.900000'),(29250,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2020-11-28 16:57:03.992000'),(29251,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-28 16:56:38.601000'),(29252,'Thank you Sheri for your five star review and for trusting us with your care!','2020-12-21 08:05:22.701000'),(29253,'Thank you so much Mark for your great rating!','2020-12-21 08:05:21.451000'),(29254,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-26 04:06:54.360000'),(29255,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-26 04:06:33.716000'),(29256,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-24 10:07:12.535000'),(29257,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-24 10:07:04.915000'),(29258,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-24 10:06:48.074000'),(29259,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-22 08:33:54.076000'),(29260,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-21 12:50:19.563000'),(29261,'We appreciate your great rating, Mike!','2020-11-25 06:59:04.676000'),(29262,'Thank you so much for your feedback Samuel! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-18 04:07:46.520000'),(29263,'Thank you Mario, for your great rating!','2020-11-17 07:24:05.195000'),(29264,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-16 05:05:18.376000'),(29265,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-15 04:20:13.873000'),(29266,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-14 19:34:16.262000'),(29267,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-11-14 17:42:13.908000'),(29268,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-09 07:23:41.222000'),(29269,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-09 07:23:21.875000'),(29270,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-11-09 07:22:52.349000'),(29271,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-08 13:07:59.661000'),(29272,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-11-08 13:07:30.763000'),(29273,'We appreciate your great rating, vanessa!','2020-11-08 13:07:00.201000'),(29274,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-04 07:54:09.986000'),(29275,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-11-03 06:47:15.237000'),(29276,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-31 10:24:37.160000'),(29277,'Thank you Amber, for your great rating!','2020-11-02 10:54:24.918000'),(29278,'Thank you so much for your great rating, Ihan!','2020-11-02 10:54:11.028000'),(29279,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-31 09:29:24.603000'),(29280,'Thank you so much for giving us five stars, Hector!','2020-11-02 10:53:59.011000'),(29281,'We appreciate your great rating, kiani!','2020-11-02 10:53:48.077000'),(29282,'Thank you Max, for your great rating!','2020-11-02 10:53:32.064000'),(29283,'Thank you for your review and rating!','2019-05-05 06:23:22.937000'),(29284,'Thank you so much for your great rating, Latonda!','2020-11-02 10:53:19.792000'),(29285,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-29 18:40:00.345000'),(29286,'Thank you so much for giving us five stars, Patti!','2020-11-02 10:53:01.039000'),(29287,'We appreciate your great rating, ladonna!','2020-10-27 17:22:53.885000'),(29288,'Thank you Mark, for your great rating!','2020-10-27 17:23:12.580000'),(29289,'Thank you so much for giving us five stars, alex!','2020-10-27 17:23:33.693000'),(29290,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-21 14:22:49.932000'),(29291,'We appreciate your great rating, Oscar!','2020-10-20 07:10:13.682000'),(29292,'Thank you so much for your great rating, Zaitha!','2020-10-20 07:10:26.761000'),(29293,'Thank you for the great review Amanda! We appreciate your positive feedback about SignatureCare. We hope you are feeling better.','2020-02-23 09:02:32.539000'),(29294,'Thank you Keena, for your great rating!','2020-10-19 03:29:40.047000'),(29295,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-20 05:55:18.804000'),(29296,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-18 06:21:53.492000'),(29297,'Thank you Andrew, for your great rating!','2020-10-08 18:42:03.952000'),(29298,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-08 18:55:42.735000'),(29299,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-10-08 18:56:04.511000'),(29300,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-10-08 18:56:37.429000'),(29301,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-10-06 09:06:38.783000'),(29302,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us! Hope Josh is feeling well.','2019-06-30 05:38:00.730000'),(29303,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-09-30 08:26:58.936000'),(29304,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-09 09:17:10.055000'),(29305,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-27 07:49:10.564000'),(29306,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-09-24 08:32:00.614000'),(29307,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-09-24 08:31:28.967000'),(29308,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-20 18:09:46.599000'),(29309,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-09-20 18:11:08.294000'),(29310,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-09-16 04:53:00.939000'),(29311,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-15 10:33:00.117000'),(29312,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-09-13 16:05:35.870000'),(29313,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-08 08:06:10.247000'),(29314,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-08 08:06:49.978000'),(29315,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-09-01 06:58:24.633000'),(29316,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-09-01 06:58:50.000000'),(29317,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-08-31 07:08:06.002000'),(29318,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-08-31 07:09:11.191000'),(29319,'Thank you so much for giving us five stars, Stephanie!','2020-08-27 07:26:48.508000'),(29320,'What a nice review! Thank you for taking the time to let us know how we are doing. Our community is important to us, so we love hearing that our team is doing a good job. It\'s never fun when a parent has to visit the ER, but we aim to make you and your family as comfortable as possible while waiting for diagnosis and treatment. Thank you for choosing SignatureCare and we hope the child is feeling better!','2020-08-23 06:05:34.755000'),(29321,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-08-17 19:17:36.482000'),(29322,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-08-10 15:18:05.781000'),(29323,'We appreciate your great rating, Jana!','2020-08-10 15:28:06.995000'),(29324,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-08-09 15:22:08.582000'),(29325,'Thank you so much for giving us five stars, Faye!','2020-08-09 15:20:26.163000'),(29326,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-09 06:22:30.144000'),(29327,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-08-09 06:23:17.458000'),(29328,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-08-09 06:27:06.566000'),(29329,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-09 06:24:51.762000'),(29330,'Thank you so much for giving us five stars, Brennan!','2020-08-09 06:25:13.189000'),(29331,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-09 06:26:54.658000'),(29332,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-08-09 08:21:11.033000'),(29333,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-08-09 08:22:40.694000'),(29334,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-08-09 08:24:40.747000'),(29335,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-08-09 08:26:27.069000'),(29336,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-08-09 08:28:38.164000'),(29337,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-08-09 08:29:39.765000'),(29338,'Thank you so much for your nice review, Marco. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-08-09 08:29:58.221000'),(29339,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-08-09 09:09:37.187000'),(29340,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you and your wife. Thank you for choosing SignatureCare.','2020-08-09 09:10:12.015000'),(29341,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-08-09 09:10:32.425000'),(29342,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-08-09 09:12:47.628000'),(29343,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-08-09 09:14:39.047000'),(29344,'Thank you so much for giving us five stars, Kristin!','2020-08-09 08:26:49.245000'),(29345,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-09 09:14:02.390000'),(29346,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-08-09 09:20:16.979000'),(29347,'Thank you Anaya, for your great rating!','2020-08-09 08:27:49.656000'),(29348,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-08-09 09:21:08.809000'),(29349,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-08-09 09:17:54.356000'),(29350,'We appreciate your great rating, Enrique!','2020-08-09 08:27:31.893000'),(29351,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-08-09 09:16:06.943000'),(29352,'Thank you so much for your great rating, Casey!','2020-08-09 08:27:17.015000'),(29353,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-08-09 09:15:52.503000'),(29354,'Thank you pepe, for your great rating!','2020-07-28 11:45:33.410000'),(29355,'We appreciate your great rating, Rebeca!','2020-07-28 11:45:48.044000'),(29356,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-10-27 07:09:09.086000'),(29357,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-07-27 16:05:42.114000'),(29358,'Thank you so much for your nice review, Mark. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-07-26 14:44:34.152000'),(29359,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-07-26 06:33:24.114000'),(29360,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-07-23 06:29:27.393000'),(29361,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-19 05:04:07.751000'),(29362,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-07-19 05:04:52.730000'),(29363,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-07-16 06:45:55.337000'),(29364,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-07-15 06:50:30.651000'),(29365,'We appreciate your great rating, Liz!','2020-07-15 06:49:59.967000'),(29366,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-12 06:24:11.381000'),(29367,'Thank you so much for giving us five stars, Janie!','2020-07-12 06:24:40.956000'),(29368,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-07-07 09:16:57.230000'),(29369,'Thank you so much for your great rating, Mary!','2020-07-06 05:01:09.856000'),(29370,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-06 05:02:25.823000'),(29371,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-05 10:30:28.785000'),(29372,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-07-05 10:29:50.079000'),(29373,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-07-05 10:28:49.073000'),(29374,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-05 10:25:45.270000'),(29375,'Hi Claire!. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-07-01 09:18:54.198000'),(29376,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-01 09:20:24.967000'),(29377,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-06-30 06:29:57.234000'),(29378,'Hello Allen. We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-06-29 07:56:05.132000'),(29379,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-07-01 09:21:16.491000'),(29380,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-06-28 10:31:04.754000'),(29381,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-06-28 10:30:38.399000'),(29382,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-06-28 10:29:28.225000'),(29383,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-06-28 10:28:46.886000'),(29384,'Thank you Jennifer for the 5 star review. We are glad you had a good experience. Feel Better!','2020-06-21 06:51:28.761000'),(29385,'We appreciate your great rating, Chito!','2020-07-12 06:25:02.518000'),(29386,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-11-12 07:34:46.554000'),(29387,'Thank you so much for your great rating, Patricia!','2020-07-12 06:25:18.988000'),(29388,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-12 06:27:48.517000'),(29389,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-07-12 06:28:39.913000'),(29390,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-07-12 06:29:32.676000'),(29391,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-07-12 06:30:16.398000'),(29392,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-12 06:31:01.921000'),(29393,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-04-08 06:16:21.141000'),(29394,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-03-15 07:36:50.192000'),(29395,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-15 07:34:29.315000'),(29396,'Thank you so much for your feedback Ivan! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-03-15 05:37:10.605000'),(29397,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-03-12 05:32:52.651000'),(29398,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-03-11 05:02:16.466000'),(29399,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-11 05:00:10.983000'),(29400,'Thank you Maria for your five star review and for trusting us with your care!','2020-03-10 02:05:01.794000'),(29401,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-11-19 05:39:51.613000'),(29402,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-03-10 05:26:32.981000'),(29403,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-03-09 05:23:10.158000'),(29404,'Thank you Nichole for your five star review and for trusting us with your care!','2020-03-06 02:03:47.393000'),(29405,'Thank you for the five-star rating Launa. We appreciate the feedback, and appreciate you choosing SignatureCare.','2020-03-05 02:04:04.298000'),(29406,'We appreciate your great rating, Lindsey!','2020-01-29 06:30:01.580000'),(29407,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-03-05 06:50:22.954000'),(29408,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-03-05 05:31:19.409000'),(29409,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-03-04 05:38:24.090000'),(29410,'Thank you for the great review Brooks! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','2020-03-15 05:37:08.362000'),(29411,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-03-03 05:11:40.076000'),(29412,'Thank you for the five-star rating Lisa! We appreciate your feedback.','2020-03-02 02:02:51.826000'),(29413,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-03-02 06:23:43.022000'),(29414,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-03-01 08:33:52.389000'),(29415,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-03-01 08:33:43.109000'),(29416,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-03-01 08:30:37.352000'),(29417,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare! Hope your mom is feeling well.','2020-03-01 07:06:37.984000'),(29418,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of your friend. We appreciate the great review and rating.','2020-03-01 06:59:43.242000'),(29419,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-23 10:12:16.973000'),(29420,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-02-19 05:14:33.681000'),(29421,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-02-18 06:27:33.731000'),(29422,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-02-17 07:18:44.294000'),(29423,'We appreciate your great rating, Rebecca!','2020-02-17 07:18:01.630000'),(29424,'Thank you so much for giving us five stars, Kris!','2020-02-17 07:17:51.321000'),(29425,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-17 07:17:37.447000'),(29426,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-17 07:17:13.772000'),(29427,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-02-17 07:16:44.773000'),(29428,'Thank you for your review. We appreciate you choosing SignatureCare!','2020-02-16 08:50:34.762000'),(29429,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-02-16 08:47:06.825000'),(29430,'Thank you for your review. We appreciate you choosing SignatureCare!','2020-02-16 08:44:01.930000'),(29431,'Thank you Jessica for the 5 star review. We are glad you had a good experience. Feel Better!','2020-02-15 02:02:46.131000'),(29432,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-02-13 07:43:16.519000'),(29433,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-12 06:58:15.877000'),(29434,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-02-12 06:55:17.271000'),(29435,'Thank you for the five-star rating Ryder. We appreciate the feedback, and appreciate you choosing SignatureCare.','2020-02-11 07:17:15.990000'),(29436,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-11-24 06:35:40.241000'),(29437,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-09 07:18:43.152000'),(29438,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-09 07:14:59.552000'),(29439,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-02-09 07:14:43.032000'),(29440,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-09 06:40:54.243000'),(29441,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2020-02-09 07:09:59.608000'),(29442,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-02-09 07:09:49.167000'),(29443,'Thank you for the five-star rating Cameron. We appreciate it.','2020-02-09 06:03:18.007000'),(29444,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-02-09 06:40:18.444000'),(29445,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-02-09 06:58:42.242000'),(29446,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-02-06 07:30:42.677000'),(29447,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-04 05:37:50.554000'),(29448,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-02-03 06:37:29.466000'),(29449,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son, as well as you are feeling better!','2020-02-03 06:32:53.112000'),(29450,'Thank you so much for giving us five stars, Lynzi!','2020-02-03 06:31:55.159000'),(29451,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-03 06:31:39.724000'),(29452,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-03 06:31:27.578000'),(29453,'Thank you so much for your great rating!','2020-02-03 06:31:19.011000'),(29454,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-02-03 06:30:47.249000'),(29455,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-02-03 06:30:09.966000'),(29456,'Thank you Edward, for your great rating!','2020-02-03 06:29:43.501000'),(29457,'Thank you for your five star review, Sofiebella!','2019-06-16 05:43:43.807000'),(29458,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-02-03 06:28:36.130000'),(29459,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-01-29 06:31:10.694000'),(29460,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-29 06:30:44.915000'),(29461,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-01-29 06:30:36.510000'),(29462,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-01-29 06:30:19.190000'),(29463,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-29 06:29:47.314000'),(29464,'Thank you so much for giving us five stars, Jackie!','2020-01-21 06:48:52.850000'),(29465,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-01-29 06:29:09.963000'),(29466,'Thank you so much for your great rating, Bryce!','2020-01-29 06:28:45.660000'),(29467,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-01-29 06:28:15.762000'),(29468,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-21 06:50:02.393000'),(29469,'We appreciate your great rating, Thomas!','2020-01-21 06:49:06.339000'),(29470,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-01-21 06:48:13.859000'),(29471,'Thank you Jack, for your great rating!','2020-01-21 06:47:37.343000'),(29472,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review.','2020-01-21 06:47:22.365000'),(29473,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-01-21 06:46:27.092000'),(29474,'Thank you so much for your great rating, Daniel!','2020-01-19 06:12:42.641000'),(29475,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your brother. Thank you for choosing SignatureCare.','2020-01-19 06:13:00.396000'),(29476,'We appreciate your great rating, Eduardo!','2020-01-19 06:12:25.765000'),(29477,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-01-19 06:12:09.775000'),(29478,'Thank you so much for giving us five stars, Ava!','2020-01-19 06:11:50.665000'),(29479,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-01-19 06:11:37.194000'),(29480,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.','2020-01-19 06:11:25.788000'),(29481,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-19 06:11:09.817000'),(29482,'Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-01-19 06:10:53.697000'),(29483,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-19 06:10:42.139000'),(29484,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare! Hope your husband is feeling better.','2020-01-19 06:10:30.745000'),(29485,'Thank you for trusting us with the care of your son. We appreciate the great feedback and are very glad to hear that our team took such good care of him.','2020-01-19 06:10:05.473000'),(29486,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-16 07:04:02.191000'),(29487,'Hi, Sheila, I\'m sorry you had this experience and we\'d like to look into it more on our end. Can you send an email to info@ercare24.com so that we can reach out to you for more details and try to make this right?','2020-01-15 16:23:10.877000'),(29488,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-01-14 07:33:22.911000'),(29489,'We appreciate your great rating! Thank you for choosing us.','2020-01-13 06:50:46.431000'),(29490,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-12 06:13:11.520000'),(29491,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your daughter feels better soon!','2020-01-12 06:12:24.994000'),(29492,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare! Thank you again for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-01-12 06:11:16.922000'),(29493,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-02-05 07:56:25.159000'),(29494,'Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-01-06 06:56:25.826000'),(29495,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-05 06:21:50.343000'),(29496,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-01-05 06:21:38.171000'),(29497,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again! We hope your boyfriend is feeling well.','2020-01-05 06:20:39.990000'),(29498,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-01-05 06:19:05.722000'),(29499,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-05 06:18:40.031000'),(29500,'Thank you so much for your great rating, John!','2020-01-05 06:18:04.750000'),(29501,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-29 06:05:19.320000'),(29502,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-12-26 07:49:50.673000'),(29503,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-26 07:43:36.805000'),(29504,'Thank you so much, Mitchell! We appreciate your great feedback.','2019-12-26 07:42:49.261000'),(29505,'We appreciate your five star rating, Michelle!','2019-12-26 07:42:00.161000'),(29506,'Thank you so much Kelly, for your great rating!','2019-12-26 07:41:25.729000'),(29507,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-26 07:32:24.888000'),(29508,'Thank you for trusting us with the care of your mom. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2019-12-24 06:55:03.765000'),(29509,'We appreciate the great rating you gave us, Debbie!','2019-12-23 07:53:28.231000'),(29510,'Than you James, for giving us five stars!','2019-12-23 07:54:50.703000'),(29511,'Thank you for your great rating, Denia!','2019-12-23 07:53:54.944000'),(29512,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-12-23 07:59:06.347000'),(29513,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2019-12-23 07:58:54.452000'),(29514,'We appreciate your great rating, Adkins!','2019-12-23 07:53:00.736000'),(29515,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-22 07:58:48.108000'),(29516,'Thank you for your feedback and the great rating!','2019-12-22 07:58:34.944000'),(29517,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-22 07:33:44.387000'),(29518,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-22 07:04:31.721000'),(29519,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2019-12-22 07:04:20.710000'),(29520,'We appreciate the great rating you gave us, Toree!','2019-12-22 07:04:08.838000'),(29521,'Thank you so much for your great rating, Leannda!','2019-12-22 07:03:35.575000'),(29522,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-12-22 07:03:08.955000'),(29523,'Thank you for trusting us with the care of your son. We appreciate the great feedback and are very glad to hear that our team took such good care of him.','2019-12-22 07:02:50.768000'),(29524,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-12-22 07:02:40.298000'),(29525,'Thank you so much for giving us five star, Maya!','2019-12-22 07:02:24.179000'),(29526,'We appreciate your great rating, Allie!','2019-12-22 07:02:01.023000'),(29527,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2019-12-22 07:01:38.900000'),(29528,'Thank you so much for your great rating, Brenda!','2019-12-22 07:01:08.426000'),(29529,'Hi Eliana. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-12-22 07:00:45.012000'),(29530,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-12-22 06:59:48.795000'),(29531,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-12-19 06:15:18.353000'),(29532,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-17 05:02:14.632000'),(29533,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-17 05:01:30.557000'),(29534,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2019-12-15 06:15:14.633000'),(29535,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-12-15 06:15:04.543000'),(29536,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-15 06:14:49.293000'),(29537,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-15 06:14:38.114000'),(29538,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-15 06:14:30.255000'),(29539,'The appreciate the great rating you gave us, Taylor!','2019-12-15 06:14:11.118000'),(29540,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-12-15 06:13:50.855000'),(29541,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-12-15 06:13:42.071000'),(29542,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-12-15 06:13:33.799000'),(29543,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-12-15 06:13:09.296000'),(29544,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust. Hope your friend is feeling well.','2019-12-15 06:12:59.053000'),(29545,'Thank you so much for your great rating, Bobby!','2019-12-15 06:12:22.663000'),(29546,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-12-15 06:12:04.930000'),(29547,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-15 06:11:48.459000'),(29548,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-15 06:11:36.883000'),(29549,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope your husband is feeling better!','2019-12-15 06:11:17.630000'),(29550,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2019-12-15 06:10:54.656000'),(29551,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-05 06:32:05.803000'),(29552,'Thank you so much for your great rating, Larrez!','2019-12-05 06:31:20.024000'),(29553,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-05 06:30:49.136000'),(29554,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-04 06:41:57.888000'),(29555,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2019-12-01 07:35:26.355000'),(29556,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care including the billing process, you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-12-01 07:37:40.731000'),(29557,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-11-28 07:17:09.752000'),(29558,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-28 07:16:41.704000'),(29559,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-28 07:16:16.599000'),(29560,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-11-28 07:16:04.909000'),(29561,'We appreciate your great rating. Thank you for choosing us!','2019-11-27 06:04:03.634000'),(29562,'Thank you so much for your rating, Allen!','2019-11-27 06:00:00.455000'),(29563,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2019-11-26 05:41:17.583000'),(29564,'We appreciate the great rating you gave us, Susana!','2019-11-25 06:54:10.758000'),(29565,'We want everyone who visits us to feel like family. Thank you for your review and rating!','2019-06-09 06:44:38.479000'),(29566,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare. Hope your father is feeling well.','2019-11-24 06:41:55.919000'),(29567,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-11-24 06:40:26.903000'),(29568,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-24 06:40:15.466000'),(29569,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-11-24 06:37:10.879000'),(29570,'Thank you for giving us five star, James!','2019-11-24 06:37:00.573000'),(29571,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review. Hope your grandson is feeling better.','2019-11-24 06:36:34.106000'),(29572,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-11-24 06:35:52.641000'),(29573,'We appreciate your five star rating, Elaine!','2019-11-24 06:33:37.954000'),(29574,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-06-09 06:53:36.677000'),(29575,'Thank you Angelina for rating us five star!','2019-10-01 06:10:57.456000'),(29576,'We appreciate the great rating you gave us, Stephanie!','2019-11-24 06:04:06.394000'),(29577,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-11-24 06:03:19.210000'),(29578,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare! Hope your grandma is feeling better.','2019-11-24 06:03:00.000000'),(29579,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-11-17 06:41:42.347000'),(29580,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-11-17 06:41:16.319000'),(29581,'Thank you for your rating, Juan. We appreciate you choosing SignatureCare!','2019-11-17 06:40:52.208000'),(29582,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-11-17 06:40:20.011000'),(29583,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-11-17 06:39:50.291000'),(29584,'Our staff makes us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-17 06:39:24.183000'),(29585,'We appreciate your five star rating, Kristina!','2019-11-14 10:01:57.205000'),(29586,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-11-13 06:38:48.204000'),(29587,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-11-13 06:38:21.020000'),(29588,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your kid feels better soon!','2019-11-11 07:15:31.684000'),(29589,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-11-11 07:14:51.379000'),(29590,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-11-11 07:14:36.016000'),(29591,'We appreciate your great rating, Lake!','2019-11-11 07:12:38.967000'),(29592,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-11-11 07:12:08.671000'),(29593,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-11 07:03:57.338000'),(29594,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-11-06 07:43:01.084000'),(29595,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us! Hope your husband gets well soon.','2019-11-04 11:14:09.952000'),(29596,'We appreciate your great rating, Evangelina!','2019-11-03 06:09:29.326000'),(29597,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-11-03 06:08:43.048000'),(29598,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-10-31 09:46:13.028000'),(29599,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-10-29 05:34:32.456000'),(29600,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-10-29 05:32:46.938000'),(29601,'Thank you for your great rating, Elias!','2019-10-29 05:32:17.279000'),(29602,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-10-29 05:31:55.257000'),(29603,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-10-29 05:31:38.934000'),(29604,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your friend. Thank you for choosing SignatureCare.','2019-10-29 05:31:09.803000'),(29605,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-10-29 05:30:38.592000'),(29606,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-10-29 05:29:39.441000'),(29607,'Thank you for your great rating, Alice!','2019-10-27 07:08:50.797000'),(29608,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-10-27 07:08:31.428000'),(29609,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-10-27 07:08:07.875000'),(29610,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2019-10-27 07:07:56.945000'),(29611,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-10-27 07:07:20.509000'),(29612,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-10-23 05:38:04.541000'),(29613,'Thank you for your five star rating, Angela!','2019-10-20 05:09:55.722000'),(29614,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-10-20 05:09:28.100000'),(29615,'We appreciate your great rating, Nickolas!','2019-10-17 07:59:29.988000'),(29616,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-10-16 07:12:46.094000'),(29617,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-10-15 06:39:41.442000'),(29618,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-10-15 06:39:32.683000'),(29619,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-06-23 04:28:36.231000'),(29620,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-10-14 06:25:15.749000'),(29621,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-10-14 06:25:01.116000'),(29622,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-10-14 06:08:47.238000'),(29623,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-10-13 06:46:43.116000'),(29624,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2019-10-13 06:46:28.222000'),(29625,'Thank you so much for your great rating, Toya!','2019-10-13 06:46:00.722000'),(29626,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-10-13 06:45:33.428000'),(29627,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-10-13 06:45:22.431000'),(29628,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2019-10-10 10:25:25.002000'),(29629,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-10-09 07:40:08.195000'),(29630,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-10-13 06:41:34.162000'),(29631,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-10-09 07:39:47.040000'),(29632,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-10-09 07:39:32.426000'),(29633,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-10-09 07:39:18.480000'),(29634,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-10-09 07:37:20.799000'),(29635,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-10-03 07:04:04.661000'),(29636,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-10-01 06:10:30.398000'),(29637,'Thank you so much for rating us, Cesar!','2019-10-01 06:10:14.646000'),(29638,'We appreciate your great rating, Patrick!','2019-10-01 06:09:56.421000'),(29639,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-10-01 06:09:32.800000'),(29640,'Thank you so much for your great rating, Hernandez!','2019-10-01 06:09:15.464000'),(29641,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-10-01 06:08:39.967000'),(29642,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-10-01 06:08:26.725000'),(29643,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-10-01 06:08:01.230000'),(29644,'Thank you so much for your nice review, Marina. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2019-10-01 06:07:29.736000'),(29645,'We appreciate your five star rating, Jackson!','2019-09-29 05:54:34.730000'),(29646,'Thank you for taking the time to let us know how we are doing. Our community is important to us, so we love hearing that our team is doing a good job. It\'s never fun when a parent has to visit the ER, but we aim to make you and your family as comfortable as possible while waiting for diagnosis and treatment. Thank you for choosing SignatureCare and we hope your daughter is feeling better!','2019-01-17 06:48:33.844000'),(29647,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-09-29 05:55:38.519000'),(29648,'Thank you so much Katelyn for your great rating!','2019-09-29 05:54:01.501000'),(29649,'Thank you so much for your rating, Keith! Thanks again for choosing SignatureCare.','2019-09-29 05:53:25.932000'),(29650,'Thank you so much for rating us, Ceci!','2019-09-29 05:52:31.213000'),(29651,'We appreciate your great rating, Melissa! Thanks for choosing us.','2019-09-29 05:51:57.836000'),(29652,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-09-29 05:54:52.453000'),(29653,'Thank you so much for your great rating, Carlos!','2019-09-29 05:51:44.503000'),(29654,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-09-29 05:50:57.283000'),(29655,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-09-29 05:50:39.909000'),(29656,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-09-26 11:01:08.740000'),(29657,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-09-22 05:42:28.025000'),(29658,'Thank you so much for your great rating, Jeff! Thanks for choosing SignatureCare.','2019-09-22 05:41:50.392000'),(29659,'We appreciate your great rating, Aleida! Thanks for choosing us.','2019-09-22 05:41:08.068000'),(29660,'Thank you for trusting us with the care of your husband. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2019-09-22 05:40:09.105000'),(29661,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-09-22 05:39:24.201000'),(29662,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-09-19 08:45:49.128000'),(29663,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-09-19 08:45:21.758000'),(29664,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. We love children and we want parents to feel comfortable and know their children will be taken care of, while treatment goes. Thank you for choosing SignatureCare and for the fantastic review.','2019-09-19 08:44:55.007000'),(29665,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-09-19 08:36:59.952000'),(29666,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-09-19 08:36:42.805000'),(29667,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-09-17 11:42:56.664000'),(29668,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-09-17 11:42:47.238000'),(29669,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-09-17 11:42:37.254000'),(29670,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-09-16 11:13:10.893000'),(29671,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-09-15 04:51:19.014000'),(29672,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-09-15 04:50:58.632000'),(29673,'Thank you so much for your great rating, Rosalinda!','2019-09-15 04:50:43.867000'),(29674,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-09-15 04:50:20.919000'),(29675,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-06-11 06:03:27.217000'),(29676,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-09-15 04:50:08.747000'),(29677,'Thank you so much for rating us five star, Obie!','2019-09-11 05:04:06.309000'),(29678,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-09-11 05:03:42.169000'),(29679,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-09-11 05:03:24.937000'),(29680,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-09-11 05:03:08.675000'),(29681,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-09-11 05:02:46.010000'),(29682,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-09-11 05:02:54.637000'),(29683,'Thank you so much for your nice review, Alyssa. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-09-11 05:02:22.809000'),(29684,'Thank you for trusting us with the care of your husband. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-09-11 05:01:56.535000'),(29685,'We appreciate your great rating, Venessa! Thanks for choosing SignatureCare!','2019-09-11 05:04:40.239000'),(29686,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-08-28 05:53:55.939000'),(29687,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-08-28 05:53:12.235000'),(29688,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-08-25 04:59:46.918000'),(29689,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare! Hope your dad is feeling well.','2019-08-21 08:34:56.110000'),(29690,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-08-21 04:46:02.713000'),(29691,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-08-20 04:33:03.060000'),(29692,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-08-19 05:52:45.791000'),(29693,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-08-19 05:52:34.684000'),(29694,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-08-18 05:13:53.579000'),(29695,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-08-18 05:13:37.238000'),(29696,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-06-23 04:24:48.126000'),(29697,'Thanks for leaving a review, Arnoldo! Please reach out to us at info@ercare24.com to let us know how we can earn those last two stars!','2019-08-18 05:13:12.585000'),(29698,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-08-18 05:12:33.773000'),(29699,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-08-18 05:12:12.926000'),(29700,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-08-18 05:11:58.161000'),(29701,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-08-18 05:11:43.124000'),(29702,'We appreciate you choosing SignatureCare Emergency Center.','2019-08-18 05:03:30.327000'),(29703,'Thank you so much for your feedback! Thank you for choosing SignatureCare.','2019-08-18 05:02:50.542000'),(29704,'We appreciate your great rating, Lesley!','2019-08-18 05:14:43.080000'),(29705,'Thank you so much for rating us five star, Daisy!','2019-08-18 05:01:51.772000'),(29706,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-08-18 05:01:24.236000'),(29707,'Thank you so much for your nice review, Melissa. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-08-18 05:01:08.460000'),(29708,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-08-18 05:00:41.203000'),(29709,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-08-18 05:00:25.372000'),(29710,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-08-04 05:19:18.555000'),(29711,'We appreciate the great rating you gave us, Nayra!','2019-08-04 05:18:45.805000'),(29712,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-08-04 05:16:24.271000'),(29713,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-08-01 03:31:33.999000'),(29714,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-08-01 03:31:25.200000'),(29715,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-08-01 03:31:12.591000'),(29716,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-07-31 06:42:30.156000'),(29717,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-01-24 07:19:35.617000'),(29718,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-07-30 06:23:41.233000'),(29719,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-07-30 06:23:29.205000'),(29720,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-07-30 06:22:56.568000'),(29721,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-07-28 06:55:17.146000'),(29722,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-07-28 06:53:03.417000'),(29723,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-07-28 06:52:41.755000'),(29724,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-07-28 06:52:22.764000'),(29725,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-07-28 06:52:07.108000'),(29726,'What a nice review! Thank you for taking the time to let us know how we are doing. Our community is important to us, so we love hearing that our team is doing a good job. It\'s never fun when a parent has to visit the ER, but we aim to make you and your family as comfortable as possible while waiting for diagnosis and treatment. Thank you for choosing SignatureCare!','2019-07-24 06:31:41.990000'),(29727,'We appreciate the great rating you gave us, Cynthia!','2019-07-24 06:30:38.813000'),(29728,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-07-23 05:37:43.986000'),(29729,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-07-21 06:05:41.845000'),(29730,'Thank you for trusting us with the care of your brother. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2019-07-21 06:04:02.418000'),(29731,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-07-18 05:57:43.982000'),(29732,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-07-18 05:57:18.044000'),(29733,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-07-16 05:11:53.931000'),(29734,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-07-16 05:11:31.988000'),(29735,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-07-14 06:00:09.828000'),(29736,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','2019-07-14 05:59:23.399000'),(29737,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-07-10 06:08:45.731000'),(29738,'We appreciate your five star rating, Mayra!','2019-07-10 06:08:18.911000'),(29739,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-07-09 07:05:28.602000'),(29740,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2019-07-07 07:13:44.643000'),(29741,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-07-07 06:39:58.770000'),(29742,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2019-07-07 06:39:27.036000'),(29743,'Thanks for your great rating, Elizabeth!','2019-07-03 07:10:32.874000'),(29744,'We appreciate and value your feedback. Thank you for choosing SignatureCare!','2019-07-02 06:28:58.996000'),(29745,'Thank you so much for your great rating, Lisa!','2019-07-02 06:26:57.680000'),(29746,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-07-01 07:27:41.541000'),(29747,'Thank you for your five star rating, Leon!','2019-07-01 07:27:23.965000'),(29748,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-07-01 07:26:52.023000'),(29749,'Thank you so much for taking the time to let us know about your experience at SignatureCare. We appreciate the great review and rating.','2019-07-01 07:26:34.547000'),(29750,'Thank you for your rating, Veronica!','2019-06-30 05:40:33.753000'),(29751,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-06-30 05:40:07.942000'),(29752,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-06-30 05:39:23.745000'),(29753,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-30 05:37:06.451000'),(29754,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-06-30 05:35:44.104000'),(29755,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-06-30 05:35:03.986000'),(29756,'Thank you so much for your nice review, Madison. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-06-27 05:51:33.649000'),(29757,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-06-27 05:47:55.489000'),(29758,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-06-27 05:47:34.534000'),(29759,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-06-27 05:47:11.867000'),(29760,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-06-27 05:46:22.973000'),(29761,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-06-27 05:46:00.521000'),(29762,'Thank you for your comment. Is there anything else we could have done better? Let us know at info@ercare24.com.','2019-06-27 14:48:05.488000'),(29763,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-06-26 06:19:54.872000'),(29764,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-06-26 06:19:37.801000'),(29765,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-26 06:19:20.594000'),(29766,'Thank you for your feedback, Aaron!','2019-06-26 06:19:05.405000'),(29767,'Thank you for your five star rating, Juan!','2019-06-25 06:57:33.958000'),(29768,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-06-25 06:57:16.478000'),(29769,'Thank you for rating us, Jose!','2019-06-24 05:35:51.492000'),(29770,'Thank you for your great rating, Sonya!','2019-06-24 05:35:31.936000'),(29771,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.','2019-06-24 05:35:09.853000'),(29772,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-06-24 05:33:46.745000'),(29773,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-06-24 05:25:19.468000'),(29774,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-06-23 04:29:05.158000'),(29775,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-06-23 04:28:05.419000'),(29776,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-06-23 04:27:39.875000'),(29777,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-06-23 04:27:25.223000'),(29778,'Thank you for your five star rating, Renetta!','2019-06-23 04:26:28.343000'),(29779,'Thank you for rating us, Bradon!','2019-06-23 04:25:54.149000'),(29780,'Thank you Mangal for your rating!','2019-06-23 04:25:38.866000'),(29781,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-23 04:25:04.080000'),(29782,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-06-23 04:24:27.147000'),(29783,'Thank you for your rating, Lori!','2019-06-23 04:23:51.888000'),(29784,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-06-23 04:23:34.235000'),(29785,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-06-23 04:23:12.131000'),(29786,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you and your family. Thank you for choosing SignatureCare.','2019-06-23 04:22:06.299000'),(29787,'We appreciate your five star rating, Lauren!','2019-06-23 04:21:04.219000'),(29788,'Thank you for your five star rating, Abelina!','2019-06-23 04:20:05.527000'),(29789,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-06-20 04:34:11.902000'),(29790,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-06-19 06:04:02.281000'),(29791,'Thank you for giving us five star, Anderson!','2019-06-19 05:55:17.769000'),(29792,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-06-17 06:12:32.333000'),(29793,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope she is feeling better.','2019-06-17 06:11:19.591000'),(29794,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of your daughter.','2019-06-16 05:47:22.813000'),(29795,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-06-16 05:46:43.689000'),(29796,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-06-16 05:46:22.530000'),(29797,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-06-16 05:46:01.633000'),(29798,'Thank you for rating us five star, Bereniz!','2019-06-16 05:44:20.441000'),(29799,'Thank you Matt for your five star review!','2019-06-16 05:43:11.135000'),(29800,'We believe we have the very best facility in Texas with board-certified staffs, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-06-16 05:42:49.329000'),(29801,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-16 05:42:13.071000'),(29802,'Thank you so much for your nice review, Leticia. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-06-16 05:41:52.166000'),(29803,'Thank you so much for your nice review, Laura. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-06-13 06:35:17.235000'),(29804,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-06-13 06:34:46.638000'),(29805,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-06-13 06:34:22.904000'),(29806,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-06-13 06:33:26.131000'),(29807,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-06-12 06:03:10.067000'),(29808,'Thank you for your great rating, Sotelo!','2019-06-12 06:02:51.845000'),(29809,'We want everyone who visits us to feel like family. At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-06-12 05:59:56.593000'),(29810,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-12 05:58:36.383000'),(29811,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-06-12 05:58:17.902000'),(29812,'Thank you for your rating!','2019-06-12 05:57:42.740000'),(29813,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-06-11 06:03:00.299000'),(29814,'Thank you for your rating, Magen!','2019-06-11 06:01:46.426000'),(29815,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-11 06:01:07.673000'),(29816,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-06-11 06:00:32.656000'),(29817,'We appreciate your five star rating, Katy!','2019-06-09 06:54:18.766000'),(29818,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-06-09 06:52:57.731000'),(29819,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-06-09 06:52:02.047000'),(29820,'Thank you for your great rating, Alyssa!','2019-06-09 06:50:52.463000'),(29821,'We appreciate your great rating, Celeste!','2019-06-09 06:50:17.427000'),(29822,'Thank you for your five star rating, Chloe!','2019-06-09 06:49:39.624000'),(29823,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-06-09 06:49:04.576000'),(29824,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-06-09 06:48:16.729000'),(29825,'Thank you for your rating, Ray!','2019-06-09 06:47:40.421000'),(29826,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-06-09 06:47:11.001000'),(29827,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your friend. Thank you for choosing SignatureCare.','2019-06-09 06:46:49.544000'),(29828,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-06-09 06:46:18.897000'),(29829,'Thank you for letting us help your grandmother and help her feel better! We are glad to hear our team put her at ease and provided your grandmother with the best care possible. Thanks for choosing SignatureCare.','2019-06-09 06:45:53.065000'),(29830,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-06-09 06:43:58.153000'),(29831,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-06-09 06:43:02.291000'),(29832,'Thank you for the 5 star review!','2018-11-26 16:08:39.824000'),(29833,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-28 05:40:30.961000'),(29834,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-05-26 06:18:49.610000'),(29835,'Thank you for your five star rating, Taylor!','2019-05-26 06:18:37.030000'),(29836,'Thank you for your rating, Nancy!','2019-05-26 06:18:22.726000'),(29837,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs. Hope your brother in law feels better soon.','2019-05-23 06:31:12.960000'),(29838,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-05-23 06:30:04.340000'),(29839,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-05-23 06:29:45.743000'),(29840,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-05-23 06:29:22.064000'),(29841,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-05-22 05:25:12.778000'),(29842,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-05-22 05:17:55.816000'),(29843,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-05-19 05:12:18.667000'),(29844,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care.','2019-05-16 06:33:35.911000'),(29845,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your little one is feeling better.','2019-05-16 06:32:41.986000'),(29846,'Thank you for your five star rating, Dawn!','2019-05-14 04:28:48.977000'),(29847,'Thank you for rating us, Jim!','2019-05-13 05:57:30.025000'),(29848,'Thank you for your rating, Evelyn!','2019-05-13 05:57:09.339000'),(29849,'Thank you for taking the time to let us know how we are doing. Our community is important to us, so we love hearing that our team is doing a good job. It\'s never fun when a parent has to visit the ER, but we aim to make you and your family as comfortable as possible while waiting for diagnosis and treatment. Thank you for choosing SignatureCare and we hope Aurora is feeling better!','2019-05-12 04:47:05.731000'),(29850,'Thank you for your great rating, Jay!','2019-05-12 04:45:48.323000'),(29851,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-05-12 04:45:28.762000'),(29852,'Thank you for your five star review, Dianellys!','2019-05-08 05:15:48.043000'),(29853,'Thank you so much for your nice review, Shala. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-05-06 10:13:14.094000'),(29854,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-05-06 05:54:59.928000'),(29855,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-05-06 05:54:44.719000'),(29856,'Thank you so much for your nice review, Tony. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-05-05 06:23:46.289000'),(29857,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-05-05 06:26:36.300000'),(29858,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope she is feeling better.','2019-05-05 06:26:12.937000'),(29859,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-05-05 06:25:56.239000'),(29860,'Thank you for your rating!','2019-05-05 06:24:00.586000'),(29861,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-02 08:58:53.325000'),(29862,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope your husband is feeling better.','2019-05-02 08:58:36.555000'),(29863,'Thank you Zaccarias for your rating!','2019-05-02 08:57:38.447000'),(29864,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-05-02 08:57:11.033000'),(29865,'Thank you for your rating, Colby!','2019-05-02 08:56:38.238000'),(29866,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-05-02 08:56:20.096000'),(29867,'We believe we have the very best facility in Texas with board-certified staffs, state-of-the-art equipment and clean environment. Thank you for your review.','2019-04-24 05:32:50.715000'),(29868,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing SignatureCare!','2019-04-24 05:29:53.454000'),(29869,'Thank you Deborah for your review and five star rating!','2019-04-22 05:56:37.992000'),(29870,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-04-22 05:55:55.776000'),(29871,'Thank you for your rating, Chelzi!','2019-04-17 06:37:55.011000'),(29872,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-04-17 06:35:08.169000'),(29873,'Thank you for your five star rating, John!','2019-04-16 06:03:16.271000'),(29874,'Thank you for your review and rating! SignatureCare is ready to meet any kind of your emergency needs 24/7.','2019-04-16 06:02:49.085000'),(29875,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-03-10 10:37:31.996000'),(29876,'Thank you for your valuable rating, Tim!','2019-04-15 05:04:14.333000'),(29877,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-04-15 05:03:51.567000'),(29878,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-04-11 05:40:29.919000'),(29879,'Thank you for your review and rating, Jason!','2019-04-11 05:39:33.669000'),(29880,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-04-11 05:38:56.988000'),(29881,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','2019-04-10 06:40:43.507000'),(29882,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-04-10 06:40:18.118000'),(29883,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-04-08 06:18:02.514000'),(29884,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-04-01 05:34:35.789000'),(29885,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-03-31 06:20:16.825000'),(29886,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-03-28 12:43:06.104000'),(29887,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-03-27 05:24:41.120000'),(29888,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2019-03-25 15:37:11.154000'),(29889,'Thank you so much for your five star rating!','2019-03-24 06:36:33.093000'),(29890,'Thank you Jill for your wonderful rating!','2019-03-24 06:35:50.668000'),(29891,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-03-24 06:35:06.498000'),(29892,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-03-20 06:40:59.802000'),(29893,'Thanks a lot for your great words. We appreciate the great review and rating.','2019-03-19 06:34:50.756000'),(29894,'Thank you Alyssa for five star rating!','2019-03-19 06:33:46.586000'),(29895,'Our staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-03-18 05:52:18.884000'),(29896,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-03-18 05:51:26.187000'),(29897,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing SignatureCare!','2019-03-14 06:18:36.251000'),(29898,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-03-10 10:36:27.799000'),(29899,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-02-27 12:54:34.249000'),(29900,'Thanks for the 5 star, Juan!','2019-02-27 12:52:37.609000'),(29901,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback. Thank you for choosing SignatureCare!','2019-02-24 11:10:27.960000'),(29902,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-02-24 11:10:42.639000'),(29903,'Thank you for leaving a great rating!','2019-02-20 12:18:08.667000'),(29904,'Thanks for the 5 star, Jose!','2019-02-17 12:31:22.514000'),(29905,'SignatureCare Emergency Center takes pride in our staff, and our staff cares so much about our patients. We are so very happy to hear you loved your team. We will make sure to let them know.','2019-02-17 12:31:02.695000'),(29906,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback. Thank you for choosing SignatureCare!','2019-02-11 13:25:50.030000'),(29907,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-02-07 14:05:16.258000'),(29908,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. Thank you for the kind remarks. We hope you are feeling better!','2019-02-06 12:48:10.767000'),(29909,'Thanks for the 5 star, Aaron!','2019-02-06 12:47:30.916000'),(29910,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-02-06 12:46:56.989000'),(29911,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare and for the great review.','2019-02-05 14:09:13.282000'),(29912,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so very happy to hear you loved your team --- We will make sure to let them know. Thank you so much for the wonderful review and a great rating.','2019-02-04 13:38:06.380000'),(29913,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for choosing us and for a great review.','2019-02-03 11:56:41.363000'),(29914,'Thanks for the 5 star, Connie!','2019-02-03 11:54:19.902000'),(29915,'Thank you for taking the time to let us know how we are doing. Our community is important to us, so we love hearing that our team is doing a good job. It\'s never fun when a parent has to visit the ER, but we aim to make you and your family as comfortable as possible while waiting for diagnosis and treatment.','2019-01-31 18:48:46.235000'),(29916,'Thank you for the 5 star, Shevon!','2019-01-30 13:30:31.451000'),(29917,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-01-31 18:26:36.327000'),(29918,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-01-30 13:31:02.437000'),(29919,'Thank you for taking time to leave us such a nice review and recommendation. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-01-30 13:30:10.740000'),(29920,'Thanks for the great rating, Laura!','2019-01-29 14:08:08.394000'),(29921,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-01-29 14:07:43.415000'),(29922,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-01-28 09:28:55.324000'),(29923,'Thanks for the 5 star, Crystal!','2019-01-28 09:27:41.594000'),(29924,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-01-28 09:27:23.199000'),(29925,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-01-28 09:25:49.450000'),(29926,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-01-24 16:33:24.555000'),(29927,'Thank you so much for your nice review, Miranda. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-01-24 07:22:09.302000'),(29928,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-01-24 07:19:16.465000'),(29929,'Thanks for the 5 star, Nayeli!','2019-01-23 14:09:01.184000'),(29930,'Thank you for the great rating, Ryan!','2019-01-23 14:04:23.466000'),(29931,'Thank you for rating, Esmeralda. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-01-23 14:08:16.409000'),(29932,'Thanks for leaving a 5 star, Carlos!','2019-01-23 14:03:36.515000'),(29933,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-01-23 14:11:56.821000'),(29934,'Thanks for the 5 star, Drew!','2019-01-23 14:03:09.258000'),(29935,'Thank you for a great rating, Diana!','2019-01-23 14:02:29.120000'),(29936,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-01-23 14:01:39.956000'),(29937,'Thanks for the 5 star, Skylar!','2019-01-21 11:24:39.817000'),(29938,'Thanks for the 5 star, Valeria!','2019-01-20 12:19:19.061000'),(29939,'Our doctors and nurses make us proud every day. The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-01-20 12:18:45.894000'),(29940,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-01-18 16:04:38.860000'),(29941,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope she is feeling better.','2019-01-18 16:05:08.687000'),(29942,'Thanks for the 5 star review!','2019-01-18 16:02:17.596000'),(29943,'Thanks for leaving a 5 star','2019-01-17 06:48:59.594000'),(29944,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-01-16 07:59:26.648000'),(29945,'Thanks for the 5 star, Aleah!','2019-01-16 07:53:04.551000'),(29946,'Thank you for leaving 5 star, Franco!','2019-01-16 07:58:59.749000'),(29947,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-01-16 07:58:32.357000'),(29948,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-01-16 07:58:09.356000'),(29949,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-01-16 07:54:10.396000'),(29950,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-01-16 07:53:41.428000'),(29951,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-01-15 11:05:48.429000'),(29952,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2019-01-03 16:56:11.610000'),(29953,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-01-02 16:29:31.220000'),(29954,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-01-02 16:28:59.260000'),(29955,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2018-12-27 18:06:28.592000'),(29956,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2018-12-27 18:06:08.365000'),(29957,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2018-12-26 16:26:34.864000'),(29958,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2018-12-26 16:26:07.636000'),(29959,'We\'re glad you\'re feeling better! Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2018-12-13 21:30:37.917000'),(29960,'Thank you for the 5 star review, Christopher!','2018-11-19 17:51:51.162000'),(29961,'Thank you so much for your feedback, Kanti Bansal! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2018-11-19 17:51:27.938000'),(29962,'Thanks for the 5 star review, Dillon!','2018-11-15 19:56:46.583000'),(29963,'Hi Renee! Thank you for your 5-star review! Thank you for taking the time to provide us feedback about your visit to Neighbors Emergency Center Midland. We will be sure to share your positive review with our staff so that they can continue serving the community with excellence!','2018-07-20 16:43:21.742000'),(29964,'Hi Lacey! Thank you so much for your review. We greatly appreciate your recommendation and we\'re glad our staff could take excellent care of you in your time of need. We wish you a speedy recovery.','2017-11-13 21:58:34.911000'),(29965,'Hi John! Thank you for your wonderful review. We are actually a freestanding emergency room and we are here for all of your medical emergencies. We are glad we could help your son in his time of need. We hope he is feeling much better!','2017-11-03 16:48:28.076000'),(29966,'Hi Nicole! If you do not have insurance, we’ll work with you on a cash fee schedule to help you cover your visit. You’ll never encounter hidden costs or surprise fees at Neighbors Emergency Center. Call us at 844-406-7263 for more information.','2017-09-18 18:53:12.557000'),(29967,'Hi Jeanie! We thank you for sharing your experience. We appreciate your positive feedback about Neighbors Emergency Center. We wish you a speedy recovery!','2017-05-12 14:43:31.804000'),(29968,'Hi Brandon. We understand that the emergency room billing process can be complicated. We apologize for any inconvenience you are experiencing. Please contact our patient advocates so they can guide you through the billing process and resolve any issues you may have. Please contact them at 844-406-7263 or email us at patients@neighborshealth.com. We look forward to speaking with you.','2017-05-02 20:55:39.255000'),(29969,'Hi Andrew, Thank you for sharing your positive feedback. We greatly value your opinion, and want to be able to continue to provide great service to all of our patients. We wish you a speedy recovery.','2017-03-08 17:24:21.735000'),(29970,'Hi Kenneth. Thank you for your positive rating. Please let us know if there\'s anything additional you would like to provide about your recent visit. Thank you!','2016-11-21 20:09:18.837000'),(29971,'Hi Stephen. We\'re sorry to hear that you did not have a positive experience at Neighbors Emergency Center. Please contact our patient customer service specialist at 844-406-7263 so we can understand your experience and resolve any remaining issues.','2016-11-08 16:42:55.784000'),(29972,'Neighbors is thankful that you have shared your experience, and that you plan to do so with others as well! We greatly appreciate your confidence in sharing the services of Neighbors Emergency Center!','2016-06-15 18:59:00.500000'),(29973,'We hate to hear that you did not have a positive experience at Neighbors Emergency Center. Please contact our customer service specialist at 844-406-7263 so that we can learn more about your experience, and resolve any issues. Thank you for your patience, and we hope to speak with you soon!','2016-06-21 18:38:49.764000'),(29974,'We hate to hear that you were not satisfied with our services at Neighbors Emergency Center. We would like to speak with you directly about your experience. At your earliest convenience please contact our patient customer service specialist at 844-406-7263. We look forward to speaking with you.','2016-06-21 18:43:14.426000'),(29975,'We hate to hear that you were not satisfied with our services at Neighbors Emergency Center. We would like to speak with you directly about your experience. At your earliest convenience please contact our patient customer service specialist at 844-406-7263. We look forward to speaking with you.','2016-06-21 18:41:21.177000'),(29976,'Thanks for the 5 star review!','2018-12-19 18:52:25.026000'),(29977,'Thank you so much for sharing your Neighbors Emergency Center experience! We are happy that you found our services fast and convenient. We wish you a speedy recovery.','2016-05-19 16:01:01.167000'),(29978,'Thanks for the 5 star review!','2018-12-19 18:52:29.583000'),(29979,'Hi! Just wanted to let you know that this former Neighbors location has been taken over by new management. Allow me to introduce SignatureCare ER. Please stop in, take a tour, and allow us to give you excellent customer service.','2018-12-19 18:38:51.753000'),(29980,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-12-20 09:47:31.236000'),(29981,'We appreciate the five-star rating Dela!','2020-12-17 02:06:00.383000'),(29982,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-17 09:20:23.999000'),(29983,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-12-17 09:17:45.864000'),(29984,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-12-17 09:09:36.494000'),(29985,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-17 09:09:10.117000'),(29986,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-15 09:23:16.287000'),(29987,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-12 09:25:08.488000'),(29988,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-12 09:24:33.563000'),(29989,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-12 09:23:54.178000'),(29990,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-12 09:22:42.337000'),(29991,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-12 09:19:10.685000'),(29992,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-12 09:14:07.708000'),(29993,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-12 05:53:12.046000'),(29994,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-12 05:46:08.893000'),(29995,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-08 04:40:10.147000'),(29996,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-09 14:45:50.583000'),(29997,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-06 09:52:44.596000'),(29998,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-12-06 09:52:17.797000'),(29999,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-03 04:49:21.159000'),(30000,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-12-02 05:00:28.511000'),(30001,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-12-01 17:19:11.049000'),(30002,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-11-30 05:09:10.686000'),(30003,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-29 11:27:46.222000'),(30004,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-29 11:27:09.564000'),(30005,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-11-25 06:55:45.914000'),(30006,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-22 13:57:12.967000'),(30007,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-22 13:47:46.426000'),(30008,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-22 07:32:04.804000'),(30009,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-21 12:49:52.411000'),(30010,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-21 12:49:43.086000'),(30011,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-21 12:47:13.660000'),(30012,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-11-21 12:45:30.496000'),(30013,'Thank you so much for your great rating, Emily!','2020-11-25 07:04:20.497000'),(30014,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-18 07:23:07.796000'),(30015,'Thank you Julio, for your great rating!','2020-11-17 07:27:28.719000'),(30016,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-11-16 05:00:53.817000'),(30017,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-15 04:33:21.620000'),(30018,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-15 04:32:54.286000'),(30019,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that your sister is feeling better. Thank you for choosing SignatureCare!','2020-02-19 05:17:54.225000'),(30020,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-14 18:15:41.710000'),(30021,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-17 05:48:14.426000'),(30022,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that your mother is feeling better. Thank you for choosing SignatureCare!','2020-11-11 05:46:13.579000'),(30023,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-10-27 08:38:37.894000'),(30024,'Thank you so much for your great rating, Josh!','2020-11-12 06:37:49.693000'),(30025,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-01-21 06:57:55.704000'),(30026,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-10 07:59:08.207000'),(30027,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-10 07:57:43.429000'),(30028,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-10 07:56:56.588000'),(30029,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-11-09 05:08:14.408000'),(30030,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-09 05:07:43.750000'),(30031,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-31 15:58:06.110000'),(30032,'Thank you Emily, for your great rating!','2020-11-02 10:50:00.066000'),(30033,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-10-31 10:02:06.147000'),(30034,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-31 09:59:14.933000'),(30035,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-31 09:58:55.171000'),(30036,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-10-31 09:57:54.637000'),(30037,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-29 18:52:27.505000'),(30038,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-29 18:36:14.894000'),(30039,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-10-29 18:34:58.359000'),(30040,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-29 18:33:15.927000'),(30041,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-29 18:31:01.776000'),(30042,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-10-29 18:30:34.684000'),(30043,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-29 18:29:48.077000'),(30044,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-29 18:20:22.654000'),(30045,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-10-29 18:20:08.064000'),(30046,'Thank you so much for your great rating, Viviana!','2020-10-29 11:23:49.923000'),(30047,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-28 20:00:55.208000'),(30048,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-28 20:00:13.276000'),(30049,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-10-28 18:27:11.668000'),(30050,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-28 18:01:53.557000'),(30051,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-28 18:01:25.380000'),(30052,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-10-28 10:47:44.827000'),(30053,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-28 10:45:48.785000'),(30054,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-10-28 09:33:48.032000'),(30055,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-28 09:08:43.413000'),(30056,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-21 14:34:46.438000'),(30057,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-10-19 04:01:45.996000'),(30058,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-19 04:00:48.568000'),(30059,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-18 08:56:13.598000'),(30060,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-09 20:14:25.704000'),(30061,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-10-09 20:14:06.191000'),(30062,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-09 20:14:43.947000'),(30063,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-10-09 20:15:08.942000'),(30064,'Thank you so much for your great rating, Elizabeth!','2020-10-09 20:12:52.800000'),(30065,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-09 20:12:32.934000'),(30066,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-09 20:12:16.569000'),(30067,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-01-08 14:21:03.577000'),(30068,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-09 20:11:52.536000'),(30069,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-10-09 20:11:02.720000'),(30070,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-01-29 10:53:34.264000'),(30071,'Thank you so much for giving us five stars, Erin!','2020-10-06 09:18:33.595000'),(30072,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-10-06 09:19:21.944000'),(30073,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-04 09:02:12.234000'),(30074,'Thank you so much for your great rating, Catherine!','2020-10-06 09:18:11.318000'),(30075,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-04 08:22:16.274000'),(30076,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-04 07:47:30.317000'),(30077,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-04 07:47:00.817000'),(30078,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-04 07:46:42.212000'),(30079,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-04 07:46:05.204000'),(30080,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-04 07:15:56.130000'),(30081,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-10-04 07:11:47.628000'),(30082,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-10-04 07:11:08.059000'),(30083,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-04 07:09:11.683000'),(30084,'Thank you Kensy, for your great rating!','2020-10-06 09:17:57.543000'),(30085,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-04 06:32:50.221000'),(30086,'We appreciate your great rating, karen!','2020-10-06 09:17:42.410000'),(30087,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-04 06:16:19.390000'),(30088,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-04 06:10:06.088000'),(30089,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-04 06:07:26.503000'),(30090,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-01 05:45:05.661000'),(30091,'We appreciate your great rating, Jessica!','2020-10-01 06:00:38.093000'),(30092,'Thank you Eliceo, for your great rating!','2020-10-01 06:00:23.300000'),(30093,'Thank you so much for your great rating, Quintanilla!','2020-10-01 06:00:10.351000'),(30094,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-09-27 08:36:48.260000'),(30095,'Thank you so much for giving us five stars, Kyle!','2020-10-01 05:59:58.028000'),(30096,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-09-27 08:32:58.893000'),(30097,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-27 07:48:40.202000'),(30098,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-27 07:40:43.980000'),(30099,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-27 07:38:33.801000'),(30100,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-09-24 08:39:14.861000'),(30101,'We appreciate your great rating, Duane!','2020-09-24 08:38:54.941000'),(30102,'Thank you R , for your great rating!','2020-09-24 08:38:41.037000'),(30103,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-24 08:42:27.764000'),(30104,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-09-24 08:42:03.802000'),(30105,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-09-24 08:40:53.248000'),(30106,'Thank you so much for your great rating, John!','2020-09-24 08:38:17.628000'),(30107,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-09-24 08:41:41.029000'),(30108,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-09-24 08:41:12.146000'),(30109,'Thank you so much for giving us five stars, Sam!','2020-09-24 08:37:59.561000'),(30110,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-09-24 08:37:38.212000'),(30111,'There\'s never a fun time to visit the ER, but we will make your visit with us as quick and as painless as possible. Thank you for letting us know that our SignatureCare team is doing a good job -- it means a lot to us.','2020-09-24 08:36:37.331000'),(30112,'Thank you Robert, for your great rating!','2020-09-24 08:35:10.130000'),(30113,'We appreciate your great rating, JARED!','2020-09-24 08:34:56.270000'),(30114,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-09-24 08:34:40.398000'),(30115,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-24 08:34:17.802000'),(30116,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-09-24 08:33:51.848000'),(30117,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-09-20 20:44:29.306000'),(30118,'Thank you Lacey, for your great rating!','2020-09-20 20:12:01.543000'),(30119,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-20 20:43:56.121000'),(30120,'Thank you Norma, for your great rating!','2020-09-18 05:27:10.666000'),(30121,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-09-18 05:27:42.811000'),(30122,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-07-12 15:06:58.998000'),(30123,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-09-06 17:48:51.145000'),(30124,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-09-02 09:27:40.102000'),(30125,'Thank you so much for your great rating, Israel !','2020-09-02 09:27:15.867000'),(30126,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-09-02 09:26:54.390000'),(30127,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-09-02 09:24:20.321000'),(30128,'Thank you so much for giving us five stars, Ashley!','2020-09-02 09:23:41.080000'),(30129,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-01 07:55:14.211000'),(30130,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-08-31 10:09:44.505000'),(30131,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-08-31 10:10:27.325000'),(30132,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-08-31 10:10:55.967000'),(30133,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-08-23 06:36:04.781000'),(30134,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-08-31 10:11:27.775000'),(30135,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-08-23 06:35:27.288000'),(30136,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-08-17 19:52:13.488000'),(30137,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-08-17 19:52:02.368000'),(30138,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-07-27 16:28:53.796000'),(30139,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-08-09 15:57:42.415000'),(30140,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-09 15:57:34.096000'),(30141,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-08-09 15:57:13.353000'),(30142,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-08-09 15:57:01.899000'),(30143,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-09 15:56:55.111000'),(30144,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-08-09 15:56:48.224000'),(30145,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-07-29 14:32:52.687000'),(30146,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-07-28 16:42:33.545000'),(30147,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-27 16:28:34.397000'),(30148,'Thank you Armando, for your great rating!','2020-07-27 16:28:18.097000'),(30149,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-26 14:58:08.565000'),(30150,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-07-26 14:57:55.631000'),(30151,'Thank you so much for giving us five stars, Michael!','2020-07-26 14:57:36.868000'),(30152,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-07-26 14:57:15.595000'),(30153,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-26 14:56:44.429000'),(30154,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-23 06:58:26.151000'),(30155,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-07-23 07:16:28.375000'),(30156,'We appreciate your great rating, Jenna!','2020-07-23 06:56:53.665000'),(30157,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-07-23 07:17:22.771000'),(30158,'Thank you so much for your great rating, Jose!','2020-07-23 06:56:31.845000'),(30159,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-07-23 07:18:00.018000'),(30160,'We appreciate your great rating, faze!','2020-07-22 03:46:46.854000'),(30161,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-07-22 03:47:54.672000'),(30162,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-21 05:19:41.242000'),(30163,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-21 05:20:15.560000'),(30164,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-19 05:55:22.580000'),(30165,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-07-19 05:56:44.155000'),(30166,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-07-19 05:58:41.559000'),(30167,'We appreciate your great rating, Stephanie!','2020-07-19 05:57:08.829000'),(30168,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-07-15 06:55:28.276000'),(30169,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-07-15 06:57:36.380000'),(30170,'We appreciate your great rating, Zulma!','2020-07-14 11:56:33.887000'),(30171,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-13 14:28:57.605000'),(30172,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-12 15:22:37.922000'),(30173,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-07-12 15:22:17.380000'),(30174,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-12 15:19:59.675000'),(30175,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that we can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-07-09 06:50:43.115000'),(30176,'Thank you so much for giving us five stars, Aaron!','2020-07-09 06:51:09.198000'),(30177,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-08 08:22:59.998000'),(30178,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-08 08:23:36.017000'),(30179,'Thank you Steven, for your great rating!','2020-07-08 08:21:39.571000'),(30180,'We appreciate your great rating, Mariah!','2020-07-08 08:21:53.581000'),(30181,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-07-08 08:28:27.051000'),(30182,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that we can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-07-08 08:28:38.761000'),(30183,'We appreciate your great rating, Stephanie!','2020-07-06 05:08:03.747000'),(30184,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-07-05 11:48:45.957000'),(30185,'Thank you Juan!, for your great rating!','2020-07-05 11:47:40.990000'),(30186,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-05 11:48:15.486000'),(30187,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your mom. Thank you for choosing SignatureCare.','2020-07-01 09:32:03.543000'),(30188,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-28 10:46:00.777000'),(30189,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-06-28 10:46:35.163000'),(30190,'Thank you Anael, for your great rating!','2020-06-25 10:22:21.770000'),(30191,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-25 10:21:45.295000'),(30192,'Thank you for your five star review and for trusting us with your care!','2020-06-21 06:51:26.573000'),(30193,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-22 13:30:17.746000'),(30194,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-06-17 10:20:58.632000'),(30195,'Thank you so much for your feedback! Thank you for choosing SignatureCare.','2020-06-17 10:20:09.791000'),(30196,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-06-17 10:18:52.343000'),(30197,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-06-17 10:18:20.171000'),(30198,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director so we can better understand the situation and review procedures with our team. If you would please email info@ercare24.com\nwith your full name, date of service and location of service so that he can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-07-12 15:04:31.574000'),(30199,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-14 11:58:04.968000'),(30200,'Thank you so much for your nice review, Mary. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-07-14 11:58:28.901000'),(30201,'Muchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal!','2020-03-15 07:22:06.208000'),(30202,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-03-15 06:54:57.712000'),(30203,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-03-15 06:21:47.943000'),(30204,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-03-12 05:36:58.031000'),(30205,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2020-03-12 05:30:05.025000'),(30206,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-03-10 05:37:02.719000'),(30207,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-03-09 05:28:48.898000'),(30208,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-03-08 07:08:40.764000'),(30209,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-08 07:01:59.807000'),(30210,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-03-08 06:05:52.081000'),(30211,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-03-05 07:23:02.029000'),(30212,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-03-05 07:21:53.676000'),(30213,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-05 05:13:21.542000'),(30214,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-03-05 05:12:44.364000'),(30215,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-03-04 05:31:31.354000'),(30216,'What a nice review! Thank you for taking the time to let us know how we are doing. Our community is important to us, so we love hearing that our team is doing a good job. It\'s never fun when a parent has to visit the ER, but we aim to make you and your family as comfortable as possible while waiting for diagnosis and treatment. Thank you for choosing SignatureCare.','2020-03-03 05:18:31.049000'),(30217,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Hope your mom is ok now. Thank you for giving us your trust.','2020-03-03 05:14:47.735000'),(30218,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-02-25 07:37:12.647000'),(30219,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-03-02 06:40:50.984000'),(30220,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-03-02 06:39:58.833000'),(30221,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-02 06:38:08.639000'),(30222,'Thanks for the 5 star review Margaret!','2020-03-02 02:02:54.432000'),(30223,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-03-01 08:34:33.613000'),(30224,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-02-27 07:33:31.245000'),(30225,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-02-27 07:11:22.676000'),(30226,'Thank you for your review. We appreciate you choosing SignatureCare!','2020-02-27 06:56:09.625000'),(30227,'Thank you for the five-star rating Sheanise. We appreciate the feedback, and appreciate you choosing SignatureCare.','2020-02-26 02:05:03.274000'),(30228,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-24 04:44:12.602000'),(30229,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-23 10:10:41.182000'),(30230,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know. Hope your husband is feeling well.','2020-02-23 10:10:20.155000'),(30231,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-02-23 09:55:09.850000'),(30232,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-02-23 08:24:43.923000'),(30233,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-02-20 05:12:21.591000'),(30234,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-02-19 05:18:37.293000'),(30235,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-19 05:04:38.449000'),(30236,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-02-18 06:37:51.037000'),(30237,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2020-02-18 06:37:31.197000'),(30238,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-02-18 06:37:01.620000'),(30239,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your mom. Thank you for choosing SignatureCare.','2020-02-18 06:34:35.033000'),(30240,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your mom\'s medical needs. Hope she is feeling better.','2020-02-18 06:36:34.728000'),(30241,'Thank you for the five-star rating Lorraine. We appreciate it.','2020-02-18 02:02:46.746000'),(30242,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-02-18 06:30:49.691000'),(30243,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-02-18 06:30:25.170000'),(30244,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-02-17 07:03:39.656000'),(30245,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-02-16 08:50:27.531000'),(30246,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-02-16 08:44:21.439000'),(30247,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-02-16 08:43:32.359000'),(30248,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-13 07:42:01.537000'),(30249,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again! Hope your husband is feeling well.','2020-02-12 06:59:36.848000'),(30250,'Thank you so much for your nice review, Destinee. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-02-16 06:11:37.935000'),(30251,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-11 08:20:28.357000'),(30252,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-02-11 08:19:54.522000'),(30253,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-02-11 08:19:32.078000'),(30254,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-02-11 08:17:41.056000'),(30255,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-10 05:50:09.096000'),(30256,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-02-09 07:24:36.851000'),(30257,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-02-09 07:23:43.709000'),(30258,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and please consider us next time you are experiencing a healthcare emergency.','2016-06-06 16:49:46.181000'),(30259,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-06 07:23:08.008000'),(30260,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-02-09 07:21:54.750000'),(30261,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-09 07:11:51.891000'),(30262,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-09 07:10:17.622000'),(30263,'Thank you for the five-star rating Susake! We appreciate your feedback.','2020-02-09 06:03:12.242000'),(30264,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-09 06:57:12.917000'),(30265,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-02-09 06:49:55.193000'),(30266,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-02-06 07:30:12.628000'),(30267,'Thank you for letting us help your sister and help her to feel better! We are glad to hear our team put her at ease and provided her with the best care possible. Thanks for choosing SignatureCare.','2020-02-06 07:25:49.360000'),(30268,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-06 07:22:37.780000'),(30269,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-05 08:05:13.603000'),(30270,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-02-05 08:04:57.397000'),(30271,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-02-05 08:04:46.542000'),(30272,'Thank you so much for your nice review, Candice. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-02-05 08:04:38.086000'),(30273,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','2020-02-05 08:04:14.225000'),(30274,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-05 08:03:58.267000'),(30275,'Thank you Anthony for the 5 star review. We are glad you had a good experience. Feel Better!','2020-02-06 09:00:35.921000'),(30276,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-02-04 05:55:29.022000'),(30277,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-04 05:47:57.579000'),(30278,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of your mom. We appreciate the great review and rating.','2020-02-04 05:46:25.917000'),(30279,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your friend. Thank you for choosing SignatureCare.','2020-02-03 07:23:11.053000'),(30280,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Hope your wife is feeling better.','2020-02-03 07:22:52.062000'),(30281,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-02-03 07:22:16.697000'),(30282,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-02-03 07:22:01.854000'),(30283,'Thank you so much for giving us five stars, Richard!','2020-02-03 07:21:46.633000'),(30284,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-02-03 07:21:31.597000'),(30285,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-03 07:21:24.920000'),(30286,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-02-03 07:21:13.896000'),(30287,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-03 07:21:03.434000'),(30288,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-03 07:20:22.446000'),(30289,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-02-03 07:20:09.625000'),(30290,'Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-02-03 07:19:53.993000'),(30291,'Thank you for trusting us with the care of your child. We appreciate the great feedback and are very glad to hear that our team took such good care of your kiddo.','2020-02-03 07:19:42.125000'),(30292,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-01-30 06:03:37.727000'),(30293,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-30 06:02:53.032000'),(30294,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-29 10:56:49.966000'),(30295,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-01-29 10:56:40.804000'),(30296,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-01-29 10:56:27.405000'),(30297,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-29 10:56:11.670000'),(30298,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-29 10:55:45.509000'),(30299,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-01-29 10:55:34.045000'),(30300,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-01-29 10:55:24.711000'),(30301,'We appreciate your great rating, Miya!','2020-01-29 10:54:15.753000'),(30302,'Thank you Francis, for your great rating!','2020-01-29 10:54:00.790000'),(30303,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-29 10:53:43.567000'),(30304,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-01-29 10:53:22.268000'),(30305,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-01-29 10:53:08.776000'),(30306,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-01-29 10:51:29.601000'),(30307,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-01-29 10:51:10.592000'),(30308,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-29 10:50:58.573000'),(30309,'Thank you for taking the time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2020-01-29 10:50:45.647000'),(30310,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-29 10:50:32.104000'),(30311,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-29 10:50:22.780000'),(30312,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-01-29 10:49:45.034000'),(30313,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-01-29 10:49:23.089000'),(30314,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-29 10:49:05.163000'),(30315,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-29 10:34:51.547000'),(30316,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-01-29 10:34:37.858000'),(30317,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-01-29 10:34:14.189000'),(30318,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-01-29 10:33:55.592000'),(30319,'We appreciate your great rating, Manuel!','2020-01-29 10:33:11.799000'),(30320,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-01-29 10:33:42.008000'),(30321,'Thank you so much for your great rating, Nancy!','2020-01-29 10:32:48.771000'),(30322,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-01-21 06:58:18.565000'),(30323,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-20 06:26:14.430000'),(30324,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-01-19 07:30:34.038000'),(30325,'Thank you for trusting us with the care of your son. We appreciate the great feedback and are very glad to hear that our team took such good care of him.','2020-01-19 07:30:23.654000'),(30326,'Thank you for trusting us with the care of your stepson. We appreciate the great feedback and are very glad to hear that our team took such good care of him.','2020-01-19 07:29:31.608000'),(30327,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when kids get sick, but we are here to help. Thank you for your review and we hope your nephew feels better soon!','2020-01-19 07:29:01.488000'),(30328,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-01-19 07:27:55.217000'),(30329,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-01-19 07:27:38.844000'),(30330,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-01-19 07:27:31.853000'),(30331,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-19 07:27:23.049000'),(30332,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-19 07:26:49.579000'),(30333,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-01-19 07:26:32.660000'),(30334,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-01-19 07:26:23.723000'),(30335,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-16 07:29:17.428000'),(30336,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-16 07:29:01.989000'),(30337,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-01-16 07:28:53.619000'),(30338,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-01-16 07:28:41.915000'),(30339,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-01-15 06:28:11.898000'),(30340,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-01-16 07:28:19.130000'),(30341,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-01-16 07:28:04.601000'),(30342,'Thank you so much for your nice review, Brooks. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-01-12 07:03:50.077000'),(30343,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-01-14 07:45:58.481000'),(30344,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-01-13 07:02:20.633000'),(30345,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-01-13 07:02:03.846000'),(30346,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-01-13 07:01:52.931000'),(30347,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-12 07:05:17.178000'),(30348,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-12 07:05:07.147000'),(30349,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare. Hope your dad is feeling better.','2020-01-12 07:04:53.634000'),(30350,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-01-12 07:04:21.781000'),(30351,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your positive review, and we are always here whenever you need us.','2016-10-21 23:55:03.160000'),(30352,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-12 07:04:02.300000'),(30353,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-12 07:04:08.826000'),(30354,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-12 07:03:32.383000'),(30355,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us! Hope he is feeling better.','2020-01-12 07:03:20.068000'),(30356,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-01-12 07:02:36.823000'),(30357,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your boyfriend. Thank you for choosing SignatureCare.','2020-01-12 07:02:08.384000'),(30358,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-01-09 07:36:08.258000'),(30359,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-01-09 07:35:53.851000'),(30360,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-09 07:35:29.655000'),(30361,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-01-08 07:57:00.621000'),(30362,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-01-08 07:56:37.980000'),(30363,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-01-07 07:09:53.517000'),(30364,'Thank you for your review. We\'re glad our team was able to deliver and exceptional experience. If you have any additional questions, don\'t hesitate to reach back out.','2016-05-24 19:23:08.063000'),(30365,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-06 07:18:29.914000'),(30366,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-05 06:45:01.827000'),(30367,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-01-05 06:44:50.811000'),(30368,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-01-05 06:44:40.233000'),(30369,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-01-02 05:27:50.502000'),(30370,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-02 05:26:58.034000'),(30371,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-01 07:37:43.996000'),(30372,'We appreciate your great rating, Kendra!','2020-01-01 07:37:02.651000'),(30373,'Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2019-12-29 06:42:49.967000'),(30374,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-12-29 06:47:13.000000'),(30375,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-12-29 06:45:03.678000'),(30376,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-29 06:44:44.780000'),(30377,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-12-29 06:44:34.076000'),(30378,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.','2019-12-29 06:44:21.843000'),(30379,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-12-29 06:44:12.219000'),(30380,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs. Hope your husband is feeling better.','2019-12-29 06:43:33.741000'),(30381,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-12-26 08:05:34.506000'),(30382,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-12-24 07:04:32.900000'),(30383,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-12-24 07:03:58.958000'),(30384,'Thank you for trusting us with the care of your nephew. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-12-23 08:11:26.984000'),(30385,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-12-22 08:38:08.791000'),(30386,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-12-22 08:38:00.900000'),(30387,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-12-22 08:37:10.033000'),(30388,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-22 08:37:02.223000'),(30389,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-12-22 08:36:55.319000'),(30390,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-22 08:36:47.769000'),(30391,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-12-22 08:36:37.391000'),(30392,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2019-12-22 08:36:09.862000'),(30393,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-22 08:36:26.905000'),(30394,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-12-18 07:36:55.953000'),(30395,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare! Hope your brother is feeling well.','2019-12-15 07:08:25.321000'),(30396,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-15 07:07:59.142000'),(30397,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-12-15 07:07:46.365000'),(30398,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-12-15 07:07:32.220000'),(30399,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-15 07:07:06.416000'),(30400,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-15 07:06:57.983000'),(30401,'Thank you so much for your great rating, Emmanuel!','2019-12-15 07:06:31.871000'),(30402,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-12-15 07:05:54.210000'),(30403,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-15 07:05:46.436000'),(30404,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-12-15 07:05:33.438000'),(30405,'Thank you so much Samantha, for your great rating!','2019-12-05 07:13:01.176000'),(30406,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-12-04 07:18:36.041000'),(30407,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-12-04 07:18:16.609000'),(30408,'Thanks for leaving a review! Would you please reach out to us at info@ercare24.com to let us know more about the incident. We aim for 100% satisfaction at SignatureCare. Your suggestion will help us to develop our services and make ourselves able to earn those last two stars!','2019-12-01 08:39:33.354000'),(30409,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2019-11-25 06:56:56.797000'),(30410,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-10-03 07:35:56.334000'),(30411,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your uncle. Thank you for choosing SignatureCare.','2019-11-13 06:42:55.155000'),(30412,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-11-13 06:42:27.884000'),(30413,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-11-12 07:45:57.640000'),(30414,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-11-12 07:46:09.288000'),(30415,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2019-11-11 07:39:09.941000'),(30416,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-11-11 07:38:53.167000'),(30417,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-11-11 07:38:18.345000'),(30418,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-11 07:37:36.982000'),(30419,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-11-11 07:37:24.642000'),(30420,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-11-07 04:54:24.059000'),(30421,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-11-07 04:54:12.038000'),(30422,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-11-06 08:05:34.333000'),(30423,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-11-06 08:05:15.436000'),(30424,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-11-03 06:34:17.604000'),(30425,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-10-29 05:51:07.738000'),(30426,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-10-29 05:50:38.729000'),(30427,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-10-27 08:38:55.833000'),(30428,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-10-24 08:05:31.113000'),(30429,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put your husband at ease and provide him with the best care possible. We hope he feels better.','2019-10-23 06:47:09.982000'),(30430,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-10-23 06:46:22.409000'),(30431,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-10-23 06:45:46.194000'),(30432,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-10-23 06:44:58.959000'),(30433,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-10-23 06:43:57.398000'),(30434,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-10-22 06:38:11.745000'),(30435,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-10-21 07:09:57.348000'),(30436,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-10-16 07:23:21.014000'),(30437,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-10-13 07:34:53.186000'),(30438,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-10-13 07:34:28.540000'),(30439,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-10-13 07:34:10.641000'),(30440,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-10-13 07:33:57.091000'),(30441,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-10-13 07:33:39.897000'),(30442,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-10-13 07:32:52.407000'),(30443,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-10-09 08:21:44.235000'),(30444,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-10-03 07:35:27.363000'),(30445,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-10-01 06:19:55.676000'),(30446,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-09-29 06:08:40.208000'),(30447,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-09-26 11:06:02.433000'),(30448,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-09-22 06:12:19.001000'),(30449,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-09-22 06:11:47.020000'),(30450,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-09-22 06:11:34.454000'),(30451,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-09-19 09:22:55.551000'),(30452,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-09-19 09:22:44.578000'),(30453,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-09-19 09:22:36.378000'),(30454,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-09-19 09:22:17.885000'),(30455,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-09-17 11:49:32.898000'),(30456,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-09-17 11:49:17.502000'),(30457,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-09-16 11:28:43.926000'),(30458,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2019-09-15 05:00:51.525000'),(30459,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-09-15 05:00:33.835000'),(30460,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-09-15 05:00:22.635000'),(30461,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','2019-09-15 05:00:04.758000'),(30462,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-09-15 04:59:41.752000'),(30463,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-09-15 04:59:01.348000'),(30464,'Thank you for trusting us with the care of your mom. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-09-15 04:58:31.969000'),(30465,'Thank you so much for your feedback! Our goal is to always provide the abest care. Thank you for choosing SignatureCare.','2019-09-15 04:58:03.969000'),(30466,'We are so sorry to hear about your recent emergency, but SignatureCare is here 24 hours a day, 365 days a year when or if you need us. Thank you for giving us the chance to care for you and for your nice review. We appreciate and value your feedback.','2019-09-11 06:25:28.426000'),(30467,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2019-09-11 06:25:15.595000'),(30468,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better. Hope she is feeling well!','2019-09-11 06:24:49.787000'),(30469,'Thank you so much for your feedback! Our goal is to always provide the abest care. Thank you for choosing SignatureCare.','2019-09-11 06:22:49.247000'),(30470,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-09-11 06:10:37.199000'),(30471,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-09-11 05:49:15.498000'),(30472,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-08-25 05:31:40.119000'),(30473,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-08-25 05:23:24.482000'),(30474,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2019-08-26 05:08:46.097000'),(30475,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-08-18 06:02:59.380000'),(30476,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-08-18 06:02:33.879000'),(30477,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-08-18 06:02:15.271000'),(30478,'Thank you so much for rating us five star, Nicky!','2019-08-18 06:01:53.019000'),(30479,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-08-04 05:37:38.726000'),(30480,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-08-01 03:38:25.931000'),(30481,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review.','2019-07-31 06:49:01.439000'),(30482,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-07-31 06:47:57.529000'),(30483,'It\'s their compassion for others that makes our employees so special. We are so glad to hear that our team took such good care of you, and in a quick and efficient manner. Our promise to all our patients and families is to treat you like you are our ONLY patient. Thank you for letting us know how we are doing, and thank you for choosing SignatureCare!','2019-01-20 06:24:42.780000'),(30484,'Thank you for your five star rating, Taylor!','2019-07-31 06:49:39.790000'),(30485,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-07-30 06:27:06.895000'),(30486,'Thank you for your five star rating, Lynda!','2019-07-30 06:26:43.399000'),(30487,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-07-29 06:13:58.100000'),(30488,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you and your boyfriend comfortable and able to relax during the visit. Thank you for trusting SignatureCare with your emergency needs.','2019-07-29 06:13:36.574000'),(30489,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2019-07-29 06:12:35.512000'),(30490,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-07-28 07:16:25.485000'),(30491,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-07-23 08:08:31.356000'),(30492,'Thank you for trusting us with the care of your husband. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2019-07-22 07:27:46.360000'),(30493,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-07-21 06:12:50.933000'),(30494,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-07-17 03:10:23.571000'),(30495,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-07-15 07:07:39.372000'),(30496,'Thank you for taking time out of your day to write us such a positive review about us and our snacks :)\n. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2019-07-10 06:16:09.832000'),(30497,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-07-08 06:30:55.415000'),(30498,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-07-02 06:46:12.335000'),(30499,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-06-30 05:53:50.569000'),(30500,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-06-30 05:53:26.762000'),(30501,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-06-30 05:53:04.307000'),(30502,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-30 05:52:50.917000'),(30503,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Our goal is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-06-25 07:54:32.959000'),(30504,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-25 07:41:05.025000'),(30505,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-06-25 07:38:29.940000'),(30506,'Thank you for your great rating, Brock!','2019-06-24 05:44:22.630000'),(30507,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-06-23 04:42:27.469000'),(30508,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-06-23 04:41:54.585000'),(30509,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-06-23 04:41:34.786000'),(30510,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-23 04:40:42.518000'),(30511,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-06-23 04:39:55.192000'),(30512,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2019-06-19 06:11:23.158000'),(30513,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-06-18 06:41:34.778000'),(30514,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-06-18 06:41:17.990000'),(30515,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-06-18 06:41:00.339000'),(30516,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-06-18 06:40:50.028000'),(30517,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-06-18 06:40:15.001000'),(30518,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-06-17 06:36:06.933000'),(30519,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare! Hope your husband is feeling better!','2019-06-17 06:35:36.550000'),(30520,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-06-17 06:35:00.781000'),(30521,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-06-17 06:34:48.909000'),(30522,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-06-17 06:34:29.950000'),(30523,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2019-06-17 06:34:10.612000'),(30524,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-06-16 05:57:34.830000'),(30525,'Thank you for your review and rating. We appreciate you choosing SignatureCare!','2019-06-16 05:57:13.828000'),(30526,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-06-16 05:56:53.928000'),(30527,'Thank you so much for your review, David. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-06-16 05:56:37.578000'),(30528,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-06-16 05:56:02.758000'),(30529,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-06-16 05:55:47.691000'),(30530,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2019-06-13 18:50:06.941000'),(30531,'We believe we have the very best facility in Texas with board-certified staffs, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-06-12 06:16:13.015000'),(30532,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-06-12 06:15:41.042000'),(30533,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-06-12 06:15:21.189000'),(30534,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-06-09 07:50:01.940000'),(30535,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-06-09 07:47:49.418000'),(30536,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-06-09 07:45:36.083000'),(30537,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-06-09 07:45:23.180000'),(30538,'Thank you so much for your rating, Raphael. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-05-26 06:28:07.676000'),(30539,'Thank you for your rating!','2019-05-26 06:27:28.693000'),(30540,'Thank you for your rating, Geralisha!','2019-05-22 05:28:41.043000'),(30541,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-05-14 04:35:50.810000'),(30542,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-05-13 06:01:57.603000'),(30543,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com\nwith your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2019-05-13 15:12:47.144000'),(30544,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-05-09 04:09:21.626000'),(30545,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-05-08 05:19:56.546000'),(30546,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-05-05 06:35:27.477000'),(30547,'Thank you for your review and five star rating, Azucena!','2019-05-05 06:35:04.600000'),(30548,'Thank you for your review and rating, Gabbie!','2019-05-05 06:34:25.102000'),(30549,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-05-05 06:33:57.986000'),(30550,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-05-05 06:33:36.351000'),(30551,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-05-02 09:24:26.147000'),(30552,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-05-02 09:24:15.287000'),(30553,'Thank you for your feedback, it helps us excel at our jobs. We aim for 100% satisfaction at SignatureCare Emergency Center.','2017-01-04 03:39:55.864000'),(30554,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2019-05-02 09:32:16.430000'),(30555,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2019-05-02 09:31:24.113000'),(30556,'Thank you for your wonderful review and rating!','2019-05-02 09:31:07.979000'),(30557,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-05-02 09:29:33.408000'),(30558,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-05-02 09:29:22.971000'),(30559,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope he feels better.','2019-05-02 09:28:25.421000'),(30560,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-02 09:27:13.801000'),(30561,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-05-02 09:26:20.918000'),(30562,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-05-02 09:26:04.662000'),(30563,'Muchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal!','2019-05-13 15:10:55.941000'),(30564,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-04-30 21:02:41.836000'),(30565,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-04-30 21:02:28.064000'),(30566,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-04-30 21:02:09.463000'),(30567,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-04-30 21:00:36.126000'),(30568,'What a nice review! Thank you for taking the time to let us know how we are doing. SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-04-24 05:46:52.959000'),(30569,'Hi, Kisha, can we get a little more information from you so we can know how to resolve this issue? Please send your name, date of birth, and the date and location you visited to info@ercare24.com? Thank you.','2019-04-17 15:26:31.131000'),(30570,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-04-16 06:06:36.858000'),(30571,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-04-15 05:49:30.946000'),(30572,'Hi, Ronnie! Are you sure this review was meant for us?','2019-04-08 19:11:07.179000'),(30573,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your mom\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope she is feeling better.','2019-04-02 07:17:16.558000'),(30574,'Thank you for your rating!','2019-03-28 04:55:22.344000'),(30575,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-03-27 05:52:58.505000'),(30576,'Thank you for your great review and rating!','2019-03-24 07:04:11.091000'),(30577,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-03-24 07:03:32.455000'),(30578,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-03-21 06:31:39.057000'),(30579,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2019-03-25 22:58:21.615000'),(30580,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2019-03-25 22:58:26.383000'),(30581,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing SignatureCare!','2019-03-18 06:22:36.694000'),(30582,'What a nice review! Thank you for taking the time to let us know how we are doing. Our community is important to us, so we love hearing that our team is doing a good job. It\'s never fun when a child has to visit the ER with their parents, but we aim to make you and your family as comfortable as possible while waiting for diagnosis and treatment. Thank you for choosing SignatureCare and we hope your mom is feeling better!','2019-03-18 06:21:26.825000'),(30583,'Thank you for your review and rating, Lance!','2019-03-14 06:29:15.506000'),(30584,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for recommending SignatureCare!','2019-03-14 06:28:45.285000'),(30585,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great recommendation and rating.','2019-02-26 12:44:51.070000'),(30586,'Thank you for your lovely words, Todd! We appreciate the great rating you gave us.','2019-03-13 06:20:16.016000'),(30587,'We sincerely appreciate your continued trust. We believe we have the very best staff in Texas. Thank you for trusting SignatureCare with your emergency needs.','2019-03-12 07:00:23.143000'),(30588,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-03-12 06:58:35.911000'),(30589,'We always appreciate positive feedback from our patients and thank you for trusting us with the care of your mom. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing SignatureCare!','2019-03-12 06:57:13.339000'),(30590,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-03-12 06:56:27.332000'),(30591,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for recommending us!','2019-03-12 06:55:29.535000'),(30592,'Thank you so much for your rating, Kenneth. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-03-12 06:54:22.636000'),(30593,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-03-10 07:59:26.522000'),(30594,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-03-10 07:59:15.843000'),(30595,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope princess is feeling better.','2019-03-10 07:59:06.294000'),(30596,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-03-10 07:58:49.187000'),(30597,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-03-10 07:58:39.371000'),(30598,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-02-27 13:47:45.959000'),(30599,'Thank you for leaving us a great rating!','2019-02-26 12:45:14.004000'),(30600,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-02-25 12:51:49.370000'),(30601,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-02-24 11:08:55.292000'),(30602,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-02-25 16:33:39.562000'),(30603,'Thanks for the 5 star review!','2019-02-20 20:16:55.563000'),(30604,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We\'d like to get more information about your experience. Can you email our billing manager at bscott@roundtmc.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-02-20 20:16:46.128000'),(30605,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-02-18 08:54:32.071000'),(30606,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism with state of the art equipments available. We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-02-14 13:34:44.479000'),(30607,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so very happy to hear you loved your team --- We will make sure to let them know.','2019-02-13 12:41:30.999000'),(30608,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. We will also make sure your suggestion is taken into account and obliged carefully. Thank you for choosing SignatureCare and for the great review.','2019-02-11 13:16:51.168000'),(30609,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-02-11 13:13:00.437000'),(30610,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-02-11 13:11:52.968000'),(30611,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-02-06 13:22:17.479000'),(30612,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-02-05 13:59:50.119000'),(30613,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-02-04 13:15:15.308000'),(30614,'Thanks for the 5 star, Miguel!','2019-02-04 13:15:37.364000'),(30615,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-02-03 12:38:36.355000'),(30616,'SignatureCare Emergency Center takes pride in our staff, and our staff cares so much about our patients. We are so very happy to hear you our team took good care of you.. We will make sure to let them know.','2017-05-05 16:43:30.839000'),(30617,'Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review, and Thank you for choosing SignatureCare!','2019-02-03 12:37:28.638000'),(30618,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-01-29 14:12:30.224000'),(30619,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We pride on our staff taking so much care of our patients. Thank you for the nice review and hope you are feeling better!','2019-01-29 14:17:29.963000'),(30620,'It\'s their compassion for others that makes our employees so special. We are so glad to hear that our team took such good care of you, and in a quick and efficient manner. Thank you for letting us know how we are doing, and thank you for choosing SignatureCare!','2019-01-21 11:23:32.659000'),(30621,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-01-20 06:25:57.407000'),(30622,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-01-18 17:21:32.967000'),(30623,'Thanks for the 5 star review!','2019-01-18 16:02:08.860000'),(30624,'SignatureCare Emergency Center takes pride in our staff, and our staff cares so much about our patients. We are so very happy to hear you loved your team. We will make sure to let them know.','2019-01-18 16:03:38.207000'),(30625,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-01-18 16:03:27.209000'),(30626,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-01-16 13:52:55.574000'),(30627,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-01-16 13:52:24.131000'),(30628,'It\'s their compassion for others that makes our employees so special. We are so glad to hear that our team took such good care of you, and in a quick and efficient manner. Thank you for letting us know how we are doing, and thank you for choosing SignatureCare!','2019-01-16 13:52:03.977000'),(30629,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. It\'s their compassion for others that makes our employees so special. We are so glad to hear that our team took such good care of you, and in a quick and efficient manner. Thank you for choosing SignatureCare and for recommendation with the nice review.','2019-01-15 11:09:19.733000'),(30630,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-01-15 11:10:13.957000'),(30631,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-01-15 11:10:38.372000'),(30632,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-01-15 11:11:17.626000'),(30633,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-01-14 09:52:31.908000'),(30634,'Thanks for the 5 star!','2019-01-13 13:03:05.356000'),(30635,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-01-13 11:59:15.193000'),(30636,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-01-13 12:00:17.363000'),(30637,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so very happy to hear you loved your team --- We will make sure to let them know.','2019-01-13 12:00:57.386000'),(30638,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-01-13 12:02:23.216000'),(30639,'We sincerely appreciate your continued trust. Thank you for trusting us with the care of your daughter and taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-01-13 12:10:06.213000'),(30640,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-01-13 12:10:50.635000'),(30641,'We believe we have the very best staff in Texas. Our doctors and nurses make us proud every day. Thank you for your kind words and for choosing SignatureCare! We are so very happy to hear you loved your team --- We will make sure to let them know.','2019-01-13 12:13:18.840000'),(30642,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-01-11 17:45:17.505000'),(30643,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for the kind words and trusting us with your medical needs.','2019-01-09 11:21:51.555000'),(30644,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs. Our doctors and medical staff thank you for your wonderful feedback and the great rating. We hope for your great health.','2019-01-09 11:17:26.875000'),(30645,'We appreciate your 5 star, Ricky. Thanks for choosing SignatureCare.','2019-01-09 11:12:36.662000'),(30646,'Thank you so much for the 5 star rating.','2019-01-09 11:10:52.150000'),(30647,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better! Thank you for the nice review and great rating.','2019-01-09 11:07:20.889000'),(30648,'Glad you\'re feeling better, and thanks for the review. Good luck on your marathon!','2019-01-09 17:33:28.038000'),(30649,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2019-01-09 10:52:48.596000'),(30650,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. We will make sure to let each respective individual know your appreciation. Thank you for choosing SignatureCare!','2019-01-09 10:41:17.144000'),(30651,'Thank you for the 5 star review, Alexa!','2019-01-08 14:21:23.659000'),(30652,'Thank you for letting us take care of you and for taking the time to let us know how we are doing. We appreciate the feedback.','2019-01-05 00:14:44.207000'),(30653,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the great review, and please consider us if you ever have another medical emergency.','2019-01-04 03:48:28.714000'),(30654,'Their compassion and dedication to helping others is why we love our SignatureCare team. Thank you for letting us know that they are doing a good job. We appreciate the feedback.','2019-01-03 17:30:19.859000'),(30655,'We love hearing about the comfortable experience our patients had at SignatureCare Emergency Center. Thank you so much for the positive feedback and we hope you are feeling better.','2019-01-02 16:44:13.060000'),(30656,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. Thank you for giving us your trust.','2019-01-02 16:43:48.491000'),(30657,'Thank you so much for the five-star rating!','2019-01-01 19:37:40.949000'),(30658,'Thank you for letting us help you and help you feel better! The most stressful time for anyone is during a medical emergency. We hope we put you at ease and provided you with the best care possible.','2018-12-31 17:28:14.664000'),(30659,'We are so sorry to hear about your billing frustrations with us. We value every patient and want 100% satisfaction for everyone who visits with us. I invite you to email our billing manager so he can review your file and get back with you with a solution. Please email tmoore@roundtmc.com with your son\'s full name, date of service and location of service so he can pull your son\'s file and then reach out to you. Thank you for the opportunity to clear this up, and thank you for taking the time to let us know how we are doing. We appreciate any and all feedback.','2018-12-31 17:27:33.156000'),(30660,'We appreciate the nice review and recommendation. Thank you so much for choosing us!','2018-12-30 20:00:20.051000'),(30661,'Thank you so much for the nice review and for choosing SignatureCare!','2018-12-30 19:59:16.773000'),(30662,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear about your positive experience with us. Thank you for the feedback!','2018-12-27 15:12:59.743000'),(30663,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for letting us know that our team is doing a good job. And thank you for choosing SignatureCare!','2018-12-26 15:03:45.456000'),(30664,'Our staff aims to make every patient’s experience speedy and comfortable. Thank you for trusting your emergency needs with SignatureCare.','2018-12-22 14:36:42.522000'),(30665,'Thank you so much for the five-star rating, Maily! We appreciate the feedback.','2018-12-21 03:19:01.079000'),(30666,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. Thank you for choosing SignatureCare!','2018-12-21 03:19:34.162000'),(30667,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your positive review, and we are always here whenever you need us.','2018-12-19 16:57:00.481000'),(30668,'What a nice review! Thank you so much for taking the time to let us know how we are doing. We appreciate your trust and your feedback.','2018-12-12 19:59:03.233000'),(30669,'We are so pleased that our team takes such good care of your dad -- Thank you so much for letting us know how we are doing. SignatureCare is here 24/7 for all your emergency needs!','2018-12-05 02:48:22.144000'),(30670,'Thank you so much for placing your trust in SignatureCare Emergency Center. Our board-certified doctors and staff aim to provide the best possible care for everyone that walks through our doors. Thank you for choosing us and for the very nice review.','2018-12-03 17:04:37.834000'),(30671,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your positive review, and we hope you are feeling better.','2018-12-02 16:31:26.365000'),(30672,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the nice review!','2018-11-29 00:52:52.863000'),(30673,'No one likes the ER, so our SignatureCare team aims to make each visit with us quick and painless. Thank you for the opportunity to care for you during your emergency, and we hope you are feeling better.','2018-11-27 15:39:15.353000'),(30674,'At SignatureCare Emergency Center, we love all our patients, and our number one goal is to treat and diagnose quickly and ensure you feel better faster. We do that by using our on-site state-of-the-art equipment to quickly diagnose patients and our board-certified doctors to implement treatment plans. Thank you for trusting us with your medical needs and for taking the time to let us know how we are doing. We appreciate the feedback!','2018-11-26 15:48:04.045000'),(30675,'Thank you so much for the nice comment and the great rating. We appreciate you choosing SignatureCare!','2018-11-24 14:46:24.721000'),(30676,'Thank you so much for the five-star rating!','2018-11-23 16:59:43.812000'),(30677,'At SignatureCare Emergency Center, we are always looking for ways to improve our services, because our patients are what keep us going strong. Thank you for your positive review.','2018-11-23 16:59:27.567000'),(30678,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less! And our team can handle most of the same emergencies as a hospital. We are very proud that you choose SignatureCare Emergency Center as your choice for care time and again. Thank you for your support.','2018-11-19 19:10:32.925000'),(30679,'Our emergency rooms have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate the chance to care for you. Thank you so much for the nice review and great rating.','2018-11-07 17:10:37.019000'),(30680,'Thank you so much for the feedback! We appreciate your trust and the great rating. Thank you for choosing SignatureCare.','2018-11-03 13:29:02.240000'),(30681,'SignatureCare Emergency Centers are here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn about your positive experience, and hope your husband is feeling better!','2018-11-02 14:20:27.232000'),(30682,'Thank you for your kind words -- we will pass them along to our team. Thank you for choosing SignatureCare!','2018-11-01 20:25:46.876000'),(30683,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the nice review and great rating.','2018-10-26 16:13:37.885000'),(30684,'We appreciate the feedback, Tom! Thank you so much for choosing SignatureCare.','2018-10-24 14:55:00.253000'),(30685,'SignatureCare is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very pleased to learn your experience with us was pleasant, as we strive for excellence each time you visit us. Thank you for the nice review.','2018-10-22 15:12:26.037000'),(30686,'At SignatureCare, we want all of our patients to feel like family, so we love hearing about your experience with us. Thank you for taking the time to let us know how we are doing and for trusting us with your care.','2018-10-19 16:09:08.129000'),(30687,'SignatureCare Emergency Center strives to treat you and get you on your way quickly, as no one likes the ER! Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2018-10-18 15:21:16.242000'),(30688,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your positive review.','2018-10-18 15:20:37.620000'),(30689,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. And thank you for choosing SignatureCare!','2018-10-14 14:24:42.780000'),(30690,'Their dedication for helping people in our community is why we love our employees. Thank you for your kind words, and we will pass them along. And thank you for choosing SignatureCare!','2018-10-13 14:46:41.629000'),(30691,'Thank you so much for your kind feedback and the great rating. We appreciate it. Thank you for choosing SignatureCare and we hope you are feeling better.','2018-10-13 00:34:25.365000'),(30692,'Thank you so much for the five-star rating!','2018-10-11 14:39:14.878000'),(30693,'At SignatureCare, your wait time is generally 10 minutes or less, and our board-certified team aims to make your visit as quick and as painless as possible. Thank you for letting us know that we are meeting that goal. We appreciate the feedback and the great rating.','2018-10-11 14:39:04.316000'),(30694,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you for entrusting our team with the care of your little one. If you need peace of mind in the future, don’t hesitate to contact us.','2018-10-07 17:44:18.555000'),(30695,'We appreciate your review, great rating, and recommendation! Thank you for choosing SignatureCare.','2018-10-05 16:01:15.218000'),(30696,'Emergencies are never fun, especially when it involves your child. Thank you for trusting us with his care, and we hope he is feeling better. We will pass your kind words along to our team.','2018-10-05 16:00:47.991000'),(30697,'Thank you so much for your kind words. We appreciate patient feedback, as it helps us continue to do a good job in our community. Thank you for choosing SignatureCare.','2018-10-05 15:59:44.314000'),(30698,'From the front desk to our doctors, our team makes us proud every day. Thank you for choosing SignatureCare and for the great review.','2018-10-04 15:57:50.657000'),(30699,'Thank you so much for your feedback, and thank you for choosing SignatureCare. We are here 24/7 in case you need us again.','2018-10-04 15:56:07.492000'),(30700,'We aim for 100% satisfaction each time you visit one of our SignatureCare locations, so we are pleased to hear that your visit with us went so well. Thank you for your nice review.','2018-10-04 15:55:47.322000'),(30701,'We are so happy to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the great review and rating, and we are always open and available when you have an unexpected emergency.','2018-09-30 15:31:02.548000'),(30702,'Your positive feedback will help our team continue to do a great job for our patients. Our staff aims to make every patient’s experience as quick and as painless as possible. Thank you for trusting your emergency needs with SignatureCare.','2018-09-30 15:35:35.794000'),(30703,'No one likes the ER, so SignatureCare Emergency Center strives to treat you and get you on your way quickly. We are glad to be here for you when you need us, and we hope you are feeling better.','2018-09-30 15:34:48.456000'),(30704,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and please consider us next time you are experiencing a medical emergency. Thank you for the nice review!','2018-09-30 15:33:53.791000'),(30705,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for taking the time to let us know how we are doing and for the great rating. We appreciate your feedback!','2018-09-30 15:32:28.449000'),(30706,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff try to make you as comfortable as possible when you visit us. Thank you for trusting us with your care and for the fantastic review.','2018-09-29 16:23:03.940000'),(30707,'Nuestras salas de emergencia estĆ”n abiertas las 24 horas del dĆ­a, los 7 dĆ­as de la semana, y aquĆ­ en cualquier momento necesita atención mĆ©dica de emergencia. Gracias de nuevo por elegir SignatureCare Emergency Centers.','2018-09-29 16:21:36.161000'),(30708,'Their compassion and dedication for helping others is why we love our employees. Thank you for your kind words, and for choosing SignatureCare.','2018-09-29 16:20:12.659000'),(30709,'Thank you for taking the time to let us know how we are doing. We appreciate your feedback!','2018-09-28 15:00:29.499000'),(30710,'Agradecemos sus comentarios. Ā”Gracias por elegir SignatureCare y por la agradable reseƱa!','2018-09-27 15:43:46.334000'),(30711,'SignatureCare Emergency Center takes pride in our staff, and our staff cares so much about our patients. We are so very happy to hear you loved your SignatureCare team. We will make sure to let them know.','2018-09-25 17:01:39.841000'),(30712,'We are sorry you were unhappy with the care your sister received at SignatureCare Emergency Center. I have passed these concerns onto our medical director and they will be addressed. We’d like to get more information about your sister\'s experience so we can review her file and make sure it never happens again. Can you email jmartin@ercare24.com with your sister\'s full name, date of service and location of service so that we can review and get back to you? We appreciate your help with this matter.','2018-09-22 16:28:48.688000'),(30713,'Our team appreciates receiving comments like this. Thank you for taking the time to let us know how we are doing. Thank you so much for choosing SignatureCare!','2018-09-23 17:36:31.124000'),(30714,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback and for the great rating.','2018-09-22 16:29:58.429000'),(30715,'Their compassion and dedication is what makes the SignatureCare team so great. Thank you for letting us know that they are doing a good job!','2018-09-22 16:22:46.372000'),(30716,'Thank you for the five-star rating -- we appreciate it!','2018-09-22 16:22:03.114000'),(30717,'We appreciate and value your feedback because our patients are what keep us going strong. Thank you for your positive review, and for choosing SignatureCare.','2018-09-21 17:12:24.558000'),(30718,'We appreciate you trusting us with your care and your dad\'s care, and are very pleased to hear that our SignatureCare team has taken great care of you both times. Thank you for choosing SignatureCare and for the recommendation. We hope your dad is feeling better.','2018-09-21 17:11:24.755000'),(30719,'ER visits can be scary, especially when it involves a parent. We are glad that our team took good care of your mother and helped put you at ease. Thank you for giving us the chance to care for her, and we hope she is feeling better.','2018-09-21 17:01:12.513000'),(30720,'Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you for choosing SignatureCare Emergency Centers.','2018-09-21 16:54:41.400000'),(30721,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. We are here 24/7 in case you need us again. Thank you for the nice review.','2018-09-19 16:55:28.521000'),(30722,'We aim for 100% satisfaction at SignatureCare, so we are very pleased to hear that this was your experience with us. Thank you for choosing us!','2018-09-17 17:08:28.146000'),(30723,'Thank you so much for your nice review -- we will pass along your kind words to our team. Thank you for choosing SignatureCare!','2018-09-16 16:16:07.937000'),(30724,'Our team makes us proud every day! Thank you for choosing SignatureCare and for the nice review.','2018-09-15 19:28:22.892000'),(30725,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for letting us know about your experience and we hope you are feeling better.','2018-09-15 19:28:01.521000'),(30726,'Thank you for letting us know that our team is doing a good job. Our community is important to us!','2018-09-14 21:06:35.732000'),(30727,'Agradecemos sus comentarios. Ā”Gracias por elegir SignatureCare!','2018-09-14 21:06:14.303000'),(30728,'We appreciate your review and your recommendation. Thank you for giving us the chance to care for you.','2018-09-14 21:05:19.582000'),(30729,'Thank you so much for the feedback and the five stars -- we appreciate it!','2018-09-14 13:58:48.045000'),(30730,'Their compassion and dedication to helping others is why we love our SignatureCare team. Thank you for letting us know that they are doing a good job. We appreciate your feedback.','2018-09-13 00:00:24.185000'),(30731,'We appreciate you giving SignatureCare your trust time and again for your emergency needs, and your kind words regarding our team -- we will pass them along. Thank you for your great review and rating!','2018-09-12 23:59:38.302000'),(30732,'Thank you so much for the great feedback. While we hope to not see you soon, SignatureCare is here 24/7 when you do have an unexpected emergency.','2018-09-11 17:19:40.097000'),(30733,'Thank you for your review and your recommendation. We appreciate the feedback!','2018-09-10 16:06:42.216000'),(30734,'Thank you for taking time to leave us such a nice review. Our staff appreciates reading reviews like this. We want everyone who walks through the doors at SignatureCare to feel like a VIP. Thank you for supporting us, and putting your trust in our medical team.','2018-09-09 13:44:35.188000'),(30735,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and please know that we are here 24/7 in case you ever need us again.','2018-09-08 16:04:55.855000'),(30736,'We want all of our patients to feel like VIPs, and we aim to make your visit with us as quick and painless as possible. Thank you for taking the time to let us know how we are doing!','2018-09-08 16:04:20.888000'),(30737,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. We appreciate your feedback and thank you for choosing SignatureCare.','2018-09-08 16:03:38.740000'),(30738,'Sabemos que tiene una opción cuando se trata de atención de emergencia, y estamos muy orgullosos de que haya elegido SignatureCare. Ā”Gracias por la genial retroalimentación!','2018-09-08 15:30:14.603000'),(30739,'Thank you for your kind words and the great rating! We appreciate your feedback and are here 24/7 in case you ever need us again.','2018-09-08 15:30:39.962000'),(30740,'Agradecemos los excelentes comentarios. Ā”Muchas gracias por elegir SignatureCare!','2018-09-08 15:29:08.928000'),(30741,'Muchas gracias por los excelentes comentarios. Nos complace estar aquĆ­ para sus emergencias mĆ©dicas y apreciamos que elija SignatureCare.','2018-09-07 16:25:55.206000'),(30742,'Thank you for your positive review and great rating. We appreciate the feedback and are here 24/7 for all your medical emergencies. Thanks for choosing SignatureCare!','2018-09-07 16:23:45.364000'),(30743,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and please consider us next time you are experiencing a healthcare emergency.','2018-09-07 16:22:51.991000'),(30744,'Our doctors and medical staff thank you for your wonderful feedback. It will help us continue to do a great job for each and every patient that visits us. Thank you so much for choosing SignatureCare and we hope you are feeling better.','2018-09-07 16:22:18.538000'),(30745,'We appreciate your positive review and recommendation. Our goal is always to provide the best care, and we are very happy to know this was your experience with SignatureCare.','2018-09-07 16:21:09.418000'),(30746,'It’s great to hear that our doctors took such good care of you and that your experience at SignatureCare Emergency Center was positive. Thank you for the great review and rating.','2018-09-07 16:20:14.703000'),(30747,'We always appreciate positive feedback from our patients. While we hope not to see you anytime soon, we are here 24/7 in case you need peace of mind in the future. Thank you for choosing SignatureCare.','2018-09-07 16:19:35.313000'),(30748,'It’s great to hear that our staff treated you so well and that your experience at SignatureCare Emergency Center was positive. Thank you for the great review and for giving us the chance to care for you!','2018-09-06 16:01:40.053000'),(30749,'Thank you so much for placing your trust in us. SignatureCare\'s board-certified doctors and staff aim to provide the best possible care for everyone that walks through our doors. Thank you for the nice review and great rating!','2018-09-04 15:57:36.599000'),(30750,'SignatureCare\'s patients are what keep us going strong. Thank you for your positive review, and we hope you feel better.','2018-09-06 16:00:42.631000'),(30751,'We aim to get you in and out quickly and back to your life! Thank you for taking the time to let us know that our team is doing a good job. And thank you for choosing SignatureCare!','2018-09-06 15:59:57.827000'),(30752,'Our goal is to always provide the very best care. We appreciate your feedback and hope you are feeling better!','2018-09-04 15:55:28.055000'),(30753,'Thank you so much for the five star rating, Shaun!','2018-08-31 16:17:01.682000'),(30754,'We are open 24 hours so you have peace of mind during your next emergency, should you need us. Thanks choosing our facility and for the nice review.','2018-08-31 16:16:51.399000'),(30755,'We appreciate the chance to care for you and to show you how we are different! Our board-certified team is here for you 24/7 to handle most medical emergencies for you and your family. Thank you so much for the nice review and for choosing SignatureCare.','2018-08-31 16:16:10.903000'),(30756,'Our doctors and medical staff thank you for your wonderful feedback. Thank you for choosing SignatureCare and for the nice review.','2018-08-26 17:19:04.617000'),(30757,'We aim to make all patients comfortable while waiting for diagnosis and treatment. We are very happy to know this was your experience with SignatureCare, and we appreciate you taking the time to let us know how we are doing.','2018-08-30 16:23:17.219000'),(30758,'Brenda, thank you so much for taking the time to rate us! We appreciate the feedback.','2018-08-30 16:20:36.169000'),(30759,'We appreciate the five-star rating. Thank you!','2018-08-30 16:20:18.499000'),(30760,'Thank you for the five-star rating, Audrey!','2018-08-30 16:20:03.092000'),(30761,'We always appreciate positive feedback from our patients. We are here 24/7 for all your emergency medical needs!','2018-08-30 16:19:52.761000'),(30762,'We appreciate the great feedback. Thank you for choosing SignatureCare!','2018-08-30 16:14:27.584000'),(30763,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for your nice review.','2018-08-27 17:38:26.536000'),(30764,'We appreciate your positive feedback. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thanks for choosing SignatureCare!','2018-08-27 17:38:03.295000'),(30765,'Thank you for your kind words and great rating! We appreciate the feedback.','2018-08-27 17:35:17.107000'),(30766,'At SignatureCare, we want each and every patient to feel like a VIP, so we are very pleased that this was your experience with us. Thank you for giving us the chance to care for you during your emergency and we hope you are feeling better!','2018-08-27 16:33:47.879000'),(30767,'Thank you so much for the five-star rating! We appreciate it.','2018-08-26 17:19:21.628000'),(30768,'Our goals are to provide the best care possible to all patients and ensure their families are comfortable while waiting for diagnosis and treatment. We are very happy to know this was your experience with SignatureCare. Thank you for letting us know!','2018-08-26 17:18:25.988000'),(30769,'Thank you for the nice review, and we are always open and available when you have an unexpected emergency. Thanks for choosing SignatureCare!','2018-08-26 17:17:24.327000'),(30770,'Thank you or your kind words -- we will pass them along to our team. Thank you for choosing SignatureCare.','2018-08-26 17:13:49.178000'),(30771,'Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Centers and taking time from your busy schedule to write us such a positive review.','2018-08-26 17:13:23.226000'),(30772,'Thank you for the fantastic review, and we are always open and available when you have an unexpected emergency. Thank you for choosing SignatureCare.','2018-08-25 16:55:06.709000'),(30773,'Their compassion and dedication for helping others is why we love our employees. Thank you for your kind words, and we hope you are feeling better.','2018-08-25 16:54:19.126000'),(30774,'SignatureCare is here 24 hours a day, 365 days a year when you have an unexpected emergency. Thank you for choosing us!','2018-08-25 16:53:43.470000'),(30775,'Thank you for letting us help you and help you feel better! And thank you for putting your trust in our SignatureCare team.','2018-08-24 15:25:39.389000'),(30776,'Hi Peter, thank you so much for the nice rating. If there is anything we could have done to earn that fifth star, we hope you will let us know, as we aim for 100% satisfaction each time you visit us. thank you again for taking the time to rate us -- we appreciate any and all feedback!','2018-08-19 17:17:47.315000'),(30777,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. Thank you so much for the nice review and great rating -- we appreciate the feedback.','2018-08-20 15:17:57.448000'),(30778,'What a nice review -- we will pass along your kind words to our team so that they remember what a good job they are doing for their community. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2018-08-19 17:20:02.250000'),(30779,'We appreciate the good rating, Joshua. We hope if there is anything we could have done to earn that fifth star, you will let us know, as we aim for excellence each time you visit us. Thanks again for the feedback!','2018-08-18 13:31:07.349000'),(30780,'We appreciate the nice feedback. Than you for choosing SignatureCare and we hope you are feeling better.','2018-08-18 13:30:32.540000'),(30781,'Thank you for giving SignatureCare your trust time and again when it comes to your medical emergency. We appreciate the great feedback and the great rating.','2018-08-18 13:29:57.587000'),(30782,'Thank you for letting us know that we are doing a good job. We appreciate the feedback and the great rating!','2018-04-26 14:10:29.638000'),(30783,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our team will make you and your family members feel comfortable while your treatment is in process. Thank you for choosing SignatureCare and for the fantastic review.','2018-08-17 14:51:10.539000'),(30784,'Thank you so much for the five-star rating. We appreciate the feedback!','2018-08-16 16:24:28.352000'),(30785,'Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. Thank you for giving us the chance to care for you and for the nice review!','2018-08-15 14:02:00.155000'),(30786,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and remember that we are here 24/7 in case you have another health emergency.','2018-08-15 14:01:13.538000'),(30787,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2018-08-12 16:18:14.390000'),(30788,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your positive review, and we are always here whenever you need us.','2018-08-10 19:53:01.907000'),(30789,'Our doctors and medical staff thank you for your wonderful feedback, and we will continue to provide excellent care to our patients. Thank you for choosing SignatureCare.','2018-08-10 19:52:24.467000'),(30790,'We appreciate you trusting us time and again for your emergency care. Thank you for the great feedback -- it will help us continue to do a great job for our community.','2018-08-10 19:51:26.543000'),(30791,'Thank you for choosing SignatureCare Emergency Centers are your choice for emergency care. We appreciate the great feedback!','2018-08-08 16:54:19.572000'),(30792,'At SignatureCare Emergency Center, we love all our patients, and our number one goal is to treat and diagnose quickly and help you feel better faster. Thank you for trusting us with your mom\'s medical needs and we hope she is feeling better.','2018-08-06 16:55:09.346000'),(30793,'When we receive feedback like this, it helps us know we’re doing something right in our community. Thank you for letting us care for you and for the nice review.','2018-08-04 16:38:59.964000'),(30794,'We have some of the best nurses in Texas- SignatureCare Emergency Rooms take pride in our staff and our nurses care so much about our patients. We are so very happy to hear you loved your nurses and our staff. We will make sure to let them know. Feel better Angel!','2016-08-26 17:21:16.251000'),(30795,'Our staff aims to make every patient’s experience speedy and comfortable. Thank you for trusting your husband\'s emergency needs with SignatureCare, and thank you for the very nice review.','2018-08-02 15:39:48.661000'),(30796,'We appreciate and value your feedback. At SignatureCare Emergency Center, we are always looking for ways to improve our services. Thank you for your positive review, and we hope your husband is feeling better.','2018-07-31 23:37:48.274000'),(30797,'We aim to treat all our patients like they are are ONLY patient, so it\'s great to hear that our team did just that. Thank you for choosing SignatureCare.','2018-07-31 01:48:17.685000'),(30798,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. Thank you so much for choosing SignatureCare time and again for your emergency needs!','2018-07-29 14:15:38.752000'),(30799,'We appreciate you giving us your trust not once, but twice. We are glad to be here for you when you need us. Thank you for choosing SignatureCare and for the nice review.','2018-07-29 14:13:35.690000'),(30800,'We aim for 100% satisfaction each time you visit us, so thank you for letting us know how we did. Thank you for choosing SignatureCare and we hope you are feeling better.','2018-07-28 15:29:00.158000'),(30801,'Their love for their patients is why we love our team. Thank you for letting us know that they are doing a good job. While we hope not to see you anytime soon, we are here 24/7 in case you need us again.','2018-07-28 15:30:10.994000'),(30802,'While we hope not to see you anytime soon, know that we are here 24/7 in case you need us again. Thank you for choosing SignatureCare!','2018-07-27 14:35:52.111000'),(30803,'Thank you for the five-star rating! We appreciate it.','2018-07-27 14:35:07.864000'),(30804,'Thank you so much for the positive feedback. We appreciate your comments and reviews. Although we hope to not see you soon, we are here when you do have an unexpected emergency. Thank you for choosing SignatureCare.','2018-07-26 14:44:00.339000'),(30805,'The most stressful time for anyone is during a medical emergency. We hope we put you at ease and provided you with the best care possible. Thank you for the nice review and great rating. And thank you for choosing SignatureCare.','2018-07-22 17:18:07.684000'),(30806,'We are sorry to hear about your husband\'s emergency, but are very pleased to hear that our team took good care of him and you during your visit. Thank you for giving us the chance to care for your husband, and we hope he is feeling better!','2018-07-21 17:57:36.934000'),(30807,'We appreciate your continued trust in our board-certified team at SignatureCare. Thank you for taking time out of your busy schedule to let us know how we are doing. We appreciate the great rating and the very nice review.','2018-07-21 17:56:45.800000'),(30808,'SignatureCare aims for 100% satisfaction each and every time you visit. Thank you for choosing us and for the great rating.','2018-07-21 17:56:00.645000'),(30809,'SignatureCare has a much shorter wait time than most hospitals (usually 10 minutes or less) and we will treat you like family each and every time you visit us. Thank you for giving us the chance to care for you.','2018-07-21 17:55:22.601000'),(30810,'We want all patients and their families to be comfortable while diagnosis and treatment are in progress. Thank you for letting us know that our team took such good care of you, and we hope your husband is feeling better. Thank you for choosing SignatureCare.','2018-07-21 17:54:30.167000'),(30811,'Their compassion for helping other is what makes our staff so great. Thank you for letting SignatureCare take care of you during your emergency and for taking the time to let us know how we are doing.','2018-07-21 17:53:47.101000'),(30812,'Visiting the ER is never fun, especially when a loved one is hurt. We are pleased to hear that our team took good care of your husband and we hope he is feeling better. Thank you for trusting SignatureCare with his emergency needs.','2018-07-20 17:00:35.529000'),(30813,'Their kindness and compassion for others is what makes our staff so special. We are so pleased to hear that they took good care of you and hope you will consider us next time you are having a medical emergency. Thank you for choosing SignatureCare.','2018-07-20 16:59:39.470000'),(30814,'Thank you so much for your feedback! Our goal is to always provide the best care. We love hearing about the comfortable experience you had and we hope you are feeling better.','2018-07-20 16:58:38.678000'),(30815,'Thank you for the five stars, Jorge! We appreciate the great rating.','2018-07-19 15:15:11.852000'),(30816,'Their compassion and dedication for helping others is why we love our employees. Thank you for your kind words, and we will pass them along.','2018-07-18 14:11:37.358000'),(30817,'We appreciate the feedback and any future recommendation! Thank you for choosing SignatureCare and for taking the time to let us know how we are doing.','2018-07-16 16:30:43.662000'),(30818,'We appreciate you choosing SignatureCare ER time and again for your emergency needs. Thank you for your trust and for the great review and rating.','2018-07-16 16:30:19.109000'),(30819,'We appreciate the feedback and the recommendation. Thank you for choosing SignatureCare!','2018-07-14 14:34:21.304000'),(30820,'Our doors are open 24/7 for community members suffering a medical emergency. Thank you so much for putting your trust in the board-certified doctors, nurses and staff at SignatureCare. We appreciate the review and great rating.','2018-07-13 16:16:22.949000'),(30821,'We are very sorry to hear that your friend had a bad experience at our facility. We are looking into this situation with our team so that we can improve communication and care. We take all reviews very seriously and we appreciate your feedback. Thank you for taking the time to let us know how we are doing.','2018-07-11 16:31:20.385000'),(30822,'Thank you so much for the feedback, Crystal! We appreciate the five stars.','2018-07-11 16:29:59.430000'),(30823,'You are certainly not the first parents who are more worried than their injured child! At SignatureCare, we want all parents to know that we will treat your child as if they are our own, with the utmost care and consideration. Thank you for trusting us time and again with your emergency needs and we hope your daughter is feeling better!','2018-07-09 16:14:23.168000'),(30824,'We always appreciate positive feedback from our patients. Thank you for letting our team take good care of you and for letting us know how we are doing.','2018-07-06 15:37:28.657000'),(30825,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your trust in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job.','2018-07-05 16:09:54.116000'),(30826,'Thank you for the five stars, Tony!','2018-06-20 21:20:38.825000'),(30827,'Our community is important to us, so its great to hear that our team took good care of you. Thank you for taking the time to let us know how we are doing.','2018-06-07 17:31:35.663000'),(30828,'We want all of our patients to feel like family, so it\'s great to hear that our team made you feel at home and comfortable while your diagnosis and treatment were in progress. Thank you for choosing SignatureCare and for the great review.','2018-06-07 17:29:19.910000'),(30829,'Thank you for choosing SignatureCare and for the fantastic review. We appreciate you taking time from your busy schedule to rate us, and we appreciate any future recommendations!','2018-06-06 15:27:50.638000'),(30830,'Thank you for your comment -- we take all reviews, good or bad, very seriously. We would like the chance to review your bill and then discuss with you. Can you please email our billing manager, Tray at tmoore@roundtmc.com with your full name, date of service and location of service? We will take a look and get back with you to clear up any confusion and assist you further. Thank you so much for taking the time to review and rate us.','2018-06-06 15:25:39.489000'),(30831,'We appreciate you taking time out of your day to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Centers.','2018-06-05 19:03:00.051000'),(30832,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. You are correct that we do not accept Medicaid -- the Medicaid program does not participate with freestanding emergency rooms like ours (not affiliated with a hospital), but we hope their policy changes in the future. Thank you for choosing us and for the very nice review!','2018-06-04 16:33:07.631000'),(30833,'Our goals are to provide the best care possible to all patients and ensure you are comfortable while waiting for diagnosis and treatment. We are very happy to know this was your experience with our emergency room. Thank you for the great review and rating.','2018-06-04 16:30:06.652000'),(30834,'Thank you for the five-star rating, Marci. We appreciate the feedback!','2018-06-01 17:26:48.668000'),(30835,'Thank you so much for taking the time to rate us, Tina. We hope you will let us know if there\'s anything we could have done to earn that final star in your rating, as we aim for 100% satisfaction with each of our patients. Thank you for choosing SignatureCare!','2018-05-31 15:26:05.583000'),(30836,'Thank you so much for the five-star rating -- we appreciate the feedback!','2018-05-26 15:48:04.747000'),(30837,'Our SignatureCare team makes us proud every day with the way they care for members of our community. Thank you for letting us know that they are doing a good job. And thank you for choosing SignatureCare.','2018-05-24 16:02:56.192000'),(30838,'Our patients are what keep us going strong, so we appreciate your feedback. Thank you for your positive review, and for choosing SignatureCare.','2018-05-23 15:13:40.741000'),(30839,'Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2018-05-21 19:58:37.140000'),(30840,'Great to hear! Thank you for choosing our facility, and for the five-star rating!','2017-10-24 15:18:21.216000'),(30841,'Thanks for the feedback! We appreciate it.','2018-05-15 17:17:33.266000'),(30842,'Thank you for your kind words. We will pass them along to our team. We are open 24/7 in case you ever need us again. Thank you for choosing us!','2018-05-13 16:29:45.590000'),(30843,'We appreciate your kind words and great review. Thank you for taking the time to let us know how we are doing. We appreciate you choosing SignatureCare and hope you are feeling better.','2018-05-10 15:33:25.200000'),(30844,'We are so glad to hear that you are feeling better after your visit to SignatureCare Emergency Centers. Thank you for giving us the chance to take care of you, and for taking the time to review our services.','2018-05-01 17:59:42.014000'),(30845,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you for entrusting our team with the care of your little ones.','2018-04-28 13:04:14.854000'),(30846,'Thank you for the very nice review, Pat. We appreciate the feedback! We hope you will let us know if there\'s anything we could have done to earn that fifth star in your rating, so we can do better next time!','2018-04-25 16:49:10.609000'),(30847,'We appreciate the five-star rating, Kelly. Thanks so much for your feedback, and for choosing SignatureCare.','2018-04-24 16:46:37.124000'),(30848,'Thank you for your feedback -- we take it extremely seriously. We apologize you were unhappy with your experience and would love the chance to talk to you. Could you email jmartin@ercare24.com with your full name, date of service and location of service so that we can review your case with our team? We appreciate the chance to learn from our mistakes and do better next time. Thank you for your help and for your review.','2018-04-24 16:49:47.940000'),(30849,'SignatureCare\'s doctors, nurses and medical staff aim to make you and your family members feel comfortable and able to relax while your treatment and diagnosis are in process. We are glad to hear this was your experience with our facility. Thank you for choosing SignatureCare and for the fantastic review.','2018-04-24 16:48:24.838000'),(30850,'Thank you so much for the positive feedback. Although we hope to not see you soon, we are here when you do have an unexpected emergency. Thank you for choosing SignatureCare.','2018-04-20 15:32:31.961000'),(30851,'We appreciate your feedback. Thank you for choosing SignatureCare!','2018-04-19 17:28:38.914000'),(30852,'We appreciate your feedback. It\'s great to hear that our staff took such good care of you. Thank you for choosing SignatureCare Emergency Centers.','2018-04-13 15:24:42.211000'),(30853,'Thank you for your feedback. When we receive feedback like this, it helps us know we\'re doing something right in our community. Our SignatureCare staff is always ready to take care of your emergency needs. Thank you for trusting us to care for you.','2018-04-11 14:21:01.163000'),(30854,'Thank you so much for taking the time to review our services. We appreciate the great rating!','2018-04-08 19:46:31.195000'),(30855,'SignatureCare\'s wait times are shorter than a hospital -- usually 10 minutes or less -- and our board-certified doctors are available to treat your emergency 24/7. Thank you for choosing us, and we hope you are feeling better.','2018-04-07 16:02:55.232000'),(30856,'We are glad we could be here for you to help you feel better. Thank you for choosing SignatureCare and we appreciate the great rating!','2018-04-07 16:01:49.647000'),(30857,'Thank you so much for the opportunity to care for you. We appreciate your review and any future recommendations. We will pass your kind words along to our SignatureCare team.','2018-04-04 15:49:20.061000'),(30858,'We appreciate and value your feedback. At SignatureCare Emergency Center, we are always looking for ways to improve our services. Our patients are what keep us going strong. Thank you for your positive review, and for the great rating.','2018-04-03 13:56:25.396000'),(30859,'No one likes the ER, but we are glad to hear that our team made your visit with us quick and painless. Thank you for taking the time to review us, and thank you for choosing SignatureCare.','2018-04-02 15:12:00.292000'),(30860,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2018-03-31 14:58:25.723000'),(30861,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and for the very nice review.','2018-03-26 22:06:44.249000'),(30862,'It\'s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Our goals are to provide the best care possible to all patients, so we are very happy to know this was your experience with our emergency room. Thank you for choosing us.','2018-03-24 18:06:06.628000'),(30863,'We are glad our team was able to make your visit with us quick and comfortable. Thank you for choosing SignatureCare and for the great review.','2018-03-21 16:29:15.875000'),(30864,'At SignatureCare Emergency Center, we love all our patients, and our top priority is to treat and diagnose quickly and ensure you feel better faster. We do that by using our on-site state-of-the-art equipment to quickly diagnose patients and our board-certified doctors to implement treatment plans. Thank you for trusting us with your care and for the very nice review.','2018-03-17 15:15:34.115000'),(30865,'Thank you so much for taking the time to review us and let us know how we are doing. We take all of your comments very seriously, and one of our management staff will be reaching out to you to discuss your case with you. Thank you so much for giving us the chance to take care of you and to review our policies and procedures with our team.','2018-03-17 18:40:38.864000'),(30866,'Thank you for the feedback, Sara. It will help us continue to do a good job in our community. Thanks for choosing SignatureCare!','2018-03-13 15:56:49.600000'),(30867,'Thank you for trusting us time and again with your emergency care. We appreciate the nice review and the five-star rating!','2018-03-04 17:10:42.405000'),(30868,'Thank you for letting us know that our team is doing a good job. Our community is important to us, and we appreciate any feedback that helps us do better. Thanks for the nice review!','2018-02-28 18:00:27.827000'),(30869,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place. But we aim to make your visit with us quick and pleasant. It\'s great to hear that this was your experience with us. Thanks so much for the nice review.','2018-02-24 19:50:18.281000'),(30870,'We always appreciate positive feedback from our patients. Our dedicated staff is here 24/7 for all of your medical emergencies. Thanks so much for choosing SignatureCare.','2018-02-23 17:05:33.492000'),(30871,'Our goal is to provide the best care possible to all patients. We are very happy to know this was your experience with our emergency room. Thank you for your very nice review.','2018-02-22 18:12:50.816000'),(30872,'Thank you for your feedback! It will help our team continue to do a great job. Thanks for choosing SignatureCare.','2018-02-14 23:18:48.322000'),(30873,'We are glad our SignatureCare team was able to deliver an exceptional experience. Thank you for letting us take care of you and for taking the time to write us a nice review.','2018-02-14 23:18:28.814000'),(30874,'We appreciate the great feedback. Thank you for choosing SignatureCare.','2017-08-21 18:48:08.461000'),(30875,'Our doctors are board certified and have excellent bedside manners -- so we\'ve been told numerous times. Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was as it should always be when you visit an emergency room, specifically SignatureCare.','2018-02-11 20:01:04.585000'),(30876,'Our doctors have great bedside manners -- or so we\'ve been told time and again! Thank you for letting us know they are doing a good job. Thanks for choosing SignatureCare.','2018-02-08 16:44:10.080000'),(30877,'Children cannot always tell us what\'s wrong like an adult, but at SignatureCare, we use our state-of-the-art equipment and onsite lab services to quickly diagnose young children. It is never fun when your child gets sick, but when you have an emergency, we are here to help! Thank you for your review and we hope your child feels better soon.','2018-02-07 17:38:15.559000'),(30878,'We aim to treat all of our patients as if they are family. We are glad to hear that our SignatureCare team did just that. Thanks for trusting us with your medical emergency and for the very nice review.','2018-02-06 16:37:44.849000'),(30879,'We appreciate you trusting SignatureCare time and again for your care. Thanks for taking the time to review us!','2018-02-06 16:36:30.847000'),(30880,'It\'s never fun when you\'re traveling and get sick, but we are glad that we were able to be here for you. Thank you for trusting SignatureCare with your care and for the great review and rating.','2018-02-04 14:44:30.241000'),(30881,'Thank you so much for your feedback! Our goal is to always provide the best care. If you have any further questions, don\'t hesitate to give our team a call.','2018-02-04 14:38:57.643000'),(30882,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and please consider us next time you are experiencing a healthcare emergency.','2018-02-02 19:54:11.420000'),(30883,'Thank you for the five-star rating, Terri. We appreciate it.','2018-02-02 19:51:08.906000'),(30884,'Thank you so much for the positive feedback. We appreciate your comments and reviews. Although we hope to not see you soon, we are here when you do have an unexpected emergency.','2018-02-02 19:52:35.768000'),(30885,'SignatureCare\'s board-certified doctors and staff aim to provide the best possible care for everyone that walks through our doors. Thank you for putting your faith in our team, and we hope you are feeling better.','2018-01-31 16:00:37.586000'),(30886,'Our team at SignatureCare knows that your time is valuable. We make our patients the number one priority no matter their emergency. Thank you so much for your positive feedback and for the five-star rating.','2018-01-26 16:19:03.393000'),(30887,'We are so sorry to hear about your recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency, and we will always put our patients first. We hope you feel better.','2018-01-25 13:01:17.958000'),(30888,'We appreciate your review and the great rating you gave us. Thanks for choosing SignatureCare!','2018-01-25 13:00:09.284000'),(30889,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your positive review, and we are always here whenever you need us.','2018-01-23 14:10:31.008000'),(30890,'It’s great to hear that your experience at SignatureCare Emergency Center was positive. Thank you for the nice review, and we are always open and available when you have an unexpected emergency.','2018-01-23 14:10:07.854000'),(30891,'We appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2018-01-23 14:09:24.870000'),(30892,'Thanks so much for letting us know how we are doing. We hope you will let us know if there\'s anything we could have done to earn that fifth star! We aim for 100% satisfaction with our patients. Thanks for the review!','2018-01-23 14:08:56.420000'),(30893,'Thank you for taking time from your busy schedule to review your experience with us. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Centers.','2018-01-23 14:07:54.864000'),(30894,'SignatureCare wants all parents to know that we will treat your child as if they are our own. Thank you for trusting us with the care of your daughter, and we hope she is feeling better. Thanks for the great review.','2018-01-22 15:23:28.062000'),(30895,'We appreciate your feedback! Thanks for choosing SignatureCare.','2018-01-21 15:58:20.443000'),(30896,'We appreciate the five-star rating -- thanks!','2018-01-18 16:56:42.995000'),(30897,'SignatureCare loves offering you short wait times and quick and efficient diagnoses and treatment. Thank you for giving us the chance to take care of you, and for the nice review.','2018-01-16 16:06:25.243000'),(30898,'I appreciate you taking the time to tell us about your recent visit with SignatureCare. We take all of our patient’s feedback very seriously. Please give us the opportunity to discuss this matter with you personally so we can learn from the experience and make sure it doesn’t happen again in the future. Would you please email info@ercare24.com with your son\'s full name, date of service and location of service so that we can review your case and talk to our team? We value every patient and want 100% satisfaction for everyone who visits with us. Thank you for taking the time to review us.','2018-01-16 16:05:31.960000'),(30899,'Thanks for the feedback and five stars, Nicole. We appreciate it!','2018-01-16 15:59:39.097000'),(30900,'Thank you so much for the five-star rating, Jordan!','2018-01-16 15:59:22.379000'),(30901,'We appreciate you giving us your trust not once, but twice. Thanks for the great review and rating, and we hope you are feeling better.','2018-01-14 16:50:43.163000'),(30902,'Our staff makes us proud every day with the way they take care of our patients. Thank you for letting us know they are doing a good job.','2018-01-13 14:39:40.879000'),(30903,'Thank you for the nice feedback. We appreciate the great rating!','2017-12-25 16:50:44.301000'),(30904,'We are sorry to hear about your emergency (especially right before the holidays!), but are so glad to hear that we were able to take care of you quickly and efficiently. Thank you for the nice review and great rating.','2018-01-11 18:25:47.585000'),(30905,'The wait time at SignatureCare is usually 10 minutes or less, and we are so glad to hear that this was your experience when visiting us. Thank you for letting us take care of you and for such a nice review.','2018-01-10 18:29:38.345000'),(30906,'We appreciate you trusting us more than once to care for you and your husband. No one likes the ER, but we are glad to hear that our team made your time with us comfortable and memorable. Thank you for choosing SignatureCare and for giving us such a great rating.','2018-01-10 18:29:01.200000'),(30907,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and for writing such a nice review.','2018-01-10 18:27:38.791000'),(30908,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thanks for choosing SignatureCare!','2018-01-09 18:41:54.639000'),(30909,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you for choosing SignatureCare Emergency Centers.','2018-01-07 19:28:16.145000'),(30910,'Thanks so much for the feedback! Our staff appreciates comments like this, and we appreciate the nice review.','2018-01-07 19:27:28.142000'),(30911,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our team aims to make you feel as comfortable as possible while your treatment and diagnosis are in process. Thank you for choosing us and for the fantastic review.','2018-01-06 18:15:57.259000'),(30912,'Our goal at SignatureCare is to get you in and out quickly, and back on your way to good health. We appreciate the chance to take care of you and hope you are feeling better.','2018-01-05 17:24:19.400000'),(30913,'Thank you for trusting us with your care. SignatureCare cares about every member of our community, and we are open 24/7 in case you need us again.','2018-01-05 17:23:33.231000'),(30914,'Thanks so much for the feedback and great rating. We appreciate your feedback and hope you are feeling better.','2018-01-04 15:57:42.987000'),(30915,'We love hearing about the comfortable experience our patients had at SignatureCare. We are glad our team put you at ease and took good care of you. Thanks so much for the nice review.','2018-01-04 15:56:17.581000'),(30916,'Thank you so much for the five-star rating, Barbara. We appreciate it.','2018-01-04 15:55:43.262000'),(30917,'Thanks so much for the feedback and four stars, Vany. Let us know if there is anything we could have done to earn that fifth star, as we aim for 100% satisfaction at SignatureCare!','2018-01-04 15:55:24.926000'),(30918,'Thank you for the fantastic review. It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive.','2018-01-03 15:51:48.093000'),(30919,'Thank you so much for the five stars, Amanda. We appreciate it!','2017-12-30 15:55:29.769000'),(30920,'Thank you so much for putting your trust in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. Thank you for the great review.','2017-12-28 15:05:39.501000'),(30921,'Thank you so much for the nice review and any future recommendations. We appreciate you giving SignatureCare your trust.','2017-12-26 20:55:21.055000'),(30922,'We are very sorry to hear about your billing frustrations. We take all comments and complaints very seriously and would like to review your case. If you would please email Tray in our billing office at tmoore@roundtmc.com, he will review your bill and discuss with you personally. Thank you for letting us know how we are doing, and we look forward to resolving this problem for you.','2017-12-23 21:50:26.434000'),(30923,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare and for the nice rating.','2017-12-22 19:03:58.527000'),(30924,'Thank you for letting us know how we are doing. We take all complaints very seriously and we would like a chance to review your case and see if we can help. Can you email info@ercare24.com with your full name, date of service and location of service so that we can look into this further for you? We want all of our customers to be satisfied customers, so please give us an opportunity to make this right for you. Thank you for taking the time to review us.','2017-12-21 18:05:56.083000'),(30925,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We are glad to learn you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Thank you for your feedback!','2017-12-20 19:04:46.425000'),(30926,'Our staff makes us proud every day! Thanks for letting us know they are doing a good job.','2017-12-19 23:59:09.359000'),(30927,'Thank you so much for the five-star rating!','2017-12-19 23:58:50.655000'),(30928,'Thanks for letting us know how we are doing. We appreciate the feedback!','2017-12-19 23:58:35.870000'),(30929,'Thank you for letting us help you and help you feel better! We appreciate you choosing SignatureCare.','2017-12-17 18:40:02.916000'),(30930,'Thank you so much for the positive feedback. We love hearing about the comfortable experience our patients had at SignatureCare Emergency Center. Thanks for choosing us!','2017-12-17 18:39:33.042000'),(30931,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. We appreciate your feedback and great rating.','2017-12-17 18:39:05.006000'),(30932,'Thank you so much for the five-star rating! We appreciate the feedback.','2017-12-13 17:50:45.298000'),(30933,'SignatureCare\'s board-certified doctors and staff aim to provide the best possible care for everyone that walks through our doors. Thank you for trusting us with your care.','2017-12-11 16:18:54.241000'),(30934,'Our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting SignatureCare with your medical needs.','2017-12-11 16:18:00.262000'),(30935,'Thank you so much for the five stars, Diana! We appreciate the feedback.','2017-12-11 16:08:33.335000'),(30936,'Thank you for your feedback, Emily. Please let us know if there is anything we could have done to earn that fifth star! We are always aiming for 100% satisfaction. Thank you for choosing SignatureCare and for your nice review.','2017-12-10 20:02:40.025000'),(30937,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff try their best to make you feel comfortable and able to relax while you are being treated. Thank you for choosing SignatureCare and for the fantastic review.','2017-12-09 18:31:28.409000'),(30938,'We love hearing about the comfortable experience our patients had at SignatureCare. We understand that no one likes the ER, so we aim to make you as comfortable as possible while you are with us. Thanks for choosing us and for the nice review.','2017-12-05 22:38:41.592000'),(30939,'Thanks so much for your feedback and for choosing SignatureCare. We appreciate the great rating.','2017-12-05 22:37:07.213000'),(30940,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback, it helps us excel at our jobs.','2017-12-03 20:56:11.965000'),(30941,'Our staff is one of the most qualified emergency room staff in Houston, but the compassion and dedication for helping others is why we love our employees. Thank you for your kind words, and thank you for choosing SignatureCare!','2017-11-14 19:11:45.822000'),(30942,'Thank you so much for the nice feedback and great rating. Your comments will help us continue to do a great job for our patients. Thanks for choosing SignatureCare.','2017-12-01 18:05:09.571000'),(30943,'The compassion and dedication for helping others is why we love our employees. Thank you for your kind words, and we will pass them along.','2017-11-28 17:53:30.332000'),(30944,'Thank you for trusting SignatureCare with the care of your little one. We want all parents to feel comfortable while their child is being treated, so it\'s great to hear that our team did just that for you. Thank you for the great review and we hope your son is feeling better.','2017-11-24 15:41:35.636000'),(30945,'Thank you for letting us now how we are doing. We appreciate the feedback!','2017-11-24 00:10:32.706000'),(30946,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2017-11-20 14:16:34.325000'),(30947,'Thank you for trusting us with the care of your mom. We appreciate your trust and the very nice review. We hope your mom is feeling better!','2017-11-18 16:31:50.264000'),(30948,'We are very pleased to hear that your experience with SignatureCare Emergency Centers was a pleasant one. Thank you for taking the time to review us and to give us some feedback. We appreciate the great rating.','2017-11-17 14:25:24.816000'),(30949,'Our community is so important to us, so it\'s important to know that we are doing a good job. Thank you for your feedback, as it will help us continue to do a good job for our patients. Thanks for your nice review!','2017-11-16 17:41:32.781000'),(30950,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for giving us the chance to help you feel better.','2017-11-15 17:02:51.163000'),(30951,'While we hope not to see you anytime soon, please know that we are here 24/7 if you need us. Thank you for the nice review.','2017-11-13 18:55:33.356000'),(30952,'Thank you so much for trusting us with the care of your husband. We hope he is feeling better, and we appreciate the nice review!','2017-11-09 16:49:47.584000'),(30953,'Thanks so much for the feedback, James. We appreciate the five stars!','2017-11-07 16:49:14.816000'),(30954,'Thank you for choosing SignatureCare and for the nice review. Our community is important to us, so it\'s important to hear that we are doing a good job.','2017-11-02 20:55:54.563000'),(30955,'Thank you for taking the time to review SignatureCare. We appreciate the feedback and hope you are feeling better!','2017-11-02 20:55:04.408000'),(30956,'We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing SignatureCare.','2017-10-31 21:02:38.225000'),(30957,'It\'s always nice to hear that we are doing a good job in our community. Thank you for the feedback, and for choosing SignatureCare.','2017-10-26 15:33:28.264000'),(30958,'SignatureCare is here for you 24/7 for all your emergency needs. Thank you for trusting us with your care and for the great review.','2017-10-26 15:32:47.939000'),(30959,'SignatureCare Emergency Center’s staff sets goals on patient satisfaction. Thank you for letting us know we’re one step closer to meeting them!','2017-10-25 16:35:07.759000'),(30960,'Thanks for the five stars, Sydney!','2017-10-24 15:18:38.857000'),(30961,'We are so happy to hear your experience was as it should always be when you visit an emergency room, specifically SignatureCare. Thanks for choosing our facility and for the nice review.','2017-10-23 17:57:25.927000'),(30962,'While we hate that you\'ve had to visit us on multiple occasions, we are very pleased to hear that you choose SignatureCare for your emergency care. Thanks for the nice review and rating.','2017-10-13 15:00:56.629000'),(30963,'Thanks so much for taking the time to rate us. We appreciate the five stars!','2017-10-13 15:00:02.095000'),(30964,'We always appreciate your feedback. Thank you for taking the time to review SignatureCare.','2017-10-12 14:03:29.236000'),(30965,'Thanks for the feedback, and for the five-star rating.','2017-10-12 14:03:09.118000'),(30966,'Thank you for the feedback and the five-star rating!','2017-10-07 14:37:45.148000'),(30967,'Our SignatureCare team cares deeply about all of our patients, and their goal is to make you feel like you are their ONLY patient. Thank you for letting us know that we are doing a good job. We appreciate the feedback.','2017-09-24 17:17:50.200000'),(30968,'Thank you for the nice words, and for any future recommendations. We appreciate it!','2017-09-24 17:16:21.161000'),(30969,'SignatureCare Emergency Center takes pride in our staff. We are so very happy to hear you loved them. We will make sure to let them know. Thanks for the great review!','2017-09-23 17:34:20.044000'),(30970,'Thanks for the feedback, Sara. We appreciate the review and great rating. Thanks for choosing SignatureCare.','2017-09-20 14:34:43.177000'),(30971,'We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our facilities. SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Thanks for giving us your trust.','2017-09-20 14:36:26.045000'),(30972,'It is never fun when your child gets sick, but when you have an emergency with your child, we are here to help! Children are a top priority of all our staff and doctors at SignatureCare. Thank you for your review and for trusting us with your little ones.','2017-09-20 14:38:08.965000'),(30973,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thanks for the nice review.','2017-09-12 20:59:57.971000'),(30974,'SignatureCare appreciates the opportunity to provide the very best service to you, and to make you comfortable while you are being treated. Thank you for the opportunity to serve you, and we hope you will consider us for any future emergency needs. Thanks for the nice review!','2017-09-11 01:04:03.557000'),(30975,'Our team at SignatureCare knows that your time is valuable. We make our patients the number one priority no matter their emergency. Thank you so much for your positive feedback, we appreciate it.','2017-09-08 14:57:05.938000'),(30976,'We always appreciate positive feedback like this. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing SignatureCare.','2017-09-07 16:17:23.602000'),(30977,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the fantastic review, and great rating.','2017-09-07 16:17:56.596000'),(30978,'Our team appreciates feedback like this -- we will pass along your kind words to them. Thank you for choosing SignatureCare!','2017-09-06 16:02:17.904000'),(30979,'We are so sorry to hear about your recent emergency, but are grateful that you chose us for your care. Thank you for the great rating and nice review.','2017-08-23 01:33:50.410000'),(30980,'SignatureCare\'s board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for the nice review.','2017-08-21 18:49:48.977000'),(30981,'Thank you so much for the nice review, Maya. Please let us know if there\'s anything we could have done to earn that fifth star -- we aim for 100% satisfaction. Thank you for letting SignatureCare take good care of you.','2017-08-20 02:25:31.759000'),(30982,'Thank you for letting us know how we are doing. We appreciate the great rating.','2017-08-20 02:24:46.974000'),(30983,'It\'s great to hear that you liked our nurses and staff, and that they took good care of you. Thank you for choosing SignatureCare and for any future recommendations!','2017-08-17 18:56:00.668000'),(30984,'Thank you so much for the feedback. We appreciate the five-star rating!','2017-08-16 01:16:40.199000'),(30985,'We appreciate and value your feedback. Our patients are what keep us going strong. Thank you for your positive review, and we hope you feel better.','2017-08-16 01:17:17.682000'),(30986,'SignatureCare Emergency Center understands that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff aim to make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2017-08-16 01:16:23.799000'),(30987,'Thank you so much for your kind words. We are sorry that your experience before us was unpleasant, but our goal at SignatureCare is to make sure you are comfortable from the moment you walk in our doors to the moment you leave. We hope you are feeling better, and than you for choosing our facility.','2017-08-14 13:29:48.724000'),(30988,'We appreciate feedback like this. Our community is important to us and we are pleased to hear that we are doing a good job. Thank you for choosing SignatureCare!','2017-08-14 13:27:22.061000'),(30989,'Our team appreciates receiving comments like this -- it helps us continue to do a great job. Thank you for the feedback and the great review.','2017-08-13 13:46:47.256000'),(30990,'It\'s great to hear our staff took good care of you. Thank you for letting us know!','2017-08-13 13:45:57.194000'),(30991,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the fantastic review, and we are always open and available when you have an unexpected emergency.','2017-08-12 01:41:12.034000'),(30992,'We appreciate the feedback and the great rating. Thank you for trusting SignatureCare with your medical needs.','2017-08-10 01:42:16.338000'),(30993,'We appreciate your feedback, and always take your comments seriously. Thank you for letting us know, and we hope you are feeling better!','2017-08-07 18:45:17.012000'),(30994,'Thanks so much for the great rating -- we appreciate the five stars!','2017-08-07 18:44:41.114000'),(30995,'Short wait is our middle name! Thank you so much for trusting SignatureCare with your emergency needs. We appreciate your trust and your feedback.','2017-08-07 01:57:39.006000'),(30996,'Thank you so much for the five star rating, and for any future recommendations!','2017-08-03 13:28:30.417000'),(30997,'We appreciate the five-star rating!','2017-08-03 13:28:08.328000'),(30998,'Thank you for the nice feedback. It helps us excel at our jobs. We hope you are feeling better, and appreciate you trusting SignatureCare for your needs.','2017-08-01 01:27:00.205000'),(30999,'Great to hear! Thanks so much for the nice review and rating.','2017-07-29 14:04:48.742000'),(31000,'It\'s always scary visiting the ER, but we are glad to hear our SignatureCare team put you at ease and took good care of you. We hope you are feeling better!','2017-07-28 19:07:58.336000'),(31001,'We appreciate the positive feedback. Thank you for choosing SignatureCare and please consider us for any future emergency needs.','2017-07-26 16:08:06.467000'),(31002,'Our SignatureCare team continues to make us proud. Thank you for letting us take care of your emergency.','2017-07-25 01:53:44.119000'),(31003,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your trust in our team. It means a lot to hear that we’re doing a good job.','2017-07-24 02:57:59.052000'),(31004,'SignatureCare Emergency Center’s staff sets goals on patient satisfaction. Thank you for letting us know we’re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2017-07-24 02:57:23.239000'),(31005,'We appreciate you taking time from your busy schedule to write us such a nice review. SignatureCare is open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us.','2017-07-22 16:36:01.009000'),(31006,'The board-certified team at SignatureCare wants parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you for entrusting our team with the care of your little one and for the great review.','2017-07-21 02:01:33.500000'),(31007,'Thank you for letting us take care of you during your recent emergency. We appreciate the great rating.','2017-07-20 01:17:46.251000'),(31008,'Thank you so much for the positive feedback. We appreciate your comments and reviews, and appreciate you choosing SignatureCare.','2017-07-17 14:47:50.325000'),(31009,'We are sorry to hear about your bike accident, but are very pleased to hear that our team took such good care of you. While we hope not to see you anytime soon, please know we are here 24/7 in case of any emergency. Thank you for choosing SignatureCare.','2017-07-17 14:47:04.718000'),(31010,'While we hope not to see you anytime soon, we are here for you 24/7 whenever you have an emergency. Thank you for your rating and review.','2017-07-15 22:18:36.919000'),(31011,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and please consider SignatureCare next time you are experiencing a healthcare emergency.','2017-07-15 22:18:04.535000'),(31012,'Thank you for the wonderful feedback. We appreciate you giving SignatureCare the chance to take care of you.','2017-09-05 15:52:45.151000'),(31013,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms.','2017-07-13 12:45:47.717000'),(31014,'Our staff continues to make us proud every day with the way they take care of our patients. Thank you for trusting our team, and for choosing SignatureCare.','2017-07-11 15:45:44.287000'),(31015,'One of SignatureCare\'s main goals is to get you in quickly, so we can begin your treatment and get you back to good health. It\'s great to hear that was your experience with our emergency room. Thank you for choosing us.','2017-07-11 15:45:15.754000'),(31016,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to know that their children will be taken care of with the highest level of professionalism. Thank you for entrusting our team with the care of your daughter. If you need peace of mind in the future, don’t hesitate to contact us.','2017-07-09 23:56:43.287000'),(31017,'Thank you for the five stars -- we appreciate the feedback!','2017-07-04 14:14:25.124000'),(31018,'We love hearing about the comfortable experience our patients had at SignatureCare Emergency Center. Thank you so much for the positive feedback.','2017-07-01 15:32:40.444000'),(31019,'We are here for you whenever the medical emergency need arises. Thank you for choosing SignatureCare.','2017-06-28 01:41:12.159000'),(31020,'Thank you so much for the positive feedback. We appreciate your review. Although we hope to not see you soon, we are here when you do have an unexpected emergency.','2017-06-22 16:43:27.495000'),(31021,'It\'s great to hear that our team is doing a great job. Thank you for letting us take care of you and for the great review.','2017-06-22 16:42:31.775000'),(31022,'Our staff appreciates receiving comments like this. It helps us excel at our jobs. Thank you for letting us know how we are doing and for choosing SignatureCare.','2017-06-22 16:42:01.498000'),(31023,'We take your reviews and comments seriously, and we will reach out to our team to find out why the front desk was empty upon your arrival. We are glad to hear that, otherwise, your experience was a good one, and are pleased to hear you would consider us in a future emergency. Thank you for choosing SignatureCare.','2017-06-18 20:08:02.649000'),(31024,'Thank you so much for the positive feedback. We appreciate your comments and reviews. Although we hope to not see you soon, we are here when you do have an unexpected emergency.','2017-06-17 14:11:21.166000'),(31025,'Our staff appreciates comments like this. Thank you for letting us know how we are doing, and for giving SignatureCare the chance to take care of you.','2017-06-15 17:27:54.656000'),(31026,'SignatureCare doctors, nurses and registration staff aims to treat all patients like VIPs. We are pleased to hear this was your experience with our emergency room. Thank you for the great review.','2017-06-10 15:01:52.153000'),(31027,'Thanks so much for the five-star rating!','2017-06-10 15:00:28.581000'),(31028,'SignatureCare appreciates your continued support. While we hope not to see you anytime soon, please know we are open 24/7 for all emergencies. Thank you for letting us know that we are doing a good job.','2017-06-10 15:00:00.064000'),(31029,'SignatureCare has a much shorter wait time than a hospital ER -- usually 10 minutes or less. We are glad our team got you in and out quickly and treated you so well. Thank you for letting us know, and for the great rating.','2017-06-02 19:44:26.348000'),(31030,'Thank you for the nice review and any future recommendations to our facility. We sincerely appreciate it.','2017-06-01 19:12:45.752000'),(31031,'Children are a top priority of SignatureCare, and we want parents and children to feel at ease during your visits. Thank you for entrusting us with the care of your child, and we hope he is feeling better.','2017-06-01 19:12:16.541000'),(31032,'We aim to get you in and out quickly, and on your way back to good health. We are pleased to hear this was your experience with our facility. Thank you for the feedback.','2017-05-29 21:40:00.954000'),(31033,'SignatureCare aims to provide the best care possible to all patients and ensure you are comfortable while waiting for diagnosis and treatment. We are very happy to know this was your experience with our emergency room. Thank you for choosing us.','2017-05-29 21:39:24.046000'),(31034,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your positive review, and we are always here whenever you need us.','2017-05-28 13:51:19.105000'),(31035,'We are very sorry to learn about your experience and would like to learn more about what happened. Please contact us info@ercare24.com so that we can speak directly with you. We hope you will allow us the opportunity to discuss this with you and consider our emergency rooms again in the future. Thank you','2017-05-30 17:12:22.410000'),(31036,'We are sorry to hear about your recent emergency, but are pleased to hear that your experience with SignatureCare was a good one. Thank you for letting us know, and for the nice review.','2017-05-26 19:01:02.240000'),(31037,'We hope not to see you anytime soon (steer clear of those emergency situations!), but know that we are here if you need us. Thank you so much for the nice review.','2017-05-25 16:29:41.520000'),(31038,'Thank you for letting us know that we are doing a good job. We appreciate the review and rating.','2017-05-20 16:30:26.033000'),(31039,'Thank you so much for the great rating.','2017-05-18 00:57:23.324000'),(31040,'Our staff appreciates receiving comments like this. Thank you for choosing SignatureCare.','2017-05-17 00:23:01.690000'),(31041,'We want everyone who walks through the doors at SignatureCare to feel like a VIP. Thank you for supporting us, and putting your trust in our medical team.','2017-05-12 19:58:24.965000'),(31042,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for the nice review.','2017-05-10 23:10:59.630000'),(31043,'It is never fun when your child gets sick, but when you have an emergency with your child, SignatureCare is here to help! Thank you for your review and we hope your child feels better soon.','2017-05-10 23:09:35.567000'),(31044,'Thank you so much for the five stars, Rita. We appreciate it!','2017-05-09 14:28:21.626000'),(31045,'Thank you so much for the five-star rating.','2017-05-07 21:21:53.028000'),(31046,'Our staff at SignatureCare loves receiving comments like this. Thank you for taking time out of your day to let us know how we are doing.','2017-05-06 13:33:18.912000'),(31047,'Thank you so much for the five-star review!','2017-05-04 13:42:02.601000'),(31048,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback, it helps us excel at our jobs.','2017-05-04 13:41:45.663000'),(31049,'Thank you so much for placing your trust in SignatureCare Emergency Center. Our board-certified doctors and staff aim to provide the best possible care for everyone that walks through our doors. Thank you for choosing our facility.','2017-05-04 13:41:03.284000'),(31050,'SignatureCare appreciates receiving comments like this. Thank you for taking the time to let us know how we are doing. We appreciate the feedback and great rating.','2017-05-02 14:30:32.708000'),(31051,'Our team at SignatureCare makes us proud all the time. We are glad to hear they were so good to you, and we appreciate you choosing us.','2017-04-30 16:04:42.570000'),(31052,'It\'s great to hear that our SignatureCare team took good care of you. Thank you for the feedback.','2017-04-28 16:35:35.630000'),(31053,'Thank you for choosing SignatureCare and for the nice review and rating. We appreciate it.','2017-04-28 16:35:09.401000'),(31054,'Please contact us so we can learn more about your experiences. We take great pride in having board certified physicians and we would like to learn more about why you had a negative experience. Please reach out with your contact information so we can reach out to you.','2017-04-27 23:00:09.608000'),(31055,'Thank you so much for the five-star rating.','2017-04-26 02:38:40.938000'),(31056,'We aim to provide the best care possible to all patients, and we are very happy to know this was your experience with our emergency room. Thank you for choosing SignatureCare.','2017-04-23 17:05:13.214000'),(31057,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience.','2017-04-21 18:10:51.005000'),(31058,'Thank you for choosing us, and please consider us next time you are experiencing a healthcare emergency.','2017-04-21 18:10:31.169000'),(31059,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We are so pleased that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback.','2017-04-20 15:11:03.756000'),(31060,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. We are glad to hear that you are feeling better!','2017-04-20 15:10:22.839000'),(31061,'Our goal at SignatureCare is to get you in and out quickly and on your way back to good health. It\'s great to hear that this was your experience at our facility. Thank you so much for the feedback.','2017-04-20 15:09:28.626000'),(31062,'We appreciate feedback like this. Thank you for the nice review and great rating.','2017-04-20 15:08:47.408000'),(31063,'Thank you for continuing to trust SignatureCare with your emergencies. While we hope not to see you anytime soon, we are always here, 24/7, if you need us!','2017-04-18 17:24:24.824000'),(31064,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want you to feel comfortable and know your child will be taken care of with the highest level of professionalism. Thank you for entrusting our team with the care of your daughter. If you need peace of mind in the future, don’t hesitate to contact us.','2017-04-18 17:22:22.371000'),(31065,'Thank you so much for the positive feedback!','2017-04-14 16:19:56.073000'),(31066,'Thank you for the great review and rating. We appreciate it.','2017-04-12 01:02:23.094000'),(31067,'Thank you for letting us help you and help you feel better! The most stressful time for anyone is during a medical emergency. We hope we put you at ease and provided you with the best care possible.','2017-04-12 01:02:02.434000'),(31068,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms.','2017-04-09 14:57:23.536000'),(31069,'We are sorry to hear about your recent emergency, but are glad to hear that you felt well taken care of. Thank you for choosing SignatureCare.','2017-04-09 14:56:08.349000'),(31070,'We appreciate your feedback. Thank you for the great rating.','2017-04-07 16:39:16.998000'),(31071,'Your kind words mean a lot to our staff. Thanks for the great review and rating.','2017-04-06 02:13:38.132000'),(31072,'Thank you so much for the great rating, Leah. We appreciate it so much.','2017-04-05 01:45:39.977000'),(31073,'Thank you for your feedback. We take it extremely seriously. We apologize you were unhappy with your experience and would love the chance to talk to you about why our service was only 1-star. Please contact us at info@ercare24.com so we can address this directly.','2017-04-04 02:03:51.063000'),(31074,'Thank you so much for the positive feedback. Although we hope to not see you soon, we are here when you do have an unexpected emergency.','2017-04-04 01:37:46.471000'),(31075,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2017-04-04 01:37:11.006000'),(31076,'We appreciate the five-star rating!','2017-04-01 14:20:45.186000'),(31077,'Thank you for the great rating. We appreciate it.','2017-04-01 14:20:33.619000'),(31078,'We appreciate you taking the time to write us a positive review. Thank you for choosing SignatureCare Emergency Centers.','2017-03-22 18:56:56.785000'),(31079,'Our staff is what keeps us going strong. We are pleased to hear they did such a great job for you. Thank you for giving SignatureCare the chance to serve you.','2017-03-21 01:10:05.295000'),(31080,'Our doors are always open for community members suffering a medical emergency. Our community is important, and we appreciate you giving us a chance to help you feel better.','2017-03-15 01:16:19.166000'),(31081,'Thank you for letting us help you and help you feel better! We appreciate the review and great rating.','2017-03-15 01:15:17.712000'),(31082,'We aim for 100% satisfaction. Thank you for your feedback -- it helps our team excel at their jobs.','2017-03-15 01:14:43.721000'),(31083,'We are here for you whenever you have an emergency. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2017-03-15 01:13:53.032000'),(31084,'Our team makes us proud every day! Thank you for letting us take care of you.','2017-09-05 15:52:06.266000'),(31085,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the great review!','2017-03-15 01:13:15.047000'),(31086,'We appreciate you taking time from your busy schedule to write us such a positive review. Our SignatureCare team is here anytime you need emergency medical attention. Thank you for choosing us!','2017-03-13 16:20:56.813000'),(31087,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you and your family members feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2017-03-09 16:41:22.537000'),(31088,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the fantastic review, and for the great rating.','2017-03-09 16:23:44.599000'),(31089,'At SignatureCare Emergency Center, children are a top priority of our team. It is never fun when your child gets sick, but when you have an emergency, we are here to help. Thank you for your review, and we hope your little one feels better soon!','2017-03-07 00:13:57.276000'),(31090,'It\'s always nice receiving comments like this. It helps our team at SignatureCare continue to do a great job for our patients. Thank you for trusting us with your medical needs.','2017-03-03 21:09:13.208000'),(31091,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback and great rating -- it helps us excel at our jobs!','2017-03-02 14:02:59.772000'),(31092,'Your positive feedback will help our team continue to do a great job for our patients. Thank you for trusting your medical needs with SignatureCare.','2017-02-26 20:52:52.187000'),(31093,'Our goal is to always provide the best care, and we appreciate your feedback that we are doing just that. Thanks for your review and rating.','2017-02-26 20:51:54.999000'),(31094,'Thank you for letting our team at SignatureCare help you feel better! We hope we put you at ease and provided you with the best care possible. Thanks for your review and rating.','2017-02-26 20:51:15.902000'),(31095,'While we hope not to see you again soon, just know that we are here 24/7 in case of any emergency. Thank you for choosing SignatureCare Emergency.','2017-02-25 03:37:34.443000'),(31096,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for your nice review.','2017-02-23 17:53:29.064000'),(31097,'No one likes the ER, but we are glad to be here for you when you need us. Thank you for the nice review.','2017-02-21 23:36:48.013000'),(31098,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you so much for your feedback and for the great rating.','2017-02-17 22:06:34.843000'),(31099,'Thank you for your nice review. Our staff appreciates your feedback!','2017-02-16 00:30:07.278000'),(31100,'Thank you for your kind words. We are glad to hear that your experience with us was great.','2017-02-15 12:52:36.302000'),(31101,'We appreciate your feedback. Thanks for the great review and rating.','2017-02-13 18:04:06.581000'),(31102,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the fantastic review and rating.','2017-02-13 18:03:45.991000'),(31103,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback, it helps us excel at our jobs.','2017-02-12 00:01:49.858000'),(31104,'Our staff at SignatureCare Emergency appreciates receiving comments like this. Thank you for supporting us, and putting your trust in our medical team.','2017-02-12 00:01:25.963000'),(31105,'Thank you for letting us help you and help you feel better! The most stressful time for anyone is during a medical emergency. We hope we put you at ease and provided you with the best care possible.','2017-02-11 23:57:56.345000'),(31106,'Thank you so much for your great review! We are sorry to hear that you got poison ivy, but we are glad to hear that our team took good care of you. We hope you are feeling better!','2017-02-11 23:55:49.999000'),(31107,'It’s always nice to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the great review and fantastic rating.','2017-02-09 02:51:16.326000'),(31108,'Thank you for your great review and the recommendation. We appreciate it so much.','2017-02-07 18:55:22.958000'),(31109,'We are glad to hear that your visit with us was exactly as it should be. Thank you for trusting us with your care and for the great review.','2017-02-07 18:54:51.032000'),(31110,'SignatureCare Emergency Center strives to treat you and get you on your way quickly. No one likes the ER. We are glad to be here for you when you need us.','2017-01-02 12:37:23.725000'),(31111,'Thank you so much for the five-star rating!','2017-02-06 16:51:59.007000'),(31112,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2017-02-03 21:34:49.658000'),(31113,'We are glad to hear that we were able to get you in and out quickly and back on your way to good health. Thanks for the nice review.','2017-02-03 21:34:00.956000'),(31114,'While we hope not to see you again soon, we appreciate you choosing SingatureCare Emergency Center and hope you are feeling better!','2017-02-02 03:02:10.349000'),(31115,'We always want patients to feel comfortable and know they will be taken care of with the highest level of professionalism. Thank you for entrusting our team with your care.','2017-02-02 03:01:19.893000'),(31116,'Your positive feedback will help our team continue to do a great job for our patients. Our staff aims to make every patient’s experience speedy and comfortable. Thank you for trusting your emergency needs with SignatureCare.','2017-02-02 03:00:22.078000'),(31117,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. We appreciate it, and the great rating.','2017-01-29 02:34:48.984000'),(31118,'When we receive feedback like this, it helps us know we’re doing something right in our Houston community. Thank you so much for your kind words!','2017-01-29 02:33:35.634000'),(31119,'SignatureCare Emergency Center’s staff sets goals on patient satisfaction. Thank you for letting us know we’re one step closer to meeting them!','2017-01-29 02:32:50.600000'),(31120,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your trust in the board-certified doctors, nurses and staff at SignatureCare.','2017-01-26 18:11:09.938000'),(31121,'While we hope not to see you again anytime soon, we are always here for any emergency. Thank you for your review and rating.','2017-01-26 18:10:39.119000'),(31122,'We want everyone who walks through the doors at SignatureCare to feel like a VIP. Thank you for supporting us, and we will let our team know what a great review you gave them.','2017-01-26 18:09:36.409000'),(31123,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. If you have any additional questions, don\'t hesitate to reach back out.','2017-01-25 00:43:54.838000'),(31124,'Thank you for taking the time to review your experience with SignatureCare Emergency Center. We want to be sure that every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency.','2017-01-25 00:43:30.378000'),(31125,'Thank you so much for the positive feedback. We appreciate your comments and reviews.','2017-01-25 00:41:33.211000'),(31126,'Thank you so much for the five-star rating. We appreciate it.','2017-01-23 21:10:04.611000'),(31127,'We are glad that our service met your expectations! Thank you for the great rating.','2017-01-23 21:09:43.287000'),(31128,'Thank you for the review. We are happy to help with any medical emergency 24 hours a day.','2017-01-19 20:22:53.276000'),(31129,'Thank You for the review. We are happy we could help you while you were in Houston and glad we did not take up too much of your time. Feel Better.','2017-01-19 20:22:22.021000'),(31130,'We are glad you came in and hope you never feel avoided by a doctor again. Our doctors love what they do and Dr Sylvester is no different. We hope not to see you again, but if you do have an emergency please come back and see us.','2017-01-19 20:21:11.697000'),(31131,'SignatureCare Emergency Center takes pride in our staff, and we are so very happy to hear you loved them. We will make sure to let them know.','2017-01-14 22:07:48.243000'),(31132,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2017-01-12 01:59:06.014000'),(31133,'Thank you for the five-star rating. We appreciate it!','2017-01-11 00:46:25.538000'),(31134,'Thank you for your great review. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2017-01-11 00:46:05.880000'),(31135,'Our dedicated staff is always here to meet all your healthcare needs 24/7. We appreciate your feedback and rating.','2017-01-10 01:02:55.589000'),(31136,'SignatureCare Emergency Center strives to treat you and get you on your way quickly. We are glad to be here for you when you need us.','2017-01-08 19:03:43.681000'),(31137,'Thank you so much for your review and rating. We are glad to hear that we were able to take good care of you and that you are feeling better.','2017-01-07 18:18:46.854000'),(31138,'We are glad to hear that we were able to provide excellent care to both you and your mom. Thank you for trusting us not only once, but twice. Stay healthy so we don\'t have to see you again, but know that SignatureCare Emergency Centers are here 24/7 just in case you need us.','2017-01-07 18:18:06.642000'),(31139,'Thank you so much for your feedback! Our goal is to always provide the best care. If you have any further questions, don’t hesitate to give our team a call.','2017-01-04 03:40:12.355000'),(31140,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2016-12-29 15:48:45.585000'),(31141,'We are glad that we were able to get you in and out quickly! Thank you for the great rating.','2016-12-29 15:48:25.224000'),(31142,'We are glad to hear our staff was pleasant and that your experience was as it should be at SignatureCare Emergency Center. Thank you for the review!','2016-12-28 14:22:28.927000'),(31143,'Our goals are to provide the best care possible to all patients and ensure families are comfortable while waiting for diagnosis and treatment. We are very happy to know this was your experience with our emergency room.','2016-12-27 14:02:28.737000'),(31144,'We appreciate and value your feedback. At SignatureCare Emergency Center, we are always looking for ways to improve our services. Thank you for your positive review, and we hope you feel better.','2016-12-27 14:01:53.924000'),(31145,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Centers.','2016-12-26 18:30:46.016000'),(31146,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. Children cannot always tell us what’s wrong like an adult, but using our state-of-the-art equipment and onsite lab services, we are able to quickly diagnose young children. It is never fun when your child gets sick, but when you have an emergency with your child, we are here to help! Thank you for your review and we hope your child feels better soon!','2016-12-26 18:30:15.027000'),(31147,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience.','2016-12-21 18:09:15.216000'),(31148,'Thank you so much for the five-star rating, Maria!','2016-12-20 01:28:28.214000'),(31149,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your positive review, and we are always here whenever you need us.','2016-12-17 15:46:43.596000'),(31150,'Our doors are always open for family members suffering a medical emergency. Thank you so much for putting your trust in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your wife and son are feeling better!','2016-12-13 02:50:20.187000'),(31151,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2016-12-07 03:32:06.203000'),(31152,'Thank you for the five-star rating! We appreciate your feedback.','2016-12-07 03:31:01.219000'),(31153,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. If you have any additional questions, don\'t hesitate to reach back out.','2016-12-05 16:09:58.088000'),(31154,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs time and again!','2016-12-01 18:53:30.121000'),(31155,'Thank you so much for the review and great rating. If there is anything we could have done to make it a five-star rating, we hope you will let us know!','2016-12-01 18:52:38.193000'),(31156,'Thank you so much for the great rating!','2016-11-28 17:44:03.851000'),(31157,'We are glad to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the great review.','2016-11-17 20:03:26.757000'),(31158,'Thank you for letting us help you and help you feel better! A medical emergency is always so stressful, but we hope we put you at ease and provided you with the best care possible.','2016-11-16 17:35:22.879000'),(31159,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2016-11-12 00:37:50.511000'),(31160,'SignatureCare Emergency Center’s staff sets goals on patient satisfaction. Thank you for letting us know we’re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2016-11-11 03:18:28.685000'),(31161,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the fantastic review, and we are always open and available when you have an unexpected emergency.','2016-11-09 15:00:32.044000'),(31162,'Thank you for taking time out of your day to give us a great review. We are sorry our performance wasn\'t 100% -- we always aim for 100% customer satisfaction. We are glad that you had a good experience, and hope that if you ever have another emergency, you will give us a chance to improve. Thank you again for your review.','2016-11-09 14:59:51.152000'),(31163,'Thank you for the kind words and great review. We appreciate your feedback.','2016-11-07 20:36:05.772000'),(31164,'We always appreciate your positive feedback. We are always here and willing to meet all your healthcare needs 24/7.','2016-11-07 20:35:12.032000'),(31165,'Thank you so much for the positive feedback. We appreciate your comments and reviews. Although we hope to not see you soon, we are here when you do have an unexpected emergency.','2016-11-02 01:06:37.155000'),(31166,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your trust in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job!','2016-11-01 00:41:41.921000'),(31167,'Hi there. Thank you for your feedback; it helps us know we’re doing something right in our Houston community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2016-10-30 22:24:39.109000'),(31168,'We have some of the best nurses and doctors in Texas. SignatureCare Emergency Center takes pride in our staff, and they care so much about our patients. We will pass on your great review to our team.','2016-10-28 16:23:02.907000'),(31169,'We are glad to hear that the staff at SignatureCare Emergency took good care of you. Thank you for the great review and rating.','2016-10-26 00:44:29.420000'),(31170,'At SignatureCare Emergency Center, we love all our patients, and our top priority is to treat and diagnose quickly to get you back on the road to health. We do that by using our on-site state-of-the-art equipment to diagnose patients and our board-certified doctors to implement treatment plans. Thank you for trusting us with your medical needs.','2016-10-25 01:37:24.403000'),(31171,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the fantastic review!','2016-10-21 23:54:22.156000'),(31172,'SignatureCare Emergency Center’s staff sets goals on patient satisfaction. Thank you for letting us know we’re one step closer to meeting them!','2016-10-15 22:36:55.099000'),(31173,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2016-10-13 14:13:57.236000'),(31174,'We appreciate and value your feedback. Thank you for your positive review, and we hope you feel better.','2016-10-13 14:13:07.272000'),(31175,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your husband\'s dental needs and we hope he is feeling better.','2016-10-06 00:14:50.114000'),(31176,'Thank you for letting us help you and help you feel better! The most stressful time for anyone is during a medical emergency. We hope we put you at ease and provided you with the best care possible.','2016-10-06 00:12:45.066000'),(31177,'Thank you for the great rating and feedback, and thank you for choosing SignatureCare!','2016-10-06 00:11:16.666000'),(31178,'When we receive feedback like this, it helps us know we’re doing something right in our Houston community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2016-10-06 00:10:47.830000'),(31179,'Although we never want to have to see you again, SignatureCare Emergency Center appreciates your repeat business, and are glad that we were able to take care of your little ones. Thank you so much for the positive feedback.','2016-10-04 15:01:58.783000'),(31180,'We appreciate you taking time from your busy schedule to write us such a positive review. Thank you again for choosing SignatureCare Emergency Centers.','2016-09-29 20:33:34.587000'),(31181,'Thank you for the five-star rating!','2016-09-25 16:15:03.394000'),(31182,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you for entrusting our team with the care of your little one. If you need peace of mind in the future, don’t hesitate to contact us.','2016-09-22 22:51:16.894000'),(31183,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2016-09-22 22:50:38.798000'),(31184,'Thank you for the great review and rating, Jeff. We appreciate your feedback.','2016-09-21 02:07:34.751000'),(31185,'We appreciate your comments and reviews. Although we hope to not see you soon, we are here when you do have an unexpected emergency.','2016-09-20 02:27:35.521000'),(31186,'SignatureCare Emergency Center strives to treat you and get you on your way quickly. No one likes the ER. We are glad to be here for you when you need us.','2016-09-16 13:33:17.623000'),(31187,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2016-09-10 16:53:43.205000'),(31188,'Thank you so much for the positive feedback. We appreciate your comments and reviews. Although we hope to not see you soon, we are here when you do have an unexpected emergency.','2016-09-10 16:52:47.871000'),(31189,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We are glad to learn you see the benefits of an emergency room vs. the hospital and we thank you for your wonderful feedback!','2016-09-10 16:52:05.313000'),(31190,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this. We want everyone who walks through the doors at SignatureCare to feel like a VIP. Thank you for supporting us, and putting your trust in our medical team.','2016-09-07 02:22:30.229000'),(31191,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less! Our doctors and medical staff thank you for your wonderful feedback, and we will continue to provide excellent care to our patients and families.','2016-09-07 02:21:34.580000'),(31192,'Thank you for the five-star rating!','2016-09-07 02:20:46.861000'),(31193,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2016-09-04 17:15:35.414000'),(31194,'Our promise to all our patients is to treat you like you are our ONLY patient. We are so happy to hear your experience was as it should always be when you visit an emergency room, specifically SignatureCare.','2016-09-02 16:29:40.991000'),(31195,'What a scary experience, but we are glad to hear that our staff was quick on their feet and thorough in your testing and treatment. Thank you for the fantastic review!','2016-08-31 23:48:58.321000'),(31196,'We appreciate your positive feedback. Our dedicated staff is always here and willing to meet all your healthcare needs.','2016-08-31 23:47:22.151000'),(31197,'Our doctors have excellent bedside manners -- so we’ve been told numerous times. Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was as it should always be when you visit an emergency room.','2016-08-29 14:49:17.509000'),(31198,'Thank you Baudelio for your review. We hope you are feeling better.','2016-08-26 17:19:53.734000'),(31199,'Our staff aims to make every patient’s experience speedy and comfortable. Thank you for trusting your emergency needs with SignatureCare.','2016-08-24 02:40:07.384000'),(31200,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. If you have any additional questions, don\'t hesitate to reach back out.','2016-08-23 01:41:03.047000'),(31201,'Thank you for choosing us, and for your positive review!','2016-08-23 01:39:57.521000'),(31202,'Thank you so much for the positive feedback and the five-star rating. We appreciate your comments and will pass them along.','2016-08-21 20:35:57.981000'),(31203,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs twenty-four hours a day, seven days a week.','2016-08-21 20:35:00.974000'),(31204,'Thank you for your five-star rating, Brian. We are glad we could get you on your way quickly and back to good health. We hope you are feeling better!','2016-08-19 18:27:11.447000'),(31205,'SignatureCare Emergency Center strives to treat you and get you on your way quickly. We are glad to be here for you when you need us. Get better!','2016-08-18 02:08:34.461000'),(31206,'Thank you for your review and five-star raging, Andrew. We appreciate your comments.','2016-08-16 01:08:39.694000'),(31207,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2016-08-13 01:35:15.551000'),(31208,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback and review!','2016-08-13 01:33:21.726000'),(31209,'We love hearing about the comfortable experience our patients had at SignatureCare Emergency Center. Thank you so much for the positive feedback.','2016-08-10 16:22:30.382000'),(31210,'Thank you so much for the positive feedback. We appreciate your comments and review.','2016-08-10 16:21:37.100000'),(31211,'SignatureCare Emergency Center takes pride in our staff, and our staff cares so much about our patients. We are so very happy to hear you loved them, and we will make sure to let them know.','2016-08-07 17:54:55.836000'),(31212,'Thank you for the five-star rating!','2016-08-07 17:52:19.880000'),(31213,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience.','2016-08-03 15:20:51.278000'),(31214,'SignatureCare Emergency Center strives to treat you and get you on your way quickly. No one likes the ER. We are glad to be here for you when you need us. Get better!','2016-08-02 01:36:10.259000'),(31215,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2016-07-31 15:16:41.628000'),(31216,'Thank you for letting us help you and help you feel better! We hope we put you at ease and provided you with the best care possible.','2016-07-24 16:34:35.445000'),(31217,'At SignatureCare Emergency Center, our patients are what keep us going strong. Thank you for your positive review, and we hope you feel better.','2016-07-22 01:04:27.487000'),(31218,'Thank you for your five-star rating and for choosing SignatureCare Emergency Center.','2016-07-21 14:01:12.228000'),(31219,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback, it helps us excel at our jobs.','2016-07-23 14:06:13.364000'),(31220,'At SignatureCare Emergency Center, we understand that emergencies happen, and the ER is not anyone\'s favorite place, but our staff will make you feel comfortable and able to relax while your treatment is in process. Thank you for choosing SignatureCare and for the fantastic review.','2016-07-15 00:50:55.938000'),(31221,'Our staff and doctors love their patients and always want to make you feel like you are priority 1. We are glad to hear that they made you feel this way, and we all hope you are feeling much better.','2016-07-10 13:55:49.883000'),(31222,'SignatureCare Emergency Centers have a much shorter wait time than most hospital emergency rooms -- usually 10 minutes or less. We are happy to hear that our staff got you in so quickly and was able to get you on your way. Thank you for leaving us such a nice review!','2016-07-10 13:54:03.480000'),(31223,'Thank you for your five-star rating, and for choosing SignatureCare Emergency Center.','2016-07-08 21:12:50.276000'),(31224,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We are glad to learn you see the benefits of an emergency room vs. the hospital and we are very proud that you chose SignatureCare Emergency Center as your choice for care.','2016-07-08 02:03:45.817000'),(31225,'Thank you for your review. We\'re glad our team was able to deliver and exceptional experience. If you have any additional questions, don\'t hesitate to reach back out.','2016-07-06 02:22:25.090000'),(31226,'At SignatureCare we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your positive review and we are always here whenever you need us.','2016-07-06 02:21:26.102000'),(31227,'Our team at SignatureCare knows that your time is valuable. We make our patients the number one priority no matter their emergency. Thank you so much for your positive feedback, we appreciate it.','2016-06-23 12:03:00.822000'),(31228,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback, it helps us excel at our jobs.','2016-06-23 12:01:41.510000'),(31229,'At SignatureCare Emergency Center, we understand that emergencies happen, and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you and your family members feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and the fantastic review.','2016-06-19 23:12:07.222000'),(31230,'At SignatureCare Emergency Centers, children are a top priority of all our staff and doctors. Children cannot always tell us what’s wrong like an adult, but using our State of the Art equipment and onsite lab services, we are able to quickly diagnose young children. It is never fun when your child gets sick, but when you have an emergency with your child we are here to help! Thank you for your review and we hope your child feels better soon!','2016-06-17 00:39:42.919000'),(31231,'Our doctors and medical staff thank you for your wonderful feedback, and we will continue to provide excellent care to our patients and families.','2016-06-16 03:20:14.418000'),(31232,'Our goals are to provide the best care possible to all patients and ensure friends or families are comfortable while waiting for diagnosis and treatment. We are very happy to know this was your experience with our emergency rooms. Thanks for the great review.','2016-06-14 00:45:33.608000'),(31233,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2016-06-14 00:43:20.192000'),(31234,'At SignatureCare Emergency Room, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. We do that by using our on-site state-of-the art equipment to quickly diagnose patients, and our board certified doctors to implement treatment plans. Thank you for trusting us to your medical needs and for such a great review!','2016-06-13 00:30:18.194000'),(31235,'We are pleased that our doctors, nurses and medical staff made you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and the fantastic review.','2016-06-13 00:28:00.740000'),(31236,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2016-08-26 15:08:24.351000'),(31237,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this. We want everyone who walks through the doors at SignatureCare to feel like a VIP. Thank you for supporting us, and putting your trust with our medical team.','2016-06-09 14:43:21.086000'),(31238,'Thanks again for the review Hoda! When we receive feedback like this, it helps us know we’re doing something right in our Houston community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2016-06-07 14:18:26.877000'),(31239,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2016-06-06 16:49:40.236000'),(31240,'Your positive feedback will help our team continue to do a great job for our patients. Our staff aims to make every patient’s experience speed and comfortable. Thank you for trusting your emergency need with SignatureCare.','2016-06-03 14:09:36.036000'),(31241,'Thank you for letting us help you and help you feel better! The most stressful time for anyone is during a medical emergency. We hope we put you at ease and provided you with the best care possible.','2016-05-31 13:40:38.453000'),(31242,'SignatureCare Emergency Center’s staff sets goals on patient satisfaction. Thank you for letting us know we’re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2016-05-26 13:58:22.639000'),(31243,'Hi there. Thank you for your feedback. When we receive feedback like this, it helps us know we’re doing something right in our Houston community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2016-05-23 19:20:08.837000'),(31244,'Thank you for your review. We\'re glad our team was able to deliver and exceptional experience. If you have any additional questions, don\'t hesitate to reach back out.','2016-05-24 19:21:38.578000'),(31245,'Thank you for letting us help you and help you feel better! The most stressful time for anyone is during a medical emergency. We hope we put you at ease and provided you with the best care possible.','2016-05-24 19:21:55.378000'),(31246,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this. We want everyone who walks through the doors at SignatureCare to feel like a VIP. Thank you for supporting us, and putting your trust with our medical team.','2016-05-24 19:22:08.489000'),(31247,'Thank you so much for your feedback! Our goal is to always provide the best care. If you have any further questions, don’t hesitate to give our team a call.','2016-05-24 19:22:15.246000'),(31248,'Thank you so much for placing your trust in SignatureCare Emergency Center. Our board-certified doctors and staff aim to provide the best possible care for everyone that walks through our doors. Thank you for choosing our facility and let us know if you have any further questions about your treatment.','2016-05-24 19:22:31.225000'),(31249,'We love hearing about the comfortable experience our patients had at SignatureCare Emergency Center. Thank you so much for the positive feedback.','2016-05-24 19:22:36.633000'),(31250,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2016-05-24 19:22:47.357000'),(31251,'The board-certified team at SignatureCare care deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you for entrusting our team with the care of your little one. If you need peace of mind in the future, don’t hesitate to contact us.','2016-05-24 19:22:57.187000'),(31252,'SignatureCare Emergency Center’s staff sets goals on patient satisfaction. Thank you for letting us know we’re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2016-08-26 17:23:13.266000'),(31253,'Our team at SignatureCare knows that your time is valuable. We make our patients the number one priority no matter their emergency. Thank you so much for your positive feedback, we appreciate it.','2016-08-26 17:23:48.728000'),(31254,'Thanks you Amanda- At SignatureCare we are open 24/7, 365 days a year, because emergencies do not have a schedule- Thank you for your positive review and we are always here whenever you need us.','2016-08-26 17:24:25.509000'),(31255,'At SignatureCare Emergency room, children are a top priority of all our staff and doctors. Children cannot always tell us what’s wrong like an adult, but using our State of the Art equipment and onsite lab services, we are able to quickly diagnose young children. It is never fun when your child gets sick, but when you have an emergency with your child we are here to help! Thank you for your review and we hope your child feels better soon!','2016-08-26 17:25:07.370000'),(31256,'Kathy, it’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Room was positive. Thank you for the fantastic review and we are always open and available when you have an unexpected emergency.','2016-08-26 17:26:10.743000'),(31257,'Thank you Adam for your review! We aim for short wait times because your time is valuable! Hope you\'re feeling much better.','2016-08-26 17:29:06.196000'),(31258,'SignatureCare Emergency Room is here 24/7 when an unexpected emergency happens. Our Board Certified Doctors and state of the art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant as we strive for excellent each time you come to one of our emergency rooms.','2016-08-26 17:29:46.763000'),(31259,'We love hearing about the comfortable experience our patients had at SignatureCare Emergency Center. Thank you so much for the positive feedback.','2016-08-26 17:27:54.370000'),(31260,'Thank you Garnett for the review. We are happy your experience was great! We hope you are feeling much better.','2016-08-26 17:31:50.951000'),(31261,'Our Doctors and Medical Staff thank you for your wonderful feedback and we will continue to provide excellent care to our patients and families.','2016-08-26 17:26:47.821000'),(31262,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-12-21 05:33:34.587000'),(31263,'Thank you so much for giving us five stars, Angela!','2020-12-21 05:33:55.761000'),(31264,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-21 05:34:13.790000'),(31265,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-12-21 05:50:56.240000'),(31266,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-12-21 05:51:47.515000'),(31267,'What a nice review! Thank you for taking the time to let us know how we are doing. Our community is important to us, so we love hearing that our team is doing a good job. It\'s never fun when a parent has to visit the ER, but we aim to make you and your family as comfortable as possible while waiting for diagnosis and treatment. Thank you for choosing SignatureCare and we hope your kiddo is feeling better!','2020-12-21 05:59:27.641000'),(31268,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-12-21 06:06:32.106000'),(31269,'Thank you so much for your nice review, Christina. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-12-21 06:07:06.738000'),(31270,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-12-21 06:07:23.081000'),(31271,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-21 06:09:25.856000'),(31272,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-15 09:20:38.783000'),(31273,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-12-15 09:12:34.496000'),(31274,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-14 07:27:21.716000'),(31275,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-14 06:22:50.510000'),(31276,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-14 06:22:26.204000'),(31277,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-12-15 08:53:45.249000'),(31278,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-14 18:04:25.612000'),(31279,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-15 05:32:51.930000'),(31280,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-13 03:11:36.128000'),(31281,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-13 03:11:01.805000'),(31282,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-13 02:57:30.316000'),(31283,'Thank you for the great review Hannah! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','2020-12-12 14:04:12.710000'),(31284,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-10 13:33:42.419000'),(31285,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-10 13:30:30.236000'),(31286,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-10 13:25:28.722000'),(31287,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-10 13:14:36.027000'),(31288,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-12-10 13:13:24.863000'),(31289,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-12-10 13:12:42.707000'),(31290,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-10 13:10:56.457000'),(31291,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-12-10 13:10:03.134000'),(31292,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-12-09 04:17:09.657000'),(31293,'Thank you Niah for your five star review and for trusting us with your care!','2020-12-21 08:05:54.852000'),(31294,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-06 13:28:59.540000'),(31295,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-06 13:29:42.436000'),(31296,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-06 13:30:02.137000'),(31297,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-06 13:30:32.323000'),(31298,'Thank you for the five-star rating. We appreciate the feedback, and appreciate you choosing SignatureCare.','2020-12-21 08:05:48.056000'),(31299,'Thank you Truehero for the 5 star review. We are glad you had a good experience. Feel Better!','2020-12-21 08:05:46.910000'),(31300,'We appreciate the five-star rating Kyle!','2020-12-21 08:05:45.172000'),(31301,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-03 16:45:30.954000'),(31302,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-03 16:44:09.717000'),(31303,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-03 16:42:11.773000'),(31304,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-11-24 10:06:56.247000'),(31305,'Thanks for the 5 star review Jennifer!','2020-12-21 08:05:37.673000'),(31306,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-30 05:10:40.044000'),(31307,'We appreciate the five-star rating Macy!','2020-12-21 08:05:36.157000'),(31308,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-11-29 11:35:29.814000'),(31309,'Thank you Dalton for your five star review and for trusting us with your care!','2020-12-21 08:05:34.583000'),(31310,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-14 04:35:48.719000'),(31311,'Thanks for the 5 star review Steve!','2020-12-21 08:05:33.056000'),(31312,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-29 11:32:19.825000'),(31313,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-29 11:32:05.734000'),(31314,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-29 11:31:51.302000'),(31315,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-29 11:31:37.334000'),(31316,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-28 16:55:02.477000'),(31317,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-26 04:00:54.845000'),(31318,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-25 16:56:59.530000'),(31319,'Thank you so much for your nice review, Camille. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-11-25 16:56:36.650000'),(31320,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-24 10:06:05.110000'),(31321,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-24 10:03:33.524000'),(31322,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-11-24 09:40:59.889000'),(31323,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-24 09:40:43.717000'),(31324,'Thank you Fernando, for your great rating!','2020-11-25 07:06:49.063000'),(31325,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-11-19 05:13:33.342000'),(31326,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-19 05:13:16.697000'),(31327,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-22 13:51:23.651000'),(31328,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-22 07:21:46.268000'),(31329,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-22 06:29:29.816000'),(31330,'We appreciate your great rating, Jules!','2020-11-25 07:06:37.315000'),(31331,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-21 13:04:34.577000'),(31332,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-21 12:51:34.020000'),(31333,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-21 12:49:01.186000'),(31334,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-21 12:44:19.414000'),(31335,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-20 09:41:46.934000'),(31336,'Thank you so much for giving us five stars, Alyssa!','2020-11-25 07:06:19.996000'),(31337,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-09-20 20:19:36.600000'),(31338,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-20 09:21:21.922000'),(31339,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-20 09:18:04.847000'),(31340,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-19 05:22:16.170000'),(31341,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-19 05:21:54.359000'),(31342,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-19 05:21:04.728000'),(31343,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-11-19 05:20:31.767000'),(31344,'Thank you so much for your nice review. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-11-19 05:19:26.247000'),(31345,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-19 05:18:31.278000'),(31346,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-19 05:18:22.017000'),(31347,'Thank you so much for your great rating, Brett!','2020-11-25 07:06:06.833000'),(31348,'Thank you Lori , for your great rating!','2020-11-25 07:05:54.425000'),(31349,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-19 05:15:49.562000'),(31350,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-19 05:15:02.709000'),(31351,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-19 05:14:24.847000'),(31352,'We appreciate your great rating, Gloria!','2020-11-25 07:05:40.988000'),(31353,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-17 07:29:46.847000'),(31354,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-17 07:22:27.961000'),(31355,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-17 07:21:55.355000'),(31356,'Thank you Katie, for your great rating!','2020-11-17 07:29:16.978000'),(31357,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-17 06:57:34.959000'),(31358,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-17 06:51:42.245000'),(31359,'We appreciate your great rating, Nancy!','2020-11-17 07:29:05.541000'),(31360,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-17 06:49:39.414000'),(31361,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-16 04:53:52.418000'),(31362,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-16 04:24:40.991000'),(31363,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-16 04:22:05.739000'),(31364,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-15 04:30:52.977000'),(31365,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-15 04:19:36.124000'),(31366,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-11-15 04:13:29.738000'),(31367,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-11-14 19:40:07.105000'),(31368,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-14 19:39:41.030000'),(31369,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-16 04:32:01.375000'),(31370,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-14 18:18:15.687000'),(31371,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-11-14 18:17:35.220000'),(31372,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-14 18:17:14.684000'),(31373,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-17 05:47:12.596000'),(31374,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-17 05:46:13.585000'),(31375,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-14 17:41:03.374000'),(31376,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-11-17 05:35:42.154000'),(31377,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-17 05:25:04.625000'),(31378,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-17 05:19:31.464000'),(31379,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-17 05:18:29.484000'),(31380,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-16 17:15:12.806000'),(31381,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-16 17:12:25.768000'),(31382,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-16 17:07:05.979000'),(31383,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-16 17:00:04.896000'),(31384,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-16 16:59:39.364000'),(31385,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-14 17:39:37.540000'),(31386,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-10 07:58:46.658000'),(31387,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-10 07:57:55.557000'),(31388,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-10 07:55:25.681000'),(31389,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-09 07:25:51.672000'),(31390,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-09 07:25:39.285000'),(31391,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-09 07:24:29.294000'),(31392,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-09 07:24:00.468000'),(31393,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-09 07:19:30.976000'),(31394,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-09 07:19:14.660000'),(31395,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-09 07:19:02.965000'),(31396,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-09 07:18:52.594000'),(31397,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-09 07:18:20.362000'),(31398,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-09 07:13:44.092000'),(31399,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-09 07:12:21.502000'),(31400,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-09 07:11:36.404000'),(31401,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-09 07:07:53.066000'),(31402,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-09 07:06:42.269000'),(31403,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-09 07:06:27.566000'),(31404,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-09 07:06:12.152000'),(31405,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-09 07:05:24.814000'),(31406,'We appreciate your great rating, shariah!','2020-11-12 06:39:46.881000'),(31407,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-09 07:04:39.963000'),(31408,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-09 07:04:21.001000'),(31409,'Thank you luis, for your great rating!','2020-11-12 06:39:36.274000'),(31410,'Thank you so much for your great rating, jessie!','2020-11-12 06:39:23.921000'),(31411,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-09 07:04:11.307000'),(31412,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-05 17:34:37.910000'),(31413,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-05 17:34:25.431000'),(31414,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-05 17:22:48.738000'),(31415,'Thank you for the great review Lily! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','2020-11-17 12:34:58.110000'),(31416,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-05 06:39:29.776000'),(31417,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-05 06:38:59.047000'),(31418,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-04 07:58:30.537000'),(31419,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-04 07:56:32.447000'),(31420,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-04 07:56:00.930000'),(31421,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-04 07:54:46.872000'),(31422,'Thank you so much for giving us five stars, David!','2020-11-04 08:15:08.102000'),(31423,'We appreciate your great rating, David!','2020-11-04 08:14:53.489000'),(31424,'Thank you Tania, for your great rating!','2020-11-04 08:14:37.371000'),(31425,'Thank you so much for your great rating, Alison!','2020-11-04 08:14:23.968000'),(31426,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-04 06:30:13.067000'),(31427,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-04 06:19:49.521000'),(31428,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-04 06:00:36.814000'),(31429,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-04 05:59:41.120000'),(31430,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-03 06:42:56.840000'),(31431,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-03 06:42:25.481000'),(31432,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-03 06:23:37.794000'),(31433,'Thank you so much for giving us five stars, Valerie!','2020-11-04 08:14:11.583000'),(31434,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-03 05:56:14.263000'),(31435,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-03 05:33:03.270000'),(31436,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-11-02 07:34:12.248000'),(31437,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-02 07:27:07.194000'),(31438,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-02 07:26:05.071000'),(31439,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-02 07:23:25.681000'),(31440,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-02 07:19:13.921000'),(31441,'Thank you Lidia, for your great rating!','2020-11-02 10:46:59.931000'),(31442,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2020-11-01 04:09:54.437000'),(31443,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-31 16:33:52.211000'),(31444,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-31 15:58:44.953000'),(31445,'Thank you so much Tim for your great rating!','2020-11-17 12:34:55.960000'),(31446,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-31 15:56:46.735000'),(31447,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-31 15:46:08.880000'),(31448,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-31 10:29:04.055000'),(31449,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-29 18:36:24.117000'),(31450,'Thank you for the five-star rating Cemone! We appreciate your feedback.','2020-11-17 12:34:54.346000'),(31451,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-10-29 17:51:21.351000'),(31452,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-28 20:27:12.961000'),(31453,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-28 20:25:31.480000'),(31454,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-28 20:23:06.342000'),(31455,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-28 20:03:49.503000'),(31456,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-28 20:02:45.475000'),(31457,'Thank you so much for your review, Emily. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-10-27 17:39:33.289000'),(31458,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-28 20:02:24.342000'),(31459,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-28 19:01:11.545000'),(31460,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-28 18:45:39.545000'),(31461,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-07-20 20:04:27.519000'),(31462,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-28 18:27:24.872000'),(31463,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-10-28 18:22:15.397000'),(31464,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-28 18:03:37.551000'),(31465,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-28 17:44:44.675000'),(31466,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-28 17:43:47.334000'),(31467,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-28 17:43:33.967000'),(31468,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-28 17:43:08.505000'),(31469,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-10-28 17:28:25.646000'),(31470,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-28 10:59:18.505000'),(31471,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-28 10:56:07.862000'),(31472,'Thank you Chris, for your great rating!','2020-10-27 17:40:02.120000'),(31473,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-10-28 10:50:06.333000'),(31474,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-28 10:47:57.191000'),(31475,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-28 10:42:25.959000'),(31476,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-10-28 10:30:41.136000'),(31477,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-28 10:29:33.592000'),(31478,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-28 10:01:47.436000'),(31479,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-28 09:50:53.550000'),(31480,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-28 09:50:34.716000'),(31481,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-28 09:48:21.359000'),(31482,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-10-21 14:45:16.230000'),(31483,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-21 14:44:39.629000'),(31484,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-21 14:44:20.661000'),(31485,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-10-21 14:44:08.136000'),(31486,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-10-21 14:43:49.736000'),(31487,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-10-21 14:43:38.587000'),(31488,'Thank you so much for giving us five stars, Emmanuel!','2020-10-21 14:43:25.204000'),(31489,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-10-21 14:42:54.393000'),(31490,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-20 08:50:31.382000'),(31491,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-19 03:27:48.953000'),(31492,'Thank you so much for your great rating!','2020-10-19 03:27:23.956000'),(31493,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-18 06:40:35.032000'),(31494,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-10-18 06:39:43.415000'),(31495,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-10-18 06:39:21.604000'),(31496,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-18 06:37:12.898000'),(31497,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-18 06:36:43.289000'),(31498,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-18 06:36:08.753000'),(31499,'Thank you Rodney, for your great rating!','2020-10-19 03:27:02.722000'),(31500,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-18 06:19:13.545000'),(31501,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-18 06:17:30.101000'),(31502,'We appreciate your great rating, Sydney!','2020-10-19 03:26:47.720000'),(31503,'Thank you so much for giving us five stars, Emma!','2020-10-19 03:26:32.629000'),(31504,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-18 06:14:14.557000'),(31505,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-14 06:24:26.451000'),(31506,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-14 06:20:13.153000'),(31507,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-14 06:19:29.897000'),(31508,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-10-14 05:03:35.723000'),(31509,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-10-13 06:17:46.771000'),(31510,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2020-10-13 06:17:00.953000'),(31511,'We appreciate your great rating, samip!','2020-10-14 06:42:03.322000'),(31512,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-13 05:45:47.935000'),(31513,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2020-10-13 05:45:26.425000'),(31514,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-07 07:23:04.704000'),(31515,'Thank you so much for your great rating, Debbie!','2020-10-14 06:41:50.133000'),(31516,'Thank you so much for giving us five stars!','2020-10-14 06:41:39.232000'),(31517,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-13 04:28:59.333000'),(31518,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-10-13 04:22:02.010000'),(31519,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-13 04:19:13.607000'),(31520,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-11 07:31:43.630000'),(31521,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-11 07:30:57.151000'),(31522,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-11 07:30:25.002000'),(31523,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-10-11 07:13:42.759000'),(31524,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-11 06:55:09.525000'),(31525,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-09 18:14:37.088000'),(31526,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-10-09 19:11:24.604000'),(31527,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-10-09 19:12:15.147000'),(31528,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-09 19:14:07.650000'),(31529,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-09 19:18:04.563000'),(31530,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-10-09 19:18:17.394000'),(31531,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-09 19:18:55.448000'),(31532,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-09 19:19:21.073000'),(31533,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-09 20:06:23.776000'),(31534,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-10-09 20:07:19.204000'),(31535,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-09 19:09:18.937000'),(31536,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-09 19:10:08.511000'),(31537,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-09 19:08:59.356000'),(31538,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-09 19:08:00.331000'),(31539,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-09 19:06:53.247000'),(31540,'Thank you so much for giving us five stars, Lauren!','2020-10-09 18:52:21.390000'),(31541,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-10-09 18:51:55.182000'),(31542,'Thank you so much for your great rating, Victoria!','2020-10-09 18:51:21.291000'),(31543,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-07 07:27:02.687000'),(31544,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-07 07:26:36.080000'),(31545,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-10-07 07:26:00.688000'),(31546,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-10-07 07:25:44.282000'),(31547,'Thank you so much for your great rating, Cristian!','2020-10-07 07:13:47.917000'),(31548,'Thank you so much for your nice review, Jessica. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-10-07 07:25:21.354000'),(31549,'Thank you Benjie, for your great rating!','2020-10-07 07:14:04.326000'),(31550,'We appreciate your great rating, Julie!','2020-10-07 07:14:16.845000'),(31551,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-10-06 16:07:20.668000'),(31552,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-06 16:08:28.724000'),(31553,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-07 07:24:34.115000'),(31554,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-10-07 07:24:13.263000'),(31555,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-10-07 07:23:55.515000'),(31556,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-10-07 07:21:05.124000'),(31557,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2020-10-07 07:20:35.607000'),(31558,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-10-07 07:22:46.786000'),(31559,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-07 07:21:57.701000'),(31560,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-07 07:19:40.538000'),(31561,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-10-07 07:21:30.005000'),(31562,'Thank you so much for giving us five stars, Crystal!','2020-10-07 07:15:23.810000'),(31563,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-07 07:18:19.409000'),(31564,'Thank you so much for your great rating, James!','2020-10-07 07:15:36.223000'),(31565,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-07 07:18:47.516000'),(31566,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-07 07:17:53.787000'),(31567,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-07 07:17:05.727000'),(31568,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-10-07 07:16:45.742000'),(31569,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-10-07 07:15:59.526000'),(31570,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-04 09:05:28.429000'),(31571,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-10-04 09:05:10.693000'),(31572,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-04 09:04:48.732000'),(31573,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-04 09:03:07.968000'),(31574,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-04 09:01:40.903000'),(31575,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-10-04 09:01:27.994000'),(31576,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-10-04 08:59:38.432000'),(31577,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-04 08:51:47.327000'),(31578,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-04 08:25:03.828000'),(31579,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-10-04 08:21:34.667000'),(31580,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-04 08:20:29.004000'),(31581,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-04 07:17:16.463000'),(31582,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-04 07:16:44.855000'),(31583,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-04 07:16:29.236000'),(31584,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-04 07:15:28.644000'),(31585,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-04 07:14:00.752000'),(31586,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-10-04 07:12:17.394000'),(31587,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-10-04 07:10:37.979000'),(31588,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-04 06:52:24.040000'),(31589,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-04 06:35:42.835000'),(31590,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-04 06:32:26.847000'),(31591,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-10-04 06:28:31.884000'),(31592,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-04 06:27:10.987000'),(31593,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-10-04 06:25:19.498000'),(31594,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-04 06:24:41.484000'),(31595,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-04 06:18:50.490000'),(31596,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-04 06:17:19.810000'),(31597,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-10-04 06:16:32.510000'),(31598,'Thank you so much for giving us five stars, Kelly!','2020-10-01 06:04:01.385000'),(31599,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-01 05:47:14.492000'),(31600,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-09-30 08:30:26.107000'),(31601,'Thank you NAME, for your great Kelcie!','2020-10-01 06:03:44.647000'),(31602,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-29 05:27:39.051000'),(31603,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-09-29 05:27:25.530000'),(31604,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-09-29 05:27:08.613000'),(31605,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-29 05:24:48.658000'),(31606,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-09-29 05:24:32.159000'),(31607,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-09-29 05:24:05.330000'),(31608,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-09-29 05:23:09.899000'),(31609,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-09-29 05:12:10.547000'),(31610,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-29 05:11:19.632000'),(31611,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-09 16:36:15.305000'),(31612,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-09-29 04:54:56.705000'),(31613,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-29 04:54:36.905000'),(31614,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-29 04:54:03.580000'),(31615,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-27 08:37:59.218000'),(31616,'We appreciate your great rating, Brittany!','2020-10-01 06:03:30.161000'),(31617,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-09-27 08:37:21.024000'),(31618,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-27 08:36:31.123000'),(31619,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-09-27 08:20:07.258000'),(31620,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-09-27 08:19:20.571000'),(31621,'Thank you so much for your great rating, Victoria!','2020-07-20 18:53:38.872000'),(31622,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-24 08:57:25.839000'),(31623,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-24 08:56:58.471000'),(31624,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-23 11:22:09.902000'),(31625,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-09-23 11:21:40.150000'),(31626,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-09-23 11:20:42.695000'),(31627,'Thank you so much for your review, Frankie. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-09-23 11:20:25.046000'),(31628,'We appreciate your great rating, Kiley!','2020-09-23 11:19:54.740000'),(31629,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-09-22 06:35:51.472000'),(31630,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-22 06:36:13.654000'),(31631,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-21 15:57:19.351000'),(31632,'Thank you so much for your great rating, Jamie!','2020-09-20 20:12:45.851000'),(31633,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-09-19 16:58:45.845000'),(31634,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-09-19 16:59:09.897000'),(31635,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-09-19 16:59:39.060000'),(31636,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-19 17:01:18.954000'),(31637,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-09-19 16:54:41.127000'),(31638,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-19 17:06:41.602000'),(31639,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-09-19 17:05:44.975000'),(31640,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-09-19 16:43:25.195000'),(31641,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-19 16:42:02.840000'),(31642,'We appreciate your great rating, Louis!','2020-09-18 06:14:37.801000'),(31643,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-20 20:17:56.928000'),(31644,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-09-20 20:18:18.641000'),(31645,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-20 20:18:49.889000'),(31646,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-09-20 20:19:20.892000'),(31647,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-20 20:20:04.444000'),(31648,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-09-20 20:20:29.128000'),(31649,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare! Have a safe journey.','2020-09-20 20:22:13.868000'),(31650,'There\'s never a fun time to visit the ER , but we will make your visit with us as quick and as painless as possible. Thank you for letting us know that our SignatureCare team is doing a good job -- it means a lot to us.','2020-09-20 20:23:50.932000'),(31651,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-19 17:10:44.462000'),(31652,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-09-19 17:10:21.607000'),(31653,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-09-19 17:08:28.892000'),(31654,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-19 17:08:01.099000'),(31655,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-19 17:07:43.970000'),(31656,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-09-16 07:41:17.366000'),(31657,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-09-16 07:40:50.794000'),(31658,'Thank you so much for your nice review, Troy. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-09-16 07:40:19.146000'),(31659,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-16 07:39:55.216000'),(31660,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-09-16 07:39:00.121000'),(31661,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-16 07:37:57.848000'),(31662,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-09-16 04:36:12.379000'),(31663,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-09-16 04:35:03.503000'),(31664,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-09-16 04:34:14.763000'),(31665,'Thank you so much for your nice review. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-09-16 04:29:53.390000'),(31666,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-09-16 04:33:27.059000'),(31667,'Thank you so much for giving us five stars, Jessica!','2020-09-16 04:30:19.280000'),(31668,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-09-16 04:32:33.297000'),(31669,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-09-16 04:31:24.209000'),(31670,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-09-16 04:30:43.356000'),(31671,'We appreciate your great rating, Laura!','2020-09-13 14:45:28.191000'),(31672,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-09-14 04:31:35.364000'),(31673,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-09-14 04:32:05.008000'),(31674,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-09-14 04:32:37.211000'),(31675,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-14 04:33:18.317000'),(31676,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-14 04:36:20.168000'),(31677,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review','2020-09-14 04:37:37.798000'),(31678,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-09-14 04:37:16.747000'),(31679,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-09-14 04:35:03.123000'),(31680,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-09-13 17:28:27.013000'),(31681,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-10 16:53:55.964000'),(31682,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-09-10 16:54:33.206000'),(31683,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-09-10 16:55:02.660000'),(31684,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-10 16:55:56.487000'),(31685,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-10 16:56:20.234000'),(31686,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-10 16:58:22.235000'),(31687,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-10 16:59:13.700000'),(31688,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-09-10 17:00:05.912000'),(31689,'We appreciate your great rating, Katelyn!','2020-09-10 06:17:41.264000'),(31690,'Thank you so much for giving us five stars, David!','2020-09-10 06:17:18.776000'),(31691,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-01 09:54:08.909000'),(31692,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-09-10 17:01:20.867000'),(31693,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-10 17:02:00.032000'),(31694,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-09-13 17:25:15.196000'),(31695,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-09-13 17:25:41.282000'),(31696,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-09-13 17:26:08.563000'),(31697,'Thank you Kaylee, for your great rating!','2020-09-10 17:02:28.852000'),(31698,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-09-13 17:27:16.020000'),(31699,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-09-13 17:26:51.956000'),(31700,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-13 17:22:40.198000'),(31701,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-13 17:23:15.568000'),(31702,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-08-17 20:21:01.263000'),(31703,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-09-13 17:22:05.606000'),(31704,'Thank you Michelle, for your great rating!','2020-07-28 16:45:48.384000'),(31705,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-09-13 17:21:30.833000'),(31706,'Muchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal!','2020-09-13 17:23:59.114000'),(31707,'Thank you so much for giving us five stars, Cesar!','2020-09-13 17:21:06.447000'),(31708,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-09-13 17:24:19.794000'),(31709,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-09-13 17:24:40.503000'),(31710,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-09-13 17:20:42.509000'),(31711,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-09-13 17:20:21.313000'),(31712,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-13 17:20:00.303000'),(31713,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-09-13 17:19:10.407000'),(31714,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-09-13 17:18:43.743000'),(31715,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-13 17:18:14.595000'),(31716,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-13 17:17:50.625000'),(31717,'Thank you so much for your great rating, Cristina!','2020-09-13 17:17:27.051000'),(31718,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-09-13 17:17:08.397000'),(31719,'We appreciate your great rating, Brent!','2020-09-13 17:15:42.689000'),(31720,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-13 17:15:19.097000'),(31721,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-09-10 17:12:22.741000'),(31722,'We appreciate your great rating, cindy!','2020-09-10 17:03:12.769000'),(31723,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-10 17:11:59.240000'),(31724,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-10 17:11:35.686000'),(31725,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-09-10 17:11:09.139000'),(31726,'Thank you so much for your great rating, Creators!','2020-09-01 07:56:49.586000'),(31727,'Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-09-01 08:06:39.604000'),(31728,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-01 08:10:03.814000'),(31729,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-07-22 04:43:33.969000'),(31730,'Thank you Brenda, for your great rating!','2020-08-31 07:43:15.903000'),(31731,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-09-01 09:28:09.794000'),(31732,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-01 09:37:38.241000'),(31733,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-09-01 09:53:43.772000'),(31734,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-01 09:54:34.093000'),(31735,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-09-01 09:54:59.675000'),(31736,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center','2020-09-01 09:55:37.476000'),(31737,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-09-01 09:56:19.956000'),(31738,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-26 06:03:06.976000'),(31739,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-26 06:02:48.420000'),(31740,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-26 06:02:32.763000'),(31741,'We appreciate your great rating, Sadia!','2020-08-27 07:32:43.995000'),(31742,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-08-26 06:02:19.801000'),(31743,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-08-26 06:02:02.643000'),(31744,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-08-26 05:57:43.479000'),(31745,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-08-26 05:57:17.655000'),(31746,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-08-26 05:56:41.882000'),(31747,'Thank you so much for your great rating, Kaylinn!','2020-08-25 06:41:57.453000'),(31748,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-08-25 06:29:24.399000'),(31749,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-25 06:27:42.563000'),(31750,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-25 06:26:52.773000'),(31751,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-08-25 06:25:44.485000'),(31752,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-08-25 06:20:02.400000'),(31753,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-25 06:18:39.541000'),(31754,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-08-25 06:14:59.281000'),(31755,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-25 05:55:15.558000'),(31756,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-25 05:54:36.461000'),(31757,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-01 09:57:09.583000'),(31758,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-08-25 05:26:48.660000'),(31759,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-08-25 05:25:32.926000'),(31760,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-08-25 05:20:46.727000'),(31761,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-25 05:19:40.820000'),(31762,'Thank you so much for giving us five stars, Kaneez!','2020-08-17 20:29:31.352000'),(31763,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-08-17 20:29:18.345000'),(31764,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-08-17 20:29:04.347000'),(31765,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-08-17 20:28:43.548000'),(31766,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-17 20:28:31.367000'),(31767,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-08-17 20:28:13.419000'),(31768,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-08-17 20:28:06.288000'),(31769,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-08-17 20:27:50.682000'),(31770,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-17 20:27:35.354000'),(31771,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-17 20:26:56.937000'),(31772,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-08-17 20:26:19.845000'),(31773,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-08-17 20:21:57.114000'),(31774,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-08-17 20:20:53.227000'),(31775,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-17 20:20:40.305000'),(31776,'Thank you so much for giving us five stars, Johanna!','2020-08-17 20:20:01.881000'),(31777,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-08-17 20:19:45.627000'),(31778,'Thank you so much for your feedback and your recommendation. We appreciate you choosing SignatureCare!','2020-08-17 20:17:47.764000'),(31779,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-08-10 15:32:42.722000'),(31780,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-08-10 15:30:51.024000'),(31781,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-10 15:19:35.073000'),(31782,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-08-10 15:19:19.938000'),(31783,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-08-10 15:19:01.312000'),(31784,'We appreciate your great rating!','2020-08-10 15:34:41.000000'),(31785,'Thank you so much for giving us five stars, Erendira!','2020-08-10 15:33:21.358000'),(31786,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-08-10 15:16:53.670000'),(31787,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-08-10 15:16:00.051000'),(31788,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-08-10 15:15:39.575000'),(31789,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-10 15:15:07.025000'),(31790,'Thank you for your review and rating. We appreciate you choosing SignatureCare!','2020-08-10 15:11:34.202000'),(31791,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-08-10 15:10:55.751000'),(31792,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-10 15:10:18.952000'),(31793,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-10 15:09:49.440000'),(31794,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-08-10 15:09:16.990000'),(31795,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-08-10 15:08:46.159000'),(31796,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-08-10 15:08:12.785000'),(31797,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-08-10 15:06:31.332000'),(31798,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-08-10 15:06:08.598000'),(31799,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-08-10 15:03:26.206000'),(31800,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-10 15:03:08.449000'),(31801,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-08-10 15:02:57.465000'),(31802,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-08-10 15:02:37.910000'),(31803,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-08-10 15:02:28.204000'),(31804,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-10 15:02:16.472000'),(31805,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-08-10 15:02:00.610000'),(31806,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-10 15:01:46.425000'),(31807,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-10 15:01:35.671000'),(31808,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-08-10 15:00:36.966000'),(31809,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-08-10 14:59:17.409000'),(31810,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-08-10 14:58:52.169000'),(31811,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-08-10 14:51:26.444000'),(31812,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-08-10 14:49:59.647000'),(31813,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-08-10 14:49:27.459000'),(31814,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-08-09 17:16:27.642000'),(31815,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-08-09 17:15:41.638000'),(31816,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-08-09 17:15:13.424000'),(31817,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-09 17:14:37.984000'),(31818,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-08-09 17:14:13.173000'),(31819,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-09 17:13:27.982000'),(31820,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-08-09 16:36:39.952000'),(31821,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-08-09 16:36:33.681000'),(31822,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-08-09 16:35:57.910000'),(31823,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-08-09 16:35:49.146000'),(31824,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-08-09 17:13:09.786000'),(31825,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-09 16:35:34.248000'),(31826,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-08-09 16:35:22.480000'),(31827,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-08-09 16:35:06.658000'),(31828,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-09 16:34:51.846000'),(31829,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-08-09 16:34:29.635000'),(31830,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-08-09 16:34:07.468000'),(31831,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-09 16:33:48.053000'),(31832,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-09 16:33:40.384000'),(31833,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-29 14:33:23.952000'),(31834,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-07-29 14:33:11.144000'),(31835,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-07-28 17:06:37.361000'),(31836,'Thank you so much for giving us five stars, Elvin!','2020-07-28 17:03:49.263000'),(31837,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-07-28 17:03:32.214000'),(31838,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-28 17:03:21.192000'),(31839,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-07-28 17:03:13.612000'),(31840,'We appreciate your great rating, Raul!','2020-07-28 17:03:00.487000'),(31841,'Thank you so much for your great rating, Yasmine!','2020-07-28 17:02:49.128000'),(31842,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-28 17:02:32.657000'),(31843,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-07-28 17:02:11.743000'),(31844,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-28 17:02:00.778000'),(31845,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-28 16:48:34.083000'),(31846,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-07-28 16:48:26.244000'),(31847,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-07-28 16:48:18.165000'),(31848,'Thank you so much for your nice review, Brooke. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-07-28 16:48:07.428000'),(31849,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-07-28 16:47:47.455000'),(31850,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-28 16:47:39.894000'),(31851,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-28 16:47:33.100000'),(31852,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-07-28 16:47:14.663000'),(31853,'Thank you so much for giving us five stars, Shelby!','2020-07-28 16:46:48.439000'),(31854,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-07-28 16:46:35.139000'),(31855,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-07-28 16:46:22.487000'),(31856,'Thank you so much for your nice review, Anna. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-07-28 16:46:06.341000'),(31857,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-28 16:45:27.815000'),(31858,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-07-28 16:45:02.470000'),(31859,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-28 16:44:50.890000'),(31860,'We appreciate your great rating, Rusty!','2020-07-28 16:44:35.598000'),(31861,'Thank you so much for your great rating, Gayla!','2020-07-28 16:44:23.679000'),(31862,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-07-28 16:44:03.641000'),(31863,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-07-27 16:33:47.728000'),(31864,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-27 16:33:07.150000'),(31865,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-07-27 16:31:42.799000'),(31866,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-07-27 16:31:02.262000'),(31867,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. I would love to discuss the incident with front desk and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. Thank you for choosing SignatureCare!','2020-07-26 15:13:22.698000'),(31868,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-09 17:11:43.853000'),(31869,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-09 17:06:48.722000'),(31870,'Thank you so much for your nice review, Susan. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!Thank you so much for your nice review, [NAME]. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!Thank you so much for your nice review, [NAME]. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!Thank you so much for your nice review, [NAME]. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!Thank you so much for your nice review, [NAME]. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us! Hope your son is feeling well.','2020-08-09 17:04:17.949000'),(31871,'Thank you so much for giving us five stars, Jean!','2020-07-26 15:10:13.937000'),(31872,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-09 16:59:17.915000'),(31873,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-09 16:58:55.539000'),(31874,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-08-09 16:58:39.972000'),(31875,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-08-09 16:58:17.427000'),(31876,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-09 16:57:54.771000'),(31877,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-09 16:57:42.260000'),(31878,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-08-09 16:57:18.292000'),(31879,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your daughter. Thank you for choosing SignatureCare.','2020-07-23 07:37:51.264000'),(31880,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-23 07:38:52.979000'),(31881,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-07-22 03:50:16.289000'),(31882,'Thanks for leaving a review! Would you please reach out to us at info@ercare24.com to let us know more about the incident. We aim for 100% satisfaction at SignatureCare. Your suggestion will help us to develop our services and make ourselves able to earn those last two stars!','2020-07-22 03:50:38.104000'),(31883,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-07-22 04:02:53.623000'),(31884,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-22 04:03:21.289000'),(31885,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-07-22 04:03:38.586000'),(31886,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-22 04:06:09.983000'),(31887,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-22 04:07:09.803000'),(31888,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-07-22 04:07:35.414000'),(31889,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-22 04:09:37.798000'),(31890,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you and your mom. Thank you for choosing SignatureCare.','2020-07-22 04:10:03.912000'),(31891,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-22 04:54:45.090000'),(31892,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-07-22 04:55:21.396000'),(31893,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-07-22 04:55:49.925000'),(31894,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-07-22 04:47:39.838000'),(31895,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-22 04:47:20.538000'),(31896,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-22 04:46:58.628000'),(31897,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-22 04:46:33.300000'),(31898,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-07-22 04:45:21.175000'),(31899,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-22 04:46:11.317000'),(31900,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-22 04:45:46.528000'),(31901,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-07-22 04:44:52.290000'),(31902,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-07-22 04:44:31.607000'),(31903,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-07-22 04:44:18.341000'),(31904,'Thank you for your review . We appreciate you choosing SignatureCare!','2020-07-22 04:42:34.389000'),(31905,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-22 04:42:16.969000'),(31906,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-22 04:41:51.264000'),(31907,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-07-22 04:41:02.352000'),(31908,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-07-22 04:40:14.306000'),(31909,'Thank you so much for your nice review, Rebecca. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-07-22 04:40:02.817000'),(31910,'Thank you so much for your great rating, Priya!','2020-07-22 03:49:36.500000'),(31911,'Thank you Chris, for your great rating!','2020-07-21 05:34:09.655000'),(31912,'We appreciate your great rating, Will!','2020-07-21 05:33:55.936000'),(31913,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-21 05:34:49.493000'),(31914,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-21 05:36:24.498000'),(31915,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-21 05:36:42.815000'),(31916,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-07-21 05:36:01.847000'),(31917,'Thank you so much for your great rating, Virgil!','2020-07-21 05:33:37.878000'),(31918,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-07-21 05:38:04.555000'),(31919,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-21 05:37:11.653000'),(31920,'Thank you so much for giving us five stars, Kelaiah!','2020-07-21 05:33:10.871000'),(31921,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-07-21 05:39:25.677000'),(31922,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-07-21 05:32:22.371000'),(31923,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-21 05:39:48.401000'),(31924,'Thank you so much for your nice review, Mia!. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-07-21 05:40:29.460000'),(31925,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-07-21 05:40:52.386000'),(31926,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-07-21 05:39:06.136000'),(31927,'Thank you so much for your great rating, Kate!','2020-07-21 05:31:17.635000'),(31928,'Thank you so much for giving us five stars, Grace!','2020-07-21 05:31:04.547000'),(31929,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-07-20 18:15:38.037000'),(31930,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-20 18:15:57.064000'),(31931,'Thank you so much for giving us five stars, Christopher!','2020-07-20 18:16:20.691000'),(31932,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-20 18:17:14.651000'),(31933,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-20 18:17:38.430000'),(31934,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review','2020-07-20 18:18:24.757000'),(31935,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-07-20 18:18:40.141000'),(31936,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-07-20 18:18:59.209000'),(31937,'We appreciate your great rating, pedro!','2020-07-20 18:19:15.515000'),(31938,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-07-20 18:20:07.096000'),(31939,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-07-20 18:40:26.504000'),(31940,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-07-20 18:40:45.884000'),(31941,'Thank you April, for your great rating!','2020-07-20 18:41:05.264000'),(31942,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-20 18:41:48.351000'),(31943,'Thank you so much for giving us five stars, Raul!','2020-07-20 14:15:33.179000'),(31944,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-20 18:49:19.982000'),(31945,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-20 14:23:43.394000'),(31946,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-20 18:50:20.358000'),(31947,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-07-20 14:23:28.455000'),(31948,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-07-20 18:50:58.413000'),(31949,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-07-20 14:22:50.804000'),(31950,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-20 14:22:09.194000'),(31951,'We appreciate your great rating, Nichole!','2020-07-20 14:21:05.556000'),(31952,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-20 14:21:44.736000'),(31953,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-07-20 19:26:08.004000'),(31954,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-07-20 19:27:09.903000'),(31955,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-20 19:27:34.005000'),(31956,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-20 19:27:47.420000'),(31957,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-07-20 19:28:21.210000'),(31958,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-20 19:29:10.978000'),(31959,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-07-20 19:30:03.643000'),(31960,'Thank you for trusting us with the care of your son. We appreciate the great feedback and are very glad to hear that our team took such good care of him.','2020-07-20 19:30:51.837000'),(31961,'Thank you so much for giving us five stars, Kirstyn!','2020-07-20 18:54:46.189000'),(31962,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. If you have any additional questions, don\'t hesitate to reach back out.','2020-07-20 19:31:28.000000'),(31963,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-07-20 20:01:54.692000'),(31964,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-20 20:02:38.339000'),(31965,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-07-20 20:03:04.012000'),(31966,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-20 20:04:04.699000'),(31967,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-07-20 20:03:40.416000'),(31968,'Thank you so much for your nice review, Paula. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-07-20 20:05:04.368000'),(31969,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-07-20 20:05:19.505000'),(31970,'Thank you so much for your review, Monica. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-07-20 18:54:07.834000'),(31971,'Thank you so much for your nice review, Maria. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-03-09 07:07:47.317000'),(31972,'Thank you so much for giving us five stars, Miranda!','2020-07-20 18:53:24.701000'),(31973,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-20 20:05:57.953000'),(31974,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-20 20:06:32.032000'),(31975,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-20 20:07:02.231000'),(31976,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-07-20 20:07:20.553000'),(31977,'Thank you J , for your great rating!','2020-07-20 18:53:00.327000'),(31978,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-20 20:08:02.305000'),(31979,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-07-20 20:08:23.296000'),(31980,'We appreciate your great rating, TW!','2020-07-20 18:52:44.052000'),(31981,'Thank you so much for your great rating, Stephanie!','2020-07-20 18:52:25.496000'),(31982,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-20 20:09:17.685000'),(31983,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-20 20:09:37.970000'),(31984,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-07-20 20:10:09.707000'),(31985,'Thank you so much for giving us five stars, Heather!','2020-07-20 18:52:07.981000'),(31986,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-19 06:17:35.653000'),(31987,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-19 06:18:05.514000'),(31988,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-19 06:18:32.542000'),(31989,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-07-19 06:19:15.075000'),(31990,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-07-19 06:20:13.214000'),(31991,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-07-19 06:19:54.394000'),(31992,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-07-19 06:21:53.744000'),(31993,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-07-19 06:21:12.563000'),(31994,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-19 06:21:32.406000'),(31995,'Thank you so much for your great rating, Caden!','2020-07-19 06:22:11.504000'),(31996,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-19 08:02:43.894000'),(31997,'Thank you so much for giving us five stars, Arayuvit!','2020-07-19 08:03:00.900000'),(31998,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-19 08:03:36.664000'),(31999,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-07-19 08:05:16.271000'),(32000,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-19 08:04:40.524000'),(32001,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-07-19 08:05:52.506000'),(32002,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-19 08:06:37.990000'),(32003,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-07-19 08:07:09.341000'),(32004,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-19 08:04:11.268000'),(32005,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that we can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-07-19 08:24:50.384000'),(32006,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-07-19 08:23:28.350000'),(32007,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-19 08:24:03.653000'),(32008,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-19 08:22:15.147000'),(32009,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-07-19 08:22:33.444000'),(32010,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-07-19 08:09:20.511000'),(32011,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-19 08:21:42.296000'),(32012,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-07-19 08:20:33.907000'),(32013,'Thank you so much for your nice review, Madi. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-07-19 08:19:46.363000'),(32014,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-19 08:19:07.215000'),(32015,'We appreciate your great rating, laura!','2020-07-19 08:08:33.657000'),(32016,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-19 07:55:54.998000'),(32017,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-19 07:56:27.975000'),(32018,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-19 07:56:57.501000'),(32019,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-07-19 07:57:14.275000'),(32020,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-19 07:59:07.410000'),(32021,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-07-19 07:59:49.488000'),(32022,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-07-19 07:58:29.871000'),(32023,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-07-19 08:00:45.607000'),(32024,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-19 08:01:16.749000'),(32025,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-07-19 08:01:50.873000'),(32026,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-07-13 14:27:42.352000'),(32027,'Thank you so much for giving us five stars, Johnny!','2020-07-16 07:03:34.238000'),(32028,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director so we can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that he can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-07-15 06:38:58.628000'),(32029,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-07-13 14:30:28.596000'),(32030,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-22 13:34:55.825000'),(32031,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-07-13 14:27:16.368000'),(32032,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-12 15:28:36.208000'),(32033,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-07-12 15:26:42.374000'),(32034,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-07-13 14:26:51.927000'),(32035,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-07-12 15:24:44.357000'),(32036,'Thank you so much for your nice review, Patrick. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-07-12 15:21:17.011000'),(32037,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-12 15:20:27.038000'),(32038,'Thank you renemunoz, for your great rating!','2020-07-14 20:48:33.815000'),(32039,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-12 15:08:38.953000'),(32040,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-07-09 07:00:28.743000'),(32041,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-09 07:00:55.788000'),(32042,'Thanks for leaving a review! Would you please reach out to us at info@ercare24.com to let us know more about the incident. We aim for 100% satisfaction at SignatureCare. Your suggestion will help us to develop our services and make ourselves able to earn those last two stars!','2020-07-09 07:01:20.951000'),(32043,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that we can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-07-08 08:05:31.761000'),(32044,'Thank you so much for your review, Karina. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-07-08 08:04:44.115000'),(32045,'Thank you so much for your nice review, catrin!. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-07-07 10:22:49.678000'),(32046,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-06 05:16:28.049000'),(32047,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-06 05:16:57.046000'),(32048,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced. We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-07-05 12:03:52.319000'),(32049,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-07-05 12:04:29.658000'),(32050,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-07-05 12:04:44.799000'),(32051,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-05 12:05:45.181000'),(32052,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-07-05 12:06:22.048000'),(32053,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-07-02 07:30:54.125000'),(32054,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-07-02 07:29:33.448000'),(32055,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-07-01 09:34:44.609000'),(32056,'Hello Rhonda!. Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-29 08:35:48.863000'),(32057,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-06-29 08:36:33.237000'),(32058,'Hello Courtney!. Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-29 08:34:57.564000'),(32059,'Hello Carla!. Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-29 08:33:12.495000'),(32060,'Hi jake! We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-06-28 10:58:51.509000'),(32061,'Hello Stephanie! Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-28 10:58:06.096000'),(32062,'Hello Rigo! Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-28 10:57:55.284000'),(32063,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-06-25 10:28:53.816000'),(32064,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-25 10:29:35.977000'),(32065,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-06-25 10:31:10.622000'),(32066,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-07-12 15:07:35.920000'),(32067,'Thank you so much for giving us five stars, Aguilera!','2020-06-23 06:35:54.546000'),(32068,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-22 13:34:44.174000'),(32069,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-22 13:34:21.559000'),(32070,'Thanks for leaving a review! Would you please reach out to us at info@ercare24.com to let us know more about the incident. We aim for 100% satisfaction at SignatureCare. Your suggestion will help us to develop our services and make ourselves able to earn those last two stars!','2020-06-17 10:24:56.448000'),(32071,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-15 07:17:04.197000'),(32072,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-07-15 07:17:35.936000'),(32073,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-15 07:17:56.155000'),(32074,'We appreciate your great rating, Syra!','2020-07-14 20:48:50.061000'),(32075,'Thank you so much for your great rating, Christina!','2020-07-14 20:49:08.140000'),(32076,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-07-15 07:18:55.256000'),(32077,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-15 07:19:30.934000'),(32078,'Thank you so much for giving us five stars, Frediculous!','2020-07-14 20:49:26.446000'),(32079,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-15 07:20:33.045000'),(32080,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-15 07:21:50.109000'),(32081,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-15 07:22:09.866000'),(32082,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-07-15 07:23:05.919000'),(32083,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-07-15 07:24:09.265000'),(32084,'Thank you Lynn, for your great rating!','2020-07-14 20:50:11.364000'),(32085,'Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-07-15 07:25:38.862000'),(32086,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-07-15 07:27:09.923000'),(32087,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director so we can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that he can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-07-15 07:34:51.912000'),(32088,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-07-15 07:33:46.632000'),(32089,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-15 07:34:05.140000'),(32090,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put your husband at ease and provide the best care possible. We hope your husband is feeling better.','2020-03-18 05:44:01.854000'),(32091,'Thank you for the five-star rating Kari! We appreciate your feedback.','2020-03-18 02:03:53.783000'),(32092,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-03-18 05:34:39.238000'),(32093,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-03-18 05:30:19.354000'),(32094,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-03-18 05:29:25.552000'),(32095,'Thank you Elizabeth for your five star review and for trusting us with your care!','2020-03-17 02:05:46.924000'),(32096,'Thanks for the 5 star review Lucas!','2020-03-16 06:03:01.507000'),(32097,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-03-16 06:39:47.797000'),(32098,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-03-16 06:38:36.701000'),(32099,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. We hope your wife is feeling better now. Thank you for choosing SignatureCare and for the nice review.','2020-03-16 06:38:19.427000'),(32100,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-03-16 06:36:28.586000'),(32101,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-03-16 06:35:56.805000'),(32102,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-03-16 06:35:29.575000'),(32103,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-03-16 06:35:03.348000'),(32104,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-03-16 06:34:08.015000'),(32105,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-03-16 06:33:23.187000'),(32106,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-03-16 06:32:48.151000'),(32107,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-03-16 06:30:09.488000'),(32108,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-03-16 06:29:10.302000'),(32109,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-16 06:28:52.199000'),(32110,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-03-16 06:28:11.987000'),(32111,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-03-12 05:15:46.100000'),(32112,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-03-11 04:52:11.312000'),(32113,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-03-11 04:47:26.322000'),(32114,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-10 04:45:10.474000'),(32115,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-03-10 04:44:09.889000'),(32116,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-03-10 04:40:50.621000'),(32117,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-03-10 04:40:21.776000'),(32118,'We appreciate the five-star rating Jordan!','2020-03-09 02:05:51.938000'),(32119,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-03-08 06:51:06.421000'),(32120,'Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-03-08 06:50:33.625000'),(32121,'Thank you for the five-star rating Caitlyn. We appreciate it.','2020-03-04 02:04:02.259000'),(32122,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-03-04 05:42:31.551000'),(32123,'Thank you so much for your feedback Chris! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-03-02 09:05:36.371000'),(32124,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-03-01 08:37:54.059000'),(32125,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-03-01 08:37:25.628000'),(32126,'Thank you so much for giving us five stars, Terra!','2020-03-01 08:36:20.335000'),(32127,'Thank you so much for the five-star rating!','2017-10-17 14:42:48.755000'),(32128,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-12-20 09:46:08.901000'),(32129,'We appreciate your great rating, abraham!','2020-12-20 09:45:45.533000'),(32130,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-13 02:58:01.125000'),(32131,'We appreciate the five-star rating!','2020-12-21 08:05:57.490000'),(32132,'Thank you Maria for your five star review and for trusting us with your care!','2020-12-09 06:12:27.441000'),(32133,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-12-06 11:24:11.943000'),(32134,'Thank you so much John for your great rating!','2020-12-21 08:05:52.432000'),(32135,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-28 17:41:18.516000'),(32136,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-01 17:32:12.880000'),(32137,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-01 04:05:42.876000'),(32138,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-30 05:15:40.469000'),(32139,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-11-30 05:15:04.560000'),(32140,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-29 11:27:30.616000'),(32141,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-29 11:25:59.249000'),(32142,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-26 03:59:06.316000'),(32143,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-11-25 06:56:57.080000'),(32144,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-11-25 06:56:40.409000'),(32145,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-25 06:56:06.998000'),(32146,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-25 06:53:05.194000'),(32147,'Thank you for the great review Greg! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','2020-12-21 08:05:14.973000'),(32148,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-24 04:21:18.104000'),(32149,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-18 07:12:12.023000'),(32150,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-16 05:09:32.760000'),(32151,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-14 18:32:09.946000'),(32152,'We love hearing about the positive experience our patients had at SignatureCare Emergency Center. Thank you so much for the great feedback.','2018-08-05 17:53:55.914000'),(32153,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that your husband is feeling better. Thank you for choosing SignatureCare!','2020-10-28 10:44:54.018000'),(32154,'We appreciate your great rating, Karla!','2020-11-17 07:28:44.014000'),(32155,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-14 18:09:52.268000'),(32156,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-14 17:46:39.975000'),(32157,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.','2020-11-17 05:33:10.761000'),(32158,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-11-17 05:32:03.452000'),(32159,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-17 05:31:49.596000'),(32160,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-16 16:53:20.731000'),(32161,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-09 07:22:24.000000'),(32162,'Muchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal!','2020-11-08 13:40:10.258000'),(32163,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-08 13:40:34.568000'),(32164,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare','2020-11-05 17:22:36.775000'),(32165,'Thank you so much for placing your trust in SignatureCare Emergency Center. Our board-certified doctors and staff aim to provide the best possible care for everyone that walks through our doors. Thank you for choosing us!','2017-03-23 17:57:56.773000'),(32166,'We appreciate your great rating, Maria!','2020-11-05 17:22:05.436000'),(32167,'Muchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal!','2020-11-05 06:40:13.903000'),(32168,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-05 06:35:28.632000'),(32169,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-05 06:24:53.873000'),(32170,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-05 06:19:39.686000'),(32171,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-11-04 08:06:41.920000'),(32172,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-04 08:05:55.178000'),(32173,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-04 08:02:35.597000'),(32174,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-04 08:01:42.806000'),(32175,'Thank you so much for your great rating, Samonte’ !','2020-11-04 08:13:34.435000'),(32176,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-04 06:41:58.590000'),(32177,'Thank you so much for your nice review, Fiorella. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-11-04 06:41:48.451000'),(32178,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-04 06:21:07.257000'),(32179,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-04 06:20:08.486000'),(32180,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-03 05:32:28.885000'),(32181,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-31 10:47:49.553000'),(32182,'Thank you taryn, for your great rating!','2020-11-02 10:48:00.025000'),(32183,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-31 10:25:19.279000'),(32184,'Thank you so much for your great rating, Blake!','2020-11-02 10:47:48.158000'),(32185,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-29 18:39:36.851000'),(32186,'Thank you so much for your nice review, Natalie. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-10-29 18:38:54.010000'),(32187,'Thank you so much for giving us five stars, Eman!','2020-11-02 10:47:34.861000'),(32188,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your wife. Thank you for choosing SignatureCare.','2020-10-29 18:29:07.798000'),(32189,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-28 18:48:32.273000'),(32190,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-28 18:47:19.269000'),(32191,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-28 18:47:04.872000'),(32192,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-28 18:46:09.673000'),(32193,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-10-28 18:23:55.676000'),(32194,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-10-28 18:23:34.923000'),(32195,'There\'s never a fun time to visit the ER (especially the weekend), but we will make your visit with us as quick and as painless as possible. Thank you for letting us know that our SignatureCare team is doing a good job -- it means a lot to us.','2019-10-23 06:48:05.322000'),(32196,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-28 18:01:02.260000'),(32197,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-28 17:46:17.741000'),(32198,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-28 10:57:38.637000'),(32199,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-10-28 10:55:12.231000'),(32200,'Thank you Eva, for your great rating!','2020-10-27 17:38:31.458000'),(32201,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-28 10:54:52.770000'),(32202,'Thank you so much for your great rating, Melany!','2020-10-27 17:38:16.966000'),(32203,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-28 10:46:14.787000'),(32204,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-28 10:43:09.234000'),(32205,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-28 09:56:45.425000'),(32206,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-28 09:51:36.753000'),(32207,'Thank you Nicole, for your great rating!','2020-10-21 14:41:19.499000'),(32208,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-10-21 14:41:00.998000'),(32209,'Thank you for trusting us with the care of your grandma. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-10-21 14:40:45.501000'),(32210,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-21 14:40:09.729000'),(32211,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-20 07:17:39.460000'),(32212,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-10-20 07:19:30.402000'),(32213,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-10-19 04:29:28.375000'),(32214,'Thank you Virginia, for your great rating!','2020-10-19 04:29:44.385000'),(32215,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-10-19 04:30:49.021000'),(32216,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-10-19 04:31:23.631000'),(32217,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-10-19 04:32:08.924000'),(32218,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-18 10:31:17.326000'),(32219,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-10-18 10:26:21.384000'),(32220,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-18 08:59:50.071000'),(32221,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-18 08:59:21.641000'),(32222,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-18 08:55:36.221000'),(32223,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-18 08:55:17.851000'),(32224,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-18 08:51:11.307000'),(32225,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-18 06:35:03.494000'),(32226,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-18 06:22:48.438000'),(32227,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-14 06:20:24.473000'),(32228,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-10-14 05:03:24.897000'),(32229,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-10-14 05:03:06.384000'),(32230,'Thank you Yadira, for your great rating!','2020-10-14 06:40:56.105000'),(32231,'Thank you so much for your great rating, Ashley!','2020-10-14 06:40:43.505000'),(32232,'Thank you so much for giving us five stars, Dereck!','2020-10-14 06:40:27.803000'),(32233,'Thank you so much for your review, Lorraine. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-10-13 06:02:50.858000'),(32234,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2020-10-13 05:37:08.124000'),(32235,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-13 04:18:23.092000'),(32236,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-12 04:31:39.897000'),(32237,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-11 07:31:58.399000'),(32238,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-11 06:53:29.164000'),(32239,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-11 06:53:08.194000'),(32240,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-11 06:45:57.165000'),(32241,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-09 07:07:54.891000'),(32242,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-09 07:08:26.217000'),(32243,'Thank you so much for giving us five stars, jude!','2020-10-09 07:08:42.216000'),(32244,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-09 07:08:59.641000'),(32245,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-09 07:09:32.138000'),(32246,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-10-09 07:09:56.568000'),(32247,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-01 05:40:46.060000'),(32248,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-29 04:52:48.993000'),(32249,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-27 09:05:58.998000'),(32250,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-09-18 06:10:52.611000'),(32251,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-09-09 11:12:13.380000'),(32252,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-09-09 11:14:30.403000'),(32253,'Thank you so much for giving us five stars, Lone!','2020-08-31 10:24:45.488000'),(32254,'Thank you Isac, for your great rating!','2020-08-27 07:31:50.045000'),(32255,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-23 06:32:39.633000'),(32256,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-08-23 06:32:58.907000'),(32257,'Thank you so much for giving us five stars, Sinthia!','2020-08-17 20:05:15.454000'),(32258,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-17 20:04:17.260000'),(32259,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-17 20:03:33.406000'),(32260,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-17 20:03:09.019000'),(32261,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-08-17 20:01:48.235000'),(32262,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-08-17 19:55:15.398000'),(32263,'We appreciate your great rating!','2020-08-10 15:29:57.473000'),(32264,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-08-10 15:29:35.608000'),(32265,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-08-09 16:31:17.055000'),(32266,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-08-09 16:30:58.643000'),(32267,'We appreciate your great rating, Ana!','2020-08-09 16:30:46.293000'),(32268,'Thank you so much for giving us five stars, Luis!','2020-08-09 16:30:23.210000'),(32269,'Thank you so much for your great rating, Karina!','2020-08-09 16:30:12.374000'),(32270,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-08-09 16:29:55.421000'),(32271,'Thank you so much for your nice review, Ally. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-08-09 16:29:31.215000'),(32272,'We appreciate your great rating, Kokeb!','2020-08-09 16:29:10.011000'),(32273,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-08-09 16:28:56.071000'),(32274,'Thank you Erlinda, for your great rating!','2020-08-09 16:28:41.619000'),(32275,'We appreciate your great rating, Maria!','2020-08-09 16:28:24.727000'),(32276,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-09 16:28:12.208000'),(32277,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-08-09 16:28:02.565000'),(32278,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-08-09 16:27:54.177000'),(32279,'Thank you so much for your nice review, Griselda. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know, and thanks for choosing us!','2020-08-09 16:27:39.184000'),(32280,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-08-09 16:26:50.604000'),(32281,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-08-09 16:26:37.815000'),(32282,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-08-09 16:26:26.339000'),(32283,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-09 16:26:20.199000'),(32284,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-08-09 16:26:09.861000'),(32285,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-08-09 16:25:52.525000'),(32286,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-08-09 16:25:39.596000'),(32287,'We appreciate your great rating, Nick!','2020-08-09 16:25:28.713000'),(32288,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-09 16:25:15.160000'),(32289,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-09 16:25:00.885000'),(32290,'Thank you so much for your great rating!','2020-08-09 16:24:44.163000'),(32291,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-08-09 16:24:31.191000'),(32292,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-08-09 16:23:52.424000'),(32293,'Thank you so much for giving us five stars, Morgan!','2020-08-09 16:23:32.406000'),(32294,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-09 16:23:15.779000'),(32295,'Thank you so much for your great rating, Meagan!','2020-08-09 16:22:34.196000'),(32296,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-09 16:22:08.505000'),(32297,'Thank you Raven, for your great rating!','2020-08-09 16:21:55.298000'),(32298,'Thank you so much for giving us five stars, Nguyen!','2020-08-09 16:21:40.789000'),(32299,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-09 16:21:18.651000'),(32300,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-08-09 16:21:08.744000'),(32301,'We appreciate your great rating, Evrin!','2020-07-27 16:30:02.245000'),(32302,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-07-26 15:02:06.283000'),(32303,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-26 15:01:55.423000'),(32304,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that we can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-07-19 06:36:42.825000'),(32305,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-07-16 07:01:45.433000'),(32306,'Thank you so much for giving us five stars, Poiised!','2020-07-15 07:03:01.944000'),(32307,'Thank you so much for your nice review, Daphne. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-07-15 07:05:19.165000'),(32308,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-14 12:04:29.290000'),(32309,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-07-12 15:27:41.623000'),(32310,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-07-12 15:27:23.632000'),(32311,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-07-12 15:09:52.667000'),(32312,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-07-09 06:53:23.142000'),(32313,'Thank you so much for giving us five stars, Jaquelyn!','2020-07-05 12:00:58.780000'),(32314,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-05 12:01:56.750000'),(32315,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-02 07:22:37.768000'),(32316,'Thank you Marvin, for your great rating!','2020-07-02 07:21:12.214000'),(32317,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-06-30 06:47:53.963000'),(32318,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-06-28 11:04:10.511000'),(32319,'Hi Kate! Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-28 11:03:24.660000'),(32320,'Hi Daniel! Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-28 11:03:04.700000'),(32321,'Thank you so much for your great rating, Lynn!','2020-06-25 10:25:47.566000'),(32322,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-06-24 07:29:22.281000'),(32323,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-22 13:33:05.903000'),(32324,'Thank you so much for your feedback. I hope you will let us know why you gave us a three-star rating so that we can learn from our mistakes! We always want our customers to be 100% satisfied, so please let us know what we could have done better at info@ercare24.com. Thank you again for your time and feedback.','2020-07-12 14:56:55.410000'),(32325,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-07-12 14:56:00.849000'),(32326,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-14 12:05:14.609000'),(32327,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare.','2020-07-14 12:05:36.866000'),(32328,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-03-16 06:46:50.343000'),(32329,'Thank you for the five-star rating Reece. We appreciate it.','2020-03-15 05:37:12.500000'),(32330,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-03-15 06:10:30.312000'),(32331,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-12 05:18:46.918000'),(32332,'Your positive feedback will help our team continue to do a great job for our patients. Our staff aims to make every patient’s experience speedy and comfortable. Thank you for trusting your emergency needs with SignatureCare.','2017-09-30 14:08:27.462000'),(32333,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-03-01 08:27:04.171000'),(32334,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-03-01 08:26:28.873000'),(32335,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-01 08:26:18.905000'),(32336,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-27 07:09:13.319000'),(32337,'Thank you for your review. We appreciate you choosing SignatureCare!','2020-02-26 07:29:44.818000'),(32338,'Thank you so much for your feedback Irina! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-25 02:04:02.378000'),(32339,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-23 09:55:43.578000'),(32340,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your mom. Thank you for choosing SignatureCare.','2020-02-23 08:21:13.649000'),(32341,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-18 06:25:22.185000'),(32342,'Thank you for your review. We appreciate you choosing SignatureCare!','2020-02-18 06:19:54.941000'),(32343,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-02-18 06:18:23.100000'),(32344,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-18 06:16:38.685000'),(32345,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-02-17 07:05:45.839000'),(32346,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-02-13 07:41:25.287000'),(32347,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-12 06:51:32.144000'),(32348,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-02-09 06:49:00.504000'),(32349,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2020-02-06 07:32:09.581000'),(32350,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-02-05 08:06:32.258000'),(32351,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-02-05 08:06:15.364000'),(32352,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-05 08:05:45.941000'),(32353,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-04 05:45:43.937000'),(32354,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know. we hope your mother in law is feeling better.','2020-02-04 05:45:30.298000'),(32355,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-02-03 07:26:59.532000'),(32356,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-02-03 07:26:47.453000'),(32357,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-02-03 07:26:40.544000'),(32358,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-02-03 07:26:29.016000'),(32359,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-01-29 11:12:01.505000'),(32360,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-01-29 11:11:46.391000'),(32361,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-29 11:11:33.987000'),(32362,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-01-29 11:11:10.337000'),(32363,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-29 11:10:45.515000'),(32364,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-01-29 11:10:37.369000'),(32365,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-29 11:10:25.168000'),(32366,'Thank you so much for your great rating, Alexis!','2020-01-29 11:10:12.175000'),(32367,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-21 06:59:26.910000'),(32368,'Thank you for the kind words. We will let our staff know that you were pleased with your experience. Thank you for giving SignatureCare the chance to take care of you.','2017-03-21 01:11:04.685000'),(32369,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-01-19 07:33:59.879000'),(32370,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-01-19 07:33:43.947000'),(32371,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-01-19 07:33:36.461000'),(32372,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-01-19 07:33:26.241000'),(32373,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-19 07:33:16.556000'),(32374,'Thank you Rosalinda, for your great rating!','2020-01-19 07:33:03.738000'),(32375,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-01-16 07:31:16.762000'),(32376,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-01-16 07:30:39.644000'),(32377,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-01-13 07:03:23.682000'),(32378,'We appreciate your great rating, Guardado!','2020-01-12 07:09:25.409000'),(32379,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-12 07:09:01.882000'),(32380,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-01-12 07:08:36.898000'),(32381,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-09 07:36:42.470000'),(32382,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-01-08 08:02:04.232000'),(32383,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-01-07 07:11:46.308000'),(32384,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-01-06 07:19:13.256000'),(32385,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-06 07:18:50.331000'),(32386,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-05 06:47:08.282000'),(32387,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-12-31 04:56:15.013000'),(32388,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2019-12-29 06:51:53.150000'),(32389,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-12-29 06:51:45.807000'),(32390,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-12-29 06:51:17.424000'),(32391,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-24 07:05:01.478000'),(32392,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put your friend at ease and provide him with the best care possible. We hope he feels better.','2019-12-23 08:15:13.295000'),(32393,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-12-23 08:14:10.977000'),(32394,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-12-22 08:45:02.265000'),(32395,'Thank you so much for your great rating, Morenos!','2019-12-22 08:44:51.309000'),(32396,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-22 08:44:25.719000'),(32397,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-22 08:44:07.901000'),(32398,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-12-15 07:11:29.556000'),(32399,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2019-12-15 07:11:12.753000'),(32400,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-12-15 07:10:58.464000'),(32401,'We appreciate your great rating! Thank you for choosing SignatureCare.','2019-12-05 07:13:58.401000'),(32402,'Thank you so much for your great rating, Erika!','2019-12-04 07:19:38.612000'),(32403,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-11-24 07:06:45.627000'),(32404,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-11-21 06:57:22.128000'),(32405,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-11-19 06:23:52.040000'),(32406,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-11-17 07:19:48.761000'),(32407,'Thank you so much for your nice review, Leslie. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2019-11-07 04:54:58.064000'),(32408,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-11-07 04:54:39.872000'),(32409,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-11-06 08:05:56.535000'),(32410,'Thank you for your great rating, Norma!','2019-11-03 06:35:56.179000'),(32411,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-11-03 06:35:27.663000'),(32412,'Thank you so much for your nice review. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2019-10-29 05:52:50.717000'),(32413,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-10-20 06:44:14.329000'),(32414,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-10-20 06:44:06.047000'),(32415,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-10-16 07:24:47.633000'),(32416,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-10-14 06:28:03.031000'),(32417,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-10-13 07:37:03.761000'),(32418,'We appreciate your five star rating, Ana! Thanks for choosing us.','2019-10-10 10:30:41.480000'),(32419,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-10-09 08:27:53.002000'),(32420,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-10-09 08:27:42.752000'),(32421,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-10-09 08:27:23.238000'),(32422,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-10-01 06:23:57.380000'),(32423,'We appreciate your great rating, Jose!','2019-10-01 06:23:13.087000'),(32424,'Thank you so much for your five star rating, Teresa! Thanks for choosing SignatureCare.','2019-09-24 06:40:38.942000'),(32425,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-09-23 05:43:02.306000'),(32426,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-09-19 09:25:22.909000'),(32427,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-09-19 09:25:06.792000'),(32428,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-09-11 07:23:14.889000'),(32429,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-09-11 07:23:03.447000'),(32430,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2019-09-11 07:22:42.608000'),(32431,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-08-27 05:01:21.692000'),(32432,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-08-22 05:02:28.636000'),(32433,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-08-20 05:32:15.154000'),(32434,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-08-18 06:30:48.080000'),(32435,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope your friend is feeling better!','2019-08-18 06:30:15.483000'),(32436,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2019-08-18 06:29:08.946000'),(32437,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-08-18 06:28:50.463000'),(32438,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-08-01 03:40:01.284000'),(32439,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-07-28 07:19:58.430000'),(32440,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-07-28 07:19:38.453000'),(32441,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-07-24 06:43:33.570000'),(32442,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-07-24 06:43:21.392000'),(32443,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-07-23 05:39:33.790000'),(32444,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-07-17 06:20:39.839000'),(32445,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-07-14 06:14:13.725000'),(32446,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-07-07 07:47:04.354000'),(32447,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-07-09 07:43:04.189000'),(32448,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-07-09 07:32:54.414000'),(32449,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-07-04 07:37:07.054000'),(32450,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-07-04 07:36:51.122000'),(32451,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of your daughter.','2019-07-03 07:14:59.736000'),(32452,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-06-30 05:55:44.199000'),(32453,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-06-27 06:07:40.297000'),(32454,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-06-24 05:47:22.856000'),(32455,'What a nice review! Thank you for taking the time to let us know how we are doing. Our community is important to us, so we love hearing that our team is doing a good job. It\'s never fun when a parent has to visit the ER, but we aim to make you and your family as comfortable as possible while waiting for diagnosis and treatment. Thank you for choosing SignatureCare and we hope child is feeling better!','2019-06-30 05:56:10.632000'),(32456,'Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-24 05:46:19.755000'),(32457,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-06-23 05:14:49.607000'),(32458,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-06-23 05:14:35.784000'),(32459,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review. Hope your husband feels better.','2019-06-23 05:14:10.768000'),(32460,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2019-06-10 05:54:10.021000'),(32461,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-06-10 05:53:51.088000'),(32462,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-06-09 08:13:12.516000'),(32463,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-09 08:12:55.395000'),(32464,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-06-09 08:12:38.246000'),(32465,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-06-09 08:12:18.600000'),(32466,'Thank you for your rating, Christine!','2019-06-09 08:10:29.703000'),(32467,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-06-09 08:09:56.723000'),(32468,'Thank you for your rating, Viviana!','2019-05-13 06:04:31.937000'),(32469,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-09 04:11:05.578000'),(32470,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-05-07 15:10:36.652000'),(32471,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-05-05 06:47:54.439000'),(32472,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2019-05-06 20:01:53.288000'),(32473,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-05-02 09:34:50.609000'),(32474,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope she is feeling better.','2019-05-02 09:34:31.030000'),(32475,'There\'s never a fun time to visit the ER (especially the weekend), but we will make your visit with us as quick and as painless as possible. Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of your daughter.','2019-04-22 12:32:20.487000'),(32476,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-04-22 06:41:09.129000'),(32477,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-04-22 06:40:18.335000'),(32478,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-04-22 06:38:35.442000'),(32479,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-04-15 06:02:57.892000'),(32480,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope she is feeling better.','2019-04-08 06:55:56.574000'),(32481,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-04-07 05:58:15.836000'),(32482,'Thank you for your five star rating!','2019-04-01 06:01:14.913000'),(32483,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of your child.','2019-04-01 06:00:55.748000'),(32484,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-03-27 05:56:52.939000'),(32485,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant. We sincerely appreciate your continued trust on SignatureCare for your emergency needs.','2019-03-20 06:56:54.523000'),(32486,'Thanks for your 5 star rating, Ifeoma!','2019-03-18 06:40:01.322000'),(32487,'Our doctor and nurses make us proud everyday. Hope your husband is feeling well. Thanks for choosing SignatureCare!','2019-03-18 06:39:31.510000'),(32488,'Thanks fore the response. Please feel free to let us know what we could have done to earn those last two stars by emailing info@ercare24.com.','2019-04-23 21:21:32.031000'),(32489,'Thank you so much for your nice review, Dien. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-03-18 06:36:57.483000'),(32490,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-03-10 07:48:06.320000'),(32491,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-03-10 07:48:22.795000'),(32492,'We appreciate your continued trust. Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-03-03 11:22:17.719000'),(32493,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email Jennifer at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2019-03-11 15:30:29.463000'),(32494,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-02-27 12:49:38.735000'),(32495,'Thank you for the 5 star, Nahidu!','2019-02-26 12:52:48.220000'),(32496,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-02-20 11:49:15.047000'),(32497,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-02-19 13:36:33.549000'),(32498,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-02-17 12:32:24.036000'),(32499,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-02-14 07:36:14.433000'),(32500,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-02-13 13:00:46.349000'),(32501,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-02-13 13:02:21.430000'),(32502,'Thank you for the 5 star, Lisa!','2019-02-06 13:36:10.504000'),(32503,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-02-04 13:39:11.471000'),(32504,'Thank you so much for trusting us with the care of your grandson! Our goal is to always provide the best care and children are highest priority. Thank you for choosing SignatureCare.','2019-02-03 13:32:42.206000'),(32505,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-01-30 13:14:17.607000'),(32506,'Thanks for the 5 star, Jennifer!','2019-01-23 13:19:53.298000'),(32507,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the recommendation!','2019-01-30 13:13:37.240000'),(32508,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-01-28 09:31:16.509000'),(32509,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so very happy to hear you loved your team --- We will make sure to let them know.','2019-01-20 12:13:05.486000'),(32510,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-01-16 14:14:02.198000'),(32511,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-01-16 16:45:52.187000'),(32512,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-01-13 12:48:22.746000'),(32513,'Thank you for trusting us with the care of your child. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you. Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-01-10 08:40:00.758000'),(32514,'We always aim to provide the best care, quickly, and with highest priority so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice recommendation.','2019-01-08 15:31:43.114000'),(32515,'While we hope not to see you anytime soon, we want you to know that we are here 24/7 in case you ever need us again. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare!','2019-01-07 19:00:09.829000'),(32516,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2018-12-30 20:01:05.471000'),(32517,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2018-12-28 16:26:49.151000'),(32518,'We aim for 100% satisfaction at SignatureCare! Thank you for letting us know how we are doing.','2018-12-12 19:59:26.318000'),(32519,'Thank you for the five-star rating! We appreciate the feedback.','2018-12-06 16:03:15.524000'),(32520,'We appreciate and value your feedback -- Our patients are what keep us going strong. Thank you for your positive review, and thank you for choosing SignatureCare!','2018-12-05 02:49:05.565000'),(32521,'At SignatureCare Emergency Center, our number one goal is to treat and diagnose quickly by using our on-site state-of-the-art equipment to diagnose patients and our board-certified doctors to implement treatment plans. Thank you for trusting us with your medical needs and for taking the time to let us know how we are doing. We appreciate the feedback!','2018-12-03 17:06:01.057000'),(32522,'We like the title of \"Best ER, ever,\" especially when it comes from a patient! Thank you so much for taking time out of your day to let us know how we are doing. We appreciate the feedback more than you know.','2018-11-28 02:43:55.900000'),(32523,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our team will make you and your family members feel comfortable and able to relax while diagnosis and treatment are in process. Thank you for choosing SignatureCare, and we hope your son is feeling better.','2018-11-26 00:41:04.925000'),(32524,'We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to SignatureCare Emergency Centers. Thanks so much for the nice review and great rating.','2018-11-26 00:39:22.431000'),(32525,'Their compassion and dedication for helping others is what makes our team so special. Thank you so much for letting us know that they are doing a good job. We will pass along your kind comments. Thank you for choosing SignatureCare!','2018-11-24 14:47:52.697000'),(32526,'We are always here 365 days a year, 24 hours a day if you feel sick again. Thank you for your positive review, and we hope you feel better.','2018-11-16 23:28:46.812000'),(32527,'Hi Abel, I see that you left us a one-star review, but no feedback. You also left the same rating on our Mission Bend location -- can you clarify WHICH location you visited? We take all of our reviews and ratings very seriously and would love some more information on what we did to disappoint you during your visit so that we can do better next time. Please give us some more information so we can pass it along to our team!','2018-11-09 15:09:05.100000'),(32528,'Thank you so much for the five-star rating, Nelson!','2018-11-07 17:10:51.550000'),(32529,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and please consider us next time you are experiencing a healthcare emergency.','2018-11-04 15:59:07.040000'),(32530,'Our goal is to treat every patient like a VIP. We are proud to hear that this was your experience with our emergency room and that our team delivered an exceptional experience. Thank you for choosing SignatureCare and for taking the time to let us know how we are doing.','2018-11-03 13:30:02.295000'),(32531,'Their compassion and dedication for helping others is why we love our team. Thank you for your kind words, and we will pass them along. We hope your girlfriend is feeling better.','2018-11-02 14:21:21.761000'),(32532,'Thank you for your feedback. We value every patient and want 100% satisfaction for everyone who visits with us. If you would give us the opportunity to look over your file, I am sure we can come to a resolution you will be happy with. Will you email our billing director Tray at tmoore@roundtmc.com with your full name, date of service and location of service, and he will reach out to you to help. Thank you for the opportunity to clear this up and to make it right with you. We appreciate the feedback and your time.','2018-10-21 20:29:35.265000'),(32533,'Thank you so much for the five-star rating, Alex! We appreciate it.','2018-10-22 15:11:26.114000'),(32534,'Thank you for trusting us with the care of your family. We appreciate your kind words and the great rating.','2018-10-13 14:47:14.403000'),(32535,'Visiting the ER is never fun, but we aim to make to make your visit as quick and as painless as possible. Thank you for giving us the chance to care for you and for taking the time to let us know how we are doing. Thank you for choosing SignatureCare and we hope you are feeling better!','2018-10-13 00:38:00.696000'),(32536,'SignatureCare Emergency Center\'s board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. And we are here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was excellent, as we strive for 100% satisfaction each time you come to one of our emergency rooms. Thank you for choosing SignatureCare.','2018-10-11 14:41:19.346000'),(32537,'When we receive feedback like this, it helps us know we’re doing something right in our community. Thank you for giving SignatureCare your trust.','2018-10-10 15:55:09.711000'),(32538,'Hi Angie, thank you so much for taking the time to let us know how we are doing. If you will email our medical director at jmartin@ercare24.com, I believe she will be able to take care of this for you. We appreciate the nice review and great rating, and will pass your comments along to our team to be sure it doesn\'t happen again. Thank you for the opportunity to make this right with you.','2018-10-09 15:30:18.848000'),(32539,'Visiting the ER is never fun, especially when it involves your child. We are very pleased to hear that our staff took such good care of your son, and we appreciate you trusting us with his care. Thank your choosing us and for the nice review.','2018-10-04 15:58:55.391000'),(32540,'Our staff makes us proud every day. Their compassion and dedication to helping others is unmatched. Thank you for taking the time to let us know how we are doing. And thank you for choosing SignatureCare.','2018-10-03 22:16:03.058000'),(32541,'Thank you so much for the feedback and five stars, David. We appreciate it!','2018-09-18 16:28:41.497000'),(32542,'Our promise to all our patients is to treat you like you are our ONLY patient. We are so happy to hear your experience was as it should always be when you visit SignatureCare. Thank you for the nice review and we hope you are feeling better!','2018-09-18 16:28:27.657000'),(32543,'Thank you for the five-star rating -- we appreciate it!','2018-09-16 22:42:00.649000'),(32544,'Thank you so much for the five stars, Staci!','2018-09-13 15:01:46.548000'),(32545,'We\'re glad our team was able to deliver an exceptional experience. It means a lot to us to know that we are doing a good job in our community. We know you have a choice in emergency care, and we are very proud that you chose SignatureCare. Thanks for the great review.','2018-09-13 15:02:51.904000'),(32546,'We appreciate and value your feedback. At SignatureCare Emergency Center, we are always looking for ways to improve our services, and are unhappy to hear that you received poor service while visiting us. We would like to learn more about your experience so that we can review with our team. Can you please email jmartin@ercare24.com with your full name, date of service and location of service so that we can review your file? Jennifer will then reach out to you to discuss. We appreciate the chance to make this right with you, and apologize again for the poor service your received.','2018-09-07 16:19:00.020000'),(32547,'Our goals are to provide the best care possible and to make you comfortable and able to relax while waiting on treatment. Thank you for the nice review and for choosing SignatureCare!','2018-09-06 16:02:23.278000'),(32548,'Thank you for your review. We\'re glad our SignatureCare team was able to deliver an exceptional experience. We hope your surgery went well and that you are feeling better!','2018-08-31 16:14:00.505000'),(32549,'We are so sorry to hear about your recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency. Thank you for choosing us and for the nice review.','2018-08-30 16:15:37.380000'),(32550,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff aim to make your treatment as quick and as painless as possible. Thank you for choosing SignatureCare and for the fantastic review.','2018-08-22 12:52:18.585000'),(32551,'Our SignatureCare team cares so much about our community, and they continue to make us proud every day. Thank you for giving us the chance to care for you and for the very nice review.','2018-08-23 14:42:05.452000'),(32552,'It is never fun when you get sick, but when you have an emergency, SignatureCare is here to help! Thank you for your review and we hope you feel better soon.','2018-08-22 12:53:11.399000'),(32553,'SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so pleased to hear that they made you comfortable. We will make sure to let them know.','2018-08-21 15:40:31.420000'),(32554,'Our goal at SignatureCare is to get you in and out quickly and back on the road to good health. It\'s great to hear that this was your experience with us, and we hope you are feeling better.','2018-08-18 13:31:40.904000'),(32555,'Thank you for the five-star rating, Barb! We appreciate the feedback.','2018-08-12 16:18:32.248000'),(32556,'We want all of our patients to feel like VIPs when they visit us, so we are very happy to hear that this was your experience with SignatureCare. We appreciate the nice review and the great rating. Thank you for choosing us!','2018-07-25 14:23:27.813000'),(32557,'Their commitment to their patients is what makes our staff so special. Thank you for letting us know they are doing a good job. It means a lot to us. And thank you for the nice review and rating!','2018-08-09 16:41:50.687000'),(32558,'We want all of our patients to feel like family, and we are so glad to hear that our team treated you as such. Thank you for giving us the chance to care for you and for taking the time to review us. We appreciate your trust and your feedback.','2018-08-08 16:55:12.163000'),(32559,'Thank you so much for the five-star rating! We appreciate the feedback.','2018-08-05 17:52:55.241000'),(32560,'No one likes the ER, but our staff aims to make each patient\'s visit as quick and painless as possible. Thank you for letting us know we are one step closer to our customer satisfaction goals. Thank you for choosing SignatureCare, and we hope you are feeling better.','2018-08-01 16:37:45.726000'),(32561,'We want each and every patient at SignatureCare to feel like a VIP, so we are very happy to hear that this was your experience. Thank you for choosing us and for giving us the chance to care for you. And thank you for the nice review!','2018-07-30 00:29:11.542000'),(32562,'Our board-certified doctors and state-of-the-art equipment are available 24/7 to evaluate and treat your medical emergencies. We are very happy to learn your experience was pleasant, and we hope you are feeling better after surgery. Thank you for choosing SignatureCare!','2018-07-27 14:38:54.861000'),(32563,'We appreciate and value your feedback. At SignatureCare Emergency Center, we are always looking for ways to improve our services. Thank you for your positive review, and we hope you feel better.','2018-07-24 13:40:50.988000'),(32564,'We are so sorry to hear about your recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency. Thank you for choosing us!','2018-07-18 14:12:03.229000'),(32565,'I\'m so sorry to hear about your billing frustrations. If you will reach out to our billing department, we’d appreciate the chance to make it right. I\'m sure we can come to a resolution! Please send an email to Tray at tmoore@roundtmc.com with your full name, date of service and location of service so that he can review your file. Once he looks over it with our team, he will reach out to you with a solution. Thank you for letting us know how we are doing -- we appreciate the feedback and the chance to make it right with you.','2018-07-17 12:45:36.229000'),(32566,'We appreciate the five-star rating, Nancy!','2018-07-16 16:33:19.564000'),(32567,'Thank you so much for the five-star rating. We appreciate the feedback!','2018-07-16 16:32:48.799000'),(32568,'We are so sorry that your holidays were interrupted with your emergency, but are glad to hear that our team took good care of you. Thank you for choosing SigatureCare and for the very nice review.','2017-12-26 20:57:09.851000'),(32569,'Thank you so much for your feedback! Our goal is to always provide the best care. We appreciate your trust and your nice review.','2018-07-05 16:10:21.251000'),(32570,'We appreciate your trust and any future recommendations! Thank you for choosing SignatureCare and we hope you are feeling better.','2018-07-04 13:33:37.860000'),(32571,'Thank you for letting us help you and help you feel better! The most stressful time for anyone is during a medical emergency. We hope we put you at ease and provided you with the best care possible. Thanks for the nice review and for choosing SignatureCare.','2018-06-28 12:15:53.909000'),(32572,'We love hearing that our staff was pleasant and your experience at SignatureCare Emergency Center was a positive one. Thank you for the fantastic review, and we are open 24/7 when you have an unexpected emergency.','2018-06-24 20:32:38.526000'),(32573,'Our team will appreciate your comments -- we will pass them along! Thank you so much for choosing SignatureCare.','2018-06-19 17:02:37.808000'),(32574,'Thank you for letting us help you and help you feel better! We appreciate your support and the nice review.','2018-06-07 17:32:32.449000'),(32575,'Thank you for the great feedback. And thank you for giving SignatureCare the chance to care for you!','2018-06-03 16:07:16.763000'),(32576,'We appreciate the feedback, and thank you for choosing SignatureCare for your care!','2018-05-30 17:59:23.483000'),(32577,'We appreciate the five-star rating, Aaron!','2018-05-29 16:25:25.626000'),(32578,'Thank you for trusting us time and again with your care. We appreciate you taking the time to let us know how we are doing, and we hope you are feeling better!','2018-05-26 15:48:57.067000'),(32579,'Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thank you for choosing SignatureCare.','2018-05-15 17:17:20.877000'),(32580,'We\'re glad our team was able to deliver an exceptional experience with your little girl. We appreciate you choosing SingatureCare and thank you for the nice review.','2018-05-12 19:11:58.244000'),(32581,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and we hope you are feeling better.','2018-05-12 19:11:11.766000'),(32582,'No one likes the ER, but our team aims to make your visit as pleasant as possible. It sounds like this was your experience, and we are very happy to hear it. Thank you for giving us the chance to care for you.','2018-05-11 17:02:47.149000'),(32583,'Our team makes us proud every day. Thank you for letting us know that they are doing a good job in our community. And thank you for choosing SignatureCare.','2018-05-10 15:37:50.018000'),(32584,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2018-05-03 16:18:24.294000'),(32585,'SigatureCare Emergency Center\'s boast a must shorter wait time than most hospitals, and our personal touch is sure to leave you feeling like a patient and not a number. Thank you for letting us know that we are doing a good job in our community. We appreciate your trust and your feedback.','2018-04-25 16:50:15.156000'),(32586,'We are so proud of our SignatureCare team because of their compassion and dedication to helping members of our community. Thank you for letting us know that they are doing a good job.','2018-04-24 16:50:41.329000'),(32587,'SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency, and we will always put our patients first. Thank you for the nice review, and we hope you feel better.','2018-04-21 14:58:39.985000'),(32588,'Thank you for the five-star rating!','2018-04-17 13:09:08.284000'),(32589,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, and we appreciate the nice review.','2018-03-29 19:13:13.281000'),(32590,'We pride ourselves in having some of the newest technology when it comes to medical equipment, which allows us to run tests quickly and begin treatment for your emergency. We are always here 365 days a year, 24 hours a day if your mom feels sick again. Thank you for your positive review, and we hope your mom feels better.','2018-04-10 20:29:28.722000'),(32591,'Our goals are to provide the best care possible to all patients and ensure families are comfortable while waiting for diagnosis and treatment. We are very happy to know this was your experience with SignatureCare. Thanks for choosing us!','2018-04-10 20:28:10.396000'),(32592,'Thank you so much for the review and the great rating. We appreciate the feedback.','2018-04-10 20:27:20.096000'),(32593,'We are so sorry that this issue was not resolved to your satisfaction. We take all reviews and comments very seriously, and we will pass your concerns on to our leadership team for review. We value every patient and want 100% satisfaction for everyone who visits with us, and we are so sorry that this was not your experience with our emergency room. Thank you for bringing this to our attention.','2018-04-07 17:49:42.653000'),(32594,'Our doors are always open for a community member suffering an emergency. Our community is important to us, so it\'s great to hear that we are doing a good job. Thank you for your feedback and for the nice review.','2017-11-19 15:54:36.902000'),(32595,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We are very proud that you chose SignatureCare Emergency Center as your choice for care. Our team thanks you for your wonderful feedback.','2018-03-26 22:07:41.723000'),(32596,'We appreciate the five-star rating, Scarlett!','2018-03-17 15:15:47.656000'),(32597,'Our team aims to make your visit with us as quick and painless as possible, so we are very pleased to hear that this was your experience. Thank you for the feedback -- we value and appreciate it.','2018-03-06 16:19:31.390000'),(32598,'We appreciate you taking the time out of your busy schedule to review us. We take all of your comments and reviews very seriously, as our patients are what keep us going strong. Thank you for giving us the chance to care for you.','2018-03-15 15:53:46.116000'),(32599,'We appreciate you letting us care for your daughter. We want parents to know that we will treat their children as if they are our own. Thank you for trusting us and for the very nice review.','2018-03-15 15:50:50.292000'),(32600,'Thanks for the very nice review, Shawn! We always aim for 100% satisfaction, so if there\'s anything we could have done to earn that fifth star in your rating, please let us know. SignatureCare is here 24/7, so we hope you\'ll consider us for any future medical emergency.','2018-03-10 16:16:46.156000'),(32601,'We appreciate your trust in SignatureCare, and any future recommendations you might send our way. Thank you for letting us care for you during your emergency.','2018-03-06 16:20:10.384000'),(32602,'We aim for 100% satisfaction at SignatureCare, so it\'s great to hear that this was your experience with our facility. Thank you for choosing us, and for the nice review.','2018-03-06 16:18:05.288000'),(32603,'Thank you for the five-star rating, Aida. We appreciate your feedback.','2018-02-28 17:01:05.709000'),(32604,'Thank you for choosing SignatureCare for your emergency needs and for the very nice review. We appreciate your comments and the five-star rating!','2018-02-27 16:59:59.099000'),(32605,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff aim to make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2018-02-22 18:07:17.116000'),(32606,'We appreciate your trust in caring for your son. Thank you for choosing us and for taking the time to review SignatureCare.','2018-02-19 22:04:49.328000'),(32607,'We appreciate the chance to take care of you. Thank you for taking the time to rate us and leave us a nice review. Thanks for choosing SignatureCare!','2018-02-18 23:24:22.361000'),(32608,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2018-02-17 19:08:03.453000'),(32609,'It\'s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the fantastic review, and we are always open and available when you have an unexpected emergency.','2018-02-17 19:08:23.905000'),(32610,'It\'s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the great review and for giving us the chance to take care of you.','2018-02-10 16:27:10.994000'),(32611,'Thanks so much for the feedback! We appreciate you giving SignatureCare your trust.','2018-02-08 16:44:25.709000'),(32612,'We have some of the best nurses in Texas! We are so very happy to hear you loved your nurses and our staff. We will be sure to let them know.','2018-01-27 17:08:06.154000'),(32613,'SignatureCare Emergency Center strives to treat you and get you on your way quickly. No one likes the ER. We are glad to be here for you when you need us. Thank you for choosing our facility and we hope you are feeling better.','2018-01-23 14:11:20.340000'),(32614,'Our community is important to us. Thank you for letting us know that we are doing a good job. Thanks for the great rating!','2018-01-22 15:23:53.540000'),(32615,'It is our pleasure to take care of members of our community, and we appreciate you giving us your trust. Thank you for the nice review and rating.','2018-01-19 16:53:20.008000'),(32616,'Thank you so much for the five stars!','2018-01-18 16:57:46.627000'),(32617,'Thank you for giving us your trust time and again with your emergency needs. We appreciate your feedback and the five-star rating!','2018-01-16 16:06:56.007000'),(32618,'Thank you for trusting SignatureCare Emergency Centers with your care. We appreciate your trust and your feedback.','2018-01-15 14:40:32.408000'),(32619,'SignatureCare Emergency Center strives to treat you and get you on your way quickly. No one likes the ER. We are glad to be here for you when you need us. Get better!','2017-05-10 23:11:51.623000'),(32620,'Our staff aims to make every patient’s experience speedy and comfortable. Thank you for trusting your emergency needs with SignatureCare.','2017-10-15 15:43:29.375000'),(32621,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. If you have any additional questions, don\'t hesitate to reach back out.','2017-12-29 16:17:41.547000'),(32622,'Our team is here 24/7 any time you need emergency medical attention. Thank you for choosing SignatureCare Emergency Centers and for the nice review.','2017-12-27 19:39:55.513000'),(32623,'Hi there. We are sorry that your aunt didn’t receive the highest level of medical care when she visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Please email info@ercare24.com with your aunt\'s name, date of service and location of service so that we can review her case further. Thank you for your feedback.','2017-12-23 21:55:06.580000'),(32624,'We appreciate the great rating, Michael. Please let us know if there\'s anything we could have done to earn that fifth star!','2017-12-19 23:59:31.634000'),(32625,'Thanks for the five-star rating -- we appreciate the feedback.','2017-12-16 16:47:53.374000'),(32626,'Thank you so much for the five stars, Evelyn!','2017-12-12 16:45:37.164000'),(32627,'Thanks so much for your feedback, and for choosing SignatureCare. We appreciate the great rating.','2017-12-12 16:45:18.209000'),(32628,'When we receive feedback like this, it helps us know we’re doing something right in our Houston community. Our trained staff is always ready to take care of your emergency needs. Thank you for trusting SignatureCare.','2017-12-11 16:44:50.205000'),(32629,'We appreciate and value your feedback. At SignatureCare Emergency Center, we are always looking for ways to improve our services. Thank you for your positive review, and we hope you feel better.','2017-12-10 20:01:33.779000'),(32630,'We appreciate you taking the time to rate us. Thanks for the five stars!','2017-12-06 19:31:45.011000'),(32631,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. If you have any additional questions, don\'t hesitate to reach back out.','2017-12-01 22:48:37.679000'),(32632,'We appreciate you taking time from your busy schedule to write us such a positive review. Thank you again for choosing SignatureCare Emergency Centers.','2017-12-01 18:06:24.400000'),(32633,'We appreciate the five-star rating! Thank you for choosing SignatureCare.','2017-11-26 16:57:30.808000'),(32634,'We will let our staff know about your kind words. Thank you for taking the time to let us know how we are doing.','2017-11-26 16:57:16.072000'),(32635,'SignatureCare\'s promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was as it should always be when you visit an emergency room. Thanks for the nice review.','2017-11-26 16:56:50.847000'),(32636,'We appreciate your kind words, and will be sure to let our staff know what you said. Thanks for letting us know how we are doing.','2017-11-22 14:43:18.702000'),(32637,'At SignatureCare Emergency Center, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. We do that by using our on-site state-of-the-art equipment to quickly diagnose patients and our board-certified doctors to implement treatment plans. Thank you for trusting us with your emergency needs.','2017-11-20 14:17:54.732000'),(32638,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. Thank you for choosing SignatureCare.','2017-11-12 18:57:41.727000'),(32639,'Children are a top priority at SignatureCare, and we are so proud that our team took good care of you and her. We love that she is feeling better, and appreciate you giving us the chance to care for your family.','2017-11-11 21:15:10.812000'),(32640,'We have the best staff in Texas. SignatureCare Emergency Center takes pride in our staff, and we are happy to hear they took good care of you. Thanks for the nice review!','2017-10-23 17:58:29.432000'),(32641,'Thank you so much for the five-star rating!','2017-10-23 17:55:43.647000'),(32642,'At SignatureCare, your wait time before seeing a doctor is usually 10 minutes or less. It\'s great to hear that this was your experience at our facility. Thanks so much for choosing SignatureCare and for any future recommendations.','2017-10-22 19:07:18.590000'),(32643,'We appreciate the five-star rating, Athena!','2017-10-16 15:18:54.833000'),(32644,'Thank you for the five-star review!','2017-10-01 14:20:46.377000'),(32645,'We are so sorry to hear about your recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency. Thank you for giving us the chance to take care of you.','2017-09-22 01:47:20.509000'),(32646,'Madison, we are sorry to see your five star rating turn into a one star rating. We definitely would like to look into this further -- can you email Tray at tmoore@roundtmc.com with your full name so that we can investigate this matter fully? We never like to see unsatisfied customers, so we hope you will give us a chance to review this case. Thank you so much.','2017-08-23 01:25:37.161000'),(32647,'While we hope not to see you anytime soon, SignatureCare is proud to be here 24/7 whenever you need us. Thank you for the nice review!','2017-09-19 18:25:54.841000'),(32648,'We appreciate the five-star rating, Lupe! Thanks for the feedback.','2017-09-19 02:40:44.259000'),(32649,'It\'s great to hear that you are feeling better -- thank you for trusting our team to get you there! SignatureCare appreciates your review and great rating.','2017-09-18 14:16:53.540000'),(32650,'We appreciate the five-star rating!','2017-09-12 04:01:36.322000'),(32651,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you so much for the nice review.','2017-09-09 15:40:41.052000'),(32652,'Thank you for letting us help you and help you feel better! The most stressful time for anyone is during a medical emergency. We hope we put you at ease and provided you with the best care possible.','2017-09-08 14:57:41.067000'),(32653,'We appreciate and value your feedback. At SignatureCare Emergency Center, our patients are what keep us going strong. Thank you for your positive review.','2017-09-02 21:27:03.576000'),(32654,'Thank you for letting us take care of you! We know you have a choice in emergency care, and we appreciate you choosing SignatureCare. We are glad to hear that you are feeling better. Thank you for the nice review.','2017-08-25 15:53:34.000000'),(32655,'Our patients are what keep us going strong. Thank you for your positive review, and for choosing SignatureCare for your medical care.','2017-08-24 15:19:12.869000'),(32656,'We appreciate reviewing feedback like this. Thank you for letting SignatureCare take care of your medical needs, and please consider us in any future emergency.','2017-08-23 01:34:56.726000'),(32657,'Lori, can you contact Tray in our billing department at tmoore@roundtmc.com so that we can investigate this matter fully? We aim for 100% satisfaction at SignatureCare and would appreciate the opportunity to review what happened in your case. Thank you.','2017-08-23 01:28:22.655000'),(32658,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. We appreciate your trust and your very kind words. Thank you for trusting SignatureCare with your medical needs.','2017-08-07 01:59:54.458000'),(32659,'Thank you for continuing to trust us with your emergency needs. We appreciate your review and the great rating.','2017-08-03 13:29:35.412000'),(32660,'We appreciate the great rating and nice review, Alejandro. We hope you will let us know if there is anything we could have done to earn that fifth star, as SignatureCare strives for excellence each time you visit us. Thanks for letting us take care of you!','2017-08-01 01:28:20.795000'),(32661,'No likes likes the ER, but SignatureCare aims to get you in and out quickly, and to take care of your emergency to your satisfaction. Thank you for letting us know that we are doing a good job.','2017-07-25 01:54:35.873000'),(32662,'Thank you so much for the five-star rating!','2017-07-17 14:48:13.505000'),(32663,'We are glad to hear our team got you in and out quickly and took good care of you. Thank you for letting us know.','2017-07-15 22:19:55.422000'),(32664,'SignatureCare appreciates receiving feedback like this. It helps us continue to do a great job for our community. Thank you for letting us take care of you during your emergency.','2017-07-04 14:15:08.147000'),(32665,'We appreciate and value your feedback. At SignatureCare Emergency Center, we are always looking for ways to improve our services. Our patients are what keep us going strong. Thank you for choosing us and we hope you are feeling better!','2017-06-30 12:28:05.991000'),(32666,'Thank you so much for the great rating.','2017-06-30 12:26:04.021000'),(32667,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience!','2017-06-26 16:06:18.101000'),(32668,'Thank you so much for your feedback and for the great rating.','2017-06-23 17:44:01.175000'),(32669,'Thank you so much for the five stars -- we appreciate your feedback!','2017-06-20 16:52:20.965000'),(32670,'Thank you for taking the time to rate us, but it seems as if maybe your experience wasn\'t stellar? We would really like to hear about what happened when you visited our facility so that we can have the chance to make any future visit a five-star experience. Please let us know what we could have done better.','2017-06-14 02:09:30.528000'),(32671,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing SignatureCare.','2017-06-14 02:09:58.446000'),(32672,'Thank you for the five stars!','2017-06-11 18:24:51.333000'),(32673,'We are glad that you see the benefit of our emergency room over a hospital room -- after all, our waiting time is usually 10 minutes or less. Thank you for letting us take care of you during your emergency, and thank you for your nice review.','2017-06-11 18:24:35.806000'),(32674,'We appreciate the feedback, as it helps us excel at our jobs. Thank you for trusting us with your emergency.','2017-06-06 01:43:58.742000'),(32675,'Thank you for taking the time to leave us such a great review. We appreciate the feedback, as it helps us to continue to do a great job for our patients. Thank you for letting us take care of you during your emergency, and know that SignatureCare is open 24/7 if you ever need us again.','2017-06-08 14:24:34.134000'),(32676,'We are so sorry to hear about your recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency, and we will always put our patients first. We hope you feel better.','2017-06-06 01:44:35.904000'),(32677,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn about your great experience, as we strive for excellence each time you come to one of our facilities.','2017-05-24 15:05:01.570000'),(32678,'Thank you so much for letting us take care of you during your emergency. We appreciate the review and any future recommendations!','2017-05-24 15:03:56.007000'),(32679,'Thank you so much!','2017-05-22 23:56:35.730000'),(32680,'We love hearing about the great experience our patients had at SignatureCare Emergency Center. Thank you so much for the positive feedback.','2017-05-18 00:59:25.372000'),(32681,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Centers.','2017-05-14 13:58:16.154000'),(32682,'Thank you so much for the review and rating. We appreciate your feedback.','2017-05-12 19:59:29.271000'),(32683,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you so much for your feedback and rating.','2017-05-12 19:59:01.945000'),(32684,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. Thank you for choosing SignatureCare Emergency Center. Our doctors and medical staff thank you for your wonderful feedback, as it will help us continue to provide excellent care to our patients and families.','2017-05-09 14:30:37.829000'),(32685,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2017-05-07 21:30:23.977000'),(32686,'SignatureCare knows that your time is valuable, and we appreciate you taking the time to leave us your feedback.','2017-04-28 16:37:59.965000'),(32687,'Thank you so much for the great rating.','2017-04-25 01:12:37.486000'),(32688,'We always appreciate this positive feedback. Our dedicated team is always here and willing to meet all your healthcare needs 24/7.','2017-04-23 17:06:09.573000'),(32689,'Thank you for the great review and rating. We appreciate it.','2017-04-16 19:00:29.654000'),(32690,'Thank you so much for the great rating. We appreciate it.','2017-04-13 14:10:18.186000'),(32691,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback, it helps us excel at our jobs.','2017-04-12 01:03:56.385000'),(32692,'Thank you for the five-star rating, Roxanna!','2017-04-10 14:57:32.915000'),(32693,'We appreciate the five-star rating!','2017-04-09 14:57:59.244000'),(32694,'Thank you so much for the great rating.','2017-04-09 14:57:44.504000'),(32695,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2017-04-09 14:59:03.226000'),(32696,'We are so sorry to hear about your recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency, and we will always put our patients first. We hope you feel better.','2017-04-09 14:58:45.777000'),(32697,'Your positive feedback will help our team continue to do a great job for our patients. Thanks so much!','2017-04-05 01:46:21.887000'),(32698,'Thank you so much for the five-star rating!','2017-04-04 01:38:05.573000'),(32699,'Having to go to the ER when you are out of town is never fun, but we are glad we were able to deliver a great experience for you. Thank you for giving us the chance to serve you.','2017-03-12 20:11:59.129000'),(32700,'Thank you for taking the time to review us and rate us. We appreciate the five stars!','2017-03-24 17:38:08.400000'),(32701,'We value our patient feedback -- Our patients are what keep us going strong. Thank you for your positive review, and we hope you feel better.','2017-03-29 02:13:50.618000'),(32702,'Thank you for the five-star rating.','2017-03-28 00:01:20.531000'),(32703,'SignatureCare appreciates receiving comments like this. Thank you for letting us take care of you.','2017-03-28 00:01:03.869000'),(32704,'Thank you so much for the great rating!','2017-03-27 19:56:15.554000'),(32705,'Thank you for letting SignatureCare take care of you. We are pleased to hear that our staff made you feel better and we appreciate the great review.','2017-03-24 17:38:36.649000'),(32706,'We have the best staff in Texas, and SignatureCare Emergency Center takes pride in the fact that they care so much about our patients. We are so very happy to hear you loved our staff. We will make sure to let them know.','2017-03-21 01:39:20.731000'),(32707,'We appreciate the great rating!','2017-03-21 01:10:27.685000'),(32708,'Thank you so much for the five stars -- we appreciate it.','2017-03-16 02:07:03.095000'),(32709,'Thank you, Alicia! We appreciate the great rating.','2017-03-16 02:06:47.095000'),(32710,'Our staff appreciates receiving comments like this. Thank you for supporting us, and putting your trust in our medical team.','2017-03-15 01:16:50.191000'),(32711,'We are glad that our team at SignatureCare Emergency was able to deliver an exceptional experience for you. Thank you for choosing us!','2017-03-12 20:07:18.580000'),(32712,'SignatureCare Emergency aims to provide the best care possible to all patients who visit us. We are very happy to know this was your experience with our emergency room. We hope you are feeling better.','2017-03-13 16:22:08.878000'),(32713,'It\'s comments like this that will help our crew continue to do a great job for you. Thank you for letting us know, and for the great rating.','2017-03-12 20:10:20.768000'),(32714,'We want all of our customers at SignatureCare to feel like VIPs. We are thankful our team was able to deliver! Thank you for choosing us and for the great rating.','2017-03-12 20:07:58.131000'),(32715,'We love our SignatureCare team, and are pleased to hear they did a good job for you. Thank you for the review and great rating.','2017-03-11 14:58:06.845000'),(32716,'Thank you for the five-star rating!','2017-03-08 03:32:56.618000'),(32717,'Thank you so much for taking the time to leave us a nice review and for rating us so high. We appreciate your feedback and SignatureCare is here 24/7 if you ever need us again.','2017-03-03 21:10:04.406000'),(32718,'We are open 24/7, 365 days a year, because SignatureCare knows that emergencies do not have a schedule. Thank you for your positive review!','2017-02-27 23:15:26.943000'),(32719,'We appreciate your great feedback. Our dedicated team is always here and willing to meet all your healthcare needs 24/7.','2017-02-27 23:14:42.282000'),(32720,'At SignatureCare Emergency Center, our patients are what keep us going strong. We appreciate and value your feedback.','2017-02-27 23:14:16.687000'),(32721,'We appreciate the five-star rating!','2017-02-27 23:13:44.155000'),(32722,'We are sorry to hear about your mom\'s recent emergency, but we pride ourselves in having some of the newest technology when it comes to medical equipment, which allows us to run tests and begin treatment quickly. Thank you for your positive review, and we hope your mom feels better.','2017-02-27 23:13:25.955000'),(32723,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2017-02-25 03:42:29.518000'),(32724,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing our facility.','2017-02-25 03:41:34.941000'),(32725,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the review and great rating.','2017-02-25 03:40:40.544000'),(32726,'Thank you for your review and rating. If there is anything we could have done to make it a five-star rating, we hope you will let us know.','2017-02-25 03:38:48.030000'),(32727,'Thank you for the five-star rating!','2017-02-25 03:37:55.200000'),(32728,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and for the nice review.','2017-02-23 17:54:28.513000'),(32729,'We appreciate your comments and reviews. Although we hope to not see you soon, we are here when you do have an unexpected emergency.','2017-02-23 17:53:51.935000'),(32730,'We appreciate your feedback and the great rating. Thank you for choosing us!','2017-02-21 23:37:13.537000'),(32731,'SignatureCare Emergency Center\'s staff aims to treat every person like a VIP. We are glad to hear that was the case with you, and we hope you are feeling better!','2017-02-19 14:52:23.465000'),(32732,'Thank you for your review and rating. We\'re glad our team was able to deliver an exceptional experience.','2017-02-17 22:07:14.825000'),(32733,'We always appreciate positive feedback from our patients. The SignatureCare Emergency team is always here and willing to meet all your healthcare needs 24/7.','2017-02-13 18:05:39.330000'),(32734,'Thank you for your feedback. We very much appreciate it and the great rating.','2017-02-13 18:05:05.229000'),(32735,'Thank you so much for the five-star rating. We appreciate it.','2017-02-13 18:04:29.888000'),(32736,'What a great review. Thank you for trusting SignatureCare Emergency Center with not one, not two, but three of your emergencies! While we hope not to see you anytime soon, we are always here for you and all your family members. We are glad to hear that everyone is feeling better, and we appreciate your great feedback.','2017-02-12 00:07:18.962000'),(32737,'Thank you so much for the great rating!','2017-02-10 17:26:45.690000'),(32738,'Thank you so much for the great rating, Sarah!','2017-02-09 02:52:01.253000'),(32739,'We are glad to hear that that our staff was pleasant and took good care of you. Thank you for trusting SignatureCare Emergency with your well-being.','2017-02-07 18:56:15.141000'),(32740,'Thank you for the great rating. We appreciate it.','2017-02-06 16:52:19.766000'),(32741,'Thank you for the five-star rating and for letting SignatureCare serve you.','2016-06-23 12:03:44.700000'),(32742,'Thank you for the five-star rating!','2017-02-02 03:02:30.333000'),(32743,'Thank you so much for the great rating. If there\'s anything we could have done to earn five-stars, we hope you will let us know!','2017-01-31 04:34:39.565000'),(32744,'Thank you so much for the wonderful review. We are glad you feel better and we are always here 24/7 when you have a medical emergency!','2017-06-13 16:18:16.250000'),(32745,'Thank you so much for placing your trust in SignatureCare Emergency Center not once, but twice! Our board-certified doctors and staff aim to provide the best possible care for everyone that walks through our doors. We appreciate your feedback and rating.','2017-01-25 00:44:57.447000'),(32746,'Chest pains are always a scary experience, but we are glad to hear that our SignatureCare team put you at ease and was able to send you home feeling better. Thank you for trusting us with a scary situation.','2017-01-23 21:11:30.475000'),(32747,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your positive review, and we are always here whenever you need us.','2016-10-06 00:15:15.622000'),(32748,'Thank You for the 5 Star rating.','2017-01-19 20:19:33.689000'),(32749,'All of our centers are open 24 hours a day, 365 days a year. We aim for a 10 minutes or less wait and we are happy to learn you had little wait time. Thank you for visiting our ER and hope you feel better.','2017-01-19 20:19:18.191000'),(32750,'We absolutely try to ensure that there is no wait at our emergency centers. Not only do we have board-certified physicians, but they are also here 24 hours a day, so you do not have to wait for a doctor to arrive. You are very welcome and we are glad you choose SignatureCare Emergency Centers.','2017-01-19 20:17:46.200000'),(32751,'We love hearing about the comfortable experience our patients had at SignatureCare Emergency Center. Thank you so much for the positive feedback.','2017-01-16 15:29:28.577000'),(32752,'Thank you for the review and great rating!','2017-01-05 03:17:16.591000'),(32753,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2017-01-02 12:38:57.055000'),(32754,'Our registration staff is one of the most qualified emergency room staff in Houston, but the compassion and dedication for helping others is why we love our staff. Thank you for your kind words -- we will let them know!','2016-12-31 03:13:18.470000'),(32755,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the fantastic review, and we are always open and available when you have an unexpected emergency.','2016-12-29 15:49:12.544000'),(32756,'We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing SignatureCare Emergency Center.','2016-12-24 18:49:02.023000'),(32757,'Our staff is one of the most qualified emergency room staff in Houston, but the compassion and dedication for helping others is why we love our employees. Thank you for your kind words, and we will pass them along.','2016-12-24 18:47:42.787000'),(32758,'Our team at SignatureCare knows that your time is valuable. We make our patients the number one priority no matter their emergency. Thank you so much for your positive feedback, we appreciate it.','2016-12-23 16:12:09.649000'),(32759,'Thank you so much for placing your trust in us. Our board-certified doctors and staff aim to provide the best possible care for everyone that walks through our doors. Thank you for choosing SignatureCare Emergency Center.','2016-12-21 18:10:30.187000'),(32760,'Thank you so much for the five-star rating!','2016-12-18 19:21:13.839000'),(32761,'Thank you for your kind words. Although we hope not to see you anytime soon, we are glad to hear you would consider us for your next emergency. We hope you are feeling better!','2016-12-18 19:20:54.801000'),(32762,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2016-12-17 15:47:09.589000'),(32763,'We appreciate and value your feedback. At SignatureCare Emergency Center, we are always looking for ways to improve our services. Our patients are what keep us going strong. Thank you for your positive review, and we hope you feel better.','2016-12-09 19:43:26.052000'),(32764,'Thank you for the great rating, Jay. We appreciate your feedback.','2016-12-07 03:32:26.425000'),(32765,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your trust in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. Our community is important. If you have any questions, or need help again, don’t hesitate to call.','2016-12-05 16:11:16.506000'),(32766,'Thank you for your feedback! We aim for 100% satisfaction at SignatureCare Emergency Center.','2016-12-05 16:10:38.771000'),(32767,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms.','2016-11-24 16:49:57.992000'),(32768,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience.','2016-11-17 20:03:52.905000'),(32769,'\"No long lines\" is our goal for all patients visiting SignatureCare Emergency Centers. We are glad that our team was able to get you in and out quickly and hope you will consider us again if you ever have an emergency. Thank you for the great review!','2016-11-07 20:37:31.087000'),(32770,'We appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2016-11-06 14:59:52.949000'),(32771,'Thank you for the five-star rating!','2016-11-04 15:33:01.803000'),(32772,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We are glad to learn you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care.','2016-10-29 22:27:20.223000'),(32773,'Our registration staff is one of the most qualified emergency room staff in Houston, but the compassion and dedication for helping others is why we love our employees. Thank you for your kind words, and we will pass them along.','2016-10-28 16:23:25.390000'),(32774,'Thank you for the five-star rating!','2016-10-25 01:37:42.433000'),(32775,'We are glad that we were able to get you in and out quickly and on your way back to good health. Thank you for the great review, and if you ever need us again, we are always here for you.','2016-10-26 00:46:29.689000'),(32776,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2016-10-14 17:57:39.405000'),(32777,'SignatureCare Emergency Center strives to treat you and get you on your way quickly. No one likes the ER. We are glad to be here for you when you need us.','2016-10-10 13:44:21.266000'),(32778,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7, and we are glad they were here to serve you when you needed them.','2016-10-02 19:00:37.924000'),(32779,'Thank you for the five-star rating, Martha!','2016-10-02 18:50:48.187000'),(32780,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback, it helps us excel at our jobs.','2016-09-27 01:54:01.747000'),(32781,'SignatureCare Emergency Center’s staff sets goals on patient satisfaction. Thank you for letting us know we’re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2016-09-07 02:23:09.452000'),(32782,'Thank you for the five-star rating!','2016-09-04 17:15:53.897000'),(32783,'Thank you for the five-star review and for your kind words. We will pass them along to our staff.','2016-09-02 16:31:42.219000'),(32784,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. Children cannot always tell us what’s wrong like an adult, but using our state-of-the-art equipment and onsite lab services, we are able to quickly diagnose young children. It is never fun when your child gets sick, but when you have an emergency with your child, we are here to help! Thank you for your review and we hope your child feels better soon!','2016-09-02 16:31:15.607000'),(32785,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Centers.','2016-08-29 14:52:50.736000'),(32786,'Thank you for your feedback and for choosing SignatureCare Emergency Center.','2016-08-23 01:41:57.208000'),(32787,'Our doctors and medical staff thank you for your wonderful feedback. It will help us continue to provide excellent care to our patients.','2016-08-21 20:36:51.778000'),(32788,'Thank you for the four-star rating. Please let us know if there is anything we could have done better to earn a five-star rating, and please consider us next time you have a medical emergency.','2016-08-19 18:27:55.237000'),(32789,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback; it helps us excel at our jobs.','2016-08-18 02:09:48.598000'),(32790,'Thank you for letting us help you and help you feel better! We hope we put you at ease and provided you with the best care possible.','2016-08-18 02:09:11.649000'),(32791,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Centers.','2016-08-13 01:35:56.823000'),(32792,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2016-08-07 17:55:44.089000'),(32793,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience.','2016-08-02 01:38:54.573000'),(32794,'Our doctors and nurses are some of the most qualified in Houston, but the compassion and dedication for helping others is why we love our employees. Thank you for your kinds words, and we will pass them along.','2016-07-30 01:28:44.820000'),(32795,'At SignatureCare Emergency Center, we understand that the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for taking the time to leave such a great review.','2016-07-27 23:01:01.612000'),(32796,'Thank you for your review. We\'re glad our team was able to deliver a great experience.','2016-07-27 22:59:11.016000'),(32797,'Thank you so much for the positive feedback. We appreciate your comments and the five-star review.','2016-07-15 00:51:32.039000'),(32798,'At SignatureCare Emergency Center, we understand that emergencies happen, and the ER is not anyone\'s favorite place. But our doctors, nurses and medical staff will make you and your family members feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare, and for the fantastic review.','2016-07-13 01:56:29.445000'),(32799,'Thank you for the great review. It helps us to know if we are doing our jobs well, as we always want to make sure our patients are happy. We know that emergencies are never fun, but if you find yourself in an emergency situation again, we hope we can serve you once more. Thanks again!','2016-07-10 14:01:18.365000'),(32800,'Thank you so much for placing your trust in SignatureCare Emergency Center. Our board-certified doctors and staff aim to provide the best possible care for everyone that walks through our doors. Thank you for choosing our facility.','2016-07-04 12:09:23.378000'),(32801,'Thank you for the five-star rating, Michelle. We hope we don\'t have to see you soon, but if you need us, we are here.','2016-06-24 00:34:53.842000'),(32802,'The goal of our doctors, nurses and medical staff is to make you and your family members feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2016-06-21 01:34:08.580000'),(32803,'Thank you we appreciate your feedback.','2016-06-20 14:44:01.189000'),(32804,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-21 06:10:12.311000'),(32805,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-12-21 06:12:01.252000'),(32806,'We appreciate your great rating, Cleo!','2020-12-21 06:12:30.266000'),(32807,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-21 06:25:41.942000'),(32808,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-21 06:26:27.174000'),(32809,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-21 06:30:34.071000'),(32810,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-21 06:35:58.479000'),(32811,'We appreciate your great rating, Raudel!','2020-12-21 06:36:12.517000'),(32812,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-12-21 06:36:59.264000'),(32813,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-21 06:38:01.546000'),(32814,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-19 18:04:09.416000'),(32815,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-12-17 19:33:09.404000'),(32816,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-17 19:38:55.448000'),(32817,'We appreciate your great rating, Marilyn!','2020-12-17 19:39:11.989000'),(32818,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-12-17 19:39:43.068000'),(32819,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-17 19:40:12.850000'),(32820,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-17 19:41:00.706000'),(32821,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-17 20:01:18.391000'),(32822,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-12-17 20:01:36.753000'),(32823,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-12-17 20:02:53.555000'),(32824,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-17 20:02:29.577000'),(32825,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-17 20:04:41.861000'),(32826,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-12-17 20:04:19.208000'),(32827,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-12-17 20:04:04.093000'),(32828,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-12-17 20:03:25.159000'),(32829,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-12-08 04:46:54.909000'),(32830,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-06 13:44:46.710000'),(32831,'We appreciate your great rating, Keyleigh!','2020-12-06 13:45:17.178000'),(32832,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-12-06 13:45:50.080000'),(32833,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-06 13:46:31.509000'),(32834,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-06 13:47:05.459000'),(32835,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-12-06 13:47:47.965000'),(32836,'We appreciate your great rating, Letroy!','2020-12-20 09:35:16.557000'),(32837,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-12-20 09:36:28.863000'),(32838,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-20 09:37:26.341000'),(32839,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-20 09:37:43.585000'),(32840,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-20 09:40:44.419000'),(32841,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-17 09:20:00.763000'),(32842,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-17 09:18:45.558000'),(32843,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-03-15 07:11:46.093000'),(32844,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-17 09:15:40.821000'),(32845,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-15 09:21:13.843000'),(32846,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-15 09:05:22.696000'),(32847,'Thank you so much for your review, Anna. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-12-14 07:26:58.469000'),(32848,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-15 09:04:37.870000'),(32849,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-15 09:02:34.783000'),(32850,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-12-14 06:23:07.493000'),(32851,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-12 09:21:33.087000'),(32852,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-12-12 09:20:56.341000'),(32853,'Thank you so much for your nice review, Ashley. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-12-12 09:20:30.492000'),(32854,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-12 09:19:49.000000'),(32855,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-12 09:13:38.905000'),(32856,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-12 09:12:13.811000'),(32857,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-12 05:46:28.851000'),(32858,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2020-12-12 05:41:57.636000'),(32859,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-10 13:32:17.979000'),(32860,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-09 13:53:45.518000'),(32861,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-06 08:41:59.830000'),(32862,'Muchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal!','2020-12-03 04:52:11.844000'),(32863,'Thank you Felipe for your five star review and for trusting us with your care!','2020-12-01 23:04:04.845000'),(32864,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-02 04:56:44.976000'),(32865,'Thank you so much for your review, Brent. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-12-01 04:05:30.053000'),(32866,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-11-29 11:36:18.548000'),(32867,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-29 11:35:54.009000'),(32868,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-29 11:33:18.051000'),(32869,'Thank you for the five-star rating Jessica. We appreciate it.','2020-12-21 08:05:30.159000'),(32870,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-29 11:29:15.752000'),(32871,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-11-29 11:28:58.456000'),(32872,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-26 04:05:19.264000'),(32873,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-26 04:05:10.255000'),(32874,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-02-09 06:54:55.272000'),(32875,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-26 04:04:58.073000'),(32876,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-26 04:04:27.914000'),(32877,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-11-26 04:03:33.819000'),(32878,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-26 04:02:57.393000'),(32879,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-26 04:00:41.662000'),(32880,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-26 04:00:31.033000'),(32881,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-26 03:59:34.536000'),(32882,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-25 16:55:06.688000'),(32883,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2020-11-25 06:54:55.487000'),(32884,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-11-25 06:54:02.347000'),(32885,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-25 06:53:38.887000'),(32886,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-24 10:06:30.424000'),(32887,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-11-24 10:06:22.276000'),(32888,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-02-09 06:57:51.308000'),(32889,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-24 10:04:31.556000'),(32890,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-24 10:04:23.662000'),(32891,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-24 09:48:19.481000'),(32892,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-24 09:47:07.416000'),(32893,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-24 09:41:06.982000'),(32894,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-23 05:40:11.349000'),(32895,'We appreciate your great rating, Molly!','2020-11-25 07:00:53.050000'),(32896,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-23 05:39:43.696000'),(32897,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-23 05:27:29.514000'),(32898,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-23 05:27:19.267000'),(32899,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-23 05:27:10.074000'),(32900,'Thank you Kandyce, for your great rating!','2020-11-25 07:00:39.178000'),(32901,'Thank you so much for your great rating, Noelia!','2020-11-25 07:00:21.198000'),(32902,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-11-23 05:26:54.863000'),(32903,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-23 05:22:03.847000'),(32904,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-23 05:21:11.912000'),(32905,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-23 05:17:41.704000'),(32906,'Thank you so much for giving us five stars, Connie!','2020-11-25 07:00:07.733000'),(32907,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-21 12:46:32.666000'),(32908,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-19 05:19:02.925000'),(32909,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-19 05:18:49.595000'),(32910,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-19 05:18:11.853000'),(32911,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-19 05:17:48.804000'),(32912,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-19 05:17:17.037000'),(32913,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-19 05:15:31.379000'),(32914,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-19 05:13:52.676000'),(32915,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-18 07:27:17.984000'),(32916,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-03-12 05:28:42.558000'),(32917,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-11-17 06:57:21.992000'),(32918,'We appreciate your great rating, Tiffany!','2020-11-17 06:46:52.400000'),(32919,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-16 04:24:14.941000'),(32920,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-16 04:16:17.112000'),(32921,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-16 04:15:50.008000'),(32922,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-16 04:03:48.932000'),(32923,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-16 04:00:15.199000'),(32924,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-15 04:18:40.625000'),(32925,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-14 19:40:38.097000'),(32926,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-14 19:38:22.777000'),(32927,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2020-11-14 19:38:10.806000'),(32928,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-14 19:30:33.449000'),(32929,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-11-14 18:38:18.731000'),(32930,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-14 18:34:30.388000'),(32931,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-11-14 18:34:15.881000'),(32932,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-14 18:30:49.458000'),(32933,'Thank you so much for your nice review. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-11-14 18:29:07.698000'),(32934,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-11-14 18:25:43.608000'),(32935,'Thank you Nancy, for your great rating!','2020-11-17 06:47:05.228000'),(32936,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-14 18:24:03.100000'),(32937,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-28 17:02:09.321000'),(32938,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-14 18:11:33.177000'),(32939,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-14 18:06:06.480000'),(32940,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-14 17:46:12.067000'),(32941,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-14 17:45:41.275000'),(32942,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-17 05:27:28.200000'),(32943,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-17 05:25:34.876000'),(32944,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-11-16 17:06:36.845000'),(32945,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-16 17:05:37.013000'),(32946,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-16 17:04:39.820000'),(32947,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-16 16:53:37.128000'),(32948,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-10 07:55:14.294000'),(32949,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-10 07:54:46.998000'),(32950,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-10 07:54:32.689000'),(32951,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-10 07:54:22.438000'),(32952,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-10 07:52:09.673000'),(32953,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-10 07:51:57.764000'),(32954,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-10 07:51:38.261000'),(32955,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-10 07:50:57.436000'),(32956,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-10 07:50:15.108000'),(32957,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-10 07:45:23.719000'),(32958,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-19 06:18:02.910000'),(32959,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-10 06:37:12.307000'),(32960,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-11-10 06:21:37.422000'),(32961,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-10 06:19:18.489000'),(32962,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-10 06:13:59.340000'),(32963,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-10 06:13:39.035000'),(32964,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-09 07:21:39.475000'),(32965,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-11-09 07:21:10.091000'),(32966,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-11-09 07:20:37.790000'),(32967,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-11-09 07:20:17.388000'),(32968,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-09 07:20:05.079000'),(32969,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-11-09 07:18:30.648000'),(32970,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-09 07:17:06.231000'),(32971,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-09 07:16:56.830000'),(32972,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-09 07:16:42.685000'),(32973,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-09 07:16:32.517000'),(32974,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-09 07:16:13.457000'),(32975,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-09 07:15:56.681000'),(32976,'Thank you so much for your nice review, Glenn. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-11-09 07:15:42.282000'),(32977,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-09 07:15:18.158000'),(32978,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-09 07:14:56.443000'),(32979,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-09 07:14:42.614000'),(32980,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-09 07:14:31.101000'),(32981,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-09 07:12:05.528000'),(32982,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-09 07:11:25.594000'),(32983,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-09 07:08:33.870000'),(32984,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-11-09 07:08:21.586000'),(32985,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-09 07:07:41.584000'),(32986,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-09 07:07:32.854000'),(32987,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-09 07:05:43.426000'),(32988,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-09 07:05:13.626000'),(32989,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-05 06:37:21.195000'); INSERT INTO `review_reply` VALUES (32990,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-05 06:31:59.666000'),(32991,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-05 06:31:03.726000'),(32992,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-05 06:28:40.448000'),(32993,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-05 06:28:29.107000'),(32994,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-05 06:26:08.854000'),(32995,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-05 06:25:25.689000'),(32996,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-05 06:09:57.482000'),(32997,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-11-05 06:09:40.022000'),(32998,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-05 06:08:02.663000'),(32999,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-04 08:07:18.557000'),(33000,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-04 07:59:50.379000'),(33001,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-04 07:59:31.864000'),(33002,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-04 07:59:12.665000'),(33003,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-04 07:58:59.062000'),(33004,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-11-04 07:57:10.920000'),(33005,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-04 07:54:56.797000'),(33006,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-04 06:49:36.763000'),(33007,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-04 06:22:09.834000'),(33008,'We appreciate your great rating, Minh!','2020-11-04 08:08:33.208000'),(33009,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-11-04 06:02:54.153000'),(33010,'Thank you so much for giving us five stars, Alexander!','2020-11-04 06:01:55.395000'),(33011,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-04 06:00:47.357000'),(33012,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-11-04 05:58:31.420000'),(33013,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-04 05:47:30.228000'),(33014,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-04 05:46:58.042000'),(33015,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-03 06:47:44.946000'),(33016,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-03 06:40:13.259000'),(33017,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-03 06:11:27.705000'),(33018,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-03 06:11:16.516000'),(33019,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-03 06:07:51.017000'),(33020,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-03 05:59:35.396000'),(33021,'Thank you so much for giving us five stars, Carlos!','2020-07-28 16:36:55.967000'),(33022,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-03 05:34:02.777000'),(33023,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-11-02 07:31:47.134000'),(33024,'Thank you so much for your nice review, Justin. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-11-02 07:30:34.991000'),(33025,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-02 07:30:16.343000'),(33026,'Muchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal!','2020-11-02 07:30:02.184000'),(33027,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-02 07:29:19.612000'),(33028,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-02 07:29:10.766000'),(33029,'Thank you so much for your great rating, Maggie!','2020-11-02 10:52:16.515000'),(33030,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-11-02 07:28:59.647000'),(33031,'Thank you Dior, for your great rating!','2020-11-02 10:52:28.540000'),(33032,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-02 07:24:10.956000'),(33033,'Thank you so much for your review. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-11-02 07:20:22.433000'),(33034,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-02 07:19:44.444000'),(33035,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-02 07:19:04.901000'),(33036,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-31 16:03:03.190000'),(33037,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-31 16:33:19.991000'),(33038,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-31 16:25:04.203000'),(33039,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-31 10:56:08.488000'),(33040,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-31 10:30:54.932000'),(33041,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-31 09:48:59.337000'),(33042,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-29 08:11:18.934000'),(33043,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-29 10:39:12.851000'),(33044,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-10-29 10:39:49.799000'),(33045,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-29 10:45:16.034000'),(33046,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-29 10:45:35.743000'),(33047,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-29 10:45:51.314000'),(33048,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-10-29 10:46:19.904000'),(33049,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-10-29 10:46:37.114000'),(33050,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-29 10:46:55.785000'),(33051,'Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-10-29 10:47:42.056000'),(33052,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-29 10:48:47.853000'),(33053,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-29 10:49:11.167000'),(33054,'Thank you so much for your review, Steven. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-10-29 08:10:49.534000'),(33055,'We appreciate your great rating, Ethan!','2020-10-29 08:10:23.176000'),(33056,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-29 10:49:28.988000'),(33057,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-10-29 10:50:04.633000'),(33058,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-10-29 10:50:22.813000'),(33059,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-10-29 11:08:41.996000'),(33060,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-10-29 11:09:05.777000'),(33061,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-29 11:09:21.049000'),(33062,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-28 10:44:22.458000'),(33063,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-29 11:10:32.107000'),(33064,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-29 11:10:51.811000'),(33065,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-10-29 11:11:51.947000'),(33066,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-29 11:12:21.070000'),(33067,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-29 11:10:01.101000'),(33068,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-10-29 11:12:44.713000'),(33069,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-29 11:13:03.737000'),(33070,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2020-10-29 11:13:28.407000'),(33071,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-29 11:13:49.808000'),(33072,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-10-28 21:08:55.601000'),(33073,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-10-28 20:29:30.180000'),(33074,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-10-28 20:25:55.436000'),(33075,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-28 20:00:34.117000'),(33076,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-28 19:48:06.384000'),(33077,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-28 19:44:47.223000'),(33078,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-28 19:37:45.832000'),(33079,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-28 19:37:04.302000'),(33080,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-28 19:25:03.852000'),(33081,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-28 18:53:50.509000'),(33082,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-28 18:49:33.437000'),(33083,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-10-28 18:48:02.379000'),(33084,'Thank you Nicholas, for your great rating!','2020-10-27 17:26:54.359000'),(33085,'Thank you so much for your great rating, Ariel!','2020-10-27 17:27:07.259000'),(33086,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2020-10-28 18:21:17.690000'),(33087,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-28 18:20:11.542000'),(33088,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-28 18:18:37.085000'),(33089,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-10-28 18:15:25.150000'),(33090,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-28 18:03:03.599000'),(33091,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-28 18:01:41.013000'),(33092,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-10-28 17:44:32.140000'),(33093,'We appreciate your great rating!','2020-10-27 17:28:10.991000'),(33094,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-28 17:17:07.917000'),(33095,'Thank you Kevin, for your great rating!','2020-10-27 17:27:55.180000'),(33096,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-28 17:01:59.419000'),(33097,'Thank you so much for your great rating, Taylor!','2020-10-27 17:27:41.973000'),(33098,'Thank you so much for giving us five stars, Isabel!','2020-10-27 17:27:26.887000'),(33099,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-28 16:57:34.858000'),(33100,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-28 16:49:30.705000'),(33101,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-28 16:48:48.143000'),(33102,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-28 16:45:46.865000'),(33103,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-10-28 16:44:58.497000'),(33104,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-28 16:33:35.761000'),(33105,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-28 16:33:20.691000'),(33106,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-28 16:08:57.231000'),(33107,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-28 11:01:45.336000'),(33108,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-28 10:56:21.050000'),(33109,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-28 10:55:42.382000'),(33110,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-28 10:55:23.898000'),(33111,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-28 10:55:03.868000'),(33112,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-28 10:50:29.531000'),(33113,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-28 10:46:47.567000'),(33114,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-28 10:44:12.820000'),(33115,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-28 10:43:37.570000'),(33116,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-28 10:43:24.572000'),(33117,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-28 10:41:28.817000'),(33118,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-28 10:31:48.426000'),(33119,'Thank you so much for giving us five stars, Jazmyn!','2020-10-27 17:28:35.071000'),(33120,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-28 10:31:37.063000'),(33121,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-28 10:31:17.587000'),(33122,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-28 10:30:23.440000'),(33123,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-28 10:29:00.932000'),(33124,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-28 10:24:10.349000'),(33125,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-10-28 09:59:50.710000'),(33126,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-28 09:57:05.880000'),(33127,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-28 09:49:46.145000'),(33128,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-28 09:47:17.674000'),(33129,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-28 09:34:00.037000'),(33130,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-10-21 14:30:45.324000'),(33131,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.','2020-10-21 14:30:33.160000'),(33132,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-10-21 14:30:14.506000'),(33133,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-21 14:29:56.074000'),(33134,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-21 14:29:33.543000'),(33135,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-21 14:29:17.477000'),(33136,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-21 14:28:59.940000'),(33137,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-21 14:28:42.093000'),(33138,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-10-21 14:27:54.169000'),(33139,'Thank you so much for your great rating, Tamara!','2020-10-21 14:27:32.203000'),(33140,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-10-21 14:26:50.827000'),(33141,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-21 14:26:31.301000'),(33142,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-21 14:26:15.523000'),(33143,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-10-21 14:25:54.288000'),(33144,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-21 14:25:34.158000'),(33145,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-10-21 14:25:02.727000'),(33146,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-20 07:12:07.430000'),(33147,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-20 07:12:50.785000'),(33148,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-20 07:13:18.203000'),(33149,'We appreciate your great rating, Jake!','2020-10-18 06:12:05.461000'),(33150,'Thank you Jaydon , for your great rating!','2020-10-18 06:12:20.527000'),(33151,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-18 06:22:11.098000'),(33152,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-18 06:18:51.902000'),(33153,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-18 06:18:38.202000'),(33154,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-18 06:16:49.386000'),(33155,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-11-11 07:23:05.781000'),(33156,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-10-18 06:16:18.404000'),(33157,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-18 06:15:55.685000'),(33158,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-10-18 06:15:42.178000'),(33159,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-18 06:13:48.425000'),(33160,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','2020-10-18 06:13:35.743000'),(33161,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-14 06:21:04.736000'),(33162,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-14 06:20:38.725000'),(33163,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-14 06:18:05.832000'),(33164,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-10-14 05:18:39.060000'),(33165,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-14 05:06:59.728000'),(33166,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-14 05:05:23.594000'),(33167,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-14 05:04:45.903000'),(33168,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-13 06:03:49.620000'),(33169,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-10-09 06:47:07.402000'),(33170,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-10-08 19:23:05.357000'),(33171,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-08 19:13:00.115000'),(33172,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-08 19:21:36.634000'),(33173,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-06 09:11:05.246000'),(33174,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-09-30 08:30:49.401000'),(33175,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-29 04:54:20.053000'),(33176,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-24 08:29:11.463000'),(33177,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-09-24 08:29:44.158000'),(33178,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-09-24 08:30:53.517000'),(33179,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-23 11:01:22.064000'),(33180,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-09-23 11:00:16.413000'),(33181,'Thank you Gloria, for your great rating!','2020-09-22 06:31:03.637000'),(33182,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-09-20 18:51:47.552000'),(33183,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-09-20 18:52:14.290000'),(33184,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-20 18:52:42.084000'),(33185,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director so we can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that he can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-09-09 10:19:27.176000'),(33186,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-08-26 11:37:22.949000'),(33187,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-08-26 05:58:09.373000'),(33188,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-03 06:57:01.930000'),(33189,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-08-17 19:20:14.641000'),(33190,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-08-17 19:20:03.638000'),(33191,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-08-17 19:19:18.167000'),(33192,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-08-17 19:19:03.288000'),(33193,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-17 19:18:56.823000'),(33194,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-08-17 19:18:43.959000'),(33195,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-07-29 14:29:24.960000'),(33196,'Thank you so much for your great rating, Antonio!','2020-07-28 16:36:39.904000'),(33197,'Thank you Heidi, for your great rating!','2020-07-27 16:06:59.599000'),(33198,'We appreciate your great rating, Tania!','2020-07-23 06:34:52.150000'),(33199,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-07-23 06:35:16.362000'),(33200,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-19 05:10:35.236000'),(33201,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-19 05:08:53.966000'),(33202,'Thanks for leaving a review! Would you please reach out to us at info@ercare24.com to let us know more about the incident. We aim for 100% satisfaction at SignatureCare. Your suggestion will help us to develop our services and make ourselves able to earn those last two stars!','2020-07-19 05:07:46.416000'),(33203,'Thank you so much for your review, mavis. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-07-19 05:07:05.369000'),(33204,'Thank you so much for giving us five stars, Jeanie!','2020-07-14 09:45:41.202000'),(33205,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director so we can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that he can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-07-12 06:52:20.165000'),(33206,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-07-12 15:24:54.395000'),(33207,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-07-12 15:24:34.314000'),(33208,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-07-12 15:23:36.536000'),(33209,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-07-12 15:21:39.571000'),(33210,'Thanks for leaving a review! Would you please reach out to us at info@ercare24.com to let us know more about the incident. We aim for 100% satisfaction at SignatureCare. Your suggestion will help us to develop our services and make ourselves able to earn those last two stars!','2020-07-12 15:20:14.194000'),(33211,'Thank you so much for giving us five stars, Rebecca!','2020-07-13 06:43:55.632000'),(33212,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-12 15:19:20.258000'),(33213,'Thank you so much for giving us five stars, Demi!','2020-07-09 06:31:27.501000'),(33214,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-07-07 09:22:26.578000'),(33215,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-07 09:21:21.833000'),(33216,'We appreciate your great rating, Bladimir!','2020-07-07 09:20:43.134000'),(33217,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-07 09:20:01.181000'),(33218,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-05 10:33:13.895000'),(33219,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.\n\nThanks for leaving a review! Would you please reach out to us at info@ercare24.com to let us know more about the incident. We aim for 100% satisfaction at SignatureCare. Your suggestion will help us to develop our services and make ourselves able to earn those last two stars!','2020-07-05 10:34:22.357000'),(33220,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-07-05 10:38:55.103000'),(33221,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-07-05 10:35:24.630000'),(33222,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-07-05 10:37:19.803000'),(33223,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.\n\nWe are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-07-05 10:36:50.297000'),(33224,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced. Thank you so much for your great rating, Jojo!','2020-06-30 06:31:41.345000'),(33225,'Hello Genevieve!. Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-29 07:57:09.245000'),(33226,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-06-28 10:10:09.005000'),(33227,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-06-28 10:09:02.111000'),(33228,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-06-28 10:08:32.813000'),(33229,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-25 09:42:27.405000'),(33230,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.\n1. Antigen Test- Results typically back in 15 mins\n2. Antibody Test- Results typically back in 1 to 2 days\n3. PCR Test- Results typically back in 1 to 2 days\nThese three types of test we are providing now.','2020-06-24 06:29:13.328000'),(33231,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-22 13:22:39.138000'),(33232,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-22 13:22:34.605000'),(33233,'Hi Taylor. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-06-18 07:45:02.236000'),(33234,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-07-12 15:01:36.375000'),(33235,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-13 07:00:58.783000'),(33236,'Thanks for leaving a review! Would you please reach out to us at info@ercare24.com to let us know more about the incident. We aim for 100% satisfaction at SignatureCare. Your suggestion will help us to develop our services and make ourselves able to earn those last two stars!','2020-07-13 07:01:23.655000'),(33237,'We appreciate your great rating, Margaret!','2020-07-13 07:01:43.535000'),(33238,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-13 07:02:04.979000'),(33239,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-13 07:02:24.095000'),(33240,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-13 07:02:40.570000'),(33241,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-13 07:03:01.432000'),(33242,'Thank you tre, for your great rating!','2020-07-13 07:03:29.942000'),(33243,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2020-07-13 07:04:42.074000'),(33244,'Thank you so much for your nice review, Vickie. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-07-13 07:05:16.973000'),(33245,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-13 07:05:49.320000'),(33246,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-13 07:07:06.724000'),(33247,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-13 07:07:32.054000'),(33248,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-04-08 06:12:05.511000'),(33249,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-04-08 06:06:13.846000'),(33250,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-04-08 06:04:50.010000'),(33251,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-03-19 05:03:54.550000'),(33252,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-03-18 05:45:29.535000'),(33253,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-03-18 05:41:43.472000'),(33254,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-03-18 05:40:52.109000'),(33255,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-03-18 05:38:00.151000'),(33256,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-03-18 05:35:11.581000'),(33257,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-03-18 05:13:44.707000'),(33258,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-18 05:13:01.490000'),(33259,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-03-18 05:11:52.395000'),(33260,'Thank you for the five-star rating Norma. We appreciate the feedback, and appreciate you choosing SignatureCare.','2020-03-16 06:03:04.124000'),(33261,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-09-23 05:53:10.082000'),(33262,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-03-15 08:04:02.507000'),(33263,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-15 07:12:40.305000'),(33264,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-03-15 07:02:56.677000'),(33265,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-03-15 07:01:13.008000'),(33266,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-03-15 06:57:26.805000'),(33267,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for your partner, and are so glad to hear that your partner is feeling better. Thank you for choosing SignatureCare!','2020-03-15 06:56:37.928000'),(33268,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-03-15 06:45:45.592000'),(33269,'Thank you for the five-star rating Raquel. We appreciate it.','2020-03-15 05:37:18.139000'),(33270,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-15 06:09:33.028000'),(33271,'Thank you so much Monica for your great rating!','2020-03-12 02:05:54.486000'),(33272,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-12 05:32:23.049000'),(33273,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-04-12 06:52:32.357000'),(33274,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-03-12 05:16:35.369000'),(33275,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-03-11 04:56:44.387000'),(33276,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-03-10 05:39:55.663000'),(33277,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-03-10 05:38:53.894000'),(33278,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-03-10 05:33:35.998000'),(33279,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-03-10 05:32:55.120000'),(33280,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-16 07:16:56.873000'),(33281,'Thanks for the 5 star review!','2020-03-10 02:04:56.352000'),(33282,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-03-10 05:27:27.392000'),(33283,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-03-08 06:37:30.550000'),(33284,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-08 06:33:21.453000'),(33285,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-08 06:16:07.207000'),(33286,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-03-08 06:06:42.705000'),(33287,'Thank you Taylor for the 5 star review. We are glad you had a good experience. Feel Better!','2020-03-06 02:03:51.198000'),(33288,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-03-08 05:55:11.185000'),(33289,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-03-08 05:43:52.369000'),(33290,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-03-05 07:24:18.210000'),(33291,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-03-05 07:22:34.728000'),(33292,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-03-05 07:18:48.887000'),(33293,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-03-05 07:16:43.074000'),(33294,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-03-05 07:03:31.484000'),(33295,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-05 07:00:53.884000'),(33296,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-05 07:00:16.572000'),(33297,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-03-05 06:56:12.733000'),(33298,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-03-05 06:54:29.587000'),(33299,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-04-12 06:53:08.835000'),(33300,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-03-04 05:55:06.364000'),(33301,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-03-04 05:52:10.848000'),(33302,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-03-04 05:51:39.842000'),(33303,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-03-09 05:16:17.362000'),(33304,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-03-04 05:44:36.710000'),(33305,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-03-03 05:44:17.492000'),(33306,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-03-03 05:43:01.718000'),(33307,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-03-03 05:37:49.109000'),(33308,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-03 05:35:01.763000'),(33309,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-03 05:30:35.374000'),(33310,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-03-01 08:32:11.085000'),(33311,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-03-01 08:27:17.121000'),(33312,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-03-01 07:52:08.443000'),(33313,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-03-01 07:49:46.557000'),(33314,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-03-01 07:47:19.750000'),(33315,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-03-09 05:15:27.333000'),(33316,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-03-01 07:44:38.002000'),(33317,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-03-01 07:44:18.693000'),(33318,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-03-01 07:43:01.047000'),(33319,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-03-01 07:16:39.162000'),(33320,'Thank you so much for your feedback Nathaniel! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-27 02:06:15.097000'),(33321,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-27 07:28:22.058000'),(33322,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-02-27 07:24:52.567000'),(33323,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-02-27 07:23:28.515000'),(33324,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-27 07:20:52.056000'),(33325,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-02-27 07:20:23.664000'),(33326,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-26 07:33:53.334000'),(33327,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-02-25 07:51:45.399000'),(33328,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-02-24 06:32:38.761000'),(33329,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-02-24 06:31:23.648000'),(33330,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-24 05:05:10.918000'),(33331,'Thank you so much for your nice review, Cesar. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-02-24 05:04:35.443000'),(33332,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-24 05:04:00.632000'),(33333,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-02-24 04:57:07.386000'),(33334,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-02-24 04:55:23.684000'),(33335,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-01-19 06:47:53.206000'),(33336,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-02-24 04:52:15.669000'),(33337,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-23 10:14:37.571000'),(33338,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-02-23 10:14:21.330000'),(33339,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare. Hope your fiancĆ© is feeling better.','2020-02-23 10:13:22.055000'),(33340,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-02-23 10:12:02.853000'),(33341,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-23 10:11:47.839000'),(33342,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-23 10:11:31.289000'),(33343,'Thank you for trusting us with the care of your son. We appreciate the great feedback and are very glad to hear that our team took such good care of him.','2020-02-23 10:11:04.992000'),(33344,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-23 10:09:38.152000'),(33345,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-23 10:09:24.165000'),(33346,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-02-23 10:08:33.958000'),(33347,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-23 10:04:33.651000'),(33348,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-02-23 09:54:52.175000'),(33349,'Thank you for your review. We appreciate you choosing SignatureCare!','2020-02-23 08:28:51.854000'),(33350,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-23 08:18:09.084000'),(33351,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-23 08:01:15.037000'),(33352,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-02-23 10:17:21.862000'),(33353,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-02-20 06:28:10.615000'),(33354,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-02-20 06:15:18.738000'),(33355,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-02-20 06:14:36.119000'),(33356,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-20 06:12:58.176000'),(33357,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-20 05:14:10.507000'),(33358,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-20 05:12:52.798000'),(33359,'Thank you for the great review! We appreciate your positive feedback about SignatureCare. We hope you are feeling better.','2020-02-23 09:04:44.406000'),(33360,'Thank you Deavon for the 5 star review. We are glad you had a good experience. Feel Better!','2020-02-20 02:03:07.170000'),(33361,'Thank you for the five-star rating. We appreciate it.','2020-02-19 02:06:22.292000'),(33362,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-02-19 05:13:54.415000'),(33363,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-02-18 06:28:17.714000'),(33364,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-02-16 08:45:01.920000'),(33365,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-02-16 08:43:16.987000'),(33366,'Thank you for your review. We appreciate you choosing SignatureCare!','2020-02-16 08:04:51.959000'),(33367,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-16 08:03:46.829000'),(33368,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-16 06:24:26.713000'),(33369,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2020-02-16 06:21:28.540000'),(33370,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-02-16 06:20:35.492000'),(33371,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-02-16 06:05:43.866000'),(33372,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-02-13 07:42:39.610000'),(33373,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-02-13 07:40:55.746000'),(33374,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-13 07:40:40.052000'),(33375,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-02-13 07:40:14.909000'),(33376,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2020-02-13 07:40:00.867000'),(33377,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-02-12 06:51:57.602000'),(33378,'Thank you so much for your feedback S.r.c! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-11 07:17:18.308000'),(33379,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-11 08:17:02.044000'),(33380,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-02-11 08:04:46.105000'),(33381,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-10 05:48:27.547000'),(33382,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-02-10 05:47:45.704000'),(33383,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-02-10 05:47:20.391000'),(33384,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-10 05:46:41.708000'),(33385,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-02-10 05:44:25.964000'),(33386,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-02-09 07:23:30.718000'),(33387,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-02-09 07:23:16.703000'),(33388,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-09 07:21:39.200000'),(33389,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-02-09 07:21:26.326000'),(33390,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-02-09 07:21:04.995000'),(33391,'Thank you for your review. We appreciate you choosing SignatureCare!','2020-02-09 07:20:52.542000'),(33392,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-09 07:20:35.950000'),(33393,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-02-09 07:20:14.165000'),(33394,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-02-09 07:19:16.724000'),(33395,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-02-09 07:18:09.092000'),(33396,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-02-09 07:12:57.425000'),(33397,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-09 07:09:35.782000'),(33398,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-02-09 06:58:27.471000'),(33399,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-09 06:56:55.625000'),(33400,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review.','2020-02-09 06:56:42.595000'),(33401,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-02-09 06:56:19.702000'),(33402,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare. Hope your wife is feeling better.','2020-02-09 06:56:00.881000'),(33403,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-02-09 06:51:04.976000'),(33404,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-09 06:49:38.134000'),(33405,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-09 06:49:16.955000'),(33406,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-02-06 07:22:08.260000'),(33407,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-06 07:19:35.900000'),(33408,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-06 07:19:12.041000'),(33409,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-02-06 07:18:37.693000'),(33410,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-02-06 07:16:36.483000'),(33411,'Thanks for the 5 star review Byron!','2020-02-06 09:00:44.546000'),(33412,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-02-06 07:08:44.760000'),(33413,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-06 07:05:59.991000'),(33414,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-02-05 07:59:27.038000'),(33415,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-02-05 07:59:14.685000'),(33416,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-02-04 05:50:12.820000'),(33417,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-02-03 06:57:16.125000'),(33418,'Thank you so much for giving us five stars, Josie!','2020-02-03 06:56:32.819000'),(33419,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-03 06:56:22.124000'),(33420,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-02-03 06:55:42.009000'),(33421,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-02-03 06:54:39.672000'),(33422,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-02-03 06:54:22.148000'),(33423,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-02-03 06:54:09.697000'),(33424,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-03 06:53:55.674000'),(33425,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-02-03 06:53:42.088000'),(33426,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-02-03 06:53:10.294000'),(33427,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-03 06:45:45.759000'),(33428,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-02-03 06:41:59.821000'),(33429,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-30 05:25:42.423000'),(33430,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-30 05:25:28.207000'),(33431,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-01-30 05:25:13.825000'),(33432,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-01-30 05:25:00.591000'),(33433,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-30 05:24:50.815000'),(33434,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-30 05:24:34.601000'),(33435,'Muchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal!','2020-01-30 05:23:54.265000'),(33436,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-01-30 05:23:29.344000'),(33437,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-01-30 05:23:02.408000'),(33438,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-01-29 07:50:29.559000'),(33439,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-01-29 07:50:11.321000'),(33440,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-29 07:48:32.543000'),(33441,'Thank you for taking the time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2020-01-29 07:48:08.042000'),(33442,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-29 07:47:32.514000'),(33443,'Creemos que tenemos las mejores instalaciones en Texas con personal certificado por la junta, equipos de Ćŗltima generación y un ambiente limpio. Ā”Gracias por elegir SignatureCare!','2020-01-29 07:46:09.821000'),(33444,'Nuestros mĆ©dicos y personal nos enorgullecen todos los dĆ­as. Gracias por sus amables palabras y las transmitiremos. Ā”Gracias por elegir Signature Care!','2020-01-29 07:46:54.230000'),(33445,'Muchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal!','2020-01-29 07:44:18.390000'),(33446,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-01-29 07:43:52.246000'),(33447,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-01-29 07:43:39.371000'),(33448,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-29 07:43:17.664000'),(33449,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-01-29 07:43:27.487000'),(33450,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2020-01-29 07:41:48.019000'),(33451,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','2019-09-15 06:40:56.077000'),(33452,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-01-29 07:41:35.103000'),(33453,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-29 07:41:11.975000'),(33454,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-01-29 07:40:51.637000'),(33455,'Thank you so much for your nice review, David. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-01-29 07:40:24.245000'),(33456,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-29 07:40:04.888000'),(33457,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-01-29 07:39:47.694000'),(33458,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-29 07:39:35.575000'),(33459,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-01-29 07:38:46.807000'),(33460,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-29 07:38:59.269000'),(33461,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-29 07:29:10.034000'),(33462,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-01-29 07:28:53.504000'),(33463,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-01-29 07:28:45.379000'),(33464,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-01-29 07:28:27.686000'),(33465,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-01-29 07:26:01.665000'),(33466,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','2020-01-29 07:24:16.426000'),(33467,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-29 06:54:39.726000'),(33468,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-01-29 06:54:17.241000'),(33469,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-01-29 06:51:44.051000'),(33470,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-01-29 06:51:06.609000'),(33471,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-01-29 06:50:53.032000'),(33472,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-29 06:50:15.585000'),(33473,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-01-29 06:49:51.889000'),(33474,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-01-29 06:49:41.743000'),(33475,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-29 06:49:25.696000'),(33476,'Thank you so much for your great rating, Deon!','2020-01-29 06:49:03.170000'),(33477,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-29 06:47:37.547000'),(33478,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-01-29 06:47:23.380000'),(33479,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-01-29 06:47:04.955000'),(33480,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-01-29 06:46:53.978000'),(33481,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-29 06:46:38.092000'),(33482,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-01-29 06:46:22.887000'),(33483,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your mom. Thank you for choosing SignatureCare.','2020-01-29 06:45:58.193000'),(33484,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-01-20 06:07:55.285000'),(33485,'Thank you Bill, for your great rating!','2020-01-20 06:08:21.836000'),(33486,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-19 07:06:19.607000'),(33487,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-01-19 07:06:02.476000'),(33488,'We appreciate your great rating, Garland!','2020-01-19 07:05:50.168000'),(33489,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-01-19 07:05:23.331000'),(33490,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-01-19 07:05:13.108000'),(33491,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-19 07:04:54.243000'),(33492,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-01-19 06:58:44.019000'),(33493,'Muchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal!','2020-01-19 06:58:33.929000'),(33494,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-19 06:58:10.594000'),(33495,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-01-19 06:56:21.392000'),(33496,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-01-19 06:48:09.681000'),(33497,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-01-19 06:41:49.349000'),(33498,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-01-19 06:41:33.360000'),(33499,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-04 06:52:32.679000'),(33500,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-12-04 06:51:46.206000'),(33501,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-19 06:33:27.110000'),(33502,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-19 06:33:16.295000'),(33503,'Muchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal!','2020-01-19 06:31:05.718000'),(33504,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-19 06:29:42.766000'),(33505,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-19 06:29:05.755000'),(33506,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-01-19 06:28:40.999000'),(33507,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-19 06:28:29.597000'),(33508,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-01-19 06:28:11.615000'),(33509,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-01-19 06:27:56.592000'),(33510,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-01-19 06:15:24.104000'),(33511,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-19 06:14:12.253000'),(33512,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-14 07:40:00.962000'),(33513,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-01-14 07:39:19.542000'),(33514,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-01-14 07:38:53.039000'),(33515,'We appreciate your great rating, Sara!','2020-01-14 07:33:59.200000'),(33516,'Thank you so much for giving us five stars, Rodney!','2020-01-14 07:33:48.506000'),(33517,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-01-13 06:53:00.761000'),(33518,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-01-13 06:52:42.339000'),(33519,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-13 06:52:12.885000'),(33520,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for your mom, and are so glad to hear that she is feeling better. Thank you both for choosing SignatureCare!','2020-01-13 06:51:59.372000'),(33521,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-12 06:28:15.871000'),(33522,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-01-12 06:27:40.868000'),(33523,'Thank you for trusting us with the care of your grandson. We appreciate the great feedback and are very glad to hear that our team took such good care of him.','2020-01-12 06:27:22.651000'),(33524,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-01-12 06:26:56.518000'),(33525,'Thank you for taking the time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2020-01-12 06:26:43.576000'),(33526,'Thank you so much for your great rating, Reina!','2020-01-12 06:23:46.881000'),(33527,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-12 06:23:21.319000'),(33528,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-12 06:23:09.516000'),(33529,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-01-09 07:25:37.203000'),(33530,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your dad. Thank you for choosing SignatureCare.','2020-01-09 07:25:21.362000'),(33531,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-09 07:24:58.811000'),(33532,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-09 07:24:39.234000'),(33533,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-01-09 07:24:28.370000'),(33534,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-01-08 07:37:28.828000'),(33535,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-01-08 07:37:01.755000'),(33536,'Thank you so much for your great rating, Damien!','2020-01-08 07:36:49.339000'),(33537,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-01-08 07:36:24.196000'),(33538,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-08 07:36:07.840000'),(33539,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-08 07:35:48.437000'),(33540,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-01-08 07:35:55.946000'),(33541,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency. We hope your spouse is feeling well.','2020-01-08 07:34:01.601000'),(33542,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2020-01-06 06:58:44.741000'),(33543,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2020-01-06 06:58:20.208000'),(33544,'Hi Anthony! We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-01-06 06:57:29.591000'),(33545,'Thank you so much for your five star rating, Lysette!','2020-01-05 06:30:44.604000'),(33546,'We appreciate your great rating, Keisha!','2020-01-05 06:29:52.445000'),(33547,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-01-05 06:29:27.746000'),(33548,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-05 06:23:44.910000'),(33549,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-05 06:23:29.113000'),(33550,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-05 06:23:11.813000'),(33551,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-05 06:22:50.000000'),(33552,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare! Hope your husband is feeling well.','2020-01-05 06:22:32.966000'),(33553,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your kiddo feels better soon!','2020-01-02 05:12:42.080000'),(33554,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-01-02 05:11:37.557000'),(33555,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-31 04:48:12.880000'),(33556,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-31 04:47:59.388000'),(33557,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-31 04:47:39.095000'),(33558,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-01-02 05:13:10.169000'),(33559,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-31 04:47:15.795000'),(33560,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-12-31 04:47:01.504000'),(33561,'Thank you so much for your great rating, Yousuf!','2019-12-29 06:15:18.012000'),(33562,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2019-12-29 06:14:53.583000'),(33563,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-12-29 06:14:42.313000'),(33564,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-12-29 06:14:28.764000'),(33565,'Thank you for letting us help your sister! We are glad to hear our team put her at ease and provided her with the best care possible. Thanks for choosing SignatureCare.','2019-12-29 06:11:07.082000'),(33566,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-12-29 06:10:29.411000'),(33567,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-12-29 06:10:15.655000'),(33568,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-12-29 06:07:32.271000'),(33569,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-29 06:07:22.656000'),(33570,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-29 06:07:10.305000'),(33571,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-29 06:06:57.566000'),(33572,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-12-29 06:06:32.828000'),(33573,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-12-29 06:06:19.137000'),(33574,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-29 06:06:01.773000'),(33575,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-29 06:05:43.181000'),(33576,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-12-26 07:50:56.391000'),(33577,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-12-23 07:59:31.781000'),(33578,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-23 07:59:23.988000'),(33579,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-12-15 06:20:15.892000'),(33580,'Thank you for trusting us with the care of your son. We appreciate the great feedback and are very glad to hear that our team took such good care of him.','2019-12-22 08:06:06.003000'),(33581,'Thank you so much for your great rating, Kashy!','2019-12-22 08:05:49.575000'),(33582,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-12-22 08:05:26.262000'),(33583,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-12-22 08:05:18.512000'),(33584,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-12-22 08:05:01.954000'),(33585,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-12-22 08:04:43.444000'),(33586,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-12-22 08:04:22.251000'),(33587,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-12-22 08:04:10.112000'),(33588,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-22 08:04:00.429000'),(33589,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare! Hope your husband is feeling well.','2019-12-22 08:03:47.824000'),(33590,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-12-22 08:02:08.345000'),(33591,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-12-22 08:01:33.550000'),(33592,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-12-22 08:00:45.449000'),(33593,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-12-22 08:00:22.659000'),(33594,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-12-19 06:18:55.764000'),(33595,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-12-19 06:18:24.962000'),(33596,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-18 07:34:58.542000'),(33597,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-12-18 07:34:46.967000'),(33598,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-12-18 07:34:33.294000'),(33599,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-12-17 05:39:58.544000'),(33600,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-12-17 05:39:44.812000'),(33601,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-17 05:38:20.555000'),(33602,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-12-17 05:38:07.075000'),(33603,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-15 06:39:21.414000'),(33604,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-15 06:39:29.022000'),(33605,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-12-15 06:39:02.229000'),(33606,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-12-15 06:38:51.698000'),(33607,'Thank you so much for your great rating, Thuy!','2019-12-15 06:38:26.067000'),(33608,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-15 06:38:06.066000'),(33609,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare. Hope your brother is feeling well!','2019-12-15 06:37:49.898000'),(33610,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-12-15 06:36:57.936000'),(33611,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-12-15 06:36:09.513000'),(33612,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-12-15 06:35:32.502000'),(33613,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-12-15 06:35:14.903000'),(33614,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-12-15 06:34:57.605000'),(33615,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-12-15 06:34:31.883000'),(33616,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-12-15 06:21:51.566000'),(33617,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-15 06:21:17.012000'),(33618,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-12-15 06:21:05.212000'),(33619,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-12-15 06:20:58.422000'),(33620,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-12-15 06:20:48.121000'),(33621,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-15 06:20:29.268000'),(33622,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-12-15 06:20:01.927000'),(33623,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-15 06:19:51.209000'),(33624,'Thank you so much for your nice review, Clark. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2019-12-15 06:19:26.826000'),(33625,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-12-15 06:19:06.194000'),(33626,'Thank you so much for your great rating, Rodriguez!','2019-12-15 06:18:35.382000'),(33627,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-12-15 06:17:56.807000'),(33628,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-12-15 06:17:50.040000'),(33629,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Hope your wife gets well soon.','2019-12-15 06:17:28.797000'),(33630,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-15 06:16:56.404000'),(33631,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-15 06:16:30.929000'),(33632,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-12-15 06:16:13.424000'),(33633,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-15 06:16:02.886000'),(33634,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-15 06:15:52.102000'),(33635,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2019-12-15 06:15:36.932000'),(33636,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-12-05 06:39:52.381000'),(33637,'Thank you so much for your great rating, Matt!','2019-12-05 06:39:35.106000'),(33638,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your boyfriend. Thank you for choosing SignatureCare.','2019-12-05 06:38:54.868000'),(33639,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-12-05 06:38:24.623000'),(33640,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-05 06:37:17.171000'),(33641,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-09-15 06:38:10.321000'),(33642,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-12-05 06:34:48.756000'),(33643,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-05 06:34:35.068000'),(33644,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-12-04 07:00:17.395000'),(33645,'Thank you for your great rating, Isabella!','2019-12-04 06:42:34.704000'),(33646,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2019-12-02 06:53:35.480000'),(33647,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-12-02 06:53:17.966000'),(33648,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-12-02 06:17:44.979000'),(33649,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-12-02 06:17:28.085000'),(33650,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-12-02 06:17:14.706000'),(33651,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-02 06:16:59.745000'),(33652,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-02 06:16:47.320000'),(33653,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-12-02 06:16:21.900000'),(33654,'We appreciate the great rating you gave us, Nick!','2019-12-01 08:17:20.025000'),(33655,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-01 08:16:42.590000'),(33656,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-12-01 08:14:28.694000'),(33657,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-12-01 08:01:20.647000'),(33658,'Thank you so much for your great rating, Harvey!','2019-12-01 08:01:05.972000'),(33659,'We appreciate your great rating, Brandon!','2019-12-01 08:00:46.150000'),(33660,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-12-01 08:00:16.334000'),(33661,'Muchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal!','2019-12-01 07:55:35.355000'),(33662,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-12-01 07:54:51.721000'),(33663,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-01 07:54:39.998000'),(33664,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-12-01 07:54:24.485000'),(33665,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-12-01 07:54:08.485000'),(33666,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-12-01 07:53:48.164000'),(33667,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-12-01 07:51:39.711000'),(33668,'We appreciate your great rating, Alexandra!','2019-12-01 07:48:47.288000'),(33669,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope your mom is feeling better!','2019-12-01 07:48:19.830000'),(33670,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-28 07:28:19.740000'),(33671,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-11-28 07:28:01.799000'),(33672,'Thank you for trusting us with the care of your mom. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-11-28 07:25:47.924000'),(33673,'Thank you so much for your great rating, Saadia!','2019-11-28 07:19:22.787000'),(33674,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-11-28 07:18:13.239000'),(33675,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-11-28 07:18:02.513000'),(33676,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-11-27 06:46:43.155000'),(33677,'Thank you for trusting us with the care of your nephew. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2019-11-27 06:46:38.812000'),(33678,'We appreciate your great rating. Thank you for choosing us!','2019-11-27 06:46:11.633000'),(33679,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-11-27 06:44:47.156000'),(33680,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-11-27 06:43:54.348000'),(33681,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-11-27 06:43:40.227000'),(33682,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-27 06:43:10.836000'),(33683,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-11-27 06:42:18.179000'),(33684,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2019-11-27 06:38:57.234000'),(33685,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-11-27 06:34:24.076000'),(33686,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare. Hope your nephew is feeling well!','2019-11-27 06:07:27.935000'),(33687,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-11-27 06:06:52.965000'),(33688,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-11-27 06:06:29.992000'),(33689,'Thank you so much for your great rating, Maggie!','2019-11-26 05:41:49.796000'),(33690,'What a nice review! We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-11-26 05:42:22.665000'),(33691,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-11-25 06:54:44.174000'),(33692,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-11-24 06:48:38.619000'),(33693,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-24 06:48:29.188000'),(33694,'We appreciate the great rating you gave us, Coby!','2019-11-24 06:47:56.309000'),(33695,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-11-24 06:48:15.812000'),(33696,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-11-24 06:47:23.626000'),(33697,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-11-24 06:46:13.541000'),(33698,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-11-24 06:45:59.127000'),(33699,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-11-24 06:45:40.003000'),(33700,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-11-24 06:45:13.029000'),(33701,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-11-24 06:42:23.449000'),(33702,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-11-21 06:46:18.908000'),(33703,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2019-11-21 06:45:51.021000'),(33704,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-11-21 06:45:25.767000'),(33705,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review.','2019-11-21 06:45:04.978000'),(33706,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-11-21 06:44:32.501000'),(33707,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-11-21 06:44:15.614000'),(33708,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-11-21 06:44:23.067000'),(33709,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-11-21 06:40:32.073000'),(33710,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-11-21 06:39:15.086000'),(33711,'Muchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal!','2019-11-21 06:38:55.406000'),(33712,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-11-11 07:21:49.298000'),(33713,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-11-20 06:09:20.389000'),(33714,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-11-20 06:09:05.292000'),(33715,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-11-20 06:08:47.676000'),(33716,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-09-15 06:36:14.754000'),(33717,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-09-15 06:36:29.378000'),(33718,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-11-20 06:08:23.591000'),(33719,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-20 06:08:12.242000'),(33720,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2019-11-19 05:57:35.552000'),(33721,'Thank you so much for your great rating, Cassidy!','2019-11-19 05:40:32.719000'),(33722,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-11-18 06:15:27.434000'),(33723,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-11-18 06:15:14.307000'),(33724,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-11-18 06:15:06.237000'),(33725,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-11-18 06:14:45.304000'),(33726,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-11-18 06:14:32.706000'),(33727,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-11-18 06:14:07.002000'),(33728,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-11-18 06:13:44.862000'),(33729,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-11-18 06:13:15.551000'),(33730,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-11-18 05:59:14.233000'),(33731,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-11-18 05:59:04.113000'),(33732,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-11-18 05:53:14.957000'),(33733,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-11-18 05:53:01.633000'),(33734,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-11-17 07:05:29.127000'),(33735,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-11-17 07:05:08.148000'),(33736,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2019-11-17 07:04:46.905000'),(33737,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-11-17 07:04:08.461000'),(33738,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-11-17 07:03:59.252000'),(33739,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-10-13 06:53:50.743000'),(33740,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2019-11-17 07:03:36.955000'),(33741,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-11-17 06:57:29.675000'),(33742,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-17 06:56:57.576000'),(33743,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your kiddo feels better soon!','2019-11-17 06:56:42.186000'),(33744,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-11-17 06:54:48.954000'),(33745,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-11-17 06:54:35.734000'),(33746,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-11-17 06:54:16.450000'),(33747,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-11-17 06:53:56.544000'),(33748,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare! Hope your husband feels well.','2019-11-17 06:53:29.041000'),(33749,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-11-17 06:52:32.909000'),(33750,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-11-17 06:52:19.139000'),(33751,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-11-17 06:52:05.508000'),(33752,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-11-17 06:51:30.442000'),(33753,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare. Hope your bff is feeling better.','2019-11-17 06:51:16.158000'),(33754,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-11-17 06:50:38.340000'),(33755,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-11-17 06:49:58.996000'),(33756,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-11-17 06:49:46.986000'),(33757,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-11-17 06:48:24.208000'),(33758,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-11-17 06:47:59.935000'),(33759,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-11-17 06:46:59.848000'),(33760,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-11-17 06:46:03.803000'),(33761,'Thank you for your five star rating, Prentis!','2019-11-17 06:45:43.858000'),(33762,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-11-17 06:43:17.072000'),(33763,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-11-17 06:42:57.701000'),(33764,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-11-14 10:03:16.501000'),(33765,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-11-14 10:02:56.782000'),(33766,'We appreciate your five star rating, Muibat!','2019-11-14 10:02:47.511000'),(33767,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-11-14 10:02:22.147000'),(33768,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-11-14 10:02:12.772000'),(33769,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-09-15 07:37:11.045000'),(33770,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-11-13 06:39:20.152000'),(33771,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-11-12 07:35:37.920000'),(33772,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-11 07:22:47.496000'),(33773,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-11-11 07:22:27.748000'),(33774,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-11-11 07:22:07.493000'),(33775,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-11-11 07:21:06.936000'),(33776,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-11-11 07:20:33.361000'),(33777,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-11-11 07:18:56.594000'),(33778,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-11-11 07:15:55.345000'),(33779,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-11-07 04:44:04.062000'),(33780,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-11-07 04:43:44.513000'),(33781,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-07 04:43:33.687000'),(33782,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-11-07 04:43:24.763000'),(33783,'Thank you so much for your nice review, Jerry. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-11-04 11:15:25.764000'),(33784,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-11-04 11:15:09.718000'),(33785,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-11-04 11:14:48.843000'),(33786,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-11-04 11:14:34.734000'),(33787,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-10-31 09:47:12.171000'),(33788,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2019-11-03 06:16:40.550000'),(33789,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-03 06:17:01.401000'),(33790,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-03 06:16:27.871000'),(33791,'Muchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal!','2019-11-03 06:16:10.832000'),(33792,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-11-03 06:14:58.420000'),(33793,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-11-03 06:13:59.818000'),(33794,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-11-03 06:13:49.051000'),(33795,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-11-03 06:13:34.674000'),(33796,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us! Hope your granny feels better.','2019-11-03 06:13:13.402000'),(33797,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-11-03 06:12:32.964000'),(33798,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-11-03 06:12:19.736000'),(33799,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-11-03 06:12:03.700000'),(33800,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-11-03 06:11:35.338000'),(33801,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-11-03 06:11:14.171000'),(33802,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-11-03 06:11:05.167000'),(33803,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-03 06:10:52.656000'),(33804,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-11-03 06:10:25.180000'),(33805,'Thank you so much for your nice review, Simra. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-11-03 06:10:15.188000'),(33806,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-11-03 06:09:57.644000'),(33807,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-10-31 09:46:30.596000'),(33808,'Thank you so much for your great rating, Patricia!','2019-10-29 05:44:54.938000'),(33809,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-10-29 05:44:21.644000'),(33810,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-10-29 05:44:02.032000'),(33811,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-10-29 05:43:47.692000'),(33812,'Thank you so much for your nice review, Wanda. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-10-29 05:43:30.433000'),(33813,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-10-29 05:43:12.052000'),(33814,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-10-29 05:42:50.431000'),(33815,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-10-29 05:42:58.584000'),(33816,'We appreciate your great rating, Yachel!','2019-10-29 05:42:24.233000'),(33817,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-10-29 05:41:51.557000'),(33818,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-10-29 05:41:22.528000'),(33819,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-10-29 05:41:07.720000'),(33820,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-10-29 05:40:58.143000'),(33821,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-10-29 05:40:25.134000'),(33822,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-10-29 05:40:00.355000'),(33823,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-10-29 05:39:33.493000'),(33824,'Thank you so much for your nice review, Katrina. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2019-10-29 05:39:16.974000'),(33825,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-10-29 05:38:50.528000'),(33826,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-10-29 05:38:33.131000'),(33827,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-10-29 05:38:19.456000'),(33828,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-10-29 05:38:01.388000'),(33829,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-10-29 05:37:44.460000'),(33830,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-09-15 07:35:30.957000'),(33831,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-10-29 05:37:04.546000'),(33832,'Thank you so much for your nice review, Kim. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2019-10-29 05:36:13.536000'),(33833,'Thank you for your great rating, Wafe!','2019-10-29 05:35:54.749000'),(33834,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-10-29 05:35:35.021000'),(33835,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-10-29 05:35:19.969000'),(33836,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-10-29 05:35:03.978000'),(33837,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-10-27 07:10:51.192000'),(33838,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-10-24 07:53:25.793000'),(33839,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-10-24 07:53:18.659000'),(33840,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-10-24 07:53:06.143000'),(33841,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-10-24 07:52:54.281000'),(33842,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-10-24 07:52:42.920000'),(33843,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-10-24 07:51:52.287000'),(33844,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-10-24 07:42:41.348000'),(33845,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-10-24 07:42:23.232000'),(33846,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-10-24 07:39:47.398000'),(33847,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-10-24 07:39:02.778000'),(33848,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-10-29 05:45:13.267000'),(33849,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-10-23 05:38:23.710000'),(33850,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-10-22 06:33:57.710000'),(33851,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-10-21 06:58:19.835000'),(33852,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-10-20 05:13:48.865000'),(33853,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-10-20 05:13:38.497000'),(33854,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-10-20 05:13:22.829000'),(33855,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-10-20 05:13:10.110000'),(33856,'We appreciate your five star rating, Noble!','2019-10-20 05:12:54.979000'),(33857,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-10-20 05:12:14.099000'),(33858,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-10-20 05:11:59.050000'),(33859,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-10-20 05:11:35.538000'),(33860,'Thank you for your five star rating!','2019-10-20 05:11:01.476000'),(33861,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-10-20 05:10:31.997000'),(33862,'We appreciate your great rating, Lataunya!','2019-10-17 08:04:36.578000'),(33863,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-10-17 08:04:10.258000'),(33864,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-10-22 06:34:14.532000'),(33865,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-10-17 08:03:34.341000'),(33866,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-10-17 08:03:11.328000'),(33867,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-10-17 08:03:25.318000'),(33868,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-10-17 08:03:02.699000'),(33869,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-10-17 08:02:52.486000'),(33870,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-10-16 07:13:54.439000'),(33871,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-10-17 08:02:31.385000'),(33872,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-10-17 08:02:13.138000'),(33873,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-10-16 07:13:40.239000'),(33874,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-10-16 07:13:14.332000'),(33875,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-10-14 06:25:55.821000'),(33876,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-10-14 06:25:40.164000'),(33877,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-10-13 06:54:35.838000'),(33878,'We appreciate your great rating, Devaun!','2019-10-13 06:54:25.587000'),(33879,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-10-13 06:54:03.767000'),(33880,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-10-13 06:53:32.749000'),(33881,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-10-13 06:52:19.022000'),(33882,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-10-13 06:51:56.756000'),(33883,'Thank you so much for your great rating, Denise!','2019-10-13 06:51:15.616000'),(33884,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-10-13 06:50:56.304000'),(33885,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-10-13 06:50:39.619000'),(33886,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-10-13 06:50:01.724000'),(33887,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-10-13 06:49:51.635000'),(33888,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-10-13 06:49:41.050000'),(33889,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-10-10 10:28:17.481000'),(33890,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-10-10 10:28:06.745000'),(33891,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-10-10 10:27:46.439000'),(33892,'We appreciate your great rating, Coleman! Thanks for choosing us.','2019-10-10 10:27:16.334000'),(33893,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-10-10 10:26:47.265000'),(33894,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-10-10 10:26:36.256000'),(33895,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-10-10 10:26:25.876000'),(33896,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-10-10 10:26:14.093000'),(33897,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-10-09 07:47:28.176000'),(33898,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-10-09 07:47:08.544000'),(33899,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-10-09 07:46:53.309000'),(33900,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-10-09 07:46:28.037000'),(33901,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-10-09 07:46:01.268000'),(33902,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-10-09 07:45:51.915000'),(33903,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-10-09 07:45:39.659000'),(33904,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-10-09 07:45:15.138000'),(33905,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-10-09 07:44:54.939000'),(33906,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for your girlfriend, and are so glad to hear that she is feeling better. Thank you for choosing SignatureCare!','2019-10-09 07:44:04.069000'),(33907,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-10-09 07:43:07.263000'),(33908,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-10-09 07:41:27.644000'),(33909,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-10-09 07:41:17.815000'),(33910,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-10-09 07:40:54.809000'),(33911,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-10-09 07:40:44.041000'),(33912,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare. Hope your granddaughter is feeling well.','2019-10-03 07:12:55.793000'),(33913,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-10-03 07:12:21.914000'),(33914,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-10-03 07:12:09.559000'),(33915,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review. By the way, we are not a spa, we just make sure that people who visit us never feel uncomfortable :) :)','2019-10-03 07:11:03.950000'),(33916,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-10-03 07:06:04.362000'),(33917,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-10-03 07:05:20.079000'),(33918,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-10-02 05:56:41.026000'),(33919,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-10-02 05:56:07.486000'),(33920,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-10-02 05:55:47.999000'),(33921,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-10-02 05:55:28.125000'),(33922,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-10-01 06:12:27.940000'),(33923,'Thank you for trusting us with the care of your grandson. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2019-10-01 06:12:13.022000'),(33924,'Thank you so much for your great rating, Jejuan!','2019-10-01 06:11:43.319000'),(33925,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-09-29 05:57:14.149000'),(33926,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Hope your sister feels well.','2019-09-29 05:56:49.571000'),(33927,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2019-09-29 05:56:05.799000'),(33928,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-09-26 11:03:36.524000'),(33929,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-09-26 11:03:20.408000'),(33930,'Thanks for leaving a review! Would you please reach out to us at info@ercare24.com to let us know more about the incident. We aim for 100% satisfaction at SignatureCare. Your suggestion will help us to develop our services and make ourselves able to earn those last two stars!','2019-09-26 11:03:00.459000'),(33931,'Thank you so much for your nice review, Ryan. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2019-09-26 11:02:48.418000'),(33932,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-09-26 11:02:20.424000'),(33933,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know. Hope your fiancĆ© feels well.','2019-09-25 06:05:58.097000'),(33934,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-09-25 06:05:02.247000'),(33935,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-09-25 06:03:09.057000'),(33936,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-09-25 06:02:53.575000'),(33937,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-09-25 05:57:21.786000'),(33938,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-09-24 06:28:40.339000'),(33939,'Thank you for trusting us with the care of your sister. We appreciate the great feedback, and are very glad to hear that our team took such good care of her. Thanks again for choosing SignatureCare!','2019-09-23 05:30:25.716000'),(33940,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-09-23 05:28:55.458000'),(33941,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-09-22 05:44:54.367000'),(33942,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-09-22 05:44:22.571000'),(33943,'Thank you for trusting us with the care of your husband. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-09-22 05:43:45.610000'),(33944,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-09-22 05:43:23.427000'),(33945,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-09-15 07:22:15.551000'),(33946,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2019-09-19 09:16:36.149000'),(33947,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-09-19 09:16:14.135000'),(33948,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-09-19 09:15:59.161000'),(33949,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-09-19 09:15:34.705000'),(33950,'Thank you for your rating. We appreciate you choosing SignatureCare!','2019-09-19 09:09:42.430000'),(33951,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-09-19 09:09:02.863000'),(33952,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2019-09-19 09:05:54.392000'),(33953,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-09-19 09:05:21.416000'),(33954,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-09-19 09:03:58.767000'),(33955,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-09-15 06:35:53.648000'),(33956,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-09-17 11:46:50.000000'),(33957,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-09-16 11:14:18.563000'),(33958,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-09-16 11:13:49.879000'),(33959,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-09-15 06:34:43.899000'),(33960,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-09-15 06:34:54.728000'),(33961,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-09-15 06:35:04.523000'),(33962,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-09-15 06:35:27.788000'),(33963,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-09-15 06:37:01.443000'),(33964,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-10-10 10:28:29.580000'),(33965,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-09-15 06:37:09.882000'),(33966,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-09-15 06:37:24.916000'),(33967,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-09-15 06:37:53.515000'),(33968,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-09-15 06:38:21.614000'),(33969,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-09-15 06:39:06.601000'),(33970,'We appreciate your feedback and the great rating you gave us and thank you for choosing SignatureCare.','2019-09-15 06:39:27.636000'),(33971,'Thank you for your great rating, Jonpaul!','2019-09-15 06:53:10.637000'),(33972,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-09-15 06:55:23.461000'),(33973,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-09-15 06:55:37.357000'),(33974,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-09-15 06:56:46.037000'),(33975,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-09-15 06:58:06.122000'),(33976,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-09-15 07:01:35.781000'),(33977,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-09-15 07:04:19.595000'),(33978,'Thank you for your great rating, Rivera!','2019-09-15 07:02:04.564000'),(33979,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-09-15 07:04:37.164000'),(33980,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2019-09-15 07:08:14.396000'),(33981,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-09-15 07:11:49.357000'),(33982,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-09-15 07:12:54.903000'),(33983,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-09-15 07:13:08.701000'),(33984,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-09-15 07:16:22.704000'),(33985,'Thanks for leaving a review! Please reach out to us at info@ercare24.com to let us know how we can earn those last two stars!','2019-09-15 07:16:33.919000'),(33986,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2019-09-15 07:18:30.613000'),(33987,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-09-15 07:18:47.106000'),(33988,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-09-15 07:22:05.064000'),(33989,'Thank you for trusting us with the care of your mom. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-09-15 07:22:57.412000'),(33990,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-09-15 07:24:03.760000'),(33991,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-09-15 07:24:13.442000'),(33992,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-09-15 07:24:33.442000'),(33993,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-09-15 07:35:20.819000'),(33994,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-09-15 07:35:41.170000'),(33995,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-09-15 07:35:54.493000'),(33996,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-09-15 07:36:09.746000'),(33997,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-09-15 07:36:31.985000'),(33998,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-09-15 07:36:47.757000'),(33999,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-09-15 07:36:54.702000'),(34000,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-09-15 07:38:08.676000'),(34001,'Thank you so much for your great rating, Sarah!','2019-09-23 05:45:02.273000'),(34002,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-09-23 05:45:09.677000'),(34003,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-09-23 05:45:22.803000'),(34004,'We appreciate your great rating, Brown!','2019-09-23 05:45:42.791000'),(34005,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-09-23 05:45:53.928000'),(34006,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-09-23 05:46:03.171000'),(34007,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-09-23 05:46:17.207000'),(34008,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-09-23 05:46:27.464000'),(34009,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-09-23 05:46:38.033000'),(34010,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-09-23 05:46:57.056000'),(34011,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-09-23 05:47:19.669000'),(34012,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-09-23 05:47:34.754000'),(34013,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-09-23 05:47:46.447000'),(34014,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-09-23 05:47:58.190000'),(34015,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-09-23 05:48:12.215000'),(34016,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-09-23 05:48:24.800000'),(34017,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-09-23 05:48:36.684000'),(34018,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-09-23 05:48:45.937000'),(34019,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-09-23 05:48:59.737000'),(34020,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-09-23 05:49:10.434000'),(34021,'Thank you for your great rating, Nora!','2019-09-23 05:49:41.526000'),(34022,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','2019-09-23 05:50:04.415000'),(34023,'Thank you so much for your nice review, Brittany. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-09-23 05:50:26.012000'),(34024,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-09-23 05:50:45.151000'),(34025,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-09-23 05:50:54.842000'),(34026,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-09-23 05:51:09.816000'),(34027,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-09-23 05:51:19.252000'),(34028,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better! By the way, how was the drink? Let us know :)','2019-09-23 05:52:12.343000'),(34029,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-09-23 05:52:27.492000'),(34030,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-09-23 05:52:51.223000'),(34031,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-09-23 05:53:18.461000'),(34032,'We appreciate the five-star rating Victoria!','2020-12-16 13:02:25.285000'),(34033,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-15 09:03:57.542000'),(34034,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-12-15 09:03:11.196000'),(34035,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-15 09:02:11.345000'),(34036,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-15 08:52:15.620000'),(34037,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-15 08:48:03.772000'),(34038,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-13 06:09:16.642000'),(34039,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-15 05:54:38.189000'),(34040,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-15 05:34:19.719000'),(34041,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-13 02:58:59.081000'),(34042,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-13 02:54:51.478000'),(34043,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-13 02:54:00.210000'),(34044,'Thank you so much for your review, Katelyn. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-12-12 06:14:27.425000'),(34045,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-12 06:08:23.018000'),(34046,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-12 05:39:35.684000'),(34047,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-10 13:31:22.992000'),(34048,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-10 13:30:49.481000'),(34049,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-10 13:21:39.595000'),(34050,'Thank you for the five-star rating Lori. We appreciate the feedback, and appreciate you choosing SignatureCare.','2020-12-21 08:06:01.664000'),(34051,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-10 04:23:58.972000'),(34052,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-09 13:55:16.080000'),(34053,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-09 13:54:08.821000'),(34054,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-07 08:55:40.285000'),(34055,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-07 08:55:18.843000'),(34056,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-06 12:48:53.871000'),(34057,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-06 12:47:54.505000'),(34058,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-06 12:46:53.205000'),(34059,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-06 12:46:23.764000'),(34060,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-06 12:45:45.392000'),(34061,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','2020-12-06 12:45:02.909000'),(34062,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-06 12:44:22.790000'),(34063,'Thank you for the five-star rating Taylor! We appreciate your feedback.','2020-12-21 08:05:49.394000'),(34064,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-02 04:56:33.748000'),(34065,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-01 17:37:18.353000'),(34066,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-01 17:31:21.682000'),(34067,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-01 17:07:13.658000'),(34068,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-19 05:14:48.458000'),(34069,'Thank you so much for your great rating, Edelmira!','2020-07-14 11:16:54.544000'),(34070,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-14 19:35:29.962000'),(34071,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-11-14 18:24:24.558000'),(34072,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-14 17:44:51.409000'),(34073,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-10 06:54:32.830000'),(34074,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-09 07:22:14.011000'),(34075,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-08 13:47:08.645000'),(34076,'Thank you so much for your great rating, Kara!','2020-11-08 13:30:42.161000'),(34077,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-11-08 13:47:43.600000'),(34078,'Thank you Ciara, for your great rating!','2020-11-08 13:30:24.949000'),(34079,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-11-08 13:48:24.753000'),(34080,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-11-08 14:08:20.072000'),(34081,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-11-08 14:09:07.553000'),(34082,'We appreciate your great rating, Grace!','2020-11-08 13:30:06.409000'),(34083,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-11-04 08:07:47.175000'),(34084,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-07 06:54:03.455000'),(34085,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-31 10:41:28.147000'),(34086,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-31 10:39:38.572000'),(34087,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-31 10:35:47.471000'),(34088,'Thank you so much for giving us five stars, Isela!','2020-11-02 10:50:49.084000'),(34089,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-31 10:23:49.102000'),(34090,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-31 09:54:32.949000'),(34091,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-29 18:35:19.775000'),(34092,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-29 18:33:49.097000'),(34093,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-03-01 08:02:35.801000'),(34094,'Thank you so much for giving us five stars, Megan!','2020-10-29 11:22:43.504000'),(34095,'Thank you so much for your great rating, Brittany!','2020-10-29 11:22:59.417000'),(34096,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-29 18:18:54.081000'),(34097,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-29 18:18:40.931000'),(34098,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-28 20:51:03.632000'),(34099,'Thank you so much for your great rating, Juan!','2020-10-27 17:34:45.559000'),(34100,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-28 20:24:55.182000'),(34101,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-28 20:24:02.593000'),(34102,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-28 20:02:35.613000'),(34103,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-28 19:59:27.293000'),(34104,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-28 18:19:54.446000'),(34105,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-28 18:03:19.338000'),(34106,'Thank you so much for giving us five stars, Sean!','2020-10-27 17:34:27.762000'),(34107,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-28 17:40:15.720000'),(34108,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-28 17:29:05.734000'),(34109,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-28 17:28:06.979000'),(34110,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-28 17:27:26.262000'),(34111,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-28 17:27:05.730000'),(34112,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-28 16:34:04.689000'),(34113,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-28 11:01:22.715000'),(34114,'Thank you Paola, for your great rating!','2020-10-27 17:33:55.240000'),(34115,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-28 10:54:03.419000'),(34116,'Thank you so much for your nice review, Avni. Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-10-28 10:53:51.509000'),(34117,'Thank you so much for your great rating, Subha!','2020-10-27 17:34:11.108000'),(34118,'We appreciate your great rating, Mackenzie!','2020-10-27 17:33:35.912000'),(34119,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-21 14:34:06.634000'),(34120,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-19 04:07:53.195000'),(34121,'We appreciate your great rating, Morgan!','2020-10-19 03:38:29.291000'),(34122,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-10-19 04:08:30.040000'),(34123,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-10-19 04:09:10.056000'),(34124,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-10-19 04:09:36.592000'),(34125,'Thank you so much for giving us five stars, Kate!','2020-10-19 03:38:43.705000'),(34126,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-19 04:14:16.121000'),(34127,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-19 04:13:32.765000'),(34128,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-20 06:32:40.650000'),(34129,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-19 04:12:22.511000'),(34130,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-20 06:22:35.310000'),(34131,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-20 05:56:16.293000'),(34132,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-20 05:55:49.786000'),(34133,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-18 10:19:39.526000'),(34134,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-18 10:19:07.647000'),(34135,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-18 10:15:10.168000'),(34136,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-10-12 04:10:40.864000'),(34137,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-11 07:25:07.281000'),(34138,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-10-11 07:17:05.926000'),(34139,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-11 07:16:48.051000'),(34140,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-10-11 07:14:52.453000'),(34141,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-11 07:14:27.994000'),(34142,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-11 06:57:05.698000'),(34143,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-11 06:56:42.331000'),(34144,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-09 06:58:57.953000'),(34145,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-07 06:54:31.197000'),(34146,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-10-07 06:57:47.866000'),(34147,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-10-07 06:58:13.713000'),(34148,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-07 06:39:34.179000'),(34149,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-10-07 06:39:04.614000'),(34150,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-10-07 06:38:23.952000'),(34151,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-05 03:36:05.907000'),(34152,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-05 03:35:42.818000'),(34153,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-01 05:49:31.723000'),(34154,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-01 05:42:03.133000'),(34155,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-09-29 04:53:35.993000'),(34156,'Thank you Austin, for your great rating!','2020-10-01 05:58:17.946000'),(34157,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-24 08:42:52.066000'),(34158,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-23 11:16:45.530000'),(34159,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-09-21 15:56:34.702000'),(34160,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-09-20 20:04:09.946000'),(34161,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-18 05:16:01.079000'),(34162,'Thank you so much for your review, Nicole. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-09-14 09:51:22.218000'),(34163,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-09-14 09:51:49.081000'),(34164,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-09-14 09:52:26.712000'),(34165,'Thank you Thomas, for your great rating!','2020-09-13 14:57:02.054000'),(34166,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-09-13 14:57:51.712000'),(34167,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-09-13 14:58:32.686000'),(34168,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-09-13 15:09:26.567000'),(34169,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-09-13 15:09:51.369000'),(34170,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-13 15:23:04.661000'),(34171,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-13 15:23:37.716000'),(34172,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-09-13 15:23:57.299000'),(34173,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-09-13 15:24:42.851000'),(34174,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-09-13 15:27:09.409000'),(34175,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-13 15:25:59.987000'),(34176,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-09-06 17:58:53.285000'),(34177,'Thank you so much for giving us five stars, Korey !','2020-08-31 07:19:55.439000'),(34178,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-31 10:15:23.658000'),(34179,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-08-31 10:16:06.392000'),(34180,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-31 10:16:34.050000'),(34181,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-08-31 10:17:09.465000'),(34182,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-08-31 10:17:56.648000'),(34183,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-08-31 10:18:23.598000'),(34184,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-31 10:18:48.417000'),(34185,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-31 10:19:16.766000'),(34186,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-08-31 10:20:06.572000'),(34187,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-09 15:33:25.656000'),(34188,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-31 10:22:36.755000'),(34189,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-08-31 10:22:13.395000'),(34190,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-08-31 10:21:50.221000'),(34191,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director so we can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that he can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-08-25 06:30:45.292000'),(34192,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-08-17 19:39:35.227000'),(34193,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-08-17 19:39:05.574000'),(34194,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-08-17 19:38:52.661000'),(34195,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-17 19:38:41.253000'),(34196,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-17 19:37:09.912000'),(34197,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-08-17 19:36:52.000000'),(34198,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-17 19:35:52.284000'),(34199,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-17 19:35:16.308000'),(34200,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-08-17 19:34:47.363000'),(34201,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-08-17 19:34:55.873000'),(34202,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-10 15:16:39.263000'),(34203,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-08-09 15:43:16.647000'),(34204,'We appreciate your great rating, Jennyfer!','2020-08-09 15:42:49.671000'),(34205,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-09 15:42:34.909000'),(34206,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-09 15:42:14.836000'),(34207,'Thank you so much for giving us five stars, Stormie!','2020-08-09 15:41:38.025000'),(34208,'Thank you so much for your nice review, Martha. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-08-09 15:41:19.004000'),(34209,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-08-09 15:40:49.015000'),(34210,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-08-09 15:40:21.518000'),(34211,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-08-09 15:39:56.764000'),(34212,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-08-09 15:39:16.212000'),(34213,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-09 15:38:25.227000'),(34214,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-08-09 15:38:12.405000'),(34215,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-08-09 15:38:01.007000'),(34216,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-08-09 15:37:53.355000'),(34217,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-09 15:37:45.765000'),(34218,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-08-09 15:37:34.693000'),(34219,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-09 15:37:12.826000'),(34220,'We appreciate your feedback and the great rating you gave us.','2020-08-09 15:37:22.019000'),(34221,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-09 15:36:53.110000'),(34222,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-08-09 15:36:42.592000'),(34223,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-08-09 15:36:28.589000'),(34224,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-09 15:35:54.005000'),(34225,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-08-09 15:35:35.623000'),(34226,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-09 15:33:55.448000'),(34227,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-09 15:33:11.782000'),(34228,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and please consider us next time you are experiencing a healthcare emergency.','2017-11-25 17:26:52.023000'),(34229,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2020-08-09 15:33:41.381000'),(34230,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-29 14:30:45.350000'),(34231,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-07-29 14:30:26.698000'),(34232,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-29 14:30:20.234000'),(34233,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-29 14:30:12.559000'),(34234,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-07-29 14:30:01.369000'),(34235,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-07-29 14:29:52.173000'),(34236,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-07-28 16:40:26.170000'),(34237,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-07-28 16:40:06.345000'),(34238,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-28 16:39:41.328000'),(34239,'Thank you so much for your great rating!','2020-07-28 16:39:23.742000'),(34240,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-07-28 16:38:57.805000'),(34241,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-07-27 16:26:33.433000'),(34242,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-07-27 16:14:37.094000'),(34243,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-07-27 16:14:24.320000'),(34244,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-27 16:14:14.069000'),(34245,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-07-27 16:14:01.672000'),(34246,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-27 16:13:37.691000'),(34247,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-07-27 16:13:50.964000'),(34248,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-27 16:13:05.940000'),(34249,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-26 14:54:33.446000'),(34250,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-26 14:54:21.090000'),(34251,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-09 17:11:13.535000'),(34252,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-08-09 17:10:32.249000'),(34253,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-08-09 17:10:13.814000'),(34254,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-09 17:10:01.301000'),(34255,'Thank you so much for your nice review, Jackson. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-08-09 17:09:17.590000'),(34256,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team m','2020-08-09 17:07:56.762000'),(34257,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-09 17:07:03.746000'),(34258,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-09 17:05:40.226000'),(34259,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-09 17:06:23.427000'),(34260,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-09 17:02:13.645000'),(34261,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-09 17:00:37.588000'),(34262,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-09 17:00:01.471000'),(34263,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-07-26 14:48:44.952000'),(34264,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-07-26 14:48:10.135000'),(34265,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-26 14:47:43.389000'),(34266,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-26 14:47:27.163000'),(34267,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-07-26 14:47:09.393000'),(34268,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-07-26 14:47:01.037000'),(34269,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-07-26 14:46:28.956000'),(34270,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-07-26 14:46:09.512000'),(34271,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-23 07:19:05.944000'),(34272,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-23 07:19:37.798000'),(34273,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-23 07:20:09.943000'),(34274,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-23 07:20:28.583000'),(34275,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-07-23 07:20:53.727000'),(34276,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-07-23 07:21:18.111000'),(34277,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director so we can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that he can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-07-20 05:42:10.370000'),(34278,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-07-20 05:41:33.430000'),(34279,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-06-22 13:27:44.279000'),(34280,'Thank you so much for giving us five stars, Raford!','2020-07-19 05:43:21.893000'),(34281,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-19 05:43:48.847000'),(34282,'Thank you so much for giving us five stars, Mark!','2020-07-02 07:14:52.839000'),(34283,'Hello Leah. Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-29 08:27:00.007000'),(34284,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-06-29 08:26:22.386000'),(34285,'Hi Claire. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-06-28 10:39:27.652000'),(34286,'Muchas gracias por tu amable reseƱa.','2020-06-28 10:41:09.685000'),(34287,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-28 10:42:18.563000'),(34288,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.\n\nWe apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-06-24 07:26:25.353000'),(34289,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-11-03 06:32:09.805000'),(34290,'Thank you so much for giving us five stars, DeLissia!','2020-07-14 11:14:13.352000'),(34291,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-14 11:14:56.668000'),(34292,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-14 11:15:24.248000'),(34293,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-14 11:16:00.501000'),(34294,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-14 11:16:34.205000'),(34295,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was as it should always be when you visit us. Thanks for letting us know.','2020-07-14 11:17:14.941000'),(34296,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-14 11:19:08.655000'),(34297,'Thank you Jeff, for your great rating!','2020-07-14 11:17:32.967000'),(34298,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-14 11:18:28.573000'),(34299,'We appreciate your great rating, TexMex!','2020-07-14 11:18:02.696000'),(34300,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-07-14 11:20:42.839000'),(34301,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-04-08 06:15:23.342000'),(34302,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-04-08 06:04:09.695000'),(34303,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-04-08 06:02:06.538000'),(34304,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-03-18 05:26:29.107000'),(34305,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-03-18 05:22:26.274000'),(34306,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-03-18 05:18:15.907000'),(34307,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-03-18 05:12:19.018000'),(34308,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-16 06:42:19.379000'),(34309,'Thank you for the great review Robin! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','2020-03-15 05:37:22.996000'),(34310,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-15 06:59:42.826000'),(34311,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-03-09 05:18:27.928000'),(34312,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-03-08 07:14:19.347000'),(34313,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-03-08 07:13:46.834000'),(34314,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-22 08:27:03.219000'),(34315,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-03-08 06:57:15.340000'),(34316,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-12-15 06:56:59.819000'),(34317,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-03-08 06:29:28.462000'),(34318,'Thank you so much for your feedback Kate! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-03-08 02:03:46.774000'),(34319,'Their compassion and dedication for helping others is why we love our employees. Thank you for choosing SignatureCare and for the nice review.','2018-05-27 15:07:33.016000'),(34320,'Thank you Robert for the 5 star review. We are glad you had a good experience. Feel Better!','2020-03-06 02:03:52.849000'),(34321,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-03-08 05:47:28.290000'),(34322,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-08 05:44:24.840000'),(34323,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-02 06:32:52.236000'),(34324,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-03-02 06:10:46.682000'),(34325,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-03-02 06:10:06.741000'),(34326,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-03-02 06:06:58.368000'),(34327,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-03-02 06:05:28.064000'),(34328,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-03-02 06:03:30.900000'),(34329,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-03-02 05:51:34.266000'),(34330,'Thank you Marielle for your five star review and for trusting us with your care!','2020-03-01 02:04:53.081000'),(34331,'Hello Matthew! We sincerely apologize for your experience. Our call centers are open 24/7 to help our patients. We’d like to invite you to email our manager we so can better understand the situation and assure you a better service. If you would please email info@ercare24.com with the date of your calling, possible time of calling and the location you have called. Thank you for the review -- we take all comments and reviews very seriously.','2020-03-01 08:26:05.558000'),(34332,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-01 08:16:28.852000'),(34333,'Thank you for the five-star rating Dylan. We appreciate it.','2020-02-29 02:06:06.561000'),(34334,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-03-01 07:59:53.849000'),(34335,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.','2020-03-01 07:48:11.392000'),(34336,'Thank you so much for your feedback Frank! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-28 02:03:07.879000'),(34337,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-03-01 07:00:28.014000'),(34338,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-02-03 07:10:41.882000'),(34339,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-02-27 07:31:52.016000'),(34340,'Thanks for the 5 star review Alexandra!','2020-02-27 02:06:23.232000'),(34341,'Thank you for the great review Maggie! We appreciate your positive feedback about SignatureCare. We hope you are feeling better.','2020-02-27 02:06:17.833000'),(34342,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-02-27 07:23:51.377000'),(34343,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-26 07:39:44.192000'),(34344,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-02-26 07:39:14.025000'),(34345,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-23 09:56:45.745000'),(34346,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-23 09:56:06.335000'),(34347,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-02-23 08:06:37.224000'),(34348,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-02-23 08:03:53.639000'),(34349,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare! Hope your friend is feeling well.','2020-02-23 08:03:13.495000'),(34350,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-08-18 05:56:04.342000'),(34351,'Thank you Essie for the 5 star review. We are glad you had a good experience. Feel Better!','2020-02-21 02:03:02.311000'),(34352,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-02-23 08:01:32.330000'),(34353,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-02-23 07:58:53.835000'),(34354,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-02-20 06:28:35.383000'),(34355,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your husband. Thank you for choosing SignatureCare.','2020-02-20 06:23:34.202000'),(34356,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-20 06:19:46.594000'),(34357,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-02-20 06:17:54.244000'),(34358,'Thank you for your review. We appreciate you choosing SignatureCare!','2020-02-20 06:16:29.436000'),(34359,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-20 05:13:51.430000'),(34360,'Thank you for your nice review and for taking the time to let us know how we are doing. We appreciate your feedback and comments.','2017-12-20 00:00:01.477000'),(34361,'Thank you for the five-star rating Jacquelyn. We appreciate the feedback, and appreciate you choosing SignatureCare.','2020-02-19 02:06:16.612000'),(34362,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-02-17 07:14:25.249000'),(34363,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-02-17 07:12:03.560000'),(34364,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-17 07:07:03.711000'),(34365,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-02-16 08:52:10.650000'),(34366,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-16 08:52:00.244000'),(34367,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-16 08:51:51.207000'),(34368,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-02-16 08:51:33.794000'),(34369,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-02-16 08:46:34.740000'),(34370,'Thank you Spencer for your five star review and for trusting us with your care!','2020-02-14 02:02:43.811000'),(34371,'Thank you Carly for your five star review and for trusting us with your care!','2020-02-13 05:45:34.298000'),(34372,'Thank you so much Kensi for your great rating!','2020-02-13 05:45:31.885000'),(34373,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-02-13 07:40:28.747000'),(34374,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-13 07:31:08.345000'),(34375,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-13 07:22:51.923000'),(34376,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-02-13 07:22:22.194000'),(34377,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-12 07:03:41.111000'),(34378,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-02-12 07:03:02.797000'),(34379,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-02-12 06:55:37.882000'),(34380,'Thank you for the great review Lauren! We appreciate your positive feedback about SignatureCare. We hope you are feeling better.','2020-02-23 09:09:59.175000'),(34381,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-12 06:53:42.133000'),(34382,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-02-12 06:53:28.484000'),(34383,'Thank you so much Karen for your great rating!','2020-02-11 07:17:22.458000'),(34384,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-11 08:18:12.762000'),(34385,'Our front desk receptionists are some of the best out there, not only do we employ board certified physicians, we have some of the best medical staff period. Glad you are feeling better and we are here 24 hours should you need us.','2017-01-19 20:25:39.733000'),(34386,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-09 07:23:06.776000'),(34387,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-09 07:22:57.158000'),(34388,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-02-09 07:17:28.626000'),(34389,'Thank you Robinson for the 5 star review. We are glad you had a good experience. Feel Better!','2020-02-09 07:16:14.513000'),(34390,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-02-09 06:50:39.232000'),(34391,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2020-02-06 07:17:10.917000'),(34392,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-02-06 07:16:15.152000'),(34393,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-02-06 07:12:40.617000'),(34394,'Thank you for your review and your great feedback. We appreciate you choosing SignatureCare!','2020-02-04 05:49:47.322000'),(34395,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-04 05:49:12.925000'),(34396,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2020-02-03 07:13:42.045000'),(34397,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-02-03 07:13:32.358000'),(34398,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-02-03 07:13:14.267000'),(34399,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-03 07:12:54.028000'),(34400,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-03 07:12:42.302000'),(34401,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-02-03 07:12:22.974000'),(34402,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-03 07:12:08.908000'),(34403,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-03 07:12:00.526000'),(34404,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-02-03 07:11:49.805000'),(34405,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-03 07:11:38.454000'),(34406,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-03 07:11:16.113000'),(34407,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-02-03 07:11:05.027000'),(34408,'We sincerely appreciate your continued trust. Our goal is to always provide the best care. Thank you for choosing SignatureCare again!','2019-03-10 09:12:57.934000'),(34409,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-10-15 06:41:54.814000'),(34410,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-10-15 06:42:23.170000'),(34411,'We appreciate your great rating, Jaxson!','2020-02-03 07:10:26.287000'),(34412,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-29 09:30:11.608000'),(34413,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-01-29 09:30:01.893000'),(34414,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-01-29 09:29:29.802000'),(34415,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-29 09:29:09.150000'),(34416,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-01-29 09:28:39.071000'),(34417,'Thank you so much for your nice review, Max. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-01-29 09:28:19.571000'),(34418,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-01-29 09:27:33.726000'),(34419,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-29 09:27:15.657000'),(34420,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-01-29 09:27:06.419000'),(34421,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your mom. Thank you for choosing SignatureCare.','2020-01-21 06:54:30.326000'),(34422,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-01-21 06:53:39.680000'),(34423,'SignatureCare Emergency Center takes pride in our staff, and our staff cares so much about our patients. We are so very happy to hear you loved your team. We will make sure to let them know.','2019-02-13 12:47:28.094000'),(34424,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-21 06:53:21.122000'),(34425,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-21 06:53:10.718000'),(34426,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-01-20 06:24:46.947000'),(34427,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-20 06:23:50.559000'),(34428,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-01-20 06:21:17.237000'),(34429,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-01-20 06:20:46.005000'),(34430,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','2020-01-19 07:24:53.242000'),(34431,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-01-19 07:24:30.947000'),(34432,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better! Hope your friend is feeling better.','2020-01-19 07:24:01.557000'),(34433,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-19 07:23:26.951000'),(34434,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-19 07:23:32.312000'),(34435,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-01-19 07:23:13.402000'),(34436,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-01-19 07:23:03.665000'),(34437,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-01-19 07:22:36.426000'),(34438,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-01-19 07:22:17.114000'),(34439,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-19 07:21:45.262000'),(34440,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-01-19 07:21:32.761000'),(34441,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-19 07:21:10.954000'),(34442,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-01-19 07:13:40.294000'),(34443,'Thank you so much for giving us five stars, Julianna!','2020-01-16 07:26:05.308000'),(34444,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-16 07:25:51.234000'),(34445,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-16 07:25:42.757000'),(34446,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-01-16 07:25:34.388000'),(34447,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-01-16 07:25:21.706000'),(34448,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-04-03 06:26:39.780000'),(34449,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-16 07:25:08.177000'),(34450,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-01-14 07:45:05.711000'),(34451,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-14 07:44:43.669000'),(34452,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-01-13 06:57:59.866000'),(34453,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-13 06:57:39.203000'),(34454,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-01-13 06:57:22.236000'),(34455,'Thank you Wright, for your great rating!','2020-01-12 06:57:09.690000'),(34456,'Thank you so much for giving us five stars, Kendra!','2020-01-12 06:55:48.168000'),(34457,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-01-12 06:59:21.759000'),(34458,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-01-12 06:58:38.435000'),(34459,'We appreciate your great rating, Sandra!','2020-01-12 06:54:24.520000'),(34460,'Thank you so much for your great rating, Alejandra!','2020-01-12 06:53:56.133000'),(34461,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-01-12 06:52:25.400000'),(34462,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-01-08 07:47:21.180000'),(34463,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-01-08 07:47:03.705000'),(34464,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-08 07:42:46.236000'),(34465,'Thank you so much for your great rating, Wesley!','2020-01-07 06:50:29.170000'),(34466,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs. We hope your mom is feeling better!','2020-01-06 07:17:07.083000'),(34467,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-06 07:16:23.254000'),(34468,'We appreciate your great rating, Karis!','2020-01-05 06:41:48.635000'),(34469,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-05 06:41:24.281000'),(34470,'Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-01-05 06:41:12.818000'),(34471,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-01-05 06:40:51.146000'),(34472,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-05 06:40:24.732000'),(34473,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-01-02 05:24:04.184000'),(34474,'Hi Vanessa! We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-01-01 07:36:30.111000'),(34475,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-01-01 07:35:02.182000'),(34476,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-15 06:57:35.967000'),(34477,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-01-01 07:35:48.741000'),(34478,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better! Hope your boyfriend is feeling better.','2020-01-01 07:35:34.347000'),(34479,'Thank you for trusting us with the care of your children. We appreciate the great feedback and are very glad to hear that our team took such good care.','2019-12-31 04:53:57.090000'),(34480,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-12-29 06:33:43.658000'),(34481,'Thank you so much for your great rating, Hannah!','2019-12-29 06:32:19.679000'),(34482,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-29 06:29:17.349000'),(34483,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-12-29 06:28:39.442000'),(34484,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2019-12-29 06:27:45.174000'),(34485,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-07-22 07:24:46.313000'),(34486,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-26 08:04:29.867000'),(34487,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-12-26 08:02:56.511000'),(34488,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-12-26 08:02:30.719000'),(34489,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-12-23 08:10:36.114000'),(34490,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-12-23 08:10:21.626000'),(34491,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-12-23 08:10:10.835000'),(34492,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-12-22 08:24:40.522000'),(34493,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-12-22 08:24:31.133000'),(34494,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-22 08:24:03.888000'),(34495,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-12-22 08:23:52.286000'),(34496,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-12-17 06:11:37.142000'),(34497,'Thank you for trusting us with the care of your son. We appreciate the great feedback and are very glad to hear that our team took such good care of him.','2019-12-17 06:11:22.005000'),(34498,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-12-17 06:11:10.330000'),(34499,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-12-17 06:10:49.600000'),(34500,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-12-15 06:57:22.310000'),(34501,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-15 06:57:07.052000'),(34502,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-11-24 07:03:40.127000'),(34503,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-12-15 06:56:50.430000'),(34504,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-15 06:56:27.715000'),(34505,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-12-15 06:56:15.068000'),(34506,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-15 06:56:04.693000'),(34507,'Thank you so much for your nice review, Hailey. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2019-12-15 06:55:47.025000'),(34508,'Thank you so much for your nice review, Krista. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-12-15 06:55:26.549000'),(34509,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-15 06:55:02.491000'),(34510,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-15 06:54:57.118000'),(34511,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-12-15 06:54:51.735000'),(34512,'Thank you for trusting us with the care of your child. We appreciate the great feedback, and are very glad to hear that our team took such good care of your kiddo.','2019-12-15 06:54:43.324000'),(34513,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2019-12-15 06:54:15.233000'),(34514,'Thank you so much for your nice review, Adrian. Our goal at SignatureCare is patients satisfaction. We apologize on behalf of the receptionist. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2019-12-15 06:53:59.742000'),(34515,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-12-15 06:51:23.717000'),(34516,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-15 06:51:13.917000'),(34517,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-12-15 06:50:56.271000'),(34518,'Thank you so much for your great rating, Christopher!','2019-12-15 06:50:49.248000'),(34519,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-12-15 06:50:24.612000'),(34520,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-12-15 06:50:14.200000'),(34521,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-12-15 06:50:04.724000'),(34522,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-12-15 06:49:51.463000'),(34523,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-12-15 06:49:33.485000'),(34524,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-15 06:49:21.038000'),(34525,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-15 06:49:14.164000'),(34526,'We appreciate the chance to care fo your daughter. Thank you so much for the nice feedback and the great rating. SignatureCare is here 24/7 in case you ever need us again.','2018-11-27 15:34:40.942000'),(34527,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review. Hope your friend is feeling well.','2019-12-15 06:58:59.479000'),(34528,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-15 06:58:35.430000'),(34529,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-15 06:58:23.784000'),(34530,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-15 06:58:10.097000'),(34531,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-15 06:58:01.164000'),(34532,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-07-14 06:07:09.137000'),(34533,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-12-05 07:12:06.066000'),(34534,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-05 07:11:27.776000'),(34535,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-12-02 06:57:14.243000'),(34536,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-12-01 08:36:11.950000'),(34537,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-01 08:35:37.360000'),(34538,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-12-01 08:35:18.518000'),(34539,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-01 08:34:30.233000'),(34540,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope your girlfriend is feeling better!','2019-12-01 08:33:49.547000'),(34541,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-01 08:25:53.208000'),(34542,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-01 08:21:30.058000'),(34543,'We appreciate the five-star rating. Thank you so much for choosing SignatureCare.','2018-07-17 22:52:54.032000'),(34544,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-08-18 05:53:01.811000'),(34545,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-08-18 05:53:40.305000'),(34546,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-12-01 08:36:54.026000'),(34547,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-12-01 08:36:31.064000'),(34548,'We appreciate the great rating you gave us, Kayla!','2019-11-28 07:51:55.797000'),(34549,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-11-28 07:50:37.592000'),(34550,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-11-28 07:49:56.903000'),(34551,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-11-27 06:47:59.448000'),(34552,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-11-24 07:04:44.244000'),(34553,'Thank you Ross, for giving us five star!','2019-11-24 07:04:29.915000'),(34554,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs. Hope your sister is feeling better.','2019-11-24 07:04:09.081000'),(34555,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of your friend. We appreciate the great review and rating.','2019-11-24 07:03:29.337000'),(34556,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-11-24 07:03:03.159000'),(34557,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-11-24 07:02:46.990000'),(34558,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-11-24 07:02:35.078000'),(34559,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-11-24 07:02:27.787000'),(34560,'Thank you so much for your feedback! Our goal is to always provide the best care as fast as possible. Thank you for choosing SignatureCare.','2019-11-24 07:02:04.225000'),(34561,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-11-24 07:01:27.212000'),(34562,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-11-18 05:56:11.858000'),(34563,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-11-18 05:55:11.197000'),(34564,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-11-17 07:14:44.704000'),(34565,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-11-17 07:13:46.789000'),(34566,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-12 07:40:06.523000'),(34567,'Thank you for giving us five star, Erica!','2019-11-11 07:35:53.252000'),(34568,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-11-11 07:35:26.428000'),(34569,'Thank you for your great rating, Kirsten!','2019-11-11 07:35:04.191000'),(34570,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-11-11 07:34:37.092000'),(34571,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-11-11 07:34:43.600000'),(34572,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-11-11 07:33:48.750000'),(34573,'We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare.','2019-11-11 07:34:07.378000'),(34574,'We appreciate your great rating, Hernandez!','2019-11-11 07:33:35.732000'),(34575,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-11-11 07:33:10.853000'),(34576,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-11-11 07:32:53.071000'),(34577,'Thank you so much for your nice review, Lakrisha. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2019-11-07 04:53:15.113000'),(34578,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-11-04 11:21:55.444000'),(34579,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-11-04 11:21:37.802000'),(34580,'Thank you so much for your nice review, Kyle. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-11-04 11:21:26.203000'),(34581,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-11-04 11:21:10.213000'),(34582,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-11-04 11:20:52.160000'),(34583,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-04 11:20:40.773000'),(34584,'What a nice review! Thank you for taking the time to let us know how we are doing. Our community is important to us, so we love hearing that our team is doing a good job. It\'s never fun when a parent has to visit the ER, but we aim to make you and your family as comfortable as possible while waiting for diagnosis and treatment. Thank you for choosing SignatureCare and we hope [PERSON] is feeling better!','2019-11-03 06:31:57.406000'),(34585,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-11-03 06:30:59.138000'),(34586,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-11-03 06:28:56.721000'),(34587,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-11-03 06:28:40.565000'),(34588,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-11-03 06:28:14.396000'),(34589,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-11-03 06:27:49.501000'),(34590,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com\nwith your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2019-11-03 06:27:07.033000'),(34591,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-10-31 09:52:03.505000'),(34592,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-10-29 05:49:11.484000'),(34593,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-10-29 05:48:56.701000'),(34594,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-10-29 05:48:23.992000'),(34595,'Thank you so much for your nice review, Jacob. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-10-29 05:48:03.052000'),(34596,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your friend. Thank you for choosing SignatureCare.','2019-10-29 05:47:37.275000'),(34597,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-10-27 08:36:55.489000'),(34598,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-10-27 08:36:35.984000'),(34599,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-10-27 08:36:19.745000'),(34600,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-10-23 06:42:45.791000'),(34601,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-10-23 06:42:14.260000'),(34602,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency. Hope your friend is feeling well.','2019-10-23 06:41:45.590000'),(34603,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-06-25 07:11:22.296000'),(34604,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-10-20 06:41:45.615000'),(34605,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-10-20 06:41:33.708000'),(34606,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-10-20 06:41:16.954000'),(34607,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-09-16 11:16:18.135000'),(34608,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.','2019-10-20 06:40:26.240000'),(34609,'Thank you for your five star rating, Erin!','2019-10-20 06:40:11.007000'),(34610,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-10-17 08:18:12.955000'),(34611,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2019-10-17 08:17:45.754000'),(34612,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-10-16 07:22:44.839000'),(34613,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-10-16 07:22:24.300000'),(34614,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-10-16 07:21:53.851000'),(34615,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-10-15 06:43:48.379000'),(34616,'Thanks for leaving a review, Stuart! Would you please reach out to us at info@ercare24.com to let us know more about the incident. We aim for 100% satisfaction at SignatureCare. Your suggestion will help us to develop our services and make ourselves able to earn those last two stars!','2019-10-15 06:43:28.937000'),(34617,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-10-15 06:40:34.005000'),(34618,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-10-13 07:14:28.854000'),(34619,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-10-13 07:14:18.465000'),(34620,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put your husband at ease and provide him with the best care possible. We hope he is feeling better.','2019-10-13 07:13:54.673000'),(34621,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-10-13 07:07:12.876000'),(34622,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your roommate. Thank you for choosing SignatureCare.','2019-10-13 07:03:29.910000'),(34623,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-10-13 07:02:50.279000'),(34624,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-10-13 06:58:59.217000'),(34625,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-10-13 06:58:35.400000'),(34626,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-10-13 06:57:38.463000'),(34627,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-10-09 08:16:25.460000'),(34628,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2019-10-09 08:16:11.810000'),(34629,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-10-09 08:15:57.464000'),(34630,'Thank you for your five star rating, Haley!','2019-10-09 08:15:21.422000'),(34631,'Thank you so much for your great rating, Tonya!','2019-10-09 08:15:40.866000'),(34632,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-10-03 07:30:18.259000'),(34633,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-10-01 06:17:26.060000'),(34634,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-10-01 06:17:11.958000'),(34635,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-10-01 06:16:59.033000'),(34636,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-10-01 06:16:45.672000'),(34637,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-10-01 06:16:15.746000'),(34638,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2019-10-01 06:16:01.192000'),(34639,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-10-01 06:15:11.926000'),(34640,'We appreciate your great rating, Joely!','2019-10-01 06:14:46.291000'),(34641,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-09-29 06:07:00.921000'),(34642,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-09-29 06:06:44.299000'),(34643,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-09-29 06:04:15.928000'),(34644,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-09-29 06:03:19.824000'),(34645,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-10-04 07:09:59.166000'),(34646,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-09-25 06:08:54.800000'),(34647,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-09-25 06:08:01.710000'),(34648,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-09-25 06:07:30.950000'),(34649,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-09-25 06:06:35.844000'),(34650,'Thank you for trusting us with the care of your grandson. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2019-09-24 06:36:19.545000'),(34651,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-09-24 06:35:34.153000'),(34652,'Thank you for your great rating, Cameron! Thanks for choosing us.','2019-09-24 06:31:31.516000'),(34653,'We appreciate your great rating, Jace! Thank you for choosing SignatureCare.','2019-09-24 06:30:57.289000'),(34654,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2019-09-24 06:28:57.899000'),(34655,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare! Hope your husband feels well.','2019-09-23 05:42:21.317000'),(34656,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-09-23 05:41:35.259000'),(34657,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2019-09-23 05:41:23.282000'),(34658,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-09-22 06:08:53.116000'),(34659,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-09-22 06:08:45.674000'),(34660,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-09-22 06:08:37.386000'),(34661,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again! Hope your friend feels well.','2019-09-22 06:08:26.806000'),(34662,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-09-22 06:07:30.628000'),(34663,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-09-22 06:07:19.461000'),(34664,'Thank you so much for your five star rating, Grace! Thanks for choosing SignatureCare.','2019-09-22 06:06:58.259000'),(34665,'We appreciate your great rating, Dolores! Thank you for choosing us.','2019-09-22 06:06:12.040000'),(34666,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-09-22 06:05:31.863000'),(34667,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-09-22 06:05:10.386000'),(34668,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-09-22 06:04:54.224000'),(34669,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-09-19 09:20:18.670000'),(34670,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-09-19 09:20:44.589000'),(34671,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2019-09-19 09:20:33.724000'),(34672,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-09-19 09:20:00.316000'),(34673,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-09-19 09:19:48.793000'),(34674,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-09-17 11:48:57.006000'),(34675,'There\'s never a fun time to visit the ER (especially the weekend), but we will make your visit with us as quick and as painless as possible. Thank you for letting us know that our SignatureCare team is doing a good job -- it means a lot to us.','2019-09-17 11:48:28.550000'),(34676,'Thank you for trusting us with the care of your boyfriend. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2019-09-16 11:27:43.998000'),(34677,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-09-16 11:27:11.549000'),(34678,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-09-16 11:17:24.126000'),(34679,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-09-16 11:17:03.202000'),(34680,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-09-16 11:16:51.692000'),(34681,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-09-16 11:16:29.783000'),(34682,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-09-16 11:15:59.542000'),(34683,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2019-09-15 04:56:23.022000'),(34684,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-09-15 04:56:02.212000'),(34685,'Thanks for giving us five star, Nicole!','2019-09-11 05:45:06.721000'),(34686,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-09-11 05:44:36.735000'),(34687,'There\'s never a fun time to visit the ER (especially the weekend), but we will make your visit with us as quick and as painless as possible. Thank you for letting us know that our SignatureCare team is doing a good job -- it means a lot to us.','2019-09-11 05:44:21.969000'),(34688,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-09-11 05:43:52.723000'),(34689,'Thank you for your great rating, Shannon!','2019-09-11 05:43:01.866000'),(34690,'We appreciate your great rating, Samantha! Thanks for choosing SignatureCare!','2019-09-11 05:42:38.847000'),(34691,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com\nwith your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2019-09-11 05:42:12.972000'),(34692,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-09-11 05:40:52.780000'),(34693,'Thank you so much for rating us!','2019-09-11 05:40:32.828000'),(34694,'Thank you for trusting us with the care of your friend. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-09-11 05:40:11.728000'),(34695,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2019-09-11 05:39:36.808000'),(34696,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-09-11 05:39:20.886000'),(34697,'Thank you for your five star rating, Alexis!','2019-09-11 05:39:11.871000'),(34698,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-09-11 05:38:47.151000'),(34699,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-09-11 05:38:34.399000'),(34700,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-09-11 05:38:20.403000'),(34701,'We appreciate your great rating, Ashley! Thanks for choosing SignatureCare!','2019-09-11 05:38:04.900000'),(34702,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-09-11 05:37:46.251000'),(34703,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-09-11 05:37:31.283000'),(34704,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-09-11 05:37:19.166000'),(34705,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-09-11 05:37:08.454000'),(34706,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-08-27 05:00:45.830000'),(34707,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-08-26 05:07:37.588000'),(34708,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-08-25 05:16:55.927000'),(34709,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-08-25 05:16:41.302000'),(34710,'Thank you so much for your nice review, Alejandra. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-08-25 05:14:13.158000'),(34711,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare, Kassidy!','2019-08-25 05:16:24.382000'),(34712,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-08-25 05:14:29.666000'),(34713,'Thank you so much for rating us five star, Emily!','2019-08-25 05:13:14.623000'),(34714,'Thank you so much for your nice review, Shaelyn. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2019-08-25 05:12:25.831000'),(34715,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-08-25 05:11:58.055000'),(34716,'Thank you so much for your feedback. We appreciate the great rating you gave us, Cary!','2019-08-25 05:13:27.939000'),(34717,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-08-25 05:07:56.758000'),(34718,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-08-25 05:07:20.198000'),(34719,'We appreciate your five star rating, Sabrina!','2019-08-20 05:29:41.928000'),(34720,'Thank you for rating us five star, Laycee!','2019-08-20 05:29:21.068000'),(34721,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2019-08-20 05:30:17.112000'),(34722,'Thank you so much for your five star rating, Ashley!','2019-08-20 04:35:06.425000'),(34723,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-08-19 05:55:02.655000'),(34724,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-08-18 05:56:14.097000'),(34725,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-08-18 05:55:54.082000'),(34726,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-08-18 05:55:48.642000'),(34727,'We appreciate your great rating, Aaliyah!','2019-08-18 05:55:24.740000'),(34728,'Thank you so much for taking the time to let us know how we are doing. We appreciate the feedback and recommendation!','2018-12-06 16:02:05.721000'),(34729,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-08-18 05:55:03.742000'),(34730,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review. Hope your friend is feeling well!','2019-08-18 05:54:18.234000'),(34731,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-08-18 05:53:47.321000'),(34732,'Thank you so much for rating us five star, Crystal!','2019-08-18 05:52:12.663000'),(34733,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2019-08-09 13:52:50.584000'),(34734,'Thank you for the 5 star, Carol!','2019-08-09 13:49:04.145000'),(34735,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-08-09 13:48:28.320000'),(34736,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-08-09 13:47:17.846000'),(34737,'We appreciate the great rating you gave us, Becca!','2019-08-04 05:27:32.808000'),(34738,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-08-04 05:26:53.825000'),(34739,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-08-04 05:25:42.884000'),(34740,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-08-04 05:25:10.210000'),(34741,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-08-04 05:24:50.323000'),(34742,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2019-08-01 03:32:53.637000'),(34743,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-05-05 06:32:05.195000'),(34744,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-07-29 06:10:58.911000'),(34745,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-07-29 06:10:47.175000'),(34746,'Thank you for giving us five star, Anissa!','2019-07-28 07:08:30.197000'),(34747,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-07-28 07:08:05.813000'),(34748,'We appreciate the great rating you gave us, Ellysa!','2019-07-28 07:07:32.718000'),(34749,'When we receive feedback like this, it helps us know we’re doing something right in our community. Thank you for choosing SignatureCare.','2018-11-16 15:22:55.528000'),(34750,'Thank you so much for your great rating, Craig!','2019-07-28 07:06:51.779000'),(34751,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2019-07-23 05:38:49.448000'),(34752,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-07-22 07:25:43.648000'),(34753,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-07-22 07:25:26.797000'),(34754,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-07-18 06:02:58.943000'),(34755,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-07-21 06:08:33.161000'),(34756,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-07-18 06:08:52.610000'),(34757,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-07-18 06:02:22.010000'),(34758,'Thank you for trusting us with the care of your boyfriend. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2019-07-18 05:59:38.192000'),(34759,'Thank you so much for your nice review, Gabriella. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-07-16 05:33:04.272000'),(34760,'Thank you so much for your nice review, Olivia. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2019-07-16 05:33:27.096000'),(34761,'Thank you for your wonderful rating, Jorge!','2019-07-16 05:13:27.981000'),(34762,'Thank you for your great rating, Abby!','2019-07-21 06:09:47.567000'),(34763,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-07-15 07:06:58.128000'),(34764,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-07-15 07:06:39.607000'),(34765,'Thank you for your five star rating, Myeesiah!','2019-07-14 06:09:28.653000'),(34766,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-07-14 06:08:52.378000'),(34767,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-07-14 06:08:21.948000'),(34768,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-07-14 06:07:55.101000'),(34769,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-07-14 06:06:55.698000'),(34770,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-07-10 06:13:00.100000'),(34771,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-07-10 06:12:47.552000'),(34772,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-30 05:49:48.687000'),(34773,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-07-09 07:10:09.251000'),(34774,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-07-09 07:09:58.999000'),(34775,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-07-09 07:09:42.489000'),(34776,'We believe we have the very best staff in Texas. Thank you for choosing us.','2019-07-08 06:25:27.524000'),(34777,'We appreciate the great rating, Emily!','2019-07-08 06:24:33.271000'),(34778,'Thank you so much for your feedback! SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2019-07-08 06:22:49.563000'),(34779,'Thank you for rating us, McKinnies!','2019-07-08 06:23:50.018000'),(34780,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-07-07 07:23:37.929000'),(34781,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-07-07 07:23:14.294000'),(34782,'We believe we have the very best facility in Texas with board-certified staffs, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-07-07 07:22:43.631000'),(34783,'Thank you so much for your great rating, Nick!','2019-07-07 07:22:23.565000'),(34784,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2019-07-08 16:36:35.217000'),(34785,'Thank you for the wonderful rating you gave us, Andrew!','2019-07-04 07:32:02.062000'),(34786,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review.','2019-07-04 07:31:24.769000'),(34787,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-07-03 07:13:35.250000'),(34788,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-07-03 07:13:10.562000'),(34789,'Thank for your great rating, Kheeli!','2019-07-03 07:12:45.238000'),(34790,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-07-02 06:42:34.189000'),(34791,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-07-02 06:41:20.046000'),(34792,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope Jordan feels better soon!','2019-07-02 06:40:33.768000'),(34793,'Thank you for your five star rating, Kendall!','2019-07-01 07:34:33.789000'),(34794,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-07-01 07:33:58.082000'),(34795,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-06-30 05:50:22.893000'),(34796,'Thank you for choosing SignatureCare and for the great review.','2019-07-04 07:32:43.216000'),(34797,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-06-27 06:00:46.465000'),(34798,'Thank you Kal, for your great rating!','2019-06-26 06:33:28.631000'),(34799,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us! Hope your friend is feeling well.','2019-06-26 06:33:13.105000'),(34800,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-06-26 06:31:32.640000'),(34801,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-26 06:29:54.579000'),(34802,'Thank you for your five star rating, Mouhammed!','2019-06-25 07:12:30.996000'),(34803,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-06-25 07:11:40.749000'),(34804,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2019-06-25 07:02:30.475000'),(34805,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-23 04:37:39.314000'),(34806,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-06-23 04:37:16.104000'),(34807,'Thank you for your five star rating, Leah!','2019-06-23 04:36:53.370000'),(34808,'Thank you for your rating, Brooke!','2019-06-23 04:36:20.665000'),(34809,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-06-20 04:36:21.373000'),(34810,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-20 04:36:06.837000'),(34811,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-06-19 14:11:54.446000'),(34812,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-06-18 06:38:07.499000'),(34813,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-06-17 06:23:44.321000'),(34814,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-06-17 06:23:25.302000'),(34815,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-06-17 06:22:16.798000'),(34816,'Thank you for your rating, Nico!','2019-06-17 06:19:27.049000'),(34817,'Thank you for your rating, Karla!','2019-06-16 05:52:43.832000'),(34818,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-06-16 05:52:27.886000'),(34819,'Thank you Dustin for your rating!','2019-06-16 05:52:16.465000'),(34820,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-06-16 05:51:49.633000'),(34821,'Thank you for rating us five star, Christina!','2019-06-13 06:44:18.653000'),(34822,'Thank you so much for the feedback and great rating. We appreciate you choosing SignatureCare.','2017-09-02 21:05:59.154000'),(34823,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-06-13 06:43:48.119000'),(34824,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-06-13 06:43:27.651000'),(34825,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-06-12 06:08:02.109000'),(34826,'Thank you for your rating, Reed!','2019-06-12 06:07:45.068000'),(34827,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-06-11 06:06:09.835000'),(34828,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-06-11 06:05:52.655000'),(34829,'Thank for giving us five star, Victoria!','2019-06-09 07:22:23.862000'),(34830,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-06-09 07:21:37.477000'),(34831,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-06-09 07:21:04.861000'),(34832,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-09 07:19:03.810000'),(34833,'Thank you Robert for your great rating!','2019-06-09 07:18:40.072000'),(34834,'We appreciate your five star rating, Sierra!','2019-06-09 07:18:02.206000'),(34835,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-06-09 07:17:34.084000'),(34836,'Thank you for your five star rating, Glenn!','2019-06-09 07:15:45.900000'),(34837,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-06-09 07:15:17.426000'),(34838,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-06-09 07:14:38.112000'),(34839,'Thank you for your review and rating!','2019-06-09 07:14:24.147000'),(34840,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-06-09 07:14:06.107000'),(34841,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-05-29 06:30:50.834000'),(34842,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-05-28 05:45:36.149000'),(34843,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-05-27 05:55:51.466000'),(34844,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-05-27 05:55:02.504000'),(34845,'There\'s never a fun time to visit the ER (especially the weekend), but we will make your visit with us as quick and as painless as possible. Thank you for letting us know that our SignatureCare team is doing a good job -- it means a lot to us.','2019-05-27 05:54:33.619000'),(34846,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-05-23 06:33:03.171000'),(34847,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-05-21 04:13:06.711000'),(34848,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-05-21 04:12:21.926000'),(34849,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-21 04:12:05.839000'),(34850,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-05-16 06:36:39.793000'),(34851,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-05-15 06:32:10.697000'),(34852,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-14 04:33:18.142000'),(34853,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-05-14 04:33:00.083000'),(34854,'Thank you for your rating, Leonor!','2019-05-13 05:59:45.753000'),(34855,'We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-05-13 15:32:31.799000'),(34856,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-05-12 04:50:46.912000'),(34857,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','2019-05-12 04:50:05.148000'),(34858,'Thank you for your rating, Lauren!','2019-05-09 04:07:34.213000'),(34859,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-05-08 05:18:12.397000'),(34860,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-05-05 06:32:51.760000'),(34861,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-05-02 09:18:05.321000'),(34862,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-02 09:17:47.454000'),(34863,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review. Hope your friend is feeling well.','2019-05-02 09:17:26.183000'),(34864,'Hi John. We are sorry to hear that your fiancee didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your fiancee\'s experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that we can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-06-18 13:56:26.753000'),(34865,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-02 09:15:42.065000'),(34866,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-05-02 09:15:20.005000'),(34867,'Thank you for your rating, Emily!','2019-05-02 09:15:05.095000'),(34868,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-05-02 09:14:40.333000'),(34869,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-04-26 09:13:29.307000'),(34870,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-04-26 09:12:50.000000'),(34871,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-04-26 09:11:51.492000'),(34872,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-04-26 09:07:52.252000'),(34873,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-04-24 05:44:37.319000'),(34874,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-04-24 05:44:22.655000'),(34875,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-04-29 16:10:02.125000'),(34876,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-04-24 05:42:29.865000'),(34877,'Our doctors and nurses make us proud every day. Hope your friend get well soon. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-04-24 05:41:34.213000'),(34878,'Thank you for your review and rating, Natalie!','2019-04-24 05:40:33.288000'),(34879,'Thank you for your rating, Ashton!','2019-04-24 05:40:08.353000'),(34880,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-04-23 05:49:41.285000'),(34881,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-04-23 05:49:19.265000'),(34882,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-04-22 06:09:01.711000'),(34883,'Thank you Joselyn for your review and rating!','2019-04-22 06:07:48.269000'),(34884,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-04-22 06:07:14.867000'),(34885,'Thank you for your great rating!','2019-04-22 06:06:20.064000'),(34886,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-04-22 06:05:55.413000'),(34887,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-04-18 05:21:05.344000'),(34888,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-01-16 07:41:27.582000'),(34889,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-04-18 05:21:47.390000'),(34890,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-04-18 05:22:12.670000'),(34891,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-04-18 05:22:27.934000'),(34892,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing SignatureCare!','2019-04-18 05:22:43.166000'),(34893,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-04-16 06:05:34.085000'),(34894,'Thank you for your rating, Cailin!','2019-04-16 06:06:03.266000'),(34895,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-04-15 05:43:39.392000'),(34896,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-04-15 05:42:17.821000'),(34897,'Thank you for your rating, Yousef!','2019-04-15 05:40:53.067000'),(34898,'Thank you for your review and rating, John!','2019-04-11 05:41:41.591000'),(34899,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-04-09 07:04:42.187000'),(34900,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-04-09 07:03:52.788000'),(34901,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-04-09 07:03:10.465000'),(34902,'We are glad to know about your positive experience at SignatureCare. Thank you for choosing us!','2019-04-08 13:07:48.283000'),(34903,'Than you for your five star rating, Sarah!','2019-04-08 06:53:59.943000'),(34904,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2019-04-08 15:15:09.550000'),(34905,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-04-08 06:53:31.036000'),(34906,'Thank you so much for your nice review, Tanner. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-04-08 06:49:24.684000'),(34907,'Thank you for your rating, Jordyn!','2019-04-08 06:47:22.755000'),(34908,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing SignatureCare!','2019-04-08 06:43:58.603000'),(34909,'Thank you so much for placing your trust in SignatureCare Emergency Center. Our board-certified doctors and staff aim to provide the best possible care for everyone that walks through our doors. Thank you for choosing us, and for the great review.','2017-11-29 17:51:03.678000'),(34910,'Thank you Andrew for your rating!','2019-04-08 06:38:22.252000'),(34911,'Thank you for your rating!','2019-04-07 05:35:38.279000'),(34912,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-04-07 05:35:23.466000'),(34913,'Thank you for your review and your rating. We appreciate you choosing SignatureCare!','2019-04-07 05:34:45.068000'),(34914,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-04-07 05:34:05.895000'),(34915,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-04-07 05:32:59.550000'),(34916,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-04-07 05:24:46.891000'),(34917,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2019-04-07 05:23:07.316000'),(34918,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-04-07 05:22:26.972000'),(34919,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-04-07 05:22:02.704000'),(34920,'Your positive comments mean a lot to our team at SignatureCare. Thanks so much for letting us know they are doing a good job -- we will pass along your kind words to them.','2018-02-06 16:39:13.155000'),(34921,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for recommending SignatureCare!','2019-04-04 05:10:04.052000'),(34922,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-04-04 05:08:44.189000'),(34923,'Than you for your rating, Hannah!','2019-04-04 05:07:31.404000'),(34924,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2019-04-04 05:07:12.984000'),(34925,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-04-03 06:26:48.741000'),(34926,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-04-03 06:25:48.130000'),(34927,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-04-03 06:25:15.968000'),(34928,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2019-04-03 06:24:55.846000'),(34929,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-04-03 06:24:29.559000'),(34930,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2019-04-02 07:15:40.616000'),(34931,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-04-02 07:14:54.315000'),(34932,'Thank you for you rating, Carson!','2019-04-01 05:59:45.160000'),(34933,'Thank you Alden for your rating!','2019-04-01 05:59:12.406000'),(34934,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-04-01 05:58:50.202000'),(34935,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-04-01 05:58:03.237000'),(34936,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-04-01 05:57:06.563000'),(34937,'Thank you so much for your nice review, Maddie. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-04-01 05:56:06.799000'),(34938,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-03-31 06:32:37.576000'),(34939,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-03-31 06:28:22.104000'),(34940,'We appreciate the five stars, Thomas. Thank you for the feedback.','2018-12-08 15:09:34.398000'),(34941,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-03-28 04:50:47.725000'),(34942,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-03-27 05:36:55.300000'),(34943,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-03-27 05:36:06.937000'),(34944,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-03-27 05:35:20.818000'),(34945,'Thank you for your great rating, Jordyn!','2019-03-27 05:34:28.020000'),(34946,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-03-27 05:34:00.049000'),(34947,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-03-27 05:33:21.649000'),(34948,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review.','2019-03-25 07:43:14.229000'),(34949,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-03-25 07:42:36.493000'),(34950,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care of your friend, and hope she is feeling better. Thank you for choosing SignatureCare!','2019-03-25 07:41:42.702000'),(34951,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-03-24 06:58:42.848000'),(34952,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-03-24 06:55:47.843000'),(34953,'Thank you for the five-star rating, Shane! And thank you for choosing SignatureCare!','2018-11-29 00:48:42.442000'),(34954,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-03-24 06:59:51.002000'),(34955,'Thank you for your rating, Caroline!','2019-03-24 07:00:20.111000'),(34956,'Thank you for rating us 5 star!','2019-03-24 07:01:17.814000'),(34957,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-03-20 06:45:32.849000'),(34958,'We are so happy to hear you loved our team --- We will make sure to let them know. Thank you for choosing SignatureCare.','2019-03-19 07:07:22.083000'),(34959,'Thank you Aaron for five star rating!','2019-03-19 07:06:16.131000'),(34960,'We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-03-19 07:05:26.502000'),(34961,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing SignatureCare!','2019-03-19 07:05:04.594000'),(34962,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-02-25 12:41:55.894000'),(34963,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-03-18 06:11:41.286000'),(34964,'Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-03-18 06:09:47.195000'),(34965,'Our team makes us proud everyday. Thank you for recommending SignatureCare!','2019-03-18 06:09:01.774000'),(34966,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-02-18 08:35:34.200000'),(34967,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-03-12 06:52:48.480000'),(34968,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-03-10 09:06:36.466000'),(34969,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. If you have any additional questions, don\'t hesitate to reach back out.','2019-03-10 09:07:35.861000'),(34970,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-03-10 09:08:21.624000'),(34971,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that your friend is feeling better. Thank you for choosing SignatureCare!','2019-03-10 09:15:07.711000'),(34972,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-03-10 09:17:49.515000'),(34973,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-03-10 09:18:46.901000'),(34974,'Our doctors and nurses make us proud every day. Thank you for your review and your recommendation.','2019-03-10 09:19:53.850000'),(34975,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your continued trust in SignatureCare.','2019-03-10 09:20:59.053000'),(34976,'Our team appreciates receiving feedback like this, as it help us continue to improve on our services. Thank you for letting us know how we are doing and for taking the time to rate us. And thank you for choosing SignatureCare!','2018-08-29 20:56:33.188000'),(34977,'Hi, Ashton! We hope the snacks were tasty. Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-03-10 09:05:41.891000'),(34978,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. If you have any additional questions, don\'t hesitate to reach back out.','2019-03-10 08:47:15.557000'),(34979,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-03-10 08:45:36.530000'),(34980,'Thank you for the 5 star, Ashlee!','2019-02-26 12:33:34.426000'),(34981,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-02-26 12:33:01.778000'),(34982,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-02-24 10:20:11.653000'),(34983,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We also have the newest and most sterilized emergency rooms in the state of Texas. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-02-25 12:46:07.674000'),(34984,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-02-25 12:42:15.332000'),(34985,'Thank you for the great rating, Cassidy!','2019-02-25 12:41:25.810000'),(34986,'Thank you for the 5 star, Natalia!','2019-02-24 10:00:11.890000'),(34987,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-02-24 10:01:01.450000'),(34988,'Thanks for leaving a great rating, Eric!','2019-02-24 10:00:27.731000'),(34989,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-02-24 10:03:51.583000'),(34990,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-02-24 10:04:38.327000'),(34991,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing SignatureCare for your emergency needs. Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along.','2019-02-24 10:15:55.833000'),(34992,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-02-24 10:16:16.390000'),(34993,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-02-24 10:18:21.584000'),(34994,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2019-02-24 10:19:13.935000'),(34995,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-02-24 10:19:49.997000'),(34996,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-02-24 10:20:49.394000'),(34997,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-02-24 10:21:16.128000'),(34998,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-02-24 10:21:31.637000'),(34999,'Thank you for the 5 star, Joseph!','2019-02-20 11:50:58.733000'),(35000,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-02-20 11:50:33.026000'),(35001,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-02-19 14:08:03.538000'),(35002,'Our promise to all our patients and \"friends\' & families\" is to treat like our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-02-19 14:06:06.267000'),(35003,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-02-19 14:02:59.406000'),(35004,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-02-19 14:02:21.397000'),(35005,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so very happy to hear you loved your team --- We will make sure to let them know.','2019-02-19 14:00:40.143000'),(35006,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-02-17 12:33:18.704000'),(35007,'Our promise to all our patients and \'families & friends\' is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-02-14 13:25:04.569000'),(35008,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. We appreciate you choosing SignatureCare!','2019-02-14 13:20:05.476000'),(35009,'Your positive experience means a lot to us. Thank you for choosing SignatureCare!','2019-02-14 13:19:20.797000'),(35010,'Our facility is among the newest and most sterilized emergency rooms in the state of Texas. Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-02-14 13:17:55.896000'),(35011,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-02-14 13:14:35.644000'),(35012,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-02-14 13:13:17.610000'),(35013,'Thank you for the 5 star, Joshua!','2019-02-14 13:12:59.674000'),(35014,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-02-14 13:12:46.671000'),(35015,'Thank you so much for your continued trust and for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-02-14 13:04:02.158000'),(35016,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-02-13 12:50:12.381000'),(35017,'Thanks for the 5 star, Kaitlyn!','2019-02-13 12:49:04.561000'),(35018,'We are so sorry to hear about your recent emergency, but SignatureCare is here 24 hours a day, 365 days a year when or if you need us. Thank you for giving us the chance to care for you and for your nice review. We appreciate and value your feedback.','2019-02-13 12:48:40.056000'),(35019,'Thank you for the great rating, Norma!','2019-02-13 12:46:31.769000'),(35020,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable. Thank you so much for your nice review and great rating.','2019-02-11 12:47:09.821000'),(35021,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-02-11 12:45:30.881000'),(35022,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-02-03 13:40:09.875000'),(35023,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-02-03 13:39:29.239000'),(35024,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-01-30 13:36:30.254000'),(35025,'Thanks for the great rating, Kyle!','2019-01-29 14:19:13.256000'),(35026,'Thank you so much for rating, Shelby. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-01-28 08:33:22.786000'),(35027,'Elise, we always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing SignatureCare!','2019-01-09 11:25:37.901000'),(35028,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-01-28 08:36:47.078000'),(35029,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We wish good health for your daughter and you.','2019-01-28 08:39:14.833000'),(35030,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-01-28 08:39:52.409000'),(35031,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so very happy to hear you loved your team --- We will make sure to let them know.','2019-01-28 08:40:18.979000'),(35032,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-01-28 08:40:42.134000'),(35033,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-01-28 08:41:23.070000'),(35034,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-01-28 08:41:58.925000'),(35035,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare with continued trust.','2019-01-28 08:44:20.827000'),(35036,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-01-28 08:44:52.907000'),(35037,'SignatureCare Emergency Center takes pride in our staff, and our staff cares so much about our patients. We are so very happy to hear you loved your team. We will make sure to let them know.','2019-01-28 08:45:09.249000'),(35038,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-01-23 14:41:00.817000'),(35039,'Thank you for a nice review. Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-01-23 14:40:30.980000'),(35040,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-01-23 14:36:55.809000'),(35041,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-01-23 14:36:03.236000'),(35042,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at tmoore@roundtmc.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-01-21 15:07:02.418000'),(35043,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-01-21 11:34:10.746000'),(35044,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope your friend is feeling better!','2019-01-20 11:59:47.004000'),(35045,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-01-16 07:40:42.723000'),(35046,'We are so sorry to hear about your recent emergency, but SignatureCare is here 24 hours a day, 365 days a year when or if you need us. Thank you for giving us the chance to care for you and for your nice review. We appreciate and value your feedback.','2019-01-15 11:06:56.230000'),(35047,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-01-14 10:12:44.288000'),(35048,'Thanks for the 5 star!','2019-01-14 10:13:03.135000'),(35049,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-01-13 12:33:35.674000'),(35050,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-01-13 12:35:27.202000'),(35051,'Thank you so much for taking the time to let us know how we are doing. We appreciate the feedback and hope you are feeling better.','2018-12-29 17:42:02.008000'),(35052,'SignatureCare Emergency Center takes pride in our staff, and our staff cares so much about our patients. We are so very happy to hear you loved your team. We will make sure to let them know.','2019-01-08 14:24:29.706000'),(35053,'We are so sorry to hear about your recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year when you need us. Thank you for choosing us!','2019-01-05 00:15:16.206000'),(35054,'Our goal is to provide the best care possible to all patients. We are very happy to know this was your experience with our emergency room. Thank you for choosing SignatureCare!','2019-01-04 03:49:33.458000'),(35055,'Our staff makes us proud every day with the way their care for our patients. Thank you for letting us know that they are doing a good job.','2019-01-04 03:48:55.729000'),(35056,'We appreciate the feedback, Tyler. Thank you so much for choosing SignatureCare.','2019-01-03 17:29:05.624000'),(35057,'Hi Ashley, thank you for the nice review. I see that you only gave us three stars, however, so I\'m hoping you will give us more insight into what we could have done better. We aim for 100% satisfaction at SignatureCare and are always looking for ways to improve our services. Thanks for the review!','2019-01-03 17:28:39.414000'),(35058,'Thank you for your feedback. We value every patient and want 100% satisfaction for everyone who visits with us. We are sorry to hear about your billing frustrations, and would like the opportunity to review your file and and reach out to you. If you could please email our billing manager at tmoore@roundtmc.com with your full name, date of service and location of service, he will look over your file and be in touch. Thank you for the opportunity to make this right with you.','2018-12-25 16:35:16.454000'),(35059,'Thank you for letting us help you and help you feel better! The most stressful time for anyone is during a medical emergency. We hope we put you at ease and provided you with the best care possible.','2018-12-26 15:04:18.700000'),(35060,'Thank you so much for placing your trust in SignatureCare Emergency Center. We appreciate the nice review!','2018-10-21 15:36:52.327000'),(35061,'Thank you for the nice feedback, and thank you for choosing SignatureCare!','2018-12-23 14:30:57.220000'),(35062,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2018-12-20 18:36:31.266000'),(35063,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Centers.','2018-12-20 18:36:18.566000'),(35064,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms.','2018-12-18 16:52:49.912000'),(35065,'Thank you for your feedback. We take it extremely seriously. We apologize you were unhappy with your experience and would love the chance to talk to you. Please email our business manager at info@ercare24.com with your full name, date of service and location of service so that we can review your file and go over it with our team. We appreciate the chance to make this right with you, and thank you for taking the time to let us know how we are doing.','2018-12-16 17:34:35.685000'),(35066,'Our doctors have great bedside manners -- or so we\'ve been told a few times! We take pride in our staff, and are pleased to hear that they took good care of you. Thank you for choosing SignatureCare.','2017-08-07 18:46:55.925000'),(35067,'We appreciate and value your feedback. At SignatureCare Emergency Center, we are always looking for ways to improve our services. Thank you for your positive review.','2018-12-12 20:02:18.991000'),(35068,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Centers.','2018-12-12 20:01:38.842000'),(35069,'At SignatureCare Emergency Center, we understand that emergencies happen, and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff aim to make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2018-12-12 20:01:20.804000'),(35070,'Their compassion and dedication for helping others is why we love our employees. Thank you for your kind words -- we will pass them along.','2018-12-12 20:00:33.857000'),(35071,'We appreciate your kind review and the great rating. Thank you for choosing SignatureCare!','2018-12-12 19:59:54.003000'),(35072,'We appreciate the five stars! Thanks for the feedback and for choosing SignatureCare.','2018-12-10 22:52:09.852000'),(35073,'Thank you so much for the five star rating, Trevor!','2018-12-10 22:51:43.793000'),(35074,'It is never fun when you get sick, but when you have an emergency, we are here to help! Thank you for your review, and we are glad to hear that you are feeling better.','2018-12-09 16:09:59.116000'),(35075,'Thank you so much for letting us know that our team is doing a good job. Our community is important to us, so we love this feedback. Thank you for choosing SignatureCare!','2018-12-09 16:08:07.980000'),(35076,'Thank you so much for the nice rating, Emily. We hope you will let us know if there is anything we could have done to earn that fifth star, as we aim for 100% satisfaction!','2018-12-08 15:10:03.577000'),(35077,'Thank you so much for the five-star rating, Ashley!','2018-12-08 15:09:22.457000'),(35078,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, and we thank you for choosing us!','2018-12-08 14:43:35.316000'),(35079,'We are sorry you were not completely satisfied with your experience at SignatureCare. We would like to get more details about your visit so we can better understand the situation. Could you email our billing manager at tmoore@roundtmc.com with your full name (if you were the patient), date of service and location of service so that we can review your (or the patient\'s file) and get back to you to discuss. Thank you for bringing this to our attention. We take all reviews very seriously and we appreciate the chance to review your file and come to a resolution you will be happy with.','2018-12-06 16:01:42.925000'),(35080,'We appreciate the five stars. Thank you for choosing SignatureCare!','2018-12-06 15:57:55.461000'),(35081,'Thank you so much for the five-star rating, Lance!','2018-12-06 15:57:40.127000'),(35082,'Thank you so much for the kind words -- we will pass them long to our team. Thank you for choosing SignatureCare and we hope your boyfriend is feeling better.','2018-12-06 15:57:28.719000'),(35083,'Thank you so much for the five-star rating, Marin!','2018-12-03 17:06:12.744000'),(35084,'Our SignatureCare team makes us proud every day. Their compassion and dedication to helping others is what makes them special. Thank you so much for letting us know that they are doing a good job, and thank you for choosing us!','2018-11-30 16:29:40.711000'),(35085,'We appreciate the very nice feedback and great rating. Thank you so much for choosing SignatureCare.','2018-08-31 16:03:44.944000'),(35086,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and hope you are feeling better. Thank you for choosing SignatureCare.','2018-11-30 16:28:58.648000'),(35087,'We appreciate the five stars, Anna. Thanks for the feedback!','2018-11-29 00:48:58.540000'),(35088,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2018-11-29 00:51:44.086000'),(35089,'Thank you for taking the time to let us know how we are doing. We aim for 100% satisfaction each time you visit us. Thank you for choosing SignatureCare.','2018-11-29 00:50:44.857000'),(35090,'Thank you so much for the five-star rating! We appreciate the feedback.','2018-11-29 00:48:21.313000'),(35091,'We always appreciate positive feedback from our patients, as well as any recommendations! Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thanks for choosing us.','2018-02-07 17:38:45.659000'),(35092,'Our community is important to us, so it\'s great to hear that our team is doing a good job. Thank you so much for the nice feedback, and we are here 365 days a year, 24 hours a day if you ever need us again.','2018-11-27 15:36:08.195000'),(35093,'Our team makes us proud every single day with the way they care for our community. Thank you so much for the nice feedback and great rating. And thank you for choosing SignatureCare.','2018-11-27 15:34:00.912000'),(35094,'Thanks for the five-stars, Taylor. We appreciate the feedback and hope we provided you with the very best care.','2018-11-27 15:33:28.644000'),(35095,'Thank you so much for the five-star rating, Sophia -- We appreciate the feedback!','2018-11-27 15:33:03.666000'),(35096,'We appreciate your kind words and your recommendation. Thank you so much for choosing SignatureCare, and we are here 24/7 if you ever need us again.','2018-11-20 17:09:15.496000'),(35097,'We aim to get you in and out quickly so you can get back on the road to good health and back to your life! Thank you for choosing us for your emergency needs and for the nice review.','2018-11-20 17:08:43.443000'),(35098,'At SignatureCare, we set goals on patient satisfaction. Thank you for letting us know that we are one step closer to meeting them. We appreciate your review and great rating!','2018-11-20 17:04:50.633000'),(35099,'Thank you for trusting us not once, but twice, with your emergency care. We appreciate your review and hope you are feeling better.','2018-11-20 17:04:11.340000'),(35100,'Thank you so much for the five-star rating! We appreciate the feedback, and thank you for choosing SignatureCare.','2018-11-20 17:03:10.985000'),(35101,'We aim for 100% satisfaction at SignatureCare. Thank you so much for letting us know about your visit with us, and thank you for choosing us!','2018-11-17 22:25:56.992000'),(35102,'Our staff aims to make every patient’s experience speedy and comfortable. Thank you for trusting your emergency needs with SignatureCare.','2018-11-16 15:22:25.935000'),(35103,'We appreciate you choosing SignatureCare time and again for your emergency needs. Our board-certified doctors and staff aim to make your visit with us pleasant and quick. Thanks for giving us the chance to care for you, and know that we are open 24/7 in case of any medical emergency.','2018-03-06 16:21:26.157000'),(35104,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you so much for your feedback.','2018-11-14 16:10:33.755000'),(35105,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience.','2018-11-14 16:09:48.668000'),(35106,'Your positive experience means a lot to our team at SignatureCare Emergency Center. We hope you will consider us next time you are experiencing a healthcare emergency. Thanks for the nice review.','2018-11-14 16:09:27.776000'),(35107,'SignatureCare Emergency Center strives to treat you and get you on your way quickly. No one likes the ER, but we are glad to be here for you when you need us. Thank you for choosing us!','2018-11-14 16:08:49.506000'),(35108,'Thank you for your kind words about our team -- we will pass them along. Thank you so much for choosing SignatureCare and for the great rating.','2018-11-13 16:37:18.139000'),(35109,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care for your kids, and we appreciate you choosing SignatureCare Emergency Center.','2018-11-12 15:52:55.248000'),(35110,'While we hope not to see you anytime soon, please know we are here 24/7 in case you need us again. Thank you for trusting SignatureCare with your stitches, and we hope you are feeling better.','2018-11-12 15:52:06.182000'),(35111,'Our medical staffs thank you for your wonderful feedback. We take all comments very seriously. Thank you so much for choosing SignatureCare!','2018-11-08 16:39:29.184000'),(35112,'Our staff makes us proud every day with the way they care for our community. Thank you for your kind words and for giving us the chance to care for you.','2018-11-08 16:36:29.282000'),(35113,'Thank you so much for your feedback! Our goal is to get you in and out quickly and to provide the very best care. Thanks for choosing SignatureCare.','2018-11-08 16:34:03.921000'),(35114,'When we receive feedback like this, it helps us know we’re doing something right in our community, and our community is very important to us. Thank you for taking the time to let us know how we are doing!','2018-11-07 17:12:47.162000'),(35115,'Your positive feedback will help our team continue to do a great job for our patients. Our staff aims to make every patient’s experience speedy and comfortable. Thank you for trusting SignatureCare with your emergency needs, and thank you for the nice review.','2018-11-07 17:12:09.495000'),(35116,'We\'re glad our team was able to deliver an exceptional experience -- they make us proud every day. Thank you so much for choosing SignatureCare and we hope you are feeling better.','2018-11-07 17:11:31.427000'),(35117,'Thank you so much for the five stars, Kyle!','2018-11-06 16:29:01.266000'),(35118,'Thank you for the nice review. SignatureCare is always open and available when you have an unexpected emergency.','2018-11-06 16:28:51.430000'),(35119,'Thank you so much for the five-star rating! We appreciate the feedback.','2018-11-06 16:28:18.759000'),(35120,'We appreciate and value your feedback. At SignatureCare Emergency Center, we are always looking for ways to improve our services. Our patients are what keep us going strong. Thank you for your positive review, and we hope your boyfriend is feeling better!','2018-11-06 16:28:05.962000'),(35121,'It is never fun when you get sick, but when you have an emergency, we are here to help! Thank you for your review and for choosing SignatureCare.','2018-11-06 16:27:16.175000'),(35122,'We appreciate you taking the time to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you for choosing SignatureCare Emergency Centers and we hope you are feeling better.','2018-11-06 16:26:36.213000'),(35123,'We are so sorry to hear about your recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency, and we will always put our patients first. Thanks for the nice review!','2018-11-06 16:25:57.436000'),(35124,'Our patients are what keep us going strong. Thank you for your positive review, and we hope you feel better.','2018-11-04 15:52:01.137000'),(35125,'We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to SignatureCare. Thank you for choosing us!','2018-11-04 15:51:14.414000'),(35126,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback and for giving us the chance to care for you.','2018-11-03 13:30:40.156000'),(35127,'Thank you so much for the five-star rating!','2018-11-02 14:25:47.844000'),(35128,'We aim to provide the best care possible to all patients and ensure families are comfortable while waiting for diagnosis and treatment. We are very happy to know this was your experience with our emergency room. Thank you for choosing SignatureCare.','2018-11-02 14:26:25.453000'),(35129,'We appreciate and value your feedback. Thank you for your positive review and great rating!','2018-11-02 14:25:33.352000'),(35130,'Thank you for the nice review and your recommendation. We are pleased to hear that our staff took good care of you, and hope you will consider SignatureCare in the future for any medical emergencies.','2018-11-02 14:23:59.999000'),(35131,'We appreciate you taking time from your busy schedule to write a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. We hope your friend is feeling better.','2018-11-02 14:23:01.447000'),(35132,'Our staff appreciates comments like this. Thank you for letting us know that they are doing a good job! And thank you for choosing SignatureCare.','2018-11-01 20:24:23.252000'),(35133,'Thank you for taking the time to let us know how we are doing. We appreciate everyone\'s comments and reviews, as it helps us get better at our jobs. Thanks so much for the great rating!','2018-11-01 20:23:48.809000'),(35134,'Thank you so much for the five-star rating, Nathan! We appreciate the feedback.','2018-11-01 20:22:45.337000'),(35135,'Thank you so much for taking the time to let us know how we are doing. Our community is important to us so it\'s great to hear that we are doing a good job. Thank you so much for choosing SignatureCare.','2018-10-31 14:09:03.805000'),(35136,'Visiting the ER is never fun (especially in the middle of pumpkin carving!), but we aim to make your visit with us as quick and as painless as possible. Thank you for trusting SignatureCare with your stitches, and we hope you are feeling better.','2018-10-29 16:09:42.120000'),(35137,'At SignatureCare, we aim for 100% satisfaction each time you visit us. Thank you for letting us know that we are doing a good job, and we hope your friend is feeling better!','2018-10-29 16:05:50.241000'),(35138,'We appreciate your feedback and are very pleased to hear that our team took such good care of your friend. Please consider us in the future if you have your own healthcare emergency -- we are here 24/7 in case you need us.','2018-10-29 16:04:27.217000'),(35139,'Thank you so much for the five-star rating. We appreciate the feedback!','2018-10-27 17:05:03.852000'),(35140,'Thank you so much for the five-star rating! We appreciate it.','2018-10-26 16:13:59.915000'),(35141,'Thank you so much for the great feedback. We appreciate your review and rating. Although we hope to not see you soon, we are here 24/7 when you do have an unexpected emergency.','2018-10-26 16:14:45.105000'),(35142,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2018-10-26 16:14:14.940000'),(35143,'Our goal at SignatureCare is to get you in quickly, diagnose and treat you, and get you on your way so that you can get back on the road to good health. Thank you so much for giving us the chance to care for you and for the very nice review.','2018-10-24 14:57:47.658000'),(35144,'Thank you for the five-star rating, Addalyn. We appreciate the feedback, and appreciate you choosing SignatureCare.','2018-10-24 14:55:22.637000'),(35145,'Hi Caroline. We are sorry you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. We’d like to get more information about your experience -- can you please email our location manager at jmartin@ercare24.com with your daughter\'s full name, date of service and location of service? We will review your file and pass your concerns onto our leadership team and they will be addressed. We appreciate you taking the time to let us know how we are doing, as we take all comments and reviews very seriously.','2018-10-23 15:32:56.443000'),(35146,'We appreciate you trusting us time and again with your emergency needs. Thank you so much for your nice review and the great rating. SignatureCare is open 24/7 in case you ever need us again.','2018-10-23 15:47:21.163000'),(35147,'Our staff always appreciates receiving comments like this. It means we are doing a good job in our community. Thank you for trusting SignatureCare with your care.','2018-10-23 15:46:34.726000'),(35148,'We are so sorry to hear about your recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency. Thank you for your nice review and the great rating you gave us!','2018-10-21 15:35:49.568000'),(35149,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and please consider us next time you have an emergency.','2018-10-21 15:36:29.646000'),(35150,'We want all parents to know that we will treat their children as if they are our own. Thank you so much for trusting us with your daughter\'s care, and we hope she is feeling better. Thanks for the great review!','2018-10-19 16:12:46.291000'),(35151,'We aim for 100% satisfaction each time you visit a SignatureCare facility. We love hearing about the comfortable experience our patients and their loved ones had while visiting us. Thank you so much for the review and great rating.','2018-10-19 16:11:56.584000'),(35152,'Our wait times are generally 10 minutes or less! Thank you for choosing us for your care and for letting us know how we are doing. We appreciate the feedback and recommendation!','2018-10-19 16:10:54.924000'),(35153,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the nice review.','2018-10-18 15:20:02.528000'),(35154,'Thank you so much for the five-star rating!','2018-10-17 14:02:19.959000'),(35155,'Your positive experience means a lot to our team at SignatureCare Emergency Center. We hope you will consider us if ever you are experiencing a healthcare emergency. Thank you so much for your nice review.','2018-10-16 14:56:20.265000'),(35156,'Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Centers and for the great rating.','2018-06-10 17:16:35.302000'),(35157,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies never have a schedule. Thank you for your nice review, and we are always here whenever you need us.','2018-10-16 14:55:17.724000'),(35158,'Thank you for the five stars, Raquel! And thank you for choosing SignatureCare.','2018-10-15 17:10:59.427000'),(35159,'We are very pleased to hear that your experience with us was a good one. We appreciate the great rating and feedback and hope your friend is feeling better.','2018-10-15 17:12:43.058000'),(35160,'SignatureCare\'s wait times are usually 10 minutes or less! So it\'s great to hear that this was your experience with us. Thank you for the feedback and the great rating!','2018-10-15 17:12:04.963000'),(35161,'Thank you so much for the five-star rating! We appreciate the feedback.','2018-10-15 17:10:35.761000'),(35162,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and the very good rating!','2018-10-13 14:47:58.793000'),(35163,'Thanks so much for letting us know that our team is doing a good job. We appreciate the feedback!','2018-10-13 14:47:36.466000'),(35164,'Our patients are what keep us going strong. Thank you for your positive review, and we hope you feel better.','2018-10-11 14:43:52.561000'),(35165,'We appreciate you taking time from your busy schedule to write us a positive review. Thank you again for choosing SignatureCare Emergency Centers.','2018-10-11 14:43:34.074000'),(35166,'We are so happy to hear your experience was as it should always be when you visit SignatureCare. Thank you for choosing us!','2018-10-11 14:42:55.439000'),(35167,'Our promise to all our patients and families is to treat you like you are our ONLY patient. Thank you for giving us the chance to care for you, and thank you for the very nice review.','2018-10-11 14:42:28.947000'),(35168,'We appreciate you giving us your trust not once, but twice. We are so glad to hear that our team continues to take good care of you and that your experience with us was as it should be each time you visit SignatureCare. While we hope not to see you anytime soon, please know we are here 24/7 in case you need us again!','2018-10-05 16:24:31.100000'),(35169,'Thank you so much for the five-star rating, Lauren. We appreciate it!','2018-10-05 16:02:14.068000'),(35170,'Thank you so much for the feedback and great rating. We appreciate it!','2018-10-04 15:59:13.427000'),(35171,'We are very glad to hear about your positive experience with SignatureCare. Thank you so much for the feedback and great rating.','2018-09-24 18:22:48.317000'),(35172,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your positive review, and we are always here whenever you need us.','2018-09-24 18:22:02.837000'),(35173,'Our team appreciates receiving comments like this -- we will pass your kind words along. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare!','2018-09-24 17:41:39.764000'),(35174,'Thank you so much for the five-star rating, Chris. And thank you for choosing SignatureCare!','2018-09-18 16:25:39.763000'),(35175,'We are so sorry to hear about your recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency. Thank you for choosing us and for the nice review.','2018-09-17 17:11:12.870000'),(35176,'We have some of the best doctors and nurses in town, and we are so proud of the way they take care of our community. Thank you for choosing SignatureCare and for the nice review.','2018-09-17 17:03:40.690000'),(35177,'Our team continues to make us proud! Thank you for the nice review and great rating.','2018-09-17 17:02:47.968000'),(35178,'We\'re glad our team was able to deliver an exceptional experience. Thank you for the nice review, and if you have any additional questions, don\'t hesitate to reach back out.','2018-09-16 22:47:22.708000'),(35179,'We love feedback like this! Thank you for choosing us and for the nice review.','2018-09-16 22:46:04.090000'),(35180,'Children are a top priority at SignatureCare, and we are so proud that you chose us for your child\'s care. Thank you for your review, and we hope your little one is feeling better!','2018-09-16 22:45:43.246000'),(35181,'We are very happy to hear about your positive experience with SignatureCare. Thank you for choosing us!','2018-09-16 22:42:41.106000'),(35182,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you for choosing SignatureCare Emergency Centers and for the nice review.','2018-09-16 16:19:08.288000'),(35183,'We appreciate and value your feedback. At SignatureCare Emergency Center, we are always looking for ways to improve our services. Thank you for your positive review, and we hope you feel better.','2018-09-16 16:18:08.705000'),(35184,'Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2018-09-13 15:08:02.126000'),(35185,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for giving us the chance to care for you and for the great review.','2018-09-13 15:07:39.004000'),(35186,'Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2018-09-13 15:07:14.590000'),(35187,'We appreciate your positive feedback so much. Thank you for choosing SignatureCare and for letting us know how we are doing.','2018-09-13 15:06:48.928000'),(35188,'The board-certified team at SignatureCare cares deeply about all of our patients, and we aim to make your visit with us as quick and as painless as possible. Thank you for choosing us for your care.','2018-09-13 15:06:00.088000'),(35189,'Your positive feedback will help our SignatureCare team continue to do a great job for our patients, as we aim to make every patient’s experience speedy and comfortable. Thank you for trusting your emergency needs with us.','2018-09-13 15:05:22.876000'),(35190,'We appreciate the feedback and your recommendation. We are pleased that our SignatureCare team was able to help your friend and also make you feel welcome as well. Thank you for the nice review, and we hope your friend is feeling better.','2018-09-13 15:04:17.119000'),(35191,'Thank you so much for placing your trust in SignatureCare Emergency Center. We appreciate the feedback and great rating.','2018-09-08 16:05:29.784000'),(35192,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback as it will help us continue to serve our community well.','2018-09-07 16:33:10.150000'),(35193,'SignatureCare Emergency Center’s staff sets goals on patient satisfaction. Thank you for letting us know we’re one step closer to meeting them! We appreciate your feedback and the great rating.','2018-09-07 16:32:20.980000'),(35194,'Thank you for giving SignatureCare Emergency Centers your trust. Our trained staff is always ready to take care of your emergency needs. Thank you for the great review and we hope you are feeling better!','2018-09-07 16:30:28.317000'),(35195,'Thank you for placing your trust in SignatureCare Emergency Center. Our board-certified doctors and staff aim to provide the best possible care for everyone that walks through our doors. Thank you for choosing us!','2018-09-07 16:26:40.269000'),(35196,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your positive review, and for giving us the opportunity to care for you.','2018-09-06 16:03:16.650000'),(35197,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2018-09-06 16:02:44.929000'),(35198,'When you do have an unexpected emergency, SignatureCare is here 24 hours a day, 365 days a year, and we will always put our patients first. We hope you feel better. Thank you for the nice review!','2018-09-05 16:22:31.760000'),(35199,'At SignatureCare, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make your stay with us quick and painless. Thank you for choosing SignatureCare and for the nice review.','2018-09-05 16:21:39.304000'),(35200,'We pride ourselves in having some of the newest technology when it comes to medical equipment, which allows us to run tests quickly and begin treatment for any emergency. We are always here 365 days a year, 24 hours a day if your girlfriend feels bad again, but we really hope she is feeling better after her visit!','2018-09-05 16:20:42.431000'),(35201,'SignatureCare is here 24/7 for community members suffering a medical emergency. Thank you so much for putting your trust in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job.','2018-09-03 14:54:46.533000'),(35202,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback -- it helps us excel at our jobs.','2018-09-02 18:29:36.832000'),(35203,'We want everyone who walks through the doors at SignatureCare to feel like a VIP. Thank you for supporting us, and putting your trust in our medical team. And thank you for the nice review.','2018-09-02 18:29:09.352000'),(35204,'Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2018-09-02 18:27:31.150000'),(35205,'We are sorry to hear about your recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you need us. Thank you for choosing us and for the nice review!','2018-09-01 21:13:35.300000'),(35206,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the great rating.','2018-09-01 21:12:47.255000'),(35207,'Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing SignatureCare and for the nice review.','2018-09-01 21:11:35.611000'),(35208,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the fantastic review, and we are here 24/7 if you ever need us again.','2018-09-01 21:11:13.571000'),(35209,'We are glad to be here for you when you need us. Thank you for choosing our facility and for leaving us such a nice review. We hope you are feeling better!','2018-09-01 21:10:26.075000'),(35210,'UpDate- HI Ryan- It\'s my understanding you spoke with someone from our billing company and paid a small balance on the same day you wrote this review. I wanted to find out of there was something else that we needed to address with our billing company. Could you please reach out to me. jmartin@ercare24.com. I would appreciate it. We strive to make all patients happy and would like the change to speak with you about this. Thank You\n\nHi Ryan, I appreciate you taking the time to tell us about your recent visit with SignatureCare. We take all of our patient’s feedback very seriously. Please give us the opportunity to discuss this matter with you personally. I am positive we can come to a resolution. Can you please email jmartin@ercare24.com with your full name, date of service and location of service so that she can review your file and reach out to you? We value every patient and want 100% satisfaction for everyone who visits with us, so we appreciate the chance to make this right with you. Thank you again for your review.','2018-09-01 22:11:14.549000'),(35211,'Our board-certified doctors and staff aim to provide the best possible care for everyone that walks through our doors. Thank you for choosing our facility and for taking the time to review us!','2018-08-31 16:17:46.101000'),(35212,'Thank you for giving us your trust. We appreciate the nice review and recommendation!','2018-08-29 13:12:48.958000'),(35213,'Thank you for the five-star rating, Kyle!','2018-08-27 17:38:41.687000'),(35214,'Thank you for your fantastic review. We\'re glad our SignatureCare team was able to deliver an exceptional experience. If you have any additional questions, don\'t hesitate to reach back out.','2018-08-26 17:20:40.509000'),(35215,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback!','2018-08-24 15:26:55.558000'),(35216,'It means a lot to hear that we’re doing a good job, because our community is important to us. Thank you for your nice review.','2018-08-24 15:26:17.151000'),(35217,'Thank you so much for the positive feedback. Although we hope to not see you soon, we are here when you do have an unexpected emergency. Thanks for choosing SignatureCare.','2018-08-23 15:24:58.488000'),(35218,'Well, we certainly aim to make you feel better faster at SignatureCare, so it sounds like this was your experience with us! Thank you so much for choosing us and for reviewing our services.','2018-08-23 15:12:13.632000'),(35219,'Thank you for giving us another opportunity to care for you. We aim to make every visit as quick and painless as possible. Thank you for the nice review!','2018-08-23 14:59:05.766000'),(35220,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2018-08-23 14:58:27.962000'),(35221,'When you have an emergency, we are here 24/7 to help! Thank you for your review and for the great rating.','2018-08-23 14:49:37.096000'),(35222,'We appreciate you taking time from your busy schedule to write us such a positive review. Thank you for choosing SignatureCare!','2018-08-23 14:49:00.921000'),(35223,'We know that the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you comfortable while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the great recommendation.','2018-08-23 14:48:22.842000'),(35224,'We appreciate all feedback, as it helps us continue to improve. Thank you for choosing SignatureCare and for the nice review.','2018-08-23 14:47:28.584000'),(35225,'We are so very happy to hear about your positive experience with SignatureCare. Thank you for taking the time to let us know and to give us such a great rating.','2018-08-23 14:46:36.420000'),(35226,'We are very happy to learn your experience was pleasant, as we strive for 100% satisfaction each time you come to SignatureCare. Thank you for the nice review and great rating.','2018-08-23 14:45:15.467000'),(35227,'Our promise to all our patients is to treat you like you are our ONLY patient. We are so happy to hear your experience was exactly as it should be when you visit SignatureCare. Thanks for letting us know!','2018-08-23 14:46:02.116000'),(35228,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the nice review.','2018-08-22 12:57:22.133000'),(35229,'Our community is important to us. Thank you so much for the nice review and for taking the time to let us know how we are doing.','2018-08-22 12:56:57.376000'),(35230,'We are very happy to hear about your positive experience with our emergency room. We hope your friend is feeling better!','2018-08-22 12:56:15.678000'),(35231,'It’s great to hear how well our staff treated and that your experience at SignatureCare Emergency Center was positive. Thank you for the fantastic review, and we are always open and available when you have an unexpected emergency.','2018-08-22 12:55:18.817000'),(35232,'Our patients are what keep us going strong. Thank you for your positive review, and we hope you feel better.','2018-08-22 12:54:37.735000'),(35233,'We are always here 365 days a year, 24 hours a day if you have any medical emergency. Thank you for trusting SignatureCare with your care and for the nice review.','2018-08-22 12:54:17.664000'),(35234,'Thank you so much for the five stars, Collier. We appreciate the feedback!','2018-08-21 15:17:28.871000'),(35235,'Their compassion and dedication to others is what makes our staff special. Thank you for letting us know that they are doing a good job. Thank you for choosing SignatureCare!','2018-08-21 15:17:11.587000'),(35236,'You are most welcome! We will be sure to let our team know about your nice review. Thank you for the feedback and the great rating!','2018-08-21 15:16:21.880000'),(35237,'Thank you for the five-star rating, Tabetha. We appreciate it!','2018-08-21 15:15:55.086000'),(35238,'Our team makes us proud every day! Thank you for letting us know that they are doing a good job. We appreciate the feedback.','2018-08-20 15:22:31.481000'),(35239,'While we hope not to see you anytime soon, SignatureCare is here 24/7 in case you need us again. Thank you for giving us your trust.','2018-08-16 16:26:15.500000'),(35240,'We are sorry to hear about your ankle, but are very glad to hear our team took such good care of you. Thank you for choosing SignatureCare and for taking the time to let us know how we are doing.','2018-08-16 16:25:52.971000'),(35241,'Our staff appreciates receiving comments like this. We want everyone who walks through the doors at SignatureCare to feel like a VIP. Thank you so much for the feedback and thank you for choosing SignatureCare!','2018-08-16 16:25:10.863000'),(35242,'Our team at SignatureCare knows that your time is valuable. We make our patients the number one priority no matter their emergency. Thank you so much for your positive feedback, we appreciate it.','2018-08-15 14:04:11.170000'),(35243,'We appreciate the nice review and the recommendation. Thank you so much for the feedback!','2018-08-15 14:03:51.113000'),(35244,'Thank you so much for placing your trust in SignatureCare Emergency Center. We appreciate the nice review and hope your friend is feeling better.','2018-08-15 14:03:08.557000'),(35245,'We\'re glad our team was able to deliver an exceptional experience. If you have any additional questions, don\'t hesitate to reach back out.','2018-08-15 14:02:19.560000'),(35246,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the fantastic review, and we are open and available 24/7 when you have an unexpected emergency.','2018-08-13 13:35:08.491000'),(35247,'Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you for choosing SignatureCare Emergency Centers.','2018-08-13 13:34:20.531000'),(35248,'Thank you so much for taking the time to rate us -- we appreciate the five stars.','2018-08-12 16:19:20.913000'),(35249,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for taking the time to let us know how we are doing.','2018-08-12 16:19:04.788000'),(35250,'Thanks so much for the feedback! If there is anything we could have done to earn that fifth star, we hope you will let us know so we can improve. Thank you so much for choosing SignatureCare.','2018-08-09 16:42:53.028000'),(35251,'Thank you so much for the positive feedback. We appreciate your comments and reviews. Although we hope to not see you soon, SignatureCare is here when you do have an unexpected emergency.','2018-08-03 19:26:24.583000'),(35252,'Our goal at SignatureCare is to get you in and out quickly, and back on the road to good health. We hope that you are feeling better after your visit with us, and we appreciate the wonderful feedback and great rating.','2018-07-30 00:29:42.811000'),(35253,'SignatureCare Emergency Center takes pride in our staff, and our staff cares so much about our patients. We are so very happy to hear you loved the SignatureCare staff. We will make sure to let them know. Thank you for choosing us!','2018-07-27 14:39:41.371000'),(35254,'We know you have a choice in emergency care, and we are very proud that you chose SignatureCare Emergency Center. Our doctors and medical staff thank you for your wonderful feedback, and we will continue to provide excellent care to our patients and families.','2018-07-26 14:44:56.513000'),(35255,'We appreciate nice feedback like this, as it will help us continue to do a good job in our community. Thank you for choosing SignatureCare and for the great rating.','2018-07-20 17:01:18.580000'),(35256,'At SignatureCare Emergency Center, our number one goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2018-07-19 15:16:37.647000'),(35257,'Their compassion and dedication for helping others is why we love our employees. Thank you for your kind words, and we hope you are feeling better! Thank you for choosing SignatureCare.','2018-07-12 14:58:50.669000'),(35258,'Thank you for taking the time to rate and review us. We appreciate the feedback, and appreciate you giving SignatureCare the chance to care for you.','2018-07-10 17:06:24.015000'),(35259,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was as it should always be when you visit SignatureCare. Thank you for the nice review.','2018-07-08 17:44:29.989000'),(35260,'An emergency with your child can be a scary experience, but at SignatureCare, we understand a parent\'s anxiety and will do our best to make your visit as comfortable and as quick as possible. We are sorry to hear about your bad experience with another facility, but are so pleased that you gave us the chance to prove to you that we take all emergencies very seriously, and we hope that we provided you with the very best of care. We appreciate the great review and hope that your son is feeling better.','2018-07-03 14:43:00.870000'),(35261,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback, it helps us excel at our jobs.','2018-06-28 12:16:14.028000'),(35262,'Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you for choosing SignatureCare Emergency Centers and for letting us know how we are doing.','2018-06-21 18:48:58.519000'),(35263,'Our dedicated staff makes us proud every day! Thank you for giving us the chance to care for you, and we hope you are feeling better.','2018-06-21 18:47:40.514000'),(35264,'Thank you for choosing SignatureCare for your emergency needs. We appreciate the great feedback.','2018-06-13 17:19:41.238000'),(35265,'We appreciate and value your feedback. Thank you so much for the great rating and review. And thank you for choosing SignatureCare.','2018-06-12 16:34:25.342000'),(35266,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as we strive for excellence each time you visit our facility. Thanks for the great review!','2018-06-12 16:34:00.424000'),(35267,'Thank you for letting us care for you during your time of need. We appreciate your review and the great rating. Thank you for choosing SignatureCare!','2018-06-11 15:44:44.054000'),(35268,'We welcome your comments and reviews, and especially love hearing about the comfortable experience our patients had. Thank you for taking the time out of your day to let us know how we are doing at SignatureCare. We hope your daughter is feeling better!','2018-06-11 15:43:30.663000'),(35269,'Thank you for the five-star rating!','2018-06-09 15:54:08.764000'),(35270,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback!','2018-06-07 17:33:01.599000'),(35271,'We love hearing about the comfortable experience our patients had at SignatureCare Emergency Center. Thank you so much for the positive feedback and for the great rating.','2018-06-05 19:04:30.822000'),(35272,'Thank you for the five-star rating! We appreciate it.','2018-06-05 19:04:05.170000'),(35273,'Thank you for the five-star rating, Emily. We appreciate and value your feedback.','2018-06-04 16:33:23.872000'),(35274,'Thank you for letting us help you and help you feel better! The most stressful time for anyone is during a medical emergency. We hope we put you at ease and provided you with the best care possible.','2018-06-02 15:09:02.473000'),(35275,'We appreciate and value your feedback. At SignatureCare Emergency Center, our patients are what keep us going strong. Thank you for your positive review, and we hope you feel better.','2018-05-27 15:08:18.408000'),(35276,'Their compassion and dedication for helping others Is why we love our team at SignatureCare. Thank you for giving us the chance to take care of you, and for the nice review.','2018-05-13 16:24:33.426000'),(35277,'We aim to treat all children as if they are our own. We are pleased to hear that our team took good care of your son. Thank you for trusting us with his care, and we hope he is feeling better.','2018-05-10 15:36:15.125000'),(35278,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the fantastic review, and we appreciate the chance to care for you.','2018-05-05 16:05:29.674000'),(35279,'Thank you for your kind words, Mia! We appreciate feedback like this from our patients, and we are glad to hear that our team has treated you well. We will be sure to pass along your compliments to our staff. Thanks for choosing SignatureCare!','2018-04-25 16:51:50.738000'),(35280,'We are very sorry to hear about your billing frustrations. This type of issue is not a normal occurrence at SignatureCare. If you will send us an email, we’d appreciate the chance to make it right. Please email Tray in our billing department with the patient\'s full name, location of service and date of service, as well as your contact information, we will be in touch with you shortly. Thank you again for your review.','2018-04-25 02:42:40.937000'),(35281,'I appreciate you taking the time to tell us about your recent visit with SignatureCare. We take all of our patient’s feedback very seriously. Please give us the opportunity to discuss this matter with you personally. I am positive we can come to a resolution. If you would please email our billing department at tmoore@roundtmc.com with the patient\'s full name, date of service and location of service, as well as your contact information, we will get back with you as soon as we can to help resolve this situation. Thank you for your patience and for giving us the chance to review your case.','2018-04-25 02:38:01.398000'),(35282,'Thank you for the five-star rating, Sarah! We appreciate it.','2018-04-23 16:11:27.918000'),(35283,'We appreciate the feedback, Veronica. Thanks for the five stars!','2018-04-21 14:58:56.522000'),(35284,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us.','2018-04-20 15:32:59.394000'),(35285,'We will pass along your kind words to our team. Thank you for choosing SignatureCare.','2018-04-18 17:07:25.326000'),(35286,'We appreciate the five-star rating, Taylor. Thanks for the feedback!','2018-04-17 13:09:48.861000'),(35287,'Their compassion and dedication for helping others is why we love our employees. Thank you for your kind words, and for the nice review.','2018-04-17 13:10:59.194000'),(35288,'While we hope not to see you anytime soon, SignatureCare is open 24/7 in case you have any medical emergency. Thank you for putting your care into our hands, and thank you for the very nice review.','2018-04-15 18:25:04.802000'),(35289,'Thank you so much for taking the time to review our services. We appreciate your feedback!','2018-04-11 14:22:04.494000'),(35290,'Thank you for letting us help you and help you feel better! The most stressful time for anyone is during a medical emergency. We hope we put you at ease and provided you with the best care possible.','2018-04-11 14:21:45.861000'),(35291,'Thank you for the five-star rating, Taylar. We appreciate it so much.','2017-02-09 02:53:20.947000'),(35292,'We have some of the best nurses in Texas, and we are so glad to hear that Gabe took good care of you. Thank you for choosing SignatureCare and for the great rating!','2018-04-04 15:50:13.089000'),(35293,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2018-04-03 14:01:30.105000'),(35294,'We are very sorry to learn of your experience and take this very seriously. I would like to have the manager reach out to you and get more details on your experience. Please send an email to info@ercare24.com with your contact information so that we may reach out. Thank You.','2018-03-23 18:29:30.413000'),(35295,'Thank you for the great rating, Juan! And thank you for choosing SignatureCare.','2018-03-22 15:43:28.584000'),(35296,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for taking the time to review us.','2018-03-21 16:30:32.554000'),(35297,'SignatureCare Emergency Center strives to treat you and get you on your way quickly. No one likes the ER. We are glad to be here for you when you need us. Get Better!','2018-03-17 15:16:58.484000'),(35298,'We are so sorry to hear about your recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency. Thank you for choosing us and giving us the chance to care for you.','2018-03-11 17:17:37.460000'),(35299,'Thank you for the five-star rating! We appreciate the feedback.','2018-03-07 18:26:52.664000'),(35300,'We appreciate and value your feedback. Thank you so much for taking the time to review us, and for choosing SignatureCare.','2018-03-05 16:49:32.260000'),(35301,'We will pass along your kind words to our team. Thank you for the nice review and for choosing SignatureCare!','2018-02-28 18:01:45.791000'),(35302,'No one likes the ER, and we know this at SignatureCare. Which is why we do our best to make sure your visit with us is as pleasant and painless as possible. Thank you for trusting us with your care and for the very nice review.','2018-02-28 18:01:16.328000'),(35303,'Thank you for the five-star rating, Sarah. We appreciate the feedback.','2018-02-21 22:13:21.166000'),(35304,'We appreciate your review and recommendation. Thanks so much for choosing SignatureCare.','2018-02-19 22:04:16.865000'),(35305,'We\'re glad our team was able to deliver an exceptional experience. Thank you for your review and the great rating.','2018-02-19 22:03:51.370000'),(35306,'We appreciate the five stars, Terri!','2018-02-18 23:22:56.919000'),(35307,'Thank you for the five-star rating!','2018-02-18 23:22:45.920000'),(35308,'Thank you so much for the five-star rating, Hillary!','2018-02-15 22:46:11.862000'),(35309,'Thank you for the five stars, Gerald, and for choosing SignatureCare.','2018-02-12 20:40:31.158000'),(35310,'SignatureCare wants all of our patients to feel like VIPs. It\'s great to hear that this was your experience with our facility. Thank you for trusting us with your care and for the great review.','2018-02-08 16:45:41.883000'),(35311,'Our staff cares about our patients like they are family. We appreciate you letting us know that they are doing a good job -- we will pass along your kind words. Thanks for choosing SignatureCare.','2018-02-08 16:44:59.221000'),(35312,'At SignatureCare, we know your time is valuable, so we appreciate you taking time out of your busy day to review our services. Thanks so much for the nice review and five-star rating!','2018-02-06 16:38:38.491000'),(35313,'SignatureCare Emergency Center strives to treat you and get you on your way quickly. No one likes the ER, but we are glad to be here for you when you need us. Thanks for choosing our facility.','2018-02-05 17:30:09.428000'),(35314,'Thanks so much for the five-star rating, Nicole!','2018-02-04 14:34:21.700000'),(35315,'We appreciate the five-star rating! Thanks for the feedback.','2018-02-04 14:38:10.133000'),(35316,'Thank you for sharing your experience. We apologize it was not perfect. Our team takes every review extremely seriously and we will speak with our staff to improve communication and care. Please feel free to reach out to us at any time if you wish to discuss your visit or have additional concerns.','2018-02-04 14:37:47.462000'),(35317,'We are very sorry to hear about your billing frustrations. This type of issue is not a normal occurrence at SignatureCare. If you will please email our billing department, we would appreciate the chance to review your case and get back with you on a resolution. Please email Tray at tmoore@roundtmc.com with your full name, date of service and location of service, and Tray will get back with you as soon as possible. Thank you for your feedback --- we take it very seriously.','2018-01-31 19:29:37.960000'),(35318,'We are happy to be your neighborhood emergency center and are open 24/7 in case you need us again. Thank you for putting your trust in SignatureCare, and we hope you are feeling better.','2018-01-29 15:55:29.276000'),(35319,'Thanks so much for the five stars, Mehgan!','2018-01-27 17:08:22.741000'),(35320,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms.','2018-01-25 13:01:47.193000'),(35321,'We have some of the best nurses in Texas, and we are so glad to hear that they took such good care of you. Thank you for choosing SignatureCare.','2018-01-22 15:24:22.689000'),(35322,'Thank you for giving us the opportunity to take care of you. We appreciate the great feedback and hope you are feeling better.','2018-01-21 15:59:55.830000'),(35323,'Our staff appreciates receiving comments like this. Thanks so much for your feedback and for the great rating.','2018-01-21 15:59:14.135000'),(35324,'Our staff appreciates your feedback. It will help us continue to do a good job in our community. Thanks for choosing SignatureCare.','2018-01-20 17:24:33.408000'),(35325,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback, and thank you for choosing SignatureCare.','2018-01-18 16:58:30.596000'),(35326,'We appreciate your kind words! Thank you for choosing SignatureCare.','2018-01-18 16:58:07.242000'),(35327,'SignatureCare is here 24/7 to meet all of our emergency needs. Thank you for choosing our facility and for the great rating.','2018-01-17 16:50:45.833000'),(35328,'We appreciate the five stars! Thanks so much for the feedback.','2018-01-17 16:50:11.880000'),(35329,'Thank you so much for the five-star rating, Sarah!','2018-01-17 16:49:55.079000'),(35330,'While we hope not to see you anytime soon, SignatureCare is here 24/7 in case you need us again. Thank you for the nice review.','2018-01-17 16:49:40.932000'),(35331,'Thank you for taking time out of your day to let us know how we are doing at SignatureCare. Our community is important to us, so we appreciate your feedback.','2018-01-17 16:48:58.691000'),(35332,'Our community is important to us, so it\'s great to hear that we are doing a good job. Thank you for letting us know how we are doing and for the five-star rating!','2018-01-15 14:41:30.240000'),(35333,'What a nice thing to say! Thank you for choosing us, and for putting your trust in our SignatureCare team. We hope you are feeling better.','2018-01-08 20:11:17.387000'),(35334,'Thank you for letting SignatureCare take care of you. We appreciate your trust and thank you for the nice review.','2018-01-06 18:14:36.198000'),(35335,'While we hope not to see you anytime soon, please know that we are here 24/7 in case you need us. Thank you for trusting SingatureCare with your emergency needs and for taking the time to review our services.','2018-01-05 17:24:59.504000'),(35336,'It is our pleasure to help you feel better. Thank you for trusting SignatureCare with your care.','2017-12-30 15:55:56.771000'),(35337,'Thanks so much for the great rating and feedback. We appreciate it!','2017-12-26 19:08:10.765000'),(35338,'Great to hear that your holiday experience with us was a good one. Thank you for choosing SignatureCare.','2017-12-25 16:51:20.109000'),(35339,'Thank you for taking time out of your day to let us know how we are doing. Your positive comments mean a lot to our staff.','2017-12-24 18:22:30.006000'),(35340,'Thank you for the five-star rating, Elizabeth. We appreciate the feedback.','2017-12-24 18:22:05.153000'),(35341,'Our community is important to us, so it\'s great to hear that we are doing a good job for you. Thank you for taking the time to review us and for choosing SignatureCare.','2017-12-21 18:06:31.427000'),(35342,'Thank you for taking the time to let us know how we are doing. Your positive experience means a lot to our team at SignatureCare.','2017-12-11 16:44:02.523000'),(35343,'Thank you so much for the positive feedback. While we hope to not see you soon, SignatureCare is here when you do have an unexpected emergency.','2017-12-08 20:25:34.258000'),(35344,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you for choosing SignatureCare Emergency Centers.','2017-12-07 20:44:08.460000'),(35345,'Our registration staff is one of the most qualified in Houston, but their compassion and dedication for helping others is why we love our employees. Thank you for your kind words, and thanks for giving us the chance to take care of you.','2017-12-07 20:27:13.478000'),(35346,'Thanks for your feedback. Our community is important to us, so it\'s great to hear that we are doing a good job. Thanks for choosing SignatureCare.','2017-12-07 20:25:10.325000'),(35347,'Our staff is one of the most qualified emergency room staff in Houston, but the compassion and dedication for helping others is why we love our employees. Thank you for your kind words, and we will pass them along.','2017-08-18 21:45:05.221000'),(35348,'While we hope not to see you again soon, we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency. Thank you for taking the time to review us. We appreciate the feedback.','2017-11-30 19:42:50.531000'),(35349,'Melinda, thank you so much for letting us know about your son\'s visit. We take all complaints very seriously. We would like to look into this further so we can make sure this doesn\'t happen again. Can you email your son\'s full name, the date of his visit and the SignatureCare location address to info@ercare24.com so we can look review your case? We never want anyone to have an unsatisfactory experience with us and would love the opportunity to make it right. Thank you for your feedback.','2017-11-29 17:48:56.078000'),(35350,'We appreciate and value your feedback. Thank you for your positive review, and we hope you feel better.','2017-11-26 16:58:36.254000'),(35351,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the great review and for choosing our facility.','2017-11-24 00:11:08.474000'),(35352,'Thank you so much for the five-star rating!','2017-11-15 17:03:09.409000'),(35353,'Thank you so much for the five star rating. We appreciate it!','2017-11-14 19:12:41.107000'),(35354,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thanks so much for the nice review.','2017-11-14 19:12:25.641000'),(35355,'Thank you so much for your kind words. Your feedback will help our SignatureCare team continue to do a great job for our community. Thank you for choosing us.','2017-11-06 17:56:41.190000'),(35356,'Thank you for choosing SignatureCare and for any future recommendations you might send our way. We appreciate the feedback and the nice review.','2017-11-02 20:56:29.368000'),(35357,'Thank you for trusting SignatureCare with your recent emergency, and for letting us know that our team is doing a good job. We appreciate the feedback and the great rating.','2017-11-01 23:05:04.010000'),(35358,'Our staff makes us proud every day! Thank you for letting us know how we are doing.','2017-11-01 23:04:33.986000'),(35359,'SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency, and we will always put our patients first. We hope you feel better.','2017-10-31 21:03:42.541000'),(35360,'Our SignatureCare staff makes us proud every day with the way they take care of our patients. Thank you so much for choosing SignatureCare and for the very nice review.','2017-10-24 15:17:57.472000'),(35361,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Centers.','2017-10-23 17:59:14.942000'),(35362,'SignatureCare is open 24/7 for all your emergency needs. Thank you for trusting us, and for your recommendation!','2017-10-23 17:55:01.820000'),(35363,'Thanks Eric for the 5 star rating. We are so glad to hear you had a good experience with our Emergency rooms. Feel Better!','2017-10-19 15:09:37.824000'),(35364,'Hi Sean- Thank you for taking the time to rate us. We hope you are feeling better and remember we are always here when you need us- with Board Certified Physicians always available.','2017-10-19 15:10:46.767000'),(35365,'That\'s exactly what we strive for and we are so happy that you experienced Fast, Friendly and Helpful when you visited us. Although we do not hope to see you again soon- if you do need medical care we are here 24 hours.','2017-10-19 15:12:07.176000'),(35366,'The board-certified team at SignatureCare cares deeply about all of our patients. Thank you for entrusting our team with your care. If you need peace of mind in the future, don’t hesitate to contact us.','2017-10-16 15:23:24.314000'),(35367,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this. Thank you for supporting us, and putting your trust in SignatureCare.','2017-10-16 15:22:00.247000'),(35368,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback, it helps us excel at our jobs.','2017-10-16 15:21:00.657000'),(35369,'Thank you for letting us help you and help you feel better! The most stressful time for anyone is during a medical emergency. We hope we put you at ease and provided you with the best care possible.','2017-10-16 15:19:32.915000'),(35370,'SignatureCare is, indeed, open 24/7 for all of your emergency needs. Thank you for trusting our team to take care of you, and for the nice review.','2017-10-12 14:04:35.723000'),(35371,'Thanks so much for the five stars, Taylor. We appreciate it!','2017-10-12 14:03:47.128000'),(35372,'Thank you so much for the review and great rating. We appreciate the feedback!','2017-10-08 14:30:32.021000'),(35373,'Thank you for taking time out of your day to leave us such a nice review. We appreciate the feedback. Thanks for choosing SignatureCare!','2017-10-02 13:32:51.980000'),(35374,'When we receive feedback like this, it helps us know we’re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2017-09-18 14:17:38.182000'),(35375,'Our goal at SignatureCare is to get you in and out quickly so you can get back to your healthy life. Thanks for choosing our facility and we hope you are feeling better.','2017-09-29 14:08:45.633000'),(35376,'Thank you so much for your kind words, and for letting us take care of your son. We appreciate your trust, and we will always be here, 24/7 in case of any emergency with you or your family. Thank you for choosing SignatureCare.','2017-09-21 16:23:31.873000'),(35377,'Our team at SignatureCare knows that your time is valuable. We make our patients the number one priority no matter their emergency. Thank you so much for your positive feedback.','2017-09-17 14:17:23.157000'),(35378,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. If you have any additional questions, don\'t hesitate to reach back out.','2017-09-17 14:16:53.600000'),(35379,'We appreciate the five star rating, Brandon. Thanks for the feedback!','2017-09-15 16:22:21.933000'),(35380,'SignatureCare is open 24/7 for your medical emergency, and we appreciate you letting us help you feel better. Thanks for the nice review!','2017-09-14 17:08:11.239000'),(35381,'Thank you for letting SignatureCare take care of you during your medical emergency. We are pleased to hear that our staff took good care of you, and we appreciate the five-star rating.','2017-09-12 04:03:18.178000'),(35382,'Thank you so much for the five-star rating. We appreciate it!','2017-09-12 04:01:59.872000'),(35383,'SignatureCare\'s team aims to get you in and out quickly, so you can get back to your healthy life. Thank you for choosing our facility and for the great review and rating.','2017-09-11 01:04:57.436000'),(35384,'The most stressful time for anyone is during a medical emergency. We hope we put you at ease and provided you with the best care possible.','2017-09-10 13:37:02.564000'),(35385,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback and for letting us take care of you.','2017-09-10 13:36:43.505000'),(35386,'Thank you so much for your feedback! Our goal is to always provide the best care. Thanks for choosing SignatureCare!','2017-09-10 13:36:21.872000'),(35387,'We have some of the best nurses in Texas. We are so very happy to hear you loved your nurses and our staff. We will make sure to let them know. Thank you for choosing SignatureCare.','2017-09-09 15:41:34.625000'),(35388,'We appreciate receiving feedback like this. It helps our team continue to do a great job. Thank you so much for trusting SignatureCare with your medical needs.','2017-09-06 16:12:36.329000'),(35389,'Thank you so much for the four star review, Kevin. We want all of our customers to be 100% satisfied, so we hope you will let us know if there is anything we could have done to have earned that fifth star. Thank you so much for the feedback!','2017-09-06 16:11:14.513000'),(35390,'We love hearing about the pleasant experience our patients had at SignatureCare Emergency Center. Thank you so much for the positive feedback and five-star rating.','2017-09-04 16:58:46.593000'),(35391,'Our staff appreciates receiving comments like this. Thank you for the feedback, and for choosing SignatureCare.','2017-08-30 14:29:47.140000'),(35392,'Thank you so much for the five-star rating. We appreciate the feedback!','2017-08-30 14:28:36.500000'),(35393,'Always great to hear that our staff took good care of you! Thank you for the nice review and great rating.','2017-08-29 19:15:54.353000'),(35394,'Thank you for the fantastic review. While we hope not to see you anytime soon, we want you to know that SignatureCare is always open and available when you have an unexpected emergency.','2017-08-24 15:21:51.044000'),(35395,'We appreciate the five-star rating, Shannon!','2017-08-24 15:19:40.105000'),(35396,'It\'s great to hear that our staff was pleasant and that your experience was exactly as it should be every time you visit SignatureCare. We appreciate the nice review and five-star rating.','2017-08-23 01:36:09.590000'),(35397,'We are here for you whenever the medical emergency need arises. Thank you for choosing SignatureCare Emergency Center.','2017-08-21 18:53:32.995000'),(35398,'We are pleased to hear that our staff took good care of you. Thank you for letting us know, and we will pass along your kind words.','2017-08-21 18:52:59.879000'),(35399,'Thank you so much for your feedback! Our goal is to always provide the best care. If you have any further questions, don’t hesitate to give our team a call.','2017-08-20 02:32:43.989000'),(35400,'No one likes the ER, but we are glad to be here for you when you need us. Thank you for the nice review.','2017-08-20 02:29:36.762000'),(35401,'We appreciate your comments and reviews. Thank you for letting us take care of you.','2017-08-20 02:28:43.031000'),(35402,'We always appreciate positive feedback from our patients. Thank you for choosing SignatureCare, and we hope you are feeling better.','2017-08-20 02:27:39.702000'),(35403,'We are so sorry to hear about your recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency. Thank you for choosing our facility.','2017-08-20 02:26:59.651000'),(35404,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the nice review.','2017-08-18 21:46:07.623000'),(35405,'We always appreciate positive feedback from our patients. The SignatureCare staff is always here and willing to meet all your healthcare needs 24/7.','2017-08-18 21:45:35.676000'),(35406,'We appreciate the feedback. Thank you for the five-star rating!','2017-08-18 21:44:11.382000'),(35407,'Thank you so much for the feedback!','2017-08-18 21:43:46.860000'),(35408,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. We hope your fiance is feeling better!','2017-08-17 19:00:19.425000'),(35409,'Our staff appreciates feedback like this. Thank you for choosing SignatureCare.','2017-08-16 01:18:14.596000'),(35410,'Thank you so much for the five-star rating!','2017-08-16 01:17:50.194000'),(35411,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2017-08-12 01:41:47.414000'),(35412,'We want everyone who comes in our doors at SignatureCare to feel like a VIP. It\'s great to hear that this was your experience. Thanks for letting us know and for trusting us with your medical needs.','2017-08-05 13:44:43.033000'),(35413,'Our SignatureCare team makes us proud every day with the way they care about our patients. Thank you for letting us know they are doing a good job, and we hope you are feeling better.','2017-07-29 14:05:37.838000'),(35414,'We appreciate the feedback and the five-star rating. Thank you for choosing SignatureCare.','2017-07-28 19:08:38.731000'),(35415,'Our team at SignatureCare knows that your time is valuable. We make our patients the number one priority no matter their emergency. Thank you so much for your positive feedback, we appreciate it.','2017-07-09 23:57:26.157000'),(35416,'Thank you so much for the great rating, Emily. We appreciate it.','2017-07-01 15:33:43.715000'),(35417,'Thank you so much for your positive feedback -- we appreciate it.','2017-06-22 16:44:47.222000'),(35418,'SignatureCare Emergency Center strives to treat you and get you on your way quickly. We are glad to be here for you when you need us.','2017-06-22 16:44:16.723000'),(35419,'SignatureCare Emergency Center knows that the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. It\'s great to hear that our team did just that, and we appreciate you letting us take care of you.','2017-06-20 16:53:52.977000'),(35420,'We appreciate the five-star rating. Thank you so much!','2017-06-11 18:25:11.953000'),(35421,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your trust in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job.','2017-06-10 15:03:12.858000'),(35422,'Thank you for letting us know about your experience at SignatureCare. We aim for 100% satisfaction, and are glad to hear that your experience was exactly as it should be when you visit one of our facilities.','2017-06-02 19:54:26.048000'),(35423,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Centers.','2017-05-26 19:03:30.261000'),(35424,'At SignatureCare Emergency Center, we understand that emergencies happen and that the ER is not anyone\'s favorite place, but we appreciate you giving us the chance to take care of you. Thanks for the nice review.','2017-05-24 15:06:24.750000'),(35425,'When we receive feedback like this, it helps us know we’re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2017-05-21 22:25:49.495000'),(35426,'Your positive feedback will help our team continue to do a great job for our patients. Our staff aims to make every patient’s experience speedy and comfortable. Thank you for trusting your emergency needs with SignatureCare.','2017-05-21 22:26:55.884000'),(35427,'Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better, and thank you for choosing SingatureCare.','2017-05-21 22:24:57.887000'),(35428,'We are so glad to hear that our staff was pleasant and took good care of you. Thank you for letting us know!','2017-05-20 16:34:06.912000'),(35429,'What a nice review. We know that visiting the ER can be scary, but we are glad to hear our staff put you at ease and provided you with the best care possible. Thank you so much for sharing your experience, and for choosing SignatureCare to take care of you.','2017-05-20 16:33:38.329000'),(35430,'Thank you for letting SignatureCare help you and help you feel better! Visiting the ER can be a stressful experience, but we are glad to hear that we put you at ease and provided you with the best care possible.','2017-05-19 15:16:26.916000'),(35431,'SignatureCare Emergency Centers are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your positive review, and we are always here whenever you need us.','2017-05-17 00:23:51.409000'),(35432,'We have some of the best nurses in Texas. SignatureCare Emergency Center takes pride in our staff, and our nurses care so much about our patients. Thank you for letting us know that we are doing a good job.','2017-05-14 14:02:04.228000'),(35433,'Thank you for the five-star rating!','2017-05-14 13:58:36.926000'),(35434,'Our SignatureCare team makes us proud every day, as they always care so much about our patients. Thank you for letting us know that they are doing a good job.','2017-05-10 23:21:29.133000'),(35435,'Our community is important to us, and we are glad to hear that our SignatureCare team took good care of you. Thank you for choosing us, and for letting us help you feel better.','2017-05-08 18:00:53.921000'),(35436,'Our goal is to get you in to see our doctors quickly -- we usually only have a 10 minute wait or less. We are glad to hear that was your experience with our facility. Thank you for choosing SignatureCare!','2017-05-08 18:00:17.793000'),(35437,'Thank you so much for your feedback. While we are disappointed it\'s not a five-star review, we always take our patients\' comments seriously, and we will pass your note along to our staff. Thank you for letting us take care of you, and if you ever need us again, we hope you\'ll give us a chance to earn that last star!','2017-05-03 15:14:57.216000'),(35438,'What a nice review! It\'s great to hear our doctors and nurses took good care of you at SignatureCare. We appreciate your feedback and the really great rating.','2017-05-02 14:41:28.457000'),(35439,'Thank you for letting us help you feel better, and for any future recommendations. We appreciate it.','2017-04-29 18:22:03.599000'),(35440,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the great review.','2017-04-27 14:34:23.504000'),(35441,'We always try to provide the best care possible to all patients, no matter their emergency. We are very happy to know this was your experience with our emergency room.','2017-04-26 02:40:07.177000'),(35442,'We always appreciate positive feedback from our patients. Thank you for the nice words and great rating.','2017-04-26 02:39:29.210000'),(35443,'Thank you for the five-star rating, Katelyn.','2017-04-25 01:14:09.541000'),(35444,'Having to visit the ER can be a scary experience, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency, and we will always put our patients first. We hope you feel better.','2017-04-25 01:13:56.465000'),(35445,'Our team at SignatureCare makes our patients the number one priority no matter their emergency. Thank you so much for your positive feedback, we appreciate it.','2017-04-23 17:09:22.602000'),(35446,'At SignatureCare Emergency Center, we are always looking for ways to improve our services. Our patients are what keep us going strong. Thank you for your positive review, and we hope you feel better.','2017-04-23 17:07:52.681000'),(35447,'We appreciate the five-star rating.','2017-04-23 17:06:38.032000'),(35448,'Thank you for letting us help you feel better and for the nice review.','2017-04-21 18:12:30.156000'),(35449,'Our staff at SignatureCare makes us proud every day. We are glad to hear that they took such good care of you. Thank you so much for the nice review.','2017-04-20 15:12:19.188000'),(35450,'We are so glad to hear that our team at SignatureCare took good care of you. Thank you for the nice review.','2017-04-18 09:41:25.562000'),(35451,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this. We want everyone who walks through the doors at SignatureCare to feel like a VIP. Thank you for supporting us.','2017-04-16 19:01:30.079000'),(35452,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback, it helps us excel at our jobs.','2017-04-16 19:01:08.077000'),(35453,'We have some of the best nurses in Texas. SignatureCare Emergency Center takes pride in our staff, and our nurses care so much about our patients. We are so very happy to hear you loved Jacob. We will make sure to let him know.','2017-04-14 16:22:58.034000'),(35454,'We appreciate the five-star rating!','2017-04-12 01:04:16.688000'),(35455,'Thank you so much for the five-star rating. We appreciate it!','2017-04-10 14:58:01.010000'),(35456,'Our staff appreciates receiving comments like this. Thank you so much for the feedback and great rating!','2017-04-07 16:39:54.253000'),(35457,'We appreciate the five-star rating!','2017-04-04 01:38:30.228000'),(35458,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2017-03-31 21:49:54.397000'),(35459,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2017-03-31 21:49:29.825000'),(35460,'We appreciate comments and reviews like this. Thank you for letting us know how we are doing.','2017-03-30 01:45:12.144000'),(35461,'SignatureCare appreciates the feedback. Thank you so much!','2017-03-30 01:44:49.744000'),(35462,'Thank you for taking time out of your day to let us know how we are doing. We appreciate it.','2017-03-30 01:44:28.863000'),(35463,'SignatureCare aims for 100% satisfaction. Thank you for letting us know how we are doing and for leaving us a great rating.','2017-03-30 01:20:00.701000'),(35464,'That\'s our mantra -- quick and friendly medical care! We are glad that was your experience with SignatureCare and hope you are feeling better.','2017-03-29 02:20:41.017000'),(35465,'We love hearing that our staff was pleasant and that you had a great experience with us. Thank you for the review and rating.','2017-03-28 00:03:23.196000'),(35466,'Thank you for taking the time to review and rate us. We appreciate it.','2017-03-27 19:56:51.635000'),(35467,'No one likes visiting the ER, but we are glad to hear our team made your experience pleasurable. Thank you for giving SignatureCare the chance to take care of you.','2017-03-24 17:39:10.033000'),(35468,'We appreciate the five-star rating!','2017-03-23 17:58:13.664000'),(35469,'Thank you for the kind words -- we will pass them along!','2017-03-22 19:00:43.334000'),(35470,'Thank you for choosing SignatureCare, and for the nice review.','2017-03-22 19:00:22.221000'),(35471,'Our staff is dedicated to helping others and making your ER experience as pleasant as possible. Thank you for your kind words, and we will pass them along.','2017-03-22 18:58:03.837000'),(35472,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. We are glad to hear that we exceeded your expectations. Thank you for the great rating.','2017-03-21 01:12:25.415000'),(35473,'We appreciate you giving SignatureCare the chance to help you feel better. Thank you for the review and great rating.','2017-03-21 01:11:44.329000'),(35474,'Thank you so much for the kind words and great rating. We appreciate it.','2017-03-19 01:07:29.845000'),(35475,'Thank you for letting us help you feel better, and for the great review and rating. Feel better!','2017-03-12 20:12:30.831000'),(35476,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience.','2017-03-11 15:01:07.239000'),(35477,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and please consider us next time you are experiencing a healthcare emergency.','2017-03-11 15:00:47.046000'),(35478,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your positive review, and we are always here whenever you need us.','2017-03-11 15:00:27.816000'),(35479,'Thank you so much for the positive feedback. We appreciate your comments and reviews. Although we hope to not see you soon, we are here when you do have an unexpected emergency.','2017-03-11 14:59:28.093000'),(35480,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2017-03-11 14:58:45.764000'),(35481,'Your positive feedback will help our team continue to do a great job. Thank you for trusting your emergency needs with SignatureCare.','2017-03-08 03:34:42.640000'),(35482,'Our team at SignatureCare knows that your time is valuable. Thank you for taking the time to review and rate us.','2017-03-08 03:34:00.723000'),(35483,'Thank you for your kind words about our staff. We appreciate the feedback and rating.','2017-03-08 03:33:27.617000'),(35484,'SignatureCare is here 24 hours a day, 365 days a year. When you have an unexpected emergency, we will always put our patients first. We hope you feel better.','2017-03-05 15:15:53.696000'),(35485,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms.','2017-03-05 15:14:52.428000'),(35486,'Our SignatureCare Emergency Center staff appreciates receiving nice comments like this. Thank you for reviewing us and leaving us a great rating.','2017-03-03 21:11:04.519000'),(35487,'Thank you for letting us help you and help you feel better! We hope we provided you with the best care possible.','2017-03-02 14:04:24.293000'),(35488,'We appreciate the five-star rating. Thanks so much!','2017-03-02 14:03:42.590000'),(35489,'We are here for you whenever the emergency need arises. We know you have a choice in care, and we appreciate you choosing SignatureCare Emergency Center.','2017-03-01 01:50:04.978000'),(35490,'Thank you for your positive review, and we are always here whenever you need us.','2017-02-26 20:54:24.299000'),(35491,'Your positive experience means a lot to us at SignatureCare Emergency Center. Thank you for choosing us, and feel better!','2017-02-26 20:54:01.026000'),(35492,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience.','2017-02-25 03:43:48.008000'),(35493,'We\'re glad our team was able to deliver an exceptional experience. We appreciate your review and rating.','2017-02-23 17:54:54.265000'),(35494,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. We appreciate your feedback.','2017-02-21 23:37:50.265000'),(35495,'SignatureCare Emergency Center strives to treat you and get you on your way quickly. No one likes the ER. We are glad to be here for you when you need us. Get Better!','2017-02-13 18:06:08.005000'),(35496,'We appreciate you taking time from your busy schedule to write us such a positive review. Our team thanks you and hopes that you are feeling better.','2017-02-12 00:13:45.108000'),(35497,'We appreciate your feedback and the great rating you gave us. We hope you are feeling better!','2017-02-12 00:12:02.767000'),(35498,'SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you for choosing us!','2017-02-12 00:10:47.788000'),(35499,'We are so sorry to hear about your recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency. Thank you so much for your great review and rating.','2017-02-12 00:09:49.988000'),(35500,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for letting us know that we are doing a good job.','2017-02-10 17:34:52.955000'),(35501,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and please consider us next time you are experiencing a healthcare emergency.','2017-02-10 17:34:10.694000'),(35502,'We appreciate your feedback and rating. Thanks so much!','2017-02-10 17:32:05.334000'),(35503,'We always appreciate positive feedback from our patients. SignatureCare Emergency is here 24/7 if you need us!','2017-02-10 17:31:28.360000'),(35504,'Our community means a lot to us at SignatureCare Emergency, and we are always happy to help a member of our community feel better. Thank you for the great review and rating.','2017-02-10 17:30:46.421000'),(35505,'We are so pleased to hear that the staff at SignatureCare Emergency was able to help you feel better. Thank you for letting us know and for leaving us a great rating.','2017-02-10 17:28:21.572000'),(35506,'Thank you for taking the time to rate us. We appreciate it!','2017-02-10 17:27:16.724000'),(35507,'Thank you so much for the positive feedback. We appreciate your comments and reviews.','2017-02-09 02:56:37.442000'),(35508,'Short wait times are what we are all about. Well, that, and customer service! It\'s great to hear that you experienced BOTH at SignatureCare Emergency. We hope you will let us know if there\'s anything we could have done to earn that last star in your rating!','2017-02-09 02:54:19.086000'),(35509,'SignatureCare Emergency Center\'s staff is our pride and joy. It\'s great to hear that they were good to you and that you enjoyed them. Thank you for the great review.','2017-02-09 02:52:58.278000'),(35510,'Thank you for your great rating and for taking the time to review SignatureCare Emergency Center. We will let our staff know about your kind comments!','2017-02-07 18:58:26.385000'),(35511,'It\'s always great to hear from our customers that our staff was pleasant and accommodating. While we hope not to see you again soon, please know that SignatureCare Emergency is always here for any emergency situation. Thank you for your great review and rating.','2017-02-07 18:57:10.658000'),(35512,'Our goals are to provide the best care possible to all patients and ensure you are comfortable while waiting for diagnosis and treatment. We are very happy to know this was your experience with our emergency room.','2017-02-06 16:52:51.791000'),(35513,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your positive review, and we are always here whenever you need us.','2017-02-03 21:35:59.798000'),(35514,'At SignatureCare Emergency Center, we understand that the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing us, and for the great rating!','2017-02-01 03:07:22.050000'),(35515,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Centers.','2017-01-31 04:35:56.340000'),(35516,'Thank you for the five-star rating!','2017-01-30 02:29:17.862000'),(35517,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for your review and rating.','2017-01-29 02:39:58.826000'),(35518,'We appreciate your comments and reviews. Although we hope to not see you soon, we are here when you do have an unexpected emergency.','2017-01-29 02:39:24.169000'),(35519,'Our doctors and medical staff thank you for your wonderful feedback and great rating. Thank you for choosing us.','2017-01-29 02:38:59.228000'),(35520,'We are glad to hear that our nurses and receptionists delivered a great experience for you. Thank you for trusting us with your medical needs.','2017-01-29 02:38:14.882000'),(35521,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you so much for choosing our facility and for the great review.','2017-01-29 02:35:46.239000'),(35522,'At SignatureCare Emergency Center, our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. We do that by using our on-site state-of-the-art equipment to quickly diagnose patients and our board-certified doctors to implement treatment plans. Thank you for trusting us with your medical needs.','2017-01-26 18:16:02.457000'),(35523,'At SignatureCare Emergency Center, our patients are what keep us going strong. Thank you for your positive review, and we hope you feel better.','2017-01-26 18:14:50.723000'),(35524,'Your positive feedback will help our team continue to do a great job for our patients. Our staff aims to make every patient’s experience speedy and comfortable. Thank you for trusting your emergency needs with SignatureCare.','2017-01-25 00:45:28.616000'),(35525,'Thank you for taking the time to leave us a nice review and great rating. We appreciate the feedback, and will let our team know!','2017-01-23 21:13:12.271000'),(35526,'Our front-desk team is top notch, and we are glad you thought so, too. Thank you for trusting SignatureCare with your medical needs and for giving us such a great rating.','2017-01-23 21:12:31.163000'),(35527,'SignatureCare Emergency Center takes pride in our staff. We are so very happy to hear you loved each and every one of them. We will be sure to let them know.','2017-01-21 16:01:02.278000'),(35528,'Thank you for trusting us each time with your emergency needs. We appreciate the great review and rating.','2017-01-21 16:00:14.359000'),(35529,'We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms.','2017-01-21 15:59:42.088000'),(35530,'Thank you so much for letting SignatureCare take care of you during your recent emergency. We are glad your experience was a five-star one.','2017-01-21 15:58:44.362000'),(35531,'Working to the ER is a tough job for some, but not for our highly trained professionals. Our staff love what they do and it shows! We are happy to learn that you were well taken care of as you will always be at any of our SignatureCare locations.','2017-01-19 20:31:19.503000'),(35532,'We pride ourselves with board certified physicians, and some of the best out there. We are very happy to learn you had a great experience at our newest location! Feel Better!','2017-01-19 20:24:07.354000'),(35533,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-12 05:43:25.579000'),(35534,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-12-10 13:19:57.866000'),(35535,'Thank you for the great review Israel! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','2020-12-21 08:06:00.309000'),(35536,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-09 13:53:04.073000'),(35537,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-09 13:52:13.657000'),(35538,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-12-06 13:53:27.704000'),(35539,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-06 13:49:04.128000'),(35540,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-12-06 13:52:37.716000'),(35541,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-12-06 13:49:19.217000'),(35542,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-06 13:49:53.129000'),(35543,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-06 13:50:21.780000'),(35544,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-06 13:52:04.724000'),(35545,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-06 13:51:19.011000'),(35546,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-06 13:50:52.317000'),(35547,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-03 04:47:37.162000'),(35548,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-12-02 04:57:06.120000'),(35549,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-02 04:56:52.450000'),(35550,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-01 17:06:00.912000'),(35551,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-11-26 03:59:25.362000'),(35552,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-25 06:56:27.441000'),(35553,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-25 06:55:31.791000'),(35554,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-25 06:55:14.166000'),(35555,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-25 06:52:54.076000'),(35556,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-25 06:52:40.084000'),(35557,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-24 10:03:57.075000'),(35558,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-11-24 04:21:58.915000'),(35559,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-24 04:12:53.947000'),(35560,'Thank you for the five-star rating Claire. We appreciate it.','2020-12-21 08:05:12.303000'),(35561,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-23 05:39:33.681000'),(35562,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-23 05:39:19.203000'),(35563,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-23 05:39:02.664000'),(35564,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-23 05:27:47.870000'),(35565,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-23 05:22:48.156000'),(35566,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-23 05:21:27.366000'),(35567,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-11-22 13:51:04.280000'),(35568,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-11-22 13:50:27.506000'),(35569,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-22 13:46:18.053000'),(35570,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-22 13:45:16.092000'),(35571,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-11-22 13:44:55.920000'),(35572,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-22 08:42:22.598000'),(35573,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-11-22 08:41:44.852000'),(35574,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-11-22 08:35:18.490000'),(35575,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-22 07:31:41.476000'),(35576,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-22 07:30:55.526000'),(35577,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-22 06:26:06.353000'),(35578,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-22 06:24:24.684000'),(35579,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-22 06:12:07.750000'),(35580,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-21 12:58:17.586000'),(35581,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-21 12:58:07.978000'),(35582,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-21 12:52:48.694000'),(35583,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-21 12:52:16.642000'),(35584,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-20 09:42:45.920000'),(35585,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-20 09:16:40.408000'),(35586,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-19 05:19:55.855000'),(35587,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-11-18 07:24:22.584000'),(35588,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-17 07:21:19.357000'),(35589,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-11-17 06:56:26.626000'),(35590,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-11-17 06:55:42.886000'),(35591,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-15 04:33:44.100000'),(35592,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-14 19:36:09.782000'),(35593,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-14 19:35:17.090000'),(35594,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-14 18:45:18.138000'),(35595,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-14 18:44:49.504000'),(35596,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-14 18:34:59.765000'),(35597,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-14 18:31:03.904000'),(35598,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-14 18:12:59.122000'),(35599,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-17 05:47:34.329000'),(35600,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-14 18:12:02.954000'),(35601,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-17 05:17:27.378000'),(35602,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-11-10 07:56:44.362000'),(35603,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-10 07:52:19.726000'),(35604,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-09-22 07:08:47.402000'),(35605,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-10 07:37:43.104000'),(35606,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-10 06:36:44.370000'),(35607,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-10 06:35:37.633000'),(35608,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-10 06:26:36.805000'),(35609,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-10 06:14:15.780000'),(35610,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-11-10 06:13:19.825000'),(35611,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-10 06:06:12.558000'),(35612,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-11-09 03:36:39.428000'),(35613,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-09 03:37:16.075000'),(35614,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-09 03:37:45.533000'),(35615,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-09 03:38:03.599000'),(35616,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-11-09 03:39:04.695000'),(35617,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-11-09 03:39:20.136000'),(35618,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-09 03:38:34.255000'),(35619,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-09 03:39:42.274000'),(35620,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-09 03:40:53.787000'),(35621,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-11-09 03:41:17.721000'),(35622,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-11-09 04:39:18.438000'),(35623,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-09 04:39:51.975000'),(35624,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-09 04:40:19.808000'),(35625,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-09 04:40:54.002000'),(35626,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-09 04:41:12.037000'),(35627,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-11-09 04:58:22.384000'),(35628,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-09 04:58:40.016000'),(35629,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-11-09 04:59:11.330000'),(35630,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-11-09 04:59:36.818000'),(35631,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-09 05:00:13.923000'),(35632,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-09 05:04:54.701000'),(35633,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-09 05:05:18.115000'),(35634,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-09 05:04:34.449000'),(35635,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-09 05:04:17.484000'),(35636,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-09 05:03:52.388000'),(35637,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-09 05:03:26.667000'),(35638,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-11-09 05:03:11.973000'),(35639,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-09 05:02:55.641000'),(35640,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-09 05:02:40.659000'),(35641,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-05 17:34:58.918000'),(35642,'Thank you so much for your nice review, Erick. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-11-05 06:36:51.731000'),(35643,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-05 06:36:30.942000'),(35644,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-11-05 06:36:18.641000'),(35645,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-05 06:35:45.831000'),(35646,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-05 06:33:27.046000'),(35647,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-05 06:32:30.952000'),(35648,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-05 06:27:29.366000'),(35649,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-05 06:08:25.520000'),(35650,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-11-03 06:39:03.096000'),(35651,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-11-03 06:32:33.247000'),(35652,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-03 06:27:44.945000'),(35653,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-03 06:19:17.862000'),(35654,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-11-03 05:57:38.653000'),(35655,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-03 05:54:33.507000'),(35656,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-11-03 05:53:30.625000'),(35657,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-03 05:52:39.177000'),(35658,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-01 04:10:54.982000'),(35659,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-31 10:56:53.700000'),(35660,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-31 10:55:32.402000'),(35661,'Thank you so much for your great rating, Christina!','2020-10-29 11:23:20.434000'),(35662,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-29 17:57:33.559000'),(35663,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-29 17:54:08.030000'),(35664,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-28 19:58:28.847000'),(35665,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-28 19:58:13.311000'),(35666,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-10-28 19:47:51.948000'),(35667,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-28 19:39:27.628000'),(35668,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2020-10-28 19:29:24.886000'),(35669,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-28 19:25:49.587000'),(35670,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-28 19:12:59.082000'),(35671,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-28 19:12:41.652000'),(35672,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-28 18:50:34.728000'),(35673,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-28 18:27:44.634000'),(35674,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-10-28 18:19:34.341000'),(35675,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-28 18:16:07.774000'),(35676,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-28 18:15:43.721000'),(35677,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-28 17:42:33.241000'),(35678,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-10-28 17:42:14.297000'),(35679,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-10-28 17:32:37.748000'),(35680,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-10-28 16:50:26.430000'),(35681,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-28 16:49:54.278000'),(35682,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-28 16:15:17.303000'),(35683,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2020-10-28 10:58:00.471000'),(35684,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-10-28 10:54:35.074000'),(35685,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-28 10:52:12.731000'),(35686,'Thank you Nicole, for your great rating!','2020-10-27 17:35:32.696000'),(35687,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-28 10:45:40.311000'),(35688,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-28 10:44:01.925000'),(35689,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-10-28 10:25:07.288000'),(35690,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-28 10:01:20.092000'),(35691,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-10-19 04:23:28.519000'),(35692,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-19 04:21:21.048000'),(35693,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2020-10-19 04:20:43.754000'),(35694,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-19 04:19:26.359000'),(35695,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-20 06:44:02.099000'),(35696,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-20 06:42:02.293000'),(35697,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-18 09:05:06.178000'),(35698,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-10-14 06:16:55.767000'),(35699,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-14 05:06:42.240000'),(35700,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-14 05:06:19.559000'),(35701,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-14 05:05:51.618000'),(35702,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-14 05:03:52.245000'),(35703,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-13 05:54:22.898000'),(35704,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-13 05:06:15.568000'),(35705,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-10-13 04:20:47.513000'),(35706,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-10-12 04:31:17.747000'),(35707,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-12 04:30:08.723000'),(35708,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-10-12 04:29:22.212000'),(35709,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-12 04:28:53.191000'),(35710,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-12 04:14:11.236000'),(35711,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-10-12 04:12:40.435000'),(35712,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-11 07:29:32.560000'),(35713,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-11 07:28:39.762000'),(35714,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-11 07:28:20.291000'),(35715,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-11 07:27:02.371000'),(35716,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-11 07:26:45.800000'),(35717,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-11 07:26:22.790000'),(35718,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-10-11 07:17:41.986000'),(35719,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-10-11 07:14:09.808000'),(35720,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-11 06:52:07.240000'),(35721,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-11 06:51:49.072000'),(35722,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-11 06:47:26.765000'),(35723,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-11 06:46:56.607000'),(35724,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-11 06:45:25.812000'),(35725,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-20 06:16:13.863000'),(35726,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-10-11 06:45:08.549000'),(35727,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-11 06:43:58.189000'),(35728,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-11 06:42:48.788000'),(35729,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-11 06:39:24.208000'),(35730,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-11 05:57:00.121000'),(35731,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-10-11 05:56:27.471000'),(35732,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-10-09 20:26:53.326000'),(35733,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-09 20:28:12.584000'),(35734,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-09 20:28:46.395000'),(35735,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-09 20:29:46.976000'),(35736,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-10-09 20:25:56.028000'),(35737,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-09 20:24:46.252000'),(35738,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-09 20:23:36.741000'),(35739,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-09 20:22:49.141000'),(35740,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-09 20:22:19.824000'),(35741,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-07 07:03:05.987000'),(35742,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-07 07:03:42.923000'),(35743,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-07 07:01:12.383000'),(35744,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-04 09:03:26.805000'),(35745,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-10-04 08:24:37.907000'),(35746,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-04 08:23:54.765000'),(35747,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-04 08:23:39.980000'),(35748,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-04 08:22:54.579000'),(35749,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-04 08:22:28.053000'),(35750,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-10-04 08:16:28.085000'),(35751,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-04 08:09:43.392000'),(35752,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-10-04 08:09:28.649000'),(35753,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-04 07:46:24.233000'),(35754,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-04 07:41:37.762000'),(35755,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-04 07:41:22.494000'),(35756,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2020-10-04 07:07:08.114000'),(35757,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-01 05:45:29.802000'),(35758,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-01 05:44:47.697000'),(35759,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-01 05:43:43.682000'),(35760,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-09-27 08:55:29.275000'),(35761,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-27 08:53:38.464000'),(35762,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-09-27 08:37:43.205000'),(35763,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-09-27 08:36:17.589000'),(35764,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-09-27 08:27:26.395000'),(35765,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-09-27 08:18:14.601000'),(35766,'Thank you Giselle, for your great rating!','2020-10-01 05:59:11.529000'),(35767,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-09-27 08:05:50.914000'),(35768,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-27 07:48:25.527000'),(35769,'Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-09-23 11:15:34.880000'),(35770,'Thank you so much for your nice review. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-09-22 07:07:34.218000'),(35771,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. If you have any additional questions, don\'t hesitate to reach back out.','2020-09-20 21:21:58.199000'),(35772,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-18 05:29:58.075000'),(35773,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-09-18 05:49:38.660000'),(35774,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-09-18 05:50:30.187000'),(35775,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-09-18 05:51:59.261000'),(35776,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-09-18 06:03:39.992000'),(35777,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-09-18 05:53:09.220000'),(35778,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-09-18 05:53:30.637000'),(35779,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-16 07:23:49.725000'),(35780,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-16 07:25:05.817000'),(35781,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-18 05:54:02.355000'),(35782,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-18 05:54:51.408000'),(35783,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-09-18 06:02:00.419000'),(35784,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-09-20 20:45:13.355000'),(35785,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-09-20 20:45:36.873000'),(35786,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-09-20 20:46:01.106000'),(35787,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-09-20 20:47:07.559000'),(35788,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-09-20 21:15:27.941000'),(35789,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-09-20 21:16:46.346000'),(35790,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-09-20 21:19:54.266000'),(35791,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-09-20 21:18:18.980000'),(35792,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-09-20 21:31:58.802000'),(35793,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-09-20 21:32:22.122000'),(35794,'Thank you so much for your nice review, Renee. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-09-20 21:32:47.408000'),(35795,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-09-20 21:33:14.853000'),(35796,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-09-20 21:22:39.850000'),(35797,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-09-20 21:21:07.288000'),(35798,'We appreciate your great rating, Jim!','2020-09-18 06:13:57.132000'),(35799,'While we hope not to see you anytime soon, please know that we are here 24/7 in case of any medical emergency. We appreciate you trusting us with your care, and for taking the time to review SignatureCare.','2018-03-15 15:52:56.061000'),(35800,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-20 21:20:44.865000'),(35801,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-09-22 07:08:18.498000'),(35802,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-09-22 07:09:32.710000'),(35803,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-09-22 07:10:34.381000'),(35804,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your mother. Thank you for choosing SignatureCare.','2020-09-22 07:11:17.738000'),(35805,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-09-22 07:11:50.679000'),(35806,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-22 07:12:37.591000'),(35807,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-09-22 07:13:31.233000'),(35808,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-09-22 07:13:06.916000'),(35809,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-09-22 07:15:02.387000'),(35810,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-09-22 07:19:26.289000'),(35811,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-09-22 07:19:01.220000'),(35812,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-22 07:18:31.269000'),(35813,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-22 07:17:59.409000'),(35814,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-09-22 07:17:15.127000'),(35815,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-09-22 07:16:58.763000'),(35816,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. If you have any additional questions, don\'t hesitate to reach back out.','2020-09-22 07:16:41.672000'),(35817,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-22 07:16:08.021000'),(35818,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-09-22 07:15:51.044000'),(35819,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-09-22 07:14:23.421000'),(35820,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-09-20 21:36:19.732000'),(35821,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-09-20 21:36:45.342000'),(35822,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-20 21:37:21.184000'),(35823,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-20 21:35:01.302000'),(35824,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-09-20 21:35:34.446000'),(35825,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-20 21:34:28.431000'),(35826,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-09-20 21:34:05.435000'),(35827,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-09-10 06:14:33.603000'),(35828,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-09-10 06:14:22.177000'),(35829,'Thank you so much for giving us five stars, Brian!','2020-09-06 17:55:24.129000'),(35830,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-09-06 17:56:38.537000'),(35831,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-09-06 17:58:16.191000'),(35832,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-01 07:53:33.355000'),(35833,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-08-31 07:33:38.586000'),(35834,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director so we can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that he can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-08-27 07:30:46.366000'),(35835,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-08-26 05:58:41.920000'),(35836,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-08-23 06:37:11.304000'),(35837,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-17 19:42:35.924000'),(35838,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-17 19:42:00.247000'),(35839,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us! Hope you both are feeling well.','2020-08-17 19:41:44.813000'),(35840,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-08-17 19:41:07.952000'),(35841,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-17 19:40:06.779000'),(35842,'Thank you so much for your great rating, Pedro!','2020-08-09 15:48:39.206000'),(35843,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-09 15:47:47.834000'),(35844,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-08-09 15:47:03.552000'),(35845,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-08-09 15:46:16.478000'),(35846,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-08-09 15:46:01.489000'),(35847,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-09 15:45:13.940000'),(35848,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-07-26 07:00:52.959000'),(35849,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director so we can better understand the situation and review procedures with our team. If you would please email info@ercare24.com\nwith your full name, date of service and location of service so that he can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-07-13 14:28:31.919000'),(35850,'Thank you so much for your great rating, Lopez!','2020-07-20 05:36:04.661000'),(35851,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-07-19 05:01:40.851000'),(35852,'Thank you so much for your great rating, Mostafa!','2020-07-19 05:00:46.366000'),(35853,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-07-16 06:58:09.213000'),(35854,'Thank you so much for your great rating, McKinley!','2020-07-14 09:43:05.791000'),(35855,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-07-13 14:30:11.956000'),(35856,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-07-08 07:44:51.187000'),(35857,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-07-07 09:49:35.582000'),(35858,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-07-07 09:48:35.198000'),(35859,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-07-05 11:34:57.779000'),(35860,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback. Thank you for choosing SignatureCare!','2020-07-05 11:37:19.608000'),(35861,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-02 07:15:50.587000'),(35862,'Hello Lisa!. Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-07-01 09:25:19.738000'),(35863,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-30 06:37:01.278000'),(35864,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-28 10:44:11.050000'),(35865,'Thank you so much for your nice review, Roberto. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-06-25 10:19:05.705000'),(35866,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-06-25 10:19:38.171000'),(35867,'Thank you for the five-star rating. We appreciate it.','2020-06-21 06:51:22.340000'),(35868,'Hi Sabrina. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-06-18 07:45:44.216000'),(35869,'Hi Stefanie. We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-06-17 10:15:54.010000'),(35870,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-07-12 15:04:07.036000'),(35871,'Thank you so much for giving us five stars, Katherine!','2020-07-14 09:43:32.862000'),(35872,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-07-12 15:01:47.677000'),(35873,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-07-12 14:55:11.866000'),(35874,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-07-12 14:52:00.312000'),(35875,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-12 14:51:38.364000'),(35876,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-07-12 14:50:32.583000'),(35877,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-07-12 14:50:06.066000'),(35878,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-12 14:48:31.287000'),(35879,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-07-12 14:48:02.767000'),(35880,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-07-12 14:47:01.710000'),(35881,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-12 14:46:03.838000'),(35882,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-12 14:45:24.072000'),(35883,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-07-12 14:44:50.436000'),(35884,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-12 14:44:16.499000'),(35885,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-07-12 14:43:53.076000'),(35886,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-14 11:22:33.574000'),(35887,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-14 11:25:25.460000'),(35888,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-07-14 11:25:49.201000'),(35889,'We appreciate your great rating, Delta!','2020-07-14 09:43:58.467000'),(35890,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-14 11:26:14.144000'),(35891,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-14 11:26:30.596000'),(35892,'Thank you Jessica, for your great rating!','2020-07-14 09:44:15.906000'),(35893,'Thank you so much for giving us five stars, Sibo!','2020-07-14 09:44:29.970000'),(35894,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-14 11:26:52.619000'),(35895,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-14 11:27:10.810000'),(35896,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-07-14 11:27:30.621000'),(35897,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-07-14 11:28:10.704000'),(35898,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-07-14 11:36:21.569000'),(35899,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-07-14 11:37:19.991000'),(35900,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-14 11:38:13.737000'),(35901,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-07-14 11:38:57.653000'),(35902,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-14 11:45:47.581000'),(35903,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-14 11:46:39.574000'),(35904,'Thank you Lauren, for your great rating!','2020-07-14 11:47:17.417000'),(35905,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-07-14 11:50:05.331000'),(35906,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-14 11:49:27.053000'),(35907,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-07-14 11:48:18.969000'),(35908,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-04-08 06:11:09.097000'),(35909,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-04-08 06:03:21.773000'),(35910,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-03-19 05:08:59.368000'),(35911,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-19 05:06:54.769000'),(35912,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-03-18 09:50:05.337000'),(35913,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-03-18 05:48:30.086000'),(35914,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so very happy to hear you loved our team --- We will make sure to let them know.','2020-03-17 16:23:11.390000'),(35915,'Thank you for the great review Cookie! We appreciate your positive feedback about SignatureCare. We hope you are feeling better.','2020-03-17 02:05:41.881000'),(35916,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-03-16 06:42:56.502000'),(35917,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-11-06 08:04:59.775000'),(35918,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-03-15 07:24:19.064000'),(35919,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-03-15 07:23:52.596000'),(35920,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-03-15 06:54:09.106000'),(35921,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-03-15 06:20:45.730000'),(35922,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-12 05:27:34.039000'),(35923,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-03-12 05:28:07.932000'),(35924,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-03-12 05:20:45.563000'),(35925,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-11 05:13:53.177000'),(35926,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-03-11 05:13:24.504000'),(35927,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you for choosing SignatureCare Emergency Center.','2020-03-11 05:04:59.511000'),(35928,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-03-10 04:48:46.767000'),(35929,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-03-09 05:31:46.283000'),(35930,'Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-03-09 05:22:08.463000'),(35931,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-03-08 07:03:00.098000'),(35932,'Thank you Kenneth for your five star review and for trusting us with your care!','2020-03-08 02:03:51.776000'),(35933,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare again and for the nice review.','2020-03-08 06:54:29.030000'),(35934,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-03-08 06:48:53.144000'),(35935,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-03-08 06:36:27.589000'),(35936,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. We hope your brother is feeling better now. Thank you for your review and your recommendation.','2020-03-08 06:27:52.998000'),(35937,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-03-08 06:25:15.633000'),(35938,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-03-08 06:09:56.566000'),(35939,'Thank you for taking the time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-03-08 06:09:18.532000'),(35940,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-08 05:56:37.187000'),(35941,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-03-08 05:53:30.063000'),(35942,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-03-05 07:21:22.403000'),(35943,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-03-05 07:17:24.848000'),(35944,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-03-03 05:08:37.834000'),(35945,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-03-02 06:01:47.134000'),(35946,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-02 05:56:06.807000'),(35947,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-03-01 08:31:12.444000'),(35948,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-03-01 08:31:00.982000'),(35949,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-03-01 08:30:12.866000'),(35950,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-02-27 07:22:27.594000'),(35951,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-26 07:36:06.535000'),(35952,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know. Hope your husband is feeling well.','2020-02-26 07:23:29.617000'),(35953,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-26 07:20:29.299000'),(35954,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-02-25 07:53:01.065000'),(35955,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-02-25 07:51:21.374000'),(35956,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-02-25 07:43:02.725000'),(35957,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-02-25 07:21:33.875000'),(35958,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-02-23 08:26:25.579000'),(35959,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-02-23 08:23:57.692000'),(35960,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-23 08:18:49.660000'),(35961,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-02-23 08:08:37.045000'),(35962,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-02-23 07:59:15.311000'),(35963,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-02-23 07:57:34.848000'),(35964,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-02-20 06:20:53.484000'),(35965,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-19 05:02:59.760000'),(35966,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-02-19 05:02:29.113000'),(35967,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-18 06:24:03.034000'),(35968,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-02-18 06:23:29.651000'),(35969,'Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-02-17 07:14:57.927000'),(35970,'Thank you for the five-star rating Paula. We appreciate it.','2020-02-17 02:03:46.466000'),(35971,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-02-16 08:01:44.495000'),(35972,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-02-16 06:04:56.795000'),(35973,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-12 06:57:56.166000'),(35974,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-02-12 06:52:54.732000'),(35975,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-11 08:18:34.198000'),(35976,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-11 08:17:21.614000'),(35977,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-02-09 07:24:13.218000'),(35978,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your kiddo feels better soon!','2020-02-09 06:54:31.712000'),(35979,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-02-06 07:14:24.143000'),(35980,'Thank you so much for your feedback Grace! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-06 09:00:37.909000'),(35981,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-04 05:50:33.555000'),(35982,'Thank you for letting us help your sister! We are glad to hear our team put her at ease and provided her with the best care possible. Thanks for choosing SignatureCare.','2020-02-03 07:15:50.834000'),(35983,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-02-03 07:15:12.740000'),(35984,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-02-03 07:14:53.074000'),(35985,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us! Hope your mom is feeling better.','2020-02-03 07:14:38.700000'),(35986,'Thank you so much for giving us five stars, Anne!','2020-02-03 07:14:16.354000'),(35987,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-02-03 07:14:05.358000'),(35988,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-03 07:13:57.679000'),(35989,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-30 05:57:34.557000'),(35990,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-01-30 05:56:31.810000'),(35991,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-01-29 09:37:41.313000'),(35992,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-29 09:36:05.967000'),(35993,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-01-29 09:35:55.077000'),(35994,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','2020-01-29 09:35:39.053000'),(35995,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-01-29 09:35:29.045000'),(35996,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-29 09:33:16.541000'),(35997,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-01-29 09:33:05.932000'),(35998,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-01-29 09:32:50.060000'),(35999,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2020-01-29 09:32:28.926000'),(36000,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-29 09:32:12.194000'),(36001,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-01-29 09:32:02.911000'),(36002,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-01-29 09:31:51.406000'),(36003,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-01-29 09:30:53.450000'),(36004,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-29 09:30:34.406000'),(36005,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-01-21 06:56:56.706000'),(36006,'We appreciate your great rating, Madhurima!','2020-01-21 06:56:31.147000'),(36007,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-01-20 06:25:46.572000'),(36008,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-20 06:25:24.987000'),(36009,'We appreciate your great rating, Amanda!','2020-01-20 06:25:07.414000'),(36010,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-01-19 07:25:32.432000'),(36011,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-01-19 07:25:23.126000'),(36012,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-01-19 07:25:13.843000'),(36013,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-16 07:27:20.789000'),(36014,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-01-16 07:27:04.701000'),(36015,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-01-16 07:26:52.163000'),(36016,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-01-16 07:26:32.185000'),(36017,'Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-01-14 07:45:24.843000'),(36018,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-01-13 06:59:25.604000'),(36019,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-01-12 07:00:22.661000'),(36020,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-01-12 07:00:05.397000'),(36021,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-01-12 06:59:45.693000'),(36022,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-01-09 07:29:55.877000'),(36023,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-01-07 07:02:52.597000'),(36024,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Hope your brother is feeling better.','2020-01-06 07:18:02.517000'),(36025,'Our board-certified doctors and staff aim to provide the best possible care for everyone that walks through our doors. Thank you so much for trusting in SignatureCare Emergency Center.','2018-08-11 13:39:55.227000'),(36026,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-05 06:43:10.733000'),(36027,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-01-05 06:43:00.796000'),(36028,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-01-05 06:42:51.650000'),(36029,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-12-31 04:54:16.731000'),(36030,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2019-12-29 06:40:29.025000'),(36031,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-12-26 08:04:54.710000'),(36032,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-12-24 06:59:53.020000'),(36033,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-12-23 08:10:51.242000'),(36034,'Thank you so much for your nice review, Brenda. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2019-12-22 08:34:58.029000'),(36035,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-22 08:34:19.921000'),(36036,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-12-22 08:33:46.512000'),(36037,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-12-22 08:27:16.823000'),(36038,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-12-19 06:22:38.909000'),(36039,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2019-12-19 06:22:16.284000'),(36040,'Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2019-12-19 06:21:17.167000'),(36041,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-12-19 06:20:56.957000'),(36042,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-19 06:20:35.632000'),(36043,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-19 06:19:46.893000'),(36044,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-12-17 06:13:01.323000'),(36045,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-12-17 06:12:42.852000'),(36046,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-17 06:12:19.363000'),(36047,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-12-17 06:12:27.618000'),(36048,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-12-15 07:02:29.224000'),(36049,'Thank you so much for your rating, Alex. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-12-15 07:02:12.597000'),(36050,'Thank you for trusting us with the care of your child. We appreciate the great feedback, and are very glad to hear that our team took such good care of your kiddo.','2019-12-15 07:01:44.752000'),(36051,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-15 07:00:22.292000'),(36052,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-15 07:00:13.081000'),(36053,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-12-15 07:00:04.462000'),(36054,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2019-12-15 06:59:51.839000'),(36055,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-12-15 06:59:39.118000'),(36056,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2019-12-15 06:59:26.730000'),(36057,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-15 06:59:17.163000'),(36058,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-12-04 07:17:39.755000'),(36059,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-04 07:17:23.645000'),(36060,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-12-04 07:15:17.396000'),(36061,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-04 07:11:16.516000'),(36062,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-12-02 06:58:38.663000'),(36063,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made your wife comfortable and able to relax during her visit. Thank you for trusting SignatureCare with your emergency needs.','2019-12-02 06:58:14.699000'),(36064,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-12-02 06:57:36.637000'),(36065,'Thank you so much for your great rating!','2019-12-01 08:37:18.872000'),(36066,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-11-26 05:45:37.262000'),(36067,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-11-26 05:45:21.185000'),(36068,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2019-11-26 05:46:09.240000'),(36069,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-11-26 05:45:12.468000'),(36070,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-11-26 05:45:04.134000'),(36071,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-11-24 07:05:37.545000'),(36072,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-11-24 07:05:00.962000'),(36073,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-11-20 06:16:42.350000'),(36074,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2019-11-19 06:22:12.005000'),(36075,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made your girlfriend comfortable and able to relax during her visit. Thank you for trusting SignatureCare with your emergency needs.','2019-11-18 05:57:10.511000'),(36076,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2019-11-17 07:17:19.030000'),(36077,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-11-17 07:17:06.834000'),(36078,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-11-17 07:16:52.223000'),(36079,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-11-17 07:16:23.830000'),(36080,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-11-17 07:15:34.218000'),(36081,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-11-14 10:05:14.530000'),(36082,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-11-14 10:05:04.380000'),(36083,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-11-12 07:45:23.205000'),(36084,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-11-11 07:36:37.963000'),(36085,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-11-11 07:36:23.255000'),(36086,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-11-07 04:53:41.078000'),(36087,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-11-06 08:04:48.706000'),(36088,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-11-06 07:51:24.697000'),(36089,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you both are feeling better.','2019-11-06 07:50:56.368000'),(36090,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-11-05 07:40:33.515000'),(36091,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.','2019-11-05 07:40:59.929000'),(36092,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-11-05 07:40:20.536000'),(36093,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-11-03 06:33:32.793000'),(36094,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-11-03 06:32:42.866000'),(36095,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-10-31 09:52:30.366000'),(36096,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-10-31 09:52:18.952000'),(36097,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2019-10-30 05:46:49.397000'),(36098,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-10-29 05:50:09.000000'),(36099,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-10-29 05:49:49.212000'),(36100,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-10-27 08:37:26.042000'),(36101,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-10-27 08:37:14.641000'),(36102,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-10-24 08:04:40.321000'),(36103,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-10-23 06:43:00.303000'),(36104,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-10-22 06:36:02.155000'),(36105,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-10-21 07:09:03.272000'),(36106,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-10-21 07:08:45.250000'),(36107,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-10-21 07:07:40.197000'),(36108,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-10-20 06:42:13.475000'),(36109,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-10-20 06:42:01.496000'),(36110,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-10-15 06:45:49.719000'),(36111,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-10-15 06:45:02.241000'),(36112,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-10-13 07:24:17.593000'),(36113,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-10-13 07:24:04.358000'),(36114,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-10-13 07:18:53.202000'),(36115,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-10-10 10:29:17.071000'),(36116,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-10-10 10:29:07.215000'),(36117,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-10-10 10:29:01.267000'),(36118,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-10-09 08:19:09.311000'),(36119,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-10-09 08:18:41.856000'),(36120,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-10-01 06:19:25.444000'),(36121,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-10-01 06:19:05.856000'),(36122,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-09-24 06:38:02.108000'),(36123,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-09-24 06:37:46.091000'),(36124,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-09-23 05:42:36.270000'),(36125,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-09-22 06:11:04.973000'),(36126,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-09-22 06:10:52.617000'),(36127,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-09-22 06:10:49.761000'),(36128,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-09-22 06:09:53.922000'),(36129,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-09-22 06:09:20.684000'),(36130,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs. We hope your employee is feeling better!','2019-09-19 09:21:52.263000'),(36131,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-09-15 04:57:19.948000'),(36132,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','2019-09-15 04:57:07.372000'),(36133,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs. Hope your friend feels well.','2019-09-11 05:47:58.886000'),(36134,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2019-09-11 05:47:20.605000'),(36135,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-09-11 05:47:02.805000'),(36136,'Thank you for trusting us with the care of your husband. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-09-11 05:46:50.636000'),(36137,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-09-11 05:46:26.310000'),(36138,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-09-11 05:46:13.454000'),(36139,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-09-11 05:45:54.884000'),(36140,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-08-28 05:55:47.426000'),(36141,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs. We hope your friend gets well soon.','2019-08-25 05:19:45.671000'),(36142,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-08-25 05:18:09.126000'),(36143,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-08-24 00:49:39.521000'),(36144,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-08-20 05:31:35.002000'),(36145,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-08-20 05:31:21.486000'),(36146,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-08-18 06:00:04.129000'),(36147,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-08-18 05:59:47.304000'),(36148,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-08-18 05:59:33.934000'),(36149,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-08-18 05:59:00.336000'),(36150,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2019-08-18 05:58:32.377000'),(36151,'Thank you so much for your feedback!','2019-08-18 05:58:03.876000'),(36152,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-08-18 05:57:43.799000'),(36153,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-08-18 05:57:22.641000'),(36154,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-08-18 05:57:07.937000'),(36155,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-08-18 05:56:42.081000'),(36156,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-08-04 05:32:32.781000'),(36157,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-08-04 05:32:13.172000'),(36158,'What a nice review! Thank you for taking the time to let us know how we are doing. Our community is important to us, so we love hearing that our team is doing a good job. It\'s never fun when a parent has to visit the ER, but we aim to make you and your family as comfortable as possible while waiting for diagnosis and treatment. Thank you for choosing SignatureCare and we hope your kiddo is feeling better!','2019-08-01 03:33:43.193000'),(36159,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-07-31 06:46:59.717000'),(36160,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-07-28 07:09:39.481000'),(36161,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-07-28 07:09:03.129000'),(36162,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health and play as much as game they want to :) . We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-07-21 06:11:18.230000'),(36163,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-07-14 06:09:56.778000'),(36164,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-07-10 06:13:37.938000'),(36165,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-07-02 06:45:25.603000'),(36166,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-07-02 06:44:49.408000'),(36167,'We believe we have the very best facility in Texas with board-certified staffs, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-06-30 05:50:49.307000'),(36168,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-06-26 06:34:35.148000'),(36169,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2019-06-24 05:43:27.483000'),(36170,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your sons feel better soon!','2019-06-24 05:38:25.872000'),(36171,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-06-23 04:39:05.623000'),(36172,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-06-23 04:38:35.116000'),(36173,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-06-23 04:38:15.941000'),(36174,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-19 06:09:05.016000'),(36175,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-06-18 06:39:14.221000'),(36176,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2019-04-15 05:45:36.120000'),(36177,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-06-16 05:54:00.290000'),(36178,'Hi Paul. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-06-18 13:58:59.081000'),(36179,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-13 06:45:32.589000'),(36180,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-06-13 06:45:16.771000'),(36181,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-06-12 06:11:32.518000'),(36182,'Thank you for your rating, Shannon!','2019-06-09 07:36:29.175000'),(36183,'Hi Tricia. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-06-18 14:01:37.385000'),(36184,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-06-09 07:35:02.515000'),(36185,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-06-09 07:34:05.920000'),(36186,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that your girlfriend is feeling better. Thank you for choosing SignatureCare!','2019-06-11 11:18:56.267000'),(36187,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-06-11 11:18:56.293000'),(36188,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you and your wife. Thank you for choosing SignatureCare.','2019-06-09 07:30:07.775000'),(36189,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-06-09 07:29:16.436000'),(36190,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-05-29 06:33:07.660000'),(36191,'Thank you for trusting us with the care of your wife. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-05-28 05:47:27.054000'),(36192,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-28 05:46:31.938000'),(36193,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-05-27 05:57:42.915000'),(36194,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-05-28 05:47:50.264000'),(36195,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-05-26 06:26:19.167000'),(36196,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-05-26 06:24:58.801000'),(36197,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-05-26 06:24:16.228000'),(36198,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2019-05-23 06:33:42.903000'),(36199,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-05-21 04:16:24.656000'),(36200,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-05-21 04:15:02.183000'),(36201,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-05-19 05:24:14.860000'),(36202,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-05-19 05:23:43.323000'),(36203,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare and you are always welcome to have snacks.','2019-05-19 05:23:15.263000'),(36204,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-05-19 05:20:48.949000'),(36205,'We believe we have the very best facility in Texas with board-certified staffs, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare! By the way, how was the tea? Please let us know.','2019-05-19 05:20:20.809000'),(36206,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-05-15 06:33:38.180000'),(36207,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-05-13 06:00:22.873000'),(36208,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-05-12 04:53:56.648000'),(36209,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-05-12 04:52:29.158000'),(36210,'What a nice review! We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-05-12 04:51:53.101000'),(36211,'We believe we have the very best staff in Texas. Thank you for your review and rating!','2019-05-07 04:15:07.911000'),(36212,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope Jessica is feeling better.','2019-05-07 04:14:23.480000'),(36213,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-05-06 05:55:52.611000'),(36214,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2019-05-05 13:46:52.033000'),(36215,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s and grand-daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope they both are feeling better.','2019-05-02 09:23:25.012000'),(36216,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-02 09:22:16.276000'),(36217,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-02 09:21:50.129000'),(36218,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-05-02 09:21:28.257000'),(36219,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-05-02 09:20:51.399000'),(36220,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-05-02 09:20:31.536000'),(36221,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-05-02 09:19:19.998000'),(36222,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-05-02 09:18:54.706000'),(36223,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-04-26 10:03:04.670000'),(36224,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-04-26 09:36:22.003000'),(36225,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-04-22 06:13:47.496000'),(36226,'SignatureCare Emergency Centers have a much shorter wait time -- usually 10 minutes or less. We apologies, if it took more than this. Thank you so much for your nice review, Catherine. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-04-22 06:13:26.854000'),(36227,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2019-04-17 07:09:11.899000'),(36228,'We are so sorry to hear about your recent emergency, but SignatureCare is here 24 hours a day, 365 days a year when or if you need us. Thank you for giving us the chance to care for you and for your nice review. We appreciate and value your feedback.','2019-04-15 05:47:34.966000'),(36229,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-04-09 14:16:13.573000'),(36230,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-04-07 05:49:07.654000'),(36231,'Thank you for trusting us with the care of your daughter. At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. We appreciate the great feedback, and are very glad to hear that our team took such good care of your daughter.','2019-04-04 05:11:44.911000'),(36232,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. Thank you for choosing us!','2019-04-03 06:28:22.701000'),(36233,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope she is feeling better.','2019-04-02 07:16:26.739000'),(36234,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2019-03-31 06:39:47.399000'),(36235,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Kids are the best creation in the world. We love their company. Thank you for choosing SignatureCare and for the nice review.','2019-03-31 06:38:45.324000'),(36236,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-03-31 06:33:27.181000'),(36237,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. By the way, how was the coffee and snacks? Thank you for the wonderful feedback and we hope your friend feels better soon!','2019-03-28 04:54:44.331000'),(36238,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-03-27 09:15:56.821000'),(36239,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-03-27 05:40:20.591000'),(36240,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-03-27 05:39:59.522000'),(36241,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-03-27 05:38:27.250000'),(36242,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-03-24 07:02:36.527000'),(36243,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-02-25 12:32:29.864000'),(36244,'What a nice review! Thank you for taking the time to let us know how we are doing. We want everyone who walks through our doors to feel like a VIP. Our staffs appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for supporting us, and putting your trust in SignatureCare.','2019-03-21 06:28:45.848000'),(36245,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-03-20 06:47:34.256000'),(36246,'What a nice review! Thank you for taking the time to let us know how we are doing. Our community is important to us. You know, SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention.','2019-03-19 07:12:10.641000'),(36247,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2019-03-19 07:08:36.246000'),(36248,'Thanks for your great words and 5 star rating!','2019-03-18 06:16:31.776000'),(36249,'At SignatureCare, our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. Thanks for recommending us!','2019-03-18 06:15:48.103000'),(36250,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-03-14 06:26:35.744000'),(36251,'Thank you for your rating, Hannah!','2019-03-14 06:25:55.923000'),(36252,'At SignatureCare, our aim is to make your visit as quick and painless as possible. We believe we have the very best staff in Texas. Thank you for your feedback and the great rating!','2019-03-13 06:16:06.952000'),(36253,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-03-10 08:44:05.570000'),(36254,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention, even on the holidays. Thank you again for choosing us!','2019-03-10 08:43:24.325000'),(36255,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-03-10 08:42:11.452000'),(36256,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-03-10 08:40:55.440000'),(36257,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-03-10 08:40:09.281000'),(36258,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-03-10 08:38:04.959000'),(36259,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-03-10 08:36:56.942000'),(36260,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-03-10 08:35:14.932000'),(36261,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-03-04 13:08:07.980000'),(36262,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2019-03-04 13:00:49.486000'),(36263,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-03-03 12:44:26.029000'),(36264,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-03-03 11:34:19.895000'),(36265,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-02-27 13:50:40.852000'),(36266,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-02-25 12:31:30.510000'),(36267,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-02-25 12:30:50.042000'),(36268,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-02-25 12:30:10.090000'),(36269,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-02-24 12:16:42.935000'),(36270,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2019-02-24 12:17:10.421000'),(36271,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-02-24 12:18:08.681000'),(36272,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-02-17 10:30:52.645000'),(36273,'SignatureCare Emergency Center takes pride in our staff, and our staff cares so much about our patients. We are so very happy to hear you loved your team. We will make sure to let them know.','2019-02-17 10:31:19.904000'),(36274,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so very happy to hear you loved your team --- We will make sure to let them know.','2019-02-17 10:31:46.555000'),(36275,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-02-14 13:29:40.486000'),(36276,'Thank you for your continued trust. The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2019-02-13 12:44:57.794000'),(36277,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-02-11 12:42:57.802000'),(36278,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-02-07 13:58:20.367000'),(36279,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-02-06 13:19:34.902000'),(36280,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-02-05 13:51:56.198000'),(36281,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2019-02-05 13:53:46.484000'),(36282,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-02-03 12:32:08.897000'),(36283,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-02-03 12:29:53.065000'),(36284,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-02-03 12:28:46.924000'),(36285,'Its their compassion that makes our staff exceptional, and SignatureCare Emergency Center takes pride in our staff as they care so much about patients of all ages, specially children. We are so very happy to hear you loved your team and we will make sure to let them know. We hope for your son\'s great health \"To Infinity .... And Beyond!','2019-02-03 12:27:45.072000'),(36286,'What a nice review! Thank you for taking the time to let us know how we are doing. Our community is important to us, so we love hearing that our team is doing a good job. The board-certified team cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. We have much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors can handle most of the same emergencies as a hospital. Thank you for choosing SignatureCare we sincerely appreciate your wonderful feedback and your recommendation.','2019-02-03 12:13:11.997000'),(36287,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of priority professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2019-01-31 18:55:15.350000'),(36288,'Thanks for rating 5 star, Rahul!','2019-01-30 13:35:28.485000'),(36289,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-01-24 08:02:44.457000'),(36290,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so very happy to hear you loved your team --- We will make sure to let them know.','2019-01-24 08:02:24.087000'),(36291,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2019-01-23 13:58:28.810000'),(36292,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2019-01-23 16:13:20.115000'),(36293,'We want everyone who walks through our doors to feel like a VIP. Our goal is to get you in and out quickly and back to good health. Thank you for supporting us, and putting your trust in SignatureCare.','2019-01-20 11:20:32.125000'),(36294,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-01-18 16:04:10.529000'),(36295,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-01-13 12:42:44.630000'),(36296,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing SignatureCare and for your recommendation.','2019-01-10 11:09:53.661000'),(36297,'Hi Chris, we appreciate you giving SignatureCare your trust time and again for your family medical emergencies and taking time out of your day to write us such a positive feedback. Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. It\'s their compassion for others that makes our employees so special. We are so glad to hear that our team took such good care of your family, and in a quick and efficient manner. We hope both your father in law and your new baby are in good health now.\nSignatureCare Emergency Centers are open 24/7 and here when an unexpected emergency happens, even during holidays. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies.','2019-01-09 07:26:05.178000'),(36298,'We always appreciate positive feedback from our patients. We are so very happy to hear you loved your team. We will make sure to let them know. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for trusting SignatureCare!','2019-01-09 07:35:36.288000'),(36299,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-01-08 12:03:13.553000'),(36300,'Thank you so much for the five-star rating, Jean!','2019-01-07 19:00:22.747000'),(36301,'Thank you for letting SignatureCare help you and help you feel better! The most stressful time for anyone is during a medical emergency. We hope we put you at ease and provided you with the best care possible.','2019-01-06 18:28:25.786000'),(36302,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2019-01-05 19:08:41.425000'),(36303,'We appreciate and value your feedback. At SignatureCare Emergency Center, we are always looking for ways to improve our services. Our patients are what keep us going strong!','2019-01-05 19:08:27.124000'),(36304,'Our community is important to us, so it\'s great to hear that our team is doing a good job. Thank you so much for the nice review and for choosing SignatureCare.','2019-01-03 17:29:41.672000'),(36305,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your positive review, and we are always here whenever you need us.','2019-01-02 16:45:07.303000'),(36306,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and please consider us next time you are experiencing a healthcare emergency.','2019-01-02 16:44:45.880000'),(36307,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback, as it helps us excel at our jobs.','2019-01-01 19:38:24.632000'),(36308,'Thank you for the five-star rating, Rebekah!','2018-12-27 15:13:16.316000'),(36309,'Our goals are to provide the best care possible to all patients and ensure families are comfortable while waiting for diagnosis and treatment. We are very happy to know this has been your experience with our emergency room.','2018-12-27 15:13:50.379000'),(36310,'At SignatureCare Emergency Center, we love all our patients, and our number one goal is to treat and diagnose quickly and ensure you feel better faster. We do that by using our on-site state-of-the-art equipment to quickly diagnose patients and our board-certified doctors to implement treatment plans. Thank you for trusting us with your medical needs.','2018-12-20 18:36:51.834000'),(36311,'We are so sorry to hear about your recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency, and we will always put our patients first. We hope you feel better.','2018-12-18 16:53:17.759000'),(36312,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the fantastic review, and we are always open and available when you have an unexpected emergency.','2018-12-12 20:03:00.986000'),(36313,'We aim to get you in and out quickly so you can get back on the road to good health. Thank you for the nice review and for choosing SignatureCare.','2018-12-10 22:54:54.868000'),(36314,'We pride ourselves in having some of the newest technology when it comes to medical equipment, which allows us to run tests quickly and begin treatment for your emergency. SignatureCare is always here 365 days a year, 24 hours a day if you need us again. Thank you for the good rating, and please let us know what we could do to earn that fifth star -- we aim for 100% satisfaction!','2018-12-09 16:10:59.005000'),(36315,'We are so sorry to hear about your recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency, and we will always put our patients first. We hope you feel better.','2018-12-08 15:10:35.467000'),(36316,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Centers.','2018-12-08 15:11:19.545000'),(36317,'Their compassion and dedication for helping others is why we love our employees. Thank you for your kind words, and we will pass them along. Thank you so much for choosing SignatureCare.','2018-12-08 15:10:57.273000'),(36318,'We appreciate you giving us your trust time and again when it comes to your emergency needs. Thank you so much for taking the time to let us know how we are doing. While we hope not to see you anytime soon, SignatureCare is here 24/7, 365 days a year if you ever need us again.','2018-12-07 16:31:49.186000'),(36319,'Thanks for the nice review. SignatureCare Emergency Centers are here 24/7 for all your emergency needs, and we promise to always put our patients first. Thank you for choosing us and for taking the time to let us know how we are doing.','2018-12-06 16:02:54.669000'),(36320,'Our team at SignatureCare knows that your time is valuable. We make our patients the number one priority no matter their emergency. Thank you so much for your positive feedback, and thank you for choosing us!','2018-12-02 16:32:08.749000'),(36321,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. thanks for the nice review.','2018-11-29 18:36:28.917000'),(36322,'Thank you for the kind words -- we will pass them along to our team. We aim to make every visit as quick and as painless as possible. Thank you for giving us the chance to care fo you.','2018-11-27 15:38:11.477000'),(36323,'Emergencies are never fun -- especially while on vacation! We appreciate the opportunity to care for you during your emergency and we hope you are feeling better. Thank you so much for the nice review and for choosing SignatureCare.','2018-11-27 15:37:17.097000'),(36324,'We appreciate your kind words and the great rating. We aim for 100% satisfaction at SignatureCare, so it\'s great to hear that our team took such good care of you. Thank you for choosing us!','2018-11-26 15:47:18.234000'),(36325,'Thank you so much for your nice review. At SignatureCare, we want all parents to know that we will treat their children as if they are our own. It\'s so nice to hear that our team took good care off you and your son. Please don\'t hesitate to call if you need us again; we are here 24/7!','2018-11-23 16:58:44.527000'),(36326,'Children cannot always tell us what’s wrong like an adult, but at SignatureCare, we use our state-of-the-art equipment and onsite lab services to quickly diagnose young children so parents can feel at ease and their children can begin feeling better quickly. Thank you for your great review and we hope your son is feeling better.','2018-11-19 19:12:38.088000'),(36327,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. Thank you for taking the time to let us know how your visit with us was and we appreciate the great rating!','2018-11-10 14:57:19.489000'),(36328,'At SignatureCare Emergency Center, we love all our patients, and our number one goal is to treat and diagnose quickly and ensure you feel better faster. We do that by using our on-site state-of-the-art equipment to quickly diagnose you and our board-certified doctors to implement your treatment plan. Thank you for choosing us and for the nice review!','2018-11-07 17:09:50.556000'),(36329,'Ah, the \"something in my child\'s nose\" emergency -- most parents have been there! It\'s always scary when this happens, but at SignatureCare, we want parents to know that we will treat their child as if they are our own. We are so pleased to hear that our team took such good care of you all, and we hope your little one is breathing better this morning. Thank you for trusting us with his care, and thank you for the nice review.','2018-11-07 16:42:11.038000'),(36330,'We appreciate the good rating, Grace. We hope if there is anything we could have done to earn that fifth star, you will let us know, as we aim for 100% satisfaction each time you visit one of our emergency rooms. Thank you for taking the time to rate us! We value your feedback.','2018-11-06 16:29:47.327000'),(36331,'At SignatureCare, we aim to provide the best care possible to all patients and ensure families are comfortable while waiting for diagnosis and treatment. We are very happy to know this was your experience with our emergency room. Thank you so much for choosing us!','2018-11-06 16:30:16.950000'),(36332,'Our doors are always open (and the wait time is usually 10 minutes or less!) for community members suffering a medical emergency. Our community is important to us, so it\'s great to hear that our team is doing a good job. Thank you for choosing SignatureCare, and we hope your husband is feeling better!','2018-11-03 13:32:04.932000'),(36333,'Thank you so much for the feedback and great rating. And thank you for choosing SignatureCare!','2018-10-28 23:16:58.572000'),(36334,'While we hope not to see you anytime soon, SignatureCare is here 24/7 in case you ever need us again. Thank you for choosing us and for taking the time to let us know how we are doing. We hope you are feeling better!','2018-10-24 14:58:35.377000'),(36335,'Emergencies are never fun, but especially when you are traveling. Thank you for trusting your emergency with SignatureCare, and we hope you are feeling better.','2018-10-21 15:37:28.276000'),(36336,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us and for the nice review.','2018-10-20 14:59:17.849000'),(36337,'Thank you for the five-star rating. We appreciate it!','2017-11-05 16:50:36.944000'),(36338,'Thank you so much for placing your trust in SignatureCare Emergency Center. And thank you for the nice review!','2018-10-18 15:23:03.224000'),(36339,'Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2018-10-18 15:22:40.571000'),(36340,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the great review and rating. We appreciate the feedback and are here 24/7 in case you need us again.','2018-10-18 15:19:38.477000'),(36341,'Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thank you so much for your nice review and the five star rating!','2018-10-16 14:57:05.148000'),(36342,'Thank you so much for taking the time to let us know how we are doing. And thank you for choosing SignatureCare.','2018-10-15 17:13:07.793000'),(36343,'We love hearing about the comfortable experience our patients had at SignatureCare Emergency Center. Thank you so much for the positive feedback and for choosing SignatureCare!','2018-10-14 14:25:16.735000'),(36344,'It\'s never fun to visit the ER, especially when it\'s your spouse who isn\'t feeling well. Thank you for trusting us with his care and we hope he is feeling better. Thank you so much for choosing SignatureCare!','2018-10-13 14:48:36.217000'),(36345,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Centers.','2018-10-06 14:09:10.804000'),(36346,'We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. SignatureCare Emergency Center is here 24/7 in case you need us again. Thank you for choosing us and for the nice review!','2018-10-05 16:23:07.084000'),(36347,'Their compassion and dedication for helping others is why we love our employees. We will be sure to let them know about your nice review. Thank you for choosing SignatureCare, and we hope you are feeling better.','2018-10-01 15:54:40.349000'),(36348,'Thank you for your review and great rating. We appreciate the feedback.','2018-09-29 16:23:25.185000'),(36349,'Thank you so much for taking the time to let us know how we are doing. Our community is important to us, so it\'s great to hear that we are doing a good job. Thank you for trusting us with your care, and know that we are here 24/7 in case you ever need us again.','2018-09-28 15:02:16.134000'),(36350,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. Thank you so much for choosing us and for the great review!','2018-09-25 17:02:58.655000'),(36351,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your trust in the board-certified doctors, nurses and staff at SignatureCare.','2018-09-20 16:55:13.850000'),(36352,'Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. SignatureCare is open 24 hours so you have peace of mind during your next emergency. Thank you for the nice review and great rating, and we hope you are feeling better.','2018-09-19 16:57:54.574000'),(36353,'Your positive experience means a lot to our team. Thank you for choosing SignatureCare, and we wish you the best of luck with your marketing career!','2018-09-19 16:57:09.261000'),(36354,'It is completely our pleasure to serve you and our community. Thank you so much for letting us know that our team took such good care of you. SignatureCare is here 24/7 should you need us again.','2018-09-14 13:59:35.837000'),(36355,'We strive to set the standard in emergency care, so thank you for letting us know that our team did such a good job taking care of you. Thank you for choosing SignatureCare and for the very nice review. We appreciate and value your feedback.','2018-09-13 15:09:25.599000'),(36356,'Our goal is to get you in and out quickly and back on the road to good health. Thank you for giving us the chance to care for you and for your nice review.','2018-09-10 16:07:07.669000'),(36357,'Never fear -- we have SIX Houston-area locations (with more to come) so we are always here for you if you need us. Thank you for letting us know how we are doing and for the great rating!','2018-09-02 18:35:48.301000'),(36358,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Centers.','2018-09-01 21:15:22.809000'),(36359,'Thank you for trusting us with the care of your son. We appreciate the great feedback and rating, and we hope your son is feeling better. Thanks for choosing SignatureCare!','2018-08-30 16:16:51.917000'),(36360,'Thank you for taking time out of your day to review SignatureCare Emergency Center\'s services. Our goal is to make sure every patient’s needs are addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2018-08-28 14:55:47.976000'),(36361,'We appreciate you giving us the chance to care for you and your children time and again at SignatureCare. Your trust means a lot to us, as does your positive feedback. Thank you for choosing us, and for your very kind recommendation.','2018-08-28 14:54:17.521000'),(36362,'Thank you for the great review. We are open 24/7 when you have an unexpected emergency. Thanks for choosing SignatureCare!','2018-08-28 14:47:59.179000'),(36363,'Our board-certified doctors and staff aim to provide the best possible care for everyone that walks through our doors. Thank you for choosing our facility and let us know if you have any further questions about your treatment.','2018-08-26 17:21:12.115000'),(36364,'Your positive feedback will help our team continue to do a great job for our patients. Thanks for choosing SignatureCare!','2018-08-24 15:27:30.002000'),(36365,'Thanks so much, Joseph! We appreciate the feedback and the five stars. We are here 24/7 in case you ever need us again.','2018-08-21 15:40:02.087000'),(36366,'SignatureCare\'s goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thank you for choosing us!','2018-08-21 15:39:40.118000'),(36367,'At SignatureCare Emergency Center, our number one goal is to treat and diagnose quickly by using our on-site state-of-the-art equipment to diagnose patients and our board-certified doctors to implement treatment plans. Thank you for choosing us and we are glad to hear that you are feeling better.','2018-08-21 15:38:52.615000'),(36368,'Thank you so much for the nice review and great rating. We appreciate it!','2018-08-19 17:16:50.270000'),(36369,'We are so pleased to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the fantastic review, and know that we are available 24/7 if and when you have another unexpected emergency.','2018-08-17 14:52:26.568000'),(36370,'Our staff aims to make every patient’s experience speedy and comfortable. Thank you for trusting your emergency needs with SignatureCare.','2018-08-16 16:28:49.238000'),(36371,'Our team at SignatureCare knows that your time is valuable. We make our patients the number one priority no matter their emergency. Thank you so much for your positive feedback.','2018-08-16 16:29:16.160000'),(36372,'When we receive feedback like this, it helps us know we’re doing something right in our community. Thank you so much for letting us know how we are doing.','2018-08-16 16:28:29.182000'),(36373,'What a nice review! Thank you so much for putting your trust in our hands once again and for taking time out of your day to review us. We appreciate it!','2018-08-16 16:27:34.285000'),(36374,'No one likes the ER, but we want you to know that we will try to make you as comfortable as possible when you have to visit us. Thank you so much for the nice review and great rating.','2018-08-16 16:26:56.855000'),(36375,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the great review and five-star rating.','2018-08-07 17:35:53.332000'),(36376,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear about your positive experience with SignatureCare. Thank you for rating us and letting us know how we are doing.','2018-08-07 17:31:14.896000'),(36377,'SignatureCare\'s trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2018-08-02 15:40:19.409000'),(36378,'We appreciate the great feedback. Thank you for choosing SignatureCare and for taking the time to let us know how we are doing.','2018-07-31 01:47:35.546000'),(36379,'Our promise to all our patients is to treat you like you are our ONLY patient. We are so happy to hear your experience was as it should always be when you visit us. Thank you for choosing SignatureCare.','2018-07-28 15:31:09.383000'),(36380,'Our dedicated staff makes us proud every day. Thank you for letting us know that they are doing a good job in our community. We appreciate the feedback and great rating.','2018-07-26 14:45:34.603000'),(36381,'Our SignatureCare team loves hearing about the great experience our customers had when visiting us. Thank you for giving us the chance to take care of you during your medical emergency, and we hope you are feeling better.','2018-07-25 14:28:10.742000'),(36382,'Thank you for your kind words -- we will pass them along to our team. Thank you for choosing SignatureCare!','2018-07-25 14:25:57.673000'),(36383,'It means a lot to hear that we’re doing a good job. Our community is important. If you have any questions, or need help again, don’t hesitate to call. Thank you for choosing SignatureCare.','2018-07-22 17:19:14.140000'),(36384,'We are glad to learn you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Thank you so much for the nice review and we hope you are feeling better.','2018-07-08 17:47:07.919000'),(36385,'We appreciate the feedback, Jeff. Thank you so much for trusting our team with your medical emergency, and thank you for choosing SignatureCare.','2018-07-04 13:34:09.856000'),(36386,'Thank you for the five star review, Renee. We appreciate the feedback.','2018-06-28 12:16:32.185000'),(36387,'Our promise to all our patients is to treat you like you are our ONLY patient. We are so happy to hear your experience was as it should always be when you visit SignatureCare. Thank you for the great review!','2018-06-27 14:13:44.275000'),(36388,'Thank you for the five-star rating! We appreciate the feedback.','2018-06-23 14:46:55.449000'),(36389,'We want all of our patients to feel like VIPs from the moment you walk in our doors. Thank you for trusting our board-certified team with your medical emergency. We appreciate your trust and your very nice review.','2018-06-19 17:03:35.375000'),(36390,'SignatureCare Emergency Center’s staff sets goals on patient satisfaction. Thank you for letting us know we’re one step closer to meeting them!','2018-06-17 17:07:32.607000'),(36391,'SignatureCare has shorter wait times than most hospitals -- usually 10 minutes or less. It\'s great to hear that this was your experience with our facility, as we aim for excellence each time you visit us. Thank you for choosing SignatureCare and we hope you are feeling better.','2018-06-16 14:53:52.529000'),(36392,'Our SignatureCare team makes us proud every day with their compassion and dedication for helping others. Thank you for letting us take care of you, and we hope you are feeling better.','2018-06-11 15:45:19.189000'),(36393,'SignatureCare wants all parents to know that we will treat their children as if they are our own. Visiting the ER with your child is never fun, but we are glad to hear that our staff took good care of the both of you. Thank you for choosing us and for the great review.','2018-06-08 16:29:26.734000'),(36394,'Thank you so much for the feedback! We appreciate your comments and reviews. And thank you for choosing SignatureCare!','2018-06-03 16:08:27.357000'),(36395,'Thank you so much for placing your trust in SignatureCare Emergency Center. Our board-certified doctors and staff aim to provide the best possible care for everyone that walks through our doors. Thank you for choosing our facility and we hope your son is feeing better.','2018-05-28 18:36:27.554000'),(36396,'SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency, and we will always put our patients first. Thank you for trusting us with your care.','2018-05-25 14:44:43.374000'),(36397,'Emergencies happen, and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment is in process. Thank you for choosing SignatureCare and for the fantastic review. We hope you are feeling better!','2018-05-25 14:46:19.531000'),(36398,'That\'s our goal at SignatureCare -- to make your visit as quick and painless as possible. It\'s great to hear that this was your experience at or facility. Thank you for giving us the chance to care for you!','2018-05-24 16:03:39.345000'),(36399,'Thank you so much for the five-star rating!','2018-05-23 15:13:55.719000'),(36400,'We appreciate the review and great rating. Our community is important to us, so it\'s good to hear that we are doing a good job. Thank you for choosing SignatureCare.','2018-05-21 19:59:46.201000'),(36401,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our team will make your visit quick and painless. We are sorry that you had to visit more than one medical facility to get the proper diagnosis, but we are glad to hear that SignatureCare was the one that made you feel better. Thanks for giving us the chance to care for you.','2018-05-18 15:50:19.216000'),(36402,'Their compassion and dedication for helping others is why we love our employees. AND their attention to detail! Thank you for your kind words, and we will pass them along. Thanks for choosing us for your emergency needs.','2018-05-18 15:24:19.201000'),(36403,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. Our doctors and medical staff thank you for your wonderful feedback, and we will continue to provide excellent care to our patients and families. We hope you are feeling better.','2018-05-16 17:12:32.609000'),(36404,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this. Thanks for choosing SignatureCare and for giving us such a great rating.','2018-05-15 17:16:37.400000'),(36405,'Thank you for your feedback, it helps us excel at our jobs. We aim for 100% satisfaction at SignatureCare Emergency Center, and we are glad to hear that was your experience with our emergency room.','2018-05-14 16:02:32.238000'),(36406,'Thank you for taking the time to let us know how we are doing. Our community is important to us, so it’s great to hear that we are doing a good job. Thank you for choosing SignatureCare!','2018-05-10 15:34:54.374000'),(36407,'SignatureCare Emergency Center takes pride in our staff, because our staff cares so much about our patients. We are so very happy to hear about your positive experience at our facility. Thank you for taking the time to leave such a nice review!','2018-04-25 16:53:04.281000'),(36408,'We appreciate you letting us care for you not once, but twice! No one likes the ER, but we are glad to hear our team was quick and efficient during your visit. We will pass along your kind words to them. Thank you for your review.','2018-04-24 16:52:16.065000'),(36409,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs. And thank you for the nice review.','2018-04-22 16:55:45.544000'),(36410,'We appreciate you taking the time to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you for choosing SignatureCare Emergency Centers.','2018-04-17 13:11:32.713000'),(36411,'Thank you so much for your feedback and the great rating! Yes, you are right that we do not accept Medicare, but this is not a facility choice. SignatureCare ER is a freestanding emergency room not affiliated with a hospital, and Medicare and Medicaid do not participate with emergency rooms that are not part of a hospital system. We hope this is a policy that changes in the future! But we are very pleased that our team took good care of you while you were here. While we hope not to see you anytime soon, we are here for you 24/7 should the need arise again. Thank you again for your nice review.','2018-04-12 17:08:22.564000'),(36412,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We are glad to learn you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Thank you so much for the great review.','2018-04-10 20:30:13.327000'),(36413,'We always appreciate positive feedback from our patients. Thank you for letting us know that we are doing a good job. And thank you for choosing SignatureCare!','2018-04-09 17:16:49.306000'),(36414,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2018-04-08 19:49:28.187000'),(36415,'Our SignatureCare team aims to treat every patient like a VIP. It\'s great to hear that this was your experience with us. Thanks so much for the great rating and review.','2018-03-28 18:57:28.001000'),(36416,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your trust in the board-certified doctors, nurses and staff at SignatureCare. We appreciate you taking the time to review our services.','2018-03-28 18:56:53.682000'),(36417,'Thank you so much for the five-star rating and great feedback. We appreciate it!','2018-03-22 15:41:55.535000'),(36418,'Your positive experience means a lot to our team. Thank you for choosing SignatureCare Emergency Centers, and please consider us next time you are experiencing a healthcare emergency.','2018-03-18 16:42:39.351000'),(36419,'Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. We appreciate your positive feedback.','2018-03-16 15:33:45.302000'),(36420,'It\'s never fun when your child gets sick, but our team aims to make your child\'s visit with us as pleasant as possible. Thank you for letting us know that we are doing a good job, and thank you for choosing SignatureCare.','2018-03-15 15:52:09.259000'),(36421,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff aim to make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2018-03-14 17:23:09.407000'),(36422,'Our staff is one of the most qualified emergency room staff in Austin, but the compassion and dedication for helping others is why we love our employees. Thank you for your kind words, and we will pass them along.','2018-03-11 23:01:04.864000'),(36423,'We appreciate you trusting SigatureCare more than once with your medical emergencies. We take pride in our staff, and are very pleased to hear that they took such good care of you. We hope you are feeling better!','2018-03-10 16:18:06.177000'),(36424,'We are very sorry to hear about your billing frustrations. We would like to learn more about your visit and see if we can help you. Can you email info@ercare24.com with your full name, date of service, and location of service so that we can look into your case and review it with you? We appreciate the chance to assist you further.','2018-03-08 16:59:03.909000'),(36425,'Thank you for letting us know that we are doing a good job in our community. We appreciate the feedback and the five stars! Thanks for choosing SignatureCare.','2018-03-08 16:56:23.176000'),(36426,'Thank you for your feedback. We take it extremely seriously. We apologize you were unhappy with your experience and would love the chance to talk to you. Can you please email info@ercare24.com with your full name, date of service and location of service so that we can look into your case and review it with our doctors and managers? We appreciate the feedback and the chance to improve our communication and service.','2018-03-05 14:52:21.036000'),(36427,'SignatureCare is here 24/7 for all your emergency needs. Thank you for trusting us with your care and for taking the time to review us.','2018-02-28 18:02:22.126000'),(36428,'Our doctors are board certified and have excellent bedside manners -- so we\'ve been told numerous times. Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant with us and that you are feeling better.','2018-02-24 19:48:12.027000'),(36429,'Thanks so much for the five-star rating, Alex. We appreciate the feedback.','2018-02-24 19:41:37.873000'),(36430,'Thanks for giving us the chance to take care of you. We appreciate the review and great rating.','2018-02-22 18:10:57.408000'),(36431,'Thank you for taking time out of your schedule to review our services and our team. We appreciate your comments and reviews, as they will help us continue to do a great job in our community. Thanks for choosing SignatureCare!','2018-02-20 18:21:29.449000'),(36432,'We appreciate the five stars! Thank you for taking the time to rate us.','2018-02-15 22:46:26.966000'),(36433,'Our staff is some of the most qualified emergency room staff in Austin, but the compassion and dedication for helping others is why we love our employees. Thank you for your kind words, and we will pass them along.','2018-02-13 17:33:28.872000'),(36434,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient\'s need is addressed as quickly as possible so you can get back on the road to great health. Thanks for letting us take care of you!','2018-02-10 16:28:18.402000'),(36435,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2018-02-09 17:14:48.467000'),(36436,'We will pass your kind words along to our SignatureCare team. They will appreciate you taking the time to let them know how they are doing. Thanks for choosing us!','2018-02-07 17:35:12.575000'),(36437,'At SignatureCare, we want all of our patients to feel like VIPs. It\'s great to hear that this was your experience with our facility and team. Thanks for giving us the chance to take care of you, and for giving us such a great rating.','2018-02-03 18:10:52.569000'),(36438,'We\'re glad our team was able to help. Thanks so much for the positive feedback.','2018-02-02 19:58:33.749000'),(36439,'Thanks so much for the feedback! We appreciate the great rating.','2018-02-02 19:57:41.980000'),(36440,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. We are open 24 hours if you ever need us again. Thanks for choosing us!','2018-02-02 19:56:18.677000'),(36441,'At SignatureCare Emergency Center, we are always looking for ways to improve our services, so we appreciate your feedback. We are so glad to hear that our team took good care of you, especially since you had to spend a few nights with them! Thanks so much for your positive review and for choosing our facility.','2018-02-01 21:03:27.779000'),(36442,'It\'s never fun when your child gets sick, but SignatureCare wants all parents to know that we will treat your child as if they are our own. Thank you so much for the fantastic review, and we hope your daughter is feeling better.','2018-01-31 16:01:55.482000'),(36443,'Children are a top priority of our SignatureCare team, and it\'s great to hear that they took such good care of your 4-year-old. We appreciate your very nice review, and hope your daughter is feeling better.','2018-01-27 17:09:40.451000'),(36444,'Thanks so much for the feedback! We appreciate it, and thanks for choosing SignatureCare.','2018-01-25 12:56:29.165000'),(36445,'Thank you for the kind words -- it means a lot coming from another healthcare provider. We are glad to hear that our team took good care of you. Thank you for choosing SignatureCare!','2018-01-17 16:51:29.914000'),(36446,'We appreciate you taking the time to review our services. Thank you for giving us your trust and choosing SignatureCare.','2018-01-16 16:08:06.200000'),(36447,'Short wait times and pleasant staff -- that\'s what we love to hear. Thank you for letting us know how we are doing, and we hope you are feeling better.','2018-01-10 18:30:50.302000'),(36448,'We are here for you 24/7 whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2018-01-09 18:47:03.464000'),(36449,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. We are sorry that the flu interrupted your holiday, but we hope that we helped you feel a little bit better. Thank you for trusting us with your care.','2017-12-26 20:58:17.187000'),(36450,'Our SignatureCare team continues to make us proud by taking such good care of our patients. Thank you for letting them take care of you and for the nice review.','2018-01-09 18:45:41.053000'),(36451,'Thanks so much for the feedback. SignatureCare\'s goal is to get you in and out quickly so you can get back on the road to great health. Thanks for choosing us.','2018-01-09 18:43:40.506000'),(36452,'Thank you for taking the time to let us know how we are doing. We appreciate the positive feedback and great rating.','2017-12-30 15:56:19.378000'),(36453,'Thank you for taking time from your busy schedule to write us a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you for choosing SignatureCare Emergency Centers.','2017-12-14 16:24:47.448000'),(36454,'Thank you for choosing SignatureCare. We appreciate your feedback, as it helps us excel at our jobs. Thanks for the great review!','2017-12-04 22:22:53.442000'),(36455,'We appreciate you taking time from your busy schedule to write us such a positive review. Thank you for choosing SignatureCare.','2017-12-01 22:46:29.741000'),(36456,'We have the best staff in Texas. SignatureCare Emergency Center takes pride in our staff, and we are so very happy to hear that they took good care of you. We will make sure to let them know.','2017-11-30 19:42:00.563000'),(36457,'Children cannot always tell us what’s wrong like an adult, but using our state-of-the-art equipment and onsite lab services, SignatureCare is able to quickly diagnose young children. It is never fun when your child gets sick, but when you have an emergency with your child, we are here to help. Thank you for your review, and we hope your child feels better.','2017-11-15 17:04:32.381000'),(36458,'Thank you for trusting us with the care of your mother-in-law. We love hearing how the staff made her comfortable, and we hope to hear that she is feeling better. Thank you for choosing SignatureCare.','2017-10-21 19:38:41.578000'),(36459,'Our staff always appreciates receiving feedback like this. Thank you for choosing SignatureCare and for the great rating.','2017-10-14 15:41:34.046000'),(36460,'Children cannot always tell us what’s wrong like an adult, but SignatureCare uses state-of-the-art equipment and onsite lab services to quickly diagnose your little one. Thank you for your review and for giving us the chance to care for your family.','2017-10-05 16:16:48.519000'),(36461,'We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing SignatureCare.','2017-09-13 16:05:49.919000'),(36462,'We appreciate the opportunity to take care of all of your family members. We hope we always provide the best care and that you consider us for any future emergencies. Thank you for choosing SignatureCare!','2017-09-12 04:04:23.845000'),(36463,'Update: I gave you the wrong email address -- please email Tray at tmoore@roundtmc.com. Hi there, can you email Tray Moore in our accounting department at tmoore@roundtmc.com so he can review this? We never like to hear about an unhappy patient, so we would like to chance to review exactly what happened in this situation. Thank you!','2017-09-01 14:49:20.301000'),(36464,'Thank you for letting us help you and help you feel better! We hope we put you at ease and provided you with the best care possible.','2017-08-20 02:34:32.671000'),(36465,'We are very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback, and we will continue to provide excellent care to our patients and families.','2017-08-16 01:19:36.924000'),(36466,'We appreciate and value your feedback. At SignatureCare Emergency Center, we are always looking for ways to improve our services, as our patients are what keep us going strong. Thank you for letting us take care of you.','2017-08-01 01:29:39.931000'),(36467,'Our patients are what keep us going strong. At SignatureCare Emergency Center, we are always looking for ways to improve our services, so we appreciate your feedback. Thank you for your positive review, and we hope you feel better.','2017-07-22 16:37:34.786000'),(36468,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and please consider us next time you are experiencing a healthcare emergency.','2017-07-20 01:19:01.920000'),(36469,'Thank you for the five-star rating!','2017-07-15 22:25:26.664000'),(36470,'SignatureCare appreciates receiving comments like this. Thank you for letting us take care of you.','2017-07-11 15:46:32.088000'),(36471,'Thank you so much for your kind words, and for taking the time to review us. We appreciate the great rating, and appreciate you choosing SingatureCare for your care.','2017-07-06 18:49:59.672000'),(36472,'The SignatureCare team loves all patients, and our goal is to make each one feel like a VIP during his or her visit. Thank you for letting us take care of you during your medical emergency.','2017-07-04 14:16:12.083000'),(36473,'Our goals are to provide the best care possible to all patients and ensure friends and families are comfortable while waiting for your diagnosis and treatment. We are very happy to know this was your experience with our emergency room.','2017-06-30 12:29:47.884000'),(36474,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for choosing us!','2017-06-17 14:12:48.814000'),(36475,'We are sorry to hear about your emergency, but are so pleased to hear that our SignatureCare team took such good care of you. The ER is never a fun place, but we aim to put you at ease and provide you with the best care possible. Thank you for letting us take care of you.','2017-06-08 14:25:50.242000'),(36476,'What a nice review. It\'s great to hear that our doctor was able to resolve your recurring issue and was able to get you back on the road to good health. Thank you for letting us know, and for the great rating. We appreciate it.','2017-05-25 16:33:23.262000'),(36477,'SignatureCare is extremely proud of our staff -- they always aim to treat our patients like VIPs. We are glad to hear that this was your experience, and that they took care of you quickly and efficiently. Thank you for the nice review and great rating.','2017-05-25 16:31:21.588000'),(36478,'Thank you so much for the five-star rating!','2017-05-07 21:33:54.584000'),(36479,'Thank you so much for the five-star rating!','2018-03-22 15:42:06.801000'),(36480,'Thank you so much for your review, Eric. We are happy that our team took good care of your daughter. We hope if there is anything we could have done to earn that fifth star, you will let us know, as we aim for 100% satisfaction each time you visit our facility. Thank you for choosing SignatureCare.','2018-07-05 16:11:41.780000'),(36481,'Jesse, we\'re glad we were there to help! If you need anything else, be sure to let us know.','2017-04-27 23:02:14.980000'),(36482,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-12-21 06:42:50.873000'),(36483,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-21 06:43:19.526000'),(36484,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-21 06:43:49.600000'),(36485,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-12-21 06:45:11.682000'),(36486,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-17 09:22:18.627000'),(36487,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-17 09:22:00.933000'),(36488,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-17 09:19:33.794000'),(36489,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-17 09:16:52.468000'),(36490,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-17 09:16:07.339000'),(36491,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-09 13:51:40.786000'),(36492,'Thank you so much for your feedback Daniel! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-12 22:05:26.094000'),(36493,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-12 09:27:38.435000'),(36494,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-12 09:27:18.377000'),(36495,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-12 05:45:05.386000'),(36496,'Thank you so much for your feedback Aalyyss! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-21 08:06:07.396000'),(36497,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-10 18:13:02.815000'),(36498,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-10 16:32:23.627000'),(36499,'Thank you for the five-star rating Monica. We appreciate the feedback, and appreciate you choosing SignatureCare.','2020-12-09 15:02:12.418000'),(36500,'Thank you so much for your feedback Nekkia! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-21 08:06:06.017000'),(36501,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-09 13:54:44.937000'),(36502,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-09 13:54:25.325000'),(36503,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-06 13:48:20.125000'),(36504,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-06 11:25:51.397000'),(36505,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-12-03 04:48:46.725000'),(36506,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-03 04:44:45.355000'),(36507,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-01 17:35:43.934000'),(36508,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-29 17:45:53.197000'),(36509,'We appreciate the five-star rating Doris!','2020-12-21 08:05:20.102000'),(36510,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-24 09:39:53.828000'),(36511,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-22 08:41:56.506000'),(36512,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-15 04:34:05.340000'),(36513,'Thank you so much for your great rating, Debra!','2020-11-17 07:27:45.500000'),(36514,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-11-04 06:02:26.012000'),(36515,'We appreciate your great rating, Maggie !','2020-11-02 10:49:37.578000'),(36516,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-28 20:01:54.686000'),(36517,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-28 09:51:59.716000'),(36518,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-21 14:35:49.402000'),(36519,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-10-20 08:41:25.664000'),(36520,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-20 08:42:32.451000'),(36521,'Thank you for the four-star rating, and please let us know if there is anything we could have done better to bring that rating up!','2016-08-29 14:47:20.790000'),(36522,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-10-09 07:05:59.364000'),(36523,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-09 07:06:14.686000'),(36524,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2020-10-05 03:34:39.099000'),(36525,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-01 05:34:16.126000'),(36526,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2020-10-01 05:32:44.385000'),(36527,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-29 05:02:20.817000'),(36528,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-09-29 05:01:10.575000'),(36529,'Thank you Sharice, for your great rating!','2020-10-01 06:01:16.926000'),(36530,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-01-13 09:50:13.632000'),(36531,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-09-29 04:53:17.215000'),(36532,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-09-27 09:06:16.283000'),(36533,'We appreciate your great rating, ambily!','2020-10-01 06:01:04.961000'),(36534,'Thank you Marilyn, for your great rating!','2020-09-18 06:08:11.827000'),(36535,'Thank you so much for your great rating, Roseanna!','2020-09-18 06:08:25.985000'),(36536,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-09-18 06:09:37.796000'),(36537,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-09-13 14:50:46.999000'),(36538,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-09-13 14:49:51.596000'),(36539,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-31 10:23:02.768000'),(36540,'Thanks for leaving a review! Would you please reach out to us at info@ercare24.com to let us know more about the incident. We aim for 100% satisfaction at SignatureCare. Your suggestion will help us to develop our services and make ourselves able to earn those last three stars!','2020-08-31 10:24:02.088000'),(36541,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-25 06:29:04.021000'),(36542,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-08-23 06:34:32.549000'),(36543,'We appreciate your great rating, Rekha!','2020-08-17 19:52:36.778000'),(36544,'Thank you so much for giving us five stars, Paiz!','2020-08-09 15:58:12.122000'),(36545,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-08-09 15:58:00.463000'),(36546,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-07-28 16:42:56.677000'),(36547,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-28 16:42:48.963000'),(36548,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-07-26 14:59:03.505000'),(36549,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-07-21 05:28:46.946000'),(36550,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-21 05:29:35.577000'),(36551,'Thank you Agnes, for your great rating!','2020-07-19 05:59:39.262000'),(36552,'Thank you so much for giving us five stars, Nalu!','2020-09-13 16:34:22.395000'),(36553,'Thank you so much for your great rating, Cindy!','2020-07-16 06:52:52.767000'),(36554,'Thank you so much for giving us five stars, Monica!','2020-07-15 06:21:47.618000'),(36555,'Thank you Michael, for your great rating!','2020-07-14 11:58:50.120000'),(36556,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-07-14 11:59:13.815000'),(36557,'Thank you so much for your great rating, Cyndy!','2020-09-13 16:34:45.361000'),(36558,'Thank you Kizzie, for your great rating!','2020-09-13 16:34:58.199000'),(36559,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-09-13 16:36:13.657000'),(36560,'We appreciate your great rating, JOHN!','2020-09-13 16:35:13.936000'),(36561,'Thank you Daisy, for your great rating!','2020-07-14 12:00:18.276000'),(36562,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced. Thanks for leaving a review! Would you please reach out to us at info@ercare24.com to let us know more about the incident. We aim for 100% satisfaction at SignatureCare. Your suggestion will help us to develop our services and make ourselves able to earn those last two stars!','2020-07-08 08:11:46.981000'),(36563,'Thank you so much for giving us five stars, Priscilla!','2020-09-13 16:35:30.835000'),(36564,'Thank you so much for your great rating, Cristal!','2020-09-13 16:35:44.129000'),(36565,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-07 10:16:12.790000'),(36566,'We appreciate your great rating, Jocelyn!','2020-09-13 16:36:43.786000'),(36567,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-07-05 11:55:58.043000'),(36568,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-09-13 16:37:08.331000'),(36569,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-07-05 11:50:29.493000'),(36570,'We appreciate your great rating, Michael!','2020-07-05 11:49:18.774000'),(36571,'Thank you so much for your review, Shireen. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-09-13 16:37:32.326000'),(36572,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-02 07:17:48.643000'),(36573,'We appreciate your great rating, Catherine!','2020-07-01 09:32:54.493000'),(36574,'Hello Sara!. Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-30 06:39:42.144000'),(36575,'Hello Richard!. Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-30 06:38:57.603000'),(36576,'Hello Emily. Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-29 08:27:56.422000'),(36577,'Hi Vivian!. Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-28 11:11:54.673000'),(36578,'He Cristal. Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-25 10:23:29.283000'),(36579,'He luis. Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-25 10:23:13.493000'),(36580,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director so we can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that he can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-09-13 16:38:32.207000'),(36581,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-22 13:36:53.121000'),(36582,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-22 13:37:00.884000'),(36583,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director so we can better understand the situation and review procedures with our team. If you would please email info@ercare24.com\nwith your full name, date of service and location of service so that he can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-07-12 15:00:42.986000'),(36584,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-09-13 16:38:55.292000'),(36585,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-07-15 06:26:40.157000'),(36586,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-15 06:27:47.136000'),(36587,'Thank you so much for giving us five stars, Uyenlee!','2020-07-14 20:52:19.460000'),(36588,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-15 06:28:09.637000'),(36589,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-15 06:29:23.785000'),(36590,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-09-13 16:39:26.037000'),(36591,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-09-13 16:39:50.097000'),(36592,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-15 07:38:24.416000'),(36593,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-03-15 06:51:16.689000'),(36594,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your boyfriend. Thank you for choosing SignatureCare.','2020-09-13 16:40:44.332000'),(36595,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-03-15 06:06:23.150000'),(36596,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-03-11 05:04:00.202000'),(36597,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-03-10 04:42:28.120000'),(36598,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-03-08 07:09:33.145000'),(36599,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-09-13 16:41:18.757000'),(36600,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-05 07:23:37.837000'),(36601,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-03-05 06:56:44.902000'),(36602,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-09-13 16:41:47.066000'),(36603,'Thank you so much for your nice review, Mirza. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-09-13 16:42:12.301000'),(36604,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-03 05:29:11.811000'),(36605,'Thank you for your review. We appreciate you choosing SignatureCare!','2020-03-02 05:51:57.519000'),(36606,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-03-01 08:30:00.985000'),(36607,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-13 16:44:13.536000'),(36608,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-03-01 08:02:52.962000'),(36609,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-03-01 07:47:05.797000'),(36610,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-02-27 07:30:40.402000'),(36611,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-02-27 07:25:30.769000'),(36612,'Thank you so much for your feedback Jacques! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-26 02:05:00.241000'),(36613,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-25 07:50:54.892000'),(36614,'Thank you for trusting us with the care of your grandson. We appreciate the great feedback and are very glad to hear that our team took such good care of him.','2020-02-25 07:42:39.819000'),(36615,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-24 04:52:56.283000'),(36616,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-02-23 10:15:50.628000'),(36617,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-13 16:44:44.466000'),(36618,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-09-13 16:46:21.650000'),(36619,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-02-23 08:13:54.061000'),(36620,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-02-23 08:05:02.410000'),(36621,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-13 16:45:48.083000'),(36622,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-02-20 06:37:03.308000'),(36623,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-02-20 05:12:39.263000'),(36624,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-09-24 06:39:41.554000'),(36625,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare. Hope your girlfriend is feeling better.','2020-02-16 08:54:24.520000'),(36626,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-02-16 08:43:50.828000'),(36627,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-13 07:42:14.333000'),(36628,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-02-09 07:25:16.504000'),(36629,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-09-13 16:59:43.103000'),(36630,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your mom. Thank you for choosing SignatureCare.','2020-09-13 17:00:14.928000'),(36631,'Thank you EliteRoyal, for your great rating!','2020-09-13 17:00:36.618000'),(36632,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-02-09 07:04:13.054000'),(36633,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-13 17:01:08.881000'),(36634,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-09 07:01:35.859000'),(36635,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-02-09 07:00:15.544000'),(36636,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-02-09 07:00:00.714000'),(36637,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-02-09 06:57:29.463000'),(36638,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-09-13 17:01:41.765000'),(36639,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your grandmother. Thank you for choosing SignatureCare.','2020-02-06 07:44:24.719000'),(36640,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your wife. Thank you for choosing SignatureCare.','2020-09-13 17:03:04.308000'),(36641,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-02-06 07:32:21.953000'),(36642,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-02-06 07:13:58.263000'),(36643,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-09-13 17:03:22.103000'),(36644,'We appreciate the five-star rating Ebiere!','2020-02-06 09:00:41.003000'),(36645,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-09-13 17:03:39.067000'),(36646,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','2020-01-29 11:04:52.549000'),(36647,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-09-13 17:04:26.546000'),(36648,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-29 10:57:24.623000'),(36649,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-01-29 10:57:08.567000'),(36650,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-01-19 07:31:33.177000'),(36651,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-19 07:31:26.020000'),(36652,'Thank you Melissa, for your great rating!','2020-09-13 17:03:58.788000'),(36653,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-01-16 07:30:02.257000'),(36654,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-16 07:29:51.143000'),(36655,'Our patients are what keep us going strong. Thank you for your positive review, and for choosing SignatureCare.','2017-11-20 14:15:12.586000'),(36656,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-01-14 07:46:35.127000'),(36657,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-01-13 07:02:47.333000'),(36658,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-01-12 07:07:09.517000'),(36659,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-12 07:06:57.471000'),(36660,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-12 07:06:30.143000'),(36661,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-01-12 07:06:09.713000'),(36662,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-01-12 07:05:59.502000'),(36663,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-01-12 07:05:50.271000'),(36664,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-12 07:05:37.731000'),(36665,'Thank you Stacy, for your five star rating!','2020-01-08 08:01:35.383000'),(36666,'Hi Jodie! We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-12-31 04:55:36.987000'),(36667,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-12-31 04:55:56.388000'),(36668,'We appreciate your great rating, Panama!','2020-01-08 08:01:04.907000'),(36669,'Thank you so much for your great rating, Keyla!','2019-12-29 06:49:42.339000'),(36670,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-12-29 06:49:22.685000'),(36671,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com\nwith your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2019-12-29 06:48:10.118000'),(36672,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-22 08:38:19.121000'),(36673,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2017-03-05 15:13:38.300000'),(36674,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-12-18 07:37:14.801000'),(36675,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-15 07:08:46.344000'),(36676,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-12-01 08:40:24.154000'),(36677,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-12-01 08:40:13.068000'),(36678,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-01 08:40:02.066000'),(36679,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-11-20 06:16:59.577000'),(36680,'We appreciate the great rating you gave us, Trish!','2019-11-19 06:22:52.829000'),(36681,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-11-17 07:18:16.670000'),(36682,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-11-11 07:39:45.042000'),(36683,'Thank you for letting us know how we are doing. SignatureCare sets goals on patient satisfaction, so it\'s great to hear that we are doing a good job. Thanks for choosing our facility.','2018-01-16 16:07:27.380000'),(36684,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2019-11-04 11:22:30.837000'),(36685,'Thank you for your great rating, Nerys!','2019-10-29 05:51:33.087000'),(36686,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-10-24 08:41:44.153000'),(36687,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-10-24 08:24:35.601000'),(36688,'There\'s never a fun time to visit the ER (especially the weekend), but we will make your visit with us as quick and as painless as possible. Thank you for letting us know that our SignatureCare team is doing a good job -- it means a lot to us.','2019-10-22 06:38:30.106000'),(36689,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-10-16 07:24:02.882000'),(36690,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-10-13 07:35:40.256000'),(36691,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-10-13 07:35:27.203000'),(36692,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-10-09 08:25:59.965000'),(36693,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-10-09 08:25:33.583000'),(36694,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-10-09 08:23:48.783000'),(36695,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-10-09 08:23:33.212000'),(36696,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-10-02 06:05:21.489000'),(36697,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-10-01 06:20:09.345000'),(36698,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-09-29 06:10:07.147000'),(36699,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare! Hope your wife feels better.','2019-09-29 06:09:44.248000'),(36700,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-06-27 06:05:20.806000'),(36701,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-09-26 11:06:25.533000'),(36702,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-09-25 06:10:16.852000'),(36703,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-09-24 06:39:25.005000'),(36704,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-09-24 06:39:08.456000'),(36705,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-09-24 06:38:45.885000'),(36706,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-09-24 06:38:35.581000'),(36707,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-09-24 06:38:26.884000'),(36708,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.','2019-09-22 06:13:47.480000'),(36709,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-09-15 05:01:33.133000'),(36710,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2019-09-11 07:06:14.026000'),(36711,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-09-11 07:06:04.585000'),(36712,'Thank you do much for your great rating, Lecia!','2019-09-11 07:05:11.064000'),(36713,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-09-11 07:04:45.542000'),(36714,'We appreciate your great rating, Mathew! Thanks for choosing SignatureCare!','2019-09-11 07:04:23.586000'),(36715,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-09-11 07:04:08.199000'),(36716,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-09-11 07:04:00.175000'),(36717,'Thank you so much for your feedback! Our goal is to always provide the abest care. Thank you for choosing SignatureCare.','2019-09-11 07:03:49.384000'),(36718,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-08-18 06:04:24.624000'),(36719,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-08-18 06:03:54.517000'),(36720,'We\'re not legally allowed to accept Medicare. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-08-14 17:11:55.933000'),(36721,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-08-18 06:03:39.833000'),(36722,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-08-18 06:03:25.502000'),(36723,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-09-11 07:03:31.701000'),(36724,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare! Hope your brother feels well.','2019-09-11 07:03:05.530000'),(36725,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-09-11 07:02:40.552000'),(36726,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-09-11 07:02:26.300000'),(36727,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-07-22 15:00:50.407000'),(36728,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-07-21 06:13:11.948000'),(36729,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for your granddaughter, and are so glad to hear that she is feeling better. Thank you for choosing SignatureCare!','2019-07-17 06:09:07.918000'),(36730,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-07-17 06:08:17.652000'),(36731,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-07-17 06:07:52.842000'),(36732,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-07-14 06:12:00.470000'),(36733,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-06-09 08:00:18.964000'),(36734,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-07-14 06:12:41.619000'),(36735,'Thank you so much for your great rating, Jeimi!','2019-07-07 07:28:33.786000'),(36736,'We believe we have the very best facility in Texas with board-certified staffs, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-07-10 06:17:31.143000'),(36737,'We believe we have the very best staff in Texas. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-07-10 06:17:12.771000'),(36738,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-07-09 07:10:53.085000'),(36739,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-07-08 06:31:17.026000'),(36740,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2019-07-07 07:28:46.092000'),(36741,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-07-03 07:14:18.021000'),(36742,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-07-08 16:37:14.943000'),(36743,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-07-08 16:37:32.755000'),(36744,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-06-30 05:54:24.904000'),(36745,'We believe we have the very best facility in Texas with board-certified staffs, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-06-30 05:54:08.125000'),(36746,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-06-27 06:06:21.299000'),(36747,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-06-27 06:04:54.136000'),(36748,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide your friend with the best care possible. We hope she feels better.','2019-06-27 06:04:36.799000'),(36749,'Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-26 06:40:09.986000'),(36750,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-06-26 06:39:15.337000'),(36751,'Thank you for trusting us with the care of your dad. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2019-06-26 06:38:57.553000'),(36752,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-06-26 06:38:15.211000'),(36753,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-26 06:37:36.824000'),(36754,'Thank you for your feedback! We appreciate you choosing SignatureCare Emergency Center.','2019-06-26 06:37:09.147000'),(36755,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-06-24 05:45:00.722000'),(36756,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-06-24 05:44:42.421000'),(36757,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your kiddo feels better soon!','2019-06-23 05:01:29.797000'),(36758,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2019-06-23 05:00:04.497000'),(36759,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-06-23 04:59:25.756000'),(36760,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-06-23 04:54:22.043000'),(36761,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-06-23 04:53:21.366000'),(36762,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-06-23 04:46:56.751000'),(36763,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-06-23 04:42:52.266000'),(36764,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-17 06:37:11.750000'),(36765,'Thank you for your rating, Ben!','2019-06-17 06:36:42.694000'),(36766,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-06-16 05:58:31.124000'),(36767,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-06-16 05:58:07.151000'),(36768,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-06-16 05:57:51.120000'),(36769,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-06-12 06:17:07.899000'),(36770,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-06-10 05:53:23.522000'),(36771,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-06-09 08:07:36.363000'),(36772,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-06-09 08:06:26.318000'),(36773,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-06-09 08:01:11.436000'),(36774,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2019-06-09 08:00:32.974000'),(36775,'We are glad to know that you loved our staff. Thank you for choosing SignatureCare!','2019-06-09 07:57:57.387000'),(36776,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-06-09 07:57:00.122000'),(36777,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-06-09 07:56:49.208000'),(36778,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-06-09 07:56:43.451000'),(36779,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-06-09 07:56:12.766000'),(36780,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-06-09 07:54:58.284000'),(36781,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-09 07:54:31.437000'),(36782,'We believe we have the very best facility in Texas with board-certified staffs, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-05-19 05:26:13.044000'),(36783,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-05-19 05:25:48.604000'),(36784,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-05-19 05:25:25.680000'),(36785,'Thank you so much for your rating, Alexx. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-03-27 05:54:40.101000'),(36786,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2019-04-30 02:18:08.533000'),(36787,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our staff --- We will make sure to let Keera know.','2019-04-24 05:49:09.329000'),(36788,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-04-22 12:30:17.883000'),(36789,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2019-04-23 21:29:41.922000'),(36790,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-04-22 06:21:47.897000'),(36791,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-04-22 06:16:33.741000'),(36792,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email Jennifer at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2019-03-11 15:32:20.192000'),(36793,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-04-22 06:20:51.396000'),(36794,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-04-15 05:55:45.337000'),(36795,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-04-15 05:54:04.833000'),(36796,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-04-10 06:59:52.833000'),(36797,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-04-09 07:05:18.248000'),(36798,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-04-08 06:55:16.855000'),(36799,'We appreciate that you continue to put your emergency care in our hands. SignatureCare is here 24/7 if you need us, and we appreciate the nice review.','2017-05-02 14:27:18.779000'),(36800,'Thank you for your rating, Aasif!','2019-04-07 05:55:04.929000'),(36801,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-04-07 05:54:13.450000'),(36802,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-04-04 05:15:33.778000'),(36803,'Thank you for your rating!','2019-03-28 04:55:41.087000'),(36804,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-03-27 05:53:28.463000'),(36805,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-03-24 07:09:20.354000'),(36806,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-03-24 07:06:52.550000'),(36807,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-03-24 07:06:07.019000'),(36808,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the nice review!','2018-09-24 18:19:27.836000'),(36809,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-03-20 06:54:13.136000'),(36810,'At SignatureCare, we accept most major insurance plans. We are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and rating!','2019-03-20 06:52:53.762000'),(36811,'Thank you so much for your nice review. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-03-19 07:18:10.999000'),(36812,'Gracias!','2019-04-23 21:32:42.429000'),(36813,'Thank you for your kind words and recommendation.','2019-03-18 06:25:31.130000'),(36814,'Thanks for your wonderful rating, Charles!','2019-03-18 06:24:04.403000'),(36815,'Thank you so much for the review. We\'re glad to hear you had a comfortable experience with SignatureCare. We aim to make sure all of our patients leave with information about their condition and the ability to reach out any time. If you have any questions or need further care, please don\'t hesitate to get in touch!','2016-05-25 14:39:56.223000'),(36816,'We are glad to hear that you loved our place. Thank you for your rating and recommending SignatureCare!','2019-03-11 07:11:49.212000'),(36817,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-03-10 07:48:31.414000'),(36818,'SignatureCare Emergency Center takes pride in our staff, and our staff cares so much about our patients. We are so very happy to hear you loved your team. We will make sure to let them know.','2019-02-18 08:26:49.828000'),(36819,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-03-03 11:24:07.027000'),(36820,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-02-18 08:26:30.818000'),(36821,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-02-18 08:24:41.804000'),(36822,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-02-13 12:54:27.824000'),(36823,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-02-11 13:32:35.788000'),(36824,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-02-07 13:59:19.829000'),(36825,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism.\nWe understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-02-05 14:13:31.186000'),(36826,'Thank you for leaving us a great rating, Stefani!','2019-02-04 13:55:43.785000'),(36827,'Thanks for the 5 star, Kevin!','2019-02-03 12:47:17.292000'),(36828,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-02-03 12:47:02.899000'),(36829,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-02-03 12:46:43.754000'),(36830,'There\'s never a fun time to visit the ER (especially the weekend), but we will make your visit with us as quick and as painless as possible. Thank you for letting us know that our SignatureCare team was able to deliver an exceptional experience. -- it means a lot to us. You make us wish there were more stars available.','2019-02-03 12:45:47.804000'),(36831,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2019-02-03 12:40:13.780000'),(36832,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so very happy to hear you loved your team --- We will make sure to let them know.','2019-01-23 14:49:50.856000'),(36833,'Thanks for the 5 star, Vasu!','2019-01-29 14:18:03.493000'),(36834,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-01-28 09:21:46.118000'),(36835,'Thanks for leaving a great rating!','2019-01-23 14:46:37.349000'),(36836,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-01-23 14:46:16.584000'),(36837,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-01-18 16:03:06.948000'),(36838,'Thanks for the 5 star, Jackie!','2019-01-17 06:49:31.195000'),(36839,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback. Thank you for choosing SignatureCare!','2019-01-14 09:40:45.073000'),(36840,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-01-14 09:41:31.542000'),(36841,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-01-14 09:42:09.900000'),(36842,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.','2019-01-13 09:45:19.495000'),(36843,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-01-13 09:47:41.016000'),(36844,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-01-13 09:48:44.136000'),(36845,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for the wonderful feedback!','2019-01-13 09:51:57.824000'),(36846,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-01-11 17:46:49.618000'),(36847,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-01-11 17:47:00.329000'),(36848,'James, thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. Our promise to all our patients and families is to treat you like you are our ONLY patient. Thank you for choosing SignatureCare and for the great review.','2019-01-10 10:55:39.171000'),(36849,'At SignatureCare Emergency Center, our number one goal is to treat and diagnose quickly by using our on-site state-of-the-art equipment to quickly diagnose patients and our board-certified doctors to implement treatment plans. Thank you for trusting us with your medical needs.','2019-01-06 18:25:01.488000'),(36850,'SignatureCare Emergency Center takes pride in our staff, and our staff cares so much about our patients. We are so very happy to hear you loved your team. We will make sure to let them know.','2019-01-05 00:13:41.391000'),(36851,'Thank you so much for the five-star rating!','2019-01-04 03:43:34.384000'),(36852,'Thank you so much for the five-star rating, Tina! We appreciate the feedback.','2018-12-21 03:17:46.182000'),(36853,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2018-12-19 16:36:46.686000'),(36854,'Hi Joly, we are sorry to hear that you had a bad experience with us. We would like to get some more information so that we can discuss with our team to improve communication and care. Can you email our medical director at info@ercare24.com with your full name, date of service, location of service, and some particulars about what you were unhappy with so that we can review your file and visit with our team? We appreciate the chance to make this right. Thank you for taking the time to let us know how we are doing.','2018-12-15 16:06:57.966000'),(36855,'Thank you for the five-star rating!','2018-12-12 19:58:23.695000'),(36856,'Thank you for the nice rating. We appreciate the feedback.','2018-12-08 14:38:41.681000'),(36857,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2018-12-07 16:33:35.104000'),(36858,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2018-12-01 13:52:07.785000'),(36859,'Thank you so much for your nice review, Lupita. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2018-11-28 02:43:14.794000'),(36860,'Thank you so much for the five-star rating! We appreciate it.','2018-11-22 17:09:29.819000'),(36861,'We are sorry to hear about your uncle\'s emergency, but are very proud that he chose SignatureCare for his care. We pride ourselves in having some of the newest technology when it comes to medical equipment, which allows us to run tests quickly and begin treatment for your emergency. We are always here 365 days a year, 24 hours a day if your uncle feels sick again. Thank you for your positive review, and we hope he is feeling better.','2018-11-21 15:38:43.710000'),(36862,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thanks for the nice review and great rating.','2018-11-20 17:11:34.135000'),(36863,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2018-11-20 17:10:33.048000'),(36864,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2018-11-18 16:25:46.920000'),(36865,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2018-11-15 16:15:05.633000'),(36866,'Hi Abel, I see that you left us a one-star review, but no feedback. It also looks like you left the same rating on our Memorial City location -- can you clarify which location you visited? We take all of our reviews and ratings very seriously and would love some more information on what we did to disappoint you during your visit so that we can do better next time. Please give us some more information so we can pass it along to our team!','2018-11-09 15:12:00.092000'),(36867,'Thank you so much for the five-star rating!','2018-11-08 16:22:44.658000'),(36868,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2018-11-08 16:22:32.796000'),(36869,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2018-11-04 15:53:47.608000'),(36870,'When we receive feedback like this, it helps us know we’re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for choosing SignatureCare!','2018-11-03 13:28:39.511000'),(36871,'Thank you so much for the five-star rating, Raquel!','2018-10-29 16:09:58.961000'),(36872,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. If you have any additional questions, don\'t hesitate to reach back out.','2018-10-20 15:00:13.314000'),(36873,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so very happy to hear you loved your team --- We will make sure to let them know.','2018-10-13 14:46:10.151000'),(36874,'Thank you so much for the five-star rating -- we appreciate it!','2018-10-07 17:29:21.561000'),(36875,'Thank you for the five stars, Noemi! We appreciate the feedback.','2018-10-05 15:53:57.181000'),(36876,'Our goal at SignatureCare is to get you in and out quickly so you can get back on the road to good health. Thank you for letting us know that our team is doing a good job. And thank you for trusting us with your care.','2018-10-04 15:54:51.351000'),(36877,'What a nice review. Thank you so much for taking time out of your day to let us know how we are doing. We appreciate your review and recommendation. Thank you for choosing SignatureCare.','2018-10-04 15:53:49.437000'),(36878,'What a nice review! Thank you for taking the time to let us know how we are doing. Our community is important to us, so we love hearing that our team is doing a good job. It\'s never fun when a parent has to visit the ER, but we aim to make you and your family as comfortable as possible while waiting for diagnosis and treatment. Thank you for choosing SignatureCare and we hope your mom is feeling better!','2018-10-03 22:15:09.721000'),(36879,'Thank you so much for your kind words. We appreciate your trust, and hope that you are feeling better.','2018-10-03 22:13:35.785000'),(36880,'We are so sorry to hear about your recent emergency, but SignatureCare is here 24 hours a day, 365 days a year when or if you need us. Thank you for giving us the chance to care for you and for your nice review. We appreciate and value your feedback.','2018-10-01 15:53:58.566000'),(36881,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare (time and again!).','2018-10-01 15:50:54.161000'),(36882,'We appreciate your feedback, great rating, and recommendation. Thank you so much for choosing SignatureCare for your girlfriend\'s needs -- we hope she is feeling better.','2018-09-30 15:27:11.749000'),(36883,'We are so happy to hear your experience was as it should be when you visit SignatureCare. Thank you for the review and great rating.','2018-09-29 16:19:08.027000'),(36884,'We appreciate your feedback. Thank you for giving us your trust and for the nice review.','2018-09-29 16:17:58.493000'),(36885,'Their compassion and dedication to helping others is what makes our team so special. Thank you for trusting SignatureCare with your care and for the nice review.','2018-09-27 15:42:51.386000'),(36886,'Our staff appreciates receiving comments like this. Thank you for taking the time to let us know how we are doing. And thank you for choosing SignatureCare!','2018-09-27 15:42:04.745000'),(36887,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but SignatureCare\'s doctors, nurses and medical staff will make you and your family members feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing us and for the nice review!','2018-09-25 17:00:51.861000'),(36888,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2018-09-25 16:59:36.213000'),(36889,'We appreciate the five-star rating, Leslie!','2018-09-24 18:19:39.200000'),(36890,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2018-09-24 18:18:14.785000'),(36891,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email our business director, Jennifer, at jmartin@ercare24.com with your full name, date of service and location of service so that she can review your file? She will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2018-09-15 19:26:43.802000'),(36892,'Thank you so much for your comments -- we appreciate all reviews! Thank you for choosing\nSignatureCare, and we hope you are feeling better.','2018-09-23 17:36:01.543000'),(36893,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2018-09-22 16:21:48.524000'),(36894,'Thank you for taking time out of your day to review our location and services. We appreciate and value your feedback! Thank you for choosing SignatureCare.','2018-09-20 16:54:17.300000'),(36895,'We appreciate your kind words and the great rating you provided. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2018-09-20 16:52:06.498000'),(36896,'Thank you for taking the time out of your day to let us know how our staff is doing. We appreciate and value your feedback!','2018-09-18 16:26:06.020000'),(36897,'We appreciate the feedback! Thank you for the five stars and for choosing SignatureCare!','2018-09-14 21:04:26.476000'),(36898,'Thank you so much for your feedback and the five-star rating. And thank you for choosing SignatureCare!','2018-09-13 15:01:34.028000'),(36899,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2018-09-12 23:58:08.503000'),(36900,'At SignatureCare Emergency Center, we understand that emergencies happen and no one likes to go to the ER, but our doctors, nurses and medical staff will make you and your family members feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review. We appreciate your feedback!','2018-09-12 23:56:45.514000'),(36901,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you so much for the nice review.','2018-09-11 17:18:37.866000'),(36902,'There\'s never a fun time to visit the ER (especially the weekend!), but we will make your visit with us as quick and as painless as possible. Thank you for letting us know that our SignatureCare team is doing a good job -- it means a lot to us.','2018-09-11 17:18:08.747000'),(36903,'Their compassion and dedication for helping others is why we love our employees. Thank you for your kind words -- we will pass them along. Thank you for choosing SignatureCare and we hope your mom is doing better.','2018-09-11 17:16:35.114000'),(36904,'We appreciate you giving us the chance to care for you time and again, and are very pleased to hear that each experience with us is a pleasant one. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare!','2018-09-10 16:06:15.779000'),(36905,'Thank you for your kind words. We value your feedback. Thank you for choosing SignatureCare and for the great rating.','2018-09-08 15:53:18.552000'),(36906,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2018-09-06 15:59:08.292000'),(36907,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2018-09-04 15:50:53.081000'),(36908,'Your positive feedback will help our team continue to do a great job for our patients. Thank you for trusting your emergency needs with SignatureCare.','2018-09-02 18:24:58.437000'),(36909,'We\'re glad our team was able to deliver an exceptional experience. If you have any additional questions, don\'t hesitate to reach back out. Thank you for choosing us and for the very nice review.','2018-09-02 18:23:28.802000'),(36910,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2018-09-02 18:21:16.808000'),(36911,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2018-09-02 18:14:29.408000'),(36912,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2018-09-01 21:09:19.408000'),(36913,'Thank you for your feedback -- it helps us excel at our jobs. And thank you for choosing SignatureCare!','2018-08-24 15:24:50.127000'),(36914,'SignatureCare is here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing our facility.','2018-08-30 16:23:54.524000'),(36915,'We see you updated your review. We would like the opportunity to speak with you and understand what happened. We take complaints very seriously and would appreciate you contacting us. Please send me an email at jmartin@ercare24.com with your information so I can have someone research your visit and contact you. We strive for excellence and I am sorry you felt the billing was not satisfactory for you. But we would like to chance to talk to you and look at everything. We appreciate you giving us the opportunity to speak with you and I will wait to hear from you. Thank you - Jennifer','2018-09-01 21:51:47.300000'),(36916,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2018-08-24 15:23:28.620000'),(36917,'We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better, and thank you for the nice review.','2018-08-15 18:09:03.398000'),(36918,'We appreciate the five-star rating!','2018-08-09 16:41:05.329000'),(36919,'We appreciate the positive feedback. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing SignatureCare.','2018-08-05 17:47:19.335000'),(36920,'The ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you and your family members feel comfortable and able to relax while their treatment and diagnosis are in process. Thank you for choosing SignatureCare and for taking the time to let us know how we are doing.','2018-08-05 17:29:12.195000'),(36921,'We\'re glad our SignatureCare team was able to deliver an exceptional experience. Thank you for choosing us and for the nice review.','2018-08-02 15:34:51.612000'),(36922,'Thank you so much for the five-star rating. We appreciate the feedback!','2018-07-31 23:35:36.461000'),(36923,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2018-07-29 14:16:17.113000'),(36924,'Our promise to all our patients is to treat you like you are our ONLY patient. We are so happy to hear your experience was as it should always be when you visit an emergency room, specifically SignatureCare.','2018-07-24 13:39:30.867000'),(36925,'SignatureCare\'s goal is to get you in and out quickly and on your way back to good health. Thank you for letting us take care of you, and thank you for the great rating and review.','2017-12-21 18:08:14.246000'),(36926,'We are so sorry to hear about your recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency. Thank you for choosing us!','2018-07-24 13:39:59.897000'),(36927,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2018-07-21 17:52:28.260000'),(36928,'We appreciate your kind words, and while we hope not to see you anytime soon, we are here 24/7 in case you need us. Thank you for your trust and for the very nice review.','2018-07-21 17:52:04.061000'),(36929,'The emergency room can be a scary experience, but at SignatureCare, we aim to put you at ease while our board-certified doctors diagnose and treat you. Thank you for giving us your trust and for taking the time to let us know how we are doing.','2018-07-20 16:54:33.657000'),(36930,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your trust in the board-certified doctors, nurses and staff at SignatureCare. And thank you for the great review and rating.','2018-07-20 16:53:20.453000'),(36931,'SignatureCare Emergency Center takes pride in our staff, and our staff cares so much about our patients. We are so very happy to hear you loved your team. We will make sure to let them know.','2018-07-18 14:11:18.687000'),(36932,'Our staff will appreciate hearing your kind words. Thank you so much for the great rating!','2018-07-17 22:52:30.197000'),(36933,'Thank you for your kind words -- we will pass them along to our staff. Thanks for the great rating and for choosing SignatureCare!','2018-07-15 15:58:31.860000'),(36934,'Hi there -- thank you so much for taking the time to rate us. By your rating, it looks like you might have had a not-so-great visit with us. Can you give us some detail so we can discuss with our team? SignatureCare tries to set the standard in emergency care, so your feedback will help us do better!','2018-07-10 17:06:39.968000'),(36935,'Thank you for the five-star rating, Chloe. We appreciate the feedback!','2018-07-01 16:00:49.905000'),(36936,'What a nice review! Thank you for taking the time to let us know how we are doing. Our community is important to us, so we love hearing that our team is taking good care of our community members. Thank you for the great rating and review!','2018-06-30 16:00:38.924000'),(36937,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2018-06-28 12:15:09.038000'),(36938,'We are very sorry to hear about your recent experience with SignatureCare. We take all reviews and comments very seriously and would like to look into this further. Can you email info@ercare24.com with your full name, date of service and location of service so that we can review your case and talk with our team? We want all patients to feel like they are appreciated and heard, so please give us the chance to look into this further for you. Thank you for your review.','2018-06-25 16:32:30.967000'),(36939,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff try to make you and your family members feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the great rating and review.','2018-06-21 18:46:59.387000'),(36940,'Thank you for choosing SignatureCare and for the fantastic review. We appreciate the feedback!','2018-06-10 17:15:41.585000'),(36941,'Thank you for your kind words -- we will pass them along to our team. And thank you for choosing SignatureCare.','2018-06-10 17:14:59.410000'),(36942,'We are so sorry to hear about your recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency, and we will always put our patients first. We are glad to hear that you are feeling better and we appreciate the nice review.','2018-06-06 15:26:56.511000'),(36943,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing SignatureCare!','2018-06-05 19:03:41.968000'),(36944,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2018-06-03 16:06:35.757000'),(36945,'Thank you for the five-star rating, Angela. We appreciate the feedback and support.','2018-05-29 16:25:09.492000'),(36946,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2018-05-28 18:34:50.628000'),(36947,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. Thank you for trusting us with your (and your family\'s) care. We appreciate the continued support.','2018-05-28 18:32:23.951000'),(36948,'Thank you for the five-star rating, Shanti. We appreciate it!','2018-05-22 15:12:23.935000'),(36949,'Thank you for letting us help you and help you feel better! We hope we put you at ease and provided you with the best care possible. Thank you for choosing SignatureCare.','2018-05-14 16:00:54.643000'),(36950,'Visiting the emergency room is never fun, but our team aims to make your visit as quick and as painless as possible. Thank you for choosing SignatureCare and for the great rating.','2018-05-13 16:28:47.132000'),(36951,'We are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your positive review, and SignatureCare is always here whenever you need us.','2018-05-12 19:10:12.905000'),(36952,'Thank you so much for the review and rating. We appreciate your feedback!','2017-01-26 18:05:43.453000'),(36953,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing SignatureCare!','2018-05-05 16:04:52.073000'),(36954,'We appreciate and value your feedback. At SignatureCare Emergency Center, we are always looking for ways to improve our services. Our patients are what keep us going strong. Thank you for your positive review, and we hope you feel better.','2018-05-05 16:04:25.083000'),(36955,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2017-05-28 13:49:18.989000'),(36956,'Thank you for the five-star rating!','2018-05-03 16:16:50.633000'),(36957,'We appreciate and value your feedback. Our patients are what keep us going strong. Thank you for your positive review, and for choosing SignatureCare.','2018-05-02 16:33:52.256000'),(36958,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. Thank you for choosing us!','2018-04-27 17:07:57.491000'),(36959,'Thank you for the fantastic review. It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for choosing us!','2018-04-20 15:31:11.796000'),(36960,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2018-04-20 15:30:24.068000'),(36961,'Our team appreciates comments like this -- it reminds them how important our community is, and how important it is for us to do a good job. Thank you so much for choosing SignatureCare, and we hope your son is feeling better.','2018-04-19 17:27:55.554000'),(36962,'Thank you for the five-star rating! We appreciate the feedback.','2018-04-18 17:02:41.849000'),(36963,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you comfortable during your visit while we help you feel better. Thank you for choosing SignatureCare and for the fantastic review.','2018-04-09 17:15:49.059000'),(36964,'Thank you so much for the five-star rating!','2018-04-18 17:05:36.221000'),(36965,'No one likes the ER, but we aim to get you in and out quickly and back on the road to good health. Thank you for giving SignatureCare the chance to care for you, and we are so glad to hear that you are feeling better.','2018-04-04 15:48:49.339000'),(36966,'Our goal is to get you in and out quickly and back on the road to good health. We appreciate you letting us know that our team is doing a good job. Thanks so much for choosing SignatureCare.','2018-04-18 17:05:26.211000'),(36967,'We appreciate you taking time from your busy schedule to review our services. Thank you for choosing SignatureCare.','2018-03-31 14:58:01.672000'),(36968,'It is never fun when your child gets sick, but when you have an emergency, SignatureCare is here to help. Thank you for your review and we hope your son feels better soon!','2018-03-27 16:43:05.800000'),(36969,'Thank you for your feedback. We take it extremely seriously. We apologize you were unhappy with your experience and would love the chance to talk to you. Can you email our billing manager, Tray, at tmoore@roundtmc.com with your date of service, location of service and your full name so that we can review your file? We would love the chance to make it right with you. Thank you for your help with this matter!','2018-04-18 17:04:25.011000'),(36970,'We appreciate the feedback, and the very nice review. Thank you for choosing SignatureCare.','2018-04-18 17:04:47.338000'),(36971,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your positive review, and for choosing our facility.','2018-03-16 15:36:09.431000'),(36972,'Our staff continues to make us proud each and every day. Thanks for letting us know that they are doing a good job. And thank you for choosing SignatureCare','2018-03-15 15:54:15.669000'),(36973,'At SignatureCare, we want all of our patients to feel like family, so it\'s great to hear that our team took such good care of you. Thank you for choosing us, and we hope you will consider us for any future medical emergency. Thanks for the nice review!','2018-03-14 17:18:19.792000'),(36974,'We appreciate your kind words. Our team aims to make each and every patient feel like a VIP, so it\'s great to hear that this was your experience with SignatureCare. We are open 24/7 in case you need us again.','2018-03-13 15:56:28.938000'),(36975,'SignatureCare Emergency Center takes pride in our staff, and our staff cares so much about our patients. We are so very happy to hear about your pleasant and comfortable experience with us. We will pass your kind words along to our team.','2018-03-04 17:07:52.942000'),(36976,'Thank you for placing your trust in SignatureCare Emergency Center. Our board-certified doctors and staff aim to provide the best possible care for everyone that walks through our doors. Thank you for the nice review.','2018-03-03 15:21:16.643000'),(36977,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thanks for the nice review!','2018-03-02 17:48:38.601000'),(36978,'Thank you for the five-star review, Ana -- we appreciate the feedback!','2018-04-18 17:02:17.758000'),(36979,'Thank you for your kind words. We will pass them along to our team. Thanks for choosing SignatureCare.','2018-02-23 17:04:34.782000'),(36980,'While we hope not to see you anytime soon, we are here 24/7 in case of any medical emergency. Thank you for trusting us with your care and for choosing SignatureCare.','2018-02-23 17:04:16.880000'),(36981,'We appreciate and value your feedback. At SignatureCare Emergency Center, we are always looking for ways to improve our services. Our patients are what keep us going strong. Thank you for your positive review, and we hope you feel better.','2018-02-17 19:07:37.236000'),(36982,'Thank you for taking the time to leave us such a nice review! We appreciate the feedback and great rating.','2018-02-14 23:17:52.839000'),(36983,'Thank you so much for the five-star rating. We appreciate the feedback.','2018-02-12 20:40:15.437000'),(36984,'We appreciate the five-star rating, Amanda!','2018-02-12 20:39:59.394000'),(36985,'Our doctors and nurses care for our patients like they are family. It\'s great to hear that you loved your medical team and that they took good care of you. Thanks for choosing SignatureCare and for the nice review.','2018-02-12 20:39:44.846000'),(36986,'Thank you for the five-star rating!','2018-02-11 20:00:02.453000'),(36987,'Our dedicated staff always appreciate positive feedback from our patients. Thanks so much for choosing SignatureCare and for the nice review.','2018-02-10 16:24:21.027000'),(36988,'Thank you for giving us the chance to take care of you. We appreciate your trust. Thanks for the nice review and for choosing SignatureCare!','2018-02-06 16:33:21.180000'),(36989,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thanks so much for the positive review!','2018-02-05 17:28:58.758000'),(36990,'Thanks for your very nice review and great rating. We appreciate the feedback. Thank you for choosing SignatureCare.','2018-02-03 18:09:21.214000'),(36991,'Thank you for your kind words -- we will pass them along to our team. We appreciate you choosing SignatureCare and hope you are feeling better.','2018-02-02 19:49:15.258000'),(36992,'We appreciate your feedback and the chance to take care of your medical emergency. Thanks so much for the great rating and for choosing SignatureCare!','2018-02-01 21:05:59.847000'),(36993,'Our goal is to treat each and every patient like a VIP. No one likes the ER, so at least we can make it a little more pleasant for you. Thanks so much for the great review and for giving SignatureCare the chance to care for you.','2018-02-01 21:05:10.371000'),(36994,'Our community is important to us, so it\'s great to hear that we are doing a good job. Thanks so much for letting us know, and for giving us your trust.','2018-01-30 14:43:08.257000'),(36995,'Our community is important to us, so it\'s great to hear that we are doing a good job. Thanks so much for choosing SignatureCare Emergency Centers, and we hope you are feeling better.','2018-01-25 12:58:41.378000'),(36996,'Thank you for your kind words -- we will pass them along to our team. Thanks for choosing SignatureCare and for the great rating.','2018-01-23 14:06:32.198000'),(36997,'Thank you for taking time out of your day to let us know how we are doing. We appreciate your feedback and thank you for the great rating.','2018-01-20 17:23:46.494000'),(36998,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our team aims to make you and your family members feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the great rating.','2018-01-19 16:52:33.993000'),(36999,'Thanks so much for the great rating, Cindy!','2017-08-10 01:40:57.898000'),(37000,'Thank you so much for the five stars and the feedback!','2018-01-14 16:50:15.947000'),(37001,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. Thank you for letting us know that your visit with us was pleasant and for taking the time to leave us such a nice review.','2018-01-13 14:39:17.633000'),(37002,'What a nice review! Our SignatureCare team appreciates receiving comments like this -- it reminds us that we are doing a good job in our community. Thank you for trusting us with your care.','2018-01-12 16:28:04.908000'),(37003,'Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you for choosing SignatureCare Emergency Centers and for taking time out of your day to write us such a positive review.','2018-01-10 18:26:38.304000'),(37004,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback. Thank you for choosing SignatureCare.','2017-11-22 14:42:02.622000'),(37005,'Thank you for taking the time to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you for choosing SignatureCare and for the great review.','2018-01-09 18:41:16.072000'),(37006,'Thank you so much for the five-star rating. We appreciate it!','2018-01-02 17:48:54.652000'),(37007,'Thank you so much for letting us know how we are doing. We appreciate you choosing SignatureCare and hope you are feeling better.','2017-12-31 15:52:15.409000'),(37008,'We are happy to hear that your experience with SignatureCare was pleasant. Thank you for choosing us.','2017-12-31 15:53:19.981000'),(37009,'Thank you for trusting us with the care of your son. We appreciate your kind words and will pass them along to our team. Thanks for choosing SignatureCare.','2017-12-31 15:53:55.446000'),(37010,'We love hearing about the comfortable experience our patients had at SignatureCare Emergency Center. Thank you so much for the positive feedback.','2017-12-31 15:54:18.418000'),(37011,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs. Feel better!','2017-12-29 16:15:39.707000'),(37012,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. Our doctors and medical staff thank you for your wonderful feedback, and we will continue to provide excellent care to our patients and families.','2017-12-29 16:14:54.576000'),(37013,'We love hearing that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the fantastic review.','2017-11-20 14:15:41.103000'),(37014,'SignatureCare\'s goal is to get you in quickly to see a doctor so that you can get back on the road to good health. Thank you for trusting us with your care and for the very nice feedback. We hope your daughter is feeling better.','2017-12-26 20:54:56.483000'),(37015,'Thanks for the feedback and the great rating. We appreciate it!','2017-12-16 16:47:33.822000'),(37016,'What a nice review! Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing choosing our facility and we hope you are feeling better.','2017-12-10 20:05:13.741000'),(37017,'Hi Brandi, thank you for your feedback. We take all complaints very seriously and would like to learn more about your visit. Can you email info@ercare24.com with your full name, date of service, location of service and exactly what happened during your visit so that we can investigate further? We never like to hear about unhappy clients, so please give us the chance to look into this and rectify. Thank you.','2017-12-09 18:29:47.378000'),(37018,'We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for taking the time to review us and for choosing SignatureCare.','2017-12-09 18:30:35.126000'),(37019,'Our staff continues to make us proud! Thank you for giving our SignatureCare team the chance to take care of you, and thanks for the great review.','2017-12-06 19:32:54.311000'),(37020,'Thank you for choosing SignatureCare, and for the five-star rating.','2017-12-03 20:54:06.827000'),(37021,'Thank you for taking the time to rate us. We appreciate the five stars.','2017-12-03 20:53:49.423000'),(37022,'Thank you for letting us help you and help you feel better! The most stressful time for anyone is during a medical emergency. We hope we put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2017-12-03 20:55:52.497000'),(37023,'Thanks so much for the five stars! We appreciate the feedback.','2017-12-03 20:53:09.104000'),(37024,'Our promise to all our patients is to treat you like you are our ONLY patient. We are so happy to hear your experience was exactly that. Thank you for taking the time to review SignatureCare Emergency Centers.','2017-12-02 17:28:15.156000'),(37025,'Thanks for letting us know. We appreciate you choosing SignatureCare.','2017-12-01 22:48:05.937000'),(37026,'Our goals are to provide the best care possible to all patients. We are very happy to know this was your experience with our emergency room.','2017-12-01 22:47:45.976000'),(37027,'Thanks for taking the time to let us know how we are doing. We appreciate the feedback and your trust.','2017-12-01 22:47:06.939000'),(37028,'Thanks so much for the five-star rating. We appreciate the feedback.','2017-11-29 17:49:48.614000'),(37029,'Thank you for your review -- We always appreciate positive feedback from our patients.','2016-12-21 18:07:03.014000'),(37030,'Thank you so much for the five-star rating. We appreciate the feedback.','2017-11-26 16:55:50.602000'),(37031,'Thank you so much for letting us know how we are doing. We appreciate the feedback. Thank you for choosing SignatureCare.','2017-11-19 15:52:52.038000'),(37032,'Thank you so much for the five-star rating, Johnathan. And thank you for choosing SignatureCare.','2017-11-17 14:23:41.878000'),(37033,'Thanks so much for the feedback! And thank you for choosing SignatureCare.','2017-11-15 17:01:11.632000'),(37034,'Thank you so much for the nice review and great rating. Your feedback will help our team continue to do a great job for our community. Thank you for choosing SignatureCare!','2017-11-11 21:13:33.068000'),(37035,'Thank you for taking the time to let us know that our team is doing a good job. We appreciate the feedback!','2017-11-11 21:12:53.787000'),(37036,'Thank you for trusting SignatureCare with the care of your mother. We appreciate the feedback and the great rating.','2017-11-10 17:10:07.103000'),(37037,'We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing SignatureCare and for the nice review.','2017-11-07 16:48:52.630000'),(37038,'Thank you for the five-star rating. We appreciate the feedback.','2017-11-05 16:45:39.144000'),(37039,'Thank you so much for the feedback and great rating!','2017-11-04 15:15:32.355000'),(37040,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the fantastic review.','2017-11-03 15:59:29.389000'),(37041,'Thank you for the five-star rating!','2017-11-02 20:54:38.152000'),(37042,'We appreciate the five-star rating, Lanetta. Thanks for the feedback.','2017-10-30 23:24:59.410000'),(37043,'Hi there. Thank you for your feedback -- it helps us know we’re doing something right in our Houston community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving SignatureCare your trust.','2017-10-25 16:34:01.572000'),(37044,'Our doctors have excellent bedside manners -- so we\'ve been told many times! Thanks so much for letting us know that our team is doing a good job. We appreciate the feedback.','2017-10-22 19:05:53.843000'),(37045,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We are glad to learn you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care.','2017-10-20 00:40:50.531000'),(37046,'First, we are sorry that you needed an IV- those are never fun for anyone, but we are so glad your experience was as it should be and our nurses and doctors care about the patients they treat. We employ some of the best ER trained staff and we are very proud of them. We hope you feel better and thank you for taking the time to write us a review.','2017-10-19 15:16:50.273000'),(37047,'Thank you Tanesha for the 5 star review. We are glad you had a good experience. Feel Better!','2017-10-19 15:14:20.283000'),(37048,'We are very happy to know about your positive experience with our emergency room. Thank you for taking the time to rate us, and thank you for choosing SignatureCare.','2017-10-17 14:48:13.966000'),(37049,'Thank you so much for placing your trust in our team. SignatureCare\'s board-certified doctors and staff aim to provide the best possible care for everyone that walks through our doors. Thank you for choosing our facility and for the nice review.','2017-10-15 15:43:07.584000'),(37050,'We appreciate the five-star rating!','2017-08-20 02:24:00.717000'),(37051,'Thank you for the five-star rating!','2017-10-12 14:02:22.438000'),(37052,'At SignatureCare, we want all of our patients to feel like VIPs, and we are pleased to hear that was your experience with our facility. Thank you for choosing us and for trusting us with your care.','2017-10-11 14:43:39.104000'),(37053,'We want all of our patients to feel like VIPs. Thank you for letting us know that we are doing a good job. And thanks for choosing SignatureCare!','2017-10-09 23:55:46.029000'),(37054,'Thank you so much for the five star rating!','2017-10-09 23:55:09.881000'),(37055,'Thank you for the five-star rating!','2017-10-09 00:05:58.866000'),(37056,'Thank you so much for letting us know how we are doing. We appreciate you choosing SignatureCare for your emergency needs.','2017-10-08 14:30:08.412000'),(37057,'We appreciate the nice review and great rating. Thank you so much for choosing our facility, and we hope you are feeling better.','2017-10-08 14:29:32.065000'),(37058,'Our staff will appreciate your nice comments -- we will pass them along. Thank you for choosing SignatureCare.','2017-10-08 14:29:02.117000'),(37059,'The SignatureCare team appreciates your nice comments. The feedback will help us continue to do a great job for our patients. Thank you for choosing our facility.','2017-10-05 16:14:49.296000'),(37060,'Thank you so much for the feedback. We appreciate the five stars!','2017-07-28 19:06:29.862000'),(37061,'Our staff aims to treat each patient like a VIP, so it\'s great to hear that was your experience with our facility. Thank you for the nice review.','2017-10-01 14:19:36.771000'),(37062,'Hi Nathan. I notice that you gave us a one-star review, but no explanation. We would like to know what made your experience less than stellar, as we always aim for 100% satisfaction at SignatureCare. Please let us know more about your experience so that we can look into it further. Thank you so much for the feedback.','2017-09-27 02:11:32.241000'),(37063,'We appreciate the five stars, Deltora. Thanks for the feedback!','2017-09-26 13:55:14.100000'),(37064,'Thank you for the five-star rating, Jessica!','2017-09-26 13:54:58.798000'),(37065,'Thank you so much for the nice review and great rating. We appreciate it!','2017-09-25 18:27:15.675000'),(37066,'We appreciate your feedback. Thank you for your review and great rating.','2017-09-25 18:26:58.174000'),(37067,'We are so happy to hear your experience with SignatureCare was a pleasant one. Thank you for the nice review and great rating.','2017-09-23 17:33:36.770000'),(37068,'Thank you for choosing SignatureCare, and for any future recommendations you might send our way. Our community is important to us, and it\'s great to hear that we are doing a good job. Thank you so much for the great rating.','2017-09-22 23:46:00.946000'),(37069,'We appreciate the chance to take care of you during your emergency. SignatureCare is open 24/7 if you need us again. Thanks for the great review and rating!','2017-09-22 23:45:15.259000'),(37070,'Thank you for taking time out of your busy day to leave us such a nice review. We appreciate the feedback. Thank you for choosing SignatureCare.','2017-09-21 16:53:18.431000'),(37071,'SignatureCare Emergency Center takes pride in our staff, and our nurses care so much about our patients. We will pass along your kind words. Thanks for the nice review.','2017-09-21 16:54:40.714000'),(37072,'Thank you for the feedback and great rating. We appreciate it!','2017-09-21 16:21:48.419000'),(37073,'At SignatureCare, we aim to make every patient’s experience speedy and comfortable. Thank you for trusting your emergency needs with with our team.','2017-09-18 14:16:12.568000'),(37074,'At SignatureCare Emergency Center, children are a top priority. Young children cannot always tell us what’s wrong, but using our state-of-the-art equipment and onsite lab services, we are able to quickly diagnose and get you on your way. It is never fun when your child gets sick, but when you have an emergency with your child, we are here to help! Thank you for your review and we hope your child feels better soon.','2017-09-16 14:24:35.206000'),(37075,'You are welcome! And thank you for choosing SignatureCare for your emergency needs. We hope you are feeling better.','2017-09-16 14:23:01.795000'),(37076,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. If you have any additional questions, don\'t hesitate to reach back out.','2017-09-08 14:56:23.306000'),(37077,'We know you have a choice in emergency care, and we appreciate you choosing SignatureCare. Thanks for the nice review!','2017-09-13 16:04:12.510000'),(37078,'Thank you for the fantastic review. We are very happy to know about your positive experience with SignatureCare Emergency Centers. Thanks for choosing us!','2017-09-12 20:59:20.097000'),(37079,'Your family, and your family\'s health, is important to us at SignatureCare. Thank you for trusting us with your emergency needs and for the very nice review.','2017-09-11 01:02:20.819000'),(37080,'We appreciate the five-star rating!','2017-09-10 13:34:12.243000'),(37081,'Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you for choosing SignatureCare Emergency Centers.','2017-09-07 16:15:45.829000'),(37082,'Hi Sarah, thank you so much for the great rating. We hope you will let us know if there is anything we could have done to earn that fifth star -- we always want our patients to be completely satisfied!','2017-09-06 16:00:00.482000'),(37083,'Thank you for letting SignatureCare take care of you. We appreciate the feedback and great rating!','2017-09-05 15:48:59.737000'),(37084,'SignatureCare sets goals on patient satisfaction, so it\'s great to hear we are one step closer to meeting them. Thank you for the nice review.','2017-05-02 14:26:03.610000'),(37085,'No one likes the ER, but SignatureCare is glad to be here for you when you need us. Thank you for choosing our facility.','2017-09-03 15:04:31.939000'),(37086,'Thank you for letting SignatureCare take care of you. We hope you are feeling better!','2017-09-02 21:25:36.185000'),(37087,'Thank you so much for the nice rating. If there is anything we could have done to make it a five-star rating, we hope you will let us know, as we aim for 100% satisfaction. Thank you for the feedback!','2017-09-01 14:50:20.441000'),(37088,'We appreciate the five-star rating!','2017-09-01 14:50:33.928000'),(37089,'Hi Karla, thank you so much for the nice review. We appreciate the opportunity to take care of you, and our staff loves hearing good feedback like this. We do, however, accept all private insurances, so I\'m wondering where you got that information? The only thing we cannot accept is Medicare and Medicaid, but that\'s because they do not participate with freestanding emergency rooms not affiliated with a hospital. Maybe that\'s what you were talking about? We sincerely appreciate the feedback, and we hope you are feeling better!','2017-08-27 18:43:13.062000'),(37090,'We will certainly pass along your kind words. Thanks for letting us know how we are doing, and for the great rating.','2017-08-25 15:52:31.242000'),(37091,'Hi Carlos, it looks like you had a less-than-stellar experience with us. We would love to find out why, and what we could have done to make your experience better. Can you please elaborate so we can pass your comments on to our team? We appreciate it!','2017-08-23 15:52:22.046000'),(37092,'Thank you for the five-star rating!','2017-08-21 16:42:39.621000'),(37093,'We love hearing about the great experiences our patients have. Thank you for choosing SignatureCare!','2017-08-20 02:23:43.977000'),(37094,'Thank you for continuing to trust SignatureCare with your family\'s emergency needs. We appreciate the opportunity to care for them, and we appreciate the great review.','2017-08-16 01:14:17.384000'),(37095,'We appreciate the five-star rating!','2017-08-16 01:13:32.306000'),(37096,'Thank you for the five stars -- we appreciate it!','2017-08-14 13:25:58.402000'),(37097,'We appreciate the five-star rating!','2017-08-14 13:25:39.766000'),(37098,'Having to visit the ER can be scary, but we are glad to know our doctors and nurses were able to keep you calm while getting tested. Thank you for trusting us during your emergency, and we hope you are feeling better.','2017-08-16 01:13:15.500000'),(37099,'We always appreciate positive feedback from our patients. SignatureCare\'s dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2017-08-12 01:40:27.699000'),(37100,'We always want our patients to feel like they are VIPs in our facility. Thank you for trusting SignatureCare with your medical needs. We appreciate it, and the nice review.','2017-08-12 01:39:52.526000'),(37101,'What a nice review! We appreciate feedback like this -- it reminds us that our SignatureCare team is doing a good job in our community. Thank you for choosing us.','2017-08-12 01:39:07.379000'),(37102,'Thank you so much for the five-star rating. We appreciate the feedback.','2017-08-12 01:38:25.394000'),(37103,'We appreciate this kind of feedback -- it helps us to continue to do a good job in our community. Thank you for trusting SignatureCare.','2017-08-08 22:40:37.291000'),(37104,'We at SignatureCare want all our patients to feel like family, so it\'s great to hear this was your experience. Thank you for the nice review and rating.','2017-08-07 18:44:12.125000'),(37105,'Thank you so much for the five-star rating!','2017-08-03 13:27:39.416000'),(37106,'Thank you for the five-star rating. We appreciate it.','2017-08-03 13:27:27.915000'),(37107,'Thank you for letting us take care of your little one. We appreciate you trusting us with his care and we hope he is feeling better!','2017-08-03 13:27:13.574000'),(37108,'Thank you so much for the great rating!','2017-08-03 13:26:23.428000'),(37109,'We appreciate the five-star rating!','2017-08-01 01:24:40.240000'),(37110,'Thank you so much for the great rating!','2017-08-01 01:24:26.320000'),(37111,'SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so very happy to hear your experience was pleasant and we hope you are feeling better.','2017-08-01 01:24:14.057000'),(37112,'Thank you so much for the five star rating!','2017-07-29 13:53:40.078000'),(37113,'Thank you for trusting SignatureCare with your emergency needs. We aim to treat all of our patients like VIPs and are pleased to hear this was your experience with our facility.','2017-07-27 18:06:30.785000'),(37114,'We appreciate the five-star rating!','2017-07-24 02:55:12.950000'),(37115,'Thank you so much for placing your trust in us. SignatureCare\'s board-certified doctors and staff aim to provide the best possible care for everyone that walks through our doors. Thank you for choosing our facility.','2017-07-24 02:55:03.466000'),(37116,'At SignatureCare Emergency Center, our doctors, nurses and medical staff will make you and your friends feel comfortable and able to relax (even if that means a warm blanket!) while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2017-06-25 13:22:16.723000'),(37117,'Thank you so much for the five-star rating!','2017-07-17 14:45:42.334000'),(37118,'Thank you so much for the kind words and great rating. We appreciate it.','2017-07-15 22:07:26.911000'),(37119,'We are so sorry to hear about your recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year. It\'s great to hear that our staff took care of you quickly and efficiently, and we hope you feel better.','2017-07-11 15:28:30.468000'),(37120,'We always appreciate this type of positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2017-07-09 23:54:02.383000'),(37121,'SignatureCare Emergency Center takes pride in our staff, and we are so very happy to hear you loved them. Thank you for letting us take care of you.','2017-07-09 23:53:43.088000'),(37122,'We appreciate the five-star rating!','2017-07-09 23:52:53.141000'),(37123,'We are so sorry to hear about your recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency, and we will always put our patients first. We hope you feel better.','2017-06-17 14:09:47.930000'),(37124,'We are so sorry to hear about your kidney infection (ouch!), but we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency, and we will always treat our patients like VIPs. We hope you feel better.','2017-07-07 16:47:29.079000'),(37125,'Thank you so much for the five-star review!','2017-03-21 01:09:09.957000'),(37126,'Thank you so much for the great rating. Please let us know if there is anything we could have done better so we have the chance to earn that fifth star!','2017-07-04 14:13:13.773000'),(37127,'Thank you for giving SignatureCare the chance to take care of you. We appreciate the nice review and rating, and hope you will consider us for any future emergency.','2017-07-04 14:12:46.956000'),(37128,'Thank you for letting us know how we are doing, and for the great rating.','2017-06-26 16:04:45.580000'),(37129,'Thank you for the feedback and great rating.','2017-06-22 16:40:31.309000'),(37130,'We are so sorry to hear about your recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency, and we will always put our patients first. We hope you feel better.','2017-06-20 16:51:31.571000'),(37131,'SignatureCare Emergency Center takes pride in our staff because our staff cares so much about our patients. We are so very happy to hear that our team took good care of you. We will be sure to let them know.','2017-06-20 16:50:03.242000'),(37132,'Our team sets goals on patient satisfaction, so it\'s great to hear that we are one step closer to obtaining them. Thank you for choosing SignatureCare and for letting us know how we are doing.','2017-06-18 20:06:10.602000'),(37133,'Thank you so much for the five-star rating. We appreciate the feedback.','2017-06-18 20:04:04.325000'),(37134,'We appreciate you taking time from your busy schedule to write us a review. Thank you again for choosing SignatureCare Emergency Centers.','2017-06-17 14:10:19.672000'),(37135,'Thank you for the feedback!','2017-06-15 17:26:11.854000'),(37136,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you and your family members feel comfortable and able to relax while your treatment and diagnosis are in process. We appreciate you choosing us time and again for your care.','2017-06-14 02:05:25.640000'),(37137,'Our staff is one of the most qualified emergency room staff in Houston, but the compassion and dedication for helping others is why we love our employees. Thank you for your kind words, and we will pass them along.','2017-06-14 01:57:30.184000'),(37138,'Visiting the ER is stressful enough, so we are very sorry to learn of your billing frustrations. We would very much like to learn more about your particular situation and bill, so please contact our billing dept and speak with Tray Moore, tmoore@roundtmc.com or (832) 699-3777 so he can look into this. We pride ourselves in being a #1 rated emergency room and want all our patients to be happy not only with our emergency centers, but also afterwards. Thank you for your review.','2017-06-10 15:22:57.582000'),(37139,'We appreciate the five-star rating!','2017-09-05 15:47:46.873000'),(37140,'We appreciate your continued business. Thank you so much for the kind words and for letting us know how we are doing!','2017-06-06 01:41:09.060000'),(37141,'Thank you for the five-star rating!','2017-06-07 02:24:55.370000'),(37142,'Thank you for the nice review. We appreciate the feedback.','2017-06-06 01:42:26.736000'),(37143,'Thank you for the five-star rating, Adan. We appreciate it.','2017-06-06 01:42:02.623000'),(37144,'SignatureCare\'s wait time is usually 10 minutes or less, so it\'s great to hear our team got you in and out quickly. Thank you for letting us serve you, and for the nice review.','2017-06-06 01:41:47.382000'),(37145,'Thank you so much for the five-star rating!','2017-06-01 19:10:22.260000'),(37146,'Thank you for choosing SignatureCare and for taking the time to leave us a nice review. We appreciate the feedback.','2017-06-01 01:36:38.396000'),(37147,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your trust in the board-certified doctors, nurses and staff at SignatureCare.','2017-05-21 22:23:10.084000'),(37148,'Thank you so much for your feedback! Our goal is to always provide the best care. If you have any further questions, don’t hesitate to give our team a call.','2017-05-21 22:22:44.488000'),(37149,'We appreciate and value your feedback, because our patients are what keep us going strong. Thank you for your positive review, and we hope you feel better.','2017-05-21 22:22:10.917000'),(37150,'Our staff loves receiving comments like this -- it reminds them that they are doing a good job in our community. Thanks for letting us know!','2017-05-19 15:02:52.826000'),(37151,'Thank you for your nice review, Alma. We appreciate you taking time out of your day to let us know how we are doing. Thanks for choosing SignatureCare.','2017-05-19 15:02:23.660000'),(37152,'Thank you so much for placing your trust in SignatureCare Emergency Center. Our board-certified doctors and staff aim to provide the best possible care for everyone that walks through our doors. We appreciate the kind words and great rating.','2017-05-18 00:55:29.070000'),(37153,'Thank you for the great rating, Samin!','2017-05-17 00:21:34.441000'),(37154,'Hi Cee, We take your complaint very seriously. I would like to research your visit to our facility to see what happened. Would you please send me an email with your mothers name and the date you brought her to our emergency room? Also can you confirm you came to SignatureCare Emergency Center at 8910 S Hwy 6? We have multiple locations and I want to make sure we check the correct location. We are very sorry to learn about the negative experience and definitely want to find out what happened and who your mother seen while at our center. Thank you and I look forward to hearing from you. You can email me directly at info@ercare24.com. Thanks','2017-05-15 17:57:29.569000'),(37155,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less. Thank you for giving us the chance to serve you and for the great review.','2017-05-14 13:57:15.318000'),(37156,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for your great review and rating.','2016-12-01 18:51:53.843000'),(37157,'Thank you for the great rating!','2017-05-12 19:54:09.499000'),(37158,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for taking the time to review our facility.','2017-05-12 19:56:41.274000'),(37159,'Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for the kind words.','2017-05-12 19:55:58.626000'),(37160,'SignatureCare Emergency Center takes pride in our staff, and our staff cares so much about our patients. We are so very happy to hear that our team took good care of you. We will make sure to let them know.','2017-05-10 23:08:18.420000'),(37161,'Thank you for taking time out of your day to let us know how we are doing. We appreciate the feedback.','2017-05-10 23:07:07.285000'),(37162,'We appreciate you taking time out of your day to review us. Thank you for choosing our facility.','2017-05-08 17:59:02.782000'),(37163,'Thank you so much for rating us, Carlos. We hope you consider us in the future for your emergency needs, and maybe give us a chance to earn that fifth star!','2017-05-08 17:58:39.683000'),(37164,'We appreciate the five-star rating.','2017-05-06 13:32:40.653000'),(37165,'Thank you for letting us take care of you during your recent emergency, and for any future recommendations. We appreciate it, and the nice review.','2017-05-06 13:32:26.751000'),(37166,'We are very sorry to learn of your billing frustrations. Visiting the ER in itself is stressful enough. We would very much like to learn more of what happen in your particular situation. Since we do not have the patients name and date of service its hard for me to find out, but if you would please contact our billing dept and speak with Tray Moore, tmoore@roundtmc.com or 832-699-3777 he would very much like to learn more about your experience. We pride ourselves in being a #1 rated emergency room and want all our patients to be happy not only with our emergency centers, but also afterwards. Its very important to us. Please contact Tray directly and have him look into this for you. We hope your uncle is feeling much better and we hope that you will consider our emergency centers in the future. Thank you','2017-05-05 16:25:25.339000'),(37167,'We appreciate you taking time out of your busy schedule to leave us a nice review. It\'s great to hear that our team took good care of you and that you feel you would visit us again in an emergency. While we hope not to see you anytime soon, just know that SignatureCare is here for you 24/7 if the need arises. Thank you for the nice review.','2017-05-02 14:25:13.556000'),(37168,'Thank you so much for the nice words and great rating!','2017-05-02 14:24:02.123000'),(37169,'Our goal at SignatureCare is go get you in and out quickly, and on your way back to good health. It\'s great to hear this was your experience with us. Thank you for letting us serve you.','2017-04-30 16:03:47.558000'),(37170,'Thank you for the five-star rating. We appreciate it.','2017-04-27 14:20:45.919000'),(37171,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but we appreciate you choosing SignatureCare. Thanks for the nice review.','2017-04-26 02:37:31.140000'),(37172,'Thank you for your nice words about your staff. They appreciate your comments and great rating.','2017-04-26 02:36:23.284000'),(37173,'Thank you so much for the kind words and great rating. We appreciate it.','2017-04-23 17:01:56.341000'),(37174,'Thank you so much for the positive feedback. We appreciate your comments and reviews. Although we hope to not see you soon, we are here when you do have an unexpected emergency.','2017-04-14 16:18:25.808000'),(37175,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2017-04-14 16:17:57.965000'),(37176,'SignatureCare Emergency Center\'s doctors have great bedside manners -- or so we\'ve been told! We are glad to hear that this was your experience. Thank you for the great review.','2017-02-07 18:52:32.508000'),(37177,'Hi Rida, we are sorry that you felt like your visit with us was unsatisfactory. We would love to hear why so that we can have an opportunity to make it right. Please let us know, specifically, what you felt was the problem so we can address directly. Thank you!','2017-04-13 14:07:59.705000'),(37178,'Thank you so much for taking the time to rate us and leave a review. And thank you for choosing SignatureCare!','2017-04-10 14:56:12.902000'),(37179,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was a positive one. Thank you for the fantastic review, and please know that we are always open and available when you have an unexpected emergency.','2017-04-10 14:55:56.519000'),(37180,'Thank you for letting us know how we are doing. We always aim for 100% satisfaction.','2017-03-31 21:45:13.124000'),(37181,'We appreciate comments like this, as it lets us know our staff is doing a good job. Thanks for letting us know!','2017-03-31 21:44:53.296000'),(37182,'Thank you for the five-star rating, Kyle!','2017-03-30 01:17:58.615000'),(37183,'Thank you so much for the review, rating, and any future recommendations. We appreciate the opportunity to serve you.','2017-03-29 01:08:22.682000'),(37184,'SignatureCare appreciates your feedback. Thank you for the great rating.','2017-03-28 00:00:16.112000'),(37185,'SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so very happy to hear your experience was pleasant. We will make sure to let them know.','2017-03-27 19:55:37.160000'),(37186,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. Thank you for giving us the chance to help you feel better.','2017-03-23 17:57:03.736000'),(37187,'We appreciate the five-star rating, Robin!','2017-03-21 01:37:06.352000'),(37188,'Thank you so much for the kind words and great review. We appreciate it.','2017-04-29 18:50:10.541000'),(37189,'Thank you so much for the great rating, Maria. We appreciate it so much.','2017-03-21 01:37:22.498000'),(37190,'Thank you so much for the positive feedback. Although we hope to not see you soon, SignatureCare is here when you do have an unexpected emergency.','2017-03-21 01:36:52.163000'),(37191,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your positive review, and for any future recommendations!','2017-03-21 01:36:09.695000'),(37192,'Thank you for taking the time out of your day to let us know how we are doing. We appreciate the feedback and the great rating.','2017-03-21 01:35:37.753000'),(37193,'Thank you so much for the great review and rating. It\'s comments like this that help us continue to do a great job for our patients.','2017-03-21 01:07:37.821000'),(37194,'We are sorry you felt like your physician wasn\'t caring -- we never want to hear that from our patients. We would love to discuss the specifics with you, and hope you will email us at info@ercare24.com so we can discuss and do what we can to make it right. Thank you for your feedback.','2017-03-21 01:19:26.069000'),(37195,'We try to provide the best care possible to all patients, and are very happy to know this was your experience with our emergency room. Thank you for choosing SignatureCare.','2017-03-16 02:05:25.723000'),(37196,'It\'s always great to hear that our SignatureCare team did a great job taking care of you and that you were pleased with your care. Thank you for the review and rating.','2017-03-15 01:11:28.122000'),(37197,'Thank you so much for the great rating. We appreciate it!','2017-03-12 20:05:32.957000'),(37198,'We appreciate the great rating!','2017-03-09 16:18:17.356000'),(37199,'We are pleased to hear that your experience with SignatureCare was great. Thank you for letting us know!','2017-03-09 16:18:05.293000'),(37200,'Thank you for the five star rating!','2017-03-09 16:17:21.226000'),(37201,'We appreciate comments like this. Thank you for your feedback!','2017-03-05 15:12:35.523000'),(37202,'Thank you for the feedback and great rating. We appreciate it.','2017-03-05 15:12:18.910000'),(37203,'Thank you for the five-star rating!','2017-03-03 21:07:15.483000'),(37204,'Thank you so much for your review and rating. When we receive feedback like this, it helps us know we’re doing something right in our Houston community. Thank you for giving us your trust, and let us know if there is anything we could have done to earn that fifth star!','2017-03-02 14:01:03.899000'),(37205,'We always appreciate positive feedback from our patients. SignatureCare is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2017-03-01 01:48:20.086000'),(37206,'Children are a top priority of all our staff and doctors at SignatureCare Emergency Center. Children cannot always tell us what’s wrong like an adult, but using our state-of-the-art equipment and onsite lab services, we are able to quickly diagnose young children. Thank you for your review and we hope your child feels better soon!','2017-02-23 17:48:50.846000'),(37207,'Thank you for continuing to choose SignatureCare Emergency for your emergency needs. We appreciate your nice review and rating, and we always appreciate referrals!','2017-02-23 17:47:23.396000'),(37208,'Thank you for your nice review. We are glad we were able to get you in and out quickly, as that is our goal with all of our patients: to get you back to good health quickly. Thank you for choosing us.','2017-02-23 17:46:22.501000'),(37209,'Thank you for your nice review and rating. We always appreciate patient feedback!','2017-02-21 23:29:19.340000'),(37210,'Our SignatureCare Emergency team aims to get you in and out quickly and on your way back to good health. We are glad to hear that our team delivered and we hope you are feeling better.!','2017-02-21 01:01:28.812000'),(37211,'Thank you so much for your review of SignatureCare Emergency. We appreciate your feedback.','2017-02-21 01:00:19.593000'),(37212,'Thank you for the five-star rating!','2017-02-18 13:20:08.502000'),(37213,'Thank you for taking the time to leave us such a nice review. We appreciate the feedback.','2017-02-18 13:19:55.445000'),(37214,'We are so pleased to hear that your experience at SignatureCare Emergency was exactly as it should be. Thank you for your nice review.','2017-02-16 00:29:31.031000'),(37215,'Thank you so much for your feedback. We appreciate it and will let our front desk know that they are doing a good job!','2017-02-11 23:45:06.077000'),(37216,'Thank you so much for letting us know that the SignatureCare Emergency staff is doing a good job. We appreciate the feedback!','2017-02-09 02:56:10.867000'),(37217,'We are glad that we were able to take care of you quickly and efficiently. Thank you for leaving us a nice review and telling us how our reception staff is doing -- we will be sure to let them know.','2017-02-09 02:47:51.903000'),(37218,'No wait time is our specialty! Thank you for taking the time to leave us a nice review and rating. We appreciate it!','2017-02-09 02:45:50.643000'),(37219,'We are glad to hear that the staff at SignatureCare Emergency is doing a great job. Thanks for the feedback!','2017-02-06 16:51:16.933000'),(37220,'Thank you so much for your great review and rating. We appreciate it!','2017-02-06 16:50:50.914000'),(37221,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2017-02-06 16:50:24.779000'),(37222,'Thank you so much for the great rating and for your kind comments. We appreciate it.','2017-02-02 02:58:39.816000'),(37223,'Thank you so much for your review and rating. Your comments help us do a great job!','2017-01-31 04:33:58.923000'),(37224,'Thank you for taking the time to leave us such a nice review and rating. We appreciate it.','2017-01-30 02:28:10.310000'),(37225,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our team put you at ease and provided you with the best care possible.','2017-01-29 02:31:47.482000'),(37226,'Thank you so much for the five-star rating!','2017-01-25 00:38:47.820000'),(37227,'Thank you so much for the great rating -- we appreciate your feedback!','2017-01-23 20:32:56.413000'),(37228,'We are very sorry to learn that you felt you did have a great experience. We do accept all forms of insurance and self pay patients. Our doctors are board certified and we always provide a free medical evaluation and never collect any payment unless you agree to treatment. If deemed emergent we will make payment arrangements and proceed with medical treatment. I will have someone reach out to you about your specific situation to see what we could have done better and to learn more. We strive for excellence and sorry if you did not experience this when visiting our ER. We hope you will give us the opportunity to speak with you and consider visiting one of our facilities in the future.','2017-01-19 20:10:13.361000'),(37229,'Thank You for the 5 star rating! We appreciate it!','2017-01-19 20:10:40.951000'),(37230,'We are glad to know everything went well for your visit to our ER. Thanks for choosing SignatureCare Emergency Center.','2017-01-19 20:11:14.281000'),(37231,'Thank you for the great rating. If there is anything we could have done to earn that last star, please let us know!','2017-01-16 15:26:02.422000'),(37232,'We are glad to hear that our staff and your experience was pleasant. Thank you for the great rating.','2017-01-13 17:39:02.231000'),(37233,'Thank you for taking the time to rate us. We appreciate the five stars.','2017-01-13 17:38:29.511000'),(37234,'Thank you so much for the five-star rating. We appreciate it.','2017-01-13 17:38:07.021000'),(37235,'Thank you for taking the time to rate our facility, Juanita. Please let us know if there is anything we could have done to earn a higher rating. Our goal is to make sure every customer is completely satisfied!','2016-10-30 22:06:07.246000'),(37236,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the great review and rating!','2017-01-08 19:02:07.626000'),(37237,'Thank you for the nice review, Candace. We are glad to hear our staff was pleasant and thank you for choosing us!','2017-01-05 03:11:03.827000'),(37238,'Thank you for letting us help you and help you feel better! The most stressful time for anyone is during a medical emergency. We hope we put you at ease and provided you with the best care possible.','2017-01-04 03:38:58.578000'),(37239,'Thank you so much for the great rating!','2017-01-04 03:38:32.930000'),(37240,'Thank you for the great review. We are very proud of our staff and love how they love our patients. We hope you are feeling better!','2017-01-04 03:35:48.888000'),(37241,'Thank you for the five-star rating!','2017-01-02 12:34:50.688000'),(37242,'Thank you for your feedback and the great rating. We appreciate it!','2017-01-02 12:34:30.895000'),(37243,'Thank you for the good rating. If there is anything we could have done to make it a five-star rating, please let us know!','2016-12-29 15:47:50.334000'),(37244,'Thank you for the five-star rating!','2016-12-29 15:47:20.293000'),(37245,'Thank you for your feedback! We are happy to hear your experience with SignatureCare Emergency was a good one.','2016-12-26 18:27:04.270000'),(37246,'Our goal is to provide the best care possible to all patients. We are very happy to know this was your experience with our emergency room.','2016-12-21 18:07:46.544000'),(37247,'Thank you for the four-star rating. If there is anything we could have done to make it a five-star rating, we hope you will let us know! Thank you for your feedback.','2016-12-20 01:25:43.545000'),(37248,'We are so sorry to hear about your recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency, and we will always put our patients first. We hope you feel better.','2016-12-20 01:25:08.431000'),(37249,'Your positive experience means a lot to our team at SignatureCare Emergency Center. We will definitely let them know that you had a great experience. Thank you for choosing us, and please consider us next time you are experiencing an emergency.','2016-12-15 01:21:56.314000'),(37250,'SignatureCare Emergency Center strives to treat our patients and get them on their quickly. No one likes the ER, but we are glad to be here for you when you need us.','2016-12-15 01:21:14.836000'),(37251,'Thank you for the great rating, Audrey. I am sorry to hear that you had to wait a bit, but we hope we made it worth your while once you saw the doctor. We always aim for 100% satisfaction, and while we hope not to see you soon, if you do have another medical emergency, we hope you will give us another chance to prove we can be QUICK and effective! Let us know if there is anything else we can do for you.','2016-12-07 03:29:25.335000'),(37252,'We are so sorry to hear about your recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year when you do have an emergency. We hope you feel better.','2016-12-05 16:06:32.745000'),(37253,'Thank you for bringing your experience to our attention. SignatureCare strives on providing excellent medical care and attention to our patients from the check in process to seeing one of board-certified physicians. All patients should feel like they are attended to immediately when arriving to one of our centers and we are sorry to learn you felt this was not your experience. While we are a fast growing emergency center, and training is a must, this should absolutely not affect your experience when coming to our center. Again, we are sorry to learn you felt it did. We would very much like the opportunity to speak with you and learn more about your experience. One of our managers will reach out to you personally to learn more about what you felt we could have done differently. We hope you will allow us the opportunity to speak with you and consider our emergency rooms again in the future.','2016-12-03 22:10:27.878000'),(37254,'We appreciate your positive feedback. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2016-12-03 16:29:42.329000'),(37255,'Our registration staff is one of the most qualified emergency room staff in Houston, but the compassion and dedication for helping others is why we love our employees. Thank you for your kind words, and we will pass them along.','2016-12-01 18:51:11.480000'),(37256,'Thank you for the great review. We are glad to hear that so many of your family members come here and hope we always provide them with exemplary service!','2016-12-01 18:50:21.557000'),(37257,'We appreciate and value your feedback. At SignatureCare Emergency Center, we are always looking for ways to improve our services. Our patients are what keep us going strong. Thank you for your positive review, and we hope you feel better.','2016-10-28 16:21:20.496000'),(37258,'Your positive feedback will help our team continue to do a great job for our patients. Our staff aims to make every patient’s experience speedy and comfortable. Thank you for trusting your emergency needs with SignatureCare.','2016-11-30 02:31:43.653000'),(37259,'Thank you for taking the time to rate us, and for the five-star rating.','2016-11-28 17:42:01.559000'),(37260,'Thank you for the five-star rating!','2016-11-28 17:41:37.973000'),(37261,'We are very sorry to hear you did not feel you had a good experience. First, I would like to say all of our doctors are board certified physicians and every patient does see a doctor when visiting SignatureCare Emergency Centers. We strive to provide excellent medical care and our patients opinions are extremely important to us. We are an emergency room and function exactly like a hospital emergency room for insurance billing purposes. It sounds like you received an Explanation of Benefits (EOB) from your insurance company, which is not a bill from us, however, we would very much like to discuss this with you. Please contact Tray Moore at our billing company. tmoore@roundtmc.com or 832-699-3777 ext 124 to discuss. If you would prefer he can contact you, please email him your contact info and he would be happy to reach out to you. Again, we are very sad to learn you did not feel you had the best experience and would like the opportunity to work with you. We hope you will give us the opportunity to discuss your specific visit and consider our emergency room in the future. Thank You.','2016-11-28 20:21:55.660000'),(37262,'We appreciate you taking the time to leave us a great rating!','2016-11-23 00:25:51.191000'),(37263,'Thank you for the five-star rating. We appreciate it.','2016-11-23 00:25:02.820000'),(37264,'Thank you for the five-star rating. We appreciate your input!','2016-11-22 02:35:25.115000'),(37265,'Our goal is to provide the best care possible to all patients and ensure you are comfortable while waiting for diagnosis and treatment. We are very happy to know this was your experience!','2016-11-22 02:36:21.039000'),(37266,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for giving us your trust.','2016-11-22 02:35:07.168000'),(37267,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2016-11-17 20:02:34.465000'),(37268,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback, it helps us excel at our jobs.','2016-11-16 17:34:16.783000'),(37269,'Hi there. Thank you for your feedback. When we receive feedback like this, it helps us know we’re doing something right in our Houston community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2016-11-16 17:33:49.556000'),(37270,'Thank you so much for your feedback! Our goal is to always provide the best care. If you have any further questions, don’t hesitate to give our team a call.','2016-11-16 17:33:13.371000'),(37271,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your positive review, and we are always here whenever you need us.','2016-11-16 17:32:49.293000'),(37272,'Thank you for the four-star rating, Anita. We hope you had a great experience and will let us know if there\'s anything we could have done to earn a 5-star rating. Thank you again!','2016-11-16 17:32:12.190000'),(37273,'Thank you for the five-star rating!','2016-11-14 13:52:35.643000'),(37274,'Thank you so much for your feedback.','2016-12-07 16:42:26.732000'),(37275,'Thank you for the great rating. We are glad our staff was helpful and we hope you are feeling better!','2016-11-12 00:37:05.002000'),(37276,'We are so sorry to hear about your friend\'s recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency, and we will always put our patients first. We hope your friend feels better!','2016-11-12 00:36:20.002000'),(37277,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback, it helps us excel at our jobs.','2016-11-11 03:15:07.861000'),(37278,'Thank you for the five-star rating!','2016-11-11 03:14:42.486000'),(37279,'We always appreciate positive feedback from our patients. We are always here and willing to meet all your healthcare needs 24/7.','2016-11-11 03:14:10.039000'),(37280,'We appreciate you taking time from your busy schedule to write us a positive review. Thank you again for choosing SignatureCare Emergency Centers.','2016-11-03 02:13:23.889000'),(37281,'Thank you for your 5 star rating. We appreciate it!','2016-12-07 16:43:02.501000'),(37282,'We are pleased to hear that you liked the staff at SignatureCare Emergency Centers. While we hope not to see you soon, please know that we are always here in case of emergency. Thank you for your review and rating.','2016-11-07 20:34:03.102000'),(37283,'We are pleased to hear that we were able to get you in and out quickly and on your way back to good health. Thank you for choosing SignatureCare and for the great rating.','2016-11-06 14:57:27.819000'),(37284,'We are so happy to hear your experience was as it should always be when you visit an emergency room, specifically SignatureCare. Thank you for the great rating.','2016-11-03 02:12:49.951000'),(37285,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Centers.','2016-10-24 01:31:39.993000'),(37286,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this because we want everyone who walks through the doors at SignatureCare to feel like a VIP. We hope if you ever have another emergency, you will give us a chance to earn that five-star rating. Thank you again!','2016-10-19 01:18:37.469000'),(37287,'Thank you so much for the great review. We appreciate you taking time out of your day. We are sorry we were not able to get to you as fast as we would have liked, but hope if you ever have another emergency, you\'ll give us another chance to earn that last star! Thank you again for your rating and review.','2016-10-15 22:34:51.311000'),(37288,'Thank you for the five-star rating!','2016-10-14 17:52:41.132000'),(37289,'Thank you so much for the positive feedback. We appreciate your comments and reviews. Although we hope to not see you soon, we are here when you do have an unexpected emergency.','2016-10-10 13:43:25.686000'),(37290,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you and your family members feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2016-10-06 00:09:55.576000'),(37291,'You are most welcome, and thank you for the good rating. Please let us know if there is anything we could have done to make it a five-star rating!','2016-10-04 14:52:28.278000'),(37292,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2016-10-04 14:52:46.913000'),(37293,'We always appreciate your positive feedback. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2016-10-04 14:51:55.663000'),(37294,'Thank you for the five-star rating!','2016-10-04 14:51:22.100000'),(37295,'Thank you for the great rating. We are glad we were able to get you in and out so quickly and hope you are feeling better!','2016-10-04 14:51:06.767000'),(37296,'We have some of the best receptionists, doctors and nurses in Texas. SignatureCare Emergency Center takes pride in our staff, and they care so much about our patients. We are so very happy to hear you loved our staff. We will make sure to let them know.','2016-10-02 18:42:57.555000'),(37297,'Thank you for the review and rating, Donna. We are glad to hear our staff was attentive and we hope you are feeling better!','2016-09-29 20:28:08.648000'),(37298,'Thank you for the five-star rating!','2016-09-27 01:52:08.328000'),(37299,'Thank you for the five-star rating!','2016-09-24 14:04:06.415000'),(37300,'Our team at SignatureCare knows that your time is valuable. Thank you so much for your positive feedback, we appreciate it.','2016-09-24 14:04:41.929000'),(37301,'Thank you for letting us help you and help you feel better! We hope we put you at ease and provided you with the best care possible.','2016-09-14 00:26:52.329000'),(37302,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback, it helps us excel at our jobs.','2016-09-14 00:26:22.917000'),(37303,'SignatureCare Emergency Center takes pride in our staff, and they care so much about our patients. We are glad to hear you loved them. We will make sure to let them know.','2016-09-12 01:27:21.115000'),(37304,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback, it helps us excel at our jobs.','2016-09-07 02:19:56.782000'),(37305,'Your positive feedback will help our team continue to do a great job for our patients. Our staff aims to make every patient’s experience speedy and comfortable. Thank you for trusting your emergency needs with SignatureCare.','2016-09-07 02:19:39.085000'),(37306,'Thank you for letting us help you and help you feel better!','2016-09-07 02:18:39.822000'),(37307,'When we receive feedback like this, it helps us know we’re doing something right in our Houston community. Our trained staff is always ready to take care of your emergency needs. Thank you for your feedback!','2016-09-07 00:52:37.361000'),(37308,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2016-09-04 17:02:43.135000'),(37309,'Thank you, Jasmine, for taking the time to leave us a great rating and review. We appreciate your feedback!','2016-08-24 02:39:03.444000'),(37310,'Thank you so much for the positive feedback. We appreciate your comments and reviews. Although we hope to not see you soon, we are here when you do have an unexpected emergency.','2016-08-23 01:34:38.778000'),(37311,'Thank you for the five-star rating! We appreciate it.','2016-08-23 01:31:56.487000'),(37312,'Our team at SignatureCare knows that your time is valuable. We make our patients the number one priority no matter their emergency. Thank you so much for your positive feedback, we appreciate it.','2016-08-18 02:03:39.005000'),(37313,'Thank you for your review and for any future recommendations, Shanecia!','2016-08-16 00:57:32.249000'),(37314,'Our team at SignatureCare knows that your time is valuable. We make our patients the number one priority no matter their emergency. Thank you for choosing us!','2016-08-13 01:32:28.002000'),(37315,'SignatureCare Emergency Center takes great pride in having board-certified physicians. We are very sorry to hear you did not feel you had a great experience. We value our partnerships with Doctors and other professionals. Please contact us to discuss your situation. We sent you an email with our contact information. We look forward to speaking with you.','2016-08-11 14:48:49.357000'),(37316,'We appreciate you taking time from your busy schedule to write us such a positive review. Thank you for choosing SignatureCare Emergency Centers.','2016-08-08 21:46:54.258000'),(37317,'Thank you so much for the positive feedback. We appreciate your comments and reviews. Although we hope to not see you soon, we are here when you do have an unexpected emergency.','2016-07-31 15:15:45.359000'),(37318,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and please consider us next time need emergency care.','2016-07-27 22:57:01.946000'),(37319,'Thank you for the great review!','2016-07-27 22:56:11.177000'),(37320,'Thank you for the four-star rating, Jennifer! If there is anything we could have done to make it a five-star, please let us know. We hope you are feeling better!','2016-07-26 01:31:42.890000'),(37321,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the fantastic review, and we are always open and available when you have an unexpected emergency.','2016-07-25 01:41:17.851000'),(37322,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this. We want everyone who walks through the doors at SignatureCare to feel like a VIP. Thank you for supporting us, and putting your trust in our medical team.','2016-07-23 14:05:25.872000'),(37323,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all of your healthcare needs 24/7.','2016-07-22 01:03:32.108000'),(37324,'We are so sorry to hear about your recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year when you do have an unexpected emergency, and we will always put our patients first. We hope you feel better.','2016-07-11 22:47:58.870000'),(37325,'We love hearing about the comfortable experience our patients had at SignatureCare Emergency Center. Thank you so much for the positive feedback.','2016-06-09 14:44:41.605000'),(37326,'Thank you for letting us help you and help you feel better! The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff put you at ease and provided you with the best care possible.','2016-07-04 12:06:42.081000'),(37327,'SignatureCare Emergency Centers have a much shorter wait time than a hospital; usually 10 minutes or less, and our doctors are board certified and can handle most of the same emergencies as a hospital. We are glad to learn you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care.','2016-07-02 01:13:18.141000'),(37328,'Thank you for the five-star rating and for trusting SignatureCare with your medical needs.','2016-06-27 01:15:23.709000'),(37329,'Thank you for the five-star rating! We appreciate your feedback.','2016-06-27 01:14:35.620000'),(37330,'We are very sad to learn that you felt your experience was unpleasant during your recent visit to our emergency room. Our goal is to treat all patients with respect and kindness, not only during their visits to our emergency rooms, but anytime we have contact with any patients. If you would like to discuss your specific situation with our staff- we would be more than happy to address any concerns you have - please feel free to call us at 832-699-3777 ext 109. Again, we are sorry you did not feel you had a pleasant experience and hope you will consider us again in the future.','2016-06-21 17:20:54.665000'),(37331,'We appreciate you taking time from your busy schedule to write us such a positive review. Thank you for choosing SignatureCare Emergency Centers not once, but three times!','2016-06-21 01:36:07.122000'),(37332,'Thank you for your five-star review! We are always here in case of emergency and are pleased you chose us to serve you.','2016-06-17 00:40:27.939000'),(37333,'SignatureCare Emergency Center’s staff sets goals on patient satisfaction. Thank you for letting us know we’re one step closer to meeting them!','2016-06-12 15:07:19.477000'),(37334,'Thank you for letting us help you and help you feel better! We hope we put you at ease and provided you with the best care possible.','2016-08-26 03:07:28.732000'),(37335,'Thank you for choosing SignatureCare and for the fantastic review. We hope we don\'t see you again soon, but if you have another medical emergency, we are here for you!','2016-08-26 03:09:15.772000'),(37336,'Our team at SignatureCare knows that your time is valuable. We make our patients the number one priority no matter their emergency. Thank you so much for your positive feedback, we appreciate it.','2016-06-09 14:44:09.199000'),(37337,'The board-certified team at SignatureCare care deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you for entrusting our team with the care of your little one. If you need peace of mind in the future, don’t hesitate to contact us.','2016-06-08 14:00:06.668000'),(37338,'Hi there. Thank you for your feedback. When we receive feedback like this, it helps us know we’re doing something right in our Houston community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2016-06-08 13:59:22.133000'),(37339,'I apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. We would love to discuss this incident with you and get more details so we can make it right.','2016-06-07 14:21:21.250000'),(37340,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this. We want everyone who walks through the doors at SignatureCare to feel like a VIP. Thank you for supporting us, and putting your trust with our medical team.','2016-06-07 14:19:43.606000'),(37341,'Thank you for letting us help you and help you feel better! The most stressful time for anyone is during a medical emergency. We hope we put you at ease and provided you with the best care possible.','2016-06-06 16:50:52.693000'),(37342,'Thank you for your review. We\'re glad our team was able to deliver and exceptional experience. If you have any additional questions, don\'t hesitate to reach back out.','2016-06-06 16:50:26.697000'),(37343,'We love hearing about the comfortable experience our patients had at SignatureCare Emergency Center. Thank you so much for the positive feedback.','2016-06-03 14:09:29.213000'),(37344,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and please consider us next time you are experiencing a healthcare emergency.','2016-06-01 14:06:36.148000'),(37345,'The board-certified team at SignatureCare care deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you for entrusting our team with the care of your little one. If you need peace of mind in the future, don’t hesitate to contact us.','2016-06-01 14:06:55.396000'),(37346,'We love hearing about the great experiences our patients had at SignatureCare Emergency Center. Thank you so much for the positive feedback.','2016-05-31 13:40:18.886000'),(37347,'Hi there. Thank you for your feedback. When we receive feedback like this, it helps us know we’re doing something right in our Houston community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2016-05-31 13:40:02.463000'),(37348,'Thank you for your review. We\'re glad our team was able to deliver and exceptional experience. If you have any additional questions, don\'t hesitate to reach back out.','2016-05-27 13:52:14.157000'),(37349,'Thank you for leaving feedback! If there is anything we could have done to make your experience five stars, please let us know!','2016-05-25 14:39:11.796000'),(37350,'The board-certified team at SignatureCare care deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you for entrusting our team with the care of your little one. If you need peace of mind in the future, don’t hesitate to contact us.','2016-05-24 19:24:02.183000'),(37351,'Thank you for your review. We\'re glad our team was able to deliver and exceptional experience. If you have any additional questions, don\'t hesitate to reach back out.','2016-05-23 19:20:53.883000'),(37352,'Our team at SignatureCare knows that your time is valuable. We make our patients the number one priority no matter their emergency. Thank you so much for your positive feedback, we appreciate it.','2016-05-23 19:20:37.043000'),(37353,'Thank you for your review. We\'re glad our team was able to deliver and exceptional experience. If you have any additional questions, don\'t hesitate to reach back out.','2016-05-24 19:24:09.655000'),(37354,'We love hearing about the comfortable experience our patients had at SignatureCare Emergency Center. Thank you so much for the positive feedback.','2016-05-24 19:24:25.805000'),(37355,'Thank you so much for leaving a review! We appreciate it.','2016-05-24 19:24:45.612000'),(37356,'Thank you so much for placing your trust in SignatureCare Emergency Center. Our board-certified doctors and staff aim to provide the best possible care for everyone that walks through our doors. Thank you for choosing our facility and let us know if you have any further questions about your treatment.','2016-05-24 19:24:56.663000'),(37357,'Thank you for taking the time to leave feedback. Our team appreciates it.','2016-05-24 19:25:15.936000'),(37358,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this. We want everyone who walks through the doors at SignatureCare to feel like a VIP. Thank you for supporting us, and putting your trust with our medical team.','2016-05-24 19:25:24.508000'),(37359,'SignatureCare Emergency Center’s staff sets goals on patient satisfaction. Thank you for letting us know we’re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2016-05-24 19:27:01.784000'),(37360,'Thank you for taking the time to leave a review! We\'re glad to hear you had a five-star experience.','2016-05-24 19:26:50.800000'),(37361,'We love hearing about the comfortable experience our patients had at SignatureCare Emergency Center. Thank you so much for the positive feedback.','2016-05-24 19:26:36.088000'),(37362,'Our team at SignatureCare knows that your time is valuable. We make our patients the number one priority no matter their emergency. Thank you so much for your positive feedback, we appreciate it.','2016-05-24 19:26:17.648000'),(37363,'Hi there. Thank you for your feedback. When we receive feedback like this, it helps us know we’re doing something right in our Houston community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2016-05-24 19:25:56.415000'),(37364,'Thank you so much for putting your trust in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job.','2016-05-24 19:25:48.742000'),(37365,'Thank you for letting us help you and help you feel better! The most stressful time for anyone is during a medical emergency. We hope we put you at ease and provided you with the best care possible.','2016-05-24 19:25:38.330000'),(37366,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback, it helps us excel at our jobs.','2016-05-24 19:25:30.127000'),(37367,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2016-08-26 03:11:19.727000'),(37368,'Thank you for the positive review!','2016-08-26 03:12:16.824000'),(37369,'Thank you for the five-star review. We will pass along your kind words to our staff.','2016-08-26 03:12:35.872000'),(37370,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2016-08-26 03:13:39.811000'),(37371,'Our registration staff and nurses are some of the most qualified in Houston, but the compassion and dedication for helping others is why we love our employees. Thank you for your kinds words, and we will pass them along.','2016-08-29 14:40:36.987000'),(37372,'Thank you so much for placing your trust in SignatureCare Emergency Center. Our board-certified doctors and staff aim to provide the best possible care for everyone that walks through our doors. Thank you for choosing our facility.','2016-08-29 14:42:15.692000'),(37373,'Thank you for your feedback. When we receive feedback like this, it helps us know we’re doing something right in our Houston community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2016-08-29 14:42:47.236000'),(37374,'Our team at SignatureCare knows that your time is valuable. We make our patients the number one priority no matter their emergency. Thank you so much for your positive feedback, we appreciate it.','2016-08-29 14:43:07.951000'),(37375,'SignatureCare Emergency Center’s staff sets goals on patient satisfaction. Thank you for letting us know we’re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible.','2016-08-29 14:43:40.636000'),(37376,'Thank you for the five-star rating!','2016-08-29 14:43:59.450000'),(37377,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback, it helps us excel at our jobs.','2016-08-29 14:44:19.411000'),(37378,'SignatureCare Emergency Center strives to treat you and get you on your way quickly. No one likes the ER. We are glad to be here for you when you need us.','2016-08-29 14:45:05.566000'),(37379,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you and your family members feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2016-08-29 14:45:45.695000'),(37380,'Thank you for the great rating, Juliet! Please let us know if there is anything we could have done better to make it a five-star rating and please consider us if you have any future emergency needs.','2016-08-29 14:46:42.178000'),(37381,'Our team at SignatureCare knows that your time is valuable. We make our patients the number one priority no matter their emergency. Thank you so much for your positive feedback, we appreciate it.','2016-08-29 15:08:42.372000'),(37382,'Your positive feedback will help our team continue to do a great job for our patients. Our staff aims to make every patient’s experience speedy and comfortable. Thank you for trusting your emergency needs with SignatureCare.','2016-08-29 15:09:04.286000'),(37383,'Thank you for the five-star rating, Monica!','2016-08-29 15:09:18.981000'),(37384,'Thank you for letting us help you and help you feel better! The most stressful time for anyone is during a medical emergency. We hope we put you at ease and provided you with the best care possible.','2016-08-29 15:09:40.234000'),(37385,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. We do that by using our on-site state-of-the-art equipment to quickly diagnose patients and our board-certified doctors to implement treatment plans. Thank you for trusting us with your medical needs.','2016-08-29 15:10:46.476000'),(37386,'SignatureCare Emergency Center strives to treat you and get you on your way quickly. No one likes the ER. We are glad to be here for you when you need us.','2016-08-29 15:11:07.253000'),(37387,'Thank you for the five-star rating, Ayesha!','2016-08-29 15:11:25.093000'),(37388,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and please consider us next time you are experiencing a healthcare emergency.','2016-08-29 15:11:45.764000'),(37389,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for the great review.','2016-08-29 15:12:38.831000'),(37390,'Thank you for your feedback. When we receive feedback like this, it helps us know we’re doing something right in our Houston community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2016-08-29 15:13:30.169000'),(37391,'Our registration staff is one of the most qualified emergency room staff in Houston, but the compassion and dedication for helping others is why we love our employees. Thank you for your kinds words, and we will pass them along.','2016-08-29 15:14:10.947000'),(37392,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the fantastic review, and we are always open and available when you have an unexpected emergency.','2016-08-29 15:14:29.604000'),(37393,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2016-08-29 15:14:52.278000'),(37394,'Our goals are to provide the best care possible to all patients and ensure families are comfortable while waiting for diagnosis and treatment. We are very happy to know this was your experience with our emergency room.','2016-08-29 15:16:44.769000'),(37395,'Thank you so much for the positive feedback. We appreciate your comments and reviews.','2016-08-29 15:17:13.294000'),(37396,'Michelle,\n\nWe\'re so pleased you had an exceptional experience with SignatureCare Emergency Center. If you are ever in need of anything else, please don\'t hesitate to reach out to us!\n\nThanks,\nThe SignatureCare Emergency Center Team','2015-04-30 15:22:50.031000'),(37397,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your positive review, and we are always here whenever you need us.','2016-08-29 15:18:01.942000'),(37398,'Thank you for the great rating, Felicia. We will pass your comments along to our staff.','2016-08-29 15:18:28.812000'),(37399,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience.','2016-08-29 15:19:08.332000'),(37400,'ā€œThank you for your feedback and allowing us to address the situation. We understand your frustration.\n\nAt SignatureCare Emergency Center we are committed to exceptional care and patient satisfaction. Our emergency medicine physicians and pediatricians are trained to treat children of all ages. Our team of physicians are board-certified with emergency medicine residencies and have worked at almost all major hospital emergency departments in Houston.\n\nWe truly believe in the care we provide at SignatureCare and are committed to every family having a great experience. If you have any other questions or we can help in any way, please contact us directly at (281) 258-4351.ā€','2015-02-13 22:36:44.917000'),(37401,'Your positive feedback will help our team continue to do a great job for our patients. Our staff aims to make every patient’s experience speedy and comfortable. Thank you for trusting your emergency needs with SignatureCare.','2016-08-29 15:20:27.537000'),(37402,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback, it helps us excel at our jobs.','2016-08-29 15:20:53.493000'),(37403,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-15 08:51:41.043000'),(37404,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-15 08:50:45.607000'),(37405,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-15 05:55:43.681000'),(37406,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-15 05:52:16.527000'),(37407,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-15 05:34:41.021000'),(37408,'Thank you so much for your feedback Titantia! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-11 23:04:09.669000'),(37409,'Thank you Shakirat for the 5 star review. We are glad you had a good experience. Feel Better!','2020-12-21 08:06:04.750000'),(37410,'Thank you for the five-star rating. We appreciate it.','2020-12-21 08:06:03.300000'),(37411,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-10 04:42:01.976000'),(37412,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-10 04:16:36.213000'),(37413,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-03 16:36:48.617000'),(37414,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-12-03 04:50:55.154000'),(37415,'We appreciate the five-star rating Gulshan!','2020-12-02 00:05:04.066000'),(37416,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-12-01 17:16:56.908000'),(37417,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-30 05:18:36.652000'),(37418,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-30 05:17:54.340000'),(37419,'We appreciate the five-star rating Kevin!','2020-12-21 08:05:26.442000'),(37420,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-25 06:55:22.302000'),(37421,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-14 18:18:57.389000'),(37422,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-23 05:28:03.512000'),(37423,'Thank you for the great review Gabriela! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','2020-12-21 08:05:10.828000'),(37424,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-22 13:48:24.228000'),(37425,'Thank you so much for your nice review, crayton. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-11-22 08:41:35.340000'),(37426,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-20 09:26:46.402000'),(37427,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-18 07:27:47.262000'),(37428,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-19 05:12:53.273000'),(37429,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-18 07:16:23.581000'),(37430,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-17 06:49:51.095000'),(37431,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-17 06:49:24.781000'),(37432,'Thank you Steve, for your great rating!','2020-11-17 07:25:23.434000'),(37433,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-17 06:49:14.697000'),(37434,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-16 13:36:33.614000'),(37435,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-11-16 05:07:25.736000'),(37436,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-16 05:07:08.373000'),(37437,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-16 05:04:10.453000'),(37438,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-16 05:01:55.031000'),(37439,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-14 19:37:53.656000'),(37440,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-14 19:37:26.232000'),(37441,'Thank you so much for your nice review, Lishleymi. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-11-14 19:33:13.528000'),(37442,'Thank you so much for your great rating, Talia!','2020-11-17 07:25:13.342000'),(37443,'Thank you so much for your nice review, Eylisha. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-11-14 18:31:38.414000'),(37444,'Thank you so much for giving us five stars, Amanda!','2020-11-17 07:24:58.997000'),(37445,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-14 18:23:04.365000'),(37446,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-14 18:22:30.181000'),(37447,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-17 06:45:21.736000'),(37448,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-16 17:21:09.185000'),(37449,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-16 17:14:52.879000'),(37450,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-11-16 17:13:58.594000'),(37451,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-16 17:11:29.954000'),(37452,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-11-16 17:07:39.578000'),(37453,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-11-16 17:03:07.742000'),(37454,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-10 07:49:27.327000'),(37455,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-11-10 06:14:39.035000'),(37456,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-09 07:21:20.121000'),(37457,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-31 16:32:24.847000'),(37458,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-09 07:18:39.866000'),(37459,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-18 09:01:26.385000'),(37460,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-08 13:23:57.102000'),(37461,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-04 08:07:05.871000'),(37462,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-04 08:06:54.658000'),(37463,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-11-04 08:06:06.741000'),(37464,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-04 08:00:23.794000'),(37465,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-03 06:50:47.445000'),(37466,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-03 06:48:41.834000'),(37467,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2020-11-03 06:45:45.089000'),(37468,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-31 16:33:07.262000'),(37469,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-31 16:32:43.397000'),(37470,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-31 16:31:24.237000'),(37471,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-31 16:30:38.809000'),(37472,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your kiddo feels better soon!','2019-12-24 06:59:34.301000'),(37473,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-31 10:44:42.871000'),(37474,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-31 10:43:58.679000'),(37475,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-31 10:43:00.695000'),(37476,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-31 10:41:55.046000'),(37477,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-10-29 18:41:00.962000'),(37478,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-29 11:21:04.239000'),(37479,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-29 11:21:19.628000'),(37480,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-29 11:21:57.420000'),(37481,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2018-12-20 19:21:09.039000'),(37482,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-28 18:54:50.707000'),(37483,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-28 18:48:51.482000'),(37484,'Thank you Amanda, for your great rating!','2020-10-27 17:29:54.694000'),(37485,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-28 18:29:20.510000'),(37486,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2020-10-28 17:44:05.582000'),(37487,'We appreciate your great rating, Patience!','2020-10-27 17:29:37.625000'),(37488,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-28 16:49:41.799000'),(37489,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-28 16:38:47.851000'),(37490,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-10-28 10:30:58.784000'),(37491,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-10-21 14:33:39.799000'),(37492,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-21 14:33:24.081000'),(37493,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-21 14:32:58.450000'),(37494,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-20 07:59:30.056000'),(37495,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-10-20 08:30:08.347000'),(37496,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-10-20 08:35:06.827000'),(37497,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-20 08:35:54.021000'),(37498,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-20 08:36:13.928000'),(37499,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-10-19 03:25:54.937000'),(37500,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-10-18 10:30:11.966000'),(37501,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-10-18 09:00:01.474000'),(37502,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-18 08:58:52.766000'),(37503,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-10-18 08:58:29.376000'),(37504,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-18 08:57:44.366000'),(37505,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-18 07:36:16.693000'),(37506,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-15 05:35:07.725000'),(37507,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-14 06:31:27.535000'),(37508,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-14 06:31:01.951000'),(37509,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-14 05:01:01.223000'),(37510,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2020-10-13 06:19:13.895000'),(37511,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-10-13 06:18:50.281000'),(37512,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-13 05:44:32.235000'),(37513,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-12 04:26:25.242000'),(37514,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-11 07:15:17.091000'),(37515,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-11 06:56:10.329000'); INSERT INTO `review_reply` VALUES (37516,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-10-11 06:51:17.449000'),(37517,'Thank you so much for giving us five stars, kachelle!','2020-10-11 10:42:00.195000'),(37518,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-10-07 06:27:19.201000'),(37519,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-07 06:28:45.008000'),(37520,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-07 06:29:38.259000'),(37521,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-10-07 06:27:56.905000'),(37522,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-07 06:26:09.520000'),(37523,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-10-06 09:16:24.881000'),(37524,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-05 03:36:46.727000'),(37525,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-05 03:35:08.371000'),(37526,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-10-04 09:00:17.698000'),(37527,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-09-30 08:28:35.228000'),(37528,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-30 08:27:13.344000'),(37529,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-29 04:40:26.942000'),(37530,'Thank you Cade , for your great rating!','2020-10-01 05:54:58.913000'),(37531,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-28 05:56:02.770000'),(37532,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-09-27 09:05:34.773000'),(37533,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-09-27 09:04:15.733000'),(37534,'Thank you so much for your great rating, MzMona !','2020-10-01 05:54:45.047000'),(37535,'Thank you so much for giving us five stars, Tametria!','2020-10-01 05:54:29.917000'),(37536,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-09-24 08:49:34.100000'),(37537,'We appreciate your great rating, jocellyn!','2020-09-24 08:46:13.488000'),(37538,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-24 08:49:07.579000'),(37539,'Thank you so much for your nice review, Terrie. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-09-24 08:48:38.598000'),(37540,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-09-24 08:48:09.384000'),(37541,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your mom. Thank you for choosing SignatureCare.','2020-09-24 08:47:34.339000'),(37542,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-09-23 11:17:18.712000'),(37543,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-09-23 11:17:32.565000'),(37544,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-23 11:18:02.469000'),(37545,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-09-22 06:42:12.186000'),(37546,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-09-22 06:59:18.186000'),(37547,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-09-22 06:59:52.255000'),(37548,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-09-22 06:57:35.031000'),(37549,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-20 19:01:08.234000'),(37550,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-09-20 19:00:26.112000'),(37551,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-09-20 18:59:56.650000'),(37552,'Thank you so much for your great rating, KRISTY!','2020-09-20 18:58:22.545000'),(37553,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-09-20 18:59:01.009000'),(37554,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-16 07:20:05.981000'),(37555,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director so we can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that he can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-09-09 10:56:55.874000'),(37556,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-14 09:50:01.748000'),(37557,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-09-14 09:50:40.308000'),(37558,'Thank you so much for your nice review, Baby. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-09-13 15:46:03.874000'),(37559,'Thank you Lil, for your great rating!','2020-09-13 15:46:21.738000'),(37560,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-09-10 06:13:49.559000'),(37561,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-09-09 10:55:54.708000'),(37562,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-09 10:57:21.816000'),(37563,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-09-08 11:13:57.243000'),(37564,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-09 10:58:06.150000'),(37565,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of your brother. We appreciate the great review and rating.','2020-09-09 10:59:25.826000'),(37566,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-09-09 10:59:41.960000'),(37567,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-09-02 09:08:03.789000'),(37568,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-09-02 09:07:39.281000'),(37569,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-09-02 09:07:04.589000'),(37570,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-09-02 09:00:49.786000'),(37571,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-09-01 07:52:15.043000'),(37572,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-08-31 07:18:45.632000'),(37573,'Thank you so much for giving us five stars, Nanci!','2020-08-25 06:39:45.045000'),(37574,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-08-23 06:10:08.992000'),(37575,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-17 19:30:14.906000'),(37576,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-08-17 19:30:01.585000'),(37577,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-09 15:32:37.552000'),(37578,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-09 15:32:24.420000'),(37579,'Thank you so much for your nice review, Lee. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us! Hope your mom is feeling well.','2020-08-09 15:31:59.687000'),(37580,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-28 16:38:25.098000'),(37581,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-07-28 16:38:01.610000'),(37582,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-23 06:37:20.051000'),(37583,'We appreciate your great rating, Nadia!','2020-07-19 05:35:21.767000'),(37584,'Hello Cameron!. We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-07-07 09:43:34.203000'),(37585,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-07-15 06:58:31.359000'),(37586,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-23 06:37:10.298000'),(37587,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-07-12 15:15:11.556000'),(37588,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-07-09 06:40:52.926000'),(37589,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-07-08 07:48:53.088000'),(37590,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-07-05 10:56:57.597000'),(37591,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-07-05 10:56:12.374000'),(37592,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-07-01 09:24:08.199000'),(37593,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-06-30 06:34:23.477000'),(37594,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-06-29 07:58:40.442000'),(37595,'We appreciate your great rating, Adrian!','2020-06-25 10:12:56.412000'),(37596,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-06-25 10:12:15.920000'),(37597,'We are currently taking walk ins. Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-25 10:09:45.125000'),(37598,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.\nWe appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-06-24 07:23:18.256000'),(37599,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-06-23 06:30:30.116000'),(37600,'We sincerely apologize for the service you received at SignatureCare. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-06-18 07:47:59.617000'),(37601,'Hi Hedi. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-06-17 10:15:19.254000'),(37602,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-07-12 15:05:24.976000'),(37603,'We are so sorry to hear about your recent emergency, but SignatureCare is here 24 hours a day, 365 days a year when or if you need us. Thank you for giving us the chance to care for you and for your nice review. We appreciate and value your feedback.','2020-07-12 15:00:11.340000'),(37604,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-07-12 14:56:24.106000'),(37605,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-07-14 10:54:51.758000'),(37606,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-07-14 10:55:21.226000'),(37607,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2020-07-14 10:57:16.935000'),(37608,'Thank you so much for giving us five stars, Nick!','2020-07-07 09:43:58.274000'),(37609,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-07-14 10:58:10.895000'),(37610,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-14 10:58:27.249000'),(37611,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-14 10:58:55.256000'),(37612,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-14 10:59:40.388000'),(37613,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-04-08 06:26:21.374000'),(37614,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-04-08 06:24:18.557000'),(37615,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-04-08 06:20:17.325000'),(37616,'We appreciate your great rating, David!','2020-04-11 13:29:24.048000'),(37617,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-03-18 07:48:56.271000'),(37618,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-18 05:49:00.367000'),(37619,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-03-16 06:47:44.770000'),(37620,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-03-16 06:40:28.107000'),(37621,'Thank you for the five-star rating. We appreciate the feedback, and appreciate you choosing SignatureCare.','2020-03-15 05:37:20.274000'),(37622,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-03-15 06:51:48.494000'),(37623,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-03-15 06:12:44.717000'),(37624,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-15 06:05:03.655000'),(37625,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-03-11 04:58:31.813000'),(37626,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-03-11 05:56:50.643000'),(37627,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-03-10 05:36:38.397000'),(37628,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-03-10 04:42:57.264000'),(37629,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-10 04:41:43.340000'),(37630,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-03-10 04:41:16.408000'),(37631,'Thanks for the 5 star review Carlota!','2020-03-08 02:03:49.297000'),(37632,'Thank you for the great review Melanie! We appreciate your positive feedback about SignatureCare. We hope you are feeling better.','2020-03-06 02:03:49.029000'),(37633,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-03-08 05:42:13.331000'),(37634,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-03-08 05:35:01.109000'),(37635,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-03-05 05:37:05.955000'),(37636,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-05 05:36:13.560000'),(37637,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-03-05 05:35:34.902000'),(37638,'Muchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal!','2020-03-05 06:54:08.301000'),(37639,'Thank you for trusting us with the care of your son. We appreciate the great feedback and are very glad to hear that our team took such good care of him.','2020-03-05 05:23:15.181000'),(37640,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-03-05 05:14:19.835000'),(37641,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-03-04 06:03:12.614000'),(37642,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. We hope your wife is feeling better now. Thank you for choosing SignatureCare!','2020-03-04 06:02:21.853000'),(37643,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-03-03 05:23:29.005000'),(37644,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-03-03 05:22:39.670000'),(37645,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-03-03 05:10:26.818000'),(37646,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-03-03 05:09:50.963000'),(37647,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-02 06:06:05.351000'),(37648,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-03-02 06:03:00.138000'),(37649,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-03-01 08:05:25.357000'),(37650,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-01 08:03:26.584000'),(37651,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-03-01 08:03:08.101000'),(37652,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-12-26 08:00:35.543000'),(37653,'Thank you for your review. We appreciate you choosing SignatureCare!','2020-02-25 07:52:17.738000'),(37654,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-02-25 07:22:25.022000'),(37655,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-02-25 07:22:01.825000'),(37656,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-24 06:35:33.667000'),(37657,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-02-24 06:34:32.777000'),(37658,'Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-02-24 06:33:53.136000'),(37659,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-24 06:33:33.697000'),(37660,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-02-24 06:33:14.139000'),(37661,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-24 06:32:02.402000'),(37662,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-24 04:55:05.012000'),(37663,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-24 04:52:40.227000'),(37664,'Thank you for the five-star rating Madison. We appreciate it.','2020-02-24 02:06:02.695000'),(37665,'Thank you so much Yadira for your great rating!','2020-02-24 02:05:59.849000'),(37666,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-02-23 10:07:15.034000'),(37667,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-02-23 10:06:42.537000'),(37668,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-02-23 08:26:04.583000'),(37669,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-02-23 08:19:30.724000'),(37670,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-02-23 08:19:10.281000'),(37671,'Thank you for your review. We appreciate you choosing SignatureCare!','2020-02-23 08:18:20.382000'),(37672,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-23 08:16:54.232000'),(37673,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-23 08:15:41.348000'),(37674,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-23 08:15:21.373000'),(37675,'Thank you for trusting us with the care of your son. We appreciate the great feedback and are very glad to hear that our team took such good care of him.','2020-02-23 08:15:05.520000'),(37676,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-02-23 08:14:47.420000'),(37677,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-02-23 08:08:12.081000'),(37678,'Thank you for your rating, Briona!','2019-05-20 05:06:52.428000'),(37679,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-23 08:00:11.473000'),(37680,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-02-20 06:36:49.804000'),(37681,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2020-02-20 06:36:39.548000'),(37682,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-02-20 06:29:30.775000'),(37683,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-02-20 05:09:00.556000'),(37684,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-20 05:07:18.627000'),(37685,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-20 05:05:50.436000'),(37686,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-20 05:05:39.400000'),(37687,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-02-20 05:05:24.913000'),(37688,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-02-20 05:04:05.416000'),(37689,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-20 05:03:25.224000'),(37690,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-02-20 05:03:09.444000'),(37691,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-18 06:23:48.124000'),(37692,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-18 06:19:43.019000'),(37693,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-18 06:19:22.922000'),(37694,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-02-18 06:17:38.651000'),(37695,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-18 06:17:26.071000'),(37696,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-02-18 06:16:23.578000'),(37697,'Thank you for the five-star rating Heaven. We appreciate the feedback, and appreciate you choosing SignatureCare.','2020-02-17 02:03:50.651000'),(37698,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-16 07:10:28.415000'),(37699,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-02-16 06:26:28.897000'),(37700,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-02-16 06:26:01.208000'),(37701,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-13 07:41:10.454000'),(37702,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-02-13 07:34:09.982000'),(37703,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of your wife. We appreciate the great review and rating.','2020-02-13 07:33:52.332000'),(37704,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-12 07:04:19.664000'),(37705,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your mom. Thank you for choosing SignatureCare.','2020-02-12 07:04:00.640000'),(37706,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-12 07:03:31.209000'),(37707,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-02-10 05:49:32.287000'),(37708,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-09 07:00:43.385000'),(37709,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-08-21 04:49:43.788000'),(37710,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-02-09 07:10:36.465000'),(37711,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-09 07:09:18.657000'),(37712,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-02-09 07:06:21.824000'),(37713,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-02-09 07:04:46.074000'),(37714,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-09 07:04:31.071000'),(37715,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-02-09 07:04:02.460000'),(37716,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-09 07:03:51.791000'),(37717,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-09 07:01:25.934000'),(37718,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your girlfriend. Thank you for choosing SignatureCare.','2020-02-09 07:01:13.714000'),(37719,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-02-09 07:00:28.444000'),(37720,'Thank you for the great review Jalyn! We appreciate your positive feedback about SignatureCare. We hope you are feeling better.','2020-02-23 09:08:49.116000'),(37721,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2018-12-05 16:25:30.652000'),(37722,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-02-06 07:09:08.952000'),(37723,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-02-05 08:01:52.153000'),(37724,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-05 08:01:44.273000'),(37725,'Thank you for trusting us with the care of your son. We appreciate the great feedback and are very glad to hear that our team took such good care of him.','2020-02-05 08:01:19.766000'),(37726,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-02-03 07:10:01.191000'),(37727,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-02-03 07:09:51.040000'),(37728,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-02-03 07:09:40.339000'),(37729,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-29 09:21:43.282000'),(37730,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-01-29 09:21:24.055000'),(37731,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-29 09:20:41.610000'),(37732,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-01-29 09:20:14.479000'),(37733,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2020-01-29 09:19:43.120000'),(37734,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-01-29 09:19:18.356000'),(37735,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-01-29 09:16:50.334000'),(37736,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-01-29 09:16:37.103000'),(37737,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-01-29 09:16:16.200000'),(37738,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-01-29 09:15:40.669000'),(37739,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your mom. Thank you for choosing SignatureCare.','2020-01-20 06:19:13.769000'),(37740,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-01-19 07:13:25.294000'),(37741,'Thank you so much for giving us five stars, Bill!','2020-01-19 07:13:07.454000'),(37742,'Thank you for trusting us with the care of your son. We appreciate the great feedback and are very glad to hear that our team took such good care of him.','2020-01-19 07:12:57.360000'),(37743,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you both feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-01-19 07:12:39.538000'),(37744,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2020-01-19 07:12:07.338000'),(37745,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-01-19 07:11:32.570000'),(37746,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-19 07:11:21.791000'),(37747,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-19 07:11:04.779000'),(37748,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-01-19 07:10:55.705000'),(37749,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-19 07:10:48.146000'),(37750,'Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-01-16 07:24:52.318000'),(37751,'Thank you so much for giving us five stars, Bernie!','2020-01-16 07:24:23.560000'),(37752,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-10-27 08:36:00.444000'),(37753,'Thank you Brittney, for giving us five star rating!','2020-01-12 06:52:05.981000'),(37754,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-01-12 06:51:32.394000'),(37755,'We appreciate your great rating, Jackson!','2020-01-09 07:29:27.696000'),(37756,'Thank you so much for your great rating, Chris!','2020-01-09 07:29:08.602000'),(37757,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-05-19 05:15:19.206000'),(37758,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-01-08 07:37:50.446000'),(37759,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-01-07 06:49:55.934000'),(37760,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-01-06 07:15:38.730000'),(37761,'What a nice review! Thank you for taking the time to let us know how we are doing. Our community is important to us, so we love hearing that our team is doing a good job. It\'s never fun when a parent has to visit the ER, but we aim to make you and your family as comfortable as possible while waiting for diagnosis and treatment. Thank you for choosing SignatureCare and we hope your kiddo is feeling better!','2020-01-06 07:00:20.811000'),(37762,'Thank you so much for your rating, Alexandra. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-01-05 06:39:43.996000'),(37763,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-01-05 06:39:06.359000'),(37764,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-02 05:20:52.472000'),(37765,'Thank you for rating us five star!','2019-06-13 06:41:01.865000'),(37766,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-01-01 07:34:48.944000'),(37767,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-31 04:53:02.369000'),(37768,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-12-31 04:52:51.572000'),(37769,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-31 04:52:40.065000'),(37770,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-12-31 04:52:31.741000'),(37771,'We appreciate your great rating, Jenny!','2019-12-29 06:25:07.672000'),(37772,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-12-29 06:24:50.400000'),(37773,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-12-29 06:24:39.921000'),(37774,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.','2019-12-29 06:24:26.677000'),(37775,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-29 06:24:06.544000'),(37776,'Thank you so much for your great rating, Michael!','2019-12-29 06:23:47.614000'),(37777,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-29 06:23:13.745000'),(37778,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-26 08:00:27.445000'),(37779,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-12-26 08:00:07.115000'),(37780,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2019-12-26 07:59:58.466000'),(37781,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-26 07:59:15.093000'),(37782,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-12-26 07:58:08.145000'),(37783,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-12-24 06:58:35.825000'),(37784,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-12-23 08:09:54.491000'),(37785,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-23 08:09:34.879000'),(37786,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-12-23 08:08:05.126000'),(37787,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-23 08:07:44.435000'),(37788,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-12-23 08:07:36.705000'),(37789,'We sincerely appreciate your continued trust. Thank you for trusting us with the care of your son. We appreciate the great feedback and are very glad to hear that our team took such good care of him. We are here for you whenever the medical emergency need arises. Thanks again for choosing SignatureCare Emergency Center.','2019-12-23 08:07:15.852000'),(37790,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-12-22 08:23:39.981000'),(37791,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-12-22 08:23:24.507000'),(37792,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-12-22 08:23:08.646000'),(37793,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-22 08:22:56.097000'),(37794,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your brother. Thank you for choosing SignatureCare.','2019-12-22 08:22:48.079000'),(37795,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-22 08:22:20.471000'),(37796,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2019-12-22 08:22:01.270000'),(37797,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-12-22 08:21:53.575000'),(37798,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-12-22 08:21:47.651000'),(37799,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-22 08:21:34.013000'),(37800,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-12-19 06:19:21.031000'),(37801,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-18 07:36:41.925000'),(37802,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-18 07:36:24.617000'),(37803,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2019-12-18 07:35:56.343000'),(37804,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-12-17 06:09:47.084000'),(37805,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again! Hope your mom is feeling well.','2019-12-17 06:04:24.609000'),(37806,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-15 06:48:50.254000'),(37807,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-12-15 06:48:31.472000'),(37808,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2019-12-15 06:48:20.903000'),(37809,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-12-15 06:48:00.064000'),(37810,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-12-15 06:47:48.119000'),(37811,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-12-15 06:47:32.064000'),(37812,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-15 06:47:11.253000'),(37813,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-15 06:47:02.064000'),(37814,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-15 06:46:49.614000'),(37815,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-12-15 06:46:26.755000'),(37816,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-15 06:46:11.678000'),(37817,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-11-28 07:49:34.278000'),(37818,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-04-22 05:59:50.083000'),(37819,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-12-01 08:20:57.116000'),(37820,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-15 06:45:57.329000'),(37821,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-15 06:45:48.719000'),(37822,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review. Hope your wife is feeling better.','2019-12-15 06:45:33.727000'),(37823,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-12-15 06:45:03.219000'),(37824,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-12-15 06:44:35.635000'),(37825,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-12-15 06:44:21.201000'),(37826,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-15 06:44:12.203000'),(37827,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-12-15 06:44:01.993000'),(37828,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-12-05 07:11:04.926000'),(37829,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-12-05 07:10:56.688000'),(37830,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-12-05 07:10:46.087000'),(37831,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-12-05 07:10:30.021000'),(37832,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review! Hope your girlfriend is feeling well!','2019-12-05 07:10:09.336000'),(37833,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-12-04 07:10:29.801000'),(37834,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-12-04 07:10:07.607000'),(37835,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-12-04 07:09:45.958000'),(37836,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-12-02 06:55:51.315000'),(37837,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-02 06:55:38.445000'),(37838,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-02 06:55:31.074000'),(37839,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-02 06:55:12.251000'),(37840,'We appreciate your great rating, Loren!','2019-12-02 06:54:50.168000'),(37841,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-01 08:20:25.706000'),(37842,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare! Hope your sister in law is feeling well.','2019-12-01 08:20:11.351000'),(37843,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-11-28 07:49:16.193000'),(37844,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-11-28 07:48:59.827000'),(37845,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-11-28 07:33:54.162000'),(37846,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-28 07:32:37.658000'),(37847,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-11-28 07:31:39.842000'),(37848,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-11-28 07:31:28.567000'),(37849,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-11-28 07:30:29.932000'),(37850,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-12-02 06:56:04.707000'),(37851,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-11-26 05:44:41.240000'),(37852,'Thank you so much for your nice review, Mahesh. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-11-25 06:56:00.324000'),(37853,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-11-24 06:59:59.296000'),(37854,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-11-24 06:59:37.525000'),(37855,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-07-15 07:06:14.866000'),(37856,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-11-24 06:59:22.854000'),(37857,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-11-24 06:59:07.190000'),(37858,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-11-21 06:48:31.065000'),(37859,'We appreciate the great rating you gave us, Jaime!','2019-11-21 06:47:40.994000'),(37860,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-11-21 06:47:13.341000'),(37861,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-11-21 06:46:51.277000'),(37862,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-11-21 06:46:39.827000'),(37863,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-11-20 06:16:27.614000'),(37864,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-20 06:16:13.843000'),(37865,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-11-20 06:15:59.523000'),(37866,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of him','2019-11-20 06:14:50.099000'),(37867,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-11-20 06:14:26.585000'),(37868,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-11-20 06:14:15.579000'),(37869,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs.','2019-11-19 06:21:55.725000'),(37870,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-11-19 06:21:31.365000'),(37871,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-11-19 06:21:18.365000'),(37872,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-11-19 06:21:07.163000'),(37873,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.','2019-11-19 06:20:56.590000'),(37874,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2019-11-19 06:20:37.518000'),(37875,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-11-19 06:20:20.077000'),(37876,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-19 06:20:06.783000'),(37877,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-11-18 05:53:58.192000'),(37878,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-11-18 05:53:46.618000'),(37879,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-11-17 07:13:33.990000'),(37880,'Thank you so much for your five star rating, Jason!','2019-11-17 07:12:46.781000'),(37881,'Thank you so much for your nice review, Johns We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-11-17 07:12:16.131000'),(37882,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-11-17 07:11:54.456000'),(37883,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-11-14 10:04:49.765000'),(37884,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-11-14 10:04:30.882000'),(37885,'Muchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal!','2019-11-14 10:04:16.754000'),(37886,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-11-13 06:41:40.207000'),(37887,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-11-13 06:41:18.418000'),(37888,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-12 07:39:07.034000'),(37889,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-11-12 07:39:00.362000'),(37890,'Thank you for trusting us with the care of your child. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-11-12 07:38:37.520000'),(37891,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-11-12 07:38:01.855000'),(37892,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-11-12 07:37:49.595000'),(37893,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-11-11 07:32:29.996000'),(37894,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-11-11 07:32:13.745000'),(37895,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-11-11 07:31:50.230000'),(37896,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-11-11 07:31:29.140000'),(37897,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-11-11 07:31:16.679000'),(37898,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare! Hope your wife is feeling better.','2019-11-11 07:31:02.769000'),(37899,'We appreciate your great rating, Latecia!','2019-11-11 07:30:04.099000'),(37900,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-11-11 07:29:44.650000'),(37901,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-11-11 07:29:30.100000'),(37902,'Thank you for trusting us with the care of your mom. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-11-11 07:29:11.889000'),(37903,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-11-11 07:27:46.244000'),(37904,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-11-11 07:27:28.643000'),(37905,'Thank you so much for your nice review, Trena. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-11-11 07:26:44.073000'),(37906,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-11-07 04:44:24.597000'),(37907,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-11-06 07:49:33.265000'),(37908,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-11-06 07:50:16.560000'),(37909,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-06 07:49:45.530000'),(37910,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-11-06 07:49:20.144000'),(37911,'Muchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal!','2019-11-06 07:49:01.928000'),(37912,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-11-06 07:48:25.064000'),(37913,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-06 07:48:13.301000'),(37914,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-11-03 06:26:05.229000'),(37915,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-11-03 06:25:54.484000'),(37916,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare! Hope your brother is feeling well.','2019-11-03 06:25:24.848000'),(37917,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-11-03 06:23:23.144000'),(37918,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-11-03 06:20:47.441000'),(37919,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-10-27 08:23:59.496000'),(37920,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-10-29 05:46:48.318000'),(37921,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-10-29 05:46:35.150000'),(37922,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-10-27 08:35:44.734000'),(37923,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-10-27 08:24:15.739000'),(37924,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-10-27 08:23:44.868000'),(37925,'Thank you for your great rating, Angela!','2019-10-29 05:46:23.529000'),(37926,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-10-27 08:23:33.728000'),(37927,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-10-27 08:23:14.387000'),(37928,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-10-27 08:22:55.722000'),(37929,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-10-24 08:04:04.298000'),(37930,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-10-23 06:39:58.278000'),(37931,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-10-24 08:04:16.124000'),(37932,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-10-24 08:04:26.408000'),(37933,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-10-23 06:41:08.113000'),(37934,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-10-23 06:40:44.032000'),(37935,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-10-23 06:33:43.249000'),(37936,'Muchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal!','2019-10-23 06:33:27.671000'),(37937,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-10-23 06:32:44.891000'),(37938,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-10-23 06:32:31.032000'),(37939,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-10-23 06:13:12.069000'),(37940,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-10-21 07:02:27.934000'),(37941,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-10-21 07:02:08.136000'),(37942,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-10-21 07:01:50.099000'),(37943,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-10-21 07:01:32.761000'),(37944,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-10-20 06:34:36.200000'),(37945,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-10-20 06:34:15.908000'),(37946,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-10-20 06:34:06.446000'),(37947,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-10-16 07:21:20.285000'),(37948,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust. Hope your wife feels better now.','2019-10-16 07:21:09.673000'),(37949,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-10-16 07:19:53.150000'),(37950,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-10-16 07:19:00.952000'),(37951,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-10-16 07:18:29.006000'),(37952,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-10-15 06:40:14.961000'),(37953,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-10-14 06:26:52.122000'),(37954,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-10-14 06:26:35.686000'),(37955,'We appreciate your great rating, Devaun!','2019-10-13 06:57:06.030000'),(37956,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-10-13 06:56:39.741000'),(37957,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-10-13 06:56:27.940000'),(37958,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-10-13 06:56:04.181000'),(37959,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when child gets sick, but we are here to help. Thank you for your review and we hope your nephew feels better soon!','2019-10-09 08:14:37.353000'),(37960,'Thank you so much for your five star rating, Slava!','2019-10-09 08:13:36.955000'),(37961,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-10-09 08:13:00.580000'),(37962,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-10-09 08:12:40.691000'),(37963,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-10-09 08:12:26.332000'),(37964,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-10-09 08:12:12.235000'),(37965,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-10-09 08:11:43.050000'),(37966,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-10-09 08:11:12.076000'),(37967,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-10-09 08:10:42.453000'),(37968,'We appreciate your great rating, Thank you for choosing us, David!','2019-10-09 08:10:23.659000'),(37969,'Thank you so much for your great rating, Lasandra!','2019-10-03 07:20:00.594000'),(37970,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-10-03 07:19:24.500000'),(37971,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-10-02 06:04:23.837000'),(37972,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-10-02 06:03:23.133000'),(37973,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-10-02 06:02:00.271000'),(37974,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-10-02 06:00:10.717000'),(37975,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-10-01 06:14:09.781000'),(37976,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-10-01 06:13:59.163000'),(37977,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-10-01 06:13:40.606000'),(37978,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-10-01 06:13:23.076000'),(37979,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-10-01 06:12:58.858000'),(37980,'Thank you so much for your great rating, Josh!','2019-09-29 05:58:38.325000'),(37981,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-09-29 05:58:08.540000'),(37982,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-09-29 05:57:59.230000'),(37983,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-09-26 11:05:05.857000'),(37984,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-09-26 11:04:51.803000'),(37985,'We appreciate your great rating, Meredith! Thanks for choosing SignatureCare!','2019-09-26 11:04:29.504000'),(37986,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-09-23 05:40:55.677000'),(37987,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-09-23 05:32:22.503000'),(37988,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-09-19 09:19:39.280000'),(37989,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-09-19 09:19:28.064000'),(37990,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-09-19 09:19:16.403000'),(37991,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-09-19 09:18:57.215000'),(37992,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-09-17 11:48:06.980000'),(37993,'We appreciate the great rating you gave us, Rey!','2019-09-16 11:15:38.934000'),(37994,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-09-15 04:55:45.558000'),(37995,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-08-26 05:06:31.147000'),(37996,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-09-15 04:54:58.957000'),(37997,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-09-15 04:55:09.439000'),(37998,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-09-15 04:54:39.105000'),(37999,'Thank you so much for giving us five star!','2019-09-11 05:36:40.250000'),(38000,'Thank you for your great rating, Marcus!','2019-09-11 05:36:09.552000'),(38001,'We appreciate your great rating. Thanks for choosing SignatureCare!','2019-09-11 05:35:48.163000'),(38002,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-09-11 05:35:21.249000'),(38003,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-09-11 05:35:13.453000'),(38004,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-09-11 05:34:51.571000'),(38005,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-09-11 05:34:37.882000'),(38006,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-09-11 05:34:27.365000'),(38007,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-09-11 05:34:11.150000'),(38008,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-09-11 05:33:50.968000'),(38009,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-09-11 05:19:50.613000'),(38010,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-09-11 05:19:27.396000'),(38011,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-09-11 05:19:08.760000'),(38012,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-09-11 05:18:38.359000'),(38013,'Thank you so much for your nice review, Marleny. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-09-11 05:17:59.207000'),(38014,'Thank you so much for your feedback. We appreciate the great rating you gave us, Joshua!','2019-08-25 05:17:49.549000'),(38015,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-08-25 05:05:52.125000'),(38016,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-08-25 05:06:14.697000'),(38017,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-08-22 04:57:44.260000'),(38018,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-08-22 04:57:36.625000'),(38019,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-08-21 04:49:33.596000'),(38020,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-08-21 04:49:17.397000'),(38021,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-08-21 04:49:05.225000'),(38022,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-08-20 04:33:50.649000'),(38023,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-08-20 04:33:29.987000'),(38024,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-08-18 05:31:06.923000'),(38025,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-08-18 05:30:50.265000'),(38026,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-08-18 05:30:29.202000'),(38027,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-08-18 05:30:19.491000'),(38028,'We are so happy to hear you loved our team. Thank you for choosing SignatureCare!','2019-08-18 05:30:01.285000'),(38029,'Thank you so much for rating us five star, Lakeisha!','2019-08-18 05:28:58.470000'),(38030,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-08-18 05:28:30.179000'),(38031,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-08-18 05:28:12.650000'),(38032,'Muchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal!','2019-08-18 05:33:35.998000'),(38033,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-08-18 05:27:47.191000'),(38034,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2019-08-18 05:27:25.777000'),(38035,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-08-18 05:27:08.648000'),(38036,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-08-18 05:26:47.362000'),(38037,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-08-18 05:26:14.952000'),(38038,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-08-18 05:25:50.610000'),(38039,'Thank you for trusting us with the care of your mom. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-08-18 05:25:21.048000'),(38040,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','2019-08-18 05:24:41.526000'),(38041,'We believe we have the very best staff in Texas. Thank you for choosing SignatureCare!','2019-08-18 05:24:20.067000'),(38042,'Thank you so much for taking the time to let us know about your experience at SignatureCare. We appreciate the great review and rating.','2019-08-18 05:23:32.014000'),(38043,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-08-18 05:21:46.450000'),(38044,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-08-18 05:21:23.817000'),(38045,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-08-18 05:21:05.414000'),(38046,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-08-18 05:20:30.114000'),(38047,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-08-18 05:20:16.390000'),(38048,'We want everyone who walks through our doors to feel like a VIP. Our promise to all our patients and families is to treat you like you are our ONLY patient. Thank you for supporting us, and putting your trust in SignatureCare.','2019-04-10 06:54:26.618000'),(38049,'Thank you for trusting us with the care of your dad. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2019-08-04 05:23:28.850000'),(38050,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-08-04 05:22:58.273000'),(38051,'We appreciate the great rating you gave us, Sakina!','2019-08-04 05:21:05.348000'),(38052,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2019-08-04 05:20:36.548000'),(38053,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-08-04 05:20:17.505000'),(38054,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-08-04 05:20:03.957000'),(38055,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-08-01 03:32:26.907000'),(38056,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-07-31 06:46:13.011000'),(38057,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-07-31 06:46:02.290000'),(38058,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-07-31 06:45:41.377000'),(38059,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-07-31 06:44:30.420000'),(38060,'Thank you for your five star rating, Shania!','2019-07-30 06:25:43.649000'),(38061,'Thank you for leaving us a great rating. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-02-26 12:48:44.388000'),(38062,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-07-30 06:26:07.178000'),(38063,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-07-29 06:10:35.477000'),(38064,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-13 05:58:20.772000'),(38065,'Thank you so much for your great rating, Gary!','2019-07-28 07:06:10.384000'),(38066,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-07-28 07:04:52.029000'),(38067,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-07-28 07:03:57.342000'),(38068,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-07-28 07:03:02.725000'),(38069,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-07-28 07:02:44.324000'),(38070,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-07-28 07:01:58.382000'),(38071,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-07-23 05:38:41.611000'),(38072,'Thank you so much for your rating, Stacy!','2019-07-22 07:24:09.988000'),(38073,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-07-21 06:07:43.277000'),(38074,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-07-17 06:06:48.365000'),(38075,'Thank you for your five star rating, Patrick!','2019-07-17 06:03:16.043000'),(38076,'Thank you Erick, for your wonderful rating!','2019-07-16 05:12:34.658000'),(38077,'Thank you so much for your feedback!','2019-07-14 06:06:32.045000'),(38078,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-07-14 06:06:04.617000'),(38079,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-07-14 06:05:13.814000'),(38080,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-07-14 06:04:49.858000'),(38081,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-07-14 06:04:37.541000'),(38082,'Thank you for your five star rating, Gabbyy!','2019-07-14 06:04:15.368000'),(38083,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2019-07-14 06:03:41.294000'),(38084,'Thank you so much for rating us five star, Daniel!','2019-07-14 06:03:26.804000'),(38085,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-07-14 06:02:55.599000'),(38086,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2019-07-14 06:02:25.118000'),(38087,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-07-14 06:01:54.933000'),(38088,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-07-14 06:01:17.926000'),(38089,'Gracias por confiarnos el cuidado de su esposo. Apreciamos los excelentes comentarios y nos complace saber que nuestro equipo cuidó bien de su esposo.','2019-07-24 06:41:06.958000'),(38090,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-07-10 06:12:23.918000'),(38091,'Thank you for giving us five star!','2019-07-10 06:12:06.249000'),(38092,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-07-10 06:11:36.496000'),(38093,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-07-10 06:11:27.195000'),(38094,'Thank you for rating us, Candice!','2019-07-10 06:11:08.248000'),(38095,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare. Hope your best friend feels better.','2019-07-10 06:10:47.735000'),(38096,'Thank you for trusting us with the care of your husband. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2019-07-10 06:09:49.099000'),(38097,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-07-09 07:09:19.448000'),(38098,'Thank you for your review and your rating. We appreciate you choosing SignatureCare!','2019-07-09 07:08:55.395000'),(38099,'Thank you for rating us!','2019-07-09 07:07:57.239000'),(38100,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-07-09 07:07:42.985000'),(38101,'We appreciate the great rating you gave us, Ayesha!','2019-07-09 07:07:26.321000'),(38102,'Thank you so much for your great rating, Janae!','2019-07-09 07:06:42.053000'),(38103,'Thank you so much for your feedback! SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2019-07-08 06:22:08.545000'),(38104,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-07-07 07:21:21.538000'),(38105,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-07-07 07:20:58.394000'),(38106,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-07-04 07:30:55.212000'),(38107,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-07-04 07:30:41.247000'),(38108,'Thank you for rating us five star, Pelon!','2019-07-04 07:30:29.277000'),(38109,'Thank you do much for the great rating you gave us!','2019-07-04 07:30:00.895000'),(38110,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-07-04 07:29:29.845000'),(38111,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-07-04 07:29:02.246000'),(38112,'Thank you for your five star rating, Meadow!','2019-07-04 07:27:29.131000'),(38113,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-07-04 07:27:09.644000'),(38114,'Thank you for the wonderful feedback and five star rating!','2019-07-04 07:26:40.077000'),(38115,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-07-04 07:23:25.143000'),(38116,'Thank you so much for taking the time to let us know about your experience at SignatureCare. We appreciate the great review and rating.','2019-07-01 07:33:25.850000'),(38117,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-06-30 05:49:12.331000'),(38118,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-06-30 05:48:05.169000'),(38119,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-06-30 05:47:21.665000'),(38120,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-26 06:22:01.860000'),(38121,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of your husband. We appreciate the great review and rating.','2019-06-25 06:59:15.055000'),(38122,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-06-25 06:58:30.103000'),(38123,'Thank you for your great rating, Jason!','2019-06-24 05:36:50.564000'),(38124,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-06-24 05:36:34.204000'),(38125,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-06-23 04:35:55.256000'),(38126,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-06-23 04:35:37.529000'),(38127,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-06-23 04:35:22.211000'),(38128,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-06-23 04:35:02.667000'),(38129,'Thank you for your rating!','2019-06-23 04:34:10.511000'),(38130,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-06-23 04:33:56.311000'),(38131,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-23 04:32:52.838000'),(38132,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-06-23 04:32:09.348000'),(38133,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-06-19 14:11:30.320000'),(38134,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-06-19 06:08:13.090000'),(38135,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-06-19 06:06:44.086000'),(38136,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put your husband at ease and provide him with the best care possible. We hope he feels better.','2019-06-18 06:36:08.750000'),(38137,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-06-18 06:34:51.040000'),(38138,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-06-18 06:32:00.118000'),(38139,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-06-17 06:18:29.087000'),(38140,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-06-17 06:18:05.036000'),(38141,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review. Hope your friend is feeling better!','2019-06-17 06:17:04.026000'),(38142,'Thank you for rating us five star, Adrian!','2019-06-17 06:14:25.739000'),(38143,'There\'s never a fun time to visit the ER (especially the weekend), but we will make your visit with us as quick and as painless as possible. Thank you for letting us know that our SignatureCare team is doing a good job -- it means a lot to us.','2019-06-17 06:13:21.463000'),(38144,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-06-16 05:49:38.539000'),(38145,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-06-16 05:49:21.486000'),(38146,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-13 06:42:34.937000'),(38147,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-06-12 06:06:04.095000'),(38148,'Thank you for your great rating, Brittney!','2019-06-12 06:06:56.646000'),(38149,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-06-10 05:50:47.245000'),(38150,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2019-06-10 05:47:07.429000'),(38151,'Thank you for your review and rating!','2019-06-09 07:07:50.869000'),(38152,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-06-09 07:07:22.662000'),(38153,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-06-09 07:06:51.919000'),(38154,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-06-09 07:06:34.568000'),(38155,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-09 07:06:23.081000'),(38156,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-06-09 07:05:43.939000'),(38157,'We believe we have the very best facility in Texas with board-certified staffs, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-06-09 07:05:11.416000'),(38158,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-06-09 07:04:54.375000'),(38159,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-06-04 16:59:22.693000'),(38160,'Thank you for your five star rating, Christina!','2019-05-28 05:42:58.309000'),(38161,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-06-04 16:59:37.521000'),(38162,'Hi, Sunny. Did you mean to place the 1 star, or was that in error? Can you send us an email at info@ercare24.com so we have a better understanding of what we could have done better to earn those 5 stars?','2019-06-04 16:57:06.387000'),(38163,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-05-29 06:25:56.158000'),(38164,'We believe we have the very best facility in Texas with board-certified staffs, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-05-28 05:42:30.149000'),(38165,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-05-27 05:53:47.529000'),(38166,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-27 05:53:34.248000'),(38167,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-05-27 05:53:09.961000'),(38168,'Thank you for your rating, Sonia!','2019-05-27 05:52:52.741000'),(38169,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-05-26 06:23:15.063000'),(38170,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-05-29 06:28:45.892000'),(38171,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-23 06:32:29.406000'),(38172,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-05-22 05:27:44.425000'),(38173,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-06-18 06:37:11.463000'),(38174,'We believe we have the very best facility in Texas with board-certified staffs, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-05-22 05:27:23.982000'),(38175,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-05-22 05:27:00.107000'),(38176,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-20 05:06:15.488000'),(38177,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-05-20 05:05:47.405000'),(38178,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-05-20 05:05:15.545000'),(38179,'We believe we have the very best facility in Texas with board-certified staffs, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-05-19 05:16:42.366000'),(38180,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-05-19 05:17:24.956000'),(38181,'Thank you for your rating, George!','2019-05-16 06:36:12.803000'),(38182,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-05-15 06:31:30.425000'),(38183,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-05-14 04:32:18.851000'),(38184,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-05-14 04:31:53.431000'),(38185,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-05-14 04:31:33.629000'),(38186,'Thank you so much for your nice review, Kris. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-05-12 04:48:40.923000'),(38187,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-12 04:48:17.125000'),(38188,'Thank you so much for your nice review, Lily. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-05-02 09:10:42.177000'),(38189,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-05-20 05:07:37.330000'),(38190,'We believe we have the very best facility in Texas with board-certified staffs, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-05-20 05:07:55.245000'),(38191,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-05-20 05:08:29.301000'),(38192,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review.','2019-05-09 04:06:16.431000'),(38193,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of your daughter.','2019-05-05 06:30:22.766000'),(38194,'Thank you for your valuable review and rating!','2019-05-02 09:10:13.248000'),(38195,'Thank you for your review and rating, Ansar!','2019-05-02 09:09:44.883000'),(38196,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-05-02 09:09:17.796000'),(38197,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-05-02 09:09:03.769000'),(38198,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of your child.','2019-05-02 09:06:10.327000'),(38199,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your grand-baby feels better soon!','2019-05-02 09:05:33.673000'),(38200,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your little one is feeling better.','2019-05-02 09:11:16.270000'),(38201,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-04-26 09:00:12.848000'),(38202,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so very happy to hear you loved your team --- We will make sure to let them know.','2019-04-26 08:49:18.056000'),(38203,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-04-26 08:46:53.832000'),(38204,'Thank you for your review and rating, Jennie!','2019-04-24 05:38:17.323000'),(38205,'We believe we have the very best facility in Texas with board-certified staffs, state-of-the-art equipment and clean environment. Thank you for your review and recommendation.','2019-04-24 05:38:34.586000'),(38206,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-04-23 05:48:05.410000'),(38207,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for your husband. Thank you for choosing SignatureCare!','2019-04-23 05:47:18.753000'),(38208,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. We appreciate you giving SignatureCare your trust time and again for your medical emergencies. Thank you so much for your nice review and great rating.','2019-04-22 06:04:28.640000'),(38209,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your rating.','2019-04-22 06:00:19.902000'),(38210,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-04-22 05:59:31.902000'),(38211,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-04-18 05:19:25.877000'),(38212,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-04-17 07:08:06.389000'),(38213,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing SignatureCare!','2019-04-17 07:07:04.797000'),(38214,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-04-08 19:11:49.445000'),(38215,'Thank you for your rating, Katherine!','2019-04-15 05:37:22.612000'),(38216,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-04-15 05:36:31.187000'),(38217,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-04-15 05:08:53.118000'),(38218,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2019-04-11 05:41:09.313000'),(38219,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-04-10 06:49:53.829000'),(38220,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-02-20 12:16:53.727000'),(38221,'Thank you for your rating, Barbara!','2019-04-07 05:17:52.972000'),(38222,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-04-07 05:17:28.826000'),(38223,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-04-07 05:17:05.890000'),(38224,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-04-04 05:04:13.714000'),(38225,'Thank you for trusting us with the care of your mom. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you. Thank your brother on behalf of SignatureCare.','2019-04-01 05:53:31.652000'),(38226,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2019-04-03 06:23:02.143000'),(38227,'Thank you Itzela for your rating!','2019-04-02 07:14:12.345000'),(38228,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-04-02 07:13:38.090000'),(38229,'Thank you so much for your rating, Alexa. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-04-02 07:13:04.508000'),(38230,'Thank you for your rating, Brittany!','2019-04-02 07:12:28.080000'),(38231,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-04-01 05:54:52.311000'),(38232,'Thank you for your five star rating, Latashia!','2019-03-31 06:27:46.415000'),(38233,'Thank you for your rating!','2019-03-31 06:27:14.254000'),(38234,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-03-31 06:25:16.383000'),(38235,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-03-27 05:32:34.086000'),(38236,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-03-27 05:31:57.283000'),(38237,'Thank you for five star rating, Marissa!','2019-03-25 07:37:44.759000'),(38238,'Thank you for your rating, Mose!','2019-03-25 07:37:16.811000'),(38239,'Thank you for taking the time to let us know how we are doing. Hope your father is feeling well. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-03-24 06:54:07.785000'),(38240,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again, Maria!','2019-03-24 06:51:40.882000'),(38241,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-03-24 06:47:04.359000'),(38242,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-03-24 06:45:54.096000'),(38243,'Thank you for 5 star rating!','2019-03-24 06:44:51.974000'),(38244,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-03-21 06:22:00.269000'),(38245,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-03-20 06:42:09.660000'),(38246,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your little one is feeling better.','2019-03-19 06:54:37.225000'),(38247,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-03-19 06:53:01.641000'),(38248,'Our team, from the front desk to the doctors, aim to make your visit as quick and comfortable as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-03-18 06:04:54.989000'),(38249,'Thanks for your rating, Karla!','2019-03-18 06:03:46.982000'),(38250,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-03-18 06:03:24.349000'),(38251,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-03-18 06:00:25.037000'),(38252,'We are glad to know that you loved our team. We believe our staffs are the best in Texas. Thank you for recommending SignatureCare!','2019-03-18 05:57:31.309000'),(38253,'Thank you for your rating, Samantha!','2019-03-14 06:25:00.241000'),(38254,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-02-18 09:04:36.537000'),(38255,'We are glad to know that you loved our team. Thank you for your rating!','2019-03-13 06:06:36.459000'),(38256,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-03-13 06:09:19.586000'),(38257,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-03-10 09:26:07.142000'),(38258,'Thanks a lot for your valuable rating! Thank you for choosing SignatureCare!','2019-03-10 09:28:34.433000'),(38259,'We appreciate the great rating you gave us. Thank you for choosing SignatureCare!','2019-03-10 09:28:29.840000'),(38260,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-03-10 09:40:02.938000'),(38261,'Thank you for choosing SignatureCare and good rating!','2019-03-10 09:42:05.990000'),(38262,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-03-10 09:43:18.628000'),(38263,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so very happy to hear you loved our team --- We will make sure to let them know.','2019-03-10 09:43:56.692000'),(38264,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-03-10 09:44:14.811000'),(38265,'Thanks for rating SignatureCare!','2019-03-10 09:44:48.519000'),(38266,'We appreciate your good rating. Thanks for visiting us!','2019-03-10 09:46:24.293000'),(38267,'Thank you for your kind words and for choosing SignatureCare!','2019-03-10 09:47:47.004000'),(38268,'We are glad to know that you loved our place. Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-03-10 09:51:33.441000'),(38269,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope princess is feeling better.','2019-03-10 09:52:35.730000'),(38270,'Thank you for trusting us with the care of your kiddo. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-03-10 09:53:40.710000'),(38271,'Thanks for your rating and lovely words!','2019-03-10 09:54:09.867000'),(38272,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less. We pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-03-10 09:57:12.888000'),(38273,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-02-27 13:36:21.002000'),(38274,'Thank you for the great rating, Luvenia!','2019-02-27 13:35:28.782000'),(38275,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-02-26 12:49:24.721000'),(38276,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. Thanks for choosing us!','2019-03-10 09:38:47.127000'),(38277,'Thank you for the 5 star, Casey!','2019-02-24 10:23:09.216000'),(38278,'Thanks for the great rating, Real!','2019-02-24 10:23:25.886000'),(38279,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-02-24 10:24:11.174000'),(38280,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-02-24 10:25:26.885000'),(38281,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-02-24 10:25:45.817000'),(38282,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-02-24 10:27:23.618000'),(38283,'Thanks for leaving us a great rating, Raquel!','2019-02-24 10:27:41.528000'),(38284,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing SignatureCare for your emergency needs.','2019-02-24 10:32:43.643000'),(38285,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-02-20 12:16:26.490000'),(38286,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-02-20 12:15:26.698000'),(38287,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-02-03 13:29:46.594000'),(38288,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-02-19 13:53:13.777000'),(38289,'Thank you for the 5 star, Janal!','2019-02-19 13:52:03.431000'),(38290,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-02-18 09:03:38.519000'),(38291,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-02-18 09:08:29.816000'),(38292,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughters\' care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughters are feeling better.','2019-02-18 09:07:14.574000'),(38293,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-02-17 12:26:14.491000'),(38294,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2019-02-17 12:26:53.064000'),(38295,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-02-17 12:27:33.094000'),(38296,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-02-17 12:27:49.396000'),(38297,'Thank you for leaving a 5 star, Rana!','2019-02-17 12:28:10.420000'),(38298,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-02-14 10:53:43.595000'),(38299,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-02-13 12:42:59.693000'),(38300,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-02-11 12:50:45.363000'),(38301,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-02-11 12:51:24.593000'),(38302,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so very happy to hear you loved your team --- We will make sure to let them know.','2019-02-11 12:51:40.366000'),(38303,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-02-11 12:53:18.110000'),(38304,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-02-11 12:50:07.419000'),(38305,'Our staff appreciates receiving comments like this, and we hope that you are feeling better. We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome, thanks for letting us know.. Thank you for choosing SignatureCare and for the nice review!','2019-02-06 13:35:30.469000'),(38306,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-02-05 13:43:05.082000'),(38307,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-02-05 13:43:28.494000'),(38308,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-02-05 13:51:09.235000'),(38309,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-02-04 13:17:33.200000'),(38310,'SignatureCare Emergency Center takes pride in our staff, and our staff cares so much about our patients. We are so very happy to hear you loved your team. We will make sure to let them know.','2019-02-04 13:17:03.686000'),(38311,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-02-03 13:29:13.205000'),(38312,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-02-03 13:28:34.326000'),(38313,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you and your mother comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-01-30 13:33:46.152000'),(38314,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-01-29 14:02:53.110000'),(38315,'Thanks for the 5 star, Eric!','2019-01-28 08:15:45.635000'),(38316,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great recommendation you gave us. Thank you for choosing SignatureCare!','2019-01-28 08:17:30.896000'),(38317,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-01-28 08:18:00.874000'),(38318,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-01-28 08:18:49.789000'),(38319,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-01-28 08:19:21.448000'),(38320,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-01-28 08:19:53.624000'),(38321,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We\'re glad our team was able to deliver an exceptional experience. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-01-23 14:33:05.389000'),(38322,'Thank you for trusting SignatureCare with the care of your child. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you, we will surely let them know.','2019-01-23 14:31:09.405000'),(38323,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-01-23 14:28:19.222000'),(38324,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great recommendation you gave us. Thank you for choosing SignatureCare!','2019-01-23 14:26:00.892000'),(38325,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so very happy to hear you loved your team --- We will make sure to let them know.','2019-01-21 11:22:23.030000'),(38326,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-01-18 16:04:22.405000'),(38327,'SignatureCare Emergency Center takes pride in our staff, and our staff cares so much about our patients. We are so very happy to hear you loved your team. We will make sure to let them know. Thank you for choosing SignatureCare.','2019-01-17 06:56:54.972000'),(38328,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-01-14 10:19:14.514000'),(38329,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-01-14 10:21:13.702000'),(38330,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving SignatureCare your trust.','2019-01-14 10:20:39.287000'),(38331,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing SignatureCare!','2019-01-13 12:45:51.906000'),(38332,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-01-11 17:45:35.256000'),(38333,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. We want everyone who walks through our doors to feel like a VIP. Thank you for the wonderful feedback!','2019-01-09 09:25:55.701000'),(38334,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you and that you loved your team. We will make sure to let them know. We appreciate the great review and rating.','2019-01-09 09:22:03.580000'),(38335,'Thanks for the 5 star review, Taco!','2019-01-07 16:57:15.578000'),(38336,'Thanks for the 5 star review!','2019-01-07 16:57:02.620000'),(38337,'Thanks for the 5 star review!','2019-01-07 16:56:57.711000'),(38338,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so very happy to hear you loved your team --- We will make sure to let them know.','2019-01-03 16:55:13.221000'),(38339,'Thanks for the 5 star review!','2019-01-04 16:33:45.316000'),(38340,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-01-03 16:55:47.643000'),(38341,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-01-02 16:27:31.896000'),(38342,'Thanks for the 5 star review, Gerry!','2019-01-02 16:27:02.674000'),(38343,'What a nice review! Thank you for taking the time to let us know how we are doing. Our community is important to us, so we love hearing that our team is doing a good job. It\'s never fun when someone has to visit the ER, but we aim to make you as comfortable as possible while waiting for diagnosis and treatment. Thank you for choosing SignatureCare and we hope you\'re feeling better!','2019-01-02 16:28:32.278000'),(38344,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2018-12-27 18:05:51.463000'),(38345,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2018-12-27 18:05:33.688000'),(38346,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2018-12-26 16:26:21.601000'),(38347,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make your kiddo feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2018-12-21 22:23:38.541000'),(38348,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2018-12-21 22:24:02.557000'),(38349,'Thanks for the 5 star review, Shelby!','2018-12-21 22:24:28.856000'),(38350,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. If you have any additional questions, don\'t hesitate to reach back out.','2018-12-21 22:22:49.241000'),(38351,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2018-12-20 19:20:57.977000'),(38352,'Thank you for the 5 star review!','2018-12-20 19:21:19.580000'),(38353,'Thank you for the 5 star review, Sadan!','2018-12-20 19:21:33.807000'),(38354,'Thank you for the 5 star review, Sanel!','2018-12-18 15:44:09.215000'),(38355,'Thanks for the 5 star review!','2018-12-17 16:20:28.172000'),(38356,'Thank you for the 5 star review, Itayethzi!','2018-12-10 16:28:45.243000'),(38357,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2018-12-10 16:28:19.325000'),(38358,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2018-12-05 16:25:41.386000'),(38359,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2018-12-05 16:25:15.461000'),(38360,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2018-11-28 16:16:48.122000'),(38361,'Thanks for the 5 star review!','2018-11-28 16:17:18.717000'),(38362,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2018-11-28 16:17:25.723000'),(38363,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2018-11-26 16:08:25.994000'),(38364,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2018-11-26 16:08:11.388000'),(38365,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.','2018-11-26 16:07:54.687000'),(38366,'Natalie, we are appreciative of your feedback regarding your recent visit to our center. All of our staff works hard to provide the best patient care. Glad that your daughter is on the mend.','2018-10-10 20:33:45.401000'),(38367,'Thank you for the great review! We appreciate your positive feedback about Neighbors\nEmergency Center. We hope you are feeling better.','2018-09-21 15:42:33.914000'),(38368,'It\'s their compassion for others that makes our employees so special. We are so glad to hear that our team took such good care of you, and in a quick and efficient manner. Thank you for letting us know how we are doing, and thank you for choosing SignatureCare!','2018-12-19 18:40:22.589000'),(38369,'Thanks for the 5 star review!','2018-12-19 18:40:56.446000'),(38370,'Hi Elzz, We understand that your Neighbors experience was not a positive one. At Neighbors our goal is to provide extraordinary care to each of our patients. We would appreciate you reaching out to our\npatient customer service specialist at 844-406-7263 or by email at Patients@neighborshealth.com ,\nso we can understand your experience with Neighbors and resolve any remaining issues.','2018-07-06 18:11:19.782000'),(38371,'Hi Andromeda. We are sorry to hear that you were not satisfied with our services at Neighbors Emergency Center Copperfield. We are a freestanding emergency room and bill just like a traditional hospital ER. We are happy to answer any billing questions that you may have at 844-406-7263 or by email at Patients@neighborshealth.com. We look forward to hearing from you soon.','2018-06-22 17:54:04.663000'),(38372,'Hi Chelsea! Thank you for the 5-star review! Thank you for taking the time to provide us feedback about your visit to Neighbors Emergency Center Copperfield. We will be sure to share your positive review with our staff so that they can continue serving the community with excellence!','2018-04-20 19:24:31.061000'),(38373,'Hi Alberto! Thanks so much for the 5-star review! Thank you for the great review! We appreciate your positive feedback about Neighbors Emergency Center. We hope you are feeling better.','2018-04-06 17:42:12.384000'),(38374,'Hi Eli and thank you for the 5-star review! We couldn’t be happier that you had an excellent experience at Neighbors Emergency Center. Thank you for taking the time to share it with us. We wish you a speedy recovery.','2018-03-16 18:43:09.333000'),(38375,'Hi Kashif! Thank you for the 5-Star review! Neighbors is thankful that you have shared your experience, and that you plan to do so with others as well! We greatly appreciate your confidence in sharing the services of Neighbors Emergency Center!','2018-02-23 21:15:39.603000'),(38376,'Hi! Just wanted to let you know that this former Neighbors location has been taken over by new management. Allow me to introduce SignatureCare ER. Please stop in, take a tour, and allow us to give you excellent customer service.','2018-12-19 18:37:33.866000'),(38377,'Hi Crystal, At Neighbors Emergency Center we want every interaction with our patients to be a positive one. We are concerned that this was not the service you experienced. Please contact our patient customer service specialist at 844-406-7263 or by email at Patients@neighborshealth.com, so that we can speak with you directly. We look forward to speaking with you.','2017-07-17 14:13:14.239000'),(38378,'Hi Rebecca! Thank you for telling us about your positive visit to Neighbors Emergency Center. We are grateful you trusted us with the care of your loved ones. We hope your dad is feeling much better!','2017-07-03 18:36:05.730000'),(38379,'Hi Jenny. We sincerely appreciate your review. We\'re glad our staff could take excellent care of your daughter in her time of need. We wish her a speedy recovery!','2017-06-28 15:42:14.555000'),(38380,'Hi Nichole. At Neighbors we want every interaction with our patients to be a positive one. We are concerned that this was not the service you experienced. Please contact our Patient Advocates at 844-406-7263 or by email at patients@neighborshealth.com so we can discuss this further. We look forward to speaking with you.','2017-06-02 19:18:08.360000'),(38381,'Hi Sergio! Thank you so much for your feedback. We will be sure to share your review with our staff so that they can continue to serve the community with excellence!','2017-05-05 19:11:19.419000'),(38382,'Hi Lizbeth, We hate to hear that you did not have a positive experience at Neighbors Emergency Center. Please contact our customer service specialist at 844-406-7263 so that we can learn more about your experience, and resolve any issues. Thank you for your patience, and we hope to speak with you soon!','2017-03-01 16:31:46.262000'),(38383,'Hi Erica, Thank you for taking the time to provide us feedback about your visit to Neighbors Emergency Center. We will be sure to share your positive review with our staff so that they can continue serving the community with excellence!','2016-11-23 22:16:37.001000'),(38384,'We hate to hear that you did not have a positive experience at Neighbors Emergency Center. Please contact our customer service specialist at 844-406-7263 so that we can learn more about your experience, and resolve any issues. Thank you for your patience, and we hope to speak with you soon!','2016-09-28 16:25:07.070000'),(38385,'Hi Autumn, Thank you so much for sharing your experience at Neighbors Emergency Center! We are glad you found the medical care provided by our doctors and nurses excellent. We hope you feel better soon.','2016-09-28 16:24:25.757000'),(38386,'Thanks for the 5 star review!','2018-12-19 18:41:00.553000'),(38387,'Thanks for the 5 star review!','2018-12-19 18:41:04.853000'),(38388,'Hi! Just wanted to let you know that this former Neighbors location has been taken over by new management. Allow me to introduce SignatureCare ER. Please stop in, take a tour, and allow us to give you excellent customer service.','2018-12-19 18:37:52.661000'),(38389,'Hi! Just wanted to let you know that this former Neighbors location has been taken over by new management. Allow me to introduce SignatureCare ER. Please stop in, take a tour, and allow us to give you excellent customer service.','2018-12-19 18:38:01.413000'),(38390,'Hi! Just wanted to let you know that this former Neighbors location has been taken over by new management. Allow me to introduce SignatureCare ER. Please stop in, take a tour, and allow us to give you excellent customer service.','2018-12-19 18:38:11.995000'),(38391,'Thanks for the 5 star review!','2018-12-19 18:41:08.605000'),(38392,'Thanks for the 5 star review!','2018-12-19 18:41:12.341000'),(38393,'Hi! Just wanted to let you know that this former Neighbors location has been taken over by new management. Allow me to introduce SignatureCare ER. Please stop in, take a tour, and allow us to give you excellent customer service.','2018-12-19 18:38:31.580000'),(38394,'Hi! Just wanted to let you know that this former Neighbors location has been taken over by new management. Allow me to introduce SignatureCare ER. Please stop in, take a tour, and allow us to give you excellent customer service.','2018-12-19 18:38:21.016000'),(38395,'Thanks for the 5 star review!','2018-12-19 18:41:26.067000'),(38396,'Thanks for the 5 star review!','2018-12-19 18:51:46.840000'),(38397,'Thanks for the 5 star review!','2018-12-19 18:51:52.224000'),(38398,'Thanks for the 5 star review!','2018-12-19 18:51:59.213000'),(38399,'Thanks for the 5 star review!','2018-12-19 18:52:07.611000'),(38400,'Thanks for the 5 star review!','2018-12-19 18:52:11.660000'),(38401,'Thanks for the 5 star review!','2018-12-19 18:52:15.953000'),(38402,'Thank you so much for your feedback Leslie! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-21 08:05:50.630000'),(38403,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-06 11:22:07.031000'),(38404,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-12-03 16:42:52.383000'),(38405,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-29 11:33:05.891000'),(38406,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-29 11:32:49.925000'),(38407,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-29 11:27:59.687000'),(38408,'Thanks for the 5 star review Niza!','2020-12-21 08:05:25.171000'),(38409,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-28 17:38:41.744000'),(38410,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-26 04:02:10.170000'),(38411,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-25 06:52:29.448000'),(38412,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-25 06:52:09.201000'),(38413,'Thank you for the five-star rating Ted! We appreciate your feedback.','2020-12-21 08:05:18.746000'),(38414,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-24 10:06:40.271000'),(38415,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-24 10:04:10.123000'),(38416,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-24 09:41:24.021000'),(38417,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-24 09:40:18.113000'),(38418,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-24 09:40:04.252000'),(38419,'Thank you so much for your feedback Robert! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-21 08:05:17.091000'),(38420,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-24 09:37:04.388000'),(38421,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-11-24 04:20:47.649000'),(38422,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-24 04:12:42.199000'),(38423,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-23 05:38:49.166000'),(38424,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-22 13:44:17.496000'),(38425,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-22 08:35:37.201000'),(38426,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-19 05:21:14.003000'),(38427,'Thank you so much for your nice review, Jason. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-11-17 06:56:46.218000'),(38428,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-16 04:18:39.695000'),(38429,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-15 04:19:08.641000'),(38430,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-15 04:18:19.415000'),(38431,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-14 19:39:05.875000'),(38432,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-11-14 19:31:13.306000'),(38433,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-11-17 05:21:17.469000'),(38434,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-09 06:03:46.704000'),(38435,'We appreciate your great rating.','2020-11-09 05:56:22.573000'),(38436,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-09 06:04:14.217000'),(38437,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-11-09 06:04:46.334000'),(38438,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-09 06:02:36.332000'),(38439,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-11-09 05:59:24.605000'),(38440,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-11-09 05:58:45.254000'),(38441,'Thank you carlos, for your great rating!','2020-11-09 05:56:46.460000'),(38442,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you and your father. We appreciate the great review and rating.','2020-11-09 05:58:16.466000'),(38443,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-04 07:58:47.937000'),(38444,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-11-04 07:57:33.516000'),(38445,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-11-02 07:33:28.807000'),(38446,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-02 07:31:05.757000'),(38447,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-01 04:11:27.800000'),(38448,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-31 16:03:20.002000'),(38449,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-10-31 15:45:47.828000'),(38450,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-31 10:48:12.675000'),(38451,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-29 18:15:25.434000'),(38452,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-29 18:14:10.444000'),(38453,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-10-29 18:02:07.924000'),(38454,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-29 18:01:44.292000'),(38455,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-29 17:56:34.351000'),(38456,'We appreciate you giving enTrust Immediate Care your trust time and again for your medical emergencies. No one likes the urgent care, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-10-27 17:47:07.037000'),(38457,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-29 17:54:34.793000'),(38458,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-29 17:53:29.033000'),(38459,'Thank you so much for giving us five stars, Roneishia!','2020-10-27 17:39:04.463000'),(38460,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-10-28 10:52:42.461000'),(38461,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-28 10:50:16.248000'),(38462,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-28 10:46:32.143000'),(38463,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-21 14:47:34.117000'),(38464,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-10-21 14:47:17.017000'),(38465,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-10-21 14:47:00.407000'),(38466,'Thank you so much for your nice review, Carlos. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-10-21 14:46:46.750000'),(38467,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-21 14:46:29.694000'),(38468,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-21 14:46:04.335000'),(38469,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-21 14:45:40.489000'),(38470,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-10-20 08:47:35.914000'),(38471,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-20 08:47:53.499000'),(38472,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-20 08:49:08.526000'),(38473,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-20 08:48:23.966000'),(38474,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-19 04:56:38.062000'),(38475,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-10-19 04:58:27.979000'),(38476,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-10-19 06:12:48.438000'),(38477,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-10-19 06:17:25.829000'),(38478,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-19 06:18:12.618000'),(38479,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-19 06:18:33.681000'),(38480,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-15 05:36:07.839000'),(38481,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-14 06:24:01.530000'),(38482,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-14 05:19:33.683000'),(38483,'Thank you so much for your great rating, Moranda!','2020-10-14 06:41:18.485000'),(38484,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-10-13 05:14:19.019000'),(38485,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-11 06:52:48.732000'),(38486,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2020-10-09 20:07:51.924000'),(38487,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-09 20:08:07.008000'),(38488,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-10-09 20:09:36.335000'),(38489,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-09 07:13:11.534000'),(38490,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-10-09 07:12:45.620000'),(38491,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-10-09 07:11:06.422000'),(38492,'Thank you for trusting us with the care of your son. We appreciate the great feedback and are very glad to hear that our team took such good care of him.','2020-10-06 09:22:04.943000'),(38493,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-10-05 03:35:30.484000'),(38494,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-04 09:03:47.420000'),(38495,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-04 09:02:46.070000'),(38496,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-10-04 09:02:34.293000'),(38497,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-04 07:47:15.568000'),(38498,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-04 07:39:45.760000'),(38499,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-01 05:41:41.305000'),(38500,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-09-30 08:31:40.343000'),(38501,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-08-10 17:22:24.496000'),(38502,'We appreciate your great rating, Hamu!','2020-10-01 06:03:13.620000'),(38503,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-09-30 08:25:20.166000'),(38504,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-30 08:24:55.620000'),(38505,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-09-30 08:24:40.685000'),(38506,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-09-30 08:24:26.869000'),(38507,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-30 08:23:57.785000'),(38508,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-09-29 04:58:07.239000'),(38509,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-29 04:55:16.148000'),(38510,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-09-29 04:52:31.640000'),(38511,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-09-29 04:43:15.247000'),(38512,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-29 04:42:44.443000'),(38513,'What a nice review! Thank you for taking the time to let us know how we are doing. Our community is important to us, so we love hearing that our team is doing a good job. It\'s never fun when a parent has to visit the ER, but we aim to make you and your family as comfortable as possible while waiting for diagnosis and treatment. Thank you for choosing SignatureCare and we hope your son is feeling better!','2020-09-28 05:57:56.773000'),(38514,'Thank you Carla, for your great rating!','2020-10-01 06:02:58.563000'),(38515,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-28 05:56:18.580000'),(38516,'Thank you so much for your great rating, Elizabeth!','2020-10-01 06:02:47.651000'),(38517,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2020-09-27 08:57:09.755000'),(38518,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-09-27 08:55:53.501000'),(38519,'Thank you so much for giving us five stars, Yolanda!','2020-10-01 06:02:32.851000'),(38520,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-09-27 08:51:09.361000'),(38521,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-09-27 08:47:32.588000'),(38522,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-27 08:47:06.603000'),(38523,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-09-24 08:56:13.861000'),(38524,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-09-20 20:25:17.024000'),(38525,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-09-20 20:25:47.392000'),(38526,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-09-20 20:26:57.048000'),(38527,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-09-20 20:27:15.488000'),(38528,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-09-20 20:27:28.548000'),(38529,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-09-20 20:28:23.748000'),(38530,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-09-20 20:29:08.378000'),(38531,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-09-18 06:15:43.076000'),(38532,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-29 14:37:53.187000'),(38533,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-09-18 06:17:37.649000'),(38534,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-09-18 06:18:30.894000'),(38535,'Thank you so much for giving us five stars, Sarah!','2020-09-16 07:30:25.723000'),(38536,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-09-15 10:51:31.397000'),(38537,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-09-15 10:50:54.892000'),(38538,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-09-15 10:50:24.407000'),(38539,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-09-15 10:50:05.178000'),(38540,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-09-13 14:44:58.181000'),(38541,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-09-10 06:32:23.700000'),(38542,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-10 06:32:12.231000'),(38543,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-09-10 06:32:01.943000'),(38544,'Thank you so much for giving us five stars, Hallie!','2020-09-10 06:31:44.706000'),(38545,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-10 06:31:26.163000'),(38546,'Thank you for trusting us with the care of your mom. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-09-10 06:31:07.203000'),(38547,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-02 09:34:25.021000'),(38548,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-09-10 06:30:38.295000'),(38549,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-10 06:30:30.983000'),(38550,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-09-10 06:30:24.293000'),(38551,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-09-10 06:29:58.738000'),(38552,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-09-10 06:29:42.610000'),(38553,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-09-10 06:26:26.508000'),(38554,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-10 06:25:57.762000'),(38555,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-31 10:03:33.658000'),(38556,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-31 10:04:18.342000'),(38557,'We appreciate your great rating, Felicia!','2020-08-31 10:04:55.219000'),(38558,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-08-31 10:08:26.297000'),(38559,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-31 10:08:52.944000'),(38560,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-08-26 06:01:11.194000'),(38561,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-08-26 06:00:34.781000'),(38562,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-26 05:59:03.962000'),(38563,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-08-25 06:27:04.891000'),(38564,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-08-25 06:26:36.320000'),(38565,'We appreciate your great rating, Macy!','2020-08-23 06:27:37.401000'),(38566,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-25 06:18:28.439000'),(38567,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-08-25 06:18:04.210000'),(38568,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-25 05:54:07.395000'),(38569,'Thank you so much for your great rating, Misty!','2020-08-23 06:27:54.147000'),(38570,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-25 05:50:46.573000'),(38571,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-08-25 05:45:12.614000'),(38572,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-25 05:27:02.390000'),(38573,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-08-25 05:25:43.890000'),(38574,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-08-25 05:25:20.658000'),(38575,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-08-25 05:25:05.837000'),(38576,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-08-25 05:23:13.638000'),(38577,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-08-25 05:22:55.978000'),(38578,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-08-25 05:22:02.510000'),(38579,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-08-25 05:21:10.287000'),(38580,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-08-24 19:10:05.562000'),(38581,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-24 19:06:44.183000'),(38582,'Thank you so much for giving us five stars, Sidney!','2020-08-23 06:28:22.367000'),(38583,'Thank you Teresa, for your great rating!','2020-08-23 06:28:38.712000'),(38584,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-08-24 19:05:56.821000'),(38585,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-24 19:04:31.814000'),(38586,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-08-24 19:05:40.042000'),(38587,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-24 19:02:13.112000'),(38588,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-08-24 18:42:56.686000'),(38589,'We appreciate your great rating, Bren!','2020-08-23 06:29:00.859000'),(38590,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-08-24 18:15:56.616000'),(38591,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-08-24 18:15:41.695000'),(38592,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-08-24 11:25:46.907000'),(38593,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that your mother is feeling better. Thank you for choosing SignatureCare!','2020-08-24 11:25:19.913000'),(38594,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-24 11:24:19.051000'),(38595,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-24 11:17:44.494000'),(38596,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-08-24 11:17:28.723000'),(38597,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-08-24 11:17:16.288000'),(38598,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-08-24 11:16:18.620000'),(38599,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-08-24 11:13:09.579000'),(38600,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-24 11:11:48.138000'),(38601,'Thank you so much for your great rating, Hunter!','2020-08-23 06:29:26.578000'),(38602,'Thank you so much for giving us five stars, Tanner!','2020-08-23 06:29:40.005000'),(38603,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-24 11:11:28.109000'),(38604,'Thank you so much for your nice review, Senaida. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-08-24 11:11:16.019000'),(38605,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-08-24 11:10:58.848000'),(38606,'Muchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal!','2020-08-24 11:10:38.609000'),(38607,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-24 11:07:43.852000'),(38608,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-24 11:07:22.890000'),(38609,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-08-24 11:06:30.212000'),(38610,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-24 11:05:33.351000'),(38611,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-08-24 11:01:12.588000'),(38612,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-08-24 11:00:46.414000'),(38613,'Thank you so much for taking the time to let us know about your experience at SignatureCare Emergency Center. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-27 06:20:27.986000'),(38614,'SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-08-27 06:22:38.581000'),(38615,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare Emergency Center!','2020-08-27 06:20:03.955000'),(38616,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized urgent care in the state of Texas. Thank you for the wonderful feedback!','2020-08-27 06:22:55.044000'),(38617,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare Emergency Center.','2020-08-27 06:19:45.311000'),(38618,'Thank you so much for your great rating, Franklin!','2020-08-23 06:30:08.672000'),(38619,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare Emergency Center.','2020-08-27 06:19:29.409000'),(38620,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-08-27 06:27:20.903000'),(38621,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-27 06:23:56.510000'),(38622,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-08-27 06:25:05.409000'),(38623,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-08-27 06:26:03.105000'),(38624,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-08-27 06:26:45.310000'),(38625,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-10 15:17:40.557000'),(38626,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review. Hope your husband is feeling well.','2020-08-10 15:16:26.431000'),(38627,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-08-10 15:14:50.362000'),(38628,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-10 15:14:33.462000'),(38629,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-08-10 15:14:03.276000'),(38630,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-08-10 15:12:49.377000'),(38631,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-08-10 15:12:22.777000'),(38632,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-10 15:11:54.918000'),(38633,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-08-10 15:07:57.072000'),(38634,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-08-10 15:05:49.791000'),(38635,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-10 15:05:37.967000'),(38636,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-08-10 15:04:01.671000'),(38637,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-10 15:03:47.076000'),(38638,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-10 15:01:25.382000'),(38639,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-10 15:01:13.175000'),(38640,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-08-10 15:00:47.362000'),(38641,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-08-10 15:00:16.383000'),(38642,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-08-10 15:00:06.733000'),(38643,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-08-10 14:59:56.128000'),(38644,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-08-10 14:59:44.702000'),(38645,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-08-10 14:59:33.191000'),(38646,'Thank you for the five-star rating Lamar. We appreciate it.','2020-08-10 17:25:18.638000'),(38647,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-08-10 14:59:06.354000'),(38648,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-10 14:58:29.527000'),(38649,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-08-10 14:58:20.500000'),(38650,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-10 14:58:07.436000'),(38651,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-08-10 14:57:55.445000'),(38652,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-10 14:57:41.961000'),(38653,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-08-10 14:57:20.991000'),(38654,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-08-10 14:56:58.738000'),(38655,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-10 14:56:38.312000'),(38656,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-08-10 14:56:26.909000'),(38657,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-08-10 14:56:08.343000'),(38658,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-08-10 14:55:53.833000'),(38659,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-10 14:55:36.293000'),(38660,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-08-10 14:55:20.781000'),(38661,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-10 14:54:56.308000'),(38662,'Thank you Raquelin for your five star review and for trusting us with your care!','2020-08-10 17:25:16.746000'),(38663,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-08-10 14:54:42.341000'),(38664,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-08-10 14:54:26.362000'),(38665,'Thank you Kim for your five star review and for trusting us with your care!','2020-08-10 17:25:15.598000'),(38666,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-08-10 14:54:06.843000'),(38667,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-08-10 14:53:52.769000'),(38668,'Thank you for your review and rating. We appreciate you choosing SignatureCare!','2020-08-10 14:53:18.562000'),(38669,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-08-10 14:52:44.270000'),(38670,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-08-10 14:52:21.959000'),(38671,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-10 14:52:00.357000'),(38672,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-10 14:51:12.245000'),(38673,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-08-10 14:50:44.766000'),(38674,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-10 14:50:13.263000'),(38675,'Thank you so much for your great rating!','2020-08-10 17:25:14.442000'),(38676,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-08-10 17:22:57.018000'),(38677,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-08-10 17:22:40.129000'),(38678,'Thank you Anna for your five star review and for trusting us with your care!','2020-08-10 17:25:12.576000'),(38679,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-10 17:22:08.998000'),(38680,'We appreciate the five-star rating Consuelo!','2020-08-10 17:25:10.746000'),(38681,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review. We hope you all are feeling better.','2020-08-10 17:21:07.223000'),(38682,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-08-10 17:19:28.957000'),(38683,'We appreciate the five-star rating Amy!','2020-08-10 17:25:08.918000'),(38684,'Thank you Holly for the 5 star review. We are glad you had a good experience. Feel Better!','2020-08-10 17:25:07.024000'),(38685,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-10 17:19:05.758000'),(38686,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-08-10 17:18:16.091000'),(38687,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-08-10 17:17:55.489000'),(38688,'Thank you for your feedback and great rating.','2020-08-10 17:17:36.398000'),(38689,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-08-10 17:17:05.619000'),(38690,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-10 17:16:48.840000'),(38691,'Thank you so much for your feedback Thomas! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-10 17:25:05.773000'),(38692,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-10 17:16:37.586000'),(38693,'Thank you for your review and five star rating. We appreciate you choosing SignatureCare Emergency Center!','2020-08-10 17:16:25.587000'),(38694,'Thank you for your review and great rating. We appreciate you choosing SignatureCare!','2020-08-10 17:15:37.171000'),(38695,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-08-10 17:15:05.544000'),(38696,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-10 17:14:46.834000'),(38697,'Thank you for your review and your rating. We appreciate you choosing SignatureCare!','2020-08-10 17:14:32.052000'),(38698,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-10 17:14:08.938000'),(38699,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-08-10 17:13:54.629000'),(38700,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-08-10 17:12:20.547000'),(38701,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2020-08-10 16:58:23.667000'),(38702,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-08-10 16:56:43.552000'),(38703,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-08-10 16:55:25.112000'),(38704,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-07-29 14:37:32.195000'),(38705,'Muchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal!','2020-08-10 16:54:36.581000'),(38706,'Muchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal!','2020-08-10 16:53:26.163000'),(38707,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-08-10 16:53:47.852000'),(38708,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-10 15:38:30.784000'),(38709,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-07-29 14:40:40.508000'),(38710,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2020-07-29 14:40:32.267000'),(38711,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-29 14:40:23.177000'),(38712,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-07-29 14:40:03.921000'),(38713,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-07-29 14:39:59.821000'),(38714,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-29 14:40:15.051000'),(38715,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-07-29 14:39:34.475000'),(38716,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-07-29 14:39:28.914000'),(38717,'We appreciate your great rating, Sajiree!','2020-07-29 14:39:12.146000'),(38718,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-07-29 14:38:54.422000'),(38719,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-07-29 14:38:33.926000'),(38720,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-07-29 14:38:23.163000'),(38721,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-29 14:37:20.571000'),(38722,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-07-29 14:37:00.174000'),(38723,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-07-29 14:36:38.349000'),(38724,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-07-29 14:36:29.298000'),(38725,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-07-29 14:36:17.019000'),(38726,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-07-29 14:36:08.146000'),(38727,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-07-29 14:35:41.860000'),(38728,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-07-29 14:35:20.290000'),(38729,'What a nice review! Thank you for taking the time to let us know how we are doing. Our community is important to us, so we love hearing that our team is doing a good job. It\'s never fun when a parent has to visit the ER, but we aim to make you and your family as comfortable as possible while waiting for diagnosis and treatment. Thank you for choosing SignatureCare!','2020-07-29 14:34:58.778000'),(38730,'Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-07-29 14:34:32.216000'),(38731,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-07-29 14:34:09.779000'),(38732,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-07-29 14:34:04.843000'),(38733,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-07-29 14:33:55.388000'),(38734,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-07-29 14:33:50.135000'),(38735,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-28 17:11:02.253000'),(38736,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-07-28 17:10:48.183000'),(38737,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-07-28 17:10:40.283000'),(38738,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-28 17:10:05.934000'),(38739,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-07-28 17:09:36.906000'),(38740,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-07-28 17:09:13.130000'),(38741,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-28 17:08:57.537000'),(38742,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-28 17:08:51.243000'),(38743,'Thank you so much for giving us five stars, Omar!','2020-07-28 17:08:32.479000'),(38744,'Thank you so much for your great feedback.','2020-07-28 17:07:48.805000'),(38745,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-07-28 17:07:26.158000'),(38746,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-07-28 17:07:08.442000'),(38747,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-27 17:05:59.236000'),(38748,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-27 17:05:51.081000'),(38749,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-07-27 17:05:35.454000'),(38750,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-07-27 17:05:23.813000'),(38751,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-27 17:05:11.927000'),(38752,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-27 17:04:59.883000'),(38753,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-27 17:04:41.566000'),(38754,'We appreciate your great rating!','2020-07-27 17:04:27.356000'),(38755,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-07-27 17:04:14.222000'),(38756,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-07-27 17:03:59.676000'),(38757,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-07-27 17:02:32.166000'),(38758,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-07-27 17:02:08.457000'),(38759,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-27 17:01:14.934000'),(38760,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-27 16:59:38.734000'),(38761,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-07-27 16:59:28.130000'),(38762,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-07-27 16:58:46.930000'),(38763,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-07-27 16:54:09.639000'),(38764,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-07-27 16:52:27.067000'),(38765,'Thank you for trusting us with the care of your sister. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-07-27 16:45:47.573000'),(38766,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-27 16:45:24.493000'),(38767,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-07-27 16:43:11.024000'),(38768,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-07-27 16:43:03.842000'),(38769,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-07-28 17:11:17.163000'),(38770,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-07-27 16:42:31.512000'),(38771,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-07-27 16:38:50.827000'),(38772,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-07-27 16:38:21.529000'),(38773,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-27 16:34:37.367000'),(38774,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-07-26 15:21:21.912000'),(38775,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-08-09 17:12:51.486000'),(38776,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-26 15:20:41.187000'),(38777,'Thank you so much for your great rating, Daniel!','2020-07-26 15:20:21.110000'),(38778,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-08-09 17:12:02.604000'),(38779,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-09 17:11:29.206000'),(38780,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-07-26 15:19:20.509000'),(38781,'Thank you Juana, for your great rating!','2020-07-26 15:18:49.186000'),(38782,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-08-09 17:05:08.333000'),(38783,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-08-09 17:04:46.754000'),(38784,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-09 17:04:34.298000'),(38785,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-08-09 17:02:46.470000'),(38786,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-08-09 17:01:52.771000'),(38787,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2020-08-09 17:01:35.799000'),(38788,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-09 17:00:23.066000'),(38789,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-07-26 15:15:53.245000'),(38790,'We appreciate your great rating, Thomas!','2020-07-26 15:15:22.141000'),(38791,'Thank you so much for giving us five stars!','2020-07-26 15:15:05.928000'),(38792,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-26 15:14:45.546000'),(38793,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-07-26 15:14:28.109000'),(38794,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-07-21 05:30:27.247000'),(38795,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-21 05:30:08.432000'),(38796,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-07-20 05:56:36.308000'),(38797,'Thank you Raul, for your great rating!','2020-07-19 06:33:45.935000'),(38798,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-19 06:34:25.128000'),(38799,'Hello lester!. Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-07-06 05:15:34.211000'),(38800,'Thank you so much for giving us five stars, Lesly!','2020-07-14 20:50:45.535000'),(38801,'Thank you so much for your great rating, Ray!','2020-07-14 20:50:58.804000'),(38802,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-07-12 15:21:54.095000'),(38803,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-12 15:13:18.215000'),(38804,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-07-12 15:12:45.923000'),(38805,'Thank you so much for giving us five stars, Matthew!.','2020-07-09 06:58:59.636000'),(38806,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-09 06:59:30.856000'),(38807,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-08 08:06:46.555000'),(38808,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-06-30 06:44:10.760000'),(38809,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-28 11:00:35.900000'),(38810,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-06-28 10:59:52.608000'),(38811,'Thank you for trusting us with the care of your son. We appreciate the great feedback and are very glad to hear that our team took such good care of him.','2020-06-23 06:34:55.691000'),(38812,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-06-23 06:35:22.476000'),(38813,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-22 13:33:55.714000'),(38814,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-06-21 07:18:34.565000'),(38815,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-06-17 10:24:12.223000'),(38816,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-06-17 10:23:18.864000'),(38817,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-06-17 10:22:47.846000'),(38818,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-12 15:04:55.234000'),(38819,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-07-12 14:50:55.480000'),(38820,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-07-15 06:32:16.036000'),(38821,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-15 06:33:59.698000'),(38822,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-15 06:34:25.774000'),(38823,'We appreciate your great rating, Chloe!','2020-07-14 20:51:18.975000'),(38824,'Thank you Devin, for your great rating!','2020-07-14 20:51:35.200000'),(38825,'Thank you so much for giving us five stars, Robert!','2020-07-14 20:51:51.173000'),(38826,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-15 06:35:08.682000'),(38827,'Thank you Destynee for the 5 star review. We are glad you had a good experience. Feel Better!','2020-12-21 08:06:20.725000'),(38828,'Thank you for the great review Matt! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','2020-12-21 08:06:19.192000'),(38829,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-12-17 09:21:18.307000'),(38830,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-17 09:10:34.475000'),(38831,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-17 09:08:34.854000'),(38832,'We appreciate the five-star rating Katie!','2020-12-14 03:03:17.621000'),(38833,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-15 08:51:09.048000'),(38834,'Thank you for the five-star rating Maria. We appreciate the feedback, and appreciate you choosing SignatureCare.','2020-12-14 18:04:21.940000'),(38835,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-13 06:14:42.304000'),(38836,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-15 08:50:15.623000'),(38837,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-15 08:48:17.059000'),(38838,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-15 05:16:38.249000'),(38839,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-13 03:11:58.408000'),(38840,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-12 05:54:26.173000'),(38841,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-12 05:51:07.817000'),(38842,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-12 05:50:27.884000'),(38843,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-12 05:49:42.468000'),(38844,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-10 13:33:59.618000'),(38845,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-10 13:33:12.932000'),(38846,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-10 13:32:53.247000'),(38847,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-12-10 13:32:36.889000'),(38848,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-12-10 13:31:56.833000'),(38849,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-10 13:31:39.715000'),(38850,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-10 13:31:07.550000'),(38851,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-12-10 13:28:38.317000'),(38852,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-10 13:26:40.828000'),(38853,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-10 13:25:51.226000'),(38854,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2020-12-10 04:26:31.566000'),(38855,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-10 04:24:21.810000'),(38856,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2020-12-10 04:22:35.452000'),(38857,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-10 04:19:55.616000'),(38858,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-10 04:19:17.883000'),(38859,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-10 04:17:33.080000'),(38860,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-10 04:16:51.660000'),(38861,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-12-09 13:55:38.590000'),(38862,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-09 13:53:23.542000'),(38863,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-09 13:52:46.692000'),(38864,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-09 13:52:29.364000'),(38865,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-07 07:34:11.865000'),(38866,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-03-08 06:07:19.839000'),(38867,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-06 09:36:09.542000'),(38868,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-06 09:33:49.913000'),(38869,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-12-06 08:51:53.434000'),(38870,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-12-06 08:51:23.328000'),(38871,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-06 08:47:30.449000'),(38872,'Thank you for the five-star rating Kimberly. We appreciate the feedback, and appreciate you choosing SignatureCare.','2020-12-04 20:05:14.014000'),(38873,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-12-03 04:51:13.410000'),(38874,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-03 04:44:30.946000'),(38875,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-03 04:42:56.215000'),(38876,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2020-12-02 05:00:10.254000'),(38877,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-12-02 04:58:05.684000'),(38878,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-12-02 04:59:09.897000'),(38879,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-02 04:57:44.070000'),(38880,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-01 17:32:52.456000'),(38881,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-01 08:20:44.516000'),(38882,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-26 04:06:23.957000'),(38883,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-25 16:54:51.259000'),(38884,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-25 06:57:27.371000'),(38885,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-24 06:34:58.854000'),(38886,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-11-25 06:57:16.484000'),(38887,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-11-24 04:12:25.656000'),(38888,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-11-23 05:39:56.709000'),(38889,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-22 06:11:00.511000'),(38890,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-21 12:52:06.667000'),(38891,'Thank you , for your great rating!','2020-11-25 06:59:26.189000'),(38892,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-18 07:19:10.536000'),(38893,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-15 09:57:54.799000'),(38894,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-15 04:31:29.568000'),(38895,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-14 19:39:52.844000'),(38896,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-14 19:37:38.515000'),(38897,'We appreciate your great rating, Nichole!','2020-11-17 06:46:42.694000'),(38898,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-14 19:14:02.426000'),(38899,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-11-14 18:28:34.670000'),(38900,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-17 06:48:15.288000'),(38901,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-14 18:22:09.123000'),(38902,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-14 18:20:27.605000'),(38903,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-17 05:35:26.102000'),(38904,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-10 07:59:21.066000'),(38905,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-11-09 07:22:02.515000'),(38906,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-11-09 07:17:15.434000'),(38907,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-29 08:09:46.611000'),(38908,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-09 07:12:56.472000'),(38909,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-09 07:06:52.424000'),(38910,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-05 06:39:10.587000'),(38911,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-31 09:28:33.697000'),(38912,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-29 18:43:18.011000'),(38913,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-27 17:25:54.783000'),(38914,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-27 17:25:25.845000'),(38915,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-10-27 17:25:02.890000'),(38916,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-27 17:24:24.937000'),(38917,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-10-27 17:24:02.252000'),(38918,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-10-21 14:23:47.512000'),(38919,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-21 14:23:26.214000'),(38920,'Thank you so much for your nice review, Andrew. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-10-19 03:31:52.768000'),(38921,'Thank you Holly, for your great rating!','2020-10-19 03:31:24.531000'),(38922,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-10-19 03:32:23.778000'),(38923,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-10-18 06:34:19.988000'),(38924,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-10-14 06:25:20.635000'),(38925,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-14 05:37:14.584000'),(38926,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-14 05:04:26.038000'),(38927,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-12 04:31:52.018000'),(38928,'Thank you so much for your great rating, Kylie!','2020-10-11 10:41:30.890000'),(38929,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-10-11 07:12:33.994000'),(38930,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-11 07:11:48.665000'),(38931,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-11 06:57:16.965000'),(38932,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-10-11 06:54:56.561000'),(38933,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-11 06:47:11.379000'),(38934,'Thank you so much for your great rating, Tina!','2020-10-08 18:57:00.228000'),(38935,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-10-08 19:01:06.306000'),(38936,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-06 09:10:03.201000'),(38937,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-06 09:09:37.134000'),(38938,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-06 09:09:08.157000'),(38939,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-06 09:08:45.728000'),(38940,'Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-10-06 09:07:53.555000'),(38941,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-10-04 08:23:19.980000'),(38942,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-04 07:39:23.510000'),(38943,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-04 07:15:03.652000'),(38944,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-04 07:12:02.604000'),(38945,'Thank you so much for giving us five stars, Alexa!','2020-10-06 09:07:06.418000'),(38946,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-04 06:07:03.940000'),(38947,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-01 05:47:52.483000'),(38948,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-10-01 05:46:35.024000'),(38949,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-09-30 08:32:21.620000'),(38950,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-09-27 09:06:30.604000'),(38951,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-27 09:04:04.255000'),(38952,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-27 08:58:01.983000'),(38953,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2020-09-27 08:48:18.865000'),(38954,'Thank you Genaro, for your great rating!','2020-10-01 05:52:37.479000'),(38955,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-09-27 08:38:32.554000'),(38956,'We appreciate your great rating, Reginald!','2020-10-01 05:52:56.494000'),(38957,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-09-23 11:06:33.843000'),(38958,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-09-23 11:03:32.809000'),(38959,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-09-23 11:02:58.104000'),(38960,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-09-23 11:02:36.886000'),(38961,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-23 11:01:47.610000'),(38962,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-09-21 15:52:06.769000'),(38963,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-09-21 15:51:40.652000'),(38964,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-21 15:50:55.306000'),(38965,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-09-20 18:12:17.528000'),(38966,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-09-20 18:13:12.094000'),(38967,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-09-20 18:45:00.723000'),(38968,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-07-12 06:44:33.908000'),(38969,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-20 18:46:11.910000'),(38970,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-09-20 18:47:00.314000'),(38971,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-20 18:47:30.931000'),(38972,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-09-20 18:48:55.827000'),(38973,'Thank you so much for your nice review, Ashley. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-09-20 18:49:17.670000'),(38974,'We appreciate your great rating, Guadalupe!','2020-09-20 18:49:41.417000'),(38975,'Thank you aaron, for your great rating!','2020-09-20 18:49:54.132000'),(38976,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-09-20 18:51:14.621000'),(38977,'Thank you so much for your great rating, Breanna!','2020-09-20 18:50:14.396000'),(38978,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-18 04:52:17.246000'),(38979,'We appreciate your great rating, Victoria!','2020-09-18 04:38:40.862000'),(38980,'Thank you Roseanna, for your great rating!','2020-09-18 04:39:01.424000'),(38981,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-09-18 04:51:25.121000'),(38982,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-09-18 04:50:43.568000'),(38983,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-09-18 04:50:07.864000'),(38984,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-18 04:49:52.451000'),(38985,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-09-18 04:49:21.414000'),(38986,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-16 04:54:04.064000'),(38987,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-09-16 04:54:56.972000'),(38988,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-16 04:55:38.962000'),(38989,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-09-16 07:01:28.162000'),(38990,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-09-16 07:02:05.918000'),(38991,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-09-16 07:16:41.852000'),(38992,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-09-16 07:16:59.772000'),(38993,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-15 10:35:14.275000'),(38994,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-15 10:35:27.734000'),(38995,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-09-15 10:34:46.200000'),(38996,'Thank you Payton, for your great rating!','2020-09-15 10:33:23.234000'),(38997,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-09-14 09:48:38.226000'),(38998,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-09-13 16:33:25.435000'),(38999,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-09-13 16:32:36.427000'),(39000,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-09-13 16:32:13.997000'),(39001,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-09-13 16:31:29.083000'),(39002,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-09-13 16:31:07.802000'),(39003,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-13 16:10:27.546000'),(39004,'Thank you so much for giving us five stars, shashay!','2020-09-13 16:09:59.868000'),(39005,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-09-10 06:10:38.818000'),(39006,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-09-09 07:04:16.467000'),(39007,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-09 07:04:48.580000'),(39008,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-09-08 08:09:18.827000'),(39009,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-09-09 07:05:22.862000'),(39010,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-09-08 08:12:12.654000'),(39011,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2020-09-08 08:11:41.694000'),(39012,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-09-07 05:58:15.253000'),(39013,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-09-07 05:54:47.959000'),(39014,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-09-01 07:07:35.427000'),(39015,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-09-01 07:06:54.812000'),(39016,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-31 07:10:17.434000'),(39017,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-08-31 07:10:53.460000'),(39018,'Thank you so much for your great rating, Courtney!','2020-08-27 07:27:27.615000'),(39019,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director so we can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that he can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-08-23 06:08:59.645000'),(39020,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-08-23 06:08:03.793000'),(39021,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-08-23 06:08:18.484000'),(39022,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-08-17 19:18:15.661000'),(39023,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-08-17 19:18:01.527000'),(39024,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-17 19:17:55.408000'),(39025,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-10 15:18:34.164000'),(39026,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-08-09 09:24:34.399000'),(39027,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-08-09 09:23:43.499000'),(39028,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-07-29 14:29:08.202000'),(39029,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-07-29 14:28:53.988000'),(39030,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-28 16:36:06.650000'),(39031,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-07-27 16:06:08.981000'),(39032,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-26 06:33:54.729000'),(39033,'Thank you so much for giving us five stars, John!','2020-07-23 06:29:58.827000'),(39034,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-07-23 06:30:19.745000'),(39035,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-07-21 05:04:59.002000'),(39036,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-20 20:13:17.503000'),(39037,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that we can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-07-20 05:38:45.498000'),(39038,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-07-19 05:06:18.002000'),(39039,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-16 06:46:54.067000'),(39040,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-07-13 06:40:05.793000'),(39041,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-07-13 14:30:46.395000'),(39042,'Thank you so much for your nice review, Emily. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-07-13 06:42:45.361000'),(39043,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-13 06:41:43.550000'),(39044,'Thank you so much for your great rating, Lily!','2020-07-12 06:31:29.515000'),(39045,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-07-12 15:29:06.240000'),(39046,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that he can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-07-12 06:33:27.392000'),(39047,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-07-12 06:34:23.656000'),(39048,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-07-09 06:30:47.193000'),(39049,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-07-07 09:17:41.569000'),(39050,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-07 09:19:29.847000'),(39051,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-06 05:05:55.923000'),(39052,'Thank you so much for giving us five stars, Dee!','2020-07-06 05:03:26.699000'),(39053,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-02 07:12:36.814000'),(39054,'Hello Danisha!. Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-07-02 07:09:09.599000'),(39055,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-06-28 10:27:27.973000'),(39056,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-06-29 07:54:44.657000'),(39057,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-06-28 10:26:01.635000'),(39058,'Thank you for the five-star rating Ariel! We appreciate your feedback.','2020-06-21 06:51:17.893000'),(39059,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-06-21 07:17:24.745000'),(39060,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-07-12 06:37:37.828000'),(39061,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-07-12 06:38:13.336000'),(39062,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-12 06:38:59.769000'),(39063,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-12 06:39:51.223000'),(39064,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-07-12 06:41:14.072000'),(39065,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-12 06:43:24.922000'),(39066,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-12 06:43:47.558000'),(39067,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-13 06:38:14.574000'),(39068,'Thank you so much for giving us five stars, Mary!','2020-07-12 06:45:19.477000'),(39069,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-07-12 06:45:31.277000'),(39070,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-12 06:48:33.711000'),(39071,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-12 06:47:43.800000'),(39072,'Thank you so much for your nice review, Dennis. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-07-12 06:46:11.167000'),(39073,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-12 06:47:08.661000'),(39074,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-12 06:50:00.248000'),(39075,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-04-08 06:17:36.614000'),(39076,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-18 05:36:37.166000'),(39077,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-03-18 05:32:15.315000'),(39078,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-10-27 08:40:04.836000'),(39079,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-03-16 06:45:11.815000'),(39080,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-03-16 06:44:45.505000'),(39081,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-03-15 06:53:27.206000'),(39082,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-03-15 06:46:07.687000'),(39083,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-03-15 06:26:41.294000'),(39084,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-03-15 06:12:12.736000'),(39085,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-03-12 04:58:52.020000'),(39086,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-03-08 06:44:00.199000'),(39087,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-03-04 05:56:57.639000'),(39088,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-03-04 05:54:34.808000'),(39089,'Thank you for the five-star rating Caitlyn! We appreciate your feedback.','2020-03-04 02:03:59.513000'),(39090,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-04 05:50:59.784000'),(39091,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-03-03 05:25:25.033000'),(39092,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-03-02 06:24:28.821000'),(39093,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-03-01 08:13:51.779000'),(39094,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better. Hope your mom is feeling better.','2020-03-01 08:05:00.203000'),(39095,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-03-01 07:09:46.504000'),(39096,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-02-27 07:24:36.368000'),(39097,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-25 07:51:04.842000'),(39098,'We appreciate your great rating, Lasaige!','2019-11-12 07:46:50.264000'),(39099,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-02-24 06:34:49.131000'),(39100,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.','2020-02-24 06:32:24.229000'),(39101,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-02-24 06:31:38.573000'),(39102,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-02-24 04:54:26.023000'),(39103,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-24 04:54:08.702000'),(39104,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-02-24 04:53:57.819000'),(39105,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-02-24 04:53:46.940000'),(39106,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-02-23 10:09:05.280000'),(39107,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-02-23 10:07:36.160000'),(39108,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-23 09:53:22.929000'),(39109,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-23 08:11:25.545000'),(39110,'Thank you for your review. We appreciate you choosing SignatureCare!','2020-02-23 08:11:03.981000'),(39111,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2020-02-20 06:27:59.614000'),(39112,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com\nwith your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-02-20 06:15:46.982000'),(39113,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-02-19 05:17:07.263000'),(39114,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-19 05:15:39.523000'),(39115,'Thank you so much for your feedback Makayla! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-19 02:06:24.855000'),(39116,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-02-19 05:12:54.459000'),(39117,'Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-02-19 05:08:47.158000'),(39118,'Thank you for your review. We appreciate you choosing SignatureCare!','2020-02-17 07:14:36.641000'),(39119,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-02-17 07:04:09.868000'),(39120,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-16 08:45:56.517000'),(39121,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-02-16 08:45:40.618000'),(39122,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-02-16 08:02:14.829000'),(39123,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-02-16 06:25:47.385000'),(39124,'Thank you for your review. We appreciate you choosing SignatureCare!','2020-02-12 07:03:21.431000'),(39125,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-02-12 07:01:29.404000'),(39126,'Thank you so much for your nice review, Rodriguez. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-02-13 07:59:24.173000'),(39127,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-02-12 06:54:23.194000'),(39128,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-12 06:54:06.847000'),(39129,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-11 08:17:56.624000'),(39130,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-02-11 08:16:39.541000'),(39131,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-02-11 08:05:03.788000'),(39132,'Hi Fred. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-01-08 08:04:36.756000'),(39133,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-02-10 05:47:35.865000'),(39134,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-02-09 06:42:45.699000'),(39135,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-09 07:18:34.940000'),(39136,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-02-09 07:18:21.784000'),(39137,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-02-09 07:05:21.137000'),(39138,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-02-06 07:06:45.919000'),(39139,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again! Hope your wife is feeling better.','2020-02-05 07:58:55.075000'),(39140,'Thank you so much for your nice review, Janet. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-02-05 07:58:16.458000'),(39141,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-04 05:57:38.437000'),(39142,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-02-04 05:57:21.285000'),(39143,'Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-02-03 06:41:10.479000'),(39144,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-02-03 06:40:09.588000'),(39145,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-03 06:38:43.931000'),(39146,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-02-03 06:38:30.164000'),(39147,'We appreciate your great rating, Marriana!','2020-02-03 06:38:10.103000'),(39148,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-03 06:37:56.716000'),(39149,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-01-30 05:22:39.911000'),(39150,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-01-29 06:45:08.565000'),(39151,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-29 06:44:51.075000'),(39152,'Thank you so much for your great rating, Kayden!','2020-01-29 06:44:11.029000'),(39153,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-29 06:38:40.787000'),(39154,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-01-29 06:37:53.148000'),(39155,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-01-29 06:37:06.552000'),(39156,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made your niece comfortable and able to relax during her visit. Thank you for trusting SignatureCare.','2020-01-29 06:35:55.500000'),(39157,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-01-20 06:06:54.234000'),(39158,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-01-20 06:06:24.787000'),(39159,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-01-16 07:04:17.914000'),(39160,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-01-12 06:22:27.145000'),(39161,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-12 06:20:25.974000'),(39162,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-01-07 07:14:01.187000'),(39163,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-01-06 07:41:40.404000'),(39164,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-01-05 06:51:56.729000'),(39165,'Hi Emily! We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-01-05 06:52:45.582000'),(39166,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency. Hope your father is feeling better!','2020-01-05 06:53:29.258000'),(39167,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-01-05 06:52:59.241000'),(39168,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-12-31 04:58:39.571000'),(39169,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-12-31 04:58:31.360000'),(39170,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-12-31 04:58:15.284000'),(39171,'Thank you so much for your five star rating!','2019-12-31 04:57:59.836000'),(39172,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-29 06:57:48.330000'),(39173,'So sweet of him! At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-12-29 06:57:34.576000'),(39174,'Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2019-12-29 06:55:08.166000'),(39175,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-12-29 06:54:58.088000'),(39176,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-12-26 08:16:24.395000'),(39177,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2019-12-23 08:17:10.044000'),(39178,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2019-12-23 08:16:59.009000'),(39179,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-22 08:50:03.583000'),(39180,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-12-22 08:49:47.253000'),(39181,'Thank you so much for your nice review. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-12-19 06:24:38.438000'),(39182,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-12-19 06:24:24.046000'),(39183,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-12-19 06:24:08.362000'),(39184,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-19 06:23:49.863000'),(39185,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-12-17 06:27:22.749000'),(39186,'Thank you so much for your nice review, David. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-12-15 07:21:23.021000'),(39187,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-09-26 11:07:21.256000'),(39188,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-12-15 07:21:06.643000'),(39189,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made your grandma comfortable and able to relax during her visit. Thank you for trusting SignatureCare with your emergency needs.','2019-12-15 07:20:28.956000'),(39190,'Thank you so much for your great rating, Kimberly!','2019-12-15 07:19:51.993000'),(39191,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-15 07:19:30.111000'),(39192,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2019-12-15 07:19:04.862000'),(39193,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-15 07:18:27.268000'),(39194,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-12-15 07:18:15.105000'),(39195,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-12-02 06:59:44.126000'),(39196,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-12-02 06:59:32.041000'),(39197,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-12-01 08:41:53.663000'),(39198,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-12-01 08:41:25.530000'),(39199,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-12-01 08:41:00.939000'),(39200,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-11-28 07:52:33.314000'),(39201,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-11-27 06:49:14.774000'),(39202,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-11-27 06:49:42.908000'),(39203,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-11-27 06:48:59.826000'),(39204,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-26 05:48:09.988000'),(39205,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-11-26 05:47:58.560000'),(39206,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-11-24 07:09:02.854000'),(39207,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-11-24 07:08:54.082000'),(39208,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-11-20 06:18:36.741000'),(39209,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-11-19 06:24:10.885000'),(39210,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-11-17 07:20:42.460000'),(39211,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2019-11-14 10:05:43.498000'),(39212,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-11-13 06:44:07.666000'),(39213,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-11-11 07:41:55.956000'),(39214,'Thank you so much for giving us five star, Guadalupe!','2019-11-07 04:55:41.892000'),(39215,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-11-06 08:30:36.662000'),(39216,'Thank you so much for your great rating, Rosaira!','2019-11-06 08:29:39.404000'),(39217,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-11-06 08:29:09.631000'),(39218,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-11-06 08:22:19.074000'),(39219,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-11-03 06:37:21.608000'),(39220,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-11-03 06:37:02.628000'),(39221,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-10-31 09:58:05.996000'),(39222,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-10-31 09:57:50.193000'),(39223,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-10-30 05:49:24.561000'),(39224,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-10-29 05:54:41.792000'),(39225,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-10-29 05:54:07.183000'),(39226,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-10-29 05:53:46.622000'),(39227,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-10-29 05:53:24.429000'),(39228,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-10-27 08:40:57.868000'),(39229,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-10-27 08:40:19.214000'),(39230,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-10-24 08:44:40.116000'),(39231,'What a nice review! Thank you for taking the time to let us know how we are doing. Our community is important to us, so we love hearing that our team is doing a good job. It\'s never fun when a parent has to visit the ER, but we aim to make you and your family as comfortable as possible while waiting for diagnosis and treatment. Thank you for choosing SignatureCare and we hope your kids are feeling better!','2019-10-23 06:51:07.136000'),(39232,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-10-23 06:50:17.445000'),(39233,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.','2019-10-23 06:49:57.426000'),(39234,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-10-21 07:10:34.551000'),(39235,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2019-10-20 06:47:07.756000'),(39236,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-10-20 06:46:44.811000'),(39237,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-10-20 06:46:21.846000'),(39238,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare. Hope your husband feels better.','2019-10-17 08:19:55.274000'),(39239,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-10-17 08:19:21.767000'),(39240,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-10-17 08:19:04.601000'),(39241,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-10-15 06:48:21.244000'),(39242,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-10-13 07:40:10.506000'),(39243,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-10-13 07:38:44.747000'),(39244,'Thank you so much for your great rating, Gage!','2019-10-13 07:38:29.151000'),(39245,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-10-10 10:31:12.913000'),(39246,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-10-10 10:30:57.590000'),(39247,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-10-09 08:31:14.773000'),(39248,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review. Hope your husband is feeling well.','2019-10-09 08:30:57.003000'),(39249,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-10-09 08:30:18.422000'),(39250,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-10-09 08:30:05.896000'),(39251,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-10-09 08:29:52.005000'),(39252,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-10-09 08:29:43.077000'),(39253,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-09-29 06:14:26.676000'),(39254,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-09-25 06:11:06.439000'),(39255,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-09-24 06:41:20.331000'),(39256,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-09-24 06:41:02.740000'),(39257,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-09-19 09:26:39.178000'),(39258,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-09-19 09:26:26.887000'),(39259,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-09-19 09:26:16.214000'),(39260,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-09-15 05:16:40.307000'),(39261,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2019-09-15 05:16:18.962000'),(39262,'Thank you so much for your great rating, Roy!','2019-09-15 05:15:11.994000'),(39263,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2019-09-15 05:14:53.802000'),(39264,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-09-15 05:12:22.726000'),(39265,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-09-11 08:04:32.548000'),(39266,'Thank you so much for your feedback! Our goal is to always provide the abest care. Thank you for choosing SignatureCare.','2019-09-11 08:04:24.308000'),(39267,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-09-11 08:04:16.624000'),(39268,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-09-11 08:04:03.024000'),(39269,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-09-11 08:03:48.657000'),(39270,'We appreciate your great rating, Shannon! Thanks for choosing SignatureCare!','2019-09-11 08:03:27.556000'),(39271,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-09-11 08:03:09.787000'),(39272,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-09-11 08:02:57.239000'),(39273,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-09-11 08:02:44.577000'),(39274,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-08-26 05:10:06.231000'),(39275,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-08-21 08:34:00.984000'),(39276,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-08-18 06:47:48.812000'),(39277,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-08-18 06:47:37.104000'),(39278,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-08-18 06:47:21.607000'),(39279,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-08-18 06:47:09.327000'),(39280,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-08-18 06:45:56.480000'),(39281,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-08-18 06:45:42.831000'),(39282,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-08-18 06:45:32.406000'),(39283,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-08-18 06:45:14.445000'),(39284,'Thank you for trusting us with the care of your mom. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-08-18 06:37:14.454000'),(39285,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-08-18 06:36:28.302000'),(39286,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-08-18 06:36:05.807000'),(39287,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-08-18 06:35:38.520000'),(39288,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-08-18 06:35:14.748000'),(39289,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-08-18 06:34:57.570000'),(39290,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-08-07 22:10:32.133000'),(39291,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2019-08-04 05:46:31.215000'),(39292,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-08-04 05:46:12.174000'),(39293,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-08-04 05:45:23.364000'),(39294,'Thank you for your great rating, Franklin!','2019-07-31 06:53:34.881000'),(39295,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-07-30 06:28:39.550000'),(39296,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-07-28 07:22:35.816000'),(39297,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-07-28 07:22:18.873000'),(39298,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-07-28 07:22:05.447000'),(39299,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-07-24 06:45:03.733000'),(39300,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-07-24 06:44:43.262000'),(39301,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-07-24 06:44:23.845000'),(39302,'Thank you for trusting us with the care of your husband. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2019-07-21 06:20:18.401000'),(39303,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-07-16 05:36:37.198000'),(39304,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review. Hope your wife feels better.','2019-07-16 05:36:13.094000'),(39305,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-07-15 07:08:41.151000'),(39306,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-07-14 06:22:29.640000'),(39307,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-07-14 06:22:01.640000'),(39308,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2019-07-14 06:16:57.192000'),(39309,'Thank you for your feedback!','2019-07-14 06:16:24.008000'),(39310,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-07-08 06:32:58.751000'),(39311,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-07-04 07:39:33.324000'),(39312,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-07-04 07:39:10.068000'),(39313,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-07-04 07:38:53.951000'),(39314,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-07-04 07:38:25.668000'),(39315,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-07-04 07:38:09.442000'),(39316,'We believe we have the very best facility in Texas with board-certified staffs, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-07-04 07:37:34.391000'),(39317,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-07-02 06:47:08.232000'),(39318,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs. Hope your boyfriend feels better!','2019-07-01 07:35:34.154000'),(39319,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-06-24 05:49:47.313000'),(39320,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-23 05:15:59.231000'),(39321,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-06-20 04:38:38.583000'),(39322,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-06-18 06:46:39.710000'),(39323,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care. Thank you for choosing SignatureCare.','2019-06-18 06:44:59.878000'),(39324,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-06-18 06:44:03.614000'),(39325,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-06-18 06:43:31.061000'),(39326,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-06-18 06:42:43.663000'),(39327,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-06-16 06:03:48.454000'),(39328,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-06-13 06:49:01.202000'),(39329,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-06-09 09:01:32.370000'),(39330,'Thank you for your nice review, Jodi!','2019-06-09 09:01:12.121000'),(39331,'Thank you for your review and your rating. We appreciate you choosing SignatureCare!','2019-06-09 08:58:08.493000'),(39332,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-06-09 08:57:45.673000'),(39333,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2019-06-09 08:57:34.274000'),(39334,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-06-09 08:57:06.390000'),(39335,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-06-09 08:56:54.275000'),(39336,'Thank you for your rating, Taylor!','2019-05-29 06:34:04.081000'),(39337,'We believe we have the very best facility in Texas with board-certified staffs, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-05-29 06:33:43.343000'),(39338,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-05-28 05:49:45.572000'),(39339,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-05-26 06:32:19.779000'),(39340,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-05-26 06:32:04.459000'),(39341,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-05-26 06:31:46.236000'),(39342,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-26 06:31:10.785000'),(39343,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2019-05-23 06:35:50.451000'),(39344,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-05-22 09:26:02.516000'),(39345,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-05-22 05:29:24.834000'),(39346,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-05-21 04:54:49.807000'),(39347,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-05-19 05:29:12.727000'),(39348,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-05-19 05:28:58.975000'),(39349,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-05-19 05:28:31.501000'),(39350,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2019-05-15 06:34:35.358000'),(39351,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-05-14 04:37:06.919000'),(39352,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review.','2019-05-13 06:05:25.937000'),(39353,'Thank you for bringing this to our attention. We will definitely look into this more. We are glad you had excellent service otherwise. If you would like to provide us more information, feel free to reach out to us at info@ercare24.com.','2019-05-13 16:49:16.703000'),(39354,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-05-12 04:58:56.553000'),(39355,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-05-12 04:58:26.434000'),(39356,'Thank you for your kind words, Enilie!','2019-05-09 04:12:24.024000'),(39357,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-05-06 10:15:40.403000'),(39358,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-05 06:48:18.891000'),(39359,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope she is feeling better.','2019-05-02 09:37:24.554000'),(39360,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-05-02 09:37:08.398000'),(39361,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-04-26 11:16:33.289000'),(39362,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-04-26 11:11:01.669000'),(39363,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-03-20 06:58:02.360000'),(39364,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-04-22 06:43:59.100000'),(39365,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-04-07 06:03:13.055000'),(39366,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-04-07 06:02:38.190000'),(39367,'Thank you so much for your nice review, Kendall. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-04-07 06:02:14.155000'),(39368,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-04-01 12:09:08.736000'),(39369,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of while treatment going on. Thank you so much for the nice review and great rating -- we appreciate it!','2019-03-31 06:49:44.326000'),(39370,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-03-31 06:48:36.068000'),(39371,'What a nice review! Thank you for taking the time to let us know how we are doing. At SignatureCare, our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-03-20 06:59:42.037000'),(39372,'Our aim is to make you and your family as comfortable as possible while waiting for diagnosis and treatment. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-03-18 06:46:28.371000'),(39373,'Thanks for your wonderful words. We appreciate your the rating you gave us!','2019-03-18 06:44:45.365000'),(39374,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-03-12 07:04:15.991000'),(39375,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-03-10 08:22:51.589000'),(39376,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-02-18 08:56:25.170000'),(39377,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. And the medical staff cares so deeply about all our patients. We hope you are feeling better!','2019-02-14 13:36:12.829000'),(39378,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-02-12 13:42:31.175000'),(39379,'Thanks for the great rating, Alia!','2019-02-12 13:44:02.459000'),(39380,'Thank you for the 5 star, Dillon!','2019-02-12 13:44:17.274000'),(39381,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-09-18 05:14:12.425000'),(39382,'Thank you so much for your feedback Josepi! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-21 08:06:22.128000'),(39383,'We appreciate the five-star rating Kerry!','2020-12-14 14:03:12.366000'),(39384,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-03-01 07:12:20.992000'),(39385,'Thank you for the five-star rating Carla. We appreciate it.','2020-12-21 08:06:17.940000'),(39386,'Thank you for the great review Timothy! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','2020-12-21 08:06:16.732000'),(39387,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-03-01 07:14:19.219000'),(39388,'Thank you for the five-star rating Lisa. We appreciate the feedback, and appreciate you choosing SignatureCare.','2020-12-21 08:06:15.161000'),(39389,'Thank you for the 5 star review. We are glad you had a good experience. Feel Better!','2020-12-21 08:06:13.685000'),(39390,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.','2020-12-17 09:08:10.092000'),(39391,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-17 09:07:29.949000'),(39392,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-17 09:06:59.406000'),(39393,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-17 09:06:17.457000'),(39394,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-15 20:05:23.572000'),(39395,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-17 09:01:07.199000'),(39396,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-17 09:00:22.001000'),(39397,'Thank you Justin for the 5 star review. We are glad you had a good experience. Feel Better!','2020-12-15 19:05:25.412000'),(39398,'Thank you so much for your feedback Celia! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-15 19:05:23.682000'),(39399,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-15 18:47:03.220000'),(39400,'Thank you so much for your feedback Rebecca! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-15 16:02:15.468000'),(39401,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-15 18:46:52.624000'),(39402,'Thank you for the five-star rating Michael! We appreciate your feedback.','2020-12-15 15:02:13.700000'),(39403,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-15 18:46:40.159000'),(39404,'Thank you so much for your great rating!','2020-12-15 14:02:08.837000'),(39405,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-12-15 09:25:01.713000'),(39406,'Thank you Brianna for your five star review and for trusting us with your care!','2020-12-15 01:03:23.492000'),(39407,'Thank you Stacy for your five star review and for trusting us with your care!','2020-12-15 00:04:26.831000'),(39408,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-15 09:19:54.409000'),(39409,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-15 09:13:37.695000'),(39410,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-15 09:12:48.061000'),(39411,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-15 09:12:17.915000'),(39412,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-12-15 09:07:27.016000'),(39413,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-12-15 09:06:18.299000'),(39414,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-15 09:05:42.846000'),(39415,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-15 09:01:29.011000'),(39416,'Thank you Kelly for your five star review and for trusting us with your care!','2020-12-14 18:04:24.282000'),(39417,'Thank you for the five-star rating Jamie. We appreciate it.','2020-12-13 00:03:31.976000'),(39418,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-13 03:08:15.386000'),(39419,'Thank you Amanda for the 5 star review. We are glad you had a good experience. Feel Better!','2020-12-12 17:05:11.381000'),(39420,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-13 02:53:29.151000'),(39421,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-12 09:26:33.992000'),(39422,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-12 09:26:04.200000'),(39423,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-12 09:22:01.099000'),(39424,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-12 09:13:22.066000'),(39425,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-12 08:47:31.480000'),(39426,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-12-12 06:20:38.289000'),(39427,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-12 06:15:52.747000'),(39428,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-12 06:15:10.846000'),(39429,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-12 05:39:47.918000'),(39430,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-12-06 09:38:37.793000'),(39431,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-03 04:42:31.734000'),(39432,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-01 17:37:43.053000'),(39433,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-30 05:08:13.597000'),(39434,'Thank you Michelle, for your great rating!','2020-11-30 05:56:26.001000'),(39435,'We appreciate your great rating, Keeley!','2020-01-29 08:52:54.731000'),(39436,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-29 11:31:24.968000'),(39437,'We appreciate your great rating, Emily!','2020-11-30 05:56:13.626000'),(39438,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-25 06:57:07.321000'),(39439,'Thank you so much for your great rating!','2020-11-25 07:02:22.471000'),(39440,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-02-05 08:00:06.596000'),(39441,'Thank you so much for giving us five stars, Michael!','2020-11-25 07:02:09.586000'),(39442,'We appreciate your great rating, Kat!','2020-11-25 07:01:55.279000'),(39443,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-23 05:20:44.785000'),(39444,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-22 08:40:48.842000'),(39445,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-22 07:21:37.115000'),(39446,'Thank you Laurel , for your great rating!','2020-11-25 07:01:40.413000'),(39447,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-21 12:44:44.386000'),(39448,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-19 05:17:26.601000'),(39449,'Thank you so much for your great rating, lisa!','2020-11-25 07:01:27.898000'),(39450,'Thank you so much for giving us five stars, deven!','2020-11-25 07:01:15.808000'),(39451,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-18 07:23:34.418000'),(39452,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-16 04:53:37.041000'),(39453,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-14 18:16:40.053000'),(39454,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-14 18:12:24.321000'),(39455,'Thank you so much for your feedback! We pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas and our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-01-10 08:26:27.693000'),(39456,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We appreciate the great review and rating.','2020-11-10 07:54:10.400000'),(39457,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-10 06:13:02.244000'),(39458,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-10 05:44:06.611000'),(39459,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-11-09 07:25:27.824000'),(39460,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-02 07:32:25.369000'),(39461,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-10-29 11:15:47.903000'),(39462,'Thank you so much for your review, Alison. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-10-29 11:14:51.358000'),(39463,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-27 17:31:17.403000'),(39464,'Thank you so much for your great rating, Connie!','2020-10-20 07:14:28.979000'),(39465,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-20 07:46:49.949000'),(39466,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-10-20 07:51:03.024000'),(39467,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-19 03:37:38.047000'),(39468,'We appreciate your great rating, Anneliesa!','2020-10-19 03:34:50.296000'),(39469,'Thank you so much for your great rating, Oscar!','2020-10-19 03:34:36.714000'),(39470,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-10-19 03:37:10.732000'),(39471,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-10-19 03:36:12.223000'),(39472,'Thank you Justin , for your great rating!','2020-10-19 03:34:16.948000'),(39473,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-06-13 06:36:25.902000'),(39474,'Thank you so much for giving us five stars, Melissa!','2020-10-19 03:33:59.123000'),(39475,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-14 06:35:22.874000'),(39476,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-14 06:35:13.712000'),(39477,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-14 06:23:42.454000'),(39478,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you and your sister. Thank you for choosing SignatureCare.','2020-10-14 06:23:21.209000'),(39479,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-14 06:22:19.162000'),(39480,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-14 06:22:02.515000'),(39481,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-14 06:18:57.608000'),(39482,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-12 04:32:59.403000'),(39483,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-12 04:32:28.953000'),(39484,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-02-03 07:04:24.652000'),(39485,'We appreciate your great rating, Rhonda!','2020-10-14 06:37:43.670000'),(39486,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-11 07:17:51.706000'),(39487,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-11 06:56:00.717000'),(39488,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-11 06:46:31.046000'),(39489,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-11 06:46:21.884000'),(39490,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-10-09 06:47:43.687000'),(39491,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-10-09 06:54:23.698000'),(39492,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-10-09 06:54:04.993000'),(39493,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-09 06:55:50.627000'),(39494,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-08 19:05:08.198000'),(39495,'Thank you so much for giving us five stars, NiCk!','2020-10-07 06:25:27.880000'),(39496,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-31 04:48:33.234000'),(39497,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-06 09:14:32.478000'),(39498,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-10-06 09:14:10.405000'),(39499,'Thank you Sherica, for your great rating!','2020-10-06 09:13:21.001000'),(39500,'Thank you so much for your review, Aaliyah. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-10-01 05:46:09.987000'),(39501,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-30 08:32:48.311000'),(39502,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-09-30 08:32:35.390000'),(39503,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-30 08:29:53.722000'),(39504,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-09-30 08:25:51.624000'),(39505,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-09-30 08:25:32.555000'),(39506,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-29 05:28:20.905000'),(39507,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-29 05:27:54.009000'),(39508,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-09-29 05:22:49.680000'),(39509,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-09-29 04:41:17.224000'),(39510,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-09-27 09:01:29.280000'),(39511,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-09-27 09:01:16.323000'),(39512,'Thank you TrĆØs, for your great rating!','2020-10-01 05:54:09.767000'),(39513,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-27 08:56:37.970000'),(39514,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-09-27 08:39:17.686000'),(39515,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-27 08:10:45.010000'),(39516,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2020-09-27 08:06:14.251000'),(39517,'Thank you LaDonna, for your great rating!','2020-09-24 08:27:07.710000'),(39518,'Thank you so much for your review, Erica. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-09-24 08:27:49.924000'),(39519,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-09-20 18:57:06.676000'),(39520,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-20 18:57:33.452000'),(39521,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-09-20 18:56:15.750000'),(39522,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-20 18:55:56.748000'),(39523,'Thank you so much for your great rating, Melanie!','2020-09-20 18:55:30.002000'),(39524,'Thank you so much for giving us five stars, Ann-Blair!','2020-09-20 18:55:17.449000'),(39525,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-09-18 05:05:58.812000'),(39526,'Thank you so much for your nice review, NaToya. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-09-18 05:06:22.417000'),(39527,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-09-18 05:06:39.880000'),(39528,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-09-18 05:07:29.307000'),(39529,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-09-09 10:13:44.351000'),(39530,'Thank you Rashena, for your great rating!','2020-09-07 04:34:33.833000'),(39531,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-09 10:14:30.107000'),(39532,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-09 10:14:50.906000'),(39533,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-09 10:16:00.603000'),(39534,'Thank you so much for your nice review, Beth. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-09-09 10:16:39.142000'),(39535,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-09-09 10:17:25.208000'),(39536,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-09-09 10:17:49.402000'),(39537,'We appreciate your great rating, Lakyn!','2020-08-31 07:15:03.732000'),(39538,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-31 07:16:12.894000'),(39539,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-17 19:20:28.598000'),(39540,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2018-12-13 21:31:07.099000'),(39541,'Thanks for leaving a review! Would you please reach out to us at info@ercare24.com to let us know more about the incident. We aim for 100% satisfaction at SignatureCare. Your suggestion will help us to develop our services and make ourselves able to earn those last three stars!','2020-07-19 05:12:06.823000'),(39542,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-07-15 06:52:07.975000'),(39543,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that he can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-07-09 06:40:02.993000'),(39544,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-07-08 07:55:41.724000'),(39545,'Thank you so much for your nice review, Jacqueline!. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-07-01 09:23:05.520000'),(39546,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-06-25 10:08:25.491000'),(39547,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.\n\nWe aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-06-25 09:43:29.901000'),(39548,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-06-17 10:13:02.775000'),(39549,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-06-17 10:14:10.001000'),(39550,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-12 15:02:02.204000'),(39551,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-07-31 06:43:52.166000'),(39552,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-02-18 06:22:40.538000'),(39553,'What a nice review! Thank you for taking the time to let us know how we are doing. Our community is important to us, so we love hearing that our team is doing a good job. It\'s never fun when a parent has to visit the ER, but we aim to make you and your family as comfortable as possible while waiting for diagnosis and treatment. Thank you for choosing SignatureCare and we hope your son is feeling better!','2020-07-13 07:12:50.381000'),(39554,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-14 10:45:28.638000'),(39555,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-14 10:45:53.770000'),(39556,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-07-14 10:46:32.992000'),(39557,'Thank you so much for your review, Skylar. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-07-14 10:47:01.667000'),(39558,'Thank you so much for your nice review, Mona. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-07-14 10:47:32.438000'),(39559,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-02-04 05:47:35.434000'),(39560,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-04-08 06:18:04.770000'),(39561,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-19 05:09:50.399000'),(39562,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-03-15 08:05:01.258000'),(39563,'Thanks for the 5 star review!','2020-03-15 05:37:27.916000'),(39564,'Thank you for the five-star rating Bek. We appreciate the feedback, and appreciate you choosing SignatureCare.','2020-03-15 05:37:14.850000'),(39565,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-03-11 04:48:06.952000'),(39566,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-03-10 05:37:44.037000'),(39567,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-03-10 05:35:10.086000'),(39568,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-03-10 05:30:50.678000'),(39569,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-03-09 05:19:38.801000'),(39570,'Thank you for the five-star rating Shanice. We appreciate the feedback, and appreciate you choosing SignatureCare.','2020-03-05 02:03:58.264000'),(39571,'Thanks for the 5 star review Dusty!','2020-03-05 02:03:55.645000'),(39572,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you and your bestfriend. We appreciate the great review and rating.','2020-03-05 05:29:01.839000'),(39573,'Thank you Mandy for the 5 star review. We are glad you had a good experience. Feel Better!','2020-03-05 02:03:53.135000'),(39574,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-04 05:58:34.373000'),(39575,'Thank you for the five-star rating Daxton. We appreciate it.','2020-03-04 02:03:57.019000'),(39576,'Thank you for the great review Kathy! We appreciate your positive feedback about SignatureCare. We hope you are feeling better.','2020-03-04 02:03:52.441000'),(39577,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-03-03 05:45:17.053000'),(39578,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-03-03 05:36:16.784000'),(39579,'Thank you for your review. We appreciate you choosing SignatureCare!','2020-03-03 05:34:06.101000'),(39580,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-03-03 05:24:51.953000'),(39581,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-03-02 05:59:12.420000'),(39582,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-02 05:57:46.365000'),(39583,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-03-02 05:56:45.242000'),(39584,'Thank you so much for your nice review, Shelby. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-03-01 08:31:53.571000'),(39585,'We appreciate the five-star rating Brittany!','2020-03-01 02:04:54.699000'),(39586,'Thank you so much Kc for your great rating!','2020-02-29 02:06:12.897000'),(39587,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-03-01 08:29:15.183000'),(39588,'Thank you so much Dexter for your great rating!','2020-02-29 02:06:10.117000'),(39589,'Thank you for your review. We appreciate you choosing SignatureCare!','2020-03-01 08:28:43.485000'),(39590,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-03-01 08:27:59.890000'),(39591,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-03-01 08:27:48.978000'),(39592,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-03-01 08:27:34.298000'),(39593,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-03-01 08:26:51.316000'),(39594,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-01 08:14:36.129000'),(39595,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-01 08:14:20.035000'),(39596,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-03-01 08:11:42.524000'),(39597,'Thank you for trusting us with the care of your son. We appreciate the great feedback and are very glad to hear that our team took such good care of him.','2020-03-01 07:50:27.501000'),(39598,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-03-01 07:48:22.265000'),(39599,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-03-01 07:14:51.875000'),(39600,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-02-26 07:36:49.313000'),(39601,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-02-25 07:52:36.830000'),(39602,'Thank you so much for your feedback Michelle! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-24 02:06:05.321000'),(39603,'Thank you for your review. We appreciate you choosing SignatureCare!','2020-02-24 04:43:40.831000'),(39604,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-02-11 13:23:32.041000'),(39605,'Thank you Aaliya for the 5 star review. We are glad you had a good experience. Feel Better!','2020-02-22 02:04:10.524000'),(39606,'Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-02-23 08:09:14.660000'),(39607,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-02-23 08:08:57.384000'),(39608,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-02-23 08:07:26.233000'),(39609,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-23 07:55:20.574000'),(39610,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-20 05:13:39.818000'),(39611,'Thank you so much Tracy for your great rating!','2020-02-19 02:06:19.504000'),(39612,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-19 05:13:36.101000'),(39613,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-02-19 05:12:39.678000'),(39614,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-02-19 05:10:49.664000'),(39615,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of your mom. We appreciate the great review and rating.','2020-02-19 05:10:02.487000'),(39616,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-02-19 05:07:09.411000'),(39617,'Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-02-18 06:27:11.763000'),(39618,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your sister in law. Thank you for choosing SignatureCare.','2020-02-18 06:26:46.744000'),(39619,'Thank you so much Jason, for your great rating!','2020-01-05 06:36:41.697000'),(39620,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-02-16 08:50:08.759000'),(39621,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-02-18 06:22:27.584000'),(39622,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-02-18 06:21:08.977000'),(39623,'We appreciate the five-star rating Lashardae!','2020-02-18 02:02:40.766000'),(39624,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2020-02-17 07:15:38.939000'),(39625,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-02-17 07:10:41.352000'),(39626,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-17 07:07:24.638000'),(39627,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-02-16 08:46:47.601000'),(39628,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-02-16 08:46:08.555000'),(39629,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-16 08:45:16.257000'),(39630,'Thank you for trusting us with the care of your brother. We appreciate the great feedback and are very glad to hear that our team took such good care of him.','2020-02-16 08:42:48.544000'),(39631,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-02-16 08:42:12.374000'),(39632,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-16 08:01:10.685000'),(39633,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-02-13 07:45:13.614000'),(39634,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-13 07:32:57.337000'),(39635,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-09 07:12:36.974000'),(39636,'Thank you for the five-star rating Madison! We appreciate it.','2020-02-09 07:07:24.468000'),(39637,'Thank you so much for your nice feedback, Kaylyn. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2019-12-24 06:57:47.941000'),(39638,'Thanks for leaving a review! Would you please reach out to us at info@ercare24.com to let us know more about the incident. We aim for 100% satisfaction at SignatureCare. Your suggestion will help us to develop our services and make ourselves able to earn those last two stars!','2020-02-09 06:48:43.458000'),(39639,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your wife. Thank you for choosing SignatureCare.','2020-02-05 08:00:43.632000'),(39640,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-04 05:49:01.534000'),(39641,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.','2020-02-04 05:47:21.596000'),(39642,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-02-04 05:46:52.877000'),(39643,'Thank you so much for your great rating, Sam!','2020-02-03 07:08:41.702000'),(39644,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-03 07:08:24.897000'),(39645,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-02-03 07:08:18.330000'),(39646,'Thank you so much Teresa, for rating us five star!','2020-01-05 06:37:22.112000'),(39647,'We appreciate your great rating, Angela!','2020-02-03 07:07:57.686000'),(39648,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-02-03 07:07:43.705000'),(39649,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-02-03 07:07:27.915000'),(39650,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you and your sister. Thank you for choosing SignatureCare.','2020-02-03 07:07:17.010000'),(39651,'Thank you for trusting us with the care of your stepdaughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-02-03 07:06:42.755000'),(39652,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-02-03 07:06:18.223000'),(39653,'Thank you so much for giving us five stars, Kayla!','2020-02-03 07:06:03.586000'),(39654,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-02-03 07:05:49.245000'),(39655,'Thank you Todd, for your great rating!','2020-02-03 07:05:11.657000'),(39656,'We appreciate your great rating, Kingsley!','2020-02-03 07:04:52.695000'),(39657,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-02-03 07:04:33.978000'),(39658,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-03 07:04:14.041000'),(39659,'Thank you so much for your great rating, Meagan!','2020-02-03 07:03:55.365000'),(39660,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-02-03 07:03:42.595000'),(39661,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-02-03 07:02:23.024000'),(39662,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-03 07:01:53.946000'),(39663,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-03 07:01:37.233000'),(39664,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-30 05:38:37.716000'),(39665,'Thanks for leaving a review! Would you please reach out to us at info@ercare24.com to let us know more about your experience. We aim for 100% satisfaction at SignatureCare. Your suggestion will help us to develop our services and make ourselves able to earn those last two stars!','2020-01-30 05:39:15.714000'),(39666,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-29 09:09:15.744000'),(39667,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-29 09:08:34.487000'),(39668,'Thank you so much for giving us five stars, Canah!','2020-01-29 08:56:11.869000'),(39669,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-01-29 08:55:22.307000'),(39670,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-01-29 08:54:59.515000'),(39671,'We appreciate your great rating, Craig!','2020-01-29 08:54:35.147000'),(39672,'Thank you Haley, for your great rating!','2020-01-29 08:54:17.136000'),(39673,'Thank you so much for your great rating!','2020-01-29 08:53:52.878000'),(39674,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-01-29 08:53:11.116000'),(39675,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-29 08:52:29.940000'),(39676,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-01-29 08:52:21.579000'),(39677,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-29 08:52:11.324000'),(39678,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-01-29 08:51:58.018000'),(39679,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-01-29 08:51:39.924000'),(39680,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-29 08:51:28.632000'),(39681,'Thank you so much for giving us five stars, Christina!','2020-01-29 08:50:24.090000'),(39682,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-29 08:49:56.975000'),(39683,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-01-29 08:49:35.408000'),(39684,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-01-29 08:45:56.419000'),(39685,'Thank you so much for your great rating, Alexis!','2020-01-29 08:45:32.580000'),(39686,'Thank you Tom, for your great rating!','2020-01-29 08:45:13.039000'),(39687,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-29 08:44:53.578000'),(39688,'We appreciate your great rating, Deann!','2020-01-21 06:51:48.478000'),(39689,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-01-21 06:51:22.874000'),(39690,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-01-21 06:51:03.637000'),(39691,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-21 06:50:41.166000'),(39692,'Thank you so much for giving us five stars!','2020-01-20 06:18:35.050000'),(39693,'Thank you Jamaya, for your great rating!','2020-01-20 06:18:16.837000'),(39694,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-19 07:10:25.477000'),(39695,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-19 07:10:09.704000'),(39696,'Thank you so much for your great rating, Keeley!','2020-01-19 07:09:57.668000'),(39697,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-19 07:09:33.184000'),(39698,'We appreciate your great rating, Mahoney!','2020-01-19 07:09:09.212000'),(39699,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-01-19 07:08:45.751000'),(39700,'Thank you so much for giving us five stars, Casandra!','2020-01-19 07:08:28.401000'),(39701,'Thank you Justin, for your great rating!','2020-01-19 07:08:05.338000'),(39702,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-01-19 07:07:51.024000'),(39703,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-19 07:07:24.330000'),(39704,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-01-19 07:06:58.577000'),(39705,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-07-31 06:43:43.794000'),(39706,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-16 07:08:24.716000'),(39707,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-12-29 06:22:52.438000'),(39708,'We appreciate your great rating, Alana!','2020-01-16 07:23:43.338000'),(39709,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-01-16 07:23:32.060000'),(39710,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-01-16 07:23:23.536000'),(39711,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-16 07:23:05.575000'),(39712,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-01-16 07:23:10.662000'),(39713,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-16 07:22:52.964000'),(39714,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-01-16 07:22:36.924000'),(39715,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-01-13 06:57:03.720000'),(39716,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-01-13 06:56:35.819000'),(39717,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-01-13 06:54:51.514000'),(39718,'We appreciate the great rating you gave us, Leah!','2019-07-24 06:32:47.103000'),(39719,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-12 06:36:48.067000'),(39720,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your husband. Thank you for choosing SignatureCare.','2020-01-12 06:36:32.399000'),(39721,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-12 06:36:06.662000'),(39722,'We appreciate your five star rating, Courtney! Thank you for choosing us as your emergency room.','2020-01-09 07:26:42.484000'),(39723,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-01-06 06:59:02.260000'),(39724,'We appreciate your great rating. Thank you so much for choosing SignatureCare!','2020-01-05 06:38:43.946000'),(39725,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you and your daughter, and are so glad to hear that you both are feeling better. Thank you for choosing SignatureCare. I have passed your suggestion onto our leadership team for their consideration. Thanks again for suggesting to be a better place.','2020-01-01 07:34:04.945000'),(39726,'We appreciate your great rating, Lois!','2020-01-01 07:30:05.585000'),(39727,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-01 07:29:39.736000'),(39728,'Thank you so much for giving us five stars, Kiwana!','2019-12-31 04:52:19.174000'),(39729,'We appreciate the great rating you gave us, Brenetta!','2019-12-31 04:51:44.906000'),(39730,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-12-31 04:50:49.615000'),(39731,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-03-03 11:07:39.883000'),(39732,'Thank you Nikki, for your great rating!','2019-12-31 04:50:32.823000'),(39733,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2019-12-31 04:50:10.396000'),(39734,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-31 04:50:04.505000'),(39735,'We appreciate your great rating, Amberly!','2019-12-31 04:49:42.985000'),(39736,'Thank you so much for your great rating, Dawson!','2019-12-31 04:49:21.504000'),(39737,'We appreciate your great rating, Jeremy!','2019-12-29 06:22:22.885000'),(39738,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-12-29 06:21:59.654000'),(39739,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-29 06:21:39.375000'),(39740,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-12-29 06:21:18.456000'),(39741,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-12-29 06:21:06.084000'),(39742,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-12-26 07:57:12.885000'),(39743,'Thank you so much Tanika, for your great rating!','2019-12-26 07:56:18.558000'),(39744,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-12-24 06:58:03.000000'),(39745,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-12-24 06:57:13.340000'),(39746,'Thank you Hannah, for giving us five stars!','2019-12-23 08:00:27.969000'),(39747,'We appreciate your great rating, Roger!','2019-12-22 08:20:55.581000'),(39748,'Thank you so much for your great rating, Ashlyn!','2019-12-22 08:20:39.783000'),(39749,'Children are our top prority and our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing SignatureCare for your emergency needs.','2019-02-05 14:17:01.721000'),(39750,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-12-17 05:40:58.018000'),(39751,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-17 05:40:35.948000'),(39752,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-12-15 06:43:35.220000'),(39753,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-15 06:43:18.538000'),(39754,'Thank you so much for rating us five star, Adrienne!','2019-12-15 06:43:06.867000'),(39755,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-12-15 06:42:34.913000'),(39756,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2019-12-15 06:42:27.209000'),(39757,'Thank you for your rating, Kasonya!','2019-03-14 06:20:13.255000'),(39758,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-12-15 06:41:53.149000'),(39759,'Thank you for your great rating, Laura!','2019-12-04 07:09:23.574000'),(39760,'We appreciate your great rating, Josh!','2019-12-02 06:54:15.927000'),(39761,'Neighbors is thankful that you have shared your experience, and that you plan to do so with others as well! We greatly appreciate your confidence in sharing the services of Neighbors Emergency Center!','2017-01-18 15:41:58.020000'),(39762,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-11-28 07:30:13.257000'),(39763,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-11-28 07:29:55.079000'),(39764,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-11-28 07:29:39.646000'),(39765,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-11-28 07:29:14.347000'),(39766,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-27 06:46:59.279000'),(39767,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-11-26 05:44:18.224000'),(39768,'Thank you so much for your great rating, Raven!','2019-11-26 05:44:00.809000'),(39769,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-11-24 06:58:43.301000'),(39770,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-11-24 06:58:30.052000'),(39771,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating. Hope your husband is feeling well.','2019-11-20 06:13:50.088000'),(39772,'We appreciate the great rating you gave us, Birriel!','2019-11-19 06:19:14.028000'),(39773,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Kids are adorable, and I can say, obviously they have enjoyed the time with your kids. Thank you for choosing SignatureCare and for the nice review!','2019-03-21 06:20:56.309000'),(39774,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-11-12 07:37:18.913000'),(39775,'Thank you for your five star rating, Ross!','2019-11-11 07:26:09.033000'),(39776,'We appreciate your great rating, Keywaysha!','2019-11-11 07:25:42.301000'),(39777,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-11-06 07:47:34.071000'),(39778,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-11-06 07:47:51.684000'),(39779,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2019-11-05 07:39:56.501000'),(39780,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-11-04 11:20:16.761000'),(39781,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-11-04 11:20:01.172000'),(39782,'Thank you so much for your great rating, Jasmine!','2019-11-04 11:19:41.741000'),(39783,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your little one\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your kiddo is feeling better.','2019-11-03 06:20:30.019000'),(39784,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-03 06:18:44.544000'),(39785,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-10-24 08:03:43.737000'),(39786,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-02-12 14:01:05.895000'),(39787,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-10-20 06:33:57.308000'),(39788,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-10-17 08:16:56.303000'),(39789,'We appreciate your great rating, Eden! Thanks for choosing SignatureCare.','2019-10-16 07:15:43.180000'),(39790,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-10-13 06:55:19.394000'),(39791,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-10-13 06:55:05.615000'),(39792,'Thank you for your five star rating!','2019-10-09 07:58:54.607000'),(39793,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-10-09 07:58:37.763000'),(39794,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-09-22 06:03:09.509000'),(39795,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-09-22 06:03:23.592000'),(39796,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-09-22 06:03:45.620000'),(39797,'Thank you for your review and rating. We appreciate you choosing SignatureCare!','2019-09-22 06:04:06.873000'),(39798,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-09-22 06:02:48.087000'),(39799,'We appreciate your great rating, Leah! Thanks for choosing SignatureCare.','2019-09-19 09:18:24.536000'),(39800,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-09-17 11:47:14.212000'),(39801,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-09-16 11:14:44.408000'),(39802,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-09-15 04:54:16.673000'),(39803,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-09-11 05:17:11.303000'),(39804,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-09-11 05:16:57.092000'),(39805,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-09-11 05:16:26.349000'),(39806,'Thank you for your great rating, Carrolynn! Thanks for choosing SignatureCare!','2019-09-11 05:16:15.434000'),(39807,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-09-11 05:15:05.013000'),(39808,'Thank you for your five star rating, Ginger!','2019-09-11 05:13:25.685000'),(39809,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-09-11 05:12:17.082000'),(39810,'We appreciate your great rating, Kaytlan! Thanks for choosing SignatureCare!','2019-09-11 05:11:40.352000'),(39811,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-08-28 05:54:26.301000'),(39812,'We appreciate your great rating, Necole. Thank you for choosing SignatureCare!','2019-08-27 05:00:19.771000'),(39813,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-08-26 05:06:04.887000'),(39814,'Thank you so much for your feedback. We appreciate the great rating you gave us, Mattison!','2019-08-25 05:12:54.599000'),(39815,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-08-21 04:46:45.595000'),(39816,'Thank you so much for rating us five star, Danielle!','2019-08-18 05:19:27.790000'),(39817,'Thank you for your review. We appreciate you choosing SignatureCare, Scott!','2019-08-25 05:15:37.320000'),(39818,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare, Malachi!','2019-08-25 05:15:59.668000'),(39819,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-08-18 05:18:26.316000'),(39820,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2019-08-18 05:17:33.783000'),(39821,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-08-18 05:17:17.852000'),(39822,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-08-18 05:17:05.081000'),(39823,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-08-18 05:16:26.177000'),(39824,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-08-18 05:15:59.184000'),(39825,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for the wonderful feedback!','2019-01-21 11:32:52.504000'),(39826,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-08-08 20:12:13.753000'),(39827,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-08-08 20:11:21.263000'),(39828,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-08-08 20:09:17.436000'),(39829,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-08-08 20:08:34.468000'),(39830,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-08-01 03:32:03.141000'),(39831,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-07-30 06:24:14.063000'),(39832,'Thanks for your 5 star rating!','2019-03-18 05:54:55.982000'),(39833,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-02-12 13:45:13.631000'),(39834,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2019-07-31 06:56:44.418000'),(39835,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-07-24 06:36:07.933000'),(39836,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-07-24 06:35:47.538000'),(39837,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-07-24 06:35:14.202000'),(39838,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2019-07-24 06:34:55.689000'),(39839,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-07-24 06:34:36.482000'),(39840,'We believe we have the very best staff in Texas. Thank you for choosing us!','2019-07-24 06:34:09.904000'),(39841,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-07-24 06:33:22.966000'),(39842,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-07-24 06:33:02.984000'),(39843,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-07-23 05:38:04.732000'),(39844,'Thank you so much for your rating, Tamara!','2019-07-22 07:18:26.707000'),(39845,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-07-21 06:07:29.056000'),(39846,'Thank you for your great rating, Amy!','2019-07-21 06:07:12.088000'),(39847,'Thank you for trusting us with the care of your husband. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2019-07-18 05:58:47.007000'),(39848,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2019-07-08 06:21:07.211000'),(39849,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-07-07 07:20:39.206000'),(39850,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-07-07 07:20:24.159000'),(39851,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-06-26 06:20:32.494000'),(39852,'Thank you for your feedback. We are glad to know that you have received excellent care at our facility. Thank you for choosing SignatureCare!','2019-06-19 07:25:13.688000'),(39853,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-18 06:26:01.796000'),(39854,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-06-13 06:37:43.509000'),(39855,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-06-13 06:37:00.646000'),(39856,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-06-13 06:36:01.136000'),(39857,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-06-09 06:56:43.634000'),(39858,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-06-09 06:56:26.802000'),(39859,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-06-09 06:56:08.979000'),(39860,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-06-09 06:55:56.144000'),(39861,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-06-09 06:55:35.638000'),(39862,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-29 06:23:57.451000'),(39863,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-05-27 05:52:08.825000'),(39864,'Thank you for your rating, Ashley!','2019-05-27 05:51:32.793000'),(39865,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-26 06:19:54.627000'),(39866,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-05-26 06:19:33.486000'),(39867,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-05-26 06:19:17.993000'),(39868,'Thank you for your five star rating, Lonnie!','2019-05-14 04:30:38.612000'),(39869,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','2019-05-09 04:04:21.922000'),(39870,'Thank you for your five star rating, Latonya!','2019-05-09 04:03:46.180000'),(39871,'Thank you for your rating, Tyler!','2019-05-07 04:11:43.563000'),(39872,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-05-05 06:29:16.842000'),(39873,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-05-05 06:27:58.757000'),(39874,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-05-05 06:27:19.994000'),(39875,'Thank you for your review and rating!','2019-05-05 06:27:04.748000'),(39876,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-05-02 09:00:38.710000'),(39877,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope she is feeling better.','2019-05-02 09:00:11.769000'),(39878,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-05-02 09:07:55.157000'),(39879,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-04-22 05:59:09.330000'),(39880,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-04-22 05:58:04.536000'),(39881,'Thank you for your valuable rating, Trista!','2019-04-15 05:06:56.221000'),(39882,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-04-15 05:04:48.825000'),(39883,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-04-10 06:47:28.924000'),(39884,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-04-07 05:15:48.948000'),(39885,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-04-02 07:11:59.532000'),(39886,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-04-02 07:11:16.521000'),(39887,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-04-02 07:10:37.918000'),(39888,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-04-01 05:46:24.558000'),(39889,'Thank you for your rating!','2019-03-27 09:11:24.799000'),(39890,'Thank you for your great rating, Billy!','2019-03-25 07:35:56.576000'),(39891,'Thank you for rating us 5 star, Netra!','2019-03-10 10:05:24.223000'),(39892,'Thank you for your review and your recommendation, Matt!','2019-03-24 06:38:47.060000'),(39893,'Thank you for the 5 star, Kathy!','2019-01-29 14:18:31.209000'),(39894,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-03-20 13:31:43.476000'),(39895,'We are glad to know that you loved our team. We believe our staffs are the best in Texas. Thank you for recommending SignatureCare!','2019-03-18 05:56:19.316000'),(39896,'Our staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-03-18 05:54:23.476000'),(39897,'Our doctors and nurses make us proud every day. Thank you for letting us know once again. We will pass them along. Thank you for choosing SignatureCare!','2019-03-14 06:22:40.139000'),(39898,'We are glad to know that you loved our team. Thank you for choosing SignatureCare!','2019-03-14 06:21:10.333000'),(39899,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-01-02 16:33:56.883000'),(39900,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-03-11 07:16:18.349000'),(39901,'We are glad to know that you loved our team. Thank you for choosing SignatureCare!','2019-03-12 06:41:10.133000'),(39902,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2019-03-10 10:07:58.285000'),(39903,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2019-03-10 10:04:32.461000'),(39904,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-03-10 10:02:08.208000'),(39905,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-03-03 11:08:01.129000'),(39906,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-02-27 13:43:09.176000'),(39907,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-02-25 12:50:36.721000'),(39908,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-02-25 12:50:55.750000'),(39909,'Thank you for the 5 star, Dana!','2019-02-13 12:29:52.353000'),(39910,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-02-20 12:08:12.534000'),(39911,'Thank you for taking time to leave us such a nice review and for your continued trust. Our staff appreciates receiving comments like this. The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2019-02-20 12:05:49.936000'),(39912,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-02-20 12:06:53.646000'),(39913,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-02-20 12:06:13.682000'),(39914,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing SignatureCare for your emergency needs.','2019-02-18 08:35:01.683000'),(39915,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-02-18 08:32:51.396000'),(39916,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-02-17 10:21:07.761000'),(39917,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-02-17 10:21:37.760000'),(39918,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-02-17 10:21:55.674000'),(39919,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-02-17 10:22:16.050000'),(39920,'SignatureCare Emergency Center takes pride in our staff, and our staff cares so much about our patients. We are so very happy to hear you loved your team. We will make sure to let them know.','2019-02-17 10:22:32.160000'),(39921,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-02-17 10:22:52.224000'),(39922,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-02-13 12:40:10.704000'),(39923,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-02-13 12:30:45.475000'),(39924,'Thank you for the 5 star, Makinley!','2019-02-11 13:23:01.359000'),(39925,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2019-02-11 13:22:49.178000'),(39926,'Thank you for leaving a 5 star, Brandi!','2019-01-21 11:25:45.403000'),(39927,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-02-11 13:21:28.546000'),(39928,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-02-06 13:15:15.690000'),(39929,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-02-06 13:09:36.282000'),(39930,'Thanks for leaving a 5 star, DeLaine!','2019-02-06 13:05:31.705000'),(39931,'Thank you so much for your nice rating, Bobbie. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-02-04 13:58:23.092000'),(39932,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-02-03 11:53:00.606000'),(39933,'Thank you for rating us 5 star, Melinda!','2019-02-03 11:52:19.789000'),(39934,'SignatureCare Emergency Center takes pride in our staff, and our staff cares so much about our patients. We are so very happy to hear you loved your team. We will make sure to let them know.','2019-02-03 11:51:57.963000'),(39935,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-02-03 11:51:15.408000'),(39936,'Thanks for the 5 star, Karen!','2019-02-03 11:50:22.554000'),(39937,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-02-03 11:50:01.138000'),(39938,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2018-12-21 22:25:05.567000'),(39939,'Thank you for the great rating, Rejina!','2019-01-30 13:31:26.828000'),(39940,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-01-28 09:08:17.068000'),(39941,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-01-28 09:09:37.416000'),(39942,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-01-28 09:10:46.212000'),(39943,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-01-24 07:06:57.186000'),(39944,'Thank you for rating 5 star, Carlton!','2019-01-24 07:07:39.525000'),(39945,'Thanks for leaving a 5 star, Ashley!','2019-01-24 07:03:46.791000'),(39946,'Thank you for the 5 star, Lisa!','2019-01-24 07:03:27.847000'),(39947,'Thanks for the review and rating, Reginald!','2019-01-23 14:24:10.092000'),(39948,'Thank you so much for your nice review, Kristy. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-01-23 14:22:45.831000'),(39949,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-01-23 14:21:52.696000'),(39950,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating and recommendation you gave us. Thank you for choosing SignatureCare!','2019-01-23 14:20:38.772000'),(39951,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you, we will make sure to let them know. We appreciate the great review and recommendation.','2019-01-23 14:19:57.310000'),(39952,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-01-21 11:26:22.525000'),(39953,'SignatureCare Emergency Center takes pride in our staff, and our staff cares so much about our patients. We are so very happy to hear you loved your team. We will make sure to let them know.','2019-01-21 11:26:04.316000'),(39954,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-01-18 16:05:55.487000'),(39955,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing SignatureCare!','2019-01-18 16:05:45.828000'),(39956,'We are so sorry to hear about your recent emergency, but SignatureCare is here 24 hours a day, 365 days a year when or if you need us. Thank you for giving us the chance to care for you and for your nice review. We appreciate and value your feedback.','2019-01-18 16:05:35.070000'),(39957,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2019-01-18 16:05:26.660000'),(39958,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2019-01-13 12:18:46.673000'),(39959,'Thanks for leaving a 5 star review!','2019-01-14 20:36:49.172000'),(39960,'Thanks for leaving a 5 star review!','2019-01-14 20:36:54.664000'),(39961,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2019-01-04 16:43:14.372000'),(39962,'Thank you for the great rating, Joshua!','2019-01-13 12:15:47.618000'),(39963,'Thanks for the 5 star, Jose!','2019-01-13 12:15:21.123000'),(39964,'Thank you for the great rating, Brandy!','2019-01-10 11:56:32.943000'),(39965,'Thanks for the 5 star, Mike!','2019-01-10 11:56:00.698000'),(39966,'We believe we have the very best staff in Texas. SignatureCare takes pride in our staff because they care so much about our patients and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-01-10 11:54:47.689000'),(39967,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-01-07 18:48:47.824000'),(39968,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-01-07 16:58:31.725000'),(39969,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your family\'s emergency needs. Thank you for giving us your trust.','2019-01-04 16:43:53.685000'),(39970,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your family\'s emergency needs. Thank you for giving us your trust.','2019-01-04 16:43:47.373000'),(39971,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing SignatureCare!','2019-01-03 16:56:45.162000'),(39972,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-01-03 16:57:03.423000'),(39973,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-01-02 16:32:35.092000'),(39974,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2018-12-19 18:57:29.127000'),(39975,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2019-01-02 16:33:09.772000'),(39976,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-01-02 16:38:17.942000'),(39977,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-01-02 16:34:15.126000'),(39978,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-01-02 16:38:45.592000'),(39979,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-01-02 16:38:33.689000'),(39980,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-01-02 16:36:51.187000'),(39981,'It\'s their compassion for others that makes our employees so special. We are so glad to hear that our team took such good care of you, and in a quick and efficient manner. Thank you for letting us know how we are doing, and thank you for choosing SignatureCare!','2019-01-02 16:36:30.120000'),(39982,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-01-02 16:37:12.186000'),(39983,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-01-02 16:35:23.733000'),(39984,'Thanks for the 5 star review!','2018-12-26 16:27:29.396000'),(39985,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2018-12-26 16:28:39.622000'),(39986,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2018-12-26 16:28:12.722000'),(39987,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Center is open 24/7, even on the holidays, and here anytime you need emergency medical attention. Thank you again for choosing us!','2018-12-26 16:55:24.241000'),(39988,'Thanks for the 5 star review!','2018-12-26 16:27:39.600000'),(39989,'Thanks for the 5 star review!','2018-12-26 16:27:25.393000'),(39990,'Thanks for the 5 star review!','2018-11-28 16:20:15.456000'),(39991,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2018-12-13 21:32:22.861000'),(39992,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2018-12-13 21:31:47.589000'),(39993,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2018-12-13 21:31:34.513000'),(39994,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2018-12-05 16:46:00.692000'),(39995,'We got all kinds of jokes at SignatureCare ;) Glad we could brighten your day!','2018-12-05 16:45:40.933000'),(39996,'Thanks for the 5 star review!','2018-12-05 16:38:04.581000'),(39997,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient\'s need is addressed as quickly as possible so you can get back on the road to great health, and back to enjoying your holiday. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2018-11-28 16:18:00.312000'),(39998,'It\'s their compassion for others that makes our employees so special. We are so glad to hear that our team took such good care of you, and in a quick and efficient manner. Thank you for letting us know how we are doing, and thank you for choosing SignatureCare!','2018-11-28 16:19:15.682000'),(39999,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2018-11-21 16:28:11.387000'),(40000,'Hi, Mildred! We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2018-11-20 17:27:19.170000'),(40001,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2018-11-20 17:26:56.691000'),(40002,'Thanks for the 5 star review!','2018-11-20 17:25:46.547000'),(40003,'We hate to hear that you are experiencing challenges regarding your insurance network. Please be\nsure to contact your insurance provider as they will be able to explain the specific parameters of your\ninsurance policy in relationship to your emergency room billing. We are also here to help. If you\nwould like to speak with a patient advocate from Neighbors Emergency Center please call\n844-406-7263 or email at Patients@neighborshealth.com.','2018-09-21 16:00:13.578000'),(40004,'Hi Eric. Thank you for sharing your experience at Neighbors Emergency Center Texarkana. Our goal is always to provide extraordinary care to all of our patients. We would like to discuss your experience with you at your earliest convenience. Please contact our patient customer service specialist at 844-406-7263 or by email at Patients@neighborshealth.com. We look forward to speaking with you.','2018-05-18 19:34:07.553000'),(40005,'Hi Freda! Thank you for your 5-Star review! Thank you so much for sharing your experience at Neighbors Emergency Center! We are glad you found the medical care provided by Dr. Yost and our staff excellent. We hope your granddaughter is feeling better!','2018-03-23 16:32:01.965000'),(40006,'Hi Michelle! Thank you for your 5-star review. Please let us know if there is anything additional you would like to provide about your recent Neighbors experience. Thanks again!','2017-12-14 15:32:11.018000'),(40007,'Hi Shelton, Thank you for the kind words about Neighbors Emergency Center. We are grateful that we could help you with your medical emergency in your time of need! We wish you a speedy recovery.','2017-07-24 14:13:03.291000'),(40008,'Hi Sheila! Thank you for sharing your positive experience at Neighbors Emergency Center. We are happy you found our services fast and convenient. We wish you a speedy recovery!','2017-07-12 14:30:04.103000'),(40009,'Hi Mimi! Thank you for taking the time to provide us feedback about your recent visit to Neighbors Emergency Center. We will be sure to share your review with our staff so that may continue to serve the community with excellence. Thank you!','2017-04-18 21:40:09.788000'),(40010,'Thank you for the great review! We appreciate your positive feedback about Neighbors Emergency Center. We hope you are feeling better.','2017-01-18 15:42:09.515000'),(40011,'We are so glad your experience at Neighbors Emergency Center was a positive one! Thank you for taking the time give us feedback. We hope you are feeling better soon.','2017-01-04 15:29:27.447000'),(40012,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-21 06:39:27.913000'),(40013,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-21 06:40:21.167000'),(40014,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-12-21 06:41:16.317000'),(40015,'Thank you Mayank, for your great rating!','2020-12-21 06:41:34.989000'),(40016,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-12-21 06:42:01.198000'),(40017,'Thank you so much Nae for your great rating!','2020-12-16 08:05:24.658000'),(40018,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-15 18:47:18.085000'),(40019,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-15 09:09:31.998000'),(40020,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-15 09:07:46.710000'),(40021,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-12 09:11:56.156000'),(40022,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-12 08:47:46.149000'),(40023,'Thank you for the five-star rating Margie! We appreciate your feedback.','2020-12-11 18:04:18.192000'),(40024,'Thank you Danny for your five star review and for trusting us with your care!','2020-12-21 08:06:08.654000'),(40025,'Thank you for the five-star rating. We appreciate the feedback, and appreciate you choosing SignatureCare.','2020-12-11 16:02:09.426000'),(40026,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-12 06:15:34.367000'),(40027,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-12 05:55:22.755000'),(40028,'Thank you for the five-star rating Blake. We appreciate it.','2020-12-21 08:05:59.085000'),(40029,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-10 04:18:19.137000'),(40030,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-09 13:51:18.504000'),(40031,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-07 07:47:53.354000'),(40032,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-03 04:50:24.254000'),(40033,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-03 04:50:07.707000'),(40034,'Thank you for the five-star rating Emma. We appreciate the feedback, and appreciate you choosing SignatureCare.','2020-12-21 08:05:43.750000'),(40035,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-12-03 04:49:41.481000'),(40036,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-03 04:49:07.114000'),(40037,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-03 04:48:30.688000'),(40038,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-03 04:45:23.020000'),(40039,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-30 16:59:36.502000'),(40040,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-29 11:28:45.262000'),(40041,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-29 11:28:31.944000'),(40042,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-29 11:28:13.497000'),(40043,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-25 06:53:17.376000'),(40044,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-24 10:04:41.047000'),(40045,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-24 09:49:26.685000'),(40046,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-18 07:26:00.038000'),(40047,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-18 07:19:20.630000'),(40048,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-18 07:16:51.179000'),(40049,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-18 07:15:24.680000'),(40050,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-11-16 13:36:10.520000'),(40051,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-14 19:39:29.764000'),(40052,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-11-14 19:37:14.111000'),(40053,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-11-14 19:31:04.345000'),(40054,'Thank you Bigler, for your great rating!','2020-11-17 07:28:25.532000'),(40055,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-17 05:46:38.721000'),(40056,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-17 05:45:15.781000'),(40057,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-17 05:35:06.920000'),(40058,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-11-17 05:15:44.535000'),(40059,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-16 17:00:53.501000'),(40060,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-16 16:55:36.613000'),(40061,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-10 07:49:03.382000'),(40062,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-09 05:08:47.643000'),(40063,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-11-09 05:15:01.849000'),(40064,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-09 07:21:30.113000'),(40065,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-09 07:17:56.804000'),(40066,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-09 07:17:27.032000'),(40067,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-09 07:15:29.588000'),(40068,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-09 07:07:18.585000'),(40069,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-09 07:07:03.700000'),(40070,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-09 07:05:57.451000'),(40071,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-09 07:05:34.447000'),(40072,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-09 07:05:03.113000'),(40073,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-09 07:04:51.458000'),(40074,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-05 17:34:47.453000'),(40075,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-11-04 07:54:31.495000'),(40076,'Thank you so much for your review, Stephanie. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-11-04 06:55:18.286000'),(40077,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-11-04 06:31:22.871000'),(40078,'Thank you NAME, for your great Jaqueline!','2020-11-04 08:13:14.347000'),(40079,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-04 06:00:25.571000'),(40080,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-04 06:00:15.022000'),(40081,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-04 05:51:07.250000'),(40082,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-04 05:47:15.748000'),(40083,'We appreciate your great rating, Rachael !','2020-11-02 10:48:51.557000'),(40084,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-02 07:30:45.598000'),(40085,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-02 07:24:50.851000'),(40086,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-01 04:11:46.062000'),(40087,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-01 04:10:09.588000'),(40088,'Thank you Angelos, for your great rating!','2020-11-02 10:48:39.773000'),(40089,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2020-10-31 16:34:53.475000'),(40090,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-31 16:34:12.451000'),(40091,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-31 15:45:32.787000'),(40092,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-31 10:40:24.339000'),(40093,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-31 10:38:30.487000'),(40094,'Thank you so much for your great rating, MCKENNA!','2020-11-02 10:48:28.574000'),(40095,'Thank you so much for giving us five stars, Lucy!','2020-11-02 10:48:16.574000'),(40096,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-10-29 18:33:36.043000'),(40097,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-29 18:32:01.781000'),(40098,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-29 18:30:17.418000'),(40099,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-29 18:13:44.265000'),(40100,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-28 20:26:18.488000'),(40101,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-28 20:01:42.632000'),(40102,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-28 19:39:16.006000'),(40103,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-28 19:37:27.784000'),(40104,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-28 18:28:50.756000'),(40105,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-10-28 18:28:25.923000'),(40106,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-28 18:27:58.385000'),(40107,'We are very sorry to learn about your experience. SignatureCare takes HIPAA violations very seriously. Someone from our management team will reach out to you to learn more about your specific situation and how you feel your rights have been violated. As for the billing you are probably referring to an EOB from the insurance company- This is NOT a bill from us. You are welcome to contact our billing Manager tmoore@roundtmc.com. Tray can walk you thru any bills that have been sent or are outstanding. Again, I am very sorry to learn you did not feel you had a good experience on this particular visit and hope you give us the opportunity to make things right. We are open 24 hours a day and staffed with board-certified physicians.','2017-02-16 19:09:30.115000'),(40108,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-10-28 17:46:02.224000'),(40109,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-28 17:45:37.592000'),(40110,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-28 17:40:36.764000'),(40111,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-28 17:18:17.123000'),(40112,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-28 17:16:47.293000'),(40113,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-28 17:15:02.993000'),(40114,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-28 17:03:11.197000'),(40115,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-10-28 17:02:28.888000'),(40116,'Thank you Zaven, for your great rating!','2020-10-27 17:36:54.303000'),(40117,'We appreciate your great rating, Marisol!','2020-10-27 17:36:41.164000'),(40118,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-28 17:01:46.886000'),(40119,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-28 16:49:18.300000'),(40120,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-10-28 16:36:31.450000'),(40121,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-10-28 16:10:16.549000'),(40122,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-10-28 11:01:12.438000'),(40123,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-28 11:00:43.257000'),(40124,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-28 11:00:22.099000'),(40125,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-28 11:00:00.735000'),(40126,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-28 10:59:42.520000'),(40127,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-28 10:58:58.852000'),(40128,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-28 10:50:58.018000'),(40129,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-28 10:50:41.815000'),(40130,'Thank you so much for your great rating, Frem!','2020-10-27 17:37:26.890000'),(40131,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-10-28 10:48:56.441000'),(40132,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-28 10:48:25.235000'),(40133,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-28 10:47:32.345000'),(40134,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-28 10:46:59.142000'),(40135,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-28 10:45:16.431000'),(40136,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-28 10:42:50.996000'),(40137,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-28 10:42:41.739000'),(40138,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-28 10:30:01.467000'),(40139,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-28 10:25:17.591000'),(40140,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-28 10:06:54.336000'),(40141,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-28 09:49:01.065000'),(40142,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-28 09:47:44.188000'),(40143,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-28 09:35:13.525000'),(40144,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-28 09:08:29.578000'),(40145,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-21 14:39:14.109000'),(40146,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2020-10-21 14:38:59.342000'),(40147,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-21 14:38:41.284000'),(40148,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-10-21 14:38:28.368000'),(40149,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-21 14:38:01.232000'),(40150,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-21 14:37:46.444000'),(40151,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-10-21 14:37:25.748000'),(40152,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-10-21 14:37:13.987000'),(40153,'Thank you so much for giving us five stars!','2020-10-21 14:36:48.320000'),(40154,'We appreciate your great rating, Dave!','2020-10-21 14:36:20.866000'),(40155,'Thank you so much for giving us five stars, j dianne!','2020-10-20 08:39:36.089000'),(40156,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-10-20 08:43:06.326000'),(40157,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-20 08:43:39.961000'),(40158,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-10-20 08:44:06.799000'),(40159,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2020-10-20 08:47:08.642000'),(40160,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-19 04:24:31.572000'),(40161,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-10-19 04:24:45.721000'),(40162,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-10-28 08:15:07.977000'),(40163,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-28 08:14:55.717000'),(40164,'Thank you so much for your nice review, Ana. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-10-28 08:14:44.097000'),(40165,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-20 07:08:12.653000'),(40166,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-20 06:47:04.421000'),(40167,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-20 06:36:55.476000'),(40168,'Thank you Edgar, for your great rating!','2020-10-19 03:59:34.981000'),(40169,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-10-18 10:32:37.592000'),(40170,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-18 10:25:13.675000'),(40171,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-18 10:24:40.546000'),(40172,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-18 10:23:02.547000'),(40173,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-10-18 10:20:50.087000'),(40174,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-18 10:04:42.200000'),(40175,'We appreciate your great rating, maya!','2020-10-19 03:59:19.648000'),(40176,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-18 09:04:06.371000'),(40177,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that your partner is feeling better. Thank you for choosing SignatureCare!','2020-10-18 09:03:41.862000'),(40178,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-10-18 09:02:36.289000'),(40179,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-18 08:51:02.543000'),(40180,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-18 07:33:59.358000'),(40181,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-18 06:32:49.238000'),(40182,'Thank you so much for your great rating, Emely !','2020-10-19 04:00:01.715000'),(40183,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-12 04:27:45.235000'),(40184,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-10-11 06:56:25.702000'),(40185,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-09 07:06:39.142000'),(40186,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-09 07:07:22.054000'),(40187,'Thank you so much for your nice review, Juan. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-09-18 06:10:18.235000'),(40188,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-04 06:08:59.735000'),(40189,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-01 05:44:31.157000'),(40190,'Thank you so much for your great rating, Stefanie!','2020-10-01 06:01:53.581000'),(40191,'Thank you Rozita, for your great rating!','2020-10-01 06:01:40.513000'),(40192,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-29 04:57:29.878000'),(40193,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope your husband is feeling better!','2020-09-29 04:56:00.836000'),(40194,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-09-27 09:03:31.497000'),(40195,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-09-20 20:42:37.468000'),(40196,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-20 20:43:14.267000'),(40197,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-09-16 07:27:26.677000'),(40198,'Thank you so much for your great rating, michelle!','2020-09-09 11:11:49.221000'),(40199,'Thank you so much for giving us five stars, Stephanie!','2020-09-06 17:45:35.310000'),(40200,'Thank you Adrian, for your great rating!','2020-09-02 09:28:15.294000'),(40201,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-27 07:30:15.112000'),(40202,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-27 07:29:49.889000'),(40203,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-08-23 06:33:29.930000'),(40204,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-08-17 19:53:47.413000'),(40205,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-08-17 19:53:01.070000'),(40206,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-09 16:19:58.746000'),(40207,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-08-09 16:19:32.533000'),(40208,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-08-09 16:19:10.137000'),(40209,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-09 16:18:59.622000'),(40210,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-08-09 16:18:35.192000'),(40211,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-09 16:18:19.232000'),(40212,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-09 16:18:06.512000'),(40213,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-08-09 16:17:38.219000'),(40214,'We appreciate your great rating, Justin!','2020-08-09 16:17:16.621000'),(40215,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-08-09 16:16:52.323000'),(40216,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-08-09 16:16:33.127000'),(40217,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-08-09 16:16:14.576000'),(40218,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-09 16:15:26.624000'),(40219,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-09 16:15:08.139000'),(40220,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-09 16:14:22.453000'),(40221,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-28 16:43:17.655000'),(40222,'We appreciate your great rating, Vanessa!','2020-07-27 16:29:50.238000'),(40223,'Thank you so much for giving us five stars, Olga!','2020-07-26 15:00:55.026000'),(40224,'Thank you Debi, for your great rating!','2020-07-26 15:00:41.274000'),(40225,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-07-26 15:00:14.283000'),(40226,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-07-26 14:59:49.959000'),(40227,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-07-26 14:59:28.784000'),(40228,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-07-23 07:43:34.845000'),(40229,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-23 07:42:59.368000'),(40230,'Thank you so much for your great rating, Alexis!','2020-07-23 07:41:34.521000'),(40231,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-07-21 05:17:42.699000'),(40232,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-07-20 05:50:50.456000'),(40233,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-07-19 06:48:55.898000'),(40234,'Muchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal!','2020-07-19 06:49:45.135000'),(40235,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-19 06:50:17.078000'),(40236,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-19 06:50:54.892000'),(40237,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-16 07:01:02.368000'),(40238,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your mother. Thank you for choosing SignatureCare.','2020-07-15 07:00:58.020000'),(40239,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-07-15 07:02:36.095000'),(40240,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-07-14 12:02:06.163000'),(40241,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-13 14:29:40.531000'),(40242,'Thank you jesus rafael, for your great rating!','2020-07-14 12:01:23.515000'),(40243,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-07-12 15:20:54.462000'),(40244,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-07-12 15:20:41.528000'),(40245,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-12 15:12:01.826000'),(40246,'Thank you so much for giving us five stars, Ashle.','2020-07-14 12:02:33.119000'),(40247,'Thank you so much for your great rating, rjz!','2020-07-14 12:02:46.214000'),(40248,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-12 15:10:20.710000'),(40249,'Thank you so much for your nice review, Lezlie. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-07-12 15:09:23.866000'),(40250,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-07-09 06:52:40.511000'),(40251,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-07 10:18:59.649000'),(40252,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-07-07 10:19:38.573000'),(40253,'Thank you so much for giving us five stars, Claudia!','2020-07-06 05:10:29.645000'),(40254,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-06 05:10:57.176000'),(40255,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-05 11:56:43.481000'),(40256,'Thank you so much for your great rating, Lillian!','2020-07-05 11:57:17.271000'),(40257,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-07-05 11:58:44.601000'),(40258,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-07-05 11:59:28.549000'),(40259,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-02 07:20:42.810000'),(40260,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-02 07:18:34.922000'),(40261,'Hello Michael!. Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-30 06:40:34.664000'),(40262,'Thank you so much for your nice review, Alonso. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-06-28 11:05:40.397000'),(40263,'Hi Debra!. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-06-28 11:05:01.088000'),(40264,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-06-25 10:24:56.614000'),(40265,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-06-25 10:24:18.118000'),(40266,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-23 06:32:46.561000'),(40267,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-22 13:32:36.887000'),(40268,'Thank you so much for your feedback Nicole! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-06-21 06:51:24.064000'),(40269,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-22 13:32:44.400000'),(40270,'Hi Michael. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-06-18 07:41:13.664000'),(40271,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-07-12 15:01:09.023000'),(40272,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-07-14 12:03:42.261000'),(40273,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-04-08 06:13:51.583000'),(40274,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-03-17 16:29:08.420000'),(40275,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so very happy to hear you loved our team --- We will make sure to let them know.','2020-03-17 16:22:57.283000'),(40276,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-18 05:27:37.047000'),(40277,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-03-18 05:22:40.622000'),(40278,'Thank you so much for your nice review, Brigeda. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-03-18 05:16:44.824000'),(40279,'Hi Niki. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-03-15 08:02:15.530000'),(40280,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-03-15 07:58:24.669000'),(40281,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-03-12 05:19:48.360000'),(40282,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-08 06:56:04.790000'),(40283,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-03-08 06:36:49.344000'),(40284,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!\nHope your sister is well now.','2020-03-02 05:50:44.609000'),(40285,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-03-01 08:06:31.337000'),(40286,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-03-01 08:06:10.683000'),(40287,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-03-01 07:42:37.792000'),(40288,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-03-01 07:18:17.018000'),(40289,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-01 07:13:31.095000'),(40290,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-03-01 07:12:59.759000'),(40291,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-02-26 07:35:11.324000'),(40292,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-24 06:36:03.009000'),(40293,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-23 08:02:13.308000'),(40294,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-02-23 07:56:56.776000'),(40295,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-23 07:53:28.709000'),(40296,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-02-20 05:10:41.254000'),(40297,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-02-20 05:08:23.680000'),(40298,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-19 05:15:14.409000'),(40299,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-02-19 05:11:50.924000'),(40300,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your wife\'s medical needs.','2020-02-18 06:38:29.890000'),(40301,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-18 06:22:05.493000'),(40302,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-02-18 06:17:03.321000'),(40303,'Thank you so much for your nice review, Christopher. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-02-16 09:11:57.426000'),(40304,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-13 07:41:39.388000'),(40305,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-02-13 07:39:43.978000'),(40306,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-02-10 05:49:56.906000'),(40307,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-02-10 05:49:02.728000'),(40308,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-10 05:48:39.013000'),(40309,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-10 05:48:04.613000'),(40310,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-10 05:47:55.401000'),(40311,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-09 07:20:24.080000'),(40312,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-02-09 07:10:48.744000'),(40313,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of your husband. We appreciate the great review and rating.','2020-02-09 06:51:31.362000'),(40314,'Thank you for the five-star rating Hamza! We appreciate your feedback.','2020-02-06 09:00:46.369000'),(40315,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-06 07:13:42.866000'),(40316,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-02-05 08:05:33.152000'),(40317,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-02-03 07:26:11.108000'),(40318,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare! Hope your friend is feeling well.','2020-02-03 07:25:56.219000'),(40319,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-02-03 07:25:12.464000'),(40320,'We appreciate your great rating, Jamaria!','2020-02-03 07:24:59.209000'),(40321,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-02-03 07:24:36.596000'),(40322,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-03 07:24:29.681000'),(40323,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-02-03 07:24:20.987000'),(40324,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-03 07:24:10.666000'),(40325,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-03 07:24:00.953000'),(40326,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-02-03 07:23:45.294000'),(40327,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-01-30 06:04:11.317000'),(40328,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-08-25 05:33:24.492000'),(40329,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-01-29 11:09:46.075000'),(40330,'Thank you for taking the time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2020-01-29 11:09:33.681000'),(40331,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-01-29 11:09:14.866000'),(40332,'We appreciate your great rating, Anah!','2020-01-29 11:08:50.429000'),(40333,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-01-29 11:08:36.985000'),(40334,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-01-29 11:08:15.741000'),(40335,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-29 11:07:41.324000'),(40336,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-29 11:07:23.027000'),(40337,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-01-29 11:07:07.708000'),(40338,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-01-29 11:06:55.463000'),(40339,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-29 11:06:39.837000'),(40340,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-01-29 11:06:15.123000'),(40341,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-01-29 11:05:40.770000'),(40342,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-29 11:05:16.015000'),(40343,'Thank you Bill, for your great rating!','2020-01-19 07:32:45.271000'),(40344,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-01-19 07:32:32.309000'),(40345,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-01-19 07:32:06.899000'),(40346,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-01-19 07:31:57.743000'),(40347,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.','2020-01-16 07:30:19.809000'),(40348,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2020-01-14 07:47:14.578000'),(40349,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-01-14 07:46:59.961000'),(40350,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-12 07:08:18.011000'),(40351,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-01-12 07:08:10.671000'),(40352,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-01-12 07:07:55.641000'),(40353,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-01-12 07:07:41.613000'),(40354,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-01-09 07:36:30.297000'),(40355,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-07 07:10:14.354000'),(40356,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-01-05 06:46:49.487000'),(40357,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-01-05 06:46:28.764000'),(40358,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-12-29 06:51:02.433000'),(40359,'We appreciate your great rating, Carson!','2019-12-29 06:50:40.068000'),(40360,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-12-26 08:10:31.442000'),(40361,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com\nwith your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2019-12-26 08:11:03.921000'),(40362,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-12-23 08:13:51.235000'),(40363,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-12-23 08:13:31.757000'),(40364,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-12-23 08:13:22.784000'),(40365,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-23 08:13:08.104000'),(40366,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2019-12-23 08:13:06.128000'),(40367,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2019-12-23 08:13:04.645000'),(40368,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-12-23 08:13:02.525000'),(40369,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2019-12-23 08:13:00.286000'),(40370,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-23 08:12:58.348000'),(40371,'Thank you for your feedback. We appreciate you choosing SignatureCare! Hope your husband is feeling g better.','2019-12-22 08:38:54.148000'),(40372,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-12-18 07:38:15.352000'),(40373,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-18 07:38:04.675000'),(40374,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-12-18 07:37:44.427000'),(40375,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-18 07:37:31.355000'),(40376,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-15 07:10:18.912000'),(40377,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review. Hope you boyfriend is feeling better.','2019-12-15 07:10:07.103000'),(40378,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2019-12-15 07:09:04.072000'),(40379,'We love hearing stories like this! It reminds us that SignatureCare patients are our greatest assets and our greatest champions. Thank you so much for your nice words and for the great review.','2017-05-03 15:12:51.868000'),(40380,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2019-12-04 07:19:00.811000'),(40381,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-11-25 06:57:38.004000'),(40382,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-11-24 07:06:27.911000'),(40383,'We appreciate the great rating you gave us, Tykeiah!','2019-11-19 06:23:33.329000'),(40384,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-11-17 07:19:11.782000'),(40385,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-11-17 07:18:53.486000'),(40386,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-11-17 07:18:43.496000'),(40387,'We appreciate your great rating, Cadi!','2019-11-11 07:40:24.952000'),(40388,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-11-04 11:23:17.471000'),(40389,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your wife. Thank you for choosing SignatureCare.','2019-11-04 11:23:03.202000'),(40390,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-11-03 06:34:35.402000'),(40391,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-10-31 09:53:08.973000'),(40392,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2019-11-03 06:34:54.211000'),(40393,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-10-29 05:52:24.889000'),(40394,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-10-27 08:39:18.544000'),(40395,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-10-20 06:43:25.777000'),(40396,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-10-20 06:43:03.473000'),(40397,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-10-20 06:42:42.532000'),(40398,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-10-17 08:18:48.013000'),(40399,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-10-17 08:18:35.304000'),(40400,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-10-13 07:36:50.925000'),(40401,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-10-13 07:36:40.593000'),(40402,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-10-13 07:36:29.907000'),(40403,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2019-10-10 10:29:58.331000'),(40404,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-10-09 08:27:11.123000'),(40405,'Thank you so much for your five star rating, Victor!','2019-10-09 08:26:50.399000'),(40406,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-10-09 08:26:23.644000'),(40407,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us! Hope your wife is feeling better.','2019-10-03 07:36:34.711000'),(40408,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-09-29 06:11:35.888000'),(40409,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-09-29 06:10:46.255000'),(40410,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-09-29 06:10:36.402000'),(40411,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-09-29 06:10:22.767000'),(40412,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-09-26 11:06:49.361000'),(40413,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-09-19 09:24:46.137000'),(40414,'We appreciate your great rating, Melvin! Thanks for choosing SignatureCare.','2019-09-19 09:24:27.958000'),(40415,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-09-19 09:23:36.060000'),(40416,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-09-17 11:50:28.569000'),(40417,'Thank you so much for your great rating, Emma!','2019-09-17 11:50:12.934000'),(40418,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-09-11 07:22:08.112000'),(40419,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-09-11 07:21:53.719000'),(40420,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-09-11 07:21:35.286000'),(40421,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-09-11 07:20:30.113000'),(40422,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-09-11 07:13:38.846000'),(40423,'Thank you so much for your feedback! Our goal is to always provide the abest care. Thank you for choosing SignatureCare.','2019-09-11 07:09:13.406000'),(40424,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-09-11 07:09:02.803000'),(40425,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-09-11 07:08:43.367000'),(40426,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2019-09-11 07:07:12.877000'),(40427,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again! Hope your friend feels well.','2019-09-11 07:08:29.482000'),(40428,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-09-11 07:06:56.360000'),(40429,'Hi Jennifer, thank you for your feedback. We take it extremely seriously. We apologize you were unhappy with your experience, and we are looking into your claim. We will be in contact with you next week once we review. Thank you for your patience.','2017-10-13 20:59:10.808000'),(40430,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-08-27 05:03:35.009000'),(40431,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-08-25 05:33:09.685000'),(40432,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-08-25 05:32:38.856000'),(40433,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-08-25 05:32:22.660000'),(40434,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-08-21 04:50:13.050000'),(40435,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-08-18 06:28:35.763000'),(40436,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-08-18 06:28:19.917000'),(40437,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-08-18 06:28:08.678000'),(40438,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-08-18 06:27:44.003000'),(40439,'Thank you for taking time out of your busy day to let us know how we are doing. SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are proud to get a chance to serve our community once again.','2019-08-18 06:27:18.081000'),(40440,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-08-18 06:14:34.833000'),(40441,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-08-18 06:14:22.992000'),(40442,'Thank you so much for rating us five star, Yolanda!','2019-08-18 06:14:03.649000'),(40443,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-08-18 06:13:45.392000'),(40444,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-04-24 05:48:11.681000'),(40445,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2019-08-18 06:13:26.199000'),(40446,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2019-08-18 06:12:53.681000'),(40447,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-08-18 06:12:29.679000'),(40448,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-08-18 06:12:03.583000'),(40449,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-08-18 06:11:38.499000'),(40450,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-08-18 06:11:15.351000'),(40451,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-08-18 06:11:03.802000'),(40452,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-08-18 06:10:36.083000'),(40453,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-08-18 06:10:18.677000'),(40454,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-08-18 06:09:30.471000'),(40455,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-08-18 06:08:38.525000'),(40456,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-08-18 06:08:14.218000'),(40457,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-08-18 06:07:47.295000'),(40458,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-08-18 06:07:33.227000'),(40459,'Thanks for leaving a review, Janetta! Please reach out to us at info@ercare24.com to let us know how we can earn those last two stars!','2019-08-18 06:07:23.470000'),(40460,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-08-18 06:06:51.505000'),(40461,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-08-18 06:06:41.300000'),(40462,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-08-18 06:06:20.714000'),(40463,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-08-18 06:05:43.122000'),(40464,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-08-18 06:05:21.209000'),(40465,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-08-08 15:05:46.641000'),(40466,'We\'re very glad to have helped save your friend\'s life. We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so very happy to hear you loved your team --- We will make sure to let them know.','2019-08-08 15:05:28.055000'),(40467,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-08-04 05:38:32.042000'),(40468,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-02-04 13:19:33.982000'),(40469,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-08-04 05:40:47.616000'),(40470,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and for the very nice review.','2019-01-06 18:25:35.308000'),(40471,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-08-04 05:39:54.030000'),(40472,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-08-01 03:38:57.892000'),(40473,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-07-31 06:50:27.821000'),(40474,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-07-31 06:50:15.044000'),(40475,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know. Hope you sister is feeling well.','2019-07-24 06:42:49.340000'),(40476,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-07-30 06:27:48.459000'),(40477,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-07-29 06:14:44.259000'),(40478,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-07-21 06:16:17.691000'),(40479,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your sister and nephew. Thank you for choosing SignatureCare.','2019-07-28 07:19:16.563000'),(40480,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-07-24 06:43:07.572000'),(40481,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-07-22 07:31:27.206000'),(40482,'Thank you so much for your rating, Gabrielle!','2019-07-22 07:31:19.718000'),(40483,'While we hope not to see you anytime soon, our board-certified doctors are here 24/7 for all your emergency needs. Thank you for taking the time to let us know how we are doing, and for choosing SignatureCare. We hope you are feeling better.','2018-10-27 17:03:43.381000'),(40484,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-07-21 06:15:47.631000'),(40485,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-07-21 06:13:46.765000'),(40486,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-07-18 06:15:10.793000'),(40487,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-07-18 06:13:45.823000'),(40488,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-07-17 06:19:53.103000'),(40489,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-07-16 05:34:45.508000'),(40490,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-07-16 05:34:31.120000'),(40491,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-07-18 03:36:27.439000'),(40492,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-07-14 06:13:49.575000'),(40493,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-07-14 06:13:20.696000'),(40494,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-07-10 06:28:28.812000'),(40495,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-07-10 06:27:52.786000'),(40496,'Thank you for trusting us with the care of your husband. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2019-07-10 06:27:40.277000'),(40497,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-07-09 07:31:53.026000'),(40498,'Thank you so much for your nice review, Gabby. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-07-09 07:29:14.297000'),(40499,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-07-09 07:21:54.517000'),(40500,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-07-09 07:18:24.127000'),(40501,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-07-09 07:11:45.698000'),(40502,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-07-09 07:11:27.832000'),(40503,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-07-08 06:32:35.516000'),(40504,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2019-07-08 06:32:15.112000'),(40505,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2019-07-08 06:31:46.907000'),(40506,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-07-08 06:31:34.774000'),(40507,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-07-07 07:33:00.865000'),(40508,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-07-07 07:32:30.882000'),(40509,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-07-07 07:31:55.248000'),(40510,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-07-07 07:31:31.635000'),(40511,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-07-07 07:31:20.510000'),(40512,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-07-07 07:30:51.673000'),(40513,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-07-07 07:30:14.871000'),(40514,'Thanks for leaving a review! Please reach out to us at info@ercare24.com to let us know how we can earn those last two stars!','2019-07-08 16:35:40.269000'),(40515,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-07-07 07:29:37.282000'),(40516,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-07-04 07:36:13.014000'),(40517,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-06-30 05:54:41.731000'),(40518,'Thank you for trusting us with the care of your mom. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-06-27 06:07:13.000000'),(40519,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-06-27 06:06:48.843000'),(40520,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-06-26 06:43:57.895000'),(40521,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-06-26 06:43:23.552000'),(40522,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-06-26 06:42:43.382000'),(40523,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-06-26 06:42:05.370000'),(40524,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-06-26 06:41:33.784000'),(40525,'Thank you for your feedback!','2019-06-26 06:41:18.042000'),(40526,'Thank you for trusting us with the care of your wife. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-06-26 06:40:59.543000'),(40527,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-06-25 07:42:25.466000'),(40528,'We believe we have the very best facility in Texas with board-certified staffs, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-06-23 05:12:00.029000'),(40529,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-06-23 05:11:23.253000'),(40530,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-06-23 05:10:01.860000'),(40531,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-06-23 05:09:24.578000'),(40532,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-06-23 05:08:52.861000'),(40533,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-06-23 05:04:35.759000'),(40534,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-06-23 05:04:02.402000'),(40535,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-06-20 04:37:47.169000'),(40536,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','2019-06-19 06:13:42.778000'),(40537,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2019-06-19 06:13:22.188000'),(40538,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-06-19 06:12:45.294000'),(40539,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-06-19 06:12:08.332000'),(40540,'We believe we have the very best facility in Texas with board-certified staffs, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-06-18 06:42:20.107000'),(40541,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-06-16 06:01:02.923000'),(40542,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-06-16 06:00:56.118000'),(40543,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-06-16 06:00:26.798000'),(40544,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-16 05:59:51.155000'),(40545,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-06-16 05:59:33.650000'),(40546,'Hello Doug. We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com\nwith your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all reviews very seriously.','2019-06-18 14:06:45.965000'),(40547,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-06-16 05:59:11.252000'),(40548,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-06-12 06:22:15.609000'),(40549,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-06-12 06:21:53.777000'),(40550,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-06-12 06:21:30.998000'),(40551,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-06-09 08:09:40.796000'),(40552,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-06-09 08:08:59.832000'),(40553,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-06-09 08:08:34.646000'),(40554,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-05-28 05:48:47.803000'),(40555,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-05-27 05:58:36.991000'),(40556,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2019-05-26 06:28:40.947000'),(40557,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-05-23 06:34:25.646000'),(40558,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-05-23 06:34:07.238000'),(40559,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-21 04:54:29.113000'),(40560,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-05-20 05:10:49.280000'),(40561,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2019-05-19 05:26:58.829000'),(40562,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-05-13 06:04:01.079000'),(40563,'We believe we have the very best staff in Texas. SigantureCare is equipped with board-certified staffs, state-of-the-art equipment and clean environment. Thank you for your review.','2019-05-13 06:03:43.180000'),(40564,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review. Hope your dad feels better.','2019-05-12 04:55:57.859000'),(40565,'Muchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal!','2019-05-13 15:11:04.547000'),(40566,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-05-08 05:23:12.804000'),(40567,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-05-08 05:22:36.267000'),(40568,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-05-08 05:21:58.031000'),(40569,'Hello, Jaden! Thanks for the positive feedback--was there anything else we could have done to earn those other three stars? Feel free to reach out to us with questions or comments at info@ercare24.com','2019-05-08 15:25:56.628000'),(40570,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-05-08 05:21:34.735000'),(40571,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2019-05-07 04:18:03.356000'),(40572,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-05-07 04:17:45.989000'),(40573,'We believe we have the very best staff in Texas. Thank you for your review and rating!','2019-05-07 04:17:12.933000'),(40574,'Thank you for your nice review and rating!','2019-05-07 04:17:08.769000'),(40575,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-05-07 04:16:22.021000'),(40576,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-05-06 10:15:05.591000'),(40577,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-06 10:14:48.328000'),(40578,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-05-06 05:57:23.915000'),(40579,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-05-06 05:56:35.906000'),(40580,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-05-05 13:47:53.695000'),(40581,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-05-05 06:47:20.645000'),(40582,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-05-05 06:47:05.227000'),(40583,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-05-05 06:46:22.668000'),(40584,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-05-05 06:45:52.913000'),(40585,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-05 06:45:40.336000'),(40586,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-05-05 06:45:21.761000'),(40587,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-05-05 06:45:08.157000'),(40588,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-05 06:44:54.052000'),(40589,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-05-05 06:44:41.373000'),(40590,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-05-02 09:33:30.267000'),(40591,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-05-02 09:32:49.821000'),(40592,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-04-23 05:50:32.628000'),(40593,'Thank you for your rating, Rishma!','2019-04-22 06:37:41.922000'),(40594,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-04-22 06:37:13.167000'),(40595,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing SignatureCare!','2019-04-22 06:24:05.047000'),(40596,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-04-22 06:36:31.110000'),(40597,'Thank you Benson for your review and rating!','2019-04-22 06:35:45.100000'),(40598,'Thank you for letting us know that our team took great care of your friend. At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and rating.','2019-04-22 06:28:21.545000'),(40599,'Thank you for your great review and rating!','2019-04-22 06:25:38.367000'),(40600,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better!','2019-04-22 06:25:04.067000'),(40601,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-04-17 07:10:56.988000'),(40602,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-04-15 06:00:55.110000'),(40603,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-04-15 06:00:15.470000'),(40604,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-04-15 05:58:53.154000'),(40605,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-04-09 07:05:47.765000'),(40606,'We want everyone who walks through our doors to feel like a VIP. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-04-07 05:57:09.004000'),(40607,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-04-02 07:18:11.824000'),(40608,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. Thanks for understanding the difference. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2019-03-28 23:32:02.581000'),(40609,'Thank you so much for taking the time to let us know about your experience at SignatureCare Emergency Center. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-03-25 07:48:04.330000'),(40610,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. Please thank Townsend on our behalf. We appreciate the great review and rating.','2019-03-24 07:33:49.034000'),(40611,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-03-24 07:24:35.042000'),(40612,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-03-24 07:23:21.734000'),(40613,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your dad\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope he is feeling better.','2019-03-21 06:34:19.380000'),(40614,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your little one is feeling better.','2019-03-19 07:19:33.928000'),(40615,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-03-18 06:36:09.340000'),(40616,'We love hearing about the great experience our patients had at SignatureCare. Thanks for letting us know, and we hope your son is feeling better.','2019-03-12 06:45:23.701000'),(40617,'Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating. Thank you for choosing SignatureCare!','2019-03-13 06:27:38.078000'),(40618,'There\'s never a fun time to visit the ER (especially the weekend and holiday), but we will make your visit with us as quick and as painless as possible. We are open 24/7, even on the holidays. Thank you for letting us know that our SignatureCare team is doing a good job -- it means a lot to us.','2019-03-13 06:25:01.981000'),(40619,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2019-03-12 15:33:30.452000'),(40620,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so very happy to hear you loved our team --- We will make sure to let them know.','2019-05-17 06:10:34.778000'),(40621,'We always appreciate positive feedback from our patients and thank you for trusting us with the care of your mom. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing SignatureCare!','2019-03-11 07:08:22.900000'),(40622,'We appreciate you taking time from your busy schedule to write us such a positive review. Our first priority is to help you feel better. We are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2019-03-10 13:41:49.635000'),(40623,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-03-10 08:33:09.457000'),(40624,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-03-10 08:34:01.944000'),(40625,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-03-10 08:31:01.710000'),(40626,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-03-10 08:32:26.781000'),(40627,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-03-10 08:30:15.685000'),(40628,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-03-10 08:29:33.960000'),(40629,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-03-10 08:28:09.549000'),(40630,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2019-03-10 08:27:29.320000'),(40631,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare and recommending us!','2019-03-10 08:26:58.873000'),(40632,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-03-10 08:25:15.775000'),(40633,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback -- it helps us excel at our jobs.','2018-10-07 17:39:43.286000'),(40634,'Thank you for your continued trust and taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-02-27 13:46:49.006000'),(40635,'We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-02-26 12:31:47.835000'),(40636,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient\'s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-02-24 11:11:57.901000'),(40637,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-02-19 13:34:29.978000'),(40638,'SignatureCare Emergency Center takes pride in our staff, and our staff cares so much about our patients. We are so very happy to hear you loved your team. We will make sure to let them know.','2019-02-19 13:34:10.214000'),(40639,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us, we will pass them along. Thank you for choosing SignatureCare!','2019-02-19 13:33:47.409000'),(40640,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-02-19 13:32:45.254000'),(40641,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-02-19 13:32:11.361000'),(40642,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-02-19 13:31:07.530000'),(40643,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-02-19 13:27:33.513000'),(40644,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2019-02-13 12:59:40.263000'),(40645,'Thanks for the 5 star, Jess!','2019-02-11 13:24:15.040000'),(40646,'We want everyone who walks through our doors to feel like a VIP. Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for supporting us, and putting your trust in SignatureCare.','2019-02-06 13:24:12.142000'),(40647,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at tmoore@roundtmc.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-01-31 16:22:12.115000'),(40648,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-02-05 13:55:41.378000'),(40649,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-02-05 13:58:01.195000'),(40650,'Thank you for rating us 5 star, Aureona!','2019-02-04 13:20:14.203000'),(40651,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. We are glad to hear that we make each visit with us pleasurable and quick. Our staff thanks you for your nice review and great rating.','2019-02-04 13:26:37.981000'),(40652,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare and for your recommendation.','2019-02-04 13:31:09.072000'),(40653,'SignatureCare Emergency Center takes pride in our staff, and our staff cares so much about our patients. We are so very happy to hear you loved your team. We will make sure to let them know.','2019-02-04 13:31:53.686000'),(40654,'Thanks for the 5 star, Marilyn!','2019-02-03 11:46:10.857000'),(40655,'Thank you for a great rating, Natalie!','2019-02-03 11:45:53.733000'),(40656,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-02-03 11:45:16.691000'),(40657,'Thank you for rating us 5 star, Desiree!','2019-02-03 11:44:42.534000'),(40658,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-02-03 11:44:22.090000'),(40659,'Thanks for leaving a great rating, Veronica!','2019-02-03 11:43:04.943000'),(40660,'Thank you for the 5 star, Marina!','2019-02-03 11:42:39.985000'),(40661,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-02-03 11:42:24.336000'),(40662,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-02-03 08:01:25.872000'),(40663,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-02-03 07:59:37.300000'),(40664,'We believe we have the very best staff and the newest and most sterilized emergency rooms in Texas. SignatureCare Emergency Centers take pride in our staff because they care so much about our patients. We are so very happy to hear you loved your team --- We will make sure to let them know.','2019-02-03 07:03:02.755000'),(40665,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff cares so much about patients and appreciates receiving comments like this. They are always here and willing to meet all your health-care needs 24/7.','2019-01-31 15:19:02.886000'),(40666,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-02-03 07:01:10.688000'),(40667,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-02-03 06:59:12.696000'),(40668,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-02-03 06:58:24.258000'),(40669,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. And we have the newest and most sterilized emergency rooms in the state of Texas. We appreciate the great review and rating.','2019-02-03 06:57:19.594000'),(40670,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-02-03 06:54:35.070000'),(40671,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-02-03 06:50:36.343000'),(40672,'Thanks for the 5 star, Julio!','2019-02-03 06:52:53.428000'),(40673,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare and for your recommendation.','2019-02-03 06:52:35.218000'),(40674,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-02-03 06:51:26.603000'),(40675,'Thanks for rating 5 star, Silvia!','2019-01-30 13:26:37.688000'),(40676,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-01-30 13:26:16.025000'),(40677,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Our goal is to get you in and out quickly and back to good health. We hope you are feeling better! Thank you for the wonderful feedback and recommendation!','2019-01-30 13:25:31.904000'),(40678,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-01-30 13:21:02.398000'),(40679,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-01-30 13:18:37.623000'),(40680,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-01-30 13:18:02.824000'),(40681,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-01-30 13:17:38.085000'),(40682,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-01-29 13:58:44.256000'),(40683,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-01-28 08:29:05.607000'),(40684,'SignatureCare Emergency Center takes pride in our staff, and our staff cares so much about our patients. We are so very happy to hear you loved your team. We will make sure to let them know.','2019-01-28 08:28:04.714000'),(40685,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-01-28 08:27:34.199000'),(40686,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-01-28 08:26:48.310000'),(40687,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you and your sister. We appreciate the great review and rating.','2019-01-28 08:26:29.451000'),(40688,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-01-28 08:24:53.212000'),(40689,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-01-28 08:23:24.254000'),(40690,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-01-28 08:22:35.565000'),(40691,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-01-23 16:11:32.244000'),(40692,'We always aim to provide the best care, so we love hearing that this was your and your wife\'s experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-01-23 16:11:21.005000'),(40693,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-01-23 16:10:50.535000'),(40694,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-01-23 14:56:12.741000'),(40695,'Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. Its their compassion that makes our staff so caring towards every patient. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-01-23 14:55:49.483000'),(40696,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare and a recommendation.','2019-01-23 14:52:12.514000'),(40697,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-01-23 14:51:04.382000'),(40698,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-01-21 11:37:54.313000'),(40699,'Thanks for the 5 star, Melissa!','2019-01-20 10:05:46.725000'),(40700,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2019-01-20 10:05:22.534000'),(40701,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-01-20 10:04:35.362000'),(40702,'Thanks for the 5 star review!','2019-01-18 16:01:47.710000'),(40703,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-01-18 16:02:53.314000'),(40704,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-01-16 16:45:46.530000'),(40705,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-01-18 16:02:43.142000'),(40706,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-01-17 06:53:39.526000'),(40707,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-01-17 06:52:56.510000'),(40708,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-01-17 06:52:02.588000'),(40709,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-01-17 06:50:06.190000'),(40710,'Thank you for taking the time to let us know how we are doing. Our community is important to us, so we love hearing that our team is doing a good job, we\'ll make sure to let them know. It\'s never fun when a parent has to visit the ER, but we aim to make you and your family as comfortable as possible while waiting for diagnosis and treatment. Thank you for choosing SignatureCare.','2019-01-16 07:49:00.655000'),(40711,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2019-01-16 07:42:54.752000'),(40712,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-01-16 07:46:02.244000'),(40713,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-01-16 07:45:40.490000'),(40714,'Thanks for a great rating, Brittney!','2019-01-16 07:45:14.903000'),(40715,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-01-16 07:44:35.256000'),(40716,'SignatureCare Emergency Center takes pride in our staff, and our staff cares so much about our patients. We are so very happy to hear you loved your team. We will make sure to let them know.','2019-01-15 11:14:47.945000'),(40717,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-01-14 10:14:55.706000'),(40718,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-01-14 10:14:07.607000'),(40719,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-01-13 12:51:56.487000'),(40720,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-01-11 17:43:55.240000'),(40721,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-01-08 14:20:18.822000'),(40722,'Thanks for the 5 star review!','2019-01-10 16:13:41.294000'),(40723,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-01-11 17:44:24.633000'),(40724,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-01-11 17:44:43.230000'),(40725,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-01-11 17:44:14.674000'),(40726,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. If you have any additional questions, don\'t hesitate to reach back out.','2019-01-11 17:44:56.477000'),(40727,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-01-11 17:45:05.945000'),(40728,'SignatureCare Emergency Center takes pride in our staff, and our staff cares so much about our patients. We are so very happy to hear you loved your team. We will make sure to let them know.','2019-01-11 17:43:42.142000'),(40729,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so very happy to hear you loved your team --- We will make sure to let them know.','2019-01-10 16:14:55.728000'),(40730,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-01-10 16:16:46.423000'),(40731,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-01-10 16:15:18.354000'),(40732,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-01-10 16:14:02.781000'),(40733,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. We want everyone who visits us to feel like family and our employees care so deeply for each patient. It\'s great to hear that our team made you feel welcome and relieved your hospital anxiety - thanks for letting us know. Also thank you for choosing SignatureCare and for the nice review!','2019-01-10 16:13:30.864000'),(40734,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. It\'s their compassion for others that makes our employees so special. We are so glad to hear that our team took such good care of you, and in a quick and efficient manner. Thanks for the great review!','2019-01-10 16:05:30.421000'),(40735,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. It\'s their compassion for others that makes our employees so special. We appreciate you choosing SignatureCare and for recommendation.','2019-01-10 15:08:29.210000'),(40736,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-01-10 14:19:15.018000'),(40737,'What a nice review! Thank you for taking the time to let us know how we are doing. Our community is important to us, so we love hearing that our team is doing a good job. It\'s their compassion for others that makes our employees so special. We are so glad to hear that our team took such good care of you, and in a quick and efficient manner. Thank you for letting us know how we are doing, and thank you for choosing SignatureCare!','2019-01-10 15:00:18.778000'),(40738,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. It\'s their compassion for others that makes our employees so special. Thank you for choosing SignatureCare, time and again!','2019-01-10 11:18:56.813000'),(40739,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-01-10 08:28:51.951000'),(40740,'Thanks for the review, Churiah!','2019-01-10 16:14:11.690000'),(40741,'Thank you Maya for the great rating. We appreciate you choosing SignatureCare!','2019-01-09 07:50:31.620000'),(40742,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you Gerry for choosing SignatureCare!','2019-01-09 07:46:44.137000'),(40743,'Thank you Polly for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-01-09 07:42:58.184000'),(40744,'We believe we have the very best staff in Texas and our staff cares so much about our patients.\nWe want everyone who visits us to feel like family and serve you quickly and to your comfort. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. We will make sure to let them know. Thank you for choosing SignatureCare and for the nice review!','2019-01-08 11:58:04.417000'),(40745,'SignatureCare emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you for choosing us!','2019-01-07 18:59:24.742000'),(40746,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel as comfortable as possible and able to relax while your treatment and diagnosis are in process. Thank you for choosing us and for letting us know that we are doing a good job. Our community is important to us, so it\'s nice to hear.','2019-01-07 18:58:58.723000'),(40747,'SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. Thank you for letting us know that they are doing a good job. We appreciate the great feedback.','2019-01-07 18:56:49.090000'),(40748,'Our promise to all our patients to treat you like you are our ONLY patient. We are so happy to hear your experience was as it should always be when you visit an emergency room. Thank you for choosing SignatureCare and for the very nice review. We hope you are feeling better.','2019-01-07 18:56:09.506000'),(40749,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-01-07 10:38:00.295000'),(40750,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-01-07 10:24:11.566000'),(40751,'SignatureCare Emergency Center’s staff sets goals on patient satisfaction. Thank you for letting us know we’re one step closer to meeting them!','2019-01-06 18:27:32.233000'),(40752,'When we receive feedback like this, it helps us know we’re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for choosing SignatureCare and for the nice review.','2019-01-06 18:27:17.302000'),(40753,'Your positive feedback will help our team continue to do a great job for our patients. Our staff aims to make every patient’s experience speedy and comfortable. Thank you for trusting your emergency needs with SignatureCare.','2019-01-06 18:26:47.779000'),(40754,'Thank you so much for placing your trust in SignatureCare Emergency Center. Our board-certified doctors and staff aim to provide the best possible care for everyone that walks through our doors. Thank you for choosing our facility.','2019-01-06 18:26:19.804000'),(40755,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2019-01-05 19:08:03.531000'),(40756,'Thank you so much for taking the time to review us. I am so sorry to hear about your billing frustrations with us, and I invite you to speak with our billing director to see if he can come up with a solution for you. Please send him an email to tmoore@roundtmc.com with your full name, date of service and location of service, and allow him to review your file and reach out to you. I am sure he will be able to come up with a solution you will be happy with. Thank you for giving us the opportunity to work with you on this, and thank you so much for your review. We take all comments and reviews very seriously.','2019-01-05 19:06:30.477000'),(40757,'We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you so much for choosing SignatureCare.','2019-01-05 19:07:46.905000'),(40758,'Our team makes us proud every day with the way they care for our patients. Thank you for taking the time to let us know how we are doing. We appreciate the feedback.','2019-01-05 19:07:22.782000'),(40759,'Thank you so much for your great feedback, Keyshawn. We appreciate the review and the five-star rating.','2019-01-05 19:06:51.278000'),(40760,'We appreciate the kind words and will be sure to pass them along to our team. Thank you for the nice review.','2019-01-05 00:14:18.256000'),(40761,'Thanks so much for the feedback, Heather. And thank you for choosing SignatureCare.','2019-01-05 00:13:56.456000'),(40762,'Thank you so much for the five-star rating, Melissa!','2019-01-04 03:47:46.373000'),(40763,'We always appreciate positive feedback from our patients. Our SignatureCare staff is always here and willing to meet all your healthcare needs 24/7.','2019-01-04 03:47:35.485000'),(40764,'At SignatureCare Emergency Center, we are always looking for ways to improve our services. Our patients are what keep us going strong. Thank you for your positive review, and we hope you feel better.','2019-01-04 03:46:37.992000'),(40765,'It is never fun when you get sick, but when you have an emergency, we are here to help! Thank you for your review and we hope you are feeling better.','2019-01-04 03:46:05.806000'),(40766,'Our SignatureCare doctors, nurses and medical staff will make you and your family members feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing us and for the fantastic review.','2019-01-04 03:45:21.934000'),(40767,'We appreciate you taking time from your busy schedule to write us a positive review. Our ERs are open 24/7 and here anytime you need emergency medical attention. Thank you for choosing us!','2019-01-04 03:44:41.431000'),(40768,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms.','2019-01-03 17:35:40.618000'),(40769,'No one likes the ER, but at SignatureCare, we aim to make your stay with us as quick and as comfortable as possible. Thank you so much for choosing us and for the nice review.','2019-01-03 17:30:53.449000'),(40770,'Thank you so much for placing your trust in SignatureCare Emergency Center. Our board-certified doctors and staff aim to provide the best possible care for everyone that walks through our doors. Thank you for choosing us.','2019-01-02 16:43:25.399000'),(40771,'Your positive feedback will help our team continue to do a great job for our patients. Our staff aims to make every patient’s experience speedy and comfortable. Thank you for trusting your emergency needs with SignatureCare.','2019-01-02 16:43:01.240000'),(40772,'When we receive feedback like this, it helps us know we’re doing something right in our community. Thank you for choosing SignatureCare.','2019-01-02 16:42:40.801000'),(40773,'We are so sorry to hear about your recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency, and we will always put our patients first. Thanks for the nice review!','2018-12-30 19:58:13.694000'),(40774,'Thank you so much for taking the time to let us know how we are doing. And thank you for choosing SignatureCare!','2018-12-29 17:42:41.227000'),(40775,'We are so sorry to hear about your recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency. Thank you for trusting us with your care.','2018-12-28 16:26:00.906000'),(40776,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was a positive one. Thank you for the nice review and we hope you are feeling better.','2018-09-19 16:54:11.578000'),(40777,'Thank you so much for the five-star rating, Jennifer!','2018-12-22 14:34:01.066000'),(40778,'SignatureCare Emergency Centers boast wait times of 10 minutes or less -- thank you for letting us know we are exceeding our goals! We know you have a choice in emergency care, and we appreciate you choosing us.','2018-12-21 03:18:33.302000'),(40779,'We are so sorry to hear about your recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency, and we will always put our patients first. We hope you feel better.','2018-12-20 18:35:59.000000'),(40780,'Thank you so much for the positive feedback. We appreciate your comments and reviews. Although we hope to not see you soon, we are here when you do have an unexpected emergency.','2018-12-19 16:56:41.059000'),(40781,'Our team makes us proud every day with the compassion and care they show our patients. Thank you for taking the time to let us know that they are doing a good job. We appreciate the great feedback, and thank you for choosing SignatureCare!','2018-12-19 16:37:53.893000'),(40782,'Thank you so much for the five-star rating! We appreciate the feedback.','2018-12-19 16:37:02.890000'),(40783,'Thank you so much for taking the time to let us know how we are doing. We are sorry that you were not greeted warmly, but are very pleased to hear that the rest of our team made you feel welcome and well taken care of. Thank you for choosing SignatureCare and please consider us again should you have another emergency.','2018-12-14 16:54:43.516000'),(40784,'Thank you so much for the five-star rating, Brigette. We appreciate the feedback!','2018-12-14 16:40:50.742000'),(40785,'Your positive feedback will help our team continue to do a great job for our patients. Our staff aims to make every patient’s experience speedy and comfortable. Thank you for trusting your wife\'s emergency needs with SignatureCare.','2018-12-10 01:26:26.253000'),(40786,'Thank you so much for the good rating, Brandon. We hope if there is anything we could have done to earn a five-star rating, we hope you will let us know, as we aim for 100% satisfaction each time you visit us. Thank you for choosing us!','2018-12-05 02:44:54.685000'),(40787,'At SignatureCare Emergency Center, we love all our patients, and our number one goal is to treat and diagnose quickly and ensure you feel better faster. We do that by using our on-site state-of-the-art equipment to quickly diagnose patients and our board-certified doctors to implement treatment plans. Thank you for trusting us with your medical needs and for taking the time to let us know how we are doing!','2018-12-02 16:30:59.832000'),(40788,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We are pleased to learn you see the benefits of an emergency room vs. the hospital and are very proud that you chose SignatureCare Emergency Center as your choice for care. Thank you so much for your wonderful feedback!','2018-12-02 16:30:19.714000'),(40789,'Thanks so much for the feedback and great rating. We appreciate it!','2018-11-27 15:38:29.223000'),(40790,'SignatureCare is open 365 days a year, 24 hours a day! While we hope not to see you anytime soon, we are here when you need us. Thank you so much for your nice review.','2018-11-23 17:00:18.310000'),(40791,'We aim for 100% satisfaction at SignatureCare. Thank you for choosing us and for the nice review.','2018-11-22 17:09:51.753000'),(40792,'Their dedication for helping others is why we love our doctors. Thank you so much for putting your faith in us, and thank you for the nice review.','2018-11-18 16:26:35.086000'),(40793,'We are so sorry to hear about your recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency, and we will always put our patients first. Thank you for choosing us and for taking the time to rate our services. We appreciate it!','2018-11-15 16:16:03.816000'),(40794,'At SignatureCare Emergency Center, we love all our patients, and our number one goal is to treat and diagnose quickly and ensure you feel better faster. We do that by using our on-site state-of-the-art equipment to quickly diagnose patients and our board-certified doctors to implement treatment plans (or transfer to a hospital when necessary!). Thank you for trusting us with your medical needs and we hope you are feeling better.','2018-11-12 15:55:19.600000'),(40795,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff try to make you comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the great review!','2018-11-13 16:36:55.146000'),(40796,'SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so very happy to hear that our team took good care of you and we hope you are feeling better. Thank you for choosing us!','2018-11-13 16:36:09.073000'),(40797,'What a nice comment! Thank you so much for taking the time to let us know how we are doing. We appreciate the feedback and great rating.','2018-11-08 16:29:40.965000'),(40798,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your positive review, and we hope you are feeling better.','2018-11-04 15:58:29.591000'),(40799,'Thank you so much for the positive feedback. We appreciate your comments and reviews. Although we hope to not see you soon, we are here 24/7 if and when you have an unexpected emergency.','2018-11-04 15:56:21.667000'),(40800,'We aim for 100% satisfaction at SignatureCare. Thank you so much for taking the time out of your day to review our services, and thank you for the great rating!','2018-11-01 20:25:18.925000'),(40801,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was as it should always be when you visit an emergency room, specifically SignatureCare. Thanks for the great review.','2018-10-27 17:04:46.754000'),(40802,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you for choosing us!','2018-10-26 16:13:02.687000'),(40803,'Their compassion and dedication for helping others is why we love our employees. Thank you for your kind words, and thank you for choosing SignatureCare!','2018-10-26 16:12:30.893000'),(40804,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn about your positive experience with us. Thank you for the nice review!','2018-10-26 16:12:05.225000'),(40805,'Thank you for your kind words -- we will pass them along to our SignatureCare team. Thank you for choosing us and for trusting us with your care.','2018-10-23 15:36:00.593000'),(40806,'Thank you for taking the time to review us. We take all comments very seriously and we are very sorry to hear about your billing frustrations. Please give us the opportunity to discuss this matter with you personally. I am positive we can come to a resolution. If you would please email our billing director at tmoore@roundtmc.com with your full name, date of service and location of service, Tray will review your bill and reach out to you with what I am sure will be an agreeable solution. Thank you for giving us the chance to make this right with you, Katherine. We appreciate the feedback and your time.','2018-10-21 20:27:57.855000'),(40807,'Agradecemos su revisión y recomendación. Muchas gracias por elegir SignatureCare.','2018-10-18 15:22:14.537000'),(40808,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and please consider us next time you are experiencing a healthcare emergency. We are here 24/7 in case you need us again!','2018-10-14 14:24:08.534000'),(40809,'We know visiting the emergency room can be a scary experience. Thank you for letting SignatureCare put you at ease and provide you with the best care possible. And thank you for the great feedback.','2018-10-10 15:54:05.157000'),(40810,'Your great feedback will help our team continue to do a good job in our community. Our staff aims to make every patient’s experience speedy and comfortable. Thank you for trusting us with your emergency needs.','2018-10-10 15:52:21.055000'),(40811,'Thank you so much for your feedback! At SignatureCare, our goal is to always provide the best care. If you have any further questions, don’t hesitate to give our team a call.','2018-10-07 17:42:33.432000'),(40812,'Our staff appreciates receiving comments like this. We want everyone who walks through the doors at SignatureCare to feel like a VIP. Thank you for taking time to leave us such a nice review.','2018-10-07 17:42:13.123000'),(40813,'Thank you for your feedback. When we receive feedback like this, it helps us know we’re doing something right in our community. And thank you for choosing SignatureCare!','2018-10-07 17:40:38.957000'),(40814,'Thank you for letting us help you and help you feel better! The most stressful time for anyone is during a medical emergency. We hope we put you at ease and provided you with the best care possible.','2018-10-07 17:40:08.870000'),(40815,'While we hope not to see you anytime soon, SignatureCare is open 24 hours a day, 7 days a week so you have peace of mind during your next emergency. Thanks for the great rating and nice review.','2018-10-07 17:39:16.962000'),(40816,'Your positive experience means a lot to our staff. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2018-10-07 17:38:24.601000'),(40817,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your positive review, and we are always here whenever you need us.','2018-10-07 17:37:56.732000'),(40818,'Our emergency centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and SignatureCare\'s doctors are board certified and can handle most of the same emergencies as a hospital. We are glad to learn you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Thank you for the great review and rating, and we hope you are feeling better.','2018-10-07 17:37:42.605000'),(40819,'Thank you for giving us your trust time and again for your medical care. The ER is never fun, but we aim to make each visit as quick and as painless as possible. Thank you so much for the nice review.','2018-10-07 17:35:35.112000'),(40820,'We are so sorry to hear about your recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency, and we will always put our patients first. Thank you for choosing us!','2018-10-07 17:35:02.237000'),(40821,'Visiting the ER is never fun, especially when you are out of town. We are sorry your visit to Houston led to food poisoning, but we are very glad to hear that our team delivered excellent care for you. Thank you for letting us know, and thank you for choosing SignatureCare.','2018-10-07 17:34:35.846000'),(40822,'We appreciate the five-star rating, Cara!','2018-10-07 17:33:41.120000'),(40823,'Thank you so much for the five stars!','2018-10-07 17:33:28.847000'),(40824,'We are so very happy to hear you loved our staff. We will make sure to let them know. We hope you are feeling better and appreciate you choosing SignatureCare.','2018-10-07 17:33:17.008000'),(40825,'Our promise to all our patients is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and thank you for choosing SignatureCare!','2018-10-07 17:32:34.351000'),(40826,'Our doctors are board certified and have excellent bedside manners -- so we’ve been told numerous times. Thank you for letting us know that our doctor took such good care of you and that our team made your visit comfortable. And thank you for choosing SignatureCare!','2018-10-07 17:31:46.779000'),(40827,'When you have an emergency, SignatureCare is open 24/7 and ready to help. Thank you for your review and and great rating.','2018-10-07 17:30:31.516000'),(40828,'We are very happy to learn your experience was pleasant, as we strive for excellence each time you visit SignatureCare. Thank you for the nice review!','2018-09-18 16:27:18.786000'),(40829,'Thank you so much for the five stars! We appreciate and value your feedback.','2018-09-18 16:26:27.807000'),(40830,'We get you in to see a doctor FAST so that you can feel better faster and get back on the road to good health. Thank you for letting us know how we are doing and for choosing SignatureCare.','2018-09-17 17:05:24.140000'),(40831,'It’s great to hear that our staff was pleasant and that your experience with us was positive. Thank you for the fantastic review, and for trusting SignatureCare with your care.','2018-09-16 22:40:38.782000'),(40832,'SignatureCare\'s doors are open 24/7 for community members suffering a medical emergency. Thank you so much for putting your trust in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to us to hear that we’re doing a good job.','2018-09-15 19:27:30.168000'),(40833,'Our team makes us proud every day. Thank you for letting us know that they are doing. good job, and thank you for choosing SignatureCare!','2018-09-14 21:04:59.190000'),(40834,'At SignatureCare Emergency Center, we love all our patients, and our number one goal is to treat and diagnose quickly and ensure you feel better faster. We do that by using our on-site state-of-the-art equipment to diagnose and our board-certified doctors to implement treatment plans. We appreciate your trust and the great review.','2018-09-09 13:43:12.115000'),(40835,'We appreciate you taking time from your day to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Centers.','2018-09-08 15:57:10.805000'),(40836,'Thank you so much for the feedback. We appreciate your comments and reviews, as we are always looking for ways to improve our services. Thank you for choosing SignatureCare!','2018-09-08 15:31:29.347000'),(40837,'Children are a top priority of our SignatureCare team. Children cannot always tell us what’s wrong like an adult, but using our state-of-the-art equipment and onsite lab services, we are able to quickly diagnose young children. We are here to help any time your child isn\'t feeling well. Thank you for your review and we hope your son feels better soon!','2018-09-07 16:16:47.993000'),(40838,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We are glad to learn that you see the benefits of our freestanding emergency room vs. the hospital and are very proud that you chose our emergency room as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and great rating!','2018-09-07 16:14:48.313000'),(40839,'SignatureCare Emergency Center’s staff sets goals on patient satisfaction. Thank you for letting us know we’re one step closer to meeting them! And thank you for choosing SignatureCare.','2018-09-03 14:53:41.759000'),(40840,'Our staff makes us proud every day with their dedication and compassion for others. Thank you for letting us know that they are doing a good job. We appreciate the feedback!','2018-08-31 16:14:58.395000'),(40841,'Thank you for your kind words -- we will pass them along to our team. Thank you for choosing SignatureCare!','2018-08-31 16:14:22.725000'),(40842,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We appreciate you giving us your trust during your recent emergency and for taking the time to let us know how we did. Thanks so much!','2018-08-28 14:38:44.658000'),(40843,'We are so happy to hear your experience was as it should always be when you visit SignatureCare. Thanks for letting us know and for the nice review.','2018-08-26 17:01:41.056000'),(40844,'We have some of the best staff in Texas. SignatureCare Emergency Center takes pride in our staff, and we are so very happy to hear that they took good care of you. Thanks for the great rating and review.','2018-08-25 16:52:57.416000'),(40845,'Thank you so much for the five-star rating!','2018-08-24 15:25:04.241000'),(40846,'SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency, and we are proud to be a part of our community. Thank you so much for the nice review!','2018-08-20 15:21:14.242000'),(40847,'Having to bring a sick child to the ER can be a scary experience, but here at SignatureCare, we treat all children as if they are our own, with the utmost professionalism and care. Thank you for trusting us with her care and we hope she is feeling better.','2018-08-19 17:18:58.380000'),(40848,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was as it should always be when you visit an emergency room, specifically SignatureCare.','2018-08-17 14:50:03.973000'),(40849,'Thank you so much for your feedback. It helps us excel at our jobs, and we appreciate it.','2017-01-12 01:56:56.847000'),(40850,'We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you so much for choosing SignatureCare!','2018-08-17 14:49:15.364000'),(40851,'Our goal is to always provide the best care. Thank you for choosing SignatureCare. We are here 24/7 in case you ever need us again.','2018-08-16 16:24:13.580000'),(40852,'Thank you so much for putting your trust in the board-certified doctors, nurses and staff at SignatureCare. We appreciate the nice review and great rating.','2018-08-16 16:23:39.372000'),(40853,'Thank you for your feedback -- it helps us excel at our jobs. We appreciate you choosing SignatureCare and the great review.','2018-08-16 16:23:11.050000'),(40854,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback, and thank you for choosing us!','2018-08-15 18:10:39.530000'),(40855,'Thank you for supporting us, and putting your trust in our SignatureCare medical team. We appreciate the nice review and great rating.','2018-08-15 18:09:54.363000'),(40856,'We are very happy to learn your experience was pleasant, as we strive for excellence each time you visit SignatureCare.','2018-08-13 13:33:15.137000'),(40857,'Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. We appreciate you taking time from your busy schedule to write us such a positive review. Thank you again for choosing SignatureCare Emergency Centers.','2018-08-14 15:46:09.715000'),(40858,'We appreciate the five star rating more than you know. Thanks so much for choosing SignatureCare!','2018-08-14 13:30:32.057000'),(40859,'Our SignatureCare team appreciates the great feedback. Thank you for choosing us!','2018-08-14 13:30:15.998000'),(40860,'Thank you for choosing SignatureCare and for the nice review. We appreciate the feedback.','2018-08-13 13:33:56.178000'),(40861,'Thank you for the five-star rating! We appreciate the feedback.','2018-08-12 16:17:40.367000'),(40862,'We appreciate and value your feedback. Thank you for your positive review, and we hope you feel better. Thanks for choosing SignatureCare.','2018-08-12 16:17:24.593000'),(40863,'It is never fun when you get sick, but when you have an emergency, we are here to help! Thank you for your review and great rating.','2018-08-12 16:16:42.281000'),(40864,'Their compassion and dedication for helping others is why we love our employees. Thank you for your kind words, and we will pass them along. Thanks for choosing SignatureCare!','2018-08-12 16:15:58.458000'),(40865,'We are so sorry to hear about your employee\'s recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency. Thank you for choosing us and we hope your employee is feeling better.','2018-08-12 16:15:32.085000'),(40866,'We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for the nice review and great rating.','2018-08-12 16:14:05.732000'),(40867,'We are so very happy to hear about your positive experience. Thank you for the nice review.','2018-08-12 16:13:38.890000'),(40868,'Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Centers and for the great rating.','2018-08-12 16:12:36.481000'),(40869,'Thank you for your kind words -- we will pass them along. Thank you for choosing SignatureCare!','2018-08-12 16:12:09.721000'),(40870,'We are so happy to hear your experience was as it should always be when you visit an emergency room, specifically SignatureCare. Thank you for choosing us!','2018-08-12 16:07:36.385000'),(40871,'It is never fun when you get sick, but when you have an emergency, we are here to help! Thank you for your review and we hope you feel better.','2018-08-12 16:11:22.175000'),(40872,'We make our patients the number one priority no matter their emergency. Thank you so much for your positive feedback, we appreciate it.','2018-08-11 13:39:01.764000'),(40873,'When we receive feedback like this, it helps us know we’re doing something right in our community. Thank you for giving us your trust.','2018-08-11 13:38:40.649000'),(40874,'We want everyone who walks through the doors at SignatureCare to feel like a VIP. Thank you for supporting us, and putting your trust in our medical team.','2018-08-11 13:38:18.403000'),(40875,'Thank you for letting SignatureCare help you and help you feel better! We hope we put you at ease and provided you with the best care possible.','2018-08-11 13:37:57.391000'),(40876,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback and for choosing us!','2018-08-11 13:37:32.518000'),(40877,'Our doors are always open for those suffering a medical emergency. Thank you so much for putting your trust in the board-certified doctors, nurses and staff at SignatureCare.','2018-08-11 13:37:15.885000'),(40878,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this. Thank you so much for choosing SignatureCare!','2018-08-11 13:36:45.245000'),(40879,'Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust and we hope you are feeling better.','2018-08-11 13:36:20.796000'),(40880,'We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2018-08-11 13:35:44.548000'),(40881,'The board-certified team at SignatureCare cares deeply about all of our patients. We want patients to know they will be taken care of with the highest level of professionalism. Thank you for entrusting our team with your care. If you need peace of mind in the future, don’t hesitate to contact us.','2018-08-11 13:33:36.195000'),(40882,'Thank you for the five-star rating. We appreciate the feedback!','2018-08-03 19:23:05.952000'),(40883,'Thank you so much for the great rating and feedback. We are open 24/7 in case you ever need us again.','2018-08-11 13:33:56.991000'),(40884,'Our goal is to get you feeling better quickly so you can return to your busy life! Thank you for trusting SignatureCare with your care and for the great review.','2018-08-11 13:34:50.458000'),(40885,'SignatureCare Emergency Center’s staff sets goals on patient satisfaction. Thank you for letting us know we’re one step closer to meeting them! We appreciate the nice review and great rating.','2018-08-11 13:35:21.394000'),(40886,'Our staff makes us proud every day! Thank you for letting us know they are doing a good job.','2018-08-09 16:40:52.948000'),(40887,'Thank you for your kind words. We will be sure to pass them along. Thank you for choosing SignatureCare for your emergency needs.','2018-08-09 16:40:31.759000'),(40888,'Thank you so much for taking the time to review us. We appreciate the feedback. Thank you for choosing SignatureCare!','2018-08-09 16:40:09.094000'),(40889,'While we hope not to see you anytime soon, we want you to know that we are here 24/7 in case of any future medical emergency. Thank you for letting us know that our SignatureCare team is doing a good job -- we appreciate the feedback!','2018-08-09 16:36:55.973000'),(40890,'We appreciate the feedback and the five-star rating. Thank you for choosing SignatureCare!','2018-08-09 16:35:57.982000'),(40891,'We pride ourselves in having some of the best doctors, nurses and staff in Texas. Thank you for letting us know that they are doing a good job in our community. And thank you for choosing SignatureCare.','2018-08-07 17:34:55.400000'),(40892,'Our patients are what keep us going strong. Thank you for your positive review, and thank you for choosing SignatureCare.','2018-08-07 17:33:38.085000'),(40893,'We are so glad to hear about your pleasant experience with us. Thank you for choosing SignatureCare!','2018-08-07 17:29:46.142000'),(40894,'You are right -- NO ONE likes the ER! But we aim to make your visit as pleasant as possible. Our team works hard to treat each patient like a VIP, so it\'s great to hear that this was your experience with us. Thank you for taking the time to write a review. We appreciate your feedback and hope you are feeling better.','2018-08-07 17:22:21.687000'),(40895,'Thank you for the fantastic review, and we are always open and available when you have an unexpected emergency. Thank you for choosing SignatureCare.','2018-08-05 17:52:22.997000'),(40896,'Our staff makes us proud every day -- thank you for reminding us how great they are to their patients. We appreciate your trust and your feedback.','2018-08-05 17:51:48.664000'),(40897,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your trust in the board-certified doctors, nurses and staff at SignatureCare.','2018-08-04 16:38:14.009000'),(40898,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback, it helps us excel at our jobs.','2018-08-04 16:37:41.322000'),(40899,'We want everyone who walks through the doors at SignatureCare to feel like a VIP. Thank you for supporting us, and putting your trust in our medical team. And thank you so much for the nice review.','2018-08-04 16:36:47.029000'),(40900,'We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. And thank you for choosing SignatureCare.','2018-08-04 16:35:48.260000'),(40901,'Your positive feedback will help our team continue to do a great job for our patients. Our staff aims to make every patient’s experience speedy and comfortable. Thank you for trusting your emergency needs with SignatureCare.','2018-08-04 16:35:08.475000'),(40902,'Thank you for your kind words. We will pass them along to our team. Thank you for choosing SignatureCare!','2018-08-03 19:24:35.452000'),(40903,'We appreciate the feedback and great rating. Thank you for choosing SignatureCare!','2018-08-03 19:23:38.378000'),(40904,'Their compassion for helping others is why we love our staff. Thanks for letting us know that they are doing a good job. Thank you for choosing SignatureCare!','2018-08-03 19:22:52.622000'),(40905,'Our community is important to us, so it\'s great to hear that we are doing a good job. Thanks for choosing SignatureCare!','2018-08-03 19:21:48.790000'),(40906,'We want all of our patients to feel like VIPs, so we are glad this was your experience with our facility. Thank you for your trust and for the very nice review.','2018-08-03 19:21:26.725000'),(40907,'Thank you for the five-star rating!','2018-08-03 19:20:52.205000'),(40908,'Thank you for the great words about our staff. We are so glad they treated you so well and we hope you are feeling better!','2018-08-03 19:19:32.733000'),(40909,'We appreciate your feedback and any future recommendation. Thank you for trusting SignatureCare with your emergency needs, and know that we are here 24/7 in case you need us again.','2018-08-03 19:20:10.790000'),(40910,'We aim for 100% satisfaction at SignatureCare, so we are so glad to hear about your positive experience. Thank you for your nice review.','2018-08-03 19:20:39.582000'),(40911,'SignatureCare\'s board-certified doctors and staff aim to provide the best possible care for everyone that walks through our doors. Thank you for letting us know that we are doing a good job, and thank you for choosing us!','2018-08-02 15:37:27.605000'),(40912,'Thank you so much for your kind words -- we will pass them along! Our employees aim to make each patient feel appreciated and listened to, so it\'s great to hear that this was your experience with SignatureCare. Thank you so much for choosing us, and for the great, five-star rating.','2018-08-01 16:35:52.535000'),(40913,'It\'s their compassion for others that makes our employees so special. We are so glad to hear that our team took such good care of you, and in a quick and efficient manner. Thank you for letting us know how we are doing, and thank you for choosing SignatureCare.','2018-08-01 16:36:47.223000'),(40914,'Thank you for your kind words and for giving us the chance to care for you. Thanks for the great rating!','2018-07-31 01:40:45.852000'),(40915,'Our SignatureCare team loves feedback like this. Our community is important to us, so it\'s great to hear that we are doing a good job. Thank you for choosing us and for the nice review!','2018-07-28 15:27:39.840000'),(40916,'We are very sorry to hear about your billing frustrations. We take all of our reviews and comments very seriously, and would like to have our Billing Manager, Tray Moore, look into your bill for you to see if we can come to a resolution. Would you please email tmoore@roundtmc.com with your name, date of service and location of service so that he can review your file and get back with you? We appreciate the chance to review your file and to make you a satisfied patient with SignatureCare.','2018-06-01 17:26:34.128000'),(40917,'Thank you for the five-star rating! We appreciate the feedback.','2018-07-26 14:43:21.489000'),(40918,'We appreciate you trusting us with your family\'s care. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2018-07-25 14:20:28.693000'),(40919,'We are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your positive review, and thank you for choosing SignatureCare.','2018-07-23 15:47:05.830000'),(40920,'We appreciate the great review. Thank you for choosing SignatureCare and we hope you are feeling better.','2018-07-21 17:52:55.982000'),(40921,'We are sorry to hear about your wife\'s emergency, but are so glad you gave us the opportunity to care for her. Thank you for the nice review, and we hope your wife is feeling better.','2018-07-19 15:14:49.274000'),(40922,'Thank you for taking time out of your day to let us know how we are doing. Our SignatureCare team appreciates the feedback and the great rating. We hope you are feeling better!','2018-07-20 16:56:02.570000'),(40923,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff aim to make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2018-07-15 15:59:49.990000'),(40924,'At SignatureCare Emergency Center, we love all our patients, and our number one goal is to treat and diagnose quickly and ensure you feel better faster. We are pleased that this was your experience with our facility. Thank you for trusting us with your emergency need!','2018-07-09 16:12:43.681000'),(40925,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and know that we are here 24/7 in case of any future medical emergency.','2018-07-06 15:35:53.992000'),(40926,'Our goal at SignatureCare is to get you in and out quickly and back on the road to good health. Thank you for giving us your trust and for the very nice review.','2018-07-06 15:36:25.968000'),(40927,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback!','2018-07-05 16:09:11.058000'),(40928,'Thank you for your kind words -- we will pass them along to our team. Thank you for choosing SignatureCare!','2018-07-02 17:27:42.167000'),(40929,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are so glad that you had a positive experience at our facility, and we appreciate the great review. We hope you are feeling better!','2018-06-27 14:12:53.802000'),(40930,'Thank you for letting us know how our team is doing. We appreciate any and all feedback, but enjoy hearing most when our patients have such a positive experience. Thank you for choosing SignatureCare!','2018-06-20 21:20:29.828000'),(40931,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2018-06-16 14:52:53.953000'),(40932,'We are so happy that you see the benefit of our emergency centers over a hospital emergency room. With shorter wait times, and staff that treats you like family, SignatureCare aims to be the community choice when it comes to emergency care. Thank you for giving us the chance to take care of you while you were feeling bed, and we hope you are feeling better!','2018-06-08 16:28:28.095000'),(40933,'I apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. We would love to discuss this incident with you and get more details so we can do better next time. Can you email jmartin@ercare24.com with the patient\'s full name, date of service and location of service so that we can review? We appreciate your feedback.','2018-06-07 17:28:09.738000'),(40934,'Thank you so much for the feedback and great rating!','2018-06-06 15:27:09.468000'),(40935,'Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you for choosing SignatureCare Emergency Centers and for the nice review.','2018-06-04 16:28:54.197000'),(40936,'Hi Staan, it looks like, based on your star rating, that you did not have a very good experience with us. We would love to know why so that we can improve our services. Please give us some feedback so we can enter understand your experience. Thanks so much!','2018-05-28 18:30:39.433000'),(40937,'Our promise to all our patients is to treat you like you are our ONLY patient. We are so happy to hear your experience was as it should always be when you visit SignatureCare. Thanks for the great review!','2018-05-27 15:06:47.311000'),(40938,'We are sorry to hear about your recent emergency, but are glad to hear that our team took good care of you. Thank you for the nice rating and review.','2018-05-09 16:45:38.589000'),(40939,'We appreciate you giving us your trust time and again for your emergency medical needs. Thank you for taking the time to let us know that our team is doing a good job. We will pass along your kind words to our team. Thanks again for choosing SignatureCare!','2018-05-08 15:54:23.235000'),(40940,'Thank you for taking time out of your day to leave us a nice review. We appreciate the feedback and thank you for choosing SignatureCare!','2018-05-07 17:07:32.847000'),(40941,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was as it should always be when you visit an emergency room. Thank you for choosing SignatureCare.','2018-04-26 14:10:06.611000'),(40942,'Thank you for the five-star rating, Kesia! And thank you for choosing SignatureCare.','2018-04-24 16:45:32.049000'),(40943,'We appreciate your continued trust. Thank you for taking the time to review our services, and for the great rating!','2018-04-19 17:28:18.881000'),(40944,'Your positive feedback will help our team continue to do a great job for our patients. Our staff aims to make every patient\'s experience speedy and comfortable. Thank you for trusting your emergency needs with SignatureCare and thank you for the nice review!','2018-04-11 14:18:43.233000'),(40945,'It\'s great to hear that our staff was pleasant during your visit with SignatureCare. Thank you for letting us know that we are doing a good job, and for giving us the chance to take care of you. We hope you are feeling better!','2018-04-10 20:26:52.010000'),(40946,'We appreciate you taking time from your busy schedule to write us such a positive review. SignatureCare is open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us and for the very nice review.','2018-04-07 16:01:24.113000'),(40947,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our team will make you and your family members feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2018-04-03 13:51:15.229000'),(40948,'We are sorry to hear about your husband\'s emergency, but appreciate you choosing SignatureCare. Thank you so much for the feedback.','2017-04-07 16:38:25.669000'),(40949,'It\'s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the great review and rating, and thank you for giving us the chance to care for you during your emergency.','2018-03-20 15:07:35.389000'),(40950,'Thank you for the five-star rating, Jennifer. We appreciate the feedback. Thank you for choosing SignatureCare!','2018-03-20 15:06:37.249000'),(40951,'We love hearing about the comfortable experience our patients had at SignatureCare Emergency Center. Thank you so much for the positive feedback and the great rating.','2018-03-18 16:43:33.300000'),(40952,'We are so sorry to hear about your recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency, and we will always put our patients first. We hope you feel better.','2018-03-09 17:02:54.974000'),(40953,'Thank you so much for your kind words and nice review. We will pass them along!','2018-03-06 16:20:27.050000'),(40954,'Thank you for taking time out of your busy day to review us and our team. We appreciate your feedback and the chance to care for you. Thanks for choosing SignatureCare.','2018-03-01 17:45:12.526000'),(40955,'Our goal at SignatureCare is to get you in and out quickly sot hat you can get back on the road to good health (and good hearing!). Thanks for letting us know we are doing a good job.','2018-02-27 16:59:15.138000'),(40956,'Thank you for letting us know how we are doing. We appreciate you choosing SignatureCare!','2018-02-21 22:13:06.628000'),(40957,'We are sorry to learn about your experience. I would like to have our manager reach out to you and learn more. Could you please send me your information at info@ercare24.com. Thank you and we hope you feel better.','2018-02-15 23:13:24.221000'),(40958,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you so much for the great review and rating.','2018-02-10 16:26:39.591000'),(40959,'Our community is important to us, so we are so pleased to hear that we are doing a good job. Our goal is to make patients and their guests comfortable while diagnosis and treatment are in progress. Thank you for trusting us with your boyfriend\'s care, and we hope he is feeling better.','2018-02-06 16:35:55.220000'),(40960,'We appreciate the five-star rating, Jessica!','2018-02-05 17:29:14.361000'),(40961,'Our team appreciates hearing feedback like this -- it will help us continue to do a good job in our community. Thank you for choosing SignatureCare and we hope you are feeling better.','2018-02-03 18:09:57.177000'),(40962,'Our staff cares so much about our community, and they continue to make us proud every day with their kindness and compassion. Thanks for letting us know that they are doing a good job. We appreciate the review and great rating.','2018-02-01 21:08:02.843000'),(40963,'Thanks so much for letting us know how our team is doing. It\'s important that we take good care of our community. Thank you for choosing SignatureCare and for the great feedback!','2018-02-01 15:37:23.180000'),(40964,'Thanks so much for your feedback. We appreciate it, and the nice review. We hope you are feeling better.','2018-01-27 17:07:04.309000'),(40965,'We will be sure to pass along your kind words to our staff. Thanks for your feedback, and for choosing SignatureCare','2018-01-27 17:06:36.920000'),(40966,'Thank you so much for placing your trust in SignatureCare Emergency Center. We appreciate your feedback and the very nice review. We hope your ankle is better!','2018-01-26 16:17:53.628000'),(40967,'Thanks for the great review and rating!','2018-01-25 12:58:55.852000'),(40968,'Our SignatureCare team makes us proud every day with the care they offer to our community. We are so glad you trusted them to take care of you, and hope you will consider us next time you have a medical emergency. Thanks for the great review and rating.','2018-01-25 12:59:44.104000'),(40969,'We are here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, and we appreciate your nice review. Thanks for choosing SignatureCare.','2018-01-18 16:56:29.844000'),(40970,'We appreciate and value your feedback. Our patients are what keep us going strong. Thank you for your positive review, and for trusting us with your care.','2018-01-12 16:30:42.822000'),(40971,'We appreciate and value your feedback. At SignatureCare Emergency Center, we are always looking for ways to improve our services. Our patients are what keep us going strong. Thank you for your positive review, and we hope you feel better.','2018-01-07 19:29:16.093000'),(40972,'Thanks for the feedback and the great rating -- we appreciate it!','2018-01-07 19:29:45.937000'),(40973,'Thank you for the five-star rating, Stan!','2018-01-05 17:23:05.681000'),(40974,'Thanks so much for the great rating, Andrew. If there\'s anything we could have done to earn that fifth star, we hope you will let us know!','2018-01-03 15:55:41.618000'),(40975,'Thanks so much for the five-star rating. We appreciate the feedback!','2018-01-03 15:52:47.533000'),(40976,'Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2017-12-29 16:17:06.258000'),(40977,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and please consider us next time you are experiencing a healthcare emergency.','2017-12-29 16:16:35.505000'),(40978,'Thank you for letting us help you and help you feel better! The most stressful time for anyone is during a medical emergency. We are glad to hear that we put you at ease and made your visit with us a pleasant one.','2017-12-28 15:04:30.151000'),(40979,'Our patients are what keep us going strong. Thank you for your positive review, and for choosing SignatureCare.','2017-12-27 19:40:28.277000'),(40980,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Centers.','2017-12-26 19:07:45.043000'),(40981,'We are happy you had a great visit and we made you feel safe. Our goal is to provide excellent care and we are happy we did that for you. Feel Better','2017-12-14 23:01:28.474000'),(40982,'Thank you so much for the 5 Star rating. We hop you feel better!','2017-12-14 23:02:43.981000'),(40983,'Thank you for the positive 5 Star feedback!','2017-12-14 23:04:27.790000'),(40984,'Our staff aim for a short wait and we are glad you were well taken care of. If you need us we are here 24/7. Including the holidays!','2017-12-14 23:05:47.744000'),(40985,'Our goal is to provide excellent care, from the front desk to the doctors and nurses. We strive for patient satisfaction and are so happy that your visit reflected that. We will always be here if you need any medical attention in the future and we are humbled that you would refer us to your friends and family. We promise to take great care of them as well. Safe safe and well.','2017-12-14 23:09:05.583000'),(40986,'Thank you Amanda. We are glad your daughter and you had a great visit. Although we do not hope to see you soon, we are here should you need us. :)','2017-12-14 23:04:12.393000'),(40987,'Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Centers.','2017-11-28 17:53:47.953000'),(40988,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and at the nice review. Thanks for choosing SignatureCare.','2017-11-27 19:53:34.296000'),(40989,'No one likes the ER, but at SignatureCare, we aim to make your visit with us as painless as possible. Thank you for the nice review.','2017-11-22 14:42:54.882000'),(40990,'Our staff make us proud every day! Thank you for letting us know how they are doing. We will pass along your kind words.','2017-11-22 14:42:28.217000'),(40991,'Thank you so much for the five-star rating, Rosemary!','2017-11-20 14:16:03.891000'),(40992,'Thank you so much for the feedback. We appreciate the five stars!','2017-11-14 19:10:34.405000'),(40993,'We are so sorry to hear about your recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency, and we will always put our patients first. We hope you are feeling better.','2017-11-13 18:57:28.869000'),(40994,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and please consider us next time you are experiencing a healthcare emergency.','2017-11-12 18:57:14.766000'),(40995,'Thank you so much for the positive feedback. We appreciate your comments and reviews. Although we hope to not see you soon, SignatureCare is here when you do have an unexpected emergency.','2017-11-10 17:11:31.303000'),(40996,'SignatureCare Emergency Center takes pride in our staff because our staff cares so much about our patients. We are so very happy to hear you loved your medical team. We will make sure to let them know.','2017-11-05 16:48:03.666000'),(40997,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2017-11-05 16:49:49.314000'),(40998,'We appreciate the feedback, Alex. Thank you for choosing SignatureCare.','2017-11-04 15:16:44.077000'),(40999,'We are so glad to know that our certified medical staff were kind and patient. These are some of the very traits we looks for when hiring medical staff and we employ some of the best!. Thank you for visiting us and although we don\'t hope to see you soon, we are always here 24 hours a day if you do need us.','2017-01-19 20:13:45.568000'),(41000,'We appreciate the five-star rating!','2017-10-30 01:31:53.362000'),(41001,'We will pass along your kind words! Thanks for letting us know that our SignatureCare team is doing a good job.','2017-10-26 15:31:32.904000'),(41002,'Thank you for the kind words about our staff -- they certainly do us proud every day! We appreciate the feedback and the great rating.','2017-10-26 15:30:44.763000'),(41003,'Thank you for the five-star review!','2017-10-25 16:34:21.467000'),(41004,'We appreciate this positive feedback, Leigh. Thanks so much for your kind words and for choosing SignatureCare.','2017-10-20 20:45:18.410000'),(41005,'Thank you so much for the 5 star rating. We aim to please and provide emergency care 24 hours to everyone in the Montrose area. Thanks for Choosing SignatureCare','2017-10-19 14:56:51.008000'),(41006,'We are glad you had a good visit- When you need emergency care- we will be here. We hope you feel better.','2017-10-19 15:00:02.998000'),(41007,'We appreciate you taking the time to rate us!','2017-10-14 15:40:21.517000'),(41008,'Thank you for the five-star rating. We appreciate it.','2017-10-14 15:40:07.359000'),(41009,'Thank you for the five-star rating!','2017-10-14 15:39:43.242000'),(41010,'Our SignatureCare team makes us proud every day with the way they care for our patients. Thank you for letting us know they are doing a good job.','2017-10-12 14:02:55.763000'),(41011,'Thank you for the five-star rating, Tina!','2017-10-05 16:15:03.245000'),(41012,'Hi there -- I notice that your review says that you had a pleasant visit, and that our nurse called you afterward to ask how you were doing, but you only rated us 3 stars. Was there something that happened that caused you to give us a less-than-stellar rating? We would love to know about it because we always aim for 100% satisfaction when you visit SignatureCare. Please let us know what we could have done to make your visit better so that we can continue to improve. Thank you so much for taking the time to rate and review us. We appreciate the feedback.','2017-10-10 13:14:08.919000'),(41013,'The SignatureCare team makes us proud every day with how they take are of our patients. Thank you for letting us know they are ding a good job.','2017-10-10 00:03:57.335000'),(41014,'Short wait time (of 10 minutes or less) is our signature, and we also make sure every patient is seen by a board-certified physician. Every patient is a VIP at SignatureCare, and we are pleased to hear that this was your experience with our facility. Thank you for letting us take care of you and for the great review.','2017-10-09 00:07:46.305000'),(41015,'At SignatureCare Emergency Center, we understand that the ER is not anyone\'s favorite place, but our doctors, nurses and medical team will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2017-10-04 15:29:23.061000'),(41016,'SignatureCare Emergency Center takes pride in our staff, and our staff cares so much about our patients. Thank you for letting us know they are doing a good job. We appreciate the great review.','2017-10-01 14:20:33.998000'),(41017,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2017-09-29 14:08:07.095000'),(41018,'We are sorry to hear that you had a less than stellar experience at our facility. We would like to learn more about what happened in your situation. Can you please email info@ercare24.com so that we can look into this further? We appreciate your help.','2017-09-25 19:17:25.571000'),(41019,'We appreciate the five-star rating!','2017-09-22 23:44:45.675000'),(41020,'SignatureCare Emergency Center takes pride in our work, and it\'s great to hear that our team took good care of you. We hope you are feeling better -- thanks again for choosing our facility.','2017-09-19 02:45:52.297000'),(41021,'Thank you for taking the time to review our services, Paige. If there was anything we could have done to earn that fifth star, we hope you will let us know, as we aim for 100% satisfaction each time you visit SignatureCare.','2017-09-16 14:25:43.186000'),(41022,'Our registration staff and nurses continue to make us proud. Thank you for trusting them to take care of you. We will pass along your kind words.','2017-09-11 01:03:03.292000'),(41023,'Our patients are what keep us going strong. Thank you for your positive review, and we hope you feel better.','2017-09-07 16:16:31.357000'),(41024,'No one likes the ER, but we hope our team was able to make you as comfortable as possible. It\'s great to hear that you are feeling better. We appreciate the great review.','2017-09-06 16:01:38.651000'),(41025,'Thank you for taking time out of your day to review SignatureCare Emergency Center. We appreciate the feedback and the great rating. While we hope not to see you anytime soon, we hope you will consider us in case of a future emergency.','2017-08-23 01:31:58.771000'),(41026,'Thank you for the feedback. We appreciate the five-star rating.','2017-08-23 01:28:54.513000'),(41027,'We appreciate you taking time from your busy schedule to write us such a positive review. SignatureCare is open 24/7 and here anytime you need emergency medical attention.','2017-08-16 01:15:11.912000'),(41028,'SignatureCare aims to make all of our patients feel like VIPs. It\'s great to hear that was your experience at our facility. We will pass along your kind words to our staff, and we appreciate the review!','2017-08-10 01:41:43.605000'),(41029,'We are sorry about your recent emergency, but are very pleased to hear our staff made you feel better. Thanks for the great review!','2017-08-01 01:25:59.438000'),(41030,'Thank you so much for the nice feedback, Michelle. We appreciate it, and the great rating.','2017-07-29 14:03:36.732000'),(41031,'It\'s great to hear that we are doing a good job in our community. Thank you for your nice review and for letting SignatureCare take care of you!','2017-07-25 01:53:00.332000'),(41032,'We are very sorry to learn about your experience and would like to speak with you. Please contact our Manager Tia Graves at tgraves@ercare24.com who would like to learn more about what happened. We take complaints very seriously. We hope you will contact Tia and consider our emergency rooms again in the future.','2017-07-24 14:36:36.243000'),(41033,'Thank you for letting us know how we are doing. Our goals are to provide the best care possible to all patients and ensure you are comfortable while waiting for diagnosis and treatment. We are very happy to know this was your experience with SignatureCare. Thanks for the great review.','2017-07-20 01:16:47.727000'),(41034,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2017-07-15 22:08:46.467000'),(41035,'Our signature is a short wait time -- usually 10 minutes or less -- and it\'s great to hear that was your experience at SignatureCare. Tahnk you for letting our team take good care of you, and we hope you are feeling better.','2017-07-09 23:55:47.335000'),(41036,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback, it helps us excel at our jobs.','2016-08-26 14:59:49.608000'),(41037,'We appreciate the five-star rating. Thank you for giving us the chance to take care of you.','2017-07-04 14:14:02.037000'),(41038,'We are very happy to learn your experience at SignatureCare was pleasant, as we strive for excellence each time you come to one of our emergency rooms.','2017-06-30 12:24:46.101000'),(41039,'Thank you for the fantastic review. We are always open and available when you have an unexpected emergency.','2017-06-28 01:40:34.531000'),(41040,'We are sorry to learn of your experience attempting to use our restrooms. We have a policy in place as many other businesses do for the use of restrooms. We do not have public restrooms at our emergency rooms and have bathrooms for patients for security, and health reasons. We hope you will not hold this against us and visit our emergency room if you ever have a medical emergency, We also hope you understand!.','2017-07-11 20:35:23.060000'),(41041,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2017-06-25 13:25:21.243000'),(41042,'Thank you for giving SignatureCare the chance to take care of you during your emergency. We appreciate your support.','2017-06-22 16:41:18.625000'),(41043,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2017-06-17 14:10:52.869000'),(41044,'We are sorry about your recent emergencies, but are pleased to hear our team took good care of you. Take care of yourself out there, because we don\'t want to see you anytime soon! We appreciate your feedback and the great rating. Thank you for trusting us with your emergency.','2017-06-14 02:07:47.151000'),(41045,'Our goal is to take care of you quickly and to make sure you are comfortable during diagnosis and treatment. It\'s great to hear that this was your experience with our emergency room. Thank you for choosing SignatureCare.','2017-06-01 19:11:02.124000'),(41046,'Thank you for the great rating -- we appreciate it!','2017-06-01 01:38:11.946000'),(41047,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2017-06-01 01:37:54.770000'),(41048,'Our goal at SignatureCare is to get you in and out quickly, and back on the road to good health. Thank you for choosing us and for the nice review.','2017-05-20 16:31:56.679000'),(41049,'Thank you for letting us know our SignatureCare team is doing a good job. We appreciate the review and rating.','2017-05-20 16:31:24.534000'),(41050,'Thank you for your review -- we appreciate it!','2017-05-20 16:30:54.860000'),(41051,'The SignatureCare team is always ready to take care of your emergency needs. Thank you for giving us your trust.','2017-05-19 15:04:40.489000'),(41052,'We want everyone who walks through the doors at SignatureCare to feel like a VIP. Thank you for supporting us, and putting your trust in our medical team.','2017-05-19 15:03:52.706000'),(41053,'Thank you for the great rating -- we appreciate it.','2017-05-19 15:03:16.867000'),(41054,'Our team at SignatureCare knows that your time is valuable, so we appreciate you taking the time to leave us a nice review. Thank you so much for your positive feedback, we appreciate it.','2017-05-18 00:56:17.805000'),(41055,'While we hope not to see you anytime soon, we appreciate that you would consider using us again because of your past experience. Thank you for the great review and rating.','2017-05-17 00:22:34.563000'),(41056,'We appreciate the five-star rating, Marissa!','2017-05-03 15:13:10.585000'),(41057,'Thank you so much for the five-star rating. We appreciate it.','2017-04-20 15:07:19.423000'),(41058,'Thank you for the five-star rating, Forrest!','2017-04-30 16:04:08.693000'),(41059,'While we hate hearing about your emergency, we love hearing that our staff took good care of you while you weren\'t feeling well. Thank you for giving us the chance to serve you, and for the great review.','2017-04-28 16:34:06.248000'),(41060,'Thank you for the five-star rating!','2017-04-28 16:32:21.207000'),(41061,'We are very happy that you had good service. We strive for excellence at our emergency centers, as well as no long waits. Typically, your insurance would dictate your out of pocket expenses, we do not set these rates and it really depends on what insurance you have. Our facilities function exactly like a hospital ER, and then insurance benefits are billed the same way. It sounds like you received an EOB and not a bill from us. We would like to learn more about your specific situation. Please reach out to Tray Moore- if he has not already connected with you tmoore@roundtmc.com or 832-699-3777 and he would be happy to go over the exact billing for your experience. We appreciate you contacting them so that we can learn more specifically about your visit. Thanks and we hope you feel better.','2017-04-28 19:44:45.823000'),(41062,'Thank you for the nice words and the great rating. We appreciate the feedback.','2017-04-25 01:12:11.194000'),(41063,'We appreciate you continuing to choose SignatureCare for your emergency needs and are pleased to hear our staff always takes good care of you. Thank you for the great review.','2017-04-23 17:03:35.443000'),(41064,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the nice review.','2017-04-23 17:02:46.951000'),(41065,'Thank you so much for the positive feedback. We appreciate your comments and reviews. Although we hope to not see you soon, we are here when you do have an unexpected emergency.','2017-04-21 18:09:58.226000'),(41066,'Our team at SignatureCare appreciates comments like this. Thank you for the nice review.','2017-04-21 18:09:00.371000'),(41067,'It\'s feedback like this that assures us that we are doing a good job. Thank you for letting us know, and for the nice review.','2017-04-20 15:08:19.972000'),(41068,'Thank you for the great rating. If there\'s anything we could have done to earn that fifth star, please let us know!','2017-04-20 15:07:44.184000'),(41069,'Update: We are sorry that you feel frustrated with the insurance company and the copays. We have no control over your insurance benefits. We do, however, understand that emergencies happen and that is why our billing company will always work with our patients on any balances owed, we also offer cash payments to those who have no insurance, so that everyone has access to emergency care. Again- we are sorry for the frustrations, but glad that we were able to take care of you quickly by our board certified physicians and wonderful staff.\n\nThank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2016-10-20 15:17:47.328000'),(41070,'Our goal at SignatureCare is to get you in and out quickly and back on the road to good health. Thank you for letting us take care of you during your emergency.','2017-09-05 15:50:56.087000'),(41071,'We appreciate the five-star rating, and the great feedback. Thank you for choosing SignatureCare!','2017-09-05 15:49:51.315000'),(41072,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and please consider us next time you are experiencing a healthcare emergency.','2017-04-16 18:59:11.732000'),(41073,'It\'s comments like that that help us know that we are doing a good job. Thank you for the feedback and for the great rating.','2017-04-16 18:58:19.003000'),(41074,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. If you have any additional questions, don\'t hesitate to reach back out.','2017-04-14 16:19:22.612000'),(41075,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us!','2017-04-14 16:19:02.742000'),(41076,'We are very proud of our staff at SignatureCare, and are pleased to hear that you felt they treated you so well. Thank you for the great feedback and rating.','2017-04-13 14:09:48.309000'),(41077,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your positive review, and we are always here whenever you need us.','2017-04-12 01:01:33.969000'),(41078,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2017-04-12 01:01:19.790000'),(41079,'Thank you for taking the time to leave us a review and rating. We appreciate it.','2017-04-09 14:55:01.603000'),(41080,'We appreciate the five-star rating!','2017-04-07 16:38:37.280000'),(41081,'Thank you so much for the great feedback. It\'s comments like this that remind our staff that they are doing a great job. Thank you for choosing SignatureCare!','2017-04-07 16:37:51.722000'),(41082,'We know you have a choice in medical care, so we appreciate you choosing SignatureCare. Thank you for the feedback and the great rating.','2017-04-07 14:02:13.652000'),(41083,'SignatureCare wants parents to feel comfortable and know their children will be taken care of with the highest level of professionalism while visiting us. Thank you for entrusting our team with the care of your little one. And thanks for the great review!','2017-04-05 01:45:10.412000'),(41084,'We appreciate the five-star rating!','2017-04-04 01:35:12.337000'),(41085,'Thank you so much for placing your trust in SignatureCare Emergency Center. Our staff aims to provide the best possible care for everyone that walks through our doors. Thank you for choosing our facility and for the nice review.','2017-04-02 17:10:02.496000'),(41086,'We take great pride in our staff and their ability to make everyone feel like a VIP. Thank you for giving SignatureCare the chance to take care of you and for letting us know how we are doing.','2017-03-30 01:19:03.175000'),(41087,'We very much appreciate the five star rating. Thanks!','2017-03-29 02:13:05.234000'),(41088,'We appreciate you taking the time to review and rate us!','2017-03-16 02:06:13.371000'),(41089,'Thank you for the great feedback and rating.','2017-03-16 02:05:57.919000'),(41090,'Thank you for taking the time to rate us. Let us know if there\'s anything we could have done to earn that 5th star!','2017-03-15 01:12:01.562000'),(41091,'SignatureCare Emergency Center is definitely open 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms.','2017-03-13 16:19:58.658000'),(41092,'SignatureCare\'s goal is to get you in and out quickly, and on your way back to good health. We are glad you had a great experience with us. Thank you for the great rating!','2017-03-12 20:06:12.655000'),(41093,'Thank you so much for your feedback and rating. We appreciate it.','2017-03-11 14:57:22.134000'),(41094,'We appreciate your feedback. Thank you for the five stars!','2017-03-09 16:18:40.955000'),(41095,'We appreciate the kind words and great rating. Thanks for choosing us.','2017-03-03 21:07:53.074000'),(41096,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the positive review.','2017-03-01 01:49:10.988000'),(41097,'Our doors are always open for anyone in our community suffering a medical emergency. Thank you so much for putting your trust in the board-certified doctors, nurses and staff at SignatureCare. We appreciate your feedback and great rating.','2017-02-26 20:50:17.750000'),(41098,'You are most welcome, and thank you for your review and rating!','2017-02-25 03:36:48.043000'),(41099,'Thank you so much for the kind words and for the great rating. We appreciate your feedback!','2017-03-07 00:01:04.110000'),(41100,'Thank you for the fantastic review. We are always open and available when you have an unexpected emergency.','2017-02-23 17:52:16.935000'),(41101,'Thank you so much for your nice review and rating. We appreciate your feedback!','2017-02-23 17:50:14.257000'),(41102,'Our staff appreciates comments like this; it\'s what makes us excel at our jobs. Thank you for your nice review.','2017-02-23 17:49:34.116000'),(41103,'Thank you so much for the positive feedback. Although we hope to not see you soon, we are always here when you do have an unexpected emergency.','2017-02-21 23:36:07.163000'),(41104,'We appreciate feedback like this from our customers. It helps us excel at our jobs. Thank you for choosing us!','2017-02-21 01:02:05.892000'),(41105,'Our goal is to provide the best care possible to all patients. We are very happy to know this was your experience with our emergency room.','2017-02-18 13:23:45.865000'),(41106,'We appreciate you taking time from your busy schedule to write us such a positive review. Thank you again for choosing SignatureCare Emergency Centers.','2017-02-18 13:23:18.646000'),(41107,'SignatureCare Emergency Center takes pride in our staff, and we are glad to hear that they took good care of you. We will make sure to let them know.','2017-02-18 13:22:41.200000'),(41108,'SignatureCare Emergency Center wants all of our patients to feel like VIPs. We are glad to hear that your experience with us was great.','2017-02-18 13:21:32.562000'),(41109,'Thank you for the feedback -- we will let Mercy know she is doing a great job!','2017-02-18 13:20:39.725000'),(41110,'First of all- I am sorry you had a negative experience at our facility. Our staff including nurses are all emergency room trained, very professional and we employ some of the best. I am not sure what happened when you visited us, but would like to learn more. We are glad to hear you are a returning patient and hope you will consider our ER again should you have an emergency need. If you provide me with your information, I will have the manager reach out to you and learn more about your specific situation. You can email me at info@ercare24.com and I will make sure someone contact you. Hope you feel better!','2017-02-16 19:22:27.179000'),(41111,'Thank you for your feedback. Our staff appreciates receiving these nice compliments, and we will be sure to let them know you said they did a good job.','2017-02-13 18:02:59.668000'),(41112,'The SignatureCare Emergency staff appreciates receiving comments like this. We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us.','2017-02-11 23:47:20.055000'),(41113,'Our patients are what keep us going strong. Thank you for your positive review, and we hope you feel better.','2017-02-10 17:24:05.386000'),(41114,'We appreciate the five-star rating. Thank you for taking the time to rate us!','2017-02-09 02:49:27.094000'),(41115,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the great review!','2017-02-06 16:51:42.285000'),(41116,'No one likes the emergency room, but we are glad to hear that SignatureCare Emergency took good care of you throughout your ordeal. Thank you for trusting us with your medical needs.','2017-02-03 21:33:08.429000'),(41117,'It\'s comments like this that assure us that we are doing our jobs at SignatureCare Emergency Center. Thanks so much for the great review.','2017-02-03 21:32:36.405000'),(41118,'We appreciate the five-star rating!','2017-02-03 21:32:07.211000'),(41119,'Thanks so much for your kind words and the five-star rating!','2017-02-03 21:31:52.531000'),(41120,'Thank you so much for the great rating. We appreciate it!','2017-02-03 21:31:30.281000'),(41121,'We appreciate your feedback and rating. Thank you so much!','2017-01-30 02:28:40.776000'),(41122,'Thank you so much for placing your trust in SignatureCare Emergency Center. Our board-certified doctors and staff aim to provide the best possible care for everyone that walks through our doors. Thank you for choosing our facility.','2017-01-27 23:15:02.608000'),(41123,'Thank you so much for the five-star rating!','2017-01-26 18:07:04.838000'),(41124,'Thank you so much for your feedback! Our goal is to always provide the best care. We appreciate the great rating.','2017-01-26 18:06:48.152000'),(41125,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place. But we are glad to hear that our doctors, nurses and medical staff made you feel comfortable and able to relax while you were being treated. Thank you for choosing SignatureCare and for the fantastic review.','2017-01-23 21:09:03.643000'),(41126,'Thank you for taking the time to leave us a five-star rating. We appreciate it so much.','2017-01-23 20:33:27.952000'),(41127,'Thank you for the great review and rating. We appreciate it and will pass your kind words along to our staff.','2017-01-21 15:57:16.050000'),(41128,'We are so glad to hear that your experience with SignatureCare Emergency was excellent, as it should be each time you visit our facilities. Feel better!','2017-01-21 15:56:47.341000'),(41129,'Great- We are so happy to learn that you had a good experience. We strive for excellence in all aspects of our ERs. Thanks for referring us to your friends and family. We promise to take great care of them as well should they visit our facility.','2017-01-19 20:15:51.060000'),(41130,'Thank You for the 5 Star Rating.','2017-01-19 20:14:30.451000'),(41131,'Thank You for the 5 Star Rating!','2017-01-19 20:14:10.858000'),(41132,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2017-01-16 15:27:43.193000'),(41133,'SignatureCare Emergency Center’s staff sets goals on patient satisfaction. Thank you for letting us know we’re one step closer to meeting them. We hope you feel better.','2017-01-12 01:56:07.846000'),(41134,'We appreciate you taking the time to rate us. Thank you so much for the five stars!','2017-01-12 01:49:11.024000'),(41135,'Hi Christopher, first of all, I hope your wife is feeling better. Thank you for writing a review for us although its not perfect, we appreciate the time you took to bring the billing frustrations to our attention. Our emergency centers accepts most insurance plans, but we have no control over the type of policy and the co-pays. Each persons bill varies depending on the type of insurance the have and deductibles. It sounds like you may have received an EOB from your insurance company, and this is not a bill from us. Although I am not sure of your specific circumstances I wanted to let you know that someone from our billing company is going to reach out to you and learn more of your specific situation. I hope you will give us the chance to speak with you and I hope you will consider our emergency centers in the future. We pride ourselves in little to no wait time and have excellent board certified physicians. I am glad we were able to help your wife in her emergency situation.','2017-01-05 05:30:13.009000'),(41136,'We are so glad to hear that you had a great experience at SignatureCare Emergency. Thank you for your review and rating!','2017-01-10 01:02:02.107000'),(41137,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your trust in SignatureCare!','2017-01-04 03:39:27.138000'),(41138,'We love hearing about the great experience our patients had at SignatureCare Emergency Center. Thank you so much for the positive feedback.','2016-12-31 03:10:06.407000'),(41139,'Thank you for the review and great rating. We appreciate it!','2016-12-28 14:21:58.567000'),(41140,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you and your family members feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2016-12-24 18:46:34.037000'),(41141,'Thank you so much for the positive feedback. We appreciate your comments and reviews.','2016-12-20 01:27:13.945000'),(41142,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the fantastic review.','2016-12-21 18:08:32.659000'),(41143,'Thank you so much for the five-star rating. We appreciate your feedback!','2016-12-20 01:27:55.919000'),(41144,'Thank you for the five-star rating!','2016-12-20 01:27:28.266000'),(41145,'It’s great to hear that your experience at SignatureCare Emergency Center was positive. Thank you for the great review.','2016-12-20 01:26:45.927000'),(41146,'At SignatureCare Emergency Center, our doctors, nurses and medical staff will make you and your family members feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2016-12-18 19:19:47.680000'),(41147,'Thank you for the five-star rating. We appreciate your feedback!','2016-12-18 19:14:37.698000'),(41148,'We love hearing about the comfortable experience our patients had at SignatureCare Emergency Center. Thank you so much for the positive feedback.','2016-12-17 15:46:14.471000'),(41149,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. Thank you for choosing us!','2016-12-17 15:45:53.169000'),(41150,'We are so sorry to hear about your recent emergency, but we want you to know that SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency, and we will always put our patients and their families first. We hope your daughter feels better.','2016-12-07 03:30:42.618000'),(41151,'We appreciate your positive comments and rating. Although we hope to not see you soon, we are here when you do have an unexpected emergency.','2016-12-05 16:09:33.442000'),(41152,'We are very sorry to hear about your experience. We would very much like to find out from you what happened when you visited our Montrose Location. Would you please email us your contact information so that we may address this immediately. We would be happy to contact you or please contact Alanna at acampbell@ercare24.com . We take complaints like this very seriously, and would like to opportunity to find out the details of why you felt the way you did. Thank you.','2016-11-28 18:35:28.356000'),(41153,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the fantastic review, and we are always open and available when you have an unexpected emergency.','2016-11-14 13:53:19.269000'),(41154,'Thank you for the four-star rating, Anne. If there is anything we could have done to make that a five-star rating, please let us know. We aim for 100% customer satisfaction!','2016-11-09 14:57:56.353000'),(41155,'We appreciate and value your feedback. At SignatureCare Emergency Center, we are always looking for ways to improve our services. Our patients are what keep us going strong. Thank you for your positive review, and we hope you feel better.','2016-11-06 14:59:12.597000'),(41156,'We appreciate and value your feedback. At SignatureCare Emergency Center, we are always looking for ways to improve our services. Our patients are what keep us going strong. Thank you for your positive review, and we hope you feel better.','2016-10-24 01:32:18.842000'),(41157,'Thank you for the rating and review, Amanda! We are happy we were able to provide you with excellent care and we hope you are feeling better.','2016-10-15 22:35:43.090000'),(41158,'Thank you for the five-star rating!','2016-10-12 00:45:54.835000'),(41159,'Thank you for the five-star rating!','2016-10-10 13:43:41.278000'),(41160,'The compassion and dedication for helping others is why we love our employees. Thank you for your kind words; we will pass them along.','2016-10-02 18:47:46.624000'),(41161,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms.','2016-10-02 18:46:29.893000'),(41162,'Our doctors are board certified and have excellent bedside manners. Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was great and that you would recommend us. We appreciate it!','2016-09-29 20:30:36.740000'),(41163,'Thank you so much for placing your trust in SignatureCare Emergency Center. Our board-certified doctors and staff aim to provide the best possible care for everyone that walks through our doors. Thank you for choosing our facility.','2016-09-28 14:34:39.204000'),(41164,'We are pleased to hear that SignatureCare Emergency Center\'s staff took great care of you. We will pass your kind words along to them.','2016-09-28 14:33:14.718000'),(41165,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the fantastic review, and we are always open and available when you have an unexpected emergency.','2016-09-22 22:49:53.447000'),(41166,'We always appreciate your positive feedback! Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2016-09-22 22:49:29.985000'),(41167,'Thank you for taking the time to rate us, Michelle!','2016-09-22 22:48:52.524000'),(41168,'We always appreciate positive feedback from our patients. Thank you for your review and rating!','2016-09-20 02:27:01.651000'),(41169,'Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Centers.','2016-09-20 02:26:35.228000'),(41170,'Thank you for the five-star rating and kind words! We will pass them along to our staff.','2016-09-16 13:32:44.396000'),(41171,'Thank you for the review and great rating! We are pleased you chose us and glad we were able to help.','2016-09-08 23:21:12.379000'),(41172,'We are glad to know our staff took such good care of you! Thank you for the great review and rating.','2016-09-07 02:20:24.438000'),(41173,'Our staff is one of the most qualified emergency room staff in Houston, but the compassion and dedication for helping others is why we love our employees. Thank you for your kinds words, and we will pass them along.','2016-08-29 14:48:13.052000'),(41174,'Thank you David- SignatureCare Emergency Rooms have a much shorter wait time than a hospital; usually 10 minutes or less and our Doctors Are Board- Certified and can handle most of the same emergencies as a hospital. We are glad to learn you see the benefits of an emergency room VS the hospital and very proud that you chose SignatureCare Emergency as your choice for care. Feel Better!','2016-08-26 17:15:14.901000'),(41175,'Thank you Carlos for taking time out of your day to review SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2016-08-26 17:14:35.078000'),(41176,'SignatureCare Emergency Room is here 24/7 when an unexpected emergency happens. Thank you Jamila for your review!','2016-08-26 17:13:31.400000'),(41177,'SignatureCare Emergency Center strives to treat you and get you on your way quickly. No one likes the ER, but we are glad to be here when you need us.','2016-08-23 01:39:03.300000'),(41178,'We always want to provide the best care possible to all patients and ensure families are comfortable while waiting for diagnosis and treatment. We are very happy to know this was your experience with SignatureCare Emergency Center.','2016-08-23 01:38:15.200000'),(41179,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the positive review, and we are always available when you have an unexpected emergency.','2016-08-23 01:37:08.368000'),(41180,'Thank you for your comments, and your five-star rating, Christina. We appreciate you choosing SignatureCare Emergency Center.','2016-08-19 18:26:24.914000'),(41181,'Children are a top priority of all our staff and doctors at SignatureCare Emergency Center. It is never fun when your child gets sick, but when you have an emergency with your child, we are here to help. Thank you for your review and we hope your child feels better soon!','2016-08-18 02:07:39.017000'),(41182,'We are sorry to learn you felt there was some miscommunication regarding your benefits and billing. When you visit an emergency room, the billing is done afterwards and is based on your services and care provided. We at SignatureCare pride ourselves in being a reputable emergency room and would never be involved in unethical business and we are very sorry to hear you believe you were defrauded. Our billing dept. would be more than happy to explain in detail the EOB that you received from your insurance and discuss your bills. Please contact the billing manager Tray Moore at tmoore@roundtmc.com or 832-699-3777 ext. 124. He would be more than happy to discuss any issues you have. We hope you will consider our services again in the future.','2016-08-09 21:50:28.728000'),(41183,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your positive review, and we are always here whenever you need us.','2016-08-04 13:56:09.916000'),(41184,'We would love more information about your experience and to know what we could have done to receive a five-star review. We appreciate your feedback!','2016-08-03 15:39:42.479000'),(41185,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2016-08-01 02:13:19.651000'),(41186,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all of your healthcare needs 24/7.','2016-07-29 01:36:31.603000'),(41187,'We appreciate and value your feedback. At SignatureCare Emergency Center, we are always looking for ways to improve our services. Our patients are what keep us going strong. Thank you for your great review!','2016-07-29 01:35:02.919000'),(41188,'Our team at SignatureCare knows that your time is valuable. We make our patients the number one priority no matter their emergency. Thank you so much for your positive feedback, we appreciate it.','2016-07-26 01:37:13.744000'),(41189,'Thank you for the great review. SignatureCare staff loves their patients, and we are happy to know that they took good care of you.','2016-07-11 22:49:13.709000'),(41190,'SignatureCare Emergency Center’s staff sets goals on patient satisfaction. Thank you for letting us know we’re one step closer to meeting them! We hope you feel better.','2016-07-04 12:08:12.922000'),(41191,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2016-07-11 22:53:27.999000'),(41192,'Thank you for the great review. If there is anything we could have done to make your visit a five-star review, we hope you will let us know. Feel better!','2016-07-11 22:54:50.085000'),(41193,'We are very sorry to learn you felt you had a less-than-positive experience at our facility. Our doctors are board-certified and work to diagnose and treat all emergencies, and a lot of times, follow-up is necessary with a family physician after any emergency room visit. Our emergency rooms, like any emergency rooms, are designed to treat emergencies and not provide ongoing medical care like you would receive from a family doctor. Again, we are saddened to learn that you felt this was not communicated effectively to you during your visit. We would be happy to discuss your particular visit with you. Please feel free to contact Alanna Campbell at acampbell@ercare24.com or by calling 281-479-3293. We hope you would reconsider our facilities again in the future.','2016-07-08 23:24:26.816000'),(41194,'Thank you for your five star review and for trusting us with your care!','2016-07-08 23:25:03.546000'),(41195,'We appreciate you taking time from your busy schedule to write us such a positive review; Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Centers.','2016-07-07 02:05:26.511000'),(41196,'Our doctors are board certified and have excellent bed side manners -- so we’ve been told numerous times. Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was as it should always be, when you visit an emergency room, specifically SignatureCare.','2016-07-05 12:26:43.287000'),(41197,'Thank you for your five-star rating! It helps us to know that we are doing our job and to always strive to do our best.','2016-07-04 12:07:24.165000'),(41198,'Thank you for your five-star rating! We appreciate you taking the time to tell us how we did.','2016-07-02 01:14:00.707000'),(41199,'Thank you for letting us help you feel better! The most stressful time for anyone is during a medical emergency, and we are glad we help put you at ease.','2016-06-29 01:30:26.434000'),(41200,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback; it helps us excel at our jobs.','2016-06-29 01:29:27.414000'),(41201,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care and we appreciate you choosing SignatureCare Emergency Center.','2016-06-28 01:33:02.158000'),(41202,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this. We want everyone who walks through the doors at SignatureCare to feel like a VIP. Thank you for supporting us, and putting your trust with our medical team.','2016-06-22 11:34:31.508000'),(41203,'Your positive feedback will help our team continue to do a great job for our patients. Thank you for trusting your emergency needs with SignatureCare.','2016-06-22 11:33:12.312000'),(41204,'We understand that emergencies happen, and the ER is not anyone\'s favorite place, but we are glad to hear that our staff made your situation a little better. Thank you for choosing SignatureCare and the great review.','2016-06-22 11:32:21.369000'),(41205,'Our registration staff are some of the best qualified Emergency Room staff in Houston, but the compassion and dedication for helping others is why we love our employees. Thank you for your kinds words and we will pass them along.','2016-06-21 01:37:03.648000'),(41206,'Our registration staff are some of the best qualified Emergency Room staff in Houston, but the compassion and dedication for helping others is why we love our employees. Thank you for your kinds words and we will pass them along.','2016-06-19 23:13:20.512000'),(41207,'Thank you so much for the great feedback! We are always here to serve you in any emergency situation.','2016-06-18 00:04:22.393000'),(41208,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all of your healthcare needs 24/7.','2016-06-18 00:04:43.909000'),(41209,'Thank you so much for the positive feedback. We appreciate your comments and reviews!','2016-08-26 14:54:19.313000'),(41210,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all of your healthcare needs 24/7.','2016-06-16 00:44:04.163000'),(41211,'Thank you so much for the positive feedback! It\'s great to hear that our staff made you comfortable and happy.','2016-06-16 00:45:09.280000'),(41212,'Thanks for your great feedback! We hope you will choose us again if ever another emergency arises.','2016-06-15 01:59:00.072000'),(41213,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2016-08-26 03:17:01.620000'),(41214,'We appreciate your positive feedback! Our dedicated staff is always here and willing to meet all of your healthcare needs 24/7.','2016-06-14 00:41:37.067000'),(41215,'Thank you for letting us help you feel better! We appreciate your great review.','2016-06-12 15:10:21.242000'),(41216,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and please consider us next time you are experiencing a healthcare emergency.','2016-06-12 01:30:22.841000'),(41217,'Thank you for the five-star rating!','2016-08-26 03:17:18.792000'),(41218,'Our goals are to provide the best care possible to all patients and ensure you are comfortable while waiting for diagnosis and treatment. We are very happy to know this was your experience with our emergency room.','2016-08-26 03:17:58.245000'),(41219,'Thank you for your review. We\'re glad our team was able to deliver and exceptional experience. If you have any additional questions, don\'t hesitate to reach back out.','2016-06-06 16:47:48.376000'),(41220,'Thank you for your feedback! I will pass it along to our team so we can continue to do a great job for our Montrose patients. If you need anything else, please let us know.','2016-06-08 14:04:04.059000'),(41221,'Our team at SignatureCare knows that your time is valuable. We make our patients the number one priority no matter their emergency. Thank you so much for your positive feedback, we appreciate it.','2016-06-07 14:19:12.023000'),(41222,'Thank you so much for placing your trust in SignatureCare Emergency Center. Our board-certified doctors and staff aim to provide the best possible care for everyone that walks through our doors. Thank you for choosing our facility and let us know if you have any further questions about your treatment.','2016-06-06 16:49:26.847000'),(41223,'Thank you so much for your feedback! Our goal is to always provide the best care. If you have any further questions, don’t hesitate to give our team a call. And we will be sure to pass the message on to Dr. Braun!','2016-05-31 13:39:52.388000'),(41224,'Our team at SignatureCare knows that your time is valuable. We make our patients the number one priority no matter their emergency. Thank you so much for your positive feedback, we appreciate it.','2016-05-31 13:39:35.705000'),(41225,'We love hearing about the comfortable experience our patients had at SignatureCare Emergency Center. Thank you so much for the positive feedback.','2016-05-31 13:39:29.645000'),(41226,'We love hearing about the comfortable experience our patients had at SignatureCare Emergency Center. Thank you so much for the positive feedback.','2016-05-23 19:21:17.330000'),(41227,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and please consider us next time you are experiencing a healthcare emergency.','2016-05-23 19:21:35.091000'),(41228,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this. We want everyone who walks through the doors at SignatureCare to feel like a VIP. Thank you for supporting us, and putting your trust with our medical team.','2016-05-24 19:29:08.770000'),(41229,'Thank you so much for the five-star rating. We\'re glad you enjoyed your experience at SignatureCare Emergency Center - Montrose.','2016-05-24 19:29:32.778000'),(41230,'Hi John. Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. While we can treat dental emergencies that happen when dental practice are closed, we do not have a dentist working on-site. Our team can assess the problem to find a solution that will serve as a bridge until traditional dental practices are open. We apologize for any miscommunication on our part. Thanks again for reviewing and don\'t hesitate to contact us with any questions.','2016-05-19 20:18:12.535000'),(41231,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your trust in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. Our community is important. If you have any questions, or need help again, don’t hesitate to call.','2016-05-24 19:29:49.431000'),(41232,'Thank you so much for placing your trust in SignatureCare Emergency Center. Our board-certified doctors and staff aim to provide the best possible care for everyone that walks through our doors. Thank you for choosing our facility and let us know if you have any further questions about your treatment.','2016-05-24 19:30:07.294000'),(41233,'Your positive feedback will help our team continue to do a great job for our patients. Our staff aims to make every patient’s experience speed and comfortable. Thank you for trusting your emergency need with SignatureCare.','2016-05-24 19:30:14.758000'),(41234,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback, it helps us excel at our jobs.','2016-05-24 19:30:21.570000'),(41235,'Thank you for the five-star review, we appreciate it!','2016-05-24 19:30:29.789000'),(41236,'Thank you for leaving feedback for our team. We\'re thrilled you had a great experience.','2016-05-24 19:30:48.052000'),(41237,'Thank you for taking time from your day to leave this rating. We appreciate it.','2016-05-24 19:30:59.283000'),(41238,'Thank you so much for your feedback! Our goal is to always provide the best care. If you have any further questions, don’t hesitate to give our team a call.','2016-05-24 19:31:05.444000'),(41239,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this. We want everyone who walks through the doors at SignatureCare to feel like a VIP. Thank you for supporting us, and putting your trust with our medical team.','2016-05-24 19:31:14.184000'),(41240,'Your positive feedback will help our team continue to do a great job for our patients. Our staff aims to make every patient’s experience speed and comfortable. Thank you for trusting your emergency need with SignatureCare.','2016-05-24 19:31:20.910000'),(41241,'Thank you for the rating! It will help our team at SignatureCare Emergency Center - Montrose excel.','2016-05-24 19:31:40.828000'),(41242,'Thank you for your review. We\'re glad our team was able to deliver and exceptional experience. If you have any additional questions, don\'t hesitate to reach back out.','2016-05-24 19:31:52.376000'),(41243,'Thank you so much for putting your trust in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job.','2016-05-24 19:32:43.330000'),(41244,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback, it helps us excel at our jobs.','2016-05-24 19:32:33.162000'),(41245,'Thank you so much for your feedback! Our goal is to always provide the best care. If you have any further questions, don’t hesitate to give our team a call.','2016-05-24 19:32:26.952000'),(41246,'SignatureCare Emergency Center’s staff sets goals on patient satisfaction. Thank you for letting us know we’re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2016-05-24 19:32:20.753000'),(41247,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and please consider us next time you are experiencing a healthcare emergency.','2016-05-24 19:32:08.965000'),(41248,'We love hearing about the comfortable experience our patients had at SignatureCare Emergency Center. Thank you so much for the positive feedback.','2016-05-24 19:32:02.559000'),(41249,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2016-08-26 14:56:38.365000'),(41250,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for the fantastic review, and we are always open and available when you have an unexpected emergency.','2016-08-26 14:57:06.786000'),(41251,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2016-08-26 14:57:44.095000'),(41252,'We make our patients the number one priority no matter their emergency. Thank you so much for your positive feedback, we appreciate it.','2016-08-26 14:58:15.146000'),(41253,'Your positive feedback will help our team continue to do a great job for our patients. Our staff aims to make every patient’s experience speedy and comfortable. Thank you for trusting your emergency needs with SignatureCare.','2016-08-26 14:58:40.900000'),(41254,'SignatureCare Emergency Center’s staff sets goals on patient satisfaction. Thank you for letting us know we’re one step closer to meeting them!','2016-08-26 14:59:16.535000'),(41255,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this. We want everyone who walks through the doors at SignatureCare to feel like a VIP. Thank you for supporting us, and putting your trust in our medical team.','2016-08-26 15:01:05.808000'),(41256,'SignatureCare Emergency Center takes pride in our staff, and we are so very happy to hear you loved them. We will make sure to let them know.','2016-08-26 15:02:58.558000'),(41257,'Our doctors are board certified and have excellent bedside manners -- so we’ve been told numerous times. Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was as it should always be when you visit an emergency room, specifically SignatureCare.','2016-08-26 15:03:19.579000'),(41258,'Thank you for the five-star rating!','2016-08-26 15:04:38.173000'),(41259,'Thank you for the five-star rating!','2016-08-26 15:04:52.178000'),(41260,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2016-08-26 15:05:25.566000'),(41261,'Our goals are to provide the best care possible to all patients and ensure families are comfortable while waiting for diagnosis and treatment. We are very happy to know this was your experience with our emergency room.','2016-08-26 15:06:39.445000'),(41262,'Thanks for the 5 star review Armando!','2020-12-16 18:24:32.872000'),(41263,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-17 09:14:55.520000'),(41264,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-12-12 09:14:48.518000'),(41265,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-12-10 13:26:21.045000'),(41266,'Thank you for the great review Jaime! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','2020-12-21 08:05:56.241000'),(41267,'Thank you so much for your nice review, Kathy. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-11-14 19:35:44.435000'),(41268,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-11-14 19:32:31.480000'),(41269,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-11-14 18:13:36.362000'),(41270,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-17 05:38:15.987000'),(41271,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-09 07:21:50.633000'),(41272,'Thank you so much for your great rating, Christopher!','2020-11-12 06:37:23.137000'),(41273,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-09 07:18:09.304000'),(41274,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-09 07:17:38.497000'),(41275,'Thank you so much for giving us five stars, Gerardo!','2020-11-08 13:22:13.098000'),(41276,'Thank you so much for your great rating, rtay!','2020-11-08 13:21:50.890000'),(41277,'We appreciate your great rating, Tasha!','2020-11-04 08:11:02.752000'),(41278,'Thank you so much for giving us five stars, Danelle!','2020-11-02 10:51:19.215000'),(41279,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-31 10:55:14.516000'),(41280,'Thank you so much for your great rating, Sergio!','2020-11-02 10:51:38.507000'),(41281,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-10-29 11:16:41.054000'),(41282,'We appreciate your great rating, julia!','2020-10-27 17:29:15.998000'),(41283,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-27 17:31:41.798000'),(41284,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-10-27 17:32:04.236000'),(41285,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens','2020-10-08 19:04:25.294000'),(41286,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-10-06 09:15:22.215000'),(41287,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-04 07:41:04.195000'),(41288,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-09-27 08:44:08.471000'),(41289,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-18 04:52:51.614000'),(41290,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-09-24 08:26:43.057000'),(41291,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-09-21 15:50:27.507000'),(41292,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-09-20 18:58:00.488000'),(41293,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-09-16 07:19:09.791000'),(41294,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-16 07:19:45.779000'),(41295,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-13 16:08:51.565000'),(41296,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-13 16:08:14.562000'),(41297,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-09-10 06:13:30.418000'),(41298,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-09-08 08:14:36.556000'),(41299,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-01 07:51:15.390000'),(41300,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-31 07:16:45.430000'),(41301,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-08-31 07:17:24.647000'),(41302,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-03-27 15:57:06.380000'),(41303,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-08-17 19:21:02.645000'),(41304,'Thank you so much for giving us five stars, Taylor!','2020-08-17 19:20:48.553000'),(41305,'Thank you so much for your review, Clarissa. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-08-09 09:26:36.477000'),(41306,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-08-09 15:30:55.582000'),(41307,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-08-09 15:30:43.645000'),(41308,'We appreciate your feedback and the great rating you gave us.','2020-08-09 15:30:30.885000'),(41309,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-09 15:30:16.987000'),(41310,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-08-09 15:30:08.335000'),(41311,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-09 15:29:51.250000'),(41312,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.','2020-08-09 15:29:40.327000'),(41313,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-09 15:29:26.447000'),(41314,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-08-09 15:29:13.652000'),(41315,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-08-09 15:28:54.019000'),(41316,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-09 15:28:27.536000'),(41317,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-09 15:28:33.861000'),(41318,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-08-09 15:27:30.585000'),(41319,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-08-09 15:27:19.026000'),(41320,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-09 15:27:05.227000'),(41321,'Thank you Dahila, for your great rating!','2020-08-09 15:26:46.154000'),(41322,'We appreciate your great rating, Kayla!','2020-08-09 15:26:27.497000'),(41323,'Thank you so much for giving us five stars, Paula!','2020-08-09 15:26:10.186000'),(41324,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-09 15:25:48.175000'),(41325,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.','2020-08-09 15:25:37.984000'),(41326,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-09 15:25:27.898000'),(41327,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-08-09 15:24:54.581000'),(41328,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-09 15:23:25.839000'),(41329,'We appreciate your feedback and the great rating you gave us.','2020-08-09 15:23:01.370000'),(41330,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-07-27 16:12:45.915000'),(41331,'Thank you so much for your great rating, Rocky!','2020-07-27 16:12:32.020000'),(41332,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-07-27 16:12:04.335000'),(41333,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-27 16:11:54.410000'),(41334,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-27 16:11:38.990000'),(41335,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-27 16:11:30.290000'),(41336,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-07-27 16:11:22.905000'),(41337,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-27 16:11:04.897000'),(41338,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-07-27 16:10:40.793000'),(41339,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-27 16:10:16.045000'),(41340,'We appreciate your great rating!','2020-07-27 16:08:04.132000'),(41341,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-07-26 06:40:01.249000'),(41342,'Thank you so much for your great rating, jaylee!','2020-07-26 06:39:18.514000'),(41343,'Thank you so much for giving us five stars, Julio!','2020-07-26 06:39:04.726000'),(41344,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-26 06:38:38.019000'),(41345,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-07-26 06:38:04.778000'),(41346,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-07-26 06:37:21.264000'),(41347,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-26 06:36:43.302000'),(41348,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-22 03:39:37.049000'),(41349,'Thank you so much for giving us five stars, Inez!','2020-07-21 05:06:16.466000'),(41350,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-21 05:06:47.835000'),(41351,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-07-21 05:07:55.910000'),(41352,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-21 05:07:20.070000'),(41353,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-21 05:12:04.084000'),(41354,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-07-21 05:13:49.816000'),(41355,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-21 05:14:13.341000'),(41356,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-07-20 05:40:07.417000'),(41357,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-07-19 05:12:45.889000'),(41358,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-19 05:15:45.086000'),(41359,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-19 05:16:47.717000'),(41360,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-07-19 05:17:44.389000'),(41361,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-07-19 05:18:40.346000'),(41362,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating','2020-07-19 05:19:55.681000'),(41363,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-19 05:20:26.470000'),(41364,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-07-19 05:20:57.492000'),(41365,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-07-19 05:21:54.275000'),(41366,'Thank you so much for giving us five stars, Mary!','2020-07-19 05:22:14.883000'),(41367,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-19 05:28:08.451000'),(41368,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-07-19 05:28:32.973000'),(41369,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-19 05:29:49.394000'),(41370,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-19 05:30:13.934000'),(41371,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-07-19 05:30:57.582000'),(41372,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-07-19 05:31:36.336000'),(41373,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-19 05:34:08.384000'),(41374,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-07-19 05:34:50.850000'),(41375,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-19 05:33:32.690000'),(41376,'Thank you so much for your great rating, Eric!','2020-07-19 05:32:20.990000'),(41377,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-19 05:15:22.184000'),(41378,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-07-12 15:19:43.342000'),(41379,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-05 10:31:50.379000'),(41380,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.\n\nWe aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-06-30 06:33:34.385000'),(41381,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-06-29 07:59:28.686000'),(41382,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-06-29 08:00:44.219000'),(41383,'Thank you for the great review Melissa! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','2020-06-21 06:51:20.070000'),(41384,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-14 10:48:24.274000'),(41385,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-14 10:50:00.425000'),(41386,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-07-14 10:51:35.037000'),(41387,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that we can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-07-14 10:52:31.737000'),(41388,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-03-18 05:47:58.316000'),(41389,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-03-18 05:45:49.715000'),(41390,'Thank you for the five-star rating. We appreciate it.','2020-03-17 02:05:44.360000'),(41391,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-08-04 05:50:25.383000'),(41392,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-03-15 07:39:04.622000'),(41393,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2020-03-15 07:08:37.976000'),(41394,'Thanks for the 5 star review Eric!','2020-03-15 05:37:25.510000'),(41395,'Hi Ricardo. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-03-15 08:00:56.948000'),(41396,'Thanks for the 5 star review Carol!','2020-03-12 02:06:00.070000'),(41397,'Thank you for the five-star rating! We appreciate your feedback.','2020-03-12 02:05:57.407000'),(41398,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-12 05:19:12.375000'),(41399,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-03-10 05:29:55.691000'),(41400,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-03-10 04:44:42.519000'),(41401,'Thank you Ray for the 5 star review. We are glad you had a good experience. Feel Better!','2020-03-10 02:04:54.680000'),(41402,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-03-09 05:25:25.848000'),(41403,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-03-09 05:16:41.421000'),(41404,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-03-08 06:59:15.181000'),(41405,'Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-03-08 06:34:10.892000'),(41406,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. We hope your coworker is feeling better now. Thank you for choosing SignatureCare and for the great review.','2020-03-08 06:32:34.670000'),(41407,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-03-08 06:03:18.362000'),(41408,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-08 06:02:31.139000'),(41409,'Thank you for the five-star rating Peter. We appreciate the feedback, and appreciate you choosing SignatureCare.','2020-03-05 02:04:02.508000'),(41410,'Thanks for the 5 star review Lily!','2020-03-05 02:04:00.849000'),(41411,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-03-05 06:51:45.086000'),(41412,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-03-04 06:01:31.285000'),(41413,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-03-04 06:00:05.862000'),(41414,'We appreciate the five-star rating Xavier!','2020-03-04 02:04:07.318000'),(41415,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-04 05:59:31.890000'),(41416,'Thank you for the five-star rating Victoria. We appreciate the feedback, and appreciate you choosing SignatureCare.','2020-03-04 02:04:04.177000'),(41417,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-03-04 05:54:01.284000'),(41418,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-03-04 05:53:06.136000'),(41419,'Thank you for the great review Abigail! We appreciate your positive feedback about SignatureCare. We hope you are feeling better.','2020-03-04 02:03:55.310000'),(41420,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-03-04 05:50:18.832000'),(41421,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-03-04 05:49:37.807000'),(41422,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-11 06:04:47.137000'),(41423,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-03-04 05:49:10.151000'),(41424,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-03-04 05:48:23.822000'),(41425,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-04 05:43:02.286000'),(41426,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-03-04 05:40:13.638000'),(41427,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-03-04 05:39:12.560000'),(41428,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-02 06:26:15.524000'),(41429,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-03-02 06:22:45.038000'),(41430,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-03-02 06:22:03.988000'),(41431,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-03-02 06:08:31.176000'),(41432,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-03-01 08:29:01.850000'),(41433,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-03-01 08:28:30.575000'),(41434,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-01 08:28:17.862000'),(41435,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-03-01 08:17:20.909000'),(41436,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-03-01 08:12:58.259000'),(41437,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-03-01 08:12:45.381000'),(41438,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-03-01 07:51:50.498000'),(41439,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-01 07:46:37.121000'),(41440,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-03-01 07:44:01.752000'),(41441,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-03-01 07:43:42.898000'),(41442,'Thank you for the five-star rating Skyler. We appreciate it.','2020-02-28 02:03:12.623000'),(41443,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-03-01 07:18:04.417000'),(41444,'Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-03-01 07:17:18.687000'),(41445,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-03-01 07:15:48.952000'),(41446,'Thank you for your review. We appreciate you choosing SignatureCare!','2020-02-27 07:11:45.182000'),(41447,'Thank you for the five-star rating Keith. We appreciate it.','2020-02-26 02:05:07.866000'),(41448,'Thank you Miranda for the 5 star review. We are glad you had a good experience. Feel Better!','2020-02-26 02:05:06.011000'),(41449,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-02-26 07:31:33.980000'),(41450,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-26 07:30:51.267000'),(41451,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-26 07:30:14.900000'),(41452,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-26 07:16:32.814000'),(41453,'Thank you Theresa for the 5 star review. We are glad you had a good experience. Feel Better!','2020-02-25 02:03:59.805000'),(41454,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-02-25 07:23:14.754000'),(41455,'Thank you Morgan for your five star review and for trusting us with your care!','2020-02-24 02:06:07.851000'),(41456,'Thank you for your review. We appreciate you choosing SignatureCare!','2020-02-24 06:37:19.666000'),(41457,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-02-24 04:57:43.774000'),(41458,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-24 04:51:56.708000'),(41459,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your fiancĆ©. Thank you for choosing SignatureCare.','2020-02-24 04:49:34.226000'),(41460,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-24 04:45:26.410000'),(41461,'Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your granddaughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your granddaughter is feeling better.','2020-02-24 04:45:00.910000'),(41462,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-23 10:16:30.182000'),(41463,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-02-23 10:16:11.065000'),(41464,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-02-23 10:13:42.250000'),(41465,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-23 09:56:58.298000'),(41466,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-02-23 09:52:57.879000'),(41467,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-02-23 08:05:24.721000'),(41468,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-23 08:15:57.874000'),(41469,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-02-23 08:05:50.668000'),(41470,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-23 08:04:36.977000'),(41471,'Thank you for your review. We appreciate you choosing SignatureCare!','2020-02-23 08:03:32.988000'),(41472,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-23 08:01:51.161000'),(41473,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of your boyfriend. We appreciate the great review and rating.','2020-02-23 07:54:50.077000'),(41474,'Thank you for rating us five star, Kristina!','2019-07-14 06:25:30.374000'),(41475,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-02-20 06:28:56.675000'),(41476,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-02-19 05:07:35.915000'),(41477,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-18 06:27:54.504000'),(41478,'Thank you for your review. We appreciate you choosing SignatureCare!','2020-02-18 06:20:11.566000'),(41479,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-16 07:11:27.377000'),(41480,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-16 06:25:29.235000'),(41481,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-02-16 06:25:11.105000'),(41482,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-16 06:23:20.110000'),(41483,'Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-02-16 06:21:52.975000'),(41484,'Thank you for the five-star rating Jessica. We appreciate it.','2020-02-14 02:02:45.533000'),(41485,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-02-16 06:14:16.595000'),(41486,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-02-12 06:56:21.953000'),(41487,'Thank you so much for your feedback Andres! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-11 07:17:25.358000'),(41488,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2020-02-10 05:50:27.146000'),(41489,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-02-09 07:24:49.208000'),(41490,'Thank you for the five-star rating Santos! We appreciate your feedback.','2020-02-09 06:03:21.377000'),(41491,'Thank you so much for giving us five stars!','2020-02-05 08:01:01.740000'),(41492,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-11-11 07:42:20.689000'),(41493,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-03 07:08:58.334000'),(41494,'Thank you for trusting us with the care of your grandson. We appreciate the great feedback and are very glad to hear that our team took such good care of him.','2020-01-29 09:15:15.163000'),(41495,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-01-29 09:14:47.246000'),(41496,'Thank you so much for your five star rating, Claire! Thank for choosing us.','2019-09-22 06:21:11.840000'),(41497,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2020-01-29 09:14:37.983000'),(41498,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-29 09:13:18.697000'),(41499,'We appreciate your great rating, Gina!','2020-01-16 07:23:59.211000'),(41500,'We appreciate your great rating! Thank you for choosing us.','2020-01-12 06:38:15.907000'),(41501,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-12 06:37:26.216000'),(41502,'Thank yo so much Arnold, for your five star rating!','2020-01-06 07:42:30.298000'),(41503,'Thank you so much for your great rating, Ramirez!','2020-01-05 06:54:16.322000'),(41504,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-04 07:20:27.628000'),(41505,'Thank you so much for your five star rating, Becky!','2019-12-31 04:59:55.834000'),(41506,'Thank you for trusting us with the care of your child. We appreciate the great feedback and are very glad to hear that our team took such good care of your kiddo.','2019-12-31 04:59:27.184000'),(41507,'Thank you for letting us help both of you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-12-26 08:19:19.266000'),(41508,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-12-26 08:17:02.556000'),(41509,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-26 08:16:46.554000'),(41510,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.','2019-12-24 07:08:31.132000'),(41511,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-22 08:50:42.082000'),(41512,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-22 08:50:29.297000'),(41513,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-12-19 06:25:02.255000'),(41514,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-18 07:39:03.637000'),(41515,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-12-18 07:38:50.900000'),(41516,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-12-18 07:38:40.770000'),(41517,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your child\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your kiddo is feeling better.','2019-12-17 06:30:36.320000'),(41518,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-12-17 06:29:47.430000'),(41519,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-12-17 06:29:37.820000'),(41520,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-17 06:29:29.556000'),(41521,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-12-17 06:29:18.157000'),(41522,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2019-12-17 06:29:11.419000'),(41523,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-17 06:28:44.890000'),(41524,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-12-17 06:28:29.572000'),(41525,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-12-17 06:28:14.299000'),(41526,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-17 06:27:45.113000'),(41527,'We appreciate the great rating you gave us, Kristi!','2019-12-15 07:24:54.846000'),(41528,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-12-15 07:24:32.685000'),(41529,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-15 07:24:12.516000'),(41530,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-15 07:24:23.210000'),(41531,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-12-15 07:24:06.464000'),(41532,'We appreciate your great rating, Matthew! Thank you for choosing SignatureCare!!','2019-12-12 07:42:08.323000'),(41533,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-12-15 07:23:49.659000'),(41534,'Thank you so much for your nice review, Janis. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2019-12-15 07:23:40.577000'),(41535,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-12-15 07:23:25.749000'),(41536,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-12-15 07:23:15.368000'),(41537,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-15 07:22:58.292000'),(41538,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-12-15 07:22:49.577000'),(41539,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-15 07:22:32.115000'),(41540,'Thank you so much for your great rating, Grissom!','2019-12-15 07:22:22.094000'),(41541,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-12-15 07:21:52.037000'),(41542,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2019-12-05 07:15:01.706000'),(41543,'Thank you for trusting us with the care of your child. We appreciate the great feedback, and are very glad to hear that our team took such good care of you kiddo.','2019-12-05 07:14:42.743000'),(41544,'Thank you so much for your great rating, Modesta!','2019-11-26 05:51:37.436000'),(41545,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. And we sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-11-26 05:51:01.483000'),(41546,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-11-24 08:26:36.917000'),(41547,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-11-24 08:26:09.034000'),(41548,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-11-24 07:11:36.010000'),(41549,'Thank you so much for your great rating, Tyler!','2019-11-24 07:11:14.855000'),(41550,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made your husband comfortable and able to relax during his visit. Thank you for trusting SignatureCare with your emergency needs.','2019-11-24 07:10:36.408000'),(41551,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review!','2019-11-24 07:09:50.042000'),(41552,'We appreciate the great rating you gave us, Rodd!','2019-11-20 06:19:18.971000'),(41553,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-11-20 06:18:50.867000'),(41554,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-11-19 06:24:23.266000'),(41555,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-11-17 07:21:47.413000'),(41556,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-11-17 07:21:39.041000'),(41557,'Thank you so much for your five star rating, Kellie!','2019-11-17 07:21:24.914000'),(41558,'We appreciate your great rating, Julia!','2019-11-14 10:06:17.777000'),(41559,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-11-11 07:42:32.115000'),(41560,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-11-06 08:31:04.584000'),(41561,'Thank you so much for your five star rating, Yoana!','2019-11-04 11:37:47.344000'),(41562,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-11-04 11:37:17.920000'),(41563,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-11-04 11:36:59.744000'),(41564,'We appreciate your great rating, Wiley!','2019-11-04 11:36:46.460000'),(41565,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-10-31 09:58:53.054000'),(41566,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2019-10-30 05:51:35.340000'),(41567,'Thank you so much for your feedback, Marlise. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2019-10-30 05:50:17.546000'),(41568,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-10-27 08:43:17.930000'),(41569,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your fiance. Thank you for choosing SignatureCare.','2019-10-27 08:43:02.438000'),(41570,'Thank you for your great rating, Toby!','2019-10-27 08:42:11.753000'),(41571,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-10-27 08:41:50.759000'),(41572,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-10-27 08:41:36.564000'),(41573,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-10-27 08:41:24.800000'),(41574,'There\'s never a fun time to visit the ER (especially the weekend), but we will make your visit with us as quick and as painless as possible. Thank you for letting us know that our SignatureCare team is doing a good job -- it means a lot to us.','2019-10-24 08:44:57.807000'),(41575,'What a nice review! Thank you for taking the time to let us know how we are doing. Our community is important to us, so we love hearing that our team is doing a good job. It\'s never fun when a parent has to visit the ER, but we aim to make you and your family as comfortable as possible while waiting for diagnosis and treatment. Thank you for choosing SignatureCare and we hope you all are feeling better!','2019-10-23 06:52:06.264000'),(41576,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-10-22 06:40:18.868000'),(41577,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare. Hope your boyfriend is feeling well.','2019-10-22 06:39:47.508000'),(41578,'Thank you for your five star rating, Kaity!','2019-10-20 06:48:45.962000'),(41579,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2019-10-20 06:48:26.616000'),(41580,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-10-17 08:20:08.618000'),(41581,'Thank you so much for your feedback, Lillie. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-10-14 06:30:25.340000'),(41582,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-10-14 06:29:46.830000'),(41583,'Thank you so much for your five star rating, Mary!','2019-10-14 06:28:54.103000'),(41584,'We appreciate your great rating, Rosie!','2019-10-14 06:29:19.373000'),(41585,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-10-13 07:40:41.788000'),(41586,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-10-13 07:40:35.406000'),(41587,'Thank you so much for your great rating, Austin!','2019-10-09 08:33:38.229000'),(41588,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-10-09 08:33:14.243000'),(41589,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-10-09 08:32:32.623000'),(41590,'What a nice review! Thank you for taking the time to let us know how we are doing. Our community is important to us, so we love hearing that our team is doing a good job. It\'s never fun when a parent has to visit the ER, but we aim to make you and your family as comfortable as possible while waiting for diagnosis and treatment. Thank you for choosing SignatureCare and we hope your kiddo is feeling better!','2019-10-09 08:32:58.102000'),(41591,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-09-29 06:15:18.410000'),(41592,'Thank you so much for your nice review, Dylan. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2019-10-02 06:06:08.614000'),(41593,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-09-25 06:11:26.232000'),(41594,'Thank you so much for your feedback, Jina! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-09-23 05:44:06.458000'),(41595,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-09-23 05:43:27.640000'),(41596,'Thank you so much for giving us five star! Thanks for choosing SignatureCare.','2019-09-22 06:24:06.742000'),(41597,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-09-22 06:22:28.254000'),(41598,'We appreciate the great rating you gave us, Menchaca! Thanks for choosing SignatureCare.','2019-09-22 06:22:12.099000'),(41599,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-09-22 06:20:30.476000'),(41600,'Thank you so much for your feedback. We appreciate your great rating, Orona!','2019-09-19 09:30:23.822000'),(41601,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-09-19 09:29:34.233000'),(41602,'Thank you so much for rating us five star, Alynna! Thanks for choosing SignatureCare ER.','2019-09-19 09:29:22.682000'),(41603,'We appreciate your great rating, Alena! Thanks for choosing SignatureCare.','2019-09-19 09:28:16.470000'),(41604,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-09-15 06:11:20.327000'),(41605,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-09-16 11:34:06.925000'),(41606,'We appreciate your great rating, Shelby!','2019-09-16 11:32:14.140000'),(41607,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-09-15 06:12:34.457000'),(41608,'Thank you for your feedback, Arlene! We appreciate your great rating.','2019-09-15 06:12:19.432000'),(41609,'Thank you so much for your great rating, Bryn!','2019-09-15 06:11:58.691000'),(41610,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-09-15 06:11:45.363000'),(41611,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-09-11 08:07:57.833000'),(41612,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-09-11 08:07:36.877000'),(41613,'Thanks for rating us, Candace! We appreciate you for choosing SignatureCare!','2019-09-11 08:07:18.411000'),(41614,'Thank you so much for your great rating, Bones!','2019-09-11 08:05:50.518000'),(41615,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-09-11 08:05:20.399000'),(41616,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-09-11 08:04:53.698000'),(41617,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-08-28 05:57:20.723000'),(41618,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2019-08-27 05:01:55.032000'),(41619,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-08-25 05:34:09.652000'),(41620,'Thank you so much for your nice review, Katie. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-08-21 04:50:51.411000'),(41621,'We appreciate your great rating, Yoanda!','2019-08-18 06:50:47.048000'),(41622,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-08-18 06:50:32.414000'),(41623,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-08-18 06:50:23.754000'),(41624,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-08-18 06:50:05.074000'),(41625,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-08-18 06:49:54.439000'),(41626,'Thank you so much for rating us five star, Tamara!','2019-08-18 06:49:29.045000'),(41627,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-08-18 06:49:13.485000'),(41628,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-08-18 06:48:49.840000'),(41629,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2019-08-18 06:48:33.272000'),(41630,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-08-18 06:48:13.985000'),(41631,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-08-04 05:50:02.752000'),(41632,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-08-04 05:49:14.790000'),(41633,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-08-04 05:48:21.594000'),(41634,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-08-04 05:47:59.701000'),(41635,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-08-04 05:47:42.607000'),(41636,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-08-01 03:40:57.161000'),(41637,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-07-28 07:26:42.061000'),(41638,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-07-28 07:26:28.263000'),(41639,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2019-07-28 07:26:03.142000'),(41640,'Thank you for taking the time to let us know how we are doing. Our community is important to us, so we love hearing that our team is doing a good job. It\'s never fun when a parent has to visit the ER, but we aim to make you and your family as comfortable as possible while waiting for diagnosis and treatment. Thank you for choosing SignatureCare and we hope your kiddo is feeling better!','2019-07-28 07:25:44.330000'),(41641,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-07-28 07:24:45.696000'),(41642,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-07-28 07:24:56.215000'),(41643,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-07-28 07:23:51.176000'),(41644,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-07-28 07:23:30.517000'),(41645,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-07-28 07:23:11.542000'),(41646,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-07-24 06:45:20.773000'),(41647,'Thank you for giving us five star, Contreras!','2019-07-23 05:43:43.564000'),(41648,'Thank you so much for your rating, Methola!','2019-07-23 05:43:14.629000'),(41649,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-07-23 05:41:55.226000'),(41650,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-07-21 06:26:25.702000'),(41651,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-07-21 06:24:59.315000'),(41652,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-07-18 06:15:51.886000'),(41653,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-07-17 06:23:23.651000'),(41654,'Thank you so much for your great rating, Raullo. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-07-17 06:23:09.683000'),(41655,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-07-17 06:22:15.241000'),(41656,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-07-16 05:37:42.886000'),(41657,'Thank you Dorothy, for your wonderful rating!','2019-07-16 05:37:12.345000'),(41658,'Thank you so much for your nice review, Veronica. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-07-15 07:09:44.525000'),(41659,'Thank you so much for your wonderful rating, Jaymie!','2019-07-15 07:09:15.686000'),(41660,'Thank you for your feedback!','2019-06-26 06:44:56.304000'),(41661,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2019-07-14 06:37:46.691000'),(41662,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-07-14 06:35:20.275000'),(41663,'Thank you for your great rating, Nathan!','2019-07-14 06:35:04.583000'),(41664,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your kid\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your kiddo is feeling better.','2019-07-14 06:37:33.126000'),(41665,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-07-14 06:26:37.858000'),(41666,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-08-04 05:50:53.217000'),(41667,'We appreciate your five star rating, Daniel!','2019-07-14 06:26:00.218000'),(41668,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-07-14 06:23:16.243000'),(41669,'Thank you for your rating, Sarah!','2019-07-14 06:24:58.951000'),(41670,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-07-08 06:33:09.363000'),(41671,'We believe we have the very best facility in Texas with board-certified staffs, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-07-07 07:35:27.065000'),(41672,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-07-07 07:34:14.897000'),(41673,'Thank you so much for your nice review, Bradley. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-07-07 07:33:51.955000'),(41674,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-07-04 07:40:48.647000'),(41675,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2019-07-04 07:40:29.094000'),(41676,'Thanks for your great rating, Leo!','2019-07-03 07:15:26.261000'),(41677,'Thank you so much for your rating, Destiny!','2019-07-01 07:36:17.830000'),(41678,'Thank you for your five star rating, Sherry!','2019-06-30 05:57:11.748000'),(41679,'Thank you for your rating, Phil!','2019-06-30 05:56:46.540000'),(41680,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-06-27 06:08:22.142000'),(41681,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-06-26 06:44:41.394000'),(41682,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-06-25 07:48:15.724000'),(41683,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-06-23 05:22:32.347000'),(41684,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-06-23 05:17:59.115000'),(41685,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-06-23 05:17:10.306000'),(41686,'Thank you for your rating, Robert!','2019-06-23 05:16:45.953000'),(41687,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-06-23 05:16:21.070000'),(41688,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-06-20 04:39:12.980000'),(41689,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-19 06:02:41.474000'),(41690,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2019-06-18 06:31:42.835000'),(41691,'Thank you for your rating, Daniel!','2019-06-18 06:29:34.928000'),(41692,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-06-18 06:29:17.989000'),(41693,'We believe we have the very best facility in Texas with board-certified staffs, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-06-16 05:48:53.116000'),(41694,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-16 05:48:30.683000'),(41695,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-06-16 05:48:13.551000'),(41696,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-06-16 05:47:55.380000'),(41697,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-06-13 06:40:19.982000'),(41698,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review! Hope your wife is feeling better.','2019-06-13 06:39:57.764000'),(41699,'Thank you for rating us five star, Garret!','2019-06-13 06:38:12.052000'),(41700,'Thank you for your great rating, Linda!','2019-06-12 06:04:41.810000'),(41701,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-06-12 06:04:23.440000'),(41702,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-06-12 06:04:00.303000'),(41703,'Thank you for your rating, Amy!','2019-06-11 06:04:23.981000'),(41704,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-06-10 05:45:55.854000'),(41705,'We appreciate your five star rating, Rosemary!','2019-06-09 07:02:43.811000'),(41706,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your kiddo feels better soon!','2019-06-09 07:01:50.341000'),(41707,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-06-09 06:58:45.173000'),(41708,'Thanks for your nice review and rating!','2019-06-09 06:57:36.614000'),(41709,'Thanks for choosing SignatureCare! We appreciate your lovely words.','2019-03-10 09:59:05.132000'),(41710,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-06-09 06:57:06.602000'),(41711,'We noticed you changed your review from a 5 star to a 1. Would you mind reaching out to us at info@ercare24.com so we can get some more information from you?','2019-05-30 17:46:57.826000'),(41712,'Thank you for your five star rating, Ronnica!','2019-05-29 06:25:23.280000'),(41713,'We believe we have the very best facility in Texas with board-certified staffs, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-05-29 06:24:18.621000'),(41714,'Thank you for your five star rating, Wanda!','2019-05-28 05:41:03.608000'),(41715,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-05-26 06:22:14.194000'),(41716,'Thank you so much for your rating, Alena. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-05-26 06:21:53.831000'),(41717,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-05-28 05:41:33.571000'),(41718,'Thank you for your rating, Andrea!','2019-05-26 06:20:54.691000'),(41719,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-05-26 06:20:19.181000'),(41720,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-05-23 06:31:55.977000'),(41721,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-23 06:31:40.742000'),(41722,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-05-22 05:26:37.646000'),(41723,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-05-22 05:26:20.340000'),(41724,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-05-22 05:26:09.638000'),(41725,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-05-22 05:25:48.208000'),(41726,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-05-21 04:11:29.008000'),(41727,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-05-21 04:11:12.937000'),(41728,'Thank you for your rating, Junkook!','2019-05-21 04:10:57.295000'),(41729,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-05-21 04:10:28.766000'),(41730,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-05-21 04:10:02.993000'),(41731,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-05-21 04:09:49.199000'),(41732,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-05-21 04:09:20.538000'),(41733,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-20 05:04:23.874000'),(41734,'Thank you for your rating, Ruth!','2019-05-19 05:14:38.926000'),(41735,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-05-19 05:14:05.452000'),(41736,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-05-19 05:14:22.576000'),(41737,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-05-19 05:13:39.427000'),(41738,'Thank you for your great rating!','2019-05-19 05:13:21.870000'),(41739,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-05-16 06:35:35.025000'),(41740,'Thank you for much for your nice review and rating!','2019-05-16 06:34:25.224000'),(41741,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-05-14 04:30:58.120000'),(41742,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-05-12 04:47:57.714000'),(41743,'Thank you so much for your review and rating!','2019-05-09 04:05:43.937000'),(41744,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-05-07 04:13:14.495000'),(41745,'Thank you for your rating, Michelle!','2019-05-05 06:29:50.579000'),(41746,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-05-02 09:03:42.409000'),(41747,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-05-02 09:01:56.304000'),(41748,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team. Thank you for supporting us!','2019-04-16 06:04:25.231000'),(41749,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-04-15 05:08:08.554000'),(41750,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2019-04-10 14:47:49.524000'),(41751,'Thank you so much for your nice review, Eric. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-04-04 05:02:57.600000'),(41752,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-04-01 05:48:04.639000'),(41753,'We want everyone who walks through our doors to feel like a VIP. We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-03-31 06:22:26.050000'),(41754,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and rating!','2019-03-19 06:50:16.851000'),(41755,'Thank you so much for your nice review, Krystal, and sorry for the copay confusion. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-03-11 15:27:51.884000'),(41756,'Thank you for rating SignatureCare.','2019-03-10 09:59:33.382000'),(41757,'Thanks for your valuable rating!','2019-03-10 09:59:52.165000'),(41758,'Thank you for five star rating!','2019-03-11 12:24:32.284000'),(41759,'The board-certified team at SignatureCare Emergency Center cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2019-02-27 13:22:49.166000'),(41760,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-02-24 12:15:48.665000'),(41761,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-02-24 12:16:17.135000'),(41762,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2019-02-18 09:02:39.277000'),(41763,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-02-18 08:59:11.820000'),(41764,'Thanks for the 5 star, Steven!','2019-02-17 10:32:38.143000'),(41765,'SignatureCare Emergency Center takes pride in our staff, and our staff cares so much about our patients. We are so very happy to hear you loved your team. We will make sure to let them know.','2019-02-17 10:33:19.782000'),(41766,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2019-02-17 12:23:20.104000'),(41767,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-02-17 12:24:00.811000'),(41768,'We sincerely appreciate your continued trust. We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-02-17 12:25:19.371000'),(41769,'Thanks for the 5 star, Krystel!','2019-02-13 12:10:09.678000'),(41770,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing SignatureCare!','2019-01-14 09:50:54.975000'),(41771,'Thank you for the 5 star, Maiya!','2019-02-05 14:04:24.908000'),(41772,'Thanks for rating us 5 star, Ascary!','2019-02-03 13:45:17.514000'),(41773,'Thank you for the 5 star, Meranda!','2019-01-30 13:11:31.656000'),(41774,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-01-24 16:33:38.908000'),(41775,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-01-23 14:44:13.073000'),(41776,'SignatureCare Emergency Center takes pride in our staff, and our staff cares so much about our patients. We are so very happy to hear you loved your team. We will make sure to let them know.','2019-01-23 14:43:37.238000'),(41777,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-01-21 09:08:09.752000'),(41778,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-01-20 12:16:44.651000'),(41779,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and recommendation','2019-01-20 09:20:16.640000'),(41780,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-01-20 09:19:09.676000'),(41781,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the recommendation. Thank you for choosing SignatureCare!','2019-01-20 09:11:04.058000'),(41782,'Thanks for the 5 star review!','2019-01-18 16:01:57.391000'),(41783,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-01-17 06:47:03.989000'),(41784,'Thanks for the 5 star, Reyna!','2019-01-14 09:45:20.706000'),(41785,'Thank you for the nice rating, Johnny!','2019-01-14 09:46:18.554000'),(41786,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-01-14 09:47:15.757000'),(41787,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our staff care so much about our patients. We appreciate your wonderful feedback. Thank you for choosing SignatureCare!','2019-01-14 09:50:10.818000'),(41788,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-01-14 09:51:24.909000'),(41789,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-01-07 16:58:15.419000'),(41790,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2019-01-02 16:35:52.029000'),(41791,'Thanks for the 5 star review!','2018-12-19 18:15:38.593000'),(41792,'Thank you for your 5 star review!','2018-11-27 17:23:11.056000'),(41793,'Glad we could ease your anxiety, Qingquig!','2018-11-26 16:10:23.886000'),(41794,'Thanks for the 5 star review!','2018-11-21 15:58:42.896000'),(41795,'We at SignatureCare are thankful for you taking time out of your day to give us 5 stars on our pages, Kanti!','2018-11-19 17:52:40.924000'),(41796,'Jeremy, we understand that your Neighbors experience was not a positive one. At Neighbors our goal is to provide extraordinary care to each of our patients. We would appreciate you reaching out to our\npatient customer service specialist at 844-406-7263 or by email at Patients@neighborshealth.com ,\nso we can understand your experience with Neighbors and resolve any remaining issues.','2018-10-10 20:27:19.411000'),(41797,'Thanks for the review!','2018-12-10 16:30:58.788000'),(41798,'Hi Bobby! Thank you for your 5-star review! Thank you for sharing your positive feedback. We greatly value your opinion, and want to be able to continue to provide great service to all of our patients. We wish you a speedy recovery.','2018-05-18 19:27:19.659000'),(41799,'Hi Emma. At Neighbors Emergency Center we want every interaction with our patients to be a positive one. We are concerned that this was not the service you experienced. Please contact our patient customer service specialist at 844-406-7263 or by email at Patients@neighborshealth.com, so that we can speak with you directly. We look forward to speaking with you.','2018-04-20 19:30:41.481000'),(41800,'Hi Kimber! Thank you for taking the time to provide us feedback about your visit to Neighbors Emergency\nCenter. We will be sure to share your positive review with our staff so that they can continue serving the community with excellence!','2018-03-16 18:52:28.669000'),(41801,'Hi! Just wanted to let you know that this former Neighbors location has been taken over by new management. Allow me to introduce SignatureCare ER. Please stop in, take a tour, and allow us to give you excellent customer service.','2018-12-19 18:39:17.211000'),(41802,'Hi! Just wanted to let you know that this former Neighbors location has been taken over by new management. Allow me to introduce SignatureCare ER. Please stop in, take a tour, and allow us to give you excellent customer service.','2018-12-19 18:39:24.794000'),(41803,'Hi Karelli! Thank you for your review. We are glad you found the care by our staff to be excellent. We hope you are feeling much better. Thank you for choosing Neighbors.','2017-11-27 17:28:44.459000'),(41804,'Hi Dalia! Thank you for your feedback. Glad you can count us on in your time of need. If you ever have any questions please contact our Patient Advocates at 844-406-7263 or by email at Patients@NeighborsHealth.com. We\'re here to help, even after your visit.','2017-11-22 15:22:28.347000'),(41805,'Hi Christina! We sincerely appreciate you sharing your experience and that you plan to do so with others as well. We wish you a speedy recovery.','2017-10-10 15:58:54.378000'),(41806,'Hi Sharon. At Neighbors Emergency Center we value you as a patient. We would be happy to answer any questions you may have. Please contact your Patient Advocate at 844-406-7263 or by email at Patients@NeighborsHealth.com. We look forward to hearing from you.','2017-10-10 15:44:26.034000'),(41807,'Hi Elton, At Neighbors Emergency Center we want every interaction with our patients to be a positive one. We are concerned that this was not the service you experienced. Please contact our patient customer service specialist at 844-406-7263 or by email at Patients@neighborshealth.com, so that we can speak with you directly. We look forward to speaking with you.','2017-08-23 18:34:36.609000'),(41808,'Hi Lisa, Thank you for sharing your experience at Neighbors Emergency Center. Our goal is always to provide extraordinary care to all of our patients. We would like to discuss your experience with you at your earliest convenience. Please contact our patient customer service specialist at 844-406-7263 or by email at Patients@neighborshealth.com. We look forward to speaking with you.','2017-08-07 14:10:33.072000'),(41809,'Hi Harmony, Thank you for sharing your experience at Neighbors Emergency Center. Our goal is always to provide extraordinary care to all of our patients. We would like to discuss your experience with you at your earliest convenience. Please contact our patient customer service specialist at 844-406-7263 or by email at Patients@neighborshealth.com. We look forward to speaking with you.','2017-07-12 14:50:02.784000'),(41810,'Hi Jason, Thank you so much for sharing your Neighbors Emergency Center experience! We are happy that you found our services convenient. We wish you a speedy recovery.','2017-06-07 14:37:18.425000'),(41811,'Hi Tera! Thank you for taking the time to provide us feedback about your visit to Neighbors Emergency Center. We will be sure to share your positive review with our staff so that they can continue serving the community with excellence! We hope your daughter is feeling much better!','2017-05-02 21:19:30.956000'),(41812,'Hi Donna, At Neighbors Emergency Center we want every interaction with our patients to be a positive one. We are concerned that this was not the service you experienced. Please contact our patient customer service specialist at 844-406-7263 so that we can speak with you directly. We look forward to speaking with you.','2017-04-12 14:33:45.195000'),(41813,'Thanks for visiting us Dorian. Glad we could get you back on your feet!','2016-08-15 17:05:48.334000'),(41814,'Thank you for sharing your positive feedback. We greatly value your opinion, and want to be able to continue to provide great service to all of our patients. We wish you a speedy recovery.','2017-03-29 15:19:06.542000'),(41815,'Hi Daniel. Thanks so much for reviewing us. We are glad we could take excellent care of you in your time of need.','2016-08-19 20:27:35.389000'),(41816,'Hi William. At Neighbors Emergency Center we want every interaction with our patients to be a positive one. We are concerned that this was not the service you experienced. Please contact our patient customer service specialist at 844-406-7263 so that we can speak with you directly. We look forward to speaking with you.','2016-08-19 20:24:10.209000'),(41817,'Hi MaryAnne. So glad you were pleased with our services. Wishing your son a speedy recovery!','2016-08-15 17:11:19.053000'),(41818,'Hi Pam. We are very sorry for your recent experience. This does not reflect the culture of Neighbors Emergency Center. Please contact our patient customer service specialist at 844-406-7263 so we can understand your recent experience and resolve any remaining issues. Thank you.','2016-08-15 17:04:29.593000'),(41819,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-10 13:28:54.281000'),(41820,'Thank you for the great review Roy! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','2020-12-21 08:05:42.522000'),(41821,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-30 05:11:06.985000'),(41822,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-29 11:36:06.654000'),(41823,'Thank you for the 5 star review. We are glad you had a good experience. Feel Better!','2020-12-21 08:05:27.756000'),(41824,'Thank you for the great review Morgan! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','2020-12-21 08:05:23.926000'),(41825,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-23 05:18:13.955000'),(41826,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-22 13:58:40.200000'),(41827,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-22 08:39:47.060000'),(41828,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-22 08:35:47.189000'),(41829,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-22 07:31:50.755000'),(41830,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-16 05:08:23.910000'),(41831,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-11-15 09:58:34.260000'),(41832,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-11-14 19:40:53.228000'),(41833,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-11-14 19:36:38.501000'),(41834,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-14 18:44:31.546000'),(41835,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-14 18:40:14.604000'),(41836,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-17 06:34:40.071000'),(41837,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-17 06:25:02.282000'),(41838,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-14 18:15:05.640000'),(41839,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-11-17 05:46:52.096000'),(41840,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-17 05:38:32.431000'),(41841,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-11-17 05:37:06.248000'),(41842,'Thank you caleb, for your great rating!','2020-11-17 06:47:27.710000'),(41843,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-17 05:18:03.957000'),(41844,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-10 07:58:29.888000'),(41845,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-10 07:57:23.511000'),(41846,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-10 07:57:08.372000'),(41847,'We appreciate your great rating, Austin!','2020-11-08 12:57:26.846000'),(41848,'Thank you Sdog, for your great rating!','2020-11-08 12:58:13.961000'),(41849,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-08 13:00:15.993000'),(41850,'Thank you so much for your great rating, Reese!','2020-11-12 06:35:53.969000'),(41851,'Thank you so much for giving us five stars, Julio!','2020-11-12 06:35:38.149000'),(41852,'We appreciate your great rating, Domenic!','2020-11-08 13:01:05.765000'),(41853,'Thank you Beau, for your great rating!','2020-11-08 13:01:13.932000'),(41854,'Thank you so much for your great rating, Drake!','2020-11-08 13:01:28.289000'),(41855,'Thank you so much for giving us five stars, Greg!','2020-11-08 13:01:40.726000'),(41856,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-08 13:03:32.087000'),(41857,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2020-11-08 13:06:14.506000'),(41858,'We appreciate your great rating, Chase!','2020-11-08 13:03:57.702000'),(41859,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-08 13:05:08.861000'),(41860,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-05 06:10:52.576000'),(41861,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-05 06:09:24.568000'),(41862,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-05 06:08:55.613000'),(41863,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-03 05:54:53.246000'),(41864,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-01 04:11:56.768000'),(41865,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-11-01 04:11:17.838000'),(41866,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your mother in-law. Thank you for choosing SignatureCare.','2020-10-31 16:35:25.865000'),(41867,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-10-29 08:08:27.089000'),(41868,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-10-27 17:21:50.682000'),(41869,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-10-27 17:21:07.915000'),(41870,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-21 14:21:03.908000'),(41871,'Thank you so much for your feedback. I hope you will let us know why you gave us a three-star rating so that we can learn from our mistakes! We always want our customers to be 100% satisfied, so please let us know what we could have done better at info@ercare24.com. Thank you again for your time and feedback.','2020-10-21 14:21:24.823000'),(41872,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-10-19 03:29:10.962000'),(41873,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-18 06:22:24.440000'),(41874,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-14 06:19:10.510000'),(41875,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-14 05:07:26.479000'),(41876,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-14 05:01:29.136000'),(41877,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-13 06:03:27.595000'),(41878,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-10-11 06:54:10.952000'),(41879,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-11 06:53:59.414000'),(41880,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-11 06:53:49.539000'),(41881,'Thank you Thomas, for your great rating!','2020-10-11 10:40:53.131000'),(41882,'We appreciate your great rating, Melinda!','2020-10-08 18:32:24.649000'),(41883,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-08 18:32:59.504000'),(41884,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-05-12 04:44:58.735000'),(41885,'Thank you for your great review, Avi!','2019-05-12 04:42:22.056000'),(41886,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-08 18:33:23.791000'),(41887,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-07 06:24:39.102000'),(41888,'Thank you so much for your great rating, charlie!','2020-10-07 06:24:10.776000'),(41889,'We appreciate your great rating, gracie!','2020-10-06 09:04:43.188000'),(41890,'Thank you Conner, for your great rating!','2020-10-06 09:04:56.437000'),(41891,'Thank you for trusting us with the care of your son. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2020-10-05 03:37:21.158000'),(41892,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-09-27 08:57:31.529000'),(41893,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-24 08:25:14.557000'),(41894,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-09-13 16:06:34.881000'),(41895,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-09-13 16:06:12.008000'),(41896,'Thank you so much for giving us five stars!','2020-09-10 06:09:56.180000'),(41897,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-09-07 04:31:29.879000'),(41898,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-08-26 06:01:46.676000'),(41899,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-08-26 05:59:30.751000'),(41900,'Thank you so much for giving us five stars, Chelsea!','2020-08-17 07:38:51.517000'),(41901,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-08-17 07:39:34.103000'),(41902,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-08-17 07:40:05.166000'),(41903,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-09 06:15:15.250000'),(41904,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-09 06:15:29.119000'),(41905,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-08-09 06:16:41.567000'),(41906,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-08-09 06:17:28.839000'),(41907,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-08-09 15:20:01.404000'),(41908,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director so we can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that he can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-07-28 16:35:43.463000'),(41909,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-26 06:31:07.889000'),(41910,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director so we can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that he can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-07-20 20:12:12.844000'),(41911,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-20 05:38:22.013000'),(41912,'Thank you so much for your great rating, David!','2020-07-01 09:17:49.822000'),(41913,'Thank you for taking the time to let us know how we are doing. Our community is important to us, so we love hearing that our team is doing a good job. It\'s never fun when a parent has to visit the ER, but we aim to make you and your family as comfortable as possible while waiting for diagnosis and treatment. Thank you for choosing SignatureCare and we hope your kids are feeling better!','2020-07-12 06:23:22.212000'),(41914,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-03-15 07:39:22.556000'),(41915,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-03-15 07:31:31.648000'),(41916,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-03-15 07:01:45.830000'),(41917,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-15 06:01:39.850000'),(41918,'Thank you for the five-star rating Cailin. We appreciate it.','2020-03-11 02:05:53.539000'),(41919,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-03-08 07:12:07.182000'),(41920,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-03-08 06:30:04.928000'),(41921,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-03-08 06:20:44.966000'),(41922,'Thank you for the five-star rating Amoret. We appreciate it.','2020-03-05 02:04:06.873000'),(41923,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-05 06:52:47.784000'),(41924,'Thank you Johnna for your five star review and for trusting us with your care!','2020-03-02 02:02:50.244000'),(41925,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-03-01 08:33:26.982000'),(41926,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-27 06:55:51.554000'),(41927,'Thank you for trusting us with the care of your grandson. We appreciate the great feedback and are very glad to hear that our team took such good care of him.','2020-02-26 07:37:10.077000'),(41928,'Thank you for the five-star rating Tiffaney! We appreciate your feedback.','2020-02-26 02:05:10.450000'),(41929,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-02-25 07:37:21.657000'),(41930,'Thank you for your review. We appreciate you choosing SignatureCare!','2020-02-25 07:23:33.575000'),(41931,'Thank you for your review. We appreciate you choosing SignatureCare!','2020-02-23 10:00:16.811000'),(41932,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-23 08:26:48.261000'),(41933,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-23 08:24:12.455000'),(41934,'Thanks for the 5 star review Kathy!','2020-02-20 02:03:15.723000'),(41935,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-02-20 06:14:10.085000'),(41936,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-02-20 06:13:21.516000'),(41937,'We appreciate the five-star rating Mary!','2020-02-20 02:03:11.503000'),(41938,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2019-03-13 06:04:20.696000'),(41939,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-20 05:14:30.449000'),(41940,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-02-17 07:07:42.286000'),(41941,'Thank you Brandie for your five star review and for trusting us with your care!','2020-02-17 02:03:48.114000'),(41942,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-12 06:55:00.883000'),(41943,'We appreciate the five-star rating Brooke!','2020-02-11 07:17:20.032000'),(41944,'Thank you Michele for the 5 star review. We are glad you had a good experience. Feel Better!','2020-02-11 07:17:14.297000'),(41945,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-02-11 08:16:52.211000'),(41946,'Thank you for the great review Kim! We appreciate your positive feedback about SignatureCare. We hope you are feeling better.','2020-02-23 08:58:52.149000'),(41947,'Thank you Kel for your five star review and for trusting us with your care!','2020-02-10 05:45:25.954000'),(41948,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-10 05:48:15.318000'),(41949,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-02-09 07:21:17.303000'),(41950,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-02-09 06:39:18.501000'),(41951,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-02-06 07:23:44.844000'),(41952,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-02-05 07:57:52.868000'),(41953,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-29 06:25:01.013000'),(41954,'Thank you Lara, for your great rating!','2020-01-29 06:22:53.711000'),(41955,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-03-27 05:23:18.607000'),(41956,'We appreciate your great rating, Laura!','2020-01-14 07:32:56.764000'),(41957,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-01-13 06:49:43.061000'),(41958,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-01-06 06:56:11.766000'),(41959,'Thank you so much for your five star rating, Sierra!','2020-01-06 06:55:59.308000'),(41960,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-05 06:17:19.838000'),(41961,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2020-01-01 07:27:59.855000'),(41962,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-01-01 07:26:55.529000'),(41963,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-01-01 07:26:35.681000'),(41964,'Thank you so much for your great rating, Janet!','2019-12-29 06:05:00.614000'),(41965,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-12-26 07:31:15.276000'),(41966,'We appreciate your great rating, Preston!','2019-12-26 07:30:28.016000'),(41967,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-12-23 07:52:26.091000'),(41968,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-18 07:14:10.088000'),(41969,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','2019-12-18 07:13:55.727000'),(41970,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-17 04:23:04.782000'),(41971,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2019-12-17 04:26:07.362000'),(41972,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-17 04:25:36.986000'),(41973,'Thank you for your feedback We appreciate you choosing SignatureCare!','2019-12-17 04:25:24.217000'),(41974,'Thank you for trusting us with the care of your child. We appreciate the great feedback and are very glad to hear that our team took such good care of your kiddo.','2019-12-17 04:24:29.126000'),(41975,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-17 04:23:56.761000'),(41976,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-12-17 04:23:26.882000'),(41977,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-12-15 06:10:05.810000'),(41978,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-12-15 06:10:32.638000'),(41979,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-12-15 06:09:47.212000'),(41980,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-15 06:09:38.932000'),(41981,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-12-15 06:09:24.478000'),(41982,'We appreciate the great rating you gave us, Chadlee!','2019-12-15 06:09:12.633000'),(41983,'Thank you so much for your great rating, Dillard!','2019-12-15 06:08:43.893000'),(41984,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-15 06:08:15.957000'),(41985,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-12-15 06:07:56.909000'),(41986,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-11-19 05:39:13.897000'),(41987,'We appreciate your five star rating, Jennifer!','2019-11-14 10:01:29.643000'),(41988,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-11-14 10:01:07.806000'),(41989,'We appreciate your great rating, Shelby!','2019-11-12 07:34:17.827000'),(41990,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-11 07:02:45.792000'),(41991,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-11-03 06:07:45.902000'),(41992,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-10-27 07:00:44.240000'),(41993,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-10-27 06:32:58.124000'),(41994,'Thank you for your great rating, Holli!','2019-10-27 06:32:22.240000'),(41995,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-10-20 05:08:50.647000'),(41996,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-10-17 07:58:29.052000'),(41997,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-10-13 06:41:05.328000'),(41998,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-10-09 07:36:41.151000'),(41999,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-10-02 05:54:42.696000'),(42000,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-10-01 06:06:24.600000'),(42001,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-09-29 05:46:56.183000'),(42002,'Thank you so much for your nice review, Lane. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2019-09-29 05:46:23.116000'),(42003,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-09-29 05:41:04.191000'),(42004,'Thank you for your feedback, Nelson! We appreciate your great rating.','2019-09-15 04:49:24.740000'),(42005,'Thank you so much for your great rating, Lynze!','2019-09-15 04:48:32.805000'),(42006,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-09-15 04:47:59.409000'),(42007,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-09-11 05:00:42.209000'),(42008,'We appreciate your great rating, Decker! Thanks for choosing SignatureCare!','2019-09-11 05:05:06.172000'),(42009,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-09-11 04:59:44.409000'),(42010,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-08-21 04:45:48.155000'),(42011,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-08-19 05:52:02.904000'),(42012,'Thank you so much for rating us five star, Vickie!','2019-08-18 04:59:36.921000'),(42013,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-08-18 04:58:01.399000'),(42014,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-08-18 04:57:05.141000'),(42015,'Thank you for trusting us with the care of your husband. We appreciate the great feedback, and are very glad to hear that our team took such good care of him.','2019-08-04 05:12:09.385000'),(42016,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-08-04 05:11:07.582000'),(42017,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-07-30 06:22:16.531000'),(42018,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-07-30 06:21:37.612000'),(42019,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-07-28 06:46:52.264000'),(42020,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-07-28 06:51:28.779000'),(42021,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-07-21 06:03:14.590000'),(42022,'Thank you for your great rating, Jhonee!','2019-07-21 06:02:37.148000'),(42023,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-07-21 06:02:00.146000'),(42024,'Thanks for the 5 star, Kandace!','2019-01-23 14:12:52.918000'),(42025,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-07-16 05:10:39.501000'),(42026,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-07-16 05:10:07.685000'),(42027,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-07-15 07:05:42.817000'),(42028,'We appreciate your great rating!','2019-07-14 05:58:54.442000'),(42029,'Thank you for your great rating, Caitlin!','2019-07-14 05:58:33.743000'),(42030,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','2019-07-14 05:57:26.553000'),(42031,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-07-14 05:56:49.485000'),(42032,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-07-14 05:56:13.679000'),(42033,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-07-07 06:39:00.314000'),(42034,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-07-07 06:36:42.493000'),(42035,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-07-07 06:36:21.193000'),(42036,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-06-30 04:50:54.793000'),(42037,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-06-30 04:49:51.957000'),(42038,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-06-30 04:41:40.234000'),(42039,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-06-18 06:24:52.593000'),(42040,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-06-17 06:00:02.510000'),(42041,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-06-17 05:58:46.180000'),(42042,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-06-16 05:41:14.975000'),(42043,'Thank you for your review and rating. We appreciate you choosing SignatureCare!','2019-06-16 05:40:44.371000'),(42044,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-16 05:40:10.387000'),(42045,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-06-16 05:39:28.857000'),(42046,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-06-16 05:38:44.224000'),(42047,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-06-13 06:33:04.678000'),(42048,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-06-12 05:57:07.318000'),(42049,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-06-12 05:56:49.636000'),(42050,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-06-11 05:59:29.217000'),(42051,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-06-10 05:45:19.400000'),(42052,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback. Thank you for choosing SignatureCare!','2019-06-10 05:43:46.043000'),(42053,'Thank you for your five star rating, Misty!','2019-06-09 06:31:29.837000'),(42054,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-06-09 06:30:59.096000'),(42055,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-06-09 06:30:29.777000'),(42056,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-06-09 06:30:16.976000'),(42057,'Thank you for your rating, Heather!','2019-06-09 06:29:39.106000'),(42058,'We are glad to hear that you liked our team. Thanks a lot for your review and rating!','2019-06-09 06:29:03.903000'),(42059,'We are glad to learn that you see the benefits of an emergency room vs. the hospital and very proud that you chose SignatureCare Emergency Center as your choice for care. Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-06-09 06:27:21.530000'),(42060,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-09 06:26:46.242000'),(42061,'We believe we have the very best staff in Texas. Thank you for your review and rating!','2019-06-09 06:26:12.659000'),(42062,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-30 05:31:37.260000'),(42063,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-05-30 05:30:04.154000'),(42064,'Thank you for your five star rating, Jordan!','2019-05-29 06:23:33.050000'),(42065,'Thank you for trusting us with the care of your kiddo. We appreciate the great feedback, and are very glad to hear that our team took such good care of your child.','2019-05-27 05:50:59.344000'),(42066,'At SignatureCare Emergency Center, elders are a top priority of all our staff and doctors. It is never fun when your parents get sick, but we are here to help. Thank you for your review and we hope your mom feels better soon!','2019-05-26 06:17:42.904000'),(42067,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-05-26 06:15:39.528000'),(42068,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-05-26 06:15:23.369000'),(42069,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-05-26 06:14:54.968000'),(42070,'Thank you for your rating, Heather!','2019-05-26 06:14:35.584000'),(42071,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-05-23 06:28:55.786000'),(42072,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-22 09:24:36.479000'),(42073,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-05-22 05:16:51.018000'),(42074,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-05-21 04:08:36.175000'),(42075,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-05-19 05:12:07.207000'),(42076,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-05-19 05:11:57.534000'),(42077,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-05-19 05:11:42.533000'),(42078,'Thank you for your five star rating, Jearmey!','2019-05-16 06:22:37.470000'),(42079,'Thank you for your rating, Jearmey!','2019-05-16 06:22:23.235000'),(42080,'Thank you for your nice review and rating!','2019-05-15 06:29:24.460000'),(42081,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-05-15 06:28:52.132000'),(42082,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-05-14 04:28:16.936000'),(42083,'Thank you for your rating, Joseph!','2019-05-13 05:56:35.750000'),(42084,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We love kids, don\'t hesitate to bring them here. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-05-12 04:41:41.184000'),(42085,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-05-07 04:10:48.805000'),(42086,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-05-06 05:53:41.604000'),(42087,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-06 05:54:01.002000'),(42088,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-05-05 06:22:53.104000'),(42089,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-05-02 08:56:02.607000'),(42090,'Thank you for your review and rating, Cade!','2019-05-02 08:55:27.515000'),(42091,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-02 08:55:06.563000'),(42092,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-05-02 08:54:45.903000'),(42093,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope your brother is feeling better!','2019-05-02 08:53:27.207000'),(42094,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-05-02 08:51:49.816000'),(42095,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-04-26 10:51:42.155000'),(42096,'Thanks for the 5 star, Lindsey!','2019-04-26 10:08:21.303000'),(42097,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing SignatureCare!','2019-04-24 05:29:33.599000'),(42098,'Thank you for your rating, Carlos!','2019-04-22 05:54:46.575000'),(42099,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-04-22 05:54:23.097000'),(42100,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-04-22 05:53:48.207000'),(42101,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Hope you get well soon. Thanks for the great review!','2019-04-18 05:18:26.008000'),(42102,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-04-16 06:00:49.595000'),(42103,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you. Thank you for choosing SignatureCare!','2019-04-03 06:20:10.707000'),(42104,'Thank you for understanding the difference. We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing and recommending SignatureCare!','2019-04-02 07:09:46.088000'),(42105,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-03-31 06:19:37.304000'),(42106,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-03-31 06:18:51.384000'),(42107,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-03-28 04:49:18.265000'),(42108,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-03-27 05:22:36.185000'),(42109,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-03-27 05:21:32.682000'),(42110,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-03-27 05:20:33.536000'),(42111,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-03-21 06:15:43.725000'),(42112,'Thanks for a great rating, Brandy!','2019-02-11 13:09:59.227000'),(42113,'Thanks for five star rating, Stephen!','2019-03-21 06:15:09.567000'),(42114,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-03-19 06:32:55.811000'),(42115,'Thank you Dallas for rating us five star!','2019-03-19 06:30:45.417000'),(42116,'Thanks for your rating and review, Madeline!','2019-03-18 05:48:23.984000'),(42117,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing SignatureCare!','2019-03-18 05:46:42.921000'),(42118,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so very happy to hear you loved your team --- We will make sure to let them know.','2019-03-18 05:43:58.905000'),(42119,'Thank you so much for letting us know about your experience at SignatureCare. Thanks again for choosing us!','2019-03-18 05:43:01.316000'),(42120,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. We pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-03-14 06:17:00.425000'),(42121,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-03-14 06:12:42.423000'); INSERT INTO `review_reply` VALUES (42122,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. Thank you for choosing SignatureCare!','2019-03-14 06:14:34.776000'),(42123,'Than you for your rating, Shelby!','2019-03-14 06:07:55.266000'),(42124,'We believe that we have the very best staff in Texas. Our team makes us proud everyday by making the visit more comfortable and smooth for patients. Thank you for trusting SignatureCare!','2019-03-13 14:24:38.222000'),(42125,'We always appreciate positive feedback from our patients and thank you for trusting us with the care of your dad. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing SignatureCare!','2019-03-12 06:46:05.006000'),(42126,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-03-10 10:38:57.465000'),(42127,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-03-10 10:40:39.008000'),(42128,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for continued choosing SignatureCare!','2019-03-10 10:42:13.851000'),(42129,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so very happy to hear you loved our team --- We will make sure to let them know.','2019-03-10 10:43:58.902000'),(42130,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-03-10 10:46:02.992000'),(42131,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-03-10 10:47:11.062000'),(42132,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-03-10 10:49:21.956000'),(42133,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-03-10 10:50:25.927000'),(42134,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing SignatureCare!','2019-03-10 10:53:29.571000'),(42135,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2019-03-10 10:55:55.596000'),(42136,'Thanks for the 5 star, Karsyn!','2019-02-27 13:43:49.217000'),(42137,'Thank you for the great rating, Joseph!','2019-02-24 11:12:26.281000'),(42138,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-02-24 11:12:41.843000'),(42139,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-02-24 11:12:56.554000'),(42140,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Its their compassion that makes our staff exceptional, and the way they care about all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-02-20 11:56:41.908000'),(42141,'Thanks for the great rating, Desha!','2019-02-20 11:55:04.775000'),(42142,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-02-20 11:54:47.253000'),(42143,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-02-20 11:53:52.895000'),(42144,'Thanks for leaving a 5 star, Dylan!','2019-02-20 11:53:20.134000'),(42145,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-02-20 11:52:50.508000'),(42146,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2019-02-19 13:14:26.174000'),(42147,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-02-19 13:12:58.784000'),(42148,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-02-19 13:12:34.382000'),(42149,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-02-19 13:12:21.789000'),(42150,'Thanks for the 5 star, Tiffany!','2019-02-19 13:10:39.462000'),(42151,'SignatureCare Emergency Center takes pride in our staff, and our staff cares so much about our patients. We are so very happy to hear you loved your team. We will make sure to let them know.','2019-02-19 13:10:20.759000'),(42152,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-02-19 13:09:13.430000'),(42153,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your feedback. Thank you for choosing SignatureCare!','2019-02-18 08:38:10.792000'),(42154,'SignatureCare Emergency Center takes pride in our staff, and our staff cares so much about our patients. We are so very happy to hear you loved your team. We will make sure to let them know.','2019-02-18 08:36:45.183000'),(42155,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-02-17 10:23:16.877000'),(42156,'Thank you for the great rating, Tony!','2019-02-17 10:23:38.249000'),(42157,'Thanks for leaving a 5 star, Haley!','2019-02-17 10:23:55.015000'),(42158,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-02-17 10:24:23.389000'),(42159,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-02-13 12:27:10.609000'),(42160,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-02-11 13:11:18.731000'),(42161,'Thanks for the 5 star, Tamara!','2019-02-11 13:10:21.623000'),(42162,'SignatureCare Emergency Center takes pride in our staff, and our staff cares so much about our patients. We are so very happy to hear you loved your team. We will make sure to let them know.','2019-02-11 13:10:58.002000'),(42163,'Thank you for leaving a 5 star, Darren!','2019-02-06 12:20:02.545000'),(42164,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of priority and professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2019-01-31 15:10:32.990000'),(42165,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-01-30 13:34:35.416000'),(42166,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-01-29 14:01:20.445000'),(42167,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-01-29 14:00:35.958000'),(42168,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-01-28 08:32:13.185000'),(42169,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-01-28 08:31:43.659000'),(42170,'Thank you for leaving a 5 star!','2019-01-28 08:31:22.420000'),(42171,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-01-28 08:30:53.802000'),(42172,'Thank you for the great rating, Shekoya!','2019-01-23 14:17:49.472000'),(42173,'Thank you for taking the time to let us know how we are doing. Our community is important to us, so we love hearing that our team is doing a good job. We will make sure to let them know. Thank you for choosing SignatureCare!','2019-01-23 14:17:25.272000'),(42174,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-01-20 09:05:56.378000'),(42175,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. If you have any additional questions, don\'t hesitate to reach back out.','2019-01-18 16:06:16.079000'),(42176,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-01-14 10:17:14.758000'),(42177,'Thank you for taking the time to let us know how we are doing. It\'s their compassion for others that makes our employees so special. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-01-13 12:24:43.153000'),(42178,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-01-11 17:46:35.184000'),(42179,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-01-11 17:46:09.499000'),(42180,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-01-04 16:47:02.891000'),(42181,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team, from the front desk to the doctors, make us proud every day with the way they take care of our patients aim to make your visit as quick and painless as possible. It\'s great to hear that they took such good care of you. We appreciate the great rating, review and recommendation.','2019-01-10 14:33:02.777000'),(42182,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-01-10 14:25:57.011000'),(42183,'Thanks for the 5 star, Kim!','2019-01-10 08:41:43.967000'),(42184,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Our goal is to always provide the best care. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for the nice feedback!','2019-01-09 09:09:49.705000'),(42185,'Our community is important to us, so we love hearing that our team is doing a good job. It\'s never fun when a parent has to visit the ER, but we aim to make you and your family as comfortable as possible while waiting for diagnosis and treatment. Thank you for choosing SignatureCare and we hope your son is feeling better!','2019-01-09 09:00:40.699000'),(42186,'Thanks for the 5 star rating, Tatyanna!','2019-01-09 09:14:22.923000'),(42187,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-01-08 14:23:10.873000'),(42188,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-01-08 14:22:43.991000'),(42189,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-01-08 14:22:23.152000'),(42190,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-01-07 19:02:39.924000'),(42191,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2019-01-07 19:03:03.171000'),(42192,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-01-07 19:05:03.664000'),(42193,'Thanks for the 5 star review!','2019-01-07 16:57:27.450000'),(42194,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-01-07 19:05:15.059000'),(42195,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2019-01-07 18:58:25.351000'),(42196,'Thanks for the 5 star review!','2019-01-07 16:57:35.486000'),(42197,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope your grandmother is feeling better!','2019-01-07 18:49:26.207000'),(42198,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-01-04 16:45:17.596000'),(42199,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2019-01-04 16:45:45.929000'),(42200,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-01-04 16:45:29.311000'),(42201,'Thank you for your continued trust! And thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-01-04 16:46:14.934000'),(42202,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-01-04 16:46:26.504000'),(42203,'We know that having to stay for observation, and be hooked up to an IV drip for so long can be very stressful, so we are glad we could ease your worry and provide excellent care. It\'s their compassion for others that makes our employees so special. We are so glad to hear that our team took such good care of you, and in a quick and efficient manner. Thank you for letting us know how we are doing, and thank you for choosing SignatureCare!','2019-01-04 16:48:25.816000'),(42204,'Thanks for the 5 star review!','2019-01-04 16:42:39.448000'),(42205,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.','2019-01-04 16:46:42.235000'),(42206,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-01-03 16:33:20.445000'),(42207,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-01-03 16:51:04.861000'),(42208,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-01-02 16:30:51.268000'),(42209,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-01-02 16:31:16.629000'),(42210,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-01-02 16:30:06.768000'),(42211,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-01-02 16:31:36.588000'),(42212,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing SignatureCare!','2019-01-02 16:31:54.687000'),(42213,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2018-12-26 16:27:01.144000'),(42214,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2018-12-26 16:26:49.529000'),(42215,'Thank you for the review, Kimberly!','2018-12-20 19:20:10.644000'),(42216,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2018-12-19 18:29:10.084000'),(42217,'It\'s their compassion for others that makes our employees so special. We are so glad to hear that our team took such good care of you, and in a quick and efficient manner. Thank you for letting us know how we are doing, and thank you for choosing SignatureCare!','2018-12-18 15:44:33.118000'),(42218,'Thanks for the 5 star review!','2018-12-17 16:20:50.100000'),(42219,'Thank you for trusting us with the care of your kiddos. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2018-12-10 16:29:34.918000'),(42220,'We\'ll be sure to let them know! Thanks for the 5 stars, Ainsley!','2018-12-10 16:29:54.129000'),(42221,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.','2018-12-05 16:37:06.389000'),(42222,'It\'s their compassion for others that makes our employees so special. We are so glad to hear that our team took such good care of you, and in a quick and efficient manner. Thank you for letting us know how we are doing, and thank you for choosing SignatureCare!','2018-12-05 16:44:42.033000'),(42223,'Thanks for the 5 star review!','2018-12-05 16:37:36.498000'),(42224,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.','2018-12-05 16:44:56.051000'),(42225,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2018-12-05 16:37:25.544000'),(42226,'Thanks for the 5 star review!','2018-12-05 16:37:51.636000'),(42227,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','2018-11-27 17:22:54.163000'),(42228,'Thank you for the 5 star review!','2018-11-26 16:08:57.532000'),(42229,'Thanks for the 5 star review!','2018-12-19 18:27:25.497000'),(42230,'Thanks for the 5 star review!','2018-12-19 18:28:05.008000'),(42231,'Thanks for the 5 star review!','2018-12-19 18:27:58.837000'),(42232,'Thanks for the 5 star review!','2018-12-19 18:28:12.284000'),(42233,'Thanks for the 5 star review!','2018-12-19 18:28:20.533000'),(42234,'Thanks for the 5 star review!','2018-12-19 18:28:26.392000'),(42235,'Thanks for the 5 star review!','2018-12-19 18:28:33.530000'),(42236,'Thanks for the 5 star review!','2018-12-19 18:28:39.187000'),(42237,'Thanks for the 5 star review!','2018-12-19 18:27:33.078000'),(42238,'Thanks for the 5 star review!','2018-12-19 18:27:43.201000'),(42239,'Thanks for the 5 star review!','2018-12-19 18:28:48.992000'),(42240,'Thanks for the 5 star review!','2018-12-19 18:28:43.844000'),(42241,'Thank you for the 5 star review. We are glad you had a good experience. Feel Better!','2020-12-21 08:06:23.474000'),(42242,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-12-20 09:42:37.879000'),(42243,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-12-15 09:04:28.046000'),(42244,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-12 05:54:58.505000'),(42245,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-12-12 05:48:53.419000'),(42246,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-12-01 17:20:45.656000'),(42247,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-01 17:15:52.787000'),(42248,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-01 17:09:26.352000'),(42249,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your mother. Thank you for choosing SignatureCare.','2020-11-30 05:13:03.010000'),(42250,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-29 11:26:53.600000'),(42251,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-26 04:06:09.323000'),(42252,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-11-25 06:57:51.865000'),(42253,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-22 13:56:24.933000'),(42254,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-22 05:56:49.264000'),(42255,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-21 12:51:51.387000'),(42256,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-16 04:26:11.708000'),(42257,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-11-14 18:35:27.339000'),(42258,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-17 06:49:03.743000'),(42259,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-11-14 18:30:24.704000'),(42260,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-11-09 07:20:50.609000'),(42261,'Thank you so much for your great rating, Marianna!','2020-11-12 06:36:23.704000'),(42262,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-11-08 13:12:43.180000'),(42263,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-05 06:02:58.622000'),(42264,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-11-02 07:31:58.920000'),(42265,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-02 07:18:39.912000'),(42266,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-01 04:09:18.631000'),(42267,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-31 16:34:28.009000'),(42268,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-31 16:33:35.157000'),(42269,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-31 16:32:55.720000'),(42270,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-31 16:32:15.223000'),(42271,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-10-31 16:31:55.203000'),(42272,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-31 16:31:35.575000'),(42273,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-31 16:31:12.146000'),(42274,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-31 10:52:55.468000'),(42275,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-29 08:11:54.092000'),(42276,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-27 17:30:34.076000'),(42277,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-27 17:30:56.348000'),(42278,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-10-21 14:32:04.368000'),(42279,'Thank you so much for your great rating, Maddy!','2020-10-21 14:31:44.837000'),(42280,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-21 14:31:13.325000'),(42281,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-20 07:46:19.220000'),(42282,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-10-20 07:41:13.576000'),(42283,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-10-20 07:33:18.429000'),(42284,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-19 03:33:00.759000'),(42285,'Thank you so much for your nice review, Karinaa. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-10-18 06:37:35.566000'),(42286,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-10-06 09:12:54.571000'),(42287,'Thank you so much for your great rating, Arely!','2020-10-06 09:11:27.392000'),(42288,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-09-19 09:17:04.436000'),(42289,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-10-01 05:50:30.366000'),(42290,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-01 05:49:52.994000'),(42291,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-01 05:43:11.439000'),(42292,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-09-29 04:59:52.072000'),(42293,'We appreciate your great rating, Erin!','2020-10-01 05:53:50.811000'),(42294,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-09-27 08:57:45.164000'),(42295,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-09-27 08:53:02.310000'),(42296,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-22 06:31:49.268000'),(42297,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-09-20 18:53:38.912000'),(42298,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-20 18:54:51.419000'),(42299,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-09-10 06:13:05.409000'),(42300,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-09-10 06:12:48.697000'),(42301,'We appreciate your great rating, Samantha!','2020-09-10 06:12:23.888000'),(42302,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-09-10 06:12:02.968000'),(42303,'Thank you so much for giving us five stars, Tavia!','2020-09-10 06:11:42.772000'),(42304,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-10 06:11:24.948000'),(42305,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-10 06:11:13.076000'),(42306,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-09-07 04:33:46.612000'),(42307,'Thank you Courtney, for your great rating!','2020-08-31 07:11:36.886000'),(42308,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-08-31 07:13:06.076000'),(42309,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-08-25 06:27:25.866000'),(42310,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-08-25 06:26:23.407000'),(42311,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-08-25 06:22:12.501000'),(42312,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-25 06:20:23.950000'),(42313,'We appreciate your great rating, Cristal!','2020-08-23 06:09:20.949000'),(42314,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-08-31 07:14:09.575000'),(42315,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-08-25 05:28:47.324000'),(42316,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-08-24 18:01:27.817000'),(42317,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-08-24 17:59:43.298000'),(42318,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-24 11:35:24.458000'),(42319,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-24 11:25:58.389000'),(42320,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-08-24 11:20:53.481000'),(42321,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-08-24 11:00:25.734000'),(42322,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your mom. Thank you for choosing SignatureCare.','2020-01-19 07:06:36.500000'),(42323,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-08-24 10:58:30.430000'),(42324,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-24 10:58:09.283000'),(42325,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-24 10:57:38.468000'),(42326,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-08-24 10:57:17.313000'),(42327,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-24 10:56:59.575000'),(42328,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your mom. Thank you for choosing SignatureCare.','2020-01-16 07:06:06.863000'),(42329,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director so we can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that he can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-08-24 10:56:39.809000'),(42330,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-24 10:52:08.937000'),(42331,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-08-10 15:19:58.751000'),(42332,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-08-10 15:19:46.214000'),(42333,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-08-10 15:17:19.126000'),(42334,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-08-09 09:36:08.212000'),(42335,'Thank you so much for giving us five stars, Edward!','2020-08-09 09:36:53.981000'),(42336,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-08-09 09:37:36.275000'),(42337,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-09 09:38:19.183000'),(42338,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-08-09 09:39:38.389000'),(42339,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-10 14:48:53.988000'),(42340,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-08-10 14:48:33.347000'),(42341,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-09 17:17:50.988000'),(42342,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-08-09 17:17:32.360000'),(42343,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-08-09 17:17:07.308000'),(42344,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-08-09 17:16:43.429000'),(42345,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-09 17:16:06.548000'),(42346,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-07-28 16:37:30.647000'),(42347,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-26 06:35:22.833000'),(42348,'Thank you so much for giving us five stars, Crystal!','2020-07-26 06:34:19.948000'),(42349,'Thank you so much for giving us five stars, Olivia!','2020-07-23 06:35:53.678000'),(42350,'Thank you so much for your great rating, Taha!','2020-07-23 06:36:11.138000'),(42351,'Thank you so much for giving us five stars, Aaron!','2020-07-22 03:38:53.423000'),(42352,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-21 05:05:30.307000'),(42353,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-19 05:11:10.540000'),(42354,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-07-15 06:51:30.860000'),(42355,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-07-14 09:46:08.695000'),(42356,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director so we can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that he can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-07-14 09:46:48.572000'),(42357,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-07-12 15:27:07.929000'),(42358,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-07-12 15:10:49.796000'),(42359,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-09 06:32:14.085000'),(42360,'Hi there. We are sorry to hear that your son didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your son\'s experience. Can you email us at info@ercare24.com with full name, date of service and location of service so that we can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-07-07 09:29:55.792000'),(42361,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review','2020-07-07 09:30:32.476000'),(42362,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-07-07 09:35:26.309000'),(42363,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-07 09:35:52.949000'),(42364,'We appreciate your great rating, Rebecca!','2020-07-06 05:06:40.894000'),(42365,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-05 10:52:18.362000'),(42366,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-07-05 10:53:38.649000'),(42367,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-05 10:54:38.519000'),(42368,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-06-30 05:41:39.685000'),(42369,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-28 10:06:38.676000'),(42370,'We appreciate the five-star rating Mona!','2020-06-24 15:33:56.127000'),(42371,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-06-24 06:54:25.265000'),(42372,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-06-24 06:55:57.741000'),(42373,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-22 13:22:56.320000'),(42374,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-06-17 10:10:37.341000'),(42375,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-07-13 07:08:37.138000'),(42376,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-07-13 07:08:41.410000'),(42377,'We appreciate your great rating, Trenae!','2020-07-13 07:08:57.967000'),(42378,'Thank you so much for giving us five stars, Sane!','2020-07-07 09:36:25.916000'),(42379,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-07-13 07:10:44.597000'),(42380,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-03-19 05:07:55.444000'),(42381,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-19 05:06:22.166000'),(42382,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing SignatureCare!','2020-03-17 16:34:15.561000'),(42383,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-03-18 05:28:11.961000'),(42384,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-03-15 07:20:03.547000'),(42385,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-15 07:18:55.445000'),(42386,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-02-05 07:59:42.784000'),(42387,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-03-15 06:54:39.741000'),(42388,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-03-12 05:37:58.497000'),(42389,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-03-12 05:30:24.012000'),(42390,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-03-12 05:17:25.086000'),(42391,'Thank you so much Maria for your great rating!','2020-03-10 02:04:59.169000'),(42392,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-03-09 05:31:19.800000'),(42393,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-03-09 05:30:50.448000'),(42394,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-03-09 05:19:17.421000'),(42395,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-03-09 05:18:01.499000'),(42396,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-08 06:58:45.236000'),(42397,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for your husband, and are so glad to hear that your husband is feeling better. Thank you for choosing SignatureCare!','2020-03-08 06:58:18.313000'),(42398,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-03-05 07:16:14.186000'),(42399,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-08 06:30:41.453000'),(42400,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-03-08 06:21:06.547000'),(42401,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-03-08 06:16:53.444000'),(42402,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-03-08 06:13:07.241000'),(42403,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-03-08 06:08:15.494000'),(42404,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-03-08 06:08:00.380000'),(42405,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-03-05 07:18:10.605000'),(42406,'Thank you for the five-star rating Felipe! We appreciate your feedback.','2020-03-03 02:02:44.027000'),(42407,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-03-03 05:42:30.941000'),(42408,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-03 05:41:34.212000'),(42409,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-03-02 06:37:20.233000'),(42410,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-02 06:35:45.759000'),(42411,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-03-02 05:49:26.528000'),(42412,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-03-01 08:33:03.074000'),(42413,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-03-01 07:50:41.489000'),(42414,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-03-01 07:49:30.973000'),(42415,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-03-01 07:48:48.721000'),(42416,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-03-01 07:15:26.597000'),(42417,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-08-18 05:15:17.924000'),(42418,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-03-01 07:13:45.600000'),(42419,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-03-01 07:10:59.805000'),(42420,'Thank you for the five-star rating Kintra. We appreciate the feedback, and appreciate you choosing SignatureCare.','2020-02-27 02:06:20.544000'),(42421,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-02-27 07:22:42.182000'),(42422,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-02-27 07:14:16.440000'),(42423,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-02-27 07:13:23.872000'),(42424,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-02-27 07:13:01.771000'),(42425,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare! Hope your husband is feeling better.','2020-02-26 07:33:23.280000'),(42426,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-02-26 07:32:56.186000'),(42427,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-26 07:31:09.993000'),(42428,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-02-26 07:27:45.640000'),(42429,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-02-18 06:20:50.351000'),(42430,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-02-23 09:55:26.105000'),(42431,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review. Hope your brother is feeling well.','2020-02-23 09:54:07.528000'),(42432,'We appreciate the five-star rating Haley!','2020-02-22 02:04:15.788000'),(42433,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-02-23 08:28:41.381000'),(42434,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-23 08:28:03.717000'),(42435,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-23 08:27:47.610000'),(42436,'Thank you Barbara for your five star review and for trusting us with your care!','2020-02-22 02:04:13.224000'),(42437,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your husband. Thank you for choosing SignatureCare.','2020-02-23 08:22:41.110000'),(42438,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-02-23 08:20:31.976000'),(42439,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-02-23 08:17:53.747000'),(42440,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-20 06:20:35.517000'),(42441,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-19 05:09:35.333000'),(42442,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-02-13 07:42:27.400000'),(42443,'Hello Scott! We are open 24/7, 365 days a year. Because emergencies do not have a schedule. I would love to discuss the incident with you and get more details so we can make it right. Please email us at info@ercare24.com so that we can look into this further.','2020-02-12 06:51:12.486000'),(42444,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-02-11 08:22:10.243000'),(42445,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-02-11 08:21:10.542000'),(42446,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-11 08:20:40.469000'),(42447,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare! Hope your sister is feeling well.','2020-02-11 08:19:07.445000'),(42448,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-09 06:50:27.515000'),(42449,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-02-06 07:17:39.517000'),(42450,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-06 07:15:26.814000'),(42451,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-02-06 07:12:14.494000'),(42452,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-06 07:11:08.765000'),(42453,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-02-06 07:10:50.834000'),(42454,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-06 07:08:06.942000'),(42455,'Thank you for the five-star rating Catherine! We appreciate your feedback.','2020-02-06 09:00:42.676000'),(42456,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-02-06 07:07:30.965000'),(42457,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-05 07:12:52.321000'),(42458,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-02-04 05:57:58.203000'),(42459,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-02-04 05:56:17.396000'),(42460,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-04 05:43:21.797000'),(42461,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-02-24 12:14:13.218000'),(42462,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare! Hope your friend is feeling better.','2020-02-03 07:01:03.239000'),(42463,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-02-03 07:00:28.880000'),(42464,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-03 06:59:35.708000'),(42465,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-02-03 06:59:12.387000'),(42466,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-03 06:57:57.797000'),(42467,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-02-02 04:49:58.987000'),(42468,'We appreciate your great rating, Andrew!','2020-02-03 06:57:41.373000'),(42469,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-01-30 05:38:09.932000'),(42470,'Thank you so much for giving us five stars, Jacqueline!','2020-01-30 05:37:40.472000'),(42471,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-01-29 08:44:04.266000'),(42472,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-29 08:42:43.622000'),(42473,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-01-29 08:42:30.087000'),(42474,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-01-29 08:42:19.878000'),(42475,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-01-29 08:42:08.194000'),(42476,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-01-29 08:16:16.100000'),(42477,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-29 08:15:56.766000'),(42478,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-29 08:15:46.851000'),(42479,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-29 08:15:41.799000'),(42480,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare! Hope your boyfriend is feeling better.','2020-01-29 08:15:26.795000'),(42481,'Thank you so much for your nice review, Jonathan. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-01-29 08:11:40.033000'),(42482,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-01-29 08:11:12.307000'),(42483,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-29 08:10:00.807000'),(42484,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-01-29 08:09:06.041000'),(42485,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-29 08:08:50.529000'),(42486,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your friend. Thank you for choosing SignatureCare.','2020-01-29 08:05:12.105000'),(42487,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-01-29 08:04:22.008000'),(42488,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-29 08:04:11.125000'),(42489,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-01-16 07:07:37.363000'),(42490,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-01-29 07:59:50.603000'),(42491,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-29 07:58:26.866000'),(42492,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-01-29 07:58:02.956000'),(42493,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your friend. Thank you for choosing SignatureCare.','2020-01-29 07:57:51.871000'),(42494,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-01-29 07:57:22.114000'),(42495,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-01-29 07:57:09.977000'),(42496,'Thank you so much for your great rating!','2020-01-29 07:55:41.942000'),(42497,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-01-29 07:55:27.539000'),(42498,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-29 07:54:39.959000'),(42499,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-29 07:50:58.334000'),(42500,'We appreciate your great rating, Savannah!','2020-01-16 07:08:08.591000'),(42501,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-01-16 07:07:49.000000'),(42502,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','2020-01-16 07:07:24.694000'),(42503,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-16 07:07:16.981000'),(42504,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-01-16 07:06:55.164000'),(42505,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-01-16 07:05:20.152000'),(42506,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-14 07:44:18.957000'),(42507,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-01-13 06:54:27.711000'),(42508,'We appreciate your great rating! Thank you for choosing us.','2020-01-13 06:54:14.249000'),(42509,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-01-12 06:35:39.632000'),(42510,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-12 06:35:25.608000'),(42511,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review. Hope your husband feels better soon.','2020-01-12 06:34:36.126000'),(42512,'We want everyone who visits us to feel like family. It\'s great to hear that our team made your fiancĆ© feel welcome and at home -- thanks for letting us know. Thanks for choosing SignatureCare! Hope Carrera gets better soon.','2020-01-12 06:33:39.703000'),(42513,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-01-09 07:25:47.223000'),(42514,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-01-05 06:35:35.883000'),(42515,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-01-05 06:35:20.668000'),(42516,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2020-01-05 06:35:03.722000'),(42517,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-01-05 06:34:43.826000'),(42518,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2020-01-05 06:34:16.457000'),(42519,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-05 06:33:51.537000'),(42520,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-05 06:33:40.097000'),(42521,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-01-05 06:32:38.992000'),(42522,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-01-05 06:31:52.112000'),(42523,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-01-05 06:31:22.979000'),(42524,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put your brother at ease and provide him with the best care possible. We hope he is feeling better.','2020-01-01 07:29:22.023000'),(42525,'We appreciate the great rating you gave us, Frankie!','2019-12-29 06:20:37.278000'),(42526,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-12-29 06:20:07.949000'),(42527,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-12-29 06:19:52.270000'),(42528,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-12-29 06:18:33.475000'),(42529,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-29 06:17:35.768000'),(42530,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-12-29 06:17:24.007000'),(42531,'We appreciate your great rating! Thanks for choosing us.','2019-12-29 06:17:09.703000'),(42532,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-12-29 06:16:37.247000'),(42533,'Thank you so much for your great rating, Michelle!','2019-12-29 06:16:11.038000'),(42534,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-12-26 07:55:12.939000'),(42535,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better. Hope your wife is feeling better!','2019-12-26 07:54:13.548000'),(42536,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-24 06:56:46.381000'),(42537,'Thank you so much for your great rating, Alberto!','2019-12-24 06:56:26.035000'),(42538,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-12-24 06:55:46.442000'),(42539,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-24 06:55:27.696000'),(42540,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-12-23 08:00:00.428000'),(42541,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2019-12-22 08:08:34.937000'),(42542,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-12-22 08:08:21.137000'),(42543,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-12-22 08:08:03.410000'),(42544,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-12-22 08:07:39.328000'),(42545,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-22 08:07:19.747000'),(42546,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-22 08:06:59.474000'),(42547,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-22 08:06:45.622000'),(42548,'Thank you so much for your five star rating, Theriot!','2019-12-18 07:35:30.385000'),(42549,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-12-17 05:40:18.143000'),(42550,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-12-15 06:41:25.562000'),(42551,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-15 06:41:09.644000'),(42552,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-12-15 06:40:44.995000'),(42553,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-12-15 06:40:26.030000'),(42554,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-12-15 06:40:16.108000'),(42555,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-15 06:39:46.961000'),(42556,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-11-17 07:07:46.811000'),(42557,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-05 07:08:36.016000'),(42558,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-05 07:07:39.683000'),(42559,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-12-04 07:03:50.439000'),(42560,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-12-04 07:03:26.063000'),(42561,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-12-04 07:03:12.977000'),(42562,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-12-04 07:03:03.039000'),(42563,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-12-04 07:02:44.895000'),(42564,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-12-04 07:02:21.107000'),(42565,'We appreciate your great rating, Mareo!','2019-12-01 08:19:13.767000'),(42566,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-11-28 07:28:52.471000'),(42567,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-28 07:28:31.407000'),(42568,'Thank you so much for your great rating, Abdel Khalek!','2019-11-26 05:43:27.516000'),(42569,'We appreciate the great rating you gave us, Rolla!','2019-11-25 06:55:14.198000'),(42570,'Thank you for giving us five star, Kat!','2019-11-24 06:58:10.722000'),(42571,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-11-24 06:53:19.996000'),(42572,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-11-24 06:52:58.123000'),(42573,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2019-11-24 06:52:27.841000'),(42574,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-11-20 06:13:13.607000'),(42575,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-11-20 06:13:01.237000'),(42576,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review. Hope your friend is feeling well.','2019-11-20 06:12:47.099000'),(42577,'Thank you so much for your great rating, Iliana!','2019-11-20 06:11:49.307000'),(42578,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-11-20 06:11:17.039000'),(42579,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-11-20 06:10:32.183000'),(42580,'Thank you so much for your nice review, Henry. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2019-11-17 07:11:25.586000'),(42581,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-11-17 07:10:50.596000'),(42582,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your friend. Thank you for choosing SignatureCare.','2019-11-17 07:10:39.212000'),(42583,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-11-17 07:09:58.707000'),(42584,'Thank you so much for your nice review, Kaeisha. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us! Hope your little brother is feeling well.','2019-11-17 07:09:40.959000'),(42585,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-11-17 07:08:53.240000'),(42586,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-11-17 07:08:29.640000'),(42587,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-11-17 07:08:21.051000'),(42588,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-17 07:08:11.005000'),(42589,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-11-17 07:07:59.691000'),(42590,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-11-17 07:07:03.102000'),(42591,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-11-17 07:06:37.670000'),(42592,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-11-17 07:06:24.052000'),(42593,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-11-17 07:06:06.290000'),(42594,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-11-14 10:03:50.389000'),(42595,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-11-13 06:39:45.873000'),(42596,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-11-12 07:36:47.579000'),(42597,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-11-12 07:36:22.639000'),(42598,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-11-11 07:25:07.309000'),(42599,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-11-11 07:24:28.882000'),(42600,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-11-11 07:24:12.551000'),(42601,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-06 07:47:10.379000'),(42602,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-06 07:47:00.402000'),(42603,'Thank you so much for giving us five star!','2019-11-06 07:46:46.938000'),(42604,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-11-06 07:46:27.065000'),(42605,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-11-06 07:46:17.070000'),(42606,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-11-06 07:45:46.511000'),(42607,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-11-05 07:39:35.640000'),(42608,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-11-06 07:43:22.368000'),(42609,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-11-05 07:39:05.142000'),(42610,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-11-06 07:45:32.753000'),(42611,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put your friend at ease and provide her with the best care possible. We hope she feels better.','2019-11-06 07:44:21.968000'),(42612,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-11-04 11:18:43.782000'),(42613,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-11-04 11:18:21.468000'),(42614,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-11-03 06:18:14.015000'),(42615,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-11-03 06:17:56.361000'),(42616,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-11-03 06:17:33.141000'),(42617,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-11-03 06:17:20.564000'),(42618,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-10-31 09:51:05.911000'),(42619,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-10-31 09:50:53.870000'),(42620,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-11-03 06:18:26.030000'),(42621,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-10-30 05:45:31.725000'),(42622,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us! Hope your mom will get well soon.','2019-10-30 05:45:12.256000'),(42623,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-10-29 05:45:46.948000'),(42624,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-10-29 05:45:34.567000'),(42625,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-10-27 08:22:32.840000'),(42626,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-10-27 08:22:05.361000'),(42627,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-10-27 08:21:32.631000'),(42628,'Thank you for your great rating, Grecia!','2019-10-27 07:16:20.345000'),(42629,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-10-27 07:15:52.528000'),(42630,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','2019-10-27 07:14:59.887000'),(42631,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-10-27 07:13:53.312000'),(42632,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-10-27 07:13:34.476000'),(42633,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-10-27 07:13:09.686000'),(42634,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-10-27 07:12:32.943000'),(42635,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs. Hope your wife is feeling well.','2019-10-27 07:11:58.961000'),(42636,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-10-23 05:51:44.677000'),(42637,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-10-23 05:51:13.690000'),(42638,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-10-22 06:35:31.610000'),(42639,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-10-22 06:35:06.901000'),(42640,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-10-22 06:34:53.124000'),(42641,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-10-21 07:00:28.405000'),(42642,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-10-21 07:00:15.786000'),(42643,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','2019-10-21 06:59:29.612000'),(42644,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare. Hope your girlfriend is feeling well.','2019-10-20 06:33:40.070000'),(42645,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-10-20 06:33:03.824000'),(42646,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-10-20 05:27:49.713000'),(42647,'Thank you for your five star rating, Leopold!','2019-10-20 05:18:16.354000'),(42648,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-10-20 05:17:47.292000'),(42649,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-10-20 05:17:22.703000'),(42650,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-10-20 05:17:00.678000'),(42651,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-10-20 05:14:16.175000'),(42652,'Thank you so much for your feedback, Eaglin. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2019-10-17 08:16:36.301000'),(42653,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-10-09 07:57:23.361000'),(42654,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-10-09 07:57:06.635000'),(42655,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-10-09 07:56:51.272000'),(42656,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-10-09 07:56:30.835000'),(42657,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-10-02 05:58:17.113000'),(42658,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating. Hope your husband is feeling well.','2019-10-02 05:57:52.635000'),(42659,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-09-29 05:57:33.267000'),(42660,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-09-22 06:02:27.499000'),(42661,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-09-22 06:01:59.882000'),(42662,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-09-19 09:17:24.970000'),(42663,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-09-15 04:52:06.466000'),(42664,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-09-11 05:10:57.157000'),(42665,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-09-11 05:10:40.424000'),(42666,'Thank you for your five star rating, Hilda!','2019-09-11 05:10:19.704000'),(42667,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-09-11 05:09:40.243000'),(42668,'Thank you for taking the time to let us know how we are doing. Our community is important to us, so we love hearing that our team is doing a good job. It\'s never fun when a parent has to visit the ER, but we aim to make you and your family as comfortable as possible while waiting for diagnosis and treatment. Thank you for choosing SignatureCare and we hope your kiddo is feeling better.','2019-09-11 05:09:16.091000'),(42669,'We appreciate your great rating, Kim! Thanks for choosing SignatureCare!','2019-09-11 05:08:11.486000'),(42670,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-09-11 05:07:36.750000'),(42671,'Thank you so much for your nice review, Cosme. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-09-11 05:07:17.583000'),(42672,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2019-09-11 05:06:59.473000'),(42673,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-06-16 05:49:54.484000'),(42674,'Thank you so much for rating us five star!','2019-08-19 05:53:17.694000'),(42675,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-08-18 05:15:28.684000'),(42676,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-07-21 06:06:43.344000'),(42677,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. We would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.comĀ with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2019-07-17 13:23:09.808000'),(42678,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-07-07 07:19:32.658000'),(42679,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','2019-07-07 07:19:13.402000'),(42680,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-07-07 07:15:05.733000'),(42681,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-07-04 07:19:56.213000'),(42682,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-07-03 07:11:41.880000'),(42683,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-07-03 07:11:19.846000'),(42684,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-07-03 07:10:54.168000'),(42685,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-06-30 05:41:17.856000'),(42686,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-06-23 04:30:07.722000'),(42687,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-06-19 06:05:59.902000'),(42688,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-06-19 06:05:14.807000'),(42689,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-06-18 06:37:46.080000'),(42690,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-06-18 06:37:31.142000'),(42691,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-06-16 05:50:22.432000'),(42692,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-06-13 06:42:54.824000'),(42693,'Thank you so much for your nice review, Myles. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-06-10 05:51:37.089000'),(42694,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-06-09 07:08:31.397000'),(42695,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-30 05:32:47.446000'),(42696,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-05-30 05:32:38.947000'),(42697,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-05-28 05:43:43.201000'),(42698,'Thank you for your rating, Stacey!','2019-05-26 06:23:39.971000'),(42699,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-13 05:58:41.542000'),(42700,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-05-12 04:49:39.185000'),(42701,'Thank you for your rating, Lamont!','2019-05-02 09:14:07.232000'),(42702,'Thank you for your five star rating!','2019-05-02 09:13:56.161000'),(42703,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-05-02 09:13:35.409000'),(42704,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-05-02 09:13:11.689000'),(42705,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-05-02 09:11:58.604000'),(42706,'Thank you for your rating!','2019-05-02 09:11:39.775000'),(42707,'We believe we have the very best facility in Texas with board-certified staffs, state-of-the-art equipment and clean environment. Thank you for your review.','2019-04-24 05:38:58.807000'),(42708,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2019-04-23 21:39:45.620000'),(42709,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-04-15 05:39:25.743000'),(42710,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-04-08 06:37:16.894000'),(42711,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-04-07 13:57:29.682000'),(42712,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2019-04-04 05:05:16.318000'),(42713,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-04-01 05:55:27.534000'),(42714,'Thank you for your five star rating!','2019-03-25 07:38:36.240000'),(42715,'Thank you for your great rating!','2019-03-20 06:42:38.883000'),(42716,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience sometimes like a zombie apocalypse. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-03-19 06:59:12.411000'),(42717,'Thank you for your rating, Lewis!','2019-03-18 06:07:10.561000'),(42718,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare. We are ready to treat any kinds of emergency 24/7 even on the holidays.','2019-03-12 06:51:30.358000'),(42719,'We are glad to know that out team took an exceptional care and you loved out team. Thank you for trusting SignatureCare!','2019-03-12 06:49:13.722000'),(42720,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-03-10 09:22:27.144000'),(42721,'Thank you so much for your nice review. We always appreciate feedback from our customers. If there is anything more we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-03-10 09:24:56.014000'),(42722,'Thank you for the 5 star, Camilo!','2019-03-03 11:08:38.791000'),(42723,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-02-24 12:14:49.269000'),(42724,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-02-25 16:33:22.064000'),(42725,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-02-17 12:35:07.229000'),(42726,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-02-11 13:26:15.577000'),(42727,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-02-11 13:28:52.968000'),(42728,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-02-11 13:28:37.082000'),(42729,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. We also have the most caring staff in the state of Texas. Thank you for the wonderful feedback!','2019-02-11 13:28:27.034000'),(42730,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-02-11 13:27:32.181000'),(42731,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-02-11 13:27:06.774000'),(42732,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-02-11 13:26:45.237000'),(42733,'Thanks for rating us 5 star, Sandra!','2019-02-06 13:01:57.997000'),(42734,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-02-04 13:51:08.479000'),(42735,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2018-11-19 17:53:41.022000'),(42736,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-01-28 09:04:12.967000'),(42737,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-01-23 16:15:52.283000'),(42738,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-01-21 15:16:05.345000'),(42739,'Thanks for the 5 star.','2019-01-20 12:00:32.176000'),(42740,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-01-20 12:03:05.025000'),(42741,'Thank you so much for your nice review, Lecia. We always appreciate feedback from our patients. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-01-17 07:02:20.528000'),(42742,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-01-07 16:52:07.661000'),(42743,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-01-07 16:55:32.493000'),(42744,'Nobody likes being sick, but we always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-01-04 16:35:56.762000'),(42745,'Thanks for the 5 star review!','2019-01-04 16:33:39.797000'),(42746,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so very happy to hear you loved your team --- We will make sure to let them know.','2018-12-26 16:24:42.425000'),(42747,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating. Staff','2018-12-26 16:24:31.456000'),(42748,'Hi, Chrisnatha! We hope the snacks were tasty (I like the Goldfish crackers!) and that we were able to assist you without taking up too much of your time. We know your time is irreplaceable.\nThank you for your shout out to each one of our amazing team members! We will let them know they are providing excellent service to our customers. Feel better soon!','2018-12-16 09:21:30.600000'),(42749,'It\'s their compassion for others that makes our employees so special. We are so glad to hear that our team took such good care of you, and in a quick and efficient manner. Thank you for letting us know how we are doing, and thank you for choosing SignatureCare!','2018-12-11 23:19:17.361000'),(42750,'Thank you for the 5 star review!','2018-11-26 16:07:10.095000'),(42751,'It\'s their compassion for others that makes our employees so special. We are so glad to hear that our team, including Amy, took such good care of you, and in a quick and efficient manner. Thank you for letting us know how we are doing, and thank you for choosing SignatureCare.','2018-11-20 17:23:17.823000'),(42752,'At Neighbors Emergency Center we want every interaction with our patients to be a positive one. We\nare concerned that this was not the service you experienced. Please contact our patient customer\nservice specialist at 844-406-7263 or by email at Patients@neighborshealth.com, so that we can\nspeak with you directly. We look forward to speaking with you.','2018-10-05 16:45:46.854000'),(42753,'Hi Kyle! Thank you for your 5-star review! We couldn\'t be happier that you had a good experience at Neighbors Emergency Center Bellaire. Thank you for taking the time to share it with us. We wish you a speedy recovery!','2018-06-22 17:36:32.882000'),(42754,'Hi Matt! Thank you for your 5-star review! We appreciate your positive feedback about Neighbors\nEmergency Center Bellaire. We hope you are feeling better.','2018-06-08 16:41:05.301000'),(42755,'Hi Elmer! Thank you for your 5-star review! Thank you so much for sharing your Neighbors Emergency Center Bellaire experience! We are happy that you found our services fast and convenient. We wish you a speedy recovery.','2018-04-26 18:51:21.749000'),(42756,'Hi Amanda! THANK YOU for your 5-star review! Especially being the first review you have written. Thank you for sharing your positive feedback. We greatly value your opinion, and want to be able to continue to provide great service to all of our patients. We wish your son a speedy recovery!','2018-04-13 18:15:09.813000'),(42757,'Hi AJ! We are so glad your experience at Neighbors Emergency Center was a positive one! Thank you\nfor taking the time give us feedback. We hope you are feeling better soon.','2018-03-16 18:54:32.896000'),(42758,'Thanks for the 5 stars!','2018-11-12 16:07:00.844000'),(42759,'Thanks for your 5 star review!','2018-12-20 16:49:14.620000'),(42760,'Thanks for your 5 star review!','2018-12-20 16:49:22.944000'),(42761,'Thanks for your 5 star review!','2018-12-20 16:49:27.729000'),(42762,'Thanks for your 5 star review!','2018-12-20 16:49:33.252000'),(42763,'Thanks for your 5 star review!','2018-12-20 16:51:17.068000'),(42764,'Hi Martin. Thank you for your review. Please let us know if there is anything additional you would like to provide about your recent Neighbors experience. Thanks again!','2017-12-05 15:58:30.840000'),(42765,'Thanks for your 5 star review!','2018-12-20 16:51:21.167000'),(42766,'Hi Reid. We apologize for any inconvenience this has caused. We will review with the center directly as this is not how we treat patients. Everyone is welcome to seek care and treatment at Neighbors Emergency Center. We would appreciate you reaching out to our patient customer service specialist at 844-406-7263 or by email at patients@neighborshealth.com so we can understand your experience.','2017-09-22 14:11:59.301000'),(42767,'Hi Chantelle, Thank you for telling us about your positive visit to Neighbors Emergency Center. We are grateful you trusted us in your time of need. We wish you a speedy recovery.','2017-08-07 14:06:59.760000'),(42768,'Hi Chris. Thank you for rating Neighbors Emergency Center. Please let us know if there\'s anything additional you would like to provide.','2017-06-15 16:59:54.523000'),(42769,'Hi Dawn! We are so glad our staff took excellent care of you. We appreciate your feedback and agree that the patient comes first, no matter the situation. We hope you are feeling better!','2017-06-02 19:11:57.903000'),(42770,'Hi Katrina, Neighbors Emergency Center is always here for you and your son\'s medical needs. Thank you for the positive review. We hope he is feeling better soon!','2017-05-17 19:05:49.524000'),(42771,'Hi Valentina! Thank you for the great review! We appreciate your feedback.','2017-04-17 21:11:11.954000'),(42772,'Hi Elizabeth, Thank you for sharing your positive feedback. We greatly value your opinion, and want to be able to continue to provide great service to all of our patients. We wish you a speedy recovery.','2017-03-29 15:18:02.706000'),(42773,'Hi Jason, We understand that your Neighbors experience was not a positive one. At Neighbors our goal is to provide extraordinary care to each of our patients. We would appreciate you reaching out to our patient customer service specialist at 844-406-7263 so we can understand your experience with Neighbors and resolve any remaining issues.','2016-12-14 17:09:58.838000'),(42774,'Hi Lea. At Neighbors Emergency Center we want every interaction with our patients to be a positive one. We are concerned this is not the service you experienced. Please contact our patient customer service specialist at 844-406-7263 or email patients@neighborshealth.com. We look forward to speaking with you.','2016-12-12 16:48:59.681000'),(42775,'Hi Eunice, Thank your for the positive feedback! We hope that you will feel better soon!','2016-11-16 15:26:51.979000'),(42776,'We hate to hear that you did not have a positive experience at Neighbors Emergency Center. Please contact our customer service specialist at 844-406-7263 so that we can learn more about your experience, and resolve any issues. Thank you for your patience, and we hope to speak with you soon!','2016-11-02 21:53:46.234000'),(42777,'Thank you for the great review! We appreciate your positive feedback about Neighbors Emergency Center. We hope you are feeling better.','2016-06-21 18:33:53.097000'),(42778,'At Neighbors Emergency Center we want every interaction with our patients to be a positive one. We are concerned that this was not the service you experienced. Please contact our patient customer service specialist at 844-406-7263 so that we can speak with you directly. We look forward to speaking with you.','2016-06-21 18:33:21.157000'),(42779,'Thanks for your 5 star review!','2018-12-20 16:51:26.203000'),(42780,'Hi! Just wanted to let you know that this former Neighbors location has been taken over by new management. Allow me to introduce SignatureCare ER. Please stop in, take a tour, and allow us to give you excellent customer service.','2018-12-20 16:44:14.438000'),(42781,'Hi! Just wanted to let you know that this former Neighbors location has been taken over by new management. Allow me to introduce SignatureCare ER. Please stop in, take a tour, and allow us to give you excellent customer service.','2018-12-20 16:47:01.311000'),(42782,'Hi! Just wanted to let you know that this former Neighbors location has been taken over by new management. Allow me to introduce SignatureCare ER. Please stop in, take a tour, and allow us to give you excellent customer service.','2018-12-20 16:47:09.935000'),(42783,'Thanks for your 5 star review!','2018-12-20 16:51:30.373000'),(42784,'Hi! Just wanted to let you know that this former Neighbors location has been taken over by new management. Allow me to introduce SignatureCare ER. Please stop in, take a tour, and allow us to give you excellent customer service.','2018-12-20 16:47:17.876000'),(42785,'Thanks for your 5 star review!','2018-12-20 16:51:34.680000'),(42786,'Thank you for your review!','2018-12-20 16:48:21.230000'),(42787,'Thanks for your 5 star review!','2018-12-20 16:51:41.345000'),(42788,'Hi! Just wanted to let you know that this former Neighbors location has been taken over by new management. Allow me to introduce SignatureCare ER. Please stop in, take a tour, and allow us to give you excellent customer service.','2018-12-20 16:47:28.669000'),(42789,'Hi! Just wanted to let you know that this former Neighbors location has been taken over by new management. Allow me to introduce SignatureCare ER. Please stop in, take a tour, and allow us to give you excellent customer service.','2018-12-20 16:47:35.800000'),(42790,'Thanks for your 5 star review!','2018-12-20 16:51:46.279000'),(42791,'Thanks for your 5 star review!','2018-12-20 16:52:19.939000'),(42792,'Hi! Just wanted to let you know that this former Neighbors location has been taken over by new management. Allow me to introduce SignatureCare ER. Please stop in, take a tour, and allow us to give you excellent customer service.','2018-12-20 16:47:43.723000'),(42793,'Thanks for your 5 star review!','2018-12-20 16:52:24.117000'),(42794,'Thanks for your 5 star review!','2018-12-20 16:52:48.395000'),(42795,'Thanks for your 5 star review!','2018-12-20 16:52:49.296000'),(42796,'Thanks for your 5 star review!','2018-12-20 16:52:50.070000'),(42797,'Thanks for your 5 star review!','2018-12-20 16:52:53.274000'),(42798,'Hi! Just wanted to let you know that this former Neighbors location has been taken over by new management. Allow me to introduce SignatureCare ER. Please stop in, take a tour, and allow us to give you excellent customer service.','2018-12-20 16:47:52.476000'),(42799,'Hi! Just wanted to let you know that this former Neighbors location has been taken over by new management. Allow me to introduce SignatureCare ER. Please stop in, take a tour, and allow us to give you excellent customer service.','2018-12-20 16:48:05.471000'),(42800,'Thanks for your 5 star review!','2018-12-20 16:52:58.277000'),(42801,'Thanks for your 5 star review!','2018-12-20 16:53:01.905000'),(42802,'Thanks for your 5 star review!','2018-12-20 16:53:05.341000'),(42803,'Thanks for your 5 star review!','2018-12-20 16:53:09.944000'),(42804,'Thanks for your 5 star review!','2018-12-20 16:53:14.357000'),(42805,'Thank you for the great review Ketan! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','2020-12-21 08:06:24.779000'),(42806,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-12-20 09:47:59.866000'),(42807,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-15 08:53:18.477000'),(42808,'Thank you for the five-star rating Jedi. We appreciate it.','2020-12-14 18:04:19.798000'),(42809,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-15 05:39:25.054000'),(42810,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-15 05:37:18.774000'),(42811,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-12 09:26:52.070000'),(42812,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-12-10 13:34:34.865000'),(42813,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-12-10 13:29:56.215000'),(42814,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-12-06 09:51:16.806000'),(42815,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-11-30 05:10:15.644000'),(42816,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-11-29 11:31:13.312000'),(42817,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-29 11:29:41.606000'),(42818,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-29 11:29:29.393000'),(42819,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-26 04:04:18.890000'),(42820,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-25 06:53:27.737000'),(42821,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-15 10:38:23.508000'),(42822,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-23 05:22:12.435000'),(42823,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-21 12:48:20.383000'),(42824,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-21 12:47:47.777000'),(42825,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-21 12:47:27.153000'),(42826,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-11-14 19:34:50.615000'),(42827,'Thank you so much for your great rating, RAMIRO!','2020-11-17 07:27:11.563000'),(42828,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-11-14 18:40:28.074000'),(42829,'Thank you Jorge, for your great rating!','2020-11-17 07:26:56.435000'),(42830,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-11-14 18:37:46.339000'),(42831,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-14 18:36:52.525000'),(42832,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-11-14 18:36:37.654000'),(42833,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-11-14 18:36:04.848000'),(42834,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-11-14 18:32:36.269000'),(42835,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-11-14 18:26:40.067000'),(42836,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-11-14 18:26:13.861000'),(42837,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-11-17 05:46:27.197000'),(42838,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-05-27 05:58:03.783000'),(42839,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-11-17 05:45:44.974000'),(42840,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-11-10 07:58:06.492000'),(42841,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-11-09 05:06:45.601000'),(42842,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-11-09 05:06:27.972000'),(42843,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-11-09 05:06:11.462000'),(42844,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-11-09 05:05:49.120000'),(42845,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-11-02 07:33:39.696000'),(42846,'Thank you Rohan, for your great rating!','2020-11-02 10:50:24.183000'),(42847,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-10-31 16:03:52.822000'),(42848,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-10-31 16:03:35.981000'),(42849,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-29 18:39:13.483000'),(42850,'We appreciate your great rating, Ali!','2020-10-27 17:35:52.079000'),(42851,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-28 16:35:40.594000'),(42852,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-28 16:35:06.112000'),(42853,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-28 10:56:33.221000'),(42854,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-28 10:51:45.107000'),(42855,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-20 08:40:16.627000'),(42856,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-10-20 08:40:51.758000'),(42857,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-10-19 04:05:58.959000'),(42858,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-19 04:02:47.563000'),(42859,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-18 08:56:26.405000'),(42860,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-10-18 08:55:50.685000'),(42861,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-10-18 06:15:31.884000'),(42862,'We appreciate your feedback and the great rating you gave us.','2020-08-09 15:54:52.160000'),(42863,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-10-15 05:37:11.667000'),(42864,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-10-14 05:02:41.311000'),(42865,'Thank you Patricia, for your great rating!','2020-10-14 06:40:01.505000'),(42866,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-13 06:01:49.990000'),(42867,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-10-13 05:44:46.399000'),(42868,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2020-10-09 20:21:01.316000'),(42869,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-09 20:20:24.522000'),(42870,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-09 20:20:07.152000'),(42871,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-10-09 20:19:34.003000'),(42872,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-10-09 20:19:10.439000'),(42873,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-10-09 20:18:42.977000'),(42874,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-10-09 20:18:18.667000'),(42875,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-10-09 20:16:01.215000'),(42876,'Thank you guillermo, for your great rating!','2020-10-09 06:59:55.119000'),(42877,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-10-06 15:57:46.291000'),(42878,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-06 15:57:21.853000'),(42879,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-06 15:57:00.911000'),(42880,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-10-06 15:55:24.057000'),(42881,'Our team appreciates your feedback. Thank you for letting us know how we are doing and for the nice review.','2018-01-26 16:14:16.660000'),(42882,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-10-06 15:58:18.891000'),(42883,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-10-05 03:36:30.218000'),(42884,'Thank you Joshua, for your great rating!','2020-10-06 09:20:10.436000'),(42885,'Thank you so much for your great rating, Avery!','2020-10-06 09:19:57.482000'),(42886,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-10-04 07:45:46.035000'),(42887,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-10-04 07:45:28.973000'),(42888,'Thank you so much for giving us five stars, rasha!','2020-10-06 09:19:43.979000'),(42889,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-10-04 07:11:22.901000'),(42890,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-10-04 06:20:18.333000'),(42891,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-10-01 05:50:59.257000'),(42892,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-09-30 08:26:06.366000'),(42893,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-09-27 09:05:13.438000'),(42894,'Thank you Rosa, for your great rating!','2020-10-01 05:59:33.429000'),(42895,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-09-27 09:04:30.960000'),(42896,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-09-27 09:03:07.239000'),(42897,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-09-15 10:37:51.399000'),(42898,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-09-27 08:11:03.812000'),(42899,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-02-23 08:28:28.116000'),(42900,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-09-24 08:33:03.065000'),(42901,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-09-20 20:11:01.668000'),(42902,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-09-20 20:09:29.677000'),(42903,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-09-20 20:07:26.775000'),(42904,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of your grandmother. We appreciate the great review and rating.','2020-09-20 20:07:06.546000'),(42905,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would','2020-09-20 20:06:16.155000'),(42906,'We appreciate your great rating, Miker!','2020-09-20 20:04:52.508000'),(42907,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-09-18 05:28:58.983000'),(42908,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-09-16 07:26:36.041000'),(42909,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-09-16 07:25:57.036000'),(42910,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-09-14 09:54:52.760000'),(42911,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-09-13 15:40:52.797000'),(42912,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-09-13 15:41:35.568000'),(42913,'Thank you so much for your review. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-09-13 15:30:09.457000'),(42914,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-13 15:32:54.423000'),(42915,'We appreciate your great rating, Zatcoff!','2020-09-13 15:30:26.229000'),(42916,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your child feels better soon!','2020-09-13 15:32:16.586000'),(42917,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-09-10 06:14:50.665000'),(42918,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-09-06 17:52:52.239000'),(42919,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-09-06 17:54:40.974000'),(42920,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-09-02 09:23:12.892000'),(42921,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-09-01 07:54:44.642000'),(42922,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-31 07:34:06.888000'),(42923,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-08-31 07:35:11.634000'),(42924,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-17 19:49:08.462000'),(42925,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-08-26 05:58:27.417000'),(42926,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-08-25 06:17:42.471000'),(42927,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-08-25 05:54:58.858000'),(42928,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-31 07:35:47.514000'),(42929,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-08-25 05:29:14.339000'),(42930,'Thank you so much for giving us five stars, Bianca!','2020-08-25 05:26:34.132000'),(42931,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-25 05:15:59.056000'),(42932,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-08-24 19:11:13.807000'),(42933,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-08-24 19:06:27.374000'),(42934,'Thank you so much for your great rating, Teresa!','2020-08-25 05:51:16.905000'),(42935,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-08-17 19:49:42.006000'),(42936,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2020-08-17 19:49:27.951000'),(42937,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-17 19:49:15.610000'),(42938,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-17 19:48:53.360000'),(42939,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-08-17 19:43:05.050000'),(42940,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-08-09 15:56:29.451000'),(42941,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-08-09 15:56:20.913000'),(42942,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-08-09 15:56:14.161000'),(42943,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-08-09 15:56:01.932000'),(42944,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-08-09 15:55:53.396000'),(42945,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-09 15:55:38.722000'),(42946,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-09 15:55:26.322000'),(42947,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-08-09 15:55:12.322000'),(42948,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-08-09 15:54:34.709000'),(42949,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-08-09 15:54:20.519000'),(42950,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-08-09 15:54:06.422000'),(42951,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-08-09 15:53:38.228000'),(42952,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-08-09 15:51:29.399000'),(42953,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-08-09 15:50:40.381000'),(42954,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-08-09 15:50:01.873000'),(42955,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-08-09 15:49:34.169000'),(42956,'Thank you so much for your great rating, Emma!','2020-08-09 15:49:08.504000'),(42957,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-07-29 14:32:37.115000'),(42958,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-07-29 14:31:58.707000'),(42959,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-29 14:31:46.001000'),(42960,'Thank you so much for giving us five stars, Blanca!','2020-07-29 14:31:27.755000'),(42961,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-07-29 14:31:12.041000'),(42962,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-07-28 16:42:02.244000'),(42963,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-28 16:41:50.067000'),(42964,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-28 16:41:39.130000'),(42965,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-07-28 16:41:11.696000'),(42966,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-27 16:27:55.692000'),(42967,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-27 16:27:34.753000'),(42968,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-07-27 16:27:23.005000'),(42969,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-07-27 16:27:17.635000'),(42970,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-07-27 16:27:10.026000'),(42971,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-27 16:27:01.417000'),(42972,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-07-27 16:26:49.084000'),(42973,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-26 14:56:23.202000'),(42974,'Thank you so much for giving us five stars, Dawn!','2020-07-26 14:56:11.045000'),(42975,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-07-26 14:55:52.154000'),(42976,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-07-26 14:55:43.498000'),(42977,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-07-26 14:55:33.386000'),(42978,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-07-26 14:55:19.311000'),(42979,'Thank you so much for your great rating!','2020-07-26 14:55:03.333000'),(42980,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-07-23 07:22:02.211000'),(42981,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-23 07:22:21.477000'),(42982,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-07-23 07:23:12.030000'),(42983,'Thank you so much for your great rating, Jakara!','2020-07-23 07:23:38.697000'),(42984,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-23 07:24:08.083000'),(42985,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-23 07:24:50.071000'),(42986,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-23 07:25:06.387000'),(42987,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-07-23 07:25:44.050000'),(42988,'We appreciate your great rating, Carla!','2020-07-23 07:26:04.841000'),(42989,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-07-23 07:26:46.048000'),(42990,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2020-07-23 07:27:58.449000'),(42991,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-23 07:28:54.829000'),(42992,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-07-23 07:29:24.046000'),(42993,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-07-23 07:29:51.744000'),(42994,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-07-20 05:48:36.885000'),(42995,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-07-19 05:53:34.516000'),(42996,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-19 05:54:37.986000'),(42997,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-07-14 11:51:13.478000'),(42998,'Thank you so much for your great rating, Lizzy!','2020-07-14 11:51:29.958000'),(42999,'Thanks for leaving a review! Would you please reach out to us at info@ercare24.com to let us know more about the incident. We aim for 100% satisfaction at SignatureCare. Your suggestion will help us to develop our services and make ourselves able to earn those last two stars!','2020-07-13 14:27:58.828000'),(43000,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-07-12 15:28:50.763000'),(43001,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-12 15:28:12.635000'),(43002,'Thank you so much for giving us five stars, moises!','2020-07-14 11:51:50.510000'),(43003,'We appreciate your great rating, Ingrid!','2020-07-14 11:52:04.747000'),(43004,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-07-12 15:22:50.478000'),(43005,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-07-12 15:12:18.394000'),(43006,'Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-07-09 06:49:42.327000'),(43007,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-07-09 06:43:29.971000'),(43008,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-07-09 06:42:48.280000'),(43009,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-07-08 07:58:15.703000'),(43010,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-07-08 07:59:02.161000'),(43011,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2020-07-08 08:02:08.106000'),(43012,'Thank you so much for giving us five stars, Shi!','2020-07-08 07:59:42.148000'),(43013,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-07-08 08:01:04.158000'),(43014,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-07-05 11:39:15.080000'),(43015,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-07-05 11:40:37.206000'),(43016,'We appreciate your great rating, John!','2020-07-05 11:42:06.600000'),(43017,'Thank you so much for giving us five stars, Junior!','2020-07-05 11:42:58.770000'),(43018,'Thank you Letsy!, for your great rating!','2020-07-05 11:43:40.110000'),(43019,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-05 11:46:26.028000'),(43020,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-01 09:29:22.794000'),(43021,'Hi Rasoul. Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-28 10:48:07.744000'),(43022,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-06-28 10:47:12.576000'),(43023,'Hi Cory. Due to unusual patient volume and a severe shortage of medical personnel our front-line medical team is experiencing unprecedented wait time. We are tirelessly working towards providing better care for our community. We sincerely apologize for any delay in care you may have experienced.','2020-06-25 10:20:21.986000'),(43024,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-06-23 06:31:30.955000'),(43025,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-06-22 13:28:20.580000'),(43026,'What a nice review! Thank you for taking the time to let us know how we are doing. Our community is important to us, so we love hearing that our team is doing a good job. It\'s never fun when a parent has to visit the ER, but we aim to make you and your family as comfortable as possible while waiting for diagnosis and treatment. Thank you for choosing SignatureCare.','2020-06-21 07:24:22.443000'),(43027,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-06-21 07:25:26.440000'),(43028,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-06-21 07:26:06.048000'),(43029,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-06-21 07:27:22.592000'),(43030,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-06-21 07:28:12.696000'),(43031,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-06-21 07:30:03.035000'),(43032,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-06-22 13:29:49.395000'),(43033,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-06-21 07:21:39.861000'),(43034,'Thanks for the 5 star review!','2020-06-18 12:05:21.048000'),(43035,'Hi Masha. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-06-18 07:46:44.034000'),(43036,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-06-18 07:42:13.411000'),(43037,'Thank you so much for your nice review, Natasha. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-07-14 11:53:13.021000'),(43038,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-07-15 06:16:53.335000'),(43039,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-07-15 06:17:17.763000'),(43040,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-07-15 06:18:41.656000'),(43041,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-07-15 06:18:16.324000'),(43042,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that we can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2020-07-15 06:19:48.828000'),(43043,'Thank you so much for giving us five stars, master!','2020-07-14 11:53:45.612000'),(43044,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-15 06:20:35.965000'),(43045,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director so we can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that he can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-07-14 11:54:08.854000'),(43046,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-07-15 06:11:32.885000'),(43047,'Thank you so much for giving us five stars, Jacqueline!','2020-07-14 11:54:30.313000'),(43048,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-07-15 06:12:00.435000'),(43049,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-07-15 06:12:26.008000'),(43050,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-06-17 06:33:46.450000'),(43051,'Thank you so much for your great rating, Seba!','2020-07-14 11:54:49.184000'),(43052,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-07-15 06:13:50.651000'),(43053,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-07-15 06:14:41.199000'),(43054,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-07-15 06:15:10.989000'),(43055,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-03-15 08:04:21.886000'),(43056,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-03-15 06:52:59.765000'),(43057,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-15 06:52:32.899000'),(43058,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-03-15 06:46:52.039000'),(43059,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-03-10 05:35:23.717000'),(43060,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-03-10 05:34:27.019000'),(43061,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-03-09 05:22:30.955000'),(43062,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-03-08 06:24:24.612000'),(43063,'Thank you for trusting us with the care of your son. We appreciate the great feedback and are very glad to hear that our team took such good care of him.','2020-03-05 07:09:22.525000'),(43064,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-03-05 06:52:16.718000'),(43065,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-03-03 05:26:35.900000'),(43066,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-03-02 06:09:22.953000'),(43067,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-03-02 06:01:05.079000'),(43068,'Thank you for your review. We appreciate you choosing SignatureCare!','2020-03-01 08:34:10.326000'),(43069,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-03-01 08:26:42.561000'),(43070,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-03-01 08:13:29.274000'),(43071,'Hi Necitha. We are sorry to hear that you were unhappy with our billing processes and none have reached out to you. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing.','2020-03-02 16:43:56.392000'),(43072,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-03-01 06:58:06.797000'),(43073,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-26 07:37:41.761000'),(43074,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-26 07:36:24.871000'),(43075,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-02-26 07:34:35.154000'),(43076,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-02-23 10:08:20.305000'),(43077,'Thank you for your review. We appreciate you choosing SignatureCare!','2020-02-23 10:07:47.495000'),(43078,'Thank you for the five-star rating Celinda. We appreciate the feedback, and appreciate you choosing SignatureCare.','2020-02-22 02:04:07.872000'),(43079,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2020-02-23 08:14:07.001000'),(43080,'Thank you so much for your nice review, Marcella. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-02-23 08:04:26.137000'),(43081,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-02-23 07:57:08.245000'),(43082,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-20 06:19:33.421000'),(43083,'Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2020-02-20 06:18:21.417000'),(43084,'Thank you for the great review Tron! We appreciate your positive feedback about SignatureCare Emergency Center. We hope you are feeling better.','2020-02-20 19:37:33.954000'),(43085,'Thank you for your review. We appreciate you choosing SignatureCare!','2020-02-19 05:12:22.956000'),(43086,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-19 05:10:18.228000'),(43087,'Thank you for the five-star rating Rob. We appreciate the feedback, and appreciate you choosing SignatureCare.','2020-02-18 02:02:44.216000'),(43088,'Thanks for the 5 star review Osvaldo!','2020-02-18 02:02:42.458000'),(43089,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-02-18 06:19:01.145000'),(43090,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2020-02-18 06:18:45.147000'),(43091,'We are open 24/7/365. Are you sure you have the right facility? There is a Prime Urgent Care down the street that does have business hours that closes in the evening. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-02-18 16:05:33.169000'),(43092,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-02-17 07:05:20.774000'),(43093,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-17 07:04:22.038000'),(43094,'What a nice review! Thank you for taking the time to let us know how we are doing. Our community is important to us, so we love hearing that our team is doing a good job. It\'s never fun when a parent has to visit the ER, but we aim to make you and your family as comfortable as possible while waiting for diagnosis and treatment. Thank you for choosing SignatureCare and we hope your kiddo is feeling better!','2020-02-16 08:49:41.499000'),(43095,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-16 08:46:21.662000'),(43096,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-02-16 08:01:28.293000'),(43097,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-16 07:11:00.007000'),(43098,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-16 06:19:25.365000'),(43099,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-02-16 06:05:15.696000'),(43100,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-13 07:43:05.793000'),(43101,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-02-13 07:42:55.298000'),(43102,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-02-09 07:15:15.020000'),(43103,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-02-09 07:12:15.692000'),(43104,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-02-09 07:11:42.049000'),(43105,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-02-09 07:11:19.199000'),(43106,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-09 07:11:06.755000'),(43107,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-09 07:09:03.197000'),(43108,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-09 07:08:21.276000'),(43109,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-02-09 07:08:05.792000'),(43110,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-02-09 07:03:42.014000'),(43111,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-02-09 07:03:25.540000'),(43112,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-02-09 06:52:53.246000'),(43113,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2020-02-09 06:51:54.165000'),(43114,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-02-05 08:03:29.136000'),(43115,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-02-05 08:03:15.398000'),(43116,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-02-05 08:03:04.425000'),(43117,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-02-05 08:02:53.045000'),(43118,'Thank you so much for your nice review, Rosevelt. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-02-05 08:02:25.477000'),(43119,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-03 07:18:51.565000'),(43120,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-02-03 07:18:39.598000'),(43121,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-02-03 07:18:29.168000'),(43122,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-02-03 07:18:22.962000'),(43123,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-02-03 07:18:13.667000'),(43124,'Muchas gracias por tu amable reseƱa. Ā”Pasaremos sus comentarios a nuestro personal!','2020-02-03 07:17:47.245000'),(43125,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-02-03 07:17:32.604000'),(43126,'We appreciate your great rating, Whit!','2020-02-03 07:17:11.019000'),(43127,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2020-02-03 07:16:57.357000'),(43128,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-02-03 07:16:36.722000'),(43129,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-02-03 07:16:15.336000'),(43130,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-30 05:58:13.412000'),(43131,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-01-29 10:32:16.305000'),(43132,'Thank you so much for your great rating, Brittani!','2020-01-29 10:31:51.311000'),(43133,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-01-29 10:31:31.698000'),(43134,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-01-29 10:31:06.710000'),(43135,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-01-29 09:41:15.287000'),(43136,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-01-29 09:40:09.926000'),(43137,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-01-29 09:38:39.969000'),(43138,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-29 09:38:29.340000'),(43139,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-19 07:26:07.079000'),(43140,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-01-19 07:25:56.760000'),(43141,'Thank you so much for giving us five stars, Terrie!','2020-01-16 07:27:38.519000'),(43142,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-01-13 07:01:33.699000'),(43143,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for your husband, and are so glad to hear that he is feeling better. Thank you both for choosing SignatureCare!','2020-01-13 07:01:00.721000'),(43144,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-01-12 07:01:13.818000'),(43145,'Thank you so much for your great rating, Vivek!','2020-01-09 07:35:08.575000'),(43146,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-01-09 07:34:45.219000'),(43147,'Hi Sharia. We are sorry to hear that you were unhappy with our billing processes and none have reached out to you. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing.','2020-01-09 07:34:25.167000'),(43148,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-01-05 06:44:15.517000'),(43149,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-01-05 06:43:36.085000'),(43150,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-07-07 07:26:29.727000'),(43151,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-12-31 04:54:44.384000'),(43152,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-12-29 06:42:34.419000'),(43153,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made your husband comfortable and able to relax during his visit. Thank you for trusting SignatureCare with your emergency needs.','2019-12-29 06:42:19.864000'),(43154,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2019-12-22 08:35:57.571000'),(43155,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-22 08:35:48.878000'),(43156,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-12-22 08:35:41.471000'),(43157,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We are open 24 hours so you have peace of mind during your next emergency. Thanks again!','2019-12-22 08:35:33.244000'),(43158,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-22 08:35:21.763000'),(43159,'Thank you so much for your nice review, Alexis. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2019-12-17 06:13:30.365000'),(43160,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-12-15 07:05:13.344000'),(43161,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-12-15 07:04:59.279000'),(43162,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-12-15 07:04:26.988000'),(43163,'Our doctors and staffs make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-12-15 07:04:03.847000'),(43164,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-12-15 07:03:50.207000'),(43165,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-12-15 07:03:37.187000'),(43166,'Thank you so much for your great rating, Aravinda!','2019-12-12 07:30:03.650000'),(43167,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-12-15 07:03:08.488000'),(43168,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-12-15 07:02:52.096000'),(43169,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-12-02 06:59:09.452000'),(43170,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-12-02 06:58:56.967000'),(43171,'Thank you for trusting us with the care of your kid. We appreciate the great feedback, and are very glad to hear that our team took such good care of your kiddo.','2019-12-01 08:39:19.344000'),(43172,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-12-01 08:38:31.473000'),(43173,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-12-01 08:37:59.335000'),(43174,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your sister. Thank you for choosing SignatureCare.','2019-12-01 08:37:45.275000'),(43175,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-11-25 06:56:33.755000'),(43176,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-11-24 07:05:59.460000'),(43177,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-11-19 06:22:26.711000'),(43178,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-11-18 05:57:28.007000'),(43179,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-11-11 07:37:08.720000'),(43180,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-11-11 07:36:49.781000'),(43181,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-11-07 04:53:55.570000'),(43182,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-11-03 06:33:49.065000'),(43183,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-10-27 08:38:23.490000'),(43184,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2019-10-27 08:38:04.745000'),(43185,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2019-10-27 08:37:50.948000'),(43186,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-10-24 08:05:06.334000'),(43187,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put your girlfriend at ease and provide her with the best care possible. We hope she feels better.','2019-10-15 06:47:02.902000'),(43188,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of the both of you.','2019-10-13 07:32:32.580000'),(43189,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-10-13 07:32:14.393000'),(43190,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-10-13 07:32:03.450000'),(43191,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-10-13 07:31:56.227000'),(43192,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-10-13 07:31:41.120000'),(43193,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-10-13 07:31:18.913000'),(43194,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-10-13 07:31:04.819000'),(43195,'Thank you for trusting us with the care of your mom. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2019-10-03 07:33:14.458000'),(43196,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-10-03 07:32:49.758000'),(43197,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-09-29 06:07:39.167000'),(43198,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-09-29 06:07:24.020000'),(43199,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-09-16 11:28:26.106000'),(43200,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-09-15 04:57:44.001000'),(43201,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-09-11 05:48:50.544000'),(43202,'Thank you so much for your feedback! Our goal is to always provide the abest care. Thank you for choosing SignatureCare.','2019-09-11 05:48:28.241000'),(43203,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-09-11 05:48:15.770000'),(43204,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-08-22 05:48:01.840000'),(43205,'We appreciate your five star rating, Joel!','2019-08-22 05:47:30.213000'),(43206,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-08-22 05:00:12.821000'),(43207,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-08-18 06:01:20.768000'),(43208,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-08-18 06:01:11.281000'),(43209,'Thank you so much for rating us five star, Bonner!','2019-08-18 06:00:53.160000'),(43210,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-08-18 06:00:31.702000'),(43211,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-08-04 05:35:17.972000'),(43212,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com\nwith your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2019-08-01 03:37:47.916000'),(43213,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2019-07-29 06:11:42.974000'),(43214,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-07-28 07:15:57.907000'),(43215,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-07-28 07:13:26.109000'),(43216,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-07-28 07:12:32.866000'),(43217,'Thank you so much for your nice review, Celeria. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2019-07-22 07:26:42.284000'),(43218,'Thank you so much for your nice review, Hollie. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-07-21 06:12:00.454000'),(43219,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-07-18 06:13:03.474000'),(43220,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-07-14 06:11:35.457000'),(43221,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-07-14 06:10:43.470000'),(43222,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-07-14 06:10:21.379000'),(43223,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-07-08 06:30:28.650000'),(43224,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-07-07 07:28:03.684000'),(43225,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2019-07-07 07:27:47.052000'),(43226,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-07-07 07:27:25.377000'),(43227,'Thank you for your review. We appreciate you choosing SignatureCare!','2019-07-07 07:27:00.432000'),(43228,'Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-07-07 07:26:41.106000'),(43229,'We appreciate your feedback and the great rating you gave us.','2019-07-07 07:26:08.910000'),(43230,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-07-07 07:25:31.159000'),(43231,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-07-07 07:25:13.638000'),(43232,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-07-07 07:24:53.610000'),(43233,'Thank you for your wonderful rating, Oluchi!','2019-07-04 07:33:37.052000'),(43234,'Our doctors and medical staff thank you for your wonderful feedback and the great rating.','2019-07-04 07:34:50.799000'),(43235,'Thank you for the wonderful rating you gave us, Andrew!','2019-07-04 07:33:10.558000'),(43236,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-07-03 07:13:51.915000'),(43237,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-06-30 05:51:54.239000'),(43238,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-06-30 05:51:26.055000'),(43239,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-06-27 06:02:16.762000'),(43240,'Thank you for your five star rating, Erica!','2019-06-27 06:02:02.623000'),(43241,'Thank you so much for your feedback, Charla!','2019-06-27 06:01:36.672000'),(43242,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-06-26 06:35:28.327000'),(43243,'Thank you for your great rating, Joan!','2019-06-24 05:43:53.391000'),(43244,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-06-21 15:37:25.470000'),(43245,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-06-20 04:37:18.902000'),(43246,'Thank you so much for your nice review, Nidia. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-06-19 14:12:17.052000'),(43247,'We believe we have the very best staff in Texas. We are glad to know about your experience at our facility. Thank you for choosing SignatureCare!','2019-06-19 07:18:06.817000'),(43248,'Thank you for your review and rating. Thank again for choosing SignatureCare!','2019-06-19 06:10:53.336000'),(43249,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2019-06-19 06:10:09.401000'),(43250,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-06-19 06:09:45.707000'),(43251,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2018-11-07 15:40:36.258000'),(43252,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-06-16 05:54:34.887000'),(43253,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2019-06-13 06:46:39.419000'),(43254,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-06-13 06:46:05.220000'),(43255,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2019-06-09 18:47:16.562000'),(43256,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-06-12 06:13:57.660000'),(43257,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-06-12 06:13:03.190000'),(43258,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2019-06-12 06:12:19.975000'),(43259,'We believe we have the very best facility in Texas with board-certified staffs, state-of-the-art equipment and clean environment. Thank you for choosing SignatureCare!','2019-06-11 06:07:23.010000'),(43260,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs. Hope your wife is feeling well.','2019-06-11 06:09:24.695000'),(43261,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-06-09 07:44:38.117000'),(43262,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-06-09 07:43:48.389000'),(43263,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-06-09 07:38:37.984000'),(43264,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2019-06-09 07:38:15.632000'),(43265,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-06-09 07:37:57.326000'),(43266,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2019-06-09 07:37:43.273000'),(43267,'We want everyone who visits us to feel like family. Thanks for choosing SignatureCare!','2019-06-09 07:37:24.664000'),(43268,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-05-21 04:18:59.702000'),(43269,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2019-05-19 05:24:56.873000'),(43270,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2019-05-13 06:01:00.538000'),(43271,'Thank you for your review and five star rating, Amanda!','2019-05-06 10:14:19.217000'),(43272,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-04-22 06:15:02.515000'),(43273,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2019-04-18 05:24:29.172000'),(43274,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2019-04-10 06:56:56.758000'),(43275,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-04-07 05:52:09.710000'),(43276,'Thank you for your rating!','2019-04-07 05:49:27.717000'),(43277,'Our promise to all our patients and families is to treat you like you are our ONLY patient. We are so happy to hear your experience was pleasant, and we thank you for choosing us for your emergency needs.','2019-04-04 05:13:28.069000'),(43278,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-03-31 11:25:20.631000'),(43279,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Kids are the best creation in the world. We would love to pass time with your little one. Thank you for choosing SignatureCare and for the nice review.','2019-03-27 05:52:00.381000'),(43280,'We are sorry for not being able to help you this time. SignatureCare is here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2019-03-27 05:46:06.776000'),(43281,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2019-03-18 13:31:55.695000'),(43282,'Thanks for your great words and recommending SignatureCare!','2019-03-18 06:17:57.923000'),(43283,'At SignatureCare, our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. Thanks for choosing us!','2019-03-18 06:17:11.116000'),(43284,'Its their compassion that makes our staff exceptional, and we take pride on their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-03-14 06:27:46.873000'),(43285,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare and for the great review.','2019-03-10 13:49:33.260000'),(43286,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2019-03-10 08:18:34.417000'),(43287,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you and your fiancĆ© comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2019-03-10 08:16:28.619000'),(43288,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-03-10 08:14:18.567000'),(43289,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so very happy to hear you loved your team --- We will make sure to let them know.','2019-03-10 08:12:52.593000'),(43290,'We sincerely appreciate your continued trust. Our first priority is to make you feel better. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2019-03-10 08:11:45.356000'),(43291,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2019-03-10 08:04:42.359000'),(43292,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-03-10 08:03:01.723000'),(43293,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing SignatureCare!','2019-03-10 08:02:23.933000'),(43294,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-03-10 08:00:03.200000'),(43295,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-03-10 07:59:54.333000'),(43296,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2019-03-10 07:59:40.941000'),(43297,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2019-03-10 07:47:36.048000'),(43298,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2019-02-24 12:12:58.110000'),(43299,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-02-24 12:12:42.921000'),(43300,'We are sorry that our prices were not to your liking, and regret the loss at the opportunity to provide you the quality care we strive to deliver to all our patients. We hope that you will consider us next time you have an emergency, and hope you are feeling better regardless of whom you sought treatment with.','2019-02-20 20:33:28.040000'),(43301,'Our team, from the front desk to the doctors, aim to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2019-02-20 11:47:48.768000'),(43302,'We want all of our patients to feel like VIPs, so it\'s great to hear that our SignatureCare team treated you so well. We appreciate the chance to help during your migraine and hope you are feeling better!','2018-05-01 18:00:38.348000'),(43303,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2019-02-19 13:26:16.911000'),(43304,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Our goal is to get you in and out quickly and back to good health. Thank you for choosing SignatureCare, we appreciate your continued trust.','2019-02-17 10:01:29.221000'),(43305,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-02-17 10:02:06.871000'),(43306,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. Thank you for your review and your recommendation.','2019-02-14 13:40:31.497000'),(43307,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-02-11 13:05:56.911000'),(43308,'Thank you for taking time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2019-02-11 13:05:35.162000'),(43309,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients and their compassion that makes our staff exceptional. It\'s great to hear that they took such good care of you and your husband. We appreciate the great review and rating.','2019-02-05 14:21:11.900000'),(43310,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2019-02-04 13:40:47.251000'),(43311,'Thank you so much for your nice review, Tam! We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2019-02-03 13:34:39.303000'),(43312,'We sincerely appreciate your continued trust. Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to great health. We take pride in our staff, and our staff cares so much about our patients. We are so very happy to hear you loved your team. We will make sure to let them know.','2019-01-30 13:44:02.044000'),(43313,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and we are glad to hear you are feeling better!','2018-02-19 22:03:10.116000'),(43314,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2019-01-28 09:05:35.346000'),(43315,'SignatureCare Emergency Center takes pride in our staff, and our staff cares so much about our patients. We are so very happy to hear you loved your team. We will make sure to let them know.','2019-01-28 09:06:48.364000'),(43316,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2019-01-28 09:06:17.216000'),(43317,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2019-01-24 08:07:22.776000'),(43318,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2019-01-14 10:23:51.154000'),(43319,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2019-01-13 12:50:02.835000'),(43320,'Thank you for letting us help you and help you feel better! Our goal is to always provide the best care and comfort. Thank you for choosing SignatureCare.','2019-01-10 11:46:42.466000'),(43321,'Thanks for the 5 star, Doug!','2019-01-10 11:38:22.833000'),(43322,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2019-01-10 08:34:25.220000'),(43323,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2019-01-07 16:50:18.259000'),(43324,'Thank you for trusting us with the care of your son time and again! We appreciate your trust and are very pleased to hear that our staff is always welcoming and accommodating. Thank you for choosing SignatureCare and for the great review.','2017-10-24 15:16:59.588000'),(43325,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2019-01-03 16:51:51.705000'),(43326,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2019-01-02 16:24:17.526000'),(43327,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2019-01-02 16:23:52.342000'),(43328,'We are so please that our staff was able to provide you with excellent care and will pass on your feedback. Thank you for choosing SignatureCare!','2018-12-21 22:22:01.716000'),(43329,'It\'s their compassion for others that makes our employees so special. We are so glad to hear that our team took such good care of you, and in a quick and efficient manner. Thank you for letting us know how we are doing, and thank you for choosing SignatureCare!','2018-12-20 18:29:42.360000'),(43330,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2018-12-20 19:20:43.379000'),(43331,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2018-12-19 18:01:22.531000'),(43332,'Brian, we are so pleased that you had a positive, non-judgmental experience with our facility. We always strive to make patients feel like family. I will pass your kind words onto our doctors, nurses, technicians and intake staff.','2018-12-16 09:13:57.270000'),(43333,'It\'s their compassion for others that makes our employees so special. We are so glad to hear that our team took such good care of you, and in a quick and efficient manner. Thank you for letting us know how we are doing, and thank you for choosing SignatureCare!','2018-12-13 21:29:02.630000'),(43334,'Hi Natalie! Glad we could provide excellent service! Thank you for your review and your recommendation.','2018-12-13 21:28:50.880000'),(43335,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','2018-12-05 16:23:14.734000'),(43336,'Thanks for the 5 stars, Reba!','2018-11-28 16:13:55.615000'),(43337,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2018-11-26 16:06:57.902000'),(43338,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your review and your recommendation.','2018-11-26 16:06:25.790000'),(43339,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2018-11-26 16:06:44.959000'),(43340,'Thanks for the 5 star review!','2018-11-15 19:56:18.920000'),(43341,'Acute bronchitis is the worst! Glad you were able to be quickly diagnosed and treated! Take care of yourself, so that the bronchitis doesn\'t get worse!','2018-11-12 16:06:27.719000'),(43342,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we are glad your son is feeling better!','2018-11-07 15:39:56.162000'),(43343,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2018-11-07 15:40:22.751000'),(43344,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff aim to get you in and out quickly so that you can get back to feeling better. Thank you for choosing SignatureCare and for the fantastic review.','2017-06-02 20:01:33.945000'),(43345,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email mhurwitt@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2018-11-05 15:27:45.559000'),(43346,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. Thank you for the very nice review.','2018-11-05 15:28:56.100000'),(43347,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2018-11-05 15:28:39.856000'),(43348,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2018-11-05 15:26:51.714000'),(43349,'We are so pleased we could provide you comfort, Katelyn, and hope you are feeling better!','2018-11-01 19:28:33.091000'),(43350,'Hi David! We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2018-10-22 14:56:37.329000'),(43351,'Thank you for your amazing review, Raven! We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Centers.','2018-10-11 14:34:49.700000'),(43352,'We will be delighted to pass on your glowing feedback to all of our staff, SaQwan! When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2018-10-11 14:35:34.609000'),(43353,'Hi there -- I see that you left us a one-star review, so I wanted to reach out to get some more details. Can you give us some feedback on why we received such a rating so that we can discuss with our team and make some improvements? We take all reviews and comments very seriously so we would love some more feedback on what we could do better. Thank you so much.','2018-10-04 15:52:31.163000'),(43354,'Thank you so much for your kind review!','2018-10-10 15:58:09.861000'),(43355,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you for choosing SignatureCare Emergency Centers.','2018-10-02 15:27:38.148000'),(43356,'SignatureCare Emergency Center\'s board-certified doctors and state-of-the-art equipment are available 24/7 to evaluate and treat most medical emergencies. We are very happy to learn your experience with us was so good, as we strive for excellence each time you visit one of our emergency rooms. Thank you for taking the time to let us know.','2018-09-30 15:26:09.500000'),(43357,'Thank you for your review and your recommendation. We appreciate and value your feedback. Thank you for giving SignatureCare your trust.','2018-09-26 16:26:32.495000'),(43358,'We get a lot of great comments about our warm blankets! We hope the service you received was the best as well. Thank you for the great rating and for choosing SignatureCare!','2018-09-23 17:37:19.055000'),(43359,'We appreciate you taking time out of your busy schedule to let us know how we are doing. Thank you for the nice review and for choosing SignatureCare!','2018-09-22 16:31:53.161000'),(43360,'Thank you so much for the nice review and recommendation. SignatureCare is here 24/7 for all your emergency needs should you need us.','2018-09-22 16:30:52.674000'),(43361,'While we hope not to see you anytime soon, SignatureCare is here 24/7 for all your medical emergency needs. Thank you for choosing us and for the very nice review.','2018-09-20 16:55:50.071000'),(43362,'Thank you so much for taking the time to rate us. We appreciate the five stars!','2018-09-05 16:19:14.887000'),(43363,'Thank you so much for your feedback and for choosing SignatureCare!','2018-09-04 15:58:02.222000'),(43364,'We know that your time is valuable, so we appreciate you taking time out of your day to let us know how we are doing. Thank you for the nice review and we hope you are feeling better.','2018-08-26 17:22:10.745000'),(43365,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. Using our state-of-the-art equipment and onsite lab services, we are able to quickly diagnose young children. It is never fun when your child gets sick, but when you have an emergency with your child, we are here to help! Thanks for the nice review.','2018-08-25 16:56:54.873000'),(43366,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and hope you are feeling better.','2018-08-21 15:26:53.730000'),(43367,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually 10 minutes or less -- and our doctors are board certified and can handle most of the same emergencies as a hospital. We are very proud that you chose SignatureCare Emergency Center as your choice for care and we hope you are feeling better.','2018-08-21 15:26:27.327000'),(43368,'We appreciate and value your feedback. Thank you for your positive review, and we hope you feel better.','2018-08-20 15:23:36.641000'),(43369,'We appreciate you taking time from your busy schedule to review our services. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention.','2018-08-20 15:23:04.569000'),(43370,'The most stressful time for anyone is during a medical emergency. Thank you for choosing SignatureCare. We hope we put you at ease and provided you with the best care possible.','2018-08-15 18:13:04.959000'),(43371,'Our goals are to provide the best care possible to all patients and ensure they are comfortable while waiting for diagnosis and treatment. We are very happy to know this was your experience with our emergency room.','2018-08-13 13:35:41.354000'),(43372,'We are very happy to know this was your experience with our emergency room. Thank you for choosing SignatureCare.','2018-08-12 16:20:41.736000'),(43373,'We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center. We are pleased to hear about your positive experience and hope you are feeling better.','2018-08-12 16:20:22.089000'),(43374,'We love hearing about the comfortable experience our patients had at SignatureCare Emergency Center. Thank you so much for the positive feedback and we hope you are feeling better.','2018-08-11 13:40:26.467000'),(43375,'We know your time is valuable, so we appreciate you taking the time to review our services. Our community is important to us so it means a lot to hear we are doing a good job. Thank you for choosing SignatureCare and we hope you are feeling better.','2018-08-09 16:43:56.001000'),(43376,'It is never fun when you get sick, but when you have an emergency, we are here to help! Thank you for your review and we hope you are feeling better.','2018-08-07 17:32:24.047000'),(43377,'Thank you for entrusting our team with your care. If you need peace of mind in the future, don’t hesitate to contact us.','2018-08-05 17:54:30.092000'),(43378,'Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you for choosing SignatureCare Emergency Centers and for taking the time to let us know how we are doing.','2018-08-03 19:25:23.818000'),(43379,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. We appreciate the feedback and hope you will consider us again if you ever have another medical emergency.','2018-07-26 14:46:27.512000'),(43380,'What a nice review, especially from an RN! Thank you for choosing SignatureCare and for taking the time to let us know how we are doing.','2018-07-21 17:58:20.334000'),(43381,'SignatureCare Emergency Center’s staff sets goals on patient satisfaction. Thank you for letting us know we’re one step closer to meeting them! Thank you for letting us put you and your daughter at ease and provide you with the best care possible. We hope your daughter is feeling better.','2018-07-20 17:03:23.288000'),(43382,'Thank you so much for the feedback. We appreciate you choosing SignatureCare!','2018-07-20 17:01:42.085000'),(43383,'When we receive feedback like this, it helps us know we’re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust and for the very nice review.','2018-07-17 12:46:52.276000'),(43384,'An emergency with your child can be a scary experience, but we are glad to hear that our team took good care of you and your family. Thank you for trusting SignatureCare with his care and we hope he is feeling better!','2018-07-16 16:34:30.879000'),(43385,'Thank you so much for the feedback, Helen. We appreciate it, and the five-star rating!','2018-07-08 17:47:33.228000'),(43386,'Our staff aims to make every patient’s experience speedy and comfortable. Thank you for trusting your emergency needs with SignatureCare.','2018-06-17 17:06:37.781000'),(43387,'Thank you for taking time out of your day to review your experience with SignatureCare Emergency Center. Our goal is to make sure every patient’s need is addressed as quickly as possible so you can get back on the road to good health. Thank you for choosing us, and we hope you are feeling better.','2018-06-17 17:05:49.483000'),(43388,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us.','2018-06-17 16:59:30.985000'),(43389,'Thank you so much for your feedback! Our goal is to always provide the best care. If you have any further questions, don’t hesitate to give our team a call.','2018-06-05 19:04:58.340000'),(43390,'Thank you for taking the time to leave us such a nice review. We appreciate the feedback, as we are always looking for ways to improve our services at SignatureCare. Thanks for choosing us!','2018-05-20 17:24:59.745000'),(43391,'Thank you for your review, Crystal. We take all comments very seriously, as we aim for 100% satisfaction when you come into our facility. We are glad to hear your experience was good, and will pass your suggestions on to our team so they can do better next time. Thanks again for choosing SignatureCare.','2018-05-31 15:25:19.967000'),(43392,'Thank you for trusting us with your family\'s medical needs. We hope that you both are feeling better. Thank you for choosing SignatureCare!','2018-05-18 15:48:20.718000'),(43393,'SignatureCare is here 24 hours a day, 365 days a year, when you do have an unexpected emergency. Thank you for trusting us with your medical needs, and we appreciate the great feedback.','2018-05-18 15:47:27.729000'),(43394,'Thank you for choosing SignatureCare. We are here 24/7 for all your emergency medical needs. We appreciate you giving us your trust.','2018-05-08 15:55:53.789000'),(43395,'We appreciate this nice feedback. Thank you for giving SignatureCare the chance to care for you.','2018-05-07 17:07:56.600000'),(43396,'We appreciate the feedback, Alex. Thank you for choosing SignatureCare and for the nice review.','2018-04-15 18:25:27.085000'),(43397,'SignatureCare wants all of our patients to feel like VIPs, so it\'s great to hear that our staff took such good care of you. Thank you so much for the great review and rating -- we appreciate the feedback!','2018-04-04 15:51:10.593000'),(43398,'Thank you so much for the five-star rating and nice review. We appreciate your feedback!','2018-04-03 13:52:19.188000'),(43399,'Thank you for taking the time to review our services and for giving us the chance to take care of you. We appreciate the nice review and great rating.','2018-04-03 13:51:57.654000'),(43400,'At SignatureCare Emergency Center, we understand that the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the five-star rating!','2018-03-23 17:33:20.771000'),(43401,'Hi Bryan, thank you for taking the time to rate us. We take all of our reviews and ratings very seriously, so we would sincerely like to know why we only received a one star rating. Please give us a little more feedback so that we know how we can improve our services so that we do better next time. We appreciate your help!','2018-03-20 13:27:26.268000'),(43402,'Thank you so much for the five-star rating, Laiza. We appreciate the feedback.','2018-03-17 15:17:21.009000'),(43403,'Thank you for the five-star rating. We appreciate it!','2018-03-15 15:51:15.400000'),(43404,'Thank you so much for your kind words. Our staff makes us proud every day, and we will be sure to pass along your comments. Thank you for choosing SignatureCare','2018-03-12 17:49:09.486000'),(43405,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. If you have any additional questions, don\'t hesitate to reach back out.','2018-03-06 16:21:57.533000'),(43406,'We love hearing about the great experience our patients had at SignatureCare Emergency Center. Thank you so much for the positive feedback.','2018-03-03 15:20:17.944000'),(43407,'Thank you for the five-star rating! We appreciate the feedback.','2018-02-20 18:20:39.635000'),(43408,'We love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting SignatureCare with your medical needs and we hope you are feeling better.','2018-02-15 22:51:09.561000'),(43409,'Thanks so much for the five stars! We appreciate the feedback.','2018-02-15 22:48:02.178000'),(43410,'We appreciate the five-star rating, Xavier!','2018-02-15 22:47:45.279000'),(43411,'Thank you for taking time out of your busy schedule to review our services. We appreciate your feedback, as our community is very important to us. Thanks so much for the great rating!','2018-02-15 22:47:30.498000'),(43412,'Our community is important to us, so it\'s great to hear that we are doing a good job for you. Thanks for choosing SignatureCare and for the very nice review.','2018-02-14 23:19:24.623000'),(43413,'Thank you so much for the positive feedback. Although we hope to not see you soon, we are here 24/7 when you do have an unexpected emergency.','2018-02-09 17:15:33.828000'),(43414,'Thank you so much for placing your trust in SignatureCare Emergency Center. Our board-certified doctors and staff aim to provide the best possible care for everyone that walks through our doors. Thank you for choosing our facility.','2018-02-10 16:29:37.990000'),(43415,'Thank you for trusting us with your care. We always appreciate positive feedback from our patients, and our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing SignatureCare.','2018-01-29 15:57:13.603000'),(43416,'Thank you for the positive review and great rating. We are always open and available when you have an unexpected emergency.','2018-02-07 17:36:41.626000'),(43417,'We appreciate and value your feedback. Thanks so much for choosing SignatureCare, and we hope you are feeling better.','2018-02-07 17:36:11.347000'),(43418,'We appreciate you giving us your trust time and again for your medical emergencies. While we hope not to see you anytime soon, we are open 24/7 in case you need us again. Thanks for the nice review!','2018-02-06 16:40:52.004000'),(43419,'Thanks so much for reviewing and rating us. We hope if there is anything we could have done to earn that fifth star, you will let us know, as we aim for 100% satisfaction at SignatureCare!','2018-02-06 16:40:03.323000'),(43420,'Thanks so much for your feedback -- we appreciate it. Thanks for choosing SignatureCare.','2018-01-30 14:42:09.478000'),(43421,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and please consider us next time you are experiencing a healthcare emergency.','2018-01-26 16:16:04.005000'),(43422,'Our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. It\'s great to hear that this was your experience with SignatureCare. Thanks for the review and great rating.','2018-01-26 16:15:18.883000'),(43423,'Our staff appreciates comments like this. Thank you for choosing us and for letting us know that we are doing a good job.','2018-01-25 12:57:46.701000'),(43424,'Thank you for trusting SignatureCare with your emergency needs. We are a full-service emergency room that\'s open 24/7 when you need us. Thanks for the nice review!','2018-01-25 12:57:13.157000'),(43425,'Our SignatureCare locations generally have wait times of 10 minutes or less, so it\'s great to hear that this was your experience with our facility. Thank you for your review and we hope you are feeling better.','2018-01-20 17:23:07.044000'),(43426,'Thank you for letting us know how we are doing. We appreciate your feedback.','2018-01-19 16:53:43.936000'),(43427,'It\'s never fun visiting the ER with a child, but we are so pleased that our staff took good care of you both. Thanks so much for the nice review.','2018-01-18 16:58:55.512000'),(43428,'Thank you for your nice review, and for any future referrals. We appreciate your feedback!','2018-01-17 16:52:07.656000'),(43429,'Our team at SignatureCare knows that your time is valuable. We make our patients the number one priority no matter their emergency. Thank you so much for your positive feedback and for the great rating.','2018-01-16 16:08:48.947000'),(43430,'Thank you so much for the five-star rating!','2018-01-16 15:58:50.577000'),(43431,'Thank you for the great review and rating. Our staff appreciates receiving comments like this!','2018-01-14 16:49:59.378000'),(43432,'Thanks for the nice review and rating, Felicia. We appreciate the feedback.','2018-01-13 14:39:57.133000'),(43433,'Thank you so much for the great rating, and for any future recommendations. We appreciate the feedback.','2018-01-11 18:26:14.725000'),(43434,'It\'s great to hear that our team took such good care of you. Thank you for the nice review and great rating.','2018-01-09 18:47:28.142000'),(43435,'Thanks so much for the feedback and great rating, William!','2018-01-03 15:42:58.062000'),(43436,'Our team appreciates positive feedback like this. Thanks so much for letting us know how we are doing and thank you for choosing SignatureCare.','2018-01-01 18:40:28.317000'),(43437,'Children are a top priority at SignatureCare. We aim to make parents feel comfortable while their little ones are being treated. Thank you for trusting us with the care of your children!','2017-12-30 15:56:57.766000'),(43438,'I apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email Jennifer at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2017-12-28 15:03:34.780000'),(43439,'Thank you for your feedback. We apologize you had to wait a long amount of time during your visit. We would like to learn more about your visit so that we can do better in the future. Can you please email info@ercare24.com with your full name, date and location of your visit, so that we can review your case? Thank you so much for letting us know how we are doing.','2017-12-26 20:53:11.745000'),(43440,'Children are a top priority of SignatureCare\'s team. We want parents to feel comfortable and know their child will be taken care of with the highest level of professionalism and care. Thank you for trusting us with your daughter\'s care and we hope she is feeling better.','2017-12-24 18:25:26.093000'),(43441,'What a nice review! We appreciate you trusting us with the care of your child and are so pleased to hear that our team took such good care of you. Our community is important to us, so it\'s important to hear that we are doing a good job. Thank you for your trust, and we hope your child is feeling better.','2017-12-24 18:24:17.920000'),(43442,'Thank you for your nice review and comment. We appreciate you letting SignatureCare take care of you during your emergency.','2017-12-21 18:07:35.652000'),(43443,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your trust in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job.','2017-12-20 19:05:31.249000'),(43444,'Thanks so much for the great rating, Dolores. Let us know if there is anything we could have done to earn that fifth star -- we aim for 100% satisfaction each time you visit SignatureCare!','2017-12-20 00:00:34.726000'),(43445,'Thanks so much for your feedback, Denise. We appreciate you giving us your trust and for taking the time to review SignatureCare Emergency Centers.','2017-12-18 17:40:35.430000'),(43446,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback, it helps us excel at our jobs.','2017-12-17 18:40:32.157000'),(43447,'SignatureCare\'s dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for your kind words -- we will pass them along to our team.','2017-12-14 16:27:11.398000'),(43448,'Thank you for trusting us again and again for your family\'s care. Your positive review means a lot to our team.','2017-12-14 16:25:35.732000'),(43449,'Thank you so much for the five stars, Veronica. We appreciate it!','2017-12-11 16:42:39.322000'),(43450,'Thank you so much for the five-star rating! We appreciate the feedback.','2017-12-07 20:44:31.489000'),(43451,'We appreciate the great rating. Thank you for choosing SignatureCare.','2017-11-28 17:52:19.072000'),(43452,'Thank you for the five-star rating, and for choosing SignatureCare!','2017-11-28 17:51:58.013000'),(43453,'Thank you for trusting us with the care of your father. We love hearing how our team made you feel like family -- we will pass along your kind words to them. We appreciate the great review and rating!','2017-11-27 19:53:02.139000'),(43454,'Thank you for the five-star rating -- we appreciate it!','2017-11-27 19:50:55.400000'),(43455,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. It\'s great to hear that this was your experience with our emergency room. Thank you for the nice review.','2017-11-26 16:59:53.175000'),(43456,'Our entire team aims to get you in and out quickly so you can get back to your life. Thank you for letting us know that we are doing a good job -- our community is important to us.','2017-11-24 15:43:00.497000'),(43457,'Thanks so much for letting us know how we are doing and for the great rating. Thanks for choosing SignatureCare!','2017-11-24 15:42:01.754000'),(43458,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2017-11-24 00:10:06.490000'),(43459,'We appreciate and value your feedback. At SignatureCare Emergency Center, we are always looking for ways to improve our services. Our patients are what keep us going strong. Thank you for your positive review, and we hope you feel better.','2017-11-24 00:09:16.703000'),(43460,'Thank you so much for your kind words. We appreciate the feedback, and appreciate you choosing SignatureCare.','2017-11-17 14:25:45.300000'),(43461,'Thank you for you taking time out of your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention.','2017-11-15 17:05:28.137000'),(43462,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but we are so glad to hear that our doctors, nurses and medical staff took good care of you while your treatment and diagnosis were in process. Thank you for choosing SignatureCare and for the fantastic review.','2017-11-13 18:59:48.993000'),(43463,'Their compassion and dedication for helping others is why we love our employees. We are glad to hear that our SignatureCare team took such good care of you. Thanks for choosing our facility.','2017-11-07 16:50:33.064000'),(43464,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7.','2017-11-04 15:17:39.242000'),(43465,'Thanks for the five-star rating, Tina!','2017-10-27 15:48:25.203000'),(43466,'Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you for choosing SignatureCare Emergency Centers.','2017-10-18 15:45:00.108000'),(43467,'Thank you for the five-star rating -- we appreciate it!','2017-10-17 14:51:31.499000'),(43468,'It’s great to hear that our staff was pleasant and your experience at SignatureCare Emergency Center was positive. Thank you for choosing us, and for the great review.','2017-10-17 14:45:59.466000'),(43469,'We know that you have a choice when it comes to emergency care, and we appreciate you choosing SignatureCare! Thanks for the nice review.','2017-10-13 15:02:14.407000'),(43470,'Thank you for the five-star rating, Janie!','2017-10-13 15:01:35.471000'),(43471,'Thank you for sharing your experience. We apologize it was not perfect. Our team takes every review extremely seriously and we have spoken with our staff to improve communication and care. Please feel free to reach out to us at any time if you wish to discuss your visit or have additional concerns.','2017-10-10 15:05:29.614000'),(43472,'Thank you for taking time out of your busy schedule to review us. We appreciate the feedback and the five stars. Thanks for choosing SignatureCare!','2017-10-07 14:37:11.897000'),(43473,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Centers.','2017-10-06 13:55:40.986000'),(43474,'While we hope not to see you anytime soon, please know that we are here 24/7 if you need us. Thank you for choosing SignatureCare and for the great review.','2017-10-04 15:30:40.132000'),(43475,'We appreciate nice feedback like this. Thanks for taking the time to let us know how we are doing.','2017-09-29 14:09:24.864000'),(43476,'Thank you for letting us know that our staff is doing a good job. We appreciate the great review and rating!','2017-09-27 13:29:38.752000'),(43477,'We always want to get our patients in and out quickly so you can get back to your life and back to good health. Thanks for trusting SignatureCare with your emergency.','2017-09-26 13:55:50.304000'),(43478,'Thank you for choosing our facility, and for giving us the chance to take care of you. We appreciate the nice review!','2017-09-22 23:43:58.058000'),(43479,'Hi -- thank you for your feedback. We take complaints very seriously, and would like to look into this matter further. Can you please email your contact information to info@ercare24.com so that we can contact you and learn more about this situation and what happened. Thank you so much.','2017-09-20 13:18:04.921000'),(43480,'Visiting the ER can be a scary experience, but our team aims to make your stay pleasant and comfortable as we quickly diagnose and care for you. It\'s great to hear that your experience with SignatureCare was a pleasant one, as we aim for 100% satisfaction each time you visit us.','2017-09-19 18:27:28.928000'),(43481,'At SignatureCare, we are open 24/7, 365 days a year, because emergencies do not have a schedule. Thank you for your positive review -- we are always here whenever you need us.','2017-09-17 14:15:25.133000'),(43482,'Your positive experience means a lot to our team. Thank you for choosing us, and for the great review.','2017-09-17 14:16:09.221000'),(43483,'Their compassion and dedication for helping others is why we love our employees. Thank you for your kind words, and we will pass them along.','2017-09-12 04:06:14.684000'),(43484,'We appreciate feedback like this -- it reminds our team that they are doing a good job. Thank you for choosing SignatureCare!','2017-09-12 04:05:10.938000'),(43485,'Thank you so much for the five-star rating. We appreciate it.','2017-09-08 14:58:20.702000'),(43486,'We aim for 100% satisfaction at SignatureCare, and it\'s really nice to hear that this was your experience with our emergency room. Thank you so much for the feedback.','2017-09-05 15:54:48.985000'),(43487,'At SignatureCare Emergency Center, we love all our patients, and our goal is to make each and every patient feel like a VIP. Thank you for trusting us with your medical needs, and for the nice review.','2017-08-27 18:50:17.875000'),(43488,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place. But we are very pleased to hear that our doctors, nurses and medical staff made you feel comfortable and able to relax. Thank you for choosing SignatureCare, and for the fantastic review.','2017-08-27 18:48:03.711000'),(43489,'We always appreciate positive feedback from our patients. SignatureCare\'s staff is always here and willing to meet all your healthcare needs 24/7. Thank you for the great rating.','2017-08-23 01:38:14.661000'),(43490,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but the entire staff at SignatureCare aims to make you feel comfortable while your treatment and diagnosis are in process. Thank you for choosing our facility and for the fantastic review.','2017-08-23 01:37:26.390000'),(43491,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2017-08-14 13:31:30.870000'),(43492,'Thank you for taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare.','2017-08-08 22:43:54.726000'),(43493,'Thank you so much for the five star rating!','2017-08-08 22:42:36.617000'),(43494,'We appreciate your continued trust and patronage. We are happy to hear that you were pleased with your experience and hope that you are feeling better.','2017-08-08 22:42:25.612000'),(43495,'We appreciate your kind words and your great review. Thank you for any future recommendations, and for giving us your trust.','2017-08-07 02:01:32.158000'),(43496,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to ensure you feel better faster. Thank you for trusting us with your medical needs, and for the wonderful feedback.','2017-07-28 19:10:18.954000'),(43497,'We\'re glad our team was able to deliver an exceptional experience. Thank you for letting us know, and for the great rating.','2017-07-20 01:19:35.577000'),(43498,'Thank you for letting us help you and help you feel better! The most stressful time for anyone is during a medical emergency. We are glad to hear that we put you at ease and provided you with the best care possible.','2017-07-15 22:28:48.265000'),(43499,'Our goal is to get you in and out quickly and on your way back to good health! Thank you for trusting us with your medical needs.','2017-07-15 22:28:15.058000'),(43500,'It\'s great to hear that our team took good care of you. Thank you for letting us know.','2017-07-15 22:27:39.000000'),(43501,'Thank you for trusting your emergency needs with SignatureCare. We appreciate the positive feedback!','2017-07-15 22:27:18.484000'),(43502,'The ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you and your family members feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2017-07-11 15:48:07.517000'),(43503,'We appreciate you taking time from your busy schedule to write us such a positive review. Thank you for choosing SignatureCare Emergency Centers.','2017-07-11 15:47:14.021000'),(43504,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but SignatureCare\'s doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2017-07-06 18:51:16.713000'),(43505,'We appreciate the five-star rating!','2017-07-01 15:34:41.944000'),(43506,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and please consider us next time you are experiencing a healthcare emergency.','2017-07-01 15:34:24.445000'),(43507,'SignatureCare Emergency Center strives to treat you and get you on your way quickly. No one likes the ER, but we are glad to be here for you when you need us.','2017-06-30 12:31:55.672000'),(43508,'Thank you so much for the positive feedback. Although we hope to not see you soon, we are here when you do have an unexpected emergency.','2017-06-30 12:31:16.796000'),(43509,'We always appreciate positive feedback from our patients. Thank you for giving us the chance to take care of you.','2017-06-30 12:30:46.684000'),(43510,'Thank you so much for the great rating. We appreciate it.','2017-06-30 12:30:14.056000'),(43511,'Our team at SignatureCare knows that your time is valuable. We make our patients the number one priority no matter their emergency. Thank you so much for your positive feedback, we appreciate it.','2017-06-17 14:15:34.885000'),(43512,'Thank you for your review. We\'re glad our team was able to deliver an exceptional experience. Thank you for letting SignatureCare take care of you.','2017-06-17 14:14:28.009000'),(43513,'We are very sorry to learn you felt your experience was negative. Our board certified physicians are highly trained and experienced in emergency room care. Our rates for those without insurance are 175 plus any tests necessary. We also offer payments for those who are deemed necessary and emergent, however there is no charge to be seen and evaluated and only if you choose to receive treatment would you receive a bill. Since we are an emergency room we are governed by federal standards. We take emergency medical care very seriously and I\'m sorry to learn you felt this wasn\'t your experience. We do always provide a free medical evaluation and then again if you proceed it\'s 175. I\'m sorry that you feel this was not explained to you prior. We would like the opportunity to earn your business in the future and I can have someone contact you if you would like to discuss further. We hope your daughter is feeling better.','2017-06-18 22:06:30.741000'),(43514,'Thank you so much for the positive feedback. We appreciate it.','2017-06-17 14:13:34.274000'),(43515,'Your positive experience means a lot to our team at SignatureCare Emergency Center. Thank you for choosing us, and please consider us next time you are experiencing a healthcare emergency.','2017-06-14 02:10:33.331000'),(43516,'Our staff appreciates feedback like this -- it reminds them that they are doing a good job for our community. Thank you for choosing SignatureCare.','2017-06-11 18:26:08.367000'),(43517,'Our SignatureCare team makes us proud every day. Thank you for letting us know they are doing a good job. And thank you so much for the nice review.','2017-06-10 15:04:40.392000'),(43518,'We aim for 100% satisfaction at SignatureCare Emergency Center. Thank you for your feedback. It helps us excel at our jobs.','2017-06-10 15:04:08.197000'),(43519,'We appreciate your feedback and great rating. Thank you for choosing SignatureCare.','2017-06-08 14:26:32.058000'),(43520,'Our goals are to provide the best care possible to all patients and ensure families are comfortable while waiting for diagnosis and treatment. We are very happy to know this was your experience with SignatureCare. Thank you for letting us know.','2017-05-24 15:07:56.873000'),(43521,'Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. We are glad to hear that they took good care of you, and we are proud that you chose SignatureCare for your emergency needs.','2017-05-22 23:58:20.539000'),(43522,'SignatureCare aims to provide the best care possible to all patients and ensure families are comfortable while waiting for diagnosis and treatment. We are very happy to know this was your experience with our emergency room.','2017-05-20 16:35:42.870000'),(43523,'Our staff appreciates receiving comments like this -- it helps us continue to do a good job. Thank you for letting us know.','2017-05-15 14:40:41.340000'),(43524,'Thank you for letting us help you and help you feel better! The most stressful time for anyone is during a medical emergency. We hope we put you at ease and provided you with the best care possible.','2017-05-12 20:01:03.721000'),(43525,'Thank you so much for your feedback! Our goal is to always provide the best care. We appreciate your support and the review.','2017-05-12 20:00:43.317000'),(43526,'SignatureCare Emergency is very pleased to be open in Stafford, and we are happy to hear that our team takes good care of you quickly. Thank you for choosing our facility and for the great review.','2017-05-03 15:17:04.631000'),(43527,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-21 10:45:02.000000'),(43528,'Thank you for the great review David! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','2020-12-21 15:05:15.212647'),(43529,'Thank you for the great review! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','2020-12-21 15:05:19.470676'),(43530,'We appreciate the five-star rating Life!','2020-12-21 15:05:21.898001'),(43531,'We appreciate the five-star rating Life!','2020-12-21 15:05:21.744000'),(43532,'Thank you for the great review! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','2020-12-21 15:05:19.319000'),(43533,'Thank you for the great review David! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','2020-12-21 15:05:15.063000'),(43534,'We appreciate the five-star rating Kevin!','2020-12-21 16:05:11.908670'),(43535,'Thank you for the great review Brad! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','2020-12-21 16:05:14.012430'),(43536,'Thank you for the great review Brad! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','2020-12-21 16:05:13.869000'),(43537,'We appreciate the five-star rating Kevin!','2020-12-21 16:05:11.761000'),(43538,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-21 18:24:39.641135'),(43539,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-21 18:24:57.503398'),(43540,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-21 18:25:27.476571'),(43541,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-21 18:31:25.487149'),(43542,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-21 18:31:38.401211'),(43543,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-21 18:31:53.228433'),(43544,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-21 18:33:17.177832'),(43545,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-21 18:34:03.593564'),(43546,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-12-21 18:36:42.982451'),(43547,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-21 18:36:57.758063'),(43548,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-21 18:38:26.323808'),(43549,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-21 18:41:29.193332'),(43550,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-21 18:42:27.856117'),(43551,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-21 18:42:49.992964'),(43552,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-21 18:43:02.808265'),(43553,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-21 18:43:34.047428'),(43554,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-12-21 18:43:58.959662'),(43555,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-21 18:44:24.345888'),(43556,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-21 18:44:53.106750'),(43557,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-21 18:54:14.007823'),(43558,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-12-21 18:55:33.313697'),(43559,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that your mother is feeling better. Thank you for choosing SignatureCare!','2020-12-21 18:57:47.879833'),(43560,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-21 18:58:00.428551'),(43561,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-21 19:00:28.204471'),(43562,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-21 19:14:26.916025'),(43563,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-21 19:14:40.675565'),(43564,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-21 19:14:49.939817'),(43565,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-21 19:16:08.220859'),(43566,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2020-12-21 19:16:42.006108'),(43567,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-21 19:16:54.113835'),(43568,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-21 19:49:23.449252'),(43569,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-21 19:50:04.966714'),(43570,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-21 19:53:17.541143'),(43571,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-21 19:57:54.781746'),(43572,'Thank you for the great review Gabriel! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','2020-12-21 20:02:09.329310'),(43573,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-21 20:03:21.741579'),(43574,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-21 20:03:38.484382'),(43575,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-21 20:03:51.674348'),(43576,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-21 20:04:03.613815'),(43577,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-21 20:04:18.824946'),(43578,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-21 20:04:33.328895'),(43579,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-21 20:04:52.680036'),(43580,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-12-21 20:06:41.636956'),(43581,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-21 20:06:57.291048'),(43582,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-21 20:07:12.673835'),(43583,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-21 20:07:27.642162'),(43584,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-21 20:07:42.593683'),(43585,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-21 20:07:56.343486'),(43586,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-21 20:08:22.684267'),(43587,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-21 20:08:39.665188'),(43588,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-12-21 20:10:00.856900'),(43589,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-21 20:10:39.789305'),(43590,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-21 20:11:28.801178'),(43591,'Thank you so much for your review, Rashamir. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-12-21 20:12:03.536258'),(43592,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-12-21 20:12:17.222460'),(43593,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-21 20:13:44.060257'),(43594,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-21 20:14:17.251408'),(43595,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-21 20:14:31.015676'),(43596,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of your husband. We appreciate the great review and rating.','2020-12-21 20:15:13.928066'),(43597,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-12-21 20:16:34.712008'),(43598,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-21 20:17:06.793918'),(43599,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-21 20:17:22.908291'),(43600,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-21 20:17:38.787718'),(43601,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-21 20:17:59.577848'),(43602,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-21 20:18:15.494463'),(43603,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-21 20:18:45.770627'),(43604,'Thank you so much for your nice review, Aspen. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-12-21 20:19:21.952775'),(43605,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-21 20:19:40.905345'),(43606,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-21 20:22:17.667748'),(43607,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-21 20:22:52.789312'),(43608,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-21 20:23:59.615560'),(43609,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-21 20:24:10.305262'),(43610,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-21 20:24:23.395651'),(43611,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-21 20:25:28.769886'),(43612,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-21 20:26:01.195644'),(43613,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-21 20:26:50.527472'),(43614,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-21 20:27:03.416602'),(43615,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-12-21 20:28:39.851054'),(43616,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-12-21 20:29:31.209304'),(43617,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-21 20:29:49.366369'),(43618,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-21 20:30:01.804059'),(43619,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-21 20:30:14.723823'),(43620,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-12-21 20:30:45.648439'),(43621,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-21 20:31:03.371707'),(43622,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-21 20:31:22.421010'),(43623,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-21 20:31:43.967662'),(43624,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-21 20:32:04.292619'),(43625,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-21 20:33:28.152963'),(43626,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-12-21 20:34:17.006169'),(43627,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-21 20:35:00.225784'),(43628,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-21 20:35:20.718089'),(43629,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-21 20:35:41.407127'),(43630,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-21 20:36:11.174249'),(43631,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-21 20:36:27.932790'),(43632,'Thank you for the great review Gabriel! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','2020-12-21 20:02:09.173000'),(43633,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-21 20:36:27.777000'),(43634,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-21 20:36:11.019000'),(43635,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-21 20:35:41.249000'),(43636,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-21 20:35:20.568000'),(43637,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-21 20:35:00.069000'),(43638,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-12-21 20:34:16.853000'),(43639,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-21 20:33:27.999000'),(43640,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-21 20:32:04.142000'),(43641,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-21 20:31:43.811000'),(43642,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-21 20:31:22.264000'),(43643,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-21 20:31:03.208000'),(43644,'We are here for you whenever the medical emergency need arises. We know you have a choice in emergency room care, and we appreciate you choosing SignatureCare Emergency Center.','2020-12-21 20:30:45.415000'),(43645,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-21 20:30:14.576000'),(43646,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-21 20:30:01.653000'),(43647,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-21 20:29:49.208000'),(43648,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-12-21 20:29:31.045000'),(43649,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-12-21 20:28:39.697000'),(43650,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-21 20:27:03.258000'),(43651,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-21 20:26:50.376000'),(43652,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-21 20:26:01.046000'),(43653,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-21 20:25:28.624000'),(43654,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-21 20:24:23.235000'),(43655,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-21 20:24:10.153000'),(43656,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-21 20:23:59.462000'),(43657,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-21 20:22:52.633000'),(43658,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-21 20:22:17.513000'),(43659,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-21 20:19:40.757000'),(43660,'Thank you so much for your nice review, Aspen. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-12-21 20:19:21.801000'),(43661,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-21 20:18:45.615000'),(43662,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-21 20:18:15.348000'),(43663,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-21 20:17:59.420000'),(43664,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-21 20:17:38.632000'),(43665,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-21 20:17:22.753000'),(43666,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-21 20:17:06.639000'),(43667,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-12-21 20:16:34.556000'),(43668,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of your husband. We appreciate the great review and rating.','2020-12-21 20:15:13.757000'),(43669,'Thanks for the 5 star review!','2020-12-22 02:03:08.672965'),(43670,'Thanks for the 5 star review!','2020-12-22 02:03:08.512000'),(43671,'Thank you Jennifer for the 5 star review. We are glad you had a good experience. Feel Better!','2020-12-22 06:02:12.287151'),(43672,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-22 06:28:35.111117'),(43673,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-22 06:29:11.083846'),(43674,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-22 06:30:03.201112'),(43675,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-22 06:30:38.032132'),(43676,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-12-22 06:31:30.593559'),(43677,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-22 06:31:53.013765'),(43678,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-12-22 06:32:09.926078'),(43679,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-12-22 06:33:03.276409'),(43680,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-22 06:33:23.977617'),(43681,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-22 06:33:56.413643'),(43682,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-12-22 06:34:21.113184'),(43683,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-22 06:34:31.929617'),(43684,'Thank you Jennifer for the 5 star review. We are glad you had a good experience. Feel Better!','2020-12-22 06:02:12.132000'),(43685,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-22 06:34:31.765000'),(43686,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-12-22 06:34:20.955000'),(43687,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-22 06:33:56.251000'),(43688,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-22 06:33:23.803000'),(43689,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-12-22 06:33:03.102000'),(43690,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-12-22 06:32:09.739000'),(43691,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-22 06:31:52.851000'),(43692,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-12-22 06:31:30.424000'),(43693,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-22 06:30:37.870000'),(43694,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-22 06:30:03.038000'),(43695,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-22 06:29:10.929000'),(43696,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-22 06:28:34.942000'),(43697,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-22 12:11:40.312493'),(43698,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-22 12:11:49.052630'),(43699,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-22 12:11:48.887000'),(43700,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-22 12:11:40.127000'),(43701,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-22 15:49:08.371567'),(43702,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope your dad is feeling better!','2020-12-22 15:50:17.017972'),(43703,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope your dad is feeling better!','2020-12-22 15:50:16.261000'),(43704,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-22 15:49:08.180000'),(43705,'Thank you so much for your feedback Austin! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-22 16:03:11.711294'),(43706,'Thank you so much for your feedback Austin! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-22 16:03:11.516000'),(43707,'Thank you so much Bobbie for your great rating!','2020-12-23 03:02:10.980987'),(43708,'Thank you so much Bobbie for your great rating!','2020-12-23 03:02:10.830000'),(43709,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-23 05:11:40.566059'),(43710,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-12-23 05:12:10.436449'),(43711,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-12-23 05:14:23.182275'),(43712,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-23 05:14:41.138660'),(43713,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-23 05:14:53.197594'),(43714,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-23 05:15:08.109818'),(43715,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-23 05:15:21.892397'),(43716,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-23 05:15:34.217273'),(43717,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-23 05:15:47.106336'),(43718,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-23 05:16:00.252774'),(43719,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-23 05:16:41.064181'),(43720,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-23 05:20:39.477520'),(43721,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-23 05:20:55.853474'),(43722,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-23 05:21:29.989156'),(43723,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-23 05:22:03.328285'),(43724,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-23 05:22:03.174000'),(43725,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-23 05:21:29.830000'),(43726,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-23 05:20:55.695000'),(43727,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-23 05:20:39.321000'),(43728,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-23 05:16:40.896000'),(43729,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-23 05:16:00.096000'),(43730,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-23 05:15:46.945000'),(43731,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-23 05:15:34.059000'),(43732,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-23 05:15:21.738000'),(43733,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-23 05:15:07.949000'),(43734,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-23 05:14:53.038000'),(43735,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-23 05:14:40.961000'),(43736,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-12-23 05:14:23.024000'),(43737,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-12-23 05:12:10.281000'),(43738,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-23 05:11:40.413000'),(43739,'Thank you Elizabeth for your five star review and for trusting us with your care!','2020-12-23 15:04:11.346313'),(43740,'Thank you Elizabeth for your five star review and for trusting us with your care!','2020-12-23 15:04:11.192000'),(43741,'We appreciate the five-star rating Loren!','2020-12-23 18:02:10.662536'),(43742,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-24 04:06:59.909000'),(43743,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-24 03:58:56.940000'),(43744,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-12-24 03:59:32.223000'),(43745,'Thank you so much for your great rating, S. Washington!','2020-12-24 04:05:43.265000'),(43746,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-12-24 03:53:33.779000'),(43747,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-12-24 03:52:35.338000'),(43748,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-12-24 03:54:34.231000'),(43749,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2020-12-24 03:55:16.217000'),(43750,'We appreciate the five-star rating Loren!','2020-12-23 18:02:10.504000'),(43751,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-24 04:07:42.236000'),(43752,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-24 04:05:02.546000'),(43753,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-24 03:58:22.019000'),(43754,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-24 04:04:17.029000'),(43755,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-24 04:08:13.559000'),(43756,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-12-24 04:05:16.409000'),(43757,'Thank you Zurman for your five star review and for trusting us with your care!','2020-12-24 08:03:16.345801'),(43758,'Thank you Zurman for your five star review and for trusting us with your care!','2020-12-24 08:03:16.171000'),(43759,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-24 11:06:40.981803'),(43760,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-24 11:06:40.827000'),(43761,'Thank you Jennnifer for your five star review and for trusting us with your care!','2020-12-24 14:02:09.000986'),(43762,'Thank you Jennnifer for your five star review and for trusting us with your care!','2020-12-24 14:02:08.847000'),(43763,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-24 18:10:03.712418'),(43764,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-24 18:10:20.259943'),(43765,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-24 18:10:49.885274'),(43766,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-12-24 18:25:15.665086'),(43767,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-24 18:26:09.372708'),(43768,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-24 18:26:31.724807'),(43769,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-24 18:26:53.900687'),(43770,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-24 18:27:12.063246'),(43771,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-24 18:27:32.434070'),(43772,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-24 18:27:53.049648'),(43773,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-24 18:28:13.655083'),(43774,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-24 18:28:24.644864'),(43775,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-12-24 18:28:47.897757'),(43776,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-24 18:48:00.293844'),(43777,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-24 18:48:17.624757'),(43778,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-24 18:48:39.726144'),(43779,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-24 18:48:39.567000'),(43780,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-24 18:48:17.474000'),(43781,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-24 18:48:00.139000'),(43782,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-12-24 18:28:47.744000'),(43783,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-24 18:28:24.487000'),(43784,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-24 18:28:13.495000'),(43785,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-24 18:27:52.892000'),(43786,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-24 18:27:32.277000'),(43787,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-24 18:27:11.912000'),(43788,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-24 18:26:53.745000'),(43789,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-24 18:26:31.556000'),(43790,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-24 18:26:09.213000'),(43791,'At SignatureCare Emergency Center, we pride ourselves for having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2020-12-24 18:25:15.504000'),(43792,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-24 18:10:49.730000'),(43793,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-24 18:10:20.103000'),(43794,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-24 18:10:03.552000'),(43795,'Thank you for the five-star rating Sharon. We appreciate the feedback, and appreciate you choosing SignatureCare.','2020-12-25 00:03:09.525548'),(43796,'Thank you for the five-star rating Sharon. We appreciate the feedback, and appreciate you choosing SignatureCare.','2020-12-25 00:03:09.370000'),(43797,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-25 12:12:07.887436'),(43798,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-25 12:14:05.050995'),(43799,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-12-25 12:16:12.730129'),(43800,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-25 12:17:26.969011'),(43801,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-12-25 12:42:35.015892'),(43802,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-25 12:42:51.652899'),(43803,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-25 12:42:51.484000'),(43804,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-12-25 12:42:34.856000'),(43805,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-25 12:17:26.805000'),(43806,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-12-25 12:16:12.559000'),(43807,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-25 12:14:04.889000'),(43808,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-25 12:12:07.702000'),(43809,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-25 15:03:03.221135'),(43810,'Thank you so much for your nice review, Kevin. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-12-25 15:03:37.934368'),(43811,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-12-25 15:04:28.878276'),(43812,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-25 15:05:02.321059'),(43813,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-25 15:05:02.166000'),(43814,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-12-25 15:04:28.728000'),(43815,'Thank you so much for your nice review, Kevin. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-12-25 15:03:37.775000'),(43816,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-25 15:03:03.038000'),(43817,'Thank you for the five-star rating Garrett. We appreciate it.','2020-12-25 23:05:10.357715'),(43818,'Thank you for the five-star rating Garrett. We appreciate it.','2020-12-25 23:05:10.197000'),(43819,'Thanks for the 5 star review Brady!','2020-12-26 05:02:09.261893'),(43820,'Thanks for the 5 star review Brady!','2020-12-26 05:02:09.098000'),(43821,'Thank you for your five star review and for trusting us with your care!','2020-12-26 17:05:09.678010'),(43822,'Thank you for your five star review and for trusting us with your care!','2020-12-26 17:05:09.524000'),(43823,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-26 21:03:13.621697'),(43824,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-26 21:03:13.471000'),(43825,'Thank you for the great review Pamela! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','2020-12-26 23:03:09.654260'),(43826,'Thank you for the great review Pamela! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','2020-12-26 23:03:09.498000'),(43827,'Thank you for the five-star rating Kymberly. We appreciate it.','2020-12-27 00:04:11.083971'),(43828,'Thank you for the five-star rating Kymberly. We appreciate it.','2020-12-27 00:04:10.928000'),(43829,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-12-27 05:37:11.126069'),(43830,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-12-27 05:48:43.695367'),(43831,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-12-27 05:49:21.695496'),(43832,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-27 05:49:45.243838'),(43833,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-27 05:49:58.829505'),(43834,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-27 05:50:26.558202'),(43835,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-27 05:50:56.777761'),(43836,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-27 05:51:13.996331'),(43837,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-27 05:55:47.983800'),(43838,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-27 05:58:01.769924'),(43839,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-27 05:58:28.409071'),(43840,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-27 05:58:37.004278'),(43841,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-27 05:58:49.729493'),(43842,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-12-27 06:00:09.001884'),(43843,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-27 05:58:49.526000'),(43844,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-27 05:58:36.847000'),(43845,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-27 05:58:28.243000'),(43846,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-12-27 06:10:16.809525'),(43847,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-27 06:10:30.570354'),(43848,'Thank you so much for your nice review, cantri. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-12-27 06:10:59.687137'),(43849,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-27 06:11:15.311572'),(43850,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-27 06:11:35.231046'),(43851,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-12-27 06:12:01.109626'),(43852,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-27 06:22:22.916834'),(43853,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-12-27 06:23:04.842567'),(43854,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-27 06:23:26.327571'),(43855,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-27 06:23:51.285197'),(43856,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-27 06:24:05.123152'),(43857,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-27 06:24:24.070067'),(43858,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-27 06:24:46.370396'),(43859,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-27 06:25:37.036946'),(43860,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-27 06:26:42.469825'),(43861,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-27 06:32:11.955004'),(43862,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-27 06:32:40.332115'),(43863,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-12-27 06:37:35.257119'),(43864,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-27 06:38:34.084396'),(43865,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-27 06:38:56.096677'),(43866,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-27 06:39:42.829074'),(43867,'Thank you so much for your nice review, Ellen. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-12-27 06:40:39.847175'),(43868,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-27 06:43:27.349260'),(43869,'Thank you so much for your nice review, Teresa. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-12-27 06:43:39.247879'),(43870,'Thank you so much for your nice review, Virgie. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-12-27 06:43:54.713946'),(43871,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-27 06:44:05.803965'),(43872,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-27 06:44:16.887649'),(43873,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-27 06:44:30.604023'),(43874,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-27 06:53:20.181691'),(43875,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-27 06:56:45.703988'),(43876,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-27 06:56:45.548000'),(43877,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-27 06:53:20.021000'),(43878,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-27 06:44:30.435000'),(43879,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-27 06:44:16.724000'),(43880,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-27 06:44:05.643000'),(43881,'Thank you so much for your nice review, Virgie. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-12-27 06:43:54.548000'),(43882,'Thank you so much for your nice review, Teresa. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-12-27 06:43:39.090000'),(43883,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-27 06:43:27.189000'),(43884,'Thank you so much for your nice review, Ellen. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-12-27 06:40:39.695000'),(43885,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-27 06:39:42.667000'),(43886,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-27 06:38:55.945000'),(43887,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-27 06:38:33.922000'),(43888,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-12-27 06:37:35.101000'),(43889,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-27 06:32:40.175000'),(43890,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-27 06:32:11.790000'),(43891,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-27 06:26:42.308000'),(43892,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-27 06:25:36.880000'),(43893,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-27 06:24:46.214000'),(43894,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-27 06:24:23.907000'),(43895,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-27 06:24:04.967000'),(43896,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-27 06:23:51.135000'),(43897,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-27 06:23:26.168000'),(43898,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-12-27 06:23:04.685000'),(43899,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-27 06:22:22.759000'),(43900,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-12-27 06:12:00.948000'),(43901,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-27 06:11:35.069000'),(43902,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-27 06:11:15.150000'),(43903,'Thank you so much for your nice review, cantri. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-12-27 06:10:59.529000'),(43904,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-27 06:10:30.414000'),(43905,'Thank you for letting us help you and help you feel better! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2020-12-27 06:10:16.651000'),(43906,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-27 07:00:16.088951'),(43907,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-12-27 07:00:39.247443'),(43908,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-27 07:05:19.542875'),(43909,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that your husband is feeling better. Thank you for choosing SignatureCare!','2020-12-27 07:06:15.182554'),(43910,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-27 07:06:31.436475'),(43911,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-27 07:06:43.159756'),(43912,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-27 07:06:58.056272'),(43913,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-27 07:07:10.549295'),(43914,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-27 07:08:54.234444'),(43915,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-27 07:10:21.760853'),(43916,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-27 07:12:15.782812'),(43917,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-12-27 07:12:31.874505'),(43918,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-27 07:12:15.630000'),(43919,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-27 07:10:21.615000'),(43920,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-12-27 07:12:31.721000'),(43921,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-27 07:08:54.072000'),(43922,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-27 07:07:10.394000'),(43923,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-27 07:06:57.909000'),(43924,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-27 07:06:42.996000'),(43925,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-27 07:06:31.279000'),(43926,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that your husband is feeling better. Thank you for choosing SignatureCare!','2020-12-27 07:06:15.027000'),(43927,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-27 07:05:19.358000'),(43928,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-12-27 07:00:39.092000'),(43929,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-27 07:00:15.929000'),(43930,'Thank you for the great review Schaekobi! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','2020-12-27 08:03:18.394413'),(43931,'Thank you for the great review Schaekobi! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','2020-12-27 08:03:18.250000'),(43932,'Thank you so much Bill for your great rating!','2020-12-27 18:05:12.433405'),(43933,'Thank you so much Bill for your great rating!','2020-12-27 18:05:12.280000'),(43934,'Thank you so much Amber for your great rating!','2020-12-27 20:03:11.666034'),(43935,'Thank you so much Amber for your great rating!','2020-12-27 20:03:11.504000'),(43936,'Thank you so much Maria for your great rating!','2020-12-27 21:02:15.944459'),(43937,'Thank you so much Maria for your great rating!','2020-12-27 21:02:15.781000'),(43938,'Thank you Gonzales for the 5 star review. We are glad you had a good experience. Feel Better!','2020-12-28 00:02:17.368340'),(43939,'Thank you Gonzales for the 5 star review. We are glad you had a good experience. Feel Better!','2020-12-28 00:02:17.216000'),(43940,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-28 05:54:59.944978'),(43941,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-28 05:55:26.827768'),(43942,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-28 05:55:39.589539'),(43943,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-28 05:55:53.398412'),(43944,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-28 05:56:29.391823'),(43945,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-28 05:57:12.282576'),(43946,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-28 05:57:51.712122'),(43947,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-28 05:58:27.113307'),(43948,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-12-28 05:58:54.421505'),(43949,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-28 05:59:25.251805'),(43950,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-28 05:59:25.090000'),(43951,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-12-28 05:58:54.267000'),(43952,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-28 05:58:26.953000'),(43953,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-28 05:57:51.552000'),(43954,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-28 05:57:12.129000'),(43955,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-28 05:56:29.232000'),(43956,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-28 05:55:53.248000'),(43957,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-28 05:55:39.430000'),(43958,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-28 05:55:26.665000'),(43959,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-28 05:54:59.788000'),(43960,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-28 06:00:20.952199'),(43961,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-28 06:01:17.614958'),(43962,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2020-12-28 06:02:05.808162'),(43963,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-12-28 06:15:39.073021'),(43964,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-28 06:16:10.939572'),(43965,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-28 06:16:29.191804'),(43966,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-28 06:17:15.071277'),(43967,'Thank you so much for your nice review, Mayela. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-12-28 06:17:31.266931'),(43968,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-12-28 06:17:51.035770'),(43969,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-12-28 06:19:02.511897'),(43970,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-28 06:19:40.915407'),(43971,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-28 06:20:01.728721'),(43972,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-28 06:20:27.644729'),(43973,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-28 06:20:47.267176'),(43974,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-28 06:21:03.773920'),(43975,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-28 06:22:49.753834'),(43976,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-12-28 06:23:07.621838'),(43977,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-28 06:23:27.289184'),(43978,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-28 06:23:59.206926'),(43979,'Thank you so much for your review, Taylor. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-12-28 06:25:03.377812'),(43980,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-28 06:25:36.468595'),(43981,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-28 06:26:58.829597'),(43982,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-28 06:27:46.019754'),(43983,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-28 06:27:59.709716'),(43984,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-28 06:28:36.712921'),(43985,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-28 06:28:36.559000'),(43986,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-28 06:27:59.539000'),(43987,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-28 06:27:45.856000'),(43988,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-28 06:26:58.678000'),(43989,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-28 06:25:36.306000'),(43990,'Thank you so much for your review, Taylor. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-12-28 06:25:03.218000'),(43991,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-28 06:23:59.060000'),(43992,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-28 06:23:27.113000'),(43993,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2020-12-28 06:23:07.460000'),(43994,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-28 06:22:49.600000'),(43995,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-28 06:21:03.619000'),(43996,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-28 06:20:47.104000'),(43997,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-28 06:20:27.490000'),(43998,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-28 06:20:01.567000'),(43999,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-28 06:19:40.759000'),(44000,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-12-28 06:19:02.356000'),(44001,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2020-12-28 06:17:50.787000'),(44002,'Thank you so much for your nice review, Mayela. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-12-28 06:17:31.113000'),(44003,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2020-12-28 06:17:14.907000'),(44004,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-28 06:16:29.025000'),(44005,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-28 06:16:10.789000'),(44006,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-12-28 06:15:38.922000'),(44007,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2020-12-28 06:02:05.649000'),(44008,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-28 06:01:17.461000'),(44009,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-28 06:00:20.794000'),(44010,'Thanks for the 5 star review Janice!','2020-12-28 15:02:09.684500'),(44011,'Thanks for the 5 star review Janice!','2020-12-28 15:02:09.495000'),(44012,'Thank you for the five-star rating Simi. We appreciate the feedback, and appreciate you choosing SignatureCare.','2020-12-28 18:05:10.881853'),(44013,'Thank you for the five-star rating Simi. We appreciate the feedback, and appreciate you choosing SignatureCare.','2020-12-28 18:05:10.708000'),(44014,'Thank you Lauren for the 5 star review. We are glad you had a good experience. Feel Better!','2020-12-28 22:02:09.815165'),(44015,'Thank you Lauren for the 5 star review. We are glad you had a good experience. Feel Better!','2020-12-28 22:02:09.650000'),(44016,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-29 02:36:42.636760'),(44017,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-12-29 02:45:05.020225'),(44018,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-29 02:45:30.837269'),(44019,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-29 02:46:05.250071'),(44020,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-29 02:47:03.236949'),(44021,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-29 02:47:03.084000'),(44022,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-29 02:46:05.102000'),(44023,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-29 02:45:30.687000'),(44024,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-12-29 02:45:04.870000'),(44025,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-29 02:36:42.493000'),(44026,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-29 03:03:30.118009'),(44027,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-12-29 03:04:44.149381'),(44028,'Thank you so much for your nice review, Jane. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-12-29 03:05:06.126319'),(44029,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-29 03:10:21.309760'),(44030,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-12-29 03:12:29.445500'),(44031,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-29 03:12:50.426007'),(44032,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-29 03:13:12.968742'),(44033,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-29 03:13:35.286250'),(44034,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your mother. Thank you for choosing SignatureCare.','2020-12-29 03:15:08.198301'),(44035,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-12-29 03:15:38.647749'),(44036,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-29 03:16:05.504376'),(44037,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-29 03:51:09.467458'),(44038,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-29 03:51:09.283000'),(44039,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-29 03:16:05.348000'),(44040,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-12-29 03:15:38.494000'),(44041,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of your mother. Thank you for choosing SignatureCare.','2020-12-29 03:15:08.029000'),(44042,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-29 03:13:35.119000'),(44043,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-29 03:13:12.802000'),(44044,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-29 03:12:50.263000'),(44045,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-12-29 03:12:29.283000'),(44046,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-29 03:10:21.057000'),(44047,'Thank you so much for your nice review, Jane. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-12-29 03:05:05.963000'),(44048,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2020-12-29 03:04:43.990000'),(44049,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-29 03:03:29.957000'),(44050,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-12-29 04:07:55.994990'),(44051,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-29 04:10:03.373062'),(44052,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-29 04:10:57.262110'),(44053,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-29 04:11:49.150406'),(44054,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-29 04:12:01.496882'),(44055,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-29 04:12:13.230525'),(44056,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-29 04:12:23.993769'),(44057,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-12-29 04:12:46.210132'),(44058,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-29 04:12:59.022180'),(44059,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-29 04:13:12.249643'),(44060,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-29 04:13:12.083000'),(44061,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-29 04:12:58.843000'),(44062,'Thank you for taking time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2020-12-29 04:12:46.023000'),(44063,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-29 04:12:23.831000'),(44064,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-29 04:12:13.064000'),(44065,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-29 04:12:01.319000'),(44066,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-29 04:11:48.989000'),(44067,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-29 04:10:57.086000'),(44068,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-29 04:10:03.203000'),(44069,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-12-29 04:07:55.825000'),(44070,'We appreciate the five-star rating Kyle!','2020-12-29 21:05:11.383330'),(44071,'Thank you for the five-star rating. We appreciate it.','2020-12-29 21:05:13.301343'),(44072,'Thank you for the five-star rating. We appreciate it.','2020-12-29 21:05:13.147000'),(44073,'We appreciate the five-star rating Kyle!','2020-12-29 21:05:11.208000'),(44074,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-30 07:13:32.754578'),(44075,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-30 07:14:08.492505'),(44076,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-30 07:14:28.063839'),(44077,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-12-30 07:15:05.363361'),(44078,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-30 07:15:33.754254'),(44079,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-30 07:17:48.920175'),(44080,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-12-30 07:18:41.862373'),(44081,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-30 07:19:02.120999'),(44082,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-30 07:19:34.552977'),(44083,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-30 07:20:32.099100'),(44084,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-30 07:21:14.260469'),(44085,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-30 07:21:32.396401'),(44086,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-30 07:23:05.668359'),(44087,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-30 07:35:40.368925'),(44088,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-12-30 07:36:07.694503'),(44089,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-30 07:39:16.290113'),(44090,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-30 07:52:31.932590'),(44091,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-30 07:55:08.460141'),(44092,'Thank you so much for your nice review, Calistro. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-12-30 07:56:01.795901'),(44093,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-12-30 07:57:57.937947'),(44094,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-12-30 07:57:57.779000'),(44095,'Thank you so much for your nice review, Calistro. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2020-12-30 07:56:01.637000'),(44096,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-30 07:55:08.308000'),(44097,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-30 07:52:31.778000'),(44098,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-30 07:39:16.122000'),(44099,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-12-30 07:36:07.542000'),(44100,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-30 07:35:40.215000'),(44101,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-30 07:23:05.490000'),(44102,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-30 07:21:32.232000'),(44103,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-30 07:21:14.095000'),(44104,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-30 07:20:31.936000'),(44105,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-30 07:19:34.385000'),(44106,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-30 07:19:01.964000'),(44107,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-12-30 07:18:41.544000'),(44108,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-30 07:17:48.745000'),(44109,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-30 07:15:33.576000'),(44110,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-12-30 07:15:05.201000'),(44111,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-30 07:14:27.902000'),(44112,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-30 07:14:08.322000'),(44113,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-30 07:13:32.590000'),(44114,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-30 08:00:39.077024'),(44115,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-30 08:01:39.311774'),(44116,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-30 08:02:25.318697'),(44117,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-30 08:02:58.709018'),(44118,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-30 08:03:26.303678'),(44119,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-12-30 08:05:28.928775'),(44120,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-30 08:20:34.699021'),(44121,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-30 08:27:51.127304'),(44122,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-30 08:29:05.474434'),(44123,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-30 08:29:25.060852'),(44124,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-30 08:29:41.186021'),(44125,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-30 08:29:41.021000'),(44126,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-30 08:29:24.905000'),(44127,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-30 08:29:05.316000'),(44128,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-30 08:27:50.971000'),(44129,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-30 08:20:34.538000'),(44130,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-12-30 08:05:28.763000'),(44131,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-30 08:03:26.142000'),(44132,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-30 08:02:58.551000'),(44133,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-30 08:02:25.149000'),(44134,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-30 08:01:39.154000'),(44135,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-30 08:00:38.923000'),(44136,'Thank you for the five-star rating Isamar. We appreciate it.','2020-12-30 15:02:09.855717'),(44137,'Thank you so much for your feedback Jesus! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-30 15:02:11.475144'),(44138,'Thank you for the five-star rating Michelle. We appreciate it.','2020-12-30 15:02:14.295589'),(44139,'We appreciate the five-star rating Traci!','2020-12-30 15:02:16.755852'),(44140,'We appreciate the five-star rating Traci!','2020-12-30 15:02:16.599000'),(44141,'Thank you for the five-star rating Michelle. We appreciate it.','2020-12-30 15:02:14.098000'),(44142,'Thank you so much for your feedback Jesus! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-30 15:02:11.299000'),(44143,'Thank you for the five-star rating Isamar. We appreciate it.','2020-12-30 15:02:09.699000'),(44144,'Thank you so much for your feedback Tanner! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-30 16:03:13.669144'),(44145,'Thank you so much for your feedback Tanner! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-30 16:03:13.500000'),(44146,'Thank you for the five-star rating Amber. We appreciate the feedback, and appreciate you choosing SignatureCare.','2020-12-30 21:05:12.582029'),(44147,'Thank you for the five-star rating Amber. We appreciate the feedback, and appreciate you choosing SignatureCare.','2020-12-30 21:05:12.435000'),(44148,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-31 05:04:02.223594'),(44149,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-31 05:04:23.390315'),(44150,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-31 05:29:44.323768'),(44151,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-12-31 05:30:11.687749'),(44152,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-31 05:34:46.240439'),(44153,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-31 05:39:44.531696'),(44154,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-31 05:40:56.689875'),(44155,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-31 05:43:42.518099'),(44156,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-31 05:50:31.800542'),(44157,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-31 05:51:09.864680'),(44158,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-31 05:51:22.941638'),(44159,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-31 05:51:36.659161'),(44160,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-31 05:51:53.499368'),(44161,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-31 05:51:53.334000'),(44162,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-31 05:51:36.499000'),(44163,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-31 05:51:22.783000'),(44164,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-31 05:51:09.532000'),(44165,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-31 05:50:31.639000'),(44166,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-31 05:43:42.367000'),(44167,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-31 05:40:56.535000'),(44168,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-31 05:39:44.372000'),(44169,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-31 05:34:46.043000'),(44170,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-12-31 05:30:11.534000'),(44171,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-31 05:29:44.166000'),(44172,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-31 05:04:23.229000'),(44173,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-31 05:04:02.063000'),(44174,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-31 06:04:58.033453'),(44175,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-12-31 06:05:20.598537'),(44176,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-31 06:05:32.304346'),(44177,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-31 06:07:28.904605'),(44178,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-31 06:08:06.502556'),(44179,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-31 06:10:13.317743'),(44180,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-31 06:10:13.158000'),(44181,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-31 06:08:06.340000'),(44182,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-31 06:07:28.744000'),(44183,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2020-12-31 06:05:32.151000'),(44184,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2020-12-31 06:05:20.428000'),(44185,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-31 06:04:57.877000'),(44186,'Thank you for the five-star rating Jace. We appreciate it.','2020-12-31 10:04:10.831995'),(44187,'Thank you for the five-star rating Jace. We appreciate it.','2020-12-31 10:04:10.655000'),(44188,'Thank you so much for your feedback Latonya! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-31 18:05:20.428162'),(44189,'Thank you so much for your feedback Latonya! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-31 18:05:20.266000'),(44190,'Thank you for the 5 star review. We are glad you had a good experience. Feel Better!','2020-12-31 20:02:14.774945'),(44191,'Thank you for the 5 star review. We are glad you had a good experience. Feel Better!','2020-12-31 20:02:14.613000'),(44192,'Thank you so much for your feedback Wes! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-31 21:05:10.971358'),(44193,'Thank you so much for your feedback Wes! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-31 21:05:10.800000'),(44194,'We appreciate the five-star rating Melissa!','2021-01-01 21:02:14.029702'),(44195,'We appreciate the five-star rating Melissa!','2021-01-01 21:02:13.847000'),(44196,'Thank you for your five star review and for trusting us with your care!','2021-01-02 17:02:32.913123'),(44197,'Thank you for your five star review and for trusting us with your care!','2021-01-02 17:02:32.747000'),(44198,'Thanks for the 5 star review!','2021-01-02 19:04:49.582233'),(44199,'Thanks for the 5 star review!','2021-01-02 19:04:49.378000'),(44200,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2021-01-03 06:14:55.873000'),(44201,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2021-01-03 06:11:32.302000'),(44202,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2021-01-03 06:33:38.841000'),(44203,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2021-01-03 06:01:19.024000'),(44204,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2021-01-03 05:59:57.390000'),(44205,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-03 06:15:48.208000'),(44206,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2021-01-03 06:04:45.995000'),(44207,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2021-01-03 06:12:07.796000'),(44208,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2021-01-03 06:03:26.143000'),(44209,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2021-01-03 06:04:09.107000'),(44210,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2021-01-03 06:03:53.638000'),(44211,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2021-01-03 06:16:50.527000'),(44212,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2021-01-03 06:17:37.829000'),(44213,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-03 06:14:01.618000'),(44214,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2021-01-03 06:02:07.653000'),(44215,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2021-01-03 06:10:50.796000'),(44216,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-03 06:45:23.274550'),(44217,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2021-01-03 06:45:38.812806'),(44218,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2021-01-03 06:45:54.817953'),(44219,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2021-01-03 06:52:45.577746'),(44220,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2021-01-03 06:58:23.933484'),(44221,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-03 06:58:43.175379'),(44222,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2021-01-03 06:59:11.317846'),(44223,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2021-01-03 06:59:32.939299'),(44224,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2021-01-03 06:59:32.772000'),(44225,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2021-01-03 06:59:11.154000'),(44226,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-03 06:58:43.003000'),(44227,'Our doors are always open for community members suffering a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope daughter is feeling better.','2021-01-03 06:58:23.768000'),(44228,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2021-01-03 06:52:45.430000'),(44229,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2021-01-03 06:45:38.648000'),(44230,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-03 06:45:23.104000'),(44231,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2021-01-03 07:00:34.327031'),(44232,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-03 07:00:45.483343'),(44233,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2021-01-03 07:01:28.159113'),(44234,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-03 07:06:26.878571'),(44235,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2021-01-03 07:06:50.388616'),(44236,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2021-01-03 07:07:15.709567'),(44237,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2021-01-03 07:07:27.858195'),(44238,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2021-01-03 07:07:46.049944'),(44239,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2021-01-03 07:08:03.750302'),(44240,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2021-01-03 07:08:27.519046'),(44241,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2021-01-03 07:08:48.445516'),(44242,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2021-01-03 07:09:56.742768'),(44243,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2021-01-03 07:10:20.339380'),(44244,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2021-01-03 07:10:43.853294'),(44245,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2021-01-03 07:11:27.680558'),(44246,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2021-01-03 07:11:27.510000'),(44247,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2021-01-03 07:10:43.686000'),(44248,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2021-01-03 07:10:20.176000'),(44249,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2021-01-03 07:09:56.577000'),(44250,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2021-01-03 07:08:48.280000'),(44251,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2021-01-03 07:08:27.368000'),(44252,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2021-01-03 07:08:03.597000'),(44253,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2021-01-03 07:07:45.883000'),(44254,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2021-01-03 07:07:27.686000'),(44255,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2021-01-03 07:07:15.545000'),(44256,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2021-01-03 07:06:50.226000'),(44257,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-03 07:06:26.726000'),(44258,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2021-01-03 07:01:27.971000'),(44259,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-03 07:00:45.314000'),(44260,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2021-01-03 07:00:34.152000'),(44261,'Thank you for the great review Vernon! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','2021-01-03 13:05:11.535953'),(44262,'Thank you for the great review Vernon! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','2021-01-03 13:05:11.384000'),(44263,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2021-01-03 17:32:45.008022'),(44264,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-03 17:33:13.454804'),(44265,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-03 17:33:13.278000'),(44266,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2021-01-03 17:32:44.853000'),(44267,'Thank you for the five-star rating. We appreciate the feedback, and appreciate you choosing SignatureCare.','2021-01-04 00:03:07.548348'),(44268,'Thank you for the five-star rating. We appreciate the feedback, and appreciate you choosing SignatureCare.','2021-01-04 00:03:07.393000'),(44269,'Thank you for the great review Jack! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','2021-01-04 02:05:07.358791'),(44270,'Thank you for the great review Jack! We appreciate your positive feedback about SignatureCare ER. We hope you are feeling better.','2021-01-04 02:05:07.211000'),(44271,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2021-01-04 04:46:52.784026'),(44272,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2021-01-04 04:48:20.249069'),(44273,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2021-01-04 04:48:30.788737'),(44274,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2021-01-04 04:49:09.441954'),(44275,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2021-01-04 04:49:46.429661'),(44276,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2021-01-04 04:51:58.108644'),(44277,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-04 04:52:24.670116'),(44278,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2021-01-04 04:52:42.503068'),(44279,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-04 04:52:55.308832'),(44280,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2021-01-04 04:53:08.169919'),(44281,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-04 04:53:32.645161'),(44282,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2021-01-04 04:54:05.661184'),(44283,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-04 04:54:32.634663'),(44284,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2021-01-04 04:54:48.972758'),(44285,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2021-01-04 04:55:15.817726'),(44286,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2021-01-04 04:55:35.653207'),(44287,'Thank you so much for your nice review, Alisa. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2021-01-04 04:56:26.930494'),(44288,'Thank you so much for your nice review, Alisa. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2021-01-04 04:56:26.778000'),(44289,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2021-01-04 04:55:35.487000'),(44290,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2021-01-04 04:55:15.652000'),(44291,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2021-01-04 04:54:48.801000'),(44292,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-04 04:54:32.485000'),(44293,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2021-01-04 04:54:05.463000'),(44294,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-04 04:53:32.474000'),(44295,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2021-01-04 04:53:08.011000'),(44296,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-04 04:52:55.153000'),(44297,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2021-01-04 04:52:42.331000'),(44298,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-04 04:52:24.497000'),(44299,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2021-01-04 04:51:57.955000'),(44300,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2021-01-04 04:49:46.246000'),(44301,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2021-01-04 04:49:09.271000'),(44302,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2021-01-04 04:48:30.621000'),(44303,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2021-01-04 04:48:20.097000'),(44304,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2021-01-04 04:46:52.632000'),(44305,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2021-01-04 05:05:00.169961'),(44306,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2021-01-04 05:05:27.433827'),(44307,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2021-01-04 05:06:00.767058'),(44308,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2021-01-04 05:05:27.263000'),(44309,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2021-01-04 05:06:00.613000'),(44310,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2021-01-04 05:04:59.999000'),(44311,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-04 17:14:32.098377'),(44312,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2021-01-04 17:15:04.467750'),(44313,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2021-01-04 17:15:51.666511'),(44314,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2021-01-04 17:16:21.377115'),(44315,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2021-01-04 17:16:46.307956'),(44316,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2021-01-04 17:17:07.181127'),(44317,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2021-01-04 17:17:31.381138'),(44318,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2021-01-04 17:17:31.212000'),(44319,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2021-01-04 17:17:07.010000'),(44320,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2021-01-04 17:16:46.155000'),(44321,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2021-01-04 17:16:21.206000'),(44322,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2021-01-04 17:15:04.298000'),(44323,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2021-01-04 17:15:51.499000'),(44324,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-04 17:14:31.949000'),(44325,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-05 03:56:45.958108'),(44326,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-05 03:56:45.784000'),(44327,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2021-01-05 04:01:29.432971'),(44328,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2021-01-05 04:02:01.065296'),(44329,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2021-01-05 04:02:34.168106'),(44330,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2021-01-05 04:03:28.858391'),(44331,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-05 04:04:01.897453'),(44332,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2021-01-05 04:04:24.044655'),(44333,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2021-01-05 04:04:53.637379'),(44334,'Thank you so much for your nice review, Travis. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2021-01-05 04:05:22.751743'),(44335,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2021-01-05 04:05:52.019020'),(44336,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2021-01-05 04:06:27.694103'),(44337,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2021-01-05 04:06:47.839684'),(44338,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2021-01-05 04:10:11.042000'),(44339,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2021-01-05 04:06:47.669000'),(44340,'Hi there. We are sorry to hear that you didn’t receive the highest level of medical care you were expecting when you visited SignatureCare. I have passed these concerns onto our leadership team and they will be addressed. We’d like to get more information about your experience. Can you email us at info@ercare24.com with your full name, date of service and location of service so that she can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2021-01-05 04:09:43.264000'),(44341,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2021-01-05 04:09:32.397000'),(44342,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2021-01-05 04:06:27.527000'),(44343,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2021-01-05 04:05:51.851000'),(44344,'Thank you so much for your nice review, Travis. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2021-01-05 04:05:22.584000'),(44345,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2021-01-05 04:04:53.482000'),(44346,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2021-01-05 04:04:23.880000'),(44347,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-05 04:04:01.729000'),(44348,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2021-01-05 04:03:28.688000'),(44349,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2021-01-05 04:02:34.002000'),(44350,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2021-01-05 04:02:00.895000'),(44351,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2021-01-05 04:01:29.260000'),(44352,'Thank you so much for your feedback Angelica! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2021-01-05 16:05:08.467113'),(44353,'Thank you so much Emily for your great rating!','2021-01-05 16:05:09.788301'),(44354,'Thank you so much Emily for your great rating!','2021-01-05 16:05:09.623000'),(44355,'Thank you so much for your feedback Angelica! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2021-01-05 16:05:08.274000'),(44356,'Thank you Tasha for your five star review and for trusting us with your care!','2021-01-05 17:03:09.537070'),(44357,'Thank you Tasha for your five star review and for trusting us with your care!','2021-01-05 17:03:09.364000'),(44358,'Thank you Devan for the 5 star review. We are glad you had a good experience. Feel Better!','2021-01-05 20:02:08.202621'),(44359,'Thank you Devan for the 5 star review. We are glad you had a good experience. Feel Better!','2021-01-05 20:02:08.053000'),(44360,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2021-01-06 05:07:48.522328'),(44361,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2021-01-06 05:18:32.370888'),(44362,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2021-01-06 05:19:10.913582'),(44363,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2021-01-06 05:20:27.259901'),(44364,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2021-01-06 05:20:54.766502'),(44365,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2021-01-06 05:21:36.565173'),(44366,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2021-01-06 05:21:36.392000'),(44367,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2021-01-06 05:20:54.608000'),(44368,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2021-01-06 05:20:27.052000'),(44369,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2021-01-06 05:19:10.740000'),(44370,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2021-01-06 05:18:32.194000'),(44371,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2021-01-06 05:07:48.355000'),(44372,'Thank you Maricruz for your five star review and for trusting us with your care!','2021-01-06 14:04:07.759746'),(44373,'Thank you Maricruz for your five star review and for trusting us with your care!','2021-01-06 14:04:07.600000'),(44374,'Thank you so much Syrai for your great rating!','2021-01-06 17:05:09.033829'),(44375,'Thank you so much Syrai for your great rating!','2021-01-06 17:05:08.882000'),(44376,'Thanks for the 5 star review Adrianna!','2021-01-06 23:02:07.654917'),(44377,'Thanks for the 5 star review Adrianna!','2021-01-06 23:02:07.498000'),(44378,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2021-01-27 03:44:23.864000'),(44379,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2021-01-27 03:34:52.631000'),(44380,'Hi there. We are sorry to hear that you were unhappy with our billing processes. We’d like to get more information about your experience. Can you email our billing manager at info@ercare24.com with your full name, date of service and location of service so that he can review your file? We will then reach out to you to discuss this. Thank you for the chance to make this right with you, and for taking the time to let us know how we are doing. We take your reviews and concerns very seriously.','2021-01-27 03:30:29.973000'),(44381,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2021-01-27 03:49:06.424000'),(44382,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2021-01-27 03:50:14.283000'),(44383,'We appreciate your great rating, Jose!','2021-01-27 03:39:52.987000'),(44384,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2021-01-27 03:27:21.649000'),(44385,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2021-01-27 03:34:21.750000'),(44386,'Thank you so much for your great rating, Kathryn!','2021-01-27 03:30:49.218000'),(44387,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2021-01-27 03:48:17.762000'),(44388,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2021-01-27 03:28:36.233000'),(44389,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2021-01-27 03:39:29.071000'),(44390,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2021-01-27 03:36:03.007000'),(44391,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2021-01-27 03:45:59.427000'),(44392,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2021-01-27 03:36:57.898000'),(44393,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2021-01-27 03:33:39.588000'),(44394,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2021-01-27 03:32:26.674000'),(44395,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback and are very glad to hear that our team took such good care of her.','2021-01-27 03:38:55.231000'),(44396,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2021-01-27 03:31:51.293000'),(44397,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2021-01-27 03:31:20.836000'),(44398,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2021-01-27 03:38:28.872000'),(44399,'We appreciate your great rating, Mona!','2021-01-27 03:26:47.558000'),(44400,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2021-01-27 03:37:29.623000'),(44401,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2021-01-26 09:17:53.549000'),(44402,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2021-01-26 05:45:05.587000'),(44403,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-26 05:38:42.034000'),(44404,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2021-01-26 05:48:41.677000'),(44405,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2021-01-26 05:39:43.543000'),(44406,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-26 05:46:02.037000'),(44407,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2021-01-26 05:40:12.060000'),(44408,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2021-01-26 05:41:05.468000'),(44409,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2021-01-26 05:48:22.757000'),(44410,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2021-01-26 05:46:20.707000'),(44411,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2021-01-26 05:46:51.947000'),(44412,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-26 05:40:42.565000'),(44413,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2021-01-26 05:47:53.777000'),(44414,'Thank you for letting us help you! We are glad to hear our team put you at ease and provided you with the best care possible. Thanks for choosing SignatureCare.','2021-01-26 05:41:36.499000'),(44415,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2021-01-26 05:36:32.339000'),(44416,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2021-01-26 05:44:33.795000'),(44417,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-26 05:42:10.746000'),(44418,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2021-01-25 07:01:53.213000'),(44419,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2021-01-25 07:02:25.524000'),(44420,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2021-01-25 07:02:58.515000'),(44421,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2021-01-25 06:49:07.542000'),(44422,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2021-01-25 06:48:42.205000'),(44423,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2021-01-25 06:44:08.434000'),(44424,'Thank you for your great rating. We appreciate you choosing SignatureCare!','2021-01-25 06:46:13.758000'),(44425,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2021-01-24 11:37:17.371000'),(44426,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2021-01-24 11:34:49.663000'),(44427,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-24 11:34:34.365000'),(44428,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2021-01-24 11:34:17.408000'),(44429,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2021-01-19 07:25:56.388000'),(44430,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2021-01-19 07:25:23.585000'),(44431,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2021-01-10 04:49:01.735000'),(44432,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2021-01-07 16:02:55.540000'),(44433,'Thank you so much for your review, Rashamir. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2020-12-21 20:12:03.374000'),(44434,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2021-01-14 04:58:22.713000'),(44435,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2021-01-13 05:58:23.984000'),(44436,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-27 05:50:26.395000'),(44437,'Thank you lindsey, for your great rating!','2021-01-13 06:00:08.261000'),(44438,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-13 06:02:34.541000'),(44439,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-10 04:47:08.971000'),(44440,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2021-01-07 16:08:17.010000'),(44441,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2021-01-07 16:07:50.725000'),(44442,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2021-01-24 11:38:17.659000'),(44443,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-21 05:44:21.537000'),(44444,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2021-01-19 07:32:37.849000'),(44445,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2021-01-14 05:32:26.284000'),(44446,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2021-01-12 05:30:55.963000'),(44447,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2021-01-10 16:57:08.291000'),(44448,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2021-01-10 16:57:40.292000'),(44449,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2021-01-10 16:59:17.362000'),(44450,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2021-01-07 16:01:26.310000'),(44451,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2021-01-24 11:33:15.736000'),(44452,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-24 11:32:44.378000'),(44453,'Thank you so much for your great rating, Graham!','2021-01-21 05:35:43.470000'),(44454,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2021-01-18 13:50:59.850000'),(44455,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2021-01-11 06:54:53.578000'),(44456,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2021-01-07 16:04:19.787000'),(44457,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2021-01-07 16:03:40.586000'),(44458,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-21 20:10:39.642000'),(44459,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2021-01-25 07:05:41.678000'),(44460,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-25 07:04:12.252000'),(44461,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2021-01-25 07:03:46.958000'),(44462,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2021-01-21 06:16:20.884000'),(44463,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2021-01-21 06:16:00.819000'),(44464,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-21 06:15:18.317000'),(44465,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2021-01-21 06:15:38.130000'),(44466,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2021-01-21 05:40:39.002000'),(44467,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2021-01-19 07:29:44.581000'),(44468,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2021-01-18 13:52:54.652000'),(44469,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2021-01-14 06:22:07.519000'),(44470,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2021-01-14 06:22:26.265000'),(44471,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2021-01-14 05:39:57.494000'),(44472,'Thank you so much for your great rating, Nataly!','2021-01-13 06:11:54.523000'),(44473,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2021-01-13 06:32:00.189000'),(44474,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2021-01-13 06:30:30.694000'),(44475,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2021-01-13 06:31:18.332000'),(44476,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2021-01-13 06:23:22.661000'),(44477,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-12 05:25:01.096000'),(44478,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2021-01-12 05:25:39.141000'),(44479,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2021-01-12 05:26:11.665000'),(44480,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2021-01-12 05:26:42.319000'),(44481,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2021-01-10 07:51:55.153000'),(44482,'Thank you Christopher, for your great rating!','2021-01-10 04:50:18.227000'),(44483,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2021-01-10 07:52:58.542000'),(44484,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2021-01-10 16:56:18.576000'),(44485,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2021-01-24 08:53:30.017000'),(44486,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2021-01-24 08:53:50.740000'),(44487,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2021-01-20 08:56:58.530000'),(44488,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-17 10:07:07.155000'),(44489,'We appreciate your great rating, Landon!','2021-01-14 04:55:49.713000'),(44490,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2021-01-10 04:05:48.100000'),(44491,'Thank you diana, for your great rating!','2021-01-10 04:05:26.412000'),(44492,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2021-01-07 15:55:28.569000'),(44493,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2021-01-25 06:47:03.201000'),(44494,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2021-01-24 11:27:27.065000'),(44495,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2021-01-24 11:28:39.783000'),(44496,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2021-01-24 11:29:25.835000'),(44497,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2021-01-21 06:37:54.171000'),(44498,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2021-01-21 06:20:51.863000'),(44499,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2021-01-21 06:20:31.036000'),(44500,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-21 06:19:39.335000'),(44501,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2021-01-21 06:19:14.313000'),(44502,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2021-01-21 06:18:16.612000'),(44503,'Thank you so much for your great rating, Erin!','2021-01-21 06:16:41.648000'),(44504,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2021-01-21 06:17:52.248000'),(44505,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2021-01-21 06:17:16.757000'),(44506,'We appreciate your great rating, Jaqueline!','2021-01-20 12:17:42.570000'),(44507,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2021-01-20 12:28:05.122000'),(44508,'Thank you so much for giving us five stars, Madeline!','2021-01-20 12:18:09.478000'),(44509,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2021-01-20 12:28:37.365000'),(44510,'Thank you for taking the time out of your busy day to let us know how we are doing. We appreciate the chance to care for you, and are so glad to hear that you are feeling better. Thank you for choosing SignatureCare!','2021-01-20 12:29:47.894000'),(44511,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-20 12:30:24.038000'),(44512,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2021-01-20 12:30:50.752000'),(44513,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2021-01-20 12:31:17.332000'),(44514,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2021-01-18 13:45:27.137000'),(44515,'Thank you so much for your great rating, Olivia!','2021-01-17 08:09:05.106000'),(44516,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2021-01-17 08:09:25.309000'),(44517,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2021-01-17 08:11:52.175000'),(44518,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2021-01-17 08:16:23.776000'),(44519,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2021-01-17 08:17:24.698000'),(44520,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-17 08:18:11.936000'),(44521,'Thank you so much for your review, Madeline. Our goal at SignatureCare is patients satisfaction. Any kind of suggestion will help us to earn five stars. If there is anything we could do for our patients, please let us know and thanks for choosing us!','2021-01-17 08:18:45.355000'),(44522,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2021-01-17 08:19:14.981000'),(44523,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2021-01-10 04:07:34.402000'),(44524,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2021-01-07 15:58:30.519000'),(44525,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-21 20:14:17.093000'),(44526,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2020-12-21 20:10:00.706000'),(44527,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-21 20:04:03.454000'),(44528,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-21 20:03:38.325000'),(44529,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-21 20:03:21.580000'),(44530,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2021-01-25 06:48:16.121000'),(44531,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2021-01-18 13:47:19.227000'),(44532,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2021-01-11 06:53:42.388000'),(44533,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2021-01-10 04:44:58.930000'),(44534,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2021-01-10 04:44:23.896000'),(44535,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-10 04:43:56.736000'),(44536,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2021-01-07 15:59:15.545000'),(44537,'We want everyone who walks through our doors to feel like a VIP. Thank you for supporting us, and putting your trust in SignatureCare.','2020-12-27 05:49:21.512000'),(44538,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2020-12-21 20:12:17.063000'),(44539,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2020-12-21 20:04:33.171000'),(44540,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-21 20:04:18.662000'),(44541,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-21 20:03:51.519000'),(44542,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-21 19:57:54.627000'),(44543,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2020-12-21 19:50:04.808000'),(44544,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-21 19:00:28.049000'),(44545,'We appreciate you giving SignatureCare your trust time and again for your medical emergencies. No one likes the ER, but we are glad to hear that we make each visit with us pleasurable and quick. Thank you so much for your nice review and great rating.','2020-12-21 18:55:33.155000'),(44546,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-21 18:54:13.846000'),(44547,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-21 18:44:52.956000'),(44548,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-21 18:43:33.884000'),(44549,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-21 18:42:49.836000'),(44550,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-21 18:42:27.695000'),(44551,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-21 18:31:53.072000'),(44552,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2021-01-24 08:55:59.937000'),(44553,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2021-01-21 05:13:47.770000'),(44554,'Thank you German, for your great rating!','2021-01-18 13:41:14.325000'),(44555,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2021-01-17 12:19:15.425000'),(44556,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2021-01-17 12:17:18.990000'),(44557,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2021-01-17 12:16:04.357000'),(44558,'Thanks for leaving a review! Would you please reach out to us at info@ercare24.com to let us know more about the incident. We aim for 100% satisfaction at SignatureCare. Your suggestion will help us to develop our services and make ourselves able to earn those last two stars!','2021-01-17 12:15:26.984000'),(44559,'We appreciate your great rating, Nikki!','2021-01-12 05:15:56.817000'),(44560,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2021-01-07 16:07:10.178000'),(44561,'Thanks for leaving a review! Would you please reach out to us at info@ercare24.com to let us know more about the incident. We aim for 100% satisfaction at SignatureCare. Your suggestion will help us to develop our services and make ourselves able to earn those last two stars!','2021-01-07 16:05:13.559000'),(44562,'We appreciate your great rating, Archer!','2021-01-25 06:41:22.715000'),(44563,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2021-01-17 09:59:42.046000'),(44564,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-12-27 05:48:43.540000'),(44565,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2021-01-24 11:47:14.804000'),(44566,'Our doors are always open for community members suffering from a medical emergency. Thank you so much for putting your daughter\'s care in the board-certified doctors, nurses and staff at SignatureCare. It means a lot to hear that we’re doing a good job. We hope your daughter is feeling better.','2021-01-24 11:45:57.703000'),(44567,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2021-01-24 11:44:31.218000'),(44568,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2021-01-21 05:36:56.543000'),(44569,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2021-01-19 07:32:16.579000'),(44570,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2021-01-17 11:13:17.822000'),(44571,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of your boyfriend. We appreciate the great review and rating.','2021-01-13 06:07:34.708000'),(44572,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2021-01-13 06:10:55.644000'),(44573,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2021-01-13 06:13:18.612000'),(44574,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2021-01-12 05:23:30.026000'),(44575,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2021-01-12 05:23:06.065000'),(44576,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2021-01-11 08:52:51.094000'),(44577,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-11 09:07:44.367000'),(44578,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2021-01-11 09:08:35.312000'),(44579,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2021-01-11 09:09:08.490000'),(44580,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. Our board-certified doctors and state-of-the-art equipment are available to evaluate and treat most medical emergencies. We are very happy to learn your experience was pleasant, as our entire team strives for excellence each time you come to visit us. Thanks for the great review!','2021-01-11 09:11:51.178000'),(44581,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2021-01-11 09:12:29.231000'),(44582,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2021-01-11 09:12:48.071000'),(44583,'Thank you so much for your great rating, Alex!','2021-01-10 04:49:47.423000'),(44584,'Thank you so much for giving us five stars, Becks!','2021-01-10 04:49:24.228000'),(44585,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2021-01-11 09:13:28.386000'),(44586,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-27 05:55:47.819000'),(44587,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-27 05:50:56.622000'),(44588,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-27 05:49:58.670000'),(44589,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2020-12-27 05:37:10.950000'),(44590,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2021-01-18 13:33:19.873000'),(44591,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2021-01-12 05:05:03.086000'),(44592,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-21 20:08:39.507000'),(44593,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-21 20:07:56.133000'),(44594,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2020-12-21 20:07:42.438000'),(44595,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-21 20:07:27.485000'),(44596,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-21 20:07:12.514000'),(44597,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-21 20:04:52.522000'),(44598,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-21 18:38:26.165000'),(44599,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-21 18:36:57.428000'),(44600,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2021-01-24 11:47:45.456000'),(44601,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2021-01-24 11:50:28.355000'),(44602,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2021-01-24 11:50:03.156000'),(44603,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2021-01-24 11:50:44.757000'),(44604,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2021-01-24 11:51:35.061000'),(44605,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2021-01-24 11:49:41.487000'),(44606,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2021-01-24 11:49:25.797000'),(44607,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2021-01-24 11:49:02.631000'),(44608,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2021-01-24 11:48:15.828000'),(44609,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2021-01-24 11:48:41.339000'),(44610,'At SignatureCare Emergency Center, we understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the fantastic review.','2021-01-21 05:01:22.354000'),(44611,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2021-01-21 05:01:48.425000'),(44612,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2021-01-21 05:03:34.812000'),(44613,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-18 13:32:07.087000'),(44614,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2021-01-18 13:30:39.701000'),(44615,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2021-01-17 10:03:18.409000'),(44616,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2021-01-17 10:04:04.072000'),(44617,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2021-01-17 10:04:57.294000'),(44618,'It is their compassion that makes our staff exceptional, and we take pride in their care towards all our patients. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2021-01-17 10:05:26.425000'),(44619,'Thank you Carmen, for your great rating!','2021-01-14 04:56:26.005000'),(44620,'Thank you for taking the time to leave us a nice review! We appreciate your feedback and love hearing how our staff took such good care of you. Thank you for choosing SignatureCare.','2021-01-14 05:14:49.817000'),(44621,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2021-01-14 05:22:19.449000'),(44622,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2021-01-14 05:22:46.744000'),(44623,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2021-01-14 05:23:46.020000'),(44624,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2021-01-14 05:24:16.682000'),(44625,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-14 05:24:57.482000'),(44626,'We appreciate your great rating, lindsey!','2021-01-13 04:38:15.408000'),(44627,'Thank you so much for your great rating, Ali!','2021-01-13 04:38:37.769000'),(44628,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2021-01-13 04:40:18.750000'),(44629,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-12 05:11:55.803000'),(44630,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2021-01-10 16:54:33.057000'),(44631,'Thank you for taking time out of your day to write us such a positive review. SignatureCare Emergency Centers are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing us!','2021-01-10 17:14:24.559000'),(44632,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-10 17:16:07.524000'),(44633,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2021-01-10 17:18:31.711000'),(44634,'SignatureCare Emergency Center\'s staff sets goals on patient satisfaction. Thank you for letting us know we\'re one step closer to meeting them! We know visiting the emergency room can be a scary experience. Thank you for letting us put you at ease and provide you with the best care possible. We hope you feel better.','2021-01-11 06:42:18.825000'),(44635,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2021-01-11 06:43:41.305000'),(44636,'Thank you Brenda, for your great rating!','2021-01-10 04:50:43.653000'),(44637,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2021-01-11 06:44:10.025000'),(44638,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2021-01-11 06:45:16.605000'),(44639,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2021-01-11 06:46:04.979000'),(44640,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-10 04:30:44.591000'),(44641,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2021-01-10 04:30:24.038000'),(44642,'Thank you so much for your review, autumn. We always appreciate feedback from our customers. If there is anything we could have done to earn that fifth star, we hope you will let us know, since we aim for 100% satisfaction at SignatureCare. Thank you for choosing us!','2021-01-07 15:56:54.318000'),(44643,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2021-01-07 15:57:20.847000'),(44644,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-27 05:58:01.610000'),(44645,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2020-12-27 05:51:13.832000'),(44646,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-27 05:49:45.083000'),(44647,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-21 20:14:30.856000'),(44648,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-21 20:13:43.911000'),(44649,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-21 20:11:28.648000'),(44650,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2020-12-21 20:08:22.530000'),(44651,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2020-12-21 20:06:57.125000'),(44652,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-12-21 20:06:41.480000'),(44653,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-21 19:53:17.388000'),(44654,'We understand that emergencies happen and the ER is not anyone\'s favorite place, but our doctors, nurses and medical staff will make you feel comfortable and able to relax while your treatment and diagnosis are in process. Thank you for choosing SignatureCare and for the nice review.','2020-12-21 19:49:23.295000'),(44655,'The most stressful time for anyone is during a medical emergency. We are glad to hear that our staff made you feel comfortable and able to relax during your visit. Thank you for trusting SignatureCare with your emergency needs.','2020-12-21 19:16:53.957000'),(44656,'Thank you for trusting us with the care of your daughter. We appreciate the great feedback, and are very glad to hear that our team took such good care of her.','2020-12-21 19:16:41.848000'),(44657,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2020-12-21 19:16:08.060000'),(44658,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2020-12-21 19:14:49.781000'),(44659,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-21 19:14:40.518000'),(44660,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-21 19:14:26.770000'),(44661,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2020-12-21 18:58:00.270000'),(44662,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that your mother is feeling better. Thank you for choosing SignatureCare!','2020-12-21 18:57:47.723000'),(44663,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-21 18:44:24.194000'),(44664,'The board-certified team at SignatureCare cares deeply about patients of all ages. We want parents to feel comfortable and know their children will be taken care of with the highest level of professionalism. Thank you so much for the nice review and great rating -- we appreciate it!','2020-12-21 18:43:58.800000'),(44665,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-21 18:43:02.655000'),(44666,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-21 18:41:29.029000'),(44667,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2020-12-21 18:36:42.821000'),(44668,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-21 18:34:03.428000'),(44669,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-21 18:33:16.995000'),(44670,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-21 18:31:38.237000'),(44671,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-21 18:31:25.333000'),(44672,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2020-12-21 18:25:27.315000'),(44673,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-21 18:24:57.342000'),(44674,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2020-12-21 18:24:39.375000'),(44675,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2020-12-21 10:44:17.648000'),(44676,'We sincerely appreciate your continued trust. Thank you so much for taking the time to let us know that our team is doing a good job -- we appreciate the feedback. Thank you for choosing SignatureCare, time and again!','2021-01-24 08:55:24.807000'),(44677,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2021-01-20 12:33:05.383000'),(44678,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-20 12:32:31.938000'),(44679,'When we receive feedback like this, it helps us know we\'re doing something right in our community. Our trained staff is always ready to take care of your emergency needs. Thank you for giving us your trust.','2021-01-19 07:27:33.306000'),(44680,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2021-01-18 13:50:23.669000'),(44681,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2021-01-14 05:30:44.559000'),(44682,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2021-01-18 13:49:43.145000'),(44683,'Thank you so much for your great rating, Les!','2021-01-10 04:47:31.604000'),(44684,'SignatureCare has a much shorter wait time than a hospital/ER -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2021-01-07 16:04:49.590000'),(44685,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2021-01-17 10:00:20.031000'),(44686,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2021-01-25 06:45:01.681000'),(44687,'Thank you so much for your great rating, Matthew!','2021-01-24 08:51:53.127000'),(44688,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-24 08:52:26.097000'),(44689,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2021-01-21 05:00:24.324000'),(44690,'Thank you so much for your great rating, Sheila!','2021-01-21 04:59:41.373000'),(44691,'At SignatureCare Emergency Center, we pride ourselves on having the newest and most sterilized emergency rooms in the state of Texas. Thank you for the wonderful feedback!','2021-01-21 04:59:25.316000'),(44692,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2021-01-21 04:59:02.426000'),(44693,'We always appreciate positive feedback from our patients. Our dedicated staff is always here and willing to meet all your healthcare needs 24/7. Thank you for choosing us!','2021-01-20 09:02:04.439000'),(44694,'Thank you so much for your feedback! Our goal is to always provide the best care. Thank you for choosing SignatureCare.','2021-01-19 06:47:53.707000'),(44695,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2021-01-19 06:46:42.497000'),(44696,'Your positive experience means a lot to us. Thank you for choosing SignatureCare, and please consider us next time you are experiencing a healthcare emergency.','2021-01-18 13:34:38.274000'),(44697,'At SignatureCare Emergency Center, we love all our patients, and our number #1 goal is to treat and diagnose quickly and ensure you feel better faster. Thank you for trusting us with your medical needs.','2021-01-18 13:36:02.452000'),(44698,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-18 13:36:33.865000'),(44699,'Thank you Emilia, for your great rating!','2021-01-18 13:34:00.885000'),(44700,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2021-01-18 13:38:28.297000'),(44701,'We believe we have the very best facility in Texas with board-certified staff, state-of-the-art equipment, and a clean environment. Thank you for choosing SignatureCare!','2021-01-18 13:39:15.565000'),(44702,'Thank you so much for your great rating, Damian!','2021-01-18 13:33:46.033000'),(44703,'Thank you for taking the time to leave us such a nice review. Our staff appreciates receiving comments like this, and we hope that you are feeling better. Thank you for choosing SignatureCare!','2021-01-17 11:09:28.468000'),(44704,'Our goal at SignatureCare Emergency is to get you in and out quickly and back to good health. We hope you are feeling better!','2021-01-17 11:05:31.854000'),(44705,'Thank you for taking the time to let us know how we are doing. We appreciate the feedback and love hearing about the comfortable experience our patients had in our facility. Thank you for choosing SignatureCare and for the great review.','2021-01-17 11:05:14.088000'),(44706,'We want everyone who visits us to feel like family. It\'s great to hear that our team made you feel welcome and at home -- thanks for letting us know. Thank you for choosing SignatureCare and for the nice review!','2021-01-17 11:04:45.205000'),(44707,'We appreciate you taking time from your busy schedule to write us such a positive review. Our emergency rooms are open 24/7 and here anytime you need emergency medical attention. Thank you again for choosing SignatureCare Emergency Center.','2021-01-17 11:04:19.957000'),(44708,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2021-01-17 11:03:34.549000'),(44709,'At SignatureCare Emergency Center, children are a top priority of all our staff and doctors. It is never fun when your child gets sick, but we are here to help. Thank you for your review and we hope your son feels better soon!','2021-01-14 04:59:51.691000'),(44710,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-14 05:01:53.340000'),(44711,'Our doctors and nurses make us proud every day. Thank you for your kind words and we will pass them along. Thank you for choosing SignatureCare!','2021-01-25 06:42:51.970000'),(44712,'We believe we have the very best staff in Texas. SignatureCare Emergency Center takes pride in our staff because they care so much about our patients. We are so happy to hear you loved our team --- We will make sure to let them know.','2021-01-25 06:42:32.458000'),(44713,'Thank you for your review and your recommendation. We appreciate you choosing SignatureCare!','2021-01-20 12:26:27.124000'),(44714,'SignatureCare Emergency Center is here 24/7 when an unexpected emergency happens. We are very happy to learn your experience was pleasant, as we strive for excellence each time you come to one of our emergency rooms. Thank you for choosing us, and we hope you are feeling better!','2021-01-20 12:27:26.499000'),(44715,'We appreciate your feedback and the great rating you gave us. Thank you for taking the time to let us know how we are doing, and thank you for choosing SignatureCare.','2021-01-17 10:01:09.022000'),(44716,'Thank you so much for taking the time to let us know about your experience at SignatureCare. Our team makes us proud every day with the way they take care of our patients. It\'s great to hear that they took such good care of you. We appreciate the great review and rating.','2021-01-14 05:14:04.229000'),(44717,'Our team, from the front desk to the doctors, aims to make your visit as quick and painless as possible. We appreciate your feedback and the great rating you gave us. Thank you for choosing SignatureCare!','2021-01-10 04:31:25.256000'),(44718,'We apologize that you didn’t have a perfect experience at SignatureCare. We strive to make our entire patient base feel like VIPs and give them the best care possible. I would love to discuss this incident with you and get more details so we can make it right. Please email us at info@ercare24.com with your full name, date of service and location of service so that we can look into this further. We would like to review your case with our team so that we have an opportunity to do better next time. Thank you for your review.','2021-01-10 04:13:37.774000'),(44719,'Thank you for your feedback. We appreciate you choosing SignatureCare!','2020-12-24 03:53:05.621000'),(44720,'We always aim to provide the best care, so we love hearing that this was your experience with us. Thank you for choosing SignatureCare and for the nice review.','2021-01-24 11:02:23.324000'),(44721,'SignatureCare Emergency Centers have a much shorter wait time than a hospital -- usually, 10 minutes or less -- and our doctors are board-certified and can handle most of the same emergencies as a hospital. We appreciate your wonderful feedback and your recommendation. Thank you for choosing SignatureCare!','2021-01-10 04:46:15.647000'),(44722,'We sincerely apologize for the service you received at SignatureCare during your visit. We aim to make sure that everyone leaves our emergency room feeling better and without complications. We’d like to invite you to email our medical director we so can better understand the situation and review procedures with our team. If you would please email info@ercare24.com with your full name, date of service and location of service so that we can review your file and reach out to you, we would appreciate it. Thank you for the review -- we take all comments and reviews very seriously.','2021-01-07 16:08:43.566000'); /*!40000 ALTER TABLE `review_reply` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `review_review` -- DROP TABLE IF EXISTS `review_review`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `review_review` ( `review_id` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL, `comment` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `create_time` datetime(6) NOT NULL, `update_time` datetime(6) NOT NULL, `star_rating` int(11) NOT NULL, `reviewer_name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `reviewer_photo` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `location_id` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `reply_id` int(11) DEFAULT NULL, PRIMARY KEY (`review_id`), UNIQUE KEY `reply_id` (`reply_id`), KEY `review_review_location_id_880b431e_fk_gauth_location_location_id` (`location_id`), CONSTRAINT `review_review_location_id_880b431e_fk_gauth_location_location_id` FOREIGN KEY (`location_id`) REFERENCES `gauth_location` (`location_id`), CONSTRAINT `review_review_reply_id_fac28b62_fk_review_reply_id` FOREIGN KEY (`reply_id`) REFERENCES `review_reply` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `review_review` -- LOCK TABLES `review_review` WRITE; /*!40000 ALTER TABLE `review_review` DISABLE KEYS */; INSERT INTO `review_review` VALUES ('AbFvOqk_--0RZ6FfyCXHBPt9N3WSgqMLnlNzH_EfKrm7_xApTPS6tJKwptLHeu9yMEW26LidmnZbaQ','Tiffany and Jennifer provided excellent service. They were very thorough.','2020-11-04 17:15:36.612000','2020-11-04 17:15:36.612000',5,'Austin Anthony','https://lh3.googleusercontent.com/-ZsA_CpHH8dc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl_JE5OSmwboV0JIC9rY-S8MFAShQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41860),('AbFvOqk_-KZDnL1X3cjGchwUVkwcIXJq3FUJ6muAqW9s-JmFpCmz5Lmg6v44Skn2pHDfJmCiS63jYQ',NULL,'2016-10-03 20:32:29.306000','2016-10-03 20:32:29.306000',5,'Earl Paul','https://lh3.googleusercontent.com/-ixcSTCfbwt8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmvGs_rsCde4WtR7PA9n9g2u4aUjg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37294),('AbFvOqk_0cGE_NmfOh1Uxv1HFaluTbgVqaruTqZyB44CEXQfpHR1L3mvpKU4138Z-knFFhiZOhe75A','Went to ER for a Covid test. Was seen by Doctor in less than 15 minutes. Friendly staff and clean patient rooms.','2020-11-05 23:25:36.928000','2020-11-05 23:25:36.928000',5,'Mathew Coon','https://lh3.googleusercontent.com/a-/AOh14GiZHaPxABHCNeYlsRQB9VBy6AtAaMYieXuYLTmQBw=c0x00000000-cc-rp','14748677429039074158',31408),('AbFvOqk_2h7rPkuCC6M7gD42-fJw-rNoCAHCSxN368gIeg22jOJrglJWCowiweDqFAew_D2jDI5atQ','The most amazing experience I’ve ever received at the emergency room. Everyone was super nice and friendly. They tended to me at a timely manner and gave me all the resources that I needed. Cindy at the reception desk was soo help and informative both over the phone and in person she made sure she didn’t leave a single detail out and helped me understand things I was unclear of. I will definitely be recommending this facility to all my family and friends.','2019-11-14 11:08:41.829000','2019-11-14 11:08:41.829000',5,'Charity Roberts','https://lh5.googleusercontent.com/-4Z_XkOiKA-E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckD9GcyEeofiaEwNSdyMp5t9fwBTA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36681),('AbFvOqk_4kxNvT9nN0U1i_hy9B3T4GMdn0NuzFM8TS1TRsWZb1MlBXWEjR5PetRTKV9bv7vCTjuf2A','I had Registration by Lorena T and Amanda C they were great, as were Jeri D, Tori W, Lindsey and Dr Vakey!','2020-08-16 14:47:37.498000','2020-08-16 14:47:37.498000',5,'Sarah Bradley','https://lh3.googleusercontent.com/-1FKs8hL9JQI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckpGyXDHLhlNbBgh_BinmFn93Gqzw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34199),('AbFvOqk_5nDP6UFnU8Ym4cVYkzlRXBlNKgYLjYlX3NdelJAlhg4oGpHJr2FRBFOTWkmKHCUCQRR31g','Great place. Fast service and very clean. Will be going back in the future.','2016-02-21 23:41:09.677000','2016-02-21 23:41:09.677000',5,'Pedro Costa','https://lh6.googleusercontent.com/-m_Wl12lGG78/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnHelQU-Wqv5LeOvFe6urguIRfj_w/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37377),('AbFvOqk_6_zYJL51YPYbB6rtOINdRUt_xVgjlwbTksemG1bqe1cwvVe_gPNj0gmFt1Oc8Ez0FgTzGQ','The staff at the front desk, the nurse, and the doctor was incredibly nice and helpful. I went in to get my COVID testing. I highly recommend this clinic. It was easy to schedule an appointment online. The process to admit and see the doctor was quick and organize','2020-08-02 12:45:00.707000','2020-08-02 12:45:00.707000',5,'T Will','https://lh3.googleusercontent.com/a-/AOh14Gjtj2nc2uGes0r5gQ-kvPFP_Di3S6hxyJG17QBlRQ=c0x00000000-cc-rp','14904078213800803294',32291),('AbFvOqk_67gNtSyeDCythvre33586IpF4U8VIwBwVyD1_LArsjhbPti_ku9qTG5OLfAGh7_X7s38','What a difference people make. When I got there I was greeted with a smile from both Carly and Keana even though they where at the end of their shift and it was very late. They still made sure that I felt welcome and they were very efficient and professional. The whole staff were great. Thank you very much.','2020-07-08 15:01:25.071000','2020-07-08 15:01:25.071000',5,'Carsten Middelhede','https://lh4.googleusercontent.com/-SSSDgVxrEyE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckgmf7NLQZNmB9Z3zK3B1BkBV3YMw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28606),('AbFvOqk_6Bz_kb5QtwJ5SbxATGyuI_MTGoR2alNMi6KeFpiuHVQkiHIRP1YUC03OPAE43XTWEDai9A',NULL,'2020-09-30 20:10:15.621000','2020-09-30 20:10:15.621000',4,'Aaliyah Holloway','https://lh3.googleusercontent.com/-5ctsVm5OlqU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnt1UOpjzwLWvPt6PewP9WXDm7anQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39500),('AbFvOqk_6n8z1trpGdN_ZyNSPIzw2wbBb0bBWG3yRzbYGXl-By0tXpRW4ohNHHEdrurbzI6QIqA4','Rebecca V, Rebecca W, Dr Kimball, our nurse Gabe, AND Stephanie did a fantastic job of caring for my issue with the utmost respect for me! I appreciate the help they could give me!','2020-02-28 17:54:50.197000','2020-02-28 17:54:50.197000',5,'PinkTone','https://lh3.googleusercontent.com/a-/AOh14Ggy3py-SDyWZ9pqco7NCVyCuXHzdoHAGJe9pKXm=c0x00000000-cc-rp-ba3','16590124370714063921',34332),('AbFvOqk_6yOuE5CFMYFb02-jfqIiV9uuTPu_PB5UItJezJ95HkCCUeyZFnBpT_9l3y5G3d0_Zq8y','I had a great experience at this location! I was assisted by Genesis, Aaron, Hoan, Dr.Jolly and Johnny and they were all very accommodating and knowledgeable. I was given great advice and I would come back again!','2019-07-08 17:25:17.159000','2019-07-08 17:25:17.159000',5,'Nicole','https://lh3.googleusercontent.com/a-/AOh14Giko2ib1TLua-yxTQ8UuDa6BFM9enpM9-GCdHvEsg=c0x00000000-cc-rp','14904078213800803294',32447),('AbFvOqk_7_PXpuEkc9b3LJQABYiN0lFiGk7sSik4XXjMMwJGvqyIGeOVu46hjA1uBD1ommkN5lazhg','Great people! Quick and easy! No waiting','2020-01-02 05:20:45.280000','2020-01-02 05:20:45.280000',5,'Phillip Delariva','https://lh5.googleusercontent.com/-8ibhsABNcXw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckozc2c_wDz8b_M7y1ACTTq0drITA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43149),('AbFvOqk_7Ui9c-2YJV2vm8zYMPzaNG_c4iWJsXNAQHzZg1Vnb9aypWMcfav49nB_lp5QzG2957CP8g','Terrible experience with the staff. My gf was in a minor car accident and I brought her here to get checked out. Had a few scratches and pain that was handled, but she complained that something was in her eye and they completely ignored it. No test or nothing. We go to another doctor to check and be sure it\'s not and there was glass in her eye they they didn\'t even bother to check for. I was extremely angry with how they handled her and think they need to evaluate the handling of patients. There is no excuse to ignore someones request for a brief check of the eye and keep asking for other exams for money.','2019-07-31 16:19:26.738000','2019-07-31 16:19:26.738000',1,'Kenny A','https://lh5.googleusercontent.com/-p27Nct5QDSs/AAAAAAAAAAI/AAAAAAAAACA/AMZuucmskx9f4jkZi2aEinq-xS_pEWqFeA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32438),('AbFvOqk_8iJAYjxWRkiJvLC3GnxdexVhLIMaH8MgNoXjjjrQG33JcttxKX4GYHWRFh0UV1Xr-s6uqA','Awesome service! We were in and out! Diana and Sindy were extremely nice and helpful. They explained everything toughly. Dr. Thomas was able to diagnose me very quickly. Tech Fatima explained my condition and what to do next. Definitely recommend!','2020-03-07 04:01:00.707000','2020-03-07 04:01:00.707000',5,'Yesenia Garrido','https://lh5.googleusercontent.com/-rD5U1gtjrVg/AAAAAAAAAAI/AAAAAAAAA4c/AMZuucnZxPf3FOIRnKP7J42o8dKwrmgJbA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36599),('AbFvOqk_8oNNS_aak9gl-7mx7Z_az1SW2wrS9hN8IccE31T4mFpxmoi7va9PrkCaL0Un78zZC-FTtQ','My Experience Is Always Great With Signature!!! Everyone Is Professional,All Staff Greet You With Outstanding Pleasantness...I Was Treated Today Lacy,Dr Mauldin,Mary Lou & David!!! They Were All Great & Most Of All,Cowboys Fans!!!! I Recommend Signature...And Highly!!!!!','2020-11-11 00:19:06.882000','2020-11-11 00:19:06.882000',5,'Phillippa Jefferies','https://lh3.googleusercontent.com/-MS6cRgXVQwU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl0AoAz9DKG_F3ywpX3OqysQzcJTA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38903),('AbFvOqk_9C1mApb-xBM6cg_tkkCHXKwehU1RvDslnBvuWxDgkGDLJsT8y6LJ_I6fi7FwBhuYxCvAqA','Very clean . Staff was very friendly\nEkaterini and Jordan helped me today.\nEverything went smooth and fast . I would recommend anyone here .','2020-12-24 16:48:11.479000','2020-12-24 16:48:11.479000',5,'aldo torres','https://lh3.googleusercontent.com/-LfqWQXBO4Y0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn1WdMpLJD5wogT8-8ByYLHS6yn0Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',43784),('AbFvOqk_9KqjGWNl98pWbMCzG0iMzvNlXKJ7W8wqZ8fhYabbabBbowUhCjtNB-K4fzLDzby52bfljg','I was able to make a quick appointment online the day of to get rapid tested. The staff, Christina R, Dr Rose and Clay helped put me at ease and did my test super quickly! Really friendly staff here.','2020-11-06 19:05:02.615000','2020-11-06 19:05:02.615000',5,'Nicole Bizer','https://lh3.googleusercontent.com/a-/AOh14GiqI4wVHqmAqEcvF2J2U2EeIiBUX2t8UHcHbJyOlg=c0x00000000-cc-rp','16891069708558046635',35632),('AbFvOqk_9Zkphh4QjPk-_ZwexyOyC_pSlho1MDYxzJKwpO87R231_OmTavyQ-eGFMUXhpVgWnXLu','I received the best care any one would want, And it was Quick and reliablešŸ™ŒšŸ¼. MD - Do, Registration Ana, Rn Irving, Tech Christian and CT Holly was all amazing and helpfulšŸ‘šŸ½ Highly Recommend coming here šŸ‘šŸ½!!.','2019-12-29 04:48:38.214000','2019-12-29 04:48:38.214000',5,'Diamond Jay','https://lh4.googleusercontent.com/-r2IGjJ4OxvA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm_ADDDwNdge98aaEuYf-ntclKhdg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28889),('AbFvOqk_apihkwURyUnn71Hx-PfAaNt5kuPku6U3yrUWnA_SteHS7DyldC38sCyZqWeQC8LumS-s','Really happy I came here. Dr. Henderson is close and his team is great. Kristina is amazing with kids and made my shot bearable. Olivia and Nicole did great testing also.','2019-12-14 22:51:59.250000','2019-12-14 22:51:59.250000',5,'Kemelya','https://lh3.googleusercontent.com/a-/AOh14GgaerTyywhKAz6G8NB37np9_zsZ-mWi3Z2EOToHuzo=c0x00000000-cc-rp-ba3','12541597562633926366',28943),('AbFvOqk_B0spGETHNUq4dSX-kTKwmxPtw2wv4sQ4XLUsPlEl1ZLuTu7UM30iK4OYud753tpMY9Vn','I had a very good experience! The staff were very friendly!! SignatureCare was clean and welcoming. There was barely any wait time; I had come in initially and the staff offered me a warm blanket and a water bottle. I would like to thank Dr. Hannan and Dr. Zhang for an absolutely impressive service!','2018-08-20 23:45:57.289000','2018-08-20 23:45:57.289000',5,'Liana Alam','https://lh3.googleusercontent.com/a-/AOh14Gi11kitjAuHXDCj9IdVXG6QRjfL8SsGndrYKY4tjg=c0x00000000-cc-rp','8918455867446117794',43367),('AbFvOqk_BUl39KHYdx_7F3d6RGr2YDtIAdT5l9Ad2EiyubbNmqUSIQOSpAzttg-FhzYmGjFfPxKX','We had a great experience here after a pretty dangerous injury. Brad, Becca, Lindsey, and Dr. Vakey were all super helpful. Thank y’all!','2019-09-20 21:05:57.239000','2019-09-20 21:05:57.239000',5,'Courtney Gooris','https://lh3.googleusercontent.com/a-/AOh14GhNUXwROCiRZFM-grrKeIX1c1k0jPCCX8EoGajpfw=c0x00000000-cc-rp','16590124370714063921',34663),('AbFvOqk_CDp4IHDzLJf9h2dd2iuJfeYS0krD-WXXQG8vyK13d0VSrIz7jdcQ02H452OAj57DEsB30g','The experience at this location was excellent we had great service coming from Dr. Castaneda, (rn) Miss. Katrina, (ER.Tech) Miss. Yasmina, (RAD Tech) Miss Cheney, Miss Therisa and also the security.','2020-01-03 03:33:02.001000','2020-01-03 03:33:02.001000',5,'Ka\'Mia Greer','https://lh3.googleusercontent.com/-vZVdIjH6NGQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnwkdSOY4RJ9ulQdSMXBvJKFQhiDg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42521),('AbFvOqk_cUxAM3sSWa5KGdUs-UCEorABDJS51W5UPPJ_fUetOKHHU56tyZjKSieclKZCLUelsMDHCA','The doctors office is fine but why would you charge $10 to make an online appointment. Y’all should stop being greedy and take you been enjoying the pandemic.','2020-07-27 19:42:09.902000','2020-07-27 19:42:09.902000',2,'Brent Youngs','https://lh3.googleusercontent.com/a-/AOh14GiXmLgJAt1bs3AqfHtsn8HqbdKNYEKaVhwdA6ybxg=c0x00000000-cc-rp-ba4','17898197009688164559',37581),('AbFvOqk_dtCrwVPbnXokS26Y_myszq7MFGSL34a5-EfUTOmxuzabat4gTYDuwaFyIfcOTyhXiyqNgg','My experience here was great. The nurses and doctors were patient, answered my questions and ensured that I was comfortable during my visit. They offered me a blanket while I was being seen. Dr. Dendy, Delicia, Duke, and Seble were very professional and pleasant.','2020-02-26 13:47:43.776000','2020-02-26 13:47:43.776000',5,'Zi Ussery','https://lh3.googleusercontent.com/a-/AOh14GjONB-BReTvT9uoACopEKNq0O7d8SCdobbtqFae=c0x00000000-cc-rp-ba3','8679688254631342173',42424),('AbFvOqk_e_b8XXW7SoBP1Ud2TXC3vpGwSYLkXKb-IVN9kpvghvqizHW9N2ikI3mfRBlXYKehHsi86w','I loved that there was absolutely no wait time. Nurses and doctors were amazing.','2021-01-18 19:47:39.751000','2021-01-18 19:47:39.751000',5,'IC','https://lh6.googleusercontent.com/-Q1NXbQG48G8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm5GG-5NXzP1asoYkR85rFSnSH0aw/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44467),('AbFvOqk_E56Yd0xNmfb1b-Gd1ThQh7FdSvHi12ewN4qzX7VXqGvOnq0FimvY_SE1dpeGuCdll79NDw','This was my second time visiting your facility--superb! I returned for the speedy COVID antibody testing and the amazing customer service. Dr. Lingan and Chelsey rocked it! And yes, the blankets are very warm. Thank you!','2020-06-10 19:13:39.386000','2020-06-10 19:13:39.386000',5,'Ricky Aguilar','https://lh5.googleusercontent.com/-BPh0bbXFGVo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3DQ398Fc-voiaVF2wyVwiUkiT-A/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35896),('AbFvOqk_Fc8XUCuOhtXTZoSP0LNcEnWB06MrHfqNpwOmWUdCMmPtQhoIv1nD05Ev7gCgG0UV1d1i','This was a very pleasant experience even though the situation was a bit scary. Dr. Dang, Amy, and Barbara showed great professionalism and concern. I recommend this center to family and friends.','2019-05-19 10:31:34.110000','2019-05-19 10:31:34.110000',5,'Brenda Heath','https://lh3.googleusercontent.com/a-/AOh14GjNT772OZDl0UM5BsyZdeQwqyDlyiROetz6oafRog=c0x00000000-cc-rp','3511292162159714121',40560),('AbFvOqk_FOJ8hT9v6TjdP4lDCMqPcZEB9l9S9jKa3ttAi9EQjmJi4jtJ1Z_VQNnj4fJHhdFYTFaz4w','Went there earlier this year for pain I was having. All they did was stuck a hole through the pain, filled it with tissue, give me a small cup of medicine (no prescription) gave me two thin pads for the wound and sent me on my way, nothing else that I needed was given. I gave my insurance and was told I would not be billed yet they have the nerve to send me a huge bill even for the little work they did. Greedy and unethical. Never again will I go here.','2020-09-24 05:36:42.449000','2020-09-24 05:36:42.449000',2,'Gusta Montez','https://lh3.googleusercontent.com/-lVJjxUP9pjI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBG32wdxipvc9BP21ne1SSh6Zf3A/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28534),('AbFvOqk_foZ9I3vIvHua8sqHBbX6ly2Q94o4X0NIc5rAwwV8lYr04IJ1_GhJklKl4ZDtbeqlfxa2GA','Great atention Lorena,Gracie , ER Tech:Brandcroft,Nurse:Theresa B. Thx for your service','2020-07-26 18:26:30.519000','2020-07-26 18:26:30.519000',5,'Jose Rodriguez','https://lh6.googleusercontent.com/-uDHFjqv-UiA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclYuF6ZqmCOVwjEHLN9jYrzXGt5ww/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41333),('AbFvOqk_FS4RBoYrvi0oOawP7IfnkzC1fllgq-gMp83xJCEMTuvTwmbKpc2lr60H3kOmMWUQXu1OLg','Really good everybody is really nice and courtesy interesting on patients definitely we going back if we need it..., it\'s way better then my pediatrician office','2019-03-03 00:36:14.489000','2019-03-03 00:36:14.489000',5,'shelly valenzuela','https://lh3.googleusercontent.com/-X0fBk6olgDY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhQK5CQ1Sd9G25GkCOEMeie5fkIg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43297),('AbFvOqk_G46FAfSbVm7kO4QDf4NNzE9KeVbHm60WOHz9Azvay71-UgjWyZtyyE3Tk7deQHwvCfk2cg','Great place, very clean and efficient. They all work with the customers best interest in mind shoutout Cody and Emily are great! Highly recommend for rapid COVID testing!','2020-07-29 17:22:22.192000','2020-07-29 17:22:22.192000',5,'Sarah Weathers','https://lh3.googleusercontent.com/a-/AOh14GgdWpGz8PM8Mn5Q8UFYXaBnlTPeAF7j6dTpGrD9Dw=c0x00000000-cc-rp','2077061009497551125',38699),('AbFvOqk_ggqkEJ3F3uDseulUiOpuNh8GTjkRcO68BOE5bx-stDJyMB9JecYq2KYAV2EsbunABZGq','Quick, friendly, and very efficient! The doctor explained everything during the procedure and the after care.','2019-03-22 16:39:30.074000','2019-03-22 16:39:30.074000',5,'Rachel Moye','https://lh3.googleusercontent.com/a-/AOh14GhXso9Pvhn8_0xCmQfFunkNCreHq6e5QsnP5O3cN2k=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqk_hlyoXIPl6xSRsGgLz3RFFHGnAQqJDck2DTLZrEVMUjrRxyDqtzF4MhFAhz-8q989n-FO','The staff was really nice. Especially the ladies at the front desk. And the man that was my nurse. Also it was very fast.','2019-04-13 22:02:31.015000','2019-04-13 22:02:31.015000',5,'Alannah’s Life','https://lh3.googleusercontent.com/a-/AOh14GgRSP0G9qhq-ywwQtD2yHg94V2Z4p4sAK7H0dGgLQ=c0x00000000-cc-rp','14904078213800803294',32479),('AbFvOqk_IQbVb7GpC-GodP8gzLHJjxWoCYekxQ7Het6Qp2_CpbpJX_pDrafLyp7AhgYc81FWh8iu0w','Real nice and fast service. Holly Christian and Irvin were great help. 5 stars any day','2020-03-10 06:51:53.967000','2020-03-10 06:51:53.967000',5,'Richie','https://lh3.googleusercontent.com/a-/AOh14GgnLEbv1orGuUHUSfSmP436kG3u61M6HNNTswJyLw=c0x00000000-cc-rp','12541597562633926366',28649),('AbFvOqk_IwNmC-p7IGLIWzeEw4ZHQv6XebIPku_P6wpPOpEoofvWvzFljjCRuDW0NUd8LtXL06QRkA','Maria, David, Savanna, Jose, Aaron, and Dr Huerta are amazing and helpful!','2019-05-31 19:06:09.144000','2019-05-31 19:06:09.144000',5,'Mary Huerta','https://lh3.googleusercontent.com/a-/AOh14GgHF-SCcprq8nkTPM8n-Dq6TiJHKBuxU7RC8kOwJQ=c0x00000000-cc-rp','13486358490203335051',29832),('AbFvOqk_iz31KMtedLMJiEAWpJ9fPG0aYzpeOOQ8UFNRM1JDqYtODrpOKp2Vmn86s6qYOK3dK6_A','I wouldn\'t typically describe cutting my hand open as a pleasant experience, but being cared for at SignatureCare Montrose definitely was. Every staff member from entering to exiting was attentive and friendly. The kind demeanor of my doctor, as he stitched up my hand, put me at ease. I also had zero wait time, which I was not expecting. I will absolutely choose this place should I find myself in another emergency situation.\n\nI\'ve since returned to SignatureCare, this time with horrendous food poisoning. The staff and care I received was equally excellent. They go above and beyond to make you comfortable in an uncomfortable situation.','2019-07-18 15:05:47.530000','2019-07-18 15:05:47.530000',5,'Lyndsay Cavanagh','https://lh3.googleusercontent.com/a-/AOh14GhYIAPXdeDa-iiD05_NXfCVB6L5gpCxOFJ5QTLRoA=c0x00000000-cc-rp','3511292162159714121',40483),('AbFvOqk_jk2p1MBdNAK_J1r5TEh2aHjwojFpP2rUiQbAE2UEnJSsNpT1XfSYC1_oPrsQPv-XBOkV','I am really thankful for the staff there! I Went Midland for holiday but got real sick and mom was with me but she did not speak English. The nice doctor really helped me with my anxiety and accommedated for our situation.','2018-11-25 15:22:26.202000','2018-11-25 15:22:26.202000',5,'Qingqing Xia','https://lh3.googleusercontent.com/a-/AOh14Gj8Ke5CNNnLGCGoI1QB7bAsMrX65LFqWt0rmdnHyg=c0x00000000-cc-rp','6521947413723274945',41793),('AbFvOqk_JROGcb21nLn63rJqbKURwqBKo8nMOUFXkU0X3X85RGCvFglzaPesoefv2thCYtI3NfibQg','I had a really bad tooth infection. I’ve been to this location before and I always have a great friendly experience the staff is nice the location is very clean and it’s fast. I want to give a shoutout to the staff. Dr Churwama Norma Jessica V Dion Jeff and Brenda. Thanks so much!','2020-02-02 01:07:20.428000','2020-02-02 01:07:20.428000',5,'Tiffany Diggs','https://lh3.googleusercontent.com/a-/AOh14Ghu0IXrpFW4X4toQoTEuABtb6-qo8yKTkljQ6OwZQ=c0x00000000-cc-rp-ba2','3511292162159714121',40325),('AbFvOqk_k56b9kICH3CRGDhiZdjEc_dQOlYC4KsoYyVADJQNd9nDob84ao5Fezas6pIxeDxwNi7HCg',NULL,'2020-01-18 21:07:23.992000','2020-01-18 21:07:23.992000',5,'Courtney Mahoney','https://lh5.googleusercontent.com/-cdeQG9DGCKc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclzKT2l2_4lV4zmAun5sfrh7SajBA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39698),('AbFvOqk_k8d2a0mfO_8P8Z0Kirh3odW8b2wN232jSsDvFSqRkpYCFR9BlKsaJYCbZ1oDAGZXjRox','My time here went fast and easy. Everyone working there at the time, Matt, Rachael, Maryann, Jessica, and Dr. Ortiz treated me with the upmost care and respect. Will be visiting again if I ever need to.','2019-08-19 18:43:21.196000','2019-08-19 18:43:21.196000',5,'Tyler Cleboski','https://lh5.googleusercontent.com/-xN2vMyB0ugw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmRO5CpmQzut_WdvbUK81fpW9Ymng/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38022),('AbFvOqk_Kr7NYzzk9qSRuGmYUhHYEBjP4ygx_k6vvvDMNZWM0c5JqpTUzTc0GPq8a9-UUmXFRmR00g','I walked in feeling like the world was ending. I walked out feeling well treated and much more secure about my condition. Thank you. Amazing staff!','2018-04-06 19:58:43.996000','2018-04-06 19:58:43.996000',5,'Ram Ji','https://lh3.googleusercontent.com/a-/AOh14GgPyxnvbgY29_mXl8eEbxkxZ6WDzOpyu_eXA3-D=c0x00000000-cc-rp','14567670160750071148',30856),('AbFvOqk_lj3dLyGungOlmU4Fo6tCST1gw-rdDn3OPzYztfuRYOCVNHc03f2IUsFaH4BnfwcaSgWSDA','The right place to go if you need to be seen quick','2019-06-26 17:08:43.468000','2019-06-26 17:08:43.468000',5,'Sonia Soto','https://lh6.googleusercontent.com/-lxk5M098Fe0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckLg50ob2rWMz6lOU0CVpkhwJjlMA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29761),('AbFvOqk_LnoBiIGfeQzeYneFtXgRvGesIjIg5qjIpLfdp00d6Ws17_ieMRmREtDMtueL1kBRZP_Wbw','Fantastic experience, everyone was so kind and helpful. Unfortunately we couldn’t figure out what was wrong, but they did their best to keep looking and helped me manage my pain. Dr. Swanson was incredibly attentive and caring, which was definitely appreciated when coming in and feeling so sick. Was definitely impressed by the ability to be kept overnight for observation, felt like I was in great hands. Hopefully I won’t need to come back but If I do, it wouldn’t definitely be here','2021-01-24 15:36:49.516000','2021-01-24 15:36:49.516000',5,'Ann-Marie','https://lh3.googleusercontent.com/a-/AOh14GifgLqlrXY6bf93CwxbCtEackJ-pwyaDcI3sNOJGQ=c0x00000000-cc-rp','16891069708558046635',44530),('AbFvOqk_lVZmGq8CpaqfmQS84v__eBMYvGGY-BOHPaOmSIRPcsVWLN3q-QajkFfqqWVpHJfec13O9g','Blake and Theresa were very helpful! They offered warm hospitality to each of us! They helped us really quickly we were out in no time! If you are in need of help and feel bad I would definitely recommend Signature Care!','2020-03-02 01:11:17.889000','2020-03-02 01:11:17.889000',5,'Abby Lewis','https://lh5.googleusercontent.com/-ICcRFF-FQjk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclCp9Zj6RNH_32WScBv977vgJIPdw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42409),('AbFvOqk_MhJeJnvrVb3-Jpqo6CgzAPw4KwH8k0U9kUNtaTp4y4QF3MddD-zF6iNF4FPw1A7estA1nw','Awesome overall experience!','2019-09-30 20:05:07.160000','2019-09-30 20:05:07.160000',5,'Peyton Taska-Genzer','https://lh5.googleusercontent.com/-_xfU36OhB3w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhsE3MTkKDSRG923qKV5szthVVEQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34634),('AbFvOqk_nfJvhIHM8yvbfQKjl3mXQoKu1MrTPWJXJJsZsrlwLNfl61dv6i0zE7yEBkh8TvYDgu1enw','This place is AMAZING. I honestly feel like I spent time filling out the paperwork more than anything. The nurse was fantastic and so was the doc. They gave me a breakdown of what I needed to do to get the best results for my care. I would highly recommend this place to anyone who wants personal care.','2019-08-05 04:40:38.353000','2019-08-05 04:40:38.353000',5,'Denise Juarez','https://lh3.googleusercontent.com/a-/AOh14Gi8j0A9b86_gRIc5efqC2XfVR-5ZQB7y41d5WpU=c0x00000000-cc-rp','16891069708558046635',36154),('AbFvOqk_nfP6qSy-mf42ObFNgre-HGsC12SKFntU1RUflXpWA8vKcLSxd4pDBoHuPGQzD1oolN0u','great, professional, prompt and friendly!','2016-09-20 01:12:43.095000','2016-09-20 01:12:43.095000',5,'Michael Noyes','https://lh3.googleusercontent.com/-LLQiuy96fY0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclTrFWaRO8ZAWZss86d5QVXL9G-Jw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41168),('AbFvOqk_PFwp1VIY1LCZ6O-PQaHnypwT3Vl0PE_c5wHbzh8ms7N9bok8SYNuujHE2KUmRigNB8UO4Q','Awesome service! I came in not feeling well, I was greeted and was promptly seen. I unfortunately had the flu but my nurse Christina and Dr. Elsbecker were awesome and got me in and out. Highly recommend this place!','2019-12-11 16:28:17.412000','2019-12-11 16:28:17.412000',5,'Carlye Jane','https://lh5.googleusercontent.com/-hB4_EBEl7dM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHqtEXhAOV1UvoLQR_ZpAtynu9ig/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36054),('AbFvOqk_qHvQw6DtxXTw7iGkh2UIW9sn0yQfIQNUHWh71Xodus0Z3Acs4b9Ni3s9peE1kWqL43JrrA','The staff at signature care is so kind, efficient, and they honestly care about their patients. I am so grateful that they are there when I need them.','2019-09-20 08:46:00.878000','2019-09-20 08:46:00.878000',5,'Bianca Ramirez','https://lh4.googleusercontent.com/-TRSbKIpKocc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnnbv_bmkZYv8UK6GQ-MucFlK1Ayg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36129),('AbFvOqk_qJ_99m0J0hb7OF3dvd2IYEWJpokI7-0_DcJPTdXc98BZfxNoO41BrDWoW5dECWa_weizJQ','Awesome customer service thank you Alvean, Patricia, & An.','2020-02-06 15:37:19.000000','2020-02-06 15:37:19.000000',5,'Channon Williams','https://lh5.googleusercontent.com/-p97wRsZle-Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclpNekD726dMaw4tcycLj97hwwnew/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33403),('AbFvOqk_qPDSZV8gIzmF_DpoiI-1nnO1W6AX1vaC00WR7Af8l_VAyaIEI_VHFIN-i80reaDV2rc_','Awesome staff! Quick and very detailed on my next steps. Will go back in the future. Love the doctor!!','2018-02-08 12:35:13.340000','2018-02-08 12:35:13.340000',5,'Ginger Przybyla','https://lh3.googleusercontent.com/a-/AOh14GhPq2oMBYYYCShxxjJYpKvlmcXk4OaIH5DwuzEbxw=c0x00000000-cc-rp','14567670160750071148',30876),('AbFvOqk_r1sYVi5AFvvT5HvgzrixV-qyX_f-bpjtwOmhDMdqoD0M48PLra42JkqWiGURLKuwqJDM','Front desk ladies were so helpful & have me advice on how I could save money and get free covid testing. THANK YOU LADIES!!!','2020-12-26 19:04:59.267000','2020-12-26 19:04:59.267000',5,'cristela rodriguez','https://lh3.googleusercontent.com/a-/AOh14GjZM-Uas-Aedupkv_rxdn86829sp_Fmtr8Mlbrs=c0x00000000-cc-rp','16590124370714063921',43889),('AbFvOqk_r1Z4Qmj2Y6Q84RnMYvXA0cJ7EdSXqGR6XdDFyaT8E_3qoRPJi-_-wZyVMCT5Y5YBOYzk','Andrew did good job keeping me company while waiting on my test results and keeping my mind off the pain I was having. Had me checked in and in a room before I even started my paper work doctors and nurses are extremely helpful and made this visit easier since it is Christmas. All in all a great visit here and deff will use them in future','2019-12-25 22:31:25.733000','2019-12-25 22:31:25.733000',5,'Maxwell Ammons','https://lh4.googleusercontent.com/-B5p4Y0eUC40/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucngVDKZ30R8AEqcC6Swqp6TTIKsXA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29502),('AbFvOqk_r8WbhOEpQZOVF0x3rHjv3l9d8vikctMvrW3EtLWD8Gq0uNLI-oTOV4EyJHKcx65XDbh86Q',NULL,'2019-02-01 18:23:40.889000','2019-02-01 18:23:40.889000',5,'Connie Gonzales','https://lh4.googleusercontent.com/-jJsoMuAi-u0/AAAAAAAAAAI/AAAAAAAABKI/AMZuuclEZ69f0AKk5M9Qq5ktE5xXENvM_w/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29914),('AbFvOqk_sSiSE7nDXaTIUGeUKROLfFDWD4k93raDjsGpdDHCFOeVfSeCqXage9tn8PKWYd8XPW5f',NULL,'2019-11-09 15:37:31.187000','2019-11-09 15:37:31.187000',5,'Dawneisha Ross','https://lh3.googleusercontent.com/a-/AOh14Gj737Lmhun1zjk53FsYxKvbw88DqfchT7UHo36V0e4=c0x00000000-cc-rp','3272657195432704501',39775),('AbFvOqk_St2TIWGarb7qRIE9N3Kgpb731hUdmRzn4J3xz5Z7wuvfVB19jergFt4njScYJPlyJf8j','Very professional! Warm staff. Prompt and caring!','2020-11-01 15:07:40.130000','2020-11-01 15:07:40.130000',5,'Panny Schimp','https://lh6.googleusercontent.com/-qAVzhkI_sJQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclnTC48UagzstJcsdOpzBABS_dBSw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33034),('AbFvOqk_stR0psekD24qDtA1aLoLzTrrI-kDZ-Of9_cutausQiV5VGwV8gZ0AE3UNKNqJ_HaWVYftw','The waiting area was very clean and the receptionist was friendly. We did not have to wait longer than 5 minutes to be seen both in the waiting room and patient room. Nurse Theresa and Dr. Petter were both warm and caring showing our daughter she had nothing to be afraid of. Our questions were answered throughly and we left knowing how we could give her the best possible aftercare. We were there no longer than one hour. We are pleased with the care given to our daughter and will return for any future after hours care. Wonderful experience overall.','2020-03-09 13:46:41.716000','2020-03-09 13:46:41.716000',5,'Angela Marquez','https://lh3.googleusercontent.com/a-/AOh14GhUKXUu_Xuzzu072gD9mb1W_EszZSEUz8Oy-Kld=c0x00000000-cc-rp','6521947413723274945',41399),('AbFvOqk_vxuOZTDyGD6Hoi1-l2Acs4QfV6AMfe8sLqVjIkHH2lxfIrEEs5mH04MxaXTq0qSmSEGtDg','Every single member of the staff was very caring and attended to us immediately. From our first contact, Tanisha to Dr. Mauldin, Nurse Chantel, Laura and the very hilarious Matt. You were all very warm and compassionate. Thank you all so much.\nAnd oh, thanks for the warm blankets too :)','2019-08-12 09:10:48.131000','2019-08-12 09:10:48.131000',5,'Ibk Thomas','https://lh3.googleusercontent.com/a-/AOh14GiksBIuhXqjBqESFa8hm8mQqNid1dCH89iGyq06qHE=c0x00000000-cc-rp','17898197009688164559',38037),('AbFvOqk_wiM09xLj9aURBFCg74qdSLWOKT8Kr7Nbn1HGCzwFpM72PnQBdxViMchYzU29roN4rELa','Best emergency room visit I have honestly ever had. And I have been to a lot because I have not had medical for the past three years. Me seeing an urgent care or emergency care facility is more familiar than I’d like. However, at SignatureCare in Pflugerville, TX is hands down the best. Their staff is genuine and you can tell they care about who walks through their doors. Thank you guys so much for taking care of me! Highly recommend!! šŸ’œ','2020-08-04 16:02:04.231000','2020-08-04 16:02:04.231000',5,'Megan Wallace','https://lh4.googleusercontent.com/-lxdnujAuqAU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnzpTRZT19jU6LPkWMvkQJ5J4Iw2g/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38642),('AbFvOqk_wx5Zub_6IGf5DEuHHN9H7bhuyAh9Dh8aZNrjGb20eFjA37_iyqWM0Ot1ishH3P4PPWrA7Q','Friendly, fast and professional care','2020-10-19 17:37:31.810000','2020-10-19 17:37:31.810000',5,'Jenna Jackson','https://lh6.googleusercontent.com/-FKyh91_hsFw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCgb8yCTenQz2iSIP3wK3OrEaSdA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32212),('AbFvOqk_x9eFVWk9394fZl5Cs7BwJBwxWE_f73dGlYUKS1HSM_mJw2ofvLNm_-3sgxW9Gfm6I_tejw','I was seen quickly and all the staff were very helpful and sensitive to my issue. It was nice to be able to talk to a nurse and Doctor at 2 am without having to go to a hospital or wait around. My insurance doesn\'t pay for \"urgent care\" or they didn\'t last time I went to one. Your deposit will depend on how severe your issue is. Since mine was basic kind of visit, I had to put down 175. They take cards but no checks. They will send my bill in the mail, the staff can\'t tell you how much you\'ll owe, but the deposit is subtracted from your bill.','2020-12-19 13:26:28.440000','2020-12-19 13:26:28.440000',5,'Stephanie B','https://lh3.googleusercontent.com/a-/AOh14GjzciP2p_3axuT9XtXXJpdxecpAm-IjKQvqNAo9GQ=c0x00000000-cc-rp-ba4','8679688254631342173',42242),('AbFvOqk_xCsaIFUF_fx4L1VhxCRectqFrk-Udjnxtni0VJ0jYV26oqiXE8TiDU6Q1bao75ucfrmA3Q','Amazing care! Amazing people!! So friendly! They made my son feel comfortable when getting stitches and removing the stitches!! 100% would recommend!!','2020-12-10 02:51:17.769000','2020-12-10 02:51:17.769000',5,'Jessi Waters','https://lh4.googleusercontent.com/-8SQZrwC_zEc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn-FoOsu-E0NbGJOLIQBo749qUYeg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38847),('AbFvOqk_Xsa77DY7zklbjZdnojBBurBmb31QzA7GYoymEeak0kpTzgZ2PMzHtQVOQVMxp7hniEwp1w','Excellent, very professional. Physicians were polite and friendly kept me very relaxed.','2020-07-30 03:01:09.438000','2020-07-30 03:01:09.438000',5,'Ephraim Hailu','https://lh6.googleusercontent.com/-WgxTYfsFqbQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclWquZ5quhp0HKUvBK2DaLsSLVzdg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38690),('AbFvOqk_YeLI4j2wj2m6c_oy7nLdad9BnulTEEOVNL0KABgHkx6SFkB6ePDMynX4X_yzbH2giB6b','The staff at signature care emergency center was super friendly from Shania in the reception to the Nurse Alexis and Leah the tech they all moved very quickly to see what was wrong with my son. Dr .Thomas was in to see us within minutes of us getting into the room. I definitely would recommend and would come back especially for after hour emergency care.','2019-12-19 06:43:12.189000','2019-12-19 06:43:12.189000',5,'dianagee27','https://lh3.googleusercontent.com/a-/AOh14GiKaeTevG8KPNOmdRQPderBnYg36wELFRhEJSi9=c0x00000000-cc-rp','13486358490203335051',29530),('AbFvOqk_yX-eQPCJdHPoVFfqS1i2Iovhn72JuTcEQipZ1P3MkhUyG-JjPdxz9x9R-QmdCMJCt2cngg','A very clean facility, with little to no wait, and very little paper work. All staff was extremely thoughtful (brought my daughter juice and water) and friendly to make my 9 year old comfortable','2018-11-07 17:12:19.656000','2018-11-07 17:12:19.656000',5,'Adela Rios','https://lh3.googleusercontent.com/a-/AOh14GhJjP0FLsCVWtlzN7ecUZUFAOii0DXsEUIUDgsodg=c0x00000000-cc-rp','17394740196501090048',36868),('AbFvOqk_YZL-flIr_bZsEEMB1mF0K7giOOaqoHl4GC5xsVKy1n1LPX1_70hHHRtJzQReCnVKIP849g','Everytime I come to this location I know my visit will be fast and easy! Everyone who works here is so caring and compassionate with their patients. I took a COVID test and got my results within 20 minutes! Nurses Sara and Britney were very attentive and sweet! They are the bomb āœØā¤ļø','2020-10-28 19:53:04.422000','2020-10-28 19:53:04.422000',5,'Noelle Hall','https://lh3.googleusercontent.com/a-/AOh14GjsGP-d2JKxvZ-HeLWGBC7n_mrHQIMRitI6IOVyDw=c0x00000000-cc-rp','12541597562633926366',28490),('AbFvOqk_ZkFHWuu6dR6cTA1Gs1fE43PHeY4KnVIzilX_aXoNuPnkul_w5F33SnWRgsaP65ys-5WPXg','Awesome experience with such a caring and kind hearted staff. Dr. Daniels, Rollie, Stephanie R, Stephanie P and Natalia','2020-08-12 05:18:46.419000','2020-08-12 05:18:46.419000',5,'Stephanie Perez','https://lh5.googleusercontent.com/-twfCI2PktMw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmuS56bQC31dLQNCLUFv14QQOS_kw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42321),('AbFvOqk_zocsbllDJ3TZFhrzdEpwATA5jfLoKGGniyOXxJqNi5hNun1fXJzvxc2QguNpAOwIu5AHPA',NULL,'2020-07-04 03:07:32.804000','2020-07-04 03:07:32.804000',1,'Nakyla Darby','https://lh3.googleusercontent.com/-xiRTDjeNmAY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmD6WmK144J8_n0X-MjJMZDS3l_xQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37591),('AbFvOqk-_CHSpdEK1EZqxPh599cuFWVaoqn6fKrGW_9VuEl8q4qGbeqoy_aeHXAGT7Q-mDJWG7ve','I was treated professionally and medically cared for in excellence. Every one was so kind and I was really taken care of. Thank You!','2020-06-23 01:35:19.155000','2020-06-23 01:35:19.155000',5,'elaine taylorbrown','https://lh3.googleusercontent.com/a-/AOh14GhNbe2wBniJ6vEzKKruVmzuMY5gB2ZzzlJhvXsC3Q=c0x00000000-cc-rp','14748677429039074158',32066),('AbFvOqk-1b-sShz2fYqGPOwAseXnMcgCvBAG6raXOUWyY3I8Z_ckjpoAvOgcANMWaFwjZS0DefVIYA','Front desk staff, Sindy and Rashad were very welcoming and attentive while visiting my sibling- very nice and gracious service! Dr. Wang was also efficient and attentive when attending my sibling with lab results.','2020-02-07 03:58:14.884000','2020-02-07 03:58:14.884000',5,'David Mejia','https://lh3.googleusercontent.com/a-/AOh14GjXTJ0MkhBcfKQ1K-SV0G4ew1CeWhyvMQ-_Xyl3=c0x00000000-cc-rp','17394740196501090048',36633),('AbFvOqk-1rr3xk75nDnm-0j_TZ4gNVW7FJYmZ9bniNesWXfHdAjWMkbEHzhofZZo8JVVh-fOo3hzlw','Great people extremely helpful very understanding. Doctor and staff are very professional . I will recommend all my friends and family to come to this facility for any medical assistance.big thanks to\nDr Lim\nEkaterini\nJordan\nValory\nKrisandra','2020-11-09 14:44:23.075000','2020-11-09 14:44:23.075000',5,'Israel Flores','https://lh4.googleusercontent.com/-y5wE5VziOHc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmu4ofSVRGw3-7txREO2myEM5lWEg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32962),('AbFvOqk-1SoPli5nY96NksHYLcODVXLcbikEAu-WHLzwwjcoJ2NQ-yTM5RzYkvia6A2QhxKZD6tCnQ','Love the staff love my nurse RN Jennifer dr.daniels','2020-11-07 03:01:03.314000','2020-11-07 03:01:03.314000',5,'Cindy Gomez','https://lh3.googleusercontent.com/a-/AOh14Ghh3pzWJ8uambOb512B2cImO9Wdq9oO5JAg_Q-y=c0x00000000-cc-rp','8679688254631342173',42262),('AbFvOqk-1Xkpm0o8xmyx9_FnH_CZRTASXaEMio1IqRVaR8bmDuJXeIbKuNDX6sGiYpRFr2-0yQYe','The got us checked in and seen right away. They were so patient with my scared four year old and we had the best experience! Every person we met was genuinely friendly and professional. A big thank you to Dr. Henderson, nurse Alvean A, Tricia, Sean and Jesus! It was clean and inviting. We were offered warm blankets and snacks! Highly recommend!','2019-08-18 02:23:22.978000','2019-08-18 02:23:22.978000',5,'Meri Amber Pace','https://lh3.googleusercontent.com/a-/AOh14Ggb4pCvKkdOwb0B7aftoqoxUMLNQckjSMkvZ-wFOps=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqk-2bSIRW1BYRZFVlle9mrlnHKdn_9HfuKjwdJdx1mk4mvqvGlwzAZ6k13XxzEw16TV5_7wvw','Very caring and friendly staff. Great service test and procedures . Treated me very well !!shaunda , Dr hemerka , nurse Amy yall are the best!!','2020-02-08 16:40:36.061000','2020-02-08 16:40:36.061000',5,'Dannilys','https://lh5.googleusercontent.com/-F7un1661TK4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclFWpza0_CROjTXDobLe9eMwsE3cA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39136),('AbFvOqk-4gM7E5mdM5V-Doukks7gwvwuxPF9Z5F4AsmHOx_kDBzvtBeXfslR1MvLSoo9gJNwdXpm','Very friendly staff and welcoming. Wait time is low, they work very efficiently for their patients! Lorena T and Amanda C worked fast at the desk to get me checked in. And nurse Jacob O and the other staff, Torie W, Rachel and Vakey were all very helpful!','2020-09-12 16:56:57.452000','2020-09-12 16:56:57.452000',5,'alexus clemons-bills','https://lh3.googleusercontent.com/-1Q02J4cH0s4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcVYO2dSWOuYiz9McquDwpAo0KtA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34171),('AbFvOqk-79TBnZwSbDoZJ6FsxPULEY3C6FQhEUSuyDACBvCnE5gILCQCnpbwTfFgwpSQOU8MDcYz','Amazing customer service, Keera at the front desk was helpful and answered all of my questions. I received Medicare in no time.','2018-11-04 05:42:52.167000','2018-11-04 05:42:52.167000',5,'Tyneika Williams','https://lh3.googleusercontent.com/a-/AOh14GhSEZcxbRx0UCUQqsu2HuL4mVpOeko42nQ1EAtPRA=c0x00000000-cc-rp','16590124370714063921',35124),('AbFvOqk-7fMi3ujQky5rAtkDY24UjuORTIKXMNDD6cvM4EAY_spkYOk1vjF18RK6gdc3YIstMSLFTw','Great customer service, friendly staff. Quick service. Very satisfied.','2018-07-04 22:12:45.320000','2018-07-04 22:12:45.320000',5,'Robb L','https://lh5.googleusercontent.com/-n06EcsM4BkU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmV7iNVvrP9UDjv-wu15FzpH-_oMg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32569),('AbFvOqk-7O1HHpV8GbVYu264AWK6g_mr6FaTkjHRPujR_Uo6eMiPTC4SiTscS1-L5Yb7Z4uoyqNt','Always a great visit and the only place I trust in Houston for Covid testing. Keshawna, Gina, Larshary, Vivienne and Dalal are always so uplifting and in great spirits!','2020-10-08 23:21:55.157000','2020-10-08 23:21:55.157000',5,'Carlos Loochee','https://lh3.googleusercontent.com/--RjKD0GXD9k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl_4lc_WLv0tE7fvUu1Hp5F2BBetA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30062),('AbFvOqk-8nQpyTNHIPLCiWpmfhfpjvQPijYUgPEk0bv7v49QAC_QUhigBfj_CpdOQQnuMvgAzkqEhQ','Staff was very friendly and knowledgeable. Thank you Dr. Das!!','2020-12-21 14:48:47.696000','2020-12-21 14:48:47.696000',5,'Christopher Hallman','https://lh4.googleusercontent.com/-bVXOqmvCnTc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm9iVQ9I1d2Bl0Gezw5dF2zYfOjVw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',43646),('AbFvOqk-ADrb2_oSEPK05aJc-eDx-W9j5hbuIRlKvBw-2mXJ8Nu1L3gu5NRUAmfkgvLepc-ZMigl','Best ER care in college station! Dr. Vakey, Jacob and Rebecca made the whole experience a great one. I will be recommending this place to friends! Kendra, the receptionist, was SUPER helpful and very patient with all my questions.','2019-11-03 19:03:03.694000','2019-11-03 19:03:03.694000',5,'Xochitl Garcia','https://lh3.googleusercontent.com/a-/AOh14GjF-TnzQMB7MTov96F9vTQ8cq-9uaSkoHKPl5xJ=c0x00000000-cc-rp','16590124370714063921',34581),('AbFvOqk-aeoEESuWWeS2lXgTFlS23G5nj48LmhA8sJrU4iiScSt-IB5pu50SAPRZ0rFBRZnX0NLu-w','We always receive the best treatment here','2019-12-08 01:19:51.364000','2019-12-08 01:19:51.364000',5,'Destinae Pierce','https://lh3.googleusercontent.com/a-/AOh14GjsFgqMpGAhWjzBMCFG3JKwY51ZKrzWZame2RUn8WQ=c0x00000000-cc-rp','8918455867446117794',43167),('AbFvOqk-aMQwRRuUwHbYuLDarBrLJ3G1VsQLQ5cXd9SHTvFfiEYpPjj8RYY5AIWM9fCVlkzQfXy7','The staff has been so amazing and quick. Marcus and Valory and Lindsey they are the most professional I have seen.','2020-11-23 21:21:44.177000','2020-11-23 21:21:44.177000',5,'Brittany Breaux','https://lh6.googleusercontent.com/-KUaTDwcfPsg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn31urjMY8ES6OquJ46ZW6b7qPGeg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32889),('AbFvOqk-AvY1SFVYPP-skwyxiKa_4tK27hH0TZRbhdSkP492iyIMfF-Jk--M_9MQWl3gnZICxDb6-Q','Came in for rapid testing and I was treated with respect, kindness, and service was quick service','2020-09-07 15:29:21.438000','2020-09-07 15:29:21.438000',5,'Elvira Jessica Martinez','https://lh3.googleusercontent.com/a-/AOh14Gj368EbC0Ah_9QFlDq2Bi6EcNE1967w1-7l1neDpA=c0x00000000-cc-rp','14748677429039074158',31700),('AbFvOqk-BnUHfNNfJhft7ig_1jclk2SxWgLkEA0BtLIUDqHDxEbuVmRZKicpNTSxYw54uVxqwbQFgA','I went in to get a covid test at this location. In the beginning I was very nervous but Miss Alvean A. the one that did my test reassured me that it’s not going to hurt as much. I ended up getting a covid test and a strep test. However, after everything she was right it didn’t hurt as much. The employees here are genuine and it is very organized. I even got a warm blanket to keep me warm. Highly recommend going to this location!!','2020-11-28 20:43:19.886000','2020-11-28 20:43:19.886000',5,'Jennifer Duong','https://lh3.googleusercontent.com/a-/AOh14Ghtk9KPbDtIswEABSlLMpvae2hYRWb-mweblhcPGw=c0x00000000-cc-rp','16389487648212004696',32867),('AbFvOqk-C4nWenOu4Kvd-jVJIarKN26jl152lJdc0q8nq2n3OmdLn4Zb-nTR8PliJPABltFSOmch3A','The best ER center around, Anthony,RN was extremely helpful and informative. They made everything quick and as painless as possible. Will definitely be back here for any emergency needs!','2019-03-29 22:35:59.437000','2019-03-29 22:35:59.437000',5,'Amanda Hawkins','https://lh5.googleusercontent.com/-oB6Iw_fY8cg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckbHFCmGYEAXmzKwc0nh363UuJn9Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34939),('AbFvOqk-Eedm9_cI9Xud_vyOErAZ3WVrMzsSaecUQYF1b4Pr1dhhhWfz3MBOJb_JaW4bOtX4BvNWsQ','The circumstances may have not been the most desirable but the care and treatment my grandmother and I received was both professional and compassionate. The staff was helpful, tactful and overall genuine when caring for my grandmother. Our RN Lara was exceptionally thoughtful and helped alleviate much of the concerns and fears regarding my families health. Thank you for your help and care. Be safe and wish everyone at Signature Care a safe holiday season.','2020-11-24 21:26:48.872000','2020-11-24 21:26:48.872000',5,'R Castro','https://lh3.googleusercontent.com/a-/AOh14GhVhhUFg8dHTWG_sd6eS7lbJd0T-LAN93zP0gONxQ=c0x00000000-cc-rp','14904078213800803294',32145),('AbFvOqk-EUPFXmg5WhfiWnXYFkqqjBlpBAsTQFjKc6f1klayjX6HGPP6UbynPcQzBKYGAghzSOft7w',NULL,'2019-11-21 15:49:24.665000','2019-11-21 15:49:24.665000',5,'tyler barcena','https://lh6.googleusercontent.com/-6CQKGPaQfrk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclnd00vjCj95qhDfpuS-2Rj4GDsAQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41549),('AbFvOqk-fLg9ETFCbKGGpAtm-RBMitDawnQXgTRAbDYKuBEqULB3juI8k844-VGtaWEXtVSV6xf3Sw','No waiting, excellent service from front desk through to the attending Doctor. My first experience at an emergency care and would not hesitate to return. My neighbor actually recommended them so that\'s 2 happy customers/','2016-04-27 13:40:00.778000','2016-04-27 13:40:00.778000',5,'Julie B','https://lh3.googleusercontent.com/-jtqkVNvayu4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckSLVwJvxXT7Km3gifCZ_on0vBNnA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41244),('AbFvOqk-hos5mnKUKg-2CslW30pK8O8RATcF8fNHT3xVReZXTPBnIf6dpUMrG-VmJf3C8S5vuPGZTA','Valery, Julia, Kim and Crystal were awesome! They took great care of me!','2020-12-13 20:22:40.648000','2020-12-13 20:22:40.648000',5,'Rose Alvarez','https://lh3.googleusercontent.com/a-/AOh14GicAeVbgBxsA9pj5-vQf1ri3HXWYxr1gR7c4GMb_w=c0x00000000-cc-rp','15979470999169074295',32821),('AbFvOqk-hRC_oPy2Drel9_CVlHRpz00EUzr0CZEAX1bpdvV2rEVXtCgVeTnmYXnk2Glv9sGO3QHkLg','The staff was extremely nice and understanding . The wait time was less than 5 minutes which is unheard of. I would definitely recommend this establishment .','2019-11-27 09:26:14.993000','2019-11-27 09:26:14.993000',5,'Jasmine Butler','https://lh6.googleusercontent.com/--XNa7srbAe8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclkod7FT4RgsP-5Jii9bfP4gMpOkw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39200),('AbFvOqk-kcHs-uqQ_FZA4oZqhS67bU3enisBE8XUKXm0x7PkanyqwYWzA3-qhkBm3jMs7W5cxMbfHQ','Everyone was extremely helpful and made the experience easy. Cody was great and answered all questions we had. We will definitely be coming back if needed!','2021-01-01 19:35:38.996000','2021-01-01 19:35:38.996000',5,'marissa trezza','https://lh3.googleusercontent.com/a-/AOh14GjLpMDXtMhgVsPtmzuvH9D-wM-CdhECdnU2-a8N=c0x00000000-cc-rp','2077061009497551125',44255),('AbFvOqk-lSqGOdlXtMv0u67hEbPxagkdOTtD6-almXAY3bUBp3qe6DYtOjlJKC3mqD4jH2xA6CO_Sg','I was very nervous to get my Covid-19 test, but Georgia really helped me calm down and made me laugh. She was super awesome, made the trip a lot less anxiety inducing. Definitely gonna come here again if I need to get tested!!','2020-11-12 03:25:22.360000','2020-11-12 03:25:22.360000',5,'Jordan Sterling','https://lh3.googleusercontent.com/a-/AOh14GhNJ2KKiE4OD6_RCnMx38qn_GnrkYu904Cp_QgR=c0x00000000-cc-rp','14748677429039074158',31371),('AbFvOqk-mX24IvMGmFamNowiPZH8SKAcynomgdMhYhUKnRQL2_6jqrNsgIIBsrjog9buXtNJ4cPlmA','My experience was wonderful! I brought my grandmother in and Registration Delicia Malveaux was fantastic! Nurse Jennifer was so sweet and kind! Doctor was outstanding! Overall amazing experience and the staff was just so professional.','2021-01-26 19:33:56.868000','2021-01-26 19:33:56.868000',5,'Maurine Fotso','https://lh3.googleusercontent.com/a-/AOh14GhcRCcgqHgwdojNLo8wmTmd2Gha-jn2oFha4aHjog=c0x00000000-cc-rp','8679688254631342173',44388),('AbFvOqk-N7KiL5aGULTew5k0WCP3e67w5bti6B7VwjsaadP46VYKfYKBNBcon7ViMxcY1MA6ligd','The staff was really nice and got me in and back quickly. Highly recommend!!','2020-10-27 02:33:08.239000','2020-10-27 02:33:08.239000',5,'Cassandra Gomez','https://lh3.googleusercontent.com/a-/AOh14GhfHrUFO7d98ed61wkVqEy2stn1fh5pt783iybd=c0x00000000-cc-rp','16590124370714063921',34101),('AbFvOqk-nPcV4ZotJLC9KItA-I716cegL4oa9keoCNhJPTqA7ec6WygPyRQ0VdCFNQ16TtC5j8YxQA','Gina is cool','2020-10-21 22:44:07.468000','2020-10-21 22:44:07.468000',5,'Andrew Deleon','https://lh5.googleusercontent.com/-MnLfI-z2lzw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckQZmelC7GK-nORQbZFHvqLzoHw5w/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30053),('AbFvOqk-NquAcXN0tWeL82E-3JTNgXscN06jcQ8s6oKuZVFKkb3lHLZBPuBHVnx-hy8suSLLIAvFJA','Great service. Very helpful and amazing stuff. Made me feel very comfortable with my visit. Highly recommended! Tanishia is awesome at the front desk. Very helpful','2018-11-26 09:48:09.696000','2018-11-26 09:48:09.696000',5,'Mandy B','https://lh3.googleusercontent.com/a-/AOh14GifMldvu3LfItE3hLeEoXIX92TgJ6PR1e9C7I527w=c0x00000000-cc-rp','17898197009688164559',38363),('AbFvOqk-ODy8ojOgnBlTxZjzkXouS7iJYK4fLiAAkKivJo53j2c1YK7z0ph7-OoNNmc-gCkz2ysmoQ','Wanted to share my wonderful experience while at Signature care, it was the best. Thanks to Jasmine, Jani, Marcus &Dr. Appiah','2019-05-28 16:03:16.596000','2019-05-28 16:03:16.596000',5,'iva guillory','https://lh4.googleusercontent.com/-3SqAepyZHXc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMJATDKk2z0HK2_EqaJl0fIcQWVw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqk-OFV-7nhlGssnaff_u0Itw3F5OmOk3jKMvbn0Kd8PyOHSsmvzs_hb2UcbVg_89OOJKacYVg','The whole staff here is amazing. From check in to discharge. April & Dr. Chowdhurry were so sweet & caring. There was so wait time to be seated & they provided us with snacks while we waited for our results. Very kid friendly...Extra TLC & attention for my daughter. I would highly recommend for anyone that needs covid testing or ER services.','2020-10-20 13:45:22.874000','2020-10-20 13:45:22.874000',5,'Carley Putman','https://lh3.googleusercontent.com/a-/AOh14GggV0BroUmJraMYiLZCO-VqgJvLBg26DqIr56Iz_Q=c0x00000000-cc-rp','14748677429039074158',31489),('AbFvOqk-OxEw76ymInJJHR_eanzDK-mU2AokF8niOuVMdSMZxWK6oZntHBFcsHt6LttDXMkGOdlh','The care was outstanding and I can see why now once I received the explanation of benefits from my insurance company. $19,000.00 for an hour and a half. CT Scan, dose of morphine and an EKG. Highway robbery.','2018-06-05 14:14:35.079000','2018-06-05 14:14:35.079000',1,'Mary Gibbons Rhodes','https://lh3.googleusercontent.com/a-/AOh14GiOlSYLh1yRUTHBBILmDBk17RrgaZo2hlsff7UYZg=c0x00000000-cc-rp','14567670160750071148',30830),('AbFvOqk-REOa2KfVZS-61_PmjPQkn4r0a8cDDKiK9vjpyWwTbNqRBiJ1zbHPnd9KeIWhmdUqheIP','This is the first time I feel right at home on an ER. Shoutout to April she is the best and so sweet.','2020-12-13 17:26:13.084000','2020-12-13 17:26:13.084000',5,'Mariana Vega','https://lh6.googleusercontent.com/-QcuTqOeT99M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl0FtGaX-rknl8Ik0Hol3dkXsnN4g/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31276),('AbFvOqk-rMH0-_0ZhB1fIkbmFQYJsocGYwf5G5_LAbZj5H50swMRLo08EIcqEwC01cGI0oIDdQlgkA','We walked in and Kim was so nice at the front desk! We got seated and only waited like five minutes before the nurse, Lucas, came and got us. The staff is super friendly and knowledgeable. The rooms are so nice and cozy and it’s so nice to not wait seven years at the hospital er around all the sicklings. Dr. Edwards was awesome, knowledgeable, and efficient. 10/10 always recommend. We love this place.','2020-02-28 16:36:26.148000','2020-02-28 16:36:26.148000',5,'Tyler Gilliam','https://lh3.googleusercontent.com/-m82pvt3aoWo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckgMjXjujJ6aZw4bkHI4EA2bvE0aA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39594),('AbFvOqk-RU6MNseqZyIpKE2gtCy7jI9p-LoW-ypE60mTxSsRGBbzKZEBVraNyi3bfpUI5QEy6exYIQ','Very fast, very simple. From the front desk, to the nursing staff, they all greeted me with a smile and were more than happy to serve me as a patient. Highly recommend!','2020-09-14 13:16:52.867000','2020-09-14 13:16:52.867000',5,'Wade Elkins','https://lh3.googleusercontent.com/a-/AOh14GgOg3nTKbxwBD8egoUWfXqTV5J-C_HAXc8AgiFgBg=c0x00000000-cc-rp','14748677429039074158',31670),('AbFvOqk-SJ4dIRqFjnOHjJLCnB7iyGj5b9_-JKjR8q8j8Sq51xwHUmY8hJCCR5EnLiLYAusUWEzFIg','My experience at this facilty has been one of the best I ever had. The staff is great. The doctors and nurses are attentive and very respectful. There is no wait and they are very thorough in finding the right treatment.','2020-02-06 21:27:48.295000','2020-02-06 21:27:48.295000',5,'TheBookKeeper18 Love','https://lh3.googleusercontent.com/a-/AOh14Gg_Zt2iim0O-3PdHKwyS5yU9qxdyej2Q1wZPUmJ4g=c0x00000000-cc-rp','14567670160750071148',30264),('AbFvOqk-sVAup__Oev0PWyHpIYFPi9MbCwXtIGlbmT3HTsKhzsMl6K6DyQrZ86vO8KK0S63MBK2M','In and out in less than an hour. Clean, courteous and professional staff. Dr. Wang is A-1 ! Great experience *****','2020-12-17 05:08:38.844000','2020-12-17 05:08:38.844000',5,'Alicia Gourdin','https://lh6.googleusercontent.com/-lXaJAtDDPh0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclK2jUO7wC3H7yhPc_xZQ-l9IIbjg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36486),('AbFvOqk-SvzVD-gVpnp7q40AXkBBnBfNi4F-qXI-pZFALQUHIwgYWcWNRQ6H_proDgooCrewTHx5og','Came in for COVID testing. Alvean and Rick and Dr Ortiz were super helpful. In and out quickly. Very pleasant experience.','2020-10-28 18:39:25.374000','2020-10-28 18:39:25.374000',5,'Paco McLaughlin','https://lh6.googleusercontent.com/-3Mj3oFAJdY4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclluNt_PsdLLIjtpXn55GpRqfV4jg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33047),('AbFvOqk-SY_5BnrKsFzZK5hQKwnI4-QMlGF4wIArcMBIFVI_Sx_PyslGWFdhlkZeOZLkLZ0nOIeZ','Anthony , Natalie , Angela and Dr. Pham we’re all great!','2019-01-26 22:44:07.518000','2019-01-26 22:44:07.518000',5,'ryan roden','https://lh6.googleusercontent.com/-CbTolhr2EIs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclOVTZHCC4wGJiX9a5gJSK_W6iIKg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35030),('AbFvOqk-T0QXD-yNp4h55pwJ4I5GZulKaKk2noSqNFPurbGiOKyFQYQZ-LW1RxEqfnMcJCGKd3GM','Dr Smith was quick and efficient. Lacy came in frequently to check on me. Valory was fast and friendly. I would definitely recommend this place to anyone I know','2020-10-21 20:25:05.266000','2020-10-21 20:25:05.266000',5,'Kaytlin Cooke','https://lh5.googleusercontent.com/-BwkeGvjIpkA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnebte1XnK_gN_MPde2bHlQKSiYlQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33116),('AbFvOqk-t3c_x-DgaRHJ74w42k8LewIPbJS8YyOa7dtTw8zK0I7eXTqR99h8QmQQquhNPgNyUgyT_Q','I brought my daughter here for a back injury and everyone was so great, attentive, and friendly. From Dr. Das making sure my daughter was ok with everything they were doing, to Jennifer our nurse was really awesome, protective and had great shoes, our X-ray tech Dion up from Houston helping making sure she was comfortable, to Anavel in registration that was very helpful and informative with our insurance. Everyone made sure both of us were comfortable and even offered snacks, water, and coffee. They really rocked it for us.','2020-03-09 02:06:28.790000','2020-03-09 02:06:28.790000',5,'Reagan Tennant','https://lh3.googleusercontent.com/a-/AOh14GhMm7jUuv5-DCNa1m0ICheOFQTnosQT3jxRRJI=c0x00000000-cc-rp','14748677429039074158',32117),('AbFvOqk-T3epFNit8PKcNjSWfQHakN22pj11RSh8ZfUIZNZy3TvSEvgPmP1wEiJHB0PxEJIkffCe3w',NULL,'2020-09-26 17:32:22.663000','2020-09-26 17:32:22.663000',5,'Quintanilla','https://lh3.googleusercontent.com/a-/AOh14GgEMCPggiZgIcL2mnAKjLtHAYtS2rxCyn8A3yZ3Nw=c0x00000000-cc-rp','14567670160750071148',30093),('AbFvOqk-TgqBtKuu4IJYMo9o6koO17S65tAcQrMdRlFUXFmumf1vZUEQZ3AkVMQSFP2Mz6cFA9KeoQ','Great experience! Kimberley, jacob, and JR treated my friend awesome.','2017-08-04 22:03:53.253000','2017-08-04 22:03:53.253000',5,'Jessica Ringstaff','https://lh5.googleusercontent.com/-FmAifSEyAfI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclSedd79KRI7bRBLjkgyhlZhVegcQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35412),('AbFvOqk-U2CqSARQg6ADCpTiJOurTjV9YXq2mGmRg1RXLpE5LIm-tft8mBGFfCsKAY_KUE_Qdnjxgg','Got sick anf was in from out if town so i had go in. Fast. No wait. Very sweet staff.','2018-02-04 00:07:47.278000','2018-02-04 00:07:47.278000',5,'Donielle Obregon','https://lh3.googleusercontent.com/a-/AOh14GhxKlmkDCLLaJPjA79Tl92d-FK_NaGm7kDATUF4=c0x00000000-cc-rp','14567670160750071148',30880),('AbFvOqk-u35uyNhFmuUGT-s0ZwJVFXbnqcbgQS8LGEcBCHGMqQ1p9wHNZ5AyaYOdgSDZr23_Tviz','Friendly staff, loved the nurse that helped me','2020-07-28 05:16:02.079000','2020-07-28 05:16:02.079000',5,'Maddy Martinez','https://lh3.googleusercontent.com/a-/AOh14GgXbL4r4iHDODOTsM2hWegShjAW-0-yy7KSSZ6kzg=c0x00000000-cc-rp','14748677429039074158',31844),('AbFvOqk-vjue1M-2hVSICqnvHQ20KtodlG_h_0uSFlx1gLhKRcwvwwD-RY6iWNqBqECVo4X7jGFoiQ',NULL,'2019-12-27 00:03:18.874000','2019-12-27 00:03:18.874000',5,'Michelle Key','https://lh6.googleusercontent.com/-LGRs_p_9dcE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckRDniThTl_VvMf24s7EW9-J0bcQw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42533),('AbFvOqk-VuVkoLeHyLHXumco1p5Y3uJzg8UBPUl4TYKRA1J6fTtZ4uBnUkYP9lITbRUvPIikuJ3ZAA','The staff was very friendly and I was taken care of immediately. I recommend this place to anyone that\'s in need of urgent help. No wait time . Wonderful experience.','2016-08-06 23:25:51.357000','2016-08-06 23:25:51.357000',5,'Diana Galarza','https://lh3.googleusercontent.com/-e93MRlFCsso/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckqABEqIhs_DEYQ98xN9Ngv8RqC9w/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32792),('AbFvOqk-WDkulzlFbe6FeXI48FCMJP8AlzMW8fhampG2hERiaxM8TfqpWRuj7p98xwcGdaNHwsdfeg','Awesome staff. Mercy is very welcoming and Agnes is the best nurse I\'ve ever had.','2017-09-10 16:58:58.933000','2017-09-10 16:58:58.933000',5,'Lilo de Paris','https://lh3.googleusercontent.com/a-/AOh14GgE4NvW2-sDYXzsEYlkwdcN3u8IRqPFeSUMWDupDA=c0x00000000-cc-rp','3511292162159714121',41022),('AbFvOqk-WzvzNWW7xGxXmwO4USPQBo9uXSIHqCdyLaecSGhhPqDUXyItuhOygGkMqIKi5fu4zb9P','The staff is excellent! Anthony Dr.Harjai JR Natalie. & Alexis were all very awesome!','2018-11-12 19:14:26.115000','2018-11-12 19:14:26.115000',5,'Jessica Townley','https://lh3.googleusercontent.com/a-/AOh14GiZftqR6TMCXmodVUutni564frJZxalM1cGgY5xdw=c0x00000000-cc-rp','16590124370714063921',35108),('AbFvOqk-X4onpMD_NI0eQQhTscHHUN-poG_reZIt_W-KrsUEDt9YkfYo6mCQp3YPrjzk4-c5cwM99g','Dr. Ybarra, nurse Blake, Rad tech Son Le and registration Delicia were all very accomodating. This was my first trip to the center. I went there as I was having chest pain and didnt want to go to the medical center and be caught up in the craziness. I researched this center and found they provide the same services and can do so without being involved in the medical center. I suggest you try this out if you dont want to wait - I didnt wait at all.','2020-01-31 15:07:33.720000','2020-01-31 15:07:33.720000',5,'Jim Lapsley','https://lh3.googleusercontent.com/a-/AOh14GgIKojk6jliQ-wHU5Gz3Wark6g2fXi7y22KYeoi=c0x00000000-cc-rp','8679688254631342173',42465),('AbFvOqk-xfbYDJxu1la1BrXfujzcx3Wp-WgPyeCw0inm9T7jHkMwgJaQHE3PnabRq5dXEi8DWIcSBg','The best ER hands down!\nEspecially the staff Dr. Golla, registration Keera nurse Selina!!!','2019-07-02 18:38:10.273000','2019-07-02 18:38:10.273000',5,'shadow','https://lh3.googleusercontent.com/a-/AOh14Gi5X2IPo86afK2p71BiAyCO7fmUZRSSGE9SB3afuw=c0x00000000-cc-rp','17394740196501090048',36743),('AbFvOqk-xwzVKWzN2sX1lQ2jybILK1QWGUXA8uJ46Z0jhK4mGs-mmDthFXX2dOhmUUbVXR3sMu81','I think the team did a great job. The treatment was much different that I thought it was going to be but extremely effective. They have an eager team that is looking to help solve any problem (Dr. Elsbecker, Adam, Shelly, Linda, and Jennifer). I would definitely go back if I have another issue and would recommend my family members to them as well.','2019-11-26 01:20:40.174000','2019-11-26 01:20:40.174000',5,'Matt Jachimiak','https://lh4.googleusercontent.com/-LR1pu7zTnc0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBWNxJPXci-B6S35H2-Ee2RwH-Ig/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36066),('AbFvOqk-xZJ0uVqwj1Az9oaPdLknJ34Nl6gXSSkamenbM3uNM8rfG1K9b0pDiNgk5PoXoILLNZp41w','They were absolutely wonderful. The staff was so warm and welcoming. Jani, Tricia, Jordan, and Ayesha were all so informative. I would 100% recommend to anyone seeking medical attention.','2019-10-18 19:57:47.989000','2019-10-18 19:57:47.989000',5,'Anyango','https://lh3.googleusercontent.com/a-/AOh14Gj1-PkK-9LbPSbwkz9OQ2ycobpZTIBH17sUieMBww=c0x00000000-cc-rp','16389487648212004696',33854),('AbFvOqk-ye-ofXZ3e7ml0KxD-YnyL6F4UxA_FrsozPcz5JdBbSFn1dtYTDWYWzfX5q2EV3lcNVUuvw','new facility, very clean. staff very friendly and professional.','2017-06-22 22:54:43.796000','2017-06-22 22:54:43.796000',5,'Yongjing Chang','https://lh3.googleusercontent.com/-jvL4RPE4qTs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckPndYIbQ_p2rvEOimAt3_2rIlFPQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32668),('AbFvOqk-yEkeYtDrj5cC8yDwIFi_tuSkncmsaNJsrOjo9ech-qa8MI6npcZ-LUkOhn2JiADI33B7Jg','I just had the worse experience with Signature care Bellarie location, I always go to Montrose location but this time I went to bellarie and it was a big mistake The front desk person was rude, I understand that visitors are not allow but be kind I have a newborn and that is why I bring her and my husband... I also told her that my insurance told me that I didn’t have to pay anything because it was a car accident and she was with attitude again telling me that she didn’t care what my insurance said and They have to get a deposit, I can pay but I have to asked bc what my insurance said so... in the moment I decide to go to Montrose location again!','2020-12-14 00:02:57.762000','2020-12-14 00:02:57.762000',1,'Andreina Chacon','https://lh3.googleusercontent.com/a-/AOh14GgqvnbEiCK5U1m5HJA5MnhV8_T9-6_tyTLeTXxn=c0x00000000-cc-rp','8679688254631342173',42243),('AbFvOqk-YhraRgEQMPO5TWzXcLPJdP21pDiIFbg9QG8I_GNMV2MBNKwRg73IWnhjJFmhdg6f5Akd','Be ready for wait 5 hrs to get the covid-19 Test.\nAt least !!!','2020-06-11 23:18:16.135000','2020-06-11 23:18:16.135000',1,'Jorge Daniel','https://lh5.googleusercontent.com/-BJ4S_cs4ZKU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucldQbf-3s05bX3mIOTf32y0R6C9OQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42375),('AbFvOqk-YXG0wlvhDUk_BO0IPJtCECcyyPyVd8SKSL3j69i-GJddlafC9YUQ6emofWvzbGoMxvem8g','Awesome experience!!! Friendly staff who CARE! Amy at the check in desk helped everyone who arrived with care and dignity! She even helped a couple who needed to locate another facility!! She was a rock star!','2019-11-17 23:52:26.364000','2019-11-17 23:52:26.364000',5,'Christi Rollins','https://lh3.googleusercontent.com/-b0DQq2QXDHU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmtfMeu-R_wB9Op0do-IljqPEQlXw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33722),('AbFvOqk-zM5owoWw9c9kcb1tHASNE4HInaHawqfZQqsx6IHLvAVnkxVC6bGxUeXaKJhQAE9VhvZQ1Q','Beautiful crew from the front to the back office. Very friendly staff. In and out! Just like that!!','2017-07-15 02:07:41.657000','2017-07-15 02:07:41.657000',5,'Carolyn Allen','https://lh3.googleusercontent.com/a-/AOh14GgC2Jp1gxGNV7dL-f_40JlSFaRXmmt8opwvKdZHOQ=c0x00000000-cc-rp','8918455867446117794',43499),('AbFvOqk0_9M04iMl6P2K463jaD9tiK2CgbHudSZZy6tyTsGNsQDkeGcXb149t_CnKMcHLo5dzu_v','Fast, attentive and friendly! Best Urgent care in Houston!','2019-09-18 14:38:59.204000','2019-09-18 14:38:59.204000',5,'Andi Aldridge','https://lh5.googleusercontent.com/-_OreKnOf3m0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucluyrbyol8wDylEby3GrctnQzC8sg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32426),('AbFvOqk00D9_mALQGQ4264kYFK7Mt8R9-RgOpXWBwxbqtdta0E2VrEbMHzhMtrEd1gAJaSZFnhM2-A','Amazing experience ! Keshawn , Dana , Dustin and Miguel thank you for y’all amazing work guys\nVery clean fast and good service!','2020-10-01 18:28:43.381000','2020-10-01 18:28:43.381000',5,'janeth tueme','https://lh3.googleusercontent.com/a-/AOh14GgQjSwLsU_4eC6-IID_gdlTnFZ1IMFyehtxe6Bn-Q=c0x00000000-cc-rp','14567670160750071148',30085),('AbFvOqk02awJJZwLTeqSOOz4UEJPlSB9m3rR9-ZJyOGzKwQNufGL5oV96k0HRU6WNgt89FwwbKYl','I had a great experience, everyone was so nice. The nurses Alvean and Marcus were amazing. Doctors Iheme was awesome as well.','2019-04-01 15:00:41.054000','2019-04-01 15:00:41.054000',5,'Adventures with LJ','https://lh3.googleusercontent.com/-9JvhpZeDVuI/AAAAAAAAAAI/AAAAAAAACdc/AMZuuclTV4SpGfvb5Qv70TRuE0l7jY323A/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqk03-XxZZSVPY4Pj5dTgvpkQr2EqArSKMZKW5qstXppi8Zw3a1LklDTm_-hs8_2qp-wifUf9A','Alaina (nurse) and Dr. Henderson were great!','2020-09-25 19:27:30.527000','2020-09-25 19:27:30.527000',5,'Brandi Young','https://lh5.googleusercontent.com/-eBvr3a3PQUQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckteui4MDHgoa8c7HZtwjEGPDaLcQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39513),('AbFvOqk03yf9rJUH1u_tHfPHDt0hYlSNojlgzxTAQ_NWPUpccucbXUKPaCR4ibxUwTGv7GuGV87AOA','Today was was my first time going here but the whole process was easy. Maya at registration was so friendly and check in was a breeze. Nurse Kristina and Doctor Patel explained everything carefully and addressed all my concerns. They made me feel at ease. I could not have asked for a better team to help me fight this terrible flu. Thanks everyone! :)','2020-01-26 01:06:45.304000','2020-01-26 01:06:45.304000',5,'Genesis Zepeda','https://lh3.googleusercontent.com/-iwsEbaVTjBk/AAAAAAAAAAI/AAAAAAAAAt8/AMZuucmwiKedZKoUTmV-eKnR7VXxACB9uw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28782),('AbFvOqk055SwKE8loMSpH1Iv9xsYMnEDgZF3y4xRjjAnv4apjCmqeya_l-h7St2O3DMDc4hoCQUp4A','Everyone we spoke with was kind and responsive, great care. Brad, JR, Itza, and Dr. Vakey were awesome!','2019-07-12 14:03:19.960000','2019-07-12 14:03:19.960000',5,'Kayla Powell','https://lh3.googleusercontent.com/a-/AOh14GgFgABaWMW0JaP2S9HKNRs7xqp616KkqXvehqC6lk0=c0x00000000-cc-rp-ba2','16590124370714063921',34767),('AbFvOqk07VHXEcMXvkjjtOaOaA242vbJNyqM1KnslrwDO5T0SidAEi2yFTejf3Bjn5lVSJNNhWy2Vg',NULL,'2019-02-08 23:03:56.558000','2019-02-08 23:03:56.558000',5,'Tamara Hickman','https://lh4.googleusercontent.com/-XbXI71TgzJk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck9qN6-5scfCbzcGfLKD2v0OJkZMw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42161),('AbFvOqk08T2wtZv71zFRlj58vHvjkuknY6IQ-7m6sdsb04Zm19ZS0m23jW5OrNDfJa2fF3wIHAsv_g','I love it, the snack were great and staff Amy Dr. Chukwuma, Kat and Fatima were great','2019-06-06 02:17:27.690000','2019-06-06 02:17:27.690000',5,'PATRICK ACKER','https://lh3.googleusercontent.com/a-/AOh14Gjcg18Q4grOpAnegJTJbbuoFJ3dn8XQ88BOPlvyzg=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqk0bCTmMP-hp0QKhukE796fUAlkRCtteIzUzt_RJdMkCYt61YteILc_3h9ahOJF6QQCoi_CYg','This was a very friendly atmosphere. The staff was very attentive and accommodating to myself and my kids . The facility was extremely clean. The facility also offered refreshments to everyone while you wait, without the vending machine price. The overall experience was grand if I have to compare. Most importantly I was able to make an appointment unheard of . Not, that it was even needed because the service was super quick. But it was definitely a great feature to be offered.','2018-01-24 16:48:30.266000','2018-01-24 16:48:30.266000',5,'Joycelyn Arnwine','https://lh6.googleusercontent.com/-f2Y5rQnrWpg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckmGF-iNcAGaIOulgCshI9h2bxw3A/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43423),('AbFvOqk0bdkWgXUJ73z8ksd8ik6pErholtW7NU9SGV0GpG2XKtl82LUdhToXkfQTyJN1lTechIp6',NULL,'2017-02-03 23:56:27.014000','2017-02-03 23:56:27.014000',5,'Jessy Bonds','https://lh5.googleusercontent.com/-AWbSiAI11Wg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmt4FUNht96sjOuthJQf3-bYoa1AQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31111),('AbFvOqk0bg6PqzBYEISdUXN4RDCg4iswKOadjot9XUP30rnY-flp43b9waLpZv59vjgHO6s9f90h1Q','I had a wonderful experience despite my illness. I would like to brag on Jennifer with registration, my nurse John & my physician Dr.Veloso for the prompt and professional care I received. I was well taken care of.','2018-12-05 01:02:46.658000','2018-12-05 01:02:46.658000',5,'lauren huff','https://lh5.googleusercontent.com/-2JJb2TUzH_0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck32Z8f2sbO7SCa1-9nfGVUd7uYvQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42221),('AbFvOqk0c0ujfIPRnQm6J9PiQtfuMr4zkwcsJKBmsAvDOp0vlcXnplaOb4IPBoOvWwzbMNDsYGo9','Great service !','2020-02-17 07:46:04.107000','2020-02-17 07:46:04.107000',5,'Viridiana Gonzalez','https://lh5.googleusercontent.com/-Dt8rqbc_9eM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclLx40OKb1DtaCm2WJDt1J59tJuBg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32342),('AbFvOqk0d18cRlflbFiEganjJgq5Yo9qsEcMEJ8iMtAuEIu9yW7kDZsgxOMHccDvbdTIjZ4Cp6RHpA','The service was great Jani, Marcus Patricia and aurora were great from beginning to end. No waiting.','2019-12-08 18:02:54.747000','2019-12-08 18:02:54.747000',5,'Teresa Davis','https://lh3.googleusercontent.com/a-/AOh14Gj6DZB-VC4MPH4w99mSpA9l2nNMH6hW60PLSbA9eQ=c0x00000000-cc-rp','16389487648212004696',33623),('AbFvOqk0dwp7uMjk9iq_2jKA3-50NbU3O6wPZPCqdo9qncJMZGQWJSExbiV-Hmy4-gls8e2fZnRN7g','Kristal was very helpful! Dr was great.','2019-02-05 14:47:05.955000','2019-02-05 14:47:05.955000',5,'Jakob Hulcy','https://lh5.googleusercontent.com/-q3zDQLf0exU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn1ud1gL4WM4pphWh3cyI-HXjF4Zw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29910),('AbFvOqk0e7LXhHBQuxBSF0orPekF0XySkXaUF5O4ubgXO4JzAetlrlu4CckFI3QCCnW7zmX6w0bAwA','Took my husband here on New Years day and I was thoroughly impressed. The facility was very clean. There was a complementary coffee bar offering coffee, water, beverages and snacks. The staff was extremely friendly and prompt. Dr Appiah was attentive and thorough in his explanation of the process and his medical opinion. I highly recommend this ER!','2020-01-02 17:42:47.483000','2020-01-02 17:42:47.483000',5,'Rhonda Caldwell','https://lh3.googleusercontent.com/a-/AOh14GillUi5kQwQnCQLM5t0qShp3WccsAiTnUtA_YSU=c0x00000000-cc-rp','16389487648212004696',33552),('AbFvOqk0EqTEszF4zeF2WMHjTG9VVFsk2pNEHlMSDbiCTqRu7QZUxCMR2lQSn_z2ExD9M0UzDw7-Cw','Staff was very friendly and took great care of me in my time of need. By far the best place I’ve been seen locally.','2019-08-07 18:57:37.570000','2019-08-07 18:57:37.570000',5,'Dorian Brown','https://lh3.googleusercontent.com/-o3IEdgwOvg4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmFOt5umWJ9MFXyJHRhuuGAxS7iEQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39287),('AbFvOqk0evnttARzpWkLSC4Ca37iuJLt5h-OViLn_Rjs8r57o4fZfTexE25dkKB3Rlr1Qth6FGtIQw',NULL,'2019-04-01 18:15:47.754000','2019-04-01 18:15:47.754000',4,'Alexa Bazzano','https://lh3.googleusercontent.com/-Oka-uP4EW-0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmaL4Ac5GFkdRKxiqUhVDHFMG5ebw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38229),('AbFvOqk0f6e5NBVTn4Qx5aSDcy_y3n-IcU2e2ArYxMj-U9B5qttb8pmIszeNuthVb9jDWqNdsYUl','Nurse Katy was amazing','2020-12-26 17:29:43.162000','2020-12-26 17:29:43.162000',5,'weldon wilson','https://lh3.googleusercontent.com/--9Y8u_OvApU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmSm7Xe-ek5CGNAHDnwPO4PhXfoEQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43896),('AbFvOqk0finviRCxErv4lFfZwh9x7g36cCZoIwFgF8H4H9kwUkT-pCJx8TsTtjS9-bEMTeCQyXqdEg','Very helpful and nice. Took good care of me ASAP. No wait!','2019-10-16 17:29:14.457000','2019-10-16 17:29:14.457000',5,'Sebastian Rodriguez','https://lh3.googleusercontent.com/a-/AOh14Gg3e8KTdV803R5yrbHKeXufC_0y7jVBjGYA_TzIbTU=c0x00000000-cc-rp','3511292162159714121',40399),('AbFvOqk0Gd6AQ6kMpl2wmXk1yhkRJbH6oDCA6CU9VDtp24cMtjA83RdtLXCLiFhs0Rzj-KAiFvoU2w','Signature Care got me and got me out!!! Fastest ER service ever!! Anthony, Rebecca, and Kimball all very informative!! Thank You!!','2019-06-17 23:08:07.655000','2019-06-17 23:08:07.655000',5,'kimmycakez95','https://lh4.googleusercontent.com/-wG2Mqd5UMa0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmhZYfvxLBEjiglHmxIYTofmvA-yw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34812),('AbFvOqk0GPdtxK5-TIMsMCeXVJhoOZZ_L8Jr4esMAmc2be7VAZfaS5zSg3xAT4TqmPk1h3rhS2bI',NULL,'2019-12-09 03:04:37.169000','2019-12-09 03:04:37.169000',5,'Emmanuel Ibarra','https://lh6.googleusercontent.com/-WRP67sBzi1U/AAAAAAAAAAI/AAAAAAAAAC4/AMZuuclq0VdmLZjguWG7QesYChFQzkkPUA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30401),('AbFvOqk0GUHzxJ-HPLc4xsjhJhQ7mbEDXQPcMZUnalPWmrt27m8p-WxqPy8JXgpt1vvZ1La0ME99','Patricia, Alvean, Marcus\nThey took good care of me while I was here','2020-01-15 23:37:32.239000','2020-01-15 23:37:32.239000',5,'ZAYY_ YT','https://lh3.googleusercontent.com/a-/AOh14GhBwsY3Kh2troFEJQrgGP1Ag9Z3ZhfrbeJJOAEU=c0x00000000-cc-rp','16389487648212004696',33502),('AbFvOqk0iPbbcx8HUQTKvtjbz-ptC4c7qsC10J1dIC17C5aA0Hc2Yk-pY8rYu7oS1NA2nTi8tcB54Q','Skittles \" Sir Thomas \" doesn\'t know how to do math. They only have one nurse and one doctor on duty according to the security guard that was sleeping at the door! If you want a to get covid tested it is pointless to make an appointment because they still make you wait and you have to wait outside in the heat and sick! Like they have no system for the testing or for covid period! Worse place to go to staff is very unorganized! If I could give no stars I would but I couldn\'t!','2020-07-12 05:11:37.972000','2020-07-12 05:11:37.972000',1,'Michelle Spivey','https://lh6.googleusercontent.com/-OAzJMBY1tQ4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmKYWWKCqvtsZ7CIETcZzCNWIDPVw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33205),('AbFvOqk0Iq_AuhKHD8SpLFHYfkY2VnGrJjf9rOJNjlqLIIXDd4vA3ggJW6hFdanXPCQQV0Awp80jkA',NULL,'2020-07-07 01:44:57.805000','2020-07-07 01:44:57.805000',1,'david escalante','https://lh5.googleusercontent.com/-jlC_oT_CGEQ/AAAAAAAAAAI/AAAAAAAAAqM/AMZuucmymSKpt7RLR5LLT6R3KMtScnukfQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42361),('AbFvOqk0iQwNniRGOD7cTnElM0apIu5IXEiDEyXnQAbexanzxczYaJ43OKLw78ww6F5n4PRQs8Yq','The service was very helpful and thanks to olivia and dr sylvester for going above and beyond.','2018-08-07 15:43:23.761000','2018-08-07 15:43:23.761000',5,'Grayson Pupelis-Sprott','https://lh6.googleusercontent.com/-dOpk95lwXC0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCzuCUc0V7IGC19RsAQx_LLU02Sg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40890),('AbFvOqk0iTp0QYFTyJ1LTQCpensUJO17GueXjlT4xRi1Jyk36-xA4MEA0YW-6ij_Dd4NmN14Xy5qeQ','Wonderful place to go for emergent care! Dr Yost, Brandi, Mollie, Tracy, Mandi, Carla and Courtney were amazing and very nice and caring for my son!','2020-12-26 19:08:53.574000','2020-12-26 19:08:53.574000',5,'Tyler Johnson','https://lh3.googleusercontent.com/-Zvm8NgeVFPc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclgPIwkt-y-o-4_tH1Y-9L8XzQlEQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43888),('AbFvOqk0jbYzZH_E9EP0VDJ0vOfU763VdWldM_XF65m2XoD_TeZYEXwleL5ZByt2VxQNrrHA0Fof','Went to have my ribs checked out and got great service. They give plenty of information and lots of help','2019-10-17 23:30:30.010000','2019-10-17 23:30:30.010000',5,'Landon cajun','https://lh3.googleusercontent.com/a-/AOh14GgsRN9kfYusw7byaI7HBz1wIKlJzNg8hYABLxbZjg=c0x00000000-cc-rp-ba2','16389487648212004696',33858),('AbFvOqk0js_OwldgcIE2PeprfTuRlQrvb_AXG_CHMODwv15OW51GYr6Zi27j5UNomXS65W4d7DZP_g','Everyone here is super nice and thorough especially the people who took care of me, Alvean and Brian. Highly recommended','2020-01-21 16:01:02.635000','2020-01-21 16:01:02.635000',5,'Vohzi','https://lh3.googleusercontent.com/a-/AOh14GioR-0GwkfSKWVCAPXCsYhoDSsHHwLsiK00B809=c0x00000000-cc-rp','16389487648212004696',33480),('AbFvOqk0K_t_ZnMb_3fZRU8JvIpqaC5XA0AtmvXRzIEUbwTIvLBVBAmwo8_o_RQ-rUjgsU2eGQDE','Megan and Townsend were extremely kind and friendly during my visit','2020-11-24 19:13:33.434000','2020-11-24 19:13:33.434000',5,'Nicole Curcio','https://lh3.googleusercontent.com/a-/AOh14GjAHHWn-8lf3iIPHP_xmJ3gLTIUMedbQkyDzCuNWg=c0x00000000-cc-rp','16891069708558046635',35554),('AbFvOqk0kS_-UGjXQQeeyy6okb38minlg-MxnrRL1XV4ulGTMsKSsjjHsbqwz2PBhNmO_FUC8UxV0A','Luke the RN, Kim Regis, and Sherri RT were all awsome!! Highly recommend. Excellent care!!','2019-05-28 20:28:31.915000','2019-05-28 20:28:31.915000',5,'Jay Byrge','https://lh6.googleusercontent.com/-2x_X88imuCg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-Myt2Fn_fJQeXMfe9GJDzK5MaHQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39862),('AbFvOqk0lf-BKYINZoYfKV7QDLGYeOlMEMDoQ2-R5TWUd2p1hN3JyK4efvR8FkQPaYwM6khMRFa3GQ','I felt very safe here and listened to when I was feeling very ill. everyone is super nice and friendly and I\'m glad I chose this location!','2020-12-03 14:26:32.349000','2020-12-03 14:26:32.349000',5,'Meredith Roberts','https://lh3.googleusercontent.com/a-/AOh14Gj7L-bqrFMjafmxVV93wOQJRnorHGlfhcBl1ppB=c0x00000000-cc-rp','2077061009497551125',38404),('AbFvOqk0lreKqBcHAJIf_oeFIkbku1HXqT9sXzHAKtpoC4InBu8nHmVd2GW5Yy61dDqyGZng9fssFA','In Less Than 2 Minutes They Took My Payment, and 2 hrs later im waiting on them to swab my nose......they Finally wiped my nose, but its now 3 hrs in. Thank You for Waisting my time! Also please try and sanitize everything, there is dirt everywhere! Sooo obvious they don\'t sanitize here.','2020-12-11 19:00:39.937000','2020-12-11 19:00:39.937000',1,'TrvpLordAngel','https://lh3.googleusercontent.com/a-/AOh14GhhnR4fv7aN48yNMm91k2q5yli3JCzWtIjfaxc4cA=c0x00000000-cc-rp','6521947413723274945',41264),('AbFvOqk0mHr_AuGVNZr1XAJJyeY2bIgn19bu08zl-YeSoq6JWEGAEbDbcWWLT-4mZllWcp_KtW3RMQ',NULL,'2017-07-31 05:20:46.271000','2017-07-31 05:20:46.271000',5,'Ramondo Johnson','https://lh3.googleusercontent.com/a-/AOh14GgvOGZ9sR5m6rFZ4UALyeGWe0huAH976XBI5n85XA=c0x00000000-cc-rp','17394740196501090048',37109),('AbFvOqk0NpNtfZwXSd6KDD2e-Xx-_K5itGWpG1A4qIvrGvYRlEhUb4WeZo6gfLqfhkHErN3myFdtRg','I went to the ER with my boyfriend, and the receptionist Dee was very kind and made me feel very welcome','2020-11-16 01:06:11.515000','2020-11-16 01:06:11.515000',5,'melissa lugo','https://lh3.googleusercontent.com/a-/AOh14Gg4PZVLfBybP3TOkRaq2FQRY1NPoEIMOlKOJ5zuwA=c0x00000000-cc-rp','12541597562633926366',28456),('AbFvOqk0Ok-akqhmHwq7WImvwpVKDr9eKaRoR7mDNQrR5jh-79CruNXuLhEOJKebmbGV7Mly0LaS',NULL,'2020-01-31 16:18:19.255000','2020-01-31 16:18:19.255000',5,'Kingsley Cummings','https://lh3.googleusercontent.com/a-/AOh14GjPYMfmThZAsYiKGkgfA2OpOo7E8tmTXeyVECB7=c0x00000000-cc-rp','3272657195432704501',39656),('AbFvOqk0oLHbGEckoBOs1Y9jJ-_CFr_DLtnWaE2phmRGomDUhhmL2-efH8AUcjitYRrlgzz4S38urQ','It was very comforting that I got in and I got out and my problem was taken care of','2017-11-27 07:06:41.567000','2017-11-27 07:06:41.567000',5,'Hadiya Ogunnaike','https://lh3.googleusercontent.com/a-/AOh14GjOGdDreI3R0xAOk-rwxujP0_vyLBgpxCUc6SA5xRo=c0x00000000-cc-rp-ba3','17394740196501090048',37029),('AbFvOqk0oPxM9_K24CACj_amN221r75jcAFuJvHUdMXcQTWBX3T18pk6gzhQLkgxIHt53tjW8M9yjA','Very nice staff thank you Jennifer and Josh','2021-01-22 21:06:10.932000','2021-01-22 21:06:10.932000',5,'W Wright','https://lh5.googleusercontent.com/--I5kQsj8wSw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclM_sNzkcywjxfUTU2B6mToGe2HcA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44603),('AbFvOqk0P3ROw8JTtc4HqM7zDRp5aZPCv2_skR_bXW9KzPZSPIX0RhPJ0O2qxd4awn6qt4P9ZQhuhQ',NULL,'2020-10-30 07:09:22.939000','2020-10-30 07:09:22.939000',5,'Sergio Helguera','https://lh5.googleusercontent.com/--h6d6dhGPJ0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn635QzOXXCY2sufsBhne3BcHNXAQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41280),('AbFvOqk0pozc9_sM69dRKsmvxQdDhPwvamfOKNLd1Py8X7BM6zc7xBhKUTqTQrf3sQtLSNf6FeLETQ','Everyone at Signature Care Cypress we’re extremely helpful\nPatricia C & Alvean A','2019-12-26 21:48:47.820000','2019-12-26 21:48:47.820000',5,'Lauren Smith','https://lh3.googleusercontent.com/a-/AOh14GgwO0lKxOomKqOpsvfRetjUq0yhPlNdQYjC2Oa8=c0x00000000-cc-rp','16389487648212004696',33570),('AbFvOqk0pTeYGDEY8K8SoTGG4AzLhPDMBUS5ZLLIv14iHjKsJhAJfieNcBSXVIou480XYyw7LagRhQ','Great experience at this place! The staff was kind and prompt to assist, with clear attention to safety and COVID-19 protocols.','2020-07-21 03:51:43.670000','2020-07-21 03:51:43.670000',5,'Dallas C','https://lh3.googleusercontent.com/a-/AOh14GhiXGzTYU5TR1lO3ulkmMVFG7Wo5bl0mDi_KLkKhg=c0x00000000-cc-rp-ba4','14748677429039074158',31918),('AbFvOqk0Q77YkRR1q24Rxu9OHELkwQnzQv_aQd2QG9X6oRFzK_MIiHIEpv8pcU8pbOMyMA8uHwBR','I absolutely LOVE signature cares atmosphere. 100% recommend. Especially visit Lucas, Kim, and Sherri!!','2019-07-23 17:27:57.044000','2019-07-23 17:27:57.044000',5,'Zoe Lovelis','https://lh6.googleusercontent.com/-ZipyVi8k4kY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclLOeXdyUiLrnchy0qpF-l8lrXfKw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39841),('AbFvOqk0r_ZacZUc0BQn94KnIz-PKJUCeVD6FbAok7ioVifcN_kTi1Aj_T9gGTvCKb9rgWAuh0LQmA','Great experience, fast and efficient. My son had allergic reaction to medication and they got him right in and started medication to stop his reaction. And found that he has a kidney stone and started to treat that. Thank God Signature Care was so close and the awesome and caring staff and Dr Patel where there.','2018-04-19 02:02:22.329000','2018-04-19 02:02:22.329000',5,'Diane Karen','https://lh3.googleusercontent.com/-I5Zc5c2yPTU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm11zBvP0GglXCuHDGbNNZTqWxthw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36961),('AbFvOqk0rzgSKt_Bciw9VKA10Pnf3YWjr815X-3mkzPvl_3xdSMB2kYv-Az00fMLIxHwbN-nihsE','If we didn\'t have to wait 7+hrs to get seen, I would have rated 5 stars. Most of the staff were extremely nice and offered snacks to patients and as busy as they were, they had lots of patience and maintained everything under control. Thank you!','2020-06-30 14:15:23.256000','2020-06-30 14:15:23.256000',4,'Jacqueline Banda','https://lh3.googleusercontent.com/a-/AOh14GhttG-9CbK2YtFs_BuAjq3XHERachTvZdZ7qlg8Eg=c0x00000000-cc-rp','3272657195432704501',39545),('AbFvOqk0sYeKZb99R40E5ZDvSd3mNRi69DaQbV86YJZ566Nbk1u2L1WH20HOqUAeXu_qv2T2wJNmiA','Amy is an excellent receptionist. Dr. Wren and I became real close real fast. There were smiles and tears had. Though the tears were mine. šŸ˜…','2019-04-21 06:30:36.729000','2019-04-21 06:30:36.729000',5,'Eidyn Gloria','https://lh3.googleusercontent.com/a-/AOh14GgFtAYOYFLypGWT2GnZzcDLtzNNAuernaVUFXBX=c0x00000000-cc-rp-ba3','3511292162159714121',40594),('AbFvOqk0syFvuhAMaGfUCbG5S31lM9rKyMDSc7-g81uqh8IYnyX9WHC108s7ALUw62BUx6Y_BmRvEA','Everyone did a great job keeping me relaxed while they worked on my finger. Irving, Holley and Lisa were very helpful and let my mind off the pain! Highly recommend.','2019-09-29 02:53:47.926000','2019-09-29 02:53:47.926000',5,'Amanda Norris','https://lh3.googleusercontent.com/a-/AOh14GgZvUjUXg0azZ-83FGzj9bgME_SIa8lXMPd4MM0iQ=c0x00000000-cc-rp','12541597562633926366',29008),('AbFvOqk0t6tOZTeA19E1CV9G1unEzSBpe6Shpx4dLPHyv1l9g6yU7_P2C5yccgadlao01oCAtsNNgQ','The staff here at Signature Care Emergency Center are very caring. I had the pleasure of being taken care of by Nurse Heather. Thanks guys you made my trip to the ER a breeze.','2020-10-29 20:27:12.430000','2020-10-29 20:27:12.430000',5,'mystic-deity_yt','https://lh3.googleusercontent.com/a-/AOh14GhtU0ezy-GZs9l9uqsWm3frAw3OVeW0XsOUH5kM=c0x00000000-cc-rp','16389487648212004696',33040),('AbFvOqk0TPXyYTD3djcjjC7QRYk5M4It8uAdFAqClQLW9U71yQele4kUqnn87TE8lBUnXqmhawmP','Beautiful and very helpful and i cant ask for any place better for hands on care.','2019-06-24 03:36:24.124000','2019-06-24 03:36:24.124000',5,'Alexander Gates','https://lh3.googleusercontent.com/--OQA7avz8Bo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl5lyffNfTGVksBIRnOeGkVipxZUw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39319),('AbFvOqk0u63D_eITzFZxeE5Z6c1ArUw5lWqndsgOjTReRfsZVmSSBVk21AFKDlPsZsbp8eik6N9z9Q','Came in at 2 in the morning because of swelling in the finger and was treated so kindly from Gabriel, Christine, Landon Sandy and Dr. Elsbecker! I usually have a lot of anxiety coming to the doctor but they made me very comfortable! Thank y’all!','2020-11-13 09:43:20.323000','2020-11-13 09:43:20.323000',5,'Hayden Roach','https://lh3.googleusercontent.com/a-/AOh14Gh_Gq4dAWfqVk0eUihSV0mVr_ydFq8-eTT7vvv5Gw=c0x00000000-cc-rp','16891069708558046635',35594),('AbFvOqk0UgKcZhcpgEaYYPvxdCTQKTE4EqN8aYv5i5AMGzEqAhBexivjzoPtMclYts3UJ5Qs_2Vw','We had such an great & easy experience here! We walked right in & were seen within 5 min. My son had a sore throat & Chelsea & Clay were awesome! They talked us through the entire process to have him tested for COVID & strep. Got results back in 20 min.','2020-10-24 16:13:48.146000','2020-10-24 16:13:48.146000',5,'Jen Smith','https://lh3.googleusercontent.com/a-/AOh14Ggs4yQItvnY1udSoTi0rSblSi5ted_OkxIgybuYkA=c0x00000000-cc-rp','16891069708558046635',35679),('AbFvOqk0Uh22gZooVau_emsqm1qO2WxXpzyjQN72y6kG0Ut3D8L4Hvp3g7MUouCTrtAXD0OMCfbhWQ',NULL,'2020-12-21 15:27:48.393000','2020-12-21 15:27:48.393000',5,'Kevin Combs','https://lh6.googleusercontent.com/-3AKP3deKOQQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclFQk2bedRV--tQeD-kI0MPE8TG7w/c0x00000000-cc-rp/photo.jpg','13486358490203335051',43537),('AbFvOqk0UPbKibJArKy3-HugVZRLRQ_8gx5sTteqXEgtLrN9c-aFC45X6wziA7YlgGmLkRp_2A7lqg','Everyone was super friendly and nice. We received great care. Would definitely recommend! Nurse Kim and Dr. Appiah were great and reception was very quick.','2019-07-31 05:48:37.531000','2019-07-31 05:48:37.531000',5,'Krystle Vodron','https://lh6.googleusercontent.com/-5CgD89C-ta4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmHMu8Cu4xnC23lWOFSCof36dCQwQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29716),('AbFvOqk0UT-45QPx_3eM-FuEdVTNHl1-w1pff_iBs6FkSSagYidYe0P58LuDs1FiU-9lpRWw9yf9Zg','I have an appointment at 12 am, and I still have to wait in line. I still did not fill up any paper work I was asking the guard if I can have the paper work and fill it up mind as well to lessen the time inside but he said no and once you come inside they give it to you. I was asking him if there is an emergency inside because it will be understndable if there is but he said just wait outside. It\'s useless to make appointment and because the appointment that you are signing in is for 10 people. Plus one of your costumer service hang up on me while telling her that I\'m not the only one that have an appointment at 12. She is instructing me to go inside while the guard is saying to wait outside. If your costumer care service cant handle questions they should not be there working. This is in cypress creek location. I\'m giving 3 for the super nice front desk.','2020-07-10 13:37:30.867000','2020-07-10 13:37:30.867000',3,'Cynthia Samson','https://lh3.googleusercontent.com/a-/AOh14GgikczEaYB56tpsXJj9N9nwYeNM6cK82lVAriGWjg=c0x00000000-cc-rp-ba2','16389487648212004696',33210),('AbFvOqk0Vvku3b-w_LQaUCv-S7gqOunekhA2NUr48_jre-vFBNMCQkVlLwzOb7rwPuaOyqjNaCH4Mw','Signature Care in Louisville was great! They made me feel very welcome and comfortable. Steve, Dustin, Gary, Martha, Dr. Straface, and especially Georgia were absolutely amazing!! Highly recommend!','2020-09-03 04:53:55.899000','2020-09-03 04:53:55.899000',5,'Delaney Case','https://lh3.googleusercontent.com/a-/AOh14GgritUo80TPW0_7wJkk-V2qdZMu-yzMsmySPLvv-A=c0x00000000-cc-rp','14748677429039074158',31712),('AbFvOqk0VzR6xPS9y9oMbOhQF_mXDXxq-n-xv5AjRtmvWQOOs2sZLba2UBbkujXt46y4tAKGIp_axA','Great staff everyone so nice treated my burn right away thank y’all so much','2018-08-12 14:02:18.637000','2018-08-12 14:02:18.637000',5,'Lego Midgit','https://lh4.googleusercontent.com/-ORM2-mTNLhs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclex0-OidMlc5fnURQjwm04v5x6Wg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40862),('AbFvOqk0w-u3OSqIbSQintXURHaR5eST2ijpu8hJsUlD2c_RxGdK3VAewqJyLGXyEPsP0u-4N-ZoAA','Gabe and Chelsey were amazing! Seriously great care and easy to get in out.','2019-12-06 04:21:51.888000','2019-12-06 04:21:51.888000',5,'Clark Oberembt','https://lh4.googleusercontent.com/-f4fJc86iVug/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1NW3_UQ78_ErURi0kh6XW7TWZng/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36057),('AbFvOqk0X6HNmc_RHf7wCMlSEMAKVaJ2q6Av00Y4kaAOm4LDIkfoY2C8lvcxxh1nUyzqO-e4na6C','They told my mother she didnt have an emergency they saw how dizzy she was didnt even touch her the nurses including doctor stood on opposite side of the room and asked my mom questions for me to translate so they could rule out what was important or not after asking a million questions they deemed it wasnt an emergency and asked for 2,000 dollars on the spot just to give her blood work and get her hydrated ... well it turns out she was about to have appendicitis her appendix was going to burst had i listenened to what the doctors and nurses told me my mother would not have been here alove and well only after i brought her back home did she continue to complain about her dizziness and later around 2 am woke from the pain of her appendix having slit open i will NEVER trust this ER place they did not care for someone who was dizzy and pale didnt deem a necessary emergency very unprofessional very dissatisfied don\'t go here if you dont want to get lied to and be forced to pay money','2017-05-14 22:04:06.586000','2017-05-14 22:04:06.586000',1,'Kevyn Gonzales','https://lh3.googleusercontent.com/a-/AOh14GiYYgylGvbDwOuUvusR-WfcjhxpMwd3xyxn9sKa=c0x00000000-cc-rp','17394740196501090048',37154),('AbFvOqk0x70ZzoHOk62WiAk72Ton2sFOvzkLGly1iHHJ0eEtjP2fHeKgNyzWWm9cJk0Qzd7qWIU0','WOW We finally have an emergency center that I HIGHLY RECOMMEND!\nI walked into the Odessa Neighbors Emergency Center Saturday night.. around 8pm.. was taken care of and out within an hour! Amazing Customer Service from EVERYONE... the Dr. was VERY informative and helpful... THANK YOU NEIGHBORS!!!! GLAD YOU ARE HERE','2016-05-02 20:48:16.143000','2016-05-02 20:48:16.143000',5,'Denise Hanson','https://lh3.googleusercontent.com/a-/AOh14Gj6N4sgmOoN7c7TmiwofnN_UFJxscwj4SyAeRvx1w=c0x00000000-cc-rp','13486358490203335051',29977),('AbFvOqk0xE1FebNaiwp3OxhmyuzJsS_EeP1PkDzWchz_VqUJJxUQn7Rlt6Jjq_EhRRLATVxr6ylR1A','Very quick and friendly service','2019-01-17 20:38:05.309000','2019-01-17 20:38:05.309000',5,'karina Hudson','https://lh3.googleusercontent.com/-fLTDvTJcR1o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCSe6c9uwxP2bHUjUHz-yP0Y4CJA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30623),('AbFvOqk0xqrCABIh7d461YeTIAnyrrQZmIawA0l22DGQtltbHQ10XbXYaNI4niUlv_6NLcnqjnYLaQ','The staff is incredibly thorough and kind. The care received here is excellent. I recommend this place to anyone!','2019-02-02 04:23:51.622000','2019-02-02 04:23:51.622000',5,'Zoe Tenenbaum','https://lh3.googleusercontent.com/-wTBK_v6SLgs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhzo2zfYD9QG99TxzWLkfuOrh90A/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40658),('AbFvOqk0xWZTmQEJVhZhTlCNbUaVMbpBKsRe54X7rurUmt09M6cZcXULx_wcRr6txbECQ0blXKk0Gg','We’ve used this clinic on 4 separate occasions for my family. Each time has been great. Their care and efficiency have been tremendously appreciated. After all, the need to use their services are rarely a ā€œscheduledā€ or planned event. Very pleased with them and I highly recommend their services.','2019-02-17 17:00:33.129000','2019-02-17 17:00:33.129000',5,'stephen nelms','https://lh4.googleusercontent.com/-N9-FTJg_DsM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnPUuyjQLt8_ha3Z0FaKjSAMzrptg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30605),('AbFvOqk0ytIvYqE816m-262AdJd4ladMzdF050zno0nISKWqW7POaw0aCjY_q3yf-GVHcvHTu33Y','This place is amazing! The staff was nice and the doctor was super friendly. I was back in a room before I was finished filling out the registration paperwork. The entire time I was there, walking in to walking out, was less than an hour. That’s great when you feel awful. Thank you for helping me out!','2020-07-05 00:44:07.225000','2020-07-05 00:44:07.225000',5,'Stacey Marquez','https://lh4.googleusercontent.com/-dZob4vziAlI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckrdA3sWCfRz0tG6_0GlpYQpnUdHA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41379),('AbFvOqk0ZC_IK8olqV2vgCfd3Ak7tAutur3Hb5e1I61FPZwQBIIbbi3fJa5IGGGfnfsheonFXXlt',NULL,'2019-06-24 22:00:28.098000','2019-06-24 22:00:28.098000',5,'Juan Castillo','https://lh6.googleusercontent.com/-dp85kQSV6zc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn543FUEXvyDMIuFslaopzoAadjlQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29767),('AbFvOqk0ZQTlsHFrtMNKHWMf3FaFCpYdSSdR0gpaa80Gt1K_TNvMKzpjGGVmaSgMcTXJVR6S697Vlg','I was just discharged from SignatureCare Emergency Center Montrose. I wanted to publicly take a minute not only to suggest the center for anyone in need, but to thank the Doctors, Nurses and Staff. I was suffering from a previous rib injury and was violently hit today on the Lacrosse field. I was in severe pain, having trouble breathing and speaking. Keep in mind I am the polar opposite of a whimp. the second I walked through the doors at SignatureCare I was welcomed by an Incredibly friendly and professional receptionist. From then on the Nurses and Doctors took care of me as if they had known me for years. Long story short, go to SignatureCare if you are sick or injured. Two thumbs up, five stars and many thanks to the Staff.','2016-03-14 01:39:03.895000','2016-03-14 01:39:03.895000',5,'G. Smith','https://lh4.googleusercontent.com/-Mzy-w8Fuzyg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6duB3e4A-8675JN0VkSMaGAQ1uQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41250),('AbFvOqk1-oT28oA3PgOSOCZIxqCoUVkTx_i03kwv3Gs2ZKeJIYoDAhQOw_xXUaq0a7-Zot7fAkAM','The staff is beyond amazing! Ms. Sibienne has very good customer service, she explain the process and make sure you are taken care of from the beginning until the end. I visited this specific location 3 times and they never seem to let me down. I will definitely refer my family and friends to Signature Care!','2019-02-08 05:00:50.325000','2019-02-08 05:00:50.325000',5,'Ashley Francis','https://lh3.googleusercontent.com/-24gDP_L1JYU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnb7pTDKHxdzcQ3y6MW1nwrDJiKBQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43308),('AbFvOqk12cx7EgmnHr8GJLVI1w4h_9qleta-KHKDbrVeL-n3bVzDUByonS0nTMzCyXgRaq0BJ__8wQ','All the workers made this visit such a pleasant experience! Everyone has been so kind and welcoming and conversational and understanding from the receptionists to the nurses to the doctor! Would definitely recommend, 10/10! The receptionists Trayce D and Julesia H were great! As well as Nurse Nicole!','2020-11-24 16:06:24.942000','2020-11-24 16:06:24.942000',5,'Tia Johnson','https://lh3.googleusercontent.com/-hQHGq2nfE8M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnrsFdopl6PaFWhhLukc7wybK018A/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42820),('AbFvOqk12s-noXOwi5r30k3oF5GtXTO1hBoEuyxtX6Gk3m2DJtPM2TcMlTzwRorcInxwXVAM8sBLPQ','I would definitely recommend this place to family and friends šŸ‘šŸ½','2017-08-02 18:07:55.096000','2017-08-02 18:07:55.096000',5,'Karla Torres','https://lh3.googleusercontent.com/-wm_hMglIYe0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck8weDNNT18yeBMeTTgeu682MGs1Q/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30996),('AbFvOqk13a14dcOD-Guo_xykWkJM3Hw9tHd2fZ_wRL2XMo5Kd1ME0h6_-E7u3fjG6OwZMF1bJ1jaAg','Excellent experience, rapid service, Nurse April was courteous, attentive, and kept us at ease throughout. And of course knowledgeable and very professional.','2020-07-26 18:18:16.399000','2020-07-26 18:18:16.399000',5,'N T','https://lh6.googleusercontent.com/-65eZ0u_tTD0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmc6HM2G4bJo5jFrRY06R7HUX_VBA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31866),('AbFvOqk15qntt0x2uSRX175uoz1ZwNJ_0YF5kiauXcDBi66kO3tWN2yNEDLGAO6E1bjMpkfHROM7','I\'ve been to this place twice and they charge the same copay as my hospital\'s ER service. Check in was quick, staff was really nice, clean facility and most importantly, doctors are great','2017-09-12 03:24:34.170000','2017-09-12 03:24:34.170000',5,'Chinh Le','https://lh3.googleusercontent.com/a-/AOh14GjsYgiMxlRPnoy3Op6jL4vMsj8gSIfZ9q_O2eP3Sw=c0x00000000-cc-rp','17394740196501090048',37078),('AbFvOqk16dSHOxklUHN-0XpQj5X1oLX3H0b7lUDBi_PW9WGggjmRKxSjDJHZ5CtPLJ8tnLoWnESL','Super helpful and thorough process in getting my covid test w Christina R and Clay. Clean and responsive facilities as well.','2020-09-16 19:42:08.080000','2020-09-16 19:42:08.080000',5,'Michael Brozgul','https://lh3.googleusercontent.com/a-/AOh14GhO6pU7yDxkjXdoidQMXTQVJqyeFkanyYnyfTzMfg=c0x00000000-cc-rp','16891069708558046635',35776),('AbFvOqk16Ge_qO7ZQCDvXtd7skfv33mL5WJUAwWxwDVusoKbhQ0emm6MKF9GxfT66FplH9bk4NpCMg','VERY POLITE STAFF CAITLIN/Heather where wonderful!!!! Dr. James-Evans !!!','2020-10-10 02:21:08.670000','2020-10-10 02:21:08.670000',5,'Lashica Washington','https://lh6.googleusercontent.com/-jsJa4Lcp8Rg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnGKw_T5QaqhlD4V6BQpTx2qhPdFw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41878),('AbFvOqk17gOjNLy37KlWOVHpyS1tH2oHqCXmcu2RZvGKU_AR-yRTJejsnBaCS_ln_1s5GTSPMcpI','We ended up spending the night here, and my wife and I were incredibly pleased with the service she received. We were seen quickly and the Drs and nurses were great. Great facilities, they were able to do things like CT scans. Coffee, drinks, and snacks as well for the one who isn\'t ill. Even offered to order some Applebee\'s delivery! As the one who wasn\'t in pain and was able to eat, very appreciated. But back to more important things... They called in a specialist to come make a room visit early the next morning, which made next steps much easier as well. Many other small things above and beyond that were unexpected. Very satisfied.','2017-03-08 14:23:44.402000','2017-03-08 14:23:44.402000',5,'Hugh Windham','https://lh3.googleusercontent.com/-shAPg4HTvWQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmq-2bUybtgomEtCA01mIU-sy2hNw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31087),('AbFvOqk18895LZdOuCMps0zki2YBeag0DE54yaOYq-M17_KUj7qLY8SGyR0amLcVXZyZoJZSs_-6lA','The best care I’ve ever received. Staff were thorough and respectful. I was seen quickly - both my nurses were attentive and concerned and made sure that I was comfortable. My doctor made sure to come in several times to let me know where we were in the process of diagnosing. My nurse also took the time to go over my lab results one line at a time and made sure I understood and answered any questions I had. Even the receptionist was kind and considerate and alerted the doctor right away when I came into the lobby as I was extremely ill.','2018-10-02 01:39:14.652000','2018-10-02 01:39:14.652000',5,'Meg Wall','https://lh3.googleusercontent.com/a-/AOh14GhptLnUjW5Np5GwuLzLXlf2IV4NPcgHv_bKppjkCQ=c0x00000000-cc-rp','8626688543755174284',42230),('AbFvOqk18A6D8F_s4A--FU3VVoWh7PR_dCcCt_PJRZF0sSakgVMHP0-h0Bud46p9RwFygjU9dZlj','fantastic service care! no problems with billing. Erin had great bedside manner they fixed my kiddo great!!!','2020-12-18 10:25:34.038000','2020-12-18 10:25:34.038000',5,'Marko Willio','https://lh3.googleusercontent.com/a-/AOh14Gh3zAmNu4bdY-Pos9I4Y2U8DCOZGYkO029w1FtNPIc=c0x00000000-cc-rp-ba3','14748677429039074158',31267),('AbFvOqk1A-82sB4sRh3lYp9pAMZm-l6iU4xswJeoKj3V8x9X9t_R3jY2GXEUCcfL23lkk3VMjaX3VA','Great place with caring employees.... especially Ashley Burton at the front desk . Will recommend everyone to check out Signature Care if you an emergency center.','2019-03-02 00:58:49.331000','2019-03-02 00:58:49.331000',5,'Becky Goza','https://lh4.googleusercontent.com/-SGWvq9wqyKE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclFVZi8z4xiomA27g0_jrqCwD_RVw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42132),('AbFvOqk1aBKha-i0u1Tip9InI5MkNg4W3fpoO9fzuOVimXsj5OPxOIxoXVABX2YrK-3Wqk8YgXKx','Quick and easy service. The staff, especially Itza at the reception, were very helpful and friendly as well.','2019-07-08 15:21:48.188000','2019-07-08 15:21:48.188000',5,'Naren Venkatesh','https://lh3.googleusercontent.com/a-/AOh14GgrTR0Rl5GEkP1gvbrQrO-iQ32C28UouOzUXUs9=c0x00000000-cc-rp-ba3','16590124370714063921',34773),('AbFvOqk1B9MXE6JZDqODuDlfgrarFw39QD7uJatuROWW4nxoATUmqlcM0Qs7HpH1u7B7Y9h2lnYnNA','everyone was super friendly and explained everything to me! good environment and quick results. jacob, megan, and amanda were so nice!','2021-01-26 15:57:43.205000','2021-01-26 15:57:43.205000',5,'olivia karl','https://lh3.googleusercontent.com/-Ho_vr5JrJPs/AAAAAAAAAAI/AAAAAAAAAWE/AMZuucnIQm81Wdec3pSj0kKR3PPNuNOrqA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44396),('AbFvOqk1CtlqNm9qRsyjn5rORlqlBSY5hOLvlQCrwE214MDaumvA_sFFroMBFOW8Ywp7NWrpbz6G','Awesome quick and friendly service.','2018-10-28 03:18:53.173000','2018-10-28 03:18:53.173000',5,'Andrea Alva','https://lh3.googleusercontent.com/a-/AOh14Gj-QDb5xQrlCaqlGOaMufysxdkhTZMcHjBT2KzA3w=c0x00000000-cc-rp','16891069708558046635',36333),('AbFvOqk1DE7jNce9vtUK2WVb7y8rVqXH198nTXRJOyA8lKqi7MhuIiADkFOPtIJ-VdfNzzLZhRDVVw','Great customer service. Honest and helpful.','2019-03-15 12:17:57.968000','2019-03-15 12:17:57.968000',5,'Deez Nuts','https://lh6.googleusercontent.com/-tJ45HIvtb-k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmeIx5rS8auEhG9x4gPaos6Jch60A/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39373),('AbFvOqk1DxNdLLIdXA1li1t6aKNasLQc7gesEoPYYM3YJj0-ywquPiLipnJnvlX77Gd5ysOTTHgF8Q','(Translated by Google) The nurses Cody and Nydia gave great service, if you need an exam I definitely recommend this clinic\n\n(Original)\nLos enfermeros Cody y Nydia dieron servicio genial, si necesitas examen definitivamente recomiendo esta clinica','2020-08-12 19:15:27.395000','2020-08-12 19:15:27.395000',5,'Izzet Escoto','https://lh4.googleusercontent.com/-ARHzZne_hpg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclPb4f5yS7gwwKYyvW7ER_SoRZBQA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38606),('AbFvOqk1e4gZO20aAxOVI4P7BF8NsCqpXsK9BE44Ed5corNo46YB0jSAqTLlPON51bLicBxqwttxLQ','Amazing and caring staff, from the front desk all the way back to the doctor. Definitely where I will be going from now!','2020-02-12 00:11:04.700000','2020-02-12 00:11:04.700000',5,'Tonya Crenshaw','https://lh3.googleusercontent.com/a-/AOh14GiIyo8g0GNbmz31z-Lf6O9kxMbz4va6tUeg7GxEPg=c0x00000000-cc-rp','16891069708558046635',35973),('AbFvOqk1EO14-0ws7dxQfyxyYbQGNnW6sY0vAxJmHnH6WGttt8dc9ALq1W-xyHjsf6t4bR1SHhUp','Signaturecare has such amazing staff & doctors. They took the time to listen and make sure all our questions were answered. Definitely recommend signaturecare.','2020-09-24 20:49:21.075000','2020-09-24 20:49:21.075000',5,'Tammy Lytle','https://lh4.googleusercontent.com/-W1M-WRIPd_U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckHsXM6D6d4KTjifwdt9zvjbfeNqg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38955),('AbFvOqk1eyl4mCAjuWeInLkzrzzeIZXwG6eEHwEg80ZLCIJAX6CskA8d4i_vrYZ0xc4XE6zOOOxCeA','What a wonderful experience! The entire staff took such great care of our child. We are so thankful for the care and support.','2019-09-06 03:44:10.490000','2019-09-06 03:44:10.490000',5,'Jennifer Zach','https://lh3.googleusercontent.com/a-/AOh14GhDI72JfwD6E4TNf5nzh9ZnfKjdGm5F0Bga4qKvMw=c0x00000000-cc-rp','8679688254631342173',42668),('AbFvOqk1HU86yxpHGKq_TeGMEjrVFBob47M4tGMgpKd-RDhFaloO0Ag1PI5Dn0P9hJd4ltuSRFBoUg','Chelsey and Clay were super friendly. We were in and out super quick.','2020-11-07 16:09:55.122000','2020-11-07 16:09:55.122000',5,'Am Terry','https://lh6.googleusercontent.com/-UYuyzZow_Fc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnzJA1m7LOS7r8Aqu7sbJgdrUHfzg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35628),('AbFvOqk1hvk6OfXJxTub1cf2DIu0a_MakfpYN2y8EFV9bNlttoa0Lfo-KVsrgB7VYn29MCuTm8E1Mw','Place is nice. No wait. Cecilia at the front desk was very helpful and quick to get me checked in. Brian H, Brandon and Bryan D all came real quick to check my bp and hooked me up with a gatorade. Doctor Jolly was quick to diagnose and treat me.. bam.. in and out in a half hour. Nice system they got here.','2020-02-18 03:19:26.991000','2020-02-18 03:19:26.991000',5,'Nader Saadeh','https://lh6.googleusercontent.com/-6vC0TcExcWU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclYFwzkLck36tuUDsEyNOkzBv3OUA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30238),('AbFvOqk1I3YXP-tYPZOO6gXHSWF2crZdAYFdy-3diciopdo8CkKmnHvZBEviXDACINoQ1O2__LTX4w','Excellent care and outstanding staff are what you can expect when you come here. I could not be happier with the care I received here from the receptionist, the doctor, and the nurses and techs that had a role in my treatment in between. They earned every bit of this 5 star review.','2019-08-25 21:54:36.500000','2019-08-25 21:54:36.500000',5,'Luke Vogt','https://lh3.googleusercontent.com/a-/AOh14GhCkuClq5xI8nbEl7yN1xTTWIWdtjcJIbDsxEMjyA=c0x00000000-cc-rp-ba3','16590124370714063921',34707),('AbFvOqk1IDGv4GYdYDVmDY0uBmoeJfeKB16Ofps_plo-O9EGnK94hotOxbzv44XuCk7K05kEvxUpFg',NULL,'2019-06-11 19:44:27.603000','2019-06-11 19:44:27.603000',5,'Shari Augustine','https://lh3.googleusercontent.com/a-/AOh14GgiMJufUcsPZfJQsbdy06o9NvC0btirvuP-eynM1B8=c0x00000000-cc-rp','12541597562633926366',29092),('AbFvOqk1IGHUK0Tt0ONldsd_v7pFldiQ9xK6cxZK1l3A30ZCKEtE3N2FkYdOtBuWn-cYZdTYBsBtTg','Everyone here was so nice and helpful. I was able to get instant help. Dr. Patel is so nice and caring, she answered all of my worries.\nNurse Alvean and Tricia were so patient and helpful with me. Thank God for Signature Care Emergency Center (Cypress). They offered me water, a warm blanket, and they made sure all of my needs were met. Awesome crew!','2019-06-06 22:10:24.719000','2019-06-06 22:10:24.719000',5,'Lanetha Jefferson','https://lh5.googleusercontent.com/-xqsEA4D3dOY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1fAvVEsXIHX19FoHdivL9zc6SVg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqk1ilbAQE2yH_qBEu9SI6diOhKV75PUL2o4g2UtV3uRJZIb8Y256h8YbV4ZSsN2kFhNiR_wLw','I wish if i can give a MINUS (-1) STAR...I came to this location 6 months ago for Motor accident, my plan was to pay them cash , but the receptionist told me that i dont have pay now and they will bill me or my insurance later.\nMy visit was seeing a doc or an NP for 15 mn then a shot of tramadol, NO XRAY, CT SCAN....ZERO procedures, i disnt even get a script,and here i am getting a bill for ovwr $2900 šŸ˜‚šŸ¤£šŸ¤£šŸ˜‚, but i am not worrying about it, i will counter sue them with a good lawyer from Dallas, and I will make sure to expose their scam...','2018-03-26 15:02:54.274000','2018-03-26 15:02:54.274000',1,'Geno Chaoui','https://lh3.googleusercontent.com/-4n3u15FyChk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck8RmEEJCEPhYVtV6XaYzv5lF_EXQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36969),('AbFvOqk1ISUlrpCaE0l0PDuzRrixPjdE7h5loYcpcBJdBRC30JPTSoK5SW_ZNiZXkEzwqwq4oImlRg','Very fast, attentive and polite','2019-10-16 16:59:17.610000','2019-10-16 16:59:17.610000',5,'Jonelle Brown','https://lh3.googleusercontent.com/a-/AOh14Gh2S6bQQb5L9uL5s4d9F3kX9WKZoJ8ClsXi6NkXZ34=c0x00000000-cc-rp','16389487648212004696',33868),('AbFvOqk1iUbtz_scKQfU2f0Vcr1fEWaH99QvQXBq8HYT4_1rwFtktq0SVcBy86nt8Xr0KAstfzJP','Seen here recently. Experience is awesome as always for the family. Staff was awesome from Lisa M, Senaida, Maria G, and Randy. Always recommend to family and friends.','2019-07-24 03:08:25.263000','2019-07-24 03:08:25.263000',5,'Manny G','https://lh6.googleusercontent.com/-2763yJs68uw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclk7wDbWDNKRF3Rm6iTV_78NcZLng/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41646),('AbFvOqk1k4hNu-5zRSdKgzRN4oJsWIBigAfrMC1j0R9-eWbXomCViah2CT4pAUFNH4y5bYQRytb9uA','Would recommend that you come here if you are feeling sick. Very clean and respectful staff. Very fast moving pace. To help you as soon as they can. You walk in and right away you feel welcomed. Love this place.','2020-03-15 21:07:34.429000','2020-03-15 21:07:34.429000',5,'Michaela Carter','https://lh3.googleusercontent.com/a-/AOh14GgADmFWCYFPCswujwfB3YO_IzPeN-QU-CoY-hFE=c0x00000000-cc-rp-ba2','2694018788013845459',39080),('AbFvOqk1KBv8FIGL-ZR64Cpp0Nhccne7hBxD3qLJX8atkAVlD76u_FZO3l_vPxwm4_s1VKSoGzwAPg',NULL,'2020-12-02 21:28:36.943000','2020-12-02 21:28:36.943000',5,'Emma Peddie','https://lh4.googleusercontent.com/-uQYXKC3SS0c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckoNQ5wF3SZ1RWLkX-WsKXvxYXRrQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40034),('AbFvOqk1MG-ZEcv_VhaWdXOkv463-g-MTo61Tv42tGbbJNDXi8pkdyLLm7UpeMkBchmFXKm4T_LnTw','Everyone was very sweet and helpful. Best ER I’ve been too in a while. Thank you guys for being attentive and helping my brother','2019-07-26 07:40:18.455000','2019-07-26 07:40:18.455000',5,'Genesis Ehijos','https://lh3.googleusercontent.com/a-/AOh14GhzKDF68FMsN04VrWYIE_kiolo-IWNQ2kPH7MGgiA=c0x00000000-cc-rp','17394740196501090048',36724),('AbFvOqk1mhvZo2-RbsN_jYUSKUhfhO7RKSDWNCJz6ZjJe91k9EsVXHWjfzBCqcbvzcEmnHe20opu','What a nice place for treatment. We moved to Texas a year a go and had not had great experience with other medical places. My wife was in a lot of pain and I searched Google for a great er. This place had five stars listed. I personally can testify that they earned it. The receptionist Jacquie got the paperwork done quickly. The doctor was prompt with all the test as if my wife was the queen of the world. The rn nurse Keira was very down to earth and comfortable to speak with. The tech Megan, very awesome person. The place might be small, but the staff has huge hearts. They treated us like family. Thank you. J.Duncan','2020-05-25 03:33:04.095000','2020-05-25 03:33:04.095000',5,'Jimmy Duncan','https://lh5.googleusercontent.com/-_6GsImqW8kw/AAAAAAAAAAI/AAAAAAAAADA/AMZuucl2kVe4KAVOvQHCuBy1z5VB0pu1LQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41386),('AbFvOqk1MKbLu6Wa0S1O0n4q4-D74MnhV6csPqnBBDe-FL1zhyDswvz98-mw0pZrTvPFeJA_eO-LJQ','I cannot explain how phenomenal the staff is here. From the moment I walked into the office I was treated with kindness and respect. Naomi was to thank for that initial impression. The entire staff\'s bedside manner is above any standard that I thought possible. Our nurse, Anthony, and tech, Rebecca, started our visit with compassion and efficiency. Dr. Baker was informative, professional and made me feel like I was in the best hands possible.','2018-12-12 03:38:14.180000','2018-12-12 03:38:14.180000',5,'Jenna Anne Sands','https://lh3.googleusercontent.com/a-/AOh14Gir2CHF5sprmxzQgtGUt1wuP3Fi4AuPbb2k57Dtbg=c0x00000000-cc-rp-ba4','16590124370714063921',35069),('AbFvOqk1MPTTxYexbg_GUJ1QOQGa5NYSWMZk6vJhoOPFQrDbxtHTRgm5CxsZZkAknK-8WJ7Djcohkw','Everyone was very respectful, Dr. Jaber and my nurse, Natalie, were effective in explaining the situation. The test was handled promptly and the whole office visit flowed easily from my entering until its completion.','2020-11-06 18:14:23.865000','2020-11-06 18:14:23.865000',5,'Juan Uribe','https://lh3.googleusercontent.com/a-/AOh14Gh36R2TXQ3QhdZsqCu91C0cNonUPi99CIMS55fExw=c0x00000000-cc-rp','3511292162159714121',40069),('AbFvOqk1mU_Wn_MRN0ZpLndWE4wxbGVwsfyK5opPIRu4B8tQ2UFslvcz7gbWFLDb1mS_AWV_NgwOEA','Cynthia was very respectful and informative. Jonathan, Jessica,Hoan & Dr QUreshi was nice','2020-08-10 19:58:08.493000','2020-08-10 19:58:08.493000',5,'Lois Miller','https://lh4.googleusercontent.com/-rI6xYZH8bTE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmuHhpNsllI1yDK5CyuIlrXGYHGxg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32260),('AbFvOqk1n_mHnA-aQ1OAXwHxoVAL8-0Ae-LsKFiIcYUJnoRteipEqgMhxm_DLVacxjWYMYOhCMG_','I came here after my roommate assaulted me, and I have to say it was the best hospital care I’ve ever received, and I spent 2 weeks in a children’s hospital after my shark bite at age 7.\n\nThe staff was incredibly nice, the doc, nurses, and receptionist all working to make me feel alright.\n\nI usually write comedic reviews, but I took this one seriously.','2018-01-09 16:49:55.286000','2018-01-09 16:49:55.286000',5,'Jacob Osterloh','https://lh4.googleusercontent.com/-1w5eye2Vqf0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmn8BV3DqxUY4JNy2D5Q13Zbpkijw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36448),('AbFvOqk1nUYO14Ojh8rnCoksI1pcAkpgfnpYnHTdR_lAIYISKabCTc9FTRrCBu3-fu5e3Z5gwGEt','Very nice and courtesy. Handled my testing quickly and everyone was on the same page. Good Job','2020-07-03 12:50:34.060000','2020-07-03 12:50:34.060000',5,'Robert Presta','https://lh3.googleusercontent.com/a-/AOh14Gj4qZupqR2s3_j8Z2rA4nLRC-r18Z64_ooNl19Cvw=c0x00000000-cc-rp','17394740196501090048',36569),('AbFvOqk1OgK5qMrxOU2UAX8cApc1HU6urrjbX5unn6PKI45QWv_D9Ho2ruGZ3JGD2yCPQWQvxiDhfg','Everyone was extremely nice and helpful. So much easier than waiting for your doctor to fit you in. In and out within 45 minutes and feeling better the next day!','2016-07-21 14:09:59.347000','2016-07-21 14:09:59.347000',5,'Laurie Clothier','https://lh3.googleusercontent.com/a-/AOh14GiySbRHciz4A5VbDhc6oF36dibBSITVi1RqI7CL=c0x00000000-cc-rp','14567670160750071148',31217),('AbFvOqk1p_gUFXJFniG8rHhQ1weYfQyvZyQ9pk1PfSD3WAweZiegCPhMfnON4bLDkxBAe1jh0MtjAw','This facility is amazing. They took very good care of me and there wasn\'t one person who wasn\'t friendly and helpful. The wait time was less than 10 minutes. I ended up having to stay over night and am so grateful for the help of my doctors, nurses, and everyone there. Much thanks to Manny, Lucas, and Delpha - you guys were amazing!','2019-08-13 22:23:06.851000','2019-08-13 22:23:06.851000',5,'Michelle Copeland','https://lh6.googleusercontent.com/-8vUO-0YaPqE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnC4mATb12uydeeazYD0Yd2w17zIQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41625),('AbFvOqk1peQStj3mY085L6vLZO3Q8oVJvK9j4KW4UektXkjs3ujg0rO6nlbB2iwodfuihSkMyt0b','I had phenomenal service! The RN Anthony was amazing. He gave me all the information I needed and made me feel very comfortable.Dr.Vakey was great he listened to me and acted upon it phenomenally.','2018-09-06 15:55:08.065000','2018-09-06 15:55:08.065000',5,'Stephanie Stancil','https://lh3.googleusercontent.com/a-/AOh14Ghbx6yo5AmN2eWVsV6Hk9ngGwmrnt8_4DntiUgGeQ=c0x00000000-cc-rp','16590124370714063921',35196),('AbFvOqk1PqMbvT5j4jlQinvrmBRYLroVpiLGi8UunrO3UL1ZjkRsS1MAnhrM8UrdleEd9n_ntSXw','Definitely recommend this location! My doctor was fantastic!','2020-07-19 17:26:44.657000','2020-07-19 17:26:44.657000',5,'Ella Ruth','https://lh3.googleusercontent.com/a-/AOh14GjgapQgkALCg9rf3tXuo9Wfayn6hEVCS_Ab1cMitw=c0x00000000-cc-rp','14748677429039074158',31976),('AbFvOqk1QfuNsrAg_WEKC94JW2xaJmpA11FKfFyZQgd5CP67VLhb6csjzbYMqyPkKceI3u_lefOLiQ','Dyveliz, Itza, Jeri, and Dr. Vakey did an awesome job today!','2019-12-16 20:29:39.597000','2019-12-16 20:29:39.597000',5,'Joseph Cabrera','https://lh5.googleusercontent.com/-F4lRoTKY2w4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckATjSeNCAw3Ltwt1h6abU5rnXJ0Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34496),('AbFvOqk1QJRlEz_mZZovhxy49hIhqrdMMg7ccDicrFViI2waArpre0OWvyw6RnS-3nYvwmyXj6MFLg','This place was great. It was very clean and front desk is very friendly and inviting. Both nurses that saw my son were also very nice. They made us all feel very comfortable and we were seen In A very short time. We were in and out in about 45 minutes. Definitely recommend. Thank you signature care!','2019-12-26 12:57:47.871000','2019-12-26 12:57:47.871000',5,'Joanne Castellanos','https://lh3.googleusercontent.com/-DdrVgY5j7aU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnavXhhZiUM4TVP0S9f4hrnL42osA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33575),('AbFvOqk1r2OoqpeVrvrUNovQKlwL629QfmG9129UrKF6_snS-tt_73QN4X7gaqkMvBkjK2Q0486H','Had a great experience when I came to Signature Care Emergency Center, Tera helped me feel comfortable since I didn\'t feel well. Everyone, the staff, was super friendly and treated me very well. Thank you!!','2019-12-14 02:43:17.301000','2019-12-14 02:43:17.301000',5,'Isabel Perez','https://lh4.googleusercontent.com/-tlH8mB5JDrw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclCQm_8yfRS4KQVSk8cKIVso_3-hw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37807),('AbFvOqk1rG15V_mtQ5a2KPlqM8-aSdvtOVtthP9EGvaarU_N60G9aiM98Ctv-e0r1GqMV_lljmpo','My husband came in with his throat closing up and barely able to breathe. The staff was amazing and quick to help him. Patrica handed me paperwork and helped me quickly get to the back with my husband. Nurse Jani and the Rad Tech, Kelly quickly got my husband to a room. Dr. Nguyen started evaluating my husband and could immediately tell he had uvulitus. He had his team start medication to help my husband. The care here was excellent. We will be back for sure if there are any emergency need. Thank you all!','2019-12-20 16:37:10.148000','2019-12-20 16:37:10.148000',5,'Watermelon Fish','https://lh3.googleusercontent.com/a-/AOh14GhH8EjylHAYtiHStbUP45pyKrqnQHNieemYx2oylA=c0x00000000-cc-rp','16389487648212004696',33589),('AbFvOqk1rtQlEAFmm1xTZ9UF6myiSoyC8Jjvhr614MKk25SWHvJVh7Xnya6QY6PE2HAzPf3-L5YfaA','This place is very pleasant Mark and Kelly were wonderful nurses Aubrey the tech amazing and Dr.faig is such a great doctor Dolores in registration was very nice and friendly and welcoming best Er ever','2018-11-27 21:44:53.320000','2018-11-27 21:44:53.320000',5,'Cynthia Ball','https://lh4.googleusercontent.com/-ERJYDJXhNt4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-kRJPLVQmc1Jb39QIvtOP84j-oA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32522),('AbFvOqk1SllOCPaHkwJyvZ0YLEos9hcqKSHiCycbHiGMvinG2mzVA0xF91ppXfCmmMoXvXNYHMZHKQ','This place is fast and efficient.\nThe employess are nice and friendly.\nThey know what they are doing when it comes to ur health.','2020-08-12 23:21:58.804000','2020-08-12 23:21:58.804000',5,'regina whiteside','https://lh4.googleusercontent.com/-ZYEdoAXVEv4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3aQ1_ftFGJ_DhNaZsMOM9RRtHMg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38600),('AbFvOqk1sU8tYkP5JzV63CPRN8ubeCpP7brNTjua_5C4S9_AzOutDuc3IZfHoPo9j5bgEMC_-2qEGQ',NULL,'2020-01-25 13:08:29.773000','2020-01-25 13:08:29.773000',5,'Francis Garcia','https://lh3.googleusercontent.com/a-/AOh14GgIfYeZ0eeDgZUW4r_9bgERR3iUUHMNj_xOb_p5KP0=c0x00000000-cc-rp','14567670160750071148',30302),('AbFvOqk1t8vzDd58MmLtsHh5ONBb4pIUbKY3RG0sF_TBocIfVBI67wbafHUAnk6SPzJ2F9fY7M-Qcg','Wonderful patient care. Didn’t have to wait long to get in. Highly recommend this place. Jennifer and susie took great care of me','2019-01-28 18:43:24.655000','2019-01-28 18:43:24.655000',5,'Heddie Griffith','https://lh4.googleusercontent.com/-ay4kDyfF2A0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucljpqzcTZxZU874dIjZlt5tFaVWTg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42166),('AbFvOqk1tivs4MrfJT66C4mzNOhumRKMi-VZY1nQ48D4Le1QwAH_5h2f3U5wUtXicxCMMFN2DoaM8w','Very helpful and friendly staff!!! Would highly recommend.','2020-12-30 17:20:52.852000','2020-12-30 17:20:52.852000',5,'Katie Barnes','https://lh6.googleusercontent.com/-liN50gQOTW0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmC59LrG7Hq8Of488ldXe3H-1CeRA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',44166),('AbFvOqk1tX4QG0qB2i6B7GN_T6UosqR6VJW37Bbm2bFVzDZ02U_9kOhHL4MT46O684oCKYkJaqODkA','Nurse Myra F.\nRad tech Jessica’s\nER tech Matt\nRegister Ashley\n\nThank you you guys','2019-05-31 19:36:38.395000','2019-05-31 19:36:38.395000',5,'Christina cisneros','https://lh3.googleusercontent.com/a-/AOh14GgruSe-h-FsYGCHS_nmFSHYMDXQISK9Qetj5eshgg=c0x00000000-cc-rp','17898197009688164559',38160),('AbFvOqk1umEr5Nslt1knNE_uBR-F8173N_RJGjlgiltB7ppUbuwjEGnUCMqEZuif9YcWMd6xffE4og','I had a great experience at Signature Care off Highway 6! The staff was very knowledgeable, understanding of my symptoms, and super helpful and kind. I would recommend this emergency care facility to anyone and everyone! I was in and out in a little bit over an hour, and felt better than I did when I went in!\nThank you to the front desk, Ashley, for her professional and sweet presence. To the nurse, kristina, for making me feel comfortable. To the radiologist, Quyen, for making me laugh a little while testing me for strep and the flu. And to the doctor, Dr.\nPetter Vaagenes, for understanding all my symptoms, making the pain disburse a little more, and correctly diagnosing me!\nThank you all!','2019-09-25 13:54:33.508000','2019-09-25 13:54:33.508000',5,'Laura Walker','https://lh3.googleusercontent.com/-qLEpUR-xuLs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnpUCZay-b14mcKClEySuIDYjUuPg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36701),('AbFvOqk1V4Lawqadljiuf7JTFDzAurlQ_qa-KlVVCIj8LRgEELY8Yu9hM1gv04PwQUY-8HpTneRizw','Wonderful Team! Dr. Pham, RN Racheal, Rad Tech Jessica, and ER Tech Kat and Ashley at the front were wonderful!','2019-02-09 00:19:33.932000','2019-02-09 00:19:33.932000',5,'Ashley Skripol','https://lh3.googleusercontent.com/a-/AOh14Ggj6j4YSBdTwOUo2vdvgSxT2ruIQ1RGas7Bq8gimtk=c0x00000000-cc-rp','17898197009688164559',38302),('AbFvOqk1vShY-Ua1BMf-K9svLpglgPAT_QIp6NMTQT5-0bs7k-wq0MEx9Te_lwnA1KqpPQF5JEX0',NULL,'2021-01-03 23:11:26.034000','2021-01-03 23:11:26.034000',5,'Alexandria Summerlin','https://lh6.googleusercontent.com/-Wi5ui34y_WA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclr7aljA7qgnCFneYWbaYaPxVkm3A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44268),('AbFvOqk1VskJyWxC5UTGOh4jIXyxs2iBL9EHqrVyo83VZnX452ImJPHkmM1YoOG01DUzz4ZF-PLXmQ',NULL,'2019-03-29 20:55:02.694000','2019-03-29 20:55:02.694000',5,'Cole Allen','https://lh3.googleusercontent.com/a-/AOh14GgUs9HsnYlmdmB_NDddxYhtWioPAYXjY1gMgr4kqg=c0x00000000-cc-rp','16590124370714063921',34940),('AbFvOqk1W4eVihx4fw5oI9E-Lsea1yKxOBU1JbBmeNPix9P3AnrbRATjEnaUeEzoM1s4CRMLeIfqbg','This facility took really good care of me. Dr. Thomas, Andrea and Tanisha did an outstanding job with taking care of my needs and getting me taken care of. Would recommend to any of my family members.','2020-11-16 01:31:10.360000','2020-11-16 01:31:10.360000',5,'Tiffany Sheppard','https://lh4.googleusercontent.com/-pb6i1b1SN68/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnkhWnjtqkHCYiARgZlOCas8CpPJQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37438),('AbFvOqk1WixSa8WJZmrfVBYHzPNR5M4Hqxvimdpxact4Lqg1HQ1Hap--LYEM1roVMcgX0bR4IMx4fg','I came in on a Sunday afternoon feeling horrible. The moment I walked in I was greeted by a friendly professional staff. I greatly appreciate the staff at the Montrose clinic.','2017-07-30 22:45:01.840000','2017-07-30 22:45:01.840000',5,'Monique Meshioye','https://lh5.googleusercontent.com/-mZEIH9W0a5s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnzi8YZwyliV02VtoBDnQDtwF_GMg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41029),('AbFvOqk1X1BndXWwWCRA4Jlb_EVmfAvuzCvjd7WC1EHXT5V05U25W__giHYMqV_BuXRgKmytwYl1','Amazing hospital! The staff is wonderful! No nice and very understanding and actually care about your well being!','2017-05-16 07:38:19.163000','2017-05-16 07:38:19.163000',5,'Kelsi weaver','https://lh4.googleusercontent.com/-XW41zWfUFwQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2dL_OjH7e-9XQ9VGCa8TM2hwNag/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35431),('AbFvOqk1x1MHE6H8mt8V9GP2k2Pk3AqDevRxHoiuZqtkQuXTC27AsuM_0dy4Prjb9o2nG8Z9rpCr7w','Came into the Er not feeling well at all but left feeling a lot better, the girls at registration were awesome Melissa, Monica, and yamileth. The staff out back made me feel comfortable with my visit Thank you Dr Nweze, Nurses Denise & Meredith, Rad tech Kat, and Er tech Stephanie!!!','2020-11-20 03:14:34.465000','2020-11-20 03:14:34.465000',5,'Clarissa Espinoza','https://lh3.googleusercontent.com/a-/AOh14Gi9Bw0Yz4G9-kHGaKLcHpGXXSnfj5GpDjPSh9vRtQ=c0x00000000-cc-rp','16389487648212004696',32907),('AbFvOqk1XjJc9lbaSIM4ky2hA7DOAQ6YIceKqNqfxpeWVCqN19kZeL_AZK_Z1px3g9Y97Fdg-oDAJQ',NULL,'2020-07-22 16:03:27.510000','2020-07-22 16:03:27.510000',5,'Tania Escobar','https://lh3.googleusercontent.com/a-/AOh14Ghb6C3q3uGNS4tplXANFrqsxe4UIFYeQEbwOBfaiA=c0x00000000-cc-rp','16389487648212004696',33198),('AbFvOqk1XLYae6OLlvn7FDmYAKbLcGvBw8aYY3C4Y8Vybget1FFzf3hWStB9BOySbd1uSC-T1L4Tdg','Once you walk in the door you are greeted by someone and it takes them no time to get you seen by a doctor. The doctor that I saw on last night was Dr. Vaagenes and he did an amazing job with hearing what my problems were and getting the best treatment possible for me. I will definitely be going back or recommened SignatureCare to a friend or family member.','2017-06-18 12:14:32.632000','2017-06-18 12:14:32.632000',5,'Tamara Brewer','https://lh3.googleusercontent.com/a-/AOh14GgbgZvVjpcmANASC6zBNSNgFG2LWZYZ3hUduHV7RGc=c0x00000000-cc-rp-ba3','17394740196501090048',37132),('AbFvOqk1Y_cq-h-x8Jt-zkFZFcge2-CqU3r_5hlFZt5L9-Kdtt4W8-6MNFhiQ9cwak8IinkQU7WYwQ','had a wonderful experience, friendly and made you feel very comfortable. Doctor was M. Thomas Md, Nurse was SarahG., Rad Tech was Marcus, ER Tech was Matt C. and Registration was Ayesha.. Thank you for the experience.','2019-06-22 21:24:29.310000','2019-06-22 21:24:29.310000',5,'Christina Padilla','https://lh6.googleusercontent.com/-5RIM92uVjQI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmRxhAjH_iTPLpZbjlOAnBpz-VSRg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38126),('AbFvOqk1Z1kMz14IWdfNu957wsl-CbGDm-n0pMwpYx3IjI30T7oYkBNkwhJ2ePgwT_pdKgsgwx1atA','The staff was really nice. Robin, Billy, and Courtney did great. Got in quick with no wait. Will go back. Great experience.','2019-05-22 06:08:06.206000','2019-05-22 06:08:06.206000',5,'katrina 160','https://lh3.googleusercontent.com/a-/AOh14GjBLLybcmB-iE49ER7tME1U7atfrnMWxcM6aebkRw=c0x00000000-cc-rp','8626688543755174284',42072),('AbFvOqk1zfJ0mllgGiktkuCpbx1VNN2VV7dqS2SRJnPAo-qG0P84qasyohYKPkEBnTxJtuwu3ANvdA','Chelsey and Clay were really accommodating and made sure that I was comfortable when I was there. Overall a great and friendly staff which is needed in an ER.','2020-10-11 23:25:14.562000','2020-10-11 23:25:14.562000',5,'NatoBob','https://lh3.googleusercontent.com/a-/AOh14GiorIgBZ9Su8gpGNUJZVfm0sZCZZOQuEZbrwvT_YA=c0x00000000-cc-rp','16891069708558046635',35707),('AbFvOqk2-BTe0y7XCwQ1IsjkFO9T-efHJlx1GVW7hPh756l9jNklMJTXGFQe4WZIDv9l0uXoJvnopg','Had great time with Natalie the nurse, and Dr.Vakey very kind and considerate, took really great care of my friend!','2018-10-29 02:44:59.347000','2018-10-29 02:44:59.347000',5,'Toni Perez','https://lh3.googleusercontent.com/a-/AOh14GgwD2-MNAFwhGjvJI5DJI9Yxq5QiuI3kzhtLlS-7A=c0x00000000-cc-rp','16590124370714063921',35138),('AbFvOqk20Xw2hl0xQrleE0gZ_lzNWDUPdL0FD_9qRONKn4dXWd4hs7CUfCY-KIN0n4GM2akYBtPhlQ','Chanelle and Alvean were very caring and friendly.','2020-01-21 20:16:04.506000','2020-01-21 20:16:04.506000',5,'debra Palms','https://lh6.googleusercontent.com/-23kngjtP7KQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmaiLGk3P8cTTvlMfdB1vB4Chddyw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33475),('AbFvOqk23gN8JdqIor-H2HHJIZa29zr_08He0v7ZmXRLz1B7KESXe3YbVUaXRjhKLohzjClVDevv','I was welcomed by Lorena and Kennedy who were very friendly as soon as I walked in. I came here for a Covid test. Morgan M was my nurse. She administered my test and was very gentle and quick. Rachel was very in-depth about my symptoms and made me feel comfortable asking me if I would like a warm blanket. Overall a great experience for an unpleasant test. Highly recommend! All the staff here is great!','2020-12-12 23:25:53.038000','2020-12-12 23:25:53.038000',5,'Emily','https://lh3.googleusercontent.com/-IyyAsrFbRlw/AAAAAAAAAAI/AAAAAAABQWY/AMZuuclyxxU3wF9oGHFSgSB2BwECcU4t-A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34038),('AbFvOqk25QPawVEFI2kz-S4_nRegVxc3xhLvaxWRfZHYG7ThOwElFJXRBbWFSfXzNjhWKQ-sDRS0dw','Best ER ever! Tobie and Regina the registration ladies got me in a room quickly. Chloe did my swab and she was was very sweet.','2020-07-29 01:22:33.082000','2020-07-29 01:22:33.082000',5,'Kelly Leilani Buck','https://lh3.googleusercontent.com/a-/AOh14GhO__IEY8kT26tIh6pTQRU7QDbKmHqRaiQlIqND=c0x00000000-cc-rp','3272657195432704501',39540),('AbFvOqk26ha6X7ewmrhECKE61C79TSixSpjODi5DcWI3PodaTN1LPBhqEx3JNaZY5aiUh7Gh3vakVg','Great place staff friendly. Thanks','2020-10-23 19:33:16.988000','2020-10-23 19:33:16.988000',5,'Carlos Luviano','https://lh3.googleusercontent.com/a-/AOh14GgEWcu15ca321X9LVVrPo9rjIEsyrgOAvq3DYxSLw=c0x00000000-cc-rp','17898197009688164559',37488),('AbFvOqk28azmvS2Ok9gas3IeDoq_LEfOuai_gRudWaVE3ChA1UW7B4uWXpMnBJnSTNmKSbVBwGLo','Got COVID tested and the Doctor had 2 masks on so you know they mean business. 10/10','2020-09-15 13:39:40.146000','2020-09-15 13:39:40.146000',5,'Jidam Lee','https://lh3.googleusercontent.com/a-/AOh14GhNUtgxNb530bcvt3FFazW6TTkQORjuNqkhtjFraw=c0x00000000-cc-rp','3511292162159714121',40197),('AbFvOqk28EkH3cSbl-MYLKW8c2E7J3S--JagCr-PFcXpetTbqfgdrslDa9j6V8uHFd5SyUW7GTJd8w','I loved how they attended well and fast on my son.All the stuff were wonderful they made us feel comfortable around them and just great service.Thank you Dr.Harjai, nurse Alvean A , radiology Marcus B, and registration Jasmine R.Thank yall so much','2019-10-15 20:17:43.281000','2019-10-15 20:17:43.281000',5,'norma jimenez','https://lh3.googleusercontent.com/-8XsO7Nb5fQM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnjcARJGtd2LFKbD_W3zzsxpGzjqA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33873),('AbFvOqk290ZIgrKFmpKEygQhO10YHag84wgvFY_flymTp-36UZVC1l8mDU2n1nNCUsr4OzSabkM6vA','All the staff that assisted me were great; I didn\'t have to wait long for anything. They actually listened to me which went a long way in diagnosing the problem. I would recommend everyone to come here if you have a medical emergency, it\'s way better than waiting in the hospital ER for hours.','2017-06-11 10:55:12.941000','2017-06-11 10:55:12.941000',5,'Latravia Jones','https://lh3.googleusercontent.com/-W7IQFViSsIw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckUULDY-uGqaF0eJ2Y5Hkzr5goeew/c0x00000000-cc-rp-ba2/photo.jpg','14904078213800803294',32673),('AbFvOqk2a1Pe6RHKZYueU4XPi5FZqyKnRI9O662eOPK4Jngxzp8Y-Lo58e_Op0eajGdApDIixP63','We came in for severe abdominal pain. They gave pain medication and anti-anxiety medication, did a CT scan, gave some IV fluids, and said the problem was ovarian cysts. A surprising diagnosis, because the pain was gut pain. We came in to ensure there was no bowel obstruction. $1,300 later, they were trying to send us on a wild-goose chase. They also lost her shoes, and offered no remedy. We had to insist several times that she came in with shoes, before they would even go and look for them. Did not receive the CT scan images.','2020-10-20 23:40:39.529000','2020-10-20 23:40:39.529000',1,'Ravix DeWolf','https://lh3.googleusercontent.com/a-/AOh14GiY19Ry60HwWAlY7PSSIyRxJR7ljFMr52z1Ob7NYQ=c0x00000000-cc-rp-ba4','12541597562633926366',28498),('AbFvOqk2AFlm5L-BVqnayw_vetEcKNQTWpbEd_z3gGDb4QOkkOdKlgk4h3DLpwZsZVrciyLfHLmYtQ','Dr EstĆ©vez was very thorough, helped us understand the diagnosis and treatment needed.','2020-03-04 04:40:20.732000','2020-03-04 04:40:20.732000',5,'yeci baza','https://lh3.googleusercontent.com/a-/AOh14Gi-j0O3OkrSk2gPtX7a1Nj5_YMlygigghx5ZxV2=c0x00000000-cc-rp','17898197009688164559',37640),('AbFvOqk2AXNOHwHRNVUsaydZ6PhnGanWCOJgMdkTZl1pWyRZj3jBCKiY7P6WUVyH2vLw-FfDb6frhw','Your staff was very nice and comforting I like the way I was treated the service was good and fast thank you for the service and I shared this word with other people','2020-01-26 07:29:42.644000','2020-01-26 07:29:42.644000',5,'Jason Willeford','https://lh4.googleusercontent.com/-KXB4f8Bse10/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnDM0RRK7UJeAv1bSrNujn7K61bdw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42484),('AbFvOqk2bBMSv-eLksrlkELPwnHsfslrY1k36G2Xf3EufX0ruqprrOD8kOORpZZjPJBwp74UIY8fLQ',NULL,'2019-06-17 02:08:55.492000','2019-06-17 02:08:55.492000',5,'Adrian Hargrove','https://lh6.googleusercontent.com/-Y50bEDHU6lg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7UnUW11JTgeQWrHMbju0kOSHlSw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38142),('AbFvOqk2BeplXiECwqSRB38U_Av7yAiwS5sOrsdagUi16tqRdjW-XMAMaPYbnRawZyfxjwGiAxo0','Very professional and fast service. I would definitely come back whenever I feel the need to be seen in a timely manner. Thank you Maya!','2020-03-11 13:16:27.503000','2020-03-11 13:16:27.503000',5,'The Hook Up','https://lh3.googleusercontent.com/a-/AOh14GikpzbOGbjj5ZyNi4wsQB9QAtCVpkeiWIvo8b0X=c0x00000000-cc-rp','12541597562633926366',28645),('AbFvOqk2bK7dkPPeK-dVURjpqpNVoaQNeDb7UadpkhixkHKDslvZP1hw1C21ZlPhYUhsKWbGBy-r','It was great','2019-07-07 16:27:15.030000','2019-07-07 16:27:15.030000',5,'TheWinniepooh1994','https://lh5.googleusercontent.com/-PTWofDCPQlo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck3jGBKn19OwaEXZDC3t595G4R2PA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38103),('AbFvOqk2ddCicsbMncah4D7BrcRA2RTmjj5Ylxb-hXQwgRWA6n6aJxFmrQubWKkZJREvZSl6hf1C','This place is awesome! The staff greeted me immediately and throughout the entire process I was kept updated. Everyone was nice and friendly and reception helped me understand what my insurance covers.\n\nThey are ready and willing to assist in need of car with a smile. I was serviced by the below staff.\n\nDR. FAIG, MD, OFER Z\nNurse: Sarra E A\nRadiology Tech: Sherwin P B\nFront Desk: Carly E B','2020-01-13 05:12:42.245000','2020-01-13 05:12:42.245000',5,'Kentrail D','https://lh3.googleusercontent.com/-qbbLQ0gMHfg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclW2NjcLoDTwoNCvZwVvA0OZe3MOQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28829),('AbFvOqk2DEVnDB5qcc3fFlKEWwg0BZZbDF_v8g2wNVWl00eQDlOx4q9Dzt_r2UWchV2ONF6Qn8Znlw','This is a great ER! Quick, professional, and safe. Chelsey is fantastic.','2020-10-31 20:20:47.131000','2020-10-31 20:20:47.131000',5,'Margot T','https://lh3.googleusercontent.com/a-/AOh14GgwtqLxVWx1xMhcE4Cfn3kq-wfU_Ybv3zCsdlrnyg=c0x00000000-cc-rp','16891069708558046635',35658),('AbFvOqk2Dxm33yiGByb-PsloJuV0b9291lpb9Kfd5VPnXhPjbE4itqsSOm-4XYGGW5ZJtBJY-5vrUw','All I can Say was my experience was great!!! Dr. Ybarra was very knowledgeable and kept me at peace when I thought something was really wrong with me. Katrina was very nice and helpful , to me she’s the Ideal Nurse. she went over and above to help me. Therisa help me out to, she made sure all my information was correct and that what I was being billed was accurate great she had customer service, I can see her being employee of the month one day. I appreciate my experience it was a good one','2019-11-11 01:02:15.319000','2019-11-11 01:02:15.319000',5,'Kenneth Ellis','https://lh6.googleusercontent.com/-j2aAGi0Iefc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclCEo-wO7wzcFdUNZ1uOqSpZHs-7w/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42598),('AbFvOqk2DxWuSByKq-HgapcohZUsFHGZm7aoLWqMlZlsLnMKi7SIsYD81sJhjPnmfGoExIVYt92mqQ',NULL,'2020-07-23 18:08:10.785000','2020-07-23 18:08:10.785000',5,'La ufo Vlogs','https://lh3.googleusercontent.com/a-/AOh14GiaZxzsDVgj2WV9D1W_y0grnUhQwW-eYLMYB5Rw=c0x00000000-cc-rp','8918455867446117794',42979),('AbFvOqk2dzxNODEb2TDy3xxmj4prsbiS-eqdOAbPlnDK0ArwT01kYvlI84mPoHH6PeWzDEIryrBQfg','Dyveliz at the front desk was very friendly and helpful! The RN, jacob, was very professional and nice as well. JR was very nice as well!','2018-08-15 20:24:39.662000','2018-08-15 20:24:39.662000',5,'sydney wilson','https://lh3.googleusercontent.com/-Psts84AAROg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck3DHkxPsnT7vyvm8HOR0JMGb4FTw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35241),('AbFvOqk2eQVws2dqtAH59XNA6eD-3OE5ETLwkn5fk7WIY3uUSD5xhX9ZbxewKRWdgMb-4FRczS5Cwg','Wow! Thank you Dr. Do, Micheal, and Keri for making my experience quick and actually enjoyable despite the circumstances. I love your sense of humor.','2021-01-06 14:11:34.389000','2021-01-06 14:11:34.389000',5,'Jasmine','https://lh6.googleusercontent.com/-PKP9wDWMLds/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmlrvrLhk9EJ3lj_L1mybh4_iIczA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',44684),('AbFvOqk2f2qzCuipQvsY0xVCASOBc3O7_FKFPjQkESMD1onGlMejP3Yd4ESOY18KyOeFGF9KXIPweQ','I was a patient at this ER on 3/3/19. I had a pretty bad wound on my head from falling into a door hinge. The staff at this care center was extremely helpful. They were very knowledgeable and went straight to work on getting my head wound taken care of. The staff made me feel very comfortable and they even had a good sense of humor to help with the bad situation. I would highly recommend this care center to anyone in the Austin area. I can’t thank the staff enough for the amazing job they did!','2019-03-04 03:18:43.857000','2019-03-04 03:18:43.857000',5,'Kyle Grindrod','https://lh3.googleusercontent.com/a-/AOh14Ghf2MMO9BuaJB3lXRTcRHQHmhAnKd97Y6clGk0ZXw=c0x00000000-cc-rp','16891069708558046635',36258),('AbFvOqk2fG6pRgas23cdXVE9z6C8BWFjG1l7VSoy0d-5fjY5XS2zFI4SYifOUBgf3EaMRTU5MUMZwQ','Omg the team at erCare24 Bellair location is awesome fast and great customer service','2020-01-11 18:28:34.346000','2020-01-11 18:28:34.346000',5,'Timothy Turner','https://lh3.googleusercontent.com/a-/AOh14GhE5a_mqO5TgL2P_ucxypZ-32PpzLteY4A1awPU=c0x00000000-cc-rp','8679688254631342173',42510),('AbFvOqk2Flnr05X6ncjwNVRZQkU18Ky1NZ9rf7RFrmPrZnPPzVOv0xAaBOA16bd6Bfh6RflrpM6M','SIGNATURE CARE was amazing. Coming from out of town we are glad they were here. As soon as we walked in, Jesus got us going in no time. The staff were very caring and made us feel so much better. Our nurse (Alvean) walked us through the process and explained all what was going on. Dr. Henderson was quick and very gentle with our baby and assured us everything was ok. Everything about the place were amazing.','2019-08-16 18:13:03.019000','2019-08-16 18:13:03.019000',5,'David Aguilar','https://lh3.googleusercontent.com/a-/AOh14GiHQCQZlky1DovSBz-4snsdBX2-hXW94cxOTJFcuQ=c0x00000000-cc-rp-ba3','16389487648212004696',NULL),('AbFvOqk2fncM7J8V2R1EincB90uk4013_oJaK84SUV-alIWobDH-wa7h42pfJm9XEMvm_TCDuF3iqw',NULL,'2017-12-03 08:47:49.877000','2017-12-03 08:47:49.877000',5,'carla thompson','https://lh4.googleusercontent.com/-Oz0K-oY51gk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXh7fQ_9ZjnFcLZ-jDSyPmXEd9VQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37020),('AbFvOqk2gZ_gWMCHQBVFVdIhVv01KAIX5sMC7VLjeTM1dBz5JBe0bkZgvqg7fCt2VIHqd9Z9U1wYwQ','Everyone here was very kind and caring. Dr. Elsbecker, Nurse Shelli, Radiologist Tech Linda and Christina at registration were all wonderful. I felt I was in good hands and being cared for by a team of true professionals. Since most bad things happen at the most inconvenient times, its good to know there\'s a place open 24/7 that can help.','2018-02-11 14:59:03.679000','2018-02-11 14:59:03.679000',5,'Ann Jordan','https://lh4.googleusercontent.com/-ZyAEYyduPts/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckjxD56kMht1q5wD-z9WJbYJdM0xQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36433),('AbFvOqk2hHvoTAq94RofqtE84e5MPSG3yICE0egGWFObat_kkMwhVDYF1apwOJ53IY3EwubwldD4',NULL,'2020-11-05 05:38:38.236000','2020-11-05 05:38:38.236000',5,'Lily Corrao','https://lh3.googleusercontent.com/a-/AOh14GgSZxClZsQEnm5Xn9aNMPmDSvqWUUaFD-XkLrC6xQ=c0x00000000-cc-rp','14748677429039074158',31415),('AbFvOqk2IoIcGbqiWu3NLuvnsFu33zhdHG7jGTokDR3Ow9fIgydZx6NdtZpV6MHcUFAJtaYnmXGj','You have to pay to get an appointment and then wait outside in the heat under the sun for hours before it\'s your turn. It\'s a scam!','2020-07-03 20:17:56.359000','2020-07-03 20:17:56.359000',1,'syed ahmed','https://lh5.googleusercontent.com/--uEuTZlX6mQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmj6AgPc_7ZSn1Kyqx0I4wpPpDV9w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33222),('AbFvOqk2iSEWZHTY7ykPK9RN2TAqiaNbKV14WrKoJkS12iRBzpt8aP4rdoxq0uR2ZFw1lrzk8yovhA','Friendly staff and very helpful the 3 times I went !\nToday I went again with my friend due to cramp while pregnant and they were fast and friendly again!','2020-08-06 02:20:19.776000','2020-08-06 02:20:19.776000',5,'Amanda Luna','https://lh6.googleusercontent.com/-muLAcylrR3s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckgEnCvBjeF0jMdQIv_X3g77vVo9w/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38636),('AbFvOqk2jDPCdH2V_WgaZL8hKpShcQo_GZQH9Up9EtEf2udOD-unzSyIQjcFiZz0Oym1yOpXXTfH5A','Great service, Dr. Thomas and Tanisha were great!','2020-10-16 00:54:17.979000','2020-10-16 00:54:17.979000',5,'Sean Orioli','https://lh5.googleusercontent.com/-fb4RBiLxlxA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckAevyx0c0M0NXsAkN5ecQBSXvagg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37505),('AbFvOqk2k7s1gznovpQgo7AlLVLH2OIZ8mZdu-UzbOt0lNxoDPjPpKI1trZ3tkEdY_HV5A_fPcySAw','Excellent Experience through and through. Polite, friendly, and efficient. Answered all questions I had and provided help on anything else I needed.','2020-08-23 19:03:15.798000','2020-08-23 19:03:15.798000',5,'Thorn Berry','https://lh4.googleusercontent.com/-v8Xl70VU1iY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjh5veV3cjUc7xDhhZzTWt-gs-gA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31751),('AbFvOqk2KtIvMH8BZFV7iWYxpwxk9r9Q_OO1oM0xG97ly5z70WduXmLODYZB_8nijhySc1UcTtAKYA','Quick and very friendly!! Thank you so much Denise, nurse Sarah, and Dr. Chopra!!','2020-06-07 16:59:45.981000','2020-06-07 16:59:45.981000',5,'Alexandria Ramirez','https://lh3.googleusercontent.com/-a3Y9nI6NiFE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmS_orq5NhPuXPGTsEGkLqmHTVUxg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32073),('AbFvOqk2KU5NkM9e1hBo_7zK_lYyiRv2DL8xvz51sTHP1AzgEnrQEvV6ir04FwB8jTqI7MWYMvC1jw','Anthony and Dr.harjai were awesome, best hospital visit I have had','2019-04-05 00:03:12.421000','2019-04-05 00:03:12.421000',5,'Trevor Brown','https://lh5.googleusercontent.com/-J_XxaJhEo10/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckpz2ZnKpsI35RR3p_bgdq-PLXzTw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34918),('AbFvOqk2Kw2YOOzyEQNdAo5XKsy0BT9a1YQso32a-SPjNqsVo1ti68xkYIFYgQWZw0JSnO-OnQ3-CQ','Great experience. Thank you to Keshawna for taking the time make sure that we were well taken care of , and having a answer for all my questions. Highly recommended','2020-10-02 18:54:02.982000','2020-10-02 18:54:02.982000',5,'Josh Gonzalez','https://lh4.googleusercontent.com/-ZePSYsOpYxM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnPq-KRqipr0QxyBLpP1tWzr1K0GQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30078),('AbFvOqk2lO5LSz9vhBoDQUaG1E7oZc7yPRWhcnFdVoVrsPzHKSSq770GWY1VRj7_i5yFA0hUbpNfwg','Had to come in for an emergency COVID test. Clay & Chelsey worked with me quickly and promptly. (Made the nose swab not too bad also)','2020-10-10 20:47:47.790000','2020-10-10 20:47:47.790000',5,'Robert Vaughan','https://lh3.googleusercontent.com/-Vxc9n_nKyjE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnk6vu00mSIPHHo15AHvmR3941zRQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35717),('AbFvOqk2lOR3THrxjGgZAZPGq3qjDZQU9O7PxY8JUWKQfg2b9EBeRUr3yTj_1kjzZYGoyuqV5W6b1g','They get you in and out the place very quickly.\nAnd the front desk (Dalal) was very helpful.','2020-10-25 14:30:08.021000','2020-10-25 14:30:08.021000',5,'Ismail Barkley','https://lh5.googleusercontent.com/-ovVagj_Frxs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclaPSi-LQ9HQZBduz65P4aIwXwuOQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30050),('AbFvOqk2lV-AMC3wRmqr32e8TbqyTgQ4EO7yOB2bT3xvE7-weH982drt-q-JwOIBzpVzJ7XU7xqRBA','Received awesome care from Dr.Yost, Brandi, Karen, Kim, and Gunnar.','2020-01-22 23:12:38.610000','2020-01-22 23:12:38.610000',5,'Sophia Lejeune','https://lh5.googleusercontent.com/--PthGDF38Zg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmAF_4s9qS9ZQYYzM1b1sSnL92htw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39679),('AbFvOqk2MEua2KGnJasymyQPO4pUGdUhvir0-_H_lWG2RWOoPs8lE57wl_2AGLSm8kTv3PjhnV7Sng','Marty Lewis hooked it up with a speedy test, came back negative. Thank the lord','2020-06-09 20:35:30.723000','2020-06-09 20:35:30.723000',5,'Joshua Bleess','https://lh3.googleusercontent.com/-W0N1CoF5Q1k/AAAAAAAAAAI/AAAAAAAAB78/AMZuucn_B0XK6VjKC1M42uGZrLcO3zling/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38822),('AbFvOqk2mGRJ0cEb9bG6-wG0-YyifYsTlFgDNWVskbiohdhb6_A-vP2E1pUi3r5BfQy3XM6uZnJG','Visit was great. Keera was helpful!','2018-08-23 02:10:56.138000','2018-08-23 02:10:56.138000',5,'Lauren Stephenson','https://lh3.googleusercontent.com/a-/AOh14GikNA3yT1pXFtUkqmaFVPT26EonMVYzPmFT-lbBYA=c0x00000000-cc-rp','16590124370714063921',35220),('AbFvOqk2mr072QgDC7p1I09BEKHKywD-DBZOEFNf3NBssDswv-zKlURQM_NgHMyG9egSKIAqtg3N',NULL,'2020-10-19 14:51:14.112000','2020-10-19 14:51:14.112000',5,'Oscar Dominguez','https://lh6.googleusercontent.com/-yKxZlZgAo6g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclAMGjZCtF-j4sBvUWBaVoJmKf1-A/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29291),('AbFvOqk2nE7x2Cypv9c5EHIozQfOtUNYBmmGQC-TzrXw-UJCu8CtVbpGg7lk5WWwumNmBuEaK1-oHg','Excellent service and excellent care.','2019-04-01 15:37:58.618000','2019-04-01 15:37:58.618000',5,'Gerald Hull','https://lh4.googleusercontent.com/-D8d69uuyLPM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnyvRWLn7ddNdOre4i3IeuOS4EPjQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34931),('AbFvOqk2nf63D1lDfPDZAESURxpPDdZWHPFGeemcqajq0d8QR3XSOz14E1kgAj-xaUh1Ep0wQRe7','Patricia C-Registration\nAlvean A- Nurse','2019-12-28 18:20:11.223000','2019-12-28 18:20:11.223000',5,'Juana Rodriguez','https://lh5.googleusercontent.com/-_tfp_LBLmWQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxBRjXzCQUjkYd0rnjG15zYWPtXw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33562),('AbFvOqk2nWOQvQHU1MqB4tbNEPM3psdDV_aZnjDaAe8bNobzTrH80w3FH7o1Lw0EpL31tvqcPMtsKA','Dr Patel and Alvean , Tricia ,and Patricia are all great. The service here is great and so are the people.','2019-10-24 21:19:30.858000','2019-10-24 21:19:30.858000',5,'Terrance Bass','https://lh5.googleusercontent.com/-O7_0Gu6Gf1w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1IGMEzjVNCc5oNznB0IaaFh0FAA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33831),('AbFvOqk2O7hHR5XKcBXTGc5z9r-Lp8-2Srmc318yV2-rf8Qu8AZZKpyAxJEty2xdhyiFNmbQjwX1','Dr. Rose, nurse Shelli and nurse Lindsey are amazing.','2020-11-12 22:07:49.022000','2020-11-12 22:07:49.022000',5,'danyale keim','https://lh5.googleusercontent.com/-Nc_pveH_mW0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck4IPS2ktl2PDoSkz8JiR7JSGIsdQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35596),('AbFvOqk2oQVYxmhXZqWpayy1YKqr8KM6ysMzSKGEtSPeKxg7qNiRvlOz-aK8Q58365MrOAzdgaLsfg','Very knowledgeable and caring staff. Will return if we ever need to','2018-08-10 23:55:19.555000','2018-08-10 23:55:19.555000',5,'sam burke','https://lh6.googleusercontent.com/-G8qkv7zZIAw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2ZorsbwCv_AGj3LXI41YJQF5lBg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40874),('AbFvOqk2pQ4bZYTrOiA9qyhtX6RphUnZMXDXow6wbKpiclDQTvz0W93d8KtjtpweP0dLERlKNJmfFg',NULL,'2020-06-06 00:24:16.393000','2020-06-06 00:24:16.393000',5,'Chloe Muna','https://lh5.googleusercontent.com/-5IH1u7mEjXA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1PMz0HVVSFuNUtxlB0NKiSJVfLg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38823),('AbFvOqk2qItpQeYJkaeYWItxUc3enVKZ9DmVJYxvPgbSHeWraUFVqZrNQZV9vrIpL82FdzpKfaJa2w','The staff at Signature Care Emergency Center are amazing, best bed side manner I’ve ever experienced. By far trumps all Emergency Centers I have been treated at thus far. Zero wait time, and everyone is very attentive doing everything in their power to make you feel as comfortable as possible. Special shout out to the three amazing medical gurus who took care of me Savanah, Jamie, and Andrew y’all are the BEST EVER!','2019-01-23 19:06:46.817000','2019-01-23 19:06:46.817000',5,'Melissa Snyder','https://lh3.googleusercontent.com/a-/AOh14GgDVbEZZ_N9AdakMqyJPGlQU4zNnoDtXpmCi1dY=c0x00000000-cc-rp','13486358490203335051',29928),('AbFvOqk2r7udoluDW85EZPhwLZBFlJDgyIvUS6J_VItcBPnWpthpRuiNPLLHMe_JsEDXh0XLfraClQ','Nurse Jacob and Doctor Vaagenes were super sweet and helpful. Every time I come to this place I receive the best care.','2019-04-17 15:38:38.998000','2019-04-17 15:38:38.998000',5,'Sarah Gallaher','https://lh6.googleusercontent.com/-Q3pRgVdMiQc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucldjm_uYgrS5Xw-dcNuGhh9yvz5lw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34891),('AbFvOqk2S9iQBYX_wDxxdmo69qvt97HhhyyMID4GIVjSjMsw_T7tpNxekByeyCyRzhn3FLFUqyIq0A','When we first arrived, we were greeted by registration (Dalal/Keshawna/Aislynn) with smile. The nurse, Sunny was very friendly and funny. Dr. Singla was very informative. Thank you for the care!','2020-10-03 17:09:07.928000','2020-10-03 17:09:07.928000',5,'Jamie Siu','https://lh4.googleusercontent.com/-lqkmpBALz5M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn8PGgfa0aawwlQlUujApYMAsKUTA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30073),('AbFvOqk2sov_BihmWpuNXFJS7QAeiIik5s0lNUWai9Wvc6aWLicGBh4NCW0FfzNY7CYR14ijsGjhGA',NULL,'2017-03-08 14:23:37.377000','2017-03-08 14:23:37.377000',5,'Shika Shika','https://lh3.googleusercontent.com/a-/AOh14GjBe9BTVuHMx1-qKMOLfNLe9VPiaIVx9QHGiA5q75I=c0x00000000-cc-rp','3511292162159714121',41094),('AbFvOqk2tN-TEdGuHQ6rcX-sxYvA147JgPkndq0U1l6TJG3kvqKo8xGZD0F0kppFThhJBk8rsdSe','Wondal friendly staff at this convenient location!!! They did an awesome job from front desk to nurses and doctors. I would highly recommend .','2016-06-15 17:38:54.260000','2016-06-15 17:38:54.260000',5,'Shelly Varley','https://lh4.googleusercontent.com/-_MFkXbRo2kk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckSym9UTPqne9KR6MJn587ntGNyOQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41211),('AbFvOqk2tqeJXmwdZU8VQDbyN02R_-xjPcychlr4KUl4Tf7KHgQe5htSke7bfBjN3KO82zs8xoEOvw','DR. Jordan Smith D.O. & Nurse: Kolodny, Mark, were great and tended to my husband and I very well. They were courteous and made sure we had everything we needed. Thank you!','2016-11-24 04:09:59.838000','2016-11-24 04:09:59.838000',5,'Fabiola Ramirez','https://lh6.googleusercontent.com/-IqjvIPUG6cE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmuYoDU6asb_jaALGIlOP7MXXmwOA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32767),('AbFvOqk2U1WyjtCQ2V3NuK3t--A0iEYoBhN90-tq9W1_EFx6pscBX85cLiAVR4k6PYFn1AfBaZgJbA','I would like to give a special thank you to Dr.Vaagenes and staff Andrew, David,Erin, and Sita for treating me and my daughter to exceptional medical care. We appreciate the timely care that was provided.','2019-02-07 05:24:37.987000','2019-02-07 05:24:37.987000',5,'andrea gonzales','https://lh3.googleusercontent.com/a-/AOh14GiqSR2h7rVubt2RFBHO_YQJcK8VL5zsHYypm8Pd8w=c0x00000000-cc-rp','13486358490203335051',29907),('AbFvOqk2UGREhpjeI0qOkIr9dHTGAAAWWvtkE1ZxubDzj7c0wTLwLqUTe0Sk2_WIiLrzvFmknDmF','Staff is very friendly. They show respect and care for you. Cody was great','2020-08-03 17:05:22.582000','2020-08-03 17:05:22.582000',5,'Gabriela Olguin','https://lh4.googleusercontent.com/-4-B7gXkeQcU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckjs7tokaAFWdfu4QPAnEEaJnOHlw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38664),('AbFvOqk2vrrO8emX6U1E1xrw7YxX_bDsuTMU7mgeJ7wV08xGKU1so42PMx3TlnFTnoU-mFW9YDTL7g','Thanks for the great coffee Tanishia and the great hospitality.','2019-10-23 02:41:39.977000','2019-10-23 02:41:39.977000',5,'Nickeisha Cooke','https://lh4.googleusercontent.com/-QNNUWtgosg4/AAAAAAAAAAI/AAAAAAAAArU/AMZuuckRnwmPOdQxfRteu0uElNF7K7wWig/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37935),('AbFvOqk2xAp0w1gchI5veZNpQXQ8zHRPLuhjI249pJNI4MDBeHYy3M-t8PxW_n1UquUDgt4nDrRK','Good experience.. they were fast and helped me with my problem','2019-05-22 03:46:05.235000','2019-05-22 03:46:05.235000',5,'Gilbert G','https://lh3.googleusercontent.com/a-/AOh14GidEzH5MNa6COdovuxTOFPKF0KYPI9w1kVwWaWg=c0x00000000-cc-rp','6521947413723274945',41722),('AbFvOqk2y-B9sGp2g3vsJ3K-hENwtPb1x1l367R5Arc8iwQlzMIOanLq-Yr3PwHg9WVm9zHadAmhMQ','I had an amazing experience from the moment I walked through the door even though I felt horrible .Staff was super friendly and showed true empathy the entire time .My RN-Irving was absolutely amazing both times I came in to be treated along with the entire staff and I have to also mention Christina -RN .You dont really feel like your in an ER ..you feel like family and they try to make you feel as comfortable as possible šŸ„°šŸ„°šŸ„°šŸ„°šŸ‘ŒšŸ‘ŒšŸ‘Œ..','2019-09-30 00:16:27.714000','2019-09-30 00:16:27.714000',5,'John s','https://lh6.googleusercontent.com/-EXCl9Kbh87Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclif80grRY4ZXKpfvNYI4wvKE94UQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29007),('AbFvOqk2yGkQcMuU73i-164I0OIgRpl3Ao8zlRfQnv_mJJqZ0pKxuWgPiC-OaUuMwk0gygtwgSt0','The place was very clean and full of some amazing people!','2020-10-09 03:29:11.144000','2020-10-09 03:29:11.144000',5,'brandi young','https://lh3.googleusercontent.com/a-/AOh14GiDunQgETM9YFn_W4Zm_Jmia1iuakZEft1sbn-pNQ=c0x00000000-cc-rp','3272657195432704501',39492),('AbFvOqk2ySep0AfEpyXWHXswwaimtG_jzCCbbWW5bc0COSF06DoZfWQLJl-Wo6GLZUFnrbgmsBH-Tg','Check in was quick and easy! Staff was wonderful and asked if I needed anything. Great emergency care center!','2018-08-31 02:20:09.091000','2018-08-31 02:20:09.091000',5,'Kayla Kieffer','https://lh3.googleusercontent.com/a-/AOh14GjFH46kVqbxoPSvyCJ_sC06GQtyBs74vCdFdO0O=c0x00000000-cc-rp','14567670160750071148',30754),('AbFvOqk2yTE35DYao4Ub_TzI_Ufr66osFMXd2rR_yitPSvCOJF7OlKjNDdGcghl3RiFPh-LWmplQiA','This was a one of a kind experience. I was so nervous about coming but am glad now i did. The woman at the front desk was so polite. Konya was very helpful and so very nice. Doctor Jolly was amazing and very thorough and detailed and he kept me laughing the whole time. Thank you for this experience.','2019-09-12 17:34:05.934000','2019-09-12 17:34:05.934000',5,'Loraina Camacho','https://lh5.googleusercontent.com/-EJf3xEEwqUc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclRGFJ0RmYiHnP2FXu7Gnrg9jyoUA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39264),('AbFvOqk2z3D2pSRc2DeThfRwvo9DsbezsIfOqOhSy5CFfziv_Xz8J0mVhg_vEJuEuN95SL7IUM_Vjg','Fast Results. Had Josh and Molly they were great.','2021-01-13 17:09:34.611000','2021-01-13 17:09:34.611000',5,'Shavonnaca Rowe','https://lh3.googleusercontent.com/-1Gr1n7lVi8Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckP4E75yf3OCak0inYn0AMNKaMFew/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44623),('AbFvOqk3_1wU1_M0X8H4IQAfrf0etm9oHi9OIveH3Nv6-mUNX2m0_tc-TsOGnJjZSm2SbWshEw6Cgw','Everyone was very professional and friendly. Would recommend them to anyone.','2020-08-05 09:18:49.824000','2020-08-05 09:18:49.824000',5,'Mitzi Mullins','https://lh4.googleusercontent.com/-2W7zT_H16uQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMVh0gyqXt8Sukvc5epmRY7UjvfA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38640),('AbFvOqk3_wSnonk5OKeVLz59tn-uK-dL4VEdWRtUMzMAr1iOmhuwI-M2NlpvXmZghTJJU13Hh5CU','This is my first time being here. I came in for a fever and sore throat and I would have to say that the staffs here are very welcoming and attentive. I was seen by Dr. O\'Malley, and 2 other nurses, I think their names were Patricia and Alvean. They were very informative and caring about my health concerns. They took time and answered all the questions I had. I love this place and the people here. Also, the clinic is very nice.','2019-12-26 16:33:40.039000','2019-12-26 16:33:40.039000',5,'Emily Anne Pham','https://lh3.googleusercontent.com/a-/AOh14GiaIYu1_BJU1YuaMAtR8Rj0hl9iPWXL06sIjp8X2A=c0x00000000-cc-rp','16389487648212004696',33573),('AbFvOqk3-Kz1IpBqLYwviBUpGSfi4XGOEA4KyoCfAEqEY6HPUR32-gskH4TQ-8utnFyIVcP01hktDw','At first I thought the 5 star reviews were like some type of bots you know but I had to see for myself since I’m always skeptical about anything, but anywho the service was great, fast, friendly, warming and I felt secure in their safe environment. and it’s true about a nurse calling you in so they can see you before you can even finish filling out your paperwork, so yeah I highly recommend','2019-06-22 15:06:14.745000','2019-06-22 15:06:14.745000',5,'Texasavage','https://lh3.googleusercontent.com/a-/AOh14GhAulWPlFysO6TCX1gTFT2QfCNcmow0L8FZjrgp=c0x00000000-cc-rp','14567670160750071148',30507),('AbFvOqk3-liY6Oy3TT2qLudzZ9gq9K-ugsP0X9i2nf_Oyq6FpxkspGx6gy5CZPsMjjjPBLv1bGfWgg','Very amazing nice service from SINDY everything is in order thanks','2019-09-04 22:56:02.295000','2019-09-04 22:56:02.295000',5,'Cierra Champayne','https://lh3.googleusercontent.com/a-/AOh14GgjZVP5fIoQ49v9DfNq6RmqUROIBNhBSgxtTuEM=c0x00000000-cc-rp','14567670160750071148',30469),('AbFvOqk3-wv1S2HD8h0PA52z8J1HH5S7zPpCitweVpz9_js0bFMvf8-gf2yzT4XUSvNFoc58ceRxpg','Very pleased with my experience at Signature Care ER in Paris. Fast friendly service. Ashley Burton at the front seat was great. Very helpful. Seen a doctor almost immediately. And the facility is very clean and nice. Definitely recommend to family and friends.','2019-01-10 01:49:07.848000','2019-01-10 01:49:07.848000',5,'Tonya Day','https://lh3.googleusercontent.com/-YhKD9lWP6xE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn3vlGCZhEi24az17JyWzDEDogA_A/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42181),('AbFvOqk31KZkgZBpQ5cS4R7G8B0fUJ9Uosr8bowg6lV4sJrAx-XX2F56YBGs86guqTxC5Jj2ackI','Was a fast and easy visit was in and out would definitely come back','2019-10-10 05:05:30.085000','2019-10-10 05:05:30.085000',5,'KeKe 50','https://lh3.googleusercontent.com/a-/AOh14GjkePJmHyoHp-pEuguoLCnJBB4wOgn4zSvNtxG4_A=c0x00000000-cc-rp','8918455867446117794',43189),('AbFvOqk31mSLLEx1Tb-G2N37h-biF_uvuSMGf817AP1vSmFJzVR1r0MSvdN5M9iinBhb304MEwD8Hg','The service here is exellent I\'ll recommend anyone. Mya was very helpful she has excellent customer service.','2019-12-10 19:27:47.818000','2019-12-10 19:27:47.818000',5,'Coco Handy','https://lh4.googleusercontent.com/-oeBUigdSCSI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJswVA7IB9sDs3R0aZs0WAfGEJ1w/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28954),('AbFvOqk32W3sY-BSp-5HQolUthteT910EZ5Lv1fHI1nsrvKxKt4z8B0G741ggAhpnhYGgkmMaql-1Q',NULL,'2020-09-17 18:50:04.417000','2020-09-17 18:50:04.417000',5,'Roseanna Mckithen','https://lh6.googleusercontent.com/-kuurN1F4MuU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclG8UvnKHSV5ETlFaNJW2pxNuAQ0g/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36535),('AbFvOqk33E0Dv9aCwi13UaD8PBFMLYqwtBUGNPnUfHhppKRnEvEQ29WYFcWV5QBkw1u1BjwPv7hQYA','The staff was extremely kind and welcoming. I was 40 minutes late for my COVID19 testing due to going to the wrong location but they were very understand and still accommodated me. Unfortunately I had to take my children with me but the nurses made is feel safe and even gave my kiddos snacks! I\'d go here every time!','2020-07-08 21:50:58.722000','2020-07-08 21:50:58.722000',5,'madonna parker','https://lh3.googleusercontent.com/-a78Qp4FXJu4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclbGav-wmEKeN7fhnrQF2zYiYM_Kg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40250),('AbFvOqk34MON4XoldOGAPLhxA5j8BCLJQtUVYnE-snbgMWNOhSsye7jUnYwENGo1eMAzqFPRycexTQ','Everyone here, from the front desk to the nurses to the doctor, were outstanding and provided thorough care/treatment. I definitely felt like an actual human being instead of just another patient to go through. Would recommend 100%!!!','2017-08-14 19:11:29.677000','2017-08-14 19:11:29.677000',5,'Katie Henning','https://lh3.googleusercontent.com/a-/AOh14GiLNMg3GPUUwd2ibHniZWKKiiGOih87aKRTz0P6DQ=c0x00000000-cc-rp-ba2','3511292162159714121',41027),('AbFvOqk371hjduC1joDLOXftFVX8hok9aKcO7Xoid77btbOlHZlLzK0AZ1Bl26WaxlE_crJs6b7w','Everyone is so friendly sweet and kind I’m very satisfied with the service I had here!! Hasan Erika Tanishia Angelica','2020-10-21 02:28:57.147000','2020-10-21 02:28:57.147000',5,'Katie L','https://lh3.googleusercontent.com/a-/AOh14GhyU6ZV7I16eNER70o9pljra0EIZMfHHCqNmD9n=c0x00000000-cc-rp','17898197009688164559',37492),('AbFvOqk37l9vMTqHlm4_0o64sWYEt123__qMkBlrTJOdjHE4hf0lVtCatIncuIbsDjeq99mOo1c8oA','the staff went way out of their way to help me last night, they are so crazy busy and they still manage to get everyone taken care of.\nvery grateful\n\nHighly recommended','2020-07-11 12:51:52.862000','2020-07-11 12:51:52.862000',5,'Brad krauss','https://lh5.googleusercontent.com/-fVf2NK3RRAY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucknugxudGRDdgAFoDjauTLAW7Rcxw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39047),('AbFvOqk38-Dhdzo-cSH5fOyUiTOveg5BTM1lA3uyWKMNPoa8S_qL0_N8K-p9GhlX3TJ1mJRfkJLJjA','I had a GREAT experience! I didn\'t have to wait to get admitted to room and the staff was EXCEPTIONALLY caring!! I left feeling SO much better! Thank you!','2016-12-23 20:59:24.867000','2016-12-23 20:59:24.867000',5,'Michelle Ortega','https://lh3.googleusercontent.com/a-/AOh14GhAFvx30h0K7on128i47g9yVqi40Q-GdPQr20YNnA=c0x00000000-cc-rp','14904078213800803294',32757),('AbFvOqk38AJswc7PYo_BR8VAN9BUV03-663oalj0DwbxBtM5gPAYWr08L6szeFquarAoW6sflLGq','This is by far the worst Covid 19 testing location there is. I scheduled online for a Covid test the available time they had was 1am and I got here at 12:45am filled out my paperwork and it’s now 5am and I still haven’t been seen I was told to wait in my car and someone would call me. I think they forgot me or they are seriously unorganized. Don’t come here I did my first test at City Doc it was much faster but now I want to see if I’m Covid free with the rapid test and I’m waiting forever ain’t nothing rapid about this. And the Also they charged me $10 to be on the list to wait.','2020-07-11 10:32:32.992000','2020-07-11 10:32:32.992000',1,'Divo Productions','https://lh3.googleusercontent.com/a-/AOh14GgIaCK3WV2ElB5iCkUPbldR5essezNAhlyXK-_MVA=c0x00000000-cc-rp','14748677429039074158',32035),('AbFvOqk38f4xAITItRnPRR69vDNYfL4K8rTycMwp3V3JOzz_meWWN80xJj7SJRXVRxYtDq4UNtEZjg',NULL,'2017-12-07 03:13:08.575000','2017-12-07 03:13:08.575000',5,'Remi Ogunlana','https://lh6.googleusercontent.com/-gSADEg5HF-4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckOcBp5dcMpwGN-R9H-XnHfY5ChwA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43450),('AbFvOqk3aoIIGvF-ak-DVWWfNIZvtv7Y5_-3IUGCieFyX4Jzywe9fCnDwJOnaDPfjAI1lulNvy_o9A','This was my first time to visit Signature Care (Texarkana). The staff were very helpful and friendly. Kara got me to the back and was equally amicable! My overall first impression is that the place was quite nice. Keep up the good work!!','2021-01-02 00:45:45.867000','2021-01-02 00:45:45.867000',5,'Ralston Marshall','https://lh3.googleusercontent.com/a-/AOh14Gjkm3_y2fWtXAKQek1XcnSXN4241SHextvZnvX5OA=c0x00000000-cc-rp','3272657195432704501',44253),('AbFvOqk3bijiZL9u4yupfQFSxTOpAo6QJ2moe7vT8Y35-UyNNOY-boWg_KZLD7OlhqXB_S-T7QsC8A','I had a very good experience I give my visit five stars','2020-07-09 02:53:34.466000','2020-07-09 02:53:34.466000',5,'Alexander Taylor','https://lh6.googleusercontent.com/-IyS29izvj3E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckthM21okyyZ0M8BXGG0vp3BT8jYA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32040),('AbFvOqk3BJObNZmQBOB_ySfa9EbB7at66qf-eQwrizFTCqGlQA0GF9ntzRxLRAIe6-1YMeIVA4k-Uw','Excellent service! Everyone was nice and very attentive! Go here for fast service!','2020-09-13 03:30:37.956000','2020-09-13 03:30:37.956000',5,'Haley Marler','https://lh3.googleusercontent.com/a-/AOh14Gi6V8z2Gb2iArIeZj8JnroEqCj-2eQgO6O4vEMY3Q=c0x00000000-cc-rp','2694018788013845459',38999),('AbFvOqk3cay12-aE-yJlgq0KfPfjG8iIyU2EPZbZpd1-DwqJ4eJj7w4r2xsU1fG0HEBKtFaWqtf2Jw','This place is amazing... we got in and out and service was excellent. I would recommend this place to anyone...','2019-03-04 04:30:11.741000','2019-03-04 04:30:11.741000',5,'K Marie','https://lh3.googleusercontent.com/a-/AOh14GghnQbsF3R4nG5nrPRO6ZHq0fucAWI3D2ERy1lamA=c0x00000000-cc-rp','17898197009688164559',38268),('AbFvOqk3dbWA9ommZKVwZOmzSfaX4oeYMtrR6EQvNjqAMcCC2um7CL_Ki1t4qBk-ht7Fe4DogwFu2A','Service was extremely fast and patient. Stephanie was amazing and super friendly, she offered drinks and made me feel very comfortable. Ybarra, Rolando, and Natalia was awesome as well and as a team all together i would definitely come again if anything was to happen. A+++++++++ !!!!!!!','2019-02-09 04:12:40.537000','2019-02-09 04:12:40.537000',5,'Teaira Lavigne','https://lh6.googleusercontent.com/-mWOmffUbf-M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVp6nF0eu6mHxbD6pSDalCNhWRpA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42731),('AbFvOqk3dkpMi-daSgesUudoaa1zL0dFn9tU5dykGX-tS_KCs6yysXgxh1W7d4BoaiyGIkhGYycCQw','I walked in with horrible pain due to an ear infection. I was seen within minutes and prescribed the correct medicine to treat it. I was given a pain shot on the spot to help for the pain, was very much needed! My experience was wonderful; from the front desk to the doctor everyone was awesome!!','2017-09-05 18:26:25.863000','2017-09-05 18:26:25.863000',5,'Stephanie Rivera','https://lh5.googleusercontent.com/-hGDOBpMIJ08/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucldYA4Q19hfcOi_fR51y5DvALyMHg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41024),('AbFvOqk3DoNbnATq_IW_Rn8QpEcCI2xT5hXKBOGJJKQs85xGZGNaz1CP8N5JofZq6L5A6Hs-hwfe7Q',NULL,'2019-09-02 18:10:33.558000','2019-09-02 18:10:33.558000',5,'Ginger And The Boxer','https://lh3.googleusercontent.com/a-/AOh14Gh1zslZQ2Z1GsPhGVfsXPr4OegALhOGBAtZ8tac=c0x00000000-cc-rp','3272657195432704501',39808),('AbFvOqk3Dxfz4LrZ5YRhwR9enlbR-LbmjKjFkQ1i3cGroSFYtBIceHoi1QIWJy7OluMLJ5njJEGK0Q','I was in a great deal of pain and was very fortunate to find Signature Care at 2:30 in the morning. Everyone was friendly, caring and professional. I was able to see the doctor a few minutes after arriving. I have already recommended Signature Care to several of my friends.','2017-01-23 22:04:08.595000','2017-01-23 22:04:08.595000',5,'Willie James','https://lh5.googleusercontent.com/-jyM_X20LWGc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmwpbfzM5HfUiDQjlhZXthGt18NfQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35524),('AbFvOqk3DzncN-LuTNm-yALkEu2JONAVL8YEE9xKDufQO_o9ZIlVnbsuWI6niDh56sgfHKNck9ItlA','Both Dr. Ortiz and nurse Ekaterini (Kat) were very awesome as well as professional... Thank you so much.','2020-11-08 19:41:22.229000','2020-11-08 19:41:22.229000',5,'Youlonda Byrd','https://lh3.googleusercontent.com/a-/AOh14GirrJ1aDswWK7WkgHP9M5WCOfC_-vYJf55feW5TN1A=c0x00000000-cc-rp','16389487648212004696',32967),('AbFvOqk3efg1-eeabOlkteBT0olilBQXSBJhrS5QcP-Uo1mT1OpYlIKVCJ4UyWXpR_5aX2N_NkTz','The experience was very good. Jennifer and Michelle got us registered and back very quickly. Everyone was very friendly and professional. I would highly recommend.','2021-01-17 15:55:19.341000','2021-01-17 15:55:19.341000',5,'Kelly Freelen','https://lh4.googleusercontent.com/-MVTAGR-FUp0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmHmN-MjmMqgglGSddf5TP7Kmz42g/c0x00000000-cc-rp/photo.jpg','8626688543755174284',44697),('AbFvOqk3ElEueZWMtbhDUlerNGI_215rTcOxB8M0roJDXkK2X5PbeIX5Qq159byvG7YuDi6UMbiXxg',NULL,'2019-04-23 15:19:38.408000','2019-04-23 15:19:38.408000',5,'Ashton Swize','https://lh6.googleusercontent.com/-QvJ9tWQ96ns/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckJpjTY2ExmZNRqrk46jJOkyRoorg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34879),('AbFvOqk3EZ0zKOWjnOfAdmXbMj0DQoCfy0yaTvuB_pzhXtT82Qj5XJVEfHDiDg7XiFIwDlqGSdAK-g','Had a great experience. Every one was so professional and very nice. Made you feel welcomed and comfortable.\nLorena T. and Victoria P.\nJeri D.\nJuan C.\nDr. Akunyili','2020-07-31 15:33:37.542000','2020-07-31 15:33:37.542000',5,'Erica Padron','https://lh3.googleusercontent.com/a-/AOh14GiD9HOx7k3Dye_nYAzBPbv9M_pesK7xHrEC0M5kIA=c0x00000000-cc-rp','16590124370714063921',34218),('AbFvOqk3f7xt7KBLSw8GOKjDIY78TTovMbgaqWokgnZwRB4tsm58nHHmog68R85G_YYHkz4ZNGGsCA','Great care, very attentive staff, frequent checks to see if I was in any pain or needed blankets etc. and best of all NO WAIT TIME to be seen by the doctor! I would definitely recommend SignatureCare for your emergency care needs!','2017-12-25 18:00:23.786000','2017-12-25 18:00:23.786000',5,'Luke','https://lh6.googleusercontent.com/-WE3WDATuhLw/AAAAAAAAAAI/AAAAAAAACGA/AMZuucmcUFJa7uWGCFkoKYyFlGqxmM__Nw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40980),('AbFvOqk3GWOup5DjVJT-q8fW0PgS0OE8FvMhhNiPNDQ6NMNYtsho374Tcn9Gxmq0GD7AZnWcIKRi3g',NULL,'2016-08-03 01:40:12.379000','2016-08-03 01:40:12.379000',3,'Aracely Lopez Lopez','https://lh3.googleusercontent.com/a-/AOh14Ghh2xOO2Zo1uTMpCIn_OErBMXjIbMi25I8cNX4Hsw=c0x00000000-cc-rp','3511292162159714121',41184),('AbFvOqk3gZY9d_rczb_0ncwTh6T_eI7z2-iemtOsrwAKnThFDAhhcX8-dNn4-2_1VF-DfBEXPE5d7g','They could not have been nicer, they were efficient and got me taken care of in a short period of time. And they are open 24 hours.','2020-12-17 17:18:31.290000','2020-12-17 17:18:31.290000',5,'Robin Garrison','https://lh4.googleusercontent.com/-323ngqtnt0w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm4LPuMa-LUnyb8kPt6X0JwjL-Jdw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40016),('AbFvOqk3H0UF51GENnYxvbXWDqG3QWj0_j7FJefj5enz4xXlj-aPbHRqCwmjh9-AorA4OUpsyE01','Great staff! Excellent care, very fast and clean facility!','2019-06-30 19:47:00.159000','2019-06-30 19:47:00.159000',5,'Jerran Townsend','https://lh4.googleusercontent.com/-rjNG1MTHSM4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclXtBBPcYp-Xo7J1W4bflVxlEMeCQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29749),('AbFvOqk3Huw8CU5AfylSgsRi_lYoSWt7DojD5Z9sna5C8f5iR8mfL8GI1lTO5N9N02ha3Ow__CNfjw','Excellent care. Gabe was compassionate and thorough. Raven was also so kind and helpful!! A truly welcoming environment.','2020-02-12 05:34:42.774000','2020-02-12 05:34:42.774000',5,'Seeli Summers','https://lh3.googleusercontent.com/a-/AOh14GhioK_Q2xfk3jeRzIlx-p8je9ROU7LynJRyE68=c0x00000000-cc-rp','16590124370714063921',34375),('AbFvOqk3jBSrIbw0MCcEC9yW-aXisoqRooicDNuxoXziP2Y5IyFNJD3RRL5dub65wQKQGaQDJ4p8FQ',NULL,'2020-12-08 11:32:27.563000','2020-12-08 11:32:27.563000',5,'Lori Turner','https://lh4.googleusercontent.com/-hgeW52KrXq4/AAAAAAAAAAI/AAAAAAAA8Qc/AMZuucmAky27fNHqXEYCSxBs2CkoWRA4tg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34050),('AbFvOqk3K2hoVpmdekVs4_Do5YsCTr3brHVWzXIM2uaT6hCBVoPlLv_5NM88Bv6upIxCXw_SSNDO','Air Ana took great care of me as soon as Iļø walked in! Everyone was super friendly, and compassionate. Both the doctor and nurse were really thorough! Iļø love it here!','2017-11-10 04:58:30.847000','2017-11-10 04:58:30.847000',5,'Keyanna Dudley','https://lh3.googleusercontent.com/a-/AOh14GjatYhVnbL7SqMkYW6yR0Jh4ZLpEM2tJdyKrl9qmQ=c0x00000000-cc-rp','3511292162159714121',40995),('AbFvOqk3KUaPCe18w6lpwD39X4V3H1mSCbAbWYavNYn8L0bfwJaN3AIFWfGlIdm5W0jTLH5Gc7f10g',NULL,'2019-07-22 23:16:39.919000','2019-07-22 23:16:39.919000',5,'CIMBERLY CONTRERAS','https://lh3.googleusercontent.com/a-/AOh14Gh9zFjr0xGOmUyxUGzbumRyTEguTPDM4WCHfmcM9Bc=c0x00000000-cc-rp','6521947413723274945',41647),('AbFvOqk3l02hNkNUkwbBJZUFbvyGZn64LkCcJZ-tI6PoVROZkui0uvOQHMS-RwqR8YiyG7xvtbqEeA','I love this place','2019-06-19 04:33:22.662000','2019-06-19 04:33:22.662000',5,'TX B. G.','https://lh3.googleusercontent.com/a-/AOh14GjyJAd1NZRIZwE3ea6XRDm55R0mrgZ2-61Xj3VCkA=c0x00000000-cc-rp','8918455867446117794',43248),('AbFvOqk3L4Fsvi7jrPjKHxMr-2vWYPjyJ210UsKRF_RUOJvw7g3EUbNVNQ0bnEavcJGSbkiG3CS09w','Dr souman, miss cherish, miss Agnes , lisa ,shay, dion and keaire were excellent and helped a lot','2018-10-26 03:19:26.411000','2018-10-26 03:19:26.411000',5,'Brittni French','https://lh5.googleusercontent.com/-6z7O21ikf4E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnjq5XmDTfB1vlPCnoVFtl-ELySeQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40802),('AbFvOqk3LczQ7K3_pCteCz2fcC4lig0nhgYKsn1NruTUyg128WULS2_MnsXPgk76T6xaoe7qRBivLQ',NULL,'2019-12-03 04:06:34.700000','2019-12-03 04:06:34.700000',5,'Laura Montalvan','https://lh3.googleusercontent.com/a-/AOh14GgL-Ix3ctTn-gk6QXJugk83JnX_i-crY4sQxcrY6g=c0x00000000-cc-rp','3272657195432704501',39759),('AbFvOqk3lTgOgj9q3EpGJYiXS_qiweA4Nj44XLrP5kndy5TD3bNKSHBLWkC0QeGMxHF_oCiMlOPWJA','Update: We are here again! We were gonna go to an urgent care nearby my house, but I really wanted to bring my mom back here to Signature Care. Mainly because, the overall experience and level of care offered here is unmatched! This time my mom had the pleasure of being taken care of by Julie(who brought us in and was so eager in making sure we are comfortable and explained the next steps to come after being settled into the room) Rachel the nurse was so sweet and calming! She was careful, reassuring and super friendly! Dr. Kotey (who came in immediately and got things going, and made my mom feel comfortable and relaxed) Ralph was in and out the room making sure we were cozy and asked serval times if we wanted something to drink. The radiologist, Diem went through everything fully and explained the process of a CT scan to my mom. And as always, paperwork and the expenses of the procedures/tests/checkup were the last priority- my mom was the first! That’s why this urgent care is hands down one of the best in the city!\n\nI haven\'t even fully left this place and had the urge to write a review. I have never been so satisfied and pleased with a place and it\'s service as I have been here at this emergency care center. Came here just to get my moms chest pain checked out and as advertised-there was no wait. They had us fill out a single half sheet of paper just to identify the patient and the reason of the visit. Called us in, and the nurse started immediately asking questions, very kind a full 10/10 bedside manner. The nurse was very gentle and attentive to everything my mom was having concerns about. The doctor came in and was very polite and began to get things rolling including the tests and scans. They were respectful enough to hold off the paper works (which is amazing to see in a facility because that shows they are more concerned about delivering the best care and not how much your pocket can afford). However, the receptionist did come in prior to any further care and explained the pricing and charges that will take place she also cleared up any question or concerns we had. I am so pleased and highly recommend this clean, organized facility with an exceptionally kind and caring and welcoming set of staff members to all those who come upon an urgent or emergent situation.','2018-10-03 00:38:46.580000','2018-10-03 00:38:46.580000',5,'Komal Farooqi','https://lh3.googleusercontent.com/a-/AOh14Gixb008Sg3vOSI70TEKknjy1YljjRDWDjyUqJN6=c0x00000000-cc-rp','17394740196501090048',36878),('AbFvOqk3LtXud69K4xoa_1XdAkIH9yXL4VQYK3SRgIhliytDZ60vxmPAIT2KWQV6-xJaI4tJdjBXjg','Amazing experience. Even with all the pain. They made me feel very comfortable. Therese M was very knowledgeable.and attentive.. AMD doctor elsbecker was very informative. Of my diagnoses.','2020-02-28 23:02:09.578000','2020-02-28 23:02:09.578000',5,'Justin Hayden','https://lh4.googleusercontent.com/-cNUYoGpnkCE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUHBtxmd5YqlZY9xMUBXspVINrSQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41432),('AbFvOqk3MLZMmUIMQoS08PpevUSXXxlKd5K7uKE1oboWGXUvAfgA2aBVWsVAepYviy4LIERIyvRNQg','Was actually my first time going to signature care and my experience was all around great from how fast they check you in, including the help from dr. Cavazos , alvean and Joshua they helped me feel very comfortable and most importantly helped me feel better','2019-04-14 21:09:27.453000','2019-04-14 21:09:27.453000',5,'Faith Stewart','https://lh3.googleusercontent.com/-_kpIS5NPCns/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6B7xA3xN8Fp2RbHLrVQZUoraRJg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqk3n5K2-bT_omLovKuQw7TrNcOZcQC76WgP-vhYL-5K-KzocDlzTJk4odEM3lxmbiTp78eE','This place has wonderful Drs and staff very satisfied with my visit hear no long waiting time very nice friendly staff thank you so much to RN: Karen, Rad/Lab: Sherri, and Reg: Keo. I truly recommend Signature Care Emergency Center you won\'t be disappointed','2019-05-30 14:19:12.020000','2019-05-30 14:19:12.020000',5,'Adriana Vasquez','https://lh5.googleusercontent.com/-0dMtsUt2R1U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZBwuV2B7tiUBS3GdiLE2IxfDLjQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39861),('AbFvOqk3NmFMMCTimL_oYZWeJVN7xwdn5Hf34l_8nMpSbFXcZpVn6Y5WPQKeLymzITPfSKuIflgX6g',NULL,'2020-06-10 21:57:29.722000','2020-06-10 21:57:29.722000',5,'Jessica Stanford','https://lh3.googleusercontent.com/-vs4WVww_5yQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmwaQnJCUai6Hw4h8E2qn8udQ2P9A/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35892),('AbFvOqk3ooj2iN0610MrDwM8FtS7nw65Kii3HmtfaNXF3KlUrhnuw_OgVPioDJj4Hkhpvs7e0bMRSQ','This location was nothing short of amazing! Despite the circumstance and stress of having to take my 6 month old son to the ER due to a high fever, this facility and staff made the whole process, comfortable. We were greeted as soon as we walked in the door, & my son\'s vital signs were taken by a nurse within 5 minutes of arriving. I was expecting a very long wait to be seen by the attending Doctor, however it was the opposite. The Doctor saw us withing 15-20 min at most after his vital were taken. The entire staff, Nurse staff, and Doctor were compassionate, informative, and attentive to us on every level. My son was discharged around 10:30PM & the nurse even took it upon herself to walk us to the car & help us with our things, which was one of the kindest things a medical professional has ever done for me.','2018-09-14 19:24:54.774000','2018-09-14 19:24:54.774000',5,'Holly Pulido','https://lh3.googleusercontent.com/a-/AOh14GgDsUSBhu4qceHW7u0qOJtn0xLgwrkc94rGy8_WqA=c0x00000000-cc-rp','3511292162159714121',40832),('AbFvOqk3ooPi3xlyB18x5E6aExVEVXgrmByMeiftfSAroF2NzdBQ_UR0Q3NAQAe4o22eraMyUfXJ4w','Awesome team that worked with us today! Highly recommend! Thank you Aaron, Dr Miller and nurses!','2019-06-14 18:35:29.363000','2019-06-14 18:35:29.363000',5,'Donna Sturdivant','https://lh3.googleusercontent.com/a-/AOh14Gh-_c-ttMP-PzfTIHlsueepHOoH9NT824SJV54bqQ=c0x00000000-cc-rp','6521947413723274945',41694),('AbFvOqk3OTNzcTboxZNdDTsFpZ9Skiiut5_pQ2ec4MZIR15NJqUJLdA2Cuu-8ev9CmohsNd___Up','Our nurse Kara and Dr. Yost were very helpful and thorough when my sister and I went there.','2020-08-30 01:12:22.217000','2020-08-30 01:12:22.217000',5,'Jade Duhart','https://lh6.googleusercontent.com/-M1_yIuQmlfk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckq3nzSsG2RAiBw4m_PNlq288-aZA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39538),('AbFvOqk3P3okrmBOIK5EeiRp3ljHPETYW6HTP9r6Ri70BjMxJIoZdu9NBmgwNQ4DwfPTNRZDkdDJwA','Good with kids, fast treatment, excellent service. Chris and Linda were great.','2019-11-25 17:44:46.867000','2019-11-25 17:44:46.867000',5,'Kari Cozzens','https://lh3.googleusercontent.com/a-/AOh14Gj2qltj283Wq-y9c7YkVk03lE8Y5xJKB0uwvpQ7=c0x00000000-cc-rp','16891069708558046635',36068),('AbFvOqk3p63AADPtwrVeBMaW5osr6VYL2-R7NfbagjnQJaSb5vpLBs4BkLJkfIs94EyCp5uSQcfFEA',NULL,'2017-06-11 14:29:48.383000','2017-06-11 14:29:48.383000',5,'Michelle Alva','https://lh6.googleusercontent.com/-cJM_22TEorM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn1PzzOgVND0IZzLtElCQx6hY0sOw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32672),('AbFvOqk3pefuQtb9oAc1uxwcXbyvkA2lt3Jvuv4eY1BkBsLCFhzJOLT6vz4ZpjDVT3_5s1EbbEw-ug','I was very nervous because I usually have bad experiences with doctors. Very kind and helpful. I would recommend.','2018-10-10 12:36:53.584000','2018-10-10 12:36:53.584000',5,'D S','https://lh5.googleusercontent.com/--VEm239rFv4/AAAAAAAAAAI/AAAAAAAAAHs/AMZuuckrv3OZHvQazYxkpq3YoBUJZwWlhA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40809),('AbFvOqk3pnSOjRlZ5OpEvLRgxegSMVacNVi_vX4laq9cx2TczRrpZ2DvSfgE7ikXoQRGydzJPJ5-','This place is a nightmare. The staff is friendly with, but this does not make up for the complete incompetence of their system. We scheduled a 9 pm covid-19 rapid result test at a cost of around $200. We had to wait in our car until 12:30 to get the test and the results which were supposed to take 5 minutes.','2020-07-10 18:34:56.178000','2020-07-10 18:34:56.178000',1,'G Andron0462','https://lh3.googleusercontent.com/-ESVb13f480s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3jHYZe-Lq1lnnnB7lR8WXe6IVpw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38802),('AbFvOqk3poe6a8AvX4NNwmOL7RGoRMMcj8lW4bk8vmH_3Un-OuxvxpnprExmLTAdveNQts7lhAN89A','Kristina was very sweet and their service was very quick and Doctor Golla was great as well. He was very attentive and knowledgeable.','2020-02-26 21:57:22.333000','2020-02-26 21:57:22.333000',5,'Theoneand Only','https://lh3.googleusercontent.com/a-/AOh14GiQsRTkal7esdh9O8uo8WTDUh1PsI-WKgD2LUhN94k=c0x00000000-cc-rp','12541597562633926366',28685),('AbFvOqk3PSGpouSkYkX3DUPXRFoTZ5P1skfXfzGmA0wnapZ3bK8FWfYPi2SKrsLy_IQtACDAJ98Hxw','The staff were really nice and friendly. Also very helpful and caring.','2020-03-14 00:43:01.624000','2020-03-14 00:43:01.624000',5,'Jennifer Montez','https://lh3.googleusercontent.com/a-/AOh14GgdMhw7o_yEMgmNQS-b9u5iqJDYxCJ5nLGe6UyuJg=c0x00000000-cc-rp','14748677429039074158',32107),('AbFvOqk3qIIQBHqwERnR4kokAUppMNzp6apf67mJCxv7ELi7L_PfyXeyrvNV8ymJVfcno-Hl3IM2hw','Great staff everything went fast and well!\nThank you to the front desk -Tanisha','2020-03-20 04:45:47.593000','2020-03-20 04:45:47.593000',5,'Amalia Umanzor','https://lh3.googleusercontent.com/a-/AOh14GjMTlUFwYu7K_zW9MqVrKLdnOt0bs62TlztfirCww=c0x00000000-cc-rp','17898197009688164559',37614),('AbFvOqk3rCXwbJFrxQMydcJSZ8lUjtZJ9PnoAiwItG26kUv8lD3w9fJfdFUBmzN2R6Hph3NtfOddIg','Always polite! Always professional! Always patient! Always positive! I\'m so happy to have this ER center near. We have been 4 times now, and every visit is PERFECT! I wish this was a regular facility because we would make it our primary care. Thanks Signature Care!','2016-04-27 11:21:07.303000','2016-04-27 11:21:07.303000',5,'Melodi Wyatt','https://lh3.googleusercontent.com/a-/AOh14GhPTFBzQ1bg2gu34Qz281X9PQKdSLbNHklK517U40Q=c0x00000000-cc-rp-ba2','17394740196501090048',37358),('AbFvOqk3rOMgzpDbOHu7wh2eq1Q3QhVo8AGRTHa47ag0b-DFYn5TzxZKuT99JlGUryNFTVYUXx_p2w','Signature car is Very clean and comfortable. Nurses and doctors are very professionals.','2020-03-19 19:58:06.938000','2020-03-19 19:58:06.938000',5,'Mokhlis Altawashi','https://lh3.googleusercontent.com/-AjfOTJ6Axd8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVmocoY7l_r2tbGF_jNaSn37wGpg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40273),('AbFvOqk3Sv0dK6zbXOQTzAye7DZV_pcNlJT9w9O6y_pOWlt4JJluQ905D2t03Q9DJQTPn5q4CYS5Pg','Very good service','2019-08-11 02:59:48.941000','2019-08-11 02:59:48.941000',5,'H. Mesopotamia','https://lh3.googleusercontent.com/a-/AOh14GhRnGvnXx4tfw0cue0AmTW7097bmfxn_WpYdMo_bg=c0x00000000-cc-rp','12541597562633926366',29055),('AbFvOqk3sYblE0T6Ryqmc6EO33KZYrLqsioxa0fbB1ejsgAfFJ4p8UW_RA6kINZrJ6f0x1W7Wr7Thw','The staff was wonderful! We were in and out for a minor emergency in less than 20 min. Everyone was thorough and professional. Dr. More importantly, the rooms and waiting room were VERY clean.','2020-10-18 02:03:50.282000','2020-10-18 02:03:50.282000',5,'Savannah Daggett','https://lh3.googleusercontent.com/a-/AOh14Ghq6S0rpzp2C6KL65IKyHjYcQsnKj-HnXp-ZSM-VQ=c0x00000000-cc-rp','2077061009497551125',38475),('AbFvOqk3tRam49HAVHd8eAszCgftfykJgZh4pXK5VlZ5WqlSD-hE7mWqP3aO0yOVdAd0kziHW9ukew',NULL,'2019-01-04 03:20:15.818000','2019-01-04 03:20:15.818000',5,'Melissa Hurbs','https://lh6.googleusercontent.com/-rtrgxXIzg_w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn3YrfpIkrLrEDN_6msic6Lpm3g_Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40762),('AbFvOqk3TTZlWgaVNww3w_lY1qUTuyYvl55Lu8A5Wu1wKgUWVL1HJtTL5p1tm0hUpIS6Wrcw4Te3','Jennifer, Erica, Ashley k, and Dr Curtis were all very careing and helpful for me. They came and checked on me and made me feel comfortable. Will definitely go there for future sicknesses.','2018-12-02 15:10:59.208000','2018-12-02 15:10:59.208000',5,'Chelsea Brown','https://lh3.googleusercontent.com/a-/AOh14Ggah5MWXMHRCsndbfcomhmMERmDQf_UuqAjTmjw2Q=c0x00000000-cc-rp','8626688543755174284',42224),('AbFvOqk3TYzgEFsYVp6-iY-xUkz55-syMqYvaPfn0Jv06anoSlQXPF8aPamclZvdpU4B6sfhH7wbig','Best ER experience ever! Check in was quick, less than 5 minutes and serviceand staff were great.\n\nHandsĀ down the cleanest, friendliest, and best ERĀ experienceĀ I\'ve ever had.\n\nThanks Alvean and Patricia!!!\n\nļæ¼','2020-02-09 16:55:52.285000','2020-02-09 16:55:52.285000',5,'robin williams','https://lh4.googleusercontent.com/-aECkWTU0lu0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnPa_bWmsqwDKirRB8ixbaqicE0Rw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33385),('AbFvOqk3UALTjEfCFAtyw2FmKqvdaWycd7E9m_h2-n9zdoUq_fAiCRaEMVxLxI5xhdl2W2DOo-jnLw','Chelsey the best','2020-11-05 00:14:12.612000','2020-11-05 00:14:12.612000',4,'Erick Vilchis-huerta','https://lh6.googleusercontent.com/-vHrjGAEP2Bw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclbg6hXGXbtKeUzYxuSSXj0pp4-HA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35642),('AbFvOqk3VoffAfIwI12yui5Wbvd0EvOww5UzTlYqL-B0rPnWJKi-nchUwVbZLVHuI6V7z4Cqi10f','The staff was very friendly and helpful. The facilities very clean and in good conditions. Everything was perfect from the beginning to the end. Thanks for everything!!!','2020-10-20 22:06:47.245000','2020-10-20 22:06:47.245000',5,'Catalina Maloney','https://lh5.googleusercontent.com/-xVGV2H4TBiU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckVSZh6nW8byy-B9HzEwIDwj4Fbtg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31482),('AbFvOqk3vsvNNzZUFH92_nxeZQvFPuA2RHEGQejMFMJIWEoSp8BpL3PTgYV48psWphY5mQSgJ2VxLQ','Nurses and Doctors are extremely nice and they take great care of you. Nice and clean environment as well.','2019-08-01 05:18:18.747000','2019-08-01 05:18:18.747000',5,'Brianna And Joel','https://lh3.googleusercontent.com/a-/AOh14Ggyc_4lJ8SdlufStU55IJu5QT6yfGb5M_H7ior1hg=c0x00000000-cc-rp','2694018788013845459',39293),('AbFvOqk3XNeOrmARHWva585a2xlSZkY9yyz3-Z6Qn7WN2XGhLpbHzsYVSK_njxZG7ybiTUaZlCn0mA','Literally the best care I\'ve had by far I would recommend them to anyone! Thank u so much for your care','2018-12-09 02:17:03.839000','2018-12-09 02:17:03.839000',5,'Natalie Richards','https://lh3.googleusercontent.com/-Op3EPEFEJf8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucngR7GBVSMtHr3MBc0UjE8UoaDxeg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43334),('AbFvOqk3y_DglEP5cVzjHevcukbZeimFFpGNhEqpdXe70P-TipHNEcZTXZDRK50U-nFTeu0Q-fxl','We have been here a couple of time with different family members n has always been a Great experience. Their team actually saved my husband\'s life and I\'m so grateful for that. Way better than MMH','2019-08-05 18:54:21.077000','2019-08-05 18:54:21.077000',5,'Brittany Johnson','https://lh6.googleusercontent.com/-GZxmwN5hclY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckqSqqGm_VgWtOXVESQTO1QP7GnYw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29708),('AbFvOqk3y6DW3XqIB0Rt28mKMCpGY-VjtzSp9zY0p5vmRVqeM3v4-tfJyB_neNpc-Z_EJE3iY71IeA','Amazing friendly service, they really know how to make you feel better and they pamper you😊😊. Extremely professional.','2020-06-30 18:20:29.728000','2020-06-30 18:20:29.728000',5,'Rox B','https://lh3.googleusercontent.com/-F7WcUFNu30M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckfRVvdRR1h5hdkxy2KMJnCO38INA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32055),('AbFvOqk3YND4dOpikfCK49J2ewo0tA1CM9oxzJCyy2pD7fqJ-rTg4CxvI6KlMsX1ZPrnN_YIPBbA','No wait at all, Kendra and nurse Gabe got me treated right away.','2019-12-10 17:38:18.711000','2019-12-10 17:38:18.711000',5,'Layla AlÄøowaтlι','https://lh6.googleusercontent.com/-7UAlQ4ZIqVk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnOWnJ02rK0zc4aFPv3t-HjeB4jiw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34502),('AbFvOqk3zQzCcZZFqPU-9iWNNwIznHljRcq9Bp_cYESK92amkTRhI3BsuRKUIJMAtJZaf_8plun3','Good professional staff. Dr. Rose, ER tech Chelsey, nurses Remington and Megan Radiology Clay and the beautiful lady in front desk Aileen thank you everybody.','2020-10-10 19:57:49.503000','2020-10-10 19:57:49.503000',5,'Raul Flores','https://lh6.googleusercontent.com/-YVQX8SkA9KQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnYycATkc3P2A_mK1U_m_k8qhn1zQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35718),('AbFvOqk3zX5BUtcDdd11NFXUcrN0wv5fSaHLGJatUkD3G3sr1kuVWtGr7ecPYwUGbyjmGgGD6RBIuA','Great staff, Jessica S was very polite and professional. Highly recommend!','2020-11-07 03:49:00.854000','2020-11-07 03:49:00.854000',5,'Nadia Dleon','https://lh4.googleusercontent.com/-CYw8Onrwipw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmuhExtiYb02gkohwNqix6Gjl8hpw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31398),('AbFvOqk4-auQNEUIJkWOINbkMJ35m6kQiljE7ziDcHs4GjXZobASCxPPRa4UVqQnpz2fO_CuBRrg',NULL,'2019-05-07 19:23:39.257000','2019-05-07 19:23:39.257000',5,'dianellys frias','https://lh3.googleusercontent.com/a-/AOh14GjtDhxgUCeahQ66gp8fmCMkghWFLWivmW79Dnrf=c0x00000000-cc-rp','13486358490203335051',29852),('AbFvOqk4-sKuq8jN_UY61K2VZNI3kFjfjdYK6dJScSTP9bMGAwecK32GLyEcMAMO26g_Af7VZcPt',NULL,'2019-09-30 21:24:33.004000','2019-09-30 21:24:33.004000',5,'jejuan mckibbins','https://lh4.googleusercontent.com/-rdxqNUM6qOY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnFnwbJb6u4GYJSliM79yJ8zJwgBw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33924),('AbFvOqk40cb9nOaWoIlJCJ1Ti_4Fhk3-87Nsk3mMqdUzJriXTt8KPKn-7QapDt3aGV2oYRTWuFFM','Absolutely professional, very caring and quick. Had no issues at all and the nurses and doctor were great to me. I had doctor miller and the nurses Laura and Agnes helping me.\nDef come here for minor to major','2019-01-31 18:54:46.243000','2019-01-31 18:54:46.243000',5,'CommanderMau9','https://lh3.googleusercontent.com/a-/AOh14GisVuPkl7fa168Jtmg8rnCm48478eJo48wfr3GQ=c0x00000000-cc-rp-ba3','3511292162159714121',40662),('AbFvOqk40JOSmyUE0_R0aM0UaO9sjI06P2kyAwXdEZFrK0i1dKvaEydUL4oxJ3GMUd8j7jgzQfzQ7Q','I was not prepared today to have an accident but it happened. So I found SignatureCare ER using maps app and came in to get my wound fixed up. The staff especially Dr. Sylvester and nurses Laura and Amy made me feel at home and got me fixed up very quickly and professionally. I felt at home.','2019-04-13 20:32:01.620000','2019-04-13 20:32:01.620000',5,'Rob Ramirez','https://lh6.googleusercontent.com/-hD1JEf8hzHI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckK03qviomDTc5OMqFFKLu__vQkMQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40604),('AbFvOqk40nkIR12BDNnrqhfz-qAeFaEk_MEXYY6AAaW5Cg6HmP6JW4MxywSBGma5T0Gdh-2Eq7LOiQ','Amanda, Kate, and Bretnie were extremely nice and helpful today. Explained to me the whole process and helped me through my visit.','2020-11-06 21:38:45.674000','2020-11-06 21:38:45.674000',5,'Tony Truong','https://lh3.googleusercontent.com/a-/AOh14Gh0P6pVM23nS78UOOAQkKddwjSyYB_UR4at-JxEAw=c0x00000000-cc-rp','16590124370714063921',34077),('AbFvOqk42g7RsFthB6ZDA6K84UnMt40xh_WpDlq3-BJQmRZwXuiCquXldt6Yhq3yUBai5Pj7Sb4zFQ','I came here with my mom and had a great experience. We really enjoyed interacting with the staff here! They were all so nice and took time to make sure we were well taken care of. Angela, Amy, Kat and Frank made our time here fun and that says a lot for an ER! The wait times were also very short.','2019-08-10 05:19:21.546000','2019-08-10 05:19:21.546000',5,'Raegan Lane','https://lh5.googleusercontent.com/-_laC8n9Zgxw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckrMkn6xnIeKSlx91jmXoscU1iz4Q/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39284),('AbFvOqk43VMUCrlrQZiX9qKeHzHGFdpDMGD_zDKxb2_OWNZUgsNOF0Ow1aDHVNkpBR5jj4S5LOXy','This place was amazing...Great care from everyone...Jocelyn the register....Alvean..the nurse...Tricia from Radiology....And of course Dr Henderson...great care','2019-06-20 14:40:52.230000','2019-06-20 14:40:52.230000',5,'Tammishicka Carr','https://lh5.googleusercontent.com/-ZVIUYYpHZY0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclic7VxXtElZcKwka9-iNLzlPQOlg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqk44SZV0uVMP4q-qlsCaNBlKSgLGoDNckmOrP6OFYAtx4cHIOlq5dVW3mca4EdGgF5Zj9Yk8g','I really loved how Brodrick R, Bianca M., Dalia R., Alyssa P., and Briauna L. made our visit to the ER come out smoothly. They are so friendly and nice, and make sure that everything is clarified before getting seen by a doctor. I wouldn’t hope to come back but will be if necessary ā¤ļø.','2020-08-13 23:29:08.986000','2020-08-13 23:29:08.986000',5,'Veronica Sanchez','https://lh5.googleusercontent.com/-WABbwuJrUQE/AAAAAAAAAAI/AAAAAAAABeM/AMZuuckoK-RRUEGP9OXBLy8QeZ_cww8kEQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42936),('AbFvOqk46CmjIPW3mNDWB6sW3mszhw4Hwco-rBQEBd-fX8zAIoQ3BhqZp1crWFSBVspi7lQkcUO_',NULL,'2021-01-05 15:49:37.250000','2021-01-05 15:49:37.250000',5,'Angelica Batiste','https://lh5.googleusercontent.com/-MZklH1DhUmY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmkPXyWVk76MycU10fxhAolLk5MMw/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44355),('AbFvOqk47-Kec-nvc0AK5M7z5gjVewgZjzaMJz4G01OTF7MIyDZ-O1PBJj4aiWZCn4wmFUxySWeF','They were nice here and took care of my brother. Thats what was most important to me! Will definitely come back if we ever need Emergency Care again.','2020-01-18 04:19:50.139000','2020-01-18 04:19:50.139000',5,'AARON VILLARREAL','https://lh6.googleusercontent.com/-5DKKMZVyht8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn30-J2pzoV6qd5wTwdsOLDviTYnw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29475),('AbFvOqk48yFLS9fsvqlcs73oE1dpAkWDZacmvcMmncz0pDu9NHbPrO3a5XuBAPRq6dF__4wuTB2NPg',NULL,'2020-10-16 22:49:32.773000','2020-10-16 22:49:32.773000',5,'Keena Bonella','https://lh3.googleusercontent.com/-WhsLWonUruM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmI1rbK_hoL0FjB4rsM4w-xrLiaRA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29294),('AbFvOqk49-riWJ0Vdz6mXZ5W1zXys25AXbcxNzm0orqrGtbzj-Cg5nF_CDmeOZpA1IuZOd5nE6laiQ','Prior to seeing the doctor, front desk at this S.ER location told me that my insurance will cover the visit, I trusted that information and agreed to see a doctor here. Weeks later I received a bill over $1000 for an ear infection treatment. Be careful as they are not honest / knowledge ! Do your research before entering!','2020-12-01 05:14:28.435000','2020-12-01 05:14:28.435000',1,'Atin Rosen','https://lh4.googleusercontent.com/-Zvu9yXPdObE/AAAAAAAAAAI/AAAAAAAAAWc/AMZuucnGW9bcPgEiJ2nP7OscswhyYhzvsQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30001),('AbFvOqk49OOMiyaQu_Jqncm3xy6Mwwqcn0i-DoePCUoc_B013TFTBqXghUu9EDen8wtA1cfV_K2E','Very nice and clean Emergency Center. I was greeted by Alyssa and taken care of right then and there. The wait time was less than 10 minutes to go to the back. Facility was very clean. Rapid Covid-19 testing took 20 minutes. Felt great knowing my results by the time I left. I would recommend this Emergency Center to any one.','2020-10-09 00:19:29.114000','2020-10-09 00:19:29.114000',5,'Dominique Turner','https://lh3.googleusercontent.com/a-/AOh14Gi0meNaiHjvk44dQRiJg9wwtSkAo0jgtONNy-H0mw=c0x00000000-cc-rp','8918455867446117794',42871),('AbFvOqk49w9IziHbU4CQ47DsATpq8hPaSu6lFyFWTjpI5IKKymqPFZlXPECIireklure0f0oTl5uaw','I will be visiting this ER location again because Rayven was nice and showed professionalism.','2020-01-08 03:30:19.849000','2020-01-08 03:30:19.849000',5,'Chloe Dumas','https://lh3.googleusercontent.com/a-/AOh14GieKarkxW4rbPQG4x5x1kf7qUnM-sgithvmgtkiIA=c0x00000000-cc-rp','16590124370714063921',34462),('AbFvOqk4aG9SUnixMEiOhkc86yrev8n1klldt09iInxyQA3XgNXaqbbuOAIvOCt7APDeCy6j0Fsk3w','Rebecca, Stephanie, Gabriel, and Ricky did an outstanding job! I was welcomed (even with the masks on) with smiles and they were helpful in answering all of my questions.','2020-12-20 04:59:22.843000','2020-12-20 04:59:22.843000',5,'Jacqueline Smith','https://lh3.googleusercontent.com/a-/AOh14GgVxy00oLRwPuzREbtg9vQyFx0e-uYYQEc4BU3dzQ=c0x00000000-cc-rp','16590124370714063921',44526),('AbFvOqk4AVF_vRJTKrvwThNmOFXe-UKeejb__W00p2u8I6vXycvLmJyC282ycfPIDh1fmkjQjmvquA','I came in and the staff took good care of me and helped me get over my stomach virus. I plan on using this place again','2020-02-20 00:40:28.641000','2020-02-20 00:40:28.641000',5,'aaron gigout','https://lh6.googleusercontent.com/-0L36Wgy1odY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclGUMsHe9B-sE0YX4HYDydG9aGOpg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34354),('AbFvOqk4B0ScDTRZHieS_UkiN2bS8eU2rUvu6MsuTMQaQ_Y3VoPQCiTzf8lpljMGr5D41qBPukY_NA','When we arrived, Jocelyn received us very cheerfully and was very pleasant. Dr. Harjai was very quick to see us and very personable. He made sure we understood everything we needed to do to take care of my husbands wound. Alvean, our nurse, was very kind and helpful in showing us how to dress the wound. Everyone was very pleasant and best of all we didn’t have to wait a long time for anything.','2019-05-25 20:28:52.431000','2019-05-25 20:28:52.431000',5,'STEPHANIE PEREZ','https://lh3.googleusercontent.com/a-/AOh14GjiG9xLp7R6jkPdKTUEzc0D8KQTS9QOD1HGbr-O=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqk4Bj9BRrmg-HJTdpsMV_ZGBxBgovyUjePQ0fK6KB6n_ZnBz8fVtGGswhJc-7kJXflvO2ZKMA','Christina R., Clay, and Dr. Rose were so caring. Thank you!','2020-11-08 14:15:46.977000','2020-11-08 14:15:46.977000',5,'Lisa Cantrell','https://lh3.googleusercontent.com/-6Zuhs5mrMKc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucktDjcK394p7tghl4AKn-80l1-kDg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35618),('AbFvOqk4cD6B0hvgXtpopk5JW4N4eRjWfcAbFeGs6Uk5xiasUR_WPeXpbXiR5sbCk1kaLY1MeSHp8A','Samantha and the entire staff here are great! This is my go to urgent care. Has never done us wrong. I highly recommend it.','2020-12-16 04:42:53.670000','2020-12-16 04:42:53.670000',5,'Tera Acosta','https://lh4.googleusercontent.com/-iwKKOw5i_MM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn83nVyD2oc-Ab1I0foa-T4fdLaxQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',29984),('AbFvOqk4CzQwW-HcOhrgOg0ogHCIj5M35Y-TyavWkgGEITvpvzt5AP4vsyrFDK9wnU4S-bDYDA_m','The people at SignatureCare Emergency Center on Westchase were some of the best in the industry. The front desk person, Dee, handled the paperwork and checked me in a timely manner. Stephanie, the nurse was very kind and sweet, and Dr. Grinblastas handled my situation professionally and promptly, which I greatly appreciated. I would say that my experience overall was excellent. They took care of me very well and gave me the treatment that I needed. I really appreciated the walk-in service or first come first served. Compare to St. Hope Foundation and others alike, this place was day and night difference because I did not have to wait for one week JUST to get my appointment scheduled in order to see the doctor or even get treated. This is a very big deal for me!!! I didn\'t know places like SignatureCare Emergency Center existed, I didn\'t know that I can just come in on a relatively not so busy day and get to see the doctor within 10 mins of waiting, and get treated on the same visit. Not to mention that they are opened 24/7. Overall, my experience at this location was second-to-none. I would highly recommend this place and I am definitely going back here again for other treatments.','2018-09-25 22:13:42.686000','2018-09-25 22:13:42.686000',5,'Tuan Le','https://lh6.googleusercontent.com/-2shfUs1ABo0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckh8aQsdk047tjKtBEr4SVX6myPKA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29192),('AbFvOqk4D6PUST5aDZ8BJJQ6F4xvAXfJLOVwi_NT0rybwMwnZWcIHI731M9MWZZU4VprT0jvJmQHrw','This is the 3rd time I\'ve been here and I can say everytime the staff is extremely attentive and helpful. There is always little to no wait time and we\'re always out quickly.','2020-01-04 02:58:14.495000','2020-01-04 02:58:14.495000',5,'carissa urias','https://lh3.googleusercontent.com/a-/AOh14Gh1v09brz3AsoMSjbxahPj09GMf_Fka15lWBOojVWk=c0x00000000-cc-rp','13486358490203335051',29498),('AbFvOqk4D9WaUgpaOb5qNuwGhWtldXnkw1R13gD5zsKSOIFVqr2jjna38AR-u6lRU5lNcnb983AN','Last night was our first time to go to Signature Care and we were seen immediately. They took great care of my son. Nurse Kara and Dr Yost were awesome and very professional. Grateful that they take my insurance and we’re open when we needed them.','2020-05-23 12:58:27.224000','2020-05-23 12:58:27.224000',5,'Patricia Cunningham','https://lh3.googleusercontent.com/a-/AOh14GiD6AuUKmLX_m5OxZ5Ygpf-tvA6-pFqzzW1qPQC=c0x00000000-cc-rp','3272657195432704501',39556),('AbFvOqk4dCEAHmNe-zgObpmy7yTaVA_ATXQjQYEhrjzJ69Wldc4tyjsWqALw4BuiOJYWzAWq3PeJUA','Lisa V\nLisa H\nMy experience was great. They were quick and I got the care I needed','2019-09-28 18:41:42.931000','2019-09-28 18:41:42.931000',5,'Destinee Marcum','https://lh6.googleusercontent.com/-Z1qmoff1grw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmfKcrVjq2DPQn7iux_JFmBNNVM1w/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29647),('AbFvOqk4dM8XWULZyeddCL8AhRtAqfNAoWLbdOnLWXdkEDLVcy2t1AizOFyav2CCA2sheC-lNN2P2Q','Excellent, all around, service and care.','2018-10-23 15:34:58.592000','2018-10-23 15:34:58.592000',5,'Tom Lapinski','https://lh3.googleusercontent.com/a-/AOh14GjWAhY7YT933SedHtiRc1QjFXh4_CDGjyQDIEa66g=c0x00000000-cc-rp','14567670160750071148',30684),('AbFvOqk4dVITpLOhIp-sbRb-fsIlyyTpr29FTldaLfQX5h1IEbvc9gXIaRbVUqUs9n0HQYcPMQr74g','Super great experience! Tanishia was helpful at the front and on top of everything. All the nurses were awesome and made me feel comfortable','2020-02-24 03:05:19.276000','2020-02-24 03:05:19.276000',5,'Victor Borrayo','https://lh4.googleusercontent.com/-JkwtCTLnJj0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckvq7ZTXmrsLT3Rvc7mWF_ADu0x0w/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37655),('AbFvOqk4Dw2VlxquhTKoGttvMSBi2MJL3u3hQ_0ykoBS7tn67Xv33raxB9hF54uGn0K-5mvTQywA',NULL,'2019-09-10 18:37:07.221000','2019-09-10 18:37:07.221000',5,'KAT Rivera','https://lh3.googleusercontent.com/a-/AOh14Gip7NXYF2ovHq3eZeU8dmtMjqQ5HV8Lm0gOxpsOMa4=c0x00000000-cc-rp','16389487648212004696',33978),('AbFvOqk4eZtkehTuiChyj2PUA1585TLIvkleLtSmZJrqpLfdJscV4FqnAIYvBRkXPA7xS_Kfcf5A','Christina R and Lacey did a tremendous job with me! They were very welcoming and engaging through the rapid COVID test prices and I enjoyed getting them as nurses. Went smooth and easy and happy I got the chance to go to SignatureCare South Austin!','2020-09-24 17:59:03.234000','2020-09-24 17:59:03.234000',5,'Christian Bates','https://lh3.googleusercontent.com/-99Z-9n7uLLE/AAAAAAAAAAI/AAAAAAAAAMk/AMZuucnprN6hbrAGcb3_dYVKExACXNScuA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35763),('AbFvOqk4fhgmYJ5wzGkFxKhYHvbMtoXsBymYq7_lmY9XCj46a_skMzEI00357uFrlVoS_uJDNGNelg','I was taken care of by Susie H. and the service was great! I was seen quickly and was asked if I wanted a warm blanket. Definately recommend!','2019-09-11 14:55:40.643000','2019-09-11 14:55:40.643000',5,'Whitney Pocock','https://lh6.googleusercontent.com/-8ISyiyMslMc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmasmP9RlyZfk7qNfKefrIMn2ic4Q/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42006),('AbFvOqk4G6lGUKa2_qzwGuCTCPakPSvofRVA0CyBV3u-wd_6fEW_1m_sl_MYwG8vzJC8KEuT7V7l','It was very fast and easy. Did not really hurt at all. Nurse April was awesome! Really nice and good at what she does.','2020-10-21 20:12:47.175000','2020-10-21 20:12:47.175000',5,'Zte Blade','https://lh4.googleusercontent.com/-anONnN3VF7U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnlA7_AG9vpymd0qjcVmDMSGikNwA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31475),('AbFvOqk4GffWKs9fsChHaoB9kq9XPp59Pwx767YH3sEFtC6Z1cWJTi0_-TtlfKzmh7erDYoOFUrOnQ',NULL,'2019-08-07 18:31:44.911000','2019-08-07 18:31:44.911000',5,'Daisy Chavarria','https://lh3.googleusercontent.com/a-/AOh14GjmPfEdN8HUc-u7w025-ujDIwZRi9NvbaAYN-A9Nw=c0x00000000-cc-rp','13486358490203335051',29705),('AbFvOqk4GlHXxTPzD3sfTsDH2vJA_fCOlFBVC2NA8Y34amHPNs_NEIjDFjxgSR8rA-YGl-n5MPD7cA','From the time I walked through the door the staff was friendly and helpful and educated me on everything during my process and stay here. I actually felt like they cared unlike most hospitals and they continuously checked on me while I waiting in my room to be discharged. Thank you to Carly, Sarra, Sherwin, and Christian for my amazing visit today. I Rate 5 stars.','2020-01-30 02:10:18.734000','2020-01-30 02:10:18.734000',5,'Diamond Williams','https://lh3.googleusercontent.com/a-/AOh14Gh9Fzfp23hhPan_C1-7zN4owBUOlF8eq-BYpQkZXg=c0x00000000-cc-rp','12541597562633926366',28771),('AbFvOqk4goah4ABD25ip-6BIRgVWFfr8IYovLuiWP5NtCF5XNPwnoZsxvSyXsuQVgm18Ord3uJj51Q','Thank you for the swift service. Dr. Edwards, Carly, Sarra, Tino, Olivia were very hospitable!','2020-02-03 04:18:46.311000','2020-02-03 04:18:46.311000',5,'Dana Washington','https://lh4.googleusercontent.com/--c08680xp7w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxIcIKqCxarUeVyYJl30etVqrrjw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28762),('AbFvOqk4GquYuNZh5Lp7dPkId3TSqcdQdd7KTKVG3VpXChOSO3HVW0sHB99jlc3iYCq31i6tf-SR0w','This was the best ER experience I have had! Friendly, fast, knowledgeable. I highly recommend SignatureCare to anyone needing emergency care.','2019-09-15 17:12:57.736000','2019-09-15 17:12:57.736000',5,'Shanna Boleman','https://lh4.googleusercontent.com/-N6ekMUNxIO4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmVpwngq4VzHSCJK1Ma6Q0hDG5BEg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34680),('AbFvOqk4hDTG1NGY38dyRSszkAGR_dA0chLohyxMbKcRVBO2i4DC1TsDsCSyVce_TmN3mUM7tAGEjA','I came by and got all the help i needed! They are really amazing at Copperfield location','2019-10-14 20:02:30.732000','2019-10-14 20:02:30.732000',5,'Beyonce Kemi','https://lh3.googleusercontent.com/a-/AOh14GhpdW2q5KvEVVWIR8v4KYhnVipyyT4Xfi9y7SFr2A=c0x00000000-cc-rp','17898197009688164559',37952),('AbFvOqk4hLtNH3IWJElR9hR6484mGRYhnqH8jZT4JwC1TupOWOtG_8B6aRWlBA0oADvb9_NEaWVT',NULL,'2016-08-24 16:08:45.114000','2016-08-24 16:08:45.114000',5,'Jamila Morgan','https://lh3.googleusercontent.com/-TfiqG7250VA/AAAAAAAAAAI/AAAAAAAAXvw/AMZuuclqqfCH27tyIMxzgiVObDXzzmrqGA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41176),('AbFvOqk4hWBF9M-Q5ZM7VCsQVFLphFXb6t_8bfon_LDeTezP_aN0k97KGBraOmMkEZ6vqqDSvA1qCA','Nurse April was amazing, very gentle and so friendly.','2020-10-20 15:02:58.790000','2020-10-20 15:02:58.790000',5,'Damariz Monterroso','https://lh6.googleusercontent.com/-l-J46F-Lbno/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmgGv0SZKbLFIK7GiDDHdW47fWqnA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31486),('AbFvOqk4IDlEJKZZp2o7WwVpaLzsJPqC-ALi5xQcoag3qHVIcPT-lKirK_KGIbbki1bY_LpiYXC37Q','Attentive and quick','2019-06-14 19:22:02.532000','2019-06-14 19:22:02.532000',5,'Daphne Milton','https://lh3.googleusercontent.com/a-/AOh14GiXwRx57vvgjjBDTzo8l19t4AB52axyHv9J7jlw2Cc=c0x00000000-cc-rp','14567670160750071148',30525),('AbFvOqk4JBIEWL5TUEOcLEXUYPNf8cg8kmRGGxL-eQ8l8Z74vJlrVPwPNFYywThjiTFUB15QJ5kHug',NULL,'2020-09-13 11:46:19.592000','2020-09-13 11:46:19.592000',5,'Thomas Matney','https://lh4.googleusercontent.com/-abivY6J4uDA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmtWaFU6H4YH4T09ifGDz6wG0pIgQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34165),('AbFvOqk4jF2EC-NjfpyDh6tE3AtXu625kDmqiiQBaN1KLI4uedLtb-G696e4C-pFfoUtTNRUkTqOPQ','Lisa H Leo and Jaime are awesome!!','2019-08-27 13:30:55.360000','2019-08-27 13:30:55.360000',5,'Juan Aguilar','https://lh3.googleusercontent.com/a-/AOh14GhoxLafIQPFbZwen5FEbZHQaSr4aBw0Fvi69zyvGA=c0x00000000-cc-rp','13486358490203335051',29687),('AbFvOqk4l851VgPiWdgaRDG7RYaBW74vGc3eAoacDgjX9_KubVXahGWesUty5lslXy9ARUwmsl-h','Amazing experience during a stressful time. The staff, nurses, technicians and our doctor were extremely professional while also being comforting. Thank you for everything!','2019-08-18 01:59:04.997000','2019-08-18 01:59:04.997000',5,'Danielle Martinez','https://lh3.googleusercontent.com/a-/AOh14GhqvrF6jhIVfgTl4KDDrYWDiW_FAAZ10-x1k6Ll=c0x00000000-cc-rp','2694018788013845459',39276),('AbFvOqk4LmrUTY608GuK8bNXOCz1zkUVs6V_pC6QW2zvx_zKwmllQwceb329e86slCyg5Hc-wvZk','I had to bring my husband in for a major sinus infection that had him in so much pain, and our team of nurses, Shania S. , Lorna L., Jose S. were amazing and very attentive. The techs Corey C., and Allison L. were nice and quick in and out with our treatment plan, and Dr. Patel was great!!!!! Thankyou guys so much for everything!','2019-09-21 02:52:54.200000','2019-09-21 02:52:54.200000',5,'Alexis Stover','https://lh3.googleusercontent.com/-33UPffLdRO8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmCYC1O1lYZyDD_Qh4MOSm4EgTIlA/c0x00000000-cc-rp-ba3/photo.jpg','13486358490203335051',29660),('AbFvOqk4LOyCyHaCecglCV8UufVBUOcoy5xRqkCo2z9qxbWL_-Mezxl_SjOFBLWXOBwmI2OLxXbQJw','Dr. Ashbrooks, Katy, Courtney, and Sherri were have kinda and efficient.','2019-08-13 16:24:18.279000','2019-08-13 16:24:18.279000',5,'Lindsey Finigan','https://lh6.googleusercontent.com/-Z5lR1Ndp-ds/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucncISxM6q2Z_AIzRCZ1j40e7EW3Hw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39822),('AbFvOqk4lPuteaF4H7-t9QSFRqOSLXaMdoJ_w35MOPMhnj2K63xyVNnE_hn4tGV56MO5Ofdx-mdMUw','Amazing ER center. Everybody should go here and nowhere else!!!','2018-01-07 23:01:57.584000','2018-01-07 23:01:57.584000',5,'John Wayne','https://lh4.googleusercontent.com/-mUP3QmNc9WE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckLW9llQCiznWt9yB2jqO6OgWgJUw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35333),('AbFvOqk4mbHIOe4Q9NeEzwyjA3i3O3uQPefav5ZASUhm_xHrQMiPbAC25r36INuPFKXUjeyDFV5RmQ',NULL,'2020-07-26 15:11:06.996000','2020-07-26 15:11:06.996000',5,'Team FuBaD','https://lh3.googleusercontent.com/a-/AOh14Gi-or9AcO3jLU87jlLs2Zvv61px4ci0hrzR5dig=c0x00000000-cc-rp','6521947413723274945',41340),('AbFvOqk4MP97Uj9aS8FjMtYyOFFxJMqtSiqUO6w4QG8IntiLRucM6JBz5Q2ls9IPo4laLsWaY72vQQ','Thereasa was amazing and they were very organized and considerate. I would definitely recommend them.','2020-07-16 17:09:43.865000','2020-07-16 17:09:43.865000',5,'Annabell Gonzalez','https://lh3.googleusercontent.com/a-/AOh14GhbE0lom8pT-ENUUwHOmLzQb3hLWdaod8m6jJhyKw=c0x00000000-cc-rp','6521947413723274945',41371),('AbFvOqk4MTFuu1Csa88cBTyh_RArlEB4ZsYaftHOFwwz6vHNyf-29j8RRput3fXk3vN-HFThjHuthg','Following a bit of a scare, I’m writing this review from a bed at the center! Nurses Fanny and Christine, as well as Dr Grinblatas have made this an enjoyable trip to the ER (hey, that’s a thing). The facility is comfortable, welcoming and clean. I have no doubt that I’m in great hands. While I don’t wish for poor health, I would gladly come again.','2020-02-20 20:15:33.272000','2020-02-20 20:15:33.272000',5,'Julian Johnson','https://lh5.googleusercontent.com/-K5RSRCg-83g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnIN8Jeh7HRHM2wsiR2Q3Xw6cwQoA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36620),('AbFvOqk4mVyB3E59U1mDWsDplnQpdEFDAdMc0Trc7Z_PdLLV86SdrDp32kWW5FQ4eZRNFSzpfNoeGw','Fast and Friendly, Great Staff ( LACEY )','2020-10-20 20:52:38.525000','2020-10-20 20:52:38.525000',5,'Monica Saldana','https://lh3.googleusercontent.com/a-/AOh14Gi4ZAA_qbi4tpB9ta8d8I0InB5tteY6yTUyRG-_rA=c0x00000000-cc-rp','16389487648212004696',33136),('AbFvOqk4MzADraZjQMEIZIrRpxeTPGiXfepqk3V0ZBzYqhxlRvHzAvjsuwzKGhIiKT27tdPQdU_M','The registration staff Amy, Valinceia, Julesia and Dalia were great help. I was having trouble making my appointment and they went above and beyond to help me with the registration process.','2020-07-22 20:02:30.180000','2020-07-22 20:02:30.180000',5,'Brendan Guajardo','https://lh3.googleusercontent.com/a-/AOh14Gh9DqBZXskZcNA5ZWUJSVZCuj-xZ6fPB2jgUHk=c0x00000000-cc-rp','8918455867446117794',42984),('AbFvOqk4nOU7hviQUTi35weK0qxkc0Tul2Ic5FPJH5-ObHw97VvUJg77n41Kbja0cc3U5prdfz5vAQ','Valley and Julia were super nice, and it didn’t take long at all to get to me. They even offered blankets and water. Great team ā­ļø','2020-12-27 20:20:36.348000','2020-12-27 20:20:36.348000',5,'michael sellers','https://lh5.googleusercontent.com/-K7v8uwIToqk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclPLSVDuXAPgGnv2AKD7rbxm-ngIQ/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44000),('AbFvOqk4nR4gwOq0kovHhJA4krwWXNtYQpNzzl487SWOFWYIHrIFiKBaQGMYL1t0lxHEa1VB0UVSfg','I had a great experience at Signature Care. All staff members were friendly and efficient! Rebecca V. and Amanda were extremely clear and organized; they kept the waiting room running smoothly! Liz M. made my covid testing experience quick and painless! She was kind and clear with what was going on in the room! Thanks for an easy visit!','2020-11-05 21:13:34.475000','2020-11-05 21:13:34.475000',5,'Katie Keith','https://lh3.googleusercontent.com/a-/AOh14GgKg9gz2nLsKfeBqW6LSjyhaXttZZiK1c0tz5qhxg=c0x00000000-cc-rp','16590124370714063921',34081),('AbFvOqk4nWqGGXYSI_AkUUWX6cHBJlOVuicFHf9ndxxJYibgOLO2PieVW1XB_n6OpKMqAMYP_S41KA','This place took great care of me, my nurse Kristina was great!','2020-01-09 16:34:02.482000','2020-01-09 16:34:02.482000',5,'Marja Lappalainen','https://lh4.googleusercontent.com/-6TH1bbInhXM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckimhRnQzXiO5eoVASEXNBDxdJlAA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28836),('AbFvOqk4OAK-uJ3cq66NsfdBiOfxu0RRbuNylpNdpR2Trh1Q9BTQl2o13sDerZXXZIZP0EYHXwRvMQ','They staff here was extremely friendly!!','2020-09-07 00:53:31.275000','2020-09-07 00:53:31.275000',5,'Nicole springer','https://lh3.googleusercontent.com/-SkLU7-ntBzg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclGYw4nxjE5wmz4ae8eeb20uEbGoA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38543),('AbFvOqk4ObATAhGtpHPw-KP6aujsGRCkmaDhlfujAy1jjTaqEXyqbz_y5KKqBw4KbZ63GbkDgc52','Jacob (rn) and Sarah (np) were very nice and helpful when giving me my covid test. recommend scheduling an appointment for these tests ahead of time to minimize wait time. Still had to wait but overall good experience','2020-07-25 16:39:04.109000','2020-07-25 16:39:04.109000',4,'McKenna Jackson','https://lh4.googleusercontent.com/-QfC5b2Dvsb4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckhp180zgywoHNxy4Wkn8IRYZS7Wg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34255),('AbFvOqk4oOSkqJB2QFCTIVwaICss0roJUyIUcK0MWfrHP67g4TtaDsguCKIM1i619wIR9fdGsIMq4g','I took my son in due to him not breathing well. From the minute I walked in until I walked out I was treated like family. I like to extend a huge thanks to, Dr. Jones, Hannah. S, Helen, Sergio,Karen, Gunner, and Keo, they went above and beyond to find out what was wrong with my son and didn’t let us leave until he was feeling better. I would strongly recommend this emergency center. Very professional and quick. Thanks for all y’all help.','2018-11-21 00:35:55.314000','2018-11-21 00:35:55.314000',5,'Victoria Dunn','https://lh4.googleusercontent.com/-_XNqFJiWEDs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnc8XB87og74vMJrt_52XCHsUFFnQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39999),('AbFvOqk4OxmKVPh1gKEtPuSn_p132ydx-Y4cQWqqLDDHDghxX6EGIQd-CPRRt6gsTnSgFiR0tdH6MQ','The staff was wonderful and caring. I was amazed how fast we were seen. A warm and friendly place to go to on an emergency.','2016-11-09 14:23:06.000000','2016-11-09 14:23:06.000000',5,'Claudia Tristan','https://lh3.googleusercontent.com/-R15x-efw43o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm4e7AnUAWR75--NBrUKxig6lG57g/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31161),('AbFvOqk4p5XGilapqD9QRZSmJAq0cLWv_npCYIFf2WlgaOZxf_QLI6oJmeNOzXImqyLk58ttZCOJAw','Efficient and helpful 😃','2020-08-06 15:20:14.967000','2020-08-06 15:20:14.967000',5,'Betty Holub','https://lh3.googleusercontent.com/-3-x0idvduRM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckZeMGnuHCm0GO8n6jZaMeTjEYJLw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42945),('AbFvOqk4pcK3PvbQESscQrRtj_lKa5ea9sTWkVffOleaAANmRLrWe_uuzdKnOYuxAcji7bWFSm-dGQ','Walked in and was provided a tour by Olivia.\nShe introduced me to Nurse Dawn, Rad Tech Eve, and registration Keaire.\nThe facility is very clean and the staff are very friendly.\nLearning about what SignatureCare can provide assures me Ill be treated in the best care in case of an emergency.','2019-08-16 19:36:52.463000','2019-08-16 19:36:52.463000',5,'Night Manager','https://lh3.googleusercontent.com/a-/AOh14GiEQK5FpW5h4fqgpjzcvnr6WyXK77Tosrpe-uFq=c0x00000000-cc-rp','3511292162159714121',40438),('AbFvOqk4pd1Y870HC9EUxkRukx49oydXYe7tsg6btR12G1nlmr3L0ZOUmJGMwq8d62W-VTWJN_lWbg','All the staff was great. We came in and helped us right away. Made us feel at ease with our issue. Thank you staff. Dr Ybarra, Katrina, Cheney, and Therisa you all the best!','2019-10-28 01:07:18.776000','2019-10-28 01:07:18.776000',5,'Chris Arroyo','https://lh6.googleusercontent.com/-eSa6l-GcvyQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl0mlHgZEf8X6BH4PhPmbE7j43geQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42623),('AbFvOqk4QVDM1MO_E9uLHo1-8S_K7sCgXrDUkYKXUvARIAHTpn0fBGhOnehtZP6A8w9GQokcqsg9',NULL,'2019-03-01 15:06:26.207000','2019-03-01 15:06:26.207000',5,'Grace Renteria','https://lh4.googleusercontent.com/-6dxzZ0rSaMY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnR7-RWGxZ7ttysbVzN_Foblzy_uA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41758),('AbFvOqk4sQ_qwVqHJmcaNhsfrqsTjl-eXsTQ_YMst66jHJhNFydXEpmo_-F2_qC_mHWXpvrA9NX1','This place is so great! I highly recommend😁','2020-02-14 19:39:27.179000','2020-02-14 19:39:27.179000',5,'Jasmine Nicole Thomas','https://lh3.googleusercontent.com/a-/AOh14Gjf3fXsuYQfB7RQbzre67NTkb4ifF5BSoXaiQT4=c0x00000000-cc-rp','2694018788013845459',39122),('AbFvOqk4sXsmIpeBpd3kmawW58ureJj4xDOBkDtE2Xp1mZVeRP_a33Vga3qRFS_UfoBII3vehX3p','Audrey, Allison, Matt and Leah were great and very caring. Thank you','2020-02-02 03:10:20.248000','2020-02-02 03:10:20.248000',5,'J Mink','https://lh5.googleusercontent.com/-UPYcsu4ZUKM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnDG-e38ucgbXrZ4fw3Lncxcz-LDA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29452),('AbFvOqk4T36MkdIk-fvLTxkR_JdKP7_2O1w8lZcHIDlr5shPWjWPk2CnTU3-tPdQ5LXQBk0ttd-Wjw','Dr.Yusef\nAmy\nChuriah\nNorma\n\nThey were very helpful and made this a pleasant visit and very quick and efficient','2020-01-24 17:24:55.501000','2020-01-24 17:24:55.501000',5,'Jason Richards','https://lh3.googleusercontent.com/-Dlube7DBl7E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnaj5WsJCrLUfcsYT38HvO6lU1WIw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40339),('AbFvOqk4u5suS26wqM7qzJQX1Jvo8bzT-hBblwd0axJNdr2xYEmxPqca2yzon3gdvFxe2kDtJ4FF_w','I came in for a Covid test, and Christina R, Dr. Rose, and Clay were all wonderful!','2020-12-04 23:42:29.456000','2020-12-04 23:42:29.456000',5,'Dhvani Hirani','https://lh3.googleusercontent.com/a-/AOh14GilR5vsinEZwoLsre_gKdFzJ0IQomvIre-wJvta=c0x00000000-cc-rp','16891069708558046635',35541),('AbFvOqk4UGexj1ySodMgdaQTksY9tLmkTetSsqayCqQXWxVhj2EEp1jfJQ8bh_tz6c42n4yVa-d3_Q','Such an awesome place. Clean, friendly, and fast! Highly recommended!','2020-12-20 21:09:25.830000','2020-12-20 21:09:25.830000',5,'April Foster','https://lh6.googleusercontent.com/-iCdL8RythHc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucksMF_3LaYKcv0KRGSnjpZw98ZqFg/c0x00000000-cc-rp/photo.jpg','15979470999169074295',32805),('AbFvOqk4ukG33dT9U3-6TAXwrjNPwudQeTA8BuuNfUuhllcVbLlBZNouvzVGPFiD2oRyFUk_nviN2g','Dr. Golla, Keera, Jesse, and Janet were great!','2019-06-25 21:39:03.687000','2019-06-25 21:39:03.687000',5,'Tori Smith','https://lh3.googleusercontent.com/a-/AOh14GjhOAsuyLHFt0ZqLlk8-bmMPODk2ZhGwzbCoXY5cg=c0x00000000-cc-rp','17394740196501090048',36749),('AbFvOqk4URc4dnHFPSB7SZ3J96l1fv12nzIbuGi601660EXjkZOvct-FKDIirz3Qo94UCcHnk7im9g','Kendra in registration was very patient with us while we gathered our information which made it a much smoother visit.','2019-11-01 20:12:48.836000','2019-11-01 20:12:48.836000',5,'Alex Barrios','https://lh3.googleusercontent.com/-OX4YvoROfec/AAAAAAAAAAI/AAAAAAAAAEI/AMZuuckIIrJ2dNyOFDMN3tVwoGueMgreOw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34586),('AbFvOqk4uUkwmSvJcQ8BtSudoq1_XS-6iSuG0CYDQ6jijlH7JpkLzwDcguW4_zLs6aVsWeM1XxZo2A','Very friendly and helpful staff. The wait was less than 5 minutes to be able to be seen. Every one went above and beyond, not only with myself, but with my boyfriend and daughter who were with me. We were offered blankets, snacks, and water. DR. GRINBLATAS IORAM M.D. was very kind and helped me feel right at home together with the rest of the staff. Excellent place to go get seen at.','2017-12-29 01:13:17.919000','2017-12-29 01:13:17.919000',5,'Kimberly Gutierrez','https://lh5.googleusercontent.com/-KErINLdNJRI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnmCmnL7MrgPjNQzz3g0HMlMStRrw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37012),('AbFvOqk4V4E0ZRnUGBJWrIaGqyjcltPQEKU9qQyKRJ6oa-hoQbBZVzMDFyexAP3K9pNwovBLgQJmGA','Very sweet Kim at the desk was friendly the nurse was great my wife was sick an they got her in an took care of her fast! Way better then the er','2019-01-21 20:05:30.984000','2019-01-21 20:05:30.984000',5,'Cortez Williams','https://lh4.googleusercontent.com/-2CMNBr5jSIc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnOyiJUmG2jQohnrvDq9k8AZyhnXw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39949),('AbFvOqk4VlGjLcDBLqwI6-pygEF-daZWtVGZE5KMmC_jqP_h9pKp0cx8zrE4xPMKKUxO0QeOwiH8EQ','Amy the receptionist was friendly & very quickly and the nurses and staff so sweet!','2019-03-09 00:36:52.310000','2019-03-09 00:36:52.310000',5,'Mehmet Gürgün','https://lh3.googleusercontent.com/a-/AOh14GgG7aENnQ8FKow2Wjo8nuoOEcrj2MWG79MsX5V5XA=c0x00000000-cc-rp','8918455867446117794',43295),('AbFvOqk4vu61Vi3hDcmtt2WD692uutQZTzzJv39t8ErhV-3dGMWPIjQkaAnHHk9Hz3YHrWnFOOCErA','Alvean was very kind and fast.','2020-11-11 14:26:12.765000','2020-11-11 14:26:12.765000',5,'Channa Smith','https://lh5.googleusercontent.com/-5kuHTQ1QXN8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck1U7yWKKTYMtd9cWrCbUnjym_C_w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32938),('AbFvOqk4vwjpuWQHeMsl-r_EW1RCQccK0Tim2E9o0091L3I1uNzYrMJ4-79lokLAZ1FNXn5zsu_t','I dislocated and fractured my arm during a drunken night, and the FIRST night Joshua, Luisa and Ekaterini were so patient, gentle and VERY helpful throughout the entire process. I had to return with numb and blue fingers and Dr. O’malley, Troy, Luisa (once again) and Sean were so much help yet again. I had a speedy check in both times and everyone was do friendly and helpful. Will definitely recommend and definitely return if need be!','2019-09-18 02:43:38.255000','2019-09-18 02:43:38.255000',5,'Jazzmine Dunlap','https://lh5.googleusercontent.com/-Gc5YmvCMsd0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmqRJzWk_QR1bsMF2r3pXlku6McXA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33954),('AbFvOqk4w99B9C5rVm30o66lSCCCfIhlPRiI_vX5MPg5qNCP_afAo7rVueh35O5VTcz9blqXzlyv','Great staff very professional. Irving and holly did a great gob answering our questions.','2020-08-02 20:10:46.245000','2020-08-02 20:10:46.245000',5,'Sara Alaeinejad','https://lh4.googleusercontent.com/-NljyCPZN_oU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclx9VHtrBSZATZ9qfgrz5iUWDIRcg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40219),('AbFvOqk4wHGCyECl3Ixh_qB1sg-joT-9xY0zrhT-bu3vSNytTOynbYyGjLfGUEuoCRwgYN3whSDffg','The front nurse Lorena was friendly and bilingual, the other nurses brad and jr were great and the Dr Harjai was friendly overall best ER in town fast and efficient would recommend to anyone looking for great ER service.','2019-11-27 15:50:26.418000','2019-11-27 15:50:26.418000',5,'Yunior Torres','https://lh3.googleusercontent.com/a-/AOh14GilGaI2_BfR1Qwmr5cNzEqbUtGdpfZ5hMys-kO1=c0x00000000-cc-rp','16590124370714063921',34550),('AbFvOqk4wMnLLcrRVOPuw-rvcmaCcb1BYTonxxLCwEHTYx-rzlA1Xi76fbfXFVft0sjONKHB_xZp','Real nice folks. Brad, Anthony, and Dr. Vakey were phenomenal. Explained the reason for every medicine I was administered in depth and answered every question I had. Continuously asked me if I needed anything such as a warm blanket or water.','2018-11-07 00:25:16.137000','2018-11-07 00:25:16.137000',5,'Richard Ay','https://lh4.googleusercontent.com/-rjcRNrfBlww/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckVfygURLWGJQRbnjk-JtqJccV6fw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35114),('AbFvOqk4YcH9mX1HWLWpA_OJjunclgW96Wo74X0WbWHYw1brXxeaxXv2jc9iX4yfBLfmRfs94vgqew','I came in with severe pain in my back and under my rib cage, turned out I had gallstones. They were able to get me in really quickly and I got great treatment from Dr. Das and my nurse Stephanie. I really appreciated how straight forward they were with me and how much they educated me about what was going on. Highly recommend this place!','2020-11-02 04:16:12.342000','2020-11-02 04:16:12.342000',5,'Jessica Serna','https://lh5.googleusercontent.com/-_UYr6n9dE7Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckhj2OXC-i3jVu03d7HkThSloHfzg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31436),('AbFvOqk4YQHKXS4WXXcSYIvdpUAtKuiEIXs9NPRyY5AP6UhoBQOXZHl__z8rNr9YIfZ5e1P9vKRB','I came in yesterday for a truly awful pain in my lower back - I could barely walk or bend my waist when I arrived. From the second I limped in I could tell that the people there truly cared about my wellbeing. The facility manager Adam runs an exceptional team of amazing doctors and nurses. Dr. Rose couldn\'t have been more understanding of my pain and she offered me several options, as I am not a fan of most medicine when it comes to pain relief. The alternative therapy she offered me was exactly what I was looking for. In the end, I walked out so much more comfortable than when I arrived, and I want to thank the my nurse Christina and Shaunda in reception for helping me through it!','2020-01-10 22:32:02.231000','2020-01-10 22:32:02.231000',5,'Hunter Wilson','https://lh3.googleusercontent.com/a-/AOh14Ghv_p0eZ_CQrgq8Hxl6VkccuiChtHp81xBmOHRPd9U=c0x00000000-cc-rp','16891069708558046635',36021),('AbFvOqk4ys06NCj3kAHoY2dV6sSSpYj8py1pMlVxT69hefgQohyX15c5soa2FqGUU9rXqw-W7h5r_w','Great, quick service... diagnosis and meds in no time! Patricia was able to check me in with ease and compassion and Marcus was very personable and efficient.','2019-12-08 16:21:02.671000','2019-12-08 16:21:02.671000',4,'A M Clark','https://lh3.googleusercontent.com/a-/AOh14GhkRYN-lcOkW9R55bUaWPtbvsYx_7J5b7-9TBd0hA=c0x00000000-cc-rp','16389487648212004696',33624),('AbFvOqk4ZgQvCf5D9KZaWAghuS0ybNkE9S5AdezzS8ia8XmH-MlWhB07QP4XjG06cAZvGb9FtkNH6A','Dr. Souman and Churiah made a scary situation much better and fast. We are so grateful for their care and attention. The clinic is immaculate and very comfortable. The entire staff was amazing! The ER techs Thuy and Eve were professional and friendly. Even if you don’t live in the neighborhood it’s worth the drive.','2020-02-27 17:41:25.675000','2020-02-27 17:41:25.675000',5,'Earth\'s Nectar','https://lh4.googleusercontent.com/-JzCCQF7iYEM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm0kYIfFIr7yPj5aWaXzGv0V3mCjw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40288),('AbFvOqk5_mMCdN98D5GxUKH-Oay8cMKSzoX9GvqMb2tzm4kvRHrDhCO-EKsvzLjVER59SNErnIrB9A',NULL,'2019-03-31 17:43:11.847000','2019-03-31 17:43:11.847000',5,'Alden Howard','https://lh3.googleusercontent.com/a-/AOh14GjQ1pJfagoruOm-x76CqntdegovCxsQyTlJJir7iA=c0x00000000-cc-rp','16590124370714063921',34933),('AbFvOqk53fCqL8qhvCSzHwopVDXCwxWL7atRi3rOSaiPIpvNEHixp41m6rnzqJZ2KURhMpIszTD7sw','Very friendly, best service I\'ve had yet. The snacks and drinks are very convenient no charge for the snacks and drinks! Very easy and simple.','2019-10-30 18:41:38.604000','2019-10-30 18:41:38.604000',5,'Jeff Sheets','https://lh4.googleusercontent.com/-hwE7RE5y-yY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckHkasnITTGylU752065SgQ3Ecd5g/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36096),('AbFvOqk542NdiedPFKxNdEo8VuNTA8JxnRm7DSWX74gohdtwdHBeWkN5bP4s_2A9qFFeoe1lyMqhuA','Everyone was great, very friendly and accommodating. Dr and Nurses went out of their way to get medicine in me right then to get me feeling better. The Dr even researched to find an antibiotic that would work for both issues I was having. They even called today to make sure I was feeling better. They were fantastic!','2017-01-25 20:21:53.012000','2017-01-25 20:21:53.012000',5,'Tori Gagneux','https://lh3.googleusercontent.com/a-/AOh14Gh2GVMuMCPUxFNA-v1RNdPWqQ53Qa_c05WAMyT1tA=c0x00000000-cc-rp','14567670160750071148',31122),('AbFvOqk54IxkboBT4mXyyBrzIKggz8S5SwTNzPITuYsnFtQ9HlVP7XhNEj6ej5NOuMr6V1uK_VfI','Yesterday i wasn\'t feeling well so i came here let me tell you THIS PLACE IS AMAZING !!! FROM THE TIME I WALKED IN TILL THE TIME I LEFT THE STAFF HERE ARE WONDERFUL THE FACILITY IS VERY CLEAN AND QUIET I WALKED IN AND WAS SEEN IMMEDIATELY THE BEST EMERGENCY CENTER I HAVE EVER BEEN TO THANK YOU ALL SO MUCH!','2019-10-25 14:22:52.016000','2019-10-25 14:22:52.016000',5,'Chloe Ross','https://lh3.googleusercontent.com/a-/AOh14Gi0SbOWgnmpbFV2iHSZW3Hrnd5_cL3l2fOO36VjuA=c0x00000000-cc-rp','8918455867446117794',43183),('AbFvOqk55Bg-_6trULn4ovXnu6sEtqjye5ZUsEPvAVVVQ0keR-ZsvtABHfvJGUBQ_SPHtG_3wE9D',NULL,'2016-05-06 19:33:09.257000','2016-05-06 19:33:09.257000',5,'Adonis Jefferson','https://lh3.googleusercontent.com/a-/AOh14GhqfztwPw_z5nkFwihTFOSl_t10kyXzc3hwxdrYmw=c0x00000000-cc-rp','3511292162159714121',41235),('AbFvOqk55JAQu9lZ0_XsSvXxpkoTI6Y4LOHR0WZTWaD_iCZXfQafqj91_nwPBAxZttXaUGZYZfOxHw','Very frustrated trying to get a covid b test. Carly B was amazing and walked me through the process.','2020-07-01 16:32:45.268000','2020-07-01 16:32:45.268000',5,'Leslee McWhirter','https://lh4.googleusercontent.com/-id1O1xKAOcc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZzHqZ7NGyYUZx5D56vaF8vAI6Rg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28623),('AbFvOqk55lZNhDbx5pbsYhFzgCxMJjY9eIfB_AoouRv3_BOK9dqYxoL-HYOfDHKFqf2GrjsPGbtc0A','amazing staff and very friendly. didnt waste a single minute during the treatment.','2019-01-15 21:47:51.834000','2019-01-15 21:47:51.834000',5,'Adeel Neaz','https://lh3.googleusercontent.com/-R9KCT2yoN1I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckIagOhaampYHkzwS-NxN2KVx1dIA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29158),('AbFvOqk55SSm-hb_Ln8Ux65ihotuKUd3kq-nKmTyizPlKcMxbTnWH-dY88PRdBleD1CY3amMhOI3eA','Keera was super polite and efficient with all questioning. Very professional and answered all my questions in detail. Would definitely recommend to a friend/come back','2017-12-07 14:50:25.242000','2017-12-07 14:50:25.242000',5,'Rohre Voss','https://lh3.googleusercontent.com/a-/AOh14Gg-iyuX6dsvg4sidKmPZAcrmq52fKke8-9DyGPF=c0x00000000-cc-rp','16590124370714063921',35347),('AbFvOqk55VL6eRdgf8iJ2KNHUGMYuy6GM5Iifw9JMrSMHsx424c0OPFUCpuIjKcOD6XXhiwT2IV3AQ','Ekaterini and Valory put our minds at ease. They are very receptive and very caring','2020-11-09 20:54:18.515000','2020-11-09 20:54:18.515000',5,'RAVI GALHOTRA','https://lh3.googleusercontent.com/a-/AOh14GhHTsduQtsxZnzzAxA1xL9XoX_yTjg4AxZKqPpJbQ=c0x00000000-cc-rp','16389487648212004696',32952),('AbFvOqk56BsJaZKLGRaj59WHVSQ-tD5nRoW97ZRbgSy6-BqTMcx9Cu2H0uYLlJIgx-TSjk4ArbHYOA','I had a great experience!! I was taking care of by Dr. Mauldin, RN Bretnie B., Er Tech Patrick S., Rad Tech Morgan S., Reg Lorena T. and Amanda C.. I always enjoy being seen at SignatureCare Emergency Center in College Station.','2020-07-29 22:12:05.933000','2020-07-29 22:12:05.933000',5,'Katie Howell','https://lh4.googleusercontent.com/-Edg_hDAej6E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2xrfVis4AHSF-QhEQBQ_RB7XkrA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34227),('AbFvOqk57-vCn3QxfxR77mLGlZZ73Qp_r2o4jm_54yI7QBq0YqCjusaPRNhy9i4HAT1LE0WK2gbNeA',NULL,'2020-01-08 23:25:56.334000','2020-01-08 23:25:56.334000',5,'Vivek singh','https://lh3.googleusercontent.com/a-/AOh14GiV1oXgfa4IW_9rqPM_IRQd1hLIGG-MHL8kNHEgHQ=c0x00000000-cc-rp','8918455867446117794',43145),('AbFvOqk57dh4wz2Avn0dBXUF9IVMRBaUrBzB83HkT7BpTOgA_-uEwXWIn_kPPLEK-kcVcsIFPhA3Uw','Great experience! Very quick and had great service! Lorena was fantastic at the front desk and the dr and the rest of the nursing staff was awesome!','2019-10-27 17:55:23.875000','2019-10-27 17:55:23.875000',5,'Tyler Nelson','https://lh5.googleusercontent.com/-e8ekRxt1Q2U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckr45C6HLKtRov60QtLOzbY3s0B2g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34593),('AbFvOqk57dLKViAyPZfE2nM20n4UrnVlg9q40YL4Sdky1CfeFS6pdGiixHjMpw0Te6EXEJQPCev4RQ','Excellent care and service. I could not have asked for nor received better care. At one point when I told them my pain was escalating, I was given a pain med within seconds. I felt like they really do care.','2018-10-13 22:09:51.288000','2018-10-13 22:09:51.288000',5,'Johnny Trlica','https://lh6.googleusercontent.com/-g_HFzKORvbo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmbn54QRpB21LqWoMqBzD11ARiRBw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40808),('AbFvOqk597m3pozVHm-hcd0UxB5et2R3r4M39estesEOBGgLKX51STrywpKQneiylK3tmNljb6qi2w','The whole staff was friendly and professional. Christina R and Clay were awesome','2021-01-25 16:32:27.981000','2021-01-25 16:32:27.981000',5,'dbell08','https://lh3.googleusercontent.com/a-/AOh14GhSq_OB3zztUQMfmPTj9pyLV-TY0MYWKbyDIPjY=c0x00000000-cc-rp','16891069708558046635',44414),('AbFvOqk5aAXW-mf4ZXS-3OJhPutE0gdT-mNRzc6OyS5lJbDh5CMK1GstQmXrjqxey94k8-AIS6Ydiw','The staff here is amazing! Maya at the front desk was very sweet and fast with registering me in. the nurse that greeted me was very attentive and address all of my concerns. Dr Daniels was very understanding and made sure I left feeling secure about my health. Thank you guys so much!','2020-01-17 20:58:51.976000','2020-01-17 20:58:51.976000',5,'Gregory Mcclendon','https://lh5.googleusercontent.com/-t6JBFFBda_g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl2p1ekuf7gyUzL1mC-9SR6ioNsIg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28809),('AbFvOqk5AkScwnVVk7O2_Pwq3TBhZGnZrSbPWRt4xRDUJ4lzSIjcmZgpBIoCMtLXT8QkOb7UBuHyJg','Dr das was very helpful. Experience was very quick and painless. Highly suggest','2020-11-08 16:46:13.269000','2020-11-08 16:46:13.269000',5,'Amy Hardwick','https://lh3.googleusercontent.com/a-/AOh14GinWXY-D0cdQrY_OaWu1Z5T4AzW-0qGJvoudlRAag=c0x00000000-cc-rp','14748677429039074158',31394),('AbFvOqk5b2c83oKr1qmcJONVIFmP8ZmEA1dHwSFeK8gKiNns6ltn_bYN3cERpK37EquIfRx6VSTlrw','Everyone who I saw during my visit was very hospitable and assisted me promptly. I really appreciate the great care I received from the nurse and MD, and was relieved my shoulder pain was managed before I left. If I have to choose and ER again, I won\'t hesitate to go here again!','2019-03-26 22:12:50.644000','2019-03-26 22:12:50.644000',5,'Myra Miguel','https://lh3.googleusercontent.com/a-/AOh14Ggdv9skG-GR3bCt4R76wgSvlEoxBtLZC5dG_CQMaOg=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqk5B8WYyVNzjhmVPdLWtF7FMmUYv-iDzzEW9IJOH4NxX6UXANnlJaifuyCdaUuKQAtMDcfz','Great facility! I got to SignatureCare Emergency Center around 5:50am and was out of there before 7. I was admitted within 5 minutes of arriving, and immediately got seen by the nurses and doctor. Very nice people! What I liked the most is that they did not force any unnecessary tests that would cost a fortune. I was given medication for what I came in for and was told to come back if it got worse. Very efficient, quick and simple! Thank you!','2017-04-19 20:23:58.128000','2017-04-19 20:23:58.128000',5,'Mariana Sereda','https://lh3.googleusercontent.com/a-/AOh14GgKMI1iB5kxQXN_SwSZCXQepCphWL0iDYIDZOt3=c0x00000000-cc-rp-ba3','14567670160750071148',31059),('AbFvOqk5c6B77ZznhH9o8ZS5pM2UH24ulpze2adkoKV70FVg7NqeP46qn2VtB6e6YHliEdZrkKUw8A','Jessie and McKenna at the front desk/check in are fast paced, super sweet, and helpful!!!','2020-11-16 03:37:31.792000','2020-11-16 03:37:31.792000',5,'Karlie Morrison','https://lh3.googleusercontent.com/-0Vrkfx3IHtY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn563wHzRj2xFM0hE8GdZYVOvanyA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41830),('AbFvOqk5c77t49uiiO5apSWXRs_Fx-D8ZipVvtaevI9UY0dW8s_v3snW4RpBmPzF0q68laM-LuDGWA','A few months back I was having pains and went to a hospital But they didn’t help me figure out what was going on\nI found them went in got attended really quick and took test and found what was wrong am thankful for their caring attitude and helping figure out my situation','2019-07-31 16:29:25.500000','2019-07-31 16:29:25.500000',5,'Yuli Hernandez','https://lh4.googleusercontent.com/-g1ymuDKl7bg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckAMe6f8mSpxDeJVVGf856hzHbctQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30480),('AbFvOqk5cNB_8ca-MKnYZYDnaywzi5cVgzsTbC9RsUseLXJfjk9hagSqxmAcy2KBLwVSu0gVih_ytw','Dr. Jones very through. Got to the point didnt mince words. Very appreciative for that. Gunnar was phenomenal!!! My youngest truly enjoyed his upbeat attitude and didnt make her feel uncomfortable. Fantastic. Thank you guys for making us feel comfortable.. Karen the nurse was very lively. Enjoyed our visit.','2018-12-31 21:49:57.892000','2018-12-31 21:49:57.892000',5,'Michelle Johnston','https://lh3.googleusercontent.com/a-/AOh14GgzFQfr23YcTuTvE0-tvT_HemLRQUWrbx5loT53IA=c0x00000000-cc-rp-ba2','3272657195432704501',39976),('AbFvOqk5cQgMLR29COdekb4oU8YuWBsNqn1KifFMlapEVuGplbozK5F3YasrnlkbXuiPkzUWH3-HVw','Everyone was so great here. I injured my neck and couldn\'t move much so the receptionist helped get my insurance card from my wallet, the doctors immediately addressed the pain, the RN was friendly and knowledgeable, just great service at every step. Thank you Dr. Son Le, Dr. Daniels, Delica, Parbika, and Blake!','2020-01-23 13:28:56.880000','2020-01-23 13:28:56.880000',5,'Rebecca L Silva','https://lh3.googleusercontent.com/a-/AOh14GgfpPzqCROzQprxJZhvy6QX3ic7P3t6h5H8J_VhdQ=c0x00000000-cc-rp','8679688254631342173',42497),('AbFvOqk5cTYFqqWrwGmFMy75yg1LkrCRk_2Lx5hO5fjLNW7TklRoLdqGZy84b8cAY8Pcrl4H2X-5Sg','From the moment I walked in the door the place was clean and the front desk personnel was very professional. I came in with with SVT and Dr. Jaber didn\'t waste any time going into action. I am so grateful to my nurses Maynard, Laura and Lynn. I am also grateful for for the X ray Tech I think her name is Lily and the young man who drew my blood. I was treated very very well by this wonderful team. This was my first time going to Signature Care Emergency Center and if I ever get in a jam again I won\'t hesitate. The place was very very clean to be a Stand alone ER. I can say during my visit I felt I was in good hands and everyone was wonderful. I want to say a sincere \"THANK YOU\" to everyone involved who saved my life on that day. You guys are the best and you all took very good care of me and for that I am grateful. I forgot the young lady name that was the receptionist but when my parents and my daughter came to check on me they told me she greeted them with a smile and that means a lot when people are greeted that way. Thank you as well for being professional as well. I can\'t say enough good things about Signature Care and it\'s staff. May God Bless you all.','2020-03-15 13:18:12.308000','2020-03-15 13:18:12.308000',5,'Laquona Anderson','https://lh3.googleusercontent.com/a-/AOh14Ggs4ZlNCNOAUa4zYe7eqVcLblpw8X8MYCu9sJeEYHE=c0x00000000-cc-rp','17898197009688164559',37620),('AbFvOqk5dHgRY0MpxiWV3h1haPyYYpRX8jZ0Qwr54IHZQKPIJozZopShHuts4Khm5ppSgGfMtErj','They were so fast getting me in to be seen, everyone was so sweet and helpful making sure I was taken care of ! I’ll definitely be going back','2019-08-27 13:10:39.075000','2019-08-27 13:10:39.075000',5,'Sabrina Snider','https://lh3.googleusercontent.com/a-/AOh14Gj6cYZbIlWRwysL-wI4wycwK4pvLf1itoxCdM32-w=c0x00000000-cc-rp','3272657195432704501',39811),('AbFvOqk5dIYjQ7q7RKem6cN22JjpN573Jj5CkqsvLCx72mhbW25xQ1ZYZjEW1LaN6744TduYPMLiRg','They are clean and nice they took good care of my son and there is no wait','2017-03-27 00:07:10.575000','2017-03-27 00:07:10.575000',5,'Christiana Sodeke','https://lh6.googleusercontent.com/-DaMarNcgDmk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckGU3tjVrauIqQ0sqvKPiZJLxBhrw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37184),('AbFvOqk5dlm3DJtHFN4JTBBx8L9treXJBmlzH5eM1VpNsCOK5VRQVggaGpsjM3YYKiDRlUWF82NjBw','Very nice staff and I felt well taken care of. Thank you!','2021-01-09 15:57:49.404000','2021-01-09 15:57:49.404000',5,'Amanda Masching','https://lh5.googleusercontent.com/-l5cxq2BF7Jw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJAcS00qt7DUdVbvc2z-kLWHobfw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',44579),('AbFvOqk5DOkMuPt7lKnxCvMAgUNnrRO6ibh9_p-uKWjKtOUB4pK1N4qJ3W23gOXJ2_6bHzARwZejbA','Fantastic experience! I met with Dr. Rose/Christina/Linda/Ricardo and Andrew- They were extremely gracious and fast! There was minimal paperwork and I was provided with easy instructions. Strongly recommend to anyone!','2020-01-26 19:11:45.735000','2020-01-26 19:11:45.735000',5,'Quote CNSG','https://lh3.googleusercontent.com/-ru4z5cxFB2s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckNmeAVL4hRkDD_PetRV7_FGyK0wg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35993),('AbFvOqk5E_V5oAXxnFJrZLWIdvrTqnRKi2O3sM1u5_2dmiK5XePAQmKCl0CYO7v9Ap2_SCFBBiQRqg','Even though they were super busy with ER patients and COVID testing, all of the staff were incredibly nice, kind, and understanding! The process to get tested was simple and well-explained.','2020-07-28 02:13:23.580000','2020-07-28 02:13:23.580000',5,'Erin Staudt','https://lh3.googleusercontent.com/-duMSE63oQMo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnXyj2llupGCeA4YYpMIX4jOTdBHg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31854),('AbFvOqk5e0prEdEip7OY8Ho7vr14povnZPtyQq8LiQYYVUYJRTB77d36iewcnyEcn74ITUmqNlSZAw',NULL,'2020-01-22 23:36:43.498000','2020-01-22 23:36:43.498000',5,'Bryce Keeler','https://lh3.googleusercontent.com/-qhOo3sE_U1I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclD1-Rb09FUh_JsLfwTzAhHp1w3gw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29466),('AbFvOqk5e9U6P7PloqCEwG2zKCuFikU4duurDLjq82E_GRpP3zeXG9ieznrNWOxau7QDKwiRJfYF',NULL,'2020-02-21 15:00:37.239000','2020-02-21 15:00:37.239000',5,'Aaliya Mixon','https://lh3.googleusercontent.com/a-/AOh14GiMBoAojOSfDLnqeM3SQHxq7iRgvZg2grScktiAXQ=c0x00000000-cc-rp','3272657195432704501',39605),('AbFvOqk5EaWTpRg2laNRRh4qj5rp3IeiJ5L2LLU7Uaz83Wl-tyYUPPv3OW4IHGLn5biOvsBJNS3mIw',NULL,'2019-04-01 22:05:24.486000','2019-04-01 22:05:24.486000',5,'Itzela Hernandez','https://lh3.googleusercontent.com/-lDPWp36SNfY/AAAAAAAAAAI/AAAAAAAAAjM/AMZuuckT6KUF5OdizDbvY2PiBVMGX3B_Pg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38227),('AbFvOqk5fqYPcMbYPw8QGaaeVPUqPyer10osmvSO1RI6xK-Vp2LJgZs6DPTEtzKLgryaWIcHl7l00Q','Great staff thanks Dr.Dang','2019-06-08 00:12:45.549000','2019-06-08 00:12:45.549000',5,'Andrew Spencer','https://lh3.googleusercontent.com/a-/AOh14Ggr6iXafKILA383G3WCL1p3C5EJ1Rr1xTTPIIk4=c0x00000000-cc-rp','14904078213800803294',32462),('AbFvOqk5gvfiZnENhV3amGj-el8bw4YJghD6Cm7RT0N_lMn3L8TQqwALaCSqhXoA4VQefvxTfbB8','Such great care! Would take all 4 of my kids ranging in ages of 18yrs. Old to 6 months. And would recommend anyone who truly wants CARE to go here.','2020-10-22 18:06:59.113000','2020-10-22 18:06:59.113000',5,'Joel Bevan','https://lh3.googleusercontent.com/-ThnGG8h33_E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckK808bQwNLaM-7HL5L74se02blEQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38460),('AbFvOqk5Gw81mRCh8Ai7z9naVV9G7cCGj85J0ER9lAVXkBiRyp0zJx3bRkT21v8LRf_K_TtBvaVUuw','Great service from The Nurse Sarah,RT-Marcus,Reg- Ayesha,MD - Dr.Thomas. Most definitely would recommend You Go there','2019-06-22 19:29:58.784000','2019-06-22 19:29:58.784000',5,'Marquisha Randolph','https://lh6.googleusercontent.com/-VXLsCNMDuRM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm9HOvZI74TBTB3zc6l0oGE4P5xXA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38128),('AbFvOqk5IM_ntSD2EEqia0-JPRzql3DvXm4pkjc1hY7W_Ofp7Q6OGzCi09X-QUo5Nd_fGbuUikdfXA','Great staff very kinda and helpful. Could feel the good vibe as soon as you walk in. They took care of me so quick just as soon as I was done filling out my paperwork. They took care of me and had me go about my day. Thanks to all the staff.','2019-12-03 14:57:38.004000','2019-12-03 14:57:38.004000',5,'Jose Navar','https://lh3.googleusercontent.com/a-/AOh14GjwrpwI9LP2V9HFEml5XbL3ACp4H63lE_kECSNd=c0x00000000-cc-rp','13486358490203335051',29554),('AbFvOqk5IqKpvw7r9ZPrvrrxnxWOqM7dFeVCz5fwe6KHfQ48Sz87n5Uq5chD6FqY6MnvVsMQmEU6','They are quick to help answer all the questions you have ...and it\'s super clean and staff are super friendly and kinda','2020-02-21 21:40:27.109000','2020-02-21 21:40:27.109000',5,'Annastasia Morton','https://lh3.googleusercontent.com/a-/AOh14GgIA-jm8c6xKYisj96cldfRf9K1BZsZsvHfGKcb=c0x00000000-cc-rp-ba3','14567670160750071148',30232),('AbFvOqk5LHyDMaSqhV_ULsRnVL3Fki8yfqITsQZgo4YveZGgQlYNv_BkVmmTmI0pLGWp-VNYPi5JKA','very friendly and knowledgeable staff...','2016-04-13 03:39:21.880000','2016-04-13 03:39:21.880000',5,'Lionel Tomlin','https://lh3.googleusercontent.com/a-/AOh14Gi4uX1qEDYI7AnlXh3ZWz3lpUz9aHO5q0Iq5-nl=c0x00000000-cc-rp','17394740196501090048',37364),('AbFvOqk5LI4LL_pOeeArct9orXtardV3-c_qeS8D2m6KkoOOX_QMm86wkjbWIJ37PWPdFsOLTwZmeg','My family was exposed to Covid and I was extremely worried because my son has a heart condition and I wanted to find out immediately. We made an appointment the next day and got our results extremely fast .','2020-07-20 19:05:03.437000','2020-07-20 19:05:03.437000',5,'Denise Soto','https://lh3.googleusercontent.com/a-/AOh14Gic5DTqDf3bPf3NFvx6UUo-kG5HJsjerL4K5FJkyQ=c0x00000000-cc-rp','6521947413723274945',41354),('AbFvOqk5lnp84msNBtrug9iasbNQtKFq6b-0gz_Qxg3K8lxNpghGSaa1XyGUWgljcCWyGe8UkQRF0g','This is our second time coming to Signature Care. I am very impressed with the staff and doctors we have encountered. Savanna B. and Andrew C. were attentive, informative and very kind to my son. The facility is also very clean and there was zero wait time. I highly recommend SignatureCare.','2019-10-03 22:15:39.876000','2019-10-03 22:15:39.876000',5,'Stephanie McSwain','https://lh4.googleusercontent.com/-e_TWapk-2CM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckp-bRZa1fatzmiZEeBvZiOIXugaA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29634),('AbFvOqk5ltRMZ4FF-G-owopqwdGXrFKNwUAT6xpm3Yo0yj03GpSu1uvqnx-K8wwRSkg5Lc9-_Ieh','Nice staff, speedy service, smooth process!','2020-07-26 19:34:53.046000','2020-07-26 19:34:53.046000',5,'Candice Hull','https://lh6.googleusercontent.com/-zSWVTqlHjBQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1kM3ocFWSmI-gwmmp-8ekyKD7hw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38762),('AbFvOqk5MytPBtF2QUvY9WY9Kgz74-_z2DCmGTC6ZLIcsdgR5Tjz-buNQC_ikSuIsbYQKH5L3fmo1g','Had the easiest experience getting a rapid Covid test at SignatureCare! Dr. Rose, Clay, Christina and Chelsea were all so sweet and kind. Made the experience very laid back and quick! Will definitely recommend to others and be back if needed','2020-09-12 20:54:30.653000','2020-09-12 20:54:30.653000',5,'sydney rosen','https://lh3.googleusercontent.com/a-/AOh14Ghbw5oh-wUq2CGaGv2XGzVbJZtu0gBqJyv8YlsgIQ=c0x00000000-cc-rp','16891069708558046635',35819),('AbFvOqk5NAtq4BF5CzJpKGybJ0lKn73j5WLq0V6g_RgvhuQpKhX5OdBUqXgPxyu1ydJQOYET9IKHqQ','Alvean - From the first day of emergency till the follow up, which needed no appointment, we had a quick and exceptional experience. Will refer and use again and again.','2020-10-14 22:38:07.550000','2020-10-14 22:38:07.550000',5,'Miss Fitz','https://lh4.googleusercontent.com/-1D0yJ60-i1g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclL6abugIEAFZJDRvOlVSf-L7nRTA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33153),('AbFvOqk5NoPegn9aLEVWkEN5dQzMFytez9qipJuv1GxyALdUldHLbzRKVZvDLsR_5dO33yrRPipT','My experience was very amazing. the doctor, and staff was so so nice and they took care of me and made sure that I had everything I possibly need to get well. The doctor.was very informative about my sickness and I would recommend this facility to any person.','2018-12-31 12:37:19.263000','2018-12-31 12:37:19.263000',5,'Reco Boyd','https://lh4.googleusercontent.com/-Vs18j6zPDH8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucni7_8GudUaSrmsU_UtOcyDvEMDMw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39978),('AbFvOqk5O80-UHQwaguDqKTvyHoVCUQ4aSzcgMaf4XRtqnHKfOMnRn92tq98voL6c7vKw0ednVRg','The facility was clean and the staff was very helpful. I felt well cared for during my entire visit and my nurse, John Bell, was especially attentive and made sure I was comfortable and had everything I needed. Would definitely recommend SignatureCare to friends and family.','2019-02-18 19:01:49.052000','2019-02-18 19:01:49.052000',5,'Janeese Bene','https://lh3.googleusercontent.com/a-/AOh14GjuD9RVVP8Pa7_9OSkUXDsOSlIRq-5pY-qMLbSyaw=c0x00000000-cc-rp-ba3','8626688543755174284',42149),('AbFvOqk5oGDt4wwgGvEEWDAzKvFoVONDCnJxFNtHwK1caQelFAslxDqhPQ6FWR92hKRtbNVXSGkz','I went into Signature Care for chest pains that I have been having for two weeks and I got treated. I was only their for 1 minute and then I was called to the back. Also it only took them two hours to get me out of there. Both of my nurses were friendly and I appreciated their care. I felt that the front desk staff could have been more attentive and the doctor wasn\'t as friendly as I would have liked. She kind of made me feel like I was making my pain up, which is something I would never do because I have no medical insurance, so I don\'t go to the doctor for fun and have to pay out of pocket. The X-ray tech or doctor was the best person I met there. I truly appreciate him for his sincerity. I hope that the meds I was prescribed will solve my problems instead of just breaking the bank. In addition, I have a small bruise from the injection site of the IV and the medicine they put through the IV was painful and it burned going in, it all most had me crying a little bit, but overall they were great, overall I would return if need be. Also they have a price list and if you\'re emergent they don\'t make you pay before treatment, but if you\'re not emergent then you have to pay before they treat you. My total was $750, but they allowed me to make a payment towards my bill. Thank you Signature Care for the help.','2019-11-06 17:11:15.035000','2019-11-06 17:11:15.035000',4,'Lakrisha S. Davidson','https://lh3.googleusercontent.com/a-/AOh14Gh0eIc6KXzXaU1F926zmUZ1sV6l8ejuFaf7eJuKaKo=c0x00000000-cc-rp-ba4','16590124370714063921',34577),('AbFvOqk5pRfkNn4pC6rixA58gJnmq8F-PSw7hvkfGBCkl74W9x1FctwTwEUIsQ2GlHkRvkbT95eoVA','I came here for my COVID test and everyone including Dr. Angela was very kind and helpful.','2020-07-18 21:44:54.291000','2020-07-18 21:44:54.291000',5,'Nesalita Rodriguez','https://lh6.googleusercontent.com/-AhtNxesaVqE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUk7MFH-1Xg8KlGP-OnYvwiWb_Tw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31987),('AbFvOqk5pu6lARwbsu74jv0PKL9EXebah6YmkQnh4mdkDo-BIHLIppEmJa3uLfra8bpddx2atjr1Mg','From the first step through the entrance of this facility, until the time I was discharged, the employees of this Signature Care, performed 10 star service. So glad that we chose to visit our neighborhood care facility, the staff went above and beyond to treat my pain, quickly and effectively. Thanks to all that contributed in restoring my health.\n\nThe doctor and staff did an amazing job. Facility was clean and stocked very well with up to date equipment and medical supplies. Thanks again for the smiles and warm welcoming.','2020-03-04 03:31:38.363000','2020-03-04 03:31:38.363000',5,'Janice Jones','https://lh3.googleusercontent.com/a-/AOh14GjU8jv5xMUUanemo9nvH-YAqUHsaHN3IUL190dH=c0x00000000-cc-rp','14567670160750071148',30214),('AbFvOqk5qhNO9AqGCW4qdiscIUnnuHhR6eN3nSavBK_n218xrdDIlylRU5ZO_OwMIC7iGo0SKRwPqA','Doctor Henderson, Nurse Sarah , Rad tech Laura , Er teach Daniel and Registration Tanishia were all so welcoming , caring and had such a great attitude thank y’all so much !!','2019-10-23 01:23:10.477000','2019-10-23 01:23:10.477000',5,'Jackie Jovel','https://lh3.googleusercontent.com/a-/AOh14Ghe2unqlNTWlzlDmOLXxUUZLf7aQ-gFqOGvZdFC=c0x00000000-cc-rp','17898197009688164559',37938),('AbFvOqk5QyEsCKIceRKubhAEdoPHbyyTyC6O4ezL8rdSam43rf1tb6Y3W6824fM3Yd_j2OZ8nrQanw','They saw me in no time at all. Front desk ladies were very kind. Nurse Kara is the bomb!! She was kind enough to bring me a warm blanket because I looked cold. I would definitely recommend this place!! Kindness & compassion goes a long way these days!! You guys rock!!','2020-11-11 01:27:39.329000','2020-11-11 01:27:39.329000',5,'Tifni Simons','https://lh5.googleusercontent.com/-wjThQnByEMg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDO-rwyvB_5reKYSnV5JmBak_71g/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41270),('AbFvOqk5qyi36qBhX9YLNU7Yl4otB40m-43GPDNEAFOCEmakCAMSEHtiw1EwxytNaKKu2skywOPe','I had a good experience with Kendra, Remington, Juan and dr.jaber. They took very good care of me','2020-02-20 15:57:30.037000','2020-02-20 15:57:30.037000',5,'Saipranathi Gunda','https://lh4.googleusercontent.com/-S8wpu-GFca4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmYEMnvW8ccBATw_F3eEo1mv836Mw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34352),('AbFvOqk5r7WCYpgr1FZkMNOwnbbMFnxYvT2vyxeRCSX6O_DjnBWu0kdkezSV-LCkRQbUxMTumwKrxw',NULL,'2019-04-14 16:30:34.461000','2019-04-14 16:30:34.461000',5,'Trista Adams','https://lh5.googleusercontent.com/-Ra-AIIMX9bM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucndvWHYyQiT5sfNOF1x5OHOou28QQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39881),('AbFvOqk5RuxxHd9F2cSOnOgLhKIV33gpj8SDg-v2YOe0CYRp9-_czyBr40-qXMEev5Cs3iy1JwqUZQ','Dr.Ashbrooks is so awesome. Gunner the radiology technician is the best. The nurses are wonderful and pleasant. If you ever need a doctor for a emergency please go to the SignatureCare in Texarkana on Summerhill road.','2019-11-01 18:29:55.868000','2019-11-01 18:29:55.868000',5,'Linda Butler','https://lh4.googleusercontent.com/-G_-N7rPaGcc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck3SgcwE8MJkOt8cxnXa4Ni1vbRDA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39784),('AbFvOqk5szExVM_bp_3xiTeFK9BCZcd0WeJozV5F0OuLv6oZV3A0M3G4bQ034ltqdvWqz74eC_nw','So fast and easy ! Coming here is always a breeze !','2020-09-03 23:08:32.013000','2020-09-03 23:08:32.013000',5,'Lamar Nevels','https://lh3.googleusercontent.com/--yyMFhEhJHs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclv7xT0ffungqdeHLYuqryZavgwzQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28556),('AbFvOqk5TjC1aJk0r1mMgED1hFIZ3eiJ2G37iMtZHxJjSx2wgw6aAnG9jFGuYbnObWIQmrI2qFlcXQ',NULL,'2019-02-16 02:26:32.780000','2019-02-16 02:26:32.780000',5,'Code Monkey','https://lh3.googleusercontent.com/a-/AOh14Gi-rRLDoB2sIocs8RRQMDulY1KDUmtBaaID-3_gog=c0x00000000-cc-rp','8626688543755174284',42156),('AbFvOqk5TyyQJAwHxE8uKruerLo_k2t66RDOWpdXJtdAEbnI46ELRQl8_vEq36u9HofYeHU8Aecn3g','I reccomend this location staff is very friendly and super clean location. Samantha greeted me once I walked in with a friendly smile. Nichole was my nurse and she was very nice and checked in on me making sure all my needs were met. Dustin and Dr. Souman was awesome as well..','2020-03-01 01:08:19.524000','2020-03-01 01:08:19.524000',5,'Erin Steverson','https://lh5.googleusercontent.com/-Pu9oa9KKTJM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmHdA5WsmAl6AdvoTPRIPDM9M5Utg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30223),('AbFvOqk5UiPuVUgn0a8WgGVLAwN34vceO_HJYtZFrcGBl1KhP2re7v974FzJsSZW-REzBECGXnxebg','Loved Georgia, she was amazing!','2020-10-08 00:08:25.736000','2020-10-08 00:08:25.736000',5,'Allye Morrow','https://lh3.googleusercontent.com/-AEgyth8YT7c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckhgx-cv9vu2_1PPLWJLIQPrmNNsQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31541),('AbFvOqk5uP7rJFTwrKZZgZ9XiIdVPQmfcsNrR8DxK_Jee2OxNddSKq_Zw2vpPDlWIuNhJa14PCKj','The staff was quick to come out and explain everything in detail. Would definitely use again if needed','2020-08-02 22:23:33.248000','2020-08-02 22:23:33.248000',5,'Criselda Galvan','https://lh6.googleusercontent.com/-SOnu6JZgdUM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnXAUUyXxnnxnyQyLnDwIhBWI0KkQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41312),('AbFvOqk5uz1-oamTJAMV63DdkW9Y5bQ_GGRNEM6jdDXUeb7pjSxYop12Zyga-Q5RPD7-ByFuaCnjTA','I was greeted quickly and Tiffany the Receptionist was very helpful. There was no wait time and Stella my nurse and the Doctor were very courteous and patient. I received thorough treatment and was given exceptional service, the entire staff was very nice which is usual to find most emergency rooms.','2017-09-18 00:48:18.326000','2017-09-18 00:48:18.326000',5,'Ty Chachere','https://lh5.googleusercontent.com/-V6qqwGjouH8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmXzlxLz-RDRYkEeMvTlxIpqLLzkQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37073),('AbFvOqk5VQ3nX0OSSH-0S8LvUEScVZRhpVOVWwf1aEZjEM1zCQqLYr5f_zt16VArVdNnoaywjF6zkg','Mercy and Blake were amazing great care since I walked in the door. Doctor was awesome as well. Thank y\'all so much for helping me with my earache. Great survive was provided when staying here checking up on me all night','2017-03-13 16:25:58.981000','2017-03-13 16:25:58.981000',5,'Nahomi Pereira','https://lh6.googleusercontent.com/-ft_PXgYEmas/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm47-1_ZwssKrEB2F_vwmxWbSvy4A/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32711),('AbFvOqk5W4FbK5Iif_DAnzz6idQlnqFwyF8F2AZTwo4UmFqXfsEVReBPNGxjsVvk3KeXgOc60W6GkQ','Amanda s nurse was great friendly staff awesome took good care of my son','2020-02-07 17:37:29.398000','2020-02-07 17:37:29.398000',5,'Rose Cereceres','https://lh6.googleusercontent.com/-xU3A2-If3bw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQ5Dhm9D-9PTx-qZnc6zCmGSS7kA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29441),('AbFvOqk5W7O_efHGSNljb14fUZI858ZGwD3UbVziLBxBTwhV6Jh_TYv9o_xymIQWJ0pZC6kaAqg0','Christi James and Valory Naomi took great care of me!! They listened to my concerns and seemed concerned about how I felt. I strongly recommend this Urgent Care Facility for your needs.','2021-01-12 16:06:27.248000','2021-01-12 16:06:27.248000',5,'Krissy Leigh','https://lh6.googleusercontent.com/-vRSBqgpufLw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmH5DNt2ENbkX7cW_BnkQexxn7eHw/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44476),('AbFvOqk5wAnCFwJ5aNtR6lWnauWSl2VO1CiIf0cxBEbAms0HIJahGQMI08CLZFWxSx13R_4op4IgIg','Great Staff with Great Service. Highly recommend!!','2018-07-13 16:23:12.252000','2018-07-13 16:23:12.252000',5,'Raymond Cruz','https://lh3.googleusercontent.com/a-/AOh14Gil0WUoiPb4gtP6f777__t22GDutdKVfMI_wazclQ=c0x00000000-cc-rp','14567670160750071148',30819),('AbFvOqk5wclXTl1Gh7-JYY7-GSyoZA6N0gCOTWBYIJ-V_Gij20RVZMcO0-fAj_4W4CpJyCPqgLj6Dg','I recently moved from Dallas to Houston. With this being said I don\'t know no one here or a caring reliable place to go for emergency visits.\nI was in a lot of pain from my pelvic. I knew I needed to see a DOCTOR. I also knew my insurance had not yet kicked in. I first Google the price difference between urgent care and emergency room visit. AND by far urgent care is cheaper. So I read different reviews. I read so many good things about singnaturecare emergency center this is where I came to.. the Doctor, the pct, the front desk, and the RN was very good and compassionate. I felt like my care would be well attended to. The cost was one fee for this clean safe and nice atomsphere. The warm blankets were nice. However the staff moved so fast in taking care of me. I did not have time to enjoy it. Which was good. It was time to go and I had a diagnosis of my illness.. in less than 45min I was in and out.. I ll come back here. I\'ll tell my friends.. You guys rock.. thank you from the bottom of my heart.. my pelvic will be ok..','2017-08-05 18:29:11.900000','2017-08-05 18:29:11.900000',5,'Romekia Cox','https://lh3.googleusercontent.com/a-/AOh14Giuv_u6raWtyh8mrxscXpQrk9j757scHgLg6KekEpU=c0x00000000-cc-rp-ba3','14904078213800803294',32658),('AbFvOqk5WvNYigpT0BE4cGIDeLhKVhg-j-eU69w7be4_6oZSyBFKGVadQUbwrxvyYrOiknAM5ImiqA','Amanda and Kate were extremely helpful and kind through the entire process. My nurse Bretnie was also top tier!\nSignature Carew takes safety to the next level by keeping you distanced from other patients and providing hand sanitizer and tissues!\nWould highly recommend!','2020-11-06 21:25:55.437000','2020-11-06 21:25:55.437000',5,'Matthew Thomas','https://lh3.googleusercontent.com/-m3ySfifU2HU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnGpm4vjg2qdNpa-Qgu82egqJMuKQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34079),('AbFvOqk5x3DQJAx1k1y3HZgiYlr5tRzimGMXvpWSzz9z2t1dQ4Af5cId4iekBgvbAkLqXiud1ZGS','Amazing staff! Very friendly .','2019-11-15 05:08:34.139000','2019-11-15 05:08:34.139000',5,'amberly acosta','https://lh3.googleusercontent.com/--_Gb7oEZ1dI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclAZK_fHnyQ4aeFTo6Rucwf6NQXXA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41556),('AbFvOqk5Y36nPMJFRgbJAtJGINq-4ZqPUjUl7do0-CW6aSpyg2rU_J1nSF8UeaYUrp3IqPCb0Xu15Q','Almost no wait time, staff was friendly, Dr. Chin was wonderful!','2017-04-15 05:07:11.743000','2017-04-15 05:07:11.743000',5,'Rachel Garza','https://lh3.googleusercontent.com/a-/AOh14GhnmT-jhi3lnGQM8R2hDZPGxcAsJ8-chL5sfoXJ6w=c0x00000000-cc-rp','14904078213800803294',32689),('AbFvOqk5YKY5RKLOD7-0DvEfvNdftkJ7olT5CUeWkAafcK2vj3KH3bJbn6yqT9KOiuJA2gifTlYR-A','From Ashley & Brittany\nTo Nurse Robert and The Doctor that treated us. We received excellent service and understanding.\nGreat job all!','2020-09-01 21:37:43.276000','2020-09-01 21:37:43.276000',5,'Joel Frost','https://lh4.googleusercontent.com/-hpvcuMlIQ4w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckTNJtvjXuLD3d5NWyBAfwwG0_7hQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37569),('AbFvOqk5YtvSUdey4_x_T6Yp4A45azUlXkJr5YFLiUPzlyQ8sCcH9jGdKgjOslemwx2eYHJKsyG9zQ','Kimberley at reception was so welcoming from the moment I walked in! I was offered a warm blanket by Morgan, and Brad was so great and helpful throughout my entire visit! I would 100% recommend!!','2017-04-25 15:25:05.296000','2017-04-25 15:25:05.296000',5,'Emily Hanna','https://lh3.googleusercontent.com/a-/AOh14Gh0o9ZCfMe6q3DFINaXNcSPHly02b-vcTBvOfSiYg=c0x00000000-cc-rp','16590124370714063921',35441),('AbFvOqk5yWj-GhlA8A0FDydh7Qc_lI71v9PQhPReiu5CCUsL94814EjF2debCfCGKynF2_SLdBfV6A','Had to go in for a rapid covid test and let me tell you, THIS IS THE PLACE TO GO! I was in and out in an hour ( with my results ) and everyone was so friendly. I would recommend to everyone! Thank you to the entire staff and doctor who made it such a pleasant experience.','2020-09-10 20:00:15.932000','2020-09-10 20:00:15.932000',5,'Lindsay Tarwater','https://lh3.googleusercontent.com/a-/AOh14Gh8DHDTZrGHsE-RxxtpeJgWN0NgkVC7RvQWYGTasg=c0x00000000-cc-rp','14748677429039074158',31680),('AbFvOqk6_Onl3gjMSITx9bkPjyGmZKR41AY8HUqTnDZBjMBNDQMR9B1tkRQAkDMM5e5f9yVtUBXX2Q','Everyone at this facility was great. From the moment I walked in, to the moment I walked out, it was a great experience. The receptionist Tanishia was wonderful and helpful! Also the nurses and doctor in the room were quick and efficient.','2019-11-15 01:28:32.597000','2019-11-15 01:28:32.597000',5,'Shay Gibbs','https://lh3.googleusercontent.com/a-/AOh14GjLFC_k0o8iQetdE55770TYSshprDgcU6IomTG3=c0x00000000-cc-rp','17898197009688164559',37882),('AbFvOqk6-1n10hnH-kQOBuLhvG2y7B3efwJKw1o2PMVmFjQR2LukeO5CJhxhBMw-fHf-b6h3Tz7f3w','Came here with my wife for an emergency ultrasound and everything turned out great. From Samantha at the front desk to the amazing nurses Nicole G and Shola, the radiologist Dustin and then the awesome urltrasound tech Estella. Dr Singla was very kind and informative. Everything here is so clean and staff is amazing. They check up on you every so often and ask how you are doing and if you need anything. Snack and drinks are a awesome bonus! I love this place and love the friendly people.','2020-02-01 03:30:35.711000','2020-02-01 03:30:35.711000',5,'John Macias II','https://lh5.googleusercontent.com/-ZioiI5a55O8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclwvU6o7Zk-z0pnNIiiPUrwea1qEw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30280),('AbFvOqk6-CXdjQyHl3SVZUlajxXhg3PIsFkTYGJ_rWp9QvGqVgGFIIJ8s2--_0i_IcUarp7U1WHpHA','ā­ļøā­ļøā­ļøā­ļøā­ļø! Vivian and Elisa were prompt with assisting me when I came in to register. I didn’t wait long and Gustavo greeted me with a warm welcome and sprang into action to help me get better. Jessica and Kellee were awesome with helping me get comfortable and understanding my health issues. Dr. Pham was very warm and kind and made sure I had all the tests done to make sure no stone was left unturned before discharging me. He was very thorough informing me of what I had going on. Overall, I didn’t wait long, maybe a little under 2 hours. All the staff made me feel comfortable and I’d return if I ever needed immediate assistance.','2020-09-04 02:05:47.953000','2020-09-04 02:05:47.953000',5,'Nichelle Nunn','https://lh3.googleusercontent.com/a-/AOh14Gi2YEWg5G3IidPa0RVbq0OrMcXosNBvuM-MfBI4IQ=c0x00000000-cc-rp','8918455867446117794',42919),('AbFvOqk61jrpk-RrgDmc8uXH0sH01nTLj6te46743Tm-pOEz6TWGrK4sX7Q13B9wV8wMpB2-omG2uA','I was seen today by Dr Henderson, Rn Ms Jennifer , Molly and radiologist Gunnar. Awesome service every time I come. Very Caring people that love what they do. Will make sure you get the help you need and make you feel just as comfortable as if you where at home. Would recommend any dayā€¼ļø','2020-12-27 15:50:31.736000','2020-12-27 15:50:31.736000',5,'China Webster','https://lh3.googleusercontent.com/a-/AOh14GjsGNbKMm1pV0U2ZD2t4x4Lk3J0Hsuru2B0YDq2m2k=c0x00000000-cc-rp','3272657195432704501',43956),('AbFvOqk62DqFbbT3eJkDh9UKxaX7F8MwLeNj6aAzwSAi_VwnDNqmEoM7R0sKVaFKBRp90ltJtGtR','Excellent service. Thanks for the snacks. Tanishia to Dr. Kotey. Thanks! All the staff was great!','2020-02-21 05:19:39.164000','2020-02-21 05:19:39.164000',5,'Kiaron Odomes','https://lh3.googleusercontent.com/a-/AOh14GjVZ38UMe5bkycnK7T9Lg1cXmvxTh6U1R_TBXYWXA=c0x00000000-cc-rp','17898197009688164559',37674),('AbFvOqk62tVvgddqWngm_rVmXIyXX9gqYCkJUuOmmIu4GkCQvUCYpkruDe1qt_lWFtO1GNbBj8XO','Clean, very accommodating, and very friendly nurses and staffs.','2019-11-26 18:41:32.095000','2019-11-26 18:41:32.095000',5,'Cheryl Newman','https://lh6.googleusercontent.com/-zNaeFAtU9Mg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmcHjF72PbS55YZo9bwHykruZgQig/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39202),('AbFvOqk63AIcK9sVd-ByJFqz-EgNf6NORqgOBgiP8iaSjMyM5Aiy7FuN3GrAHwY6hT5s0601bDt8jg','Great Staff and Pt care. Tech Megan S. And the Doctor were fantastic. When your sick or injured this is the staff you want. Registration and front desk staff were also very courteous and kind.','2020-12-22 19:21:53.305000','2020-12-22 19:21:53.305000',5,'Jason Hamilton','https://lh3.googleusercontent.com/a-/AOh14Ghb6MErJInIGcypoc3zTCuat6Ppv2mHDrU5p7bRnw=c0x00000000-cc-rp','16590124370714063921',43729),('AbFvOqk65tq0ONlNHf3StNNLZ_4Kc3GXzz9TLSt5IgfbwEhh-tcpP-kdAy_LM-vkasdqfhHsbptqRg','This place is a rip off. They bill for the facility and physician separately and bill $1500 minimum for each. Don\'t expect good customer service when you call to ask about your bill. If you ask to speak to a supervisor they take your name and number for a call back that never happens by supervisor. This place is an insurance scam that drives premiums up for everyone.','2016-01-25 20:37:15.352000','2016-01-25 20:37:15.352000',1,'johnny chimpo','https://lh3.googleusercontent.com/a-/AOh14Giy3fChosDG_RaE_5QXlKbLEZh5C2Pab7YE1aR6=c0x00000000-cc-rp','17898197009688164559',38389),('AbFvOqk66Wze3fJYTNsErfVWuCBMnqY3T6G5xsTUWq6ILXFLn9PjIgNZPoNnUBdd8wOCeGGkcFHkVA','Kendra was great when we got to the ER. She was able to get us in super quick and they were super nice and understanding! I would recommend coming here!','2020-03-08 01:32:49.531000','2020-03-08 01:32:49.531000',5,'Olivia Cohn','https://lh3.googleusercontent.com/a-/AOh14GjC2FASXdmHEBmrQQIBghyABEnpYNgSzMS61uut=c0x00000000-cc-rp','16590124370714063921',34312),('AbFvOqk67D_QUilOWv-BTqO4GWi5xgiczIQwNPlsIWuC26FNsE-r6yMy9_ieQz3mFgy_bSEGVhPq','Everybody was so nice and professional and they got me in and out.','2020-10-10 20:04:13.115000','2020-10-10 20:04:13.115000',5,'Shaykala Rowden','https://lh3.googleusercontent.com/a-/AOh14Gh5FlsShY2Xi5nP8PmyEIGJ_gmjSUjLTy_LqJmVnQ=c0x00000000-cc-rp','3272657195432704501',39486),('AbFvOqk67Pkr2ATwVNR3S5hVX6o_0Hat8SOl65dmyHpGiI8UzWtxF_GYoNm2QBcGdochigLpbRSJyA','First time: 4.5 stars. came here because of a disruptive stomachache and I saw Dr. Pham. He is informative and mostly kind. I didn’t have insurance so my bill went up to almost $800, but he is a nice doctor.\n\nUpdate 1 month later: (1 STAR)\nI went in there yesterday at around 7/7:30pm and the lady in front gave me the feeling of as if my issue wasn’t an emergency. She was busy on the computer mainly! I couldn’t even stand up correctly because of my pain in my tummy and I needed to use the restroom. She asked if I could hold it until I fill out paperwork? Not knowing a person’s situation, and you’re telling a patient to hold something they cannot physically do? Isn’t this supposed to be an medical center for emergencies? She says if the doctor doesn’t find anything wrong the first time, they aren’t going to prescribe it as an emergency.\n\nI came here before which is why I gave it a better rating the first time around. I thought about what was charged the first time I came.. if there were going to charge me $800 for them to give me an over the counter medicine and a 10mg pain killer and charge me the same $800 for the same thing is not worth it!!! I will never go back again. Thankfully I found another place with better care and better prices!','2019-08-03 16:00:45.214000','2019-08-03 16:00:45.214000',1,'Asia Kay','https://lh3.googleusercontent.com/a-/AOh14GhjkHwbvFULYea2p-fA2XAa9NnSO3WlknPSUMzGBA=c0x00000000-cc-rp-ba5','12541597562633926366',29059),('AbFvOqk6BHsf2_V4o0d1vWel_5OC-n1jul60tMXhCbI5sNeR3_k_bxViJRoWZpwqTxgOx-2RjFcQDA','My wife went here and received horrible service.','2016-12-13 02:36:55.392000','2016-12-13 02:36:55.392000',1,'Jason Smith','https://lh6.googleusercontent.com/-jZnPh6ptiOY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHQCWimFo47QED5IRK00o6rfVjkQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42773),('AbFvOqk6BkQMr3XRTis95gQBipJHaK41Z6FNiUp-oZ8QZIshf7bshSDLvFta97HiPn99-AAJ_7Xt_g','Christina r and clay were great!','2020-11-08 14:59:52.811000','2020-11-08 14:59:52.811000',5,'Lisa Le','https://lh3.googleusercontent.com/-5YAOQqD2Pis/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucktWP_Tb3tYdjAiGrGDWarpyArbZg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35617),('AbFvOqk6C09TTIsU0cbGjxmzklEwwR-PNDeVuYBIG57_EWZ1kn-3n1nGfhUlWWSMjVmBJD2JpwKEBw','Hands down the best medical experience I have ever received. The staff actually listens to you and will go out of their way to make you feel better. The only complaint I had was the guy who initially took blood out had really rough/shaky hands which made the needle hurt more than it should. Overall fantastic experience.','2019-01-21 14:46:57.848000','2019-01-21 14:46:57.848000',5,'Alberto Guzman','https://lh6.googleusercontent.com/-MYz6t3Mv_UI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnXnvGs0OozVb5S6hkq071i-WWf2A/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36292),('AbFvOqk6cPBJfM--3GtK_hJ6jUUqntgg4b3cqIPX44FX743QsdwmFQvFsAOSGE0IzfjVyBiLvk28ew','Super nice people, and fast service!!!','2016-08-21 19:17:36.776000','2016-08-21 19:17:36.776000',5,'Saundra Mendoza','https://lh3.googleusercontent.com/a-/AOh14GiH7AXkXr0OhwHMULa0iT9xqIi4gVkk_sktQJdNhbc=c0x00000000-cc-rp','14567670160750071148',31201),('AbFvOqk6dkUl5DLEKekiW1ivSjuN4QQ_zJeQrLlmXs6YBFrH7spiuGucFGrYFonkvemWF0F0SQYMYQ','Nurse Katy was awesome in every way!','2020-12-26 17:27:05.521000','2020-12-26 17:27:05.521000',5,'kim wilson','https://lh4.googleusercontent.com/-1HAaqxemKx0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn9QA0BMBmlINdQDXXbe2WK4ILZSQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43897),('AbFvOqk6DqV1k_r1vAr0KJtEnLHN5HFuD3A4KoNmiQyHSMTURy2_Y3NlDiBfMEdGWJwtY-UDumKgOw','Mandi, Ashtyn, and Regina were all very kind at the front desk, we had no trouble at all dealing with them. The RN\'s-Jennifer W., Mollie, & Katy were thorough with my assessment, not to mention, friendly and caring.','2021-01-07 19:12:52.737000','2021-01-07 19:12:52.737000',5,'Serenity Lovett','https://lh3.googleusercontent.com/a-/AOh14Gilo7QIzunA59omwiY-Sx175OKCFHRsFvZc-b_rLxE=c0x00000000-cc-rp','3272657195432704501',44640),('AbFvOqk6DZGZoFSSpT5fsvgNGCzpC-_LpkeeNRWuiQxQo_rzpxA1OrcgdF4yDuSFstMMxRy2DG_Jhw','Very nice doctors and staff. They took care of my daughter and answered all of our questions.','2018-07-21 22:24:06.728000','2018-07-21 22:24:06.728000',5,'AMANDA EDWARDS','https://lh6.googleusercontent.com/-B7PDp84RUiA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckltcaEOBVVveVz5q2GWfmnBSnSCA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30805),('AbFvOqk6e0Nu8_mvMLfemeE1gl9q6OH2PLfFQkMQRaXsWyWM3GsCHuJPc_Dp6b1k2f82oTR-tmOpBA',NULL,'2019-02-18 15:24:20.669000','2019-02-18 15:24:20.669000',5,'Tiffany Davidson','https://lh5.googleusercontent.com/-aSH_439TlUs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucne7a-bx_EpnHuvKiW13Ol8rmwR7Q/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42150),('AbFvOqk6Ek66zcFUwGk_k2r-EAhStyHNcP4qeytH-JeLmVwluhxVCtViCXp_Z0-NrS9GsrKlmmbj2A','Great service!\nMiss. Dee was great!','2020-03-16 19:47:47.376000','2020-03-16 19:47:47.376000',5,'Vanessa Palladina','https://lh3.googleusercontent.com/-6xpEMI4SaQ8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckufmRkxrZH8WFg9qV-WILkf9kv6w/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40277),('AbFvOqk6F77aAEiHymlpotlQB2MrQ7PtCBCG1uo_KM0fyNgf-zvFzW7RcPB-Wm61kcc5QMJIgjda_A','Everyone here was very friendly and generally concerned with resolving my concerns. The facility itself was very clean and well taken care of. I was in to see someone in less than 5 minutes and out the door with all of my problems addressed in a timely manner. I definitely recommend this facility to anyone in need of emergency services.','2017-11-02 15:50:15.807000','2017-11-02 15:50:15.807000',5,'Mark Silberberg','https://lh3.googleusercontent.com/-PnmPkGoWOCw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclKlPPmGAP3bzzsole1WOvq6Bnm2A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35356),('AbFvOqk6fgxdyBC9yCOBYsHcTupiIfrppsPETckUu4vni31HtPuawgR-4mrSLEQy3cQcOvZ1tRwXtQ','dr.omalley, alvean, tricia, sibienne, bryan are very friendly/ caring and helped my bff get better!!','2019-11-14 22:24:02.652000','2019-11-14 22:24:02.652000',5,'madi bryant','https://lh4.googleusercontent.com/-V_FTHZb72IM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclb4WTUbSvgzMaJCQaSqfVMH-vqgA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33753),('AbFvOqk6gEP2RUfb9HySpl3qhlC3az8Bv95ku59f0e2Tj6QSQcmG7h7jHB1eVVUhSr4kqmb75wFcGQ','Dr. Ding and nurse Jacob were super helpful and efficient! I had Morgan and Becca as my tech and they got everything done quickly and painlessly.','2019-09-30 19:41:43.093000','2019-09-30 19:41:43.093000',5,'Matt Elliott','https://lh3.googleusercontent.com/a-/AOh14GjhZZ1N0lmehQb1kM1jrj1rpmEpUqwW62O_ujYilA=c0x00000000-cc-rp','16590124370714063921',34635),('AbFvOqk6GqlDqD_rye7Hc6Sswa80d2gH3-7U2V8giFtmuvO5HiOEWVGQlRk4FJZVa2BZ7zZm4EQUng','Nurse Elizabeth T and Dr. Akuhyili did such an amazing job when my friend needed immediate care, i recommend this facility if you\'re looking for a compassionate staff and speedy care!','2020-10-16 07:43:01.957000','2020-10-16 07:43:01.957000',5,'Miss Angel','https://lh5.googleusercontent.com/-KlSHYVkciBA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckm0yi_CQKmBZfFC52tkAsOmMRmHg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40176),('AbFvOqk6h7dZHIhr44k7e1RhT-S4FtyUqK0ZfaRAEz5U_mUdSEUJn_PGTHiQtmi-N4Ohmi0oKodiAw','Thank you Keaire for everything! You\'re the best!!!! šŸ˜ŠāœØšŸŽ„','2017-12-04 00:37:44.811000','2017-12-04 00:37:44.811000',5,'Airianna Carrasco','https://lh3.googleusercontent.com/a-/AOh14GgDkdQ68U3HReORRcb8-yEqGA5-t9a1zeEM4hqbYA=c0x00000000-cc-rp','14567670160750071148',30939),('AbFvOqk6H9QhiSK6N6fnsPt-X6cpgMAQlBvazWmnA8UA9oPd03TwjvirkoKGzwie8d9lc5cghoRI',NULL,'2020-07-24 18:25:46.092000','2020-07-24 18:25:46.092000',5,'Dawn Gerard','https://lh6.googleusercontent.com/-FzxL704JCKw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucklyKk1JAT7QShIXwECfEHa47N_vg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42974),('AbFvOqk6HhEAiWVm1Om0jLUmutspqCNKdXysDMFhYGTY5IREoXnvL7KdpZFTtyHwxGhKpGNj315TqQ','Here at this place Dee Saldivar was very helpful with getting us situation with what we had going. We need people like her in the world, people helping people. First responders deal with alot of stress that patients dont realize they have. Thank you for all you do','2020-11-19 13:33:45.807000','2020-11-19 13:33:45.807000',5,'Carlos Aguilar Jr.','https://lh4.googleusercontent.com/-IxDU8-FAT0k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl7XvCKX2ib6XlfZ1v7cFDYEuHCLA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28453),('AbFvOqk6HjatM1ey8loLispvQ68dA0CXRNluUI66gQc5fgddEObsuT17Y9jZhhIeeCxIAmSfs4-K','I visited this location this evening and EVERYONE I came in contact with were so very kind and friendly. The Receptionist was super friendly, nurse April was so great! She really made me feel at ease and took her time with me, I never felt like I was just another person in there getting tested. Ozzie was Awesome too! It’s a bit of a stressful situation waiting to find out if you have COVID and they made it so easy and I actually found myself laughing with them. I’m glad I chose this place!','2020-10-15 01:16:25.240000','2020-10-15 01:16:25.240000',5,'Gina Mack','https://lh3.googleusercontent.com/a-/AOh14Gh1Uw4S4SS1ka6S9vt3_lRJAs2Dh4FuAbxKuH7e=c0x00000000-cc-rp','14748677429039074158',31500),('AbFvOqk6HY6Kqc7kX24qSY1NtrScYHrXnBEHBigLSHRLPAEgltscb-yutl8Kuo4xmUZ8XRzCkd6eYg',NULL,'2019-06-07 23:54:54.621000','2019-06-07 23:54:54.621000',5,'Celeste pino','https://lh3.googleusercontent.com/a-/AOh14GgPjgu95FkFkSorBNLj8etjXBolAdkXumq7_YxNoQ=c0x00000000-cc-rp','13486358490203335051',29821),('AbFvOqk6j6Ubs9HsTXhOHPohoncJHyThJmzmYnNlM6qKnzxQv5a362N1rpzauFcFeGRy1mx3QiPchQ','Visit was amazing. The staff was very welcoming and helpful and got everything done fast. I would highly recommend. Nurse Morgan and brethie did a great job filling me in and making me feel welcome.','2020-12-07 13:21:48.132000','2020-12-07 13:21:48.132000',5,'ruben martinez','https://lh5.googleusercontent.com/-4UXdZaPzJY0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmeD0AHYZUHDUrjRgw__k9GKdhawg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34053),('AbFvOqk6Jlz6ns5dnM4hVre9Ehh7osAI2kIgdpDFWwwEwkLeiu2DADiA3CnktKQPGlDFsZhHmZzGSg','Great facility. Intake was smooth and easy !!','2016-04-29 07:37:04.839000','2016-04-29 07:37:04.839000',5,'Webert Sicot','https://lh3.googleusercontent.com/a-/AOh14GhMjQ0ZcsdvyYAG_H3l7Ach4Ww6E3jq4z6WAvbe=c0x00000000-cc-rp','3511292162159714121',41243),('AbFvOqk6JMavMM-0nZpuCMoVjGAAtd8TqX84hYBkjFsOdmxQ3DK20PLgNPXZcklHjgZpEwOuHzKV','Amazing staff, wonderful experience. Lindsey and Dr Rose were who helped me and were really good with my daughter as well. I cut my finger open and they say me right away. I felt safe and well cared for.','2020-12-05 21:54:47.256000','2020-12-05 21:54:47.256000',5,'Belinda Morgan','https://lh3.googleusercontent.com/a-/AOh14GgV5nYAz0lE9wFfjTc7le_6uH9SWokE7M80zKA=c0x00000000-cc-rp','16891069708558046635',35538),('AbFvOqk6JoMI2YZKd6cJWVFHocT49fTgjrly9sXjSb-Ajk8tqkpHQVxpnm2yq1rK0l131SK189rtMA','Great ER service and the front desk help Tiffany and Ashley were very helpful.','2019-03-28 01:36:43.488000','2019-03-28 01:36:43.488000',5,'Cody Rodenberger','https://lh3.googleusercontent.com/a-/AOh14GiKZkYwOiCOrRbAScNbManTqbcIcpzgJL2XZbiSyQ=c0x00000000-cc-rp','8626688543755174284',42107),('AbFvOqk6JT9h9QWOdXFYCxZ_JW2QHOTVWRWK2lU6IK6S-pGwnwpMzm9noqKLiRplX1k60c-YEPDa','Wow! Very nice ER so neat and clean and well put together all of the staff are so nice and friendly Dr.Pham is a nice doctor he really took the time to listen. Heather she is one of the Nurses at the Er she is pretty nice she gave my daughter snacks that’s was so sweet .Tricia is the Radiology at the Er. Jesus he greet you when you first walk in he make you feel so comfortable he explain everything to you with no problem. Olivia she is the tech at the Er she is nice also it want be my last time here I recommend everyone to come to SignatureCare Er.','2019-07-26 17:06:28.078000','2019-07-26 17:06:28.078000',5,'Latrivia Milton','https://lh5.googleusercontent.com/-OQj1V_Fs-Es/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXDyY6ga_-RFezF_lXPxvNSDYlfg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqk6JX6tSeXik-RlNkWB7oK9fqt4k4zLZGqhXIorE_L9fD2kt91F28559r8qxuOe6k9vWHSLYw','This is my second time coming to this location for a Covid test and both times all of the staff, nurses and doctors have been amazing. I would definitely trust coming here for an emergency other than Covid. They are fast and very helpful','2020-10-30 23:07:16.596000','2020-10-30 23:07:16.596000',5,'Jacob Kariampally','https://lh3.googleusercontent.com/a-/AOh14Gj9B5ZaDqv6PBazICnhL7x-sGy9q4afZseFSRDjUg=c0x00000000-cc-rp','8918455867446117794',42848),('AbFvOqk6jy3PCM_g3Hg136mZwG78rYLE_sAue0A9dbV9QQ-nq7wUTZ1YWaRG1Vfm8WofrjCjnFTiDw','Super friendly and fast, spent more time filling out the (minimal ) paperwork. Clean, professional , and great location! The receptionist Aileen was wonderful , as well as the doctor and two nurses.','2019-08-20 00:48:41.214000','2019-08-20 00:48:41.214000',5,'diala c','https://lh3.googleusercontent.com/a-/AOh14GhAWfsME3bk_H9T6gY6qNCqprf5GwxGArBnhLu2bA=c0x00000000-cc-rp','16891069708558046635',36144),('AbFvOqk6KJz8pd5xQscoyEHk_xZIESUwJjUjye5Nu00pI3gRi5jtbcoFKOkp_naXMPtYMydGA9aFog',NULL,'2020-10-28 10:25:13.899000','2020-10-28 10:25:13.899000',4,'Alison O\'Steen','https://lh3.googleusercontent.com/a-/AOh14GjNj8y-QRJNulagN0EvEQHcf9sIKfpIuF1BszzPpw=c0x00000000-cc-rp','3272657195432704501',39462),('AbFvOqk6KzlWg4LGYd6zDaI3f89LPInuvxbgy4T9wnoDNVqMBSeTSa66bI6Faxsrw-RKND5kgBNA3w','Fast and professional, friendly service. Tara, Mollie and Ashtyn were wonderful and made getting tested so easy!','2020-12-28 20:44:48.426000','2020-12-28 20:44:48.426000',5,'Anne Slade','https://lh3.googleusercontent.com/a-/AOh14Ghwo9IvekgSvPtLjvIhBsJUukHnX9dhrpLFrLY_J1M=c0x00000000-cc-rp','3272657195432704501',44042),('AbFvOqk6M4kTwIIZ16KyVEAGpAi5oqfSWAuR3OthqYPqA8KcScDApSsYocy3l66eOMLjUZT6xCoIeg','Came for a COVID test. Got me in quick. Nice friendly staff. I enjoyed my experience. Even gave me a bottle of water.','2020-08-06 22:42:41.496000','2020-08-06 22:42:41.496000',5,'Brent Roberts','https://lh3.googleusercontent.com/a-/AOh14GjyUlKA8ucvrTRUR1PJqFPFEFHnteb3jZzGUOut_QA=c0x00000000-cc-rp-ba4','2077061009497551125',38633),('AbFvOqk6MZ7_Y1ubxhE5DWeyYyr6aN8E6CMXVzopyaLcxzmk-HBiIG2tU6VhO1S-SpVcb8UykeVa_Q','Everyone was so helpful, I can\'t imagine going anywhere else for myself or my family. The staff was so friendly and cared about my children. They had water and snacks for us and even a heated blanket. It was so clean and I can\'t stop mentioning the staff, they were all just so friendly and helpful. They were my angels today!','2019-02-24 01:20:16.876000','2019-02-24 01:20:16.876000',5,'Brittnie DoPorto','https://lh5.googleusercontent.com/-qxRgE8irr5I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmx17LD4xFOaBRDxzH6wemTE-jurQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41760),('AbFvOqk6NGvd2cJKucACqVXHbAkpr50QHbVVsq73D9hZE64M6NkUt6lySFv8NvjKMDzR-HGyznFvAA','Received excellent care, as usual. Bretnie was not only quick and efficient, but also kind and welcoming during my time here. Will definitely be recommending Signature to friends, family and clients.','2020-12-31 17:08:37.720000','2020-12-31 17:08:37.720000',5,'Brie Brantley','https://lh3.googleusercontent.com/a-/AOh14GiWZd8-LOYM6nLF9maInMPkzoAQznIEkpO78--XpA=c0x00000000-cc-rp','16590124370714063921',44230),('AbFvOqk6nmqvjzcvLmvqgyeGgb1u4C-WmfUDZiY7LxxOdyMoUIg10ViZuaFdZDEFU1eW_bfynEU4gA','Had a great experience. Everyone was knowledgeable and answered all our questions. My husband was seen and taken care of immediately. The staff is amazing from evelyn at the front desk to the nurse gracie to the dr ding. Will definitely be back when needing to go to an er.','2018-07-21 17:09:58.517000','2018-07-21 17:09:58.517000',5,'janet duran','https://lh3.googleusercontent.com/a-/AOh14GiKMhBHuq6UdG3kaUCFrk8ksxI42aClS0PKsjv04g=c0x00000000-cc-rp','14567670160750071148',30806),('AbFvOqk6nXU-9XeWtA5Vnt1KxAbVOs-kENuEBomGzTr_b1N80SAMZkwE6thMKh01ppnQt7KYTQNtGw','Thanks to the amazing team that was here treating my daughter. Thanks to Dr. Lindsay, Tanishia, and Sarah.','2019-12-06 01:37:01.617000','2019-12-06 01:37:01.617000',5,'Misha Rose','https://lh4.googleusercontent.com/-F6fxe411kqk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn0Ioc3M0lJCwhUmYoKuulWWnCDPQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37825),('AbFvOqk6oSFLYr3x8uQbufflQjTJ5xCgxhNjAxWG8fQFb3wMyOTP3FffUS8KKuw8lme0lqyKxKll','Dr. Singla\nLeslie\nLaura/Agnes\nJessica\nOlivia\nBest ever best ER I\'ve ever been too and they are fast I was there for less than an hour!','2019-01-10 19:11:40.042000','2019-01-10 19:11:40.042000',5,'Beautiful Ash','https://lh3.googleusercontent.com/-2AoDLOR8pDw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnRvHdtq4YICfARS-G3G2CZyV1Qlw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40727),('AbFvOqk6QawGhS1zO2078NmGBZFhSkLKPCMHjowqn64qU0jf2HoXBrXAMOf6HyS1YmwRkh84XCbY','My girlfriend was provided great care by Dr. Patel, Kristina, Scott, Tino and Maya. They were very nice, kept us informed, and always checked to make sure we were comfortable. Will def be be back here if I have an emergency.','2020-01-25 17:24:46.943000','2020-01-25 17:24:46.943000',5,'Jonathan Miles','https://lh3.googleusercontent.com/a-/AOh14GgPJ-lFxxU8hP-rXKjjKDFM3LU6LU3W3vr_bROb=c0x00000000-cc-rp','12541597562633926366',28786),('AbFvOqk6qjYDfgyKZFAqwJ0rADRwJyYAyRk_uOVMYbsq-5HAEk8mdoJkF-IvEmyg3zpOa_rICbKTXw','We saw Dr. Rose and nurse Katie. They were very friendly and patient with my little one especially on a late Sunday night! Definitely recommend this emergency center.','2019-12-13 19:05:24.943000','2019-12-13 19:05:24.943000',5,'Karla Gage','https://lh3.googleusercontent.com/-cqT6Z4_UjnE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnyr_qeX8YPN5x6Scl_oRZz50rA-w/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36050),('AbFvOqk6qPFHqImVBY0utI9aKYfRqlC13VXji2KoKdRuA67c5iltCymLEsE3DZDs5KZZDij-v8-D','Great Care, customer service from each staff member that assisted. We are thankful, that your center was available after 11:45pm on Christmas Evening Thank you God Bless','2017-12-27 19:22:15.207000','2017-12-27 19:22:15.207000',5,'Amada MartinezNino','https://lh6.googleusercontent.com/-1yiMKz1887M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl_XdQ-QP8lh-K2IHSML1eG8zjXIA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40979),('AbFvOqk6qUVjA3muE6OsFFm3Cshb2rNwAaI0g7S1tmZeJ2XzBWu1md7dZ_Vm1A26mlTdXbByPtknBw','Very nice service! Kendra and Remington were amazing!','2019-12-06 16:36:39.593000','2019-12-06 16:36:39.593000',5,'Hannah Hayes','https://lh3.googleusercontent.com/-7K5338mRa6E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclLt_uLb0NKe4r7hltCrM6icEeMvA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34528),('AbFvOqk6s9aSFT4o1gIAI_owWZYZ1qt42rl_eTsMYHUTr4A_FJ6XKwb-N3bVrzJaDchy5MR_ahuh',NULL,'2019-12-24 01:47:52.239000','2019-12-24 01:47:52.239000',5,'Alberto Mendoza','https://lh3.googleusercontent.com/a-/AOh14Gj7bB_Uqr7KQqDrxiWq3OrAlBsBGeyfhzd-WBjS=c0x00000000-cc-rp','8679688254631342173',42537),('AbFvOqk6sePBnmPmO8qKtaM9qmbA1TWRaZW7k_GwU6n89aFwu3bEDDgIDQDWhXO7yENyMw5HIW5j','Tanisha is a very caring person who cares about the patients and makes a gloomy day turn around','2020-03-04 06:55:26.257000','2020-03-04 06:55:26.257000',5,'Frances Rivera','https://lh3.googleusercontent.com/a-/AOh14GjTo1JgdagFmqDafeIGsQJwXeVhjnsU5hCdkrsHaQ=c0x00000000-cc-rp','17898197009688164559',37636),('AbFvOqk6T8sERlt_LUUjzyQgkTfO0HzzwTcfnTrPy9qWynzbbWld8vTL8AcoHsjzm_m3VvaVOWk3WA','Excellent location with parking lot, great services, quick, attentive, very friendly professionals. Thank you!','2019-02-25 01:16:16.319000','2019-02-25 01:16:16.319000',5,'Edgar Sandler','https://lh3.googleusercontent.com/a-/AOh14GhoejzH07v7YfVJxNOofc4CAQl-G-A-aZRkUNMN=c0x00000000-cc-rp','12541597562633926366',29136),('AbFvOqk6TbCQ_KPFiWRnP99-bKWYMtVF-wzP4AArVLQhzyMKZzGHpftmgXug43-IekQY3e3v8WIj','Was taken care of quickly and competently. Other than the issue that brought me there, it was a great experience!','2019-11-29 23:33:04.161000','2019-11-29 23:33:04.161000',5,'Tammi Brunson','https://lh5.googleusercontent.com/-_tzbGUfk3vI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmqlsdWcqF2vXO6T4kcYHVRUOSCvg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43173),('AbFvOqk6TIX9nG5suTLKG4IY8uOHUi8uuuCXbUTJQokpCXhbwk0YGOX9tvnr3yuc3lyAZQ17aIV67g','I have answers to my problems and I was treated better than good! Fast, caring service!','2020-01-27 03:38:09.637000','2020-01-27 03:38:09.637000',5,'Gayla McCoy','https://lh5.googleusercontent.com/-ZsS0Hrn7MLM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmI1Jcp2F50AUhV2bMa1u5joJh_mg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41953),('AbFvOqk6tNPbYjBFgDwhO2MzM7c5d2v0FyaCiv5uSfMBlIlbHXybDuoO-znFt-gpDNwvHhT8eqWuwA',NULL,'2020-07-07 20:55:17.352000','2020-07-07 20:55:17.352000',5,'Steven Guerrero','https://lh6.googleusercontent.com/-1eel0SFl7GI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnLlktmDUdpc1jd0zsmJVqzVzBwiw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30179),('AbFvOqk6TpVaEymCcaHj7kY1iqZuNWadOD4Eky_IDtu8bzr6Ndv1ypFOXy_rdF2x44kr4tXUhBmyKQ','Waited no more than 5 minutes. Everyone here is happy to help you and answer any questions you have. Anthony (RN) Brad (RN), Natalie (Tech), and Dr. Jaber were all wonderful. Come here for a great experience!','2019-02-24 20:36:23.327000','2019-02-24 20:36:23.327000',5,'Benjamin Henderson','https://lh6.googleusercontent.com/-ZzQvC6d4bjs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmluLKEgfB8ccl8MOOrNVv9gixgCQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34984),('AbFvOqk6tUbnMiHgLhVTZYUnbv2ZAEsgAMCzuXdJBjfHrYQeCL1TFape4VRlBOBCVHn2JfVAsP1ckw','Everyone at SignatureCare was absolutely amazing during our visit. Dr. Leavitt, Jessica, Melissa, Stephanie, and Ekaterini were incredible. No wait and amazing service.','2019-12-18 06:00:33.451000','2019-12-18 06:00:33.451000',5,'7vn Brand','https://lh3.googleusercontent.com/a-/AOh14GgjIAxJwWKlXs8nc54fSO11W05B-_INBMdaySpw=c0x00000000-cc-rp','16389487648212004696',33596),('AbFvOqk6URncbMB8YFSAztHWvLxpeKMuo9AVoL6YOqajVf0wHaKQxGSFHDwdWHo-_4f02B39zfNI9A','Excellent service. All of the nurses were very helpful and sincere in caring for you. The doctor was very professional and took very good care of me. I have no complaints.','2019-05-24 21:00:49.876000','2019-05-24 21:00:49.876000',5,'Jeremiah Guenther','https://lh4.googleusercontent.com/-B4ZazEr3OcY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmzmQuH1DyplvoJQU5DUjgzy0vgZQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42069),('AbFvOqk6VZs1T66ztcc-BxwmDD1Fsd6ws68UUgb52XSQhw3ZIomhnmoP8N3By7EfE0OMlaPifYkPlA','Amazing experience again with Signature Care. Amy, Norma, Churiah and Eve were great!','2020-01-28 23:28:10.263000','2020-01-28 23:28:10.263000',5,'Anum','https://lh3.googleusercontent.com/a-/AOh14GjyiVLZxJTv1oIum-Ov72QfQ6k78V0xldlQsJWQgks=c0x00000000-cc-rp','3511292162159714121',40328),('AbFvOqk6xMtoKgU7SKT8Fu9Ob9ynt6uRBmkj7AQMY2NjMUNhOMs4LaCk46ohG8X_8gmKfEIZjYNd',NULL,'2017-11-28 04:10:32.257000','2017-11-28 04:10:32.257000',5,'Anisa Anderson','https://lh3.googleusercontent.com/a-/AOh14Giz-IXVfHGq1SjfkOvk6reFlg9JocfIdcPooQmhHw=c0x00000000-cc-rp','8918455867446117794',43451),('AbFvOqk6YHti5ZE5bUcw5Ep18djwr53j0Fxtu_BRLdGKZhKi3i2c2taViBJMy_C-_D_o9_EkayhmqQ','Absolutely love the energy between the employees.\nDr.O’Malley\nNikaela R -nurse\nJessica M - Radiology\nLusia R - Registration','2019-04-16 02:44:59.490000','2019-04-16 02:44:59.490000',5,'Dewayne Townsend Jr. ひ','https://lh3.googleusercontent.com/a-/AOh14GiokhqXNB15lSTVh9aRK7fOXwVjFuLP5ZJOzNNR=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqk6zP1qKGPGrBWy2Ai7ydOXKAOUPO6Vv4BR2rf4hDQYFmZClCZZ8wjN1DMUkTQ0wGbrea6BhA','This was my first visit. Ā I showed up with a severe wound to my finger. The staff took care of me immediately and knew what they were doing. Due to the severity of my wound I had to be transferred to another hospital with a hand specialist. I was very glad this place was here to take care of my immediate needs and get me stable.','2017-08-11 20:34:38.434000','2017-08-11 20:34:38.434000',5,'Dennis McSwain','https://lh5.googleusercontent.com/-e2BWRy4Zg78/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnl_X38abXH2EZbNpJcc6oDugdPQQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37099),('AbFvOqk7_4e6uOm4Z6YPbzkxD8NqLCaA-VQ1s81A2ZYRBa7fJs9GKzublSfIx2YF-rjsDAlVH-Rwqg','All the staff was absolutely excellent!!! I was there for a while so I saw Dr. Ding, Lonnie, nurse Duke, and Natalie at the desk on my way in during the early afternoon. When the shift changed, I finished up Dr. Edwards, nurse Lindsey, Richard, and saw Purvika on my way out the door pain free!! Really great team of caring people. I went to this ER on my way home from work, but I\'d drive the 20 miles back if I had an emergency again to get this level of service again.','2019-09-12 01:30:10.979000','2019-09-12 01:30:10.979000',5,'Theressa Ford','https://lh3.googleusercontent.com/a-/AOh14GjETgyEVXMlU-dV2wE1vSdmi3xrUaqt3p_eIcn7Tw=c0x00000000-cc-rp','8679688254631342173',42663),('AbFvOqk7_jyfG_V8Wp7zS5Y79MUn5tFIIvrsgU8Y7kGabQjEbmxU7EQxsfuhkP1Lstj18AAg-eph','Took my fiancĆ© there with flu-like symptoms. He ended up having the flu and they gave him a prescription and sent us on the way. He said that everyone was friendly and it was really quick. Glad we chose this clinic!','2018-01-14 21:56:43.417000','2018-01-14 21:56:43.417000',5,'Sarah Wasson','https://lh3.googleusercontent.com/a-/AOh14GjCfufaPP3_Ua4ivYaEhEKLRNetQ8ooA2IOU8-HCMk=c0x00000000-cc-rp-ba3','16590124370714063921',35332),('AbFvOqk7-bstWRjasWflbcSY2JreUPl67gHJfPs5pcFk9hqlua8ky8uqJ2tt1JtWJ0MWK0O2GXow','The entire staff was friendly and professional. Making an appointment was so easy online. The forms are online as well. Everyone from the receptionist to the doctors were caring. They took their time with me and explained everything well. Strongly suggest this place when in need of medical care.','2020-08-03 20:48:50.348000','2020-08-03 20:48:50.348000',5,'Jackie Warren','https://lh3.googleusercontent.com/-lXueTi1IDbg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmX5xFWKmOtb_FIEe2aTNhL2ZuAKA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34209),('AbFvOqk7-iQs-2Po8UmIJDXpH3ZN-Mat3XzLpAU4neojP1_9FoUyI1b6oGvfx2bMUG0JvyCiEskBuA','Amy\nKAT rn\nDr Thomas\nMarcus\nThe best','2019-09-11 23:46:24.613000','2019-09-11 23:46:24.613000',5,'Brian Angel','https://lh3.googleusercontent.com/a-/AOh14GhF209cpOknPyoWpOnUI1B17j-zFvqJNLuKPqloqg=c0x00000000-cc-rp','16389487648212004696',33970),('AbFvOqk70kjP4Pio7XRlk3uPv_GBahYQRF0GjgmDLxJ6jrgJ6s00suSfiZKci4J9yZ1h45cqHhnJ','Great Customer Service','2019-02-22 05:31:36.118000','2019-02-22 05:31:36.118000',5,'Michelle Washington','https://lh3.googleusercontent.com/a-/AOh14GhRHXUIFePcUxZioJdq4JlCW_uDRqSTPBC_B1BWtHs=c0x00000000-cc-rp-ba2','17898197009688164559',38279),('AbFvOqk72Jqh5bj0DljLYiT8CuL2Q8lRSAwDyWt67a70BVuVegD9SdbHMnJoWWwUNGXF7v89dLzq','Entire staff was super nice, got me everything I needed and made sure I was taken care of. Will be returning, hopefully not too soon. Nurse Anthony was extremely helpful, the tech Natalie was very careful taking my xrays as to keep me pain free, and Dr. Frausto kindly assured me that I was going to be ok.','2019-03-26 01:38:26.888000','2019-03-26 01:38:26.888000',5,'Trey Brown','https://lh3.googleusercontent.com/-7VHfb99pJ60/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclsEWpYOvGrvKR2b9sHbg6RRwF3fA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34942),('AbFvOqk73S1pjVTCET2Kn-e1Tr6i8KHnTwqXz3MIR7jAeiRyRDtcuJVcgNotqg3YX_6Cb4zZYfD9','Previously at a nearby urgent care waiting for 2 hours only for them to refer my friend to SignatureCare in Montrose. We just moved to Houston and I have to say this emergency center is by far one of the best healthcare facilities I have ever experienced. They get you in and out quickly and efficiently and they care! If you don’t feel like waiting at the emergency room or urgent care go here! Thank you to Keaire, Dawn, Olivia, Eve, and Doctor Pham for not only the wonderful patient care, but hospitality as well! I’m sure we’ll be back in the future! - Wintha and Deborah','2019-08-30 19:49:22.058000','2019-08-30 19:49:22.058000',5,'Winth','https://lh3.googleusercontent.com/a-/AOh14GhDPy-LxpiaJbH57sG3wt7qLsw5SXexu6Pf2Oc8=c0x00000000-cc-rp','3511292162159714121',40427),('AbFvOqk75w7njik4W4tuPG43xeI5pcyXUxv1qoOyKpwvaN2LnpOWMtgX-7CCkUINVSG8IkhZ4e-c8A','Arrived with a no wait time, the front desk lady named, Kimberly was very sweet, and allowed me to go to the back with my boyfriend while he got to talk to his nurse, Jacob. Very clean lobby with a charging station, snack and drink bar.','2018-02-08 16:01:05.963000','2018-02-08 16:01:05.963000',5,'Leslie Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GhwFa1Z0eHRyVFxlIlywgHtFG2c1W2YH5mBFI3W=c0x00000000-cc-rp','16590124370714063921',35311),('AbFvOqk76qDxGVV_3tNL2GG74iYD0Q8Uo4eo16YfxaoMVIgcRuW0iKbA3eGcokuPRkuzaxAD_fpSnQ',NULL,'2020-07-23 00:26:25.518000','2020-07-23 00:26:25.518000',5,'John Metcalf','https://lh3.googleusercontent.com/a-/AOh14Ggg_bqDV4FZ6U4jI9aPq0SxVugtIUevj6cQDizkQQ=c0x00000000-cc-rp','2694018788013845459',39033),('AbFvOqk77-SDQYdQgoBzVDPjyQO5PC2rkbSI3U6BAqUW96iW70pKAOV0rh0lGg_CVvgh7C7o4n21','Everyone here was so sweet from when we first walked in until the time we left. The front girls where so nice and helpful and back staff was so sweet to our granddaughters and to us. This is pretty rare at an ER , but not here. Thank y’all for caring!!','2021-01-21 01:59:43.265000','2021-01-21 01:59:43.265000',5,'Adriana Soriano','https://lh4.googleusercontent.com/-Cv3a1MjXaZA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnkXy_ZgxFeANhT9DJW5HDnjOwraA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',44443),('AbFvOqk778ILz9_UGR-aokz2WRsSJIInmtVCFXvERrP9KZ56ks_ThauiWSlp4OiCVTQzPBIZeiOPtQ','Very good people. Kimberly welcomed me and Jacob was my nurse. They were very helpful in my stay, and Morgan was my radiologist.','2017-03-28 18:10:00.551000','2017-03-28 18:10:00.551000',5,'Ryan Roebuck','https://lh3.googleusercontent.com/-Kodfqp4ZQ0w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclSuOX2bfteduRtXDAHY2caA2xaIw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35463),('AbFvOqk77WmoExoAPCFntS7vy1Y7rEh1BQRfUGb6rKisIhG6o8FZphRWRblwbkTuSNZzKCxOpBJ9lg','Great customer service and very fast service. Everybody was friendly and helpful. From the moment I walked in Carly was very welcoming. Irving and Sherwin gave me all the information I needed for my concerns. Would definitely recommend.','2020-02-26 04:07:52.868000','2020-02-26 04:07:52.868000',5,'Chasity Johnson','https://lh6.googleusercontent.com/-_vFB0AppPaw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmn9TXBEYUlV0j-jrvyi7_qBHL8mQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32336),('AbFvOqk79ap4A2W7DR8_4Wz-4vBSbkiQJtoH32PXjsNJ7RHsYTeXwbyWmEhzqm59NbyRlFHa2ZJw','Excellent service. Friendly people. If you need to be here this is the place to come.','2019-12-24 23:30:51.219000','2019-12-24 23:30:51.219000',5,'Jennifer Parras','https://lh3.googleusercontent.com/a-/AOh14GiJr9Ikf_o7VgU8Z3WS-7vifVIK0t5Pu71p_KUj=c0x00000000-cc-rp','13486358490203335051',29507),('AbFvOqk79ZdNXYLp8EyTJnNYfPyzggtQVImKxPrETj9It-wH25LF4q7skqj0UzFRLo7Km9Ky4SqIQQ','Signature Care has a wonderful team! They called my Mom back quickly and were able to diagnose her in less than an hour! Thank you to Dr. O’Mallet, Nikaela, Marcus B., Bram D., and Patricia.','2019-11-28 16:58:41.658000','2019-11-28 16:58:41.658000',5,'Crystal Calhoun','https://lh3.googleusercontent.com/a-/AOh14Gi7YCF6cJK9AnF7rgQ2sXurA8uKHzAj5hJGK60VVg=c0x00000000-cc-rp','16389487648212004696',33669),('AbFvOqk79zWeinCtphmZY4Q0RSa9-VuuHNHd7QKH4HPUlLZFszI1vRe65wWPKgzSXVqSlUo80UCR','Alvean ,Jocelyn, Marcus\nThank god I was able to take my son somewhere I’ve been calling all around for him to be seen and it was a headache, fortunately they where able to see him and it was very nice and the staff where amazing','2020-01-29 20:26:35.224000','2020-01-29 20:26:35.224000',5,'Stephanie Walker','https://lh3.googleusercontent.com/a-/AOh14Gidl9w79axAo6pTP8dMZ0m8T3-s1FQcb-vWqj6i9w=c0x00000000-cc-rp','16389487648212004696',33431),('AbFvOqk7a9n9yWxZR9IotvciY-WIe-gKZngYsSDk2MKBnVtVtDw4-qVR4OFkbGitEiJrK3ET0zbG1g','They had quick and excellent service everyone’s goal there is to make sure you leave better than you came in.','2019-02-19 17:05:49.748000','2019-02-19 17:05:49.748000',5,'Ross Mikolajczyk','https://lh3.googleusercontent.com/a-/AOh14GiKeav1YFVBdDpuqNWvmhL4K0XtAadBgYBqBzY=c0x00000000-cc-rp','16590124370714063921',35000),('AbFvOqk7adeTtPfPhnQcYdiL1E3qxnCZD3zt2Co6f_UltvJJO8GHLMGpYpx6Zji5w8mdAIWjvANC','Everyone was very nice and outgoing , I love the nurse Allison she was very sweet and caring would definitely recommend this place .','2019-06-23 20:59:29.065000','2019-06-23 20:59:29.065000',5,'Anjanai Reimonenq','https://lh5.googleusercontent.com/-jrQysGiRa6U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmc1r_YiRT_slqxofQ9u_mN1aUGMg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32454),('AbFvOqk7aHw8LzKW8VTSJwGmst-uP9Jli3KHOBTY-vO1eJZw6f579HjMZq6381BRYdWupsVIDuYDPQ','Marcia was my moms nurse. She was really sweet and made sure my mom had a warm blanket and water. Maya was very nice when we first checked in. This place is very clean and all the staff are nice.','2020-01-29 19:58:13.874000','2020-01-29 19:58:13.874000',5,'McCaleb Brooks','https://lh3.googleusercontent.com/a-/AOh14GiE_sC3d8m07u_R-RCJ31f72Z7Kl-RtZSjzq47Oqg=c0x00000000-cc-rp','12541597562633926366',28772),('AbFvOqk7bfl7lF6a_yaTh2QSzpKhhtpk38xvqU2ex6lszarQiZIPs7yRSIj7hpogxngcruK_w2zb7Q','Very professional. No wait. Attentive staff. Positive results. Very clean. Do not try to eat up your insurance as they treat you and release you. Thank you and your staff.','2020-01-14 03:44:02.422000','2020-01-14 03:44:02.422000',5,'Ebony penrice','https://lh3.googleusercontent.com/a-/AOh14GhS4t_3Z-89T-nKB7Fe04dyDN49hbm3Q4ns7AFFRw=c0x00000000-cc-rp','17394740196501090048',36656),('AbFvOqk7BpaVzoQeCw5zywqX7ivpmvF6vYmmX4s2MDIakJuBCRkxhEcYc_fZHr6ce-X3FF7IIMZfQg','I went in early in the morning because of pain in my foot. I came in after calling ahead and they were super quick to get my paperwork filled and checked in. I had a whole team take care of me for a simple inflammation in my foot. Super awesome place to have in town! Thanks Dr. Plante, JR, Jacob, and Dyveliz/Kim for all your help! Definitely would recommend. They take all forms of major insurance too','2018-10-22 03:32:36.751000','2018-10-22 03:32:36.751000',5,'William Phan','https://lh3.googleusercontent.com/a-/AOh14GgyJGDVRVLdTwhDaS9RYvK8JjJubWIzbYVmYMy3Bg=c0x00000000-cc-rp','16590124370714063921',35148),('AbFvOqk7C97bBIDcxBelxeyhXX2HVHu5qcCsrELITcZaIqJeZZEpkTp5dl6V7bXcHhxorQp4xNqN','Awesome medical team. At a moment when I desperately needed urgent medical care, I was very well cared for by the SignatureCare team. Thank you for being there!','2017-09-28 14:26:08.133000','2017-09-28 14:26:08.133000',5,'Noel Grant','https://lh6.googleusercontent.com/-u-0-0GtOLC8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckRGpN2fjM0vu-lfa4YY_c4a2wAqw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41017),('AbFvOqk7CpZARnxfKjJL_zSTKqyDWCysyikUnuSCu_XX7ZXYZHx0Lr2bUfl8JKQkKAEW7XF-KMi6PQ','Staff is wonderful and service is professional!','2020-02-19 01:03:04.470000','2020-02-19 01:03:04.470000',5,'Markayla Starkey','https://lh3.googleusercontent.com/a-/AOh14GgKLgG3k1ApFeY_-27t1iAvZ-HVhKEpbAzsw0zq-g=c0x00000000-cc-rp','2694018788013845459',39114),('AbFvOqk7cWkVjnBnHNLA5ioGF47UvJi68735UvG8wYjvTcQlmNkcfxJ959OOgOZKDWiAUSOfC-92FA','This was a wonderful place to be seen. The employees were very friendly and caring. John, Norma, Jacque and Amy took really good care of me. Dr Boester has a great bed side manner. I highly recommend coming here as a patient.','2019-02-18 13:06:00.680000','2019-02-18 13:06:00.680000',5,'Jose Alvarado','https://lh5.googleusercontent.com/-d2ehst2ogHE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl_OhPdFK9aC3qg2q0z1akEKgCLBA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40643),('AbFvOqk7DXtkZyI33eBagVEkRgIuXPbASpKPlq_LnMs83nyJRyGrn-LTrO8bRjQif8lqhAI4Q_4PzQ','Everyone here is super friendly. Kind and compassionate .I\'ve been to several hospitals over the years and have never been treated this quickly. Dr. Patel the RN Jani are very sweet and listen to every detail. This is a attentive wonderful place to come. I came here as a possible alternative to the normal emergency room I go to and was so happy to find that you could get quick service with people who know what they are doing. From the tech guy Brian to the registration with Jasmine it was all smooth sailing. I definitely will come back anytime I have a issue with my health that demands I see a doctor immediately from now on.\n\nHighly recommend.','2019-10-22 20:49:05.456000','2019-10-22 20:49:05.456000',5,'Ranae Black','https://lh3.googleusercontent.com/-KMJTf8dN_ow/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck3STcbh8VTLR7Vs3tAWKdu5vxm9A/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33849),('AbFvOqk7ermTAjck0ritv6H5br_qKkTYUamH6FKf5rTbz1sLIwaucuQ_3v2afyEWAGSOvrQvWKW4',NULL,'2020-07-27 23:27:02.253000','2020-07-27 23:27:02.253000',5,'Antonio Martinez','https://lh6.googleusercontent.com/-6DTfAZG4e30/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnle1gdK35eN3FrMR2lzNxj5fEDeg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33196),('AbFvOqk7Fht6HtYaa-RWtYlwGXAJ2CJJNF3TQDweRUbh-lzJS7gq6a8woF8-HYsQ2vMnhrZFVjYuLQ','Fast and friendly also very clean.','2017-09-20 16:16:41.431000','2017-09-20 16:16:41.431000',5,'Sonic. EXE','https://lh3.googleusercontent.com/a-/AOh14GiE4FcFQQCqLmEei7rtZtQbKDnfT-E1r8TeJFr6bA=c0x00000000-cc-rp','17394740196501090048',37072),('AbFvOqk7FPwG0e7cVBQpa6oKEoeuBzbiy2trZYXpfehXjw2PG_gKPJEanbZmVfOgs6XCM_QRFmEbkg',NULL,'2019-03-25 22:23:11.002000','2019-03-25 22:23:11.002000',5,'Jordyn Brechler','https://lh3.googleusercontent.com/a-/AOh14Gj08s_BnNXU1CoWiFCvqA4lcSedltxIz0wThYMBUw=c0x00000000-cc-rp','16590124370714063921',34945),('AbFvOqk7Ft8_0Kc9ORuM_-kJPNY398tFY_Hwd9vqhx0LfLVjrKVHyGVkKKojVlGu4sl0MijMW9b4','I went here and the service was awesome. The wonderful young lady in the front named Ashley W. Reg was very sweet. The staff was amazing. I have never been to an urgent care in Houston and this was far the best. Thank you and I be visiting again for any other health issue.','2020-09-13 16:41:43.120000','2020-09-13 16:41:43.120000',5,'Jada Daniels','https://lh3.googleusercontent.com/a-/AOh14GhSUZgz6SlhbLDC-1ZENtX9OkjtTg_7yt9p5GgLizg=c0x00000000-cc-rp','17898197009688164559',37557),('AbFvOqk7FufeiZGjj8s7Tcu1cyfIlehdRJtZFlbzdyNbAcLPDHCKgYbqA13k1PG0a9Jq5zlp2uXQzw','I was greeted quickly and in a friendly manner, taken to a room quickly, and seen to quickly. My concerns were taken seriously and I was treated with respect and care. I was spoken to as though I had a clue and ask my questions were answered. Would definitely recommend the care here and would return here if I needed to.','2016-05-14 20:02:51.600000','2016-05-14 20:02:51.600000',4,'Denise Sixsmith','https://lh6.googleusercontent.com/-Qw3nYgIMg2I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn_HPq1JDmYWSONqln0pmUBGJIubA/c0x00000000-cc-rp-ba3/photo.jpg','14567670160750071148',31248),('AbFvOqk7FwG_8fLN_H4DKB_O7gG2lWKxZF-2rJDxPJhHVxcqLAK1Sgl3J5UYqL4TGQNm-RJtixkIjA','Had a great experience, even though they couldn\'t help with my main problem, I needed to see a dentist for that, but they did everything they could to make me comfortable until I saw one! They are awesome! Great customer service!','2019-03-25 21:29:42.672000','2019-03-25 21:29:42.672000',5,'Temeika Johnson','https://lh3.googleusercontent.com/a-/AOh14Giak1mvWduglg5k9XMTVRoLW0m8q_GMd7g-otFYOw=c0x00000000-cc-rp','8918455867446117794',43280),('AbFvOqk7gD1LX3FRpBt69ao0SjSGHZ1iv74eET8p1sBn8SHYs1SClc0vjKkhNArirDTRPRFA3D3C','Literally the best experience I\'ve ever had at an emergency room. They gave our kids things to play with and snacks to keep them busy. I saw a doctor within 10 minutes and the entire place was super clean and everyone was extremely friendly!','2017-05-19 18:39:46.396000','2017-05-19 18:39:46.396000',5,'Calyn May','https://lh3.googleusercontent.com/a-/AOh14GgyI4qUWKQ_tKHS0uhde1wnOvUqxCqtYPpq2ISnSg=c0x00000000-cc-rp-ba2','8918455867446117794',43522),('AbFvOqk7gdwbajWexH9Y0ZXFNKYkl8SL1JCYPwIcFEGdUEn-9OAy4_cd1QXMHRmugIdu_ETcEC2esw','Clean facility and thorough review on tests. Staff were extremely nice and welcoming. Thank you!','2020-09-16 18:29:13.138000','2020-09-16 18:29:13.138000',5,'Andrea Chavez','https://lh3.googleusercontent.com/a-/AOh14Gis3fi9Fy68AFRt86cgymYdO4NHbZD3zWSxhhJ8wN0=c0x00000000-cc-rp','14904078213800803294',32250),('AbFvOqk7GeUAFaxrXQiOMkYifIF6drv_YIi-TgqQ_DcKYWa7o_1lj23xjTjLqO7r9z5Jbtpk8Z3fIg','Awesome experience\nRobert H- he was amazing and he was smiling with my son\nDr Iheme-he was very nice\nMelissa E-when you always come she always treat with a beautiful smile','2019-11-16 08:27:46.270000','2019-11-16 08:27:46.270000',5,'Cecille Gierbolini','https://lh6.googleusercontent.com/-1bl7pr1WhI8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnjQ2CGJEeNc9UNh9N4uiXODtMNaA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33740),('AbFvOqk7h27j438xIUZduHOu2oVM9Qb3nXhvAGgqM944jHjcW85GFfibFLTMH4cumVK1m4gK0-gFfg','Liz was awesome and very friendly. She did my COVID test and was very gentle. Thank you friend ā™„ļø.','2020-11-09 05:49:39.402000','2020-11-09 05:49:39.402000',5,'Pricila Duron','https://lh3.googleusercontent.com/a-/AOh14GgjbFFHq8pcLfNHl-TglvqKH0WGyiVYEvtVvMt3vw=c0x00000000-cc-rp','14748677429039074158',31391),('AbFvOqk7hu3guZZzkBWwZQhYI-a1leW4UkmxF14xyodXPIqsso1nKkl4M0KC22ag6WOXXDifxJI2','Great customer service!','2018-08-11 16:46:18.250000','2018-08-11 16:46:18.250000',5,'Imonte Shaw','https://lh3.googleusercontent.com/a-/AOh14GhSy6PDSjJQmb9ZWnmphlGOc_w_FZtetaeRevOB=c0x00000000-cc-rp','3511292162159714121',40869),('AbFvOqk7hVfpydmjiRA1qK3b0qsSVQQONOuCf9M10HbvpjkOxe-KCDaC0GPkpzMGV_aHUzO69BRb','Naomi and Valory were great and very pleasant during my visit. Would recommend for others to visit.','2021-01-04 21:18:30.094000','2021-01-04 21:18:30.094000',4,'travis wilson','https://lh5.googleusercontent.com/-Z1YFCW3fONQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnsjCEGS2aDrTArdNwkRCIXIun_1A/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44344),('AbFvOqk7Hx9E9PIFVypuFnB7s18knVPIPVx7b1Wf719DXE0Ru-3eML2k1AOIII1rImmaOBgc143eWA','Love this place. Quick with great customer service. Pleasant service from the moment I walked in and greeted with a smile by the register Therisa. Checked in serviced by a pleasant and attentive Tech Shane & RN Katrina. When Dr.Bansal,S walked in, it was the the cherry on top, that solidified my cares was in good hands. Thank Each of you for your outstanding service.','2020-06-23 20:37:52.407000','2020-06-23 20:37:52.407000',5,'Amunique Love','https://lh3.googleusercontent.com/a-/AOh14GiZwfNP9PQCF4a1D60r1zeLfoYwfYN6Y4vP-0LazQ=c0x00000000-cc-rp','8679688254631342173',42372),('AbFvOqk7IfzqnPqdStl9sMiDV7-7zF_8pfbB13jf31MQWGfbhF10fQqoiFd_AxxJgR7eMXJCW-egbw','This place is fantastic! No one enjoys being sick, especially on the weekend. But Signature Care took great care of me and my husband. When we walked into the door, we were greeted by Aileen. She was so quick and efficient! We probably waited 5 minutes before we were called back. My technician, Linda was so kind and thorough. Also, she’s great at starting IVs! Next we saw our nurse, Adam. He was amazing. So friendly, encouraging and definitely made the situation not as tense. Lastly, Dr. Leung was fantastic too. Very thorough and made sure my concerns were taken care of! It’s rare to find this kind of service (from start to finish) at the big hospitals in town. We will always consider Signature Care as an option in the future.','2020-02-24 19:03:48.887000','2020-02-24 19:03:48.887000',5,'Mallory Holmes','https://lh3.googleusercontent.com/a-/AOh14GjkLMP_0pVlVmOQ3xTepjLhrY5zi2YQQMtwaZ9_=c0x00000000-cc-rp','16891069708558046635',35956),('AbFvOqk7IqgjHfwS4LpO93Sz4jkAI_llnIWVfznluI16oZAIWrLgzIiRXJ5fHe10Y0kdcEmRfvyN','Best place to go for emergency care. Know waiting staff very friendly and professional. Love this place.','2019-08-01 11:58:18.036000','2019-08-01 11:58:18.036000',5,'barbara watt','https://lh3.googleusercontent.com/a-/AOh14GiGcUG-ImWfQ76IZbp_aTT38hMT4uolWf9MjMSB=c0x00000000-cc-rp','17394740196501090048',36723),('AbFvOqk7iwX-1g2GVN6D0JuXkyxGJQvRJDq0ShT64ko_F2iIKgM6jrASfdXk9TaRI4jTwHJyL4WeEw','Fast and friendly staff.','2019-02-05 15:58:33.691000','2019-02-05 15:58:33.691000',5,'Michelle Cason','https://lh6.googleusercontent.com/-mGyxPdAcM0U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclOkM8cSSr5wSxjm3Bosu2BgJW5vQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29908),('AbFvOqk7jhNB5DPf2WltttdX1jw3YWixFtBczdNrj46h_mEMQ_lucT-WMTo51XleM5Z_uxT56xY_Ew','I want to thank Dr.Spangler,Malissa,John,Kristina,and Mayra for being very professional and really taking out their time to help me with my sick baby it really made me happy that I coulda rely on them that much so I wouldn’t be so stressed out anymore. If you have any sick babies this is the best hospital for them to be seen at I promise you that.\n\nThank you so much Signature Care Emergency Care in the Westchase Area of Houston','2019-02-11 17:32:01.693000','2019-02-11 17:32:01.693000',5,'Jini Morris','https://lh6.googleusercontent.com/-89MNl5nQ4fw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucleuPnHKvpV3ZRnBrCA8TRfkHjNOQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29143),('AbFvOqk7k090jJ7j_gKFjtzRbOLJDI5YRFJEUedbqWHql1KdQvV45767SjqqrHGtyNOvZR2jwAqKQQ',NULL,'2019-08-05 07:10:45.396000','2019-08-05 07:10:45.396000',5,'Nicky Vega','https://lh3.googleusercontent.com/a-/AOh14GhpL3UiREpxS7m7_lvfxtQzyywiwspkkthwk1EyrXc=c0x00000000-cc-rp','14567670160750071148',30478),('AbFvOqk7KaaUk0hVolbMx5rgKCk7Uzt_cSzXUH0Z8D_WHWeBz_7OBLfkH1YfjYIHHT_QFMmtuvGaiQ','The staff and doctors are wonderful! Fast service!','2020-01-12 04:14:54.848000','2020-01-12 04:14:54.848000',5,'April Moon','https://lh4.googleusercontent.com/-Ip8ZIXl0NZw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZa1JZchlvw3hscoOxvB_Fd8NyIw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29490),('AbFvOqk7l_O_CzhoVe9MaRxIdCHGk_CY_efSpYPauY_0zULuZ-W0GSYvIcmqOcbBpGcap-GK4cIK9A','Johnny is such an excellent nurse. He\'s very attentive to my concerns and needs. He\'s the best!','2020-01-11 17:26:03.989000','2020-01-11 17:26:03.989000',5,'Samantha Sampilo','https://lh5.googleusercontent.com/-hpcmIPwl-Fw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnWl0M9BSplfygoWWI6q-c9zo3jJQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32379),('AbFvOqk7Lc-bHbnFGiKZxnrb2nZ8HhgT5YocpX51uIEcDTpE_IWXjJY6tL7MU6HspYq9B45oteoP','Great service starting with Cindy at the front desk. Great staff! Very pleased from the beginning til the time of checkout','2019-06-15 03:40:27.149000','2019-06-15 03:40:27.149000',5,'Shely Hernandez','https://lh3.googleusercontent.com/a-/AOh14Gj0N_vUka_JgHm4TfHkLAl6XUqRgADbJBXU4c5RvA0=c0x00000000-cc-rp-ba4','17394740196501090048',36766),('AbFvOqk7lgARFwX7OuAPw3XgyxDwFLjTu8B3tbojTAN1ICxIUMYiMtfZ4ebdlv5TZdRx5gfV7MHqhQ','Fantastic care for an animal bite. Highly recommend Dr. Kimball, Kendra, and Jacob.','2020-01-05 18:25:42.723000','2020-01-05 18:25:42.723000',5,'Patrick Dolan','https://lh4.googleusercontent.com/-WTfmd7cZGOM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckhYMnAvf8aJLRz8UuTGT9Jq_lxJg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34467),('AbFvOqk7MpLOY8gJZFjhNqIirBVzxeWwLjNIoqTIyFge5ouKgi9jQmqFyOj2myiiUY4qrvrl-ssJlQ','This staff is incredible! They are so thoughtful and thorough! And it\'s so clean in there - made the experience so much better honestly. This will be my choice for ER care going forward no question about it!','2019-12-20 03:25:30.273000','2019-12-20 03:25:30.273000',5,'Natalie Miller','https://lh6.googleusercontent.com/-inJ3gKUl1FQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl9q2u7yumoZcw9oMODaOB02rJxxw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36036),('AbFvOqk7mqFQUvu42DYKUIIWScdaU5V3UtJvnrfuqeS794Df1JjW2aq3y6hjbSNGIHvftLL63t-JMg','Friendly staffs: Dr. Mauldin, Nurse Charlotte, Lynn, Reg Briseda, Er Tech Elaine are all awesome. Good experience','2020-03-12 08:54:02.313000','2020-03-12 08:54:02.313000',5,'Vy Tran','https://lh3.googleusercontent.com/a-/AOh14GiDd2cQfRq9edCEJk9cS2TrHvS8-3YeRothAmXU9w=c0x00000000-cc-rp','17898197009688164559',37624),('AbFvOqk7N_ssMYEMOt02phwEgPvCtwTPZkd1yDOmbb6Cx4rUYTsGY9APP9XajNzY4SvDdg22cg1Q2w',NULL,'2020-02-29 08:47:24.895000','2020-02-29 08:47:24.895000',5,'Marielle G.K.','https://lh3.googleusercontent.com/a-/AOh14GhD_bdcl8pUf6s-nbbdt2eK0X9RSwsb0YiSWCyY=c0x00000000-cc-rp','16590124370714063921',34330),('AbFvOqk7Odk9uPO07CTOfDilElBe8nellWwAztHMN3-hh-OH6IMY3ctbX_zM5qBF2Upal9J45mu2Gw','This was absolutely the best experience i’ve had with any emergency room in Texas . They all were very hospitable. From being greeted by Miss . Erica to being helped and informed and taken care of by Mrs.Dana and Mr.Joseph. And my Dr. Grinblatas. They were the absolute best and I appreciate it more than anything .','2019-10-22 15:48:08.019000','2019-10-22 15:48:08.019000',5,'Camari Carl','https://lh3.googleusercontent.com/a-/AOh14Gjlqu_9LfTkD8AnEo5cwILTj-cRdJR6joqiKjnSQA=c0x00000000-cc-rp','14567670160750071148',30432),('AbFvOqk7OhltOvg2H9FOXsa2i4YBmRMWHVNYl2HcJTG4P1VTK9A6hgDOZXIo-kcQ1q3I1GAYNqreDQ','Amazing people !!','2020-02-29 01:44:34.524000','2020-02-29 01:44:34.524000',5,'Ahmad Khalifeh','https://lh5.googleusercontent.com/-itbN04YrWn4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck37qCEz_EPWjKP1owbyIU2NVGg6A/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35949),('AbFvOqk7oYNHpYDgTMAWcvTNiIAjPXVPWQcAc2V7ixCd1HV36tW5fPmzHK7DBEBh312nEXX2Abl7','Absolutely great care on a Sunday morning. I cut myself working in my orchard and SignatureCare was open and treated me immediately. Dr. Vakey did a super job stitching me up and did it almost painlessly. I could not ask for better medical and the administrative processing was quick and efficient. Well done!','2019-09-09 11:19:25.075000','2019-09-09 11:19:25.075000',5,'Dom Izzo','https://lh4.googleusercontent.com/-IQVDvRTYaQw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckUj11RdfCD-ush8xhQ3lySQ7LHWQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34687),('AbFvOqk7PE_2a_f5gIuaRV1xkuj48bxI7k_ImiRJED-Evxffv5do5i05PTRtRgCrB5RI5RR3Cii5wg','Great experience for myself! Staff, Doctors, nurses were all great!','2020-12-10 03:33:09.481000','2020-12-10 03:33:09.481000',5,'David Mata','https://lh3.googleusercontent.com/a-/AOh14GhnQmOh4RWpeOKfeG_M_o-DdCFaMLRgmlB85uObHw=c0x00000000-cc-rp','14748677429039074158',31284),('AbFvOqk7SLW1Kbk40qxKgu7gxFoukZ3nOTiSaQs0G_bAW-vCSQADli--IOjpL22cCBgQvVZY3th_Bg','(Translated by Google) Dr. Ding, Amy, Dion and Agnes were very friendly and the attention was excellent!\n\n(Original)\nLa Dra Ding, Amy , Dion y Agnes fueron muy amables y la atención fue excelente !','2019-05-12 01:45:07.614000','2019-05-12 01:45:07.614000',5,'Maggie Brown','https://lh6.googleusercontent.com/-TtTJ448UaZo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclnB1tJzTIOTcedqOYyXIMRugkhrQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40565),('AbFvOqk7uIj73KLuWSlaL2so7a5USxEDmiBX6GWvtF4hsB6Sjwgh4yWFaznCW8-JFHV6VL02BFWOeQ','Upon arrival I was freaking out due to my baby being ill & the staff here were so comforting and best bedside manner anyone could ask for. They were prompt on taking us back and were very helpful when it came to billing. I would bring my child again for any future illnesses.','2019-11-02 21:35:45.906000','2019-11-02 21:35:45.906000',5,'Marissa Silva','https://lh3.googleusercontent.com/a-/AOh14GgWOVLjuIjjGDf2esHbu6VpOwTWhnKS9hbQt5N-p-8=c0x00000000-cc-rp','16590124370714063921',34584),('AbFvOqk7UWM2ZWVAWiwryEVlW7ZIC-hdZhgj6lf0sQfPH6nXHTrA5hKdI5276FYseO2PIBJm_ZZk-Q','Very nice staff and clean facilities. I felt very welcomed and that everyone there cared for my health.','2020-10-10 19:01:09.993000','2020-10-10 19:01:09.993000',5,'Kayleigh Kralovetz','https://lh6.googleusercontent.com/-g6lhNPlj4s0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckC4uE07RI5n4mib4kGpnsYe-LRfQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34138),('AbFvOqk7V4dbGpHYD9OeKXAnnRR_5SEtxOBprBqciT8wKT6fY9Cx_pEGNlsMHCmHdimANzfOTcFIGQ','They were very helpful and very informative Dr. Edwards is very nice and have a great staff the nurses, Rad Tech, ER Tech and Registration made everything simple and easy. I was in and out which is the part I like the most.','2019-01-05 23:11:36.345000','2019-01-05 23:11:36.345000',5,'chelbi richardson','https://lh3.googleusercontent.com/a-/AOh14GgB4ipAj97rRlDL0pQFOxPjttE711DwTar92VKv=c0x00000000-cc-rp','17394740196501090048',36849),('AbFvOqk7vlGA710E7mFGH2-zbQO9oohgJ_FFiBbmJSwSFt9lf1uudPXn5IYnF8XpViuWIFEU76YxPQ','Shoutout to Dalal & Sunny for taking such good care of this girl during my time here! Y’ALL ARE ROCKSTARS','2020-12-11 20:14:06.921000','2020-12-11 20:14:06.921000',5,'Casie Eilbacher','https://lh4.googleusercontent.com/-F8S_QG0UKFg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclr7OR6sjZC1SFwypZGNUtGMrBHEg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',29989),('AbFvOqk7VnhZwQ9qgG0M4I0WCQ1Mq7QzIF5K2NQOZzx0pgjd-NiIEiJ7bAYET7BwEbQgry6Y0cTrug',NULL,'2017-04-01 13:35:11.616000','2017-04-01 13:35:11.616000',5,'veronica beltran','https://lh3.googleusercontent.com/a-/AOh14Gjh62H_KFh2sFFzDqXfZiGCZtqEUIKv7kXpGyZFHg=c0x00000000-cc-rp-ba2','14567670160750071148',31076),('AbFvOqk7wBOoCwnag4DmCnvTwzFzU8SWMaMq1y2yRAvRbulnET71PuzPOH7jjPME3r1gT9GQAfNAOQ','I had an incident in the kitchen two weeks ago Tuesday night. I ended up slicing a bit more than more than just my chicken.\n\nOnce I failed to stop the bleeding, I googled for the nearest ER and I was on my way.\n\nWhen I arrived I was promptly greeted by the concerned registration staff. There was virtually no wait time and I was taken back minutes upon arrival.\n\nThere I was met by a Dr. O\'Malley and his nurse and ER tech. They were all very calm, professional, and made sure I was comfortable as I was preparing to and the \"installation\" of my stitches.\n\nThe process did not take long,and all of my paperwork was explained upon request.\n\nThat was two weeks ago on 11/12/2019.\nToday, 11/26/2019 I have made a return visit to the same ER for the removal of my stitches.\n\nThis time I was greeted by Ms. Elisa Jasmine. She had me signed into the system before I could start my paperwork.I was escorted back to a room by Ms. Aurora she asked me a few questions and put me at ease as she set the room for the doctor.\n\nDr.Pham introduced himself, he was very humble,spoke gently and apologized for every stich that he had to take out. He was assisted by Ms. Tricia who supported him by distracting me and ensuring that the doctor had any tool or supply he needed.\n\nOnce my procedure was completed Dr. Pham answered all questions that I had, then he sent in the Nurse Alvean to follow up with me regarding any further questions I had, checking Dr. Pham\'s work, and completing my outpatient work.\n\nOverall, I am very satisfied with my experience ( otherwise I would not be writing a book about it) and I will be telling friend and family about this location if they are in need.','2019-11-26 21:17:52.744000','2019-11-26 21:17:52.744000',5,'blues clues','https://lh3.googleusercontent.com/a-/AOh14GgMzUNN1HUWQxNjylvLZGa8HEua8yR_BBs8kUm94Q=c0x00000000-cc-rp','16389487648212004696',33679),('AbFvOqk7we0KCH2o8UBScSy_xRh4G6aJYhMwrNfHpBPvH4-1kjOEOdBcXI4EUftMfufIxibWl0Hkiw','Was able to get tested late night, staff was super friendly. Will definitely return only when necessary.','2020-12-29 03:14:00.299000','2020-12-29 03:14:00.299000',5,'Bryan Sean','https://lh5.googleusercontent.com/-AsRT5SBVlo0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucng3ds5U-xbSQOHNRUUh73bKQPojw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',44060),('AbFvOqk7WgdlxcB5SNQqEw5oo9LzRd0QyN5Eco3rc8r57-p4EyH1Zq1cG8NCrZ9jrfLa4WXM4m1n','Showed up around 11 at night because sw memorial hermon waiting room looked like a zombie apocalypse and were incredibly rude and people waiting for hours . My dad and I remembered a some what new emergency room on rice and the staff was incredible I had just came from Mexico and have a virus and they genuinely wanted me to walk out happy the nurses were really nice and doctor as well . They give you a warm blanket and checked on me while getting fluids . This place is amazing I never even wrote a review but they have this place 10/10 . I would come back and totally recommd to anyone the staff definitely deserves all my respect thanks','2019-03-18 17:58:04.185000','2019-03-18 17:58:04.185000',5,'Noah Estrada','https://lh4.googleusercontent.com/-Z-d0COLHmD8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmFgkEw24Fs0iSZDbbmq4HAmxAH-Q/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42716),('AbFvOqk7wO4-m_2G-6mQPP_PAGVduKoaskKH2sNNmO22omumGWHGGNCDMQ_rd5wKhqFhrc1tyMOncA',NULL,'2020-02-20 00:22:01.461000','2020-02-20 00:22:01.461000',5,'Kathy Lester','https://lh5.googleusercontent.com/-ECR3fttITbM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVgy_VwoLck_Z50iQoEipdLRYaKQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41934),('AbFvOqk7X9BVM7qNWXnQtmlSNBU-cvHqpjAaSucWZSu3HRy_OIAmF7nEkJT0JPFk9t5FZPDuS0CWrQ',NULL,'2016-12-29 15:29:48.916000','2016-12-29 15:29:48.916000',4,'Briana Wilson','https://lh5.googleusercontent.com/-7UrumDmaxYw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclzQwxT9C3JkzwZYxM3x91oqBc_zA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37243),('AbFvOqk7XR0enCgCC3vnv_AnQpqlwN4V2Rng2_2soqZzZqS4TRq0_U4gXUD1B7mMFCqBHVBqozilVw','Worst service, please do yourself a favor and find care elsewhere','2020-07-19 21:04:38.607000','2020-07-19 21:04:38.607000',1,'katie gonzales','https://lh3.googleusercontent.com/a-/AOh14GgwR8oHxmpv-TjA64SGSGIhTZ0suNP4AoL4DlURwA=c0x00000000-cc-rp','2694018788013845459',39037),('AbFvOqk7Y6DhfyHomx7rT_RvoG2TmZrY3VDpEOOFzj7vZ-QPUUDmIpMJF8Kz2L6dEZA6mOyBbzz_TA','Would recommend going here for any testing, very attentive and kind.','2020-09-14 20:02:58.488000','2020-09-14 20:02:58.488000',4,'24 K','https://lh4.googleusercontent.com/-DwEv4b8vwpg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3md9sRx1KAhBV4OMHXcPejWl-8w/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31665),('AbFvOqk7y8S9lKfkq0SDtQFIN-WYxZuzfWz43WfuIKWgTU6kXBQbuO8LjP7FmCb2aVRmkE1MHSO6Pw','Great service, very friendly. Deanna greeted us as soon as we walked in, with a timely manner and friendly attitude. Nurse Kat S was very nice and patient. Mr Joshua was nice and understanding with our 1 yr old. D . Appiah was great at explaining what the issues with our son\'s health could be.\nEveryone was very helpful.','2019-05-23 01:08:45.925000','2019-05-23 01:08:45.925000',5,'Luis Ambriz','https://lh4.googleusercontent.com/-Dm8MjbrNRbo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnBI-pxpVGAcsQxRzjsDVAvuOy7NQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqk7YXAIhK_1NTU1HFQByDrpmKchO966Fn1-N-4dE7boD7H9Hx-jWUA1HCGN7CLOQyggo2zK','After 2 recent visits I have only good things to say. My team of Dr. Bansal,nurse Gracie, tech Will, and Dee made my visit a pleasant experience.','2018-02-06 00:51:31.159000','2018-02-06 00:51:31.159000',5,'Kim Navarro','https://lh3.googleusercontent.com/-Cnn_io_SJZ4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnvQIJlrIH6CpsXACzWP3bCTJzfpA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30879),('AbFvOqk7zDV99C5n3BHMbZzeGKFcSk0Z2i2q6oXjXZu2B6BCfscsSF8YBzPYZ1_DCOsmb32sLU_F','Signature Care was able to get me in and tested for COVID same day. When my test came back negative they offered me a flu test and other tests to help. All the staff are friendly and kind. Clean facility.','2020-09-24 18:27:50.071000','2020-09-24 18:27:50.071000',5,'Savannah Billmire','https://lh3.googleusercontent.com/a-/AOh14Gg-DDoiaGQQ1eT33Prt-4KgBiQpF5hb2UyK6oWwhg=c0x00000000-cc-rp','14748677429039074158',31617),('AbFvOqk7ZkOyVowYNJaJI7pNlMKYa0iwH7rKkYWqeJe4rR_u3WTzMMj-SwYYMhQKKyaoxA8-KsUU8g',NULL,'2020-02-17 13:42:10.326000','2020-02-17 13:42:10.326000',5,'LaShardae Harper','https://lh6.googleusercontent.com/-eeFIjum0o08/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxYwj0a6eIlzijIZJ35guAkDULIQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39623),('AbFvOqk8_C1bdnUKS-20gWG9Un0ShpA_GCeEXIWyXjkr2iL6NjO5AHU9YDdVuQS3Wp3geUuLQUnE4w','Dr.Lindsay’s team (Raj, Naureen, Jose & Elizabeth) did a great job seeing us this evening. We were in and out quickly for X-rays no long wait or any hassle.\n\nThanks guys!','2020-01-27 02:29:12.463000','2020-01-27 02:29:12.463000',5,'Asad','https://lh6.googleusercontent.com/-1wROFeCLqJ8/AAAAAAAAAAI/AAAAAAAAAFs/AMZuucnLa5a0ko7KusHe-bRJtlTEr_NB5Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40331),('AbFvOqk8_Y_gvlPVgEWucpz_Fk5FQNhXiVLF4lDW1t3mJ1y9Qor1FsZx_pNb4Zp7xU043SWn9JIeuw','I called to get more information on their covid tests availability times and was waiting for an hour , had 40 minutes left to be answered,and the call was dropped, naturally I called right back and got answered immediately and most likely because they dropped all the calls they had waiting. The lady that answered was rushing through the call,hardly let me speak and cut me off several times :/ She basically told me there was nothing available until next week not even rapid testing. I had questions on the type of tests and insurance they accept and she just told me she couldnt answer that. and that if i go i have to pay 175.00 est. up front. Idk if all the covid tests are the same price but thats the price she threw at me.. Call lasted 1 MINUTE, super unhelpful.','2020-06-24 05:32:54.972000','2020-06-24 05:32:54.972000',1,'claudia estrada','https://lh3.googleusercontent.com/a-/AOh14GhGgaZE11DDl0aNL9tYZ6IVZtfjWHKFJJ4YCN-q=c0x00000000-cc-rp','16389487648212004696',33230),('AbFvOqk81dk3IBSGmCdvHlgDzNiJCEdV9Aa_jzL_hEmbNuE6tHzbwBg8BiyF9GKHlO1CiNGiZOw2','Very quick! Kendra was very helpful!!','2019-11-23 02:50:56.008000','2019-11-23 02:50:56.008000',5,'Sarah Baerenwald','https://lh3.googleusercontent.com/a-/AOh14GgCb5BjJRp6iU49XeA8fvazMp-EdJ2e_3MMIRoa=c0x00000000-cc-rp','16590124370714063921',34560),('AbFvOqk83ifoBsRodhk9fKIYJ43OMtz1evvpju0ECoNM47tumj53e3XmOle2tdeqKJ6zs-AD6VVRpQ','Amazing staff and Dr. Jones was very nice and personable.','2019-01-09 02:39:44.889000','2019-01-09 02:39:44.889000',5,'Joelle Pitre','https://lh5.googleusercontent.com/-0Jp7jT6gP_w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclmXhDLdyhDufolXowjHmgf9EZ56A/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29166),('AbFvOqk83UKHXk5MmpYTAZUEyTIOMYWSAZpaVdDRGuv1rRtRn1VzqYE2R9yka9nZTUz910gTpWc89g',NULL,'2020-12-22 01:44:53.293000','2020-12-22 01:44:53.293000',5,'Shonta Stewart','https://lh3.googleusercontent.com/a-/AOh14GjkrL5dZLSeJkytL1vyl8Fjs2pXEGZO_RMvP57wtbM=c0x00000000-cc-rp','2694018788013845459',43670),('AbFvOqk844GLUJ_y_qDN9MWdQdWF4r4x7k4L6pSVGOHNwTprUk7z5-c-w6183ECWovlJKtvDbkfu8g',NULL,'2020-11-05 22:40:42.428000','2020-11-05 22:40:42.428000',5,'Domenic Martinez','https://lh3.googleusercontent.com/-biVeiBg91F0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckTnv8DJVL_cdaG8234ANCSe0g0dA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41852),('AbFvOqk84cL48yhwxx9C_61vCXxIUuANLGj3G_XgcD7hUlK9j59784yMNz4D374BO4Su1UGUX8U','It was awesome','2020-12-29 20:52:31.001000','2020-12-29 20:52:31.001000',5,'Trevonn Floyd','https://lh6.googleusercontent.com/--WmJ0cmffVo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmEG2kU2IHdD0BGljQRfcoHw35vYA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44135),('AbFvOqk851iYbo3a_wLxhuTAYT23R9m7YRx4We1AKucuMcgBMZnnoT9YH8xsIEr6CMdQ-TKVCB3UyQ','Fast services','2020-07-10 13:57:46.931000','2020-07-10 13:57:46.931000',5,'tuan nguyen','https://lh6.googleusercontent.com/-l39MQF7BOH4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmA2HF-usewV-JIht_DQx14MrM9GQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32037),('AbFvOqk86FEXUXxiFWQgu8zn1C7L1GWbG15RiifwGNTDpPcYlI-qBM6ySPM1MHS-Cl1nrWbRq7db_w','Dr. Pham, Heather, and Olivia were wonderful. My issue was addressed promptly, and I felt better before even walking out the door. Would recommend to family and friends!','2019-07-26 18:05:47.854000','2019-07-26 18:05:47.854000',5,'Hailey Johnson','https://lh3.googleusercontent.com/a-/AOh14Gj0cXXaHYg3PMTrnziB4wQHHAa8lH9qxF_Z4yLTNQ=c0x00000000-cc-rp-ba2','16389487648212004696',NULL),('AbFvOqk87B04wKl6S7rFHRwd40HTBN7Nb3iXoebEtDAn54M3EyW65d8o-TYszf61FO6s23r_KV26','My experience at Signature Care was awesome my RN Molloe the Rad and lab technician Shannon registration front desk Toni and last but certainly not least Dr Henderson I am grateful for the kindness and care that was given to me again you guys are and were awesome .','2020-03-20 02:44:03.095000','2020-03-20 02:44:03.095000',5,'Jackie Thompson','https://lh4.googleusercontent.com/-__4iFwsY3fs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckIT8DdB9L58qct2CdQ-q7ZIMHsGQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39560),('AbFvOqk87KPHMVa4TOHsCGbZM8XUJ_cj1HcKI-Id4Hupm1J9CK2hqF3lHTZ76Pm3-3WqisEgf35D0g','Lisa H, Leo, and Aaron were so helpful and just awesome!','2019-11-14 18:10:17.269000','2019-11-14 18:10:17.269000',5,'Billy Hartis','https://lh3.googleusercontent.com/-QFoZk3m99R0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclygxB5HELVHcSVUAj_DOLUGHY7Ww/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29584),('AbFvOqk889JwVWUie0p0OE2vAxEBsrfmE65YeFYG-pHVoFr2fe7jwbns_dz5pkIGGsPjAtMvwT8Z','Went here for Covid testing. It was at night so the wait wasn’t too long, maybe a little over 2 hours. Staff was super kind and quick and efficient!','2020-07-07 02:59:06.166000','2020-07-07 02:59:06.166000',5,'Gabrielle Bishop','https://lh3.googleusercontent.com/a-/AOh14GjRo3Ivh6aAkfeU5LZH7MQdTDxmQIzBtVB7s_dd=c0x00000000-cc-rp','16389487648212004696',33214),('AbFvOqk89KBIRJ9slCBTZI_I6JjWqOSuskWNsdP9cfNUYlZnCGybkfR_sDl4gVXN4urUOCYmpU19ZQ','Lorena T & Elizabeth were very helpful with getting me in and out. Very clean facility definitely recommend coming to this urgent care!','2020-08-30 14:06:47.456000','2020-08-30 14:06:47.456000',5,'Richard Hane','https://lh6.googleusercontent.com/--YE8U77NJqw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckTByLG8AzSLEL0FdJ09JvHspyYkw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34182),('AbFvOqk8aNRbAHbMGxyJLW7mVlMzQntqUNjgG2138a0BgcQJKKAUdVPXRn_6M7Bq3483K0X6-HUn','My boyfriend had been in an accident and needed to see a doctor to get cleared for work. The woman I spoke with on the phone was very helpful and assured me he would be taken care of and within reasonable financial means. They matched what he had been quoted at an urgent care and he said the service and doctor was one of the best he ever been to. I was worried to send him to an emergency center, but was very happy to hear it was well worth the money and he was treated well. Thanks for the help!','2016-06-13 20:18:15.013000','2016-06-13 20:18:15.013000',5,'Lorraine R','https://lh3.googleusercontent.com/-Bkk1asuF8xw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmESCpsHmn9_bJp0O3y5BBCQFTG7A/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31232),('AbFvOqk8BneZCDIP0swkwRizScsXNlMZW7b10npFaz3aDPYWTIybFFDS46rmcmSX75chgv5vwvhRJQ','Great service would recommend.','2020-10-21 00:18:16.272000','2020-10-21 00:18:16.272000',5,'Halohunter','https://lh3.googleusercontent.com/a-/AOh14GgVgBi3PQTml339M3JMG-5irPRxTs0rpOxcKdzSzQ=c0x00000000-cc-rp','8626688543755174284',41870),('AbFvOqk8Bo2_S004CocyOrJNH5JFCi7f5QNGqpRCW1BCfRxAwjueYhDCZF_aAHLhFDAZWCLQRRGh','The staff at Signature Care Montrose were friendly, prompt and very attentive to my needs. They are fast and efficient and very thorough with your patient care. The staff, starting with Rita in registration, my nurse Churiah, Joey in radiology, my ER technician Josh, and especially my doctor Dr. Kotey, were very warm and had a great bedside manner. I love the warm blankets, coffee and snacks, all while I watched T.V. in a nice warm room. Thank you Signature Care Montrose for making me forget that I was in pain and making me feel like I never left home!','2019-01-05 02:48:09.538000','2019-01-05 02:48:09.538000',5,'Margaux Mabrie','https://lh6.googleusercontent.com/-AMG7OXcal9E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucni835llZjzGZxKu-Bls7bCvP5E4Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40757),('AbFvOqk8bp51XNJNWabXMcY48IWl7apv5Tfix6QGyB5iCzDWSx7M379qZgSlUSq4ryXq7HUmjns39w','All staff that I was in contact with were all super friendly and took time to talk with me. They were prompt and therefore wasn’t there for a very long time. Of course this may be because I was there very early in the morning, however, I wasn’t left waiting. Overall the experience was great and I’d pay $175 any day rather than sit in a Community Care for free!!! Thanks a bunch, everyone was great!!!','2020-02-29 08:47:42.592000','2020-02-29 08:47:42.592000',5,'Melissa Colunga','https://lh4.googleusercontent.com/-BeFWECNNxOU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmrzKKYfi5DGStGljcAPIjZMa-SRA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35948),('AbFvOqk8Bpgp7AFplZdJpu5pCwSVRzj5EyTfTF414u6JNAKCM6Iy02vx2DulmHwVS37H-1_HXtXmsg','Dr. Dang , Jessica, Olivia, And Keaire were very helpful. Everything went great. Thank you all','2019-08-17 14:24:17.635000','2019-08-17 14:24:17.635000',5,'li chen','https://lh3.googleusercontent.com/-xEFXb-cy-O4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnzcOpVyIzpdzsAdEY3D0hGx0KKrw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40436),('AbFvOqk8BqNSKejBIqwUbzNbShNH52SR9XH5tyDg0VwCQWSeiSVVG7x9Vl5SVUqnlD4gUcb4yMuYlA','This free standing emergency room is the best. The staff is amazing from the administration to Dr. Harjai Luisa. I would recommend Dr. Harjai Luisa to everyone that comes to Signature Care Emergency Room-Cypress Location.','2020-11-15 15:17:05.560000','2020-11-15 15:17:05.560000',5,'Shian Smith','https://lh3.googleusercontent.com/a-/AOh14Gjw14zOQU7FkhF7-wJfqQ2Lh7zBnsgQ8wMIzRPa=c0x00000000-cc-rp','16389487648212004696',32923),('AbFvOqk8bqRfQh719JvqV391dWpHfYcd5S1Svs0g2O3ulHjPnIHvKKoxSf3d1pKEcpBUOQQdXQbk','Dr Pham , Tristan, Therisa, and Natalia were great during our visit. Was put in a room immediately and was able to get the help I needed ASAP. Thank you!','2018-12-26 02:13:26.078000','2018-12-26 02:13:26.078000',5,'Jud N','https://lh3.googleusercontent.com/-jpP1vPvweuw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclpMoB-QoOR695KSWC37YWQQO4TWQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42746),('AbFvOqk8c9FmBTMEEzKeNlTh8VbxUzS32KA8mrWFAy0nElchOAjvNcbe7vGqE7NfPlVRpAQgL7U-','Very clean and very helpful. Answered all my questions and concerns.','2019-06-24 15:47:18.247000','2019-06-24 15:47:18.247000',5,'Prettyboy Lex','https://lh3.googleusercontent.com/a-/AOh14Gj_0kvBm78kEefMtIslY780VJqCWx_prHGEnaOV0Q=c0x00000000-cc-rp','6521947413723274945',41682),('AbFvOqk8ck53sWga2-ZdpKhrlRROeMnvVluyHFxAqVUxWdiJLYKt1Ctv93KblereOUI_8AagGqoMjg','I brought my toddler in this past weekend after he burnt his hand. We were taken care of immediately and they eased his pain as fast as possible. They were so kind and thorough. As a parent, it\'s so difficult to see your child in pain, and they understood and acknowledged that. Really, they made a difficult situation as comfortable and efficient as possible. I\'m SO grateful for the care we received, and my son is healing great.','2017-05-15 21:20:07.615000','2017-05-15 21:20:07.615000',5,'Katrina Kokoska Corona','https://lh4.googleusercontent.com/-eKLifxhU-bE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckvt1KUk2lDEqY8ETsgkHKlaV-hwQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42770),('AbFvOqk8cNHFqRlAeFdPa624mbmNb5zTHwea1wfMFIokSgmBcH3QRYBh2Hi3R2yWQnGJzCsdwsU_eQ','I had to go in for a very sensitive problem I was having and due to Covid-19 my husband was unable to go in with me. I have horrible anxiety when it comes to needles and doctor’s offices in general and had already worked myself up pretty good by the time I arrived. Nurse Adrian Ramirez walked me back to the room and listened attentively and showed great empathy for me. Nurse Rebecca Miller was truly heaven sent during my visit she was caring, thoughtful, supportive and attentive. She held my hand and walked me through the entire procedure went above and beyond with her care for me. I am forever grateful to them both. The physician and all other staff were amazing as well. A great clean clinic who is run very efficiently. I would highly recommend them over any other emergency room in town.','2020-06-28 11:37:50.992000','2020-06-28 11:37:50.992000',5,'Rebekah Redfern','https://lh4.googleusercontent.com/-GFKkRwmW6Z4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucluUeMj57z4vWgQWvgRhBKcEn8l-w/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41382),('AbFvOqk8ctAqzhJFFRZIGJWl_XVDzGUOpaCJ2kDHqzWyG4SdtDMm_uzKrVyF_EgF5238SKFrPst1Fg','Me and my daughter had been to this emergency room twice and we have had great service. Fast and reliable. No more than 10 minute waiting time. They do all the necessary testing even on site CAT scan and MRI exams. Results in minutes. We had life threaten emergencies and the professional personal attention saved us. I thank Dolores, Johnny, Ryan, Charles, and Dr. Smith for their help. Everyone is so sweet and caring. This site is definitely my place to go for any emergency.','2019-03-19 18:42:20.958000','2019-03-19 18:42:20.958000',5,'Leslie Ausucua','https://lh3.googleusercontent.com/a-/AOh14GgQjeMmpqXW0pGmJ2jn5vuIDBHBPXN_DRRwq1Q4xw=c0x00000000-cc-rp','14904078213800803294',32485),('AbFvOqk8cUYX8PRFAu-UgkOf-7AoEEBXDGauQ8IBAJndu_3WPW7_Me11IFyygK1WnNoP7iOIbXeV','The personnel was very friendly and explained everything in detail. Thanks Naomi.','2021-01-04 16:16:31.237000','2021-01-04 16:16:31.237000',5,'Patricio Villafranco','https://lh4.googleusercontent.com/-3KQkO1GV5dg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclw_iukvKoroz-ot-4BQfN8bOHQig/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44318),('AbFvOqk8dAkqSahvcjwSrElcc7tkg3-oAjDJ6g_bssV6PzzdzsgeWJhE64WbRq-ioUk897ZExIMKQQ','Do not go here. They are considered out of network for everyone. I called to ask if they took my insurance before going here and they said they did. They did not disclose that they are considered out of network for all insurance carriers. They billed me $4k to put 3 stitches in a cut on my hand. My insurance doesn\'t want to pay their insane prices so now I\'m left fighting with the insurance and neighbors. My current bill from neighbors (after the part insurance has paid) is over $2k. If they had been in network it would have been $600.','2015-11-12 03:04:30.306000','2015-11-12 03:04:30.306000',1,'Erica Diaz','https://lh6.googleusercontent.com/-MyXSv2TQmic/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmF-VfeJXVE8ONxLG07lFRux62cnQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42781),('AbFvOqk8dqRYdP9-Aw1dRZcLbIH5pMGf5I8rWooWI4D63SZS1kOC07QIQd4eb2roi3FLA1vgKmxVQg','Everyone was very professional and I was in and out in under 1 & 1/2 hours. The facility was beautiful and I would highly recommend it for a mild to moderate emergency.','2016-07-05 17:33:26.364000','2016-07-05 17:33:26.364000',5,'Sara Sjolander','https://lh6.googleusercontent.com/-WEzpTMK648s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-OR79X_H5gcWx8B-APqCmfbd2sQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31226),('AbFvOqk8EbJCGVXq0mWX0IxE28GibDl4OtcGvs5WCVGOsw-Eq4fyQ8xYlCpbLy6wTbl7kVBFHnO5','Staff Is so nice. Dr. Smith and Dr. Grinblates are Caring and professional. Shout out to Kelly, Aaron, Ryan, and Cynthia. You guys made me feel comfortable and relaxed to be there.','2018-09-05 21:47:22.323000','2018-09-05 21:47:22.323000',5,'Sanaee Parker','https://lh3.googleusercontent.com/a-/AOh14GhDLu7475H_eKCvxe69KC4x9mZQM3VtiXNybX0g=c0x00000000-cc-rp','14904078213800803294',32547),('AbFvOqk8EHkcke6P0D0zkUGiBgFNJXjgjOCqe0t1XbMiK9702t_4yhFrWRQzSJDdcny1jcG9NAs7UQ','I got in really quick which is always a good thing for me...Lacey Jordan and Brittany was a big help getting me the care I needed','2020-10-21 19:07:30.042000','2020-10-21 19:07:30.042000',5,'courtney callier','https://lh6.googleusercontent.com/-Np8jqP4Zfes/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6o7rqxK-5vf7QuGkixPwydqm-qQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33121),('AbFvOqk8EjaU59TIdLM9tHzpBSSpHwmhKQPvuxZNZ1OHbpua43zaswnE7bdOXFrXclh8wzuGtwhc',NULL,'2020-12-07 16:06:31.147000','2020-12-07 16:06:31.147000',5,'Maria Sifuentes','https://lh6.googleusercontent.com/-QEuFzZ_EvRQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckn6spK8k8_mvq22BiBg2PQP_OEfQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32132),('AbFvOqk8EoJNXpbdemNJYL2ATRT-JY8Tl6NvsiQPedBSL4tMq__ODak4kSc6WAX1h4wSZv6Q_6Rt','Amazing staff so nice and funny had a great experience!!\nBig thanks to clay Kathryn rose Chelsey and meagan for entertaining me and making me feel so welcome while waiting for my COVID results and especially for such a short wait time!','2020-10-10 21:17:47.209000','2020-10-10 21:17:47.209000',5,'Mia Adams','https://lh6.googleusercontent.com/-1YdwKBJeXPA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm--llCE1h_Fn_kN9ZYYYrfwR-M5A/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35716),('AbFvOqk8eS4NTaMLUAWqgXPh_EFwB8yOni-1-0-q3JcRqKPsf_5mUqKbA7IJ43wEole-eIlRC1cZiA','Came to the E TCJ location because it was closest to us. When my brother injured his foot. I called prior to arriving and the main location was very helpful in telling me what to expect when I arrive at my Location. Vanessa G said it would be less then 10 minutes to take us back to a room. And she was right. First of all the place it’s self is really nice and clean. And everyone is really friendly. Dr EstĆ©vez R was super sweet and really cared about what was wrong with my brother. And as an added bonus they have complementary drinks and snacks. I would definitely recommend this location to anyone who doesn’t want to pay high ER prices and long waits.','2019-12-14 03:14:48.300000','2019-12-14 03:14:48.300000',5,'JulieAnn Paredes','https://lh4.googleusercontent.com/-F2jg_QdTVeA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckcW5GiNrQo1Yk4S4dhvVol3079Kw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30395),('AbFvOqk8evO6Vm0-2QpqnTa5mYBfmQCqbkww5CljxEs1L4AnLU0M-BZcE6UvFeGmXPMGuuFr6cgwDA','Fast and pleasant, as much as Covid exam could go. They took care of me the moment I entered the facility. If I’m ever sick again. Will be coming back','2021-01-09 19:24:53.213000','2021-01-09 19:24:53.213000',5,'Anthony Colmenero','https://lh4.googleusercontent.com/-lM9UTNbSJrY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnBzQKfCZoCfvU2D5U3ugFjicXJew/c0x00000000-cc-rp/photo.jpg','2077061009497551125',44578),('AbFvOqk8exZFXq7_XDFTHXDTvkbm0GFISuVtVYYdk8I6EmXcSs0YydCcp96yS9QECQMKZ08JdHtO','Leah and Dr. Huerta were so helpful. I had an ear infection and they really helped out and made me feel really comfortable there','2019-12-10 05:07:17.157000','2019-12-10 05:07:17.157000',5,'Rosey Stargazer','https://lh4.googleusercontent.com/-hQ1UwS2Tf4o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckTiA8leIOska8-KHuhdAhzuvjdKA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29541),('AbFvOqk8F2Jg3_GYPkQTiMHs1P-Q5LQ7OvKTjnivenV-t830FGTMgPR09a6SlfhC-D0PEM_FaBcFnQ','Alvean, and Valory were both very kind. The service was great, and I did not have to wait long at all!','2020-11-18 20:55:22.428000','2020-11-18 20:55:22.428000',5,'Hannah Nelson','https://lh5.googleusercontent.com/-Z4AuvvLwrQo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxk_8uGbUr3Y0KcO3WzGywNQPVMw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32910),('AbFvOqk8fbFGxwfCoY7OpSw1JCdeSwuUAk1szEJ1p0HnQ_CY045IDsf-WWKPxfwWLwjkjcKMGIJLrQ','Great Staff! Came In And Checked My Son Out ASAP! Loved The Way They Took Care Of My Son! Totally Recommend! Best Nurse Is Nicole G., Dr. Stevez, Olusola S, Dustin H, & Tim M!','2020-01-19 05:30:18.318000','2020-01-19 05:30:18.318000',5,'Anthony Vergara','https://lh4.googleusercontent.com/-4PJIHildIx8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclH6LallF5DSy0HKoje7_A7o534Gw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30325),('AbFvOqk8FGyXU3WsXozNJmIwQk2SCtuvlK47u9r3OrX8hdfz5ZAQiDEQVyYfOabVFP_uHza_hmxBLw','I had a great experience everyone was friendly and helpful','2020-07-24 23:20:58.805000','2020-07-24 23:20:58.805000',5,'Svarthofdihynd Martinez','https://lh3.googleusercontent.com/a-/AOh14GgtR9XV2jt8e31aaAAuTtHCpgJWA1EZh06Ux5PVTg=c0x00000000-cc-rp','8918455867446117794',42973),('AbFvOqk8fIoli0k0rv77ADfMtnf1hINPoUAf-TAF7pXm8SIYRas6KLAn_cnC0SJiPwRhftyrumUQdw',NULL,'2019-10-25 02:58:30.432000','2019-10-25 02:58:30.432000',5,'ANGELA JACKSON-MOSS','https://lh3.googleusercontent.com/-nadp5kSg3yQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2ESYFSwN_dd8WWSHUVFguPmmR0Q/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37925),('AbFvOqk8fpfEphDtuAKKnhNI_VaLbYsromMTuVJO81yvLT1F0H5YbiSk9_BRJXA5WDyUackr60MqvQ','I came in with uncontrollable vomiting and the nurses and doctors took great care to figure out what was wrong. Turned out to be a virus bug, but felt like the end of the world :(. Thank you Cristina for being my first line of defense and being so calm and sweet. Once I was at the emergency room I knew all will be good. I had to stay the night to get more fluids in me and the staff did not bother me with different checks (just once to put medicine in my IV). I slept very decently. The bed was pretty comfortable. Every nurse and doctor was responsive to my needs. I also got some petal, a plushy robe and a bag with personal hygiene stuff. Not that I want to remember this experience, but definitely will know where to go if something else happens with me it my family members.','2019-04-25 15:17:33.857000','2019-04-25 15:17:33.857000',5,'Inna Benyukhis','https://lh3.googleusercontent.com/a-/AOh14Gg9DGBLN8k8GzYWs4yJL188TLorhVWZMDwQHvFWJQ=c0x00000000-cc-rp','16891069708558046635',36223),('AbFvOqk8FQ-t0_vhoBo6AwgxOJCus3lTphmv6R1YDrK7XDaEV712x1vc7a1em7D2dBsazoCLefbnsA','The staff members were courteous and kind. Robin, Billy, and Courtney helped me with my visit.','2019-04-24 01:57:51.658000','2019-04-24 01:57:51.658000',5,'Cayce Green','https://lh3.googleusercontent.com/-rCr7JUNCb9U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckDXWHI5gSQ1-Gl2N3D5_PAocuhxw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42097),('AbFvOqk8GCfAbr2Im_yzPO0ZhaPITqk2bY0dlC-ARwTXek47ISIWOYJfMuNkIIXgElM3ju8ZI7I7','I needed to get 20+ employees Covid-19 tested last minute and had zero luck anywhere else. Thanks to Theresa at the Odessa location, all of my employees were taken care of the next day...that\'s what I call premium customer service. I highly recommend the Odessa location.','2020-07-16 16:50:54.012000','2020-07-16 16:50:54.012000',5,'Josh Lejeune','https://lh3.googleusercontent.com/-0zTfi9BYF5E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnNi0tdkgl3eZrUXl1xtCTW1KSMow/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41372),('AbFvOqk8gPcPSEY0srG-ePFZgcad-nSSTusNDy2rRhACg_GKg37nSebJHlSLXlqzVFErbYjdTvc2qA','Josh and Mollie were very helpful! Appreciate it!','2021-01-22 18:16:26.384000','2021-01-22 18:16:26.384000',5,'Kelly Bingham','https://lh5.googleusercontent.com/-oieFpktg7q0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcvrkkQxaG3DcqvIiLtjQh0-woJg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44605),('AbFvOqk8hkwQMOIWZ2KzqVk6legKb_s_SEETHk3L9g5R2Sayrd6t1KEX70RtEunFsCKPpVuOTfPqvw',NULL,'2019-07-12 05:52:35.952000','2019-07-12 05:52:35.952000',5,'Nathan Fuentes','https://lh3.googleusercontent.com/a-/AOh14GjSNaDOJCo7QQipkYQYCOgs0HRQ7GswPptaGJWC=c0x00000000-cc-rp','6521947413723274945',41663),('AbFvOqk8hT1k_GDcD1hXaZ8l0Nr-aauMX3oXusPGmDjIfGXVwBKh6nc-bg27K7m4ikU0roL9NsBl','My friend came in and the entire team was super hospitable, respectful and professional. MMH has severely let me down in terms of efficient medical care as of late and it is good to know that there is a er in town with people who actually care for their patients; plus Lisa smells super good!!! *inside joke ask her when you go!* Seriously guys give this place a shot if you have an emergency, you wont be disappointed!!!','2019-06-08 18:08:18.064000','2019-06-08 18:08:18.064000',5,'DJ RTR','https://lh3.googleusercontent.com/a-/AOh14GgXOWzLhkuYyfoqEkLXM85YLqvveADKaObvF6TNYA=c0x00000000-cc-rp','13486358490203335051',29818),('AbFvOqk8kI4qKHwvPUGUHkiXh4gkkm92SkvypXG9oxjuAC149SfC-AU0IUGj3gT1LpODLpPOVPkHyA','Took my son to the ER and we greeted by the front desk personal, Dee and she was very helpful and polite. The staff was also great. Highly recommend this ER.','2020-11-16 00:58:37.661000','2020-11-16 00:58:37.661000',5,'Nellie Aguilar','https://lh3.googleusercontent.com/a-/AOh14GjFuWqU7h7fgjBmZKXiAYeua9634f0jwem5jBlZ_pY=c0x00000000-cc-rp','12541597562633926366',28458),('AbFvOqk8klKKXRm3LUmmX5vzQInfZtaZPi4n2XfN7iJSGgS79-qX9015E6B_A9G3fviT6SGMrfqfgA','I had an awesome experience at Signaturecare! I was very nervous about what I might be diagnosed with and the staff, nurses, and doctor were very welcoming and made me feel so much better! I\'m glad I pulled into this clinic when I wasn\'t feeling well!','2017-03-24 15:57:01.392000','2017-03-24 15:57:01.392000',5,'Corinne Gallego','https://lh6.googleusercontent.com/-Phh5qhq1MlY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckZyPAWtYJal49_167q_AaswrGZlg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32705),('AbFvOqk8lVwZ01uvB--4f00xQvd4byAnWpyQTCrwlsHP7NwpYo1R_hfk4Ml10tBnRc38UrdFiiThbA',NULL,'2020-02-20 01:41:30.332000','2020-02-20 01:41:30.332000',5,'Kristina Martinez','https://lh6.googleusercontent.com/-v92a7-i250E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclI81MVqfVHDhRrZqXyySCsz-2yJQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41474),('AbFvOqk8muVXdA1RShRS2IUjwKdnWSNoA7k4F7LKXlSocXvySSz3qSVB7c5hxdJO0x7ESI8lm39W','From start to finish this Clinic was very well organized and helpful, I came in to get a knot on my leg checked out and within minutes I was checked in by Leslie at the front she was very prompt and helpful I was then taken back to the room where it was very neat and clean, as well as quiet Laura was the nurse who greeted me and she was extremely nice and friendly Jackie took my X-ray and was very nice as well. Dr Thomas was very knowledgeable he walked me through the entire process which was bery helpful and told me what to look for as far as alert signs after leaving the clinic. In all I will return here as well as recommend this location to others in the area.','2019-01-03 16:11:48.038000','2019-01-03 16:11:48.038000',5,'Brittany','https://lh3.googleusercontent.com/a-/AOh14GiqLSV_kkI6Kp-tUd5KYwjHEALvK7cIlwoIYRqBEA=c0x00000000-cc-rp','3511292162159714121',40768),('AbFvOqk8MvXmeZbAuEEHF8GD1r3hpsAYVBfot6HCv7vC9NvOcoKQAoMUdOKtMqq5GKeGVXxuU7C4HA','Outstanding.','2017-05-22 07:15:04.708000','2017-05-22 07:15:04.708000',5,'Preta','https://lh3.googleusercontent.com/a-/AOh14GhDNh25ibh8QCcbIAfDsFQwn4zz01YUj1K9c0_r=c0x00000000-cc-rp','14904078213800803294',32679),('AbFvOqk8n5idCWY0jcmTXeV3c_vuNKBJ2_6GgrAkoLpy8yW9cw134XX7bkJimjLPwoalngHeptHR','The care I received there was absolutely AMAZING!! If i thought I wanted OR needed something they were already on the case!!! The doctor was honest and just down to earth. Thank you guys SOOOO much for making a hard situation so much better.','2019-05-02 13:33:49.164000','2019-05-02 13:33:49.164000',5,'LaVinia Love','https://lh3.googleusercontent.com/a-/AOh14Gh3Mb4p4r7N384PW0MT7Zyzv-r3ulTbEMS1a88Q6es=c0x00000000-cc-rp-ba2','14567670160750071148',30550),('AbFvOqk8nvvTWN3kg1lY7-52vd0kRzOCM6nbj5pT1bcCrlinUE-k-2fu_tTUDk6JIRzUnI8n_5SR',NULL,'2019-01-30 01:53:05.229000','2019-01-30 01:53:05.229000',5,'Silvia Terrones','https://lh3.googleusercontent.com/a-/AOh14Git1JGmKRfmpksZmTxWnlZsT7LuiOBnzeCjXrmJVSA=c0x00000000-cc-rp','3511292162159714121',40675),('AbFvOqk8nWOwObQQTmnjKt6pdmfnAj7abjoarDRhq9fLAECZ1CseaV7bv0yA0XouoHWzdGOM2pUJ7Q',NULL,'2018-01-02 11:10:57.340000','2018-01-02 11:10:57.340000',5,'Frank Nduku','https://lh3.googleusercontent.com/a-/AOh14GiuRjBUPleepZmfsFV4Z1hbsy7jxSvy2xFfhCOgjg=c0x00000000-cc-rp-ba2','17394740196501090048',37006),('AbFvOqk8NwwWg_Pv_yTL_Rl4S45qxhdrH9s56IYrhTemMQKlS7tFkpFaKIjkCUG269Nq7YQeivBU','Got a Rapid COVID test here. This place was very clean and the staff was all so kind. Chris and Townesend were so kind to me and my sister and made us feel so comfortable during our COVID test. Will definitely come back again if another test is necessary. :)','2020-10-16 22:56:53.107000','2020-10-16 22:56:53.107000',5,'Kayla Kummerl','https://lh4.googleusercontent.com/-otnJa9AL3sM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclPwA5AzzP44-nB8kyvxmvN_t-A5Q/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35696),('AbFvOqk8oaZ2aCV658J2mz8sKnQhNru5FJrgqJ_-meQmFMxDkDPodO2Au01dqh9qTTJcVT34pfHt1g','Dr chow, and the nurses Dana and Zach Kevin was a bunch of great group I will recommend them to anyone!!!! OmG 😱 amazing!!!','2021-01-06 20:54:34.696000','2021-01-06 20:54:34.696000',5,'Nikki Rodriguez','https://lh4.googleusercontent.com/-lkckN6r0WeQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-ru-BXTSJ7MUKsdbHIY5i6NduVQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',44450),('AbFvOqk8PnkWANdrxO0rnWsTZi-XfRC1Tayyu1-LlxfTTBYsWmmCHmq1YTRMZ0OfkoyayVJV00DDFA','Amy, Dr Boester, James, Shaun, and Nikki were excellent!\nThis was the best experience!','2019-01-01 21:58:19.418000','2019-01-01 21:58:19.418000',5,'Anita Patterson','https://lh4.googleusercontent.com/-G-N4XDSSzFk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmqZ8Eb_TAcZmWtZPatG3rVXG2naw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30656),('AbFvOqk8PT7IJXi8YXiU3kVmcJn7hw3V1dibtqICRR-eiwNzRf6RBZz_oUvxWFM70W8K9uwveTwv','Everyone was very nice and got us right in and out! It was nice that I could print most of the paperwork at home and fill it out before arriving! I hope we won’t have to be back, but if we do we’ll be comfortable knowing what to expect!','2020-05-31 16:36:39.037000','2020-05-31 16:36:39.037000',5,'Toni Uhl','https://lh3.googleusercontent.com/-B-MSA-HL1_o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLxXcv6fWRJmh35IzoRw1_zEAT2g/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29389),('AbFvOqk8qyZB98AbQy6iibx3hEE9TjzouHydyelJbl9n1KAWMooFi37siCkBNb1jqlFljXWF0cYX','Friendly staff and quick!','2020-11-06 15:36:19.228000','2020-11-06 15:36:19.228000',5,'Brian Nguyen','https://lh5.googleusercontent.com/-sc9LN-b1gyY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnvhzEAUYjd0LJRj4wRrxG0yWnwkA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40070),('AbFvOqk8rQfPrInzXS3bmyrcBNJBAU4xSVaO-oA56Y1-DNu5SVujYztrmBWSEE43L9sRgW_qJ3mnDg',NULL,'2016-12-19 20:08:43.265000','2016-12-19 20:08:43.265000',4,'Bridgette Lehman','https://lh5.googleusercontent.com/-vue5nZ7xIIM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckVz9OBJPnSHrVdiW3E76y8I_-i3A/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37247),('AbFvOqk8SdCL5Z5XDMuBJ1aHWrUoTfSSLVjYkG-8cyoJXgQTa7LlerROWJgo-y3gFn5PZUStawhsPA','My RN name was Katy and she was very sweet and gentle','2020-12-26 17:55:31.634000','2020-12-26 17:55:31.634000',5,'Chelsea Simmons','https://lh4.googleusercontent.com/-i9xfGkLqYkw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmbGoXu7qbc45kBh3_U9DRy9THtcA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43895),('AbFvOqk8t56LZtZHyObHq0eO9Ed2xEop_IUsbQv9r_dtoQw0SUbyIcyCW-XOxHrJ8PrJHo3MlZ38sA','The nurse was very rude if i see her again there another complaint issued again on this nurse and i will looking at katy fwy @ wirt road','2016-11-28 17:18:46.046000','2016-11-28 17:18:46.046000',1,'Eric Scott','https://lh3.googleusercontent.com/a-/AOh14GiQKbPrtRn05DFUFkgyX9AQejsP2wtS7Z55Rval=c0x00000000-cc-rp','3511292162159714121',41152),('AbFvOqk8tW4WW0j0tIepMpwaoGbZtn-H8x442MwrsS-ym6PpKSEH4jYMxHBkvl6QJ6MFkFpIOvs7','Very professional, clean and high quality medical attention','2019-06-09 18:15:55.209000','2019-06-09 18:15:55.209000',4,'myles johnson','https://lh3.googleusercontent.com/a-/AOh14GhGp-caAmkIZLbebgS-X0cPZyRTUG1qFtZwFOOkZQ=c0x00000000-cc-rp','8679688254631342173',42693),('AbFvOqk8u-0gRHchyAIp50R11wMyllwn1QPNuzdqeHrFRIGCp_A88TdvJdHR0MmlfyDttztC8edBbg',NULL,'2020-09-24 14:14:16.494000','2020-09-24 14:14:16.494000',5,'Reginald Barnes','https://lh4.googleusercontent.com/-Yl8lXdbGeNQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnyDZfmhz8a0O_ephyW70hoben7AQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38956),('AbFvOqk8UACQUjumBqQbnNM42-fcu2HfRb2uTUUa_osgl5KLETzj7XZ28OI-BxeLaJYHcHeYmSG6Sg',NULL,'2020-07-14 20:29:09.740000','2020-07-14 20:29:09.740000',5,'Liz Stowers','https://lh6.googleusercontent.com/-oILflFOoX7k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKYyGcnDYMHHa1KWhCwwYHSjl-Zg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29365),('AbFvOqk8uzodLaAdeyZSpzill8AIWv20pdPObRWIN5P_CxDOxyRlOF6e7ivA4oYnH-i-ZBlvyl2_Zw','Best urgent care ever! Jasmine was really nice and you can tell she was trying to help us! Staff was kind and helpful as well.','2016-08-06 03:57:09.829000','2016-08-06 03:57:09.829000',5,'Brigitte Quinones','https://lh6.googleusercontent.com/-ARVpKbXldr4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucksHYE_ttNse0O0OAJ2e_ZhIumnYA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31211),('AbFvOqk8vGAfIwUUecLAx54YYcVzmQJLE_YIQAIBPSXKcJ4G1JShQHNwMx0-nqt92bY_sMgrakce_A','I don’t even know where to start with how\nImpressed and grateful I am with the care I received here. The staff is top of the line and treats you not only like a human but as a VIP. They care and it shows. From the radiology staff, nursing staff and the phenomenal care they provided. Dr. Huerta is one of a kind and truly cares about being thorough and making sure you are taken care of. I can’t thank him and the wonderful staff enough. Thank you over and over again. I would HIGHLY recommend this facility to anybody at anytime.','2019-07-26 04:05:25.802000','2019-07-26 04:05:25.802000',5,'Joey Ramirez','https://lh3.googleusercontent.com/a-/AOh14GjO6ni8bJZVpd_1H9TKsTp8VfDkrL76PehzMPh_=c0x00000000-cc-rp','6521947413723274945',41641),('AbFvOqk8XNWDrszw_PY0qBRvslN6YFUV3qASoLU8R-lnqdp-2EEg3vY3UQKuneL5amucfcLYmA4hvw','Great staff! Timely, professional, and courteous. They were compassionate with my four year old son who needed immediate attention due to dehydration and flu. I will certainly count on Signature Care when we are travelling.','2019-12-05 12:15:49.419000','2019-12-05 12:15:49.419000',5,'Irma Jacobson','https://lh5.googleusercontent.com/-ALQ5nG1xbv8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3vfNq2cuNGxbOV6ADcN6XZIr2FA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33635),('AbFvOqk8y4SGvjR12UlcSjIJTWLRlXlEu0kZwKKdIPKrhM0HUXXw29aE2hHsZn7X_XRysC57KS3-EQ','Went here today..service was great and fast. I was greeted with a smile by Patricia C. in registration. The staff was welcoming and attended to my needs. Would definitely come back again! Highly recommend!','2019-12-30 22:59:19.972000','2019-12-30 22:59:19.972000',5,'Chymreva Allen','https://lh3.googleusercontent.com/a-/AOh14Gg7j8U5owhbFSWcecck_3B_jhHg7yqv-wHDQmr4=c0x00000000-cc-rp','16389487648212004696',33556),('AbFvOqk8y9zzggPuhPVbECDmOBfofQfC6E4kk36fUfiNe68AecYZEWroBg337W9AY00NGN6h0XSn','Great experience at the Signature Care! We came in at 11:00pm on a Saturday and received remarkable service. Each staff member was extremely attentive and did everything they could to help us. Super friendly staff members that make you feel comfortable throughout your time spent here. They never leave you waiting','2018-09-30 14:10:50.034000','2018-09-30 14:10:50.034000',5,'Kirsten Briegel','https://lh3.googleusercontent.com/-y-Pan-Lmr98/AAAAAAAAAAI/AAAAAAAAAVM/AMZuuclzkKo91KlBCRNTFZ92demEIebWOw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30701),('AbFvOqk8yoDYdZvAw52xSODYYuZxRVjaKuVQr0tj2TVtSav1WKr6E8xke-AVDfH9Sr0596YrC0w1','I came and everyone is so amazing and nice very helpful, I spoke with Amy She so wonderful , Kasarah was amazing also she preformed my test and it was very quick Dc Mauldin was so wonderful everyone here is awesome!!!','2020-11-21 17:55:24.169000','2020-11-21 17:55:24.169000',5,'Driaaa K.','https://lh3.googleusercontent.com/a-/AOh14GhYgqhlJ53tx_aSdGdYafsdw7EUiHIxVjDR_M6dqQ=c0x00000000-cc-rp','2077061009497551125',38424),('AbFvOqk8ZBJVhxwkwxRia4_Iw0chCIu6ZTl1ae1HyN83AiccqFgzbQjx5ItPSA3CtdDH2dKqqfr_9w','Great team of experts. Quick and clean facility. Dr O’Malley, Nurse Alvean A, radiologist Tricia B, ER tech Jordan N, and registration Patricia were all great.','2019-11-30 22:55:38.590000','2019-11-30 22:55:38.590000',5,'daIsuke gibson','https://lh5.googleusercontent.com/-GrtzQ988m3o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckOVHADE1QaD_xrZvtrSU1YlhU_bA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33656),('AbFvOqk8zhYzwAzkpAdlQaVgUhpiKvMkh0ZRI6vWpd77ezzApIZbtvJNSt8IUnCfp1PRAUu3LtB5_Q','Great care and very fast. Thanks y’all!','2020-09-24 00:27:38.893000','2020-09-24 00:27:38.893000',5,'Donny Hall','https://lh3.googleusercontent.com/a-/AOh14GhH3ZsIuvjJ_lO8Jn9RuTP9RciZfvH3UvVE1mgQiA=c0x00000000-cc-rp','16590124370714063921',34157),('AbFvOqk8ZZmpr-U2meqrOwRRam5nC-TsTY4R-WQl6E2RyCZAro7cl0kuIuPTnUOu4fj7n72ZDmt9wg','This Urgent Care is the best I\'ve ever been to! Dr. Edwards,I Patricia,wouldn\'t and nurses Jesse & Selina are all amazing! I wouldn\'t think of visiting another location. The staff is patient, kind, and knowledgeable!','2019-07-12 16:42:52.053000','2019-07-12 16:42:52.053000',5,'Lakiesha Kingdom','https://lh5.googleusercontent.com/-hRTNHdldS28/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnL9XEvIBddladWP1_dx3oP6-NoMA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36733),('AbFvOqk9_jWq3lMSPgx2WwpzKq3tStj9UYxVqXn2UrRWosvqYJ8WhlQCbx1ZvUTbE3fFyHDzNmpKZQ','So friendly and quick!! Made my little one feel comfortable in an already scary situation','2020-03-03 02:54:09.541000','2020-03-03 02:54:09.541000',5,'T','https://lh6.googleusercontent.com/-l53w-76bl0Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn4kyL_W6SEdgPVyxlG89BJbRtppw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29409),('AbFvOqk9_lKS7TEcrg70h7HaWAuuI1KibKLjY1-HcoIXroQD5rA4Ff5QHQvTixe8DcI-Wrdqe24NJg','Place is clean with friendly staff','2019-01-16 02:59:28.348000','2019-01-16 02:59:28.348000',4,'Lecia Vacciana','https://lh3.googleusercontent.com/-sa6kaxBeqwI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl0I4whs_1OWeNmdRWSGIVRIrCelg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42741),('AbFvOqk9_WHcajsNPHq4gg7nS5MDMrbXPx5z_tz3KfroItkHGXYvGiMraiO3kKUWYoG3iyjLO7a3bg','Time to see the doctor was amazingly short.Best, most professional care I\'ve received EVER!!!!!','2019-11-16 15:46:18.568000','2019-11-16 15:46:18.568000',5,'Bobby Pemberton','https://lh3.googleusercontent.com/a-/AOh14GhluZC_RP_2MSlm6qAhgzgsELuriwyYWZrl7pncdQ=c0x00000000-cc-rp','13486358490203335051',29579),('AbFvOqk9-RTyZo65d40D5sxR5DncNLOnB09zEVUolra5yl50s1mzup3pG-2wDlkYVvuGhOSMM0NuvA','Gabriel-RN\nRaven-registrar\nKathleen-radiology tech\nKimball-dr.\nNatali-tech\n\nGreat experience. All the staff was friendly, efficient, and knowledgeable. Could not have had a better visit. Highly recommend!!','2018-11-27 03:27:39.641000','2018-11-27 03:27:39.641000',5,'Ryan Stalder','https://lh3.googleusercontent.com/a-/AOh14GhkAEGjhTghEKXbmlWYucvm3AhCHw9OLbSyuQVHEz4=c0x00000000-cc-rp','16590124370714063921',35093),('AbFvOqk90gXf2F3hFggfIC2pyYeW3-zwkM7GA9nWvH4LlI2HvxSFXJNkNEQJ3zQ615dHoSUWwRRASg','(Translated by Google) Dr.Zheng\nAmy\nCountries, RN\nJerin\n\n(Original)\nDr.Zheng\nAmy\nPaĆ­ses, RN\nJerin','2019-07-05 21:43:29.730000','2019-07-05 21:43:29.730000',5,'Karen Guerrero','https://lh3.googleusercontent.com/a-/AOh14GjUSu-ObOECK4jC5rsFMspck9dP0vYzZBHDToQGWQ=c0x00000000-cc-rp','8918455867446117794',43228),('AbFvOqk91r9N93MrfqVLTXgKVW66HY3p14zQENCfSovRps5f2qTZ4h25qrJ8YuBn_PV11qdmkKCs','The doctor and staff was very caring and professional, explained everything to my understanding.','2020-12-22 06:50:01.184000','2020-12-22 06:50:01.184000',5,'Betty Phillips','https://lh5.googleusercontent.com/-S-83XBkbbus/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn0U_yMZCamOMdXCNV5fTtIoDs89g/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43700),('AbFvOqk91X-oJOyZit5TwbrKCpbw5DndG4u_d8rpZ6-5olp8Tw-ousfhjED7XjmeFszm4mZmEidCDQ','Super great and rapid service. Was helped by Clay who Was great','2020-11-20 17:46:38.984000','2020-11-20 17:46:38.984000',5,'Casey Ramirez','https://lh3.googleusercontent.com/a-/AOh14Ggr3Zen590vgvJo9W4oIOAjh9yYyPeUX-Y6PDcB=c0x00000000-cc-rp','16891069708558046635',35580),('AbFvOqk93Dyxoxxoyswmj-kKaGDcDWGVgGZnxAnaBlIosm6N_BQCmvUSJIi0gmXAr2QfGU3N2ZH5SQ','love this place','2017-10-13 18:56:09.867000','2017-10-13 18:56:09.867000',5,'Jakisha Wilson','https://lh3.googleusercontent.com/-rnyC_EDQXuQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7ImrVBRo_djG5oOa7v6zEzqDyPA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37050),('AbFvOqk93gijJIZJ2LmjPEbkDOWvKkUTQspGEpvGwESmvgqqBrMbEOj9BFVwJIJPsTWflAUjr60E','Signature Care was amazing. I brought my 9yo old and everything was so simple. The care from Dr. Vackey & Nurse Jacob was nothing less than perfect. They treated her promptly and explained everything to her and I both. Making a sick kid smile is not an easy feat but both Dr. & Nurse had my daughter smiling throughout her visit. The facility was nice and clean and the entire staff was very pleasant. I highly recommend this facility to anyone in need of medical care.','2019-06-24 09:50:41.242000','2019-06-24 09:50:41.242000',5,'James Stewart','https://lh3.googleusercontent.com/a-/AOh14Gi6YNJlcU0kYyPNt_dSfzj4eh110vmjAYgBjre2=c0x00000000-cc-rp','16590124370714063921',34804),('AbFvOqk95-9yYtqycottCVoOXX_i0BMg5apzE7hAOFMW-9suZg5eVIou_i4oiPTeNIjKXga8SUF3','Everyone at Signature Care was great! I made a Covid appointment online to be tested, my test was negative Dr.Das was wonderful think I had a stomach virus of some kind after my Covid year was negative. They gave me fluids and anti nausea meds and got me feeling better. Dustin and April were awesome! Can’t recommend this place enough!','2020-08-25 14:04:44.165000','2020-08-25 14:04:44.165000',5,'Ann Claire Lester','https://lh6.googleusercontent.com/-WRfv-Ydqh8E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmCykrC1oyzznEhxxIkvg7Bu9xn5Q/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31745),('AbFvOqk96UrWYgm_Y-FmVBfb1amMUnpx_28ixihY1arCICprADDSCQl9_3a4j5XRmOJq9Zff045VJA',NULL,'2019-01-23 22:26:35.330000','2019-01-23 22:26:35.330000',5,'Ashley Elmore','https://lh3.googleusercontent.com/a-/AOh14Ggu2jJTSVyTwjHHkbrF_AAonJNnKE8WrXWvZzPYeg=c0x00000000-cc-rp','3272657195432704501',39945),('AbFvOqk9722FBwsFLhvYJJLzSvD0_y_Ots-rMq93DT1jPq3LBHqKksVbuY6XrFd3bhm5qlBRdsdf-w','Best emergency room I’ve ever been to. Everyone was so sweet and caring. They gave me 5 warm blankets, moved me to a more comfortable bed and took the time to talk with me and listen to what was going on. If I ever need the ER again, I’m coming here ā£ļø Shout out to Dr Sylvester!!','2019-11-21 02:50:24.563000','2019-11-21 02:50:24.563000',5,'MJ Leigh','https://lh3.googleusercontent.com/-Y9f3fpXigdE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnDP60uNcaneIl4SZcswEnOGNEFBA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32404),('AbFvOqk9780L4iamdZDqqzpV3FOFB6ptpoFJXSGjVndaP9-tabAPz-8XyGRtCHYlyxfGYJ0M6iv_rg','Great experience! Highly recommend them! I had Mollie, Leanne, Dr. Yost, Gunner, Eric, Tobie and Carla! Everyone was great! Thank y’all!!','2020-01-13 01:42:59.068000','2020-01-13 01:42:59.068000',5,'Michael Harper','https://lh4.googleusercontent.com/-TVcg2sGyQgQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnaBRmU9zilMHMdfIn-IqmWFkUbmA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39715),('AbFvOqk99wuIhXt12reXYJMT8LynuiU7ZnR3Tqnl62ovWbeGNLICYs9ZCCCsDtWbivlrK0nBbWZmkA','Amazing experience. Outstanding staff...My husband was in so much pain and they helped him get through it. They\'re fast and kind all the time!!! Dr DE Waal Excellent, physician. Kelly, Clayton and Delfino.. very professionals..\nI would highly recommend it.. THANK YOU FOR YOUR HELP!','2018-10-13 06:50:31.631000','2018-10-13 06:50:31.631000',5,'MONICA Cader','https://lh3.googleusercontent.com/--qpXouGEf0E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckR4jF6p6kDKY39BWhretQmeEzsfw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36344),('AbFvOqk9aJ_cCRY2MoOgCetYq2TLXUFfuY85o_UttFx6iwyGLEhBeKGj4AalaFPcfgLcSYHdu4FXQw',NULL,'2018-09-20 03:50:57.413000','2018-09-20 03:50:57.413000',5,'Fatimah AlShmmasi','https://lh3.googleusercontent.com/a-/AOh14Gjk11x8t1C6lqeHUOCAR99jGB_Klng3GUVhuAvrOg=c0x00000000-cc-rp','3511292162159714121',40823),('AbFvOqk9amII0JKCKalLTahsMgqAeto5RtgqpqHv0QDyEUrJjAxwubG7VYigCR32_3gp7NbA6000','Great staff, quick fast service!','2020-10-08 22:17:18.175000','2020-10-08 22:17:18.175000',5,'Sarah Daily','https://lh6.googleusercontent.com/-Z_Uu3q8FYZI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnXDL6cH0s_CXWK6mNJ5bjS8vpJUg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30065),('AbFvOqk9Bldigu66CqqbLHTjjlxhe7oT76TrjdblUrPn5h6JzR80CujNdaGqWYg2CjsjpYGhi9zz','Abigail and Rick are amazing !! They made sure I stayed the whole time I was here . Great place to get medical attention I highly recommend','2020-12-16 14:27:19.244000','2020-12-16 14:27:19.244000',5,'Asia Young','https://lh5.googleusercontent.com/-WU7geJtfsHA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-ftkmsiUuCwcx4hKVu42KD5uKdQ/c0x00000000-cc-rp/photo.jpg','15979470999169074295',32815),('AbFvOqk9bpNotSgKtDV4OHCd2P2sh0yz6fTN0sNyJ5rGeWf-jADQdVKrxFDOLNOyO63H_iNx9_gteQ','Dr. Chiang, Rommel,Jessica,Ricardo,and Rita were amazing and made my son feel very comfortable and at ease. Amazing experience overall. I recommend this place to anybody looking for great service and feeling comfortable and at ease.','2019-07-08 19:42:25.308000','2019-07-08 19:42:25.308000',5,'NATI FERNANDEZ','https://lh3.googleusercontent.com/a-/AOh14GherLKMJlTSk365I4PDiJowJEy-EE3JYWUwdERuqzo=c0x00000000-cc-rp','14904078213800803294',32446),('AbFvOqk9BwcgpD1F3Rlc6UjOcSBLPb7rY0hM0yVylZulOP48fOHkPnN6PPkX4BCRUuFX8r50i9vMrA','very friendly and fast ! 🄳🄳 lisa, matt, savannah kristine, jamie, and dr huerta were amazing !!','2019-06-12 15:00:33.019000','2019-06-12 15:00:33.019000',5,'Liliana Valdez','https://lh5.googleusercontent.com/-Iihw7Er45YI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl11z7XRiY8vwDARLwpSqX4OgmieA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29806),('AbFvOqk9c3SDPTWlQw3PqSdxwYDYgcJeW1_abkRWwH7Q-kHgEctNvE5TqMvR2mcRwyldOXhM_HUT','Very friendly; got me in and out quick. Really went above and beyond to ensure my experience was great.','2020-09-08 16:34:07.161000','2020-09-08 16:34:07.161000',5,'Bryan Roche','https://lh3.googleusercontent.com/-lk0vsN0FiZc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck4_AGmf2b_MHOp9S2Wd89cA6ZMCQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31693),('AbFvOqk9CO5fcgQ8zI_OegByNHyRqmx1SE7WKp7Wpmkrpxo4Mh3a7J1LBHjK3ri2G4X6kSF1gKS8nQ','Great service','2020-08-14 04:58:02.303000','2020-08-14 04:58:02.303000',5,'Bob Dole','https://lh6.googleusercontent.com/-yuEuRtDjYHo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckkHvFYIfNooTgyXOJOSevRvHMbcQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31766),('AbFvOqk9cpfHE591KyIFdwfE96b1xjuQn7Q9s0q7TGwWVEXJdtrOfS1nSeuXJZAeEt0Kweoh2QCR','I had a great experience here! I was immediately taken care of and I feel like I had a very personal experience with the staff. I will definitely be recommending this place to my friends and family.','2019-09-18 16:40:59.223000','2019-09-18 16:40:59.223000',5,'Mary Grace Fletcher','https://lh3.googleusercontent.com/a-/AOh14GhcNr8TNTnMw6GPJxtFugVwFpC58rNXvAnJTUxtWg=c0x00000000-cc-rp','16590124370714063921',34672),('AbFvOqk9Cs9ddno5MpZqD7M4YduwVW1J0MC6DCcKr5QRqgkWt_ebaBt8uCKS31CbMwgEKw8DGDp26w','My little man was sick and after my experience here a while back, we decided to bring him here. the doctors were great as always, the front staff is so welcoming and everything is always immaculately clean! I will definitely be back if one of us gets sick again!','2020-01-11 19:28:20.909000','2020-01-11 19:28:20.909000',5,'Kaylee Clyburn','https://lh5.googleusercontent.com/-RvtoKHkoo6M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmoGBJAs34iXaww_H5BMHfKsXrxdg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36019),('AbFvOqk9d6oDcehfVI46CvaK2ML8a-5ZFIt85TKMq6BCtYNYL70fW7C4xpgs3iC_zHosePAe7M9E','I had one of the best experiences everyone on the staff. Was super helpful and took care of my needs Dr.Leavitt , nurses lia. , Grace , shay all great ladies','2019-03-30 02:13:39.740000','2019-03-30 02:13:39.740000',5,'Yourself','https://lh3.googleusercontent.com/a-/AOh14GiUxvEQyT_kqOFGhHEdpXsexlU3wQDy7tl5csvV-w=c0x00000000-cc-rp','12541597562633926366',29120),('AbFvOqk9E0TiAlDkzfQZhHrLaaYIUnoZpqqs-Of4-0YYW1yW_tndEfqfD5yfvb-ylnbznu-yNjMMVA','I highly recommend Signature Care. My daughter suffers from chronic pain due to a genetic condition, as well as anxiety. If it gets so bad that her normal meds don’t work and her docs aren’t available, sometimes we have to go into an ER. Too often, she gets prejudged as someone seeking meds, when that just isn’t the case. Signature Care was attentive and most importantly, compassionate. I was very impressed, and honestly, quite grateful.','2020-05-25 15:40:28.762000','2020-05-25 15:40:28.762000',5,'Carol Blevins','https://lh3.googleusercontent.com/a-/AOh14GggOGgwOidt7y9xGpKov5wZhpSQCZ735lXTMnEG8w=c0x00000000-cc-rp','14748677429039074158',32085),('AbFvOqk9eoUWKb32vnUOz77bF8nzmGPZ23gQVPtzrzEvqvRI_BOwQ289mKqxCaTqqKoS2bjs2vpn','Incredible doctors that are very kind and awesome at their jobs. Will always recommend this place!!','2017-04-29 16:36:01.133000','2017-04-29 16:36:01.133000',5,'Grace Bonnet','https://lh3.googleusercontent.com/a-/AOh14GjtbUG6TxFRuSyazP9N2vEoHSN0eWBS--HI5i_Eww=c0x00000000-cc-rp','16590124370714063921',35439),('AbFvOqk9ex1VWKdrSPGrly6KqspziD--DvhVQV6NJ15DCJotO1cEn9HVaK6Uy01erHPRyWZJO70K','Very good experience at this location. They are very nice, social, and caring.','2019-05-15 04:27:11.179000','2019-05-15 04:27:11.179000',5,'Angel Duhon','https://lh3.googleusercontent.com/a-/AOh14GgU9erMKZ4YzpX7NiH-DzfbU4lFN2i9ggknpeGG=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqk9f3-OdfgSVx9atuEKkbflshihUg0oknWQc1TdYtu53c4OqIr4VtGCbnYr7tzTG9FlrW1o8g','Was in with my granddaughter. Daniels, Keira, and Pete took care of her and I couldn’t ask for better care. I will come back here if we need to','2020-02-23 04:10:39.937000','2020-02-23 04:10:39.937000',5,'Daniel H','https://lh5.googleusercontent.com/-k-K7n73f2VA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl0zm-8BwfwVTu8TcdnBQ0MHfwLCw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41461),('AbFvOqk9FeECzBDO7PIIUp9nPwWdh0OKvXMgM-jXNDh36rIE6_4z-OfMZbObASOdhXSdQzVd2Hf6tA','Good place to go when need quick medical attention','2019-06-26 16:45:09.771000','2019-06-26 16:45:09.771000',3,'Texas Diamond Records','https://lh3.googleusercontent.com/a-/AOh14GhTjOYePrf1cnto1O2QRYUZGW61tzNRprdhDljcJA=c0x00000000-cc-rp','13486358490203335051',29762),('AbFvOqk9fgzxQm1737_DTZ8HBqZAn8ARDDYY_ZK15a_tcQjYg2KE0VVAEOFu7fcNhNfWGj3M4p3p','Team was outstanding and professional. New to the area, and the wait time to register and escorted to the room was quick. The service from this location was much superior in comparison to my hometown. I\'m happy for Midland to have a wonder staff at Signature care. God Bless to all and continue caring for all existing and new patients.','2019-08-13 21:50:55.120000','2019-08-13 21:50:55.120000',5,'James Edward Almaraz','https://lh6.googleusercontent.com/-I_Te66JLfgc/AAAAAAAAAAI/AAAAAAAAJxk/AMZuucn-5_I7g4yMjWQa_TT3gu_1awQ72w/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29701),('AbFvOqk9fH20TJlhTWqzS-BVlU1lHXMmiMgoQWmLV3XV78GnVR82-K7nwi_D5BWk1C1YrVWMlhU6Hw','Great service & location, Patricia was excellent','2020-02-14 22:30:31.462000','2020-02-14 22:30:31.462000',5,'Terrick Hubbard','https://lh3.googleusercontent.com/-NdoII_9kDCE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmfRY-vU7jfL45mm2lCX_Eu9hra3Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33366),('AbFvOqk9FnZwJLrqNXXCWHj9PUc04o0H23r8-FRGvpNJyETvowQyNTbPxqG1ZZ1ZAeUwgcvfT2sw','This is the 2nd time I have been here. Each time they have been fast and so nice. They enjoy working with each other. Because they work well together, they make you feel relaxed and by the time you leave you feel much better.','2020-01-29 19:29:18.249000','2020-01-29 19:29:18.249000',5,'Cheryl Phillips','https://lh3.googleusercontent.com/a-/AOh14Gh22sj2tDrww_J1rOSEwgf4oGK55UDTWeNsaa1Q7A=c0x00000000-cc-rp','16389487648212004696',33432),('AbFvOqk9fzKcC9p5TpTho8T2Url9l5hb0LUAesCzNInzDlx1c4vQ_oU5ikYRv5MNvhUWYww2gnUY','Everyone was very nice, it was a fast experience, and Kendra at the front desk was very helpful.','2019-11-03 22:10:09.005000','2019-11-03 22:10:09.005000',5,'Emma Williams','https://lh6.googleusercontent.com/-s1mm1qE60B8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmB_BaCEV-_WDjmo12BvkF-vVXTAA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34579),('AbFvOqk9gC06IOT3_3fooaUkqjZV3B5UEPDe7Evbi035Jb51eplfPVmI5K2BISfFWIgXPOLJdZ9v','Jennifer greeted me and was very pleasant to work with. The nurse Susie was thorough and very empathetic. DR. Curtis was extremly knowledgable. Overall it took maybe 30 min in and out. I would definitely recommend! Pricing was great for no insurance!','2019-06-02 16:46:49.650000','2019-06-02 16:46:49.650000',5,'Holli Vazquez','https://lh3.googleusercontent.com/a-/AOh14GgDKcWl23E4p1ceyy8oLPB-z4gmRSRIZVBNNsrOpA=c0x00000000-cc-rp','8626688543755174284',42060),('AbFvOqk9gEX3Iwvg5I78shE0_Hs0m1bStYPOGuXZi_iqPs_ZUWbYbeaOHwQOvtHNeOfJCj1VMzIBBw','This facility, the doctors, staff, nurses and technicians were incredible. They took such great care of me. I had to have my appendix removed and they set up the CT scan, started me on antibiotics, and made me as comfortable as possible until the ambulance arrived to take me on to Memorial City Hospital for surgery. I cannot thank the staff at Signature Care enough, they were absolutely amazing!! I highly recommend this facility to anyone and everyone!','2018-05-10 15:23:43.738000','2018-05-10 15:23:43.738000',5,'Courtney Procell','https://lh4.googleusercontent.com/-Vvoy5WfXwAE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJmdNwZDvF4Pfu7ObARQgG4vCpaA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30843),('AbFvOqk9GTqeCzPebZTmPbPACKaffjOk0op8IpwkTArzZupheVkFmepfHTAUqPW-PpVqmJDLkxInvA','Worst location ever i came 3 times so they can tell us come tomorrow we out bands and there nurse really rude worst worst location !!!','2020-06-25 00:46:27.731000','2020-06-25 00:46:27.731000',1,'luis romero','https://lh4.googleusercontent.com/-gWqNLsj_0ZI/AAAAAAAAAAI/AAAAAAAAAeM/AMZuuclLLwmZxFFF0A0Gaq5sVEdhBhF8oA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36579),('AbFvOqk9iaD9zYhAHzZy78pKWwVzANGJS8cMOg1eixSc5X6zzWZqL6z6J4Z03wm5_wekcZndat6Vuw','Very fast service, everyone here is great from registration to everyone in the back. Tricia B and Dr. Patel were extremely nice and made this visit a really good experience. Thank you!','2019-09-12 15:33:42.423000','2019-09-12 15:33:42.423000',5,'Angeli Garcia','https://lh3.googleusercontent.com/-SgzRxTO0iV0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckZ7Kh0cB0Nwo1fViTOV__PgPVXUw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33965),('AbFvOqk9ih2gBnmtKdeEbO5p9ZlUGA7YZT1DrJ_2_vkE0BqobabpbLBtmVcVTK3C-Dv6ru1xuhG1','This is a great facility. Very clean and very professional. Staff is very kind. Dr. Yost was great and very thorough. Brandi was great.','2020-10-19 07:11:28.638000','2020-10-19 07:11:28.638000',5,'Madison Whisenhunt','https://lh6.googleusercontent.com/-G9Ohe31FwhY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclOX7To1RplMJASRwFSeEFRREKzIQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39466),('AbFvOqk9iqNaYVuqnNHlUYdTrYiIROXRDo1XHbeOYqqjBTIudJryqjJRstG4nziU-z2mw7zjSLa5yg','Front desk was great, Paige and Dr Sullivan paid attention, performed the covid test, got me set up on IV meds and prescriptions and sent me on my way. It’s been 3 days and I’m starting to feel better. Thank you','2020-12-03 11:48:04.705000','2020-12-03 11:48:04.705000',5,'Sean corbin','https://lh5.googleusercontent.com/-kW5PEIRq2Kw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmzdKOBtAm_fsfleEllM9r2jnQeKA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29246),('AbFvOqk9JHMgIOdVKMU4o2VY7c0LOoMDcBtMNIGo6wIk8Uo5DIPVXGKIhVSPSS-9_QFUxYvrwnGqDQ','Wait was pretty good for an emergency center, especially with how busy they probably are. Testing results were fast once I got in the room. Everyone was super nice!','2020-07-28 03:25:19.926000','2020-07-28 03:25:19.926000',4,'Brooke Cummings','https://lh3.googleusercontent.com/a-/AOh14GhzxCe92ZKVPWidIEG8TDdJNfpAjRRCNExi4EIO1w=c0x00000000-cc-rp','14748677429039074158',31848),('AbFvOqk9jQ-u89qDZtHP6yDaea3nsT7LjssvtWIdplhHKWqIorVajuSiEQ3NMLIMlDeWQLh_pCnoSA','Way better than any other hospital emergency room super fast care and amazing staff I wish I could give them 10 stars I know if any of my children should have a emergency this is the place I will take them I was taken care of very well !','2017-12-01 11:20:43.397000','2017-12-01 11:20:43.397000',5,'Joe Ruiz','https://lh3.googleusercontent.com/a-/AOh14GjcOcb4M8X3iuNNJ-UADuVglHFPmIq9F8ayBCHtdg=c0x00000000-cc-rp','14904078213800803294',32631),('AbFvOqk9KGk5O8PsjdQPnr-704KDutQlAVHxmrjTjl2-cAHs-dg65-3VgBYiWP4gtoXyFfnkqeAJDg','Nice office, great service. Ashley is very helpful','2020-09-01 20:04:33.642000','2020-09-01 20:04:33.642000',5,'Chad Zorn','https://lh4.googleusercontent.com/-KhdWoC6houg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnt8yqSUHxlizrdZGzs8ooJzImgrw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37570),('AbFvOqk9KzzW6VpUOJw9SxGzlX4nZkGj7swZIL18REuKsU_MJXmEXEpcpvyvrVzAEZx8a4v0i7euuw',NULL,'2016-12-17 18:18:33.911000','2016-12-17 18:18:33.911000',5,'John Alma','https://lh6.googleusercontent.com/-F4LJ9PMRFuI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7UGgK_aAnbjtZo1iOlg4HCu3pUw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32760),('AbFvOqk9LvbyirzLEuIK5vwBc1CYKVuNKN2XHO9VB0QrHBj039_AY0RnSSmOTO2-WzjMJDNJcTmyqg','This place is so kind, clean and welcoming. I’m from San Antonio and none of the ERs here compare. I was visiting family and this place took very good care of me during the scary time I was having with thinking my pregnancy was at risk. The bill wasn’t outrageous either. I’m very pleased and will recommend to anyone I know in Paris. They even called to follow up and see how I was doing once I got back into San Antonio.','2018-10-07 23:44:24.563000','2018-10-07 23:44:24.563000',5,'Melinda Sanchez','https://lh3.googleusercontent.com/a-/AOh14GhAcMH1od4l-CUCgVSsAhGUPUl8IUDw6CmO8gIR2MI=c0x00000000-cc-rp','8626688543755174284',42229),('AbFvOqk9LxxCI9JVrT9k9KcceeyLBSs2DAQ-3bFA_vm0z_Oj9PZTCinMHPPoIIfLdB9JNjDx0MAY',NULL,'2020-11-24 01:32:42.198000','2020-11-24 01:32:42.198000',5,'Ted Nafius','https://lh3.googleusercontent.com/a-/AOh14GjO4S7P9S0Oi8Gm9qiVq3rKtT0Ono2yuYVomAc6YA=c0x00000000-cc-rp','2077061009497551125',38413),('AbFvOqk9m6d73k4dMWA1At6YIflu-3lWR9Ifbhss_SmCsDw5FNr3yAocuqHZGezS-AB4sGmVA6Momw','Dr. Souman was very understanding. Chris was very helpful! And Amy topped it off with the great customer service.','2019-05-27 23:49:16.733000','2019-05-27 23:49:16.733000',5,'Joshua Johnson','https://lh5.googleusercontent.com/-kWcTpXOc5B8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck6Seu2K330xzRRBzyXeo8oI6h7iQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40554),('AbFvOqk9mh-5Yhc8ODRlz6UWNjyk9IjRvGnzHb6WeEGfFR72ltMb33bP_C3LNnH-lK5JPjuwWMD6dg','Ashley Burton was such a delight to deal with. I definitely recommend SignatureCare ER!','2019-02-18 15:19:00.482000','2019-02-18 15:19:00.482000',5,'Jennifer Ramos','https://lh4.googleusercontent.com/-_JMQ0IZ_VTs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckmTxcD8-S9Rl8WK6YDFeSp0ZWCsA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42151),('AbFvOqk9mRkC9wV9M_q-mEfMDERheF9jyf6cATM16j4jCG7T5j_DbWDttcnpse2lI2JUlHd3oy6SPA','Great service at signature care Killeen!!!','2020-09-20 19:35:12.590000','2020-09-20 19:35:12.590000',5,'Charity Evans','https://lh5.googleusercontent.com/-xZ-YoOuXo9A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQ3HUKlD0MCjFf_xVmN3Lk7tqOvA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38964),('AbFvOqk9mwOU1ia4dWBCMCKX1WZJciWfde-Tkul3utmTmKEALUKtYn2qfCsGBr2k28kwfl97oFUU','great care','2017-07-16 17:16:13.452000','2017-07-16 17:16:13.452000',5,'oscar palomarez','https://lh4.googleusercontent.com/-VDoAJWT3s-c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckOMbEc0cACgmy6vfOEQOC94HJLYw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37117),('AbFvOqk9N0spPBmMqCEEY5cfw7ylAXkPF-IFVtpfJq720dFb_R1mCAOPY1G4bWyRggskUt_WinmMzg','Friendly from the time you walk in through the door. Clean and spotless. RN\'s Ekaterim and Alvean and Dr. O\'Malley had an exceptional attitude and made you laugh. Great start to my day.\nThank you.','2020-11-03 15:57:02.111000','2020-11-03 15:57:02.111000',5,'Sylvia Ramirez','https://lh6.googleusercontent.com/-7sQQsVOz3Bk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckWmqSAp1A_JrT2wjMV6bGxfI1gmw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33011),('AbFvOqk9N9MOSw9ZedRKC0gOsNU9cMVe4KwC5Ene4u844xDnh4xnrdrC9xAd-3W0TvvH2QqaIdIsQg','Quick, Get the job done!!! Wonderful staff','2016-06-04 16:14:44.821000','2016-06-04 16:14:44.821000',5,'Theresa Wallace','https://lh3.googleusercontent.com/a-/AOh14GgcW3PpVAL6qUVWRSo_t1Sb49zG7Rw917KADgwexyY=c0x00000000-cc-rp','17394740196501090048',37341),('AbFvOqk9nqOHug4BQYPRcHR2w0GlFDvCLPooEEwls-_oD3NsSIY74kqL4n0ZkstDMMex15T_0ntEWQ','Quick and fast team, they make sure you are well taken care of. maya, Laura and Stephanie were amazing','2020-01-04 18:38:50.846000','2020-01-04 18:38:50.846000',5,'Nadine Badreddine','https://lh3.googleusercontent.com/-AdE1oVJmW2s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmGpJfYpPz6lwWMHYDfrQXv7-CozA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28857),('AbFvOqk9nsOZoUFBHQF77e1krFl_2dIpYBaxWy-1xGpy6Df2y-fXDpBBpVhGrLTG6YkNpxZGGanhsA','If I could give 10 stars, I would. I was in the waiting area less than 5 minutes...the nurses were extremely attentive and friendly and the doctor was very informative and did not make me do unneccessary expensive testing! Best ER experience I have ever had!','2019-09-04 23:17:24.345000','2019-09-04 23:17:24.345000',5,'Kimberly Chinn','https://lh3.googleusercontent.com/a-/AOh14GhiWAQuHO2Jtkl_62L8M6MjAqmKWSvqdX5G5UxgFw=c0x00000000-cc-rp','2694018788013845459',39268),('AbFvOqk9oIrejPhYvz7mXgwAN1Wf5ODNefwgv2LsaWf9fgqiEYLdUy8SRh7-w78xvSonxB6bEyCqnQ','The staff is very wonderful they were right on it gave me the information I needed to take care of me right away make sure that I felt very comfortable in knew what was going on kept me informed I would like to thank Tanisha, Andre RN, Dr Henderson, William rad Tech. KUDOS','2018-12-21 02:58:34.133000','2018-12-21 02:58:34.133000',5,'S Byrd','https://lh5.googleusercontent.com/-3q3Nk5PEWfU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLauX3_9HTfAVq9Sg19WVIyrwYjA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38350),('AbFvOqk9P6bE8cDDlaES4xH95sPqflLpbV_raOoV0uK8P6SmbTz2Qzl2y-RP9UreWbQ-4Fo02azDpg','Welcoming and everything was made great by Dr. Patel, Amy, Josh, Joey, and Jessica!','2019-05-06 06:00:13.610000','2019-05-06 06:00:13.610000',5,'Celina Barron','https://lh3.googleusercontent.com/a-/AOh14GiJBbMYOpsFckNKKQlhkkji0rERNDfalhno_xuQ=c0x00000000-cc-rp','3511292162159714121',40577),('AbFvOqk9QhvoRKuTQBdw6GJOzSY0orZQcCC0CpwvF8ewhVbnum4ebmaM8tE-7qRuPQ5wL7ra0cs_','Anthony RN and Dr.Kimball were very welcoming and explained everything extremely well while providing excellent care','2019-07-12 03:01:11.142000','2019-07-12 03:01:11.142000',5,'Molly Persha','https://lh6.googleusercontent.com/-_JFlQTyK1kM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmo4Nrrctcx-LLoti0C2Kwgsgbidg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34768),('AbFvOqk9QMxtUyjXChy0-zrGCfPKzKELZEFB-x5NDb4XU0YPefdSaOnfg062xdOv1jlEmtg1tfSnYA','Great experience at the Cypress ER Care 24 facility. Dr Harjai and Nurse Alvean were both fantastic. Thank you to the team.','2019-09-18 21:53:17.786000','2019-09-18 21:53:17.786000',5,'Ron Ritter','https://lh3.googleusercontent.com/a-/AOh14GjkYYspR40vwv13xpzCIpc6UPV36MmHV1akHJN8=c0x00000000-cc-rp','16389487648212004696',33949),('AbFvOqk9qwMeMcIquLnbKdglNsTmGa6-kd8ECjAPE-LzxuVUf26HX8xL5hqxsSBeS5ysRY9qhklXvg','I felt very well treated and I was very happy when the provide is with snacks and drinks','2020-09-15 03:42:37.562000','2020-09-15 03:42:37.562000',5,'AJ Tijerina','https://lh3.googleusercontent.com/a-/AOh14GiqQxDCryNWcIEXwU046YIXMyatQd06o4vYLyUX=c0x00000000-cc-rp','2694018788013845459',38994),('AbFvOqk9RFK3iqGo2up4yVSVuq0XNHDjbXwdcFldiE5qOR9KpF9_UZ3l41axDX9Psyl9-cz_2nuwCg','The staff here is amazingly kind, informative and personable! They are always willing to go the extra mile to make you comfortable. Also their facility is immaculate. Thank you for all you do.','2018-08-23 19:25:10.657000','2018-08-23 19:25:10.657000',5,'Audrey Gutierrez','https://lh3.googleusercontent.com/a-/AOh14GgiA8XP5N7OuoruYU0r-SLcNGoA2wqj4LwlehdF=c0x00000000-cc-rp','16891069708558046635',36364),('AbFvOqk9RHPf2w1HM9CTbz7blHUTK0XbKwQUjDvxsQeK5A9gZnxrwodYvrngGzOEsor5PyYM-3PjbQ',NULL,'2020-08-10 15:14:24.746000','2020-08-10 15:14:24.746000',5,'Good Vibes','https://lh3.googleusercontent.com/a-/AOh14GhHBmdcyC6fR23r8o64TaPlqkf3FdofjM5vaLrGYGA=c0x00000000-cc-rp','14904078213800803294',32263),('AbFvOqk9RjpuB5zwbNr71BdNpCnlf0N30dLYW3q_CJuniDg9jBnlk5uQFLFE10oPd8aVzICiHZsE','Thank You, Anthony rn ,Natalie -tech , Dr. Akunyili, Kathleen X-ray and Dyualiz-reg','2019-03-19 01:12:42.006000','2019-03-19 01:12:42.006000',5,'felicia mack','https://lh4.googleusercontent.com/-H0HqV1SRKpU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck9YE7onFlAeTAJkrKjap4R8PFs6A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34960),('AbFvOqk9S1OG-gJEpqAuEEiB0hcwxVV_nKlatgtYHRY1p-vXgy2EDHgoMLMSq4lggsxsyedEidWmYw','Nice stuff highly recommended very nice place and very clean. Thank you Amy M.','2020-09-30 17:59:42.774000','2020-09-30 17:59:42.774000',5,'Ivette Garcia','https://lh4.googleusercontent.com/-nvfhDt74czU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmNRqeiMPQcpAl-1IMS5fC9m43MdA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42291),('AbFvOqk9sEfe6IxuFquCeIlzqrN-Qw41zxxQmMm1mw8LJHuFArSVu5rwowU2UrurS7qFi5nA79SFyA','Patricia and Alvean was so professional!! They took great care of me! Excellent service!','2019-12-28 18:03:07.880000','2019-12-28 18:03:07.880000',5,'Lisa Morgan','https://lh3.googleusercontent.com/-F_DmlDyXkNg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclGBu-qPPiwFHLiUgmudMxoXGhgOw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33563),('AbFvOqk9srjVXveMxIB6BAe87ogHKcu19NkzzOHd-yr_hihwaRGzRcYtVazgOhtrwx4XDG8MCsAJ1A','Very fast. I actually wasn’t sure If I needed stitches so I asked a receptionist to have a nurse look at it and so a nurse came up for a quick consult. Within a min I got called to the back. Questions weren’t uncomfortable and I received a warm blanket and water! Quick and easy! Was greatly helped by Lindsey, Rachel,and Stephanie! They were fantastic!','2020-10-28 01:17:04.311000','2020-10-28 01:17:04.311000',5,'Shannon Mitchem','https://lh6.googleusercontent.com/-ZXEPDh154lo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclPHodby88IDtLhvC3R9N2Yy2-C2g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34096),('AbFvOqk9TCeXVPNyBIM9cbto9rvSAAZfC0zm5kUc5p97hJnO-P8mvjg6Q6CXyKIJ71KM_ReScy8HAQ','Decided to visit this location after our dog accidentally bit my girlfriend. As soon as we arrived, Tanishia greeted us and made us feel very welcomed. We got attended faster than we could finish filling out forms. The nurse, Susan, arrived shortly and attended us with care. It wasn\'t long before Dr. Nguyen treated her and gave us the medication she needed. Awesome emergency center and super quick. The visit took about an hour. Would definitely recommend and come again if needed.','2019-12-04 05:51:33.289000','2019-12-04 05:51:33.289000',5,'Irvin Juarez','https://lh3.googleusercontent.com/-dW2iM-3e6Uo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmL-DjD7NknfxJmb4lURx2gDdsA7Q/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37832),('AbFvOqk9tFoWOTHb9pN8lJCQZiiEMACk3iI6LIGs83yK4gdIWM8TvO-sBs6qOh0qKGcGNkdvTtjlxw','The best emergency room experience I’ve had! Each person I interacted with was kind and accommodating. I went in expecting to be there for hours but they were quick to get me a room, seen by the doctor, and sent off for X-rays. Bonus: warm blankets, snacks, and drinks.','2019-12-09 04:25:18.822000','2019-12-09 04:25:18.822000',5,'Kayla Luedke','https://lh3.googleusercontent.com/a-/AOh14GgVivDDk4nnqz37u4R02Emi35ESIWp7YsIJCWyI-g=c0x00000000-cc-rp','14904078213800803294',32400),('AbFvOqk9tsfscmMFhYdrE5RhwvZCA6pxEMTO0UjvI9-j2aHY439VCr2g_xR03GB7aZF0LOE8pn_07g','Staff was amazing. They took great care of my daughter.','2019-03-31 14:58:00.350000','2019-03-31 14:58:00.350000',5,'Stacie Lampo','https://lh5.googleusercontent.com/-6RHMfvmBKQA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7nB53iYC4nIn_oKvFU5ryeHY_lA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32483),('AbFvOqk9u3GQuNxwWf9e3XZPqbOQyRrQBw36HdEdHvx5_G3HG4tAsLLZtujwILTVkVPvqILRzbV0_Q',NULL,'2020-06-28 07:38:17.967000','2020-06-28 07:38:17.967000',4,'Alonso Flores','https://lh6.googleusercontent.com/-Wtuty4anErk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckfvYXj52rQ_ModZ8ROgjgbxWjRdA/c0x00000000-cc-rp-ba4/photo.jpg','3511292162159714121',40262),('AbFvOqk9UB6Y8Dtre5j8cjD0nwf7sU72d9wMbQqSJZJ929gDzb84XIyXGs4bMKavRA-0n2kuqHTzjw','Dr. Ortiz, Brad , Laura, And Naomi were fabulous. We were seen in less than 5 minutes and within 30 minutes had a CT scan, blood work and IV all done.\nDr. Ortiz was very thorough and extremely knowledgeable- great bed side manner and professional- Brad the nurse was so nice and professional and made our 2 hours there very comfortable. I couldn’t have been more impressed with this facility!!! 5 stars plus plus- so glad my son has a place to go in case he needs medical attention while here at school.','2019-11-24 02:20:15.577000','2019-11-24 02:20:15.577000',5,'Carrie Haley','https://lh6.googleusercontent.com/-rAcUBYgQsH4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm4NobdUBwjkmxKji9czo6e99iamw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34552),('AbFvOqk9UBJjl3uCeV6kra557Nbd1Cr3ux32okFxYO_gEuYYfAJyrVK4WAr9-b5AT9WXV6dmnmj6','I would like to give this facility more stars because the front desk staff is incredible and the facility itself was beautiful and very functional. However, once we were in a room the nurse wasn\'t as talkative and didn\'t have the best bedside manner as we would have liked, but she was decent. Then the doctor came in and the entire visit turned completely ridiculous.\n\nI brought my partner in for severe constipation X\'s about 6 weeks only using the restroom with stimulant laxatives. We do not have insurance and was going to be paying partial cash the rest on a payment plan. The reason we chose the ER is because we have tried every single thing minus seeing a doctor. You name it, over the counter laxatives, fiber, expensive probiotics, stool softeners, prunes, liquid diet, a gallon or more of water a day, running daily, and lastly a shower enema. Nothing is working. No doctor\'s office will take you without insurance as she does have a GI doctor prior to her losing her insurance. Her dad had GI cancer at about her age and we needed to know if she had any bowel obstructions. So now you know a little bit of back history. Let\'s get into the doctor.\n\nMy partner likes for me to chime in when she forgets something. She gets nervous and embarrassed easily and often forgets major details. It\'s something we agree upon prior to going into the doctors office whether she wants me to help her through the explanation. Tonight she wanted help. I told the nurse this so they wouldn\'t think I was controlling or forcing her to be there. As I was helping her through her explanation, the doctor stopped me and boldly asked me \"who are you to the patient\" I stated I am her partner. Since we are a same sex couple it seemed to catch him off guard it also seemed he changed his demeanor after that. He began to state thinga like \"I don\'t know what else to do for you, you have done everything I would recommend for someone who is constipated\" \"I don\'t know what to do I\'m just a lonely ol ER doctor\" he said \"I don\'t know\" six times in the 5 minutes he was in the room. He never offered further testing such as blood tests even though she has lost 15 pounds in less than a month. He didn\'t offer imaging to check for obstructions. He only felt her stomach in two places. I happen to also be a nurse (which I never mentioned to him) and I know that is not how you check someone\'s stomach who is presenting with severe GI issues. He barely touched her!!!! When he finally said \"I don\'t know what to do with constipation since I\'m an ER doctor and I don\'t deal with constipation\" insinuating that we were clearly not being taken seriously, I finally spoke up matter of factly and asked him if he thought of doing other tests. It was only then that he offered an x-ray to check for bowel obstruction and to see how much fecal matter was actually inside of her.\n\nDr. Jerry Chen, in my opinion is a disgrace as a doctor and absolutely the face of what\'s wrong with American healthcare. If you decide to go to this ER, which I do still recommend, please ask for a different doctor to spare your time and money.\n\nI did express my disappointment to the front desk and she did not make us pay for the awful visit, which was nice. However, my partner is still in bed because she can barely walk with no relief and we still have no answers.','2018-03-16 08:10:32.054000','2018-03-16 08:10:32.054000',2,'Heather Poole','https://lh4.googleusercontent.com/-YoOodbOtIQY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm_3eF5BHMudYlmlFc8PxjHdxMMtw/c0x00000000-cc-rp-ba3/photo.jpg','14567670160750071148',30865),('AbFvOqk9UBlssqyWs2Rc62DwZC_DABt0wmD6FhVXoKmXzC8TUERoZdO2XIvzzgR-UJ-3A0FupzAZSg','Friendly staff. Visit was quick and','2019-05-24 14:42:51.352000','2019-05-24 14:42:51.352000',5,'Anonymous Texas','https://lh3.googleusercontent.com/-yFydRwEcUX0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckenhzdQpAwEyTeFZFOP8hNs2f3DA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41717),('AbFvOqk9UC3XfwdXkaPgariZjF8jdOzDItFoMJY753rhmcE0xRtzO_1oWXWosP02RF6EBLQ2YIrLUQ','Great staff! I was taken care of quickly and everyone was super friendly, which is helpful in any medical situation/emergency! Thank y’all!','2020-10-16 21:55:39.322000','2020-10-16 21:55:39.322000',5,'Whitney Johnson','https://lh4.googleusercontent.com/-RugEUK8K4Rc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnpZI34ah8iv_v7voT5Oho-_LxgZA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34128),('AbFvOqk9UFVnn7ukiUfMy1q_geLrWgoCfGBdQah-aRpIRX3l93jrbq8qqjTTjkSdnRrCFTuBIv9S','Kristen and Jessica S are absolutely amazing! Can in with my wife for flu/Covid testing and they too excellent care of her! Thank you! Mike G','2020-11-05 02:28:45.028000','2020-11-05 02:28:45.028000',5,'Diane Watson','https://lh3.googleusercontent.com/-2Sq1La4nX_8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck5jNpv0fV3Rq83IqfUL5Lnm9LvDQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31417),('AbFvOqk9upuPN22FXfoh2kRhCte-H8mJ9tzfyjSUlU6o6L8ToI1BnuosLsshJ3vUwfRxPIOeJ039','Reg.Malissa ,RN Stephaine,Rad TechLaura,ERTech Scott,Dr.Chen everyone was EXTREMELY PROFESSIONAL.Signture Care Emergency was extremely CLEAN.It felt like a VIP Hotel experience.Everyone had great customer service skills.I recommend everyone to come an experience EXCELLENT CARE.Everything was done in a timely manner and with Clean communication.My Best ER experience thanks to the entire staff.','2019-08-01 22:39:09.067000','2019-08-01 22:39:09.067000',5,'Danielle Cormick','https://lh6.googleusercontent.com/-gXrkEPxYMME/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclfAdEp2-KxRRdvwanGSr4kSaFcxw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29063),('AbFvOqk9y2OWwdEyOA1dlcGuM-FMNelqhSYevB56Ncq1rf_SCjBwrP7H3boBw-zlNSulrBv7EnBQ2g','Great staff from front desk to medical staff! Minimum wait time, super attentive and thorough service. I appreciate the quality of care provided!','2019-01-11 14:50:06.608000','2019-01-11 14:50:06.608000',5,'shantel hayward','https://lh3.googleusercontent.com/-uQOOFFSvtvQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm0McUgjYK7R_yVf0o0EO8-uxYC_A/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29164),('AbFvOqk9Yb_gvnNh3YCGATWQDdqVqYPs3Wanvh3CnIU9oeYg2HHLxygYCBSs6ytbA8JnTDYcbvd4','I have to visit SignatureCare in Stafford for a kidney stone and wow, this visit was awesome. If you feel ER\'s are just as bad as your pain, you should go to SignatureCare they take all of the wait, and hassles out of the emergencies. When you have to use an ER, please try SignatureCare for you will not regret it at all. When you walk in the ER, you will not see a tropical hospital ER. You will be greeted by someone that wants to help you and cares about your stay there. The design and layout is almost like a 5 star hotel with room service. Now just wait for a visit from ER staff. Waiting is not a word I would use for this ER for their on top of things in a now moment. When you talk to doctors, you feel as you have know them for years and they were working here just for you. Location I went to was Murphy Rd and 90. If you use SignatureCare, you will never visit another hospital ER.\nDon','2018-05-28 13:19:53.226000','2018-05-28 13:19:53.226000',5,'Don R Simmons','https://lh3.googleusercontent.com/a-/AOh14GgtsTnP4Sff94mSJHFW5CC0xYS43q6o_wu-XJsP=c0x00000000-cc-rp-ba4','17394740196501090048',36946),('AbFvOqk9yCRmb8lJvlSK2565MY3fl02dAaCCaUaQlpkB1xswraS_JBZvqh51XrEm7Jr9LEA8M-WY','There were great! I arrived and was seen within 5 minutes. Aileen was very welcoming at the front desk and I was taken back by Chris very quickly. Adam very quickly got through my medical information and was very comfortable about those weird questions. I highly recommend Dr. Elsbecker. He was very informative and efficient. I hope I don’t have to come back, but if necessary I will most definitely come back here!','2020-02-19 22:37:43.211000','2020-02-19 22:37:43.211000',5,'Hayley Fojtik','https://lh4.googleusercontent.com/-wIyj5ghPOOc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck4jOjcVnfGhjP_heX0XROwExiQtQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35964),('AbFvOqk9ZVlcTVr4dbtZEudg1XcRPoTVhhYo83nKXpoSVo9YT95Dy6bMssF6IX6ItIq1-m-kR2e_qA',NULL,'2019-12-08 00:19:08.699000','2019-12-08 00:19:08.699000',5,'Bobby Terrazas','https://lh3.googleusercontent.com/-NV6gT8Q3xFk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucllAZ_E0Bf7SoRIyo6rbDrooocjXQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29545),('AbFvOqka0cGpM22Ob0homqYHjMF4q-EgDqlmO2eX4MGTp_3DgO6eqhnnbIAJzSWxz2GIYDl5j9JS','Chose this place instead of having to wait extensive amount of time in hospitals. Promt and excellent service. They took care of us right away. All of the staff was friendly. Condiments at lobby. Would highly recommend.','2017-11-24 10:49:18.804000','2017-11-24 10:49:18.804000',5,'Jessica B','https://lh3.googleusercontent.com/a-/AOh14GiDei7HPHeXoLjxmxE0T7H_CVYrlsfR3UtGzIzqXgk=c0x00000000-cc-rp','8918455867446117794',43456),('AbFvOqkA0ll_TLm2Z0u0ryhpW7X1v13cHZ5RM1Jwh15k7D9BzIpSycF20ENMNxGMk4A4uYhfEbYiqA','I recently received emergency medical attention at the south Austin location. My experience was without a doubt the very best medical treatment I have ever experienced. From the moment I arrived I was treated with the utmost kindness , compassion,and respect that seems to be lacking in the traditional ER setting. The entire team went above and beyond with my care and was meticulous about every detail. The nurse supervisor, Adam, called me multiple times (even when he was not working) to check on me and help me with continued needs. The physician I saw, Dr. De Waal, had amazing bedside manners , actually listened, and provided excellent medical care. If myself or my family ever need urgent medical care, I refuse to go anywhere other than Signature Care ER .\n\nSincerely,\nSarah','2018-08-16 16:40:37.398000','2018-08-16 16:40:37.398000',5,'Sarah C','https://lh6.googleusercontent.com/-dG_5_h4H5wg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnuZ62bNApQJ1w16mHhR-T7aig5bA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36369),('AbFvOqkA1isUV89ft7OM4r5s35ZaDASViRYAyqPhtbgc0za17xv-aL66AZi7tNIX9IiC8YeHAGsA','Couldn’t be more pleased w my experience here yesterday! From front desk, to the nurse and the doctor everyone was so kind and beyond gentle w me. The place isn’t freezing cold like a hospital, the offerings of a drink or snack was a nice touch. Even the prices for my procedure wasn’t astronomical. If we ever need an ER again this will be our go to place! Thank you all!','2018-04-20 14:00:23.941000','2018-04-20 14:00:23.941000',5,'Kelly Encalade','https://lh3.googleusercontent.com/a-/AOh14Gh8jiQCD1q71_gQoWrdgFlVZ12O-OCk5qjeiQsBXA=c0x00000000-cc-rp','14567670160750071148',30850),('AbFvOqka1Z-ZzX4nSVX3cjKMeXoBJOmU6Lq879H3wqth-ZO4gysUxCAZinEsYx3M9A74-G01zN7p','Amazing service. I cam in with horrible pain and they got me comfortable immediatley. Come to find out i had a kidney stone! They kept me overnight to help me try amd pass it and kept me comfortable. The nurses and doctor were absolutely nothing but wonderful. I felt safe and at ease and was able to rest peacefully. Defintley come here if u need to.','2018-08-20 16:54:28.205000','2018-08-20 16:54:28.205000',5,'Lori Orosco','https://lh3.googleusercontent.com/-A-LmAHA-pjs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucllyBjc6QcfGbKmcwYjxnQu3Dic5w/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36367),('AbFvOqkA2jlpg4ZBLSvslDkckAt1TbmZvcGsKFrKqGLceCUmVLK1o750I9ThAHmSLzpUaEJYNAl3','such a joke. Advertise to make an appt. for the Covid test. I drive 20 min to make an appointment AFTER I got off the phone (waited 1 hr 40 min on hold to confirm I need an appt). Walked in to register for the appt only to be told they are not taking appointments anymore per the Owners. Interesting how protocol changed in a matter of 20 min and no staff knew except the girl at the front desk. Not even the dude answering their phones. Too many no shows. Not my problem. Then keep moving down the list. If you aren\'t taking appointments then update your website and let your ENTIRE staff aware of the change.','2020-06-25 02:38:42.106000','2020-06-25 02:38:42.106000',1,'Kristen Mitchell','https://lh4.googleusercontent.com/-D0-oFPO0jyU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm7QpIlYPif6lcGRrA6FDoE40y3aw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32064),('AbFvOqkA2SdtsVLu0yCUgnIlnMxJSLCNJmcV3Zsx-RVF6UrluIR9KAUiAt5Vy8WVpkTuvS7SKnU8','Front desk staff were really accommodating and welcoming. Morgan S. And Bretnie were very nice and helping when I went in for testing.','2020-10-22 18:12:20.079000','2020-10-22 18:12:20.079000',5,'navika kumar','https://lh4.googleusercontent.com/-JsHJr2tul3c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckPLuqubobMf5gbQsDTm6VD6fDlrw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34115),('AbFvOqkA3DJo7RR6sqgCurso7kvqef_U0hEXF3iVxKpYiSsGXa3PQt7wt-SHMDZPSUhn4TvPe0n_dg','I always get great service whenever I come in this is why this is always my first choice for emergency service.','2017-05-11 06:39:07.463000','2017-05-11 06:39:07.463000',5,'Heather Amos','https://lh6.googleusercontent.com/-qOH7OosHOBI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclf1MV86wMWSgeWMc02FBCMQsoQvw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37159),('AbFvOqka3Mk737zdi57POV81VA7VUeAxJ-6rwle3fNyqR5LleOkS3VDwAoIS9TC-bopjpBZK280J','The staff here was remarkably friendly and prompt to serve me, both Cody my NA and Sam the Doc where very informative and helpful with my confusions and the test results came back way faster than I had assumed, saving me a lot of time being uncertain of condition. Very highly recommended business and staff.','2020-10-27 22:02:21.152000','2020-10-27 22:02:21.152000',5,'Nick S.','https://lh3.googleusercontent.com/a-/AOh14Ginop_znub0EqvIVK3psvZ579yFdxwbRs_ITmzOWQ=c0x00000000-cc-rp','2077061009497551125',38451),('AbFvOqka3TtKkHFHmXORpoGCcDKKPMVmmoFveRGE8HrSWizaZcAAIJ1jgWrBLejhdRRdq0NUPGQOZw',NULL,'2019-03-31 19:55:10.707000','2019-03-31 19:55:10.707000',5,'Carson Mackie','https://lh3.googleusercontent.com/a-/AOh14Giv74_rueTzn5nUPUTfYtKO65Mh_SrK4724qZBL=c0x00000000-cc-rp','16590124370714063921',34932),('AbFvOqka4RT2nDOH2mnKQLDuRnG2ysSwxvvPUUOXwOwOAQMptX-WzDUHxTWurwwUbJUOIm5CP88Cxg','The staff here has been amazing!! Chunah, Norma, Carletta and Dee were so kind and made me feel very comfortable with everything. Dr. Faig was very helpful and easy to talk to!','2019-08-14 15:38:52.850000','2019-08-14 15:38:52.850000',5,'Megan Koy','https://lh3.googleusercontent.com/-vS-DMedlWjE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6szW4ChZLxitDO3pl_O2QMNJOVA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40448),('AbFvOqkA4vIo0HllQfndedpkr3vi5HXXsakC6ASze4Er5845bH2-5zmnCC4bsIfgAcAKlocN3DpM','Really friendly and caring staff','2020-02-14 17:30:51.190000','2020-02-14 17:30:51.190000',5,'taha nizam','https://lh4.googleusercontent.com/-_qzmp9fuuhw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1Jp5g6t76tSvs_f0dy_HAZhORTw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43096),('AbFvOqkA5-LAM6P__-BFyUMzwQsybTz23HgWuCqSemz7g80QwpK-qyhNYcypfbBD6PUdHC235JV2vw',NULL,'2019-03-13 16:39:11.205000','2019-03-13 16:39:11.205000',5,'Samantha Falcon','https://lh3.googleusercontent.com/-b5te7RjYafM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmkUl31_bc4vH7QjoP09IrmH8DG7g/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38253),('AbFvOqka5Bho_zRY7oj5uKj-rCm3R2TQ7tHcfyTeEILowgbUvVJKNwtJmaFngjBa48O3DwxACENbuQ','Dr Das is helpful and caring! Great customer service, time efficient and super friendly staff!','2020-08-07 14:28:15.310000','2020-08-07 14:28:15.310000',5,'Miss Dolly Viera','https://lh3.googleusercontent.com/a-/AOh14GgUkcOEU8QXkINp4bYq2Mdsi2LBYK1mEdS684BQrw=c0x00000000-cc-rp','14748677429039074158',31796),('AbFvOqkA6BZjOw29-IqYjGQY0377HWQvqQ0fxPkyYOlX5fF5YQVh3LZWwY2r9W6EaYNWsH_zmhgAjQ',NULL,'2019-01-28 04:25:39.274000','2019-01-28 04:25:39.274000',5,'ERIC IZQUIERDO','https://lh3.googleusercontent.com/a-/AOh14GhkrjOWepr8mTMuqIwVWP3wPtk02GTpUVe5TH8=c0x00000000-cc-rp','17898197009688164559',38315),('AbFvOqkA6SXgd8P9nB38Ch50mbpUyOqrxAbzn7fYvNBkRBZLGJE-OkKJWOnZwCmC0CqkR-cywqvTqw','Dr. O’Malley, Alvean and Jordan very thorough with explaining what was going on and what they’re thought where.','2020-10-08 16:54:20.779000','2020-10-08 16:54:20.779000',5,'Octavio Zamora','https://lh5.googleusercontent.com/-8e7HNazM-4Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl2laHhyDS_1IsTMy4j4ivkgLc-NQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33170),('AbFvOqka6V5IF5xllzVoonEOM_uURw8RjrTs_uB2Z30FQJroHoNnXyc7t9g9WP1Psq4fh6SG3yC1sw',NULL,'2020-03-01 19:07:30.308000','2020-03-01 19:07:30.308000',5,'Johnna Yow','https://lh6.googleusercontent.com/-S6N3T6Q9u8U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLBurPcCsiyJ6wcTtOJqpfDrQf5Q/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41924),('AbFvOqka7xHhmsetIRfKj2FMwJveJSA1o9LuLg4fVNwzfeL46Wp5tk5M3VqExPVme3wBs8nBBwqv','The staff was great. The building is brand new and looks it. The doctor was really helpful and down to earth. My only criticism is that when I walked in, there was no one at the front desk. Being an emergency center, they may want to make sure that someone is ready to receive people in distress.\nEverything else was great though and I would go back.','2017-06-17 19:49:20.519000','2017-06-17 19:49:20.519000',4,'Devin Martin','https://lh5.googleusercontent.com/-_blDq9fqDPE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm6rnzBa3vRB7mFcWn4xwOdH_ZBnA/c0x00000000-cc-rp-ba3/photo.jpg','14567670160750071148',31023),('AbFvOqkA83drzndQKdFIQKr_JL1ZQNC9uNp4MTYFkNrEbC7CMr9AeEfirubf_mstwya7Y9YikV9t','I came for not an emergency visit and they were still able to get me in with no wait at all! Very friendly people I usually hate going to the doctors but the receptionist Dyveliz and Nurse Brad made me feel very comfortable! I would recommend this place to everyone!','2017-09-05 22:41:57.029000','2017-09-05 22:41:57.029000',5,'bri morales','https://lh3.googleusercontent.com/a-/AOh14GjReAl8eJK94V-jst7QOtekW1G0STc6rPQlq981ng=c0x00000000-cc-rp','16590124370714063921',35388),('AbFvOqka8j5MoUrM7D9eESeury-t7PCZAaRcxqSiMTjZ5RjK69pV7r-PodkGquyh26lTIZBtgC_OSQ','Great experience! Very knowledgeable and friendly. They took care of all of my needs and were attentive and thorough. Highly recommend!','2021-01-08 15:33:53.178000','2021-01-08 15:33:53.178000',5,'Team Garrison','https://lh4.googleusercontent.com/-ijEnDv5XV6M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnd5U13PTGPPoshnjmHaoe70bOlIA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',44448),('AbFvOqkA8YdvrBbc3mlQ3BnPiKeDCZdG8qCcdUwXBIcyxeOsTZ_-lD4Nl422aViyIBrK2c63sfi-','Knowledgeable, kind, and professional!','2019-04-16 00:39:23.234000','2019-04-16 00:39:23.234000',5,'Laurie Chandler','https://lh3.googleusercontent.com/-db0A4hp9PGc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucltVNblMUD_NkB0XhW8NS_dkBQjpA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29874),('AbFvOqka9DGQHajgr8lHpHbpOS6ZTQZoKn7-MTaXo0mSVWW20p6M8F9oLO-gXz6M4HOr0zbJdsvsdA','I was so nervous coming into the er care with my brother. He was in a car accident. However, I pulled up and our nerves were put at ease from the very beginning. Mackenzie and the security guard were so kind and brought out a wheelchair to assist my brother since he could barely walk. Once we came in, Stephanie kindly greeted us and assisted with paperwork and getting us quickly seen. Her smile helped to comfort us even more. Nurse Rollie began ice packs and pain meds to help my brother feel better which made us feel relieved. And a few minutes later he met Dr. Ybarra who had a very good bedside manner, was very kind, and assessed my brother. He ordered a cat scan and exam which Natalia, the Radiation Tech quickly took and brought him back from. Over all, under the circumstances, the staff helped to make a bad situation become much better and really cared for my love one and quickly resolved the health issues which resulted from the accident. I will always come here and refer my friends and family.','2020-02-22 03:12:43.745000','2020-02-22 03:12:43.745000',5,'Ifetayo West','https://lh4.googleusercontent.com/-xuZIg2i2Yvs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckd0CuhE4sVPFI6dyQ2jqE4Xw72hA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42431),('AbFvOqkA9H3iaMNOKpXTeAS5meOXvzRbz1jLHVvrbwoc3lX2z-cQ1yvrVk-U66dqesVrUGGpBj-dsg','The staff was so caring and sweet! I hate having to go the the Dr. but everyone was so amazing ā¤ļø','2019-10-24 01:27:02.547000','2019-10-24 01:27:02.547000',5,'Jessica Bohn','https://lh4.googleusercontent.com/-qZqpboLrI9A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3XNMmlENmQUA40Gu1UzbXuoCj2w/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39785),('AbFvOqkA9mTL70smZjdfn-itjg1D8q_d9zCgABjv_w8Bsw6UZlJMTZxfzR3BrG2eAH_RjPuYz9kV','Great service, friendly staff and professional. Everything ran smoothly. Thanks to all of you!','2020-07-17 12:57:22.040000','2020-07-17 12:57:22.040000',5,'Sam Knight','https://lh3.googleusercontent.com/a-/AOh14GjtuTDhG2Uv3CiRt2lwGGh4SH37ZnquEWXyOFRBsQ=c0x00000000-cc-rp','3511292162159714121',40236),('AbFvOqkA9PskFNkmWg5SfhchwY7LwQUr222CKTDlQEEWAgiEn6TWxuawNlj8Ck-30V5axYHwWlNoEw','I LOVED my experience there !!! Tatiana ( Front desk ) was so helpful and cheerful. Had a positive attitude the whole time during my visit and she was one of the very few people that was able to pronounce my first name correctly at first try. Haha It meant a lot !! Everyone here is so helpful and the facility itself is so clean and neat! I\'d definitely recommend this to all my family, friends, & colleagues! When you need Care, Signature is there !!','2017-07-28 02:10:07.303000','2017-07-28 02:10:07.303000',5,'Abigail Galvez','https://lh3.googleusercontent.com/a-/AOh14GjDxnFHbB3aIcGnpTpyeXY8zMvF_799NoaHnp-R=c0x00000000-cc-rp','8918455867446117794',43496),('AbFvOqkaAOEDf-TaPfX5ng7SfG4J_F3Qd5pt1xhAPahHEfNkomlstW3G62cLSjRpXrC8HYI9vzU6ag','Absolutely amazing!! Friendly, helpful and fixed me up quickly. Dr. Sylvester, Leslie, Eve, Laura and Olivia, thank you so much for everything!!! I will be back, but hopefully not too soon!! Incredible staff!!!','2018-08-08 12:37:43.271000','2018-08-08 12:37:43.271000',5,'Callie Stewart','https://lh5.googleusercontent.com/-9WoQDm2cOi4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnWAQRLDTg81JrTJkNpXwWbXUTekg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40889),('AbFvOqkaApz9-n7gv1MU1j63KNTyN3vwsiFEOIGeult1v1ptsDaM2w_m7wb4bODD7oyV3ToMgVeTDw',NULL,'2020-03-17 15:26:48.720000','2020-03-17 15:26:48.720000',5,'Kari Marshall','https://lh6.googleusercontent.com/-BdkfqXX-oQM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckbD7CQXCqrPl3Uc6bwUstEqLUUow/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32091),('AbFvOqkAaxEI3xj0ajC2iHk_TrQ680-cHnqM1RH1P5PFb0OTWBNURcNhqTPMPmXz3IjLJbPcMh7-2A','On Saturday I had an accident which damaged my R eye. After the initial pain wore off I realized that my vision had been affected. The sudden change in vision was very scary so I went straight to the Montrose ER since I had heard good things about Signature Care.\n\nI was greeted quickly and compassionately by Delorees and Alyssa at the front desk. In less than 15 minutes I saw Drs. Pradeep and Huan. They were attentive and quick to provide pain relief with eye drops and got me connected with a great optometrist for an evaluation within 20 minutes. I couldn\'t believe it because it was a Saturday. The optometrist opened his office for me and did a full eye exam at 6 pm on a Saturday!\n\nOnce I was diagnosed and got my prescription, the team at Sig Care even called to check on me and helped me find a pharmacy that was still open. It\'s only been a day after the injury but my vision is already starting to improve. Thank you Signature Care and Dr. Patel (optometry) for helping me during this frightening time.','2016-05-15 16:20:20.913000','2016-05-15 16:20:20.913000',5,'Tarek Fakhouri','https://lh3.googleusercontent.com/a-/AOh14GjgJpPw1SATkkE3KVhAVzVX5eZbl9ASO3sGk2_t=c0x00000000-cc-rp','3511292162159714121',41231),('AbFvOqkaBDkCQKw72FQ4jAW6sMTDaMtzMAnbAW68-MI-zfrzbdzj9Ct9u8wanBHxZ-qDGAEqvTO5jw','Aaron got me right in and gave me utmost respect for my concerns','2020-07-04 12:48:29.337000','2020-07-04 12:48:29.337000',5,'Greg Thomas','https://lh5.googleusercontent.com/-58XCgXP5nUQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclWRdlHyzIrHNTbs-Aw7LhJifHy2A/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29373),('AbFvOqkaBeb_A7n_FTsn3U8rnCPlURmB01dEEbYNI_2PDFttcy9qY5Efiuu1Qsla4uzbVL5yVVkE','Everyone I encountered was helpful and professional. I highly recommend Signature Care.','2020-10-23 16:53:24.025000','2020-10-23 16:53:24.025000',5,'Karen Johnson','https://lh3.googleusercontent.com/a-/AOh14Gh_okHnas1Q7vv1M_HEll5qpKqUvzUF_lq_UrIY=c0x00000000-cc-rp','3272657195432704501',39463),('AbFvOqkaBNKAzhKmTlJA3SiIoPtlmZxUzc0GA00FoDuUTf5wS6xtkklC7c_PqPNioKlPP-nCpn83zQ',NULL,'2020-06-16 16:22:36.998000','2020-06-16 16:22:36.998000',3,'evan brinkerhoff','https://lh4.googleusercontent.com/-oUYyHQWugLE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnUq0jgYumZWfQjU3iV51S7uYwhhQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32070),('AbFvOqkAboO2WY9N0C0NuyoqXWPtn6nOTpGA6QuowqV2oneHHor3qMlEUeCuHa3lRt-27aVJ9z1irA','Unfortunately I have to give this office a bad rating. While they are very polite people I paid money for a visit and a test they suggested but received no help. I told them they test would come back negative (it did). They concinced me to take it and charged me . They didn\'t even inform me when the test results got back I had to track them down. I had to go to another doctor to get treatment for the same issue.','2018-04-24 01:59:38.359000','2018-04-24 01:59:38.359000',1,'I.T. Itauma','https://lh5.googleusercontent.com/-4x4f2YpohbI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnjUDe0RSxkZrYTWHfJKAGrXyKqjg/c0x00000000-cc-rp-ba3/photo.jpg','14567670160750071148',30848),('AbFvOqkaC2jD_hAtwwXq0AqitqonnIFerrWzCW6emMwRukb_GbetPH6yL8b76P7W9Zb_K-dX35OLmw','Fast and friendly service.','2017-01-05 00:09:45.089000','2017-01-05 00:09:45.089000',5,'Kris Persaud','https://lh6.googleusercontent.com/-xlQduhcsoT4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclgIO1-4seIIH_AnRgT6m4sJWdPcA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32752),('AbFvOqkACBiJVc--IAPrBFfzgHxWN129kTFfGclGHeea3PLPKob6jNdc2ANkBiSVYyHnOCYh127uNg','Signature Care was fabulous! Went in for a rapid Covid test and the front desk ladies were extremely friendly, as well as the doctors and nurses that tested me. Results were fast and they were able to answer all of my questions. Thanks so much Signature Care!!!','2020-08-07 22:21:42.318000','2020-08-07 22:21:42.318000',5,'Marissa Vasquez','https://lh3.googleusercontent.com/a-/AOh14Gi7FQGw3bsHTH-PJ3Rivh82uZCFIB8rQx63Vnru=c0x00000000-cc-rp','16891069708558046635',35843),('AbFvOqkACCuwT7OebqIr6Pi-Yvb7VvYkeg5zCT6uiwe28QnjkDR1dZ4sNNquZPoRbzJK6CWzweONjA','Great place! Aerial is amazing, frank is the bomb, Trisha missed my vein w a smile and a sorry lol) Josh’s was awesome and dr. Jones was awesome and will come back again. Ps. Aerial was beyond amazing and kind ;)','2018-09-30 01:03:24.521000','2018-09-30 01:03:24.521000',5,'David Snyder','https://lh4.googleusercontent.com/-lrMyPWIJh-s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm6bTHguF8lTULyrSG507GA4QJ_6Q/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29191),('AbFvOqkAcfyf2dZTTlI5-Jw17Wcq0dBdTUdhRdD2qlKtaEn4rFDR9ICBmCNwG_yjZVEud2phts0p','Christina R, Rose, and Clay were great. Fantastic care and service.','2020-11-08 17:28:51.073000','2020-11-08 17:28:51.073000',5,'Freddy/Natt Stadelbauer','https://lh6.googleusercontent.com/-MfgkO0un-hI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm6cJVJ7wFLZTzK8I9wG8mgEjsVtg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35616),('AbFvOqkaCL83yrsdPF6dBl3VCON34s9yhSivSqDwFt96la2rX0wGofiuOHEQ6y7tBpuCim-6aRa5OQ','I’ve had to visit here on a few different occasions for different incidents. Each time the treatment and efficiency is the same. Clear communication, quick test results and, genuine care and professionalism. If you need an ER in the heights area this is the place for you.','2019-09-09 16:06:47.959000','2019-09-09 16:06:47.959000',5,'Angela Kitterman','https://lh3.googleusercontent.com/-8vhcyNZsiVI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmXZUI4ZYqMfaMOsOqgH-P2G4lroA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30466),('AbFvOqkaD_fj6ksD18scTwjEhkKGcrXhHhGYpo-wZzPVgysu8KquiX4m0FdA-7x4qQjDQQJ0-KBTCg','Wonderful facility! We are from out of town and my husband tweeked his back. We were given such attentive care. Very welcoming and great staff!','2020-11-01 23:59:25.697000','2020-11-01 23:59:25.697000',5,'Gina Singer','https://lh3.googleusercontent.com/a-/AOh14Gi3TkuL0dGPfPYRCWIM-BTn9AHmYNf9n-VaPIRmSA=c0x00000000-cc-rp','2077061009497551125',38445),('AbFvOqkAdKDliEQSLKMsc4DG9gKN-EVfWrEsm06Iu8x5MalRBgEyhzVkHuV9Y6fQhnliSRmnSNLhrw','Very clean Facility, Delicia was awesome, my nurse Blake was very professional and Dr. Ybarra was very thorough. To top it all off the bathrooms are super clean and the wait time was super low.','2020-01-24 15:39:54.650000','2020-01-24 15:39:54.650000',5,'Sa El','https://lh3.googleusercontent.com/a-/AOh14GhnoFJivDDZbeYwS265mt5JORQqV-y7K7p3jTHK=c0x00000000-cc-rp','8679688254631342173',42495),('AbFvOqkae4wvhjiZi-34FaXFnLXFz9nLRM2eiSVvqFGz9YcEqrNxApw7mtq2zBcMOwpJlBs3OYiX','I am quite frankly shocked at the previous review. My experience was exceptional. I sliced my fingertip open the other day and went in to get it fixed up. I couldn\'t write well for paperwork, so the girl at the front desk immediately offered to help and write for me. Wait time wasn\'t long, and quite frankly, I don\'t even remember how long it was exactly because I was happy watching Grease on one of their giant TVs. I\'d say it was definitely less than an hour though, which in my experience, is not too shabby for an ER time (especially on the weekend!). I also want to mention that this facility is built incredibly well, and cleanliness was impeccable. It is seriously the nicest doctor\'s office, urgent care clinic, hospital, ER, I have ever visited.\n\nOnce I was called back, vitals were taken, and I got to see the doctor right away. He checked my finger out, made his recommendations, and immediately got the nurse to start setting up for stitches. I was literally in and out from that in less than 30 minutes. I rarely write reviews, but when the doctor called this morning to check on how I am healing (which I am quite well!) and to make sure I didn\'t have any questions or concerns, I was inclined to write a good overall review. From the front desk to the nurses to the doctor, everyone was wonderful and helped make a nasty experience a pleasant one!','2016-02-29 16:19:55.836000','2016-02-29 16:19:55.836000',5,'Rachel Lorton','https://lh3.googleusercontent.com/a-/AOh14GgkDtpp7p6tXEMaYC--4coxe5jNEghRI3a3A6tP=c0x00000000-cc-rp','13486358490203335051',29978),('AbFvOqkaej3N1LpR2oeNUSuNbbMBQNW_jRwqAV12EMn1KGApQo8EQj4Hb5uGXYBsc4U-6Rhdc_e0og','Awesome visit! I have asthma and simply needed an inhaler and was able to get checked in, examined in less than thirty minutes\nDee at the front desk was so nice and helpful and the nurse and doctor were knowledgeable\nPro tip: download GOODRX app\nThank you guys','2019-11-05 22:32:42.856000','2019-11-05 22:32:42.856000',5,'Courtney Williams','https://lh6.googleusercontent.com/-5LdoKCnHb5g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnl6UWzALG15o0cN1KzjnLmb0oz8w/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28984),('AbFvOqkAEQbL0CZIVB-ONz7ZxNF1RXCNICrfT_dSm2hdNpHkcHHlIU5sqvV546YIBmf8qxAUmEXIXA','Robert is extremely rude, uncaring, and needs to find a profession that does not require him to deal with people since it seems to be entirely too taxing on him. People are at their most vulnerable state in the situations that bring them to an emergency room. You greeting them with all kinds of hostility, making them feel they have done something wrong just by being there, then you need to reevaluate why you are in a profession that requires compassion and concern for humanity. I\'ve spent plenty of time in the medical field and know for certain, this only makes things worse. Patients, especially in an emergency situation need to know they are going to be ok and safe at your center. It requires a special kind of person to do this type of work. The way the staff apologized for his demeanor tells me this is an ongoing issue that should be remedied. LOCATION SIGNATURE CARE MISSION BEND HWY 6.','2019-12-31 14:30:23.434000','2019-12-31 14:30:23.434000',1,'Jodie Wilson','https://lh3.googleusercontent.com/a-/AOh14Gi_PjSRMm5mpulYp4hx3msdrz0sYi8dp-1mJ2HU=c0x00000000-cc-rp-ba3','17394740196501090048',36666),('AbFvOqkAfLsUGfRn7cGEamPRjvKqPo3Kdmzi6MYVIJXLvXgFn3bqSd1ogk4SJ_4FcPG-th91SJcX','It\'s a really nice place. The people are always super nice, and it\'s never super busy. I recommend this place.','2021-01-07 05:24:28.166000','2021-01-07 05:24:28.166000',5,'Rosa Coreas','https://lh3.googleusercontent.com/a-/AOh14Gj5E65DywjGxkXtq_BT63SRHjxU1nKX-7qXoyiTYg=c0x00000000-cc-rp','17394740196501090048',44560),('AbFvOqkaFuLP53s7A1CXinrM6zvKJKCtYfxoi8_a1R3zA7ura2Htmsox0K91SM0RmX5MZjKyRW4EKg','Great care!','2019-06-04 03:39:58.913000','2019-06-04 03:39:58.913000',5,'Jodi Flaherty','https://lh3.googleusercontent.com/a-/AOh14GhAOrJP7wOBEvpdnU3bzJmr7Nm0UXhTXvy0OiMcJpk=c0x00000000-cc-rp-ba4','2694018788013845459',39330),('AbFvOqkAg6pIfY_IGdLDSeDObSvAqWxl9hnQk2qyd8jWqCJ87lDdvb6e7an3UVKLfWlGpOj6Ubr5oA','Dr Miller RN.Meredith..Rico..Bryan..Darnisha...they are all a great staff..Glad I came they are the #Goats..very professional and caringšŸ˜šŸ˜','2018-07-28 02:06:35.935000','2018-07-28 02:06:35.935000',5,'Miriam Brown','https://lh3.googleusercontent.com/a-/AOh14Giw5I06JLJnabN46O0s5LCGrqnBB3AD0pZJdLu36SM=c0x00000000-cc-rp','14567670160750071148',30800),('AbFvOqkagCv7f-tELmmHtXhbzPrNjYAV2Am4V90vTLVA5hpxcczSQFqW7DEejqEVyHC51t1RyA672A','The staff here was very kind and efficient. Townesend and Christina were very helpful and answered all the questions I had. Would definitely recommend coming here and asking for them!','2020-09-24 17:19:12.663000','2020-09-24 17:19:12.663000',5,'Nicole Zakiyan','https://lh5.googleusercontent.com/-b98-OYo4wbA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6C9oCm8VuExniz436kcTdtyCrzg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35764),('AbFvOqkAGcVSlq5OzQC2llTR4S4UFmzML1kwEtQvV6-znaOH4rBowKS6NkVz_tsFhktV0e59BhglvQ','Even though it\'s almost 5 in the morning, the nurses and front desk have been extremely caring & attentive to my mother who is in terrible pain. They wasted no time trying to make her more comfortable as soon as we came in the door. Thank you SignatureCare!','2020-02-02 10:42:10.519000','2020-02-02 10:42:10.519000',5,'Small Fry','https://lh6.googleusercontent.com/-gzGvREblipY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnmnn1RaD8lwPXFqqGdFFRD89BkfA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35985),('AbFvOqkAGFuA36FS3LbzvMZFVIuZknakCPnx9qR6mzBu8iQFxklOFJ7vZNNz_wZ-7OrCFmzZ2jOqtQ','Everyone was kind. Didn\'t have to wait. They made me feel comfortable.','2017-04-27 23:18:46.017000','2017-04-27 23:18:46.017000',5,'Adrianna','https://lh3.googleusercontent.com/a-/AOh14GhR8kQOkbsSMHLqF69-cdYooNHxqaT7mJI_aqPV0g=c0x00000000-cc-rp-ba3','14567670160750071148',31053),('AbFvOqkAGI3j0wMNmYxOyyMo0BVdVM1R2gB-c6r47Xxmr07qAOTmN0ZDNest9imEVlb7TIiELyFKCQ',NULL,'2019-06-08 05:24:02.765000','2019-06-08 05:24:02.765000',5,'Shannon Hinshaw','https://lh3.googleusercontent.com/a-/AOh14Gh7ctI7-reOcq2TyGrr4EgtgU0B1Vm7bgRjrGBh=c0x00000000-cc-rp','16891069708558046635',36182),('AbFvOqkaGROk0eVxjOVL1yoEtAWib4Wfiawr1GCM3Noiqdjmcum0jUZqZ3MxZrZQbNixo-QHUmMGDw','The nurse/Doctor whose name was Georgia who treated me at Louisville, on main street, was amazing! She was efficient, kind, funny, and my whole family was able to get easily tested withought a hitch! At first I was scared to come, but Georgia made it so much easier for me, 10/10 nurse/doctor!','2020-09-17 03:48:30.633000','2020-09-17 03:48:30.633000',5,'Fallon Brown','https://lh4.googleusercontent.com/-XVgrUgJRSpw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclgS2JEfZjJBBX3ltKE8KQeuSExtQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30121),('AbFvOqkAGtyhGApERxNDqCPt6SAy0QTTlp7fDBTV5yzIRggvzijy_nJC02CIA-du29Ax4_qZeoLU','I highly recommend this place to anyone in need of care! The staff here is so amazing at their jobs, and make you feel right at home. I want to say a big thank you to Dr. Jaber and Tanishia for taking such good care of the patients here. Keep up the amazing work!! (-:','2019-10-21 03:06:42.976000','2019-10-21 03:06:42.976000',5,'richard marin.','https://lh3.googleusercontent.com/a-/AOh14GhKi_0yMW5HPfHDDJL_ZCXPE0to96wZfSmpxQdIEA=c0x00000000-cc-rp','17898197009688164559',37942),('AbFvOqkagzSce5CUZHKT6M60r32YtbtR5siNqyHcXnJ1PRZpVtgW07SwfuR38LbPPFD8p7pU3-SK','They don’t answer to phone calls','2020-06-17 13:23:20.154000','2020-06-17 13:23:20.154000',1,'PICHO AMERICA','https://lh3.googleusercontent.com/a-/AOh14GiYanPzgBPn7kf3Oo0v8tniTmjBkypYawgzmV_7=c0x00000000-cc-rp','17898197009688164559',37600),('AbFvOqkAH7eoT4Skol83G3xKBfiWL29s-B4C1dYGFmtJM4KP2akWHSAucR9BjRQ3jVhkWeccx0SGFw','Got me checked in quickly without an appointment for flu and COVID testing. I saw Dr. Horgani, his nurse Ekaterini and Valory. They were thorough during the process and make the experience as easy as possible. Thank you.','2020-10-27 14:59:42.460000','2020-10-27 14:59:42.460000',5,'Darren Randle','https://lh3.googleusercontent.com/a-/AOh14GgLIfHeZ6I81p0HdV9uDwnkwaAR6TER-1YWllf_Zw=c0x00000000-cc-rp','16389487648212004696',33067),('AbFvOqkahAIGhzCwy12VZ7k2TdbSBA8Q6LXVOJLXblCShQFUoocovlPqv2CXfeVN9dX7LKs8i9FfeQ','They were all so kind. Very quick service. Shania moved us in very fast.Every one was so kind and considerate. Tried to make us as comfortable as possible. Dr. Diaz communicated very well with my mom. Vanessa, Alexis and Cy were very helpful. Bancroft and Andrew were great. Thank you and God bless you all.','2020-01-23 04:48:14.960000','2020-01-23 04:48:14.960000',5,'Ana Nevarez','https://lh5.googleusercontent.com/-AwzNsYRITX0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3DQ3O2KFzY3gRfzPdRQKfmgQ9LA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29465),('AbFvOqkAHE7MNgNl_Z4U3DhGAqklK_DgJ7yvpptNiEKgAAfxWDHqzH03jbwA5xwNTos1mNsQE_aJjA','I’ve been here a couple of times and the staff is always helpful. Hopefully I don’t have to come back (don’t want to be sick), but if in need of urgent care, this is my go to! Special thanks to Nurse Karen, Dr. Spangier, Tech Son Le and Ms. Delicia!','2019-11-03 17:19:24.808000','2019-11-03 17:19:24.808000',5,'Erin Elston','https://lh5.googleusercontent.com/-oBhNIwaFHGE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6tzIQnm5BFrIfevl4iPtDGiql6Q/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42613),('AbFvOqkAIj4QWIGauQ1imNzTCePkTgRpaLAtmFtDqCC0tlgUFCpjwm3oz3WcpMtvvvqw1rxhxTGy_g',NULL,'2020-03-04 14:41:36.996000','2020-03-04 14:41:36.996000',5,'Lily Ejeh','https://lh3.googleusercontent.com/a-/AOh14Ghs4StcrFP8VMc9-M_VdIqBLbMxhm8xmfBjUOBmk2w=c0x00000000-cc-rp','6521947413723274945',41410),('AbFvOqkAILs11Dy0gcGbLbfHY_CoVwpEvdKJ5ZzPOEiuJ2BfbLmzrwte6Lw0BJmHEfz8QgxCNTUtBQ','I was seen immediately. I had to get scans about a misaligned jaw, my nurse was Gabriel, physician Lingan and radiology tech Townsend. They were all very very kind and knowledgeable. I highly suggest this ER.','2019-10-20 06:50:01.767000','2019-10-20 06:50:01.767000',5,'Carrie Chelich','https://lh5.googleusercontent.com/-rG3n47ksEM8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjMTl3GS1ehJsR2zqqgIHpAb6PlA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36107),('AbFvOqkAIxz8GcsYPFROohatdVZoPnYNu2B0hXLGKQ9zAC93Ru63m1C2WXHcpiJfcsDtGgnzZ4yk','I greatly appreciate the help I got at this location today. Marcus was extremely helpful during the tests. Alvean, Jocelyn, and Olivia were also extremely nice and helped me remain calm. Thanks again to all of you for helping me get through it','2019-12-04 18:19:44.213000','2019-12-04 18:19:44.213000',5,'David Outland','https://lh4.googleusercontent.com/-T9v15EteYw4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckEPPypDlKHiiN_exfa69r_j54Yig/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33639),('AbFvOqkaj_Bf_fz-VEJPsj6mDZj6taGVGsvXpwpxdlnLqQJtHozUEt6wCQtfohOLrT18mqO3W59oWA','Came in for foot pain, turned out I have an ugly bone spur.... The staff was fantastic with me from the ladies at the all the way to the Dr.','2020-08-14 01:29:40.993000','2020-08-14 01:29:40.993000',5,'Daniel Angeletti','https://lh5.googleusercontent.com/-n5NrE9Ims0g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmRvbmN3TQ0_Yc2FfNowKiYZdw9SQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31768),('AbFvOqkajePS2XufATKwIKgqP7Qwi5Dg4UvtgARcJC1DqeAK9mdU0MCRcCoYbCqQqQ-0o31FFiPZ6A','I had to have a Covid test today and I had heard horrible stories about the nasal test. But much to my surprise, Megan was very gentle and I truly didn’t feel any pain. This was a wonderful experience.','2021-01-02 21:51:10.370000','2021-01-02 21:51:10.370000',5,'Bev DeSalvo','https://lh3.googleusercontent.com/a-/AOh14Gj9lP0UMK7fVumtk_u6giesFfwYyYL2QLx68BhQ=c0x00000000-cc-rp','16590124370714063921',44247),('AbFvOqkajiM-a23H-Dj5ggqnLwsiuCJzxycFUv9nqL7aH4esiGgFRuD1fLWAGxC9UNkZp4vWrNVH','Came in for a rapid Covid test as I needed results quickly and was exposed flying into the city. Dalal was extremely helpful at the front desk and Dr. Miller did a great job of explaining everything to us. They made us extremely comfortable during a stressful time.','2020-09-24 13:17:16.090000','2020-09-24 13:17:16.090000',5,'Neil Gustafson','https://lh6.googleusercontent.com/-NETSb24xpNQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckldMoHuRpFwJHCHMGuMTwwVKjRGw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30098),('AbFvOqkaJMJ0udXGp8s0hXj4HD7jN2sBAWf_ufm_CNsAems9cvCraapvN0VL0NDHeN67-ezAZ2AM','The staff was amazing! All were very caring and took good care of my son that had a sprained ankle. Will definitely recommend to family and friends!','2018-02-19 15:32:26.667000','2018-02-19 15:32:26.667000',5,'Juana Olivo','https://lh3.googleusercontent.com/-qMvOY_T8rCw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckG7xtiGh3H4nYWjEZDPk86MNqbQg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32606),('AbFvOqkAJOxw-7T37lS2LcVUhCqVFvjNhQI-sGLDnOGBEW-fUZCl0s-gw-nq_5U2mOJuMed6GSWrQw','Amy, Norma, Dawn, Eve and Dr. Leavitt were amazing!','2020-02-02 15:24:24.876000','2020-02-02 15:24:24.876000',5,'Brian Brown','https://lh3.googleusercontent.com/-uxX59AKke3A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn13pWYOKnqvPdswFslm4Le8nI73w/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40324),('AbFvOqkAKM-sWrCyAvJ5XVUfB7HvHU34HdtYc8JDgZFQyg2qC29QKhAAyjslAyTUrEpNekeUYJZzMg','My ER Technician Georgia treated me with such kindness and care. She was patient when I was scared, and told me exactly what to expect. She made the room a calm enjoyable place and made a scary experience, not so scary. I appreciate her energetic kind spirit despite it being 11 o’clock at night.','2020-11-19 04:56:49.285000','2020-11-19 04:56:49.285000',5,'Emma Lasater','https://lh3.googleusercontent.com/-AGvyPuGJn58/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6dBLVd4DLJCldwaygunHjIUe5vw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31340),('AbFvOqkAKnSPioLEIiioBE4g4AQ1PJ1OWC-V-ZCcMFFBMWPX2s1GT_L0TOHeUCYnGLJNA92CfrRv3g','Rebecca V. Was so helpful and the facility was very clean and well kept. Would recommend','2019-09-19 05:15:17.586000','2019-09-19 05:15:17.586000',5,'Shelby Risinger','https://lh3.googleusercontent.com/a-/AOh14GiaV7clSajnOF3AwhKgT3j0bpMJkuzxTFwYT-p37A=c0x00000000-cc-rp','16590124370714063921',34670),('AbFvOqkaKoFiSq9YXRReHPwZ2q5Lwb2Jqaczj27nI4c3ogvp2j0jjma9PHmBXgzoxyKSOVE80lozGg','Best ER experience I’ve ever had! They treated me quickly and figured out the problem within a matter of minutes. Even though I had to be transferred to another facility, I’m so grateful for the care I received. I was taken back immediately to a room and was greeted by a smiling, very warm nurse Melissa. The other nurses that took care of me were good as well and so were the physicians, techs, and registration people. I highly recommend this place!','2020-02-19 09:39:27.807000','2020-02-19 09:39:27.807000',5,'Jordan Alexander','https://lh5.googleusercontent.com/-UBD2OIxFOSE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucklLgUsZtOOv1uXLXZtFvqEA2xLfg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40297),('AbFvOqkalK45kvzF3gGsfslr_WN-yzTMbS9jYzLnK53ZLgjiIF5l8aek-_5WWaWcyHvrbm0KQNXW','They are superheroes','2019-07-08 20:18:24.042000','2019-07-08 20:18:24.042000',5,'tesabear18 tesabear18','https://lh6.googleusercontent.com/-4Kk1v_yNoWI/AAAAAAAAAAI/AAAAAAAAEK4/AMZuuclR8FU-Kgro7tNLIjeeQupV7JuIrw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38098),('AbFvOqkAM1pDOtw_6okJ6f-fH7SFIIhtC27h2741WfMZXkdFtVgF78RvpXbaUzpYwAus41mSCloc','Omg the receptionist is amazeballs her name is Alyssa she has the best customer service ever. And the doctors are quick, nice and straight to the pointā¤ļø','2019-11-22 04:18:54.060000','2019-11-22 04:18:54.060000',5,'Latere Beaudoin','https://lh3.googleusercontent.com/a-/AOh14GgPrcQYaMR7PuUBwbHSNDZ6jBaY0-67SAFOAEU5wQ=c0x00000000-cc-rp','12541597562633926366',28974),('AbFvOqkam4pbRTCScV9rdAuW17J-mcJaxB_yYkcZ2wP5zx-1F4jbpSTj4HNqK1g0bz0xZXr_i3a8','Doctor Vakey and Nurse Jacob are the most kind, caring, and truly amazing people that have helped me with my concussion after a MVA while on my bike. Naomi the tech and Becca at the register are amazing at conversation and keeping the attitude uplifting. Hope to never see any of them again but if I get hit by another car, hopefully the ambulance takes me there next time.','2019-09-26 23:57:48.041000','2019-09-26 23:57:48.041000',5,'Zachary Nolan','https://lh3.googleusercontent.com/a-/AOh14GhiU2MhVpKRXbdwJQVZRVjzNnF59w6XZnorQ8BmXQ=c0x00000000-cc-rp','16590124370714063921',34644),('AbFvOqkaM58doq0QJUpnOA4JAlQlpeK0tU4BhEyxq2hJX1BVsArAWoFiRTMXuX-fSF5AE6uvVeKM','Don\'t come to this facility if you have Blue Cross Blue Shield! They are NOT contracted with them. You will regret going there. They will bill the insurance an outraged amount of money and the remainder will be billed to you. Even if you ask them what insurance they are contracted with they will not tell you which one. They need the service to be rendered first and them stab the insurance and you with a bill. Look for on your insurance card which facility is contracted first they will tell you. I will never utilize again any of the neighbors emergency facilities again. I made a bad choice and I am paying for it. There are many emergency facilities through our town that will be a way better choice. The MCH facilities mostly are contrated with the majority of insurances. Good luck everyone and let\'s stop the unfairly treatment of these manipulating and easy target grabers that are in our area!','2017-08-23 18:37:27.665000','2017-08-23 18:37:27.665000',1,'Elton Veloso','https://lh3.googleusercontent.com/-YXZZstgi5KI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclnW-Bp2qVEVwHo2wWW8D1DzPPPag/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41807),('AbFvOqkAmA_foyx6MCjiQz_I640AY_Jyu50iroBv5oV-OgOP94H48DNP3J_XqxHC5Yibf4xONgg80Q','My husband is currently being seen for a pain in his right leg. They’re always quick and courteous. I’ve been seen at this location in the past, and I’ve always had a caring experience. They’ve addressed urgent medical issues of mines in the past, and I highly recommended their services.','2020-10-16 16:06:27.953000','2020-10-16 16:06:27.953000',5,'Bianca Belonga','https://lh3.googleusercontent.com/a-/AOh14GhL4zcTRY36rGq8da1TQ_T0_UlQRWyTI_M3RP0w=c0x00000000-cc-rp','3511292162159714121',40172),('AbFvOqkAMIrwzjzG4Vrs_EkKCP_q6EdS7ffLTz_IB3Jj-C0_HRaRpGddXp8fk1UjlP61YLcLPC_fxw','The staff was amazing, courteous and very attentive to my every need. Great service in a great location!','2018-05-14 15:46:29.556000','2018-05-14 15:46:29.556000',5,'Susan Willi','https://lh3.googleusercontent.com/a-/AOh14Gi2vupiNSKsre1qS9vs1ojA4Pa_FxfaJjTO_yPlKQ=c0x00000000-cc-rp','16891069708558046635',36405),('AbFvOqkaMvVQOMoatlehPiPFx4idjtq65pQDMRTpcoevl0Y7tNCmXAqzyEvM2NYhG7T-Eu-hqGU-wQ','They answered all of our question very efficiently! The place is soo clean! The dr and nurse staff were soo friendly! Would highly recommend this place! Amy is very compassionate and understanding!','2019-03-09 01:59:52.178000','2019-03-09 01:59:52.178000',5,'Tasha Hutton','https://lh5.googleusercontent.com/-HN6_pgsGMJg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn_yvk13wB9_23OdO6JcHC_k6VBqA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43291),('AbFvOqkAN48dwAzCN_v5Exmf0QEo5D3CtHAJWCe_0lFKauzKiiecwabCF24uZ4pLhr-2AD78Hhp1SQ','Very nice facility.','2017-05-08 23:20:00.511000','2017-05-08 23:20:00.511000',5,'Rita Franklin','https://lh4.googleusercontent.com/-btx4fRN1wQA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnG0eO52OilkU8Mre_pVuKGSwQvuw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31044),('AbFvOqkaNf4NgvDkAgkEc-Y3UXkyZeAnTKG6oq0MWCImv2sI7o4WlkhrwjxqisZswA9uwLxOVFgz','I was here last week because I was having chest pains and needed to go to a emergency room as soon as possible, and I am glad I did. Everyone, including the front staff, Dr. Ding, Ms. Nurse, Really buff but kind Person taking the EKG and x-ray was kind, professional, and welcoming. Thank you. I appreciated the follow-up call/voicemail also. This location would be my first choice if I am in need of emergency services in the area.\nEdit: Heated blankets!','2019-05-08 13:51:01.289000','2019-05-08 13:51:01.289000',5,'Daniel Kwak','https://lh3.googleusercontent.com/a-/AOh14GjVmJxWcppIVcYAgZkve5fFJH1VfpMob_1OcIBNyQ=c0x00000000-cc-rp','14904078213800803294',32469),('AbFvOqkaNfn6Vhd6Y0Tpt0m0o7TZni2plMQmKXHlFavb-ya3ZICQFpbKk26jOMydP5MEp4N-Q0Tqug','Absolutely the BEST emergency room I’ve ever been to. Was seen incredibly fast and taken care of in a very timely fashion. The nurse and doctor were so comforting and great. They offered warm blankets, snacks, drinks, and I even got a goodie bag at the end. They resolved an issue I’ve been having for two months in an hour, never going to another place again.','2019-05-06 06:03:44.153000','2019-05-06 06:03:44.153000',5,'Hannah Hart','https://lh4.googleusercontent.com/-p9JDquh6V68/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhkL_A6314eTrDLDDt1oE12_UCfg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39357),('AbFvOqkaNs_oCp6fSm9NH7tI4BvHK169sHiie4TocCvPecClBhf2Q-id9K_Z5QlTAQL8b6EU1If3jg','Thank you to Sita and Lisa in registration for being kind and greeting me while I was in pain. Thank you for Dr.Datta and Dr.Dendy for helping me and getting me into the doctor for my follow up. Thank you to Jose RN, Krystal RN and Carolyn and Jamie for being so kind and helpful. If you ever need a place to go this is the best place in town!','2019-07-08 15:53:12.629000','2019-07-08 15:53:12.629000',5,'Allison Lemon','https://lh3.googleusercontent.com/-d9dHfPmmn58/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmlwUdPrVTMjGDQ_1BbTwewWRL6rg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29739),('AbFvOqkAnsI-xmuw0i_iyXQ4USNtfoGGTn5Cv4HwWSSeunjiKMgd17tmOpk9nxuMr30YB0jxLiUt','I had to go here 5/7 at 11 PM at night due to a gash I had in my chin. When I arrived the office staff greeted me nicely and had me do the paperwork since I hadn\'t been there before. Within a few minutes of my arrival they took me back go a room. Dr. Miller came into the room and introduced himself and made sure I was okay before discussing treatment. He looked and said I needed stitches. They came in and got me all cleaned up and put in 5 stitches. My overall experience at this place was second to none. I was amazed at how quick, easy, and AFFORDABLE to someone without insurance. I would recommend this place a million times over!!! Thank you Dr. Miller and the staff at SCER!','2018-05-11 02:06:42.088000','2018-05-11 02:06:42.088000',5,'Ashley Maki','https://lh5.googleusercontent.com/-9AmdTnaPlL8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm55YikIKcVzEr6vDKa9s9KT8Ltdw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32582),('AbFvOqkANstFqD_vPdlbV5OCE18pzkT4Cd54r67iIPTDKUtjygN2YsG2LqlqUNJynb2w9qf3CY9Qpg',NULL,'2020-09-13 21:11:36.612000','2020-09-13 21:11:36.612000',4,'Nicole Houle','https://lh3.googleusercontent.com/-ArmBXtxYXCE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckDnNC4aIEZ7zYajVHG_IgbT-XEAw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34162),('AbFvOqkANVKx-OHjR6ifCoqSbmamTBfaFJNyvm5yrsmltzQV0xdpKj2hFPL8Qbst9YsTzFm7WPTQ','I highly recommend SignatureCare. Dr. Yusuf, Kristina (RN), Laura (Ad tech), Scott (ER tech), and Malissa (front desk) were professional, caring and so kind towards our youngest daughter during her visit. There was NO wait and we got in right away and Dr. Yusuf recommended treatment plan and made sure I fully understood. Thank you SignatureCare','2019-08-30 04:12:47.215000','2019-08-30 04:12:47.215000',5,'Sarah Takagi','https://lh3.googleusercontent.com/a-/AOh14GjuUNeuX0yYZbv0Dvtu9rkQUBI80HxDMdaWaXldfg=c0x00000000-cc-rp','12541597562633926366',29043),('AbFvOqkaO6c1ZTS_DaSV6Bwsw5mAkwxr3h9pSefPtCwzERZK5X6VS0ZX2AF3ENxkPQfQSbNp1peI5g','Was such a good experience! Every one was super sweet. The wait time was a bit long but its an ER, can\'t really help it. But otherwise had an awesome experience!','2020-11-23 22:21:16.983000','2020-11-23 22:21:16.983000',5,'Celine Sancimino','https://lh3.googleusercontent.com/a-/AOh14GjNx5HUfWH3LUDhWGQB9m-I6nVGHcpMWXbCv9G6=c0x00000000-cc-rp','14748677429039074158',31320),('AbFvOqkaOMhtGB-JVCnmfgs9wqc60JDppsQtPjYE2F0AL41qKJAtR2og-fMX45NfxhyppFXxPu_VJQ','The wait time was very short and everyone was very friendly.','2020-10-16 01:37:31.303000','2020-10-16 01:37:31.303000',5,'Jennifer Elliott','https://lh4.googleusercontent.com/-yrkHjhdfLyk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucneezUUiTt_S9XuZ0c5PJt0nNCPCA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32224),('AbFvOqkAovXhnyyPjNfFl33hdJ2tkUY5yRdQevM5voJziiMKekY57S229Lw5Go6qh-2JXy-NcLO02w','Very friendly staff (my nurse was Kara). Clean building. Not a long wait at all.','2021-01-06 08:20:40.156000','2021-01-06 08:20:40.156000',5,'Kara C. A.','https://lh3.googleusercontent.com/a-/AOh14GhE9ROnRanFJ1NdPYxxYo2XipA6f5XkZMTJwbF5SA=c0x00000000-cc-rp','3272657195432704501',44643),('AbFvOqkaOxOcCxgORciqWRGIaxdMvsSTGGfT0Iz3t7lxN0FdmGpvXtk3tLd2gNuYSPLv1EXrgavtCQ','Kim’s the best. They got me in and out while having awesome customer service!','2020-12-24 16:44:52.578000','2020-12-24 16:44:52.578000',5,'Cameron Edwards','https://lh5.googleusercontent.com/-Ec4jYrZdH8A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl81cPo42_e17I7vK-46OO-uEh6ZQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43787),('AbFvOqkaOzdVMZZuwrUJ-ljXyb8bwjAwMoWarNsCZOgjZJyYKbPWWgwkJpyAjk-CJSiQaI7O406a3g','Great experience and very knowledgeable providers! Remington, Dr. Wang, Lorena and Laura were amazing!','2019-11-09 21:41:48.010000','2019-11-09 21:41:48.010000',5,'Mackenzie Boudreaux','https://lh4.googleusercontent.com/-tnJb3eojYQA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckkWIU9c_rNg9L0oBQnofBmIkab-A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34568),('AbFvOqkApE7BjNTAT4ULda1iiQQ3zKpT4foYHHlLlpCNBn9gYJSdl2SesTYVO9KobUfFxrDVt9z9DA','I was helped by Dr.Alloju, nurse Blake, delicia and tech son le ...all were very helpful nice and patient !! def recommend!','2019-12-02 16:14:00.254000','2019-12-02 16:14:00.254000',5,'Dhalia Benavides','https://lh6.googleusercontent.com/-rrre45i_y_E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucneK32rJuR4dAnS4NYXqj9rAl66eg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42564),('AbFvOqkAPKqZmudkfM7Z0rsWR1ZYoyAHfP2Qe91l7mSl6306gQjbHgg2Lx1krd_QNhVERE4rFVDh5A','I had a great quick visit w/ Anthony-RN, JR & Dr Harjai!','2019-02-15 13:35:21.822000','2019-02-15 13:35:21.822000',5,'Philipp Ranch','https://lh3.googleusercontent.com/a-/AOh14GhX_doPD9JO8nMEHH-2BveHAtbfBjtlIk09pOfi=c0x00000000-cc-rp','16590124370714063921',35006),('AbFvOqkAPNJF26fHF8-c9Z_ulz-I5J6kZI4wNW2cmISs61kOL2QG348-w1GNWvXQoEcC0KaFt-NFbg',NULL,'2020-09-23 19:22:03.577000','2020-09-23 19:22:03.577000',5,'R L','https://lh3.googleusercontent.com/-Xub7UM9LNfE/AAAAAAAAAAI/AAAAAAAAAOU/AMZuucl1_2gnHt5nsb1OEBHCaEr7YkPFXw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30102),('AbFvOqkAPodPlfx4GJT6kZFoEoM59IBuv2NshJUAf6XSyEKGHHokW3fo_8_cF-gmNR7E0qBcf5oS','Staff is doing a great job amidst all this chaos!','2020-06-18 23:05:33.109000','2020-06-18 23:05:33.109000',5,'George Mavridis','https://lh3.googleusercontent.com/--DEJ1xY6FwM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckAXK96gu1L6tsRNaMHRDYokdkgrw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28628),('AbFvOqkapQeeYdf6umN9_ZdpBO8ZjDn-GzuF6AkAlXS1cUcCnsfOpM6vrcp3wjiJ8M2IcXz1ccyu','I went for a Covid-19 testing and my whole experience was beyond my expectations. The location is great with very modern facilities and equipment. Friendly, knowledgeable and inviting staff was a pleasant surprise (my past experience with other urgent cares and clinics was not the best in the customer service area).\nThe doctor and nurses were as thorough as they can be with the process and made as simple as it could be and I got my results within 20 minutes.\nI will definitely continue using them for my emergency medical needs as well as my family.','2020-07-24 03:05:01.142000','2020-07-24 03:05:01.142000',5,'Eduardo Torres','https://lh3.googleusercontent.com/a-/AOh14Gh247xmHTNEdwVPgP7J9FrAfD_0EW-W4rsJLGAFew=c0x00000000-cc-rp-ba3','14904078213800803294',32303),('AbFvOqkaPz081ztCfocQR8z-ga6BLWdl8tbvS9d_Vwx3vt-UOTJcrmDvdaSHvG9ssfJCDzMVyjq67Q','Maya, Kristina, Quyen, Scott were great!','2019-12-31 21:29:58.986000','2019-12-31 21:29:58.986000',5,'KayyG.Legacy','https://lh3.googleusercontent.com/a-/AOh14GgVDcXiEWDqmLt8W5-Ynhqwn15ugvmOQ3PIV1BBiA=c0x00000000-cc-rp','12541597562633926366',28874),('AbFvOqkAQbLY-gArvkK82XFlBKSLZM999p-tHJk6qQxwoPJCB9Ir9hIsmzj9NSTuvrUJHp_OUKHnsQ',NULL,'2019-09-09 08:34:28.858000','2019-09-09 08:34:28.858000',5,'Marcus Washington','https://lh3.googleusercontent.com/a-/AOh14GirqjG-Uv41SQuPjK72GwR5jahSv3rCU4Gu7NGA=c0x00000000-cc-rp','17898197009688164559',38000),('AbFvOqkAqJpr7ILNJplXAO-994DwMJs-msqpJG9jSrMdaL-prUn-W_dTolOYUqv9YXT9b55t2cr4','Amazing care, great staff and I am feeling so much better!','2017-01-06 17:58:05.675000','2017-01-06 17:58:05.675000',5,'Gina Balzano','https://lh3.googleusercontent.com/a-/AOh14GjgJRqoyIJ03CguLDxMmdfI4gBXtJu-I-8gOzLR=c0x00000000-cc-rp','14567670160750071148',31137),('AbFvOqkaQnithLzgFip1kZ3waMw8BnDb8rX7wbaOXS7V5NcMr26SgQinHxHfIxD8PzoCFmkrDxiZUw','Great staff! They were very attentive and made sure I was comfortable for my entire stay. Highly recommended!','2017-11-27 01:26:56.974000','2017-11-27 01:26:56.974000',5,'Scott Palmer','https://lh3.googleusercontent.com/-7Mtdt8i0vCw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckTXdX8TDM_sGH3SsP6joiTGvgALw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40988),('AbFvOqkAr03xHYf4cNfZkz1-89bfWOS8zLSNRldrfZQqOoqJLbzRkJUjkMzvqZ0z8SgHU1NM1Ebh',NULL,'2017-04-23 18:23:22.218000','2017-04-23 18:23:22.218000',5,'Cesar Gonzalez','https://lh3.googleusercontent.com/-7nGqR_9iGpw/AAAAAAAAAAI/AAAAAAAAADs/AMZuuclPoUu_J3zn6klKltdNymG5mLwEfQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32687),('AbFvOqkarSt80kBnlvpCGEXAwEh2pwumhKuNBB99Vrd-zGxJKrqtQc7wsbMgWDQJjTV41h-rukbM',NULL,'2020-12-24 13:54:14.255000','2020-12-24 13:54:14.255000',5,'jennnifer zachary','https://lh5.googleusercontent.com/-SkTamdf5bA8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmKCLx30l2l0kn03o-fXQXvekA1eA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',43762),('AbFvOqkasGBeh4eliLXNvRyhRM-wa53Gh8OcACBhXqkHzXhrNtCQxhKQtueao0pUgrEarGyuBiFhkQ','I\'ve been here twice: Once for myself, and once for my S/O. Both times we had nothing short of exceptional service and short wait times. Additionally, they take student insurance and have resources that most urgent care centers don\'t have, such as ultrasounds. I won\'t go anywhere else in college station!','2019-01-26 20:01:14.530000','2019-01-26 20:01:14.530000',5,'Patrick Cygan','https://lh3.googleusercontent.com/a-/AOh14Gg0WJ_8Bh9vRKDHQjigKGNgbX_PJRlAecx-Pshs=c0x00000000-cc-rp','16590124370714063921',35035),('AbFvOqkASnknG469R3jlQhysAm_1SGi_-m7U41ygZKmoh9DhsjVfOic46JwAyzMi9yfdxZj2s-L23g','The best experience I\'ve ever had with an emergency care center. We went in over the weekend with my finance showing signs of a stroke. We were both very scared. They had us in a room and him in a CT scan within 10 minutes. They ruled out a stroke and took excellent care of him. I can\'t say enough about the communication from the doctor, the attention from the nursing staff and the overall experience. Thank you thank you thank you for turning a horrible experience into a good one.','2013-10-25 01:57:58.506000','2013-10-25 01:57:58.506000',5,'Coryne Rich Matthews','https://lh3.googleusercontent.com/a-/AOh14GhRqxss2yeeZOUF6ypaE991zdE9aDwx0mgYYLW68S8=c0x00000000-cc-rp-ba3','8679688254631342173',42800),('AbFvOqkAsq10iZH4hgq0LBc8QX98YC0_D2sWMx_c1vgsee3jfjyki2qg_M9POSM7M1pi64g9PNyA1Q','This place is awesome. Every one is super nice and very professional. Sherri was my nurse, Bryan did my CT , Ricardo was the tech and he was very accommodating. And Dr. Miller omg he was the best Dr. I have ever met. I highly recommend this Urgent Care to everyone. If I have to come back I\'ll definitely come back here. Thanks for treating me like I matter.','2018-09-08 03:05:35.277000','2018-09-08 03:05:35.277000',5,'Debra Landin','https://lh5.googleusercontent.com/-KHGsAvhkzvA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucka80a91NRlBg73l0RYoP0kKMTXlw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30736),('AbFvOqkAsW7qvqnv4PxHR5a551IAT3Z-iWfZAutiD0Jazt9ChNdqV_w3mrLZ9rEbz2uXjmpGZw3xZA','(Translated by Google) Attention\n\n(Original)\nLa atención','2018-04-24 22:29:32.009000','2018-04-24 22:29:32.009000',5,'Elmer Canales','https://lh3.googleusercontent.com/a-/AOh14Gga48qBvs_zuuAbSmab1rG7U9unrPjyezMcDdpoDA=c0x00000000-cc-rp-ba4','8679688254631342173',42755),('AbFvOqkat0xKRYo_5p65EfDzLK1p0j88XWcoskyywmwx5YtddIG6O35_rLg8Qjtp-6kmaBBdMv3Qlg','Very quick and efficient. Staff members are caring and very helpful.','2018-01-18 16:38:02.741000','2018-01-18 16:38:02.741000',5,'Logan Van Booven','https://lh6.googleusercontent.com/--BHXupM8Dfk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclx57jPkEOBhW3hsuyw8KaUbQ_toQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35325),('AbFvOqkatBnFNMnW8J6PvLugE_tVUf-50HJA_7-qGUrj8QKBI-W6Rc81pMtwYTMFU0RxvugJw3ZPOQ','Amanda at the front desk is so kind and helpful!! She made it clear they would love to help me but that my insurance may be complicated. I really appreciated her being so upfront with me. Overall good experience. Was in and out to get tested for flu/ Strep. :)','2020-09-12 18:44:21.273000','2020-09-12 18:44:21.273000',5,'Cathy Jean Wood','https://lh3.googleusercontent.com/a-/AOh14Ggdn6MLXlMtMl_xBg5zd24yYfL-0M61Eib4T7pZeCM=c0x00000000-cc-rp','16590124370714063921',34169),('AbFvOqkathvxv3PC79i_XQLAMdUaZqRkZQGuzxVXtB081bNukUIPpS4Hulxi5grU_69ON1cWkqfJ','My nurse was Jessie he was very informed On my issue and helped in every way possible and the front Amy was very quick with getting me checked in . My Dr was Grinblatas he was superrrre sweet , explained everything step by step made sure I understand and gave me background information .\nGreat experience .','2019-03-23 15:13:11.091000','2019-03-23 15:13:11.091000',5,'ebony russell','https://lh5.googleusercontent.com/-3xY71fUhZds/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm5sQv_fYAwBNd-pMGxRRlz0JSkkQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36805),('AbFvOqkatUe_IxAXoDzw4RgNfEeNeK0nlrw3OPsytrnAtvUcsYm6b5lN5r2Ck8yU3-U_k1w73mA_WA','Dr. Angela Straface has a wonderful bedside manner and is very thorough in the diagnosis process. I have been having problems for weeks and she uncovered a problem with my medication that my family physician missed. Her nurse, Dustin also has an amazing bedside manner and made me comfortable from the start. I had to have an IV and have terrible veins and he was successful the first stick. I will be finding out both of their schedules so if I need to return, I will want to see them again! I already feel so much better! Thank you to Dr. Straface, Dustin and the ENTIRE staff. Truly a blessing!','2020-11-17 02:56:46.606000','2020-11-17 02:56:46.606000',5,'melissa mcgowan','https://lh6.googleusercontent.com/-LRMjjDgP5Jo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn5lXHNyPqbr20eoU-pvgCa2KySmw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31355),('AbFvOqkAu163hBu9U3wZ_y8wFDpDNkYQb_yewLRCmCrxj_Er7mwBVoqFqawkCEKj5zk944WMf-Uhwg','The staff was very nice and friendly very timely help to me from the car from beginning to the end very nice. The doctor and nurses and exray tech were awesome. Thank you Kat, Graciela Luisa and Dr. Cavasos, I really appreciate you all for helping me feel better','2020-02-01 12:34:17.861000','2020-02-01 12:34:17.861000',5,'Shay Nation','https://lh3.googleusercontent.com/a-/AOh14GjohjYSPlNJABmmnTRe_Ex44Ot6_bdCQiEmdGsqtQ0=c0x00000000-cc-rp','16389487648212004696',33420),('AbFvOqkau9omK8IhJ0LBrTO0CuKqHz7yOieeuSAGstWETuHGE5k6-no1uI-fNlfPkWM7VezxFl_P_A','I really hate to leave this low of a review because the staff was super nice and friendly; however, they are unbelievably slow. Not only was I skipped over in the lobby by 3 people that had corona testing times that were set for after mine, but I was also told my results and then sat in the room for an hour afterwards before they simply came back and said I could leave. They were not busy at all the night I was there and I don’t understand why the service was this slow.','2020-08-25 05:19:01.527000','2020-08-25 05:19:01.527000',2,'T L','https://lh5.googleusercontent.com/-WJDtgJCssMc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmCTtH89ED8ScJZTa1I9Ws2v7p1Fg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34191),('AbFvOqkaU9UvdABte1ZR9JaIOB_sRVXaMCByIHYyw27ZuvW765GtcDcgE5L9zCf0iX9A85SOm_ZApw','Excellent place. Theres nothing to complain about. From entering the building till I was done. keep being excellent. Xo','2021-01-25 13:42:31.417000','2021-01-25 13:42:31.417000',5,'Life of Benitha','https://lh3.googleusercontent.com/a-/AOh14GiBDb_zJLORbNVp1TFIHSdi6CUDhCFQ6GOG7K2HIbY=c0x00000000-cc-rp','8918455867446117794',44417),('AbFvOqkaUf62D41x555r0ihFLrV39IcnIKoEAObCZ2peGXQ6xIJxS8sFlRhvzl3G-V2762HhQHHo4w','Awesome staff! Very knowledgeable and courteous! Would recommend to everyone! Thanks guys!','2017-03-10 20:46:26.717000','2017-03-10 20:46:26.717000',5,'Art Evers','https://lh5.googleusercontent.com/-c83qXHTfG4U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck9iuv4Wxof4sMipWoui1wiBus7KQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35478),('AbFvOqkaUnJsucjYak6qugogjWNAQahvPvWcDmSjJVlbP_lKcmRh31-kM7dA0f0Xox-JmtzniYf_6A','Amazing people, took care of my son and also made sure I was doing ok. They really do look out for you here. !','2019-07-04 14:46:02.419000','2019-07-04 14:46:02.419000',5,'Maria Wallace','https://lh3.googleusercontent.com/-S2OY50ZRsEA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclO0LsGgp-XL6Q1-9ox98bJR6tY4Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkaUOV1d-9oCJGPz-7n6esUPeDk3MZlBi51T2zdRhAfmoyx898MnxB4shk6DnM_0-p5p_aUiQ','I came here due to dehydration from the stomach flu. They explained that his was an emergency room so I\'d be billed like an emergency room, which I understood but I did appreciate them informing me. I was able to get checked in in a timely manner and Jackie at the front desk was extremely help and kind. Once I was taken back, Johnny, got me hooked up with the IV and started treating me with medicine per the doctor\'s orders. I was out of there by 11pm and I got there around 7:40pm. Overall it was a great experience and very convenient to where I live as well. I appreciate their kindness in the care that they gave.','2018-01-07 16:10:53.778000','2018-01-07 16:10:53.778000',5,'Lela Kent','https://lh3.googleusercontent.com/a-/AOh14Gg0kfGnhCAMrDoa_H57ScGLJ-20Lwxj_aRrWneCHA=c0x00000000-cc-rp-ba2','14567670160750071148',30909),('AbFvOqkaVadGRSkDGxMY3rXCVEKHRmgh2URzyjkq5kTfjDIWFFDar4TFY4Be_nooMfhkCCODlb0hWA','The nurses, Anthony and Remington, were very welcoming and friendly. The staff made sure you’re taken care of in the best way.','2019-01-13 23:58:27.756000','2019-01-13 23:58:27.756000',5,'Jordan mabie','https://lh5.googleusercontent.com/-o2_KH0Er-Ss/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxMamaNJSowbb1oA-jiXZMLkiV0Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35047),('AbFvOqkavdCCv3e06O8DjSJ4ItOjWJZSXal8a5fPwTjjSvqnhcFehh5Y5mo6tfYkbt5FcpizoBNBbg',NULL,'2018-02-27 23:47:45.686000','2018-02-27 23:47:45.686000',5,'Ana Benitez','https://lh3.googleusercontent.com/-9UCgPmu0o5I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmqAOs2RuPbXlazPln0ygwlfVrHIw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36978),('AbFvOqkAvg7vWS14TQB-ZCVhRAFWvWkJL-gONRaZMmMEj1EIyJ1BAtk7ZvMfBySu1tat0pYANn07Iw','The staff was very friendly I was greeted by Rebecca v and the service was quick I recommend coming here if you can’t get to your local doctor. Thank you to the nurse Remington and the er tech Rebecca w.','2019-12-16 05:04:17.104000','2019-12-16 05:04:17.104000',5,'Breanna peterson','https://lh3.googleusercontent.com/a-/AOh14GjS46BGiuRd_ZZCG4QCqNzlu9i6d9mlW9XbG119=c0x00000000-cc-rp','16590124370714063921',34498),('AbFvOqkAvQ_tv6s5kzs0k63fOm9kYbQGe4nAMXcBusUjXWrVXCZ1FVHzqMgn0oP5MEqty8oI4g6DQA','Fast service and friendly staff','2017-02-01 05:56:12.882000','2017-02-01 05:56:12.882000',5,'Sandra Perez','https://lh4.googleusercontent.com/-9TiD2CPYt9c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucneKJnnbVqbgk_PQMx4zh4BTDc6Bg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37222),('AbFvOqkAVv79xJUthe_7hX2UQv7sfZDDmc0MPOyrWXoFdMAHxzLHlTOJQzu0NpT8-oqQUFqGu_wl5w',NULL,'2020-09-28 18:50:17.451000','2020-09-28 18:50:17.451000',5,'Sharice Miller','https://lh3.googleusercontent.com/-i3gqKml4WWk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-xh2JjJlPMpt7OsGwUTU3gIeVbw/c0x00000000-cc-rp-ba2/photo.jpg','17394740196501090048',36529),('AbFvOqkavVj8bxX1fwhtLMe0dkRtcS-57MfvQMQ3W4lDpBY_XjnaZV-l8ykQIepjaHDJaMfHy5_8','This is the second time my family and I use Signature Emergency Care and they are beyond AMAZING!! Dr. Lindsey and Nurse Alvean were very kind and understanding. They were very thorough with testing and explanations and not once do you feel rushed or like you don’t matter. They checked in constantly and explained every step carefully. Hope to never need to...but if we ever do...this is our first choice in emergency care.','2020-12-16 21:54:27.765000','2020-12-16 21:54:27.765000',5,'Araceli Salinas','https://lh3.googleusercontent.com/-h4oszcNfxMw/AAAAAAAAAAI/AAAAAAAAAi4/AMZuuckAXKCqux9wU_5yrzBz7sQd2ltc2Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32843),('AbFvOqkaWbxOk1ZCyl4W6-0FobbaSk1uDnYxvlRc1F3259LxOpSBeMUuw6t8wM-z7W0GG6_KpPq3','I got a COVID-19 test and had as good of an experience as I could for 4 am. Spots are obviously limited but then again, tests are limited statewide so that\'s just par for the course. Staff was very pleasant at 4 am and had some good humor. Instructions and communication was clear and effective and an overall good experience. As a mild disclaimer though, I haven\'t seen the bill yet. Hopefully it\'s reasonable but then again if it isn\'t, even then I\'d blame insurance.','2020-07-18 20:18:28.164000','2020-07-18 20:18:28.164000',5,'Bradly Montgomery','https://lh3.googleusercontent.com/a-/AOh14Gi0AX1IQe_iZSa_7_LyXt56EcDNol14uLCkuUnCLA=c0x00000000-cc-rp','16891069708558046635',35851),('AbFvOqkAwC6jUcG7LLGLePzBby4KHoVKIyE_zOFe7mzFQM2O8RuWDcJ5NBbe7nv93FNYG7DANstM','Fastest stitches I’ve ever received. šŸ‘ŒšŸ¼ Nice staff, clean rooms, short wait.','2020-03-11 17:56:06.924000','2020-03-11 17:56:06.924000',5,'Claycee Redford','https://lh5.googleusercontent.com/-nSY5AdbxMT4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck1K-s0jiRx-5q_N-wQKNk5dmWN3Q/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42389),('AbFvOqkAWDpPzAGrAnAjyb3cR-0VH6fergUig52tiqiFc-RE9evbRFxmU1WEfYiU9rLOIS41KegSyw','Keera was very good and the service was quick, we felt very welcomed this place is highly recommended','2019-11-19 15:17:07.277000','2019-11-19 15:17:07.277000',5,'kels vlm','https://lh5.googleusercontent.com/-uwapjNZihxE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclrEehFfFyfYB_SY_ojvvLCmbWAVw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36679),('AbFvOqkAwgTvUNhBUtcFLJDUbb2reM9-9wMXyptbAxnod7T8PwbiU2UPOXbh2ITPcmfzTcRo4SKIwg','Thank you for everything! Evelyn was very helpful! ✨','2017-11-27 19:36:58.382000','2017-11-27 19:36:58.382000',5,'Airianna Carrasco','https://lh3.googleusercontent.com/a-/AOh14GgDkdQ68U3HReORRcb8-yEqGA5-t9a1zeEM4hqbYA=c0x00000000-cc-rp','3511292162159714121',40987),('AbFvOqkAWjY9U78qKd3GP7FZodrS_IrMnXYlKtKsmy4WZOW25sKrmtNCceOw_b4vPI-XvfUqjvCgrA','Excellent care and I would definitely return if needed! Nurses were A1!','2019-06-02 22:49:20.914000','2019-06-02 22:49:20.914000',5,'Gerald Mitchell','https://lh3.googleusercontent.com/-nwFuB1x5rhA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucneglmGqZqlgT5yCeyyd5ekM7LyVw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkaWm-nKTFuQHO3NFfIG6Zsil3o0kMMnPn--uGQ0NTJtgSylCxxu2Mv_xU-M_TtaMmNZb0V','I will definitely recommend this emergency clinic to all my friends and family. I went in because my contact lens got stuck in my eye and my eye was extremely irritated. It was not an emergency but I got seen right away. They brought me a warm blanket and made me feel very comfortable, safe and welcomed. The doctor was very knowledgeable and helpful.','2018-01-22 19:37:09.405000','2018-01-22 19:37:09.405000',5,'Secilia Perez','https://lh6.googleusercontent.com/-dJS3AXC6IEs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmIRGUZ5zNoa43P06EU_ElSh2Ro9w/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30893),('AbFvOqkaWQVgoKHPvMUCYWN6zXuO6lHHPpsvCwdxOOP_xFGkBJzeELs0MxdVXpDFN-zbFaf3PSdf','Alvean And Valory Were Amazing! I Recommend This Cypress Location . They Were Really Gentle And Very Friendly.','2020-10-20 17:50:25.042000','2020-10-20 17:50:25.042000',5,'Michael Harrell','https://lh3.googleusercontent.com/a-/AOh14GgNAMX4A1QAqhhQT7RYzk2Maprk415_YJZkZfwwtQ=c0x00000000-cc-rp','16389487648212004696',33141),('AbFvOqkAX8r9DtdU__cn7P4VfwM4wbB7cUnUEkXS5WTB5FzQYK-pN7Ozs2e_ggPNiNJ84CRU0_GEqQ','Testing was quick and efficient. The staff was very helpful and welcoming and made sure everything ran smoothly. Excellent location.','2020-07-28 06:38:48.963000','2020-07-28 06:38:48.963000',5,'Valorie Saenz','https://lh3.googleusercontent.com/-5F3HMjdn85A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmCY0ZHmDBwuj7qz0zUW4aJErThIg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31838),('AbFvOqkaXcI7JuKmiyTv3wU9IVTvK4jRu-P5QZNYwwNyo98Yr4lwMwRFGzMFh_z647ohLEifI-g','.. They were wonderful special thanks to Brittany šŸ˜—šŸ˜ŒšŸ˜˜šŸ˜Ž','2016-06-14 22:23:24.338000','2016-06-14 22:23:24.338000',5,'Amee Jay','https://lh6.googleusercontent.com/-77i3agkIc5Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl9L_irPR-_dG32WskiCPjTVpf2xQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41212),('AbFvOqkAXLv62ilJrrfI70bpP8_PqI_UZoSyGqqqgRryIA1kd-ou7-1M50dUdTEhRmOhgq-oUnO74A','My girlfriend was short of breath, and within 5 minutes she was in a room with a doctor, a paramedic and a nurse, followed shortly with her first breathing treatment. She was scared and everyone was very reassuring that they would take care of her. They made us both feel welcome, checked on, and cared for.\nAnthony was her nurse and made sure she was comfortable and explained everything he was doing as he was trying to make her calm. Tyler (paramedic) started her IV with one stick and minimal amount of pain, and Morgan (X-ray) was very helpful in assisting her to prevent a fall and obtain a good xray.\nAll in all a very pleasant experience.','2018-09-04 23:31:20.843000','2018-09-04 23:31:20.843000',5,'Darren Bates','https://lh3.googleusercontent.com/-UmcQFAHtmbc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl8VdM8ohwIcAjhdIX6rr0qLbAnBA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35200),('AbFvOqkaxTKmiWB3kLHeFYgP9HlYg4bEbiHHMhYGiPen4GKV1M0cSb4QHep6r5rrLD0b_YJeN1KNHA',NULL,'2020-09-23 16:22:10.920000','2020-09-23 16:22:10.920000',5,'Robert Sieker','https://lh4.googleusercontent.com/-zqgaNPM5ecQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZ3psl_VcJTYZTjbTpVdHe-J5TXQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30112),('AbFvOqkAyCxE4auEE_AziypJjo5dAUWBv17KhLtBm37eT4lT5ubp2ATQbWIGN6p2IQ7C_sRYsv6eFg','Went in today, and was absolutely pleased with the service I received, I was in and out within one hour. I highly recommend them!','2020-12-26 21:54:40.375000','2020-12-26 21:54:40.375000',5,'Bisma Gowani','https://lh3.googleusercontent.com/a-/AOh14GjUPgEAvYWekxX4joaKtSZGmO-qsqYV228hc6C0aXg=c0x00000000-cc-rp','17394740196501090048',43878),('AbFvOqkaYI1-eIPW_G_5FKBitmINySzVMPL7n1Oxxh13fpoMVutfaLamJsIz076ATWAaOGZsNeyb','Second time I’ve visited this ER in the last few months unfortunately, but the staff is very welcoming every time I’ve came with my child. This time around doctor Plante was our doc and was very polite and so was the nurse Keira and tech Daniel. The facility is clean and they do a pretty good job of getting you in and out. I would definitely recommend this ER.','2020-02-20 00:55:53.211000','2020-02-20 00:55:53.211000',5,'Weza K','https://lh6.googleusercontent.com/-q0nSqDTNbYc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBzJxvAjoehKyBA4S9_dWaV6-XYQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41475),('AbFvOqkaYl1WZUBn-EFTH6xkVHVwM-5rh-uJofcDOeGQ_0kFFqOxaJ3-wEucBEn0D9sRUj2VfMb5Kw','I had a piece of steel in my eye. Got directions to nearest urgent/emergency care facility. Was directed to Sugarland SignatureCare. The receptionist was very accomidating, clear and concise in her explanations. No one even batted an eye when I brought my Border Collie in with me as I couldn\'t leave her out in the heat. My time in the waiting room was so short I never sat down. Once in the examining room the nurse was waiting to take vitals. Dr. came in in less than five minutes went right to work. Found the steel particle, removed it quite handily. Everyone was friendly, helpful and efficient. Best experience ever in an emergency room. If needed that\'s where I\'ll go again. And the cost was quite reasonable for the services rendered. Total time was less than 30 minutes. Great place.','2017-07-10 17:42:22.405000','2017-07-10 17:42:22.405000',5,'Rick Hines','https://lh4.googleusercontent.com/-NeFcJpDCtcw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDchHDgAKYEzQfvmFKdKFv-7dhww/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37119),('AbFvOqkAyMI0eCZp8HWfNWAcRmrNwMGhJkz7ZIj8yDg2JK4SlgCyneAJ1YoPLiWjzQKpKCghdq4SKw','They take their patient care and comfort to the next level. Every single staff member we interacted with was friendly, efficient, and hospitable. I can’t recommend Dr. Grinblatas, Julie, Niki, Bryan, JB, and Jasmine more!','2018-08-27 00:19:20.811000','2018-08-27 00:19:20.811000',5,'Nicole Zinovoy','https://lh3.googleusercontent.com/a-/AOh14GjemGOUynXl5M1BeDsMC9OZv4svTbOy27qYFPvb3A=c0x00000000-cc-rp','14567670160750071148',30766),('AbFvOqkAySyodWbTA6AJZjFQmyRZwU9h7gxA0pyDmUB5fhlyvZBN6fRgjOyFZL2aSNIAlGHqvVGSjQ','I’ve been to Signature Care in College Station twice within a month - the first time for strep and the second for an injury to my foot. Both times I’ve been completely blown away. The staff has been nothing but phenomenal, always making sure I had everything I needed. I would reccommend this location and clinic to anyone! Special shoutout to Alexis, Anthony, JR, and Dr. Ortiz for helping me today with my foot injury!','2018-10-04 19:01:29.865000','2018-10-04 19:01:29.865000',5,'Leah Rhyne','https://lh3.googleusercontent.com/a-/AOh14GgXbCpzx3EhBy_JU-_WvZR2Azpv77KxR7hSh_hLew=c0x00000000-cc-rp','16590124370714063921',35168),('AbFvOqkaYVH_7-HnXMcfQCqGsGV10XccGBCmFDgtmX5klEGnJnZ6wiS3UyfzYlcyAqYxSPMYJVRn9Q',NULL,'2020-10-18 02:24:18.335000','2020-10-18 02:24:18.335000',5,'Virginia Moore','https://lh4.googleusercontent.com/-wQocpUZ9MSk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckZI_fEpBpBqrqasCnbRKNKLot0-g/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32214),('AbFvOqkaZ21G1CqdVRx20oXdqGvmVH5cpa-3WiH8yQroktJ98qXbH0I8eeP5QXd6mTSiJXG9fUruFw','Staff was prompted & very welcoming . Awesome service','2019-01-18 13:47:14.995000','2019-01-18 13:47:14.995000',5,'ERICA TAYLOR','https://lh3.googleusercontent.com/a-/AOh14GgsR_9QD38lm1GV2AzPTPATCVHofKX_Ut6UULZ4=c0x00000000-cc-rp','3272657195432704501',39954),('AbFvOqkAZKsaFvGrLt1ln34plTGUSXoJP2ZOwBQyWePKz-gi2_R2u_qRwGt302FEz7SM0DoGqcFI','Excellent staff! Jocelyn greeted us with a big smile! Dr. Patel and Erika were amazing , and Ms.Alvean made us feel comfortable and all took perfect care of my baby!','2019-08-07 14:49:58.168000','2019-08-07 14:49:58.168000',5,'Kasandra Rodriguez','https://lh4.googleusercontent.com/-bBZI0YMDtbg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCrGWGz5pGhgLEH3o_PcYmPLkU4Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkb_2YGnqS-MQhQuK733xpDwEYCRVxZBx4F1DlzDnwS7Kw5-Hxr4kklTF4cCOH_YSBaUpiE',NULL,'2019-09-22 22:07:59.205000','2019-09-22 22:07:59.205000',5,'Jina Vasquez','https://lh5.googleusercontent.com/-G9ab7uKop4s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmzpkHd55IJkRBK3t-41UNBpJS95g/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41594),('AbFvOqkb_HK8rWHVUOARYz6htE3pqlKwe2Xepuvhf0qiCayDIAnlCXtdCC1UL8E3PKoTaDlti13-','My experience with Signature Care Lewisville has been fantastic. I work as a Paramedic in the DFW area and get to experience many different facilities from the practitioner side of things so I had a lot of options to trust my healthcare to. Signature Care Lewisville did not disappoint. Their streamlined check-in process, their immaculately clean and sanitized floors and surfaces, and the friendly, attentive, and intelligent staff at every level gives me every confidence to recommend them as a 5 star healthcare experience. RN Neil & RN Dustin were excellent with their pt care and attitudes & Dr. Choppa and Dr. Chowdery were intelligent with their diagnostics and treatments. More important, the physicians actually listened to me and allowed me to take part in my treatment plan. No aspect of my care felt like it was taking too long or was being dragged out. I felt cared for the whole 14hrs that I was there and stayed extremely comfortable in their overnight observation room (lamp lighting, Roku TV, & grub hub food ordering courtesy of the facility!). Thank you Signature Care Lewisville for taking such good care of me!','2020-08-04 13:51:31.323000','2020-08-04 13:51:31.323000',5,'Jacob Knotts','https://lh3.googleusercontent.com/a-/AOh14GiwTNway-tkqEqikJw2Jy7BhUFpz7L2KByLH0HwYg=c0x00000000-cc-rp','14748677429039074158',31809),('AbFvOqkB-4VjCuBOl4IDOvJpajzpSts_oL57jT0ZSFpmH86RCErFOD0RF1FDMPqRMj-dxTqNjVic1A','Great experience at the Heights location. Prompt service and Jasmine was extremely helpful and courteous.','2017-03-14 00:04:45.802000','2017-03-14 00:04:45.802000',5,'Alex Michael','https://lh3.googleusercontent.com/a-/AOh14GituK9V1XXWbmzI1bSZPiov5tqSAVYzC0Pv-MoWVA=c0x00000000-cc-rp','14567670160750071148',31085),('AbFvOqkb-ddAbVHIPt7xXBdCoegPZ3JIvN7UP6miHhDSdZWW_CsyD9pRE7cF0Lamhn5YNWUjHBOS','Very quick, straight to the point! Good service.','2020-02-08 22:34:34.182000','2020-02-08 22:34:34.182000',5,'Cristoff XV','https://lh3.googleusercontent.com/a-/AOh14GiNyw5KkLsbONHb6fwRScAFnBCc4X0cxm3TOHOCVw=c0x00000000-cc-rp','16590124370714063921',34386),('AbFvOqkb-pQ-5g0VcGLSYpt8ZWaOwHapHbyWgGmzD96otPK4_YCFQg-MCz0v3HTqO3PnoVvchgx5',NULL,'2016-12-31 21:30:04.768000','2016-12-31 21:30:04.768000',5,'Billy Nemore','https://lh6.googleusercontent.com/-DemSK9hdWZo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn5RfiOuu3yf50MnykQuIGv5AOssw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37241),('AbFvOqkb-tybii6cg4pLyqNIhnqmdvee6nFD9ZDb-NFSZO1jrwc3Gdpt3YWFm_ew9rGet4pAGQersA','Great facility, caring and talented staff. They took excellent care of our 3 year old. Thank you Shania, Kim, Audrey, and Dr. Mauldin.','2020-01-18 02:04:47.913000','2020-01-18 02:04:47.913000',5,'Jacob Wendel','https://lh3.googleusercontent.com/a-/AOh14GhMikw4BDgHJ6JsqcQTXZ-G1SCIfT1mdNM00jfO=c0x00000000-cc-rp','13486358490203335051',29479),('AbFvOqkb-YQvQ_4PSIarcunrV1KBCwD-yfa3swBAMykOqAte-bpWAmag2eRmD39PepaFOOA1cy8l','Highly reccomend this place to any and everyone that is in need of care. Place is so clean! There\'s coffee, and plenty of seating. Our wait was only 5 minutes, not even that. The Nurses and the doctor when we went was amazing! They were so understanding, and extra friendly!','2018-01-10 18:12:54.040000','2018-01-10 18:12:54.040000',5,'Vanessa Solano','https://lh3.googleusercontent.com/a-/AOh14Gi8ihNvQS76uEVmZqunVgKPmtNxyA8MJvyovSpO=c0x00000000-cc-rp','14567670160750071148',30905),('AbFvOqkB02XwZ_tgNAh8XAGAH5M2y_IEwDqHNbBzTx89-2ivsTgRzfli6m-JkJpf-tmGVzwdicfKpg','Signature Care was the best experience I have ever had. Staff was professional, knowledgeable, and friendly. The place was so nice and I was seen almost immediately. Special thanks to Earl, Christina, Shelli, Tina, Freddie, and Dr. Rose for my 5 star treatment. Thank you guys!','2018-03-27 20:56:27.550000','2018-03-27 20:56:27.550000',5,'Chantell Mejia','https://lh4.googleusercontent.com/-RdO6Jt3_uQI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLwslo0fjEIdXbaaTTSCeO-A4rnQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36415),('AbFvOqkb08yJ0fzSfvbufhvqOId0LCv6GaZZO_F4M_Z1stVM7fo-W5522QH6Z3x4xK_Fd-TvLKS77g','I’m so thankful for this emergency center! They did not dismiss me when I was telling them my symptoms. They took all the test and found out what’s wrong with me. Thank you so much!!!!','2019-04-10 01:07:45.346000','2019-04-10 01:07:45.346000',5,'Destiny Walls','https://lh3.googleusercontent.com/a-/AOh14Gj_4fMtEkRbrpTy187INSWWvx8BRg3UGJhDGa3X=c0x00000000-cc-rp','8918455867446117794',43274),('AbFvOqkB0PrAcSOJMv6SX9cfJEvaW4DOxU2sqAw8G9ngBQ_O13cvdhB2h_wPIgrK5p0xv2plY-rDFw','Dr Huerta took the time to discuss my care as Krystal, Andrew, & Aaron cared for me each especially professional & caring. It was nice being greeted as I walked by maria D G! Would definitely recommend this facility.','2019-04-13 17:44:11.123000','2019-04-13 17:44:11.123000',5,'Danny Sperl','https://lh6.googleusercontent.com/-aKcVWHpvpOI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckntZyo9r2Ab0NbtvI10Oye_kN7kg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29875),('AbFvOqkb0SPjSAibz2dNk4RLZpFt7Nwiv8aWIthTt6-o9wAhYXbLWouJDzekpkRKl5JgTghvU1uu','This is my second time coming here and everyone is always nice and respectful. The wait time is short and the place is very clean.','2020-11-01 19:52:37.869000','2020-11-01 19:52:37.869000',5,'Jessica Reyna','https://lh4.googleusercontent.com/-L9zss9jNQ7Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucliKLxWsL3jkAWh0ggJlh6tZ34UeA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33027),('AbFvOqkB0XxKsRJ8g8TEH2Fil-7YsWBI1luHZejFgdKnzBGqP8cZPRdCrYXxlqhKppCsn98k7gHnNw','Superb.','2019-08-14 04:35:39.457000','2019-08-14 04:35:39.457000',5,'Ken Chilak','https://lh3.googleusercontent.com/-LtrLVC8P444/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckZzUYYjYub7mncVWZxKK9iGT8v6g/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41624),('AbFvOqkB0zqa_5gpnUjUvUAHS7X50RPQotqUV5TMM0H4FXEekcfo1k2ogaHfQP8O_w7nFCOUbTp7','Updated: Great facility, great doctors, and wonderful staff. We had a little issue with the billing in the beginning, but Round Table actually has wonderful patient advocates. If your bill is high, like ours was/is, please call them and talk to them. We were able to work out payments and they had other ways of helping reduce the bill. They worked with our insurance, and were sorry about the length of time it took. I appreciate the effort they put into helping me with this when I was so scared.','2018-12-27 19:38:31.905000','2018-12-27 19:38:31.905000',5,'Stephanie Friedersdorff','https://lh3.googleusercontent.com/a-/AOh14GgkvcyF1MhJoAzmcLNSyyV8EM0T9X62gWcHJXXGvw=c0x00000000-cc-rp-ba3','16590124370714063921',35058),('AbFvOqkb10MWE06Ts6z1aNbb4uhwg6K2cQCfBMd0Ak8wFzPSHFX86VwfpusJaOLvb0JIndT5zXoQ','The wait to get into the exam room was less than 10 minutes.\nEveryone that we have met today at the ER are extremely professional and appear genuinely concerned about your health. I would definitely come back if we are ever in need of an ER Visit.','2020-02-19 17:44:45.191000','2020-02-19 17:44:45.191000',5,'Christy Dean','https://lh3.googleusercontent.com/-OOcCRsUPUQY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnooI0I377uVHc0yev_ZxLGRAorNg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41936),('AbFvOqkb2lofauhtz-zGTOuHVSndcDAsRNPCai4nQ4sB5FIXVV9TwhL3csT9kZEc34iD184i_MYL','great experience with Dr. Morical, Nurse Jacob, Tech Juan, and Registration Dyveliz! really sweet staff!','2019-09-19 19:38:57.160000','2019-09-19 19:38:57.160000',5,'Abbey Huskinson','https://lh4.googleusercontent.com/-dFy0WmmvOgo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnusbmm6GlSy-O7yFSgSiROrA-hIA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34668),('AbFvOqkB2rtCRcu5aOL6kRJUv6OEm7Nns3xbGqKgGGWoXpeOqLKZ0I7pCCNN6yVYSHHwHXqBFoVdyg',NULL,'2019-05-15 15:12:07.425000','2019-05-15 15:12:07.425000',5,'George Sampson','https://lh3.googleusercontent.com/a-/AOh14Gh-BbGSIFJvXlWJQb4gcsDM_UKADCam2RrY_sDF6Q=c0x00000000-cc-rp','17898197009688164559',38181),('AbFvOqkB2ZihmRStHHBJeltL5GA5NM4VOntoMXn1AhgClHIPuBREzAxlXVz9mLVDKT63SOgVpG7rHg','It was so fast and efficient. Dr. Leavitt, alvean, traevis, Amy, and Keith were amazing. The receptionist was so helpful!','2019-11-17 21:27:09.930000','2019-11-17 21:27:09.930000',5,'MĆ­lagrō Gramz','https://lh3.googleusercontent.com/a-/AOh14GgI35vOg2CENKxGA__Qn1h3EAEsO_H_L7xqgGXXYA=c0x00000000-cc-rp','16389487648212004696',33723),('AbFvOqkB3NbOPt94yXjck-6vXTeYW3pThdUgJ3K9Hka1Z9NOC4VdfQCOcddyawjMcy47xPSd1DuC','Went Saturday morning 11/10 with severe cough, congestion, fever, chills. Outstanding experience. I was going to triage before I finished my paperwork. Staff very efficient. Had chest x Ray, breathing treatment and tested for the flu. Was diagnose with Acute Bronchitis. Dr Hehman took his time explained the results of he tests, negative, and wrote me 4 prescriptions. Highly recommend','2018-11-11 14:55:43.663000','2018-11-11 14:55:43.663000',5,'Duane Lee','https://lh5.googleusercontent.com/-Xs2uiez5298/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTAkpV_uuUKVLmsJnIsEKclnHd0A/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43341),('AbFvOqkB3XfLJD4rok9woBK__24arw5AE3ngIbiUJrDirOF5zkDUSFCxklpJXj4JeFBKOHhSbmNXzg','Nurses and techs are friendly and Amy worked with me nice with my insurance because I didn’t know I would have to pay due to student insurance. They work with your needs!','2019-03-09 00:45:17.590000','2019-03-09 00:45:17.590000',5,'Cordelia Nwaogu','https://lh6.googleusercontent.com/-sCoPxFJOD1Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck8RjjC4_3HzGYovHFG5kg1Q7UTDA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43293),('AbFvOqkb5CgHymgb2yzGA93crXn8j4P3xfYqx5CgzS7UGWHR9x2OfZm_9QKi3n-q2umgO6CuKg969Q','The nurse who helped me was very caring and made me feel like he really wanted to help.','2020-12-01 23:49:31.706000','2020-12-01 23:49:31.706000',5,'Cadence Constantine','https://lh5.googleusercontent.com/-2W3w9i9t8HE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmhgtIKVfMFIBqCpLMyJLA6i1GlHg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38879),('AbFvOqkb5NhaNCe95LB9ARCR7zYHvha0QUQhuKHpolo8Zul3lsloAnZ94JxY2aLZuccjzbcY3M6p','Jessica S was amazing! Kind, compassionate, and made sure we were all taken care of! Highly recommend this place!','2020-07-16 16:39:11.062000','2020-07-16 16:39:11.062000',5,'Danny Giesbrecht','https://lh4.googleusercontent.com/-IQXdDJHw_y8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnS567yxMdSv5AxbP8HX5Z0qnOvMA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32025),('AbFvOqkB68C5lmluPuOdBvFx9GEWQEk7hhGHyWgB6FVf_BIlXEuWYqnW_4r-KTIygParKVmaG4BuyA',NULL,'2017-12-13 16:42:38.283000','2017-12-13 16:42:38.283000',5,'Michelle Harmon','https://lh6.googleusercontent.com/-HJBFVuKH5cs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_zzfwbgpeYMcDaQUU-W1NXFHCPQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',40006),('AbFvOqkB6j8RyPTNbzYRTpIbwPXNVNjMZgb4EtOvVTneAbuc4HBu4BdrCxLB6CNBIaxTPTk5SMglFA','Had a great experience extremely helpful and welcoming','2019-01-06 23:37:42.523000','2019-01-06 23:37:42.523000',5,'James Mills','https://lh6.googleusercontent.com/-u8Xl9KFXhYI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmuv9_II177CjcQwUCAEeQw71E24w/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39968),('AbFvOqkB6Rk79z3Vm0ZCoK2P9Bf5Qt0Qep0_MFLb-3f1_4MdvVEt5FQfNs4ilNIjYkMgBNo1kwBgjw','I had a great experience at this hospital. Everyone was great. Thanks so much for taking care of me.','2019-08-11 16:03:23.290000','2019-08-11 16:03:23.290000',5,'jennifer austin','https://lh3.googleusercontent.com/a-/AOh14GjMrTaBz4o-AvW1IZJRP7WJOADdYH_QnxSRg9viSDc=c0x00000000-cc-rp','3511292162159714121',40455),('AbFvOqkb6x1ocVgLfP_fwaSFkfdzmbgRKfkPiwcICTnsx7bMJ1nBZtUMjJCQ_EFyUwVw6Hw50Pdw','(Translated by Google) Dr. KOTEY, Robert the nurse, amy the receptionist are very friendly!\n\n(Original)\nDr. KOTEY, Robert el enfermero, amy la recepcionista son muy amables!','2019-03-18 10:42:57.171000','2019-03-18 10:42:57.171000',5,'Carlos Martinez','https://lh5.googleusercontent.com/-jhmRNjGjICE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclbRuy9hlOwwD4AzCyS3EItrviEJQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36812),('AbFvOqkB7Z4CvTWNNW4F9bW9UhzG2R0S8jE_Gfz-Zlt4phZVXkmMMNBdONQHP0tNC3CW5sUOjg8g2A','Extremely friendly and caring staff. The front desk was very helpful. The doctor and nurse were so genuine in showing they cared. They\'ve took time to listen and gladly answered any questions I had to make sure I felt comfortable understanding everything before I left about my health situation. Thank you!','2020-11-15 19:58:20.352000','2020-11-15 19:58:20.352000',5,'Kay Simms','https://lh4.googleusercontent.com/-vLFXGgDAyJI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZW32vgsXx9FXURRNBmZY7Rkodxw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31363),('AbFvOqkb7ZNq4GXgHoAyzcwR_YmNJlq1dXKibbcs0kdEEv90H7Wq7Da6nw2qQ9FiJOMSDsTTkegv','Professional, friendly staff and a nice facility.','2020-07-27 21:02:00.209000','2020-07-27 21:02:00.209000',5,'JG 750','https://lh3.googleusercontent.com/a-/AOh14Gjflo4wJYzrLfeAV32TOguCO659wVcGUhmL89WpLQ=c0x00000000-cc-rp-ba3','17394740196501090048',36546),('AbFvOqkb81LL_s-bQoxR182_bdDNcIvnLa7bC0erdW4PYHHMtEOoM42FRvGptILSQGm-jou00WiJQw',NULL,'2019-07-08 14:12:07.270000','2019-07-08 14:12:07.270000',5,'Janae Smith','https://lh3.googleusercontent.com/-Kr-RyvjfGbU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucntEqTfMCn_oV6YTOWgaMrKVWit1A/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38102),('AbFvOqkb8IRbdVBtBNdAxQWmzLdSJNUqXBSUfdyfW1s44dpg4ZAm_efq90mxDO9DX4eBTew8eRSXFg','When I enter the building I was greeted with a warm welcome and clean waiting area. The wait time was less than 15 minutes to see a doctor. Nurse Jayme was great. Upon leaving I received a blessing from the front staff.','2017-03-20 20:59:37.465000','2017-03-20 20:59:37.465000',5,'Shannon Grimble','https://lh3.googleusercontent.com/a-/AOh14GhtzqIuNsyVWHyhhQcwcwA6ybozN1guVTn8BH8WxA=c0x00000000-cc-rp','17394740196501090048',37190),('AbFvOqkb8zyWwlRqr3Co8GHiT6NbXna9bqyK2j76IRkNvLg5omO9YUweFWnKRUTIYllXrlXk4gVQLw','Very nice and friendly and very professionals I will defiantly recommend this place','2019-09-11 21:01:53.880000','2019-09-11 21:01:53.880000',5,'Leticia Rubio','https://lh6.googleusercontent.com/-crE8WvLk8yg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckb_NUvqz4eOvo5umwmDti2bQh0_Q/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30465),('AbFvOqkB96tMFyCUPCgYZr9ErlKy04FN37dfTdl7YW_GyOo4_9Pzcpvu2lW_LrsgEzuhV9QQy__x',NULL,'2019-09-21 04:45:29.032000','2019-09-21 04:45:29.032000',5,'Jeff Spangler','https://lh3.googleusercontent.com/a-/AOh14GjQXlejtCtRPZ2iON3t-X8l9ZCu_Nm9eumEuiy-=c0x00000000-cc-rp','13486358490203335051',29658),('AbFvOqkb9qJ1fprckurR5i6CFJbUQXx86zVJswWHSp0FvTyq52yuvHfzmYY72pNAuzNgzsXeisTS5A','Brought my son in on a Sunday for a busted lip that required stitches. Dr. Yost and Nurse Karen took such care with talking and calming my son down. Very quick, effecient and personable. I would definitely recommend Signature Care for any future ER visits.','2018-11-19 14:12:48.553000','2018-11-19 14:12:48.553000',5,'Carla Rowton','https://lh4.googleusercontent.com/-87b7LbyY03I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnG4X4Z4RjTfmWI7-0NS1B1AFkKiw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',40001),('AbFvOqkbadzWJhhw6N1pKQAT6VPMmhh3FMtOPFRpLYOycPe11xaiNP4ZZhWBSZk3xPPYBaf_QONN',NULL,'2020-09-08 19:58:10.086000','2020-09-08 19:58:10.086000',5,'Michelle Marie G','https://lh3.googleusercontent.com/-7vvz6c5P8QY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmg5GiFkShv4YYQ-fYTforevFvcag/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40198),('AbFvOqkbAmSctRjhHkOlZEZu85oZDCsr9zSJUtceRs5uJCZitex4u1lURvcdgKMOKULUxr5ruT7csw','I had good experience. All staff were very kind and nice ,especially the X-ray staff Tabitha, I highly recommend singnaturecare Emergency center.','2019-11-22 00:34:51.467000','2019-11-22 00:34:51.467000',5,'Rosie Garcia','https://lh3.googleusercontent.com/a-/AOh14GitRQCGEEPWoX-M5Bp00n02f44sDWCZRvWr78jV=c0x00000000-cc-rp','6521947413723274945',41548),('AbFvOqkbAV5gxMkwx5X1GJjKOyarXrMwZgkTsd73OYt-ZuD7K3lgcbWpmeXVYGSa2U8Ube1B51U0xg','Great service!','2020-03-17 19:27:04.899000','2020-03-17 19:27:04.899000',5,'Veronica Ramirez','https://lh3.googleusercontent.com/a-/AOh14GjAbSOItpX9PEnC7AN3iv1Mv2hxctE3eQmwABu8=c0x00000000-cc-rp','16389487648212004696',33255),('AbFvOqkbBc_ES9Zcj2IuBE6M7_wUxMB8JcPA44nHV_egNkRr2vw0TTpngprYdQdKn57mmSp-BxpWEQ','Just visited this Emergency Center, the service was super fast, and the receptionist Kimberly P. and Cecilia Z. were super nice, helpful, and friendly. Very satisfied with treatment, and service.','2020-01-19 01:18:38.973000','2020-01-19 01:18:38.973000',5,'Dyanira Saucedo','https://lh3.googleusercontent.com/a-/AOh14GiAOKuImsJnY0YQhAFkrIQlpwd4h2QrTRi2E7vM=c0x00000000-cc-rp','14567670160750071148',30328),('AbFvOqkBbdGnzu5rWjorKmuvFU31f9aK9eR5AyEZVJHs9waFoYv1HB8PynjIaZHIe7o-wbOJhNvDNA','Cindy C was great help so nice and was very very helpful','2019-06-06 01:06:32.966000','2019-06-06 01:06:32.966000',5,'Leyah Bradford','https://lh3.googleusercontent.com/a-/AOh14GiIhxoe8zcvIg3b9_m4qO1cUyh-za_YYVqmSHZL=c0x00000000-cc-rp','17394740196501090048',36775),('AbFvOqkbbKdeEBNvvuIBjpzlJR9ddjrfGDHqLOjdu84nxyHIT4tATkaaDhrcHzMoZ6bF99qpaWbD','My experience was overall very pleasant. The wait was not long before I was seen. The doctor I saw was very friendly and made me feel at ease about my visit.','2020-10-13 19:01:38.154000','2020-10-13 19:01:38.154000',5,'Pamela Nickleberry','https://lh3.googleusercontent.com/a-/AOh14Gg5zRlFvHzV2FNqXWpROGdLsArRQTYnWAUGjA8kgg=c0x00000000-cc-rp','3272657195432704501',39481),('AbFvOqkBBlNTjYhMm0mx_vwnGa656rmv7HRRTsXoa7Edn_-GB2lKTMwpAEd8yHC02IcAXWaO0uYy',NULL,'2020-07-22 21:16:56.156000','2020-07-22 21:16:56.156000',5,'Olivia Nieto','https://lh3.googleusercontent.com/a-/AOh14GjBzNm4SyDzxWsuyn5QXZ3CEbZD6RDFwrBdGk8wdA=c0x00000000-cc-rp-ba2','8679688254631342173',42349),('AbFvOqkBbzy2grzIOcMPzHkN1DIluw68yYiC74fodUAvPhpIDDqS72LsAJTC68Ejuqgku84HyeUg6Q','Valory Julia and Enrique were super nice and made the experience very comfortable !','2020-12-26 21:02:22.007000','2020-12-26 21:02:22.007000',5,'Paris Montgomery','https://lh4.googleusercontent.com/-3mpPmnyS25U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnb-4KOuot3ulj_vRw9QTUz1ywn6w/c0x00000000-cc-rp/photo.jpg','15979470999169074295',43824),('AbFvOqkBcdbXM8VqtzFtjPC3rAZijS0SScHasAonue-rMRZ9q5D5zYF0WchfyIjPO84Yqh_3Omng-A','Very Friendly Down To Earth People. Gunner and Nurse Karen Made Me Feel Welcomed From The Time You Walk Through The Door, & Dr. Yost Explained Everything From Beginning To End. I’m So Glad I Came & Will Definitely Come Back!','2018-12-30 20:06:23.216000','2018-12-30 20:06:23.216000',5,'Latekka Brewer','https://lh3.googleusercontent.com/-1N89Cnf6SPg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnOcaVm6054Lx92nCCMONkopYLRhA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39979),('AbFvOqkbcEkZS4sD1yx7QN91v4dFjcahfrkuMYa9vdIKVB2EvcMn6Ys9KnVJ2jvY5wKXZ-DlR5aIdw','I had an excellent experience at SignatureCare today! I was greeted by Delicia who was super welcoming and then was promptly care of by Dr. Ybarra, Nurse Blake, and Son Le. Everyone was very kind, informative, and professional. I would highly recommend this place to anyone in the area!','2020-01-24 20:11:34.866000','2020-01-24 20:11:34.866000',5,'Nico Young','https://lh3.googleusercontent.com/a-/AOh14GhoW4s4avVYe1Zb_cupac8qbN5rRxaaL9VTVTfm0A=c0x00000000-cc-rp','8679688254631342173',42490),('AbFvOqkBCKGxVYuK-T72EcW-7YJc15WIG_bqrOlJvpNYh2cdWjCwejGD8sx6UDzTQ3NNO8FKc52V',NULL,'2020-09-01 22:31:04.154000','2020-09-01 22:31:04.154000',5,'Israel Martinez','https://lh3.googleusercontent.com/a-/AOh14Gj1nXn02HZoJo6G-RzgLUKwzjKkkEmbjBIzl6FeXg=c0x00000000-cc-rp','14567670160750071148',30125),('AbFvOqkBComzanmKFqvr2X52OIRzChqxxx6XBkXmxJwx1xAC9PD5ArfxvCJ5CEJyz06IcYkb0bYR','This ER was fabulous! The staff Valory & Abigail were very attentive and have great patient skills! I RECCOMMEND THIS ER FOR ANY EMERGENCY NEEDS! The doctors are thorough and very explanatory.','2020-12-21 17:08:15.234000','2020-12-21 17:08:15.234000',5,'Sonya Accardo','https://lh3.googleusercontent.com/a-/AOh14GgX_MBEGK9aJWyKM8uvstFgIB-abl-AhQ1NS-F9=c0x00000000-cc-rp','15979470999169074295',43640),('AbFvOqkbcRvXXbx4TR30uQ9ubTAZBOHd2IjUsxClpnTV8yayWvHw2NdM17vytLEESL2nmJ3foMUfoA','This is the best ER!! The staff are amazing!! Thank you Dr. hehman Nurse Robert rad tech Julia Er tech Staci and registration Felicia you guys are all awesome','2018-12-21 14:01:37.942000','2018-12-21 14:01:37.942000',5,'Jayron Boston','https://lh5.googleusercontent.com/-o4E6saCrIJE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclkMfhSo29pzPwvzqEoZuGhpS0aSQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43328),('AbFvOqkBctJJrNKon4hSBk1qNCfqC_6UZC-yBjbkIsunfp3DIx7v49QZh-e58jc4VkpB1kFRYPVejg',NULL,'2020-02-19 13:38:37.535000','2020-02-19 13:38:37.535000',5,'Deavon Williams','https://lh5.googleusercontent.com/-qDVx69POe_0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckF3GVH-DcMTV3Fr5Z5_Ptcoo26_w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33360),('AbFvOqkbcv7oTq1rfpT1csF-lnuJVRh2hfFRnbGCRYM9-R5I5SEjIcNBhni_w_KjlK86TaPk8bRK',NULL,'2020-11-28 20:07:00.053000','2020-11-28 20:07:00.053000',5,'Dalton Ross','https://lh3.googleusercontent.com/a-/AOh14GhEuarC-17fm31idi5rAohO6FCuVCL7CLA7oduR=c0x00000000-cc-rp','14748677429039074158',31309),('AbFvOqkBDseTrqnfoC1UHZgvXpoRyImhslw-KofIUN1HPwLYxUjiK6qB2EfLsVYnY-XLkm1ME3RD',NULL,'2018-07-15 22:28:37.255000','2018-07-15 22:28:37.255000',5,'Benjamin Bean','https://lh3.googleusercontent.com/a-/AOh14GgsF0jsYEEo9y-grMCvoGGok3HzWRhGsn1ChoJUYg=c0x00000000-cc-rp','14904078213800803294',32567),('AbFvOqkBDv0-pEihHykaGeSE6uqlU4ZIF9JvoCgj7qI_UmogpqrQjcdxrbxv34yPKYhPGv4CgV-g','These 5 stars don’t cut it, this place deserves a 10/10. Alexis, the receptionist was amazing and did a wonderful job keeping me and my Four other friends company, she deserves a 10/10 as well.','2019-02-14 04:50:20.142000','2019-02-14 04:50:20.142000',5,'Ravindu Munasinghe','https://lh3.googleusercontent.com/a-/AOh14GiwtlJaM-m0BLChlaplflcDHORBoK8dcDkauhz0dA=c0x00000000-cc-rp','16590124370714063921',35007),('AbFvOqkBeCCuLbeFrQ8I8nsGbVzYHBVQ62ceyieS5Cr8gA6qkr5cYS7MqcEtMHQ1UL-DdFEh1zvMRw','Brought in my grandson and Dr. Boester, Marcus B, Erika J, and Jocelyn A were great made him feel very comfortable! Thank you for the best ER service','2019-09-30 21:28:31.402000','2019-09-30 21:28:31.402000',5,'Apolinar Astudillo','https://lh5.googleusercontent.com/-y4nh2RMaaDU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckoJkPrfbYvfFMmDQhpoKQeGQZsWg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33923),('AbFvOqkBej13NQNAkuK1xBVGRacy8j9TQ33_CYXJEmVVVCJqBupDWF8ug4y8475GxWYqyYfZsSJ4_Q',NULL,'2016-06-08 02:22:17.331000','2016-06-08 02:22:17.331000',5,'geri flenoy','https://lh3.googleusercontent.com/a-/AOh14GjpVB19NTNdAlENCYW4o7prVqePQ9Ydey2xJeIJTA=c0x00000000-cc-rp','3511292162159714121',41220),('AbFvOqkbEjoqmhRcbSnOvoZeoLFokzuaMoqICqjiZ36yKC2v5KGRN04AAtUSMTIMYe12njlmL-0e7g','Say what you want to say\n\nGreat experience','2019-05-24 18:22:52.465000','2019-05-24 18:22:52.465000',5,'Betty McPhee','https://lh5.googleusercontent.com/-MVda5HvHmy4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6Buzc1iDo4U6SP5WeRhUPH_p5gg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkBEwmfgrcq_2j36XDOp65i63Bn-_Bh427bvR6Tkz2dKN7D0190X0kwjelUrh2XOFqhw4JNDQ','Kim and Dyveliz were awesome! They put on the movie the Intern while we were waiting for our friend who was super sick. The clinic was super clean and friendly. They offered water, sodas and snacks! Super nice!','2018-08-14 19:07:37.471000','2018-08-14 19:07:37.471000',5,'White Creek TAMU','https://lh3.googleusercontent.com/a-/AOh14GggUqk92oiJiLr-3QszSoglRHtERBaGqSSE44Jq=c0x00000000-cc-rp','16590124370714063921',35244),('AbFvOqkBfE28tXasnezh4jJWRal89o3IG_GaWLNn7Qo-vXA9JGVRhLGZFXbuMlos0mG9gCFkDnWhuw','Anthony, Brad, Natalie, and Dr. Vakey were excellent and took care of all my needs. Recommend Signature Care to anyone in the area!','2019-02-18 23:57:38.704000','2019-02-18 23:57:38.704000',5,'Hannah Tweedel','https://lh4.googleusercontent.com/-nT6sM0HfkvI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnw0Sn5YHFegSszmxFopg442jVxpA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35004),('AbFvOqkbFfJZJtLbNU7xUnO42M3Y_UVDH5g7P-l8WHkJ9gHJu-31djhmuUcrXvHtiD8qpJfnOERraw','Entire staffāš•ļø - Very detailed and attentive assessment of care. I was very impressed with the efficiency & level of care. This facility is immaculate & safe practicing guidelines that\'s a big plus to visit again.','2020-12-21 09:15:11.432000','2020-12-21 09:15:11.432000',5,'Eve The One','https://lh3.googleusercontent.com/a-/AOh14Gjb6DGYgjeNsKJMJY8TS7fIPkyos7kHl8jO-oFbHSI=c0x00000000-cc-rp-ba3','3511292162159714121',43654),('AbFvOqkbfRyiT-MDNGnk4QCkvWfb3dkTBnCBDJV_JcEGz6JYAtfPK6OEWuC9c4F-K0RTkfKP772nNQ','Since walking in the building I was greeted with a kind, energetic staff. Even though I was nervous wreck coming to the facility Jesse, Valory, Brittany and Anna made my experience the best and made sure I was comfortable every step of the way.','2021-01-20 16:10:05.858000','2021-01-20 16:10:05.858000',5,'Kennedy Baldwin','https://lh4.googleusercontent.com/-dN3FqDgpgrE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmsVPMITGgIZ3cQAn2nWRCgssOR4A/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44466),('AbFvOqkbfYqpUMkobxYt6C8ASZTZt5N_HqswplELEfQSWHge3XFSmW1O8TF0QbS32Sl7T5I-jdZiGA','I had a great experience at SignatureCare The Heights location. The front desk girls were very helpful and the nurses/MAs and doctor was very helpful. Would recommend. Would definitely come back if need to. Very fast service.','2018-01-04 03:06:25.966000','2018-01-04 03:06:25.966000',5,'Isabel Mena','https://lh3.googleusercontent.com/a-/AOh14Gj7Pw1-pdGXOd9I9_42MloRuZ0RKuJzRM6vZC_O0Q=c0x00000000-cc-rp','14567670160750071148',30915),('AbFvOqkBGdW4SZePUpJUYLVj87SoyBCooD_9PlrAjddBtQJWzP5PHWjyPj5RERqH-JatvFJJ9E5f5A','I came in with swollen gums under a tooth I had gotten a root canal on a few months back . My pain level was definitely a 10 / 10 . Mercy greeted me apone entrance at the front desk and gathered all my information. She was super nice , she talked to me about payment plans, etc. and got me seen almost instantly. I had been suffering for the past week with a toothache on this tooth . The nurse, Agnes was very kind and gentle while examining me , she ask a few questions & in less then 5 minutes later the Dr. Yusuf came in and begin examining my gums & talking to me about treatment options. He was very patient with me , he knew the amount of pain I was in. After the treatment was over , I felt better . The nurses, Mercy & Agnes talked to me about where to get my meds & went over the daily dose with me . My over all experience was amazing! I’ll definitely be referring them to all of my friends and family!','2018-01-17 19:55:03.731000','2018-01-17 19:55:03.731000',5,'Tytiana Taylor','https://lh3.googleusercontent.com/a-/AOh14GgYv99NT9YwQ62hjIJNuCWJNJdsMMF09F96dW-R=c0x00000000-cc-rp','3511292162159714121',40969),('AbFvOqkBGf34doKiUkdV9zHvQsnjwGyo2Frie3KPKyFS2eODtDxcmZShZ_Z5tNyW62pxmPZvWzX3XQ','I made an appointment around midday. When I arrived I walked to the front to handle my paperwork. I handed the front desk the online forms you need before you arrive. Kathy handed me additional forms. I finished within 5 min. The whole interaction was friendly and pleasant. I waited no longer than 5 min after the paperwork was completed. My nurse April was very kind and attentive to my visit. She was friendly and we had a lovely conversation while I was in the room. Dr. Choudhurey was very patient and listened to me explain my symptoms. Everyone I interacted with was very friendly. It was overall a great experience for having to go get tested.','2020-08-12 18:12:08.988000','2020-08-12 18:12:08.988000',5,'Dax Collison','https://lh3.googleusercontent.com/-EIvBH8x_8t8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmwMOCJU9Ad1dgNWQOSDQvllPZBdQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31773),('AbFvOqkBHcDtLgSGg4pb36l2los_3gAfmixJXCJaKSkWHZKLM8u2kgQQG_rLuhvSOkhaYk4RsMTHhw','I love my experience here. Everyone was so nice and friendly, and things were done in a timely manner despite the volume of COVID testing. My last urgent care clinic was also amazing, but they went out of business due to the pandemic. So, I’m so glad I found this place. Thank you, Signature Care!!','2020-11-23 18:00:49.787000','2020-11-23 18:00:49.787000',5,'Madison Tomgenovich','https://lh3.googleusercontent.com/a-/AOh14GgvZ5XWPk-lYzRKcAaMXJdpvGs2bpaD70M3GZA6=c0x00000000-cc-rp','14748677429039074158',31322),('AbFvOqkbhs5HUE2gBOeL7AkozIe8KJhP0D8TKjDmH2fcBV47WmLFV4_zkQR-8-m0pXbnbhQ9St0VOg','Dr. Edwards was great so was the nurse Kristina, radiolgize Tino, E.R. Tech - Scott and registration maya were all so friendly I highly recommend to go here','2020-03-13 21:29:37.772000','2020-03-13 21:29:37.772000',5,'Cristine nelson','https://lh3.googleusercontent.com/-vubZXyfTDw4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJoCynNkg55Ldr9iTPBMOuMjmVeg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28639),('AbFvOqkbI1zBx9ILTB4Yqsp6lHWS_t03XrSe-AelwN0MJ0Zm6QUlP-5uzN98zP64hmu8xSTO8XDTuA','I came in worried and left feeling taken care of and with peace of mind. The RN, Anthony, and Dr. Vakey were very nice and super helpful. The thing I love about this place is they are quick and always so nice!','2019-07-31 15:29:15.638000','2019-07-31 15:29:15.638000',5,'Samantha Hughes','https://lh3.googleusercontent.com/a-/AOh14Gj2pmdi-XW79S8K82aAj3TOQs4xpHe2kztBNFhx_w=c0x00000000-cc-rp','16590124370714063921',34742),('AbFvOqkbI4heNymCi8QPFFL_GMcpXzyJjxpZMr0pGGzNgwNKWWCXjzCRDcQyL-1OnuheNyqoN-3P','Awesome service, in and out quick.','2020-02-03 18:22:17.250000','2020-02-03 18:22:17.250000',5,'Austin Butler','https://lh5.googleusercontent.com/-ZQ-uyddhw-Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmGoVpy_k6EwxBLJK084z7UbdGR9Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34395),('AbFvOqkbIlEHEygfwTvbYmRGuXaj5ijxMtg7eUJbV5NcjiXklAzoZmjSkkzvyqcRYXjvtkGeBl8RfQ','Came in with a friend who broke their arm. They were quick to get X-rays and immediately put the arm in a splint. The staff was friendly and checked on us multiple times while we were waiting for splint to set. Followed up with us and provided excellent recommendations for the necessary surgery he needed. The facilities are incredibly nice, clean, and they have a lot of the equipment an emergency room at a hospital would have., including X-ray and CT machines. Have been to several clinics similar to this and this was by far the best.','2016-02-08 03:42:37.756000','2016-02-08 03:42:37.756000',5,'Gabby Alred','https://lh6.googleusercontent.com/-CJSL043bq5Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnm-mBu22pMQqz9O5P3YQrWGpTRtg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41253),('AbFvOqkbIU1qfF8OTlwjMEJdvQDuZwiWv72GwqsfsYO-ZOT5lj2eVfdBzOKrkZAZaP8xQuPgF-eL6g','My daughter split her chin open and we had to go by at midnight to get her stitched up. I was greeted by Hayleigh S., and she was very kind. We were admitted immediately, and had very good care. We were offered food, blankets, and received very good dialogue on what was happening. We were done in a couple hours and back home.','2018-09-06 00:59:29.892000','2018-09-06 00:59:29.892000',5,'Taylor M','https://lh3.googleusercontent.com/-h03x9z751j4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclmmjPYPpQA2D6zX1ocRxoSEjdpgg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30749),('AbFvOqkBiWKIBw6a7BeCGFVJYHuW6a9zzfH6mMuqQgfXKQP0Dq_fg0toladDUhFqfwyi0X5EskhDEA','Brought my daughter for a covid test, it was fast and easy! Cody was awesome!','2020-08-10 18:41:02.791000','2020-08-10 18:41:02.791000',5,'jason hinojosa','https://lh3.googleusercontent.com/-aypgA2mErHY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnLYWGa0z6PK0GDlDdRsAfdl-jfLA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38624),('AbFvOqkBIXc87cUNtmGyZKOIXE7lSUemOKnJ1aF3G2K8UkUKkt1hvdJb2ZNrxHhJLTSKtdpEnjlwzg','Clay and Christina R. Delivered some great services. Super friendly staff and get their job done with ease. Would highly recommend this location for care','2020-11-06 16:14:30.434000','2020-11-06 16:14:30.434000',5,'Alejandro Medrano','https://lh3.googleusercontent.com/a-/AOh14GgU-2Kf8zp7qFT0U2Kwh2-r_8qRjLouaZsZ-CySeg=c0x00000000-cc-rp','16891069708558046635',35637),('AbFvOqkBJ-kDrXGCDF0nx9Selq7EsGprP8Wp7idVDtfHFjafO23y9LqBKxVObBksxfxFVcf4ZIl4FA',NULL,'2020-02-16 16:56:01.429000','2020-02-16 16:56:01.429000',5,'BRandie Holt','https://lh3.googleusercontent.com/a-/AOh14GjLWcrIkcDt1FDflILanQIs5VhZ87ZEm99fr4pa0g=c0x00000000-cc-rp','8626688543755174284',41941),('AbFvOqkBjSOw1gH5QYhpR1mGO04NwCz93aac8u8SWTzQhc-38ZI2lCNlS13-r4_3kgFzR92KUPznmA','The team Dr. Yost. Mollie Mandi. and Carla were all very helpful.','2020-12-26 15:07:32.774000','2020-12-26 15:07:32.774000',5,'Cheryl Cutsinger','https://lh3.googleusercontent.com/a-/AOh14Gj6BYyLmn2tvDPr8jhwH-xlvZH8WintdduNDik7_A=c0x00000000-cc-rp','3272657195432704501',43901),('AbFvOqkBJzno-tPb25aXsA6l4JGJohBbePEjUy_d4i5dgCtAaAOGLFB2QoRxd6hCxCXbOc2FxuBqUg','I had extreme chest and stomach pain. I went in around 11:30 and Carly who is the face of the Emergency room was extremely attentive and was more worried about my chest pain then asking for my DL info and insurance. We eventually we got to all that good stuff, once they confirmed I wasn’t having heart issues. My nurse Sarra was very professional and on point. Not only was she constantly checking on me but was very genuine when doing so. Sherwin, took a scan of my body and asked if I was okay throughout the whole process, again very professional and very genuine. Dr. Wang stepped in and throughout the whole process made sure all my questions were answered, diagnosed accordingly and walked me through the after care. Over all a genuine carrying team.','2020-02-27 11:17:13.489000','2020-02-27 11:17:13.489000',5,'alicia solis','https://lh4.googleusercontent.com/-2Lme5WXdhQg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckBw90rTzhYe93Vx8v1Etk6x_vqBg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42419),('AbFvOqkbK3IdyXLUWkvIyAh4qglUiN7hHYxcZ8QO-GHMtdVIRa-8J3WNNphdgsfUrpLrzQWY4Ot8ew','Amazing, excellent service and doctor was very informative','2019-10-12 17:29:12.284000','2019-10-12 17:29:12.284000',5,'kyndall osborn','https://lh3.googleusercontent.com/-mbalcKeQ0XE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclYGwFqUL-Yvzq-yl_4l77HMb-IXQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34618),('AbFvOqkBKc2_CeYO2Z0z7Ops069IUFN2kz2eRleC_lw_79mAUeUz0IAZNfMfEHtKIr2p9LtlvPy1','I would never go there again. They tried to charge me $700 upfront to get treated for a migraine. Mind you I went there because I had been having the same migraine for 2 days and I woke up to a nose bleed. They didn\'t assess me or anything. Once I told them I couldn\'t afford the treatment they sent me on my way.','2016-09-26 11:39:37.372000','2016-09-26 11:39:37.372000',1,'Poison Ivy','https://lh3.googleusercontent.com/a-/AOh14GgRJvfThDPdOJVWQdEVCdoe5mAgSVETzdBeu79mUg=c0x00000000-cc-rp','17898197009688164559',38384),('AbFvOqkbKgL5rk7neG9p4HI-bJ_BqTt3jWN1tv-Wevu3ngOjebcx-YKpTeRfNE2puwx5nOEYLITW0A','Everyone was very nice and answered all my questions.','2020-08-18 23:35:12.639000','2020-08-18 23:35:12.639000',5,'Geri Castaneda','https://lh3.googleusercontent.com/a-/AOh14GhwV58AGjU1OTWUxuDnqTK7icmAlcpOMhpRp29e8Q=c0x00000000-cc-rp','2077061009497551125',38573),('AbFvOqkbKHItPMW6t6AEECWlBlOKfEnxCZYr2ajmaYO0lqlDxODIoNZyMZFLwwm8xNEi729r2Q5J','Great service and very quick! Dr. Ding and Nurse Irving is the best! Thank you !','2019-09-18 23:52:53.022000','2019-09-18 23:52:53.022000',5,'Ariel Marie','https://lh3.googleusercontent.com/a-/AOh14Gj-ijfbhynh9NRg6CjPVq-zmK2CfQ8xpJrdpgHoMA=c0x00000000-cc-rp','12541597562633926366',29018),('AbFvOqkBKr1xea-S3g9u81QMjg0ouqKlQQVIx6dSFEg9LFXlhVK7wA3IXa9vV5YKxo7caHmiNulPmw','The staff is excellent Dr. Dendy waste no time getting me better.Nurse Alvean A. Followed up consistently. The receptionist Patricia was pleasantly friendly','2020-01-02 23:06:32.854000','2020-01-02 23:06:32.854000',5,'Lashun Jones','https://lh3.googleusercontent.com/a-/AOh14GjU1NlaTcHNDfHiSW0l7qhRWXEseFHnfGEE2FjWJw=c0x00000000-cc-rp','16389487648212004696',33548),('AbFvOqkBKU5Suas4SnJvahgf4zIyFrkgG6883gjZfZ9bbt1ysItFcTl0rodId0l1nGakmZbjWlnjCw','April worked with me when I came in and she was so nice! She helped me feel comfortable and relaxed, and made the entire process very easy and enjoyable. I highly recommend!','2020-11-03 20:32:01.787000','2020-11-03 20:32:01.787000',5,'Catherine Stephenson','https://lh5.googleusercontent.com/-3u41GHWQH2U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMsG4oO60CFeZcVhM4Ll_upjRz8g/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31419),('AbFvOqkBkVSMesR2LXBCVSjULStJSA2HRV6cc81WpfXyhGwXdZ7V58wjaPGXpREnqIbAu1yfJJg1Pw','Tricia & Robert very professional, helpful, super attentive and made the experience pleasurable','2019-05-10 15:23:41.245000','2019-05-10 15:23:41.245000',5,'Valencia Owens Santos','https://lh3.googleusercontent.com/a-/AOh14GhhGBfFu7N7wQTKbaei-RVOkTrN1jeZZcrij2C7yQ=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkBle10NoQOPmAQpaVdQloboSpUxPkEj3UFGOh4Xr8Sk197flCKj5Ol5b_lJXguIME4bH1y5Q','Great staff! Really fast service and friendly. We were out in less than 10 minutes. Really helpful!\nDr. Yusuf\nAmy\nNaureen, RN.','2019-06-01 23:55:05.764000','2019-06-01 23:55:05.764000',5,'Gisselle R','https://lh5.googleusercontent.com/-X_XA5mC8eP0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucke4hGMV3rgUlEw14Ph_Nlmb7Hg4A/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40552),('AbFvOqkbLkxFv8BdcThl7W6apT4h70b8cI5uA7-r0bFdVz4i9yjg9P7MbLQrq1xfOV_OdTDSVn9B5w','My visit was great! Keera, Selina and Dr. Golla were awesome help!!!','2019-06-25 15:53:17.605000','2019-06-25 15:53:17.605000',5,'Ronald Monroe','https://lh4.googleusercontent.com/-Aw7EV5VnlD4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmTbdc825xWC-dFz9_V0mkbVe54mA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36753),('AbFvOqkblX4D_Ak7HF6G4ahnTVmpGleOvrvufbu0nfQt6NjqTZ6SO3t-l-JpJOecEbSCgpgM_imGEQ','Everyone here was very helpful and welcoming. 10/10 recommend.','2020-10-24 21:24:35.954000','2020-10-24 21:24:35.954000',5,'samantha garman','https://lh3.googleusercontent.com/-UKvQSW1PTjo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclPbe3N95F06WRrJUKf0MGMV7W3bA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31467),('AbFvOqkbm-km5jwFnoQn3-GA_TVaMQLO1EbgTDvUA17saZ8c3xuqqSagDAnF99rklclZmYjW0fgM6A','Went for a Covid test and evaluation. Staff was friendly, efficient and helpful. The Doctors and nurses definitely put my mind at ease even though I was nervous. Would definitely recommend this location!','2020-07-28 22:52:05.337000','2020-07-28 22:52:05.337000',5,'Bryan Williams','https://lh3.googleusercontent.com/a-/AOh14Gh8KPJydKRLjoPDktDgdhaNVvUl4mPiO-80ccIbgQ=c0x00000000-cc-rp','14748677429039074158',31834),('AbFvOqkBM0iUTUL-Jr13b9vG90IE3f4yOSsgfuyplRiOzOsJIRLRwiFGrd8OZNxH56wBHf6KwQi0xw','If you are looking for the quickest, most efficient, and friendliest place to go for your ailments, this is the place. I have never been one to go to the doctor unless I had to, and this place made it not as bad as I was expecting! Jennifer D, Erica, Ashley K., and Dr. Jordan were absolutely the best! Was in and out within a couple of hours. Highly recommend!','2019-03-08 15:25:16.952000','2019-03-08 15:25:16.952000',5,'Sarah Shipman','https://lh3.googleusercontent.com/a-/AOh14GhLyEadkO_UzKVeOEWQ8XNFTR5grA_koGZ7APQB=c0x00000000-cc-rp','8626688543755174284',42127),('AbFvOqkbMDoCWk4RS7J8u4P1JZln2kW45SmyRflx7fcugpepz7MkZ717OSHr2Xyf7RXkTM5fksJf','Signature care is an amazing place. They are extremely helpful and very friendly. Kat, Aj, Daniel, Nikki, Dr. Tran, Alia, Emily and Thai went above and beyond to make sure my needs were met. This is definitely the best emergency/urgent care facility in this region.','2020-09-25 14:17:57.053000','2020-09-25 14:17:57.053000',5,'Tj Tay','https://lh5.googleusercontent.com/-lDK3THIubNY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmGry5yPmKjkOzYdl3sAddwNqtlrQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38953),('AbFvOqkbMhpfcFPhykYNB_8DRmJUEwG49FA8O0PuEYLmTZt9MgPn90K26SCY-bTIvtJxcTbhL87jMg','Carly was outstanding and very helpful. I would recommend Signature Care on Westheimer for the rest of my life(','2020-07-08 07:43:44.631000','2020-07-08 07:43:44.631000',5,'mark hayes','https://lh6.googleusercontent.com/-M3kx3EbnXas/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckjFP-PhC5smiT6rYYc_fht2cprPQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28607),('AbFvOqkBMije1lwVjYsYCRIO-hbdR76lMqy5vAdK9ARz7gfYB4-CSAA6XFPVOqmgUeUoR9bUDRmweQ',NULL,'2017-10-08 15:38:22.705000','2017-10-08 15:38:22.705000',5,'Jackie Lamb','https://lh4.googleusercontent.com/-xq0QTaldSdg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclr4oZA2wKCNq0Coxxwu_rceDP40g/c0x00000000-cc-rp-ba3/photo.jpg','17394740196501090048',37055),('AbFvOqkbnEcAbwRovYdoof51RGSN_tRcs8_lSArmQr-tHNSoq4xtK0NX3lRmqtTVSkBocYHEbgEIdg',NULL,'2019-09-03 07:28:03.650000','2019-09-03 07:28:03.650000',5,'Simply Beautiful Travels With Lecia','https://lh3.googleusercontent.com/a-/AOh14GiQ51rTOCCr2-QNOIsiKMn077TGPxkkBcFn-kjss18=c0x00000000-cc-rp','17394740196501090048',36712),('AbFvOqkBOaasg40tzjJ1QixFfupcL1kOYwqyXXJ_M2C_6o8F2fy247JyOgFjtgbKzf5y5eke7OXQfw','I have been to this Urgent Care a few times and I always receive the best care. There is typically no wait. The entire staff is very friendly. It’s very clean and comfortable. I would highly recommend!','2020-12-03 07:27:45.696000','2020-12-03 07:27:45.696000',5,'Erica Sirmans','https://lh3.googleusercontent.com/a-/AOh14GiKFPu6ddLpnP86zHo80us8sfE10uHntbp4DHVjXAM=c0x00000000-cc-rp','17898197009688164559',37413),('AbFvOqkBOEkoHMcJO1sXZrCSP5TKnpi9os5TAZwNEwnpanLWd6q8EzE0ayV6FbiRjqIzt8mBCqWRvg',NULL,'2020-11-05 22:34:34.922000','2020-11-05 22:34:34.922000',5,'Drake Boggan','https://lh4.googleusercontent.com/-IH-WEmPojAw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmbGuIZswLBmt-2PPvduFcLgJyYbw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41854),('AbFvOqkBoOlc1ySQ8YX_awkiH_H6MLNodDgDMKOyORX0GQGDMUp_KUBQbCmoF17obLsHsPI0g_XG','I was so happy with my experience with them! Chelsey and Lindsey made me feel right at home and were so quick to help, kind, and professional. Thank y’all so so much!!','2020-11-20 17:05:15.053000','2020-11-20 17:05:15.053000',5,'Ashley Walsh','https://lh3.googleusercontent.com/a-/AOh14Gjui7KqQ3Vn3hhWbUKsch2PJkTuEru0HsAgBVpd=c0x00000000-cc-rp','16891069708558046635',35582),('AbFvOqkBp8pDUD083TFoUmFymZPtEAO7bMp9A7LNa4u4q7QiYh4ceilrj4UYjUnVMMIzl6kwerrgJA','The staff was super friendly and made me feel so comfortable. It was a fast visit too, I didn’t have to wait long at all. I was in and out in a short amount of time. Dr Braun, RN Rommel, Rita and Kenzie are awesome!','2020-10-12 01:08:36.443000','2020-10-12 01:08:36.443000',5,'Alicia Valencia','https://lh3.googleusercontent.com/a-/AOh14GiX0kB36MIaY2CYG7KP5otBg2vU-JiKYW4zUU1t=c0x00000000-cc-rp','14904078213800803294',32236),('AbFvOqkbpDfsudDWLhH1UPFBA5aFN-1wq2tsGw2x5HpMdxrs0KC9taShzGwCSaur5Yj8xAnwrSpkIQ','Everyone was so nice and friendly, and worked hard to make us comfortable. Highly recommend!','2020-10-25 14:45:42.970000','2020-10-25 14:45:42.970000',5,'CKK Mason','https://lh3.googleusercontent.com/a-/AOh14GgMwtDXtJkZn3HLOBjy8nyYs06guGULR0nBOmmd6w=c0x00000000-cc-rp','14748677429039074158',31464),('AbFvOqkbpw0QDXNK_fE16M6P39hKd7RFEWMxQbNmHxvzS190e6iHVk03v-M-O3-ij1HPwD-69XnRHA','The staff were great. Nurses Kiera and Sadie were awesome.','2019-10-27 02:28:35.917000','2019-10-27 02:28:35.917000',5,'Michael Scown','https://lh3.googleusercontent.com/a-/AOh14Ggr3BArSoKkjM5wTsYPG3zEdmiut9ezufdqKV7_=c0x00000000-cc-rp','6521947413723274945',41568),('AbFvOqkbq8xLKfX4C4ieY3PTMsWV00Z_rfmEDQIU5MSapKLp-3zsaL21csvvSnP2IWWBac7rFLePnw',NULL,'2018-04-23 04:00:40.324000','2018-04-23 04:00:40.324000',5,'Sarah Clark','https://lh6.googleusercontent.com/-1D4vQf2qNE4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhpbLDtO53n6VtNDNsxvKJJ1gdag/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35282),('AbFvOqkbqc89p2H-hkZG0KdS84l7990ki6dP8fm9vxPOyxTdeZAzlXK8TBUN7bsG7BHQ58x4hYzndw','Great staff & clean environment! Everything went smoothly!','2020-10-19 03:51:05.579000','2020-10-19 03:51:05.579000',5,'Jewel Fernandez','https://lh3.googleusercontent.com/a-/AOh14Gi99qRW6JqYHAee8trKcdz2JA1iDvEHIMh6XqBL_w=c0x00000000-cc-rp','14904078213800803294',32213),('AbFvOqkbrBtzc1vM-VVUCWQL0Fbh4dYxC_b4zH7vL3fdPaIq2dZR6EgG4x4_i027HE9_O3gImqDDYA','I was in and out with in and hour and felt so much better!!','2018-08-23 02:33:25.686000','2018-08-23 02:33:25.686000',5,'Robyn Perez','https://lh3.googleusercontent.com/a-/AOh14GgO8mZrA_p0VaMZ_4Q-zfyuHpaFm7fZs8Sw7VQs=c0x00000000-cc-rp','16590124370714063921',35218),('AbFvOqkBRsCHagdRylrDDlhfRmCaH3ReLBaUDciNRrbvAODAFNjCrI1mU_xzySmZw9e7rPxD4Kj6Mw','Awesome experience with Dr. Herbert, Remington, Laura, and Jeri! Very accommodating and understanding. Thank you.','2019-12-08 13:17:27.345000','2019-12-08 13:17:27.345000',5,'Sarah M','https://lh3.googleusercontent.com/-fYb3OqQGri4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckNqokGRbTeb9niA9YZWXxJvo5wQQ/c0x00000000-cc-rp-ba2/photo.jpg','16590124370714063921',34515),('AbFvOqkBrvXjfzMdyNTPveWiPEG4vkBAfgaRoSbqeZ3HG4EZWDTkxsxukqoO0hMyRxczZyYirSth','From the second I arrived, everyone was professional, so nice and caring. There was less than a 5 min wait to be seen. Dr. Pham was awesome! He diagnosed my injury and got me the help I needed to help me recover. I would definitely recommend this place to EVERYONE. There is not many health care centers that leave a good impression anymore. You will be pleasantly surprised and not disappointed. Thank you Signature Care, you guys are amazing!','2019-08-02 18:49:09.138000','2019-08-02 18:49:09.138000',5,'Luz Barron','https://lh3.googleusercontent.com/a-/AOh14Gh4KiFjVvRXU5me90O4RSMMq8o_F9s7AgXCvRklXg=c0x00000000-cc-rp','13486358490203335051',29710),('AbFvOqkbRY_rDVjKc_fQMOSf5INxavW9TNXIVI066ND31f3GPGc_foKLhf99oBgHrU5N7-ACLJS6rw','Very nice and professional employees. Very well kept facility. I was in and out of there within about 2 hours which was great.','2020-10-18 14:43:38.735000','2020-10-18 14:43:38.735000',5,'MJ G','https://lh6.googleusercontent.com/-zd77gYWmQlI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnwYciGP_HfFHNTPfwVxlLQZAnvzA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39467),('AbFvOqkbS4AtoyNbadDPIfi5oy1Rje3mI5Cm7lkYRJZ3hVqz49Gc-e0ciJWvc8xt0kp3mme1q9JZFw','Everyone from the receptionist to the attending doctor showed genuine care for my son. The whole process from check-in to check-out was quick and painless - except for my son, who was injured. I would highly recommend this clinic for emergency care.','2019-08-20 23:18:39.726000','2019-08-20 23:18:39.726000',5,'Obi Wan Kenobi','https://lh3.googleusercontent.com/a-/AOh14GjrIvESkOFxPSbzQNK_DdkhwpWYKsJRhJOAQqfUaQ=c0x00000000-cc-rp','17898197009688164559',38021),('AbFvOqkBS7SchhyhMpo5JOC5UUPIoD45VuypUxPiVGzjvoppqpMwro3ONv7J0ux3CeuNQkyk8EVG','Rayven, Brad, Anthony, Becca and Dr Estevez were great! They all made sure I was comfortable the mintue I walked in. This is an amazing ER','2019-07-18 23:33:19.144000','2019-07-18 23:33:19.144000',5,'Larissa Mendoza','https://lh3.googleusercontent.com/-oflepzbh7Xo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckgL3VUbBky7m3tGd_mexX3lWu3FA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34755),('AbFvOqkBSD_lMMzyVyjLIxKZoXmO59mQ9wzl5vWF7DCQqBOA8DrDAj1UldkHhOMRA4F96Jtkbb1IVg','Fast and awesome care. Very friendly and helpful. Dr. Toni and her staff where super nice. Would definitely go this place again of needed.','2018-03-18 15:17:54.923000','2018-03-18 15:17:54.923000',5,'Esmeralda Ortega','https://lh5.googleusercontent.com/-YKakffpqYB0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnkiEOPv7VG4Br8M3gaFCanYtCOsw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40951),('AbFvOqkbSGQWqhN2m3W0Vz1zSe7mmVzvaD2kXLo1Rj0OOD2SbS1o-riGbBulINdvl1B_w5q-x1iS','Absolutely an awesome experience. They staff is SUPER FRIENDLY! Even from the initial check in! My staff was Brad/Anthony/Becca/Kristen/Ms Laura and Dr Vakey! Thank you guys for taking such great care of me','2018-11-06 20:22:06.043000','2018-11-06 20:22:06.043000',5,'Kaysee Hayes','https://lh3.googleusercontent.com/a-/AOh14GjFwW8xQmefKA8B-d8vVk0ENd4EdRceODhB12_1mA=c0x00000000-cc-rp','16590124370714063921',35116),('AbFvOqkbSm_r-pZuVhWwZuhCLtWzXxz_eFrQKsq2Uow-p8IIbu2azKad7b8ZAD886ObLQwyeSKeWxA',NULL,'2020-07-11 17:34:33.455000','2020-07-11 17:34:33.455000',5,'Ray Stroud','https://lh5.googleusercontent.com/-EQC2msk0dUo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVSld30BwS3LaZO8pRAwDaJzypjQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38801),('AbFvOqkbSNKe_vPMn8d2rNXBJET5r6bkeVfTGYk8apJCJeKbqUI3hxgVbdlHBZsx0TFjq9n9zRiVmQ','Absolutely great experience from the moment we walked in the door! I had to bed by my baby with me and the doctor and staff were super sweet keeping him fed and distracted while I was taken care of. Upfront pricing and payment plans for those of us without insurance. Fast & friendly service. This is a stand alone ER, not just urget care. Don\'t hesitate to come here for any of your medical needs','2019-05-23 14:37:36.325000','2019-05-23 14:37:36.325000',5,'K Will','https://lh6.googleusercontent.com/-I2eIQmVGLiM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclaaskfud7Yxeh0LAWFx1GxEIvlVQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39341),('AbFvOqkbSqeodP02eOzjdr4CByfPpK2BOBaL6xUz-e6kRjn7LRN0VsnWMZT5mnwo_zrFaAVyY3qD','Excellent staff! All the way from the front desk to all the nurses and doctors.Dr. Jolly was great! Very informative and great bed side manner. Nurses Gina and Regina took great care of my Dad. All the techs who performed the Echo gram, X-rays and CT Scan along with John , Natalie and the night crew are all awesome! Everyone had great and positive attitudes. Very helpful as well. I would highly recommend them to anyone who has any medical issue. beautiful clean place inside and out. Thank you guys for my experience!','2019-12-11 23:32:22.123000','2019-12-11 23:32:22.123000',5,'Phnix Jessie','https://lh4.googleusercontent.com/-ExAksIX5DfQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmD5Y6yUhAGMjvfSJYI3TX6VO5AmA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30396),('AbFvOqkBsxAVa1UZCp7LOYjdoT03G2pbOCBlMvXVrdvQa6SrM3Bzng4qAU72OzofwPxpuJgdlXL7','Came in at 7am with severe stomach pain balling my eyes out and they treated me like gold. Staff was so nice and friendly! I’m so glad they take TriCare!!','2020-01-23 19:24:56.043000','2020-01-23 19:24:56.043000',5,'Desiree Bonavita','https://lh5.googleusercontent.com/-9S7PIRdYgYs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckP-PwPiZ2zJvpnnst_LzkjTFGR4Q/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39154),('AbFvOqkBTb9ndLC1kUYR3dejM1_7RQS24UQvjHXxDHdOm8OihgSwtqaLhPANa5d2gyVROAWcOBtDMQ','We’ve been here twice with both our kids, all the nurses and doctors are amazing and treat the kids awesome!! Almost no wait time at all anytime we’ve been in!','2019-10-23 03:26:57.534000','2019-10-23 03:26:57.534000',5,'Nick Lapp','https://lh3.googleusercontent.com/a-/AOh14Gjj-uZkuCHiY7paBa7d59ZY-8Gcb2TBcmPFLnDMRQ=c0x00000000-cc-rp','2694018788013845459',39231),('AbFvOqkbTDnBo1-DAPzzImDjoQwh3b00rGBr6CYAC057oxTHI8euddkWoa5oDpMaQK_a-gBQCAL-','It was my first time here and I had a great experience! I had Bretnie as my nurse and she was awesome! Overall would definitely come back. Thanks for the help!!','2020-03-19 14:34:10.073000','2020-03-19 14:34:10.073000',5,'Grace Petty','https://lh3.googleusercontent.com/-8NfXThE6JNE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckrlytNZRX6-Uhlx4ZDwNieaU_LQQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34302),('AbFvOqkbtSaf8qsLStavpsxvHTgPAJT184epVgdBZqyUaqsHN_DQwCPZ4hghUmg0Db-veRwIh4Y_aQ','Very prompt and professional. Took great care of me.','2020-11-09 05:44:39.364000','2020-11-09 05:44:39.364000',5,'Gary Clark','https://lh4.googleusercontent.com/-yKx9tA4tr7A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm4spAwQifb6Lg3J2PqEGr5kPvXXg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29268),('AbFvOqkBUC_sLCLLFQQUiAHb4kdWF6Uq0mqKNU5C0W5Iw7rz9AgeYTstXpzCJ4hmm39XpOyb4xypmw','This was the most professional ER I’ve ever been in. From the front desk staff, nurses and doctor it was definitely a great experience. Thank you all for working the front line during this craziness.','2020-11-22 14:56:33.510000','2020-11-22 14:56:33.510000',5,'Lori Newman','https://lh5.googleusercontent.com/-7My4mcUOOu0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclWdLxi_UqzcyBYjT7WlpFuocPwLA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32904),('AbFvOqkbUqXs_Sk7TIlNA1yGc0EOoBvvbuCzSljhwbtFKHRn_ejieVM-AQh08XkpLhOjNPVWjlurTA','This facility is awesome! I was able to schedule an apt within hours, was greeted by friendly staff and felt right at ease by both Christina and Clay. Thank for all for taking care of me, I will definitely recommend this place to anyone in need.','2020-12-18 14:19:08.660000','2020-12-18 14:19:08.660000',5,'Sydney Perez','https://lh4.googleusercontent.com/-QYUb1pME-Ng/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmoN0G3lmnedY7ll6hrEJ1R9l2YlA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',44550),('AbFvOqkbuzH6UjHMliZazuU1iC3FkCGTnwj-NgA9k9rIcxaK7AiWGnvXHqhZ4AK0R2myI3aNcL2q','I sliced my knuckle open and needed stitches on a Saturday night. The staff and Doctor were extremely courteous and attentive. Although I\'d rather not make another trip to an ER, if needed I would gladly return to this SignatureCare Emergency Center. Clean, friendly, competent, convenient. Great experience.','2020-02-03 00:59:23.109000','2020-02-03 00:59:23.109000',5,'Joan Martinez','https://lh3.googleusercontent.com/a-/AOh14GgJVfg3XN3jT5LR--dSc5W-XqP6DmzRX3Dc5uoQXQ=c0x00000000-cc-rp','16389487648212004696',33417),('AbFvOqkbVAs-riOCD3sQ-Pk9hAqrOQXQqc5uW6ukowG0GTvQNeuzULIkDijk3J9SspD0ArlRyzjUWQ','Great service! Friendly registration staff, nurses and technicians. Shoutout to Amanda, Kennedy, Morgan, Bretnie, Jacob, and Patrick! They were all so helpful and kind.','2021-01-03 22:39:24.517000','2021-01-03 22:39:24.517000',5,'Sarah Abraham','https://lh5.googleusercontent.com/-c-KLu1Z2e0E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZx14fdeKmGRwOSqYogmX-GOdKwQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44296),('AbFvOqkbvHc53d4m2o9uGiw5ZfgJ-OGlGr0rfCoqdzcx-idsFByr_xf4X2xBIR9TOlqeVaj_kcND','The receptionist was very nice, I was in the back within 10 minutes and being help by a RN and seen the Doctor not long after. Very efficient and I would recommend this ER. This is where I’ll come back if need be.','2019-05-01 05:30:49.182000','2019-05-01 05:30:49.182000',5,'Ronoc TheBarbarian','https://lh4.googleusercontent.com/-OCOgKzW_Q1E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmyu6bAg3ItAqSZAtLF3vMDkgqRjA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29864),('AbFvOqkBVnj3kRuEnQgjU7bQ0fw_BtiFN4xzn1ZnVfPATy2JBuwsaUdL6koD4yUT6X1UVoMVu_cABw','Thank you Cody and Sam for being professional and friendly on my visit. You showed a team work done in timely manner.','2020-09-28 12:39:55.710000','2020-09-28 12:39:55.710000',5,'Emily Mendoza','https://lh3.googleusercontent.com/a-/AOh14GjfYiYsnWhTbWtzhqRDLYSsRjGmLm7v1RD5GWGJYw=c0x00000000-cc-rp','2077061009497551125',38511),('AbFvOqkBVUfVF0K4T88naqt_i8S5wkdeUFfVo4wlmUDKwxrSDBV2zyRjYkMZ8lFRvJ56L9z8xgbF','I love it here, would DEFINITELY come back. My wait was literally 3 mins. The doctor was AWESOME! I love it here. Both the nurses Alvean and Kat were super attentive and kind I LOVE THEM. And the doctor, Dr. Mauldin he was super helpful answered all my question, did everything possible to make sure I left In perfect conditions. And also the radiologist that first helped me when I went into the er was super kind, kept me calm and relaxed. And Jocelyn the lady In the front was super kind, explain everything to me in the front made sure I was taken care of before I went in. Thank you so much for everything y’all did for me, I wish mother but blessings and everyone of y’all that work here. May God bless y’all forever ā¤ļø','2019-06-12 23:52:52.419000','2019-06-12 23:52:52.419000',5,'Karina Phillips','https://lh3.googleusercontent.com/a-/AOh14GgG8-duA3EtpX-4G5v76ndy1McMx1XEaGrlU3fyNQ=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkBVw1GquqgDNwesRxI4QaBU2QOxbU2HGo0oEFQCrvpBaUyb3KWVSJdU2r2Xl1aXDjHyAAMgg','Very nice and friendly staff! Made me feel very comfortable.\n\nDr. O’ Malley\nAlvean A\nTricia B\nJocelyn A and\nKeith were all great!','2019-12-11 20:31:28.604000','2019-12-11 20:31:28.604000',5,'Donny Leyva','https://lh3.googleusercontent.com/-eM2ScASe-ZE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck6bS78AYLMYPXpqUPPjDt7CE-XWg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33613),('AbFvOqkBW2_wXieUWGcjwVq_EiuoW4wR_HcVO8Dk1XNXpZcTdfOyEswBFtQyn7xoAEh_N-xzUxFT','Friendly & helpful staff. Clean environment & a Welcoming atmosphere.','2020-01-03 01:58:18.223000','2020-01-03 01:58:18.223000',5,'Vianna Rivera','https://lh3.googleusercontent.com/a-/AOh14Gggrdga1cKhg-cWOWPYRHVFte5BsQS8G7XC6DZUpg=c0x00000000-cc-rp','8918455867446117794',43148),('AbFvOqkbwhKuLfkM6c3UEkZuGXo6-hyZFozRewpBz0v7uXVwo_zM8mOm7sgqg-UxPXrklnoHqcp4','Every one is extremely nice. Fatima the rad Tech quickly helped us. Thanks to Sarah and Tanishia.','2019-11-13 02:42:44.064000','2019-11-13 02:42:44.064000',5,'Denine Bailey','https://lh3.googleusercontent.com/a-/AOh14Gj8GoyLPZW2BPFi-d1bFzcHi6xJcWsdxdVXRmNE=c0x00000000-cc-rp','17898197009688164559',37887),('AbFvOqkbWii_SpshQFJqp1ZdczWcYvtJRclf7K6DccsCUlhQL8PJcGd0oC5lUQtV68dwjMIsxljDeg','It was a good experience staff was very caring and friendly they explained everything very good. It’s very clean and they work fast.','2020-12-07 04:07:22.279000','2020-12-07 04:07:22.279000',5,'Andrea Reyes','https://lh4.googleusercontent.com/-r8ntvtCoU1U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclKRMLKMJVvkKsP1rW1UNZiuzXsTQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38862),('AbFvOqkbWyuArpZHHLXuZtIAUAcIurTWb2RJ_xH41Gbu3T9l46IENnFWhcAtA5UvAhWH3fnJq2LwpQ','Great staff and service. Dr. Chukwu was great and Amy and Churiah were very knowledgeable','2019-03-10 04:20:19.846000','2019-03-10 04:20:19.846000',5,'James Benson','https://lh3.googleusercontent.com/a-/AOh14GhhNVyquD4f4yD5uA9CkO-OrnIIfrr8URCPrRgfXg=c0x00000000-cc-rp','3511292162159714121',40624),('AbFvOqkbxwuLZDCaEdtRQDwWaJCpQwj_X_OklcaRgxIfkCTbn_B3OSRjtE9siDSFOV-2QVVWOQn-Vg',NULL,'2019-12-25 03:49:49.742000','2019-12-25 03:49:49.742000',5,'Kelly Hall','https://lh3.googleusercontent.com/a-/AOh14GjZhTnGM4QBx41B8CwFTiKoaoMv4npsRhscdHLogQQ=c0x00000000-cc-rp','13486358490203335051',29506),('AbFvOqkbxXfU5fu719UQn3Ietfp3H2A2PHlguO4YuklLwS7jk71u8gk7rm1ZcDOA2XBz9yGL2Ut5','Husband came in, his knee was hurting really bad\nThey were all helpful very fast service. Would recommend highly.','2020-01-17 01:48:22.649000','2020-01-17 01:48:22.649000',5,'Melanie Brito','https://lh5.googleusercontent.com/-LIe2BFUFJVQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckQ2miil2byCCC3VIFpa5oYWfrTCA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29484),('AbFvOqkBy2I30lTrXu0-sHkaJgDHV8P3EZPB8v5i-wdsyVcoH6ve58X1iMVpm7A7v7MY0mALZv4B-Q','Awesome!','2020-09-05 15:02:46.666000','2020-09-05 15:02:46.666000',5,'Nikolas Badillo','https://lh3.googleusercontent.com/a-/AOh14Gh2M14wGczPrUGfz3aNr4aijoJLRZhVc9KPJd4WSQ=c0x00000000-cc-rp','17394740196501090048',36538),('AbFvOqkbz-YTkTGeLICeNi5Fj-dnWaSPLKeWmSCtXH7juF-PtzUPDuWdc2W23AzXUS2AJQZLuEZh',NULL,'2020-10-16 17:10:54.023000','2020-10-16 17:10:54.023000',1,'RUDY GAMERO','https://lh3.googleusercontent.com/a-/AOh14Gic-WXRk2F5-iidVRg_IQEqv6hTd0tZCFYc501e=c0x00000000-cc-rp','17898197009688164559',37500),('AbFvOqkBZjp2TrWnKWIQuTdw5KQ4jgTNeT9IjGWXBG53Ue5OQB9ihUpY-DPNfYs6rm917DsAuBob-A',NULL,'2020-07-02 01:03:07.702000','2020-07-02 01:03:07.702000',5,'Marvin Alvarez','https://lh6.googleusercontent.com/-PDN5hK40wUE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQAYi915Yw99DhIAiUnMZ-Ib1Sqg/c0x00000000-cc-rp-ba3/photo.jpg','14904078213800803294',32316),('AbFvOqkC_e8E5AjhGOxG63LQLxCaeWY1rA25XEpb212NIM-v5Obp8eOXLe5o8wtkq7u3MHOkw6Tv',NULL,'2020-07-21 03:08:01.208000','2020-07-21 03:08:01.208000',5,'Kelaiah','https://lh3.googleusercontent.com/a-/AOh14Gjd7ABdsCKPnZzLqmo8UryNvNAyHH2QlVM4K1lIlQ=c0x00000000-cc-rp','14748677429039074158',31920),('AbFvOqkC_gQRX_lfHqeCSk6OPgwzsMg2LlKgssdWtyhLZeLVqb15xP8NAgXqCTgICHo75qS4MzcQyw','Nurses and staff are great. Service was quick and efficient.','2020-10-21 17:50:26.590000','2020-10-21 17:50:26.590000',5,'Chelsea Janacek','https://lh3.googleusercontent.com/-S9j3nRFjack/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnYZK96sfXlaHV4xopk9QY3Ng05JQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33124),('AbFvOqkC_u-4l5a10rmvfUXz8WT7Ka6jpWniup44h1iCDFcLXsOyxvzmEaVOvKbmqJznzgeZ_ujS','Dr. O Malley, Jani, Marcus, Elisa and Aurora were so helpful in making my ER experience pleasant. They made me feel comfortable and were very helpful. I would definitely recommend coming here!','2019-10-01 20:44:50.758000','2019-10-01 20:44:50.758000',5,'Vera Olenn','https://lh6.googleusercontent.com/-Ol48netaog8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckJaBqWxPjT8wkW6GBLHf_xYgxlnA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33918),('AbFvOqkC-1ixmWFkjFq17SIDwPPf7-vCrlHh6xKgN6rrX4k43_x_z92IGIQxsCZ00p_JaIyKiBZHIg','I come here often when it’s short notice or for a covid test. All the staff is super sweet! Today jennifer and mollie took very good care of me! Cortney temple checked me in and was very understanding and nice!','2020-12-26 22:28:33.488000','2020-12-26 22:28:33.488000',5,'Destinee Kohlman','https://lh6.googleusercontent.com/-qqqTOs3kqPc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckcFCiSyjL_2REAsVXFgTwKhUpm5g/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43876),('AbFvOqkC-FxaQLL-HDT9W3d5ZlXu_hnEvWXrWGb-H3z0K5-4i-Xjb9JsdqgUbSGrJnhbuIz7UwX9rQ','Came in feeling very sick from a bad headache an sinuses. Sam and dalal in the front attended me so fast . The nurses all the staff very attentive loved this place','2020-11-12 01:48:07.304000','2020-11-12 01:48:07.304000',5,'Dilma Varela','https://lh5.googleusercontent.com/-R-iivNmrpus/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclYE_EbPsekjK36nvvJenLha-EEDQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30020),('AbFvOqkC-jIS2zJYrPVmrdg8eYkqKHGBvmNazRz4YMX0AS8DHsNkJsyv-6JnUxVvFDoDVumVGcmfuQ','Dr. Thomas was awesome, the whole crew was awesome. From check in (Tanishia) to the nurses (Jennifer and Jeff). Dr Thomas was informants really compassionate. I hope I never come here again, but if I do, I know I’m in right hands.','2020-02-12 04:35:33.563000','2020-02-12 04:35:33.563000',5,'Sergio Garza','https://lh6.googleusercontent.com/-ZC3uJ0vWTX8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmTMlTNqFPKHwC02czhpG5oGPkkSg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37704),('AbFvOqkc0-dWbJvur81rEpfPA8RA7VHGDT3UcFUC0HcnWfU2zbnWI3mjH9YlLo2CDNKJVk6h6dsg','Meredith was my nurse\nJocelyn was the receptionist\nAnd I saw Dr. Appiah.....they were friendly and very helpful','2020-01-29 22:39:07.085000','2020-01-29 22:39:07.085000',5,'Liz Vatuna','https://lh3.googleusercontent.com/a-/AOh14GivFaroot3aGR2yHaeCHNOH1cJ8Dlpj0Ugzea1hHA=c0x00000000-cc-rp','16389487648212004696',33430),('AbFvOqkC0F9R5cNHg0ffAKpv7K56wxD-CfSuKZImBkicBTZW3NMRjXhMSnySQiFHLymBC9GWcMWjrA','Dr. Sajal Das & his staff were all super nice and helpful! I appreciate everyone being so positive in such a state of turmoil.','2021-01-04 12:28:11.722000','2021-01-04 12:28:11.722000',5,'desiree griffith','https://lh6.googleusercontent.com/-mImzX_eqTMg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucksaJjB0uo_G_X_W9o1IBjYnMd0Fg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',44324),('AbFvOqkC12UVxrifCOdBSXcgCCowJSu7D4gdJ2JGiLlZ-ymV14XFZPqpXi2bOlhCquawdoUcQJgZ','Dr.Alcanter and RN Dana were amazing ! Their bedside manner was very comforting. Dr. Alcanter was very thorough when explaining and took time to answer all of my questions. Absolutely Five star service!!!\nThe front desk staff was also very nice and professional!\nThe wait was very short ..','2019-09-16 18:27:30.459000','2019-09-16 18:27:30.459000',5,'Charisma Carter','https://lh3.googleusercontent.com/-M4QYi3yx0jE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckql3eDFnoF9KFIW9vvCaZhp8RzjQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30455),('AbFvOqkC1CCI496NdBuo-lOYyPMGyAc9SNyGhUG5-C8oOgHTTi-LrmduBKAblZ0oQXIVi98I03FO','The team here is great, friendly, accommodating and they LISTEN. The facilities are spotless and this was really the best medical experience I\'ve ever had. And Dr Patel is super dreamy lol.','2019-12-04 13:46:33.026000','2019-12-04 13:46:33.026000',5,'Deb C','https://lh6.googleusercontent.com/-r3EUT69B3XM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmhUgYAjUK3PdAuqcRx4hf8ISzcLA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28963),('AbFvOqkC1QvDF_I8kR-Y4iiaPPj9BdyzFZ3yPsZVd2uJlsKQplOKrtB4jfHqd5eUOrIbN-VEu4lJ5A','Mrs Calli, RN is awesome! So friendly and made sure I was comfortable and made sure all my questions were answered! Staff is awesome all around!','2020-10-03 18:09:54.586000','2020-10-03 18:09:54.586000',5,'Taryn Anderson','https://lh4.googleusercontent.com/-Ye32vsh259M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclXzCOGxuOWUhuSfEVuobtZBn53Qw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38496),('AbFvOqkC3b_4kck2wIh0HqgEuBNIXfsP4kBVAAqGAC5NRSH_lqRPyvdo27TFThXbsKIU2wCuYql-fA','Came to this place with my fiancĆ©. Nurse Keira and tech Dillon were amazing. Nurse Keira took time and answered our questions. Tech Dillon did good with his IV. The warm blankets were my favorite. They even gave me one and I wasn’t the patient. The Dr Daniels explained everything. My new favorite ER','2020-02-23 07:06:16.987000','2020-02-23 07:06:16.987000',5,'Rita Lafitte','https://lh4.googleusercontent.com/-xSF8_VVr3VI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnSjTQ5TTVSjuvyw0js8nd3EOPlow/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41459),('AbFvOqkc3EXMbaZwDM_7XbyV_oqomtUy8wZDaLEB7Cp7ScgkTazsnx4GPCbqgAZkyPog6K-QzOrE4g','Very helpful and attentive staff ! Ashely and Tiffany made the paperwork short and sweet ! And the doctor was able to get back to me quickly !','2019-03-26 19:15:47.572000','2019-03-26 19:15:47.572000',5,'Ashton Hool','https://lh3.googleusercontent.com/a-/AOh14Ghw_wac8A69YAnOAfsVKi8u0se79_Zt9pkcrQw8vg=c0x00000000-cc-rp','8626688543755174284',42109),('AbFvOqkc4eYbrlj7ax9ziZ2pWeoCCK9K3VXcWjptnZtpp_dBTkwn9bTnEIQ4tEZC-lQuVIDJgoFxhg','Clean, timely and wonderful staff. Knowledgeable and kind. Dr. Lindsay, Shola, both techs and Tanisha @ registration were wonderful! I highly recommend this facility.','2019-05-20 03:15:44.504000','2019-05-20 03:15:44.504000',5,'salyntha elliott','https://lh5.googleusercontent.com/-BDKMdZtPd4o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-5AKc9dzRodDnBiBzwswm0gex5w/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38176),('AbFvOqkC4LQJU2z7MUIoYMxGL_a1gfZLJgzr0CiQZeZyYmK8K28L_AocBMVXTn3t2kUHNmvSbQECWA','One of the most pleasant emergency care facility experiences I\'ve ever had! No wait, friendly and attentive staff, treated my neck spasm quickly. 5 stars!!!','2016-08-08 14:10:57.288000','2016-08-08 14:10:57.288000',5,'Sage Beck','https://lh3.googleusercontent.com/a-/AOh14Gg5x-PSDUhI-oYrHHYWwEC_aYgpaoO6e8dQrZje2A=c0x00000000-cc-rp','17394740196501090048',37316),('AbFvOqkc4XHxdvZlpHQdM5VgbGV524aVgEUi5QJEBbTbTHuek0WDiLfQ2066EAICXaO60MRT_2ZybQ','This is a great place Lindsey Sarah Fatima tanisha took care of me very well','2019-12-06 04:54:19.385000','2019-12-06 04:54:19.385000',5,'Cherish Skyy','https://lh3.googleusercontent.com/a-/AOh14GiPVSQQOpGhrq2tID598n7lK3x8Hxs1VVjf8rm3=c0x00000000-cc-rp','17898197009688164559',37824),('AbFvOqkC61EauV7vXNeqjTcN6LwuzcLWaVbfX4wZ69pb1NxHUwUsouBtVCPaMrbJ_wzbD9waBiCHtQ','Love love love it here I’ll be back.','2019-11-22 01:55:41.412000','2019-11-22 01:55:41.412000',5,'Mia Dixon','https://lh4.googleusercontent.com/-1n8oluUaSHE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclIhSS9ncUDlaMVRGTJMv8HWvLFew/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33699),('AbFvOqkC6HMIzKmUaeKmnR-8Yt997mydc-05nb0VXFuxMAw2yIWEv65nSUDvCAr-3KQslFDq08l90Q','The level of care was above and beyond my expectations. Clean facility, as soon as I checked in I was already being called back to be seen. The staff is very friendly and work very well together. The nurse even called me back the next day to see how I was feeling. Thank you Jasmine, Brian, Janie & Dr. Mauldin for taking such great care of me, and making my experience as stress free as possible.','2019-05-05 18:33:58.796000','2019-05-05 18:33:58.796000',5,'Alicia','https://lh4.googleusercontent.com/-OfpX8TJ2DcY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnipSpE1GTMelPSGW8R5W5f_NcKow/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkc6ZJAjpvuAgmNv71g1cuMZRY3QIkRWr5pSBO5OyZvPP_TiBUfAJB_B2OwDKPAcDXv5xDvFw','Really great! Excellent service. We came here for COVID testing and everything went great. Nurse Carly was really helpful to us. Thank you so much!','2020-07-07 07:34:02.118000','2020-07-07 07:34:02.118000',5,'Reina Guillen','https://lh4.googleusercontent.com/-JCXyANxnGM0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckm8UnOnP6gH67GpEsWhb1fWhb_6w/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28609),('AbFvOqkC76s_VxvF9KO8AQmwX11bYYdQ_xbuMsuF8h0LNs6aSmyKOH4QziFHJb7vVe5QqnuWggfQSg','Everybody was very nice and friendly.','2019-11-20 09:16:10.929000','2019-11-20 09:16:10.929000',5,'B Mackey','https://lh3.googleusercontent.com/-AF6G9D8Oeec/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxFlZ_LOkMlLBO1zHunHsnAIgDTg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37860),('AbFvOqkc8e6JsRy-Sy63dY_qMRC4igg5EstmCIlq0KXlVCed91iexdUo-hgwa_MeMpzPAbYLBXL0','Very quick service, covid test wasn’t nearly as bad as I expected, staff was nice and very professional.','2020-07-19 21:56:37.231000','2020-07-19 21:56:37.231000',5,'Samantha Bilbrey','https://lh5.googleusercontent.com/-Gfg0cOqY6Hg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnNAVgQx495l3TjF3gSkyRClJ1N7w/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31956),('AbFvOqkC8KZl4_LvShXxZwPmnVWzHBVf_oslBWLatyqV7jrN9DL7Y3-c4LC82KU77pg9HRrJh7v63w','Delicia was very welcoming and friendly!\nBefore I could lay on the bed Blake had me a warm blanket.\nDr. Alloju was very understanding and thorough!\n\nThanks!!!!','2019-12-02 19:15:32.717000','2019-12-02 19:15:32.717000',5,'Dinesha Guillory','https://lh4.googleusercontent.com/-bX9Npx10sDw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnliXyWCW-_zpWB1XO8DEh7E9Sl_Q/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42562),('AbFvOqkC8O8myVEgl6WoCTA620uni5CnYPS09O7gwGC23Eu9kM-k7fO9W0muH8DfY0IfR57WBoYf','Came in for a Rapid COVID test and I was pleasantly surprised by the clean facility and calm atmosphere. They gave me water and offered a warm blanket to me while I waited on the results. Georgia was my ER Tech and she was awesome! Very personable! My doctor was Dr. Bodige and he kindly told me my test was negative. Great, fast experience! Would definitely come back if I needed to!','2020-10-22 00:19:18.158000','2020-10-22 00:19:18.158000',5,'erin gonzales','https://lh3.googleusercontent.com/-3jgW9TXyY_s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn3F7FgK3cnAU0V9ivrzsPLL263Zw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31474),('AbFvOqkc9b6Xqn-Qs83oTeFWeUD4mOASX2FtrtUF1m9XIwgEp0YixHdT6QLWRVtsJcoV7csGsnNltg','Kandi, Ana abs Christian are excellent staff! highly recommend!','2020-12-19 02:38:06.701000','2020-12-19 02:38:06.701000',5,'Katherine St. Martin','https://lh5.googleusercontent.com/-pmj7GgVLmH8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckdE_xY4XQXpliBS46Upgz_nCIdpw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40013),('AbFvOqkc9jo16TyZ02nFdxhdQoYCtgIr-uCKDX9MAvmSyswQaHnz8CESg7B1jzjV830BFm_LTJxa-Q','Thank you Dr Straface! Same day result for covid','2020-07-18 17:38:56.516000','2020-07-18 17:38:56.516000',5,'Selina Diaz','https://lh4.googleusercontent.com/-4kHaSi5gbSA/AAAAAAAAAAI/AAAAAAAAGmg/AMZuuclyv1DWUMlpksXpclj15Ch7bECblw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32009),('AbFvOqkCAkq3vZSUniyarizonPSuFfPLwSLj4dn6NfdK8VQIKQ3F6fknC4XdKbhSf1cvN_NjPWQ87Q',NULL,'2020-07-11 20:33:37.955000','2020-07-11 20:33:37.955000',5,'moises jaramillo','https://lh3.googleusercontent.com/a-/AOh14Gj6WTGrcB_Jggq0jS6xIArC7JtXFDINyEz8mepS7Q=c0x00000000-cc-rp','8918455867446117794',43002),('AbFvOqkCAKrQBnMfWnvov7AJG2g0yeCk3pgFpJ-ZqiTtvkY5eSQCRT1Rjyg73es-KTOjXctQmYi-eQ','Very clean center and helpful team. Quick assistance, friendly.','2018-09-11 13:45:20.369000','2018-09-11 13:45:20.369000',5,'Tim Nguyen','https://lh4.googleusercontent.com/-Nkj27e7JpKU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmyQqOrR_QIfeGy6FvsV2vHtZHhog/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36901),('AbFvOqkCAoEdsxY20KhweDnOsfArBqIOaoD2iuh-iTNBYxLEzo56sP_E56BcHGKjTRTYbnQYXNf-YA','Absolutely sensational service… Not a fan of being sick but if I do get sick again I will be returning to this office. They took care of me in a very timely manner. I was in and out, and even before my medication I feel 10 times better. Shout out to Dyveliz, Brad, JR, Morgan & Dr. Troy were phenomenal!!!!!','2017-08-23 21:08:48.695000','2017-08-23 21:08:48.695000',5,'Torian Fields','https://lh3.googleusercontent.com/a-/AOh14Gje5Yc5l1aU55VkhQseTikF1HBtTiICf4KWH0xCHQ=c0x00000000-cc-rp-ba3','16590124370714063921',35394),('AbFvOqkcarHa6QKqzjrhOvD2WamL7aLOwfVTh18PyrVfR2S7wYSbBI-qt5yijib5F0sh-HAIPL-CZQ','Dr. wang is amazing he answered all our questions and was very professional.\nCarly was very professional as well\nAnd the rest of the staff was amazing\nSarra, Thelma, Sherwin very amazing people with a positive smile and attitudes I hope you all have a great Christmas and a happy New Years','2019-12-24 01:46:32.977000','2019-12-24 01:46:32.977000',5,'Young Lion','https://lh5.googleusercontent.com/-2l0tq_Dw94o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclC9hpu_EteJCpNv9O_s91eo1Ioqg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28910),('AbFvOqkCaWA4F3tWHucgJTahXrbKfUpub1gMgERcA7riiRcJq5-PqlgM-q0h5fA-a8qOBB61KUxBZg','I had to bring my daughter to the ER this evening for abdominal pain. The staff was very friendly and made sure she was taken care and also made sure I was comfortable. We were welcomed Veronica and she was friendly and got us seen fast. Her Doctor was Dr. Zhen answered all of our questions and made sure she checked everything, nurse Irving and Tech Thelma was great!! They were very attentive, her radiology tech Sherwin was knowledgeable and fast.','2020-03-03 07:36:10.686000','2020-03-03 07:36:10.686000',5,'Terrie Palmore','https://lh4.googleusercontent.com/-8pNAc4YHQf4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8Azw_1qtDRPDDHe0aQaTevjjqbg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28668),('AbFvOqkCAyax_2OdJHx8RPDQLcOV2kmg84ZBTU4CnuRl6gpCQ6qwfr2AEJMjA7p9LTyZc7-kL9rGlg','My visit was excellent!! Keera was sweet and an amazing help!! Thank you 😊','2019-06-08 12:54:36.839000','2019-06-08 12:54:36.839000',5,'Bethany Finstrom','https://lh3.googleusercontent.com/a-/AOh14GjITixJpL6c2CTOkzYbYx_SEEoBeRR3H3Ho41a0=c0x00000000-cc-rp-ba3','17394740196501090048',36772),('AbFvOqkcb2DG1beEcBRvy09gkCPhLU4zy6jwBytZJGcPXLEFLrxLnOC7nvqMDR2I0eSCfzU--SMWMA',NULL,'2018-04-16 20:11:24.303000','2018-04-16 20:11:24.303000',5,'Taylor A.','https://lh5.googleusercontent.com/-ZqjSFz6johA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclElyzKybipZ3JGLsCXqfKwgTgSqw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35286),('AbFvOqkcBG22Y7vDZxvEW7Bf71wpWBRw3Igx6AUVOOqhYGJndxAiL7Xft9qNVmuBuTsIWf9ftKk6Ng','Me and my husband had a good experience here, Dr.O’Malley was very helpful to him and he answered all questions for him. He even went a step further and called the specialists he knows to get an appointment for him. Erika and Patty were also very helpful through each procedure and helping him through the process of being here because he doesn’t usually get sick. I recommend.','2019-09-20 14:09:10.412000','2019-09-20 14:09:10.412000',5,'_Sylicia S','https://lh3.googleusercontent.com/a-/AOh14GiDid9onRo-lXN16R6puUZFU6Owwj7-XeekRbCrRxk=c0x00000000-cc-rp','16389487648212004696',33943),('AbFvOqkCCnYjyWaQbLvis_2i5vrqvSzR3G3j_l7Kmq3yzB0_Lvw2jpzx-zsw3WSuG2SU6Gn86WsS1Q','Got injured at work. Decided to go into signature i was attended very fast and in a friendly manner. Got told I have a hairline fracture but great service if I\'m ever unfortunate enough to get injured I will definitely be coming here first.','2020-12-21 20:45:46.920000','2020-12-21 20:45:46.920000',5,'Litzhay Munoz','https://lh5.googleusercontent.com/-z-o92DUjWg4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn-0knv24vPcQ48k9i7HNaLrjaDFQ/c0x00000000-cc-rp-ba2/photo.jpg','13486358490203335051',43696),('AbFvOqkcCPm_leGgDGgNHDGP_-pR_NIee4v6Rhh8nJBJUtKcI_oE_9ZdWeF9skW8bGQH5ii4E9sv','Dr. Jaber and RN Anthony made me feel comfortable and cared for during my visit.','2018-09-02 16:56:05.187000','2018-09-02 16:56:05.187000',5,'Kenzy Posey','https://lh3.googleusercontent.com/a-/AOh14GhCaEUsE_3WqiYMFZnB1QMxG_Y7Ouxgccb6qRaJEQ=c0x00000000-cc-rp','16590124370714063921',35202),('AbFvOqkcCV2j4I4oB2OaOxOVWv-g1HeL8v7v-458odGuUD6JZwwj1HqzGEpFF9cDzyBpWyhRoduvDg','Great fast service. Erika-registration and Reginna/Joseph the nurses were great. Best ER in town','2019-12-23 18:28:40.692000','2019-12-23 18:28:40.692000',5,'Nicole Jackson','https://lh3.googleusercontent.com/-ar6wKhoUmcA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJDGCFt2TXh1K3n82bK32ckU7o5A/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30383),('AbFvOqkCCxmvDOO43I1SVELli6Lpmulc5sT6_15taiMV2maiy692_SOf6N-kNii-QQ3yXsVGsFsVdA','I really enjoyed the visit to the SignatureCare, Valory and Graciela were very professional as well as courteous. I would like to thank them for making me feel at home. šŸ¤Ž','2020-11-24 17:32:58.856000','2020-11-24 17:32:58.856000',5,'Bryceton Shelley','https://lh4.googleusercontent.com/-UTOZP6niwY4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnisJPxDeBVu8-O8UUCJjvVKH42sw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32884),('AbFvOqkcdbBOmZYO2nuHYrb2TKV9w8pjBVVo7n5tZwq6R897HEAOuh5_Wam6_Z17zXloZXyTJChSfQ','I enjoyed my time there. The workers were kind, patient and understanding. Dr. Elsbecker made the process go smoothly and helped for me to understand what was happening to me. ShelliĀ T and Linda S made me smile and laugh through the pain and made me feel comfortable all through the process. Natasha N H greeted me with a smile and a happy tone and gave me all needed documentation and made payment easy.','2019-02-05 03:36:17.847000','2019-02-05 03:36:17.847000',5,'Little Fox Sasha','https://lh3.googleusercontent.com/a-/AOh14GhFnHMHv7aa_JQbPhRXrDm5u9AhDs0ovPPnittC=c0x00000000-cc-rp','16891069708558046635',36280),('AbFvOqkCdFGelLoU1oBHT9XDOEDs6BxdldZMV_S3RblazrAm6ApIrlv2Vkdgh-1op7_CbFaVDcVZ','We came up for a football game and my daughter wasn’t feeling well. We decided to stop at Signature Care and from the moment we walked in the door and met Lorena the registration clerk, our amazing experience began. Nurse Jacob called us back super quick, he was very attentive and was extremely caring towards my daughter. Dr. Harjai came in immediately as well and made us feel comfortable. Laura the rad tech also was very helpful and extremely caring. Truly, everyone there was so amazing, caring, and skilled at their job. Would definitely recommend!!','2019-09-14 23:25:18.084000','2019-09-14 23:25:18.084000',5,'troy beasley','https://lh3.googleusercontent.com/-049Rdv3--Zo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucky62Mk1BKSNGmtyHwy-7XlhZe7SA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34683),('AbFvOqkCDjJHyTM7FId1Qmd3dK6HveQcsQOHdiTAHS92C1nWtPZfajC5zbTwHFWbmrwb3CUs98bUaA','The staff is great and patient. I am glad I came here for help.','2019-06-25 18:33:07.540000','2019-06-25 18:33:07.540000',4,'Vanessa Johnson','https://lh3.googleusercontent.com/a-/AOh14GhT0YzaySomyeWqryy20omtNm_Fp9YrwNtDcp5hR_A=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkCE8CbvEEoUo2GjS3x1ggZwSov9Xjl28ZT8pX-mV6kdoIZogJY9YqnFS_H0wl9AypiO3w2gA','Very professional and helpful group. There was zero wait time and Dr. Youst took time to explain, in detail, what was going on.\n\n5 Stars','2019-12-14 18:55:07.364000','2019-12-14 18:55:07.364000',5,'Auglaze Allday','https://lh6.googleusercontent.com/-EeWCJXpXV1U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDNvXULtdvVpvLSpN-oPhaJ_Kx1g/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39753),('AbFvOqkceCRHGyItSwfNvD6nl2JPCCxXurpb0vhStAUTyNoLWDZuvKXlq6Vh1oad2zodGcLbfPBuRw','Awesome experience. They apologized for the five minute await. The nurses and doctor could not have been nicer. Nurse Shelly was great. Receptionist very welcoming. Waited in a comfy bed with a warm blanket to see the doctor. Nice to be able to get a CT scan done here. Will definitely be back!','2019-01-04 21:44:45.063000','2019-01-04 21:44:45.063000',5,'Katheryn Barlow-Williams','https://lh6.googleusercontent.com/-uw8Up8vw-nU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnX1zQD38jzQPo8xd4ZokOwmvV2Wg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36303),('AbFvOqkcEEleYeXxGw3Uo-bQ7Yq388RWn22qhUwM0t12E_IQw66smIj6vFcvuRFWUDmtYmzqSHmcXA','1st visit to this place.. Jasmine greeted me with professionalism and respect... Dr. Estevez was very knowledgeable.. Alvean was very nice and knowledgeable as well... Tricia drew blood wish was painless.. so I\'m very pleased and most definitely will return in the future..','2019-07-25 15:18:46.410000','2019-07-25 15:18:46.410000',5,'Aaron Williams','https://lh3.googleusercontent.com/a-/AOh14Gh6LWKu7MXJZN_wi8O4sBuPkx-_f8pS809J75_dVA=c0x00000000-cc-rp-ba2','16389487648212004696',NULL),('AbFvOqkcEmOQuwtTYkZsu75A3goolbd28h7BLBJ3oADJ2NhpTmVAJe2rL2acNqLik605oXbOMNUD','I visited SignatureCare on 6/1/2016 and every member of the staff was courteous and professional. The facility was very new, clean, and comfortable. It basically looks like a small hospital inside. I would definitely go back in the future.','2016-06-02 17:22:55.134000','2016-06-02 17:22:55.134000',5,'J G','https://lh3.googleusercontent.com/a-/AOh14GiyusuC8xx01oZOOpnaXeVVxMb2hXTeYzq77pZhcw=c0x00000000-cc-rp-ba3','14567670160750071148',31240),('AbFvOqkCEWW2qTTNaEG_NOg6kea5JBqH3kEMKcHBoxJm9q-_jtRn0R4I0InQn6rkOxCHbKw9_BP4',NULL,'2019-06-15 19:47:25.189000','2019-06-15 19:47:25.189000',5,'Kassidy Ashton','https://lh3.googleusercontent.com/a-/AOh14GhE_NlxrrRyja9IPbjlsyWx9aw0eBeI1pF-6Dl64w=c0x00000000-cc-rp','8626688543755174284',42042),('AbFvOqkcFGkGNUtB6M2k5Txm2SRofaxuyeynG4KQC7Zav1q6bsbZm1nK9fKrZkA-PJz2YV80XnHG','Dr. Boester and his team were fantastic. I went in with food poisoning while pregnant, and the staff made me feel comfortable and helped calm me down. They did everything to get me well, and I walked out feeling better. I’ve never had such a positive experience at an emergency room/urgent care facility.','2019-01-01 22:19:40.838000','2019-01-01 22:19:40.838000',5,'stephanie gonzalez','https://lh3.googleusercontent.com/a-/AOh14GjD5UJ6srNeAWs1NGH6vjv5F8BKogo4I4W1yvJo=c0x00000000-cc-rp','14567670160750071148',30655),('AbFvOqkcflv3mhgCSsHm4SPi5rN1yDS02fhJh6ZX7r55c6u60nXiHmekrOKQBqk4lkzD-EqS1L2zWg','I can not express enough the gratitude I have for this staff here, both the front staff, and back are just great. I went in last night, and I’ve been there in one other different occasion. I’ve had different doctors and nurses both times, and let me tell you both the experiences there were great. You can really tell the team loves what they’re doing, and they know what they’re doing. They’re so quick to check you in, and take care of you as a patient, and I’m very very grateful to them for being so kind, and making sure I feel better, and get the correct medication to make me feel better. Thank you guys, keep up the great work! šŸ‘šŸ¼','2019-04-05 13:07:20.311000','2019-04-05 13:07:20.311000',5,'Esther Bustamante','https://lh5.googleusercontent.com/-u4W0RIn_U-Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckIYR_qR09KoDlIxt06qzJeUF7yEA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40606),('AbFvOqkCFOSxKvs9vmNpY3oDm9jFj-YS0YemZzbGZ-qQacGW8w3BewL4t3ZOltTvkt4WQWV7r6MD','Quick and great care! All the staff was courteous and helpful. I recommend this place if you need to see an urgent care.','2020-02-20 18:18:22.003000','2020-02-20 18:18:22.003000',5,'Glo','https://lh3.googleusercontent.com/-JpDpEtqZTv8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclF9ZvLOqSVjeIUf04bQRmfrkQodA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41472),('AbFvOqkCfpTVvFC_y3k6X41Kuoq8vwPKCr67hakuMlVf3KICkuRy4qicroWKzSABVxITX3DEURuR','I cut myself pretty badly at work and was taken care of quickly. Everyone was awesome and helped me calm down. Clean facility too! Definitely recommend!','2019-05-13 19:00:53.106000','2019-05-13 19:00:53.106000',5,'Karen Lopez','https://lh3.googleusercontent.com/a-/AOh14Gg3zOAuFMlCeVaD1Fv0GrmtPqQIgC6Kb9_UQcLSSg=c0x00000000-cc-rp','17898197009688164559',38183),('AbFvOqkcfPWOw0h5tGRUVH1v33Z-mxCiGuuUEzaDpjem5T-3VDU_n9I-1ZA-gGv-QaYtaB-RQ0ta3g','Horrible bedside manner by Jose. The second star goes to Dr Chambers he was knowledgeable and super nice but my husband and I paid to go to the ER just to get over the counter meds. Thanks crackheads for ruining it for everyone.','2020-02-17 05:10:20.859000','2020-02-17 05:10:20.859000',2,'Brittany B','https://lh3.googleusercontent.com/-_KpUsQ7M9JA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXNUxnQKxz2SkhuFWzm1YV4kV3ag/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29422),('AbFvOqkcfUjLFImmVS1tH9zXUp5h4kGJW6sDwRwroPncV_pGDh0CRavIsEFvA6u78kE7FtKI0TrKIQ','Was the point of making an appointment if they are not going to see you at your appointment time my husband and appointment at 3 we have arrived on time we were told to wait in the car until we were called so we did we waited for 5 hours so my husband can get tested i went and told the nurses 3 different times that my husbands appointment was at 3 and they told us to wait but the people that were there before and after us had already left and we were still waiting He still did not get tested And how can i get my money back was told i had to pay $10 fee just to register an appointment','2020-07-12 03:02:11.853000','2020-07-12 03:02:11.853000',1,'MarĆ­a Partida','https://lh3.googleusercontent.com/a-/AOh14GgoP25tO9tvtoJ-inhXcU0PgWjl6N81uhX9UGr0CtM=c0x00000000-cc-rp','2694018788013845459',39046),('AbFvOqkcFzJNWP8X8cZnfKO-fFQLjyXd7-KWyG_lVRJDmowso0Is9GL3XlRZi0NFVSrHz1dvl6-fgQ',NULL,'2019-11-18 21:42:56.994000','2019-11-18 21:42:56.994000',5,'Tykeiah Briggs','https://lh5.googleusercontent.com/-zbbdOIUAmmI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnttnPJGAvM6nhtr5UztIrVXhyCWg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40383),('AbFvOqkcglQrqavjrascdbe4HW4p-sTsiv-QCia87GtE19Zy9ef80WcAtmgZTjf5TNwuKcIwsRtOOA','I came here and they treated me very well.\n\nDr.Nweze\nAlvean A- Nurse\nTricia B- Radiology\nJocelyn A- registration','2019-10-16 15:41:11.621000','2019-10-16 15:41:11.621000',5,'Darnell Knapper','https://lh3.googleusercontent.com/a-/AOh14GixZa0MpJltUwRvSTR7aHY3kQqOiJbHoWkUeTCBRw=c0x00000000-cc-rp','16389487648212004696',33872),('AbFvOqkcGVrqtiRCy-TlCveZut_KQbHCMK_2FTsFTw1k1Yb6t2KxEEiLuSIdPJ0yRuW6ovms-VddxA','Great care with affordable cost and almost no waiting','2020-09-28 15:02:08.427000','2020-09-28 15:02:08.427000',5,'Ayad Kashmoola','https://lh3.googleusercontent.com/-4lCv0U56ABA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmG_CRWscNjPgFSKsumop7A_JNG8Q/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31613),('AbFvOqkChUV1l3OeLkKWgmHb3Y6AB8NArBv1KiyHtVO73fLTS4qydEBN1Mbn3mo-hVGSoWu6HiH_Pw','Every one was very friendly and caring for my son Bethany and Adrianna were very prompt and helpful.','2019-05-25 12:54:04.170000','2019-05-25 12:54:04.170000',5,'Justin Townsley','https://lh6.googleusercontent.com/-tBPrUEeCqi8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnzFDC07ua_i34Uy-H0h9t0uyTwjg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41715),('AbFvOqkCiavRDP0Jpm6x5MmJK9EyaLQMAQ5Y4UlTddKH_hLNVev9CFANf9PcvLGcZ83bC62wTkO0','Quick, easy, and amazing service from Kendra, Jacob, Laura, and Dr. Vakey.','2020-02-02 21:35:50.059000','2020-02-02 21:35:50.059000',5,'Jason Norman','https://lh3.googleusercontent.com/a-/AOh14GhhmXEOHYtjAwKw8IOBB9KiqGUW1ZY4DwElYG9D8g=c0x00000000-cc-rp','16590124370714063921',34399),('AbFvOqkciawZ-_4cmPEiJnJ1p_0N7q6bteCrptAHumsXsTrp6HOiMql_2Pqgcq_Pvqv9p0ckO9q3bA','Amazing service. Keera and Anthony were very kind and attentive. Was attended very fast! Definitely recommend coming!','2019-08-12 21:37:09.980000','2019-08-12 21:37:09.980000',5,'Mariana Carrera','https://lh3.googleusercontent.com/a-/AOh14Gg9rGKa1AICSXwJIAqLXLDzZ5xxHsYMAYqwXvsIng=c0x00000000-cc-rp','16590124370714063921',34728),('AbFvOqkciDrePxKeGGS2zaSF5S-oSPjJEeWIkw0AueBxgpDOhljyiLr8et4ibFJ1rs7yWcsI_VTIqQ','This facility was fantastic. The appointments have made the process so much easier. There could be more specific instructions online for how the process so there\'s no confusion, but everything went very smoothly and the staff there was great!','2020-07-16 14:31:12.500000','2020-07-16 14:31:12.500000',5,'Kristin Pope','https://lh4.googleusercontent.com/-yvaj5WyMfDc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmK-HmmKaCvoNUMfTSTjpbriWoqrA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42996),('AbFvOqkCiPG9dRl0b7CL_zeLJf7l4AH4P7L280gX1_Vv3wnudykHLNhJg5nFl9d5MncgRtijXBCDwg','We had such a great experience here not only Friday (2.14.20) when I was sick but today (2.17.20) when we brought our daughter in for running a fever. I don’t remember the team that worked Friday night or I would give them their recognition too for being so great to me and my daughter. But today Ryan, Lucas, Kim and Eric have especially been so great to my kiddo. Thank y’all so much !','2020-02-17 22:38:38.698000','2020-02-17 22:38:38.698000',5,'Haleigh Grogan','https://lh3.googleusercontent.com/-pm_8664h9oY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckV0pd40pFXEM08atMQR_tpSRI8cQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39617),('AbFvOqkCivKzGE6mdI3ZTra5fV_s0tmoSagqdW1FkNkM1ZkU8PQsgKE4PGUhdvVFOHechfS0eCtqgw','The staff here Dr.Iheme, Amy, Jani, Tricia, Sean treated my husband and I like family took good care of him and are very nice.','2019-07-19 22:19:36.365000','2019-07-19 22:19:36.365000',5,'Tierra Smith','https://lh4.googleusercontent.com/-vq3AROyiFzM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmAnwoevDXyvdSJ6IXWmqaeSgLBKg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkcJc-gudCoF6kVTKm3TlQ2FJBcWC3ayQCtuZNbxCD0OXPbpHLN3IpPsG8vHEsgRb7PPSAVgg','Good service and very helpful and kind staff there','2020-07-29 05:24:27.605000','2020-07-29 05:24:27.605000',5,'Oscar Garcia','https://lh3.googleusercontent.com/a-/AOh14GhdgFzJav7xqp2JeBlynSogdhiWouSzP0Ve1CxI=c0x00000000-cc-rp','8918455867446117794',42961),('AbFvOqkcJCCRQxilUf69NsfIdgAc4yzICTa0t-m2b_Wj1xltbDasg4fK8uwNnmlbR35V70ogbMxT','Alvean. Wonderful nurse ! Gave great shots .','2020-10-13 15:45:18.182000','2020-10-13 15:45:18.182000',5,'Travaryus','https://lh3.googleusercontent.com/a-/AOh14GhC_GvDiZvBVa1yl89msPpEE3CQkydWcYzRZma-2A=c0x00000000-cc-rp','16389487648212004696',33167),('AbFvOqkCjCmd4H3gVvwilNegZ0la017BjsVSlmDjxVCafFITQO21fQbzOe1IeckFzBpNyFOd3S4HcQ','This ER facility is very clean! I was in some pain when I got there, but I could still recognize how nice the receptionist was, how quickly I was able to get a room AND how clean the facility was. Gladly I had Dr. Daniels who was efficient and very kind. Great close location!','2018-10-12 00:23:05.436000','2018-10-12 00:23:05.436000',5,'Christian DeLeon','https://lh4.googleusercontent.com/-DR-9lFmxk4Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnnLLO-G9MY8uOkWBUwRi4uHLR1QA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30691),('AbFvOqkCjcvVgUxb_lW1kd_g-DyC0SuYQcw_VwUUtUiH2Rq438oausF_ojJB7q4i63fzdTa8kpItyw','Signature care is the best they took care of me right away. I love the staff they so cool and helpful. Selina and Wendy took care of me thank you guys. šŸ’Æ','2017-09-22 02:42:14.980000','2017-09-22 02:42:14.980000',5,'LV 100','https://lh3.googleusercontent.com/a-/AOh14GgydLc8DGw0MVDShgrlNQFGdnmjF_E7Sa5-7lqi1g=c0x00000000-cc-rp','17394740196501090048',37069),('AbFvOqkCjivrp504cdYDgGGDxiYPOOQXwwU7WEeTiEvVYYO4_f7asc2vfhh-P6xz-NUUQLRKXEL4fg',NULL,'2020-09-24 13:25:28.559000','2020-09-24 13:25:28.559000',5,'Tametria Onezine','https://lh6.googleusercontent.com/-lxwLMRLOc2E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclV2p5aQQvnUXl38R0J_ItcruAUCA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37535),('AbFvOqkcjlmLxTqfNQp5mSjkqZ_HQn0TVzhwjO59OLQrXTzzvUQaaOsKwqpU9Ch8lvjCL1LXOcgG','Dr. Hehman was really nice and understanding of my concerns. Nichole, Alyssa and Staci were all really nice as well. I’d most definitely would recommend my friends and family to this location. šŸ‘šŸ½šŸ‘šŸ½','2019-06-06 22:16:22.628000','2019-06-06 22:16:22.628000',5,'Jaymi P','https://lh3.googleusercontent.com/a-/AOh14GjjHbL_CUVCavLpeQnwLPMCD4RMkICpFalV6KBo=c0x00000000-cc-rp-ba2','8918455867446117794',43262),('AbFvOqkCJtTIWnyhfCnlvznnizveXoMIc9CBEQtuZ4ovtHJ5sicAMUZcM6WcLVhH2WkjzaGoYZIhxA','Poor customer service. When I went to the Rice Ave location, they were prompt & got me in immediately for covid-19 testing because I was experiencing symptoms. 4 days later & I’m still experiencing symptoms after a negative test result. I came to this location to get tested & was told I needed to make an appt to get tested, when initially I was told if you’re experiencing symptoms you get tested the same day. But when the Caucasian male in front of me came in without an appt, he was able to set up for testing. I would hate to be the one to pull the race card, but it’s a shame how people of color healthcare gets disregarded just because of the color of your skin.','2020-07-04 18:35:34.947000','2020-07-04 18:35:34.947000',1,'Summer Edwards','https://lh3.googleusercontent.com/-yxcSpKhYIvw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhmU_yjc8klE0EHYNakNnE4xiMQg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43015),('AbFvOqkcKZUrCl6J2COojZ3cX1ezM9f_GZD58bZOCyxJ70Q-ackNPXSljwgLn_wt1B2pQA30KQXshg','We were at the Midland Memorial ER Monday for my daughter- 2 hour wait. My husband called here and they said they had no wait. We were about to leave and as we were getting up, we got called back so we stayed at Midland Memorial. Thursday was my turn and I decided to come here first. So, so glad I did. In within 5 minutes and began receiving treatment. Great, friendly staff, clean facility, and fast- we will be coming here from now on!','2020-01-10 04:14:26.845000','2020-01-10 04:14:26.845000',5,'Lindsay Ogden','https://lh3.googleusercontent.com/a-/AOh14Gh-OxcufUsDp2sYG1CArdkHx8xqJZS8c6lOUK52=c0x00000000-cc-rp','13486358490203335051',29492),('AbFvOqkcl_jD5jrqdlY09JP7WWowO-PVxsbGzzWJOS7dAxhrW7AzndnVIN1O_Bj_4-u6k5LpLKP9','Absolutely love this location! Staff is super friendly and fast! Was not waiting more than five minutes for my covid test. Definitely recommend.','2020-09-17 16:33:18.226000','2020-09-17 16:33:18.226000',5,'Maria Hernandez','https://lh5.googleusercontent.com/-NZhcRtKxCQM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmz2HZLFONnGdGYAcv2x5AK7SbewQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31638),('AbFvOqkcLcYQ8c2B8NQ5HQxQ6vjg4FlcyVe4zlMQRzASRN5UEQndc2JBLwopdabbFLdYxMWF09NS9Q','No waiting and friendly staff. Nice and clean facility. Did everything that was expected to check my daughters knee pain.','2019-09-10 19:30:37.628000','2019-09-10 19:30:37.628000',5,'Richard Martinez','https://lh4.googleusercontent.com/-K7xHI8ZzPYU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmdhcf1X8osBfJRzGAWOGez4iv5ng/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33977),('AbFvOqkcLqd27qJxrZrm1cRy8Lxyv8CUG0OXffKLXk-HCrobzOHCuIKIDHq38PZP0JTbk0RStACdIQ','first time coming to signature care and will definitely will be coming back.','2020-10-16 17:26:17.348000','2020-10-16 17:26:17.348000',5,'TRC_Coolpig','https://lh3.googleusercontent.com/a-/AOh14GgKAOmuG49RBKxSBOp_ObhkxI1r0z-oef8eLy0MWQ=c0x00000000-cc-rp','14904078213800803294',32218),('AbFvOqkcM-FZ1rV2gSP4lMXVlGTW7gDjZwUa5SetzTm-pMPxwuwMp8lRzntBtTr2hOXpqPohdcT1','Great service, very fast and Dyveliz and Rebecca are kind and helpful.','2019-10-17 01:15:20.016000','2019-10-17 01:15:20.016000',5,'Karen Enchilada','https://lh3.googleusercontent.com/a-/AOh14GjXwLoYw6TAGJXU851QlYrT6cKmUHgdT1mEmNIZGQ=c0x00000000-cc-rp','16590124370714063921',34610),('AbFvOqkCM-hF9hOaZnhUUfF_Mq9oddj0tEjpGJlOEP-T2RY5CVS9NMGJm6FvUFI0aP1LyaCbDNSHJg','Andrew,Kim,Sita,krista,Carolyn were amazing when visiting.','2019-08-01 03:02:37.628000','2019-08-01 03:02:37.628000',5,'NATHEN VILLANUEVA','https://lh5.googleusercontent.com/-bwr92JmBW3k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_LS5h-s8LE2wdr8Ptxf1qrOKETA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29714),('AbFvOqkCm8C17Yn22ttx8E8oSmvWQCUCZVV4IDcTILjwyzu_mPTckXxK6KYbiZfeRJtIul_D619HNQ','This facility was very clean. I was taken to the back almost immediately. The staff was very friendly and welcoming. The Doctor was very knowledgable and professional. Thanks Jani, Tricia, Brian, and Jocelyn for making my visit a pleasant one. You all ROCK!','2019-10-30 15:43:04.796000','2019-10-30 15:43:04.796000',5,'Mo\'Nae Jones','https://lh3.googleusercontent.com/-c1C3zWMRd3k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckPJs10CvpJNCZquCMoVxtIBVoCtQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33807),('AbFvOqkCMO0JsWPIz96aCAXrgCF4zVdfzCSexD7M9hGEVOpZP5MX46KW3Np3VeKBnozWwghkaV1obQ',NULL,'2020-11-06 01:20:35.707000','2020-11-06 01:20:35.707000',5,'Sdog Cortez','https://lh4.googleusercontent.com/-w82JXW_p7BE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucne3-ORMi82nrYTHugFJUIm4_G60w/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41848),('AbFvOqkCMXRD8KKPGkv0iYEPEopyJ8hrfYyYMLAPL9tdd0nHwQeFTqhQ_oVIq5y97f1LxSvnPZfvTw','Dr. Appiah\nAlvean A- Nurse\nMarcus B- Radiology\nJocelyn A-Registration\nBrian W- ER Tech\nThey are an amazing staff and I would recommend them at all times. They are quick, efficient and very knowledgeable ā˜ŗļø','2019-10-09 15:14:11.602000','2019-10-09 15:14:11.602000',5,'Porsheaa','https://lh3.googleusercontent.com/a-/AOh14GiS-PXOrFLprHvN83uLlywG4SOSmYYupC56rbgdag=c0x00000000-cc-rp','16389487648212004696',33896),('AbFvOqkcMY84_aQhweVpHowO8RiS3qe4FF6fPxV0rIcX_fkpjlAdPvdM4qenSnuuezo5cKhvrbsOrA','Carly was absolutely amazing! I can’t imagine the crazy people she deals with on a regular basis. She was very professional and so beyond helpful. A+ customer service!! I will recommend those place to all family and friends.','2020-07-01 10:45:18.684000','2020-07-01 10:45:18.684000',5,'Delaney O\'Brien','https://lh4.googleusercontent.com/-KDwlk3EtvY8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclxCHJUOxmE8lSSqszjVgibFplZoA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28624),('AbFvOqkCN0qBWEZxJaSTazK34eFnkVozzJBkjyYC707H0_eIPb9RPAo1j6qOK66g8KlHRmKe8h8l','Everyone was very nice and helpful. It was also nice that they had snacks, drinks, and TVs in the lobby area.','2020-02-03 16:53:36.359000','2020-02-03 16:53:36.359000',5,'Andi Grace','https://lh3.googleusercontent.com/a-/AOh14GgfLuGmQR1eSsOIpSJwb0-1uoBsFA7sf3Bx5KkO=c0x00000000-cc-rp','3272657195432704501',39641),('AbFvOqkcn2UgRd_2-Qokt1J8jlP6PRwCgUl8E31o1fG5CwC4kUG0CiN2x1bKcpeMbW010vLdHcWIJQ','This was my second visit and it was just as great as the first. Naomi, Jacob & dr. Singla were super attentive and welcoming. Would definitely recommend','2020-02-19 15:07:17.912000','2020-02-19 15:07:17.912000',5,'Valeria De Leon','https://lh6.googleusercontent.com/-5WrepU4u2fw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTpbvwRb1sWnLW9mYA7mJi1WO3Sg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34360),('AbFvOqkCnGcgkdWiS9faPdCI-y0tFd7lFnUzIvEfCnoN307iRVBNG4Qk0a_0ssUs2Z81R3z4SRuSfg','Very nice and efficient staff!','2020-08-02 19:05:27.366000','2020-08-02 19:05:27.366000',5,'Mark Thompson','https://lh3.googleusercontent.com/a-/AOh14GjFYvzwOymxYtPmWDtGml6ygjzRQOjpzq9dZbkhQQ=c0x00000000-cc-rp','2077061009497551125',38676),('AbFvOqkcO5ZEbY0pKt9OuulPjWcIbAIo00tT0TDRhWQGsW8HaefxMdTK9qhEQSJ0QAUAzpVXPkzPbA','I was seen & received Covid test results very quickly (walk-in). Kate & Amanda were very bright & welcoming && the staff did everything possible to make my experience comfortable & enjoyable. Thank you for all your hard work in keeping College Station healthy.','2020-12-07 21:22:01.914000','2020-12-07 21:22:01.914000',5,'Hunter Ramsey','https://lh3.googleusercontent.com/a-/AOh14GgP-A-h5D3qh2DxhET-Iol6jlPFkPm-Q9pfeO7X=c0x00000000-cc-rp','16590124370714063921',34051),('AbFvOqkcObsLy2HUDx5QKYtqJbah0KXLtwwP9Oxn3sNmbOjN9cdIXfe4jLR7U9nYcCgKDg1M4WyIlg','I have never had a better ER experience anywhere else. Everything was quick and easy. I was fully informed the whole time and all of the staff (Rebecca V, Jeri, Rebecca W. And Dr. Kimball) were all taking very good care of me. They made me feel like a priority and that hardly ever happens at an ER.','2020-02-06 15:29:35.627000','2020-02-06 15:29:35.627000',5,'Rebecca Skouby','https://lh3.googleusercontent.com/a-/AOh14Gh4gVSTuzT2VeaPpVXd8QWbV5Pd8vQU9LVCPbtKCA=c0x00000000-cc-rp','16590124370714063921',34390),('AbFvOqkCokdTAipUja7KUem9yR3gM_DhVbAbhqJeNl8ARsTF6Amj7OljM-3t9OJ5qV3tENsD9mJMNQ',NULL,'2020-12-13 14:26:41.518000','2020-12-13 14:26:41.518000',5,'Kelly Muldrew','https://lh3.googleusercontent.com/a-/AOh14GhEdC4hflu-5Knp2aGpSpo99R_blnIHoGTESxI3=c0x00000000-cc-rp','3272657195432704501',39416),('AbFvOqkCOMI__aqoAIN_g_SWpATSfwT2x5iVYbMAPAE5juRXjBfbdiG8IIT60HSq59iS04EYvGLCuQ','Had a speedy and wonderful appointment here at the Copperfield location. Evelyn and tanishia were on point and customer service was awesome. Highly recommend','2020-11-03 04:38:32.024000','2020-11-03 04:38:32.024000',5,'mohammed ali','https://lh3.googleusercontent.com/a-/AOh14GgIy3OvsvFL84lfI4mgnhH3AM3-VHgVB3F_CQ9kFjw=c0x00000000-cc-rp','17898197009688164559',37465),('AbFvOqkcoNjTJ_GTPpic12OoXN7lgkLPGL-g-gEYDYlOVnqz790ZIUPf_FDAJWXj_L_rFWt-1Cr5Lw','I had great care! Thank you Kelsie Miller!','2020-11-20 00:55:38.896000','2020-11-20 00:55:38.896000',5,'Wendy May','https://lh3.googleusercontent.com/-c0WhpHgAF2o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclybQJn0POqFyOCFWkNBqjsPseoCQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39447),('AbFvOqkcpCDoZate67Jg6gSuxEZ85JLHMP7qxGrBWqkAQNkzv99lsBfFPYyUAnB7PEHg1qQKxYv1','Very friendly and knowledgeable. Took care of me when I was feeling uncertain of what was wrong. Would come here again','2020-03-14 06:08:47.156000','2020-03-14 06:08:47.156000',5,'Matt Nauman','https://lh5.googleusercontent.com/-pp_3Myxbskc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnyREcwf6hIzGukbqUJps86hqTtng/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32103),('AbFvOqkcpJ4BZ8QZGowTsY1boQtD0kOlon9Md57531Uzf-XB9Rl9ClycNx8qbgmOHn7hvdVuT1m4HQ','The staff was amazing! As soon as I entered into the facility they immediately wanted to help. Kendra and Dyveliz made sure they could get me where I needed in the fastest way possible.','2020-01-21 21:46:49.535000','2020-01-21 21:46:49.535000',5,'Jamal B','https://lh3.googleusercontent.com/-hLv-dZTn90A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmFUnZO8awLhb0iZUTQbqHfJyHqKg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34420),('AbFvOqkCplNKJx5pbNDWNA_Y6A6bQq2d7_FA3hFUww8PouZ2lrg_o-nVV9eCkXkDWLE7M7oKdyoI','Wonderful reception and efficiency!','2018-03-21 21:00:39.033000','2018-03-21 21:00:39.033000',5,'Juan Trevino','https://lh4.googleusercontent.com/-m8A96YMsbv4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckArNa-yCxBZpZtP_FsxCfX9g0WRA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35295),('AbFvOqkcq20ygLwLzxxQWqdnVgH4iTXke10TmEdMHHmW0Mshgw64fRV4cn98KhNaJWC6KRO3Kpdo','By far the cleanest and nicest ER I have ever been in. Jeri and Hunter were super nice and really quick about taking care of us and making sure that everything was alright. 10/10 would recommend.','2019-05-08 00:55:30.030000','2019-05-08 00:55:30.030000',5,'Abigail S','https://lh3.googleusercontent.com/a-/AOh14GhMMXDDI93xs4t8i7d5gcgnTFToEO3eZjzaCbeigA=c0x00000000-cc-rp','16590124370714063921',34859),('AbFvOqkCQcBnG2Jx5Gkb6lTOOtRVyWCNMLbAVQ6Y8bYgXaPQSwftyM03M8Q7PQCEjdq9QVQo9xyp',NULL,'2019-12-25 06:49:06.039000','2019-12-25 06:49:06.039000',5,'michelle g','https://lh5.googleusercontent.com/-bdMqWEYLbm0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmViOa5AjHt9aw5s_xGX9-QyQQ3ow/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29505),('AbFvOqkCQm069QFiIoCiqbzU2U0DOeJc6-I506LMN2i8-O5SvLjN_cZzwwK4AzM-bq5wLuXsgVhM','The staff was great, caring and truly cared that I get treated quickly.','2018-09-02 13:41:41.023000','2018-09-02 13:41:41.023000',5,'Brian Taylor','https://lh6.googleusercontent.com/-ZLCoD_P-t4A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucluRXLMF565iipqcfY7k0afwGaxLQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35204),('AbFvOqkCqo6ttkKpCh0M0QTbjYmhlbLBMg93zCemvstirW9XeOTpdB0QtfWSeYd1XZIMdvh754rGhg','Thanks to Dr.Appiah also Nurse jani W, Radiologist Tricia B and the registration person upfront Elida you all made my experience there amazing thanks for all of y’all help thanks again so much.','2019-10-17 15:27:11.399000','2019-10-17 15:27:11.399000',5,'dominique bishop','https://lh5.googleusercontent.com/-MwNYWTHo2io/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxTuHUx2HVa-9ic5NybeFUuaLz8g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33861),('AbFvOqkcQwZPdlVQxf2NprmxCpN7IEWp4-WXwNmhDIq50cFeaZvUC8RnFfxcCpy_loebST3KR2J51A',NULL,'2020-11-09 02:13:47.920000','2020-11-09 02:13:47.920000',1,'Trey G','https://lh3.googleusercontent.com/a-/AOh14Gi7OkpT1Qgrb8yYAdsVqiIsx6nvdQw5MUSNlYFDVEk=c0x00000000-cc-rp-ba4','13486358490203335051',29270),('AbFvOqkCr1UTKKIdi-EyehsxLeF7UFHIkgfXrw7g0Oj3wP7wjCFEPHzOqU4iw9mD2C2TUyyE-NMjcw','Lucas, Kim, and Sherri were absolutely amazing!!! The care was fantastic!','2019-07-23 17:28:59.480000','2019-07-23 17:28:59.480000',5,'Emily Fuller','https://lh6.googleusercontent.com/-iWjlQ6G0M30/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmejbDEc1RHFNPHiV83bfyQr64o2Q/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39840),('AbFvOqkcrq-2VWS7izidynEYcgZE0MpMkfppEtqQw1Ew5TK4z8RYYgLZnI-p-cwGKzy4G0v0yYg5xg','Staff very professional nice efficient was very well pleased will go back again','2020-06-24 22:06:58.257000','2020-06-24 22:06:58.257000',5,'Bloop Blee blop','https://lh6.googleusercontent.com/-zLpEhrJW3-A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnfTpeA5NDcMraswyI1miKQdjee6w/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39546),('AbFvOqkcs3FLGB4SRGnJwNa7v3CR1dk8LS3ZICbSladK-s31aEkyEZI7em_3VJUUGpAw9OMGjJ7ipw','Loved the Experience! Dee was the best at helping me check in & such caring staff! Definitely would recommendation! šŸ˜€','2017-11-22 03:53:24.377000','2017-11-22 03:53:24.377000',5,'Alma Saucedo','https://lh3.googleusercontent.com/-aeB2-W1tGT4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjfJSzX404AWA2OeZ-28RqnUq-8g/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32636),('AbFvOqkcS4FlOxYie0GmmNy4oLyRz9soRMIb9GQpc3_wlSEvN8bNVrBfzn5ZuvYZVDLsJ6e2RKSocg',NULL,'2019-06-08 02:37:46.296000','2019-06-08 02:37:46.296000',5,'Alyssa Taft','https://lh4.googleusercontent.com/-t-lcdrW3xN4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckFheGIoI31DvmEa3O7t45RrLksuQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29820),('AbFvOqkcSu1A1lqgQdEuY4f4EqLGp0Xixx4VIRT2p3Qzq4QmG2S5wKQyb1JX_b8pF7M1jmXFK9FGJg','Cody and Nadia were really helpful. Made a stressful time less stressful with great service.','2020-08-18 17:03:23.723000','2020-08-18 17:03:23.723000',5,'erin caldwell','https://lh5.googleusercontent.com/-jE3r_LXd95k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclH2i3S58g0VrtDGMDUitb5K_4obQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38578),('AbFvOqkcsUsJCpcgvAwq9VUOadqJryx5kmMApgHjxHuV7k3wySJDh4k-MLkZghGPKnZslTWN0vgApw',NULL,'2020-01-11 18:39:05.264000','2020-01-11 18:39:05.264000',5,'Kendra Cortez','https://lh6.googleusercontent.com/-itNnhF1EjB8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhGUnL98mihtM2EEKjaDfjSolHaw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34456),('AbFvOqkCsXTGK7PFUzzeE5xK-3SFXTlevDpYoYn8cDCz9-olUJCCbrReAKySBFqXxj4NuCg2CA_ecA','Great customer service very helping . Thanks to Kendra & Okatys , Nurse Gabe & Herry , Dr Daniels & Rad Tech Stephanie W .','2019-12-07 01:58:56.415000','2019-12-07 01:58:56.415000',5,'SHALYNDRA FREAR','https://lh5.googleusercontent.com/-pDbuatFQiUY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnV64Rg6eMWkb6z8-HTPp4-6pDNuw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34525),('AbFvOqkCT6NZ1YP2I4db__h4A3C31K6yFZ_GhhKjNU6afxMthQ0YBZnCBN-EfthOS2BQ5WgTP1a1','I took my 15 month old there on a Sunday morning. He developed an ear infection overnight. It was a nice place. New build out. There was no one else there and that should\'ve been my first clue. They gave my son Tylenol and gave me a prescription for an antibiotic. In and out in about 20 mins. Then I received about $4500 worth of bills. That\'s unreasonable. So far my insurance which is part of the Federal Employees Health Benefits has denied claims because they\'ve never filed a W-9 IRS form. Save yourself some time and headache and go somewhere else. Some of the good reviews on here were written by people who worked there. Look at the pictures on their profiles and then walk in that place and see if I\'m right.','2016-01-25 19:56:57.902000','2016-01-25 19:56:57.902000',1,'Luis Blay','https://lh3.googleusercontent.com/-ApJiKDsKmTo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmTcUHueFX6mim6ZuD7VFE1ECtvDA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38390),('AbFvOqkCtjn5hJ0MzFlsp8ab0oVUFsIUQ12nPAPnKuFcCmpHw0yBaWjI1RvLJyPkrQLyJoRT5IyA1A','rude check in staff, appointment at 3, was told an hour wait and by 6 went home to wait for a call. nothing all night.','2020-06-27 01:44:17.532000','2020-06-27 01:44:17.532000',1,'jake troy','https://lh6.googleusercontent.com/-qXpovar0AHM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl7s-fZlyuo1kPyX16TICIrFOr2Mw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32060),('AbFvOqkctnvMkrtPQvzqWNP9kKro3gFHevTbnABqrYHBytF9ngzuEtaNnB0IoDYFVYKrP2Z5mnehBg','Highly caring ...','2018-07-05 04:56:42.434000','2018-07-05 04:56:42.434000',5,'Ehsan Hafiz','https://lh3.googleusercontent.com/a-/AOh14Gjg6uSqxRLbtjoUcBgarJcHHovhJQ-sGZZcBZ0vwA=c0x00000000-cc-rp','3511292162159714121',40927),('AbFvOqkcTXm_aMMT0mPhM1tIVXPYMRe-K1zLqZQDgNNLpLww6jtvSs5b-TKk6zUtgThgclJM0IWyDQ','Great staff Dr chowdhury, Nadia,kevin, front desk ladies','2020-08-05 21:40:31.558000','2020-08-05 21:40:31.558000',5,'Carrie Collins','https://lh5.googleusercontent.com/-4IbgwQkeg8g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn0eftym7nbiKLS-qR4ylS-JM5N3w/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31801),('AbFvOqkCTxY2JwK8k82fuz7PlPium39moLYreydDauKNErgccMJEfRvgV4XBctHHs_vV-9djiuFc','I came to Signature Care after being in pain for 24hrs. They have amazing customer service, especially the doctors. They were always quick to help and give me proper care. From the front desk employees being Kendra and Raven to every nurse I’ve felt cared for.','2020-01-14 21:55:37.139000','2020-01-14 21:55:37.139000',5,'Desirae Weise','https://lh4.googleusercontent.com/-KwMuAKbBuWs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnp9XV-OdyMDGjtWQ__U3RU_tznhA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34447),('AbFvOqkctZfkw2o1mS59LpbPhDoy1L-3VRQGO-DeZy7sKAbxABPnMfSplgjLz85mAk45U1OUM6vl','The staff of cypress location were so helpful and nice and very quick I was in and out in under 30 mins!','2019-06-07 16:18:29.239000','2019-06-07 16:18:29.239000',5,'Torrey Novak','https://lh3.googleusercontent.com/a-/AOh14GgLR14689KTyCnqq3N40PHBRIwLiseoS_KMyemr=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkcUhQe4Nms4uddzS_ETgyKtUlhnGevzQAIiA5gFSfbVMjQmsHCvK-Xw8SxB3ds1Ry3ixHNiQ','Awesome facility 5 start services compassionate care keep it up guys.','2018-09-27 02:07:50.895000','2018-09-27 02:07:50.895000',5,'Ovais Khan','https://lh6.googleusercontent.com/-vMjcDj-vq6U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxsV9K_yC_--8Lkia2hyEu5ZNfRw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36885),('AbFvOqkcuJBDT7ZHF2cgvHrC7y9mp_-v6hG09PUZERfwaQn0aOE__fHdJqSgC-LhrvcfVpJTuEpFYA','I love this doctor.....','2019-10-24 19:18:11.794000','2019-10-24 19:18:11.794000',5,'Angela Guidry','https://lh6.googleusercontent.com/-xhYy83n9wFs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmCuqARlvBmXP9gviNnOtMdKmGnCA/c0x00000000-cc-rp-ba2/photo.jpg','3511292162159714121',40394),('AbFvOqkCUsliKXQhZwO7JSRHsP1Z5A-zZ1wyMjuO-Vy4zQp3JLVrAA_izE_pJJXRAtEfp6XBW4AyOQ','Quick and Easy Results Super Fast. Almost no waiting w/ an appointment.','2020-07-31 21:55:47.935000','2020-07-31 21:55:47.935000',5,'The Dancing Hiker','https://lh3.googleusercontent.com/a-/AOh14Gh8SJ9EKV7aC8eQgDLZy7HJ98u9qx3CnQ8AlEUhYg=c0x00000000-cc-rp-ba3','16891069708558046635',35845),('AbFvOqkCV3nNxz-cNiX3pR00w-KEWj4oZiwB3-_ElweAQz5voSd0XkoeKjeHBrFpdw6yYjnOtnnYNA','I had such a good experience here! Our nurse Gabe was so helpful and chatted with us, which made our time here much more enjoyable. Rebecca offered us water and coffee. Everyone was so pleasant and happy to help!','2019-12-05 19:07:06.139000','2019-12-05 19:07:06.139000',5,'Kate O\'Neill','https://lh4.googleusercontent.com/-9MzLbADBjP8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclovg-zC1TLubueaScptfbKLFQx_A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34532),('AbFvOqkcv3zDu9D1dAv3wQG6FhSdNtsJN0i5Uy4Uq-aNoaMULdvD6DdsWzhEw5dxIw_cKEEGrHDV6A',NULL,'2019-08-28 22:56:48.863000','2019-08-28 22:56:48.863000',5,'Kaytlan Hargrove','https://lh3.googleusercontent.com/-oTk0slERlJI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJqa9Bxub_DljyLTcsRfJthmvvnA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39810),('AbFvOqkcVQJLl35-QOHlLerSWmjessKrgYZImKX3YZkFCenbQ7wu-eP1N-ZAe4Lo6So7PIEM2vvgvQ','The staff was extremely nice for both of my visits. Doctor Vakey and Nurse Jacob made me feel welcome and I could tell they genuinely wanted to help me feel better.','2019-04-30 16:09:31.501000','2019-04-30 16:09:31.501000',5,'Hannah Herring','https://lh5.googleusercontent.com/-hCXcqKkRXxU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnzhJ9pP7YrXt5LRQeyhV-8BXWgvA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34866),('AbFvOqkCVqXayrgPCYQwVlQyXWcEGMmNJES_TvDATAKfDSGAOg6zIEZtDRvakKuA3_PNT1YDz2ijww','The staff @Signature Care were extremely professional and caring. Especially nurse Jose and Dr Baker,they took time to explain everything I was going through and were the most polite staff I have interacted with. Also my wait time to get in was maybe 10 min,I highly recommend Signature Care!','2019-01-24 06:03:05.372000','2019-01-24 06:03:05.372000',4,'Miranda Cockerell','https://lh5.googleusercontent.com/-zmnt4KEDqz4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMCPQmWyx62b-4VYHl1Urq_s08lQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29927),('AbFvOqkCvRVEj_3vhIhWQEnKmyeUzBkZ7AvxcrLGx8ThC7xT70TXZaL-qgo8IqY4NZCEVLv-3vNA_Q','Quick service, caring staff. I highly recommend them for any of your emergency needs.','2020-02-24 21:20:10.600000','2020-02-24 21:20:10.600000',5,'Paul Kolanek','https://lh6.googleusercontent.com/-LnZyCtnVsmI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclnGWGY-rY-nY7mLKrbTo6ikSCO-Q/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37653),('AbFvOqkcwi0WHL5-XM5RL5tZAE3lQLxMblXH94pQqYhUqPAaNUR1aoHYcG8R_KMh3tcwiYUwfaYUwA','Super easy to work with and very friendly. Would highly recommend. Rebecca V. was especially nice and helpful!','2019-10-19 08:30:55.942000','2019-10-19 08:30:55.942000',5,'Vanessa Rajan','https://lh6.googleusercontent.com/-pNbe7Udl0wA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck5aKzyMyhe4RT9TNRGYjf5ftoS8g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34606),('AbFvOqkcwsAzoecgJ9RC9XwtEf0m_Rqvp9vmZO2RkDDnFk3leSJ-LXtewIojbfTZ2LdFZH_ZpvRrZQ',NULL,'2018-03-16 16:35:39.261000','2018-03-16 16:35:39.261000',5,'Laiza Guerra','https://lh3.googleusercontent.com/a-/AOh14Ggz1MnKLPi1comgI83oGP0LRprzURKpcUeNlMDa=c0x00000000-cc-rp','8918455867446117794',43402),('AbFvOqkCwu2-zu4R3qdGKNfakUWwZbvRWK5Rp2pur5jfpWpWcRVBkz5Yfj4xl5DL2n7pSBqqoue2zw','The staff here is very friendly. The facility is nice and clean well maintained. The doctor had i had was very knowledgeable and catered to my questions and concerns. I would definitely recommend a visit if looking for an urgent care clinic.','2020-08-01 20:30:43.726000','2020-08-01 20:30:43.726000',5,'joshua orona','https://lh3.googleusercontent.com/a-/AOh14Gg9y8cElLVDmjcAzOV75Rd_NNyDZwFC8OBdnVgwkQ=c0x00000000-cc-rp','13486358490203335051',29345),('AbFvOqkcx0YESqaXTVFh96NOxBWTnxkJqhoTAKqFMFmhhx7z6yVtJDdmAhaIM5T_NBDYxKmmKrC9WA','So glad I came here I was treated with the most care and respect. They went above and beyond my expectations with the levels of care I received. They kept me informed and very comfortable. The staff was extremely friendly and caring. Thank you Signature care!','2019-07-23 09:12:43.710000','2019-07-23 09:12:43.710000',5,'Erica Resto','https://lh3.googleusercontent.com/a-/AOh14GgdHuNPqP9JiTn9YsBJYz0m5K1HAhuGUbULmUVX=c0x00000000-cc-rp','2694018788013845459',39301),('AbFvOqkCXCOlJEdZj4Vy0FHQNC9dqoF5A1b9UD7ntrfRqShsD-htYYNY3tofjjoPXQDhLioNAOW5uQ',NULL,'2019-11-23 17:45:42.331000','2019-11-23 17:45:42.331000',5,'coby west','https://lh3.googleusercontent.com/a-/AOh14GgYh_KX3zVsroDF0f7lh_wFz8ILhXxSNIfjPBM=c0x00000000-cc-rp','16389487648212004696',33694),('AbFvOqkCxjVabc_R6hQN8CUCJudvWohxYzWpcrvrm2LwgRHDvVe8uQw2kLkp6VXZ9SfEEP1BELnjjg','Friendly and professional.','2020-07-01 20:28:44.491000','2020-07-01 20:28:44.491000',4,'John Paul Wappler','https://lh4.googleusercontent.com/-4LvHDmLUouk/AAAAAAAAAAI/AAAAAAAAAGo/AMZuuclbqEPjKntcPyEdr0G2YWadRQBk5A/c0x00000000-cc-rp-ba2/photo.jpg','3511292162159714121',40260),('AbFvOqkcXP5aZqNxqBGlYlUQEw54v2DpyLCIX0iCMHnb_iPorWkDv7eRo3CkgWSSC-jExBz59XMg8Q','I was very well taken care of. All of the staff was great! Dr Dandy, Alvean , and Jesus were the best. I will recommend them to all of my family and friends.','2019-05-31 23:23:29.337000','2019-05-31 23:23:29.337000',5,'dr sixtes','https://lh3.googleusercontent.com/a-/AOh14GjLvB1-hsA-dx61Qwi5scdkYtOZNebHIhhOGJXZCQ=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkCxpCr86IKun88bpVMHM8Gk3aWttoON72qD6QVFMEwETfIkHSa5O5F_hTberEkqK5ksPqInQ','Staff is outstanding did everything to help and made me feel completely comfortable from registration to the doctor. Did not have to wait and everyone was so friendly! Thank you Jennifer Diggs, John Bell, and Kanyon H.','2019-07-29 13:56:15.335000','2019-07-29 13:56:15.335000',5,'Leah Hoss','https://lh6.googleusercontent.com/-gI3Fs71NMaY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckozKiKvFlGcXDX8tAzEgtUM8RANA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42017),('AbFvOqkCXPOgj8np3V9eAvp6Ys6ImmQ9SqNs8gWQEuqiMrVH-qc-VZYhv9ggbrLgurDnMwuhYdEmQg','Wonderful, pleasant, professional staff. The facility is clean and well maintained. I recommend it','2018-01-07 16:04:38.836000','2018-01-07 16:04:38.836000',5,'Colby Wilson','https://lh3.googleusercontent.com/a-/AOh14Gj6x44PJ4Q1cCi8mQps7M3E51qsnClndYatHNY0=c0x00000000-cc-rp','3511292162159714121',40972),('AbFvOqkCy7xByWD2DEAJt2NHxFFCB26mugcKAAJQpcGpRJz008X9KjiwR8pSgPGGfIEbFZC2IP5Sww','Loved the experience!!!! Everyone on the staff is AWESOME!!! I absolutely love it! Tanishia W, Dr. Henderson, Security guard, Susan, Laura and Angel — ALLL AWESOME!!!','2020-02-19 03:53:13.449000','2020-02-19 03:53:13.449000',5,'Michell Carriere','https://lh3.googleusercontent.com/a-/AOh14GgSGXWANTXfIzWzHKWjGM7_kfqXoQTMTZeWeXTGiQ=c0x00000000-cc-rp','17898197009688164559',37686),('AbFvOqkCYPlpiGEpHlblGteSwi96FjRuBjkKYOZA30Ypzpcq2yW8bqD2gunMLkH2BreqMX2uuspU4Q','My sister Okarys brought me here and I was so happy with the level of care that I received. Thank you to front desk Cecilia and tech Tim and rad tech Diem. You guys made my visit go so smoothly.','2021-01-12 20:53:00.334000','2021-01-12 20:53:00.334000',5,'Chelsea hinds','https://lh3.googleusercontent.com/a-/AOh14GimlMzy7_63fthTMBxWjiCcK0f0eRdamGhUb3qZWDM=c0x00000000-cc-rp','14567670160750071148',44438),('AbFvOqkCYQURFj5rM8XJe_uGBvzAskXAVtT0dQ_wcFOBuK2C6WTMmy686eIXwW3OI-PThbgX7bMvwQ','Awesome facility and Staff taken care off immediately upon arrival. And treated first class.','2018-02-03 03:05:18.881000','2018-02-03 03:05:18.881000',5,'Giaberto Vanzant','https://lh4.googleusercontent.com/-eTpGcJ-Sii0/AAAAAAAAAAI/AAAAAAAAFFU/AMZuuckr7HJx75_HpzMiYMi9rhTsSKA-jw/c0x00000000-cc-rp-ba3/photo.jpg','17394740196501090048',36990),('AbFvOqkCZ5IzdM5lWPev578gfN1UUxo1ii7l19o4dbIol77NQSXDwcQ6Vl1QHEWllU2FAJmU2sIYbg','I liked coming here, it was fast and Dr. Ybarra, RN. Christina, Reg. Theresa and Tech Melissa were very nice to me. I would recommend this place to any of my friends!','2019-01-07 02:02:48.355000','2019-01-07 02:02:48.355000',5,'Treicy Hernandez','https://lh3.googleusercontent.com/a-/AOh14GgV_8hGjchup6AlN2VDpkpxPRsOWyZ9o85Pzc9cT6c=c0x00000000-cc-rp','8679688254631342173',42742),('AbFvOqkCZKXjPok3FGaSARfs3SQ7nmnS71LMepngdkBgtoQ5KAnBpdbAYkUjwg0kKVmc2brCGJ5G1w','Very professional with a amazing attitude. They make their patients feel very comfortable. Dr. Nweze. Nurse Alvean A..Radiology Tricia B and Registration Jocelyn A..Thanks you guys for all that you do. Y\'all make an awesome team','2019-10-16 15:47:03.321000','2019-10-16 15:47:03.321000',5,'Diamond kl','https://lh3.googleusercontent.com/a-/AOh14Gg2CFRUOpOzlnbEQp9_po74UXBVNk7Tjofk_eSutA=c0x00000000-cc-rp','16389487648212004696',33871),('AbFvOqkcZNa3MDx9voJ8wZwphVyM-5kDjX4_iDA_pUXjTKk_voSVzeRChGheQxLHvkDy41Xiptdq4g','Had a great experience here with Stephanie the registrar, RN Rollie, Rad Tech Natalia, and Dr. Daniels. Super fast and painless Covid testing.','2020-08-12 01:21:10.600000','2020-08-12 01:21:10.600000',5,'Kate Kortum','https://lh3.googleusercontent.com/a-/AOh14Ghl44628AGNAXudKaARTq2o3170-q9uIkB_aKLr=c0x00000000-cc-rp','8679688254631342173',42325),('AbFvOqkd_mjgDVjBsYMoynQfD2fF8VpEEuWeujfG9uD5ExHh-9FKFiYQR_TmLTyx29OlMtXMqZa5Pg','So originally I\'m from El Paso and recently moved here about a year ago. I\'m always very nervous to checkout different hospitals or clinics, due to the\nun-professionalism that I grew up experiencing while residing in El Paso for 19 years. I struggled so hard just to make the call this morning to check out this clinic despite a serious pain I was experiencing, and was growing worse the longer I waited. Finally I caved in and made the call and found out the trip to this clinic would be a whole lot less of a pain than I was already experiencing and anticipating. The front desk nurse was very helpful to provide me with valuable information even prior and was able to answer billing questions in a fairly clear way that would help me feel just that more comfortable while visiting and also gave me a little confidence to come in and get checked out as quick as possible. When I arrived, I spent three minutes filling out paper work and within no time I was called in to be checked out. The nurse I had was just such a sweet heart and very caring, and most importantly, someone that\'s personable. Despite my nerves and pain she was able to crack a smile out of me and help me to relax till further examination. I was then greeted by Dr. Rose who was able to just help legitimize and confirm that most importantly, I was truly nervous for no reason at all. Along with her staff; very personable, sweet, kind hearted, and of course informative! Not only was she able to diagnose me but also gave me loads of information for my own benefit to help me recover much faster.\nIn all to be honest, I\'d come back just to hangout and talk to these folks because really it\'s just amazing the level of professionalism and hospitality the staff goes to make you not feel as though you\'re stepping into a doctor\'s office, rather as though you were going over to someone you knew personally without have had even meeting them before. Will definitely recommend others to checkout this facility and will not hesitate to stop on in if I ever have an issue.','2017-08-15 00:39:42.926000','2017-08-15 00:39:42.926000',5,'Tyler Abbott','https://lh3.googleusercontent.com/a-/AOh14GhtDg-DyaBW1gEDccPY_3d4DQoIkg7TXe80dDv9tA=c0x00000000-cc-rp','16891069708558046635',36465),('AbFvOqkd0CSG2XTGpYoHwyZm9w4wV7xWrYWdsPMyblwkAVpqd82ItG2Hf_GBTLp8AtWjVr7_HOR1JQ','As a first time patient here. I has a fantastic experience!!!! Little to no wait and everyone from the registration lady to the physician was happy and very nice. Thank you Quintessa, Kelvin, Amy and Dr. Jones! Can trust them and will never go back to big hospital ER if I dont have to.','2019-06-12 22:19:27.767000','2019-06-12 22:19:27.767000',5,'gabe perez','https://lh3.googleusercontent.com/-OHQB4_syhSM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6toQ6SRLWMnb268gvMxI-PZJLwA/c0x00000000-cc-rp-ba2/photo.jpg','2694018788013845459',39328),('AbFvOqkD0iY-yD_VimxgFm1pxkxH33ULt76GBxNc3qZOUzIb4xTV4_5MtJTgnvlR4Ac89s1pp1Ciog','Kendra at the front desk was so sweet and very helpful! Great service here and wonderful facility!','2019-11-03 22:29:34.202000','2019-11-03 22:29:34.202000',5,'Lauren Medina','https://lh3.googleusercontent.com/a-/AOh14GgNV6yDtmMANv_txW5mljMk1HbZj3qMZ9F9StE3=c0x00000000-cc-rp','16590124370714063921',34578),('AbFvOqkd1NWpgU7gTbKBsq7qbv_5N4CBy8ext8kQKqNzzcGOWhaFTQC5pXQI8J2Jk2MAGTA3DmZSBg','First migraine, never had a headache like this. The staff was very kind.','2019-06-17 05:36:29.339000','2019-06-17 05:36:29.339000',5,'Gaye Kendrick','https://lh3.googleusercontent.com/-Rm_Lzeai2QU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckn2PIJGGh53XthqRmw-Yx_QCJKCA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38139),('AbFvOqkD27C9AOO-j2saTUESdrqT-mn9odGFxIZdWpC1580Gy2FqyUFeUoFhQqmAgiZVl0cPHL7EEg','This place is all over amazing. Kim, Dyveliz, JR, and brad were awesome and super fast on helping my friend get her diagnosis.','2018-08-22 19:04:55.487000','2018-08-22 19:04:55.487000',5,'Sarah Stephens','https://lh3.googleusercontent.com/a-/AOh14GgqNiLDC9AlECbnLgDOr4y-hBUvZQlujMLsg2wj=c0x00000000-cc-rp','16590124370714063921',35226),('AbFvOqkD2K0UyuY9zAi8UOrQnmX6uCgrO_C4N7-t-uQsNM-TqTre_R76rcfrAcWz3U-kxKgTiBlX','Friendly service. Very welcoming and helpful. The nurse also offered a warm blanket during my visit.','2020-11-13 22:13:39.058000','2020-11-13 22:13:39.058000',5,'Nakita Zano','https://lh6.googleusercontent.com/-R5ZkoPDpKvk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckDQbHpQz_jIO7Q87ERcHEMZg6tFA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42826),('AbFvOqkD3gIypVJ_wVSrVufbpdqVy0U9Rl8l-LQdwEWfdhWQ5thVU7XVg5ibPk9BQON11hXJO1SCAw','This is the best place I give it 10/10 for costumer service. Waiting wasn’t too too long had a few people ahead of me. When I got back to the room the kind nurse not too sure of her name (she had the suction face mask.) she is awesome. Doctor Das Sajal was really nice and these people made me feel at ease. I really appreciate the great costumer service.','2020-09-25 19:58:49.311000','2020-09-25 19:58:49.311000',5,'Treny Is pretty','https://lh3.googleusercontent.com/a-/AOh14GhLQNfnugCLa0NAtP9l60QnhNGhZe1bnNqvg5X8=c0x00000000-cc-rp','8626688543755174284',41892),('AbFvOqkD3n6L9d2QogGM78Wsr8a5eb4h_GJAcvaacVW0-DbIG0feHih-tTeJYREiMXTlecKZ-dlGkA',NULL,'2019-12-27 01:10:36.282000','2019-12-27 01:10:36.282000',5,'Michael Gusman','https://lh5.googleusercontent.com/-JOkYX0r0bto/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmGpI2M53jSyaSGedvQdAieOQ1e7w/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37776),('AbFvOqkD4cGjajlNw5q7f87VA0dTcj6MY8rxS0WNwC7dqUKRjpdryqKSx9dajLCgGgMOBxsQnDgP1A','Excellent service! In and out! Receptionist Keily, nurse Tammy R and Dr. Mauldin were all courteous and efficient!','2020-10-07 18:44:42.677000','2020-10-07 18:44:42.677000',5,'Vic Ressler','https://lh3.googleusercontent.com/a-/AOh14GjnlslpCUAfE1PdbkbVgidHXN_R7JS99E2EVB8K=c0x00000000-cc-rp','8626688543755174284',41886),('AbFvOqkd4xqf4fR2mUN1_rW8iMG17RWRNAw9FXpUD6qyEK3xTJeo9Gqqa1D38bi45lrrrTUCWY1OYQ','It was a great experience, have been there 2 times and both times and they are very nice, respectful, fast and great attention to detail to make sure they find the cause of the problem and treat it properly','2019-10-08 16:10:22.547000','2019-10-08 16:10:22.547000',5,'angelica cuartas','https://lh5.googleusercontent.com/-UUPhYhz_VyM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn_wKeH3io8saya15BF1CGiNG3eEw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32419),('AbFvOqkD5aoRcg48j606IGCeCAVNXpizy2Fx4KMsAz7-G1u_mBh-XoPkwpKio44FLejjtp6VYkW8_w','Cannot say enough great things about the care I received! I had to seek emergency care 11/9/19. From start to finish, the care I received was amazing and excellent. The most important part is the fact they asked the right questions, knew how to address my emergency and helped me. They ran the right tests and were so very on top of their game. That alone is worth 5 stars! The facility is SPOTLESSLY clean, everyone from check in to check out treated me like a person, not a number and treated me with care, compassion and concern at every step. Everything they did was explained to me, they asked me if I had questions, made sure I was warm and comfortable...you name it, they did it. The doctor who treated me checked on me frequently...the nurses and techs were available within 15 seconds if I needed anything. I was seen within 5 minutes of being admitted. Special shout out to TOM, who got my IV started on the first try (I have weird veins; so that never ever happens) and thanked me for being cooperative. He even gave me a choice between purple and pink wrap to hold everything in place. That seems like a minor thing but when you feel awful, little things like that go a long way. One thing I especially appreciate is that I was not hustled into a hospital gown immediately (of course if I needed one, it would happen). It just gave me some dignity.\n- not only was it spotlessly clean, the ER had ā€œspa likeā€ decor. That’s not a necessity but it made me feel less frightened.\n- they have an area with coffee, snacks and drinks - that was great for my mom while she was waiting with me.\n- they offered to have a neurologist (an off site one) come in and do a consult. Who does that? I opted to wait and see my regular neurologist but wow...what an option!\n- one thing that I thought was so kind was that while I was waiting for the IV to do its work, I fell asleep. Dr. Giancarlo (can’t recall last name) came in to check on me and turned the lights out so I could rest comfortably. So, so appreciative of that!!\n- discharge instructions were clear and thorough. The number to call if I had any questions was prominent.\nLet’s face it - no one wants to go to the ER. But if you have a choice, choose this one. It’s better (way better) than any ER I have ever visited. They hit all the marks...absolutely flawless care by people who know what they are doing, do it quickly and obviously care about each patient.\n(This is a REAL REVIEW. I do not work for this company, I was not ā€œincentivizedā€ to write it, I just think when you’re treated well, you should spread the word).','2019-11-10 12:56:05.986000','2019-11-10 12:56:05.986000',5,'Kelly','https://lh5.googleusercontent.com/-3bV-1TWGT3Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl5Cf7_7YoX0-XcLjjMkHdcGyVpOg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28983),('AbFvOqkD5oo93i-ZCGZY0z_kONtBR1XjMe-oNNpe7RIovQrmyO8Ib0um3ZqNoZHZX2-9KxR9AV8f','They did an amazing job on my son. Decent wait time due to volume of clients. Luke was the nurse we saw and he was very polite and gental.','2020-09-24 15:44:52.092000','2020-09-24 15:44:52.092000',5,'Nina Cammack','https://lh3.googleusercontent.com/a-/AOh14Ghd6ip88kQBmZcGV2O5fLbrrieqOW2W58EeSYgeBg=c0x00000000-cc-rp','3272657195432704501',39516),('AbFvOqkD6_yj5g4g5bloQwpqYK0VK26v57N3AmfCPvEHTNBggyZ2U3z9iUFr7817zWO_VUvKAkB1','Excellent compassionate staff. Wide scope of services are offered with virtually no wait time. Would highly recommend this location if you are in need of any type of immediate care.','2017-12-13 18:51:18.114000','2017-12-13 18:51:18.114000',5,'Wendy Van Den Boogerd','https://lh3.googleusercontent.com/a-/AOh14Gg9uR4g31dIS3OoWUmKgZ7RiVSbIMXRbI9DCxJe-g=c0x00000000-cc-rp-ba3','16891069708558046635',36453),('AbFvOqkD6Jirxell9jnXT-M1KujgC3-Y7gDjup6b4R5vQBjtJvhl_hVGfVVw41IM06xbfu5xLjA-Eg','The faculty is very clean and all of the staff are very nice. From the time we walked in and I did a lot of walking since I had to go make phone calls and go pick up my kids, Jocelyn was very nice and patient with all my comings and goings. Dr.Appiah was very thorough in treating my husband and trying to determine what was causing his issue. Alvean and Marcus were also amazing. Alvean was gentle and answered any question, even not related to the visit\nMarcus was amazing, just from him making the mood comfortable. Great energy is mandatory when you aren\'t feeling well and the staff today made that possible. If we ever need care, we\'ll definitely come to the location.','2019-04-24 23:09:09.934000','2019-04-24 23:09:09.934000',5,'Jazmin Payton','https://lh3.googleusercontent.com/a-/AOh14Gh9RESqfiRAwNOXUt-eNN1FNHhwsr1PAjiV17qW4g=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkD6PqVs1bz_-RNBPTi8UAQyIihahYr7vefE2RgNYbgNJ4fjxaFI8R2PT2bxEm_YT4N3gE0hQ',NULL,'2019-07-05 12:40:27.496000','2019-07-05 12:40:27.496000',5,'Nick Yannuzzi','https://lh3.googleusercontent.com/a-/AOh14GgamIlkF6oNakkGMa64X2rOuHNopKdHnUEBP3XT=c0x00000000-cc-rp','16590124370714063921',34783),('AbFvOqkD6Ukwyfu7THDL5LItZvmm7NX3X-mn3f8FHMwaN7r_91Uyz1RVqexTEFJ0axDo71kwbM_C8g',NULL,'2020-06-10 22:23:02.558000','2020-06-10 22:23:02.558000',5,'Delta Gonzales','https://lh3.googleusercontent.com/a-/AOh14GhQn2_oE0ThQjZkyf-n42jx70vNPc8ZINmwOUBn9A=c0x00000000-cc-rp','16891069708558046635',35889),('AbFvOqkD7IwH-0NGAOBw2iW36kxemx8LG1Ll0rKjPctJj80gFZ8FNGg5q-6gdE9AdBJDlql11TWPcg','Everybody was very nice as soon as I walked made me feel welcomed. Got me in, out and fixed up quickly. Thank you registration lady Mari, Nurse Savanna and Dr. Osiecki. You people are awesome!','2019-01-15 17:25:50.857000','2019-01-15 17:25:50.857000',5,'Chase Sloniker','https://lh4.googleusercontent.com/-PO_oVg9zYSQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmrKF_HzLhW_iy4Sz0nQl5BXQHvmg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29950),('AbFvOqkD8QyZ9U3whbh9LuMoGrex4sVBwxd8kBYIt6D0tLyYRezFkwqBEPuQaQCt5HNX7bmEaaPrwg','I had a very pleasant experience here, not to mention the place is very clean! They were genuinely concerned about my son, all three nurses helped try to comfort him. Also Jennifer D at the front desk was very informative and helped me with all my insurance questions. I would highly recommend for emergencies.','2020-02-06 23:36:50.506000','2020-02-06 23:36:50.506000',5,'jennifer young','https://lh5.googleusercontent.com/-pI2-k2gltz0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclSoXm5nf-fp7IEkwXGrLFM-bJVzg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41950),('AbFvOqkD9cUhWpZYvC8kKywef2_7er0khWwSkIGxOEskN36rANrNK1tjTPLCwx4ZUvJm4j3bnRpg4A','Had a great experience here! Ms. Tanishia at the front was so kind and accommodating from finish to end. my nurse Jennifer was so sweet, made sure I was comfortable at all times. Enjoyed coming here. Definitely recommend.','2020-01-24 04:42:59.380000','2020-01-24 04:42:59.380000',5,'Megan Arrants','https://lh3.googleusercontent.com/a-/AOh14Gh0iHDKXq4I0n1N6woD17GwlkyKDqTEGH0dKPhq=c0x00000000-cc-rp','17898197009688164559',37732),('AbFvOqkd9Vk00nFeP0NNdeuFBLZsFGP98xvXVEObhDdq1bJXY2sFFvhCdG1hDGHyjXaNuDbpadVQ4A','Awesome!','2018-01-16 12:43:54.035000','2018-01-16 12:43:54.035000',5,'Nicole Harris','https://lh5.googleusercontent.com/-rl937GcTDKc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmszDBcy7HP7Tp3CDDDXeCElTTwOw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30899),('AbFvOqkd9vNBGpKh1XwYCuiTKTnBwpGXxCaFSH__25S7stAmpVrWwPw22TZnp7swu5dGFCinkPxrUQ','Thanks Dr.Henderson, Nurse Alvean, And Tech Marcus Very Professional We Had A Amazing First Time Experience.','2019-03-29 17:27:18.799000','2019-03-29 17:27:18.799000',5,'yoboychopgodking Gucci','https://lh3.googleusercontent.com/a-/AOh14GibqnZ_zZfqUBWExJWhyF9RB77PAyZ8Gp9LtypTEg=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkDa2FtxKiS9hgIhuvSZ1eX2ibDetrwZ5mGzUo9yZCzW9BgqO8VFnSKUzFCT_zDFgJD1qQO','The staff was quick and kind! Very impressed with the professionalism while being friendly and easy to interact with.','2020-03-09 05:59:15.151000','2020-03-09 05:59:15.151000',5,'Marion Stearns','https://lh5.googleusercontent.com/-KmuRY19IXDw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHuZkbqX2N3cd3CUA3AYmpJw_ufQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32114),('AbFvOqkdaM2HLM0MHpIXEoo5tY1ghpDzlPNf_ljkm2mr7gF7AXHcfdnmjkpIvXaLrfGGKBCLE5E1',NULL,'2019-11-02 09:37:42.037000','2019-11-02 09:37:42.037000',5,'Norma Ventura','https://lh3.googleusercontent.com/a-/AOh14GhP9E2rF0GYplolXExuwlOHUJfUxmQbZG8LkjpVqg=c0x00000000-cc-rp','14904078213800803294',32410),('AbFvOqkDaOUAbl224S_x_lDCVPosuE5qVE_eMyDrkIyCAAi6ijHt453ILhBU88nq9K70CiYj0Uv1sA','Very nice clean and helpful and fast I absolutely recommend','2016-11-10 12:55:52.464000','2016-11-10 12:55:52.464000',5,'Shanae x','https://lh5.googleusercontent.com/-cXb5wbonywM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckl0Dpu2-CJljqUQ_PuRP1z0JxDLg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37279),('AbFvOqkdArT73-Q0YxoBhB5mQYV9K_tSuEIPl4MKfSuWZbpA1qtH-LvPu-5nIq8gMsx7kzmxXV66','Dr.henderson,jennifer,gunner,courtney were awesome they were very caring and made sure i was very comfortable','2019-09-19 17:49:11.151000','2019-09-19 17:49:11.151000',5,'Chrislinn Singleton','https://lh6.googleusercontent.com/-bt42cSuGLF8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmiBO8XXpjU-R4pi7rLdO4CzJ-e9A/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39798),('AbFvOqkDBGV1lhiCP4Up8gY6o1OhyQBpfTb62FoJFh9fyruU2uYOCTcU7QESAEgUCaFho93x8nyr','Signature care is the fastest er care center I have ever been too and the workers there are so kind and attentive and down to earth, Mollie is the best nurse I\'ve ever had.','2020-12-27 17:09:44.159000','2020-12-27 17:09:44.159000',5,'Ashlee Raine','https://lh6.googleusercontent.com/-BeF4a7riYVY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmWh1hNQG5MP-fl9dx-31K-h7IDCw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44009),('AbFvOqkdbQdfsbMVET9mPwMlH8pZBB0IqWR5j79WmlS4p8UNYuyL-o_2mpxMiW-X9yjvu94WwiorrQ','Great staff will continue using them the best!!!','2017-01-26 02:27:30.828000','2017-01-26 02:27:30.828000',5,'Yvette Lopez','https://lh3.googleusercontent.com/-n_irG9cTG10/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmtPbOIuS8z3PL4PqYPranu79_7TA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31121),('AbFvOqkDbRpqzzZgoniFWMSL5i6pju2Cd4g1IJOSRqRd6QCCQ_eArxa18luOEW0QnioM8R0JEVgZzA','I took to the emergency a friend with a strong headache and high blood pressure and the nurses Kristina and Lisa take care of him pretty well. At the emergency room they were able to do a CT head scan and give him the right prescription.','2019-10-28 03:35:52.303000','2019-10-28 03:35:52.303000',5,'jann gopi','https://lh3.googleusercontent.com/-dBRp84eJ0ls/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckpXXpfcDQDXR-p6xgKwElKWDWh9Q/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29599),('AbFvOqkdbwB5Ak5zkQJXiOa-VofuR3xF6ZAUAjUXuPyRfzks-3P_vrgXYqq9pZK9OoCWi_-a4F7NcA','Best er I’ve ever been to !!','2020-01-08 07:27:26.574000','2020-01-08 07:27:26.574000',5,'Bianca Ariza','https://lh3.googleusercontent.com/a-/AOh14Gj6r1boA9xHeJLylwUnIYESN2eWNltBDQ250Ceu=c0x00000000-cc-rp','17898197009688164559',37757),('AbFvOqkDC6IANoBsaXBgVbUJF5G_uMKhsXTsXaT_CaEGUOA46WQK3gj0gkyd4DG8LiI9oZOsX1He2w','I have always gotten excellent care here. The nurses are patient, even when I\'m a big cry baby about having to get needles.','2019-06-16 02:06:49.884000','2019-06-16 02:06:49.884000',5,'Megan Hurwitt','https://lh3.googleusercontent.com/a-/AOh14GhKCGAuT1cfGf34cUzplRohOcesSMm-dNPG6AetmfQ=c0x00000000-cc-rp-ba5','12541597562633926366',29091),('AbFvOqkdcKWuDZGCCa-7w1WzxaIVQPYHlpxfgTnQN0lbp_qh1IbzTj_fB70FD9M-2lcXRqFVE9j_kg','No wait time, Very Professional and Friendly Staff, Very Thorough on treatment, very clean and up to date. I would recommend this location to all in need!! Really great experience!!!','2019-10-26 20:58:02.068000','2019-10-26 20:58:02.068000',5,'JonasJ Charles','https://lh3.googleusercontent.com/a-/AOh14Ggw1l4_UtwYFoRPw_1tu_p7h9w4wJ7_s5IauGfpeA=c0x00000000-cc-rp','16389487648212004696',33818),('AbFvOqkDcODgWJznguHlJqiOdQUyGcvXzE_cnnA0DOIPSpFsy5OsZjw4shV7_M3eRMyFnaANbX0F_g','There was some chick at the front Regina and Dee I Think . They were really awesome and made me feel better before being seen.','2018-08-09 19:09:49.970000','2018-08-09 19:09:49.970000',5,'R J','https://lh3.googleusercontent.com/a-/AOh14GgcIAsJJ0B1JyUXeKuCPST9OnYLJTbHr4U0aHF4KA=c0x00000000-cc-rp-ba4','3511292162159714121',40880),('AbFvOqkDcPBtOJTYLWCZJcOySY-QxhIwh2rEvrVS-5RPDC0BlYRjWcRT6FqWr852cklFzwSvEyFz','great staff','2020-01-29 20:49:51.095000','2020-01-29 20:49:51.095000',5,'roberto martin del campo','https://lh3.googleusercontent.com/a-/AOh14Ghi0lrK-hO7-udIk7WI7N5R8woTc4_LjIC8AiXsxA=c0x00000000-cc-rp','14567670160750071148',30293),('AbFvOqkdCxHGDsKl5Eh70iyD5XTOG7XDWP0wBEiGEkS_L87FLW6wTCnhglTMAoBrR84MyHYVOYiQ','The care I received was excellent. I had intermittent abdominal pain for several days and didn’t realize I was developing appendicitis. By the time I went to the ER, it had ruptured. The doctor and nursing staff were great to work quickly to get me transferred for surgery.','2018-08-30 14:14:33.355000','2018-08-30 14:14:33.355000',5,'Peggy McGuigan','https://lh4.googleusercontent.com/-KSfSBE0Iqko/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckUMA-LuYzBSYwzOxfJYoBY_kmo7g/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32548),('AbFvOqkdcXRvJEK6TlPDTddur1UYjoo5JOoDZUgy33-8AEgn1mXoQhXpwrkSLt_s8haTiWx0pqVXeg','The doctors and staff at Signature Care are always courteous and knowledgeable! The doctors especially are very patient, explaining symptoms and treatment options in ways that are easy to understand. And the nurses are quick to offer warm blankets and snacks while you wait, which really helps make the experience less stressful. Though it\'s never ideal to to visit the ER, both times I\'ve gone to Signature Care the doctors and staff have made my visit as painless as possible!','2017-06-29 12:09:57.683000','2017-06-29 12:09:57.683000',5,'Alex McElroy','https://lh3.googleusercontent.com/-jX4TU2qtLwY/AAAAAAAAAAI/AAAAAAAAArE/AMZuucmr4d4_nrlbHb4uNtzvAU8KDEjDpA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41038),('AbFvOqkdDnnAmPX5TDpkoYiIQTqUwSmRSNkpPm29yPdwzxPfnBOKNmxU4GIiVinN0dAXNevDMvYipQ','The staff here is AMAZING! They remembered me from 2 years ago! I love the service & hospitality! They make you feel safe & comfortable in a place that you are usually coming to due to discomfort! Grateful for this facility! Highly recommend! Also, nurses Laura & Gina are absolutely incredible! The best nursing staff I’ve ever encountered.','2019-01-04 00:19:21.938000','2019-01-04 00:19:21.938000',5,'Kasey Long','https://lh6.googleusercontent.com/-YkgnKT7KdqQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnEElyWbDmVycAVSIN_4bvQEa7SDg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40764),('AbFvOqkdDRvn14v1xbzf7nBFzkJ6bK0pZKtRQMRf_RlvhjQjwxUzy9QWN4AHh2MBAm9O6gZvc8ID1g','I went to SIgnatureCare early in the morning and Amanda and Sarai were both very welcoming and informative. I was helped quickly by my nurse Jacob who was super helpful and nice. The radiology technician was also very nice and answered all my questions thoroughly.','2020-09-30 13:45:50.755000','2020-09-30 13:45:50.755000',5,'Kendall Smith','https://lh4.googleusercontent.com/--YTr6jTdOZw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnnrJxaM-deyYoPIgTFbAhZIXlw-Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34154),('AbFvOqkDE0OGhpQir6tyj9qkbY76nQme6XTBbX6VMnohABvecstHQuMa81Cd9IWiIn7JdGQO4t2RQQ','Dr. O’mall Has great bedside manner. He made a complete 320 in my care at the ER. He went above and beyond the norm. Everyone including Alvean, Tricia, and Jocelyn made a difference in the healthcare.\nDaniella Archie','2019-04-10 19:41:34.484000','2019-04-10 19:41:34.484000',5,'Daniella Smith','https://lh6.googleusercontent.com/-6XY1hlUwqh8/AAAAAAAAAAI/AAAAAAAAyjk/AMZuuclXiSwilNBkJqU4bBtQBbB7YMplsw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkDeB7wqjiy_Ei2orrpRubTO7MGR_ios5lAQPCqzt7YArjkdeQqekSD60bfEDWnBFReYQk12Q','The Team there was awesome and inviting. From the front desk to the nurses and the Dr. Kudos to your wonderful team at this location.\nJesse ,Valory, Anna, Freddy. Keep up the good work','2021-01-20 21:18:28.278000','2021-01-20 21:18:28.278000',5,'Pam Hatchett','https://lh3.googleusercontent.com/-1bKQmPgB94g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVLc1_-qEQEJlcZLIYNT4afeILvQ/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44464),('AbFvOqkdegee6G4lmz4qHUVpFq7lFn5lb7cSOtGnuAk0zLH-OXoWOb22947NOkQKyvJGofZpXqiz','Jennifer d very precise and immediate Care and attention\n\nErica great nurse very patient and informative\n\nAshley very professional. Knowledgeable\n\nI love this place, everything that was happening was explained thoroughly.\n\nThe doctor was very informative, explained it all in everyday people terms. Quick precise...\n\nI will return again...','2019-03-08 15:58:10.037000','2019-03-08 15:58:10.037000',5,'Tonia Andrews','https://lh6.googleusercontent.com/-PfUFUJCQxlk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmYvdDvgUDgMMS92TMQLCVREC8eFQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42126),('AbFvOqkDeWftZ2ryw1t3kZiRH1VE-P4SJGn0JhIQXEtTV784Wz3tfgtZPZOeWZ3PX_3QceMHg5v9','Thresa and Tiffany were great they took care of me and got me feeling so much better this emergency center is a great place','2020-09-18 09:38:33.253000','2020-09-18 09:38:33.253000',5,'ALEXANDRIA MAYES','https://lh5.googleusercontent.com/-R-V3xBcF5LU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmrET_oEl_7p8N2Me-0Cvi_AaSxjw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38976),('AbFvOqkDEx96jUy0lGJ45-zFiG5ZIMUFrIaF4A-CCxl9r0WnR4VARWMGG3WSpc7V5TsnVu8oIeqT','It was great. The staff here actually cares about you.','2019-01-04 23:58:25.012000','2019-01-04 23:58:25.012000',5,'Hannah Priester','https://lh5.googleusercontent.com/-yikhiePWwjM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7V54je120pzh6dJ22XPsdGI06nQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40760),('AbFvOqkdFI3D5_7yHCmogGJYGuJYyB5PQ_B_Zp7LQAY5E9aa7B1nEu0HNKfLhuzrr4dwtOEn6GN3aQ','I had been serverly sick with my asthma but dreaded to go to the emergency room, due to the awful experiences I\'ve had. I Google Near by places and I found this place to go to. I called and actually talked to a person within a second ring, I got there and by the time I finished signing my name I was already called on, they offered a warm blanket, everyone was super nice and friendly. I\'ve never felt so loved and felt like home at any hospital visit. They accept insurance and I can pay upfront and not worry about a bill. This place is amazing this is now my go to place and I will recommend to anyone. Thank you.','2016-12-19 08:03:18.748000','2016-12-19 08:03:18.748000',5,'Alyssa Marie','https://lh3.googleusercontent.com/a-/AOh14Gj5qfevkRieO7CsGaZgxzNs4rDI5YFl2r9FmrP9=c0x00000000-cc-rp-ba2','17394740196501090048',37248),('AbFvOqkdfOHnNLvXq29W7utkGTzG-WJnuq35k1IHiOYrEFcSWsE6EoR3marSevjnr2i-sJDixyaegg','Yo i came to this place cuz my mom wasn’t feeling good she got treated immediately and we got a room and some snacks I definitely recommend coming here for your emergency and the reception Cecilia Z and Brian D we’re so nice and welcoming','2020-02-18 01:52:09.438000','2020-02-18 01:52:09.438000',5,'Natally Gutierrez','https://lh4.googleusercontent.com/-EQLHT7mZcoE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnSx71VeSXxKv2QC_KNrYcuUvbtUw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30240),('AbFvOqkDfoTbKeGTJGfvMUaDRWtH8zn83kW0xpOut6z9j5iQ4LgJXYmUCMQvv_6pOV7oiYAqflwCog','They were extremely fast when providing service! I was in and out super quick! I would recommend this place to anyone needing help! Great for covid testing too!!!!','2020-12-12 18:50:03.790000','2020-12-12 18:50:03.790000',5,'Papadakas !!!','https://lh3.googleusercontent.com/a-/AOh14Gh9NwldVxtMSUN-Q-xLKT3MFTC5i_1tclHf2BZpbRQ=c0x00000000-cc-rp','2694018788013845459',38838),('AbFvOqkDFtsWJxjww78P6Uie8FTMiLr-2lTgQR_o-Ufwx7bNZqANnGC6bY3m5xj2pV_feYvVsisqBg','I have taken my daughter here twice now. The first time was for difficulty breathing that turned out to be croup. The 2nd was for a head injury with repeated vomiting that turned out to be a concussion. Both times the care was beyond phenomenal. Every single staff member from the receptionist, to the nurse, to the doctor, to the radiologist was amazing. They helped calm my daughter (who admittedly is a tough one to treat due to \"stranger danger\") and they also calmed my fears. They explained care and involved me in the decision making and made sure we were both comfortable every step of the way. I have an older son as well and I can honestly say that in all the care I\'ve ever received for either of my children (whether it be routine well checks or an emergency situation), this care has been the best hands down. I am very thankful for each of the staff there.','2019-02-04 18:01:26.937000','2019-02-04 18:01:26.937000',5,'Jennifer Way','https://lh3.googleusercontent.com/a-/AOh14Gg_39AXxQDrQ6P8l5H8-ZdWNXedOpdyFrF7sc9V=c0x00000000-cc-rp','16891069708558046635',36281),('AbFvOqkdG4x2dFfSYRHEW2ULgq9tPKfwQ5m8fzxC4W1RFbjFsl1F9cS6doNenFOHXyBwT9-ADAD0oA','Amazing place!! Stephanie, Hillary and Natalia are super friendly and they took really good care of my son! Dr. Ybarra he was so nice to me and my son as well. They made us feel comfortable. Thank you so much guys!!','2020-10-21 02:11:33.388000','2020-10-21 02:11:33.388000',5,'Natalie Valenzuela','https://lh3.googleusercontent.com/a-/AOh14GiRMsoN1NFnbX5HQ9jRyFB67gAZeeZfhbS2RQRu=c0x00000000-cc-rp','8679688254631342173',42278),('AbFvOqkDGA_fukv2w2sXAvRuiMUR7dMKVPY7HU3ubimvAT8CcW4DcZLU3a5Sf8M-i0wUiUPFDsqf7w','Fastest E.R I\'ve ever been to. I recomend this place.','2020-11-10 04:28:08.468000','2020-11-10 04:28:08.468000',5,'Maniyah\'s roblox','https://lh3.googleusercontent.com/a-/AOh14Gj501RPzK5VpC9WY1qc_rdFileVoNsNnYVilZxG=c0x00000000-cc-rp','2694018788013845459',38904),('AbFvOqkdgds7JZAK7t5psrlrIpgSqGQWLZRTCDb146by6PlDGi-OEgvXBHlRxQ6NVBiN2Z7Ac1tkNA','Very Caring place and nice service. Neat and Quick as well.','2018-09-09 08:26:42.638000','2018-09-09 08:26:42.638000',5,'Harihara Vishnuvarthan V','https://lh3.googleusercontent.com/-hgvh8iJQ9tE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucknmEgOFMrGGg1Ei1JTIwlByiLPyA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29200),('AbFvOqkdGnOqtrIeIB66mSloSfyI5M174PIJRVhBssrl2n9N_Nu47f9ezbIaQmmT7EIuUqqFj3pqgA','I am very pleased with my experience at SignatureCare yesteday. I came in a crying, in pain mess and I was taken care of immediately. They took my information and I was called back before I could even finish my paperwork. The staff listened to my concerns and took them very seriously. Making sure I was comfortable was their first priority. They made sure I was out of pain before anything else happened. I was informed of all the tests that they were planning to run on me and they made sure I knew what was going on the whole time. They got me warm blankets, water, offered me snacks, offered my friend and fiance water and snacks. They called me today to make sure that I was still doing okay. I highly recommend. Dr. Wang, Nurse Jacob, Radiology Tech Juan and Kendra made my experience very pleasant.','2019-10-10 22:12:04.806000','2019-10-10 22:12:04.806000',5,'Jesse','https://lh3.googleusercontent.com/a-/AOh14Ggg0WIpbWW82-UB6pzVdelCh08x-3fBb4u5yafI7g=c0x00000000-cc-rp','16590124370714063921',34626),('AbFvOqkdgwCL4l-CYGb6vy-khniEmpfGW4ADDVnT1iBlOVAl6OV-x1uoQUQvJWUlhtwmo1_kZ3FKKA','Signature Care ER is top notch. The staff is so friendly, patient and very caring. My son was afraid and they took extra time to comfort him...that was very much appreciated! Thank you to Mandi, Megan, Nurse Jennifer, Mollie, Gunner, Tara and Dr. Henderson. You were to dream team with helping my boy!','2020-12-11 16:37:35.629000','2020-12-11 16:37:35.629000',5,'Leo & Tiffany Dowden','https://lh3.googleusercontent.com/-4YUiiUA0Q6M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucku2HKofwschTz55zwOF_Nd4Afeiw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39426),('AbFvOqkDi_XTAVNvBb-sJ83Mt-p0TLm1oKCX7PLOMU7FDbO0xPmEIAbza5RsIZIPZRHSkFUJ6Hr0','Thank you Alicia and John Bell for taking care of us today!','2019-07-15 21:36:03.034000','2019-07-15 21:36:03.034000',5,'kris Burton','https://lh6.googleusercontent.com/-KgAacoQZaTM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQbmwfGGQv4BZ9B5yYCtS6v37Xvw/c0x00000000-cc-rp-ba2/photo.jpg','8626688543755174284',42026),('AbFvOqkDi-LsJeMmFNn3srXj5Rp75MEAT8CNpMSUMKFiOR-7lDkHPg9PjcwKPhTh4CHJcparJCMzjw','.I received excellent care at sigaturecare emergency center. thank you vanessa g , meredith s, andrea, Dustin h, and dr dang hung','2019-12-28 03:56:59.513000','2019-12-28 03:56:59.513000',5,'Vanessa Clemons','https://lh4.googleusercontent.com/-q2thSpIPoew/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJ32ukSyaYS0kZYgZHrHZEQ5apeg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30374),('AbFvOqkdib_BHcydHE3GxKTDrbd4ueRbJpJWmZrfCEmtdZRgKmS-fJp8XVCnnFImdVpWG7Nw5eL5AQ','There was zero wait time and Dr. Soli was sincere and very humble. The front desk was astounding and so helpful.','2017-07-13 13:50:01.491000','2017-07-13 13:50:01.491000',5,'Paul Tobias','https://lh4.googleusercontent.com/-Ov39ThZSlgg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmhPftdkoVFxK67DJnmZpAPkoo5OQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32663),('AbFvOqkDiH_AzGgpxdjgAWZ8SKvJYpZCYlQKvwrXXv-Ty-QyN4WAQOzGKOiL5MXthd7zzndbnVF3aQ','Such a amazing staff: Dr. Ashbrooks RN: Mollie Rad/Lab: Eric Reg:Tobieā€¼ļø After a month of seeing several doctors and Er physician; this staff cared enough to get me the proper care that’s needed of the illness that I’ve been fighting. Forever grateful','2020-02-20 03:47:28.793000','2020-02-20 03:47:28.793000',5,'shemeka davis','https://lh3.googleusercontent.com/-0z8PtR9bW88/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckgnzER_ec6KzCgIxI0iVfzrQVGDg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39609),('AbFvOqkDiN6VdDPLHVR-QTfvhTEoCQXzC0xeoZhO9S86nt0v0bc3uSRYkbrLLcl_YiZ2yh2hhfuNkw','Signaturecare facility is amazing from the receptionist krisandra, to nurse Ekaterini and jordan. Very knowledgeable and informative on patients as far giving them the right care to make them feel better And back to 100%','2020-11-09 17:52:10.321000','2020-11-09 17:52:10.321000',5,'Travis Caliste','https://lh3.googleusercontent.com/a-/AOh14GiiFXVyXuo8PSDZ2oYRhNuadfOCKCqNs8aC7P4MpA=c0x00000000-cc-rp','16389487648212004696',32958),('AbFvOqkDjaojZVL12U9TUeTOlNmNIXkO0TEigC8ZoatsXTd51WG9rS3yZZHPXV3nGTq9gbyz3FQqmw','My mother in law had abdominal pain, took her to signature care er in montrose location, dr. Kimbell has one of the best bedside manners you could imagine along with Eve and every staff member there. they diagnosed her with acute cholecystitis, they contacted their surgeon dr. Vega and she arrived quickly and made the determination for surgery. surgery was scheduled same evening. now my mother in law made full recovery back at home. I cannot say how happy the patient and family are with the care at signature care. Ive never imagined how streamlined the process for surgery can be arranged as they have done for her. thank-you signature care.','2016-03-17 16:57:57.961000','2016-03-17 16:57:57.961000',5,'J C','https://lh3.googleusercontent.com/a-/AOh14GgFG4nxjJoRi2LfDcMD_d3KqjrcWWhSlHwT6UkQ=c0x00000000-cc-rp','14567670160750071148',31258),('AbFvOqkdjIQCITOOyJHD7tJdRs3nxB2JNtSgvxuARcMclDvVuMJAl5NSA0na_edFR13CvKmJlsnTQA','I really enjoyed my experience here, everyone was super kind and helpful. The staff made me feel welcomed which was really nice. I was very satisfied with the care they provided. Definitely going to recommend this place to friends and family.','2019-02-20 14:38:51.613000','2019-02-20 14:38:51.613000',5,'aidee lopez','https://lh4.googleusercontent.com/-1n3hXNnIEqE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckj7E9sV-46SxZz-9Jf1kjI6rnYXw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36271),('AbFvOqkdKJ0q49hoxc5gneYhvQH9aaHA2PIQBATHLCDjWxlNUpNmvXDrOZbDBLmDfy6C03aqAgQ-wQ','Great experience, fun personalities. No issue with my visit.','2020-10-25 21:22:28.364000','2020-10-25 21:22:28.364000',5,'Trent Huckaby','https://lh3.googleusercontent.com/a-/AOh14GiHm6lFpysaqwnvJGyqGT1dji3iMfeuSJyrKux3Ig=c0x00000000-cc-rp','14748677429039074158',31461),('AbFvOqkdKoeoM3nFGjGiFvYJda2JKEgzcUKD0qcOte6PhWmvZ6Z_jMOftXSM-x1NrJAcSn4t2gDW','Super clean, fats, and professional!','2020-12-19 14:16:44.037000','2020-12-19 14:16:44.037000',5,'Jeremy Gordon','https://lh3.googleusercontent.com/a-/AOh14GievdcCCraUfLDZCG0uEqi3sXm3PkrYNrM_mGaUWw=c0x00000000-cc-rp','3272657195432704501',44655),('AbFvOqkdKQTzvHiG_f-Io15LDXCkovB0_PsOpafuWdF3O86cRu5NWvHGT_ovqqzEnZtEOQPG37Ym',NULL,'2016-11-22 18:06:36.004000','2016-11-22 18:06:36.004000',5,'Michael Morrow','https://lh3.googleusercontent.com/a-/AOh14GjVxL6BC1OXncm-CZ5f0lUyGkkuoly5UmKLtP2DPw=c0x00000000-cc-rp','17394740196501090048',37262),('AbFvOqkDL2ojdSRowG5mCCNjELKD7UknWKjXLJArtLQVA4FpacUku-Vb45hgT8F1JJD7uiNPFaBMIw','No wait, incredible staff and top-notch care by all staff! Even received a call the next morning from the Nurse manager to check up on my daughter and her current condition. Was also advised to call or come back in if any further questions/ concerns. Best experience by far I\'ve had in an Emergency Department environment ! Thank you SignatureCare ER- Stafford!','2017-08-08 16:56:37.310000','2017-08-08 16:56:37.310000',5,'Ashley Skripol','https://lh3.googleusercontent.com/a-/AOh14Ggj6j4YSBdTwOUo2vdvgSxT2ruIQ1RGas7Bq8gimtk=c0x00000000-cc-rp','8918455867446117794',43492),('AbFvOqkDLYJkKyLEOq8iavyD8Tz8huWea5GhXgF3X_iIWiW429a3JgKCdhviPMfmbbedfaqbEUyWig','I highly recommend Signature Care Emergency Center. There was no wait to be seen and the facility is very clean. There is a nice waiting room with snacks and drinks. The registration was quick. Kimberley and Anna were very friendly. Abigail, Crystal, Megan were wonderful with testing and needs in the visit. Dr. Pham is very knowledgeable and kind. We will definitely come back if needed.','2021-01-02 18:54:21.518000','2021-01-02 18:54:21.518000',5,'Jamie Matula','https://lh3.googleusercontent.com/a-/AOh14GinN21dI2sds7T3rRpb51P6R90UAa4WaVk6MPyBBg=c0x00000000-cc-rp','15979470999169074295',44202),('AbFvOqkdm54pPVeU-PGvNbbJ0JZL-kmy5okf3-8o3I7lO8o07kC5cuJhIX9eCqdKuRHLRIP6v0WAPQ','Very attentive to patients and ensuring they’re visit goes as smooth as possible. Inside is clean and nice. My boyfriend came in with a broken nose and RN Anthony and Dr. Vakey were thorough with their check and had a very quick response time. A great experience!','2019-01-21 22:33:18.373000','2019-01-21 22:33:18.373000',5,'Katherine McClelland','https://lh6.googleusercontent.com/-oYrc5JVuopo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucleJYi2nUSoWcfziQGOnAZRCaXYFw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35040),('AbFvOqkDMLNcAJMRwp6IVj05fIMU4lAWh62qQFmO0oQiJ8E_ZezvQUOOgBEH67-rLwhqoIEYU9wulA','Signature Care Staff were excellent from my initial meeting with the front desk staff (Ms. Jackie Reyes), to the nurse who assisted in the room (Lia) and the X-Ray Tech (Mary) was great and Dr. Boester did an amazing job making me feel comfortable and helped me understand my injury and the best method toward healing.','2017-11-16 07:16:35.405000','2017-11-16 07:16:35.405000',5,'Christian Carrier','https://lh3.googleusercontent.com/a-/AOh14GjzVbnuYg66yheV35pNfB04YG2krSfIK5f0uiT2YA=c0x00000000-cc-rp-ba2','14567670160750071148',30949),('AbFvOqkdmM2qlLNQW82z2x46zDzst28efVp-wemRH9t6E9nli_BPH0SWFyKln7JDgkEZ36sHhLiH','Harjai was great and so was all the staff,visi visi my daughter and slipped and back went out, took great care,very speedy,thanks','2019-06-16 23:17:47.150000','2019-06-16 23:17:47.150000',5,'Chad Hopper','https://lh5.googleusercontent.com/-Mt50XynyQIs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclskFP6veUC2jukcwt8wtil5ZK1-A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34814),('AbFvOqkDMNp889cvELuj0EfKwWjD1Hih32-VqH5esuyugKYd7R2CtajuD4axuHXtUiqDk5lmh1mEdw','Great experience. Timely and polite staff. Great bedside manners by Dr. Yusuf. Nurse Laura And ER tech Olivia were amazing! Thank you all for everything','2019-01-30 14:02:30.967000','2019-01-30 14:02:30.967000',5,'Terry Lewis Jr.','https://lh4.googleusercontent.com/-fyL4yns1YQ8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnnqZbIRC6oXKa9nMcTPieWuW91oQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40674),('AbFvOqkdmx1AEoHoIkqhCId2o_hj4wEagbBEIRMyp6kDRggsdnu6jzaMNnvlJmM25ruyKm01o55-dw','(Translated by Google) Dr Cavazos\nDelight\nDuke\nWaldo\n\n(Original)\nDr Cavazos\nDelicia\nDuke\nWaldo','2020-02-05 17:55:33.852000','2020-02-05 17:55:33.852000',5,'Tanner Justice','https://lh3.googleusercontent.com/a-/AOh14Gj0ponrQhpkgs37NvtHDmT0hi1xpRF19kuVMGSlCQ=c0x00000000-cc-rp','8679688254631342173',42453),('AbFvOqkdnVfCoafLJVCJE_Nyi3FNPkdxTO3d-7HxlChu_u6d1-aKhW73iSRMHuNAtw-m1-EO6qzn','The staff and doctor\'s are very attentive . Everyone here was professional and caring. I went in with chest pain, they took me in and ran every test and eased my pain. They made me feel relaxed and I\'m grateful to all of the doctor\'s and staff there.','2020-12-17 04:30:28.159000','2020-12-17 04:30:28.159000',5,'Annabella Moriba','https://lh3.googleusercontent.com/a-/AOh14GjfvAMhd_nJwAVsSQa_AiqW001BTvzSKajn6s14IA=c0x00000000-cc-rp','17394740196501090048',36487),('AbFvOqkDoqP3v6d7wmLEPLljzQkHa1YFsg-rJ3Tk-0diQs8O1ojbyZl3xsAOMYXqecZi3Iuua29PRQ','Dr O’Malley, Alvean and shazia Olivia and Patricia were all so nice and helpful. I got in and out. Very nice Signature ER. Thank you everyone!','2019-12-01 18:59:29.241000','2019-12-01 18:59:29.241000',5,'Becca Reed','https://lh3.googleusercontent.com/a-/AOh14Ggc16VX6bjeLIRmVS-v3HMcyByRNb9q--5ZQfn1XA=c0x00000000-cc-rp','16389487648212004696',33652),('AbFvOqkdOrmALRnXD6XquxB8C_ocBPRbMCEMA3F3t1erZn1ICZGRNdNqGamcRIsD6W1jaeARKtpCmA',NULL,'2017-08-14 16:19:35.799000','2017-08-14 16:19:35.799000',5,'Shevon Nichols','https://lh4.googleusercontent.com/--EfkKGsT0mM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnktvmJw0sJedb6RNVYy2evM5qVVg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37095),('AbFvOqkdoXEfL0QLs5TGCjkL2rerR8D9YBHirZ44nugNhSGIVBzqjTxrqJgI6GcHwC1hHtuCyv3acQ','Super friendly staff! Very informative and great care. We had very little wait time, too!','2020-10-26 14:05:01.300000','2020-10-26 14:05:01.300000',5,'Kevin Phillips','https://lh3.googleusercontent.com/a-/AOh14Gjjy5KfMcpNQszcOBaHKLWA45qAoNV2nHb9f_eu9A=c0x00000000-cc-rp','14904078213800803294',32190),('AbFvOqkdoXlRB2ShhiTGB-sBnV8bhoSGchBs0gNef55O6kOMshPYpghsDnZ1DyWor3IEt8rkhjcn','Great service','2020-07-18 17:38:23.088000','2020-07-18 17:38:23.088000',5,'Eleazar Garza','https://lh5.googleusercontent.com/-n-1j3RfQR7I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnXUB0TvUpMZXXFLTGPRHrcGwieVg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32010),('AbFvOqkdOzysCcsO4TlszEz-VnyashtwEiYmTy_P9z1mo2OLVVDOeZlZl0_58w7sL7jIKAPoPy62rw','The place was great! Elizabeth was so sweet, Tammy was caring, and Jessica was very nice. Dr. Cavazos was very cool and i will definitely check in again if I have to.','2019-12-21 23:51:20.362000','2019-12-21 23:51:20.362000',5,'Bryanna Thompson','https://lh6.googleusercontent.com/-Nvp1AIAwySM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnrJ4KdjFw_69iXUxyUX2OfJXgmKA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37790),('AbFvOqkdp3kdg22S4UUfcNMj-9icp7V0lV6lJW2Weewx8Q01Z78bfKpcCKW08M8ceQr3nIotTUFe','Tech Norma is awesome! Nurse Hamzah and Dr. Sylvester were great at communicating and covered all their bases.','2018-12-29 15:51:05.230000','2018-12-29 15:51:05.230000',5,'Ashlyn Sterling','https://lh5.googleusercontent.com/-FRIA_-qiEVI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmvYw_MOrDndoE7vhzw6guUFuGMnA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40774),('AbFvOqkdp4SvtSR2ohmvujZ2wYGaM5kUan-SHaAY118QwiCOd8bAUy6IRcvwrroLvcEEVYcsOpgf9w',NULL,'2018-07-27 01:08:20.526000','2018-07-27 01:08:20.526000',5,'Lisa Bass','https://lh5.googleusercontent.com/-VHsxyX5XBk8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3r-SlSuFxSMkc4qhA_osuyEfqQg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30803),('AbFvOqkDpDn823qZfLja5QzRBWZ31jlpTfTgp7Tems13mBWsGOUz4XPiZXOy4kLAgubrnzKp5R16-A','Everyone was wonderful and helpful. From Keaire at registration, Dawn, my nurse, and Dr. Yusef. They were all attentive and welcoming.','2019-09-27 12:26:16.874000','2019-09-27 12:26:16.874000',5,'Joshua Garza','https://lh5.googleusercontent.com/-VDb2uwn2wwA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnOCFYO81kPPxURQ8mXiQtWhpPVFA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40411),('AbFvOqkDPDQmpL96oVT-pFQlOEioGbFXz_gMD27-L7JuGR3CZwL7_7-i1DPd-61fE9U2OD67hpowiw','We needed to be seen quickl . The staff is warm and welcoming. Thank you so much Maya for taking care of us when we need you all the most.','2020-03-11 12:48:05.758000','2020-03-11 12:48:05.758000',5,'Aja Chantal','https://lh3.googleusercontent.com/a-/AOh14GiCTVRNF4gkZx2kd347rjtxJ34BwCk2IoDof5pFOg=c0x00000000-cc-rp','12541597562633926366',28646),('AbFvOqkdpHUyXCag-7tvZ-VzHj8FYI6oZLbeSFE5QxJzIfEY6WW1bnpm6pez4WlhoYTyLW8pTnNb','Front desk was excellent, the first nurse I encountered was great, the Dr wasn’t too professional and the third guy was ehhhh','2020-10-21 00:15:22.017000','2020-10-21 00:15:22.017000',3,'Cody Mcfeely','https://lh4.googleusercontent.com/--uE_fs3KAeI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucljQhcktmgtp2oS6WBnLSBBCQFdvA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41871),('AbFvOqkdPjA9G87yOlSUaZUGYB8i8vpHygd35JEAZcWh3ZWsuLUTZGZU3zXV1dZdFLFNfikASwnh9g','Everyone was wonderful! I took in my child for a sprained ankle. At the moment we walked in, we were greeted by Malissa. The nurse, Nichole, asked my child all the necessary questions and listened attentively as my child rattled on about everything that happened. She also offered us a drink, which I thought was nice. We were then moved to the \"Moana Room.\" It was nice to see they have a decorated for kids! Dr. Ken Frausto came in and looked over my child\'s ankle, while having a conversation rather than just drumming off a serious of questions. An x-ray was ordered and the radiology tech, Laura, was fantastic as she calmed my child\'s nerves.\nAside from the wonderful care, friendliness, (... and great snacks!), what I appreciated most was everyone\'s demeanor with my child. PLUS, they called a couple of days later to check in! I would definitely recommend SignatureCare! From our experience, it is obvious they care about everyone who walks in!','2018-10-04 15:11:17.757000','2018-10-04 15:11:17.757000',5,'Sandra Russell','https://lh3.googleusercontent.com/a-/AOh14Gikbjx9cDPlA_cjJ0IZHnMrmQNZGYUgVxlt5IFUNg=c0x00000000-cc-rp','12541597562633926366',29190),('AbFvOqkDPrF7MxqFHypl6mbnEGLEbNlfaC4JhILIVnafZ-B1FVu1js-A5paeUSmA48EnUII79DRdDw','Brought my son and had the best experience with the friendly staff. Thank you Dr Patel, Ekaterini S, Jessica M, and Luisa R.!','2019-11-27 02:22:31.989000','2019-11-27 02:22:31.989000',5,'Vanessa Garcia','https://lh3.googleusercontent.com/a-/AOh14GjJdFsj03friZmg8ARUTCf2acp3YRuF67j52bKj=c0x00000000-cc-rp','16389487648212004696',33676),('AbFvOqkdqhP6h_9PX4MYT_K3b5S3wc_OfvqCgQe51KtxZqPSQk4itjCfq0ayYzpdYsaGYt_anrlOcw','The service was excellent! I had quick and friendly service from Lorena, Dr. Wang, Bryan D, and Natalie, and Cat. You can tell everyone really cares!','2019-11-17 02:58:34.960000','2019-11-17 02:58:34.960000',5,'Emily Carrizales','https://lh3.googleusercontent.com/a-/AOh14GhGidhz0wlO1WIXSpyotCk4sV7heYw6bqC39U-qEg=c0x00000000-cc-rp','16590124370714063921',34564),('AbFvOqkdQso6Lni_h0uHNrdIlYAC0dYWNyJAIpPUbxh7i2EIWnpZwa2I9Nqnrx_V0Bo5ELufrzffuA','Fantastic, fixed me up good. Kim, Anthony, Rayven, and Keera were all great!','2018-09-13 00:58:30.508000','2018-09-13 00:58:30.508000',5,'Matt Hafer','https://lh6.googleusercontent.com/-w-Dug0OX-X0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm5miBxrP3geaIxKerD_UjtWK9zLQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35185),('AbFvOqkDr-examj_pDahjSrpz3F1NZs01zhSbtcxvnbSMKiSEko0k_VthgJCy04MqiygsoS1ZGS0Mg','I have come to the signature care off of Slaughter lane twice now. I was so impressed with how kind, outgoing and efficient the staff were both times. My girlfriend told me about this place as its in her neighborhood and raves about it too. The docs and nurses were extremely knowledgeable in addition to the staff being so kind. I actually drove from across town to come here for my second visit because I had such a good experience the first time. Second visit was equally great. I can’t recommend highly enough.','2020-06-15 14:35:09.924000','2020-06-15 14:35:09.924000',5,'Arnold Estrada','https://lh3.googleusercontent.com/a-/AOh14GieXiYQuuTZ0mqmzyPXfFZpQKHZzDeZvAmZ-k3KoA=c0x00000000-cc-rp','16891069708558046635',35870),('AbFvOqkdr2xNSz9vgWMAFkbaKfAVsPQiFbeQ9maQfQZVeLbILNJaDEqSlrRuGCABlTdqZmHQAhKeSg','Outstanding facility with A++ Doctors and Staff. Needing medical attention can be scary and nerve wracking. Everyone working, no matter how late was attentive and kind to my needs and worries. Highly recommended for first rate medical attention in the South Austin and Central Austin area. We are lucky to have this location.','2018-10-17 14:06:11.475000','2018-10-17 14:06:11.475000',5,'SpiersATX','https://lh5.googleusercontent.com/-_INX2YdJRHo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnEFZd6hkXNrYxiyN-R5mTxOYxBwg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36340),('AbFvOqkDRyuULzu1LQRYBp97T272yrW4-_-VUwEMeCLn0oaIj8fpMu0I21jLAQ9AWRzXuwZU5LvqhA','Cody, Nydia, and Sam were really welcoming and helpful during our COVID-19 test. I was going in really anxious they sure did make the whole experience go smoothly and calm the nerves of the actual test! Thank you guys so much!','2020-07-26 17:00:07.721000','2020-07-26 17:00:07.721000',5,'mikayla martinez','https://lh4.googleusercontent.com/-Q2vvC-gjj3I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmPX6Ca4Zv9xKF7JcNmuYivUhe-Qg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38767),('AbFvOqkdrZsfh6MseoQ2_M9xkRkIM9nJs-q3UCFnuci7Uaa6d9VPdmo4sw5ImcXtHqESl9FCKLifnw','Graciela took great care of me.','2020-12-14 00:33:16.837000','2020-12-14 00:33:16.837000',5,'Ben Darbe','https://lh6.googleusercontent.com/-0MnoFYYe1lU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucniAdgxKoVnDkf32E_7bOH8ZYAXxg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32846),('AbFvOqkDSowCOovoqJ2XgmuLXGZuzGsneuJGfxO5O7G6sIX0WsOAcqSWx1HytHjUGoeqxi-LQ5tySA','(Translated by Google) Excellent attention Thank you very much\n\n(Original)\nExcelente atención Muchas gracias','2020-07-18 21:30:14.599000','2020-07-18 21:30:14.599000',5,'gabriela zabaleta','https://lh6.googleusercontent.com/-AXlwz4JRSoU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckC_oxB7esWJyF7O_gdDngdiWON1Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40234),('AbFvOqkDSpSupDRzoDM8Uv83WJ44uEhwNiu4tQdha2ucZ-h4hFgdqwVx0k3MpfR5m1NgGmf3XKMP','Very professional and Nice pretty fast in and out Thanks Lorena .T Dr. Kimball ,Jeri D and Torie!!','2020-10-24 11:42:16.146000','2020-10-24 11:42:16.146000',5,'Most Wanted','https://lh3.googleusercontent.com/a-/AOh14Ggtxxn-ARZ42iC62pm9Q0G0vf81uSeqddZqmLci=c0x00000000-cc-rp','16590124370714063921',34111),('AbFvOqkdsv-GaRgpAUi0UR5udjO63qB-Xrzy6O9qshHhER7bdhLqfTl4hnsGt9HpMXl0Jvwkc-93xQ','By far the best ER experience my wife and I have ever had. My wife had an eye issue and we were seated in waiting room and saw nurse in 3 minutes and doctor in 10. The doctor did the tests 5 minutes later and we were able to leave in under a hour. Everyone was very friendly and reasonable fees too.','2020-02-18 04:27:16.271000','2020-02-18 04:27:16.271000',5,'JJ Hendricks','https://lh3.googleusercontent.com/a-/AOh14GiC02q0rUzVz5sEgUIuZhabrBMfU1HaRu0c9nKS94s=c0x00000000-cc-rp-ba4','3511292162159714121',40300),('AbFvOqkdTYrNXMSA17HaJK4wkEuMIFTCFUT3x3phROn44g2L57TJQ0njjmz3l94wpsoEvYhghjbMug','Came in severely dehydrated and my stomach overwhelmed from complications from medications taken after my oral surgery.\nFinally came in to Signature after 4 days of lying in bed and getting worse with no food or fluids.\nDr. Garcia, Tristan and the rest of the team took care of me within minutes with IV bags of nutrients and liquids. The next day I was back to eating food and by the next day my stomach acids were balanced.\n\nVery impressed with this clinic. Way better than going to a hospital ER.','2019-02-23 01:34:17.749000','2019-02-23 01:34:17.749000',5,'Mark Adkins','https://lh3.googleusercontent.com/-xBJ4bDJxNzI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmC2ceF8IF5qa3Bgoz3gcmbn9AbwQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29138),('AbFvOqkdTyv3T_fRNwPgLKDit-VcYujCb5dBOmdT6Uy2JLNjXkKDOBUUcnKnkV_-YBL_uuDwoUgvag','Dr. Soli and his staff were AMAZING!!!!!! I walked in with a broken shoulder and the acted quickly and with extreme care. They were not only very professional , they also seemed genuinely thoughtful and caring for my health.','2017-10-01 02:14:20.745000','2017-10-01 02:14:20.745000',5,'Jorge Ordaz','https://lh3.googleusercontent.com/a-/AOh14GiejDXx1wo9MmcO9afkdpSpfQXqi9cgeWfyHh2wjg=c0x00000000-cc-rp','3511292162159714121',41016),('AbFvOqkdu7tyKwfBOTMGN93yJOne46lmJ2cTcx_EyfckOl0H-eh-UE-Px1bzvILxventWnZufshWJg','I was seen within minutes. Staff is very friendly and efficient. Everything you can all for in an ER visit','2017-11-11 14:59:38.297000','2017-11-11 14:59:38.297000',5,'G Clay','https://lh3.googleusercontent.com/a-/AOh14GjQ-vEbiEjEYmGAY6i2_K00hq6SyGuxKg1lVqbPxg=c0x00000000-cc-rp','14904078213800803294',32638),('AbFvOqkDuG_cBKVodRes5X9DxkE2BbjI0WOODiZ-vJ4fDfvwRp_9E_vawlHTWoIT-8LKRdAGxPPJqg','Facility was really clean and everyone was super helpful and polite especially Joe & Cody.','2020-08-11 16:41:08.621000','2020-08-11 16:41:08.621000',5,'Frank R','https://lh3.googleusercontent.com/a-/AOh14GgvoxFpgqgewnZddmPgoXuOR0psGGrsh7ZH8DB_RA=c0x00000000-cc-rp','2077061009497551125',38616),('AbFvOqkdULPDY6xMuTWmQu6mfIfjN0vmGoQULJEHsG92lAeSGvoiAqKTvxXZwApq5IQSxHSeL6jrBg','My experience at this emergency room was great. The staff was very welcoming especially Dr. O’malley, Ekaterini Jessica Patricia and Stephanie. They made the atmosphere a very happy one.','2019-10-08 02:15:04.987000','2019-10-08 02:15:04.987000',5,'Abeshai Bernard','https://lh3.googleusercontent.com/a-/AOh14GidfPImmJn_vTzLtaEbBhPhW4axff-fHkCgP8bwiIQ=c0x00000000-cc-rp','16389487648212004696',33899),('AbFvOqkDuyfKZ7iMrI2zgsyn_uhaLU9MyouAH2YTSudQr_gmTy-9GKFVqg7hDV-Owmn7YJuMvPh4QQ','Dee was very helpful today with my copay issues . Everything was sorted out and I left feeling wayyyy better','2019-08-14 16:54:05.978000','2019-08-14 16:54:05.978000',5,'ajai Garrett','https://lh6.googleusercontent.com/-eKf1ti1fUxw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmo2ZYgs9BfjdjbCGeFr7Vzc75mcw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40446),('AbFvOqkdV0E2jgbcbu6EJy-7YwfOpvfTyGxxFOvU0rlsbaf6SFawOLtxLVh8z8UfIH1CjXa-sBK9mA','The staff, Dr. Do, Robert, Tricia & Jesus, were great! I would definitely recommend this location to everyone!','2019-06-21 15:55:25.767000','2019-06-21 15:55:25.767000',5,'Lilian Olvera','https://lh4.googleusercontent.com/-UmA8pqvN2PU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjjjeWV-AluGkN0XJsA7w92F8aGA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkDV66IG65C7QFQK6QE0ZfuK8YygcV1lt9PGgkT3MVhZNhN6lejA1p2Pxh0c9ZMaUMbl4H7Xg','You get to see someone within 10 mins of walking in. The staff is super friendly and understanding. The doctors really care about you and your health.','2019-01-09 04:55:07.577000','2019-01-09 04:55:07.577000',5,'Olga Filoyen','https://lh3.googleusercontent.com/a-/AOh14GjBCvQYUD3Z7bTfq-kRpOtCVMaJnyo0uofbLo-6=c0x00000000-cc-rp','14567670160750071148',30643),('AbFvOqkDVddfVX5UqNxPQUWlZFSwMBcKqMQ1BBm9FHib3uBt-bBt5VkSO_eCNH3wYxcrgAMBl8dO','Friendly staff! I was attended quickly. Thanks to Alvean and Jordan very friendly nursing staff! And awesome Dr as well!','2020-11-04 15:11:05.283000','2020-11-04 15:11:05.283000',5,'Bianca Ruiz','https://lh3.googleusercontent.com/a-/AOh14Gi9-yPr1y52o63FPn_5otmPzojucFcDEyRdD8T3wg=c0x00000000-cc-rp','16389487648212004696',32998),('AbFvOqkdVHxl9e5pEJl7LrapvJ1TlY1yGtwpjAfCHzec4m4zgOiETOWMA57_4tf8WuCbKaBTBd_E7Q',NULL,'2020-06-16 09:05:18.695000','2020-06-16 09:05:18.695000',5,'Adriana Pena','https://lh3.googleusercontent.com/a-/AOh14GgtuXPeGE4e0CI9zVgUoiGp2_lvUK52UxsfaZuCQg=c0x00000000-cc-rp','14567670160750071148',30196),('AbFvOqkDvn488M6OjhwV5Zf6XcxlxImZffx9UVTytD3yv1zsYBoIRy3UJaZS0FsBryMM1FPon1dmNA','My time there was awesome. There nurse Alvean was amazing','2020-11-12 22:05:05.789000','2020-11-12 22:05:05.789000',5,'Tiyana Gibson','https://lh3.googleusercontent.com/a-/AOh14Ggh_Dgvj9Qm5tzV43-QPNx9RvLDsZoV-BjdGcJuhw=c0x00000000-cc-rp','16389487648212004696',32930),('AbFvOqkDVnds9dK4M3zHr71fGoMYQY3Uuj0vfkEhHyaLgEvuDi00Han4h-sIFX1AT6Ao43LyFSbyyg','We had excellent service and it was immediate. The doctor saw my daughter right away.','2019-07-09 14:30:52.488000','2019-07-09 14:30:52.488000',5,'Deborah de Flores','https://lh3.googleusercontent.com/a-/AOh14Gj1ltDEOS3yG4Nv-H9UmN8YFhQo2M2q3PbEexMoKQ=c0x00000000-cc-rp','16891069708558046635',36164),('AbFvOqkDWfel0MtZhLmEI4mGw9IbCjboDfJIf825R5sWfuEbmzcKqe5F9yBKODibMt2LrIXdICKZYQ','First time I’ve been here and it was a great experience staff it’s very friendly and polite specially Dalal& Natalie','2020-12-11 19:24:40.238000','2020-12-11 19:24:40.238000',5,'Elsy Chavez','https://lh3.googleusercontent.com/a-/AOh14Gh6-5me1Dihf5mZIrwrS2rDSWAQRFVNO1W0vi91GQ=c0x00000000-cc-rp','14567670160750071148',29991),('AbFvOqkdWPsf59wYiuV5yX0Tbu3QfO3Vj_jgIG1CVpFVZdtd8mauGYMVpRcuZJiYXz28mzx4FqwnYw','Very good energy\nThey work hard to fulfill whatever you need','2020-11-07 17:33:17.580000','2020-11-07 17:33:17.580000',5,'Gerald Sanders','https://lh3.googleusercontent.com/-W8orVkezhj4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-s2GdcIaK1HNhgV66XZp-UfA8FQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28473),('AbFvOqkdXaqzReCBzyf_Y7wxAiDeU4W2Ylmk03lx2EWeVwloXtlsnPs2M6AMW7Y4YtZ02OucOqvgGA','The wait is not long. Doctors and Staff at this clinic are friendly and make you feel comfortable. Doctor took care of my problem and gave me instructions on how to follow up.','2020-10-01 03:30:39.862000','2020-10-01 03:30:39.862000',5,'Gilberto Gallardo','https://lh4.googleusercontent.com/-oqZhR5QMqSs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmnmwC5Vx6MwIOJSAw9DHZTyI1WXA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42891),('AbFvOqkDxgjk5ZP-HxDf-_cOLBhewD2JG_QdpD7rhAun-FOYpvi3PfB8vRbqRpD7gf8yBB9OSVKSQA','I came in because of a cough and the whole staff really took care of everything and were super professional. Anthony the RN did a great job as well as Kathleen the X ray technician. Ultimately Dr. Vakey helped me out as well. Great staff.','2019-06-11 00:00:32.517000','2019-06-11 00:00:32.517000',5,'Tres Lyons','https://lh4.googleusercontent.com/-0OmTkOso5vw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclTqr6MhlQNVEqzu8q5m4rBLH0ynA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34827),('AbFvOqkDXJckTCBTa36PHw_nvfVp6e98b1YZECMc8pM7d3GN-bkPH-Py2gBhJRkxS-UZJmGSi3m_','My nephew had a great experience here. Taylor helped out a lot and was the best. The doctor was helpful too.','2017-03-31 06:19:16.620000','2017-03-31 06:19:16.620000',5,'Emmanuel Hernandez','https://lh4.googleusercontent.com/-AcRxYKY5Bdo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnHvijXCycLkDA1cROy6r2y5pI7VA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35458),('AbFvOqkDxwyBUUnXamS5xvXVr76jvPI5788hrUgD93yMqd7VDd5ztHLUg1YBhGnd3Rr-u0C99_3i','My son and i went in at about 645 no rooms where open right away which i had no problem with. Ms. Nicole took us back for vitals and 5 mins after that we where in a room and seen and also discharged by 8:00pm. I ABSOLUTELY LOVE THIS PLACE!!! I RECOMMEND THIS PLACE TO EVERYONE! MY SON LAST NAME IS MILLER AND THEIR DR.MILLER IS SO COOL. HIM AND MY SON ALWAYS HAVE A GOOD TIME. AFTER I STARTED GOING HERE I DON\'T GO ANYWHERE ELSE!','2017-12-28 11:58:11.104000','2017-12-28 11:58:11.104000',5,'Trenise Dorron','https://lh4.googleusercontent.com/-QSO5jDg7CQA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckZgqWl0jBIiBvpmSBDiPXS-qsBqQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30920),('AbFvOqkdy-bzROEOYDqKlqyodaUS3M9f-elknOekZGlTQ_VDsnp1zKyHw86pXnwWi3OR6M6qnTAr','They were incredible. Nadia took my covid test and she was awesome the front desk was super helpful as well!!','2020-07-18 21:55:40.213000','2020-07-18 21:55:40.213000',5,'Aidan Smyth','https://lh3.googleusercontent.com/a-/AOh14GgNPOZ_U5MZrH1lhzxCGjvRP4zFD-fGvcStsXvA=c0x00000000-cc-rp','14748677429039074158',31986),('AbFvOqkDYBBvIlUo3cdFB3y95AoQS8jEYoHuniZY0swsQhwUiWYpVQ6MnFF_f0wAnn7QuSVNZbPRmQ','I’ve been here a few times and have always been helped in a timely manner. In and out and always feel taken care of. Nurse Jacob was friendly and so was Kendra, the receptionist. Dr. Vakey was great!','2019-12-28 19:02:59.968000','2019-12-28 19:02:59.968000',5,'Katelynn Munoz','https://lh3.googleusercontent.com/a-/AOh14GgUq30Nr-9nUABK-2TT5jHGBfndNtBnh2qCRsOFSg=c0x00000000-cc-rp','16590124370714063921',34480),('AbFvOqkdys0l8zvyh7tpxqwTMgDDolxdiuSlABQoLuvRQpidAjyc7Ap48zQi8aXlu8XbiwFtls4VMg','Went in late at night desperate for pain relief. Even in my haze of pain, I noticed the lobby was nice and had a free coffee station. The staff was super courteous and moved quickly to help me. Very skilled too. Got an IV line put in that doctors at Seton (where I was transferred to later) all commented on how nice it was. Special shout out to nurse Katie for being so kind and helping me stay calm and comfortable. Highly recommend this place if you’re ever in urgent medical need and don’t want to wait hours in a funky ER.','2019-10-17 21:18:10.784000','2019-10-17 21:18:10.784000',5,'Rebecca Ngola','https://lh3.googleusercontent.com/a-/AOh14GgXBLcqdrMF7TEPAD_w-Nmtg9biuYNO2XG3M9BtFQ=c0x00000000-cc-rp','16891069708558046635',36108),('AbFvOqkDYtf6Vzyi3Ofshd7Rlshb-n-T8IMWXLKwu5M3Bq-ShM3Z4hej0ZXvS5j8ka0MF0UUr4Nt2Q','To the Management of Signature Care Emergency:\n\nI just had the most incredible experience at Signature Care Emergency. From Officer Jones securing the facility to Registration with Luisa R., Radiologist performed by, J. Adams, and the care provided by Nurse Gracie R. I wish this was my primary place for all of my medical needs. The staff was absolutely wonderful.','2019-02-16 04:15:01.357000','2019-02-16 04:15:01.357000',5,'Lenora McMillian','https://lh3.googleusercontent.com/a-/AOh14GhH3uNn-3jUjEPlQsKeuTD6sykS0COoESke3gmJ=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkdZ3XU8_nYWzjrcuFRz-6CHIiwGsceo1JiomrV9JnScUT5JJT3wCK3_S9QTJSMJu9QdPp4qA',NULL,'2020-01-31 17:50:09.946000','2020-01-31 17:50:09.946000',5,'Kayla Levingston','https://lh3.googleusercontent.com/a-/AOh14GjNho4jU0d9H5J-Y3eDTu9UYZEldAm5SHOk-AoZ=c0x00000000-cc-rp','3272657195432704501',39653),('AbFvOqkDzcG3TrPv4zElGn3y1Fi4WWSbhzvqBswv9ozT5SrC8priCpNXZ343tvpr4mp6jI1gM9hvFg','Very satisfied with the services I received! Everyone was helpful and prompt with treating me. Jasmine was quick about checking me in and getting me to the back. Bryan, Meredith and Sherri made me feel at ease and comfortable throughout the process. And Dr. Soli did a very good job explaining my illness to me. Very kind and caring staff. Hopefully i never need to come back to the ER but if i do i will come back here!','2018-09-21 02:49:34.967000','2018-09-21 02:49:34.967000',5,'Veronica Temple','https://lh3.googleusercontent.com/a-/AOh14GiupW9-70We9DtQmg-5kUmQ6LgdDrUfbBNYlYodsQ=c0x00000000-cc-rp','14567670160750071148',30717),('AbFvOqkDZGwGYHSp-S1kVXUSAU0osi94AXWkLg4_GZNU26m31xlJEe4w5ofJXrj6-Td6ZS9YbUPTGw','I didn\'t understand why they had so many reviews before going. It makes sense now, they\'re amazing. Everything you want from an ER visit: super friendly staff that tries to make you as comfortable as possible, amazing doctor that listens and doesn\'t belittle you or brush off your concerns, and full understanding of discomfort. There was no wait time, my pain was immediately addressed and I was given a shot for comfort within the first 10 minutes. My nurse was funny and sweet and gave me a sticker because I\'m bad with shots (just an added bonus, tee hee). My xrays were done very quickly and I was allowed to see them after they were taken, the radiologist even explained what they were looking for in the xrays and adjusted how we got them for me since I couldn\'t move without being in pain. The doctor explained the diagnosis so I could understand it and addressed all concerns as soon as the xrays were done. He was genuinely nice and seemed like he enjoys his job. I had low expectations after having been to a different stand-alone ER, but this was perfect. Everything took less than two hours. I don\'t normally write reviews but this was deserved. Thanks again, guys. And thank you for the card. :)','2018-03-24 16:04:27.014000','2018-03-24 16:04:27.014000',5,'Christin Poursartip','https://lh4.googleusercontent.com/-lUCJNpZyvjo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckIaWI7Bssn1Np92ZanbI7cYV0J4Q/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30862),('AbFvOqkDZtrHas8yhtU0tdKynYblKN0q_lo4AS_31eCxXm2NZOQm-e-xyCtEP-aMZAK7QPFGnltHxg',NULL,'2020-01-26 21:25:07.568000','2020-01-26 21:25:07.568000',5,'Brittani Collins','https://lh3.googleusercontent.com/a-/AOh14GhvfW0OnIE4utyaVhojEJ5lglCWnnmTrbr6gMkQSA=c0x00000000-cc-rp','8918455867446117794',43132),('AbFvOqkE_bVncvMWG4PErTyu8lHIIF3MnOdI-J2tR8umNc4Sjig39FOuvPimtHMpQFYvmxKeGge1',NULL,'2018-08-30 05:37:24.251000','2018-08-30 05:37:24.251000',5,'Brenda Pruneda','https://lh3.googleusercontent.com/-Oh3RUK7vi_A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZ5UsYaZrsnjeOZ08GMLqoMJtmtQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30758),('AbFvOqkE_dTpFpE8Qd7GzOvVvQ0SYx3ZX_YUk4ks8pfQGW2QFaBX5r4Grrq9QvmDE7kdXHyUR8VBoA',NULL,'2016-07-25 15:34:03.898000','2016-07-25 15:34:03.898000',4,'Jennifer Gloria','https://lh3.googleusercontent.com/a-/AOh14GinSD86-BjPamZOrBga2l3TuS64PoEsZmMwCukzXgk=c0x00000000-cc-rp','17394740196501090048',37320),('AbFvOqkE_H6MoJ2P0BOSdoKYeTXlXDPZ7nLmgT8RoJ1O1xXz4iCL_DEJdkrb51ETpSZqlOofSUTBnA','I came in for a sharp pain in my lower left abdomen area and immediately was taken care of. Staff was super friendly and courteous and Dr Anders was very knowledgeable He pinpointed my problem quickly and effiecient. This place is awesome.','2017-10-26 01:38:02.751000','2017-10-26 01:38:02.751000',5,'Alex Turcios','https://lh3.googleusercontent.com/a-/AOh14Gj4MAaJP6ZTyjGYarsNfuw01DJhnN0NKjrbKz1w_ZQ=c0x00000000-cc-rp','14567670160750071148',30957),('AbFvOqke0dj2T5QEy8LJQJAmqvVTXfAOKbWtIMkkfdGeofbFRZ3MoOQByDzds-a6YaRFA_s7rgUrxA','Im originally from longview, Tx &’ i had a car accident in houston at 4AM, i had the pleasure on getting to meet an amazing staff! Nurse Kristina &’ Victoria were very sweet and kind! really good ladys! Laura &’ Julio were very sweet on taking my CT scan! &’ Dee &’ Alysia were the sweetest ladies as well! i would 10/10 recommended getting care here! everyone is just so caring and its super splendid!:)','2020-10-16 14:03:12.279000','2020-10-16 14:03:12.279000',5,'Ana Juarez','https://lh3.googleusercontent.com/a-/AOh14GhJj4g-uiQaAkhyoCViKsxm19T4-7iM4evRJcqSNQ=c0x00000000-cc-rp','12541597562633926366',28501),('AbFvOqke0mb3GNsHTNOnT3Xd-VM2siwupayu46FCy2m2mG0xCfSlSNg8F00mS0qpDrudLEUSlGA3TA','From check in to discharge everyone was great. Dr. Miller and his staff are top notch. They run a ER the way you would expect. Fast and caring. Hope i never come back but i wont hesitate to come here if i need to.','2020-11-02 18:39:42.611000','2020-11-02 18:39:42.611000',5,'Don C','https://lh3.googleusercontent.com/a-/AOh14GiiSpdRT6eBHE0fZ-0Jl_TpcGgjtQ7NceTJK157Ag=c0x00000000-cc-rp-ba3','16389487648212004696',33019),('AbFvOqkE0qDvvnUJnqh_rGU5qpyd7JEbD4tnR7TydWQxneyW54XNnjGtIUvZsnhTE5r5epVd42q-gA','I was pleasantly surprised at the whole experience. I came here on a holiday, expecting a long wait and a big bill. Neither happened! Great staff, service and advice. Thank you!','2018-12-18 15:25:32.749000','2018-12-18 15:25:32.749000',5,'Neil Penberthy','https://lh4.googleusercontent.com/-3ddE9kHxykA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnAegs-VPFnD8yE-d6Bv5go8JUxXA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36311),('AbFvOqkE1GYzIl1nHgPY8j0aUgokg8QqrHtW4O7pWmiidCR5mwP_asICGuCKqB4O2jcBknzek8Dlog','I had the most amazing experience at SignatureCare! Alanna, John, and Karen were very professional and friendly! I was super impressed with their care and efficiency!','2020-11-04 13:04:23.730000','2020-11-04 13:04:23.730000',5,'Monica Smith','https://lh5.googleusercontent.com/-RnXA_ko22aQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclURxi-s2jgpWUhtptCm5cdWCE8cw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42263),('AbFvOqke1VauntguWBmJUKXpfDxaJazWneICXmrY2MKmjswGETqvTR9DBYjAJM6RbVcxe74bc4T65A','Really good service and the staff are really kind and helpful','2019-04-16 05:11:16.515000','2019-04-16 05:11:16.515000',5,'El operador Bravo','https://lh6.googleusercontent.com/-j27i1Fhwfyg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclwIipU5y7uL9Yozqp4702BFUaLdQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41748),('AbFvOqkE2k52rtK08ZOn2TxKGD25m4GpEkL7EMIxSo4xkMRU7uvxmpzACtgzZe8cEPEVpoBlLXToUw','My child was very sick and all of the staff at Signature Care were exceptional at taking care of him. The wait time was nothing, we got back immediately. We were offered a blanket, snacks, and checked on regularly. My son was happy and clam the whole time. I will be back.','2019-06-07 18:48:03.689000','2019-06-07 18:48:03.689000',5,'azared lazcano','https://lh6.googleusercontent.com/-971X3-HwhvY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucldbkFmw9pcshC5UEXJFfKdFY4Jbg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42054),('AbFvOqke2qggNNyoOX-y7c8Vf0grb_4vm50v1ja0KhwSor7V9q_wY5FmVoaYOPjim3dMwP8Yr-Et','Really Took good care of me. Dr Nguten, Alvean, Kelly, Patricia, and Jordan work very curtious and professional. Will definitely recommend in the future.','2019-12-20 19:32:25.159000','2019-12-20 19:32:25.159000',5,'Lester Cleveland','https://lh4.googleusercontent.com/-pa9m9SoUVJ4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-VgO9QsvxqIk6f06pzX0Fj-BlAw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33582),('AbFvOqkE2qkvtbgnMTIyfU5qk1mzsPKrV3BEwf6kKgBQB1TIOftr7LfcNKmPrXkU9gjgbUHO9CBRVg','Christina, Andrew, Dr. Lingan, Adam, Carli, and Aileen were all amazing. We loved this place so much that we are going to start coming in for the smallest of injuries. My girlfriend felt very comfortable and was taken great care of. I will be coming back here for all of my medical needs.','2019-11-17 19:04:40.173000','2019-11-17 19:04:40.173000',5,'Reid Hairston','https://lh3.googleusercontent.com/a-/AOh14GgJO-PQzFXmg6OQbCaVV9dzFXeyqmlp6iFw-Dvf=c0x00000000-cc-rp','16891069708558046635',36075),('AbFvOqke3OUlvV_GeExVowW-TEQljbEnww0W3MYCAay-aedkGMqZbcoAb8ZILGycKy1T5ad48nXV0g','Signature care ER award wonderful i called before i arrived and they are 24 hours and the entire staff was overwhelmingly wonderful and warm. The building is very nice and super clean and well maintained. Dr G was very caring and he listened to me and told me exactly what the problem was right away. If I ever need emergency care or need to refer this will be the place. Also I went here due to an abscess and toothache under temp tooth.','2017-12-27 16:29:32.396000','2017-12-27 16:29:32.396000',5,'Alexis SS','https://lh3.googleusercontent.com/a-/AOh14GimJHu9XGSoa7HRSZnK6WVVYWHsmVQDpoLUpvWVSg=c0x00000000-cc-rp-ba3','17394740196501090048',37013),('AbFvOqkE3VmPGfgIk845K8psWVSAl_hsGk6Y9X4S0oxEP9Cjo5c8puoI1I_v8LZb-Ze5daUtgMsQ','Clarissa','2020-10-13 20:06:53.230000','2020-10-13 20:06:53.230000',5,'Willie Sherman','https://lh3.googleusercontent.com/a-/AOh14GiX5umkqXuxxGEgGF94wpUpiArkvGtb5Oz5lIwZmA=c0x00000000-cc-rp','16389487648212004696',33162),('AbFvOqke4_Nr8oTod_jyAFU1L4dYrJipNdJfHyrKFhKdGj2Yf_njNKTA4Bt2wFPULEBhGZbG8eerPg','Amazing service. Attentive, knowledgeable and friendly staff. Dr. Henderson Answered all my questions. Nurse Susan made me feel comfortable. Technician Angel was helpful. Tanishia at the front was welcoming. I recommend this place 1000%!','2020-02-19 03:41:47.620000','2020-02-19 03:41:47.620000',5,'Melinda Veracion','https://lh3.googleusercontent.com/a-/AOh14GgbSNKP9iSn4CiQBn3IunNLJ6NhP2DvTY11K_07NQ=c0x00000000-cc-rp','17898197009688164559',37687),('AbFvOqkE50XWhrJCaH7_r9TxVttXGJ_Zj95Xe2SIzRVTPVek_XnbTVDx6dZqvdv2BGt5wqxYKspybQ','Couldn’t ask for a better experience. Everyone was so nice and helpful. John Bell was a great nurse and made sure I had everything I needed.','2019-02-18 15:05:14.552000','2019-02-18 15:05:14.552000',5,'Angela Rember','https://lh3.googleusercontent.com/-iZNXgR0KVwQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJGtOJBhcvBwLz98RoIFmvueGVjw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42152),('AbFvOqke5hL2m3U_SBB4LVO8H20W2sxMnL7zVKKHJrD-IMQVH5Uy3BYCpxj9bAZTi7DciEhQ3eCmEg','I came to your facility tonight with my daughter. I had never seen her in the shape she was in before. The care she received was astounding. Her nurse Keira explained everything and took care of her. She made sure she was comfortable considering what she was going through. The doctor Anders was thorough and listened. Meghan did the CT and explained her process. I was highly impressed with this facility and would return here if needed.','2020-02-24 08:41:12.385000','2020-02-24 08:41:12.385000',5,'Georgina Foust','https://lh3.googleusercontent.com/-AIDBjxqqliA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckTIybNujwDBrjVvj1BsGzn8Gs5RQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41454),('AbFvOqkE5Jmo298cFV-yOfhCA7ApVHan7HbQKGoE2v4whk7iVI-BTxeCWJUO6xT5EiCaZ8Y3fv4I','Tracye D & Juleisa H. were very accommodating and friendly! Would definitely come again.','2020-09-15 16:48:56.927000','2020-09-15 16:48:56.927000',5,'Elisa Ali','https://lh4.googleusercontent.com/-ZdkEAEL6Fpw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclEn0cAx7xM0D-aI_Ch0gOI9Z4lxg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42909),('AbFvOqkE7aCDVuQM5zVQv5Ofpe5cwSxQ3WUlJOCwx8HFxuPN1k0OCFAtekUeK4H_d-DQcEpFbQLcZg','nice staff and no wait at all','2017-04-08 21:24:12.821000','2017-04-08 21:24:12.821000',5,'Mache Samuels','https://lh6.googleusercontent.com/-Ki7xc9gW6XY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmAQW8oZ2ukiFM2rtoRPfYVJWjMXA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41079),('AbFvOqke7ccbGLVnoBQfReNuwDV5OBKAgu_PdClQuPYmHx1x-IpxKEpXWQG0fXgmQWC0PQhlsqCd8Q',NULL,'2020-10-16 09:43:51.576000','2020-10-16 09:43:51.576000',5,'Melissa Yount','https://lh3.googleusercontent.com/a-/AOh14GjF6zQqTU97FVLsnFmFF0CeUony4BDBhmiRU22mig=c0x00000000-cc-rp','3272657195432704501',39474),('AbFvOqke8BqZxTi9mlyMvcjATWpeRj80-eoH0cGobvS6umkki5w26R0ks9DlSaupo9kQcmDxd2TypA','Lindsey and Valory were both professional and nice during my visit.','2020-11-18 20:11:50.417000','2020-11-18 20:11:50.417000',5,'Katyanna Smith','https://lh6.googleusercontent.com/-dQlG5yUOvug/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnqVNf24fSHvXs0HiClhyf6fMgV5Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32911),('AbFvOqke90s7VxxdYsQb6mQMTF0Cbp0dVRKJUPmH6wVT1KosOY2UW-76AYvArSjqMOG4wBkW8GA3HA','My registration tech Ms. Jennifer Diggs was absolutely wonderful and curtious! She was quick to help me into a room and get my paperwork filled out!\nMy nurse Ms. Erica was very quick to to see what was wrong and very polite and very communicable about everything being done!\nMy tech Ms. Valerie was very kind and and caring! She was very helpful in making sure everything was done right and that I was comfortable! I highly recommend that everyone come here!','2019-01-10 17:36:51.350000','2019-01-10 17:36:51.350000',5,'kimberly christensen','https://lh3.googleusercontent.com/a-/AOh14Gh_dyaf3lx4dIrfdiAQquoFC5rUQL2Yq_nbs_2-lw=c0x00000000-cc-rp-ba2','8626688543755174284',42180),('AbFvOqke968UZh9Oo4ztLQN_qYp2eq1OveplkpZIsD5RjIfIWK-qQ14gAifn4HSGhrW7n20cx3uO','Callye and Hunter were so sweet and helpful. They had amazing hospitality and were very efficient.','2020-10-20 03:50:19.090000','2020-10-20 03:50:19.090000',5,'Natalie Denison','https://lh4.googleusercontent.com/-sJr6doqWA1o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmgOY0JbJexJo9PxBuxMG5HMb6c0w/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38470),('AbFvOqke9yjJ7doOOrNsknsRIWtK9aSkc_-mKA6pKPRkHuFE2hf0jpY7GQgGz9rdmk_qVLf2dNRFCw','(Translated by Google) The visit to the clinic was very pleasant, the service was excellent and the staff was very friendly, as well as offering a snack, I recommend it for its service.\n\n(Original)\nLa visita a la clĆ­nica fue muy agradable , el servicio excelente y el personal muy amable ademĆ”s de que ofrecen un snack, la recomiendo por su servicio.','2020-09-04 20:49:41.953000','2020-09-04 20:49:41.953000',5,'Rosa Balderas','https://lh6.googleusercontent.com/-u62_xGyN15U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckoOr0R0t1hH_XIMfvTQtHNgyQ0-A/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31706),('AbFvOqkeA9Yjen5WZ2WFoKfMXKVBd9w51cVJAaWPSOuK15i1WsGR0tUhT9o1gGmwn_lbdCdR5ENjQg','The staff is very kind and willing to listen to any problems you are having. I got all my questions answered. Great people to be around if you dont feel well','2019-04-18 20:22:41.608000','2019-04-18 20:22:41.608000',5,'Alyssa Llanes','https://lh6.googleusercontent.com/-Ousoy7d_2Hk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnvIyh0z5PMVp1vqxRuOdRlEnBXWg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43272),('AbFvOqkEAbiNq1QSL-Ggfhoegs52hciCqdQtNXYsL55G0JiRrKjCIR87embdM6lPnNV-vtN1bbtlgA','I really like the staff here... They are really friendly and do their best to make sure you comfortable and well taken care of. My RN Mollie is a really sweet nurse. It’s like we became friends by the way she would come in and just start a conversation while she was doing her job. It’s just not a job to her it’s about the people. Dr Edwards is a cool guy.... He made sure I understood everything that was going on the things that he had to do. They have fast registration to get seen and I thank you Courtney. The radiology tech Eric is considerate of the pain you’re in when he doing his job. I want to thank all of for my visit a nice one. I feel like family almost.','2019-12-28 01:59:34.530000','2019-12-28 01:59:34.530000',5,'Calvin Carson','https://lh3.googleusercontent.com/a-/AOh14GimktGAKhYq5yXlgvjxQGHAa2RIOL_JQysFUp9MGA=c0x00000000-cc-rp','3272657195432704501',39741),('AbFvOqkEAF0SqwufGBTSu-bF6JDtcsKZ99VfDtVzR-KxHwYbT5Ve37waNGb6B8v-s3IbR26oABRFWA','They were quick and efficient. Dr Sajai Das got me in and out with no hassles.','2020-09-11 18:48:52.661000','2020-09-11 18:48:52.661000',5,'Caiden Clack','https://lh5.googleusercontent.com/-O6ZfD4OCmOM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucntSymQsJ5SLbxWoNDDKvNKQHenIw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31675),('AbFvOqkEay-AlFxel7h1Kw-TI1WEtMa5cT-bAFoqg7u6vnEIqyS5DKAD-3T0zSrCGnnPseT4F5T6','I liked the undivided attention I received at my visit. Thank you for being so kind and attentive. Everything was done in a timely manner. Thank you Dr. Daniels and staff!','2019-10-26 06:13:48.123000','2019-10-26 06:13:48.123000',5,'Carlos Martinez','https://lh5.googleusercontent.com/-f9dyffAGo1Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTcQ6enRE6s1ZOxnCyGCYluA3r8w/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41572),('AbFvOqkEb_2DUJgUb8KcZLjw5UDwiUmRWIwcETpMaYvv4ffZi3frPjbJFSN01e2scZWpwC-A6YDblw','Good people nice service and fast dr. Do nurse :Irving and Sheraton and cristian','2019-12-27 07:54:45.659000','2019-12-27 07:54:45.659000',5,'imran2mane','https://lh3.googleusercontent.com/-h1oVdmRgQdY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckPIqm6Vbh1PweStbDhpQbYwRzhow/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28897),('AbFvOqkEbcpKcEk0HiIR3srOkBjhfskDSgj9kAw1U0cPXIMxhDsF8QMc5A-Rm2sK_wF_sS44BXjt','Expectional service from the front desk to all the clinicians. I was seen immediately, provided a thorough work up with CTSCAN. My interaction was with Therisa, Cheney, Katrina, and Dr. Henderson. I called before going and felt reassured with knowing they could do a CTSCAN and if needed would transfer me to a hospital. As a nurse that has worked in the hospital I was beyond impressed by how clean the facility was. Thank you to them for discovering all of my issues. I’m grateful I am empowered by knowing what was going on with me. Thank you and God Bless all the staff.','2019-10-30 00:35:51.166000','2019-10-30 00:35:51.166000',5,'Trezlyn Williams','https://lh3.googleusercontent.com/-3_47kah0P44/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmrz7Fj0-lUhPdLT0-q0HsYzacOIQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42620),('AbFvOqkEBgL9BM77865r99xPf-41yGwEklJfRSUl3FH3EXJ5VfwdFb9271wlhRKYa9IUxoUSXh2uDw','SignatureCare took the best care of my significant other and I. They were fast, courteous, attentive, and kind. Their facilities are clean and extremely up to date. The staff we worked with directly were incredible. Thank you to Aileen (front desk), Chris (tech), Christina R. (nurse), Christina K. (radiology tech) and Dr. Lindsey for making us feel safe and like family. Could not recommend this ER enough!','2020-12-20 20:56:03.866000','2020-12-20 20:56:03.866000',5,'Mary Bokenkamp','https://lh3.googleusercontent.com/a-/AOh14Gh99huW1FmYLmFM5HdvIUI4GvlH82c8sP_06j83=c0x00000000-cc-rp','16891069708558046635',43663),('AbFvOqkEBiiJkW28zAJ0fjO59DaR46gyyk3Df6qclVK45VeyGk3jbxfEwhCfNxXxlDJ-HQZvb_l6','They are great and very fast service','2019-06-03 23:25:11.064000','2019-06-03 23:25:11.064000',5,'Nate Lawson Jr','https://lh3.googleusercontent.com/a-/AOh14GjxisvAqXMS2MNEWW_K5fk81J_OpgxAEsKGIkFAqXY=c0x00000000-cc-rp','2694018788013845459',39332),('AbFvOqkeBmXXsKCxzGFAMS9kOUdh_KPJWM4K3dWcvFskmu0wKyxiIHfsJnpiOHjytAnOUVx3OHe3','Fast, efficient, friendly service','2020-07-30 13:40:34.986000','2020-07-30 13:40:34.986000',5,'Audrey Hu-Gonzalez','https://lh5.googleusercontent.com/-hEQ7WaP7tfc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVI8jA3ggCHQ5PVAPWECCK6mGFhQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42955),('AbFvOqkeBQ-_VFWvVBFqBzRXLsV_gzPTUuOVkF3u8it-4rQWNGjl5E_CVwfgCZWwTEuKktc-Muicww','Alvean and Pete were extremely nice and helpful !','2020-11-06 23:36:51.330000','2020-11-06 23:36:51.330000',5,'Keara Monet','https://lh3.googleusercontent.com/a-/AOh14GhiIiUT5-ObP4dhuPdw-F4MRGPUH-rMir5-3LDQ=c0x00000000-cc-rp','16389487648212004696',32982),('AbFvOqkEBQ9Yq80hy2z3BWej5eMFTDY0faI_pcjC4_U-cLqeypxzjl8GhScMI7t_kcPYaAwMli5RCg','Great patient care. Very clean and efficient','2019-07-17 18:47:30.453000','2019-07-17 18:47:30.453000',5,'Alexis Gooch','https://lh5.googleusercontent.com/-vXffLC7ETTY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnqb7DBvwb2xdjYcIvSiBENb__GuQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34757),('AbFvOqkebR27Sz4SurRR3IzF-29N_HVlmhUVPZPW5EcdAEO5TthyeNIcfuRexAYyecR_LGzgUANsTg','I couldn\'t have asked for a better experience while being in a bad situation.\nDr. Boester and his staff very amazing. He was very attentive, caring and informative. The entire staff was super friendly and welcoming.\n\nA+, highly recommended.','2020-07-28 16:09:10.290000','2020-07-28 16:09:10.290000',5,'Nauman Razzak','https://lh6.googleusercontent.com/-MELhU-bFGv0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmO7DgSLRYpDMravKyisumjpUVnaw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42962),('AbFvOqkebw1roIIEAxkS0RVq2PNZRt7rWA6WCoan_3FTOp3z0R6TlSbkVq4bSD1_kgsAuM6s6giU3w','The staff was amazing I was seen in less than 10 minutes. Dr. Patel, Nurse: Julie,\nRadiology Tech: Trisha and the\nFront Desk : Deanna were amazing. Thank you all sooooo much. I’m healing comfortablely.','2019-01-15 15:39:38.883000','2019-01-15 15:39:38.883000',5,'Shynah Sawyers','https://lh6.googleusercontent.com/-aN2OXhRbFLc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmqT2r4KU8yinKzvuLpM_o22AFfzw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29159),('AbFvOqkEC_Z91-91D0QVZtKhirh80O5ktYKslQ4kLQ3fXi2dqp5_n484ATJ2VRB2JCuUAYEU_bGZsw','Nice and friendly staff. Would definitely recommend this to anyone who is interested in good service.','2020-02-07 15:21:48.532000','2020-02-07 15:21:48.532000',5,'Melissa Tubbs','https://lh5.googleusercontent.com/-ZJbCU0JE3L8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucklRi6PYMx66UAnkZGHQb4kofMORA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37712),('AbFvOqkEc3tGHFrA2LyCTQ25fumd33RjObBCFn0Ugtw44QA1gNKMHqmT9hFXimxe7NxAcOmuw8Li5Q','I had a great experience here, I was seen and treated quickly. Dr.Do and nurse Leslie where kind and helpful.','2019-12-28 03:09:38.417000','2019-12-28 03:09:38.417000',5,'Gisselle Vega','https://lh3.googleusercontent.com/a-/AOh14Gh6_y3mSlBOKhSdMmqIlpMRP_hA0y_qEJMsmo4oyg=c0x00000000-cc-rp','12541597562633926366',28894),('AbFvOqkecD9b_dwiJ7QnKWJ04H2-ktS51-k5CtyHf2NkuSrveUTTmqEfEt-mfuJYeWz2Mh2Kg715pw','Rebecca V. is great and they are so kind!','2019-10-12 01:17:57.922000','2019-10-12 01:17:57.922000',5,'Cassidy Chu','https://lh4.googleusercontent.com/-TjtWSoGWX7U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnxjTHKLuD2fYWHYH_BHOT4pxW6VA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34624),('AbFvOqkECj794vQqCu-NdjDINWyGc5gspMcSVj4XOifMqN0J0JqZw-5csTSqNzY8FjxvKvpJ1saqPw','Good treatment!! I didn’t have to wait very long in registration Jolynn was nice.Every one was friendly and attentive the nurse kim was nice, Allison from radiology was very kind.Would highly recommend coming here.','2019-09-12 23:51:27.774000','2019-09-12 23:51:27.774000',5,'Lola Martinez','https://lh3.googleusercontent.com/a-/AOh14GjB1y8NkxR44aNWi_lRxkh_ML85rPuLBb-Wms3hTg=c0x00000000-cc-rp','13486358490203335051',29676),('AbFvOqkECltR5DnxjzSpgvosnh86x7TDvLjvkfZUcmaWXW3yGHNB8nXgPec_o7yNkDA4OaYhIT5Q','They were soo fast! and friendly, every one was very honest regarding cost and treatment.\n\nand I left with a snack and drink :)','2016-10-04 17:56:04.120000','2016-10-04 17:56:04.120000',5,'Kristal Rios','https://lh3.googleusercontent.com/a-/AOh14GibP9hZxRL_XPg4i8d_Sz5-ukK5HC662CQP1twQDw=c0x00000000-cc-rp','14567670160750071148',31178),('AbFvOqkECPbD8YcVysxKBOfKZE2B5uy0WDxflzyd6UgPrfWTCy_i-Roju9TzCGGgZjCH9xriSCJsrw',NULL,'2020-12-10 17:43:52.565000','2020-12-10 17:43:52.565000',5,'aalyyss Aa','https://lh3.googleusercontent.com/a-/AOh14GhzMR8n8sVmGGxMoiCHdtb_bcw9rFxtCAWpSQ1GWg=c0x00000000-cc-rp','17394740196501090048',36496),('AbFvOqkeCqPfV1YgJpsWGy36YyBf-GG14BKxBEMD8CCBTw4xdTZgjcORA03ATqxHa4gCeEMrRWO0Mg',NULL,'2018-01-16 20:00:36.615000','2018-01-16 20:00:36.615000',5,'Sarah Mayhew','https://lh3.googleusercontent.com/a-/AOh14GhPPIqzB1eQ1sS7ZWBAbkof4sudTtsflLf2fqBH=c0x00000000-cc-rp','16590124370714063921',35329),('AbFvOqkedch4fu2MIbeKY2m8CDeRnk2Oda-GJCORRIiV83HpJFRGBppYXczNZ36oko7dIR1NrAC_eQ','The staff is awesome! Especially Kandi, Ana, & Christian!! Totally recommend coming here!','2020-12-19 02:38:08.777000','2020-12-19 02:38:08.777000',5,'Elizabeth St. Martin','https://lh4.googleusercontent.com/-w8i-aJtqYkQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclz_sZJfZIzhcsZoUtgbxodruYglA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40012),('AbFvOqkeDT4xkd7mHzm70pPMs9EppEP0fsqWDSrTGEXDL7eO3ZG336HBGyLKQzkFL7WagnbsMk09Zg','Went for the rapid Covid test. Was in and out in 30 minutes. Excellent experience. Keylee was my nurse. She was fantastic. Jessica in registration made the check-in process very smooth and quick. Will definitely recommend to friends/family.','2020-11-16 20:45:37.485000','2020-11-16 20:45:37.485000',5,'Desiree\' Long','https://lh3.googleusercontent.com/-6ibFGn30Uzc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnwPf2TOB_9sxKgM9wk2VQ_vj838g/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31360),('AbFvOqkedv8wI2_ulVosGSUuN5Ss_cEsFeUkKdn_WDnpu-HqM906pXD2sMOlLW_3a2nVZBbd8F1Csw','Brought a coworker to get checked out for breathing issue\'s, they got him in really quickly and was able to help him. Very polite welcome. Very clean place.','2020-03-06 16:39:43.834000','2020-03-06 16:39:43.834000',5,'Murphy, Christina','https://lh3.googleusercontent.com/a-/AOh14GhYvsiPczLIFkffRq6BY4fMj8cqILwpuEz05M3x=c0x00000000-cc-rp','6521947413723274945',41406),('AbFvOqkEe4h543DIboZab55bcOUvIPF8RI8tPi_kmlaaOw6L92pr9MkTWPSmtVESW_rKJI-NxV_73w','Got me seen quickly. Friendly staff','2019-12-29 03:42:27.283000','2019-12-29 03:42:27.283000',5,'Crystal Farr','https://lh4.googleusercontent.com/-UtDQ_lettvk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckQ5AP7YVMLo-ODCJStgqjAElzsjw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39172),('AbFvOqkeEaZ1pTKw7LhM4VrhvvBcQKdO8sKttWtKj1ueDEC4bKiYwbzwxKD16oxLWsG-apF3eYTB','I had such a great experience at signature care in memorial city. Friendly staff. Nurse rommel and tech Kenzie were the best','2020-10-10 01:17:15.250000','2020-10-10 01:17:15.250000',5,'hemali patel','https://lh3.googleusercontent.com/-G2nBhzD9uZY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnOr7gJttBvvb45cJhDs94OD4xu9w/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32239),('AbFvOqkEEG0eSWxkOkAmBN9mXWRSN-bKFFhLaE-BMdUkxOIWck2G7IB3aXnSAunvOz_v8OOC7tmVpQ','Had to get my son a rapid covid test. Short wait time and all staff was friendly! Great experience with Dr. Faig, Alysia and Fahme.','2020-11-12 14:39:40.746000','2020-11-12 14:39:40.746000',5,'Nichole R','https://lh3.googleusercontent.com/a-/AOh14GhpsYDDuYDLScuK4l5p2xgtsB9KrcoQWxfdEWaVvqw=c0x00000000-cc-rp','12541597562633926366',28463),('AbFvOqkeEgYtO89E3hQrqgeNQZEyWnqh--sVutN1R0nPPmTrp5Wn8Z4-nbWUItvMMpUpO9W8XZ_6','Fast service in and out very pleased.','2019-08-22 02:53:36.117000','2019-08-22 02:53:36.117000',5,'Victorri Butler','https://lh4.googleusercontent.com/-DNdNfTmpd-Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJN3CddiJo9JM0Y5K57o-_DLDbYQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',34031),('AbFvOqkEEL1L76URQqaidJoxv9ACSBPFlWMEV-Ndk5OUJ1_ZaBGKQ5qkXcSYqTDc58B5yJ77yFDGOg','My visit was quick and comfortable. The team could not be more accommodating. I highly recommend!','2020-09-15 14:06:29.997000','2020-09-15 14:06:29.997000',5,'Hailey Buckley','https://lh5.googleusercontent.com/-_c401ng78Cc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmKv-VSGRkZ5gey34ZomZaT8pHc3w/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31661),('AbFvOqkeEMgKxHn2cAj1TtTXN9zaqm1J4H-m3MKvZ2CRSaAu8CqwGE2eRkE2NPHoEnVnX-UDPTwGoA','Highly satisfied with the team: Dr. Jones, Kelly-registration, Karen-Rn and Sherri-RT &Lab. Ave MarĆ­a Forever!⭐⭐⭐⭐⭐','2019-03-07 19:41:32.911000','2019-03-07 19:41:32.911000',5,'Norma Mascoll','https://lh4.googleusercontent.com/-FPtYXnYL3yU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmUPUtVeyRq8CazZkIZxxrPvWFukg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39903),('AbFvOqkEEp3AqNaebFxnHytVsjd2chJ3UmmpwDqBE4amOrBiIJiDtxRHiHnvOsIZ7myJIlvHMEbw','Caring doctors and very friendly staff. Definitely recommended this place.','2019-12-19 14:42:50.229000','2019-12-19 14:42:50.229000',5,'maria estrada','https://lh3.googleusercontent.com/-cnlfZLekKrA/AAAAAAAAAAI/AAAAAAAAAK0/AMZuucnam67dywzDG0yxxVIlcz4VDdoAlQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36672),('AbFvOqkeEqCZFs4tbIPuxMQBtX1kT3gakJRtB1g8j-dTX7EjPOnsE3F_NvaEu9WXWMs4nWlKGVY_Vg','Really impressed by the staff and facility! The doctor and nurses did a great job of making us comfortable especially about a sensitive health issue. I wasn\'t the patient myself in this case but would definitely come in the case of an emergency.','2018-08-15 21:56:54.044000','2018-08-15 21:56:54.044000',5,'Chloe Maitland','https://lh3.googleusercontent.com/a-/AOh14GjfDLwWyDXICyxZJ-KHsoC-ODe1gflFGVa6jfaVhg=c0x00000000-cc-rp','16891069708558046635',36372),('AbFvOqkEERoA9Ldc_59LI38HBjbsnZkXlB0xE0JZic5bOom4FxzqKsQvvi7E3_W-omWdnf8hlN5-vQ','I love this place! I was having some chest pain and then my leg went numb. I was on my way to take care of somethings when it happened I had my 2 children with me so I made a quick decision to go have it checked out as soon as I walked in smiling faces greeted me Sat down for 2 mins got called back standard procedures were done then Dr came in they drew blood and xrayed during all this my kiddos were getting restless and a sweet nurse came in and took the baby and my 9 yr for a quick snack when they returned they were both smiling with snacks in hand. Thanks for making my heart attack scare a pleasurable one.','2017-08-13 05:04:52.465000','2017-08-13 05:04:52.465000',5,'Christie Keithley','https://lh3.googleusercontent.com/a-/AOh14GhLGQdJFfnBmJ2ZxH0oAyGjdeXl6VJw7kI2d4Wg3w=c0x00000000-cc-rp-ba2','17394740196501090048',37098),('AbFvOqkeeskJcVfuDR030MgGQk4HwX5QSMBbPWluXi9Y6LkxksEG5RhypuTt6A-0ksxVOJGXnxGo','WOW! This emergency hospital is AMAZING, absolute no wait. No worries on going to the hospital when this is just around the corner in my neighborhood. Nurse Laura was very personable and warm, listened to all my concerns. Dr. Yusuf was very knowledgeable with my injury. All the staff is is OUTSTANDING, you can tell they love what they do! Thank you ER CARE 24 Montrose!','2019-01-30 23:58:12.053000','2019-01-30 23:58:12.053000',5,'Realtor Matthew Ersler','https://lh3.googleusercontent.com/a-/AOh14GhHczpmFbg4hpGwgfG5NMaSm5WTpYT7kYUDEwlF=c0x00000000-cc-rp','3511292162159714121',40665),('AbFvOqkeezF0Rj2wOMc8MzNjDAjhT-kjcbxE1OmBWNMiE-Tby4zBS3l4rR3G1t8CFj8vZQe-yxT0','Friendly and courteous staff','2020-10-10 02:10:05.181000','2020-10-10 02:10:05.181000',5,'Kathy Garess','https://lh3.googleusercontent.com/a-/AOh14GgXTtLnwm2vli4rL9aMr_BcLUz_8oxdTLch6Z41Tg=c0x00000000-cc-rp-ba3','8626688543755174284',41879),('AbFvOqkeFIkm2B6yybMfVm3jc5UG3IeuXQQDajscmoyPelbMt5_GtuMPHYo92EeyHXIFpVNzlXQ3Cw','Dr. DeWall and the entire staff at SignatureCare are the best. Their bedside manor and approach to customer service it tip top. Makes a same day visit easy.. Keep up the good work!','2019-07-30 19:59:00.315000','2019-07-30 19:59:00.315000',5,'Charles Wood','https://lh5.googleusercontent.com/-JnP1dD1w57g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmYIo2Aimfj16NBAuUDUIk09iNRuA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36159),('AbFvOqkefqFWRJnPwja5GjtVX-G2XMRJLJmiGVIWOdD_7pcvXM7bq4PWdu2ObIiFXm3r8gTYKKIjsw','Physician was smart, very informative and professional....','2020-07-19 21:50:00.655000','2020-07-19 21:50:00.655000',5,'Erica R','https://lh4.googleusercontent.com/-za1LhU-istw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmeh1Lty5FL0tLgJVax8iPWvCS-4w/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31957),('AbFvOqkEftprDAmDfx0IBr01G00hM0QqP-3mAMDFq6uNMsO4oFP0wpDPrq---yDG2Mn3N-AnObD-4w','Lindsey and Chelsey were extremely caring and helpful! I had no issue getting to the room and they asked me all the right questions and provided me with snacks and a heated blanket. They continuously checked in on me to make sure I was taken care of. I highly recommend this location and these two women if you can!','2020-11-07 20:18:42.386000','2020-11-07 20:18:42.386000',5,'Lauren Cooper','https://lh5.googleusercontent.com/-gufWoPqZmpw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucndU80jZ5DbEpLjhDF43WmsWAoYXw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35624),('AbFvOqkeg2jwwOBXUqmnFQl5S_af74ggTJCv2eOSlsHhn03CTWe6dydyb6Ied69cywMRPiC3cn-1Uw','Visiting from out of town and our middle child was complaining of ear pain. We walked in were checked in within 5 mins, seen by amazing staff (Anthony, Natalie, and Naomi) with comfort items for the three year old and Dr Anders within 15mins. He was efficient, informative and kind. If we need them we’ll be back!!','2019-03-23 20:20:38.563000','2019-03-23 20:20:38.563000',5,'Alex Shaw','https://lh6.googleusercontent.com/-9DECPBqa7mg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckZRO-qvhM3KzPe91rscxBe4SmN4Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34951),('AbFvOqkEGEKr54nKkgcf9sjz68CFh9RleTH_TzxZXPT3NkYnlJyXKUHLBbUH_U2bybxn8idCCfkeLg','Very respectful and helpful! Katy was patient and understanding of what I had going on','2020-12-26 23:37:24.493000','2020-12-26 23:37:24.493000',5,'antony sewell','https://lh5.googleusercontent.com/-EWvntSfMdgo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckAg_bLqh6pzdWy9YnNLI6o0Y3KvA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43925),('AbFvOqkEGEpgcwtoERN3nRTSvSL0QyDWHPM4wN69S9CqOPB7zCd0pgwNAirG4qjw9SOP2SBo7ZT9','I got the best care, the staff was very friendly and helpful. Shawn was my nurse, he was very knowledgeable. Thank you guys.','2020-02-12 23:56:45.590000','2020-02-12 23:56:45.590000',5,'Shanikka Samuel','https://lh3.googleusercontent.com/a-/AOh14GjNmhl_TWTSscXawuxxZ-pNQMWZF684KGwxSfye=c0x00000000-cc-rp','8918455867446117794',43101),('AbFvOqkEgKc8IBI2LQLefHdScbwMuSCV3ujZzYbh24AIdf7ndJxntgDYHK3OU-0vzqK45WeZUyl7','Everyone here is so friendly and nice! Kerrie at the front desk and so was Jj. They told me everything I needed to know about payment. Naureen was definitely one of the BEST nurses I’ve ever had. She was caring and friendly the entire time and never got frustrated by my concerns. Victoria did an amazing time running my tests, and Dr. Sylvester was extremely informative and personable.','2020-11-09 18:53:50.112000','2020-11-09 18:53:50.112000',5,'Make The Purge A Thing','https://lh6.googleusercontent.com/-i4ruh2L7ajo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckvOAYL3B0jc97com-UF4_-aPiVrA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40061),('AbFvOqkeGkFdZn7hIGpe2eVuBvFweZpRb3cWBnjms8pxImxyaiZCKlG-FHa1xylHadShZ-jR_S9Ulg','Signaturecare was great. Fast and respectful. Clean and neat. The most amazing staff, very respectful. We were in and out in no time. Highly recommended.','2020-03-14 03:18:29.348000','2020-03-14 03:18:29.348000',5,'Robby Rodriguez','https://lh5.googleusercontent.com/-uyYp_6AWto0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmFbc-_3we_htj5bsfeNVgI_dGpAg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32105),('AbFvOqkegKNO7cXb9Dcz4-391DJj9rGR7pJW_Lms_q2vSzRfOY9zH61iQhqcILC5itZbtEnnPU3pnw','Very knowledgable doctor, very quick, and best of all the most friendly customer service. They catered to my every need, explained everything in depth, and made me feel comfortable. I will never go anywhere else than here in the College Station area!','2017-05-21 14:56:34.333000','2017-05-21 14:56:34.333000',5,'John 15 the Ministry','https://lh3.googleusercontent.com/a-/AOh14GiEiN3JNO87G8aIYNymCo3KOfr6DYxlxD7IJv3Kzw=c0x00000000-cc-rp','16590124370714063921',35425),('AbFvOqkegLsuCqTjPX7ASsXtVdKFFuVCbJ7ApIKa5I8JK-MnTQC31GolY4jHP-tWqkD_OfjxLoob1A','Theresa Rn ,Carolyn Rad tech and Dr Oslecki were amazing . I felt comfortable and the staff was knowledgeable about my diagnosis . I will recommend to all who are sick and in need of emergency care .','2019-07-17 05:34:42.719000','2019-07-17 05:34:42.719000',5,'Caitlin Barraza','https://lh6.googleusercontent.com/-gwWBZXZvykE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmD3M_0hRDKvP7DITGoI5Em4GmwNg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41653),('AbFvOqkEHdSt_dDpOhmtsEqFeKTNqxa8nmW2FfEKujL9YxRgeMA6NOsQKPSe2FOdYVIMFo50ASqT','Went here because I had a car accident. Wait time was short, and all the staff were nice and helpful.','2020-02-19 22:11:15.172000','2020-02-19 22:11:15.172000',5,'Alyssa Nhel','https://lh3.googleusercontent.com/a-/AOh14GgonxXKutTsX70PDN8f75iFZKnBqiasnSu-iHC6AA=c0x00000000-cc-rp','8918455867446117794',43082),('AbFvOqkEhI-NIwwZMbr3RmcIqYm3YGeSWixVAgqmd9eGRdcY23kIXKWBVtrBzBS-E3D6mLc9Yl43EA','Me and my family use signature care for all our emergency needs they are fast and realy get down to businessfinding out whats wrong.','2017-07-27 02:29:55.977000','2017-07-27 02:29:55.977000',5,'Adam Castillo','https://lh3.googleusercontent.com/-E0QIWFYNBFs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxIWYeLyWsA-YGBu3zp9cX9IQrHw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37113),('AbFvOqkEhotuTyIxSl1FqFVEhOk-gnrbabIPWVcJQrQ-zG8zaypmQt2GAq4LlloSZ64n-tOy2F_H',NULL,'2019-05-10 07:27:22.168000','2019-05-10 07:27:22.168000',4,'Kris Oliver Bondoc','https://lh3.googleusercontent.com/a-/AOh14GiHfNDy912B4IoC85-OS5Wu4CUr3lnGsm4BdcfSUA=c0x00000000-cc-rp','17898197009688164559',38186),('AbFvOqkehXmwhhrc_BAlyfxJqRMVXIin5IvS9iLq_qNPwR6Zupa4D_pvqNg7K5iy3HHOxIeZOriHNA','Dr.Jones and nurse Kim were great! This is our go to clinic for big & small emergency. The staff always spends adequate time, they are thorough and we always receive an accurate diagnosis, never feel rushed. The fact you aee always seen by an ER doctor is a huge bonus for us I know my kids are in good hands.From rececptopnist, nurses and doctors we have always been treated with kindness, consideration and respect, very thankful!','2019-07-23 23:24:25.418000','2019-07-23 23:24:25.418000',5,'Christan Griego','https://lh3.googleusercontent.com/-FyFYbt2Vhv0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnrLB77eusgw18EkWtHqSgvBb797Q/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29726),('AbFvOqkei3d6o2f9MGmiCli8Zfd_3p5Cp1Lyk4OG9dShGJLulp3yMCt7ame3fevH9glh2cWW6j39lg','Great customer service and care! Dr Das and nurses were very friendly and helpful- even got a warm blanket! Would highly recommend this location.','2020-10-08 19:55:27.357000','2020-10-08 19:55:27.357000',5,'Kate Hawley','https://lh3.googleusercontent.com/a-/AOh14GiQIuwG0C8jpfET4MCzxXMJLq7FbgzUWEB8A7sFm60=c0x00000000-cc-rp','14748677429039074158',31532),('AbFvOqkEIaViS-T-BnuawZAoqxwOIVhG6rqXjniG3qowwXk0GbPLRFJ_P163v3tBT-D8hhggePCzpw','Mandi was very helpful. Better than going to Hospital!!','2020-12-28 20:55:43.121000','2020-12-28 20:55:43.121000',5,'Russell Graham','https://lh5.googleusercontent.com/-vpzVNlGGc-g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmGnocxNBmKZATkSdeCRmgnHfEi4w/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44039),('AbFvOqkeibcQFiyQA4K_lT6eCLNbK1nfRaf7lS0Tzx8DOnfTqHg-gknmAFSOu3AUD7-KZF8znCb5cA','I went in for flu or cedar fever the other day. Staff is super helpful, very clean environment up-to date. They offer warm blankets. You know that if they don\'t offer you warm blanket someone is going to get fired:)\n\nDr Elsbecker was really nice explained everything step by step did his treatment and worked like a magic. Nurse Christina is a sweet heart. Very gentle hands. I didnt even feel that she put in IV','2020-01-02 15:54:15.370000','2020-01-02 15:54:15.370000',5,'Mahmud Ugur','https://lh3.googleusercontent.com/a-/AOh14GhV30EKPmSCxwtTRytxmvG6osfpHNRw3cdyWKaX-tE=c0x00000000-cc-rp','16891069708558046635',36028),('AbFvOqkeioaLh8b7-ihvCOQ_MIxYTrZ18WEpdA85DEo3-V-TCJLpiW5lnIvpzGjrFf-4czw31Sz23g','I walked in @7:30 am on Christmas Eve in some pain..I was pleasantly greeted by Lisa H. & Alisha B.\nI was taken to the back with minutes & treated. Excellent customer service & quality care ā¤!\nThank you ALL so very much!','2020-12-25 14:37:51.498000','2020-12-25 14:37:51.498000',5,'Annie Tatum','https://lh3.googleusercontent.com/a-/AOh14Ggm3nZsa59yb5Vv-dOZBIYfItNg6DrNFOKepcq8=c0x00000000-cc-rp','13486358490203335051',44436),('AbFvOqkEirVWJjq4hnbefA1wLEIluIVxb4vi-kVX9xeSV-k-mthwUwbrDOtfgz2C14LTJfbBGnYXmA','This place has a great system going for Covid 19 testing. Check-in was quick and easy, staff was professional and received results in approx 15 minutes. Set your appointment online to avoid having to sit around and wait.','2020-07-18 02:15:39.474000','2020-07-18 02:15:39.474000',5,'Martinez','https://lh3.googleusercontent.com/a-/AOh14Gjn9gm4gMOXHdOSWc6cRZkEKrAaIjy0XESKno-THA=c0x00000000-cc-rp','2077061009497551125',38798),('AbFvOqkEiw-AZsQTeIFJDy3H2o4YMPqlhyVgNAhw9nGbykrinj55_vl28C9OlMMazit3IM8HI1y0IA',NULL,'2019-06-23 23:55:55.624000','2019-06-23 23:55:55.624000',5,'sonya tarango','https://lh3.googleusercontent.com/a-/AOh14GgpcynVB9IyDUCDe6xPrQi0HQ5HRb8AlmCd7H8ijQ=c0x00000000-cc-rp','13486358490203335051',29770),('AbFvOqkEJ9he5-uNQEryCcJkWONAldMlIIK42x9nWTWVMoOQKai-zK5cdQqFAPaovqS2oTi85vFxbg','I had a really good experience here at signature care anavel welcomed us in and was sooo nice and we were taking back very quickly the nurse Jennifer and tech dion were very nice offered me a blanket and took really good care of my boyfriend and dr Das was very helpful and gave us the best care I’ve had in a while. It’s not over priced at all which really helped out! Definitely will be coming back','2020-03-09 04:23:54.781000','2020-03-09 04:23:54.781000',5,'Kaitlyn Dalton','https://lh3.googleusercontent.com/a-/AOh14GgnotpK9O_VbcpqHiCk7qWlfTsbzvajwP5dLVKR=c0x00000000-cc-rp','14748677429039074158',32115),('AbFvOqkEJByB5oYlcIWVqxsQoirgBZrwiKW68JQ0j_8Vu9ML7CMG0YiH9qjznidhN3VJHFcWJPAb-g','I came into Signature Care as a walk-in patient. The registrar at the front desk, Ms. Delicia was very helpful and completed my paperwork very quickly. I was able to see a doctor in less than 10 mins from walking in the door. Dr Daniels, Tech Son Le, and Nurse Blake were efficient and explained exactly what my illness was from my symptoms. The staff is very friendly, patient, and understanding. I am from out of state and just moved here. I will definitely be visiting if I ever have anything else wrong. Thank you so much everyone at Signature Care for taking care of me at the last minute.','2019-11-05 18:35:00.472000','2019-11-05 18:35:00.472000',5,'Hannah Young','https://lh3.googleusercontent.com/a-/AOh14Ghh9fKoL-ZLJcFNFEJ0klAw_XB3ypXwUbXHtosh=c0x00000000-cc-rp','8679688254631342173',42605),('AbFvOqkejD2o873eTm_xWGOezdMCeRNbxt6tkfy0WHFO1FpApBsOh0jJDccnHQP94mQitD8btF7iQQ','Theresa, Sadie, Dr. Miller, Ben, Maria, Sidonie are such a great team! Very thankful for their service and for their care and attention for my child.','2019-07-27 02:00:31.498000','2019-07-27 02:00:31.498000',5,'Lexi O','https://lh3.googleusercontent.com/-kEkZvJxDIIM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclrO6-dwdgLM5uSLeDxZvEokeFANw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41640),('AbFvOqkEjlEyE3iySKyoUIELmeC2rAZ1WFLCbr8_zOjjGpH8CqLXY3FhzruMswzIOZh3YDZsoVYieA','Came for covid 19 testing based off of a friend\'s recommendation. I was very scared but everyone made me feel like I was going to be ok and I was well taken care of. The two times I came there was little to no wait and everyone was very attentive. The actual test is uncomfortable of course but the nurses are very gentle and assuring. Testing takes 15-20 mins to come back and they explain everything to you very well. I would definitely come back if I needed to.','2020-08-24 16:00:04.687000','2020-08-24 16:00:04.687000',5,'Deloya Pepe','https://lh3.googleusercontent.com/a-/AOh14Gh7x725njx2zqbUpYlKxMlL2GNdK34mvQRIcDcX=c0x00000000-cc-rp','14748677429039074158',31748),('AbFvOqkEjLF54e1P-65CrelsNloXZNecVKD37IUZOdTSO65RJD52svDmoBmTWTs-xixhSEBJnWOx','all the staffs were kind and they made us comfortable','2017-12-11 15:05:59.250000','2017-12-11 15:05:59.250000',5,'ė°•ź·œė³‘','https://lh3.googleusercontent.com/-M3RXVStt74I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnx_FLcfDunuIlHFkjK-_RgaH4SVw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35342),('AbFvOqkeKekyZs2pNeXW7VoRh4sVpUJ6LXiFk3LgTdo7CrKjp9NkalL1d5FWP24POKlCgaKAtslJ4Q','In and out! Very helpful staff.','2020-07-18 03:38:36.817000','2020-07-18 03:38:36.817000',5,'Melissa Carter','https://lh3.googleusercontent.com/a-/AOh14GiMX1MbhMpYFYOmrhwPgLX5hqJKzLt3TqMpXgPoMEo=c0x00000000-cc-rp','16590124370714063921',34281),('AbFvOqkEKICsLge_3wjDFsfz-HROugddWtezYfSYgODLxJSG9K4HHTNsCU04NUS_EoEKVkzEzyWZdw','February 27 my mom fell in our living room and injured her foot and knee. We got in the car and I called they checked her in over the phone. so she could be seen as soon as we arrived. We came into the waiting room they where so welcoming and nice. They got my mom into the room she was seen in under 30mins. They made sure we felt welcome and even offered snacks, drinks, and pain relievers for my mom. This is a place I fully recommend. Thanks you physician Farooqi, Nurse Remingtor, Radiology Jessica, and Registration Angela.','2020-02-28 04:45:13.538000','2020-02-28 04:45:13.538000',5,'Sadie And vee','https://lh3.googleusercontent.com/a-/AOh14GiO0TqV_9E2AqVkj8THQ3qBks8V2Yea8xzcNMR2JQ=c0x00000000-cc-rp','2694018788013845459',39094),('AbFvOqkEKJ4ClUDEWZtmm5g6EVzQj3LG7fjvBtOAaCCIyHazRB98Uax0ZzZmjGkGxByslN8zSvqgJA','Always quick and kind','2017-09-25 17:27:38.400000','2017-09-25 17:27:38.400000',5,'Dia Mendoza','https://lh3.googleusercontent.com/-vjFTqKxd4-4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnu8OpI--RjCLBlvAN6hnYi6decHg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37066),('AbFvOqkekN9raNbZ0VAt_nHyNnkEITNBXeepyC5UUgIxCu2GCc0lJzjY6P2DUFJXAi_wHfpWcxVKhA','Everyone I dealt with was awesome. Fastest I’ve ever gotten in and out of a doctors visit.','2020-01-30 22:31:00.648000','2020-01-30 22:31:00.648000',5,'Cody Engstrom','https://lh3.googleusercontent.com/a-/AOh14GgYoYr3OtASqvDjJX66BJ1aC25SY55R8A-yMFvm=c0x00000000-cc-rp','3272657195432704501',39658),('AbFvOqkeLkxoro6GhhEMmKdTzuwSe90OWkP2e6otI8dzsFLS1_XLpnjBA-lxq226zkbjXoM1hVscPA',NULL,'2019-12-26 17:42:29.575000','2019-12-26 17:42:29.575000',5,'Rod Stwrt','https://lh3.googleusercontent.com/a-/AOh14GjSOzjf5oXyshF3npBJjUxdIA484joIjbdm1L4q2Q=c0x00000000-cc-rp','3511292162159714121',40360),('AbFvOqkelLhf3dKK5GvO-CtZv4RVxWhDNhEMDRP6L-5AobaNCghEUTiz5mNDgYxO2x-G_PJANc86pw','I came here because I was having flu like symptoms. I was greeted very quickly by Patricia at the front desk followed by Tricia and Alvean helping me in the back with great patient care! I would highly recommend if you need medical care quickly.','2020-03-12 22:04:02.274000','2020-03-12 22:04:02.274000',5,'Pamela Munos','https://lh3.googleusercontent.com/a-/AOh14GgUeCHZnjB-kV1PomvGf9kVztO0RhN2n5uircfa=c0x00000000-cc-rp','16389487648212004696',33268),('AbFvOqkeM-bYWqG22gxc-xQbGndlvM-E4wwGmkMZur-kQTZzfCg0lr2xlQjA0C6KGPo5WfPV4DlzAg','I was in a lot of pain and it was an great experience. Gus the technician was very funny and quick. Genwsis and all the nurses were very supportive. Dr Wang explained everything to me and was very friendly. Dr jerry Chen was thorough and supportive.','2017-07-08 05:29:14.551000','2017-07-08 05:29:14.551000',5,'Barbara Beauzile','https://lh3.googleusercontent.com/a-/AOh14Gh2uhVV1Xd1vIgqBbdebQWxNHrffnbh1MfjeegpiqA=c0x00000000-cc-rp','17394740196501090048',37123),('AbFvOqkeMeh9zTbD8JxLxFBg1Ejorth-V-jWw83fYN3OrgcPa0Rrskf1cQgkePje9IZ1mF19crrI7A','Fast and friendly staff. Lindsay and Monica were very attentive.','2020-07-23 03:11:19.672000','2020-07-23 03:11:19.672000',5,'IVAN LOMELI','https://lh6.googleusercontent.com/-OjeBQvguHtg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclWxvcAymftJYhz4xGzuhU56f2zHQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34272),('AbFvOqkEMEXLl7MElX8QcfzlUXzsFoMLminvpNYS2v1KxV1B1QPVy9eI8V4X04cFfrpUGQ__OLqv','Friendly and competent staff, highly recommend this place for your emergency needs','2020-09-15 16:11:57.248000','2020-09-15 16:11:57.248000',5,'STERLING','https://lh3.googleusercontent.com/a-/AOh14GjcKTpzz1Q4tqucR2wN-oEgM5Qjt78NASNDWJyKVg=c0x00000000-cc-rp','14748677429039074158',31660),('AbFvOqkemeZ3S5YD4ZJY6rFc0mKoz1VwoWtA71EhZoJHlS6ehOThwCdFOotysDQ3B0mOB6_sfu_tow','Very fast & attentive.','2020-01-06 19:00:25.567000','2020-01-06 19:00:25.567000',5,'Karma _Official','https://lh5.googleusercontent.com/-6AEEG01ZMjQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmIwNA_TCQIczu9nePRh9qwioq4yg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28844),('AbFvOqkEMJi-CJybJ0TWXscMuA6XQ6k_GUieFb9tDXw-d_CPibmGntrguD4vIxogExxLUd5lCIFKww','We were seen quickly and they had a courteous and friendly staff. Would definitely recommend for local care.','2018-08-25 07:03:03.953000','2018-08-25 07:03:03.953000',5,'Justin Tysdal','https://lh3.googleusercontent.com/a-/AOh14GhDgk8V-ToNzjM0Uqhw31k4mdO9e6NWeOSP8PztcqQ=c0x00000000-cc-rp','14567670160750071148',30772),('AbFvOqkEMnxKKqF_qr5NYYeF-LgATN4zhIOLblDMo8JKncZgNGiBHwJPxUciQAGknzx2ByWprHjXxg','Melissa & Jasmine R\nJose& Christine\nDavid B\nSean\nVery quick and friendly.','2020-03-10 01:18:25.208000','2020-03-10 01:18:25.208000',5,'Oscar Negrete','https://lh3.googleusercontent.com/a-/AOh14GiWQKS85pbxThB1S0uNPdFF7DTPCRY-eylYHWH5zA=c0x00000000-cc-rp','16389487648212004696',33276),('AbFvOqkeMtNzlBF6gBpBQPJ47WmUTWGg2DTCyh-goove5sIHeZxM2sGRG27sGzbr4_26MbBL9YKmog','I had such a great experience at this location especially since I walked in stressed out and worried about being sick with two kids at home. Ashley at the front desk was amazing, she made me feel so ease and was so helpful and patient. She also was really informative about the insurance process so that I didn’t have to worry about getting a big bill later. I was also super impressed with Dr. Appiah. He took extra time to talk to me about my situation and gave me lots of information and answered all of my questions. He was funny, personable, and I felt he was very knowledgeable. Even though there’s a location closer to my home, I would probably drive out of my way just to go back to this one.','2020-05-20 12:49:32.673000','2020-05-20 12:49:32.673000',5,'Jessica Young','https://lh3.googleusercontent.com/a-/AOh14GjfrG51BRewmrY9fE9-s3vbURJ8Phes8Hl5X2f7PA=c0x00000000-cc-rp','8679688254631342173',42379),('AbFvOqken_EOG0ZNTaDluSUaYzKh-tspKyXIJmk8qK-itDX-PDGiu84kujR8rWUvMUdlUa_f7i4L','Very welcoming staff that was friendly and helpful. My family and I was offered drinks and snacks as soon as we walked in, and I was sent back almost immediately. When I got in my room, I was offered a warm blanked and was attended to by an amazingly sweet and timely nurse. I did, however, wait about 45 minutes for a doctor to give me a simple diagnosis that I had already confirmed. (I was peeing blood and have had a UTI before, so it was no shock.) She came in and asked me everything the nurse already had, so I felt somewhat annoyed, but I know things get lost in translation. She then said I was right, I had a UTI and then said she\'d be back in a few minutes and she was running to grab my RX. 25 minutes later I peek my head out of the door and she was sitting around with some of the other staff that was working. I would have felt different if she was running around from room to room or doing some task on the computer, but I\'m paying a $250 co-pay because I feel my condition was somewhat severe. I asked if I was allowed to leave, to which they said \"oh yes, we forgot your RX in a different room.\" They grabbed it so quickly and then brought to the front desk, where I was offered some drinks and snacks for the road again! Overall it was great service. Yes, I wish the doctor could have been a little quicker and respectful of my time, but I understand she has a busy life. Maybe she needed a break and she had been on her feet all day, I don\'t know, but I do know that she will not discourage me from coming back. It was top quality care and the people were actually attentive and caring for me. No place like it!','2017-06-29 12:20:20.139000','2017-06-29 12:20:20.139000',5,'Madison Landis','https://lh3.googleusercontent.com/-ygNDzFzwyrY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckMwYSB8Ch0kXHg42A4K9bIGTINpA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32665),('AbFvOqkEn8m_yRpxXoYS2PkDPYfFTlQYkSDnL4IoCV0CDtML80avtc1XSN4VDETU1HWlzwgNwqMDNg','Great place & Heather was great.','2020-08-07 14:53:19.653000','2020-08-07 14:53:19.653000',5,'Cooper Crowell','https://lh3.googleusercontent.com/a-/AOh14Gh8cct885UXxEYqrTfStSBinplgVdWhxo30W5do=c0x00000000-cc-rp','8626688543755174284',41905),('AbFvOqkeNBDoKAm9ptBNbzzmhr4MEQAL__h7zGmVb7YkU6Ani4y-r5gAhPSxbZshVykcOCEGXi6e7w','Brought my mother here because she was not feeling well. They took her in right away, place is very clean and the staff is very helpful and polite. The Doctors that saw my mom were attentive and verbally explained the steps they were going to take. My mom was very comfortable and at ease throughout the whole process. Will definitely recommend this place to anyone who is looking for medical care/treatment.','2021-01-21 18:50:40.466000','2021-01-21 18:50:40.466000',5,'Ashley Samuels','https://lh3.googleusercontent.com/a-/AOh14GhkizbhhX0V2IfQ6zQfIxNTApIcS9Lody_g5egZBQ=c0x00000000-cc-rp','17394740196501090048',44552),('AbFvOqkENJRPhazu4fscNgXNPrHQtVc7f_AL_p5kyuS-3j-AIW02YdtfjMcz4yUCJS_EPwa2_Bq6Jw',NULL,'2019-07-15 00:55:09.305000','2019-07-15 00:55:09.305000',5,'Jaymie Pool','https://lh3.googleusercontent.com/a-/AOh14GiJ0l1RfAYPpL6vdKxount8_jx7etMDvWFQt3kjiBI=c0x00000000-cc-rp','6521947413723274945',41659),('AbFvOqkeNOO6r7IJ_pIln9UZ06t0AHgO1Qujw-RC5rkFBGqYOefloQtEfgtfKVu6SdG2oQ','Best healthcare facility I have ever been to!!!! Tanisha the front desk knew what she is doing!!!! Fast and amazing direct to the point to get you in asap. Ms. Sabrina the nurse is the best nurse I have ever experienced. She prioritized my health problems . Truly best ever','2020-10-29 04:28:56.766000','2020-10-29 04:28:56.766000',5,'Venus Pham','https://lh4.googleusercontent.com/-ZiNmA6RqlaU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclveEGqHSsyveSFjOR9ebdrwyOXzQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37480),('AbFvOqkEnQHo4HFxvHfU4rTNoCdnj4HjKG8Ry7YWc9-ugKMEnU2V81ysowtx-GWAmzRrQQi8eY6TJA','Everyone went out of their way to make me comfortable during a super stressful time. Visit was quick. Clean office. Thank You so much Dr.Tran!','2017-05-11 15:46:14.838000','2017-05-11 15:46:14.838000',5,'Donna Astrid','https://lh3.googleusercontent.com/a-/AOh14GgJrYmlL0BotvZxstx1Foy1kaTxqQD--YmpKXFtcQ=c0x00000000-cc-rp','8918455867446117794',43525),('AbFvOqkenV2nv9tnh6E-DecEGmY6elsRS0_E7pbu-moncQ_dZbwW92M5TjOgwfmLYHWfh7zNmDrdgA',NULL,'2019-08-10 01:57:47.882000','2019-08-10 01:57:47.882000',5,'Crystal Miller','https://lh6.googleusercontent.com/-AzBVEdSY0IM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmr-E2I8WDN4TdUSyff17gX3hHQzw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34732),('AbFvOqkeo_TGF-XT330wK6KdANro9HiajduQzL4fHbgu5-bi04u-taqQOxhDsUSJdvmGJc1k3BXrQg','I walked in with extreme pain and Adam said he saw me in the parking lot not looking well and immediately got me a wheelchair and into a bed. Everyone there from Dr Rose and Miller to Cristina, Candice, Adam and others tended to all my needs. I came here from 360 and Bee Cave because the reviews were so good. In addition, they covered my deductible and copay so I won\'t have to pay for staying overnight. That business model doesn\'t make sense looking at it from a secular world point of view, but when you put people over money and things, good things happen and that\'s why Signature Care is such a blessed environment. I thank the Lord for leading me here so all these wonderful people can bring God\'s love and healing to those who are hurting. I will not go anywhere else for medical attention because there is something special going on inside Signature Care. May God continue to bless you all immensely with His love, joy and peace.\nTony Spinelle','2018-02-09 18:51:15.947000','2018-02-09 18:51:15.947000',5,'Tony Spinelle','https://lh6.googleusercontent.com/-0RP-cX3xijI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn_czwLKlWpcI_3wkNGxaTz-5BKhQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36434),('AbFvOqkEO2xlvlX57UIZ50JfDxwWVYvSlbheuFi23n8OWLhxXQIbXceeejAEji4qfJVVUuMS3aNR0A','Staff was extremely helpful and had a very quick weight time.','2017-03-29 15:43:07.569000','2017-03-29 15:43:07.569000',5,'John Norman','https://lh3.googleusercontent.com/a-/AOh14GjleoHD6dqatP6eS87Sl95smHd2vlgpnGa8-jlkEQ=c0x00000000-cc-rp','16590124370714063921',35461),('AbFvOqkeOA58LPRzzB-rphMttwEp9oVagP-jETuYKLLKbbBBu59kLZSDOgx2YeYgv0sxcMbHEGNurA','Awsome experience very nice and clean and very friendly atmosphere','2020-09-28 23:45:15.537000','2020-09-28 23:45:15.537000',5,'Julie Cherry','https://lh5.googleusercontent.com/-bizj96zxZG4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckp7Je01wRySoD50ewkG5FAYMLeMA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39508),('AbFvOqkeoECuGe7ZlE_HKWi76GMFclr2S5iY-sPyJWk6AHLXCxUpMZps5wpxDZHq9VWIBipgu3UpXQ','Great and super friendly staff. From the front desk all through out the visit. Highly recommend any of their locations.','2019-07-23 04:44:25.778000','2019-07-23 04:44:25.778000',5,'Omar K','https://lh3.googleusercontent.com/a-/AOh14GiLpi2MI4LPi7Vb_NN0deYE4fs6qEpXVXXgojJpxg=c0x00000000-cc-rp','14904078213800803294',32443),('AbFvOqkeOK3AdOKIT-FY9gQQgBz31xZLMzECgVLK-Btl-e6J_srBIjza15UfzPRWVZSA4mJH3pb4xw','Great place. Results in 15 minutes.','2020-12-29 02:00:06.668000','2020-12-29 02:00:06.668000',5,'Freddie Martinez','https://lh3.googleusercontent.com/a-/AOh14Givu6pqZnFtsNd3rhZny1CqxRztXRuXOXeLYd71=c0x00000000-cc-rp','2077061009497551125',44064),('AbFvOqkEOkCACNNeGQDwgxEbDeaE6UcF5Dopuew5ponoNPnC6TrzZn5aPwq04YKNUlNzisEzy_Vvbg','Staff was friendly, wait wasn\'t long at all! Was able to get covid testing along my 4 year old very quickly.','2020-07-25 17:03:36.652000','2020-07-25 17:03:36.652000',5,'Chantalle J','https://lh3.googleusercontent.com/a-/AOh14GjevBaa3titsYJRCFcHEOIBSBrq5He5dKz7wI7wQw=c0x00000000-cc-rp','2077061009497551125',38780),('AbFvOqkEolhTbR67m4o9qP_rmZjhOfy2KEKbFzv6X2ei09CszJbYTtS66jYK97EmmKGUwSKPwzAM','Staff and doctors are nice and attentive.','2020-07-24 14:48:52.125000','2020-07-24 14:48:52.125000',5,'Valeria Suarez','https://lh3.googleusercontent.com/a-/AOh14Gj25qOs3I-5RAVgELBH70SHhwxxtybnsf7lkqLk=c0x00000000-cc-rp','8918455867446117794',42975),('AbFvOqkeORbG2SIoR1t_htIeTNNq285dmS9Iw_7Ta_C2ePBpNwB0JAm2JYxf--nKld-F8pigxHOQFQ','What a wonderful experience. Staff members are AWESOME!! I highly suggest this ER CARE!','2019-10-10 02:31:29.344000','2019-10-10 02:31:29.344000',5,'Linda Perez','https://lh3.googleusercontent.com/a-/AOh14GjOhTgpkJT9J_TA0UAYXSiFBZfPZpyF6GXXLbSX=c0x00000000-cc-rp','8918455867446117794',43191),('AbFvOqkEoZ_BYP1GxyTfhYVbAMN7tdZ686eMwG1dpRpbrGi8ht7N0-MAK6KNmgb83_veYTblNFHG',NULL,'2017-04-07 15:06:06.107000','2017-04-07 15:06:06.107000',5,'Amro Darwish','https://lh3.googleusercontent.com/a-/AOh14GihOkpCiCw29Dyw26LrnsyFqYK7hc76KEMvfCemjg=c0x00000000-cc-rp','3511292162159714121',41080),('AbFvOqkEpeY7RLJapKS24XVLOzCN_Jv2V7PLd0PtgEbxjjE86DkHwX0eH67bMPm9NFWoM-DwJ5KLvQ','Everyone was amazing and everything was so fast!','2018-06-08 16:49:41.094000','2018-06-08 16:49:41.094000',5,'Adelina Matta','https://lh3.googleusercontent.com/-OBu7hp-9VU4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucly0P-9IArp-w_MtOGF9gu_c7V9kg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36941),('AbFvOqkeQ6PR0mMVJu_nRAb415ZwoYjcFflW6RknRTik5OxIgMlkklDIJ3Idp6E4FWGcEBQ6wUAL','The entire staff was amazing! Dr. Smith and Alvean, our nurse, made getting better seem easy. Jesus at the front desk made us feel welcome and Olivia greeted us warmly when we were called to the back. This is the only Urgent Care I\'ll go to','2019-07-27 13:51:02.097000','2019-07-27 13:51:02.097000',5,'Silesha Maxwell','https://lh3.googleusercontent.com/a-/AOh14GgbCWdIgpImJ7gbRF-81gy1X8DuNmZ7b0pJJsWqmA=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkEqcvz54-_piDWYuPJqPHg2Mbrp58zSKU-cpkRHUl71kpwO1RZVNDhXaX5YAOhJ0QHJ1kCtw',NULL,'2020-07-15 01:24:35.802000','2020-07-15 01:24:35.802000',5,'Monica Bonilla','https://lh3.googleusercontent.com/a-/AOh14GgXgWaI856AzfP6i9m6QUtQJBYEpofSCp_l2TG3EA=c0x00000000-cc-rp','17394740196501090048',36554),('AbFvOqkEQO94iXRb48fzb3cYl60re4TlmIXiTicVOkHUOiXibReeR_TaekGRq8qw7wue_0X47UC2eg','Everyone was nice!','2019-05-27 03:31:14.594000','2019-05-27 03:31:14.594000',5,'Carme Tolbert','https://lh3.googleusercontent.com/a-/AOh14GjkCTR9U0gjL-OpMqFmOHqomJyDM2O7bxG_4oEXHA=c0x00000000-cc-rp','17898197009688164559',38167),('AbFvOqkEQQ10BlZsJ4hWB0QJA8QeLuDANrPHAOILGUkKRXw2tS-_4O3irsFmxKPsaG0RvJDIr3YT','I had a great experience with Doctors they are very nice and take care of you','2018-09-07 00:54:24.032000','2018-09-07 00:54:24.032000',5,'Irene Martinez','https://lh3.googleusercontent.com/-uqeekJr19SA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckkHecH3Nn6nZu2JcZd5yHkKA2Z0Q/c0x00000000-cc-rp-ba3/photo.jpg','14567670160750071148',30746),('AbFvOqkeQYjTPP3PV2UIJA7LbWuCmHbh0512GNAe3ws6nZKO5H51SCELT8DCPiCX3Q8ifmwAAHEA','Chuna, Dr. Henderson and Clarissa were very helpful','2020-11-11 23:56:04.103000','2020-11-11 23:56:04.103000',5,'love0015','https://lh3.googleusercontent.com/a-/AOh14GjkJCvNXPCAFTaxnKQqy9CjPZ5kbfm8NaXrmSmexw=c0x00000000-cc-rp','16389487648212004696',32937),('AbFvOqkeR_Ao6rVAo9JKt3v8Q8jJBnKUj3Os72x6Te0ejPRLOWVrWpJmu4d1hR2Mc-ooeuMvyF1lbQ','The staff was very welcoming and helpful. Courtney, Mandi, Gunnar, Chloe, Haley, Dr Yost, Jacoya. Very caring and wonderful with my visit.','2020-09-18 18:04:04.993000','2020-09-18 18:04:04.993000',5,'emma smith','https://lh3.googleusercontent.com/a-/AOh14GhXCG6H5IPYHAg6GLa4olZyy_86Bf5MVANO_6uN=c0x00000000-cc-rp','3272657195432704501',39522),('AbFvOqkEr9i0QxxIqizuDcGFhzCm3vNcifXRCKzLz8Upol_PrVX1UuqTm58GCkX4WQ4MctP5YhE_1Q','I had taken my daughter to the E.R. and the service was really fast. The receptionists was very kind and professional. The Doctor was excellent he spent time with my daughter and I explaining the reasons for her issues. The end result was excellent. Dr. Wong we love you!!\nHurray for the entire night staff!!\nThanks for being so kind!!\nCharlene Gulley','2019-11-04 03:14:18.581000','2019-11-04 03:14:18.581000',5,'Charlene Gulley','https://lh6.googleusercontent.com/-pqbRN7dwYuk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckEpGu6ucJPtoqp4L-t_tcDz4J04A/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36684),('AbFvOqkeRB3CjKKC6GZKGTfMOksjGqgQEWLMUPozT9GkZPpKiwXIK_RACYhwSWNVbxXMQqaq65-aBg','The facility is spacious, new and well kept. The staff is friendly and their response time is amazing. I was in and out within an hour including xrays and fitting for crutches and a boot. I had my own room and was provided with water, a warm blanket, offered a snack and was able to watch the game on a flat screen. All in all, I would say my broken foot was worth the trip to this center.','2017-01-24 20:46:04.726000','2017-01-24 20:46:04.726000',5,'Kim Cooper','https://lh3.googleusercontent.com/a-/AOh14GivUYcs7i51aAOU_EPfj9rfZ0SSJAx8XE1-SZX1=c0x00000000-cc-rp','14567670160750071148',31123),('AbFvOqkErIEiFXWavv0gfw8YL9Av1e3m_fTHyyccWymvhb6ZTw-J0RF4aYIXmaeLrrdVdxv57Lj_Wg','Denise, Jamie, and Dr. Chopra are wonderful and so kind. Helped me out when I needed immediate tonsillitis care.','2020-08-29 16:38:06.312000','2020-08-29 16:38:06.312000',5,'Katrina Clements','https://lh5.googleusercontent.com/-ea25ohGUN1M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclvk4jx8gDQ5eHay5_xLp7DweV38w/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31732),('AbFvOqkErLL54Ocz7wU98vFmdYZTuV90wzZmmIJpwP30S86y4F7hQ1E_ckEgNaA3Vo5_J9CMwla2_g','Very Professional, and knowledgeable. Amy, Juan and Sam took good care of me and got me in and out on a Monday Morning. Relatively inexpensive and accept most insurances.','2020-07-27 11:52:58.999000','2020-07-27 11:52:58.999000',5,'Trevor Wolfe','https://lh4.googleusercontent.com/-JwfkBJKsQS8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclW6SRF3CrKWRsfneuSKnuGcIE-Cg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38751),('AbFvOqkERNiEdT_DrdK9_k7fVCTnMax67-pBV7o38lmAt93K1XWnlU-YSRilXaI8TKva2gQIG2EmBA','My first time here and I have no complaints.\nService was great they answered all of my concerns\nMaya, Kristina, Laura and An treated my with care.','2020-01-31 13:27:02.912000','2020-01-31 13:27:02.912000',5,'Haydee Garcia','https://lh6.googleusercontent.com/-DMZ8b1Hebo8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZVjIE3658PEtHQyZytV-1sLgNuw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40326),('AbFvOqkeRVxorGhsHwFeB9L5lufmoYBZzZ53IXnycaaeIccGGY7EKrUbOlQYVtA2Z_WxSc-4ycplTg','Went here for a rapid COVID test.\nScheduled my appointment 24 hours in advance (the soonest they will allow).\nThe staff was very pleasant and made me feel comfortable.\nAnd they had very safe social distancing procedures with a person monitoring the door and how many people were allowed inside the waiting room.\nIf you need to get a rapid COVID test, I recommend this location.','2020-07-26 19:31:11.656000','2020-07-26 19:31:11.656000',5,'Michael Richard Greene','https://lh3.googleusercontent.com/a-/AOh14GgG_KXjvd2PGIjwSmRqjJ5zjs9OMIwzhTvOJFoT=c0x00000000-cc-rp','2077061009497551125',38763),('AbFvOqkERzPHo2SufYvqLGi9mGVBrgQV5jLMl9p8Q3UzHju-GrCVaaCc96d2MkxPhQ0RHcGWiA_c8g',NULL,'2020-08-08 16:39:34.388000','2020-08-08 16:39:34.388000',5,'Jennyfer Tucker','https://lh3.googleusercontent.com/-2ZPYQ0A8t0A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmwH0Kl-ocCeMmeAtruIG-7QVyaeA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34204),('AbFvOqkERZu2QVOBM_cMjc-LFXPbMmO_or4NNsNGU8S5Zma7v-4hvj7DOL2exuOPE0toiiDPM1aYmg','Definitely recommend this emergency center!! The entire staff was extremely nice! They really care about every patient. They even called me the next day to make sure I was doing okay. I will definitely recommend this place to my friends and family!','2019-05-28 00:25:22.534000','2019-05-28 00:25:22.534000',5,'brooke erickson','https://lh6.googleusercontent.com/-s_lTiEUb1vM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnYo_mp4oS07GXcguDI0Ll1CIV5dw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34842),('AbFvOqkeS5k1v-U1N3w7TKtFKffpxgmeN3NgLSkbU47KF4srFBDJm0Dy3J7z0n7Jo2TzHVFd0jfwGA','I love this place they took really good care of me and answered all my questions','2019-02-18 10:51:33.104000','2019-02-18 10:51:33.104000',5,'Get Fit With Sarah','https://lh3.googleusercontent.com/a-/AOh14GgbCBBuUqoQBvZb5B5Cvp_2uC8ziHc0a_cvXTPlzQ=c0x00000000-cc-rp','8918455867446117794',43303),('AbFvOqkEtfK_rqDyZ-vMxJoBXufgRpvb6swLBcQsqX4Ubg3E8A4Ymf2yQ7Ub4oyONk6l8-gtai0iGQ','The staff are very very womderful. They took very good care of me. I even had to stay over night so tgey put me in a very comfortable bed and room to my self. They made sure i was comfortable and if i need anything they were there in less then 2 mins. They have very fast services. I would recommend them to anybody. This is the only place me and my family go to.','2020-11-27 20:46:43.666000','2020-11-27 20:46:43.666000',5,'Tequila Dotson','https://lh4.googleusercontent.com/-c2vuZIg3Fng/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnO-gyrGtugyFEeT_JrThTenADLTA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39436),('AbFvOqkEtPKDaVTDyJrgbZXbSIKcwG7QhQ49xZvxZSNrVXrsARbl4GuSi7swtalqbJp20L2A1BgT5Q','Had to get tested for Covid and while I didn’t schedule an appointment, they were able to see me extremely quickly and all the staff were very nice and helpful and took great care of me. Will definitely be going back to this location if I have another scare or for future medical related emergencies.','2020-07-23 20:08:17.883000','2020-07-23 20:08:17.883000',5,'Leila McElroy','https://lh3.googleusercontent.com/a-/AOh14GgebyxZqr1nV_iTmkbMPPJJNOEaxWjlsyus5YLRbQ=c0x00000000-cc-rp','2077061009497551125',38792),('AbFvOqkEu49G4UuEfg0UuIM2rA2HaNCmOvz7-WXpg0q8pK80u7BNN9s9S10FRIPJEE_ubMsaMs7c','SignatureCare was welcoming, professional, very fast, and definitely one of the best ER experiences I\'ve ever had. Kelli, Jacob, And Laura were helpful and efficient. Dr. Kimball was great too! I will come back anytime I need something and will tell all my friends and family to do the same. Plus, they\'re open 24 hours which is very convenient.','2017-10-11 21:07:06.051000','2017-10-11 21:07:06.051000',5,'Allyson Jones','https://lh3.googleusercontent.com/a-/AOh14GgZHxhNriorlEVzjr-xGlIMiWrgo-9A6ckC3Tf5mOQ=c0x00000000-cc-rp','16590124370714063921',35370),('AbFvOqkeu9osaQQYoD9OGi4CDxL1UC8YV3GHdd9uuTS6RdqRdval7HDYPceURQA6DxvVqZSO1BT7qQ','They got me in super quick. I talked to the doctor, he wrote my prescription, gave me meds and I was on my way!','2018-10-23 22:13:02.809000','2018-10-23 22:13:02.809000',5,'Sarah Richmond','https://lh6.googleusercontent.com/-ie78u-0Lvck/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucluFqennpZ8VVr8GSQl1ldK6avHEA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35143),('AbFvOqkEUdIsqFWq-iEAGOb0iEH1RAH_P8mel97RzhroeFB5qq-nOT0BH0oXqIB7lpU56or1a2fO4Q',NULL,'2019-01-14 11:03:30.554000','2019-01-14 11:03:30.554000',5,'Elida Kropf','https://lh3.googleusercontent.com/a-/AOh14Gih3c2JoRPBytsv8dSaCsaXuCMlUKutZIsnAmEBDQ=c0x00000000-cc-rp','3272657195432704501',39960),('AbFvOqkeuioG0Y5qDBDzbRfH2z1I-GfCZBDHG0b6bICokRW5HJbmpOLyyiRBk-OyBpFwPJSzWqR3dA','This is the best ER. There was No wait time and very caring staff! I wouldn’t go anywhere else. Elizabeth is very welcoming and attended us as soon as we got here.They were all great with my husband since he was the one getting treated. Best team ever! The Dr was quick and didn’t waste any time, yet was sure to ask all the questions needed to be asked. Would totally recommend to everyone. Thank y’all so much!','2020-01-27 05:57:25.467000','2020-01-27 05:57:25.467000',5,'Vanessa Martinez','https://lh3.googleusercontent.com/a-/AOh14Ghi6rEKFsqIB3Eyx7FqGvoADHUrHZaGvcvy1qc7=c0x00000000-cc-rp','3511292162159714121',40329),('AbFvOqkEuKPpdGoHmh4EN7enlYhJXwHzBbwtuPyd9hOkIBTagEeZ1dvrm6tVyc-9-f1Bj0zPHa3FIg','Luv this location they really know how to treat their patience! Cindy, Selina,Dee and Dr.Edwards great team','2018-10-02 22:57:08.280000','2018-10-02 22:57:08.280000',5,'Jarita W Camel','https://lh3.googleusercontent.com/a-/AOh14Gh4uYmCfw1BwmL-GNndB2SABUXisASuwBrNcnCD=c0x00000000-cc-rp','17394740196501090048',36879),('AbFvOqkEULl2ODFWvvbGT_t_el7akOosELOkS3fYCoLsU1XnbDXpBnbrS8YSp3KwFcux7xyZL0Yv','I was very please with my experience at SignatureCare Emergency Center. Dr. Jordan M Smith, DO was very professional, caring, and had wonderful bedside manner. My entire experience there was wonderful. I went in for severe migraine pain that was treated with in 30 minutes of me checking in. The Nurse Jordan was nice and very gentle when administering the medications . Beyond pleased with the care I received last week. THANK YOU SO SO SO MUCH!!','2019-09-17 18:53:27.019000','2019-09-17 18:53:27.019000',5,'Rocio Marin','https://lh3.googleusercontent.com/a-/AOh14Ghwla0SDwaIl7V5EFARFvd6XDEKV1KZX_6800iAE5w=c0x00000000-cc-rp','14904078213800803294',32427),('AbFvOqkeUQBC2e01_mgdj33h5VwbsU3HMqZ-m9FYe-f7-A1H0V3v_IGRmu1rbZ3sj3eLUdaZbO9x','My husband went in bc he wasn\'t feeling too well and he said Deanna at the front desk was very helpful','2020-11-10 22:13:09.096000','2020-11-10 22:13:09.096000',5,'Amanda Garcia','https://lh3.googleusercontent.com/-d23Kz0TAMlI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn_4XrIVKOsVRRan0eCQQKWi91fhw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32157),('AbFvOqkeUvGMASOUuOXhseTeYeLYu8xU8J3qgrFWJXFn8cbYrDk_BBnkr2cNpE3e_mKs4BDgUf8NbQ','LOVE THIS PLACE!! Kimberly P, Vanessa Z, Kelly, Miguel, and Dr. Miller were AWESOME!!','2020-02-07 22:58:15.495000','2020-02-07 22:58:15.495000',5,'Joshua Zuniga','https://lh3.googleusercontent.com/a-/AOh14GjxIqZguKkgsR_McY8rNe_J0kVeS8BJrDQFrqmm=c0x00000000-cc-rp','14567670160750071148',30261),('AbFvOqkEV4amv97bdYoZEVRifQf7IEZQwJoAXoY0vUp6pZdSENhdVJbKHhNXY6fdqwWxIUpEfTpf','This places is the best I’ve ever been in years. Front desk Clarissa, Tiara,Jasmine were so nice and very helpful. Back staff Alvean, Gracie, Marcus, Ann were such wonderful people very caring and made sure everything was done properly. Doctor was great the best doctor O’Malley . I definitely recommend everyone to come here . Thank you so much guys everyone was beyond awesome','2020-08-16 16:46:24.909000','2020-08-16 16:46:24.909000',5,'J. Subias','https://lh6.googleusercontent.com/--0mvq8PP3WQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclgJDpbxjBYUng6beTRzbsa1bGURA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33190),('AbFvOqkEvvbEnxfTIvpj0lB9prEH0-SmoGuDyOHa4FKz3_7AXncPWyoCg92QnRaoHsOKM2o48aHHGw','Waiting to see the doctor. Very clean and friendly staff! Was back in my room within 5 minutes. Will update after my visit!','2019-01-16 22:27:08.714000','2019-01-16 22:27:08.714000',5,'Michaela Lamoureux','https://lh3.googleusercontent.com/--fuxwlGVRaI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLJpd5DPjk6ePRTCSzrWak52Rx7w/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40705),('AbFvOqkevzvanFqYTnxXtBdRl_QYGe1dbXuR2leyRi0zrDpFYUkl1oDeELAR88F-EMdi3-RQtQCGew','They were very nice and offered us Gatorade. 10/10 would recommended','2021-01-17 15:06:00.825000','2021-01-17 15:06:00.825000',5,'Taryn McGee','https://lh5.googleusercontent.com/-ZDML5X2ZzD8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnu_tyuS5WyKeWk09L0KmTxc4I4hA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',44700),('AbFvOqkeWaF2i2bW-BfNT8Ek3B0DQXD4oowo0DCW2arCCKUUBaIcHQYeNHZSB_Jj0jM-mL5YaWQhGw','Just bad paid 175 for nothing they pulled me back for an ear infection charged that gave a prescription that was none existent','2020-07-09 23:31:55.708000','2020-07-09 23:31:55.708000',1,'alexandra marrujo','https://lh3.googleusercontent.com/a-/AOh14GjnSTTTT6ZgXlY6M2KbtGfE4JapFLUrURSRfwgG-g=c0x00000000-cc-rp','17898197009688164559',37587),('AbFvOqkexbl02-uNgCx3cl-_L_D-b_IhbqsVD1Kg9U_-m8tINaAi4pNm1jC31vpXe9tQfU4sTL4q','Courtney Timmons and Mandi Mayo exuted professionalism and courtesy during my visit.','2020-09-17 15:52:30.706000','2020-09-17 15:52:30.706000',5,'geronimo wild','https://lh3.googleusercontent.com/a-/AOh14Gizyco-hrj2cUoHCVXQiF5MaPu1XblG7XIHwFM=c0x00000000-cc-rp','3272657195432704501',39528),('AbFvOqkEXzW27uX1R3Mgi0xeHIpsyEyYmhafBH-NmkEz-IFMoUG34pCbPQJM_a57kZBrdcyCG5lWeg','We were really impressed w/ this location ! As soon as you walk in you were greeted by a very friendly person at the desk she was sooo nice ! She had us checked in quickly, paperwork done before you even know it or maybe because I was in so much pain either way she was quick ! The facility was extremly nice and clean! Our physician Dr. Nguyen was easy to talk to he actually listened he didnt brush off our concerns he wasnt in a rush to leave when we asked questions and actually made sure we understood what he was talking about when it came to our \"my\" care & what we were initially there for. Everyone there at the facility was extra nice the atmosphere welcoming instead of cold & intimidating like most places would def. recommend people to go here I wish it was a full clinic because if I had a choice I\'d go here for all my health care !','2019-10-07 05:41:16.449000','2019-10-07 05:41:16.449000',5,'RiaLynn Laurel-Bogle','https://lh3.googleusercontent.com/a-/AOh14GgabgsGxOaCRI7EqF324Jg36RqAVzKJ_XUEdBl5Uw=c0x00000000-cc-rp','2694018788013845459',39247),('AbFvOqkEy571p7c2_qGAIOB4iAI4tPHwD0R0WVXElK0WvsC94r-kDstAE6l0MR3HmtepgZ5m1Mnk1Q','Staff was great. Especially Dr. Ho and nurse Meghan. If I need another covid test or emergency care I’ll be back because of the staff care and urgency.','2020-08-31 18:18:23.334000','2020-08-31 18:18:23.334000',5,'Stephanie Head','https://lh3.googleusercontent.com/-Iyw23aIhvr8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnyE5o27L3p0cHeXEfI3r_S7TH9Kw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35832),('AbFvOqkeYDnXxF-2x8X_JNdEkyMZHTkc9i4Cd5LBcmKUr61iRN3V6MJR6tJwR3jGm4W_r13aiAW1lA','Everyone is clear and helpful. I really like that I can go in and out in just about an hour. I love the warm blanket they offer!','2018-01-26 21:42:35.937000','2018-01-26 21:42:35.937000',5,'Estefannie','https://lh3.googleusercontent.com/a-/AOh14Gjbofz54ajCPorlH9DfdNm41Bcje3CZ4p1LnJMY0w=c0x00000000-cc-rp-ba5','3511292162159714121',40965),('AbFvOqkeyOHfs9D_8fUpPCfHvLWkvkkv2011e2tdZv_6080S8viM75YvAEjW15rWRZMGxYY4bXOqYw','Had a great experience here. I had gone to a clinic the day before and they didn’t help me much. So I looked up other centers and found this one! And it was a great choice. They attended me right away and got me a room and were able to help me with my situation. And I was out quick with the solution solved. Great staff and great customer service. ā¤ļø Highly recommend. Thank you guys again! :-)','2019-04-30 15:49:49.356000','2019-04-30 15:49:49.356000',5,'Genesis Robles','https://lh3.googleusercontent.com/a-/AOh14GiSVxTsz8zyQUNg9ZnfVOqdtiMJs_VMxpdcnfwu=c0x00000000-cc-rp','16891069708558046635',36218),('AbFvOqkeyRQnYYySv6nl70DqIFBBTCDrcGlP2ZX6VukhneYZHZ2ggahLCIXZEnWCpaOQ8erCRkOXzQ','Was very pleased with the service provided at this facility. They took good care of me. Thank you guys so much y\'all are awesome.','2020-02-21 18:41:17.800000','2020-02-21 18:41:17.800000',5,'Leslie Arellano','https://lh3.googleusercontent.com/a-/AOh14Gj8vvx4hjJFyrtl4bp199ABebgWCxrem1XOfdz0y7A=c0x00000000-cc-rp','17898197009688164559',37669),('AbFvOqkeYYa5Lj_kXdV6PWw0nLmb5UvHSGXzBjpK1_DfNmDU-ce8r-V9kB6l84L2K4vVyeEDj8xf','(Translated by Google) Dr. Pham Md\nNurse Rachel B.\ntech radio Laura H.\nER Tech Daniel B.\nRegistration Tanishia W.\nLet\'s go for a viral problem and the attention of the staff was excellent, very friendly treatment\n\n(Original)\nDr. Pham. Md\nNurse. Rachel B.\nradio tech. Laura H.\nER Tech Daniel B.\nRegistration. Tanishia W.\nYegamos por un problema viral y la atencion del personal fue excelente trato muy amables','2019-11-06 02:49:47.206000','2019-11-06 02:49:47.206000',5,'jaki 1981','https://lh5.googleusercontent.com/-QnAr07xHwQ0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckDJp3sBsIF7pUXYlFaZy7zdiupvQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37911),('AbFvOqkEYzfkp-sCO4Ph_yq4Bmu1cMOaLfBDUv8mR1Xt_m8vTmfenV5BbakaBWVup7Au1C3OU12pMw','On Tuesday I went to SignatureCare ER facility for emergency care due to Severe abdominal pain. It was first time to be in ER. The entire staff took excellent care of me from beginning to end helped me to stay as comfortable as possible. I would like to say Thank you to Dr. Ashbrooks and the entire staff. Thank you for taking such good care of me! I am forever grateful. Thank you again to Dr. Ashbrooks and the entire staff!!!!','2019-02-01 18:47:56.966000','2019-02-01 18:47:56.966000',5,'Sapana Hardik','https://lh6.googleusercontent.com/-z_-h6URyowo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmHEOtL1fhh3N1sXiZgu9TLJHe4FA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39935),('AbFvOqkEzGCgvT9Jz2pVw29N63uZ3sBLvIi_GrpKdXkTkJk32EAOGAC4ZOyujRbsJtJf7DvIedNVEw',NULL,'2019-01-09 03:26:32.336000','2019-01-09 03:26:32.336000',5,'Morgan D','https://lh3.googleusercontent.com/a-/AOh14GgT-Y8OUD-4XFu5thihLhcrcsqLakXxi5V2s6KA=c0x00000000-cc-rp','14567670160750071148',30646),('AbFvOqkEzNqjZsFZjm4HaGEqjQPyPodSlOrVLrG7YewqbhLERfQREHlVKV4tx_2qwcCroK5czKRvrQ','Fantastic experience- highly recommend. I broke my arm by the Toyota center and googled ā€˜emergency rooms near me’ knowing that I didn’t want to deal with the crowds in a big, standard ER. I was promptly checked in by Brenda R, who helped me out being I had limited abilities with my arm. Naureen was my nurse, and called me back before I could even finish my paperwork. She was wonderful- very gentle and patient with me. My room was very clean, modern and had a comfortable chair/couch for my daughter, who was with me. My dr. was Dr. Sylvester, who I also highly recommend. He immediately helped me with pain management, seeing how miserable I was. He quickly ordered x rays, which was performed by Dion. Dion had his work cut out for him given how much pain I was in trying to get x rays. He was extremely patient with me and helped me the best he could. Dion also did my CT scans and helped me through that process.\nOverall, I was very happy with my experience and would recommend and go back myself without hesitation.','2019-09-02 13:01:20.581000','2019-09-02 13:01:20.581000',5,'Cindy Mcenaney','https://lh4.googleusercontent.com/-gHsU8atZchA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclIvAadzq_3ck02c2w-koorAbt_qw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40422),('AbFvOqkF_qwCe5sCZbdwLPmtEp2vosYcqHb1-t3H03zexq4EmqSgg2NEAOVZH1tbdRIkJnMtCYx8','Very nice and helpful staff. They work fast and efficiently. Overall I had a good experience there.','2017-04-16 13:34:12.181000','2017-04-16 13:34:12.181000',5,'Geoff Beto','https://lh4.googleusercontent.com/-XgcnXQsIhdY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclU1ZeJSj0d96TSpODo839mwQkZ9g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35450),('AbFvOqkf-rVZB-gt1oz00MmQkd-HNxfCziHtqF_SPvFc-rqRPAnzy2bc5EC-00PrW2j5jt4ejMX0Cw',NULL,'2020-07-24 16:42:05.774000','2020-07-24 16:42:05.774000',5,'Thomas Montelongo','https://lh5.googleusercontent.com/-tjPG6FfkuRs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckyPsbRF4BH5baNH1qZMsiJQLPlKg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38790),('AbFvOqkF-VsgVxkL6EBCL2hVBNUJawjzc1ChRLxL7XEgGMM6jkAyoeHGtanfUZyf53RjvvDM8_lgfQ','Had an amazing visit, they were fast, friendly, welcoming, nice, caring but most of all polite. From the moment, we drove in we were greeted by the security guard to check out. Jackie at front desk was awesome. My son was scared at first but left smiling. Thanks for the wonderful visit we were in and out in no time.!','2017-06-08 20:50:05.929000','2017-06-08 20:50:05.929000',5,'Elizabeth Davis','https://lh6.googleusercontent.com/-vgSzXt6bWfw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnFyUcHdw6h95xLMmsWTOQ3fFqixA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31026),('AbFvOqkF06zZyEblNNnwPRvK0nljwL0_R34tkpGyfY_3JOlPswQpkWdcyt3sAp-ORSeYxSdpsRiusw','I had not been feeling well for sometime. I decided to get checked out. The staff was very kind and caring. Everyone made sure i was as comfortable as possible. They all took time to make sure all my needs were met. Shelli was so sweet and made me feel super comfortable.\nI will defiantly come again for any emergancy medical situations.','2019-05-09 16:13:20.347000','2019-05-09 16:13:20.347000',5,'Pineapple Lady78','https://lh3.googleusercontent.com/a-/AOh14GicGSqI3WrSLbPOb87bK96pW5BjEjdW1OHto1fp-C0=c0x00000000-cc-rp-ba2','16891069708558046635',36209),('AbFvOqkF0Pk4QxquZBtF9XpSbp8M6qc6cJ2ABdauNGuPyhio9wnhKueVVTrpT54YvSV-TsV907LLJg','My experience at signature care emergency center was excellent! The ladies at the register, Amanda and Naomi, were so sweet and made me feel very welcomed. My nurse Jacob was also caring and made sure I was comfortable during my whole visit. I highly recommend this facility!','2020-10-06 17:33:31.093000','2020-10-06 17:33:31.093000',5,'Savannah Christine','https://lh5.googleusercontent.com/-MVwT7jG1ToQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmbTQ70kE_U_K4gAgHzKlrN8D1SwA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34150),('AbFvOqkf132HG7gEW84lI7_8ImawunJQyZNfYoDYzUuLmyXgdkjFBrTIZu03VgAeUNjJD-QG_qDEmQ','Freindly staff and fast service!! This place is my go to choice for emergencies!!','2019-06-23 17:29:10.363000','2019-06-23 17:29:10.363000',5,'nikki parker','https://lh5.googleusercontent.com/-Fvi9aHWdJP0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmHQ3gslVSbYZE9zyYMgXyHUnxJOQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29771),('AbFvOqkF2-laFNl6Qm4XbpBLywWaf9eZ9A_opfBktbSV0HT-kw6AT4Xia6VMfiLeodF-NXoA2bzmMQ',NULL,'2020-01-12 16:56:57.978000','2020-01-12 16:56:57.978000',5,'Da wa','https://lh3.googleusercontent.com/--3YNPfJ6IpM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnx8CCQNHBbDKrDZzz9kBs_GAMgDw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42508),('AbFvOqkf337IcB7xp8ubG6eeMDayYKzQQs8lFSmfKUgwbFp-7C-Wf1NwEhCvpuh54elAk2MSb_ichA','Great and pleasant urgent care. Friendly staff and super quick service!! Bryan, the radiology tech was funny, friendly and very quick. Front desk Jasmine was courteous and assembled my paperwork quickly. Doctor came to see my daughter quickly. The magic word at midnight with three little kids in tow is QUICKLY!!! Thank you.','2018-08-26 05:07:13.509000','2018-08-26 05:07:13.509000',5,'Anessa Le','https://lh4.googleusercontent.com/-fhRpH5xjka8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckpg6k2Ct6faBcgVp246kdFxGekDQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30768),('AbFvOqkf3NjVenYy4lbfW03L_rmEOIPd5uFMnRgQMbEenMudVNEe7s5S1jI3u6kNO4m4V9N7YXe2-g','I took my husband last night to Signature Care and the care he received was top notch! The registration with Tobie and all the questions she answered to quickly getting us into a room was excellent. Eric and Mollie were quick to respond to my husband’s needs and were so professional. Dr. Edwards’ professionalism was icing on the cake. Everything here was ran smoothly. Highly recommend this facility!','2020-01-10 17:42:56.838000','2020-01-10 17:42:56.838000',5,'Debbie Ashford','https://lh5.googleusercontent.com/-57vmfvn8cB0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck8lxkRB-zfeZGevcGFQIjEweMPbQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39720),('AbFvOqkf3Qj0uIllO_fH71G52_xTTC7M8bAd_xxz7VbnThMB1grPlS4ltQfWKlzwMBu4dzDwjvtw0g','Alvean and Pete did a great job! Nice clean facility.','2020-11-06 22:30:19.400000','2020-11-06 22:30:19.400000',5,'Autumn Fielder','https://lh3.googleusercontent.com/a-/AOh14GhJ3bKXiyTy4ghgc7l59m4XoL8Y5MKgko1jKspBYw=c0x00000000-cc-rp','16389487648212004696',32983),('AbFvOqkf3QQ7xbvVm9f8CUda2T9A_EnN07ahuYJl5euBz4ikz1P5wE7TZJdOtEz5RHuLjb1RqRf4',NULL,'2020-08-13 19:09:27.095000','2020-08-13 19:09:27.095000',5,'Rekha Thoppil','https://lh6.googleusercontent.com/-IZctxmiUnAw/AAAAAAAAAAI/AAAAAAAAA1s/AMZuuclpwXCvVhqdZtklNGYRhqAvwolZmw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36543),('AbFvOqkF3retjd5brQ3mjNPpV_YPFw3j7PLW9sLRQUfeio3WlO4cxFEKiDQvTmBCE6LfRNUX_TjvwQ','Beautiful facility with excellent care. Dr. A, Tricia, Robert and Jocelyn were great!','2019-08-31 15:43:15.762000','2019-08-31 15:43:15.762000',5,'Carmen Brand','https://lh6.googleusercontent.com/-qkxRtzi5CNs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclgI9DimVueb7ZsboFchrOH7OGzcQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',34006),('AbFvOqkF3ZpXGe4KCn5_n0bJicyJ98UvkRY5-uyiKwv1b2wtzrJpwPC9cL378mNadCXAo1Jubw9r','This is one of the most clean, courteous and efficient medical facilities I\'ve visited. Every person on the staff from reception to the technicians and the doctor himself was kind and well spoken helping me through the process. Should I ever have the misfortune of being hit by a car again I will gladly come back here! They also handled my billing 100% without hassle sending everything directly to the at-fault party with no stress on my end.','2018-06-26 16:07:21.201000','2018-06-26 16:07:21.201000',5,'Brian Nelson','https://lh3.googleusercontent.com/a-/AOh14GgUj1CGLt-Ac94qDOnvkHKcosFjuuToXVvh0k7jgdY=c0x00000000-cc-rp-ba2','3511292162159714121',40929),('AbFvOqkF4gjbh1avgtzTzTbFFEiFICTpY7ea7HkXmiTK0FV2nBnhaBsPn-z3CfjySzQOcVCRyNAqeA','This experience was so awesome & fast. I came in a great deal of pain & Amy got me straight to the back. I was greeted by my warm nurses melissa. Immediately afterward Dr. Sylvester was at my room explaining the process & a few minutes later Norma was taking me to get my MRI. I didn\'t have the patience or the time & was so appreciative of how they treated me & handled me with care. Thank you!','2020-02-07 20:48:04.421000','2020-02-07 20:48:04.421000',5,'mrzquita','https://lh3.googleusercontent.com/a-/AOh14Gi__h1FpQkHLBQ4o3kB9PU-Yow_yFmja6njO_ow=c0x00000000-cc-rp-ba2','3511292162159714121',40312),('AbFvOqkf4zaiHcOxHKxYHOX4b2ipFu00--IGApqmYeC9rBL_BSTr2cLWIGYqZoHG96-KU_rTFsXK','Joseph Shawn allysa shay Karen and dr Zheng, they’re all very awesome and patient 🄰','2020-02-07 21:20:10.169000','2020-02-07 21:20:10.169000',5,'Yazzmin Brooks','https://lh6.googleusercontent.com/-qxbEzfqJql8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmgu1pYu-wkUN3IuMSDIdHYSINbag/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43105),('AbFvOqkF5uuF9qiVV6LBoCH7GRlu-qG-0i4DlGciUU2Q4KNi9a30ONnzNoX6-smtcFQ_o4FjIP6IWw','Went to get tested for COVID-19 at around midnight, once I was in the building I was pleasantly surprised by the professionalism and positive energy from the entire staff. From the moment I walked in to getting tested everyone was so kind. Thank you to all the staff, including Nurse Jennifer, for being so energetic and positive in such trying times.','2020-07-12 23:13:14.940000','2020-07-12 23:13:14.940000',5,'Jennifer Orellana','https://lh6.googleusercontent.com/-2HwM1WtnUiI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmGSIwPAlr6QYQImWaPdAEI5egAiw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28597),('AbFvOqkf5wml4XweODeOlg5abniZ0SX4Da-Viq0t4RjIgLqxPcs1wDAbU1YaRRYKjBU_2UQ8cl6uGg','I was totally satisfied with the entire staff.\nThey made me feel at ease with the procedure.\nIf need be, I will use this facility again','2016-08-17 13:41:23.541000','2016-08-17 13:41:23.541000',5,'Dennis Crump','https://lh3.googleusercontent.com/-9GJjMVsMl9c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucklbHVA8sjcZp8rv4jnTULVDdWVXA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32790),('AbFvOqkf5xGooTVWyRZBVigsJnFHV9h7fZJpMWebV4p51RdVu9rI9qOsua-4T0NGVgc31Jo7IR85Yg','Very attentive staff...\nFrom check in to check out was excellent!\nNurse Agnes\nDr. Yusuf\nLaura was excellent!','2018-08-02 19:02:52.566000','2018-08-02 19:02:52.566000',5,'H. Russell James','https://lh5.googleusercontent.com/-QlUufz7hnSs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnH5v30N1a2_qz_ZP55sL8VYczEWw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40908),('AbFvOqkf6q4n96s_MeLYQ5U-m05acZX0EmX8a28NXqRZ30Er9KDa1mIyyeVxbzJZfKwPPEi4fzynwA','Fast quick friendly service my visit was less than 30 minutes. Special thanks to Jocelyn, Alvean and Brian.\nI would highly recommend!','2020-01-01 17:07:10.504000','2020-01-01 17:07:10.504000',5,'SHAPEHERavenue','https://lh3.googleusercontent.com/a-/AOh14GhMKvuudLG2nwGtHus3fUijzGNiJiWs8C4bwNhI6Q=c0x00000000-cc-rp','16389487648212004696',33554),('AbFvOqkf6rk3VfdQ73sQ20FUpEAxWtmjF_3SHAHzEFLrOhntNSc6mYMWESffTv3m_yY2vtZJAC4buA',NULL,'2018-06-30 21:02:23.677000','2018-06-30 21:02:23.677000',5,'Chloe Brown','https://lh6.googleusercontent.com/-SYaicSVzRJA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnYSadiObeUvPvxkndbKp_lOmSvIw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36935),('AbFvOqkf7cEH9RxmxvwKLzyKGwVKuNpByJf9vYLIOU0Qz6zGS7of1cAiYfZI5JKp_xe14RACLKf6eg','Fr.Faig and The nurse Sara were some of the best treatmeny I’ve ever received. They were nice and very knowledgeable and I didn’t have to wait all day I’ll recommend this facility to anybody. Great experience','2020-10-28 16:23:45.634000','2020-10-28 16:23:45.634000',5,'Pablo Allah','https://lh3.googleusercontent.com/a-/AOh14GhDNpd_x6F9ul25ZfGvGcvTg9LD3NpCLYguMv475w=c0x00000000-cc-rp','12541597562633926366',28491),('AbFvOqkF7nsjqp7s-HsDuqP4LwPmuoQYSwMaXDnuyHC6OUpDlvrzze_WEoyOOBnWljEv1FXTa2z0hg','Jeff, Wendy, Laura, Terra, and Dr. Golla were truly amazing!','2017-11-10 21:15:45.521000','2017-11-10 21:15:45.521000',5,'Sonia Melendez','https://lh3.googleusercontent.com/-w34qGR0OEQs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmnH-CV0zAuoby7ibadzT_5SYJ91Q/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37035),('AbFvOqkf7upSNChZgvYxV0rqrI85ucdPL2bp2cA9EH6Oc6Z_5OyPwT0XaEFknSRBHkAfrb8TtEny','I had a great experience. I walked out with stitches for a cut on my finger in under an hour from the time I walked in, to the time I walked out. Everyone was very friendly and helpful. The facility is clean and organized.','2016-09-09 01:12:54.153000','2016-09-09 01:12:54.153000',5,'Shawna honeycutt','https://lh6.googleusercontent.com/-bZowqv4BuUM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnc4lAYLCrN3LZLneJYs0LG9wlYRg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31189),('AbFvOqkf870KF71rONjdYoJRiFKJ3Q0-2YsDvJ3NytjI-5yOm7QMR7W7oGdaxRqL4o8PywzRCHIrFw','immediate care. wonderful experience. closest to concierge medicine I\'ve ever experienced! clean facility. kind, caring attention.','2019-09-26 13:48:47.495000','2019-09-26 13:48:47.495000',5,'Peggy Rutkowski','https://lh6.googleusercontent.com/-ZbejMJiUP6A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6tJ3GPMU9_u8ot0kSLGwbjVQexQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34645),('AbFvOqkf9fu00V_1gG5TSb98d_pO5E_dDPktRLbuyXV_4R3WQoiMYnkgCYV3A2LgtcgWaehcgNs5NQ','Very efficient and convenient! Great service!','2020-09-23 19:21:49.294000','2020-09-23 19:21:49.294000',5,'Brenda Santos','https://lh3.googleusercontent.com/a-/AOh14Gio3MTnxSBIIVhaGyBVXphN8spmtbsp_DnNK4ttHw=c0x00000000-cc-rp','14567670160750071148',30103),('AbFvOqkF9LUBET08s9ywU4S81rRETWkIEAOVdnqTjQqFm_Qos5XeEvKyWToR6XVKRfyUu0sOIDXtzA','This experience was great! Staff was very friendly, and was overall a smooth visit. Would recommend.','2020-07-28 03:58:47.483000','2020-07-28 03:58:47.483000',5,'Katherine Mankin','https://lh3.googleusercontent.com/-v1QWzm8DrGk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckOV8WcCyO8TNmbIHolQIH1DXiMTw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31847),('AbFvOqkF9oiRjGf6hUUb-oBsB0YzAON8QFG4Tr0gd0UAkzbtZ0F2hl-fsPalKO96GhAuhe0zmSC5jA','There team is AMAZING! They provided excellent care Dr.Miller and Victoria were great with handling my daughter who has autism. They explained in detail what was happening and the provided her quick and sufficient care! I am forever grateful for there help.','2020-08-16 17:06:14.708000','2020-08-16 17:06:14.708000',5,'Jacqueline Pirtle','https://lh3.googleusercontent.com/a-/AOh14Gh4TJNRrcPdh8rMXF4YILoyn6JM16nkUgi6KLErkuY=c0x00000000-cc-rp','12541597562633926366',28564),('AbFvOqkf9ygtyueq6jb2xHHKCvM6lLsYDM-vrHQH_TH076fy4_6X5z1KA34LIJJP9TTyMDsHiW7B','I have never been in an emergency room where all of the staff, including the doctor, were so friendly and so respectful to their patients. I feel better after the visit and loved what I saw. I really wish I had known about Signature Care before. It has saved a ton of pain and even saved money compared to a hospital! My wait time wasn\'t but a couple of minutes! Why can\'t hospitals do that? Thanks so much SC for your service to us in the community.','2018-04-24 22:53:18.266000','2018-04-24 22:53:18.266000',5,'Kevin','https://lh4.googleusercontent.com/-j379GQUFWvA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQoUBmqYvyvolZUsyr9EalAp4u2Q/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32585),('AbFvOqkfA2PlQk-D7atT2nmphYlKMgUiebMU09tCsu0V606vCiPf0z6oeidt7UhV8eQZhXzJBkl8Tg','Other than the front desk lady that was a little rude (not sure if it was Blanca or Bianca), might’ve just been a long night (arrived 9:45). The Dr and Nurses were amazing here! They took AMAZING care of me and got me going home feeling better! Definitely will recommended!','2020-07-26 07:32:14.588000','2020-07-26 07:32:14.588000',5,'Mindy Gomez','https://lh3.googleusercontent.com/a-/AOh14GjRpzklB-QEjDoRmJ1rDjWlXqEtT2O7p8EFeBYlCQ=c0x00000000-cc-rp','14748677429039074158',31867),('AbFvOqkfavyn_6hDACWT53DXvx6EjV-zRbJeUNKUq-Q5uVvPHRge6k3J6JkLLQyUwtFXH9C8z5RRLg','Great experience. Everyone was nice and helpful. Dr Henderson alvean Marcus took great care of me during my visit','2019-12-09 16:35:04.310000','2019-12-09 16:35:04.310000',5,'d ray','https://lh5.googleusercontent.com/-4ZS3ju9qEHA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl_bdwvGKjcowRPE6ZvFRFaPNrtNw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33622),('AbFvOqkfBAhwzCQVQfoH_4T1tep_XBFq0E3j51v4tepmgPXzgUK2katiW7DNI5134GlARbfGDCdg','I\'ve used this location before and have been pretty happy with it, but today\'s visit was awful. It literally felt like the red-headed doctor listened to absolutely nothing I had to say. I left feeling frustrated and still in pain with no helpful advice. Thanks for nothing.','2017-07-22 18:19:38.160000','2017-07-22 18:19:38.160000',2,'simone kennedy','https://lh6.googleusercontent.com/-AMvMpVD7yjU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclNSCnk669jQp7HHy0EKqE2rXbI9Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41032),('AbFvOqkFBjcca2k-yZ4FPssxX4UzLhSCUP-xceqjIyeNDeQ3XuL-h1I4et0g91_s_DjLOCHvr3zZiw','I was seen right away & the staff was nice!\nSarah & Kris were of great help!','2020-09-23 15:57:52.432000','2020-09-23 15:57:52.432000',5,'Heaven Williams','https://lh3.googleusercontent.com/a-/AOh14GhVV90eaWyD2zI_OwqbBo7NsX1riOTP17KY_5IEpw=c0x00000000-cc-rp','17898197009688164559',37538),('AbFvOqkFbM0r2AKNcDD--ETJYnvXNnrpSRKrc1Q3tn0KCd-BWFnXIPjKzCsPGTHfpfD92U1xZy2MyA','Rashaad our nurse was a great help. We felt really comfortable and at home and received all the answers we came for. We are VERY HAPPY!','2020-11-22 01:43:51.687000','2020-11-22 01:43:51.687000',5,'Matthew Haynes','https://lh3.googleusercontent.com/a-/AOh14Ghr_37-d5OrgryrmunK-WGyMUcvwg3shcxLN2X4=c0x00000000-cc-rp','8679688254631342173',42253),('AbFvOqkFbNJnoAr_7BZBtletXcA0mv-qEw5TH7Xg_JDf_8gVJwRxpj1mG4r9eeVtPlzjbkGUgYKwYQ','Very friendly staff, short wait time, knowledgeable staff. Will definitely visit again if needed!','2020-02-25 04:04:14.281000','2020-02-25 04:04:14.281000',5,'Shannon Thames','https://lh3.googleusercontent.com/a-/AOh14GhQEC1Igy6PnhAcdLBLFdzPgsTPI-ZQRQ9-Fm4u1t8=c0x00000000-cc-rp','6521947413723274945',41450),('AbFvOqkFbTOguFYnN3jxQWujS0pPasna-uh1XUSxOvmahjDEUWCFD1723P9XfNc7PyJYxNH-vlgOhA',NULL,'2020-07-03 16:39:08.293000','2020-07-03 16:39:08.293000',5,'Lillian Lee','https://lh6.googleusercontent.com/-13bQ0R1SoEw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn9DpyMfmp9VffMWt0leL-p4Qch4w/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40256),('AbFvOqkfc24V2AnGTgcO6JlGnvCKXmpCxz3RJUyfizb-PoVRqVHFr1hTKq1Ld7xqQ7Y3-sbjvQBhIw','Dr. Vakey and Rebecca W the tech, and Gabriel D RN they where very fast with there service. They also did a wonderful job making my grandson safe and not scared to see the dr. I will return if it is needed. I am very pleased with SignatureCare in College Station TX. 😊','2019-09-23 23:27:39.480000','2019-09-23 23:27:39.480000',5,'Trisha Witherington','https://lh6.googleusercontent.com/-D0JjIPVNpbY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclGsnKEQ0ePUFK8ivfp1Stn7aM_eA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34650),('AbFvOqkfcfkE7c11mcTAXn1Liv0ffb8hoYH4hCeq6oEkSjz8spqzwVk7qUoxK9dZQhg7DRYl49Yw','Staff was informative, thorough and most helpful while my daughter was being treated. Huge shout out to Dr. Vakey and Nurse Remington for making her feel comfortable while I drove 1.5 hours until I could be with her.','2020-02-05 22:14:14.052000','2020-02-05 22:14:14.052000',5,'Sparkle & Shine','https://lh3.googleusercontent.com/a-/AOh14Gjt68E2BOoiaxLMVMaB0e9LKBT_TwZy7o1IujUBag=c0x00000000-cc-rp','16590124370714063921',34391),('AbFvOqkFd7Hrj-ss6jHiYR8yhrzoBatlWL0VnrMbI243GlQVWR4VNGKRs14aoaPpK9jwA4VxP1p8',NULL,'2019-11-30 20:00:46.161000','2019-11-30 20:00:46.161000',5,'Brandon Centeno','https://lh4.googleusercontent.com/-0Q1wC_wxTP8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclsMfAwI_YSg6yv-CUMg5v-UKDXjg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33659),('AbFvOqkfDfJtB-S5JaoEVnkBgFKxD2esf-Yv0o6BLfspY5wBmNJ43SHfubut03g3Hr7spJJEMD2xXw','Had an amazing visit I was nervous the staff was great with me very patient and understanding A big thanks to .. Dr. O’Malley, Alvean A , Tricia E , Sibienne W and Bryan the ER Tech !!!','2019-11-14 21:12:35.660000','2019-11-14 21:12:35.660000',5,'7even Lucey Rain','https://lh3.googleusercontent.com/a-/AOh14GjX2Rpk2sIRW3aIcp-125S55P0LlhP62DHvGZgU=c0x00000000-cc-rp','16389487648212004696',33755),('AbFvOqkFdsftugrU87BWUsIHqXsQuWDJvoQoC7UtduuSoT14vyv0hO0AnOG-Jh3jT-CnziyzOz8gjQ','Delicia & Bri the register’s were great! Nurse Blake was great ! Dr.Alloju was also very helpful! & the tech Sonie was also wonderful! Great place ! Glad I chose this location to bring my daughter at her time of need!! 5 stars!!!','2019-10-18 17:17:43.667000','2019-10-18 17:17:43.667000',5,'Dera Frierson','https://lh6.googleusercontent.com/-6vwwfKPHG30/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmgyWtDg7TOPT3npYVJEtGsiBS8TQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42648),('AbFvOqkFDveDxhyBE_jUxxFRnY-rimijwpdiSWpBsoQukqnFe9cZBz7Ds9qhxsacXVi1lsWW7T4v','Currently waiting on a scan and wanted to take the time to compliment Dr. Pham, Alvean A, Marcus B, Vanessa G, and Keith on making my experience a very calm and pleasant one. My needs were very quickly taken care of with practically no down time, everyone was kind and personable while thoroughly doing their job, and the facility is quite stunning. For a local ER I strongly recommend.','2019-11-19 16:08:01.197000','2019-11-19 16:08:01.197000',5,'Linda Harvey','https://lh3.googleusercontent.com/a-/AOh14Gg0zvidoP-GQ4eVQqPULO7G9WsJj91GlxIh1QvE=c0x00000000-cc-rp','16389487648212004696',33719),('AbFvOqkfeD0IyL1fSHGkA-VFjGcbw5mUfT8nsNMmFby5yU0PY6PN1Z7FIiaw984lMPCgMqmp8YsR','The doctors, nurses, and staff are very friendly and helpful! Fantastic service!','2018-05-10 11:34:24.021000','2018-05-10 11:34:24.021000',5,'Vanessa Zamora','https://lh3.googleusercontent.com/a-/AOh14Gh0kVKyLnOE3GEKT5QiMnMm7RR5fizic1vcAVUKRQ=c0x00000000-cc-rp','14904078213800803294',32583),('AbFvOqkFeeWfp2FK2ULLJ8Tqxjszn8ojgnAkjqzdICvRAyzVgIzvLNbYzXctBeXzyxwtU6JUFxiWDA','Friendly staff, constantly looking for your improvement.','2017-10-01 16:27:10.927000','2017-10-01 16:27:10.927000',5,'Octavio Aguayo','https://lh3.googleusercontent.com/a-/AOh14GiANWjCJ2zyVEbIErtgZ6Z_K-392FpBdjwhsw-paq4=c0x00000000-cc-rp','16590124370714063921',35373),('AbFvOqkfEp7RLDsTGL78_BhP-1CVnxnEiXzfxP1uh1OgjwLf0qBJSGSFZCEeJ0FDdh3iB-KH-blluA',NULL,'2020-06-25 03:23:31.679000','2020-06-25 03:23:31.679000',5,'Lynn Ray','https://lh3.googleusercontent.com/a-/AOh14GgjSrfg1T2NJsuSayF8bceTIBcsy5yAG02y5djI=c0x00000000-cc-rp','14904078213800803294',32321),('AbFvOqkfEUmreBb1UziAsjICDxDzXl1DRXB5Jo12wVRlAg5FVxdAHEAhxvocjg3NNqCRktqAb9J36Q','Came here for COVID-19 Testing. They were very efficient and made this experience less frightening. They tested us very quickly. It wasn’t painful and they were very kind. They sterilized everything, as well.','2020-07-24 17:25:47.231000','2020-07-24 17:25:47.231000',5,'deena jarwan','https://lh3.googleusercontent.com/a-/AOh14Gh7mISq3bXIkztQmDR5fPIONAXMBB7hWb0MLSo=c0x00000000-cc-rp','16590124370714063921',34266),('AbFvOqkff-gzLj2tR87DqamDREpL19UOP0UM_eDG-UcgzupCATiW-H01pKvgq2msVVCLS6ifMwWITw','Dr. Garcia with nurse Irving, radiology tech holly, ER tech Thelma, and registration Carly was great! They were all professional and helped my friend with anxiety calm down. From start to finish they helped us by answering questions and even throwing some jokes to bring the mood better! It was a smooth visit from start to finish.','2020-02-21 10:48:02.392000','2020-02-21 10:48:02.392000',5,'J','https://lh3.googleusercontent.com/a-/AOh14GhdnM5USrsdgoCBMFff5ET0TZ6rHC5oGP0cVz9o=c0x00000000-cc-rp','12541597562633926366',28708),('AbFvOqkfF0LHV97V8EcCZVW0P3AoOenU3nRsUrzEn4rKJESe334oda3PbUKzOQG4CoIyARNxmrT_','Registration Lorena & Gracie\nER Tech Brancroft\nNurse Theresa B.\n2 thumbs up... Thank you for everything','2020-07-26 15:33:37.103000','2020-07-26 15:33:37.103000',5,'Angela Flores','https://lh6.googleusercontent.com/-NcTqUDFvK_A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclLO9VRO6O2aQcUPwUUZUJOC5I92A/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41338),('AbFvOqkFf8aqDGvPw8KIxouviKVQtMvnFIhu0Q3o4ilwX2H8ffiF_VPkaJhUs1SxqBi3WOwbN_K3','I’ve been here twice and every time I come they always give me incredible service. Nurse: Churiah and Agnes were so great and patient with all my questions. The techs as well. Shay, Lisa, Dion and Keaire are AMAZING!!','2018-10-26 00:55:39.218000','2018-10-26 00:55:39.218000',5,'Carlos A. Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GjBeFEZiELSTVV2diRPCK1VRKcs9DNn1njDbe1s=c0x00000000-cc-rp','3511292162159714121',40803),('AbFvOqkffNXBJyfomc7zSXCJxWwQ-aeJME-2W-2c3SHy9rAYhkX2N4gW3wdqwQfa96rbxy5mscVfEw','Fantastic experience!','2019-08-08 11:52:01.338000','2019-08-08 11:52:01.338000',5,'Ashley Unbehagen','https://lh3.googleusercontent.com/-c-jtxLxtac8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7wJ5ePnxy0-7Kb6Mi_Lc74F6Rog/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36151),('AbFvOqkffrP7HsXRQDm-IN30pKr2qQ6YUwlIMjCc5NpQuDFNDrzAjaz4xstMC45SiPmiD6oXb1qgGQ','This was my first visit to SignatureCare and I was very pleased with my experience. Alvean greeted me and my spouse with a warm friendly smile and Marcus was quick when it came to my vitals and xrays.','2020-01-07 19:17:00.882000','2020-01-07 19:17:00.882000',5,'Julia Martinez','https://lh3.googleusercontent.com/a-/AOh14Gg645YVrgOIPiA9KQmJU6ARc8CiRV9rKNz0flU9Tg=c0x00000000-cc-rp','16389487648212004696',33541),('AbFvOqkffYczRF4VoSfpdruvAYJRGW8EupxAq1Ww77YRu57GQiDratSnf6ra7j-IR-HrYIeoanjk','Rebecca V was very fast to get me through my paperwork and get treatment. Cat and Remington were extremely helpful and considerate. Stephanie and Patrick did a great job! Dr Kimball is my favorite doctor. He always manages to find the perfect way to explain what’s going on in and understandable way. Great staff.','2020-03-07 04:54:56.092000','2020-03-07 04:54:56.092000',5,'Ty Fox','https://lh3.googleusercontent.com/a-/AOh14Gg0GkKA-erHuVVuztRaWs7v5vsB_7dG0YaKMfcQdA=c0x00000000-cc-rp','16590124370714063921',34314),('AbFvOqkfGnILhVARky2R5EDcukScg9QRTJJw448VKX0X3Hk1Pe8rYbiiqCsvGVzYfLZ9p_WB8nyrRw','The experience was exactly what I read in the reviews. Mercy was so nice and made sure I knew how to get here. Mark was very nice an made me feel so comfortable. Great staff overall and fast and friendly service.','2017-02-27 17:11:24.887000','2017-02-27 17:11:24.887000',5,'lindsey cobbs','https://lh4.googleusercontent.com/-KG7m4-BdPOs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmFgwBQgaSC2Njn3BHEe6w7GP6PnA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32720),('AbFvOqkFguZMn_8cNdeNTFFGfSvth85TWUqYbR5d5nSh-emN2jUlRG-kLKR_P3nY_sF5wflZDAbI','It was great service and the wait was very minimal. The whole staff was very nice and accommodating to my needs to make me feel better. Everyone very professional and helpful.','2018-08-30 06:52:28.157000','2018-08-30 06:52:28.157000',5,'Jesse Herrera','https://lh3.googleusercontent.com/a-/AOh14GheEgVhDoT1MIzU6t38Tc81x-pweju0kMlyFIVC=c0x00000000-cc-rp','14567670160750071148',30756),('AbFvOqkfh1oVd2CJDZYG2nCscIj_rKWwwUmSrbQW-mJ-QRvxf9aeWYs88py0CRtOp9PXUqpCv4ewJw','I was seen immediately! Luke took his time and made me feel comfortable and get to know me! The rest of the staff Kim Davidson and Kim Domanski did the same! Thank you for making me comfortable while I wasn\'t feeling myself! Its hard to find that today!','2020-05-21 15:46:26.723000','2020-05-21 15:46:26.723000',5,'Danielle Mitchell','https://lh3.googleusercontent.com/a-/AOh14GiD7hrOoioqgVGTHmWhiWhlJkWQgj61qQI8mr2L=c0x00000000-cc-rp','3272657195432704501',39559),('AbFvOqkFH6_dqdVoVVq3wqfCdrKEGlymFhSsPnypt2I2nxRHFUAtTWOs_i9NNqmllISsjpNN9cdQ','Amazing staff! Thank you Dr.Henderson, Matt, Sarah, Fatima, Tanishia!! We were seen quickly and treated by the best! Highly recommend it you have an emergency','2019-09-13 00:20:01.248000','2019-09-13 00:20:01.248000',5,'Deirdre Brock','https://lh3.googleusercontent.com/a-/AOh14GjIvTWJDyDRD5wzcA0a2Rj5XHRMK7UPOuZ6rrJ-ZEU=c0x00000000-cc-rp','17898197009688164559',37997),('AbFvOqkFHIzyT444MGiSdjHe-d0iKsuEKbFwXwuOEjCHZpoZGrcc75ZxqTsdD9UrsFzWdaFCLcMxhA','I had to go in early Monday morning 4/15 with an intense back spasm, it was the worse pain I have ever felt. The doctors, nurses, and staff were friendly and efficient, but most importantly they were fast!','2019-04-16 17:57:01.859000','2019-04-16 17:57:01.859000',5,'Danielle Bulgarelli','https://lh3.googleusercontent.com/a-/AOh14Ghl0NKDb5Ctaj7BQwdW1XR5XDd6g9pOne9Z_evX9g=c0x00000000-cc-rp','16891069708558046635',36227),('AbFvOqkfhjrzmsKfmV-RafQ5Zi_jsbqye74t-Ew1THC-vOtXFFV8zWH12huEi0dz2-ZE4S5sNu26zw','I have nothing but the highest ratings and things to say about the Montrose, Texas SignatureCare ER. I had just flown into Texas for an event, and suddenly had shooting and intense pains in my abdominal area that were almost unbearable. My PCP in Massachusetts recommended I get to an ER quickly. We knew no one, and certainly no doctors in Texas, and picked by chance this ER facility. WOW!!!! Did I LUCK OUT! I was taken in immediately in nearly the moment I walked into the door (didn\'t even have time to finish my paperwork) and was seen by Dr. Adam Boester. Dr. Boester was calm, knowledgeable, personable, and competent. After a very quick blood draw, urine sample, and MRI, he determined the cause of my pain from a kidney stone. Such clear instructions about what to do, and kind, caring treatment. The support staff was equally excellent, providing me with warm blankets as the AC became cold, and also, once I was cleared, beverages, and just overall support. They kept my husband fed in the waiting room. I can\'t say enough good about this facility and their doctors! I hope you don\'t have to go to the ER, but if you do, choose this place - they know their stuff and have the best bedside manner!','2019-07-06 20:00:24.822000','2019-07-06 20:00:24.822000',5,'Kimberly Shaknis','https://lh6.googleusercontent.com/-5dzqAfy251Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclY4ZfMBOssdF2Mpuxinp-AHuLI1A/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40512),('AbFvOqkFHmxue_DB5Clb_xw9rMNzNIdD6gsG4rMrhHFCz5HDE-RqVYc4dEXHxfnMReRY7y-bCaAN','Dr. Yusef, Leslie, Stephanie, Kelsey, and Jacqueline are THE DREAM TEAM at this local emergency hospital. The Montrose area have been truly blessed by its wonderful staff. Thanks for a comfortable visit. KEEP UP THE GREAT WORK GUYS. Thank you for being a part of the Houston-Montrose areā¤','2018-08-20 12:55:18.248000','2018-08-20 12:55:18.248000',5,'Moonshot Moonshot','https://lh5.googleusercontent.com/-uCNDyk4oxjo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl8zxnMY0vtWxmQQ8W9JI4pjL-y2Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40846),('AbFvOqkfHTvrAtHi_uRPIxTBp1_CyFJqHociN0gsRNppTgrIK711fx7lzCOGvnPuGyQaAh1lqcz1','I went when my daughter broke her ankle. Alvean and Tricia were great, and so was Dr. Thomas! An overall great experience for sure.','2019-04-25 17:38:54.058000','2019-04-25 17:38:54.058000',5,'tjude1922','https://lh3.googleusercontent.com/a-/AOh14GilWC5JqnFi31A5zqqNGHchDkJxK0Bxriv0nmOmfA=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkfi4PwPbVi_ww2UPq43Tjx-86S7DZ7jtnQFSrV0Qa_xw_IvR2-V44x0BuvyL5HCPTU97Pr','Great care ! The staff was amazing and helpful! Gabe was my nurse and was amazing ! Dr. Harjai was so helpful as well!','2019-10-04 21:53:49.198000','2019-10-04 21:53:49.198000',5,'MadysonShea','https://lh3.googleusercontent.com/a-/AOh14Gi3P6RDZN6wCBBi3a5JiK3C2BnnXrLrgJKKaHzSLw=c0x00000000-cc-rp','16590124370714063921',34629),('AbFvOqkFIaDbK3Oi3RP1zpo7O3NDH3wKWlEgxJfLP35NoNzgSuRy1Ym2LAPLY7k8q8FlsUBfm3GR','Very poor service didn\'t know what thy were talking about had to call another hospital for advice equipment doesn\'t work just over all a nice looking clinic thats it','2020-01-02 00:30:45.208000','2020-01-02 00:30:45.208000',1,'Stacey M Ruffin','https://lh3.googleusercontent.com/a-/AOh14GgxAkytwkVSUbFdJG71KDrlnxLuXZUmkMujTDJjUg=c0x00000000-cc-rp','12541597562633926366',28868),('AbFvOqkFiGS3B5t_SUPZ5Gl05zkvxduoxFXuWntCtOKikEHof4vdjNgpa04L1CwIymRlxatIe6kBZQ',NULL,'2020-12-24 07:39:44.310000','2020-12-24 07:39:44.310000',5,'zurman villar','https://lh5.googleusercontent.com/-aYLgNTgmVWA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn0yQ37rNoKy0AEFSR2BbRQvFQCPA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',43758),('AbFvOqkfIJ5MKzEp35QZNR8XlmJFFOcQ0EXe0WWIENyTMlxod576CvAh_NCL8k1WGFXk2aE8qy9F','I recieved excellent care here! From the time I walked in, Carly at the front desk was so sweet and helpful and got me to the back before I could finish the paperwork. Dr. Lindsay and his team were wonderful. Sarra was my nurse and she listened to everything I had to say and asked all the right questions. Thelma was gentle starting my IV and held great conversation to distract me. Sherwin was quick and accurate while taking x-rays which I really appreciated. I will definitely come back if ever needed.','2019-12-20 05:18:35.152000','2019-12-20 05:18:35.152000',5,'Chrissy Bishop','https://lh3.googleusercontent.com/a-/AOh14GgZn0DyoV8R7Uv-PtEsel7nNpTWjmKj6WFbmWj-=c0x00000000-cc-rp-ba4','12541597562633926366',28929),('AbFvOqkfIuqWZvzQ2A8tf7I6tQsj8OqOINRDFyvM7gHJxiLmg0mwkJFdY_QOL94iLCeeg6mfF8B4Rw','Nicest staff great doctors..','2017-09-02 15:05:09.462000','2017-09-02 15:05:09.462000',5,'Dennis Ristick','https://lh3.googleusercontent.com/a-/AOh14GhKGhqePJ9GfHVJw_w-G0PosCIvL2EVaRpkPksA=c0x00000000-cc-rp','17394740196501090048',37086),('AbFvOqkFiwpMwPCG7qSEz7rHCtn-DWTSQwq-26uzwqrRO5hC6vico8cJGo3AsrhUWMElEJyyAWPQ','Friendly staff and prompt care.','2019-07-12 02:48:22.126000','2019-07-12 02:48:22.126000',5,'Mary McEwin','https://lh4.googleusercontent.com/-8NmKCL_bSGw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-FlysUGM2g-jcJI3RzfBe6Nam7w/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41665),('AbFvOqkFiwQ7pwhqIrsdKltMZEol_3hJzObdt-sVSPtamSRng8AeYJXcssxyDJzjt-63XWIhAlhnvg',NULL,'2019-04-13 18:25:10.610000','2019-04-13 18:25:10.610000',5,'Katherine Richard Murphy','https://lh3.googleusercontent.com/a-/AOh14GgpcY72VB35PkVawCCFQ2oJfhqPVMfoUllulGFkSg=c0x00000000-cc-rp','17898197009688164559',38215),('AbFvOqkfj1P-Qp7cKt3kRToZgDl2TRb2Lj4JP2CnglbcGMzosbNuIqerP2S6ZsHzzKfC0G_FudrObA','Dana, valory, brian, delores everyone was very nice, and sweet. 100% knew what they are doing, no messing around, took care of me to the fullest, great team!!!!!!!','2021-01-25 18:01:13.608000','2021-01-25 18:01:13.608000',5,'Debra Puffer','https://lh5.googleusercontent.com/-1KBTf-YHVTY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckAkxfi3tlGc15g8EI8YWbCGKYh0w/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44409),('AbFvOqkfJL8j5go2t22HjK9Ppq82uTs3XJrMBXVwHOaZKV-tg-gTbkBb1SlMZtLUuC1K-57ivUw7rg','Quick and easy. Took care of me right away!','2019-01-09 15:01:54.275000','2019-01-09 15:01:54.275000',5,'Tommy D Thompson','https://lh3.googleusercontent.com/a-/AOh14Gg88V-X38wsAbOZ4oY0pUSTzSXWl3miHLGQ4zg6p8o=c0x00000000-cc-rp-ba3','3511292162159714121',40739),('AbFvOqkfJvmp64mr2ufleMKnaEtCoxePG70t0ZxoZoL4bwtcFrr3DMBp_sNx-zuY0gg6TvY8S2oH','Great experience! Staff members were wonderful. Thank you very much Dr. Sullivan, Kim, Lisa, Mr. Bancroft and Sita.','2019-10-01 02:35:50.152000','2019-10-01 02:35:50.152000',5,'Barbara Gomez','https://lh3.googleusercontent.com/a-/AOh14Gi3v0L7HSz8YZMhtuM-YvbpSvlXAHoMPz2TdcPp=c0x00000000-cc-rp','13486358490203335051',29636),('AbFvOqkfjx2nA3kY3H5-2gCCt59wsMWFFQqaFddx58DEKggqBpXBxiXiUPp5V7xQzELqv5fZn7zS5g','Staff was so nice! Georgia was my favorite!','2020-11-05 03:13:55.586000','2020-11-05 03:13:55.586000',5,'Kaylie Burkett','https://lh3.googleusercontent.com/a-/AOh14Gi0HlQMfUTRoJ-txl9IAevv6n4AmU4ZVy5hDqq6=c0x00000000-cc-rp','14748677429039074158',31416),('AbFvOqkfk3FWQHV-3Y2hhISgGXKyvZRUXBZGj42ZGboesgs6qNZKI4s4_fi0brss2D2wMeeRC4JMBg','Friend busted his lip and so we took a late night trip to SignatureCare. Rebecca V. Was working the desk and was very helpful!','2020-01-18 07:56:04.316000','2020-01-18 07:56:04.316000',5,'Elijah C.','https://lh6.googleusercontent.com/-Qk9Fp-zhlTU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnXwgU2Vkzy7Im8yF5L7jd6kXNsUQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34437),('AbFvOqkfk7nYs3q5_5-jSBR4xgYkJUJ4ZyF77nEZCZXOedOjgfmtxqb16-yCeJulX_yDXe2fnpR1oA','Very nice staff! Not a long wait time for a walk-in covid test. I’m really happy with how they treated me and the over all experience.','2020-11-06 22:07:50.800000','2020-11-06 22:07:50.800000',5,'Sammie Narro','https://lh3.googleusercontent.com/a-/AOh14GigdVMRwVFeN0LMWMz9-Np7rwIEeBHHNuACvxn9OVU=c0x00000000-cc-rp','14748677429039074158',31401),('AbFvOqkFKgdiyWk4UMtcn1XqAUaCscnLeyWD_IR0rZTewUO113r0k-LXaMcy9h649WGmSuAFJwYdHg','Came in with sharp chest pains and numb arms and legs. I can barely move because of the pain and I just needed an answer. They brushed off the arm and leg pain and said it was anxiety. I’m in tears knowing I was there 3 hours and wasn’t taken serious. I’ve had anxiety my whole life and this doesn’t compare to it. Off to the ER I go now :(','2020-12-15 05:43:10.352000','2020-12-15 05:43:10.352000',1,'Madison Dunford','https://lh6.googleusercontent.com/-NfSTAxsC6Gw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckgO1zr0BXHEU3uOoqEfLfFGnVbTw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39405),('AbFvOqkfkj_ws3JyRZ7bOCb2HDRIUlxOn8srQVoApHPfMKU0qpGCEbverUa2-El6iVA8H8bVIMF9ow','Took excellent care of me they were very nice straight to the point thank you to the nurse (Marylu) and dr chukwuma who helped me they are awesome highly recommend','2020-09-12 14:04:03.572000','2020-09-12 14:04:03.572000',5,'allen harrell','https://lh4.googleusercontent.com/-SJlL2zVWDaQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnn_zU-OGkX37y7A28bMah2DtVCBw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39003),('AbFvOqkfkMZn5zqaMwLLP57G7y5-ap1Wk_zSNTFfrwAItsRJwxdtyKmfk4Dhmg2k-EK0LhyY-WqHYQ','Bretnie and Morgan S were very helpful throughout my entire experience! Only thing was that wait times were extremely long.','2020-10-22 18:11:38.625000','2020-10-22 18:11:38.625000',4,'Avni Veerisetty','https://lh4.googleusercontent.com/-qJz20GXk6wU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl8P9DPbYxdOcis2B9V8w6nXyT2tQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34116),('AbFvOqkfkrZt48g6DvDBLzLCrLIsk00XwlLZEaPYB49DZ3IE9T4t4JlB8l4VgCLXpMQZQ4LIQxhZug','Everyone from Jennifer in registration, to our nurse Susie and tech Matt were awesome!!!!','2020-02-16 16:57:53.828000','2020-02-16 16:57:53.828000',5,'Jacob Copeland','https://lh5.googleusercontent.com/-YGaBIPV1j-8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclYNVrpD4hqh39hOVDwqo74vfT1iw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41940),('AbFvOqkfKVCEDGntRX0am3UnA3yxz1pBsPUiWAHmyFOUoYXgpHdIqyQx80UkdN4qhE0XqyAWFKKK','VERY helpful and super nice!! They were the only ones willing to help me due to current events and they gave me red carpet treatment, LISTENED to my symptoms and medical history and diagnosed/prescribed the proper medication to get me back up and going. After 2 teledoc visits, 6 days of 100F temp and dismissive care, they took care of me properly. THANK YOU!!!! ā¤ļøā¤ļøā¤ļøā¤ļøā¤ļøā¤ļø','2020-05-18 16:33:59.080000','2020-05-18 16:33:59.080000',5,'Maribeth Charles','https://lh5.googleusercontent.com/-GzffvCnemg8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckGYMmoC3WCbn8yxP9pPA1fqGPndg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28633),('AbFvOqkfLEAnb8K86Alf2FbIqlm82UoCnCQeKq4eMLLUc-q8rmk7B1fUbtGoEcvz6_oer1e8fLRL','Do not come here unless your seriously dying, or desperately need to be seen, 1,300$ bill (after insurance coverage) not worth it just to get a prescription for an ear infection . Place is nice and staff is great, but would have not come if I knew how much they charge!!!','2020-01-01 00:32:59.920000','2020-01-01 00:32:59.920000',1,'vanessa smart','https://lh3.googleusercontent.com/a-/AOh14GgN72JhNu_7GW4vemjCL0NP09-lGJBCVU-10fPGHQ=c0x00000000-cc-rp','16590124370714063921',34474),('AbFvOqkfLpCk_aDva4tOJktS6_XX0lWgwFhNs-2JQv69qpiTNEIfp44N4ePQyTawLrFSPYL2XmwGFA','I came in with an infected toe..GROSS.. Nour was the first person I came in contact with. She was welcoming, sweet, and expeditious which is totally important in an ER. Brad was the one I had the most contact with and he was awesome. He handled my machines without missing a beat. Also, he was informative and put me at ease. This place is awesome. In n out in a flash... Best service ever!','2019-05-30 18:42:07.850000','2019-05-30 18:42:07.850000',5,'Lindsay Thomas','https://lh4.googleusercontent.com/--WoICEmqDnc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl5tV5iSPsAo75UDMgmYfPnP-8KoQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34840),('AbFvOqkfLTZs4d2xHtJgDAKPnMc1akJm_ZUYRbEs3QW0NQKLEKwmB1DHS4vIhooZGR3FK8_A8bOUaQ','They were all very helpful and kind and the corona testing process was easy and quick.','2020-11-05 21:37:02.912000','2020-11-05 21:37:02.912000',5,'Evan Schroeder','https://lh6.googleusercontent.com/-WDMrmapJTCA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck5lFED2LzkjKT-2Qv0_HQEsEw8bw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41859),('AbFvOqkfMqTHFwPL7sC8LP5UfOnAUORdJeE3Pr-YNJz1vKCxwokvmXX7Rtm60-oqaaRODLqgbT9h','I got stitches here one week and a Covid test the next. They were very nice and quick to see me. Only downside is the cost without insurance is very high. If you have insurance it should be ok though. I saw Lorena, kate, torie, Nina, and dr vakey.','2020-10-17 17:43:33.574000','2020-10-17 17:43:33.574000',5,'Megan Crutcher','https://lh5.googleusercontent.com/-26JHQi7BkSM/AAAAAAAAAAI/AAAAAAAAz8I/AMZuuckVeweTcmU9brVMDPbEaNzxm-N2-A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34123),('AbFvOqkFN6TJTdElGC634eDR5FUZxWi4dmuDG1ncaEeuJZCbE3AHMdOIEEZiCub0BlVzx6VJHKMVVA','Great place the staff was nice.Ashley at the front desk really helped us.The nurse Jessica helped my son with his needs and questions.Dr Ybarra attend my son very quick and proffesionaly.','2019-01-28 17:33:58.489000','2019-01-28 17:33:58.489000',5,'Ebony Moreno','https://lh3.googleusercontent.com/a-/AOh14GgoNdkBTcrNcjPfp3D59l1R23hgZUFJbVKZ4Nfe3po=c0x00000000-cc-rp','17898197009688164559',38314),('AbFvOqkfnhX7OMeu1a1N3bcENH4bs9N0U4nG_hBoD1xVAw63Kb1dacH1VU0e-QBGCy_g8plZ2XUklA','Great service, I was attended immediately and everyone was very helpful.','2016-11-10 14:37:02.470000','2016-11-10 14:37:02.470000',5,'Manny Arroyo','https://lh3.googleusercontent.com/a-/AOh14GiWauKpyai1mCLtvDcQU7J7vIDqaZKxP6lB9UAomA=c0x00000000-cc-rp','17394740196501090048',37277),('AbFvOqkfNqDE6IFAxtuQUheDbK1xbdUGQhhpN1jOo5w4ZdBcS8oPyHaBRaWN73j8hZdQbgfOI2md','Mrs. T was an excellent nurse, she kept me calm and gave me some outstanding tips when it came to the Covid 19 test.','2020-10-05 15:35:31.070000','2020-10-05 15:35:31.070000',5,'Megan Morris','https://lh6.googleusercontent.com/--fTC2f5OS30/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck9D8ZvvVtM9L8HHG1Q4To5SkC5HQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42286),('AbFvOqkFnSqimvYr58Wl1hj22vt1z1hZp_YSo4tfc5l9db2W8D6WenyX71go6m520Hr-zPh7eAj3XA','Friendly and caring staff, especially Tanishia šŸ‘','2019-07-01 04:55:13.570000','2019-07-01 04:55:13.570000',5,'Estefan Hidalgo','https://lh3.googleusercontent.com/a-/AOh14Gjnj6889k8Tu_E0GtrAl7MeRL6NggCY5mlGp7o70g=c0x00000000-cc-rp','17898197009688164559',38116),('AbFvOqkFnYrSwmc_0Afx1yEIePJPMl8hZa0VeKDUWWtDaqj-v9VwmxdhjjMNAo8I4fJR8_0lrB3-','The staff was amazing especially Shaunda super friendly and would highly recommended them to everyone','2020-03-06 14:50:09.229000','2020-03-06 14:50:09.229000',5,'Allison Lujan','https://lh4.googleusercontent.com/-LaXlYy-QLe8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmXd_3cJvj_gWk4-LdBsfFzE_Us5w/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35937),('AbFvOqkfOPypkF1zUmDUSzRRDNUtgJiNVGPTUdutR7MQK8WXz6PP2-QiLJ8ARifQT_1hfYlZ_CvyDA','The nurses here are actually very friendly & actually care ! . Definitely would recommend !','2020-07-09 12:48:53.210000','2020-07-09 12:48:53.210000',5,'Paola Granados','https://lh3.googleusercontent.com/a-/AOh14GjOP984Qw4Hh_44WZ4zrhYcc5FAK62urcSb7XcMnw=c0x00000000-cc-rp','14748677429039074158',32039),('AbFvOqkfp9ov_SW38dQJAjruyI6Zq4sn0tUjKoEjIiHKX4GTJFNEsh5VLNIkVke7bxOuEVTBKtKR8w','Everyone was very knowledgeable and nice! From Cat who gives a smooth shot, Natalie and Drs Harjai and Vaagenes. Thank you again!','2019-01-27 00:01:34.675000','2019-01-27 00:01:34.675000',5,'Kenny Diserens','https://lh4.googleusercontent.com/-d5n3Mo_9eGM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckHejYepWdyDm6uqllWXOcNQx0Z1Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35028),('AbFvOqkFPDb8-dch5ArnxVzbg81dthvAY2GNXMt2Pr4KCRq0Ng0cZ93YL_m0V_mXgiClqm53O9ta','loving that place for so many reasons! never had to wait, great service, kids love to come as well! Dr Leung, Kathryn, Townsend, Amanda and Chris & Andrew were all awesome!','2020-02-26 15:07:56.149000','2020-02-26 15:07:56.149000',5,'Anne Guerrero','https://lh6.googleusercontent.com/-aNjRULpHkVI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmvtwZDEUz4GmfGzqq2dW9XZzhcvg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35950),('AbFvOqkfpIp5NVvSb3ClWJWtblwGkDdkyJL-own2WA4Q0fjYWNiVWNfGHPRx_jALPHeh7RKJUsPYrA','I loved everyone at Signature Care! Dyveliz and Kim were really friendly and helpful from the moment I came in. Jacob was a super personable and friendly nurse and made sure I was comfortable and made sure I understood the treatment I needed. JR was a great rad tech and Dr. Edozie was top notch. I would definitely recommend this place to my friends!','2017-07-08 21:18:20.798000','2017-07-08 21:18:20.798000',5,'Emily Hall','https://lh3.googleusercontent.com/a-/AOh14GigtFTA0XotNY0_aYnoxStk6lRAQPNUPywzqmB6ag=c0x00000000-cc-rp','16590124370714063921',35415),('AbFvOqkFpJfZZZJrhF6ft4kY22jO8imwPzx7yEDeDqQcyHnkDs5c7ulAX6FlQXmXiKsQeLt-pWsgmA','This place is awesome! Everyone was really nice. Skyler, Anne and Christina are amazing!!!','2020-03-15 04:37:49.497000','2020-03-15 04:37:49.497000',5,'Amanda','https://lh3.googleusercontent.com/a-/AOh14GhM6MCTX84VHKEreuPRf77ajONiRKi_lwYQuThwEA=c0x00000000-cc-rp','8626688543755174284',41914),('AbFvOqkfqGUT1JpSNPTLh-J_X0akYti-fmty7Q77iXIUmq8fLKDA3cJl2UN02KCWAi-vKC8lkh4QnQ','Great staff! very kind and caring, I can\'t really complain about anything from my visit!.\nAll I can say is thank you for your services, it\'s great to know that there is a place I can quickly be seen for any health concern or emergency even if it\'s in the middle of the night.','2020-02-25 19:13:39.743000','2020-02-25 19:13:39.743000',5,'Princess 1998','https://lh5.googleusercontent.com/-A50ojOwLgio/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckTZ357Fhf6xz1KkawQTFug_AmhCw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43075),('AbFvOqkfQhtLdXZ-eRTJ3yzrD-YIyflLI6zVIm1Xi0aRI6dYXPJbetXHXS7jCOJq4GWsrqdSvbE8-g','Everyone was really helpful. Kendra and Jacob have been great, they have helped me in a really timely manner each time I’ve been here','2020-03-01 21:48:31.896000','2020-03-01 21:48:31.896000',5,'Anna Stehling','https://lh3.googleusercontent.com/a-/AOh14Ghd7TAm51RXaQ-LspaZmMWtvAattnmOo8gAh0mAWw=c0x00000000-cc-rp','16590124370714063921',34325),('AbFvOqkfqoD-dK8kCv8X2t4oJh7ux5Ee7thnkVsn7FtWHVGrzJ94uJylkTIF5eluKYuQ5TOdIa5t','I visited in July, but my insurance wasn\'t billed until October. It\'s now November and I\'m still waiting to find out what I owe. I have yet to receive anything from SignatureCare, but according to my insurance, a 1.5 hour trip to this place racked up a five figure bill. I\'m absolutely shocked. Their billing department was unhelpful and uncaring. I wonder how the owners are able to sleep at night.','2020-11-02 16:06:53.150000','2020-11-02 16:06:53.150000',1,'Anna McMaster','https://lh5.googleusercontent.com/-e627mSYbQ04/AAAAAAAAAAI/AAAAAAAAB_I/AMZuuck-lbQMcMthCcfEWiOxR3F_9Y6OEQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35656),('AbFvOqkfQWsd8_VVXtC75VK4EBQNEg_Gc-zcAM3UmgTV_RziPpXPlxgyqlAe3HP28gBPhrgDPoRnLw','Awesome experience, in and out in less than an hour. Everyone from reception to doctor and all nurses were very welcoming and made sure I was comfortable.','2017-04-21 20:31:33.739000','2017-04-21 20:31:33.739000',5,'Aaron White','https://lh3.googleusercontent.com/-cnPKD4StvGk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucndjGWwkhhYeiAbPdKvhxlAxkstCg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31056),('AbFvOqkfr_YsB45p9jx85pbnwYp3M3dXpuKbqq2cUjiWPzjoIBQf9kPuGPzx66vfWQ8L4nf8FBUXCw',NULL,'2019-01-08 15:13:30.499000','2019-01-08 15:13:30.499000',5,'Tatyanna Tyson','https://lh6.googleusercontent.com/-i4mOsYQBer4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnWTj6OmCFbYT9v7EG_G5lN7Q4Nmg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42186),('AbFvOqkFR6cmOo7J_sTRVyrn9BLSEBGF3CzRkJjUKR5GjYYKg83HLBCK25kTi5SlCYrmkGa6L5ywOA','I was seen there on 12/9/19, wow what a pleasant pleasant experience I had there, Dr.Nylund, RN Saran ,and it started with the receptionist, Alysson, the service was very passionate and caring, they all stated that they wanted to get me feeling better and they did just that...if every in need of a doctor and can\'t make it to ur primary doctor I will always choose the Signature Care ER at Westchase,they are the best....Thank You all again.. 3/15/20 was seen here today and Hayleigh at front desk was great! Love this place!','2020-03-15 20:49:02.086000','2020-03-15 20:49:02.086000',5,'Charlene Rollins','https://lh3.googleusercontent.com/-Qm_RpNd21Hg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckYnqK5eNz5QAJogD_vL6Upmjf-sw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28634),('AbFvOqkFRaFaO8JBUb9LZ7Rw6vGCsrxOsRhGDMZTVOqq_Lubg--u4cZ3TeDb-CYrUD5up5VL0cdWxg','This place is amazing, they were very helpful and caring during our hard situation. Jessica Sanchez was nice and caring during the whole process. Definitely recommend signature care if you have an emergency','2020-07-21 15:31:38.600000','2020-07-21 15:31:38.600000',5,'becky mon','https://lh3.googleusercontent.com/a-/AOh14GhDgYaQ3FnrzyRpd9OhXaPJ6snXgy4wcvSINIRb=c0x00000000-cc-rp','14748677429039074158',31891),('AbFvOqkFrcNgS2qzL3NQkYKmb9GTlsTgwyC5j5zTCVcvlQEo2JtvH1096cKQ1MxwGDw4-8sY45x6',NULL,'2020-08-27 05:16:17.052000','2020-08-27 05:16:17.052000',5,'Courtney Trest','https://lh5.googleusercontent.com/-eV8MzqJ4-Gk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnqA5rEN1GGPqHCOI5aIycrXlHILw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39018),('AbFvOqkfRVDlmwuzB8gb9zgOAOvpXI_bjH2gsBpmbVHwDWl7XXGeAPiJU646qYcDYeP9zEXYGtj38A',NULL,'2020-02-08 03:18:04.778000','2020-02-08 03:18:04.778000',5,'Mrs Madison','https://lh5.googleusercontent.com/--sTJzvkGU2A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclL77nI5eOUj2RgFQgTvQfFNsFquw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39636),('AbFvOqkfs7zXLxLm7e0v4kt9BWgYLCsNwEy0TfsQ0DwW2LrKVadErOoKAoBQABlqrxD9WYgrty-KbQ','Front desk staff, nurses and doctors are all so wonderful. My daughter and I have both been seen at this location at least a couple times and every experience is extremely pleasant. They make you feel welcome, they listen and are very detailed with great bedside manner. They always offer my daughter snacks which she loves and warm blankets every time. Doctor visits are usually because someone is ill but they truly do their best to make your time there quick efficient and as comfortable as possible.','2020-10-26 14:31:19.449000','2020-10-26 14:31:19.449000',5,'Princess Vaultz','https://lh3.googleusercontent.com/a-/AOh14Gg4kbE_r27oO7U3XX-buXRTk75QXHlfnoeg0u-KfmE=c0x00000000-cc-rp-ba4','16389487648212004696',33083),('AbFvOqkFSK8cy31kp75xTGHl59cIcujYjB9hS1Lf-MnQBlywNCyElKOJTJpZP6v-83fbdAdfDU1ISw','Great and efficient service! Shout out to Dr. Lim, Jordan and Clarissa for being awesome!','2020-11-09 19:17:34.763000','2020-11-09 19:17:34.763000',5,'Jamie Slabaugh','https://lh6.googleusercontent.com/-m5MmOQjZ9O8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQGsrf0RBNLAnllvWFDbmpnqIU-w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32955),('AbFvOqkfsUAC8AkJxpUsLhtZt_TRJT36egZmgXX_GS-4p3Vy3znJJWabIt0qiqmEG-0uKW5luAoB','Wonderful. Good fools. Kat was wonderful','2019-05-21 03:09:29.080000','2019-05-21 03:09:29.080000',5,'The Butcher Shop','https://lh3.googleusercontent.com/a-/AOh14Gi-C17UotbdSMXr6rpFcyAXWKVUyXumDsMuItExnPM=c0x00000000-cc-rp','2694018788013845459',39346),('AbFvOqkFswuFUnYG_Hmssotwel5IggYNbtytEJ-k4GvA8VCeg4XDUPQk5DCBbDV098XD67MZYioxvg',NULL,'2018-11-08 01:06:05.927000','2018-11-08 01:06:05.927000',5,'Roishon King','https://lh3.googleusercontent.com/a-/AOh14GiR0Dk55NlRAdRfeibwzzNRAXO6k-e3N8B3HoqJfw=c0x00000000-cc-rp','17394740196501090048',36867),('AbFvOqkftCLAdspHl0S8XNOw5KlkzzP83g_lM3vvYlIWkTONuYdcb1_L-f3cKcwyeM8QyZDf7wIx','Awesome place very clean and professional','2020-06-08 18:32:22.036000','2020-06-08 18:32:22.036000',5,'Rosendo Salcido','https://lh5.googleusercontent.com/-pA-cNhtrPwo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckzv31Xl5I6p4gNHWTCOORfytGYxg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37606),('AbFvOqkFtdyUCmkXpcxJg-pzvrHJRZnwpUkQmHfpS4MmhuX26-ZhPfISpXgYG5xPofU4kq6xe-_xIg','The staff was very friendly and knowledgeable. Dr. Osiecki was professional and knew what she was doing! Aaron took very good care of my daughters wounds and her xrays.','2019-01-17 20:48:29.715000','2019-01-17 20:48:29.715000',5,'Ashley Avery','https://lh5.googleusercontent.com/-CYKO1jxFxbY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclOxfh4_CcqiT16wTPTVnf7xXJjWw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29941),('AbFvOqkFTlnGFlbBVfXON0eRu1-1PGNrOcZCtBR3OzBTLiaqKBSBtHLNrCkhbfHeK_p57ctx4iMW','The customer service from Dr. Haynes, April, and Jorge were over the top with care and as sweet as honey. Thank you!!!!','2020-11-23 17:52:07.160000','2020-11-23 17:52:07.160000',5,'Brandi Grimes','https://lh3.googleusercontent.com/a-/AOh14GhAbtzoHs-UurhwGtuXJea5XytL3Fm5O7bW1_XokQ=c0x00000000-cc-rp-ba2','14748677429039074158',31323),('AbFvOqkFtTddd9UTFjxgJORtD5O4kijLzDbkTC0oP8jDYkfLqZTnMKdEsgFNwWGn5woQHWRHG23WUQ','I been here twice the staff here is awesome and care about there patients needs. If your in pain I recommend u come here to get taking care of.','2020-11-10 22:05:37.793000','2020-11-10 22:05:37.793000',5,'Marquita Patterson','https://lh5.googleusercontent.com/-5sahuXmH5g0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckX04KOg3h7Q61EVPYj7SXLgDF3iA/c0x00000000-cc-rp-ba2/photo.jpg','14904078213800803294',32158),('AbFvOqkfU5J7Yi-Uk7EGm3NMxDIxv37tiPMpbvvOyma3pY9zz6IIYhsLuivDQBK3vJa-jNySijMWog',NULL,'2020-12-31 20:44:58.377000','2020-12-31 20:44:58.377000',5,'Wes Humphrey','https://lh3.googleusercontent.com/a-/AOh14Gjws6k4OMVpxY5oy1hHtet4IG5bTf_8M1XiflOc=c0x00000000-cc-rp','16590124370714063921',44193),('AbFvOqkFv6AWiGS6iHzOAt-7Bwq4pjvHNL1DaRfjMtkIR8ytjCOUs0hBj6Grkj9AxT7DFmDH0xtQ','Nice nurse (brenda) great reception(karen), clean friendly and fast!','2018-07-18 15:57:47.177000','2018-07-18 15:57:47.177000',5,'InspireMe','https://lh6.googleusercontent.com/-O572JvPWQwQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmORDh7afQ_4pETXq9F4CsHEXG5WA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29222),('AbFvOqkfvdEd5-PPvN26j23JaHVy4Nt8fjfmDj5iIGHrorw1bWuYBQuAxDVrAMnbhcG8JUsOkcA9','We had a wonderful experience. Great speedy service and friendly staff','2018-11-06 05:24:24.188000','2018-11-06 05:24:24.188000',5,'Brandon Beasley','https://lh6.googleusercontent.com/-YET-fWCmzwU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm6Dl04iM4wk8xjiv6iYOUCi1FvOg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35118),('AbFvOqkfVdtvGzci_XnLRVNIQmmSkkZlCpgrCc65PswjgbqEywQB1L-yOt3kP9ycYhMH08kNrWIQ','Everyone from the time we checked in until we checked out was wonderful. Compared to an emergency room at a hospital, this is a much better option. Also much better than most urgent care clinics I have been to.','2020-06-29 03:13:01.025000','2020-06-29 03:13:01.025000',5,'Lisa Buban','https://lh5.googleusercontent.com/-KQ08JO6JxOw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclvWguTPPchMlhdMPIfEv36f0JQmA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32057),('AbFvOqkFvew4GeGLDU62FAaHJdYfxKNP_r5Rq2-YPHxpjOUZcwTZtLqIxX8uaTAPq7eWc92zDthdpQ','Great Service and Friendly staff. Had a wonderful experience being treated by Doctor Daniels, Nurse Kristina and the awesome Radiology techs Allison and Daniel!!!','2019-12-22 02:10:28.809000','2019-12-22 02:10:28.809000',5,'Diego Davila','https://lh3.googleusercontent.com/a-/AOh14GhXX6TfEiV2wh8Ld-8XdM5cUzWeJdFl4ja57GlGCQ=c0x00000000-cc-rp','13486358490203335051',29518),('AbFvOqkfVQCQc9Mmr5vaySwlLtCIs4gcsEIV__NmpBwbIkfMT8f7Gub0ANKIpznMg7gKLqaWEfHFMg',NULL,'2020-01-28 00:42:22.423000','2020-01-28 00:42:22.423000',5,'Canah Logan','https://lh3.googleusercontent.com/a-/AOh14GgVexZ5f0s9SQlTxlanlmWL01s8Ejzkqtd09IG7Cg=c0x00000000-cc-rp','3272657195432704501',39668),('AbFvOqkfWbKY5xtDHiWLn1Ar1y14ei1pRBWaESnaX_ydH_QDD6q8UnOZQTE3vae4pkDaDvb1XRbiDQ','From maria at the front to the er techs to dr mullins...they were all amazing!!!','2019-12-05 15:42:53.595000','2019-12-05 15:42:53.595000',5,'Plix','https://lh3.googleusercontent.com/a-/AOh14GhpEVlA_BGogc8eCopfoRVEm1C6cJVU6kymP3le5w=c0x00000000-cc-rp','6521947413723274945',41541),('AbFvOqkfWdZZzSrJdUsnFXxtuTYMV1htYjeK_Fhd1CnUtik3zwZNWcJtg_pj95WcNG3HcLY_5sEvzQ',NULL,'2019-07-08 20:14:45.972000','2019-07-08 20:14:45.972000',5,'Ch3at3rAlpha','https://lh3.googleusercontent.com/a-/AOh14GgvTbbCkh8FqzhYOobfoj3BvEdIqIh0Xq_GVCg-yA=c0x00000000-cc-rp','17898197009688164559',38099),('AbFvOqkfWIGVDiH6YLRRhGsUgSbOAKvC461q2ANlsaqX7I8x-jvG_yRG6ILqixj5KFUweLBGxggJqg','Fantastic service, treated in a timely manner. All employees were very friendly and helpful. Will definitely be returning if needed in the future.','2020-02-26 16:48:42.425000','2020-02-26 16:48:42.425000',5,'SOTEX Outdoors','https://lh3.googleusercontent.com/a-/AOh14GjoQWVcMN1W34ygF_fzRkyXErxKjII_zGZv41NJ9A=c0x00000000-cc-rp','16590124370714063921',34342),('AbFvOqkfWlbzI1SiAHI1nMYxZ01yGHG2DF8oCXwpqCTLA0_waoEkojFNy1cokeIvDLSajoeBINS1mg','Georgia was great','2020-09-03 01:06:05.922000','2020-09-03 01:06:05.922000',5,'Cristina Lopez','https://lh6.googleusercontent.com/-KNRoQw1rD5A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckTPtyp3LkgPPdVwRzle8TgSThrtA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31717),('AbFvOqkfwPx3NPMD7vaPld6ZcM5Bcz-6L2I-dYaFbeoWVwm_o1q7a3YDX3d82KdXDaMET0sJLi6z','The facility was very clean but what stood out to me where the staff ! I highly recommend this place over a hospital emergency room ! They offered me a warm blanket , snacks and checked on me periodically! I would like to personally thank Dr Patel , Ms Lynn , Fatima , Daniel , and Tanisha ! You have been great to me at my time of discomfort ! Also the night time receptionist she was the sweetest ! This place is highly recommended! Thank you for your kindness and dedication !','2019-11-25 13:47:33.252000','2019-11-25 13:47:33.252000',5,'Shanell Robinson','https://lh3.googleusercontent.com/a-/AOh14GjlFybNAVGg57CtpZkrMSQmkq5E8Ti4gRWk3blYdg=c0x00000000-cc-rp','17898197009688164559',37851),('AbFvOqkfx2X5U40m3ILdH0kWtD3sFv3-uzOSUcodvT80pGBYz6Nmz3YK7LjtHQAmDuzNkitGhVn4fA',NULL,'2019-11-13 13:36:41.339000','2019-11-13 13:36:41.339000',5,'Kristana Angley','https://lh6.googleusercontent.com/-Zyj3i13eJ_k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmk-ZS7mKK3UJTqXhnFSmIDfQ15bw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29585),('AbFvOqkfX5tm52B2EdcsfxDjif0Vy8WYEN-P3B1d2PWtI31lQAodrjxS3gBpgwQA_7ZvvO0SiJRLmg','Nice and friendly staff and Dr Ashbrook Listened to all my concerns.and they took excellent care of me ..','2020-01-05 16:14:05.503000','2020-01-05 16:14:05.503000',5,'Elisa Burt','https://lh6.googleusercontent.com/-BZ5_UrfXGZs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnF-KoJ0VXjWeNA35iGk4BpqUXreA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39723),('AbFvOqkFxONEhhAK1SzlCv2AUSphUIG4CWokJqn4p6SBBxQEYXCQ5Cwa9Ya03HPl461iat17pVtX','I came in for a rapid test. Everyone was friendly and professional. I felt safe and everything was clean. The nurse, April, was an absolute pleasure and helped me feel at ease regarding the process. Would recommend this location for a rapid test.','2020-12-21 21:12:55.357000','2020-12-21 21:12:55.357000',5,'Anthony Rivera','https://lh5.googleusercontent.com/-dLZP1v0x8HQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmgcp1P-TjcgQAohCdL39Fopr3HLQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',43694),('AbFvOqkfxUHafHhXZV5xeGukxRBzeY1KA23EvuZ_JaerpPq7tzVNLaChVOV6qiQB7v1ao8j86rl0Pg','All staff members were very professional, courteous, and in tune with my condition. They put me at ease in my emergency and I’m appreciative of that awareness.','2019-06-17 04:03:36.709000','2019-06-17 04:03:36.709000',5,'Shane Smith','https://lh6.googleusercontent.com/-ExnooxlZ5as/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck0QGsEMG47JcFFjQdfR8UnUohIgw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30518),('AbFvOqkfXv1gMERihasEyA_edbyZ_66OQXDxQpyz-_ATIsxo0imnwx3lvrNHd7CyJjl6ci6sZnk-ig',NULL,'2020-10-06 21:26:35.915000','2020-10-06 21:26:35.915000',5,'Julie Peterman','https://lh4.googleusercontent.com/-zwFJlnxf5ZM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnXm9F3S7EEq2dfbLkTfPo7N_3oYQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31550),('AbFvOqkfY1jc4f9euCe_Mbd4k3YpjQIEbUpf97THJytaUieZ297Mkl_gLd78FrgQPqIU0OQWP00TZA','Brought my mother in Saturday for stomach and back pains. Everyone we encountered was extremely nice and helpful. My mother only speaks Spanish, so the fact that everyone knew a little bit of Spanish, especially Nurse Jacob, was very impressive. Thank you all for taking good care of her!','2020-01-21 02:56:23.804000','2020-01-21 02:56:23.804000',5,'Lucero Carreon','https://lh3.googleusercontent.com/a-/AOh14GiexhmnpvdgkpqbrCIKEYFD5d0Lp3v_bbgv3KASz9Y=c0x00000000-cc-rp','16590124370714063921',34421),('AbFvOqkFYdtD6j4pNgiruN4woGJ7-0xrDfRlBAnKz9jWGt0QZuh18XwFFTg54I-WIeiV26MQO6CIIQ','I recommend everyone Dr. Kotey, Robert my nurse and Rachel and Amy with my service!','2019-03-18 01:04:52.447000','2019-03-18 01:04:52.447000',5,'Andy W','https://lh3.googleusercontent.com/a-/AOh14GgBYb5kGRumhO8RHI5rSlhckKs89I4GMVayJ_ed=c0x00000000-cc-rp','17394740196501090048',36813),('AbFvOqkfyt8mbcrfi-T6_l_EOerT-ZJ-YsiqKjSFLSm6J7A9qa2DINv76ljkh8mVV9MRMsU1AJqDVw','It was great, excellent service and excellent people also the person that helped me Christopher C was a great person and offered me a warm blanket.','2020-11-22 04:14:54.908000','2020-11-22 04:14:54.908000',5,'Joao Carlos Gerardo Serrano','https://lh3.googleusercontent.com/a-/AOh14GjHFYLmjuTc6lcMVlj3cQ8kEOZq3k_sFl-m7Nz9=c0x00000000-cc-rp','14567670160750071148',30006),('AbFvOqkfz-x73rO_9WLNoDqPrfD9EpGvUSZQKtTqapTcEutX4W-6gz5gwyiXAb6lcRBz0boRLTHg',NULL,'2020-08-12 20:05:57.140000','2020-08-12 20:05:57.140000',5,'Hunter Gollihare','https://lh3.googleusercontent.com/-1GjUQK5jm7w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmzcsJ-1H2V6Rd3r9_7Gd0NlrOpHg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38601),('AbFvOqkfZ7QoZQmaVJpV3q8nqO5-5Lmsp6MaJZ-FsvlW9uKgyTQfQrAIBSY-XC5Cjp5s3F6M_91f','Came for COVID testing. The staff was very friendly and nice. It was a very welcoming environment in what can be a very stressful situation! I called before and the staff was very helpful when answering my questions and the care continued once I got there! Definitely recommend! The doctor was very understanding and April was very reassuring during the screening process and gentle with the swab (:','2020-10-30 19:22:50.372000','2020-10-30 19:22:50.372000',5,'Mollianne Eckart','https://lh3.googleusercontent.com/a-/AOh14Gj3B4Lnm5HyHfFMiJaqGTI_eyW8iD5j-0RKtEJoJbY=c0x00000000-cc-rp','14748677429039074158',31444),('AbFvOqkFZBp1Hk9MQvF6In3j-7EUt4HS2KnCSvn2Aeaef52Fq5pRCSWCf2JFUW1ltsCEaDRGzpu4fQ','As soon as you walk in you feel care and friendly ness of the front desk, was taken back extremely fast, dr came in before I could finish filling paperwork out. The nurses and dr were extremely helpful, kind, and very attentive. I was being checked on very often. I am extremely pleased with this facility all around from drs, to nurses, even down to the cleanness of the place.','2019-10-30 23:08:34.281000','2019-10-30 23:08:34.281000',5,'Destiny Miranda','https://lh3.googleusercontent.com/a-/AOh14GgQ9zK0xNpC_b1taDohtZmzJGOV-cUQ91PGymjV=c0x00000000-cc-rp','2694018788013845459',39221),('AbFvOqkfzfby81bHuVa0OJKqILzB3LqcM3Z5PsziG3grh7bBxUQ4Uc73UJzz2KNjl4iIXERLUcdD9Q','Their service was great, and fairly quick. The reason for 3 stars instead of 5 was due to their billing department. They billed both my husband and I for the same service, however it was different amounts. It took over a year to resolve this, but thankfully it was indeed resolved.','2019-02-21 19:06:22.333000','2019-02-21 19:06:22.333000',3,'Betty Taylor','https://lh3.googleusercontent.com/-gyoEQ8E5tkY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckzOM6j5WUfSfUI0outX30YWLHgjw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42724),('AbFvOqkFzornznFNC-xLafPXQ8CURiNH7qjwHl0icKQsSrST6BWqgPn2IprgSR2QPLLDASTPOAL1fQ','The staff here are all very pleasant, prompt, professional, and very proficient!!! The facility is very clean and feels less like a hospital emergency room environment which I am sure is what they were aiming for. Dr.Grinblatas RN Meredith, RN Niki and Rad Bryan Tech Ricardo and Jasmine','2018-08-26 00:46:32.412000','2018-08-26 00:46:32.412000',5,'faith2freedom enterprises','https://lh4.googleusercontent.com/-NDeXW2Vu9tM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucluEiPP3h-_Rqzt7mvMMk-VsloiIg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30771),('AbFvOqkFZvPGYoJ9_5vXAhJWlkGHVoFGWjx-Ip4Pkbe_-YW3SqEkL2FBJqxJikaymLuXs3ALR1kbRA','Our experience was unforgettable. Staff was very caring, helpful and attentive. I have recommended your wonderful services to all my family and friends. Thank you again for taking good care of my mom at a crucial time. I\'m forever grateful.','2019-04-02 03:26:24.393000','2019-04-02 03:26:24.393000',5,'Melissa Cabrera','https://lh5.googleusercontent.com/-MKyTVnB1Diw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclrcxOHA_drihdzHTKT911xWoClWA/c0x00000000-cc-rp-ba2/photo.jpg','14567670160750071148',30573),('AbFvOqkG_sZz76ukc3u6LtdzZgmqTv-mnwSSLXEXgZr-0UiizWx7wDB2fgxfJXHPsFzMmxPEHcOSeQ','Dr. Anders, nurse Jacob, Natalie and Laura were very helpful!','2019-03-24 19:05:27.336000','2019-03-24 19:05:27.336000',5,'Vianney Sanchez','https://lh5.googleusercontent.com/-YE-8m0_JQD4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclYYjH4WTr6-iCYTpIkRioaVaOZBw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34948),('AbFvOqkG-04lgd20oi17c3V2gGjWYLDzKf_l_VUeOS8xhPg21kkrdQvt-5A5VdHPzplgUZ-cTk7B1w','I came in with a sinus infection, they found I had high blood pressure thank god they found it otherwise I wouldn’t have known, Marcus, josh, Dr harjai, Alvean were amazing! I had quick treatment and was out with in an hour. This will be my first choice for care everytime!','2020-12-01 19:17:26.829000','2020-12-01 19:17:26.829000',5,'Amy Soto','https://lh3.googleusercontent.com/a-/AOh14GgrvXKJJ2K3nTV8Dc5QupRHrTjzWCwEGC4dagCk9eU=c0x00000000-cc-rp-ba2','16389487648212004696',32864),('AbFvOqkg-1Ja3T-xZnnIgwq1AfvJ0DI6Sm_jkIHp1CDhpHkpqDQDPMbw5u2ZMx98dSXVxedXN07dLA','The staff was incredibly caring and understanding. They went out of their way to make sure we felt welcomed and cared for from the time we were greeted by the receptionist to seeing the doctor. I’d definitely recommend going here for medical service.','2017-10-09 12:22:46.390000','2017-10-09 12:22:46.390000',5,'Michael Dykes','https://lh3.googleusercontent.com/a-/AOh14GjGVTDjHP_VN5qwuyyQUXtE_Ouk39uvcDMUZ2cQ-w=c0x00000000-cc-rp','3511292162159714121',41013),('AbFvOqkG0t3hibq0JdwMdqxLpwnyV7BURQH21ddoVIeIen5EvL6L_rhAZkYClnsyKeZnYaX_7piN6Q','Beautiful, state of the art location! Great friendly staff. My Doctor, Adam was amazing!!!! And they\'re open 24/7!','2017-03-12 22:52:45.749000','2017-03-12 22:52:45.749000',5,'William Loyd','https://lh3.googleusercontent.com/-2_-9wYmJ2Og/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmyP8-x5Xmxr_VFzzvm1ETYV0JycQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41091),('AbFvOqkG1nYUXi11T12WqyJ22plmd35-pLOPOtkOCQJ7COyMnBO2dx3o5w2_Hto5oRGGhl5jiZJmLg','Christina And dr Quang was amazing and efficient','2020-01-28 23:49:06.721000','2020-01-28 23:49:06.721000',5,'jeanesia edwards','https://lh5.googleusercontent.com/-ey22qJo6Hh8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucksaIHLeJ0guI6R3OAr5JQOHFkOow/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28773),('AbFvOqkG2abtwuoT5P8tALCHAitOkRw9kfuw1soehXlusBVAuMHhnsFbKAmFnJXhX-Ek3KzNNUXD','Firstly, they blatantly lied about calling me to come in early for a scheduled appt.\n\nMy singular staff interaction was unprofessional and mediocre at very best.','2020-07-13 09:06:01.611000','2020-07-13 09:06:01.611000',1,'Christooher Evans','https://lh5.googleusercontent.com/-1OfZQhGqLKA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucluZr8namklOXKZGmo99K3fZN6QQg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42356),('AbFvOqkg4_Ft0-TDGak4g23DSX0dXjvJzXCQKgW4MGrMrgKmvHl23w64Aagvcl0x6246XSkQzShYbw','Brought my husband right away after he twisted his ankle !! right away I was attended n right away he was in a room !! The staff was so awesome n friendly!! Definitely SignatureCare Emergency Center do care n take care of their Patients very well!! Thanku','2019-07-22 03:57:03.814000','2019-07-22 03:57:03.814000',5,'Laura Lagunas','https://lh6.googleusercontent.com/-2oZmkQNcsf4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmY_k9GhyFE4hvQPeeirCL_IgPLEQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30492),('AbFvOqkG44GCzC7wG1JS_2khqj2U6pFPYQln4qyYSfIxGcsFefOwQ-wNTdwvg-NMSsIIl907PNg8vQ','Everyone is so kind, and caring. James, Naomi, Valory, and John have made this scary occurrence easier on me. I\'m glad such wonderful people took care of me. They treated me like a person, not a job. šŸ˜€','2021-01-04 22:40:55.526000','2021-01-04 22:40:55.526000',5,'This Rodriguez','https://lh6.googleusercontent.com/--Yfv-rETDk8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnapvQYvsQWMaE016pfko-jOrUMjg/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44342),('AbFvOqkg4AokA0kLMJfXitiL9XpSnuLnapcjSLQgDBrM5WvvD2yfvqMDHPfVMxJ5mKlh6L6xkrI81w','SignatureCare Emergency Center is EXTREMELY attentive to its patients. Throughout my life, several of the ERs I have had to visit are quick to cut you off when you are explaining the ins and outs of what made you come there. All of the staff here double check their work and ask to make sure they didn\'t leave anything out. If you need emergent care where someone ACTUALLY listens to you, I would highly recommend this place!\n\nAny and all questions you have will be answered to the best of their ability and they don\'t mind repeating things if you don\'t fully understand them the first time. Kimberly even went out of her way to go retrieve my paperwork when I thought I may have accidentally written something incorrectly (I hadn\'t, thank goodness) and Nurse Practitioner Kirby holistically evaulated me to ensure the entire story matched the tests I needed. Even the front desk staff were quick to answer any questions I had regarding the paperwork to make sure I fully understood what was being billed and how!\n\nIf I haven\'t convinced you already, come into the facility and let their squeaky clean floors, bright lighting, and wonderfully charming staff prove to you how awesome this place is for yourself!','2020-12-11 01:15:20.592000','2020-12-11 01:15:20.592000',5,'Michelle Ramirez','https://lh3.googleusercontent.com/-QJVQ1HUmK08/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXlbi9sZipRg_fqz19GdjggoPwPg/c0x00000000-cc-rp-ba2/photo.jpg','2694018788013845459',38842),('AbFvOqkG6B8gutt8K0Z5PUnXK3DEyhtvt0GBxmRlN3Sjz6mxUVIrEGaRIdRiv0gpvsvQCBJurX-P','I had an eye infection and my PCP didn\'t have any availability until 2 days later. And there weren\'t any urgent care centers in network in my area. I was eating across the street and decided to call them. I told Terra my situation and she said they could work with me, financially. I came in and was seen even before I could finish my paperwork. Everyone there was extremely nice and the amenities are really fancy. It felt more like a spa than a sterile ER. I\'d definitely recommend SignatureCare!','2016-05-02 22:14:07.213000','2016-05-02 22:14:07.213000',5,'Michelle Nguyen','https://lh3.googleusercontent.com/a-/AOh14GgJD94RFOu6nEIgv30F9gQ-HKLZacrHVhHCG7ynZg=c0x00000000-cc-rp','3511292162159714121',41240),('AbFvOqkg6DZAW2RMbrtOU_RH1yt9bkwc6pRvE01DMA6ES5DnitognAzeVdhqB6pcQxzmEYq_uLsGpw','As soon as I walked in , Jackie greeted me and gave Prompt attention. The facility was clean and the team was caring. Received a thorough exam and communication from the MD. I have never received such well - rounded care before in an Emergency Center. Highly recommend.','2017-06-21 02:39:02.670000','2017-06-21 02:39:02.670000',5,'Jenna Sklar','https://lh3.googleusercontent.com/-S3ha44D1t78/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm_xTgmRfXWXYbirGacAKkAegEh8Q/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31022),('AbFvOqkG6p4uHun3l-3WI9Ce1JE0hrqDVsjOnMOVo7dOf7Bew2np6etGvgg1txOJ5EgeCl-lIA3d','The receptionist Mrs.Dee was very nice and help me understand their process very well. Im new to Texas and was a little clueless lol but she helped alot and made my visit quick and easy .','2020-11-09 20:25:40.062000','2020-11-09 20:25:40.062000',5,'Janaeveya Head','https://lh5.googleusercontent.com/-dHREu5LX0FY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnYv1Y8eVnBb-oGnE6m0-3y_txxcA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28471),('AbFvOqkg6zVckFrVVbrQhR7nmrvK7wuHfl538pD7cv8y6hbzD0eEtQC8lxeAOBeN9ik8JiS9w3aDIQ','Dr. Das & April my nurse were outstanding. Quick courteous service.','2020-10-08 16:04:09.621000','2020-10-08 16:04:09.621000',5,'Wil McCall','https://lh3.googleusercontent.com/a-/AOh14Gj3quHPzmyqMHuVCxF45E28ZLOHgpzfDO7g9rn43A=c0x00000000-cc-rp','14748677429039074158',31538),('AbFvOqkg7Pu96FzVvLORX6zBb7n90mJX0epCjKCygavk9rbrMnFMKK6lna80whm2N2-YbWv2kb1pyA','Very good doctors and nurses very good receptionist!','2020-01-30 20:58:21.938000','2020-01-30 20:58:21.938000',5,'Michelle Valdez','https://lh3.googleusercontent.com/-c68gWq4ZKG8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQotJB8v0fuLrGPsE64oyUpTWDxw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30286),('AbFvOqkg7sHINf_SkLosUCVZgQgDeZk7FFuNrx5-P0D8c7W-xx8f1cN9uik4yfXajTA4FcOom4e2',NULL,'2020-07-15 19:49:49.101000','2020-07-15 19:49:49.101000',5,'Johnny Ramirez','https://lh3.googleusercontent.com/a-/AOh14Gh_W7tARCgqlMchr5NrxDavNETRDTkgCOHbR9B0oQ=c0x00000000-cc-rp','14748677429039074158',32027),('AbFvOqkG89rGe3c1bN6DozZtoCzS8IHTannxy_yo5crVuOiSLhzMqmNCrKwu15KNz_2wu_u_Unik',NULL,'2017-04-07 23:38:31.263000','2017-04-07 23:38:31.263000',5,'Eugene Kim','https://lh3.googleusercontent.com/a-/AOh14GizXGevmvzFrRl6q6TdyGx2wrHZfoetVE3C0PFGwQ=c0x00000000-cc-rp','14904078213800803294',32694),('AbFvOqkG8KHqsUadXF1oVnLcaC_3q4R7i1wlrj48hhNHo79Lg9OxPquLvrT8dasCUxFNQs3BzbWSow','I went in last night for really bad chest pains and from the moment I walked in the building, I was treated with kindness! It was no lines in there, the receptionist was super sweet and patience with me and my mom. I went into the back and the room was really clean and comfortable. I hate going to the ER but the two nurse that helped me relax are the best there! The doctor was super sweet and attentive to my needs as well. I\'m feeling a lot better thanks to them! No more hospital for me!!!','2018-04-03 22:47:24.876000','2018-04-03 22:47:24.876000',5,'Brenita Davis-Evans','https://lh3.googleusercontent.com/a-/AOh14Giimn_I-fRJHrcU-2UrT1RADnKsLIg9dlaaUWkRlg=c0x00000000-cc-rp','17394740196501090048',36965),('AbFvOqkG8Xozm2FU59keCIh0ExInIpBTXQcAwQrJiFhoxDxTejs9hGoRpYS9fWyo7LJMumAw6-Ql','Thought the time I was here, Shanna was a huge help! She was kind and very helpful. These circumstances weren’t that great but she did a great job at making sure everything was taken care of.','2019-12-16 02:30:22.058000','2019-12-16 02:30:22.058000',5,'Mercedez Mendez','https://lh3.googleusercontent.com/-4xZtQJ4ASVs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmk5S1kH6eH-YUO2wGogP8R7dT_3w/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41520),('AbFvOqkg9c_v1WqRf9RsHqwdn9KVYpfKG8L7CEcKOMHIy0ogei0m7K7zJilES5AuJnXWgUGH-kNMMQ','The staff here is wonderful. They were so nice and so friendly. Made the experience that much better.','2020-07-06 12:22:39.387000','2020-07-06 12:22:39.387000',5,'Kelsey Rogers','https://lh3.googleusercontent.com/a-/AOh14GhD-AWhPO8y4V6ETab9cHilWEu4vQJwxWlnMBGG1g=c0x00000000-cc-rp','16389487648212004696',33217),('AbFvOqkg9JymnxQxTKzhpY8tFpOwhet8JTu4MGuybREPjDJzRljOAJgn4F_m_bDqBrYdSAZNcTT_','This review should have been written sooner...I recently visited this South Austin location for a diagnosis and treatment of what I thought was the flu. I cannot say enough about the experience that I had here as well as the staff that cared for me. From start to finish I was treated professionally, promptly, but most importantly, with genuine care and attention. I couldn’t have asked for a more caring group of people. Every person I interacted with from Brittany in registration, my x-ray tech Frank, the RN Gabriel A., and Dr. Elsbecker; just blew me away with not only how well they performed their job, but also what good people they were. I’m not great at writing these things, so the best I can say is that it’s nice to encounter people of this caliber, and to experience service to this degree. I am also extremely grateful to Adam for both turning me on to this location, and his tremendous help thru the process. Can’t thank all of you enough.','2018-11-07 02:15:07.075000','2018-11-07 02:15:07.075000',5,'Chris McIvor','https://lh6.googleusercontent.com/-LiqwXofxPfE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn0BnSo3RjGL9AU2TMYqAuX_3ZRDA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36328),('AbFvOqkG9mc55UuaOPQM66F54lHHZua5JPqTj_xXX8o0fToTSSNSGTNEpyXLWaGDMbEy1XOGkMTWZw','excellent!! very caring staff and friendly ambiance','2018-05-30 00:11:04.586000','2018-05-30 00:11:04.586000',5,'praveen kumar','https://lh6.googleusercontent.com/-h9QNcC3sZ2s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn-X2EjDuT1UQT8ptqUGyk5zXKQdw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32576),('AbFvOqkgADAb1fVzaBFAWQYV7nOs51kx5o1OYY599u_aHxZqF_EuKRkjAIVd6fd7_90w4yqoRNAY',NULL,'2020-07-05 23:18:38.017000','2020-07-05 23:18:38.017000',5,'CHAD MAWLA','https://lh3.googleusercontent.com/a-/AOh14GioolIXjRNRCJqCphP3n2mDF6V1LYcHagmkj18H=c0x00000000-cc-rp','12541597562633926366',28614),('AbFvOqkGaLjPa0CPg3Q0LnvdE7clltLXfa2In8gEpGqy1CJN8mwMXHkxe1nEsF5jEn51n3GuTYty6w','This staff here is absolutely amazing! They were so accommodating and patient. I went in for a back injury and they truly took their time with making sure they completed all procedures to give an accurate diagnosis of my injury. I highly recommend this place!','2019-05-21 22:25:20.560000','2019-05-21 22:25:20.560000',5,'Brittany H','https://lh3.googleusercontent.com/a-/AOh14GhnO9oH-2KYVOEoJb5NpUAqnymGlfhFOYpZLCoKKQ=c0x00000000-cc-rp','17898197009688164559',38175),('AbFvOqkGaMoHNGHNEq52DcqurC3o67POP2PX-vHQY1W1MxLDaUhiuLkoZuxaQCHYq1eYhjD5gq1W','This place is great, I have been to a couple of 24 hour ers, an this is the best Jasmine is the best..','2019-06-18 20:40:41.219000','2019-06-18 20:40:41.219000',5,'Kairo Meaux','https://lh3.googleusercontent.com/a-/AOh14GjDvyg0JPuBCJSEPJY_PUiQoej_c_UooQSOlXrG=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkGaVpyG0q8TX0WcXIQjdjYVMxghyf-Yf7T5dz4h47fsMGV5hCBu4znT49vxBXn5z4kL5fz9Q','Nurse reed and dr.grinblatas are wonderful! Took excellent care of me','2020-10-27 01:35:58.772000','2020-10-27 01:35:58.772000',5,'Bgght Jyhrh','https://lh5.googleusercontent.com/-cadAPUVUByU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmvBO-TtJlC_JWvnXHCyHrzGb8pSw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40101),('AbFvOqkGbBYyKDnrE5W8iZ7AFGXHs6KlGAhl08NcrOISQIZw2-wqQXtPAKDhxglFJq6JMo5Y3_89hQ','Good staff good service shaunda, dr.hemerka, nurse amy yall are the best','2020-02-08 16:40:36.274000','2020-02-08 16:40:36.274000',5,'tato ortiz','https://lh5.googleusercontent.com/-8AY1gILO2wI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-6KPz5fCrhUuc1yaTDyPMfdn5zA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39135),('AbFvOqkGbJFHsiQaGAWyfL2AElBuo20bl5wkA0O_k-xQZ3x682awhfZ02n7ZaOEP0PQ3v82VsTbh_Q','Thanks to Sita, Alexis, Allison and Dr Herbert. Very professional and got my pain level down in a timely manner.','2020-02-03 06:40:38.553000','2020-02-03 06:40:38.553000',5,'Cody Caraway','https://lh6.googleusercontent.com/-KraOgpOHsuY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckDeksUiDhHJALCQzE3FPSMT_uQeg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29447),('AbFvOqkgdD9xntqtM_KjtEt5TKQ1FKklPvSu5NbEMVwezt0yZAGqz5QGvtanLSnNMGODc-Vh7lYbbQ',NULL,'2019-06-11 19:13:23.980000','2019-06-11 19:13:23.980000',5,'Brittney Stevenson','https://lh6.googleusercontent.com/-dAWaxroUGlU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnqcknqT-sg1lGhIucyrUIHBMN2xQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38148),('AbFvOqkgdDZax1a-8i5Qfej-uOkxZbpC1Dfu7oltCK1VDqOxw3z1EPEfzQgKyOSW2jM_RpQmiGux0g','Good experience and good treatment and great stuff doctor:kotey ,md nurse :Lynn s. RS tech Fatima b , er tech , Daniel b. Registration . Tanisha w','2019-12-23 05:35:50.836000','2019-12-23 05:35:50.836000',5,'PRATIK VAIDYA','https://lh3.googleusercontent.com/-4QyZdOXEkHw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucms_Xu0sSMWVJEonwTkDisSwQp02g/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37786),('AbFvOqkGdUk9FBEJVekr3fBNxcB4xpzsXmH6JqI91YglsC6vgZVlGcAIQUWkVoIF0LuQ5MAAMICu','This is my to go emergency center never a long wait, the staff is absolutely helpful and very informative! Doctors are really nice and self conscious about your health and symptoms\nDr Ybarra was great in treating my husband and Natalia was very nice the nurse Rollie was very gentle','2020-02-25 04:18:42.242000','2020-02-25 04:18:42.242000',5,'lizbeth bello','https://lh3.googleusercontent.com/a-/AOh14Gho0AkAjKg_SYutFibi9lBZ6lwdZwnGURJWM5zVRJA=c0x00000000-cc-rp','8679688254631342173',42427),('AbFvOqkgElKHMnsmiKJUQSD8zO4ghvPJtA1v1onjl7oBU_hAyhZeTORxsYOv-mWr6gGF2kqFtk_Phw',NULL,'2018-12-21 03:10:05.346000','2018-12-21 03:10:05.346000',5,'shelby royal','https://lh3.googleusercontent.com/a-/AOh14Gh7RIP47ZfpiuaCLBvTQMngixh2vV1LH5itqcqsgw=c0x00000000-cc-rp','17898197009688164559',38349),('AbFvOqkGempyzcROjNNVSdAAucQ67CmrqkTUdVvfQQZiWCQ3JGY7e-7HJBnYFqz9nljg_cEcMnE1qA','Great place, treated very well.','2019-05-28 05:47:16.057000','2019-05-28 05:47:16.057000',5,'Xinglong She','https://lh5.googleusercontent.com/-0nslLHfl088/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmUNMKEFc9yIDVcx_i8ijM8hWKVFQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34841),('AbFvOqkGeOYzqqjw5CzXq6TlzRry9Kfs03Ce-LIHxBRcJwphTcfT09BujjbXx-QfmL8edIuGXVGO','Dr. Iheme, Alvean my nurse, and Jocelyn were extremely helpful and quick! I love this ER!','2019-12-04 16:45:46.217000','2019-12-04 16:45:46.217000',5,'Amy Dulcine','https://lh4.googleusercontent.com/-On1w-BzsFFE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-AACqpl0AFy7Zwiy0Yx8fhmTrmw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33640),('AbFvOqkGFaPnVaW3CKeew1Ha0DW_bKdmsu1HToyTP7AgPJ2hCsDmpcIPrw-jrcNoxemVboU2xw0P','Chelsey and Clay were awesome!','2020-11-20 20:53:46.101000','2020-11-20 20:53:46.101000',5,'Darryl Demps','https://lh3.googleusercontent.com/a-/AOh14GjbMS2LTPR_zCc78OhtfwTEuDQyPr-PCim2fbf9=c0x00000000-cc-rp','16891069708558046635',35579),('AbFvOqkGfcrRWTOy87h4DoQZqrfvPUMVNBukmezrdjaVcKKwatVCSgVb3H_pTN6LDYXygOFDnXSR','Called and asked questions. Great staff and friendly. Didn\'t feel stressed getting the care that I needed.','2020-10-14 02:08:03.056000','2020-10-14 02:08:03.056000',5,'Cailee Clemens','https://lh3.googleusercontent.com/-uysZ2KziJU4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmXkjL1sv4LQP7mZebqk8Coaro-Jw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31505),('AbFvOqkgflrVHj7cDril2m7ojId7qa0TE1kkG9O6DX0dMNLusVVr-1oxGPGd4OInPjRCjRsVWp0X',NULL,'2019-09-27 21:45:29.122000','2019-09-27 21:45:29.122000',4,'Lane Hays','https://lh6.googleusercontent.com/-nd2_-DkHtWs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnosjj-bCuAoVw08fLE-IJUolYbug/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42002),('AbFvOqkGfUxkdZeXIGSchNwWDS_0drzecrhS-x4P1utaQ9jVVsjZYRIA5cnF1PIR3K-ZtgNDCPm1','Victoria was the sweetest tech ever & Naurean was very helpful and thoroughly explained the process. Made testing a little less stressful!','2020-11-23 21:30:33.220000','2020-11-23 21:30:33.220000',5,'amanda morales','https://lh3.googleusercontent.com/a-/AOh14GhMru0_efF65On-bGBvROJk3BFHHdXU3vcIHvesFw=c0x00000000-cc-rp','3511292162159714121',40044),('AbFvOqkGfzJUMxDgX3A0OpVySfdCfl8veU23T1vsR9vtRrtbSmMd3tq2HbTIdQCX-f5VDuy-TO5I','We felt welcomed from the time we stepped in the door! all of the staff was very nice and friendly! Jose is hands down the greatest RN we have ever been seen by! If you need fast ER care you are missing out if you don\'t come see them!','2019-06-10 05:51:47.026000','2019-06-10 05:51:47.026000',5,'DesJanee Adame','https://lh3.googleusercontent.com/-3Gbxpre2Xvk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckFBj8mgBEjf2mOkc5SbQoh4bLxlg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29816),('AbFvOqkGh7ZQb1Pf02AGRmKtuBN1V7WE7rHtR7WSEoSs21DXsuib_Ovh1bdtJB8sHtdu4va6tUFuqg','Zero complaints; facilty was clean and quiet. Staff was attentive and professional. Overall, a pleasant experience.','2020-01-26 20:54:19.337000','2020-01-26 20:54:19.337000',5,'Naomi Poe','https://lh3.googleusercontent.com/-oROfpgV4YFY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnXH7Ff63xlAq_UNPLW1zl7DlqkEQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28777),('AbFvOqkgHBla1xDc7PfUrzU46wbJh5lRJKy8ZBOcNjOSL6i-SGfxckZkf0-2YPuM-AXYOQeuAIM5aA','everyone was really nice and I got out of there within an hour and a half so pretty fast','2017-09-28 14:59:19.600000','2017-09-28 14:59:19.600000',5,'Elena M','https://lh3.googleusercontent.com/a-/AOh14GgDUZoa14qtTnwOrseKSgBCB4YfJCyEz051-bc3=c0x00000000-cc-rp','16590124370714063921',35375),('AbFvOqkgHssMs-FiLPLkpZ_UOSFkeo_0R0MHVRiGkQ-4TcFyZE0NeJ5teOFZUXZUs-ye6-ro3r1O','This has to be the best ER I\'ve been to. The staff were very attentive and made sure I was feeling well.','2020-01-04 22:13:20.153000','2020-01-04 22:13:20.153000',5,'Jonathan rocha','https://lh3.googleusercontent.com/a-/AOh14GgV9ejDKRvENaEhRcWMPKzw5d_B4ZVYHfCGW7pGkw=c0x00000000-cc-rp-ba2','14904078213800803294',32386),('AbFvOqkgHZk4asJtVIcmZ8W23TTB0ph0z4qjGx5bcoZYbgqe9e7iJ1HbYry7l-UpTrssZeO1bl09','Right as you walk in, you’re greeted by Jackie. Very helpful young lady. She explains in detail what you’re filling out, as far as paperwork, and explains how it all works, and what to expect during your visit. Super nice. I didn’t have to wait long at all. The nurses and the Doctor were all helpful, kind, and took great care of me. I would recommend this emergency center to everyone. Very clean and the staff is professional, but kind and caring. Thank you!','2017-10-24 19:24:50.859000','2017-10-24 19:24:50.859000',5,'Wendy Nicholson','https://lh3.googleusercontent.com/a-/AOh14GiZwgvSPyLus7sW_FkKrT-gzAisKkBl0G52c1xR=c0x00000000-cc-rp','14567670160750071148',30959),('AbFvOqkgIA4qILG5X8NxuqLHPwtF51f3Dcts809b9_m3JQjvPjXPSsx1_lymB4aKncKmVEc7Z-i30g','Great experience. Sinusitis gone awry, no primary doctor, so came here. Quick and amazing. Jennifer D checked me in, John was my nurse, and Kanyon was my nurse aide. All so helpful and nice. Highly recommended!','2019-03-25 15:00:11.542000','2019-03-25 15:00:11.542000',5,'Suzanna Coyle','https://lh5.googleusercontent.com/-mVmoR0lrb4w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucneJqusmPlp1R3UY0FgU4Vr1Y1sJw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42110),('AbFvOqkGiEKmde1yzeuPKFyAYxZ2X1eZne-dcZmQV2zW-BAmd_Jj5-FIo7JzQQlvmKkw2n590lS5Ig','Staff was good, Katrina was nice and attentive.','2019-05-29 09:39:58.638000','2019-05-29 09:39:58.638000',5,'Cristal Zamarripa','https://lh5.googleusercontent.com/-P7HVYBShn3g/AAAAAAAAAAI/AAAAAAAAATs/AMZuuckb30tCjQcpjdEEjeg8aRFdvRhMCQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42695),('AbFvOqkgihGOTsiUCl57jgelILURFBDcdGQMoHcArrXUue2GYBrfOaEw6xUqCv9HF2pnAj_hvP6dyw','Everyone here is very friendly! And they helped me right away! Dr. OrtĆ­z nurse Alvean, Tricia, Jocelyn,Mike! All did a wonderful job definitely recommend!','2019-06-22 18:05:06.947000','2019-06-22 18:05:06.947000',5,'georgiana cerda','https://lh3.googleusercontent.com/a-/AOh14GhTRTiOhJBnvAclslNwEDKGm95rHO50Iu1RroDe_Q=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkgIIHXp1srF7XTbw6VYqHsaBuEv4E7PxnjKlL0HAphAGIjgIKCFI5OFeJquviX8HF_aWljlw','Great service!\n\nI had such an amazing time with this clinic. Samantha from from the front desk was so amazing and helpful. Arielle was such a nice nurse who was so helpful and understanding. Definitely recommend this clinic..','2020-12-30 03:08:14.008000','2020-12-30 03:08:14.008000',5,'Scripture Tea','https://lh3.googleusercontent.com/a-/AOh14Gh1UPJKby2WVHrD-FQO7TZKnqjaIuxVy9BL2fwx=c0x00000000-cc-rp','14567670160750071148',44125),('AbFvOqkGIn-fgpKo0CZSrmih4epUqNjUoA9DFB3Aq_K86evEc-x1fvJARBVs5TkzILvsXYxL7ZPD','Great Service and Friendly staff members. Kendra did a great job at Greeting me as I walked into the facility. It’s people like her that can turn a bad day into a good one for sure šŸ’«āœŒšŸ¾','2019-11-02 15:17:35.088000','2019-11-02 15:17:35.088000',5,'Tristin Manning','https://lh3.googleusercontent.com/a-/AOh14GgNAz66fwx5DS57YJuJeF-QOBjYnixzVjQZItdhCg=c0x00000000-cc-rp','16590124370714063921',34585),('AbFvOqkgINsAu1TeLqXMLM_Bc3VI_KXL91zbWSZGDJLGUwAuCGZ8VUPdQcUwMw0xWrY0wENS_Jzj','My kid got to see the doctor right away. The flu test, x-ray for pneumonia, ashma treatment were all done within an hour when we were there. Friendly place and good service.','2018-01-29 20:06:50.902000','2018-01-29 20:06:50.902000',5,'mindy nguyen','https://lh5.googleusercontent.com/-7L6kzLUnN4s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckbGQaIbMyVDoBC8Bj5DJHzxgkL9Q/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36994),('AbFvOqkgJQl1DgqZ5CVE7axgXOFdeYS2rrqbr0bgqvvt4GA1ULNKv4_NHD4H4s9We1WPRRUfrRLzDA','Dr. Dang (great and great bedside manners), Alvean A-Nurse, Marcus B-Radiology, both very professional, knowledgeable and attentive and Elida Jasmine-very welcoming at Registration, all in all it was a very good experience. Would strongly recommend if there is a need for it as I had.','2019-09-11 15:09:13.350000','2019-09-11 15:09:13.350000',5,'C K','https://lh3.googleusercontent.com/-HBqUbrWRiI0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmbeh5g__WjCErAWV_avHZCCI92FQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33972),('AbFvOqkgK5ySFshP2JAky5IbeIb3pA-e_VyQBSZ-ByEWci0eqEhXgHBvX-SHppL8IMavQg_WzC-rVw',NULL,'2018-02-12 18:16:47.397000','2018-02-12 18:16:47.397000',5,'neoojelade','https://lh3.googleusercontent.com/-ETlEHAhhoEI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmugb8pVA5uJx3hvR7TQuEURasCdg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36983),('AbFvOqkgkbnnlHGkiy-1xrRmuMcdHyzz1CGB51IS5Lmul8ichNS_X0OoWpoOe72srwsTPTvhRiridg','Signature Care is a good free standing ER. The receptionist was helpful and the nurse Kevin was very friendly and helpful. I came for a rapid COVID test and was helped in a timely manner. The only complaint I have is the ambiguity of the how much the service will cost. Other than that everything was great. I would recommend this ER.','2020-11-25 15:22:09.801000','2020-11-25 15:22:09.801000',4,'Camille Abernathy','https://lh3.googleusercontent.com/a-/AOh14Gj9wa2Gr4TqrKKfIAbzV8q2B7xbh7yMC-HmpLDKPw=c0x00000000-cc-rp','14748677429039074158',31319),('AbFvOqkgKHWjzxscVD8j0QAM1o4Q2I39CXtzGxDy6cu1vZ-BG2dJTeoFIffLiftt_5E9bMNSTL0-rQ',NULL,'2018-08-12 16:05:25.744000','2018-08-12 16:05:25.744000',5,'Barb Evanoski','https://lh5.googleusercontent.com/-yjWRYaQJE0k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnt6tamNbtByGxm1hk92dmzRC5Fqg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32555),('AbFvOqkgkSE_k0U-Xm8_bUp0LMSN9YT3G02p8_zzReE984KEFx8uXbf9LA174Kmj9ydYh5Q3xcuvyA','My experience here was awesome! The receptionist emely and Vanessa were awesome and very helpful. The doctor was very informative and kind .. definitely recommend','2020-10-23 04:49:05.974000','2020-10-23 04:49:05.974000',5,'Irma Argil','https://lh6.googleusercontent.com/-BhhPH_XCOyY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3P2F76Vzf1sInsdVMQi7ylP277w/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40123),('AbFvOqkgKTwPvzuYW-J4QVYt46459hnaVbnq9pZ6DPY9XB4jbP9lfeNihnRqzkRg2CWqU4xYDgms',NULL,'2020-07-17 18:20:55.051000','2020-07-17 18:20:55.051000',5,'laura gill','https://lh3.googleusercontent.com/a-/AOh14GhdBjhezAIxtgjTNnoO2PaxgeYu2er7ZxqFoXPihg=c0x00000000-cc-rp','14748677429039074158',32015),('AbFvOqkgKWeWs6DfMEpo2W9QfUqQml4OD0Su9rFhuZq-VSgbgEQEwE03FaRx-yofeK8g5ta4JhDJ7A','Came to get a Covid test was done within minutes. The emergency room was clean and well organized. Samantha who was in the front desk was very friendly she took her time to explain everything.Totally recommend this place!','2020-12-16 04:14:18.979000','2020-12-16 04:14:18.979000',5,'Jasmine Coreas','https://lh4.googleusercontent.com/-vB4D1V2PKVY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl0MebQRhgqiv9gDsj9JMscwfnzyw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',29985),('AbFvOqkGlAQsIsYr3CJ96UGdOdOMRDK0DeRKre91yLmY8xy3ZXWPycv8qXrdLgeiad3zyUu97j1d','(Translated by Google) ā¤ļøā¤ļøā¤ļø\n\n(Original)\nā¤ļøā¤ļøā¤ļø','2020-02-04 21:08:18.021000','2020-02-04 21:08:18.021000',5,'Reina Magana','https://lh6.googleusercontent.com/-pTlQtgM4Pis/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJnpJCtfDUtcYAfVV54iikE1BJWg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32351),('AbFvOqkgLH32rXYs_TXzdArv2ffUeu3M7gtaoYrw79epABs3Rur7Ar-7x2obeamLulznMbRlm5rqUg','Signature ER is amazing!! They care about all of their patients and are quick to assist you!! Dee Saldivar is so caring and helpful and I’m very thankful for all that she did to help me and my family during the registration process!! I would definitely recommend them to anyone needing medical attention!','2020-09-18 20:42:56.894000','2020-09-18 20:42:56.894000',5,'Crystal Moore','https://lh3.googleusercontent.com/a-/AOh14Gi4isliL9_yovI8y-eGncKXOaRbq8CCfgTIUSnYOQ=c0x00000000-cc-rp','12541597562633926366',28541),('AbFvOqkgLhs0d2mLewD2Ob28G9Usv4w0u8P3Fb3li8qqftv7ldtEFMecnUpBgU6mMu7E-s0ZFiZw8A','This place is awesome and very convenient. Dr. Das was great and very informative with any questions I had. If needed I will go back.','2020-08-14 04:24:15.617000','2020-08-14 04:24:15.617000',5,'Michelle Sosa','https://lh3.googleusercontent.com/a-/AOh14Ggm4_UbsGBHyAu1CgWA23o2Pfu9figS8SRm1ZVxGw=c0x00000000-cc-rp','14748677429039074158',31767),('AbFvOqkGLR1BHzK1EWWzb9Md78FPffqNVWZiIZRqqLDsenxfik_uB_tfQvmE5YQ6uM5T5OKA1N3F','I want to tell people what amazing care I received today, especially from my ER Tech April Ozzie. I don\'t think I have EVER been treated so nice. She was full of compassion. The ladies at the desk were amazing, too! Everyone is so nice here!!\nA friend of mine and my Doctor recommended ERCARE 24 to me. Glad they did! What an amazing place, especially when you feel down from an illness.\nThank you for taking such great care of me!!','2020-11-18 17:42:30.588000','2020-11-18 17:42:30.588000',5,'Lavonnr Neilson','https://lh4.googleusercontent.com/-anVccEKS9Zo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckj-n7QmVUJpBd33r_UCPzBOkCilA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31349),('AbFvOqkGlR84xlWRF35va2-SgNf4XAo8SPGb5yDJOj2isqJ7ihK6AKjY0Mloj8vfWbNDbeuE74jJ','By far the best place to go 😊 I have never been to any ER where EVERYONE is so sweet, from when you walk in til you leave','2020-02-23 01:13:42.064000','2020-02-23 01:13:42.064000',5,'Stacy Blake','https://lh6.googleusercontent.com/-7e3rYROSVCA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck5KxYMn7V-H0HxRFx8nicvfT1Ttg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41463),('AbFvOqkGLXf3zuqMPaW5UoYa3aNM6LVisVbl2In7v2Nn0jVoU0zLsCUGlFVSj5XqAWgWQ-YUknzbtw','My friend came in with an ovarian cyst and was in IMMENSE pain. The staff was so helpful and kind and the facility was top notch. It was great! Thanks so much for the wonderful care. Leslie and D are wonderful at their jobs','2019-02-28 20:23:52.541000','2019-02-28 20:23:52.541000',5,'Texas Lee Cook','https://lh3.googleusercontent.com/a-/AOh14GgEdryE28uHbAeBjgQH3LOKO9huc5eV9jeAFyt6Kmk=c0x00000000-cc-rp','3511292162159714121',40632),('AbFvOqkGmA9iZTTWt9uYKPXOVpAIfV7THSdrN5JjG6yCteF_zWZSinEhjXxK4sazeH4UUBwbnnarGw',NULL,'2018-06-04 05:52:36.297000','2018-06-04 05:52:36.297000',5,'Matt Seaton','https://lh6.googleusercontent.com/-_jvieNO1QYE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucni8GBQY0oYUomanVcCIiPjWrC4tA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42754),('AbFvOqkgMqeayDhgzfqCKUo7hHQ9tdQc27ZhOjP2AOFYAQiOktQNJpw8VRbk813albuQ90eqM3Ws','Brought my daughter in the day after Christmas with what turned out to be the flu. Other urgent care places in the area had super long waits according to \"online check-in\"options. We had no wait in the waiting area, the staff was very efficient and helpful. Other patients were there, they were simply already in patient rooms and being cared for. I\'d definitely return if the need arose!','2019-12-28 15:19:17.069000','2019-12-28 15:19:17.069000',5,'Sharron Sanborn','https://lh6.googleusercontent.com/-hJ8A5Y9HYQ0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucltNaXMmT67NhDn6ALBfTFVakoN7A/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30373),('AbFvOqkGmxNRk2FNto4VusQ7iu1v9M32GQwxIWIvQhKau3kFCqlcki0m58t9b1yzLObhkdERp2_XjA','I went to the South Austin location for stomach problems and was greeted with a comforting smile from Edward. :) Dr. Anders was excellent and suggested a better medication for my stomach. I am so thankful because I now feel a lot better. And a HUGE thank you to Shelli, Kesley, and Tina for taking care of me with their warm smiles and making me feel comfortable. Thanks again!','2019-04-30 12:50:53.278000','2019-04-30 12:50:53.278000',5,'Jennifer Chabarria','https://lh5.googleusercontent.com/-QQZ6or6_KUQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclEsNyCYRffReXV_Z3XMPItGFO2hA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36219),('AbFvOqkgn_XAv4AJMysf7X7zLta0OIL4xxfbUEzYa-MnqizVDFcDk7MmEh8D6EtTiPKs60hKLSir','I have now been here twice for the covid19 rapid antigen test, and the staff is super organized. They are also all well informed and happy to share information and answer questions. Today I was cared for by Townsend and by Chelsea and they were super professional and friendly!','2020-10-02 20:34:07.099000','2020-10-02 20:34:07.099000',5,'Carina Velasco','https://lh3.googleusercontent.com/a-/AOh14GjbN2TF7qTTSmCh69Qjnz9o6hH6re9r6V2POYQ7Xg=c0x00000000-cc-rp','16891069708558046635',35750),('AbFvOqkgnhlBRHA8ggfQ72aWHncEQcTGZTp0ggGHbfnSwSABvPnCIu17jhfJqn6P9_X9pZqdKUWndA','The doctor was very knowledgeable. The nurses were AMAZING! Quick and painless. I had Dr Jones, Nurses Kim and Sherri','2019-03-13 22:18:46.384000','2019-03-13 22:18:46.384000',5,'Brandi Eason','https://lh3.googleusercontent.com/-jCeiDWZxaa4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucllF3afXvsHBTnOt8o-V28cHb89rw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39897),('AbFvOqkgNsw06ZjHxfFQ5pjFz03NGHN6OTxC_xGqIIEbxHGjRaKGggg5fMAlEJOVwJNsBVKmuSyJmw','I found Signature Care by chance. I walked in the door and I did not know how sick I was. They took be back right away and worked very hard to figure out why I was so sick. Once they figured it out they treated me for something that could have turned into a very dangerous situation. I stayed there for 24 hours. They gave me the best care I have ever had! I will never be able to thank the staff enough.','2016-09-06 19:22:47.563000','2016-09-06 19:22:47.563000',5,'Alex Aguilar','https://lh5.googleusercontent.com/-1QYEJOG2L-0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVMBARpjy-gUOw_JQ81_9sRVNEIQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31190),('AbFvOqkgnzizFa0pQA4ScCCcPfTo59-37x8pEMuRBMpUCYdslTMtzkf9gQ-LADlK2tY0ArL12RJpng',NULL,'2019-06-07 17:58:21.565000','2019-06-07 17:58:21.565000',5,'Sydney','https://lh4.googleusercontent.com/-ZDcmRjeGf5Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck3Hg-WKVMcJrXxdttP7Di0o4Sizg/c0x00000000-cc-rp-ba2/photo.jpg','16389487648212004696',NULL),('AbFvOqkGo9Z1QK43xKBjgD-07MUbQcyoY2kIdZMyJjILjSilVbrOhC1n8VBwc7iBOo957SSQu07r2g','I brought my roommate in after she had a night of intense pain. She says they treat her well, nurses and staff care a great deal, and with a large and adroit staff answering questions, helping my roommate, guiding us step by step, and fielding my dumb jokes all with grace and aplomb. She has visited many dr and ERs in the oak forest area and will only attend this one for its speed and care. Special thanks to nurse Gina and Christine!','2020-09-23 16:48:39.845000','2020-09-23 16:48:39.845000',5,'Gerald Cedillo','https://lh3.googleusercontent.com/a-/AOh14GhwKOSqHpl3qW9rnwDsXxCWC9bshovGSV94viPG=c0x00000000-cc-rp','14567670160750071148',30110),('AbFvOqkgOPy6XYfaC06GpuZ1wZgnQdD2rXOruNbDfXxwggjJhbRf9j7UdcXFowFqIoFVcgu-QlbPjw','This was a scary visit for me. I had a post op catheter that needed to be removed and was very apprehensive about it. From the front desk all the way to checkout the team at this location took amazing care of me. They put my fears to rest and the catheter was out painlessly and quickly. The employees were so knowledgeable and helpful. If I or my husband ever have an medical issue after hours again this will be the place we go.','2017-05-19 04:07:31.381000','2017-05-19 04:07:31.381000',5,'Angel Morella','https://lh3.googleusercontent.com/-7NmmScIZEBI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnNBB3j-FoM8g7cfAd6nZzXGolVdg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35430),('AbFvOqkGOWYqSEphPoZZGoCrGghEl_ovOK19X5WJTb1gf1-1MT5Sf5zZe9kzIEAhYGd3R73tCGhoNA','They were quick in taking us in and the whole staff was very attentive.','2019-07-30 14:20:47.692000','2019-07-30 14:20:47.692000',5,'Karolina Villagrana','https://lh4.googleusercontent.com/-NReLEfxM8LQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJqq96ConDnD7LDC646OM0D8SaPA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40474),('AbFvOqkgP-MAqJNgZW35FCFg2l8qyAITqwbEMlKrFI5pbW62wYkvfs5zBpIW5MdwGoh6xr-Upny8IA','What a lovely Staff!! Treated me well! Thank you Dr. Thomas RN Laura and ER Tech, RAD Tech Jacque and Brittany for all that you have done today!!','2019-01-08 21:15:54.817000','2019-01-08 21:15:54.817000',5,'Gerry Trevino','https://lh3.googleusercontent.com/-I-4cghO8CMg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclyR8PID7oUmH5IH0mjaE-FNsamww/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40742),('AbFvOqkGPlF1PheexgsOkRkp5YcuYJf2DNPqFdPvCTnE0wKO9qPwbgnrQpv_Z_GGE9x069ApJKiGtw','Great experience. No wait time, everyone were friendly and helpful. Alvean and Valory','2020-10-27 16:38:47.676000','2020-10-27 16:38:47.676000',5,'B Wigg','https://lh6.googleusercontent.com/-OHLiCP35kwI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclqWMViZRNs6W1IcnwNvRRGNLXByA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33066),('AbFvOqkgPyrTWgAzbiIs4A5oYMpGvqNZueTcxX_99ZlSuW__eQZGoHcdyfLq_dMQ8iH3itSun-BExQ','The staff was amazing!! From the moment I came in Julesia H. and Dalia were extremely helpful. They explained everything I needed to do and did everything they could to get me seen as soon as possible! I will definitely recommend and return when needed!! Thank you again!!','2020-08-25 18:57:15.524000','2020-08-25 18:57:15.524000',5,'Thomas Arriaga','https://lh4.googleusercontent.com/-ROMo-YoCCa0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl7_kq26NBs396-UuXfr0FKAyJ0jg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42925),('AbFvOqkgq5HJhUlEGVy54U1GSenJDnbAwiF5AaYNHLfgXPDxr6h34krkw1oyAlqZrVH0ohTnikUl9w','They are very friendly and efficient! From the office staff greeting you, Jennifer and Michelle did a great job, to the nurse Becky and Wyatt were awesome and Dr. Das was so kind and thorough!!','2021-01-17 15:09:25.476000','2021-01-17 15:09:25.476000',5,'ANDREA IRWIN','https://lh5.googleusercontent.com/-Xko6GZNBmRk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckSPPgA9b8Mm21TlXymUvGthQ_xjA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',44698),('AbFvOqkgQrKHp1VoWWUwEmsqvhL5Ja9LPv8cxPbO01RVppm3R_1PUGLkSgo_dkUvTCd2KyGeeM7VMg','I needed a Covid test and was able to make an appt. online. I showed up, did minimal paperwork, went back, and got the results within 20 minutes. Very friendly nurses at front desk.','2020-07-15 14:11:07.958000','2020-07-15 14:11:07.958000',5,'Lori Fryman','https://lh3.googleusercontent.com/a-/AOh14GiMQ_OSf0aG41EPv0ib2UKqTGs6WJnZgcRuPz13=c0x00000000-cc-rp-ba2','3511292162159714121',40237),('AbFvOqkGQTnCGkvNpAQSshlyQuJLMLR6WL-ZsrWS2ZV--It_mlvvH48WnZCTcJcPzpI6K4ES74WYPA','Dr Patel aldean Brian Jocelyn Jordan great','2019-10-23 19:24:14.652000','2019-10-23 19:24:14.652000',5,'Francina Neely','https://lh5.googleusercontent.com/-4zxDTpyY44k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck0rDvnWqixPOJWYZalKElxKwW1uQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33844),('AbFvOqkgQWft46-OlaO1WbZY3F23EZHCFg0flxtQrxXtuwGey8PXWR_nFFSAISrM_ZbS3oc_ZiBBsw',NULL,'2021-01-26 23:17:34.754000','2021-01-26 23:17:34.754000',5,'Jose Lukose','https://lh3.googleusercontent.com/-FoO-NUfPqXc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckQ9hLHtCrVeC4XHj4fMeI23vCQnw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',44383),('AbFvOqkgqxr86cr8G1cNpvoO8NOTED90OGM1UntsrrIU1steNV2JFNT9eqKUI1ZDi6owytklhFAtyA','Kim, Brad, and Morgan were outstanding!!! They were very helpful and helped me feel better already!','2017-02-07 23:54:00.991000','2017-02-07 23:54:00.991000',5,'Macy Marchman','https://lh4.googleusercontent.com/-UyrlC-CsZq0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2twBWWkNVrh08FzhCd2-9ni6e6A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35509),('AbFvOqkgrRWOVoRltuXzTY-hJ60PDwwPj25n94sMf_1Y9B_O4sGvw2uir_bIDaKWzMp-7SM37QrJKw','Really nice people came here yesterday amazing!Made you feel really comfortable.☺','2016-08-01 17:46:17.014000','2016-08-01 17:46:17.014000',5,'Carlos Escobar','https://lh3.googleusercontent.com/-5QXJH1rI-r8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVJRdwk16dPsvLPk2jlhXQ1Jq_GA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32793),('AbFvOqkGRTta4a5Ff1SfPbaImscomWp_W9SehjCOHJI3Io12MjD5r8a3ZKLxiWY-3-8gbOp2KrHx-A','Jessica in the front desk is very friendly. Cory was our nurse he was funny made us feel comfortable. Alison the X-ray tech took good care of us.','2019-08-02 03:10:21.726000','2019-08-02 03:10:21.726000',5,'Javier Villalpando','https://lh3.googleusercontent.com/a-/AOh14GhIrYz3rzEV2k_j7WjqMrHnXpaMecUyRNhd8DFL=c0x00000000-cc-rp','13486358490203335051',29712),('AbFvOqkGRVe6tqlO0Z7R9Mq2vZ5IgMVswdFZ3L081ZejgHTmCeY_xgE6W-DuBIKH2AJKhiq3RwkAPw','I had come in 4 wks post op hysterectomy experiencing pains Brandon, Meredith the nurses, Sharesa who did my radiology scan and Dr Leavitt treated and took extreme great care of me. I’m thankful to have a place this close to home Wonderful team at this location','2019-07-01 21:26:10.081000','2019-07-01 21:26:10.081000',5,'Sabrina Lopez','https://lh3.googleusercontent.com/-jlMQYM3w0Xs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm7AMbpVgUXzO1P8yU7FxJxRrpM3Q/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30498),('AbFvOqkGRyWXgaioSZFdvCsn_d4-cI-7JsL8V9WvGPCT4q-Azw4TUSZhQvclS_-HqKRMN04zH81xaA','Great place. Have taken care of my family and I with the utmost respect and care anyone could ask for. The staff is very attentive and helpful with any and all needs.','2020-02-07 22:25:39.794000','2020-02-07 22:25:39.794000',5,'jose magana','https://lh5.googleusercontent.com/-GH3Tj5fdopg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucltE4F0fp0kW2jnUSvDy7lzFKz4DA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43104),('AbFvOqkgS-HikwjAMTwdQWPv-EA8qdHZQn_vJUqPAiOsgArjkdeoouONRG6I-SqvWcLLP9r5O86BvQ',NULL,'2020-03-17 15:21:05.534000','2020-03-17 15:21:05.534000',5,'Kari Marshall','https://lh6.googleusercontent.com/-BdkfqXX-oQM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckbD7CQXCqrPl3Uc6bwUstEqLUUow/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42382),('AbFvOqkGs75eQ5WM5a5AIudiT-HIV1BaMu2Eb439rpCp_RRCzVHTVyBrTmwVpmGrbU38UFTFGLzd','April was very calming and kind. The visit didn\'t take long. The staff was very professional and explained everything well.','2020-09-24 13:33:58.529000','2020-09-24 13:33:58.529000',5,'Victoria Muniz','https://lh5.googleusercontent.com/-HIGNnv949m4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucna7_CGXY3T3mcu-e9B9noxZVlRkA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31621),('AbFvOqkGSboFKGYh-nblyZvRvZSusotuG4vz7ZdbBjSPaPrWmiPPht9he2JqkcUnBN2-Wv6NkQYbVA',NULL,'2019-10-17 05:56:16.049000','2019-10-17 05:56:16.049000',5,'Pierre Whittington','https://lh5.googleusercontent.com/-KwNRrzdECSc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3i6iCpjoPOMJSebdXTIz62JYMkA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28999),('AbFvOqkgSCUSi2NlNVKBS4M7W0TBqyP5BacCiq3qyEhuLXhbsrrqvwsMq8NNXoCwaWetI68Fp02EFw','We originally visited Bellaire ER but because of their incompetent staff & their lack of being able to verify our private insurance my husband & I came here which was a wonderful visit even though we had a minor issue this office & I were able to contact our provider & resolve it. My husband was seen, his pain is gone & I am once again a happy wife. Thank you Neighbors Emergency Center!','2014-06-30 07:17:29.776000','2014-06-30 07:17:29.776000',5,'Misses James','https://lh3.googleusercontent.com/a-/AOh14GjngGDAY1DAtpqlnAbqIsziTG5ZXSeXMH11HsylkQ=c0x00000000-cc-rp-ba4','8679688254631342173',42797),('AbFvOqkgSJXjhGqkTv2DRMqOe-fR3opl0udbN9766o9VTeREm5AKpzEtt6mh7qkFND0WxR361EWwaQ','Keera, the front desk receptionist was very kind to me and went out of her way to help and assist me. Juan was very kind to me and provided at home care regiments for me. Nurse Tammi was very kind to me and humorous. Dr Grinblatas was funny kind and knowledgeable. Wasn’t in the ER long at all maybe less than hour total. Great place to go if you need medical help.','2019-06-23 15:23:33.972000','2019-06-23 15:23:33.972000',5,'Prince Paul','https://lh3.googleusercontent.com/a-/AOh14GiTr_J3uZ1RxCIvdM020Fl9jEsf8fDdd_Tgg_fy6w=c0x00000000-cc-rp','17394740196501090048',36756),('AbFvOqkGskF8UV22ug0ONvCzO7a2T6r37lKBbHBMXsG51t7iiUwigQKETX7t2DPnnp8_3Mr4xtAnrw','Clay, Lindsey and Chelsey took great care of me while I was at the urgent care. It was a good to know I was being well taken care of.','2020-10-26 21:12:22.251000','2020-10-26 21:12:22.251000',5,'PokeGamerMatt','https://lh3.googleusercontent.com/a-/AOh14Gi5WlcwF4WSCARVh2bPOA9A599imCaCe8OikQDy=c0x00000000-cc-rp','16891069708558046635',35669),('AbFvOqkgSu8dfjewd-eImyj4yiUEcH_g2fXIE9jWyyI8H1__3LaOO6V-Gma9NIzzyKio0-41qE17','Signature Car me is great. Dr.Zhen had me in and out and out of pain in no time. The staff was very nice and Kristina helped me to feel comfortable even through the pain. Laura was also really fast with my X-ray results.','2020-01-24 22:12:12.112000','2020-01-24 22:12:12.112000',5,'Olivia Miles','https://lh3.googleusercontent.com/a-/AOh14GhzaM3zCbofnRwh9xCPSR4Ql0avuv1rqsiQqcslKA=c0x00000000-cc-rp','12541597562633926366',28790),('AbFvOqkgSVgkZ1pz2hIzk7YxR2RK_feW6L86MZDqhwomc_g1gGNlJfJLW_h9ABtzXHQ_KgtDcAGvmw','Had a assume experience','2020-01-29 20:34:10.960000','2020-01-29 20:34:10.960000',5,'Dewayne Holland','https://lh5.googleusercontent.com/-blgsWqUMee4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmK7bXKOXHhs23QDoJyt0ATMzwuGg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43130),('AbFvOqkgSvSR_-Rz-6GeICnda6T8EdwMVWxIueTaa8IfL8MXkCurSQXLoxOym5q7R4oKjyVJd_Ul','Service was great and fast! Definitely would come back again anytime no matter the distance!','2019-02-09 03:59:47.257000','2019-02-09 03:59:47.257000',5,'Leslie Danielle','https://lh5.googleusercontent.com/-S4gHr3RTYOs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm4PcXafyKAHQLSxuFlaALFJtpHVg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42732),('AbFvOqkgswSVYrp3bey5Szlkgg5ITeI7mjdVuHAIXgUdThUuV5cjA1gIU__EaT3ltX4jk9q42uwYtg','Very friendly staff quick and efficient. Amy an Dr. Smith are the best!','2019-03-09 00:38:10.064000','2019-03-09 00:38:10.064000',5,'sania hasan','https://lh3.googleusercontent.com/a-/AOh14Gi8Scp8pFOx5X_zh2hqH6vgcLoWrvuaGxaGNTaGfjw=c0x00000000-cc-rp','8918455867446117794',43294),('AbFvOqkgSx7fyvVLtN0YMQZvtPjR5iDcO8QZUoVfuPNgoKfaY9FGEcAAtEeRmLGaLxf6FVDSzFRyVw',NULL,'2019-03-06 20:56:08.544000','2019-03-06 20:56:08.544000',5,'Larry Williams','https://lh3.googleusercontent.com/a-/AOh14GiPaGtV1aOIw0rfT18zRLg8gUPBJQwl4JGVonbd-A=c0x00000000-cc-rp','17898197009688164559',38261),('AbFvOqkgsyyNPNBN0Yo4onlUpXgFw8961U6yMIITPoUGN5AyIv82R1WabMu77nnlC_s-pRZbmjOA','The registration ekxtraordinaire, Maya, was so incredibly helpful! She went above and beyond, not only helping with checking in, but also took time to even look up contact information for a follow-few up that was needed. She made the experience so efficient and was so unbelievably with everyone she helped! Would definitelbsqcq. We can JJ I miss\nacrn to this location again!!','2020-01-25 23:46:24.577000','2020-01-25 23:46:24.577000',5,'Jordan Meredith','https://lh3.googleusercontent.com/a-/AOh14GhhxygobONkNjYHHV3D7z0r4Dxz3jfNJ87tSN7Ypg=c0x00000000-cc-rp','12541597562633926366',28783),('AbFvOqkGTJd8MqInjJvLHnVX4IxwZm2D_C-dwYP-a1FmgJcxqLAdRnlcc3pWgJZYxEJvjFoK3XmlpA','I loved this place! I received immediate care and attention. The staff was also super pleasant! I defenitely recommed this place!','2019-01-20 01:24:00.813000','2019-01-20 01:24:00.813000',5,'Jacklin Lopez','https://lh3.googleusercontent.com/a-/AOh14GiZ3OXAbHGHxMbBjxkAA-5eY7aqJJQ3TVhaPpp7e78=c0x00000000-cc-rp','14904078213800803294',32509),('AbFvOqkGTqfO81KuxLgIwwt1UHrCrNOYxzJoETt4ifRDhsTwv5MYKL9yacN3wRhByXrN2pMP7v_xbQ','This place is clean, convenient and the staff is awesome. They were all very nice, attentive and patient. They did not rush me out and took their time to find the solution for me. I would recommend people to go there for an emergency to get very good care.','2018-08-24 01:21:21.894000','2018-08-24 01:21:21.894000',5,'Nakiesha Pellerin','https://lh3.googleusercontent.com/-E7EKngY9sxw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnaiLuOI4je2hOwLh51ljHWfW9DAw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36916),('AbFvOqkgtrOB8sbf0gi7bDviOd1JmIwCZPDF_IcX0eIViVSY8NSy03fK-17C_f7UoEUpHWJZFpOc','Totally visit was great Ekaterini, Alvean and Josh were all great making my visit really good and making me comfortable','2019-09-07 14:14:46.196000','2019-09-07 14:14:46.196000',5,'troy wyatt','https://lh3.googleusercontent.com/-oEt1PfXHdNs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckWlLXVupJ4EFHHvLRax5Psslz1eA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33994),('AbFvOqkgTY0PYIvsX-zxZtRoH8Kkum1ewJqzYodKWkgZGodI-4f1giJ-ZNURATNf_HcLyi0QtXKetA','I was seen and treated very quickly in this ER. Dr. Farooqi really took the time to explain everything to me and the staff were so friendly, caring and patient. Thank you to Jordan, Ekaterini, Marcus, Jose and Jocelyn! What a great team!','2020-01-31 18:55:51.977000','2020-01-31 18:55:51.977000',5,'Norma Maree','https://lh3.googleusercontent.com/a-/AOh14GhhDmmUac71v7x-Kh-UjYz_mKyIpd5EKaZwSQlQ=c0x00000000-cc-rp','16389487648212004696',33421),('AbFvOqkgU4mv4f3q7UUXQy9ygxuCV4uHV8FnYUPeS6JzpzpcG2ETK2w_sKBsyTdrF0YLEXK6smG3Rg','Friendly, Fast and Gentle! Townsend, Shelli and Weston were very thorough and informative, which ensured me that I was in good hands. I hope I don’t have to get tested for COVID again, but if I do, I’m definitely coming back to SignatureCare.','2020-10-08 14:35:49.002000','2020-10-08 14:35:49.002000',5,'Byanka','https://lh3.googleusercontent.com/a-/AOh14GhnqreEz8f-H6Y1MxKDPHl4cVU68_Tnr37OhtBC=c0x00000000-cc-rp','16891069708558046635',35732),('AbFvOqkgUa2U9kDm31eGhV_Wjsaqx7TFOdC6oXr6lkpGlb8bRe9o0lN1JQvCwQWrGt-DLQoBHN-FGw','Dr. Daniels, Maureen, Amy, Dion.... EXCELLENT STAFF. EXCELLENT SERVICE!! 2nd time at this location. Great both times!!!','2019-07-07 05:10:57.642000','2019-07-07 05:10:57.642000',5,'Jasmyne Tudor','https://lh3.googleusercontent.com/a-/AOh14GjA8DmIVTBa4LIn5g_f8_Mvv7suFu1jT9CmtRuv=c0x00000000-cc-rp','17394740196501090048',36740),('AbFvOqkgUcz6XNLpy6E9KfBSeX72UHBaHsL3ah7lSrq1SArsQrU3T-fGb_0U1Iz_iYGPG86Erdte4A','The registration staff, Kennedy and Lorena, were extremely welcoming! The nurse and technicians were great at explaining what was going on.','2020-12-13 21:18:08.279000','2020-12-13 21:18:08.279000',5,'Alex Murff','https://lh5.googleusercontent.com/-oSr9HOu341U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnNwEVw_Fq_XZYdIjVN5YWxDPyODA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34035),('AbFvOqkGuL6Ry401oM2XqdIHilbwBGnVdbyWZyrcLBwmHFFm82RApCF9zzFfmgQGYJq1-mBjaFuEyw','Great care! My nurse Karen was so helpful and kind. Dr. Alloju was understanding. Registration with Mercedes was quick! The radiation tech Le was kind! I would recommend','2019-11-02 15:52:17.378000','2019-11-02 15:52:17.378000',5,'Tavia Booker','https://lh6.googleusercontent.com/-6WZoWQtMheE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck4g2FB2KAzw7d8JAsmnVW8agQvzQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42614),('AbFvOqkGurKBfJ-YguaZ4aWAi4H2fg-ZrY-86Sk6z_wbHphaFWaSfqsTzhbY0-6wjTovec-ds9hQ',NULL,'2020-08-01 21:11:22.186000','2020-08-01 21:11:22.186000',5,'meagan bittner','https://lh3.googleusercontent.com/-rA_RHRnvhLE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclSarq-1-QnmvgKTSXbycjyEuNqAA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32295),('AbFvOqkgUSufvlRFZvyoSDj9JDVQqh2MmKc3KqgbA2qJrU6f3b5lCy3NqefuOUHaQ03Ine-EXsJ8xg','Everyone was kind and attentive. They kept me informed about what was happening and did their best to make me feel comfortable. There was no wait time, and I was seen almost as soon as I walked in. I would definitely come back.','2020-01-30 05:55:26.351000','2020-01-30 05:55:26.351000',5,'Jaimauria Halyard','https://lh3.googleusercontent.com/a-/AOh14Gim-JlAFusF2SDKmGjtKGw6kDOlFeMtNOq8R2bBnr0=c0x00000000-cc-rp','8679688254631342173',42467),('AbFvOqkguyhGgvek3p2vvUULsXnjvg5evOKZ5JGD-764Z8zPnsx9fk7rD_pU7QY2MQbtOj0kdJm-','Mercy was great and staff was wonderful.','2017-02-12 22:15:15.185000','2017-02-12 22:15:15.185000',5,'Liz Tharp','https://lh3.googleusercontent.com/-toceZnkF_rc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnDU_zizJMi1aiLpnJE9the2pwq-Q/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31101),('AbFvOqkGv-2tJ-OHTZJyUQzOpXNBXj3H3-QJgBmRoes7qoP2HY7j-Bip1FFVqwIDV9vaurXF0RWTiA','I love this place. Very efficient and kind. They always make sure you are comfortable and taken care of.\nRegister: Lorena T','2019-12-31 22:08:05.556000','2019-12-31 22:08:05.556000',5,'Abbey Anderson','https://lh4.googleusercontent.com/-byPFOgLdq5A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckQhQCd0-3-RXkWFm6vYIqEKPk_Dw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34475),('AbFvOqkGVR4JzE1ZOPIlaQbkpXcg_g4-rqhkcrV67gKqqiIMwhLwGv3XXQvrv1taSHh72rxdqxSr','It was good. Quick and fast results. They staff was friendly and organized. Will come back to this location if I need to do another covid test.','2020-07-15 01:10:47.129000','2020-07-15 01:10:47.129000',5,'Jose De La Rosa','https://lh6.googleusercontent.com/-cj1XbkFbCH0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckNWSkBARDjprQ1hzAY4Mk5IdTj0A/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30168),('AbFvOqkGVrepAtSXClaRdyIEwrOBEQyumff1nVPQMCxjle6PgwXRnw96d0lb_KAPdA415j12s5Kzdg','Loved my experience here, the staff was super helpful and friendly. The front clerk Dee was so helpful with making the paperwork process understandable and easy. The nurse Kristina was wonderful she made me feel like I was a priority and would be very well taken care of. All in all one of the best ER experiences I’ve had!!!','2020-09-14 20:26:51.374000','2020-09-14 20:26:51.374000',5,'V. Lynn Saldivar','https://lh4.googleusercontent.com/-u0TKkwA0czk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmo2AO5EFD8R8rjS2bPXjHQb0vRaA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28549),('AbFvOqkGVU8ZcxC-pLWKxvb8FzGwg66WCkwnf8Im7s_HjniO1-Yn-pyearydrpXpGanswp9BXYTspg','Cristina R\nWeston\nClay\n\nFantastic service...very pleasant and professional...will definitely return!!!','2020-11-09 21:08:02.800000','2020-11-09 21:08:02.800000',5,'Miranda Sierra','https://lh5.googleusercontent.com/-rE2CZltV7Ok/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck1O7IybD0WUCzvVs6qedINUZ-FHg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35603),('AbFvOqkGW6iDz5Ia_vuRjBqP89djGYKe8woc_U-no0XqFDFiPrM7me_KlalnQkXoclSKE0aHiYHp9A','Very welcoming and I would recommend this to all families.','2019-03-24 01:50:18.612000','2019-03-24 01:50:18.612000',5,'Madison Thomas','https://lh3.googleusercontent.com/-6bUTICih9x0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDbh004caZzX1zukO1p4hz40MBdA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29123),('AbFvOqkGwe2I5S-aLbWK-a4Jo72-D5JXH33cfUXaDsVxMRmj5lXB-AxuS8PsCDkCHmX1vVq3TT7F','Been here a few times now and the service has always been AMAZING! They have you back to the room within like 5 minutes and are very prompt in addressing your issues and making sure you are comfortable. Staff is extremely friendly. Definitely recommend!','2018-11-15 14:21:06.592000','2018-11-15 14:21:06.592000',5,'Maddie Grubbs','https://lh3.googleusercontent.com/-fgznXPwLDto/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn0_CF8QEyCH8SfRdZeIeb0aXDpJA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35103),('AbFvOqkgwGJ3bGhvx4bkdahAHNiiYURAEb_giBrf-6Ro6LWRvDKzE969FjgekE5XdRtnmdZlyBIyWg','I had a great experience at this signature care location! The nurse who assisted me, Megan, was kind and is very aware of what she is doing; she even brought me some Tylenol and water! And my radiology technologist, Mr. Townsend, was also very helpful and supportive. A great group of people run this location and I suggest everyone to consider this place in case an emergency arises!','2020-11-24 21:39:02.836000','2020-11-24 21:39:02.836000',5,'Joseph Kulbeth','https://lh4.googleusercontent.com/-YGDzzToIsX4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmELV1Wzpc-F87PlRhgEtnMBNfPwA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35552),('AbFvOqkgwJffCyQH0ioJWfVkT7rNDrtV6tiDK4npe2N764MJ9J2Zb79iEiVO4y4QIZ2gDjDb196SVA','This is my second time here due to COVID exposure and each time the staff has been friendly & very clear with instructions. The process for the rapid test has definitely improved. Chelsey & Remington were my nurses for round 2 and made me feel extremely comfortable throughout the process.','2020-12-08 19:09:32.455000','2020-12-08 19:09:32.455000',5,'Kayla Coffey','https://lh3.googleusercontent.com/a-/AOh14GhWp_QhEHrEVQU9EhHaJAGA6x5xl7STD6-wHSFexQ=c0x00000000-cc-rp','16891069708558046635',35534),('AbFvOqkgWPssv5ZHDjhIzYHTGx0Z6aCCGPoTpcoSVVqXadkG939xYNtNJHu1DsXiwjheR-T_24qMYw','ER Technician April was awesome! Went to get my first ever covid test and was pretty nervous but she helped me relax and was super quick.','2020-11-11 19:02:00.738000','2020-11-11 19:02:00.738000',5,'Amber Lacy','https://lh3.googleusercontent.com/a-/AOh14GjXdjjpaxkm6RGFXzeBYnwceHa7akdLGo6AWo10_g=c0x00000000-cc-rp','14748677429039074158',31373),('AbFvOqkgXaSu5vHLybqagJtlux4-0yd0fCFNpb7dv0NJipy4iNLNDk-2JutAPdyfi5KXmXyrzBV00Q',NULL,'2018-02-02 16:11:58.393000','2018-02-02 16:11:58.393000',5,'Terri Esco','https://lh3.googleusercontent.com/a-/AOh14GgfxbFVlYQD-HjNgmcd1wZvtCQy_5waBDf1Bl64kBI=c0x00000000-cc-rp','14567670160750071148',30883),('AbFvOqkgXBJSZUu7T-7l_yp7NcQotaxxOPdBCfQgp3xxIMs8KeYQ4YuU-6hc3C0pNwHqlRkrAbu13w',NULL,'2020-12-09 01:08:32.411000','2020-12-09 01:08:32.411000',1,'Lucy Hernandez','https://lh3.googleusercontent.com/-FCN2Cke2caE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnxhDGVBjiglfN6rgVmI_nZ4zD5IQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41265),('AbFvOqkgXWPzGdaoIsefMMsDY_SGxkMVQgXocZ9v7JUcXsncvjeYbTwkiwI4DRYlir1asrHLg5_J','I love this place! I am terrified of emergent rooms and big hospitals. But this place and the staff are so comforting.','2016-09-06 11:04:30.084000','2016-09-06 11:04:30.084000',5,'LaTasha Jones','https://lh3.googleusercontent.com/a-/AOh14GjhcbWpsq56ccpsiHdYdtDeGkEufn3K3BLwq31nVqA=c0x00000000-cc-rp','17394740196501090048',37304),('AbFvOqkGXxuCEF1ZZVqM8d1BqTyo4kzSyqTFxy28ZtvIuzhWb81BiNbje_NjsmiQCmaQ9cGLwP3AzA','Very clean, nice facility. Staff was kind and extremely helpful.','2019-04-11 14:38:14.536000','2019-04-11 14:38:14.536000',5,'Larissa Martin','https://lh4.googleusercontent.com/-Slxjc1vCE-Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn545bRswlkbHoyQRzHYriEYYExbA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39882),('AbFvOqkgXYqQSBv1EWlDA16WQtA_J8c1vHEBx3FZ0LuNJ7_bjmKGHudzFqWLeAZuKKlEEoeeCoA6tw','Look is a great nurse I always have a good experience . Dr Lucas was helpful','2019-02-15 00:15:10.814000','2019-02-15 00:15:10.814000',5,'Taylor Turjanica','https://lh3.googleusercontent.com/-7NZhG5n3mSc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmdLRYsBADtiQeJXmf63ofAiOLikg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39918),('AbFvOqkgY5yQBiYRbaU5WvFXijQj-UUuSHUufvm4dWtf43N3Fk0QBb2LGUP-BwHxp6k-pASlKO5qLw','No wait time fast friendly service...Ashley was great at answering our questions','2019-02-18 03:17:46.482000','2019-02-18 03:17:46.482000',5,'Karen Burton','https://lh4.googleusercontent.com/-i1bMsTG5lM0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmmNsWdq_pZWmT7VTZPRN1MNb_UvQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42153),('AbFvOqkGyA49N9mN-P_1TjIqP5WzZf8Rlj1_GwJ7GW2oRIk_nSYbZKhLEU-YRWVQAAoS5cwe89h_','great customer service at the desk from Okarys, super helpful and friendly nurse Gabe who took care of us immediately and Dr. Herbert explained everything during our visit.','2019-12-07 09:04:28.043000','2019-12-07 09:04:28.043000',5,'Helen McCabe','https://lh6.googleusercontent.com/-2YvglSeDOu8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmazQONCPXVfhvW-TiqBd_JlYnCpQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34520),('AbFvOqkgYJpcDSHAJJC18UHEeiQRlFkvRyQB816KmtdDl-774H3DFOwAYaqkECOHTtgLTgA4fT7Bkg','I went in with a blood clot in my arm from a PICC line. It was so obvious that the doctor told me I had a clot before doing any tests AND called my doctor to tell her I had a clot. They did an ultrasound of my arm and there was no evidence of a clot so they released me. Before I even got to the front door, my arm got worse so I turned around and asked for them to make sure. I waited 20 minutes during a shift change for a second doctor to tell me there wasn\'t a clot. I went home and called my doctor the next morning to tell her my arm was still swollen and purple. She said it was going to be for a long time BECAUSE I HAD A CLOT and to keep taking the blood thinners she told the SignatureCare doctor to give me. I told her I was turned away with no medical treatment, she ordered a STAT ultrasound, which found the clot this place missed, and I was admitted to the hospital and given blood thinners. I\'m lucky the clot didn\'t break off and cause a pulmonary embolism during the night. The ultrasound tech at this facility missed my clot and, instead of ordering a second ultrasound to make sure, BOTH doctors here chose to ignore their instincts. Next time, I\'ll just call 911.','2019-06-12 17:00:10.285000','2019-06-12 17:00:10.285000',1,'Kerry Stewart','https://lh3.googleusercontent.com/a-/AOh14GjzC-23facYQjTGi5sBULntPF5Yc3qCcst-pV3Lgg=c0x00000000-cc-rp','14567670160750071148',30530),('AbFvOqkGynOg_FyWSdUGahQufXEBigIVWPO65KKySTYdj0ZZmuM6NEnBRtUfUK18jAPVvN0qvVyp','Great job! Anthony (RN) and Dr. Kimball did a great job! Highly recommended!','2018-08-28 19:28:52.260000','2018-08-28 19:28:52.260000',5,'Dana Corbett','https://lh3.googleusercontent.com/-FtxSM5u1Ujw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm9rLy8hh1eaLAHc9y3ZnWZO43xwg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35212),('AbFvOqkGyxmlJ-rN9pLvE1rX9Wf53adiXs9BUmTLcATgv3AnkbpvOwHjXqMgkoTJty-pH-oLaijYPQ',NULL,'2020-01-25 13:47:12.646000','2020-01-25 13:47:12.646000',5,'Miya Parker','https://lh3.googleusercontent.com/a-/AOh14GhGnCfNzp0N2PYTA1cAEd33CowX9iN8gTyDQ0aB=c0x00000000-cc-rp','14567670160750071148',30301),('AbFvOqkGZhizME5jzs65Uzn09DkvuiQvOhgjSSelzG7baKjOMhOhB1YvvzsLOKwHxCRHGDXE_EX8OA','The staff is extraordinarily friendly! Fast and accurate. You leave with a plan of action to remain healthy.','2020-01-10 16:06:34.360000','2020-01-10 16:06:34.360000',5,'Pathways Of Hope','https://lh4.googleusercontent.com/-deAipax9SLI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl2YQEMDrHis89q62uzxRCqo-1g-Q/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36663),('AbFvOqkGzNGn-Xfl7z2SFM1X_8wUfMcAwsAnoO5-SCsYgERH5f8FnWIYQmTXyqGnF5zkClNDfr4Y','What if you dnt have no insurance or nedicaid can i still be seen?','2017-09-18 00:04:47.625000','2017-09-18 00:04:47.625000',1,'Nicole Houston','https://lh3.googleusercontent.com/-vi4Alc5Y0W0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1ljGSrel4uqU-u2rl40ydY-ssKQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29966),('AbFvOqkgZsfPO5F-RvYCaPNPIy7UGgPdUmQInAQpfZ1PGbsmSym3fWN237QsqFn_BwsT5PnnrcxhwQ','Alysia was super sweet and helpful. Akunyili was very understanding.... Sarah helpped to really calm me down and just help me not freak out','2020-10-12 16:09:06.871000','2020-10-12 16:09:06.871000',5,'Shelby Pullin','https://lh6.googleusercontent.com/-BKvM9ySUng0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclzlnUoN2SCk5ipC3146yNiv72MOA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28503),('AbFvOqkH_8wyz6d2dB8hxU1HJFEv3ximFDXPVthfni0xyaft8zTpOoTKt9Esj9aW4caFfhVyhm7nEw','CHRISTINA R AND TOWNESEND WERE THE ABSOLUTE BEST!!!!!!','2020-09-24 16:35:29.902000','2020-09-24 16:35:29.902000',5,'Rachel Alexander','https://lh5.googleusercontent.com/-2iYs_KF31z4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnJcZuQiUollBtIQJV0YjhDfdGh1Q/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35765),('AbFvOqkh-0wX9no-u2KpLtjywVQjmQI61qoN4Ysft_kPan7zxyNQfAIsoFxJaPSUCd41s45wkZgR5Q','The best experience I had in a er..the doctor and the all the staff were very attentive and they even talk to me and explain things every time I called with more questions...thank you for being so good at what you do and made my baby feel better so fast..ps no wait.!!!!','2019-03-02 23:11:17.906000','2019-03-02 23:11:17.906000',5,'Andreea White','https://lh5.googleusercontent.com/-jhXQdjPuQP0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCFaSWpNVnpK3y_Ga-w-EUQEBFJg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkh-B--Uya0xoQzihz97DurUUiK24NpzZ4hMI-cVHVzHRERxxX2JXSIyqfllHHZmBMFSjevsg','Staff was very helpful , and caring , took us in right away and assisted','2020-02-17 17:48:40.998000','2020-02-17 17:48:40.998000',5,'Hakeem Magee','https://lh5.googleusercontent.com/-nH0ysb9J-TU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmFtl1WapiL8nARLBPMVxOJqDi3tg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28716),('AbFvOqkH-H93jnRtI8QkOlxA3gWe9Nbu1z9dAzuY5BXPjRCDlpRGraWhvbdsKCbs2mCtEA5xBkTx',NULL,'2020-02-08 04:54:52.251000','2020-02-08 04:54:52.251000',5,'EliteRoyal GroupHouston','https://lh5.googleusercontent.com/-sNoKTA3AHzs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclIl4t4Rq-YJb2k4MpQnQISkPNN8w/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36631),('AbFvOqkh-JeJrnl1aU0N0w_Vsxj8V8gyWVKRH0kLsoDrV8qiSpBG3VobSpKgaMVYOCRK12IyESgx-w',NULL,'2020-03-12 17:49:48.527000','2020-03-12 17:49:48.527000',5,'Bek Parker','https://lh4.googleusercontent.com/-WL-7kCwLu4I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmq0R0JRd_G_G7nEVUceY8J9A4Q7w/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39564),('AbFvOqkh-PeofSBBIks7wj-FdY4UFFJqFDAUaq2NCMFTFrKtn86AUq-tgQETvfFUgKGKfjxBgK0CHw','Samantha, Chris, Bryan, and Ricardo were all super nice and friendly! welcomed me with great arms and caring!','2020-06-16 04:24:08.536000','2020-06-16 04:24:08.536000',5,'Jacob Garcia','https://lh4.googleusercontent.com/-WlZ8WPzqPjY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclPzsqS52JQ5KxYCEJZFxN7Wxp_-w/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30197),('AbFvOqkh-WgJBPep9x5jhXVtA8QGk9znIiJ2fWLU0UIv_Lkxp7W0lPT1z4KIM3tnjO5uYEAkL9JEgQ','I\'ve visited this facility twice. Both times, there was no wait time. The front receptionist was very kind and helpful. The doctor and nurses assisted us in record time. And the checkout process was a breeze.','2020-02-10 19:38:03.445000','2020-02-10 19:38:03.445000',5,'Jasmine Z','https://lh3.googleusercontent.com/a-/AOh14GiaaJz-TUrIUhELdXDqXV1mUn60mr13HlEAOh66TNg=c0x00000000-cc-rp','16389487648212004696',33379),('AbFvOqkH-y16QhkCICgSs6eZoDe0SQ-TZa995tfDfOGNrG5oNUMsIYKJjvdYgoCIX2Z-0fb0RzoFPA','Kendra is so much help!','2020-03-08 01:32:44.898000','2020-03-08 01:32:44.898000',5,'Jackson Roberson','https://lh6.googleusercontent.com/-qwqlNVsEX4Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmbN1hrVrLuxYo_OLTzJt2ijFZyUA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34313),('AbFvOqkh0AyQGfrIgX3NSiNmP-qXM1MwgainMYHwE8lYxEojVrMA-IXkr2W35TgB9cjDU4wHGUiWuw','I would go here before I go anywhere else. The staff goes above and beyond to make sure that you are taken care of. Even my grandbabies had received a small token just for being there with there MeMe.šŸ˜šŸ˜','2018-05-08 00:50:00.151000','2018-05-08 00:50:00.151000',5,'jane fernandes','https://lh3.googleusercontent.com/a-/AOh14GhmmtRGWX1ynU6Cmzmu0uPh4zE_DYQ4Ehw2vNtHJA=c0x00000000-cc-rp','8918455867446117794',43394),('AbFvOqkH1KUlCtrZndSEXHqlaRnzzXJorqqOv3o7DG6N0KZjG8Al5NrV5KhJ7QNK6AUGSIKqCveE','Beautiful staff and they really care about your well-being. Great attitudes 😁','2017-02-07 01:30:32.025000','2017-02-07 01:30:32.025000',5,'rashad williams','https://lh3.googleusercontent.com/a-/AOh14Gh1zS1qzlE5Nb3sDLLAH5brJPP7i2NOOIezvdOpPw=c0x00000000-cc-rp-ba3','14904078213800803294',32739),('AbFvOqkh20jmHrnIGLOTrCOegkQHhtK47yexoT_wNEfskNRPd9PV3Rp5j0mDkGm2597ajICC7GOStA',NULL,'2020-06-15 19:50:36.928000','2020-06-15 19:50:36.928000',5,'Chito','https://lh3.googleusercontent.com/a-/AOh14Gj1ueB0Xy-yZW4jGKi-ZRJRNI08i-M4AsPsIVaEq98=c0x00000000-cc-rp-ba2','13486358490203335051',29385),('AbFvOqkh2jKfbpfz0Adf9vFeJt-800mklJL84sdKFaGyNhz20LRswf0iVH5pxemPt0GDSmYonaFb',NULL,'2020-09-11 18:11:48.068000','2020-09-11 18:11:48.068000',4,'The_realbigboy 1','https://lh3.googleusercontent.com/a-/AOh14Ghp1M5rswmV5_uF6cmk_-gx1Dfk1Skbo-huCD28=c0x00000000-cc-rp','8918455867446117794',42913),('AbFvOqkH3i8BQxPiz0GA8vGEApbIg5leYMsKl4O3427TN4LEsq8z3DpMLm7hBk6Z-x80yrITF16W','Very nice staff. Nurse Sherri and Dr Daniels were quite pleasant and helpful throughout the whole experience.','2019-01-20 04:11:09.031000','2019-01-20 04:11:09.031000',5,'William Mckinley','https://lh5.googleusercontent.com/-OpxVEdbjDZY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3sZmchi_O0SBQ7UKTyimbrJ5iCQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30621),('AbFvOqkh3VwBc5PV7KWY0TCxHQu9nK6wynPThsdCprG3Yhj-f-W8PJynZjJD9itRZH_tmrJrKRy1mQ','I cannot say enough about this place. I have a nervous system condition and have dealt with my fair share of ER clinics and they have been by far the best.They have seen me through my lowest times and have helped me stay in college at A&M.','2018-04-25 01:00:51.371000','2018-04-25 01:00:51.371000',5,'Mia Self','https://lh6.googleusercontent.com/-gDAfa-4Q-W4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucml9N-BBqYba3rSaVB_8VBAshtJ_Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35279),('AbFvOqkh4rbK3Ryo5aY48kKpDTcFgF5DwUp-tdTIZnyEUcFGybb09WO-QRpInOfZiCVTCsyDu5d5dQ','Great service wonderful treatment!','2019-11-14 22:09:11.376000','2019-11-14 22:09:11.376000',5,'hailey fox','https://lh3.googleusercontent.com/-PQN5pKMg11Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclfuYfsKx1VmwlRhXO3uMr2Rj_ouQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40385),('AbFvOqkH4x5IiiN2VCsLQqYi8M-wQb5GF1P1MVA1wgnn7nj9h6B77hCgmSQmobpQchAILBNADpCf','Signature Care Emergency Center is the Best Ever! My wife had a sudden onset of UTI symptoms so we rushed to Signature Care ER in Bellaire. They wonderful, kind and professional staff there quickly got us checked in and seen by Dr. Ybarra. He was very knowledgeable and personable, ensuring my wife was comfortable and taken care of. Nurse Katrina was very nice and skilled in her job and helped my wife get her first antibiotic dose, while ensuring she did not have any reaction to the medicine. Registration staff(Theresia) made sure we understood all of our paperwork and Radiology tech Shane checked on us with a smile. We were given a warm blanket and water and offered so much more than we needed. The facility was sparkling clean and very modern and upscale in appearance. We could have hung out there all night if we needed to and we would have been very comfortable. Thanks again for everything to each and every one of these phenomenal people that care for those in need 24/7~!','2019-12-24 15:49:03.248000','2019-12-24 15:49:03.248000',5,'Jesse Reed','https://lh3.googleusercontent.com/a-/AOh14GjS9a-Mc_Ey8NU-4B5Ho2Xj0EXn9Bt0e3SjvDJ8KQ=c0x00000000-cc-rp','8679688254631342173',42535),('AbFvOqkH4z-GlD9W_KMfz7RbXYXOA76SV4tEkaeDzrNVN8Omhuf8qFjo2ZgtH2JgmSEgOqPULQlR','Friendly staff and fast service!','2020-12-13 18:45:44.171000','2020-12-13 18:45:44.171000',5,'Amanda Schlickman','https://lh5.googleusercontent.com/-7NjGYdng7DE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmqGs_OHo48QSvs-fmtzH9IYLVoEQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31275),('AbFvOqkh5pJxNUo0-9VEyrLRePzUODauvd82hH431x3j8YXzmFa-dmSje5PYBO0ixvQdqsNgIjS3tw','Receptionist Jessica was very friendly, the doctor and nurses explained what they were doing at every step and got us out quick','2019-12-06 04:08:39.490000','2019-12-06 04:08:39.490000',5,'Daniel W','https://lh6.googleusercontent.com/-Nv8Vx20kC9U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucke6M4VLXPoRZ_yvPt8bVHLeBEASQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41539),('AbFvOqkH5WrbYlPk_rhRMudtCYrmO3dsSaO7om83sLz9IUfYljqUgvFLIB8OoGatrp90F9_gwQG81Q','R. LEAVITT, MD, LAUREN M showed great patience and listened to me my problem and immeditely got me out of pain. My first experience with Laevitt is awesome!! i would definetly recommend Dr LEAVITT and Signature Care Emergency Center','2019-12-07 03:49:03.899000','2019-12-07 03:49:03.899000',5,'karthikeyan sarveswaran','https://lh4.googleusercontent.com/-IkiamVSTnMQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmqHpVBdE7ZnxPetZtk7V1PFEe8GA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33630),('AbFvOqkH6LHtibKNsMDUShPxh8qc53Svd2iDm6gtlyTkXIpGgAvzyLeC0pPqkjbdyTGhVEc8YrsCvw','Highly recommend this place. First time here myself but brought my daughter prior and was always impressed with the care we recieved. Taylor, Kennedy, Megan, and Bryan were great.','2021-01-01 01:35:30.839000','2021-01-01 01:35:30.839000',5,'Michael Kvistero','https://lh4.googleusercontent.com/-EyW3VLLJM6Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm0uQNO34xQ-YP_a6woMECFHbxi9A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44227),('AbFvOqkH75RmzN4lDf9uf8214OmZwniD4_VJuOeWrawoxZvnYPS3PDR_1iI40Y2583ydckV48LZo','Could not have chosen a better place in my time of need i was in so much pain from a toothace they\'re not a dentist But Dr Zhen did what ever she could to ease my pain and make me feel comfortable overall whole staff was super friendly and helpful','2020-01-05 10:08:54.274000','2020-01-05 10:08:54.274000',5,'Linda Jacobs','https://lh4.googleusercontent.com/-CV0lXE8qEbI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucny68ptgGKRXa64BIW3TJfxZW6AIQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32385),('AbFvOqkH7uyITlgsWfdT5aFRhszRdQQVQgrzKmyInhhQZOYaRaQRHCWVCPxcZ57BM1h50UrL0AdQcQ','Went here last night. I came in frantic!! Everyone was so nice talked calm to me. Helped me through my emergency. I wanted to go to the hospital,but my mom knew if we went there that we would be there sitting for hours. Just to be seen , just to be put in a room,just to have the wait some more. So she decided to take me to SignatureCare Emergency Center. We\'re in and out in no time!! With fantastic service and in perfect staff!! They offered me water afterwards, as well as offered my mother coffee and made her oatmeal!! Definitely made all of us feel welcomed!! I would pick this Emergency Center again..if I had to ...as well as refer this Emergency Center to friends and family.\nThank you so much!!!','2019-11-16 16:36:09.574000','2019-11-16 16:36:09.574000',5,'Jaleesa Bautista','https://lh3.googleusercontent.com/a-/AOh14Gh6G2xOPnYa4HsCrsmtiHoj0G3FHeDiIv6bXqh4ew=c0x00000000-cc-rp','14904078213800803294',32406),('AbFvOqkh7w3jLX12armu-uIleP_WVeYVBf8AkXFu50b-1nc-EV0NZhJvoYvuovtCwm8Xep2Y_C8u','The employees at this location were so helpful during a difficult situation. My nurse Austin was attentive and very professional and Tiffany got me in so quickly! I will definitely return for any future needs.','2019-06-10 02:03:55.204000','2019-06-10 02:03:55.204000',5,'COURTNEY MATHEWS','https://lh3.googleusercontent.com/a-/AOh14GhfVoh6IKRaExWefx648lRlbtfuQGPFrOtGsKYsHA=c0x00000000-cc-rp','8626688543755174284',42051),('AbFvOqkh8__EvEwnh1XxKPLWsN0Q8YY8vi-yqpUR1UIEsSrogfkg7Xz4n1fAdANAuF9Ke9PU7HegDQ','Let me tell y\'all this is absolutely BEST ER I\'ve ever been too. I live down the street and would attend Memorial Herman but today I decided to try this place out, and i dont regret it all. I went in feeling horrible and left like nothing ever happened. The Dr and nurses there are the BEST!!! They made me feel super comfortable and at ease. They did everything they could to make sure I left feeling 100% an I DID!! I cant really remember all the names only because at the time I wasn\'t feeling to well to remember but every single person who works their gave me their full 100% and for that Iam very grateful to have met such a wonderful team. Will definitely go again if it\'s ever needed . I recommend this place over any other place.','2019-02-09 22:38:26.894000','2019-02-09 22:38:26.894000',5,'Felicity Cruz','https://lh6.googleusercontent.com/-6A1mBMiF6uk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckaL6PEe4zGoh-zzF4prIaCOnM_kQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30609),('AbFvOqkh8LVtFXVRCsW7g92KylByL5rB0jWsA4nmZ4BLSbEUgDZFOtN2WUK3vxXo9aXrp1TKaIQe','Dr. Rankin , nurse Jamie, Radiology Cari, and registration Angela all provided excellent care during my visit. Thank you','2020-10-06 01:47:35.392000','2020-10-06 01:47:35.392000',5,'ANTHONY CHANDLER','https://lh6.googleusercontent.com/-XtxNtMAsdok/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck1PiIb8iLIU63hNnl56EBXqMvUCw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38937),('AbFvOqkh8TRYdBFifGwkWVYSglqLFNJ7LY0wfaYgmtgfbKLEPZzqtiMAwF7KtoM6YJhE010l3W4oWA','I had a Great experience at the SignatureCare Emergency Center in cypress. The staff was pleasant and helped me right away. Nurse Ekaterini explained everything to me and helped me feel comfortable and Dr. Harjai was very professional and took great care of me. . Thanks for your help guys keep up the awesome work!!!!','2019-09-19 06:08:07.631000','2019-09-19 06:08:07.631000',5,'DinoREX YSAM','https://lh3.googleusercontent.com/a-/AOh14GgbWJQYsjD2M_-HTJorAqnZaIgZ8rEgxs_E_bjY=c0x00000000-cc-rp','16389487648212004696',33945),('AbFvOqkh92bONiNr3JkdxqI7xQ4PrPGz6m46jM2AvnWOzMTsVYBYgfAqW8FQsvg72-lSbheamlQnBw','I was so impressed with Signature Care ER. It was easy to make an appointment, I did not have to wait and the staff and nurses were beyond professional and kind. I highly recommend it!','2020-11-11 16:45:31.865000','2020-11-11 16:45:31.865000',5,'Lauri Ragland','https://lh5.googleusercontent.com/-8dz-jEwb5mo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmAK6T_KwkXJT3tYlPox44lqwQ5kA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31374),('AbFvOqkh9AJrUJeUdNGbda3uipGFG6HZzayGDoW4VKXa5CK1E6u6NYixDL1HuD2l5hs1No3QHfl2yw','Always quick to be seen and very respectful...Thank you...','2017-12-21 17:30:47.375000','2017-12-21 17:30:47.375000',5,'Clarence Langston','https://lh5.googleusercontent.com/-1sqS8qUpkK8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmfnEXwknJD5qahVXXBudy_IVNe4g/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43442),('AbFvOqkh9EyYE24-knloRnhpQmYL3mtvQAPwTuZevwY-B9ppt2vHdf9tMcArgCjN9BTneTG-6w36jA','This place was awesome the nurses and doctors was great! Also have great snacks!','2019-03-02 21:34:51.917000','2019-03-02 21:34:51.917000',5,'Ashton Van Duzer','https://lh3.googleusercontent.com/a-/AOh14GjGb8jgROt0dXaNXSi3-y4tP3dVV7Yka4vkeHjQ=c0x00000000-cc-rp','16590124370714063921',34977),('AbFvOqkH9kgq3-ymTyh1c0njqF0tjHQPSmhJghnPHry_rSkjyzivFx3818TM-pSEAXzWNPjoHfU4-w','Literally in & out in 15 minutes! They’re being extremely careful with Covid and everything was super clean! Staff is so nice!','2020-08-22 01:54:13.511000','2020-08-22 01:54:13.511000',5,'Ashley Dale','https://lh3.googleusercontent.com/a-/AOh14GhzK6yplIHyqjqUwX2VgvyyqW0G-3vCw-dl16BdYw=c0x00000000-cc-rp','2694018788013845459',39020),('AbFvOqkhai_SPLwM_dhhQBFq-DvbplS6rc1MtYzVG79ITr5b3l4ohGSoteByl2fh-g2g4YlCoxyW0Q','Great staff! In and out in no time.','2020-08-04 20:32:15.044000','2020-08-04 20:32:15.044000',5,'Kienan Goodnight','https://lh3.googleusercontent.com/-Sir4hEGfiJw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckG_RoS5SiQWva6TNFzQmFdbW0jHw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29327),('AbFvOqkHAyDUMU2afFtXAg-giBe-SYrghoUKdFKY4a9jyCg3-z0x-DGXx0VPlpUpHWozGOvabG3gfA','This was my first time at Signature Care Emergency... my first impression was positive due the the clean environment. Once I met the staff, my first impression was proven to be spot on and confirmed. Every Team member was focused on a positive patient experience and quality of care. They were focused on my wellbeing, they listened to my concerns, kept me informed by communicating throughout the process.\nNo long wait times to be seen by the Physician\n\nI would highly recommend Signature Care Emergency!!!!','2019-06-11 15:12:21.468000','2019-06-11 15:12:21.468000',5,'BlackIceMusic & Film','https://lh3.googleusercontent.com/-Omg_mPf7rR4/AAAAAAAAAAI/AAAAAAAAACI/AMZuuclFs1DIqbNbTjKQdzW0WCgl0smsMg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkhB6zfTYpGt0c2uJMjqhre-rb6Od9-6JTrr4k8yCssQRnxH3pcY0H1MsIhwlI4lp5dzUoh9Q','Quick service. Clean lobby. Very well run establishment.','2019-02-14 04:45:30.895000','2019-02-14 04:45:30.895000',5,'Adam Cearley','https://lh3.googleusercontent.com/a-/AOh14GiY63k8_NXZEsfyJ_iaMbi1WcOnLHAeNqF9P0e_fA=c0x00000000-cc-rp','16590124370714063921',35011),('AbFvOqkhbCHKGvrzY89xK57kpltVPF0VPXF_nEjN1JPPu1jNxujvkpnq6KFMV3mnyaqKhyztu-U8nA','Front desk staff was friendly and efficient. Got in quickly and tested fast. Cody and Brenda were friendly and helpful with any questions and concerns. Easiest testing I\'ve had.','2020-10-30 20:45:43.504000','2020-10-30 20:45:43.504000',5,'J Jeffreys','https://lh3.googleusercontent.com/-wsKdgB320LU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl7iTq3kZKrYcfIHGklUkqleg0eXQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38448),('AbFvOqkHBd-EQ_VZ71ITOkb1qRJhXYVflA4bEIu8iKcuMQbBI8beTfHB4JpJmWz8s5uKUwFjfxuA4A','Service here exceeded my expectations! Shout out to Dyveliz, Lindsey and Rebeca at the front desk for being so friendly with my daughters on Halloween night to Natalie, Jacob and Jeri with the nursing staff and Dr. Morrical who will forever have my deepest gratitude for going above and beyond. Thank you, thank you and thank you!!','2019-11-01 00:12:09.384000','2019-11-01 00:12:09.384000',5,'Jennifer C','https://lh5.googleusercontent.com/-l5Aovr9AFpo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmaGe7j-WKLIuvBYQzEg1877_3Yjg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34588),('AbFvOqkhbuzyF0k6XTCv2pH0CJZ6ogLAepuRnVE1QfYTPl_betZCpLcP4SMlQiZqYJOjjZHPIOyv','I normally don’t do reviews but this place is amazing. Signature Care is a great standalone emergency room and for them to stay open as long as they have they must be doing something correctly. Love it! Perfect even during COVID! Julesia H and Tracye D were perfect. I really appreciate this place during my time of need.','2020-11-24 15:36:54.014000','2020-11-24 15:36:54.014000',5,'Ariel Wyatt','https://lh3.googleusercontent.com/a-/AOh14GhE2dMtNjTRc2Tpk4rdZEQvLnkD2r1Z8OUnFaWlRA=c0x00000000-cc-rp','8918455867446117794',42821),('AbFvOqkhCM8cxrZu5FPZisyCcQgnIm2gkl-k3E_hyXiZ_VaLKcB7qE1KvmC688CyOJDfv7H3W3Kb1Q','Kimberly, Becca, and Brad all made the experience here great. I was in and out and helped within a timely manner. I will definitely be back and will refer others to them.','2017-08-21 16:10:41.681000','2017-08-21 16:10:41.681000',5,'Avery Rios','https://lh6.googleusercontent.com/-vlDbHqvarQE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckrYl173nBqC1w1cy45CgLglUIjfQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35397),('AbFvOqkhCvASM2pmMVVl6q4DR0e2UGlWyXC6fIjp_k9WI_5IGvHT7L9_ozX6fcNhWikUBlA7-Hj5','This is a fast and great ER center also Luisa and Alvean were so nice šŸ‘šŸ»','2020-11-15 21:21:44.206000','2020-11-15 21:21:44.206000',5,'Rocio Cadenas','https://lh3.googleusercontent.com/a-/AOh14Gjxesab2k4mqGXlegakCMlBS3QQKWCAans4vzp4yQ=c0x00000000-cc-rp','16389487648212004696',32919),('AbFvOqkHDCUx9A-S_Z4t9HbAx8PLktCTAxAgyD1-9-HtMS5rYzJPKG_Z6cF_FVdlgj9b9F1bOS7Q6Q','Very attentive and warm staff; from Kimberly P., Nicole G & Julie H, Dustin H, Ricardo G, and Dr.Lim.','2020-02-15 04:09:16.679000','2020-02-15 04:09:16.679000',5,'Jessica Marshall','https://lh3.googleusercontent.com/a-/AOh14GjiUNxZ5yTyy_zl9-xTRR7tDFkkQCHtVU3sjpoJfQ=c0x00000000-cc-rp','14567670160750071148',30246),('AbFvOqkhdcZSQoGl5kMw8AHsQcyv-eKCRVZhfGwBhSm9eX4kWU30tTHY6hegwYDj8yPVUcdKIrLm','Doctor Miller was really polite and helpful all the staff here took real good care of us its the 3rd time coming and always leave with great service and well taken care of they know what they\'re doing!','2018-08-10 01:02:39.485000','2018-08-10 01:02:39.485000',5,'Cristina Vasquez','https://lh4.googleusercontent.com/-a7NF9T8_xEM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn1o1DnSIVZrS_x-5GL2xWa5hq44w/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30790),('AbFvOqkhdfuQPFEqwQMyUWfWeP_6nS8f46U9Ezdh20qKjDnrlnRWrb3YzdaXYfldMX3ug11ONg9t','LA has negative reviews I will put a negative 5 star rating due to the reason I come in and I have medicaid and medicare they do not accept that I would have to pay out of pocket. As a disabled person I will rate this hospital or ER whatever it is a negative 5 star rating they want us to pay out of pocket they should not even call themself an emergency Room','2020-03-13 01:36:46.153000','2020-03-13 01:36:46.153000',1,'Ricardo Garcia','https://lh3.googleusercontent.com/a-/AOh14GjOAiWtHv_ViECjUaXG-D0_XaI0S4FR3y4XLgZNMA=c0x00000000-cc-rp','6521947413723274945',41395),('AbFvOqkHDnk01PKtoOwublsLvnCIHTxmNuiePFewv1uDVDsr5Vi_5UlvP70AWOxhgfCJhDARScOAtQ',NULL,'2020-08-11 16:33:47.378000','2020-08-11 16:33:47.378000',5,'Franklin Rauda','https://lh4.googleusercontent.com/-1iGFD0imIeg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckTF0cHJSyGqahCs2bBmpWFyipFpQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38618),('AbFvOqkHdNsxokxk5vlTMHkTNASqB8G3cWCHM8SENMIcOYsdeKdZZt3IqvChErhNPoNgDH8aauNmow','Tory rocks!','2017-02-03 03:07:08.957000','2017-02-03 03:07:08.957000',5,'Charlie Aguero','https://lh3.googleusercontent.com/a-/AOh14Gh4mA80-DuKxx6Xqv5auMcf6-hV99TzWYIktEm0RQ=c0x00000000-cc-rp','3511292162159714121',41119),('AbFvOqkhdS8oiB5S9wb1NhlxEXjkUpp7VMrDgqU6aZpOjgH071At7_Kfr2Oct8Lm3pkOc_j6vBYsLA','The staff were professional and pkeasant to deal with. The receptionist (Amy I think) was amazing. I expected a long wait time and tons of paperwork but she was very attentive got us in quick and with little paperwork.','2019-03-26 15:34:53.099000','2019-03-26 15:34:53.099000',5,'Jolene Akery','https://lh4.googleusercontent.com/-u7fIvI-zwgw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucknT-mhUl1wHdYOeJiu_POBoNcMyA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30575),('AbFvOqkhDwHT3KTdfwMskwtsLpUFO442DPOg9NcShVQKhXm-NjWzLXA9IpqhrMlZZ-qvxEVWElPjEA',NULL,'2020-10-22 18:26:13.624000','2020-10-22 18:26:13.624000',5,'Eva Garcia','https://lh3.googleusercontent.com/a-/AOh14GhELymGo0pGo-uUeC4CcJNft91vd3sjxswg4shB=c0x00000000-cc-rp','14904078213800803294',32200),('AbFvOqkheA2VvOkCKUV_s3zOB-jrh9QLUNRJ46WMbkzy4nb9R7DphYzzONaYcrasC6v4bHlqF81sPg','De. Leung, Yeovil, Amy, and Jessica took care of my mother very well and were Professional and the visit was quick and took care of her needs. Would recommend everyone to come see them','2020-08-15 15:01:35.409000','2020-08-15 15:01:35.409000',5,'Frank Gudino','https://lh3.googleusercontent.com/-rIDdtKfJdsI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnP_GiWNW5jZB6lEsY7KGYLPokdnQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38593),('AbFvOqkheCGo-NYOJKluiGWXMSxUxI5ATcxnNasHRnKPhU_JaxF4HDCjGFmBH4v_rirbSmLxjpWQ5w',NULL,'2019-10-11 20:39:04.703000','2019-10-11 20:39:04.703000',5,'Toya Brooks','https://lh3.googleusercontent.com/a-/AOh14Ginlq3syy_K49aWaIMRpcEBd74iXYZ86xGh84qfJ64=c0x00000000-cc-rp','13486358490203335051',29625),('AbFvOqkhEe6MWwp_rFPuOv42HGathuqyI4frdS1xE7KwKsmIo9TrGoNmK3Lrxxbw_qCeRFuC38TZqg','Service was fast, professional, and very friendly from everyone including (sorry in advance if I spell names incorrectly!) Dr. Role, nurse Katie, and Delfino at registration.\nWe hope never to have to be back, but would go here if we had to! :)','2019-05-13 01:55:54.682000','2019-05-13 01:55:54.682000',5,'Ben Randle','https://lh3.googleusercontent.com/a-/AOh14GiUmEEOldjPLtNk9NGkpkN5H2C9oXk-aHEJIV31=c0x00000000-cc-rp','16891069708558046635',36207),('AbFvOqkHeG0M3aqCRE7HvDXn5P2R0wyo6gErddYSZAQhzyVOHaUB9FxP5TT2Oe1WsK5DWrswTm1JPw',NULL,'2020-09-11 17:54:51.497000','2020-09-11 17:54:51.497000',5,'Zatcoff Household','https://lh3.googleusercontent.com/a-/AOh14Gh1Y1tHxu2CqySsYrUh6Au4SWrEjqVwNs6yEwIg=c0x00000000-cc-rp','8918455867446117794',42915),('AbFvOqkhElFAKk7DHkwbtFeSlZc9lNd3hIgUF40a2Fx59MXHtdOLB3s7bArYx4V7XQJxz6kffsIHHw',NULL,'2020-12-30 14:55:51.387000','2020-12-30 14:55:51.387000',5,'Traci Phipps','https://lh4.googleusercontent.com/-iTlLc9m3PaE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJzT4XjHQiFRtMzi3crUPbP5BU1Q/c0x00000000-cc-rp/photo.jpg','8626688543755174284',44140),('AbFvOqkHEqI2rMpavV2q9GFTqN9pT-5DRAg3f1ppDCYepr2DS3Nb9Dfi-q3yAvdZ849XuKWtpIryFA','Best ER experience! Sindy, Laura, Quyen and Dr.Evans were extremely friendly,helpful and informative. Highly recommend','2017-11-22 08:41:51.246000','2017-11-22 08:41:51.246000',5,'Tabitha N/a','https://lh3.googleusercontent.com/-qX9AESZ-WcM/AAAAAAAAAAI/AAAAAAAAHuY/AMZuuckxOcYrnChjzwMvNGxbZhfts7dkRw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40990),('AbFvOqkheydCFtes4CWPpBOGjp7fQokiFQdf3pQI7EMae6uTU1JvdUeqhgTR4nYUwmmudsXTDp_Beg','Got checked in for abdominal pains. Everything thing was quick and smooth. Staff was kind and professional. Needed surgery after some tests and that was also booked fairly quickly. Overall, it was a good idea for me to come here. Alvean, Tricia, Dr. Patel were great in terms of communication and attentiveness.','2019-06-06 17:17:48.371000','2019-06-06 17:17:48.371000',5,'Mike Nguyen','https://lh6.googleusercontent.com/-jVuRbz1EguI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmbbH3h2AW4XJ7b-LBfekT1QiYl-g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkHf8UD4_q0YULuy_6vuPmyJWqNxb1GIjV1arENiq-e2dLYeXZGPzDZG8ZvzNrboInsKLUriw','I brought my 6 year old daughters in for a rapid covid test on a Friday evening. The nurse (I wish I would have gotten her name but I think it was Nina (looking at paperwork)) who did the nasal swab was amazing. She made the girls feel so comfortable and was so good to them. I can\'t thank her and the staff enough! We were in and out in no time.','2020-12-21 17:42:00.709000','2020-12-21 17:42:00.709000',5,'Ashley Dutton','https://lh3.googleusercontent.com/-HsrMEWM4Wic/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3erns1llPkESX8Q9G7VTK5YJ3kQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',43638),('AbFvOqkhFALHAxwmj5rbwNOhEKqMZSu4mNZ5kz3g5kN9-MhR4Nd8KlZcjWjgFAArFdZ1AK_K56W6ZQ','I came in and received fast service. Everyone was very helpful and explained everything well. I’m so glad that I chose to come into this location.','2019-03-22 03:50:08.602000','2019-03-22 03:50:08.602000',5,'Jazmin Sinclair','https://lh5.googleusercontent.com/-lwnYkMERB70/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucne73Eb69hGD2S1Af7yk9HR1FvjWQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38242),('AbFvOqkHFd21Xpmn563e10_LW6w2yLV0e71UrNZlNaIzxPxyl2kIV90lcv-LRRym1ZtabaYt9KUO','Dr. Ybarra, greets you at the door\nRN Katrina give special care\nER Tech Cedrick made me feel like I was right at home\nRad Tech very supportive\nReg: Therisa was very patient, kind, and offered good hospitality\nOverall they were a wonderful team','2020-01-04 02:42:50.244000','2020-01-04 02:42:50.244000',5,'Visionary Hands','https://lh3.googleusercontent.com/a-/AOh14GiWwTzdv-CeKTbXytwxU4niG0CSMJvFq-v4VuTR=c0x00000000-cc-rp','8679688254631342173',42518),('AbFvOqkhfo4wWAHqu9jNg0FTZOWu5UqSSBisgB9LmJBNj146BLsrPLwPdyEyLgIOg0VkFjNqfXHBig','Great experience! Quick, fast and easy. Staff is very attentive','2020-07-29 14:45:36.924000','2020-07-29 14:45:36.924000',5,'Roxanna Briseno','https://lh5.googleusercontent.com/-rC2rfFmAbKE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVl0-UtsTPMCAr3MQUwKPHVuFbyA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38708),('AbFvOqkHfV_q9i8h1GFvCYtDFimXUy5UA7xGAx4qpeHUs48fd00dpy5nz3F_MzvGS09UxY7FEPvQ9w','Most amazing experience ever, especially Dr. Appiah!!! He was courteous, patient, attentive, and took his time to LISTEN to what I had to say and come up with a plan to help me even after leaving here. Patty at the front desk was very welcoming as soon as you walk in and informative, the rad tech Tricia was funny and personal, and Tricia my nurse was very professional. I won’t go anywhere else in the future for an ER visit. Amazing!!','2019-09-28 21:58:28.713000','2019-09-28 21:58:28.713000',5,'Lyne C','https://lh3.googleusercontent.com/a-/AOh14Gi56ewEkOsSuGSQ8I7_3Euyvj1Zdt39wZyhcdnqIQ=c0x00000000-cc-rp','16389487648212004696',33925),('AbFvOqkHg4lBibG5fxzng93WN3ybzhBKm825zg9hZ9UvLdj8JGZJCSZlB6k6I55gXMe9wxtjGww','Very quick! Staff was friendly and informative!','2020-10-29 19:22:26.002000','2020-10-29 19:22:26.002000',5,'J Davis','https://lh5.googleusercontent.com/-Lq6oBvQt5Og/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVok25PmBPPFX1fdTHiCDycB0wFQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32183),('AbFvOqkHG70-JQsvbXbfUG5QInsNrHZcI9Y103nwKFDGvKI-HTXcUj0LeeG307yjyTVM742KzU-9Pw','Doc Lindsay nurse Sarah the rad tech Fatima & ms tanishia were wonderful they were very helpful and caring and also explained everything in full detail . Thanks again','2019-12-06 07:56:34.454000','2019-12-06 07:56:34.454000',5,'Triplea clay','https://lh6.googleusercontent.com/-Ll-opHXwndw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl2wtbRIr90QAXxJYZekKUSQ7F6vg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37823),('AbFvOqkhgAIBYSNplJpppubGUhPc4px2ntq8_UrQBtDSBRnDYFMKH7mds3JTF35RpchK8QemWFAj','Amazing ER! From the receptionist, Nicole, to the nurse Calli, to Dr. Nguyen...everyone was so friendly and knowledgeable! I am pregnant so I’ve just been super nervous and checking on small ailments, but they did not minimize my experience at all. I got a COVID test and that was super intense by nature, but Ms. Brenda who administered it talked me through it and tried to make it as calming as possible. If you want an ER that is caring, friendly, and quality...choose here!','2020-08-22 17:22:00.163000','2020-08-22 17:22:00.163000',5,'Zamaria Venzant','https://lh3.googleusercontent.com/a-/AOh14Gi4wtIzmxd3odhqtAF4iul46XUHgCd4IgKx4Lmy7Q=c0x00000000-cc-rp','2077061009497551125',38567),('AbFvOqkhGkNDG1gwrzJ8vMu-P3x90W1ku5Q1_RbSdlqef6m5mosWTKFsxfUuMrsVdAmHSQdZYimV1g','I was extremely dehydrated and was also experiencing a severe migraine- the staff was fo prompt and helpful making me comfortable and talking through everything. If I had issues again, or know someone that is, I would refer them here. Under the circumstances, very pleasant experience.','2019-10-17 14:55:26.271000','2019-10-17 14:55:26.271000',5,'Millicent Butcher','https://lh3.googleusercontent.com/a-/AOh14GhMY18gOZ2H-3F-5ai0Eqe9yFATqyNoY6WHy8sc=c0x00000000-cc-rp','14904078213800803294',32414),('AbFvOqkhgSn9KlLTZEIfPy_3c8flAc4Zaau7n8zCsyqZxm67YggyyIaG05r2WoDS_61ZUf3XNtSV_g',NULL,'2020-07-29 16:01:36.314000','2020-07-29 16:01:36.314000',5,'Emma Rincones','https://lh5.googleusercontent.com/-HAQjazP7VKo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckmIgUy68O9Btb0eh0OdUWSVtLTXQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42956),('AbFvOqkhHA1jTmamphunYWwhWnvRCb7h5rmQsK6qfvXYkqWpAdfxqQmW28SF6gQI1VA-Je5fifzyPA','Rebecca V. And Dyveliz were very personable and gave us snacks and drinks.','2019-08-30 01:56:39.996000','2019-08-30 01:56:39.996000',5,'Haley Horton','https://lh3.googleusercontent.com/-N7oY5kOyU6Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucne0B4A1EWEQNkvhCnPHK8RF2CDGw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34704),('AbFvOqkHhDqdT54o9JgVUUanGxDkhbWphXBCbRggMdHFJg75UQI1wDD3os6LU1AVYdN9UHpkoL7Q','Super friendly and quick service. I was helped by Clay and Christina and they were so nice and welcoming!','2020-11-02 15:50:50.198000','2020-11-02 15:50:50.198000',5,'Scarlett Luedecke','https://lh3.googleusercontent.com/a-/AOh14GjW5foohlOr5AAYX1QEHgRoyt_zkw6h8zimS4rX2w=c0x00000000-cc-rp','16891069708558046635',35657),('AbFvOqkHhhC-v0tSbG8sLxIqpZXz1kFFeBVx4xgdj0B4Tm29SSjOswqK0kUVOz_eFQWZcrER61XQAw','I\'ve been to SignatureCare Emergency Center twice, and have been extremely pleased with the service received! Dr. Singla, Dee, John, Derek, and Eve, thank you for treating me very well!','2018-04-19 03:08:13.464000','2018-04-19 03:08:13.464000',5,'Angela Morgan','https://lh6.googleusercontent.com/-Hr0CgbT30-w/AAAAAAAAAAI/AAAAAAAAGPE/AMZuuclwwBbUBeyvWVhc-AfQ5ly0_2JdaQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40943),('AbFvOqkHiGO2WvAwfNq5_I_dDGszAIdWonOJPsVcdiEh3AJP2gXmVNmaS3-ZUzuhGFwheUk0sGMr-Q','I came in around midnight on a Tuesday and was treated and on my way out in less than an hour. This was the fastest and lowest stress emergency visit I\'ve ever had. Everyone was very professional and empathetic.','2019-03-08 10:50:45.953000','2019-03-08 10:50:45.953000',5,'Carolyn Hunker','https://lh3.googleusercontent.com/a-/AOh14GjHHr4XvaSKLgzs6Ie6L-OMSLeqcoscvyg2xWMmbs0=c0x00000000-cc-rp-ba3','3511292162159714121',40630),('AbFvOqkHIJSDz-0DCyI71CLgWXtmj9u3m-z2WijK-LvEILbFgi6vGaCoFpk-eklJy4dovJCt9UgWMw','The staff is very friendly & helpful. I would recommend for your urgent care needs.','2016-03-08 14:03:44.891000','2016-03-08 14:03:44.891000',5,'Sandra Christian','https://lh5.googleusercontent.com/-kLtSkZ2nbQM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnc0qMyuiuaP6xBTDuLHh7UHfXaHg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31261),('AbFvOqkHitmn-DZH4sh8cG8QRY-AmUouNhRYVclsfLEEASU9ErCpiBkHMuNfpbCW7k_lea3easQKYA','I came here with my mom since she fell at her job. I felt like the doctors were really doing their best to make sure my mother pain and injures were well taken care of.They were always insuring that she came first and that she ate well before taking medicine. Doctors and nurse Alvean A. and Chanell were just doing an amazing job at making sure my mom was okay, not in any pain, they also were very good listeners when my mom was explaining the Incident. So thank u for thanking care for my mom and I would definitely come again.','2020-01-12 17:29:33.724000','2020-01-12 17:29:33.724000',5,'Dina Tabora','https://lh5.googleusercontent.com/--e3tDgJ_4MY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcm5F5F9_oB8E_ObGc1qLrxasJ-g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33520),('AbFvOqkhizCumJ76vfBAZVFvDnEtlryOd3aluxQwfDZ5coq9obc5ut7BqdESU5Fm9BNLAPG2k7o9','Kat, Alvean , marcus and all the staff were fast and courteous.','2020-10-27 18:08:14.648000','2020-10-27 18:08:14.648000',5,'Sharon Cell','https://lh3.googleusercontent.com/-lVHQxMkPUEo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckca_K351vavEysgukstBeKXI6BEA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33061),('AbFvOqkhj7vB7koehr1LoRgzwcUbpeMfSz0VUwn2g5-GZEMdiuV2t3lcW2w3toyBjK1_tb8RzJtQIA','They were fast, kind, and I loved all the staff!!! Also, they helped my 6 year old daughter who was having a hard time. šŸ’—','2020-09-24 20:22:33.660000','2020-09-24 20:22:33.660000',5,'Virginia Denofrio','https://lh6.googleusercontent.com/-9NIYCUL3nas/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmiMRt-K4szBN6FaNmBhzNCnnRXDw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35762),('AbFvOqkHJB19oh1hv0aiEg5RfPZiWA_s5CldCynpH54GI8kgK1jAnNB_kDUPTzlyWe-PAvIPHb-o_g','Dr. Edozie\nJani nurse\nEr tech Brian\nRad Marcus\njasmine registration\nThey are all awesome I love this place...','2019-11-12 15:00:31.940000','2019-11-12 15:00:31.940000',5,'Erica Davis','https://lh3.googleusercontent.com/a-/AOh14GjlKBhg5MaZl0QCLINDhh-sPf5gEt5TZJnVQg-Vmw=c0x00000000-cc-rp','16389487648212004696',33769),('AbFvOqkHJNRCO4ONjZbwQImOv5Ay5ChWLhkyRgfrCnzqcFZsRDG6kvXbjpYnbOTcRlBOCjH6K7tv','I would say that no wonder that the local hospital is putting billboards everywhere trying to deter people coming here, because there guys are miles above the hospital er. The doctors and nurses are fantastic! Not only are they incredibly caring, they are competent and they don\'t play games. There\'s no wait, the place has an on-site lab and lots of rooms. They call you back and check in if everything is ok and if you have questions.','2018-04-28 22:52:58.457000','2018-04-28 22:52:58.457000',5,'Elena Lenaris','https://lh4.googleusercontent.com/-dmqYmuZfYH4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclB9wk_5qK5ZSf3BNqqDS2RnH5dCg/c0x00000000-cc-rp-ba4/photo.jpg','8626688543755174284',42232),('AbFvOqkhkfWkM1GAG-CDvPVF5qaVH_9b0XL57dck-oevUMwgxkpTBeuAtnLxvmNKL-Ovsp9RZbQTKQ','Very comfortable place and very fast the ppl are so nice and very friendly','2020-02-24 16:24:22.287000','2020-02-24 16:24:22.287000',5,'Samuel Hearne','https://lh3.googleusercontent.com/-MAl8dyG7dl8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnjyyjkHOdz98g7NsgnjrwGUsPW2w/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41929),('AbFvOqkhKNWxthOUelKujXXbW_ePzSmuyt9D9U86RlZYxZP_NUgX8xpYkx0jJvxtAIj-44Kf4Ato2A','Got me in super fast and gave me a warm blanket. Crazy nice people and all with up-beat friendly attitudes. Not the norm for an ER. Glad I looked at the reviews and chose this place.','2019-02-18 21:01:58.766000','2019-02-18 21:01:58.766000',5,'Tyler Cantou','https://lh3.googleusercontent.com/-HGuxjRMzg2E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnihpHjZrIJMRVgfBFR0JEmU1wqGg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40638),('AbFvOqkhKpTG1KkbRC8t-CxI15fEbx3rAkP1UZRfY0q-bYNaWBFjrhYrXVNlQNbDOBH-S2Wdcgmy','Awesome facility!! Got treated quickly! Staff was amazing to my 4 yr old.','2019-12-04 15:10:14.245000','2019-12-04 15:10:14.245000',5,'ORJH PORJH','https://lh3.googleusercontent.com/a-/AOh14GholDOdw8pWwMtSZHImyYYqYuH6s7NS3YjKId9o9-g=c0x00000000-cc-rp','6521947413723274945',41543),('AbFvOqkhKYNwVe8j2XoxRJzJb4yz-0FVICkDBD-IXUqX9cnQzkGwTDnzyic2iX-gXzdA4QMVuFnhzg','Dr Curtis was super helpful as was the rn, Lucas. It was a quick and painless experience. Highly recommend','2020-01-16 19:02:45.713000','2020-01-16 19:02:45.713000',5,'Nala Riel','https://lh3.googleusercontent.com/a-/AOh14GhZF1sdoiSoeJhpCVcrzl6sKLtd0ERi_1InAkKnqw=c0x00000000-cc-rp','16891069708558046635',36012),('AbFvOqkhLaDEynRTxlR40ZfM7T9GjAMdPOU3ihAh1_gE-8BEcdFdxZ6_NXcVUBcd5pH1o3lKfwlKOQ','Fast, helpful. Took care of my infant\'s head trauma. Friendly. Thank you.','2016-08-12 00:49:24.450000','2016-08-12 00:49:24.450000',5,'SnD Moore','https://lh3.googleusercontent.com/a-/AOh14Gh5ZnRAQspE6esHffHwSi3zH6zyZfYS6JcfSpul=c0x00000000-cc-rp','14567670160750071148',31207),('AbFvOqkhlhVNYdqY5lPMBXTsNfDE3cDl3wtbBTofJiM4x4pusmwV1XyBJybAj7tYvqCDaLTvSfLk','I had a wonderful experience at SignatureCare. We were able to be seen promptly, there was not rush to complete our paperwork like some care centers, especially when you are not feeling well. Everyone from the receptionist, the Nurses, and Dr. Smith were kind, knowledgeable, and empathetic. I really appreciated the warm blanket. I highly recommend SignatureCare for your emergency needs.','2020-02-02 11:41:09.045000','2020-02-02 11:41:09.045000',5,'Scarlette Holley','https://lh3.googleusercontent.com/a-/AOh14GhcQGHkzvunPxGEWK9qosbB6wq37lx7ZwSXqwbZQA=c0x00000000-cc-rp','14904078213800803294',32355),('AbFvOqkhlQBj5eIqeKVTwAhuFAJoG_8aaIX5lMwq_S0pv4KCDScJdxebqgladgFYVMPpJIOh80J07A','Absolutely fantastic care! Kim, Lucas, and Sherri were all amazing!','2019-07-23 17:36:12.721000','2019-07-23 17:36:12.721000',5,'Dillon Blizzard','https://lh5.googleusercontent.com/-QEv0Xtt_V4Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmiZW3sAHP78ItsVJUnAP7DHpMUog/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39837),('AbFvOqkhLxudq4EbZhgD7SNxIHTeVy0gvNWocHl8Y06snql4Ae5_q8gKllvPPywtQdRXqh09jf0jOw','Great people here! Fast and friendly service. The receptionist, Keera was very nice and helpful.','2019-10-01 14:11:51.837000','2019-10-01 14:11:51.837000',5,'ValTriXsZ Padilla','https://lh3.googleusercontent.com/a-/AOh14GhQ-U1bi324PszxA6hzNPsf4qIk0_OSiVdX5jfw=c0x00000000-cc-rp','17394740196501090048',36696),('AbFvOqkhMDq6n64SWdtcIxobf5e5-NXY6vgQJnvXxGr0a5qrDkKTYLwzZr0i612f7TU_idbW5nnO','Very fast and efficient. Great facility, great people. Very helpful\n\nKimberly and Jacob were very helpful and nice. Very considerate.','2017-02-25 20:36:38.031000','2017-02-25 20:36:38.031000',5,'Mark Eby','https://lh4.googleusercontent.com/-czfNNUBomr4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnUz_WfTN8LJHYP7yDHXlioDV62xg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35491),('AbFvOqkhMEZirL96PKFMddbfw3WUuWdY-ZArype1p7h1xsWuBI2dd_2d0ZMNY0AGnO_diLLcwNZiAQ',NULL,'2019-02-19 17:58:39.325000','2019-02-19 17:58:39.325000',5,'DYLAN HUDSON','https://lh3.googleusercontent.com/-Vif8Zq-ZRjE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclbbw-ynG9tavVSMuq1rlvMkWiAzg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42144),('AbFvOqkhmgDZgYSPuJ_m0d6GXykyFGyXaQ4ud2I9CNz9bKEkwRoflkdnBds7ZKsidSHsiTRkxL7XkQ',NULL,'2017-02-08 16:12:51.635000','2017-02-08 16:12:51.635000',5,'KRITI SHANDILYA','https://lh3.googleusercontent.com/a-/AOh14GhnIaklLrdqS7MLMZaM5TFya-hkcgsTP-qHvJXNgQ=c0x00000000-cc-rp','3511292162159714121',41114),('AbFvOqkhMjZdbDH7iOHPLSjzGiEqhKma33S-GiH7iWQkETaMBZh-aE_3mo5GTQCqcbQtmUsunak2Fg','Cody was great!','2020-07-29 21:47:02.361000','2020-07-29 21:47:02.361000',5,'Rebecca Hobdy','https://lh3.googleusercontent.com/a-/AOh14GiIBqd089l272IijOWw3TfksJUlPd7aZAUXoG08RA=c0x00000000-cc-rp','2077061009497551125',38693),('AbFvOqkHmlAF9GA_EKeGm0twA6ovkVomsiGqQoInPJQMM2mRplEiwuCKt6YpekAq9xVvkLRtUYnqUQ','They took really good care of me','2019-12-27 22:25:16.289000','2019-12-27 22:25:16.289000',5,'Cassandra Allen','https://lh3.googleusercontent.com/a-/AOh14Ghwi8cMZwkVVvsCH2hvhAb3_sN_rQGTt3L5P0p4bQ=c0x00000000-cc-rp-ba3','16891069708558046635',36030),('AbFvOqkhmOvGHRS7NYS72dkAR4tSnwkxUCFa7zjA5yIHWYSUGMeSV2TiL5wfI0FPs1yAVH7LfoJbpw','Service was beyond exceptional. All the staff members DR QURESHI, nurse Danny, Sara, sherwin, Taelma, Carly was Amazing!!!! Great service','2020-03-05 02:37:07.734000','2020-03-05 02:37:07.734000',5,'Gab','https://lh5.googleusercontent.com/-JMjb3I0Zmxo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQWJBB7MCkgZqeSYXkHg3qH52fTQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28663),('AbFvOqkHMXK8aipcbB6FIFda2oTc7lsxeUo2yzQc5RTaW3w62xNy176k03aC1J4jEFYiHK1uy2Prmw',NULL,'2017-12-10 07:06:13.606000','2017-12-10 07:06:13.606000',5,'Shae\'ron Nikole','https://lh3.googleusercontent.com/a-/AOh14Ghg2_qvKniicWI3-sin1zqPHVQLHbzM6qQungS_U9c=c0x00000000-cc-rp-ba3','3511292162159714121',40983),('AbFvOqkhmy1LnaXk5Ia4a-jFmMfKqYHIIJ9ifibgYthuTZnuKkaVhx8Ds-3yoYJyleivhNqgJOBl','I recommend this ER too anyone who wants quick but experienced professional ER services. You are taken back almost immediately and the physician seen me within 5 minutes. Great nurses and staff.','2017-08-16 21:43:54.250000','2017-08-16 21:43:54.250000',5,'Marlena Gardner','https://lh3.googleusercontent.com/a-/AOh14GgEEOeKLM-dfW7qwGdIcMu4s_TpGGyEBn6h7YYV=c0x00000000-cc-rp','14567670160750071148',30983),('AbFvOqkHN2hiqX-YItQZ2ad5bm8ancBf4baibNoWp8R411ydMZYeMyDRJf8NDNPGiwYyfKbCZw3gVA','This place is very quick and has a great staff. Highly recommended for top notch quick care.','2016-08-26 13:51:13.351000','2016-08-26 13:51:13.351000',5,'David Alldredge','https://lh3.googleusercontent.com/-0FEQwvRBXmE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3lrYmg4fWvPqYzb7fKetNngFzmQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41174),('AbFvOqkhN8xKuDZqb6ZdmM54HLXJuRxYDsjhN_fSncDEu8uTx7aOZmLYGybfIFcdY9RWqQUgydnkIg','I have been to this location multiple times, due to allergies and throat complications. The service here is excellent, with the doctors and nurses making sure that patients are comfortable and attended to, and the receptionists amiable, informative, and helpful.','2017-04-23 16:46:02.652000','2017-04-23 16:46:02.652000',5,'Marquis Tryon','https://lh3.googleusercontent.com/a-/AOh14GiGjRett2NJ6Dnd_pz2TLvSqFpjQLjb9YWdc-hRyQ=c0x00000000-cc-rp','3511292162159714121',41063),('AbFvOqkHNaybDkVaoHS44BrE5EJPVZko2zt9zpa-XQdTTSk9Sbr8jHULyxCxa5tIQ4FF2AabEBW1','Dr.Appiah,Alvean, Tricia,Ayesha,Jordan are the best.','2019-10-11 16:15:41.189000','2019-10-11 16:15:41.189000',5,'Kehinde Oyekan','https://lh3.googleusercontent.com/-kWj7LIPlbtk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmV3IAdOcLdnbOWKedeDecPY3_U3Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33880),('AbFvOqkhNGOcZ7DBm9cOgxnWPDfG9ra5W0b7x0oWf-BLScNBLEtcA4PRuUSe4DUNGjnZTHS8YYkbxg','We arrived for suture removal and were greeted quickly by Lisa V and Lisa H. They got my daughter back really quickly. We,ve been really happy with our visits here. šŸ‘šŸ»šŸ’Æ','2019-09-29 17:16:30.733000','2019-09-29 17:16:30.733000',5,'Kathryn Steed','https://lh3.googleusercontent.com/a-/AOh14GiudLTAUI_sI4km0sOVQYyk-giCDkB3IetN8Wn7=c0x00000000-cc-rp','13486358490203335051',29642),('AbFvOqkhNHUr9EU4_Y9GBAFf2hxUENBeMR4RVK7pHlzCPdVLieSZ-mDHB_1cMjkD14wDZTatcoVGhw','I highly recommend this emergency center to family members and friends. Very Clean facilty and takes good care of patients in a timely manner.','2018-01-23 03:31:32.410000','2018-01-23 03:31:32.410000',5,'Emily Estrada','https://lh3.googleusercontent.com/a-/AOh14Ghly2eUQftr9CeToTiJJluJWXVX7KaFjiGEwIgtyA=c0x00000000-cc-rp','14567670160750071148',30890),('AbFvOqkHNPU0kvJ9KQUKfWhr4RtWryOn5C_a3bEuk7Dy3Q9xYMiCE0_1PpaYJoHF0lUotcV6toqabw',NULL,'2020-07-27 21:17:35.754000','2020-07-27 21:17:35.754000',5,'Gayla Franklin','https://lh3.googleusercontent.com/a-/AOh14GggnZ7tZCpAvTT5N2kF7PviBHg_fbdpeyOU5VsscA=c0x00000000-cc-rp','14748677429039074158',31861),('AbFvOqkHNtHPkePvTvjEe4C4wvMLWULyyA912ipBwoBrZPvIwaPuvNJmc6aAz00sWOxF_XCX58UM','Highly recommend this ER if you have to go to one. I called before I came in, as it is very difficult to find an in-network emergency room with my insurance. Immediately, Amanda, who was working registration at the time, was extremely helpful. Although they were not in network with my insurance, they were still able to help, as they took vitals and helped decide if it was an emergent situation, for free (not to mention with virtually no wait time). They were upfront about billing, and comprehensively explained the pricing to me, letting me decide whether or not I would be accepting the care. On top of everything, Dr. Rose and Nurse Katy were extremely kind and empathetic.','2020-02-09 01:00:29.126000','2020-02-09 01:00:29.126000',5,'Tori W','https://lh5.googleusercontent.com/-JnX4Qk4MzWY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucliJPw9_Y8zYrhfJ4yk28c0VU4Hpg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35977),('AbFvOqkHNxDAXUxNmBEM6D1vzaGN-SEadWFzIqDysAczXsFPFueGVPyiCJrfm7MoDlLh7Mz6UTZzQw','Got checked right away as soon as we walked in. Very professional. Alvean, Jordan, and Jocelyn were very helpful. Would recommend.','2020-03-02 18:46:03.698000','2020-03-02 18:46:03.698000',5,'A Michelleee','https://lh3.googleusercontent.com/-mwYvA8hRCH4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclM5c7M8J4zSAeeIHqYjXvBTIx63g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33307),('AbFvOqkhOdtHjhgQcdm3gaITkjfhi6ThkH89t-GVFGhpfLYxssLffHnLU0j3QIQmyglM02kzLa_GoA','This place is the best medical care I have received in years. They were all very personable and nice, and there was no wait!! The front desk lady, Keera was friendly and swift getting me back (no wait). The dr. (Dr Golla) was super kind and comforting after my accident (that wasn’t my fault haha). He seemed very knowledgeable and you could tell her ACTUALLY CARED. The admissions office at his medical school got it right!! The person who took me back and took my blood pressure (Wendy) was very helpful). The nurse fanny and the guy who took my CT all were very inviting and nice too. I am super thankful to the Lord Jesus that I chose this place for my accident needs.','2020-01-15 23:15:36.739000','2020-01-15 23:15:36.739000',5,'Luke Humphreys','https://lh5.googleusercontent.com/-uZrAOK9iwXY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDcA1XYkdxnavr6nF8fR7UenYOXA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36653),('AbFvOqkhON63w4y6ZeuenyN8nx5kS4t92EqSLuJYltjOvHkLlTeAe7uT8zY71KAXiSQM7THrg8-B8A','Thank you Lucas Kim and Sherri','2019-08-15 19:41:47.621000','2019-08-15 19:41:47.621000',5,'Scott Tharp','https://lh3.googleusercontent.com/a-/AOh14GgjLGz3-0cA1MuZEilgK10DiQ1Y9rX09acpa7F0=c0x00000000-cc-rp','3272657195432704501',39817),('AbFvOqkHOQuzfq0SJ8Npu4s28_V8NoP148TXMDgN2sblMdYqxE1UvnANy8ZKedpI_GgYQUMcJWK-','Everyone was exceptional.','2020-09-01 22:53:30.173000','2020-09-01 22:53:30.173000',5,'David Galic','https://lh5.googleusercontent.com/-36E_w3l3JMk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZhXKnke1F4rijuTBCVCh0jQri4Q/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30124),('AbFvOqkHpPlSP9ExyiUoJDBYzYZpp1IUOkaBTdZgr42jvlI6Da4MThiwCoB5ReqTTD24CDk6IYvg','Friendly staff especially Ashley at registration and nurse Lynn. Luckily we had no wait and was met by doctor Nguyen immediately upon arrival. Staff was efficient thorough and honest. Doctor took the time to explain everything and made us feel comfortable and taken care of. Despite the fact that no ER visit is fun this was a very positive and great experience.','2019-11-14 03:28:46.337000','2019-11-14 03:28:46.337000',5,'nathalia carter','https://lh5.googleusercontent.com/-cSp0x4JN06M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmkSBO_4FxbYJPV2d8I5fIXFnBVtA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37884),('AbFvOqkhPuypL6qy6BVPOS-UyIBv9hlo1ZveZC7N576YpeWbXABB6XFLlqA_8wDgvpy-vVkGn79C',NULL,'2018-10-11 11:51:11.202000','2018-10-11 11:51:11.202000',5,'Virgie Gabriel','https://lh5.googleusercontent.com/-k9b2uitxXiY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmYZdL9HkUoA0R--_ajzwW2MDvNkQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30692),('AbFvOqkHQDOMoGFsXGHNGn8q7u1wRu8NMIU8IMJiV3oX7fubSYFrEZLqwlkRQHhzgGSMl2pEpG9UnQ','Everyone was super friendly and helpful. Nikki is awesome. Dr. O\'Malley took good care of me.','2019-03-11 01:47:56.384000','2019-03-11 01:47:56.384000',5,'Loyd Powell','https://lh3.googleusercontent.com/-4YeXV7cRHZo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmWt9B6g-Nao1nCb3pLH3lLBMxiBA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkHQNbnJGsJSl_m_Ve1UmgW_QUu6Ihb12yb3557GUbXp5AAsa4qaQs1DwiuMLRsrz-wgD3EJQ','Everyone was very friendly. Lorena T & Elizabeth got me checked in so quickly!','2020-08-30 14:09:23.331000','2020-08-30 14:09:23.331000',5,'Madison Haynes','https://lh5.googleusercontent.com/-yiuecA1nxRA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnoxeU6J0yVwemiMdyyFCQ-fLe1eA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34181),('AbFvOqkhQpd53RKn1e0KejWXAo30kLqaRE-CxeHhsJ38_uibdZ5w8d2sFM3xnlGs7jLsqEwABfn_DQ','They’re so welcoming and fast service! They helped us out and they have an awesome kid section and have TVs for your kids. And lots of snacks and drinks. There doctors and nurses are nice and caring!','2018-06-05 01:57:15.698000','2018-06-05 01:57:15.698000',5,'Yasmin Hernandez','https://lh3.googleusercontent.com/a-/AOh14GhGTWkglhboT_PEYaJxkG0oxMIhSchNNl-qd81jzg=c0x00000000-cc-rp','8918455867446117794',43389),('AbFvOqkhr25jSAaQtLxI4WRY_twF4grVUuD6Jqb8SJnnU7k9IHBf5Tv4xDtKXzDUYiX3OuaaYXLW3w','Went in for a COVID test and I was impressed. The staff was friendly and I had many questions that Okarys was able to answer. She knew it all and made it a breeze. So friendly. Would definitely recommend this place to friends and family.','2020-08-20 00:54:07.313000','2020-08-20 00:54:07.313000',5,'Alexis Gaytan','https://lh3.googleusercontent.com/a-/AOh14Gjfs7B10SmlHFdmysDgm8We3dqjFcB0RhVfPQb3Kg=c0x00000000-cc-rp','14567670160750071148',30134),('AbFvOqkHR6QTL1caJrLDNjOFeXjh4vRYWTk6Lx2tCwOtPhuXaJK5tGf-GYUC4f-R9uoYOdDQ3RwF','The service was excellent and pretty fast and Dr. DAS was ver pleasant and helpful I would recommend this care clinic for any of my friends and family','2020-09-16 17:21:46.110000','2020-09-16 17:21:46.110000',5,'Barak Thompson','https://lh3.googleusercontent.com/-okbZPYSLYoM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckhLb1-st0VUTpnSeGQfMgaNFJSqg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31650),('AbFvOqkHrNFALEwLfqgstk7Hqp_JQsGNty4AKC6vv77rKfabhOHhxtqX7iBFfHRbjowlQhKYXAVUtw','Dr. Grinblatas was amazing. And very caring to our concern with our child also along with all the other members we interacted with.','2019-06-22 21:05:13.398000','2019-06-22 21:05:13.398000',5,'Danielle Peterman','https://lh5.googleusercontent.com/-yKJ85ng225k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmop58d1zigY5gj395t_9CsF_A11w/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36757),('AbFvOqkHs39pHqwCuXZXCZmGG04kseWVrMHMKUbrY8yMHfaX_0HnSGijTDL-F6G8xI7GRqNLAigUFQ','Very helpful and professional staff.Thanks Kimberly','2019-06-23 18:23:39.851000','2019-06-23 18:23:39.851000',5,'Taft January','https://lh6.googleusercontent.com/-gB1VZSsRQO8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckM83LIaQPmFrDbDo5jfmc8OW4x7w/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29088),('AbFvOqkhSCbKvZzeVlJNNyHm0p6F9wKzXGaGnFcKLgF2vpRSs4Y-tuDSRHwgsftt4nPdvz2aqzoZSg','Jessica Sanchez was so friendly! They staff was so nice and I was taken back really fast! My nurse Georgia was amazing! She made me feel safe and cared for while I was in the ER. Will think of them anytime I need emergency care!','2020-07-21 16:33:17.771000','2020-07-21 16:33:17.771000',5,'Tamara Shipp','https://lh3.googleusercontent.com/a-/AOh14GhbzPmSsfkmRuDtInU_-PWveo5wH83hiKJTSsmWlA=c0x00000000-cc-rp','14748677429039074158',31887),('AbFvOqkHSHiJ7FaYo1B18T-lYWq-R46CmxHAgyxcGNEdzKB5rYDfB_WJ4zVQTFqsnL1qy-o_-iixMA',NULL,'2019-01-04 19:21:43.369000','2019-01-04 19:21:43.369000',5,'Taylor Lane','https://lh4.googleusercontent.com/-R-xF9f97n60/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckFJBI3k2m5Vu3e3JhpHMB1RfJzYw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42196),('AbFvOqkhsLFsYd1eSGZk4voIlwjxIPR2OYBVoJ8Ez9JkuwohE741gc9qp-PG1Qw7wY02xXVri5M-IQ',NULL,'2020-02-24 15:11:10.749000','2020-02-24 15:11:10.749000',5,'Theresa Ward','https://lh6.googleusercontent.com/-AKuHh7kd6Pg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl9IlV4N27LaLsAhc0GRkj6R_zNTA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41453),('AbFvOqkhsTkN1iq9Enhas0_1DeNn3PbNb3ZVDfwpAoKcqPs0dVbZ85258i5Q5OU51916WXhvqeuwNQ','AMAZING STAFF!! Chris Cox Dr.do and Samantha were wonderful! I was in and out and felt super comfortable the whole time! definitely recommend!','2020-10-27 01:30:01.311000','2020-10-27 01:30:01.311000',5,'Rachel Cooper','https://lh3.googleusercontent.com/a-/AOh14GiJur9D-qM80KnrQggBJSzExX91BnYRznv1mE_J=c0x00000000-cc-rp','14567670160750071148',30047),('AbFvOqkhSWBmYjO47thLKaGk5nP9J8pvFMqDy-9JupVPd5F1CNCkxskohV-ODi6LO7qLwv2aSmMM0g','I went in yesterday around 2AM, after being turned around multiple Urgent Care locations. Bryan, Samantha and Dr. Lim were amazing, they took really good care of me, got me tested and in and out. Amazing Service! Highly Recommened','2020-06-17 03:21:25.322000','2020-06-17 03:21:25.322000',5,'D\'Lites Cakes','https://lh3.googleusercontent.com/a-/AOh14Gh1C_tkkJD0t06P2SEQwO3UkHg43iad8Ul85NT7=c0x00000000-cc-rp','14567670160750071148',30194),('AbFvOqkHT1CPaYGZ7i3h2-WO3qhVGetval1EMa7kXAfmOpRT1DrrRFC2GznECUxse4Kb3Omtjh6Mzg','My name is Donald Turner and I was a patient at e care 24 in Midland and I have to say that it was one of the most cleanest facilities I\'ve ever seen the staff was amazing from registration Maria was very kind very polite and very professional nurse Savannah was very nice very polite and very gentle radiology tech Jamie was very kind and helpful and dr. Rozycki is awesome the staff here is amazing and I recommend anyone to come here the wait 10 minutes I told him visit 30 minutes and they took great care of me Midland you care is definitely tops in my book Thank You staff for all your help.','2019-01-15 22:55:50.681000','2019-01-15 22:55:50.681000',5,'Stonewall Turner','https://lh3.googleusercontent.com/a-/AOh14Gitc7ICFnjAGLA13nWP7aQcBdhlTO1mzVIMPPRoAQ=c0x00000000-cc-rp','13486358490203335051',29948),('AbFvOqkhtHMs-AUqX3hVyrsPgw2HSIwF51KGvp6NiDs0RcTah8kDFiOm32cA3ZZbEgsopJ5_uJyT','Great place nice and informative staff','2019-01-13 17:09:55.933000','2019-01-13 17:09:55.933000',5,'Richard Mcdougal','https://lh6.googleusercontent.com/-gwer6ZzwfoU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck2ChbPtbAxnDteqlZxDcqQ6qJt-A/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36841),('AbFvOqkhTlf-D0M0e71USXpQmv9MkHs2wrFyjU6urBofXrhqLyRqhWdM6RUNSNQDMNs1BO-h6DZK',NULL,'2020-10-01 21:56:31.084000','2020-10-01 21:56:31.084000',5,'rasha alsaffar','https://lh6.googleusercontent.com/-dPrytf9U5AE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm4fTXROye_Me_dZ3d_k2hgiqyj5w/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42888),('AbFvOqkHTovwwqaB6gZdjWrV92HSLv5tCRj78S-5qiU-AlFDPy2eHyqshqNvcnI4mqEdCj8EnElZ','Wonderful experience. They addressed every problem that we had and i felt welcomed when I walked in. They even gave warm blankets and something to drink. Samantha, Cristine, Joe, Ricardo and Dr. Jaber.','2020-03-02 01:44:44.204000','2020-03-02 01:44:44.204000',5,'Kylen Phillips','https://lh3.googleusercontent.com/-ByclpDb6dAo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckI_t7m6ptFTuShzYOUM1HkPGCQiQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30220),('AbFvOqkhTtej49Ug57pc546ajOWlnDNKcujS9QfuNch0_jPeTAYU6QF6HxqN9Q7bpiilGK3atSaTSg','I was helped very quickly! I had Georgia test me for covid and my experience with the swab was painless! Usually I have rough swab tests but this time around it went by smoothly!','2020-11-19 00:14:12.704000','2020-11-19 00:14:12.704000',4,'TheNightBoyz_SS','https://lh3.googleusercontent.com/a-/AOh14GizEYIkK3vDDcPRMOKzFm5vET2H8y417OMlNVA=c0x00000000-cc-rp','14748677429039074158',31344),('AbFvOqkHu2M7wyCS9rlU7cRIK5QpH5BBuiSMI53SWgOp_yzhoHhYEWVVBxGdWZoL-JqSIdNq9Qi7ug','I was able to make an appointment online prior to coming in and Lorena T checked me in right away.','2020-08-02 17:05:33.610000','2020-08-02 17:05:33.610000',5,'Ashley Sullivan','https://lh3.googleusercontent.com/a-/AOh14GiyF_d6rto9ftsxc0XlRxQb3JeVriWqXa-WaHLKHg=c0x00000000-cc-rp','16590124370714063921',34210),('AbFvOqkhu7JIsWoH4WjS-8ILdgziqWYFMx_fgd7W8J2M1YvgE-o1aTcFKhoD0omyl4sRYGueRWP3gw','Even though this is a new location we were very happy with the service! Everyone was very nice and attentive from the moment we walked into the building! Miss Jessica and Nikki were extremely helpful in every way possible! Luisa was very funny! My husband and I had a great laugh despite my broken toe haha. But by far I LOVED Dr. Nguyen! Took great care of my toe and gave me all the information I needed which was great cause I had no questions in the end. Definitely 10/10, if I ever brake another toe, this is the location I’ll be going to lol.','2019-05-14 03:57:44.626000','2019-05-14 03:57:44.626000',5,'Ricky Segura','https://lh6.googleusercontent.com/-t90N2jmDU7Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnHBbxj96g3bx5D1Kpv-0oPyS06yQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkhuPbkiJHoPX_LmLd0xKEaMq8pSX0NmR9lxTbT-qsFd1Oyr13e3kW-AwCZjKpwHy6eIMTguQ','The staff at the front desk, the nurse, and the doctor was incredibly nice and helpful. I went in to get my COVID testing. Sadly it came out positive, but they did not treat me like I had a disease. They treated me like a normal human being and gave me information on the next step to better care myself. I highly recommend this clinic. It was easy to schedule an appointment online. The process to admit and see the doctor was quick and organize.','2020-07-07 01:06:57.400000','2020-07-07 01:06:57.400000',5,'Kim Tran','https://lh6.googleusercontent.com/-OUqRW1diQF4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucme_HfVWmJQ4UC7NJLr_TxCm2Z4OA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28611),('AbFvOqkHUY0jZjh00vj8wIPJzgQ85VQrb9AiDJkKUiTOhUs3D3WJ9phK551dm_yDGqn4VTZ9O7K37Q','Awesome folks. Amy Calvin doctor GUTRIFEND Maude sure I was taken care of!!!','2019-07-01 15:33:25.651000','2019-07-01 15:33:25.651000',5,'RenĆ© Hicks','https://lh3.googleusercontent.com/a-/AOh14GizJ0KB3Kk_i0sygZVNGUoOjSDZHuUYj0ytu1DsCw=c0x00000000-cc-rp','2694018788013845459',39317),('AbFvOqkhUZrtqES8YFSChnManb3gQlzzj9v0RZrACXM1doGABoA8Vo6_YFIp7M972F8XBazWGJQr-Q','Dr. Daniels, Nurse Anthony, and Rad Tech Kathleen were great! Efficient with their work and had me diagnosed and treated quickly and correctly. Will come back if need be!','2019-03-05 05:13:39.725000','2019-03-05 05:13:39.725000',5,'Whitney Gerro','https://lh5.googleusercontent.com/-SOYM_B17l7A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmGAWrSlRA3OqZhvpvd20s7L-14zg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34973),('AbFvOqkhVfMh57CIGyV-7KfUFGXbS_fxFL5Ii_nJc50WFqudL2IHnu16TGT6w_fEYgPJ7Q38zTVv','The entire staff was awesome!! Very clean & everyone was friendly & helpful. Dr. Chukwuma Nurse Shelley, Heather G, Danny, & Tanishia W are THE BEST!!! Highly Recommended','2019-05-10 00:12:45.186000','2019-05-10 00:12:45.186000',5,'destiny jackson','https://lh6.googleusercontent.com/-PEa4kGiHTtc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmcz4kj80dIDUML7XvSTCdATND_tQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38191),('AbFvOqkHWN4S64NvSBlrAWpxLIiOGRms66V7K-haZDiPQl5er26AMnCa8C7CkC6w1SKBeYuo6VWoxA','I had a great experience. In and out in no time and ER Tech Leah was very polite and helpful.','2020-08-04 13:56:37.496000','2020-08-04 13:56:37.496000',5,'William Derendorf','https://lh3.googleusercontent.com/a-/AOh14GgcOu3o1Ja8-Xm0n2-v8p4R2obDaQm-nRoFhnan=c0x00000000-cc-rp','13486358490203335051',29332),('AbFvOqkHwQetaa5-HEgrSALSINS1RFGx5MNXVkFZ90KKFTCINiDo1x_Ke8aB9u5D6ul2rV4gWQQQ','Ok, if you need urgent care and you are in this area then this is the place for you and anyone you care about. Dr. Wren and staff were incredibly patient, caring and attentive. The nurses worked as a team and were all on the same page. While everyone was extremely professional, they also understood that people are human and you are there because you are sick or injured. I am afraid of needles and needed an IV. The nurses took extra time and care to make little things like that as painless as possible despite the conditions. I would highly recommend this facility if you are in need of urgent/emergency care.','2017-10-18 22:29:19.662000','2017-10-18 22:29:19.662000',5,'Vincenzo Cox','https://lh6.googleusercontent.com/-dh-hn0F3EBc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclP8qI-IIkHBCxcIwQfAi3xih3q4Q/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37046),('AbFvOqkHWtN3ZdHFm2d7PMUuF-8BlHr9X-SHn57Vsb7lA84it31ct7uFA098BNGR33MqE0RKymC7SQ','No wait time, Dr. Kimball, Anthony, Rayven & Stephanie were all extremely nice and caring! Facilities are very nice, clean and spacious!','2019-07-12 02:00:05.271000','2019-07-12 02:00:05.271000',5,'Kelsey Bolt','https://lh4.googleusercontent.com/-IoPoU979inc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmuHi1iFhVdBRP7n6hjHmMNThBlmA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34769),('AbFvOqkHXkIMkm1o95EQ5XR8nu1W7XQLMc5cJNz-CRyMmw_Aih8DPy4uxGJqaorWW7wg-_EIyTsl','I got on the spot service. Everyone was very good at there job n very nice. Very up to date facility.','2017-04-16 03:05:26.304000','2017-04-16 03:05:26.304000',5,'Bea Behrens','https://lh3.googleusercontent.com/-z_SZW_OUdz4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclW8mcDDfJMrt8SXIM8oBOYHuRxbw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35451),('AbFvOqkHXR_ahPvC2lAkv74QGtlsCyJMl6NN5e0-fGFUto_XQU4QFQ07_S7bijxlv9dKEhJExwY1VA','Amazing patient care experience! My son loved his ER visit. Docs and staff very friendly.','2018-06-02 19:16:51.948000','2018-06-02 19:16:51.948000',5,'Dr. Amanda Wilson-Wong','https://lh3.googleusercontent.com/a-/AOh14GgDpkij_20MvSAenpp-b5s4h3XW61hINR1HOtlEZw=c0x00000000-cc-rp-ba3','16891069708558046635',36394),('AbFvOqkhXSpbTz5Ly1Yk5Cy7deAxSiPoPV3FhjnEnUWG5FqJWyfvrnO_qA9AKPw4IuomDgAYbKB0bw','This is one of the best and up most awesome ER places I have been to. Alvean and Luisa were cool and caring. Thank y\'all for what y\'all do. Don\'t stop and once again thanks to the doctors also.','2020-11-25 23:18:24.339000','2020-11-25 23:18:24.339000',5,'Joe Vitela','https://lh3.googleusercontent.com/a-/AOh14GhKJ7aC6EjhP6xHYXwpsb5kJquqeAg_3rKE62c3iQ=c0x00000000-cc-rp','16389487648212004696',32875),('AbFvOqkhxzF1q88pt5hbvEBTszr_rptYmJaEJz6VDXtPIS4GWZUAHLhKplCjSVdC2uAZXXVFrq6Z','Easy and fast. Dr. Das and nurse Ozzie were great','2020-11-01 17:45:47.228000','2020-11-01 17:45:47.228000',5,'Shaen Arnold','https://lh4.googleusercontent.com/-8DefFv_NZwM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmPaHhMc7CkViq0s3w-gkX7Q_nnjg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31438),('AbFvOqkHYb8HYSqjcCawx2l9XvWCPbZJgrPwHRroGlQNI5g6gK_5tndJa6XpERhqmi_bT4a5LbVGDw',NULL,'2020-09-01 16:43:25.899000','2020-09-01 16:43:25.899000',5,'Ashley Garcia','https://lh3.googleusercontent.com/a-/AOh14Ggxyd3oQyttMF8S2hZJC0e2CtA8Gvt-AvqdDA6yeQ=c0x00000000-cc-rp','14567670160750071148',30128),('AbFvOqkhYVY19YHM3ElDNX_NRCn1lbiialKfwaNl_0qvWR30y70FFpoadvUtZkos9KiLSWmjZ3ir-g','Great experience. Went here after a car accident and received amazing service. Was offered a warm blanket, water, and snacks. Hands down the best medical experience I’ve had. Came here because it was near home, and the medical staff made the whole process simple and reassuring.','2019-01-13 21:32:01.247000','2019-01-13 21:32:01.247000',5,'Linda Arris','https://lh3.googleusercontent.com/a-/AOh14Giw-dBLmksdmKfNlwgsRPWwL-JoCdxY2vi5ykwZAg=c0x00000000-cc-rp','8918455867446117794',43318),('AbFvOqkhZ9GIZrvRezRoOKzQ6x3ulyhLumh2pqkzTdzs538eeaLv4r0Ysl9bXyF_RetfUNR7bjItoA','Everyone was super helpful and friendly!!! Ashley from registration was amazing and helped me with any and all questions I had. Very clean and helpful staff!!! Totally recommended to ALL!!','2019-06-24 20:12:57.946000','2019-06-24 20:12:57.946000',5,'Jason Massie','https://lh5.googleusercontent.com/-wplm15tgLvc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3la9_LxsCcZB6DljhGJnA_Hkrlw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38122),('AbFvOqkHzLV08dr4bdgLFp9_B-Ov1Fddv8VY6FbcohVkN-oa0SwwiNv0QCrx1TYkux_MWFOHSekyXA','Everything was amazing. Wonderful staff. Clean environment.','2020-02-23 20:44:58.331000','2020-02-23 20:44:58.331000',5,'Sierra Guy','https://lh3.googleusercontent.com/a-/AOh14GjC0aYSX0y_MGt7XjBaHxV2GzXNMi8LpsNJdWYU_vs=c0x00000000-cc-rp','16389487648212004696',33330),('AbFvOqkhzOyg1HvWz6yxcKcd-TvfKgRpKLwCbBcsZA5CsOoCDbCiSeofqIQNUuh9IuuwGZvULLVtpw','I’m impressed with the kind and helpful staff that helped me! Dr. Henderson was friendly and easy to talk to. From the ladies at the front desk, Shelbie and Mandi, to the nurse staff, Lucas, Mollie and Katy. Everybody was amazing!','2020-12-25 22:01:09.773000','2020-12-25 22:01:09.773000',5,'Shellye White','https://lh5.googleusercontent.com/-fMetgpioPXE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnIAkFsg_OsvrzYc1FwMwMpJKdNUQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44644),('AbFvOqkI0au9Y3F5EmYwSUUxPvSk2saty3pCnqZJcFGlab4xK8D3BT928E6DyFt138RBkkvvNcCcGA','Great....Drs. And nurses','2020-09-24 22:03:05.814000','2020-09-24 22:03:05.814000',5,'Shermetra Riley','https://lh4.googleusercontent.com/-VzqxNC-5KWY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZhVycm4N-8kz7-92YTlXls1xFPQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39514),('AbFvOqkI0E3vWO3QeeCW5kqdveaZ6F2wDza8VCQen5XZHKMee1wgyBDxZb6UJJvGwO2LHhBQjTRmcQ','The doctors and nurses were awesome. Dr singla, nicole RN, Shola RN, Ricardo, Dustin & Samantha. They all treated me and my family with respect.\nI will come back. I recommend this place.','2020-02-01 02:40:35.388000','2020-02-01 02:40:35.388000',5,'Norma Harper','https://lh3.googleusercontent.com/a-/AOh14GiFKIcQFki-v3zSm2MCe12_9VcooraNh9vMsWCv7Q=c0x00000000-cc-rp','14567670160750071148',30281),('AbFvOqkI1uKmoIKwaAbk4xCwZyxx9AUSr3kwyy-zWHDwiyqOKxt_xy1gO3Kn4CiViy81nUMC_TipKw','Prompt and professional. Thanks Nicole )in the front desk)','2020-12-07 18:45:56.872000','2020-12-07 18:45:56.872000',5,'E P','https://lh3.googleusercontent.com/a-/AOh14GharXGk3Xl3CZHhKn4zD76vmJJLUshjKoiZNiNM=c0x00000000-cc-rp','3511292162159714121',40029),('AbFvOqki32GphCultT4kfBVCUhYar8mtLA57YnLW5Qhi3Psh2az6AaeNTBRpSOXnmvbu8zaHjUrW','excellent customer care, such a kind team! Lorena, Nina, Jacob, and Dr. Vakey are wonderful people!','2020-10-17 16:07:41.552000','2020-10-17 16:07:41.552000',5,'Elizabeth Watkins','https://lh3.googleusercontent.com/a-/AOh14GgwdkHw2e402Jfl9j6Z9G0q9RNZnbzs1891PihCug=c0x00000000-cc-rp','16590124370714063921',34124),('AbFvOqkI3S0fARzNKcwffobp61eUWd9WvLKwmd8tqvH38zHWgNj_BBUGxmBzsh8D5pCS1FPLo5iG1Q','Great people all around and the service is timely, professional, and high quality. Space was clean and everyone was friendly right from the start. Would definitely recommend and return if need be.','2017-12-01 03:49:42.478000','2017-12-01 03:49:42.478000',5,'Carter Kalmbach','https://lh3.googleusercontent.com/-tVqkdKhDZqQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnbMiSgnIPszzDT-zff_A3duOfi9g/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36455),('AbFvOqkI44tUdeulxcG-PBd5vwc9y8PkE_-OFd8KkfAboGvl5yMEQnTCeCrDorQ1JbFKoPnkDFqPkg','We were taken care of promptly, the entire staff displayed excellent manners and we were promptly moved to a very clean room where we were seen by Dr. Lim. So far, the experience has been nice.','2020-02-10 02:46:18.884000','2020-02-10 02:46:18.884000',5,'Thomas Hopkins','https://lh3.googleusercontent.com/a-/AOh14Gjvau0_Zv7tgNwjOZEk8Mi9OtwmgCiHI-Mbxr6_rw=c0x00000000-cc-rp','14567670160750071148',30255),('AbFvOqkI4DEtgbzCgMhv7yoX55azBE296jI02q0WIvD9ChLDBYScl9obY-RUWOhdUzaPzw5GPH3z','Great customer service, clean rooms, and very kid friendly. My 2nd visit with my daughter and we will continue to come back if needed.','2020-02-22 18:15:46.079000','2020-02-22 18:15:46.079000',5,'Cody Fox','https://lh3.googleusercontent.com/a-/AOh14GjQFtnupEOhtWs9nPVtJl2CRCQN-5hFXkNdFBXTqg=c0x00000000-cc-rp-ba2','2694018788013845459',39106),('AbFvOqkI5JGOSW0ecsMM-ZMKKttgj4rMF6P8KoPDsy_DuI4gb4VSSZbaZqPGwSnq5SPY-x8-dXO-GQ',NULL,'2020-01-09 18:05:17.095000','2020-01-09 18:05:17.095000',5,'brittney fletcher','https://lh6.googleusercontent.com/-gzBj52XOJW4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnPGa1JEJdBkjdhAkNfEqSdd550ZQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37753),('AbFvOqki5ugUERhOcWbON6xvjF3LbVMgIuph9pTuqFm7u7JzczbVHG4D-Qx9NPI1NqvglzP8atP9Rg','Brought my sister in for stitches on her finger. We were brought back immediately and were taken care of. Everyone was amazing. Dr. Mauldin is an amazing Doctor he had wonderful bedside manner and helped my sister not focus on the pain. Calli and Brenda our Nurse and Tech were wonderful. So nice and caring to my sister. I recommend this location to anyone who wants to be taken care of promptly and by very nice people ā¤ļø','2020-09-20 17:15:32.588000','2020-09-20 17:15:32.588000',5,'Jannie Mcdonald','https://lh5.googleusercontent.com/-TCWW6TxsLAA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn9jJqOvrc5kDrLEII7nyBQI5Ie2A/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38526),('AbFvOqki5VZtVXrypYzS2HBHyRnNWVzJmX4XDSyK3e7gwQzbbHzgIPzlBasRTJ3QFMvW2zlDNZEbrg','Mercedes and Allisa was fast and efficient checking me in and Shawn K. provided excellent service! Amazing people.','2020-06-20 19:55:57.613000','2020-06-20 19:55:57.613000',5,'Jerrin Francies','https://lh5.googleusercontent.com/-3lxc6cVC9Jg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckodNagkHx20kOR3VvVgkVXDOXTdw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43033),('AbFvOqki6uXDPg0OCzJuoZZIBZsgeDNwBLnQkRDMMNm1t6o5Lffq2-_kepmfJ2rw1F05hTJI6jaS','Was here Thursday 07/30/20 for right abdominal pain ..Dr. diagnosed me with gallbladder issues immediately. Ran all tests and sure enough needed gallbladder surgery. They were all very nice and attentive. Highly recommend.','2020-08-04 17:35:59.054000','2020-08-04 17:35:59.054000',5,'Mary Belinda Martinez','https://lh5.googleusercontent.com/-DrlQ-7f3xwc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMcjmwNo8ZF2Ilh0Zbjb2DhAzpvQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35844),('AbFvOqkI765akGE8_mMXs9czojP60wHuMLWj_zkabioNWNrZEPwJY7YCd6BEgfxggBU5hA','The service here is awesome. The staff is always friendly and helpful. They make sure you are ok. I have been here twice and each time it was great. I recommend this location every time. A special shout out to Marcus, Ekaterini, and Jordan you guys were AWESOME. Thank you all for all that you do. HAPPY HOLIDAYS AND STAY SAFE','2020-12-24 17:23:11.231000','2020-12-24 17:23:11.231000',5,'Carolina Jones','https://lh5.googleusercontent.com/-RCsnLaLh8Qw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnL-Db3_szhQ9P6Rg4YfVU-qlTV3g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',43781),('AbFvOqki8SG7DCSr3IUTTZU9DRV7Zb0pQBzCt_FlkeVE64IYV0uoO0lGSb4isOBuFnEU5x1t9d29Uw','I came in with chest pain and everyone was super kind. Thomas, Lynn, Tanisha, and Sedeick were all so helpful. I would definitely come again if need be.','2020-11-16 09:37:56.486000','2020-11-16 09:37:56.486000',5,'Roxana Torres','https://lh3.googleusercontent.com/a-/AOh14GgXRwOTPoMjhkHiId0DoMv54JWkQ9Rpg8cGncHJmg=c0x00000000-cc-rp','17898197009688164559',37434),('AbFvOqkIaA6YrIBQ2-oSeJ2O2XyEUlOIB7GWCOQFjUh8RNKOqk-ra9mXrkDePpIzCC2UsXvd0VlrjA','I would highly recommend SignatureCare Montrose to anyone who is in an emergency bind. After looking at the abysmal reviews of hospitals and clinics in the downtown area, I was thrilled to see that SignatureCare was incredibly highly rated. I went in after a weekend of persistent stomach discomfort, and the waitstaff, medics, nurses and doctors were all incredibly professional and earnest about getting to the bottom of my symptoms. Dr. Grinblatas was incredibly thorough and helped walk me through his protocol; an apex of professionalism and personality. Nurse Reed continued to check in on me amid being slammed with 10 patients within a 15 minute time span, and was able to walk me through each of the tests in easily comprehended language. Even with the busy night, I felt like I was being cared for, and I was only discharged after they confirmed my clean bill of health and that I was ready to leave. I don\'t want to be in an ER again any time soon, but I guarantee that I\'ll come back here should the situation ever arise again!','2016-04-13 00:13:55.459000','2016-04-13 00:13:55.459000',5,'Tom Ten Eyck','https://lh3.googleusercontent.com/a-/AOh14GjSanaihd16Dmjg56DWXAWKggxT68oEGkL3xC1x=c0x00000000-cc-rp','3511292162159714121',41246),('AbFvOqkIAU-vAvffZoBNoJoeiruhg8hMrkB6hOUXAS_TUgoJuJwGl1U85TNrk5yvCUNOAlrVrIIcyA','I came here for a COVID-19 test and no matter the situation or result, they have treated me so well since I walked in. They helped calm my worries and anxiety. This is the place to come whether it’s an illness or an accident. I want to thank Dr. Qureshi, Catherine, Quyen, Ashley, Dee, and Sade, and the rest of the staff for their hard work!','2020-11-10 15:44:47.638000','2020-11-10 15:44:47.638000',5,'Henry Reyes','https://lh3.googleusercontent.com/-1aUhweoumt8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBj7BIP6EHuP59UKHqrqmPn_GnBw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28470),('AbFvOqkiAY18v-O-I0P520NlHJY4PX2HKNGDjLYn2NSxpXOwy0KYGpOImYvU1-_m_Zm1uHgnkklw4w','Dr. Patel, Nicole G, Chris M, Dustin, Ricardo and Tatiana all took great care of me as a scared and very sick pregnant patient. I was able to walk in right away and be seen by the doctor first. Thank you for making me feel better so quickly.','2020-01-23 02:14:48.598000','2020-01-23 02:14:48.598000',5,'Lindsay Mahlow','https://lh3.googleusercontent.com/a-/AOh14GhjEjSAarVJ1OocGNANK4cylW-yx2tDaSKxujcQFQ=c0x00000000-cc-rp','14567670160750071148',30317),('AbFvOqkIbfWJsEb1-ujsdZWiylESRO_6IHn61U1pnrDTAQbnnL-Hy-WfsFpEFpOsUJ4M9tBYRGLZ','Great staff- have done a great job pivoting with all of the COVID stuff. Jessica Sanchez was particularly kind!','2020-07-20 13:41:13.254000','2020-07-20 13:41:13.254000',5,'Kate Paty','https://lh3.googleusercontent.com/a-/AOh14GgbhMc94DJL0hb7oAUP3VCLQXBLc8-G4psrNWolRQ=c0x00000000-cc-rp','14748677429039074158',31944),('AbFvOqkiCpB4eTCLsPdVVY9HjKPp5QHJ68Z4yhTyLpBzcourbZn9kzlu45Z64hOZp0RaEkWbt0ZGlg','Lizzie Torres and Diyon were super welcoming and helpful in assisting me with my problem. I was able to get help right away. Everyone was very caring and skillful.','2019-06-14 10:59:26.456000','2019-06-14 10:59:26.456000',5,'Kevin Le','https://lh3.googleusercontent.com/a-/AOh14Gi4wfcjpdwRb2pFAL_96MMZZwsrhf59BCmCNQoX-g=c0x00000000-cc-rp-ba4','3511292162159714121',40547),('AbFvOqkiCSW2-WPCzHFIy4jWRjqJ6yRWkE-KNcRpbY9JM66lw0QUM9ybo5mjrzwIkddsXKovSNkq','Staff was very nice and funny, treatment was excellent, service was SO fast, Dr. Yusuf, Leslie, Dawn, Norma, and Jaqcque were all dope af.','2019-08-05 19:10:43.154000','2019-08-05 19:10:43.154000',5,'Emma Moore','https://lh3.googleusercontent.com/a-/AOh14GgE83Xfuaz3SZtdoEt-rFM-Z-qdpYIDZnwIWHpjOg=c0x00000000-cc-rp','3511292162159714121',40462),('AbFvOqkICvnqL-pZVk0cE7Tf951kyNucudnYpPZfxTRaeEpqzKg2sveSatSNDaszrmMxoEONMutY1g','My experience with Neighbors Emergency Center was phenomenal. They were very friendly and accommodating from the start.','2018-01-14 00:25:02.475000','2018-01-14 00:25:02.475000',5,'Maria Elizabeth Aceves','https://lh3.googleusercontent.com/a-/AOh14Gg61KNx7Z9QV-sdF8I3QuD38BdVe0-0zmiyzpN3Rg=c0x00000000-cc-rp-ba4','8679688254631342173',42761),('AbFvOqkidJWGFQxgxXTJutYJBZjnOer8wrKBXjdrZYZ4ni4jRAGQpH6qe-AsBtqCyrK1z1atC7Zu-w',NULL,'2019-01-09 17:22:39.640000','2019-01-09 17:22:39.640000',5,'Kim Heck','https://lh5.googleusercontent.com/-UAcg687GS_8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmUBOm9dNWK4p-XvVewFMFELqQwlQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42183),('AbFvOqkIE9wHMhYhXN0tcREIr0BGlxXGgx9HZ7ts_GHOZvzWS_UrHeaEo84Aa9lwwdnFXjtBRcbj','Staff was very nice. Manny, my nurse was extremely helpful. The physician was very helpful. Thank you','2020-09-18 15:07:55.085000','2020-09-18 15:07:55.085000',5,'biyum cupcake','https://lh3.googleusercontent.com/a-/AOh14GjxGpE3WKNk_QnMm8EUAGp1ldij6hXTZCnzFBEOoA=c0x00000000-cc-rp','6521947413723274945',41292),('AbFvOqkIeqGpBDEomEmveu52W5N3UIhc7G0JgliwcJQn8-ykZV2zKkWlVV3rmhFnljpvCZRGmwXYgw','Dr. Grinblatas and the entire team (Jessica, Iwona, Norma and Amy) did amazing work when I came here today. I was in pain and was very nervous - and they made me feel very comfortable and answered every question patiently. But it doesn\'t stop there - they did all the tests really quickly and gave me a diagnosis asap. I appreciate the team\'s dedication and am so grateful!! Thank you so much :-)','2019-03-11 17:56:51.576000','2019-03-11 17:56:51.576000',5,'Dipabali Saha','https://lh4.googleusercontent.com/-DNW3qeINABw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmsx3M8qaK2MtzDkjNHAvnFlreT5w/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40620),('AbFvOqkieW94PcZcC4hXTk23MHYNP2CJpNPLE6su-w3-z43yc_YFn28A2B-bnhl89L0E0dxNxwnA-A','I recently visited for a broken nose, and this was the most positive urgent care experience I have had. The staff was very kind and attentive, and everything was done in a timely manner. I would recommend this location to anyone in the area who needs an urgent care facility.','2019-04-30 03:15:15.669000','2019-04-30 03:15:15.669000',5,'Lindsey Addams','https://lh3.googleusercontent.com/a-/AOh14GiSUfWOGzhwCEwH7Vq4YnXoDUUWNduGe90Xkc2FQQ=c0x00000000-cc-rp','14904078213800803294',32473),('AbFvOqkIf4Cmb1FOtYIYOsKABKHwft03YPJ3xfB31Ct_9427oKqkVe3c9gE7uIhyCx_tGE5ypNRK','Love this place. Therisa greeted me warmly and was prompt in obtaining information. My nurse, Katrina, was helpful and even wants to go to NY to help with Covid patients. Dr. Mauldin has great bedside manner. He is very knowledgeable. The ER Tech, Herman, came in to check on me, he is so nice!','2021-01-20 04:39:07.109000','2021-01-20 04:39:07.109000',5,'Leslie Finn','https://lh3.googleusercontent.com/-8nsQGHZQWFs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnwwCm6inIVbIbjTEIvwu58WrqwtQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',44714),('AbFvOqkifaNRPmWifZWPfxPCz0ZesVzjfmj84rVJsubwAaklW86kVgFzu-wlUcVggpLQ80NE6FuX3w','the service was speedy and prifessional. Adrianna and Jared had amazing bedside manners and made sure I was comfortable the entire time I was there!','2020-02-28 22:38:35.684000','2020-02-28 22:38:35.684000',5,'Lydia Mathis','https://lh6.googleusercontent.com/-_ZWFLLBkwmA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucklVf8JXS3veZRV9-His87l1wfmTg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41434),('AbFvOqkIfJAaCQt0g6XwGdtQHkfymbYjpgxFCXC5YFJQoqwMNhTgNdEDbEe27h6OyyL-X4gbpjDVuw','Fade fast and prompt service wife was in a car accident and they took the other vehicles car insurance and did not charge me!','2020-01-19 16:49:09.835000','2020-01-19 16:49:09.835000',5,'Saher Nabulsy','https://lh3.googleusercontent.com/-bidP31HyQBM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnM4-QoQuWnvWldQLZvBvNUj5LtGw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28805),('AbFvOqkiFJy_Vmx5HnHaW_kFpw5_ImrjpUfQfBcMIWnjCXUg8rn33HSYHk5BB5Y-tDr7rnzTGr7a9w','Jackie is very attentive, polite and friend. Extremely helpful. Keira was very knowledgeable and explained all the meds and the reason of put visit. Will recommend this locate and staff highly.','2020-03-15 03:21:18.754000','2020-03-15 03:21:18.754000',5,'Anthony Ramirez','https://lh6.googleusercontent.com/-AV0jNMcnQHM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckN-ayOA280iPDrQv_IgeW-8ZGwPA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41392),('AbFvOqkiGpRoKKXs9iOa5OhT52p2k1Aexg7K9L4dKEOgZf9Tt__HCbvzr1CQWW_12acHKW19vTkH',NULL,'2021-01-04 01:11:33.213000','2021-01-04 01:11:33.213000',5,'Jack Logan','https://lh3.googleusercontent.com/a-/AOh14GgCOZoSDa113fpBeSvfJe6_C855fSYwxYJTHekF=c0x00000000-cc-rp','3272657195432704501',44270),('AbFvOqkIGQPf9vuxp3xWKRqNYNzxn9xjtyubBZK-fb6zAyJjHFvtxYRiG-YYvI43D6fzSoYSQjlr','Had to come back and Stephanie R. Delicia, Veronica and Rashad where so amazing excellent staff. Dr. Miller was wonderful he made sure he addressed any concerns we had he\'s a great doctor.','2020-11-12 19:09:58.879000','2020-11-12 19:09:58.879000',5,'Juan Castro','https://lh3.googleusercontent.com/a-/AOh14GizpxqrTrP7MeEUQ0oOPSErml95s5DGD8MJn1ECOLU=c0x00000000-cc-rp','8679688254631342173',42258),('AbFvOqkiGw43Ukt6SSgEzX1IvVWP9vQ6omlwQqgdwyT1UTy0AgCUmBS_L7Q8RKu48fZsSeqd3xCLug','Great Experience! Dr. C and Dustin were really patient! they really took care of me. I am very thankful!','2020-08-27 16:51:12.240000','2020-08-27 16:51:12.240000',5,'Shegufta Yusuf','https://lh6.googleusercontent.com/-WiFN5g8VQPs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnj8xa7jUCBpTcPngBplNfBq9rntg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31737),('AbFvOqkIh3aYmc-8PWCnzSoI-onpbE3zahryRcfW6Phu7fKG7oZKA_PA5_c5IKf8fY626hspmhZo1g','Anthony, Ravyn, Patrick, Stephanie and dr bare were wonderful and a very big help for me. Asked if we need anything to drink, offered me a blanket. Gently with putting and taking out my IV. Very nice workers!','2019-04-26 01:48:49.763000','2019-04-26 01:48:49.763000',5,'Zay Shivers','https://lh3.googleusercontent.com/a-/AOh14GgKTmX0br8kVM4t690d5MtnwOjJ2pR-c-glLPPo=c0x00000000-cc-rp','16590124370714063921',34872),('AbFvOqkIh8VOU-TTcq4lGAL-N6uX2zNFP_-DzK-Pidp5WeBuJQVk1hMkQ1sKRxkTxpKS7u_VA9VKwA','Kat, Barbara, Dr. Gutfreund, and Frank were all amazing! Signature care ER is the best!','2019-05-02 09:11:53.705000','2019-05-02 09:11:53.705000',5,'Quintessa Styles','https://lh3.googleusercontent.com/a-/AOh14GiZowQNQDow4lSsJH79YjQNVTX-MVsBuXOo4SBtCeI=c0x00000000-cc-rp','2694018788013845459',39358),('AbFvOqkiHbFb59i6NBvNKsMCX9JFvdmXueCFFsgGhEBFxTapwA9lJ8SletGe-akJh7yeh8M8UbmC',NULL,'2019-05-31 22:56:00.031000','2019-05-31 22:56:00.031000',5,'Glenn Lawrence','https://lh3.googleusercontent.com/a-/AOh14GgUucwP7ew9CSyee73wrRwhm601Q0iYvjzAmr_5bw=c0x00000000-cc-rp','16590124370714063921',34836),('AbFvOqkIhqzpPLP0yEVbIgD-_6YW91f65cDXbTYp4w9EVPXW-TxP-AZ6hb26lPiZGo0IiewK6nxC','These people are wonderful the whole staff! They were welcoming and very helpful. When I left I wished Doctor Rose was my regular physician.','2019-12-03 16:03:20.216000','2019-12-03 16:03:20.216000',5,'G Win','https://lh6.googleusercontent.com/-NHi_Kc8N5mA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUsZzAazo9Z9yCf1iyTSCA879Xaw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36059),('AbFvOqkIhsOH--yqeDFuZJRrOmIxM_d-aq3lGlLeaHKlMu3T7VYFmbAmjUBt845xW_CTHU_Ja7U2xQ','They are very nice and compassionate. They really care about their patients. I have been to other ers in the area that made me feel worse instead of better. I would recommend them. My only suggestion is that they need a call button for patients in the rooms.','2020-07-12 21:26:57.793000','2020-07-12 21:26:57.793000',4,'Emily Martinez','https://lh3.googleusercontent.com/a-/AOh14Gh1vgg54zLTvNS1OJOldxaSbNHd_Y6_tMvjXT0b=c0x00000000-cc-rp','2694018788013845459',39042),('AbFvOqkiHv61NGPNdZO7Z1J5uLZDQcQ0fng2xEO0VmCFUSLtw0A_sSfaeWUrIgf0Y9LooFrWCtKJAA','Charlotte, Anna, Jessica, Asia, Dr. Qureshi, and Elaine were phenomenal! Quick testing and friendly. Highly recommend coming!','2020-11-08 20:22:34.263000','2020-11-08 20:22:34.263000',5,'Megan Bradburn','https://lh3.googleusercontent.com/a-/AOh14GgytMzVJGj-yVfmDF1XZAd5mc1Yl7awgDc_KrPw=c0x00000000-cc-rp','17898197009688164559',37457),('AbFvOqkiHXouh3kzw1P55QiJEHSue25PmmF-cvf8pYeusQoFqu3pLhjrmpuSsZ0ruHY-8OGCWTAyVQ','I came to see Dr. Aaron Braun after I unexpectedly injured my wrist. I had not broken any bones since I was quite young, so I was definitely very nervous upon arriving to the office. I immediately felt welcomed by the receptionist, who let me know the doctor would be right out. About a minute later, with absolutely no long wait like most other clinics, I was led back to my own private room. The nursing staff and radiologist were extremely friendly and accommodating, which aided in calming my nerves throughout the process. And Dr. Braun was just as caring and compassionate, providing one-on-one attention, ensuring that I felt comfortable throughout the entire procedure. Not only were the staff commendable, but the facility itself was clean and inviting as well. They referred me to a specialist and even followed-up with me the next day. My overall experience was wonderful and made breaking my wrist a little more bearable. I would fully recommend this ER to everyone, you won\'t be disappointed!','2015-10-17 14:53:50.946000','2015-10-17 14:53:50.946000',5,'Svetlana Konik','https://lh3.googleusercontent.com/a-/AOh14GjADIJq7yweVi91T3D3g7vnzbBBw8Qn9dzkrngiaQ=c0x00000000-cc-rp','3511292162159714121',41260),('AbFvOqkiI5RNxQU_iegLbXn_gjyK8gS8R96FwBb5rUHz4MTFol58GMsHOprcTkhUSKVW1tAUWC68qg','Valley and John were extremely helpful and hospitable throughout my experience.','2020-12-07 15:36:43.279000','2020-12-07 15:36:43.279000',5,'Michelle Ceravolo','https://lh3.googleusercontent.com/-Iqz9pwTQMNA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnflTAFfvFZGjOWbwqM-UZ2yqs4oA/c0x00000000-cc-rp/photo.jpg','15979470999169074295',32829),('AbFvOqkii9Gt3TokEjP_f-r-Jfy0KXc6zkIw1kqgt1NFtHPLA9z3PrSi7QPjMn7JEuH149-b6bxG_w','Facility is so nice and clean and the people are so kind and welcoming. I came to the right place!','2020-12-02 21:30:38.434000','2020-12-02 21:30:38.434000',5,'Emma Peddie','https://lh4.googleusercontent.com/-HZfj-poY9cA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmW7cDNF-1cRpYPFTSkR1tGhzXQLQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40033),('AbFvOqkIIdikqnADY07XVvtnDYsHMGinhQTsbOqBRFzLtuoX2nVwGf7RtByrCqZxR0Kj5HG6v7fGjA','Staff was super nice and service was quick. Nice experience overall','2020-08-08 19:17:59.308000','2020-08-08 19:17:59.308000',5,'Iltze Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GiH6wopxLXZmRpMgLPuonq73nV3W4wkbeRoDSjCiQ=c0x00000000-cc-rp','2077061009497551125',38627),('AbFvOqkIIUgQlluHDNwBEg65xa8g5ldK5LtVnCli0X1KlNAhkgENn7iG_Wn4ztWh4Vqao6qRZ4CJ','This is a wonderful facility. Everyone has great bedside manner! The receptionist was very welcoming and I had no wait time at all. Dr. Miller was extremely helpful and patient. He and his staff answered every question I had, made sure I was comfortable, and took great care of me. The facility itself, is very clean and decorated beautifully. It\'s a very relaxing environment, which was awesome considering I was in a lot of pain when I arrived. I will definitely return if I ever need urgent care services again. I highly recommend them! Thank you Signature Care!','2018-04-11 12:22:46.298000','2018-04-11 12:22:46.298000',5,'Mychon Deslandes','https://lh5.googleusercontent.com/-PXZfNUK-NN8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmfFiwm1aU4Nk3Ydb9M2QY737zmuQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40944),('AbFvOqkiiUsx5WaNaCGNjhIlr3cstRV_-EnVVSSoc-AcqHkfrrSntk2U19HSlrNUB8DvMkP25W64','Wonderful experience and Doctor and staff were really nice.','2019-02-08 22:41:50.113000','2019-02-08 22:41:50.113000',5,'Brandi Howard','https://lh5.googleusercontent.com/-qoe8a_7j_AA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmab-aXlwgmwuG8731GezMk0fIFfQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39926),('AbFvOqkikBKWN-whQf9Q0s91EoCSPeHJfxxx69FC55-Ly6s9mjbFOu6Unnd8RfBfUI5FNo25db8Ynw','Wonderful visit. Walked in with my 13 yr old son\'s finger bleeding from a severe knife cut. We walked right to the back and got to business. Doc explained all and kept my kiddo occupied as my kiddo gave the doc detailed info on his favorite hobby. Doc kept my son distracted by asking detailed questions about the hobby. Numbing meds and 10 stitches later we walked out of there mom and son happy. Glad this place is in the neighborhood.','2019-03-04 20:02:42.402000','2019-03-04 20:02:42.402000',5,'Cycy M','https://lh3.googleusercontent.com/-rS_kDkjrtb4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnwYysDzGYXVr-fP6M4aWCXNZzrgg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36257),('AbFvOqkikD1zII532sgoo9APDyay_2NDMMJrIeHMEnMNGgg_TnWTiiG0ZETqsefRF8WfPu9MT3vQbw','I came to the Signature Care ER in Montrose concerned I may have appendicitis. They were able to confirm the diagnosis, ease my pain, and arrange for my transport to MHMC for surgery. I was home less than 24 hours later. But what I really appreciated about Signature Care was how caring and kind they were. Dr. Ioram has an extraordinary bedside manner and explains things in easy to understand ways, and the entire team went out of their way to assure that both me and my wife were comfortable. Thanks y’all!','2018-04-02 19:31:30.470000','2018-04-02 19:31:30.470000',5,'Graham Gaskill','https://lh3.googleusercontent.com/a-/AOh14GiuXJSAI2XvvWZ7UWkcpBa4HBcbw7wrhfVBcpVW=c0x00000000-cc-rp','3511292162159714121',40947),('AbFvOqkikdEuJFcBoEn4RSax7K33xIZWT-19FIeSm5mL9qVNUJxGeDPXSZRlcRr8kGa8W8j8hM1V','Really good emergency center and awesome friendly people šŸ‘šŸ¼','2020-07-19 19:24:22.142000','2020-07-19 19:24:22.142000',5,'Daniel Solorzano','https://lh6.googleusercontent.com/-9VFRNTrwErI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJd3mlvXPcdGjYl-iiihn68TXr5g/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31967),('AbFvOqkIKFfWSWbS4dAdbUXkvl9EpSKV97ghxzTNsrrICLiTAhJYfBK3fru6GaRMf8cLJvUWe2g','Great facility everyone from beginning to end made it a very Good experience. The receptionist, nurses, techs,& doctors were all amazing! I would definitely recommend this place!','2018-04-02 16:01:14.032000','2018-04-02 16:01:14.032000',5,'LIZETH ABIGAIL RODRIGUEZ','https://lh6.googleusercontent.com/-hiA845W4T4o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclz4Cn0qt0hMKFzXdcwFEYa0eVnMw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43399),('AbFvOqkikVaxWC5p1FnA0rmbPkjIvaSKk2KsP9S8sJPZHVtD_2bQKQekxK2H3pwuGcdUEVjEPxYbAw','I have already been here twice. Each time I am very pleased with how quickly I am in and out and how I am cared for as a patient. They are fast and efficient and are very nice. My nurse Alvean is always professional, fast and friendly and Jocelyn up front is fast and efficient and makes sure she answers all the answers needed. I will drive 15 mins from my house just to receive great treatment.','2020-02-06 00:06:32.899000','2020-02-06 00:06:32.899000',5,'Angela S','https://lh4.googleusercontent.com/-ENunuEZag3o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmFtPgExO6NDLsJ6Trcif4oIucYkw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33406),('AbFvOqkiKWRKjqDLsfGS4UKU_VzKh1N7VPL3NdqNQorPPnzsc3JgTU6hC-2ATFrmrRXu7xME2UqfeQ',NULL,'2020-10-29 01:21:47.395000','2020-10-29 01:21:47.395000',5,'Lucy Elkins','https://lh6.googleusercontent.com/-nu_Q5-JahM0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckwbiA4i2sUHQI_kIjpoamPb1ZL2g/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40095),('AbFvOqkIkXkwDKljnWWV-W_FrQLhevWmv32DBASKHAhWdJblOwkyP8RY8P99puzfIQKSDVwinlGP','Great service from the front desk Lorena and Rayven, Dr. Akunyili was very kind and showed great compassion.','2020-07-30 22:38:49.483000','2020-07-30 22:38:49.483000',5,'Megan Munoz','https://lh3.googleusercontent.com/-Ai04xh3CFFs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnvh1-ZsUMifcX4T1D0I_iUjKhFAw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34221),('AbFvOqkILdA7iRZK6hCBDaMKZFxTK2mFhPVG4ODWFk60qEg9ZGXeMzKzuZFGh9etLBpd0K21SE7q7A','Wonderful staff, super fast. I was seen by Dr. Tran, Troy, Marvin, Jesus and Sean.. amazing team of people','2019-09-25 03:44:11.207000','2019-09-25 03:44:11.207000',5,'Jules Tresa','https://lh3.googleusercontent.com/a-/AOh14GjYrpoBMmXA-03CY8DQ4iduXZoDjUrUP0xVBHXvXpg=c0x00000000-cc-rp','16389487648212004696',33935),('AbFvOqkIlDuq7EPjuLM6JQci3AEXPd2L1Dmpal110bD7As8N5HiqVZl6qlQSZVGQHf5zzlCoZwK3ew',NULL,'2019-10-26 20:31:08.890000','2019-10-26 20:31:08.890000',5,'Grecia Garcia','https://lh6.googleusercontent.com/-hxQkXJcG1mo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-7fostyRdu7Kygs239oGXS7LnXg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42628),('AbFvOqkIlGdvDeBR4B3Ghf8aSHyfKTb9pXBO1De08DrLv1A_e6312PchmKD1-zvDxFBrd4qqlxrh2w',NULL,'2017-10-19 08:38:08.891000','2017-10-19 08:38:08.891000',5,'Eric Garcia','https://lh3.googleusercontent.com/a-/AOh14GgwLsNCMUNd20tilgSVb2vUDN0Kcr-64nmJJH0Afw=c0x00000000-cc-rp','16590124370714063921',35363),('AbFvOqkim9cl4MhM0a_tPwxJTsA76cQUtgBtuaZKu8_KhePCW4dMfBycBK7k2UEhx7WI0MJkYSo1','Great hospitality! Enjoyed my overnight stay with my mom and they were there for all her needs and mines even though I’m not a patient.','2019-07-16 15:41:34.244000','2019-07-16 15:41:34.244000',5,'Ashley Beeler','https://lh6.googleusercontent.com/-jC38YAxgrPU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmtNxFyIEjq7LNs3NL2borH_dK4KQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29083),('AbFvOqkIMb0SVY2S0OaCl83PdUaMPhs0x4vtHCX1RZ1U20qALVJf1GUE8GB5pdmLCC8Au6KRvaZv6Q','I had a great experience at Signature Care in College Station, Texas. The nurses and staff were very friendly and made me feel very comfortable. Highly recommend!','2021-01-20 00:47:57.547000','2021-01-20 00:47:57.547000',5,'Abigail Thomson','https://lh3.googleusercontent.com/a-/AOh14Gg0q4kHWpc5ij8OOyuOabstFYnnYudEO83p1vDzEg=c0x00000000-cc-rp','16590124370714063921',44509),('AbFvOqkIMbek53kAhxHQhp4TJLGIMlMoXkSLmjIk-nI6yFKsdezwOnw-ir8USPIoVoYiZSaMppBvBw','Nurse Alyx & Dr. Das made my experience extremely positive this morning. They were attentive, professional & tackled my pain management.','2020-10-03 14:37:15.829000','2020-10-03 14:37:15.829000',5,'Geoff Evans','https://lh3.googleusercontent.com/a-/AOh14Gi6plB-96VExuF0m-vrQ2kUGVJW75z8pXpXxmmz=c0x00000000-cc-rp','14748677429039074158',31578),('AbFvOqkImEhhI7VV2Bi2QRi3j4dV4vfJ8wPcfy6Q6uvvRMsMwgUu0WejHjTnl8L8Uioxeg0MQdohPA','The Staff, Nurses & Physician\'s provided very professional prompt care. I haven\'t beenn here long but,so far this is the best health care I have received so far in Houston. Everyone was urgent & polite & professional as an urgent care shoul be.','2016-01-13 01:40:59.475000','2016-01-13 01:40:59.475000',5,'Keya T.','https://lh3.googleusercontent.com/-em_lV1Hb-qw/AAAAAAAAAAI/AAAAAAAAAgw/AMZuuck7N9ujC9A0CMXzwHUckthqAL8bLA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37386),('AbFvOqkIMT1vX93xkSlr7kxMVX0jbedqrepdkFyuwKmM797hZBW1CeWjfoBtz18P0dMeelky9oh6zQ','Signature Care did an amazing job caring for my very scared 4 yr old. The staff was able to put her at ease very quickly. Christina RN was cheerful, kind and even allowed my daughter to participate in her care. The xray tech, Townsend, had my child excited about riding in a wheelchair and was extremely patient while taking multiple xrays with a wiggly kid. Above all, Dr deWaal was incredible! He spoke with me at length regarding treatment options and knew just how to communicate with my daughter. He managed to get a few giggles out of her. In fact, she did not want to leave once we were discharged. I can\'t thank you enough!','2018-01-26 23:57:58.946000','2018-01-26 23:57:58.946000',5,'Vanessa Geck','https://lh3.googleusercontent.com/a-/AOh14GjbgQ46_MC9DCEopUCsOFTbw9faD2wR9Ac0j14x0A=c0x00000000-cc-rp','16891069708558046635',36443),('AbFvOqkIn_MapK6eEEAuEirvWkyAZnuozwh0ENSR_tbq3bCpman_NhLu9RUb_z6a48LIFuekDUo2','Great all\nAround.','2020-09-02 01:04:50.184000','2020-09-02 01:04:50.184000',5,'Brent Gentzel','https://lh3.googleusercontent.com/a-/AOh14GjNYjFZcTEx-lPJiv3nZFp-PDAQlq74AHNgw_nf=c0x00000000-cc-rp','14748677429039074158',31719),('AbFvOqkiN15jvd1fpzVoE5MvWyvxMbqf8dsl80zRqbHdtTw8ramxbIIOKJrgkR92apeiqAEEbJM8','No wait and the staff and the doctor were fast and helped my baby in minutes..they even responded on all my questions athe day after when I called ..best we ever..','2019-03-02 23:13:45.158000','2019-03-02 23:13:45.158000',5,'Andreea White','https://lh5.googleusercontent.com/-jhXQdjPuQP0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCFaSWpNVnpK3y_Ga-w-EUQEBFJg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38270),('AbFvOqkINOmO08hT1zHYDnJfZlXID89F0tfAQBCPTxJB19J_767mNBdyRKoJHxaOWwxWcW5zm9eK','The Dr and staff was really nice and prompt with taking care of me.','2019-06-17 11:15:35.136000','2019-06-17 11:15:35.136000',5,'shelley062004','https://lh3.googleusercontent.com/-mG4nwgEqioY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckQDO7M4IFUIm7Pas3Y1O7FW2_F9g/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38138),('AbFvOqkINsn3BLrqFK17Zq2zXUMch1UIDIJnVnnBTworwImxPds_zx2gxZUiGVr1gYXSb_1xvs-V','Good service\nSpecial thanks to Kendra, Jacob, and Dr. Vackey','2019-11-30 19:31:26.919000','2019-11-30 19:31:26.919000',5,'Evanna Williams','https://lh3.googleusercontent.com/a-/AOh14GjgRnOrhMxDsAh5ld47DcA6aB5HaADPrU1KRBuSjQ=c0x00000000-cc-rp','16590124370714063921',34537),('AbFvOqkiO3YT_eviuDZLrMflZCCMroPdxOvq32TFcauzT3Z2uUY4v3QoLEw47rLUElG5hS7eVh7PdQ','The staff at Signature Care ( Doctor M.Wang, Patty, Rachel, Rommel, Fatima & Nikia) were so wonderful and friendly. I was able to check in and out with a easy process. Thank you!','2019-08-29 05:09:37.629000','2019-08-29 05:09:37.629000',5,'Hall’s Way Moonwalks','https://lh4.googleusercontent.com/-1BfZfmco6yA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck4-ZKUhCUwKwuEXlE2cXWBHEihiA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36716),('AbFvOqkIO4cPkwB27FYaS2o5TS3ZHM0D9LhV9Ukgrh_ABuWfwUJnoFWN_f3Kcax2YYIIEXDzTPyc-w','Great and friendly service. Lorena was super welcoming and helpful. Dr Caraway seemed like he knew what he was doing.','2020-09-19 13:03:07.554000','2020-09-19 13:03:07.554000',5,'Ben Riddle','https://lh3.googleusercontent.com/a-/AOh14Ggeqeo2emPKDlXaFGcfogHInux3_8heVoYvjihM3g=c0x00000000-cc-rp','16590124370714063921',34160),('AbFvOqkiO5Ld8sZ_4spqZFe5bYA9sriQGUveNYqoIem8n_UWANH_-RmzyoM9V45EL3SCAC20p0_hcw','Amazing experience despite being there for a unfortunate event. Excellent bed manners and kind people.','2019-01-09 23:27:02.725000','2019-01-09 23:27:02.725000',5,'Sarah Jaffery','https://lh3.googleusercontent.com/a-/AOh14Gj9aMrdHz09jotoUBR6Ai3n49faNplpA7ZmJ0upzg=c0x00000000-cc-rp','3511292162159714121',40736),('AbFvOqkioJfuhmY84T43RuzgbZppugaDfgux6nt0O1NyBPaAMMcA21XcsoxAlSy9GSdXAsJ6xO9F-A','Dr. Pham, Alvean, Elida, and Aurora were awesome. Thank you for being friendly and efficient.','2019-11-26 19:33:43.461000','2019-11-26 19:33:43.461000',5,'Jesse Gray','https://lh4.googleusercontent.com/-wLGPaVnLxKQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnhSCOvkxEP2ucMjxiVXq5LrDsVcg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33681),('AbFvOqkIOmwdfw0b3bJLbTr2reGiq30TWWwSoeuFmyWzER6bzfJVVXo9HUtNo07IkExbqkL2j4FWbQ','Little to no wait, nurses and doctors seem to genuinely care and thoroughly investigate your concern','2019-07-30 21:57:51.415000','2019-07-30 21:57:51.415000',5,'George Bowler','https://lh4.googleusercontent.com/-XAJ4KVnjOXg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-KLNaw964qei8nenzS7Q1CcbGBQ/c0x00000000-cc-rp-ba2/photo.jpg','17898197009688164559',38059),('AbFvOqkIOmWWrO3Q5f9jBXvV1W9Zvg92WpaEwsUXMr1YG3FA37o4RIXTPp7CJBO6MPFbi4qv2bho5Q','They have some of the nicest, kindest staff. They offered me a worm blanket once they called me back to my room. They made surebto answer any questions or concerns. They even offered me snacks. They tended to my medical needs in a timely manner.\nP.S. For anyone who is looking for a place to go when you don\'t have health insurance, this is a good place. One of the cheaper rates out all the health clinics I\'ve researched. Plus they kept in mind that I didn\'t have insurance and helped me save money.','2020-02-28 19:39:10.808000','2020-02-28 19:39:10.808000',5,'Brianna Fetzer','https://lh3.googleusercontent.com/a-/AOh14GiGA6LnkBaUzP86pqq9SyIkg6BaiU9zGpeZaDHgAA=c0x00000000-cc-rp-ba3','14748677429039074158',32124),('AbFvOqkiOsFIHJE9gC9mAvCftdgqDyXtWQcKNJH805aV--PbricannGr88IHhtBtkrytzgQTK3hI','Very good service & front desk receptionist wonderful help us','2019-09-15 05:17:51.007000','2019-09-15 05:17:51.007000',5,'Sohail Khan','https://lh3.googleusercontent.com/-Z0PX8jn3FpQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-gDPSUFIG8vZgoiBNzvpxO1yyKQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43199),('AbFvOqkIPR_JACu6AM4LuUNEfpleOFsQWyhbq3OQQ3DinL72i7mYQ1BJs4IgZNilUg-9iIIYTyeb2Q','They were knowledgeable and courteous. Test was easy and quick wait for results.','2020-09-14 15:24:06.757000','2020-09-14 15:24:06.757000',5,'Claire Chiappetta','https://lh5.googleusercontent.com/--ZYErmgm-TY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmpMxvApwQGIiMrv68MaIJoF_3VPQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31668),('AbFvOqkIPuPTJLUb4OqZl0EfPzviqV6ym8pYjgr03i1xm3Ttj_FUV5F5winHOqBnJ-ZFRSujW8RyxA','All of the staff that tended to me during my visit were very courteous and professional. I would definitely refer SignatureCare.','2020-09-18 23:58:32.801000','2020-09-18 23:58:32.801000',5,'James Clay','https://lh3.googleusercontent.com/a-/AOh14Gi8tsR5XO6g51qluf42VD1H61sZPS81aJUw2ZYK=c0x00000000-cc-rp-ba2','2694018788013845459',38970),('AbFvOqkiqt5U0kzn45O1cgXabAc4phJKDLEbVnrVBtlBx_hmQeXuQUEghbH7tr97lw2qBJr1YA_7qg','The staff at Signature Care Cypress was awesome. Everyone was very professional and very informative. Dr. Nguyen and Nurse Alvean was amazing and got us in and out. I will definitely come back','2019-11-16 23:34:55.629000','2019-11-16 23:34:55.629000',5,'rodney davis','https://lh6.googleusercontent.com/-85oQajnMSuU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucltpyk533MRVGsFptnftwp-hlz0fQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33734),('AbFvOqkiqz0RHZZzpuaATWUSUMlMTE9_VLZ88Gn405h26EyEuVPE3gO861D_qKYtvbffLQSZLS0wCQ','The staff is extremely friendly and welcoming, they truly care about their patients. The clinic is efficient, organized, and quick! Chelsea, Clay, Remington, and the rest of the staff were incredible providers to me. I highly recommend Signature ER to everyone!','2020-11-22 20:00:05.784000','2020-11-22 20:00:05.784000',5,'Torie Hagin','https://lh3.googleusercontent.com/-6yr-pqrM_3Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnSkxsTliffagvIJUpBH8LFBiIJmA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35562),('AbFvOqkIr5uLYBgW7AdehZyg8MjLDy3qagXFbTGdENNKyRy9wxHjZsI7NJgWiPKCog9rbBGnxQC35g','Dr.Dendy, Alvean, Grace, Ayesha, and Jordan were all very nice and attentive to my needs. I appreciate the great care I was given at my time of sickness. I would come back again n again','2019-10-04 19:03:06.620000','2019-10-04 19:03:06.620000',5,'Katina Matthews','https://lh3.googleusercontent.com/a-/AOh14Gg5Ak2iAWSl1byph4QUbgvHKMlSI609oZdKZn7W3A=c0x00000000-cc-rp','16389487648212004696',33907),('AbFvOqkirkvII115AFKzgwIs238WgSpZx1khYXk9O1EeI_zZmyWOvP3KcSa8BCmuiZYbL8-ay40G','Great staff, quick and knowledgeable. Got my daughter in out out with X-rays.','2021-01-12 17:38:08.177000','2021-01-12 17:38:08.177000',5,'Treisa Estrada','https://lh3.googleusercontent.com/a-/AOh14GhYaeIyIp_KCtMyxi368bkED_FzdDZny4dVhF9P=c0x00000000-cc-rp','13486358490203335051',44435),('AbFvOqkiroQB47sTY1aJje9CzA4RRiO3bEe18MOy-QNYrZH6yD4LaCoB3xfeoUsTiC6YGqypR5WP','The team at this particular er was fast and very friendly helpful and met all my concerns I would like to thank this team for how awesome you guys are Jasmine, Marcus,Alvean,and Dr. Vaagenes continue doing the best you can and be blessed always','2019-07-30 15:34:34.186000','2019-07-30 15:34:34.186000',5,'Winter Gibson','https://lh4.googleusercontent.com/-UQNOGaCvH9U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmmgSqIx5l70t0X6XCmTi2cSwnp-Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkIrxxcNx0LDOSuu_GBE2rRJfkxTrbtB8Pf-OSK_9hK4rkXw7PydwkKyIgBJX8pA45e7IXsVQ','The people there were pretty chill. It was nice and peaceful there. They helped me with my tonsils. I overall liked it :)','2019-12-29 22:55:18.505000','2019-12-29 22:55:18.505000',5,'Onionring dies in Endgame','https://lh3.googleusercontent.com/a-/AOh14Gh_kt_9tCHHmX50YXTneciXMZ4--X8zeGduU5tK=c0x00000000-cc-rp','8918455867446117794',43151),('AbFvOqkiRY5R5RMncNsbp4h-u1UjLsAXK1jJJ66UhipHbHFglWSkwIemx_Sz36yE7IgfOL5RcM7VRw','this facility was awesome...the staff was very sweet and the speed of service was the best ever. Thanks to all the staff I am definitely referring people. Thanks again for making me feel at ease. Dr. Daniels , Nurse: SherriSherri , Registration reps were Jasmine and Amanda and Ebony did my ultrasound ..Thank y\'all so much I was so nervous but you all made me feel so at home','2018-08-03 01:14:52.136000','2018-08-03 01:14:52.136000',5,'Angel Moore','https://lh3.googleusercontent.com/a-/AOh14GgUgVdMXC0rVkMVWT2RPKVuAGPSwtnnxIpL_shAQg=c0x00000000-cc-rp','14567670160750071148',30794),('AbFvOqkIRzAw8ByL9iU0iTfPMXpAlJ4hJhxISYoJeKKAcn-MZ31QgYdinQG0U-27yK40XJidxTAN','This was a great place for rapid testing, the staff was very kind and walked me through the whole process. Thanks to Graciela Luisa the test was not bad at all.','2020-12-11 19:28:32.836000','2020-12-11 19:28:32.836000',5,'Karisa Rivera','https://lh3.googleusercontent.com/-AONbGDn6JZg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclD4l_VZVtAxZ51-GCqTC9ugFQsFg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32854),('AbFvOqkIRZlmkVb-4RmQE-25mM43k9V4LVTk5h3dUUr-Okkam0Lfoc_ApLFZNpnWTCfTmoQAW9QwAw',NULL,'2020-01-19 14:44:33.516000','2020-01-19 14:44:33.516000',5,'Rannisha Elijah','https://lh3.googleusercontent.com/a-/AOh14GicOZ-UhpfiU-ZvT8lB7jUsZp4nyPsmAUmBorgybA=c0x00000000-cc-rp','3272657195432704501',39693),('AbFvOqkIRZwVPLGxZ48uss65G-e9uqegD_uAM1LjZIEAA6kCha2e2vEKqqpkj09C1j8ofKphC0GWJw','this is quickest and nicest nurses. very kind people','2020-07-19 01:13:37.799000','2020-07-19 01:13:37.799000',5,'muzamal ibrahim','https://lh4.googleusercontent.com/-bP7sWt8flq4/AAAAAAAAAAI/AAAAAAAAFKc/AMZuucmdccuZEifjd5f7vqxCMJkjkgDYoQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42353),('AbFvOqkiS6mt4W0cSVVdPU18eBjePzhP8Ki0UWp2TpU2ZAO6Wj4YHQlsukxBuV_X1xwCE9QPswsh',NULL,'2019-05-11 18:22:13.095000','2019-05-11 18:22:13.095000',5,'Jay Eilenberger','https://lh3.googleusercontent.com/-7sncupu0FIg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck167FkoHVgHMS02ti5r8j90hBJeQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29850),('AbFvOqkIsCy74jhOOu4tvxO22ITrIC16kW2kJlknbzjU6cPequPAQ2hyLGDhFcCqYJeUo2uA0MCz0Q','We went to the Copperfield location twice. Both visits were wonderful! The Clinic is so nice and clean. The staff are very warm, friendly and helpful. The care my daughter received was excellent! We were helped by Dr. Ortiz, Tammy W, Courtney G, Jessica N., and ChanellP on the first visit. Excellent group!!','2020-01-21 20:22:12.707000','2020-01-21 20:22:12.707000',5,'Lynn Hart','https://lh5.googleusercontent.com/-lYve4TGRbjM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnYanzTJHadx_5UviJ5JL9pEbQUWA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37738),('AbFvOqkISeOveoju3We9uzGhnoSVTewzxG2ExxDBEMzReWfag2TGmmI5KAGfXI8_BBjUR0LGmW2q5A','Service was fast and staff was friendly.','2015-03-24 15:17:54.342000','2015-03-24 15:17:54.342000',4,'Jessica Hart','https://lh5.googleusercontent.com/-L5C_ePMSVZM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnAiO7Z87vfzGWxkX-J-SFu5D0CPA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42786),('AbFvOqkIt7vDh2uBM3wqO4JtdtMr3KlcYbGaqpBO6SkYR0E9hcUbD051SEFslTGwy5WtjM_xLVJ66Q','Dr.Yabarra, Delicia, Duke and Waldo were a great team to have! Made everything quick and easy for me!','2020-03-18 17:02:25.437000','2020-03-18 17:02:25.437000',5,'Haley Bowl','https://lh5.googleusercontent.com/-DDkWeQIZN98/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmcCfiycOOtKxk1dZpOTve63s6qsw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42381),('AbFvOqkitbR6R2GRbKwi39oUW-vD12RIEiu7AxAmqRlYcfGRUUvsPR2ZkJpq9thynxOiYy7YuGOU7A','I went to this location because I couldn\'t drive much further and i had to leave work because of the pain. From start to finish I was well cared for. Mercy was kind yet efficient and got me in quickly. Kristina took me to the back got my vitals checked and me resting in less than 5 minutes, Dr. Faig was the first doctor that i felt listened to what i was saying and still worked to resolve my issue without just dismissing my concerns. My x-rays were quick and i could actually see them they weren\'t a secret thanks Laura. They also had an amazing medical assistant who was caring and made sure to connect with me and make my visit more comfortable. Let\'s not forget the warm blanket! Amazing team and I was in and out in less than an hour. Thanks for being kind and helpful!','2019-04-11 02:50:57.070000','2019-04-11 02:50:57.070000',5,'Krista King','https://lh4.googleusercontent.com/-KYxnur-us08/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckaamvMIc43Hy_DFRmILCfyB7Ku_Q/c0x00000000-cc-rp-ba3/photo.jpg','12541597562633926366',29112),('AbFvOqkITIVScmszvaozipUMSRQe35hbSwnqd1Q1EvaPMLGFeKxT4EsKdNOV-dqJ4NFoSA','I had strep and thought I was dying! But the team that helped me made me feel relaxed and comfortable so the pain was not as bad. The best part is how close you guys are to my house and how fast I was in and out and no longer have any pain! And one extra touch is that I left late at night and the security officer walked me to my car to make sure I got home safe. I love SignatureCare!','2019-04-19 17:09:07.457000','2019-04-19 17:09:07.457000',5,'Brandie McGee','https://lh3.googleusercontent.com/a-/AOh14GhrutT4xZiHPGphh4PtK3S9NfCaZeunouK_FkM=c0x00000000-cc-rp','12541597562633926366',29109),('AbFvOqkiTKckWFUC_Rzn9NfNSysGzKuRzF-OCYMcNWV5N4BZHDTJyvi1r-b6s-5-qSHRUhMO-fWODQ','Excellent healthcare providers, professional service. Definitely will be feeling better leaving here. Dr. H. Tran, RN: Katrina, Reg: Therisa','2019-12-20 04:16:17.137000','2019-12-20 04:16:17.137000',5,'Dantrell Washington','https://lh5.googleusercontent.com/-4Gt0rPJK9d4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn43xddvtK5C3kZXql7T_ka3DunNA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42544),('AbFvOqkITKkbFIp6z3olFZWqkyE8EH_Fw_si5hYghbRVcP7gVx6I2c48j8hpY0HB5aCWgimlqJcmJw','Dr. Ortiz was thorough and took the time to talk to my urologist before deciding on additional test.Kristina displayed her professionalism and extensive experience. Laura provided great service and customer friendly. John was very focused in drawing blood and made it look so easy. No pain from the needle. Overall patient friendly.','2020-01-18 20:09:55.214000','2020-01-18 20:09:55.214000',5,'Sterling Perezly','https://lh4.googleusercontent.com/-JkzZjcKadzo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxunNEYaH1GnPJo-at3TbWFWVCMA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32369),('AbFvOqkITkqKOIfhayS9jCtmETyLUMwikFYXZxnwuWCG3Og2sbj3SmD4fw2zpShvTUMzjwsmuTkcOA','Excellent service no wait!!\nKeo-REG Kara-RN and Gunnar-RAD were the BEST staff I ever had. Oh and Gunnar is the best at placing IVs!!!','2018-12-13 20:59:34.568000','2018-12-13 20:59:34.568000',5,'LaTanya Lofton','https://lh4.googleusercontent.com/-5UZt6jn8tgs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclV6cPAjFzh2MH9uqSB2AqH33LnQw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39991),('AbFvOqkiTnHPOoGK7Aj4EomTTGYddIKWr4Wn1Yx2aERvcKYdjctYhTMc6h3r58F1yna-n_H-AYj0','Everytime we have been here there has never been a wait, everyone is genuinely nice. From there front desk all the way to the Dr Hehman. They were able to ease my pain and even complete CT SCAN while I waited and was stll out of there within 2 hours and back home.','2018-01-19 14:38:27.043000','2018-01-19 14:38:27.043000',5,'Kemi Bimbo','https://lh3.googleusercontent.com/a-/AOh14GgSUZy8D_-S_TX-TrDbBhH6KAgUEoT2dSYhTRrT-Q=c0x00000000-cc-rp','8918455867446117794',43425),('AbFvOqkITqFvfWf7zZOwYQnccB5FWhL1oy9_4A0Lwgr7tz1IMopSP1hLcEFTMTDTjTPZ6MeK2Cq51A','Love this emergency center, they’ve always been good with my kids, given juice, snacks, blankets stickers, etc...today I visited for stitches. They are always super friendly and Dr Joe Hemerka was very personable and easy going. Stitched me up quick, I have no complaints!','2020-10-10 16:33:44.948000','2020-10-10 16:33:44.948000',5,'Krystal Flores','https://lh3.googleusercontent.com/a-/AOh14GjsjgKLB4eHfPQDh9PXMC5IsVhX3_1WqKyeECb_=c0x00000000-cc-rp','2694018788013845459',38929),('AbFvOqkiU4f61IZrDIIZm7fMF1ZLmuO3vmmAO8_Z6r6KbcS7BmavgIUixS4q1-b1RvGgyJat-Jfj','Everyone was quick and very nice, they seemed to honestly care about my situation and the price i paid was very reasonable.everyone that assisted from check in to check out was great. Lindsay who checked me in. Nurse jacob who checked on me periodically to make sure i was okay,and Dr.Vakey who was very caring and patient throughout our visit. Highly recommend!','2019-12-01 21:22:59.211000','2019-12-01 21:22:59.211000',5,'Michael Beltran','https://lh4.googleusercontent.com/-lY1TFSrTXqs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnC3T4v3n4i5VVULKJw0Gn_gwTWwg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34535),('AbFvOqkIUelxpLUQGtgXxUtJhLqu7pBiff5lXurggKHFd8KUy970uTw2ERK7LPWOtneL_NFOb36tpA','Kendra was very energetic & welcoming from the time I entered the door. When I was then escorted to the back Jeri , Juan and Dr.Vakees was very patient and handled me very well. Also was very understanding. I will recommend anyone to visit here and very time consuming','2020-02-25 21:59:13.778000','2020-02-25 21:59:13.778000',5,'Keyara Greenidge','https://lh3.googleusercontent.com/-uEjZhRt1l5E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucliDuHgYDbFs9BaRRoULvlGFkUppQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34344),('AbFvOqkIUmYJXqCsnzc5WhZA20mX5JGCWF3QeUw3wvA75iZ1BTUL1dbVDKe1q2uP5RN7epWr2eBl-g','(Translated by Google) Alvean, Marcus, Thuy An, Jocelyn very friendly.\n\n(Original)\nAlvean, Marcus, Thuy An, Jocelyn muy amabables.','2020-02-12 17:12:28.653000','2020-02-12 17:12:28.653000',5,'Daniel Narvaez','https://lh6.googleusercontent.com/-fs5tQvST_oM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckTMMTaN7EpS40BBqCIBihbfps9gw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33374),('AbFvOqkiuVO3SmkrubH-wq5MiTbrdsJuYaZft-T93dbsMBpl4S59Ud8oLQx0vwH3adzjHPnIRF733A','DO NOT WASTE YOUR TIME HERE! Horrible customer service, front desk personnel is rude and clueless. They are so unorganized and unprepared. Dr’s arguing in the hallway about how many covid test to do an hour! Walked in Friday to get a rapid test, they told me to come back Saturday at 11pm. When I arrive, they tell me to go back home. They are backed up and barely testing the 8pm appointments. When I ask about a possible time to return, the response is a shoulder shrug, and maybe 2am. Never called me back for my test.','2020-06-28 14:40:48.818000','2020-06-28 14:40:48.818000',1,'Carla Esparza','https://lh6.googleusercontent.com/-Zg6-Y0RrOoY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-rYxF4AHwCU2fNTUZzbq1OxS-KQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32059),('AbFvOqkivDchhjuP7lcpt-E1TP3LK_xP77ULeXC5gIyld__PyYLr22mcQzgAg5p5YIA4J5GOeToVUA','The dr and staff were absolutely amazing. I give this facility 5 stars!','2019-05-06 16:56:10.277000','2019-05-06 16:56:10.277000',5,'The Next Level of Bliss','https://lh3.googleusercontent.com/a-/AOh14Giq5Xqbb65HF818TXr8illwXpLXbzkRwAkWPTKX=c0x00000000-cc-rp','16891069708558046635',36211),('AbFvOqkIvHwecpji3JlK15qjoiBRAm1fsPL5o-p2YPjoonW6ycfUQ-b478wBHQCI2aml3g-VYa9nWQ','Even in the middle of the night, Signature Care Emergency Center has the most friendly and compassionate staff! I have such positive things to say about the facility and the team that helped me: Mara, Sita, Paige, Vanessa, David, Daniel, and Dr. Starr... Everyone is professional and personable. Beautiful and clean building as well! Thank you!','2020-07-15 08:35:54.362000','2020-07-15 08:35:54.362000',5,'Amber Pelletier','https://lh4.googleusercontent.com/-4SWnlDmig0o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmH2dpOPxi5HPgNLC4uaAQcCXZGtQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29363),('AbFvOqkIVKQeptsgzX1QW48vRoRjfsi3GJvncYIV1TW1RsgjniiwgYV3hEEPWZD1IquxGs2XS5l1_Q','Made an unpleasant experience much more pleasant. So glad I chose to come here rather than Memorial Hermann. Was put in a room quickly. Took a while to get test results back, but the care received was excellent. Problem was addressed and was a comforting experience.','2016-09-02 23:30:21.476000','2016-09-02 23:30:21.476000',4,'Cheryl Portscheller','https://lh3.googleusercontent.com/a-/AOh14GivJyjPgXlqbRMyeuGOLSFBBR2L0hJU2_rnMvUb=c0x00000000-cc-rp','14567670160750071148',31193),('AbFvOqkIvXKZUzbTL11KtXIu3qHEMesGLQdGMu6pxDO_26BsfuXxaFF34yjUYu8buSZq15hbd_fd','Was seen for Covid testing at SignatureCare at the suggestion of my supervisor... very impressed! The facility was clean, and front office staff was friendly and enthusiastic. I was taken back right at my appointment time. The nurse, David, and Radiology Tech, Townesend, were helpful and very efficient in getting me taken care of. Highly recommend for anyone looking for quality care during these uncertain times.','2020-10-17 18:24:55.069000','2020-10-17 18:24:55.069000',5,'Kelly O\'Donnell','https://lh3.googleusercontent.com/-t4KktmpDRuY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckf2gi7deMI5rk1LtNz4LtXe81MUQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35694),('AbFvOqkIWBYxANAfbKAdavCbWn2p-Iolmj64GHHwe1W-LJZNmDE7LYyGg8EWnX0xN83raGEfK9uA','Very Happy with care/treatment I received at the SignatureCare Emergency Center - Montrose. Everyone from the receptionist to the nurse to the doctor was very welcoming and warm. I most definitely recommend anyone to go to this Center for emergency care.','2016-07-06 17:53:44.146000','2016-07-06 17:53:44.146000',5,'Johnny Gant','https://lh6.googleusercontent.com/-ELMW3rZv50I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclNNGRXYChKJtA85j8ahzdQ0WIaWQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41195),('AbFvOqkiwEYUf_zI0y1wZCVEIjkmaGs5zwhyxgW_dlx0UGU1oeTJ5gD29Z80gPb-dkdXPX7ouJaZGQ','Dr. Pham and staff were wonderful. The staff included\nAlvean A - Nurse\nTricia B - Radiology\nElida Jasmine - Registration\nAurora- ER Tech\nThey were all great and I hope I never have to see them again in this type of situation. But if another emergency pops up, this will be my go to emergency room.','2019-11-26 14:48:48.342000','2019-11-26 14:48:48.342000',5,'Lorraine Carter','https://lh3.googleusercontent.com/-Hxnn0CNjdRg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnX7GMGVHjO5u6oEtO0Fbo0rp8U5g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33684),('AbFvOqkIWpppy2lPGqidFo7qy0kat9PTR34BTOE6En8oe4oK40yfByfqk_rAWamlHD83MZBpAo2FLQ','Dr.Vackey made me, a pitiful pumpkin carver, much happier and patched me up just fine!','2018-10-29 02:46:34.575000','2018-10-29 02:46:34.575000',5,'Lauren Miller','https://lh3.googleusercontent.com/a-/AOh14Gig5aeR1JHmhw-yZqJGBTpf39pwfg_fGATlimO-FA=c0x00000000-cc-rp','16590124370714063921',35136),('AbFvOqkiWzDL_XMyMRCVIrXmrnKbNwjDvizg40MrjlplrYu1qDiDIFiQAE8lC06Xfm-G6k3CocNb',NULL,'2018-01-16 02:13:14.146000','2018-01-16 02:13:14.146000',5,'Jordan Owen','https://lh3.googleusercontent.com/a-/AOh14GipjC0yZMEpvqD_OSVH3JUdigSh66bFVk-Nkm3cfA=c0x00000000-cc-rp-ba3','14567670160750071148',30900),('AbFvOqkIXpltbSp2YNO_8iXOrXscYX_WZcvAI_002jrfwd1lIWHZgEorgimNfZwh4xMNxpwGD7Rp','I had a excellent experience here. Late night, requested an echocardiogram, and a tech was sent out on the spot to help run the exam. The doctor Dr. Boester was very friendly and helpful. I felt very at ease but also cared for. There was no wait at all, I was seen immediately. I was provided snacks for blood sugar during my blood test and received comprehensive amenities.','2019-01-10 04:41:40.516000','2019-01-10 04:41:40.516000',5,'JORDAN FIELDS','https://lh3.googleusercontent.com/a-/AOh14Gg1kj3fjX4sACAAqEdJC9YBulcEkx-QHPatW2Ej=c0x00000000-cc-rp-ba3','3511292162159714121',40734),('AbFvOqkiY13ehCtSwdislhtNktvo0NYR_756BJE31kvW1U2bLmjVZ93DZNAj37817fHI22OnQgQe',NULL,'2018-08-21 22:54:52.264000','2018-08-21 22:54:52.264000',5,'shaylamdias','https://lh3.googleusercontent.com/a-/AOh14Ggbrr7ETW4Usz5MCE44qshIGgVkzObBcRBH9S1k6A=c0x00000000-cc-rp','12541597562633926366',29209),('AbFvOqkiyJl5s5mELGWefNXeS5yNUoY9AfEA_HzSQtqlDDBhgyoApiHyIlkMcjlQCls3yXscGMsfDw','Dr.Zheng very pleasant staff thanks to holly, Dana, crystal, Nicole, Olivia and Ariana for being so nice and caring during my office visit.','2020-10-16 01:41:37.764000','2020-10-16 01:41:37.764000',5,'Kaira Renteria','https://lh4.googleusercontent.com/-4R9obaDh40Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucljPy58nrLawEDXLXxT5tW-0c0esA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32223),('AbFvOqkIYnnbu-p_VYfgh7R_ML-56tiAu2EBFn6Lnnwz3xI_7-ZFZ5qvo24bZA51z0vb6bZox83yCQ','Came to get some testing done with my boyfriend. Our wait time was minimal. Dee and all the clinical staff was very nice and friendly. Facility was super clean.','2020-09-28 18:57:17.353000','2020-09-28 18:57:17.353000',5,'jennifer larios','https://lh3.googleusercontent.com/a-/AOh14GjbVUQkl_SnM3D0Mo1rMVZZeY7U_Q691BSKMIkCVg=c0x00000000-cc-rp','12541597562633926366',28526),('AbFvOqkIyq31fksIZzemwESMW0qQgXTQYbPsHuNO2Sd7ofLTXfN8MysCUUvNrb-L0_Q_EPo0rFaQJw','Went online made and appointment. Same day, they called about an hour before and said they could get me in early if I wanted. I did. Went in clean fast and easy like I like most things;)\nThis was for a covid test.\nI left about 30 min later less $160 bucks and a smile.\nGreat place if I get hurt I’m hitting them up again!','2020-08-04 05:39:47.645000','2020-08-04 05:39:47.645000',5,'Matt waite','https://lh6.googleusercontent.com/-pc2mDxIMizk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmCAB4R2HT_8Oh5qY8l1iTv6fhkZw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40208),('AbFvOqkIyVYvahcqY_7p4KhSvXo0Oo30-xAmh4HsKBDLkwmjTGAwIMfrMfKzXJ6yZixyByI38hSC','This place is great! Everyone here is efficient and super sweet. They really go above and beyond. Ive never felt better,they even offer you a warm blanket bc you know Dr offices are freezing. I highly recommend this particular location!! physician Rose nurse Shelly radiology Linda and registration Shanda these are some truly wonderful people everyone made me feel so special and cared for!! Love this place','2019-08-16 15:35:36.190000','2019-08-16 15:35:36.190000',5,'Ashley Bjorkman','https://lh5.googleusercontent.com/-6yhCkCHV3-8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQLD4oZa9URNacz0Hf7rKg2wA_pA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36147),('AbFvOqkIzzurmdl9Tj6zkAo1WqagEs3Y9Pb2ZZVPkTwy3whI9kyEeVQYJwFLij-iQlu3fllmmyzt','The staff was awesome. From the front office to the back office. I received excellent service and great care. Hopefully I don\'t have to go back but if I another emergency I will definitely return here','2017-12-01 02:54:21.963000','2017-12-01 02:54:21.963000',5,'janice Williams','https://lh3.googleusercontent.com/a-/AOh14Gg5_FFKJaO7f-e-Jm8cfCZKGhWDwPglyAtrK_q5wYE=c0x00000000-cc-rp','14904078213800803294',32632),('AbFvOqkJ_gphxwBHzrrkpPDZEjKej0yb2o9FAixOX1xfGZc7y6NqeW8bUUT2cTgDigiqtUZSmGCr-Q','Dr. Pham, Naomi, Annie, Ekaterini, and Ezequiel were AMAZING. Very quick and easy process. We were in and out in no time ! THE BEST ER','2020-03-14 16:02:29.970000','2020-03-14 16:02:29.970000',5,'Janae Jones','https://lh3.googleusercontent.com/-dVMfBuiluhE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnRVf3XSEbWukdBidyBFawSLOTuYg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33261),('AbFvOqkj_REvJSQffg3cK8RBWnz80UrqIwZ_v15rJaxHwBPTM9WqB5jjS5suW6Hkyb1qYAPAYRHM_w','Good experience and good treatment and great stuff doctor:kotey ,md nurse :Lynn s. RS tech Fatima b , er tech , Daniel b. Registration . Tanisha w','2019-12-23 05:33:39.847000','2019-12-23 05:33:39.847000',5,'Jitiksha Vaidya','https://lh5.googleusercontent.com/-m5bxbYABWyQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmAfRFdqBNDdQ9NGYOenDcAfJc4ww/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37788),('AbFvOqkj_s0KMTAiptA0lOCTbYYtDfhkFHPxmTrElK8xWWd7-47eF-_609C5baXlZsyjCMddL-i8','Very helpful and caring !!! Can\'t forget about Norma , Amy , Dawn , Eve ! & Dr.Leavitt they were very helpful just love this place in and out','2020-02-02 20:31:32.681000','2020-02-02 20:31:32.681000',5,'Taylor Hudson','https://lh3.googleusercontent.com/-8N3K2Aqd-Sw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZJTwGbvR_vJTUSQytGv8k1iXz_g/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40319),('AbFvOqkJ_xY6vzwX5MypYd6G24YoSY7fcoD591Yg80PNlmcD1tUub8Hya4QDjgJlXZBIGRgICHZVfQ','Stephanie S was awesome!!!','2016-11-12 00:02:23.439000','2016-11-12 00:02:23.439000',5,'Ruth Olusoto','https://lh6.googleusercontent.com/-Xrs6cpuXRzI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6_kWLAcjLQMhT3so201T29uCkTQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37275),('AbFvOqkJ-GvbCmIeMMSkZZlXsanh298qQXRi4kXPoeKHLPA0pnOrtsssrBNEL4gq2rUklOjDaI_h2A','Very welcoming staff and doctor! Kimberly, Kelly and Stephanie were so friendly, and attentive. Nobody tried to hurry me out, even though it was not an emergency. The doctor gave a thorough explanation behind his suggestion of remedy, and shared very valuable information. My expectations were blown away, and I would recommend this place to anybody needing similar care!','2017-03-19 04:23:19.015000','2017-03-19 04:23:19.015000',5,'Jenny Thompson','https://lh3.googleusercontent.com/--oBEi_d5gjU/AAAAAAAAAAI/AAAAAAAAC1o/AMZuucm6p-PnsPaxg5Jt3Z6Dhd9s0LAQ7Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35472),('AbFvOqkj1B6lzIXjCXgI1g7gQG4Jj1QGH0oQxZr2w5uu_9tp0Qa7pafnDuCyzhDIWNRMZoZ_M8OcGw','It was wonderful. Staff was very attentive to all my needs. It was excellent. I recommend this emergency room to anyone who has ever had to wait hours before being seen. Great customer service.','2016-07-01 02:47:43.597000','2016-07-01 02:47:43.597000',5,'Celia Yevenes','https://lh3.googleusercontent.com/a-/AOh14Gg5nVp2bFtmfCeE83kEdojoC6Djh0Z_bvP1NXY0=c0x00000000-cc-rp','17394740196501090048',37327),('AbFvOqkJ22ot-iRC21SLvw606Akh_GYXpKBKMeKoVH1rGqQ_xGAuLK3Ih83Q3EPzp10wiIalhiy1VA','The staff was outstanding. Thank you Dr Faig, Laura, Jacque, Norma, and the front desk ladies!!!','2019-01-22 19:36:42.770000','2019-01-22 19:36:42.770000',5,'NOLA LOVE29','https://lh3.googleusercontent.com/a-/AOh14GifeIaiScE9_1hRNmQqxsns4MZDYdbBsZt7-VTSrQ=c0x00000000-cc-rp','3511292162159714121',40694),('AbFvOqkJ37P1pGm3GRiuzIOLPVSlIV-HMpluqKB5Obmpv7r1bYFFqk3IhT7mFd5RurILiVRrbUoWLg','Dr. Yost, Mollie RN, Eric RX, Sergio REG, Kara RN and Gunar RX is an amazing staff! Thank you for taking good care of me! Your a special group of people that actually care about your patient.','2019-11-06 00:31:43.503000','2019-11-06 00:31:43.503000',5,'Kristy Jordan','https://lh5.googleusercontent.com/-wlUvWKyffqA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckJTGA81wZYfsMH9jV2ySQGg2IQTw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39777),('AbFvOqkj3jxC_m87XJF4lC05wRDT1Vz-etN3vNWT-yIyqQPWAz0hqmNvtAMxnq7b5kZ463iYzgFY1w','They are amazing doing what they can to make me feel better and find out what\'s going on','2020-07-24 22:50:43.158000','2020-07-24 22:50:43.158000',5,'Misty Davon','https://lh6.googleusercontent.com/-We430xUPNhI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclrxuikh9j_e80kNkcTZck-mAbapA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39032),('AbFvOqkj3KFI5_DzSwc22Fm8xgS4TyIFwNXpKZAIlnHvCAhg8RF_yBDfi9SErpN1WT3iQJxNRH5Dlg',NULL,'2020-02-26 23:01:46.495000','2020-02-26 23:01:46.495000',5,'Nathaniel McLennan','https://lh3.googleusercontent.com/a-/AOh14GgFPxMwV8ulvLak4ysihlyEJzRyDMvtZTGV3j6Zyg=c0x00000000-cc-rp','16389487648212004696',33320),('AbFvOqkj3NemKAHaorOjirF6v4XVY1H816nPEutLhdsYCZ7SyIBUEhp-Tm58UgdhXZw2jfgYEE3jzg','My husband came here today and received the best care. Elizabeth and Teresa were so nice. His nurse Valentin and Dr. Singla were great and very attentive.','2019-06-22 19:53:19.310000','2019-06-22 19:53:19.310000',5,'Mommylife','https://lh5.googleusercontent.com/-TNzfTnmllmU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1dpVTsKI0durCt4D51R4ky2lIDw/c0x00000000-cc-rp-ba4/photo.jpg','14904078213800803294',32459),('AbFvOqkJ56G9ctGhS0sPC16RCDh7WIRZk9WBtGRN2lVoIbbJqw7cqx-poKqo2pLArNDnSo_rEI6SyA','Excellent healthcare experience!! Dr. Thomas, and nurses Vivenne and Gina were extremely friendly and helpful. At the front desk, Sindy made sure I was well informed and taken care of from the start. I would definitely recommend this location!','2020-01-25 18:38:32.876000','2020-01-25 18:38:32.876000',5,'Lauren Sanders','https://lh3.googleusercontent.com/a-/AOh14GhxOdIp7K9MaEBSb1hncJvUi9fyBsEYTw7Sgg9coQ=c0x00000000-cc-rp','14567670160750071148',30299),('AbFvOqkj5LyN22-5OoQQb4nfKD3p15mwnEBjLkGuwLWUsqMuSwPa-wUOMcM3kMX2ldCDkQsy9Im_','I unfortunately have had to come in more than once for COVID testing and they have always given the best care. They’re fast, warm and have amazing bedside manner! I was helped by Amanda, Briana and Leslie and all the were very warm and friendly. The doctors are clear and communicate effectively in a way anyone would understand. I hope I don’t have to come back in the future, but if I do, it would be here and only here!','2020-11-17 15:28:01.109000','2020-11-17 15:28:01.109000',5,'Magela Gonzalez','https://lh3.googleusercontent.com/-TnW6Uc3rm3Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclozY9jXvvXfHQRmUb-6vPvv2tDFQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40048),('AbFvOqkj5Uu90KzjXyE-57ZtJiHQJT8l2V2AxVwcPDrDkOvvxR_BOJoLiktmmkdx9hiKhHlZ9ae4','This is my first time here and I was very well taken care of. I was attended super fast. I loved the warm blanket my nurse Christopher C. gave me while I waited for my test results. 😁😁','2020-11-10 02:33:00.674000','2020-11-10 02:33:00.674000',5,'Nassahi','https://lh3.googleusercontent.com/a-/AOh14GgZp6fnxy-noLMGHhWVsLtcZ1tp91L5hjZS4ZOyTw=c0x00000000-cc-rp','14567670160750071148',30027),('AbFvOqkJ7orBYKB-ibwnnuhjNOQRRvPH2M0PHvrGboOa9q5BbgYN454-_xuAvnMX7QGqqxIN31M8dQ',NULL,'2020-09-17 21:30:49.537000','2020-09-17 21:30:49.537000',5,'Victoria Medrano','https://lh5.googleusercontent.com/-7C1iV52j2NY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckTiqOihrdRCJdcbMcz8Otpw31o1A/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38979),('AbFvOqkj7TSSb-_ZexcjO9duEWH6aQ9OvRQ5VMH1IqLZVFhGpGp_Sou4W6EyxarnuWNthdktBVSIaQ','Very fast prosses treat you very good i liked the Experience thank you to doctor Das','2020-07-31 21:30:56.208000','2020-07-31 21:30:56.208000',5,'Jonathan Perez','https://lh3.googleusercontent.com/-Vs3f8pdnHS0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCsIak51DNRI-10-YGWsNfarseJg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31821),('AbFvOqkj8kQgAJAJ2mKzEhJkWf9SHsc06Av3SL2QKj4vMYJ8uOzTBd1hJ1cjgrsSF38vrzPmG2YyYA','Good experience and good treatment and great stuff doctor:kotey ,md nurse :Lynn s. RS tech Fatima b , er tech , Daniel b. Registration . Tanisha w','2019-12-23 05:35:09.512000','2019-12-23 05:35:09.512000',5,'Jitiksha Vadiya','https://lh6.googleusercontent.com/-pBuf36bt7ag/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckWOxgyj_C4WRptcqh1SyzBkaNndA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37787),('AbFvOqkj8p6-UtYnSb_731OemH3Ia0E3eePwrbrzRv63oP8CTZDDrJ_eMb3QXXu3eIjeYD0UUgB7',NULL,'2019-05-31 20:26:21.195000','2019-05-31 20:26:21.195000',5,'Chayla Love','https://lh3.googleusercontent.com/a-/AOh14GiwtCe697oE1nz7m1OsHkzqWY2DR9p2yy4lPF0y8A=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkJ9kMuC18BHLeUQYVUXC7sVkXWyxJY5vklID4ewo1_8cPfiOVOi64yXgNytI_F2z2Qz3b3','The team here at this emergency room we\'re were excellent caregivers. Prompt service. I would highly recommend this hospital to anykne I know.','2019-04-20 02:36:27.198000','2019-04-20 02:36:27.198000',5,'Miguel Quiroz','https://lh6.googleusercontent.com/-7jTJNl4CR6w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckonRKmv1r7aqk6oSoZeQueWnwv1w/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29870),('AbFvOqkJ9srbmzKqEmLRkAjKNPF7_PyjDyofgKjmG_a31sqTc-UpXLaVmLvTKigGLCqnttfUoEd0','Seen fast for an emergency issue. Dr came over immediately to assess.\n\nAlso went in another time for covid testing. Appt was at 11am, was seen at 11:05. Test done and results back before 11:20. Everyone is super hospitable and patient, answers all questions. Definitely recommend!','2020-07-25 17:39:17.214000','2020-07-25 17:39:17.214000',5,'Shera Lehman','https://lh4.googleusercontent.com/-nlSoxBG9M-E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckcr9-L2AIjdZ8LN2Y1GYN-Dn7law/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42347),('AbFvOqkj9whF3tbOrVFR39V3dTsGh6uYanVzCTCBQ67aSBAWSX24hTXCS5uYTBxMxL8HTJ21lsL6','This emergency center has outstanding service and Brenda R. Was very helpful in helping me sign paperwork since I was involved in a car accident other team members are very friendly and know what they’re doing!','2019-05-07 04:57:14.098000','2019-05-07 04:57:14.098000',5,'Jacqueline Solorzano','https://lh5.googleusercontent.com/-IKLL1bZkIG4/AAAAAAAAAAI/AAAAAAAAADs/AMZuuckR0X9DP-Sz6A-b8fV7Pv02dlKOzw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30545),('AbFvOqkjaUK9t39PGN8pGxGShCLYJw2EitnWs7YzNFMq0Qz16R4tkTkGTP_buppv7PddT122VodHjQ','Luisa and Vanessa are amazing Service is incredible','2020-10-27 07:40:36.405000','2020-10-27 07:40:36.405000',5,'Boobie Johnson','https://lh5.googleusercontent.com/-eo_CeC8KCEY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmw9NHy0xsAJAS6kZ7pdrG6fevX3Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33071),('AbFvOqkjbAHlqLDQD3DXs1BCDUbERMIUe-_Nc3p3pXBJdn8ZOkHXajy9ULjSX-tpV9YkGeTxIoHQew','Excellent service and great customer service. The doctor has a great personality and was very thorough. Definitely recommend this place!','2019-05-19 23:52:10.831000','2019-05-19 23:52:10.831000',5,'mari flores','https://lh3.googleusercontent.com/a-/AOh14Gj5ipPCxhdPCRfvFitwXBBLAgmhVoKSP6EbGtNdCg8=c0x00000000-cc-rp','17898197009688164559',38177),('AbFvOqkjBbcZVct-wNn0cKcAGc8K81q5GDxpakMMbFhTAqalk8QHGV_EXXnPAsSu0K3MPFNynT0cDw','I took my mother here today, and the staff was absolutely outstanding with such a great sense of humor and bedside manners. Best emergency visit my mother and I have ever experienced in our time on Earth. We were seen within 5 minutes of stepping into the facility. Everything was thoroughly explained. She does not have insurance and that made no difference. I could write a 1000 sentences about them but I will say being here is everything you would want out of a doctor visit. Thank you Aaron, Tiffany, Dr. Miller and the whole stand-up staff!!','2018-04-10 02:36:01.317000','2018-04-10 02:36:01.317000',5,'Keisha Parker','https://lh6.googleusercontent.com/-nKQ4LzB26uU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckTADo1Y9ZgbPsjlCw3ZI82rH892A/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32590),('AbFvOqkjbOPY-RbHmO7XuGwBK2ozgZeJCbG1QrAjMlvAWLSVC-yTG8sJZy6pYNwrpHUZZPS7XtIZ1g','Great location, helpful staff and great care! When having a sick child you want the best care and SignatureCare is the place to go! The staff, Tony, RN, Sherwin, Tech and Dr. Jones were very helpful. Ariel at the front desk made check in very smooth and not stressful at all!','2019-01-10 16:41:02.352000','2019-01-10 16:41:02.352000',5,'Stephanie Matis','https://lh5.googleusercontent.com/-CMrMwni5Eg0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckBQS8j1siCNSNlXJMrwitmZevrdw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29165),('AbFvOqkJBtEJ6jObfKtjwVw9mGVcMY24iwZxFuBh4Ah1Q5CmqdniQAey_SiET8Thh-ouPKjBs_-J','The staff was great. Starting off with registration, Keera, was wonderful, attentive and quick to get us ready. After that, the doctor and nurse did a wonderful job of making us feel comfortable and that our issue was genuinely cared for. Needless to say, I will come back if need be, and recommend it to those who are in search for a quick and helpful solution.','2018-01-04 17:11:15.095000','2018-01-04 17:11:15.095000',5,'Elizet Gomez','https://lh3.googleusercontent.com/a-/AOh14GgjckAbaShI_GE_RiUIlOuddvUnaRyDsXjVD-1X=c0x00000000-cc-rp','16590124370714063921',35335),('AbFvOqkJBwaR6zMryRZv6fwv1YbJ7oxT-FtHjsIxhO3eBFh2WmO-c0KVJi8m9GPxrESBZByayOSusg','This place is very amazing. Dr. Grinblatas and RN Joseph was alot of help. They made me feel comfortable and taken care of. I am very pleased. Thank you Signature Care','2019-09-15 16:32:38.308000','2019-09-15 16:32:38.308000',5,'Sagittarius Nae','https://lh3.googleusercontent.com/a-/AOh14GiJjKOsbaEuBC7p-yth0pxkNRsq14t_UJdEn51mIA=c0x00000000-cc-rp','14567670160750071148',30457),('AbFvOqkJBYi3b3DaRrW3LQploZPxy4uv8FtN2fSDrcmzfT45DSR4wjun1UmB6Ikr8X41zF2ZWE2Q','Christina was the friendliest, most attentive nurse. The staff are all amazing from the second you walk in. Super friendly, and genuinely concerned. Deondrick was amazing, and Dr.Potel has a genuine love for his job. You can tell this in the way he handles his patients. Great place! Also, very sanitary!','2018-12-31 22:20:17.304000','2018-12-31 22:20:17.304000',5,'Valerie Lane','https://lh5.googleusercontent.com/-tWiq8rh6lxo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnUb8yJ6L81QPu0AsF5ZiZAN2i9EQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29172),('AbFvOqkjC1V5d-R-dHbQG72D6xvICEpDR-sOK1NAQkazv3qH2KcGnTgrCubvJ8umB4XwDWyF5M5qhQ','Great receptionists, nurses, and doctor. Very fast. Would come here again.','2019-07-17 01:19:40.283000','2019-07-17 01:19:40.283000',5,'Courtney Smerud','https://lh3.googleusercontent.com/a-/AOh14GjU7d87bbDj28Ez7aDLMX2MUo5N3YlvKwsnhRUEvp0=c0x00000000-cc-rp','6521947413723274945',41655),('AbFvOqkjc8UXocXCxZlITYEnc1INTfJsUZgZL5sH5Y445nGzG_4-pEntcQGTQa43zokZtjDiouDI9A','They helped my husband pass a kidney stone at 4AM in the morning! Thank you Dr. Huerta, Vanessa, David, and Daniel for helping my son and me with everything during our stay!','2019-11-03 11:38:44.257000','2019-11-03 11:38:44.257000',5,'Kate Edgar','https://lh3.googleusercontent.com/a-/AOh14Gi3QmgW7TJexK1kS_Mk8LuooyVHoNENlcbxkvy9=c0x00000000-cc-rp','13486358490203335051',29595),('AbFvOqkJcKNPi7EBcHaFFa_z9FdhNgxV724oHGkQgkHwqEYkq8UxLbjQJGlsm2p6d9REAmaP2fpP','Great service here at Signature Care physician Rosales, facility manager Kat and radiology technologist Townesend were awesome. Definitely recommend this place.','2020-09-09 17:47:48.733000','2020-09-09 17:47:48.733000',5,'Francisco Balderas','https://lh5.googleusercontent.com/-3DV2xXEqX40/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclXRYkTwm3_a4bAY5q8Hq7Zljb_GA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35827),('AbFvOqkJCPzaJkziuLgoU8QN1A9Pt71sMzObX2DBKcqzpqgDIcyFV1zc4lCDxxO8jZOpebx74ePJag','It was excellent service and very fast, they treated me very kindly so a big shoutout to Nancy, Marcus, Randi, Theresa and Dr. miller :) overall great people and very helpful','2019-07-25 01:21:33.623000','2019-07-25 01:21:33.623000',5,'Edgar Luna','https://lh4.googleusercontent.com/-sOH7nGdfc7U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckGlNPjGHdQ_gEoRyHw-GcjojIisg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41643),('AbFvOqkjd6FzvLc8VEXA2NzxzhPaHQzGXKUtwm3i-WtftZpkQB0V0obZ-Pu5gMlNK2rAh8Q9rf3h0g','Very quick and very friendly and accommodating! Thanks!','2020-10-01 14:56:06.801000','2020-10-01 14:56:06.801000',5,'Brian Bacon','https://lh6.googleusercontent.com/-JHf3PqkNSDA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnz0_-Ed-m1D8nSEwFzUJgvF1O9Mg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31595),('AbFvOqkJD9BhRKJdTqO24Y3v8jjVR-5-vLQQzwo_24RDwLEz8dETX-u4khvXbc3PJ3OCVZIB_JLp_w','I had a great time at Signature. The entire staff was very helpful and willing to answer any questions. I was helped by Lorena T, Dr. Cabaniss, Jacob O, and Torie. They were all amazing great to work with!','2020-10-17 12:30:34.057000','2020-10-17 12:30:34.057000',5,'Olivia Elwood','https://lh6.googleusercontent.com/-cJDzbSjedLA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckYPjmN_s4vHvVY3bIrD8fMEhCbOQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34126),('AbFvOqkJDNqdWbv0BZgrxJBkz9Tg_vf-zp0nK-l53mylik8IusmoXncBRqQ_UPRlmnxTAWo4flvU_g','I fell yesterday at Kroger\'s parking lot on Wirt. We went to SignatureCare. They got me right in. They didn\'t take my insurance plan so I was worried about how much it would be. They did a good exam. They even did a cat scan. We went to check out and we were so shocked! It was very reasonable. My vet for the dogs would charge a lot more. If I every have any more stupid accidents I will go back.','2017-07-24 17:39:09.855000','2017-07-24 17:39:09.855000',5,'Bobbie Huddleston','https://lh4.googleusercontent.com/-u0E-U6z8Jas/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckcjPTixDQ7eoxcwSe6gs7jHnjeAg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32661),('AbFvOqkJDRx4tzmZvm4gCCTCTCnE4HPes-43awcZJsrHvWTU-2_lgJUawGrkZW5Kl6YapBpAU3yv','I went in for A Covid test and the nurses( Vanessa, Lindsey) and Dr. Elsbecker were very friendly, super organized, informative and quick. This place is very clean and I felt comfortable and cared for throughout my visit. I would highly recommend this place for General care and the Covid Rapid test.','2020-09-14 18:28:11.965000','2020-09-14 18:28:11.965000',5,'Quyen Nguyen','https://lh4.googleusercontent.com/-K-iwPavnvDo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn3NR_YkSaG2H_gai2GmsO6gyXLwA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35795),('AbFvOqkje_yYIIy6h-05u0UQRgccECQGhDsUwfYgh6eANLMZ_ugOPgss4Qsl87rqrrr4u-A00aHMTw','The staff was very helpful and will to help at all time.Jocelyn was helpful from the beginning as soon as we walk in.All of the staff in the back Dana,Marcus,Jorden and Dr. Ortiz were friendly and helpful and most import respectful. Great staff!!!','2019-12-16 16:51:47.939000','2019-12-16 16:51:47.939000',5,'Carlos Cruz','https://lh3.googleusercontent.com/-K8AqYsTMLco/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclka_rLMlFOBwPq4leQR6Tx4TetfA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33600),('AbFvOqkjE3YiP_sKsEX4hsR1T5SceQYXrXKTurvxLClKuZLoPktmg-J5cab3cqV2OW2yDVDw9TCOag',NULL,'2019-05-19 13:12:08.827000','2019-05-19 13:12:08.827000',5,'coleman carrico','https://lh3.googleusercontent.com/-ZQyEWFMWPlY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckNXdQLH2t0we6dC4W60d8q1DfOOQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkJE6axWypGpk-g4JZ7fJ21xZDlXfBOAYhv3P4_MvI9CVKdwiVtjh0BbWrnTKHULBmLnu7tJw','This was a great e r everyone was nice and helpful','2019-05-31 00:23:28.731000','2019-05-31 00:23:28.731000',1,'Sunny Jackson','https://lh4.googleusercontent.com/-YCR4XcK82g4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl29Frw02eMtZduW2YGFRvpoY6odg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38162),('AbFvOqkJEIAJTBnjsf8rDDI-KDEGopuusJPRbQoql_f2fKX8NFwHlt3D4p_WckeV1YZPDdCdiziX6A',NULL,'2019-05-08 12:02:07.476000','2019-05-08 12:02:07.476000',5,'Lauren Beal','https://lh6.googleusercontent.com/-hWwl0ZNmWgI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmYHSyYak1wAQmydM63qsMnM_oCug/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34858),('AbFvOqkJexmJMxOMPjtnQMIHBUI8ExMxe16YUTDMa7Mk2P6YoIdVcml23KyXErNBzPEkEb4MqiHmyw','Great service. Fast stress free and very helpful! There patient are there top priority.','2020-02-17 18:53:50.937000','2020-02-17 18:53:50.937000',5,'Esteban Portillo','https://lh4.googleusercontent.com/-EV1Xlr8eIU4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnHCJlpm8bJi5w8TEBBccd6rrCNbQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37691),('AbFvOqkJGfL9S3aF_BAtg8nxbIkeiz-dMKKZReR7q0gKcq1q-BCAm8eNLmp6z-pN6pn_NxRla8YsmA',NULL,'2020-12-16 07:59:47.430000','2020-12-16 07:59:47.430000',5,'Nae Robinson','https://lh5.googleusercontent.com/-XwsvNcI7M-I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmXlHP733wwU8WozgmVdu2XTJbt6Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40017),('AbFvOqkJgSRV3JNLTTydNOeAVaHQS1Pt1j6G38BFLKyx8M8LG2oAj6TF058DsMgwdS4nt8dDOI7Isw','Very clean location and professional, also very quick and not a long wait time. Aldean and Jordan were excellent','2020-12-24 15:44:40.125000','2020-12-24 15:44:40.125000',5,'Norman Scott','https://lh5.googleusercontent.com/-ijNBEoNaHXQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckq2jm6vduhEL2pyzdhefu762Ebsg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',43791),('AbFvOqkJGTH79eLaf2ofLY8wRTq3NjKbHZ8Ofuc_Nf_i9qJyaejg9tu5b2FbslNqw4MBuGqB6rTY2Q','The staff was very friendly and helpful. We were very pleased with the service. The next day Neighbors called to check on my son and then sent a thank you note in the mail. Who does this? NEIGHBORS does!','2016-07-21 17:09:35.815000','2016-07-21 17:09:35.815000',5,'MaryAnne Martin','https://lh4.googleusercontent.com/-1hQ02v4wW6Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm9J2Iw9utv6d0oOQMzVHBcVqghJQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41817),('AbFvOqkjH1eYekD7Wu3kcGoeemhizaDifrRXCD625U6Grf3yce5nUE0L6unAfB5PmFwGi_WRPyFtag','No one wants to be sick but if you need care Signature Care Emergency Center is my 100% recommendation. They attended to me quickly and with kindness. The facility is clean and very accessible. They were kind to my husband and offered snacks and beverages. The Dr made several rounds to check in on me and provide me with updates. Absolutely superb. I appreciate the standard of excellence here.','2020-02-12 22:37:45.917000','2020-02-12 22:37:45.917000',5,'Well Life TV','https://lh3.googleusercontent.com/a-/AOh14GhvU_Pej8EfB_fV5BiBkODX4ZtugD7r6WhElCCwjQ=c0x00000000-cc-rp','8679688254631342173',42442),('AbFvOqkJh6slcvqGN19eJweJwdPnAykPtxCupYMpn0dOudnEBDLP3apEXWcSJ3F09u4aylNiKywkVQ','They took care of my mom really well and professionally. All staff is nice and friendly. My mom really liked how Emily treated her when drawing blood.','2020-02-08 22:28:45.998000','2020-02-08 22:28:45.998000',5,'Z Money','https://lh3.googleusercontent.com/-g1uVWhBWDjw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmBE4dtpKYatGGWjQ8tyGF2YR1yMw/c0x00000000-cc-rp-ba3/photo.jpg','17394740196501090048',36630),('AbFvOqkjh74dLKWyp3FvyTSLeY-ntmNE5Jz6-w6cL6yo6yK7YzPAWwmBH7TASNm4x_uzXY3RFvri4g','good service, great nurse and doctor. Thank you so much !','2017-09-15 16:46:44.174000','2017-09-15 16:46:44.174000',5,'fionanguyen','https://lh3.googleusercontent.com/a-/AOh14GiYYk0wgAzDtIQ3zbt1GewM79K8teqT7WSYDd9qJQ=c0x00000000-cc-rp','17394740196501090048',37075),('AbFvOqkJhCAbC5rG4ssSHW-mC5cFHBxPtsQgXXLAsXPS5wwT5pibWfaLCWkBk_s0W0RrNqfa3uzUBQ','The staff is wonderful. Very concerned and knowledgeable. Thanks to Charity, Mollie,Mandi','2020-12-27 16:44:36.537000','2020-12-27 16:44:36.537000',5,'Jeannie Chase','https://lh5.googleusercontent.com/-3XvY8Qzi_MI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnyeaXENNgEglbdJoslwyapwPwc0A/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43952),('AbFvOqkJhjldNzFV7vlyNCSBnyfowLGljS-h-OfwbXNUOEVVXyJ7khNe73rqceVosxP_b8_MQxYyTQ','Gracie RN and Luisa tech were awesome. Very fast service.😁','2020-11-15 18:25:35.461000','2020-11-15 18:25:35.461000',5,'Roxann Bermea','https://lh6.googleusercontent.com/-IK4emA1Z1sE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn-7Po7uFL0O9n_1JgUfzRwJwBbcQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32921),('AbFvOqkjHjZ_vHofdvCFoyJm-UcMupI0Dv-2VnGaNOmjY6Ttj7msl6zPiM07Eadx9wvIF00l_rxPXw','Great customer service warm welcoming. Staff will go beyond to make sure you are ok and comfortable. I will consider coming to this ER.','2020-03-12 17:34:08.431000','2020-03-12 17:34:08.431000',5,'davron duffan','https://lh5.googleusercontent.com/-bCBKJB95oug/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-eQyFl1FtAigEvqegOSvKCTfKMQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32110),('AbFvOqkJhoJggQclS2GmvSIiUShVVspWYwVmXW59qL70-DrmshK_JIrFz39jw2W3xz9RfKAKBfRpqw','Only perform 100 covid tests a day so the website is inaccurate in saying they test 24/7.','2020-06-14 06:09:36.460000','2020-06-14 06:09:36.460000',3,'Matt Ludlum','https://lh3.googleusercontent.com/a-/AOh14GjWm9hrMlNMpSWXeZe6Q3hKX5p5ZvpA13s-6XkA=c0x00000000-cc-rp','14904078213800803294',32324),('AbFvOqkjiBgXPO0ANxYcqyFtY_wn99fo8rZrAQGB0MgDmp8MqF-uNrwU86t0O_xYEDbdFGl2bHPR8A','This place is a scam. I came here after a car accident, did not get any xrays, was literally given a piece of paper that was supposed to be an educational handout (could’ve gotten from google) and a prescription for extra strength ibuprofen. I saw the doctor for a total of 60 seconds and received a bill for over $1000. When I called the billing company, Round Table physicians, to ask about the erroneous bill I received they were unable to explain why I was charged that much and refused to offer me medical billing codes so that I could verify I was correctly charged for my visit. I will NEVER go here again.\n\nWould choose a traditional ER over a private one any day had I known the difference. The time, frustration, and money wasted trying to understand their scams would be better off spent at a hospital ER.\n\nPs they offer a Starbucks gift card in exchange for a positive review which is probably the only reason they’ve ever received greater than 1 star.','2019-02-05 12:22:26.778000','2019-02-05 12:22:26.778000',1,'alexis liscum','https://lh3.googleusercontent.com/a-/AOh14Gjec8VBv7NSrIjjRBeW63hgAgrrIgiU1P7W0-4D8g=c0x00000000-cc-rp','3511292162159714121',40647),('AbFvOqkjIgkotumDmOrNrkBCaEN3ZlxgdXSi5-sIdwH09WbIosYv1ftTSaXWCyix3yzSjZrEx1Hi','Fast and very friendly service. Great experience!','2020-12-29 16:02:52.197000','2020-12-29 16:02:52.197000',5,'Carlos Reyes','https://lh3.googleusercontent.com/a-/AOh14Gguv1CQJ3_WSxdzPgz4Ur8nx69o9-UZiVXnBFpSx58=c0x00000000-cc-rp','14748677429039074158',44102),('AbFvOqkjIgy5JaaLH7ZgSjJ0HV_QmIqr-KYF6kVYTHP9ux_oVRquwDDMjMFvWUeyM8dO_XzNQM8A5g','We ran into a scary situation and were helped really efficiently! Cody and John made us feel very comfortable and welcome while our tests were ran by Jessica. Thank you so much for the speedy testing!','2020-09-29 13:13:59.963000','2020-09-29 13:13:59.963000',5,'Ben Johnson','https://lh3.googleusercontent.com/a-/AOh14GgLP-X9XPBlFC6f5bvQNPP291gYWpXUheBO80pJ=c0x00000000-cc-rp','2077061009497551125',38505),('AbFvOqkJiLhLp3JL9-vrdO8JRP-CHXxJ-qKMspjXUU_mRkxrbB3q-0P_jgxhyBNkApmE2hIFA8A3ZQ','They are always so amazing here ! From registration keaire er tech normal that took my blood the nurse churiah the ct tech eve and especially dr j thomas!! I will recommend signaturecare to everyone!!!','2019-10-04 14:48:42.438000','2019-10-04 14:48:42.438000',5,'anthonyruby gusman','https://lh3.googleusercontent.com/-G57HCBKD2dY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckm30MWd8Gnuiy88vWZXnp4ZcXOOg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40406),('AbFvOqkjJ4otowjG7olrKqVEeZxCYmnq8JEyAKm-lwbqC_EfN6DvuzgccyX4Edbd1if6KVqOwlzblQ','The staff here is amazing. Tricia and Jani are extremely attentive. Jesus in registration is very thorough and easy to work with. Dr Smith is awesome and it’s evident he cares about the patient. He asks lots of questions and listens very well. The facility is very clean and I would recommend them to anyone. Keep up the great work!','2019-06-27 21:58:29.361000','2019-06-27 21:58:29.361000',5,'Courtney L Knight','https://lh3.googleusercontent.com/a-/AOh14GinX0Qf1bn8_Y4v3KESFdxvQ04z6YfzGYG6GTXtRw=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkJjjVk_emTSRgNPvbT3qhvLxDT_bgzVlVTTlsUsqftPFtnDfJ4_TXUttG2nYFZsfyVZrueGw','This location has always been fast and respectful. The lobby wait is very minimal, and the doctors and nurses always show deep concern. They even offered me a warm blanket. Thank you Robert, Jordan, and Lam for taking care of me.','2020-10-22 19:33:35.415000','2020-10-22 19:33:35.415000',5,'Tirika Caldwell','https://lh5.googleusercontent.com/-r_fGiDJc1Wg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclpr3Ts4l6JW-aKZ79ZBeXzLa7jIg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33109),('AbFvOqkjJOAPJAyHkSdBJ7zzHMrs1HxnNns8wMxS3niYiJW17GlCMaamtoKfFjDlEbNd9D8xkFD4uQ','The people were nice and kind and we got in super fast! I truly had an awesome experience.','2019-11-11 00:49:18.165000','2019-11-11 00:49:18.165000',5,'Natalie Harris','https://lh3.googleusercontent.com/a-/AOh14GjBlvftcQRmExF_SkLd9PqtIA30PPO4BIO1sBE5ag=c0x00000000-cc-rp','6521947413723274945',41559),('AbFvOqkjJUI5tWATnwssa_Df3QLugzReGCWknCOrI0rKxNLTbQjlqELDe43fMNJx_RdCKwgC74-olA','Hi I went to Neighbors ec on 2/22/15 there was no wait everyone was very nice\nand took very good care of me. The next day they called to see how I was doing !!\nGreat place!!!!','2015-03-02 16:13:55.760000','2015-03-02 16:13:55.760000',5,'tx lady','https://lh3.googleusercontent.com/a-/AOh14GhnTBsRznK2_MHdopRdItUfNFEfUcatpdFu2Nw3Eg=c0x00000000-cc-rp','17898197009688164559',38398),('AbFvOqkjJW9mLix9-kHaUrrIynwJLiQ-qMJehrbTz9SA8V4TV1NwzURuyd_Oz4NelGLj0cNM94JF','I stoped by and Christina, Clay, and Dr. Rose answered all of my questions with attention to detail. I recommend coming here!!','2020-11-06 17:00:31.963000','2020-11-06 17:00:31.963000',5,'Gustavo Palacios','https://lh4.googleusercontent.com/-zt2OIy6aggs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn59JJ-whLkb1JqiyKvOJlQzoQF-A/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35635),('AbFvOqkjk0uhi1R6MTqt752Qttw88XISOvU2PsEcFLUHFWfmupFGWsAh5tjHcIjCNie8SMjYyqiS','Everyone was kind! Elida made sure they were able to see me right away. Dr. O’Malley explained everything to me in a way I would be able to understand. The nurses Jain and Aurora were sweet. When I had to do a cat scan, Marcus made me feel calm with our little convo.','2019-10-01 13:27:19.885000','2019-10-01 13:27:19.885000',5,'Angelica Hernandez','https://lh3.googleusercontent.com/a-/AOh14GgbDqALuQSnOG34qYssiAet95O50oCxMFbU7qCm=c0x00000000-cc-rp','16389487648212004696',33921),('AbFvOqkjkj18wYxEcgXKJwrFhQxey2EIOvHp3PoJtPWRcO5F1f1rYQ3mIdUC10-B57uSfgOQEcn9vg','I called last night and asked about covid testing and was told I could come ANYTIME and get tested. I arrived at 7:30 this morning to be told that testing doesn\'t start until 9. I live 40 minutes away but need the rapid test to return to work. So I stayed and waited. Then, a patient says there\'s now a car line in the back of the building for check in. So I drive around to get in that line. As I\'m in it, the employee stops taking information and the line dissipates so I go inside to now put my name on another list. This was so frustrating and disorganized and the employees aren\'t directing anyone on what to do! So much time has been wasted and now I\'m being told it will be another 2 hours before I\'m seen.','2020-06-16 13:51:29.520000','2020-06-16 13:51:29.520000',1,'Stefanie C','https://lh5.googleusercontent.com/-Z0hzogZbtZQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckqqBV-bqXoVzGLwXrAmIg-ILS5HQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35869),('AbFvOqkjkvJ9NEbMfEZsMYmpwqCXLwGU1JRKS_6xrT2l0PSD2SNGWO--TifLOPaSmjQlpz5-q4-B',NULL,'2020-12-11 15:58:12.122000','2020-12-11 15:58:12.122000',5,'Cheypotato','https://lh3.googleusercontent.com/a-/AOh14GgQiXlwC3D8aQPzBN2DAp_Y5428Eobvrkhyuo438A=c0x00000000-cc-rp','3511292162159714121',40025),('AbFvOqkJlDcrNYKc-rkTs1aQfGwpUVxUV46ROl7wkJ67FSqVhzF6GHmwyt1CIDgKZPNF4mRW2AKyvQ','Good experience during my visit, heather at the front desk was nice and welcoming. Will recommend to family and friends!!','2020-11-12 00:51:37.593000','2020-11-12 00:51:37.593000',5,'Hayden Seay','https://lh3.googleusercontent.com/a-/AOh14GgF9oICQzZU_Xt4YcqjTSHJH_QPTOQsYSznfloy=c0x00000000-cc-rp','8626688543755174284',41837),('AbFvOqkjmA82s8O6DShoGRrcpQMGq2l6SzrBTpHtAbibAC5vWZ-d61ygEYIWJgMXgQVR6XU-CWKCOg','The staff was extreamly friendly everyone made my stay feel very comfortable.','2018-08-08 22:13:47.713000','2018-08-08 22:13:47.713000',5,'M G','https://lh3.googleusercontent.com/-_g4-JI2RtLI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnvPQKIqSpwo46BWMIWLPhRRIDoUA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32557),('AbFvOqkJMHPnLzl3rQ7Hep96gtX64ZheNp4gxHcmqPSsIaDWMZBPwj8U4na6GI_y_bV1job_YhrI','Great service, I was in and out and the staff were incredibly courteous and friendly, I was helped by Anthony and Keera as well as Dr. Werzanski, all of them were great and I would highly recommend this place if you have an emergency!','2018-11-02 04:00:42.202000','2018-11-02 04:00:42.202000',5,'Kireet Koganti','https://lh5.googleusercontent.com/-HlGDBVPqm7k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnW0S2FvxvZ_AV86K8v8tYwZ_M1Rw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35130),('AbFvOqkJmLE5bCKspPwWjhdCLa6b3BxaiGTyZDuZgXO3fGXPmyaedoBFiJBl2uKTqZ26G0zPuLlLdA','amazon staff! Very nice and quick!','2020-08-30 23:55:15.491000','2020-08-30 23:55:15.491000',5,'Henley Johnson','https://lh4.googleusercontent.com/-73hSXnsMso4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclS8MDttoL853T50yra4jKouBKC0g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34178),('AbFvOqkjMosu8K6ngAvna5toM-VaqRSACf7vPo2T3LtwgCm6ZGVzblXRs16vY8eZFhGfFaZsZ3vOvg','Signature Care is the best. The staff is always super friendly and comforting. Thanks you Dr. Yusuf, Churiah, Jessica and Aurora!','2018-08-17 09:46:30.507000','2018-08-17 09:46:30.507000',5,'Jason Sheehy','https://lh5.googleusercontent.com/-miEverV-Wyo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmD_VTuKvhGEF-BgHAb1R_8tqN1qQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40848),('AbFvOqkjmp24Aq2JHSgrygsgny2JLMrGnCseJN0zdp7Ia5y4TjdA0ueqPniGBqWpmhbVgbC2yykvZw','Wonderful environment, Dr. Das and his team were very kind and provided exceptional service. We truly had a good experience.','2020-09-09 16:55:42.542000','2020-09-09 16:55:42.542000',5,'Pauline Kamere','https://lh3.googleusercontent.com/-MO42ozAqU4U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckoprBTWydWR00UUNX8IoycCzNjjg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31688),('AbFvOqkJmP7vzsid_TFq2PBazMI7vVheV8Si-bZInMNL-VSxfz94D55XEK8vUoOlmbFf9uAbx_OW',NULL,'2020-09-04 16:28:22.103000','2020-09-04 16:28:22.103000',5,'Brian Medina','https://lh3.googleusercontent.com/a-/AOh14Gg5Q4hDjLqu9_hTuv7rYx3H8WdFYbsrKR0j5IcTBg=c0x00000000-cc-rp','16891069708558046635',35829),('AbFvOqkJmr-yo9bB4RQ9prplHa7sLsCak8Xxg2E0SsGT5RCIGpQEAUQ_4AjaQ1DLRn90MPZ3ck_Ibw','The wait was exactly fast I was seen asap. the location was very clean and was giving exceptional customer service to all employees that helped me when I came in will definitely tell others about you !!! thank you for all you do . If anybody needs care and want to be seen and took care of in a respectful manner come see\n\nDr.Dang\nKeaire\nChuriah\nNorma\n& Eve','2019-11-01 16:48:13.107000','2019-11-01 16:48:13.107000',5,'jalecia nealey','https://lh5.googleusercontent.com/-R847QwBosu4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmW9j9YOxYKB-xPlQtDUgfj57_W7Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40390),('AbFvOqkjMsiG8csVr6bpm4ANhDTESiThcxJsWokjtV7Btik2Km0qv_KCqPtgYpQTRsV9zWBwL-QJ','A little far from home, but worth the trip and only place open 24 hours, that could handle my situation. Had severe dental pain (it was midnight and no dentist office open), went in and was seen in less than 3 minutes, everyone was welcoming, friendly and handled my care effectively. Dr. Rose, Nurse Katie, RT-Frank & Edward at front desk were very compassionate. Thank you!','2017-11-30 17:17:38.117000','2017-11-30 17:17:38.117000',5,'Ladell Mitchell','https://lh3.googleusercontent.com/a-/AOh14Ghua9BT4DD-GMAhNgoRmHWOC8ncPkPZLY0df0Mn8w=c0x00000000-cc-rp','16891069708558046635',36456),('AbFvOqkjmt155MxOp_PqFLmmF7XSi6A7mmqiiULhMlXbad50G2wAm5tLAo_JCy4wqA6MZgBrJW-E3w','Very pleasant experience. Dr. Smith, Remington, Itia, Rebecca and Victoria are a great group of staff and were very helpful during our visit.','2019-08-24 21:50:54.557000','2019-08-24 21:50:54.557000',4,'Alejandra Garza','https://lh3.googleusercontent.com/-_VT8-89dznc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckcl-XHReUyYXw26upqFeh2xqndDw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34710),('AbFvOqkjN9NCV4-KsBcW2nkqfUTHT-2of8_8kPYgW7dScDc0RTgd8FTirCE3RSx1L9wNRNWWUAhg6Q','Great Service everytime! Anthony the RN was so helpful and compassionate and truly made me feel at ease. DR. Patel was very informative and answered all my questions to insure a speedy recovery. Kathleen was so nice and gentle while taking my Xray. Not only did they make sure I was ok but they also inform me of everything I needed to know about my health issues and what to expect during my recovery. I can go on and on about how wonderful they took care of me when I was there. A GREAT PLACE and GREAT PEOPLE WHO TRULY CARE thanks guys for everything!','2018-12-18 02:45:26.859000','2018-12-18 02:45:26.859000',5,'Dominique Small','https://lh3.googleusercontent.com/-Lr_aoeS5j-I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnqzfaMj_iDajCKwuMjx1es7IBjtw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35064),('AbFvOqkJnGlXpRNZna7MxBNsQ0W4JTpaQ2M7-7YVlMmp9w21nyyDf15zvHrrge0BQjRZZC1SIj3u','Everyone was very accommodating and service oriented. I was able to get in and get out quickly!','2020-01-10 12:34:17.199000','2020-01-10 12:34:17.199000',5,'stephanie oguchi','https://lh4.googleusercontent.com/-n5k4Eu-CTQQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucntGVAxqwIawWLJOjHyuNWV6hBTBA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36664),('AbFvOqkJNJKxblSTxj2enY72TezyfHLJ84kVvnXOii0PPhzE_p9OHUoA9ZEoWk4cp1dekfe65dye1Q','I came to SignatureCare as a walk-in for COVID-19 testing. I was greeted and helped by Amanda and Dyveliz who were so kind and organized, it made my check-in experience go by super fast and easy. I also noticed they had also sanitized EVERYTHING after single use so I felt extra safe in the waiting area! I was then evaluated and checked by Bryan and Megan, they told me the whole process and treatment for the testing that was so going to be done, which I found completely helpful and needed for my nerves (I was even offered a warm blanket). Overall, the staff is so welcoming and patient and the facility itself is so organized and clean.','2021-01-26 17:14:08.407000','2021-01-26 17:14:08.407000',5,'Dahna Dehghany','https://lh3.googleusercontent.com/-zoEWQ0UnT3A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl8aEpiegwiA30o3HVyJuKylrvyPQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44393),('AbFvOqkJnL9B70WsJrNE6rqcEahTllLbe3zODO1AQg5sJ_kiC5PM26FYfREm9i7JwP-5EHP9rXYNNw','Great experience! Excellent staff and everything thing was done very professionally!','2017-06-21 20:36:26.876000','2017-06-21 20:36:26.876000',5,'Kyle Horstman','https://lh6.googleusercontent.com/-9Wzcq0BxLvQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnrhe2R3hXEb9VJ-fWqF-kXXJpcvA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35417),('AbFvOqkJNMj4lNXSN_S3V3jXStsEvk7mdfwHTAsLlCe3SIBzI9MIYDyemZgfhIXkXMREyUjCSYbX2g','Went in today because I was in an accident and needed my back looked at. The woman at the counter named Michelle was beyond rude to me. Treated me like I was nothing more than a piece of garbage. When I called back to speak to her supervisor she hung up on me. Thinking I must have been disconnected I called back and was hung up on again. I called a third time and told her maybe she should be a bit nicer to people. Her reply was, \"uh huh\" and I was hung up on again. I work in the medical field at an animal hospital and we treat dogs better than I was treated.','2017-07-14 23:31:08.741000','2017-07-14 23:31:08.741000',1,'Crystal Jones','https://lh5.googleusercontent.com/-vJ2l0WPkwNs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnaLpjPM9-n9F0ZiDcDsXtgWIw7mg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38377),('AbFvOqkJnMvazP7DMwqgayoeTZsbwrXgRvYeVnA26-O0cXpM-4DsXncsx1djbg0GW0DG427YEMZ4Fg','This location had staff that was very kind and had very fast service! Thank you Rebecca V!','2019-10-03 04:59:40.166000','2019-10-03 04:59:40.166000',5,'Mekaela Murphy','https://lh3.googleusercontent.com/-pg5hWgJcWPA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckBb5m1dG2EIqp2I5upB4ljcUihMw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34632),('AbFvOqkJNQp5sab5jDE0DOtW81BpRrQTMVycqS8xDOBtNfmlYtLIQBYNRYHLuhqtdbV-QlyyUyQa0g',NULL,'2019-02-13 20:12:40.924000','2019-02-13 20:12:40.924000',5,'Joshua Broussard','https://lh5.googleusercontent.com/-KTwz09mpAvI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck26vk77Ez3c1nlsgvK1i9dQEbSaw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35013),('AbFvOqkjO6SEiLoGgUnD6-JhOsL2lXba3FxwcqjV0XkIuDle6gAoQOxPUXFJoqWRnkEgElpiyw4W6Q','Awesome experience, very friendly staff. I didn’t wait for more than 5 minutes!','2019-07-12 00:03:31.840000','2019-07-12 00:03:31.840000',5,'Kiabeth Armas','https://lh6.googleusercontent.com/-itFKgTDWYxY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZIAR8ncfRMtnDheJHegdcbRaVxA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41668),('AbFvOqkjOEQXyKY4LUk4CT2_Dcfav5L1-1UUdw9dG5H45HQBnpRFMQ32nPnslVr5MAFOS4Kb6gfxFg','Came in for COVID and strep test. Valory and alvean were fantastic.','2020-11-18 14:59:57.595000','2020-11-18 14:59:57.595000',5,'Makayla Caplinger','https://lh3.googleusercontent.com/a-/AOh14GhGklLIDJYTSLYgWxmC6XHO_MwgzO58Kul1VRaYMw=c0x00000000-cc-rp','16389487648212004696',32914),('AbFvOqkjOfKcMjrlOVG_8edwlBBeuGc1gwSTPpzpGFcpoVI8wki08YnBIxvdgADIiWT9zBszSJjIXw','I came in feeling very sick and anxious. Dr. Starr and Araceli, RN really made me feel conformable and at ease. I would definitely come back again.','2020-03-03 20:13:18.534000','2020-03-03 20:13:18.534000',5,'BTC','https://lh3.googleusercontent.com/a-/AOh14GgSsTSDe4r6bCM-vnuIxsKXw1TKpdrR-T6pq0p6cQ=c0x00000000-cc-rp-ba2','6521947413723274945',41417),('AbFvOqkjOKPUZxgYRdByOOzd_P1dE6i7bLRICcP7VBtumgQFbS8Rh-A2oTHgaZOOlMZrTSEwYHYlKA','I\'ve been here a couple of times and the care has been top notch. I went straight back to a room immediately both times and saw a doctor within a few minutes. I\'ve been really satisfied with the staff interactions and the speed of service. That being said, I\'ve paid out the a**hole for these visits. They\'re in-network for my insurance but they\'re still billing insane prices. I was billed 1050$ for an IV and still ended up paying 215$ out of pocket after insurance. All in all, 2 visits here for a stomach bug and a few staples has ended up costing me almost 3000$ out of pocket, with insurance.','2019-06-06 21:16:31.504000','2019-06-06 21:16:31.504000',4,'Tricia Carlisle','https://lh4.googleusercontent.com/-E8NCKdtt5kQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnBW5ylniCfRFshp_wz8E2fI1WLBg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36183),('AbFvOqkJp1QEvg2frsSMJxx_L1QGNYV-PubF39XLndB82WiCNLkAvY5oqr6DKy9U6gyGRSJVpIrl','Came here for my kidney stones and was taken care in such a great way! The staff was super friendly and helpful and made a bad experience much better!\n\nWould definitely recommend anyone to come here if you want to get a treatment where you feel heard and safe.\n\nDr. Patel, Gracie and Amy made the process enjoyable and effortless.\n\n10/10','2019-05-06 03:17:46.235000','2019-05-06 03:17:46.235000',5,'2face_gaming','https://lh3.googleusercontent.com/a-/AOh14Gjd-9QeLEYPXuIoLyodR0ic3BTw7Pey6F3orkttmg=c0x00000000-cc-rp','3511292162159714121',40579),('AbFvOqkJp94fSRyRSJhlHpJ41xpFhfqe813V3NTxDW4QWyXwH_V1kNalc3ncz0UUQhhB72VWMRcvJA','Was a very good experience with Nurse Calli and Tech John. They were very knowledgeable and treated me with extreme care and patience. Very professional. I would highly recommend this facility. Thank you your great care.','2020-11-09 02:08:36.442000','2020-11-09 02:08:36.442000',5,'CD Martinez','https://lh4.googleusercontent.com/-SyDRzy2bMXw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnnSiR7Da_ddDXQT6-7OI2vQeBcPA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38434),('AbFvOqkjprNqrpAqlFxTVkieHw1fspZ6n_Hq299CcgjSV7PejZ5_S3AF2RxiCcAIk6S2newxP7EHxg','The testing itself didn\'t take long and we had results within 30 min. The girl up front was very nice and friendly even when the line got backed up and people were being rude and ugly to her. The line to get to your appointment was way behind due to emergencies coming in but its not the front desks fault.','2020-06-25 20:05:08.854000','2020-06-25 20:05:08.854000',5,'Caitlin Marie','https://lh3.googleusercontent.com/a-/AOh14Gj1c1sk1nEZMVp8qt7HgIhb6dMbjUAbp5K6PaNS-4o=c0x00000000-cc-rp','2077061009497551125',38810),('AbFvOqkJq2jKvT8GnuVznt6PlyOS0e686bUh5Q51ConPGCH4EX-BRQ9BGJmWLG00s6Xb1mNGPIIMeQ','When I arrived my blood pressure was really high. I did not have to wait in the lobby long at all. The young ladies at the front desk were very friendly. The nurses really took good care of me. And the was awesome; good bed side manners, caring and very passionate about his work. He even referred a doctor for me to follow up with. Thank you Evelyn A.; Diem T.; Rachel B.; John L. and Dr. Vaagenes','2018-02-28 00:07:17.758000','2018-02-28 00:07:17.758000',5,'Sheryl Neal','https://lh6.googleusercontent.com/-PpVjYtQwogg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclnfbvmF2H-2RGXdDZyQ5BWvmBg1g/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30868),('AbFvOqkJqPrkqc2FE1owqrFY_zKLewP-HQlOm5UwewLAHrl3WpnPsyRvyrN8QSlSTAcpOK3TZoc0bg','Great place.','2017-03-15 13:20:16.436000','2017-03-15 13:20:16.436000',5,'Alicia Baumgartner','https://lh3.googleusercontent.com/a-/AOh14GjCR268I2D5UplRZceZAP4eLL06zVDNHRNZSLQejQ=c0x00000000-cc-rp','14904078213800803294',32709),('AbFvOqkjqQNLRyylU3I-HQzYj2A1t3VhIcM2-yRzVK4Q2DOrKRLJCd007L0kilU_iq2UpFxUoLOzYg',NULL,'2019-06-04 06:03:44.687000','2019-06-04 06:03:44.687000',5,'Robert Sparks','https://lh5.googleusercontent.com/-yGsl_Ua-Z3s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnLfOH3lFhUEULsx5TsFvVWmjDwpQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34833),('AbFvOqkJQsiZ9l5iQEJr311Lr-_xkSHPXy-BCPj5VvjZ-1DtawfagNJEHiE9QD4xk2b8I1NjH-XUdg','Such sweet nurses and doctors. I had the pleasure of being seen by Dr. Katy, nurse Robert, the tech Ellen and the X-ray tech Fatima. I came in so terrified of why I was feeling so dizzy and short of breath. They helped keep me calm and answered every single one of my questions. I usually go to the one on tc jester but I had to be here since I was on this side of town. Signature care, no matter where you go takes such good care of there patients. Would recommend to everyone.','2019-01-13 08:36:55.603000','2019-01-13 08:36:55.603000',5,'Arlene Flores','https://lh3.googleusercontent.com/a-/AOh14GjKLW_c2m7FzuByA-VrCy6aRiThYn4eQKEy0XTB5w=c0x00000000-cc-rp','17394740196501090048',36842),('AbFvOqkjQXsi2Dt1bJM5n9b4wKeEpK4Q9MAQXuhaGMQb9OSorF6EVHY_33GTU0NGOephpmiIa734iQ','They were quick, very nice, clean and very informative. They was no wait on a Saturday morning, the doctor and nurses made me feel very comfortable even with me being in so much pain.','2016-12-14 02:45:13.742000','2016-12-14 02:45:13.742000',5,'Mary Guiton','https://lh3.googleusercontent.com/a-/AOh14GgrftMSMkVqQGokWJm8SmjRcuwBS7z8EYa9Ug-AbQ=c0x00000000-cc-rp','17394740196501090048',37250),('AbFvOqkjQZcvWrj9XNL-wlpUovEx0PiqtHaZvUxqwoseia7hZ9cSo6zRbp3MLxQpGvPWmmXAgwzD8g',NULL,'2020-01-16 05:39:52.574000','2020-01-16 05:39:52.574000',5,'Julianna Barraza','https://lh3.googleusercontent.com/a-/AOh14Gh_bsTj9iuRZNUqIegbaCtpwVLDD5SroSIl-ZcdRzQ=c0x00000000-cc-rp','16590124370714063921',34443),('AbFvOqkjRrFPQR0mt1ZuGuFibguxcsWO-b4LocXCjI9KWyIIlsxgFvashF7zJF29WS7rOdnyI2xABw','Friendly, professional, efficient. Dee was kind and welcoming.','2019-08-14 15:15:49.510000','2019-08-14 15:15:49.510000',5,'Megan Bradley','https://lh3.googleusercontent.com/-yKwcA7rOH00/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclbwCbeyFPrvqKtLdxbM9-vgm1diw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40449),('AbFvOqkJRTWIMmK6wROkpKsl6Hit7r1ESly8QGdds1Qzeq6IwqV3YEJRcR7YB5x9kfZ0wxNEJw8A','Shawn ,Carrie and Doctor was excellent and patient . Know wait time. Went for the COVID 19 I had the swab much better.','2020-05-20 20:00:25.027000','2020-05-20 20:00:25.027000',5,'Tammie James','https://lh6.googleusercontent.com/-nMCFD0qyGZY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnkPKsyAew-mnLo1q9DRDpUCekfGg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43054),('AbFvOqkJruNEJALY9UAoHZJH8AsUZIACEjo2AxyQDsNp3LXLHoTxb_rxK7ToBoGaI5PwRMaiqkGSRw','Awesome staff!!! Ms April was so sweet, nice and caring about my son. 5 Stars all around here!!','2020-12-13 17:05:51.382000','2020-12-13 17:05:51.382000',5,'tinak jones-gibson','https://lh3.googleusercontent.com/-byiWeapB_x8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm4CtPcoDOYeCm5mrdrD_1R_hsmoA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31277),('AbFvOqkjrUtjB_I_YgQHVW--urH3YkYJuKvhIhWc-3vP1KEHa3x14CdEIyBUUEuvP5e7GMKfkUbB','I had a great experience here, everyone was so attentive and caring. The visit was super quick and I will recommend this location to all my family and friends. My nurses Nicole G. and Brandon W,Dr.Dendy, the tech Andrea, my radiologist Dustin H. and the register Vanessa G. were all great and helped me have a wonderful experience!','2019-12-22 03:10:36.038000','2019-12-22 03:10:36.038000',5,'Dez','https://lh3.googleusercontent.com/a-/AOh14Gi1GDjJ9HhtFhIsZPlvIziquoZIsNztTNPFAcPOHA=c0x00000000-cc-rp','14567670160750071148',30387),('AbFvOqkjRWJ7Sj9vTxBUf4Dzsxhq_SJ5DRuu3caI75ITVCvyQPd4gb4UK3_z6o8HvtjZLocEgO9PHg','I came inside nervous and the wonderful greeting by the register was so welcoming. I was treated by Nurse Katrina who is wonderful and knowledgeable and very very nice. She kept me comfortable and manse me less worried. Ms. Therisa kept me warm in this colds weather with the warm blankets. Dr. Alloju was very patient with me and let me know everything was going to be ok. Overall this is the BEST location in the Houston area','2019-11-12 05:36:38.925000','2019-11-12 05:36:38.925000',5,'Sheneria Holland','https://lh3.googleusercontent.com/-Hk-I3YnS8sg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckWjgaoRcP3ts12bgWRI8DwZU65aQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42596),('AbFvOqkJRWKSCqLw2pkqbKGzKMauY2bQRHmfGUm7qI0bZWYZ7sTyyeGg5pZxIIA_-nluwxhY_D_CWg','Nurse Alvean and Patricia provided great customer service as always. Always friendly, fast and on point.','2020-01-30 14:12:03.980000','2020-01-30 14:12:03.980000',5,'Jose Angel Betancourt','https://lh6.googleusercontent.com/--ovjKhltU8I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7SW0F4ZfeFJMiWKaMxL6FG5Ww5w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33427),('AbFvOqkJS6WgokW7OSeZ_Y-KWNdN04NPfq0b7qKuFxhGIfHml7ZLi8uK1RVeB3TGy7eYXw','We waited two hours for a covid test. Within those two hours we are saw other people who signed up to wait for a covid test. It doesn\'t make sense to have to wait that long.','2020-07-14 07:38:45.114000','2020-07-14 07:38:45.114000',1,'Tyler P','https://lh6.googleusercontent.com/-tAtEvIcN4fc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZ6MJxZsF62_ucLmoQWyTWfG2_fA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42355),('AbFvOqkJtFFprKZC4xtv5LDE9131CzStJH81eqD1m101Yu__pYMzAn6P0zE2dP662FMd_wXT2XQ8vQ','Got bitten by a dog. Dr. Jolly (yes his name is Jolly), and his staff Cecilia Z, Brian, H, Brandon W, Bryan D, and Ricardo were great. Very friendly and they check on you to make sure you\'re good and comfortable while you wait.','2020-02-18 04:43:31.589000','2020-02-18 04:43:31.589000',5,'Alfred Bacon','https://lh3.googleusercontent.com/a-/AOh14GgHEDlFL4BiQutATwvh_Rq-aMUHc5tKKgWqPnkvQHk=c0x00000000-cc-rp','14567670160750071148',30237),('AbFvOqkjTH5QalILoTBhJ29PfdZBdypNYrEdaIMiTfVASFIAVuRJBgvkVYkwEduPuFMgBCGNYJnP','Jessica sanchez was wonderful. Got us checked in and taken care of right away. Made the whole experience a little more bearable','2020-07-21 16:09:08.014000','2020-07-21 16:09:08.014000',5,'jennifer nasanga','https://lh4.googleusercontent.com/-qeUhvi96KAo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn9haP4J6timlUzvha-nCJc8OP6fQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31889),('AbFvOqkjTKEnr-uf86nY2Hd7VgfRUCeOL0ChUzC8S0ps5uIZ-iYotUa2UFS6Xt3JrD4GqWLYGWmOag','The people here were so nice definitely the one at the counter in all black','2019-05-11 16:04:05.475000','2019-05-11 16:04:05.475000',5,'yc. Debbo','https://lh6.googleusercontent.com/-ciKvUxfKN_Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck2tfiZy7JjLwvirA19mARnrJFTMw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkJtKwM6unzdnwYl0J3j_Fs3AH5VOdLKykziZPrNZj9uwc1mu1S7BjADFlPmCad2_w31uWXRA','As soon as I walked it I was welcomed by Keaire. Nurse Gracie very nice at explaining procedures as well as RAD Bryan. Overall a great experience. Faster than the hospital emergency room. I would recommend this place to anyone. Dr. Miller is great at helping with anything that you need.','2019-01-13 05:34:33.925000','2019-01-13 05:34:33.925000',5,'Giselle Carreon','https://lh3.googleusercontent.com/a-/AOh14GjgJxu6T9yU1x5cM230gc-xSRB6b24glMfPuMKbQw=c0x00000000-cc-rp','14567670160750071148',30636),('AbFvOqkjTMidbQYyT9LpWzVYe1aLSZzlI_HUmnsnqXYCpxTQth4XTAPitCgrNKDxx33OMszSBpqIfw','The staff is great!','2020-01-21 16:20:11.730000','2020-01-21 16:20:11.730000',5,'Kayla Graham','https://lh3.googleusercontent.com/a-/AOh14Gg15EEKEOp30pyPDGSirhpx8O3W6je_n4O3GEv3=c0x00000000-cc-rp','3272657195432704501',39687),('AbFvOqkjtSSgGg-evO0Os9d3bUVVkqMzGNj_sKcrXAdF0z4XPQvHi8aBh6TaL0KA6V0v8knCSFDU','I had a great experience here. Recommend it to anyone. S/o Tera and Rene!','2017-02-17 17:46:58.193000','2017-02-17 17:46:58.193000',5,'Ricardo Alvarado','https://lh3.googleusercontent.com/a-/AOh14GizHWYTRyJm9-2sM2dHQY5ohsyVhRyuN_eIEJiy0A=c0x00000000-cc-rp','17394740196501090048',37213),('AbFvOqkjU51DR0_PIxoFzybYwknLP4KlAwsB_6iRU94rP8Yes4fCEFhpyM0-J_M8rY9E6yLeRcVy','I’ve been to this place a few times now. First for my son that was hurt at a water park, then for my kids getting sick. This emergency center is always clean, unlike most ERs you dread going to. The staff is friendly & polite. Prompt in getting you seen & taken care of. They are our preferred emergency center.','2019-09-24 13:34:03.219000','2019-09-24 13:34:03.219000',5,'Stefanie Hilbish','https://lh5.googleusercontent.com/-JdsEmr5aVz0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnrM3El_Q2z0ryCtRYva8O0dAJDow/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41593); INSERT INTO `review_review` VALUES ('AbFvOqkJu6-e1yTHu0sbYjURthzlrlixLfQiyomSbbUQzIQRqvZzFSvChghVpng2HsEViQIMiS-2Ow','They were all very nice and professional!!! Alvean made us feel comfortable and offered us snacks while waiting for results of tests. Jesus checked us in very rapidly. We did not wait more than two minutes in waiting room. Dr. Patel ordered a CT scan and Marcus did it right away. Everyone was professional and Olivia was prompt wit taking vital signs. I wish I could give this place a billion stars. We are working out of state from our home town and asked God\'s guidance on where to go and He led us to this place which is AWESOME! !!','2019-07-28 19:39:39.712000','2019-07-28 19:39:39.712000',5,'Roberta Hebert','https://lh6.googleusercontent.com/-TsaSvHXaMEk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucltyvmV3WoBiBHvzwwEFvmX78qsQQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkjvdRBaiK7qXuSiJx_PFGX20ICM3xGHib1FrMFhXgy-JfQAg7o16UQ0lzFeoewKZuj-Ojahw','They were great and 100% coming back here next time\nDr. Datta, Soumitra\nAlvean A, -Nurse\nTricia B, -Radiology\nDarnisha A. -Registration','2019-09-08 16:42:02.921000','2019-09-08 16:42:02.921000',5,'Erika Laenen','https://lh6.googleusercontent.com/-RMVgnmF8ixE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCNnNRejFZjijsUOTNAH6bz2BFuw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33987),('AbFvOqkJVyjkAF-LT2gcsEGrfrT_LEu4DmUFuGMvqG_ytLA7MfY1WBbuzKih9KmI1PdFBr8Pqq7NWQ','Jay and Olivia were great. Dr. Cabanis and his team did an awesome job. Definitely will go back if needed.','2020-10-21 03:22:10.998000','2020-10-21 03:22:10.998000',5,'Wayne Turner','https://lh3.googleusercontent.com/a-/AOh14GhWGcQ7Rxgkvn3zLw8ASk6doq1W59rdwq7vf24Y=c0x00000000-cc-rp','14904078213800803294',32208),('AbFvOqkjwaNt_vCHnz6tdUMNdUemO9-a_BLyWCh41aSxyhvCMzhUAvmOowaK1KLbAgKhdUTKGE8kiQ','Best experience ever! Love, love, love the staff! Dr. Goodman, Adam, Andrew, Chris, and Aileen were all perfect. I couldnt have asked for better care.','2020-01-19 17:59:44.729000','2020-01-19 17:59:44.729000',5,'ashley williamson','https://lh3.googleusercontent.com/-_NROdWIWpEU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnmWLVobZXedQvO6sb5CfRbBuRcAg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36007),('AbFvOqkjWN0bRRMGYtjxOJIRTcbMxAA3TL0Iz3TUjnr5mCHWSNX3QVURUs5b1rYbgPSr_1eXK_DPOw','Excellent people where really caring with my daughter. Will recommend my family to this facility. Keep up the good work.','2020-11-26 06:21:50.961000','2020-11-26 06:21:50.961000',5,'norma mota','https://lh4.googleusercontent.com/-MMR_5RRBnvk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmf4pKJIMl0k7xX84PWRayLEYTZDQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29250),('AbFvOqkJWve2aQv7O4SuxoLdKEz6uaDPhhIfZ6pLQp0Q34HcT1wav7O7S9gMXtpbtvxidU359TwNRQ','Very Caring! Most compassionate ER staff I have ever been around! Recommend to anyone!','2018-12-12 04:22:38.878000','2018-12-12 04:22:38.878000',5,'shaqueta henry','https://lh3.googleusercontent.com/-TTbOmAgC3K4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnCHg-MzlvHzR8qYTWXUpwCjqVIsg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39993),('AbFvOqkjWz3Aag2vZ0lVFoPgUyK5_X6OBQheoT2Ylx8tBev1DLnqrpx4EsrNECj1f9FIdnm08-XZ6g','When my mother-in-law who was visiting from Japan came down with bronchitis, I brought her here for care and was very grateful for the attention and services she received. The staff did a great job making her comfortable.','2017-10-20 22:01:38.723000','2017-10-20 22:01:38.723000',5,'James Watson','https://lh3.googleusercontent.com/a-/AOh14GhdwNP3Iye-hs-tf051Hp-Eb1FiL0wYKvgbpU4swGM=c0x00000000-cc-rp','16891069708558046635',36458),('AbFvOqkjX4KwqsWzh4TzvlwgY6ydcUsEfLYFjHdEoxcXqtfoYyPjIMkfkcMNAHnrgK9Ii7Msvs-hFA','Service and staff were amazing! Thanks Angel and Tanishia.','2020-03-18 01:15:06.241000','2020-03-18 01:15:06.241000',5,'paul flores','https://lh5.googleusercontent.com/-Y0OQdQUCt5U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclz3zVy7qvbs2xufzHuao6tpj9hGQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37618),('AbFvOqkJXEhfU5_8vUG6pAyo4h8Rcr13p5tz-kT_FtCmLwIXF3QJbSvq0NCLzbCjzq7zekklbF8Vsw','This is the best I have ever been treated by an ER/Urgent care. I had barely sat down before I was called. I received a warm blanket and my pain was treated immediately. The staff is SO friendly and professional and called an ambulance for me quickly so that I could be admitted to the hospital. I would highly recommend this place to anyone that needs immediate care!','2019-10-17 10:01:51.475000','2019-10-17 10:01:51.475000',5,'J D','https://lh5.googleusercontent.com/-qSC3caTFA5o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucknGP93BulESEcGjAUWmNAqSTlpgA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39237),('AbFvOqkJXjtDoN81FmW1E1w9hTr2w1mStS26H18KvWCqWFGwNcrAmrTYGcBfP_HCT2AsB6m-QtJ9','One of the worst experiences I’ve ever had with a 24-hour ā€œā€Emergency Center.ā€ā€ Our family tried to get a loved one in for COVID-19 testing due to similar, progressively worsening symptoms and were outright refused by the women at the front desk (despite calling in advance since we were located 2 hours away). We were informed when we called the location that morning that there was no need for scheduling an appointment if he was brought into the ER to be seen, and he would be given a COVID-19 test given the symptoms he was having. However, they refused us upon entering + explaining the situation and would not even let him be seen unless cash was paid *even though we provided proof of valid insurance*. This is clearly a business that looks to cash in first and provide care later. The front staff was completely unsympathetic and turned away multiple other walk-ins with similar situations & symptoms while we were there. Absolutely unacceptable service for a facility in the business of providing healthcare.','2020-07-05 01:13:40.251000','2020-07-05 01:13:40.251000',1,'Sam Cypert','https://lh3.googleusercontent.com/a-/AOh14GhpLdwlVd718mXhlf6D79wCjJqgner6INbxaT42vA=c0x00000000-cc-rp-ba2','14567670160750071148',30184),('AbFvOqkjXJZmXnmdugbeA0N7g_a1jaxszvW9y97DKxNuFCnVhZilB7d53pVgQr7XYoy2XUGUUwx9mg','I was seen by Dr. Grinblatas and he was very attentive and thorough with everything as far as treatment is concerned. Tatiana was great with all the check in procedures and also let me have a couple of their pens which was cool. Juan was very friendly and helped to take away our nervousness as this was my first time here. Jerin was great with the CT scan I took. He was clear and thorough. Rachel was very knowledgeable and courteous. My wife said that this place felt welcoming. All of the staff there were just that...welcoming. I will be going there for my care needs should any more arise.','2018-02-23 00:39:18.594000','2018-02-23 00:39:18.594000',5,'Leo Blackman','https://lh3.googleusercontent.com/a-/AOh14GjOoKssKRviDJeqWg2swDSsyGRT7G3AdAJTesavxg=c0x00000000-cc-rp','17394740196501090048',36980),('AbFvOqkJxMMZgOzAxkZnffZk7Kr-WenOthbQX6X9LGIcm2rl1fivs2nyTYTrwyU-BwRozzGo5AInwQ','Great service love this er Dr. Patel so polite and funny and sweet and caring so is both Rn’s tammi and Eda, Juan and Janet','2019-03-09 21:49:42.810000','2019-03-09 21:49:42.810000',5,'The Wilson Sisters','https://lh3.googleusercontent.com/a-/AOh14GhJ_R9jx5k3JE3r8_P7Gu9maOeAmf5FO0Og6zUc=c0x00000000-cc-rp','17394740196501090048',36817),('AbFvOqkJXzvfnLFhjuJssAg9bs0dPhnNNi6CyLUdb0NPhl_ft2lbBaI_7lzp888Ax-joBpFGxbtPIg','Tanishia was very kind and welcoming and was able to help me out as soon as possible.','2019-11-06 06:20:21.768000','2019-11-06 06:20:21.768000',5,'elyssa a','https://lh3.googleusercontent.com/a-/AOh14GhvubDSK7W0QFH5Nj8OZcXtYicCD3qAhQUHaVDhVw=c0x00000000-cc-rp','17898197009688164559',37908),('AbFvOqkjy7oNmd7hal1xsZVB3GjYVDCydSvSB9GxUb-g4JSaQsXmc9qgMv_yqbslyEwgTT9XQqnmVQ',NULL,'2020-10-04 21:24:25.756000','2020-10-04 21:24:25.756000',5,'Arely Diaz','https://lh3.googleusercontent.com/a-/AOh14GiKNxasMtimvK-bqb5DapVbKmOZbWATwUOIqt3qoA=c0x00000000-cc-rp','8679688254631342173',42287),('AbFvOqkjyCaeLBxw4nwPzk3wwCoqUhLQayJzN7XIx8Xkzrxmj-SIBlyUOjliu6zxbgHc07yZtScplA',NULL,'2019-07-22 04:40:01.712000','2019-07-22 04:40:01.712000',5,'Stacy Jacoby','https://lh3.googleusercontent.com/a-/AOh14GjsL7V5IgR4pIA7Du0Vm-lbmYstdneRj5zPMbcK=c0x00000000-cc-rp','17898197009688164559',38072),('AbFvOqkjYQ984dTumWFwTAgnIfMPvzLQgYFDi0GJDiHVJ_CVeYTUeMVr5lKzuHI1oGGEeHjn82fC9Q','Very fast, Efficient, Professional and Caring. I took my mother in law here to get checked out due to her feeling ill and they helped us right away. I recommend this place.','2020-02-03 16:44:23.120000','2020-02-03 16:44:23.120000',5,'D\'Ambra Tyler','https://lh3.googleusercontent.com/a-/AOh14Gh-gHfRUfYN2pE5o_EVxCYFBjNTtzB_J-BaW6wcyIw=c0x00000000-cc-rp','14904078213800803294',32354),('AbFvOqkjyYE1lwKJgc04-TAzZ8yVfaXL6gGJtRwS7V6iPpgchKG7Aseim-Q0vJgpdr2zf9jUPvjY','Great quick care and very clean facilities. Cat a d Keera were super awesome!','2018-11-02 04:04:19.124000','2018-11-02 04:04:19.124000',5,'Franchesca Schaefer','https://lh3.googleusercontent.com/a-/AOh14GhBpezATjODGD_TZs4FESRn2WSC7xSg3KEZvwTDeg=c0x00000000-cc-rp-ba4','16590124370714063921',35129),('AbFvOqkJZ8WNANozJeWh4TKeo46o_vT1MnEUf9qhnd_byclDPI-CcIBOE92kz3E8h35CfJG1MHpsxg','All staff was very friendly and ready to help! Made a trip to emergency room during such a weird time in the world a comfortable experience! Highly recommended!','2020-08-04 14:31:45.452000','2020-08-04 14:31:45.452000',5,'Jake Meinardus','https://lh4.googleusercontent.com/-KQcClBdctBc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucndqjnCp1pEMKoPdvTuzU85NjB6iw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38644),('AbFvOqkJzig2GaMi7FYX7hDDxRUQuG3hJRnGKcVkMPsL7zWWzVy48msY22aqqGiDsiHJ7T1g1cP9','Efficient service by Jessica','2020-01-18 17:35:40.101000','2020-01-18 17:35:40.101000',5,'Melissa Mongroo','https://lh3.googleusercontent.com/a-/AOh14GgQrXM3UXIwMw0vGHdhUV9rlYGrbAMkv7DSxtY=c0x00000000-cc-rp','17394740196501090048',36650),('AbFvOqkjzzOUitAfvCB6Vfz61g80nBZvjbt3F-2H82ceT5nh4dU23gq71NWvHpf18YfFJILGWRCVNw','We are always in and out and the doctors are very thorough, caring and the facility is nice and clean.','2019-11-04 17:42:05.923000','2019-11-04 17:42:05.923000',5,'Sandra Tiffany','https://lh3.googleusercontent.com/a-/AOh14GheBWFgcdJFTZfZ7ddkh1tPR92Yzb0qiO9uT17iHw=c0x00000000-cc-rp','8679688254631342173',42609),('AbFvOqkK_cOqp_NuK2Iea3rOxne32xCg9e7nmIfqLth5ANpV2VGQyLSzC5iEvCeV1r3qb99L5ORD','Kim, Karen, gunner, and dr Edwards provided excellent service from the time we checked in until we were discharged. Highly recommend signature care!','2019-11-27 17:32:33.055000','2019-11-27 17:32:33.055000',5,'Abel Osuna','https://lh3.googleusercontent.com/-fdyB-l1rxPw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnJGZn40uD_gJmEp4Zj91g-lxJFfw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39764),('AbFvOqkK_jQ0IhHE05Qbj3TeJUrZX2LmBPvF3KFFLLxC8hiLDfHz5EBTGORUNrU3yHjLsdhLc3okUQ',NULL,'2018-03-14 21:22:07.532000','2018-03-14 21:22:07.532000',5,'Tihiti Johnson','https://lh3.googleusercontent.com/a-/AOh14Gh2NU52AiSE2EvxFCue1dfL5vrcnKKFT24QAAne1w=c0x00000000-cc-rp','8918455867446117794',43403),('AbFvOqkk_ucO303FikeOOPV56lpG3UQSqaAtUNnAHpfA7kgCeR0Ppl4bN3rQlZQSKekACPMP3PjalA','Great place for quick pop up visit\nAlvean A. & Patricia C. took real good care','2020-01-02 20:11:40.528000','2020-01-02 20:11:40.528000',5,'Dondria Cooper','https://lh5.googleusercontent.com/-XZWPdAx-SxA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBgiE4HsmvfSm8DuGcAS_YLzu3rA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33551),('AbFvOqkk0OtC4YHvMVDTSkI0adkxPmfQ1gWPyE-HlkgJPw35M7AU0ZZrhI-wmfEEMPzlbxOn0lzNQw','Extremely professional! Everyone is nice and friendly. Alyssa very nice, Joseph very courteous and Dr. Garcia super professional. In general this is the best experience I ever had even when I was in pain. They take care of you and your companions. Thank you very much guys please keep working hard and never change.','2019-10-04 22:38:19.921000','2019-10-04 22:38:19.921000',5,'Adriel Ss','https://lh3.googleusercontent.com/a-/AOh14GjHXVQ6hOBQQTd75v5mG4dlNgFZKPHiB6_40MgQ9g=c0x00000000-cc-rp-ba5','8918455867446117794',43194),('AbFvOqkk0wuYGZxX3AVWbEBJ3-mog9Pr0yqQYJXW4VyCtotWdeT5tSNFHFdC-NU-Y_zrPkacjC-hmw','Everyone was very professional and caring. No waiting like a hospital ER. They treat you in a timely manner and send you home to rest. I will recommend this place to friends and family.','2019-12-19 18:40:24.371000','2019-12-19 18:40:24.371000',5,'Pamela Cornelius','https://lh3.googleusercontent.com/-M7YMsBE8ZhQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckcVluYzs3Ftt1MAobYbh1cEPuvAg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39180),('AbFvOqkK1F03Vcuza_Twe7jgE97AEqY0eYTwM5scREGyIDeDj0_0kHNlS8xczhUiGTA1bNNlnwy1uQ','Very fast and the workers here are very nice I highly recommend.','2018-09-08 20:53:17.092000','2018-09-08 20:53:17.092000',5,'Cortez Wright','https://lh6.googleusercontent.com/-7jBIe90x6m0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8IeMiXWS_dio0r5hQt0SIjIUdYg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29202),('AbFvOqkK1FzU66XzsH5tYBSIClviKtUR3v3SJSEEMwuSoexSdmCXF2Gf9o09_XuWq8d7fRK0lXmm','everyone from the front desk to the doctor were awesome. Jocelyn took care of me and helped me understand everything great staff!','2019-01-14 23:30:29.043000','2019-01-14 23:30:29.043000',5,'Rodney Jr','https://lh5.googleusercontent.com/-YU8yKe8vLHk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnXM90w0iD_HvF-wTBcUmjUDG0ZuQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30632),('AbFvOqkK1ixFPFLc6j3RU8zGibJZtRs3vxeSODrTFPwVKLwtS3cOvMwPO2I-BK8DwoMTelPNAu_kHQ','One of the best ER experience we had. The staff was friendly and very knowledgeable. Thanks to Dr Garcia, Victoria, Maya, John, and Ricardo.','2019-12-19 16:00:49.654000','2019-12-19 16:00:49.654000',5,'Quyen Nguyen','https://lh5.googleusercontent.com/-vndIGPFctCM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckPJwXManv2VrHKgv55enCnSFmGFQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28933),('AbFvOqkk1z_8eU3nmcGR2sgnvU_8Y6GVhMJZb8HIMgmCEDKsDNoNizJZHNqydyQaphziH6ACiPb5OQ',NULL,'2019-08-07 18:32:01.290000','2019-08-07 18:32:01.290000',5,'Lesley Chavarria','https://lh3.googleusercontent.com/a-/AOh14GhIc5DZHHdin62q7hOGyDtPRMK8EkrWapyLAk_L=c0x00000000-cc-rp','13486358490203335051',29704),('AbFvOqkk2QVY82tO5_98odmZqzhyMfYbuCmu6aaeXrE343L1RWSo-PiH4xPZaFgvMSeog3GAQHqzgQ','Caitlin, Heather, and Brenna,\nThese young ladies were especially kind, and caring, they helped me immediately, and went above and beyond.\nI certainly appreciate them, and you should be very proud of your employees.\nThanks so much,\nTina','2020-11-10 03:38:29.829000','2020-11-10 03:38:29.829000',5,'Tina Cain','https://lh3.googleusercontent.com/-LnonYIjoXEA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucljhPZBEShCoiK0qRe72goNjjritw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41844),('AbFvOqkk3ls6TmYgyXJIgfQSzJnKSR3jGF7pPv_RZauexI5jqqD8nXcpb_DbtWRGoLSdDx-X_-LkmA','Everyone at Signature Care Emergency was kind, friendly, and very helpful Lindsay, Stephanie, Rachel, Dr. Carmary, Rayven, and Moinca were so nice and sweet they made my visit there very pleasant.','2020-10-28 07:33:43.921000','2020-10-28 07:33:43.921000',5,'Vanessa Johnson','https://lh3.googleusercontent.com/a-/AOh14GgZxFITazwh0sQZbwJ0YBIk_5RTGiDoFpveq574sw=c0x00000000-cc-rp','16590124370714063921',34093),('AbFvOqkK3THfiAe6GWNtSe8Qyyo5BWmnyutwSq1OPOPH-tMgVp9CvQWcldlFQPJrOqmUbC_NrOM6EA','When I came in I was greeted by Patricia C she was really nice. I didn\'t wait long to be seen by and young lady/nurse Aurora, she took her time and seem to really care about me and the pain that I was experiencing. A few moments later Nurse Ekaterini S came in to examine and also ask more questions to help get an understanding of my pain. I really felt like they cared and were passionate about their jobs, they made me feel really comfortable and safe. The doctor on duty Dr. Pham did a great job with explaining what my diagnosis was and the steps he would take to make sure I was back healthy he also gave me good at home instructions to help make my healing process better and faster. The location is clean, the wait time is less than 5 minutes and they have a patient focus attitude that really makes us feel welcomed!!!','2020-01-23 14:54:38.397000','2020-01-23 14:54:38.397000',5,'Surli learner','https://lh3.googleusercontent.com/a-/AOh14GgiItzo50cZ_-H_0t8dXHWzauvffgcSEcRQYF8t=c0x00000000-cc-rp','16389487648212004696',33464),('AbFvOqkK3uFsLi8Bcvky_La3Jlk9rlB2zPSnWHiaVSvjMAJoB9WRaKe7AfiKHleOXMxwozKhBNzrBg','Everyone was great! I appreciate how quick and easy it was to see Dr. Lindsay!\n\nUpdate:\n\nI feel the need to update my review because I feel I was lied to. I recently received an astronomical bill from my insurance provider for literally just checking in, examined and receiving pain medication. I was not in network as I was assured I was and because of this, my bill is insane. While I do stand by my original review everyone was kind and I appreciate the ease of my visit, I regret coming.','2019-04-16 23:27:13.093000','2019-04-16 23:27:13.093000',1,'Wendy','https://lh3.googleusercontent.com/a-/AOh14GjcEIHQX3-ge3AIbnNMj2ucqJRU4V3CbNpEwRr51Q=c0x00000000-cc-rp','17898197009688164559',38214),('AbFvOqkK51o40sjCY5QKv3YQfpCfoGDxuWI5WjQQD4MuHjL9yHo1Uf3pzZ4Q1rtlN-r67z81dRMr6A','Very professional and caring.','2019-12-11 02:47:20.205000','2019-12-11 02:47:20.205000',5,'VANESSA GOMEZ','https://lh3.googleusercontent.com/a-/AOh14Gi2AFlJkI_ihGeDXZohaWm4DLSIZLVe30MHDFLImw=c0x00000000-cc-rp','6521947413723274945',41529),('AbFvOqkk5F653er8Q_ZtXe-m3hZQNsvT1B5nkwkxUxVo7aqaS_90cGP9TEuoVJlTUVEeMdViOcfF','Went to Medspring urgent care this morning and mrs Adriana, Linda & Dr. Keith W. Helped a lot. Nice friendly people who get the job done. I highly recommend this facility to everyone. The heights facility.','2019-04-04 15:28:10.089000','2019-04-04 15:28:10.089000',5,'Ronnie Rabb','https://lh4.googleusercontent.com/-rB47ucQBjkc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnM18lYKFBgPjEMBMO87WuPMCfoJw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30572),('AbFvOqkk5NUCe1dBlSYk8FnufjFLEBXWZA6q8q1Ebz-KDVIESNjI8Pl6nxVfHbFTRnZzg85fXbhA',NULL,'2021-01-06 22:30:40.164000','2021-01-06 22:30:40.164000',5,'Adrianna Aguirre','https://lh3.googleusercontent.com/a-/AOh14Ggmbx0uIOMjCP5wusP0uHOpfIuemjebMMqyS_k__4U=c0x00000000-cc-rp','14567670160750071148',44377),('AbFvOqkk5y5VN112fj0CJz7_rNsHiRQrRy86Qm9QolXO1mk7mcSc-TaFSpl0U0bnXUzQM5TOIZTapw','Signature was great! Robin at registration, nurse billy and tech courtney were all amazing!','2019-05-14 01:48:18.607000','2019-05-14 01:48:18.607000',5,'Paul Deramus','https://lh4.googleusercontent.com/--FTpxTBMWPs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckl1-OyjasRy894Pqy6LgtPrU6tUw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42082),('AbFvOqkK7PuBgg2PdaCWcdSUfJFQYfjP6sPVkOjhvgJ8oyC7QYv--x4GxhAjFNitIyhgaZ8_pvyfxQ','I went to SCE bcoz I was in pain. Everyone was nice, friendly and polite, starting From the Security guard Barry when I arrived there he asked me if I was OK, if I needed a wheelchair to the registration lady (Jasmine), Dr. Booster, Ricardo (nurse), Kristi (x-ray tech) and I received a call checking on me the nxt day from Rachel šŸ‘ Good job guys šŸ‘','2017-01-27 17:27:58.562000','2017-01-27 17:27:58.562000',5,'Xavi Lionel','https://lh3.googleusercontent.com/a-/AOh14Gjp-Hg8DKRASpHRDrkE-CCZYbqPc-3wuI1PjOPl=c0x00000000-cc-rp','14567670160750071148',31118),('AbFvOqkK7t6wL1ixz4jM1nV4GL6y5echL2aDNwp39ZGRNJ03mhXWF8JR8-meXzKHoRNaPJxbTIhu_Q','GREAT place','2019-11-13 00:51:37.814000','2019-11-13 00:51:37.814000',5,'Blake Davis','https://lh6.googleusercontent.com/-irHCe6-Rgnc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclaRrZ81exIFNmqrYRPEg7iL5btVw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29586),('AbFvOqkK7Te_ItA1_IKfOvaIpJ8yYi3IJi0TFgOoBRntzfsRt27GCWMFYV0HktwJoXmjITYKa-qUag','They were so attentive & they checked my daughter immediately','2019-11-22 05:50:28.445000','2019-11-22 05:50:28.445000',5,'Joselin Zubia','https://lh6.googleusercontent.com/-3_JTmGxG18Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnDf4pRp9BM-q2DC8ZhVqTGVNjIJw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41547),('AbFvOqkk8gvRFEGTkcSdGhphn9BXK3Pv7i8Jl7VR6tTb8TJHKRhIrETH-ZcCQFDMgehcjFoEC9-3lg','I walked in and was greeted very nicely. The workers took me with great care, even offered me water and a blanket. This facility is great!','2020-11-03 14:52:08.746000','2020-11-03 14:52:08.746000',5,'malanni rodriguez','https://lh6.googleusercontent.com/-L7kckJyS0gk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3eEuiE9P0m58yLhfrj7MzVc4VqQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40081),('AbFvOqkK8k8vE9N3AnBfBMOhmJKwKWonySAYewS3mI5RFlYzQtpQmkWQS8A7tOSS9ihSmJLHBQWw','Mandi and Ashtyn were great receptionist and got us in fairly quickly! Mollie, Randall, and Katy were great nurses who got us tested. These are great people and are working very hard during this pandemic.','2020-12-16 00:20:47.077000','2020-12-16 00:20:47.077000',5,'Devonna Tillman','https://lh5.googleusercontent.com/-_mb3qpe0SnQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckbGOE895ey6ZeQRK3ggqaUtl1q7w/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39391),('AbFvOqkk8uKWb8DkGvrt2M4i2Kk2g3YNHULc4DAQaQdxQUyfRq_DHQhUn3fM3dOK0RBK2Ulv7i4zJg','Good experience and good treatment and great stuff doctor:kotey ,md nurse :Lynn s. RS tech Fatima b , er tech , Daniel b. Registration . Tanisha w','2019-12-23 05:36:17.639000','2019-12-23 05:36:17.639000',5,'Pratik vaidya','https://lh6.googleusercontent.com/-6E4KhvUCpsg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQVszGZEpkZgDlb7h7v97h-rnYyg/c0x00000000-cc-rp-ba2/photo.jpg','17898197009688164559',37785),('AbFvOqkK8VOqJAlPoTtq9EVBZQR5NjEU85P8X8kiy7vJ0UU3WbPAVs17S4FDXz9gctl9CzlNKNRCRQ','I love this place. They are really awesome. They have helped me and my mother greatly and they are incredibly kind and professional. Alysia, the lady at the front desk, is super sweet and really kind.','2020-11-07 15:59:39.893000','2020-11-07 15:59:39.893000',5,'Faye Harris','https://lh3.googleusercontent.com/a-/AOh14GjZi6FfDlE3dyInzAjpeVf71LPt8ODCPJ7A7Lo--g=c0x00000000-cc-rp','12541597562633926366',28475),('AbFvOqkka0Nm9C-y7pLshtrUFeDd8JHfz__0_ZBP7YEG64RP2GsDNgw6yl55EfI8EonK4i582ZAJ','I was helped very fast from the receptionist to the doctor\nDR. SINGLA NITIN KIMAT M.D.\nNurse: O Neal,Lia\nFront Desk: Reyes,Jacqueline\nThese ppl were amazing and any health issues I will be back to them','2017-09-23 21:16:06.798000','2017-09-23 21:16:06.798000',5,'Jassmine Golden','https://lh3.googleusercontent.com/a-/AOh14GgcbDrdDIzyNqymkHHlAj-ecrHZGC_TMiYHkRWGdA=c0x00000000-cc-rp','14567670160750071148',30967),('AbFvOqkKabsOhp-K6pBVbjyrU0_nx9vA6202z_KucuIeG4IQsINQGPI5lFx7VoUxjAvTJQuyMbfs','Super grateful for being able to have my daughter seen on a Saturday and not have it be a long horrible day for her. I\'ve never received care this quickly anywhere else. Everyone was very kind and took great care of my little girl. I highly recommend this place.','2019-01-26 22:55:05.147000','2019-01-26 22:55:05.147000',5,'Jericka Bailey','https://lh3.googleusercontent.com/-sqWlecxKgo8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6rhS_CybAukDQolUTuOCmBXW4KA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35029),('AbFvOqkkaJ7JvYsdAFFGXiWCMgyJ8UTmDO05Z8MSdpHYePjDcJXx9tmKmG6YsOfTmiMCqeglsNUqxw','Loved our nurse and Dr!! Theresa M and Dr. Chambers were very helpful and thoughtful. They explained everything in detail. Overall great experience and would recommend to others.','2020-03-09 00:43:25.434000','2020-03-09 00:43:25.434000',5,'Christina Gavaldon','https://lh3.googleusercontent.com/a-/AOh14GgkfxJ6tCrj6LVPrsRcj7wA00xKXXhFNOi9BLvR=c0x00000000-cc-rp','6521947413723274945',41402),('AbFvOqkkb2vtM2u7qrVcwDQsTE93U8OxRNIVoj3bq9SyHIdLWfnih5gbBQhK3LqC1qzXE40pG6_VkA','Dr Das and the staff were very friendly on my visit today. They were very attentive with every detail. Nice care to the patient','2020-09-16 20:01:58.273000','2020-09-16 20:01:58.273000',5,'Alanis Colina','https://lh3.googleusercontent.com/-Pzqv5fINt6s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBcwQFxODc-gpKxHjMTCXG2vDpvg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31644),('AbFvOqkkb576BusmAFVG9el0ysnPUpQZzAKLCP6uA_JQIXZUE6RLmdkuwlqkcvMgVYoLOvLZsKQN6g','Front desk was prompt and professional and nice. DR jolly was everything you hope for in.a doctor. My nurse was also very nice. The whole visit was exceptional. Thanks!','2019-04-24 18:07:32.477000','2019-04-24 18:07:32.477000',5,'Shawn Odom','https://lh3.googleusercontent.com/a-/AOh14GhD-rKZDcROGXuj4Y0_qQn2tms48Te6sTgDh6PdGQ=c0x00000000-cc-rp-ba3','12541597562633926366',29106),('AbFvOqkKbFDzXexkltfZUP_yoBMp5CpqiNGEvKDJJoL9xOTyku_O3rJUTUQAohCT6r9zGRxWokhp','Alisha, Andrew, Kimberly, David, and Dr Huerta were awesome!','2019-06-29 08:19:17.017000','2019-06-29 08:19:17.017000',5,'Thomas Girl','https://lh4.googleusercontent.com/-Yy3OgoDkmmE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnnRw6LdVpPADm57yKavHTy88KYIQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29752),('AbFvOqkkbgd-h2kFYiA15jHIITsBesjkPELHVXBgHYJETd__fVfV74HC_F5WyHtMYYRUToW7YZ25','Great customer service!\nSeen almost immediately when you get here every time!','2020-01-02 23:37:42.166000','2020-01-02 23:37:42.166000',5,'Salina R','https://lh5.googleusercontent.com/-CMkrli4NwrE/AAAAAAAAAAI/AAAAAAAAA00/AMZuucmbG4b4wCQNBfvQW-vF-ZSPUBZj4A/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28863),('AbFvOqkkbh4MbrIAP-f539fPQ7uNkPjPG5BZ-008N287ZIfjMe76GHGBh-XujSUKdfWciPRdNsgY','Dr Dendy and all staff were very polite. Troy (the nurse) is the best at administering shots. You won\'t feel a thing.','2019-10-01 03:42:15.823000','2019-10-01 03:42:15.823000',5,'Manuel Garcia','https://lh6.googleusercontent.com/-YOqCuPP2r0A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJJwyOnXvZR_uj7GMwFS8tKyF1_g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33922),('AbFvOqkKBJHP7zuI72-9_mUKevtgBahq7fPy2-7XqvezJsgsOTOH71QAWowHD-ShiLJEm52ICDsIyA','The staff was kind and professional. Cody and Sam were great.','2020-08-03 15:27:01.619000','2020-08-03 15:27:01.619000',5,'Zachariah Carlson','https://lh5.googleusercontent.com/-3wqpMhQ4NGw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckYiGAV8bqbcr0GnNQtsCACbXOkIA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38670),('AbFvOqkkBLmVR7CVXU5f736kZxRONzEJ62lHOBXjzJ_2rDScjvaPe-uvzpx3Yc3cOC1MoiX8PmSorg','Dr. Faig was one of the best doctors I’ve ever met. He answered any questions I had and really made me feel at ease as well as we as Dion, Jessica, and Amy.','2019-05-05 01:54:53.521000','2019-05-05 01:54:53.521000',5,'Greg Figueroa','https://lh5.googleusercontent.com/-Iy8x9kfR_zw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnvajVbcUChw9sfExM6QyJ_GE_R0w/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40584),('AbFvOqkKBN1nYW4SwIkMSozo02Gvh-EW1EgiwErpre3pC_N1v0MekHrIwx7HBKIL0XtjA4FrzE3HyA','This place is awesome! Professional and polite staff, have imaging and quick service. Knowledgeable and answered all my questions. Felt comfortable, which isn’t easy in any hospital. They had me back in a room in 6 min when I was in excruciating pain. I will continue to go here for all my, family and friends emergency needs! H','2019-11-01 04:19:14.703000','2019-11-01 04:19:14.703000',5,'Kate Hanley','https://lh5.googleusercontent.com/-DnIqOuuT6XA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmoBxkLXXvdLQMjlT5-ooGd5D8N1w/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32411),('AbFvOqkKc_T8omZqZ08AML9oPhCOiSd1KSW7fZhNNoXPAFbEcRyjhbllgglOZECDiAeaQRLouIyQ','Rashaad was Helpful and nice staff was Great & Friendly overall nice experience.','2020-05-17 11:06:15.158000','2020-05-17 11:06:15.158000',5,'Dominic Williams','https://lh3.googleusercontent.com/a-/AOh14GhNlisJNGLDX2-YRevx89GTpB7PTkfvyJPqR-LP=c0x00000000-cc-rp','17394740196501090048',36588),('AbFvOqkkC054gVSnC1OoFsmg08dbiUvebYanpcJYHxr83g3UJu3V_m3jhFuKr1itokHUDYWV7aP42Q','Fast, friendly, informative, and Chelsey was very fun and welcoming. Great experience. Aileen was very helpful šŸ™šŸ¼šŸ™šŸ¼','2020-11-21 17:37:05.332000','2020-11-21 17:37:05.332000',5,'Adrian Briones','https://lh3.googleusercontent.com/a-/AOh14GjU9eyKjsBncMk4qk4ZWMUJDtxxw38gRe8TVEBH=c0x00000000-cc-rp','16891069708558046635',35572),('AbFvOqkkc2ffmhVrJRhp8k0obPdE-UcP8--0Fa9iWZvJmeC7atr4OGADqmldanXNBpgtjBxyHtN9EQ','Great experience from when we checked in to when we left. Clean facility, attentive and caring staff. I would definitely recommend this for someone who needs an actual ER in the area.','2018-09-18 00:34:23.555000','2018-09-18 00:34:23.555000',5,'Kelly Burns Smith','https://lh3.googleusercontent.com/a-/AOh14Gha1Gs0S-_XoeB208RM29727YTFOYIQcSI2z_9N=c0x00000000-cc-rp','17898197009688164559',38367),('AbFvOqkkCeAvGcyJC896DLd1UMfx1XFG6YQsTiY1Ah2sVKjLnOlRgb-uUdiAOlBk4puPCxiVE-xJiw','Had a weekend yard work emergency and goggled urgent care who take Blue Cross insurance, SignatureCare Emergency Center came up. Since I never heard of the facility, I was anxious and in pain. I say with 100% confidence, from admission desk to check out, the care and professionalism was top notch. The facility was peaceful and clean. The staff was friendly and comforting. I was taken care of by nurse, Dawn Smith and Dr. Jogesh Harjai. If I could rate 6 stars I would, for their calming bed side care, strong communication and patient care.','2019-05-27 13:16:42.929000','2019-05-27 13:16:42.929000',5,'Joyce Bontke','https://lh3.googleusercontent.com/a-/AOh14GjMwvh_q6WHcERMauNY-4bXDs4AJbox6g_x61vTzg=c0x00000000-cc-rp','17898197009688164559',38164),('AbFvOqkKck9kk6eJdB3kdxu-Nq1p0TROUDWHdKO9E9YAoXpwaAFZjExZyP5jXpUBTGT07JzilTOdGw','This place was recommended to us by a local urgent care facility in the area. The front desk staff Keshawna and Leslie and nurse Gina were very welcoming and professional. The wait time to be called back was less than 5 minutes during mid morning!! Very clean and organized facility and there are many options in this area, so we\'re glad we chose this one.','2020-10-01 14:30:03.452000','2020-10-01 14:30:03.452000',5,'K. Hollins','https://lh5.googleusercontent.com/-TTZ-B_4fGpA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnCiMJy75xSjHzxfj4Sj50NNP0sNA/c0x00000000-cc-rp-ba3/photo.jpg','14567670160750071148',30088),('AbFvOqkKd2XDLvi_6jyyYjwYC4ELARZ-h5TwHajbTcYu7MD_ZA10_htKWUHyOQQXgt9JbpgvHUjQ',NULL,'2019-09-13 11:40:23.039000','2019-09-13 11:40:23.039000',5,'Roy Burton','https://lh6.googleusercontent.com/-tosvMLtQ2ck/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclKDeGyL2rmb6QwISJv1CRMguZB4Q/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39262),('AbFvOqkkDJcwyZVk6JTyIrxjl4teCFu1vZputkUSmKn8K94DgbarTWp8fxb2Q7bv0JDw4pfZNtkIxA','Rayven, Nurse Gabe, Rad tech Cameron and Dr.Kimball were all amazing during my visit here!','2020-06-17 11:06:35.069000','2020-06-17 11:06:35.069000',5,'Kendra gray','https://lh3.googleusercontent.com/a-/AOh14GituohBv6CvYYxqqz8qtAeFA6eGjtq9mwr2R7jtrA=c0x00000000-cc-rp','16590124370714063921',34289),('AbFvOqkKDxYkF8FNXzJFyZOssJDZ1THLtS5sH7Yb_KAS3apfJMTem-q0yhQ24ZKGhOau8uUKTido','Dr. Boester and staff could not have been better. I took my 20-year-old daughter with some very scary symptoms. I appreciated that everyone there listened to us and took the matter very seriously, which doesn\'t always happen when doctors are treating young people. I loved that there was no wait, that it was located near my home, and that they had imaging equipment right there. They did in 1 hour what would have taken hours in a hospital ER, or weeks if trying to get an outside consult appointment, then an imaging appointment, then another consult appointment, then a procedure appointment if required. We didn\'t have weeks. I am very grateful to have them in our neighborhood.','2019-02-13 18:03:09.128000','2019-02-13 18:03:09.128000',5,'Leigh Ann Moran','https://lh4.googleusercontent.com/-Jig2YNTbedE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnLPhG0J6TU44tOjagzZEh69xtV2Q/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30606),('AbFvOqkKedOTyRNTa3gQAY0Dj3y0D6p-luFKFJsdbDniPGRLDzr73bxOuufZyX1M2cuE2kBcpqRwyA',NULL,'2020-03-17 00:58:01.645000','2020-03-17 00:58:01.645000',5,'elizabeth martinez','https://lh5.googleusercontent.com/-BgS57pf94ww/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmqwLLfLf_HoiERgnIXj_hIuNj5ng/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32095),('AbFvOqkKeGkI80_Vf0uUgZSGSWeakQ3dsyyW2PUT8vVHkrwMokvKRwJgknk2GkEnCVRXXl5o2Dfe-g','Very friendly and offer snacks','2020-01-15 01:49:08.487000','2020-01-15 01:49:08.487000',5,'JuWanna Smith','https://lh4.googleusercontent.com/-MHqXgFXiHVc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclE33G4xX85Aq7PkCzWR9jTB3gjag/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39711),('AbFvOqkKET1iXSktmF5KTymrrZnaiZ_vy2U_kyxaO-a6c3qr7VeTO6jHze1XBSRwrhI9D4HlE2SXsQ',NULL,'2020-08-25 14:59:15.875000','2020-08-25 14:59:15.875000',5,'Isac Perez','https://lh3.googleusercontent.com/-RSKgDLTblc0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckK17roUDYKLx489Kdivih20nsu3w/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32254),('AbFvOqkkfbuMrwUE91GzbikfUzqdPeSLmgIMqPwRe-_2DgZDjw_TzaBUFVENj81Y8zFCOL6Axon6gA',NULL,'2019-10-05 23:13:14.694000','2019-10-05 23:13:14.694000',5,'victor alencastro','https://lh3.googleusercontent.com/-Lu_VO3ajzHg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXmRMZrNuUiwkKkwkOHvgB3prkeg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40405),('AbFvOqkkfN_TdWYFrFjPjn_CR7AqkDrp9_YE29hiECZzhXB7jM4fApgIjwAUmh-QjeV9ypixEoOZOg','At first I was hesitate to go to ERcare but I am so glad I came I keep putting off the pain... Dr Appiah checked me out fully unlike going to the doctor Alean the nurse I assured I was comfortable everyone here is polite and caring.. so glad I came','2019-10-09 23:03:30.295000','2019-10-09 23:03:30.295000',5,'Amanda Jennings','https://lh3.googleusercontent.com/a-/AOh14GgezExHMYL1nFJvnmiGmTj-VSu3mz9WKBsax5MqRw=c0x00000000-cc-rp','16389487648212004696',33890),('AbFvOqkKFXkwZLv3zseS5thrumVhHupxF4zC-fy8y7PE8bln-ND51WIV8OYzIshlvzXvjupBUW5A',NULL,'2019-08-02 19:40:45.161000','2019-08-02 19:40:45.161000',5,'sakina rampurwala','https://lh5.googleusercontent.com/-BlcXpg1mNqw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnyvYRSaI8t_pE6m2TzkI48B8hbTQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38051),('AbFvOqkKg6XAk3Yco5Mcc9Gy77Y1LZz6LCZdfKgwp_mGETnJb_QUbkgALGSDIOXD4Or6TIVi_BSXHg','All the staff members were great! Samantha, Timothy, Grace and Dr. Edwards made my experience in the ER that much better. Thank you! ☺','2020-08-08 10:44:20.718000','2020-08-08 10:44:20.718000',5,'Deanna Garcia','https://lh4.googleusercontent.com/-w4Yqe4OspVk/AAAAAAAAAAI/AAAAAAAAkC0/AMZuucl9XWx02X2zfN0jkq6Hi_DCsDjJyg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30140),('AbFvOqkKGmM8bNWOoR3-BAUlC1FT-5qWpquP1ZV3fDrD37iWpwtWxGFv22qkWaEzgFSA7r3778TPkQ','THE BEST PLACE TO GO FOR HEALTHCARE OUT HERE. I\'ve been here for simple medical needs to more important. From the moment you walk in everyone\'s wonderful. Dr Jones has a high level of respect and fantastic bedside manners. Not to mention the facility is so modern, beautiful and clean. This is my go to whenever anyone needs care.','2020-02-11 18:58:55.637000','2020-02-11 18:58:55.637000',5,'Kierra Kemp','https://lh6.googleusercontent.com/-By7-n_uYvVM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckiKUb6QEtNarqUPb16B6xojlAypQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39127),('AbFvOqkKgn0sRjMTMAqYGqno9BT1DS5rMcpV20coJ4PRh9PlWqdlXdpqfs1vI-i79eHGtPux8Tz56g',NULL,'2020-07-01 18:17:59.833000','2020-07-01 18:17:59.833000',4,'Shireen Muhawesh','https://lh3.googleusercontent.com/-z0fapAvtbEw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmH-zevWsPjnIim1-RaMjr8JNooZQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36571),('AbFvOqkKGpT0EVE9XOa_JbPl_UpSzUhCAprDc1DMDkH4wS7qFFKGB4qp5rpu7Rgh9ilF9JxB6Yrk3A','The RN Anthony and Tech Natalie were extremly helpful and kind! They answered any questions that we had and did an amazing job explaining everything to us. Dr. Vakey was so kind and polite and checked on us to make sure we were all comfortable. They continuously asked us what they could do to serve us better. I am so thankful for our experience at SignatureCare.','2019-02-19 00:54:23.142000','2019-02-19 00:54:23.142000',5,'Hannah Worthy','https://lh3.googleusercontent.com/a-/AOh14Ghu21FySQE5vbdaBWvS3J7OKHaylZ4ln1gqacDFPw=c0x00000000-cc-rp','16590124370714063921',35002),('AbFvOqkkGUX8W0u1LDMtjBBirVn64mEp1tZnXFcXOuPJWcRmcDPRbm2Za8S07BI59nBcrQGZubdjlg','The staff was very pleasant and wanted to help. There’s was no wait and they moved in a timely manner to get me in and out and feeling better! Definitely will pick them over any other ER facility! I Had an AWESOME experience!! There was no wait when I walked in. I was called back before I could even finish filling out our paperwork! The doctor and nurses Valory & Abigail were so sweet and patient with me. I hope I don’t need to be seen again, but if I do, this is where I will be coming from now on! Definitely recommending them to family and friends. Thank you.','2020-12-21 14:43:19.662000','2020-12-21 14:43:19.662000',5,'Hennessys Llanas','https://lh5.googleusercontent.com/-lSTEbGG3l24/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnsR01jKt9RiHLJIgKYtgbF4VEabw/c0x00000000-cc-rp/photo.jpg','15979470999169074295',43647),('AbFvOqkKhWBfw1ncRaxQW0_7OCus89Qa88PSA-qmlJ72htS1hW1-VCR_7LfYuBfxmn9o1fItavymlg','Everyone was very kind and knowledgeable. The facilities were incredibly clean. We were seen very quickly.','2020-01-09 21:13:47.545000','2020-01-09 21:13:47.545000',5,'Christy Ta','https://lh3.googleusercontent.com/a-/AOh14GjHcUU-4SC0DrUt6RDnOxV8JmZzHgr8VPmRvurRaCs=c0x00000000-cc-rp','12541597562633926366',28835),('AbFvOqkkIb3qTTmG1ypoNldSjAlF96H6E-lwu9hwG6YLuxOGIMs9ZZcU7T2F55k3v9MVh3dIF5S4',NULL,'2018-08-31 02:46:54.249000','2018-08-31 02:46:54.249000',5,'Shaun Gains','https://lh3.googleusercontent.com/a-/AOh14GjzdbvwJml1CopCdgeyfr82t6fg0JtGpCcvj_V26Q=c0x00000000-cc-rp','14567670160750071148',30753),('AbFvOqkkjdo13Lg6qXfecH_zVxkja8FK4zNCGLmWciqgRVlfQ6Lrv4FA0Gu25kkIJBELWlpXxwM5',NULL,'2019-08-30 04:35:57.188000','2019-08-30 04:35:57.188000',5,'Ashley buchinger','https://lh3.googleusercontent.com/a-/AOh14GgiGLZyTq77XYa_OexCp0ONKRqowIguID5vWb73=c0x00000000-cc-rp','16590124370714063921',34701),('AbFvOqkKjn9wExTkULozXUf4FGyehuakmuLXNgfs8BDS-7WwQPjZGPHWiFRL6ms_s898Z1FH8zL1bQ','Great experience. Friendly atmosphere and had free snacks and drinks while we waited. Alyssa was awesome and very informative!','2020-01-25 14:25:54.466000','2020-01-25 14:25:54.466000',5,'Kalill Harry','https://lh6.googleusercontent.com/-wRJTYXetBxo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclIzxb1vtfcHfp5h8qfE05_pVYBkA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43133),('AbFvOqkkjQ4Xvh8R8leyh9R7Ij2GFt1YlZ3NQa8CZVBOe2Y8OshInXKsKgX6Og-YYhhxZipTUUEcbA','I have taken some of my family to this location in the past and have always been impressed with service and care. This time it was for me. Sinus infection that I could just not clear. I was in the back room before I finished the paperwork, warm blanket waiting for me. :)\n\nNurse took vitals and the doctor appeared right as this was completed. Quick check of my symptoms and query of my general health, and I was out of the door with a scrip for what ailed me. Feel SO much better now.\n\nNote: This is pretty much like an ER at a hospital, without the \'ER\' experience of massive waits, etc. So the cost is similar vs. medical clinics. Still, your costs might not be much more compared so while it might be overkill for sinus infection, you know you will get full care from a doctor with all the tools and skills vs. a simple clinic. GO THERE, you will love it!','2019-01-02 15:57:56.509000','2019-01-02 15:57:56.509000',5,'Mark Rizzo','https://lh3.googleusercontent.com/a-/AOh14GgescpxT7f2ayGXoQO3jRdkSrWFieqrEellMzKJ=c0x00000000-cc-rp-ba5','16891069708558046635',36305),('AbFvOqkKJtTQbVu0HMp4I2_pBJrMHD3OkS7DYAcQA_AVwl01OhMJJ93Qs-_u9lva9OyH6eqOBoqL','I was referred by a co-worker and had a pleasant experience. Dr. Grinblatas and the nurse who attended me were very kind, professional, and informative. I was attended right away, no wait. Will definitely return if I ever need urgent care.','2019-11-12 12:31:20.224000','2019-11-12 12:31:20.224000',5,'Alma McClure','https://lh4.googleusercontent.com/-mcpxXPUAQQE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmvd1vqCm-s1EkicEHN3ihJ1P3_EQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30412),('AbFvOqkkjX_Lo64aa8HzdXDkY7p4nOrqSKWMwBKE7RQxPT8WZcyvF6JrWPafK2Vf369s3zK6fWC7gQ','Great service. The staff are very friendly and professional and took care of me the best way possible.','2020-12-20 02:29:10.662000','2020-12-20 02:29:10.662000',5,'Mark Rivera','https://lh6.googleusercontent.com/-Hmjo4RtBnHw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3uM2qUoY-7JZnp1zLGEpHRcfA7w/c0x00000000-cc-rp/photo.jpg','2694018788013845459',44596),('AbFvOqkkK_U2UFurPkLjME8aAxGBSEJro3skQhy1qx14d4TweBE1dYE6uAgPuiOJjPaFQCnSfGA_NQ','Kimberly helped get my paperwork done efficiently. Jacob was very co side rate and helped me out as much as possible and Morgan took my vitals twice.','2017-03-28 19:25:36.361000','2017-03-28 19:25:36.361000',5,'Cassidy Stevenson','https://lh3.googleusercontent.com/a-/AOh14GgpSitS5D8L6r-4rWrSTjpDFNpFreBjRZ5zhiw_1g=c0x00000000-cc-rp','16590124370714063921',35462),('AbFvOqkKKbJIxWhHKB_5xTYiCY1I3oUVPi9qvrBaBjZhsRaKGmHSJipUssUgc_0beBSLfJmuunA3-w','Check in with Lorena and Victoria was a breeze; Dr. Vakey and nurse Jeri in the back were awesome and great with my daughter! Everyone was very friendly and created a great atmosphere!','2020-07-24 14:49:36.537000','2020-07-24 14:49:36.537000',5,'Lauren Baca','https://lh5.googleusercontent.com/-jdOBC1tYHxg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxiJMsPzU89XIutc7cv_ANysSkTA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34269),('AbFvOqkkL5KGL8Hf-NEfIUK4Dc4oIU7A37fBULCQtxaTe5mW9pUz8pMIc2mFZvN93svoJCKDh9X37A','Definitely recommend going here! The staff is very friendly and helpful. Dr. Esterez was super helpful and made sure all of our questions were answered and we were well informed with the method of care. The tech, Becca, and nurse, Jacob, both made sure we were comfortable and had everything we needed.','2019-05-04 21:41:13.766000','2019-05-04 21:41:13.766000',5,'Samantha Hughes','https://lh6.googleusercontent.com/-Nw45tO8MrI0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmgBsQpAQmcVVEVMhtDhEvrKeYrew/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34860),('AbFvOqkKle_oXmyUy1BvDHUsfxSzstH3NOaJjgLQS1IHJzbZiq_rjrUhOOrD96weA6iTQG-m-KBGFA','The best urgent care I\'ve been too. Remarkable fast and professional service with everybody there. Very insightful with helping me with everything I needed to know. Definitely will recommend to anybody. Thank you for helping!','2018-01-24 00:06:24.383000','2018-01-24 00:06:24.383000',5,'Royzell Smith','https://lh6.googleusercontent.com/-zZ3FPcGl0oU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm6mfJKkdqMYeTqf7M5MB72UpWPBg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43424),('AbFvOqkKlKoEvh_TsATXD0JOCJMhh-D0K_fb-X2GPcdL0kGypZb9Cai4-HKSl1QpHCqLG80GMH194g','Great service, super fast!!','2020-10-05 14:37:51.812000','2020-10-05 14:37:51.812000',5,'Katie Mann','https://lh4.googleusercontent.com/-gE9DmWZnzgc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmA_WVojIE-Tib7OhrWGJAE298_2A/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39497),('AbFvOqkkLwEmjysJky3f8S1y9_VvVo0Yj0TfkkPJc3IoMgNoAEpwteYZXMUiF2y9ZbwCEDGUzCJ5FA','Excellent and fast service !! Totally recommend rather then going to a Hospital Emergency Room. We had different people service him which made the process go by really fast. The nurse was Sarah, ER tech Daniel and RAD tech Carletta. Dr. Pham gave my husband 7 stitches and was done in no time!','2020-02-20 01:00:57.711000','2020-02-20 01:00:57.711000',5,'Bianca Orta','https://lh3.googleusercontent.com/a-/AOh14GjNQdKun289w_ISVfjhckC7Rv6YJawjETL91n-hvqA=c0x00000000-cc-rp','17898197009688164559',37681),('AbFvOqkkM2fpd5Fwllw_GOQLa4gBX6C5KZDODNRHslACXnfhhId4VQfYBAJ5JrRUFERp13_JTpMUqg','beware of the $ 2700 covid 19 tests, please read anything you sign !','2020-08-04 18:07:02.848000','2020-08-04 18:07:02.848000',1,'mike romano','https://lh4.googleusercontent.com/-ABMx46T4Rag/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCAjZyiB9pUPyNeuKfczhPVe2nIA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40207),('AbFvOqkkm4TuD2WSYVW8l7eD44HhqDGMD88qE8GfT3v-BNqYrTw5jCcDJxHn4Wxpi90X5-Nk4UK7JA','This was my second visit to this facility’s the first time was with my 6 year old son who had split his eye open. The staff was very kind and caring to a scared child. They were able to calm him down in order to treat his wound.\n\nI went in for myself yesterday. Again the staff was very welcoming and accommodating to my needs. The treatment I needed was provided efficiently and I was home resting before very long at all.\n\nThank you to the following employees who took excellent care of me.\n\nDR. CAVAZOS, MD, JUAN L\nNurse: Tammy L W\nRadiology Tech: Jessica Diem N\nFront Desk: Elizabeth G','2019-12-22 15:30:39.597000','2019-12-22 15:30:39.597000',5,'Michelle Best- Trant','https://lh4.googleusercontent.com/-sISBJeeZyZ0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclzem7O33BFRI5dElnwukj-R1UyGg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37789),('AbFvOqkkm65eIhdiPuyGk2xSR8575ESEpCwh0lzs-uzj1qXWA_xiqEPAK4fEUM7HIuJfqBSCnqFLNQ','Great people and great service. They don’t treat people like a number! Would recommend to anyone. Great experience with Leah and Robin! Thank you both for what y’all are doing!\n\nReturned to get my 7 year old tested. I live in Odessa but made the longer drive to come back here. They made my son feel at ease and took really great care of him! This place is a great example of what taking care of people looks like!!','2020-09-25 16:05:50.948000','2020-09-25 16:05:50.948000',5,'Adrian Rubio','https://lh3.googleusercontent.com/a-/AOh14GjjE8qUadIDH3Q4KIkB-Y5Jc0zvkTMuz57uSqhc=c0x00000000-cc-rp','13486358490203335051',29304),('AbFvOqkkMJH0t-qCiXgnH4fMDy13xKOt_tV__HXLLEerwyMLIIIAbaqFxfvJY1_QfDY1EXGXe_MLIA',NULL,'2020-11-08 15:32:14.285000','2020-11-08 15:32:14.285000',5,'Priceless One','https://lh3.googleusercontent.com/a-/AOh14GilIUmGtHYMg0wal13XlaBz3amayv7Yn1iY3tAOew=c0x00000000-cc-rp','2077061009497551125',38435),('AbFvOqkkN7sR8OGFgek2V1mHFKtqMc86_oQFayA2sU-yVNgiCecKnFqSvfE3FwHT9mg6S6D9fpol','I brought my son in for a dental emergency on a Saturday and the entire experience was amazing. The facility is clean and comfortable, the staff was very welcoming and my son received excellent care. I highly recommend SignatureCare Emergency Center!','2018-08-29 17:30:19.047000','2018-08-29 17:30:19.047000',5,'Zinthia Kee','https://lh3.googleusercontent.com/a-/AOh14Gg5STKNP4yuFX5J493ywOIT2iR-kQKmrZm4o7No=c0x00000000-cc-rp','16891069708558046635',36359),('AbFvOqkkND0kJ56_MpninUz4L_Hjg81FDYwDoiZOxlQpzSSowERvS84etDOnvHc6MXfOpB1RK2i1nA','Nice staff , very clean environment , dependable fast service from doctors! They seen me, my son, and my daughter within minutes of coming to the hospital.','2018-01-13 15:22:00.506000','2018-01-13 15:22:00.506000',5,'Savannah Johnson','https://lh5.googleusercontent.com/--bme0LwkTQY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckl1tb7nRXe2yiBhBGN58btcvrNHw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43431),('AbFvOqkkNu81LjzZZYmCgtt9wdkmz5vqI61HGF53cttNJ4YI7ZlwHpTxaix0wrV8Sa5tOdxnot8DXg',NULL,'2020-12-01 23:25:36.802000','2020-12-01 23:25:36.802000',5,'gulshan khatun','https://lh4.googleusercontent.com/-QFQ1OSolIts/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl7N2p41FybiTZpC2eA6WZ3PoGQAg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37415),('AbFvOqkKnVXcviIr04wz261ZJeKY1P2m9Z_9dkpDHgBKPcBGlsbKsJ1ZIqBApYrHQv7_YgU41QYt','Scheduled a 9PM COVID-19 test and got attention immediately during this slow time. They are an emergency center so expect them to prioritize according to emergency.','2020-07-18 02:42:22.868000','2020-07-18 02:42:22.868000',5,'Andrew Adams','https://lh4.googleusercontent.com/-HjGC4mr3ank/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmVgWkZ8BXLZhjsiWuRx9E2Ty2_CA/c0x00000000-cc-rp-ba3/photo.jpg','16389487648212004696',33201),('AbFvOqkkOknH5PwivkuAZSg_CGDs32aFQPne9Z8Vr7zxDfvuTRpqY9pjVkjc-aRkYSLbg9wVyUAn',NULL,'2020-06-07 01:11:09.235000','2020-06-07 01:11:09.235000',5,'Syra Fazal','https://lh3.googleusercontent.com/-befkClHUVa0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclh0INMdQjaTNY4c-oRodBFe3Ty5g/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32074),('AbFvOqkKoNSTdEgVmWqulDiwgHBnhDk5Jz-f9Dt8iqBQcAps-M2gs8EkyhkYAjQwAwZkpQAxVuaxfA','This place is the bomb!!!','2020-11-20 00:20:24.870000','2020-11-20 00:20:24.870000',5,'Ramez Shamieh','https://lh3.googleusercontent.com/a-/AOh14GgHaBmlUcwNBFwCJCMzwxD1PY9W5lBw1nvxPlCw=c0x00000000-cc-rp','14748677429039074158',31334),('AbFvOqkKosuWz9JK8xcAOQWx033JtwBWmVFBUO6fYf7UnTbavuEKmay_vAqcbUOw-wFTLvhNCEC3Ag','Everyone was extremely professional and made me feel comfortable','2019-12-22 06:11:59.575000','2019-12-22 06:11:59.575000',5,'perry davis','https://lh5.googleusercontent.com/-UNB-8rwg0EE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXTrx1A1ZDTgzZh8F-5XReOTaMDQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28922),('AbFvOqkKP0D3qAWsK7KQKts0axK5w3mnTc-Ahc0flEuZ3ySd80ADYwXkjpxdoclgaLBrOWw0uWek','Thanks to all the staff Lorena T, Amanda, Jeri, Rachel, Christina and Harjai,, always very helpful when I come here 10/10','2020-08-09 21:50:51.051000','2020-08-09 21:50:51.051000',5,'mathew bottone','https://lh4.googleusercontent.com/-bPxeg9_9nlY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckpNEgsUrZ072GekGHA0Cpm5FD6gA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34202),('AbFvOqkkP3foi8OpDnM4TRHY47-tQ0Fl2-9Ioo3iemRz_YZxcwRFNUIHiY5m2NZ8E_yfzFlS9wBqBw','I had a great experience with SignatureCare. My testing was easy and fast. Everyone was friendly and treated me like they genuinely cared about my health. I highly recommend them for any emergency medical needs.','2020-11-22 14:55:14.951000','2020-11-22 14:55:14.951000',5,'Bailey O\'Bannon','https://lh5.googleusercontent.com/-4m8qjEQbuRU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckJMrHYDCTK2v182irf3yNc-uiNuw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39443),('AbFvOqkkp97ATXnhR9vB9A44uZxAbncL3ZDOlmu8KBvDpP0f9wwLpGyG-zksBHFZlrCM30ytOFzyHQ',NULL,'2020-01-14 21:59:26.948000','2020-01-14 21:59:26.948000',5,'Bernie Garcia','https://lh6.googleusercontent.com/-qDsDAAGzEyc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclWS9wesUraRkzzzd5Be3puPuZq3g/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37751),('AbFvOqkkpeV5HKcexWhuqWey31EZ80zsCN-TtxV7v8dzR9F9za83raCHbSfzW6cXtxYZU8_E0A6sLg','This is my third visit to this location and I have recommended the services to my friends and colleagues. The registrar Genesis is very friendly and attentive upon entry into the facility. She even offered snacks to my son who was very appreciative. Once in the back, the medical staff were also very attentive and concerned individually. Alvean, Christopher, and Dr. Harjai made my emergency room experience an extremely smooth process and I will continue to utilize their services whenever in need. Thank you all so much and keep up the great work!','2019-11-16 19:06:22.447000','2019-11-16 19:06:22.447000',5,'LaShawn Williams','https://lh6.googleusercontent.com/-fo2hKygwy8Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVs4nyc3BsoIFg3xmrgwRD6kDRhg/c0x00000000-cc-rp-ba3/photo.jpg','16389487648212004696',33737),('AbFvOqkkPGYL-9OneqsqqQedyZXmVac_xpYfSOKqC92fVpaPVaGokrmtUy7tAg3Ed00_xMfyGBORbA','The ER was very neat and clean. Tiffany who registered my pretty much brother was nice and very helpful. She made sure we were comfortable. My first experience at the ER was very pleasant','2019-04-29 01:12:50.993000','2019-04-29 01:12:50.993000',5,'Britney Ricks','https://lh4.googleusercontent.com/-7F_nqMFYWX0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckiR8DHlY5jiPAca3nWmAKQqZEmrw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42092),('AbFvOqkkqCQes57DiRUIlxI8FNKNfLYA6HXQc4_Ez2EvwgJV9a9A0aPblSy2iMYOUhkOgX8g7Au7','Every time I come, there is no wait, seen within few mins, everybody was helpful!','2019-08-17 12:23:44.047000','2019-08-17 12:23:44.047000',5,'Richard Davidson','https://lh3.googleusercontent.com/a-/AOh14GhcI7Vq9YFrac3WWX68hAAngst5fyH0IaV6YXtvoQ=c0x00000000-cc-rp','8918455867446117794',43208),('AbFvOqkKQleB3mlROIb_PKCDulMdAdtVG--o_CD2Ee9mPcf2SH8l6ueXwS7wvjN57duvdzxmv2lW_A',NULL,'2018-12-17 06:24:43.784000','2018-12-17 06:24:43.784000',5,'Eric Nguyen','https://lh3.googleusercontent.com/a-/AOh14GgnX5iDejRR2LqlmW0jYf1Bariu3hLYt1xd5aG-=c0x00000000-cc-rp','17898197009688164559',38355),('AbFvOqkkQQmPI1P09L_7G4R2dQQtg_g5NoXM0Z5qDYa6386UTngi_96xh7fOX7BH9jLAw3fBLPyYWA',NULL,'2021-01-08 20:01:18.735000','2021-01-08 20:01:18.735000',5,'Alex Stapleton','https://lh3.googleusercontent.com/a-/AOh14Gg0u28w3MZXSESJuYMwUEs3w4ewQfpwZN8avGwbig=c0x00000000-cc-rp','2077061009497551125',44583),('AbFvOqkKqVIf8EVe4kHl3w3qiZIdKgLDUN0A7C-G1Rp0ZUtvZM3gSgZCLg6_KKgT_m2ZgMmJEbJe','Everyone was very nice and kind. The faciltiy was very clean and modern.','2018-02-14 22:46:51.076000','2018-02-14 22:46:51.076000',5,'Ashley Lemons','https://lh3.googleusercontent.com/-vKvE3XPEvqw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclSoUwUwyVwqS_rkAkoNjR-K4qCDw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30872),('AbFvOqkKqYxKCVdEiKn8GXAVmQju1D9fr6YIuXVXQyCOpmCOh2RvL3iQp36n5h0GwxuHMkjwJKlx','Georgia was awesome, fast, caring and attentive.','2020-11-27 22:13:44.036000','2020-11-27 22:13:44.036000',5,'Blanca Soto','https://lh3.googleusercontent.com/a-/AOh14GgyR9E4Fxj3Bze8AznWnlPDuleyp_4ue6xvyl-kIEg=c0x00000000-cc-rp','14748677429039074158',31315),('AbFvOqkKSWNYR0jpeMEa0ahp6JRduhAfx2c9MNxR4Y6dlqc_S5ze6SVLDLfGZQ0i06yDtkFHfMLwMg',NULL,'2020-11-08 19:16:32.988000','2020-11-08 19:16:32.988000',5,'Marianna Texas','https://lh3.googleusercontent.com/a-/AOh14Ghibdq0U-90xmdN-R2J0KQfCGLW7Kop_d_7viXvbho=c0x00000000-cc-rp-ba3','8679688254631342173',42261),('AbFvOqkkt2OHe5v9v-LBG2HgHK2_OYZXsHlbXp0bA5ipvQSi3tDtXhVo2_hk6PnkXypnkHdPpbUDWg','Jennifer and Billy were very welcoming and the care was quick but thorough.','2019-01-01 12:57:08.579000','2019-01-01 12:57:08.579000',5,'Conner Brinkley','https://lh3.googleusercontent.com/-Bu-68ZhS1g0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMXQNUDfUQ4iNaZfAOHjUJXrHZBw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42211),('AbFvOqkKT30T-w3GRAvr5ni976lKKzOE4X4jr1RkkfxjMVjKLVgtdNrX20HvXo1ZO5ut-WuCjM2rpQ','It was a great experience. Keera and Gabe were so helpful and kind. I felt really comfortable.','2018-08-24 05:54:53.625000','2018-08-24 05:54:53.625000',5,'Keston Davis','https://lh6.googleusercontent.com/-TQVvsYPJWpI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmj0ezdCrLK95HjdcHNvSE9X3iu-A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35216),('AbFvOqkKuAmEquSkCwMXnvf3dzuN0PwT8XwR0DaFiupfEKSMlqjNix8Q0oin6lD6d6oLzkdCrRRN9A','registrationEvelyn very good','2017-05-12 19:20:22.725000','2017-05-12 19:20:22.725000',5,'Ashley Ashley','https://lh5.googleusercontent.com/-aXk9NIIsyUk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnAscMNz3Vg4DuZUzDSex5S36uTWQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37156),('AbFvOqkkUvVv3dL_qCd_u_xIC2MsUoa9uUeu60fxim82u0dy_7m6-hONivEy2IiNW9M41hiePF69WQ','I was in and out of this place in an hour! This included the x-rays and results. It was an amazing experience (for a bad situation) and I will definitely be back if ever needed in the future. The doctor was great and sat and explained things. The entire staff was nice.','2019-04-03 15:42:34.750000','2019-04-03 15:42:34.750000',5,'Melissa Poteet','https://lh4.googleusercontent.com/-FQX57PRFH8w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnyEsgWZG7iEQWYAe-tRcj0E9taVA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36802),('AbFvOqkKuy3o6MZitSCVisMbTGUM2-JQmSvmEyuBwZ0RQj9RJlX76hj-Dd0JA4Lkg_BTXV9lfAyA','One of the best healthcare facilities I have been to. Just a wonderful experience with the staff and was quickly settled into a room. I was greeted by Edward at the front desk who was super nice. The nurses, Karen and Gabriel, took great care of me while I was being treated in my room and Dr. Rose was kind and thorough with treating me. Dr. Rose made sure I understood the procedures that they were going to do. I also had the easiest X-ray procedure done by Eric who made the whole process as comfortable as possible.\n\nA big thank you to the staff for taking great care of me and who made sure I was comfortable with a warm blanket! Definitely a family-friendly facility with health care professionals who prioritize your health and comfort.','2019-09-21 20:47:29.210000','2019-09-21 20:47:29.210000',5,'Ruchie Palencia','https://lh4.googleusercontent.com/-EK2adi7_RIw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckbbUpofVBXkLDqRErV6qAJIZp2Ng/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36128),('AbFvOqkKVaQuKG8I3RQz042CO8e6TgUCg6uNtARyq1qk9dvPM4X_dmVOts0ApLAby0fvcz-8IN1G','I was in an out the doctors are super nice and friendly. maira and andrew took good care of me','2019-01-02 22:10:39.253000','2019-01-02 22:10:39.253000',5,'Joseph Bermea','https://lh4.googleusercontent.com/-Tl64HQnpxYQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmRMx-I1klXAJwEytwljJpI4m0utw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29952),('AbFvOqkKvBq64bUpRe48P75u9iUtdz6gUUnNULdilTmDTysAVBZ1GAaJrHA-zm1VXImNecBDI3sY',NULL,'2020-11-16 20:07:17.212000','2020-11-16 20:07:17.212000',5,'Mario Reyes','https://lh5.googleusercontent.com/-yeLqxjpAdIA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckBDbULcJUGGUDlZVNBjv5thlQVlw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29263),('AbFvOqkKVjeKiDkZYdBaAHPMxLuzwAmCO9Khl-3PLdLP1ybTT5wdbPu6PdWAuRYjVcIG8eIPWBRF','Lisa H at registration and nurse Amanda S were fantastic i highly recommend them great service','2020-02-08 15:04:18.090000','2020-02-08 15:04:18.090000',5,'Gary Juarez','https://lh3.googleusercontent.com/a-/AOh14Gg-3LypyeIRlxe1LRHl3jBRTLMb15GZm981jAjKjg=c0x00000000-cc-rp','13486358490203335051',29438),('AbFvOqkKVKsS5dEKGXOADG3u9M3pKdSPPBz6jkM_coHmLfJRZk5h82YqplJFOm3uSQPjW5EL00Xdfg','The doctor was very patient with me as it was a dental concern! Wait time was less than 10 minutes!','2017-03-20 18:19:04.555000','2017-03-20 18:19:04.555000',5,'w taft','https://lh3.googleusercontent.com/-zHPEBnbNF8g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnLD-gL0gtqOuhJAbdUykprM3oxPQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37192),('AbFvOqkKvpmSTcaF2_Ngjclr0_5pkTnAUTVXlc7tjbSy69y5C7J-Pdc7L01Bs3JJ_jrCr9B4AV92','Quick and easy, clean facilities. Valory and Abigail were great! Everyone is super nice and professional.','2020-12-21 14:14:30.079000','2020-12-21 14:14:30.079000',5,'chelsea koch','https://lh6.googleusercontent.com/-n0vi_F45Yus/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmEOuI55iAeLq69J3vt7gdwW8g9hg/c0x00000000-cc-rp/photo.jpg','15979470999169074295',43649),('AbFvOqkkvxGBwCLZ8QeZST8T_e1c_LbCKWaImv1uw6NHoqoc2aPNOdyxE8MGTD7tc6CKfgkNkcXDZw','Excellent staff. Fast service. Nicole, Tatiana, Dustin, Ricardo and Dr. Patel were wonderful','2020-01-23 04:17:17.394000','2020-01-23 04:17:17.394000',5,'Jen Brazle','https://lh3.googleusercontent.com/a-/AOh14GirMC4IFfkFHvmZU9GPrwud7dQg5_Ra1BZzp6z2JA=c0x00000000-cc-rp','14567670160750071148',30315),('AbFvOqkKw82XQzY0Gd8WTYYkNclMLFGwrK0f-PRUkPoodt6Vlg32B3RqGWF9W6b9e_B_TqfKaLRWSA','Everyone was very nice and caring. It is a clean facility. Everyone was very informative about what was going on. My daughter loved the doctor and we were very pleased.','2019-03-27 21:10:12.301000','2019-03-27 21:10:12.301000',5,'LaNiqua Smith','https://lh6.googleusercontent.com/-j7fDGVzrGqc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1Fohp6xoTvod814puubyylKGnhw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkkWs6mWEpf9hNFUeHRRIjXfQSJvuDS4KscWAzibopZj7jjHLXX0RHVAc8jViR-9Cyuo7DG',NULL,'2020-07-20 07:53:45.075000','2020-07-20 07:53:45.075000',5,'Lucy Nguyen','https://lh3.googleusercontent.com/a-/AOh14GgyP7UxN3hpB2aXqHT1SrLwVAGZOgwNOv3JHPF-hQ=c0x00000000-cc-rp','12541597562633926366',28592),('AbFvOqkkx00pug_jNGL2MsJuhdZsZ9Y46cbKvKnjdpTdXrZQz4YTRTQDMa93jwdRUVkpUg1vjY9NoA','Came in with chest pain and got into a room and was seen to quickly. I love the fact no wait time. Service and staff are great at what they do.!!','2020-10-29 14:43:17.317000','2020-10-29 14:43:17.317000',5,'Tricia Gee','https://lh3.googleusercontent.com/-7eMabgfrVyk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn4nFKM18ifVOLqlNzyUQsDza5Miw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38911),('AbFvOqkkxdABeY0lyogBY9x6kdjhpGhg7w3wnYV9_DL33t8SP7miM5DFy1Eh0NM5v9NpijcFgGQ1','Night staff was great to work with, Dr. Lim, Irving, Sherwin, and Thelma were very efficient and hospitable, and Carly (the receptionist) got me in right away. Very good experience.','2020-02-12 12:10:02.361000','2020-02-12 12:10:02.361000',5,'Monica Cerceo','https://lh3.googleusercontent.com/a-/AOh14GjjWF5Dw7bcP9wpNtbSd2RwJl5UC494Xlf5VKMc=c0x00000000-cc-rp','12541597562633926366',28726),('AbFvOqkkxNzdrKNaAz0eKgGIqKP1FHAvYbvPe0uL5Veo0X2n4vd08jIvtto3nvxaxNp0reUBjG9zsQ','Excellent care , fast services and friendly patient care !','2020-12-20 04:13:16.373000','2020-12-20 04:13:16.373000',5,'jessica lechuga','https://lh3.googleusercontent.com/a-/AOh14GhjRtDxBXg50_O97UpjZbUCHAQ4fgS8nxhnDInu=c0x00000000-cc-rp','2694018788013845459',44593),('AbFvOqkkxRCt5caKif6-B_qH5eI5Ve4nbckVFXF90aHPBwppO6M9VtoX0llock50IV3qZTgrMZ6T','My husband experienced some serious abdominal pain and so we rushed to this ER center rather than the hospital. Best. Decision. EVER! Hospitals usually take quite a bit of time before we’re able to check in let alone receive results. The staff was extremely efficient and knowledgeable in their work.\n\nDr. Patel, Alvean, and Tricia,\nThank you for all you have done. You made our brief stay as comfortable as possible given our situation. 😊','2019-06-06 17:34:59.045000','2019-06-06 17:34:59.045000',5,'Christina Nguyen','https://lh3.googleusercontent.com/-OCCRwk0E6vI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnFihSW3Q1wNyYuVF5HG7bZBd7XkQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkkZ8jH3uiL96ovI4DCetzLZdxSYDEFLOxkbq4vaxeKa6BkKddDMjfxjZjIYV3wtYN9lfl4jQ','I would highly recommend everyone to come here great service and snacks šŸ¤—šŸ¤—šŸ¤— Jocelyn A and Alvean A were awesome and also thanks to Dr.Patel we can go home feeling better then this morning.','2020-01-22 21:41:19.389000','2020-01-22 21:41:19.389000',5,'C’YRA & ISABELLA’S EMPIRE','https://lh3.googleusercontent.com/a-/AOh14GhP4YFOYFU0IAIfisJBuxATrMs4x2chsKocLkF0i_w=c0x00000000-cc-rp','16389487648212004696',33466),('AbFvOqkkzyIqf-Mm2XUAmyY1qgny9J7t3n1tnqeZEXH8Ibpv9kzmBUtuOYlI41brHEyfgKcXiOHa','They where wonderful\nLEO /Delpha/savanna/Bencroft/lisa H','2019-10-08 20:14:05.102000','2019-10-08 20:14:05.102000',5,'Michael Rodgers','https://lh3.googleusercontent.com/-8vaHrZI_af4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmELVUC0y26Sh3Fed8y0IMPe2HIkQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29629),('AbFvOqkKzyqiDTwunIUtwSLk855d_eR8PvFcj-BYlMGYUz968RsjkRf5C4VNf4lpDJvVOArBzpnPWw','Christina and clay were awesome!','2020-11-09 17:58:59.450000','2020-11-09 17:58:59.450000',5,'Robert Gogulich','https://lh6.googleusercontent.com/-SoSCNSQaSi8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucllgW3EwdE8Bjx00WNmUGeqPTlO9A/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35605),('AbFvOqkL_r_6wpN2ygbPfDmYfjvsRGpwxXSBLnKvQnljGsSPfpVU0age5wHQ1SITmgJ0lea3P_CFaw','Alvean Jessica\n\nHad great service here very nice and helpful..','2020-12-27 21:19:42.785000','2020-12-27 21:19:42.785000',5,'sergio rios','https://lh3.googleusercontent.com/a-/AOh14GgWC-usDs2kBQDj0nNZePUgLOIj8h_kP325lwPz=c0x00000000-cc-rp','16389487648212004696',43997),('AbFvOqkL1CVFi-wsfl8zQwryqhdV0cZ8u7emW7Wo0d7m4DggAlmqdKlezRDrRa6qM-U3PPPYABtf','Excellent service and quality of facilities.\nPoor business practice - The disclosure document that states the cost of services is written in a deceptive manner. The dollar amounts are not shown as numbers, but they are written in words and buried within paragraphs of text.','2020-02-13 19:03:51.141000','2020-02-13 19:03:51.141000',4,'Christopher Shannon','https://lh3.googleusercontent.com/a-/AOh14Ggevynvk7qzENfFJ75jJ3a97VnbLnI4y4QEvonWFw=c0x00000000-cc-rp','3511292162159714121',40303),('AbFvOqkl1WGQT3024MXsOSYRukL1fNziKbTFkrBg_xjEzLab4eW_WQaMq6yWz1Cgpi2rCD0ayscK','This facility is high end and very clean. Came in for a covid-19 test. They have a quick turn around if you make your appointment online. I highly recommend.','2020-08-07 19:14:40.218000','2020-08-07 19:14:40.218000',5,'Pedro Martinez','https://lh5.googleusercontent.com/-dkzEL5QnkNw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclzStR7VFlNtHceHnO7PK42a9OVTw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32273),('AbFvOqkL27FICJbIq8LU_-ByRIpGVmlM1HxEP8ZAhGygeYeK_YURP01luPbliEG-6uWftTT72l_0','Great experience being tested for covid19. Made me feel comfortable and at ease. Highly recommend','2020-07-22 15:48:13.266000','2020-07-22 15:48:13.266000',5,'LORETTA THOMPSON','https://lh6.googleusercontent.com/-8kE7c1Dos24/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnopShVv0ynjPqvGGX7ciKJxdzADQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33199),('AbFvOqkL2KirqOxYdSsGru4n5vSbvAYOqqFV0Dg2Qw_deR_Pa4KbXFAad3064xGnGYgDE3t9VcwTdQ','This was my first visit to Signature Care in every time I go the staff is always very nice and professional and the doctors are always attentive and listen and seem to care about your problems and wanting to help you','2016-07-09 18:39:33.156000','2016-07-09 18:39:33.156000',5,'Berta Johnson','https://lh4.googleusercontent.com/-O5NGS2hC--U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn8omqMPHhpCZnMzitLnwV8brFLNA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37325),('AbFvOqkL2lSjTk6Z8jzaz2Y5QQafbMzI207HSbpmnDgJsfAtu4JhdUIX_lA3gr3jJJePe5qwZUFDkQ','This is a great place to be seen for medical issues. I was greeted promptly by the front desk, and seen immediately by Nurse Jessica and Dr. Daniels who not only treated my wound but also educated me on what might have caused it. Made me feel comfortable. Very Thankful that this establishment is close to my home.','2019-11-25 00:44:18.530000','2019-11-25 00:44:18.530000',5,'Kammeoso DeVille','https://lh3.googleusercontent.com/a-/AOh14GiONIlWUxa9rq3-uxJDK8UzmQnAXjh93CEQIrJg=c0x00000000-cc-rp','8918455867446117794',43175),('AbFvOqkl3qFxaecJQecM1ZBj1eXrmi0LpF6k7e9xeY8OvIMuTFTMWCD5-Kh1l2-7_8xvdmtUgwVc2A','Alvean and Marcus were very sweet and attentive. Made me feel comfortable throughout the whole process. The Dr was pretty great as well!','2019-04-28 22:32:18.519000','2019-04-28 22:32:18.519000',5,'r rey','https://lh3.googleusercontent.com/a-/AOh14GhQ9o38472v6qbMTU-iTJF0ki4eMBoWIuYdneyKJg=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkL4uygAl9UwN6cUwPb2Y8gPZUE_jiThmlA0g7D-EgXdKRB-qTK14543f2GUVuohGOEP45e9Q','Was quick & great. Dr Patel, Nurse Lynn, rad tech Jessica, ER tech Elaine & Genesis in registration we’re all nice & took great care of me!','2019-08-02 21:30:46.209000','2019-08-02 21:30:46.209000',5,'Andrew Campbell','https://lh6.googleusercontent.com/-IX270dYMJU8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-qFzZK2TIR_C2ycAaVSlpU3vSHg/c0x00000000-cc-rp-ba2/photo.jpg','17898197009688164559',38050),('AbFvOqkL6IlX83jI5pslnl1aKjlejQJ0J4bQeZMFyRH928LxB5VOMMo0OF3GoO91HBaRDmU5nPvlVw',NULL,'2020-07-08 16:02:20.722000','2020-07-08 16:02:20.722000',5,'Matthew Fort','https://lh3.googleusercontent.com/-uaEfzmDa3Hk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnpGMQJv1xxV5vDRRCFGvVZiDnIzw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38805),('AbFvOqkL6mOVdjt9iNBYrxSfBVHCbfM_Ec_yPOwxHyFUL4x8YoL2hDb0cMKiJMdqEUFeWNfMZRrc','I’ve been here 3 times in he last 2 years. Fast and friendly service.','2020-07-26 15:31:56.163000','2020-07-26 15:31:56.163000',5,'Osmin Vasquez','https://lh3.googleusercontent.com/-vnDAneRJjC4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucltuwq8NFsn9ll8GmoKskLig8q2TQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42972),('AbFvOqkl73-NKWhNpHtF64neB8bWLjsJToZ9bSOvrHmMq8yATh14khy5006DGpKm8i3eZjODf8q9LA',NULL,'2019-06-27 15:48:37.612000','2019-06-27 15:48:37.612000',5,'Cedrick Oakley','https://lh5.googleusercontent.com/-xHVk09mJY5M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmcFU2pdp3oJBWPnSJlcxuU9R2jBw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkl744VSZWhJmxbnU-X-tTzJw2kcG9JOwLMkycB4aX8cHJhaBB6cKOnsu0sAsDQ_ckxd0-r9A','Overall great experience Jocelyn at the front desk was supper nice. Alvean and Jose has a really cool vibe and Dr. Do gave off good energy.','2020-01-11 18:58:18.371000','2020-01-11 18:58:18.371000',5,'Reynaud Jackson','https://lh4.googleusercontent.com/-4TAXucZ4qW4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnYB_qF5EnWZmu0alcGGbD4VjUmYA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33522),('AbFvOqkL766LElNt8IR3B6IPI7bF_xjyrFUNcJnGnrU9zwQhwEd0_PAowZygxAGgKld6qYwqz_FL','This place is amazing. There was no wait time at all. They took very care of my mom & gave her everything she needed. The staff was very helpful. Dr. Ortiz, Nurse Dana, red tech Marcus, Jocelyn, and er tech Jordan made us feel welcomed and gave great information. Definitely will be coming back here.','2019-12-16 16:49:35.575000','2019-12-16 16:49:35.575000',5,'Veronica C','https://lh3.googleusercontent.com/a-/AOh14GgDBDqtqqn66eRgUublS-_6VH-5Vsny_JV5DTxrH8M=c0x00000000-cc-rp','16389487648212004696',33601),('AbFvOqkl90AKSGTHbAADVlc16Q9Ht-LT66KYTmqLlEHrKrw-uOJlJjLASq521JLwgHMn817QuQKvrQ','Georgia was awesome, excellent service','2020-09-03 03:38:51.852000','2020-09-03 03:38:51.852000',5,'Marie Castillo','https://lh6.googleusercontent.com/-ypQ2sq4Bdic/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmNCYz7iQJTlcBrHgV1_oglLrZubw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31714),('AbFvOqkl93Zrx1YCf0De_GK0NsWuYUGQLMKVzdJJgeQpbp50pNZQTCwGzM1JzkhPUAV5hMhM7S7O',NULL,'2018-01-12 19:10:40.091000','2018-01-12 19:10:40.091000',5,'Gwyn Elliott','https://lh3.googleusercontent.com/a-/AOh14Gin4fnl212_h6RMcuErudW8i7BZfck5FNbHSR0GPA=c0x00000000-cc-rp','14567670160750071148',30903),('AbFvOqkLaBjlQTgcNMe7XffWfTgLyecT6qUlmi6teEkz06iH4dr5hRQGx3jTJyXvbZg5HfYykZwo',NULL,'2019-02-26 01:46:44.237000','2019-02-26 01:46:44.237000',5,'Hilda J Banuelos','https://lh3.googleusercontent.com/a-/AOh14GimkSUxbL9QzeK-oR7Mf9bYTdyt7pWQ82Y7IioBpA=c0x00000000-cc-rp','14567670160750071148',30599),('AbFvOqklaGlq4Nqa8dz3uOURjM8VsLa9WWWAHfqWub7T93rcXGNluFS_6N50mKzmZdBMXPKoTXf-5A',NULL,'2019-02-05 16:50:50.429000','2019-02-05 16:50:50.429000',5,'DeLaine Cornelius','https://lh5.googleusercontent.com/-kxpCGb8ze0g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm_KQlW9QcFK9qRqzEDA6pjj5YvGQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39930),('AbFvOqkLAo-bzg2rAb40XvEuyOJwYR-F4GRKi6snmKGNmWB_8141emevdFDYO5R0eB48QtNjaWOTXA','Great','2018-07-10 18:25:36.557000','2018-07-10 18:25:36.557000',5,'Crystal Simmons','https://lh5.googleusercontent.com/-vZXg_GMh_7w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclXsEHu83R0bGENlldCOGRXXsONbw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30822),('AbFvOqkLAO2z1xbnid4o8PMuFXQpRl6IbmjNmGHCrCH618dv6HCFmf9Wi0s1j-kGrSia87ClUXmu2A','Best emergency place so far in midland ,really nice people and they\'re fast šŸ˜€','2020-03-14 21:59:01.855000','2020-03-14 21:59:01.855000',5,'Erik Alvarez','https://lh3.googleusercontent.com/a-/AOh14GgQpJSDNf1rMTSgQuG3GEv48RakUZl-fPx2rlQCWg=c0x00000000-cc-rp-ba5','13486358490203335051',29394),('AbFvOqklAr0iurHYF9ucy-OZM4HKPtbF1Ta4abwo7fXNEvYW0xL4V0ucaC-upwrNcRo8ZPaPpQF-mQ','Awesome staff and all were very informative and courteous','2017-10-07 17:53:45.803000','2017-10-07 17:53:45.803000',5,'Lisa Encarguez','https://lh5.googleusercontent.com/-ZUfxIPESm8I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclvAfk78kBCgoEMVJqosK8GcXNfXw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37058),('AbFvOqklArvh2bDpxM9yi3N6v-0P9cRW2aUrh9fL26r1i3QENWwA4tgrMQZVbPRgXAJpRnO-xmcqpA','I had a great experience here at signature care on slaughter lane. I went in with a work injury and was taken care of by Christina R. and Clay. Thanks to the entire team. Very smooth and quick process for sure. They went the extra mile to make sure there weren\'t any underlying issues and answered all the questions i had. I\'m able to say that I left with peace of mind.','2020-09-16 21:50:45.725000','2020-09-16 21:50:45.725000',5,'Johnny Angel','https://lh3.googleusercontent.com/a-/AOh14Ghcx8_1vFFvo6W63ByhChJzjoyvkzuKTrRol-a77Q=c0x00000000-cc-rp','16891069708558046635',35775),('AbFvOqklawD8e3dNVSOkv32hZoirkwC_EdfUbEjHRHHdgYuJWziGxSgN17XTgQ4MEpdeHHckMYMk','My mom was feeling weak and unwell so we took her to this location. The staff was extremely friendly and doctor well prepared and professional. They identified the issue (pneumonia) within three hours and started treatment immediately. Highly recommended!','2019-03-11 03:05:18.201000','2019-03-11 03:05:18.201000',5,'Alberto Diaz','https://lh4.googleusercontent.com/-SgnB8q7Ou7w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmY09ypjI2meGp2NOG466_wCdiP6Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40621),('AbFvOqkLAyktH4qtYCTvhR7o6IpPJSzrUjljxa5H3SZD2oz0FB2212OlnUKuHPR6ksYAO329RpXpnA','Took my husband in for care due to a head injury and he received excellent care. He was seen by the staff within 10 minutes of arrival. The staff were very friendly, attentive and excellent in making him feel comfortable. The Dr. was VERY personable and completely explained everything to us.\n\nThis is the 2nd time I have taken a family member to this location and each time was a great experience.','2017-08-15 09:14:03.320000','2017-08-15 09:14:03.320000',5,'Terri Johnson','https://lh3.googleusercontent.com/a-/AOh14GhpnvGwZ_ZlEbwDDGf2Sob96eJxtMNt8NWqsJj2=c0x00000000-cc-rp','17394740196501090048',37094),('AbFvOqkLb8XzA64ieyhzS77t6IKI9k-e6HVs7nonWHZSs1DGqzXENcsO9i0jU34Xiu5AG-551lGcag','Dr. O\'Malley is awesome! Best bedside manner! My new favorite doc! Staff is great and friendly. Thanks nurse Alvean & receptionist Patricia. Best medical service I ever had.','2019-12-01 21:32:14.417000','2019-12-01 21:32:14.417000',5,'Asia Carter','https://lh3.googleusercontent.com/-K1N0Z-m1ayE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6LY15t01JeeX7QNCwO7BVe4UBWg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33649),('AbFvOqklbAIxGdkD-f82GqCAln_DF-lJFhO5KRwtqvDT-objfFejAneGNi2qOwCrA-eVehGzVKu4','Sam and Cody were very professional and helpful. I will definitely recommend this place.','2020-08-03 21:26:51.643000','2020-08-03 21:26:51.643000',5,'michael leslie','https://lh3.googleusercontent.com/a-/AOh14Gho-Qf-sLNYnMxZidewcnTpD8v5VZGLzO4Lsa48=c0x00000000-cc-rp','2077061009497551125',38654),('AbFvOqklBkZFhW1A-19oLocYL8KHGKsskmiShmC-i6MxlMFcN9UfLyvHAqk5O3UbfDuTlKRuZTjR','Was able to get in and out quickly without actually feeling rushed! Jasmine was very friendly. Thanks everybody','2020-10-25 05:01:35.487000','2020-10-25 05:01:35.487000',5,'Gg Smith','https://lh3.googleusercontent.com/-2aSo_6KWj98/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckhrdWK-S_IkxC0TFB4E2A1WmdBFg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38914),('AbFvOqklBn6qTOn0jA9W4YUXNVtbsjNo0oWfSLE6z3bcaFhvgQA5hYnrhVEs6lIj7QxomA4ynLz4','I called ahead to make sure they provided flu/strep tests to not waste any time. The man who answered the phone was very friendly and I like a welcoming voice on the phone. I was seen within 5 minutes of entering the facility and everyone was very professional and kind. I was seen by Dr.Patel and he was informative and professional. He recommended two types of treatments for my strep and I opted for the shots. Within 6 hours of getting the shots, I could already swallow without any pain. I was back to work by Tuesday but honestly I felt better by Monday morning. I would use this urgent care center in the future if needed.','2020-03-18 02:13:17.161000','2020-03-18 02:13:17.161000',5,'Jackie Corpus','https://lh3.googleusercontent.com/a-/AOh14GhqMjdqshScOYkm2eEoNAYWnpRpwx4PR0yFfkcsohk=c0x00000000-cc-rp','17898197009688164559',37617),('AbFvOqkLBnEIiw9saTSkWAbDYIVFYkteK8uohzPSpYjNX2HIN_OWiC_RXQonsHc-t3giRchcQfLrCg','Best experience ever. ER was very clean and well mantained. Dr. Alloju, Blake, Delicia, and Son Le provided excellent care.','2019-12-02 21:11:08.969000','2019-12-02 21:11:08.969000',5,'Itza Gomez','https://lh5.googleusercontent.com/-0bv6E7IOxCI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclk9d-xS3u9cIV5PWKqni1YmB6HEA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42561),('AbFvOqkLC7G-v9l_xLzIXZcMmoXloedzK1SB6FJGQ9BK-0tCGvNU1z1qQsuYChPaTw1cfOh1QEWn',NULL,'2020-09-06 13:30:32.130000','2020-09-06 13:30:32.130000',5,'Stephanie Luna','https://lh4.googleusercontent.com/-OGAUgzv2uEU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclt49DIkJD5JHMc1hK3GCmwBcOvOQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40199),('AbFvOqkLCH3AvrLpDulEyLxTDzoB3Tv-0EezVOi_tH8HlBEqC3peW1JUzSY4z54kqpGCAQxBJGpU','I just want to say thank you again to all the staff at Signature Care! Lisa for keeping and eye on my daughter while my son was receiving care to the awesome nurses Krystal and Corey you guys are the BEST! Andrew, Aaron and Dr. Huerta Thank you! This has been the best care I have received ever. Thank you so much again for helping us with our son. I highly recommend you guys!! You all are AWESOME!!','2019-06-11 20:18:14.490000','2019-06-11 20:18:14.490000',5,'Juanita Espino','https://lh3.googleusercontent.com/a-/AOh14Gjcx0QEavktkGZwOOrMVBhkW-goh0YR-JWlsDa3=c0x00000000-cc-rp','13486358490203335051',29809),('AbFvOqklCJpA1ZiZigFZ5cWy3DMvL0kG6Cni4grkRsVidml6MbNjUk0P51Nlf9C6EYX0YXvQVZ0CNQ','For the last few days I have been feeling really sick I came to Signiture care emergency center and they took care of me quickly not a long wait at all Dr.Henderson Alvean, Jordan and Jocelyn made my experience worth while I was take care of and released pretty quickly I would recommend this location to any who needs to go to the emergency room... and best of all they are an Er not an urgent care.... much better for my šˆš§š¬š®š«ššš§šœšž','2020-02-05 17:15:19.489000','2020-02-05 17:15:19.489000',5,'Tasha Dennings','https://lh3.googleusercontent.com/a-/AOh14GjB7_Ind12fi-al_ShhtQTNXhSvFMCLN5FQto4lrQ=c0x00000000-cc-rp','16389487648212004696',33412),('AbFvOqklcokkRWsdW2fsNFY4rVAGRiU5HqNRKxbBabUzZczUE2Vy62TmcC-6Ps9BXTxhdTgiG9XFVw','Dr.Jaber was quick and efficient. Ekaterini was very thorough and very pleasant.Jordan was very quick with the testing as well . Great experience overall','2020-11-10 16:55:33.397000','2020-11-10 16:55:33.397000',5,'angel lozano','https://lh6.googleusercontent.com/-lAbWfGJT1T4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclfccsr8E2aewO2NIQMlfcGE7hJCg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32945),('AbFvOqkld4LTNw4b4MR5zr4Iv3icfjgKjui9WttJCYWhLmxkI9Dg4F1qR2p5sxNYZuv5gOHu79yp9A','Came in and was seen for a massive headache and the treatment was amazing. Mercades from the front desk explained everything I needed to know and answered all my questions and the nurse and doctor were nothing short of amazing. Thank you guys!','2016-05-28 21:25:37.535000','2016-05-28 21:25:37.535000',5,'Tonette Mcbride','https://lh3.googleusercontent.com/a-/AOh14GhVzR83XJ0KxrqM3O_hZLdgdpRKIIVFyMp0eGye6Q=c0x00000000-cc-rp','17394740196501090048',37347),('AbFvOqklDdPqIpEuQ9VVtPxMOHsA_vmq4h4-krhhOFSHYc2dmYXVrr5tHK6yewREnin9EXDHXqaJ','Came in with a severe allergic reaction and everyone from the front desk, to my nurse and doctor were all exceptionally accommodating and helpful. Once I was feeling better, Adam, a registered nurse and the facility manager, came by to see how I was doing. He was incredibly friendly and we got to talking about my attending UT as a marketing major. Upon realizing I was looking for an internship, Adam was so kind as to ask Lauren, the marketing manager, to step in to talk to me about a possible opening at Signature Care. Lauren took the time to have a great conversation with me about her experience in health care marketing and her role as marketing manager at Signature Care. I learned a lot and am genuinely excited about health care marketing as a possible career path I hadn\'t considered before. Hands down my best ER experience, and really appreciated all the thought and care put in by everyone. Will definitely be recommending Signature Care to all my friends and family!','2018-09-18 23:50:33.898000','2018-09-18 23:50:33.898000',5,'Madhav Patel','https://lh4.googleusercontent.com/-DyOaVJKIfP0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck90-rfMmfVxPo-3N-MNwZsSK_8_A/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36353),('AbFvOqkldocG4ky1mi_agh7CGKIqMeFPy7BdbtP1q5dt_uhc0t_DSD2BryVnOgc5YflPJtMvNlDFuw','Everyone was extremely nice and caring when I brought my grandmother in, they made her laugh and smile, which is always great to see!','2020-10-20 21:25:09.717000','2020-10-20 21:25:09.717000',5,'Maria Hellman','https://lh6.googleusercontent.com/-vohyaX-nTvA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucndgVS2IgsOeJakqJbVzjLwIi_u5g/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32209),('AbFvOqkLdqO2aCYcsu-9w1QEFVKk-Yfg_d7ldETFHV-igcnuiYldmWV1rPADYqmU9FJcIotX9EZR','Dr Ortiz Sarah g Fatima b tanishia w thank you for great service','2020-02-27 01:43:42.089000','2020-02-27 01:43:42.089000',5,'Mekiena Dean','https://lh3.googleusercontent.com/a-/AOh14GjQLhprhnS9IkhsJnPthXTbHJudMGwwfYW62KnGnwM=c0x00000000-cc-rp','17898197009688164559',37652),('AbFvOqkLdXQFwShMj3QYyHmeNWN6rFirywZz7r_j90o0OsipucMtVG3JJobJkyQ8ETu807uF73hTug','I had to make an emergency trip to ER Care and was so happy with my experience and the staff and this facility. Nurses Sala and Reed were warm and welcoming, checking in on my regularly and answering all of my questions. Dr Singla helped explain everything that was happening with great care and outlined next steps very easily for me. Jacqueline the rad tech also did an amazing job calming my nerves and making it a smooth experience. Overall I’d highly recommend this place, especially if you’re facing an emergency and need some quality care!','2020-11-05 16:35:33.270000','2020-11-05 16:35:33.270000',5,'hira qarni','https://lh3.googleusercontent.com/a-/AOh14GiGwSws8DVzQVAKXn8zlY_0B7BcYxiRRv_zHSVACw=c0x00000000-cc-rp','3511292162159714121',40074),('AbFvOqklDZ1pstFEU4Gus1-iSCI-QmfL2nppZ5K5ZmCVVEKakkoGwqB5zPIt1_3ytFg2q8x0p18Phw','They were extremely speedy and welcoming. The nurses and doctor were kind and efficient and explained things well.','2019-06-16 18:55:13.316000','2019-06-16 18:55:13.316000',5,'Justine Moore','https://lh3.googleusercontent.com/a-/AOh14GjPRl7gRXCOlA2owsUHd07SRk24VV89lasHv-GKuw=c0x00000000-cc-rp-ba3','14567670160750071148',30522),('AbFvOqklEATamyvZUUa0VQc7WuejVcWa0jqPFh-CRYT0Z5OrDqxk15mIUN560vowtbTm5AGVN1ljnw','I was in terrible pain and from the moment I walked through the door until the end, I felt as if these people actually cared for me. They reassured me they would \"get it figured out\" but wanted to help me with the horrible pain and they continued to work. They moved quickly and efficiently with incredible attention to details and true depth of compassion. I can not review them more highly. My team consisted of:\n\nPhysician: Giancarlo G. Soli\nNurse: Naureen N M\nRadiology Tech: Jose Erasmo R\nFront Desk: Elizabeth A T\n\nThank you to this wonderful team.','2019-10-17 13:36:36.612000','2019-10-17 13:36:36.612000',5,'James Creighton','https://lh3.googleusercontent.com/a-/AOh14GjS_LsjQff_9P6Udmratk_obejsL37FSfxjHPMyQg=c0x00000000-cc-rp','3511292162159714121',40397),('AbFvOqklecpSzkJdmiuv1FQ0CxLeQngolifVKO4PtIf3VwwrOEAntl899GmnhjZtYOyomVXR15BL_w',NULL,'2019-03-29 07:06:07.533000','2019-03-29 07:06:07.533000',5,'TyAnna Hunter','https://lh4.googleusercontent.com/-chEwC9VJfsg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclGCiCa6ribpDuDwBijazrviVNLvg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38233),('AbFvOqkLeFi7ihPoYrjzEc8Ifs8j9yWaecbzM6g8ykJyjHBkTk2TGSYwX03gklUzAv2GpBIqGtzN','both receptionists were extremely nice and professional both over the phone and in person. my nurse and doctor were also exceptional. both were caring and nice, and both made good decisions about what to do with my injury. i strongly recommend!','2017-11-01 19:09:34.164000','2017-11-01 19:09:34.164000',5,'Alycia Nusbaum','https://lh3.googleusercontent.com/-vlajpTprX5w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclFvpA5ZcFsIPeE1IU9RNYQSihL0Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35357),('AbFvOqkLFfDTVfhr4EQ6WES1Ehr4sl5VJZdsQwM1wsmZA8BLuj3vUxujHEVeQ6IYKhnGU-7ZtDIKxA','Was here less than a month ago and I had the most traumatic experience. being there alone for HOURS - i maybe got face to face contact for 15 min max. I was talked to as if I wasn’t a priority. I felt as if the dr there & nurses had no remorse for what I was going through by the way I was spoken to. I don’t think anyone should feel that way or be treated that way. Wouldn’t wish the experience upon anyone. Sad.','2021-01-13 22:46:24.678000','2021-01-13 22:46:24.678000',1,'kelsie padilla','https://lh6.googleusercontent.com/-k5iSDjlO1Cc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn_3_swzlgb9e3vY-Z5r7LGGcaMZg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',44434),('AbFvOqkLFgAbsZ7dxhHD5pAwCGAxIOFgHGSY5DRhb0rtMUPrgFdJiW_Yvt08j1CeZsoWhr2sydGG','Everyone I interacted with at 24 HR emergency in Pflugerville were so friendly and sweet! Made my visit a breeze!','2020-07-25 23:13:43.029000','2020-07-25 23:13:43.029000',5,'Chelsea Bousquet','https://lh3.googleusercontent.com/a-/AOh14Gg5TtjvEYbg-IJbQtUZejC5KAhlWItnz9iS1HtW=c0x00000000-cc-rp','2077061009497551125',38778),('AbFvOqklFq5l1YTdHANMy6h8OhQ_3ISVdcdHVVMrbMNf3mBn3K8KGPvcoVuu90ydcpo9MNKZwH0eLw','fastest emergency room experience ever. straight to the back almost immediately and very clean and professional. staff was kind and informative. would return to this facility again if i had anything going on because of how efficient and fast help was when i arrived. thank you, patricia, alvean, brian, and traevis!','2020-02-27 16:21:21.976000','2020-02-27 16:21:21.976000',5,'Kate Cox','https://lh3.googleusercontent.com/a-/AOh14GgqIwZb00ddivediRxMV3w7ZH3Xs8ROiO6W-zAt0A=c0x00000000-cc-rp','16389487648212004696',33319),('AbFvOqklGZ5M1MM9OP3_RqYIn-bfqKIA7meUl-0VuB4e6W6ml46U_bbLQ9mhdPEacSpDozFDyKp9','Doctor Nguyen, C DO was an amazing doctor who was super nice and was able to find answers i was looking for.\nRadio Technologist: Fatima, B. Was also an amazing person who was super nice and friendly.\nI just want to say Thank you SignatureCare Emergency for taking care of my wife.','2019-12-08 04:28:17.009000','2019-12-08 04:28:17.009000',5,'Jesse Rivera','https://lh3.googleusercontent.com/a-/AOh14Giwd2Fv3cTwKon8nuYMbik4U73ImQhls9qUsZPj=c0x00000000-cc-rp','17898197009688164559',37822),('AbFvOqklh5CHInnXDtCrZv09S7_RiUIpSHGeT6dfP5zLQMh5TduLzb1nqKkxtwAYiNwiRVjhFACr','Great service at this clinic.','2019-12-24 01:47:12.513000','2019-12-24 01:47:12.513000',5,'Fatima Mendoza','https://lh5.googleusercontent.com/-LG-lTP6-ij8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm2LcKPQrvKH1PLQtxk3hGN1FdC1Q/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42538),('AbFvOqklhBwoMMpwaqp6fc6poMvpxqNi96A78g4pxxRtoEsY7NK9xsCf_DU4tkwMnl_zaOA9ikDnqQ','Great Service!','2020-07-02 13:13:33.703000','2020-07-02 13:13:33.703000',5,'michelle trejo','https://lh3.googleusercontent.com/a-/AOh14GiRqO5iJWo0DdeOxkECiqBUKvhgh1xXi0bVZSysnQ=c0x00000000-cc-rp','3511292162159714121',40258),('AbFvOqklhdyO6Z8g2x3EdwAp0r4vfi5mmo0ysYs2_K74qYZK0V33Nd9PB6BL9mnYzKCQzNDuhLZ0','First time here not a big fan of doctors but Georgia!! Is awesome definitely made me feel comfortable about getting tested for covid. super funny wich is always a plus especially when you’re scared lol! definitely recommend coming here and asking for her now I know for future reference for a good doctor to go too !! Thank you so much for everything !! Side note there room is super cute. Decorated with Doc Mcstuffins for the little ones !','2020-08-03 15:07:41.245000','2020-08-03 15:07:41.245000',5,'Kaylyn Brandenburg','https://lh6.googleusercontent.com/-gMsq8yRvB-k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclzczQ3MZMYCBHQNwjV1MuHTnTlLg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31811),('AbFvOqklhQ2VlJ9X1bsVqj1wf34Eu-g4K0CUIgZC6QVUUYhEMQm_NV_a1SK3ZIQNXWhtGrUkZpyVEQ','Maya is the best! She kept my kids entertained! She made sure all my info with insurance was handled! Will be back!','2020-03-07 20:56:19.384000','2020-03-07 20:56:19.384000',5,'Eddie Wil','https://lh3.googleusercontent.com/a-/AOh14GjqWq126Ta6BqBYckL8oDaL1-UwQzB32eL02sEBhw=c0x00000000-cc-rp-ba2','12541597562633926366',28656),('AbFvOqkLIafix2XsM6_VeA4rusybN2XpmBIGLirHt86Pmj4IYt6fXYUDn6QFte95GHOMKnUFuCRB','The staff was great! Joycelyn nikaela was great at the front desk it was very fast and friendly service!!!','2020-01-18 23:03:36.745000','2020-01-18 23:03:36.745000',5,'Lisa Lisa','https://lh4.googleusercontent.com/-jx2uLBRsh2w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucluOreMVEUthMdR2-0pkxOJHknuuw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33487),('AbFvOqklikRMK66iUXV0LRxmfUxnhRGALs18sZ-ucBG229O8sgkD8i7QV2SM1tMziz7rO8kmXnm9wA','Came for a Conrona Virus Test and was seen very quickly. Very surprised at how nice and talkative the staff was. Lindsey was very in-depth about asking me questions on symptoms and making me comfortable- down to asking me if I would like a blanket and water. Clay ( who administered my test) was also great. Was very honest with how my testing would go and how quick it would be. Overall a great experience for an unpleasant test.','2020-11-20 17:15:34.984000','2020-11-20 17:15:34.984000',5,'Pablo Zaragoza','https://lh6.googleusercontent.com/-ks_SCe-_4M0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-feairPn8xuzFG4bIlV6jzSTYYw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35581),('AbFvOqklipE_ppnrVlwdZ7wlxjWSGQJtMTFIz9tzFbzTqhqUJnUL0fGI-PBawpf_lVbNzoR5u4hJIA','Incredibly fast and efficient service! A very warm, welcome environment where the patient is clearly at the center of everything they do. The facility was pristine, the billing/payment process was transparent, and the next day follow-up was a nice touch. Great experience amidst and an unfortunate set of circumstances.','2019-08-06 18:03:15.489000','2019-08-06 18:03:15.489000',5,'R Coleman','https://lh6.googleusercontent.com/-c7suy4cttcE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm96BFLNceoeDim7-KmXqhlUXj2iQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39290),('AbFvOqklIS8knvtf-vyxwDi6vmx7BYooYX8U-ffOmsJV__c7KUvdLxIJDJ0-t2pZ2bHLAA3XZcaX1A',NULL,'2020-10-29 14:40:07.922000','2020-10-29 14:40:07.922000',5,'Max Esparza','https://lh3.googleusercontent.com/-_SXH-V4Tk8c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckg6Chy6gpJvMj54eI7lfQA0qyejw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29282),('AbFvOqkLj8dLrJDMkrmkpqdXiePpUMtFltvhkkOSizs7gAFdT4KrqGNouZArKSkkt8RSM3Vl3of4ug',NULL,'2017-09-11 18:12:30.822000','2017-09-11 18:12:30.822000',5,'Arie R','https://lh6.googleusercontent.com/-PcpPvZmCnlk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm4embCsAOaCMj0geMeNtNzlmVy4w/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32650),('AbFvOqkljdlZwTZExUwQHFb_y83uN3VIha68JIynY6-TE6HIuvmW852CyOt-33AP0JbauHbAAFf3FQ','It was a really great experience. Friendly staff and very attentive.','2018-01-21 23:55:33.438000','2018-01-21 23:55:33.438000',5,'Yesenia Saavedra','https://lh3.googleusercontent.com/a-/AOh14GhN16pWZs4TxDGxCcVXIu07-AiTMo6ZUfpmip47Gw=c0x00000000-cc-rp','14904078213800803294',32614),('AbFvOqkLJgG6cWIVUDL0-QbS0NVpjR_u7BbM7gBuwTQ5SdPr4STsCdy5wfboGj5SvxLPyibRZtPc',NULL,'2020-03-03 19:56:16.264000','2020-03-03 19:56:16.264000',5,'Caitlyn Green','https://lh3.googleusercontent.com/a-/AOh14GjyyPZPPoUcYyXZzYjYzfxgLTGIhF3lr34p7xi9MA=c0x00000000-cc-rp','14748677429039074158',32121),('AbFvOqkLJwmddTRwtHIssT72zcOMnpZjGxI4FFrFbI4EQm-8HO1R0fVhdi0oeAUnpPyzsA2Kei1C9A',NULL,'2020-08-02 14:37:52.450000','2020-08-02 14:37:52.450000',5,'Paula Eckel','https://lh3.googleusercontent.com/a-/AOh14GhfWmkaxss_y5NOgCN50hepmOuacz1pZQEi-dzQJA=c0x00000000-cc-rp','6521947413723274945',41323),('AbFvOqklk08ESVupoXmdN46KNQt9iG6RY9NG3qCEQsWMpJR9C3pl8raMQi1uKqKAPORATmoAZ1BAbg','Dr. Mauldin was amazing an got me in and out quickly and the nurse Alvean A. Was very sweet an helped just as much as well as their registration Patricia C.!! All around great experience this morning and wonderful staff!!!','2020-01-25 13:54:46.587000','2020-01-25 13:54:46.587000',5,'Samantha D','https://lh3.googleusercontent.com/-U58MFsXLRdY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmB8gG9uc64r4h7hiY6OKIaFUIAXg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33456),('AbFvOqklk8WyK-Bfe1gLr-t8wUy831xHmpoKlT1dnicSTGqLDSkL_xp1CkDjT_vJ9tJQJJwR-3ZPGA',NULL,'2017-08-15 19:24:32.941000','2017-08-15 19:24:32.941000',5,'Buthaina Shaqsi','https://lh3.googleusercontent.com/a-/AOh14GhQmz3uu9urDEIkeNAGp9vssbK8YBTvQGkPfby0mA=c0x00000000-cc-rp','16590124370714063921',35410),('AbFvOqkLKDQTVV4zjVYVaivqo-2U8ebFQlkcUlNLFjngmIckDXbKXVPG7hExF2fS6YeF_laqczqUyg','I visited this emergency center a couple of weeks ago for a non life threatening allergic reaction. I went here because it was close to my house and the only urgent care center that was open at 8 am on a Saturday. The receptionist was extremely attentive to my needs and I was seen immediately. The facility is very clean and innovative and the support staff, as well as the physician,was kind and friendly. I was in and out in no time and off to work. If you live close by or are in the area and need an emergency center I would highly recommend going to Signature Care!','2016-11-12 07:11:28.324000','2016-11-12 07:11:28.324000',5,'Lauren Henderson','https://lh3.googleusercontent.com/a-/AOh14GjaUviXAS4qErI5v0tONvX2S1Gx5eQhdYK4ghoM47c=c0x00000000-cc-rp-ba3','3511292162159714121',41153),('AbFvOqkLkgxMtxfK696_6QXMutxVyGYQcWDy-W3bUWmFJtzeMGEszyW0CqcBme0R8JrROCS1FChM_g','Would definitely recommend this facility to anyone looking for emergency care. I came in on a Sinday evening and was seen within 10 mins. The staff was amazing. They made me feel comfortable and had great bedside manor. I stayed overnight and was checked on throughout my stay. Thank you to everyone at SignatureCare for all your help!','2018-05-05 02:08:16.558000','2018-05-05 02:08:16.558000',5,'K M','https://lh5.googleusercontent.com/-PUjyaUBK-do/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnaFa5zXwZi4jT95aRQvEbt9NKbfQ/c0x00000000-cc-rp-ba2/photo.jpg','17394740196501090048',36954),('AbFvOqkLl9CA8wWvCojs7_sj2czvlCoSueQoTjxOQtZTFIGoz-IJc9eGqKWyNF8BRwAx575P-yPh','My grandson went there in severe abdominal pain, and the staff was unfriendly and seemingly uncaring. Very rough when trying to find a vein for IV and joked about it saying they were just having fun. All this time he was in excruiating pain, never given any pain meds, was there for hours, finally had CT scan showing beginning of appendicitis. Thankfully, they did transfer him to St Luke\'s (probably only medical thing they did right) where he ended up having to have his gallbladder and appendix removed. He suffered unnecessarily at that ER, and I would never recommend it!!!','2021-01-04 03:29:27.047000','2021-01-04 03:29:27.047000',1,'Anna Meigs','https://lh4.googleusercontent.com/-MCjYDAcAkrM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckd9n3zrdpXvQbTqaYs9GFTRlXCkg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',44309),('AbFvOqkllGNjRzItuoc4gTGH84kgBEV5qHd9C0gksU83RQHTNrpmEQ2eZEDoZXdmrjzn8GiMQ-36qw','Very friendly nurse . Quick and easy COVID testing','2020-07-27 00:11:07.492000','2020-07-27 00:11:07.492000',5,'Maria Aguilar','https://lh6.googleusercontent.com/-qZxvBC8xeC8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckLKhfpnuu18lsqajSdwLvsdldOjw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41330),('AbFvOqkLm5nqElhF7dxFZ8_I8D1Cnaal4-riGwmDyyxHZkLCrsZXIH2Uqe7kLnzeqJAM84sv7pIPKg',NULL,'2018-09-18 00:28:03.783000','2018-09-18 00:28:03.783000',5,'Nezar Akbar','https://lh3.googleusercontent.com/a-/AOh14GjobUEdJcblyJRYgFY3QhA8ZwxX7tdY5-0WGJhHIw=c0x00000000-cc-rp-ba3','3511292162159714121',40829),('AbFvOqkLMcuoJqhdhlRnSE5otOiwW3Lrsy5wz3Fv-sinKBjjeA_8iw88QgwDWG1R62vDebq0LiKnLw','Mandi and Jennifer W were very professional, efficient and kind.','2020-12-11 15:57:38.869000','2020-12-11 15:57:38.869000',5,'Amy Mohon','https://lh5.googleusercontent.com/-wItDCYOmhMI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQjWpxAjOt4-iQMM909O4Tkg-80Q/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39427),('AbFvOqklMuL9Cgt2bxIXC-RGSZJnm-eddikuirZTaygYl7NYKlQuttcZDO3XpR3CIxI6foUBzb4CBg','Dana, Was very nice she made me feel really welcomed and comfortable during my COVID-19 test thank you for being on the front line of this pandemic you are truly a HERO!!! (Shot Out to my boy Cody, for being patient with six women all talking at once trying to get Starbucks cards)','2020-07-29 16:55:54.871000','2020-07-29 16:55:54.871000',5,'Tigre White','https://lh3.googleusercontent.com/a-/AOh14GjmGmuNzCp_NJml0vKT2yl9F6Hzy2koznXKSxeoKA=c0x00000000-cc-rp','2077061009497551125',38700),('AbFvOqklMyiz_1i0bpI8ZmrR1JHeof53eA7xE8KB3gp5W_bCiW0HEN_K1PNkWvzGg9KtA1DqWtogeA','Reception was very friendly. Speedy to get me in for a Covid antigen test. Kevin was great! Recommended.','2020-08-18 15:56:31.607000','2020-08-18 15:56:31.607000',5,'William Waldron','https://lh3.googleusercontent.com/a-/AOh14GitygMpu97yyNI8DbHiH99Y3Euj_tRgCGuHxstB=c0x00000000-cc-rp','14748677429039074158',31760),('AbFvOqkLn4f1opYVgWzzcGucem5GatDXIOJX9QPJzU4DQ8PVupaz0tVQ4RK7CmXczoSIWQkx9Qokyg',NULL,'2020-07-05 20:53:34.403000','2020-07-05 20:53:34.403000',5,'Stephanie Walker','https://lh3.googleusercontent.com/-ZWU9QxHrTmE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl8TgGeR4ykf_keHQ91BWlpqIUnqA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30183),('AbFvOqkln6Vstgl98WZ1CikyJIsSyIRxIfkVSN0cE7GSvReuhyv4hd1lZtfWLhUhVN6MoZ4B9nwfBw','Good service. Dr das was great!','2020-11-10 19:55:24.399000','2020-11-10 19:55:24.399000',5,'Haley Lee','https://lh3.googleusercontent.com/a-/AOh14Gg1gHqkjgcNDa2vOWnH_aBUVo1-tc_2iMGkM5gcdA=c0x00000000-cc-rp','14748677429039074158',31379),('AbFvOqkLN7oXKsmmWoxyACUMdz0EBrfiRJIqDtMl08oKx6NMl0H3q-GC0mnHk94qdoOhmkj4AMT5XQ',NULL,'2020-05-24 14:17:35.939000','2020-05-24 14:17:35.939000',4,'Dennis Butler','https://lh3.googleusercontent.com/-Xun2tSbacI4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmOJNsIi0hnPhB6zRfrVHyd1cL_DA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39072),('AbFvOqklnCS2IvYxjxKdjZ4T5-NIxR50icpwI7TouvWBDZHn_jA9ZPjZ9lAys11f5FMip5VTsRAbyQ','Medical care was fast and very professional. 5 star treatment given by Jose and Kim, RN; Allison, Radiology Tech; and Dr. Diaz. Very satisfied with the services received and highly recommend them for your emergency care.','2019-06-23 01:10:47.588000','2019-06-23 01:10:47.588000',5,'Murilo Vasconcelos','https://lh6.googleusercontent.com/-znniB0G7DHs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck3qzpLnycWGdbEiNu5140f6bB3Gg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29776),('AbFvOqkLnJDSoBy66wRDTRqfRUFCZ-o82NmANjzwJ0bv_3DPo671T75oJA_Le7dpWA-z90MLhjuvtw','The wait was pretty long but Caitlin at the front desk was really nice and helpful!','2020-11-10 19:36:30.441000','2020-11-10 19:36:30.441000',5,'joshua crum','https://lh5.googleusercontent.com/-jNuLCsUuiSo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckJWF0Y9u1AKtQHcVC1PKFgGrtm4A/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41843),('AbFvOqkLNkMjcWSUZXSDIonSDW87gl8GTwwMYL2ZV2yLyj3A0fHA6JRe_ISWCB5-LJDa6LJl3B7ZWQ','OUTSTANDING SERVICE! The staff made my 5 year old son\'s first visit to the ER a GREAT experience and accommodated his fears and anxiety with patience and extra TLC. Couldn\'t have asked for better service and not to mention IMMEDIATE attention to my son\'s injury. He was treated and seen within 5 minutes of our arrival. Very impressed.','2019-06-11 06:06:52.499000','2019-06-11 06:06:52.499000',5,'Dinah Lee','https://lh3.googleusercontent.com/a-/AOh14GjZamTFSoUjTSnoepOo7c0vs5EkOqR4MLUzCopT=c0x00000000-cc-rp','8918455867446117794',43258),('AbFvOqklnlhnua3upY0CaSWX1z_00O8FIXVbwCRkfSOKwnkt9fLgdqMb_yxvrmnTFAiA0vxmaHEv','Signature always does a great job when I have had to come in. No one wants to be sick but when I have had to use their services they have always taken great care of me. I have never had to wait longer than 5-10 minutes to be seen and the nurses and techs as well as the physicians have a great bedside manner.\nI appreciate the level of care I receive here.\nA big thank you to Cynthia,Jonathan, Dana, Loretta, and Dr.Alcanter. Really appreciate you guys.','2020-11-30 17:50:39.259000','2020-11-30 17:50:39.259000',5,'Shantel kent','https://lh3.googleusercontent.com/a-/AOh14GieDYelD2uVowS_OOq86ZSStVlZNNpWXETIAwlu8A=c0x00000000-cc-rp','14904078213800803294',32137),('AbFvOqkLnxiGPSd5I_yw1CZRf9_72rPzmlZ6CKu6HM_dfBTlR_NL-IKlOH9jJMQxqyK3XxniXRWzDA','Fast and super friendly, the staff has impressed us on both unexpected visits! Highly recommended!','2018-10-02 18:26:08.900000','2018-10-02 18:26:08.900000',5,'Jeff Cleveland','https://lh3.googleusercontent.com/a-/AOh14GgwtQZbEOEzC2DzGSyOtJi2zSrACWLXmeN_xELocOg=c0x00000000-cc-rp','3511292162159714121',40816),('AbFvOqklO36jfevXD0YZ2VTV3O6asN4-FjUT2dm5YvflTJyXHsCWqW7slb4lYgZvD8tlxUt5kyeD7A','Facility was clean and staff was fantastic. Big thanks to Karen, Quyen, Malissa and Dr. Patel!','2018-07-31 23:48:04.494000','2018-07-31 23:48:04.494000',5,'jessica naylor','https://lh4.googleusercontent.com/-0hduJoaD4CY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnv4K6RwmlWzjspnKNmPBPw96SR_A/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29216),('AbFvOqkloCL38hMhQ4xbVGsJBAK_VmxY4YyLES6pi_KLWUyERzRl6CpRvbq9ZJ-MUmvAxBwU3I5Wwg','Great experience and very friendly people','2019-07-10 05:06:33.343000','2019-07-10 05:06:33.343000',5,'Rosibel Bolanos','https://lh5.googleusercontent.com/-2OE-vEH1_1c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn-z9WsiNQgp4S-zZZBkDQCm-Gnhg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqklOswQ4QwCiE5QoRo5vQaevukoNcf_ftnBlD47oLaSZBQmY6pj3pKgG524e3oSqLS68ieM','Staff were attentive to my situation, make me feel secure, and they were very helpful, i will recommend their services thanks to dr Henderson, and nurse Alvean and all the wonderful staff tricia and jesus thank you','2019-08-16 17:35:28.334000','2019-08-16 17:35:28.334000',5,'Carlos Guerrero','https://lh5.googleusercontent.com/-6KI-uBY4w-4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnrAmPEKmRRY3glmE7mtN4_jmDcug/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqklPD-1cdNUrr1X_UsjnRaY99K3KjoRIobY_3XcT3QCD5pSpbVo03mONANDm5eBUyzC4N9Ndw',NULL,'2019-02-03 00:04:15.284000','2019-02-03 00:04:15.284000',5,'Marilyn Williams','https://lh3.googleusercontent.com/a-/AOh14GhZFYL28X_3lFN8LIg6QGYU5nGCupcBPhZ53ujUAQ=c0x00000000-cc-rp-ba3','3511292162159714121',40654),('AbFvOqklPqgZLG4pLC7FNrAJCSIAxBxHMbi1UytfgdSsLXQJovDQDmmqL0Cbomzz52v2r-9I1Dih',NULL,'2020-08-29 18:30:33.097000','2020-08-29 18:30:33.097000',5,'Lone Star','https://lh3.googleusercontent.com/a-/AOh14GhhclCOvnmzVCM6GdRNRiZvwbbhVUZWGGCn5KGl=c0x00000000-cc-rp','14904078213800803294',32253),('AbFvOqkLPqjXBB6GPl9a5mj46JMjQhJNJf4HF80rF6mgl6lxHaLv7smJCQS4R86TKX0VUQAveRsYVg','Alvean\nMarcus\nPatrica\nI Had a nice time at this place today','2020-02-06 19:43:43.467000','2020-02-06 19:43:43.467000',5,'Darrius Gentry','https://lh5.googleusercontent.com/-OpRUsOYj9qA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnnjTZc6oo1qztPIBhUKG7GnSnImg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33400),('AbFvOqkLQGJP8fzj_m2S_dqoEgi1IqZoaLsFasb8BOcXXfk3f9p210dZueuoJFCdzxm4PBLP-iYwwA','I’ve come to signature care twice now for covid testing. Both times they took great care of me! Jennifer was my RN. Josh was my technician and Mandi checked me in! All so generous and understanding! I will definitely be coming back for my medical needs!','2020-12-26 23:19:05.604000','2020-12-26 23:19:05.604000',5,'Anna Claire Smith','https://lh6.googleusercontent.com/-_v0EhDDGkis/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcdQFOIhNLZ-svXq4mCf6nTSFIrg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43928),('AbFvOqklQgQ_X4hoyfOp8Z44guv0jcTKzke-KQh4d7NOiVsPUOz2bsb6RXdg3k56rJrNxjj6MdAe5w','Thanks Alvean & Patrica & Thuy An for the great service. Facility is clean and comfortable','2020-02-23 19:05:02.983000','2020-02-23 19:05:02.983000',5,'Kathryn Stephens','https://lh3.googleusercontent.com/a-/AOh14GhE9y3C2X1nwXWtbx1DD0sCsGKzNWpSrJEM6GVD3Q=c0x00000000-cc-rp','16389487648212004696',33334),('AbFvOqkLqpg0EHEIa8IeGxYGVL60CV9E-XV0nKSo5oDlqrz16Awu4-L17QwfNadOy2qe8iZNCZeEKw','patel,sarah,jennifer,fatima,daniel,briseida they were excellent and they were helpful','2019-12-10 04:45:11.140000','2019-12-10 04:45:11.140000',5,'Melanie Hodges','https://lh3.googleusercontent.com/-6yi2DVjiYPk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnh1bMpOThYpuuh-vSWlmMV9uiiZw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37816),('AbFvOqklQQ3I8qSDs7SOROep7_15eITTLjeF73vf3DaFXtjvo6c_YYo6ZrnsSjLz6gAHPTMu2QERgw','I had good service at this Signature Care with Dr. Ding, Anastasia my tech, Agnes my nurse, Dion and Amy at the front desk!','2019-05-12 08:12:19.686000','2019-05-12 08:12:19.686000',5,'Brandon W','https://lh4.googleusercontent.com/-_DHVrJquwTY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclLsN3Cq-X-wt6XxolpZURm7FIkIw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40562),('AbFvOqkLqSNDqa8C9LYQJZZ5V-cGbsypOBK0UB8AN4RD1AcmdkNxLeruQW58HAN5SxYjf0je0_ySuQ','Great client service! Great staff and took good care of our needs. My daughter came in with a pain and they did great on explaining not only what she needed but also the financial part of it as well. Any questions were answered right. Thank you!','2020-10-12 17:03:00.437000','2020-10-12 17:03:00.437000',5,'Luis Miranda','https://lh5.googleusercontent.com/-LgHSnPBkDhs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckRglSvwt4dWHBIhjRqEwtJShAkDg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32234),('AbFvOqklQTjUDC3hd8O9upEHcOEEt42BqBGwzyEKj_xvNJFESY1iT1pgj43hfNxufWAgwjHM3i4yew','Huge CHEERS and thanks to Dr. Das, Kara(RN), Kim(radiologist) and Sergio at Signature Care emergency center. From the moment we walked in to the moment we left, we were treated so well. I was very nervous, scared and in pain for my son but they made the experience the best it could be under the circumstances we were in. The way they all were with my son, you could just tell they loved and enjoyed their job. Again thank you all!!','2019-05-05 05:03:44.439000','2019-05-05 05:03:44.439000',5,'Berkley Plunkett','https://lh3.googleusercontent.com/-rNIK0wKinFQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclNj9q2lMjhEqZgIKf6YrMbElyC8A/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39872),('AbFvOqklQX82M_AGq7213ORJ7y2d4GpxJOFXfuTNsntnFpAsa-nEM9UR8U77tLS5iOEx9PVjzkx_GQ','Everyone was very helpful from the front desk to the doctors and nurse. My nurse Christoper C. was nice and made sure I was comfortable and helped me understand the Covid test procedure. I will definitely be coming back to this location for any emergencies in the future.','2020-11-16 01:22:56.308000','2020-11-16 01:22:56.308000',5,'Yesenia Sanchez','https://lh3.googleusercontent.com/a-/AOh14GhMkm8LhlragjxtxPin1i8b6KaHlF1nSImQx8hVaw=c0x00000000-cc-rp','14567670160750071148',30016),('AbFvOqkLr2TaruAmwIvXri20qD9uRjk2_zdNAeSpu3TJemjieyPpUt8hFJOz0gWy1yGML5UEozbIOg','Easy check-in process. Christina, Clay and Dr Lindsey were great.','2020-12-19 14:24:17.201000','2020-12-19 14:24:17.201000',5,'Kyle Countryman','https://lh4.googleusercontent.com/-H7tr7wrjJsI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnlzM5lvziIGhpAYlh1tAXWW1AfqQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',44543),('AbFvOqklr8foWvJzsDeyHflkffU_x7ShiRRhDb4VYfw8Y8xVtQyKMHUYwhSEuyvEsddXrU_0fCp6uQ',NULL,'2019-04-06 23:40:34.429000','2019-04-06 23:40:34.429000',5,'Alan N','https://lh3.googleusercontent.com/a-/AOh14GhV2TckvfGTrvNgPVnMOpbRqSMfFsKZUA-6TCu8=c0x00000000-cc-rp','16590124370714063921',34911),('AbFvOqklrjhTMvJzIX_qhooKie-iNNWWDcTsM9TXrGZXUJTqQipnKSxj-TO6MbH6AkDtAJiXCjwK6w','The ladies working registration, Lorena and Amanda, were kind, welcoming, and helpful. Everyone who helped made sure to answer any questions I had, my visit was quick and easy.','2020-07-29 13:24:10.448000','2020-07-29 13:24:10.448000',5,'Nick Viator','https://lh4.googleusercontent.com/-2qUiZY5wTTw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckWtbSX4B8il8OX3wKPLpoQJxXQyg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34233),('AbFvOqkLrNqG4LCqBO3TpWv5DPsWlGF4Ku0RhkB5JVUuPQO8YJqxseYz9CDCb1OgkXSWg72VHMCicA','Went in for a Covid screening. Diane answered literally every question I had. Her and the nurse were extremely friendly and helpful! Appreciate the amazing service they provide!','2020-07-27 02:26:02.290000','2020-07-27 02:26:02.290000',5,'Ryan Schlieper','https://lh5.googleusercontent.com/-hO8tTO35JNQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclbXMvqaX3LLvTyWdVtjy3sZ6ELEQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38752),('AbFvOqklRrg2JdBqFkNd14yQODNLMb3Z7RPPisMfmByiGptKgl4lCnUedcv_74xGlv4TagEjram8iQ','The employees are so inconsiderate of basic human needs and dont care about the uninsured. More concerned with \" Whats for lunch \" then assisting patients. Will file a formal corporate complaint. Would not recommend this death clinic to anyone in need of immediate life saving procedures. When social media takes precedence over saving lives I am convinced that i will not let them chose my fate. STAY AWAY SAVE YOURSELF SAVE YOUR LIFE!!!','2017-09-25 03:36:55.356000','2017-09-25 03:36:55.356000',1,'windlyne delouis','https://lh3.googleusercontent.com/a-/AOh14Gi3AXBW4tY6Cq2d2Gt-1n9UD4ssoZBSrS1hPXdkcA=c0x00000000-cc-rp','3511292162159714121',41018),('AbFvOqklS_W5KFRyODdMAMVF2PMr9a0-luA-7Xhx7d4guo5ITujJ4LqVeDNgI-3Pi4PYQ3ndDH9EwA','Staff was super attentive and nice! Was in and out quickly. Definitely recommend !!','2019-10-01 16:33:18.678000','2019-10-01 16:33:18.678000',5,'Kaley Standlee','https://lh3.googleusercontent.com/a-/AOh14GjjD8OUD1bKOFf5q2RrPaYAhepNLcqhreR3KCC1pQ=c0x00000000-cc-rp','8626688543755174284',41999),('AbFvOqkLsB7c2ocAxognzneDnjtpvlF53bu6LK-ciaoeUQZ6Rflmy_UlfYRIraDFcd3U4uTfuruPrw','Was there a Tuesday night and Brodrick Randal and Elisa Trevino were so much help, very friendly and made the whole experience very quick and painless. I reccomend this facility over any other.','2020-07-29 10:58:41.735000','2020-07-29 10:58:41.735000',5,'Courtney King','https://lh6.googleusercontent.com/-yeFTYlG7aZI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclU0wejBHcauTdvCEnXlWtFXY9m7A/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42957),('AbFvOqkLSx5PfZk-QgYpzlN1P0Wprq4sMdmSBwQjIQyis6_iDHBogReeCI1t8-jQKaj8IZRIwJyl2g','The entire staff was amazing! Ashley made checking in and out easy. Manny and Pete were so kind to my daughter. Dr. Patel was patient, compassionate and thorough. I appreciate the staff and everything you all did to take care of her!!!!','2019-06-18 03:15:01.790000','2019-06-18 03:15:01.790000',5,'Kari Cantrell','https://lh5.googleusercontent.com/-oEsD1nlF7oQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmHPXzlb9-rVoUXIXZETB1tQC8vvg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41690),('AbFvOqklt16diAvVRoCsed4N4WJq362QgRR9769GihXuxeV_ePo72rDGBfX0p5fxKiLRP40aMqh5TQ','This isn’t my first time coming & it has always been a great & friendly place @Mandi M, Megan B, Jennifer W, Mollie, Gunner M','2020-12-11 13:54:21.951000','2020-12-11 13:54:21.951000',5,'Keifer Hill','https://lh3.googleusercontent.com/-t6eiJvTJgio/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnxrye2PIiThNjhcSdOzh-jWzOjrg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39428),('AbFvOqklTgfeFU3d0CQ8pBgjDYOKT1lAb6GkC6FHMx_E5dYHq2Rkd5DVdTRCT6TxYakRClYOQTxCkQ','Stepped into the Cypress location and my nurse was very nice and caring from the start Lacey made me feel very relaxed and comfortable through out my process. I would recommend this facility .','2020-10-23 19:50:41.335000','2020-10-23 19:50:41.335000',5,'Amanda Flores','https://lh3.googleusercontent.com/a-/AOh14Gix-9U1zVyY4-UBQOp7WplkiQcdKw_qskWFEJ9M=c0x00000000-cc-rp','16389487648212004696',33099),('AbFvOqkLtgmqHSac2KI7rB5FjoOeg7ZIwuR5XP1WB80BBZq4hPdgflhKrH9Vxa0ZyI-cAs3TkWXETQ','A week an half ago my Friday started off normal until about noon. I thought I had the stomach flu but the pain was not flu like. By 7pm my partner decided i needed to go to the ER so off we went to SignatureCare. I have been here several times in the past and was treated incredibly well. Dr Jaber Noor, Nurse Meredith, Sheres and Tania did a great job making me feel comfortable and assured me they would get to the bottom of what was going on. I ended up having appendicitis, requiring emergency surgery the following morning at Herman Memorial Greater Heights Hospital. I had to spend the night in the ER to make sure the appendix didn\'t rupture and so I could be closely monitored. The SignatureCare team set me up in my room made sure I was comfortable and help me manage the pain I was in until the next morning. They coordinated with the surgeon Dr Ratcliffe, who visited me that night and explained what he was going to do and answered all my questions. They worked with the hospital so that all I had to do was go to my room and the nurses would be waiting for me to check me in and get me ready for surgery. It was the best experience considering what I was dealing with and the team at SignatureCare made it so stress free. I can\'t thank them enough. I would not hesitate to refer others to this location for medical emergencies. Thank you again team.','2019-08-14 21:24:18.570000','2019-08-14 21:24:18.570000',5,'Chris Mulcahy','https://lh3.googleusercontent.com/a-/AOh14Gi7WCyoo33DHVFhwUBc3hmAIhVsAqiE-vKKDS9O=c0x00000000-cc-rp','14567670160750071148',30475),('AbFvOqkLtmhVGVTaMBbUt1AWbE5hmlr7oo2i-7mZ6v00OTk_zceHZL3hXzkeFllt8GPxd5qiH7VApA',NULL,'2020-01-21 03:01:36.806000','2020-01-21 03:01:36.806000',5,'Thomas Perley','https://lh5.googleusercontent.com/-5YS1fJeNPkU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm50ZBkOnD1tUL8o0xO3qAr9VGGNg/c0x00000000-cc-rp-ba2/photo.jpg','13486358490203335051',29469),('AbFvOqkLttKG_zd9QYOZpFTaQjxRsb6FCYBkyCtj-G5TIQrgPCekNAbL_ZwHHf4_q2HLmHN2gYm0Zw',NULL,'2019-09-11 16:54:43.418000','2019-09-11 16:54:43.418000',5,'Jonpaul Lafrance','https://lh3.googleusercontent.com/a-/AOh14GhkVxQ0cLMkE9O4MiQxddHKcOe5cUZ039VU73zRSA=c0x00000000-cc-rp-ba2','16389487648212004696',33971),('AbFvOqkLUCDCzsmtgWKu09bhjJqYH34f2_BrBCxDKTuHhmrF-EPpj98bGNKZugSDJSoVCpffBCZyiQ','Great place! Fast service and friendly staff! The Dr took good care of me and answered questions thoroughly!','2019-07-31 18:45:24.430000','2019-07-31 18:45:24.430000',5,'Starla Hill','https://lh5.googleusercontent.com/-aMQ9TLLNTFU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucldvico14qosLOsCdczF6PElC3h3A/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39830),('AbFvOqklulNiyYkQBv98POVVvQgJ_LvABU2O9DsRzkJrkBHdAwbpNpN_1sH0L5-lq7QS0x5oN7HATw','Great visit. Wonderful staff. Was in and out within 1 hour!! Keera was wonderful and very helpful!!!','2018-09-07 01:33:38.784000','2018-09-07 01:33:38.784000',5,'Kenny Brisco','https://lh4.googleusercontent.com/-Ckc4ESQVUEA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckhUf1jdNQIFtOkNnSdQnUkMqO5TQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35192),('AbFvOqkLurBZEpALaKfxmHJfD9YCeuuDbGWmcNZnyDwpElNIERG-cgy8hXCTV03DeEgHA6V5ibGSuA','Shelli, Christopher, Dr.Lingan, Adam, Linda, and Christina C. We\'re absolutely amazing today as I went in for ear ache. They were very professional and informative.','2020-01-30 19:02:10.468000','2020-01-30 19:02:10.468000',5,'Kim Wittwer','https://lh3.googleusercontent.com/-1b1_kT7i3v8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucks1CBIg95kdJPOKgHbs9lavk7Bsw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35988),('AbFvOqkLuRKrCgvOXYUEOMUG5D3Li3BLMHs-GRbkgFeivywa-HF0oazbsaL6XRZYiZ8vGHOgS1vCjg','I had a great experience in the urgent care. Carly, the receptionist , was kind and helpful. Irving , the nurse, was friendly and professional. The center looks clean and sleek. I recommend this urgent care to anyone ...','2020-07-08 06:21:41.844000','2020-07-08 06:21:41.844000',5,'cesar morales','https://lh3.googleusercontent.com/a-/AOh14GiI-k9MZSaQ-WsCbnJo4Dgurei-0K0h6qy6ieal=c0x00000000-cc-rp','12541597562633926366',28608),('AbFvOqkLusOSdSislWV2uUH_vunddK2RbaMzFs8YljI8Kskv3EYRAoxuNVZiVhxg72voSSzann22','Tanishia W. is without a doubt the soul of this place. So helpful, so thorough, so professional. Made a scary situation, a manageable one. Susan R.’s energy is off the charts, truly one of a kind. And everyone else who made this experience much better than it should have been (Dr.Patel, Laura H.) we’re so appreciative. You all are the effin bomb, seriously! Thanks so much!!!','2019-10-04 04:50:58.021000','2019-10-04 04:50:58.021000',5,'Jasmine Storey','https://lh3.googleusercontent.com/-n6C8oZQbqW8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmzVuLwUjJv32YDHqEY3Sgeh46x0A/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37965),('AbFvOqkLUuIUNxQpWukLj0SG1tqT8pyN8_aiBQ7kvnVz7GaF57WliCVdsXEXusdDPEcbfi4YXJZevw','The staff always goes above and beyond to make you feel at ease when you need medical treatment beyond what an urgent care can provide. They are fast, have everything needed there to run tests or imaging, and there has never been a wait to see a dr in any of the times someone in my family has been. Very clean facility. I would never go to a hospital ER again unless I had an emergency that required surgery!','2017-01-03 13:57:40.762000','2017-01-03 13:57:40.762000',5,'Stephanie Keitt','https://lh3.googleusercontent.com/a-/AOh14GhWZnqR8opCTUobeqbqfYXfxZB6-zLJUE-qsMm4=c0x00000000-cc-rp','14567670160750071148',31139),('AbFvOqklV3H-ZDrzKUNPYEz1sadBB3g-myP4ItWBKPfwSkO6WzqROy01uKd4Oz2kGseeSFP61X6D6A','RN Graciela and Tech Kelly were very friendly while maintaining strict protocol','2020-11-07 16:36:27.965000','2020-11-07 16:36:27.965000',5,'Emerson Ornstein','https://lh3.googleusercontent.com/-YPzUQw6MbDg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmVhJIpEZ1iSyDV0AUpvaYqDuOAwQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32973),('AbFvOqklv7p1XsyIRTeuGA7Q7z-NVLHBu6xPW5CabbQJrFi4U8s459-xPnEoJYse9vAy5B0gTQ7D4g','Brought my daughter in to be seen. Dr Yost, Lucas, Kim, and Sherri all took very good care of my babygirl. We will definitely be back.','2019-04-29 18:26:52.349000','2019-04-29 18:26:52.349000',5,'Krystal Willis','https://lh3.googleusercontent.com/a-/AOh14GgTgvelDMZxniUS_dcxpOksH8pNQFCxP82JURFFRA=c0x00000000-cc-rp','3272657195432704501',39877),('AbFvOqkLVOuKO-vXrjRScpw0Rgv4w8MDIa7TaPwfAch0nnQwMFbMq906m2o5JGQ01miMCN4TxjKKfA','Service was very great the people at the front desk mercy and Carly where excellent','2021-01-25 17:45:54.651000','2021-01-25 17:45:54.651000',5,'Darris Lee','https://lh4.googleusercontent.com/-TvF4rJlyeK4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm0DNmOyz9rnibhG87R2PB31nc_yw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',44410),('AbFvOqklvRWrducZ4q6H1j0ZaQkYxntOsFGB2N0WmXz56CaSsw5BgmgS093-xsdTPwrLAYP7wg6n','Best service ever! Dr. Pham, Patricia, Ekaterini. Thank you for your help!','2020-01-24 00:05:00.164000','2020-01-24 00:05:00.164000',5,'Inhome Healthcare','https://lh5.googleusercontent.com/-3e9GE6ffC_M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck591Y08krvG8ezDX-iOxgOhfTiMA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33462),('AbFvOqkLVstyx7oabHG7ayQfiG1KqEezV72pa_lObDU4QsCCcuVshl0llbDyJb-Rua0ckWHUPkuwCw','I’m never going back to military er again!! SignatureCare is amazing. I started my stay with Kat and Alexa and everyone who I saw after that got better and better. Dr. Hemerka was amazing and informative and very friendly. And I’m not leaving out Shade. Everyone here went above and beyond the call of duty. Highly recommend. They accept Tricare! They’re quick and thorough. A very clean facility. They gave me warm blankets! This place is what every ER should strive to be like. Smiling faces everywhere and people who actually love their professions.','2020-01-17 05:26:00.732000','2020-01-17 05:26:00.732000',5,'Brandice Jackson','https://lh3.googleusercontent.com/a-/AOh14Gi5CxvtgPOrOAAiPN-v0vUL66pow3izwbuTzxXG=c0x00000000-cc-rp','2694018788013845459',39158),('AbFvOqkLvWbKu5XR_3f-xD-7htzL_DjaxMeOa7tkGmp2u_l23DmQDh_42r1QO3ofjY3bwdvnLQxhTw','My experience was extremely positive. The site was clean and the staff was respectful and pleasant. They attended to my needs quickly and were very informative. I would HIGHLY recommend Signature Care Stafford.','2020-07-02 19:42:18.637000','2020-07-02 19:42:18.637000',5,'Karen Smith','https://lh6.googleusercontent.com/-xtEsVK1H6Y4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnBHrMBaiFWHkhrq2YWIVN2Vz8A7g/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43019),('AbFvOqklWeHB6yEB5eHLsCSuZvKbGxCZxh8HiSyIj3OENr9LxyVwh20NvFeVicddwJ2DXeW_tpR6lQ','Care was great and super quick!','2019-09-19 20:02:04.990000','2019-09-19 20:02:04.990000',5,'Kylie Reagan','https://lh5.googleusercontent.com/-vuDNII15xgM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl7r7Ubi43y9SotcSRWJulI0QoTIg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34667),('AbFvOqklWjvkL3JIrkUeB1BTslN1QEwvlQ-KNHUsqo4Bs12VW35WEIdEumFxnTCLgMCsHQfxVo6xMw','Friendly people.. clean place..','2020-09-17 22:13:15.677000','2020-09-17 22:13:15.677000',5,'marvin Cruz','https://lh3.googleusercontent.com/-R6KczDMch_M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-vhy6RE2ta3Zluzn3C97-IH7Deg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31637),('AbFvOqklww8HdPNvfbYAQmSH-qOTPM0aMb9D9Sle0F59knFBJzSexgAiuXRlVKnEm6xy2oeWUSlPCQ','Amazing, simply amazing, best medical service I\'ve ever had, would recommend in a heartbeat. Kimball was very friendly and really did care, I don\'t see this level of professionalism anywhere else 10/5','2017-10-15 17:57:28.495000','2017-10-15 17:57:28.495000',5,'Aaron Angert','https://lh3.googleusercontent.com/a-/AOh14Gh9T9F-_upZi5I61iZ-WRf43g7C2BTQyLNH03ZUHMs=c0x00000000-cc-rp-ba3','16590124370714063921',35369),('AbFvOqklWYXoAxF-zi5uMoKPI-1hQWKLjyLjQYSsrITfkJeL-IRviZCktXjuqoXVgob0PPkmUGPJ','Thank you Daniel,Fatima, Daniel, Tanisha ! And dr Patel for your excellent service.','2019-11-27 07:10:49.240000','2019-11-27 07:10:49.240000',5,'Patricia De Leon','https://lh3.googleusercontent.com/a-/AOh14GggnCaZiCg8PVQxY8f1d6H7ASfymbRv7Sair3hcIA=c0x00000000-cc-rp','17898197009688164559',37846),('AbFvOqkLxJZLARSPM8jUN2-C5gdrE817TfsaTSB0vn7B-cnwK6LNZtywcPIoO8q3kgvZinLzSJ-dUg','Quick and easy services by all the staff. Answered all my questions with no problems. Would likely return if I ever needed medical attention again.','2020-07-19 21:44:07.951000','2020-07-19 21:44:07.951000',5,'Alan Sustaita','https://lh4.googleusercontent.com/-VgB8S71pF4o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclnfx19MLEFCpRLup9RnwUBmF3E9w/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31959),('AbFvOqklXq7fcC8SkEtjxpWxEt8qR92rSAp8CB72fV0FuEogby_ybsfkRIgk2UFzQ6MZ54mBWDWI3w','Visited the clinic to take a friend who was sick, every single person in this office was friendly and helpful. The office itself is clean and very accommodating. The nurse who’s name was Gabriel as well as the ER Techs Christine and Chris were all very kind. Highly recommend this clinic.','2020-02-18 02:53:06.796000','2020-02-18 02:53:06.796000',5,'shelby talbot','https://lh3.googleusercontent.com/-kzGDnXQPpnE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnX_2_fYJvHyFIp2y4mJHS1vm9fKg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35966),('AbFvOqkLxXaGECOpCdPhmRkTh0oKn8sUedAimHh4fB9gB2xztsX2_gMkjQWd6QhTWy5MOq5QMMacPQ','This is my go to emergency center. Always so sweet and inviting. I\'ve stopped taking my kids to their primary and started bringing the whole family in, they are quick, attentive and very informative.\nThank you to all the staff.... but recently to the staff that attended to me and my kids\nAdriana\nJared\nElsbecker\nTheresa\nMagali','2020-02-28 15:34:04.335000','2020-02-28 15:34:04.335000',5,'lori bernard','https://lh6.googleusercontent.com/-tWzELidTl6o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckEUeCu7gOPuPZf90UihGyo3kDyYQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41437),('AbFvOqklY1mQJ-h0S4iucnzjBgKqtic2Pf8kBfHMVxfi3RzpcxYyxoyDx1zVmx4iGsf3SxS2eCLJuQ','Great service, amazing staff. Dr Rose, Adam, Linda, and Christine are all amazing, friendly, knowledgeable and great people..','2019-10-28 19:04:53.853000','2019-10-28 19:04:53.853000',5,'Jemery Jones','https://lh3.googleusercontent.com/a-/AOh14GjHUlEwpLTS9v4s1yxuuhXeXMi_X4geZ3I-zMgV_w=c0x00000000-cc-rp','16891069708558046635',36098),('AbFvOqklYB31zYIB4Wja32Zd6KxMJ2zcraGxLvFZH_G6kgHEiNKgQvBRX3P3AvyRzqHOHAasPXWffg','Mollie, Dr. Yost, Mandi, and Carla were great. Very pleasant during a time of concern. Awesome visit.','2020-12-26 15:07:16.585000','2020-12-26 15:07:16.585000',5,'Michael Cutsinger','https://lh3.googleusercontent.com/a-/AOh14Gjj-gs9TxRoUABW30CRhgfeAPTuDJWyRNRyQvaXhg=c0x00000000-cc-rp','3272657195432704501',43902),('AbFvOqkLYfhI8zBpDtxfxpbRfTwKFo4XCq6SPJe1V0CgufRQzSQZ1jNXaiwi4JTxWUNSbkvEwTyZ',NULL,'2020-02-16 08:12:24.251000','2020-02-16 08:12:24.251000',5,'Paula Wood','https://lh6.googleusercontent.com/-FUDXPIkHJlU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckZgMUDBvF3miHp5ihyJvwGhgcFSg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35970),('AbFvOqklZ0nG6zULVR3P09ZkpnjFF4b6vvezmYoEPJig58Soc9MeV07pHGZGLjNWnBCpD1RSlgTDWA','Thanks for the excellent care. I have no complaints. I hate coming to hospitals and this one is pleasant. Thanks Dr Wang and Tanishia. The staff was great.','2020-02-28 05:07:19.714000','2020-02-28 05:07:19.714000',5,'Khalil Abdul Jawad','https://lh3.googleusercontent.com/a-/AOh14GiPnbTmnIUzx5hbDQ5nSgFwCdbfr5Qc3QIxDTDVrw=c0x00000000-cc-rp','17898197009688164559',37649),('AbFvOqklZE_PM_grDIjnQuKoPbYLH2CsUbEqNfxMXeyeZQquN1gWqhe_IwfAnHFolteJ5R6lL0Bixw','Ashley and the other front desk clerk were very sweet and I got tested right away. Very professional and kind.','2020-09-22 18:15:13.174000','2020-09-22 18:15:13.174000',5,'Keith Minor','https://lh3.googleusercontent.com/a-/AOh14GgW9DdyQRvMRRXxEdJIF2YO6AVSyXdCWmrsAL8P1A=c0x00000000-cc-rp','17898197009688164559',37543),('AbFvOqklzkZuDGkEcLpKLeHhhesO8dTybn8DdnFyEkhptn2SQPeGRfOAbLXem0NYYRoQ6wsXZLUAtA','Great medical attention by a great team. Kelly and Natalie were very professional as well as the rest of the team.','2019-06-24 16:54:22.336000','2019-06-24 16:54:22.336000',5,'Catalina Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GhDQOkqNDzWtKMzSECaZwVt_hshHbAeiFM0ciCGcg=c0x00000000-cc-rp','14567670160750071148',30505),('AbFvOqklzM58UvfCKQ_iq0ALlk_WDZ4ldaDc3eMCOaLjeNHQUVWf44zS65LeLeDgXGPjTVSrmSmj','I\'ve came here for my own medical emergency and my partner\'s, and during each visit, the professionalism and efficiency displayed by the staff here is outstanding. They are attentive and want to understand your concerns, being extremely thorough and listening to your complaints without hesitation. This has been by far one of our most pleasant ER visits in my life, no waiting room full of sick and wounded who wait hours for treatment, being cattled by nurses at a major hospital that have no interest in your welfare if you aren\'t deemed a medical emergency, ER rooms that are not maintained due to being overly used.\n\nThe waiting room here rarely has someone waiting because they see you right away, the rooms are modern and extremely comfortable while being well-maintained, and you will always be offered a warm blanket (which comes in handy when you have a 101 fever and chills, as I did during my visit). Even while accompanying my partner during his recent visits, I am offered coffee or a blanket since it can get quite cold in the facility.\n\nThe staff are amazing and do their best to make you comfortable. They don\'t treat you like a number and only goal is to get you out. I say all of this, because I\'ve had many interactions with major hospital ER staff and only a handful were actually pleasant, but I can understand the volume of emergencies they receive can hinder their ability to actually want to make your experience pleasant (this is definitely not the case here, the staff are amazing and you will always have a nurse come in to check on you, not an hour going by and have no idea when you\'ll see someone again).\n\nI say all of this because I trust this facility to always get to the bottom of our problems and do whatever it takes to provide comfort, while being efficient, which can be a difficult experience to find a major hospital in area. I highly recommend any SignatureCare location, but my experiences are based on my visits to this location (Wilcrest/Westheimer), and I will continue to come here for any medical emergencies. I have no complaints about any of my three visits to this location, and is the best emergency care I\'ve experienced in my life (no exaggeration, from Louisiana to Texas, and previous ER experience at large general hospitals, this is the best without a doubt). Thank you to the staff and doctors who\'ve helped us during our visits, you are making a huge difference.','2019-03-09 08:45:43.055000','2019-03-09 08:45:43.055000',5,'Kai Loki','https://lh3.googleusercontent.com/a-/AOh14Ghbx804FTolsztJT6IFNkRmPGAZrCvqpb05apRvcQ=c0x00000000-cc-rp','12541597562633926366',29132),('AbFvOqkm_21mvMcGho1T3mmTef-7sqTNrBrf8dggQ51ZpEFI31RhwTNS3rHhuZPB04knGvpqXS0kJQ','I am writing this review for my Aunt who visited this location during the Thanksgiving Holidays. She presented with vomiting and diarrhea and had to receive an IV. The staff at this location did not even bother to do a urinalysis and today my Aunt is back where she lives at urgent care again because she had a urinary tract infection which has now spread to her blood because of the non-thoroughness of this establishment. She also has an ear infection that was not diagnosed. This is a message for the staff at Signature Care. Be more thorough in your work-ups.','2017-12-23 17:20:15.975000','2017-12-23 17:20:15.975000',1,'Erin Thomas','https://lh4.googleusercontent.com/-7QAKhDeUq4g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUPVnY8boLsIDV1PAtix7FMoalCw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32623),('AbFvOqkm_CNAT-4D9AWmgJR_JOSlnVr4OVycjxnrYtQUVVm1-enrvDqXB1MUDW98Z9A1kTzCHnosQA','Came here for covid-19 testing, everyone was very nice!','2020-07-19 23:13:20.299000','2020-07-19 23:13:20.299000',5,'Charlie Jones','https://lh3.googleusercontent.com/a-/AOh14GhST42ty9tZ0uLInbpnwKgwbK7WIUC6cpMn6vRH4ng=c0x00000000-cc-rp-ba4','14748677429039074158',31953),('AbFvOqkM_N3QqgXQV-ZK8NJwpjtzvYE7sXc0Ok1SjHc5MbZGASKIVdcjPfhaZO2-NpYs62nuG1_HGQ','Horrible service 8 hours to get a rapid test. Then they won’t call you with the results. And when you try to call they never answer the phone...','2020-06-16 17:36:25.694000','2020-06-16 17:36:25.694000',1,'Hedi Marshall','https://lh3.googleusercontent.com/a-/AOh14GgUSsWyCDN_2KE_AFFXZeHa8Licu2cWcz5xQGpf=c0x00000000-cc-rp','17898197009688164559',37601),('AbFvOqkM-1hk_s2wAtNdM4efFJnWn3mcXGdzypKDLTfUEkfi2LuoUP_cwBKHzxF52SivKunTAM8hew',NULL,'2020-08-02 01:08:31.601000','2020-08-02 01:08:31.601000',5,'Morgan Mouer','https://lh3.googleusercontent.com/-E_Dg-RrT0DQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmE5XcwrP1NV2AHB4njuuiY4MIx6Q/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32293),('AbFvOqkm0c4Alb5NUNtDAG-UGdDw4cNtS8HJ6P_bf8ARvww2pPdCgNqm08dZzHLrf8La9E24-BFK','Came in at 7am on a Saturday and was taken care of right away. Dr. Kimball, Nurse Ashli, Carolyn and Aileen were so caring.','2020-02-29 15:33:00.236000','2020-02-29 15:33:00.236000',5,'Tiffanie Smith','https://lh3.googleusercontent.com/a-/AOh14GijtJ6MRzbJG_FEdNZw86hlZ9dsieaP3cN1MZ0MX9o=c0x00000000-cc-rp','16891069708558046635',35947),('AbFvOqkm2-PEplOzSiStt4YnCcHdJvH3ZpjkngR7jh2U0cZfU9rzvjhPZAm-ekz-k1ADA2Tv26bfxA','Staff was Very friendly and helpful. Quick checkin time and welcomming staff. Special thanks to Fatima for the the blanket and snacks','2019-12-11 08:15:55.930000','2019-12-11 08:15:55.930000',5,'Str8 Business','https://lh3.googleusercontent.com/a-/AOh14Gj7jcrzmkA8dViEDLfygA36oYlZiaifRJbTh4xm1g=c0x00000000-cc-rp','17898197009688164559',37810),('AbFvOqkM2JL1pcNYkDatnT4XihSPpWoHlL9cUxNjVfC9qL41Xdg4QLN4uArQ9QfJVU_TFRFB3oOz','Omg first off I tried to call several different emergency care centers and all I got was rude people on the phone I called signature care emergency at Montrose the lady was so nice she even text me a Google link to the maps very very friendly the whole staff was friendly they\'re nice they\'re caring and they try to help you with your problem anything that they can do to help you they will do it and they get it done. I highly recommend this place because they truly care and it\'s clean and the staff the staff staff staff I give them 10 stars','2016-05-09 19:16:24.904000','2016-05-09 19:16:24.904000',5,'Tamara Beltran','https://lh3.googleusercontent.com/a-/AOh14GiyTmefDvjzpxMsPzQsHE-LOdTtMfc6L90j-wvrCA=c0x00000000-cc-rp','3511292162159714121',41233),('AbFvOqkm2x4cUx4EaxAwRdJuCl47X8OIdy4YGSO0tTjOlAkRv2ngD9gLPKxLDyLu3EsRjMr3Kqu95A','Great customer service from Yamileth, Ed’s and Jorge. I was in and out so fast! Very satisfied with this urgent care!','2021-01-16 15:25:32.367000','2021-01-16 15:25:32.367000',5,'Karen Ordonez','https://lh4.googleusercontent.com/-GJ4AUtR7ug0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7cVLeDRSTqz2rQN03HsaInRuLXw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',44556),('AbFvOqkM3fhqSjkerKKfldUPzta_dtuXUX7T8jgBPneeMB1tYMgj4LpQy33fxDGUzSJWah2yeNgbZA','Thanks you so much for your care today. Thanks to the front office staff Tanishia for your help with everything. I can’t wait to come back. You guys were hilarious! ;)','2019-10-25 03:21:27.712000','2019-10-25 03:21:27.712000',5,'Miwraplatino AZ','https://lh3.googleusercontent.com/a-/AOh14Giq_56kd_if-hRFRjRx_AEXmI1jemVJQ79qv781tvE=c0x00000000-cc-rp','17898197009688164559',37924),('AbFvOqkM3HFaADYnuwFwQ2nPmj16F0j4AaQbIX27zmzWWdYJqOfO5B5kb6KgM3swLvd1gm9oQ85uCA','Fast','2018-06-06 08:35:59.655000','2018-06-06 08:35:59.655000',5,'eddie & vet','https://lh3.googleusercontent.com/a-/AOh14GhAJXh6no3O23rtvjHwS_KpxZvh7pS4X_xU3x6j=c0x00000000-cc-rp','3511292162159714121',40934),('AbFvOqkm3XXXQWipLLVRFwoKP3Q9tqWQfmxq7S4h6j04EtEWf0xuuUEEtwXo2aGM_No7DwfbXEg1Ug','No Waiting','2020-09-28 10:06:43.312000','2020-09-28 10:06:43.312000',5,'JOHN OYENIYI','https://lh3.googleusercontent.com/a-/AOh14Gh8GxAzB1zqoCt-UEiV9jFYpYp6lTCdJVpxg8HC7Qg=c0x00000000-cc-rp','17898197009688164559',37529),('AbFvOqkm4BXZ_SkZ-f2Bsy2BX8z6HL5sYBGzOZDY-y17ENgGYFmTqXAzOVwrxmxfqq92zcQwKkjk',NULL,'2019-08-27 17:36:17.199000','2019-08-27 17:36:17.199000',5,'Nora Marroquin','https://lh5.googleusercontent.com/-__A9GZgIcOw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclvgFBGcHN4TwTO8O9HwLpsp5cdEQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',34021),('AbFvOqkM4LOrL33eeZ9r14ne-etn5Dxx363dEwDgcQtaBl-EtmYLfoFzMbZNOCuXUKrzHOr1Z1EsFA','Had great experience and was greeted with smiles from receptionist, Ashli Burton and the stay there was pleasant with attention from everyone immediately.','2019-02-19 18:10:22.604000','2019-02-19 18:10:22.604000',5,'Laura','https://lh6.googleusercontent.com/-KkO2aYNzchM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn9boRsBn5XoofdHAr-0SMhijPPqA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42143),('AbFvOqkM4O7Wdzmsnj9Llx4RpbQwemBwan4twYdS1z079OirVAC5NCErfIp7_8M-jFtETeWXvqhcUw','Service was quick and easy. Everyone was also very professional and nice.','2021-01-21 06:12:12.966000','2021-01-21 06:12:12.966000',5,'Big Texas Twins Lifestyle','https://lh3.googleusercontent.com/a-/AOh14GiLOx3LPIz4FebPG_6YD0ZCBMsvndfua5P2Ida_QA=c0x00000000-cc-rp','16389487648212004696',44486),('AbFvOqkM5pnsbNs0a5QEyUdLss-z-KNIztuLO770FgKYIr-8vdgoW6FrMELagGRpBTpcCSb36clu5g','Beautiful facility! When you hear about heaven this facility is the area before enter into the gates of heaven. Alvean, Tricia and Dr. Nguyen were excellence in caring for me. The front office staff made me feel like I was checking into a hotel. I was in so much pain upon arrival but within 30 minutes I was feeling better. I highly recommend for any emergency care.','2019-05-30 19:15:00.178000','2019-05-30 19:15:00.178000',5,'Kathy Manuel','https://lh5.googleusercontent.com/-sezFZmFoACc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1W6YgqsNZkKNoeDmBIC2WoKOFJA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkm5slSlstRbfQRPYKbNn5HFOyjPFKuvin3amNuUj_eaP7TffXa8lUN_1arUtTKMOJ5Z-O2xw','Got results back quickly, staff was helpful and informative.','2020-07-18 21:01:03.504000','2020-07-18 21:01:03.504000',5,'Zach Christgau','https://lh4.googleusercontent.com/-JGMaOzw4aYE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmMn_fJsL1jWPRwJkbmc5bMngx4pw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31990),('AbFvOqkM5VNBNbnvS-SzprCvct1PHI3puyQH5t09rC-tTBRwXLIvsAJZwzl7Y3T-YEcbMS15WLlBGA','the staff was so friendly and helpful; they saw me immediately and handled my hand injury quickly, went over the treatment plan and helped me relax. Very clean facility and caring, helpful staff. 10/10 would visit again.','2019-05-03 13:13:26.692000','2019-05-03 13:13:26.692000',5,'Julia Z','https://lh3.googleusercontent.com/a-/AOh14Girn1vAS7V2IXgqC1TYK5WT5lcRlnVG1R5UBaZ9GQ=c0x00000000-cc-rp','3511292162159714121',40589),('AbFvOqkM6PQqMSrGWEwEXA38ipI2sjygCmcEFYeS2lR6yDOm040kS2iV6hge69KpQoGgBZ8FxwXE7w','One of the best ER in Odessa. Always so clean and the staff is always so nice and prompt. On my last visit Andrea the ultrasound tech was so sweet and nice. She made all my concerns come to an ease.','2019-05-28 22:50:27.804000','2019-05-28 22:50:27.804000',5,'charity galindo','https://lh6.googleusercontent.com/-w7G5Y6CsTe4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn9B5EM5rJhfgs9-DFivoboKuvG-g/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41713),('AbFvOqkM6uuvQtSh5JZH9H9q8SxNwtHgcilG-50GtkhtVhj2x8vZEBZO9Cd9sHtmYognXOFmXrdfHA','Great patient care ā¤... Can\'t forget nurse Katrina, Cheney , Therisa\'s smile and Dr. Pham OD','2019-10-27 02:10:28.720000','2019-10-27 02:10:28.720000',5,'Emmanuel Sitamon','https://lh3.googleusercontent.com/a-/AOh14GgQXk-HX3BnqxY50DNueHPU2eKNklkN0I4PqqMywA=c0x00000000-cc-rp','8679688254631342173',42625),('AbFvOqkM728I6d6VWOetD_VacBL2OQJs8mT9JqhLDwX43Qxx2rKad6112Yzl6VFbzNbxRzXbXnk5WQ','ASHLEY S. Was amazing upon arrival! Everyone was very helpful and provided snacks and drinks.','2019-08-14 22:21:57.868000','2019-08-14 22:21:57.868000',5,'Kelsey Davis','https://lh6.googleusercontent.com/-XYR15oV10ZM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnkUlCaq29OQ3x7KRdJdvZlM2wYgw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38030),('AbFvOqkM74JO-nOE3thB0N7NPReAqJwsu6dYtzHuqeSP_vlr-OQ0XLzWv7XkmX2RqmUXyFGDu3ze','Awesome place! The staff got me right in and was incredibly thorough! Everyone from the person that checks in to the Dr. was really friendly and cared. I was even there during a shift change and the next group was just as friendly and helpful. I did not meet a single person that was not caring or friendly, which I have never been able to say about a business or medical team before. I appreciated them being so nice and making me feel cared for. Thanks to the nurse Hannah who really made me feel comfortable and welcomed. I would rather need an emergency room in Texarkana than any where else after my experience here!','2018-11-27 15:45:47.237000','2018-11-27 15:45:47.237000',5,'Candice Hill','https://lh3.googleusercontent.com/a-/AOh14GgAJ-9CIaZMV_uy0vtJCvfSqht-Fi8kPdXoOuJ1CQ=c0x00000000-cc-rp','3272657195432704501',39998),('AbFvOqkm79EzTDd0q-qL2saYx1ukY5osNzU4lHM7WYF3hnAC2NourcaJkv4JrsSgxVb1njwY9s-CHA','First time coming to Signature Care, and it was a pleasant experience. We were welcomed by Sindy and Angela at the front. There was no wait time to be seen and everyone was very nice, especially Selina the nurse. I would recommend coming here if you\'re ever in need of an emergency room.','2020-02-06 21:33:15.109000','2020-02-06 21:33:15.109000',5,'Ulises Montes','https://lh3.googleusercontent.com/a-/AOh14GiaYJyk4gh74qEpJCL2yP8t7vBtff_1yG9OAl9_6Q=c0x00000000-cc-rp-ba2','17394740196501090048',36637),('AbFvOqkm7dH1YPncOzOYGbaeiju4ZIg9fG3QD8nIIQJMd0kGqVOZZ2ojhqF8qB6kW8qf4ZnGvlDraw','Very clean and friendly environment amazing front desk Charity,Molly and Mandi','2020-12-27 16:38:34.661000','2020-12-27 16:38:34.661000',5,'Hunner Chase','https://lh5.googleusercontent.com/-u4D1SHXb51A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclP1MWkObFhwgxgvJjdI-vXEDoxKA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43954),('AbFvOqkm7NgtgW77wOD9sgSKggF26DT0GVDqhJ9m2LDpm8TX3CdTNRnrRxXzw8eVi57m5HbIXEyxmQ','From the gentleman directing everything to the guy who checked my vitals, and the dr were super nice! It was 4am and all were energetic and nice! It was a great experience besides the circumstances ...','2020-07-16 12:25:34.726000','2020-07-16 12:25:34.726000',5,'Jessica Guajardo','https://lh3.googleusercontent.com/a-/AOh14GjBKEnLuUyfLPN-15XBKlU8JSw-j6G3CCpQLFSdgdo=c0x00000000-cc-rp','13486358490203335051',29362),('AbFvOqkM7s61A-tna0jA-wj4yx1L7YR_C11yY40t0zh1PSX991Fdavw_Bya3i5W94s6ActxOXK3PXQ','Awesome staff and dr\'s really took good care of my daughter as soon as we walked in. She had to stay over night and they made sure we were comfortable throughout the night. Highly recommend them.','2019-12-18 02:10:37.364000','2019-12-18 02:10:37.364000',5,'Miguel Reyes','https://lh4.googleusercontent.com/-5tTC-tBtkOI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclh8Je4qYkY1HpSh5RhnYWA1PcIpg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41515),('AbFvOqkm7YgbZDRjdD4VPt0sVtEECaRdquRZECDnAJxQki6HzV9KYrpsfOj29Vpkduw8MPskveKAKQ','They were caring about the situation I was going through and were quick to get me in and taken care of. I would definitely use them again.','2019-06-09 21:02:18.596000','2019-06-09 21:02:18.596000',5,'Shelbe Stein','https://lh5.googleusercontent.com/-rc1ZI8dxKQo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnClxgzRUBciPleNaouJMk_UIfJmQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41704),('AbFvOqkm8AA4RBVX-_3DmNPsUc8jbgen_pjD8qCefFokBRMR7LY1uCHmxhyNzJuqee6PHHhNh_CySg','The whole team was very professional, quick to assess, and took great care of me. The facility is top notch. I highly recommend coming here!','2019-08-31 08:55:51.881000','2019-08-31 08:55:51.881000',5,'Madison Welch','https://lh3.googleusercontent.com/a-/AOh14GiAIDGp-vqsHYtxomO3c3enrSju8A9Ytc1BMdMJrA=c0x00000000-cc-rp','13486358490203335051',29681),('AbFvOqkM8DVwWzn8XndvtXTx1kTnCIw7jIzWReUmhuXxNmRR3yQIHzfmhMFPatsWR3MQIlVQ03v3','For the following staff:\nMs. Gabi\nMs. Casi\nDr. Jolly\n\nThank you so much. I truly appreciate the time and care that you put into making sure I got better. You all are exceptional!! Truly thank you!!\n\nFor those seeking treatment for illness or sudden complications come here. You pay for what you get, and here you wont be disappointed either way. I dont go to hospitals or doctors often, but these guys and gals made it smooth sailing and a pleasent end to a horrible evening. Thank you again!!!','2019-10-14 16:04:30.004000','2019-10-14 16:04:30.004000',5,'Xmortious Devini','https://lh3.googleusercontent.com/a-/AOh14GjVbBacLQo2ydFbZ2Zc2owNXYR28Mbo9gTack4_sg=c0x00000000-cc-rp-ba3','2694018788013845459',39241),('AbFvOqkm8uILQ2T2CTU9TPTrbSjN-H01fNW_rcWYI9Z5uHIixdU_5uBnTYXRdxvY95b1AtJK1_AcEg','Dr Leavitt & Nurse Dana took amazing care of me. They spent the time to listen to my issues and treated me not only efficiently and professionally, but also were incredibly kind and empathetic during the whole process. I highly recommend them.','2020-10-30 13:14:06.681000','2020-10-30 13:14:06.681000',5,'KimberliGarrett','https://lh4.googleusercontent.com/-FdsyqTgW4bc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnFaihnpn1aj_qnOiycXYTMD1hj5g/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32181),('AbFvOqkM8VCYRkqmdA3M8oUlhzgVdDTg81bS0UPI8bjQ-VfHiimI5eKzvbmHKeIqtQWVviMlk3U-','Dr. Morrical, Maryann, Irvin, Laura, and Lisa made us feel at ease when we brought our toddler in. He had fallen off the bed at our hotel and we wanted to make sure there was no internal damage.','2019-09-15 01:35:47.263000','2019-09-15 01:35:47.263000',5,'Stephen Pinkerton','https://lh3.googleusercontent.com/a-/AOh14Gi06oJXZqslu-8xFlgvi5iCdpkzqtNILBrNmPsfdQ=c0x00000000-cc-rp','12541597562633926366',29022),('AbFvOqkm9EYpsoCKMoV2Y4mRs0ZZVcwQkGWyCq2XYJK7KB7N3DbBI02EFslvTd9tJVXmgNvk5mqJ2w','Terrible place called the number posted for Covid testing but apparently it’s a call center that doesn’t know what is going on at the given location. They say you can drive up but apparently you can’t. The left hand doesn’t know what the right hand is doing. Tried to make an appointment inside for testing but you can only do it online. So if you are elderly and don’t know much about technology you are screwed because they can’t tell you if they available to help. So thank you for nothing.','2020-07-10 22:40:06.756000','2020-07-10 22:40:06.756000',1,'Daniel Gutierrez','https://lh6.googleusercontent.com/-dvBBKShdOsc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3gTiJ7WE8akp7-CW2TIe38NNS2Q/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43004),('AbFvOqkm9tUdm756MN9ypxFYKEI3-a0avFSipRX09hyT8GaFAi5xk8WdNzfs3DIZ9S8mjnVaIv0VCA','There is a lot of flu going on here in south Austin. My youngest daughter received a positive indication that she has the flu. Of course my oldest daughter a day later, after 5 PM, decides to tell us that she think she has the flu and was in a very bad place. Most of the urgent care centers nearby had already closed. We wanted to get her attention sooner than later so we chose 24 Hour SignatureCare Emergency Center. Let’s just say it was the best decision we’ve made. From the time I called them on the phone to see what the wait time was, which was 15 minutes, to the instant we walked into their lobby, everything just felt right. Every staff member was incredibly kind and patient and welcoming. The lobby was very comfortable with complementary beverages and snacks. They got us in to see a doctor before I even finished the paperwork. Every staff member to include Dr. Elsbecker, Christina, Jesse, and Edward compassionately tended to my daughters needs as if she was their own child. Nothing but heartwarming care! Even though my daughter had negative indications of flu and pneumonia, she definitely was fighting something and they gave her as much medical attention as they could to make her feel better and get comfortable. It was a major transformation for her in just two hours. Thank you SignatureCare for taking care of my baby! Youā€˜ll definitely will have our repeat business!\n\nFor the record, I am the type of consumer that reads a lot of reviews but rarely ever post a personal review. Last night my daughter and I walked away with respect and admiration for how well run this facility is! A five star review that I genuinely owe them!','2019-01-31 17:20:38.020000','2019-01-31 17:20:38.020000',5,'Travis Haley','https://lh5.googleusercontent.com/-DJuME4ODz_s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnHQTLcbnKCzzDnzDnx9E4L2H3rZQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36286),('AbFvOqkmA7z3hb4AlquMTf_L4HGcXsRLEizS2uVPlkgPN7RmKFRXLS23wZhJkx45kLI0mOovC0yyrg','Excellent service! Mrs. Erica was awesome! Tanishia was very sweet!!!','2020-10-14 09:13:38.950000','2020-10-14 09:13:38.950000',5,'Elizabeth Abercrombie','https://lh3.googleusercontent.com/-fmKj5TTDM4Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckcS8flhkvSqEsVDwmo2XCTJ58ciA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37506),('AbFvOqkMaeROycg6EuLiPHSGBFSJofchCO4cawDu2gh4dGizRTU3zidEKJfy7A9Za2JTVg72KHTx','Service was great! Kim, Sherri, and Lucas were all excellent!','2019-07-23 17:40:16.098000','2019-07-23 17:40:16.098000',5,'Emily Fuller','https://lh5.googleusercontent.com/-tfvE8mbX2cc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckQB8XMOBu_fEz_obSaqKELOq5n9g/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39836),('AbFvOqkmakFD4qQWd04FvROOKyB1wBh9KBTpxRpv9_6gxpYaB6s4AErxKsEiSEyeZEtm_inzQzSxyQ','The staff was awesome and very patient friendly. They took great care of me and was very tentative. Dr. Hemerka, Cody and JD was awesome. Love the staff personalities','2020-08-03 22:14:28.965000','2020-08-03 22:14:28.965000',5,'Yolonda Rector','https://lh5.googleusercontent.com/-S15Fh42hNQI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclKslx61nkr8-bzDftmUFMbQfs9sg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38648),('AbFvOqkMaN91hb8_A2nVMDx4pW_-KhmZNT2esrbtqCTFpSQva4SUmyAPgIgTV4PdQGvglhF_W938Nw','keily at the front office is amazing','2021-01-24 18:29:49.776000','2021-01-24 18:29:49.776000',5,'raegan smith','https://lh6.googleusercontent.com/-LVii9bZNJnU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3FH1IF3MmlaiST9DiiAoVK9TwbQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',44686),('AbFvOqkMB93kRha3-eh06fUNNPSFTWfaFiUCMwBSXrl-w1UTwU5E8lHsq6bYJyWBKD7GdBCnssvz','Yesterday I went to emergency center. I\'m pregnant too. I was really scared something wrong with my child and me. All the pain I was going through on my stomach. My boyfriend and my friend was freaking out. The pain would stop. Not even two seconds I was there. Call me to back. Nurse was kind and friendly helpful asking me if I\'m ok. Solve a problem . The two doctors I had super nice. Mrs. Edwards taught me life lessons. But she solve the problem for me. Over pain I had. My health more important than job. I would come back again anything happen. Great people and worker. They are place to go.','2017-12-09 01:59:58.004000','2017-12-09 01:59:58.004000',5,'Tytiana Jones','https://lh3.googleusercontent.com/a-/AOh14GhYhgos6tUBl7HMPa07FFbRikoC9uEFsFYrMg4i=c0x00000000-cc-rp','17394740196501090048',37018),('AbFvOqkMbdKd7sGKf_4GmS__aGl2KwA3c1I9A6j5T9MCQwIjKD0QHS8LG80BeygX9fhr5UHdNxqx',NULL,'2018-05-29 10:32:10.298000','2018-05-29 10:32:10.298000',5,'Aaron Newsome','https://lh4.googleusercontent.com/-7-yb2EGQeTk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnHx2mAIcwvJwapMTzUr8D0wQldfA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32577),('AbFvOqkmbdRAaBPjfgg_0rvBDY8S1EfVPXyRa-cgJfoLcXDpGhmC879rUJOgnDUJ7_qH7yvp5hM85w','Very clean, fast, and easy. Super friendly staff as well. No problems with anything at all','2020-09-13 20:55:52.387000','2020-09-13 20:55:52.387000',5,'CastnCalls','https://lh3.googleusercontent.com/a-/AOh14GiNHhGrCFRQSPz0AoabJSikkwpgthdgrx_k6spX=c0x00000000-cc-rp','16590124370714063921',34163),('AbFvOqkMbGjTMDmph-3lylw5jB8bExRXHbB7T7B0rBwmuZiEIVEMCAZ25vRICslNs0pyW_qcmDos8g','I came in with chest pains and I was seen immediately. Brenda at the front desk greeted me with a smile and was genuinely concerned. Once I was taken to the back, everyone jumped in to make sure all my needs were met. Naureen, thank you for your excellent bedside service. All of you were great!!','2019-07-26 22:17:22.016000','2019-07-26 22:17:22.016000',5,'Tracy Arceneaux','https://lh3.googleusercontent.com/a-/AOh14Ggrga9ORBmFC6ltCo2Ywk7a8tmNRZlLi1rjNWWx=c0x00000000-cc-rp','3511292162159714121',40478),('AbFvOqkmbKs587iLEIhQxfX4SbMP4ogSinCM1LN1CKK9SWV0TYfWLZ_JeBw15Tg10cIN621ShiUN','Keera was super helpful and understanding of my conditions when I can in feeling really sick ! I defiantly recommend !\n\nPlus they are fast !','2018-11-08 05:21:50.255000','2018-11-08 05:21:50.255000',5,'Izamar Favela Estrada','https://lh6.googleusercontent.com/-W06u7N-WzvE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjG-HkH94Tyv-LiZ_CUMiXHtMJOw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35113),('AbFvOqkmBmKDxgTt1IrLCRzorMoPA6ViAkItbM_TxvUdSnvZrP0tIr2bRzKJCHCfz5l-AaI5x01eHA','Received excellent/prompt healthcare from Clay and Chelsea.\n\nHighly Recommend.','2020-11-22 15:34:05.845000','2020-11-22 15:34:05.845000',5,'David Gedeon','https://lh6.googleusercontent.com/-0Zb1mPHvFYk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl_t-8xd9Z2JNzBVle3SM7sPRx6Ng/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35566),('AbFvOqkmCCsCYxAXp0oGbAEh16O6-WF5KH989OhELolIzv8Loa90NrFJzhkpGOx_4EmWlt1JP7E7Gg',NULL,'2019-02-28 02:49:17.930000','2019-02-28 02:49:17.930000',5,'Crystal Greer','https://lh6.googleusercontent.com/-oa5ZuXKyBUI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmMchxvKgJU3B192u-_lJoZbM4Rug/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkmcEoT21qbebOcI5E2ajLh0ztwz0CvTMCevX9BJW5IFYPX9IrpRGAWrAfmqvGwueOmUavy4Q','Super nice staff and easy to check in! Lorena T and Victoria P made us feel very at ease.','2020-07-31 18:29:41.071000','2020-07-31 18:29:41.071000',5,'Amanda Wayland','https://lh5.googleusercontent.com/-11E8MCsxlBc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckwwBd13vl64fl1syHzEXRJUQlp4g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34215),('AbFvOqkMcJx8uDFhX4qxCioC0rGRDHYXvsgD6YHlSEPQFA1nwz-2GuJ3WWbcJkSBXXnF9RewRdR4','This place is amazing! From the receptionist to the doctor every one was so nice, understanding of my pain and they did a great job , quick and very effective. Was my 1st time there and I was very impressed with the professionalism and the services they offer. Thanks to Dr Giancarlo Soli, to Rachel, Rafael, the receptionist and all others . Keep up the great job!','2018-07-18 00:49:28.032000','2018-07-18 00:49:28.032000',5,'Doris Silvera','https://lh3.googleusercontent.com/a-/AOh14GiZl7bLqceaBgrUjZ7XwY5yhUsCv5IoTKRukt3JKw=c0x00000000-cc-rp','17394740196501090048',36931),('AbFvOqkmDHed9kHMZ7Te9jAk4Zuvc8SHHO0KbPVqOv1SAo2MWC1zkrj_fTTvgxHhGjW9-yPW5kQL','great service, quick & easy process','2020-10-30 01:12:18.036000','2020-10-30 01:12:18.036000',5,'Kaytlin Simmer','https://lh3.googleusercontent.com/a-/AOh14Gi3AGQyXUB93Eeea-cGERo0glNMnGKVsAB7Wtz4bw=c0x00000000-cc-rp','16590124370714063921',34085),('AbFvOqkmdjQh67ozvuyhSZ-AxeQAkW4GCYT-1iBvITZAtHWBG585LECSAdYBvbFZNZpkCinsxKLR','The staff was great thanks to Ashly for your help.','2020-09-21 22:53:00.032000','2020-09-21 22:53:00.032000',5,'Tom Baldus','https://lh3.googleusercontent.com/-IiMeeuGJ1aE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclIHPMZg3qCnbqdk1uXO6DsJ9iO4w/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37545),('AbFvOqkMdKSRTfMLidA5xm3_ivZGH-T3xXWoCHvqRbkC1UzTEgDse-v_956VqnL5-dtjhGw5fl_K','Stanlisha and keily was great!','2020-11-22 14:47:29.221000','2020-11-22 14:47:29.221000',5,'Jeremy Robinson','https://lh5.googleusercontent.com/-f0MQ__FYjBA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVyIL_7Xr0aw5QCLpefu2rQmvUZg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41825),('AbFvOqkmdRISFlGPPJxvqylWZ1IxUf8UYxt29Caj3UdKabMpSu1bswu-gNKDkJfcu0720_SIMp2BlQ','I came in with severe abdominal pain 3 weeks post op a gallbladder surgery. The staff were very attentive and quick, they addressed my pain and talked with me about my symptoms and history.\n\nThey are very good with patient communication, and my doctor Dr Appiah was wonderful. He addressed all of my questions, was very kind, explained everything that was going on, and really went above and beyond the call of an ER doctor to try and figure out what was going on and how to best address it.\n\nMy nurses were Alvean and Tricia, they were both incredibly nice and I really enjoyed talking with them.\n\nI highly recommend this ER!','2019-10-11 12:19:54.472000','2019-10-11 12:19:54.472000',5,'Amanda Stewart','https://lh4.googleusercontent.com/-d7eBUhJWsBc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmTvOrlNv8-cWRowxTbTZAF_vj11Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33882),('AbFvOqkMeGwVtMU1L9FDB7ehtBeEgAzssUjn09I9oN_9E5deWS4g5hdp6OdZCLobDcoPhuH4SunuKA','I was a patient here and even though I was feeling horrible they made me feel great. I would like to thank Dr. Yost, Lucas RN, Sherri Rad, and Kim Regis. I hope y’all come here if y’all ever feel bad because it is amazing here. Hope everyone has a great day.','2019-01-21 19:45:33.756000','2019-01-21 19:45:33.756000',5,'Aaleciyah Brown','https://lh5.googleusercontent.com/-BFjO7QFAru0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckGbM8yz8QMRpumw_ANQCBzfpzIVw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39951),('AbFvOqkMEN2_hoCM0PCzfOPGpDQPTcScUadg97EeKHaR1UojbnaySTD-SFcxObXzEdlZQWZ17dge','I had A great experience here! The registration staff, Lindsay and Monica, were very nice and were quick and helpful to answer my questions. The nurses and doctors I had were easy to talk to and very professional.','2020-07-23 02:25:26.044000','2020-07-23 02:25:26.044000',5,'Sophia Lin','https://lh4.googleusercontent.com/-she2yc_fiPM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckEy-awrRfy325gce0e__f1i429FA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34273),('AbFvOqkMepevbZLKlbmj3m3ZS5bTbn1L94hbb0q7t_5caCTAl6R_MNi2yoGnEU8pz_CrSUnPx8bmAA','They were very helpful to me. They listened to my concerns. They made me feel welcome.','2018-04-07 20:47:11.015000','2018-04-07 20:47:11.015000',5,'Nicole Payne','https://lh6.googleusercontent.com/-8FDMNK0PtH4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnBIKkv8WQitrd0yMFZDk6yRKHUjw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36414),('AbFvOqkMESQ4ToB2sWo0tbU1GJDgQFyQjMQ0vMqG83fcpDlpvAhx1sgCOUO373cUWxurtxfJ8wmTHA',NULL,'2020-07-08 16:06:26.698000','2020-07-08 16:06:26.698000',5,'Tamara Bryant','https://lh3.googleusercontent.com/-rKIaPlpVuFg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmr0klljE3udtC5qYSkI387ZB51JA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28605),('AbFvOqkMETQflf8hsQWf8Pg70psTmRsOA2c2L1rtHLNNQZe4Lk9xhOBEMo2uwbXszwX1WeOI15pI9Q','Brought my stepson to get checked out. Quick service by staff Abigail, crystal,Megan, Kimberly, Anna, and Dr. Pham. They were great!','2021-01-02 19:34:40.397000','2021-01-02 19:34:40.397000',5,'Crystal Flores','https://lh3.googleusercontent.com/a-/AOh14GgRU6k-Isgy208oaxoZWS-TGhcNV-pKLuHyhqAa=c0x00000000-cc-rp','15979470999169074295',44199),('AbFvOqkmeTrUcsulDb21U8UQAoq_mKzTTO8nGeKfkqGwb435fPGOxrH60lD-iRzRKTV-W7oCSHBfXw','Dr.Daniels\nNurse Rollie\nRad tech Natalia\nRegistration Stephanie :)\nThey were fast and gave us valuable information šŸ˜„','2020-03-09 01:44:37.133000','2020-03-09 01:44:37.133000',5,'Leah smith','https://lh3.googleusercontent.com/a-/AOh14GjP_xkZfRnnRdhZFFKeBpZIKJFEUHMkvzahh9Va0g=c0x00000000-cc-rp','8679688254631342173',42392),('AbFvOqkmF6pOiUNc7Q6KVN6eH5Ub8fL7HffhZtXBnDNt-6P9X7lJxC84h7tM-xmFv0k_wd8qEUhCzw','Best place to go','2017-06-21 21:35:10.647000','2017-06-21 21:35:10.647000',5,'Samuel Almeyda','https://lh3.googleusercontent.com/a-/AOh14Gg6CMn-soOMbn4sjppKsDGmkuUQXuUyxURdDPJXmA=c0x00000000-cc-rp','17394740196501090048',37129),('AbFvOqkmfdsWjouhd2gDzR9bQHX-KrhSukQpgw5PfoE6m3Sr4DW1U-juWKonRWpGVgEXjzDBGedesw','I had a great experience there, even though I was injured badly. Dr Tran, Matthew, and Nurse Brenda provided excellence service. They even called the day after to see how I was faring from my injury.','2018-06-01 07:27:50.072000','2018-06-01 07:27:50.072000',5,'Tabotha Menifee','https://lh3.googleusercontent.com/a-/AOh14GhlRzByu8MtuXlB599ig8DLDYClFKB5hjkbQWV2jp4=c0x00000000-cc-rp','8918455867446117794',43390),('AbFvOqkmfHHmldlMUwl2UVZ9y93DZ7k9MppGACCoPrE9EYL3ZVd0WrjpSEOxlY5NkrA1MVuuWvzjXQ','I had a very easy experience. Kevin was my Medical assistant and was very thorough in explaining my upcoming tests.','2020-10-05 19:18:56.334000','2020-10-05 19:18:56.334000',5,'Carolyn Solis','https://lh6.googleusercontent.com/-BvGYGq2IQYk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclL-Dr4kDk1ctLRlePwkUqSc_0RDw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31558),('AbFvOqkMFlQ7DQxVfIBz6RzIi7bOuHNKp-JottJ7A_Oxy_amy6rO2by0AKbG3zIZaAHu8EiMU2sP-w','Great patient care and really friendly!\nChelsey was really helpful in answering my questions. Signature Care was speedy and Dr. Miller was attentive as well!','2020-12-30 00:43:26.928000','2020-12-30 00:43:26.928000',5,'alexsandra trevino','https://lh3.googleusercontent.com/a-/AOh14GjzsqLrh210s6uvblwC0Gasl1KNMmbAysmCrxZmBw=c0x00000000-cc-rp','16891069708558046635',44127),('AbFvOqkmfoUkAg4SggRRIgiugkqSlogjhF4W9TpwGJJHx_WnYPRXzgOdLxAP7fKkIoWrMgFHgUVKaw',NULL,'2020-06-22 18:31:32.607000','2020-06-22 18:31:32.607000',5,'Aguilera Johnson','https://lh5.googleusercontent.com/-1Mk_8oSyfTg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclPYjVfzlUzkPFF0k2il3VZ_CHO3Q/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32067),('AbFvOqkmfQ_WFhSUQCr9kd1XAAAt4g8GbuN78l2C_mpP9NrbD7n75FI42iLdBmHSxR0uAsxad50I','It was a nice and swift experience; Patricia registered us in nice and swiftly and the interior and cleanliness of the location is amazing. The entire staff was friendly.','2020-02-14 22:28:13.150000','2020-02-14 22:28:13.150000',5,'eshanti Lewis','https://lh4.googleusercontent.com/-tJD5hkbDbec/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckecI5msXe5r6yFDlih315FAPmUrQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33367),('AbFvOqkmg-YnzSoP62HU9GVxQ3eDfOV8Hqr78QRiqS30CvVBhJU2A-ZjwDspgfDfEv1HNAxF1e8Ghg','Took care of me good','2019-07-13 19:47:38.751000','2019-07-13 19:47:38.751000',5,'Broden Newman','https://lh4.googleusercontent.com/-5b6zTXtM-ww/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckyOcssaIJ8F7NFbuPaX9Sr3B5bFA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38077),('AbFvOqkMg2rUvdnTLqFQ-IBF4e7cUUXzm3856-IOsi-wXRFkEkLbi-crcTMyJZUXkRt_U_yKKrjGpw',NULL,'2019-02-12 19:06:00.646000','2019-02-12 19:06:00.646000',5,'Krystel Woods','https://lh3.googleusercontent.com/a-/AOh14GgGrqo5dU1iWeoGOWNEE-_tCaIzlzI7evggOROd4A=c0x00000000-cc-rp','6521947413723274945',41769),('AbFvOqkmGbpZdtdBkzW8lBGsPO5FHC_9XvDVzOtEsBkuu7HjBGoBSgZcyt4YVA9XaG7wuk7m-H5a9Q','Everything and everyone was great!\n\nTech: Shelly\nRN: Ericka\nMD: Hasan\nRad tech: Fatima\n\nthey all were prompt and proper in helping and attending to me, and got me just what i needed. I appreciate it!','2020-09-23 07:16:38.767000','2020-09-23 07:16:38.767000',5,'Young Santiago','https://lh3.googleusercontent.com/a-/AOh14Gita1_GcOmK5cfqthoTOWXCEmje11YrAb-U7K09IA=c0x00000000-cc-rp','17898197009688164559',37542),('AbFvOqkMgC9Ag8FoFGxZJj9xkm2XkAZ-xMpVx9b50fp9TBhyy7KLcMhUOjhxahAs8sLwgN-PX2585w',NULL,'2020-02-25 06:07:01.952000','2020-02-25 06:07:01.952000',5,'Sheanise McCardell','https://lh3.googleusercontent.com/a-/AOh14Ghclxbob8PuytVOSuNScAC0GKdLaWW9Plo4Awrjmg=c0x00000000-cc-rp','14567670160750071148',30227),('AbFvOqkmGDQ-NDmXePtHuf8MJkRBLc6QzpeqsoYfBoY4anEGrLERLgUHa9iwc14I3QI6M051L_n2','Upon our arrival we had a very prompt greeting by Luisa. She was very nice and thorough. We didn\'t even get to fill out the 1st line on paperwork before we were called back. Oh and the facility itself, incredibly clean and very very nice. Snacks, drinks, coffee etc. When called back by Jessica, the radiology tech, she was very personable leaving us feeling calm and reassured we were in good care. She offered me, not being the patient, a warm blanket. So nice! Nikaela, the nurse, was great. She drew blood and my husband is a fainter, he didn\'t even break a sweat. She also was very knowledgeable and put us at ease. Then there\'s Dr O\'Malley. Wow, he really went out of his way to explain every possible diagnosis we could be looking at. He was not rushed, we felt as of we were the only patients in the er. He truly made us feel like VIP patients. He even text a colleague about our situation to confirm what our next step should be..and got us in for a follow up quickly. I can not say enough to describe how pleasantly surprised we were with our visit. What was a nerve racking situation in the beginning, turned out to be a better than we could have ever expected. Thank you to all the staff at Signature care er cypress.','2019-05-28 04:17:13.093000','2019-05-28 04:17:13.093000',5,'Christina danley','https://lh3.googleusercontent.com/-xhsp7L1Gwic/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVmfb5T7stFi_X3aUy1GmsGZ32rw/c0x00000000-cc-rp-ba3/photo.jpg','16389487648212004696',NULL),('AbFvOqkmGjpOMEu6ct3s384d8OK2E69T8NzQnrYBTDY-jLksboiospIdSAXSZ_q_R8Hlki5HsKdX','I just want to say the moment I walked I was so very welcomed by the front desk. Ashley H. Made it a very easy and fast registration process. I don’t think the girls get enough credit for always getting patient back quick and taking care of everyone as fast as they can. Thank you Ashley H. Registration rocks and thank you!!','2019-12-20 10:06:46.145000','2019-12-20 10:06:46.145000',5,'Maria Gonzales','https://lh3.googleusercontent.com/a-/AOh14GhMRLOvPbWn2CFKgu8lqvPewHQ3NnA3tF_JMchA=c0x00000000-cc-rp','6521947413723274945',41512),('AbFvOqkMgrjto5fU0Q-LCgXTDLVBGxJZKflzJKesnOnplnJa_UaLd8RYYC0GeuAx9yEt1ULf35eNmA','Thank you to the staff at Signature care Emergency Center in Texarkana! Dr Ashbrooks, Rn Lucas, Sherri and Kelly were efficient, thorough and caring! I will not hesitate to go back!','2019-03-03 18:41:31.423000','2019-03-03 18:41:31.423000',5,'Teresa Wake','https://lh3.googleusercontent.com/a-/AOh14GifYzKvu27ofM67749IZiU87N0Stw_X4zeh33KQ=c0x00000000-cc-rp','3272657195432704501',39904),('AbFvOqkMGXSZpFjKIR4QwzjAS8nIDW_cg8jwmdlsUA0eKtsi-XFVVCCBiM74MbSzhQmCzoTDWsWg','My second time coming with a medical emergency. The staff and doctors are all on point. Alyssa and team took GREAT care of me! HIGHLY recommended!!','2020-02-07 16:43:07.126000','2020-02-07 16:43:07.126000',5,'trevor glover','https://lh6.googleusercontent.com/-H7HRE8gU0wA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclS7uvXYqDNpICKIgbO7pu4WefHsQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43109),('AbFvOqkMh-R2avZl1s3-0yRGsYwfLrdyHBthUXM6Ulo9aKvkuIne_q86_cFVfy35eQITXxm5h1gy','Amazing, amazing. I would recommend for anyone to come here. Dr. Vakey is very nice and thorough. The nurses were helpful and comforting. They are reasonable and they don’t do any procedures without telling you first. No surprises','2019-05-22 17:46:04.062000','2019-05-22 17:46:04.062000',5,'Amanda Essoh','https://lh6.googleusercontent.com/-VT2r-fLL13w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucliG7yxcOdxt_lJvsETBgxPm-HhrQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34846),('AbFvOqkMHI0U1rQq-ELDL-PuSs4ni-UUyZQIAi6aUel5JEym18gXX_1-7eylsNoYucETOYMUfSNKTg','Best staff all around!!! Thank you everyone for always making us feel so comfortable and taking care of my entire family!!!','2018-10-13 00:54:51.494000','2018-10-13 00:54:51.494000',5,'Ivan Longoria','https://lh3.googleusercontent.com/a-/AOh14Ggs5QRTX2SwKu0uAcvRMTtcrL284RciZwdKxOiKqMA=c0x00000000-cc-rp','14904078213800803294',32534),('AbFvOqkmHyty7D2Qq6NNAaXbWdf4da249WkA4VHNpaXIsZLIQXHhdf9Eqd6DnP-pvinl4BI5zxJHFw','Alvean great nurse, great customer services','2020-10-14 20:12:12.823000','2020-10-14 20:12:12.823000',5,'Jackeline Garcia','https://lh4.googleusercontent.com/-TDgjLrbzmL0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnzHLl7ujgj2Nnq20cE_fH3_Rf-sw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33156),('AbFvOqkmi8V0ArsXnrOtJx6ame7ZKI6Q_PSXgQbYqTA5wHPtD4giUxgSNwtunYWC3gZIIz5g1BMG','Nick was great ! Keep up the work !','2018-08-11 17:59:29.176000','2018-08-11 17:59:29.176000',5,'Aeriel Holiday','https://lh3.googleusercontent.com/a-/AOh14GhX5w9a4IiqB7WwW50RvlVmKIwPOXIDXK5cQRT8zQ=c0x00000000-cc-rp','3511292162159714121',40867),('AbFvOqkmiCgXZ1SuVmn1OVr227Z771Y-82y_Lo4gY2nDs-zhAJMK7eeFI1vbkm4EXcCYqYzUU9Bu',NULL,'2019-09-14 15:07:40.122000','2019-09-14 15:07:40.122000',5,'Nelson Sowers','https://lh3.googleusercontent.com/a-/AOh14GgVKm5UInOyPfYqIghxgei4WEIzj5P2rq4z1YqGMA=c0x00000000-cc-rp','8626688543755174284',42004),('AbFvOqkmicKbcxGvVKtTocV_itMBN8XdmXIsY4XoMloZ6C3T6Vw7t0rxMnfu3zDuA_BvEbCVxjQt','Everyone polite and speedy response on everything!','2018-08-16 01:50:15.214000','2018-08-16 01:50:15.214000',5,'Anthony Broussard','https://lh6.googleusercontent.com/-aPRHMtU3pN0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn0OBhtP6aOXQzdjrmULn--h44Uxw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30784),('AbFvOqkmIcr7bAyzOcigHtgca-l_En3alz2PJrkN4_diqZWjG1sbolSzOQ0ErTlBjrKNr5b4tI6Bgg','My first visit here was amazing, but my visit today was drastically different. From the moment I walked in, I sensed that the staff didn’t want to be bothered with me; their tones were dry and nonchalant. When I was explaining the reason for my visit, the person taking my blood pressure was extremely condescending and treated me like I didn’t know what I was talking about, even though he was the one who didn’t understand what I was trying to say. There was one person who was helpful at the end, but the overall experience was still negative.','2019-02-28 00:15:42.988000','2019-02-28 00:15:42.988000',1,'Victoria Jones','https://lh3.googleusercontent.com/-Qwdwu6TeF1U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucntJic5fO7yQa_Nz9-Onqp6W7jCSw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32493),('AbFvOqkMiXGu1jXnTvGbsn0hToyBqsQlpUeNC_4AP19VzPxXCOq3157vLcc9XYc-xftYlquilLfu-A',NULL,'2019-04-05 15:33:05.843000','2019-04-05 15:33:05.843000',5,'Barbara Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GjO7LQOXGhOfN_aE0iUybIc_VPQGJhJ3aeBKl7Z=c0x00000000-cc-rp','17898197009688164559',38221),('AbFvOqkMjVXv_XPnlpoqSrAzM7i1_pJvhzMQhhMnPTZrtZQlIhgc7P2sfEmYAls8allNsgFqNJVsWA','The service is fast and friendly. My dad always goes here and they take great care of him','2018-12-04 22:09:02.939000','2018-12-04 22:09:02.939000',5,'Kasey Speyrer','https://lh3.googleusercontent.com/a-/AOh14GgEyhran19Qc3bd1popMq1lT89KcfLYRFbCIjYCqzQ=c0x00000000-cc-rp-ba4','14567670160750071148',30669),('AbFvOqkMKeIyvc9C0GUuaRIP30pNmCDVYiCfnyNUJ17NfKjcyZ4YQ9wjxhh35WQ3CPRiYZ4uFID7eg','Jessica and Shanna were amazing! Extremely friendly and understanding. They put my worst fears at ease and helped me with any questions I had or concerns. Nicest place iv ever been too! The doctor had great bedside manners, very efficient and understanding as well. I will be coming back as a repeat client!','2019-07-03 16:24:17.698000','2019-07-03 16:24:17.698000',5,'Clarisa Ciriza','https://lh3.googleusercontent.com/a-/AOh14GhP7Cic6wHQ4lIFFaP5JqrWM09AL3xmclWk5KIQ=c0x00000000-cc-rp','6521947413723274945',41674),('AbFvOqkmKhnpxsNR0hr9-2qEJTQi04nzN5aZ8oUT-_0PdkicCsbO44z5Cf67_U7CJp6m07O4jNBmkw','Friendly staff. Had a to wait awhile but overall was in an out in about an hour. Dr Angela was very friendly as well','2020-07-18 20:22:53.649000','2020-07-18 20:22:53.649000',5,'Nathan Pinto','https://lh6.googleusercontent.com/-mXqRkRJYjvc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnqVGNk-kaIFQLhUaOVeWoPFXdJvQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31994),('AbFvOqkMLHwjIw6sQ0AWCP6jas8mZwsRlDtSPvjKLYKQ-dIKntjhE1sB3Dv6GBIOBf4UmZ7LSkKhkg','We had a very good visit here at signature. Courtney was very polite and helpful, Mollie was very attentive and kind and Charity was very very knowledgeable and friendly.','2020-12-27 19:42:21.889000','2020-12-27 19:42:21.889000',5,'Callie Walker','https://lh6.googleusercontent.com/-8Al8-G9Znhc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVYXp-4fVUq5tId2Q6diCeM8CIJw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44004),('AbFvOqkmluZ-0XUrhUT_FN7ZU6vPCeEetTOoYRaz0f9qLJI8j1S1KFpcQ1XrLJSJEYprp_WmylWl','Great experience','2018-08-13 22:11:56.032000','2018-08-13 22:11:56.032000',5,'r g','https://lh6.googleusercontent.com/-A3x8FrqozMo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmCcaCWBk1Uj6cm7t63cSDb6-0P9A/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40858),('AbFvOqkmLZBvOC1VI1VUrDnXVDYJlH03bnaZbF8eJc8MGhx8Ha0orA__dAMeHbqWboJTOgtvbkg0EQ','The Signature Care ER was clean and very welcoming. All staff was kind and gentle. Valor, Julia, Jesse and Anna made me feel at home and comfortable. My COVID testing was rapid and I would recommend anyone with symptoms to stop by this location.','2021-01-03 20:05:07.713000','2021-01-03 20:05:07.713000',5,'Tonya Robicheaux','https://lh3.googleusercontent.com/a-/AOh14Ghkbvgh5XPQLXilGL0lYFQZt_WPdMsFglPAZPP-=c0x00000000-cc-rp','15979470999169074295',44302),('AbFvOqkmM7_8pQj8vvNjD4xb_-Z9W-YOeAxXJGeMRVI7RzIySclXa7yBu8hkO7RuIHio67WNpZQh','Kendra Front Desk- very nice and helpful :)','2019-11-17 15:14:12.004000','2019-11-17 15:14:12.004000',5,'Grace Cocheu','https://lh3.googleusercontent.com/a-/AOh14Gj2ZitmD7i9f-NiClZt2wO9VQ-qIvVscSp5bFOCmw=c0x00000000-cc-rp','16590124370714063921',34563),('AbFvOqkMmciHsAtoOuCK_ECAAnIXBKjRIvdUQMNjsHyJivG4JkTNHX4Q3Iq8b-wTw8QyeYidssZeTg','They had really nice area for those waiting and Rebecca V. was very accommodating','2020-01-18 07:54:16.339000','2020-01-18 07:54:16.339000',5,'Sophia Pearson','https://lh3.googleusercontent.com/a-/AOh14GgTeI2obAi_az6YfARJK-n478wh51SUaSRnOl7dmA=c0x00000000-cc-rp','16590124370714063921',34438),('AbFvOqkmmeGTwvjhsvOW24wN5BC_-B37tlWC8uX1uiyTdQnn9RTIvOx52dtGAL1nFU9sQ_llZ38v','This place is so nice and clean. Christopher C. did a awesome job taking care of my girlfriend!! She was so happy about how fast and nice this place is ten out of ten stars if we could','2020-12-08 02:14:50.203000','2020-12-08 02:14:50.203000',5,'David Trejo','https://lh6.googleusercontent.com/-uHRJYUxWOM4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclT6lUg-5kEIeJrz-5EqZyCS2IjVA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',29995),('AbFvOqkMMF_dbrZ9PxJBe5TUwV82PyDSkms4xRrs-8IZEdS01C8pOEfdwTVWcXPrCbtrcKJQMfeY','Everyone was awesome','2020-02-18 18:21:20.167000','2020-02-18 18:21:20.167000',5,'Kristen Vasquez','https://lh5.googleusercontent.com/-JquE75SCcXY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnUAFpC6B591xPztfmbbSGAui7zCA/c0x00000000-cc-rp-ba3/photo.jpg','8918455867446117794',43085),('AbFvOqkMMj9V_QoByYjCwkUloqGwIVcKwRuIbOlPTqG9W1wlxEht1IELapJwTa7EdZOmY_c_sJP-OA','Dr Smith Cynthia Aaron and Jessica were great','2020-01-30 18:22:45.720000','2020-01-30 18:22:45.720000',5,'Sheandrea Eaton','https://lh5.googleusercontent.com/-sKT6or9SXNo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclAvi726fXASbUcerRtmMJk1Bsg9A/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32357),('AbFvOqkmMSp8B_roneYqszFqmuNrA_mMYkhLv9vHFUK0WXwYyrBoy6iLeBAl1l73nLuwb3GAf3tf2Q','Dr’s and Rn’s were so nice!! In and out fast.','2018-10-04 00:17:15.886000','2018-10-04 00:17:15.886000',5,'Kris Guerrero','https://lh3.googleusercontent.com/a-/AOh14Gic7iXGBIFR_SHGNaaQuGq2tXe8BHDSTV_-WAr2eA=c0x00000000-cc-rp','14567670160750071148',30700),('AbFvOqkmmTJNgjUsYXPP0MQKV7oo5FhXbsX76znjcSREHhmKrYZaULJc1ypWth3dtSvEiJYUGgdzow','Dana, RN & Dr. Sylvester at the heights location where great! They did an excellent job very well educated in their work and very nice and friendly... best service I ever had !!','2019-09-16 13:14:48.592000','2019-09-16 13:14:48.592000',5,'Serpio Horne','https://lh3.googleusercontent.com/-fstunTHn17A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckc8-lxJZeqUjFejXQN9n3ZEZ_rrg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30456),('AbFvOqkmMXzRuTdq23FFbYoxWeH_CAzjJsOc722sfUE_MGIdBWfgl_x-ljIsN5eWbcM4kdvqJ1mZlA','Service was great! The receptionist Kendra was very helpful and catering!','2019-11-07 15:12:16.286000','2019-11-07 15:12:16.286000',5,'Trey Dimas','https://lh6.googleusercontent.com/-3xOECsDk1hA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm9MXWQJdMhBX9FcORYzxoyZ65g0Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34575),('AbFvOqkmMZLIbOvUmOhOzl_gGFDqLOdacNHjh033I9fRj0D_M0Irto59oVFivnhp6fWRAHsQpKd4Eg','Briseida was very sweet and is a great conversationalist. She made me feel very welcomed and comfortable!','2020-02-20 00:58:10.737000','2020-02-20 00:58:10.737000',5,'That Houston Teacher','https://lh3.googleusercontent.com/a-/AOh14GgEcSoB8MtY9RAGcyrnDS9vyoE0T7Z6meCXr-CKLQ=c0x00000000-cc-rp','17898197009688164559',37682),('AbFvOqkmN6BJnT5wXfrGvMbqyzSUtighpp9OK_jUUJNBqxhZtlkc3WIvwUiHoGwp3_yfe9F4kQt4Pg','Everyone was very friendly from the front desk, nurse taking my vitals and the doctor who came to see me. My visit was quick and they listened and treated me with care. Definitely a plus!!','2020-07-08 00:15:43.870000','2020-07-08 00:15:43.870000',5,'Michelle Buchanan','https://lh5.googleusercontent.com/-drd7BPlt0uQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDt7-UdtV6_djtL4BbVlUUUHtWKA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37589),('AbFvOqkmNLNlMA7KswK9eJ5pk0_N3PKxJn0RLg1UWrOiI7LIB8ZL5TVX0-Ew6x1mRzT-kwcb95Bz9g','This place is great! 4yo had ear pain at 11pm on weeknight. Took here and they saw him right away. Very clean and professional. Made out LO very comfortable giving him stickers and talking to him. I was tempted to go to a \"children\'s\" care center but glad I can here. Highly recommend!\n\nOwner - may be worth making it known you are so well setup to accommodate kids.','2016-06-16 16:11:13.283000','2016-06-16 16:11:13.283000',5,'Chad Brown','https://lh6.googleusercontent.com/-lrAMgFapf-8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnPnhobnxAL_PGvY_hQtImU_VojsQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31230),('AbFvOqkmNo5ilPuhSr_B0n6583fKeBLYIUifigjw-L29naMDwiWDi7KBpg4uQURRX3s_KpjBERtr','Kendra was awesome! So helpful and so sweet! Definitely recommend','2019-11-07 21:15:32.168000','2019-11-07 21:15:32.168000',5,'Isabela Dominguez','https://lh5.googleusercontent.com/-9JWUYkfcQpw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmN-0Ci8fl4gDNRN6a8JGz45zdT4A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34572),('AbFvOqkMnOOpsjo5x7qa9dVvh1I3TplRItBVRL_2-pwOR507AmV21Bkv5JeuPG-m3LH6YilrdY_8sw','Great people great atmosphere the receptionist Samantha got us in quick','2019-12-09 04:14:17.491000','2019-12-09 04:14:17.491000',5,'Rubi Cabrera','https://lh5.googleusercontent.com/-UfD-n8g7xgQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnNeSFL00i9OruxniOtmhrxZIcqHQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30399),('AbFvOqkMo9TiLi3PBoKl95Kx3WG9vSYG5qiUxrT33Do15EuB_a7MsfWnGWh1lr0Rtm6k354t3TVkTQ','Mercy, dr.garcia, and Blake where all so kind. Felt very welcomed and they helped me as much as they can!','2017-02-24 17:31:23.938000','2017-02-24 17:31:23.938000',5,'Alexandra Umanzor','https://lh3.googleusercontent.com/a-/AOh14GgcvI1xZZ9uLTCWUQN7YhnhEE2CIavJCmTi7Fh1=c0x00000000-cc-rp','14904078213800803294',32724),('AbFvOqkmoBWMn5Ho2oAu811aKqbMMJxDwTQXCsPofBnRNXjdB7oFBD94ajc8BoT6cM-ys3g0a5l85Q','Signature care emergency center here in Midland Texas is one of the best medical experiences I\'ve ever had. The registration person Maria was very kind and awesome and welcoming. The nurse Krystal was also very nice welcoming and very helpful and very professional when she was helping me. The radiology Tech Sedoni Was very knowledgeable and explained a lot to me about what she was doing which made me very comfortable and reassuring that I was in the right place. She was very kind in seem to take her job very seriously and explain to me what she was doing. Doctor Huerta Was one of the nicest doctors I\'ve ever seen he helped me understand what was going on and gave me all the information I needed to get well. Andrew got me all checked out it was very nice and also very knowledgeable by explaining to me my medications and where I could go since I was from Ata town to get the prescriptions field. I would recommend this urgent care to anyone who comes to the area and just found out and was also explained by Andrew that there was a signature care in my Hometown and Colleen Texas if I need any other type of emergency assistance I will definitely be using signature urgent care in calene I want to thank you guys for hiring such great people in staff to make me feel comfortable and I hope that others feel the same way to because they are actually good people thank you again and God-bless','2019-02-04 18:08:36.585000','2019-02-04 18:08:36.585000',5,'Ljean 254','https://lh3.googleusercontent.com/a-/AOh14GjyWuvuaO70kkMnh9tZqlHjCWkFEFu6H7KzmGHo=c0x00000000-cc-rp','13486358490203335051',29911),('AbFvOqkMoXe_1QuhibWbCa7sGMj3UcV3als8oSJreFj0VomQISA0qRVoeG6NeruEQj5SsRgh0aCn6g','Excellent care provided by Dr. Leavitt, Nurse Jani and Radiation Tech. Marcus. Jocelyn got me checked in fast and answered all of the questions I had. I definitely reccomend anybody to go to Signaturecare for their medical needs.','2019-08-26 19:42:43.680000','2019-08-26 19:42:43.680000',5,'Thomas Davis','https://lh5.googleusercontent.com/-PIrVfKketF8/AAAAAAAAAAI/AAAAAAAAABw/AMZuuckwX2TeK6d_k5YZZOJJ8RVlMLBN6Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',34022),('AbFvOqkMp3O1cH706jtspn91N0VgVBpfzSEGjNkw6yeVZjJhYJq6m2CaDJ_qLsv-IZvSbSUet_-XMA','Dr Yost, Shelby, Mollie, Kara,and Gunner were all amazing today with our trips. Thank you all for being so caring.','2020-06-10 17:52:43.634000','2020-06-10 17:52:43.634000',5,'Savannah Fuller','https://lh3.googleusercontent.com/a-/AOh14GhEnSLsIKvNSRU7t53EHE00tjTvRzzvCPWGG-EDRA=c0x00000000-cc-rp-ba2','3272657195432704501',39551),('AbFvOqkmqEPNyE_TYpzx5uzfumHWObeDev_9DrI8B-0hDjmdC5Hx0lmI0ZmhhPlqI3ekAeUZB4f-vQ','This was my second time coming here and both times have been great. I was taken back almost immediately both times I’ve been here and met with the nurse and doctor within 10 mins. I strongly recommend this place especially if you live near by. Everyone I’ve met here is pretty friendly!','2018-07-28 23:24:38.640000','2018-07-28 23:24:38.640000',5,'Alyssa Waltmon','https://lh6.googleusercontent.com/-BsKvZqclatE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclooYzjys0iVTN8ZAo_VtKSOuLEJg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30799),('AbFvOqkmqytqd-hnWdBKJm19teVHLA11dUkQpszWp036ZByHp1g_ijv5urrp8em8QeWvAiLQX1L5tA','Such an awesome experience. Everyone was helpful, I got in immediately and Keera, Gabe, and Stephanie was extremely attentive! 10/10 recommend and will use SignatureCare again!','2018-09-01 06:40:54.316000','2018-09-01 06:40:54.316000',5,'Abbey Riggs','https://lh3.googleusercontent.com/a-/AOh14GhO_nnUMkPk3ywM41qQU7H5DWX5BCyr9_AArTiz=c0x00000000-cc-rp','16590124370714063921',35205),('AbFvOqkMR9YzBiHYra1FSk3jaAWuL0DXrNhR9g3JXdYSui4rtd_g6P6g0khVlbXYWTtgc9olSZFt0w','Signature Care Bellaire was an excellent choice for care. I am not from Houston and I didn\'t know where to go. I am so happy I chose this location. Everyone was very nice. The Receptionist Delicia was warm and welcoming. I had to stay over night and everyone nurse, and doctor was very kind. The X-Tech was really nice also. Everyone made sure I was comfortable and went over and above with excellent customer service.\n\nThank you Dr. Soli,Karen, Delicia, SonLE,Rolanda,Christina, X-Tech, Ultra Sound Tech, overnight and anyone else I forgot.\n\nThank you,\n\nTee Reed','2021-01-24 16:02:14.684000','2021-01-24 16:02:14.684000',5,'Coach Tee','https://lh3.googleusercontent.com/a-/AOh14GiyJRES6DoM32JXuEKOsY2tupYleFwNm7y7uq8XIA=c0x00000000-cc-rp','8679688254631342173',44712),('AbFvOqkmrgoLQx03BA749ZiZKLqDwST0Z5Ke_sOE8jn8WMKEYj48R10px5xgDP3cTGsO7bjaklQP1g','Very professional... Dr. Wang along with Laura, Jacque, Norma, and Gina all made me feel comfortable. I feel that they were very sincere in trying to help me and I highly recommend anyone in need of urgent care to go here.','2019-02-18 20:49:46.655000','2019-02-18 20:49:46.655000',5,'Jay Murphy','https://lh3.googleusercontent.com/a-/AOh14Gi5m653Vqm-j3OVgQvYhf4GkCPP6gIfZZhcs7Rtxw=c0x00000000-cc-rp','3511292162159714121',40640),('AbFvOqkMrpCNJWOXPIW8Qm4PiEEZHNhURJawk8HAT-w-FTYgRx8tGAIycuDrSEiz7m3k1bxH7KWiCA','Experience was great! Lisa made the paper work easy as possible. Jose did a great pain free job at drawing my blood. Allison and Leah completed blood work fast. Dr Huerta was very professional and informative. I would definitely recommend this emergency center.','2020-05-31 15:10:31.290000','2020-05-31 15:10:31.290000',5,'Rodney Hobbs','https://lh4.googleusercontent.com/-TOSDhnP-xz4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1kYJc1E2TiI9scborFqycb59KnA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29390),('AbFvOqkmRr2WoNZ6O98A71_6j4lJS70Pa4JEqe1TspBGqVaLd44B0X4z2tocBwYXdBK-Ru35yTBF','They were so attentive to my child when I was a complete mess. They made a stressful situation a calm and easy situation.','2020-10-08 20:55:10.174000','2020-10-08 20:55:10.174000',5,'Andrea Meraz','https://lh5.googleusercontent.com/-d0nEAEJtYco/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmhmBgoH1-0-Bu2D5HYO4SOoeDGNQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30069),('AbFvOqkMRRIXkIRHOEJ0B3HA6XLq5pRECFJczVI9A6t0jhyKX0mfzOBw35GrfBS1PGS3zjFocVupMw','Everyone was so helpful (Kendra, Remmington, and Dr. Daniels) and I was in and out quickly. Highly recommend.','2019-12-08 16:04:59.747000','2019-12-08 16:04:59.747000',5,'Elizabeth Hoffman','https://lh6.googleusercontent.com/-Hg6YSEnpq6k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclpErAECRVZo8dfurx6BEL1fYa51w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34511),('AbFvOqkMSgvSbrRUF3FmQ6zoOTbD8ZjxuWE8fSQyiokyDO5tHAeuHevkWfKnvlF_1G5edoT9JtCfUg','I came here because I had a staph infection. I was so scared coming alone since my mom wasn’t in town. I am coming here for every emergency I have. Everyone is sooo nice! Dee and Brittany at the front desk are so sweet. I felt so cared for. They reminded me of like those kindergarten teachers that make you feel protected lol\nDr. Sylvester attended me and he was so sweet as well! Made sure I was not going to die like google had told me!','2018-12-19 16:45:51.624000','2018-12-19 16:45:51.624000',5,'Paola B. Castle','https://lh3.googleusercontent.com/a-/AOh14GhO_RJRPxUwMeFpqeRLknGXQInQNVOGnP5tB4r7=c0x00000000-cc-rp','3511292162159714121',40779),('AbFvOqkmSKmKYWhh0v87uMkKJZuzox7ASW7Oi84x4_yZ92aySvDe5O8vjSjBFNlnyMegiCSSXmKy','Irving and Marissa R was amazing with performing COVID Testing on my 2 and 4 year old. Thank you so much for all that you do!!!','2020-08-07 00:17:48.003000','2020-08-07 00:17:48.003000',5,'Traniqua Smith','https://lh4.googleusercontent.com/-KEWrtVpt4QI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclwzzuNElgbEGSL37x9JjqujpXtrw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28579),('AbFvOqkMsm5CXAGAIm379VArglnNBlBtv5bZDxt-RImRRiStvsFbVoq3vrzSiBLU5UzurO-SUhIt','Awsome and fast. Tricia, Jana, MaryAnn and Dr Harjai','2019-11-23 19:11:28.176000','2019-11-23 19:11:28.176000',5,'Spencer H','https://lh3.googleusercontent.com/a-/AOh14GjSJnQLnMN_kypLMhXIQ5cxBpz5bGt9zuHGjYaX=c0x00000000-cc-rp','16389487648212004696',33693),('AbFvOqkMSzeifPouY9fFDi49C6N1lIH3hmI-GIP0lDpIp0dFQ_RpoatOsXrQ9V7GlY_t0-y8eU_NkQ','This is one of the best experiences I’ve had at a clinic. Every person I interacted with, the doctor, nurse, rad. Technician, etc., was very kind and helpful. I worked with Kendra at the register, was treated by Dr. Vakey, nurse Jacob, and Jacob the rad. Tech. Each individual was enthusiastic, respectful, and kind. I was treated in a timely manner despite the business of the clinic and I would definitely recommend for anyone seeking medical treatment!!!!','2020-01-18 22:05:49.133000','2020-01-18 22:05:49.133000',5,'Arianette Campos','https://lh3.googleusercontent.com/-sM5W3QSLXDw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnLgFEaRD5M4USJDMsKrH3Ao-WSBw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34431),('AbFvOqkMt0s-eAuY7N93_tePWlfMevQ1JXjLuIs3-KxsTKFyx40RGU2dssPkSojvWnl1pIANcb5H','The doctor and nurses were very helpful caring and polite passionate funny attentive and had an amazing bedside manner. Confidential safe and clean environment up-to-date equipment policies and procedures follows HIPAA OSHA and proper PPE regulations. Really enjoyed my time here was very helpful they helped me feel much better, and oh yeah and the additional wait time is slim to none! Best Emergency Care ever!','2016-11-20 23:47:53.266000','2016-11-20 23:47:53.266000',5,'Sharecca Thomas','https://lh4.googleusercontent.com/-0p1DxySwOyA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucngH2_31e7iBzetiUb180LBnzL1kw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37265),('AbFvOqkMTbaHW4FaFUC63EIId6R0hfrvO0N3jhyuOkpGxm9N8D-jAGC_RFwnPS1lWqyWl1EvrUhKpQ',NULL,'2019-12-20 07:03:43.849000','2019-12-20 07:03:43.849000',5,'Ashlyn Bunch','https://lh4.googleusercontent.com/-kF_D9gBYuCM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclex_9j7fbvQDFQoPLPcNGkBB5yXQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39748),('AbFvOqkMTmwkaJpzvOBky0fVEnSipH4vY45ToycnaezhJ1G5unP49ySLb3turVEK_QedmelBBzhWjw','The staff are always very friendly and knowledgeable. I appreciate their attention to detail and clean facilities. I would recommend this ER to anyone no matter what brings you in!','2019-10-26 19:41:35.475000','2019-10-26 19:41:35.475000',5,'0-60Videos','https://lh3.googleusercontent.com/a-/AOh14GjSg0EZKFoBfo6a5-u519jw-QFXMkBAiVvXhaq7hWw=c0x00000000-cc-rp','8626688543755174284',41992),('AbFvOqkMTWvNOjKTJmUohFIXqgwc4VKhqMry4zHbdy6UdHcLe7OwHuPChKu2SYbXE3z224m2lzJdMg','Staff was very friendly and attentive. In and out very quickly.','2020-11-23 14:40:09.153000','2020-11-23 14:40:09.153000',5,'phil1044','https://lh4.googleusercontent.com/-C_pnqYP445s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn3YOOmvt06tqyAgnjGZpFcI4UqCg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31325),('AbFvOqkMUrf7NuRbnSoHdHMkr9_AIKdviQS86hLhYdUT4CwjNGvghi-cxI4xLlVWbRVtmzcQATzkkg','Our nurse Alaina was very helpful and great customer service','2020-09-29 15:17:05.599000','2020-09-29 15:17:05.599000',5,'Ernest Williams','https://lh5.googleusercontent.com/-qpeZfnoNd-4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckpVlfLrhgqLO-M79qBDa7YGleJfg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39504),('AbFvOqkmusQ2TWJUrnunQ40Ch-C3OMfspsjQ6g8REH3lItYlr6Cl2lgECIHJnC2CI7qx3eucq-sUUA','Amazing care, my father got sick and for the first time we visited one of the emergency locations, wow they took care of my father AMAZINGLY! Extremely professional, and super friendly. I highly recommend this location, Dr. Young was amazing. The check-in wait time was incredible only waited less than 10 minutes and he was in care, by very friendly and very professional nurses. It\'s extremely clean, very comfortable waiting room an awesome place to take your loved ones for medical care, Thank you šŸ‘šŸ‘','2018-08-07 15:45:23.397000','2018-08-07 15:45:23.397000',5,'Jose Hernandez','https://lh3.googleusercontent.com/a-/AOh14Gh1DeZoMXsyeyndl3q2JOJQj_-8brotKcahftTGPt8=c0x00000000-cc-rp','17898197009688164559',38368),('AbFvOqkMvc_gLvYjrOHjnyBslPQzx_fANKh4DEFmgUQfOFIYHltPnbmbDwf3dibww44cuU76gR-F','I had a good visit with this place the people were nice and I would definitely recommend people to come here','2020-10-25 20:39:24.723000','2020-10-25 20:39:24.723000',5,'Josue Navarrete','https://lh4.googleusercontent.com/-65oWFG9pjck/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmkNI6CMwFtIt-B58o5bqXYaLG2Jg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31462),('AbFvOqkmVoEABG47E693MLH05p7gEhYK-5rtXcDRS72LaqzMCep1yjW9qy_Iofyb1bDjGgiaUM6HSg','Very friendly staff Tanisha w. Was great and very helpful with registration and Dr. Thomas and the nurses jaime o. And Carolina E. was very helpful and nice.','2018-12-05 01:40:14.407000','2018-12-05 01:40:14.407000',5,'Hitmannsam gaming','https://lh3.googleusercontent.com/a-/AOh14GjHF_U2T9L25qIfRkBbG98X0Wel1v36hcUXxWFffw=c0x00000000-cc-rp','17898197009688164559',38358),('AbFvOqkmVx6u7C_WUfxKExfSV4BVMosQA2AoCX499OGygv-6lmhs8Hqt9uoOBJHy_zcFqCjx7FAGow',NULL,'2020-11-08 18:43:17.658000','2020-11-08 18:43:17.658000',5,'Christopher Jones','https://lh6.googleusercontent.com/-qG8_eBJLx-c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-iqv_nldljgc8YSsjtKk7JrCcQg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41272),('AbFvOqkmw-rO6l0MDRxrq-R6JKo1d3ohZS3yn0A11xmtDgyiAz1MkdIOZd1UXYm8AwmvzYMx100v8g','Fast and efficient....no wait . Friendly staff !! Oh and GREAT service','2019-12-05 03:46:53.377000','2019-12-05 03:46:53.377000',5,'Isabel Hernandez','https://lh3.googleusercontent.com/a-/AOh14GiZabCPYDeDaLuo3NueW2HDB7gh2IgUb5qi-7kPWA=c0x00000000-cc-rp','13486358490203335051',29551),('AbFvOqkmW7BcodB3BG_PMTedL44D_BC2uu9LPqr2odLJvI5dX1H_F8IyIghmm-dgPFN-OTfT2ALfwg',NULL,'2020-09-24 17:40:15.602000','2020-09-24 17:40:15.602000',5,'Kyle Glenn','https://lh3.googleusercontent.com/a-/AOh14Gi1aBYiFQFj_X5VBJ6uUxSP8dKmFuVG0DjPzJc-SA=c0x00000000-cc-rp','14567670160750071148',30095),('AbFvOqkmWc6EQoiqUTLexBzpB9F1m6vRFao4_Vn0sXZlLeA_veWNEPQzEVsMLFwL1EKzL5nEuc4YwA','So I will try to keep this short but this ER is the ER you are looking for!! Upfront pricing, friendly staff, & super AFFORDABLE for those who don\'t have Insurance!! Everything is new and very clean. They have a pricing system that I believe is fair. If you compare with other similar ER\'s they are way cheaper. I talked to one location that said it would be over $600 for the same service that SignatureCare covered for $175. They are doing god\'s work! Thank you for everything you do!!','2018-10-06 10:24:56.844000','2018-10-06 10:24:56.844000',5,'Vance J.','https://lh3.googleusercontent.com/a-/AOh14GiaukCxtfMew-mGtLzKHfYM07VEl8TWLQ51MHiA8w=c0x00000000-cc-rp-ba4','16891069708558046635',36345),('AbFvOqkMwg2-oUdotTugA9-UjK9PtrnWVhbOOI3edfQg1QMqGP7_cTUT2ctGodg6mfJ_1Y_DAhLTVw','Went in because I sprained my ankle, everyone was polite and very nice! Dr. Ortiz was very detailed in his explanation of what was going on and everything that was going to be occurring.\nThe clinic was very clean and made me comfortable!','2020-11-22 19:31:35.875000','2020-11-22 19:31:35.875000',5,'Cynthia Hernandez','https://lh3.googleusercontent.com/a-/AOh14GipTOjmjaGMKvpvUEOSwbIzgA9CoDk7IcUv3ysgkQ=c0x00000000-cc-rp','17898197009688164559',37422),('AbFvOqkmwmuVX16Sf53yZxIOcdVNIb2JILYQftvNi7hBs475IlGDFSMKhvSf1DIT6oRJHxMJKIpJ','This is purely because their billing department are the worst. They do not care about resolving accounts, and rather send the account to collection rather then coming up with an agreement to get it paid. They have an inefficient process, and refuse to bill your health insurance if you were involved in a wreck.','2018-01-30 21:36:16.198000','2018-01-30 21:36:16.198000',1,'Claudia Yanez','https://lh4.googleusercontent.com/-xFxOoA4sxmc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclszZRGfh5db_aARkII4x9h4xmWUw/c0x00000000-cc-rp-ba2/photo.jpg','16590124370714063921',35317),('AbFvOqkMX5Lzb3MbzlY3joUm9JhHKhQzpuOeRgUtjOCfm_ofO86Uj4hvnrpXWhFQ-kF-vqxEDBueeQ','Outstanding service from the whole staff in record time. Have been there twice now in last couple of months and Doctors and all support staff have taken care of my 8 year old and myself with exceptional care. My 8 year old had a cut on his nose that they could have more easily treated with glue but he convinced us that stitching it up was the way to go even if the most painful way. Glad we went there and will be going there in the future with any issues.','2019-08-06 16:57:15.449000','2019-08-06 16:57:15.449000',5,'Tony Manti','https://lh6.googleusercontent.com/-8J5778xV-Lo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclTxllQBP-R4awiWR5vK8-7nl-pgw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36152),('AbFvOqkmxMS6kv136Ky9uCej-f-6NYXGHUcQbm797a7A4R-8da70oTJM0PVC5GQPNbdSHe73RtrQ4w','Great place . Fast and easy to get an appointment online. Amy at the front desk was super nice same as Dr. LIM and the rest of the staff.','2020-08-03 18:46:30.981000','2020-08-03 18:46:30.981000',5,'Angel Serrano','https://lh3.googleusercontent.com/a-/AOh14GjYPCfiE6LHtW17iBR4xQTdCKqJvYdI1pz2t7FxBg=c0x00000000-cc-rp-ba2','3511292162159714121',40210),('AbFvOqkmXQsFgrrFuhsYG0Zy31Eg0MLTD2JD4-8qZ9WB4UV7bRHpThL2_OR6LylnDOfn9WCPJFtvfw','April was my nurse she was absolutely warm and calming! I can’t believe I’m drinking hot green tea, it feels so good in my throat. Dr. Choud hung was informative and empathetic. I have never had such a great experience at an ER. The wait was long but not their fault. The front desk was helpful and professional.','2021-01-04 22:35:28.198000','2021-01-04 22:35:28.198000',5,'Deborah Wheeler','https://lh5.googleusercontent.com/-1pT-IyVvx2E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucntzscVZ_4q9NGy65BMq0kVrEyKkA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',44343),('AbFvOqkmxvl6t8pNWL5ZtJDsMGlyd9SPVucKvJyjyCRWpLccz9tAxLEfTDc7yPuxa5MlVSlNECb3','The registration people, Lorena and Amanda, were both super kind and helpful. It is a very friendly environment. The ER Tech, Rachel, was very concerned and friendly and Dr. Vakey was very informed and prepared. The whole experience went very well and I would recommend this hospital to anyone who asked.','2020-09-12 18:01:50.098000','2020-09-12 18:01:50.098000',5,'Ruby Point','https://lh3.googleusercontent.com/-wq0qVU2cOF0/AAAAAAAAAAI/AAAAAAAACtU/AMZuuckNoKZQikiW-PJ6i7PgDVcilGUJMQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34170),('AbFvOqkMzaejGrgztGv-MrKYvHPARI24r9uO86cSRFRfHx6ViVgKeReUsUpPeQSJxWfKLqC6xRPREg','Excellent service, responsive staff and quick help.','2020-03-09 01:58:58.650000','2020-03-09 01:58:58.650000',5,'jaclyn mcjunkin','https://lh3.googleusercontent.com/a-/AOh14GjS7EXBisTpbTOp2kBMYqiT_dXTPFbRPrlzznBEyA=c0x00000000-cc-rp','16891069708558046635',35929),('AbFvOqkMZF02qZ5spq-X9V8LsAVexBb9Z95Q4ATQ1udCVkePQB8hGyBx2kQv6qAPzP1a1VWKZD3VFw','Dr Grinblates and the (entire staff @ E. T.C Jester) from the front desk to the Nurses was exceptionally superb!!\nCame in on 3/28/18 at 5:30 p.m. and was seen within 10 minutes and left by 8p.m. The entire staff was professional & very friendly. We were impressed on how clean,fast & affordable this place is compared to any Emergency Hospital.\nWe came in for a swollen knee/leg and received treatment. The Doctor’s and staff answered all our questions. We would highly recommend to our Family & Friends. We will not hesitate to use their services again.','2018-04-02 20:45:41.755000','2018-04-02 20:45:41.755000',5,'Annette Gutierrez','https://lh4.googleusercontent.com/-Yu153vkIBwc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckdn-3fXi6KUo7eDT3d6lK5X9bkNA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30858),('AbFvOqkMzreAdlbkrcnn8K3KNs8-dP0u2cG7QZo74Mdhwa3oFux7bVGbX4ALCfcsGg4U4mWQS39qXg','great experience!! very quick and nice staff','2020-08-26 05:42:51.270000','2020-08-26 05:42:51.270000',5,'caroline crockett','https://lh5.googleusercontent.com/-AE0giBYQ8Hg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckbLMHUbuw92ovIi6ShYj5eqtsHQg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31739),('AbFvOqkmzuqt-09W1kUHSYMW2UcEFXja0EQm5_RXa0Ho1yoe_h97kxI-l6LfWTYEZo-rcZVxHPc9',NULL,'2019-10-29 05:32:26.007000','2019-10-29 05:32:26.007000',4,'Marlise Bond','https://lh3.googleusercontent.com/a-/AOh14Gj9chDT_ixeWiFtUAans8bKgYQyibqtyq0yfzAFkw=c0x00000000-cc-rp','6521947413723274945',41567),('AbFvOqkn_34dIbWmRtiyXFmZr4HpySstJ9Pep-sTLE_GIMVH0g-ciRtK_XhuyKRECX20vq5BpFETiA','Fast to help when my husband was on pain and nice service','2020-09-28 17:03:03.564000','2020-09-28 17:03:03.564000',5,'Julia Crawford','https://lh3.googleusercontent.com/a-/AOh14GglifG89r6eo0vHmWo0OmToJvKakqQdhUPEFFr6=c0x00000000-cc-rp','3511292162159714121',40193),('AbFvOqkn_FvCh0EesRvjsnCILmP3TU91JWYQ0rMVkGUwATfVC_t25pRYSW5XOevP3zKPNKMy-MPsOQ','My doctor referred me here to get. c-scan. They made a diagnoses and offered care for IV antibiotics onsite so I didn’t have to transfer to a hospital. The staff was smart, kind and caring. I highly recommend if you have an emergency!','2020-01-07 00:18:38.986000','2020-01-07 00:18:38.986000',5,'Cindy Witte','https://lh4.googleusercontent.com/-8Co4AsnYUCs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucka2Hd_r3fCBhBAKUC25VArjdEmMA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32383),('AbFvOqkn-lDdNFyB37VoUmm10EP2XnwwzEuLWFWT-ZTNlhH4_wzCNXHywKL47YXk05H6TJlqJdqF3g','The site was very clean and welcoming. All of the staff was affirming and attentive, and once my insurance was confirmed, I was taken care in the most caring way.','2020-06-05 02:35:50.299000','2020-06-05 02:35:50.299000',5,'LaVera Collins-Okoh','https://lh3.googleusercontent.com/a-/AOh14GjIAz3P3ifeXfdTjZGc5smQwVXEaiXWi80XOwk=c0x00000000-cc-rp','16590124370714063921',34292),('AbFvOqkn-w2ds5Jyb5j9WIxJ4Qdnn5uM1obKbySMMfmbGab5Wi_AUbS3PRXUHBln46Bi2GUZq3Pd4A','The receptionist was great! The nurse Amanda was also great and friendly.','2019-05-04 19:58:13.614000','2019-05-04 19:58:13.614000',5,'Krystle Farris','https://lh6.googleusercontent.com/-ywBk2BVqCP8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn-Wt99GlQSFvV2bszDzmAcT0mpNA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29857),('AbFvOqkn0d_x5EzlhbQKK6yyqhGHbHPDIzO-K5vtZWYwxchNXyJe358vOT1wTSbL6QbKy01mWH-uCQ','They where great and fast thanks to everyone that take care of me\n\nPhysician:lingan\n\nNurse:Amy\n\nRadiology:Kevin\n\nRegistrations: natasha & elie','2019-08-26 01:47:59.996000','2019-08-26 01:47:59.996000',5,'mechant 04','https://lh3.googleusercontent.com/a-/AOh14GicyWotXDrNwyfogwDDfTvnNLL2c994N9FNqeDN=c0x00000000-cc-rp','2694018788013845459',39274),('AbFvOqkn0dz0D8jNV_WJ9KOJlGVqxsPFZj0VV7ZsndITvffZ4orNji_6naRzJh_5NudZDXxAUU8Qaw','I came in to get tested, and the staff was super friendly and efficient. April was super helpful and got me in and out quickly. This ER is amazing, and also clean! Would definitely recommend this facility!','2020-10-30 16:20:51.650000','2020-10-30 16:20:51.650000',5,'Bessan Sukaik','https://lh3.googleusercontent.com/-Psw2ypRuuqk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckiJhEwvW2LCa9fhRMCkOtu3FAmmw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31446),('AbFvOqkn1bXKUomcTaoR01LK2IaGtgozrhEQkdnqeMTEuN3PZKl-UZb0x0juFTHM5MgNdyK-7jMnmQ','Billy. Courtney. Robin. Awesome job','2019-06-12 02:25:07.807000','2019-06-12 02:25:07.807000',5,'JOHNSON_3636','https://lh3.googleusercontent.com/a-/AOh14GhDOZBZCNyY5dxM0WEmu_MzFBX_1AA7cv4KvMkB=c0x00000000-cc-rp','8626688543755174284',42048),('AbFvOqkn25iR7zIwvWo20EC6J9iCrcNn2kBCVmpRwOZGI4eDw0VShku3BIeSbYN0LtkA9OkFjXIz6A','Had a great experience! I did not have to wait to be seen and the doctors and nurses were very attentive and caring! Thank you all for your help!','2017-01-16 00:34:46.951000','2017-01-16 00:34:46.951000',5,'Maria Chavez','https://lh3.googleusercontent.com/a-/AOh14Gh-6APL3VrNm9B90YB-QQLB4DeHpXDu3TBB0SEt1w=c0x00000000-cc-rp','14904078213800803294',32750),('AbFvOqkN2hVN-o67hBKJI8kwn0Nc_g5SuKm5vNOmDDEEZ3gKOJ8h_qGQmw6O9mqcXbMQtaHCIHtbLw','Literally every single person at this location is SO nice. They are all very warm and welcoming even during a stressful situation. I was helped by Lindsey and Chelsey and they both provided excellent care! Thank you!!','2020-10-26 20:15:14.271000','2020-10-26 20:15:14.271000',5,'Sydney Smith','https://lh3.googleusercontent.com/a-/AOh14GjOOohDlCMw1xjTcDzwK5HyS30qnQhgPWfpxMuZKA=c0x00000000-cc-rp','16891069708558046635',35670),('AbFvOqkN2tefDRHvkw9S8cAizs7ifCVBVkm2MuwofpvWLVoC-GZ5wX0JkkqYw9fyKShS2XlOW187Mg',NULL,'2019-06-21 15:57:06.408000','2019-06-21 15:57:06.408000',5,'Lori Ochoa','https://lh3.googleusercontent.com/a-/AOh14GiVOK1LN8TEGvQuJ3iDyJBZlBWdqOMxEB7DbNqzGA=c0x00000000-cc-rp','13486358490203335051',29783),('AbFvOqkn49VYtEBdVrCNSc1QlCJAbHexSrPom3BoPNpGFFanDblbKWrtYOWse8-YOJmD0YdwETNSsA','I have come to signature care several times and always have had a pleasant experience. I was really happy to walk in to Lorena and Rebecca who were kind and considerate at the front desk. My nurse, Jacob and Dr. Vakey were very attentive and considerate. Highly recommend!','2020-08-15 14:19:20.553000','2020-08-15 14:19:20.553000',5,'sarah beck','https://lh6.googleusercontent.com/-g42zC5enBOg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucliNdBUX8URx6xPWuphY1Em_fgKLQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34200),('AbFvOqkn55eFE4mJD0oGPnoxnGWGRHJ9G3ZKQdUNRLJ7PoW9mXqM4mA_xb1LbwBJrESVLapj8Tys9A','I was rushed in with an intense pain in my side and everyone was more than helpful, friendly and really helped make this hellish day much better. Dr. Faig was very calming and knowledgeable, and the nurse Laura was very sweet and laughed at all my bad jokes. Norma, the ER tech was able to work through my fear of needles which is quite a feat! All and all, really great and helpful service and a very clean and modern facility.','2019-01-22 19:13:39.811000','2019-01-22 19:13:39.811000',5,'Katie Tyler','https://lh3.googleusercontent.com/a-/AOh14GgD9gwEAD-RjT_ffa6Mk8QvMhSqZvg5QuPesK5Pcw=c0x00000000-cc-rp','3511292162159714121',40695),('AbFvOqkN5a5AlgpmlADeM7Y-UK4GiNvfoAftygUjI8i6D72_7PBELzovYq6FhziNXo5rxAvWCwKFGQ','Becca the ER tech took my blood and it was the best blood taking experience ever! Didn’t even hurt! Wow! First time!','2020-01-12 23:56:55.397000','2020-01-12 23:56:55.397000',5,'Big MegSarah','https://lh3.googleusercontent.com/-Q_6nOrlZHDk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl9IF8Wyb7weWjB6qfO2ym3voqy3w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34452),('AbFvOqkN5GKmy1-eae4uuBCbmDxzlqfCTImJMXXOSQm2d63LxKcPqO3MqRAmdJokHSkZ8rZ7Tv2K4w','I can’t say enough about how great the experience was at this location! Fast , affordable and very nice staff ! Will definitely be coming back.\n\n-Henry Cartagena','2019-07-13 02:39:09.054000','2019-07-13 02:39:09.054000',5,'Henry Cartagena','https://lh3.googleusercontent.com/a-/AOh14GiO2VqvEcx0tiZfL9dDEN0JYtIIPYziKkrXqxt67A=c0x00000000-cc-rp','8918455867446117794',43221),('AbFvOqkn68HHywztlvzyLt6dNkhWD6oAb0idjz76C7bcr9S_uklxUgqQScEJYDq1gVXsK3ivrvGdfg',NULL,'2020-12-19 18:55:09.559000','2020-12-19 18:55:09.559000',5,'Letroy Wright','https://lh3.googleusercontent.com/a-/AOh14GiJt_Y9ZPSYFm0eSa8gMpTHsS-0hrXLyqQyWaK00w=c0x00000000-cc-rp','16389487648212004696',32836),('AbFvOqkN6FRtO3iWHanQir5bquvw7bU0-pGJAUmgE0i4rJYGDN7cwRe2e6hGt6sxw95drXb_Z-3LaQ','Alyssa rg','2020-11-07 16:07:56.877000','2020-11-07 16:07:56.877000',5,'Mary Grace Danganan','https://lh5.googleusercontent.com/-bvLQ-o6ms6k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCetgIdarr1G7B9j8d_Y-lZzmYOQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40067),('AbFvOqkn6KRhxa6hLtGl8gjwnPBBLqKtfUdevKLAhqAV0UHbx-cIP_UODLmr-1xdJ13ZgOnkekls6Q',NULL,'2019-03-23 04:03:58.333000','2019-03-23 04:03:58.333000',5,'Jill Snelson','https://lh3.googleusercontent.com/a-/AOh14GirYFL8WQcbJFZkdswMfYwShSWoQFDktf_q0CPj=c0x00000000-cc-rp','13486358490203335051',29890),('AbFvOqkN6SKuVsY3nN8NkgchODRT1j5yg0x5AltH8fWX0lhGrqFXcTGbCT2ewLtxWRtUYiG-7GKo6g','They were very quick and efficient!','2020-10-17 02:42:10.039000','2020-10-17 02:42:10.039000',5,'Jessica Lehnhoff','https://lh3.googleusercontent.com/a-/AOh14Gi-LSYmHX6YVoB7WQSFPCWGXQcSFRz3DUP5qCBfLw=c0x00000000-cc-rp','8918455867446117794',42858),('AbFvOqkn7527q6YT2R67ssRk_-Rw4IFDgJFiaIqKlvfR5QYAv1D7vxJIOLE3FcdRtCta2mniRfp4','Best experience in the worst moment! I came in with severe abdominal pain. They got me in very quickly. Everyone was absolutely amazing. The place was incredibly clean and comfortable. My nurse Joseph immediately got me on an IV with pain and anti nausea medication, very sweet guy. The tech Norma is literally the most amazing lady. Also Dr. Ortiz was very thorough in helping me. I\'ve never felt more comfortable or had such good care anywhere else. If I could give them 100 stars I definitely would haha. Thank you guys!!!! <3','2018-11-27 04:44:02.498000','2018-11-27 04:44:02.498000',5,'Lauryn fellows','https://lh4.googleusercontent.com/-kkwY6nOCx-w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclB41SeSgu4xJ9e_9ao1etxGl5RTw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30673),('AbFvOqkn75XHZ62csFdqyeaL4-homiqZ5oZcIIy_msYvSVMUVezCnI61tx3HglqLWkbF2_Ix-VHm','This place is awesome! Great experience and beautiful interior. We walked in and were called back right away. They are fast and very caring. I love that they have snacks and drinks in the waiting area. Everyone greeted us with a smile. The nurse Brandon was patient with all of my sons questions. The doctor Singla gave us good advice. If we ever need a 24 hr place to see a doctor again we will definitely come back here.','2020-02-06 03:29:00.014000','2020-02-06 03:29:00.014000',5,'Angela Hider','https://lh3.googleusercontent.com/a-/AOh14GhGcD8NQsqemiX4R5_8VUOGjN5uSbw9cMBwVb26hw=c0x00000000-cc-rp','14567670160750071148',30266),('AbFvOqkn79I5t1YCJArH1bRtFkxItf391j-e5CAxAWijfFgzNH3jP5ienBk-GCHHwBL0Y-NILc_2tw','The staff was great well treated definitely recommended..i was treated by Dr.Zhen and my nurse kristina was great and the er tech scott is patience. They answered all my questions and made me feel comfortable. Even from the moment i walked in diana help me and acknowledge me right away.','2019-12-27 19:00:27.728000','2019-12-27 19:00:27.728000',5,'Juan Vega','https://lh6.googleusercontent.com/-MwoFKiGo4Ws/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnon_EclstZjlxWT3u_eqGuaiS8vg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32390),('AbFvOqkN7ltfB5Aah35Fy3MfxtCzLMPiHzoHa_2DNlFxiq6d8bBJlsCyRw-tibL4FqrW2QbAmJU_','Great Experience! Dr. Das and his staff were lightning fast and extremely polite','2020-07-31 23:03:12.041000','2020-07-31 23:03:12.041000',5,'Trevor','https://lh4.googleusercontent.com/-ZX_vdph41XU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm4Mch3dRRW34EPLkpbO9NPiY8-Og/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31820),('AbFvOqkn7y13DIbECKfgFwQ5Dtu98loI0h-eys2iZdc6oNrOv7NL-Yh0kYcLAoPAezsVComg_Qj9','Awesome staff and people. Great location for my family. Teresa and Casey have been amazing at the summer fun cook out event. Keep up the great work and serving the community.','2019-07-27 23:51:20.120000','2019-07-27 23:51:20.120000',5,'Angel Womack','https://lh3.googleusercontent.com/a-/AOh14Gh_iBdnsOHdp5qVVz-LGKvWWL7rE5RiyIHB6Ad2vw=c0x00000000-cc-rp-ba3','6521947413723274945',41638),('AbFvOqkN85giaanBJqEw8LvjD9tDY229a3_woum0cBNeBdCULA89JwBKNctfB16NjX0ZlXnAzcFJPg','Everyone was very efficient, from the woman at the front desk, to Brenda who administered my COVID test. I’m very thankful I had a quick and close location to go to get a test. Thanks Signature Care!','2020-07-25 21:37:15.934000','2020-07-25 21:37:15.934000',5,'Samantha Halstead','https://lh6.googleusercontent.com/-Ja7NKIRbhrw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn-wYYcZQsJuGPiszT5gwRV9K0SGA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38779),('AbFvOqkn88wDP20rSJ-UAh2I8frUanNu8cLNyT15eaeUSE7eUNZOHY8ts3tXjywpkTDeEwI9NTM',NULL,'2017-05-02 14:15:09.001000','2017-05-02 14:15:09.001000',5,'Marissa Peterson','https://lh3.googleusercontent.com/a-/AOh14GgjgwsLwoG5gr-SXOExysdRKr5-Po7aqmNAf5V0Sw=c0x00000000-cc-rp','3511292162159714121',41056),('AbFvOqkn8JU50TDQmPJY67LgSHL0DJutEwt9EgsHNIBEsu00J7x2lO_lt0_IC3AZB70CImNtma4u','I came to Signature Care to get a Covid test done due to a potential exposure. I had been to a Signature Care back home and was pleased to see one here in Austin not far from where I am staying. While at Signature Care I was treated very nice and felt really pleased with the attention to detail and severity they are taking around protecting themselves and patients. The wait was very reasonable ~5 minute and when I was escorted to the patient room I had a pleasurable conversation with ER Tech Chelsey. Chelsey was very thorough and polite while getting the necessary information to get the testing process.\nI try to stay as healthy as possible but if I do feel I’ll or need additional help Signature Care is always my first stop.','2020-10-03 01:51:33.586000','2020-10-03 01:51:33.586000',5,'Ray Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GhyAkbqwo_zIFwhFNJALb4Sd35s7LLYvf6OqR4unQ=c0x00000000-cc-rp','16891069708558046635',35745),('AbFvOqkn9CNuJ1i-RbwPPs3O1idPj3SuJ33XLYjOqhHJijoE8UtZNpGj8vyUXFOKlsOUFTRQuCzThg',NULL,'2020-09-09 02:31:45.906000','2020-09-09 02:31:45.906000',5,'katelyn price','https://lh3.googleusercontent.com/-8c015GRG5t8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm9dmAqWtUpC_UlfYU0ks3F9ScHQQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31689),('AbFvOqkn9kNiv_Ld2ymAM35lIAMMml2XxtL3qsiWS81DuHlntGgqu-HfUT22rqzgwC1FSZ8xrPoIUw','(Translated by Google) It is the best place for the corona virus 19 tex and it is the one with the fastest and most effective results to give 1 like\n\n(Original)\nEs el mejor lugar para el tex del corona virus 19 y es el que tiene los resulted mas rapidos y eficases to le doy 1 like','2020-06-25 16:54:00.398000','2020-06-25 16:54:00.398000',5,'Jose Sanchez','https://lh3.googleusercontent.com/a-/AOh14Gj9d7C-RlYZPZn-NCqesVBb9so2MCvLm1dHxYKoaFI=c0x00000000-cc-rp','16590124370714063921',34286),('AbFvOqknAM9y4IzXvzOgLutpzdqMVSts4GQCdmy1pBtOhuefbnViUHlsRhpQbYZagQtsb0C3nDmB9Q','Quick and friendly! I couldn\'t ask for a better experience!','2019-06-20 19:58:25.859000','2019-06-20 19:58:25.859000',5,'Joey Escalante','https://lh3.googleusercontent.com/a-/AOh14GiFoim9AAVIozkxYkBFOwlT-ngLCPpPxIkqMu-j=c0x00000000-cc-rp','6521947413723274945',41687),('AbFvOqkNB8D3mCVLDdz3e2liMLZ3xOwm-0HybgrO5sBFf2t41Xrsr3LYeRv0gQLb34F5-ENnz41EiQ','Er tech Delpha\nNurse Leo\nRad tech Carolyn\nReg Jolynn\nAnd doctor plante, all took great care of me and really showed care. Thank you guys so much šŸ‘šŸ‘šŸ‘','2019-09-25 22:59:21.067000','2019-09-25 22:59:21.067000',5,'Jervonte Amie','https://lh4.googleusercontent.com/-RmTBGhpU9to/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnG1UYWn9pSjTev4eZ9xpBSPC72IQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29656),('AbFvOqkNbbjIlTZHUmDK1vJcL2pFUcer_3rjbnjjGU9UCYLw6goGqp_zg4kiFV4MRkqS90MWxAF_yw','Fast and very friendly care. Christiana and Townsend were very attentive to me during my visit. Happy to see Austin has places that care for patients.','2020-09-24 13:39:36.975000','2020-09-24 13:39:36.975000',5,'John Franey','https://lh6.googleusercontent.com/-Y6kBaYZAj-U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnEUSn7Qwp-fggHJzz2p9YSLeaApA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35768),('AbFvOqknBKgdgnZMK-ubDNLT74wgJkb7heGykTbp2xS33eY3VJjpiRoQmI0nO5Z1fzHfizd0CajyUQ','I had a fast, personal, and great experience @ Signature. I would like to thank each employee personally for the help and approach towards my needs.\nDR. Zheng, Ke, MD\nNurse: Palma,Brenda\nFront Desk: Cruz,Genesis','2017-06-09 17:52:05.549000','2017-06-09 17:52:05.549000',5,'Demetra Mathis','https://lh6.googleusercontent.com/-HzhcV05DnGs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclb5OH9LCk1ZFFgTvdhsZyAIjnviw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43517),('AbFvOqknBMV1icxfLHO872vqcLx4806pjdWBTQVFi7bfOSQWA4yxXqzpsnsvoissYY3lxEDNVV9d','went in for COVID test - it was very easy to make an appointment, very fast and friendly service','2020-07-30 00:18:47.188000','2020-07-30 00:18:47.188000',5,'Isabel Vargas','https://lh5.googleusercontent.com/-utQmyD7IsPs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl8TdCNdQBiIOg3HXAESFInIu_ljA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38692),('AbFvOqknbZTWEF_QMr8GId088zP40uXahExualQSPy3m45W8E3e6NnYsBEmFdUO7jQz63sL2G1ZZ2A','Jessica S.','2019-12-09 16:36:50.388000','2019-12-09 16:36:50.388000',5,'Chelsi Cherry','https://lh5.googleusercontent.com/-CpJ6lQ7Y13Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucngJyI5eDL2n1soGtg0nUcG3pS8VA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41531),('AbFvOqkNC6BZ4kNEEBxxe2iFsKYwIX-IFeLmYs8fN576UQMFdTN_8Gfp-5-tK5mZvmyimYPuuJyZ','Great service! Really friendly!\nWould definitely recommend this place to anyone','2020-09-22 22:28:26.083000','2020-09-22 22:28:26.083000',5,'Ruben Acosta','https://lh3.googleusercontent.com/-JtQcv6xpbLc/AAAAAAAAAAI/AAAAAAAAP6I/AMZuuckX0MdBa0RzJyzZF-ZjlBtM9vcsUQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31626),('AbFvOqkNCgXYtIp0GtpnhVGNVvwcKiyNR40IoLtYn7E0F5MHXbk_HZemI1fqOYA888Jx8vgeg5Vkcw','They were very helpful and fast. We reccomend anybody to come here for great help and services and Dee and Jenia were awesome!!','2020-11-11 23:33:44.746000','2020-11-11 23:33:44.746000',5,'STEVEN STAPLES','https://lh3.googleusercontent.com/a-/AOh14GjRU3iZWMla-15lYhc7Bc-R6YzK0Pjopup6_fl_=c0x00000000-cc-rp','12541597562633926366',28465),('AbFvOqkncPnhtY0ZOc9IqOm0a6MsF6KPEAXP0llIITAiPs008gfHAvD0srzTgoUwWmpC-hOHbnQ7FQ','I saw Dr Alcanter and really liked her and the staff a lot. Everyone was very professional and there was no wait time at all. I would definitely use this place again and recommend it to any of my friends and family.','2019-06-15 20:58:40.642000','2019-06-15 20:58:40.642000',5,'S Dubya.45','https://lh3.googleusercontent.com/a-/AOh14GguahYkKq_Y1RSWZrf8v07s-VEMJ1TSRsxo2eoB=c0x00000000-cc-rp','3511292162159714121',40544),('AbFvOqknctlDHJrge5B6T8K81eHl1I4Ijlw1L0rHlX-m4NA3tJmfzRteA6zg-U3kPMH4KMwcz-lPJw','Thank you to all the staff; Ms. Alanna, RN Karen, Rad tech Sonny and Dr. Ortiz for an efficient visit!','2020-10-27 13:17:26.964000','2020-10-27 13:17:26.964000',5,'Brizeida Pina','https://lh6.googleusercontent.com/-3Gl9OCdCwW8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck8CGJL-x4KeyVvAHfaXKHy5lNIUQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42277),('AbFvOqkNCtq8D6zWnwHTRofLIj8hNnZyjUS9pAZDU74D85DtnsRGx7l3fs7SiCdnrRzhvCFWklLR','Treated with friendliness and respect. Thanks to Amy.','2019-07-04 17:07:35.162000','2019-07-04 17:07:35.162000',5,'Peter Manning','https://lh6.googleusercontent.com/-aq13eDt8oNY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmTPnBx5pqCfxNaJf1GzPdnGxrOpA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42678),('AbFvOqknd18LTT2lEpaMTTxLY9pZnjLEP4-nc0s1X7hnWTjLz2SCxRNI3H0tRSPl71eR8tu79kRjUQ','It was a pretty nice experience got to enjoy my free sprite while Jose, Alvean, and Jocelyn where checking on my fiancé’s pain. Would recommend this.','2020-02-22 23:45:36.990000','2020-02-22 23:45:36.990000',5,'JuJu','https://lh3.googleusercontent.com/a-/AOh14GhriSLYQ6WWKHBqbbwMrL6ugI-UPlub3wWdobx7YUQ=c0x00000000-cc-rp','16389487648212004696',33339),('AbFvOqknD1tdC-c0oSWC3pfWYLIvObr6BLZ0-4QoUEkBuNUcVpXzU5A5lMwR8mjjmXGQBWMw6laV','Luke,Kim and Sherri along with the doctors I saw were amazing. Highly recommend Signature ER!','2019-05-23 14:12:55.042000','2019-05-23 14:12:55.042000',5,'Stacey Hall-Gerwick','https://lh6.googleusercontent.com/-7hdFFxv89x8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmRd8ZHiA3XIStOp9flrbHha_RT0A/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39867),('AbFvOqkndbeAAZ1z_tmHbalmaf6szsBNvtlH-3veIsJ0acEPP1N2EbShv09Y1wxEcPulXbn_XM5P','Ana at registration got me registered in the system really quick, my initial nurse Irving came within seconds and immediately started assessing me for my symptoms. The nurse Katherine who also came to assist was very polite. Thelma came in to do my flu swab, even though it was not a good feeling she made sure I was fine before leaving. Holly and Irving ensured I had a blanket and a snack as well. This was a great experience all around!','2020-03-06 04:24:10.215000','2020-03-06 04:24:10.215000',5,'Christopher Williams','https://lh6.googleusercontent.com/-z3uJcS-IGJM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVyXrowmEpuJdtSVSRQtIetDpIeA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28662),('AbFvOqknDJ57zJ5wTKjwA_j1_qZ24ESGzU3XC1YCeAE_5Ez5EwaqQ0mhaKPNDneRgymN5YRA9b69zw','As a mom of 3 boys we visit these places more often then I’d like to admit! This time was for me! I’m very clumsy! This was by far the BEST ER I’ve been too ever! Receptionist were sweet and friendly! Kat the nurse was fantastic! Very kind and hospitable! Dr Jones was caring and had great bedside manner! This place was great. Hoping I won’t return anytime soon but if I do we’ll definitely be coming back here!!','2020-02-05 16:43:38.969000','2020-02-05 16:43:38.969000',5,'Apryl','https://lh3.googleusercontent.com/a-/AOh14GiNRioqEPixCRtsaWXuJ3l2DWzzK7MRFanpq3npnPg=c0x00000000-cc-rp-ba2','2694018788013845459',39138),('AbFvOqkndK9CsDOkWETVSwReERVHZKIQ9ORmq8G47XOHIxwKXbU7HlqGSnK9FhtDbtT3JKv4DHRdhQ','Julia, Kim and Crystal had AMAZING service and made me feel comfortable in such a terrible time.\nThe clinic was clean and DR was very knowledgeable.','2020-12-23 16:51:04.723000','2020-12-23 16:51:04.723000',5,'Dora Hawkins','https://lh5.googleusercontent.com/-D8etDoJR1aI/AAAAAAAAAAI/AAAAAAAAAAM/AMZuucm-ZpHN-82NNHA3I539mkofnDmNqQ/c0x00000000-cc-rp/photo.jpg','15979470999169074295',43751),('AbFvOqkne3i4rcpaFB_UftwP-ZbfnzRwO-3os58N7iJFNtEw63t4QwobFOocKVTn1_jeM3xLa-DaoA','I’m athlete, and hurt my foot.\nI really recommend that hospital. Everybody so kind and really fast attending. The doctor very kind too.\nI appreciate it .','2020-02-25 19:21:11.453000','2020-02-25 19:21:11.453000',5,'Amanda Monteiro','https://lh4.googleusercontent.com/-XK3pEASsTnQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnujy9crYXiKWM92U_O7GiJT40hVg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43074),('AbFvOqkNe65wYkLxcDBx5PCMKX2UzFsaUPwN94BU4Tit669cGTQpv1Xhhe0unCrbcRtNW-FLNQe1Ww','Thank you Dr. Rose, Nurse Christina, ER tech Chelsey & clay for the care. Nice staff and great work.','2020-09-13 19:42:05.875000','2020-09-13 19:42:05.875000',5,'HENRY PENA JR','https://lh4.googleusercontent.com/-8TEGs1-P8js/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl91gpdeZVgnoo6iC8PIkJ2QNHSOg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35803),('AbFvOqkNEAh4dPm81g-Jy000pxXEQ14dTTVv-YI5RoKCQWqlUPyHVu2flRcZ6ketQEf6VNzeumBwVw','Had the best experience! The staff was super thorough, thoughtful and efficient. Adam was the best nurse and has such a light and playful spirit! He sat in the room and joked and comforted everyone. Dr. De Waal was also provided excellent care! Would highly recommend this facility to anyone!','2019-11-19 16:44:31.802000','2019-11-19 16:44:31.802000',5,'Taylor West','https://lh3.googleusercontent.com/a-/AOh14GjVOSBSndM9V7h9g2sLlMAIMpneiE_QENLoOoN-MQ=c0x00000000-cc-rp','16891069708558046635',36073),('AbFvOqknemkLScl6_IRmN1ivg_gq83S8UTYOxLoSzXpRqOhFVWCzAl-dQe_DGyxOhUfvsF8dOWec','My experience at this emergency Center has always been great, everyone their are always so nice and work fast to help with any kind sickness I come in for. My recent visit was so great as well I want to thank everyone who helped me that day. I want to say thank you to Christina R and Ashli W for helping be as comfortable as possible, as well as Christine the ER Technician , I want to say thank you to Dr Elsbecker for providing me with everything that I needed to get better , Thank you to Christina K and Shaunda for making check in and check out fast and efficient and especially thank you to Adam P for always going out of his way to help in anyway he can . You guys truly are the best ! - Valerie . C','2019-12-14 03:16:17.246000','2019-12-14 03:16:17.246000',5,'toonanime08','https://lh3.googleusercontent.com/a-/AOh14Gh_YDFYR7UTqYEVjrNN8sP7VeaIcmL3Tf16I_OrdA=c0x00000000-cc-rp','16891069708558046635',36048),('AbFvOqknEnnYKr28YlAMsbUwqXhGnqygzhGNpwbCZ3NHK2eFE6jctfNbV0_fKp7R5OBcxJNO2B05','Jennifer Diggs in checked us in and made us feel like we never left the house, just an awesome person to be around. In and out highly recommend','2021-01-16 16:01:11.030000','2021-01-16 16:01:11.030000',5,'Cody Lanier','https://lh4.googleusercontent.com/-YXKDXqqQvOk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTOff_22hShdp8oGY9TQnm7Rp4bQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',44706),('AbFvOqkNENSFh_mRYMYZh3ZyLUlNEIZj8np5A1fakzb-hOce5gbYGEkDk_OYr2Wgcl7GKRyOaYf-Qg','Came in unable to open my jaw but Dr Joseph, Jessica, Amy, Churiah, and Dr. Chukwu helped me get back on my feet!','2019-03-10 01:13:12.848000','2019-03-10 01:13:12.848000',5,'Dario De Leon','https://lh6.googleusercontent.com/-J6uXtvgy-FI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclutn92eRrv2PswtgzLXCryYfYMVA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40628),('AbFvOqkNEZ2QivppocaKqR7FVppTZH98PBHmLakpYihXMc7tJ-pL5K_itieQZLll4OKd6btNx0QKKg',NULL,'2020-11-06 21:33:28.869000','2020-11-06 21:33:28.869000',5,'Ciara Sanchez','https://lh3.googleusercontent.com/a-/AOh14GhhizOwuSIlPnItzk3bCfajxvB4_u7Qt_tyEK-O=c0x00000000-cc-rp','16590124370714063921',34078),('AbFvOqkNfMbSNTsJxh8UBM_UKpg_hCfqUuqv3CU8u2U4KQsQkShS3qDX4Ii3Oy5bqNkV_qSOv9v8Pw',NULL,'2019-03-13 18:56:34.777000','2019-03-13 18:56:34.777000',5,'Hannah Cordoba','https://lh3.googleusercontent.com/a-/AOh14GgUrho7KlQ9TylJezEnMK9fYytB-6iRC-fCZd3OqQ=c0x00000000-cc-rp','16891069708558046635',36251),('AbFvOqknfSmUqaYKHjDq5wPFyr_auQPcl7Ygq8Wh7nxVxqR6gkbS3UzSAZcBuv4NIILJexQLHi2R','They’re very welcoming and have amazing service. My nurse Tammy made me feel comfortable and offered me a warm blanket. Also had an X-ray done by the radiology technologist Fatima she’s very kind and funny.','2019-07-10 04:32:48.297000','2019-07-10 04:32:48.297000',5,'Crystal Vasquez','https://lh3.googleusercontent.com/a-/AOh14GjySCbltlRgHfMcYfRe0OAo2DrtUsx-pz_jockn=c0x00000000-cc-rp','17898197009688164559',38090),('AbFvOqkNfw5anN1jfUpnFJGaRa9OoA9Bvggh1KLm0rJks88FyiSSstWeemCpzAWl7uJSmgXGDPR_jw','Absolutely loved my experience here!!! Dr. Smith was amazing and he listened to my concerns. I was seen immediately and treated just as fast. I felt really comfortable here. For any other emergency needs I will come here not the hospital ER.','2019-04-15 23:19:19.733000','2019-04-15 23:19:19.733000',5,'Terris Eddington','https://lh3.googleusercontent.com/a-/AOh14Gg9V2z4iVM5PRo_WB5XJamkW2GdNdr4isSg6_sfag=c0x00000000-cc-rp-ba3','12541597562633926366',29111),('AbFvOqkNFZissiBqYTDnAU5ZW-V1G_IDbSABjFRbskb6igke33C-8f5mK98Wl1HiYtiFYzA4DhNP3A','I came in today with my first allergic reaction I’ve ever experienced and the staff was amazing, everyone was incredibly friendly and helpful. All of the RN’s Jacob, Anthony, and Cat were very knowledgeable and very attentive, as well as Dr. Vakey who helped explained everything that was going on with me. The 3 amazing people who helped when I first arrived, Kim, Rebecca, and J.R were super friendly and ready to help as soon as I arrived! Will most definitely return to these amazing people if in need!! Thank you Signature Care College Station!!!','2018-11-30 01:03:54.347000','2018-11-30 01:03:54.347000',5,'Mason Berry Videos','https://lh3.googleusercontent.com/a-/AOh14GhWqyv_-hdpQw3tds8UPz5TO08UFHTnrylurJ-B=c0x00000000-cc-rp','16590124370714063921',35084),('AbFvOqkNG5cCicUs4dK16vcOKOZvKf5PaME99m_k-3IHAHkOiix5HQTeu6hFGPwHtrPZIKnUymK7',NULL,'2020-12-27 23:04:33.169000','2020-12-27 23:04:33.169000',5,'Gonzales Family','https://lh4.googleusercontent.com/-CEiKjuxvL8I/AAAAAAAAAAI/AAAAAAAAADs/AMZuucmDS5cyooa0NA51hUjWf49YJvvujw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',43939),('AbFvOqkNgGnA97o-9JmWpfaIGE76-Sb1WEQeQlyWruhE_ZYhOB9-d4DDO_2PFSkdXhifrMOMx_VDjQ','They were fast to get me checked in and were very nice, friendly and professional. Best service for being an ER.','2017-11-30 19:47:33.984000','2017-11-30 19:47:33.984000',5,'Irma y Roberto Huerta','https://lh3.googleusercontent.com/a-/AOh14Ghv9Tlhhhd1KTqlpGPG6Cxt-SZKBYDFEYIw8DrUzg=c0x00000000-cc-rp','14567670160750071148',30942),('AbFvOqknGkU4_gHYF3fVaT26QLBeuMEV9xqxKkkXBv6ytcTJ98wVjyqBDYZRZuTdArjkCxUps_I9zQ','I brought my 12-year-old with a nasty cut. They helped him immediately. I can’t imagine the situation going any better. Thanks everybody for your care!','2018-10-05 02:13:00.387000','2018-10-05 02:13:00.387000',5,'Christopher','https://lh4.googleusercontent.com/-tIpc1moY-EQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnh41_Uc5ZKiLAhiKOqwAEoYI6Vsg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30696),('AbFvOqkNGNFJYJ3Nwgbg6315525Ul2tbomRvHp7N-eVKsxlt3psMj0FUVqhCeeX49yYwbVfgaXlAsQ','Always great patient care and service along with warm and friendly staff. I was seen by Dr. Singla who answered all my questions, and Victoria, Leslie and the rest of the team were warm and friendly.','2020-11-10 16:00:30.524000','2020-11-10 16:00:30.524000',5,'Nazim Ansari','https://lh3.googleusercontent.com/-ulBT_hy2pMQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnDyEA7h7nUVRFLRsY7UbEUphoV7g/c0x00000000-cc-rp-ba3/photo.jpg','3511292162159714121',40059),('AbFvOqkNgNkp98urYKsUunDdDJwjBWE93slJEpJrqsWlKgOPfwNXJh0uGqcdTSt9yh9F-9QyQONiKQ',NULL,'2019-10-24 18:41:13.725000','2019-10-24 18:41:13.725000',5,'Wafe Fayad','https://lh3.googleusercontent.com/a-/AOh14GiIw5vzdwjTu7Ra9IivA9-faN0xpR8ysGDkbEFb_g=c0x00000000-cc-rp','16389487648212004696',33833),('AbFvOqkNH-k1aCOp9vCs4Avf74n-jK4XDdVavw7xCmrXBRXpKGJPUNYzeAuW5OfKzseVPXfzQPgv7Q','The best care in the city Dr. Miller is the man!!','2020-08-11 21:37:47.547000','2020-08-11 21:37:47.547000',5,'Sean Carter','https://lh4.googleusercontent.com/-CvO2gyluegE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnGt_zckqJPa-T3JocbgVeB603PEw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28572),('AbFvOqkNhCe2ijf_lMTbeMtAxUkW42-71Ws60dRMq-jmSQj7cdL2kjylBf4mHKNr7_wyl8vxwQ9MAw','Thank you Robin, Jennifer and Valerie for taking care of my mom. They was so fast & efficient when we came. Have an emergency, I would highly recommend visiting SignatureCare','2019-05-26 04:17:09.316000','2019-05-26 04:17:09.316000',5,'Tx CxBreadx','https://lh3.googleusercontent.com/a-/AOh14GikIn12-Py99kClSe7LE5RPEP_Lf-e8mTgTGisx0w=c0x00000000-cc-rp','8626688543755174284',42066),('AbFvOqkNHEECcXLP1o0HKL384ZL_hdFwV156YWtLNxd_MMMYUzE0LporwEzBNBJhMspqEPlQ0Lpz','Excellent service! Doctor Nguyen took his time to explain everything and answered all my questions.','2019-12-08 07:47:49.012000','2019-12-08 07:47:49.012000',5,'Brenda Cruz','https://lh4.googleusercontent.com/-2e9YjJ7vtNI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl4yXH6Ho7GIM43ghbdVzkCHwzGPQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37820),('AbFvOqknHNmb1Vu_Z8HNN4tVT2rUSDSzzKwTG9XjbvcwhDyt-38iGZrid-bKeZmFdsspTwY_N4ouig','My experience here was great!! From the time I walked in the door I was greeted. I didn’t have to wait!! I walked in and went straight to the back. The staff here treated me very well. Kept me updated on everything they were doing. Marcus was helpful and funny. The facility is spotless!!','2020-03-10 16:45:48.362000','2020-03-10 16:45:48.362000',5,'Timorha Barron','https://lh4.googleusercontent.com/-nHOgzu2HTnc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckzLRGGme0Jr6HuAaxASUDQcUgjcg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33275),('AbFvOqkNhsssap8gFEUJr079-iitjrdM0aSEe8gu4bxnK05bppqaBR5jw_OKRV8LOI-z1F-Yb6N9MA','We walked in to the signaturecare emergency center in memorial city and was greeted by Amy with a wonderful hello and assisted us to get checked in. Teresa mark and Ryan also helped us every step of the way. This emergency room visit was a wonderful experience. Thank you all!!!!!!','2018-11-25 02:26:20.112000','2018-11-25 02:26:20.112000',5,'Jailinne Mata','https://lh3.googleusercontent.com/a-/AOh14GiX_ZlJWJvYqj5h09Q7YwezDdJaPzKOXu6VXZw7yg=c0x00000000-cc-rp','14904078213800803294',32524),('AbFvOqknHV1SGuIBmpV5p3J3ZXC4LQsqBvvaolydTjXn5oQ6pQxj2YAa7sghLcjUzvrY287NX3JRfQ','Husband had to come due to work related injury and service was great. Thank you to Dr. Wang everyone in staff. Ms tanishia and to nurse Andrea','2018-12-07 05:01:29.761000','2018-12-07 05:01:29.761000',5,'Samantha Martinez','https://lh3.googleusercontent.com/-XAiOqUdpQg4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnhxuaQAiYTEo9gltj7KcXzoZlYvQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38357),('AbFvOqkNi_d5WjGLSootdrdiL9rQlDnZp_NSHiGdUtsVvnYEOkhmdGqMPttrnF_-2m6IFjxg4J4jWg',NULL,'2018-02-18 01:05:25.582000','2018-02-18 01:05:25.582000',5,'Kyann Cook','https://lh3.googleusercontent.com/a-/AOh14Gh31YdqiSpS0sPt16l4YSBw2MXgr6ZwRo8AhpNExg=c0x00000000-cc-rp','16590124370714063921',35307),('AbFvOqknIdjxpEn4oxGBcpUwleszvWr1HBznUBglTakR5Vf-eb-aVhEQRPDVepXDxN-t1uImw9HCNg','Personally I do love this place. It\'s close and convenient all the times I have been, they never let me down 😊 the nurses are just wonderful just as much as the doctors😊\n\nThey take they\'re time and they are patient with you as well. I do recommend if your not looking to drive so far and want somewhere close and personal. Paperwork is a hassle but what hospital isn\'t.','2020-11-27 05:14:29.273000','2020-11-27 05:14:29.273000',5,'Cristina','https://lh3.googleusercontent.com/a-/AOh14GjtsETSoeJsR2-z9-jFArW1K9UaBzFpGi4xwX9b4Y0=c0x00000000-cc-rp-ba3','2077061009497551125',38407),('AbFvOqkNInFnAa7RYwFdG3yU_Aj3kJ0p59_PhyRaTNmcwATwXB21icGJi_7jMwIEV237cYFsSmPj5g',NULL,'2019-08-30 00:55:20.374000','2019-08-30 00:55:20.374000',5,'Vanessa Hernandez','https://lh3.googleusercontent.com/a-/AOh14Gi6KrKkyDTq_S8V5OkXbBoLNwXgsTIteq3ALIHkUQ=c0x00000000-cc-rp','13486358490203335051',29685),('AbFvOqkNITlTVi8Lom76CsZ9nYJVvrpUYxV0UWw9r931MCzg59X-J9-nXpB4JNbXyQjLVg6hRx94dQ','I recommend anyone with an emergency to come here. I stepped on a screw and had to come here. Everyone here very nice and efficient. Signature care rocks','2018-08-10 01:11:18.291000','2018-08-10 01:11:18.291000',5,'Pleshette McClain','https://lh3.googleusercontent.com/-GoCcFdaspeo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucliD5Ba_tkDLkYAQ7Z_fvRi1-2K3g/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30789),('AbFvOqkNIvV-7KqkRM3MtrKwQt1Zzvd9R5tuyTXryzzp6g87jFtLSOgvBLEWPeZwpxUBFZ_OQE-jLQ',NULL,'2021-01-12 19:08:19.522000','2021-01-12 19:08:19.522000',5,'Nataly Abarca','https://lh4.googleusercontent.com/-oVTmS_ZbxAQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckHRaEeAgK8rkKgUvsk49Hxfbn8_Q/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44472),('AbFvOqkNJ_fau9HiYvL1sWGyXXeclenhCBIYESQ6-oKHDMrIYPg7Z3HDYx9LThEuH7kNiiLPXbCBBg','Vanessa, Marcus, alvean, thuy an Great Experience!!!!','2020-03-17 20:19:50.501000','2020-03-17 20:19:50.501000',5,'Nina Washington','https://lh3.googleusercontent.com/-JxVxqAW2wco/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl2pFiKTU3Q0erCzw-Xm8U2fDJWzw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33253),('AbFvOqkNj8FA5FUE3_-WiLR7QFBvf7Jf1GcNeq45gFmWUC4sSq7ybtlj-q66y4U3_8APrbWzIWjTKg','The website specifically says, if you are experiencing symptoms of COVID-19, no appointment is required for testing but when you actually get there they say you must make an appointment and of course no one answers the phone to inform you of this before you arrive.','2020-07-01 11:04:18.864000','2020-07-01 11:04:18.864000',1,'Danisha Earlycutt','https://lh6.googleusercontent.com/-yXK4wsDmjaQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUbKIHxP2pJJu82YIprLa7I-72rw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39054),('AbFvOqkNj9oNekWbABlT-pfcl6CXzGJC5L1qcMH_CunMRVQHhM4iZfMWzSjWkviUoXIlK5iwTo0t7A','The staff at Signature we’re great! I was in and out so fast! Dr. Miller was super friendly and informative. The staff Shelli, Tina, Shaunda and Chelsey were so friendly. Helped me with all the paperwork and got me on my way, Would definitely recommend!','2020-03-19 14:18:04.868000','2020-03-19 14:18:04.868000',5,'Stefanie Cavendish','https://lh4.googleusercontent.com/-ikGTMY4dGW8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck5D8_usL1MuQG5Jh5sOwNVIVLGhg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35909),('AbFvOqknJc20o5bNYR3GxEhSbXOqqTZrIC2WxyXgEx3M7GLLtGEu5iA1jNHifBcX7mhjprIsyegs','Great service, efficient and quick. Better than the Hospital anytime. Nice staff (Dr. Singla, Trisha, Francisco and Brenda). Thank you!','2018-09-23 03:22:30.139000','2018-09-23 03:22:30.139000',4,'TigerCraftPlayz','https://lh3.googleusercontent.com/a-/AOh14GiQvyKNESD5lhDNJ9RJZw4UAv7EtHNXTyG0wy7h-A=c0x00000000-cc-rp','12541597562633926366',29194),('AbFvOqkNjd7NY363WaC0I3f2hJTSk_P41IDnYW9Av4gI-V7UOSH-xrWfqpZspeTiLKy-1V7TZ7zPuw',NULL,'2020-11-22 15:52:25.709000','2020-11-22 15:52:25.709000',5,'Kat Logan','https://lh3.googleusercontent.com/a-/AOh14GivZAYfjUwNdee_iBuj0ptfg09EpnxsJJSPf9Y=c0x00000000-cc-rp','3272657195432704501',39442),('AbFvOqknJjFQjMLVlajHQQqtSgVK8dQFyCe5jAesXRaUcS5_qkZWC1xz5aWhmIexUOuiR6mdGlEzfg','Alway fast helpful and polite love RAD Bryan RNs Sherri and Meredith also Dr Miller always a great service and over all staff gets 5 stars love my visits here!','2018-08-12 03:04:30.119000','2018-08-12 03:04:30.119000',5,'Arlet Vazquez','https://lh4.googleusercontent.com/-dOlFVL38xtA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucknnatLsFKqdyXsIIv_A2zT_4fEGA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30787),('AbFvOqkNjLnidpjPKxNn9rIgm2qP21dSC30-w_Tg9Dg63nT7WMOE9VuvY03gZsA_Xgz3gfk6uEfuqA','Wonderful experience! Would highly recommend! The nurses and doctors are professor and the greet since you walk in through the door!','2017-04-25 21:45:47.710000','2017-04-25 21:45:47.710000',5,'karen hernandez','https://lh4.googleusercontent.com/-bXooYG7844w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnRTHE_7wq_yvrZKC94VW1iPj7Nig/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37172),('AbFvOqknjM5ThbmbbMnl2lTLj1WtpCfspYQ7ilpXfYfGzyBLYW9Hhw0U7hYIb3hqL0NB5y6qfyGTtw','This was my first time to go to a Signature Care Emergency room and I had a wonderful experience. I was greeted by Mercy, working at the front desk, and she promptly took my info and expedited the check in process. I did not have to wait to be seen, they quickly took me back and got started. Everyone was very helpful, considerate and professional! I was in and out in a little over an hour (that includes having a cat scan done and IV fluids/prescriptions written and everything) Would definitely recommend to anyone needing emergent care in the Houston/Montrose area.','2017-08-09 16:44:19.216000','2017-08-09 16:44:19.216000',5,'Angelica Diaz','https://lh5.googleusercontent.com/-8uSt3hPYOYs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmOI6w2bmJGn7LYdS6a6PQ_dTGMjg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41028),('AbFvOqkNjmOcfFjMX181qUAyl995Pt6CYrMWl8lDoWR4ycn-XzygQTUpA_r4q5vf9ko5s3S5EqFuMA',NULL,'2020-03-14 14:00:16.751000','2020-03-14 14:00:16.751000',5,'Tiffany Ball','https://lh6.googleusercontent.com/-9eV8BiReZo8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3L7qGg9n4XPOulLU1xGQFdEBKqQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39563),('AbFvOqkNJxQj3f7SIqgYxenevHXCEI7pcV_xijLuD8obf23bEbUc43_gm5xOAYQ-bTBEIWHokBS-',NULL,'2020-02-02 03:01:26.084000','2020-02-02 03:01:26.084000',5,'Angela Reppond','https://lh4.googleusercontent.com/-ZtVYG9-8m9A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnpopZmbH5btVWd1yM2AUb6ZTaXeg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39647),('AbFvOqkNLHixlRkHu80mrwckxuUgMHy7WKjT-z4Xv0qpqB9vAGTnnzN9b1V6RmAc7g7Towql_QYbAA','Very quick and efficient, Patty, Son, Blake, and Dr. Blake were right to the point I was out in less than 2 hours.','2019-06-18 18:55:13.995000','2019-06-18 18:55:13.995000',5,'A Ch','https://lh3.googleusercontent.com/a-/AOh14Gg8-uvRtp7iF1m6eIcB1dxbjo1EI-FoFW4OCRhtkA=c0x00000000-cc-rp','8679688254631342173',42687),('AbFvOqkNLM_pW78ZbtnaLht_nv5cd8Zv7J3x7-0Kz5kzitna3OFCMtS8Fsgp1T5ImncUdptcbqAu9Q','It was fast and the people tended to my needs and helped out. Tricia was very nice and funny as well as Alvean, the nurse. Dr. Dendy was prompt and gave possible reasons for the illness.','2019-05-31 19:49:11.159000','2019-05-31 19:49:11.159000',5,'Javier Guillen','https://lh3.googleusercontent.com/a-/AOh14GitKGwUlCDwcXqGmzAkCbr9zW_x0Ggvm_BVyjhL_Q=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqknlY-W2FCcYnJzUDaM2-tHVRChVuQvdxj5oHPegDNShwIii2iDvb7F6KQxYx2JDfzsCm_vgQ',NULL,'2017-02-01 14:31:02.653000','2017-02-01 14:31:02.653000',5,'John Ferruzzo','https://lh4.googleusercontent.com/-Zb8-QiJqRt4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclkbtLPRFdcBOOO_CefXuKXmnuRhQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32742),('AbFvOqknLz_yxCGJ4gVCVrjKccg3w7WmlwUbpDVWTBFnCiL69T6XfFDPPyamwJqhJma9uWBiSnz6','Fast, excellent and caring service with a smile from Keera and Cat!','2018-09-23 08:20:31.078000','2018-09-23 08:20:31.078000',5,'Jeffier Dawson','https://lh3.googleusercontent.com/a-/AOh14GgNLSGwh67XDkw08N-6t0j-P0awQhwkGqTTMXP_rA=c0x00000000-cc-rp','16590124370714063921',35173),('AbFvOqkNmANBTyFTm8KKPD6sV0g2yr3voJ2nKAsOAZlo2M7Yb69NfibC2mQuSNW3oHI7k5nV9-pQzg','Was here for medical concerns. Very professional and seemed to care about their patients. Someone was with me every step of the way. Thanks to Alexis, Kristen, and Kathleen! Would recommend if you’re looking for somewhere friendly and affordable.','2017-10-16 05:33:49.526000','2017-10-16 05:33:49.526000',5,'Quint Bayne','https://lh3.googleusercontent.com/a-/AOh14Gi2j-PqxUbjfknZnXcNDwlZxA_5HpVqtpN3FHHh=c0x00000000-cc-rp','16590124370714063921',35366),('AbFvOqknMCz6cVJcMwPP_67_-iHr2tCPgMyZifQw67_RWou-rpHMykonhUJdG8-m0lno7WsWaHFu5w','Sala, Amanda, and Jackie were great! Super accommodating and kind. They made my visit easy. The animal crackers were a nice touch too.','2020-10-23 15:16:33.736000','2020-10-23 15:16:33.736000',5,'David Phan','https://lh3.googleusercontent.com/a-/AOh14Gj5WA3VZKyije9rbFBiQv_hF8aBk_HxFmWZXcfj=c0x00000000-cc-rp','3511292162159714121',40121),('AbFvOqkNmm4ywwBZLQFFIcTniO52LTDqF5OFLKAZtDGt4SIYZIQnzyvcRANBMERCOlk8bLd6VgdVcw','Awesome place. The staff was both polite and caring in regards to my condition. I hope I dont get sick again but if I do I will definitely come back','2020-01-07 03:35:39.596000','2020-01-07 03:35:39.596000',5,'Random Chit','https://lh5.googleusercontent.com/-DHNQFuqXOIE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclj2H0UMqwbgotDVTccplbGN2afmA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39162),('AbFvOqknMn2sX_8uU1NJq08Hv0c7OWQzfcs-soaK_b_aGBsZ6tta0HNg7QQ2Ff-TS_XD172QKWQx6A',NULL,'2020-07-31 13:51:13.392000','2020-07-31 13:51:13.392000',5,'Casey Bradford','https://lh6.googleusercontent.com/-ZtKZ2Tykq68/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-lexXrOkZZdpCCYh2Pave8U83SQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29352),('AbFvOqkNN5ZKjJfpxMSVI5iCROiNPzZIGDvgSltm3mQgwfaRuA-dLp-HMjIXfeicBS41AxmRTF5P','Very professional staff and very quick service, very top of the line in services specifically Alvean, Tricia, Jocelyn and Dr. Mauldin, the best experience ever.','2019-06-12 20:17:09.126000','2019-06-12 20:17:09.126000',5,'Jesus Salgado','https://lh3.googleusercontent.com/a-/AOh14GhHd1qwWbWlE-XddVcis2hkC4SgRopevTvhlW7uPWI=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkNNaSp0SccRD1LHaxSf07htWpkX-3GeP9-3ztcIieXa7xpo3edO3xaqUll2Lg-CpYq3hePLA','Came here about 5 months ago and I loved my experience then and decided to come again today.\nAlvean and Jordan were quick to see me and very friendly. Doctor came to check and was very friendly as well. I did not have to wait long to be seen.','2021-01-19 15:46:09.947000','2021-01-19 15:46:09.947000',5,'Brenda Barcenas','https://lh3.googleusercontent.com/a-/AOh14GieB3J8Yy90_og4FKNzD8hw---bjOLUJTv3hjkHHA=c0x00000000-cc-rp','16389487648212004696',44487),('AbFvOqknnnUgk6oucSPWwlrroC3U9p1iB0LgBEny_7E-zcE6LytvQeqgSXfR7OGHY9o6tYnAAu3qgg',NULL,'2020-09-01 22:18:34.559000','2020-09-01 22:18:34.559000',5,'cindy huynh','https://lh3.googleusercontent.com/a-/AOh14GiBr0dzBLbwnMRVdY2IRzuZYJXyEKd92EPH0KYr2w=c0x00000000-cc-rp','14748677429039074158',31722),('AbFvOqkNO2yEhiT3yWRcOay5PtJXutgB7qkcol-4T6AlJ6_uBNFdqZMaJKIZ0XiFrqdFXcKLfZq0','I called in and spoke with someone about my health issue and i told them I needed urgent care and i was in a considerable amount of pain but I didn\'t have much money. They told me to come in and that they would see me. When i got there they turned me away. I walked because it was only a mile away from my apartment and my car was destroyed when Harvey hit houston a few years back.','2019-04-22 04:58:57.734000','2019-04-22 04:58:57.734000',1,'Cesar Zambrano','https://lh3.googleusercontent.com/a-/AOh14GiLfXwzDUFjVnt0tTF2WyT6iVqulgMtVmT7Mr1nYpI=c0x00000000-cc-rp-ba3','8679688254631342173',42708),('AbFvOqkNodj_KVprS9RK-T3Sw5Lks70J8s2Mk5_qbj21GY1hLZiu5KQ3hGm89sae6FvdkmmxxXrxBA',NULL,'2019-07-01 18:08:53.585000','2019-07-01 18:08:53.585000',5,'Lisa Serpas','https://lh4.googleusercontent.com/-eOgDvXFsUto/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmUATLADnCNtT9rFg490v2sWndbzw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29745),('AbFvOqkNOFqyumM9U_gl_tHWBV4C53jsUJzXHI45mkpNdG9onz4o1123UgJhsH_Nfazm0_7DxCvTLw','Staff is wonderful. Ashley at the front desk was very helpful and friendly. My nurse Debbie was super sweet. SignatureCare ER is great ā˜ŗļø','2020-02-21 23:15:30.430000','2020-02-21 23:15:30.430000',5,'Holly Nowell','https://lh4.googleusercontent.com/-H0NXluguFyQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-ZT05HPD_FL4ru1YpNqPcMtj7Xg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41932),('AbFvOqkNOjkPjUUIUl0TvvTg216HNEK7j2q9rgLSBJk1sUslsFl0mwPn1gVEetQ0PNnbIdBBz-xwvQ','This was the best Er and recieved the best care. There was no wait and I was taken to the back really fast. I was greeted by Yami and she was lovly and nurse Brenda was amazing along with Dr Souman who was very helpful and worked with me. I was really glad Yami explained the self pay process to me and i just has a great experienc!','2017-12-16 17:10:16.810000','2017-12-16 17:10:16.810000',5,'angel lee','https://lh5.googleusercontent.com/-zM97_5tfDVg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckaG-Th7OGRKgwSOvW3pgVeMk0Psw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43446),('AbFvOqknomfK-alR41xSqP2kNRnfaxlLkOoEQbFKelKOx9iX4zST0F3mJab1kF0OyUi-V7cLzxyI4Q','Today I worked with Rebecca V, Amy Patel, Jeri and Gabe, Patrick and Stephanie!','2020-02-22 07:08:58.074000','2020-02-22 07:08:58.074000',5,'Dekota Carpenter','https://lh4.googleusercontent.com/-eV2FRSZz0VA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclXnTqWa-xgBrTpbOo_4TOPjVb_Vw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34345),('AbFvOqkNOTKzdOBwb4eWsXWtRM0H2iniLtrvg3G9Acsdf1nFGsyD5EGCe4-Eysm6kBzrZyix0VU98Q','I had the best ER experience at SignatureCare Emergency Center. Quick and efficient service, and the staff was extremely friendly and helpful especially Aileen at the front desk. I definitely recommend this place!','2019-11-04 19:25:33.461000','2019-11-04 19:25:33.461000',5,'Aidee Lopez','https://lh3.googleusercontent.com/-SfqM1ifeANM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBA8jj5yERoM6URu0dTKq_RGnTPQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36091),('AbFvOqkNOxT-QLYKB8xhEN_65s0uhkl3k-nBfr1orbFcR7NSwiTMdmI13-xkqwoHuqHw1UCSGcxMcg','Ryan and Katie are very sweet and attentive nurses.','2020-06-03 23:23:48.666000','2020-06-03 23:23:48.666000',5,'Madison Reel','https://lh3.googleusercontent.com/a-/AOh14GhrPICCHAo7Ly6gImnVEmU75kIlqeQwKVuZkYwO7g=c0x00000000-cc-rp','3272657195432704501',39554),('AbFvOqknpJgK96olNApOhKtO2jV9UkkL-SVZ90x9Eir1c_AiPjHG2d87YzNQzxXzFXANkQoknAK1','Lady (curly hair) in the front desk with glasses has a bad attitude! So loud and unprofessional...','2020-10-22 19:09:28.061000','2020-10-22 19:09:28.061000',1,'Savannah Yanez','https://lh3.googleusercontent.com/a-/AOh14Ghxyv2mljAsqBSJX84meNQKFtskxzqpPuK59fi7qA=c0x00000000-cc-rp','14904078213800803294',32199),('AbFvOqkNPplv1V56G3P_Z39RnmLxlvLK06QnU4b523_a_lFUQ71TOgwe_g9-OzIqVtWxkDERjsHa',NULL,'2020-12-23 14:00:44.170000','2020-12-23 14:00:44.170000',5,'Elizabeth Lane','https://lh6.googleusercontent.com/-X4T5njGf55Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckDD_nIWUqX16mbW6otkTD2UyCtCA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',43740),('AbFvOqknpW2_3iVJukXsHSzsOyF2Avg5_D9UJhtzSylFmSqtaCRNGUeCZ5W5hVU-FZySrk6Y_H7eYQ','I\'ve used several SignatureCare ERs in the area. They are all beautiful facilities with all the essential medical equipment, not to mention extremely kind and experienced staff. The heights ER is no exception, and it\'s location is so convenient. I had to take my young kids there on a weekend when they weren\'t feeling well and the pediatrician\'s office was closed. There was no wait, the doctor evaluated and worked up my child quickly but thoughtfully. We left feeling reassured and with a detailed treatment plan. Can\'t say enough good things about this establishment. I would definitely seek their care again if needed!','2016-03-19 04:32:44.521000','2016-03-19 04:32:44.521000',5,'Ke Zheng','https://lh3.googleusercontent.com/a-/AOh14GhZt0VO8PmESTCMmDCnKZ89JFQ69urA5pjIP5Hapg=c0x00000000-cc-rp','14567670160750071148',31255),('AbFvOqkNQ8T4S45UG6PJ1oKu70Q7yFJAUV5tFgL839RMTgtWoqP9sn72EJF3EK631-5ZhkCxmiglag','Everyone was very nice and professional. Was seen within 5 minutes. Highly recommended!','2017-05-07 03:32:41.008000','2017-05-07 03:32:41.008000',5,'Travis Sales','https://lh3.googleusercontent.com/a-/AOh14GgjYqcScR6JJZXY33NEbXwVPEXoYlUbZuYljj8hxWY=c0x00000000-cc-rp','14567670160750071148',31045),('AbFvOqkNqFyEUXgYkKWR4TRRSEzwxVgbjUV0CK73um3aYlF02nHC2S9lAPnAF3zNHqG9YapqGg6V','Bretnie, Lorena, Christina, and Amanda were amazing!','2020-12-06 14:12:00.205000','2020-12-06 14:12:00.205000',5,'Georgia Barton','https://lh3.googleusercontent.com/a-/AOh14Ghue_wVEoue6_oFvXmgpbkUO0aOYOTpqXxGtgbGcg=c0x00000000-cc-rp','16590124370714063921',34054),('AbFvOqkNQpRbcxTkGl5gjKS46ivIr1_CFgyZH3nrkPMyTr6jNjBNuw2HYvJpWBEvdJCUMtYuny-xMQ','SignatureCare was great! They took me back almost immediately and began my work-up. The facilities were both clean and comfortable. Everyone was extremely friendly and prompt. Thank you Dr. Ortiz, Gracie, Niki, Bryan, Tim, and Hayleigh for making this a smooth ER experience.','2018-09-06 04:24:57.540000','2018-09-06 04:24:57.540000',5,'Joey Michelle Lopez','https://lh3.googleusercontent.com/-4oqVnslDqTc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmf80GlH7Rs8Ys2HFioH9P7-iggaw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30748),('AbFvOqknqYa2_XU3_5Du_y3Q9xfxs0gRvyUFVm6znK5y7-zYTdzQNT_FRP1Go49y3wCtDpNrMSsIJg','The staff was amazing. Very informative and also very attentive. Highly recommend!','2019-02-03 18:48:04.770000','2019-02-03 18:48:04.770000',5,'Leticia Molina','https://lh6.googleusercontent.com/-rHi65bvAykM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXo9dg9Xcw0RsYMl38Fdse8qXcLw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42734),('AbFvOqkNrGSN9S5UGgiQWS7oBlCEZ1SRBS1GyPSSzmkAee8uHLie9qskSa_BecevW-6YU_J85Nyoyw','Very friendly service and I was in and out in quickly. The entire crew was great and very patient. I want to especially thank Vivienne for understanding my needle phobia. Definitely recommend!','2020-01-15 16:01:41.850000','2020-01-15 16:01:41.850000',5,'L. Angel Hyder','https://lh3.googleusercontent.com/a-/AOh14GjioR7arhBhERXQAS4k-T9devWR8Z7tRSFQCr-MAKk=c0x00000000-cc-rp-ba4','14567670160750071148',30336),('AbFvOqkNRQeowPJsP_PbbUpCPu2GkQfsem7D9G1wCjvjFfj-W-b3i_IchCQSDRJPt48m9HfZut-mxQ',NULL,'2020-08-11 10:46:19.693000','2020-08-11 10:46:19.693000',5,'Johanna Holguin','https://lh4.googleusercontent.com/-pQW1g_EYrFk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn1FbImlKbfLuE3Iun8PQJEN9n7qA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31776),('AbFvOqkns-zFYd49vQVrHTLS40rH5jH-vzS61er16g26Ljxh0vzRTyqq1EcSwv_9okKQmfht9OSa','Emergency rooms are never very enjoyable but at least the quick and respectful staff here make an accident less stressful the other ER’s in the past.','2019-02-02 03:24:49.314000','2019-02-02 03:24:49.314000',5,'Connor Smythe','https://lh3.googleusercontent.com/a-/AOh14GgoFeB6lSo-K4x1W0kTDZ8NXgDsfFwsBzNzbVkBxg=c0x00000000-cc-rp','16590124370714063921',35022),('AbFvOqknsHOk2CgYrqDEPWnUSfxZ-wc4SkQ7Dz2HMEIkSpuIzA0uMiPIt-cGgdKRc_x5U9ij_MfG-w','No way of nicely saying this but this place is a scam go elsewhere for your covid testing\n\nNow waiting for the generic ā€œsorryā€ response they seem to be posting on everyone’s review','2020-07-13 04:48:32.940000','2020-07-13 04:48:32.940000',1,'J mtz','https://lh3.googleusercontent.com/a-/AOh14GjhHab2M78M0d0qgEpc01-AapIYrJxJs0xjcuud=c0x00000000-cc-rp-ba2','14748677429039074158',32029),('AbFvOqkNT-26Qb_8NEXdNwSExTDbspwE8ieoCCfPFCIoOj6sOQMHQDwldhrMZ1yj6MDCi8yRPCRNdw',NULL,'2020-01-30 16:24:55.360000','2020-01-30 16:24:55.360000',5,'Jaxson Dillard','https://lh5.googleusercontent.com/-BaW1dku3cCE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucklTQNMRLIjTDX9XCx0M84Yi204OA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34411),('AbFvOqknT83O62T9OpslTTVzGWWmMMjjwTqPoUoXyGauhKE1TeJm_31STNmpriZbrDfUltTsrOt1xQ','Staff on site was very helpful and Ashley greeted me with a smile and made me feel welcome. I will be back!','2019-01-13 14:34:22.806000','2019-01-13 14:34:22.806000',5,'David Skripol','https://lh5.googleusercontent.com/-QKCknF4OGqk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckfC8-bAI72FL-JRpxMtn-DY313SA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38330),('AbFvOqknTh6GHT_UiBZS2D_nU60Hd8YYrMDqUTEKgmrRvMrm9r0oe6QYKmg_21CcLf8JoRd-IV6D','Lyndsey and Jordan took wonderful care of me during my stay! Everyone was so friendly and accommodating and helpful in answering questions. I will recommend them to friends and family in the future!','2020-11-04 22:51:13.187000','2020-11-04 22:51:13.187000',5,'Marilyn Wisler','https://lh3.googleusercontent.com/a-/AOh14Gjc4RsMCqGMFGt96vB70OQYMdr9dcE-FTqtZz2pKQ=c0x00000000-cc-rp','16389487648212004696',32990),('AbFvOqknTMSrnzqMgeN0m3qf1rafDkI6y1K7wfAdyG1qoebTsFA2Fba2u9_JQbipNSYoDD2xPd1Scw',NULL,'2019-11-14 02:36:27.577000','2019-11-14 02:36:27.577000',1,'Ms. Mix','https://lh4.googleusercontent.com/-_CLyFAvNaD0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucltHNiLSt3BflWXvlo7HV5zUXhnoA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39211),('AbFvOqkNu7wwhVC5KfVBSWhbaoiCfa7DNPMyKHLbPM6kiapBcaursfYCanMoHHPMyQXwYpSLNTLE','Got me in and out quickly','2019-09-13 00:53:11.790000','2019-09-13 00:53:11.790000',5,'Marshall Stroope','https://lh4.googleusercontent.com/-B1n4cOxCI60/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnXexq7KrKQclA6giWQL5xBZoICAQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29675),('AbFvOqknuaXSVGgQmRf3WftKdkUwnXX_t1OqLfIxVsAuHngE8BHiXApT66MrK4B_G80H1yeicoqvqg','A very competent staff and a seamless protocol for getting in, getting tested quickly and out. Very kind staff as well. Thank you April!','2020-07-29 20:17:09.706000','2020-07-29 20:17:09.706000',5,'Michele Perry','https://lh5.googleusercontent.com/-gZZDFifN8hM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6_SyeozhKmIFBWlpPznkQ0xqi9g/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31832),('AbFvOqkNuDx9G0U1bDwAQoat6CZsQNX6Lum8Z52p68CWCQZfKqdUSz7iFazK6ukg8HSVDwNPYopP8Q','Signature Care in Lewisville, Tx. Is amazing they take very good care of their patients special shout out to Kevin for taking special good care of me. COVID-19 NEGATIVE!!','2020-08-18 15:41:57.742000','2020-08-18 15:41:57.742000',5,'Kalen Etheridge','https://lh3.googleusercontent.com/a-/AOh14GhYZrOix5Dy46MbixKDCImIUMif3v7NP2G5C5qKdw=c0x00000000-cc-rp','14748677429039074158',31761),('AbFvOqkNusOWeMYpoLqAiR7Narz4V70JGAJhcMpIvO-w2yt25PIjjnGiBgOEBCv64t3B16oXSz9ICQ','Excellent service and fast service. Knowledgeable, caring, and make you feel welcoming.','2019-04-29 02:25:40.408000','2019-04-29 02:25:40.408000',5,'bj walton','https://lh6.googleusercontent.com/-TI8FI5mClYI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucky5n1mrUqr2G-PMwLFLxrwb4vJaA/c0x00000000-cc-rp-ba3/photo.jpg','12541597562633926366',29104),('AbFvOqkNuYM8tov8BqnXOKF8UCKGU9_HfdMnL0HQN03Vewed0eweyNZtE9TS51dQ1dNVLGP1n15aNg','Awesome and efficient service. Thank you Dr. Vakey and your staff!','2020-03-16 19:43:55.981000','2020-03-16 19:43:55.981000',5,'angela johnson','https://lh4.googleusercontent.com/-iyKW0mx5kkA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnOfHNt8G-Ku_BE8OhG-wjlVGEAwA/c0x00000000-cc-rp-ba2/photo.jpg','16590124370714063921',34306),('AbFvOqknv-FGC_fpBmxpVdeabSbO6mIiIkieCoi_7q6Pt_H6OMHqiiXM0127qXXVJhNH-NNYvMi0ag','Dr.Faig Nurse:Fahme&Katherine Radiology Tech.Laura Er tech.Carl Resgistration.Alysia&Savannah','2020-11-12 17:29:59.809000','2020-11-12 17:29:59.809000',5,'Yarie Ryans','https://lh3.googleusercontent.com/a-/AOh14GinkZP8kUKUNtqa6KhHnfsYJnLNtCf8sQM62pLY=c0x00000000-cc-rp','12541597562633926366',28462),('AbFvOqknVpCWxXEJDDR12vHTY-YYBhgSRrJZNsaeRy6U6JqQU72U2sQ8Lr2iDvFcyqNenjvq8-rUoQ','The memorial location just north of i10 on Wirt Rd. Is amazing. Nicest people. From the security guard at the front to the front desk and the doctors and nurses who tend to you! Nice. Efficient. I’ve been here twice and barely had to wait at all. Highly recommend them.','2020-08-12 15:24:47.809000','2020-08-12 15:24:47.809000',5,'Steven Cela','https://lh6.googleusercontent.com/-ho2fJkifWd4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnllOYpidPKODURWfa9YQ2peqi_dA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32258),('AbFvOqknVqx_DRTSBuVMdLssKSgQcrSgk_M9ZWL0GWu9rljK6fEUSbwdmFhKLuBJItxP7-kYOdEN','A wonderful ER. The staff is exceptional in care and very pleasant bedside manner. The only complaint would be the length of time it took for results from testing (non-COVID). Coffee was hot too!','2021-01-21 05:39:49.299000','2021-01-21 05:39:49.299000',5,'Kelly Gross','https://lh4.googleusercontent.com/-7yp882yUhqA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckPnJrNu0woL8l7b2zU2DcDOC4Cfw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',44567),('AbFvOqknw5D8vkGUpBIAuFjn9rNPKrYczKeqzebBC6eGmR1HaBq8mS6k70vq6kJTheddhbZozbqX5g','All of the staff was very helpful here. I was very stressed about insurance coverage and cost of payment and they all took the time to share with me to the best of their abilities all of my options. The service was also very quick and I felt very comforted by nurse Jacob and Dr. Vaagenes. Both clearly explained to me what my treatment needed to be and made me feel relaxed in a stressful situation. Would definitely return again.','2019-04-17 17:18:43.335000','2019-04-17 17:18:43.335000',5,'Samantha Sliva','https://lh6.googleusercontent.com/-SIWyOI5dZ9o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckIqhMPvYUus-oEzm13h0CK9H3hvQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34890),('AbFvOqknwBo29iR1Ro5biNAS3XBZJZMklLs7Z_GAuffVOOXUp8rBrI3EuKk0JQDDDpYUI1TDZEbhOQ','I sprained my ankle and they were great!! The staff was super nice and they made sure that you were taken of!','2018-08-22 19:03:58.654000','2018-08-22 19:03:58.654000',5,'Hannah Solis','https://lh6.googleusercontent.com/-bsEFM039JQA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn88qCDlangbntrhzwxDEb9nIIn1A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35227),('AbFvOqkNWDt53Y0mUrfW1zNyY_WG8t_6TaTxs85UMYFvmaEx2igWVPgPhj5Gr6ga5brbcVpGycF3Vg','I had the pleasure of having Nurse Fanny, Nurse Eda, and Dr. Wang taking care of me. They were all so kind and excellent at what they do. They treated me like a real human being and did their job smoothly and efficiently without ever making me feel like I was some chore to rush through. I am very appreciative of this kind of treatment. They are really making a great name for Signature Care.','2020-01-11 23:53:32.915000','2020-01-11 23:53:32.915000',5,'Kyla Solomon-Hawkins','https://lh6.googleusercontent.com/-poT-iQ40QJk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckq5c5aqJyozjwSY8VGz-WLWNlvow/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36658),('AbFvOqknWhaLRxSQ8IRTJN_YQjTvWJ6RwgQJTjvq4xqN6gD3J3T5KCDTsTKzoMT5_2qQd0iB0_qxFw','Great environment and very clean. Lucas, Carla, Dr. Henderson, and the rest of the staff were great and very friendly.','2020-01-18 21:04:25.179000','2020-01-18 21:04:25.179000',5,'Isaiah Green','https://lh4.googleusercontent.com/-qtIKsrVaLmw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckQoTfVUcUGVTaZNP7bExwQyJe0OQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39699),('AbFvOqknWIpcMhK5BAL5u3YhbTGcNgsprh39pxcjiHeIYsHRGpDoksu9GsLXprEPiPl-fyzIBFoJYg','Great experience here at signaturecare emergency center great staff as well lots of help from Nurse Rollie , Natalia from radiology & Stephanie over at registration šŸ’Æ','2019-09-09 00:33:44.843000','2019-09-09 00:33:44.843000',5,'Jose Razo','https://lh4.googleusercontent.com/-sjeU31ZfJ-Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl4F1JClecWQTad7DtX0R8GgSsa1g/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42665),('AbFvOqkNwM_w6oUqHhi6DxGTYfiV2Rx-ALqwt4KlcM6Z1bHgkkVJSyBePH6XhfU0WukDalnmDId7bA',NULL,'2017-01-12 16:35:00.521000','2017-01-12 16:35:00.521000',5,'Amanda Lang','https://lh3.googleusercontent.com/a-/AOh14Gj3qnhIrFhsAV43Xi3ga3RKxxvGxwB6kl84JwUlaA=c0x00000000-cc-rp','17394740196501090048',37233),('AbFvOqkNWvBxc0jUXAs1QGr8zQ_b9O86kru2LZohsSWcMGP3KQC4nMK8uAV5zfKEALeMYu3107fqpw','I had Keera as a receptionist. She was very friendly when I arrived. JR and Jeri were extremely nice and helpful. I would definitely recommend coming here and will be back.','2017-11-30 18:41:13.803000','2017-11-30 18:41:13.803000',5,'Kayla Richardson','https://lh3.googleusercontent.com/a-/AOh14Gi2QGEgpz4x5_vJYX2CStjz7Oq0VU4LfV2HlHNv=c0x00000000-cc-rp','16590124370714063921',35348),('AbFvOqknwYUxxd2bjghWVQzfqP8nBmnQ3i7ow0hlqgcHm3DMo1C5dcKD1ltpfl-vXz295NjBg_FEtQ','They always do a great job over there, never feel uncomfortable','2019-02-08 05:51:53.693000','2019-02-08 05:51:53.693000',5,'Cyan Vaughn','https://lh6.googleusercontent.com/-TJbM1As5h_o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckcMVQEDCgttUUg8bbpQKzu6gNnsQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35020),('AbFvOqkny-2I_02vIIFNZIl5Ods4TOOdmN87Gky6B5FP_IfIN0rEz4vUUilqd5hZwnIgjZH3WGfX1Q','Quick service, clean facility, no hassles','2018-02-02 16:42:09.908000','2018-02-02 16:42:09.908000',5,'Darin Campbell','https://lh3.googleusercontent.com/a-/AOh14GhtNX3JB-kP964iPXsWvr2W4WDrXuBNxu283pzx=c0x00000000-cc-rp-ba2','16891069708558046635',36439),('AbFvOqkny7Qq5ezo7zCXN_bbGuoOUTOf1wngcxQt8oDqTi7oBEH8uSS3t5PL4j3IKxa97xvGjmRLXA','Very friendly staff!!!! Ashley in registration was helpful to answer any questions I had. John and Kanyon were both very nice and attentive and made me feel super comfortable. Thank you guys!!! Go check out Signature care. :)','2019-03-18 23:03:16.283000','2019-03-18 23:03:16.283000',5,'Cailey Whitson','https://lh3.googleusercontent.com/a-/AOh14Gi77CyKbEVi9-EUM5NMnajI8tv1dcffhzUKwD6m=c0x00000000-cc-rp','8626688543755174284',42114),('AbFvOqknYKv1KkzHMXl8omwIIGLd4WuzrE6P0WipLtZltA_txYQo9p7UDWNei5Bap7DkAs2tReXlwA',NULL,'2020-07-19 18:25:30.665000','2020-07-19 18:25:30.665000',4,'Monica Garza','https://lh6.googleusercontent.com/-kz_h6p84ekk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_c3x_ddziwI4VNhE_pkKH3zTk0A/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31970),('AbFvOqknzeUCGjtuF8Koc6g1P_NVfy12-_nJa77BkEPyhhlpdJaSsmLFzLn3SKp2Q5Y0bM_sajwr2Q','Dr elsbecker is such an incredible doctor along with his incredible staff; Freddy, Linda, Shelli, Natasha, everyone provide such exceptional service and has a smile on their face and has ability to make you feel loved, welcomed and comfortable! The best service in town!','2019-01-23 23:38:06.564000','2019-01-23 23:38:06.564000',5,'Cammrynn Stith','https://lh3.googleusercontent.com/a-/AOh14Gi13-7wEKB0z4tq6vrsSAKNs2wFy7HRzkOn8AhHJA=c0x00000000-cc-rp','16891069708558046635',36290),('AbFvOqkNzlOOTOgQrsOniKTbqoWsvtYMQv1LnPekr_Z2lPtk-TiOHswEmXeuJE5eX7zmbb-yST91Hw','Awesome!! They were super nice and I got in and out very quickly! I would recommend this place to anyone. Kim (front desk) signed me very quickly and I was seen by Dr. Akunyili within minutes. The RN (Anthony I believe) was incredibly nice and made me feel comfortable','2018-09-05 02:26:15.332000','2018-09-05 02:26:15.332000',5,'katelyn davis','https://lh6.googleusercontent.com/-a4pwy1MabA0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUCV8TjZZcEC9pkFA9Xsd7JaseVg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35198),('AbFvOqkNZo0B8g65Kw66GlesR3rUr_BDV6WTdnIIsYCB3AlUjMVBFPpg9ozuSfr-ZqYbNX0ENw6w','Such a great experience fast and efficient. Leslie was very nice and professional. Customer service is excellent.','2019-04-16 14:10:45.146000','2019-04-16 14:10:45.146000',5,'Desire Davis','https://lh3.googleusercontent.com/a-/AOh14GiiIMHmNAuxOQPjRU-9rVHvjGebS0ABEO3YMje9vdI=c0x00000000-cc-rp','12541597562633926366',29110),('AbFvOqknZv9LT5AA2OnpDeoN0q-jW5EkFDKoTUYMjUkpvVPTxKQWVhbAr7z-WMGNUu6VIUXq5urGjw',NULL,'2020-11-19 17:42:08.846000','2020-11-19 17:42:08.846000',5,'Alyssa Haltom','https://lh3.googleusercontent.com/a-/AOh14Gh85q-YCVn5h2lrsIwJv0Rcc_MlsMkQNC8S_65N_w=c0x00000000-cc-rp','14748677429039074158',31336),('AbFvOqkNZxZixHP4gPJBE-JfhB6gBiuAgtNFD6dTz4DuOIz3gqDQemCQFh1-SNPCCFdXfREv7d564g','I was seen quickly. Staff were all prompt and courteous. Highly recommend! Dr. Ortiz is great and everyone was so sweet. Thank you Alvean, Tricia, Jocelyn and Mike!!','2019-06-22 22:40:26.538000','2019-06-22 22:40:26.538000',5,'Amelia Titus','https://lh4.googleusercontent.com/-wsFI72AGg1w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclwmcjJ2RhDW6LDw_45gzUc_DPP6g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqko_-dUw8k9MkJ5lsGfn8FXLEgtcmWtMeMjL0eexUJ2rtfgSDLRGWH-AGqCjZVWL4mqZ5k-3Q','I came in on so much pain it was unbearable. In just minutes, the entire staff worked in unity to check me in and assess me. Absolutely incredible staff!! Dr. Iheme. Alvean, Marcus, Jocelyn, and Brian are truly a fabulous team. Before I left I had an appointment with a specialist for THE VERY NEXT DAY! I don\'t know if you\'ve ever seen a specialist but you can count on a 3-6 month wait. Sorry hospitals... SignatureCare is my new ER. I\'ll be referring family and friends. Thanks Guys...you\'re the BEST!','2019-11-20 15:59:40.341000','2019-11-20 15:59:40.341000',5,'Marilyn Atwood','https://lh3.googleusercontent.com/a-/AOh14Gi70-Qgt4o8VPSXXCXL_StIPRAs03jiymaSs_6J=c0x00000000-cc-rp','16389487648212004696',33709),('AbFvOqkO_3kxmF5IahtuegWE9r3hp3kuCKVdqdjZq-x44GVQWGw1KaSXo8n11Uos5MGblG2mTEdIMw','This is the best staff and Dr.Dunn was very sensitive to my problem and took care of me. Tanishia took my information and was on point and very friendly. My nurse was great and was very caring. Fatima was very nice. Thanks A team.','2019-11-11 08:08:02.674000','2019-11-11 08:08:02.674000',5,'Sheba Stephens','https://lh3.googleusercontent.com/-BOVVds3RY9o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclgeAMfNbLRbg0xzvaBAIibf-M20g/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37892),('AbFvOqko_kWfJC89W-u7tbob8MIZcZBJwJUQTMS6_4UWhDkAifJnUYfGqPEOlXfacZxSBLNe4l4dXg','The doctor was amazing she made me feel pain free and was super nice. I was seen in no time the entire staff was super nice.','2016-12-14 13:27:22.365000','2016-12-14 13:27:22.365000',5,'BH LUVIT','https://lh3.googleusercontent.com/a-/AOh14Gibtj_uYD7I4VKF2aqruZkR6fbVb_pvpk1aU_vewQ=c0x00000000-cc-rp','17394740196501090048',37249),('AbFvOqkO_QRhw-51fuCylU2cIn1WufaHLIcJM2mrTP2m9p9udZzqVYg0olXBBkZT1S4ki13yyHVRYw','My son came into Signature Care bellaire ER and received outstanding care. From the moment he walked in with Stephanie in registration, Rollie the nurse and Natalia the rad tech she felt so welcomed and cared for. Thank You signature Care!','2020-08-11 00:33:52.734000','2020-08-11 00:33:52.734000',5,'Natalia Correa','https://lh6.googleusercontent.com/-YUtNOEMfRGA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQFcrIPEfgNzTkoNDbYQkqMxHp3g/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42328),('AbFvOqkO_WrcY0MlJtkeH_deIOZ6o8FLgCG7tXaQwJvqucorI-w5iC4JxOSQ3544G5yZLV_or8vzMg','Dr. Mauldin ,Alvean-nurse,Tricia-Radiology,Jocelyn-Registration....This has been the best Hospital experience I’ve had in my life !!!! This place is Gorgeous,& they have snacks,drinks,& the best attitudes ever!!!','2019-06-12 22:22:40.661000','2019-06-12 22:22:40.661000',5,'Rita Stevenson','https://lh3.googleusercontent.com/a-/AOh14Giff_MsaSi6wIBBXwil3z-zeFU8Q2BHIYqwHxqcNw=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkO_XkkjQwpx9leVpr3heXbhNMfTTSS3HeVXvobhmDEngn-5fZ0JWccdMyXAEMwCLsFH-eF1A','For the multiple times I have come, all my experiences has been great. the staff Dr Patel, and my nurses Agnes, Joey, Josh and Amy were very nice, professional. Definitely coming back again!','2019-05-07 04:03:21.847000','2019-05-07 04:03:21.847000',5,'Karen Rutherford','https://lh3.googleusercontent.com/a-/AOh14GiZWu4UIsg7ZlAQnngsCMoHcXEHBgtdsijz32CtAQ=c0x00000000-cc-rp','3511292162159714121',40571),('AbFvOqko-2RgqJtvKKqLLuk7jQ4fagAtfomhxtKIcevefs-WOStENzN3Xdqq6uhwjjOvTSGE_HSD','I had an amazing experience here. Amanda and Elizabeth were so helpful with all the paperwork and made the experience so easy. Jacob, Bretnie and Patrick were so fast And kind. Overall it was fast, easy and enjoyable.','2020-09-13 20:45:51.095000','2020-09-13 20:45:51.095000',5,'hannah Moore','https://lh3.googleusercontent.com/a-/AOh14GhEdA6L8rxYQk8w_WawHz1KOtxXQBMKNAEMwhia=c0x00000000-cc-rp','16590124370714063921',34164),('AbFvOqkO-4c3h1FO2b3sybV6bD3lCo6UjIU8rXdmLs2VaOrQx5PVUE0NGmU6-BpzY135fTYhNvQd',NULL,'2019-01-06 02:48:09.068000','2019-01-06 02:48:09.068000',5,'Jean Lopez','https://lh3.googleusercontent.com/a-/AOh14Giu6p65deVTXEVJdc0qwog-jt00Nvj70ZOi7xiW=c0x00000000-cc-rp','16891069708558046635',36300),('AbFvOqko-B4LEtIsBAAH6KfptVOVHe_9i0amQan3co7ODZXvnGyBw6R_nFAVKKi2jZGZF3ghmJej','I am so grateful Dr. Harjai, nurses Julia and Christiana, rad tech Ricardo, er tech Brian and registrar Vy were there every step of the way. I was scared and very ill feeling, they made sure I was comfortable and cared for. I truly felt calm and I\'m so glad I chose to come here! The hospital was clean and they wiped down everything! Overall experience 10 stars!','2021-01-09 22:52:41.988000','2021-01-09 22:52:41.988000',5,'Tiara Henry','https://lh3.googleusercontent.com/a-/AOh14GieCUMEVmZr76_l4v80QF_xCQorwD5roWsprsBdX5Q=c0x00000000-cc-rp','15979470999169074295',44481),('AbFvOqkO-qU8Y1CVPih3x9c2Q5V1kyDbq6yJ-02oT5GXMiD39g2Emme44Qw5ZOTEr5JrQSou-A8cuw','They were quick and precise and friendly. Not condescending at all like I’ve experienced at other doctors offices. The staff that helped me was Lorena T and Amanda C. The nurse I will be seeing is Jeri/Matt, the Doctor is Akunyili/Jacob and the Rad Tech is Cameron.','2020-07-30 17:44:43.355000','2020-07-30 17:44:43.355000',5,'Allison Stewart','https://lh4.googleusercontent.com/-IFaZ8cg-CEk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn9qCDw_-Dv6h0Ds8eVflRXBv2f6w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34225),('AbFvOqko-ypcP585CkzBHCChelWVTteBmf4HcIB_hSGuifh1qWxtRAisx6xSQkexXt39-tCZB-oglw','My second visit to Signature Care and everyone was great. Dee at the front desk was very polite and got me back very quickly. Would definitely recommend others. Dr. Faig was great.','2018-07-19 12:29:05.921000','2018-07-19 12:29:05.921000',5,'Kalipha Mohammed','https://lh5.googleusercontent.com/-Tezjwk00cog/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck92Yw6ja-wzmNQ9d8OV87sIkSsYw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40922),('AbFvOqkO04PhcNwOrlnZ58nlhbHucg0sOoNre95P5SzqqaKEARZ8TbbXr3CRvmIzq-eGTEUN-xvlRg','Most wonderful ER experience. Was checked in by Kendra and she was extremely sweet and helpful. Waited for maybe a minute and was met by the Tech Patrick and was later helped by Juan and Jacob who were all extremely nice and helpful. Everyone made sure I was doing okay and did everything they could to help. Dr Vakey was very thorough and super understanding. He made sure I knew what was going on during the whole process and made sure I knew I had control. Everyone was extremely nice and helpful. 10/10. Highly recommend to anyone.','2020-02-01 22:14:47.869000','2020-02-01 22:14:47.869000',5,'Kole Bonner','https://lh3.googleusercontent.com/a-/AOh14GiH42ATXClleSxa0aLiRO10WHPZKjyaKnhDoc-2O8M=c0x00000000-cc-rp','16590124370714063921',34405),('AbFvOqkO09tJTJaqBLRWNcqm6zRJUgGAO9PYt5DmgmKoIZPgxkm_ZRK-GNoZVBBm6qAkAhuoj52JkA','Everyone was super helpful during my visit. Elizabeth and Nicole made me feel very welcome upon arrival, and definitely took most of the uneasiness I had away. I was seen very quickly, and Dwight and Joshua were accommodating and caring. They made me chuckle more than a few times! Dr. Nguyen gave was extremely professional. Highly recommend visiting this location if you ever need to go to an urgent care center.','2020-10-22 05:02:34.571000','2020-10-22 05:02:34.571000',5,'Brandon Alexander','https://lh4.googleusercontent.com/--KXhW8_MVWw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnA0AFeyw-BiAV5BcMg4IcbKMWh5Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40128),('AbFvOqko11e9FF_VTo1m1wyY4Yy5ejS3uE9wBgA8Sfy_btV4Jh9rhhbJwrEZS-5DrARPwmJMSnLG','Great Staff! Doctor & Nurses...were amazing! We came from waiting 6 hours to get seen from a different location to being seen Quick!\nDefinitely HIGHLY recommend! 😊😊😊😊','2020-02-06 09:24:26.011000','2020-02-06 09:24:26.011000',5,'Kimberly Yvonne Guerrero','https://lh3.googleusercontent.com/a-/AOh14GiiyUO-7Hf0CFwQMrWF5-T5A5nLtqWgx28JFp1tUUE=c0x00000000-cc-rp-ba2','14904078213800803294',32348),('AbFvOqkO146JVQoaAPdtkC2SXuU6lKoFhCpj_jEkOarhnlwqXMdBccZMQJuaiVa00npJ-43LvlLN','Amy and Brenda were very sweet and polite! Very welcoming and caring to my needs! Overall, I come here whenever I need care. Doctor Elbesker was very helpful as well!','2020-11-07 17:23:51.195000','2020-11-07 17:23:51.195000',5,'Tiffany Durio','https://lh3.googleusercontent.com/a-/AOh14GiRFYJzZP2TvZ4fYj-6d6zRTBZ63q5nZGf8XnOT1g=c0x00000000-cc-rp','2077061009497551125',38437),('AbFvOqkO1juPrNTQXHo-Ep8S89d7vdVa7B4pTpLsIxCckl6lbl4hC2i1ZVpuB-9BerZpWr5k-OCaBw','Fast and friendly staff!','2020-07-02 20:32:03.782000','2020-07-02 20:32:03.782000',5,'Areail Manning','https://lh3.googleusercontent.com/a-/AOh14GjYaoTSpKWGLAPCUPBTq5xXuNMdMVA3-xEdxmQuJP0=c0x00000000-cc-rp-ba4','13486358490203335051',29374),('AbFvOqkO1ydxWEkCJlR2uOo1PiTHc2JGuwTsNS618Qf3sjnNqYSgiLFjXLDmOn_iNxfwYadA8vwUlA','Super friendly, caring, and helpful! Love the staff','2019-10-17 05:09:16.372000','2019-10-17 05:09:16.372000',5,'Kayleigh Forbes','https://lh3.googleusercontent.com/a-/AOh14GhePYVBsk4WYhJSmLCDD590885TTodcW8vN-SbS6w=c0x00000000-cc-rp','8626688543755174284',41996),('AbFvOqkO1YwEjbEghEJ-AqUNtJa3-vS-LFSl7Ny1_zDdhNQX6rv5j01-aZUh7V79y4ClndiBIUHU','Staff was very friendly and a very clean place, Ms. Ashley was very friendly','2020-08-30 15:32:38.195000','2020-08-30 15:32:38.195000',5,'M G','https://lh4.googleusercontent.com/-9NvkbqX43Rk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn-3VWbH38C0kLD7OntqFYQtxjzAA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37572),('AbFvOqko3VnK9KcC7PuMv9IRydpjXf5A4azgTIZozOD6yt1xzQ_S1ZYKTjiH9J8g1ZbkdVGqjR1D6A','I bought my wife in and the entire staff was fantastic. Dee at the front desk was awesome got us back really fast. The nurse was very caring and helpful. The entire team was awesome. Thanks everyone.','2018-07-20 01:27:17.217000','2018-07-20 01:27:17.217000',5,'Deopersad Rambharath','https://lh5.googleusercontent.com/-3j__wEai08w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclqmyjsPEPxvNVg6Y2PqM2ThfzGAg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40921),('AbFvOqkO4ECOyWEify-hldGi2ixhIGQzkCx40iv8cckLTMVIPO1YsJODaTO0giw8FqGXwYxL_8uUVw','Super nice Doctors, Nurses, Staff, help me with everything i needed, very polite, took care of me from beginning to end would highly recommend to everyone! Would give more than 5 stars if i could! Special shout-out to Gricelda and Luisa amazing people.','2020-12-11 19:35:25.042000','2020-12-11 19:35:25.042000',5,'Flacko Diaz','https://lh5.googleusercontent.com/-xaZ_D-aQXq0/AAAAAAAAAAI/AAAAAAAAAD0/AMZuucmI7LJhb46XGNl_dPwdid1CozJ2Vg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32851),('AbFvOqkO5y6PzpQxoMqpQChTJmft0paepr0nPAl22r8rse4yKMbxQT7EYIwf-tfCmiLpgdglNMD4MQ','Marcus was great he helped me laugh so I wasn’t in any pain. Alvean was very helpfully and I feel better before leaving. Jocelyn was helpful at the first desk when I was checking in. It was a great experience over all.','2020-02-26 18:15:21.072000','2020-02-26 18:15:21.072000',5,'crishon taylor','https://lh3.googleusercontent.com/a-/AOh14GjMWYFBfZjfhJhgxRqGpBcm-VMZlYX3J9nXZkA9=c0x00000000-cc-rp','16389487648212004696',33322),('AbFvOqko6FrT0HxB3vI_SAEtvSqS81VY3l8Lcy_KxSI5CnnwWMj51ca3RNgZ_ZDqXrctn-itWvwZ-w','Any\nDr Daniels\nMaureen\n\nExcellent Service, Love Them.','2019-07-07 03:15:12.272000','2019-07-07 03:15:12.272000',5,'Xero','https://lh3.googleusercontent.com/a-/AOh14GhFsOlH--26VFQ94jV_nKVlETHoT4YRTV89bCsNMQ=c0x00000000-cc-rp','3511292162159714121',40508),('AbFvOqko6ReQJv0LeRDeAy-1Jbilhd0eKB2kegTCrzg1wcmv8TpG5W5geRZTNTxm5sm6fIlhVTHYdQ','Beautiful neat and clean place, very kind and quick service.','2021-01-04 21:09:57.782000','2021-01-04 21:09:57.782000',5,'Mich Mich','https://lh3.googleusercontent.com/a-/AOh14GitCmZfQuo2rJ94_b6Kqkfr9nmih-wTFNaPaYp-TA=c0x00000000-cc-rp','16891069708558046635',44345),('AbFvOqko6tr1jgBmaDskAuvYhXRQqgCGCtpzE4SBIWXSRPExDK8Q_9DbmY6EyiOj3PuOzgJJn8XO','I love Signture staff they made me feel very welcome . April was Amazing she made sure I had everything I needed.. something to drink and even offered me a warm blanket.','2020-10-05 16:07:08.007000','2020-10-05 16:07:08.007000',5,'nina vasquez','https://lh4.googleusercontent.com/-gASsMrm8g0A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckrkNDZqZLD0W3K5DmAD0qlIUvsiA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42882),('AbFvOqko7ZVt9jXBzuEv4D9IzNL6KVdzshCg8uVRfozKHHKF0gexh2itIHNuVo83WV8XkiXfFKNGDw','Loved the service. Everyone was so patient and kind. 10/10.','2020-07-24 20:06:28.563000','2020-07-24 20:06:28.563000',5,'Victoria Mendoza','https://lh6.googleusercontent.com/-QAVt_Ox5fjQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclFr7Xx3IIWpDREEWfJT9-KaDCdww/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38787),('AbFvOqko95jixAxAEMeJl3Azb7YKccZNuBFHIDIF-iU-Ld0otJsyzqmAJW_ZD83zhPetMdQ7B_coRQ','Dr. Yost took amazing care of my husband tonight. Amber and Gunnar were amazing with his IV, EKG, and other testing. Also a huge thanks to Tobie who got us in a room within 5 minutes of walking in. Y\'all are the best!','2019-07-18 04:43:13.525000','2019-07-18 04:43:13.525000',5,'Mary Powers','https://lh3.googleusercontent.com/a-/AOh14GgQsq1BEQ6ULAgS9GP4B-7wKNnj0MJu5bxNWSP19WA=c0x00000000-cc-rp','3272657195432704501',39847),('AbFvOqkoAFHEch_fIp8wqtyP974HEKlYZNRs2XxdP9pivnm1UG6H4YbB8lDEbGvTWtsuljowvf9RKg','Awesome customer service and fast service so thoughtful Valery, Delores, Julia, James','2021-01-11 21:37:25.833000','2021-01-11 21:37:25.833000',5,'william carmona','https://lh4.googleusercontent.com/-PnmAzj4kyO8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnwNEteEDgs3Er4cGged7sOZEPnwQ/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44477),('AbFvOqkOaIMrq2eObCeWXYpCIrXXFuyBJL3Bu9JGSrW7JG4q_NHZsqLSYFWz1_SLFIZpxmvLw4q6','The wait was not long and every one was super nice. Dr. Das was very helpful an explained every thing to me .','2020-08-14 06:01:37.069000','2020-08-14 06:01:37.069000',5,'Adrian Ezeike','https://lh3.googleusercontent.com/a-/AOh14GgPiNjo5XugLy6BlCB8MGNokkqvxvF-lS4aYGeu5A=c0x00000000-cc-rp-ba2','14748677429039074158',31765),('AbFvOqkOaMtruw5PmLFo1fFIkfjwAEwYc9eDXJWDUBBinnmimYR2EmCCefB8LZfs_B-W7VmQK3zeuQ','Wait to get in for test was a little long, but the test took no time.','2020-07-18 20:40:18.444000','2020-07-18 20:40:18.444000',5,'Jerry Pruitt','https://lh5.googleusercontent.com/-C1sNYhpBTmU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclkfzRmJ6WNuu_GpX7_hfJAZj2fLQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31992),('AbFvOqkOAoUJfowQlAeMWgwm1gtsra7YLEkwb_-pE-gmsE8_LbHNflfwFItiS7ZDwRSZ9NJ20eKH','Love the staff, felt very welcome and they are very affordable. Great job. Dr.Smith, Ms. Ekaterini, Mr. Joshua and Ms. Melissa made my husband feel better.','2019-08-09 03:49:31.290000','2019-08-09 03:49:31.290000',5,'Maura Sanchez','https://lh3.googleusercontent.com/a-/AOh14GgC9-D3xEShxSjAuYz7DyyHk55smp_QMtCt7FSJSA=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkoaznw0Af3mO1YVPvG33JRMfKUR-eM7QOzecEeFhuJFtQFkMC04vaPNXwMdwDioAHkZ2iADw','Checked in this morning and received excellent care. Shellie, Jesse, and Dr. Elsbecker were quick to get me diagnosed and find an appropriate method of treatment. I would highly recommend this place if you are wanting to be treated quickly and received the best care. Thank you Signature Care!','2019-08-19 14:07:42.765000','2019-08-19 14:07:42.765000',5,'Kristy Reissig','https://lh3.googleusercontent.com/-NpTeNWJlYkE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmGSi8dE05J59SanxHITrXdwkvRsA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36145),('AbFvOqkOAZXA-NvHVZaIML2cxjEptFCEEMGjznnTccx77Tlp4Tp3GYQIRo4bd-tm3HLRGadmk4mxxA','I had an amazing experience here! I came in for shortness of breath and my chest feeling tight and painful and Haley was awesome in telling me what they were going to do and her bedside manner is amazing. Katy did my IV and was very kind with me about being nervous. She also made it painless. Within an hour I was already feeling much better.','2021-01-08 22:59:51.646000','2021-01-08 22:59:51.646000',5,'Krystal Morris','https://lh3.googleusercontent.com/-Z19O2OU-EYo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl58yzKCyUikW4YqQoqrazoPWWT0A/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44634),('AbFvOqkObIAvG321ZxWhoMob7yBFOATK9ewwnSs6aeP2zCiXl4hb8i779l9F9DPBABEeNTTN_2MKSw',NULL,'2019-03-20 03:34:20.684000','2019-03-20 03:34:20.684000',5,'matt wellwellwell','https://lh3.googleusercontent.com/-hRw5Ssogh5U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmHWjeo7JVNSA7iyXKd0hmjVS_DZg/c0x00000000-cc-rp-ba5/photo.jpg','8679688254631342173',42715),('AbFvOqkOBKWq71YD2xVaFxnweARYnVVelV1EXdY9ALRZTivePz83_oAxr5FZcBkc9c3v0LBiK5T2Jg','I came here, very worried and concerned, but within just a few short minutes, I was put at ease.\nGreat care, great staff and great doctors!','2021-01-15 01:47:20.391000','2021-01-15 01:47:20.391000',5,'Ron Zion','https://lh6.googleusercontent.com/-xc_X-yOoSWo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl4CR1_11QRO0tm1RW5AjHxltdqdw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',44570),('AbFvOqkOc3zBN1BNmGA77c5MC_RsTeLBZ4qrWAIqQY4qFkl2IAFHGwFrJeFmS0RvjsNgfbP24d39oQ','My experience with Signature Care in Cypress was the best! Thanks to Alvean and Marcus so nice and made sure to make me feel comfortable and updated with information.','2019-04-28 22:20:22.354000','2019-04-28 22:20:22.354000',5,'Lakeisha Powell','https://lh3.googleusercontent.com/a-/AOh14Gg5V3X9sVV1AfPm0ohGRvdN3YOt90AsQzLY6ri8uA=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkoCvW8YezEB1D1MDM-6_3ioq7Uiz2hpqxjfTxtKg8A2WKQ9f3vyPEVMq-1Xs_4HGt78yy5FA','Everyone was very nice and explained everything thoroughly.','2020-12-14 16:09:28.864000','2020-12-14 16:09:28.864000',5,'Erika Saunders','https://lh3.googleusercontent.com/a-/AOh14Ggan5Mh0msKJ3aC9kBKSzkgeziarbybGQxgXPEVEw=c0x00000000-cc-rp','3511292162159714121',40019),('AbFvOqkoDz2NW2DXt8m2Iy9HQa_fEfR2L-Wv1SeDq6msRCAnzGrr8hiMI4DjtUTk9OjqYn6uC30x',NULL,'2019-10-18 19:01:16.050000','2019-10-18 19:01:16.050000',5,'Leopold Von Fly','https://lh6.googleusercontent.com/-QC1jXDhV9zM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckDeCZ_ugXWdGxo8GtrPVxrRQJMRw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42647),('AbFvOqkOdZ3EHA_VhrXPg64QTnyU8SgHI3LSRO7PDm_etR_gSc84h-UNzbzgUX_EsrRXNwbsDchYUA','They took care of me, made sure I got what I needed','2016-03-14 16:02:08.508000','2016-03-14 16:02:08.508000',5,'flysam6','https://lh3.googleusercontent.com/a-/AOh14Gh_buc7FknPRmrQc_JVa-nhqjCvBBEuPYG3BMI4nA=c0x00000000-cc-rp','17394740196501090048',37369),('AbFvOqkoeI2FsyIWjs_EpjJtxOcGDgtjeU3qSTOqLPQU3XFw4oZ8upIzhvNlWOFKsM1lhE-ZWLi3hA','Dr. Vakay was very quick to diagnose and was extremely professional. He explained what he was doing and why in layman’s terms, which helped assuage our worries. Check in time was great, and our tech, Morgan, was very open and knowledgeable.','2019-04-02 16:34:30.543000','2019-04-02 16:34:30.543000',5,'Daniel Stewart','https://lh3.googleusercontent.com/a-/AOh14GgGTNa834-5mW_yz0BvoKp3G8oXA3Ktl-JkGpUMi04=c0x00000000-cc-rp','16590124370714063921',34927),('AbFvOqkOF-cUBtmmR6MWpm4QjKSw2ABqjXvdG8H1nRZPd5FWCRexvcRrOEVx7555ETH2xTbEkndQ','Went in for a rapid Covid-19 test this morning and everyone was very professional. Chelsey and Townesend roomed me, made sure I felt comfortable and got everything done in a timely manner. Highly recommend.','2021-01-09 15:48:41.236000','2021-01-09 15:48:41.236000',5,'Zitlali Perez','https://lh4.googleusercontent.com/-o2jUmbK3Fzw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnQCN-wRpULANYsRj3HRWv51kmMYw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',44533),('AbFvOqkOFFWndW9rrbGotwQzZUJ9eOX5uYtg1a2rif8ghhiZGT4GQey0fOmATBhyFCws6NsmzqR3','Unfortunately, my experience with Dr. Castaneda was extremely poor. He is extremely arrogant and unnecessarily aggressive. My husband and I were not pleased with his behavior. He argued with me in front of my sick daughter who is 2 years old. He exhibits traits of a misogynist and narcissist, based on his behavior towards me.','2019-05-28 00:41:26.818000','2019-05-28 00:41:26.818000',1,'Midnite Rose','https://lh3.googleusercontent.com/a-/AOh14GgvFPCsxP5GG-90nnixMqVuOBgsS7GyVHWsXTR0=c0x00000000-cc-rp','12541597562633926366',29095),('AbFvOqkofjwscsem_7uv4N_YKV6TuFZltJQQX2I7_34EWkWiEfHcmrkGDnu0gAxsRdllZICJaRsIdA',NULL,'2020-01-27 02:25:35.828000','2020-01-27 02:25:35.828000',5,'Anah Khan','https://lh3.googleusercontent.com/-ibfDk1Szr8E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnE-FxuwKcPGcgt00L1jN_7HNiBLA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40332),('AbFvOqkOfKu_zyRCn7OhZEiu3hFRxdtTtp7Zk3fJY9mUhZandbP4p5Y9zE5nhYdKnadQymMMzR1I','(Translated by Google) Dr. Iheme\nMarcus, Jocelyn, Brian. They were the ones who attended me.\nEveryone is very friendly and helpful. Would definitely come back\n\n(Original)\nDr. Iheme\nMarcus, Jocelyn, Brian. Fueron los que me atendieron.\nTodos son muy amables y serviciales. Definitivamente regresarĆ­a','2019-11-20 13:32:48.168000','2019-11-20 13:32:48.168000',5,'Sixto Merlos','https://lh6.googleusercontent.com/-fha5Dbbi5IE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmp1bv6_DIR4HQsxKRVrmSlZ4HSsw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33711),('AbFvOqkOFLlNITOR6WjBY3IVuKLhyxF0WX8Z4p9WZuhEAMS58Szt9mW1SL63FGCoyKMx__McDdjX',NULL,'2020-10-31 15:47:27.074000','2020-10-31 15:47:27.074000',5,'Angelos Rounick Platanias','https://lh3.googleusercontent.com/a-/AOh14GhrzpMmXmVrfd31SvTJbUB0HajD3H0YuKULvAGtww=c0x00000000-cc-rp','3511292162159714121',40088),('AbFvOqkOfNRkgdpA2Q0va2Vhzc7ysj2pnuyzcpYZmlDzYZqSvJtSvZ_t-okSRKKTXux-XzN_l5HBVQ',NULL,'2020-07-26 22:22:43.684000','2020-07-26 22:22:43.684000',5,'Jose \"Pepe\" Cervantes','https://lh3.googleusercontent.com/a-/AOh14GjGJlnT0iVNd5J0Kc-Hhk9YxPzHbEvt1jmILpwe=c0x00000000-cc-rp','2077061009497551125',38754),('AbFvOqkOfOQ72GZE8auI9K9yC0tWEnByRNM6xQky7yFRLY_VdzPiqrwqDUZTUd2QuSm4F4VwRSC1','Chloe, Alaina, and Harrison were great! So kind and professional.','2020-12-17 23:43:28.025000','2020-12-17 23:43:28.025000',5,'Beth Daugherty','https://lh4.googleusercontent.com/-OKHt-ILKklQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVxEe40UCSrjhYkW6OFE7bdMyehg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44668),('AbFvOqkOfQLMSBv4JbgDam0Qmlxnn8f62fFkjZ3TTdAlbGozg6v9DHzpz3IfC8QJQDyYADpAT02YAA','They are really fast and the lady that attended me was a very nice and and answered my questions I asked I will definitely come again Thank u Teresa M.','2020-07-16 20:54:35.921000','2020-07-16 20:54:35.921000',5,'Karina Griego','https://lh6.googleusercontent.com/-I_j63WWLou8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-B0ZQDWqaKRvGry-ep5PAG6f1pQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41360),('AbFvOqkOgoZGMPkZ89-YTtidYqISYH-UFMCsAr3WEsHfbVoBvVzFrsQl2T6UdbvMNDmib5gC7wNiqQ','Dr Thomas listened to all concerns.\nNurse Susan , Tech Laura, Tech Daniel and the registration Briseida were all welcoming and friendly making the stay pleasant','2019-11-19 04:48:53.427000','2019-11-19 04:48:53.427000',5,'Aisha H','https://lh5.googleusercontent.com/-A9JqulmZg9E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnbCQc22N1Ha4f0EGPoIanRzCa1gw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37870),('AbFvOqkOgRvv-I4e8A4SWIUnf46WFjMQxjhL7HqvU42JhoqLx-U5IZUdAHxBKtL5A713Y0aj5-KB','Very nice place if you book your appointment online you go then in and out with frame time that they give you nice staff very professional','2020-07-01 12:53:52.049000','2020-07-01 12:53:52.049000',5,'Reem Saeed','https://lh3.googleusercontent.com/a-/AOh14GjvvbygcYL43gxXf6wnL0n6UHE_hQR1I6sRaMqo=c0x00000000-cc-rp','17394740196501090048',36572),('AbFvOqkOgtz9n3aWiN_N3iQUG3M6jctMppS_jc6Psxuvg4SJ-QRTZFYV2yhhORy8gb_gvXukIkSL','Very clean facility, friendly staff, knowledgeable doctor.','2020-11-01 21:38:58.109000','2020-11-01 21:38:58.109000',5,'Ashley Buentello','https://lh6.googleusercontent.com/-6zimqGVSAE0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxp8y7jdduMMLRTLxGcK45WTaZzg/c0x00000000-cc-rp-ba2/photo.jpg','16389487648212004696',33023),('AbFvOqkOh-TO_9HgAAIcay6_i5WZP8wXpVAjTq5tcFOSEQvrwtvCdpBgKnFS-UkzNWMV4kRM9M40','Everyone was awesome! Loved Dr. Ortiz and the nurses Alvean and Heather','2020-10-28 21:34:52.110000','2020-10-28 21:34:52.110000',5,'Ekaterini Montano','https://lh5.googleusercontent.com/-7pwJYHOixHA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckoARsZlQzd56Qfw9CC-b17mmD8cQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33044),('AbFvOqkoIdHtVh15anfbsyKikdcj-c7UvrvvyLp-DRUqPBJVXTa6FMPhbvgvcWRemG_lX75rZgxkzA','The staff is so nice and caring. I had Lorena, Kennedy, Rachel, and Bryan. They were great!','2020-12-12 23:02:09.659000','2020-12-12 23:02:09.659000',5,'Camryn Koch','https://lh5.googleusercontent.com/-Ni_UnnbVTDg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmaKVZHgyo-NYjP168KqdUSKqhPiQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34039),('AbFvOqkoiJ4Z5Potj6CaNWJruu8KT-OdKE3PLwsi-8fweLEOcOXTiiOZS9tAQgI6Q4SjDEaILmSVnw','I absolutely loved the whole visit to Signature Care! From check in to check out. Everyone was so helpful and make you feel so at home. I really loved my nurse Selina she really went above and beyond for me and made me feel like she cared about me and my health! I am never going back to s Hospital ER ever again. I am Signature Care #1 fan','2017-08-11 08:37:44.091000','2017-08-11 08:37:44.091000',5,'Dessire Camarillo','https://lh3.googleusercontent.com/a-/AOh14GikMw5dcJ3tKQTsi6I0q2PR_9RFZ0gXyisWSZ7d=c0x00000000-cc-rp','17394740196501090048',37101),('AbFvOqkoIrhCaG0EKQ8AVpfF6LO2S2Ko0M9KYCM9D21iLxEe1IJaP2-Z34weHxKhi4Y1xtfdUdYRIA','I was worried at first when I arrived because it was an emergency center, but Emily at the front desk was very kind and welcoming and assured me it would be an easy process. Kari and Amy were awesome and I was able to get tested smoothly. Thanks!!','2020-11-24 12:31:14.853000','2020-11-24 12:31:14.853000',5,'Muhammad Rohaizad','https://lh5.googleusercontent.com/-AkyRrcSsLBc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclwmY0w2Zc5JhupCE_v_tMZ3ndfYg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38412),('AbFvOqkOIsN7RC-EMknSxJZNXBjXvE5gtvqRCWEpIAAV7n7f4fdUqRmo5abxQ0WpkI8TaHac1ws8UA','I personally didn’t get treated here BUT I took my friend and they were all so nice and helpful in a timely manner. If I need treatment in the future I would definitely chose this place!','2020-01-21 15:18:51.383000','2020-01-21 15:18:51.383000',5,'Paige Hanna','https://lh3.googleusercontent.com/a-/AOh14GixTgkyjMxNqYI_vTwr1Rex5tE2EwmLBtf6awhZcg=c0x00000000-cc-rp','16891069708558046635',36004),('AbFvOqkoKCUyUjqs4K__qm-9zQUmj4eNGuQu3r7v-zHBzE0E5Oiv-9KqP4IvUxEUi7o9MBkcteB7Hw','Amy had such a vibrant energy greeting us when we first walked in the door. Nurse Rommel and Dr. Patel were very caring and really confronting doing the whole visit here.','2019-05-07 05:43:22.298000','2019-05-07 05:43:22.298000',5,'Britnee Tollivar','https://lh3.googleusercontent.com/-iL2ZlOJGgbY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxSX4sUClrwzAschzfUjEoES2IWA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40567),('AbFvOqkOkhPuLpJZII1gYqBirkbDfYmozN4RMa1Y7G8SsQnrkUsChIuEUEnLviwGxw4Jl2dan6SYbg','Very friendly staff! In and out with results very quickly! Vivian and Elisa were great!','2020-10-06 06:55:32.685000','2020-10-06 06:55:32.685000',5,'Lisa rachunek','https://lh5.googleusercontent.com/-D9OLwYgncPs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm7bgOgFSufjuPJuLS3piOU0E3Bqg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42878),('AbFvOqkOKjEAIOPoW2_pFP_YKHC1bGLpHnugJ7SbXbsJcdCD3E7F_aa4o8vivv8wARiOoY054pelqA',NULL,'2020-10-09 20:31:31.410000','2020-10-09 20:31:31.410000',5,'Thomas Zimmerman','https://lh3.googleusercontent.com/a-/AOh14Gjco5mAaQIU-p-lHe2my8eLXvcQTFeZJOH4XFF44w=c0x00000000-cc-rp','8626688543755174284',41881),('AbFvOqkoKT8BKSBrALMAnqdCtSaPwLRciIZx13Hfv-un11p5fDvveRQkaISehVdZ9nme-__iLjP05g',NULL,'2020-11-01 15:25:25.388000','2020-11-01 15:25:25.388000',4,'tree top','https://lh6.googleusercontent.com/-YtxX6C9WdhE/AAAAAAAAAAI/AAAAAAAAH0E/AMZuucmk91iHzd9pAUj06cJidfiSDeuUfQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33033),('AbFvOqkoKWEyAd1rZZ_LfMetSehnzHtoguzLrJ4XvD-dpHUR7kC5Xjpw_suecN1ZJvmxRgfMAu7k','They are very helpful and so sweet','2019-05-22 19:39:39.058000','2019-05-22 19:39:39.058000',5,'Juanita Choyce','https://lh3.googleusercontent.com/a-/AOh14GhT3q0qtwJie_ClZ_Jbyq24y3vzfVFcERkWx11Jvw=c0x00000000-cc-rp','2694018788013845459',39343),('AbFvOqkOLB-0jeTU_Lj2N5jhVnfN8OThZIksCa4zkhLhz--uIRwVRxMg0BrYY6WpBVwcddNyDNxXag','Nydia and Matt were very helpful and quick!','2020-08-09 23:10:46.214000','2020-08-09 23:10:46.214000',5,'Nicole Kuykendoll','https://lh3.googleusercontent.com/a-/AOh14GgDviLV-BE1MYa6nL1wcVPFCtcKWWisipFwZmBmuQ=c0x00000000-cc-rp','2077061009497551125',38625),('AbFvOqkolgT2eZcgUUq1Naf5yPZSOPT7bc-7utHF0gFk9Yp5oOLihE1AsMoQuxjtcCwPciwnoA66','Awesome place! The staff is very nice and there\'s never a long wait and the facility is beautiful.','2020-01-18 02:47:38.081000','2020-01-18 02:47:38.081000',5,'Brenda Drew','https://lh4.googleusercontent.com/-8MTfNNPJtCM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclsc17Gchej01XtJH3wU0Tw5wWKqw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30331),('AbFvOqkolZnE4NnNjsoJV6xyN-foTIoSkVo-AaH088DKYkB62Zu-z6tqPKocPCcVT_HeRIuwLk_O','Went to this place after my car accident. Lovely and clean facility and friendly staff. Very little wait time. Jocelyn checked me in and was supper friendly. Rachel and Marcus were my nurse and nurse tech were also friendly and made the whole experience great despite my pain. Would definitely recommend this facility for any emergency needs.','2019-09-09 21:59:51.111000','2019-09-09 21:59:51.111000',5,'Miranda','https://lh3.googleusercontent.com/-pfkvgL_O-z0/AAAAAAAAAAI/AAAAAAAAXBI/AMZuucnCwRHyIsF9fzAnLdXIWWB7ey8y3A/c0x00000000-cc-rp-ba3/photo.jpg','16389487648212004696',33982),('AbFvOqkOM8syOskD2f912WW-O7QL-9CHWFQ8gHF545uZDG4HdLqsocRrZxS5CLLhQyAOW5AhxvpTYA','Awesome staff ! Lorena &Victoria ,Bretnie/Matt\nDr. Cabaniss /Dr. Lindsey and Tori .','2020-07-26 16:43:09.334000','2020-07-26 16:43:09.334000',5,'Joyce Ripkoski','https://lh5.googleusercontent.com/-aQPhYJN5kSA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckN6el9n53ZsLvBeDkmj1rJ2IuaOw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34246),('AbFvOqkOMN_AhGZfkJwaS0WO20VzFBtMCX-vU6Tk5qZOIXi_KVu5Hvv2YaRvWnjcr65zo7G-8VuceA','Very professional and kind people. I highly recommend','2020-12-29 02:45:01.440000','2020-12-29 02:45:01.440000',5,'Zachary Buck','https://lh5.googleusercontent.com/-1QFtYtzuGtI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmnHNb-VA6KDCg5IaoaMWDn6Y2PIA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',44061),('AbFvOqkoMYKHXeuSOKh0mxiTdug9a1VzsAeec-ZfDCbDawTaMYbPze5JTlVO0ziSlVRcPqFK_qp4Nw',NULL,'2016-06-02 07:04:17.332000','2016-06-02 07:04:17.332000',1,'L D','https://lh3.googleusercontent.com/a-/AOh14GhLhhYB4fdB-bSbCoVQU-zCrORrRbEiURZwyKK2l6k=c0x00000000-cc-rp-ba4','13486358490203335051',29974),('AbFvOqkOn8eEqSzboAFv8wE7Q4UMKNsMUjg1V_HUgWhCh0w2vzkPH4lET1VO1iL5NRarmee-cZh6OQ','Excellent service and care from the moment I walked in, and throughout my visit. Each team member was very attentive and caring. I was seen without a wait and offered a warm blanket. In is hard to come by such great care and after a car accident it was such a blessing to be cared for so well. Thank you!!!','2018-12-22 18:56:23.982000','2018-12-22 18:56:23.982000',5,'Erika Lea Peterson','https://lh3.googleusercontent.com/a-/AOh14GhWQZdgP23uMROEHbDxe0gWEITK3xkCLjxpkabQeg=c0x00000000-cc-rp','13486358490203335051',29958),('AbFvOqkOnHoHSt83yfJcC573RJN34z6UioL8pR-ajB8z3zcekkUqgi_DF_V0h4SEGT7JkdmvB86E','They were very nice and understanding. The staff was very professional','2020-10-05 13:07:58.054000','2020-10-05 13:07:58.054000',5,'Arelys Hernandez','https://lh6.googleusercontent.com/-yMe52IRX8Kc/AAAAAAAAAAI/AAAAAAAAAww/AMZuucmpkmeuXJYe45fm0L4baRqX4pejlg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31567),('AbFvOqkONI0Ozu-0pQ0IlcXj8FVCINWgpzDg3FivF8NT7w4bc0E_83bbiJPM7EyOMretkPbXh_R_Tw','Amazing and fast. Nurse and doctor were very friendly.','2020-11-25 16:11:33.457000','2020-11-25 16:11:33.457000',5,'Isaac Torres','https://lh3.googleusercontent.com/a-/AOh14Gii20kxzQdplZREfkZ-M-VWnvm0nC4GnjqYGWnF=c0x00000000-cc-rp','14904078213800803294',32142),('AbFvOqkOo5fUa7-eaXgsND86alKI01vuPh-Rab12ctsN49zjstOPZbdA8ueclgGjnJX4TV8YpbVkgw','I love how its in and out. No more hours of waiting in the wait room and all the staff is friendly! The nurses are so sweet and asked if I wanted a warm blanket! Made the visit very stress free! Highly recommended! Also accepts Tricare which helps A LOT!','2020-09-19 16:47:00.473000','2020-09-19 16:47:00.473000',5,'Nicole Marie','https://lh6.googleusercontent.com/-73SCfQj0bsQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1zcO0_0QyjTHaTZKteZJK8zEXtA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38969),('AbFvOqkOOFsVzU7WXKEL_U-wZmvI_XsdC0b1QScWEYfzba4tUTz3Iaj9TYTXnW49mrpiA8PjJjOwaw','I seriously recommend this ER. Even better than the ones at the hospital. Wait time is not anything compared to the others. From the receptionist to the nurse to the Dr, everyone was so nice and thorough. Will never use another ER again.','2017-10-09 05:12:31.459000','2017-10-09 05:12:31.459000',5,'Christina Fuentes','https://lh4.googleusercontent.com/-YvoOKkNmN4E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckZzzHF7FHeD85v6hWNVaLWYUCJuQ/c0x00000000-cc-rp-ba2/photo.jpg','6521947413723274945',41805),('AbFvOqkOOk_N97i93ekVko7kxxl2FDyrid_DnvoCYMjQGU336fynP858FO4a81UBklF9ltQl-VOHew','If I could rate this place 0 stars I would. This is my second time going to this ER and am appalled, even more so the second time at the way they treat their patients. The first time was okay. Nothing to brag about. I went there today for a 3pm appointment to get tested for covid. One of the employees sole responsibilities of as to greet people at the door and pass out administration forms. I overheard him ask the people standing behind me in line if they were using Insurance because if they were they would need a different set of forms. I began to go through my paper work and didn’t see anything that had a space to fill out insurance info. I asked him and he said ā€œit’s thereā€ I flipped through the documents and asked if he could show me because I didn’t see it. We went back and forth for a moment and he misconstrued my frustration and had the nerve to ask me why I was being rude (why am I being asked that to begin with?) answered his question by telling him that I’ve been waiting in line for nearly 2 hours in 100 degree weather with the sun beating directly on me, I’m having severe covid symptoms and do not feel well, Im asking a simple question he is unable to answer and he just responded to me very rudely and it turned into a cussing match after he called me ā€œrude assā€ I immediately went inside to administration to advise them of the situation and that I also have a blood clot near my lungs and cannot handle too much aggravation or it causes me extreme chest pain that can escalate to a more critical condition. The gentleman I initially spoke about continued to cuss at me in front of the other staff and they did not a SINGLE thing to address lt. they just got wondered why I was so offended and cussing. Is this a joke? Everything accumulatively with me not feeling well and being disrespected and cussed at FIRST is YOUR ANSWER. I’m not going to be nice after being called ā€œfatā€ or a ā€œbitchā€ or my serious medical condition being neglected. I left and felt so sick I ended up passing out in the Home Depot parking lot before I waking up (praise god) and able to seek medical attention else where. I did not exaggerate this story in anyway. This is a legitimately happened, I swear. I have never felt so disrespected.','2020-07-11 22:06:21.373000','2020-07-11 22:06:21.373000',1,'Tiffany D','https://lh3.googleusercontent.com/-aKjacnYMbSo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnHX3MulJOMyB34Dk7xP8-3QPUwbg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32309),('AbFvOqkOOlYRq5A2NpOj0eXSG-FOR18xL0UqKYVUWDOYylH1H-2_DN0omqbrQwM01Wu8bJwSPaNI','Very clean and time efficient. Ceci, Marissa, John and Alondra were all very helpful and kind when treating me. It was my first time receiving a CT scan and my tech did an excellent job with making me feel comfortable and calming my nerves. Mercy at the front desk was informative on the billing process. If I ever need emergent care again, I\'m definitely coming here. Thank you all!','2020-09-16 23:24:11.113000','2020-09-16 23:24:11.113000',5,'Alexis Gonzales','https://lh3.googleusercontent.com/a-/AOh14GiAFGfnP4SJfk_ncLz6StAFzT9cC4P--qADP2dzAw=c0x00000000-cc-rp','12541597562633926366',28545),('AbFvOqkOOQnxmNHq8CAukMBQcF0gyyY6lStHeBI9tFaLCeEcYtSbM9VY0kk0a0V0uuAZfvA8WYzG',NULL,'2019-12-20 20:04:01.040000','2019-12-20 20:04:01.040000',5,'Queen Kashy','https://lh3.googleusercontent.com/a-/AOh14Gialad5lTNA8EiBSUtooY-WYG7gMXnsrpk2sP-W=c0x00000000-cc-rp','16389487648212004696',33581),('AbFvOqkOoUUX-eXL2lShwMXUeNVOT9xf5lfy7qcfIuoellLreZM7MvLtJsRTbHu2_M6NLC2RFHzq0g','I’ve had great experiences here and the staff is amazing! Thank you Alyssa for being so fast at check in. šŸ™ƒ','2019-08-29 14:20:47.774000','2019-08-29 14:20:47.774000',5,'tayler evans','https://lh3.googleusercontent.com/-VfVt5TNvb-w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnygGFzncbEls0Oje7iy88OiNBbGA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43203),('AbFvOqkOP0hngBWvzUcFDxI6eFag0J2Xlp1ruS7aS59WZfdno3UM7cc0oov_735HO0Ymq5VIJxA_',NULL,'2020-10-28 01:15:28.130000','2020-10-28 01:15:28.130000',5,'Ethan Arnold','https://lh4.googleusercontent.com/-UXuIHRdS3TM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclWD6_iaeDJ7-y3BrubuGQDoMCLhw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33055),('AbFvOqkop8XcsAj0DsTMVxrH4TEGujxC4N857Vwx58WWduBB5YRsT4kDwvIl4J7pBdX2-AuetVF5','I had to bring in my little one for a bad cough he had for almost a week. The receptionist Alexis was welcoming. The back staff( Jessica Nguyen, Tammy W., Giovanni A.) that attended to my baby were really AMAZING and SWEET with him. He smiled the whole time there. Dr. O\'Malley was real thorough with the exam and answered all my questions and concerns. I would bring any ogmf my kids here and recommend to family and friends.','2020-01-14 02:24:36.396000','2020-01-14 02:24:36.396000',5,'Briseida Martinez','https://lh6.googleusercontent.com/-vAz9tixWdP8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckVnKCWLo5Qzp0bacxBnuAaeYdmpw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37752),('AbFvOqkoPSH8RU63VfEbXZoKHONLf3VZx_BIuhD9fz5R943KdYRlNonvs6a_GLKDx7ejUX1aDo8tqg','Dr.das was wonderful and caring!','2020-10-05 13:19:40.760000','2020-10-05 13:19:40.760000',5,'Arson lara','https://lh3.googleusercontent.com/a-/AOh14GjQpmaUZd4mTVmQa6iBgd3aDbSWcg-FZ8jKAwwBlg=c0x00000000-cc-rp','14748677429039074158',31566),('AbFvOqkOPWl8_lqrDtACtJsbFP9V2lZ5VTckf4nojxKpTeYhGx4OJ21yzR8whbdcejUa8VWW_Ybsdw','awesome service! In and out!','2016-08-18 12:10:23.905000','2016-08-18 12:10:23.905000',5,'Brian Davis','https://lh3.googleusercontent.com/-q7QehI2E8YU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckBfm2rI1nI-i2fYqeTOxDZFfL-wQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31204),('AbFvOqkOQ0j31pXdvXVB367culB_radWuSwUiN48vlualZFTycORtdj-Bu6obPNwZx8rJ-zb5X3CUg',NULL,'2018-02-21 17:04:24.893000','2018-02-21 17:04:24.893000',5,'Sarah Currivean','https://lh3.googleusercontent.com/a-/AOh14GhD00tzMz0LlBgxWeBmimbMArutnJzTKLLR_d3DTQ=c0x00000000-cc-rp','16590124370714063921',35303),('AbFvOqkOQcaWAM6FmEQTDp5EYA5GG65nSV9d5gJRqfP20TEFPdOe94_eQKeEm-LtektRX7qitZVLbA','This visit was EXCELLENT!!\nDr. Henderson\nSarah\nAngel\nLaura\nTarishia\n\nWe’re all great and very helpful. I will definitely recommend this facility to others.\n\nAlicia Krumrey, BSCJ, MEd, LCDC','2020-02-14 07:28:48.815000','2020-02-14 07:28:48.815000',5,'Shawn Krumrey','https://lh3.googleusercontent.com/a-/AOh14Gg-AdQpSFjWNN50eamy2h0HNES0TEru-ZrGaqqr=c0x00000000-cc-rp','17898197009688164559',37699),('AbFvOqkoQhGT0n3GQdgjLkOHfoEUxVZcbpuXSNp4QtZYdza_Xyw4pcjTZFuT_CCPcj5aBE55trNmPQ','Really friendly staff. They definitely bring a positive ambiance that makes the experience well','2018-10-20 15:28:43.600000','2018-10-20 15:28:43.600000',5,'Michael Ortiz','https://lh3.googleusercontent.com/a-/AOh14GjvEZFqGzUQK2HhEGX7t5rSjzmck4ybW29D9ZJhfA=c0x00000000-cc-rp','16590124370714063921',35149),('AbFvOqkoqk7WwpxPfMP4cvhrSR5tLC5J6G_hQRRu7aRIyfo9R1nqB5VJ7Pouqz5pNalHZ7N4zJRNhA','Staff is really nice and got us in within 10 minutes of walking in the door. Just left from being at Memorial Hermann ER for 3 hours without being seen so the quick care is amazing!! IKita was very helpful at checkin and the whole staff was very sympathetic in working with my daughter.','2019-01-19 00:12:05.627000','2019-01-19 00:12:05.627000',5,'Cheryl Williams','https://lh3.googleusercontent.com/-Dj4eZ59V2T0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmlSXaK3U5F5s-f12PemWmLLOh12A/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40700),('AbFvOqkoqL4fvAvEprMSUJKj4n77uz6og8svYaW_hFq6HRECAXQzab35AmrDcCHfx8deuyJYuHNPmA','Wow! Results were quick and easy. Checking in was a breeze , we got helped by Okarys who was able to translate for me! She was caring and showed interest in making sure I knew what to expect before getting seen. She was sweet and very patient with us!!! While there staff made sure to check up on us. Place was following guidelines and was clean.','2020-07-10 22:37:55.787000','2020-07-10 22:37:55.787000',5,'Nitzya Mendez Medrano','https://lh3.googleusercontent.com/a-/AOh14GhTF9lJnGe0eTdeqvqyryD-QcmUfIbJE7jhLsM=c0x00000000-cc-rp','14567670160750071148',30172),('AbFvOqkoqsIdafEhKUBvZ-WdTn2tt_JHLvWR8bG7B7Ra1lN3sCSWDaQcGNmA-XoRTnRX0TplC7ppSA','The ladies at the front desk. Lorena and Kennedy where very sweet and welcoming. Nothing but good vibes here when you aren\'t feeling the greatest. Very happy with the service.','2020-12-13 00:32:26.947000','2020-12-13 00:32:26.947000',5,'Chrystal Smith','https://lh3.googleusercontent.com/a-/AOh14Giy9kYM5_c8QUVY44ZAtSwWKbXUYIhaZrq168iF4g=c0x00000000-cc-rp','16590124370714063921',34037),('AbFvOqkor2HdPyqJ0dSqpGlLzBREd6I3AXyU7qFkyaBLszta3xrUhTVGOpdB3AEyddLwfZiyXj10sA','My first time was excellent! I had to get a Covid test and the from the moment I walked in until I left was pleasant! Stephanie R was really nice and explained the test, and cost. Rolando my nurse administered my test which was fast and not painful as people have said even Dr Ybarra was nice and informative. I recommend this location for your medical needs!','2020-11-20 18:31:42.580000','2020-11-20 18:31:42.580000',5,'Ellen Burton','https://lh5.googleusercontent.com/-WhnpsgxJHz4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJmH1QSaRH8eqlF4CzQ8Mk89UtTA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42254),('AbFvOqkoROl9lJx-wxfmbJKdf_K8abZaZSJ2i4-MIOE91xI4RwP2Oz0pCvxBYoBHNeTdQzxhkujirQ','I sprained my ankle pretty bad and tried my best to tough it out...when that didn’t work, a few of my customers at work told me about SignatureCare ER in Killeen Texas. So when I got off work I called up there, they were so kind and caring, asked to get my name so I could be seen faster. Once I arrived, Angela greeted us and help answer any questions regarding paperwork and payments. We were in the back and I was being seen within 15-20 minutes. Dr. Jones was amazing and very knowledgeable. I will always choose SignatureCare ER over any hospital ER!! We were seen, had X-rays, casted and released within 2 hours.\n\nThe care team that took care of me was:\nDR. JONES, MD, RANDY E\nNurse: Michele C T\nRadiology Tech: Zeida G F\nFront Desk: Angela K H\n\nThank you all for for truly being so caring and kind!','2019-08-08 01:38:42.304000','2019-08-08 01:38:42.304000',5,'Mareshah Pettorini','https://lh3.googleusercontent.com/a-/AOh14GjBZ9NUGtkfLw_jZy_8JBLaJh4O-PDNetL3x3Bw=c0x00000000-cc-rp','2694018788013845459',39286),('AbFvOqkORPVF-hVGcVxGniDHQLRRwutxcdKMvtPDTO3x-D0ZvbtjQrYJReTmxG96-8Tf8qsVOKu7Uw','I truly appreciated my visit here. The staff were nice and helpful! Dr. Faig helped me understand why I was sick! Amy she took me straight back to the room and was very sweet and helped me within a timely manner. Irving helped me as well! They all got me in and out! Thanks again SignatureCare!','2019-09-13 01:19:15.749000','2019-09-13 01:19:15.749000',5,'Courtney Green','https://lh3.googleusercontent.com/a-/AOh14Gi5whqs8PTnoD3KoNCg5b5nehDVquvSHIw3r6ql7g=c0x00000000-cc-rp','12541597562633926366',29027),('AbFvOqkOruUC8RTWBMNj7tHN9WCs7tBUptv7wDbu3LUhNVOn4T7Wh2yT6x3MxMy1-qlAXLLl1B8fwg','Trisha, Kelly, and Thanh took great care of my wife and son.','2020-01-12 23:39:46.559000','2020-01-12 23:39:46.559000',5,'Elias Ayala','https://lh4.googleusercontent.com/-lyCW5lYDU54/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck8lyOtefAKl_1hexT8uD87dQhtIg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43142),('AbFvOqkOS17tqs68yhYhBKXkVuqWrO9CWYrx25iAc_bQI33KYHtUT3L5-1_8le8UP5-TtXJaXCp4JQ','Great team, cozy and very helpful with all the questions asked.','2019-12-17 22:56:51.497000','2019-12-17 22:56:51.497000',5,'Ruben Rodriguez','https://lh4.googleusercontent.com/-2mP30bdlpDQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-okDa6wyZRzEMJD36bwk6sHmBaQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30394),('AbFvOqkOSc1VyJU5hNvSUyYuls5kU_cokvB2_daVELOUN6kLeZTtiRej1f1LWCyLkBHpIV4J6UNy-A','Jenia, Mercy. And Diana did and excellent job of seeing me in the midst of a pandemic!','2020-12-30 15:04:51.390000','2020-12-30 15:04:51.390000',5,'Domonique H','https://lh3.googleusercontent.com/a-/AOh14Giv-9yOlZz2PlD9acIBf9NkY_vl1cE0nYB2apSi6EQ=c0x00000000-cc-rp-ba3','12541597562633926366',44170),('AbFvOqkosk-M4YM9kgmErvABm-Mx7OUd2aLSYakGQG-JZZjbvuNJJnOWpVqIbevqj0XOXcsBJad8ww',NULL,'2020-12-09 03:19:54.300000','2020-12-09 03:19:54.300000',5,'Nekkia Brown','https://lh3.googleusercontent.com/a-/AOh14GgSiuBD8QTffzTpuvkCP95NroBRZelkGapV9h6_bPE=c0x00000000-cc-rp','17394740196501090048',36500),('AbFvOqkosoEI5FgKMHoKtOsVn2S39OYn16n8Yn4CgJEHAhybprQ9OOw9IekUUkDYnR-mQV2C4uYZ3Q',NULL,'2019-01-23 01:55:51.321000','2019-01-23 01:55:51.321000',4,'Esmeralda Sandoval','https://lh3.googleusercontent.com/a-/AOh14GhYKep075yqqBz1vIz-yB5fAifhRO0g5ApmVDYn=c0x00000000-cc-rp','13486358490203335051',29931),('AbFvOqkOTLVPZ4a5GK0-uyv_4vvkkaTMWEayveBFbKR7QqHB6xh6c4igB_p-VbjFQknMOvpxmf_WRg','Awesome visit Lindsey and Kate at registration were friendly. ER nurse Gabe and ER tech Rachel/ Rad tech Kathleen were nice and made us feel welcomed!','2020-10-29 00:40:05.913000','2020-10-29 00:40:05.913000',5,'Sarai Moctezuma','https://lh3.googleusercontent.com/a-/AOh14Gi1xNNbND5fav2a-LfoVhbFdpaeHcFWZGY87OVG=c0x00000000-cc-rp','16590124370714063921',34092),('AbFvOqkOtN42qRMiG1Cr8hNPUj03rrDi31d7o13j6sWLtMjIh76mpDZNNSGO9hZ8WSnCA2swKJklAg','My son was having issues with his asthma and they got us in quickly and Lisa and Rachel were really good with my sons care and the doctor was also very attentive. We were even asked if we wanted a warm blanket which was pretty nice. Thanks again for the good experience.','2019-02-23 17:00:45.736000','2019-02-23 17:00:45.736000',5,'Kristan Galindo','https://lh4.googleusercontent.com/-DdFZpfJ0SWw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckrrcMQZu8LVGE2rAVyRIvjSEJhFA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41761),('AbFvOqkOtnCVR_pLFsvwja5-p9bbSq1a4KALRqfXD1Q3DsARgZ7-qrWO8TIbg093FIjQKlGtPkr7wA','1. I came in with the COVID questionnaire saying that I was displaying symptoms and that the MDLIVE said I need to get tested. The receptionist didn’t even look at my questionnaire that I was on a plane in the last 14 days and I had symptoms but rattled off that there wasn’t any available appointments until Monday afternoon and I would have to book an appointment . The door said if you display symptoms you need to be seen right away so I had to resummarize and the girl next to her asked what my symptoms were and said I could be seen. Not a great first impression.\n2. Not all of the paperwork was given to me so I received a clipboard of papers to fill out in my car. Okay. Filled them out and came in. I was then told to go back out in my car and fill out papers that my insurance is out of network and ā€œthis is a paper that advocates for insurance to become in-network because yours (BCBS) is out of networkā€. Blatant lie. It’s asking to release limited information so coverage will be considered for this one visit and to release any applicable medical records that you deem okay. Wording by your receptionist was not okay.\n3. I went and sat in my car for 40 minutes, could be worse. I get the call to come in and 2 things happen: the woman that called said, ā€œYou and Erik can come inā€. I wasn’t with Erick, I was alone. HIPPA violation, I saw who came in after me. When I walked in, your receptionist is using air quotes when talking to a man, maybe a nurse coming on shift? saying ā€œwe tell people there are ā€œ-appointment timesā€ even though there’s not....and we locked eyes. Super awkward because they almost turned me away for a lie. Really cool.\n4. I was told that you only do the rapid test by the nurse. When I received the results back, it says this is not an FDA approved test. Your website says you offer 3 different types of test 2 present and 1 antigen. I was never offered an antigen test either which was odd.\n5. When my test came back negative, no diagnosis was done to close the gap on my symptoms.','2020-06-29 02:22:15.304000','2020-06-29 02:22:15.304000',1,'Courtney Gusie','https://lh3.googleusercontent.com/a-/AOh14Ggd99QR9PTkY3L_ITbR3nAeTcX0smIc2KuQAwkflw=c0x00000000-cc-rp','14748677429039074158',32058),('AbFvOqkOTtoFM0jBvCFXfAONBgoShJ0ovo_qjyjrAd-O9G8190xnO9ixSS4CVZmGAGBbI3wP80X5yA',NULL,'2019-03-29 21:52:32.667000','2019-03-29 21:52:32.667000',5,'Latashia Brooks','https://lh6.googleusercontent.com/-BfWlStCcEG0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckp-KrUPCUw_xtJ3348DncPmoqLnQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38232),('AbFvOqkOu2uUbhc4jEDYsvvqzvmX8Dwi8yzPSAgwawwdc5xzws-svA2bYRRS-BvDjk4gOvHTctxz','When asked to provide my insurance information for their pre-employment drug screen, I refused. Upon refusal and stating ā€œI have never had to give my insurance information for pre-employment drug screenā€, they became upset and stated they obtain this info from EVERYONE and that all employees have their insurance information on file. I still refused And requested they appoint me as ā€œcash payā€ and an employee decided to walk to the back of the office and yell ā€œwe have someone for employment with us now who is lyingā€. I called their HR, who then called the MD on site and I could hear her say that I was unpleasant which was definitely not the case. Just leery as to why an future employer would as for my insurance information for their requested drug screen. I then was contacted by HR and was questioned about my COVID positive results, which by the way, I had NEVER done. The recruiter then stated she would call me to discuss what happened, but never received a phone call. I now had a text from yet another administration personnel and when given my decision on this company, texted ā€œok, not interestedā€. I get the feeling that this company is not at all what aligns with my belief on how people should be treated.','2020-06-24 15:38:36.184000','2020-06-24 15:38:36.184000',1,'V Torres','https://lh3.googleusercontent.com/a-/AOh14GgwRp9SuhFPVLGkL1_nyJHYXepL-pSAx_jy6Nyw=c0x00000000-cc-rp','16891069708558046635',35866),('AbFvOqkOUalnTeNBDj8PXUEYbHQYpjjkYAaB7Vd7001N4ZfEFjbotwz8Uwd3_A4-zABUQwvGjDDy','It is a clean facility with a professional , caring , and friendly doctors and nurses. I highly recommended it.','2020-02-21 23:46:37.020000','2020-02-21 23:46:37.020000',5,'Aladdin Ali','https://lh6.googleusercontent.com/-xUWC-0_jlmw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclSoJSNRlGvvA_blVrckvfairX1qg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42435),('AbFvOqkOuOVSev1I7TXGSNWoyfoC5ynHPhuuBikNUofRi-L8Daan8UJvStEFGg3EI2WZcwwDvmOHIg','Brought my wife in for her infected big toe & this place was awesome! They were very helpful & informative. Dr. Appia was very professional. Plus they gave me a CapriSun for free!!! They are 5Stars all the way.','2019-10-16 05:02:04.399000','2019-10-16 05:02:04.399000',5,'Jose Garcia','https://lh5.googleusercontent.com/-_Q6_8usKr34/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnGDpbyqWxu0LpkL4i0hdSz08H3eA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37948),('AbFvOqkOUX5qS5og7AkqPd34peZ27Wvk6sG56zXPLwPDupjYs7plPiKeNhQ8Z4ac6lM2aNcSMmdJKQ','Great place! Friendly relaxed service, everyone is so attentive to the patient. For my first time being here I loved it!','2020-10-23 17:42:02.443000','2020-10-23 17:42:02.443000',5,'Joceline R','https://lh3.googleusercontent.com/a-/AOh14GjpCE327BKDdJoJnJFjeG6Y3gfkTQzipJMU1IXxuQ=c0x00000000-cc-rp','3511292162159714121',40120),('AbFvOqkouXRG_PGcJKMwuGeWB9LiT4APpTHJYPnHV1jiUbTz-UN7SizXQa_5q-QJwLANMGll0bH2ow','I went to this emergency center a couple of nights ago when in a lot of pain from an infection. I was stunned by the warm and compassionate way in which the entire staff responded to me and my situation. I was immediately placed in a private room with a bed and given a freshly warmed blanket and something to drink. Every member of the staff was so pleasant and kind and every step was explained to me so that there were no surprises with either the diagnosis protocol or the billing. Even though they do not accept Medicare and I had to pay out of my own pocket, the charges were reasonable and more than worth it.\nThe staff members on duty that evening were:\nDr. Henderson\nNurse Alicia\nER Tech Elaine P.\nRegistration clerk Tanishia W.\n\nThank you so much!!\nD. Cimo','2019-11-16 18:04:26.438000','2019-11-16 18:04:26.438000',5,'Deborah Cimo','https://lh3.googleusercontent.com/a-/AOh14Gho9FKAswoOEVKDh2af00i2x7wx9UrueAaSPbzc=c0x00000000-cc-rp','17898197009688164559',37879),('AbFvOqkOvvhU4bpUIP1SbORlKwB7iANZHR06tzr7fFj3pmqyofzFHRNUhpotzoT_b-1IKNTikgjDyA','They were wonderful and so nice and polite really liked nurse Madeleine and ER Tech Briana would absolutely come back here again','2020-11-03 13:43:26.091000','2020-11-03 13:43:26.091000',5,'Annie Gutierrez','https://lh3.googleusercontent.com/a-/AOh14GgHByBsZ-bvINqOEI7Nywjm-P7uuN5yFH-94Q-Cig=c0x00000000-cc-rp','3511292162159714121',40082),('AbFvOqkoWCsiFH4pi58d1DacYpqhxj173rGtKlc9miIiZtB_iVW7gilX54EY9ZfU3uT-A5ZqRKEtvw',NULL,'2020-02-27 18:08:45.645000','2020-02-27 18:08:45.645000',5,'Frank Garza','https://lh4.googleusercontent.com/-LguCJZxhYGo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclf4JwplfKgvU_Y74zth_buFfFrxQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34336),('AbFvOqkoWyCjYXA5fK2044ip9mfAL5BLrb05P7nGGkYFCKXdtio4nmv_rA7ERzvOpTNbExCU2KGr',NULL,'2018-11-01 02:04:27.091000','2018-11-01 02:04:27.091000',5,'Nathan Jones','https://lh5.googleusercontent.com/-bNyQQTYOzx4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmCLCZgHZ1l-B9R-3_O0M9sfoWhCw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35134),('AbFvOqkOx7oUI3U2gkSH_wmya4ARLAPdo7I0zqMqJ2U6-4kf-3Ji21KkFUh9o2m4MVCN1oeEJPlhCA','We love SignatureCare in Texarkana! From the moment we walked in, we were greeted by Kim who got us in a room in less than 5 minutes. Our nurse Luke did a great job making my kids feel at ease. Dr Henderson is wonderful with kids, she played with them and made them feel comfortable with her being their dr. She was very attentive and listened to my concerns as well as answered all of my questions. Kimmie and Luke were amazing . You could tell they were very caring and empathetic towards the situation. Overall, this place is very welcoming, quick and has superb medical knowledge. I would recommend them to anyone. Highly satisfied with our care.','2019-11-14 11:26:32.708000','2019-11-14 11:26:32.708000',5,'Tobie Williams','https://lh5.googleusercontent.com/-Iiyr3N1EQEg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmthBHAvPsWLImNmISh0yv-XB_P5g/c0x00000000-cc-rp-ba3/photo.jpg','3272657195432704501',39773),('AbFvOqkOXd5zHbb68s1BbKXBpMVOOF9Z_pth4AxRld9_0abOum_uYxeHG2VgP1sz9Y-D0c4LS2yWQA','This place is amazing, I walked in not expecting what I saw, everything is beautiful on the inside so nice and homey. The staff at the front is amazing so nice and helpful! I got in super fast and was treated very nicely. Bryan brought me a warm blanket and apple juice and checked on me periodically even brought me a popsicle at the end. Nurse Meredith and Nurse Sherri are some of the best nurses I have ever had, so friendly and so comforting! Dr. Miller is amazing he makes you very comfortable and welcome! I would definitely recommend this place to anyone!','2018-09-29 04:06:09.275000','2018-09-29 04:06:09.275000',5,'Stefanie Farris','https://lh6.googleusercontent.com/-ylRB0SAGOBE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBlZ0U4HxZ0foOPhpAvj-9aAIcNg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30706),('AbFvOqkOxL-Z5letPV5t4jjb9E3zaBT1qVHV0-UqfPUUpTi3eUAwHcuB0GQJOGfUvGqTtiHotCcStQ',NULL,'2020-10-18 00:38:09.347000','2020-10-18 00:38:09.347000',4,'Anneliesa Arnold','https://lh4.googleusercontent.com/-wagVbEYL9j4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnXLHifR4WKsCLeMp6nQ7edr2B4ZA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39468),('AbFvOqkOY5Mk1CFR-nS_OwA4-8r-3NOFOz8-BsSaY_zRtEfI5mHhMwt5UsrikyqBYvdkFu8L6f0y4A','This facility has by far shown the best care for my family in times of need. I first brought my sister here as they were close to my office, and soon after brought my husband as well for an emergency. I will be utilizing them for my offices\' workers comp and emergency needs, and although I live in Katy, I would be willing to make the drive to the Montrose SignatureCare Emergency Center if needed because the staff from front to back was simply AMAZING!!! Special shout out to the nurse DAWN that helped us both times, she deserves a medal!','2019-07-08 18:12:52.944000','2019-07-08 18:12:52.944000',5,'Erin Rice','https://lh5.googleusercontent.com/-M0QMOyrjMaY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckW9awc-jHka_XuUYxudxf9af2Q5g/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40502),('AbFvOqkoYKIjz5iZE5IQRVhZPlp63PH1d0bdjmTB7ReonTT_Jy--fn2U6dqpP1hXziTHzqdZC1ZXtQ','This was my 1st time going to Signature Care Emergency Center & this is the place I\'ll b going to from now on. As soon as we got there they took my daughter straight to the back & they started to work on her right away. The nurses were awesome & they made sure we were comfortable & had what we needed. I do not like going to the emergency rooms @ the hospitals because I feel like they don\'t do their job. I would highly recommend Signature Care to everyone. Thank you so much for the awesome hospitality!\nVeronica Herrera','2019-08-03 03:07:59.809000','2019-08-03 03:07:59.809000',5,'Veronica Herrera','https://lh5.googleusercontent.com/-CSH-gI5mLvk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucme8risoA8K12oChY4OOLzA8PeYpQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41632),('AbFvOqkoYKmFj1pxAYU-B_hOQxeX2Wxz9ebOAd5HI120qVZGje27nWnKj5nNOrhXa0a-7f5PYyewug','They have a very large snack selection and were very nice! Amanda and Kennedy were very nice!','2021-01-03 23:29:03.582000','2021-01-03 23:29:03.582000',5,'Alaina Mancuso','https://lh6.googleusercontent.com/-6ylCcbBWmi0/AAAAAAAAAAI/AAAAAAAAIoU/AMZuucm2eNodM2m_GI4pMi67YkKsS3ai5g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34611),('AbFvOqkoYKxBGS0lntiu5qDCfD70cJV86G7M_OZBqg9pqHGRWssOHTfsfd2vGdX1FbgxNA8p68Y90g','Sarra, dr faig, anna & Christian are all very helpful with my son who got a cut on his finger..thank you guys! great job!','2020-01-17 00:55:40.305000','2020-01-17 00:55:40.305000',5,'Claudia Robinson','https://lh5.googleusercontent.com/-fidoCREA7eE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmBalQknpElnC5b8dOy4SsnZyackA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28816),('AbFvOqkOYpjHS0-3_bdd3jL-hTk5Snpk2hmLvbGLXNaS-Rq0EGxJRxmhZGQ92l8O485LmKIDcwXr3Q',NULL,'2020-03-03 17:12:30.434000','2020-03-03 17:12:30.434000',5,'Abigail Lujan','https://lh3.googleusercontent.com/a-/AOh14GjmWPJTa3Jk84mcCq5eV0d1gSIOgsT80LjwUtJARQ=c0x00000000-cc-rp','6521947413723274945',41419),('AbFvOqkOyrATjYjrpKWHot2cAsce0TEr1uRmbgtXWo178NzVuv2Oz_BkaFummmmn35JpC0qTmii6','The staff here was amazing. They quickly got me in and had my pain under control fast. Savanna got the IV in with no problem at all.','2019-05-22 15:04:42.043000','2019-05-22 15:04:42.043000',5,'Julian Correa','https://lh6.googleusercontent.com/-rDV9WzLwBvA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnWZNQMB0CdUjMych_Du1Lkt7tk2Q/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29838),('AbFvOqkoYX-MJqHbq5f12WWgTI1ztM6WRE8sDodAelPRolHFMXLKXuAY9K50aH-IFULL3ucXWxbg','I loveee this signature care location. Dr.Jaber was very informative. Ekaterivi the nurse was fantastic I love how she offered water and a blanket. Jordan was gentle and professional when taking our pressure and test. Krisandra the front desk was absolutely nice and made me feel welcomed. Thank you for an amazing customer service.','2020-11-10 16:51:18.429000','2020-11-10 16:51:18.429000',5,'maria chavez','https://lh3.googleusercontent.com/-Ya3rc9Ooaa8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMPx_tx97sUSN_4RJ-28t97miPIA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32946),('AbFvOqkOzeq9cXTx_hfpCalxQ1TzXmSxNm4-nWyoxc3uWLlSl-GZ1DpmenUb_aVM9dQ91yrOfFGmzg',NULL,'2019-11-14 18:05:09.908000','2019-11-14 18:05:09.908000',5,'Kellie lay','https://lh3.googleusercontent.com/-yjzsRF59nXE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucntBB6ILLwX2Xe8piFHJYL8LlpVUA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41557),('AbFvOqkP_Ji9GqqrZzITngDLinzR9iN1U1F4fqvE5jqxgoXgvjK2IhuB34oSNiiCz50LFw6NKUDJ','Lisa H, Leo, Arron and Vanessa are awesome!!','2019-08-22 14:14:11.175000','2019-08-22 14:14:11.175000',5,'Bethany Ballenger','https://lh5.googleusercontent.com/-Hd9xV_Pd4xM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmXSenMG-2uXMWg_ayASF6_muG7yw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29688),('AbFvOqkP_TeM2aZxdY1ueab2-ojuJjbDNO75wtn_XfOMkAeD1neK5llXTKesICHBc9-u3sPcgrx3yA','After coming to Signature Care I was very impressed. I was greeted by Kimberly and helped right away at the front desk. In a matter of minutes, Remington, came and took me to the room that I would be in and was asked if I even needed a blanket. SignatureCare is an amazing facility and I would highly recommend it to anyone else!','2017-08-18 19:10:06.460000','2017-08-18 19:10:06.460000',5,'Anthony C','https://lh3.googleusercontent.com/a-/AOh14GjxemX_CNJ0aeerlnuylC3hY7UC01Cet1_OHqWGMA=c0x00000000-cc-rp-ba2','16590124370714063921',35404),('AbFvOqkP_VrcCH1FIaw2rlXa4jKtCSmnG7ElOykq7K21857CpO8aiMhkJLgY8D1k2SNqNbLgtLAr','Friendly service, amazing staff, fast process when admitting you in. They will take care of you and make you feel like your at home. Would recommend and will definitely be coming back.😊😊','2020-01-31 00:58:01.083000','2020-01-31 00:58:01.083000',5,'Mikeila Dobbins','https://lh6.googleusercontent.com/-rQyZpco6O-w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm0yDOY2b5dg2Pp1_-8XjgwxiOrQw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39146),('AbFvOqkP-M87M5g09agCX3aGsFjRezhmvJuvwHnt_sPwxa1bAnd4q_ZkCi2ciDSm-N9Pgd0vaMvVvA','Thank you guys to everyone\nDr Thomas\nNurse Sarah\nEr Tech geovanny\nRegistration tanisha\nYou guys were awesome','2020-01-17 06:41:49.569000','2020-01-17 06:41:49.569000',5,'Mac Ways','https://lh3.googleusercontent.com/a-/AOh14GjA56XxUV8uMt2z92qRncvOadoiTasR_bNBElEb6Q=c0x00000000-cc-rp','17898197009688164559',37745),('AbFvOqkP-T6WzP5vehZ4ywqFUDHB_tPYSyAJpvqdlkR7U6-tkU4nAymooIS7ZEf5eCYFugKTJGLZ4A','My experience at SignatureCare at the Slaughter lane location in Austin has been negative.The blond middle age woman receptionist was dismissive, rude and condescending. This is my third time coming here for a covid test that i need for work on a weekly basis and her behavior was consistently unprofessional. There are other options in Austin for rapid covid testing.\nI will not be coming back to SignatureCare.','2020-08-27 04:05:13.422000','2020-08-27 04:05:13.422000',1,'I. M. Ananina','https://lh6.googleusercontent.com/-WY1CQGb8vXo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn45pgY56RfqvvhHwMRIMTQ3u-D9Q/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35834),('AbFvOqkP-uWYra4CR2oELf7xN2zmOCNjqW0o22zWfW8pYGybnGKNLq8xtC9_jg-J51aDnDKTlEGt','The staff was very kind and helpful. Sonny was the first person EVER to do a venipuncture and succeed on the first try. Very impressive!','2020-01-28 21:17:45.096000','2020-01-28 21:17:45.096000',5,'Amy Collins','https://lh5.googleusercontent.com/-ipxSMMlNOCc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnzD49AIeK9ZV9s0a-gfzSLCMBzCg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42475),('AbFvOqkp1lo3faZUAnRrj72qdlpgg9tHy6CiR3ef8GFPBt1y3tlXUHN6H6LlHJrvg2mDu8O6jK9z','Short wait time and great customer service!','2016-03-17 21:08:48.266000','2016-03-17 21:08:48.266000',4,'Adam Robertson','https://lh3.googleusercontent.com/a-/AOh14Gh7fKMmWQm2hWEkNTyQVijNfF3D4w5XCqo7xk8cQQ=c0x00000000-cc-rp-ba5','14567670160750071148',31257),('AbFvOqkP263ax2mBGS8IIAsChfxRPuA9hazBWsL0M7uNn56PNOminIeM-pTRxkVIfNowLOQWYVCx_g','I’ve been to this facility twice in the last 3 weeks, once for my husband and once for myself. We were in and out within 45 mins, and yes there were other patients. All staff from the nurses to the doctors were friendly and did their jobs well. They listened, and allowed us to be involved in our care management choices. All around great service.','2019-11-25 11:22:36.651000','2019-11-25 11:22:36.651000',5,'April Brookshire','https://lh6.googleusercontent.com/-ZLPS5brK2Wg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmBfA8GxsOfhFWHUHSmPHfUtTzvbg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41545),('AbFvOqkp3-FILKaEwfOYKmnLQJDlllqjzA9d74MdbB_42RBO-KbtYihh4h1_4ayeFlwIWm8vLxOjGQ',NULL,'2020-06-18 20:36:47.483000','2020-06-18 20:36:47.483000',5,'payam musazade','https://lh4.googleusercontent.com/-aaZGayBVlIc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-_Ys-M6AA-MI6GJvQkpYyt2_oRQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28629),('AbFvOqkP41rPVIAqUZdNEkOrH8eQ9tKQC2KkqxPRrivYM1EknFaX1zY8AEl6LPcf4sycy4SYMIeRkw','I had to take my son recently for a visit and everyone was exceptional. Alicia was caring and friendly during registration, and John showed compassion to an upset 3 year old. Dr Odedra was awesome. I appreciate having options for medical care. Thank you Signature!!','2019-01-08 16:23:35.905000','2019-01-08 16:23:35.905000',5,'April Farmer','https://lh4.googleusercontent.com/-iiaMxnBKl4c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckzsKCKTpkLjH9V4TO4Rn9JDI_XcQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42185),('AbFvOqkp48K2u5GY7jYoas0hrS55_qn2TBRWUyfQJRnDnV4FDknYFAaqzOcjGy9zPrkYGsKabdxOYg','Attentive staff really helpful, friendly and most of all very professional service. I am very pleased with the attention I got from them, keep it up you guys rock.','2018-07-20 09:51:56.226000','2018-07-20 09:51:56.226000',5,'Abraham Valencia','https://lh3.googleusercontent.com/-x3CAl7jJIv4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm6Ye8wpk-QMRGZMgchgtfkyMETSg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40920),('AbFvOqkp4jkx0-JGsHx1d_lD2h7S7BE6FJQ3BytaqwYBfjBwSdGd6cD3Gmm-uBcBgSqlBjNJn9ainA','Jessica, Alexandra and Tori were very helpful and friendly. Would definitely recommend.','2020-12-30 23:33:14.312000','2020-12-30 23:33:14.312000',5,'Brittany Dial','https://lh5.googleusercontent.com/-gpl0anZS3x8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmiaPqEKIDN475wLV6n8b488GnYiQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',44181),('AbFvOqkp4JpMxf6617auKXxpnxEwwMgGePEZG8A1lJ9tA4h9bhRWd-6Wem1QXA1wIPQX68tu0BgU','They treated me so nice! Jose, Alvean and the front desk Jocelyn were so sweet to me. In and out so fast with xrays','2020-02-22 18:57:06.054000','2020-02-22 18:57:06.054000',5,'Natalie Gallo','https://lh3.googleusercontent.com/-5GUOv8p-kug/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucllAgcLN6epmxPwkLymYQWsW-NmBA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33344),('AbFvOqkp4md0yCsWcVy5oIRB5RBhA-ut-NJ3zSgfQ918w1MMkIOljEaT4pMPKoPqjJuBkZmwOm1bUA',NULL,'2019-03-04 23:06:11.822000','2019-03-04 23:06:11.822000',5,'Lori Smith','https://lh6.googleusercontent.com/-gAbGiVca2vE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnNwtvTcliuCKsSYkZDMsJOP17zug/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41756),('AbFvOqkP5X35BbVnrrz6qM9gEFubvFEqYQr3orVQw-E4jUtHxpZaV7fHuuL-gx9Un6IttWzUuiZyEw','I will definitely go here instead of the hospital ER. Very quick. You can make an appointment. Staff is friendly and helpful. Very clean.','2019-06-07 13:14:37.338000','2019-06-07 13:14:37.338000',5,'Laura Texas','https://lh3.googleusercontent.com/a-/AOh14Gg3fCOyz0-u4ZHo2aM5CfulbU74xGamwPt-dkjSmw=c0x00000000-cc-rp-ba4','13486358490203335051',29824),('AbFvOqkP6aRIY2oIMChMOZh2k50Qq00lNNPo7ulbJ6bwvZ_1QkPFXWVNqoXnsFU9n7_VBxmL5ndPLg','Excellent service, staff, and the building was extremely clean. Would recommend to anyone.','2017-06-21 20:05:47.944000','2017-06-21 20:05:47.944000',5,'Kristi Hardy','https://lh5.googleusercontent.com/-KK8fDlm7W9g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm53Kynmec6sqjFqav91D5MxgrhgA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41042),('AbFvOqkP6I2K94E-YB2cPoXyg6iTgnVxZfTq0gq_HGbX1qnY8htpDm6Hp8PytbnEQPXvP2K2xSy8',NULL,'2020-01-19 13:38:44.241000','2020-01-19 13:38:44.241000',5,'Amanda Hicks','https://lh3.googleusercontent.com/-0BR9w3jF2P4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclOY5TvsF_IWyF8NnqNOfT9dJU5kw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36009),('AbFvOqkP6mCeLwITEg684mru7BulZdimbu_po6TiD7Z5fTgZDzvrkNzxkfplpn3bXtOKv1t4IlmS','Came in for covid test. Clay and Chelsea were awesome. Made it very painless and fast.','2020-10-26 20:12:03.162000','2020-10-26 20:12:03.162000',5,'Cruz Masuca','https://lh4.googleusercontent.com/-PMuzBHpF2qc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn_-iaR6eRNGoyU0iG0HbgtE8wsig/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35671),('AbFvOqkP6NaGMBAzY_rj1OvFDFsgaMtZeVnGOrvDcNgpPcwnKDE2tJrWFoydBzvQg0Bia16wNA4O','The staff here was fast, friendly, and funny.... they made me feel better even before the meds just from their helpfulness and personalities alone. I would recommend anybody to go here. Thank you guys so much!!!','2019-11-10 15:07:49.949000','2019-11-10 15:07:49.949000',5,'New gen daily Musik','https://lh5.googleusercontent.com/-sO3r4Hk5Mnk/AAAAAAAAAAI/AAAAAAAABFo/AMZuucl5hLB--tAb-blKc1RK_OdQL_HifQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43179),('AbFvOqkp7cdS974JCj_52sKNOoLhNRISrvW7QH3PEck20a1OUvtBDA3VWkL5Ypf8YwuEOTJBnuN0XQ','Customer service was EXCELLENT !!!! My attendings were Dr. Miller, Jordan - tech, Marcus - rad tech & Ekaterimi - nurse','2020-11-02 18:01:45.275000','2020-11-02 18:01:45.275000',5,'Donny Whiters','https://lh4.googleusercontent.com/-D_Ysbf-aScg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn3so5Zldy5Y6Oh5eVqRsqAISmmCg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33020),('AbFvOqkp7ITBL3fxNtHlnjpKIaP2gqSRog1TBRqbmdkg5DNXbNeZYm1YGXSlvjp4uAQMbqZK8DVZ','The experience was excellent ..very satisfied! Keera was very helpful and nice.','2019-05-30 17:08:59.195000','2019-05-30 17:08:59.195000',5,'Lina O.','https://lh3.googleusercontent.com/a-/AOh14GjEGRhzyBpnfkeRX50AW9G973eYc1czO5c-FPd30w=c0x00000000-cc-rp','17394740196501090048',36780),('AbFvOqkP8DuoKS_5KDkRXkfja60tsd_ZuhuUwTSkVRHi_er-tlPrtOanNtX0_QVPWpG3i2FiPM_VYg','Nurse Nikki and Dr. Patel as well as Jessica and Luisa were very good. Treated us very well.','2019-04-29 03:05:39.416000','2019-04-29 03:05:39.416000',5,'Gloria Doku','https://lh6.googleusercontent.com/-TkCuutCPbEA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmevt5cNIhozXnzuoKcAxRV14C0Lw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkp8qnPXvo2oa7VYEnX8D3RlO2zgp_bVKy7_C0WSpmTnwQfeKPvcRvnHNlOZRycoAnpMlFq','Great customer service in this place ! Love the staff . Thanks to Dr. Mauldin, Nurse Kat , Marvin and Melissa for the great experience and patient care.','2019-06-30 03:31:54.184000','2019-06-30 03:31:54.184000',5,'lilibeth salinas','https://lh3.googleusercontent.com/a-/AOh14Gg2iBY80fJgiyxmrdF3UhN0nMJb0VqjcUDtLOM9dw=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkP94E8qTKLNev7r__NuYvvyBhF4wjFUjYp_xkr5bJZy6vmxq0XQSsmFO0Vpgr1FOP3ADHVjg','We were well taken care of, Elizabeth T., Keri, and Dr Leavitt were very prompt and informative. The visit was quick and the facilities were very clean! I’ll be back if ever needed!','2020-10-25 06:11:44.342000','2020-10-25 06:11:44.342000',5,'marie Coughlin','https://lh5.googleusercontent.com/-TfOo0OIMc_Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmadAfiHFY9OSrtzbpHiouUF1HLzw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40108),('AbFvOqkp9HJLhVCNALxOFdwQYVPNacbPOdc0Motu0TlWzWryb3avC9KRCc-Xw2JeVL8lMqcJN1pd','Dr. Daniels was very kind and friendly. She knew exactly what to do and had a smile on her face the whole time. Nurse Rolllie, Radiologist Natalia, and Registrational Stephanie we’re all very welcoming and friendly. Amazing place to go to, with a perfect location!','2019-09-06 04:19:51.004000','2019-09-06 04:19:51.004000',5,'Isabella O\'Malley','https://lh5.googleusercontent.com/-Z6EX8nkSIdY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclfTHDTPk17FvG6_9enU4o2VUjAnQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42667),('AbFvOqkp9tGRQC6KOf68Fl0R1tT6UZCJJGHCK9aDPKEclFhs196_4kXCK7WSsODoboVvya3JcXDGHA','Everything and everyone was super nice and clean. Kimberly gave me a warm welcome at the door, and checked on my throughout my visit. Nurse Rachael and Matthew were in the room as soon as I walked in and was there to check me personally. Dr. Thomas was very thorough and updated me every step of the way. I loved the personal touch thoughout the stay. Will definitely be back! Who doesn\'t love a warm blanket, clean and quiet room, and snacks?!?!','2019-07-29 00:03:31.070000','2019-07-29 00:03:31.070000',5,'Roshanna Washington','https://lh3.googleusercontent.com/a-/AOh14GhQQRoCm66jnzkQ4dOfC4WjpfEMc3PNXWKAIimNI-k=c0x00000000-cc-rp','17898197009688164559',38064),('AbFvOqkp9v93LHySCLtSGa5y2V3NE3rAbkcKsVzr1aTHjEqigE1M_LYtMZjPLBhMfGlIn1gjqfofRQ','Great service and super quick! Lorena, jacob, Laura and dr.caraway were very helpful and attentive. I have never reviewed service like this! Truly great!','2020-08-29 13:49:42.476000','2020-08-29 13:49:42.476000',5,'Riley Kaufman','https://lh3.googleusercontent.com/a-/AOh14GisejPKcEUj7D-SMmvodmAD53cZwJVyeiMmisYp=c0x00000000-cc-rp','16590124370714063921',34187),('AbFvOqkPA1FxpOVs-hCTS0wdVKhujEXAWrxFBTgADJJLtDNrIgNMeRFg8GSNLJJ8c5KQknsoeBUJ','Fast, CLEAN, and quality care!\nFront desk, nurse and doctor were all very sweet and thorough. They answered all of my questions.\nNurse Alvean was the best, she was very comforting and gentle, and provided warm blankets! šŸ˜\n\nSignature ER truly cares for all of their patients. ā™„ļø','2020-10-26 19:05:09.180000','2020-10-26 19:05:09.180000',5,'Eliza Guerra','https://lh3.googleusercontent.com/a-/AOh14GgxSZFHOA0vFl8YReh0GKkF7SZ-NO556lSuLpnZqQ=c0x00000000-cc-rp','16389487648212004696',33081),('AbFvOqkpA6Bv1Og7CDVNCVHZFl7RtI3x2PKKweKQzWSKG2Q_9t0UJ_3TPyd-C1IF7RewbbZWM_xyWA','A very friendly environment and easy to get seen right away. I was seen by Dr. Harjai. Very kind and great communicator about medical condition. Jacob, the nurse, offered me a warm blanket, water, and some television while I waited for my samples to be tested which I haven’t experienced anywhere else. I was also helped by Tori and Naomi who were also super friendly and helpful. Great atmosphere and people.','2019-10-19 08:27:23.897000','2019-10-19 08:27:23.897000',5,'Vanessa Rajan','https://lh3.googleusercontent.com/a-/AOh14GgUnlheM8suTioGuGlFuVd4lqC00N1ZQGC5Z2cDYQ=c0x00000000-cc-rp','16590124370714063921',34607),('AbFvOqkpBbVsLVbyL2VefpUx4ICutmjiMOFICdTSwPUI2ewpVNcsVUi9CUZELIUjs9FCRaNV1XWT','Little wait time, very friendly staff, and quality service!','2016-11-13 23:55:17.467000','2016-11-13 23:55:17.467000',5,'Ana M.','https://lh5.googleusercontent.com/-KsxUcSYocgY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucluWtwXcCMAJbz9qT36FZov4Kepkg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37274),('AbFvOqkpboa--Uwf4gny2THOs77B6JlRbyj-tLU3vjRIS0vqF0-NmRmpJ0vLjnKUm8K4Z1UGVVZbEg','These guys rock! Very clean space that paired with the amazing staff provides an unmatched experience.','2017-12-30 04:26:38.677000','2017-12-30 04:26:38.677000',5,'Francisco ā€ŽJosĆ© Gomila GarcĆ­a','https://lh5.googleusercontent.com/-THV3kRYiTyU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-0Ny_gjLRCiQYcZ-clk3nBXEftw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36452),('AbFvOqkpBSYYgzArizZcvh-BDiXVh3bR-F8bTzeMShe-w_2WA9zC8l6UHvC9MKLl2iszoUSalonG','Friendly staff, but whats the point of an appointment if you have to just stand outside and wait for over an hour anyway?','2020-06-22 14:39:09.445000','2020-06-22 14:39:09.445000',3,'Ben Thompson','https://lh3.googleusercontent.com/a-/AOh14GiyY-lN3dxSCE_3OL639yD-eyzM5wGy9Tn0WLwWTls=c0x00000000-cc-rp-ba3','2077061009497551125',38813),('AbFvOqkpBt0rElztdHwBECCnFMrWeM-K-8vtg-ksz_O5DC5RssagT6SzhqybjVpElFvm7VG4j4Jc','Great customer service within a timely manner. Very neat and clean. Inviting employees.','2016-10-01 00:43:10.606000','2016-10-01 00:43:10.606000',5,'Melaney Rose De Leon','https://lh3.googleusercontent.com/a-/AOh14Ghk_5IReaBtSAZU6xez6cBpt7JQmksjPPF5_9eorQ=c0x00000000-cc-rp','3511292162159714121',41160),('AbFvOqkPBwR3ZErSf_5CT2i8xLuXGKXgY_6dCSGwkJVVClT8KdCuTCKAdJi448ywFLOdvHQk5z5zyA','Everyone here was so nice and helpful! Josh and all of the nurses were very kind and answered all of my questions!','2021-01-15 21:41:38.431000','2021-01-15 21:41:38.431000',5,'Kyerica Wade','https://lh3.googleusercontent.com/-7hBKzerCZh4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckq-gF8LEgTXnI0yZuZ7AdIy4tIew/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44617),('AbFvOqkpcfmxI1OnKz9NPRUXaqZUja7DddATp60K-WVDrrLicA-is828VZdISN-qu9J3DfxG9wX9','Dr. Kotey and Nurse Gina/Chris were super professional and put me at ease about my cold symptoms.','2019-06-21 00:41:31.028000','2019-06-21 00:41:31.028000',5,'Kamal Shah','https://lh6.googleusercontent.com/-ZN9k0I3SobE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck1cguLRRS_rXlrmoX6CccaAxb10g/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40533),('AbFvOqkpcLTgG6XT8UXm6aEzC0TtQ54igDPJekVh-WZtVwzLaK8c2Toery3T_DQhzHBn51tEYcEcJg','Huge thanks to Dr. Miller, Chris C, Kimberly, Cecilia at the front desk, as well Isaac and Natalie as well as the all the other staff took great care of me after a back injury.','2020-01-14 20:09:49.600000','2020-01-14 20:09:49.600000',5,'Chuck Bird','https://lh3.googleusercontent.com/a-/AOh14GjAuct-yE5M2dVUPB_l2etP09q2_I7FK-lpD5ZsQQ=c0x00000000-cc-rp','14567670160750071148',30341),('AbFvOqkPctUIEz8C41Hb4xZBFPaTjPTBXXIFj4wlS-H18HZ0-Q4zkN6EhLi-BZZVxiYMdBsAMkom','They were great, fast and very attentive, good please to go. Dr. Das is the best','2020-07-31 13:07:10.191000','2020-07-31 13:07:10.191000',5,'K Barillas','https://lh4.googleusercontent.com/-t78D99MMX6c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckwAUKxUj_G0DzUS28jqGi2DRw92g/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31826),('AbFvOqkPdc4nISXZS12ewAEL9K-mtFa5ALimivWZTKNGcFvYGN1pa6owAjxASuAw65CMid1siVTnIA','Wasn\'t in the waiting room 30 seconds before I was in a room! Staff was very friendly, caring and knowledgeable.','2020-12-21 12:14:10.643000','2020-12-21 12:14:10.643000',5,'Justin Dean','https://lh3.googleusercontent.com/a-/AOh14GgQDsCgjjcIHTEg5cbo-d0OrloF3bc6JPm2C_R96g=c0x00000000-cc-rp','3272657195432704501',43652),('AbFvOqkPDL6fBQ9iRfVQYrOzSO1kTNVWXiqTiF-nM5aU3Frh7ae0_SvLfqrFPi0apmOyAx6UbKA2EQ','What an amazing group of office and medical staff personnel (especially Dr. Hanan and their billing office customer specialist, Patric Garcia). The facility is welcoming, clean, state of the art and comfortable. Exceptional, outstanding, caring, kind and compassionate describes how I was cared for, medically treated and dealt with. Being new to the area, the emergency facility/center was referred by my Internist, and I feel blessed for having gone there. Their Customer Specialist, Patric, is a very-very special person. He is an inspiration and example of how to treat people regardless of circumstance or situation. I would highly recommend and trust my life in their hands. I am grateful and I appreciate them all.','2015-04-03 14:53:26.652000','2015-04-03 14:53:26.652000',5,'YP Katy','https://lh4.googleusercontent.com/-Tq-fMqgEXFY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhDDevCYJSGH3HFiQZ_lnMMwUjEw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37399),('AbFvOqkpDNcczh1M_Nbrm-Sh47oPxNWNRwJJks2a68btWyTqBstYRQbWJdnHWWAJeNnIA0gDC3kH','Wonderful staff Doctor Nquyen is a great doctor very detailed as to what was going on and gave helpful solutions,I highly recommend this clinic.','2019-10-18 19:00:16.191000','2019-10-18 19:00:16.191000',5,'Stephanie R','https://lh3.googleusercontent.com/a-/AOh14GjV-cp0ealn9Otl_O21lfNEl_Eo9S2vaQL0aRD4lQ=c0x00000000-cc-rp','13486358490203335051',29614),('AbFvOqkPeEIqOLMtc28mWVmq_Jh8ufcZdCQlAWCiIrzY4ZFMTmaNUsYw2tdckOjELy8PMdXes3G_pg','Great and impressive facility. Dr.Henderson, nurses and support staff we very professional.','2020-11-21 07:19:30.732000','2020-11-21 07:19:30.732000',5,'Cathy Smits','https://lh3.googleusercontent.com/a-/AOh14Ggn3nJGrg5hLrEyeX8KZri5IZ5hSFNEGv0mIuurCQ=c0x00000000-cc-rp','3272657195432704501',39444),('AbFvOqkpeNo26TB03ADhUxhRhSRfFO0m6PAtFE5-oSyuU3nvOoi-kXZSmBEn-tvxKoKWYHhIksRpkQ','Was in extreme need of care and boy did I receive the BEST here! Dr. Braun is very smart and explains everything going on. The front desk Rita was great at explaining pricing since I’m private pay patient. The techs Kenzie and Aldolfo were patient, kind, gentle. The RN Rommel was very nice and informative as well. I like that I can pay half at first then make payments as well. Thanks!','2020-10-12 07:13:19.770000','2020-10-12 07:13:19.770000',5,'erin stewart','https://lh6.googleusercontent.com/-rwKdlJoMmh8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZ9EK4lfYDguWPoc8Hxw7PTXa_pg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32235),('AbFvOqkpeNUkIX0xAw9k14nt68znvV7UZrANj4d4KuE2719u-8N2c8zGBbm7PJXB9QrLw4E8bBfKtg','Fantastic! Came in for a covid test and was well taken care of! Highly reccomend!','2020-07-24 07:59:58.851000','2020-07-24 07:59:58.851000',5,'David Austin Wagner','https://lh3.googleusercontent.com/-ADE9m_jCh9w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclzRKHpEOo3wYIQbMoORQOiRJ-M7A/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40227),('AbFvOqkpeUPSYTTh6jXKPAP-xKevacUlNPGbnBwYPHWzjto47MnOswwBwvcTVI_wFu7k4r7Oe9RXfA','Staff was professional and friendly. Very courteous. Dr Das was awesome and so was the ER tech, April.','2020-11-03 21:55:33.349000','2020-11-03 21:55:33.349000',5,'Michael Mitchell','https://lh5.googleusercontent.com/-RSodfui_uSk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnhXQoV2GLmuNFB-tkwqxsU55jepA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31418),('AbFvOqkPF3xes_03scLunz0DG5sKRQzGgTndQzn6TMvSVEDT7gTjSikYculZWmyFgapqNVdyR4nE','I definitely recommend! Dr Das is amazing nice and has a lot of information!','2020-12-22 18:33:14.754000','2020-12-22 18:33:14.754000',5,'Israel Harris','https://lh6.googleusercontent.com/-eD36159rM94/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckF28U9qppDUynO6UF_bwgsia49zw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31551),('AbFvOqkPfDS53Io--6KG1FV8Qr2AE4cLzMrQO5-giK3oUzNVmolwl9PWoKQkyG93lwE9HaY-zyfU','Great friendly service.','2020-11-02 20:47:11.012000','2020-11-02 20:47:11.012000',5,'Lynn Williams','https://lh3.googleusercontent.com/a-/AOh14Gi9nkqcHeuTBaY-c2XmiK40DPWnVthwrKpFtaW7kQ=c0x00000000-cc-rp','16389487648212004696',33017),('AbFvOqkPFhZceCXaj-drWIWagg-FJro6Zv0V0lHKt2rONTBMcawpiZE665wkyFQcqWTkMJQiiIqLxw','I was a bit worried when I walked in šŸ™„ as is your worried about your self on what your going through šŸ˜ the staff was great with kindness, caring, thoughtful, I felt so comfortable very friendly here šŸ˜€ lisa, Kramer, Krystal, Aaron and especially the Doctor: DR HUERTA he took the moment to speak with me on a certain subject.. I\'m so glad I came here 😊 I know I\'m gonna be ok šŸ˜€ God has my back He knew where to sent me they all took good care of me!!','2019-11-22 02:33:48.954000','2019-11-22 02:33:48.954000',5,'Sandra Kay Hernandez','https://lh3.googleusercontent.com/a-/AOh14Gj3ruIv3_gg_hIH4XebbsJApXO3LpbdG62Ss87b5zs=c0x00000000-cc-rp','13486358490203335051',29574),('AbFvOqkpfMIcEM_02x2j_pyBXbXJnfv_ecTavtDcOH0e6K5-XWj8PEuxTjwI4cbzeOJEMc7-49yysg','Aerial at the front desk was so nice! And Dr.Faig was so sweet and professional as well as the nurse, I was in pain and they were quick to relieve it for me. Thanks again','2018-08-06 00:56:36.781000','2018-08-06 00:56:36.781000',5,'Kisha Steward','https://lh3.googleusercontent.com/-vybz8Qn_MpQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnuNYzbzo1krINrRZj_YtjOUIdh-A/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29215),('AbFvOqkPfWrtO2cQnkYomUZKeip2Vk73-m60MUiGDbi8Hh27bg-VKoG3nfZmWCWjzQ5kHd1ARcX_Vg','Absolutely amazing team! I nearly chopped my finger off and I was in and out in about 30 minutes. They were friendly, knowledgeable and not too mention FUNNY! You guys ROCK!','2019-05-15 12:00:30.697000','2019-05-15 12:00:30.697000',5,'tieka washington','https://lh5.googleusercontent.com/-HALb6LxTF9w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclh9u0Y8RjDdBrQbvMRk89zg0UYyg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkPfZj3PIxcyjqn-gY4A8a2Tv4ON2r0J7M5_CL5B_CEisFCD3FXqy5FVla3bKZYH22IYWka','I. Love. This. Place!!! During my visit I was taken care of by:\nDR. AKUNYILI, MD, EDOZIE J\nNurse: MelissaĀ Ā  H\nRadiology Tech: RichardĀ Ā  F\nFront Desk: JocelynĀ Ā  A\nEvery last one of them were kind, patient, and professional. They also followed up with me to make sure I was healing just fine. They were very informative and worked with me on my payment and let me tell you they were AWESOME about the payment. I came here before and let me just tell you that they were just as good as they were before, if not better.There was absolutely NO wait time. And they offered me a warm blanket as soon as I sat down. If you ever get the chance choose Signature Care, you won\'t regret it!!!!','2018-12-02 19:50:12.165000','2018-12-02 19:50:12.165000',5,'Eunice Dotson','https://lh3.googleusercontent.com/-pXr3LYtxgcA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCsgIzeMb6sBQlTTg_K9Q24uRrvA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30670),('AbFvOqkPG-1fi_ckNVjfxqpV4gjkMx3OhcM31MkR2mFwGyq1H5gKgOTTUnSzR8PMwjMlA9d_hTJu3A','Dalia and Alyssa provided excellent customer service. My nurse was awesome!!','2020-09-24 15:59:16.931000','2020-09-24 15:59:16.931000',5,'Donald Rogers','https://lh3.googleusercontent.com/a-/AOh14Gh2WhBOyqWG6HLT78VsB7faDeMSn3b0Eo35gD6fOQ=c0x00000000-cc-rp','8918455867446117794',42898),('AbFvOqkpgjK-MC8HjBM4UBabFB3K8k8WVcqZ1mU_ZOlH99_Me4ASeOJUpFdXQDkKk462gAi0SA7B','Doctor Patel was great , nurse Susan was great , Ms.Tanishia was outstanding !','2019-10-04 10:34:28.045000','2019-10-04 10:34:28.045000',5,'Ronald Dixon','https://lh5.googleusercontent.com/-FYztEJMG1GU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnOhOz4ysuexknROsr5qrd3B63A3w/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37964),('AbFvOqkPglCd80s0-I8JflX4h39mKhkQXM54QiEblAf9MwP8OKgRsuB2TSyFb6Um5YN913pkfDuWqA',NULL,'2020-09-29 23:41:32.810000','2020-09-29 23:41:32.810000',5,'Kelcie McMillan','https://lh3.googleusercontent.com/a-/AOh14GhevbTrYBatiFAkOew8aiuUFbUkT-4BV_qJ3kZaig=c0x00000000-cc-rp','14748677429039074158',31601),('AbFvOqkPgO56vXIHoo9YV4n0unWdCRA-Cu_20PlmwG6QctRDHU0vvHS3VAyZTwlZ7VthoIKGF6imaw','This place has an exceptional staff who took care of me with great detail and concern..\n\nTo the staff who was working at the time of my visit\nAwesome job !!!\nThuy An\nAlvean\nMarcus\nJocelyn','2020-02-12 17:22:00.305000','2020-02-12 17:22:00.305000',5,'Dianne Ybarra','https://lh3.googleusercontent.com/-TARUdGtxOFY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclzL-8EwFRzVXq9d6WPwfOGDthoXA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33373),('AbFvOqkPh-Fsxai161g4bGAhRko0YssNGonCqhiYq3T5B6ShRAVvBaG69_f-UIiMEV95QSd64VkOBw','My medical team Racheal, Courtney, Dr. Thomas, Jessica, and Evelyn were great!','2020-03-12 19:04:22.815000','2020-03-12 19:04:22.815000',5,'Jose Depaz','https://lh6.googleusercontent.com/-XO5MwnyJM8U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckkUjuTeLr4ITLoE9gY8Xo6bF6XPg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37623),('AbFvOqkPh8dRwOqTKISOjHXPRG85DhW_3pT5NXIeNYrqZirYEc1HU1BTTUpbGiHGSI7rS_yyPHNM','This place is really clean and the staffs are really nice also the doctor šŸ¤™šŸ‘šŸ‘Œ','2019-09-28 06:02:43.196000','2019-09-28 06:02:43.196000',5,'Dora Sheppard','https://lh3.googleusercontent.com/a-/AOh14GgRepJs6pfEUbgvnf8XIyoC2a_y8I5AHK3x8_Lc=c0x00000000-cc-rp','17898197009688164559',37981),('AbFvOqkphVcUXS9wm_W_P3GrhLlWn9qUPfECt19OcZbMT_mfa16nG2A39rq2a6IyTkiZFJ4tfW-4-g','Customer service was great. The care I received from the Dr and front desk staff was very good. Patient care is a priority there which I love. The wait time wasn’t long and the employees Was very knowledgeable. Great place to go if you don’t want to be in a huge emergency room with a lot of sick people.','2020-09-11 22:28:59.651000','2020-09-11 22:28:59.651000',5,'v Powell','https://lh3.googleusercontent.com/a-/AOh14GgHqKkSmJOif4M1tE7SudRCnJjzVsRDjBn1vdx5Rw=c0x00000000-cc-rp','12541597562633926366',28552),('AbFvOqkPi3o0E9DUp6ij7nV7QEqQ2XvNMcwI3xE0IpjXWGxDVInMkm8qscSwhfiStA0wUkeG4xgh3A','Kendra was welcoming at the front desk followed by Nurse Jeri who was understanding and comforting. I felt heard and treated by Dr Ortiz who helped me.','2020-03-05 23:53:39.121000','2020-03-05 23:53:39.121000',5,'Kirby','https://lh4.googleusercontent.com/-KhuggCHuS0g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQ3v6I87e6EEy8AL3Bllk9hdmyfg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34319),('AbFvOqkPi5o3IH3v_VSVy6MhTFK8pmmjHhgtaazsPyH9blK7_gXVVe_gRlhfcnyz155d4yrqW5DF6g','Walked in having so much pain. We were seen almost immediately!! They did everything above and beyond ! I was so shocked how tests were done quickly meds given to help me feel better and I was back home within a couple hours !! I will always come back in the event we need medical care. Thank you thank you !!','2019-03-18 17:51:15.676000','2019-03-18 17:51:15.676000',5,'Lisa Lara','https://lh3.googleusercontent.com/a-/AOh14GiZsQnz17o3E5TrXL-4hGv13CNFDBkYrscWRc9L=c0x00000000-cc-rp','17898197009688164559',38247),('AbFvOqkPi9pT7Ix-JDVe_eDpLydS3ZANepmhUZEp6wwvZ0WfqKR4viFhomlaObhg3f5FR6ChklDHRw','Very Fast and no wait. The doctor explained everthing very good.','2016-12-31 15:55:55.580000','2016-12-31 15:55:55.580000',5,'Mauricio Medina','https://lh3.googleusercontent.com/a-/AOh14GjDUJuZo3Uo-PR_co2LO1qozUZC5YiJCPyjzJHD1FE=c0x00000000-cc-rp','17394740196501090048',37242),('AbFvOqkpidjjJokrLfIHoBWyNn3nWsecbu-nvWgwGhNNbtjZ82NI0jAUL7HcLDxs1YpUKLwub67ikQ',NULL,'2018-02-15 16:03:14.748000','2018-02-15 16:03:14.748000',5,'Javier Garza','https://lh5.googleusercontent.com/-rgvEneF1y-M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn-X5Myp0U0IPRGemwwB0qH_tQ_Zg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43409),('AbFvOqkpIfWomnVcb9vq6L3b8IjjVpyz0r9Ixe0UnwX1Gq4d6ZLVB348VwZknOkPq84PqkTOfSiyKw','Had a nice time. Snacks were on point. Tran, Tony, Hoan and Aaron were fantastic','2019-07-23 17:18:21.693000','2019-07-23 17:18:21.693000',5,'KevinUp','https://lh3.googleusercontent.com/a-/AOh14Gg0LTu0ZUH1-nYjjM92jj3OG-75pop5FXL3_r6W=c0x00000000-cc-rp','14904078213800803294',32442),('AbFvOqkPiHZR347KFszvsdiO9AO_FAt25J7vWhXxTSjB2hCGFgNCaYRcdpa8u-KAgheXvK7jwWfV3w','we had really good help from Lucas, Sherri, Kim, and Dr.Curtis','2019-02-14 22:51:19.616000','2019-02-14 22:51:19.616000',5,'Deja Cornelius','https://lh3.googleusercontent.com/a-/AOh14Gh9dWyM1tQMPDGGcJmeLb0MM0FRLxCZlAlaYtEt-g=c0x00000000-cc-rp','3272657195432704501',39920),('AbFvOqkPj1z_HE0YtwGMb286R-uMs8qKUkzwQy3O1qXRflFM-4eDk201bfYgmSsDH9wXdqWkhJyZUg',NULL,'2020-11-02 16:12:00.317000','2020-11-02 16:12:00.317000',5,'Carlos Paz','https://lh6.googleusercontent.com/-hQYh2892NRQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclnkoawe-IukUW-iy82c4tMb2iSGg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33021),('AbFvOqkPjD2FyOsRvYCoE2TVneesxsB41cqrgoEprqgSJviGbiRRST4hR5xR4CAKU0oHhdcqC8oi','I went due to a U.T.I. and had a great experience. Kayla was at the desk and very helpful and friendly!\nI was in a room in no time and got Maynard and Susan as my R.N.s and they were amazing and compassionate.\nMy Dr was M. Thomas and he was very thorough in his care and tested most things...Jessica N. was awesome and Carina and Sydney were so kind and thoughtful!\nThanks for your care and help!','2020-10-29 13:59:04.133000','2020-10-29 13:59:04.133000',5,'Angelea Snyder','https://lh6.googleusercontent.com/-PbFn-MXgbXM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnw1LoSG7nn9HzVwogXmYCLsXWWHw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37477),('AbFvOqkpjHfHOfuqpGgKz-WIV1q9xz-q-W43MLjVJd84VpyERFm6O5UFKlRXzMUlcjsOXbATbXjF9Q','On Christmas Eve (of all days), the severity of my daughter\'s condition became apparent. I took her in and she was diagnosed with Flu B. That\'s the short of it.\n\nOn Christmas Eve, the staff at SignatureCare (SigCare) were kind, friendly, caring, helpful, jovial, welcoming, non-judgmental, accommodating, and mostly not mad at the world for working on Christmas Eve.\n\nWhen I cam in the door, Lorena T. welcomed me with a smile and kind words to my daughter. She was an expert at getting exactly what was needed to move into a position to receive care, and was aware of our position and did not harass us about paperwork.\n\nWhen we got to the back, Nurse Remington doted on my daughter and was amazing at getting her cooperation. The Tech, Rebecca, and Nurse were a great team and had my kiddo ready when Dr. Harjai came in.\n\nEven when JR took the x-rays to confirm pneumonia, my little girl was at ease because of the amazing staff and experience here.','2020-01-04 14:22:02.465000','2020-01-04 14:22:02.465000',5,'Dailey Do','https://lh3.googleusercontent.com/a-/AOh14GgLy9oe4b7t6BG-84q0NBtnB9MaUgWr9wdCwjoV9g=c0x00000000-cc-rp-ba3','16590124370714063921',34470),('AbFvOqkpjlIzD8w8q_8a4nTmbGzpmOUnVOrzlfmiiS6QjC-ImRiyjN9CujC_dC3T59y0v2Z_dKGhew','Awesome is not enough!! I waited for a long time at another location to be turned away when they realized they didn’t have the X-ray equipment to view a possible fracture. 😳. Came to Signature Care which is IMMACULATE, professional staff and drinks and snacks for my youngster while we waited. Offered us warm blankets when we came into the examination room. I love this place!','2019-11-04 22:08:00.480000','2019-11-04 22:08:00.480000',5,'Christina Ryan','https://lh3.googleusercontent.com/a-/AOh14GgEfy4vUdM5JETSwD3SKRlH9Hz1F3uxTosxAiOqvQ=c0x00000000-cc-rp','13486358490203335051',29594),('AbFvOqkPKbliFtfTVQwfzpi96R-N5w0XL0khIrhoj48dPpnMOOg_6pdVRLcZbXxGF4aIF9xAz-K_xg',NULL,'2020-12-28 17:00:39.381000','2020-12-28 17:00:39.381000',5,'Simi Maravillo','https://lh3.googleusercontent.com/-fgTEMsdjrGI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclSYpTuCpFL_DK-qf28_pMoTQFOlQ/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44013),('AbFvOqkpkvDAQgnzEAqq4RSKV0-M76lgxL5jfe0LFu88WqGD8VIxLJpPJgKq-9IW9XufIS5V9abuVA','Quality Care and super convenient. Staff is friendly and professionally trained.','2020-06-25 17:13:00.808000','2020-06-25 17:13:00.808000',5,'Mr. Gonzalez','https://lh6.googleusercontent.com/-ZaW-VFiz1tM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckQnkEpOaxrN-k7w8JqjbLQoHZ5Dw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30189),('AbFvOqkPl4Y3u7L7iGlSLjewoyhmFz3IjoYbshE0oABxWMu-8xZJRyNfMigFaF61cxalLB8ewCrn','Service was quick and easy. Maria was a lot of help at the front and she speaks Spanish! I came to get a Covid test and got my results in 15 minutes. Dr. Grinblatas was super attentive and sweet, asking about all of my needs. Holly, my nurse was really kind and gentle. Overall a great experience, definitely recommend and will definitely come back whenever I need to!','2020-11-04 01:59:29.066000','2020-11-04 01:59:29.066000',5,'Andrea Tamez','https://lh3.googleusercontent.com/-sX8edPD0OdM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnHLCtYoxOqN_1ANvNgc-vQBJ_F3A/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32173),('AbFvOqkpLQ0mHvq3Fms57bgrfRMkTnL1ILVx8DL5g53hnOwLC8DHOdd5QKRSkRon9sVFBMCMlJZRqA','I recently had an accident and went here to get checked out. The staff was top notch! Thanks to Dr Rose, RN Katie and Mr Townsend and REG. Delfino for great loving and caring service. If needed I will go hear again without question! They really take the time and care about you! Oh and barely any wait time!','2019-03-13 23:16:27.484000','2019-03-13 23:16:27.484000',5,'Carrie Hargis','https://lh3.googleusercontent.com/-N5YPvdpFing/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck4MIqFmU1OZ5NiMPSMubOJ3kSvFg/c0x00000000-cc-rp-ba3/photo.jpg','16891069708558046635',36250),('AbFvOqkPlTY_iF-uWGV6r8-OIWonsdcHRrHcV6ZHxuemWvp8Xux7dAxewTG50eo4fHDnWCRNd4PcEw','Alvean,Luisa,Elida,Tricia. You guys were BEYOND AMAZING(AMAZEBALLS)!! Thank you so much!! I would high recommend.','2020-07-04 22:10:36.328000','2020-07-04 22:10:36.328000',5,'Oscar Astudillo','https://lh3.googleusercontent.com/a-/AOh14GiKyiA3UZJJHO8cuhh6AG-kGRvwHKlExpSaQ_XP_A=c0x00000000-cc-rp-ba3','16389487648212004696',33218),('AbFvOqkpLX0E4Y9VJd7cHtaNEpTi65q08V-bL3JWUKfISQz86d_sZ_exgI8gRiKRb3933C8ouBhKaQ',NULL,'2020-07-09 13:13:17.969000','2020-07-09 13:13:17.969000',4,'Lezlie Cpn','https://lh3.googleusercontent.com/a-/AOh14GikiTEuG9EiajdzfwihrD62SGTyjMA0CPzBpb9v=c0x00000000-cc-rp','3511292162159714121',40249),('AbFvOqkPmd8Tdzpj1OB1UxQrl6t9LmELeWehaCjfpQHHPjq1R_IG8k29ddQey0uK7UjVkVp1C8bf','This was my first time at an emergency room separate from a hospital. From the person taking my blood, the 2 nurses, the ultrasound tech, and the doctor, everyone was beyond amazing and made me feel as comfortable as possible. They even took care of my loved ones in the waiting room with drinks and snacks. Hopefully I don’t, but if I’m in need of emergency care I would definitely pick signature care as my first choice. Thank you Dr. Smith and numerous others for the excellent care.','2019-12-13 02:10:40.428000','2019-12-13 02:10:40.428000',5,'Holly Hunt','https://lh3.googleusercontent.com/a-/AOh14Gix43Kq_pyb652Tz3nvFLtk2D6oH6TwKJsfnWypLg=c0x00000000-cc-rp','14904078213800803294',32398),('AbFvOqkpMGJkB9x6QZVe1JM5fn_-Fd32DDiT1t8epg3eDrPZx5OVNQLqSb3EE_GoefX_xzWH7aouNA','Friendly staff, excellent service. I felt like they care. They made sure that I was okay before I left. The atmosphere was calm and caring. They ordered me dinner. I recommend this location.','2019-04-30 11:05:17.967000','2019-04-30 11:05:17.967000',5,'Jennifer James','https://lh3.googleusercontent.com/-UGaIHh7IneE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmK2VgQhhZV-T06zki4HOmyUwBpOA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29103),('AbFvOqkPmLnNB9NunhOTAsOCc2hlh4yEm1ugyRHwxU4KQ12B9FclhtuWydtEZ3WWTP50-i8oTh06gg','Went in there and wasn’t at all waiting like in most places to get in to get checked. Gave me my results in less than 20 minutes!!! No problems at all','2020-09-01 00:26:32.635000','2020-09-01 00:26:32.635000',5,'Angelica Chavez','https://lh3.googleusercontent.com/a-/AOh14GgN7dIlOEeP-Az_D54S5R7QeGv9P5cLcByNBmiPvn8=c0x00000000-cc-rp','6521947413723274945',41299),('AbFvOqkpmnQ_VSgaQ6KOA99X2wMLJUhw0e4p5MfO4cmeEu7Ox0YCavENlCLK38A1O_rsl6gbm4OECA','Excellent service! Nicole, Irvin, and Katherine were all great nurses. Recommend to everyone!!!','2020-02-07 03:52:05.288000','2020-02-07 03:52:05.288000',5,'Nathalie Alfaro','https://lh3.googleusercontent.com/a-/AOh14GjVNmSdRP3jN-gvQHWpPiEwklS69NyKIitmYiieNQ=c0x00000000-cc-rp','12541597562633926366',28747),('AbFvOqkpMy37XvQowe-OLXHbuNoblI2Qsuu3pDIZxkKsbYlSLLrN60uakEAfIv5easbxzzjTazs4','I came in with my boyfriend over his bad cough/sinus infection and the experience was great! The girl at registration, Naomi, was very nice and helped us as soon as we walked in! Doctor Harjai and Nurse Jacob were very polite and attentive! The x-ray tech, Becca, was very nice and my boyfriend’s x-rays were done in minutes! The care was very fast and we were out in less than an hour! Highly recommend!!','2019-09-15 18:08:56.150000','2019-09-15 18:08:56.150000',5,'Destiny White','https://lh5.googleusercontent.com/-V1osUi591CY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclc04sD3jLdG356FGKxGbPzyj1SDA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34676),('AbFvOqkPn773QMGRXins-9cg6mka-0jBr8pYY2N1eYiuPDSoF5Pvxlw7EhRu_CW-SZdoj4XTsUptYQ','Everyone here was super friendly! The rooms were nice and there was practically no wait time.','2019-12-18 21:09:11.702000','2019-12-18 21:09:11.702000',5,'Mark','https://lh6.googleusercontent.com/-6i-uJIfAPD0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8N_zvGNxLHiYULqNLEITN3pfm2Q/c0x00000000-cc-rp-ba3/photo.jpg','16891069708558046635',36042),('AbFvOqkPnMtssaBTuvQVQRlSsmbPlkUr8vtSG_mp2Pi3t-qR1ho37PPZPmI4AflpBOsmMl_BlhWzqA','They were wonderful people..very knowledgeable about sickness unlike other hospitals. Beautiful and clean hospital. I do not like blood drawn and Alvean the nurse help me get checked out. Dr. Appiah was very helpful and a great dr. Jocelyn was one of the nicest registration people i\'ve seen and Brian the ER Tech helped me get my results back in a timely manner.','2019-12-18 19:24:20.648000','2019-12-18 19:24:20.648000',5,'Corlisa Hockless','https://lh5.googleusercontent.com/-deKvuo1-oKc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmAyT6yzCsWSWyYMuslUr4Ov7W_Kw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33594),('AbFvOqkPNNcQgwPnZvAehip1f_39FcZHXzef1cd3RUgLTfBoEnDKYUeP-xRxHKZeYNdKshhFXEx5','Went because I was in a autoimmune flare up. They listened to me, treated me efficiently, and were very knowledgeable along the way. Brandon G and Ricky S did a excellent job of putting me at ease and making sure I was comfortable! Will definitely go back the next time I need an ER!','2021-01-20 17:55:10.011000','2021-01-20 17:55:10.011000',5,'Hana Huff','https://lh6.googleusercontent.com/-ubYhPkUiYMM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmd3zefOdOmPLbvcDSAgwmrjPLBAA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44504),('AbFvOqkPnQpQXs69zoDc7HsEhTFS8yk-OQmWL4wAmaMLEPPyuIGFeyNPSLy_GT55X2RRWc5acegy','Everyone was friendly and efficient. And there was no wait time.','2020-01-06 22:20:54.044000','2020-01-06 22:20:54.044000',5,'Linda Newton','https://lh4.googleusercontent.com/-coLZI_dl728/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmCEL54upSS50pGbT9rPdc4iDKokQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40355),('AbFvOqkpnrr8tX-K-PgnepHA6PXBPWpi5s5yW3eYt-IVJ2fnA9VJoIwUBXieOC5TGF-iGMIC1XWK_g','Clean building. Professional friendly staff. Everyone was great. No complaints.','2020-12-07 18:03:48.480000','2020-12-07 18:03:48.480000',5,'Rodney Jones','https://lh6.googleusercontent.com/-Gor6Pjg4fpg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclElmEr2AMquaZI1LjUhqh5UlEkQw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37412),('AbFvOqkpO07V2TxqymcVo7dUuw5ISZVMQi5lBjgQ-xAK5WD334ovese5pxvxrJI-r9Mv4bOc7o6CKA',NULL,'2019-09-05 22:38:42.676000','2019-09-05 22:38:42.676000',5,'Kim Gowen','https://lh3.googleusercontent.com/a-/AOh14Gi2JhKybwN7HjlO15oYGix2Zb-ufkQmvrVR9OC0=c0x00000000-cc-rp','8679688254631342173',42669),('AbFvOqkPOCe70cTsa8U_VE6NYSKwJ0j6hjMqYJ0N-GuLcDysBgR7y-fXwpZF7ewWe45ZGC3hBMYt4A','I brought my mother here because she developed shingles while visiting me, and does not have a doctor in Houston; also it was a Sunday, and she was in terrible pain. I was a bit wary of the notion of a freestanding ER, but we were both very pleasantly surprised. Brittany was very kind and competent as she handled the registration process. RN Shelley was equally kind and competent -- her years of experience very evident as she began assessing my mom on various dimensions from the minute she walked into the room. The doctor seemed very nice also, and listened to my mother\'s concerns before prescribing for her. My only criticism was that several of the staff (including this doctor) had their name tags situated so that we could not read them (i.e., down low on their uniforms, and/or turned around). We were very grateful that we were back out the door an hour after we arrived.','2020-08-02 18:49:00.845000','2020-08-02 18:49:00.845000',4,'Deborah Lee','https://lh6.googleusercontent.com/-F1z2edBr2WE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclIC-0D_anW8C6wYrekyN1cYUczkQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37579),('AbFvOqkPoFs5XmLRHOR3vp1INShR3l_kj3gqnsRpT8q8K-XRPfZzcleelE2g5RXEMslJe-Qrus2OiQ','I was attended very promptly for my allergic reaction and taken good care of. cant complain at all! very neat and spacious location.','2017-05-09 16:16:47.995000','2017-05-09 16:16:47.995000',5,'ISHAN RAO','https://lh3.googleusercontent.com/a-/AOh14GjdtMg3zx98GvQY9rxeyEdrZnUmDkDqd8jn6N4Q=c0x00000000-cc-rp','17394740196501090048',37161),('AbFvOqkPOg5kBss1lc3N0BQPhe5Lw0T8z-JuNzivT9bzXb528SZbMEd0yJrXl9fJOYGR3KY2BY8GfQ','We are retired Canadians who stopped in at the Heights SignatureCare emergency Center on January 26,2020. The service was exceptional and each staff member was professional and friendly. We thank Dr.Q Henderson, Kelly & Robert, Joann and Erica for making this experience seamless, professional and friendly.','2020-01-26 20:43:12.721000','2020-01-26 20:43:12.721000',5,'Gilbert Perrin','https://lh3.googleusercontent.com/-pISckBpt5hE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmTRSq59pqqY0NuzJ5qc5W7Bs4vHA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30297),('AbFvOqkpoiNmdeOatKS6R7u5J4gIzhRvXsPlEWm_0C5M89gXGznWSZ7PJcUEcqx3aIFw-YylegIwsA','The emergency care center is the best care center in killeen. I would advise anyone to come here over any other faculty.very nice staff clean building.','2020-02-21 00:06:53.639000','2020-02-21 00:06:53.639000',5,'Kieara Robbins','https://lh3.googleusercontent.com/-MJkdraqeazI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl0Ri1977effDTCFQE2zPWoopVkPw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39110),('AbFvOqkpop0eBXJZNpPF7jTUC4yyVvmhPR-7SILHAdUsD0EAHnY8M-hZjuqEGeqnh78cvrv1lnm2Nw','I was recommended here by my aunt and though no way for all the things she said, but when I walked in it was The best atmosphere I have ever seen from the moment I walked in, security was very sweet and nice was ready to help me get to a wheelchair and all my nurses and doctor is the best Dr. Grinblates and my nurse Meredith the sweetest caring person I have ever meet, you can see her kind heart in her face just happy to help, Brian in radiology very helpful he went above and beyond and Ricardo my tech was such great guy. They are all a great team, I was so amazed that they even acknowledge my husband and made sure he was ok, I can’t believe that I didn’t come here before. Watch out you other 24 hour emergency locations they’re here to stay and they’re going to take over.','2018-07-21 02:32:53.911000','2018-07-21 02:32:53.911000',5,'DIANA RODRIGUEZ','https://lh3.googleusercontent.com/a-/AOh14Ghe_5nUnAummRKoGz_72orrNFu4pAgSG6VjU33IHw=c0x00000000-cc-rp','14567670160750071148',30811),('AbFvOqkPOrz1DbGRXFSaSASpJYpcPLoXZMaREUVfXKtMrmIirotooz3J1AvrRHMi78xG-rNarXkziw','We went in when my brother fell off his bike and they took care of him right away. The nurses and doctor really made him feel safe and like everything was going to be okay. They were very prompt with care. When we came back to get his stitches removed they were just as friendly and prompt.','2020-09-18 21:22:18.709000','2020-09-18 21:22:18.709000',5,'Rocio Castelan','https://lh3.googleusercontent.com/a-/AOh14GjLUhgj7xEemT0J-k15UHczvruVyDR2gdldygUfOas=c0x00000000-cc-rp','2694018788013845459',38972),('AbFvOqkPoUFLtpazly0F0jT30GCAa1LCRX8Ob5oZidkcOFHtjJtmBBLn-nqWTCST9RUugUEmTLD9','Dr.Appiah. was very nice and helpful and made my pain go away and the whole staff was so nice i highly reccomemd them .','2019-04-24 19:05:22.094000','2019-04-24 19:05:22.094000',5,'Lisa S.','https://lh3.googleusercontent.com/a-/AOh14GgID-QZuZh0tjzmhH0v8ZhO8qWkwf-BacvuaGTkuwQ=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkppGtXJqoV9IvqRiwuVAuhi9BnMCT9LXSoLQc-J3icmjTV0Z4m2Ep5nLykbxA_-nbuqcIaRA','Excellent staff fast friendly service the doctor explained everything they were doing','2019-05-24 00:50:50.497000','2019-05-24 00:50:50.497000',5,'Karly Badgley','https://lh4.googleusercontent.com/-EdBIhUjGVME/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmHNzUF7-lX_027dqDshaMX_wMO9A/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38170),('AbFvOqkpPS2aK7ZNNfLHnf7J55rqmsuUsR2Rwk50B62xkrhvBIhV7kOmDCcbmO7TWFVCKerj2hbf','Receptionists , Itza and Dyveu’z, were friendly! As well as Brad and JR, plus Dr. Harjar were fast and efficient!!','2019-08-01 17:49:40.348000','2019-08-01 17:49:40.348000',5,'Deam Feles','https://lh3.googleusercontent.com/a-/AOh14GgAtocL3ZLyvEK_jNz89fNl2_idI3zyxPrFfn1kYA=c0x00000000-cc-rp','16590124370714063921',34740),('AbFvOqkpptz5RYH2qGUz-IMXQEh6zc0ri3ajE_6XsKTbvlU3jTQb-NcteX7q_0zMuDT_62BW5_XP','Friendly staff. Quick quality service.','2019-05-31 20:29:37.016000','2019-05-31 20:29:37.016000',5,'Allie','https://lh3.googleusercontent.com/a-/AOh14Gjk0gKno44lj9pwNFJ7KrQd3aFrPVQUz0fbzTbamRs=c0x00000000-cc-rp','16590124370714063921',34838),('AbFvOqkpq_sRvckpwRDoL2uY46wcKnU0FmDXaVu8uuN5k0I1gPMtZrfPqLeb78jMhE2pURc0LluWtg','Everyone here is very kind and the service is really fast.','2019-09-17 13:50:24.175000','2019-09-17 13:50:24.175000',5,'carmen alvarez','https://lh6.googleusercontent.com/-GiVBg3QN8us/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnkwjfllv30LjTYZbWBnDaiNV7fgw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29666),('AbFvOqkPQsD3IICj79YQm5sLL0vHu2hsfvg7jaEGx6U4JdgyNzPwNv45iVhqUgN_PkOKAkk6_apuEQ','Fast service! promptly seen by the Dr. quick in and out. Very friendly staff. Dr. Cavasos was very caring and so was Nurse Sara. Thanks again.','2019-11-30 05:04:53.559000','2019-11-30 05:04:53.559000',5,'Mustafa Faiz','https://lh3.googleusercontent.com/a-/AOh14GiyqeBnSiuBH6Wfcmr-bhm2bX1z2suee40C0Mfkxg=c0x00000000-cc-rp','17898197009688164559',37841),('AbFvOqkpRE4QSlNcwiMyImimv1s94riFH_ba6_nmyWC2YNfSzl4JULeKSrSJe8uYSbG1MNtHaUEs9Q','Amy was at the front desk and was amazing! My COBRA wasn’t showing up thanks to my awful HR person. I was freaking out because I read bad reviews of other places that run up huge bills. That was not the case here at all. Amy assured me that any charges would be transparent (and they were) and upfront. All the staff were super nice, treatment was quick and Dr Souman has an amazing bedside manner and was so sweet and went over everything with me and was very detailed and interested in providing excellent care. Olivia was my tech and Jessica and Agnes were my nurses. Again can’t say enough good things about the staff here. I highly recommend','2019-07-07 12:23:06.794000','2019-07-07 12:23:06.794000',5,'Opt Out','https://lh5.googleusercontent.com/-U0-CU3GMtLg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnpsi9Xw2udlOansGGvFj8_bSnGyQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40506),('AbFvOqkPrvn7fty2saZe0QW3vGe8B7MnltqMsO6USwZzZYbcX3gVxHUwQYkM2ZoeG8NC8J8xpWw6','DR.DING, JOSEPH AND AMY WERE REALLY KIND AND HELPFUL. DEFENITELY COMING BACK.','2019-04-27 21:33:20.105000','2019-04-27 21:33:20.105000',5,'plutarco mejia','https://lh6.googleusercontent.com/-qBdiaQ2Ajqg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucntKOtJAHpM2FfhNZ01hd4JSHi0_Q/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30554),('AbFvOqkPSeEzRGnUqvegus8jrTddNeW6huZkhQaZRBMEcauwNeK1sRRe1KwBh3-j2wog30e9v5tbbQ','Very great service and great care would highly recommend.dr ding,Amy and Chris were just awesome thank you so much for caring for my husbands needs','2019-04-27 16:18:26.265000','2019-04-27 16:18:26.265000',5,'Mia Gonzalez','https://lh3.googleusercontent.com/a-/AOh14Gjbe005UuyvrLAgU4FoeLXOdvpw5cDtawoy9HYI4A=c0x00000000-cc-rp','14567670160750071148',30562),('AbFvOqkPT08YtTosuNr5hFjl_gbRi1HLQ3Np0EAUpEZeVolr7oq3YlrJJTXH0_kJEMM588qbYKyQSQ','Good experience. Prompt service. We were seen by Dr. Mauldin, Alvean, Jose, and Patrica\nPatricia.','2020-01-25 19:41:24.728000','2020-01-25 19:41:24.728000',4,'David Oakley','https://lh5.googleusercontent.com/-aH_zD_1oqfI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck4saWj4PJ-gMkSJlJAOfjIvG3qKg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33455),('AbFvOqkptCro_3OpRtkVU4laa_IXNdMzrZDor_bgogU0Z1T-XT2sVmTDJlMwyWPt6KMaMlBn4AgEqA','Extraordinary service!! No wait time , we were assisted very welcoming and homey , James greeted us immediately. Brian came right away as well and made sure we were comfortable and warm. Gave us toasty blankets and checked in to make sure we didn’t need anything . Dr. Odezie was wonderful and really explanatory on our situation and fixed it up right away , James did a great job in communicating with us and taking care of my wife all the way from taking us in to walking us out ! Amazing staff ! Front desk ladies were awesome as well !','2019-01-16 01:02:00.816000','2019-01-16 01:02:00.816000',5,'Alex Jaramillo','https://lh4.googleusercontent.com/-iBGrZKitHcI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckd_r9dHG28hi2Y-yBcGoIcv_N9qA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30628),('AbFvOqkptfx4VGFwNSMy3YhUGWVoxtwuILnVxXYBAWF9RH324pAVksY_dI3gtZHluh-oVzV_Zp_N6A','Sarah my nurse was very helpful,\nLaura my rad tech was very helpful\nGeovanny was my ER tech and he was awesome\nThe receptionist Tanishia was very helpful','2020-02-14 06:18:20.069000','2020-02-14 06:18:20.069000',5,'Brittany Sturdy','https://lh6.googleusercontent.com/-97V3kpohj4k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckSD7lXpsZRckjLv51t7ZjzffqrnA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37700),('AbFvOqkptl82Nmc0urKycmwxbVYHipXB-5QQbQDp_f_xYjSmH-ZromKCX4yMUiSdUpXnAcHHYZ_n3A',NULL,'2020-06-19 15:02:42.462000','2020-06-19 15:02:42.462000',5,'Ariel Goggins','https://lh3.googleusercontent.com/a-/AOh14GihlWtVSZhrK8Bi8inupAmhmW7h3BUAHWOQg8mq=c0x00000000-cc-rp','2694018788013845459',39058),('AbFvOqkpTXE0QoQoXM3irmL99LGug7H3_qqLvyl7ruuta6ETGmRz48Fl_Z8NXsL5dQi1OIB7SIQDYA','Very welcoming experience here, They have answered all my questions and helped me so much . Thank you Dr Henderson , nurse Alvean A , Jocelyn A registration , and Sean our E R Tech.','2019-10-26 20:55:58.308000','2019-10-26 20:55:58.308000',5,'Gabriel Favela','https://lh4.googleusercontent.com/-QBn9uN_3awM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckvhHKkmCqziufzsPU3X9xts0nykA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33819),('AbFvOqkpU8AtvlvzVlJtju21pVolgBjOhOhJnpP3mMHjcoX0UBefJI723y2GYSiRP3EHYqUu85Q7Qw','I went there in October 2018 with severe bacterial infection, the staff was so comforting, got me in a room right away, immediately took action due to severity and was placed in a room directly in a hospital without having to go and wait again! I have never been treated so well!','2019-08-04 06:59:21.700000','2019-08-04 06:59:21.700000',5,'Kim Haytasingh','https://lh5.googleusercontent.com/-dOHLz5rEQ-4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmyrcOD__aH6xSUcCFa2twEuCtrFg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36722),('AbFvOqkpudREJkL0BT_18YwEOcQekA9EKlZyUZBHwWAzWSxLjArM6-mi4gzq9ak7UfmJSr7PbTtTtA','It was wonderful!! Jacob was a great year and Dr Y was awesome.','2019-08-31 17:56:10.544000','2019-08-31 17:56:10.544000',5,'Abigail Brown','https://lh3.googleusercontent.com/a-/AOh14GgIi4Fc_hMN68GhgY7oHRHei-5lcyUfg3X8MzcZvw=c0x00000000-cc-rp','16590124370714063921',34700),('AbFvOqkpUKW2d2OC2JqhzarKHFo6Bp_YwHjHQA_mdnTyAzwot9HDC8Hr4N9XtcPXrjVl5YZKL_gIdw','Signature care is my go-to for urgent needs. I don\'t live closeby either but I ended up here once on a whim and it\'s worth the 20 minute drive. I\'ve had two covid scares this year and they have been incredibly supportive and accommodating. Their safety measures are also great to ensure other patrons do not get infected during their visit. The staff is always so kind and helpful, going above and beyond to care for you needs. Christina Just offered me a warm blanket because it\'s cold out! Her upbeat personality makes coming in for what’s usually a stressful, scary situation feel safe and comfortable.','2020-12-04 20:36:43.524000','2020-12-04 20:36:43.524000',5,'Safeena Walji','https://lh3.googleusercontent.com/a-/AOh14GiOesPFrJNvMTm8b-KIXGKTrlN_tvMYkFbpuHzB=c0x00000000-cc-rp','16891069708558046635',35544),('AbFvOqkPul5Jx2HEpBmHSo-bkR9qtTL52txT4X2HlCboEMp9yfimXD4ESyxoH80yuWXKsNvn8c95zQ','Dr. Patel, registration: amy, RN: Dawn, ER Tech: yasmina, RAD Tech: eve','2020-02-12 13:53:48.938000','2020-02-12 13:53:48.938000',5,'Ofelia Cardoza','https://lh6.googleusercontent.com/-5T52TFlCg04/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnwoVP5cQmYwR-HiJovtP-8hiW34w/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40305),('AbFvOqkPV6fa5au_QnNFdSpLISVb61Wyntq9a8MJituAwSYRj9WQDFZkJsIug1iNpD3Y8G4Cl0xL2w','Awesome staff! Very quick and thorough!','2020-09-14 19:38:45.971000','2020-09-14 19:38:45.971000',5,'Judith Marquez','https://lh4.googleusercontent.com/-Kvl_AXYicYA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmrNt3wDkx9toXN8SjRvgxtInl6Iw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29311),('AbFvOqkPvFDRGmIgwuycLaq8Kt6YcpMSWHtlDjVC2jZmABMacayVpAQdtYWorziiZI5B4xS9Y4b9bg','Dr. Alloju was so helpful and explained everything to us. Nurse Rollie was very helpful, Rad Tech Natalia was awesome and Registration Clerk Ms Stephanie made sure that we were well taken care of and quickly got us into a room. Thank you all so much for taking care of my son and all of us.','2019-11-17 00:50:10.341000','2019-11-17 00:50:10.341000',5,'Fredia Booker','https://lh3.googleusercontent.com/a-/AOh14Gi3g0Xq9qZvKn-iMeYeCPswut7_feGWSS7uQK5NgA=c0x00000000-cc-rp','8679688254631342173',42585),('AbFvOqkPvs94NMTeC3gw2Wu2cjNNVU8LXmGQLjIEl6Eg9-ues055ykUT_jDWlUf1-tQu7DHJTG3Lgw','Georgia did AMAZING!!!!!','2020-11-12 04:09:26.464000','2020-11-12 04:09:26.464000',5,'Taylor Merchant','https://lh3.googleusercontent.com/a-/AOh14GhSjgy_uQNO8gBYG0na4j6kTUizDwfFK8P1Xuxy=c0x00000000-cc-rp','14748677429039074158',31370),('AbFvOqkPVvMzrw-d9Zd4OksqKBP9lObm0gawF2O6jK_b6KI2mWkd_m6VJToAaSx6fl4AzlhEQoSnzQ',NULL,'2016-05-05 21:03:45.847000','2016-05-05 21:03:45.847000',5,'Rhoni Goudeau','https://lh6.googleusercontent.com/-DAAw71BhLJQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckDDFysJykhLLwWAZTG09s2WLRiEw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37355),('AbFvOqkpw22dUfn0L9AQNEXwmP3lYn4IqXR0Z3XBKzLuAgfKKQiP2n4X_NCtIQwHL9fL7SGn-jq4ag','staff is very friendly and welcoming. the facility is very clean.','2020-02-22 23:06:59.689000','2020-02-22 23:06:59.689000',5,'hollie green','https://lh5.googleusercontent.com/-7qykbCULv4Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6xlUc_xzaRT_nbEY1J8YwMPNLxg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29419),('AbFvOqkPw8aUqYEUPYbuvjBRA1YWGNN24A0hz7Cvaj0NSvx4fLHj8qyLwy0E1ZWhzgO2KfC8RcqW',NULL,'2020-10-12 22:26:54.106000','2020-10-12 22:26:54.106000',5,'Ashley/Dereck Dreyer','https://lh4.googleusercontent.com/-N67a3_KNkm4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMYU32ph9EoK4Uk5RFYLOkqqgsVw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32231),('AbFvOqkpwgYw4zG4XcXq1YPM5gRKF3iXyui_rKxnBFSahz3vcgQkBKfhuYnKouUU0lnt_-ldvVU6LQ','This was our first time visiting this urgent care. We were there because our 2yr old was sick. After he was seen by the doctor we waited for the results. Nurse Konya D S came in celebrating like she had good news, but she joyously told us our son had the flu. My husband and I didn\'t understand why she was so excited to tell us that horrible news. No one wants to hear that their baby is sick for one and for her to celebrate as it was a good thing angered us.','2020-02-02 13:34:00.931000','2020-02-02 13:34:00.931000',1,'Daniel Hanchett','https://lh3.googleusercontent.com/a-/AOh14GhQeyJ-CLgY-lp56l-MwED5ak48S5wcYdf9qSa3uQ=c0x00000000-cc-rp','2694018788013845459',39144),('AbFvOqkPwJtVUMrPTjDcu64ey5WU6n0lD2YgQmIl6kwmErxYIh1UQjqZ2DoXrZarocXHEvl2ZdmckQ','Had an amazing experience both times I went . They listened and were really patient. Sindy Selina Jesse and dr Duano were amazon . Loved the front reception she’s always friendly and nice','2020-03-07 21:13:31.579000','2020-03-07 21:13:31.579000',5,'Adeleke Adekoya','https://lh3.googleusercontent.com/--C27poq8_lc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl0W8Pvpdx9ORDKDGbiQSi_vKoaRg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36598),('AbFvOqkpwqUzIHYzmiK5c5er5ulWEXT31fIuahos0-yt5LX2h7STPTk-9R7xwZOjd2zYAr817UBD1A','This ER is one of the nicest er I have ever seen.\nEkatorini my nurse was the sweetest took great care of me. And so did Jordan the tech. Thank you so much !','2020-12-24 15:54:47.784000','2020-12-24 15:54:47.784000',5,'BIGOTE PERSIAN DOLL FACE ESCOLERO','https://lh3.googleusercontent.com/a-/AOh14GjEY5oIjlDV0L9Vb6EZ2sxyTZatY-xBDmtK3e8GfA=c0x00000000-cc-rp','16389487648212004696',43790),('AbFvOqkpWsPyPfjRA09DP-2Now4fN5PXdWh9GzpeCkepig0AA4LVosCc96q2az6QibMM03wmBV_SjA','Everyone was so helpful. Keera was so welcoming and helped me throughout my registration process. Jesse, Dr.Dang and Janet were great and they explained everything to me. Awesome!!','2019-07-25 19:22:25.431000','2019-07-25 19:22:25.431000',5,'Vanessa Parkin','https://lh3.googleusercontent.com/-1_7ulQCSrsY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclrmrypkjQSp1KEKJMkMf8H5FKcpA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36725),('AbFvOqkPxFc6ZMqdUhC8IZC9PlfOaYHgSUVmnfsJMqTm-7Ag21yWajDo3Pp_Ca-s_9TlRZnNy9gP6g','Had a great first experiences. Was very fast & made sure we were comfortable. Ran tests and to rule out what possibly could be causing problem & turned out one was positive.\nAwesome staff.','2020-02-16 04:27:55.397000','2020-02-16 04:27:55.397000',5,'Jordan Dean','https://lh5.googleusercontent.com/-jR7S4uOZtZs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnr3H2VXp4P4wMOTv_NGDd5cLdFtQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39119),('AbFvOqkpXl4IsnC-u55yU0_ZVg6Vksv2dPoPkT4WYY5Mc4pRiXSyX2yM-2FYHPIVeZLbWdCjFX_Hbw','This has got to be the fastest and best trip I’ve ever taken to a minor emergency’s! I came because of the positive reviews I read and they weren’t wrong. Sibienne was efficient in helping me get signed in. Alvean was my nurse and she was so friendly. Bryan came into get my vitals. Tricia did my xrays. Dr. O’Malley was very nice and actually seemed concerned about me. They have a great staff here! They’re super efficient and friendly.','2019-11-14 20:21:22.896000','2019-11-14 20:21:22.896000',5,'Evelyn Gomillion','https://lh3.googleusercontent.com/a-/AOh14GhT33jtAfYVjqatCdCRaCRrPu5GiqBdKW7b85y6JA=c0x00000000-cc-rp','16389487648212004696',33757),('AbFvOqkpXoy5QCAXp7UfYM7jd7HyD_qBdlA4zd9aFJYGX4hDbKw2qcSXaKqmErD0C4irSOJZTyAU-Q','Unless it’s totally out of my control, I’ll never seek emergency medical care at a hospital emergency room again. SignatureCare Emergency Centers rock!\nIn and out, full service, real doctors and caring staff. No waiting! X-ray, MRI, surgical abilities, child birth, heart attack, stroke...\n\nWHY WAIT IN A CROWDED HOSPITAL WAITING ROOM???','2017-12-09 04:59:34.430000','2017-12-09 04:59:34.430000',5,'keith hollis','https://lh3.googleusercontent.com/a-/AOh14GixvNAAe1mFiBx_Oy-Sr_3Aze6O4yskJI2Gz7BHxA=c0x00000000-cc-rp','14567670160750071148',30937),('AbFvOqkPxS_ny18JrSPmg0Rqh4Z_LKi_UBzDt9fOd0EUycHXWE6qrXWK_BDOd5Hojt88Zz-F6BiPVg','West chase signature care is the best always friendly get you in and out thank you dr Denny','2020-03-08 20:38:48.417000','2020-03-08 20:38:48.417000',5,'Krisslynn Fountain','https://lh4.googleusercontent.com/-X9RXsRH1CD0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnGcdaKwruTpCL65Fm-CAmOMDxTrg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28652),('AbFvOqkpxydhOuccKnVF1v6MhjjvsLwYCCDzUhL5Pn385fyeSpJwtAIXTVDVwixX-4E-_KtM354unA','Absolutely amazing!!! Dyveliz at the front desk was so sweet and easy to work with. She made sure I was aware of the payments and then actually was able to help me out A LOT!! Charles the paramedic who did my triage work was so great and he really got my mind off the pain! Kelly my nurse was very informative and made sure I didn\'t have any questions or concerns. I got a full folder of post care instructions and left happy! 0 wait time and barely any paperwork to fill out. 10/10 would recommend!!!!!','2017-03-04 01:55:24.770000','2017-03-04 01:55:24.770000',5,'Amelia Lee','https://lh3.googleusercontent.com/a-/AOh14Gj6REjVwTIfUbwS1mVmYKEy-Ic9sQjrHOx8lewjetg=c0x00000000-cc-rp','16590124370714063921',35485),('AbFvOqkPy5cMAHsQukTrBRo169SQZnUG_jdq6zbwfZPUHL0Tp0Lazl5RcBidvWEkS9BQhIgZ8UCY1A','Awesome experience! Fast service! And wonderful care! Thank you to my wonderful nurse Lucas for all your help!','2020-01-30 15:37:33.808000','2020-01-30 15:37:33.808000',5,'Rogers Family Vlogs','https://lh3.googleusercontent.com/a-/AOh14Gjr66KoUZuXT0ln75voaXnkc2a4yQDsEAC0JpanTA=c0x00000000-cc-rp','3272657195432704501',39661),('AbFvOqkPyazT0ic6OnMCPn2kEJZLGt-5Smiy_zXPFUaIlDXR0BUE6Lv9U4ZQtZrayjIeZIkjBfghVQ','Was billed an outrageous amount and received bill a year and half later. Would not recommend them unless you love throwing away money! You will pay an arm and a leg for a visit. I predict they will not be in business to much longer here at CS. This is from an A&M employee w/ BCBS. Hopefully this reviews helps other Aggies save their hard earned money. GiG\'em Aggies!','2018-08-30 18:42:35.973000','2018-08-30 18:42:35.973000',1,'Ryan Price','https://lh4.googleusercontent.com/-FRzQdIGRWT8/AAAAAAAAAAI/AAAAAAAAAH8/AMZuuckwdjCB2UU5qmbeuJzmQnDevvP8WQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35210),('AbFvOqkPYqK6ac5Kpar4n112nU4yGQhgJAgNj4TQwKS8MyT4iytn9me81LefBzJiN6liRUbW42tm','This is a place i would recomend to anyone needing care. Everyone was fast and peofessional. Thanks to Tanishia and Sarah.','2019-11-01 04:21:17.083000','2019-11-01 04:21:17.083000',5,'Jacob MG','https://lh3.googleusercontent.com/a-/AOh14Gi_lcsSCDOznLsc1D92IZ3UCiLBL-UEt-1GjImIdQ=c0x00000000-cc-rp','17898197009688164559',37915),('AbFvOqkPYxyh2luz1qfzRZHeSdpgpYVar9DzPZiZkCV883ooauWeL4SAAdqOHVDXvoirqlQlOtysJw','Doctors are awesome. Staff is super caring - WATCH OUT FOR FRAUDULENT BILLING DEPARTMENT.\n\nWARNING YOU AGAIN! Watch for a million dollars bill at the end of the year. They don\'t inform or send you any bill till the following year and don\'t even tell you how much is due.\n\nI made this our family practice and regularly starting going but man the shocking bill is an eye opener.\n\nFront reception don\'t tell you clearly and the policy is not clear as this place is not an ER it should bill as Urgent Care..','2019-05-07 00:15:49.302000','2019-05-07 00:15:49.302000',1,'Oil & Gas Help','https://lh3.googleusercontent.com/a-/AOh14GglsaR9XM_XAcLUOmczc8LnVmD-Zz4qxTDK4mgQOw=c0x00000000-cc-rp-ba2','14904078213800803294',32470),('AbFvOqkpzi25gHsA9929f9AzibUUw0I7WdiNpT-WWURWiFCCsJBG-vDjGR6jDfDTNSWzzb4uIL56Pg','Dr. Craig, Laura, Eve, Olivia and Cindy were more than awesome. I really appreciate how they took care of my daughter. They were all very courteous and helpful. Their bedside manner was beautiful. Thanks so much for superb service.','2018-08-09 18:03:23.356000','2018-08-09 18:03:23.356000',5,'Jennifer Coleman','https://lh3.googleusercontent.com/a-/AOh14Gg8azvvTZv-_MccSaK40geHKf9SvMLih911A9u7pQ=c0x00000000-cc-rp','3511292162159714121',40885),('AbFvOqkPzKK1ai6qPb9-lNUnGUsC5GxV2diGaU1TQ_NxJ-vuc6A0Yqi85qzTZzQP8xhZ7bmBB24O_g','Everyone was VERY helpful made me feel very welcomed as all as I walked in Tanishia she registered me and was so nice and helpful, then my Er tech Carmella was the best at helping me with figuring out what was wrong with my pinky and the nurse also Tammy was great! The doctor Ybarra helped and was talking to me during my procedure so it didn’t hurt much and went by VERY fast it took an hour with basically doing everything. I love it will be back ferrsure if anything','2019-06-21 00:31:37.542000','2019-06-21 00:31:37.542000',5,'Sabrina Medrano','https://lh5.googleusercontent.com/-2mtT4c3f_yA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnQX799ONlR3UZIKD5b7niCcX42EQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38132),('AbFvOqkPzZrHDitb_03XvOV5ed5HdYXUwcNctfl5QmosRabwIasHivT2fi9kWgYo1zDZ9bzKFxez8w','This facility is fantastic. It\'s been a while since I\'ve needed to make an urgent care visit (thank goodness), but I\'m glad I stumbled across them (literally). I was riding a BMX bike and unfortunately ate the ground. I was unable to get this excruciating pain to subside in my ankle/foot so I googled an urgent care. I came across SignatureCare and all of the other fantastic reviews so I decided to call. Considering I do not have insurance, I needed the lowdown on how this would work and around how much it would cost. The receptionist that answered the phone sounded very sincere and was extremely helpful in answering all of my questions. I ended up stumbling in a few hours later and was immediately greeted and helped upon arrival. I was taken back to a room within minutes and had 2 nurses helping. The doctor came in within minutes after taking my vitals. Soon after they decided I needed and x-ray. I was able to make it out of there within an hour or so with a prescription, crutches, a wrapped ankle, and subsided pain. I only paid $300 (without having insurance). I can\'t rave enough at how tentative this staff is and how quickly they were able to make me feel a million times better. Thanks SignatureCare and no offense but I hope I don\'t have to see you anytime soon! But, I will definitely recommend anyone to this facility who is in need.','2017-07-16 04:15:55.489000','2017-07-16 04:15:55.489000',5,'ashley cooper','https://lh3.googleusercontent.com/a-/AOh14Ggtnhc7UjGBZpqC0nD6tkXJcvp0RejX8XGig73A4w=c0x00000000-cc-rp','14567670160750071148',31009),('AbFvOqkQ_9gTrXgtPSn22IjqGH8llmlOrnu571hUow9aoVv-Euo_Qy0peQSj4arsoqS0KlONKK2W','The front desk person is really nice. The healthcare staff is really nice too and they make sure that you are comfortable during your visit.','2020-09-14 12:34:51.032000','2020-09-14 12:34:51.032000',5,'Aliyah Pottinger','https://lh3.googleusercontent.com/a-/AOh14GjdMRcXe6OmYxo6YQz-95dST0VAloUq8WD9rNXXjA=c0x00000000-cc-rp','2077061009497551125',38539),('AbFvOqkQ0eN6CUdd1H-e1eAJ3YYkM7Rer-fSYu3O0c3qv05DL_Rw2TgFO1595HbOZeLfz--rHJnX','Nice place, great staff Erica D, Johnathan, Jessica, Tony, Hoan and De Smith','2020-11-03 17:49:41.132000','2020-11-03 17:49:41.132000',5,'Flor Espinoza','https://lh4.googleusercontent.com/-6tV-wo-FfAc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnGIrEV5iHG1Dt3XfwpTSqn63u3Tg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32176),('AbFvOqkQ0ivOm-EFl6vikp7PbL2cyGEq5qFgdzLuFbsjXMySSUVJLYRibR9oEZoxf6gPvzKXruqA',NULL,'2020-12-17 00:22:51.238000','2020-12-17 00:22:51.238000',5,'Dela Dilworth','https://lh3.googleusercontent.com/a-/AOh14Gh4n6RQIeFfYVT3FbydMNkgEvFTIC0MoBrW5lmA=c0x00000000-cc-rp','14567670160750071148',29981),('AbFvOqkq0LBUqu93NnS1FwOjA4CvFlWqVaO2xfRlYq1QDH8lvW6XIryZQr6Zbttyvr8K4mlbpOs72w','Dr Vaagenes, Alvean and Marcus were excellent. The team did a great job. Good customer service, professional, and energetic.I highly recommend them. Very caring team!!!','2019-07-30 14:34:35.545000','2019-07-30 14:34:35.545000',5,'Mamadou Sawadogo','https://lh4.googleusercontent.com/-nRS60Bki-Zk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmM8AfaNq1zSpKNOmsVQkUIrMDgbw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkq0WNjofXdgammVteAhN1SDEYa2hDrEAYPDJMwlLWg02SiwR7JuBCJYXhILLDN6lahzyrAsg','Fast, efficient and very caring. As busy as they were they took the time to listen. Thank you!','2020-07-20 10:01:34.954000','2020-07-20 10:01:34.954000',5,'Linda Rappelet','https://lh6.googleusercontent.com/-B5p_CXof32k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnt8IyXo4TV5HuluJd9mB0RolZPvg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38795),('AbFvOqkq2090xEsxaXVyQ0H0SOfLTnwWAZ1lPZjie9F-FvEJvI_M5GiqIjyrBy7Z-i8W1RvrOnoWUw','Came here twice for Rapid COVID testing. Both times they were very helpful, friendly and professional! Jessica Sanchez and her team were great! Definitely recommend!','2020-07-21 14:35:06.481000','2020-07-21 14:35:06.481000',5,'Christen Hernandez','https://lh3.googleusercontent.com/a-/AOh14GhGoeGap5jfF0GzJq2aSclAjhO1EJhMR-4s--2ADA=c0x00000000-cc-rp-ba2','14748677429039074158',31894),('AbFvOqkq2c1Mv6yN-CRQYXrZtDyRxwWmRSgqP0gtaHE4tUvBl4niLzAleqpluswcQTp74Lo7LRMJow','Good customer service!!','2020-02-16 18:08:06.767000','2020-02-16 18:08:06.767000',4,'Irem Fidanci','https://lh3.googleusercontent.com/a-/AOh14GjVThXBana-Cc_hRvkoTtWr0opeJWraQAa7b94Y=c0x00000000-cc-rp','12541597562633926366',28717),('AbFvOqkQ2RL_pd6HJ1YmqfaukXiCKXUj_-O6d82seKyfvc2x7FnWdSTvVZ-r5GcTz9g7NqyP9syr',NULL,'2019-04-19 02:08:37.068000','2019-04-19 02:08:37.068000',5,'čµ«å…°ę˜„','https://lh6.googleusercontent.com/-BzAV54ARPtI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucku90fzkoQ2ezP6fNLth_IGCXpRmA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34885),('AbFvOqkQ3a7UVMjEmv4hrBcJ_kKq0MD7OSyH9i_Sxa3baB8Htpi7hLZzTO2CRXGRtwf0JW8a4A4z_A','Fast and friendly, minimal wait time!!','2020-11-15 05:10:08.770000','2020-11-15 05:10:08.770000',5,'Ciara Lopez','https://lh4.googleusercontent.com/-0xHu7gHmE4E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDQCcSRybgEe7r05iYyEhI0EscTA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38893),('AbFvOqkQ3ajpSExpE3s-M8ZW-wgLXLdjPxDgl5AgUTn-ByL084JXFWnbPUa46pCmu7zy-ghtM5o0QQ','Rayven , Dyveliz was very Respectful and helpful','2020-02-12 05:14:02.496000','2020-02-12 05:14:02.496000',5,'Melrisha Harris','https://lh3.googleusercontent.com/a-/AOh14GiTYBPZ1H9lLlYCzfWp0pvRzZxDYCbWa_U1VhCdbA=c0x00000000-cc-rp','16590124370714063921',34376),('AbFvOqkq3kDh6VsJpCjZ_Nt4_VN4n-BA9X8GamvhDMRWKAviMWzzlHEIdrv_QUX85nBFij19hXUH8Q','Best place ever super kind and make sure you get better in the quickest way possible.','2019-10-12 03:08:09.681000','2019-10-12 03:08:09.681000',5,'Kayleen Bustos','https://lh3.googleusercontent.com/a-/AOh14GiLlW249qEgfR3qQMKpbHIwae0f6ZZGCSC1G5ZZ=c0x00000000-cc-rp','17394740196501090048',36690),('AbFvOqkq3MsqZvXKVJvn-eIdYOLOU9OptheUrq3U_UGCCcBacinCxyE985NgmjxRJjU0BgZPiGn-',NULL,'2019-05-27 03:02:18.122000','2019-05-27 03:02:18.122000',5,'Sonia Galicia','https://lh3.googleusercontent.com/a-/AOh14GiyvNZH2zH9c9OTtocGV70kZARARD5iN7fG_R35Ig=c0x00000000-cc-rp','17898197009688164559',38168),('AbFvOqkQ4-eNWg26Bw9U2rrLFZ9Fb7XjpkZaZrd9axQUIE4lidlqtj7nwy3ogLiU-_lM0GQiP5pQhQ','I wanted to thank you for the kindness y\'all showed me during my short stay , please keep up the good work .','2018-06-16 20:33:08.781000','2018-06-16 20:33:08.781000',5,'Monica L','https://lh3.googleusercontent.com/a-/AOh14Gj3pU21zh6K134LNiFdhcFSbC7tm0tMJw40E85-bw=c0x00000000-cc-rp','8918455867446117794',43388),('AbFvOqkQ4AN20RiNuZLshGCzkBLrt_A1HIDnh3qNAzRpjLCvwZLGaoCZpVfB8WRET0MTR1UWcbC87w',NULL,'2020-02-27 18:44:58.289000','2020-02-27 18:44:58.289000',5,'Skyler Willis','https://lh5.googleusercontent.com/-4bon7hwXwos/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmwh_uaqk19XlAkccbRiTR4zcRZIA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41442),('AbFvOqkQ4dXusQqdbkaAikaJwH9VfMiXBGvpe9QkbizdueuQ1NV21pq15PppoIQTvkvDD_IHswK8Bg','Everyone was very nice and attentive! They asked me several times if I had any questions. The only little glitch was they had the wrong date of birth on the radiology paperwork. I would go back if needed.','2018-12-26 16:47:43.337000','2018-12-26 16:47:43.337000',5,'CAROLINE REESE','https://lh6.googleusercontent.com/-D9PaP0l8VDM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnua2PwMm1oyI6OwcMtOyGbrlGx8Q/c0x00000000-cc-rp-ba3/photo.jpg','17898197009688164559',38345),('AbFvOqkq4h8EfqFn0cmskrUHuv4G4whRe8GjtFCZ6XqND2MZxWirQTS7y7XC8D8q3tzbAAMfimtLww','I went in last night because of a medical emergency and the staff was incredibly helpful. They are incredibly professional and kind. I have never had such a positive experience at an urgent care or other medical facility.','2018-04-12 21:55:33.704000','2018-04-12 21:55:33.704000',5,'monica wadhwa','https://lh4.googleusercontent.com/-BIpqU_S_WTg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckpeZuKUgGjXqGLZs9uM2IO36tmDg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30852),('AbFvOqkQ4qnZa6IGpviMKpfsmXqfzp-6JLamYxZ0Ron7EIqQTx7JVynH_5y5dZx9ONwsI_NPUiijpA','I had an wonderful experience here. The nurses Irving and Leslie kept my visit very pleasant. Dr. Lim also made me feel comfortable. Non judgmental environment. I am definitely recommending this place to others.','2020-02-12 02:12:49.969000','2020-02-12 02:12:49.969000',5,'Ashley Brown','https://lh6.googleusercontent.com/-KV4EwfE3RdA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclwpsSCE6gJ_7XaEpXWTSnW4Wpu3A/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28730),('AbFvOqkQ58hkAwe_KyJp_6LXIPaGpzg3VrRn3Ju6qYgakWZRX8aZqK_l3uAHnjiK1E2Pvvou9dECwQ','Very good and efficient service, Cody and Joe were great','2020-07-29 13:27:58.334000','2020-07-29 13:27:58.334000',5,'Angel Nunez Jr','https://lh3.googleusercontent.com/-fOJ7FMqd43c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnss7eq_n2hNDNWSZoBwfFn3-Hjug/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38713),('AbFvOqkq5OW1d3aNFoH4s8GWRHqv26a332erkDT98cPABn0aH8JW2jY1bvFZWvbdPzA_IY2IqMYwHg','Very fast moving pace. I walked in the door and they took me right to the back. Very fast and respectful. The doctor and nurses were very helpful and loving. If you are sick and need help come here','2020-10-06 04:35:08.979000','2020-10-06 04:35:08.979000',5,'Kevin Carter','https://lh3.googleusercontent.com/a-/AOh14Gh8-qdWeCW9SU8Y9GPZU-flMaLinJ4vNKXNk18Xjg=c0x00000000-cc-rp','2694018788013845459',38936),('AbFvOqkQ62VEFtjjTg8UGCVEA8mYwVNDUL-Tad5K-6T3PhM2nDMXL6E6EELIlNA2oVa-iUKdKQS4SA','Really helpful people from front desk to the back everyone is really nice and they diagnose my son with a lot of exams and good prices too. Dr. Henderson, Alvean, and Patricia thanks a lot.','2020-02-08 13:20:23.643000','2020-02-08 13:20:23.643000',5,'Antonia Pahua','https://lh3.googleusercontent.com/a-/AOh14GjaY82pbf5aS88k5b8X6T4y-fq0Ijzc9ZLfrZpa=c0x00000000-cc-rp','16389487648212004696',33396),('AbFvOqkQ6OeeazMZobPrfmW0GtZOtnPqEtfgB03FAUStQKmF93voB5LdffWWJj5V-wh6GjRZiRPKCQ',NULL,'2021-01-17 15:04:01.429000','2021-01-17 15:04:01.429000',5,'Damian Davison','https://lh5.googleusercontent.com/-u8M93c6mPEg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn9u6sMtJp6ErRjiGIvk0TvCAh69A/c0x00000000-cc-rp/photo.jpg','8626688543755174284',44702),('AbFvOqkq6USeWbSpnyvRXjJ6kTD50vvrzewHzj8w2_YQUIqNgkMXj5WqkqaKh8fyUOd0N1eI8J-k','Very nice nurses and Dr and xray Tech!','2020-12-20 04:13:29.958000','2020-12-20 04:13:29.958000',5,'Ginger Phillips','https://lh5.googleusercontent.com/-NrgOVCKfifg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckThH6nBSrG3Db8up57AsOXSCFyGw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44650),('AbFvOqkq7QPALmhS1CCSbVwT-fnu64LNEE8PCGTLsekV4VPx-EzfGWHjZPVBMu_0IudVffRMfeAwlw','Maya at the reception was so nice very helpful','2019-12-24 17:13:44.305000','2019-12-24 17:13:44.305000',5,'ameras G','https://lh3.googleusercontent.com/a-/AOh14GjjZSSn3SJBFSb_-gg3CJoIJXNDEbYjAYOdqc3ZRg=c0x00000000-cc-rp','12541597562633926366',28908),('AbFvOqkQ7ZzqAhZ40HyOhzwZWHNhKIW_1TYlEPJrB0zM4EhzrguLY3AkdLsG0PxVDhNNQQsLRRST-Q','They were polite and efficient. Very professional and helpful! Definitely recommend this place to anyone! Alyssa and Karen really made me feel comfortable despite the nervousness i felt behind my visit!','2020-06-25 21:24:33.615000','2020-06-25 21:24:33.615000',5,'Rafael Arredondo','https://lh5.googleusercontent.com/-IYQP8FLJdDo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclY8wsG1qK7NFDPGOnb_BL4QL95pQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43022),('AbFvOqkq9pMwgxdp0Yd0saA7DEC5PzGetD9cZjEsnfrBqOvu-7byeK9iOgRlQhrACwAqMvW7-P6S','Very welcoming place!! Lorena T and Amanda C made me feel like I have been coming here for years! Highly recommend visiting here for any medical needs. Very clean and nice place also!','2020-07-29 14:32:58.200000','2020-07-29 14:32:58.200000',5,'Cole Bryant','https://lh6.googleusercontent.com/-fcnI0igBiPY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnxPVlPI6qFgOH2ECI7NCVjn-8YMA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34229),('AbFvOqkqA1q25rMwdFt_pwexfqhqJQkXQQAjHU8OIBFQ6qXbDe7p1Ha1kFn2PjW6eCkm5yifHuDxIA','They took really good care of you. Very nice and clean.','2020-02-08 16:37:56.329000','2020-02-08 16:37:56.329000',5,'Felicia Sowell','https://lh4.googleusercontent.com/-HC7KQI1Tf_c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3whpI9849Z8bDaE9yAZVaDyh7Uw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33395),('AbFvOqkQA224BeIi74EZ5yCxr_tOAhG5dOmJGJXZfCpZaEbSJGzNfYOVjN1CbO-KgNy09k-ai80a-Q','Really appreciated the quick and easy service. My nurse, Laura and Dr Thomas we’re both very attentive.','2019-01-08 13:08:45.797000','2019-01-08 13:08:45.797000',5,'Ruby Rodriguez','https://lh5.googleusercontent.com/-wA8Dd005oc0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclEF0h4jp3QFeuSwDypb3DsIYjwaw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29167),('AbFvOqkQA5SCE_cMJi776S-EbQ7KFydtNJALFIja_QFzrmMu_jJ2FgjLadblQjGwNQTtCVU7pmJA','I brought my son in because he had a broken arm everyone was so sweet thank you Nancy Pete Patty Theresa and Dr Plante!','2020-03-15 17:13:00.004000','2020-03-15 17:13:00.004000',5,'Noah Sanchez','https://lh3.googleusercontent.com/-ioB0X7ax33o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn8zhnHiB2Sak_L3IErYEp3YrT5fQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41391),('AbFvOqkQa8ygp7UFIh1yhgxciDQ4C1Ucy9TKS1khGOIvnvBocx7NIHzV4oWQX6f_y0agwSYRF-eKZQ','Naomi, John and Valory were great and explained the ER visit and what I would be charged for. Thanks for everything!','2020-12-28 17:23:36.936000','2020-12-28 17:23:36.936000',4,'Jane George','https://lh3.googleusercontent.com/a-/AOh14Gjp5zY3scoV7xkU6TLcVY49STO6EleW66K6m4u8Qg=c0x00000000-cc-rp','15979470999169074295',44047),('AbFvOqkqaeCPVcUCEw-X5scg6bqvqXWWRZnzX2D9B7rAwEdXorp3ZW3Niiz1xtWgOi-qql3rj-H6Cg','Great staff! Thanks Lorena T, Amanda C, Jacob O, Torie W, Rachel/Patrick, and Dr. Vakey.','2020-09-12 20:54:08.905000','2020-09-12 20:54:08.905000',5,'W T','https://lh5.googleusercontent.com/-iVQn37LV6eA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmwiAaEDxOOMZn9W-8Zdb0Q0wCYsg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34167),('AbFvOqkQAkJrktbopV7K0LlnstZLui-FGfAotJtqyghJLwaMMzDz3qv9hKBNffLUbO8AEH_Nlxd4kQ','Great place with an amazing staff. Very friendly and helpful. Jessica Sanchez Was very kind to me and I would like to commend her for the effort and care she put to making my visit as easy as possible. Thank you all!','2020-07-21 14:54:25.537000','2020-07-21 14:54:25.537000',5,'Jacob Jones','https://lh4.googleusercontent.com/-UwEhbTGs2iE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclfQEL5R-dxUJCi2H66C8LdiX5MpQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31892),('AbFvOqkQB6h34z-HPRM38Cms9SEfyMf5ol7kDXCnMgygHoZT5hMe2QxT9am8M2a5LlZBTlf48tJC2g',NULL,'2020-08-08 01:57:37.682000','2020-08-08 01:57:37.682000',5,'Karina Moreira','https://lh3.googleusercontent.com/-t9cc-_q9BTA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmB8ZWpx5repw49cskvLrLjEJGB4w/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32269),('AbFvOqkQbBjiTgV6pFKTRQVMvxgvBZC_NqGu5nCnLVSUGavLPEWXMkzBAoJqLKIFL2U6_N1VdogN','I had a wonderful experience at Signature Care. The doctor himself met me at the door with a wheelchair. Their customer service is top notch! There was no extended wait time, nor did I feel my care was rushed. They were all empathetic to my situation, even the janitor that was cleaning the halls assisted me. This was my first visit here and I will definitely entrust them again for my emergency care needs!','2019-10-11 13:50:11.187000','2019-10-11 13:50:11.187000',5,'Johnette George','https://lh3.googleusercontent.com/a-/AOh14Gg4V28CTTxMKn0tlWHRSv5ChGmu7WnvfyK4cmei-g=c0x00000000-cc-rp','3272657195432704501',39791),('AbFvOqkqBKHugSBrhLP4jx2jsHOR5o1R4fpwAoKF_AH2Kkn8A2eV-HuL96CAxWANosDPD--Qk5jjpw','Lisa H was awesome so was Kristina the nurse and Patty the Rad techšŸ‘','2019-09-29 14:27:34.610000','2019-09-29 14:27:34.610000',5,'Jose Barrera','https://lh5.googleusercontent.com/-OcpeYCchk3E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7jpj22Uye1_ZBb7_fSmedZxmX-A/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29643),('AbFvOqkqbMvmAJIrdgWL7f44hZvZKFSebFUfs8c_kMPYRR7SUADcvFf_t5nLzkkvOdeNbdSXAGvE5g','Very upfront about the covid testing restrictions due to the increase in the spike in Houston.','2020-12-11 17:18:17.538000','2020-12-11 17:18:17.538000',5,'Miri','https://lh3.googleusercontent.com/a-/AOh14GifZFkd2yFN5SFblZD9_YSpayxX-b_oF1O5tO_jgHw=c0x00000000-cc-rp','3511292162159714121',40021),('AbFvOqkQbPy3qO7mtPk7ZCAXgUvPjKr0f8M-Dfl_KoLG9We1qvQlEEhKARgc9ita8Z0aSnVLuqHT0Q','The staff was sooooooo nice I got seen in less than 10 mins everything went by so smoothly and fast they made me feel better and comfortable no morĆ© ER visits for me this will be we\'re I will be coming from know on thank you guys doctor nurses awesome šŸ™‚','2017-01-21 01:04:54.143000','2017-01-21 01:04:54.143000',5,'Jeselyn Torres','https://lh3.googleusercontent.com/a-/AOh14Gg3nYcUhvXh6-3nu1Ky64D95E4iUMwK9c3_TkbHgg=c0x00000000-cc-rp','14904078213800803294',32747),('AbFvOqkQBTlafdgpBCvXio3THSCLJhMh7kB4NfUd-OHgep3xpc0WJia0N13D6bTMcOSdUvwY_Vl_Eg',NULL,'2019-11-19 20:00:55.919000','2019-11-19 20:00:55.919000',5,'iliana danker','https://lh3.googleusercontent.com/a-/AOh14GiTOY_WMOIvgSq7gCC7q8vLYvcLlVxgIw2K745w6zg=c0x00000000-cc-rp','8679688254631342173',42577),('AbFvOqkqbvDveCSLMQ06rdbj_cO4dWGfeRsIgwupgUC2xjmt861Ax6eSnvNmsE7fph6w-9CyZAf2','I feel lucky my friend took me two weeks ago to this ER SignatureCenter on Rice Ave after injured my shoulder on a soccer game. Dr Henderson quickly gave me medication to relieve pain and took X-rays, which showed ligaments broken and grade 3 joint separation. My friend Gio first took me to another ER center but they didn’t let me if I don’t pay them at front ($1500) for medical attention because I didn’t have my insurance card on me and I didn’t remember what insurance I actually had. I am glad Gio remembered this ER on Rice Ave, and took me there, when they saw me they were worried more about my pain than my insurance card, I gave them my insurance info after, they called me twice after to see how was my shoulder doing . Thanks again SignatureCenter for excellent and professional health care service.','2019-04-29 23:47:58.055000','2019-04-29 23:47:58.055000',5,'Rafael Acosta','https://lh3.googleusercontent.com/a-/AOh14GgTyX3O-5pwLbeq5W1mxo3_QGHAS6iiVUjIZ76Q=c0x00000000-cc-rp','8679688254631342173',42704),('AbFvOqkqBzJ8S4NfW6Z9NFXtSrgajuGGBBAipQ2m93BPqcoFwwRERUdPJkJbKoby4r8fBWxIi20ciQ','Let me say this is my second review, I took my daughter in today and once again exceptional service....I love this place and the fact it\'s on my street I\'m less then 3 minutes from the location is awesome.\n\nI really enjoyed our visit today the service by Dr. Faig, Irving and Holly was beyond exceptional! How could i leave out Amy at the front desk super sweet and caring...','2020-01-28 12:02:51.535000','2020-01-28 12:02:51.535000',5,'Chelsea Kirkwood','https://lh3.googleusercontent.com/a-/AOh14Gj5AMapY2ac-mgRixpOVfJc-6jh5zF6ij3XYM-uCQ=c0x00000000-cc-rp','12541597562633926366',28775),('AbFvOqkqC39Flla2PCt6t3uNHZyge4c_Oa5UT5hxMC7OCJ4ZAB8dINqgDRWyA82dlyilCKDCr4ZcDg','Very friendly and professinal staff.\nMina, Amy and Dr Lim were wonderful.\n\nWould come back here anytime!!','2020-08-03 14:57:26.683000','2020-08-03 14:57:26.683000',5,'Zamzam Mills','https://lh6.googleusercontent.com/-Xs3zCMuDgqQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmz7x6a5SSx7xFx8BJCO8vYe9EoEQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40215),('AbFvOqkqC8vbZkYWsnJeCCqwVCOX8kv_nEdPe-hbz6nZB1EYS3DAB58MEcI5v64TI9QOv1duIMhM','Gracie and alvean were great and super nice','2020-11-06 23:46:54.169000','2020-11-06 23:46:54.169000',5,'Nick Vegan','https://lh4.googleusercontent.com/-nCAxwO11oPg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck54XyJidSSYMLTlUwGdyMxYqxMow/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32981),('AbFvOqkqcJP_fEpbuLCj68kLpJwMbKr0Ap_DJfZ6AMn7v7d9yUAPUNVCVhRo7v5aBx-EVl6tWTeW','Good work by Marcus, Alvean, and Dr. O’Malley','2020-01-21 20:32:45.235000','2020-01-21 20:32:45.235000',5,'SHERRY STOVER','https://lh3.googleusercontent.com/a-/AOh14GhOOlFibiAUyv6Tu1qGNl6AETexdlz4X1iF80ziBg=c0x00000000-cc-rp','16389487648212004696',33474),('AbFvOqkQCt_nfPd3B-4HxPJj0VnS1P_pBKWMouVkcfxjtMIhDJia7Xo4v6Z_BZbeW3T5eThyCqn6bg','Had a great experience at signature care, everyone was very sweet and friendly Vivan and Angelica greeted my family and i when we came in, as well the nurses Jessica M, Kellee C and Marcia were really sweet especially nurse Jessica was really sweet. Dr Thomas was really nice and answered all the questions we had. Highly recommend going there.','2020-11-20 05:58:02.910000','2020-11-20 05:58:02.910000',5,'Arismel Gomez','https://lh3.googleusercontent.com/-YiC7QetSVD0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucllIPKzfvfz22gEk8yyLP7F903k7g/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42825),('AbFvOqkqcWqCOPR_eqTkZjY9sq6DjjiPT0Z4TJ-uoI4sDBeNCwZObu_LMJR3Dj8vyOmtykOLNQ82bg','Er:Jani, Rad:Tricia, Dr:Cavazos, Jordan-tech were very great and nice had a wonderful experience.','2019-10-18 22:31:21.972000','2019-10-18 22:31:21.972000',5,'Dawnsha Dewitt','https://lh3.googleusercontent.com/-Rz07V147a3o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucncH9T_0hJ61imtunFuiBgxGuqPvA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33853),('AbFvOqkqcyKmGALTtE2yNGGtu4uczDk0fiYvA2swHeRsR1NP0yrxt4CV3HyPsajbd2TlX6qPeKhJIQ','Really fast and really nice ! I’m still here but I’m almost about to leave and I haven’t even been here 30 minutes ! Great staff !!!','2019-01-09 22:12:41.725000','2019-01-09 22:12:41.725000',5,'Angelique King','https://lh5.googleusercontent.com/-IEyi1vIBeQg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucng1ftWfT3jyFKvnnTjKBMDctXm9Q/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39966),('AbFvOqkQd0uX5yEQxuwj_kn6X-HnyE6lP0NFCW-6_wKzcsv8NNeRfcZCReDPZFXADcHky5cPyBttbg','Such a good and quick experience thanks to Laura, Leslie, Jessica and Olivia! Very pleased','2019-01-10 19:38:50.685000','2019-01-10 19:38:50.685000',5,'Ian Sumrall','https://lh3.googleusercontent.com/-T4yiGhv1yac/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck054KhRWzCZ5XY6bYrO6toZh9VWg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40725),('AbFvOqkQD6Ucu4zH3RilvLk9quCpLbcTO6MF5KZ16FRUiAeCec-FX_NE6ojToW9FEi6nz8iXVB6xAg',NULL,'2020-02-07 16:08:37.401000','2020-02-07 16:08:37.401000',5,'Cameron Kan','https://lh3.googleusercontent.com/a-/AOh14GjylLTtZK6LJxMA91MwWNp0dlR6F91EzAOnS_cX=c0x00000000-cc-rp','13486358490203335051',29443),('AbFvOqkQDkxodyneHhQvA4_2lO3ilFlssOuTaOswq80xxfsGK6RkLobj1iP89XwgcMjLfun8lloACQ','I am so upset. First of all this facility is not ready to treat any infants for any reason. The admitting nurse was obnoxious and rude to the parents earlier in the day yesterday when they brought my 5 week old granddaughter in for spitting up milk through her nose and having a difficult time catching her breath. Had 2 nurses could not as a team figure out how to retrieve blood out of an infants foot poking and proding unnecessarily with my granddaughter. I was already upset when we left last night via ambulance to TXCH in Katy (per request of dr at this facility). My grandaughter was misdiagnosed by this facility with pneumonia. How do you get mis-diagnosed with the same test results from one place to another with no addt\'l tests given at the hospital. Scared the wits out of the parents and grandparents. I will have to say though I was very pleased with how clean and sterile it was at this facility. The dr on call last night was just wonderful and very attentive and caring. This will not be a place we will return for any future medical assistance.','2015-02-11 18:43:58.824000','2015-02-11 18:43:58.824000',1,'Denise Long','https://lh3.googleusercontent.com/-y4IsNrgX1bs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmUKivd58B84vd8DwbF4IMZpO6BAA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37400),('AbFvOqkQDo8QGDhrgZVCpKSQEer8o5MPGyMDNffGUSxfW9vGPzHWmTOszkHS0JeUx348IatAN4LzgA','I went in the staff was very nice on point I meet the staff Konija ,Nikki , and doctor elsbecker very nice got me in and treated me quick and made sure I was feeling better the whole time I was there I recommend if you need to go to an urgent care this is the place','2020-01-05 18:09:26.693000','2020-01-05 18:09:26.693000',5,'Cindy Garza','https://lh3.googleusercontent.com/-xWWZ3h6n8sk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclDkkyIIbrnLdpwugz-O50B42V9fg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39163),('AbFvOqkqDQZVpiIrxZTAg2_AKcdw1nCWkTr14M7wLJlEOxI3521aSThar20xEggGSjAOih8m82nb','Dr. Appiah, Jani W, Tricia B, and Elida Jasmine were very helpful and professional','2019-10-17 22:52:20.728000','2019-10-17 22:52:20.728000',5,'Brian Bell','https://lh3.googleusercontent.com/a-/AOh14GjTLRxORhL8RUN2MBqAkq50Q1iaXroul7QV959vWA=c0x00000000-cc-rp','16389487648212004696',33859),('AbFvOqkQDXwoP84-S68BGg1BsQbeC4fU_2D2DVYVmRkCTIXD3i3aDWqulXza9ZlGDsoXOZgW6ZUZ0Q','I was promptly greeted with a warm smile from the receptionist Tanishia. The nurse Susan ams doctor Hall were fast in their service and kind. I was in and out. Prescribed me antibiotics for my infection and medicine for my pain so I can get some relief finally! Everytime I have come they provide impeccable service. Outstanding and very nice facility. Thank you so much. Great team here!','2019-10-25 00:08:11.330000','2019-10-25 00:08:11.330000',5,'Starlia Chiappetta','https://lh3.googleusercontent.com/a-/AOh14GjU3Koli3Uds9FdmBr3Nz_L98c8q30eHroaajn4nZ0=c0x00000000-cc-rp-ba3','17898197009688164559',37928),('AbFvOqkqEXAlHAIMo_hH-pjNOSj9yLPajG4zPfOwgTHJYL5fGmsaQzJxmIpM5AnK7T7sbZyQRVc5lA','Fast friendly and very professional. I was dreading coming in but they move fast and with care. Graciela was professional and friendly. I will definitely be coming back here.','2020-11-07 17:39:00.527000','2020-11-07 17:39:00.527000',5,'Mauro Medina','https://lh6.googleusercontent.com/-kPgCXDbuxYU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmKbLeoPtXF73liFfr0eYuenAPZRQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32972),('AbFvOqkQeyl4o1k9bzX9_XHcVam3AAAy7FNw7Wiz-KLmJwZ4kcJy9yyUwUv77nc0XRgX7XOVQEpG','The nurse (Alvean) and tech (Marcus) were attentive to my needs and moved quickly to get me settled and comfortable. Dr. Henderson was caring and seemed to true listen to my concerns and offered advice on how to address my illness moving forward. Registration was courteous and effective during the check in/check out process.','2019-06-26 12:11:17.018000','2019-06-26 12:11:17.018000',5,'Heather mccrackin','https://lh5.googleusercontent.com/-Br_NLDvv04M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckijhYuCv1yr93l5JD6Dgps4lQMGQ/c0x00000000-cc-rp-ba2/photo.jpg','16389487648212004696',NULL),('AbFvOqkQF2_U2ajs6qtl_gryBzj7hmVOQYeP73CWj_7iPG3muzTKxTe_n40a4Xh6QxoBSh2lVJKbsA','Short wait time, nurse was nice and attentive.','2020-08-06 16:43:04.686000','2020-08-06 16:43:04.686000',5,'Yuleidis Dominguez','https://lh3.googleusercontent.com/a-/AOh14GghVxkmNXbQ0ejesWIBhMBuiT25yShG1i4bxlqu72U=c0x00000000-cc-rp','12541597562633926366',28582),('AbFvOqkqFdvmVmMcobYDKhL6qnaTN6n6gywBe2Xof3XP4siJAWdZJ5C3wj3KW_IKJQJxUio3bJMj9g','Do not go here for Covid testing!!!!','2020-06-22 03:37:54.771000','2020-06-22 03:37:54.771000',1,'Shelby Rogers','https://lh5.googleusercontent.com/--YRZQSsP5tY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmv_2Dqmyo3HBVpsH6uVQfUnFXZOQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32068),('AbFvOqkqFgHfGKjST0SwhvWzvX3HlAiyDwjEdEgWrtf6nmTKa6l-VRyxUZ0NAXykMiLwB7mU5CqhFw','Our experience is always great when we come here, but tonight I must say it was the absolute best! Beginning at the front desk, to Nurse Brandon and most of all Bryan. Both Brandon and Bryan were extremely friendly as soon as we walked into our room. Brian immediately offered both my husband and I a warm blanket, beverage and a snack. Dr. Sylvester had the best bedside manners and immediately ordered the appropriate medication for my husband. Thank you Signature Care!','2020-02-12 01:42:19.857000','2020-02-12 01:42:19.857000',5,'Regina Moreno','https://lh6.googleusercontent.com/-PHmyKKJc0ls/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZVUrNgBzlqL80ec0UjZxZvg2VAg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30249),('AbFvOqkqfwM6yCIiCDroi6tofw2EUn3AUKQTYOf39mpOJ45T4ha5G4da77nltJQBDdWcjSbjc1Vi6Q','Meridith and Alvear very nice ladies I felt like at home. I found everything I need it. Thank for everything guys great job.','2020-02-05 22:00:58.829000','2020-02-05 22:00:58.829000',5,'Annie Trejo','https://lh3.googleusercontent.com/a-/AOh14Gh1w_KMwY0GK5cw52CaeBzzVGNsDXfm2SxcxyGkBA=c0x00000000-cc-rp','16389487648212004696',33410),('AbFvOqkqGkfxhA0ye2VdMwiyI1Oolh6m7nYjcT8qbv2UJI-ipcBojLqqcF1X0xUHmzZEW3__AEQd_Q','I don’t have anything bad to say about the doctors or the facility. I wish I had taken right and went to the memorial Herman during my emergency than going here. They are out of network from my insurance and I ended up getting 4,500 out of pocket bill. Will never go here again','2020-11-29 22:07:08.595000','2020-11-29 22:07:08.595000',1,'Ganesh Raj','https://lh3.googleusercontent.com/-REAOjZn85Lg/AAAAAAAAAAI/AAAAAAAARRM/AMZuucmSxezGUdhkAfQ8LT99gB_J5qKC8w/c0x00000000-cc-rp-ba3/photo.jpg','14567670160750071148',30002),('AbFvOqkQgpmu_HWG5IQFzP6LC32izEx3cfuc3SYfxHAy04yzuxQ5UA1_nsOcHOLFvdFanxq24yx_1w','Fast service , even with other patients in facility. EVERYONE was super friendly, from the front desk all the way to the dr , everyone . I sss offered , drinks , snack and even a blanket , rooms are lovely and clean with cable and comfortable beds .','2018-03-05 15:39:17.205000','2018-03-05 15:39:17.205000',5,'Zip Will','https://lh3.googleusercontent.com/a-/AOh14GjkElvEHvwF5cS5YW5-Kxdu358DD-YsPbRShRRd=c0x00000000-cc-rp-ba3','14904078213800803294',32602),('AbFvOqkQh6pNDNCk44m80B-byS4G03BFUNoUXnHVmDUDe-w3xR-kjCJgOXCOwtsjhYZUeCpYVmyC1Q','The Doctors and staff at SignatureCare are so friendly, prompt and attentive. I was put in my own private room very quickly. My nurse Jennifer made sure I was comfortable at all times. They managed my pain very well. Dr. Asher listened to me and communicated a treatment plan that saved me! I don’t think any of us WANTS to go to the ER; but if they do, I’d select SignatureCare ER again! Also, as a self pay patient the prices were very reasonable.','2020-02-15 14:33:04.306000','2020-02-15 14:33:04.306000',5,'Lisa Abney','https://lh3.googleusercontent.com/a-/AOh14GjedOEfxbB3JW7rmVTNbBnZXSHcadof0njXjaAiNsE=c0x00000000-cc-rp','3272657195432704501',39627),('AbFvOqkQHaeUGo7AyO5tilBYjMy3I6ym2osIJOwaj8VkrQNsRxNYrl90T4YC3pHn4rnfeKtQ1UPs-g',NULL,'2019-05-23 22:13:15.625000','2019-05-23 22:13:15.625000',4,'Raphael R','https://lh5.googleusercontent.com/-_mXcwsOf_7w/AAAAAAAAAAI/AAAAAAAAAU8/AMZuuck1ySn1ANRXI0AbQOt5nxSpPLQ7HQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30538),('AbFvOqkqhARxcoIO_XbaDrYwjdkBwIBQ4tdbGIx0HNG1S9nwFK7iMCoTPF5G5Uwb89RIFL0YRTbfHg','This was by far one of the best emergency centers I\'ve ever been to. The front desk clerk, Mercy, was extremely sweet and greeted me immediately as I walked in. The rest of the staff was cheerful and very kind. And the facility was spotless!','2017-04-16 17:30:26.992000','2017-04-16 17:30:26.992000',5,'Cody Taylor','https://lh3.googleusercontent.com/a-/AOh14GgBeOhM_cQWdWOw3CMF2Cs68seF0i1ZpnbenZdxJg=c0x00000000-cc-rp','3511292162159714121',41072),('AbFvOqkQhBJExsKLFDnyE26LT1X75penF5EtpbOcby68OXkD4d1PXshjBZXyxm5WUPOC227AMHELXQ',NULL,'2020-10-01 18:36:10.925000','2020-10-01 18:36:10.925000',5,'Kensy Ramos','https://lh5.googleusercontent.com/-lBaCl66M4Yg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclA7BEzYl3Snv-o4hcMNdzOBKMnaQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30084),('AbFvOqkqhcqA-dLc3xZgo60s_YHikFf0GBkH135e3ANApVPdiSHbqY9X9uH4Yqd4uBoc_OUL-j-GoQ','BY FAR THE BEST ER I’VE BEEN TOO SINCE I MOVED TO HOUSTON. GREAT AT HELPING CUSTOMERS UNDERSTAND EVERY SINGLE DETAIL BEFORE ADMITTING AND ARE QUICK WITH GETTING PATIENTS IN AND OUT ! THANK YOU NURSE DEE FOR MAKING OUR VISIT A GREAT ONE!','2020-03-17 15:38:49.118000','2020-03-17 15:38:49.118000',5,'MALIK JOHNSON','https://lh6.googleusercontent.com/-DqLztFhJo58/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnvs7_AxIXjR1shuPf9WOGiEYCkLQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40274),('AbFvOqkQhh37v6LJLZpEKjxDsrJX1nXiMH5g2p-L74NyHK7vNzfhzOPWFJ5jfH-vxmOo5-w_iCTs','Best emergency visit I’ve ever had. No long wait no long registrations. Everyone was extra attentive to any needs that I had. Definitely felt like the staff cared about my well being.','2019-08-05 12:42:34.266000','2019-08-05 12:42:34.266000',5,'Nayeli Morales','https://lh3.googleusercontent.com/a-/AOh14GilOoPlp9gMvzEAv2O14RGxCuYSwiBEVZJjPbKpIw=c0x00000000-cc-rp','6521947413723274945',41630),('AbFvOqkQHwbW7-F29CQTIT7YQML1HHuDnSx2M2KgZT0uSsy47pcvr0gw8e6YZV58hwWxnpqHLOJb','Great emergency room ..great staff and services!!! The receptionist sindy was very helpful!!','2019-09-20 16:12:17.348000','2019-09-20 16:12:17.348000',5,'Robert Jones','https://lh3.googleusercontent.com/a-/AOh14Gj6aFezReB4-8JCa0XvfS_96PSqJh7pPhrVgcBsvg=c0x00000000-cc-rp','14567670160750071148',30450),('AbFvOqkqI-DRY9RuVBhh8x0aAhY5ocBwUJEDb8wk1gzKIub41t-mtSh7y8UuHHi6QYMID_EkS03yNQ','Excellent service and friendly staff.\nFrom the moment you walk in care is provided without a doubt!! Awesome!!','2020-03-02 15:57:30.396000','2020-03-02 15:57:30.396000',5,'Jessica Diaz','https://lh6.googleusercontent.com/-D2PELVhb-80/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckAuEjOg1V4f0iPN04jQnB0ccXejQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43065),('AbFvOqkQI7WTk6P-1-hzo7Z3rD6-BL9ZezITKA_kGkue4HJykwHzyFt_wqjKKd_LosKmJSr0P3-9sw','They were amazing. I went in as soon as I arrived and was out in less than an hour. Help me out so much. I would highly recommend anyone come here','2018-04-11 03:19:00.426000','2018-04-11 03:19:00.426000',5,'Darlen RodrĆ­guez','https://lh3.googleusercontent.com/-ARwO-pV8DyA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmSyqfPMxWJqoCIhYAX0lp6nOu03A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35290),('AbFvOqkqiS0EcYzcMgj4CblEHfEEOW9xAGQX8GHcpllofxmeVQRDnABgYDs0qUL3fMJX9ND9ZwSQ',NULL,'2020-12-12 23:15:45.031000','2020-12-12 23:15:45.031000',5,'Jamie Morton','https://lh4.googleusercontent.com/-xg3j1LHBoiU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-2BOHqJqqoLiAcQQ6UyZIXvD2CQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39417),('AbFvOqkqj8KCXiuJrBc_bbxXoVGou7EAXN1utBlIY6y_4WWKbuV7ksoP_dAoEuQ0bnIiB0GM-vvE','Great service! Efficient and professional! Anthony, Natalie, Naomi, Laura, and Dr. Anders were fantastic!','2019-03-23 19:10:24.064000','2019-03-23 19:10:24.064000',5,'Avry Howell','https://lh4.googleusercontent.com/-hqForzRYiy8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl8y-CxgWqKzs-Z4P6UViSlzTHlbg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34952),('AbFvOqkqjmIQPqkHpEDVClGvbp2Co_WUPEC36Exo9cIOlfNelngs6V9oi-04X9Ita0Ifrf8sB467Wg',NULL,'2020-10-29 15:23:23.720000','2020-10-29 15:23:23.720000',5,'kiani jurado','https://lh4.googleusercontent.com/-8mS960VStHo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm51u0kUPtJzQEQKnojOcYRQfvnyg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29281),('AbFvOqkqJoeb64lLPb9pB6VI749tePupbURhRZXW1QvszLkWpZUs-IrmwfvPGdB8BSErHA0kDByQVQ','I went into this facility and I felt like I was very important from the moment I walked in the front door. I was great with a smile from friendly registration and was immediately escorted to a room. The nursing staff was wonderful, attentive and very caring. Richard and Lisa were my nurses and took excellent care of me. The doctors were very nice as well. The Dr. that took care of me was very caring, empathetic and attentive and made sure that I was comfortable during my stay and answered all of my questions. Dr, Hannan is a wonderful doctor with an excellent bedside manner. The facility itself is beautiful and very clean. I will recommend this facility to everyone I know and I will definitely be going again if I get sick. Thank you so much for the wonderful experience and the excellent care. This goes for the entire staff.','2015-08-07 23:36:30.945000','2015-08-07 23:36:30.945000',5,'LISA SNYDER','https://lh4.googleusercontent.com/-HKPfTC0_X-w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnhQchFiEBOEZ_2WTKUVt1pcTSdww/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41261),('AbFvOqkqjXxTDBt_6tuM1_8B82jaMjj6KP9BSEkyuvuaZgTLMX9DZQDeruPa7Ntif9Y7WqBRRCEWbA','Environment was clean and updated, wait time was extremely fast and staff was friendly especially nurse Calli. She made sure I was comfortable and kept me updated on what was going on.','2020-03-11 02:08:07.390000','2020-03-11 02:08:07.390000',5,'Elisa Rodriguez','https://lh6.googleusercontent.com/-uXoAG8Yd5f8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckiLCp2XFWacZd4E1zfso7Uo9VO-g/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39085),('AbFvOqkqKSaG61PtU5TEv4bOVm3mLJ8Eyz0aPPg0nwr4jR4wR7cO8KqgVPCzU3VBimI9FPv9AE3APA','Was received and treated very quickly,manny,Maria, Pete,magali and dr osiecki were very helpful.','2019-06-25 16:25:41.058000','2019-06-25 16:25:41.058000',5,'Devin Hogg','https://lh4.googleusercontent.com/-NE8hZkAZAg8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmy2n_3siOKPmsXMVXyGUq_CtO7ow/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41681),('AbFvOqkQKvKctIsgBHRmd1YG6H50bLhci8o9g8yWxdd5A0je_SN_5e-DP4Jw3moPFjrkTXsVAg0n','i took my father over here ,and i was really happy about great the service was, they took great care of my father ,all staff was really great,Ashley at front desk hlped with signing in and she was very hlpfull and hlped us through all our stay at emergency ,jessica gave me warm blanket cuz i was cold ,that was too kind of her,and olusola hlped us getting comfortable at explained the procedure ,so that we dont panic ,she was wonderfull person and doctor patel was very polite and he explained the results of scans and other problems my father had with full explanation and he listened carefully to every problem my father was facing and hlped getting to resolved,so this place is great with well maintained equipments and very caring and friendly staff','2019-03-23 14:45:33.614000','2019-03-23 14:45:33.614000',5,'Neetu Brar','https://lh4.googleusercontent.com/-31aKbiI-qd0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm9ab8cPzwX2E3KWaWSntl-tyDq4A/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38239),('AbFvOqkQlWEVqCVjrVfQRiyVy0saiwF62-pzSws8qsbg-9Lzc0P7MBOHJBtxt1jdwtPpPrSxbkAz-w','Awful service, they are more worried about the money than the patients\' wellbeing and they don\'t accept medicare.','2019-08-11 18:34:35.495000','2019-08-11 18:34:35.495000',1,'FEDERICO CERDA','https://lh3.googleusercontent.com/a-/AOh14Gg4nMkN034gsE6q8lb89WbjncmVSJhJQDnqa4to=c0x00000000-cc-rp','17394740196501090048',36720),('AbFvOqkQmoso7FJw1HuuHq2UdZqOdZmsE7-kj1sX5vEEHzst-4m0mkIewUPLrGiDPKDufOE_nnoZUw',NULL,'2020-08-14 17:42:54.899000','2020-08-14 17:42:54.899000',5,'Dennis Pruitt','https://lh5.googleusercontent.com/-1bUQFPIqkrM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmRWyKoy5fKmT3YthdaN4Z_dPtVEA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28568),('AbFvOqkqmQeheSanM3RhY57S6RH1_N7fYNLUrIkznpHgbVzghI5bPtfJ8ID6na_GwfFVsIQn0r2hKA',NULL,'2020-07-27 20:26:21.483000','2020-07-27 20:26:21.483000',5,'pepe holguin','https://lh5.googleusercontent.com/-4ZKqr6KTMWw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucku1iHFULGkvKOS8_YB2rEM4vLnCw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29354),('AbFvOqkqmtsZZ3raMYYZOuc5CdwZa48O95CcOHwgMtXY9pYLhmsVbsJO_UtGk2V-9Z3Q3Ww8JhSB','First time here and we had a wonderful experience. My son was seen by Amy, Traevis, Keith, Alvean and Dr. Leavitt. They took good care of him I will definitely come back and recommend this location.','2019-11-17 17:36:58.211000','2019-11-17 17:36:58.211000',5,'Cintia Martinez','https://lh3.googleusercontent.com/a-/AOh14GiBEGE13iiG2U_i8eas3VO9QcRNuVvaFVAAr2hiBw=c0x00000000-cc-rp','16389487648212004696',33730),('AbFvOqkQNDrb61J_wMGjUBVd9KXzktKgUNk808oroMUgUdeOWrpnlptWpnfd5ClqYRPWP0nUw_jc','By far the best ER I have ever visited. From the moment you walk in the staff is very attentive and caring. They have snacks and drinks available at anytime for patients and family of patients. I highly recommend this location. They make you feel at home and they truly care for your health.','2018-07-29 22:31:32.579000','2018-07-29 22:31:32.579000',5,'street Adrian','https://lh5.googleusercontent.com/-crf3e_2uVtg/AAAAAAAAAAI/AAAAAAAAAMg/AMZuucnQ5ctKJb1psHfObsoR59STWI6HNQ/c0x00000000-cc-rp-ba3/photo.jpg','14904078213800803294',32561),('AbFvOqkqNGyy6sqxlSn2Q-TSpi2cIcGGMdYUorJL-msO30ur4_XJkqgeAXLVYLJhQ_LUvYcKM9-FDQ','Signature Care Was very helpful. I didn’t have to wait very long and the staff was very warm and compassionate. Brenda especially made me feel very comfortable as I was in a lot of pain and made sure the process was smooth in seeing the doctor.','2019-06-11 20:05:42.281000','2019-06-11 20:05:42.281000',5,'Brandon Williams','https://lh6.googleusercontent.com/-IsdQUIaMEzk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclm1OeGe7dicva22VweX_2t8Gdgzw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40548),('AbFvOqkQnwT310YViQXCUhP-bgGdzuuaRfqBlir5ZvJF4NL8re224aAFwRvuHWd-vwgqDo7rt24Y_A',NULL,'2017-04-11 16:32:42.904000','2017-04-11 16:32:42.904000',5,'Annie Nguyen','https://lh3.googleusercontent.com/a-/AOh14GgGB_gRqg6zzQxnLIjwFZ8hY1m6bH8TiXswjaspJg=c0x00000000-cc-rp-ba4','16590124370714063921',35454),('AbFvOqkqoiERRuUhTBBzAUz26BfCtdL8rUkfV3ZRcosG2OWP7l7e65N53uCrR92Qfa61M3mTk_FA','I went around 3:15 am with severe pain in my shoulder. Everyone on the staff were very nice. Elizabeth in registration made sure I was seen right away. Dr Cavazos, nurse Troy and Radiologist Joshua seemed very knowledgeable and took care of my pain rifht away - after an xray of course. I was very impressed with the facility. It was very clean and inviting. This location will be my go too any time.','2019-09-24 13:56:28.165000','2019-09-24 13:56:28.165000',5,'Nesha Marks','https://lh5.googleusercontent.com/-CtCwkybHQ_g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmhGY-imSCF5DUM557d9qfassFprA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33937),('AbFvOqkqOS-DH56qbOEMNUxWB0kPMX8_liM0-0SEtZE5ObSefs331y-7vLZ4_RNZ01zEVbiNjkPk8g','Had a great time!','2020-03-06 01:02:39.575000','2020-03-06 01:02:39.575000',5,'John Waterman','https://lh3.googleusercontent.com/a-/AOh14GjOnwIEviV7qXWqSER-LqhbrxKIl_0NAx8mW1tA=c0x00000000-cc-rp','8679688254631342173',42403),('AbFvOqkqP_jG45w7ltYsNkSM60JPQW9EdUv3rem5dMKTc6O2z5jkhoSigxU41-rJuY-AqYrqL16O8w',NULL,'2019-08-17 12:13:20.281000','2019-08-17 12:13:20.281000',5,'Ja\'Meisha Bonner','https://lh3.googleusercontent.com/a-/AOh14GiqBRQ4MHTvj1zO_0RrfKZIcOIVW5LgyvYfVwCtcg=c0x00000000-cc-rp','8918455867446117794',43209),('AbFvOqkQpOrbHDgBuTeCoedRM9_HFxwDey5XBxjkGvO_nUoFeODwDb_fZEkteEHv17f26z_cSbMbDw','I have been at Signature Care Emergency Center 3 times now, and I would definitely go back another time. I made an appointment this morning and I was able to show up an hour later! My wait time was about 15 min. The staff is amazing and they are always doing their very best to give the best service! Chelsea helped me out today and I couldn’t stop smiling! Signature Care EC definitely has the best staff and in my opinion is the fastest!','2020-10-13 18:46:53.588000','2020-10-13 18:46:53.588000',5,'Alexa Torrado Tommasi','https://lh5.googleusercontent.com/-LJwB5dKxuPI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnU3HsZ4ob0lnGaBaxBGPBiluGtFA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35698),('AbFvOqkqPPyGS_THv6s3kvykVShP5IXe48LoB62UnqJeW8ohkWG4GQWB9GW5AugPSOZeOD-CyUo7','Great staff, clean environment, and good timely service! I will return!','2019-02-06 01:44:11.156000','2019-02-06 01:44:11.156000',5,'Sawaya Washington','https://lh3.googleusercontent.com/-Uyn1R4AmYV8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJ33DxAGz-K302GD06lGqutMLpgg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39928),('AbFvOqkQqAMDcRphx23wbcIlP0T3ok6KTT826Aqnyq4o68sTQNYTJCfcx1qoA3DKxOG6ffUbeX2U','Great place, staff were super friendly and efficient. Kevin was very helpful, and able to answer any questions I may have. Would recommend.','2020-09-17 14:21:15.045000','2020-09-17 14:21:15.045000',5,'Briar Harrison','https://lh5.googleusercontent.com/-rD_m5M2U9Y4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckSinOSvED-Jffw-2T9tk9Rxpx5VA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31639),('AbFvOqkQQg6OV4csX3Yh4UWcmov-NLRmCgMinxFxZAq7FAG9vuEmU6UO_LeV1mMjfFs81toVz-rsfA','Facility was clean and well kept. All of the staff was helpful and took time to walk through all of the options and kept us up to date with the process. If I had to complain, I didn’t receive a warm blanket when I left! Would definitely recommend.','2018-06-04 19:10:34.891000','2018-06-04 19:10:34.891000',5,'Elizabeth Longstaff','https://lh3.googleusercontent.com/a-/AOh14GgnA5YspUc5sCuR_RRC12UlcE8Z1c4Xm4ohWNlggQ=c0x00000000-cc-rp-ba3','14567670160750071148',30831),('AbFvOqkqQm21FawCi606hP4NHE7ZzxMsi5LZWao_Cb2mcLCpqRYd0Fub_9FAJzeTawdqIqm2QzTw','Brought my daughter in for a high fever and the staff was great. We were in a room before I could even fill out the paperwork. Great service and nice environment.','2019-03-01 01:38:06.181000','2019-03-01 01:38:06.181000',5,'Danielle Norris','https://lh3.googleusercontent.com/a-/AOh14GhMvAZFQPY3s4R_hzS1PMMOsIoOyZuAvh4cu7lrIQ=c0x00000000-cc-rp','16891069708558046635',36262),('AbFvOqkqQP4HpmGxAuV0D-VY8D785k3oWnMsnIOUDN8s_Up6u3VwkbU9ALHN4gkWYbiH2pXMsYhemA','Had a positive experience at Signature Care, staff was attentive and friendly. Very little wait, in and out.','2020-10-01 18:16:38.513000','2020-10-01 18:16:38.513000',5,'Suzie Vargas','https://lh6.googleusercontent.com/-Pjz5ZrhjRTg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnJGkTM7oAnc1YR68xENiTC-UUrAw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31591),('AbFvOqkqQpjNF-sGf4GuRd2cW5mjd72_iQ4mAWc0hMy5M-igWGpHKA4A_cQw-s5sw7GatlEAQ-3HRA','Dr Allojo is great doctor he give me very good service explain everything and good recommendation for future.\nStephanie has good ethic and explain me paper work.\nRN-Rollie he is nice person he explain me step by step treatment. Natalia was great too.','2019-10-19 00:53:12.736000','2019-10-19 00:53:12.736000',5,'hassan rahat','https://lh3.googleusercontent.com/a-/AOh14Gih_eWi95SKWoiP2KiUMd2oy18YKLUahNog7ohyiQ8=c0x00000000-cc-rp','8679688254631342173',42646),('AbFvOqkqQVf_vA2QSs8kCIrjerEtraucn1s9d57Zfp45INVtUjeFMay4DtLYv0CscUWet0E6tvYe','I had nurse Keira and she was so sweet. I wish more nurses were like her. Doctor Elsbecker explained everything. The tech Rachel was funny and personable. From the minute I walked in, until I left, My family was taken care of. Great facility','2020-03-03 05:56:29.115000','2020-03-03 05:56:29.115000',5,'Joanna Cervantes','https://lh3.googleusercontent.com/-bFXTndiXGkw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnbxOXP7UwGtKKHFjn05jjHpaYs2A/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41427),('AbFvOqkqQwsmp32HIPYsQ2odKFGtCEj3Pcpb0s-JbERPdMabHNMsKCylhm6Dubl47K6uCjUv3Hdo','I was treated with respect and was out quickly with the help of Dee Saldivar šŸ™‚','2019-01-29 23:32:10.225000','2019-01-29 23:32:10.225000',5,'Beatriz Cienfuegos','https://lh5.googleusercontent.com/-3A_eNLMT6Kg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8PXg_AK1tW1KDn946EvoIG80ayA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40676),('AbFvOqkQQZtA2bgf95VluoEcbOQQrgUfEBzTRCeXkIh5VaaAudRlPOwyOvi9P1hRzjqemVaYXBIucA','Great place to be and inviting. Maya the receptionist helped a lot and made my mom feel right at home thank you for Being here for everybody','2020-01-08 23:27:35.313000','2020-01-08 23:27:35.313000',5,'Selena Tzunux','https://lh4.googleusercontent.com/-WiREtcU5eaI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmr3V8lWfTwiyqG8fxDSdPIH0JsIQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28839),('AbFvOqkqRDUtxkS4SNQDXZNTAXNIvmi_JT_vsOuMIX8-_Ed_DxbvtjrMum79mmOMZFllI0j7NZJ29w','very fast service and super friendly staff','2019-05-07 04:57:21.014000','2019-05-07 04:57:21.014000',5,'Kathy Juarez','https://lh6.googleusercontent.com/-T4VHJ-Qptco/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckrqM5Cee9sf9tgSlmZX0EG4fvCgQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkQRGWS0OPlwSrNCRQBESjecPf8VBUb7m-zoi519cgnKegjQNSA0lAzMYgw4KOcVGb9PP_3pA','Truly the best ER experience I could\'ve imagined','2019-06-11 19:34:00.431000','2019-06-11 19:34:00.431000',5,'Grace Peters','https://lh3.googleusercontent.com/a-/AOh14GiJOlLlHWZzvRtCQPdwuvivRVb7RA5VcwHVTnhR=c0x00000000-cc-rp','3511292162159714121',40549),('AbFvOqkQrpl8NciS0VAOZjnyIcXJDVfkLMzQEasEDAE3F3MGRIZfJHoIHB_68bCCEwCwotmdaO7fzQ','Kim and Michelle were extraordinary in their care of my daughter tonight. Thank you to the entire team.','2020-12-08 00:38:19.719000','2020-12-08 00:38:19.719000',5,'Deborah Beene','https://lh3.googleusercontent.com/a-/AOh14Ghd-xEU6wAZk7flltwgDTGvMMvUDv3ZbZYfGhja=c0x00000000-cc-rp','2694018788013845459',38854),('AbFvOqkQrQRA7BPCoUdsrQ_lGNYygv0wbI9h8vLvDL2e4eFUsIhqaKXknycLS8Pue2kPGY0Hi6fg','The people that saw us were, manny, ector, and Casey got me tested in no time.\nIt was an efficient process and I would recommend anyone coming here!!!\nFor a minute I was afraid but the test is not scary at all!\n10/10 would go to again!!!','2020-08-04 21:20:40.243000','2020-08-04 21:20:40.243000',5,'Jordan Pacheco','https://lh4.googleusercontent.com/-crLq5fZ_sPs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckQOnAIfwCsQnC0vJmCt2zks1XWLQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41311),('AbFvOqkQrRvUjYdOiGhmjFP7zsU-aL5lfzE1QDw2ZDk0erm7BvgD5kT0KiHaKqmupLS2mbEZVzfAjQ','Alvean and Marcus really helped me out and in a hurry ! Very kind people !','2020-01-07 19:40:01.484000','2020-01-07 19:40:01.484000',5,'dahki adams','https://lh4.googleusercontent.com/-WiGi43n9Em8/AAAAAAAAAAI/AAAAAAAATjk/AMZuucnyv5f2R6fh1s6o_cmItpOIRZi8Tw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33539),('AbFvOqkQs0VY4XEGwWWDggHApKgnD5UKAEI53YviGkzqKCL7BNlQSZag3Q3ypkpF1ZHGKkO3_OK-eA','Thank you to leslie,agnes,tino,dr.sylvester and Kelsey for having my sister checked out and making us feel knowledgeable to our needs. We are thankful for the fast easy check in.','2019-01-26 22:02:50.630000','2019-01-26 22:02:50.630000',5,'Victoria Salas','https://lh3.googleusercontent.com/-7JPYIlN9CNs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnxoF6g6YdZWFNcY5-DV3anAtnICg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40687),('AbFvOqkQs1eWAYaXMjfy-pido9dG-7_OnCN88erh3uadDhpNzR2VF5OYcQNTH61GG7j7-eUjV4GP9Q','It was fast and easy. Keera is the best!','2018-09-07 01:32:59.607000','2018-09-07 01:32:59.607000',5,'Luigi Martinez','https://lh3.googleusercontent.com/-vmgXCxQHmuA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXsWBbZUVtYYoY9JyZOmNMHFrOFw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35193),('AbFvOqkqSbCFEnqxzjYVKii85YLQA57jkyY1pKiiQ3foggfaq0n2kgX8BstiYbim9Tr9fg3xOQqxvA','Literally the best Emergency Center I have ever been to. They have the sweetest nurses and most understanding doctor. I would definitely recommend this Center to anyone who has anything wrong.','2019-05-28 14:38:59.433000','2019-05-28 14:38:59.433000',5,'Miranda Matte','https://lh3.googleusercontent.com/a-/AOh14GiuvAFu4sEg-NrXliWfiDqkAvh4pQafc5er4qi82g=c0x00000000-cc-rp','13486358490203335051',29833),('AbFvOqkQsSG0MKIyJjFmzjmi_xXesawvtYu7iKvsjAZuo2QbMcqru95URgMmfT9sDuEFAHj0xtc6','Excellent staff and service. Came in for Covid test and it was quick and they explained everything. Great experience','2020-09-28 13:40:42.160000','2020-09-28 13:40:42.160000',5,'adam wilson','https://lh6.googleusercontent.com/-7_3aeaFolIo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclKWilI-sdxeIJofbzdLmm8aQqZyw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31614),('AbFvOqkqstJn5IeqFM4VOofhbb57XrL1gc-nefaiWigyR9ezSfITUwKQX9JKUZSn7IX0Our4uSIqZA','DR faig\nNurses: Sarah, fahme,Catherine ,Laura , Scott , mercy and kandi .\n\nCame to visit for some throat paint and the staff here are so great ! I like coming to this location because of their service and how quick and efficient they are . Love how they explain every step they taking .','2020-10-29 16:59:05.361000','2020-10-29 16:59:05.361000',5,'Jonathan Matos','https://lh4.googleusercontent.com/-coATqsuJvsw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnPFsK1YTmkr5jCav0G8Xb5NJPrUg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28486),('AbFvOqkQSYWxV7c5R97xGmlT5TJeEhoRfaCvOO1RNJlx69Qk5kzq_QvzSOheu3FSbpAailsVIjpFaw','You guys are awesome, Jesse, Valory, Julia and Enrique. We will recommend Signaturecare Urgent care to all of our family and friends. We had a very pleasant experience today. Thank you guys for taking such great care of my dad. I called before going, they answered right away, answered all my questions and let me know they are open 24 hours a day. We really appreciate your patience and wonderful bedside manner you provided us today.','2020-12-26 22:19:13.766000','2020-12-26 22:19:13.766000',5,'yesenia lozano','https://lh3.googleusercontent.com/-ySLlwrh5M44/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclgGjvbohX9ffiR51QNV8HYpAL3Lg/c0x00000000-cc-rp/photo.jpg','15979470999169074295',43877),('AbFvOqkqTiQndjjmithviIFQRqV3bLjSixxzovzh60tO5q11SDa-JdX7wx03AG2ZvA_TNJYfQkgahw',NULL,'2020-09-29 16:25:22.627000','2020-09-29 16:25:22.627000',5,'Hamu Jimenez','https://lh4.googleusercontent.com/-ypfgnOGrbRM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmaZYJshp5MBOUTDTQTyycXe6dCbg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38502),('AbFvOqkqTPNiktRvw3L_0ApOup_3BgBMRNaZrhsNOXrggETyQYHWHD-CWkVp66xwHDlZCNxGjQGe5w','My experience with Signature Care has brought me so much ease as a concerned mother. The team has taken great care for both of my children on multiple occasions, and for this I am grateful. Thank you to Kris S., for assisting me in registration and making the process easy.','2020-09-23 14:47:15.348000','2020-09-23 14:47:15.348000',5,'Piilani Harris','https://lh4.googleusercontent.com/-ZTqfSW1fUvU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclLVunTKLoUFH2FOTVaOAWu4W1qvA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37540),('AbFvOqkqtqzlnTS9ZJgC8nu64jci7e0RBPsm8EAWN-Q20-GK72YmWc8emB15FwivtVRZ8A-oZCXnjw','Outstanding care and friendly service to patients. Highly recommended','2017-01-11 23:57:42.835000','2017-01-11 23:57:42.835000',5,'reaperman345','https://lh6.googleusercontent.com/-pOOtJn8mbGQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl5R9HOPlJm1IMOJto50DL5ZjqWAA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41814),('AbFvOqkQtt0OQm1iqc3wX26LQvEDtFVgyNx7375Qv0lag__TKJvAOpfjQR_wwEkIr2ywLL9TbzHH3Q','I went in at 2 AM after giving them a call about abdomen pain that I thought might be serious. After some counsel over the phone by the RN on call I decided to go in to make sure I was OK. From the get go the staff was friendly. I was greeted by Delfino, who got me registered quickly with minimal paper work. The RN, Adam, wanted to get me seen as quick as possible while also making sure I was comfortable the whole time. I was even offered a warm blanket and some gum! That was a nice touch. While Adam was getting some preliminary background medical info, the doctor came in and got up to speed. He heard me out on my issue and took it seriously, despite my presenting with only very minor symptoms. In the meantime, the tech was getting the CT scan ready to make sure they got data ASAP. Even as I was going through the tube the tech on call, Chad, made sure I was comfortable the whole time. After doing all the tests they needed to, they made sure I was comfortable and kept and eye on me.I can\'t stress enough that these guys get how important it is to make sure you\'re comfortable when you\'re in their care. Peace of mind while you\'re unsure of what\'s happening is incredibly important, even though we may not realize it is in that moment.\n\nFortunately, I turned out to be OK with only a very minor complication being the issue. It wasn\'t as severe as I was worried it might be. I feel that had it been a serious issue, then they would have been ready to respond and treat me immediately. Without a doubt, I was in good hands.\n\nThe turnaround time was quick, yet the treatment was extensive. They made sure to take every measure to diagnose me correctly while administering the care needed to alleviate immediate symptoms. Every person on staff that night was super friendly and made me feel like I wasn\'t an idiot when I got the diagnoses. Adam and I even had a chuckle over the results.\n\nWithout a doubt, I would head here if I felt like I needed emergency medical attention over the ER any day. The care I received here was better than any ER I\'ve found myself in previously.\n\nFor reference, this was the crew on call the night I went in. I couldn\'t have asked for a better team of experts!\n\nDR: Eisbeeker\nRN: Adam\nREG: Delfino\nTECH: Chad\n\nYou guys were exceptional!','2019-06-17 23:19:17.348000','2019-06-17 23:19:17.348000',5,'Chris Guajardo','https://lh3.googleusercontent.com/a-/AOh14GjU73FDM6gKJFubLfgIo-fc7MgYdj73NESmrsh1ew=c0x00000000-cc-rp-ba3','16891069708558046635',36175),('AbFvOqkQtY1gWM3fbfwfUKTd8wyZTJ3IuLYczsoHCQEzTnrV0eiopjB3Tokt7x2DaQR3UAXxGaVrww',NULL,'2016-11-27 11:55:29.848000','2016-11-27 11:55:29.848000',5,'Alison','https://lh3.googleusercontent.com/a-/AOh14Gjb1Du5jodAjP-4zSjVsYSRHddLwY-RgGzDaO_Yig=c0x00000000-cc-rp','14567670160750071148',31156),('AbFvOqkqucBi9f7WBiMPvlm_BEb7paRgUT7f8T5qhgLo8SoeCV7UaguJLGp6s1dpW99b_0_yZ1Qw','Amazing service, staff, and I highly recommend if you need some immediate Care. If you come across Laura and Mercy you are in good business.','2018-03-01 14:48:30.493000','2018-03-01 14:48:30.493000',5,'Corisha Rogers','https://lh3.googleusercontent.com/a-/AOh14GiYUXO7QuJzlUSwHA8NoVewUqyXZeR5SNWOuLHs=c0x00000000-cc-rp-ba2','3511292162159714121',40954),('AbFvOqkQUozeF-9cZbRAr_-PI9EDX7HXCSMDPqdsl9jjof2mwZ1W3irsNjdMwoESh0mUrYfG2uza5A','This has been one of my best hospital experiences. The wait was not long at all. It was very clean and well kept together. The staff are very kind and friendly. The doctor actually took her time and made me feel comfortable with my situation. With Covid going on and everyone being very overwhelmed, they did a great job with me. I would definitely recommend to everyone','2020-12-20 00:29:19.819000','2020-12-20 00:29:19.819000',5,'Emani Stuckey','https://lh5.googleusercontent.com/-o3fzCOJanJI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnotGyQKoHnYtaChLkUsWBfjMc62A/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31265),('AbFvOqkquXu4LKZXfRN97i-aJZekvmQuM9wZ9znp6uvgCQHA3CPgQp3BQEtBbQbojAQFXujWyKrq','My experience is always amazing here, they get you seem pretty fast and provide tons of information','2016-05-21 15:24:29.244000','2016-05-21 15:24:29.244000',5,'Jarius Coleman','https://lh3.googleusercontent.com/-_vdCVW91EPQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn8z-LTzjFnLIW5rjX1HGMiMuuSXg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37352),('AbFvOqkqUXuqXHm9Q8cSamppbogSWskClkH2uTON-OjfDLfIn-2K5o7YQT1WIKaFYoj0vUd8D7AX_w','Awesome visit. They were super quick, and very friendly. Dr. Do was gentle, nurse chantel was kind, Laura, Elaine, and tanisha were very kind and professional. I will definitely come again.','2019-09-23 00:43:26.488000','2019-09-23 00:43:26.488000',5,'Melissa Burks','https://lh6.googleusercontent.com/-KurOSe0uYD4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucme1mxivIU6Q0kxfkLbSksY7ATFSA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37986),('AbFvOqkQv7qj5wGta-UYy5uMivzem1QgYwdqbPdv_-N5YmPOcwlJ9VWXC6FDjJr5JnKuLKp2Qu8n3A','Friendly and knowledgeable staffs, they take very good care of me. They\'re short but completely clear on your instruction on what they want their patient to do. my experience here is very positive.','2019-04-19 00:14:09.526000','2019-04-19 00:14:09.526000',5,'Pan Pham','https://lh3.googleusercontent.com/a-/AOh14GhMszyQOq2t2d1b25n1ij7gOOI8GN7E_ZOk3mFdrw=c0x00000000-cc-rp-ba3','17394740196501090048',36793),('AbFvOqkqVD1gOR4tD-iYi_9DqXyZuZyZx2FHatDZYi_T5SqCaD6ypxJMPm_gOZXU3Ft_H45kx-CB','Excellent facility! We came in on a Sunday and the staff was extremely attentive and made us feel comfortable and at ease! Liz at the front desk was kind and helpful. The medical staff Melissa, Matthew and Dr. Braun were all very knowledgeable. They listened to our concerns and addressed everything.','2016-06-12 19:04:25.126000','2016-06-12 19:04:25.126000',5,'Lauren Steger','https://lh3.googleusercontent.com/a-/AOh14Ggn0UyX5pKd9PM_v9sAON4EFG5JtDCkTJMmJNUHQQ=c0x00000000-cc-rp','14567670160750071148',31235),('AbFvOqkqVvE4JpQVwUQ482LZ69NlJnrhBxOe8UYjC56o8WQOXrWd2vnrk_F-FLnBb5PROz4p62zHfA',NULL,'2020-02-09 22:29:42.567000','2020-02-09 22:29:42.567000',5,'KIM DILLARD','https://lh3.googleusercontent.com/a-/AOh14GgO_PMY3WW5arY1-fqDObQc6XAROSS0bmPFbAFMpw=c0x00000000-cc-rp','8626688543755174284',41946),('AbFvOqkqWDqZFFAqN_WpfFovn59lvguo-NFLYJrprdtYIdl6Q7j2g0vasotNV7OPeIA0rsK9GjRNlg','When you feel bad you want to find somewhere that will take care of you. I found that with the Staff of Signature Care ER Montrose. The staff was amazing Laura and Gina took great care of me. Dr Yusef explained things in a way I could understand. Jacque and Norma saw that everything I needed was there. Leslie was very friendly when I checked in and out. Thanks for making my difficult experience a great one.','2019-02-05 03:28:14.633000','2019-02-05 03:28:14.633000',5,'Larry Reed','https://lh5.googleusercontent.com/-h2tLhisLBuQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck650pfryn21ET6mmKcvuT7G83gFw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40648),('AbFvOqkqwFzgmvtFlsM3vKGD6yD501O-EfeS_vonSiSk9sQG9XrppyPSFs1YB2b7_fnAN0sHb7znJA','Awesome customer service from Brenda, Pam and Dr. Garcia! Super quick we went to the back in less than five minutes. Will definitely return!','2020-02-07 04:04:18.506000','2020-02-07 04:04:18.506000',5,'Ashley haywood','https://lh6.googleusercontent.com/-LTgVXZ5222k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnT9lmiVn_wQG045cRFcjjN_bvW6w/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43111),('AbFvOqkQwKhPkYNT6rlInTpMLDCi6Au1IA0nLWGeFR4pSqDHmhiQHp2yrx64CGiBSSBfN_I_KL7h0A','dr and nurses were very compassionate towards my husband when he needed to get stitches.','2019-03-15 17:08:57.488000','2019-03-15 17:08:57.488000',5,'Gabrielle Trevino','https://lh3.googleusercontent.com/-NhHiVn3Zn9E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmttSkMIYZpTSAweAc5lwuIwImh7g/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32487),('AbFvOqkqwyL9LstnKsBuqGvERGkqrQ78lNas-Mm9IVtZZSHe-oZTATVmeYml15mXvd-9AUFPh_vgHg','From the moment we walked into the door, Jackie greeted us with a smile. She made sure to explain how Signature Care works and walked us through filling out documentation. Within a few minutes, the doctor was able to see us. He was very thorough and informative as well. Overall I am so grateful that they were able to put us at ease . It is very refreshing to find good customer service. Thank you to Jackie and the rest of the team.','2017-09-20 04:41:10.061000','2017-09-20 04:41:10.061000',5,'N D','https://lh6.googleusercontent.com/-3_WOl8_P7GI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckY3CGNgEVYUJfWNguR4p-PhozYSw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30971),('AbFvOqkQXFx6uI6FWv3_xNIWXWrtTRVHVx-Z3fn-HUBQFjhSger7k5w62gBCFot5zI4kWn1U-7uKuA','I left my ID and Maya, thank God for her she went above and beyond to locate it!!! Thanks again','2019-12-06 21:39:24.381000','2019-12-06 21:39:24.381000',4,'Rosalyn West','https://lh5.googleusercontent.com/-TJfbG3PCuf4/AAAAAAAAAAI/AAAAAAAAAao/AMZuucmxw5DWmbNDuuohxc1KufQW5nmqdA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28960),('AbFvOqkqxS0HXPhqx59CM148qyFod4Elg9IgyInFytSTlt3r4zP9JiWcJwuJ1FNigm080lMuKwQSeQ','I was very impressed with the facility as well as with the staff. The nurse was very knowledgeable and courteous......but I could tell his demeanor changed after I assured him of which arm to draw my blood from. He wasn\'t nasty or rude but I could tell that I touched a nerve. I did apologize if I made him to feel as though I questioned his ability to \"ONE STICK\", I hate needles. Nevertheless, the doctor was very nice, knowledgeable, and concerned as well. I would definitely go again.','2018-01-10 15:24:11.511000','2018-01-10 15:24:11.511000',5,'PJ Norseweather','https://lh3.googleusercontent.com/-X5CL4msEmj0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDK-cz8PQyjX0gTY3gFrk5NvvY8A/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37003),('AbFvOqkQXUXHFAMoVnwJYHnts5S1b5HHtwPTWfXE7pPHND3da6G8fx31FAl0UDvU_JmL_UYX9UhC','Amy and josh T, dion, josh M helped me out very well. They were very patient and determined that I was seen today. Thank you all for the great service.','2020-01-11 02:50:08.255000','2020-01-11 02:50:08.255000',5,'keasha collins','https://lh3.googleusercontent.com/a-/AOh14GjI1JH_5PTXJdpc_VqBFk1z5VGQRsvw6btERKj86g=c0x00000000-cc-rp','3511292162159714121',40351),('AbFvOqkqy_o_QjKKs0BZtwZFxstmHGJDzbN33YVEl27DpjZmq25t_O9PUWXiODnB5dzcT3AyBgQIhA','Excellent customer service. From the moment I walked in Kimberly and Okarys were amazing and getting me taken care of. My nurse Nikki attended my every need and made me feel much better. Dr.Vaagnese was very friendly and warning. Wonderful bedside manners. Dustin was very awesome as well, took xrays on my busted knee and it didn\'t hurt. Thank you all so much for taking care of me. Will definitely recommend to anyone!','2019-11-10 02:04:24.342000','2019-11-10 02:04:24.342000',5,'Latonyai Stanford','https://lh4.googleusercontent.com/-XKfFF8ZK4mE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnOE1ka6nBD-YS6c1VNCesxmOlJ1g/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30417),('AbFvOqkQy0NPmC-UfuOEBbsPsc6fhPxn3DglbjHTSaAXGs9uQFsxeWGJ5CBUFtKYJO2ghj8LqctuqA','Signature care is fast and friendly. I recommend this place. ⭐⭐⭐⭐⭐','2020-09-19 22:02:42.910000','2020-09-19 22:02:42.910000',5,'Eder Najera','https://lh5.googleusercontent.com/-QXYhb3uKl4s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucllOlE2kKnsWMQUXIreK82etDQ7ww/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38527),('AbFvOqkqyLl1cNGv_8rsPMRda6KBuDDVRfUkgKVg4Egyk-mWyUlEHn3S9d_33nJAVChqfiU3uRIQDg','Excellent service here. Everyone from reception to the doctor was professional and the establishment was very clean. This will be my go to place for urgent medical needs.','2020-03-09 06:57:43.387000','2020-03-09 06:57:43.387000',5,'Pierre Waller','https://lh3.googleusercontent.com/a-/AOh14GjzaSogmBMKUvRalk_Lpa0-8evNihKf54o6gZDgoA=c0x00000000-cc-rp','16891069708558046635',35928),('AbFvOqkqz95EP_3eYOxoLeXUE90ZR8NI_3J96OzA0BIhIUgeAzbvAEOHxwvQIOmLUSZl_wag0qZo','Great and fast experience. Thanks to Dr. Yost, Mollie, Shannon, Tobie, & Shelbie!','2020-03-08 06:50:15.063000','2020-03-08 06:50:15.063000',5,'Mary Ann Bennett','https://lh3.googleusercontent.com/a-/AOh14Ghki-H_Gy2LPaj4s78yJXLnk284EQ4sYI5afn0vKw=c0x00000000-cc-rp','3272657195432704501',39569),('AbFvOqkqziB5gNE5HZZAKNP9LuWzNNjtg_v5BCtzJij1I4aQ3o0dniou5W4p2F8cwGfUXAfRVqt47Q','The receptionist, nurse, and Dr. Morrical treated me with great care and informed me of my ailment. No complaints A+.','2019-11-01 12:57:00.416000','2019-11-01 12:57:00.416000',5,'Sarah Brecher','https://lh3.googleusercontent.com/a-/AOh14GimokyNQXmKU1nye_YM9S62XxbnbjsmDTF88lXRxw=c0x00000000-cc-rp','16590124370714063921',34587),('AbFvOqkQZl42mBAf4ziIzBnAHhfwV-BfgB5CzPfPSBPc9mcf1u4oEh4Rr1ltbShFtDr44WUFE9Hy','My experience here was amazing! The service was fast, the staff is super friendly. I appreciate the help of Dr. Golla, nurses Jubril & Tammi, Radiologist Sandy, Er Tech Ralph and Patty from the front desk. The ER is nice and clean. From now on if I have a medical emergency I\'ll be sure to come here!','2019-09-23 18:18:24.826000','2019-09-23 18:18:24.826000',5,'Sarahi silva','https://lh3.googleusercontent.com/-qgIAqLU2250/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclp-d4TVxfNYNDW2jEOlo7GUCcsEA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36704),('AbFvOqkqzLm86M2ftGzehnrN2MkLoMCZzNxKupGNv5nJXphDcKs9JmvyRh2TGVeBo9cySPFrwLa3','I say \" STOP \" to anyone who is looking for medical attention. Entering the facility it was state of the art, clean, with pleasant aroma the odor didn\'t start until I met Dr. Alecia Warren ( HORRIBLE). The young man Jordan was AWESOME ( I hope he get a chance to read this) he work at the front desk signing you in. The security guard Mr. Ray was just as good!!. I took my son the the Signature Center to have a full check up ( he had been assaulted) after I told the doctor about what happen her whole attitude changed and she instructed \" My broke ass\" to go the LBJ or Ben Taub to seek treatment please keep in mind I\'m strapped with \" CASH\" a lot of it and his \" INSURANCE CARD\". The rest of the staff was great except for Dr. Warren and her handy side kick ( the phlebotomist). I can\'t wait until I reveal who I am and how important it is to treat ALL people with kindness and respect especially when your license and or certificate that you worked hard for on the line. I choose this place not only because I reside in the Providence subdivision but because of the reviews...I\'m glad others had a pleasant experience........NEVER AGAIN and it\'s going to hurt her when she find out WHO I AM','2016-06-21 14:28:10.231000','2016-06-21 14:28:10.231000',1,'Stacey Mcclennon','https://lh6.googleusercontent.com/-qGnxMeVP5YQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclxxP16Pd8hy0XYdadsKMLolwvTHQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37330),('AbFvOqkQZsUNSoO6aJyR7CmSXJU1gsBM4JlrwQw4gBcZrfqsxaoI8ZRuDrMz7ld2P44YPDUIx255RQ',NULL,'2020-12-18 17:33:59.776000','2020-12-18 17:33:59.776000',5,'Melba Foster','https://lh3.googleusercontent.com/a-/AOh14Gg4TMXlM9L2o491aJpmzaQU1ZTKgHYbkJq7maJQ=c0x00000000-cc-rp','3272657195432704501',39389),('AbFvOqkR_y4wTVtsB7Dw9GsYbr7KufdIx3uBcRWflwPjHHrHn6aj4ucY1ewhphmhIX4fLrxd24b4','Excellent care. Very nice staff and know what they are doing. Did not wait long. Extremely clean facility .','2017-02-07 11:58:32.544000','2017-02-07 11:58:32.544000',5,'Joe Lewis Ortiz','https://lh3.googleusercontent.com/a-/AOh14GgW0FFN6PFyYvrXrrISuNrafBLZwlbL8rh5-thB=c0x00000000-cc-rp','14567670160750071148',31109),('AbFvOqkr-hzMD6xalcg-GRO4YSsU_yqUD2MsKFGByEFk-RZBmCzf7XVsGYDTLJWfVsGQbFD-XLIbtA','Excelente staff! So kind and very warm. I will definitely come back. The place is super clean and pretty.','2019-11-20 07:07:53.376000','2019-11-20 07:07:53.376000',5,'Rosibel Rodulfo','https://lh5.googleusercontent.com/-sn5ywjBpmdk/AAAAAAAAAAI/AAAAAAAACZc/AMZuucnyE2UFKRZyc5nq5S38YsoudyJSXw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37862),('AbFvOqkR0NZjAd_Ev0zG9oIPnV2g_6FpV6rDIINok7dUWE9ZnC-aYZbVRlFM4qyGzU5LaxmMZQLfWQ',NULL,'2020-10-22 13:51:18.299000','2020-10-22 13:51:18.299000',5,'Nicole Lander','https://lh3.googleusercontent.com/a-/AOh14GgnypwlnIwQ6ojyZyRrcBjWYjUoHFCEE3nndoZB6w=c0x00000000-cc-rp','16891069708558046635',35686),('AbFvOqkr0tUG5HHuQlfROR8u5jZJEZ1QSBUie7lnCJ0ZcuPZriQ3T6vh4iWOhWZ0Zm3hbsOvxk272Q','The staff was excellent and friendly. NP Shania\nRN: Jennifer,W Registration: Carla and Mandi','2021-01-09 14:38:46.868000','2021-01-09 14:38:46.868000',5,'Latonya OGuinn','https://lh5.googleusercontent.com/-3QIIr-S0pcw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCQvOXVvYvGmTKlMUIG4y0OQaJBQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44633),('AbFvOqkr1GgV2QBDOJnQLglx0PnbsAJXEBx4qOeLq1TNNSA0-CSVAOYunTW4ForQIzyHe2q4uRIKQg','Kendra did a great job of getting my friend checked in at the front desk','2019-12-08 18:24:24.480000','2019-12-08 18:24:24.480000',4,'Hailey Angst','https://lh5.googleusercontent.com/-_kmutfiO09M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7uAXH88WzFsVzi0PjdyouStUEyA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34507),('AbFvOqkr2QnF_VzRceCStgvtUL_KervW70sztRMT5w8jb6-zDlsl0-gH5Qcvc2V_BW_BZ8HOVBHD1A','Tons of friendly faces... great experience!','2020-09-12 14:31:33.820000','2020-09-12 14:31:33.820000',5,'David Brookins','https://lh3.googleusercontent.com/a-/AOh14GjZX1ayRkjapLth-zcotPfoIyfh9jnjMIggFHbl0w=c0x00000000-cc-rp','16590124370714063921',34173),('AbFvOqkR512IPDODUwmftvsQVpN2JWjIpsE1QwYxD0vLlueNvROpEKSLVYP0zdGG7ITTjDeUtp5lbA','Patricia at the front desk was very nice and helpful, and doctor Nguyen and nurse Jordan were very nice, I do recommend this clinic','2019-12-20 17:25:45.947000','2019-12-20 17:25:45.947000',5,'Tiara Bradford','https://lh3.googleusercontent.com/a-/AOh14GhvW8J6ShM0KMEy9ADst31iHkP0HBgVBzLOo2AKeQ=c0x00000000-cc-rp','16389487648212004696',33588),('AbFvOqkR51OFYQEiOn7nIguxM0GYXLpMaT1DGoFWZz_oTZrtWuIkF6yKNx5MYMCisvq-7qaaO6Tj8Q','The employees Keera and Cat were very helpful with my roommate. The service at the front desk was very fast and Keera was able to give my roommate good advice on how to deal with her illness.','2018-09-24 04:22:12.141000','2018-09-24 04:22:12.141000',5,'TheOneWithTheServiceDog','https://lh3.googleusercontent.com/a-/AOh14GiuzpOzCzX5O78cs14bWtWtPUcZcA_bM44S99CLKw=c0x00000000-cc-rp','16590124370714063921',35172),('AbFvOqkr68jHGUMULicfCGY--i-vAuqMavz7uJhryNcbaQG1IukpSRtyArOUWlg0Ons5qAumWspe','Friendly staff, clean environment with state of the are equipment. Would recommend for anyone needing quick helpful service.','2017-04-10 23:11:17.123000','2017-04-10 23:11:17.123000',5,'Emoney P','https://lh3.googleusercontent.com/a-/AOh14GhSzfiMdxhR-PFxg7o51o5CI1GApFoBPqRa8Vh1=c0x00000000-cc-rp','14567670160750071148',31067),('AbFvOqkR6Do3XNA2-xGzYpkJrPEmEtmGAuhW7UgZOz6afQkqKHrqLbQakxi65YANGiXyBNxigO5t','We live in the neighborhood and have depended on SignatureCare for several emergencies. They are consistently professional, attentive and trusted.','2017-04-18 14:20:26.246000','2017-04-18 14:20:26.246000',5,'Michael Groomes','https://lh6.googleusercontent.com/-3S2b60ozoCs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclutqTctbVcfjRzgLsxVhLrJUqq3A/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31063),('AbFvOqkR6iwntpFc0yBRJd1EJSbBbk5dFtzuwnbZVt8_AK30M_FbpP3LVQ6NlUFSdpeQ6FtQuHoqvg',NULL,'2017-10-17 17:56:52.567000','2017-10-17 17:56:52.567000',5,'Tanesha McCullough','https://lh3.googleusercontent.com/a-/AOh14Giy9lRAusb8jyTK_nLc2sHIv2wjvEmAofN9S2V90-o=c0x00000000-cc-rp','17394740196501090048',37047),('AbFvOqkr6j2qm3Bf1zEE1RSp-ZsnMY76xH-l_MXoLwHlz3TW98nXouPf25HKNscHHTIT0y2argbVUg','Very nice and professional staff. Dr. Tran was awesome considering the time it was. The nurse was also very nice and considerate.','2019-05-01 08:58:12.954000','2019-05-01 08:58:12.954000',5,'Laura Camarillo','https://lh4.googleusercontent.com/-0zGQfpWsSHs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckYjjwIpbnoPt35lKXIi6F1WZodOw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkr6WA62Dgo4B0qwfudPgcql_QqYjysktScUbBFTi1fa9NkcAAiW9ws553uUiIxKxF7EUilXA','This is the BEST ER I\'ve visited. There wasn\'t a long wait and everyone has a pleasant personality. Dr. Henderson, Jennifer, Gunner, and Courtney were all compassionate and extended the best care possible. Jennifer even called me the next day to check on me. I know where to go next time I\'m sick. Thank you everyone!!!!!','2019-09-21 03:03:06.457000','2019-09-21 03:03:06.457000',5,'Lorenthia Mormon','https://lh5.googleusercontent.com/-Q8s0XUqqUlg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7UGOrqDrQzkjwpABRbx62fcJlDw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39794),('AbFvOqkR6WpbNhn9cy-FFU1mrztww4ztNkBlu_RpoxwpP844_FZxWuIHDt87pATs4I-5yomUdzeY2w','Did have to wait an extended amount of time to be tested for COVD but was ultimately helped after persistence. The nurses and aids were really nice and professional.','2020-07-04 21:39:22.659000','2020-07-04 21:39:22.659000',4,'Isaiah Freeman','https://lh5.googleusercontent.com/-Pzc4a13YCmI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmrLRtDMBb9GPKqRdw-GBN8iCNTqA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28617),('AbFvOqkR8HGZoJpHdaanlrBbMK5LepnLufuc8oBAHWORh13mVe8vwuTVaXdLTJiimp5o43wqo3A7NQ','I visited the Center for an asthma flare up and was admitted promptly. The facility was extremely clean and the staff very friendly, knowledgeable and professional! Thank you for taking such awesome care of me in a time of need!','2019-03-30 13:51:30.539000','2019-03-30 13:51:30.539000',5,'Taylor Craighead','https://lh3.googleusercontent.com/a-/AOh14GigKNYl4Jxl7ByeQ2KOBctGS7nBLrPCL7g8GSpn_w=c0x00000000-cc-rp','13486358490203335051',29885),('AbFvOqkRa5NxKtH7QZ-xqEudCRWRFod6MJPhg8hx0tYizYOuuCcQF-1fJtwBVst0_I2WLqq4Dx2H','Hands down the best ER around. The receptionist Jennifer was very kind and welcoming, my nurse Erica was very helpful informative and professional, and Dr Simmons was awesome as well. Thanks Signature care for the hospitality.','2019-03-20 15:05:59.094000','2019-03-20 15:05:59.094000',5,'Kirby Needham','https://lh3.googleusercontent.com/a-/AOh14GicCDI525ZZsvHOwX2qrEeGMwYHRVUoSk8CdFCoJg=c0x00000000-cc-rp','8626688543755174284',42111),('AbFvOqkRAe36o3nB95c0CHqlYTpsSwMi5M7sTI3KzwZCjO5Ssc_qtl3Wo1N416eAg6tkiy_dsqxshQ','Always a great experience at Signature Care! From registration to being treated medically! Always prompted attention from the time you walk in till you leave the facility. Covid testing is never fun but I always choose Signature care! From Christie, Kim or Ashtyn to Nurse Practitioner Harrison!','2020-12-30 17:26:22.131000','2020-12-30 17:26:22.131000',5,'Ashley Sizemore','https://lh5.googleusercontent.com/-Q8S_0WbJ1HY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckNHluYr2skRtoBMEVy5tjPDwsU-A/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44165),('AbFvOqkRAo3Xaw6MqhsHhgMXw_EHf1k5M5Ddjis9HZhr_EskDTMHjC3__biXFrqJn20MsKAt77hrbA','Always quick and professional!','2020-02-18 20:54:16.717000','2020-02-18 20:54:16.717000',5,'khalil salem','https://lh3.googleusercontent.com/a-/AOh14GgCjM9orT5f5q9hSALNVarghchj5ak_8p_BoWmoGg=c0x00000000-cc-rp','13486358490203335051',29420),('AbFvOqkRB-tGMzr9j07A4mAc8n_KKM6sxxIf_OlQ4S-uzh_JIvIMnkHR0_avKG40i9qUobtskKCW0w','It is not even an emergency room','2014-11-22 21:30:30.360000','2014-11-22 21:30:30.360000',1,'Bashar Ibraheem','https://lh3.googleusercontent.com/a-/AOh14GhrzSIKAnrHB_kDVgg3iimy_tyh1HXkrZoPx2hJxQ=c0x00000000-cc-rp-ba4','8679688254631342173',42792),('AbFvOqkrBb44t37v6JiUxqbgVRxlJK1cJRGH0RRA19UItkMPTWVZb23jS-Eunye8jvFRq7CqQU8qkQ','3rd time there. Only place I’ll go. Best staff. Everyone there seems to really care. Highly highly recommend!\n\nUpdate: I had to do a rapid covid test there yesterday. 4th time there and the 4th consecutive home-run they hit. I was in and out in 30 min with the most conscientious help I could have asked for. From the front desk to the nurse to the dr everyone here seems to want to be here and seems to want to help. Truly remarkable.','2020-11-11 15:17:18.538000','2020-11-11 15:17:18.538000',5,'James Kuzilla','https://lh4.googleusercontent.com/-cO_9HI82t9g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnhEvkQUxtHGie9gOp5lRWq47qHJw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42838),('AbFvOqkRBhiI7a7_p8IWv061jn9Fv4SrXhDswIiqjUFLTKr8ULFfZZjALxZBS1_ViI_gYtsK58vBnA','JD and Cody were super helpful. Little to no wait- in and out of the testing center in ~30 minutes!','2020-09-29 11:45:51.855000','2020-09-29 11:45:51.855000',5,'Sean Morris','https://lh5.googleusercontent.com/-jYDJdf4yINo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKhE9TYuA8qDVWdYe82PT94USmUw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38507),('AbFvOqkRBMC9wHNKhVpolrVodj_5cMGYGN5jLY8MhQufdXLr56eJyuFbj2XwUqzZF-roxBts3vv0sw','Best care I have ever received. Kindness is what you will receive from SignatureCare.','2019-04-19 14:20:08.272000','2019-04-19 14:20:08.272000',5,'Elizabeth Calvin','https://lh3.googleusercontent.com/a-/AOh14GgoG_8rlgVCK_g3F8u43xYzjk_rxs7ipqbxnnoO4Q=c0x00000000-cc-rp','8626688543755174284',42099),('AbFvOqkRbPpqhT0j3k0qtI5Rvhq2c2HieOkpGUqz8QLziNQW75Vh8f25PA-MMrja1ijBlhbtP2f3Ng','The staff Dr. ding, Anastasia, Agnes, Amy, and Dion are phenomenal!','2019-05-12 08:00:19.862000','2019-05-12 08:00:19.862000',5,'B William','https://lh6.googleusercontent.com/-TNKWEmgAif0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnsli_BjJghxFIiRzIA5SVW3kNpGg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40563),('AbFvOqkRc-Ko2otGs59DxfTmM_alhepZtGOLawXn6u_9Qe_DlAGQOPORT28k_UeyxIHY2_7DvKdQlA','Jayron (security officer) and Amy (front desk) were thoughtful, patient, and professional. I would recommend Dr. Smith to any and all-he was efficient and helpful. Shabba was sweet and my fiancĆ© and I felt comfortable.','2019-03-09 07:21:44.382000','2019-03-09 07:21:44.382000',5,'Brandon Gilbert','https://lh5.googleusercontent.com/-if-LusXMPhI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVBWVrftw0McH4eKYGwM39mth0bA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43288),('AbFvOqkrC2tS0kccUmA8-Ui9aKHsGJjTNKNcnB_VE7Y4fU24RmsX7FjlulVLgCStdUF3G5iYbJ6NYQ','Dr. Dang and Nurse Chantel were immensely kind and caring during my visit. I hadn’t been to a doctor in years out of fear of my own health and not being taken care of properly but they both made me feel very calm and collected. Next time things go south I will not hesitate to return, highly recommend!','2020-01-25 14:08:12.721000','2020-01-25 14:08:12.721000',5,'David Vargas','https://lh6.googleusercontent.com/-xJOLaTxsRMs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7wD7Fcl8OUcNJOR3knN3xFGzLsA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37730),('AbFvOqkrCcaWZ1TxwgA8nY5tULrzae01keA6gyLFER2klNA2z8AtVpYSN6k3b-mtNUoh_mLwI0VxRA','Friendly staff, I didn’t have to wait at all ..they took care of me right away Thank you Christine M.\nBrandon, Dustin and Tatiana :)','2020-02-20 02:01:51.719000','2020-02-20 02:01:51.719000',5,'Veronica Aguilar','https://lh3.googleusercontent.com/a-/AOh14GhaCUU-cZDCu2QkqFcy27BO1DJdvmKH0z79Idj5eg=c0x00000000-cc-rp','3511292162159714121',40295),('AbFvOqkRcdkdFp2IxFg3YgSL41xPf7Ue4U5wcpIkZ2oW17P2kS9_yV1XzzxH24pKR0yw6GC1WwXMzg','Very good staff and fast','2020-02-07 22:01:27.481000','2020-02-07 22:01:27.481000',5,'Mahogany Kelly','https://lh5.googleusercontent.com/-sGN12vPWYCU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclma59tbMAfdfDFNfJb5WjVGlwCNA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28743),('AbFvOqkRCGGwRVZl27YNua66K_NFpw-TIfDyfI1hGWEN0Eot4g3HMhaaMEmVo5USPnZmnc_KeIwYlQ','I absolutely love this ER. The staff is amazing and shines so much light during the darkest time! Tanishia makes you feel like everything is going to be okay from the moment you step in the door. I will definitely be back if I need to.','2019-11-27 06:30:37.370000','2019-11-27 06:30:37.370000',5,'Deja james','https://lh4.googleusercontent.com/-Gxu-TxVZYEA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQrOwUn5Or_vesg6mxmPpanUQlIA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37848),('AbFvOqkRCXV7y2vYSnBvbRyVGx34wIANjb-kamLrrbBhSWQDclwWASx9y6QB8ZYUNnIFyNG84qVp','Great experience! Everyone was very polite, friendly and welcoming. They’re all exhausted from the pandemic and still managed to keep smiling faces. Dee in reception is great!','2020-03-16 21:43:48.023000','2020-03-16 21:43:48.023000',5,'Becky Tapia','https://lh3.googleusercontent.com/a-/AOh14GjYyRuXAtfnwJAAUk5WZzzjpyGmTP-v6RkPEkiX=c0x00000000-cc-rp','3511292162159714121',40276),('AbFvOqkRcZkqtYYdVR58c9Xb3zx_ZuqtgdariqKaCNiJFd3tDW_4UtQO6ntdTwL0IQtZIWjMYlcJEw','Dr. DAS IS THE BEST! This place is a great fast covid 19 test!','2020-08-07 19:38:33.601000','2020-08-07 19:38:33.601000',5,'lucas pereira','https://lh3.googleusercontent.com/a-/AOh14GjTcqbyqd_8-6ZbO-3po1-Ww1GuKkai2S5jQ2Rfpg=c0x00000000-cc-rp','14748677429039074158',31793),('AbFvOqkrdCa-B9j2YmsTR-Tcj4ugL6FowJs_8XERB_HS8eL2SP3HQHbsBLPRJS7QN_xcZTN4_PNhLw','I came to the ER for severe back pain. I was greeted upon entering the facility. The receptionist was very nice. I was taking back very quickly and was taking good care of by Freedy, Valory and Naomi. The staff here was very patient and sympathetic with me which I really appreciate. I was informed of everything that was taking place with my treatment.','2021-01-24 19:40:56.882000','2021-01-24 19:40:56.882000',5,'Christa Humphrey','https://lh4.googleusercontent.com/-sTQ7p6RpGIM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucljsMTKYInk7vJXKHrL0cQ_BBD57w/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44459),('AbFvOqkRdE5zOssXIyt8-FofBvUrlXLS5kBgMA_NPoe_cm-_RZ7-MWSbhwGvzR6moAnWfQIf8rpCOw','Very friendly fast efficient service. Thank Joselyn, Alvean, Marcus, Jordan, and Dr. Dang!','2020-03-16 16:18:46.543000','2020-03-16 16:18:46.543000',5,'Justus Davis','https://lh4.googleusercontent.com/-bUuHX847Krw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclt2RL_O_14BiCP3wrHOj3x4nlhNQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33257),('AbFvOqkrdL0DVh16sVkUvJL7tSfjg6ghNqYC_h4Z4--QLkAYHP1wGO2WAPDIFgwsyiFG09jvksR2GQ','I had a Great experience at signaturecare The registration Lady Ms.Rita is nice and Welcoming the whole staff is great it’s my second time coming here.','2020-11-17 12:17:52.450000','2020-11-17 12:17:52.450000',5,'DreamBoi Gwalla','https://lh3.googleusercontent.com/a-/AOh14GgXbfBpP1h65PmSwJ8yYNrO6Mjddvi59qWgzJG7mA=c0x00000000-cc-rp','14904078213800803294',32149),('AbFvOqkRDNKA76DNXLuVuM9nf6bFheoY2w88-EpBmNe6Wbb5YOX8ybuqzifx_JJ7DogSNtf4wWk','Fast. Courteous. From vanessa at front desk to nurses Gina a, . Nicole, tech\'s Brandon and Dustin everyone was great. Doctors are knowledgeable, clear in their communication and offer choices. everyone was pleasant and helpful. Drs and all the front desk staff and nurses make the Emergency visit a good experience','2020-01-11 02:03:46.859000','2020-01-11 02:03:46.859000',5,'Marilyn Christensen','https://lh4.googleusercontent.com/-_ZM9uPHH6D4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckBUcZmZ-yuunALGUhVbwRc2NTHSA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30351),('AbFvOqkRfGL-dcUpqXeIyeXxND-KaAru3DV32ifptX_LQelfckydfaMAXGOxcfXNEv7bBe1FmMDwuw','thank you so much to nurse Elizabeth T and Dr. Akuhyili for providing such a safe and caring atmosphere. They took such great care of my partner and made sure to give us many additional resources to follow up with. I definitely highly recommend this ER.','2020-10-16 07:39:52.791000','2020-10-16 07:39:52.791000',5,'Ally The Legend','https://lh3.googleusercontent.com/-BKHs-XjHPWU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-RloMgO94xMKccZ-4orDEfibOcw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40177),('AbFvOqkRfRNNAmaKpbiLyZvqZsfIOTE5-BVjCZUo1oo6aFhJgC97_o5B0oKaukSYMD0nLcPUimrL','I came in for sore throat. They tested me for Covid and Streptococcus. Nose swab felt like pool water was in my nose but not painful. Allen did my swab and it was not painful.','2020-12-10 02:12:13.495000','2020-12-10 02:12:13.495000',5,'Tina Smith','https://lh3.googleusercontent.com/a-/AOh14Gh62TZe46SmSomkIUhApDlidGFyXIkj7OUH_ZOsGA=c0x00000000-cc-rp','2694018788013845459',38848),('AbFvOqkrgEDCWiQg5urVe1rg1QzmFf3ipXYxkfxLn527021_XQ33TI2RoDqQPzTbAZS9CcgzJWQ7',NULL,'2020-01-04 01:21:48.265000','2020-01-04 01:21:48.265000',5,'Liberty Barnard','https://lh5.googleusercontent.com/-fOtolgWe19M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck25ejE5wr53yA8rSwLg1uEOwb84A/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39724),('AbFvOqkrggC9brbC75PQ7T1HQYpEoehCDB-KcLYQ3SiuWPsrysB83IxBfPoF1e4cCoIF5Lj0_rTqDg','Staff was very friendly and helpful, attentive and concerned with health issues, provided prompt treatment with at home and follow up instructions. Thank you Whitney , Dr. Edward\'s, Tobie and Samantha.','2020-10-12 03:53:30.839000','2020-10-12 03:53:30.839000',5,'Wendy cato','https://lh4.googleusercontent.com/-8jEbDeSfuZA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKEQ35eFYmZyspyi_Sp1Z-uFSang/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39483),('AbFvOqkrGlQGACMsGQjQiBf0uvjUJhsf3ksPUNycj8VhWEqWRfeX1DlxH1uMex26M3VHu3YjbzJDuQ','Staff was great. Lucas and Dr. Curtis took our daughter straight in. Quick diagnosis.','2020-06-09 03:25:12.990000','2020-06-09 03:25:12.990000',5,'Bill Thomas','https://lh3.googleusercontent.com/-7xWLAJtWayc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjYrDRW9PwKv08LOfEcYxxH86eeg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39552),('AbFvOqkRgUecWLTHE1P1hWH1kRtNy4fCPaPdAwAYbdE_6tq-NAiILw50qXS9bPfR_kLFGVzUn23CxQ','Great place! I came in with an allergic reaction and everyone was so reassuring and I was in for about an hour and they gave me a prescription and I got to studying later on! Nurses and doctors were great!!!!','2018-09-06 17:01:46.040000','2018-09-06 17:01:46.040000',5,'Gia Valles','https://lh3.googleusercontent.com/a-/AOh14GizeUC-g3rAM3kzqHy-zkVX1KAAE7_QwZoKq6Kd3A=c0x00000000-cc-rp','16590124370714063921',35195),('AbFvOqkRhDPAvFR7oO2YUavOeDnraGJn5aIya9Jw6PBE2YQB2rkvcnK8MfU8rdCR1NsQ29wgCFq3Cw','Amazing, quick service! DR. Boester, Meredith, Hayleigh, Jasmine, Brian and Brandon were all wonderful. Thank you! (TC Jester location)','2018-08-17 07:44:48.134000','2018-08-17 07:44:48.134000',5,'Dashan Brewton','https://lh3.googleusercontent.com/a-/AOh14Gh5IDoPm-F16yGooDtOgFTYOmWF97Bd6syWNCG5qA=c0x00000000-cc-rp','3511292162159714121',40849),('AbFvOqkrHfd8aVGVgyHWC-NFLcjHRfqdEd9X-XKyk22am2LP7Y96UzkG-YjaE0RoRexFj8E0kf5wjA','Don’t waste your time. They lie about everything. Worst place by far!!','2020-06-22 01:05:42.865000','2020-06-22 01:05:42.865000',1,'Kristine Perales','https://lh3.googleusercontent.com/-6HykrxzMvas/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl5W1rdXqfNxBZmFZxlb7bTRFVseg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33231),('AbFvOqkRhLM-qlqFbd-yAu6EwrT4n2xc_Jzwr17eD13y-CSuawr3mfWCunTbR3wwAgD6oVzv4iQE','The people there were very pleasant and professional, test was quick but uncomfortable as covid-19 test are. Service was very good.','2020-11-07 16:34:27.049000','2020-11-07 16:34:27.049000',5,'Vernon A Jones Jr','https://lh3.googleusercontent.com/a-/AOh14Gj73weghySoZhE9MUNtEJvlOfQ0u3ty8gUxHY46IpM=c0x00000000-cc-rp','16389487648212004696',32974),('AbFvOqkrhMgyhi5fHkMLWTTDMKGSH-Mlcj3hVITGu5bp4qOlf6aQDyah8wCJ5M3fxfJ4kOMw71HqaQ','Dr Das, and April were fantastic!! Very considerate and informative. Would rather come here than anywhere else. Thank you team, for what yall do and have not stopped doing! Would def recommend!','2020-12-21 21:32:37.919000','2020-12-21 21:32:37.919000',5,'Josh Lear','https://lh6.googleusercontent.com/-SWJMDIjOeyA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQ9cwuifvtwHEmJlsQITthgK2l_A/c0x00000000-cc-rp/photo.jpg','14748677429039074158',43693),('AbFvOqkrhN-CepRAcygx5OiIn_yip_nn8R2E0iwo0gdvDs29jQcr6IacGaak06rHJLPJsj40R8vx','Signature care provided excellent service and friendly staff! Becca M was very helpful and got me in and out in no time. Highly recommend','2017-10-31 17:51:53.203000','2017-10-31 17:51:53.203000',5,'Ryan Schubert','https://lh3.googleusercontent.com/-CBwD5RHdD-Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckaNJm6zWPaRZMgnQFsF1elwVBBdA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35359),('AbFvOqkrhUPIbWH_euee7rSfa9faYfSrHqtBxe61dGrVbFE6yMAqtk2oyX-68FHdXS6AI86tfv_o','This ER is a great place. As soon as I came in, I was taken back. The nurses Rachel and Ellen took great care of me. And Joy was careful in the CT room. Dr. Leavitt diagnosed me and prescribed medicine that I needed. So glad they are here.','2018-12-07 01:44:17.391000','2018-12-07 01:44:17.391000',5,'Linda Perez','https://lh3.googleusercontent.com/-BW1al0bsGRQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmfTcfw0vyVpOUmtCJA8_VWwK7-7Q/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36857),('AbFvOqkRhzg3Ipd-sz66SAhpkCBp0xyAn461Gv2b11A286YnYj8FfBZGe7s1yT1oValDrvbvmrp2YA','I went there today because I was in severe pain associate with strep throat. I was desperate and next to labor pains in the most horrid pain I’ve ever experienced. I had been here once before a few months ago with my seven year old son when he had influenza. I am so pleased with the service and care I received. Both times I was treated quickly, efficiently and saw the doctor instantly. I’m so glad they are my neighbors. The facility is clean, the nurses were informative, compassionate and tended to each symptom I described. I left in two hours with all my testing done, feeling ions better and with prescriptions to address issues at home. Excellent experience.','2018-06-23 23:55:51.930000','2018-06-23 23:55:51.930000',5,'Karleana Farias','https://lh3.googleusercontent.com/a-/AOh14Gj4JorsPZV7JNKE33Rq_V0K6PB7EEoDY7t8nTBs=c0x00000000-cc-rp','14904078213800803294',32572),('AbFvOqkri5qQtM2YrmMQf4VEMSjz3M6WPK70Mv8Xd5K1AtVIA7u23xw-_LiZzWoD7SShU46o7I4N','This place is wonderful and friendly they take such good care of you when your down even if it\'s just a bad cough!! Thank you Daniel,Patel, Susan, Careltta, and Briseida','2020-03-05 03:45:21.180000','2020-03-05 03:45:21.180000',5,'Jessica Lee','https://lh3.googleusercontent.com/a-/AOh14Gj1IRjMOJL2N0e3CZ8UcpF_Sk-rlEc_3Qi-WKeT=c0x00000000-cc-rp','17898197009688164559',37633),('AbFvOqkRIQadr12ubvbhaEDvXSJFN-clIP1jEbzhH0GYK3Mz-B11FOZ0_73vSbM8I0ffUH_9kSXR','Maya the receptionist was so nice. She made sure we were so comfortable in the lobby','2020-03-07 20:49:27.034000','2020-03-07 20:49:27.034000',5,'Nicole Sambol','https://lh4.googleusercontent.com/-aI7LYvhU1VY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckcXxrcsGxSr8jhV3t9Bn0yw4G32g/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28657),('AbFvOqkRiUYYrZZBUlo-T3GtO-YsapEOIViM8xc-TgPZds7Ey2mOlFmm9eWAfKNEtJByhTVLY2ksCg','Ashley, Erica, and Valerie all did an awesome job when we brought my GMaw in to this center.','2019-01-04 17:45:36.963000','2019-01-04 17:45:36.963000',5,'gage heck','https://lh3.googleusercontent.com/a-/AOh14Ghi2R2j7WIQumEjl3qNaFB7akIBeN0VePfFqBE2=c0x00000000-cc-rp','8626688543755174284',42197),('AbFvOqkRjOBR5zTP6jZCP3qTzI5oOQ6dpFdwXGskXvTojIXhMJ2g2MYZnebkUXIk6BpjEXBiZ7wSZQ',NULL,'2020-01-04 19:46:08.942000','2020-01-04 19:46:08.942000',5,'Lysette Sanchez','https://lh4.googleusercontent.com/-NsG9aD3ak58/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmqc5ZxJxi32B0phIoh8QdIRGTEkQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33545),('AbFvOqkRjTCz7HRmkB3yVgCKrdcDz-suttoeS6N2W7skLfVntdMWP5IKi7iSwyAdjafKaHgLygoU','Very friendly environment and Aaron Ortega was extremely helpful, he made the process go even smoother. I appreciate his help! If needed again, I would definitely come back.','2020-06-27 22:50:32.985000','2020-06-27 22:50:32.985000',5,'Hayley Jones','https://lh6.googleusercontent.com/-GAJ8CW4mOFY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmGSk4Jtcr3ZaA00-okbpNi3mGliQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29380),('AbFvOqkRjtHDlchyA5QquTbduUK-5BrJeBQxKNsVNKuk4IeqUALEYJNc0ec5_QvCWJgAZ1FRwHI0','I was very pleased with my visit today. The front staff was courteous and friendly. The nurse April was kind and offered a nice hot blanket. The wait was not too long and Dr.Das was very pleasant and patient.will definitely return (if I have too) :) EM','2020-10-05 17:12:04.241000','2020-10-05 17:12:04.241000',5,'Elva Moore','https://lh6.googleusercontent.com/-_zRACxDyy9E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-P6EPgo8cIrXLqIdRXpHa9sbK-A/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31563),('AbFvOqkRjTj32vORSlvCDchn3YGMUh-jRuFztC4KB5F9DUPkZ8bsdrwSGe9DlgP8PmLKxEJJbOeWCw','Who wants to be in ER at 7am? No one, but the team SignatureCare Westchase were overly amazing. From checking in with Malissa, to speaking with Sarah and Dr. Miller, the entire team was so kind and invested in getting to the bottom of what was going on. Thanks for everything!','2019-08-30 14:09:02.397000','2019-08-30 14:09:02.397000',5,'T Johnson','https://lh3.googleusercontent.com/a-/AOh14GiTqfAAGSHGpQoTyYaWR0inT8PmaWAKogU6d3xG=c0x00000000-cc-rp','12541597562633926366',29042),('AbFvOqkRkbCA0uO2gADUNdmjdJUF6OIg-CYLLpnoaqlSYUYPxt9CszpJ7ShrcqJYgZHA7Na73GWX','Super friendly staff! Made our unfortunate circumstance very comfortable. Thanks to Josh, Jonathan, Dana, Valentine, Hoan, and Dr. Smith!!!','2020-11-24 23:16:35.270000','2020-11-24 23:16:35.270000',5,'Kori Biller','https://lh3.googleusercontent.com/a-/AOh14GjbIQMUCyN0d1tCv4efN5iGFN2POS3V19LMRklxhA=c0x00000000-cc-rp','14904078213800803294',32143),('AbFvOqkRKFiRN6HcfPxWKv6AhJeqVQTlR2pNmDz2L5jaSGceype9Sn7cHFsRXo7x1OFrcrV-M1SQdw','Place is very good excellent work they treated my mother in law perfect','2019-05-27 23:43:22.492000','2019-05-27 23:43:22.492000',5,'Jesus Rodriguez','https://lh5.googleusercontent.com/-ALFKLI12DCY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckvVJGcH-ebruk7c--id6Wsd9TlTQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkrlpVCL9kZ6rqiIRbbi-alaxcAeYg3eDeiH_jDYHxXUA7vZA464Wl5VhN_bzCT8wJ2eKPtoA','I was a little hesitant about visiting an ER care center due to my past experiences with regular ERs. However, I must say I am thoroughly impressed. Everything was super fast. Those who assisted me, Jocelyn, Alvean, Jordan, Marcus & Dr. Davis[??] were all very professional & courteous. I would definitely recommend visiting here!!','2020-02-26 22:31:44.727000','2020-02-26 22:31:44.727000',5,'Areonna Ewell','https://lh6.googleusercontent.com/-ndnIT09Tk6w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmfqvm4LrS4IwNmKetzXakOT6OpNA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33321),('AbFvOqkRlVx3rhg5hOnQsOCyo6YSVUPwpSxKbQOeNs0JsUPNeOP7gxchCu5BRRsS03qVDFte6QPnSw',NULL,'2018-08-08 17:24:50.531000','2018-08-08 17:24:50.531000',5,'Martha Tabe','https://lh3.googleusercontent.com/a-/AOh14GgUYd6-gqO9EXM19_Aal6UXXzbBXeUcyxgD8_WiwMk=c0x00000000-cc-rp','17394740196501090048',36918),('AbFvOqkrlWBlSPya68Ov2F3fyPiEsXKeRYQZt-yJg8PQaKYl-EGdWwx624JdqaCrYw7XlhRb14pMuw','Came here about a month ago and they were awesome. They’re quick, attentive and explain everything they’re doing. This morning I brought my brother in law in and he was very happy. They got him in a room quick and helped him with his pain. Savanna, Jaime, Maria and Dr.Huerta we’re really awesome!','2019-05-22 15:07:58.273000','2019-05-22 15:07:58.273000',5,'Lupita Correa','https://lh3.googleusercontent.com/a-/AOh14GiDQLjSBC4HKy5HSKr72ZWtQZOMtQ_VkrnoyQ3c=c0x00000000-cc-rp','13486358490203335051',29837),('AbFvOqkRLwKAMmLAQlw1mOCqxFB4mbFN3KdysT_gwpy76YN9uZDcQbL8oO44OCK7CBYU7k-PuVV6nA',NULL,'2016-11-14 12:32:34.551000','2016-11-14 12:32:34.551000',4,'anita wordlaw','https://lh3.googleusercontent.com/a-/AOh14GizajTIw72vSjIbiHmkgHT78gHgg50zyrApnP6Tvw=c0x00000000-cc-rp','17394740196501090048',37272),('AbFvOqkrmvAMNYnH9t2FpikvUDB6218i9AwnDeCg8yG5afWC_mLUJJKKqIsc00S8RRQLbhk_3lDN','I was helped by Georgia. She was super sweet, and super informative. Made the whole experience such a breeze.','2020-08-28 04:30:05.164000','2020-08-28 04:30:05.164000',5,'Jessica Tousignant','https://lh3.googleusercontent.com/a-/AOh14Gj-wviLPru_iUqj6ZItcAmfE9wMXmCGZ1daOM-DiA=c0x00000000-cc-rp','14748677429039074158',31736),('AbFvOqkRmYKSZla6d71BjAtq904WF2yPfJj5Hoh-QxWGYSm7RVjQv8KqvAeR1elKtBsbyoKrE1LJ','Michele and Daniel were very friendly and welcoming, Dr. Hasegawa is very nice and will answer all your questions and discuss every procedure and diagnosis. I highly recommend to visit for your ER needs. They work fast and are extremely clean!','2020-12-05 19:04:11.916000','2020-12-05 19:04:11.916000',5,'Noemi Gamez','https://lh5.googleusercontent.com/-2Jos_C2N1s8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckT3EbTJCrH7IcueVaeSAMTZZgXYQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38871),('AbFvOqkRmzek3P9soBMeNwQc_OnAXGxV_GOZN-jxCCqkRp5DB00LH8vG0XfL3BgUbCWmiESePLUtjg','The staff DR. KE ZHENG,MAYA,KRISTINA,QUYEN AND JOHN WAS EXTREMELY FRIENDLY! THEY WENT ABOVE AND BEYOND TO MAKE SURE I WAS COMFORTABLE! I WOULD HIGHLY RECOMMEND THIS LOCATION.','2020-01-05 15:59:47.474000','2020-01-05 15:59:47.474000',5,'Roxine Smith','https://lh3.googleusercontent.com/-UDEcTAVan2Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckN0ZXdM4cL7EHO396UCtTd6GeSqg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28854),('AbFvOqkRn312wOzHoa_55OdtXFfvpj6Wjzqob1kQtv6zQXp7L9eCIkZbWBs06YdQsqgvxHNuyIptug','It was very fast, I didn\'t have to wait at all. Everyone was very polite and welcoming!','2018-06-12 19:13:34.225000','2018-06-12 19:13:34.225000',5,'adriana261983','https://lh3.googleusercontent.com/a-/AOh14GjiQZZrsAjT2M_YBkzQHM4JOWXuXv0FqMBWV9Pm=c0x00000000-cc-rp','16590124370714063921',35264),('AbFvOqkRN6uZuJvB4x9hZl8-lo7mGvecaVsiepeoyBevPgDyt_xlKx2gI5kPZJ1O1dHUpY6SSU_N-Q','This was the Best Er-urgent care I\'ve been too. Everyone was so professional and personal. I was seen in a amazingly timely manner within 5 mins of being there. I loved everything about this place.','2017-06-02 08:53:36.731000','2017-06-02 08:53:36.731000',5,'shermaine Jackson','https://lh3.googleusercontent.com/a-/AOh14Gg_QYKvXCPrIcAWoQCiXiEPdBLERJTMFDXsDbdcSA=c0x00000000-cc-rp-ba2','14567670160750071148',31029),('AbFvOqkRNaiVcB0_qPa1UcvSKTCy-axfltyp4FZd2DV4m_2nbfBaR2_Uz8bqIseKpYp9DN1Kd-gv','My visit was pleasant and professional with my nurse Alvean and Luisa','2020-12-26 23:58:05.131000','2020-12-26 23:58:05.131000',5,'Theresa Tillman','https://lh4.googleusercontent.com/-4ygZBVxLIaY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmt5CtjrrMZE2R3G5_40DnhjRH_0Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',43923),('AbFvOqkrNHpFgmrC7G2NfPo1-i_KA7JI92M0xrBProtRQ8tZ7mnKe8y5pRxmPrO2YtFhpppFOSqftg','Super fast and easy COVID rapid test. Kevin was so nice the whole time. We felt totally taken care of. Filled out the paperwork and waited in our car. Saw them cleaning multiple times!','2020-09-21 18:54:26.496000','2020-09-21 18:54:26.496000',5,'Kristen Nowak','https://lh3.googleusercontent.com/a-/AOh14GjzNl5laETKLdLTDBstxVH75r6g5XxRhPCmYuR4=c0x00000000-cc-rp','14748677429039074158',31630),('AbFvOqkRNiEXLNQM_TjI9uSe350q4oAj2na2cgQj-0vp3AANZgI-uApxn2dZfYwDywftmXZuqyck','Nurses and team were very nice and attentive. Got check in and seen very quickly by Diana. My husband was the one being seen and the doctor was dr. Zhen and his nurse was Kristina. Great team and staff!!! Would recommend coming here.','2019-12-27 18:51:32.142000','2019-12-27 18:51:32.142000',5,'Crystal Vega','https://lh3.googleusercontent.com/a-/AOh14Gj8rGARq37bpa9NV-yrQOfxrcaPozAv1lSy14Ta9w=c0x00000000-cc-rp','12541597562633926366',28896),('AbFvOqkRnoBPSOpC-iM-momzfzhVo84U08d32SLFUBvgVJQrO84Anmf6aLEN44IRIuvK15k4Lb7E','Brought my husband in and he was immediately seen & taken care of. Everyone was very nice with great customer service, very thorough, and explained what was going on with him where we could understand what exactly they were explaining. So glad we came here...big thank you for your exceptional service starting from Stephanie-registration, Rollie-nurse, Natalia-rad tech, Marsha-echo tech, and Dr Gringlatas 😊','2020-03-07 06:16:58.261000','2020-03-07 06:16:58.261000',5,'Jena Guerrero','https://lh3.googleusercontent.com/-rLa7enbQirA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnnU7OcSjKj1EpZ-2H6mopcywXOPg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42397),('AbFvOqkrOqV3xULckckjXtNs4YirYplQQxPZgqNGoiA7gBOBQ1f3G2AuJhSr1dWJkpM2C5kGwOslYA','I don’t know why anyone would go to another ER. Always fast, friendly and attentive. Dr Patel was very quick to come in to examine me following Zek and Alvean’s assessment. Never left around waiting and wondering when someone would see me. Not only is the Care fantastic but this is one of the cleanest and best looking ERs around. A comfortable environment leads to faster recovery and Signature care takes that to heart.','2019-09-07 18:44:46.429000','2019-09-07 18:44:46.429000',5,'Philip McCrackin','https://lh4.googleusercontent.com/-xuLEke257HI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn5qZTZfocy-hEapUGfH27CzDSb1w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33992),('AbFvOqkRp1bsxwjpxuJdWtP8WTBra99jbmFtFtbqYqvoNLmCBLO942h2_Mcv5H0jmEh-IIoIF_IB1A','Took my husband today, we were in and out in less than an hour! We have been there before, the nurses and the doctors are the best.','2019-02-17 05:06:41.669000','2019-02-17 05:06:41.669000',5,'Sabrina Guevara','https://lh3.googleusercontent.com/-Oa2d8n03aYw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckFUziDao8seutod4eNJYdeKty69w/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43304),('AbFvOqkrq-7DHZIIXBBw50D3VhMw0Mgw4iQftyJfclQOfR7s1SR4mEFMgoYTjiTgKetQjKvgMqiVug',NULL,'2020-10-14 21:54:50.723000','2020-10-14 21:54:50.723000',5,'Emma Hubert','https://lh6.googleusercontent.com/-GVGlkivrq7A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckoV16sk11pCKDjNCfgV5-FP9CVpA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31503),('AbFvOqkrQ0z-V2oOPvRBKVxZ8CJgbWrPuXcdoPoJhVEN3AFZ20ibqmgwAGMZTmNzr2GbvY_biQVi1g','Awesome staff, they are quick, lovely and efficient.','2020-12-09 02:17:25.406000','2020-12-09 02:17:25.406000',5,'Melvin Garcia','https://lh3.googleusercontent.com/a-/AOh14GjrxKi8Bcz0g5xg0QVtEnkuEG0iz4RcYJMj5Ix-f_U=c0x00000000-cc-rp','2694018788013845459',38852),('AbFvOqkRqber2P97uOvDxhkIl4meeUo4jEZ5p3WY9n5j6o-C5mjxucEj0T80v5bIUOKfB4VLSKBBxw','Dr. Pradeep Golla and his staff were AWESOME! Very efficient and friendly. I\'m was very pleased with the whole visit, from Jordan at the front desk to Holly my nurse! Keep up the great work guys!! Thanks for everything.','2016-08-11 00:02:14.282000','2016-08-11 00:02:14.282000',5,'kelly ministero','https://lh3.googleusercontent.com/-To43b02LXvo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckvap7n5l2sQwdx3X8V7kPpzOF4bg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37314),('AbFvOqkRqiwbp5V0DXFJ_a64ph6lG60CslpvE2Fh-6bPRlNVvCocf94ebOnbOPJAuIv-79ARboQ9MA','ER Tech Kevin was great! Originally gave 5 stars but this location did not do what they promised and have tried 3 times to get assistance over phone. Was promised a call back each time and never received. Have to wait 30 minutes on hold each time I call in....','2020-10-12 17:02:42.414000','2020-10-12 17:02:42.414000',2,'Katrina Keith','https://lh6.googleusercontent.com/-o3X72ndq0FM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclwKO59_1PgP3wM88EhSgAFiKgHfQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31514),('AbFvOqkrQwVSqBIF1KtuPt342g7rFNIBbZMtBdR9iSwQwsp83A6jkxfFbrMpMoVrlVoSGc46pZxycA','The location was easy to find and very clean. Everyone was very nice. So if you\'re in need of great care and service. Stop by and see Dr. Leavitt nurse Lia, Aerial, Grace, and Shay.','2019-03-30 02:21:25.637000','2019-03-30 02:21:25.637000',5,'Christie Thomas','https://lh3.googleusercontent.com/-9W_cNRiWrZE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcFAq1GKaT1o4M9OdPWgM9biHU_Q/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29119),('AbFvOqkrRJGR1yuBFxWFvHKX7u4H8xdfbPlmDW9Akh9Q9_-CRzjplPQPOSNq4Zmg-ZHoDDgagVAbAg','I\'ve gotten tested for covid twice here and both times my experience was fenomenal! All the people that treated me were so nice and caring. I\'d recommend this place to anyone!','2020-08-13 21:25:14.721000','2020-08-13 21:25:14.721000',5,'Bryan Lazo','https://lh3.googleusercontent.com/a-/AOh14GhZg_mJeiNMN3UOx_e8yGkvBUSSFBMYzhOOT63SZFs=c0x00000000-cc-rp-ba4','14748677429039074158',31769),('AbFvOqkRsI425NhtCiwaTPg2pz0eLjLpJEG_htkLhu2fltoix8DdbZmMfO9NURgswLPV1XDDt1D2GA','This is the first time ever in my life that I was seen at a ER this fast. The wait time limit was about 5 mins. I highly recommend anyone who is looking for a urgent care to visit this place. Just want to thank the nurses and Dr. Yusuf for the prompt care.','2018-12-20 22:57:42.482000','2018-12-20 22:57:42.482000',5,'Nowrin Amin','https://lh3.googleusercontent.com/a-/AOh14GgRxvs8QYMObwEyS5WgULmrWnWjLOvldJefNErAvA=c0x00000000-cc-rp','3511292162159714121',40778),('AbFvOqkrsL00k3UYa74WH_qGYREVRImkOPTTM0-VJutDxuRWB70gbXPUjqkOzAmx690Nbu2fi9bFXg',NULL,'2018-12-24 20:19:13.513000','2018-12-24 20:19:13.513000',5,'tik tok girl wellman','https://lh3.googleusercontent.com/a-/AOh14GhOBpcGPb2pvAyuaGY5-a1YNSGhpjxC_d5AWllb=c0x00000000-cc-rp','3272657195432704501',39988),('AbFvOqkrsO91H6B0UdA11N0Xg5ccFtxJ-Rxn5Ptrji8AVhn3nRfD7AzFD7RzToD24uz3zsd2ljAu','The care that is given here is excellent. They listen to the patient and take their time with you. They do not rush you, like a lot of other ER\'s that I have been to. It is all the small things that matter to me. Listening to me, not rushing me, etc. This ER hits all the marks.','2019-08-26 13:32:14.811000','2019-08-26 13:32:14.811000',5,'Marlena Gardner','https://lh3.googleusercontent.com/a-/AOh14Gj7uC--wq94fYlxqnmgHFM_6HFyWn2k9eC5kCx-Xg=c0x00000000-cc-rp','8679688254631342173',42673),('AbFvOqkRsRzL_Mb5SanjOyCaOW32KSoJ8UWReNq41Or7KVpn2BFpjIlntXj1v3YBgZc4nuKKKQw1xw','Love this place ! Its close to home and\nDana,Rn\nDr.Leong\nKari\nBrenda\nAll took good care of my daughter, very nice and caring!','2020-11-13 13:52:29.606000','2020-11-13 13:52:29.606000',5,'Felicia Benavides','https://lh5.googleusercontent.com/-M-YlDxvD3rw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckOE_rRlIA4KqkxQLg4WHda-hc-Tw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38432),('AbFvOqkRt29qngsjbO82ycgj_ThMETE9_aPfFquoSSByIc5BdOPS4XpmALiBsWWVPDzXtLZc4mU_Yw','This place was AMAZING!\nDr Haijai and his staff Nurse Nikki, Jessica, and Luisa were very warm yet professional. They were very thorough and it took a fraction of the time a regular Er normally takes and a fraction of the cost!','2019-04-28 07:55:05.810000','2019-04-28 07:55:05.810000',5,'Jocelyn Joseph','https://lh3.googleusercontent.com/a-/AOh14GiadIqyiR_fXx_DCzlIKLprMHG16hnszqpIpqgK9Q=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkRtBlJFVPqKF3oczGzyactw4JYldBLUGSEVnwHU4BOhgY6psMVtDp1PoyLnfw5dGgtgfiedg','Everyone and everything was absolutely fabulous!!!\nStaff was courteous, and very quick to address my medical concerns!!!','2020-10-16 14:26:26.746000','2020-10-16 14:26:26.746000',5,'Precious Gem','https://lh3.googleusercontent.com/a-/AOh14GirTa2tzJ4GEZAex7jxKeLZCj4KxJn_gls7d_WYLA=c0x00000000-cc-rp','12541597562633926366',28500),('AbFvOqkrToDOLvqPMwxwwqq_joS19KUBz8iN2MTGtQ_4Q2hIAtJJJCD-D8LeMriZrtKYOdVDV1Cngg','The staff was great and I had an amazing experience! The people staffed were Lorena T., Nurse Jacob O., Laura D, and Dr. Caraway.','2020-08-29 13:13:36.754000','2020-08-29 13:13:36.754000',5,'Alexandra Figari','https://lh4.googleusercontent.com/-MyslzmJ_tbM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmfYnLQCt-MPzOTjz4K5vpWQADYeg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34190),('AbFvOqkRtt1WybIWQljLqiG0gt93jOTyvgJEGcrCU_bteq_XqSVab6yQm6et-ZjZ5yOGNnMj72iSJw','Very good service and fast. Very helpful.!\nLorena, gracie, Er tech. Brancroft\nNurse theresa B','2020-07-26 16:41:35.984000','2020-07-26 16:41:35.984000',5,'Ace Duece','https://lh3.googleusercontent.com/-cqZZbzFxgHE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckSV-nuYkOSXJyJyYubIEnRuYuGAA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41335),('AbFvOqkrU5C9gbHYA8DOo5mvVwNS3KbCBlxX69XDEhjEac7dKcylYpYFplYdgYER-OZj3XiYNCSTVQ',NULL,'2017-02-04 14:32:20.924000','2017-02-04 14:32:20.924000',5,'Bryan Mann','https://lh5.googleusercontent.com/-_vTbW__6Urs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVVZ7Wj1xsStfqG0Rt-OIxGaDjoQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32740),('AbFvOqkRu5UvRV5XhumKdiroUZAA7y4HQpELrHWza3cC61sdogK4jCcq_fny9lkEk8-iOYiWH-qi','Everyone was professional about today’s visit Nurse Teresa was awesome and very attentive other staff members such as receptionist Brenda, Rondy Nurse, Joey Rad Tech, and ER Tech Ashley provided very great assistance in the visit as well. Dr. Appiah was a pleasure to work with as a bedside patient of his very direct and straightforward and explained all examinations for today visit in great detail, thanks šŸ™','2020-11-30 05:13:48.098000','2020-11-30 05:13:48.098000',5,'Rashad Abdullah','https://lh3.googleusercontent.com/-nV7zrCRHl4Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8S1wr8jtAdDIhpS5aMqwIHdliOA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40039),('AbFvOqkRUEIRMdt0KBf-rxjHX65OqqVvUrKBU2QJIf6N1kXyTx680eiFxRwxY4PcYC8q1Ijlcau14w','Excellent visit with no wait. Dr. Chuckwuma was very helpful and provided great care.','2020-09-13 00:00:50.800000','2020-09-13 00:00:50.800000',5,'Levi Linn','https://lh3.googleusercontent.com/a-/AOh14GgeO9w8YgYxrnL0wZsKZt5mzN7IrQxym5hlZl7oyw=c0x00000000-cc-rp','2694018788013845459',39001),('AbFvOqkruFahPTToDJF5E1CF_w-QmxqgChXrqmofef6pp2srHN3vpnnufUoQt4EGFYF57ZCzhW1djA','It was amazing!!!!! And everyone was amazing also!!!!!','2019-07-04 04:01:53.515000','2019-07-04 04:01:53.515000',5,'D\'Angelo Harris','https://lh4.googleusercontent.com/-3OMDSgJ6yyY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnIorfqmn4WOamUlfipuXLdZYw9Ow/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39311),('AbFvOqkrufKCPrLeaCyOX1UoiXqRgWj1CuvCLhbmppmH00Zbs0F3CnT92XIhaJmPoyUqYr8J3eXB','Ms. sheela C. RN, Ms. Dalia R. And Amy M. did great job in stafford','2020-11-27 16:29:29.264000','2020-11-27 16:29:29.264000',5,'Tom Sunny','https://lh6.googleusercontent.com/-TTPfxpzTsxE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckmAbvayMy8f5aewUy0AwL7sUeRog/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42818),('AbFvOqkrUMiwGdExc63hBiR4uV0TlqbF5R4g_seWpy97VE_ywXC9hZqgKiqD1aX92BY-7JQuzeUwgw','Everyone was awesome thank you so much! Luisa was very friendly and welcoming, Jessica M took very good care of my son and Dr Patel made made my son feel very comfortable!','2019-04-03 03:22:46.744000','2019-04-03 03:22:46.744000',5,'Jocelyn Astudillo','https://lh5.googleusercontent.com/-QLEzOxc1YTU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm2x8mOrAb05BT5JFr2uxDIunE8WQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkrUmuHU4yWfaJaLlkhMYTBAhATVmQ47GeyadHFIx82zG-yZTeOq2VqcZnZsEl8zq_mWg7FyQ','Kimberly P, Nicole G, Brandon W and Dr. Lindsey were great- very accommodating and quick service!','2020-01-25 09:01:00.929000','2020-01-25 09:01:00.929000',5,'Bailey Crowell','https://lh4.googleusercontent.com/-NG-UAaNkOVo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHMieTC6HUWVlt-VS1VkcFO5m3EA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30303),('AbFvOqkrUR6KeeoRKHf2iM8mgKfju4BGJ6GNDXIWcnT_pdfIdtne8kO42GsAPVeWLpscN9cyc6Ldbg','If I can make it my primary care place , I so would !!! I love them all.\n\nAppiah\nSubrina\nTanisha\n\nWere all great !!!','2020-10-29 07:56:47.833000','2020-10-29 07:56:47.833000',5,'Shay Heim','https://lh3.googleusercontent.com/a-/AOh14Gj4oPFDBwxOzMHaPqP1m8CuUtfnZpuKHtqcwo-9vQ=c0x00000000-cc-rp','17898197009688164559',37478),('AbFvOqkrv-w64TgEMYhuezz9rqphJkCvHTm8cJvcTXbssMFlziRrAlpH8sIG3pMGC7JF1mtwSlzs','Valory and Lacey have been very helpful and made the experience good for both me and my younger sister.','2020-11-23 21:00:50.235000','2020-11-23 21:00:50.235000',5,'Ariel B','https://lh3.googleusercontent.com/a-/AOh14GiBhl973muqaih0GnYE6_-ln9N3R3xqrLUmMPWM=c0x00000000-cc-rp','16389487648212004696',32890),('AbFvOqkrvb1acFPcCRnIfXo6q3zj3nA8_n8T2OOgbSflLLI9hKJ6dv4pliPf2sSr1TZ2li5jslFCvQ','Fast, clean, friendly, and knowledgeable staff. Lucas was very kind and caring. The ER doctor had a great bedside manner. Will definitely be back!','2020-02-03 17:41:25.703000','2020-02-03 17:41:25.703000',5,'bennie de witt','https://lh5.googleusercontent.com/-Mr3lJJ53t3A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclCWemJYpm6C0_FcZ9Bji7elmyq7g/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39640),('AbFvOqkRVbDgpuMPJ6Dyop8_kHBA6EM--Zrz_3vJqrFT0BPcLSjMIPXKy-o13EdiD7Tsik-AxkHnWw','I had a strep throat and low grade fever and went to the Signature Care Emergency Center (T C Jester) location on today, and was very pleased with the receptionist, to the nurses, to the doctor. And feeling better since I been home. I was able to get in and out within a hour. Keep up the good work team/staff.','2018-03-16 22:49:58.392000','2018-03-16 22:49:58.392000',5,'stephanie chetlin','https://lh3.googleusercontent.com/a-/AOh14Giq-0kbUH_RtOt-1AmqhFDvAtIbXys0hsWWhq1hCQ=c0x00000000-cc-rp','14567670160750071148',30864),('AbFvOqkrVC7zF5Xu7pYImNwnrTnPXGJJI_QD0a7wJ35GIQsYnek7rps2bt5sDo5t_vUcRVh9-yLbjQ','Thank you Jennifer Diggs, Erica, and Valerie. There service and care was excellent!','2019-01-04 02:08:17.453000','2019-01-04 02:08:17.453000',5,'Linda Hammond','https://lh3.googleusercontent.com/a-/AOh14GjG5a2UlyXRfcLSRbOY6TqDdOM7L767ATQeuzZk=c0x00000000-cc-rp','8626688543755174284',42200),('AbFvOqkRvzf5UJHgmG1QIrcNESg_Q5Zm7NlNwOBuyLYdf8mdn-6t_CsKxZlR1NpFAxOYbUBSzavk','Everyone here was very nice . The wait time was fast it was in and out service.','2020-07-19 21:59:59.133000','2020-07-19 21:59:59.133000',5,'zania williams','https://lh4.googleusercontent.com/-Zv18gNIjNic/AAAAAAAAAAI/AAAAAAAALx4/AMZuucnyB3G1nphJZL7yZM-CYixJ4yC6Mw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31955),('AbFvOqkrVzwP0kKTKLCZjH4UcLw5JQXCIBt_iHGTDhahAfsDjzITQXH4VUxnbJCyEVWb9iGpIUTd7Q','One of the best experiences. I was in and out of the ER quickly with great care. Great hospitality and so much kindness. Thank you to the staff.','2020-05-23 01:37:11.645000','2020-05-23 01:37:11.645000',5,'Juan Antonio','https://lh4.googleusercontent.com/-jq2h-Nx1E5w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnkyHA7ozIvwp385qxkLhgmsTv78g/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35906),('AbFvOqkrWdFpF6FIXBCBYWEB4W5El1UYolx8fsb1Y6HGmLgq8VUred1M1tYlx1LJzJ8H5mXkJzvs','Great experience!! Alvean and Tricia are wonderful people who made me feel at ease. And Dr.Wang is awesome!','2019-05-23 14:58:43.034000','2019-05-23 14:58:43.034000',5,'Robbie Conner','https://lh3.googleusercontent.com/a-/AOh14GiVaxzBvxZxSxPzoXccnkLKfI0lkm2PBS7kd4Yq=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkRwgdiLhsKSJNNhi4ayTM7bg0dlqP5o3nmZcxSYhOkaHqFyU84h3lf5sc0n_YXNJGl2Vcd3A','I have been to this location twice, and they are great. Both times Jesse, the nurse helped me. He was very thorough, and extremely nice. This is the only place I\'ll go to if I have to go, and my doctors office is closed. Everyone is extremely nice, and you\'re not waiting forever to be seen.','2016-09-21 17:11:54.366000','2016-09-21 17:11:54.366000',5,'Kourtney Walsh','https://lh3.googleusercontent.com/a-/AOh14GivRpDCUwa2F6qFxilUNieW0WEmGUXx1sZQ7kGk=c0x00000000-cc-rp','3511292162159714121',41166),('AbFvOqkrWkjCWQ2HQ9YcnZRwNZuysi2cjeuoNheZKJ7RdVGZ-J6R8WV90zEp2Nq8byr8smbimXVqHA','Fast and friendly team!','2019-01-11 04:02:09.465000','2019-01-11 04:02:09.465000',5,'Quality Games TX','https://lh3.googleusercontent.com/a-/AOh14GhePFvZB1k3kkAPyXQduxuiAUjbFSVA0S3TqNI0FA=c0x00000000-cc-rp','14567670160750071148',30642),('AbFvOqkrwZYjzouF6_edkhJwBFNbbYLTjCr4y-VSLsxMd94Cp5OoVa06A0KR7v8vg2HFX-0jM5Up','Lovely ppl here . I will be back','2020-10-21 14:37:16.005000','2020-10-21 14:37:16.005000',5,'VI FINEST PROMOTIONS','https://lh3.googleusercontent.com/a-/AOh14GhNgVKGOWMvMijV3WR-EbV2k-XnxFGPzoz2Fp_GxA=c0x00000000-cc-rp','3511292162159714121',40144),('AbFvOqkRx_b1-XXh3cKsU8afEo-mXN-Qf7j3vgYSrVDzBienOGN6g_nY9ZLKyMYGD4PrBUTBHPE7','My visit was great! I was treated quickly. My nurse Trini was very kind and caring. The X-ray tech Marcus was very compassionate and friendly. The ER Tech Pete did a great job getting my labs. Even the receptionist Jacquie, was attentive and professional. Special Thanks to Dr. Daniels who was very thorough and took the time to listen to me, addressing all my concerns.','2020-02-22 07:54:21.033000','2020-02-22 07:54:21.033000',5,'Tammy Burk','https://lh3.googleusercontent.com/a-/AOh14Gj-u2bpW8O5JLBRicV21YamkowlH_i1Wh5xDy1f=c0x00000000-cc-rp-ba2','6521947413723274945',41465),('AbFvOqkRxhVI6OWLAaKErbfvc_nFTU_mwzIG-AL9DL7nUfjhqxH6rkljvmcYH9_VtnSfjNHqwCbCkQ','Really Great experience! No wait time, friendly staff, clean location with attentive medical professionals. 100% recommend ! Great experience','2019-03-14 16:28:51.500000','2019-03-14 16:28:51.500000',5,'DANIE MICH','https://lh3.googleusercontent.com/a-/AOh14Gh-OGV3uou0hnGBlk9-53a-_L6nUG4_lKsCGFaZJbg=c0x00000000-cc-rp','16891069708558046635',36249),('AbFvOqkRY-rvH0MXwkWf86V7n5SKAaRxBmOo9feASUOvW5LPhjJRvM50bxo1zFGIqKP-acNVbN3QfQ','The facility is clean and welcoming. Dr. Smith and Nurse Alvean were thorough, nice, and very patient answering all of my questions!','2019-07-13 15:41:20.836000','2019-07-13 15:41:20.836000',5,'Tiffany Collins','https://lh3.googleusercontent.com/a-/AOh14Gicz-1wObnqaxrb__EaxHxlZ-JPGgLFafomSn1o=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkRyLh0AMu8LRsQZrgKWci1XtpoHDB4ytIADZbtZpHyPUKyozaKdRbncqwjvcEQfO9-Unij',NULL,'2018-12-18 22:44:32.077000','2018-12-18 22:44:32.077000',5,'Rae Alexis','https://lh3.googleusercontent.com/a-/AOh14GgpRUyjJWADD77zJzsw5SHB-OGJuxj34wZoUiMI=c0x00000000-cc-rp','3511292162159714121',40782),('AbFvOqkrYnV_gRRO759sMncQxJF_RJM-7lrq9Y_CUnR99dWqqOR4cZ83j9JAdWufnWQVDGXXWCImNg','I had a really nice experience here, I recommend anyone to come see them. The staff Megan & Brandon made me feel super comfortable with my warm blanket. Megan played a big part in helping me calm down. Brandon is excellent and help me understand what was going on. I left feeling way better than when I came. Staff are great and friendly.','2021-01-03 00:14:14.064000','2021-01-03 00:14:14.064000',5,'Meosha Gill','https://lh3.googleusercontent.com/a-/AOh14GjV7gmALVp48UfDcHO6KVg1vUWjdhLfSikNKqgnXg=c0x00000000-cc-rp','16590124370714063921',44246),('AbFvOqkrYOgNDDv6wK1IimW8ZPwTeg8BRGUOzezHzuDWCh2Cllu4jZmRLYvqydDouQNDXog1TQjL','Service was fast. No long waits. The doctor treated me, not just my illness.','2019-03-28 11:47:55.119000','2019-03-28 11:47:55.119000',5,'michael simmons','https://lh3.googleusercontent.com/-PkgU88T3h8g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucks201Fjl_wsfMAjxrTIbLswFrJjA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29886),('AbFvOqkrz_qQLQj8OaCzAfUi4UMg79pTAmfqWs8ddGfj1P8A2yuHXgVqnjDzGPCw198yFy5g3tnL_w','Dr.Pham and nurse AlveanA, Trica -B,Radiology and Elida Jasmine- Registration and Aurora -Er Tech They\'re all are very nice and professional.... I recommend everyone to come and see them..','2019-11-26 16:03:38.510000','2019-11-26 16:03:38.510000',5,'Connie Blanton','https://lh4.googleusercontent.com/-KZ-1tWaIXfY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJWQjvaPpv0aGoisFFLg8fK3-LOQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33682),('AbFvOqkRzK3i0SYWz-QPwVc_uxNalSx83xoBoZWqCL_I9Xm27xd6H8lbwPTzTy-4H00e3h6jrmdJ','Dr. Lin, RN Ekaterini and Tech Joran really pleasant.','2020-11-09 19:01:49.012000','2020-11-09 19:01:49.012000',5,'Jeremy Weigler','https://lh5.googleusercontent.com/-PwjMmJQ6Oac/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmUHQfpBg40ZHgGxTV8-wvHycCa7g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32956),('AbFvOqkRZnTWrityeoPAsY8Aq-G_XXNRRU_19rIqhrS63vs6fQ_FOHenRkuEcdiRkunJ4ZOGZ0Yi_Q',NULL,'2020-02-19 20:06:42.479000','2020-02-19 20:06:42.479000',5,'Tron Talton','https://lh4.googleusercontent.com/-nD5-cAIHT7M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnH8Zr85s82eTZRkAcp75lBVq3wKA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43084),('AbFvOqkrZXFgD5RiAhT1bVPchf1nmHLZ2Edq3qK6QSwjWmOK_vDTPu-7vgRrQ8sERmAPn3msudJxXw','The front desk staff was very professional and kind. My nurse, Christopher C and the physician have great bedside manners. Christopher went out of his way to make sure I was as comfortable as possible. Thank you all for your help today!','2020-11-10 03:51:38.382000','2020-11-10 03:51:38.382000',5,'Angelica Fernandez','https://lh3.googleusercontent.com/a-/AOh14GiUdGOLCg1DwM3NUShmDV4m3bu-xaN-WePyGyk=c0x00000000-cc-rp','14567670160750071148',30026),('AbFvOqks_KXHyvaWW9Okxxi1EOELMcO7wtNH-IZ0-R8vsBdmMAtKdbXjsqYxdav3MV4e7CXV5GouTQ',NULL,'2019-11-25 01:58:31.834000','2019-11-25 01:58:31.834000',5,'SUSANA FUENTES','https://lh6.googleusercontent.com/-x9C6R01dpCA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl4q0VHI1MwQ1tWa7mgDOwxvpT7GA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29564),('AbFvOqkS_OuR0_jCDdtAyV32ExorWHUGXIg7quM7CJZzdT9iYJbLIzK7HLJEofl4mhm9Kt2BYi6MSA',NULL,'2020-10-23 19:52:54.713000','2020-10-23 19:52:54.713000',5,'Isabel Gallegos','https://lh3.googleusercontent.com/a-/AOh14Ghk2Pv5ORteNCSKpBiZT9hfCfTeZdioEs9njzW4pw=c0x00000000-cc-rp','16389487648212004696',33098),('AbFvOqkS_zmbqmCFSJUspJjrr0sfIKLVOWsusukRhFtG6XSoVxYv-mTxcjQspY9nkA2JAiTdd1ir7A','Jani. W Nurse\nTricia B Rad tech\nPatricia C Registration\nDerek P E R tech','2019-12-07 16:36:32.572000','2019-12-07 16:36:32.572000',5,'Tiffany Flakes','https://lh3.googleusercontent.com/-oaMPCdbli4M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnbHbuP_rStXS6F4tNsAAZSF0czyw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33627),('AbFvOqkS06wQ90UfPFzSSnh2sh4W3fsm1F6XH3hva2Fth5mK3jFcyp7Yp13T5iXz-TSnNDn28Y6t','Website says no appointment needed. Get there, you have to sign up on a website that charges you & hope they post an appointment. Then when I finally see an appointment to snag, PayPal is experiencing an issue. Sad because I have had contact w a positive person. Due to multiple issues both with myself & family as well as 50 employees I oversee, I needed this test urgently. Watched several people drive away in frustration as I just did.','2020-07-07 02:06:44.340000','2020-07-07 02:06:44.340000',1,'Love Garza','https://lh6.googleusercontent.com/-ZKM0x7SUSR4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmH3qnkCN6dAV9ns9q9w7MgTNl5mw/c0x00000000-cc-rp-ba4/photo.jpg','14567670160750071148',30181),('AbFvOqkS0Ye0GIGJPDAeh0MJ-8RVRU8al36vw-LVYiur9AnAs3COU0UvXegHgYKcSTkIQOoQqeka','Toby was so incredible and patient with me. I highly recommend coming here for your needs','2020-06-15 01:59:02.509000','2020-06-15 01:59:02.509000',5,'Eddie Aboussie','https://lh3.googleusercontent.com/-6mQsqFrbXZA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclT9kgRCSvuSWk1WuOhXVufgtCh4g/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39550),('AbFvOqkS1cp3TXJqz8H6hq2tTWlHGg7ZmDALJJVNKVdHv-f2oQYJC1zyDghjm2r56uAJffrxIJZiZA','Great experience! Ashley B. was very friendly and helpful!','2020-10-08 03:22:04.325000','2020-10-08 03:22:04.325000',5,'Aimee Cobey','https://lh3.googleusercontent.com/a-/AOh14GgchQQ4ADLLNnF-2-YsffZ__d0L4cUZPcfSVAUw=c0x00000000-cc-rp','8626688543755174284',41884),('AbFvOqkS1ipWjmD2Sm3YVd9xgQDfVm23NrSmM8Mmn7Q9zBmE9pdeZy0NeYiyCBcONdWttIzsVH3i0g','Great experience! Dr. Yost, Mollie my Rn. were very caring, and friendly! Highly,highly recommend!!','2020-12-28 15:36:45.108000','2020-12-28 15:36:45.108000',5,'Patrick Bishop','https://lh5.googleusercontent.com/-meKxgtr8Kfc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl8JWcI4TC61sFvSnpkCzKI4PNpTA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44023),('AbFvOqkS1Iu6ScXPntUKqChOCJ-j48mPfi7nDluy0NKDcxrvjExcNvMRFVbPkN7gG5vsvyE_xPHr2Q','Amazing service with compassionate staff. Would definitely come back!','2020-06-08 12:00:10.427000','2020-06-08 12:00:10.427000',5,'alexis Simon','https://lh3.googleusercontent.com/a-/AOh14GgkSKXdM86Ps-V9QDepSISDWNmgcxoOU6HSjPNfYw=c0x00000000-cc-rp','14748677429039074158',32072),('AbFvOqks2jOWe_6vxqNCIvVvTMC67AARHXY3buWYlL77wAwK7uQUV1K8W_7u0Wm3PeSKB0kxrfUszQ','Prompt service.','2020-12-21 13:24:23.291000','2020-12-21 13:24:23.291000',5,'Temitope Amao','https://lh3.googleusercontent.com/a-/AOh14GhLVZU2BFI07e8NsRNytlpSVp_FbxWqVU15pEZ8VA=c0x00000000-cc-rp','13486358490203335051',43650),('AbFvOqks2yX2wcnwFVom1BWmLiAwnne8bMCbVlYXgcs0GeCI2lVSaNHSgMIMM_Vmt6dto4DY3hEjsA','From Krisandra at reception desk, to nurses Tiara and Gracie, I received excellent care.\n\nThanks.','2020-11-01 16:44:48.515000','2020-11-01 16:44:48.515000',5,'Dennis Estes','https://lh5.googleusercontent.com/-mJkN-zzH_XY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckP5IksjAvHGWB9sCqGarnzvmA7fw/c0x00000000-cc-rp-ba4/photo.jpg','16389487648212004696',33032),('AbFvOqks37FmvxrSVHolrTAynPlSLJkdmq7lZIhWJXhUvgTuABub6AKKbX289c_XyfUXXL6QmoL2PA','Excellent service šŸ‘','2019-03-27 19:00:55.532000','2019-03-27 19:00:55.532000',5,'Moe Money The Wave Surfer','https://lh3.googleusercontent.com/a-/AOh14GjH1zvAbdvlj2rq0AYKlURY64rIZcRjcvVgznPFCw=c0x00000000-cc-rp-ba2','16389487648212004696',NULL),('AbFvOqkS3M_e7UcfZUNYmdblF4U_T9txm9RRiwsxMDHqROePsoWQ6vovfmMRz_5g-nK20d8Gd3vyJw',NULL,'2021-01-16 18:15:07.668000','2021-01-16 18:15:07.668000',5,'Olivia Hernandez','https://lh5.googleusercontent.com/-A3pKW2ppJFc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclXMqM5u1ev_--dJ8lkNOwmOEIA2Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44515),('AbFvOqkS3RZEjuUx_Fq47QHGixURKv9FnF-suzw-QS9RCvflfktzn6aMm1XDxQrmzZ_ss3BzydBP','Super nice facility and helpful and knowledgeable staff! Keera was really nice too!','2019-07-09 18:49:39.210000','2019-07-09 18:49:39.210000',5,'Rosemary Barrientos','https://lh5.googleusercontent.com/-87Flvz05UyY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclimTLGpyVEQA8ifPP46PR3Ku7WUA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36737),('AbFvOqkS45aLvSZsvjxq6mSwnDyTxlRV3OvCIz0IcD5TIVVLPHgHBMRulakSS0QgsqIfWEDJ0b7XJQ','Great service and highly recommend!','2020-09-23 22:33:42.542000','2020-09-23 22:33:42.542000',5,'Stephen Craft','https://lh3.googleusercontent.com/a-/AOh14Gj24_svbzHTs_hxbAqmLCCw-bT7_Ghqv13cHvsE3Q=c0x00000000-cc-rp','8918455867446117794',42900),('AbFvOqks5_4534RRtn2MjN15HDLCJQV8n_scKRfjVTZm0RHnXi2DEfx56QmIxzwKYw0e1K2Hay8Epw','Second time coming here and let me just say, never have I ever felt so welcome in to a emergency center. Came in with intense abdominal pain which had me a bit nervous but with the smiles and welcoming from Edward, all my nerves started to go away. Then I met Dr Rose, who really shows she’s here to help by asking enough questions to understand how severe the pain is and makes sure that her patients go home feeling a lot calmer and feeling a lot better. I also had the pleasure to meet nurse Linda and Shelli, who were very caring and fun to talk to (best way to distract the pain.)\nSo seriously guys, this is the place to come when feeling pain, they 100% are here for you and your health.','2019-04-29 23:27:38.380000','2019-04-29 23:27:38.380000',5,'Vicky Ramirez','https://lh3.googleusercontent.com/a-/AOh14GjUA-ZI-eUKh7rUkp9fzL7vwd51YgCCO0tmgcfO=c0x00000000-cc-rp','16891069708558046635',36220),('AbFvOqkS51vQmz1a1SYc9Nb6z-qgrZWo3QECA27MNfdCDVniW9xt5x_caXiyYat2991nt6nxtAgTlg',NULL,'2019-12-15 01:06:01.687000','2019-12-15 01:06:01.687000',5,'Kristina Butts','https://lh3.googleusercontent.com/a-/AOh14GiehLMJRpX2d7LWAHWHpyQvXPinT1qDoh0k8dPEeA=c0x00000000-cc-rp','6521947413723274945',41527),('AbFvOqkS6JsQ4uxx2YiF1VXWX3k_bpMkXDs35Fnf4efIXbn_wm8XhPnAY1p48BafswAcDSXR4LMC','I came in because I was experiencing the worst abdominal pain and vomiting. The nurses and Dr. Chai were amazing!!! They took great care of me and I could tell they were genuinely concerned. There was no wait time! Would definitely come back again if I needed to.','2019-09-02 01:40:50.476000','2019-09-02 01:40:50.476000',5,'Danielle Francis','https://lh3.googleusercontent.com/a-/AOh14Gjek6zV-CdVEnUY65rF93YhVJwU80fpOC9k8Vtd=c0x00000000-cc-rp','12541597562633926366',29032),('AbFvOqks6wDMReBQ04Uqow31Cg5rYM-YO0okJkgC3uAGrgA9lVZ3TRVfvhSYuY8H7wPrgjki-TM_3A','Initially from walk-in the staff greeted. 3 minutes later I was taken back and I just loved Kat energy! Then Kim came in and made me feel comfortable about the situation. I enjoyed my visit here!','2020-11-25 02:39:44.084000','2020-11-25 02:39:44.084000',5,'Destiny Hicks','https://lh4.googleusercontent.com/-eJLLx3rO6Wk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck9TMPZAuf1MZ6HokLhOHFoDYtAgA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38886),('AbFvOqkS7H7kVrzbpNn3noMi8mN80bGNKApd-nd0Ixvd1jMjstpEwD_72no2OuqS0okF6_TWX3-xfg','Friendly staff Vanessa, Emily, Keri,Jennifer, Dwight, Victoria, Dion and Dr Souman were amazing!','2020-10-24 03:54:44.419000','2020-10-24 03:54:44.419000',5,'Tomas Arellano','https://lh6.googleusercontent.com/-Nyw3mSVlDiw/AAAAAAAAAAI/AAAAAAABOJ8/AMZuucnMEfl4szpJHnLt6TJBvOEW5Rnhyg/c0x00000000-cc-rp-ba3/photo.jpg','3511292162159714121',40113),('AbFvOqkS7pSkZsMLBSEyBuNxZ999-6DWMKD9OdwYwTbpqo30Xrv0lXY7WyR7XAp6Z0VtzZFfT6TI4Q','The service was great, quick, and efficient. We were in the emergnecy room from 6am-6pm on 6-6-15. Thank you to all the staff and doctors, especially to Melinda from registration.','2015-07-09 12:48:33.972000','2015-07-09 12:48:33.972000',5,'Tamara Stephenson','https://lh5.googleusercontent.com/-TpykxQ6uirE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmffWv0dx48wsk-M-XyaYkmRewflg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37391),('AbFvOqks7sDIwQhw68Le0MnDIk3YxUakrxH9NTrAUznnJiKdV45tEiEePqECHFDGnM34XNgFIRkimw','Quick and Efficient. Everyone was great. Very friendly. Dr. Erica Daniels, Gina, Raj, Josh, Joey and Darneesha were awesome!!','2019-10-08 03:43:32.306000','2019-10-08 03:43:32.306000',5,'Jordan Akins','https://lh3.googleusercontent.com/a-/AOh14Gi1DHVhGY7PfGeS1gLk2lwasgxKnNjNGEJN7tMiVg=c0x00000000-cc-rp','3511292162159714121',40404),('AbFvOqks8RofRD8wsbt_aIV-ufxW8ZJlKf1s8o8iwZq2-Emmw1bk0C3jb2R-QDRNUQo9RIxLEo-C','I went to the heights location for a covid test. The front desk ladies Dalal and Natalie were really nice and helped me immediately. If I ever need a place to go to for an emergency I would definitely come here if the case arises.\nVery helpful and nice staff!','2020-10-21 14:43:57.100000','2020-10-21 14:43:57.100000',5,'Jessenia Chavez','https://lh5.googleusercontent.com/-OYCatDHM7E4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckZpdPgkFJGZHG40XaxbflcldaNug/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30055),('AbFvOqkS8WnrWvmadGFV7am7d1hWfSJx11GVxKIwO8KXqBK8Ne1FthCjHV5VCyCV2j9hrL6xIzZVRg','Awesome!! Fast, friendly, professional, knowledgeable staff! I walked in feeling horrible, after medicine was given, and test were complete. I walked out feeling good.. Thank you... Will recommend here to everyone..','2018-07-05 01:57:47.742000','2018-07-05 01:57:47.742000',5,'Yestal Collins','https://lh4.googleusercontent.com/-NFYzWtq3o2E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclbmz0rOCQMD8mN6H15kBFBnGsI4A/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29226),('AbFvOqkS9ZifPcOTETetVmIkooI8epSysE0gU9L2cQVNjZ7F2LSlJYKRo8iLh5hHZr5ZgWCSwjRRYQ','I went to this location after work yesterday and was pleasantly greeted and checked in by Ms. Erica. She was super kind and extremely informative and patient with me (I had a few questions regarding billing). Inside the building was very clean, with a very fresh smell! My visit was quick and the nurse and doctor were both extremely nice and very knowledgeable. From beginning to end, my visit was great!','2020-01-07 13:33:38.744000','2020-01-07 13:33:38.744000',5,'Dru','https://lh3.googleusercontent.com/a-/AOh14Gizzy9rdv63HCmGyWGWtpznOZbUe3ifOIUIL9Ap6A=c0x00000000-cc-rp','14567670160750071148',30362),('AbFvOqksA_3LANBbhNqe4cU-1fuH_FFHRX5eJJQqiW-3zneSIi8B7KkGLpOZMoSg5wKnEiNPzhjfVw','Excellent care and very attentive. Friendly staff and quick check in and visit.','2020-10-30 01:00:34.541000','2020-10-30 01:00:34.541000',5,'Paul Porter','https://lh6.googleusercontent.com/-KyXGURf5JF4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxVK8jvvnLOKQ3ENqpKRVZglxvfg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34086),('AbFvOqkSa3h5wpxH3e-4SDHLY9K-vLpbd1DvR8gdNn_fMjE-ncKknHKTWnKSQP3S6ZY9rDreW1E4aw','Rebecca V ROCKS! So helpful. Great snacks.','2019-08-15 04:23:40.550000','2019-08-15 04:23:40.550000',5,'Grace Nelson','https://lh4.googleusercontent.com/-ol4xfspFsD8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn-aGeizue0Kl4rdLnY6Id4HIEwbQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34726),('AbFvOqkSAC3zgx6llSt_B8vY1Di6VwpTeH-yA27s3BHFF5rQ8DwOPXCyom0AohvZ_61KVMot-MLJwQ','The staff here was caring and awesome! Kristina the nurse was so great! Maya the receptionist was so nice','2020-01-24 21:54:50.536000','2020-01-24 21:54:50.536000',5,'Tre\'uvon Simpson','https://lh3.googleusercontent.com/a-/AOh14GhdiJDRF70Y36q-3S3eGpsFbt0-DK5T-u0Q3V5_=c0x00000000-cc-rp','12541597562633926366',28792),('AbFvOqksb1AlSR9qZJPU0p62yNR632VBTsQxaxmLwklL1ITGlRw5MuxKiPKimQp_wVYIxYA_pc7lUQ','Great experience, everyone was super nice. Heather at the front desk was great and made me feel very welcomed','2020-11-12 00:44:46.661000','2020-11-12 00:44:46.661000',5,'Dylan Seay','https://lh4.googleusercontent.com/-Js67wsH3x8g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmXHNDCQPVCChy2JI-1M_t4aHsRTg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41838),('AbFvOqksbbDyJ-Z8NuAzKq_WRRmHu4l2rshS7IjJn6Wnh2lFwpi_3vTlbuCi9ZD-4jJH6m5WVF-iUg','Great experience','2019-04-30 15:37:56.234000','2019-04-30 15:37:56.234000',5,'Cade White','https://lh5.googleusercontent.com/-zUPZ0SjW26U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnCbaAf5Jy_XlwgZPuhhGj9fKt9lw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42090),('AbFvOqksBcT0ohZXjdOXGgJRMN4vvLa4je5vdxvbobsC5ebo9op70Ty_wgq6pj9YVHjrx4AQTQfa','I want to thank the staff : Courtney, Jennifer, Gunner and Dr. Ashbrooks, for taking such good care of me during my visit with them today. I went in with back pain was treated and informed on my issues. Gunner was awesome in keeping me calm. Jennifer\'s bedside manner was so sincere. And Dr. Ashbrooks checked on me andade me feel easy in an uneasy situation. Thank you Courtney for getting me back so quickly. You guys are truly a blessing to me and my family. I would recommend this facility any day. Thang you guys again. Keyunte','2019-09-10 22:42:47.120000','2019-09-10 22:42:47.120000',5,'Keyunte','https://lh6.googleusercontent.com/-Bxe-NzoDCmc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmHFaXM0i0jgw5F4X41yLHggSFP9A/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39803),('AbFvOqkSbM-_mQmp1ia2I64D6t1xPCk5bolH4IJGfvSW7Y_X9q-LzYbA3JblEYCZUsyXTBuxdM-neQ','All staff was very nice! Special thanks to Valory and Julia for taking special care or me my sister and my baby nephew through our Covid testing experience. I highly recommended!','2020-12-27 23:12:29.424000','2020-12-27 23:12:29.424000',5,'coco scott','https://lh5.googleusercontent.com/-PNxAP-LjIrs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckW7Ajs4hK_3py9OAf5A46jIpWaDg/c0x00000000-cc-rp/photo.jpg','15979470999169074295',43991),('AbFvOqksBS06gkR5B2n2VlLz30haXG2hM8Q7lF9o8PUqdbPfXj4jpLO7AbP2eVNqcTkYqFtTT4v9JQ','The Staff was very caring have nothing but good things to say about the staff.\nDr OMally, Shekivia Lee, Brittany Azurin, and Rick','2020-10-14 20:38:12.521000','2020-10-14 20:38:12.521000',5,'Thomas Hayden','https://lh3.googleusercontent.com/a-/AOh14GjoCNcGryuq-hCIcwDmIP_KhxP__BNldt_W26cxoQ=c0x00000000-cc-rp','16389487648212004696',33155),('AbFvOqksbZcdciS44jxG9SVcEjVsLZ1RsxBa0Dx7--MpEEVK5bdcoKq-c67fOrfS2kjStNq77I6IlA','Dr. Jaber, Alexis, Anothing the RN, and Morgan were all very helpful and caring!','2018-10-17 15:43:43.332000','2018-10-17 15:43:43.332000',5,'Ashley Hodde','https://lh3.googleusercontent.com/a-/AOh14GjMRwyC4FZertZXoHcxnTtYkj2RMBm4YL0fniev=c0x00000000-cc-rp','16590124370714063921',35153),('AbFvOqksBZP0mHgSwvX65WR0mNGdEXyh5cKVb_B0czOfjRSBfVGYMj0CMmm_k1sCahW6qDtlnQAFLQ','I\'d like to start by saying that I\'m giving this establishment one star based on the lack of professionalism and rude behavior executed by the Check in Representative: Brenda. I have never encountered such unethical behavior at a professional health establishment. Not only did Brenda lack the ability to rightfully explain why she was refusing to grant me copies of my documentation, but she also went so far as to abruptly snatching forms off of the counter top to prevent me from retrieving them. As the first point of contact at any corporation it is always vital to maintain a polite and professional demeanor. I\'m surprised that Signature Care would have someone so reckless and unprofessional representing their corporation.\n\nWith that being said, the nurse and doctor were extremely delightful. The facility was kept clean as well. I\'d actually return had I not encountered Brenda. First impression is everything and I seriously urge management to reconsider who they have greeting and checking in their guest.','2020-03-12 17:20:24.521000','2020-03-12 17:20:24.521000',1,'Brittany Bass','https://lh3.googleusercontent.com/a-/AOh14GiyuDGuOEb1RkmLn-fQgYaxTpdPbtrbMJSJruIVrg=c0x00000000-cc-rp','3511292162159714121',40280),('AbFvOqkSCh-4Gjg-GIr6ThER3sko2DxjEKJNT4t5iAxwU3yltkECdMe-IawOIy_89awY1e1zVA4aHg','The staff here was amazing! From the time I walked in, I was treated with the utmost respect. Jenia and JJ got me registered quickly! Naureen and Dr. Esterez made sure I was taken care of. I will definitely be back!','2020-10-24 16:38:08.889000','2020-10-24 16:38:08.889000',5,'Tyree Chism','https://lh3.googleusercontent.com/a-/AOh14GjOQtsRqRVAZWx_20BGv51fR90CHyBQyOJxo28p2Q=c0x00000000-cc-rp','3511292162159714121',40110),('AbFvOqkScjkZsqK4gWhSA3HyF9jca4BxBtsiDXO6ngqV7ank-NCRMn70_S4-nphW5XA9nOiOuVBfXg','keera did such an amazing job great staff great place will definitely come back','2018-08-16 03:50:05.819000','2018-08-16 03:50:05.819000',5,'Joycelyn Allen','https://lh4.googleusercontent.com/-oOQpEBr_jXo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckw3__HXHZXFLdJ9KLGcSbrpFYBwA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35239),('AbFvOqkSCMEhjXEC_0tshjv5YbMQN87h-A2Yq7cXfdjjwvj9yffHTyJfhw14AKJI0MTLalHGUS__Aw','The staff were all very nice and accommodating. They even offered me a warm blanket while I waited.','2020-11-17 16:15:20.720000','2020-11-17 16:15:20.720000',5,'Lorin Rodriguez','https://lh4.googleusercontent.com/-3WTzq168o1Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnroDSMG6NlLimBl8378gcSmtTnHQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40047),('AbFvOqksdajOWLMpr7gZnLQnGKRXa5svjmKWWv0QssioC2G2qEnQwbCEuqD9sI4Fl4lrVPO-RuPq3g','Fast and friendly experience, a calm place of practice.','2020-12-22 23:52:51.780000','2020-12-22 23:52:51.780000',5,'Dana Green','https://lh3.googleusercontent.com/a-/AOh14GiicvTm3jLw19zNGrP4l4GI7tzwSXljd2hDAR2q=c0x00000000-cc-rp','3272657195432704501',43727),('AbFvOqkSDFAMBNm8QUSyj1G0tsljdtSL_fVV9oYEXb3oqPDsftT040ZGIxEZRSMO4ODKiwzWGhgp','Very friendly staff. Nurse Graciela and Jocelyn A were very helpful. The overall experience was great.','2019-12-16 19:56:43.169000','2019-12-16 19:56:43.169000',5,'Jamila Gordon','https://lh3.googleusercontent.com/a-/AOh14GjfncOo1Co2671us_dms1S8EyAtjhmsgXeTqY0aBw=c0x00000000-cc-rp','16389487648212004696',33599),('AbFvOqksdgas2x2fn-vRJH71xGl6_o4Mc7wSsSRSFcq9XHBSDW9pFbwxKRG9kn8RNcxg4bWsMdVn','Had a wonderful experience at Signature. The stagg was amazing. Thank you Lindsay, Brad, JR & Dr. Vakay!','2020-01-16 13:44:52.049000','2020-01-16 13:44:52.049000',5,'Rhonda Rodriguez','https://lh3.googleusercontent.com/-rZ8z6BQ2czk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKd5TfLesPM4o9Yr2xK_sXUBEvuQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34441),('AbFvOqksdK3Wibs1LffQWjG7kZnpaO7fFvljPIESzX8Xl56wnvCyT0PxnV2X0JzUpYasEcVNtVkYpg','Went for a COVID-19. Staff was very friendly(Lorena, Elizabeth, Jacob, Laura, and Dr Caraway).','2020-08-30 13:40:34.921000','2020-08-30 13:40:34.921000',5,'Emily Peebles','https://lh4.googleusercontent.com/-LCktx7vjPws/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucklf2EFY0gOEu5UE0VPcK0T9HrjyA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34184),('AbFvOqksdlMjOdjoQIa-LOQDsMsWIyhd2mHOAXbdAjIMzUIhgncuiXXvDOdYm9N-A8jVC7tbXEJhRw',NULL,'2019-09-01 03:08:49.552000','2019-09-01 03:08:49.552000',5,'Alexis Bonus','https://lh3.googleusercontent.com/-OrFNPNPlRv0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmHeajaRydB9s_IPIyAjDAITs8Zig/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34697),('AbFvOqksdMIXomIiZ_TXexfiEIuCOXPsIxwUM4lkgyx1Rmh7OFZ06_r3388bm-tiLCT1HheglOp_1Q','I visited this location twice and both times were great experiences. I was in and out quickly and the nurses/doctors are efficient and attentive. The lobby and rooms are clean and the front desk staff was polite. I hope to not need to visit an ER anytime soon, but in the future I will definitely choose SignatureCare!','2021-01-01 18:50:14.365000','2021-01-01 18:50:14.365000',5,'Ciara','https://lh4.googleusercontent.com/-VRi8ei6cql8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMiiL0FRcOaLaSOzGr_uu18-rrAA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',44258),('AbFvOqksdri79kI9MMTrVhiNjQO1iBi2FNdCCbS6ST_xe06o-L0r3rZoZt_ABt2TEtGdKY8OX0wL','Very clean environment. Dr.Lingan, Amy and Thai were very friendly and attentive.\n\nI highly recommend this center to anyone in need of immediately care.','2019-10-31 13:41:36.098000','2019-10-31 13:41:36.098000',5,'Tyler Lockwood','https://lh3.googleusercontent.com/a-/AOh14GhsED1HTQPB4f_MXTToS88MQAGdFlhyfkwTUpmvMw=c0x00000000-cc-rp','2694018788013845459',39220),('AbFvOqkseFaiJ7xBGxILDCweI1q-Z4950hb54NdJAIX44gKnCFVAPZOfflgf2zpSyNK-2jcjgZWT7w','They have a excellent staff fast friendly caring service. I thank you for serving me and helping me what I need. I thank you Dr. Ashbrooks, Luke -RN , Kim -Regist and Sherri -Rad Tech.','2019-02-01 23:16:43.849000','2019-02-01 23:16:43.849000',5,'Rochelle \'Roe\' Graves-Henry','https://lh3.googleusercontent.com/a-/AOh14Gi05bz9zMZO33Z_CNlaOROtPZ5ojdN2d7H-oaZPxaA=c0x00000000-cc-rp','3272657195432704501',39934),('AbFvOqkSengCq778GHON6YDvjpCpNnBGKVJVjRM9lrxLG6oT95NNyKtlfe3zP2PauEPbsTDVIJCchg','Great staff at night. Taniahia W.\nDaniel B Fatima B Sarah G and Patel','2019-11-27 06:18:25.695000','2019-11-27 06:18:25.695000',5,'Gerald wheeler','https://lh4.googleusercontent.com/-_i2HfgcclKU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn5gynUhLO2IucnqnAoyI0W-3RJug/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37849),('AbFvOqksf0J-iW75UPaFgQ8pdierNS19jMnFhQWtfjP-WM2pjn89AUoD7GsUG24UrKxYjvG-QXf4bQ','Super convenient and fast. I felt so welcomed','2018-10-02 18:14:02.049000','2018-10-02 18:14:02.049000',5,'Asia Dee','https://lh3.googleusercontent.com/a-/AOh14GiJgY0rehKr-3XlAai0E7e1yLt-1xbDZWNqViO9qqY=c0x00000000-cc-rp-ba3','3511292162159714121',40817),('AbFvOqkSF2tULB2oNBz93Yf97bDxlfnLKKJ1JyENiMwXL2JmTix2B3khOsvTxc3vYF2kBFWz-o1tSg',NULL,'2020-07-19 17:23:40.703000','2020-07-19 17:23:40.703000',5,'TW MACK','https://lh4.googleusercontent.com/-3J4sJS4bEs4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl8oq1BgY2kCT-I8_QSodBAbT89pQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31980),('AbFvOqksfeWvZnJftSt4XLck78_cYUeK1uBxiI8KTo-bOkgjgZny2WJGYYkNftXXoch0k4DJTPUaaw','Experience was amazing and will always keep coming back. Amy and Tony are the best!!','2018-09-17 03:24:48.732000','2018-09-17 03:24:48.732000',5,'Dexter Singleton','https://lh3.googleusercontent.com/a-/AOh14Gh3r1s2OtcAGfUjDonhhzViV-_qJ-FMpfCETCdu=c0x00000000-cc-rp','14567670160750071148',30722),('AbFvOqkSfIPizufXCbDcM58USznH_Qzg8gxLwDNdqNbA9h0GvQWbi6rH__YuFYw-fIh0I-63nPKMAg',NULL,'2020-11-16 18:58:38.924000','2020-11-16 18:58:38.924000',5,'Steve Witt','https://lh5.googleusercontent.com/-O_ZB2vK1XbE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm34d-37nUE223qhX5cNcfVmfQJoA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37432),('AbFvOqksFLQRtrQiKx-sqM_GLU7aC1E48D73axF1M_y-TvTYGP2wBHbVGHZAWewSscah5PLy4ojlkw','We were greeted by Rebecca, with wonderful pace and ease. Stephanie helped us to our rooms. Gabe helped us out alot with calming down. Dr. Bare, diagnosed us and helped us through our predicament quickly and methodically.','2020-01-11 05:57:03.409000','2020-01-11 05:57:03.409000',5,'Joshua M M','https://lh3.googleusercontent.com/a-/AOh14GjxiHm5sfFade2c1yHkSJ8PPoIj2Tgl31F6_SE=c0x00000000-cc-rp-ba2','16590124370714063921',34457),('AbFvOqksfUmnjDlFmigcJzZ56UJ3KtfCswyRMRFwRPrOuRXsIsf121N_W8dHAV2kN-J8loY0FDeW_Q','We had a great experience! Everyone was very helpful and pleasant from the front office staff to Kevin who called us back. The physician was great as well. Would highly recommend this Er and would go back if ever needed!!!','2020-07-25 21:37:18.638000','2020-07-25 21:37:18.638000',5,'charee wilson','https://lh5.googleusercontent.com/-s0GYJWi8w-Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmNo69dQ9hT9DRw96lSxq5D9VjPJg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31868),('AbFvOqkSfwGZwX1zdXjEy8kSKeLzg_0vARh_UtNamBnq012klIuAtHTldgg-4vsxxeUMvGWF2cxl','Just wanted to show my appreciation for the service that Kim and Dyveliz provided today at SignatureCare! They were curtious and extremely hospitable from the first step into the clinic. Thank you!','2018-08-14 19:07:57.826000','2018-08-14 19:07:57.826000',5,'Michael Lavorato','https://lh3.googleusercontent.com/a-/AOh14GjanIumhRBqQCrJ6z87RtFL0FNzVZWYQdzhkmb7aA=c0x00000000-cc-rp','16590124370714063921',35242),('AbFvOqksGaIb4Tex-fAcgNmveP_VV2aFNdqw36BDiC97qE0vzCZS86aLoEopnA2WLQxD7lB2k7YM','I’ve been here twice for different injuries and have had fantastic service both times. The staff are kind and professional. Very fortunate to have them in the neighborhood.','2019-04-21 14:25:18.044000','2019-04-21 14:25:18.044000',5,'Robert Trout','https://lh6.googleusercontent.com/-pmUi0ojNe5g/AAAAAAAAAAI/AAAAAAAACKQ/AMZuuclY7XZuUCT7jrLhZnVKo40oJ5QYDw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36225),('AbFvOqksgkn-uoFUsW09uE_v5YCj0luCVLPpqLIzPF_oA1A8E8S38j3vqaVL-eyXI1td_dbOfKc7XA','I was seen by Dr. Waal, Nurse Christina R, Radiology Chad Y, Registration Aileen L,\n\nThey were all great as usual and I recommend this location to anyone needing to be seen for any health issues, these people are so kind.\nKeep up the good work\n\nThank you all\n\nVictor','2019-02-24 20:41:23.156000','2019-02-24 20:41:23.156000',5,'Victor Perez','https://lh4.googleusercontent.com/-_MqMYf0JbDU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7akSUcxhrgLgxaYi7FwOgy7QsZA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36267),('AbFvOqkSgm8GQa0ubGNC3lin-nckoshxn71_JnMjxzSzoJOVd2RWCbd8ZgIW5D9xEmKCsKc5q4iamg','I really enjoy coming here the staff is very quick to help you and meet your needs. I highly recommend this place. The service I receive is always excellent.','2020-01-10 01:18:50.736000','2020-01-10 01:18:50.736000',5,'Tatyana Campbell','https://lh3.googleusercontent.com/a-/AOh14GhMkgRa5--ltsF34HH2Qe5wHz_8uPttYyj3WzXDDg=c0x00000000-cc-rp','2694018788013845459',39160),('AbFvOqkSh7sJogikXuXEFRdQD91HjkIcB8YUGQrIzdoPGWByUCSZKrVnev6sNryigmxX9hPYj1kSuQ','I had a great experience! Maria at the front desk was so sweet and helpful. Krystal the nurse was great and got everything taken care of so fast. Jamie and Andrew were also caring and helped get everything done quickly! I would highly recommend Signature care in midland to friends and family.','2018-12-26 23:21:58.849000','2018-12-26 23:21:58.849000',5,'Sheridan Fields','https://lh6.googleusercontent.com/-FnhamhR6U4k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckW7leQVNaEXugkqE7sY7eJLrGCzA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29955),('AbFvOqkSHcS544Yxn6zMSauGQVTFI9u9pmIBWylw8i-6z-3Y30O1-3oaysVW1u1uLd6TIVyIFBhZCg','Wonderful services from\nDr. Pham\nAlvean\nMarcus\nJocelyn A','2019-11-06 19:43:14.258000','2019-11-06 19:43:14.258000',5,'KIMBERLY PHILLIPS','https://lh3.googleusercontent.com/a-/AOh14GiJBqbyPXz_veef3sdkWuf9HNrokl_1ISoUoe1kWA=c0x00000000-cc-rp','16389487648212004696',33780),('AbFvOqkShe_RXGNdBt06DLy3vUa8RpKUI6OyRz4PligYw7MucZAHzIINKDm9Ay6SdIohiX-1VqzC','I understand that with the whole Corona Virus, everything is backed up. I came because my husband had twisted his ankle, and it was nearest to us. They denied entry for AN HOUR. Because they simply assumed that we were there for Covid testing, for which you have to wait. I finally argued with them that I was not there for testing and so they took us in. They then didnt want to attend us because we didn’t have the full amount to pay, we offered to pay $250 and do the rest in payments, but they said they couldn’t accept that because it wasn’t ā€œlife or deathā€ situation. RIDICULOUS. We had to leave and go elsewhere.','2020-06-29 20:47:15.560000','2020-06-29 20:47:15.560000',1,'Evellin Carrion','https://lh6.googleusercontent.com/-yBZuKQAcDfE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn-a4D8Qkp7_5fjCMpTnQr3kbqMMw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32317),('AbFvOqkSHfJ5n84mW0bWvUMieswk_lsNdLiC14p9F5tFSVrA3nt6JZiJxFqv-r5skIBQ-R6kvdGJFw','Great care! Our nurse was Anthony, ER Technician was Natalie, Physician was Dr Vakey, and Radiology Technologist was Laura. Everyone was super kind and took great care of us. Anthony made us laugh! A great way to bring light to a not fun situation. Doctor Vakey was attentive and communicated well. Will come back again if needed!','2018-11-06 01:13:02.459000','2018-11-06 01:13:02.459000',5,'Ashlyn Workman','https://lh3.googleusercontent.com/a-/AOh14GjidGYanytXaU0OK-BpF5ZNKr_ZHHp0mNoZOiCm3Wg=c0x00000000-cc-rp','16590124370714063921',35123),('AbFvOqkShhVC9U1YsijTfKNUOgf5d9UGWsTcXxgy2T8qnbk3vqjeWLgSd8fh5BFDl4TKr0Ov4df6Ug',NULL,'2019-04-05 02:19:40.875000','2019-04-05 02:19:40.875000',5,'julio castillo','https://lh3.googleusercontent.com/a-/AOh14Ghb2ODYIgbxIWRrpIMafO4uuQaxS8Y_8-iq0fPm_Q=c0x00000000-cc-rp','12541597562633926366',29116),('AbFvOqkSHIbjx8IXNKwSfUJYRA-Lc0Qn3SdJgwSJtzVDIPp5BNanK5vzbGHn0Ds3ULzr1wOFf2P2Gw','They very nice and respectful','2020-08-17 01:09:00.761000','2020-08-17 01:09:00.761000',5,'grizzcruddy','https://lh3.googleusercontent.com/a-/AOh14Gj5FI84ONaWJretbsnHb-AAgBllua9O7QkMRq2Kvw=c0x00000000-cc-rp','8679688254631342173',42319),('AbFvOqkSI2n0zZp7YLa5oDs0E-8Ud3Gd8x_b2f1dzLHxBvF9jVpY6zT1Xzz0jOfkOOpHivg4NIoIJA','They got my friend in really fast we were out of there in about 30 minutes. Highly recommend','2019-07-11 17:07:34.627000','2019-07-11 17:07:34.627000',5,'Lauren Hodges','https://lh3.googleusercontent.com/-NCXZdIC6M8s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnsRmK6PJX2dceW61cUi2o1gTkIlg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42031),('AbFvOqksIcoVjAh6dXEOkNmAQbfioS5zlVmu0hrSMat-P-Uw5XHTBc5hME1Ra-avZGtsparw-zPlAw','I went to this facility with the thought it was going to be a bad experience. I have been to other freestanding but this was nice and clean. I felt really crapy but when the receptionist, Torie, greeted she was so kind and got me back to the nurse so fast. The nurse and doc we fast as well. The nurse even walked me back to the front were the receptionist was who asked me if I felt better which showed me she care. I hope I don\'t have to go back to an ER but if I do this is where I\'ll go forever!!','2016-06-19 20:03:38.906000','2016-06-19 20:03:38.906000',5,'Tom J','https://lh5.googleusercontent.com/-EMyridQlOkg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmCFLN6wShVVZc_cg1uyFX2TpTIaQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41206),('AbFvOqksigXpX-MJvD7-mA55CKY8yGzOUBRZ1oyCjz5f2Yh2P_3xFmOcVFTh-pTV5sj7_fLTYOAeKQ','Awesome staff members made everything nice and simple for me, thank y’all for the excellent service!\nNurse- Kat/ Lindsey\nPhysician- Dr. Lindsey\nRadiologist Tech- Leslie\nER Tech- Chelsey/ Hannah','2020-12-23 16:06:08.852000','2020-12-23 16:06:08.852000',5,'David Gutierrez','https://lh6.googleusercontent.com/-0yqRx32lg7w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckeujM-S2M9oEioQKx3xerZClGm6w/c0x00000000-cc-rp/photo.jpg','16891069708558046635',43753),('AbFvOqksiJHKtv_o0WYbDkwz5_u7MLHMzdig5PCyZMfCGLGz2Nx8eyBviUqSbVzc1i9DC29w2z6Mgg','This place is not only fast but efficient. The wonderful woman in the front Tanishia was warm and welcoming and got us taken care. Daniel and Fatima took care of us in the back! They are great!','2019-10-02 03:51:22.424000','2019-10-02 03:51:22.424000',5,'Kat R','https://lh3.googleusercontent.com/a-/AOh14GizeQVZEZLXTxT4zgVXVMMwNZ13qKV4pl3Q4_73sA=c0x00000000-cc-rp-ba3','17898197009688164559',37972),('AbFvOqkSj9ygQc9QU-xfEjR34WG9y6P_fe0j-POR_OZ4ErXJpfzy1w84k805AcJqzHuNrqX990F5eg','Walking into SignatureCare, I was in a lot of pain and very anxious. But as soon as I was taken back and met the best team I instantly felt comfortable. Christina R. and Clay have been awesome, as well as everyone else here. Very kind, attentive, and organized. Highly recommend for any medical needs!','2020-09-30 19:29:03.786000','2020-09-30 19:29:03.786000',5,'Logan Reuland','https://lh4.googleusercontent.com/-i7b80S5hfzQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck0GoUyaP1XGQ-FspzwQ2aH2jUIUQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35758),('AbFvOqkSjc_LPiudy1Sf27xIFkPUYHZd3iVa_BP3w5g0PASJ6t13L7uxsItteK6qWwER6GJdy703rQ','Dr. Angela Straface and the staff at SignatureCare were very helpful and welcoming. They made my son feel very comfortable when getting tested for the Covid-19. We got our results within the 15 minutes as promised.','2020-07-18 15:50:46.536000','2020-07-18 15:50:46.536000',5,'Brittany Triggs','https://lh3.googleusercontent.com/a-/AOh14GhRHRPXRlcOPqY7-MlL9cV3Hew9So-NxEeRAgHTFQ=c0x00000000-cc-rp','14748677429039074158',32012),('AbFvOqksjnlqKuYhTsagYaA0pB_sUp5HR2acocYnCjJqAAvhuOakZWlgzzu1cF7_JB1Ds4onqkQwCg','Great experience','2017-04-03 21:53:24.628000','2017-04-03 21:53:24.628000',5,'Tokyo Christine','https://lh5.googleusercontent.com/-6FNO_45l_o8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclKlXireMzzANdcfXvHL9nD5xPefA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41084),('AbFvOqksJs9LrBi4YFE9pmS7GXHfjSjRjq95JvtO9YPFELasG1bXTNUZaBklpAo-k_8SWT5ZxRM6Uw','Great experience! Rene was great. The entire staff was very helpful. I was in and out quickly.','2017-04-06 04:18:29.367000','2017-04-06 04:18:29.367000',5,'jhrt55','https://lh3.googleusercontent.com/-y5VMnTBMlB4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmMljWU27m_bmWRwL6D1WFWTozfNA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41082),('AbFvOqksJZ23RqRrh0AjlU8GJfvUeiEkIZ-_explbbVAjV6BTGiIwEqyiV4fnXS8YbpdOjaDGY4b','I had a wonderful experience the staff was very professional and friendly. Amy Agnes RN was superior! Dr. Faig was very good','2019-05-05 02:44:32.265000','2019-05-05 02:44:32.265000',5,'Jeramie McClelan Sr.','https://lh3.googleusercontent.com/a-/AOh14GiXv0loywRi1v4GzRxhiDygqPxE9gyZTGExI7DBug=c0x00000000-cc-rp','3511292162159714121',40583),('AbFvOqkSKAXrTebyEU6MyW1yXlLReny6eel0V5UaO_54WyXXtqgC3Bv4G3VxBKCTu0pUAuY7dhFa0w',NULL,'2020-12-16 17:32:14.795000','2020-12-16 17:32:14.795000',5,'Armando Saldivar','https://lh5.googleusercontent.com/-l-qZDZ-U5sg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMxVhaeYrAsIpcXZDLEQgiSUeMqg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41262),('AbFvOqkskKdWpyNmGrHEIrHLAPqrzSdCES8OJYrrk5GeB9nkdCgckafNPDIMyF2rCRDwn2NOJ7q8jQ',NULL,'2020-11-05 22:56:17.714000','2020-11-05 22:56:17.714000',5,'luis jurado','https://lh3.googleusercontent.com/a-/AOh14GgOB8icKxalzDSdwPcvXzWN7TEE3T-jfOeULAf3Vw=c0x00000000-cc-rp','14748677429039074158',31409),('AbFvOqksLUkXlV5eir3n-ZMoZ20iwfb4nm5dvKYbi41sA1g9KyrE7fcfP_gN0Sxiq6hii8zqeYOy-A',NULL,'2020-08-29 11:42:43.870000','2020-08-29 11:42:43.870000',5,'Courtney Williams','https://lh3.googleusercontent.com/a-/AOh14Ggki_a8XSKw_XSM9CGMAsKuawMgaBAC-0_LYov6dg=c0x00000000-cc-rp','8679688254631342173',42307),('AbFvOqkslVdkL7Otv5NOL5LzsW3ECTtI_GYgJidwm_DJmCGmWcrzoiq7cdMKT3eeg9hYs-A9piRBJw','Brought my girlfriend here because she was having abdominal pain for two day! She doesn\'t have an updated insurance policy but she was still able to be seen and not immediately turned away for emergency help ! I\'m thankful to nurses Kristina and Ray who came in to help her and are being so professional. I love the environment. And doctor Thomas is great also ! will definitely recommend to others for a visit.','2020-01-26 23:32:10.837000','2020-01-26 23:32:10.837000',5,'Dove Wright','https://lh3.googleusercontent.com/a-/AOh14Ghmtm5JTY4c798vj2qEfl-LpOrjon08Ih9tsf8e0Q=c0x00000000-cc-rp','12541597562633926366',28776),('AbFvOqkSlxI9CGeEkK9A0YFYbEJ-wS-xe6z3FuheSPZSO5nFJMjqSfisePPtPLrhKIaSi7zvtQM-','Efficient check in process and easy to fill in paperwork. Everyone was polite and quick. Georgia was very friendly and made me feel at ease.','2020-09-29 00:23:04.004000','2020-09-29 00:23:04.004000',5,'Rachel Halphen','https://lh3.googleusercontent.com/a-/AOh14GgrGOXT8AXsVeYn4nbhbVII0Tc0c9JYJERyUf_N=c0x00000000-cc-rp','14748677429039074158',31607),('AbFvOqkSLy1AEfRG_o_yxBVdf2o13JGBnfMrcZMPsPhYG--h8ofkJqQVoAOsq70CWYvFJ-k7byMxBQ','My 6 year old got stitches here today and I couldn’t possibly feel better about the care we received from Kara, Gunner, and dr Ashbrooks!! The care is second to none and the environment is amazing!! We will be back for all of our needs!!','2019-11-01 23:19:27.638000','2019-11-01 23:19:27.638000',5,'Melissa Jones','https://lh3.googleusercontent.com/a-/AOh14GgFD54nQfoHNIxd6XyhDg3fxnG3QP0VxuPPwikdmw=c0x00000000-cc-rp','3272657195432704501',39783),('AbFvOqkSlZEWIjk-ois2spW0qYNEdAXJ_Z9ajjBdUqGP6JvRFJlkOHTz77EDB5TATrgM4jpHBv7b','Wonderful experience! They were very friendly, and worked quickly to get to the root of the problem. They made a very stressful situation bearable.','2017-09-16 16:25:40.060000','2017-09-16 16:25:40.060000',5,'Ally Gonzales','https://lh3.googleusercontent.com/a-/AOh14GjeXEgonlT9saGdezMAZu5zc_CUVXshpCRVvmHW=c0x00000000-cc-rp','16590124370714063921',35378),('AbFvOqksM0WNLE7JMNGS3lqU8XFGIYLR5n-_x7-AE5-zUxrEA1HNHfhxZ7ijBNeA7apVh8akLNdD','The nurses Alvean and Thuy An were very attentive and caring during my stay. Marcus the Technician there was helpful and will keep you calm while doing his job. Those three people will take great care of you and your loved ones.','2020-09-23 15:10:34.251000','2020-09-23 15:10:34.251000',5,'Bernard Matthews','https://lh3.googleusercontent.com/-kjJlsAAKDi4/AAAAAAAAAAI/AAAAAAAAAJA/AMZuuckjuRmbDjZ8jEQr31mRznWSd1i2KA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33178),('AbFvOqkSm2maprLyzDJKsO52DIihZIWUq7bGsYTV0rwevufDRnuLO8lHvpMhYZb3B559FM_eJr1QUQ','My family has been here about 10 times since Thanksgiving and it has been wonderful each time! Everyone has been amazing. Jennifer and the girls at the front desk are super friendly. Matt Jenci Anne have been so caring and amazing for us. Highly recommend!','2020-01-05 18:13:29.100000','2020-01-05 18:13:29.100000',5,'MEAGAN REED','https://lh3.googleusercontent.com/a-/AOh14Gj_t-UP2wUXdtS9c0kqe4q2E0RmAwIKUznzyUiC=c0x00000000-cc-rp','8626688543755174284',41958),('AbFvOqkSmeOit_s6xfL6eUL3V1SjLs_crq4Zk638ip-VTlf1Pw-EyD9eGue3p4WA6Nue2RsKc0sqQg',NULL,'2020-10-05 17:12:07.668000','2020-10-05 17:12:07.668000',5,'Crystal Camilo','https://lh4.googleusercontent.com/-NwsXugv1ah8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnNFP5pH9cQgjDyDdVwhGUW5WZqSg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31562),('AbFvOqksMERURUAEudMqNLa_1fiwPkiqMuDLO6ogamZNngPPWB2cwCixH-JKyOB4OxbcSIa1LzE-Ug','I would have given this 2 stars because the medical staff were kind. Unfortunately, the woman at the front desk made it impossible for me to give it anything but 1 star.\n\nThey administer a covid test that gives results in 15minutes. I took the test, got negative results, then took another the next day which came back positive. They mentioned nothing about the accuracy of the test. They asked nothing about when my exposure was (which would effect the accuracy of the test).\n\nI was told to print and fill out the paperwork before I got there. I did but when I got there they gave me another stack of paperwork to fill out. It took 30 minutes to fill out this paperwork. 25% of it was illegible because it had been photocopied so many times.I told them I wanted to pay out of pocket. They wouldn’t admit me unless I signed insurance forms for which several pages were missing.\n\nI had no interest in filing with my insurance so I called beforehand to confirm I could pay out of pocket. The automated phone messaging said I could, but I waited 30 minutes to confirm with a human. The human on the phone confirmed that wouldn’t be a problem. Still, the woman at the front desk insisted this would be ā€œinsurance fraudā€. I left the office and called their phone line again to see if I was mistaken. They said the lady at the front desk was wrong and they had no way of connecting with her to close the loop on this confusion.\n\nI filled out the partially incomplete unnecessary paperwork and was told to wait outside for someone to call my name.\n\nI waited for 2hrs outside in 103 degree heat. Why couldn’t I wait in the car with A/C and have them call me on the phone? This mystery will never be answered.\n\nAfter 2hrs they called my name and said that a page was missing from my paperwork. They gave me a single page of an 8 page form to sign. This was an insurance form. I waited another 20minutes after that.\n\nOnce admitted, they tested me. Then, I waited another 20minutes to get my results. The results reported a false negative.\n\nI know five other people who have been here. Everyone said their experience was a disaster.\n\nMy doctor said the test they administer is ā€œknown for returning false results all the timeā€. The most flattering stats for the test’s accuracy say it’s 80% correct. Most stats out there say it’s about 50-60% accurate.\n\nIf you’d like to know if you have COVID right away, here’s what to do: 1. grab a quarter, 2. pick heads or tails, 3. spin said quarter in the air, 4. congrats - you may or may not have covid.\nBenefits of this method over Signature Care: 1. Instant results, 2. Equal accuracy, 3. No false sense of security, 3. No accusations of ā€œinsurance fraudā€, 4. No emergency room visit during a pandemic, 5. No risk of heat stroke, 6. No brain flossing, 7. No paperwork, 8. Save $175.','2020-07-20 19:14:23.702000','2020-07-20 19:14:23.702000',1,'Julianna Scruggs','https://lh3.googleusercontent.com/a-/AOh14Gj3CxGkyY8dpXpVxkNDu5gRrm7jvd85zHZAMY6SMA=c0x00000000-cc-rp-ba4','16891069708558046635',35849),('AbFvOqksmV1sz4C5JudkJe8drVzMR71lEDsR7Veg6I8Cng_FsI3rnTYeJSbT2tqUuy7SUzv1htx6wA','(Translated by Google) Excellent service from the front desk lady, very kind and quick, they gave me a consultation in less than 5 minutes, the nurse and the doctor very professional as well. I recommend it\n\n(Original)\nExcelente atención desde la seƱorita de front desk, muy amable y rĆ”pida, me pasaron a consulta en menos de 5 minutos, la enfermera y el mĆ©dico muy profesionales tambien. Lo recomiendo','2018-10-17 20:27:46.877000','2018-10-17 20:27:46.877000',5,'Veronica Nohemi','https://lh3.googleusercontent.com/a-/AOh14Ggsiq3AFeSjyDt-rso9NxwRihv0BIyKs9EDSevrdg=c0x00000000-cc-rp','3511292162159714121',40807),('AbFvOqkSnkmkk7HlSglRbTWEavblC-KFfndVmMLiaAFVHHxC11SlMI7fAIxORFSvmJet8R1_camx','Signature Care offered great service! Each staff member was kind and attentive. The center was clean and comfortable, and there was absolutely no wait! If I ever need to go back to an emergency center, Signature Care will be it!','2016-06-08 18:32:34.260000','2016-06-08 18:32:34.260000',5,'Madeline Rawicki','https://lh3.googleusercontent.com/a-/AOh14GgA33z8qkmY1l7CxYJgtjBpAnENAwsYU_VgDikYrQ=c0x00000000-cc-rp','14567670160750071148',31237),('AbFvOqksnr1WV5Dl_4jvcSJwk5-qvF0IzGdrOoynm-dxLbXdO0OVyJoXqfrKGpu6j1LZEz4_6Hym','Loved this place. Game me the feel of my PCP’s clinic as they were very welcoming, warming, and attentive. Didn’t feel rushed like an urgent care or emergency room at all! I couldn’t even sit down before they called me to the back. I was literally in an out in about 2 hours. This will be my new go-to place for emergency visits.','2018-09-03 16:24:28.267000','2018-09-03 16:24:28.267000',5,'Mera Beckham','https://lh6.googleusercontent.com/-ZMk73q4U-SM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckanAXpAowenYNxfKdjpaB8dTbwog/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30752),('AbFvOqkSNrsMhU1aJfbuCBJ4ngfwKnFbWDRtJgmjB-SlxkFon3rqYBX7YTYddl4s5vSg2E0jBuOPWQ','very professional staff rapidly took care of my needs doctor and nurses were checking up on me often to make sure i was ok .','2019-09-21 05:02:40.661000','2019-09-21 05:02:40.661000',5,'jonathan lozano','https://lh5.googleusercontent.com/-_YBqKYdvKwI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmUr4In6sNN-v7RMk4V_WfNapPviA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29657),('AbFvOqksnvC3Co9VMiSIDnIRgvbEgHtVfdvOIYn-oPZ_0rMBX5-EH0jMNmSV45BGvJmvt6l4AxIr','Quick to get in and treatment top notch. Thanks to Chelsey for making this experience as painless as possible. I defiantly would recommend.','2020-10-03 00:23:28.063000','2020-10-03 00:23:28.063000',5,'Sam Goldsmith','https://lh5.googleusercontent.com/-F3-dyruKGJI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmW3i_XMQiWTItHwOZFNxPSiFZAEg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35748),('AbFvOqksODPG8LKeEVqAuSTanbECClEtwdaUkizTQwL3j71SfS52WjfezkYs1ssRZuSjXjU_vtByPA','Very sweet staff. I was in and seen the doctor within a hour. Linda check me in and had me in a room in no time at all. Karen the nurse was very nice and filled out all the paperwork. Very,very thankful for that one. Sara was very kind and quick with the x-rays. The environment was extremely clean and nice. Dr.Curtis came in and listen to me. I don’t feel like I was charged for useless stuff. I would recommend for anyone to come in that has a non emergency or emergency situation:','2019-12-26 01:37:53.351000','2019-12-26 01:37:53.351000',5,'emily gentry','https://lh5.googleusercontent.com/-AfufPkArlbw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucna4PlF8m-PQWJud_WbdQi8aOaoFg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39742),('AbFvOqkSOo0p0Z0pIsCP6o-eyQcMNMTMQ4BgwR6dHijnGGeHZAs3hgf0muCSNSMCGWvP8FKxjDtX','This is the same ER copay as the Memorial Hermann Heights Hospital down the road, but one million times faster, and more pleasant experience. It happened to be slow when I arrived, but was taken right in and seen by two nurses, one RN and one doctor within 5 minutes. The min amount of time it could have taken to be treated was 1.5 hours and it took 1.5 hrs. Everything explained so clearly, felt like a priority, felt listened to, comfortable environment (as much as possible in an ER setting). Dr Golla was one of the best doctors (ER or not) I have had the experience of being treated by. Waiting room has lots of (clean, pretty new) toys for kids, big screen tv with movie for kids, and fridge with sodas, etc (free). I did hear they do not accept Medicaid.','2018-06-04 13:26:26.206000','2018-06-04 13:26:26.206000',5,'Kristen White','https://lh3.googleusercontent.com/a-/AOh14GjckBGiAz5HzznSlbZ9hxxxpvQyIP5USIF-Z_-sUQ=c0x00000000-cc-rp','14567670160750071148',30832),('AbFvOqksoVXCWvBGh66Q8-EP-kAU-14alI19P1pZ-oQtu2r-5EfVRds5p-BZcya7HE9FpeeAqTdpMQ','My mom works there and the staff at signature emergency center are really nice also Jessica Sanchez is the best manager there she’s nice helpful and friendly.','2020-08-08 02:14:53.477000','2020-08-08 02:14:53.477000',5,'vita franco','https://lh5.googleusercontent.com/-XqRuEJVNgk4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmhNuBC9d1QWjFgIEoHldpIBvJyWA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31790),('AbFvOqksPo20kCcC99Ythqz5edyG5tfiY3tj69VSMpJ5T_9ezxD8EuZf_PTS8e1-yycwNzeWeBq47g','My experience was great. The service was excellent. People very sweet.','2018-08-12 03:29:52.848000','2018-08-12 03:29:52.848000',5,'Silvia Espinoza','https://lh4.googleusercontent.com/-uahsBsoiC7k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnktnJK_nWkhQ7x56brRBKjgglnMg/c0x00000000-cc-rp-ba3/photo.jpg','8918455867446117794',43372),('AbFvOqkSPvV3jL-AGfsW5VjRZllsV6eU5mtpne9pC4dcAaZ-GjqvFqeo7DuSNDOlyQT--PBIUiDMKw','Great... Tory was awesome!!!','2016-06-11 05:20:57.817000','2016-06-11 05:20:57.817000',5,'Claudell Vital','https://lh3.googleusercontent.com/a-/AOh14GiUWa4lILeAXXRG7CTd8lB880RtTvbP2wkPnOJTRg=c0x00000000-cc-rp','3511292162159714121',41216),('AbFvOqkSQ26crGPdXIbhHEHgkbeQzKvMVYYFl5tNpMjRtc-TJsyFIAgZje_QP9KEdiYl3XeoY768RQ','Omg one of the most friendly place I have been in Houston to thanks to Graciela and Eleaterina','2020-12-21 14:24:53.537000','2020-12-21 14:24:53.537000',5,'Hiakeem Grant','https://lh4.googleusercontent.com/-aC21Bbum31Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm347T9C-N07VNr0o-KcojbSqj9VA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',43648),('AbFvOqkSQ6jmHvIUsWuh70kY3_e639fHKUy10JB-VlpgVlWnqFjKYjXgXImHv3TSK4KvW1bNM6tExA','I love this place they were very polite and helpful with answering any question I had.the service was quick even though they were super busy.','2019-02-19 17:13:42.946000','2019-02-19 17:13:42.946000',5,'Kassie Shosls','https://lh4.googleusercontent.com/-qxQHWdE7Iiw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1-6oYPXIU0DZkwAOiqo7XlsUK9A/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42145),('AbFvOqksQdRaVRWTNgPty6d-BlxeHI6-6U-nlxh3YaauFuYgLw7fR26j_nL2yfNExKshvADrQurzUQ','Complete waste of time. Left with same symptoms I went in with. I haven\'t slept well since Sunday and they say I\'m fine to drive (Ialmost hit 3 cars and my garage door. I should give then the bill for that. So I tell them I\'m extremely winded still just from walking to car to front door and they ask me to come in again. After I just told them I obviously can\'t drive. Never again.','2017-05-26 14:46:33.328000','2017-05-26 14:46:33.328000',1,'Crysanna Hone','https://lh6.googleusercontent.com/-9VR39FSjRrY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnOI6wv6mP5RZKEXdzNQbj3GW00dg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31035),('AbFvOqkSQfzvHaYv4WR0EU8fLtnPvMXQ2KDAOqsFkhcjqtPmcvJTJpUK6x8m6uRXIflPdZBMauJKCA','Quick and easy and very friendly staff! Andrea & Kelsie were super friendly!','2020-12-20 14:54:14.888000','2020-12-20 14:54:14.888000',5,'sam butler','https://lh6.googleusercontent.com/-gqxOpfl4Jtk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmHLJ-_fbFfbpLxg_X2XcwAO8eHmA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44649),('AbFvOqkSQGRd_Xczjo4VGsd3H9GXPy2pApm7teJ4W6wbTf68XJBZlvAIlcZQJ97sMiT9xiXeBjzYTA','excellent service!!! specialty dr GOLLA PRADEEP very professional','2017-12-31 12:23:20.660000','2017-12-31 12:23:20.660000',5,'froylan naranjo','https://lh4.googleusercontent.com/-B1yiFgk7sCU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3lQk4sz2NHaDBl8pHYYuWReYc7g/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37007),('AbFvOqksqwyX04Qhah8vMUypuVkuFCSI36pQikhK4yWu9btuS9oNt-KmfdBimqND6tmsp0BMQ28u0A','Selena was great, really nice.','2020-02-06 18:55:11.337000','2020-02-06 18:55:11.337000',5,'Julio Pina','https://lh3.googleusercontent.com/a-/AOh14GjwIJJKfWVAK8EyKjACy7Su4ayjvVhahejN8jbMww=c0x00000000-cc-rp','17394740196501090048',36638),('AbFvOqksqYFBB4HLmQ8-LJjNFx36gzi_bWUDKILzV9ZmExw9Xn9vPWxkcixrLvhwU4-5PLJjkmaD','(Translated by Google) Incredible Dr. Miller and his team was Bryan RAD, Meredith, Tech Tim and Jasmin were very efficient at all times. Jasmin took our information in a minute the nurse came for my husband. Dr. Miller began sewing on my husband\'s finger which was bleeding immediately. We leave in 30-45mnts. EVERYTHING very efficient and professionally done!\n\n(Original)\nIncreĆ­ble Dr. Miller y su equipo fue Bryan RAD, Meredith, Tech Tim y Jasmin fueron muy eficientes en todo tiempo. Jasmin tomo nuestra información en un minuto la enfermera vino por mi esposo. El Dr. Miller empezó a costurar dl dedo de mi esposo que sangraba inmediatamente. Nos vamos en 30-45mnts. TODO muy eficaz y profesionalmente hecho!','2018-09-07 05:53:06.511000','2018-09-07 05:53:06.511000',5,'Nidia Padilla','https://lh3.googleusercontent.com/a-/AOh14GipcXnE1m9WI0JaiEdWXVisVan-Wv2Q-ua0HXCQkQ=c0x00000000-cc-rp','14567670160750071148',30741),('AbFvOqkSR3OBwdU4SSQF_mJCr4CEM0zqNr24NYHJAxGumdyR57nLjOuRslYNy6TrZQeeunWlSMbV8g','They were so fantastic with getting me in and tested. Cristina R., Chelsey, and clay help us so much and would definitely recommend for rapid COVID testing!','2020-11-09 16:37:03.862000','2020-11-09 16:37:03.862000',5,'Lola Cole','https://lh6.googleusercontent.com/-YFTw8KGEXoQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck6RURGYnnKGEPZK5QCB43XJchX6g/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35608),('AbFvOqkSr5HiPduI4_4WCBBI56OYU2F0X6H0Z3JcxlUng46tgtZTBH6IamDYwnrYidew7gUVJmNCDQ',NULL,'2020-11-26 17:32:26.949000','2020-11-26 17:32:26.949000',5,'Kevin Moses','https://lh3.googleusercontent.com/a-/AOh14GiKkgbk0dqKQtk9BzlsfcQOo4pZwBk3RDSzXPnD7w=c0x00000000-cc-rp','17898197009688164559',37419),('AbFvOqksr61T6koh55ecw0fsN1Zb4qE3on_43SHZ8-lXRiINd_0Vb6NdHu0qwp0EbN0J1mWup3r6kg','This emergency center is literally the reason that I am still alive!!! The astute doctors and nurses here took my abdominal pain seriously and found several ovarian cysts that were cutting off my blood flow and got me transferred for emergency surgery. Nurse John Bell has the best bedside manners I\'ve ever experienced and Jennifer D., the receptionist, has the most sincere empathy. This is the only emergency room in Paris, TX that I will go to.','2019-04-17 22:18:20.469000','2019-04-17 22:18:20.469000',5,'JoAnna Snowton','https://lh5.googleusercontent.com/-KSLwL0z-Dgg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucly8j-JFs9jhhmN-B6iuZT5GglCwg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42101),('AbFvOqkSROkmE81dgBjyCGWvrF3fsn-Vtd4b4_LlUmOqLKEvxJtl0_n6RYbIdl_evSltL_uwNDBQEg','Nurse Jani and Radiologist Tricia were great. Both were very helpful at my ER visit!','2019-04-18 15:21:40.847000','2019-04-18 15:21:40.847000',5,'Brittney Brown','https://lh6.googleusercontent.com/-cW2XAIO3gE0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucleTy7vk2q2hf_f_rCh5sTRD8dWxQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkSRqXllU8P4Y2_rFZiSZ_cbEjXWUOHjU1aOq3k2EfYpFkYfVWSCp_407IjrqHFUAT-VA5s-A',NULL,'2019-11-09 22:44:49.575000','2019-11-09 22:44:49.575000',5,'erica kropp','https://lh3.googleusercontent.com/-XUahSfx2LRc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQGErI7gdF822O-Qh_MSpuug94rA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34567),('AbFvOqkSs-lGHfCHf6rT3u65Nf59z1qRthT6b8aB0CgDmb6Zfk5JxcJsVWEVXvM4yCJgf0SRqFIDUA','Amazing group of folks. Nurse Sarah and Radiology tech Fatima were amazing. My son is no easy case when it comes to strep and flu swabbing. They handled it like pros. Dr. Faig was knowledgeable, thorough and attentive. This was a pleasant way to spend a hard night. Not to mention Tanishia, the receptionist, warmed us up from beginning to end. I highly recommend SignatureCare Emergency Center Copperfield.','2019-11-13 04:14:10.295000','2019-11-13 04:14:10.295000',5,'Jordyn Lorenz','https://lh3.googleusercontent.com/a-/AOh14GjXPC0e3-gK9eHyucP4cn-75AhuiRagTty340nZsw=c0x00000000-cc-rp','17898197009688164559',37886),('AbFvOqksSHcw_8SltY71Cs0RsVfUPGIZ8m2ZOPlKIGFpT8tzcY_TPXWEp0M7shR0D1P2O2tkRHcDtA',NULL,'2016-12-28 18:59:54.956000','2016-12-28 18:59:54.956000',5,'Raisa Kirksey','https://lh3.googleusercontent.com/a-/AOh14GjcgmnYVAeaTzeB0qNh0TsOvwUaV-H91iyFdyvQ=c0x00000000-cc-rp','17394740196501090048',37244),('AbFvOqksSnk_wHFSuxJXAJBWniS2N5jcCRP13aS6vXWKSQ1xK7ag5I811GQ5fnWFQ8J9v7YpboJYJw','Everyone at this facility were super kind, patient and understanding. I was seen immediately and treated quickly. I would highly recommend Signature Care to family and friends.','2016-08-22 04:58:05.428000','2016-08-22 04:58:05.428000',5,'juliet Rothwell','https://lh6.googleusercontent.com/-Alb9UDHU0dg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckRmH52jdBJTZfrdAoVCMeOKNGe7Q/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31200),('AbFvOqkssok5VnxDhP9jUxr2O22P4C_emY8Vlc1Elw8WNhFLXpu6i9lx_0zYgsRsDsyl_TcGrqLr',NULL,'2018-03-19 19:49:03.230000','2018-03-19 19:49:03.230000',5,'Jennifer Leon','https://lh3.googleusercontent.com/a-/AOh14GgexQnhEdIevDZEEMhTeugz-tih_Do_0Xa0JmZg=c0x00000000-cc-rp','3511292162159714121',40950),('AbFvOqkSSSbIclw4UV_gqbUxfOjGYMUvu8Ghwavcr8NWm3mqniyC4pX_qBAZts1uheksvJZ7ypwhXw','All the service was exelent.Dr. Nguyen and his team\nNurse karen, tech Tricia, tech Sean, registration Patricia','2019-08-30 21:09:33.169000','2019-08-30 21:09:33.169000',5,'Marlene Diaz','https://lh3.googleusercontent.com/a-/AOh14GhbtAya5APIVS5TDIE-TtEP4-dc97AeolIifZGC-VU=c0x00000000-cc-rp','16389487648212004696',34009),('AbFvOqksszgP65dB3Fqd6XNs__smqXdwTBJkO0YPmVViefyxOWpnECGlkOSHXF632_iYaKtc3eJJ','Everyone was so amazing. They had a lot of patients at the time I came in but we never felt rushed or abandoned, as you sometimes do in the ER. Brenda at the front desk was very friendly and helpful. Dr. Estevez took the time to explain everything not only to me but my child as well. Nureen the nurse was very kind.','2020-01-13 17:12:18.015000','2020-01-13 17:12:18.015000',5,'Jessica Vickers','https://lh5.googleusercontent.com/-vwuN_PQZWQY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmH_QhelO0gYqEFBGYAw3sxDWkGNw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40348),('AbFvOqkstaUWpA4nqsJXZzSto8z6WNMFc0hgd0Lg5FeqW7Cg2XsrKvdT2x9qrDfcAdcqeNdIA90e',NULL,'2017-10-17 00:41:55.104000','2017-10-17 00:41:55.104000',5,'DeErika Canady','https://lh3.googleusercontent.com/a-/AOh14GhVPMGE5t29U_G7LbPt0N5UJYIZr6rEhTCqLWhOMg=c0x00000000-cc-rp','8918455867446117794',43467),('AbFvOqkSTieeyzuWupaYjvA-8WBUJ10E9cCajR36sVVvhsFOMz_Mj7anYqa7G-i9oacR_TfDD4i9','Great service, friendly staff, and immediate care!','2018-12-04 23:03:58.192000','2018-12-04 23:03:58.192000',5,'Chassidy Racquel','https://lh3.googleusercontent.com/a-/AOh14GiwqE9CmvgYv3nd9OnIcr-ek0QhOz9BT2UJA3uf=c0x00000000-cc-rp','12541597562633926366',29179),('AbFvOqkstQB9AcppsCpXCSpOv30L2G9f-KYr_hu6CC9MNKlvvsItZ7LLgKpir3rC5TP_5r-Zo91Y','Great place to go to nurse Troy, radiology Jessica M., and the registration Melissa E are wonderful people thank you!','2019-09-11 03:36:13.166000','2019-09-11 03:36:13.166000',5,'Alejandra Calderon','https://lh3.googleusercontent.com/a-/AOh14GjqdbVN90bin7jOqoneb7ZTrvHDPcVueoFXXdE3lQ=c0x00000000-cc-rp','16389487648212004696',33973),('AbFvOqkstst7R6PPXBFRJ6Jtb3PtcWDtbvyR8WmF3XQquJPiuwZpT3_cYIXUUZQtD7sGQkveaDk_Ew','Loved my nurse Gabe. Best care I’ve had in College Station','2020-01-15 11:24:39.313000','2020-01-15 11:24:39.313000',5,'Brittany Mauritzen','https://lh5.googleusercontent.com/-gPhxCfX88RA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck5pyF8ixcz5VSTWJOFjyC9atbMzg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34445),('AbFvOqkstxnF70EJpbndjc_-s3bEUnbiS6mByJejlAX0_8OgCWHCIoNneOVQW84vGllfcuQoHiRXXQ','The entire staff was amazing\nI was nervous to bring our two year old but Dr.Nguyen was amazing with her. Dislocation fixed so easily.\nVery happy and grateful we had the staff we did.','2019-05-14 04:47:51.614000','2019-05-14 04:47:51.614000',5,'Alaka Parker','https://lh6.googleusercontent.com/-mxlBHFKR52c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnrWg0L9DRJWUE3n8627POCzfSpVw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkStZolPq1TX6-hrMRVOuyfc_tx4n698N0Zd2cGyLfz16_F8g4brbf9Sj6ESThoKK9458L7Hw','Always fast and easy, no waiting and very nice staff....','2019-10-29 01:13:09.002000','2019-10-29 01:13:09.002000',5,'claudia molina','https://lh3.googleusercontent.com/a-/AOh14GhBEWLAxOzbMmoAkj96fjiz3FhVD_ph8pi5o2iQ=c0x00000000-cc-rp','14567670160750071148',30425),('AbFvOqkSu0MwHxuV_o0g2PP5oyhGbclKMROI8dSEXsHA3gCQjiZadwZLx4fKUOmwPDoujMed12C0zQ','Amazing experience, great service.','2016-09-14 11:51:19.577000','2016-09-14 11:51:19.577000',5,'Zalfa Teriaky','https://lh3.googleusercontent.com/--sieWxONxh0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmOVYZmZvsTSEGt_faiqAAUpefJrg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41170),('AbFvOqkSUCs0gbxEoPwq9A56UaYdqM825jccjHD0cqakAu5GC81npMNNcqf4wyKEfV3K8wek-x3E0w','Great experience. Staff was friendly and comforting, and did a thorough evaluation. No wait time.','2016-05-09 13:02:33.676000','2016-05-09 13:02:33.676000',5,'Kaila Therrien','https://lh5.googleusercontent.com/-r1Isq5JEUxU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck5aOTsELA5b_5yNOBI3fWG51vLlQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41234),('AbFvOqkSueiwxoeQUBAkwcX2sVkqb7Ky0KkhBO6cDmIlvbYYwgQynCe6M0eEKsi6ZzuhpKYzmfuc7w','Accessed this clinic for a minor issue. All of the staff were very friendly and all areas were clean.\nThe wait time was not very long and the physician examined me and provided me the results of the test promptly.\nNice place to go if you need urgent care.','2020-09-26 21:57:40.952000','2020-09-26 21:57:40.952000',5,'Susan Dierker','https://lh4.googleusercontent.com/-7nNt8aOvab4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckoBMN5zy4nWwMK7Y_J1_UQDZQDNg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42893),('AbFvOqkSuSB5yZKC7FYbQbb8d2p0j322zqLwN12x-WOEP7rPVWPDreKUzCU8EHy49EiXrD3dn21m9w','Once I got in, it was a quick nice experience. Georgia was the best!!','2020-11-12 03:09:04.371000','2020-11-12 03:09:04.371000',5,'Mahuder Belay','https://lh3.googleusercontent.com/a-/AOh14GiTaPbwg0_dtIT0nPwX1v9YHL9CozbfNjJ19yBoBg=c0x00000000-cc-rp','14748677429039074158',31372),('AbFvOqkSuTUq7_rBkpcy0s8pIgsLasfGU-i6F1DyAnYQBg75yEnLD44YmAtYJhHHR3j_8szFOwlq9A','The staff is so friendly!! Brandy and Natalie went above and beyond to make me feel comfortable. Dr. Dendy was fast and prompt.\nThanks for the great service!\n\nTodd','2020-08-08 15:02:29.528000','2020-08-08 15:02:29.528000',5,'Robin & Todd Alston','https://lh6.googleusercontent.com/-Qk7MnJwuZok/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckNM1tq4lJhdDy34UO0XbiexqObiw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32266),('AbFvOqksUu-rYPtpzjcBkRza8qK-oDO3r_tu_Q52SL-r9RNimTcaMado1PHrYuEJVoyupjt0bjgKCw','I walked in and was seen within 5 minutes. I was well taken care of by Julia, Valery, Brittany and Delores. They were kind, caring and sympathetic. They checked on me and made sure I was comfortable. The Dr was easy to talk to. I didn’t feel like he was in a hurry and felt as though he listened. I would recommend this facility and staff.','2021-01-20 21:25:35.507000','2021-01-20 21:25:35.507000',5,'Michelle H','https://lh5.googleusercontent.com/-wsVQSH7GVcU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnAz-8V7rxE158Ea2QzEXc7lM53-Q/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44463),('AbFvOqkSVGE7Fle_qriM-B0PeEyg3QNkLcSgg1I7lP11K9DH5KF_NNWf7GFFAT6kT8Ja-3MTqYz50Q','This is the best clinic i ever went to! Staff amazing and doctor excellent I rather going here then somewhere else! I just love it! Whole process last 30 to 40 min and i was out! I love itttttttttttt keep doing the good work!!!!!!','2018-03-13 12:45:39.302000','2018-03-13 12:45:39.302000',5,'Yilena Acosta','https://lh3.googleusercontent.com/a-/AOh14GgFPxgUnHaXPvErNtSaee48tyOamuKexMFNy7O-rQ=c0x00000000-cc-rp','17394740196501090048',36974),('AbFvOqksVgwtsfadhxKQmjYzo9Ty5YdcAVdqnk6TowkA9Uw8YtpfNMT-cirMEULIT88v9DT4G31p-A','I got a covid test and the staff at signature care, Sam, Cody, and Brenda in pflugerville were very compassionate, clear, FAST, and helpful. Obviously not the most pleasant experience but they made it as nice as possible.','2020-09-01 17:57:59.097000','2020-09-01 17:57:59.097000',5,'Leah Chapman','https://lh5.googleusercontent.com/-Dr1vPBK9KPg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmphAuKvcyfv50ggp2B-85xWXzupQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38552),('AbFvOqksvh8GXp8gIMelHfZJh_DPz6KEKCH-kv8-56-FbOpb-HdkJDALWyTkRygXMEpEyPUZs2Shvg','I would like to think you guys, I came here very sick now I’m feeling good and I am ready to go home thank you so much for the service','2019-01-24 22:08:42.731000','2019-01-24 22:08:42.731000',5,'Abdull H','https://lh5.googleusercontent.com/-z5npSMkZo2M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckTr1wnoSLYtMgT8W-Sli_7swMjZg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40690),('AbFvOqkSvK1YQ-C-7vA0sdzrYhrLE-9sRXftGqHmEMv7hzfp4ZYKlGgzKIRQaJBXpcfMPcz4z8xh0g','Thank you for the wonderful care I was given tonight. Starting from the reception with Sita who greeted me promptly and got me back fast when i was short of breath. Thank you to the Nurse Kim and Er Tech Cory for helping me in the room making sure my breathing was okay. Thank you to the radtechs Allison and Ahui for the easy process during the chest xray. Overall grand service was given tonight :)','2019-04-17 04:28:07.709000','2019-04-17 04:28:07.709000',5,'carolyn new','https://lh6.googleusercontent.com/-T_91T1zujj8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclxzm0rNDgTuyRUOPKWSO1Q1Z5T1Q/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29872),('AbFvOqksvlFClMvcNIg6uX2Zy9FjasYeMxtAc4GlM_4NQTkpNnNdVdH8FQl5W1tJX4wq2ARgmF1LRw','Correction to my review. My husband was pleased with the care that he received.','2021-01-05 01:14:00.912000','2021-01-05 01:14:00.912000',4,'Dee H','https://lh4.googleusercontent.com/-XxOxFPF0Fgc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclurZHniKaw1TBgth7gIxn5LsBuyA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',44323),('AbFvOqkSVqPMojfi3pe39Vm8MHh6VwUWfA0i50oSToqDPPQfUFuz1VutakCiFEnAzFhFGhvUFy3iCA','I am at the clinic at Lewisville this guys know how to to their job I got her at 3 pm and they just give me the results unfortunately am positive for covid-19\nBut it was fast and now I know what to do.\n\nFor the clinics in DFW learn call them ask them how they are doing it.\n\nWe need this to be fast.\n\nThank you to Dr chowdhury for all the info and thank you to Osbaldo nurse for been very profesional.','2020-08-06 21:42:49.715000','2020-08-06 21:42:49.715000',5,'M4 Construction','https://lh3.googleusercontent.com/-TOqD5ykmkOc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn8cV8PXwZxx3xZyEfT_tcO1NvmNw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31797),('AbFvOqkswe-7mxww-AtNBR5wjhhGzrG4IJz3iY_a_QVT6BgNXZ-n-_1hk3L9PaH_V3cbL6x3PM3x','Great experience! Tanisha made me and my family cared for. I highly recommend anyone fo this location!\nThank you the team at Copperfield and Tanisha.','2019-12-04 07:43:56.132000','2019-12-04 07:43:56.132000',5,'A&A FH Videos','https://lh3.googleusercontent.com/a-/AOh14GjvC1dbWGQd6OfgjlOVSm-Hk41z4Rsw0r0x6X3Hzg=c0x00000000-cc-rp','17898197009688164559',37828),('AbFvOqkSWX95wBoVuAjLvOa8SsBqLN50DjsiiES3sYdhe__7PGWlet5PPDrtfQ3XHyGAOJOb9t0q0g','This place is awesome great place to come when u need medical attention. NURSE Alvean and Jani great','2019-05-09 16:01:06.663000','2019-05-09 16:01:06.663000',5,'Anthony Larry','https://lh5.googleusercontent.com/-AWDgKtANxvQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl2l5zZaqVS8Ukf8zi4yzVE8Lal1Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqksx_kvn4JdsNuUC6uNEY1WBbhOxekNJx1rpXtR_wZzhpDHx8qFfECCGsdfYkNdHFCYwJrGig','I had been fighting a sore throat for two days. Because I have an important appointment for work on Wednesday the 25th, I decided to have my throat looked at so that if I\'m contagious, I won\'t infect others. Also, I was tired of the pain when I swallowed. The Center got me in almost immediately and the process began. My vitals were taken and my history was recorded. It all took less than 5 minutes once I got into the examining room. Dr. Lingan could not have been more caring or professional. He gave me the appropriate medicine to address my throat and said to get back in touch if I continued to have problems. My overall experience was outstanding. Kuddos to Nurse Christina R. and Christina C. at Registration. They are all part of a wonderful team!','2018-04-24 21:46:09.441000','2018-04-24 21:46:09.441000',5,'Stephen Garnett','https://lh3.googleusercontent.com/a-/AOh14GgctJlxirXOJ6rQvZfrSJxzOl38Ndxl5nk-Ae5_sw=c0x00000000-cc-rp','16891069708558046635',36407),('AbFvOqkSx16vlvGGbbFBpJQPuP7NCKZxHpLYl8tpkh9gafbQq4uHbX_4z83ohWEEFhGM4qqObolu','I came in to get s covid test after i experienced symptoms and Josh and Theresa were wonderful people. They took good care of me and even talked to me to keep me a calm. They were very friendly and treated me like family. I would definitely recommend them 10/10!','2021-01-13 23:56:32.071000','2021-01-13 23:56:32.071000',5,'MercedessBeauty','https://lh3.googleusercontent.com/a-/AOh14Gghv0YedXxRDVn2dVkmqvkNPY95PNVzjXfPAsXPLoU=c0x00000000-cc-rp','3272657195432704501',44620),('AbFvOqkSy7qV1vPM9voQBMwu09WGOljF-OVa-1jRiZeKSEHxyXG-08zdUCoIuRLYICHEZSkCAlqU','My son had to come in recently to get stitches, in his eyebrow, and I have to say despite the circumstances this was the easiest & quickest experience I have ever had going to an er. The nurses and doctor were very nice and attentive. Even though they didnt accept my sons insurance they were very upfront and across the board about the total price and that\'s what made me stay. There were no hidden fees, extra anything just straight across the board. The facility is very clean and welcoming. The staff is very friendly, overall excellent experience and they did a great job on my sons stitches as well. Thank you guys!','2018-06-30 12:35:44.217000','2018-06-30 12:35:44.217000',5,'J Moore','https://lh3.googleusercontent.com/a-/AOh14Gi3OHsapHze0YZhR21wcSf2nKgJTnkCrmmhIFqK7A=c0x00000000-cc-rp-ba2','17394740196501090048',36936),('AbFvOqkSYV7rSJ7z1A6VcXuFltDTKeGoWuixQQXFTc5rFgsR_jd20xHYudcUkaXkaP1xurJDjL7jTQ','All of the staff were excellent. Robin in registration was very kind and quickly got me registered. The nurse Austin was very good about keeping me informed and checking in to see if I needed anything. The tech Brooke was very sweet and took great care of me as well, during the CT and X-ray she made sure to keep me as comfortable as possible. Thank you Signature Care ER for a wonderful experience during my time of need.','2019-04-25 05:51:22.130000','2019-04-25 05:51:22.130000',5,'Kristin Yosten','https://lh4.googleusercontent.com/-LyWpevAii2g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclD-k2ClIRM_F0R6voQE2V_CC6UYw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42095),('AbFvOqksyWV9o1vn7q5PVNiAOFL8bkMM1wkiWZyFroqA84YXaM7BiuCdI2LwOhcU0uNq1s0LG-6SYg','The whole experience was fast and easy. The staff was great and very informative. Thank you, Dr. Angela was great.','2020-07-18 17:46:04.045000','2020-07-18 17:46:04.045000',5,'Lisa Aza','https://lh3.googleusercontent.com/a-/AOh14GiYJwWmEPFWfcU2RnCmpSMLCuAsWP87a48P0u7ULX0=c0x00000000-cc-rp','14748677429039074158',32007),('AbFvOqkSyZwfhvyEquAXHQ96bEYrD6BKgVkXnqYKODNg2hfRP2goB7ZXNETSDv1WVVEb4WfvJ5PR','Wonderful staff. Fast and professional service. Thank you Deanna, Dr. Thomas. Trisha, Tristan, Ellen for making my child feel better!','2019-02-26 01:07:41.019000','2019-02-26 01:07:41.019000',5,'Brenda Moya','https://lh3.googleusercontent.com/a-/AOh14GgX1DAgsUQ2-K8C_BagzpI_CIvOo2obW5QPEcjV=c0x00000000-cc-rp','12541597562633926366',29135),('AbFvOqksz5wM5SVJsG4Ifa_X7HERmTeedjov9UeLTMNR8UcO9RaVXkV8xwE0w0D37ceXHOVn42Fn','Best place ever! They are the best. Friendly doctors and staff. Best observation room Better than a hospital! Leslie Jessica, kenzie and dr Thomas were amazing','2020-02-06 20:56:39.250000','2020-02-06 20:56:39.250000',5,'Charm Hensley','https://lh5.googleusercontent.com/-4upJ4kKdWyE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmexrGz21OICAihqkdybIKBdwvNQQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37721),('AbFvOqksz92cZUp4OFF8MLvlwFwcDN6UyderzKcdvLptfKbjO9WEr3-XhMTwRl3X9DPMTFgctjModg','Kelly (our nurse) was awesome, the receptionists were very friendly, and they offered me warm blankets and free snapple. Great place definitely would recommend and they\'re open 24 hours which is great.','2017-01-27 07:45:19.789000','2017-01-27 07:45:19.789000',5,'Sarah Bambacigno','https://lh3.googleusercontent.com/a-/AOh14Ggmjd738TwaKCDh9JCItrrUf8LZCDLfgASMVYWbNQ=c0x00000000-cc-rp-ba2','16590124370714063921',35520),('AbFvOqkT_ovhvpVEQ8hV6iETwf_PA9k9IsAhlUCXbgtmDQmzUld4DVXKmWm3Og7Pt9OfgiKVLvBR','Results dont come back when they say, one of the nurses was stressed out and complaining to me about her job, and HIPAA is NOT taken seriously at the Killeen location. They openly speak in the waiting area and hallways. I don\'t care if you have aids or you stumped your pinky toe it shouldnt be discussed outside of a confidential space.','2020-12-27 04:22:56.791000','2020-12-27 04:22:56.791000',1,'Lovey Beasley','https://lh4.googleusercontent.com/-9CWZOBlutv0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhNSlYDKoD07FI5iwjdGyFqYqOJQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',43920),('AbFvOqkT-Wa5nk7qkzWjKTGEBxYzYTyyCG-uEA002WBHMD2olthgWDITHq3l_TTI-7kPVWvioI9ygA','Thank yall so much Dee was so comforting and sweet! Will recommend to my friends and family.','2020-09-29 00:18:17.803000','2020-09-29 00:18:17.803000',5,'Smalls Gonzalez','https://lh3.googleusercontent.com/-cInKqGnHMkI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckVcmnhMtmEOAzBItBMJLxz47-82Q/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28520),('AbFvOqkt-zWSUGfLx8Oo-iT7_SNRhd2eA5nKFfWrPvR4Gzh4BlAw3AgbY9pd3aH4fD6s2k8O7nhOoQ','Great location . Always helpful and kind .','2018-09-08 01:13:59.277000','2018-09-08 01:13:59.277000',5,'CINTHIA GONZALEZ','https://lh5.googleusercontent.com/-NAlyIVZ5sCA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZxLrgX-TujeB4K2YwVMn5GV3-0w/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36905),('AbFvOqkT0igubTLiSYXgsEqcpxYZDaV6gpEFM0C7zkigeyMCW2DADTftZ59u9WTa5vzgP89uaiB4BA','Kristina, John, hang, genesis and Dr.Jaber were all amazing. Would highly recommended.','2020-01-19 21:18:06.873000','2020-01-19 21:18:06.873000',5,'Steven DĆ­az','https://lh5.googleusercontent.com/-Fe0NUnlPaDI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmFKXVMxu1q45y0KxhTXSKG4GRhrg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28803),('AbFvOqkt0OsZ7VoheOYbFsqPeJJTlGsiulOk7okTNvJbvyP2yIvFS-I362qAOYeTArKO1Y0hl4fa8w','Theirs a very welcoming friendly staff they offered me a warm blanket, coffee, or water while I wait for the doctor. Waiting time had a positive experience and it was a nice pleasant change from what I\'m use to.','2018-03-19 22:49:45.712000','2018-03-19 22:49:45.712000',5,'Corey Wood','https://lh6.googleusercontent.com/-qjnLbrQn6P4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCgx-q_b6_t-l__6wKytyLI8s8AQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40949),('AbFvOqkt0vN-GHOAMioHLCupbPpDhBN8VXpsbQY9tjzv2Hk5ew-flpyy3IOpKxywHp5yEyG3zUaWsA','Quick efficient service and kind staff.','2021-01-12 16:42:12.804000','2021-01-12 16:42:12.804000',5,'Keri Elliott','https://lh3.googleusercontent.com/-U1TR-2Hv508/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnhzhwzgUw-hOL8mz45M7NvZ5CaRQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',44573),('AbFvOqkt1BxeS6M8o7pDs3LwDvCX7pmawNNCAyDgrOwkGEizAUAtA9Yaocx6aWt88hK3o_glOz5t','This place should be ashamed, charging a hurting community emergency room prices for a Covid test. I truly hope this business fails as you are not welcomed in Lewisville!!','2021-01-06 03:51:53.088000','2021-01-06 03:51:53.088000',1,'Kurt Fletcher','https://lh6.googleusercontent.com/-on1qmbWsSBg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTUVV3V1zw92UZVhboVTXTofY9Hw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',44366),('AbFvOqkt1iQxTirVbkbK73UF_abolMOhiVmu4Ckf3lPEVKUbWlCdRzeG8NvHqsbFD2FX8DpfuzmZ','I Took my six-year-old son in to have his cast redone on his arm. We called and spoke to three separate staff members including the nurse and were told to bring him in and that they could re-cast his arm. They even quoted us a price of $175. When we got there after being treated rudely by the staff In the front We were taken back to see the doctor. The doctor informed us that they don’t even do casts. Staff obviously does not even know what services are provided here and treat you as if you were inconveniencing them by coming in there. The worst part is I was told by a family member not to even go there because of the experience they had when they went. I should’ve listen to my uncle and saved myself the time and hassle of dealing with this place. Do yourself a favor and forgo this place and just come to the hospital. That’s where you’re likely going to end up anyway so save yourself the time.','2020-05-18 17:30:48.059000','2020-05-18 17:30:48.059000',1,'william ray','https://lh4.googleusercontent.com/-BYp-1wTzisE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclwaSphQFljOSOJ0XsHcthryQg5gA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41387),('AbFvOqkt2o8SUyB9M-g0kwdbJqYrxin36R-tFm5g9BrIEIX1z4N-pbQgFNmZYl-UJOWyvkI0tdII7Q','Unprofessional service','2021-01-08 00:12:22.405000','2021-01-08 00:12:22.405000',1,'Akmyrat Rejepov','https://lh3.googleusercontent.com/-BPBZBXIgKMk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3k1x2jKpXuhEmasl2AQp0sldPpw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',44718),('AbFvOqkT2tM6kSLJCGSjsFC54VFj0gvCfdIKPAbNDnqdjV2AwrZiJgcuKYIItrJ3T6d1qk9OdMTG2g','This Signature Care location is amazing. The location is very well maintained. The nurses, Keri and Naureen, and Dr. Grinblatas were extremely friendly and knowledgable in their diagnosis. Would definitely recommended coming here for your urgent care needs.','2020-10-23 03:01:57.714000','2020-10-23 03:01:57.714000',5,'Amber Ali','https://lh3.googleusercontent.com/a-/AOh14GgsqVloTU5y5WclG4fniU_W3puiB6Dm-IvbwSvkew=c0x00000000-cc-rp','3511292162159714121',40124),('AbFvOqkt2tzlnB03BKBgW2B5qk1d7stqPF_vAdK3bWp9WgKIfkuDuVrDnvVrE79EPLKmBRDyp4EI3g','Very nice and very organized. They had us in and out and was very genuine. Love it!!!','2017-08-19 11:19:18.711000','2017-08-19 11:19:18.711000',5,'Jessica Osby','https://lh3.googleusercontent.com/a-/AOh14Gil8LgPBOtGty9uiX2XpdSQQOUaLwmEKdegtvlMe8s=c0x00000000-cc-rp','17394740196501090048',37093),('AbFvOqkT2xjwjVkU-7ycewCMwJVvud7S85xPPwD8xGf7rEbarxaHhmRfb4IfUrjrq39qYvZ37YTMQQ','Great service and they took good care of me while answering of my questions!\n\nAll of the staff: Karen, Mackenzie, Ricky, MaryAnn, and Ybarra did a great job!! šŸ‘','2020-03-16 21:48:27.492000','2020-03-16 21:48:27.492000',5,'Cordelle W','https://lh3.googleusercontent.com/a-/AOh14Gi5NDlkN1GqJBa6M3TF1IGGlDWB5IW93_E-wK5M8w=c0x00000000-cc-rp-ba2','8679688254631342173',42383),('AbFvOqkT3XEFtusK3Vj2qljSWt_dBXu3B53pMPz5bRUXLciY6zlKPAS_b3WwCZLLrn9pXLIlTBgvwg','We was greeted by Cindy. C and after that we was taken care of','2019-06-27 02:05:41.603000','2019-06-27 02:05:41.603000',5,'YOU FAMOUS INC.','https://lh3.googleusercontent.com/a-/AOh14Ghz9BySWIz8Ua57vOpE92H96K-Ld3yhv81jzZ0KSw=c0x00000000-cc-rp','17394740196501090048',36747),('AbFvOqkt4JtQmCQ-eCq2lCiCS4BijiSt5xn3cGQsQ-SNK81rcoi1bNdN3spC-djFoP-yg2sPGgsW','Wonderful staff very helpful an the most important part everything they do very fast to me I give them 5/5 .','2017-05-08 13:48:55.957000','2017-05-08 13:48:55.957000',5,'Humer Uddin','https://lh3.googleusercontent.com/a-/AOh14GhNknji5QoyBv9DLQCBe_wU9PUXlPpNuCS1ChUV=c0x00000000-cc-rp','17394740196501090048',37162),('AbFvOqkT4qkADDnCeC588EkrBILh8g7tf3dML7YD7cp5x_B3hbGRpFtAbz5kJA0SXenUQHfgi2XCsg','The staff was incredibly nice and accommodating. The doctor was not only extremely knowledgeable, informative, and healing, he was easy on the eyes. I felt confident in my care and will be returning For any of my medical needs.','2019-02-06 14:32:39.967000','2019-02-06 14:32:39.967000',5,'Gerald Simmons','https://lh3.googleusercontent.com/-Fo34jXckwbw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnUtFRhYIAwVQIKTAPK8QnrC4jQoQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36278),('AbFvOqkT6kb1_S7M9l6xKuGLNH4SUjsI_R485vQBBV8CuZnxpdO1a6Lg3sYP5OMXnM1VQ8X7YBsvMw','Came by when everyone else was closed for a rapid test. So glad they were because we received EXCELLENT CARE! I’m so impressed with the quality of care! Very friendly staff😊','2020-09-03 02:48:34.085000','2020-09-03 02:48:34.085000',5,'Dawn Paradise','https://lh3.googleusercontent.com/a-/AOh14GgtQM4VE-S1velEUOkSUAWTiDQoBe6EmTeQ7W7B3w=c0x00000000-cc-rp-ba2','14748677429039074158',31715),('AbFvOqkT6kD2-oPG7su0Z0XMlVImJSsb24y2hvShOTuGpfppn_PngOKjb-t4QBaPY3zhL4mDOut1kQ','Very slow and not very professional, they miss placed my test and kept trying to blame their lack of motivation or general know how on anything available. Seek service elsewhere if you can.','2020-06-24 14:07:55.795000','2020-06-24 14:07:55.795000',2,'fludspyder','https://lh3.googleusercontent.com/a-/AOh14Gji7glWyp8AsppegHDF3O0DXcv6SXdLFPoI6eyl=c0x00000000-cc-rp-ba5','3272657195432704501',39547),('AbFvOqkt6kFDd1V6v13SUb2x8v31aQ6-RzH1FiU3aDuwtoodrizQV6-e9nWGBUqxfrRFmgGpdXqROg','I don\'t know where to begin. When you first walk in your greeted with a warm welcome. I\'ve been experiencing really bad allergies this season. So my eye was bothering me so I decided to go to signaturecare Emergency Center. I visited the Stafford location with my daughter on Saturday I immediately gave my information and began to fill out a form or two. my daughter went over to the children\'s area and then she went to go watch television. I was called back within 7 minutes and so the doctor did take a look at my eyes give me an eye drop and then looks in my eyes with the machine with a little light. I was told that I had pink eye and I was written a prescription because of my insurance I had no co-pay or out-of-pocket expense. Upon leaving my daughter was given a bear a Gatorade chapstick hand sanitizer oh, and I also got hand sanitizer in chapstick as well. Overall it was a great experience because I\'ve come here before I know how my pain is going to be treated and managed. I\'ve also come here prior to me having my own insurance and the prices were not too much. Because of the treatment and experience all of the things that you get when you come in. this however was my first time coming with my daughter and now she asked me all the time Mommy can we go back to your doctor because she wants to get all of these thing she also got a lot of stickers before we walked out she got more stickers and she actually gets when she goes to the doctor. Long long long story short I said all this to say I would definitely recommend my friends family co-workers Associates enemies everyone to signaturecare emergency rooms.','2019-03-26 12:41:36.310000','2019-03-26 12:41:36.310000',5,'Rachel Gaither','https://lh3.googleusercontent.com/-iDigI2glPnU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucniwZGJU37wZR6rR7gyIS7iH3pwpw/c0x00000000-cc-rp-ba3/photo.jpg','8918455867446117794',43279),('AbFvOqkT7WsUlU-f878PIfFb2OOE5yUiRxgx902Ombt62sJhk4waAXFwQEfnTUhZ11d_DgQcQC6dtg','Amy was very helpful and friendly! The place was very clean! The staff made us feel at home! The brought out a wheelchair! There was no wait!','2019-03-09 01:51:54.224000','2019-03-09 01:51:54.224000',5,'Steven Mauricio','https://lh4.googleusercontent.com/-au_ny9FTv0M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmtnfTGcwioK1d0pJLECmgZpGEIdw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43292),('AbFvOqkt7ZsMutJBTVY5cZ_c2drdKx_sL8E4yclcu98vu0DtcOvTakUcpEXvk6alBUsh7rNKIfspbw','I can’t tell you enough good things to say about the care we have received from Sarah, James, Dr. Thomas, and can’t forget Daniel. The took great care of my son!!! Tanishia at the front desk kept us inform the whole visit.','2019-11-20 01:31:53.664000','2019-11-20 01:31:53.664000',5,'FONDA HIGGENBOTHAM','https://lh3.googleusercontent.com/a-/AOh14GgZMrZS1ARJ5bZBhCTrZQ230LwITScKT8PJtHfu9w=c0x00000000-cc-rp','17898197009688164559',37866),('AbFvOqkt9eh_WYPRY-tu_olrqsNPrZ8mJBAa6wl0tfbpGzfD7Bj-lJ5a9dP2b0-BCXtcaHZL4RBbHA','Chelsey, Kathryn, Tina, Christina were very helpful during this very stressful time. Great service!','2020-06-10 22:33:59.818000','2020-06-10 22:33:59.818000',5,'McAyla Chavez','https://lh3.googleusercontent.com/-Q3ASBzTcHsc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnYHEHfvt2d6xd0Dg4ToA5M_gHG3Q/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35886),('AbFvOqkT9LEoyWGnYQpmxflHXswz4LPevUF9djv7hA68HUfbh_RRPiqqX6VxmPAtZtqkVT3NDO25','Great care with wonderful service and Mrs. Ashley Burton answered all my questions.','2019-02-17 16:01:59.104000','2019-02-17 16:01:59.104000',5,'jennifer mcclain','https://lh5.googleusercontent.com/-A_3S1dUJfDc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnYC7IkDlwiw3UJaS1aPxIJueBIIw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42154),('AbFvOqkT9MptQTe3GDcTDI_c0ktwdbml6SitcBZSqSUXA2M8VIYIoz2DP9by1XX-JJCcgrM0rrdGyw','The entire staff from the front desk nurse to the doctor that saw me, were all amazing...Victoria my nurse was very professional, caring, and honest...(even about the shot she gave me) lol. Dr.Zhen was was patient and understanding and gave her honest opinions on my questions. The whole staff deserves a raise for the service. If I could give 10 stars I would.','2020-01-25 02:29:07.719000','2020-01-25 02:29:07.719000',5,'Timothy IndisBih','https://lh3.googleusercontent.com/a-/AOh14Gg-ADUvphX95h7GPsEDE6450Kkv8jp3FciG4EYvRnw=c0x00000000-cc-rp','17898197009688164559',37731),('AbFvOqktab-guFv9z7DZDmOdiR-sWgNFFfcLG6cGWEjgJ4Mx_NTDun8LT5_z97kGg-WfHS6TK-K1','This is how healthcare should be. Gabe is a pro.','2018-07-25 09:14:11.486000','2018-07-25 09:14:11.486000',5,'Winston Hughes','https://lh3.googleusercontent.com/a-/AOh14Ggb-1IaRty_Js6UDSDLUzEbV9UZgpCy-PaNfW1brQ=c0x00000000-cc-rp','16891069708558046635',36382),('AbFvOqkTb_xtKKpHdl3oqVg6XG3_rywqS4l5lQuLNZSAqgJeYA--Z8QY9S97s9Z_-ayID-6PAcSAUA','Nice experience. Doctors and nurses are kind and friendly.','2020-08-30 18:41:32.868000','2020-08-30 18:41:32.868000',5,'qingwen zeng','https://lh5.googleusercontent.com/-OJVqv2gKZiI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmdXFuVmltOyDRWid7k-ofrVrEeSw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41300),('AbFvOqktbA-ceeZWZCAQHxAcutyYxDWZh2w7EBkp2GOsJfJGnqHEdRDICK9HXTHOXvXIJ4WvYUiOlg','Staff was helpful and friendly. Good experience overall.','2018-01-13 02:19:22.360000','2018-01-13 02:19:22.360000',5,'Mike Rutledge','https://lh6.googleusercontent.com/-ar4Gx1TT8mw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucldXsNEBDilKj50u67WndEC4KMn-g/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30902),('AbFvOqktBBvwQPLBsYOtLrsHmLU5TVtSAMpx_Fy3FO_f4CxhjrtrmHR9gViNZSszcg29gk6aaa_X3g','This was an amazing emergency room I was seen immediately they took all the proper steps to make me feel better and made me feel comfortable and safe to be here I highly recommend this ER to anyone!','2019-10-16 16:09:44.935000','2019-10-16 16:09:44.935000',5,'Christiana Green','https://lh3.googleusercontent.com/a-/AOh14GipLeXczDp8Eam5BPwQlUXmd8TbTwd3hlUsaPTdv1U=c0x00000000-cc-rp','2694018788013845459',39239),('AbFvOqkTbpDn9YFMCrW6EgODMoOuh43UY4X1YK80fueV5V03DKZSLePzarHrhfcHsV0jXOgFKoTOag','The place was great! Everyone that helped me out did great Kimberly, Jacob and Dr.kimball really helped me out! Would strongly recommend this place','2017-02-26 20:11:30.389000','2017-02-26 20:11:30.389000',5,'Max Stepanik','https://lh4.googleusercontent.com/-NAQ-uhvPI5o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckfhMrKWpVGQl0ZtFVjj1H6Otu3Mw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35490),('AbFvOqkTbRsy87bWLwNKWHdziyQZSokCNsPMZaAprbGed7elaULPMAVKDdlA2tsY6SYeHP0LXt04','The whole team in the back did a great job of helping get me out in a quick manner. While mai ting a friendly service','2020-12-07 20:14:43.939000','2020-12-07 20:14:43.939000',5,'Lane Nielsen','https://lh6.googleusercontent.com/-xwDEty7OTvc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclmnN-dVttgwrbst3k5JmdetFuYYQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38857),('AbFvOqkTc-_ah_ROzJNMDmYzagMnLfvQRN734aWiBl0RYhEi5OCgIpbbMvibT4N8Jd6srwBSFixe','great service. amazing staff!','2019-10-30 08:49:14.154000','2019-10-30 08:49:14.154000',5,'Caleb Harris','https://lh3.googleusercontent.com/a-/AOh14Gg6JYIM7xFNddepeGvQOfFNl7Ai9a7vljqxvHEsgg=c0x00000000-cc-rp','2694018788013845459',39222),('AbFvOqkTcd3tnDxuiBZP8_jH37hkn7RtgK-crEQql_j6R0JGe5jVhde9lCFp09uRKENWWKpVkeq4','This place was fast and the people so friendly! Dr. Chopra and Georgia were amazing! Georgia was very gentle with the Covid test! Would 100% recommend!','2020-09-24 01:25:54.115000','2020-09-24 01:25:54.115000',5,'Jennifer Walters','https://lh4.googleusercontent.com/-CkC1WLC6Ucs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmhkYcD24Xs2LIytW-tMGkRm1_mmw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31623),('AbFvOqktd_y0k4-LKVmuzfffxWoq4iJcESw8nL1kjCVnE3vw69szXR10D8MwLgSs7EH3hZtlau8Oqw','I visit the clinic in need of a covid test as a result of me showing symptoms upon waking up. I was given a very warm greeting from Chelsea who is one of the ER Technicians who was working the front desk. After completing the paperwork (took less than 5 minutes) I was told to wait and about a few minutes later I was called back by Bo who is one of the nurses at the facility. He asked me a few questions about my medical history and then Chelsea administered my covid test. Dr. Tex came in to talk to me while i was waiting for my results and he was also very warm and helpful. The whole process was very quick and both Chelsea and Bo were extremely kind making this a very easy, pleasant, and QUICK experience. I would definitely recommend visiting if you’re in the area.','2020-11-22 17:03:28.800000','2020-11-22 17:03:28.800000',5,'Stan Kanu','https://lh6.googleusercontent.com/-43f2S_B0yTs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn4fXSHxwY4tUSJ60QldJBvEKmKUQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35565),('AbFvOqkTdG0AMcVDIrnYr1J0-HVGzqSnLin3tdJLKSjD96R4xiuCG0UMKk9-zJiXgMLvgCeHQMDOLA','Marcus and Valory are the best! They were compassionate and caring from start to finish. Definitely recommend this location.','2020-11-23 19:37:13.558000','2020-11-23 19:37:13.558000',5,'M Baker','https://lh3.googleusercontent.com/a-/AOh14GgjRfcpiPvGaYdpJJVwg-zbPNxgfckFF8_7IO1-=c0x00000000-cc-rp','16389487648212004696',32892),('AbFvOqktDlnxSo1Ah-qOB7wnM5gZ5gRyn0nioi7sjZqrh6k0Iz48TI0LCycvDwQs748D-SJCCY7H7Q','Great took care of right away by','2017-03-30 13:36:52.803000','2017-03-30 13:36:52.803000',5,'dorian chavis','https://lh4.googleusercontent.com/-rxeM_M5rRRM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmme35eg9YROusI3GsTQXJ571hOVw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32700),('AbFvOqkTDwzcVQUt43M-9ia8iUDKFJ7wLwgvamH37iNKjx5ElC6J85YJs1amy4BkGLo858RA-OwYkA','Lindsey, Chelsea and Townesend did excellent','2020-10-13 16:40:16.858000','2020-10-13 16:40:16.858000',5,'Mario Juarez','https://lh3.googleusercontent.com/a-/AOh14GgpH4KkLaBcbNRTuacwCYu6ild9hQCUe4cZdOkI=c0x00000000-cc-rp','16891069708558046635',35699),('AbFvOqktdZ539GGN01ZqaIJwM4zFtoESp5hFhkBauDsank5B6zgKQF4P5phsuqDwqN3zxf2ynKqC','Leah, thanks for the support and help... please take care and thank you and your team for all the support and help you all offer each and every day... god bless...','2020-08-03 16:08:29.025000','2020-08-03 16:08:29.025000',5,'Joey Jaquez','https://lh5.googleusercontent.com/-4x5HjCHWQGs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHe8eZ142xcpvc-5FTfbJ7RZzvTg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29334),('AbFvOqktE4xXk3WCor5CWbb1LO2jMDQ9sK0ENu7RQl-jCQegd3LloNRgumXc3_Js9O0DvTyv0jb7','Christina R, Chelsey, and Townesend were so amazing! They were so nice and helpful.','2020-09-15 18:12:10.199000','2020-09-15 18:12:10.199000',5,'Alex Sherwood','https://lh3.googleusercontent.com/a-/AOh14GidjmURmqsbnbIhbWJ3B0938rgdY9N9A-cXSlR0TA=c0x00000000-cc-rp','16891069708558046635',35785),('AbFvOqktEd3DyPKLos2hHf67qepMuTcWtdI6-hYCpYM_Z5qwfaaiS_Jc7ufitx1PATYNv1omnxYm','I always have the best team to take care of me...','2019-12-07 09:43:09.584000','2019-12-07 09:43:09.584000',5,'Kasonya Brown','https://lh6.googleusercontent.com/-tspWxC9H77k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmugSCu65z4FdqE6KmGah3OczjHHw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39757),('AbFvOqkTeJ7bdgwewnv19d0mrVVP-hV93vF6Zaa1_iF4HCQN7SxRSPBijfLjBsez2hzDDrF2Orezng','Very professional and caring.\nThe service was excellent','2017-07-05 11:08:14.288000','2017-07-05 11:08:14.288000',5,'R.V. Green','https://lh3.googleusercontent.com/a-/AOh14GgFTDCYFlHmYLbP2-fbFldBNtUd_TWvgCk4CwjNGw=c0x00000000-cc-rp','17394740196501090048',37125),('AbFvOqktepaXmwzAvC1oh2hjIor6-wXrCEfkB05xISlVNv7TiHt3Ut8tGRBu8TXmJCUn48Ctf6knbw','Staff is very friendly and helpful.','2020-11-11 18:09:59.552000','2020-11-11 18:09:59.552000',5,'Noe Carreno','https://lh3.googleusercontent.com/a-/AOh14Ghz6QABPKQoTyjgGx69CYZS5y-9Esg6xKq5rUj_=c0x00000000-cc-rp','3511292162159714121',40055),('AbFvOqkTeqnkGNd4nhPzEIVPpqXnMM-yb01dVzYOB8b5frMiak50wHTLBDghW8BTo0gTgKTGTGvzPg','Dr Estevez was so thorough and helpful. Alvean and Tricia were so caring and comforting while I was in pain. I will definitely recommend them to my friends.','2019-07-25 23:13:31.349000','2019-07-25 23:13:31.349000',5,'Heather Smith','https://lh3.googleusercontent.com/a-/AOh14GiqnzkjwFEab1R7GOQC26K7Ih0DTMFZ7-5YjWtH0i4=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqktF_Eg-cgEWuqboZic_cVQQYk0HPE4alKQUy7lDQAFGuRl0ZEKHJp9r-dCho8XC6zpM0yYHQ','I\'ve been here a few times and always receive the best treatment. The staff here cares about their patients. From the receptionist Genesis to the physician Dr. Faig everyone was very attentive. The ER techJohn and Nurse Kristina were great as well. For any emergencies this is where I\'ll be coming.','2019-08-18 12:21:27.272000','2019-08-18 12:21:27.272000',5,'Eric Portillo-Lopez','https://lh3.googleusercontent.com/a-/AOh14Gg_F11K9t5k4MqEU9U0KNy8eiBArramxpsvRNdD=c0x00000000-cc-rp-ba2','12541597562633926366',29050),('AbFvOqktFIdiTb48xMH6H3FSo748pTmYqb_Hap7Bi-2YbQTZMoD2reikkC58ROjS72pZlVSGhJa40Q','Their service is very good thanks to\nDr.Tran\nRegistration:Ana R\nNurse: Sarra\nRadiology Tech: Sherwin\nE.R. Tech: Christian','2019-12-19 07:06:51.386000','2019-12-19 07:06:51.386000',5,'Jason Nolasco','https://lh6.googleusercontent.com/-eAFNRTVomag/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUF54Q0xZJHLFrLCUGiFkWhDySRQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28935),('AbFvOqkTfkhnaFR4LtEkHr8RCST1001VDurQbkRHPrjrs2ydgtk3pbU1207-9mXHPkSrvt_6-i2m9w','Kim was very pleasant when we came into the ER. Jr came in and took us to the back before we can even sit down and complete the paperwork . Shortly after the nurse Jacob came in and ran the test ordered by Dr Ortiz. The visit was pleasant considering the circumstances.','2017-01-28 17:35:19.378000','2017-01-28 17:35:19.378000',5,'Vinita D','https://lh3.googleusercontent.com/a-/AOh14GjUxSVeXeWPQNVhsAXFn_KyaDQBKsmV-8dZMuLG7g=c0x00000000-cc-rp','16590124370714063921',35517),('AbFvOqkTgVc0beLPj4oPI_5aif_fS81zZcbbhul_TRrteF685XRtDJ6n2wkCLIrrtjZTTewEDzEcNQ','Kimberly and Jamie were so helpful .','2020-09-08 02:25:08.872000','2020-09-08 02:25:08.872000',5,'Dianna Kirven','https://lh6.googleusercontent.com/-E6ZK4yOVXz0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucme0BLV8i5lVFw7scgPRxmx_inasA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39008),('AbFvOqktGXq6_e6m_KHntzRZNsWO3JxJEJhRgQMW-1m8v5p-fl-5E8frzNZTJeRZysB1luAzDDSj','Alvean\nDr.Ortiz\nStephanie','2020-10-28 14:30:58.109000','2020-10-28 14:30:58.109000',5,'Sumiko Campos','https://lh3.googleusercontent.com/a-/AOh14Gikg3kj_XEYknZYFpFaKYPT5ZKmX4VE7s7Zkw-Go5M=c0x00000000-cc-rp','16389487648212004696',33050),('AbFvOqkTH7ly4ldO5PRE9TlW27SEdauWOADU3Z3X1D4EwI2wjFOmmCjGi84Vx1IGr9i02MSMByvdRg','Went in immediately after I had a seizure got seen RIGHT away the staff was very helpful and so sweet and attentive to my needs I recommend seeing Dr. Wang RN Rachel and Ashley S.','2019-09-06 18:05:26.614000','2019-09-06 18:05:26.614000',5,'dana Coleman','https://lh3.googleusercontent.com/a-/AOh14GjbnBPLcpwoEWaSRQgsCc1kxibVvejpVttDmXWp=c0x00000000-cc-rp','17898197009688164559',38003),('AbFvOqkTHMyMIcoePot1O7JTxoBUvuq_ZEqKxnjTo7HbNnO-1pG4szd9dLa7Qonau3nug283MbpU','Clean facility kind and professional staff and the kind young lady at the front desk Leslie was the best so helpful while attending me.','2019-01-30 18:19:09.152000','2019-01-30 18:19:09.152000',5,'Alfredo Aguayo','https://lh5.googleusercontent.com/-kNoBS4domOY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckh5_O-gdgYI6WnzpgTwXDgpTX3cg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40669),('AbFvOqkTHxBnppa27G_pf9ZJ3FIdELhwcVRfT_6Ql85RsP4Hn1fKue7bPgqr2PTmCuLqB7pr4hGUzA','Dr Jones and my RN Anthony were very accommodating and kind and really cared about getting me better!','2019-04-18 21:21:23.541000','2019-04-18 21:21:23.541000',5,'drew johnson','https://lh6.googleusercontent.com/-IChBEXDBJfY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclpvgVIaJCSLYXWTgawdySgS28h-w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34886),('AbFvOqkTIbBCA5b9YphK_ElC_lRkkJBGn9WjUd_X4WjqCOe6cqcguofnEX7_oFB8UTEzyonkUpwHxA','Great service. Very professional staff. I would highly recommend.','2021-01-20 23:01:38.505000','2021-01-20 23:01:38.505000',5,'Hugo Segura','https://lh4.googleusercontent.com/-oKLR3Dph8Vo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmv2GCRC8X2v-ZNc-m9mZ-KMMcuwQ/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44462),('AbFvOqkTiiGWsiHUC5KZz9bq4Jy17f7BhxwVkNPTny_2mv9NqoHBDp9z7GQTqApGhujys3zPDuMpNw','I was seen quickly. Everyone was amazing and incredibly nice! My nurse Anthony was very attentive. Dr. VaKey was very informative and didn\'t make me feel stupid or that my concerns were invalid. Morgan was fast with my xray and explained very nicely how to position myself for it. So glad I came here.','2019-07-08 13:39:29.379000','2019-07-08 13:39:29.379000',5,'Ellen Pruitt','https://lh3.googleusercontent.com/a-/AOh14GgHKh3dnP2Jjs-WMZ5PyBCWMVafRrOLc2XTbFiiTQ=c0x00000000-cc-rp','16590124370714063921',34774),('AbFvOqkTIIXA3qBLug5AfjDlojmkqXxKBmCuTb8sMH5g8IcsZvZ5-qOCRJJ-Fx6suN6lTKXrvz17CQ','Every nurse and doctor was very helpful. Shoutout to Alvean and Luisa for helping me and being kind','2020-12-27 23:49:32.108000','2020-12-27 23:49:32.108000',5,'Arkez Phillips','https://lh3.googleusercontent.com/-E0_dzMHlIfI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucluuatI2evmWnF5GgBm1hU31vrJtA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',43989),('AbFvOqktijIoLnazM5wWnBU_dqj-FY338nvIfSbvQMACfCyJKQ0KM3QYFlfaFdTDekrtCvbTUq41uA','I had excellent service in this facility. I was greeted and checked in promptly. Shortly there after, I was ushered back to a room were all of my concerns and symptoms were noted by the nurse. The Doctor entered the room quickly thereafter and after examination, developed a course of action. After several test, an X-Ray, a shot and a Breathing treatment, I was on my way with 4 prescriptions. Total time at the facility the facility was just over an hour. I began feeling better once I arrived home, and with starting my prescriptions today, am rapidly on my way to a speedy recovery. The staff if very friendly and attentive. The facility is very modern and up to date. I would highly recommend this facility for any of your emergent medical concerns.','2018-01-15 18:48:38.630000','2018-01-15 18:48:38.630000',5,'Ryan Ward','https://lh5.googleusercontent.com/-TG0dqR9RDuE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnjmOBCUDVHJbdZCEXk9q_HXGa1fA/c0x00000000-cc-rp-ba4/photo.jpg','8918455867446117794',43429),('AbFvOqktiptOdIHLXdh--vd9HaX7hORE5DKgqRCqgoItjhibQiW0uIji42rKC0UuxIhP-JO344Aarw','Brenda R and Lizzie were so helpful and caring at registration. i will definitely be back.','2020-08-27 00:35:41.467000','2020-08-27 00:35:41.467000',5,'Joseph Roman','https://lh3.googleusercontent.com/a-/AOh14Gj1ROos7C14i_RxURAx8Uc8OlxdCSStGUfuqGeHww=c0x00000000-cc-rp','3511292162159714121',40201),('AbFvOqktiVA5wR4FGG0V36Y1SfaAOIhJ_fwLb66XCokfmEfwO5TvmWpDTDdCto2odSidAsAXAGxbAA','Kelsey and JD were friendly and made having a qtip shoved up my nose almost fun... minus the the qtip being shoved up my nose.','2020-12-28 16:25:47.718000','2020-12-28 16:25:47.718000',5,'Shannon Eller','https://lh3.googleusercontent.com/a-/AOh14GgmvVMe0-IIBKVoyKwXbnINJVe691ObW81QGS5HXw=c0x00000000-cc-rp','2077061009497551125',44049),('AbFvOqktjBHoXJWlS2MO90pQSQ8L2FhOJDiFqAi2XIpYQlvHb5aJa0LGsDGXNMbHgRJIZXg4SVngzw','Went here on vacation. Injured my neck and was afraid of being in a lot of pain on my flight home. Awesome fast and efficient service.','2016-12-18 23:50:23.560000','2016-12-18 23:50:23.560000',5,'Aaron Starnes','https://lh5.googleusercontent.com/-3sbz-vXR5eI/AAAAAAAAAAI/AAAAAAABJR0/AMZuuckBWPhRYEkfadssvU79RGJ3h9njFA/c0x00000000-cc-rp-ba3/photo.jpg','3511292162159714121',41145),('AbFvOqktJGSaLdAM7zunJzLegI4l4jOc-MSDQbjZhgh9c7IJQjncOqFc-9pc0tNvGE3GUBNotbLTgQ','I had an emergency issue and went to the Cypress location late on a\nSaturday afternoon. The staff was very professional and courteous. They quickly assessed my issues and provided the certified technicians to run all of the tests required. I was in and out of here a lot quicker than I expected. I will be coming back to Signature for any future issues I may develop versus going to a traditional hospital ER.','2019-08-19 13:19:15.336000','2019-08-19 13:19:15.336000',5,'Mmo Investigations','https://lh6.googleusercontent.com/-MFurzDFkUNA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclLFv8YbcE5ZsybPjQuh3EH4Fz_CA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkTJmI3cujQhLnPJ7HOuLLum5Frf3moUtYtAqQUQc1tc2X1at3-KKla-mzyxbuyJZbF_Ug','I had the best care ever! Everyone was very professional, and handled me with so much care! Nurse Katrina was very down to earth . Tech Shane was very caring lol. And Ms. Therisa made me feel very welcome when i entered the building. Most of all My Doctor Dr. Daniels was very thorough and helpful. I left this Er with a smile on my face!!!!','2020-03-13 06:46:24.001000','2020-03-13 06:46:24.001000',5,'Jamiel Mayes','https://lh3.googleusercontent.com/a-/AOh14Ggv17AFHgEivZSdiweuNC5bIzlaYViJnDS7JwMB4Q=c0x00000000-cc-rp','8679688254631342173',42387),('AbFvOqktjmw_FRyYknXVapxFE5yfcxNZL2fXUp3c5yU-nni9EywZjekfvBODMPkoep95MYOYJQTfxQ','No lines, fast check in. My toddler had cut right above the eye, they put 3 stitches quite fast. Price is also good for self-paid patients.','2019-11-30 13:56:44.700000','2019-11-30 13:56:44.700000',5,'Alexander Goroshko','https://lh3.googleusercontent.com/a-/AOh14GjolIc0Tk0b_mxloegA7PTv3B-Cwh2pKQ6E5zkvLw=c0x00000000-cc-rp','8918455867446117794',43171),('AbFvOqkTkcH-9pAgYEP8HvzHo8mluc7ehTNBzsarHwhPkLgme8lDIZFSRqxFh6trdjERCTWjlTVmLQ','Took my friend here and Anthony, Patrick and Dr. Bare took great care of her!','2019-04-26 04:32:12.393000','2019-04-26 04:32:12.393000',5,'Gabby Smith','https://lh5.googleusercontent.com/-Lw2tlOXqwiE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmeOlsoDONZvUFQ0nurs-LAc5eFow/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34869),('AbFvOqktkGRagX_-vnZxwxWueu9mOcbs2SkGva1fMWG9BiqEJsv3HJfd-EOxNajE17Fu8ioBU77x4Q','All staff was very friendly, knowledgeable and clean environment went in to get rapid tested for Covid-19 and had a pleasant experience. Would definitely go back!','2020-11-06 23:50:30.812000','2020-11-06 23:50:30.812000',5,'Lauren Montoya','https://lh4.googleusercontent.com/-37UD6eZQfAI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckB7CAM0Rx8dsyLVOqJwCv8HK2Q0w/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31399),('AbFvOqkTL8lLU5f2MMqILZiK6ygPmq_FsPJLLpQtLKPqGSYj7QV4LzVXgmu6rP7wn9KaiZ5WyLPdUw',NULL,'2020-12-03 21:31:40.485000','2020-12-03 21:31:40.485000',5,'Taylor Arvidson','https://lh3.googleusercontent.com/a-/AOh14GgGPhhQPvkz7xAZV8a2m7Jp6LPVaww2Vp1nmctJtA=c0x00000000-cc-rp','16590124370714063921',34063),('AbFvOqkTLHAkF1_6_9yAvpNTwQTzxxacZULbL1uZJph8qMQAhbJ2_7eDjIVPYy0TvwBTOb4gTYcKVw','The staff was great and everything was quick and easy! Dyveliz, Jacob, and Becca all did a fantastic job and were so nice to us during our visit! 10/10 recommend','2017-08-19 16:31:31.716000','2017-08-19 16:31:31.716000',5,'Garrett Northcutt','https://lh6.googleusercontent.com/-2dvEZeUuWag/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckFKG0jtvxCtOtHQMDNNhVYpZjsAA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35401),('AbFvOqkTLINigzlPTqm71PThwP9oDJ8vUypekcIXBf383Vl-Uwd6KdUZp5tf7H9UPEqXsmQoSDYR','Well I done broke my leg and I have no health insurance. I can not assure you would be charged the same rate as me because every injury is different, but they gave a full assessment with xrays and a splint/boot for $500. If you have ever been to the ER then you know this rate is unheard of. Very nice and professional staff. Thank you guys!','2019-04-04 17:02:26.168000','2019-04-04 17:02:26.168000',5,'MOTTOTROOPER','https://lh3.googleusercontent.com/a-/AOh14GhkOwNpW328ADUfJzYkulmreB3x9tp6IZ9xDEBvvw=c0x00000000-cc-rp','16891069708558046635',36230),('AbFvOqktlJfJ1gVnj4z8kM-XDPw0PahSioFtG8otNlpRjwE8XrGUHRx-yT3oTOfIz76RaLZ2kxpP5A','My vist was wonderful and quick','2019-08-17 13:50:37.375000','2019-08-17 13:50:37.375000',5,'CONNIE JOHNSON','https://lh3.googleusercontent.com/a-/AOh14Gizul5Myy3m10aFuRZbGJYdlEcT4dYScVptfpP5KXE=c0x00000000-cc-rp','2694018788013845459',39277),('AbFvOqktlKMirvJjrcA4gmNSe06Xui_qtDiC63AGkHcGTpTmHHur5EhgINWk5rMadzczc4SIxw2GVQ','Everyone was extremely nice and there was barely any wait!','2019-10-10 18:09:53.996000','2019-10-10 18:09:53.996000',5,'Lyra Angel','https://lh3.googleusercontent.com/a-/AOh14GgoGMkOde4zbp1j6MCRWTfuW-Dlkc4uadx1Y9Uo2d4=c0x00000000-cc-rp','16389487648212004696',33887),('AbFvOqkTmFWu5lYbTVVW7E-R0QEX185qG2VUZdi21IpPxVMd_r9HdfIoswxBhFkxMNpTl8CaH_Mg','This is my second trip here in less that 2 weeks and I couldn’t ask for better service. From start to finish everyone has gone out of their way to help and been super nice doing it .These people love their job! Dr. Yost, nurses Kelsie, Morgan, Chloe, Kara. Tech Josh and Eric, awesome team.','2020-12-19 01:21:26.166000','2020-12-19 01:21:26.166000',5,'Jamie Martin','https://lh5.googleusercontent.com/-anPMrbi5mDE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmK-Z4qi49q5YYp2_6rKiwZCdPuYw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44658),('AbFvOqktMipJmWK8SyL8yq0cZboJK1nOubMH0-H-iZOvSSSZku--MMuN6mzYj-cwzusiQw6G-wu06Q','The staff was very attentive to my sons needs. He was cared for promptly and the service was more than I could have expected.','2020-03-08 07:09:42.525000','2020-03-08 07:09:42.525000',5,'Enjoli Levy','https://lh3.googleusercontent.com/a-/AOh14Gg0gVXM4A5cc0AKksTi8O_d9hiUChBrJCYgdXluUhw=c0x00000000-cc-rp','12541597562633926366',28653),('AbFvOqktmoIJpTYiv3Ekp_cORJOSoNYD3C9DSxyan09v9wufevS1wDZyocNUMVPq69AkEWvvgGTa','This was my second time I visited Signature Care, this time I had a pain on my knee. They took her me right away oh, they were all very nice and professional and the doctor was very thorough and all was great now I just need to sit back relax and let it heal I would like to give thanks to all who helped me\nThank you\nDr. Appiah\nNurse Chris\nRad Tech Sonny\nEr Tech Yasmina\nNurse Blake\nJackie from registration\nThank you all','2020-09-04 21:44:52.177000','2020-09-04 21:44:52.177000',5,'Giovanni Campudoni','https://lh6.googleusercontent.com/-h1bZsVeAsDo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnH2f3axYfFqvBbhN7A102TVszBQw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42306),('AbFvOqktMRcKsMXEh9Btg1fLfgtBD8ObR2uXH02b72NADjrZ1iM_tlCFOctQ8_MqkCxVNdnUe-YBhA','awesome sauce. truly incredibly. remington, my man, thank you for the air splint. i salute you.','2019-12-07 20:21:56.081000','2019-12-07 20:21:56.081000',5,'Hannah Boyd','https://lh4.googleusercontent.com/-XzISz6W5Aq4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2HspVXCBGNdiNChqplsumjsy3LQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34516),('AbFvOqkTn2OfW0yy11ARJ3NSAQ_o6jsh0TKazpdrXy3ES23vKYDxoqWxwrUzzY81lkRer4vzDp4L1A','Fast and really helpful','2020-07-26 19:57:45.583000','2020-07-26 19:57:45.583000',5,'Uriel Mendez-Lopez','https://lh3.googleusercontent.com/-kuFmjSDSdbM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl2QDEWMJIBPDKixGdrCEgHkp4lfA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38761),('AbFvOqkTn3fQ8wB-rVl4Kz-yPCmHXoN8BLp1l1qkrtSMpTvciX5N2LiIkBFOCet4QktDZASjy49orw',NULL,'2020-11-26 05:49:01.387000','2020-11-26 05:49:01.387000',5,'Morgan Watson','https://lh5.googleusercontent.com/-3SgcTnv4WbA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnBhVrqGrG0yhZf5dZZWRvU-Mp17A/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41824),('AbFvOqktN7pWHPxXpcuNIpg6CX_RpCydZ-vp9D16rko0zp9xbATxjSRFdkz1Iz8FagsG7vk39dDM1Q','Everyone was welcoming as always made me feel very at ease and were very compassionate. Dr. Ybarra along with Natalia, Karen, Rollie and Stephanie all showed me so much hospitality. I would definitely recommend family and friends here for great service.','2019-10-06 02:41:31.683000','2019-10-06 02:41:31.683000',5,'Delicia Malveaux','https://lh3.googleusercontent.com/a-/AOh14GisHmfjvKNdiz5I1tjDq9WGpwGXNTxklVT9pZNs=c0x00000000-cc-rp','8679688254631342173',42653),('AbFvOqktNs8c86x1c-rwQbV6kgUfNlSRQq9heTDmG_Zop6RuCDEyhWLZ3WpbwLGjzUkZ8ed0jGM6','Excellent staff, very caring','2019-05-14 20:43:40.569000','2019-05-14 20:43:40.569000',5,'Eddie Kyle','https://lh6.googleusercontent.com/-q25BOLgrtXY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucma_huqv5DdMIgZqohVVc6hIyjiTg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42080),('AbFvOqkTNTMyO1kHdBFRk0A6L9walRlcK-aKlxhCTvp1hBdtAMeLqQjfmZf1iUEz__hjPE2tL2D6yw','Thank you for reaching out to me, Dr. Mauldin. I appreciate the professionalism. Means, and says a lot.','2020-09-14 00:48:45.400000','2020-09-14 00:48:45.400000',5,'Johnny Gonzales','https://lh3.googleusercontent.com/a-/AOh14Gjrm6I3BkC9dyg5OWiPqrvr6wupiF9nUEU-XDQnew=c0x00000000-cc-rp-ba4','17898197009688164559',37555),('AbFvOqktntuSbUMTkjnxFSA2kmH7hTcbaI3WL1yjhzWnVKgNzPaZsdKunSrsCwynhasv3PxpJTjc','During my visit I was taken care of by:\nDr. Wang\nNurse: Sarra A\nRadiology Tech: Sherwin P B\nFront Desk: Carly E B.\nFrom Carly at the front desk to my nurse and radiologist, it was an all around great experience. I felt such at ease. The wait time was low , they got me in and out in an manner able yet professional fashion. Dr. Wang was great . Would highly recommend .','2020-02-29 17:51:10.141000','2020-02-29 17:51:10.141000',4,'Jana Shakesnider','https://lh4.googleusercontent.com/-80J2taFQFZU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckPKgG-Vm3uFLCaa0pkoPIDHjUgJQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28674),('AbFvOqktOA5KnZHC29VLqBZwiz9f9mVQPkA5DyndOIkC0xAg-tWdMTVTYpWPkcvtnQSTAa44jn5q',NULL,'2021-01-06 16:18:58.067000','2021-01-06 16:18:58.067000',5,'Syrai Fernando','https://lh3.googleusercontent.com/a-/AOh14GjLkBEYwXWKdbxZXbREm29kco7qpyVQbkSquIkS=c0x00000000-cc-rp','17394740196501090048',44375),('AbFvOqkTodnEMkQSwRSQQG-83oXBvA_ztkvarw3epCZOofkWb_EmSJZLd4PHd3GSV0xQ7U6en0hbhA','Was bitten by a dog at my job. No wait, clean environment, and they made the workers comp portion hassle free for me!','2019-03-29 17:46:39.711000','2019-03-29 17:46:39.711000',5,'Brittney Solis','https://lh3.googleusercontent.com/a-/AOh14GjhZssMCB_jno2kXpiZm1xN6NdjjyRbvTqX9XUp0Q=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkTOftD3j2_A7wKEB3Zl71asOS2xCCi5yZXDTdsL6hHilMYLHRxUVK4aW5A1qD_zMaeGQS1gQ',NULL,'2020-08-07 21:41:32.546000','2020-08-07 21:41:32.546000',5,'Kokeb Okbamichael','https://lh5.googleusercontent.com/-xWZvzqexql4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnR-b0mUAwi9SEN7z3PF1CYrot-Jg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32272),('AbFvOqkTOM-b-ReqSit5SyeqfAvfgpeXud-EVswPCS0ldnyBEozig8lMCDvdeFO-UxDi1pynl1jDZA','Ashley & brittany were awesome keep up the good work guys šŸ˜ŠšŸ˜ŠšŸ™','2020-09-27 13:50:26.546000','2020-09-27 13:50:26.546000',5,'Silvia Garza','https://lh4.googleusercontent.com/--c1QshwS2cw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck76npc14d9KkuO5oJxQiM8I_89Zw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37531),('AbFvOqktOQ7yPrZat8hWWn9KipaH8zb4Ej-7Nz3-HdomzbcBIbU47-mNrEvSbY1ARvsYecHRNM6ahA','I\'ve never felt so welcomed and cared for. Everyone I that helped me (Dr.Miller, Rashad, Delicia, Stephanie, Veronica and Yasmina) was extremely nice and made me feel right at home.','2020-11-12 22:50:58.642000','2020-11-12 22:50:58.642000',5,'David Cox','https://lh3.googleusercontent.com/-YaVLbdMj9go/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclpfxCyMcLjbPebw2muasHH2CDABg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42257),('AbFvOqkTQGBOO5Hmsm37VLxwTULR9S_7fmSQf3maYzTyeKDIOYwtdzEM3JgEx4sa5avfC-6vEjClAQ','Very caring','2018-09-18 05:57:21.517000','2018-09-18 05:57:21.517000',5,'David Flores','https://lh3.googleusercontent.com/a-/AOh14GieFES4c-hFPPA9I67qxNvFjoItw971Sw7QWhg2HA=c0x00000000-cc-rp','14904078213800803294',32541),('AbFvOqkTqIWNj4DkzjuSW-sFcOqbBPDqV_3OPF9UZJrztBa-sN7bxABDMSksKeQKKjFiyJPmcMkF',NULL,'2019-12-29 08:33:29.097000','2019-12-29 08:33:29.097000',5,'Dawson Dallas','https://lh3.googleusercontent.com/a-/AOh14Gh-6TQ0gml44BV_X3yWUDq6gMGbB_Gc-xDKPe74yQ=c0x00000000-cc-rp','3272657195432704501',39736),('AbFvOqktqO5fieMhyPeoE8peo96zrBsAYfHfwif_9Hb84Bhn9sARIS2N5mU_EJDM8Lm07TG-i50YPA','The staff here is Awesome! This place is nice and clean. I highly recommend Signature Care to my friends and family.','2019-05-04 17:51:53.634000','2019-05-04 17:51:53.634000',5,'Angie araiza','https://lh3.googleusercontent.com/-zbAUXTMXsbc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnxSvNxzjryKSk5laF4k7FzvWagnw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29859),('AbFvOqktQZMum3_Q0ASJ4QL7RJT2he_jWvKNXpkripHuWYJKsuUUQTaNrFHhAxwQ3SwNggWovVd3Mw','Amazing experience, even though the rooms were full Barbara updated us and apologized for the wait time. Overall was quicker than the hospitals!! Thank you guys.','2020-12-18 10:21:08.451000','2020-12-18 10:21:08.451000',5,'Elizabeth Zepeda','https://lh5.googleusercontent.com/-4t0XzAdEPnU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmzSTAIA3KX4t30a9aMk3Vp7ZaCaQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',44598),('AbFvOqkTR3gAD7Ij5MfV7ZmfkRcQ3NO1wj3dbs4o9Ok7AKXIIwMjwruzyvcHyxWl1KMjWqRoDx_Jyg','My nurse Konya was amazing! She gave me the best advice for my issue. Dr. Farooqi was informative as well. Quintessa explained all of my paperwork thoroughly. Great place, great people, great care.','2019-06-22 23:27:13.887000','2019-06-22 23:27:13.887000',5,'Katherine C','https://lh3.googleusercontent.com/-JfoeM2D0fk4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmpa60eS6rMeo1J2dz2cCHZ0wnZaQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39320),('AbFvOqkTrBUejFTzlitwQd3bizscG86HSzFyNs4BwpTMAPtBiATSPYQ8_Wu0eIUCVIBAQDccNob92w','These guys were GREAT! Funny, friendly but professional. love the snacks the best! Lol. Hopeful I won\'t have to, but if I must... I will be back! Excellent job guys! Alanna ROCKS!!!!','2016-08-28 02:02:20.490000','2016-08-28 02:02:20.490000',5,'D • U • N • C • A • N','https://lh3.googleusercontent.com/a-/AOh14GiF4xSSLpfwzmmOT5wBSdXltcsz5kYj-KD3kBYwmyE=c0x00000000-cc-rp','3511292162159714121',41173),('AbFvOqktri-Uj3KMFhLzTBAvsjS674l4UnTc5RgXmzoWhvShQmJjqnhwQu3iO0-VHkA4ZKxxXQyk','The staff at this center are always so nice and fast! Nurse Brad and Tech JR helped me even as I whined like a baby! 10/10 will continue to recommend.','2019-02-21 14:15:18.235000','2019-02-21 14:15:18.235000',5,'Kiersten Vaughan','https://lh3.googleusercontent.com/a-/AOh14GiFXb4Qpfs6MGIU2V-nMzvTqUGDPxZbd-WgI_rT=c0x00000000-cc-rp','16590124370714063921',34994),('AbFvOqkTSo1NX855Gy7ROIg5M6YFB9vbqeA6Sdcxk4WMN4yMZxmvHhRLVUli5AVOTvKCvpNlDKHNqg','This place is wonderful! From the front desk to the nurses and doctor. I’m thoroughly impressed with this facility','2019-06-22 17:15:48.611000','2019-06-22 17:15:48.611000',5,'Jess Gonzalez','https://lh6.googleusercontent.com/-z-Np-9gJqXE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnDpkQYO-7DPt3lxhXvnO9th739gQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40528),('AbFvOqktT1KZQ0D4D-jUlUCbUDUf6p1Kn2rDDlSyXDoxNZ0JkhbYKXlfVrIDc0z5yzSV-ZOjsMCrPA','Great service. Everyone was very nice. Thanks to Dr. THOMAS, RN Susan, and Tanisha at the front.','2020-10-16 02:43:08.446000','2020-10-16 02:43:08.446000',5,'Mark g','https://lh5.googleusercontent.com/-wJB8kpgeLB0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnqnouUrIvoDvEB-w_mAIIJUe9Jiw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37504),('AbFvOqktuKKJ7TKy3Cfup-wvyKBB-rL7L00JfJzVTdelt9o6kPt_FjzheBT8v8kDzqYAzf8G9pA9hA','I have never been treated like that in all my life. I think the dr was on something. Going to make a formal complaint. I broke my arm, I was on a lot of pain..','2017-08-07 05:53:18.798000','2017-08-07 05:53:18.798000',1,'Lisa Anderson','https://lh3.googleusercontent.com/a-/AOh14GhRF9FSaf6deAG2YYzdKNFdLULmGQAnP0WVLB69=c0x00000000-cc-rp','6521947413723274945',41808),('AbFvOqkTUYp-GK9XdjCp_Igm-BmGnitgOVfmLzJSpzlcW7rEwcA6rbRApWpilQDiSDE05KkmLWF_Yg','My experience was excellent with excellent service, including the snacks, warm blanket, and treatment from the doctors and nurses.','2017-04-07 22:26:34.710000','2017-04-07 22:26:34.710000',5,'Tristen Francis','https://lh3.googleusercontent.com/-Q-pmK5losY4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmtw-MThXEbfFfbUv-AwxQXzl4Nuw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32695),('AbFvOqktV7QR3prN6Y3cBbCH8bejKlc3RkLFflli42ERn_pqKs1uourAlfQreUEgwCkov8dIvLiwJg','Nice facility. Very fast service, I didn’t have any wait time. Signed in and was taken to the back, Dana, Tricia, Jordon and Patrica took good care of me. Everyone was very friendly, I will definitely recommend this place to everyone','2019-11-15 22:01:58.916000','2019-11-15 22:01:58.916000',5,'Irene Gajere','https://lh4.googleusercontent.com/-VNw1Xh8PERY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTKODqWAVW6pocZ45P78SNAc-uNA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33744),('AbFvOqkTVd5qQ_xCZBpo-ZQcBaBjbxMlDcs_Luhc1WVUgYhhsTUO96Bk9rJDQXkMIH7zJtew6ZfxdQ','Everyone here is very caring and helped my family member with expertise and kindness. I would recommend this SignatureCare location to all of my loved ones. I met with Dr. Vaagenes, and Anthony RN and both were extremely professional and very kind.','2019-07-17 22:39:14.342000','2019-07-17 22:39:14.342000',5,'Erica Menconi','https://lh5.googleusercontent.com/-7fEBkj-X4fE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckwWOKzksEO6afK3NhqbJD---MY_A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34756),('AbFvOqktvEYNPHjX9DB5KHtxaMYXsYNI7UwEh5dwXtRiLT5uwDade34uqOvb1tBLl45BA4WS6THa',NULL,'2020-11-03 19:04:31.156000','2020-11-03 19:04:31.156000',4,'Stephanie St Cyr','https://lh6.googleusercontent.com/-wun4K-qszMk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDuG44mqV8S3_sK7ETW76BFdUqIA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40076),('AbFvOqktW_e4ywMAAzdKjU81xTD2NpXSMjOo5lREKPqOtBqn5zzPAP0yIm6vftuGHzK4Z5BdZASB','They save my life. Thank you so much.','2019-03-09 22:15:10.392000','2019-03-09 22:15:10.392000',5,'Shibata Ayumi','https://lh6.googleusercontent.com/-DEf3n-5xlyc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnBpvCT2hlYLI0WkQCkqWjvvydKyQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42720),('AbFvOqktwP40_9CBWLpfm2Ioh_Onj0vMufcntrDx7pMPzBmzlT5r2m31bny4lHj1L69f-9ZjmZcq',NULL,'2017-06-01 11:01:47.068000','2017-06-01 11:01:47.068000',5,'Mrs. Ford','https://lh4.googleusercontent.com/-dGq-KS4oIRc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckYLl4etXYBGECuPXQSi0p4QzRA-A/c0x00000000-cc-rp-ba2/photo.jpg','17394740196501090048',37145),('AbFvOqktWtfgz8T6hZ30ONkphe56yvmZwhqgkHFqXogMcNOBpt8a4LQm-_3ndKlAsMIQ5-oTe9_aww','Very welcoming and professional from the moment I walked in patricia was very welcoming and made sure I filled out everything needed before nurse Jani saw me and she was very professional along with Mr. Brian','2020-01-03 22:40:42.473000','2020-01-03 22:40:42.473000',5,'Carlos Olvera','https://lh5.googleusercontent.com/-g06H0kWQPew/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclEjjzY-7G2doGkBVhPq-VLYMDY1A/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33547),('AbFvOqktXrG-Ma83NSt7edA5STFnrsE0obt1Axzpr7Loug-b-7mBYweHV6qycu4OsIVD7A8YCdi1','Greatly cared for throughout my entire visit.','2019-11-04 14:29:30.111000','2019-11-04 14:29:30.111000',5,'Anedra Berry','https://lh3.googleusercontent.com/a-/AOh14GhmVuNuVJ02J1zsvR64sZCBWqbr7Aas3k2PCmankw=c0x00000000-cc-rp','14567670160750071148',30423),('AbFvOqktYEv-JRiiIAw1VYatTatP2oDg0mL6lmzI3-1Ko_ppw_YndLlGulxvNFrJ2r3OxsEaFs3xnA','I live nearby and have gone here twice in the past two years. Amazingly clean, the staff/docs are very thorough and make sure you\'re well taken care of.','2020-02-16 14:41:41.443000','2020-02-16 14:41:41.443000',5,'Jason Gaitz','https://lh6.googleusercontent.com/-7C1s2bo9dT8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJvjRDYnXxplFp_6dIT3ynIHrNxA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32345),('AbFvOqktyHHKco1uo4ku8Wl_RWmJW-7VGsS-IKdUYZaFkCslznpY1fIzZNUg8PGd_5Zt2M4ll0ZS-Q','Great service and staff! They were very quick to see me and tend to my needs!','2020-02-19 22:26:33.695000','2020-02-19 22:26:33.695000',5,'Kaitlyn Richter','https://lh3.googleusercontent.com/a-/AOh14Gg_ZbiOkEuMrCGx1UL8vhA89-2Vfdxux9uDE8ZCDw=c0x00000000-cc-rp','16590124370714063921',34356),('AbFvOqkTYJTRN9rYYTscJM022g_LOQ5os27F1I1txF19hoF7r56tVZWT3J_JHx3VFKeO0oLGrDzbjg',NULL,'2020-07-20 21:07:55.374000','2020-07-20 21:07:55.374000',5,'Inez Galvan','https://lh4.googleusercontent.com/-R2bzFXsTpKk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck9vRgJyBBlDpRCC0XU7kWoP9PgNA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41349),('AbFvOqkTYx8lWeE0Q3gidLBm8PCPMFd1Z9_BhULOwLeE9UfwQUuH6FJlergJzFuh9IPdTv6aeaNeCw',NULL,'2020-02-25 19:25:21.782000','2020-02-25 19:25:21.782000',5,'Keith Eddings','https://lh6.googleusercontent.com/-YF9aQ7i-TNo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck8i4nxSJ4aUmymCvlaLywCc_C9bg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41447),('AbFvOqktZ5s4yiADcYmuNpdkI2TbyaQBnFHd2XgAbAdMEtr3zU6fQZi5Jwa8xiFenY0vwAErKjBnYg',NULL,'2019-11-24 03:31:27.269000','2019-11-24 03:31:27.269000',5,'Kat Green','https://lh3.googleusercontent.com/a-/AOh14Ghdw251V5KBo9jqdfaqWCLXrsibc-DcRNkgATrSRA=c0x00000000-cc-rp','8679688254631342173',42570),('AbFvOqktZmxNKTylTQ-g8YsUHvwQWKLlOHN9hGI1UByjjbIhrbrPLiWCbaHS6mRD8xNSrV1zxRaj','I highly recommend SignatureCare Stafford!','2018-01-11 14:33:30.758000','2018-01-11 14:33:30.758000',5,'Gemma Browne','https://lh3.googleusercontent.com/a-/AOh14GgjFpVKI_MbS481kmAjntlJloac_VYEIL6RxHqLGg=c0x00000000-cc-rp-ba3','8918455867446117794',43433),('AbFvOqkTzoggQsOLxMyZYnshlURMLzUITnBF02T7Dr-cD4mixPBO5nToUJkWE0BYNQeNsr6DlTM6OA','Took great care of diagnosing me with pneumonia and giving me clear instructions and care Dr. Nguyen and Jani were great, the X-ray tech Kelly was nice and quick, and Jordan was good too.','2019-12-20 18:12:14.744000','2019-12-20 18:12:14.744000',5,'Chrissy Auer','https://lh3.googleusercontent.com/-R-G3MuDwoxQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclXJZf3K-wibdkaxBPFJ5fZ351Qmg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33584),('AbFvOqkTZs1FXX_v7by96HOS3u8cenmPOdfqs4AdTBIyw2tHnBSjRwIY1vDs0X9bwfyha4RcEUyRvA','Very friendly service, and taking all the best precautions against COVID-19. Was seen by Nurse Lindsey and Tech Chelsea, excellent overall experience. Definitely felt like a VIP patient!!!','2020-11-07 22:25:40.957000','2020-11-07 22:25:40.957000',5,'veronica martinez','https://lh3.googleusercontent.com/a-/AOh14Gjb7LX1qoz47ldVcYyHzimfZAesbPEsrJG0ZP-GzA=c0x00000000-cc-rp','16891069708558046635',35622),('AbFvOqkTZWUZZSXYxJnyUfuGJ9fc46tEHYaY_L150y70wUl2XUHQAW-w31_1_zp1X3WVdTmoo9bjqQ','The facility is so stylish and nice! Nothing here is out dated and their service is just as wonderful! They receive you as soon as you come in and get you out the door as quickly as possible! I walk out feeling satisfied with my visit every time and recommend coming to them for anything!','2020-09-06 19:26:17.616000','2020-09-06 19:26:17.616000',5,'Unrecognized Talent','https://lh3.googleusercontent.com/a-/AOh14GgSOPFJo_SpuBL6l1Ja2BxzEop1btj__L6yHsKKMQ=c0x00000000-cc-rp','2694018788013845459',39011),('AbFvOqktzyDd1YIdy1kJIBSK-jUj9D6oYlqgXbQqHkX19wNP5dl8Ra7Xgp86Q2FJwR1xdUbZDsJr','Amazing staff. Quick and responsive. Eases the pain compared to other ER visits that leave you waiting.','2020-11-24 00:54:11.066000','2020-11-24 00:54:11.066000',5,'stephen898900','https://lh6.googleusercontent.com/-TNkhXgPn1Bw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnAjUsYp7ETC7zru-rIFju6SaydEA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29257),('AbFvOqku_L5-SqQjdn-bevQWrjppEoL9BpGi6AsHhK9k391WG7z54YEWHUXi6fwECkLixWeyHZOa','Very friendly staff. The staff makes sure all of your concerns are addressed..All of the nurses were friendly Brian, Bryan and Brandon. Doctor Estevez was very thorough','2020-02-11 03:47:45.075000','2020-02-11 03:47:45.075000',5,'Latorsha Smith','https://lh5.googleusercontent.com/-ur4BeU6xqGY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclyq-t81fWSf610fHsA_3M5B3f_aw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30251),('AbFvOqkU0Jh9aMQ8H6_LXKz0g92LdHG8rrGruAjE8Y6NRLYHkFuncnoBmBgZhxbIukz-LOkCwPaKaQ','We have been here many times and we\'re for the most part, happy with the service and attention.','2020-03-13 12:31:33.722000','2020-03-13 12:31:33.722000',5,'ronald quintero','https://lh3.googleusercontent.com/a-/AOh14GjnO7hJ6ACh8w6x8EXvHEvGgo1-xhnj1ejprGQQQw=c0x00000000-cc-rp','14567670160750071148',30202),('AbFvOqku13OECQ_6myRw7peCUnrQLzOtIy1KF-SSlq0PEF4Fl3qxN4dJ9q4UXntZEVENLT4o6I_gcg',NULL,'2020-10-20 13:52:22.372000','2020-10-20 13:52:22.372000',5,'Emmanuel Lujan','https://lh3.googleusercontent.com/-z-MBGcnfvuE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKqQs3HlCO_D_TB-kJOGWzytiwug/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31488),('AbFvOqkU1EiTIfBGI9jbZuSKSt-x4rEHJlnoit2v3kno8tZ6CFAifXD3BeJh4Gh__vFd3otchnL0iQ',NULL,'2020-09-28 19:24:52.789000','2020-09-28 19:24:52.789000',5,'Rozita Yarmand','https://lh6.googleusercontent.com/-7MX9iYfNf-M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckSgEtsEyjNe99Va2YiKC_0XeF6-Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40191),('AbFvOqku1rhNBkX2OSZsWHrj8yuYJ7QpRF6RAh-r58CBlDE6Bzvxay6VLEFIIpjS7GD8uf2Tk4tq6Q','This was a great & fast experience. Will always come here for emergencies. No wait to get a room, great doctors, great nurses, & snacks.','2019-06-20 18:55:32.816000','2019-06-20 18:55:32.816000',5,'Katrena Marsh','https://lh3.googleusercontent.com/a-/AOh14GiOBphcMDAfY9MH4qwhYTccG0mgoIHoqJ37SuA5yA=c0x00000000-cc-rp-ba3','14567670160750071148',30511),('AbFvOqku2tNvijXbWPpRKmwGOPJ5Byqhm1oErk_ilk6U9URY8rUYnDWShUnqD0e8cr_YKjo2Spiclg',NULL,'2017-06-30 20:42:04.893000','2017-06-30 20:42:04.893000',5,'Jaime Meracado Mendez','https://lh4.googleusercontent.com/-2wlacaZPNig/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxrl1I4B6PGjgWXReFhA13PSe52A/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43505),('AbFvOqkU37JmBTbzaEMQn3ZYaSThsXtzlmtywsMDN0PrILcVnA4of6hKVZjS423EdsQTkIad97pY','1st time coming in..felt welcomed by Jocelyn, Marcus, Janice and definitely dr Lindsay. They were nice and very professional.','2019-08-05 18:36:12.114000','2019-08-05 18:36:12.114000',5,'real alice angel','https://lh3.googleusercontent.com/a-/AOh14GjSuEMKEP1o7sBah1AzIrLmEJeAm5lLmfarJYYMwA=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqku3bylExUGAPr_RFSjvqj5D86VYfkAUuguTh1iy0DOfIA9wqkUycKn0zTie3JfwyH0Pwu_','Very professional and quick. I went in for a Covid-19 test. Christina R. & Clay made it happen!','2020-09-30 18:35:50.267000','2020-09-30 18:35:50.267000',5,'Josh Broome','https://lh3.googleusercontent.com/a-/AOh14GhbjYFKELtoNWgq2Mrd--bhTFQn6Fa67U84vBHaQQ=c0x00000000-cc-rp','16891069708558046635',35759),('AbFvOqkU3DaeSq_egAqRgFEEPRkzV9WE7bv7R_o4hckLFo3haxHKZ6IvEhrwnUNTfmzniuwKByWzNg',NULL,'2021-01-07 14:45:29.526000','2021-01-07 14:45:29.526000',4,'autumn wakefield','https://lh4.googleusercontent.com/-xXj-xqUeX50/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJuEGNsW78dzjPE9O9DyB36Pifmg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44642),('AbFvOqkU3mMO-nOSNyeiL3tjaqheOnhe6ke0DsDrbsxMWB0bklq-z4hxuimYXLjJuJ5EICXE-YhF','Best ER I ever been to, super fast and helpful. I will go here every time.','2020-11-07 03:24:08.261000','2020-11-07 03:24:08.261000',5,'jeffrey salcedo','https://lh3.googleusercontent.com/a-/AOh14GgkBNJmtl-fotYSiBhvoWLQMuILqh8HzQF66gX3OSk=c0x00000000-cc-rp','2694018788013845459',38908),('AbFvOqkU47-Gz-Rq6HZin7rrUAL_Spx-xa7SC26sGjkc1MdjCUWqh4xjysMJnjPkMt26Zpqc726yuw','Alvean and Marcus gave us a good wonderful experience.','2020-10-21 19:50:28.995000','2020-10-21 19:50:28.995000',5,'Rosezenia Morgan','https://lh6.googleusercontent.com/-eHZshsEWtZM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmEkwYJBGn14MBQqs48LR0IM7YxDg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33118),('AbFvOqku4ereRXmmsXxlB2a4KPxc7vxIEesAj-nen8SH-Jf4NMRFzfNg8kEx6LbBc5lEL6DaNipOQg','Stopped in for my first COVID test now that I’ve developed symptoms :( The staff are very kind and patient, and the swab wasn’t as bad as I thought it would be lol. Front desk was Dalal—very kind and helpful. This morning the ER tech was Natalie and the nurses were Gina and Vincent. Thank you guys so much!','2020-10-25 12:36:22.283000','2020-10-25 12:36:22.283000',5,'Cassandra Randall','https://lh3.googleusercontent.com/a-/AOh14GgoTEHQzdLcmv5MUSOgvQlTrByZlPQ1jDMBjb-O=c0x00000000-cc-rp','14567670160750071148',30051),('AbFvOqkU4mV7zg-FWr6f0bbYOdNQz5eojHV2gw95cT-eSkbQPKKBj_iROWtUQHg-bC1i2hKodqPadQ','Fastest ER place every! The staff is super polite, super friendly, very efficient. Love this place. Dr.Estevez is amazing','2020-02-11 02:59:44.395000','2020-02-11 02:59:44.395000',5,'Nathaniel Gordon','https://lh3.googleusercontent.com/a-/AOh14GipPPH9l9NvVEeykKUONEDCsfwwMOEXy7K-CFZX8w=c0x00000000-cc-rp','14567670160750071148',30252),('AbFvOqku5-OIeK-6wi-fY5Fs3div7meSW_rK9ilJkaE9LxD_eCYsbBs-1YtbmM7l4WInizJ81gMJpA','THE BEST PLACE TO GO FOR HEALTHCARE OUT HERE. I\'ve been here for simple medical needs to more important (prenatal care). From the moment you walk in everyone\'s fantastic. The ladies at the front desk to the nurses and doctors. Not to mention the facility is so modern, beautiful and CLEAN!!! This is my go to whenever I or my family needs care.','2020-02-10 08:12:23.746000','2020-02-10 08:12:23.746000',5,'Nicole Clark','https://lh5.googleusercontent.com/-Lxt7ojf0I40/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmGzxQZrW-QHUsdxgAvjydEIFrmZQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39131),('AbFvOqku5DHRGQeL89lCwzFWSnwcFpgIFhdFUbXbWlo0dJ7A-wQb4CW6LMgi6iSOZQ4edNa9nXcD2w',NULL,'2020-08-17 18:20:12.033000','2020-08-17 18:20:12.033000',5,'Sinthia Caballero','https://lh6.googleusercontent.com/-UgNBLI-7Djk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJWSHUHY73hlqsc2pQgb75WKy_Fw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32257),('AbFvOqkU7_T7nuUt54TIIk3b_dLOTX-lCrvQSzLHxXUTT3xd5VwzkCb98rS145Tt_n3rgQj6_J1d1Q','Dr Lindsay, Carly, RN Sarra, Sherwin, and Thelma were nothing short from the best. I really enjoyed coming here and would come here again in a heartbeat. Thank you for being a part of the Westchase Community!!','2019-12-20 05:47:32.434000','2019-12-20 05:47:32.434000',5,'Chucky Ka\'lean','https://lh3.googleusercontent.com/-bvIei-TCChw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckJxQ0tSY0ZJcBF-UwtT-aOgFW2Xw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28928),('AbFvOqkU7hb_z3vt9jhYBx0O-tU1seHH9lkMo88h8f2uyjqK0bq-PMkBhTmGp0V6ZvYqrG9BbyAdLQ','The nurses and doctor were very caring and patient with my son. I highly recommend this emergency room from check in to check out the experience is always pleasant and efficient.','2019-12-11 04:32:28.410000','2019-12-11 04:32:28.410000',5,'Melissa Meow','https://lh3.googleusercontent.com/a-/AOh14Gj-6N_lfb-XCdl-3DI65u76qcE19h0F9hzc4ahBuw=c0x00000000-cc-rp','14904078213800803294',32399),('AbFvOqkU7HZgXEvnxeKqqhG_7zPz364Z4dcGHvZtdFj5dARrKbqj9oVRDa3S0IlWlLGA4ZOLMcWNAQ','Clay, Megan, and Chelsea were nice, knowledgeable, and provided a world-class level of care. Thanks again!','2020-10-10 21:47:21.963000','2020-10-10 21:47:21.963000',5,'Julie Arnold','https://lh3.googleusercontent.com/a-/AOh14Gj_78kSpWRj7GDfDNloUE7heghuDgVkLWg2s2DK9Q=c0x00000000-cc-rp','16891069708558046635',35715),('AbFvOqkU9lzVT2nECUDV79ESoKl0YShnMZeJ9DzThHv5sA3bRGY-IhjLYdGr4dn4Nv4kE8SXR9ozUg','Jasmine did an amazing job as well as all the other staff members. By far my best ER experience to date. Very clean facility, adds to a great experience. Thank you so much!','2017-03-14 05:32:49.635000','2017-03-14 05:32:49.635000',5,'Kyle Duncan','https://lh5.googleusercontent.com/-LPh6GWKr-YI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucloIS1KnbeMiurfvy7W222cVnMJCQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31083),('AbFvOqkU9mz42EvQvl_lSosD2gBUzkhim0c_DYLmpdT_8dRXcEawK7fhI7Bs59iO7lJ3-cLwQLAfiQ','They were very helpful and got me in and out in a timely manner would refer to others','2019-03-03 05:28:26.579000','2019-03-03 05:28:26.579000',5,'Elizabeth D','https://lh3.googleusercontent.com/a-/AOh14Gj0p4-1tNEZGiEwtbWM3a9A8bAowVGArqtNkdY0mw=c0x00000000-cc-rp','2694018788013845459',39375),('AbFvOqkU9WUZM9IEIBo_MDsWtZiOTavc32eVdS381VYcS8ftrOh_MzHFtR6DqUngbsbMSKP47r0h6A','Awesome environment, Kim Allison was very helpful and polite Doctor.','2019-08-21 01:47:59.950000','2019-08-21 01:47:59.950000',5,'Ruvim Demov','https://lh3.googleusercontent.com/a-/AOh14GhBTfnm07aGL4XBQHASj29IkGlWYAx4lzV8-8QD=c0x00000000-cc-rp','13486358490203335051',29690),('AbFvOqkU9zIWhju1wyK6xzvt9s7FsL0yLr5jxDRP6pbrRRvOQPJCVQJHlWnGsQLnmzC82ZdD8StVKw','Very friendly and fast medical attention, with the greatest snacks...','2019-07-09 23:20:34.881000','2019-07-09 23:20:34.881000',5,'Beatrice Saldivar','https://lh3.googleusercontent.com/-xsP-4hJ083c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckdWs-XJgVPuw7Eu1j7UzfMANSxbA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30496),('AbFvOqkuA8_NLjbZqTFjFYZUrfWWIIeohjZGgoGIMdlbxdIxtaiQY0ebI-rBTVzBqHGKEXPMchkhBA','Super friendly and accommodating. Made us feel as comfortable as possible','2021-01-07 22:08:35.344000','2021-01-07 22:08:35.344000',5,'Zachary Maldonado','https://lh3.googleusercontent.com/a-/AOh14Ghk77BL_jk53QfpJbsXO8RjPmvlCcrPurX1EZ8u=c0x00000000-cc-rp','2077061009497551125',44585),('AbFvOqkUaJvn0TGlzEqOaR_YZrL8C3LxwIFEWYBpyAhoGbkYBu7spnnHiNkGTvVw9aN2U4z95ztYTw','Efficient, clean facility. Thanks to\nto Valory, Kimberly and Julia for their great care.','2020-12-13 14:49:06.609000','2020-12-13 14:49:06.609000',5,'Vicki Doyen','https://lh5.googleusercontent.com/-RGFzzDw253A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnzA1kJgqk439YoLyP3oDqX-3EWPw/c0x00000000-cc-rp-ba3/photo.jpg','15979470999169074295',32827),('AbFvOqkub_xGQyy95mU6PhYWRvooAyIfGa4vUCA8n4-nBOAWLh879lkf99JiSwsIoT1vFWz4dbuLKw','They are excellent and very responsive! Shaunda and Aileen were extremely professional and kind! Chelsea and Fernando were also professional as well as Shelli. Dr. Miller was very thorough!','2020-01-04 23:27:20.886000','2020-01-04 23:27:20.886000',5,'Renae Davis','https://lh3.googleusercontent.com/a-/AOh14GhlfYYKNhXsNSqRdDzx2cC147BPRsg-l2DCoOk94Q=c0x00000000-cc-rp','16891069708558046635',36026),('AbFvOqkUb9QvsCZQrzR-pQGs4woeFtUnMPrDasIHsluJEBUpDXfBYb3lyIYCOb_Thxok5NEXF693Aw',NULL,'2019-11-06 22:32:30.154000','2019-11-06 22:32:30.154000',5,'guadalupe martini','https://lh3.googleusercontent.com/a-/AOh14Gh7X9JIU0egQ0d7Tq9kBioDBgq7K8HwCRjyaMC4=c0x00000000-cc-rp','2694018788013845459',39214),('AbFvOqkUBaxPUTGNoHjpEcgEKaCGd2Feq_Kn6UUyto0Fe2CH4XJRZ79xEK-pORo021PXdTFfwLsL','Dr dang nurse trying and Jessica last but not least Luisa where very helpful during my vist','2019-09-15 23:54:13.174000','2019-09-15 23:54:13.174000',5,'jaime carmona','https://lh3.googleusercontent.com/-vvx0bw4TN68/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucni_Rp5WHL2jmdOFHp6hR1sWnn-5w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33958),('AbFvOqkubBsglhTT6tmGknppghSz2bAASLD7HxYPGR2Ph-egL1HsJKNamrNH7qXB6zdO4TyxNuz2','I was treated with nothing but kindness and they were very fast. Okarys, Rebecca, and Rebecca V we’re all very friendly.','2019-12-06 00:50:09.245000','2019-12-06 00:50:09.245000',5,'Kaylyn Smith','https://lh6.googleusercontent.com/-3XgeBc6Uk_g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmvCYrnK9LciNt7pb2p6EYprWiuwA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34531),('AbFvOqkuBhCOXL44vA2D1L0hWFI-LRDV9_7ledEJc2N-2WybQCJp3xjVm2oLLY-L6TI7GOgyklYL','Came here twice once for kidney stones another for a broken bone. Both time’s everyone is super super kinda the nurses check on you multiple times and everything’s handled in a timely manner. Both doctors I had were awesome this past time I had dr. Thomas and he was fully geared up in protection. I’d also like to personally thank my radiology tech Laura H for always making sure there’s nothing else I needed, but overall happy with everyone.','2020-12-08 00:39:34.208000','2020-12-08 00:39:34.208000',5,'breanne hernandez','https://lh6.googleusercontent.com/-SBFLyL5YG8M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl65dp05BqqwbZKc_kuyQXUlwNORw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37411),('AbFvOqkUCQ__eqZtHEVc1SsBIN4K7Z1CndNJjjc6GkcX3P1YD-gWYXICYHspqD_BL0wdVvjgrWR7','I miss the last step of the stair of my place so tough I broke my ankle bcos of the pain!\n\nOnce my partner took me to Signature Care everybody was amazing. From the security guy that rush to get a wheel chair to the nurse and everybody that were there to assist.\n\nThey were amazing and got me in right away and provided me with a pill for the pain. Best pill ever!\n\nAwesome patient and customer service!!\n\nThank you all for assisting and takin care of my ankle!!','2018-07-04 14:08:56.731000','2018-07-04 14:08:56.731000',5,'Nicholas Velazquez','https://lh4.googleusercontent.com/-xnSa3Es307o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckSqrl_E_cED69D24QcxZFh8aY65g/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30825),('AbFvOqkuDjsJEVIvLQw2mkdrzOBFKpY88Ba5X3ZAm7WzWznsmmsqgP8KaWu-1zHLLdxA0V9fCEi_9Q','Best staff ever, specially Dr Mauldin and nurse Dawn without forgetting the rad tech Jacqueline and registration Joanne\nI didn’t wait at all, they are very welcoming and efficient team, the clinic is very clean and kids friendly environment they even offer snacks and water & jus bottles for kids , I loved this place and definitely recommend it','2019-03-17 01:34:34.715000','2019-03-17 01:34:34.715000',5,'fatima mokrani','https://lh3.googleusercontent.com/-NPD5igyLpq4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnuRXk0DlBgYd5sv0q96FCxXvKR4A/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38250),('AbFvOqkuDk0eOcMT713EmHRUyWgNQkmSuJaShyG7bVmp9UPhApa_l04naAfz9D8eGCOyDsVM066b','Thank you to these amazing people for taking care of us','2019-03-23 17:10:51.971000','2019-03-23 17:10:51.971000',5,'Shane St Clair','https://lh5.googleusercontent.com/-erhTPUKUCzA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmlhDQAhmNSqMGDhzu9_RUD3keecw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34953),('AbFvOqkUDsmWqdHTZDvW2LRp-HAiyc7ufScaNCVyxs5UVZP08sxri1I_JeDmjvknJxHVjm7jlGNFSw','Dr. Jolly and his team were phenomenal! The support staff Leslie, Kristina, Quyen, Scott, and Maya were very supportive and helpful! Signature Care and it’s staff is very helpful!','2020-02-11 23:37:39.303000','2020-02-11 23:37:39.303000',5,'Willye Powell','https://lh3.googleusercontent.com/a-/AOh14Ghtd8-hekvo43O5_Jwn1Zvl-y7P7ll44OJ5HgsrHw=c0x00000000-cc-rp','12541597562633926366',28732),('AbFvOqkUDvjkXvUQ5q0cuavKHP3iimLL86uEbcET9Vi1dqWXwsYVM5NbDE78H0J4bGf2dr0qKOMsEg','Great services. Everyone made me feel welcome!. Dr Miller , Melissa Rn , Natalie were really helpful. Thank you all so much .','2019-09-28 18:42:54.703000','2019-09-28 18:42:54.703000',5,'Helen Lammie','https://lh3.googleusercontent.com/-rGLRX2uzMvw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnmSBgdB3iaiWb6_qcvCgLvYctgQQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30446),('AbFvOqkudVRgYJ7LMU53x9y2-73FMxw_0_8YSESZfIwEibCVPMaWb_drHXFrwBS36z98xHi6CYYG','Dr. Jones was Phenomenal At his job.','2019-02-24 15:47:11.413000','2019-02-24 15:47:11.413000',5,'Aaleisa Tarantino','https://lh3.googleusercontent.com/a-/AOh14Gi3CcrURFm61nrw4fnARx4dWCTU8kPmhX5UPT4S=c0x00000000-cc-rp','3272657195432704501',39908),('AbFvOqkUDxe9rLe3N6bjzrevuv0XLVzMjdoH0LZbGDWpt_4PuD4XZXSgzluQnONZ1LhMnvWAseQ6','Great experience! Very quick - staff was friendly, thorough and facility was very clean and organized. Dr Leung, Nurse Amy and Rad Tech Sam were all great!','2020-08-04 13:28:35.022000','2020-08-04 13:28:35.022000',5,'Jennifer Johnson','https://lh6.googleusercontent.com/-MnJ9li15UIs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnld2obtSVQytkUHX4A6WODRDLiHQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38647),('AbFvOqkUED91hryNNQxFeFTP8VTfCxvTVHHttCk3TDg3BvFWBuAkhPgTEAq43UFqIEG87uQ4iu_tNw','Horrible experience front desk people were so rude not only that ! I SAW A FEW NURSES COME IN WITH NO MASK AND MOST FRONT DESK LADIES DID NOT HAVE MASKS I WAS HORRIFIED!!!!! YOUR GOING TO TELL ME IN THE PANDEMIC WORKING IN A ER YOUR STAFF ARE NOT WEAR MASKS?????\nGo to Methodist emergency Er they took care of me nicest people and WORE THERE MASKSSSS!!!!!','2020-07-04 19:09:42.578000','2020-07-04 19:09:42.578000',1,'Ricardo Arturo','https://lh6.googleusercontent.com/-oLdn5Dw1erk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckEKm8XclUKLUw1zCtO5ktIO4tSkA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42366),('AbFvOqkueFpV8VEAM-dinUwumhq5M_Fr6z44-SAluvVnCTs6rgTVo2DfTTumweVMyDNVF8ZW0udzTA','I had to take my Wife because she was dealing with back spams and thanks to the help of Dr. Faig and nurse Leslie we felt they were there for us. They prompt quick to attend to my wife testing was done in a timely manner. The installations were great and up to date. Keep up the great work!!!','2020-01-30 04:25:54.885000','2020-01-30 04:25:54.885000',5,'jaime Osorio','https://lh3.googleusercontent.com/-ahX_7O00UKw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmOD5xTbqjF2CryelfzkgsqJc4o3Q/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28770),('AbFvOqkuehwF9MIC9WL2Wjj09HUTIxcLLQ6-W3l1YEjvT8bD3-Pa569zaLcMRXoJAOO1yh3jPg4D','Very kind staff! They had me in and out, with no problem. Thank you guys!','2020-07-28 01:14:14.131000','2020-07-28 01:14:14.131000',5,'Skyler Smith','https://lh3.googleusercontent.com/a-/AOh14GgSOaUVFbeahy5IxwChZoUEOTiNI4fDxfd2L2ZEUA=c0x00000000-cc-rp','14748677429039074158',31857),('AbFvOqkuETjoqdFMKgp9_cHbBBzahCDdq9GAqzhXIap_u3fUSmlg37Pmn94-11vCLvXijDTN7fvR1A','Great and fast care ! Doctors are excellent and very caring .','2019-07-23 00:16:55.981000','2019-07-23 00:16:55.981000',5,'Brendan Jackson','https://lh3.googleusercontent.com/a-/AOh14Gh2WPXgGeuP8OatqJwgqoXqMzakobvTnJaiEQ5EEw=c0x00000000-cc-rp','12541597562633926366',29077),('AbFvOqkuffuSZtoC7y30TCYXkF0wt5eCZrUk04yILLpfJZ0Bi4A1v98xbpnfsL-w0dacTAraf74c','Very positive experience! We were greeted professionally, and there was no wait time. All staff members seemed sincerely concerned about my well-being and had ample patience to put up with my hypochondriacal side. Dr. Golla was thorough and professional; he actually listened - and took the time - to respond to my questions/concerns. I highly recommend the Sugar Land/Mission Bend SignatureCare Emergency Center! -Caprica Neal','2018-09-05 20:56:09.480000','2018-09-05 20:56:09.480000',5,'C Turnbull Neal','https://lh4.googleusercontent.com/-YTmMMxBAjKY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZaohyyFdrhpJXZ8ttO7EIcXfGHg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36906),('AbFvOqkUfgLMpDI2WLTObFfZ6hp9zGC-PLB9UKalJwTz-0AwGyNtNN9nwVTiSLk-FCUszBRs1vl-',NULL,'2019-12-01 04:12:03.217000','2019-12-01 04:12:03.217000',3,'Kandy Arcos','https://lh5.googleusercontent.com/-zI4oLwOuYzs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7j8p9ja_rhHw926yTLUoti46aag/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30408),('AbFvOqkUFHZJAcoOTTx0IkdGY0h-iaY5CWgGCaR36FIfFF7rJAO2QMaC99Pt_JhbN2kQY21yeCfiZQ','I went in with severe pain in what I thought were my ovaries ... I was in tears! From the moment I stepped in everyone was so welcoming nurse Larry made me laugh and feel so comfortable!! He gave me a warm blanket . The Dr was super nice as well','2017-01-11 14:19:16.687000','2017-01-11 14:19:16.687000',5,'Elle The Realtor','https://lh3.googleusercontent.com/a-/AOh14Gh7mFzWSXc6Lhk35AzTSo8gYjmQUKeSx5UIwa4bwXU=c0x00000000-cc-rp-ba2','14567670160750071148',31132),('AbFvOqkuG-X4we2NshG-92YrY-8GkP2Qn2pFPArPseXhQVDVhgzVr5GamwxoOozBXPsupkU400IA','This er is one of the best I’ve ever been to. Very friendly and helpful staff, they’re great! I would highly recommend this place any day.','2018-07-19 19:12:51.096000','2018-07-19 19:12:51.096000',5,'JERRI\'NICOLE White','https://lh3.googleusercontent.com/a-/AOh14Gi4zf-qNEP3RYtdmTmglGMygefGNwpnS0ZK_AEo=c0x00000000-cc-rp','12541597562633926366',29221),('AbFvOqkugLs7BCGSIYTm0IPfHw7r3fVqHA3jaWr5_JcRoBPMcaiRhT-_2Dxzv1RXVI3r_gEfiUrBXA','Great and quick care. Came in with abdominal pain and was quickly seen to and taken care of.','2019-06-21 06:19:00.307000','2019-06-21 06:19:00.307000',5,'Jd Tell','https://lh5.googleusercontent.com/-XF5IfGxaZZs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck6q9xsrsMF48by8b3u1ppuRBHX0A/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29784),('AbFvOqkuGpMUprvIUEqxyRSdFFaDJsj5C7WbNdrYW5BYxgUwWqqagN9sks-cN5CEwZdhA6JRmISB','I love how the Ana Estefania R welcomed me she took care of me with joy and grate ness\nDr. SINGLA, MD, NITIN K He was good to me very understanding and patient dr so thank you\nNurse: Sarra E A It like she was holding my hands saying we are in this together . He advice warm my heart she made me laugh when I didn’t wanna laugh so thank you\nRadiology Tech: Sherwin P B you were awesome\nBest ER I ever been too didn’t have to wait for long time it was ASAP let go so I appreciate the hard work','2019-10-18 16:22:20.035000','2019-10-18 16:22:20.035000',5,'Layla Niyo','https://lh3.googleusercontent.com/a-/AOh14GjsYFuwFZ1BbbwQwNTrltMeLwnuYFsCoK_qQXHsYQ=c0x00000000-cc-rp','12541597562633926366',28997),('AbFvOqkuh06-d0564VdZE_iP9pzDcIRgCMGfs5UWunIMigy4VDk48hcv5of3Tg_jIXOpL5bdSoLU-w','This Location Was Amazing From The Front Desk Mrs.Tatiana Was A Great Help To My Nurse Meredith Who Made Me Feel Very Welcome And Comfortable To The Doctor Who Knew Exactly What He Was Talking About And Got Me In And Out Thank You So Much Dr. Sylvester Will Defiantly Come Back Here!','2020-01-03 02:12:29.517000','2020-01-03 02:12:29.517000',5,'Chelsea Estrada','https://lh3.googleusercontent.com/a-/AOh14GhcTu7UQJwcHskTc8bWsdYsKTIUZqgixm0QALQJc7Y=c0x00000000-cc-rp','14567670160750071148',30368),('AbFvOqkuHh_9YT1qkJEhXA7yTlvrEMSXsg1BslAvKuJ8YqV6fE-BplDhn5Epg_nGw5svzVuAuVksbQ','Everyone was professional and nice... Thank you Dr. Das for stiching me up','2020-11-02 14:48:32.734000','2020-11-02 14:48:32.734000',5,'Nichole Owen','https://lh3.googleusercontent.com/a-/AOh14GgpB_iQ21a8Y_V6NU3a7y5jyGpVBn_gX9TC7j0E=c0x00000000-cc-rp','14748677429039074158',31435),('AbFvOqkuHia3743lE30-hNy7vZnDlihooMIPDuBAhNCxserCHWeaHJmbZsmQP-c3X8U-XPtq0goh9g','Awesome experience from beginning to end!! The staff I met with were Dr. Patel, Troy B. my nurse, Jessica M. my radiologist, and the wonderful receptionist, Melissa E. They were so kind and helpful and I was in and out quickly! Beautiful clean facilities and I was well cared for! Thank you all for taking great care of me!!','2019-09-11 00:53:45.652000','2019-09-11 00:53:45.652000',5,'Jill Coday','https://lh6.googleusercontent.com/-fiKczb7O-V4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclbeBSw3Aa56aVQ7SsaSOOBuzvh4Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33974),('AbFvOqkuhKUZPTIMv8oyntlQlb9CBT7cAkrlUxUwNTaPCYy-YCYo-GMVrE_J5XUZFnZIKU7dCjmUDg','Great experience and friendly smiles all around.\nDefinitely recommend this place to anyone!','2019-07-31 03:54:08.439000','2019-07-31 03:54:08.439000',5,'Sanil Williams','https://lh3.googleusercontent.com/a-/AOh14Ggj3q1v2XC2zotfKm1Zl9pkAdRYc-RcGrM9Y65UZA=c0x00000000-cc-rp-ba2','12541597562633926366',29069),('AbFvOqkUHkYTZKUu2ucg0PzjSkrHn0qTmcPUdlSb63tMhklReVk0b5tpSVXWjwG_288dIA7RCCdLAw','Excellent staff and superb experience from check in to check out.','2020-01-30 03:20:09.806000','2020-01-30 03:20:09.806000',5,'Kat','https://lh3.googleusercontent.com/a-/AOh14GgnmWwFzODR0iqbvQGoWO_RLaNP38TFraAtGYdQ=c0x00000000-cc-rp','16891069708558046635',35989),('AbFvOqkuHorkiLPnEPaNV14zir21iUMF_bszro6U70gJelXgwLcZACq0ce3kEWA_Q7DBdiTrRJSd','Nice people!','2020-11-18 23:02:13.018000','2020-11-18 23:02:13.018000',5,'Alexandria Love','https://lh3.googleusercontent.com/a-/AOh14Ghz1R1N-MHTWbDIC5arEonKy7tTguKMfKPf9MHQYw=c0x00000000-cc-rp','14748677429039074158',31345),('AbFvOqkUi1ndHjjeSw1j2Dw4lzvIUsTzEkPJN-5GqV0QOf9XCi_ZCD-7o7uIAFBd8ROnn_of9kOW','Dr. Iheme, Alvean, and Tricia were great. The visit was very pleasant and to the point. No wait time walked right in and was attended immediately.','2019-08-23 13:02:40.598000','2019-08-23 13:02:40.598000',5,'Sophie Salinas','https://lh3.googleusercontent.com/a-/AOh14GhsG7MOhmZ8q31TKzURV8Uq31OC6fYOUwedQDIdFQ=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkui45MTi7nSVgqYRSMbZEmpFFjAJ0BrHs3U-fGYvvy8FvSGPUSq4JKAdgkIrtaVxpWDLdTfQ',NULL,'2019-03-20 14:01:16.300000','2019-03-20 14:01:16.300000',5,'Stephen Brown','https://lh6.googleusercontent.com/-GktK5LDQdW4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckhDp4fcCo-4USaOdT9qIZ0KEOwQg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42113),('AbFvOqkUI9eJseBglTWGOI6tvkyRPCoAgRhcjY59cPcSPKnV5NVD77bdRE0Us9GlYL5vguyn9rmN_Q','Great service had Brad as an RN and J.R for Radiation both were super friendly and able to get me seen quickly to get my test started for the Flu. And made sure I was feeling better before I left Dyveliz was the receptionist and she was so lovely will definitely recommend','2017-12-20 20:01:58.413000','2017-12-20 20:01:58.413000',5,'Lillian Wendt','https://lh3.googleusercontent.com/a-/AOh14GhA5xeed1BTklC-OBtFMFOtu3KLVc-VUJD15xzo=c0x00000000-cc-rp','16590124370714063921',35341),('AbFvOqkUI9U8eA99BbiTGTckmf5Hjdl_49vTIyHJWNwlv0EB-rYvsJfsM6wCbYmDE-VqDyLRG7yq','Fast Service and Great people. Valory and Abigail were super informative and kind. Everyone is personable and ready to help. Highly recommend Signature Care.','2020-12-21 17:12:07.125000','2020-12-21 17:12:07.125000',5,'it sysy','https://lh3.googleusercontent.com/a-/AOh14Gj4x6VXsO-8KzsMVNwyZRg8JIlIn5PnS-p5LmJvCOM=c0x00000000-cc-rp','15979470999169074295',43639),('AbFvOqkUiP7lcqQcW_lWOCqvbb_hugl5NVjb73-GGmBne36ELFFBt0itRO0nq5ESPZ3iZkSmaWKHXA','everyone was great! came to be checked for flu like symptoms and was being discharged within an hour. The nurses and doctor were very thorough and made me feel comfortable.','2020-02-15 05:45:02.880000','2020-02-15 05:45:02.880000',5,'C N','https://lh3.googleusercontent.com/a-/AOh14GjxLUJDWsZscZwnKUhJvcn811OExvfXDtrS2q2vWw=c0x00000000-cc-rp','12541597562633926366',28719),('AbFvOqkUIvibjz9GB_tONCfX13yJ5l-1zUygiK8L3a6I1Cb3-bJE9AVPdnS_lyyHiA_mT8UyyCYj','The staff is super sweet and helpful!! Anthony, my nurse, was extremely kind and easy going, as was my doctor, Dr. HarjaĆØ. The other staff (J.R. and Kim) all seemed friendly as well, and the whole environment was very welcoming, safe, professional, and comforting- all very appreciated when you’re not feeling well! They also brought me a heated blanket and regularly made sure I was comfortable and doing well. I honestly wish I could live here, but I don’t think my insurance would cover it. 12/10 would recommend to anyone needing medical assistance','2019-03-01 17:17:24.153000','2019-03-01 17:17:24.153000',5,'Brianna Huffman','https://lh3.googleusercontent.com/a-/AOh14Gh7xRY6uU4c39vlAy5a_lC7zkOkZqDNERBYXc08=c0x00000000-cc-rp','16590124370714063921',34979),('AbFvOqkuiW-mN4pDECg0gLkOVvfELglZWs_GLhElOLWoF2LQTSD4pquOuA__e3dO9Vj34Ky25CmYeg','They are very rude. Especially the night shift. There I was sitting waiting on them to attend me and they literally had me in the car dying. They get upset when you ask them the status on when you can be attended. The ladies in the front desk are the rudest of them all.\nAct more professional!\nI ended up having to rush over to another ER because they didn’t want to attend me. I understand first come first serve but I was in critical condition according to the other ER!','2020-07-27 23:19:11.550000','2020-07-27 23:19:11.550000',1,'Michael Argueta','https://lh3.googleusercontent.com/-U3mwhoJCExk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl7c4oIiQGW39crjdIt9d-SCDzAlg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42346),('AbFvOqkUjDMe2KKk7HZZ8cLNXsi6VtjU0ahgRnGJGaXdrvsAmUO_PMOtCVKg1OnFQ8oZE8jFMkgk',NULL,'2019-07-16 02:07:18.153000','2019-07-16 02:07:18.153000',5,'Dorothy Salcido','https://lh6.googleusercontent.com/-S7-9C8ewI7o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckB7H8XNz-7q0jRtN8AKwn5pEYK_A/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41657),('AbFvOqkUjhlNx6IFr_vGDGL9AiLKLj7g0k0PFlrn5nSEfeDmgQYTXrBvsDAFvzHpbPbuwSlZ3cMwmw','This was a great experience, staff was helpful and all my questions were answered. It also was done in a timely manner! Thanks to the staff Rollie, Natalia and Stephanie. They were all extremely helpful, and patient with my needs. They also give warm blankets.','2020-01-15 11:34:29.776000','2020-01-15 11:34:29.776000',5,'Prince Warsace','https://lh4.googleusercontent.com/-6xqh2qn9HR0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmvRKGebesLjE5S0uqFYa2-ozoRmw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42503),('AbFvOqkuJpiIYvUazRd5Lmc3CLQMnOZ4z2pv7-J6-F0NV6l1giYnYQFKozUBXmaBEQPkRzcOJVfXVQ','Went in for a dog bite, was taken back quickly while the receptionist dealt with insurance matters for me. Rooms were clean and bright. The staff was really great at explaining what was going to happen. They checked up on me while I waited for animal control to show up with questions. Overall, my favorite ER care location. I hope I don\'t have to go back, but if I have something come up I know they\'ll take good care of me.','2019-10-14 19:23:49.812000','2019-10-14 19:23:49.812000',5,'Michaela Starr','https://lh3.googleusercontent.com/a-/AOh14Gizs1Hehj5p4YCmWT6N1o1z4LwuuymiNa0HCgbD=c0x00000000-cc-rp','13486358490203335051',29618),('AbFvOqkUJQ08hzos52aSe8lMqs1pxjgCt8__4YqYxvLW3CUo8KyVzoeMtBwOmf0qTvknD_AFeVey0Q','I have no complaints at all!!! Best place in case of an emergency to go to. Highly recommend anyone to come here. Thanks for all the help with my husband!!','2014-07-01 18:20:56.700000','2014-07-01 18:20:56.700000',5,'Johana Jereda','https://lh3.googleusercontent.com/a-/AOh14GgrWZKejOXP-_RQ7nu7nmLfJUC6HaMVFtHQGk6fk5o=c0x00000000-cc-rp-ba3','8679688254631342173',42796),('AbFvOqkujRK1jSsinLkshXusHHe9dahvl_gKEgYj6chKYgY4UsIdbrQdSY6B7lxkeUCJUAO4mRGXcQ',NULL,'2018-06-12 06:39:49.479000','2018-06-12 06:39:49.479000',5,'montana max','https://lh5.googleusercontent.com/-WCtK2jx-qv4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmqz-fYhhliYgdGk-DsocB28UW1Uw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29237),('AbFvOqkUjtKGSkMoNuNOJc8wGCA4QWk1h9Qa7SqgUsxCwB7k7CByBaYlpmL3eHn-L18AeaRnMbCQ',NULL,'2019-04-15 19:14:02.250000','2019-04-15 19:14:02.250000',5,'Cailin Paul','https://lh3.googleusercontent.com/a-/AOh14GiMyKWb-Jgfh-e20L-aon3oMF9_0DQzP-gJbghutGA=c0x00000000-cc-rp','16590124370714063921',34894),('AbFvOqkujWDv8tQUHnIXb4YN0GmFNqsE-wlHx0BRSy8zPGkCX_qHog_27fGSPWM-ruY3Y5kZ-1-iZw','Great fast service love all the staff here Dr Rose Ashli my nice and the front desk was great hospitality recommend to anyone','2020-05-29 22:37:24.573000','2020-05-29 22:37:24.573000',5,'Sony Hong','https://lh3.googleusercontent.com/a-/AOh14GhB_0b9D1rEB-KhrWnidD3pojPxHRwP1sH4U4SXGSE=c0x00000000-cc-rp','16891069708558046635',35903),('AbFvOqkUk0VBhFzHBJj570WJ_KcXC17rm_hzgvZ7wR6lyC8nznOp4IO3rVr_V0gQiZy0S94FJMXOfA','Absolutely excellent care. Staff was incredibly friendly and helpful and the we were able to easily communicate our problems to the doctor. Would definitely visit again.','2017-01-27 07:45:11.863000','2017-01-27 07:45:11.863000',5,'Destan Traeger','https://lh3.googleusercontent.com/a-/AOh14GhoUXSbJUqnUDRBkYm1F_5aGBLPDU4BWVMiO0rsxQ=c0x00000000-cc-rp','16590124370714063921',35521),('AbFvOqkukBpqkGcPQaAK9jr6yPckahggkiOVu5cNHRbx6GaD0pGIUv21aTf5qqaXPQd6dby5nflLjw','The staff have been nothing but sweet and nice during my stay! They even laughed at my lame nervous jokes, so very much appreciated and cared for my well being !','2020-01-11 05:16:40.487000','2020-01-11 05:16:40.487000',5,'Emily Catalan','https://lh3.googleusercontent.com/a-/AOh14Gge-agc5bxPkRJh7z9FD7LIq4kXuTZNtLFJ4Y45XA=c0x00000000-cc-rp','16590124370714063921',34458),('AbFvOqkUkdb0oT_3Pc9qJnF1I0Qbx-JZhnhf5PfGiZEtU65kf4NUAfzLlGy3h_Y5saZGVyTfw-HqyQ','Great service and a nice staff.','2020-07-29 20:21:02.638000','2020-07-29 20:21:02.638000',5,'Ramiro Galindo','https://lh5.googleusercontent.com/-Zy2DSbb6Ba0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnl8V_f2fL83yYDwiQYdabYBLSCPw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38697),('AbFvOqkUkduP3HwloLlqgLtUVZnkBZlchUgbuYLDeua4fGrOTZpdtm8krDiNf6hRv50A3RSLqlEe4A','Surprisingly easy. Very nice and clean. Security was present. Fast check-in and friendly. Rooms huge and comfortable. For having to get stitches I felt like I was in and out. Very nice nurses and doctor. Would suggest adding Disney Jr. to the cable so my son could have been a little more entertained LOL. Checked out and security guard walked us out and even made sure we got in our vehicle and drive away. How\'s that for service! Would highly highly recommend.','2017-06-30 15:35:28.409000','2017-06-30 15:35:28.409000',5,'Julie Bloomer','https://lh3.googleusercontent.com/a-/AOh14GhP7TL-k1MHJkVgImedRn2Wy7T4wb_CfepwTPskTw=c0x00000000-cc-rp','14567670160750071148',31018),('AbFvOqkUKns75uP1mROx6mh4TI7qydmzjJCN8k6F0xYLS25h_QiKTpnQqixd7TYo2Bs5JDsCdb7ebQ',NULL,'2020-06-07 00:37:05.897000','2020-06-07 00:37:05.897000',5,'Christina Speir','https://lh5.googleusercontent.com/-JZJCQQN3a9A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckbK_Ul6G7XrklOoHTJfQ39Y_2Cjg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32075),('AbFvOqkuKr7v7G-cWHoJuVOEAxqNh0C_fNmvY4mADXONEqHIr7l2qS1bJNq9R7FtvQ0LgZ78Ks49Gw','I highly recommend this hospital. They welcomed me and took great care of me after my accident. The Doctor and the nurses were wonderful. They also followed up with me afterwards. 10 stars!!!! Thank you all for such great care.','2018-03-11 20:23:49.188000','2018-03-11 20:23:49.188000',5,'Eli Gamachii','https://lh3.googleusercontent.com/a-/AOh14GilYZ4aAPl27PrvMVv9ETv8SaRwvTwKbUCe15znjQ=c0x00000000-cc-rp','17898197009688164559',38374),('AbFvOqkuktNxL7tK2-doKSNI83DTy67_-3_c3alUN3vMaCTBJD5m5S4Jy-SOLwW5KzLDwgX6F-f9',NULL,'2019-03-24 20:06:14.201000','2019-03-24 20:06:14.201000',5,'Billy Smith','https://lh4.googleusercontent.com/-uJLBwWtexUk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3-cEW5xWJBPgkg0TvCo27obxOtg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39890),('AbFvOqkukY-NNKbEMN8uvs3WIvzr2rvkyoq0TlnRXlEotGtLbOiq7LFUvMavkP3ged5zPPRKZdFj2Q','Great down home friendly atmosphere from the time you walk in. Nurses Marcus and Sarah, were helpful and gentle. Didn\'t even feel the needle for the IV. And that\'s good, you only get 2 chances with me.\nDr. M. Thomas has a good cheerful informative bedside manner. Everyone at the Signature Care Emergency Center were great. Thank you Ms AyeshašŸ‘šŸ‘šŸ‘','2019-06-22 18:21:17.510000','2019-06-22 18:21:17.510000',5,'Sin','https://lh3.googleusercontent.com/-9lf2jRD2bGU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclwC09gJLiUCuE4FaLs1Nakoue_Wg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38130),('AbFvOqkuL4uKt6WBHIGYBxSUkbYTRTL0e5-8mPkhePakQMRa77vUwynuLzUs8iQjo-gHhexwSive','Wonderful care and staff. Shout out to the Mercy in registration and Melissa the nurse. Thanks a bunch for the TLC šŸ˜‚','2017-02-25 20:09:27.119000','2017-02-25 20:09:27.119000',5,'Sandra D','https://lh3.googleusercontent.com/a-/AOh14GgTe509oykjTwa2gb2GsGjL_iEe1eHsDo-BBiwGBw=c0x00000000-cc-rp-ba3','14567670160750071148',31093),('AbFvOqkuLdSWJyZljsmuLHAd4yD1UfQPeWq8oJRiSi54BUhm_t6Xdj_4Hf0Dt2iM_-78VPxSql8H8Q','It was a great experience. It was quick and organized and explained my injury in details.','2017-02-10 21:44:46.313000','2017-02-10 21:44:46.313000',5,'Nathan Harwell','https://lh3.googleusercontent.com/-J7timSQrDfM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDBHRBJVxOz6qFgnbx7HaHFO2w9g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35498),('AbFvOqkUlhAP-SoHsveLaYy6PiYszrQYIhoU9xckpxMrknKNpcVf1RQ7kXN2k_DAiDeqB1Mann7QBw','I’m very impressed with everything and the cleanliness of the building, the caring staff, and the quick service.','2019-11-15 20:57:31.297000','2019-11-15 20:57:31.297000',5,'Barbara Dalby','https://lh3.googleusercontent.com/a-/AOh14GhRHzl9HzgYA-vg1z2OD6iDIjjzyql4CH8xDHUXWe0=c0x00000000-cc-rp','6521947413723274945',41555),('AbFvOqkuLoaGREe7qm34m5GqewvmQqPdGCPd4rkNatmJIXChiuTqwbjcpzFu5VCRJ9T7aYLE1BmWlg','Wonderful staff been there 2 times and they are the best place I\'ve seen in long time.. in and out quick as well wish I could go there when I need to see the doctor, I recommend this place to everyone..','2016-08-23 01:28:56.873000','2016-08-23 01:28:56.873000',5,'Diana Clark','https://lh3.googleusercontent.com/a-/AOh14Gjqorx32cgg9NGGuyRfGRW0J8qX82EVdegT4Rc=c0x00000000-cc-rp','17394740196501090048',37310),('AbFvOqkulPj3mwesSo7U39uukB5HCmZPa8cvv2v4CgHEkpeT0olZr5DHhw3U2SAuLs5q2rka1g3RPg','Great experience! Lorena T and Elizabeth were very kind and informative at the front desk. Laura D and Jacob O we’re very helpful and nice as well! Overall, the staff made the process easy and stress-free.','2020-08-30 12:26:42.412000','2020-08-30 12:26:42.412000',5,'Kamryn Cai','https://lh5.googleusercontent.com/-PmsO7GL526Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmUXfw4C5u_ha3GnRSa8osskzZZfQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34185),('AbFvOqkULzGd57SQu7nwaKQW5HB3xP09U4wM55FkVI4Qu9-XCWip1Tk74gw5T8xrmkqSw-1mJRuuvw',NULL,'2019-09-15 18:38:25.540000','2019-09-15 18:38:25.540000',5,'Shelby Heisey','https://lh3.googleusercontent.com/a-/AOh14GhX0lVdf7mYLr221xMRCQcwbXq0UmibWUcMAIU2=c0x00000000-cc-rp','6521947413723274945',41606),('AbFvOqkumajkwFD__9km3-nsvUdM-lJ6m783AVCfOju17_N_oetqTIJFe2cmhRCXA7ZZ5vfuEgOm0g','Jessica Sanchez was really sweet and helpful as well as the whole staff.','2019-08-24 07:30:19.704000','2019-08-24 07:30:19.704000',5,'Adrian Cardenas H','https://lh5.googleusercontent.com/-Lx-STSChQio/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckjZwg7DsS6h2UZS8RK0bVjjpYymQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41619),('AbFvOqkuMZ-cY7NrQYKjpJchZ7h4vkHK6QqkG5eO1d_9I6taZjSzrVJGrCE6X4-XKpBni164tVxHqQ','I’ll edit as my experience progresses:\n\nI called today 6/22/2020 and asked about where my standing was to get a testing done for COVID-19. Ms. Kendra answered the call and was SOOO sweet, patient, understanding, empathetic, and transparent about what I should expect waiting-wise. I thank you for all that you do at Signature, but i especially want to thank Kendra for her kindness during a stressful situation!\n\nUpdate: Received rapid testing for COVID-19 and the medical personnel were clear about what to expect, what each result would mean, and where to go from there. 10/10','2020-07-18 17:19:41.044000','2020-07-18 17:19:41.044000',5,'Kayla Hudson','https://lh3.googleusercontent.com/a-/AOh14Gj8dW1dRF0eHPsMc_TVCgyzPvR3if15uTEj5hWYfA=c0x00000000-cc-rp-ba3','16590124370714063921',34279),('AbFvOqkUMzrGYUaiJgm6YbelxQKAvzIO2N-bGUhDviQXCvm9KJlyO4Zzz952BvtqG6PvDsqe5O1ePQ','Great staff... Dr. VAKEY WAS GREAT EXPLANING MY CONCERNS. JR CIENEGA WAS A GREAT X-ray tech, Jacob was excellent nurse, and Lorena was great and swift to check me in. Overall the staff was very professional and caring. My visit was on 11/29/19.','2019-11-29 16:09:03.032000','2019-11-29 16:09:03.032000',5,'Jose WilliamsPerdomo','https://lh6.googleusercontent.com/-DNYYzZ5c7Vg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl7pzOGF5XssdnEJmSQMHXhvxIUzA/c0x00000000-cc-rp-ba2/photo.jpg','16590124370714063921',34543),('AbFvOqkUN4IHPqUuD0PpnyFie1a2q-1RX7EjnST78LEjABgo6qocLrbp2YdARmjymf5jmtGrTp6-','Absolutely amazing.','2017-11-03 17:25:00.118000','2017-11-03 17:25:00.118000',5,'Adil Bhaghani','https://lh6.googleusercontent.com/-_5DIAnzY_D4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn_4jc-rhHBEXy_cccVgdbbHCeCtQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37039),('AbFvOqkuNCpfwvjyJI4HNLerzehzOV21g4dS_gNdDYRANH_SMeylv_DAlFZHpYJckEznCNu1AG3zXg','Very satisfied with the service. I came in for a urinary issue, the staff (Samantha, Christine M, Nicole G, Dustin, Ricardo & Dr Singla) were great. I think I had a 2-3 minute wait at the front desk, the nursing staff & radiology tech saw me quickly & gave me information about what they were going to do & why. Dr. Singla was very informative, gave me the information on what was going on with my body plus some other information I didn\'t know. I really appreciate the staff here, the efficiency, kindness & knowledge. I was in & out in about 2 hours which is awesome!','2020-02-16 02:42:54.535000','2020-02-16 02:42:54.535000',5,'Brittany Rose','https://lh5.googleusercontent.com/-QDsBmLewrP4/AAAAAAAAAAI/AAAAAAAAAFM/AMZuucnkcsp_IymJUDH9Y5AU4RAONlbXhQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30244),('AbFvOqkunTF10i37o3qSdN-gBFkF6u-RUxD0HYUaDj6Yno2VJw9N1HP2cZ4Dm357sB2bld4bQev12A','I came in and Patricia checked me in right away, the nurse Alvean kept me updated during the wait to get my test results and made me comfortable while I was there. The service was thorough and I got the help I needed.','2020-02-27 20:57:48.212000','2020-02-27 20:57:48.212000',5,'Maxine Monroe','https://lh3.googleusercontent.com/a-/AOh14GhNqOdt8cfXlAcUSDKiglbCN646S7fdIGlXNH9q9Q=c0x00000000-cc-rp','16389487648212004696',33315),('AbFvOqkunyh6D-PLKcTbeV598EXd6qhkAjZRU4CMXsQvoacXlwqLJOqsg2BtQDqBmMGL9osqrKYw','I visited the Signature Care ER in Lewisville todat and was very Impressed. Jessica S. At the front was amazing and started the whole proccess off great. I will definately be back again.','2020-07-19 20:34:29.255000','2020-07-19 20:34:29.255000',5,'Royce Piper','https://lh4.googleusercontent.com/-HbEnkWs4uGs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnOgDly5DRsNxNJ23t7_AV5Bc9iNQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31963),('AbFvOqkuo3ZSdZh4m3sq8_wFjdtIi_gYVm5YHd3MNNxgLBFET-uLcB_VMM_fv6rkx4OHYjfkjTgCPw','This place is a wonderful place and I recommend this to anyone.','2019-11-22 23:05:17.980000','2019-11-22 23:05:17.980000',5,'Bernard Lipscomb','https://lh3.googleusercontent.com/a-/AOh14Gi38P2iJGhILbVp77UeWFkAjAKPYJEeFnvDTv2rPg=c0x00000000-cc-rp','2694018788013845459',39206),('AbFvOqkuOAotBpdPoukJ1VxRh-M0t4QnTHGtjq_O1eM48GM0dmo0UqK4bc5Y3jcXIP54W4TIptSvrA','Everyone was very caring and friendly. They helped me immediately, and kept me well informed the entire time. Obviously no one wants to end up in urgent care, but this was one of my \"best\" healthcare experiences ever.','2017-05-24 01:02:24.160000','2017-05-24 01:02:24.160000',5,'Karen Marais','https://lh3.googleusercontent.com/a-/AOh14Gh6_aKdCsVtkHjSp3VdXwXJhHKXItfGvy_mvhZSCw=c0x00000000-cc-rp','16590124370714063921',35424),('AbFvOqkUObNEPVMy1nkdOrxbn9vu-47Uk3F95J3hHMO_Djrfxq5zpDLQ7yPlyD92qmKSnZjs0nZw','Dr. Harjai, Erika, Marcus,and patty were all very nice and welcoming ...we might get a fat bill ..well see.','2019-09-25 16:26:45.153000','2019-09-25 16:26:45.153000',3,'flea Gonzo','https://lh5.googleusercontent.com/-q948F4lN_kY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmoL9AfXfw8XVcew26oRgV2KgPVAQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33930),('AbFvOqkUOhWE3XGCblMXUIPA1XWGTWuItdb24wOsg1CS8SxcRG_R-C0krxJxsKju_AZ3Pv4GptZrYQ','Leah was helpful and professional. I appreciated her taking the time to make this a quick visit','2020-07-05 11:46:00.521000','2020-07-05 11:46:00.521000',5,'Missy Missy','https://lh5.googleusercontent.com/-pZEZF99rOpQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmkVtpWEfGj7kewrNsEZSB8PPSbGw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29370),('AbFvOqkUoKKZyn101LkDIPE4sVYlZiT8f1FpSs-arBxMal27OkgIcQY6hw6914Ln6b_LRPqdKIQt9A','Called before I went because I was broke to make sure I wasn’t gonna have to pay anything the woman who answered the phone told me that the doctor would see me and since they didn’t take my insurance once the doctor saw me then they would let me know how much it’s gonna cost and we can make a payment arrangement which is fine granted I told her I have five dollars in my wallet right now I mean it’s Christmas time like I’m broke and they don’t take my insurance so I get there I wait talk to the nurse talk to the doctor then the same woman comes in to let me know it’ll be $175 because I am level one that they didn’t consider me an emergency and that I had to pay the whole thing before the doctor would do anything even though the doctor had already looked at me had already decided what I was going to be prescribed because it was checked off in the little paper I had to sign saying that I was going to decline having medical care done there which I mean they should’ve been an option for The truth that I was lied to so I would come in. how do you trust a doctors office That lies to you from the very beginning I even offered to give them my bank account information so they could charge me on the first when I got paid and they’re like no you have to pay today so they’re liars so if you like people who lie then they’re perfect for you and since I wasted my time there the urgent care clinics were all closed forcing me to go a emergency room. And they are not urgent care, google and they’re ad says they are but they are an emergency room, it’s a scam. Which I should have known when they said they didn’t take my insurance.\nSorry using voice to text so probably no punctuation in this','2018-12-16 05:03:20.382000','2018-12-16 05:03:20.382000',1,'Shele Newkirk','https://lh3.googleusercontent.com/a-/AOh14Gg4ex7RdogvNNoDlp13cbkQAisMSCwMxQvberx69g=c0x00000000-cc-rp','16590124370714063921',35065),('AbFvOqkUozlMzIvOSvJvVdgPtUZSF_1CRNRa4R5COyjlGKEFxf9bmyPEdf-dG8pFEBJwB_Hdco6mDQ',NULL,'2017-03-08 14:11:20.361000','2017-03-08 14:11:20.361000',5,'M. Mobin','https://lh3.googleusercontent.com/-NwYb4Lx1iYw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1mZbQJK6ho506wMKxV7BRFIVBaw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37200),('AbFvOqkup56g1xcSX56AxzeRgKSFUdePznpx9Mz3wnUxgCw-R6dEaxgJdXpTB2zC_SbN7FaldD5q','This place is awesome ! The building is brand new and the staff was very quick and friendly. The environment very enjoyable šŸ¤”','2019-09-15 03:23:46.217000','2019-09-15 03:23:46.217000',5,'ILovePlnkTac0','https://lh4.googleusercontent.com/-eGNHM70UjR8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm_g1-LCNzxbz6SfI4R7PyINzwcgA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39260),('AbFvOqkUP9KGD8bbuS4Qb6kD6AuH7H_h-XcmpNob7NlREr5boxuIc-mepKwF7AAu_JOgEkao65M9Xg','I got stung by a bee, what better place to go than signature care. The staff were the best. I was a bit nervous and I got the reassurance I needed to calm me down. Sam took my vitals, nurse calli brought me and ice pack. Dr rose examined me and Emily helped me with the paper work. This clinic has been a lifesaver for me and I always recommend it! Thank you teri hernandez','2020-11-15 19:44:20.775000','2020-11-15 19:44:20.775000',5,'Theresa Hernandez','https://lh5.googleusercontent.com/-PPJk-YO2ha4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckL9btaq6GMT7X-SKW7EKxU5CRMNg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38428),('AbFvOqkupD66EX62DEunS0UdoLCas3bDdP4wbCZuWlS_x7UFR7wZSkpbmlY8V7w6EjhgSHMh5mPgfg','Everyone was very welcoming and helpful','2020-11-22 19:53:11.879000','2020-11-22 19:53:11.879000',5,'Bailey Hulsey','https://lh3.googleusercontent.com/a-/AOh14GjaBKA4IAMFuDouunZ81KIA2fbCB1Hr_mRpO44R=c0x00000000-cc-rp','2077061009497551125',38423),('AbFvOqkUpdCpnC2P0B9A48C7ISdgs9gVT4aTCax-HzBPgUxqR-UhsMtmUxiAMvLjEcI3oSmmDSrJ','I went in for a Covid Rapid test and the staff was very nice and welcoming. They weren\'t aggressive with the swab and we got our results within 20 minutes.','2020-08-02 18:47:51.551000','2020-08-02 18:47:51.551000',5,'Emerie Morales','https://lh3.googleusercontent.com/-_nubT4nYyzs/AAAAAAAAAAI/AAAAAAAADPs/AMZuuclVvJNReibvTkXeKuvVG07DFd59Yw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32289),('AbFvOqkuPtecabqi4nhyxrsgOqFTMvZdK6GI1dtopGySXlEq0J_JVXBZ7qD0Y2KGvzSmNqlw3Fxp','Tricia Jani——- Nice people\nSibienne ——— Good Registration','2019-11-22 13:04:58.010000','2019-11-22 13:04:58.010000',5,'Nestor Martinez','https://lh3.googleusercontent.com/a-/AOh14GhzZmufqky7UeV0Gfdg4jgOwKeDxg-JVnRd15i9rQ=c0x00000000-cc-rp','16389487648212004696',33697),('AbFvOqkUPUnTa00PMPuoDfAN7H3QkOIrj3V40G0_l0051Byooh3hqspajVsimbgp7xZjzqclOs82IA','This has been the best medical facility that I have ever visited. Not only did they solve my problem but they also went above and beyond to make sure I was comfortable and had something to eat and drink. I have never experienced this at an Emergency center in my life.','2020-01-17 04:12:00.583000','2020-01-17 04:12:00.583000',5,'Fatemah Younus','https://lh4.googleusercontent.com/-kDTOPiht_i4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck4oDmw7mnQpQvjnfB41b29yq1VFw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34440),('AbFvOqkuQPibFo9VCjcq__t3RXssqrSXkcLXF-SReTFEZNdbs2yiHy5Mj7JxWawR6XkRcOVCKK8DeQ','Dr Gola is a life saver very knowledgeable\nKristina was super friendly and was funny and yet very knowledgeable in the process\nThe whole staff was quick and no wait time\nMaya was very welcoming','2020-02-26 20:55:53.093000','2020-02-26 20:55:53.093000',5,'Lim Kim','https://lh6.googleusercontent.com/-cCSEX-K-n14/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclGyvP7JRZCL63eWn0EMOyCggvpfw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28687),('AbFvOqkUqUSeCBipcoXQAYyVfN7H8qgSCn8opnYBoy9nYe06MNGC42YAeGm-WbOHx1qN3xHJ_7lh0g',NULL,'2020-06-17 13:15:38.967000','2020-06-17 13:15:38.967000',1,'Masha Sharf','https://lh3.googleusercontent.com/-3xA2O0hoSJI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclECvngH_o1himduWWtqUerU9Id9g/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43035),('AbFvOqkUqzbqFtfhjI3NfThzLAQhrXycN_2GGBTnoHQdpqc3Cqxjh4Czp93PU23j-2HpMGQky_iaug','My visit to Signature Care was great. They immediately put me at ease diagnosed my situation. Everyone from registration to the nurses and doctors were awesome. I felt I was listened to and that my concerns were taken seriously. This place is the best I trust them wholeheartedly. They even sent me home with a care package!','2020-12-26 17:23:20.392000','2020-12-26 17:23:20.392000',5,'Nikole Broussard','https://lh3.googleusercontent.com/a-/AOh14Gjm6pYZ39fAvJOxJv2WJIRFImC-DGDcybA04uo6tw=c0x00000000-cc-rp','3511292162159714121',43898),('AbFvOqkurBtLIFlHrBo9aB6Zr5qA8A8gXkV2iHYNwZgnwM7xr2_weC3_0WY8SPf80cQ5OVFFIhwDjg',NULL,'2019-07-08 20:33:57.855000','2019-07-08 20:33:57.855000',4,'gabby severin','https://lh3.googleusercontent.com/a-/AOh14Gh-i732d5HMJDWh4vRbJFrmwCXdmrr-t_TlykS6AQ=c0x00000000-cc-rp','3511292162159714121',40498),('AbFvOqkUrmCaSGXWSTkQVejlxXozh3TPeWoswwjlrfEwYCKAnZeRXQUqhCjH7mOLNKXJZsGUid5kzw','going to quality er was the best decision i have ever made.\nthey got me in fast and it was exceptional customer service they treated me the upper most respect and fixed my situation with out hassle i will most definitely be going back if any future needs due to medically needed assistance!!!\nA BIG THANK U TO DOCTOR SIMMONS , BILLY, AND ROBIN!!\n\nJennifer Moore:)','2019-01-08 02:51:47.598000','2019-01-08 02:51:47.598000',5,'Frankie Alexandra','https://lh3.googleusercontent.com/a-/AOh14GiXbP7XtdgLjTXNOA1VM0hsJFXuNgrv4_SUBRAU=c0x00000000-cc-rp','8626688543755174284',42188),('AbFvOqkURnAUmapDHC-hX46i9rtAUG-R0TZeSlFQ3NW39woGvwasH3SFw_JJSXKfqjaywQuTizh9',NULL,'2019-10-09 04:06:42.100000','2019-10-09 04:06:42.100000',5,'L2thenester','https://lh3.googleusercontent.com/a-/AOh14GiaYvDr089DA2Cf0elq5IrcEZ65iVjM1tgMePAV=c0x00000000-cc-rp','3272657195432704501',39792),('AbFvOqkURoYaNEhS3lUOMc2G87wCcF_-ydpJIZXPAIFVntShbgvy75b4Tkjc7qbZ4ZvRxUz66wzimw','Amazing attitudes, they are fast and sweet hearted and so easy to work with!!!!','2019-01-15 19:56:19.039000','2019-01-15 19:56:19.039000',5,'Wesley Howington','https://lh3.googleusercontent.com/a-/AOh14GggiB9tmaoVSitRAP5ehbJ2uDRdklBYbH07VHJ0Kg=c0x00000000-cc-rp','3511292162159714121',40712),('AbFvOqkUSeP-vgFB2E9kn0FyUEYmvI8M0UXuH7EU8eFQp3hG9tWB7PgTVhuh9MzkdNL-W_XYMR2RKg',NULL,'2019-05-02 15:56:17.423000','2019-05-02 15:56:17.423000',5,'Michelle Evans','https://lh5.googleusercontent.com/-kRJ23QMgE4Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck36qBzu1Mccl1jfwfUdWP4IHQsYQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41745),('AbFvOqkuSiPV53jBSB0NY1IYCXAyF9iSWKHGn6cc6wrIXarZx4pLJMopfZ-SfAuBx8zrNg6JOKkRDg','Really great experience - they were quick, fully equipped (we saw a doctor, not a nurse practitioner), with great bedside manner. Highly recommended!','2016-08-26 19:26:40.374000','2016-08-26 19:26:40.374000',5,'Cindy Falschlehner','https://lh3.googleusercontent.com/a-/AOh14GidJiH2nIyIRiwU5xj-eZ21urhEI512WpwnIwKT=c0x00000000-cc-rp','14567670160750071148',31197),('AbFvOqkusoyas6CRy-4k4ZTdp0MWTegmPA8_RJCf-sXeAQGrGQXDtXQOkD25G7_7xdOT3sIR_sgJ','Staff was wonderful and very friendly & helpful','2018-09-03 17:40:19.783000','2018-09-03 17:40:19.783000',5,'Kathy Felder','https://lh3.googleusercontent.com/a-/AOh14Gi8CutmvZ9TSSwZImZWUNLt5RUSIE21IFELN84olQ=c0x00000000-cc-rp','8918455867446117794',43363),('AbFvOqkuSr-gi8FzwTQ_sZdNAkayoZXJPjezSwVGQU6_jdPgeqXMPpAr23D_3Pb9CQZKhBvQBtXZvQ',NULL,'2019-12-01 07:59:29.679000','2019-12-01 07:59:29.679000',5,'Josh Pilgreen','https://lh6.googleusercontent.com/-SB5RjblHNi0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHMQnbtCrwEwoZMZe4j6oHF6KZEQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39760),('AbFvOqkUSUxGk3l_CVfwdr_3yYiTv8fHt1NsXf9cUCQJxVrhrHBRlkIzG7u6u0ygE-Z3VHtSJsnmhw','Let me start off by saying that Briauana, Vivian, Kellee, and Jessica did an awesome job on taking care of my baby! My baby was sick as a dog and they made sure she was well taken care of! Thank you for all your helpā¤ļø','2020-09-11 05:42:06.270000','2020-09-11 05:42:06.270000',5,'Mariah Lee','https://lh3.googleusercontent.com/a-/AOh14Gj8-9tHzH6AQ6NZpvoenfl7Mtp7q6oe67qqRl7K=c0x00000000-cc-rp','8918455867446117794',42916),('AbFvOqkUTaT6ubcwm8oQtlcmut65RwoEtNss1TXGpenWHpUBpiMeMtfuQAtO5mAeYs8X69-U91hg','Everyone was great. Fast and friendly service. Dr Yost did a great job, Jennifer had me in and out quick. Sergio made the registration process super easy and Kim the rad tech seemed to have a smile on her face the entire time and made it a very pleasent experience.','2019-04-22 03:37:29.114000','2019-04-22 03:37:29.114000',5,'Lucas Cummings','https://lh4.googleusercontent.com/-bjb7zxJOTVI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm_1NzXoRIUb9EZp0eLt669Roi6VA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39879),('AbFvOqkutm29jVD9JqOuSL7_D3yvJarJcXOrv8GyjXnGmqM099_k4IP-7gae_RIqLmS1JXKC5vLQ','This place rocks!\nThe front desk is super fast and has professionalism.\nMiguel and Viv are an awesome team in the backšŸ’“','2020-01-12 16:53:07.299000','2020-01-12 16:53:07.299000',5,'Yesenia Escalante','https://lh4.googleusercontent.com/-yhrD7ZCeKSA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn35V8otqesMZgh3BjRvtUWzpWs_Q/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30344),('AbFvOqkUTVosLC15YI3KmLmfjZInrxTL3GRA5wFDUGm6mEJqwXbhZ884SpSbQs3NazJXVKWY2KRSgQ','Great job Anthony and the entire staff!','2018-09-16 15:59:41.793000','2018-09-16 15:59:41.793000',5,'Julie Cunningham','https://lh3.googleusercontent.com/a-/AOh14GgmQfLF3xwI3S70fR968aQJv67WiOvOjuxfZFcxug=c0x00000000-cc-rp','16590124370714063921',35177),('AbFvOqkuU_QDpWAJpZqYWJCMwm3rhfUu2geBDCV0CC5L35JSjrCcj9AuVkBAfxpmZbJL9Jk-RiyD','The staff were very kind and the process went by quickly. It\'s a clean and comfortable environment that I would definitely recommend to anyone skeptical of this place. I\'m very pleased with their service! :)','2020-01-08 20:03:03.202000','2020-01-08 20:03:03.202000',5,'Hawraa Abdullah','https://lh3.googleusercontent.com/a-/AOh14GiLcU8e7crIKqW8Sr70L1m_uKaCbzO6ARwcAAP7=c0x00000000-cc-rp','12541597562633926366',28840),('AbFvOqkUU0Z4WdhsdRgrir2k14A-dcL1ZmcUkUUBznRGgRibSYtLG43ZW4NYZGuP_FZHo7iwHlakTQ','Dr.Kotey, Keaire, Dion, and Cris took great care of me. I was in extreme pain and I am joe feeling great. Thank you signature care and staff for fast and efficient service.','2019-06-21 09:01:39.350000','2019-06-21 09:01:39.350000',5,'Mr Trippy','https://lh3.googleusercontent.com/a-/AOh14GjtcTtJqRHkLplEuX1kRhPIJxlUt3sm4H7LE6bRZA=c0x00000000-cc-rp','3511292162159714121',40530),('AbFvOqkUu5sUWsOArFUuWW2tQ4p3JbAyo3IP9xYnSRsiP79IR73RUSbQnunAgnRH2sp1kAJekIqw7w','The entire staff was helpful and friendly.','2020-10-26 14:57:23.500000','2020-10-26 14:57:23.500000',5,'Bree Drury','https://lh3.googleusercontent.com/-ut8UunOjbu4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckvRVxhPqcDjsnCvI-_0gApcyyUHw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32189),('AbFvOqkUUbZKRCHoh1MXGFhedsVJ5Qqo2b87U-PIzEZ48zEGhqFHNLJyBFqvtL5W95haE9k1NAz5_A','The staff was really helpful. I was in and out from my visit. Dr. Nguyen and Ekaterini was really nice and explained to me what was going to happen.','2020-11-07 14:39:22.067000','2020-11-07 14:39:22.067000',5,'cecilia garcia','https://lh6.googleusercontent.com/-HIyuTjktCtQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmuVU2LAmumkCZeAJoyPTDXAsUcSw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32978),('AbFvOqkUul82PAAvJGiLtIWDHixoscfMvTRdrwMLTnQ7Q8zLjTFvjZ8x2dQZlu0tBkKdjWNUo5s28w','Great ER. My son got attended very quickly and the nurses and doctor were very nice! They explained every procedure and explained what I should do when I get home. Very patient and great staff.','2019-10-05 02:32:15.716000','2019-10-05 02:32:15.716000',5,'Jireh Cruz','https://lh6.googleusercontent.com/-TjTMSufXKb8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck68s-_UDPd0oo23H4VNre8s8YSEg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41589),('AbFvOqkUUn3PEw7sHrwsUG8j-0X-YbIaDw7uBB4E-3rnYg365pXVtH2ERLbev2dfyQCY1gMMd7VSWQ','Very clean and nice nurses and doctor was very informative!','2020-12-30 21:10:39.776000','2020-12-30 21:10:39.776000',5,'Stephanie Antero','https://lh3.googleusercontent.com/a-/AOh14Gg9jfzwExmhhG0ELCCnAnwA10x_K43_T_uCpNB57W4=c0x00000000-cc-rp','2077061009497551125',44184),('AbFvOqkuUtzKrQkXduYoa0tA5l28WJbtYRsHx6e2iBrcNkgr368MSCQtzNaTQxomAFv3No9wEp8VdQ','Very experience and nice All the staff was very respectful and helpful Dr . Dang , Amy the registration the nurse Kat s . The Rad tech kat K .','2019-09-12 05:13:43.559000','2019-09-12 05:13:43.559000',5,'Lifeof Ebony','https://lh3.googleusercontent.com/a-/AOh14GgDnMdTgcmJQDEduW1g659SlGYpbwh604E8qpr4Rw=c0x00000000-cc-rp','16389487648212004696',33966),('AbFvOqkuUxPlwTtGpyGyBBdkWEesDsjjYQCN3h-sTfzQHsu3osK3kBSpGKb3tn2QJ4uf79GDINM9Jg','Maya the receptionist was so warm and welcoming def recommend! Will be back!','2020-02-28 14:36:20.561000','2020-02-28 14:36:20.561000',5,'Z Diamond TV','https://lh3.googleusercontent.com/a-/AOh14Gi9rZkzrLRYZvgUGVtZHoSAbOI7LvDf_OZUQ1RbYg=c0x00000000-cc-rp','12541597562633926366',28678),('AbFvOqkuV0IFWx6-qvHR6DBxhr96K1XmPr3XAAhFaml73vs-zg89CBLHCBPD1ARKPzuftOIpVoDt7g','We had a fantastic experience. The staff was amazing. I am so glad I brought my 2 year old here for stitches. I could not have asked for better care. Everything about the visit exceeded my expectations. I highly recommend!','2020-02-06 18:16:57.535000','2020-02-06 18:16:57.535000',5,'Jamie Van Wagner','https://lh3.googleusercontent.com/a-/AOh14GjxqEVRl3igkFY_QH9EVuDR6fCIUScGWECgo74C=c0x00000000-cc-rp','16891069708558046635',35978),('AbFvOqkuv72nysyPr4uTVQ9Jflhr0WMQvpP2at57ahJPHfKptsT1JwYh1g3OLC7HPaR3wCm2nYMxmA','The staff at SignatureCare Emergency Center at Memorial City took such amazing care of my daughter in the middle of the night.They were so gentle, kind, and provided amazing medical care. We were home and she was feeling better so fast. I give my highest recommendation!','2018-03-14 00:04:56.648000','2018-03-14 00:04:56.648000',5,'Meredith Kalbus','https://lh5.googleusercontent.com/-rubJfH3pSLA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucknZaElN-_Ye-4KgohH_ghHUge_lg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32599),('AbFvOqkUvFLYlSP5Hs30HFcmZOdAD0wgJzyOC21rzXNTcOfgSH2hCchdkaMiEya8ytnQGdMuV1dd0g','I came in for a severe infection in my mouth and I was greeted by Tatiana at the front desk who was just wonderful. Then I was taken inside by Christine the nurse who was also so wonderful and nice. Not to long after Dr.Lim was in and assessed the situation and took such good care me. All in all such a great experience, I highly recommend this place if you need to come to urgent care.','2020-01-10 02:01:49.689000','2020-01-10 02:01:49.689000',5,'Samuel K','https://lh3.googleusercontent.com/a-/AOh14GiZHwaH3j7KDUNbwcXrtbHPISXNc-CGpx8byEV09w=c0x00000000-cc-rp','14567670160750071148',30356),('AbFvOqkuviY7-AedTTVhXWlr8MDs2SUnEccUpR0xWI9KePEqkfa4iaaV3yIq8fSG3yyo6upVaJMutg','My niece came to Signature Care and was admitted very quickly. The staff and doctors were friendly and attentive to her needs and concerns. The doctors were able to control her pain quickly and made her comfortable. We were also informed about what the plan was for her while she was in their care.\nThe facility is very nice and clean.\nI would recommend this Signature Care facility.','2020-01-21 20:21:40.707000','2020-01-21 20:21:40.707000',5,'Barbara McCullough','https://lh5.googleusercontent.com/-UHS7mAtG0s0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckROoa2RzKglhLHtHmcrOqV4iCqcw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39156),('AbFvOqkUVSwJt02_td6QeT737AxpEHKoM5GEmdroadt39WY0FTyaXOpnPD7qZlJquDV8mUpSKQ_C','Great experience. Very fast and friendly','2019-10-27 20:50:08.207000','2019-10-27 20:50:08.207000',5,'Andrew Rodgers','https://lh6.googleusercontent.com/-vL62kpfdGdI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclj1lLmckRgbtQW12c9cwjiWNZR1w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34592),('AbFvOqkuvzTRneaMYqGvsc3OKXHq7xEnnDCQMeGw9d7smsnnysaLod1WuWQmwcPw0GHAMidWSZVIXg','Came here early in the morning and they checked me in within 5 minutes even my papers weren’t ready they still checked me in first so there was no hustle with paper work. Maya and kristina were really friendly and dr gola is the best . He was really informative and took the time to explain to me everything and kept checking on me . Facility is super clean like super clean and very nice interior','2020-02-26 14:58:35.455000','2020-02-26 14:58:35.455000',5,'Lalo Abdullah','https://lh5.googleusercontent.com/-K9YfDcIjDuk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnJjomjQm4Pi-pqdey_oG2ixt_gsw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28689),('AbFvOqkUwKLh_OBuyXv--29VWgOHRZCO9PggimbQp1f9rYhJ71q53ACxzXM52oNTv8ZBseZXCyeTvg','Great customer service! Very friendly and attentive to my needs and went above and beyond to take care of me. I recommend them to anyone who is in need and is from out of town like myself. Thanks Stephanie, Hector, Hollie, Natalia and Dr. Ybarra!','2020-08-24 02:40:26.238000','2020-08-24 02:40:26.238000',5,'Aimee Branch','https://lh3.googleusercontent.com/a-/AOh14GhUjePteSBWOdYdKHZeTsOmhy2SuuVY417htngDHw=c0x00000000-cc-rp','8679688254631342173',42309),('AbFvOqkUwXZQ483RT0cC2NAcqSlHo3Tjn5HDzmBIRvbNFmD7KmnbgOJL23t6Is8h92JEr4mt-eSiyg','Have brought my son here a few times already and each time the service is wonderful! From Genesis at the front to Pam, Alan, and Dr Ding in the back. In and out in under an hour with exceptional care!\n\n1/7/19\nBack again and still same level of care! Brenda and Kelsey took such good care of my son and my family.','2019-01-07 16:09:52.194000','2019-01-07 16:09:52.194000',5,'staci mikeska','https://lh5.googleusercontent.com/-0Zjm9qXrmHs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6vvXueskVO-4eMTD2p5gAKBA89g/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43324),('AbFvOqkux_OznhQJsVQM8ru8H7-PrHFAncoohHbvb4wlg94og_bOMerouLBKQuTugoVnYcWqt-k-oQ','Tiffany, John, Matt, and Dr. Simmons all did an exceptional job. They are friendly and knowledgeable. Highly recommend.','2019-12-10 14:21:50.628000','2019-12-10 14:21:50.628000',5,'Katy Walters','https://lh3.googleusercontent.com/a-/AOh14Gg4_sx54Xs5UCCpG9X1rEb75OAwaUTq2K8Bfg4A=c0x00000000-cc-rp','8626688543755174284',41984),('AbFvOqkUXjtFPC4c88OpYeJ1yGiEsEMcA3iNWStePyf5wB6g_GSMZiHTfQ42b-4EQmqyY11MQcEd',NULL,'2016-12-19 12:06:23.134000','2016-12-19 12:06:23.134000',5,'CLamb','https://lh4.googleusercontent.com/-aYkuYMieO5g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn4HZ1PXEyDx2pII9FNxveG_Vm9-Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41144),('AbFvOqkuxmOY0IRVJm0m3oWcntSfszEuz9xuXOQDLyhHtLknoxBKJ2hIHyajfM1ifC75iiVm8AjcmQ',NULL,'2019-05-28 22:45:32.366000','2019-05-28 22:45:32.366000',5,'Jordan Stafford','https://lh6.googleusercontent.com/-ZUcF5FxWXeQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucneIeP7LeSv1Uri7jo4IK7-OQFZOw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42064),('AbFvOqkUxqbKgI7R_qS1jA_Ur7tHCkbjpPJsowzyH8_cw7IvPgKz6eHBUXRn-L6Ccyu_RaZuk7tStA',NULL,'2020-02-05 13:57:01.753000','2020-02-05 13:57:01.753000',5,'Grace Navarro','https://lh3.googleusercontent.com/a-/AOh14GiG-pkNuEOJaG3R0-1mDj-18Vf2q8EEBLamumH5XQ=c0x00000000-cc-rp','16891069708558046635',35980),('AbFvOqkuxr5kArINBHsB7M_O2PaxBpR0ASXoNnrVdEfcGk_Eqrndbr4LflNNc74NeE7iXm_0hZZfRQ','My visit here was amazing. Keera was very helpful, thank you .','2018-11-17 04:36:03.527000','2018-11-17 04:36:03.527000',5,'Nichole Oliver','https://lh3.googleusercontent.com/a-/AOh14GhbiWolV8cqe4llqAgSOBnnmHCgRgbpkTnMsTh1Bw=c0x00000000-cc-rp','16590124370714063921',35101),('AbFvOqkUxsKinUuAugLetOsOaVwiIGAYfy53RqbsUhc_DVMoa5I8kwDmp8W4ROYKTHA6dsIWVnlu','Everyone is super nice and super fast with everything.','2019-10-27 17:53:13.091000','2019-10-27 17:53:13.091000',5,'Gaby Casas','https://lh6.googleusercontent.com/-TXunT7JQxmg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZaEtuuios2D0qa26-NldeXMVI_A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34594),('AbFvOqkUxWfQyE5ml146NNpXc_kQoel2s_sAOaOE9Hy0GHsXTBhwJ8qMzm45JHZlhGxpDfqr4p3Vmg','This is the best ER that I have EVER went to. My wife had to go in and all the Doctors were out STANDING. The staff was very fast and CHECKED on my wife none stop and made sure that I was as comfortable as one could. I will never go any were again I have a new home for when I need to go to the ER. Give them a chance you will thank me later.','2020-02-06 04:33:44.434000','2020-02-06 04:33:44.434000',5,'Ronald Franklin','https://lh6.googleusercontent.com/-ugOjxxenGOI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_mNneAIoVc43tQxQoOBsfCg-dZw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36640),('AbFvOqkuXWOk1Z4ObVwHPKAWYl-Zap2gSKzrJsydDJihSEuDiWuhiqH8QYpfswzpm8pohURXQ8TMQg',NULL,'2018-08-30 05:28:59.299000','2018-08-30 05:28:59.299000',5,'Audrey Pruneda','https://lh3.googleusercontent.com/a-/AOh14GhBZW2HKzikiaJCjmyXz2zSJl2pTvyoPNvraE1J=c0x00000000-cc-rp','14567670160750071148',30760),('AbFvOqkuyC_pMr1sk7yNWheLoNEHeSoTIofnm8-TJ41zQLqhHW10wLfc5kLtTYwVgBvj-wWXR3eYAA','I had a great experience at this clinic. It is clear that the folks here care about their community! I was received kindly and even though I did not receive any treatment today I was invited to rest in the beautiful lounge area and help myself to a drink and snack. Due to the amazing hospitality here, I would recommend this ER for sure!','2019-05-23 18:02:38.761000','2019-05-23 18:02:38.761000',5,'Gemma Louise','https://lh6.googleusercontent.com/-rfoShY7VWpc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckc86-3fQn1P8nRtv86Y2gFzyYUrQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36195),('AbFvOqkuYe9a58pkUZMrkL1LXFfRj7ZaRCQ5GVh-DGgs4diwiteyTCyitcFER9JPwShucYriEhfh','Extremely friendly and attentive staff! Tanisha, Doctor Faig, and Nurse Jennifer were all amazing.','2019-12-20 08:22:36.556000','2019-12-20 08:22:36.556000',5,'Gelmar Menendez','https://lh3.googleusercontent.com/a-/AOh14GhBHrthlmk96XY_HjuKlURkjGERy8yPmEOCH4FT=c0x00000000-cc-rp','17898197009688164559',37793),('AbFvOqkUygxhDqDvLMtIr5WsU0X12pmFwLcGPhyaAO7gaZQH3QhEHi_re2vP6xjphmL-bCNsHpR1','(Translated by Google) Dr. Miller, Nurse Meredith, and radiographer Bryan treated me very well. The best part is that you do not have to wait many hours! But take into account that maybe they charge you like a hospital.\n\n(Original)\nEl doctor Miller, Enfermera Meredith y tĆ©cnico de radiografĆ­as Bryan me trataron muy bien. Lo mejor de todo es que no tiene que esperar muchas horas!!! Pero tome en cuenta que quizĆ”s le cobren como se estuviera un hospital.','2018-09-29 02:12:52.208000','2018-09-29 02:12:52.208000',5,'Sandra V','https://lh3.googleusercontent.com/a-/AOh14GhkXSS6Y3Lg2HMzgIjrXBTI8te03I63XPqPJFlUkw=c0x00000000-cc-rp','14567670160750071148',30707),('AbFvOqkuyoIw3N1BtTesErLHeAwiSy2cxcPkVjF_lKPyZlkF5KKCvMWtq-LogAD7flrT5Jo9ieYBQw','Today I visited ERcare24 and I must say this was one of the best Emergency centers I have visited. The staffing at this location was kind, caring, and attentive to my needs. I explained to them my back pains and they saw me very quickly. The RN (Nurse ) and The Doctor (Dr.Yusuf) was so understanding to my pains. I made the perfect decision on coming to them. I would recommend this location if you are in need of emergency care.','2020-10-22 22:47:46.761000','2020-10-22 22:47:46.761000',5,'shaliyah burrell','https://lh5.googleusercontent.com/-_-W-L3GrYRI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckrVqxVEF2BHn5SMMzZlH2aNLJmOg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40127),('AbFvOqkUYP8gesq5X1GlUKMUeZlULg82EEcuDrDMjXdEujZdpIuqSHu1hqkSX6oh_qAlGDaD3pIOEw','Very friendly staff:)','2019-10-17 16:51:25.165000','2019-10-17 16:51:25.165000',5,'Erin Anderson','https://lh5.googleusercontent.com/-PKOvT2P7TS4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnJAl_0uZMONfkJaTOQVeV3bvLCog/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37946),('AbFvOqkuyrlpjbpEsTDdCM5cZnND4AcOwa-KhHbB1H0pYcoCIS7y0-VKtNptfxeQ0V0kD7FfUMHUZA','Best healthcare experience my wife and I have ever had. Just a wonderful experience, staff, waiting room, doctors, nurses and on and on. 10 Stars','2019-06-04 17:29:05.790000','2019-06-04 17:29:05.790000',5,'Freddy Qaqish','https://lh3.googleusercontent.com/a-/AOh14Giiuz4tgoK2YaFZAMiY20OgHx3E96o_PkPYrtLMfdw=c0x00000000-cc-rp-ba3','16891069708558046635',36188),('AbFvOqkUYTh-6DkLFrIxmBYdw0emJsugWA9IcWGjGQpA0CNHtznuwQspnoErtLERFo5JRdHP2wdvnw','Great experience. My 9 year old say 5 stars. We recommend this amazing team.','2021-01-17 01:26:30.146000','2021-01-17 01:26:30.146000',5,'T Davis','https://lh3.googleusercontent.com/a-/AOh14Gi_DMr3034qBJ54R4xqY6sxgpPUW0I-1Byzwqln5Q=c0x00000000-cc-rp','8679688254631342173',44715),('AbFvOqkUZy-OAqTRykKrFPWow2AnrZcm_eN7H6X5b_euX4Q0YwVU46PwX-hXI2bDEN5UJS_Xre_b','Luis, john, and dorie did an excellent job taking care of us','2020-12-13 01:51:06.123000','2020-12-13 01:51:06.123000',5,'ean sunberg','https://lh3.googleusercontent.com/a-/AOh14GiTu0507sngK__jyiAIeL6HZiI78jA9zcAzUdHf=c0x00000000-cc-rp','2694018788013845459',38835),('AbFvOqkuZYvJhBA4bkgnbUf_dkHAilrZZLBW4p2Xrn-CnGUsGmFWP20NlXJZRJuKuo2cPZgCB1DK','Good attention from dee','2020-11-17 20:15:44.134000','2020-11-17 20:15:44.134000',5,'franivan nieto','https://lh6.googleusercontent.com/-IiH267Prjl0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMsd54TZXjihQiYi1N42E6NXuONQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40046),('AbFvOqkV_20Fi-3ihDak2aM2f3a3IsmfJ1s30VjJvV2OotUNM_1gjUYH52lbmnT8v66n6wPm8iWBVA','The Service was amazing, Jocelyn greeted me and took great care and me by keeping me informed . My nurse Alvean was kind and sweet and made me feel very comfortable.','2020-02-19 16:45:33.596000','2020-02-19 16:45:33.596000',5,'Shuntrekia Brown','https://lh3.googleusercontent.com/a-/AOh14GhakAGCQsZ9mOhyOCE_YvlO03OsPW3f-vd4xjgzNA=c0x00000000-cc-rp','16389487648212004696',33357),('AbFvOqkV-1E6fZkniBGhbDVvJWGXpw3aIYEX0y8Ek4U6oczpLAioq7zVcPnNJneS4iAW2KoQMwfWUA','These guys were awesome. The facility was very nice and comfortable and the staff was friendly, knowledgeable and relatively quick.','2018-06-07 15:23:33.464000','2018-06-07 15:23:33.464000',5,'Terry Nwosuocha','https://lh3.googleusercontent.com/a-/AOh14GgcwSY3KtxdqFVfrFd-9-rGspTLPDn-RKvdpxqcq1I=c0x00000000-cc-rp-ba2','14567670160750071148',30827),('AbFvOqkv-9-nyAfLZfF27YUjDzXLg34Mu8d5nVB_hAV3_w5zFyMPfrupI1GviCLwhWLPYF__NWZ7Fw','Very friendly staff and physicians! Walked in, mind you, no one was waiting, but got me back before I could even start paper work. Great nurse! She let me know that she had some dental work done and her face was a little numb still and that’s why she may not be smiling ;). Always checked on me in between Dr., X-ray tech, and tech that drew my blood, visits. All very nice talked about what was going on. Very nice and clean facilities! Great from start to finish. Highly recommend! ONLY thing to beware of is that it is considered an ER and you will pay the ER copay not Urgent care copay like I thought it was :(.','2019-03-11 00:41:43.372000','2019-03-11 00:41:43.372000',5,'Krystal York','https://lh3.googleusercontent.com/a-/AOh14GhRHcQu2GcyafGU9hmDPZu1sTgXvynobd9V7KAIBQ=c0x00000000-cc-rp','6521947413723274945',41755),('AbFvOqkv-MCAzI46uYYiGiRXDlz_jwcsKLrUparhPdOEO-seiePCqyey-5ls1iMsHkwN34hNVpP1pg','Best Minor Emergency in Paris. Very thorough and friendly staff.','2020-02-22 11:51:53.651000','2020-02-22 11:51:53.651000',5,'T Lay','https://lh3.googleusercontent.com/-nn1kWQkTMFo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckeqMxndmEi6jRIbAu7G2kB8NQLgw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41931),('AbFvOqkV-mDMbjBSaubEVUWugNfhjYsudkelLHSmtPZzAs9ENiF3oi6emFFaZjIRxX_OAmxQgmhcIw','My son fell Sunday night at 11:30PM and had a very large gash above his left eye and below the brow. Brenda at front desk had us received in the system (< 5 minutes) and the nurse took us directly to a treatment room. Dr. Amy Patel came to the treatment room and greeted us and explained what would be done and then excused herself while the nurse prepared for the treatment. Amy returned and cleaned the wound, stitched it up and then nurse Tenora provided all required follow up information. The entire process was very professional and we were on the way back home in 45 minutes.\n\nI have used several Emergency care facilities over the years and this was by far the best experience ever. My sincere thanks to Dr. Amy Patel, Nurese Tenora, and Brenda at the front desk.','2019-10-08 14:26:55.543000','2019-10-08 14:26:55.543000',5,'Ron Pope','https://lh4.googleusercontent.com/-_T4V8oufQH8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckyvwBhFs8iSW4YbLbxft4RoVTX9A/c0x00000000-cc-rp-ba4/photo.jpg','12541597562633926366',29003),('AbFvOqkv04C1at1rNxeRW1ZmjZTQ--d6aTy-SUhEEmpEohI5vSQ4I1LYuem4EYpQ8A9-bHWbJaj5NA','Excellent service from Dr.Cavazos , Alvean and Joshua!','2019-04-14 20:26:50.696000','2019-04-14 20:26:50.696000',5,'Yolanda marie Brumfield','https://lh3.googleusercontent.com/a-/AOh14GhKwJeJN6RKIJ_SXlWaUCBIAHPp3finrvkxpp8r1Q=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkV1_SQQ8qWRV_4_CQZI4aOe35TqI9r1kaO9Wxebt6MG9PuhDzyPfNbMVUgGimV8sIxX50o','I love going to this ER for fast care... They saw me immediately an got me going back to good health... Would definitely recommend signature care.','2020-01-10 16:04:17.218000','2020-01-10 16:04:17.218000',5,'Stella Flores','https://lh3.googleusercontent.com/a-/AOh14GjRpSHuNfhsdnjYG9B6r-GZFQCbZ04AAh9l_uCYlDE=c0x00000000-cc-rp','14567670160750071148',30354),('AbFvOqkV11S8Fxs6AczxKf6r4kU9Zo5wognJEioF0pmkDHynFvm-r9dabRBfYTtmVKPUYUgwWBnxwA','Great job! No wait and everyone was extremely helpful!!','2018-12-20 03:33:17.693000','2018-12-20 03:33:17.693000',5,'Ariel Jones','https://lh3.googleusercontent.com/a-/AOh14GiajIIRm1e-VnA1c-A0OkGLnf_ACchVsJqw2eHx0w=c0x00000000-cc-rp','8918455867446117794',43330),('AbFvOqkv1iVWN-vPCBk6iZKSmm5SdRkEdqjv09l5dcD9jz4OGrr-a2CodLFvMdxp77w4_I6awt454w','I had a great experience today at this facility...well, about as great as it could be for an ER visit :) The staff was very friendly, welcoming and attentive. The facility was extremely clean and had an overall positive vibe to it. I hope to not NEED to go back, but if those services are needed again at a later date, this will be on my short list of places upon which to rely.','2019-11-05 17:54:29.687000','2019-11-05 17:54:29.687000',5,'Clyde Smith II','https://lh5.googleusercontent.com/-GMh8VweOicY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnXIkyJfeaS7_pMByT8niMqok-qFA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42606),('AbFvOqkV2_lZMF6pPkOMabhLdvnpXGNpkzBk4RqozN6iwbgy9NAX5GFbokoOg_m-7-4nc_Jk8C06','I came in for a Covid test on Christmas Day. All the staff from the front desk to the Dr were very nice and professional. I’m beyond grateful for their time on a day like this. Frontline workers definitely make a change in the world. Thank you for your wonder service!','2020-12-25 16:21:46.090000','2020-12-25 16:21:46.090000',5,'Angela Gomez','https://lh3.googleusercontent.com/a-/AOh14GgJQtZ8wSy0Jsp2CSIEUo1Zwq3EsRq10XLACwtvKw=c0x00000000-cc-rp','2077061009497551125',44587),('AbFvOqkV2uLGGW3YnkBNnfq9Rz07DR8Q-Y-_rsczPTQDdkv0QXhvqmshzuVWLL_llvfMUlljJu4NCg','Really good experience all around. Thanks to Dr. Smaistrla, Tanishia, and Ericka.','2020-10-13 00:22:12.857000','2020-10-13 00:22:12.857000',5,'Armando Yanez','https://lh3.googleusercontent.com/a-/AOh14GjJuEQZciA5Big41yL8n81doV67sRgWQXnCgcN1gg=c0x00000000-cc-rp','17898197009688164559',37511),('AbFvOqkv2YhqA8fgWuWcnLvbM-Ru0d3oYManPf_l7LeeNxlqUGib1q50U2yZiYvXQT6fIftJVwnMpQ','Fast,friendly,service. Everyone here was amazing. My needs and expectations were met above and beyond.','2020-10-08 17:19:05.994000','2020-10-08 17:19:05.994000',5,'Kawanna Shavers','https://lh6.googleusercontent.com/-cBVh9g1VtPk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm0LD3sYApHwjjWcX8udsKhxw93SA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39494),('AbFvOqkv44t0dKblF0h5zrk0tjVvy69BM3DNxiemKR2TLWiDMCViFikou088YAjrbda8DZ7TKlezfQ','Excellent service at this location. Ms. Mercy was super helpful and nice! Treatment was fast as well! Would recommend to family and friends!','2020-12-30 14:50:47.303000','2020-12-30 14:50:47.303000',5,'chelsea irvin','https://lh3.googleusercontent.com/a-/AOh14GiobxOStadMv9Hc249Aqrw-BrmMwOliX3RMt5RZeA=c0x00000000-cc-rp','12541597562633926366',44171),('AbFvOqkv4Jv0njkChGE72ZmbbHqtsrkCgmpSmllZWVjz9VNLFphTGSBuTmyj5VhtX-mdht4Ki_FAQw','Wonderful facility, friendly staff, quick service! Answered all questions thoroughly and in a way in which I could understand. The receptionist Shania S. greeted us with a smile as we walked in and gave us all necessary paperwork to fill out. Theresa M. called us back almost immediately and was extremely friendly yet professional while asking questions. Nurse Cheryl B. D. was very thorough with the discharge paperwork to make sure we understood everything, and Dr. Osiecki was extremely nice, understanding, and helpful when it came to figuring out what was wrong. Overall a wonderful experience here! Way better than waiting 4 hours in the ER!','2019-09-09 05:46:48.862000','2019-09-09 05:46:48.862000',5,'Kristina Skiles','https://lh3.googleusercontent.com/-vb2xtRF4NaE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6JCIRHlGUmu6vkr8q3i9KfQtzlw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41612),('AbFvOqkV59d1xdcR2ag25uL9Ngw9AuvjANu5-w3Gwf0hSYwUt0P56BX_AMAJGh2qXyR_yrhAIoH3ow','Lewisville tx!!','2020-12-17 16:48:13.850000','2020-12-17 16:48:13.850000',5,'Karla C','https://lh5.googleusercontent.com/-ehmKaKMOPYo/AAAAAAAAAAI/AAAAAAAADqQ/AMZuucmsHDwTkqKpmWS58GCXmOMB_RjzmQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31270),('AbFvOqkV5jL3a6bEXdKSHCIQjjeJw5PJIJ2XUINvjIhszxWVtDxoh0JzMftc5ZDAcINAAWvxFglgCQ','That staff at this location was great. They helped my family and myself promptly and were very knowledgeable about what we presented to them. Thanks you to the staff Fatima , Lynn Dr. Ngiyen and Serick for you help well done. Have a very Happy Holiday.','2020-11-30 04:21:32.615000','2020-11-30 04:21:32.615000',5,'tomas ortiz','https://lh5.googleusercontent.com/-KhH4HfcvJis/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmMDvaWgYEy5Q_yFcgfd80qcGrBLw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37417),('AbFvOqkV69Q7Lifx5FjxcpTSsxNFf2HxtY8a6Sut0LrJm6j8OAr3Y9VNBESzF_10b7fIx_RmnArcAg','The facility is conveniently located, clean and responsive. The doctors, technicians and nurses were excellent for my need. The front desk is a bit cold and bureaucratic and most concerned about their paperwork first and patient later. Some training would help.','2020-10-13 13:37:11.357000','2020-10-13 13:37:11.357000',5,'Nitin Dalal','https://lh3.googleusercontent.com/a-/AOh14GjEWdNiVQnE8_zen_0VZgfMD4rnfyowMWIFvM0d=c0x00000000-cc-rp','8918455867446117794',42864),('AbFvOqkv69QqUELnts9l7E7ZCpp3TSGex4lEdWrGXkg9kfNKg6h5mGInbhikDl4ShB9f_BD_QRwLNg','Great facility. Friendly staff, very clean environment and knowledgeable doctor.','2016-07-20 01:57:53.786000','2016-07-20 01:57:53.786000',5,'amy chervenka','https://lh3.googleusercontent.com/a-/AOh14GiWQffHk4hArM_YTJ9Ck6BNOiDNOHyCil0fI1N8=c0x00000000-cc-rp','14567670160750071148',31219),('AbFvOqkv6xv0R--3w_nm_MkUK3duEVQKmxyz2shzDFMmvVf9oQsyHfN1mK045BxnHLyqcZVtzTJjKA','Outstanding experience. Everyone we came into contact with was super helpful and kind. The nurses and physicians explained everything to us-Dr. Grinblatas, Nurse Johnny Keith, Radiology Tech Selina.They were extremely knowledgeable. We didn\'t have to wait-we were in and out. The facility is top notch, new and very clean. We will be back if we are ever in need of an ER again.','2020-02-28 18:26:19.003000','2020-02-28 18:26:19.003000',5,'Amy White','https://lh3.googleusercontent.com/-8Z5mtMnL7_U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck4lBvOBBzefBMhbvgGjjVrDylyww/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32335),('AbFvOqkv84wJfvBu78Rz0hEpxzCz-D9ixFYJq241WQNVUhslM35ly0nYke3FQSsiJkrBCSRNcOI2Jg','I had a wonderful experience','2019-10-14 05:56:53.418000','2019-10-14 05:56:53.418000',5,'betty martinez','https://lh3.googleusercontent.com/a-/AOh14GiVInRpxCkew3N-jSVm3U-JrPHR-6Z_QY_y8V1BoA=c0x00000000-cc-rp','14904078213800803294',32416),('AbFvOqkV8zOdaKk2FJ-M4o61A-4ey-_BGmnqvaPCfDymA9fjJ4EzbRVmL1EB9N-hCi90VCcQf5Kmmw',NULL,'2019-06-25 11:00:03.882000','2019-06-25 11:00:03.882000',5,'Aaron Stone','https://lh6.googleusercontent.com/-HO9PQWx3UJk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclDfDo7wGzPYwgH98za5sDSi3Pd6g/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29766),('AbFvOqkv8zVnxiDJprv-1qJD2ejH37okGkXMGGlKbvaF9dHgoCS1JB1yjfbIeLH0u3gTpxBTS64h','Mercy, Jeff and Dr Lim helped me make this process so much better and were extremely helpful. I won’t go anywhere else but here. They always see me in a timely manner and so polite!!','2019-11-19 20:16:23.189000','2019-11-19 20:16:23.189000',5,'Rachel Wagnon','https://lh5.googleusercontent.com/-sTIkC22UgrY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMVZ78bX1Y0KdKzF3eyOsqXckCEA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28978),('AbFvOqkv9bAPGdKkIskc-tshCjP4Ia0JK3i0aFKL0OyT_LL_2RS5W7x-O2TlNExvz5wpN9F7Q0G1','Bad, bad staff they are rude and unprofessional .they don\'t care about humans they only care about money. I came in with panic attacks and I thought I was having serious problem. They treated me like am crazy and the doctor was very rude he basically was kicking me out indirectly .They only help you when you are a first time visit patientpatient. When you return expect the attitude and rudeness and no help .They save time not even doing a simple blood work. I will never use this emergency again .It\'s a one time only. Bad if I could give them no star I will.','2018-07-03 08:42:35.043000','2018-07-03 08:42:35.043000',1,'Elham','https://lh3.googleusercontent.com/a-/AOh14Gh1w30EpJJNR8lPnkLMbSa_nh-d0WeEeYj7NTzIAA=c0x00000000-cc-rp','12541597562633926366',29229),('AbFvOqkVApDCsBat2exGSO3k02mEVQ82-ngdwOZ6EctAOkuwgZTZ32U9yMkDK2xraZFOms1c4Q_I','My family’s experience was great here all the staff Alvean A. Kelly L. Jocelyn A. And Dr. O’Malley were very helpful','2019-11-27 15:58:40.887000','2019-11-27 15:58:40.887000',5,'Janea Alexander','https://lh4.googleusercontent.com/-IdYcrJyQv78/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnk-ByQBUqeLZuhsvuVdbsajbvKbg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33674),('AbFvOqkvavYCEDw9ACmV1hEkhHbRXW91QDOHre4vZEEnro6QlJgQzABBjq8uDihlbnshJRmVTmCiVA','I had a great experience here. Everyone was super nice and put me at ease!','2020-10-08 00:40:12.428000','2020-10-08 00:40:12.428000',5,'Kaylynne Wright','https://lh3.googleusercontent.com/a-/AOh14Gj4v4ej-pgM8k6RKT0YyUI5hG6so6yjQ7bnC7O9yw=c0x00000000-cc-rp','14904078213800803294',32246),('AbFvOqkVb9DnQmIKaVwJTZSKKloAUAGIyTBAwDn2XMow6fV5Xyyf25KqIC2GvUCgGZw0_kBtIwD2BA','Kiara, Tiffany and Nurse Susie were so sweet and took good care of my son! Thanks so much for everything y’all do!','2021-01-14 01:35:32.781000','2021-01-14 01:35:32.781000',5,'Latetia Jones','https://lh3.googleusercontent.com/a-/AOh14GhyJpNgSy0cEituFBxChUA_6C5x7SrULQI8X5Ni3Q=c0x00000000-cc-rp','8626688543755174284',44709),('AbFvOqkvBcSiAkXmXwD-traopfTxAj4etHZ1Dm5JNVxPDU4wXsqIbr-u4yyG4g5ZN9xpaAArjJOooA','Their always welcoming once you step foot in the build. Always go on and beyond their way to make sure their patients are doing will and don\'t let you go until the give you an answer what\'s going on with you. Thank y\'all!','2019-12-18 00:54:22.459000','2019-12-18 00:54:22.459000',5,'Mireya Apodaca','https://lh4.googleusercontent.com/-SvsA1pZEKkw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclYP9IyDffxXjE7KUj18Iobbtg9qA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41516),('AbFvOqkVBEtMQXwy71J8c_krUlsxCe4qnY-jHTlFHMe0YQgHVZu4alcdCYEnYGa_Iqy61ZTHYVPOtw','Rn Calli and Rn Laura asked me some questions and took my vitals today in the nicest manner and were very professional and kind','2020-08-23 23:31:49.928000','2020-08-23 23:31:49.928000',5,'Albert Sedillo','https://lh4.googleusercontent.com/-Y-82MCv8xfY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckBsGeq00NgJdvhk7JhLJNwcLeQSQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38564),('AbFvOqkvbmLmCGVBSEeu2ZtHM36ktTmSfrK5bau0Nqe8VJWTBec10WfAIF7doMWI3ZTKd-BLknqW','As soon as we got there, the front desk lady Therisa was amazing. Yasmina,the ER tech, came out woth a smile amd helped us out. Then shortly after, the nurse Katrina was quick to come and assist us.it was a great experince of service at this urgent care.','2020-01-03 05:47:58.474000','2020-01-03 05:47:58.474000',5,'Nehal Alamleh','https://lh4.googleusercontent.com/-JoXc-lXI-3Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclTdJrNDJsbbw3lYpzzKcyyDUShMw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42519),('AbFvOqkvbz3o1BJtZVWcOf4VvjJ9BZpuwhL2GBEpZUISvOfg8GlcoUfWAFX7_4nt8fwdo-ZUSKPA2A','Very nice and friendly help out quick and I will recommend anybody here. U come and get sent back ASAP','2019-10-28 09:53:11.961000','2019-10-28 09:53:11.961000',5,'Col6y Lynn','https://lh3.googleusercontent.com/a-/AOh14GgS1vcAc-aXcl5sRk6boaCofHFztoG6tWpmcgT_=c0x00000000-cc-rp','16389487648212004696',33809),('AbFvOqkvC37W0JBJGPD6rLG0jOhjAgFm5Cl_yvZ7K1-OiYDg_gMp9fYlr8Yl9_gqvr4qeE1LQdXbKA','Everything was wonderful, the staff was amazing, Dr. Souman, Churiah my nurse was great!! Thank you Jackie, Kenzie and Dee!','2020-01-13 15:46:12.371000','2020-01-13 15:46:12.371000',5,'Glenda Ageitos','https://lh4.googleusercontent.com/-D49SoqMqV2A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucktelCIrbZIrmGvV4JojJ3UPOJRrw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40349),('AbFvOqkvclV5Q5QbhLSULbsMi0xEPcqUK47-R_gSnd8mN_ZtBjAEl_ZMZxARRh52nz6aa89bf9bV','Dr. Pham and the rest of the staff took care of me and got me the prescription I needed for my ear infections. Definitely recommend.','2019-06-23 22:25:00.115000','2019-06-23 22:25:00.115000',5,'kevin harris','https://lh3.googleusercontent.com/-km6s6VSp73g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl8SEq-7TjvsVMOFclEI6YyUWzSGA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkVcSFeLAnhpCUr4KtofeD5TOp0jJmVdAHmWQNFFhhMsOlBNespF0XkPZcgfnaKPobaHfTQ7Q','since moving to Killeen this is the only ER where me and my kids receive fast, friendly and professional service. the ladies at the front desk are super nice and the nurses work very efficiently!','2020-10-20 16:03:36.909000','2020-10-20 16:03:36.909000',5,'Jessica Medeles','https://lh3.googleusercontent.com/a-/AOh14Gi-6cF4UPuon9AB_1dSuuhEVLKzqo1p7J0dUt9I50w=c0x00000000-cc-rp','2694018788013845459',38919),('AbFvOqkvcvykTUvukJSwkZq0sMX44zqVoPztX4MYA-cA0TPmJOvNLhZMQYGGgBOVtynAIU-acPEGJg','Service was fast and staff was very friendly and attentive.','2019-10-25 03:52:10.575000','2019-10-25 03:52:10.575000',5,'Lory Cherry','https://lh3.googleusercontent.com/-Hhm3tkUB8WE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclDWmxoUETnh-V42jthXcrB9YdBcA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29608),('AbFvOqkvd3gl4TB1qOVhl2HGjBeSXO4jymAGEa-95yMCf-zh9EJ6lxkH6JWbl8hfVoe034O77Ef9bw','Kendra was quick and helped me get care as fast as possible.','2019-11-08 21:24:30.944000','2019-11-08 21:24:30.944000',5,'Hannah Lieber','https://lh3.googleusercontent.com/a-/AOh14Gj-qOXvXGSQqocDYS-d-XEr021mllDMQtz9JzIeBA=c0x00000000-cc-rp','16590124370714063921',34570),('AbFvOqkvDk0x0so-8B73pdkIvuYvdXgTvWl0ODJh1nGgLCtkHBI55U8cCgm_j-O_qLFAaX2k_qNFOg','Great experience.... In and out results for COVID Testing...','2020-07-26 17:04:20.789000','2020-07-26 17:04:20.789000',5,'Ronald Smith','https://lh5.googleusercontent.com/-QgoN4oD5gqI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZtm_4MK46iFDiGQYVxt1rZktaJg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42969),('AbFvOqkvdsuHxlFNwcooriuqIDMX7K_4ugaT_57uZY08GdXlMNTYNAgf_Sm_9RSLBPq_p3k8uBWq0Q','The staff was friendly and courteous! The doctor thoroughly answered all of my questions!','2020-07-11 23:00:54.631000','2020-07-11 23:00:54.631000',5,'Kathryn Gibson','https://lh5.googleusercontent.com/-WeHw603Q2kw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnzNrMvUye1vhydiBDgcylhmStElg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32032),('AbFvOqkVEGINWdSWPuawhDs81YdlRSbiG6EbpSgzZegfIUTwj4HEMA2fJ5DiJXhkO3c5dD2eJ4ujXg','The best ER experience. Christina R., Clay R., and Melissa were super helpful. God bless Dr. rose and the good folks who run Signature care, they really do care. Appreciate their kindness and professionalism. Thanks y’all ā¤ļø','2020-09-12 22:10:09.581000','2020-09-12 22:10:09.581000',5,'Christine Adams','https://lh5.googleusercontent.com/-fEL3_9-rYdE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDs_Ksnj3w-Y04bWSFwfiC4uN5gg/c0x00000000-cc-rp-ba3/photo.jpg','16891069708558046635',35818),('AbFvOqkVeknaVLuBel1q9LdiBQpACQfvv6nAApL1VWNrTky5XkmahPvm39NZKfFvtvlYyY9ZA8jPbw','Staff was AMAZING and PROFESSIONAL from the time I walked in to the time I left. Everything was very clean and they were all very welcoming, the warm blankets in the rooms and the drink offered was just the right extra touch. I would highly recommend this emergency room to anyone.','2019-09-09 01:02:42.557000','2019-09-09 01:02:42.557000',5,'T Gongob','https://lh3.googleusercontent.com/-EMeXnPl6gC0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckqQalq268QfE1qF3CxeRS-tDApbw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39265),('AbFvOqkveksZXJjd08XfJtM28tThHDSKIbFwIoY3cR1RzhgnoUsmqmemNq6kzEme694NkYEy4iHo','Last Saturday I came down with flu-like symptoms and was taken here by my wife after the family, including a daughter who is a pediatrician, insisted I go to the ER. We chose this one and I\'m glad I did! Excellent caring staff who tended to all my symptoms well! Turns out it was strep infection and my severe asthma. Thanks for your prompt care!','2018-02-07 14:08:48.296000','2018-02-07 14:08:48.296000',5,'Poppa B','https://lh3.googleusercontent.com/a-/AOh14GjtDN21PfEru0EzChLQFZiY2lBieqzt3vwsnZ9CzQ=c0x00000000-cc-rp-ba4','8918455867446117794',43415),('AbFvOqkvelG5hfi_S8nTbmq6oLILt4B7JCrKvClmxspaeJBcWi4vRSjs-vSRFKOVldJb8GsuyK05','Everyone working at SignatureCare is a kind and compassionate person. I came here with horrible pain, and I didn\'t even wait 5 minutes before I was seen by Nurse Christina, who is the sweetest angel of mercy, followed by Dr. Kanti, who is very knowledgeable and has great bedside manner.\nThey explained my options, and didn\'t charge anything before a clear explanation followed by my consent. There are no surprises here. They gave me the medicine I needed, which immediately relieved my pain. I am grateful to them and to the front desk receptionist, Janet. She was warm and welcoming, and made me feel at ease from the moment I walked in.\n\nThey take every measure possible to ease your pain and make you feel comfortable. This is going to be my go to place for care, including non-emergencies. They are better than any emergency room out there.\n\nMy friend, who kindly drove me here since I was in too much pain to drive myself, had a good time waiting for me. The reception area has snacks and drinks for those waiting. Thank you all for making my experience positive all around, from the moment I walked in to the moment I left. God bless you all.','2017-06-30 06:04:52.752000','2017-06-30 06:04:52.752000',5,'Rana Ashuri','https://lh3.googleusercontent.com/a-/AOh14GjrqQJV0PHOiR5uU4eb-afN_gyd3qengQqts0iEsDY=c0x00000000-cc-rp-ba3','16891069708558046635',36473),('AbFvOqkVeuCJ5EV3ak5QvF373Asuq8cVZMZ2z5chHeJjU-CYMUXchz8EY0l5PScC1x0k4shUjlPX4Q','Lisa P at the front has the best personality! Dr Chambers, Leo, Adrianna, Delpha and Beatrice all took great care of me and made me feel so at home!','2019-07-14 20:32:47.076000','2019-07-14 20:32:47.076000',5,'S McD','https://lh4.googleusercontent.com/-qIx0QInntvE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl4VD9sWs2l76vo9MVICIMzDcOVeg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41660),('AbFvOqkvF-KGsVT13qCAKzFN0Dq25wcktc29YLPQexh7qptX1Bsy7pGmWu-xesvmhikSprnv-lBBBw','The quick service and wonderful attitudes at Signature Care Emerges is unbeatable, I\'ve had to come a few times and each experience is better than the last, my nurses: Kristina and Victoria, ER tech: An, Rad tech: Laura, Registration:Maya and Dr. Miller were all outstanding','2020-01-31 19:01:53.937000','2020-01-31 19:01:53.937000',5,'Melissa Porter','https://lh5.googleusercontent.com/-pq2jlnUydHc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckdtsidClZ86lAMSEjMP7ozXyAp1w/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28768),('AbFvOqkvfdFKmuBXEXp7-aUW_KYQKMEsplZf7YGcSckMvG8l0c7CqcHr20LBHKitrc2FZsXSDMSiig','They were very polite and helpful','2019-12-17 01:29:06.828000','2019-12-17 01:29:06.828000',5,'Oceana Jefferson','https://lh4.googleusercontent.com/-SrxCtkbOgqg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmFsBzXHsrZiGEKtOjGhOrlRFal0A/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39751),('AbFvOqkVFH-31k0e7CmSv2V2y9K1WsQLNf7Ffr6tprnd9BbkF_-u0AqUNfzdegWuo85FjCA6TyzHgw','The staff is extremely nice, quick, and professional! I highly recommend!!','2020-10-24 21:41:07.419000','2020-10-24 21:41:07.419000',5,'Chris Davis','https://lh6.googleusercontent.com/-KNTruJA_rkg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckhY_ixCwPuGIroRmXtpMdSKYuuqg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31466),('AbFvOqkVFhjYrJrrPfFKDF39CXLBoy0dM1kHEVwIG113_XkcocP18Vu4OTnMeqQr36iDTqnqdOPBig','Had a great experience with Lorena T, Kate M at the register! Super welcoming and helpful :)','2020-10-17 17:47:04.508000','2020-10-17 17:47:04.508000',5,'Catherine Brooks','https://lh3.googleusercontent.com/a-/AOh14GjRyOgzJHMbZDp89TzE-p6CaXv4l1lSzSx-aqNvqg=c0x00000000-cc-rp','16590124370714063921',34122),('AbFvOqkVfjIDtK9y85HyfW0FSg7Lo6eHz7WsrlO9Z4J-lk7lpK1v1TOEimsbchzVsTbr5NZaSvrcJA','Nurse Sheela C , er tech, reg Alyssa and dr Zheng were very helpful , friendly and had GREAT customer service skills. It was clean and not ā€œinstitutional ā€œfeeling at all.\nI was taken care of professionally and in a VERY timely manner.\nI would DEFINITELY RECOMMEND them .','2020-10-22 15:24:01.460000','2020-10-22 15:24:01.460000',5,'tamara eatwell','https://lh5.googleusercontent.com/-JbxI66sBGtI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclsHcI6Oq5FZHyBgPl7JcGXTlNEgQ/c0x00000000-cc-rp-ba2/photo.jpg','8918455867446117794',42854),('AbFvOqkVfuaxqGqZB4FnR88ovuDkQgMZnPoe3w-vG2akacj8kLAtIm6fjq1Rd3DYBRRJiomFdBVGrA','I had a wonderful experience they took care of me very well . I went home feeling way better , my doctor Dr. Edwards was very helpful. As well as my nurse Gina,Natalie.','2020-02-12 21:27:52.309000','2020-02-12 21:27:52.309000',5,'Savanna Alaniz','https://lh3.googleusercontent.com/a-/AOh14GirHRDFLFtdItZTJ0qqIzeWb8jbEltAVPJVltxx=c0x00000000-cc-rp','14567670160750071148',30248),('AbFvOqkVG-kL1c9A4XRKpjjkY61IhxhZ4i4fZQ6de7fhevaTUO2uD6yJvc5XVFOzlJo0AzmJ92_y',NULL,'2020-05-31 15:42:25.050000','2020-05-31 15:42:25.050000',5,'Mary Stough','https://lh4.googleusercontent.com/-Toe_IBRhrGE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmx2YPK1X2EkZ_Iad395LNhO-S14w/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39068),('AbFvOqkvg7-p6oad6sISmxMDqt9-Iw36I3hfnzvts0htpOomiVbJGDDmAZR4cjJ6uW8olhD8RI3vyg','Alvean and valory were so amazing and nice. They make my trip less scary definitely will be coming here again!!!','2020-10-20 17:45:40.391000','2020-10-20 17:45:40.391000',5,'Crystal Harrell','https://lh6.googleusercontent.com/-_El2gOGXrR8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmR9MsSidas4zuUe69dGc_ACEfNgA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33142),('AbFvOqkvgF4t2g9JGSO-Ns-Jx-IyqWFkxb5vc8ccLppgp4gyTwOAVzx7hnACXRPSXf5ibGMiYnuyzA','Amazing facility, amazing people work there I don’t have a single complaint. The doctor genuinely cared for me in my time of difficulty with pregnancy.','2020-09-26 15:57:52.724000','2020-09-26 15:57:52.724000',5,'Darcy Wisecup','https://lh3.googleusercontent.com/-xK8bcw8wnOA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckc2cIGhKKzl0Xu1hciha6s7CnY3w/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42895),('AbFvOqkVGTAaqmJnQJYCleIt6dycv0jWLHQOM_fiFgqVFNUEl57yCuWsxdBIRQhHlYiLwEssEG8BRA','Dr Healey was amazing and very nice... Brittany was Excellent at the front desk, and the nurse Lindsey deserves the DAISY AWARD... thank you....','2020-11-18 18:17:24.354000','2020-11-18 18:17:24.354000',5,'michelle moore','https://lh4.googleusercontent.com/-UzvAbs5Sgvk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmk06m64ZOW3ixQ7TROC_aTTmOxzw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32912),('AbFvOqkvGw9X0YIFQoWcx5D-Z9znSFx_TP4KTFFhXj5H4V_aU0DmgNSp7_ymdRMe2RSGPmwnfIPY','My nurse was rude and had this sour puss look on her face, I came in pretty early in the morning. I think her name was Marie. Just so ya\'ll know. I created a different google account so this B won\'t know my name. Sadly this is the closest clinic to my house and don\'t want her to know I wrote this review. That is IF I ever go back. How can you employ rude people? I\'ve been here before and had a different nurse it was a guy I can\'t remember his name and he was GREAT, tall dark skinned fellow. Aren\'t nurses suppose to be nice to their patients? Other than her everyone else was great. Don\'t know if I\'ll come back here ...','2017-02-15 00:35:30.009000','2017-02-15 00:35:30.009000',2,'Jas Doe','https://lh4.googleusercontent.com/-FI36qSQh1Sc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhl5SriZXwndzfbP9j95NLkVosHw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41110),('AbFvOqkVGwh655CBbTm6i-_I1NgdVQJD6jojodz8kwnE9iOZaMsy0LVU8hf27ukoTKxqQjN2y7UcXw','Jessica S. and Jessica M were Amazing as well as the whole experience!','2020-07-17 18:11:07.576000','2020-07-17 18:11:07.576000',5,'Clint Clark','https://lh4.googleusercontent.com/-3iqeB253gB8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucldOFWyVdPwyen75aLURSiTYo03Lw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32016),('AbFvOqkVhF4rumgCU0P-SPb1jIPzuqTVs601MbCLNCIKpWQdbkEXoev_PiO-r01CDJD1yuubHznomg','Not a good experience, took my patient, the patient actually had a neurological issue which the facility could not find out even after 4-5 hours, looks like they do not have experienced doctors to find out such complex problems.','2016-08-10 01:40:53.335000','2016-08-10 01:40:53.335000',2,'ang Alb','https://lh4.googleusercontent.com/-NKqE2BQ6HEg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucncnrVMuDcxg6AFw31eCgj47kA9FA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37315),('AbFvOqkvhJ9yNdiY4eYO3jfDuB105CFbsKzRkNzYkb3WigMKnRA0rAk8nxdTzYH6005rn6KcXJEuZg','Jessica and trina was really amazing super fast servise','2020-02-09 03:23:43.619000','2020-02-09 03:23:43.619000',5,'Danya Wright','https://lh3.googleusercontent.com/a-/AOh14GgtfSk9h5UnFj8Ge6n180Nk-ClooFQlvjUVsjRJHP0=c0x00000000-cc-rp','6521947413723274945',41489),('AbFvOqkVhoCLDOx75ue3DacjhHUknQcQXNiSaKRQNqPt7BLmMPIm1veQMd89zUP_wp0jvhji2mFB','Super friendly, and informative. Got treated quickly. Even had my insurance benefit explained for me. Felt very thorough and not rushed! Totally recommend when you are not feeling well and can’t get to your doctor. Y’all be sure to ask for Delicia and Rashad!!!','2020-10-30 14:33:02.222000','2020-10-30 14:33:02.222000',5,'Taylor Fluitt','https://lh4.googleusercontent.com/-smMQfvX2VDc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckopdOmw-XHsFmjRSiqnQCwGXfRpw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42274),('AbFvOqkvhpcKgDU3UGUePWBGt7mFsdSPqNVy7V_4XVY4-DOvjBOAiAkNt6Qmj0h5ytYqZdMh2MqMww','Robert, Jordan, and Lam were extremely helpful and got things done at a timely manner. Excellent service from these 3 guys!','2020-10-22 19:26:28.969000','2020-10-22 19:26:28.969000',5,'David Hernandez','https://lh4.googleusercontent.com/-fLiBwJ7zdEY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclIgNtaStwevqDuNOJGUA60WWmu7w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33110),('AbFvOqkVIcE-t7sgdCHU6_1mPDOWFKcJqiFzB-DL_KxsqGWj2o5AT_4IYL-fmw3XCSZSMXa9VvxW',NULL,'2020-02-05 14:42:14.268000','2020-02-05 14:42:14.268000',5,'Ebiere Vianana','https://lh4.googleusercontent.com/-z4e8pCJverA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmwhC454twbQSvAvD0H-Znnl8knUg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36644),('AbFvOqkvIeB3ymlxLlN0JtBNUtd0eUcV-V-_cWJ_VO35t21W8OrqmPClf8LpfHwme9SAWo2ADvDi','The signature care on mall drive was amazing. The rn Jennifer W was super sweet and did an excellent job. The receptionists at registration, Mandy and Ashtyn, got me seen so quickly and were very nice. I would come here again immediately and will definitely be recommending this place to everyone I know.','2021-01-08 13:50:45.569000','2021-01-08 13:50:45.569000',5,'Haylea Potts','https://lh3.googleusercontent.com/a-/AOh14Gjg2LR2jUyjtSPOxJ4ZqaDvFVMG-Q7qNn-BT64REA=c0x00000000-cc-rp','3272657195432704501',44638),('AbFvOqkVIHZM5cbNztT2ZsqAD1wbLEJ77sOkSjEasw1AcFsE4R-gszNceIK6DVjBoGWBd4eJ5Kl7','I love this facility. I came for stitches. I was greeted by Jasmine immediately when I arrived. Quick and friendly from the beginning. Minimal wait time. Dr. Miller is awesome: easy to talk to, and does excellent work. RN Meredith is amazing-kind and a pleasure to be around. Tech Ricardo is funny and helpful. RAD Bryan always attentive and caring. The entire team is outstanding! Highly recommend šŸ’—','2018-09-08 02:25:13.187000','2018-09-08 02:25:13.187000',5,'Bridgett Brumbaugh','https://lh3.googleusercontent.com/a-/AOh14Gj3H0yijsiKGj0hQGnApEFvQb9vKY-mf0yAb8PzAg=c0x00000000-cc-rp','14567670160750071148',30737),('AbFvOqkviJXhCLepIpxdJTJuc2ywM5a1hsbBIpPyLbtgkolfDfDrmSHM_lmhH5unouTEuuJZ62Klqg','I appreciate the quick feedback and resolution that this facility provided to me. Thank you Dr. Frausto, Alexis (Reg) , Anthony (RN), and Natalie (tech) for the help!','2019-03-26 00:39:28.591000','2019-03-26 00:39:28.591000',5,'Savannah Maier','https://lh4.googleusercontent.com/-rUiad_BmC28/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnlKwsgsLMzrXrg_oT9eR08Ioj6yA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34943),('AbFvOqkvIxnmi3kK487aEYaWCUYv_SHgwZNv1BEdn3gpxNvsoTOiRQyTedEEw18F0vLKEFq2VtGf','Georgia was great help, she has an uplifting personality and really funny :)','2020-10-06 00:29:16.062000','2020-10-06 00:29:16.062000',5,'Rosa Ventura','https://lh6.googleusercontent.com/-ac7CCVTRC68/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm6z32ERZZkxVlwCY6hr54vq9znnQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31553),('AbFvOqkVJa_5XvxmiSkhCmpRnsx0QAYNK0_fwghieZAuNaiW-U9PDkBksh-Sfpgs_wG_YPOjth_DJg','Very friendly and knowledgeable. Took time to answer every question I had. My nurse was Keylee and she was a god sent.','2020-05-17 06:18:36.747000','2020-05-17 06:18:36.747000',5,'Bryttani Pasley','https://lh3.googleusercontent.com/-RYx__5gr7U0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckOkdlEdCG0f6hoGEeowc35WuDzzw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32089),('AbFvOqkVjb8Z3OGOpYSrDVU9IVI6zjgssMLhS653JsXZYmdWQ1baRiKuIb8a8doCHxiEAKiQTInGJw','Today I brought my 4 year old daughter in because her eyes were getting swollen and she was draining in her eyes. Come to find out she had the pink eye. My daughter loved the kids room very much. But I do have to give a shoutout to the staff that were there around 1:30 to 2 today. Not only did they make sure my daughter was smiling none stop they actually put a huge warmth in my ♄. I actually think the lord above for what you did. You put some happy tears on my face. God bless all of you. I will always recommend everyone to go here. Thank you so much. Jenny and Desirae','2017-06-27 23:37:19.438000','2017-06-27 23:37:19.438000',5,'Jenny Fuentes','https://lh6.googleusercontent.com/-eIha__fZPCE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1JXrG9c5IdjKSNDhZYLC8YE3h1Q/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38379),('AbFvOqkvJm1C--R_j3-2gM-oitdOZGdQXtkAjlNDji4uHvYBwQ8hf0PfGfeTO0OSW4h80v_f0yYR','Admission is a quick and painless process. No money is requested at the time of visit. They have on sight lab and scanning. Very friendly staff.\n\nThey can not accept Medicare because the government will not recognize them as an \"emergency room\" since they are not affiliated with a hospital. They are an independent emergency center & have the autonomy to make decisions for themselves. If you need admission to a hospital then you simply tell them where you would like to go and they will make the arrangements.','2017-12-05 05:13:34.937000','2017-12-05 05:13:34.937000',4,'Jesse Newberry','https://lh3.googleusercontent.com/a-/AOh14Gh16TExMCivIcoFND7tC43ef6vdI1-f2zsET1Ge6A=c0x00000000-cc-rp-ba5','8626688543755174284',42238),('AbFvOqkVK4qh-iRLyCV9NTCJiT1KK9o25O6u3_we4nhsOEfQgsNuKpoVA6WVbbrnXuNs3labiFYIMw','Luisa was the nurse that swabbed me for my covid rapid test. She was a gentle swabber and made sure I was comfy whilst waiting for my results. 10/10 Would get swabbed again.','2020-10-23 19:30:26.936000','2020-10-23 19:30:26.936000',5,'Rogelio Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GjzXW-eKfmpx1LepuBhRqAijNkSO4y0qNO868XD=c0x00000000-cc-rp','16389487648212004696',33100),('AbFvOqkVkbwhiUL25C5452fpUO0BZTJraYpCT50hpJKZobQ1A5Yjg0rgey_uS2YdIauFwI3V6sCu0w','Great place! Very friendly! Dr.Yost and nurse Jennifer W. were awesome!','2020-01-27 16:42:31.815000','2020-01-27 16:42:31.815000',5,'Hershie McKinney','https://lh4.googleusercontent.com/-gcHCOXxkowE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmIlC0eNWU04Ov9q8q1V6Wx2WHo5Q/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39669),('AbFvOqkVKdLZoaoanobIILHhaJS1ezmWpiavrQ4fhDzt_3d5953SCohWYxQoOOyFV2Rrw2dpvPe_','***EDIT & WARNING*** Unfortunately I have to now change my review.\nThis used to be my family’s most trusted place for emergency care. The staff and doctors were so kind and took wonderful care of us. Recently, I had two incidents that caused me to seek emergency care late at night for pain scale level 9-10 back injuries that required pain medication. Upon the second visit for the same injury (not that this is pertinent, but I was awaiting MRI results to present to my sports medicine doctor, who would refer me out to a pain mgmt doctor thereafter), Dr. Faig was on call and passive aggressively began to berate me for coming in, emphasizing that ERs do not do ā€œchronic pain care.ā€ Well, I am aware of that fact, considering I have seen two others in my life for my chronic neck pain. Unfortunately they won’t see you without MRI results which, again, I was getting THE NEXT MORNING. I was screaming out in pain and could not move, sit or even put my pants on without help. Emergency rooms are for just that - emergencies. If I would have been able to make it through the night without level 9-10 pain, I would have done so. Dr. Faig made me feel like a junky. I don’t drink alcohol, I don’t smoke cigarettes, and I certainly do not abuse pain medication. I understand we have an opiate problem in our country, but to shake down an already emotional patient who is hurting is despicable. When I asked what he recommended to do, he said, ā€œwell, you’ve been dealing with this injury; you tell me.ā€ Honestly the most rude and impolite medical ā€œcareā€ I have ever received. To top it all off, he had SC send me a letter stating they were ā€œalarmedā€ by the number of times I had come in for my injuries. I told all of this to my sports medicine doctor and he said, ā€œyou know what you should do with this letter?ā€ And then he proceeded to crumple it up into a ball and tossed it into the trash. My pain is very real. The MRI showed degeneration in 3/5 vertebrae in my L spine as well as a bulge that sits on the nerve at L5/S1. My new (and competent) pain mgmt doctor told me today I’ll be doing epidural steroid injections and prescribed me some mild pain killers to assist me in the interim. They do a drug screen on every patient and guess what? No red flags. It’s such a shame that I have to leave this review because everyone in that building is wonderful, with the exception of Dr. Faig. I urge you to seek care elsewhere if he is on call so you do not experience the extreme emotional distress that he exacted on me that evening and later on with that letter. Absolutely disgusting.\n\nFollow up. I was called by Jordan, Memorial City Medical Director, who profusely apologized to me and was shocked at Dr. Faig’s behavior. He went so far as to tell me the letter would be revoked by the board and that Dr. Faig would be spoken with. Jordan, or Dr. Smith, had actually treated me for a pain related visit previously and he expressed that I was an intelligent woman and it was evident that I was not there for a mischievous reason. We spent an hour or so on the phone and he asked me to please not give up on them and to please keep referring people to them. He said to wait for a confirmation email from him to follow up about the letter and I said to myself, okay, if they are going to make it right, i should alter my review. Much to my dismay, a completely different Dr. Jordan Smith contacted me yesterday, saying Dr. Faig is very compassionate and gives the most excellent care and he’s ā€œsorry I didn’t feel that way,ā€ (sarcasm there) and that they were not going to revoke the letter. THE KICKER: He asked me to take down this review, which I found in extremely poor taste. Considering I could easily sue them for extreme emotional distress and defamation, one would think it best to not fan the flames. STAY AWAY! šŸ’”','2018-04-06 22:02:41.650000','2018-04-06 22:02:41.650000',1,'Stephanie Tabbah','https://lh3.googleusercontent.com/a-/AOh14GhXjKyTXuVQaa1k0V7Fmnrut1-nwE5w-lbX6p_LjA=c0x00000000-cc-rp','14904078213800803294',32593),('AbFvOqkvKjm_D2JxqI1z8AtScQHH5obbBqM56N4My08CUkpBn1JByy_XV17Aa7fvtYh6z2f_GxFLew','Got really fast service and the staff was really nice!','2020-11-11 13:33:11.482000','2020-11-11 13:33:11.482000',5,'Shanila Mannan','https://lh3.googleusercontent.com/a-/AOh14GhYXwEsL8BxPGaxuy2-5w_VyFB8dNtYdswvYtAk8g=c0x00000000-cc-rp','14904078213800803294',32156),('AbFvOqkvKLBYj0Q8c8gb8F71QPJ39djmSPWHKutg7Scdp56mxQRofgRSYOzh5t5jsProdEbrogmuDw',NULL,'2020-10-07 11:48:37.818000','2020-10-07 11:48:37.818000',5,'guillermo RAMIREZ','https://lh3.googleusercontent.com/a-/AOh14GgZQz9cns2vZZBQxUSpR5984IFpdiwGF2-VB9dd=c0x00000000-cc-rp','8918455867446117794',42876),('AbFvOqkVKsCMnm4puhn6k8mpggARA8bstW4Pd8mJPxx1skZR8SxRdc-feZWXbH40jl3gpmplQNTFDQ','This place is Awesome. I usually have anxiety when I come into an Emergency room but, this place is setup like your home and the staff is do nice especially Alvean and Tricia. Thanks guys for taking care of me!!','2019-05-09 16:19:07.624000','2019-05-09 16:19:07.624000',5,'Adam Newsome','https://lh3.googleusercontent.com/a-/AOh14GhcZThukeAAErX5H-zqSGJaneWwTj3bCOmVnfl0JHo=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkVkt7e1FV_QxLBG8Hh6hZLGGlUHnchvhBoZXo0QSFU_DICXwrNP9WhYBIZtGKyyzQUKb8I','I had a fantastic experience at Signature Care. From the very beginning. Ana at the registration desk was very friendly. Irving the nurse seemed very sincere. The ER tech Nelson checked on me often. Sharesa took great care as she did my x-rays even though I felt silly. I can\'t say enough about Dr. Zhen she was very informative,sincere , charming and made me feel very comfortable even though I felt bad. So I want to say thank you all for a great experience in a bad situation.','2020-03-08 04:28:39.149000','2020-03-08 04:28:39.149000',5,'David Thompson','https://lh4.googleusercontent.com/-yw3cpMO6toU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclDQMDjkZM8Vx4akB5uVTJMkEYqOw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28654),('AbFvOqkVKvwkwg2iezh5a0hSu6e_9yD0Mq37CoO3ZcgUrj74BJNzje8IqVNQneLzvYmOfXa4tpQOTg','I would like to tell the staff at signature care thank you guys for getting me in and out so fast. The staff there was helpful and friendly I would have to recommend them to everyone who is in need.','2019-08-03 04:12:20.977000','2019-08-03 04:12:20.977000',5,'Victoria Westfall','https://lh6.googleusercontent.com/-E99wPLfvpCQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnpzFjzvEWIWTWMj-2IumP9qJXDvQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34738),('AbFvOqkvkzN31loDi1P33QLPHK0_gJcwDv__qbpaPi9GLxLXqeXMP7fBAf6ICo09cbUB8grnojwv','They helped really quick and very nice too help','2019-01-13 20:54:19.042000','2019-01-13 20:54:19.042000',5,'Jae Megan','https://lh3.googleusercontent.com/a-/AOh14GijaaseRQ8Y8ZSpB26bXNeGhJrLtN4Y49In_FzR=c0x00000000-cc-rp-ba3','3511292162159714121',40718),('AbFvOqkVlBhgX7kKxr4O8lYJ69AY1bCrTFtL91cqQXzODGI4t03giioNDS8zyTv_6VDgMeZoOkM0xA','i have been to signature care several times and they have always been fast, caring, and professional! my latest visit i had dr. baker and she was so helpful and made me feel safe and cared for!! mrs lorena at the front desk was so nice, helpful and comforting! thank y’all so much, 10/10 would recommend!!','2019-10-05 08:53:27.974000','2019-10-05 08:53:27.974000',5,'Madeline Mehling','https://lh5.googleusercontent.com/-LsyWX2oFwbw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmUr6Pka8p0YI16a1uOYMN26_M-_A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34628),('AbFvOqkVlDJuQudTaimAUmY4yiAnJu2doshc4_EAqoWVN5loVavpia-exef7UYbzeWOXVlEhrYzw','Dr. Rose , Christina and clay were so sweet and made me feel so comfortable it’s never fun having to take test when you are feeling sick but they made me feel at ease I would highly recommend signature care everyone ā¤ļø','2020-11-06 14:59:57.176000','2020-11-06 14:59:57.176000',5,'Brandi Easley','https://lh3.googleusercontent.com/-gWTGLF9XT20/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmChGV4G5j2PxG_vko70acR2K3cHQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35639),('AbFvOqkVLpro7ZNmAkNDQjBu1AnrEdiQLoQBjQ364RJql34tcIKzgZpIv9ARJ1aAZvshCPUc8F7Wqw','This was my first time here and I was very please with the service I received. Tracye D. was so pleasant from the time I walked in the door. She was kind and attentive to myself as well the other patients. The service was quick and professional. I will definitely recommend this location to my family and friends.','2020-09-16 21:55:54.370000','2020-09-16 21:55:54.370000',5,'Latricia James','https://lh3.googleusercontent.com/a-/AOh14GhGbt9BZU2ZI9-BuF5tR2AGExTPAIqErI1gbDURdlo=c0x00000000-cc-rp','8918455867446117794',42907),('AbFvOqkvM4CNpCDrXmrNQQCg9WI3B0nVRsDgt1qtd-bWUp3RPAOwXM4KbuOq0dCIgft7EaucOj9-ag','All the staff was very nice and respectful. Lucas and Dr. Curtis took very good care of me and my concerns. They are very friendly and concerned with your needs. The wait was not bad at all.','2020-02-17 19:36:15.302000','2020-02-17 19:36:15.302000',5,'Holli Garrison','https://lh3.googleusercontent.com/a-/AOh14Gipsldp5Zj1SnEzqHhFmcunBuLboe7EZ7r6NmNTcg=c0x00000000-cc-rp','3272657195432704501',39620),('AbFvOqkVMFHsoDHo3EbuJa6uXSwaNP3UnMQKZIDVM2HmGTJIOUgWDOKNAzLNjPjCiWyb_4CcRAbGvA','Experience has been wonderful. The staff is pleasant. Highly recommend coming here when urgent care is needed.','2020-10-14 09:39:12.389000','2020-10-14 09:39:12.389000',5,'Khris Pierce','https://lh5.googleusercontent.com/-lmvyv9o86ek/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmgq6LS8XhIYIWotH1qDXU4_6ribQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38480),('AbFvOqkVMJRIMBG5_XSyakio4lH6OaU3uGVbXk8_CmMjJ56KWglmn9m-6cVWFxOKHbUlaTsqyVkPvA',NULL,'2020-07-04 18:11:19.957000','2020-07-04 18:11:19.957000',5,'Jaquelyn buendia','https://lh3.googleusercontent.com/a-/AOh14Gho2N8N5oaYCC0nQfXIGj4JXxS86ebM68DLPJ-I=c0x00000000-cc-rp','14904078213800803294',32313),('AbFvOqkVmLh8b4j7dZ20cQlAJojzVLN4bgVbhPb_ocmZbFvL6D4oxwiWz4sJ4EBde_8zYMAx-9Bk-A','Had a great experience at Signature Care Montrose. The staff was very friendly and helpful. shout out to Norma, Churiah, Ke’Aire and Dr. Yusuf!','2020-02-09 18:38:33.533000','2020-02-09 18:38:33.533000',5,'William Trevino','https://lh5.googleusercontent.com/-K-y5-wR0uyM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmBd-MLwS5WBtMzNI3F67978aHRkw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40310),('AbFvOqkvMUUitXGmjpwFa1odyBAasSfUpG0sAeviFhuejjbUaJEBU0HmhUd75Od3H5t6BIB42CqT4A','This place is awesome, very nice people, very clean place. Thank you so much to nurse Robyn, Jaylon (rad tech) and Kara. Thank y’all so much.','2020-10-09 03:39:55.272000','2020-10-09 03:39:55.272000',5,'Morgan Zymbroy','https://lh3.googleusercontent.com/-_2QScpBtIZI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMie4nRlV-DmIiIFK9ce6hSiR7Mg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39491),('AbFvOqkvmwjrDDv9Ku6_OggcykLi3_V0X0CG8J2VGTOXJmEBMVMNT12PJlzfSdqb1wA2Ro0ykDgsSw','In and out. The staff was very attentive and knowledgeable.','2018-12-30 12:58:19.868000','2018-12-30 12:58:19.868000',5,'Angela Cook','https://lh3.googleusercontent.com/a-/AOh14Gj0M_O99U4q0yYzh7gLZltVRRNMdehWZVXwOcX11w=c0x00000000-cc-rp','14567670160750071148',30661),('AbFvOqkVn6lSN8pQ8qVQhhaaBXy52VbdqFvQ91hcaIR-bji6BFr0sCQMAj0-MbA8CFjClPZKkWi4','I went in today because I wasn’t sure if I sprained my foot. They were attentive, funny, and made my visit fun. I didn’t have one moment that upset me, even though I was in agonizing pain. I will always go there if I have an emergency.','2018-05-12 00:22:45.035000','2018-05-12 00:22:45.035000',5,'Britney Mixon','https://lh3.googleusercontent.com/a-/AOh14GikVEZlkaWoeS0D8WtJAZLpDtmtf_dZK-OzQffawYM=c0x00000000-cc-rp-ba3','14904078213800803294',32581),('AbFvOqkVnxHHNOdU0TPTP2G__trA45ES6tkO_OEXXbASzBnhYYz1GOxwQjeSg_9CkNjvJxoT0qMQxg','The phone system has covid. Plan on driving several times since you can\'t get through via the phone. The canned response is not helping your business.\n\nI finally reached the center and they advised to drive to center...they advised the center will not answer..my spouse went to CPL and results in 48 hours...signature care has been 16 days..your life might depend on a timely test..\n\nMonth later, still no results...for my experience. This place is a rip off. Took my money immediately..','2020-07-17 14:03:42.577000','2020-07-17 14:03:42.577000',1,'lester romero','https://lh3.googleusercontent.com/a-/AOh14GjfQX5gtxeIT56pZwEluKvf_O3KWcc70Q04tOVi=c0x00000000-cc-rp','2077061009497551125',38799),('AbFvOqkvogTMuLd8UJ7qnSwuZ9FBX2lnWaIYWd2SzKzyNPHSsAgf67H3WAV4nQHl7gtGScN5tNfweQ','The staff here were so warm and engaging! I’ve never been to an ER or hospital in my life and had questions about insurance and procedure and they were able to answer them all and put my mind at ease! My wait was so short I hadn’t even started the first page of patient info before I was placed in my room and met Laura my radiology tech, and Bretnie my Nurse! They talked and made great convo to put me at ease as we got through to the root of my problem! Dr. Vakey, came in and was very thorough on my issue and found a solution. I loved my experience here, it definitely felt like the real world Grey’s anatomy patient care I dreamed of!','2020-03-02 00:23:54.358000','2020-03-02 00:23:54.358000',5,'Shayla Houston','https://lh4.googleusercontent.com/-i3_GAd1-I9M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm7wHBz45znsYUk2UfBVBiQs_5wyw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34323),('AbFvOqkVOMmE4VsSYxVN3ZIZPfbcRO5XAyg1e2rG7WwdKi0NR0WtjovBFjKS5-dHCk-TCCMUQWw1Ww','They are always funny and amazing šŸ˜„šŸ˜€','2020-02-26 03:54:20.444000','2020-02-26 03:54:20.444000',5,'Jazzmynn J','https://lh3.googleusercontent.com/-OkW5lBRJ5LU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclrKdwkm5tCEkv04HHxVUA6LVraoQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30226),('AbFvOqkVOxyrP8ieUSIQSi43AkvX-U_iUTrcHtQPOsQBf5LUCLFG111zTIH6sfMwiRTX8VYqB6b_','very fast and friendly!','2017-04-14 08:22:53.009000','2017-04-14 08:22:53.009000',5,'DarkarWulf','https://lh3.googleusercontent.com/a-/AOh14Ghc-QEJYOrwxhbyHEcKv5l65cZNMRjvCoIdG4V-=c0x00000000-cc-rp','14567670160750071148',31065),('AbFvOqkvP2PwwjYRdh-ti12995UZKfwd_C4sv870IN2OKD4FOsFg_cuFu_CBDiMMDrbfTzYdCq-sDw','This was my first time needing and ER and I\'m glad we chose this one the Staff was great from the receptionist Kimberly to nurse Gabe. They made sure that me and my Fiance were comfortable and understood everything that was happening. Thank you!','2017-12-07 18:17:15.574000','2017-12-07 18:17:15.574000',5,'Ashly Gonzalez','https://lh3.googleusercontent.com/a-/AOh14GjSt2HJ0QbqcV4l6m5ZNikQW1vz-hOnBemnBWzW0Q=c0x00000000-cc-rp','16590124370714063921',35344),('AbFvOqkvpaAjsoWr-q34YtHoXEyG5xOrqcrMUyyOt90PxLqIRwLBxCfLBbWBt8EoGw75TeFn-N-fZg','I\'ve been to a few urgent care centers in Houston but none like this one. The staff was so nice, patient, but most importantly urgent. They treated me as if I was family and that\'s very rare for an urgent care to do so.','2017-04-03 16:55:04.444000','2017-04-03 16:55:04.444000',5,'Raven Coleman','https://lh3.googleusercontent.com/a-/AOh14Gh-TvTAzuu7VbVaQRP4MHByN2rz6QngUiAx-ga51A=c0x00000000-cc-rp','14567670160750071148',31074),('AbFvOqkVPb_WPZieGhF9adrBEGvSOmA4mQoX_1L18Bsf0nNSCzg9oWwvEtn9jEZVwVF_VdFnURlsYw','Had a really great experience. I was calm and felt heard. The snacks and warm blanket are icing on the cake.','2019-12-16 21:14:24.660000','2019-12-16 21:14:24.660000',4,'Rae Alexis','https://lh3.googleusercontent.com/a-/AOh14GgpRUyjJWADD77zJzsw5SHB-OGJuxj34wZoUiMI=c0x00000000-cc-rp','8918455867446117794',43159),('AbFvOqkvqDAbWQJkCfWe2h1lPX2F5XUbN-iwtTUi0eUx9Y0nhaqxnBQaiJoW13AXsFHEaeyA6iV-jQ','Prompt professional, friendly service from the entire medical team. Had a wonderful experience.','2020-10-27 13:13:10.532000','2020-10-27 13:13:10.532000',5,'DeSorrow Golden','https://lh3.googleusercontent.com/-5Jj0HCy6q3M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1cBCxYLVM4VYNx5x3qkU6n2c1qg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31451),('AbFvOqkvQouI98bNA4UZcd7RtIRfrqDE9ef8JQb9EsXMc042M-UbLPZreXkm0POkhEhdGHRKkLy4','Had to go in for my husbands knee injury. From the moment we stepped in the door everything was amazing. Greeted immediately by friendly; smiling faces. Our wait to pain treatments were under 10 minutes. We were asked by everyone if we needed anything to make our visit more comfortable. Better service here than any fancy hotel I’ve been to. Thank you to Rebecca, Remington, and Dr Lingan.','2019-09-22 21:27:40.069000','2019-09-22 21:27:40.069000',5,'Amie Floyd','https://lh3.googleusercontent.com/a-/AOh14GhjA4WzmJvAaqNvIbDFqrM-cDPG0gfw9KXHTKAy3A=c0x00000000-cc-rp','16590124370714063921',34655),('AbFvOqkVqXrac_en19bftSEiiHgzS-WI58DZc1kGmH8PGM58mffofyCgR1oq9ZF1ANFpLfEQOigzuw','My experience was amazing they moved really fast they helped my sister and it was Dr. Appiah nurse jani traicia and Ms. Patty','2019-09-28 15:43:10.952000','2019-09-28 15:43:10.952000',5,'Jalicia Brown','https://lh4.googleusercontent.com/-2TT5MZfqss8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl58syz-WXMtFN1cAWYKPMYNTsFZg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33926),('AbFvOqkVQZfj3vAI3lHRuwKMGzZOaoIznEgbCgiiYFh_bgYvWCOAgoULmhCkTVhDs-NRH6Sys-Lw','They were a some and caring, had me in and out ASAP for a cut that was infected. They treated me amazing and you can tell the staff is well trained takes the patiences care seriously and that they like their jobs! Also I heard laughter from all the coworkers they are in real harmony here. Sindy was amazing, my nurses were Gina and Vivianne so kind and gentle. Dr. So glad was knowledgeable and really knew what he was doing. So was Diem and job. Thanks guys!','2020-01-24 18:23:43.065000','2020-01-24 18:23:43.065000',5,'Jessica Luna','https://lh3.googleusercontent.com/a-/AOh14GhVHhiMSSmV_QNronol-shOaaiBpwU8CQnzMUKZ=c0x00000000-cc-rp','14567670160750071148',30309),('AbFvOqkVR1PQi9KbElEZR8mKUuvXzyrBpf-yzD1JUS2UR1tEB3OxjIEazEBJRzh0nAHjWoOrt68sZg','Efficient system and friendly people to sign up and make an appointment for the rapid Covid test. Brought our drinks while we waited. Wiped down all equipment, supplies, chairs etc between each patient visitor. Dorie, Natasha, and Candice were great!','2020-06-19 04:23:12.711000','2020-06-19 04:23:12.711000',5,'Alia Mauricio','https://lh3.googleusercontent.com/a-/AOh14GjhAUkMtiUyC2K1ZUW-VpTZT9HJimwIqOBg-cFLGw=c0x00000000-cc-rp','2077061009497551125',38814),('AbFvOqkVR9dXHE1p8vHuWhY8uo6rjnQB-NiMwFICl0ihd2lJAt6Hgpk9uEhxEhbmItPve67eJZ5gRQ',NULL,'2019-02-27 15:23:20.918000','2019-02-27 15:23:20.918000',5,'Camilo Correa','https://lh3.googleusercontent.com/-eo-OY9jZaKc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm2pJOwtFffHVrBBo88UkG7_cPLRQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42722),('AbFvOqkVrCKzq41nQWXtTOxIFDlW6bTYmhExDa8dIsKsmCdOTyO1J_9S-fTAD20439gYv11sCmBp','Great experience , highly recommend !! Keily at refrigeration','2021-01-19 23:13:47.041000','2021-01-19 23:13:47.041000',5,'MYĀE & XAVIER','https://lh3.googleusercontent.com/a-/AOh14Gj7ol2XhdCaqDsxnecjahXIOoFfhD46P9XLgklkpw=c0x00000000-cc-rp','8626688543755174284',44693),('AbFvOqkvRcTWBrfqlyu-O9ZaBoaE7Nx1YwPs0ovPbV_V0E-eqXKmEiXfWECCIfYwNPSN1KVEJHL7ww',NULL,'2019-02-14 22:27:35.487000','2019-02-14 22:27:35.487000',5,'Rana Jasem','https://lh4.googleusercontent.com/-LP06z7WZQLg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-mMsuG0DbLxGbWMZaHWej_f0mAQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38297),('AbFvOqkvRLt-Y4qILEsD1mAwnqhYCXPVBh5nuCW37hyXQ5aCyrJ4gjs8lRwImDlQj0F2IOvFrGc_4A','The service was very nice everyone was very helpful and Doctor Golla was great ,Keera G and nurse staff Jesse and Selina all very welcoming and made sure I was taken real good care of.','2019-09-25 14:37:59.891000','2019-09-25 14:37:59.891000',5,'Nicole Bookman','https://lh4.googleusercontent.com/-SdGgG2tFHhw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckWhVG4zEQyiG5tlKD5_9VTQrVRLw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36700),('AbFvOqkvRtuXQ4osp54GZj1e2NMPMkBRwsj7L4cmDv1QbI2ez_rq67FWti_meSv9aXAHpLdyTD3DBQ','Elizabeth T. and Nicole V. were amazing. Naureen and Joshua were very nice and attentive. Highly recommend this place.','2020-10-22 00:32:16.708000','2020-10-22 00:32:16.708000',5,'Danny Avila','https://lh3.googleusercontent.com/-awRzI_-MeUI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl8t2dwQ_lsGLB4cQrc7PStwik_qw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40132),('AbFvOqkVrUO2ajJcG6rTVSr1ZOOaM7r9xf0bD-i4lSrtqv68iverIF9hVY_AQuGJ9DLG7nii8yqC','Amanda s took amazing care of my sick 5 year old! Awesome staff! And awesome place ! Very happy','2020-03-01 22:48:00.077000','2020-03-01 22:48:00.077000',5,'samantha dale','https://lh4.googleusercontent.com/-xh2UJbNov9o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm_CHMioIfmtbozqe_PlEshk9yHOg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29413),('AbFvOqkVRXrcQLvBRoijWFrJubIQLbdtNbetCM2jsxKikxyR2AGvEcnI9DNRMBPEoevsfiuN3LpxVg','The service here was great the staff Dr.Henderson, Alvean A, Marcus B, Vanessa G, and Jennifer T l would recommend if you need medical treatment this is the place.','2019-12-09 21:11:52.541000','2019-12-09 21:11:52.541000',5,'Lindsey Dirden','https://lh4.googleusercontent.com/-hAi4-ACAoqs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclDd0EQvdwrfo_BrQ46aEck6AENug/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33621),('AbFvOqkVSfNfzwQgRdCVStRQXbRsaXkJ-ar7FUsugIL9aggYqsZE9oUG7fdmb93HKavKa5XIXgsayQ','Great experience!','2020-01-16 23:36:16.269000','2020-01-16 23:36:16.269000',5,'Jaylen Gray','https://lh3.googleusercontent.com/a-/AOh14GjC5tWoqaz7GRLPoaARmoiC685ypddPXQmKGj3T6Q=c0x00000000-cc-rp','8918455867446117794',43140),('AbFvOqkVSu7UaywZeHTWJ6UwDGPihIIE0JFG26ptXINY65qE8U3c5Ma8AwNftAMddBH5QFBGjEQZDg','I had the best experience here at Signature Care. Jackie in Registration was super helpful with all my questions. Trini, Pete and Dr. Daniels were so sweet and really made me feel at ease with everything going on. Marcus was really nice in doing my ct scan. Really detailed with all his instructions and made me feel very comfortable.','2020-02-21 05:47:29.969000','2020-02-21 05:47:29.969000',5,'Rosalea Leyva','https://lh3.googleusercontent.com/a-/AOh14GjjPcPDm0u4Sgu_xW3z2matv4Wr3AcUYi9UxQ1CaQ=c0x00000000-cc-rp','6521947413723274945',41468),('AbFvOqkVtBLNOTXl7s3GAXnulX09z6LwjDSqSPi7eL35Vf6qZ7V9cacyNWqpCfeNtToPXrwUSI--yQ','The entire staff from Jocelyn at the front desk to Jani the nurse and Dr. O\'Malley where all friendly, caring, and helpful with my daughter \'s injury.','2019-11-09 19:53:13.835000','2019-11-09 19:53:13.835000',5,'Andrea Valderas','https://lh3.googleusercontent.com/-rPAQdEqZN6k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVUkcrjYESi5lDC9B4JQIWmgwzoQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33773),('AbFvOqkvTdXegOaA5ETveDX5NhC1vT8EEW4UyB2wX1Uub2DcIMLKiS-SMtaeuOCoqVwhisiw8WAqVg','Clean facility. Quick service. Friendly staff at the front desk and in the back. Nurses went above and beyond taking care of my two year old. I would definitely recommend this urgent care over any other!','2021-01-01 20:10:54.656000','2021-01-01 20:10:54.656000',5,'Amber Spradlin','https://lh6.googleusercontent.com/-r2P631e-KgI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck5kSffkAHrbYeKBn9u16i4k8cKaA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',44206),('AbFvOqkvTgZclcmw8Y5lSoGFRjYC-ws4MCEb55Rd2oKTq3lRV-88AIVi-eXcehDceF7MvooZqNhipw','Staff was super friendly and everything went quick! Would definitely recommend making an appointment ahead of time if you can. Madeline & Briana were great!','2020-10-31 14:33:48.492000','2020-10-31 14:33:48.492000',5,'Sydney Archer','https://lh3.googleusercontent.com/a-/AOh14GjPXICOSiIbuurka96aKYzdbwn97W6I187InPFl=c0x00000000-cc-rp','3511292162159714121',40090),('AbFvOqkVtyqWM9hNKi_pDKeW0oM3m7jsxyQPfN3yWHGTV1VMAWwhLmk41I5cSMp3lnr6GXwy7V8Q','I took my daughter for back pain, and they received her really good. We didn’t have to wait for a long time, Dr. Werzanski was great. The nurses also helped a lot. Best place to come. The warm blankets are perfect too!','2018-06-27 15:02:39.983000','2018-06-27 15:02:39.983000',5,'Vane','https://lh6.googleusercontent.com/-5qOMSZCZT3Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckmV3dEVqwzgufB17u5b3-t1wpr8w/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36937),('AbFvOqkVu5cINhDSC4mM6h13gAzRLAfJXvdQrNkM6osbPxq1PFIllIE6fcu_kx3w22oLSlnAecpY5Q','I came in with severe back pain after moving heavy furniture and was even having trouble standing. They had me in a wheel chair and in the exam room within minutes. Every member of their team went above and beyond to make sure I was as comfortable as possible until they determined the exact nature of my injury. Very kind, warm and friendly demeanor from everyone. Made sure I had everything I needed to fully recover before I left. They let me stay in my room while I waited for a ride that could get me home safely. The doctor even sat and answered some medical questions I had that were unrelated to my current visit. I would make a drive across town just to get care at this facility. Great experience.','2017-05-24 20:26:44.536000','2017-05-24 20:26:44.536000',5,'Jim Culbert','https://lh3.googleusercontent.com/a-/AOh14GgJ69HFxyCRm0dilH_f2qR0qzxAX8TxFf9xDiOJ6Q=c0x00000000-cc-rp-ba3','16891069708558046635',36477),('AbFvOqkVu7R0NPtCjzPCBRRNsSJGOKE5SjWMjKyS01cEVYcjyLbq6fJ5gMz8Ykj7bLyKLiSTsTdH','I always have such a great experience when i go to Signature Care. This was my first time at this location and they had to keep me over night and had an amazing experience. The staff is always friendly and they have the best doctors!','2018-12-04 15:08:54.248000','2018-12-04 15:08:54.248000',5,'Elsa V','https://lh3.googleusercontent.com/a-/AOh14Ghy8H_3tnrOLvgJe2xtmwUTN1ZT4Z2HsszGOPtC=c0x00000000-cc-rp','14904078213800803294',32520),('AbFvOqkvue71GjzNTkClEL20HTHKkWACZF-018LV6qiK2jmgvX-JHKC3rfmNl46Y9gUFisxJKwfaQQ','Elizabeth T, Dr.salmon and Lai were all very kind and helpful. Fast at their jobs and very cheerful','2020-12-11 04:49:15.733000','2020-12-11 04:49:15.733000',5,'Alexia Trent','https://lh6.googleusercontent.com/-GWjMLCBcO1o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckce85FqGXowjmikkqp-q9MTtsYoQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40027),('AbFvOqkvUWyQicLguLpEGuXYp2yn24OR0IH6HH4LUhIIzLEvLIPg1lKzkueMWf6nMbr2F7sgfesbjA','Organized and well run. I received excellent care from Nurse Hilary and Dr. Ybarra. They took a lot of time explaining and making sure I received the best care.','2021-01-13 13:11:13.960000','2021-01-13 13:11:13.960000',5,'Sharon Coan','https://lh4.googleusercontent.com/-29-YTmZFIUo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjBTiLpGQ8s0V-ZzhA8lSazbvBAQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',44716),('AbFvOqkVvCe8xAWuSJXVjSkUTiGkpy7xtE5gqz2qMlyynXFV8LOwbOqeGRc-OnVxzypKC7rZdutewQ',NULL,'2020-10-26 23:10:20.941000','2020-10-26 23:10:20.941000',5,'julia Sanchez','https://lh3.googleusercontent.com/a-/AOh14GiiAbMf7YEc6fuk0a08lDjDjdwhc4pF7GJ9fEkmLA=c0x00000000-cc-rp','6521947413723274945',41282),('AbFvOqkVvP85M3RKp3BIaaz7oaopLtOKuDH8Ir66l5tL9mh-7-Xy2DFwdBwcFc70Ogjr-B9c1PGU','This is my second visit to this clinic. I went in with breathing issues which is extremely scary, however I was immediately acknowledge and taken care of, thank you Leslie and Steven. No wait time, I couldn\'t imagine waiting and not being able to breathe. RN Churiah greeted me and calmed my worry, she was attentive and patient. Dr. Souman was pleasant and easy to talk to.\nBoth were kind, clear and informative. The clinic is immaculate and very comfortable. The entire staff was professional. Thank you Eve for your gentleness and Thuy - An for checking and making sure I was good.','2020-02-27 18:12:08.156000','2020-02-27 18:12:08.156000',5,'Marissa Jackson','https://lh3.googleusercontent.com/-TM_caDwXTF8/AAAAAAAAAAI/AAAAAAAAEww/AMZuuckhytnNxTkAVaIwBKo-PEZtMGOfYA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40287),('AbFvOqkvvPoEREI8WquCgvh8qnvBhEL2puICzPBIVUbMGyRwK0tPk4JNUkD3XnSS-7KtDlWBHoSaIQ','I had a fast visit here. The staffs Son Le, Dr Cavazos , Nurse Blake , Delicia are very friendly. They welcome you in and comfort your visit. Thanks I will love to visit again.','2019-12-13 14:26:32.518000','2019-12-13 14:26:32.518000',5,'Shakeida Seals','https://lh4.googleusercontent.com/-NMgcc68hcwU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn230Ajyhc0g5pVujLNwV0veVm4GQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42552),('AbFvOqkVVQ3610hG9zZWSyoOT_YrfXFthbreT5hJfoOgKNQqpKcYhZ5KuHCJ7XW6lGeBo4zIm7PKXA','Had Excellent experience everybody was nice and they took care of me very quickly Dr. Anderson ,Alvean.A nurse,Tricia ,B ,Radiology And Jesus-registration Thank you all very much','2019-08-16 13:31:04.275000','2019-08-16 13:31:04.275000',5,'EFRAIN QUINTERO','https://lh6.googleusercontent.com/--_JMA0lvxMM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTKia7bPr3mD17UtR7SyxVxd6BmQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkVVv3cbs1ynszSQyY8q7DozDzKVh9SfaQ2gTFAOwPzv7LH3poTD-gNm83oy5-odPaKYUJhPA','Fast and efficient Gabe, Kristen, and Kathleen, and Dr. Werzanski got us seen and taken care of. They were knowledgeable and made our experience very welcoming. Super nice crew!','2019-07-02 05:18:46.891000','2019-07-02 05:18:46.891000',5,'Clare Carroll','https://lh6.googleusercontent.com/-iaVW0yQ0EbU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmqICpEFIv4VkXwDoPposWNRAvYdQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34790),('AbFvOqkvwD1Ap9FaA5rNxcviTd4nEfEG7hrDM3sAzFdsLsvOL-eVkS5VdUI4qfSf12QjQEqGPDct',NULL,'2019-09-13 21:24:31.071000','2019-09-13 21:24:31.071000',5,'Bryn Dodd','https://lh6.googleusercontent.com/-TZfXuJmg5NI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckoGqDz4ah0C3Ni6Ghb9mVR759EsA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41609),('AbFvOqkVWN2LLgKlLH8uQ47x9cgt_WaO9B_2wVK9JkYSZiQMk_2oqJglC5wKLIRLMof-6JhA31uzzw','This place is very clean, amazing staff and they treat you right. I couldn\'t have gone to A better ER. Thank you','2020-01-25 20:09:03.917000','2020-01-25 20:09:03.917000',5,'Carol Rivas','https://lh6.googleusercontent.com/-5JU4FfxHkno/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclAL0IPfco83I2zTpjQc_3whx2r_g/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29462),('AbFvOqkVwpjp6aJY6lS_GLgaRbmMwtjqcgBY0dtuDXrdOXQOpHqXIU_E0XzMeJL2x6yBUy_3yYnxlQ','The staff really give me a comfortable feeling. The Dr. knew exactly how to explain to me what was happening and why. I thank them so much. Thank God for people who care..... Signature Care. Real Care......šŸ„‡āœšŸ¾šŸ‘©šŸ»ā€šŸ”¬','2018-09-22 00:01:10.948000','2018-09-22 00:01:10.948000',5,'Eric Henderson','https://lh3.googleusercontent.com/a-/AOh14GgQZsWQuknf76mldXI6D6tUROwOtszlpGa17tj5IA=c0x00000000-cc-rp','17394740196501090048',36893),('AbFvOqkVwZ3DwFg5RmRpr0z9AndOcLZZb-bGwbmY7UkHpOHdn3lzejgpYen8u48iePhSYqi9yJs8Rw','Lucas was so understanding and compassionate with my stepdaughter. Clean and quick experience. Dr Yost was very caring, he explained everything that he was doing','2020-02-01 18:05:33.008000','2020-02-01 18:05:33.008000',5,'Shannon Scarbrough','https://lh3.googleusercontent.com/a-/AOh14GhtZDXMk8ap0NjTvAIBg3-ylzwbVOcMyWMB3FYtxw=c0x00000000-cc-rp','3272657195432704501',39651),('AbFvOqkVX_jq2v2_Kw0OMn_THcFy523qh9nY_t1C9NT3XF-b75VXjA9teq8cwlQItu1YdXTkQdfT','This location was fantastic! Their receptionist Okarys was so sweet and I left feeling very well taken care of!','2020-02-27 04:52:57.062000','2020-02-27 04:52:57.062000',5,'Taylor Smith','https://lh6.googleusercontent.com/-ArAACKPW41Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucldrpsbPMmTYpO3gqityIk3FoEnuQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34337),('AbFvOqkvXnHFP-ca1GNT2kp_uWUW6RE-ogPezXKuTl9mux9IuCIet7muWBYWRh7olkMjSJABmfOOaw','This ER was highly recommended by our friend so it was our first option when we needed a doctor on December 25. Had no waiting time, the staff was very friendly and professional - with X-ray and overnight stay option. Thank you all again for taking such a good care of my daughter.','2017-12-28 19:24:54.355000','2017-12-28 19:24:54.355000',5,'Gabor Ursprung','https://lh3.googleusercontent.com/a-/AOh14Gj1TuTXRGD_v9C1KCycdvLd1GIA6i2LiMMdQsIiPQ=c0x00000000-cc-rp-ba3','3511292162159714121',40977),('AbFvOqkVXpGe8kcLsUmz684He9cBuwLnQrg1l1Fr0Wba6O_BTAUmM_GVZFRyNx4qu4eTTIxH1m-1QQ','Kendra at the front desk is so sweet and helped me so much during check in!','2019-11-23 02:52:57.634000','2019-11-23 02:52:57.634000',5,'Camille Moller','https://lh6.googleusercontent.com/-LCEkbv_Zkyg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmCJ97xsZJByY6AvLP4oDoi4Ant-A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34559),('AbFvOqkvxyDz8fxqB9MbzQ87mchmrDuHGqP00iSarH7JS-xX8pUjOmsrSWTlqG8-fD-yX1ScBfNGUw','Dr.Harjai, AlveanA,TriciaB and Jesus Are All Awesome They Were Very Attentive And Help Me. Thank Youā¤ļøā¤ļø','2019-04-11 16:13:17.208000','2019-04-11 16:13:17.208000',5,'Keisha Lee','https://lh3.googleusercontent.com/a-/AOh14GiimE0osyopOMHbfi07XeXLY5Hc1hKKPpP_WL9Q=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkVxYHsG_5BKAzw6ELRWF18K6Iv7a9yFQUVlr5oIsM3v9AclIKYUSb4C2nLs434GCZ8ZNAdtg','Aerial was welcoming the staff was great we come again.','2018-07-14 05:27:23.333000','2018-07-14 05:27:23.333000',5,'Leslie Smith','https://lh6.googleusercontent.com/-jMrfJrb9r8c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckhv6EtL52ezTr0Z9V-NrCMd3TJ-w/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29223),('AbFvOqkvYiTqgOxTqs8vn3onqWjJj8t2gvMR8xHIj979WKyLkd-bQ858TQFZsJnbnBsEaRsPetP6gQ','Fast friendly service. In and out in a flash. I’ll definitely be back if I ever need it.','2020-12-29 01:58:02.911000','2020-12-29 01:58:02.911000',5,'Kristin Alvarez','https://lh6.googleusercontent.com/-3Rz1mUDZ_VU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnvDfifBoUj5xwkhWbmllj2kwKQiw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',44065),('AbFvOqkvywbkl0qVbJ1ZVCe4wu73D-_6YL7s2Rw_jAheHzcEQaGtAhzGv5vpWf1ti336Azf_KFLwbA','Plenty of parking in the lot right in front of the building. Went in for extreme abdominal pain and was taken to a private room almost immediately. My boyfriend and I were offered soda and water right when we got there. The nurse abd doctor saw me right away and did my diagnosic tests and then gave me an estimated wait time for how long I should expect to be there. I was also given meds for the pain right away. I highly recommend this facility.','2018-09-16 00:09:29.549000','2018-09-16 00:09:29.549000',5,'Ariana Rupp','https://lh4.googleusercontent.com/-WnUpFtrPGvo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclEdxR2pbxNp5gnbPnxiISTa1e3zw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40831),('AbFvOqkvZbLHyJqO6QMIQl9yox_qjuM2x8LltFWnnzzmS73DuRR3MoTf3btj2Z5P7n0Apu0BjZaTRA','Leah the ER Tech was very friendly and made the experience quick and easy. Took very good care of me and my wife.','2020-08-03 12:36:17.889000','2020-08-03 12:36:17.889000',5,'Brandon Almuina','https://lh3.googleusercontent.com/a-/AOh14Gi5BQKJwH17YrTs6lRODnsNERBLxTVMAK5K1Jis8A=c0x00000000-cc-rp','13486358490203335051',29340),('AbFvOqkvzCuERduQgBM21F4CESKC8XqQM9mQiAqPgjj3YHog1Nxeuj7JxhTx6wvvzpI8nhnnO2tn','thanks to Tanishia for your help with my dad. You were great with explaining the cost and process.','2019-11-06 03:31:57.069000','2019-11-06 03:31:57.069000',5,'Mario Ortega','https://lh5.googleusercontent.com/-nX0XYROKaVE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnEYOCQsnYROBQtrLQBMkmOeEp51g/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37910),('AbFvOqkVzOqW7rxvvgLKXZpBYHfFSLgOblgqEsYRk76WMqloHfS84REZokQkZcvJlkYwPDfl3F4pSA','My experience with this new clinic was exceptional. They got me right back, iv started, ct scan, meds all within 10 mins. My nurse,\nAndrew was was excellent. He went above and beyond to assure that i had everything i needed. Upon discharge the were quick and all were so courteous. I highly recommend this clinic!!','2019-03-11 04:04:36.203000','2019-03-11 04:04:36.203000',5,'Trisha Elliott','https://lh3.googleusercontent.com/a-/AOh14GjOAAR5t0B2MV-Aaw4W9G_53LCUBxNho8f45aQ2ig=c0x00000000-cc-rp','13486358490203335051',29898),('AbFvOqkw-PfRarEafb9f7nkB8AbL1HGR-cXZX2BagaN3RYaXUJKvomcr_isQe9EVTvFlp7xG0GN2iw','I am so glad we made the choice to visit SignatureCare Emergency Center in the Heights. Everyone was extremely helpful and professional. They whole team made us feel incredibly comfortable and taken care of. A huge thank you to Dr. Miller, Nurse Meredith, Nurse Sherri, RAD Bryan, Denise, and Jasmine!','2018-09-30 01:25:30.322000','2018-09-30 01:25:30.322000',5,'Rebecca Bertolino','https://lh3.googleusercontent.com/a-/AOh14GihxIWA5jS1B2_BnbStcdXEv6GA_PlzIehkFlrG=c0x00000000-cc-rp','14567670160750071148',30702),('AbFvOqkw-RgK-QB4PooAx0LrEbdtsPaKOQmA-rpvyDcKhSWazv6PNBx0bIyrhBYXSQCALfPSQVO_nQ','Very polite and knowledge! Staff was excellent Dr.Ybarra, Stephanie Rollie, Rad Tech Natalia great great personal!!','2019-10-05 00:48:47.411000','2019-10-05 00:48:47.411000',5,'Elida Neubauer','https://lh3.googleusercontent.com/a-/AOh14GjeMUL-F88_lyozfTl7WJ7AjJqTqBoK8ExH52bS=c0x00000000-cc-rp','8679688254631342173',42656),('AbFvOqkw0GIcSBlrOSqU2Hr-G_APUZmpTRxJU0Sk-eZSmXKqYrzHPp6RE8iNsNx39hSaXRgVee5htQ','My visit to the signature urgent care today was awesome the x-ray tech Bryan was awesome the tech Denise and Jasmine the receptionist and Dr. Miller were very awesome they took care of Meanwell an answer on my question. I will definitely recommend Other people to come here.','2018-09-30 00:42:06.903000','2018-09-30 00:42:06.903000',5,'Yolanda Estrada','https://lh3.googleusercontent.com/-zA2E1df9wkw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnHK2cPfu4jebWM6A94xIGGKpq4EQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30704),('AbFvOqkw0IpNwby5RgeWhufWky77Nd_D3I7pIDb-wgIRrDWI28sv1Sek_eV7e_ooUm4DbZlfmH-Caw','Very good service definitely would recommend attending is very fast and overall nice staff!','2020-08-01 19:05:07.752000','2020-08-01 19:05:07.752000',5,'heidy velasquez','https://lh6.googleusercontent.com/-ita9Bih8SpU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn8oOmYcHsfYcownvNKFyHxS4hxgw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42343),('AbFvOqkW0nolw-PiReWSMnj45U_rDjlXveZjbLopsjASxqEd8uaTTjZL6Xh0fZgVWEs0InyIZLd8Zg','I sent my husband to several clinics in town tonight and this was the only place able to get him seen right away. When I called to see if he had been checked in yet, he told me they had already done blood work and had started fluids! From my first call to Signature care, to the moment he was sent home, we both felt like everyone on their team genuinely cared and wanted to help us. This level of customer service is refreshing and we will be back should the need arise!','2018-11-03 01:20:46.967000','2018-11-03 01:20:46.967000',5,'Carli Galbreath','https://lh3.googleusercontent.com/a-/AOh14Gj0YCaO26mJxBXj4_UC4WdUkUQNRQIZgFlXFh94=c0x00000000-cc-rp','16891069708558046635',36332),('AbFvOqkW0RBU2vWWIZYwYcwBNT-BGeTK1ChzIK-GBzn0xFZC6vGrMMnoByWZd53Cv2LC6kW5b8vw_Q','The staff made a crappy situation not so crappy.','2016-06-21 15:19:43.956000','2016-06-21 15:19:43.956000',5,'Andrew Rohr','https://lh3.googleusercontent.com/a-/AOh14GhvV1iTBiISRLrF5Yurnj5bee7ehPCxZB6pNWgvFQ=c0x00000000-cc-rp','3511292162159714121',41204),('AbFvOqkw0u-L2JkCymutmSZDx4rQc8Z0VZiyLvDzb1xcQ2jUE2RFvq4R5qqpIGPk8X0BjW8_CMCDrg','The Staff took such Great Care of me. I felt Safe. !\nDr. Thomas\nSure Jani\nTech Nanci and\nThe Register Jesus, Were all Patient. most of all they Took action right away . I Wouldn\'t recommend any other place.','2019-03-07 22:49:02.579000','2019-03-07 22:49:02.579000',5,'b s','https://lh4.googleusercontent.com/-9m7KT77Vq0k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3z_Fyf5FcnSm9K5FwyuC1SwqNRg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkw15TrmpvoVTvHdolBWjzwCi5u-dq0AIxjpGb2y11fzIK5JbywWqD_HZ_nRuO6pz4e7_zaww','My husbend got here felling nasea they took him fast .finding out what he has by test.\nThey friendly drs.taking good care of him.','2019-03-06 20:25:06.291000','2019-03-06 20:25:06.291000',5,'rachel lugo','https://lh6.googleusercontent.com/-7ggK4l29SYE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckg1Upo3txyBXzVcocP5ZW3vJj3Kw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38262),('AbFvOqkw1DNcD_bYUWTVH4-3RRSfvIvXMkxi-rp_IkB1DYVyRsv1DYQajZgGMtfKQqqYv_UFlc_rmQ','Dr. Golla, Nurse Jubril and Tammy, Radiologist Sandy, Er tech. Ralph and registration Patty were all so caring and awesome. Great place to visit when u are felling ill.','2019-09-23 12:32:01.561000','2019-09-23 12:32:01.561000',5,'Latangia Walker','https://lh4.googleusercontent.com/-rHcTmkmRiE0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmKnni_K-7PSmrRrWWNLMn57avQPA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36707),('AbFvOqkW2DDQAVuKoaWBFr9yGMO3AGxTzPfWPMdY_2NsPBt4L5EAokHvWvNR2y1oxCVILlZcNsU3gQ','Awesome service from beginning to end. I\'m 13 weeks pregnant came in bleeding the staff proceeded with such urgency. They were able to reassure me I was ok. Nikki is so awesome and sweet she\'s the nurse who attended to me. She helped alleviate my anxiety. Ruby the ultrasound sound tech was extremely interactive in the ultrasound and gave me a reason to be excited. Dr. Nguyen made sure I understood everything that was going on and gave me awesome advice going forward. I\'ll be forever grateful for this awesome team.','2019-05-08 04:44:08.605000','2019-05-08 04:44:08.605000',5,'tori tan','https://lh3.googleusercontent.com/a-/AOh14GgNo2oYs2ByRMBZmZphk_2fjx2HWT6zD943qNXZ=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkw2qom7j_va6MrZk-gUsX6TScgQ_XZl6Pqf_SRzx8Og4TPG2jA9Le_B5yv6-QV7Abzd7GHFQ',NULL,'2020-08-06 17:26:37.412000','2020-08-06 17:26:37.412000',5,'Stormie sampson','https://lh3.googleusercontent.com/a-/AOh14GgoEnSZnGAvsHa4GVvQ077mx1VEugtN8brA1kVo3Q=c0x00000000-cc-rp','16590124370714063921',34207),('AbFvOqkw392Bm0Dt6MBxpOqO2MRwu54RyoGxVD2ZsMAhjF8PAHFF9TU9QxEFQP8Z8-QU74UkOMXb-g','My experience here is always a blast and I love coming thank y’all for all of y’all experience Maya the receptionist was so nice and our nurse Victoria was so kind','2020-01-24 21:56:38.865000','2020-01-24 21:56:38.865000',5,'tyrese simpson','https://lh6.googleusercontent.com/-M9dCNz8z7ng/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl24hLKXT0O3_DQpa2j8-Mt1hKErA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28791),('AbFvOqkw3JZo9yvU7tdlrdlgWt7PdCo8x892uNeBLs5mlltm7V5zrq0U7f4-x5HLA51pBIZU4ZA5hg','Where do I beginning? This facility, the staff, the Dr and Nurses were beyond amazing. They were so caring and polite. Upon my arrival, I was greeted at the front desk and was seen almost immediately. After going to the back, everyone was still so polite and kind, they did everything they could possibly do to make sure I was comfortable. After running test on my they were very informative of everything. I will definitely be returning if needed. Thanks again for all of your help!!','2016-11-14 15:58:03.294000','2016-11-14 15:58:03.294000',5,'andrea phillips','https://lh3.googleusercontent.com/a-/AOh14Gim_OQP95E5GpDBtsJmdw9_B8zI179zqaAshuYDiVA=c0x00000000-cc-rp','17394740196501090048',37269),('AbFvOqkW3k6yc9ERnxamJYggjLdFa_xtPxnCEHypqN6AkO4zwfwrJQeE87XqFe9aOPRlA_PqItfxrQ','Excellent staff. Very polite and best of all quick in and out unlike hospital ER.','2017-01-31 00:50:11.832000','2017-01-31 00:50:11.832000',5,'Manish Thapa','https://lh4.googleusercontent.com/-N6ZIoyGP9WA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnwQU8-Zm7dS4aX8cEr-FzomPzH6Q/c0x00000000-cc-rp-ba3/photo.jpg','17394740196501090048',37223),('AbFvOqkw3KSE3dJD3ZN_x38WC1gPUdyQhs6xOy-34FP8q0KZLxYpVO2frQWhxQLVOB9Y3lWYhQyPug','I had a awesome care. Jessica F Was my nurse and she took great care of me and she’s awesome. Jeremy did and awesome job as well.','2020-03-01 21:39:48.730000','2020-03-01 21:39:48.730000',5,'Kurterrion Miles','https://lh3.googleusercontent.com/a-/AOh14GiwgniQOwc2wQckmTnqOXFC35pkitkbzsCjdgbOVg=c0x00000000-cc-rp','6521947413723274945',41431),('AbFvOqkw3qVTkqfKrvvLI8KrW3_1lP5bTia4nDX_aeBe_oxhQlgEoMz-WeE9zocQLKL1DOMPoSpE','I have been to this location 3 times and every time the care and service is excellent. Today I saw Dr. Edwards, she was great, she had a great personality and knew exactly what to do for me. The wait time was short, the front desk/checkin process was easy. All the nurses Karen and Rachel were very sweet. If you are in need of urgent care and near Hwy 6 you NEED to go here.','2019-04-24 00:23:14.085000','2019-04-24 00:23:14.085000',5,'MzDup','https://lh3.googleusercontent.com/a-/AOh14GiOssEcbt1i5cAp_lPySffo7c9dqWczI0Tyhmvs7Vo=c0x00000000-cc-rp','17394740196501090048',36786),('AbFvOqkW4bcwmZXPMTDe3HaCHDA9OVfmZG-PLAY2shsztXdKgO_JqtPaOudFFs17PAoODUxINL4OZA','The service I received at SignatureCare was fast, friendly, and professional! Deloris and Naomi were friendly and professional. The doctors and nurses were informative and helpful! I would definitely return if needed!','2021-01-13 21:21:37.295000','2021-01-13 21:21:37.295000',5,'Lisa Royster','https://lh6.googleusercontent.com/-xwgRFwaNp0k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckWmHMd6P-8jCd3s6TR1DzML9ltIQ/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44470),('AbFvOqkW4Ufz5UDJ1iIkt1J53ESDFE29e01olmJ7eCKOpwK8FZo_VrdR3z5tqLp4Ufe76f4E-79BaA','Made fast COVID testing easy! Lisa and Marty were great!!','2020-06-12 17:27:35.780000','2020-06-12 17:27:35.780000',5,'Lauren Haley','https://lh4.googleusercontent.com/-XoN7UpkEX2s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclCemWIomGpwU83viBrvbNi0OH8qg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35882),('AbFvOqkW5aWJeBHGSeWHaOLSphLAo68LD8k9UnRr19_Q0E2rTDnS8L_g39AtArI_g3IpRk3cBfylKQ','I had a great experience, The staff is great.','2016-08-21 12:10:52.495000','2016-08-21 12:10:52.495000',5,'Oscar Garcia','https://lh3.googleusercontent.com/a-/AOh14GjmuplGNg4-Cf7w3cgVu576kb9EVl6hSJ82iYET=c0x00000000-cc-rp','14567670160750071148',31202),('AbFvOqkW5DoHLvGy4LjQAzPzXA7plJGYUEpfbbsp44laUajXr7Miz3Yd48HwZDcrrE5Nv2nNYbCH','The nurses and doctors were so attentive to my mom while she was under their care. If I am ever in the area again and needing assistance, I will definitely come back to signature care!','2020-09-05 13:03:57.275000','2020-09-05 13:03:57.275000',5,'Samantha Landeros','https://lh3.googleusercontent.com/a-/AOh14GgpHEIfj1OmTRry_YnshsH6RL1BkLXdRhHzx_d5bQ=c0x00000000-cc-rp','2077061009497551125',38546),('AbFvOqkW5i6vp38cHibC24TBpC_8ZUSvy6gH2UuOBMgQWDQv5aiFJiqa5wUdMnH35Lv3PDIdO6katw','Staff was really nice Alvean and Tricia were super sweet\nNice clean location','2019-05-11 19:03:22.036000','2019-05-11 19:03:22.036000',5,'Nicole Bogdanovich','https://lh6.googleusercontent.com/-rVOZmikQj5M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm2U7Ol-M34Zgo6HduPSEJj3JeVpA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkW61SCHsjonUHm5-CZGIQ_NlPq4-T_B5qlwN6dYjwwQ83fDbgtp_A0YEEi6kZgt9TwzCY3','The staff was very friendly! Melissa did an amazing job with explaining my benefits. Robert H. was very helpful and funny. Dr. Iheme is amazing! Thank you guys!','2019-11-16 02:58:43.756000','2019-11-16 02:58:43.756000',5,'Jasmine Haverly','https://lh3.googleusercontent.com/a-/AOh14Gjlv07Q6UbzCAfOC8bawVoibjvZxfbYDXlp35BJ6A=c0x00000000-cc-rp','16389487648212004696',33742),('AbFvOqkw6fGbM0xgT_-rwY3zZHaH9uMnaHAjnUdLz_M3cCaT7TsjTsJsFu7m03HcXOVWYhoD9Iun','Good experience at least they didn\'t treat my siblings bad,they did the test nice and gentle, the nurse was polite and friendly.','2020-08-05 20:48:34.164000','2020-08-05 20:48:34.164000',4,'Griselda benitez','https://lh3.googleusercontent.com/a-/AOh14GhXL-XHT1ExA_awbXhRv5YB0_zCNQeu_SJexxct-w=c0x00000000-cc-rp-ba3','14904078213800803294',32279),('AbFvOqkW7C6AyRb9Xpa9Od3jJFRJQekHtgA6V9BegRMWI5plNf-4KGjvJfd-23Mfu11B_zTda8Lhag','The staff is very friendly and helpful! Additionally, they will complete COVID-19 rapid testing.','2020-10-13 19:26:02.972000','2020-10-13 19:26:02.972000',5,'Samantha Elliott','https://lh3.googleusercontent.com/-wjKLaGe6ooM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckIzL2eJSpEHhxzwBC83-WRGJUSbw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31507),('AbFvOqkw7Xym46_ogjhGlotj_strGrJg0UpNSnX6Slh-4KSK6JXyETtLeDjzg7dUF4Qa_xiBbwWUYQ','Great friendly neighborhood Care Center. I highly recommend this location for anyone who is looking for a quick urgent visit.','2019-07-15 00:55:15.669000','2019-07-15 00:55:15.669000',5,'Janny Briceno','https://lh6.googleusercontent.com/-Pha2GmxOBgo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclf3rJ13RujHXc_C9FEtBvhpMsT5Q/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30495),('AbFvOqkw8RQ9PZrB5fta4tpBEkNwmaqLFk6_B0PXq3Z0U5YJpugPA_2S0c9g_kMSgdkcgdGgfLT-','Kudos to Lucus & Alaina. They were so nice and professional !! Will definitely recommend this place to all my friends and family.','2020-12-17 21:05:02.054000','2020-12-17 21:05:02.054000',5,'Lenore Keelin','https://lh5.googleusercontent.com/-l7l3706yu94/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmKXeJoVpXiNrVN5emC736ZpGzdyQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44671),('AbFvOqkW9ev9ywNu29dKI5lmkDY7L4j0BHqaOWSPMuLFriSjLs0LzRQTc28Zo3bFrrGmLoCe2CcdyQ','Great place! Really enjoyed Caitlin Pettit and Danny for there fast and friendly service, made the experience really nice.','2020-11-13 01:47:56.807000','2020-11-13 01:47:56.807000',5,'Charlie Allen','https://lh6.googleusercontent.com/-MLFIMkWY7l0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmIz_RqgTkWqkZi3kXEbi3H81zbaQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41835),('AbFvOqkw9N8Ign0pBr5jGNA17lQXi6t92fyv4k17gyP_c50lxIQkb2fLBofUd4_aSVdulpLAJwND7g',NULL,'2019-06-25 00:14:12.320000','2019-06-25 00:14:12.320000',5,'Mouhammed Ouwaida','https://lh4.googleusercontent.com/-zYLNBd9YhbI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmz9LNSUBHbDd1mUC8hIap-A1E3JQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34802),('AbFvOqkWa8j3v7cUE6J3hABcYBC65EGyNWh9dCSsUmyv3mtzjcLOqML3VzYGTc7o14wqcFpgbMsGSA','Friendly staff!','2018-07-30 04:48:13.995000','2018-07-30 04:48:13.995000',5,'Zachary Stern','https://lh6.googleusercontent.com/-UFmjSEWRBeE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucllBYYPhlISxR5Nv6R-ABcdHvc0gw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40914),('AbFvOqkwALOWnSbO3_OCTS-8ai-7vyrfi7seueBAPwR29r4S6A1cIt6NarcGmu9dzqi_dee5SaSEUw','Extremely friendly staff! Very understanding with officiant and quick workings! The place is also very clean and still looks brand new! 10/10 recommend.','2019-01-29 23:28:40.390000','2019-01-29 23:28:40.390000',5,'Leacy M','https://lh3.googleusercontent.com/a-/AOh14GjtFtbDQHjkxIc2OA_5_FRfAgtCM5t-IlePyd-6yg=c0x00000000-cc-rp','3511292162159714121',40677),('AbFvOqkwAwYceXq36j98zcM_UK5kn-cKnlVPOTl5F_6TvsGHcGyXhPb-YHBFzvX4McGBBnZPNd3JuQ',NULL,'2020-10-17 22:38:02.320000','2020-10-17 22:38:02.320000',5,'Oscar Stephenson','https://lh3.googleusercontent.com/-fvhHPjTfLos/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckcQQCim9D80U2Frl6gcigzp5X2WQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39469),('AbFvOqkWAzDbtnsCC1RgkARNp6YhDjjkvAegY80V3z1erN1b-hDR6uG-fGbnxExc7A3L3emQmwIGLQ','Very good experience. Always asked if I need anything to make me comfortable, asked me if I wanted snack or drinks, and gave me a warm blankets. If you’re near by I would definitely come here!','2020-01-23 21:59:07.979000','2020-01-23 21:59:07.979000',5,'Kayla White','https://lh3.googleusercontent.com/a-/AOh14GhTxpra161SlHyNoXRzH4Tpv7gndwQt8B84fZuWkA=c0x00000000-cc-rp','17898197009688164559',37735),('AbFvOqkwb_ItiiPUS914hjBwcTEF9CM567J2GDpmFuzxWXFyzhoTK-QWhwRF6DPC7i17yCIsuxX31w','Very nice and helpful. Rebecca V. Helped us and was really great.','2019-10-19 08:32:48.683000','2019-10-19 08:32:48.683000',5,'Will Gretzinger','https://lh3.googleusercontent.com/-Y7twWbUoJqY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucngx7VO6t_Wp40MoPnISxqqWBjp6w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34605),('AbFvOqkwBdTbDpZHhY1fY4C6QNwgrnJuFndxA24UgCK5-213pB0T8cT3BvKF1EnUF4KYpOd3kT9HjA',NULL,'2017-10-16 12:42:27.642000','2017-10-16 12:42:27.642000',5,'Athena Cashiola','https://lh4.googleusercontent.com/-tHGwSqIOFMo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclzxLV5FQiGOojdiWhl2P4PcaNHEg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32643),('AbFvOqkWBjuUij5kwj94953KllcTtZ_veD02ewGOn9Sm-d-w3g9xmofpPn6vJZErBQVjn6lNOrfuaw','I love Signature Care ER. Today we saw Josh & Jennifer. They are always so kind and friendly its our go to place for when we can\'t be seen at our PCP.','2021-01-23 15:04:24.515000','2021-01-23 15:04:24.515000',5,'Kelcey Caletka','https://lh4.googleusercontent.com/-UiqnjL4r6lo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclqUkovx5npHjSobn3CD3F0h7KeeQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44601),('AbFvOqkWCJP4QzwX8HcjUkJYzBZecvAvdUuBjrOFImcNzfoAEYoWMvJEhIZQOjUWnvdBpkGtQbMZ0A',NULL,'2017-06-05 15:23:31.427000','2017-06-05 15:23:31.427000',5,'adan cisneros','https://lh3.googleusercontent.com/a-/AOh14Gin2JKxvtr9SEEHvTNBSGuGpR4rs9I0LVbggMm0MA=c0x00000000-cc-rp','17394740196501090048',37143),('AbFvOqkWcm8RB7eaNLJulwHwQ8_ad4Zc4gP2y97_JssMFOJA6XS7_XFH8-R4t4kpzFdz4kbIvQ45FQ',NULL,'2016-07-21 00:46:32.971000','2016-07-21 00:46:32.971000',5,'Megan Bebee','https://lh3.googleusercontent.com/a-/AOh14Gjnl4hnHlwVl5bOcKvCqAaoTXvDCl_WSRarErxU2w=c0x00000000-cc-rp','14567670160750071148',31218),('AbFvOqkWCmvhj0Cb22O55hoOU50awNRBJl7-I3UmEko1G96Y85z4pkYVCCTEldiS1Y-qxKvT8N_RVA','Can\'t say enough good things about Dr. Haynes and the staff at SignatureCare. I got in quickly and had EKG and bloodwork completed in less than 2 hours. Highly recommend!','2021-01-13 14:05:37.322000','2021-01-13 14:05:37.322000',5,'Greg Rossi','https://lh3.googleusercontent.com/a-/AOh14GgVjBIgpblgX15wAGkHbFfU60MD0-G6V_WTG6wz=c0x00000000-cc-rp','14748677429039074158',44445),('AbFvOqkWCof7RqJ35LOvcONJ2qraSiDM0BLnONsiIbvRSsI3yN6gGV-h5pbdc6Ww4KHM-RTx-R1aVg','Dr. Das one of the best doctors I have ever had. Came in for a kidney stone. He helped me organize last minute surgery with a Frisco hospital. He provide me with outstanding advise and helped me through the pain of my stone. When I first came in I was kicking and screaming out of pain while throwing up and thanks to nurse Dana she was able to stick me one time and nail a vain even with me dehydrated. I couldn’t ask for better care nor do I think I could have gotten better care in any hospital. Thankful it was not just these two outstanding Healthcare providers but the staff was just as amazing too. In any emergency this is the place I am coming too.','2020-12-23 01:10:54.086000','2020-12-23 01:10:54.086000',5,'Braden Montgomery','https://lh5.googleusercontent.com/-sPY6iW2T6M4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZKxCQ-18yVbKGIlrDMWVZBVtzAw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',43725),('AbFvOqkWDiEMDGF83r1vdyHbBFxHE7Oy5GFziq1hXjtwRQrjE_EFK3BDTcaEFrG59uvR685SwK95fg','Thank you so much for the quick care! Remington the nurse, Becca W. The tech, Stephanie with radiology, and Dr. estevez all worked together to get the care needed. Thank you Rayven for getting the registration process completed easily and quickly','2019-06-21 23:32:25.329000','2019-06-21 23:32:25.329000',5,'Maxim Morris','https://lh3.googleusercontent.com/a-/AOh14Gjuufp3gyFNInBKhgOwV9g0eibik7XElQ8GwgH2=c0x00000000-cc-rp','16590124370714063921',34806),('AbFvOqkWdjRVD3SHnF7PJo0gRTmVCiTRENhu05c9e-gjWgAB4QcqXh2nqQJV1sJT7v9xxkLgS-Mh9g','Had a great experience Teresa M. Was polite and gentle.100%','2020-07-16 20:04:42.995000','2020-07-16 20:04:42.995000',5,'Anthony Subia','https://lh3.googleusercontent.com/a-/AOh14Gjo5_Du7z0_8mIWMB8-xk9C5y4vOurjVWiUKFUYuQ=c0x00000000-cc-rp-ba3','6521947413723274945',41365),('AbFvOqkwe0PLQNebaU-KGzkrDvF-1C84ul_psebxM1nOoVAksyg0rcVf3a5PXX83lv0_XmcRfJuyKw','Took my son here to be tested for Covid. One of the few places that had the rapid testing and actually had appointments available. The wait wasn\'t bad about as expected. Was in and out in little over an hour. Experience was pleasant just hope the bill is as well!! However happy they could help us diagnose him quickly.','2020-07-25 01:58:11.931000','2020-07-25 01:58:11.931000',4,'Susan Vasquez','https://lh3.googleusercontent.com/a-/AOh14GitLTGLDDZc-_UQM8ceDJGpZFS6HGdakftK2kU-jQ=c0x00000000-cc-rp','14748677429039074158',31870),('AbFvOqkWeMNITaRJeD2vdpI2fv6LrOIE-zNHTuRd9vSRnqOQUpEkRZ3D-0EW-9N7IlDpkilTAw5fkQ','Jordan and Alvean were great! Good place, very fast and professional','2020-10-21 21:15:29.544000','2020-10-21 21:15:29.544000',5,'rafael sanchez','https://lh5.googleusercontent.com/-NNKxTlATs6M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmlUIWofUBdVOn-1QY-8fwqp3a7ZA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33114),('AbFvOqkwenkKoMu_ITXG3uJ-FEueEKrfREYy0Gs8QqEhYb-PQMfSrRmJ_sDL0BxgE0tHaYLjy9t2ZA','As I walked in the staff was so concerning and well welcoming. The process for getting attended by a doctor was very fast. They take care of the patient very well, showing concern for their troubles. 10/10 would recommend!','2019-08-14 13:17:29.934000','2019-08-14 13:17:29.934000',5,'Toni Zelaya','https://lh5.googleusercontent.com/-l05MqZIClLk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn3sgl4V9tOuswsLQ0C-_PujulzVQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39279),('AbFvOqkWENO2a58oAPI0rXqoHu98dzLvcK6Nclyjbx0uGDmEegA97zUeLo23KYhfKJilk_Bz5RfGPg','I came to the Signature Care facility in College Station with my roommate. The staff member, Rebecca V., at the front entrance, got us in and registered super quickly. The facility itself had a comfortable and clean and they even had snacks for us while we were waiting. They got my roommate in and out really quickly as well. All in all it was a very helpful place','2019-10-12 01:20:45.664000','2019-10-12 01:20:45.664000',5,'Moriah Withem','https://lh4.googleusercontent.com/-DMWb7jhwpco/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnyW6GroolOuVYDQeDN0Oug8nuJdQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34622),('AbFvOqkWEqOgwgKIO4SoIB4bPEF4WD4xM8xu-oQQZ8VLj6pblswTmopSN_QIJxSeI1vJi6mWf5ab','I was given the utmost professional care. Fast working as we were concerned my situation may have been quite serious. Fortunately it was not but they didn\'t stop until they were sure. Even have \"hospital rooms\" which I was moved to for more comfortable long term care and observation. Would highly recommended to anyone especially if you don\'t want to spend countless hours waiting in pain just to be seen at a traditional hospital.','2020-02-08 17:01:48.116000','2020-02-08 17:01:48.116000',5,'Susan Brune','https://lh3.googleusercontent.com/-6-vnY2PAvVY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck2E_8lVCLmYnI14b2WDGPntJCYFQ/c0x00000000-cc-rp-ba4/photo.jpg','12541597562633926366',28741),('AbFvOqkwerQGYswqILUggks64_fhjTWMGLM_XzWKPH5l90nxMQuWO4Y6_6uhStQAPyREcwKFjBSg','This 24 hour ER clinic is an idea that needed to happen. Many of us have spent countless hours waiting in a hospital ER with a loved one and this is a hundred times more effective. I showed up with slight chest pain on my birthday to Immaculate, beautiful surroundings, and a gracious and efficient staff. They kept me overnight to monitor and I was given an overnight kit complete with soaps and toothbrush and even the softest robe in America which I will wear now at home. The staff even raided the marketing department and came in my room with gifts like a T-shirt and water bottle and candy and sang me happy birthday! Such a positive experience.','2020-09-08 13:34:44.340000','2020-09-08 13:34:44.340000',5,'Daphne King','https://lh3.googleusercontent.com/a-/AOh14GiQeGOlYE8xYrgEVgbG_004LjGKKK7toGQoljZm=c0x00000000-cc-rp','3272657195432704501',39529),('AbFvOqkwFPkxI1wt3LlVn13ornTjcAZBO4caszhgdUxAJqT-7YTn1tX758WuoFC_4L3hKmDnYUj9iw','My experience in this emergency room was the most seamless medical-related experience of my life. And though I hope no one finds themselves with an injury in need of immediate medical attention, if you’re reading this review then ā€œpreventionā€ is only a word in the dictionary. My 2am Sunday morning visit was a breeze; the team of Gabriel, Lingan, Townesend, and Earl could not have made things smoother. No sooner after filling out a few easy forms were we brought to the back, evaluated, and provided immediate care. The ailment at hand in this case was relatively minor, but I have full confidence these folks can handle nearly anything. Not only are they the most competent medical staff with whom I’ve ever interacted, they also deserve the award for ā€œfriendliest.ā€ We felt like real human beings (dare I say paying customers?) while we were in the building - a stark contrast to being shuffled around like branded cattle in your community big box hospital. It’s hard to put a price on all these great qualities, but SignatureCare does, and it’s much more affordable than any medical invoice you’ve ever paid in the past. I’m not considering dislocating any bones or contracting any cool new diseases to justify a return trip, but if bad luck strikes again you can bet your last dollar that I’ll be back.','2019-10-20 15:24:33.697000','2019-10-20 15:24:33.697000',5,'Phil Gorman','https://lh3.googleusercontent.com/a-/AOh14Gj5y5J3CYiOniJk1V9khwRSRo7LDYmpGaft7VEa-g=c0x00000000-cc-rp','16891069708558046635',36106),('AbFvOqkWFuBlxWmSCAD_n7_ZjOrbbWvn_3R8eDvdNtAnFLTp24y_aR9EiqIKqWvOl0-hMe6_dBTN','Fast service - Very friendly\nSita was sweet\nKristina and Lisa were fantastic\nDr.Diaz was very receptive\nAllison, Andrew, and Leah were great too!','2019-11-27 06:39:52.849000','2019-11-27 06:39:52.849000',5,'Jodi Sprinkle','https://lh3.googleusercontent.com/-523jEs-eTi8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnjEWelPLGTM2hCPLTQXurs1dXX1Q/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29559),('AbFvOqkwFxFQvvbtHG2WMas0OhlbGjMkqU0Mks8p0VRCAo03_2GmnMdxEp1vpQQudj9mChm14Mzckg','The check in process was easy and the people were very professional. April the LVN was very professional and outstanding!\n\nJames F Clayborne','2020-12-08 23:36:09.616000','2020-12-08 23:36:09.616000',5,'James Clayborne','https://lh4.googleusercontent.com/-B3CcZBNPkIQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjcSFL6NJAG0NBUT1EXAjdMA99gw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31286),('AbFvOqkwG_RUhUsSoXyPehaLGNrnEq0STtUcnpq1cIQ5DS-dfybylauHZUFAmI62O_Gkb2DVfonWJQ','The entire staff were very attentive and caring.','2018-06-19 13:15:48.761000','2018-06-19 13:15:48.761000',5,'Paulette Smith','https://lh3.googleusercontent.com/a-/AOh14GhCuVp8Ga0ii4vSjowKg1Tgme8CRpu7Elp3Qn0AM30=c0x00000000-cc-rp','14904078213800803294',32573),('AbFvOqkWG7yfqbDDBmqwxwYvlwPiUEjj_Yiz_sT5oUVe37dEO_1EvnQ_Y29_7aLpEdfuH3RZN_MTVQ','Alvean A and Patricia C were awesome. Not having to wait was wonderful!','2020-01-02 20:22:32.570000','2020-01-02 20:22:32.570000',5,'Fallon Smith','https://lh4.googleusercontent.com/-pgtruWiABfc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmD6_XtVbUJvhX2hz1pcCSYaJJB5g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33550),('AbFvOqkwgc8RhrXx4vD_bcTZ1Z7YYyKhpVcbLW_7p2K3M9B6alAxg1ps6MFFppPXO2DP0ZoeKeYwMg','(Translated by Google) Despite the fact that I had to wait longer than I had estimated, the attention was kind and respectful. Thank you\n\n(Original)\nA pesar de que tuve que esperar mĆ”s e lo que tenia estimado, la atención fue amable y respetuosa. Gracias','2020-07-06 04:08:50.908000','2020-07-06 04:08:50.908000',5,'Dra Judimar Sosa Torres','https://lh3.googleusercontent.com/a-/AOh14Gib2MRMWXL8bEURaUppDZbJ7OtN0S0W2xCQSWIIJdQ=c0x00000000-cc-rp','12541597562633926366',28613),('AbFvOqkWh9nqBv2sMoK0tqKNRn_5SUTpovwlhjEnO7ecF9vvZy7A9hwwF3MY0P-9qwpfwx-aga89','I can not say enough good things bout Signature Care in Pflugerville. I came in with abdominal pain. And I was immediately greeted by a sweet women sitting at the front desk. ( sorry I can\'t remember her name) I waited bout 5 minutes and then I was called back to room. The hospital was clean and staff went beyond on taking precautions for Covid. My dr was in my room in less than 2 minutes. Dr Mauldin listened to all my concerns and questions. He didn\'t just rush in and out like other hospital. He actually cared. My techs Brenda and Sam was so caring and made sure I was comfortable. They got me warm blankets and checked on me frequently. My nurses Calli and Cody were amazing. They listened and if I wasn\'t comfortable they contacted the doctor to make me comfortable. They provide drinks and snacks after you get clearance from the doctor of course. I had a reaction to one of my meds and they all rushed in to make sure I was ok. And checked on me every 5 min til they knew I was ok. This Emergency room is amazing. I wished I could give ten stars... Also, I was self pay and they worked out a payment arrangement that fit me... Thanks again SC ER! Y\'all are the bomb....!','2020-09-20 20:07:57.161000','2020-09-20 20:07:57.161000',5,'Tanya Pierce','https://lh5.googleusercontent.com/-pN4kau-Nfww/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnYW306d4XG_kLJQns9K8oyT6PLBA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38524),('AbFvOqkWHr0zNW6f7y6ZaeZMCw1B-Pru7QtO_8H63HyXjtGg7xGkKpzastoqMJLgeF4XeLwjgbwxUw','Nurse Andrew\nTech shay\nRad tech Lonnie\nRegistration Thanh\nWhere of great help for me felt comforting as soon as I walked in!','2019-12-01 14:26:21.354000','2019-12-01 14:26:21.354000',5,'Musikwerks Entertainment-Group','https://lh3.googleusercontent.com/a-/AOh14GirIsrPGBX5AUtyU05WvB_0BKwgQQRqbB8ih85vWok=c0x00000000-cc-rp','8918455867446117794',43169),('AbFvOqkwhydxY08jQomq_abUxhBG6Bas3ayfkNvcIUjwPjcudrsdXaSEyoIDsJohqXuoL_wSEoQc8A','Helpful, friendly, and patient! That’s exactly what they are. Thank you Mollie, you were amazing!','2020-12-15 01:16:28.868000','2020-12-15 01:16:28.868000',5,'Brianna Black','https://lh4.googleusercontent.com/-fCNlp9xrcK8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnfUm77OngWp_KzBDOUJ1lok5wLJQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39406),('AbFvOqkwI9UCl6ZJkXmjXtM0gsCuLaW4HW27qqvwcNVI2UQje1iWIgsvT84NAUHfgkDxkozb-g0dQw','Signature care really did take care of me. Jorge the register nurse was helpful, Adam the nurse was super gentle and listened. Janet was as well, dr reuuauf helped my symptoms right away. I came in for an ear ache. Very happy with the services all around.','2020-12-02 14:02:53.569000','2020-12-02 14:02:53.569000',5,'Mar Tee','https://lh3.googleusercontent.com/a-/AOh14Gh2HhVMzhCm955p05h8L60sZqGelcjyapYd87a0MQ=c0x00000000-cc-rp','17394740196501090048',36506),('AbFvOqkwIh_RQJLIjzW98T4ot97uKHKojAVpzo3CZfytj6AhVebUZQ2NZSUs9dH0E4RJTwc0-oV63w','Adam was super friendly and made me very comfortable.','2019-11-16 00:55:26.448000','2019-11-16 00:55:26.448000',5,'Lincoln Kauffman','https://lh6.googleusercontent.com/-_WaIGTo7b_c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckcOTs1lXw0RI-qGSy3_wtkYkKx3g/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36080),('AbFvOqkwivRwiEDr5o-TXAucNfSeXmc5q6wzLw-Yec6eNCQkgiZJOcCG0isy1t3ibuTQuztg1PSCOA','This place is great, I was seen as soon as I walked in, they started taking care of me straight away they let me fill out forms at the end. The nurse, doctor were great, they gave me Gatorade and snacks after my shot made me dizzy. I would go again if I needed to','2017-08-04 20:58:27.839000','2017-08-04 20:58:27.839000',5,'Chantelle Boyd','https://lh4.googleusercontent.com/-MzbLkZvYfjc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnzQigyKjO5eZLe1lxR3Yhq0bZrVA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42767),('AbFvOqkwJGL5zBWJYpV4fBWoJv2V9uRnHFOsuzZ35AGSZg756tJ3yyTXRKG2CpfYY39L8rzyGLv-_w','Mercy was the receptionist when I came in, and she and my nurses and the doctor were all so helpful! I had multiple concerns and all of them were addressed in a timely and caring manner, with all my questions answered. Highly recommend!','2017-04-20 13:06:24.270000','2017-04-20 13:06:24.270000',5,'McKenzie Watson-Fore','https://lh3.googleusercontent.com/a-/AOh14GiuFS4IZWq0YhR5xF_phkwp_XeHecBGz6wGZg2cjg=c0x00000000-cc-rp','3511292162159714121',41067),('AbFvOqkWJOTW-4YbffJ1iLOttVwdHTZ_iM6T0LuB_qXyknbnNmGEEQtycFPNWH47RjDNj9gF5WodgQ','GREAT EXPERIENCE VERY WELCOMING','2019-06-12 15:22:45.044000','2019-06-12 15:22:45.044000',5,'Rolaz Cutz','https://lh3.googleusercontent.com/a-/AOh14GimhWrmRD2JNBDykeOLTDKCkpfh_aEPQ2TNvqYMZA=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkWjrAge3ynQ5ekc_LZDCtdKJR4hArUBfw6OPvsHqtCFKcgNXEduy6XVCOHzJ0rK7UpYtY7','Wonderful experience, very fast and welcoming. Jessica S took care of me at the front','2020-02-14 16:05:32.157000','2020-02-14 16:05:32.157000',5,'Maria Parga','https://lh4.googleusercontent.com/-Ljws7r3xIeQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucly5yQh8YT0iekJ54cxBqUev2-ZTA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41479),('AbFvOqkwjTUu1yzzr6INIQ3a-QDOxJwhz4ui5Ti9mYF_PW42PozGknnPrZonbpag5a2bHOE2qISi','Amazing ER facility! My daughter hit her nose and we were in and out in probably 15 minutes at most! The receptionist, Lorena T was so sweet and was working so quickly to get us checked in! Nurse, Brad S/ Remmington was so caring and helpful and Doctor Harjai came in right after and explained everything we needed and let us know exactly what we need to do for our daughter to get her feeling better. That was the BEST doctors visit we have ever had, I would reccomend them to anyone and everyone! Thank you all for being helpful and caring for us, we appreciate it more than you know!','2019-08-04 22:51:13.038000','2019-08-04 22:51:13.038000',5,'Samantha Griffin','https://lh3.googleusercontent.com/a-/AOh14GiXpqaXbsjzm1bHK7xLpEAwWQYpzAdKw9nV2O9F9w=c0x00000000-cc-rp','16590124370714063921',34736),('AbFvOqkWk1qgqMnGsINJDQeDWuBDhLzmcg_wgkmf57llpTrC0lm8H-ZdAZywd5CvIQ1NFgxfTW5Q9g','Thanks to everyone for their care. Thanks to Tanishia and Susan for your great help. Dr Pham you’re great!','2019-11-06 04:52:47.288000','2019-11-06 04:52:47.288000',5,'Sherry Myles','https://lh3.googleusercontent.com/a-/AOh14Gjl7FvRv_9GB1AALRzuFmc5VBwDc3s_IhU0oK8JyA=c0x00000000-cc-rp','17898197009688164559',37909),('AbFvOqkWKaVPB96HnIj_oLlSRO6Up5aIeqhSBzMkJK3sd3dhocaFp5JSNZzplD1664rbusnPAdb0','Staff was really friendly and professional. Took my wife to get tested for covid, got her results in less than 20 minutes!\nAwesome!!!','2020-09-18 01:10:54.172000','2020-09-18 01:10:54.172000',5,'eduardo lopez','https://lh3.googleusercontent.com/-WlvqX5Y1VFE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmlTMzV-6qdy91og5ztHaFP4LCypA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38533),('AbFvOqkwL-H_G-Z_NHTlPGSNdfXD-924RxKnPD6yrbMz_EcBXSv7drcaDVwafNK_-crCQjT1bphVVw','It was an unexpected trip but I’m so thankful for the friendly and caring staff. I was cared for by a very attentive and knowledgeable staff. I would\nrecommend SignatureCare Emergency Center-Memorial City to anyone who has an emergency.','2018-03-06 10:09:41.961000','2018-03-06 10:09:41.961000',5,'Yulonda Thomas-Lester','https://lh3.googleusercontent.com/a-/AOh14Ggwvj5tvpMScoulEs7_c3BIbgbJtqlwG8wPzRb6=c0x00000000-cc-rp','14904078213800803294',32601),('AbFvOqkWlhTCxUt9gpCXB9BvFmy5w75_3OcN2WS_NBRDc89s5vf2ygbZLzXSBaFW2TXG4LSh0b18-Q','The staff are great. Very attentive and they actually care about their patience','2018-11-28 19:53:08.750000','2018-11-28 19:53:08.750000',5,'Patrice PDupree','https://lh4.googleusercontent.com/-1fWroKdNwe8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucllOIvmqzH6M7R-wubsgG1Za6EvFQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29180),('AbFvOqkWLiE24754JXTS6z50nOsHKZrYjTrbGNMH_SfM7rYNpdN3KqjllG-Fx9l9pD_Ft1hOQEHncw','Staff was friendly and did a great job of making me feel safe on my visit. They did a great job of explaining everything that was happening as far as tests and treatments they were giving me. They also gave me some very useful information regarding what they found. They also did a great job of listening to me and my concerns.','2020-07-20 13:37:29.509000','2020-07-20 13:37:29.509000',5,'Michael Ramirez','https://lh4.googleusercontent.com/-dQpt1SWhGI8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl5JPlNCopQlxoSCNnNXQywBMygsA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31945),('AbFvOqkwlk1ls6tcGFxoeUt6G7-vaYAqDb-MryDKmWL_HHLMVek5uH5_ElaU97zXs_h2qIxFQTdP','Had an amazing experience! Super quick and friendly service. Dr. Hall was very understanding regarding my situation. Place makes you feel comfortable and they make sure to take care of you. Front desk mrs. Tanisha W. Was the sweetest, great customer service! She answered all my questions and showed that she truly did care. All staff members made me feel cared for! I recommend this place to all people!','2019-03-23 01:54:58.076000','2019-03-23 01:54:58.076000',5,'Chari vlogs','https://lh3.googleusercontent.com/a-/AOh14GjUkImxfUupmlafWVPLLLWEkQkiMHpFp1yxuE3OyA=c0x00000000-cc-rp-ba2','17898197009688164559',38240),('AbFvOqkwlvclVdabPuPYUk0MU3NsEIPprSnNjMvCPF-gTma9ijQWcdzXHT6vbFDIwRK0wPyYmFGl4A',NULL,'2020-06-18 06:30:21.422000','2020-06-18 06:30:21.422000',1,'ron Khalighi','https://lh3.googleusercontent.com/a-/AOh14GjgjhsxDVYuuLGrFhzXMg_5EKqKwbTIu55nmYJd=c0x00000000-cc-rp','17394740196501090048',36582),('AbFvOqkWmsJ9-PEeigZqW04HBMdSpybWJ2GlP0VjEDNcGPnxdzhaL9kEljdj5rtzC6UBQka-LIWYQw','Mercy, Diana, Kristina, and Dr boester was AWESOME!!! I love the staff and the facility as well. Everyone was so nice and helpful. Explained every\nI throughly. I loved it and will definitely come back','2021-01-26 20:09:05.387000','2021-01-26 20:09:05.387000',5,'Atasjena Dorsey','https://lh4.googleusercontent.com/-h9kyip5hmv4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclbIJTFXpJtxGGPhh52FDRyLjqy2w/c0x00000000-cc-rp/photo.jpg','12541597562633926366',44387),('AbFvOqkwmy-tqOT-7PjoT7fBc7c3AjW6dQuD80Ogk-q_odH47lTpVW0sPilyg7z9FlWF_nuO9CdqYA','Awesome place!! Dr. Wang and his staff are awesome!! Very quick and caring!','2019-05-21 23:39:58.352000','2019-05-21 23:39:58.352000',5,'Dori Clapp','https://lh3.googleusercontent.com/a-/AOh14Gh_p6D7J5nGVMJwKsJh5wS8F73IABY6hm2J7MZ8eQ=c0x00000000-cc-rp','6521947413723274945',41724),('AbFvOqkwNGr9mFHrT_qjenbqrs_N-71z9-lfXDRbRWQeE0YxchZReTC_rV9VgE-DYpvlRWfENbz-',NULL,'2017-05-07 22:30:18.217000','2017-05-07 22:30:18.217000',4,'Carlos Parada','https://lh4.googleusercontent.com/-XyyNXrSrs5g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclPjG8ELcAovkRoJdgpx6MaZh27eg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37163),('AbFvOqkwo1EAbevd2O0hdlTk49U1BxDFtwVGNlLFAunKmjLOjXn0DmZwOHpLqHrWnGn3Ze7CZBTv','Madeleine r','2020-10-17 16:14:28.247000','2020-10-17 16:14:28.247000',5,'Nandani Adhyapak','https://lh3.googleusercontent.com/-Uq4igZm-epM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclq1IJc7PjeuLd1pLiAbv6miWiKTA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40161),('AbFvOqkWo9ml-5jc50OmJ61BAkoEc1PVxOxMwoXz9Qq0lqtEZt-FQnJVFKyhST8bW2475WWT-ebSZw','As of 6/25/2020 THEY ARE NOT ACCEPTING WALK-IN COVID TESTING!!\nI understand everyone is trying their best and this is an unprecedented stressful time. However, they could AT LEAST update their website for those (like myself) driving in from out of town!\nAfter being told I needed an appointment.. I spoke to a SignatureCare representative over the phone and was told I could ā€œwait without an appointment in the event someone cancelled.ā€ I went back to the check-in spot and was told that wasn’t possible.\nThere is some obvious miscommunication between corporate and the Pflugerville location.','2020-06-26 01:25:48.734000','2020-06-26 01:25:48.734000',3,'Meredith McGee','https://lh3.googleusercontent.com/a-/AOh14GiGSXoPt0sPgqNtLXMOTvJBYUfacwmJfzi7VxKxKw=c0x00000000-cc-rp','2077061009497551125',38809),('AbFvOqkwOAOo1TlMgvsI_6V4A0C_vjfcTh7cFSWzs3YlvGxZkg2TuOYIgbEZwUp5FR3SEXVMpCXiig',NULL,'2020-07-16 03:36:06.592000','2020-07-16 03:36:06.592000',5,'Nalu Lu','https://lh5.googleusercontent.com/-8D85rlgMsBI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnnNadbk4H-iD3ZBTdeo7C2XBivng/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36552),('AbFvOqkwOBjt3eQtTeH8Su6ZS1MphDbu8cF7EjHMOXclUCtxF9L-FxdkDSUN88PPQQJk1u6os5wxKg','I was seen in a very timely manner. From waiting room to exam room in 10 mins cause it wasn’t packed. I was in pain so this helped. Staff was great.. Front desk was friendly, nurses & X-ray tech were knowledgeable & easy going. Everything was explained before any actions were taken. They are following Covid guidelines and take precautions seriously. Even down to the use of pens. It’s yours once you use it. No recycling the potentially infected pen.','2020-09-23 18:14:16.858000','2020-09-23 18:14:16.858000',5,'Chris D','https://lh4.googleusercontent.com/-1nWZi_FlM2A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmlzwSbnfItaWsWj3K-W79rClWlVQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30105),('AbFvOqkWOhAjCrSgiuLd_rmEFaPgsl-NQXvgt2Hoz07hcGTSclQtF8FuJ6JlY1NXY7kitRiNwRmD','You would love the treatment and how fast they have you are in and out ! The front desks are extremely nice ! Alvean, Jocelyn and Dr Smith are awesome','2019-06-07 18:56:38.510000','2019-06-07 18:56:38.510000',5,'Gavin Ken','https://lh3.googleusercontent.com/-pcIedD3fOqQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckPMkFFUGuYqrJqfN0pqNKQTuyVVg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkWOYA-WtZQZerz0_CYbB_zNGVZI7-QI-ewvg_vYTsvIV9-z_Q4ab_HhctR5BSaftAqP9MfZQ','This place is a God send for anyone without insurance. I had to get a CT scan and they only charged me $500 for the visit, prescription, and CT scan. Any other place literally would have charged me $5000+. On top of that they were super quick and friendly. Can\'t recommend high enough!','2019-09-19 21:40:49.868000','2019-09-19 21:40:49.868000',5,'Sergil Rahmtulla','https://lh3.googleusercontent.com/a-/AOh14GgOmJa_jE24GnwNmWoLi0h-xm_vysedmbjdqNQbqw=c0x00000000-cc-rp-ba3','17394740196501090048',36708),('AbFvOqkwp0_Dz0IDplbFDNHvfGja0cGBpOCYEcYLBCHDxuxSjWEKqXcdmm0IbCB7u1NDEqK4uKXj','I have been to this facility multiple times for different issues and the staff is amazing. I was there the other day and had nurses Jessica and Colton, who were the best. They made me feel so comfortable and had no issues with my questions or concerns. They really listened to me and wanted to help me in whatever way possible.\n\nAlso, the radiology tech Dion is the SWEETEST! I love whenever he is working because of how personable he is. He does his absolute best to make you comfortable and talk to you.\n\nDefinitely the best ER center equipped to handle your needs.','2018-05-07 22:14:25.087000','2018-05-07 22:14:25.087000',5,'Andro Haerther','https://lh3.googleusercontent.com/-tluFvFb6mB8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucksg8HPIo9BnAXGHKvcP_BgBFqJ6w/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40939),('AbFvOqkWPC-UOVfX0HG6Zm-ELiTelJ1-iacMcOjFE6EN7CDxzv-7EiF1cRxgCvPrrwXceVp-JEutHQ','Great service and good response from staff. The technician Aldean was very professional and thorough.','2020-12-26 20:39:36.972000','2020-12-26 20:39:36.972000',4,'Virgie Carter','https://lh3.googleusercontent.com/a-/AOh14Gj5rKcMVehpaekcI9zXVHUtPvRRSjEziQZ6kJEzcg=c0x00000000-cc-rp','16389487648212004696',43881),('AbFvOqkwPJRAihO1kc43iL_kjYkCPaXipojC8cvitVcYm5LkOE4ePsHEZb4gNejKmDoXAPq9hh_bag','Great experience, staff was always very attentive and professional.','2020-11-06 15:38:25.392000','2020-11-06 15:38:25.392000',5,'Laura David','https://lh3.googleusercontent.com/-B58jVV6WgGc/AAAAAAAAAAI/AAAAAAAAAGs/AMZuuckIf6txmXU0Do-8cihVJvAVzui4YA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31404),('AbFvOqkwPqLkp9kANFZqnb5R_8ZEiWZti85YfvjaafIG72248VToRAiDyfRr-XCGpDiS7jLsR97wnQ','great experience here! everyone was so helpful and took great care of me. very quick too.','2019-12-22 21:29:23.601000','2019-12-22 21:29:23.601000',5,'Robyn Morrow','https://lh3.googleusercontent.com/a-/AOh14GjL_ZCMG1UlgLIs5qUcbGeF89LuS-_xuot8KN7LVg=c0x00000000-cc-rp','16590124370714063921',34490),('AbFvOqkwpsZSpf_E2JxUh7JcDZD_464CXkzJVLsCobRvXkA6R2i0ZeczH9C1poe3IQyeEI7VEKJKFg','I was attended very fast when I got here. Amy at the front was really nice and helpful. The tech, nurse, and doctor were very attentive during my visit. I would recommend anyone coming here.','2020-08-01 15:41:21.368000','2020-08-01 15:41:21.368000',5,'Joanna Santos','https://lh3.googleusercontent.com/a-/AOh14GhTLVOPqR-UngKWDQLWOT5HFKS0tdYJC62JGz3-Fg=c0x00000000-cc-rp','8679688254631342173',42345),('AbFvOqkwPu2G__cgO1xK9G3KmNUJrP4Oxs0GfZ_k3gPr_ynSS5xEzNUjSjSikRtVxmN4jy9B4A3xYw','Dr.Zheng was amazing she gave me something for my pain right away.\nVery fast service.\nThe staff was amazing as well very friendly (pales and amy) I definitely recommend this emergency care center😊','2019-07-05 15:35:52.612000','2019-07-05 15:35:52.612000',5,'Denise Dailey','https://lh6.googleusercontent.com/-JV_EVK6vcA4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnseuB8HBNtBl7GFQsDVsaR0FKN8w/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43232),('AbFvOqkwQBDNvSD88kZUPaCydOehohkqj79uwCPEqrVgk_YpqvMGvKweUqF0HGcVHgYYWUojhOZlBg','A wonderful experience with all the staff','2019-11-26 16:57:08.973000','2019-11-26 16:57:08.973000',5,'Tressa Fielder','https://lh3.googleusercontent.com/a-/AOh14Gj-fV-JoEt0qfV5w0y7ZAiaGcYn7pQhUORB8HcP0Q=c0x00000000-cc-rp','2694018788013845459',39203),('AbFvOqkWqrIMo8cWPsa_MCQycJADdUNhcjMuyfSdlbhyqYuBBbns9HuLKwO3hEZWVq8PgOvoUwOieQ','Brought our son in close to midnight to help with him swallowing a coin and the staff was very friendly and helpful right away. Nurse Theresa and Dr. V were very caring and continously checking in on our baby boy. We are very thankful for them!','2020-03-09 05:13:49.546000','2020-03-09 05:13:49.546000',5,'alyssa fernandez','https://lh4.googleusercontent.com/-9wPO3PMsaus/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmyCgbWKpuOR2U9ht_wBC_KAgINnA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41400),('AbFvOqkWR8pUJgJ_02MPnzaDwY2ah8nydEYc4MI0WPOvpeoey1cOBDJvZK_HNQ4mvie-P3Ohhf_GdA',NULL,'2020-09-26 15:10:27.845000','2020-09-26 15:10:27.845000',5,'Elizabeth Suchomel','https://lh5.googleusercontent.com/-IsBlplQ2qiI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucncp9WEH0DdXnHM0vapqXa5E0cE_Q/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38516),('AbFvOqkwrDj4zfaip1ZpIxxGIcUL0fo5aS4DqUoFLT_HUqHLmlVwcmNSusGV7FratZ36xDfYyUdPSw',NULL,'2016-05-25 08:30:43.744000','2016-05-25 08:30:43.744000',1,'Cadesha Raibon','https://lh6.googleusercontent.com/-jF0nG6ZsE7k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6BhxXlM4LPYIkJ3FNoBaQuzIt3w/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42778),('AbFvOqkwRlvrPJmw8e5m3x-Xf3K_Cr3DM3pm2xHZX0ZIwAS3_77t4KumOOCLxnXhvhOWlo7-X8gWzA','Best experience. Jessie and McKenna did a amazing job helping with the paperwork and the process. Made visiting a emergency center more comfortable. Especially in times like these. Thanks yall!!! I\'d say will be visiting again. But I sure hope not soon!!!','2020-11-15 06:14:15.528000','2020-11-15 06:14:15.528000',5,'Jess Snyder','https://lh5.googleusercontent.com/-cwnzgxBCHJY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmk7pWsO9-ErJfPVGZuSdviRgFUIA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41831),('AbFvOqkWrobJRcnGlDH1ZOHYQQTVCXqbGLQwOV4Ky0k9wKcWaEbkDqqcBEGJc5So3_FMhrv15TSncg','I am blown away by how much I enjoyed the experience at SignatureCare! The staff was excellent, they were fast and the price point was right on. I highly recommend using their services if in need. In person, upfront pricing!','2019-02-27 18:42:14.280000','2019-02-27 18:42:14.280000',5,'Jason S','https://lh3.googleusercontent.com/a-/AOh14GjY5mHv2mXVE2q6GWLnLxkjvH0-u3VFHVZ0vNLGl5E=c0x00000000-cc-rp-ba4','3511292162159714121',40633),('AbFvOqkwrtwk0AmjvpnJZmlhgNq8-Rmoa7tAvc6-mbiYpquf0s1X94SNOZtZjtvrPj5MOWhXac1YYg','Very great, was quick, nice staff, helped me with my problems Dr. Christopher Wang & Nurse Cody Irving','2020-08-24 04:33:24.424000','2020-08-24 04:33:24.424000',5,'Leslye Washington','https://lh5.googleusercontent.com/-BbC9Ea7NzXg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUeWI_-T7q3bg89ezxMB3XjWM0bQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28560),('AbFvOqkWruvqp5w1hTG-7u1qm764Tc3lDrsqkyD8UzO5pLWHD_ELxb1s7uRV-VuzSN4ZAl9FyZiXeA','Signature Care emergency Center provided care for my wife. There was excellent help from all the staff, Keera was amazing help during the process.','2018-11-02 05:23:26.685000','2018-11-02 05:23:26.685000',5,'brandon Karandang','https://lh3.googleusercontent.com/a-/AOh14GjG0_upOmjTdZLTriwgtSGpiwVBSZcb7ieEqgX0Bg=c0x00000000-cc-rp','16590124370714063921',35128),('AbFvOqkWRuvS1K01aFj25tnOsSVfrFPepiwVfv1hDzFbPUNxm_ujzFCRDJDPimCTDuvuRkf4fNcmPg','Awesome care! Very attentive!','2016-09-29 16:57:37.790000','2016-09-29 16:57:37.790000',4,'Donna Hodge','https://lh3.googleusercontent.com/a-/AOh14GiGO-7d4B2NuOkJk0-5DysLeKdx8upiidU99w-WbQ=c0x00000000-cc-rp','17394740196501090048',37297),('AbFvOqkwRwfO19_XqokeM_CdiV0orp6oc5sHfzT_5m7kXQRhUUq7zKlDDhRdPsequsThgojv2bcN','Great experience fast and friendly and i hate going to the doctor.','2019-10-30 20:30:57.183000','2019-10-30 20:30:57.183000',5,'Alexander Huff','https://lh3.googleusercontent.com/-zhAeoIWYuao/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcmswc79L5cfXIYEKsDAsXTPeFsA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42619),('AbFvOqkwrygeJqdNz0OJ6-JbQtRf1dOO0QphxrswSlUvLO2fmSkMyTd19nm29wt90pGHb7jya6HRQg','The wait time was really quick and the customer service was fantastic! Dyveliz was so welcoming and friendly. The facility is very clean and comfortable. They even have a snack bar for the guests.','2018-09-08 05:06:36.949000','2018-09-08 05:06:36.949000',5,'Tahgi Hood','https://lh3.googleusercontent.com/a-/AOh14GgA8Mt21oB9F75Gm3a26cpDuLY7ttTnI1VrrHMSYQ=c0x00000000-cc-rp','16590124370714063921',35191),('AbFvOqkWS9Y7v2yglP8rQIDdTUwVjp13iEXgUNJZdqzsPLT0KbEPrLhYCBk3_X8FnSuuPOHQqOR-fw','Every one is super nice Jesus is very polite The nurse alvean is nice and helpful good place 10/10','2019-08-16 22:20:17.063000','2019-08-16 22:20:17.063000',5,'Christian Vaudagna','https://lh3.googleusercontent.com/a-/AOh14Gh2h20WzElFbRATOytNEV2-zivu6Nf9F1BpQXu2=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkWSA4E2ebV0o6mkMCf8F2ZCcEICnB_l4fPCHqvJF5rsihugY8Z3GEM5pof_JmTI_uMGGuuVw','The entire staff is amazing. The level of attention and bedside manner is so refreshing. Dr Miller and his staff are the best!!','2019-01-13 05:07:15.457000','2019-01-13 05:07:15.457000',5,'Claudia de Hoyos','https://lh6.googleusercontent.com/-QbIwr5K4kb8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclPCjhb9PGmEmiZdDvjnBA1rTgFZg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30637),('AbFvOqkWSAPQEzVwv-EQNtsYi8C69t6Dt2VBv75bYQxtjPw37Y93WtUmwd_0477WIfCm4DeMZTaJOA','I had made an appointment online and showed up at the wrong time (my fault) and the ladies in the front desk worked me in.\nEveryone is so friendly and Dr. Angela is great!','2020-07-18 19:57:00.467000','2020-07-18 19:57:00.467000',5,'paola castillo','https://lh3.googleusercontent.com/a-/AOh14Gj2idz26oHXm2q-ais7k03Ga5iwDjruNaDKpcrxtQ=c0x00000000-cc-rp','14748677429039074158',31996),('AbFvOqkWt5h6cZuYg44WRiaWSwygiIGtaeYcWQSGU6h1xAqVbbk8RfutKK70xIffJKkRFsAKzkPEvg','Everyone was very friendly and welcoming. We had a five star experience and that is saying a lot when you are dealing with a sleepy 2 year old! Kimberly, Brad and JR were on duty and we highly recommend them! Thank you!!','2017-03-21 18:13:08.348000','2017-03-21 18:13:08.348000',5,'Beth Koons','https://lh3.googleusercontent.com/a-/AOh14Gipisi5k3vSBcmvvhmIg5MEzWzKIhX49ARxCIai=c0x00000000-cc-rp','16590124370714063921',35471),('AbFvOqkWTrpZjeggvqxmJp5GzkAf6xHZbKuz1F4vsfJN827Mgn9cGoyONFC5kMHNN2CQrQmL4hRf','Do NOT go here if you have any mental illness. The nurse will be very rude and blame you for being mentally ill. Absolutely appalling behavior and he should not be in any sort of health services position.','2021-01-07 06:27:07.153000','2021-01-07 06:27:07.153000',1,'dredge harris','https://lh3.googleusercontent.com/a-/AOh14GgutFAgWwOxCC8LSJqpq3PvJ7qiYw-CGO-p74CdEw=c0x00000000-cc-rp-ba3','8918455867446117794',44722),('AbFvOqkWtzA5Uy5KEx-hcQarsm81rdUVi3X02sqv8eloYU-iGjab5ltlT-OahjvPiSTcqXhuvN5g','I had a Great experience . Dr Huerta, Lisa V , Jonathan and Aaron we’re extremely professional and caring !','2020-12-12 22:06:55.195000','2020-12-12 22:06:55.195000',5,'Delpha Norton','https://lh6.googleusercontent.com/-tStgJSb2wUQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnCAY82aMoyhvGfL6xKFLYVP9JYFQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29242),('AbFvOqkwUH1rWQLmbed660Ar6MxFNBMjoVCW7cHx0LsXajYW9EwrfQTkiXlJalljJDIJBGsW67OB',NULL,'2017-08-01 17:20:55.118000','2017-08-01 17:20:55.118000',5,'Danielle Licerio','https://lh3.googleusercontent.com/a-/AOh14GjHUdpZMMiCZLo3Qp4TDTmx6pYwp2Ryk-gcfZm5B6c=c0x00000000-cc-rp','14567670160750071148',30997),('AbFvOqkWumSHHVJeLV_0HaPAb9jSFLItST6sczkxs13ZDHyzEpliWftGqF0cNOlrnhFQEIBEfkXe','From start to finish, everyone here was incredibly kind and helpful. I was worried about costs, and Shonda and Earl talked me through everything and made me feel way more comfortable with the whole thing. Dr. Elsbecker was really kind, quick, and efficient with checking me out, and Katie, the nurse who administered my shot, was really nice and funny. Loved this place.','2020-03-18 05:17:00.140000','2020-03-18 05:17:00.140000',5,'Tristan Melendez','https://lh3.googleusercontent.com/a-/AOh14GgJwRCwk-sWT7ZbZYqfgfzZZmt9SzbPiwC2Qme0eQ=c0x00000000-cc-rp','16891069708558046635',35912),('AbFvOqkWv2wb8n0pL-qrvbqpqJXdorToCdpTsBLp9DWhXgTUzyNsoUn5RGLOwFuOrNCA3CDCPhdw4A',NULL,'2020-08-16 22:00:30.650000','2020-08-16 22:00:30.650000',5,'Kaneez Mowla','https://lh3.googleusercontent.com/a-/AOh14GiKQlQ4uJsg85rBrCfw3ewebUYfbq9qTubcB4ME=c0x00000000-cc-rp','14748677429039074158',31762),('AbFvOqkww7_KOuM1GW9SfbI09SjBTCSkecSSyB-edm6IcXplL0XrhqMeEMq8WmRPV0CUtmKl5iF5bA','So grateful they were open on Thanskgiving. Also the facility is so nice. We were impressed. If we do need to come again, I\'ll chose this facility!','2018-11-22 19:04:07.784000','2018-11-22 19:04:07.784000',5,'Jacqueline ArĆ©valo','https://lh3.googleusercontent.com/a-/AOh14GjfJPcQ8FTlyQ8LJNRHneVU8BqwTG0hdk9X7yerbg=c0x00000000-cc-rp','3511292162159714121',40790),('AbFvOqkwWAkaPNs-sv-HR6FzCe-aQp05m6aJmU4dxsBpmoO78dt68DD5X5NpRJetGzTWclCPFDUZSw','Came in for a sprained/broken ankle. The front desk staff was super nice. Angela came out and got me in a wheelchair because I had to hobble in alone. Dr Jones and Nurse John were very friendly and information during my visit. The X-ray tech, was also very friendly and informative. The wait was not long at all and would come back again if needed.','2020-09-15 01:06:38.718000','2020-09-15 01:06:38.718000',5,'Meagan Sanchez','https://lh3.googleusercontent.com/-_KgaUc2sDyw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckVx0ZG_oruMeqHQ0iigcBL3-grWA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38995),('AbFvOqkwWgno4slP4Y7PAQZm1geB0yi6xlwqsjkZaROOK1JTBracrCAeBKx6QzfyRJAUxNL2FkQr','Absolutely amazing experience! Both my 8 year old and I have both been seen here and they were great! All Doctors nurses and staff are so nice and incredible! Dr. Chambers, Manny and Adriana were so great with my son! They make you feel very comfortable! Always great and fast care! Highly recommend! We will definitely be coming back for future care!','2019-05-09 17:04:21.240000','2019-05-09 17:04:21.240000',5,'Brittany Hodges','https://lh6.googleusercontent.com/-geoRwTZh8zU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQuHerYNrQPtRQ1Z6VStP04H3Sew/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41742),('AbFvOqkwwQxtMHpE59ZLf1v62emQ71BNDFl-UPzkTPOKH421w05XRnQkqzuciizOBH7h2N6rAfDh-g','Amazing customer service, super fast in and out they have a super fast COVID test takes 15 minutes for the results definitely will be coming back in the future','2020-09-01 21:44:50.884000','2020-09-01 21:44:50.884000',5,'Jason Flanagan','https://lh3.googleusercontent.com/-QnVaAfj7ZgM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucln7RBMuDHipZz1LwRT-Ft3hGxZoA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37568),('AbFvOqkWWxJIgaHG1mxUY6rxT1w33bOIvaJGQ4hHeD61ri4YkGw38GnkUfcNxIgjtKghBpulE6c_','They are sooooo nice here! I came here on the recommendation of my brother and am\nVery glad we did. They took really good care of my 86 yr old mom! Tanishia is great!!!! I also wanted to point out that my moms pain in her hand was treated perfectly and healed by Dr Cavasas!! The nurse Shelly and the tech Heather treated my mom with such heart. I will be sure to come back to this Signature Care!','2019-04-03 03:00:01.557000','2019-04-03 03:00:01.557000',5,'Aline Houston','https://lh3.googleusercontent.com/a-/AOh14Gh8kplG0SLwG0G6yG0e8pNNFBlD6dYdh1gEIsjO=c0x00000000-cc-rp','17898197009688164559',38225),('AbFvOqkwXi8oRqt4DhEGN5m8xv4YNHpkOGLeBvUapZdZvAQ9RDZkrnXby5nGy8Axm85Tn3GvJhwr6Q',NULL,'2020-12-20 20:38:28.909000','2020-12-20 20:38:28.909000',5,'Brendia Cade','https://lh5.googleusercontent.com/-bEZWFByhvPY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclApBjoG2dCuY5cPs8VM9z9BVqt0g/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42241),('AbFvOqkWXkIrIMuV8ADXEhvkDfd3MdP_y8n-pOl70Wbu5S2Fwa4x8liGqZyx824M3cpzjBN_8J11','Shawn and Alyssa where helpful and really nice.','2020-02-13 19:37:22.055000','2020-02-13 19:37:22.055000',5,'Crystal Garcia','https://lh3.googleusercontent.com/-fjDnshN19C4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckC-Vc_OkT-8eyjo-lrNqoNltL8bA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43098),('AbFvOqkwXLRjpIUvIk6W86bnqo4IJcxwIiwmxCERBJbbyE_O6s1yUoiJsHecRgUWyZsemDfN9sF1wA',NULL,'2019-08-11 14:12:03.708000','2019-08-11 14:12:03.708000',5,'V Riddles','https://lh3.googleusercontent.com/a-/AOh14Gi2xG_Mp4UN4wnv775SaVmKAjweKtjP_PobwrqJUOU=c0x00000000-cc-rp-ba2','8626688543755174284',42012),('AbFvOqkwXMrHk8eJVmdx02G_6T8UXZEH2jKntaqtT1usfYHzkESCMJSsEu9aQMh3qKRoRAA3VEF_bQ','Lisa H, Krystal, Leah and Dr. Bose were all very attentive and had great bedside manner.','2020-03-14 20:47:31.329000','2020-03-14 20:47:31.329000',5,'Eileen Yeager','https://lh3.googleusercontent.com/-4h6gdsmruI4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucktXvde0CSB9NdNLRjuHxnVhdsW6w/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29395),('AbFvOqkWXPf4ZEr6tdr4AwC81xkeDF0JTpq7ZvGRGNo2nOy5wILTdxBSOrzu_cd3FxFo4bYF_S_j','The staff and dr where wonderful here and will return in the future','2019-06-03 16:51:29.471000','2019-06-03 16:51:29.471000',5,'Chera anderson','https://lh6.googleusercontent.com/-wHyHHMbgT-o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmOTLpxlpD53B0cB-d_PXX8Tan0qQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42058),('AbFvOqkwXY1-NfypwBX5wQH_dq_CkyeGSK2QcxNfej-TBXFI0lEaSqVTC41kvdqX54hq1AF6zX8t','I had a great experience today with Signature Care ER Center. The front desk staffs Alyssa & Karen are super welcoming and friendly. They check me in quickly after 10 mins, no waiting time. The assistant Shawn K has been super helpful during the entire progress. Dr. Garcia is very knowledgable and considerated toward my needs. Thank you Signature Care staffs for the good experience!','2020-01-30 19:52:04.231000','2020-01-30 19:52:04.231000',5,'Josh Ta','https://lh3.googleusercontent.com/a-/AOh14Ghb53anlkAIztYI-i9rdIjVJdb-R9JA_NBM5wcUTA=c0x00000000-cc-rp','8918455867446117794',43129),('AbFvOqkWXzVDhxlVRfdclgoQz8WdW_bGWASlGK7LMIVWYrOsWJit1cSaLfxdu8D3R5gBeLLnqnte','Staff is friendly, and to the point , straight forward with fees and service.. clean and welcoming environment!','2020-02-23 16:02:46.052000','2020-02-23 16:02:46.052000',5,'jony the bugman','https://lh3.googleusercontent.com/a-/AOh14GiTw3uZnKDvUQZDKvFvtdcl-rFmt-_Fyif1j-Caag=c0x00000000-cc-rp','12541597562633926366',28701),('AbFvOqkwy4h5UA4zFGcArJ_PWzNBo8sp-D9w4Mgd_sD0JYtJGyHSg-M5ryPZEKplK6bppsr-IxMoZw','Jocelyn A\nMeredith\nalveanA\n\nThey was helpful & nice to me','2020-01-22 20:47:06.386000','2020-01-22 20:47:06.386000',5,'Ant honcho','https://lh3.googleusercontent.com/a-/AOh14Giz1qnvqFSnCN6hS7TGThOhg5k_o1NYGFQD-ewrXw=c0x00000000-cc-rp','16389487648212004696',33468),('AbFvOqkwyKQ1PRLX3Y4t20BMllV06s5jxOLMEA-V56VtyfIJAf_gkkfwRkNLW_QDA5DzjLaO1SuYXA','My experience today was great even though I was in a lot of pain! The entire team was so helpful. Selina shared a lot of information that will help me feel better. Dr. Thomas, Keera, Fanny, Janet and Ralph make a great team!! Thank you!!','2019-10-03 16:45:51.663000','2019-10-03 16:45:51.663000',5,'Pamela Edmonds','https://lh5.googleusercontent.com/-FFSQVmiLIQE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmt4aejhec6v7E9TNSJM172Q0qA4w/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36694),('AbFvOqkWYR63xgF3JrQbxtZl102CYLCOoN-HzICXty8pA3hVt9cMYIIOZOk52Sl9XLovlgc8lj1ZCg','Staff was great. Super polite. Received the care that I needed quick.','2020-08-02 02:26:39.670000','2020-08-02 02:26:39.670000',5,'Edgar Cruz','https://lh3.googleusercontent.com/a-/AOh14GgJiRDlI26_j__yUn4OuiCA0bi7kwG6busCN8qg2A=c0x00000000-cc-rp','2077061009497551125',38679),('AbFvOqkwYXjEodyyFSXUBXAf_HP5XBmMBYCTq6KE-pZpXkiGU3_-hl0JKvylTsKlwkT0nkEukepKHg','Easy visit and not very crowded. Pleasant staff.','2020-07-30 20:34:12.388000','2020-07-30 20:34:12.388000',5,'Oralia Guerra','https://lh5.googleusercontent.com/--QhoS35Ttdg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclqSlCMcGuhp40K-W9mB51E4onUBA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40220),('AbFvOqkWzpx0trIWS13iEk-ti4xSzotjO3HU6j4q8O1omIMZoVXuQ6eTA_zVJJK2fu29J2i5rm_1Gw','Love the way they took care of my dad. Especially the receptionist Alysia','2020-10-10 14:38:42.639000','2020-10-10 14:38:42.639000',5,'Juana Vazquez','https://lh3.googleusercontent.com/a-/AOh14GhRJTmoi96TN4jR78mTj9p1oFRQu1mUJOhDUg34mA=c0x00000000-cc-rp','12541597562633926366',28505),('AbFvOqkWzUYil-8upfs787IAl5nGEcR8WHzpT3upyqHnfXIXKSfoTbgjosH9M_l69T4kLtlsDEAZ9w',NULL,'2019-06-01 18:40:04.401000','2019-06-01 18:40:04.401000',5,'Christine Galaty','https://lh6.googleusercontent.com/-r5NGe4blylQ/AAAAAAAAAAI/AAAAAAAAGKo/AMZuucl2k6YCMwD7lG_NvFZtaTVOYFgLYw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32466),('AbFvOqkwZWVEkY8kxvCvRi04O4ruM5AarJ-T_fyhAYOrGs8MTou55mGYwQN_cwt6FFJCNaiJxybI',NULL,'2021-01-08 19:26:33.011000','2021-01-08 19:26:33.011000',5,'Brenda Cross','https://lh5.googleusercontent.com/-GePSRCGfXEE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmfq9tRmPfazwG6erhqm2ZsIA2H9Q/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44636),('AbFvOqkX-DTv9HUeOo1MkvVPmyRqlxkHvbOUvzu4Q9d51Tfx55Sc7nVSTno23zduxz5SKSCOVzwUOA','Fast service. Unprofessional billing. They won\'t bill my health insurance. Billed me and told me I had to claim it myself. Any time saved by not going to a traditional ER is going to be lost on managing medical claims. Also, since they are a private ER they can charge whatever they want.\n\nMy wife brought me in after a car crash. I experienced soreness. I was there for two hours, during which they performed four CT scans. They took my car insurance info, but not my healthcare one. After maxing out my personal injury (PIP) benefits with my car insurance there was about $13,500 still owed. They told me that they won\'t bill the medical provider for the reminder and that I have to do it myself. When I asked how come a medical service center won\'t bill a healthcare provider, they said that they do in case of colds,etc but not in case of car accidents.\"We just don\'t\" was the answer. I am willing to pay any deductibles, etc, but making me submit all the claims is unreasonable. My insurance covers 100% of medical emergencies, but they won\'t do it. My new hobby is going to be becoming a claim specialist. Please consider going to an old fashion ER at a hospital.','2019-01-05 13:57:03.940000','2019-01-05 13:57:03.940000',1,'Lior Iaroslavitz','https://lh5.googleusercontent.com/-luAJslzlfwE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxbv2IU-QQdW4gwhukgwywRukWtg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40756),('AbFvOqkx-Gj95m9bb2nP6Z_RwvdM3wTpR9804T7HD3M8mLWHxWh3viVslE27p2cycC-IVQjEX_QSUQ','Great job\nValory\nJames\nDelores\nJulia','2021-01-26 19:23:05.990000','2021-01-26 19:23:05.990000',5,'ronnie bell','https://lh6.googleusercontent.com/-P3SGyNouzg4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-ONlnve9Ze0r0THDf9JYWnAu6hw/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44389),('AbFvOqkX0Bb1FfOGLRlv32Ly1jH4w7ds48rVTlgK8keBvaQAGU6ATeuTQyF-xARstIHR_-8rYg-U','Great experience, friendly staff & beautiful facility','2019-10-04 13:36:23.248000','2019-10-04 13:36:23.248000',5,'RDL Transportation','https://lh4.googleusercontent.com/-1Zcm5mEC89g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucncGzP9K3NmrQeRPUuDGFxvC3J3SA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29633),('AbFvOqkX0SBezbG6P9LJR_3nmE3QKgzGIplUL_lKu5sZ_RoFpb7mpbPXdBUTQ8Dzz0C2AurNeVKT','Very professional staff that make you feel calm and relaxed. From time I walk into the doors until I left there is no doubt everything was done in my best interest for what I came in for. I would highly recommend Signature Care Emergency to everyone.','2020-10-31 03:56:16.208000','2020-10-31 03:56:16.208000',5,'Vince Jimenez','https://lh5.googleusercontent.com/-VOMhEiuqCWo/AAAAAAAAAAI/AAAAAAAAALI/AMZuucniS_az1xqLTuQTULi6yYoLH17sxQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37469),('AbFvOqkx0wLN856vy9Yj5oZm6LQXYeX6iyRq7ID4wXekNMnCH4QhoP4Xib9PpzZCs9yejsKCd_x8bg','Das was Fast and friendly','2020-12-24 15:17:57.776000','2020-12-24 15:17:57.776000',5,'Cynthia Sanchez','https://lh3.googleusercontent.com/a-/AOh14GhjEmxvrw8fazcrqwQIcPSKlu1v_EGxcqC9pBqD0Q=c0x00000000-cc-rp','14748677429039074158',43793),('AbFvOqkx1mkw-jciywKjGBQrfLUJeM9gpxPUp4u_mXKJ-HMwPx_jiagbw7vhtTAvHNnGefSaK8Wf5g','Dr Strafaca was very informative and helped me clear out a lot of things I had questions about. I am very greet full for her time and her risking it all for us!','2020-10-27 02:03:54.909000','2020-10-27 02:03:54.909000',5,'Pedro Navarrete','https://lh3.googleusercontent.com/a-/AOh14GiDmREjTp3DB0MNoOmDXgd7X8Tm6AopJwS_q_at=c0x00000000-cc-rp','14748677429039074158',31455),('AbFvOqkx1NhzdjrGp-9rSb_xhH4R6vIzHvM3BWSP12qstOxiabX7ttLTL8rq4SgbjPTJWSH6lwinhA','Everyone is very accommodating and professional. Patricia at registration was very helpful.','2019-12-30 19:55:13.153000','2019-12-30 19:55:13.153000',5,'Ian Agtarap','https://lh6.googleusercontent.com/-JYArnLfCNYY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclLg7bJ3tuIWjr_JXLzWgynPkvd-g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33558),('AbFvOqkX3hyyWmxi-xbHsHbUDeAEsZ3lRquOFaCe6dcyqsBJxrDLYACyj250du8oD-2zZNXazFkx','I was in and out within an hour, the doctor saw me right away, less than five minutes. They were very caring and nonjudgmental. Patricia, who worked the front desk did a great job explaining everything. Alvean the nurse was fantastic, and the X-ray tech, Traevis was also equally fantastic. Highly recommend this place!','2020-02-27 18:42:55.255000','2020-02-27 18:42:55.255000',5,'Jessica Kate TV','https://lh3.googleusercontent.com/a-/AOh14Gj_0tc90x3vJs6xIhuu0xUiVFXKFAjtoGwheUlcWw=c0x00000000-cc-rp','16389487648212004696',33318),('AbFvOqkX3I0wDsExVD2VtpLhQey86buSLqxfbP9z03QRtYAkCU-ajTzBe2JAxuSWJxQ8bUbMCXaczg','Fast, efficient and courteous. In and out quickly and painlessly.','2020-09-28 12:44:07.416000','2020-09-28 12:44:07.416000',5,'Ubaldo Navarrete','https://lh5.googleusercontent.com/-Ie8EsgZ6X5g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnq5uMcWIszJuPEsjiDCDrhIBRK9g/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32248),('AbFvOqkx4WVDvrIRa_MirGAKgOpVhyO49oFqOGH7x4h5PNvxBmJSrXa8lONAzK0tzz3OHmwNA6pbnQ','I\'m glad I went to SignatureCare Emergency Center in Montrose. Mercy was very professional with the intake process. Mathew was very understanding and knowable. It was a very positive experience with Dr. Souman while in his care. My family and I will definitely return for any future care with the wonderful staff.','2017-04-18 18:02:25.576000','2017-04-18 18:02:25.576000',5,'Frank Harris','https://lh5.googleusercontent.com/-Mx8rAwPoCVM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm89C2ak913JLWJSwVPMwJR2bGZHw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41071),('AbFvOqkX5KaeUyoIqCGQeaQnKDThQ8DoesdTQbazDvd3X8uHlfEC92mOII0coQMPzCOXp_gnICKlug','The staff and doctor were fantastic! Taneisha and Dr. Do were so welcoming and made me feel safe after a horrible car accident. Dr. Do was warm, caring, and thorough, answering all my needs and ensuring I was prepared for what was to come. Taneisha was a smiling face both going in and out.','2019-12-18 05:44:49.399000','2019-12-18 05:44:49.399000',5,'dolores marie gonzalez','https://lh3.googleusercontent.com/a-/AOh14GjJMFa165cV2SGuu3__XJmRvfe9rFXiCnDMydKufQ=c0x00000000-cc-rp-ba2','17898197009688164559',37802),('AbFvOqkx5yW57n11lBt62aboD_MV8HGQ_KhqQGHFS35_F2cTJ3xZZwiWWRcjMoEHvOXKDn5I3tVj','The location is very clean. Staff is friendly, I worked with Chelsey and Remington during my visit. They kept my spirits up and made the emergency room visit process very enjoyable. The facility has very good social distancing protocols in place (waiting outside, gilling out forma outaide, lots of hand sanitizing stations, private check up room, staff wearing PPE). The wait time is acceptable since they are practicing social distancing, I recommend scheduling an appointment if your condition allows. I definitely recommend the Slaughter location.','2020-10-02 15:29:26.207000','2020-10-02 15:29:26.207000',5,'Julie Sigety','https://lh3.googleusercontent.com/-LMCgXgmGOHg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck1Bb_k6uxLyE4rEmZhtf6mo3RvzA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35755),('AbFvOqkX6jmfqxqXVyXxjTFFHY3xZTrdbGsVENEa3xlIPx3xokkVePks2Wq_xU6_6Lmz6nUm-ya6','First rate care from the moment I walked in the door. I was greeted warmly and treated kindly. The wait was short and the nurses and doctors were kind, caring and professional. Thank you very much!!!','2020-02-23 19:20:53.053000','2020-02-23 19:20:53.053000',5,'Shawn McCafferty','https://lh3.googleusercontent.com/-_KxXcN73L4g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckgwJvjMUNexKBACLoFyTRes0bIMA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41457),('AbFvOqkX6mKUW5oB_D4F80MKU-bjAfa79LLOkUARonTL_AmCEA5WJfriosnaPitDaWk5euqiU0vZXA','I drove my friend here to get staples in his head and they had a huge TV and a ton of snacks! Would definitely drive another friend here to get staples in their head as well.','2020-01-24 12:54:10.310000','2020-01-24 12:54:10.310000',4,'Max Bartee','https://lh3.googleusercontent.com/a-/AOh14GiFja7CHN5_c6EvNF2S8pKzxLLf9VA38E2AFkb-Aw=c0x00000000-cc-rp','16590124370714063921',34417),('AbFvOqkX7rNxNHE1QTsChiMT6XutpP4svmq_ufOFR8_3uLuCOS5tXe7ZdL3Jx7uCWciAZgBGXgz0pQ','Staff is great. They were very attentive. Very fast and made me feel so comfortable and like I was the only patient there. Will definitely recommend to family and friends!!!!','2020-05-28 02:14:55.698000','2020-05-28 02:14:55.698000',5,'Christina Hopwood','https://lh3.googleusercontent.com/a-/AOh14GjEWcKi_AgKSbeCzpPDcppfrOygBPjaNa9PI6L6VQ=c0x00000000-cc-rp','16389487648212004696',33243),('AbFvOqkx7sdRk5z0Rc3U8rffp8fSJ3RB9PhjycvF25O4IJIkUxrhl5fYHTUj-iJmplS2azYfAAzv','The service was excellent. We came here because a friend recommended it. I went in on a Sunday afternoon after falling on wrist and needed an xray. The receptionist, Dr Craig Da Waal, and Nurse Shelly were all awesome. The doctor really took his time to explain everything to me and my wife. The place is clean and comfortable, there was even snacks and drinks available at the waiting room. My total wait time to see the doctor after filling out paperwork was less than 5 minutes. The only reason for the 4 stars rather than 5 is the cost. Although I really appreciated that they tell you pricing upfront before doing any treatment so there are no surprises.','2017-09-12 21:29:32.153000','2017-09-12 21:29:32.153000',4,'hugo reyes ortiz','https://lh5.googleusercontent.com/-Vtgdgc39GT0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmhFAxYovA1C7KLyk40IPiQBtYdPA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36461),('AbFvOqkx7WzH4gf-TcTCT_IDY_YDpX4mBRBJaVFfEcMb4mR_u6v9zcNemxS7QVwX1xfKZgJd6yKFAA','Highly recommend! I came in for neck and back pain from a fall. They got me in and out very quickly and this included X-rays and a CT scan. The staff went above and beyond. Thank you!','2020-05-17 18:13:17.536000','2020-05-17 18:13:17.536000',5,'Misty Steward','https://lh4.googleusercontent.com/-FTSuWEKjAn8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmrgTWCnogFly_fTewC-D7iCoCTdA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29392),('AbFvOqkx89uHNoSycUii2eScEJhwso6GmR3NJX9Eb_VxZkB4Wk1fcPGzXf40TMire74nkOhl08y57Q',NULL,'2020-10-22 18:08:24.998000','2020-10-22 18:08:24.998000',5,'Subha Cherukupalli','https://lh3.googleusercontent.com/-ME6NjHsBt5g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm0NaC2abED69h7zoDfoQpNe9f4lg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34117),('AbFvOqkx8SNBL7KbC3Lu1O7dyfn-rskNOI5M-399tyh5tAaz1s-5b9ITRdOonO14agUoUXeTAU9h2A',NULL,'2020-08-17 19:37:19.678000','2020-08-17 19:37:19.678000',5,'Teresa Lartey','https://lh3.googleusercontent.com/-BYY8S-sQfyA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLisHHB7mbZapC-n0hvudsYN5d6w/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42934),('AbFvOqkX8VTlsd4Q2TneyryW5LkcMycwnwhq_oX-L2uovTA387-AaAarh3Fbgdc3OvvO-lE2x7hF0g','Great experience and really nice customer service Dyveliz and Jacob were very nice and knowledgeable. Went in for an easy consultation for free','2017-12-23 15:41:20.900000','2017-12-23 15:41:20.900000',5,'Travis Stahl','https://lh4.googleusercontent.com/-a-32VFNLmwI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclxNnTOAp8bOp2kRRVjOeUWk8fLEQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35339),('AbFvOqkx8w4j-Ibkjap23FOq6jnYvTp7bRpMLt7MwKLdsIWI4iyBE89C67dczSVSV_cr1veYWrAk','Service was great and oh so convenient.','2019-05-27 14:01:52.129000','2019-05-27 14:01:52.129000',5,'John Bradford','https://lh6.googleusercontent.com/-phnoxzcCUic/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckszrrjZgW04V4_K8ycd8cvShB5Og/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkx9AQ2HHBas4SOTH7YtYhA0l5KYCh6OKFi4pc42tedhHxNsQqsRTSGQCv2YD4rg_PTtej8Qw','Sarah tanishia geovanny Thomas Laura','2020-01-17 04:14:36.847000','2020-01-17 04:14:36.847000',5,'Melissa Avila','https://lh4.googleusercontent.com/-x5Kee0eAelM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnOW-6VcNWqEAsNrgLCBcRMTj5T9Q/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37747),('AbFvOqkX9mdLwm94b1uzCpcfQs-M6IN4c5Dq_pNdkOGByxYe6qRT8DtnA9Y4nNGIyjPa277RoS_E','The staff at the Westchase location was amazing. Tristan, Brenda, Tino, and Dr. Figh thank you for taking care of everything swiftly and putting a smile on our faces too. As an attorney I hope that all urgent care clinics strive to be as informative, helpful, and efficient as you guys were tonight.','2019-01-14 03:17:55.099000','2019-01-14 03:17:55.099000',5,'Eman A','https://lh3.googleusercontent.com/a-/AOh14GhCJI6tsipHWB8FelSRsFAOutNO4qJbcdfKTFs3Sg=c0x00000000-cc-rp-ba3','12541597562633926366',29161),('AbFvOqkxA0u4m30b4scuCxb5WEVCa6fz7dowBmeATLCa23Y97V5SvsOAYXT0lvh6yViYfl-DxmFt-Q','Great ,Fast service. Everything is fine and Kim, Andrew,David, Lisa, and Alisha, took freat xare of JoshHargrove. Got dehydrated at work and wasn\'t feeling well. Glad it was mothing serious.','2019-06-29 05:44:13.586000','2019-06-29 05:44:13.586000',5,'Josh Hargrove','https://lh4.googleusercontent.com/-M4oiiY8SuRU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckx-k3mv6ROpsu3kly6ZeU_5CwFQQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29753),('AbFvOqkxaHxyfWIGoM_XOS0mx2iRf_ripnKfOMChMC3nrLhUufUvJSyLYboY1b861LKupuuTI5QMqQ','Highly recommend this facility! The service is great and the staff treats you like a priority.','2017-04-21 02:40:40.773000','2017-04-21 02:40:40.773000',5,'Christie Cruz','https://lh5.googleusercontent.com/-2zhkHPPLuWs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZ9oxfXcihKkILPjDtCLozP6uypQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31058),('AbFvOqkXaMqe6rE5DYQtUj8S4tbmfzBRcjREPXl6vSR5blpR3jDh8BSOVk4OBu-0FdYD_P_OBhC6','Signature care is great! I’ve been here before and I have to say the staff is amazing. They’re funny & caring. Anthony was the nurse & Harjai as the doctor & they were both friendly which made a scary situation much more enjoyable. Definitely recommend this place for emergency care!','2020-01-31 16:51:19.297000','2020-01-31 16:51:19.297000',5,'Elizabeth Grant','https://lh3.googleusercontent.com/a-/AOh14GgbwjWMRmUFORn66ELsxLSfMguXHJ-V4b_w1bb0kA=c0x00000000-cc-rp','16590124370714063921',34408),('AbFvOqkxaOKaUsd3VmgguHqxiKgVjx5c_E7iv1aerrGB3pez_w2mpuK7iQVoWk2ePDlK0xFN9I06WA','Good staff amy,kat,Fatima and Dr chukwuma','2019-06-06 02:15:50.452000','2019-06-06 02:15:50.452000',5,'briana dilli','https://lh3.googleusercontent.com/a-/AOh14GhJj6bt7AOWAuJjV_wYlV-sE42OqVa-O7sPSZq3=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkXB3qdNx6AfNQlgscoUfERRgSQ2t2zFUo6AhaZnEm5cqc0GVK--U-oOTTphoLuK5UcY26x',NULL,'2019-02-03 13:48:42.039000','2019-02-03 13:48:42.039000',4,'Bobbie Allen','https://lh6.googleusercontent.com/-JVu0IWZ4VVE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKdbmQLMcfosaHQs6v0h3E6KvlNA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39931),('AbFvOqkxb7yJoCmMVXx2tJY4ccAb_IqdzR4rM7nw8mKVrD6FHvKyWoYK2tDx3vQIbu5LNDVqVMj-qA','The staff at Signature (Kim, Lucas, and Eric) are very quick and knowledgeable. The site it self is very clean and welcoming. And our care here was fantastic. If you are feeling ill come here.','2020-02-28 20:25:51.785000','2020-02-28 20:25:51.785000',5,'Jason Cunningham','https://lh3.googleusercontent.com/a-/AOh14GhjtSR8SHagrVJRwO4frXLzKhFUHfayq44YNQBg=c0x00000000-cc-rp','3272657195432704501',39591),('AbFvOqkXBcfFyuVv5Kat0CGXGYvJ4JSSCN1gID2-222QjerN-ZD3wyrM_Va5zCS8mhseVrjQEnEveQ','Dr. Patel, AlveanA,Brian C,Jocelyn A,Jordan N was great they treated me with care and concern.','2019-10-23 21:07:28.629000','2019-10-23 21:07:28.629000',5,'Desmond Kincade','https://lh3.googleusercontent.com/-i2fKXLOpv6M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucla4U9D4EbY2jgH19WDZ1F72c27fw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33838),('AbFvOqkxbI8mdwI8COqcfppWSjop3L-sYLM6lRJ-ggx7SxLQregJ9_nWBAb4nKd3NWESZ_rFHuXd','I have been to the ER several times in my life. I just thought I knew what good care was. This place is incredible. Best Care and quality of service I have ever experienced.\n\nDR. MILLER, MD, KRISTIE L, absolutely wonderful.\n\nNurse: Christina Rochelle R\nSo wonderful great nurse top notch.\n\nRadiology Tech: Christina Marie K\nKind caring gentle with my injury.\n\nTech Lisa? I think please forgive me if I got it wrong. You were so good at what you do. Constantly checking on me making sure there was nothing I needed\n\nFront Desk: AileenĀ Ā  L quick and efficient.\n\nThe best part is I was in and out in a flash. Treated fixed up and moving on.\n\nThis is what Emergency Care Should be like everywhere. Unfortunately it is not.\n\nTHIS PLACE IS THE BEST I HAVE EVER SEEN KEEP UP THE GREAT WORK\n😁😁SIGNATURE CARE AUSTIN😁😁','2019-05-19 03:58:24.142000','2019-05-19 03:58:24.142000',5,'Jessie Fair','https://lh3.googleusercontent.com/a-/AOh14GhvuCUwfM5qQvJExxWE0WnqC0YR04LOmbrl6G3Tfw=c0x00000000-cc-rp','16891069708558046635',36201),('AbFvOqkXBqZC4NYKoFP5wXJoobnycI--WdfqVKA3-oD5JjnRwq_bK1nw7Xut5_vPTrtIip8_urQwUA','Normally wouldn\'t be excited or thrilled about a emergency visit but Signature Care has definitely changed that. They have the most amazing staff. We weren\'t waiting forever and they were super nice and understanding. Definitely will go again.','2020-01-13 19:18:25.859000','2020-01-13 19:18:25.859000',5,'Matthew Woodruff','https://lh4.googleusercontent.com/-_ohQknXT1nE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmfYECeb4OXOAfvRKqW3oFaOkbPHg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29488),('AbFvOqkxC4Upov05Xbx8JPyJIdeUer6rLiz6oOarqXEinimH3WGZnrj8SidLmGBFeqjIB0paYH2yqA','Thanks for the amazing services Dr Das','2020-09-16 17:38:32.420000','2020-09-16 17:38:32.420000',5,'HeGotHustle','https://lh3.googleusercontent.com/a-/AOh14Gj48HU7cBnxt8BFRVfi7Sq3a68S2lsIEW0y-dm5KA=c0x00000000-cc-rp','14748677429039074158',31648),('AbFvOqkxcBrCwNsF0fnQvrnotgrt05AOVf_CqCZlaT3Lw2hIu32tz913JxnrF5lzu7_UziZxxr6z','Great service!! Thanks','2019-07-13 07:00:28.028000','2019-07-13 07:00:28.028000',5,'Manuela Serna','https://lh3.googleusercontent.com/a-/AOh14Gjoaygd-SBf0b7q0nmOMTR79ot8duRJvXqIDC5a=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkXCf9NEVIacJCWQUXdw043os0HX_q39fzEjOOJIJ-SbWal_NpXf_mR-ZEo4V9wOrfNw3-e','The facility is very nice and clean. The staff is attentive and efficient. Aerial at the front desk was very sweet and pleasant, she explained the entire process.','2018-09-01 01:10:53.383000','2018-09-01 01:10:53.383000',5,'Trice Palmore','https://lh3.googleusercontent.com/a-/AOh14GgiU9vLxqkv4pWXfcGqwPS6EsOC6VTfsmtnLZNbNA=c0x00000000-cc-rp','12541597562633926366',29206),('AbFvOqkXcNIKJw-_cTMsDhTxsIojTqL6JnRhb34JG_-EDiKNtwFBTO7TEqhuv-Ub6z2Tnmti-_QrZQ',NULL,'2018-11-06 23:40:38.526000','2018-11-06 23:40:38.526000',5,'Nelson Nguyen','https://lh3.googleusercontent.com/a-/AOh14GhEws339YzqwUyUC3iEkhI976D9k5r25xaSV-Uh=c0x00000000-cc-rp','14904078213800803294',32528),('AbFvOqkXCTPZL72J9OC7JS2DK5OAza7s6eEKg_LAEcACqR2yH4Ds7cOHyiS8LrDCWaUBkbaNiOzR','Ms. Alexis was my ultrasound technician, and was probably the only positive part of my experience. Watching the lady at the front desk (she was wearing cheetah print, half shaved head) roll her eyes at a gentleman asking questions, and give him attitude when answering, was pretty irritating. I understand it was/has been busy, but it’s not any easier dealing with people who already don\'t want to deal with you. My nurse, I don\'t think he knew what he was doing. I have a huge bruise on my arm, before pulling the IV needle out, he twisted it almost in a full circle, and was very rough when removing the tape.\n\nHUGE thanks to Alexis, and the few that helped without the stress.','2020-06-12 03:52:01.939000','2020-06-12 03:52:01.939000',3,'Carolyn May','https://lh3.googleusercontent.com/a-/AOh14GgxyVCePU54qIdfaDtKe6TPCr_OzX9Vj_jrE2ieoA=c0x00000000-cc-rp','17394740196501090048',36584),('AbFvOqkxD_AHw8jzWjuRdfi84PG8Lg21fRtpWjYTaDaXS6GPqTOGWLOObvZgcTl_R2Wqo-Fyvi_9Yw','I had an amazing experience at the Westchase center. I came in for a extreme toothache and they immediately told me how important it was for me to make a dentist appointment to permanately get rid of the issue but in the meantime they definitely helped me with the pain. The staff was polite, the facility was clean and I was seen in under 10 mins. If you\'re thinking about going here, please go.','2018-10-16 12:28:23.060000','2018-10-16 12:28:23.060000',5,'Jasmine Traylor','https://lh3.googleusercontent.com/a-/AOh14GiyF0Z4sYZOGR_RtQmuEZxF8MMa4GimMPpvyX5q=c0x00000000-cc-rp','12541597562633926366',29189),('AbFvOqkxd0gBETEcl5XIzuO3nNuXzWF_7sxWsVDk_KPtR0M6kptynkDJq7s99v5-C_wVxkGqqEXNoQ','I had an 11:00 pm appointment for a covid test which I stood in line the previous day for one hour to get. The receptionist said they were running a little behind when I arrived. I was finally brought in to get the test at 1:30 am. At 1:38 am the test was done and I was told 20 minutes. It is now 2:36 am and I am still waiting. I understand from the gentleman assisting us who was very kind they are short staffed. Very frustrating.','2020-06-29 07:38:38.975000','2020-06-29 07:38:38.975000',1,'Rhonda Thompson','https://lh5.googleusercontent.com/-uc1Gn4gxl_E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckDWZKrtVxaghDrkKINUKCi_Caouw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32056),('AbFvOqkxDdAOA-7sbD8V66qEIahpLmrFyD6-0EYhNuceuQjn4hKZBqrfIgwT2dNHiboV1kHZCgBx','I got amazing service at SignatureCare Emergency Center! As soon as I enetered and explained my problem I was quickly taken in to get assisted. Nurses Kelly and Stephanie checked on my status by the hour providing comfort and great service. Dr. V made sure I felt no pain during my procedure and did an excellent job in educating me on my situation. Morning shift doctor and nurse were also very great! Kimberly in registration made the checking out process easy. Overall, I definitely recommend Signature Care Emergency Center in College Station.','2017-01-26 16:42:06.881000','2017-01-26 16:42:06.881000',5,'goodvibesstephy','https://lh3.googleusercontent.com/a-/AOh14GhZsXEexvCUrFcEOuFWbpZ6Vuq8OAq2vKttJuXkcEE=c0x00000000-cc-rp','16590124370714063921',35522),('AbFvOqkXe9x7WNU-fotQ3rV-1jCvfu-iGwJp2Zn7xVGdCAKhxIgx_TN3cvzfKRgW9_92nkrlF7cqig',NULL,'2019-06-30 22:21:09.484000','2019-06-30 22:21:09.484000',5,'Kendall Stewart','https://lh4.googleusercontent.com/-gRqc9edYMaU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBLQGFXzs_MJsqF2qu_8jP67dg1g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34793),('AbFvOqkXEj_eCnIZdTG1P-d0-iKy_YcT2x-9Vd-4uuNEmeTDE7n6968N4G3mUObbUaEbRl-6b3sx6A','I brought my boyfriend here with extreme abdominal pain, and he was seen immediately. His nurse, Alvean, was kind, considerate, and thorough, and Dr. Pham with his excellent bedside manner took the time to thoroughly explain everything and answer all our questions. My boyfriend got excellent care here without delays or long waits or a loud, busy environment. Coming here was so much better than a standard emergency room, and we will use again if we have future need.','2019-05-15 15:35:32.920000','2019-05-15 15:35:32.920000',5,'Susan Thrash','https://lh3.googleusercontent.com/a-/AOh14GieYd-2pF401TmOEjeTer0LpDmaUnfqBszM44mK4g=c0x00000000-cc-rp-ba3','16389487648212004696',NULL),('AbFvOqkXeqpeVdhUw5-QV_rvmKMvqaQ8Uh9mYA0IUxku6owKXaSVr56xzbzHh9dwBhaFP72TRHCmuA','Great experience. Everyone in involved was very nice and knowledgeable. Starting at the registration desk with Vanessa and Nicole, to nurses and doctors. Thank you Theresa, Anastasia, Dr Boester and Dion','2020-10-21 00:31:12.861000','2020-10-21 00:31:12.861000',5,'Ionut Buse','https://lh3.googleusercontent.com/-lAWCRvGsMkU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmg-lTAQ8Hio220wyZGynvTsaLzXw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40150),('AbFvOqkXeVx-bd2gqEOhzImK36zXokxrtmOpVpdg9Fj4ZmKUXyX3GdwlQQLVjQE77tNm3b5NduPD6g','The staff were very friendly, reassuring, and informative. We felt super comfortable while visiting this facility!','2020-03-14 06:08:44.320000','2020-03-14 06:08:44.320000',5,'Miranda Nauman','https://lh6.googleusercontent.com/-Mlxelkq9Olw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmfABjcTqf-AUYaZcW0Aal-P1VwCg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32104),('AbFvOqkxFhKc_xmrqtIg3-Q_5pliqId1RJ04QP8WEVqQT5ynSYrHeSV_1Sh8giUszkPMjNwZDpf-','Everyone was great ! Polite, understanding, and answered my questions..everyone did a great job !','2020-07-02 17:35:47.196000','2020-07-02 17:35:47.196000',5,'Alice Ortiz','https://lh3.googleusercontent.com/a-/AOh14GjG2yy6YhmQw5emkYH6prYeCKYKWqamMn50GKrzB9Y=c0x00000000-cc-rp','14904078213800803294',32314),('AbFvOqkXflB0skKNuiraK9WjzDHJcpt6n3xB9Z2pp51PzPVZt2VOvy0GvkIux52OguYLh60eNcYbag','Exceptional service and care from professional staff!!','2020-01-26 03:55:09.688000','2020-01-26 03:55:09.688000',5,'Tracy Favorite','https://lh4.googleusercontent.com/-81ypqfR3tWA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck2Is_RN_iX8N-SWbNB174_FJtB8A/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37729),('AbFvOqkXg3lF6uaXu3kf1kgSZeTuP4m6E4yv1_d2TDMqIzk2_FZJb83KscG0lHGRJer5Mbinc7iD1A','We were seen and treated by Dr Ashbrooks, RN Ryan, Rad/Lab Eric and Reg Tobin. This staff provided great care. We felt at home and prioritized. Time of service was quick, efficient and diagnosis accurately/explained','2020-01-29 03:34:21.569000','2020-01-29 03:34:21.569000',3,'Sonya Thompson','https://lh3.googleusercontent.com/a-/AOh14GjrmFJAY6VFVHNctYh7UiM5bsYW7WcIrsH8X5PS=c0x00000000-cc-rp','3272657195432704501',39665),('AbFvOqkxg5_EuEd11lVT1_n4nUF2f4Txf6ASXzp4YKpqDeTxtF5J5eZNq3_vi1Q3B8qLv5M-XrJi4Q','Quick, fast, and the Best ! Nurse Nyke and Thai were great with my son. Diamond and Natasha were so fast get him checked in and to the back. Definitely recommending !','2019-07-10 23:06:17.327000','2019-07-10 23:06:17.327000',5,'Roberto Wells','https://lh4.googleusercontent.com/-_LVgZ81AWU4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmu3c9I2jDoc8nB1v_FfkCwZDTgFA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39308),('AbFvOqkXgaFXeuvXKketUR1KvM6-DDvm_t0U6bn5y2KXSVgPPa61_VmsRh9Q12FrirP7dG5aJ515FQ','I went it for my hand hurting .... I ended up needing a cast , they were so attentive , they offered us blankets and refreshments and were so polite and they all had a great sense of humor . I normally hate going to doctors but they definitely changed my experience and I plan on gong to them for any future needs. If you need the care they are the place to go , you won’t regret it :)!!','2018-08-26 08:17:21.385000','2018-08-26 08:17:21.385000',5,'Zach Wallace','https://lh6.googleusercontent.com/-jXSkJxot4ME/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclDFAPVYecqtvSjSyJrNdGhQHJGyQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36363),('AbFvOqkxgFygDWfx7sKSl9mrVdhkKcwBo1PkoDsnWkQBZg-EiTgg6jQvm3YJbuiLsDmXmVqn1oQ3gA','Best ER I have been to. Friendly front desk especially Ashley W. and the doctors as well.There where fast and accurate with the results.','2020-09-05 15:16:09.605000','2020-09-05 15:16:09.605000',5,'Albelo','https://lh4.googleusercontent.com/-cXMdGIILWZc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnbwM2xmgqD-0r0oq06WBL3BrGm3g/c0x00000000-cc-rp-ba3/photo.jpg','17898197009688164559',37563),('AbFvOqkXgMtJUEV0s-4EEXefe-Xl08G_RRwhK28RqcC7xcKT2CpmDRJUngxJzoBQO5QuE4CEXOYhHw','I had a great experience here getting swift and professional care. They are the only place in town offering rapid COVID tests and with the backlog in normal testing methods, this is the only way to get results without having to wait for weeks. Rebecca V and Amanda C were great at the front desk and Dr. Mauldin was kind and professional. Nina the ER tech was very nice as well. The facility is also very clean and state of the art. Overall, I thought the service was great.','2020-07-30 19:52:22.613000','2020-07-30 19:52:22.613000',5,'Jessica Mitter','https://lh3.googleusercontent.com/a-/AOh14GipxPiX1KOk_YHmes2TQXaVlBWwQMBR1o82hwI0rQ=c0x00000000-cc-rp','16590124370714063921',34223),('AbFvOqkXgOM1C_d_99Y-nQy43pco3mlbWaGarTLT7uI42iHGHtK-nDsSbHEsRAO2GnBPGREfAPVE','Went in thinking that they aren’t gonna be happy having to work on Christmas Day. Boy, was I wrong. The staff was very kind and reassuring that our well being and safety was the most important matter at hand. They went above and beyond all expectations. From the bottom of our hearts, thank you to the entire staff at the Pflugerville location.','2020-12-25 19:55:51.179000','2020-12-25 19:55:51.179000',5,'Raymond Medina','https://lh3.googleusercontent.com/-jMtCmBVzsMw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmpXuQ_wwopwOOUbkPT_g4w28Xe6Q/c0x00000000-cc-rp/photo.jpg','2077061009497551125',44586),('AbFvOqkXGQq2KubOT1-JQgyFY7BAZiMvz6sniI_pSRe0bvO-EhpkSrFGAIcLrQ9AdQ8gk0W0N1qp','BEST FACILITY EVER. Welcomed at the front by Amy (with a smiling face of course). The team was phenomenal! Dr. Patel, Rommel, Joey, and Josh were excellent. I am highly pleased!','2019-05-07 05:39:42.169000','2019-05-07 05:39:42.169000',5,'Kelsey Kelly','https://lh3.googleusercontent.com/-v4578N3EsU8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmbSOYRLai3UMNmDoqZ1v1zkldl3Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40568),('AbFvOqkXH3Qpwqz92MDf4QwR66uUi2KC--LWBVFmjmm2x2qOTsH9I96-ugcqVa8mboHO-BzjTk_81A','Everyone was extremely welcoming and kind from the moment I walked in until I checked out. The Doctor was extremely thorough and friendly and so were the RN’s. Loved it here! Thank you Rashaad for the great customer service and the kindness','2020-02-28 06:59:11.525000','2020-02-28 06:59:11.525000',5,'Nida Siddiq','https://lh3.googleusercontent.com/a-/AOh14Gi1kQAsNnbdsRKFmGbUy2sI3cOz6HFJ4e-T2aFDdg=c0x00000000-cc-rp','17394740196501090048',36607),('AbFvOqkXHcFDQNkYw9YfnSUijWEVDBkdf5yXkVx-4DXEEcgEn64DGIYC37QB1sFoD_cENgjV7aVN9Q',NULL,'2020-01-13 02:41:43.405000','2020-01-13 02:41:43.405000',5,'Carol Oakley','https://lh3.googleusercontent.com/-iY3J_oPE6FY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnhGDLn8Da4HbHawcCV3LliCWXBig/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28830),('AbFvOqkxHdaJ4Yj_Ul8vK61Oiax4mMjL9WBED3CkeWO88CRkR1q_EincgK0VKUVnIQdMg2qw8erV','The staff was extremely professional and fast! Was in and out within an hour for a minor emergency. Everyone was extremely friendly. I’m very satisfied with the low cost and great experience. Gabe was an amazing nurse and Dr. Werzanski was very kind and took care of me quickly. I will return here in the future.','2019-01-27 02:24:02.336000','2019-01-27 02:24:02.336000',5,'Elise Simmons','https://lh3.googleusercontent.com/a-/AOh14GgZPP4rad8Tu3SRvZrLicbL_fCCxUATzYgNj9HLzQ=c0x00000000-cc-rp','16590124370714063921',35027),('AbFvOqkxHgV7PYFK-7tvpFZYrBlAyK20CGtk0ByCAiH_h-H0BR1F_8FckT_i14dMzTvFttDB-pmmBw','Really fast and so friendly','2019-02-04 05:38:59.804000','2019-02-04 05:38:59.804000',5,'maria rangel','https://lh3.googleusercontent.com/-2SDCyfu-MMo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckd7p0AkgZxOBOj8q4jUn9G93i1KQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30613),('AbFvOqkXhniHLnWNAMKMLKK-lNrsW8PlruFVml7cJv_1MsCgl-DAk2B0q8W22TyYtGdzVsnd9A7vuA','Patel, Sarah, Fatima, Daniel and Tanisha I just want to say Thank you. They attended us beyond Excellent and we\'re super nice to my family and I. I want to Thank you for everything you did for us, made us feel comfortable!!..','2019-12-09 16:48:15.636000','2019-12-09 16:48:15.636000',5,'Michelle Garcia','https://lh6.googleusercontent.com/-ZqRCiCN-lqc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnaA_2wNXZwFlrfjpQJIxZ1QNVJ7A/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37817),('AbFvOqkXHpWmmFMac36X59_7pJsjKJX8x9EEjRHHvJtJUrdPw4HRrmowq-XUFdfWDYFtFvDNlwYSpA','Such a beautiful ER and a wonderful staff. All of the staff treated me so well. Laura and Agnes are amazing nurses. Jessica is a great Radiology tech. Olivia a great ER tech and Dr Singla was very friendly and Leslie has a warm and friendly greeting. Thanks for being a great ER in the Montrose community!’','2019-01-10 18:42:01.335000','2019-01-10 18:42:01.335000',5,'Mario Angel','https://lh3.googleusercontent.com/a-/AOh14GgYXZqECP0LBF5ByzbRvHnWLriYh_uFHwrvcmDr=c0x00000000-cc-rp','3511292162159714121',40728),('AbFvOqkxHUdszbY_jWvJNF7L9Sxtvt67riGyw-yvD3yC9yfdEK6c9dZkLVkdq3-nF9LEHZzy0zR_Ag','Very efficient. Josh and Chloe did a wonderful job!','2021-01-15 17:14:22.691000','2021-01-15 17:14:22.691000',5,'Katelyn Peek','https://lh4.googleusercontent.com/-EG6x9i8aDDw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnBDhmuUshRxEtEb3_lFWVGeaCKiA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44618),('AbFvOqkxI5am7Hy1KHP05hjaGF_mqR5dqdBuIKwtXFZ_CgONuJPM8zypXI-bKqJBTAgKTe-VKX7Y','excellent care even better then my primary dr','2017-03-16 01:17:20.213000','2017-03-16 01:17:20.213000',5,'rad rich','https://lh3.googleusercontent.com/a-/AOh14GhiPOjm0eevwJQPojSIsTJ8ExM8CfbclvObWc_j=c0x00000000-cc-rp','3511292162159714121',41088),('AbFvOqkXI9e549jjVe6buc8fXib06H4S_pRXsqf-8LFNosDqDGmx11h5Gq0Eh5wVWXU576m9i-Je','Outstanding care, I will never go anywhere else. From the moment I entered customer service and care was excellent. They were thorough and went above and beyond to ensure that I was ok. As someone who has seen plenty of doctors, the care I received stands out head and shoulders above anywhere else. Sala, Jaqueline and the male nurse, my apologies- I can\'t remember his name, were outstanding.','2020-11-06 19:21:48.135000','2020-11-06 19:21:48.135000',5,'Cynthia Johnson','https://lh3.googleusercontent.com/a-/AOh14GgB0uk-m9NB2n50TjML1n1endBDd8X7Yeagt5SYBA=c0x00000000-cc-rp','3511292162159714121',40068),('AbFvOqkxiSIxKc5WOIF0uABIYZxUTgY_c3phTdnTyRvPYEvT4I_iFrYzG0sctmFF_OxDeMpom_xFFw','Great staff and super friendly!! I came in for a checkup and rapid COVID test after making an appointment online and everyone was super sweet. Cynthia, Jonathan, Jessica, Hoan & Dr. Smith were awesome.','2020-11-02 13:59:45.239000','2020-11-02 13:59:45.239000',5,'Kiki Rubal','https://lh3.googleusercontent.com/-QXSoFzzQ_QI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclv_wW_glk1_yDTT2VD0fD5h3NMuQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32180),('AbFvOqkxJ7kPrVqPRTNz-DXU9RPLzTK4mAIRYSsc-_Hw2fuM0QtU-IczgqonWqJFuk11GzNAFB0n','Had an appointment at 2pm didn’t get seen till like 320pm. Waited for a long time! I understand with short staff but also let people know you how long you will wait for. Overall it was cleaned but as when people were coming in, No one came out to sanitize the seating area.\nI would recommend if you are trying to get a COVID Test result, this place will give you the results the same day.','2020-07-07 22:01:39.078000','2020-07-07 22:01:39.078000',3,'Jessica Cruz','https://lh5.googleusercontent.com/-dbGBoV5GqmI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmL969qTdEMtAyD5ASyiC_rBMbm1w/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36562),('AbFvOqkxJk2tUaaIqHsw8s6D1BIVDCrw0F4UEL0p-V_U5UlyDcvcDU_6QTPRoMa2CpvrcQQj5KMc','Brought my sister in for an ear infection. They took her in really quickly and the doctor came in within minutes of being put in a room. The staff was really nice and understanding.','2019-08-11 05:52:13.168000','2019-08-11 05:52:13.168000',5,'Maritza Durwesh','https://lh3.googleusercontent.com/a-/AOh14Ggy36gbFNHA5_xG8e1Et3Wyd_FwmiJTW1k-1KPxPw=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkXJmjvaJEWBGFQqbg8qEJZiQ-BPH2h_j9oe5CN730-jNJ2u4GgB267xhz-eW3QzMLhhEOlgw','So, I was not there for myself. A friend of mine had to come in after getting a cut on his face, deep and long enough to require stitches. They got him in quickly and I could see how clean the place was. The staff was very kind, giving him calming words since he was nervous with needles. They even joked with him for comfort. They were efficient in their work. Seriously, they are all awesome. While we all hope it is not needed, I would come here if I am hurt.','2019-07-04 01:02:29.637000','2019-07-04 01:02:29.637000',5,'Jamie Nolt','https://lh3.googleusercontent.com/a-/AOh14Gg22zieTXVmWmZKsZUnEKt-kJCM3nEDTXBbGqc=c0x00000000-cc-rp','2694018788013845459',39316),('AbFvOqkxjWMEILiB7WHr68fq205of5BNiQDnlvOxDXPuqQBogWcyOzz-RJJfwHJrWggH2cwhOsIpAA','I really like this ER, they are really great, they are fast, and very caring, they take the time to really listen to you and make sure you are ok and feeling well. I would definitely recommend them very highly.','2020-10-14 01:42:15.368000','2020-10-14 01:42:15.368000',5,'AA AAA','https://lh6.googleusercontent.com/-HzFmmYJxnsg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckgSlZjXgg_1aeQwy0Ry_YaiQyk8w/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38481),('AbFvOqkxjZNbj_G3EmKLB55b7iHnDaIY88sohXBetg_JvCc7GJHU9plNUGTMZMM77Tg1cEuUtS_zkQ','Amazing visit, everyone is friendly here!','2018-12-23 00:44:51.446000','2018-12-23 00:44:51.446000',5,'Jose Mendoza','https://lh3.googleusercontent.com/a-/AOh14Ggr7DfrzVwClkRWYkqaSCRh-NouGyfRdr5_sLCE9EM=c0x00000000-cc-rp','8679688254631342173',42747),('AbFvOqkXkdCBAn0WCsJ-4T6X1JlyHZoLbaCVuytdahC2jyOJqPiQrLk24StIfHhxLvPL82tZFADbQw','Everybody was very welcoming they look care of my daughter with no hesitation as soon as the doctor came in and examined her he knew what was going on on the dot. Thank you Doc. Harjai, Nurse Alvear, Radiology Tricia, and Jesus. Thank y’all for helping my daughter feel better','2019-04-11 17:47:14.913000','2019-04-11 17:47:14.913000',5,'Anita Rodriguez','https://lh6.googleusercontent.com/-NP17YVtnTJE/AAAAAAAAAAI/AAAAAAAANi0/AMZuucnId_C-mLs3sjyxkaijO_PKqyW3ig/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkxKO2kI-bkXlouwJdoWfkzhBK1_WupcCSDC1zE_qb1lCZomfM0XenyNo811PDFg_27NQSoNQ','I had a wonderful experience, the staff was super attentive and helpful. I was in and out Dr. Daniels nurse and Natalia and the rad tech rollie were nothing short of amazing . I come here for all me ER needs .Stephanie got me in and iut quickly and mackenzie was super sweet and brought me a war blanket ! AWESOME EXPERIENCE. !','2020-01-25 05:14:07.352000','2020-01-25 05:14:07.352000',5,'Milan Walker','https://lh3.googleusercontent.com/a-/AOh14GgD0WFYWr2xO-GiiTX0zAmO4ElMGBTgVcO7hpIWPw=c0x00000000-cc-rp','8679688254631342173',42489),('AbFvOqkXl8blmy5EOsEPQIAlLoedJEL1QvPLfUK4UBSDM8hDR_q_pgyQRMjRwSAzO_pXzZIpZcMIUA','Run. You would think an emergency room wouldn’t try bribing patients with gift cards for good reviews. Most businesses let their work speak for their reviews. Do not go here. You should be paid by this ER for the services they provide.','2018-09-23 02:22:53.579000','2018-09-23 02:22:53.579000',1,'David','https://lh3.googleusercontent.com/-BZIYbrdV8V8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmpTHOzvP3HDZPUPbSVfTWHiWxrQQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29195),('AbFvOqkXLog_U4AlDyWpn6aOz4RR2mi3HZvt7vI7ix0dLT6qnb9gLXL02j4mIk6Ocb60lDe9Cxzqlg','Kim and Lucas were very helpful and nice.','2020-02-18 19:00:57.725000','2020-02-18 19:00:57.725000',5,'Chelsea Clark','https://lh3.googleusercontent.com/a-/AOh14GjAjzNSoJC4uEe-Wp4a9D-wi8JF1bq37R4-13L6ow=c0x00000000-cc-rp','3272657195432704501',39612),('AbFvOqkXLTtxIbCWDNbV_w09tHA0zg6BgTYcmUInNu0CBTGxV2_i7MaPmXGTszjxOhmoqxnM-9vOsA','Friendly staff... Very comfortable rooms equiped with apple tv and personal fans... The are always there when needed no long waits. Timely pain management better than any hospital I be ever been too. I recommend Signature care over any ER in Killeen area.','2020-03-17 13:24:57.928000','2020-03-17 13:24:57.928000',5,'Tascie Cook','https://lh3.googleusercontent.com/a-/AOh14GiSUWTWcThCfeqPwWmP8TYwh_RM3CE1tCqvhGSTBw=c0x00000000-cc-rp','2694018788013845459',39077),('AbFvOqkXm4hiR3WzCxetgs4ecqSdL2Eag4EUt6b3OuXBVWyBWbod7hXnA4aiGrzD_om858V_NEL7Tw','I would definitely use Signature Care again. From the time we walked in until the time we walked out, the staff was wonderful. When we arrived the ER tech, Patrick came in the room, explained everything he would be doing and was very helpful answering any questions. The nurses, Cat and Remington were very knowledgeable and accommodating. They made sure I was not in any pain and always had a warm blanket. They e planned what every medication was and what it helped with, before they gave it to me. Stephanie, the Radiology Tech was quick and precise. Dr. Ortiz actually spent the time to ask questions and listen to what I had to say. It was a very welcoming atmosphere and I didn’t feel rushed. They really took their time to make sure I felt better. When leaving, Rebecca V was polite and wanted to make sure I was taken care of during my visit! Thank you Signature Care for doing such a great job and making me feel better.','2020-02-15 13:32:24.512000','2020-02-15 13:32:24.512000',5,'Barbie Piccolo','https://lh6.googleusercontent.com/-gpu3rhdKoCE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnwqTL5TcB6BqZvJocLG5u1XcbO9Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34369),('AbFvOqkxMdmGzqcFwSZcmASxUpvhLe3uAQYovYZHrYWGZE2QKb0G-HTho25IKMIg81sB1cYMtmvj2g','Aivanna the front desk asst was very fast and Sufficient not to many friendly and inviting. They make you feel very comfortable.','2018-01-26 22:21:49.668000','2018-01-26 22:21:49.668000',5,'Jonathan Lacy','https://lh5.googleusercontent.com/-mbg-pB6CW9s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckDGVSVIZbjaSYuT9J2qZVA3iZqRg/c0x00000000-cc-rp-ba2/photo.jpg','3511292162159714121',40964),('AbFvOqkXMoLw2ki1JDO_QuP6IsRtI9Rjh2lOumvgpsYq6rpTjGBxuu_TQux5INWLnN5bSXn0JZugUg','Entire staff was friendly, caring and knowledgeable. Highly recommend if an emergency occurs. I had a severe allergic reaction late at night and was seen quickly.','2018-05-03 02:40:33.543000','2018-05-03 02:40:33.543000',5,'Mkfrtx','https://lh3.googleusercontent.com/-epirWCJR2NQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7cRcG2nmwmC_-C-ixtZUxywHqKw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32584),('AbFvOqkxmzzAiBnBNWPmuJEvG-DLH8J0dXY-iHGHoZcllRc7DUkvVwSOONnEPk9-ezOUD2OmJ3YBLg','Very welcoming and very good at listening to your concerns and treating you accordingly. You leave understanding your ailments rather than still having questions.','2019-05-21 13:41:04.522000','2019-05-21 13:41:04.522000',5,'Payton Staskywicz','https://lh5.googleusercontent.com/-kZgebnRO3yQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckPzI8lULqSrKFiDZiy5wHGLtFqOg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29842),('AbFvOqkxNlDPu8e6USlGIe_p6vtnQFF9nKRMMGrwafVX8ixlNnbtdab1ZuAeL_8r8L1kg-n8JNTU','The doctor and nurse were very helpful during the visit. They took their time to really address what was going on with my daughter and I was very satisfied with how extremely nice everyone was. tanishia at the front desk was very informative explaining the insurance co pay and deductible information for us, and doctor Do was very attentive to my daughter. The nurse Susan was also super quick yet careful with my daughter which i appreciated.','2019-12-18 04:05:39.046000','2019-12-18 04:05:39.046000',5,'eduardo torres','https://lh3.googleusercontent.com/-nqP8X4e83A0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckHnNcQ3bsDOXE2bJHKqJwYXj9gXA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37803),('AbFvOqkxNMqqTM2lcLu-eF_XFVB-oKEd5TyFfPguAh-UVWOCXq3INX9QcQNDyBq9zo28HkhZczebog','wonderful service and quick as well!','2020-07-24 18:38:21.736000','2020-07-24 18:38:21.736000',5,'sara shafer','https://lh3.googleusercontent.com/a-/AOh14GjjRZUlJomAxrVGzWhA4guonJSuY5G6Gu397TEP=c0x00000000-cc-rp','16590124370714063921',34263),('AbFvOqkxNSaLYMhv4Kk9wbHMn03ehFJyZMjmBFC8O8EP-pOwapXAuZCDsHKvinuAo3t8SDOveOg7rA','Staff was very kind, caring and compassionate! my nurse, Jacob, was very patient and outgoing! I was on and out in about 30 minutes!','2020-10-06 01:42:28.316000','2020-10-06 01:42:28.316000',5,'Nakissia Steward','https://lh4.googleusercontent.com/-p-0nVlXLYLc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucllyOeQdwhBv85SRfrC3xnE6yvqdg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38938),('AbFvOqkxoEiMd5fW0mT1suCGUE7FsJPpljg6ZHgNIBkz_ZEe1KAfpS_RO-oJR8-GP3oOh2FC7cuaNw','Great service! Brought my six-year-old here for extreme stomach pains. Dr. Ybarra, Shelley, Becca, and Heather were caring and had great bedside manner.\n\nWe loved the visit and my son left feeling great!','2019-01-22 03:05:06.431000','2019-01-22 03:05:06.431000',5,'Russell Smith','https://lh3.googleusercontent.com/a-/AOh14Gg2nMrXrLb5g7sitorm0AM0Km6UiG7tFT-hnDG5jA=c0x00000000-cc-rp','17898197009688164559',38322),('AbFvOqkXOMnXAuDcJ9YBBW0oJ_JUgy-RXsNPRj06ByRy80O46m7PstzLFOdsRfF3Dnadyi17FQ94mw','When you\'re not feeling too well it makes it much easier when you receive great service.','2017-05-11 13:03:08.515000','2017-05-11 13:03:08.515000',5,'Ashley McCoy','https://lh3.googleusercontent.com/a-/AOh14GiY5OOFMPTtZQsBfTDAzxc0cbafXLg1acqdA_8jYA=c0x00000000-cc-rp','14904078213800803294',32683),('AbFvOqkxOXq4DTUiciXfa9MQbosQqEyCWE6YQouvS9xg6ytYwtQGqOLOJG7IO9zCVSM6pRKQgj9Q',NULL,'2017-04-03 22:14:09.037000','2017-04-03 22:14:09.037000',1,'A Mo','https://lh3.googleusercontent.com/a-/AOh14GjvXr9hvd0Fr-nEf5JeBFz8X5b8E0M93FB9maHY-A=c0x00000000-cc-rp','14567670160750071148',31073),('AbFvOqkxp9EpvPKfkhEk7uwWzguulivniSQMWoZbyKOyO30qMffMWvSW4K4Pz0lYdfO1TPxMD5Xbsg','My husband was seen by the caring and prompt response by the following team there: Nurse: Sarah G; Rad Tech: Nanci B; ER Tech: Daniel B; and Reg: Ashley S.\nGreat staff and genuine concern for my husband. So glad they are available and close to home.','2019-07-09 19:24:14.891000','2019-07-09 19:24:14.891000',5,'Carmen Gravis','https://lh3.googleusercontent.com/-2Y4Q87gvWuc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnNPezO6DGlrvRCgC2VcAGpjcD0OQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38096),('AbFvOqkXpelAHNU_XBWe6cJdlL7NfW9fSbhU7oDg1SAhROHIBuAagjL-5wJbOeA47D42lEHRsCLn8Q','I wasn’t sick but the attended me like I was a patient Dr Thomas and Nurse Susan are very nice people','2019-11-19 04:50:47.680000','2019-11-19 04:50:47.680000',5,'Armando Gonzalez','https://lh3.googleusercontent.com/-uIzg3p9Wofo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckgpgJKiWJC-1ixN91d2aufVuoRBg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37869),('AbFvOqkXpHjSj_vLrjRbUAA7p61FBoxmNberor4KXPYydMXv5V18PidTVU70FRb2A4O5BjnViNzTmQ','Suzanna and Emily were two very nice employees who are greatly appreciated. Also, the medical staff turned a stressful situation into a positive experience.','2020-06-16 15:10:01.400000','2020-06-16 15:10:01.400000',5,'J.T. Stanley','https://lh3.googleusercontent.com/a-/AOh14GiqZbaI6EZeDB5zDKYuHg7xYPO4-iwmfCCLmKtf-Q=c0x00000000-cc-rp','2077061009497551125',38815),('AbFvOqkXPpa8pUvkC3aNMkZdOHKjdK8nCIKLUEER8HeFVp3eAp2SZi9Rg8U80NGEORQcwZ_uvKznGg',NULL,'2020-10-29 18:22:43.926000','2020-10-29 18:22:43.926000',5,'Blake Sanders','https://lh6.googleusercontent.com/-ZV55LUOM4JI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxj3kMKNjYTJTvAhGucxmjbtkZ-g/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32184),('AbFvOqkXq56GhEoSmRZfrXgzMktw8G6E4sAsIV9Ox5X-AxxCBpDTJOZSYoj-fZI2cPGePIW75ZWqFQ',NULL,'2020-07-19 17:24:56.824000','2020-07-19 17:24:56.824000',5,'J H','https://lh5.googleusercontent.com/-pQpdTbxI7ww/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckL_yVkhpFP2f9eJ9EO3-GEF0KMTA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31977),('AbFvOqkXqKL0XqkS9LxfMGjELHIE2ZIA7NkAtE_pi6L4oAJNw_sKnPHdqwXAjFHPMCjW1PfbD1PR',NULL,'2018-12-06 07:33:38.916000','2018-12-06 07:33:38.916000',5,'ē”°åŽŸå¹øå­','https://lh3.googleusercontent.com/a-/AOh14Gg49zUt68vIp2TLpD42qhcr6i6v5WBAzyQAeoux=c0x00000000-cc-rp','14904078213800803294',32519),('AbFvOqkXQyUJq1esAIoSrOVa83AG_T1ex8Kxz3U_8KABqIUOYPcpgTo16pmLHwG6C5IWffZyx4U5','Great services, I highly recommend Dr. Bansal\nNurses Sarah and Kristina, Dee and Alysia. Made feel great 😊','2020-11-20 15:39:47.900000','2020-11-20 15:39:47.900000',5,'Diana Aviles','https://lh3.googleusercontent.com/-Gt4nK_afVwI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclwyC_g5I4om3wM2VMMsSYBg97LGA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28451),('AbFvOqkxR9Q8ttKaFkuBd6qobSGY-X38qEWdzVqFpN0fEQy9sCfw3ska5M7zqS9cKqbzQnce_m5eNQ','Alyssa P was very helpful at the front desk. Super fast service. Doctors and nurses were very friendly and helpful.','2019-12-14 20:46:15.538000','2019-12-14 20:46:15.538000',5,'Kayla H','https://lh6.googleusercontent.com/-ge9IzBriQk8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmOKPI3ILZ6PQwX77M8DbMbOyDOSg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43160),('AbFvOqkxrDrP1o7N9xKGb1o7DWnusFYMBULui8m8IK0AnKQJytSc4oB07HgoAstWPXJbk8jQrzHv','Came in with my boyfriend after he sprained his ankle. The was very friendly, and the doctor was very informative.','2020-03-12 23:55:13.781000','2020-03-12 23:55:13.781000',5,'Tiffany Johnson','https://lh5.googleusercontent.com/-94wpXkn_VWk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclqMy5C-W39c63vvd7xLQirhSXZ_Q/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36594),('AbFvOqkxRJaD3OzmAkFDiY6s73XRhhaVpGQexhXrM4p3x171QqzWYUu-296Q3llPRdVdmw8so8BOqA','I am amazed at how well I was cared for. Thank you','2019-06-28 14:56:52.345000','2019-06-28 14:56:52.345000',5,'Tom Eickleberry','https://lh3.googleusercontent.com/a-/AOh14GhqPcjiQpcWBOepW_zdOuOd9ypF4znfnVoxb6i6fw=c0x00000000-cc-rp','17898197009688164559',38118),('AbFvOqkXRSuauunWl1Z3M3QttBxeHHmsk5CUr1-TB-wBkzz183x7SKYOxwT9Fy4gJgWdyOHxc6iD','Always a great and very fast experience here at signature care... I recommend you all to everyone! Thank you Jessica for your awesome help with my coffee this morning as I needed it badly lol šŸ˜† and thank you Maney for your awesomeness as our nurse... you both made our visit the best!','2019-08-12 21:27:42.950000','2019-08-12 21:27:42.950000',5,'Erin Walker','https://lh3.googleusercontent.com/-GtSclSUCxgc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6TrIfbbHigse0QSaZkloDXkHKaw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41627),('AbFvOqkxRwSuCCr1_tsW7u_NrmL9gRqHN5paNz7HgIgrQRJqqGyupQLdJfnEX_QKgzD4MYBxNohQ','The service was incredible. They treated me so well I will not go to another er. The staff was very professional and warm. I will be recommending them to my family and friends.','2019-03-21 06:11:08.376000','2019-03-21 06:11:08.376000',5,'Tomitra Dawkins','https://lh3.googleusercontent.com/a-/AOh14Gi72bolU0nrx9xErJzB7sYIdBfqXmnVZIW7ALYlacw=c0x00000000-cc-rp','14567670160750071148',30578),('AbFvOqkXrxgvd5k8ETyQ55JE_BVRkfkhwhsT8VlUutKxa5-eoV_WZT7cddbtnjkBrOgRpM99Qb98cQ','Vivian S. Great help and excellent service.\nThe staff is really great and fast check up','2020-07-31 00:56:15.571000','2020-07-31 00:56:15.571000',5,'Steven Mino','https://lh6.googleusercontent.com/-iq0qphupj2M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmfWLruU5fVpgm2NxtMCTxzQ3Er_g/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42953),('AbFvOqkXs8aB3LZDuzV5s5ypkwuQn_EPHbsXjzk3fUvV6HilBJ7NSjNy2CuWsmsreROoVx4wplt0','The SignatureCare in Montrose was great. I had had a painful irritant stuck in my eye for several hours, but I knew it wasn\'t worth going to the emergency room. Even though I was anxious from the pain when I arrived at SignatureCare, the woman at the front desk (Victoria) was accommodating and calm. I was brought in almost immediately and greeted by the nurse (Jeff Mathew), who was also nice. The doctor, Samar Yousuf, did a great job of getting the dust out of and rinsing my eye and was very friendly. I was in and out within half an hour. It\'s been over 12 hours, and my eye is almost completely back to normal. I would definitely recommend SignatureCare!','2016-06-21 20:55:06.074000','2016-06-21 20:55:06.074000',5,'Sarah Beth Stein','https://lh3.googleusercontent.com/a-/AOh14Gjih4lheO4kumB5_QCkv5ax-ZalgvJlDEwJXnSYXg=c0x00000000-cc-rp','3511292162159714121',41202),('AbFvOqkXS91FmddKfTgnS3QaoFUtG1i1HgM_EBuZWhXnfbVl1qcheo-DLjqIrQ_FshaLA5Y-ddkF','The Dr and His staff are wonderful. Love the way they show their work ethic. THEY CARE ABOUT THEIR PATIENTS. From the time I walked in Ms Jessica S was very courteous and attentive she called someone within minutes of checking in to get me. RN Adrianna was very attentive and patient and also caring. CT tech was nice too. (Sorry didn\'t get her name) and Dr Elsbecker is wonderful. He takes pride is in job. Hes so patient caring friendly and attentive. He gave me my diagnosis and TOOK HIS TIME! LOVE IT. THANK YOU., U ALL ROCK!','2020-02-28 22:51:00.048000','2020-02-28 22:51:00.048000',5,'Veronica Urdaneta','https://lh6.googleusercontent.com/-t83Er2i9SdE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn8gotsIV2-z_g9izIqR4Al8Jhk1g/c0x00000000-cc-rp-ba2/photo.jpg','6521947413723274945',41433),('AbFvOqkXsin-sIQ-DNTOXQ-ip7E2pXShGuG6OEAMutqFY_84INpqbwClQqhiZW9UjjSafBNky4llQw','I’m always in great hands every time i come here, such a clean and professional environment! Plus Chelsey is so professional and kind! Definitely recommend this place.','2020-11-05 00:10:46.708000','2020-11-05 00:10:46.708000',5,'Juan Carrasco','https://lh3.googleusercontent.com/a-/AOh14GjQzQmklKbm3LBozGRwDbvp8nHxm8Z5H2CVBsx3mA=c0x00000000-cc-rp','16891069708558046635',35644),('AbFvOqkxSt68-byprKGX_vLsBnLS3iJ_pBnhd1hOw7Peqr7pbQ9mNBI4r3w3EXmQVGq3pRqWru_I0Q','This is definitely my first pick for Urgent Care. Staff is awesome! Chelsey, Clay, Lindsey... literally all of them. So great.','2020-11-20 21:26:09.318000','2020-11-20 21:26:09.318000',5,'Daniel Williams','https://lh4.googleusercontent.com/-CqcimyJ3WhE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm56y5VJFfQN0LUJxX1MtLZDZouzQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35577),('AbFvOqkxSYGMqF_Eg5pjNF6BRlEfR7PnyMhRau0sXQE0CezKHJAwqR0GjMZpfCQ7JqqJ5bBk9A-jQg','Excellent service very friendly staff and clean facility Patricia and Jordan','2020-01-18 12:23:40.145000','2020-01-18 12:23:40.145000',5,'MERARI GONZALEZ','https://lh3.googleusercontent.com/a-/AOh14GjKG7WqE61U-wGIcdoBD7NdnR56O70mw_NMExrq=c0x00000000-cc-rp','16389487648212004696',33492),('AbFvOqkXTg9ySxihioksfivkffrx2fp-jOGJ-Ww338HVuCJN4OXArs6tGwGZ6SjgfkwzobyhLyq8SA','The staff was all great. I was taken care quickly, they listened to all my problems, they made me feel welcomed and not rushed, From beginning Evelyn check me in quickly, Waldo explained each procedure step by step very nice. Fanny was very nice as well she kept checking on how I was feeling. And last Dr Daniels was awesome from beginning to end she explained all test results where I could understand.','2019-06-06 23:07:02.854000','2019-06-06 23:07:02.854000',5,'Faye Freeman','https://lh4.googleusercontent.com/-p0K8kdckqQI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmE21QktX-JqmcJ2jfTqJ-3H8nA3A/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42694),('AbFvOqkXtmChTyJ4ickH6u5CKLqeGcnPO4S6v45194Cmyp2Is6bHApVatGzduBTtbstYiLGnBDtWYQ','I had a great experience here. I will definitely recommend them to others.','2016-08-15 16:58:12.730000','2016-08-15 16:58:12.730000',5,'Shanecia Lenay','https://lh3.googleusercontent.com/a-/AOh14GhTptPBmISsieM7jILiur0SRqK5Y48ly4dq08JT5A=c0x00000000-cc-rp','17394740196501090048',37313),('AbFvOqkxTtujoG0GQBehn4w_VV2KkI_VAFtVqkNiYu6vil3xZ2e67RsOKz05kKf0xhlu2ktHIZh2','Lindsey and Chelsey were great!','2020-11-08 01:44:57.077000','2020-11-08 01:44:57.077000',5,'Lauren Alexis','https://lh5.googleusercontent.com/-sH_utTCZcwY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucncakyZZK36AyGqltYlKROxQeclFA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35619),('AbFvOqkXuzd7hArFdfcsf6M8q5a00754ilugvnM78huZjVj09PR-Nb5AcV22WwtChAOJ8mQBKZRWVw',NULL,'2017-01-16 13:47:05.663000','2017-01-16 13:47:05.663000',4,'Lily Nails','https://lh3.googleusercontent.com/a-/AOh14GjLicH85wXNBZkTkoW1NMEabQjbeNR4sxH76gzF=c0x00000000-cc-rp','17394740196501090048',37231),('AbFvOqkxVQfIHmW2UOww4cwIJie0lE10lW8ejKKTUZVtxO36inDt-Z0rj0Lw6kLHN6ZfnJcVEJTnpQ','It was a great experience and they answered all my questions. Kendra was amazing to direct me to where I needed to be.','2020-03-19 22:57:39.521000','2020-03-19 22:57:39.521000',5,'ZoĆ« Madrid','https://lh3.googleusercontent.com/a-/AOh14Gi7uhCBpOx5zozSRDfXBEZgSe-tbWJFSFWzhaWsCg=c0x00000000-cc-rp','16590124370714063921',34301),('AbFvOqkXvTDsKHmxhHY9zbBPafHlhV7FxBsl6l0zmAHvxU7SgaarOpaCVYXWgsoMlig8Ryzd5L7seA',NULL,'2017-02-08 18:35:16.734000','2017-02-08 18:35:16.734000',5,'sarah steadman','https://lh3.googleusercontent.com/a-/AOh14GjqLHvh0S34Q7gKnZc8L52mRAzdcR1CZH4hM28L=c0x00000000-cc-rp','14904078213800803294',32738),('AbFvOqkxVu4rzrxG5c9-lmY80UMNLd-VWN0rjj4D1lcN8ZPvCErpx_vdPuORX1Eix7Yy2vK38wLojg','I came in with a friend who experienced Chest pains and shortness of breath. The staff was very helpful and Fatima was very nice and helped me and my friend calm down. Also doctor Dunn was very helpful and understanding. Love this place. ā™„ļø','2019-11-11 06:46:38.906000','2019-11-11 06:46:38.906000',5,'Korbin Mosley','https://lh3.googleusercontent.com/-TKX0eRy2wm4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxAjQI68AVDuuDtZB1vFgQStOg-Q/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37893),('AbFvOqkxvZTTcnzfjib3vL2u569deS58yh51-5I9HmK1Vly1ITPh3tQ1c1b6wG27zv6C6-y-zDv4',NULL,'2018-04-04 21:02:32.181000','2018-04-04 21:02:32.181000',5,'Kanti Bansal','https://lh3.googleusercontent.com/a-/AOh14GiCKVKzYDC4NNGzA4jdW26TbXanp0hUppJrg9q2oQ=c0x00000000-cc-rp-ba3','17394740196501090048',36964),('AbFvOqkXwqLXHI3853NQRX5jF1qRQzTpAvzh3PitxZdVfbJN8mQx_fmfo0MmmivoKvoIJyRpyoM8pA','I had a very positive experience at this location. Was taken care of by Remington, Chelsey and Clay. The team was very kind','2020-11-09 18:53:10.955000','2020-11-09 18:53:10.955000',5,'Luis Benedetto','https://lh6.googleusercontent.com/-VHJ3ZZVa4Bw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnab9KVldIfFcTsQqUNa-d41YR42g/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35604),('AbFvOqkxwYnce3jOmJYSR6WUN5aZGou8-qMiGNc4WkRwkkujIr7NkfwdAq1B8IjC6LnFHXPLHARXiQ','I had a great experience at this ER location. The staff was friendly and knowledgeable and I received the care I was looking for. Would definitely recommend for anyone to try this place if needed','2020-11-12 16:31:45.348000','2020-11-12 16:31:45.348000',5,'Jocoby Junious','https://lh3.googleusercontent.com/a-/AOh14GjDdwS1ADng2Opc8wwHjuT9_B0JBz5Sw4GgczjtUQ=c0x00000000-cc-rp','8918455867446117794',42836),('AbFvOqkXX1HtGQ7sk2DmUkArG6znLjqlOojC2BQZGdYs1q5Aqfgzc8rIcugm-pVG3YGy3XAworf7pQ','I went there with my son who had sever cough . I found that they had great team .starting from reception, security, nurces and doctor .special thanks to Dr.YBARRA , nurse: rollie , rad tech :NATALIA /MACKENZIE ,registration:STEPHANIE.','2020-02-25 07:36:48.351000','2020-02-25 07:36:48.351000',5,'Hassan Aldushaish','https://lh3.googleusercontent.com/a-/AOh14GhIPt30_gl8X9xWja76rLETIXiL9pIxj7YcTvvyrQ=c0x00000000-cc-rp','8679688254631342173',42426),('AbFvOqkxxJMYKlPZthpGSlAxWEbHo69XqMtwtJb2Lx8P7fV6ir9J8SJNmEEFeKwpC3_bsbm6j8OR5Q','Dr. Omalley , nurse nikki and read tech Jessica were very nice and made the experience wonderful.','2019-04-23 04:28:25.388000','2019-04-23 04:28:25.388000',5,'Frank castle','https://lh3.googleusercontent.com/a-/AOh14Gg8h_ENkufNj3XDz-cVW68GbtuaertfivBckTxl7Q=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkxxrry9hgH8TXsVEMCskdJXLp9bHSW6VXhCaKObJiRLKyOdPowy1UtaLwj6rferl1utEXyLw','Fast sevice staff was all friendly great first time experience for me','2017-02-14 00:38:23.181000','2017-02-14 00:38:23.181000',5,'Marcus Wyche','https://lh5.googleusercontent.com/-prUcuBJeS4U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckcu3GkgWgLgj6f2Zo6W6AI7epo8w/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31100),('AbFvOqkXY05Jx86YCAo7VDhRs8GUjwq2ScayyGF9YiT992oFPuJyv-bPTzHTBLvCGag5iBEAOi1XIw','As a physician myself, I know where to go when I need help. Friday night I felt a pop in my ankle while playing ball with my son. I thought I broke my ankle. When my wife got me in the car I said please take me to SignatureCare ER. I had been there before and had a very good experience with them.\nThe staff there was awesome as usual. RN Blake came out the car with a wheelchair and took me right in. Within minutes I was seen by Dr. Gadiraju. She assessed my situation and quickly got me some pain relief. RN Rollie and Natalia helped me to get X-rays and were extremely kind and gentle. RN Rollie then helped Dr. Gadiraju with placing my leg in a cast. Within a couple of hours I had a plan of care and an MRI which they arranged for me on a Saturday.\nThe facility is so comfortable. You could tell a lot of time was spent in planning the layout. They offered me a warm blanket as well as some food and water. I was given the remote to a large screen TV on the wall and was able to watch the end of the Astros game.\nI give this place an A++ and I’m a doctor myself so I know ER’s very well. If me, my wife or anyone of my kids ever need help, I know exactly where to go.\nThank you all so much for a wonderful experience and making me feel better.\nKind regards,\nMichael','2019-04-08 00:52:56.934000','2019-04-08 00:52:56.934000',5,'Alberto Mougouris Eisenberg','https://lh5.googleusercontent.com/-dOGtIWElKaU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl9MDtlAKXAXqgIcnA3uI1Z44hVZw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42710),('AbFvOqkxy3eSSAPwYjxcRKdUmGO94eC8RUpItW_0m9zzINnl3f4MxdNZzZzENvrEnhy9A7QcMQDk','FAST and friendly service','2020-10-01 20:45:08.170000','2020-10-01 20:45:08.170000',5,'April Amaya-Figueroa','https://lh3.googleusercontent.com/a-/AOh14GheuEFbqLi7dFsX_zVU3eemutKeqwguFcr1Ubr4=c0x00000000-cc-rp','14567670160750071148',30081),('AbFvOqkXyMIrWg2Cv7h49BldVqfiFvMr7KYH_y-TupP3Z99UUoz9ZLHyBcTNC4VzTjgQoFWT5OAlnw','Excellent service.','2019-05-08 19:07:18.824000','2019-05-08 19:07:18.824000',5,'Enilie SM','https://lh3.googleusercontent.com/a-/AOh14GhFV_f6x2xbu6wNxR9raBDue4vIHHqRInCBW6YR=c0x00000000-cc-rp','2694018788013845459',39356),('AbFvOqkXZEzOYs40qZAmns4EgHZA61Az6oyh54PwSobV9r0NH1kSiscspFGQpiVWc506MdgG4xeS','Great Experience form every staff that I came in contact with!!! Angelica D., Vivian S., Dr. Alcanter, Ray G. We’re awesome. Literally the best emergency room I’ve ever been too.','2020-10-29 04:42:11.226000','2020-10-29 04:42:11.226000',5,'Amber Thomas','https://lh6.googleusercontent.com/-f7GAXmJwgMY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUb3Hj6deseIgKDVFE1uRESkZ1iw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42849),('AbFvOqkxzhfXLUwG5TlwX5Sgpid8Kv12FVRWWLtNRwW5WK9YXauzyvfHEO7JdKybCKLFimU3RKrRBg',NULL,'2019-09-23 15:51:29.354000','2019-09-23 15:51:29.354000',5,'teresa T','https://lh3.googleusercontent.com/a-/AOh14GgonK3DufRL4Ekaujy7n0Qf0zelVcL5QJz8Lktp=c0x00000000-cc-rp','14904078213800803294',32424),('AbFvOqky-6E5I9XdgRBHrVUbWtRt4ZoSeipTnGpJrPC26_-RtBNkmWEVxljmmX_KLK7OIwVVnz-cvQ','Amazing staff, very professional and very helpful, had me in and out about 45 mins, Dr had great information for me, I would definitely recommend coming here.','2020-10-13 18:40:25.694000','2020-10-13 18:40:25.694000',5,'Rayann De Los Angeles','https://lh3.googleusercontent.com/a-/AOh14GikwVzp8fe87kWlwgddaAkEDKzAeB8KIpoJtb7a0Q=c0x00000000-cc-rp-ba2','2694018788013845459',38925),('AbFvOqkY-J-a7ebRrlbmeRUKiRrDL0XaPKd_Ut0IeDVK-RKmM4VeM4uEh6pk22qgrYOXJdLNjR51zA','Absolutely wonderful staff and quick amazing service. I needed immediate care as I arrived and Tanishia W. at registration saw that I was taken care of quickly. She was very kind and when I was ok to go home she made sure if I had any questions to ask her; she is very welcoming. Nurse Shelley D. was there talking with me and making sure I was comfortable and taken care of as well as the RAD Tech Heather G. I was able to relax even in my situation because of them; I am so grateful. Doctor Q. Henderson was quick and had me patched up in no time. He took care of me and also gave me great advise for my future in case anything were to happen again. I was able to go home as I was not only luck but because I was given such quick amazing care and I am so glad I was taken here. If anything were to happen again I wouldn\'t hesitate in my choice as I would absolutely pick SigatureCare. Everyone here is so kind and I had such an amazing experience thanks to them.','2019-05-29 02:02:34.713000','2019-05-29 02:02:34.713000',5,'Amber Plant','https://lh5.googleusercontent.com/-LKU-juhW0x8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm_kUxzsvYxVnvwF7A6iGUE8KKFmQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38163),('AbFvOqky-mOrBs-JpN3L9L_33BrpqBUG3zHV5oyKGJYlRY-YXHGdMj7UAXqBMsGW-XBQoqhGNjgYyg','Bryan and Megan we great when I went in to get my covid test they were nice and polite such a great experience.','2021-01-19 17:47:03.120000','2021-01-19 17:47:03.120000',5,'Mary-Katelynne Landry','https://lh5.googleusercontent.com/-5euzGF8CcS4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmML9wgBmmMI5d0sYu3vCQc6OcDlQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44512),('AbFvOqkY0_178PMIQjMNlo3jnyShfQ1Iw5PwX8YU10FUXLuRlOHWSOXwySqB23aFGesjcIEEMLWl','Love this place! Very caring and friendly staff all the around😊 Very clean environment. Maria was amazing as soon as I walked in greeted with a ☺\nThanks to the whole staff Kristina, Dr. Osieki, George, Andrew and JaredšŸ‘ŒšŸ¼','2019-10-06 18:27:59.106000','2019-10-06 18:27:59.106000',5,'Angie Moya','https://lh3.googleusercontent.com/a-/AOh14GioNc7g_ay9uunsOx7bksTBtUEfifQGTviScJW0TFg=c0x00000000-cc-rp','13486358490203335051',29632),('AbFvOqkY0GGW7ym4dDRcCKvkjudcdhODF1He-lAsg52A7AQqKiFkGRI0TEuWQadeVwkR2yR8aGdSyA','My roommate had a medical situation and was addressed rapidly and in a very kind manner. Anthony was the RN helping him and he was extremely kind and entertaining for all of us that were there, making the whole experience much less concerning. Thank you!','2018-11-01 02:05:45.573000','2018-11-01 02:05:45.573000',5,'Dylan Siegers','https://lh3.googleusercontent.com/-u-LP9AKlsV4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmoZtYJmP1mlLjjECiwfGYppw4Pfw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35133),('AbFvOqkY2IaBfhyqJ38qB0FPGsSD7wNlXlJF3O992KcJXdBCclC3PL-Tg6InFfHCA5wOg3WY4ZXZqQ','My wife and I had the best experience the facility was very clean and the staff was very welcoming so thanks Dr.Henderson,Alvean,Patricia and zeik for the hospitality','2020-02-08 23:13:12.730000','2020-02-08 23:13:12.730000',5,'Mack Marshall','https://lh3.googleusercontent.com/a-/AOh14Gg4p4MGXGzHesDJ2XkknQnngnkPO8jSL05zHZaDlQ=c0x00000000-cc-rp','16389487648212004696',33386),('AbFvOqkY2Vgu3HBB0JZppUA2F20139_2Mp6a3x7MZfXprHDfjTUqIL0kxJlThASmNMcsvTkafBk91Q','Great experience, Clay and Christina were wonderful!','2020-11-06 15:55:13.343000','2020-11-06 15:55:13.343000',5,'Megan Cooper','https://lh4.googleusercontent.com/-fn3eDb3vxEs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucniFZhZRKACNNEl9xpn52osSMLYaw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35638),('AbFvOqkY2xC2nORnwY5I-aWRUPvdDAIz_T5tvu3BaofldJAJKPB7tDFn3ASFtIqEXAjHZjOfZ0-UBg','The entire staff was extremely helpful, friendly and professional. It was a fast process, but they did everything for my daughter that needed to be done. It was very well maintained and cleaned. I would definitely recommend this clinic and would come back again.','2020-03-08 13:54:04.901000','2020-03-08 13:54:04.901000',5,'kim ferralez','https://lh6.googleusercontent.com/-DJKu2wQ90g0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclB7oTde0yxINwULVAHcQx8ha-D9Q/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35930),('AbFvOqkY392L2ixH1-K4ai3lk27rDzRe-JcrwCqI22sLlYVbTTf200t1ZjjibXIOFvCU0kC4J6jlnQ','Staff was friendly, nurse and Dr who assisted me went above and beyond. Also they have great snacks and drinks','2019-05-08 16:20:58.685000','2019-05-08 16:20:58.685000',5,'Marlon Briones','https://lh3.googleusercontent.com/-D6hLmxhO7YY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckJcOHaq_RMZMTKl48bSwnmjMtmjQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30544),('AbFvOqky4CDSQHfrluihsbYuuMNEhcn-h4h-CIOmyWW7WUSjD7au_4Av8uy7LlKwcTSbvOQmgV9i6w','When we came in today after I fell off the stairs today.. Olivia took care of us real quick... she’s awesome !! Ezequiel was very nice .. Dr. Evans what Can I say she’s sweet friendly and an awesome Doctor .. keep it up guys!! Yall are awesome thanks for taking care of me !!','2018-01-19 06:54:42.126000','2018-01-19 06:54:42.126000',5,'Xiomara Garza','https://lh4.googleusercontent.com/-AFwDAc3M-Ts/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclu0TaEjdPY4CQF3gUOX6P2ZY_Fmw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32615),('AbFvOqky4CVHsnbrFsbBWbOMSf6qgzY6STB2yFTjiTpCbs0VO4dHAOsmaHdr8xluR3b9ezjebKdY','This was honestly the best medical experience I\'ve had in my life. I wish i could find a PCP I liked half as much as Dr. Miller or my nurse, Marty. I hadn\'t been to any emergency room in years and I had no idea it could be like this. I had blood work and cat scan done crazy fast. Prescriptions and a surgeon to follow up with. My husband and I agreed this is where we are going when/if we have another emergency.','2019-11-06 21:17:43.191000','2019-11-06 21:17:43.191000',5,'Rachel','https://lh5.googleusercontent.com/-CbLZvwT4Wn0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnLy8kfKiWtGsD4SBAxEO79YmkUFg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36086),('AbFvOqkY4QDZqCgxmsuQnF9q7d4zRY5HdNFLtZ-ciZcq4UXbWjVFmG0e-_UAzxYMkQmFgOkOEXds7Q','I came to signature care, cuz I had swallowed a diamond bur I was terrified by what could\'ve happened, I soon as I walked in there the Receptionist Patricia , greeted me with a smile, she took my info and rapidly took me to see the doctor she was very professional and she really look that she cares about any patients the hole staff was incredibly amazing I\'ll recommend my family and friends to come to this awesome ace..','2019-10-05 03:44:00.640000','2019-10-05 03:44:00.640000',5,'Raul Salgado','https://lh6.googleusercontent.com/-Lm_MbJIBmN4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckuIRWZYzgt9aD9JA_KF9JyhHaMrQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33903),('AbFvOqkY4ZMUpuCu9T6bKpqI-4Po5Xvo6tRVLkQVmI21fZL60Q3bZ98yY8U2wOu6poR2M-hrHDcX3Q','Kevin was amazing. He was very friendly and engaging. The front staff was efficient and got everything we needed. During a time like this it is great to see such a wonderful staff.','2020-09-21 18:57:33.406000','2020-09-21 18:57:33.406000',5,'Chris Nowak','https://lh6.googleusercontent.com/-_HVouoMzt_o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckHY_WKrAn-J-d-sEYLmilNcpWXcQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31629),('AbFvOqkY5lpP5VftdJF8jP5KN8pEQA9FRFXtOl35-8BPlWdQCg2ywQ8DE5c2KQ0UR9OLpcuNBANL_A','From the warm greeting by Jennifer at registration, Erica and Valerie\'s kindness in the patient room to Dr. Dillions patience with a momma and all her questions, I highly recommend this establishment for thoroughness and professionalism!','2019-01-17 18:22:10.892000','2019-01-17 18:22:10.892000',5,'Ashly Kuma','https://lh3.googleusercontent.com/a-/AOh14GiUbxdDDsHMNSMK4Q1HEEINvVFSj-36q7wgk4mPJZ0=c0x00000000-cc-rp','8626688543755174284',42175),('AbFvOqky5p2PYCA2k8jKXynZu7KxPDBgeGPphp7NER-Xzx46xOA2AAy3T03mPL-jYNJu-3k-TIRH','Exceptional care by all staff. Earl the receptionist was patient, professional, and timely. Nurse Ashli had an exquisite rapport while as being professional. She was highly skilled, timely, and compassionate. There was not a thing she could of done better. Dr. Lingan was compassionate and thorough. He really listened and treated all of my symptoms. He was smart, proactive, and treated me like family. Dr. Lingan even went over my medications as I was discharging. I feel a lotbetter. Thank you!!!','2020-03-12 06:23:10.131000','2020-03-12 06:23:10.131000',5,'Audra Hoffman','https://lh3.googleusercontent.com/a-/AOh14GhoT0VbICABu1XWPUJ7z_Chg77OpsPfL5tQuaNXfA=c0x00000000-cc-rp','16891069708558046635',35922),('AbFvOqky5rce6IkrRfg8gRhPq-0EAprHiRQFdjshRfRirQUBExIy0UbYLXEJVWYEFBfSXh0uzCUXbQ','Kim was the receptionist...everyone did great today.\nThis is not my FIRST time coming...everyone is Super.','2017-01-19 21:52:09.858000','2017-01-19 21:52:09.858000',5,'Darlene Williams','https://lh5.googleusercontent.com/-pFQgYUekF7U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmTnBAhwdkI4O92YZ79qI05d9HAag/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35528),('AbFvOqky5zdOxmYGMfrGTlesm0fzs5DNjHBcnLDwe_fnUDV9BsccA32LqQb3jvWjLjWv7NMz9b7KTA','Nurse Stephanie , dr Chen, reg malissa was great and took good care of me got me in and out fast , would highly recommend this ercare 😁😁😁','2019-08-01 18:19:25.649000','2019-08-01 18:19:25.649000',5,'T Barbie','https://lh3.googleusercontent.com/a-/AOh14Ggq6K83sTig8zt0mhI0eggFL-d5nmmKK9jDMDfANF4=c0x00000000-cc-rp','12541597562633926366',29064),('AbFvOqky6npMSIklUw55EphWaS1x18qC-mDZlK2H349-OnoRMI6tHeD7Cp_eWTZ3QPlH7e3fd4gcVw','One of the best and affordable clinics I have ever been too. Everyone staff member is nice and very caring. I definitely recommend to everyone, even if you have no insurance. Easy and affordable payment plans. Cristina and Dr. Jones were very nice and professional.','2018-10-04 18:42:20.442000','2018-10-04 18:42:20.442000',5,'Christopher Munoz','https://lh5.googleusercontent.com/-xjdG0KFpGyQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck5uxOoqGVoc4wwerQbAwqO5Zqzew/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36346),('AbFvOqky7LGxMrovpBEJrQbM-pwWivaJjqYuzTS8OYzPUxKpX1-HNivw-uZrARYr7BE6ZsFcsUztZw','Great place to get a Covid test done, I got my results back quickly! The woman at the front desk was very nice and helpful!','2020-12-24 18:36:18.014000','2020-12-24 18:36:18.014000',5,'Samantha Cohen','https://lh5.googleusercontent.com/-u1tsWcu4mL8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnWQvdxhppr2Sg4n8_UsdX2tTgbgw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',43807),('AbFvOqkY7mtai56MePmGeInxSnFiRChzmUSGFjrLDxsQZ0ZICoRA8hpoYzhvf7iqB5lEKl8ToZ7D','Great experience! They were very friendly. Theresa, Alaina, Tobie, Shelbie, and Dr. Yost were great with our care. I have heard horror stories about corona virus testing, but they took great care of me, my brother, and boyfriend! I have no complaints at all!','2020-10-14 01:07:59.213000','2020-10-14 01:07:59.213000',5,'Emily Huggins','https://lh3.googleusercontent.com/a-/AOh14GiOMn8yh-N8XDWK8UZeaRcu7jHdPQ-w_7czqCRf2Q=c0x00000000-cc-rp','3272657195432704501',39479),('AbFvOqkY8SQO69x-Q19buNX9AJKcyBQ-qr2zsJBeYwO9lLpAYlFRFEopeAC4y5Q_dRGwnlI7S6MI','The facility was nice and amazing maya the receptionist was so welcoming and nice. Will def recommend I was in and out less than 2 hours.','2020-01-17 17:04:00.024000','2020-01-17 17:04:00.024000',5,'Tonja Fairchild','https://lh3.googleusercontent.com/a-/AOh14GikcvZ1cTA_MtAQSd2n8-99M9HQgeZaziQTmJlxBw=c0x00000000-cc-rp','12541597562633926366',28812),('AbFvOqky9F5QnDDcUHu7lrs7uXqcBqZBe9ZEBWNrBj5It-lMYCDC4LlbM0Iy1NMyc0voHEqh62PT1w','Was greeted with alot of energy by Jasmine, the very kind and helpful receptionist. Dr and and nurses where all very nice and professional. I was in and out in less than an hour. Definitely recommend it to anyone needed care.','2017-02-11 02:47:52.411000','2017-02-11 02:47:52.411000',5,'John Mike','https://lh3.googleusercontent.com/-P2FsyeMkoqw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJT8BOmZenQyz_2skRPDAqJXTd_g/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31104),('AbFvOqky9im4moiEJuFg90z2qVVH2-sh1fCdyPcyUR6jqOPwk3e3VfmyUu1lZ8C8b8Go-SWXLX-f','Great service, were extremely helpful and proficient.','2021-01-15 23:57:13.085000','2021-01-15 23:57:13.085000',5,'William Brown','https://lh3.googleusercontent.com/a-/AOh14GgMO8vpVRoDlSyhJclsDxvI3RiJ0sV8VHtiS_8Qxw=c0x00000000-cc-rp','16590124370714063921',44519),('AbFvOqkY9UIn6nDTXOFZW94N8v3L-nZnzwqejg0eWT6zXQSK-yQ-m4bRgECn732bRXK6xj6fsHamAg','Good experience here, quick.the receptionist preethy nice...','2017-02-14 22:48:48.654000','2017-02-14 22:48:48.654000',5,'Mohammad Danish','https://lh3.googleusercontent.com/a-/AOh14Gj0OO8uCD69Go08awpLqrR5szqOaTXP8cFjSOlwTA=c0x00000000-cc-rp','17394740196501090048',37214),('AbFvOqkyAMiJBDkUUITb-cBKQWRjnZCDCIFzzlQmnpNOAvzKTIJrk1sBaVfOUrJniVQh6AWDeuUL6w','I came in today for an asthma attack and the staff was amazing. Dr. Estevez was very understanding and made sure I had everything I needed and answered any questions I had, My nurse Stephanie was very attentive and made sure I was taken care of, Quen & John are the best! As soon as I came in they both got all the information and vitals, Genesis was very sweet, I didn’t have my insurance ID on hand but she gave me the convenience of emailing it to her.','2020-03-02 16:08:54.375000','2020-03-02 16:08:54.375000',5,'paris j','https://lh5.googleusercontent.com/-qx7OMa9NPo8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclmJiCs6NjVIHut0I0nX-jTdbCj3Q/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28669),('AbFvOqkYAmyd696p093t9s4j8DWl4stTA7AOSeMBbEn9nkKvFKBl64h4xIs_OklGkhW5Q1mX9UlQtw','Attended very quickly at the front by Vanessa. Sweet and quick transaction, kind service from Lacey & Luisa. Clean facility, would recommend.','2020-11-17 00:55:01.547000','2020-11-17 00:55:01.547000',5,'Diana','https://lh3.googleusercontent.com/a-/AOh14GiglFZByq_Lr8RYEsRI2A62VfsAF8GDaov4RGv8=c0x00000000-cc-rp','16389487648212004696',32917),('AbFvOqkYAq4S7jlPBmli-8FV97SrRUHWGBbIGPWgbp3M1vgXgHelmpm6_87yDvyCwg7LNrxklCP48A',NULL,'2020-07-24 20:58:15.492000','2020-07-24 20:58:15.492000',5,'Julio Lozano','https://lh3.googleusercontent.com/a-/AOh14Gg26XD1PfFMGoqQ9NoSVzbFiZ2I7fZOrmr33hv9SHc=c0x00000000-cc-rp','6521947413723274945',41343),('AbFvOqkYAVhIWQm5gpQ6aayiqDSzk_7KFmLDO-LmhN5n9JOt1M2IKfElagXpszcyKQP0SHfzfSKV-A','Valory and Alvean was very sweet and caring at my visit. Would highly recommend seeing them!!!','2020-10-21 18:49:45.807000','2020-10-21 18:49:45.807000',5,'Stacey Fox','https://lh5.googleusercontent.com/-GpG9ItI_2OM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1lW_MW06nIUDozonLSI1QwLfjgg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33122),('AbFvOqkYAVRmN1v0PAMI-oR5AEGT28AKHYPeCruR5XZxBc4KBkJbJcL_pTIjrOGMw5HwXNciJPlDOg','Ashley is very friendly and an amazing customer service associate. Dr.’s and nurses were awesome and Thorough.','2020-09-22 15:39:03.690000','2020-09-22 15:39:03.690000',5,'Cassandra Hutto','https://lh3.googleusercontent.com/a-/AOh14Gjrs-c7xvX73feUblf1FSiaLG1af7Lf65UX7d6Xfg=c0x00000000-cc-rp','17898197009688164559',37544),('AbFvOqkyayYbnimOSikE2_oCRe39Sq49shpFRxEeZWr3nKS30BqzCZFzM3yGfGVi9cgtTbejswExsg','This is the place to go when you are not feeling well. They will take very good care of you and EVERYONE is so nice and caring! I’ll pass the other ones for this one......although I’ve only been to one other one. Thank you for the great care Angela, Sindy, Jesse, and Dr Lindsey. There are others that I forgot names but, I won’t forget your faces, again thanks!!!! PJ','2020-02-07 01:18:19.907000','2020-02-07 01:18:19.907000',5,'PJ Norseweather','https://lh3.googleusercontent.com/-3qTzbgRFSlM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVV-JupnF_4St67z6Tlh9YCDUSCA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36636),('AbFvOqkYB_Lf6T-Hu4J4SHGdlcfzwvOt51owuUrh92oh5yZdA86Y50J3gqakLcHL1MscpcjaXymfbw','Awesome service. I was seen quickly upon arrival. My nurse Dustin took good care of me and explained everything thoroughly. Dr. Das was very nice. Definitely recommend this location for your ER/Urgent care needs.','2020-08-25 16:18:21.579000','2020-08-25 16:18:21.579000',5,'Alicia Parada','https://lh4.googleusercontent.com/-B0t0RjiL5kk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucky1iL36E28jQKSX1ZehoMc9RVs-g/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31744),('AbFvOqkybcZMVe4XE1PVv3t8o-BwEJ-hGoRI48Ar1m8FDxyqAbV-cx8pmYjnX1aCRNpGzKXAnsrSfA','Genesis & JJ at registration we’re super warm and welcoming. It was so fast, and I came for what I thought was a broken foot so being seen fast was super appreciated. My nurse Catherine was so patient especially with my boyfriend who asks a million questions to every doctor we see (lol). My ER tech Scott and radiology tech Quyen were knowledgeable, helpful, and again quick. The common theme in this place is to be quick which is so different from many places. Special shout out to Catherine who made sure I was comfortable and happy the whole time.','2020-03-03 16:06:34.500000','2020-03-03 16:06:34.500000',5,'Jessica Anevski','https://lh3.googleusercontent.com/a-/AOh14GjguW-FPqAzdnGjllI4OUeWzxG9Gk10vWPM9MRGkA=c0x00000000-cc-rp','12541597562633926366',28666),('AbFvOqkYBgGSd2u7d2d2fwiKa9yHtqDdAS6J8wnCgHOxZOb3Ate766cPD25WMqp3teK2kd7E5e7Z9w',NULL,'2019-06-22 06:10:59.330000','2019-06-22 06:10:59.330000',5,'Unicorn 14','https://lh3.googleusercontent.com/a-/AOh14GhiXBrhoXLxXxIBtiQ6SbN05AQEReMlS5Bc63KPLA=c0x00000000-cc-rp','13486358490203335051',29780),('AbFvOqkYBNk_j_TtQGui8GW71BD6dk-q8OjEPyuzPr6pzTlxAFg-tHITEk38-SBlNIr2iLpsDQqrEQ','I arrived here after an appointment with Entrust which was located down the road, I at first wondered why Entrust had recommended this place instead of the other ER clinic which was in the same parking lot. Well after my visit there this past Saturday I realized why. SignatureCare Emergency Center was amazing. The entire staff was super nice and warm, they made me feel cared for and that we would get the answers to my health issues. They offered a blanket and when they brought it to me it was like it was fresh out of the dryer it smelled and felt great. I cannot recommend this place enough and if I ever need any additional care I will for sure return to them. Was a great experiance and feeling much better already. 10/10 would visit again :)','2016-12-08 19:13:40.664000','2016-12-08 19:13:40.664000',5,'Misti Turner','https://lh3.googleusercontent.com/a-/AOh14Gg4GxqGJ0i9AY2fIWKq8-q0STAy4C_jvdurkVoS=c0x00000000-cc-rp','14904078213800803294',32763),('AbFvOqkyBS-1qCSOBRcnYHk6JMbWSqZaJYbM5uwbJW9jJO6wOll1R9E9MO5XoKt43uQkm1CyGwLA','I was very cautious going to the ER with covid still going strong, and held off going for as long as possible. But I would have to say the people here do an amazing job. JD brought me out a wheel chair and got me checked in. Amy was my nurse and she was attentive and very courteous. Kari did an excellent job ex Raying (needs practice driving) \"joking\". Dr Hemerka excellent job all the way around. I\'m glad I came here , great environment and people who care.','2020-07-30 16:23:00.321000','2020-07-30 16:23:00.321000',5,'justin miller','https://lh4.googleusercontent.com/-oe0TztevE-8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-2LnGWGUOO3j2jk1BoUoaUPGKIQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38687),('AbFvOqkyCbTsCzR8_hvYi4oihB7-jq0MEeJICBv45xkzt_sNJFaiZUjoZN-2bH4PWZcC7rqW5Xwulw','Quick registration with Stephanie!\nNurse Rollie was kind and gentle with my 6 year old!\nNatalia and Mackenzie were very sweet as well!\nWould definitely recommend this place for even the small ones!','2020-02-25 02:49:34.847000','2020-02-25 02:49:34.847000',5,'Myeasha Craven','https://lh3.googleusercontent.com/a-/AOh14Gjody71sR5bqXvKEVe-uYqNltmRaSE1zsL4eF7Y=c0x00000000-cc-rp','8679688254631342173',42428),('AbFvOqkYCHvI7I2uWzFseH3iJ_6wz1pJjRhnM_1FqUxORLs4Ah1Ok7rhUdTf1mU37QPf6Q5PLpFPvw','I really wish I could make this my PCP!!! I was comfortable the whole time, and at ease. The staff were super polite and very accommodating.','2020-02-25 20:17:01.697000','2020-02-25 20:17:01.697000',5,'Key brooks','https://lh3.googleusercontent.com/a-/AOh14GgVFolZVuQ75SRjQs5hXTeJWLQ4_bMZ9nDkTXR_9Q=c0x00000000-cc-rp','12541597562633926366',28692),('AbFvOqkyCwjp_Iptck2RQ9gmNjRoGbPyHdzPYWBL9TE6kgoALmkxoNcFfy77MDkRIuA6LDupsuL-0A','Go see my girl Kim!!','2020-12-24 16:46:13.377000','2020-12-24 16:46:13.377000',5,'blake edwards','https://lh3.googleusercontent.com/a-/AOh14Gjjsof89cEpo9knd9ehQ5Q_w--E5JVOfgop5THc1A=c0x00000000-cc-rp','3272657195432704501',43786),('AbFvOqkyCwzXBDrbpPnQGXBWXIc7T36dEBoxHBBiIdfk7ry2KiELtJjhUnRwe0DrEQpYPHIBAIvfcA','Dawn and Norma are the best ever along with dr yusef!','2019-10-10 17:10:44.361000','2019-10-10 17:10:44.361000',5,'Danenon Hawkins','https://lh6.googleusercontent.com/-szdpZyEfs3k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmI99JAkExfnlFI668Tp-Vs2W-Drw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40401),('AbFvOqkyCyUcc2JNc2C-xuNT6UZMS8lmWxdDD87KcqPakBKHfXHoEDueZ2WEaubfW9MCMYLyl0K5','The staff was very nice and knowledgeable. I was checked in quickly and checked out within two hours.','2017-09-16 13:27:34.029000','2017-09-16 13:27:34.029000',4,'Paige Prince','https://lh3.googleusercontent.com/a-/AOh14GjmqkPiaQvQ9dSqfbUk5bvPIV018PZlgn6TH-HPTQ=c0x00000000-cc-rp-ba3','3511292162159714121',41021),('AbFvOqkycz66u9LcwcHR40OjRtWnsvDTC9JEjPYHletx0gElJ-e7RBcGLQOY-hC5xqTvOlOCFX7Yqg','The entire team is absolutely wonderful. Don’t get sick! But if you do....Come see Dr.Ybarra, Lynn, Fatima, Tanishia, and Daniel. I received outstanding professional service by highly trained and skilled Medical Professionals. You do not need to go to a\nLarge Hospital. Come here and get the best treatment in the industry. I highly recommend SignatureCare on HWY6','2019-10-14 01:21:57.631000','2019-10-14 01:21:57.631000',5,'Nate Allen','https://lh6.googleusercontent.com/-AlSnIFp2hLc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn14b_yg8k5iF_VowsnUQ9GiBbfVQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37954),('AbFvOqkYD6P6Ncvev3M0fJuNAYFH3xX0DGb7na2wcnaG6g33fsOVXSO_Bt96O02FMHdjx2PBs-MKfQ','From the start of my visit they were very professional. Vanessa G was very friendly and professional. Then once in a room(fast wait time) the nurse Alvean was very helpful and informative. Dr Henderson was very knowledgeable. we will definitely come back when the next sick visit!','2019-12-20 22:02:55.406000','2019-12-20 22:02:55.406000',5,'Rogelio Miranda','https://lh3.googleusercontent.com/a-/AOh14GiD3X2bDsephiZgNWh2jvsp-8bb9BcNe2o1yVDl=c0x00000000-cc-rp','16389487648212004696',33579),('AbFvOqkydb9FhDLe3sTWLpQYrUAwa8Qq2ijNiMpEh_7wC4F26awAqLVXb5zZJiZ7x4NYnDXsT7OF','Staff was great very friendly and helping would definitely recommend if you’re in need of medical care.','2020-12-20 04:10:43.098000','2020-12-20 04:10:43.098000',5,'Jared Gray','https://lh5.googleusercontent.com/-XlntFOu8K4k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckP7JKI5GdlFID8qwofrUX6CTZMzg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',44594),('AbFvOqkYDeDy-gH6-JYLS4LaUNWTtqEKFpMNyUAbg0HxQXbpn-Lt30I99wRd1syEbCeoNEuEz5Yuag','We absolutely love Signature Care! Every single time we have gone there especially with our children the care is so amazing! The doctors and staff are outstanding! I would recommend them 100% of the time!','2018-08-28 02:51:16.351000','2018-08-28 02:51:16.351000',5,'Andria Orsak','https://lh3.googleusercontent.com/a-/AOh14GgJIGiovi0dtE7iyAS5gHo5thFqsKMzLjNvnmPDOQ=c0x00000000-cc-rp','16891069708558046635',36361),('AbFvOqkYdJ1A5JmD5MZE4mYUtvzE9lFq7UsD7UhzPYSsZAlq2a30ARc6Z7XGf9nFTA13zMCmmzbz','Excellent experience. No waiting. Very professional staff. Took care of problem first time. Would highly recommend','2019-02-18 13:49:56.174000','2019-02-18 13:49:56.174000',5,'Trevor Cusworth','https://lh3.googleusercontent.com/a-/AOh14GjneHPwjGb-ME4nSj3PTswNVbv49RjXahYTmhQ0-Q=c0x00000000-cc-rp','14904078213800803294',32497),('AbFvOqkYDOc3KGmGCfpyJ7XP8vNrCvq-r1fTOkd3cwGEfY8ihaZ95qQeLrLx_FIM-yl9xx9g3wL2Zw','Delicia at the front desk made registration extremely fast and was very sweet.\nMy nurse Karen and Dr. Ybarra made sure they had covered every step to get me feeling better faster.\nSon LE who started my IV did flawlessly and I left feeling as well as I could. 10/10 would recommend this place! Thank you all so much!','2019-11-04 22:29:07.657000','2019-11-04 22:29:07.657000',5,'Samantha Walker','https://lh3.googleusercontent.com/a-/AOh14GjYtNVf5068E4leV3rXcYKjbXgYHDfaYH6FKEQasw=c0x00000000-cc-rp','8679688254631342173',42608),('AbFvOqkYdoQhHmvB0rpSXMpNa7aEI736sHE1EUIYzlQoJLpGiuUdgHlQN_VG1kBW39jEqSCK380Zww','Loved the staff members here! I was in a lot of pain but their friendliness made me feel more secure about going through the simple procedures.','2019-07-26 22:34:06.303000','2019-07-26 22:34:06.303000',5,'Maggie Au','https://lh3.googleusercontent.com/a-/AOh14Gh4dlfwB2-gT-mo95tYQRCZXYZAZ-w19zykzELb=c0x00000000-cc-rp','17898197009688164559',38066),('AbFvOqkyDvI9rlwi4pmpzsNBR7gN7rcVtqSqHYG_5wXZBpI7DbsOQt5xUVxqv0N3CIGysxVT55PSxw','I just left there today. In/out. Gone. They gave me a folder with my condition and causes in it and printed scripts...took a bit to do that but service overall good. I\'ll report back if the meds he gave me don\'t work...','2018-02-18 15:38:36.977000','2018-02-18 15:38:36.977000',5,'Denyce Sanders','https://lh3.googleusercontent.com/a-/AOh14Gj4x5kqe8uh_js-5RZ-_HFaEcsMyPOgmz0hiFlZPQ=c0x00000000-cc-rp','14904078213800803294',32607),('AbFvOqkYeJ-1-lZxFDG1PALh2hyWvLfwWiQWb8-eqPHhYsKN2eMJCJ9VIbmPH8Yt8Is5vpNPJEgK',NULL,'2018-05-02 23:25:12.109000','2018-05-02 23:25:12.109000',5,'arely Lopez','https://lh4.googleusercontent.com/-O8aILFfx5D8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckQmxF4mID_pBD6DLP8ZnbPAkjc2Q/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36956),('AbFvOqkyelyyYqKPUdH3QR76CzyAzyUeNDNJhNQ5L16VNnfCiz1gQ0EaOCy5I5el7eqIFVzlMFmdgA','They do an amazing job at taking care of you!','2019-08-27 22:09:52.781000','2019-08-27 22:09:52.781000',5,'Melissa Hernandez Olivas','https://lh3.googleusercontent.com/a-/AOh14Gj2iWkJUa9cMv3L45BX-erKLEsJP2P2E33a9NB5fw=c0x00000000-cc-rp','6521947413723274945',41617),('AbFvOqkYFNCLERc62WJS9fl-UmhUr167uyITZcvXZGbp4SDx4aBwC_6ssxQPz8TfAByNiDSKu8Dj','I walked into this location feeling horrible! I was attended to in less than 10 minutes by Alvean and Tricia. They were very patient and comforting to me. I really felt like I was a priority! Dr. Wang was great also. He sat at my bedside and explained everything and was very reassuring. This team deserves 10 stars. I left feeling better and knowing that I really mattered and they really cared. Thank you! As healthcare providers, you don’t hear that enough. THANKS for all you do!','2019-05-23 22:34:44.072000','2019-05-23 22:34:44.072000',5,'Jimea Jackson','https://lh5.googleusercontent.com/-PaSTnDiSvnM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnqyphp9OsapC9H7MvFv3tlonnfkA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkyfzRPh2IXXjxDngQZjhIKRG30bwGTFPBL_V1BIoXfxNq8up-tO0VIseHECazi8GUUo2LfYA','Friendly staff, got me in very quickly.','2021-01-13 16:48:50.370000','2021-01-13 16:48:50.370000',5,'Linda Offield','https://lh3.googleusercontent.com/-Y5oqbp-SkJ0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckZz8xUxxchbXPmUJRUtjmLvSTexA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44625),('AbFvOqkYgaqNsGOek0X5wjV2G0gPPJudVhOPcRy0FoKcnYLL7VI8kmYU2NvA0ie9jPumz8A3CQ1hfQ','The service is horrible. Had an appointment for 8pm wasn\'t seen till 1am , there isn\'t any reason to make an appointment online this location doesn\'t go by them you would do better to just walk in to be tested for covid. The other location do follow the online appointment schedule try them.','2020-07-04 06:51:19.335000','2020-07-04 06:51:19.335000',1,'John Bowie','https://lh5.googleusercontent.com/-aA-_B-plmMI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmO5gQGtRJoMqSTJ8SA-gwVWZlMvQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33220),('AbFvOqkYgI7kbpOuWKYVAxEvWIYhy-ujR1AgIls6iIATgqZ0sTU4eQ7R7jkC55edExiNiJtbIGBIrQ','Wonderful staff and doctors. Customer service is always amazing and they really make you feel at home!','2019-02-03 21:24:20.785000','2019-02-03 21:24:20.785000',5,'COURTNEY HARRIS','https://lh3.googleusercontent.com/-EcCPqGgjz6o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckthhv-U6SYvd8Tg1XdDYFrJFElxg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43310),('AbFvOqkyGlL_o4m9LwSNDEC13_hBoTyQCrkoz0OoDFDxh63FUZb7PPCUiIqtfpD1JsTqNkrmzcedMg','There was no wait time. We had to stay overnight for observation and to hear from a specialist. They had security outside and family was able to come and go as they wanted. Dr. Edwards and Nurse Rachel checked on us throughout the day. They kept us well informed about what was happening.','2018-09-25 10:19:13.385000','2018-09-25 10:19:13.385000',5,'annemarie pham','https://lh3.googleusercontent.com/a-/AOh14GiNh1ZL8RmmmJcxBSpvgEadbVf755haYAXGGzEngQ=c0x00000000-cc-rp','17394740196501090048',36887),('AbFvOqkyH_8ReqsI5W6mAD0tp2U23EsaukJuv0m_XPUT9hJh2x1Fv_W7WaXscVTYgy3y3Cn0iZ8rvA','It was the most pleasant any emergency room visit can be thanks to the best staff you can imagine! I don\'t have any negative things to say about this place. Nurses Mary Lou, jamie, whitney, Kimberly, and Jacob are the first ones to come to mind.\nDr rose, Dr John\'s, Dr Schreiber also all took amazing care as the doctors there during my stay. Professional, knowledgeable, and personable which is one of the most important things to me!','2020-09-08 13:45:17.588000','2020-09-08 13:45:17.588000',5,'Nicole Drennan','https://lh3.googleusercontent.com/-DJRwiK3N0Wg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn5ta6D3GwMVWsO7fOrwC87lDQ4JQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39007),('AbFvOqkYhuzTdbCFEzfyAHP_ujUi5mxZvpR3Gy5e7n4Z5Fc3TkHCJdKtOcXycVur7gtWJecmhZXDjQ','Very nice staff! Thank you to Dalia r. And Julesia H.','2020-10-12 17:20:56.785000','2020-10-12 17:20:56.785000',5,'Isaac Sutton','https://lh5.googleusercontent.com/-K7N6LsypS4M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnDbxHYVfGVmT5EX_Se1umN6r0J2w/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42867),('AbFvOqkyI9tIw4yfzgtbK_wsm6-i2KJ0vN_KZKEMU6Ui_LCr3cYa7CI41Qlu3jsefOJaiyDtZCf5',NULL,'2021-01-14 01:52:11.165000','2021-01-14 01:52:11.165000',5,'Carmen Engledowl','https://lh3.googleusercontent.com/a-/AOh14GiyJ46GeDaJYFdr3KhPxwFaexoTikem8HZUUVVglA=c0x00000000-cc-rp','3272657195432704501',44619),('AbFvOqkyICeGUlMNWgA4TWyFCrb8Pw726DneNSfThSPFor75Ng4dizLuqw4EWy4G1gAAFt0lwQgFBQ','Great service from Dr. Souman, who quickly came in to explain the injury and how to prevent it.\n\nElizabeth (front desk) was helpful, warm, and engaging. Maureen and Josh were extremely helpful in their care and very engaging. Joey made the medical procedure seem like another step of the visit–which was relaxing.','2020-01-26 00:56:21.750000','2020-01-26 00:56:21.750000',5,'Alen Andrews','https://lh5.googleusercontent.com/-wmR0Z-oGd_4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2EMhPGgIEJeLEzPJ9Xkkr0mNrhA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40334),('AbFvOqkYiNrBf0lCb0cLa8YjwAD9UXHInpVF5Vk8wpLYtxwen2OnMx2cH9WUxIdmTF5JEkrgAFO5','Low wait time and very quick service of good quality','2020-08-02 01:10:21.100000','2020-08-02 01:10:21.100000',5,'Maxwell Mouer','https://lh5.googleusercontent.com/-zC3oWfiKZtc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnGcucwzcL3jIRKOlttbIdq44bx0Q/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32292),('AbFvOqkYIuAlu2E7BuEN8ZDj0L3pfPFEBHhVwwMmrD9MhGnmMyg67PwMhNg_rOkeUBbluPFdL1E3rw','Chelsey was my ER technician here and she took great care of me here! She was humorous and made me forget how horrible the nasal swap is for Covid. Clay was my radiologist technologist and he did a wonderful job of reassuring me and making me feel better! Thank you two for making it a great experience :) definitely would come back','2020-11-21 18:46:03.666000','2020-11-21 18:46:03.666000',5,'Zhu Xu','https://lh3.googleusercontent.com/-5L9Fb3ftYHU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckukx1tMV2kp9Bvq6fmmZb41L-b1g/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35571),('AbFvOqkyiVquClHXRb61WUc_WjHn0wJzyJgtaMlY-LJj7x1GLK_uq1L9DTDsVD9tkuYbqymwVwmqKg','brought my boyfriend in this morning for throat pain and fever and his pain was addressed immediately. lorena, brad, morgan, and dr kimball got us in and out so fast!','2019-12-31 14:36:14.579000','2019-12-31 14:36:14.579000',5,'Beatrice Altiner','https://lh3.googleusercontent.com/-sSR877onvdw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckmbe4y5qeRtMRnKfZ0Z4Mk_Ejzrw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34478),('AbFvOqkYIW0LNt2TLJzvGmtCcoXfEO_I64lqHgmcLJvtDYM8Ua9eC_qhLWu9XvtZl0oxpr3aJELGmg','Worst experience I have had with any kind of medical facility. I came in a couple months ago for an incredibly painful ear infection to get some relief around 2-3 in the morning so that I could get to class that day. The doctor was not very understanding and did not appear to know what he was talking about. In addition, the staff gave no indication that a ten minute consultation with a doctor would amount to about a $2,000 bill (very little of which was covered by insurance)! As a young, broke college student, it would have been nice to know that the only thing they could do for me was tell me to get some pain medication over the counter, without having to spend $2,000. At the very least, they could have lowered the emergency room fees because I did not use any of the equipment and I was not in the building for longer than 30 minutes (including wait time). I would not recommend this place to anyone unless you want to pay an exorbitant amount of money for substandard service. You may as well go to an actual hospital, it would be cheaper and probably better service.','2019-07-04 03:42:46.546000','2019-07-04 03:42:46.546000',1,'Jackie Johnson','https://lh3.googleusercontent.com/a-/AOh14GiVpCGmeKJL9ElmDsnwIaCmHqHQcFtl2usP0Ws=c0x00000000-cc-rp','16590124370714063921',34784),('AbFvOqkyj_k86DVwDKQ_GtmWn_vmXvf38OhVZ2PJDBYuTiHP_l6thf-aW0s8_g4O1qKOIJ8ncjK2','Me. Lorena &Victoria were so great!! They were very friendly and professional!','2020-07-31 17:09:01.266000','2020-07-31 17:09:01.266000',5,'Kourtney Morris','https://lh5.googleusercontent.com/-qUHkVT6a71Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZ7s4rsKMoaWTByzQp2pvqTOluMw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34216),('AbFvOqkyKL87_FNhyW62wAOCBCZ8V6K3-ufbpM4XewB1y6Hy53VEgO3UryS6OpiSJ4WEnHHoGmhw','The Hospitality at this ER location was outstanding. The whole team from the Registration to the Doctor. Our situation was taken cared for in a timely manner, from start to finish. And even giving us snacks and drinks as we were walked out. Definitely recommend coming to this ER if you are close to the area. Thank you again for the whole team that took care of us —\n\nDr. Henderson MD\nNurse, Sarah G.\nRad Tech, Fatima\nER Tech, Elaine\nAnd Registration, Tanishia W.\n\nAgain thank you to the whole team for taking care of us you guys did a great job.','2019-11-22 04:15:56.495000','2019-11-22 04:15:56.495000',5,'Dankynugg 98','https://lh5.googleusercontent.com/-Jxu3a4-GgrA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmvdT7mCk7DsHw19NeHOhsspdveMQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37855),('AbFvOqkYL2jqw-BB2FPE7jCPtuSFl_iCyvcmKs_Ez2Qb2k-z9wTHWAqovNvTQcZL37dZ6XWAgLp3SA','I took my 6 yo daughter in for stitches on a Friday after work. We were seen very quickly and everyone was super nice and caring. Lord willing we won\'t be returning but if/when we have another emergency, this will be where we go. Highly recommend.','2019-10-29 12:48:07.669000','2019-10-29 12:48:07.669000',5,'Destinee Kibler','https://lh3.googleusercontent.com/-nOXBhqcsRuQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_HypM49X-vAZWfPqMl1208mDxaw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41566),('AbFvOqkYLa8hkjp-GROTtjg4V5NnQJIze8fX4pKI8IGtd2k8vKYZRvgEZA8ipnyRcelElc7RUIbJsw','staff here go above the call of duty. always welcoming great bedside manners .... wish more hospitals had this same service. definitely a repeat of service from here ... and they feed you all of the good snacks you could think of 😁','2018-08-10 22:24:50.908000','2018-08-10 22:24:50.908000',5,'omesha hawthorne','https://lh3.googleusercontent.com/a-/AOh14GjSwRmUrVRC_VdcaSa2DUzelUFXbpXHhBW8Jiwk8g=c0x00000000-cc-rp','8918455867446117794',43374),('AbFvOqkylg4JJyWDREYpR4UMTGyL8w1s8pwnzWXhIe2AcUIYnc7xbxxybudCRyxgc4G9a_qDnx3eKw',NULL,'2019-08-15 03:01:13.920000','2019-08-15 03:01:13.920000',5,'Luuiissaa. C','https://lh3.googleusercontent.com/a-/AOh14Gh5Ddm43g5qDaJA7hA0AcfEpt67tVzjgOqnmAmx=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkYlJ4TwN5yHtyAHto-SFVmYic38MOXbZAD4n0BiufV9_mCI6lhnyI27Qmg2ytv2FE-NeMFfQ','Staff are so nice. Super clean. I was in and out','2018-01-23 19:54:08.822000','2018-01-23 19:54:08.822000',5,'Shelby Cordell','https://lh3.googleusercontent.com/--fW-7mc70EE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3q324o07UXvQyDWeoaxUBMpj0_w/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36444),('AbFvOqkylJXr1sd5szjxvG-r1DzkTuV8n1QqNNhNYrvUbp-hx8pDCqEzG3VYGAzE0iovWAn6HHd2','The staff at Signature Care was amazing, they’re very quick to get you into a room and highly attentive. Special Thank You to Anthony, RN, Natalie, Tech and most of all Dr. Vakey','2019-01-04 00:20:18.160000','2019-01-04 00:20:18.160000',5,'Karen Castorena','https://lh3.googleusercontent.com/a-/AOh14GgqflzGL_6tWXjlmAiOTfggVwe99KbZn-CDI2z5SA=c0x00000000-cc-rp','16590124370714063921',35054),('AbFvOqkylpBfqVjOr9ZIO_vthU3IA7IN9pFzc_LRALIzt1FOfF5tnHQXysiRyD5Essm0-HH6BO2PTw','One of the best facilities I\'ve been in. It was very clean and the personnel was so awesome and caring. Their hospitality was very top notch. The wait time was very minimal. We didn\'t get to finish filling out the first page of the paperwork and they were already taking my son to the back to be seen. They did the necessary tests and even had to have personnel that was on call to come in and even that didn\'t take long.\n\nI have actually found a new ER Center to utilize. You don\'t receive this type of care at other ER Centers or Hospitals in the area.\n\nThanks so much to the staff for all of their greatness. It made me want to employment in this facility.\n\nStacey Hart/Christian Wilson','2016-07-09 04:32:18.969000','2016-07-09 04:32:18.969000',5,'Stacey Hart','https://lh3.googleusercontent.com/a-/AOh14GhvP5TaWdTlArHotqJxRIT-jl66ZOtPfNgblMwDVQ=c0x00000000-cc-rp','14567670160750071148',31222),('AbFvOqkymX_OihpAd4azcHMjOoRSF33FEBM7xkc52l-f2p_CV4UPOWPB7swC6oE5hnNtO-mvM8Au',NULL,'2016-09-29 23:51:29.202000','2016-09-29 23:51:29.202000',5,'Martha Martin','https://lh5.googleusercontent.com/-gXHdH5eVu2s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclRRiSNB-AdVHCSEDVFXyfVYFUxqA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32779),('AbFvOqkyN-XsaO48hohwqXZOLcklc-GzCRN1oxFuiiBt7uCWt5V0mFkXXpdvSAASJh_GQnSxtfdP0g',NULL,'2019-12-21 21:37:27.454000','2019-12-21 21:37:27.454000',5,'Toree Easterwood','https://lh3.googleusercontent.com/a-/AOh14GiSx0BkmNXXC-6KjirYcrBILmIC8--BpcD55hrt=c0x00000000-cc-rp','13486358490203335051',29520),('AbFvOqkYn3VeIMsdvbir_6b7u9G7QvLna6tK0aMBEUVr8AX8OsP94UTZBmvvSEI181-H2SXdePBiPA','Diamond and Natasha was amazing they greeted me soon as I walked through the door and got me signed in immediately, Kat my nurse called me to the back and was very nice and helpful she knew what she was doing and was very caring and nice and walked me through everything and made sure I understood all my instructions, Frank from radiology was gentle when it came to fitting me with my brace and helpful he made sure I knew how to use it, Dr. Jones was extremely professional and thorough he made sure I I knew what he was talking about and he used words I could understand he didn\'t throw a lot of medical terms at me. He was very nice and caring and I formative. I am thankful for the whole the staff at signature care.','2019-07-04 03:30:13.368000','2019-07-04 03:30:13.368000',5,'Shetika Jones','https://lh4.googleusercontent.com/-jMLPvBroWJc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck8NbI4A_hxyZ-KhyVwU3dG_pNcQA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39313),('AbFvOqkynHILClih4pC951NzKQX6I1zd26ka6NsVewtMJOM-hGAk1PK3iJWwixyUz8TLuFUY7rko5Q','Everyone was very nice, and it is nice to be treated well since you are the patient in need of help. Caring, smiling and laughing is good atmosphere for patients. Everyone is so friendly and I am very thankful you are in this area to care for me when we need you. The Doctors, nurses & staff are professional and very thorough. I will continue to come here when my family doctor isn’t available. I was very well taken care of. Thank you very much!','2019-09-27 12:28:20.272000','2019-09-27 12:28:20.272000',5,'Maile Barros','https://lh6.googleusercontent.com/-S3M1ZLs1bZw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmsqxZ_PDJvIEm6QGVuyeBQs9pAlw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39253),('AbFvOqkYnI6SZxe6o6_TBiOBLlywHd1SLusGiNfobKy7N8bYg7x9zDCmuhGia1EJyMBh2YbnakFs','Very nice caring Staff, Jocelyn Greeted me with a warm welcome and offered me complimentary items as I waited to be called. Ms Tricia ( Radiology expert) ran test while making sure I was comfortable in the moment of doing so, Dr.Harjai & nurse Alvean A, made me feel at home, offered me a warm blanket, cake to check on me every 5 minutes & gave me the best care and concern ever! Best 24 hour clinic Ever!','2019-05-25 21:34:25.069000','2019-05-25 21:34:25.069000',5,'Chanel Winters','https://lh6.googleusercontent.com/-Qff4CFtbNCQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmtvqfHfCCPPG8QdvkW_ZI-u-Tzgg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkYOC8zBrb39oGorpOdqVPcaSpVtzjlaOZgsDGhkN9MLvzk3HGrBm_32bladUR0Z2y1ZcVbag','I had to bring my daughter in to get stitches she was scared but the doctor and nurses made her feel comfortable that to the good staff\nDr. Appiah, Jani , Tricia, Patty. good experience thank for taking good care of my daughter','2019-09-28 15:41:04.758000','2019-09-28 15:41:04.758000',5,'Lorenzo Jones','https://lh4.googleusercontent.com/-4CcoHsPo-cc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmu43pelI5t7_IDaDnqiTtznjkA-w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33927),('AbFvOqkyoOmNCfNsBtEl3yjZ61vCqGjNY-QSgOZH3dc5J4AK7Xb_xu5jqSY56FWuz9374BJEPPnHug','Great friendly staff who care about their patients!','2020-12-26 19:15:04.369000','2020-12-26 19:15:04.369000',5,'Kristina Franz','https://lh6.googleusercontent.com/-EVfP5kUOguQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmSe2A60biKHiB9gkPAOAsj343kZw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',43886),('AbFvOqkYP_n2oOGtLVy4wug3aYsjyBr6_2iLINVMskSMk2TymN1vkQBWOFbHcLKIuh1VWNy1BH-waA','Wonderful Staff, easy and very friendly check in with Keily at the front desk!\nDoctors and nurses very attentive.','2021-01-13 15:28:31.729000','2021-01-13 15:28:31.729000',5,'Carrie Pevey','https://lh3.googleusercontent.com/a-/AOh14GgIW3yDjX1ru-TwD0LDQYepuQ4sNcYpaei96hOF=c0x00000000-cc-rp','8626688543755174284',44710),('AbFvOqkyPEjdkRiGwASDwNa6_1PYGw2GzWmF0iroxNAFo5mBPJRxGrMB8Y3h6q1CEn3bRjNMOJzOLA',NULL,'2020-09-04 20:47:59.627000','2020-09-04 20:47:59.627000',5,'Cesar Balderas','https://lh5.googleusercontent.com/-pOh-tQ1SoMc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckyPopMV8IhB4gprYyuK-1vTVeHXw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31707),('AbFvOqkYpfJ2UNYqUCOp_R0_FL2vf6lYN1M7Vknif1Tze_DFyLNMby7_pQZ7yj1gDVIJ6UJltWYMjA','Kendra was extremely helpful and patient with my experience! Jacob was always asking if I needed anything and made sure I was taken care of. Very good service!!','2020-01-27 14:39:28.583000','2020-01-27 14:39:28.583000',5,'Hailey Crumpler','https://lh4.googleusercontent.com/-GXEWcxKVRjg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmBavl4EyGeS_eLfx1fgiaYCyX8Rw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34416),('AbFvOqkyQ-DZNSBPNWOrtb-AaD3IDPRptaItnwa3Ak39SczuspIiuKcUvINRcB5qzGtrt-MPRMYIOg','I have come here twice to get tested for COVID by my company and each time they have been so friendly, and extremely helpful!','2020-11-05 23:30:26.721000','2020-11-05 23:30:26.721000',5,'Jake Stratton','https://lh3.googleusercontent.com/-0pVrIcjdiEs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUQtapNFWhgELUVKCh1PmCydzfdg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31407),('AbFvOqkYq3eUjpzenUq8DRELXI7MTaJa1Ue1NXOH1Y8aFdyAcrd5eQZpSDC00nHZ6_ckWHwEWw3a','They are amazing! Brad was awesome and everyone else made us feel at home! We’ll be back!','2018-08-22 19:05:06.626000','2018-08-22 19:05:06.626000',5,'Brittney Watts','https://lh3.googleusercontent.com/a-/AOh14Gh7ZRw4wvJhqzysNJ4EvjNFax6K3jd0CclHoD9GSQ=c0x00000000-cc-rp','16590124370714063921',35224),('AbFvOqkYqJz4UiKBR2RemKphSqt0-ITiIFVYCQziiVEoitRBjWHpcnGNBwSmWMeAUlvosbEJ-9C1','I brought my granddaughter up here because she wasn\'t feeling well.Dr.Ashbrooks was grear, Linda was very sweet, Amber was awesome, Christie was so good with her!!','2019-01-04 03:57:06.098000','2019-01-04 03:57:06.098000',5,'Larry Endsley','https://lh3.googleusercontent.com/--Hpundxjm9A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnSLQiKr9A4MXQ0B6VgBHXtqicspg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39969),('AbFvOqkyqk09IeSJeUzACdn7vD8R7B7-JcjGTZBYtH99R8CeytEUJt4SZaiiyAMaQ5MqC-2XwxQT4Q','This place is amazing!!! Thank you to our care team Dr Smith, Alvean, John, Jesus, and Olivia. We appreciate you all very much.','2019-07-27 20:18:30.396000','2019-07-27 20:18:30.396000',5,'Greg Healey','https://lh3.googleusercontent.com/a-/AOh14GgzT9wmNEcPq7MptMqclNm7FywyVdQ6fAzk3FH51g=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkyQLzZJ_GpG1iBeEnGKQguNjfZkVYn1oXLtxHodyDHU_22oDi76KhVbSf-ub6OHGOQrLQ75g','Quick, professional service!!! Would recommend to everyone and everyone!!! Keera was kind and supportive despite the difficult scenario we were in!!!!','2018-09-01 04:30:55.277000','2018-09-01 04:30:55.277000',5,'Sophie Cooke','https://lh3.googleusercontent.com/a-/AOh14GgmPP_GhDW4px6TWxAbm8iaC4WVnl7pzDSzL6Nhgg=c0x00000000-cc-rp','16590124370714063921',35208),('AbFvOqkyR0Q-Bv32O6NOTlDzeMZ05wXTh8jdlZWz0FRg0M5wBhbRfN0JylV60SdGJkuOF3Xy-zYM0w','Best place! Everyone is very polite and friendly. Would highly recommend for anyone wanting quick and eficiente service. -Benjamin','2020-07-29 03:08:31.691000','2020-07-29 03:08:31.691000',5,'mayracruz1980','https://lh5.googleusercontent.com/-ciWzNNz0T1s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxbmQRRtk47dkxRelduyXleB0k2Q/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38718),('AbFvOqkYR2bFqTuclH-NxEsFWezff5vaQUtTWdShRPESDXKX6N4PlsvGMOjfPWbBWI6EupL1zlao7w','This is my go to ER. The stuff is always friendly and very helpful. I have been visiting them since 2015. My whole family goes there when we need immediate medical attention.','2018-10-01 02:59:23.604000','2018-10-01 02:59:23.604000',5,'nicky ni','https://lh3.googleusercontent.com/-3Un4ljbUR-o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckU72zmtoINKViKsZArbqjYOI-dAg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36881),('AbFvOqkyrFJZCrmE7-T_sy33MWCOA4ezuvUk2Eg0xe8lwodnBBbGPynEk2o-O9SxvCAPG09ktydwfQ','First, Xavier and Brenda were extremely helpful when I walked in. They even held the door. Lia was my favorite nurse. She was really amazing!! I’m self pay and it was extremely cheap. Thank y’all.','2019-01-02 06:51:23.369000','2019-01-02 06:51:23.369000',5,'Braylon Avant','https://lh3.googleusercontent.com/a-/AOh14GiNL90VBtZpetyKJOW9A-c4YMTssZ4fmA_r7ljF2A=c0x00000000-cc-rp','12541597562633926366',29171),('AbFvOqkYSsDCtdX1yXyui9a0FXvU3pq2ox64iQEzKUtOTdAUTutxvSgyugAMj9wPdM_giWgQzRljxQ','Cut the top of my thumb off and they put it back on in a super fast and easy manner. Quite friendly and entertaining as well! 10/10 recommend in an emergency.','2019-06-16 14:08:19.726000','2019-06-16 14:08:19.726000',5,'Dana M. Rygwelski','https://lh3.googleusercontent.com/a-/AOh14GjcnvIwvDfyKTueiIC747XwXbn2f_SKQfUMT-5S9A=c0x00000000-cc-rp','16590124370714063921',34815),('AbFvOqkytfgqO_rXzWKIjGdc-zBSsou1dd52CXJRN1UZ3bSIzSCxcDqM6NU-SK9DnLmgeB9ZvDQeKw','Good and fast service Josie,vita,dr.ttuerta,Heather,Emily,and Charles','2020-08-31 02:36:39.505000','2020-08-31 02:36:39.505000',5,'Mario Salazar','https://lh3.googleusercontent.com/-P2npkX9fxMA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucndNb5UQBOansG6FnHFP-NcMb-66A/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29317),('AbFvOqkYthIF1R_r4Zp4Cv5bqCWdX2mdgmq4pbVKQvjPLr_qnRgjK6VVinm3W5IoKiKIVCpNxd7lZA','This clinic is awesome. They accommodated me immediately and in a timely manner. All staff were very polite, professional, and informative. The lady administering the test was gentile but effective.','2020-07-20 20:14:24.492000','2020-07-20 20:14:24.492000',5,'cristine05mvp','https://lh3.googleusercontent.com/-0QVTYJWIEOQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmAs4PBxNhABKnHx3d0ZfYyxAyOlA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41350),('AbFvOqkytjblxf2MIg020ENfkY3wZbbOlOBvv2SPCv6IxSrJhrlbxHG2nf6_WuRBd-xoh6ZXBqPraw','Everyone was very helpful.\nDr harjai was very nice\nNurse erika was very helpful\nMarcus was very nice and offered a hot blanket\nPatty in registration was very nice and always smiling\nGreat place','2019-09-25 22:19:28.857000','2019-09-25 22:19:28.857000',5,'jr pena','https://lh3.googleusercontent.com/a-/AOh14GjPxLjk2o6E1JNjh7u-hSYYbHXCdjOeA_sUPztq=c0x00000000-cc-rp','14567670160750071148',30447),('AbFvOqkytN842c3Uq_sIFf684tx3_R8A1QmwKu7GUo0Ec-NUIL98wdsQTzK-H3mrRAfSi40pjA6n1w','I don’t recommend this place at all. They charge me $10 for COVID-19 test reservation. I arrived there to take the test but there was 10 people in line. They keep you in line outside in 100 degrees and no social distance. My appointment was at 11:00AM but I waited outside until 12:00PM while there were still three people in front of me. Finally regretted it and left. These people are taking advantage of this situation. They give appointment to 20 people at same time to make more money.','2020-07-09 17:11:34.400000','2020-07-09 17:11:34.400000',1,'Sina Bazargani','https://lh3.googleusercontent.com/a-/AOh14GgWSqy1E31yJSHRrfHXuedGAvIRnhs041sYECdf6w=c0x00000000-cc-rp','12541597562633926366',28599),('AbFvOqkytTwteceUsIjI7-PLm_NBI9gAsJKyF4UxvlLX5A9DS9Uez3EMja8f4HdRtoLAEgnjSUiI','I’m not one to go to the doctors when I’m sick but I felt super crummy and my normal physician couldn\'t get me in, this was my last resort. And let me tell you I’m glad I did! The staff here are so friendly and accommodating. From check in with Jennifer and Shaunda to the nurses Christina and Christine, not to mention the physician Dr. Elsbecker. I’m so glad I came in. I couldn’t be more happy and please the way they treated me. Highly recommend this place!','2020-01-15 15:16:01.253000','2020-01-15 15:16:01.253000',5,'Cassidy Byers','https://lh3.googleusercontent.com/a-/AOh14GggzE5axkNT2xSLj75ke6HPSi7Nxt3_qcjkJR97qEk=c0x00000000-cc-rp','16891069708558046635',36013),('AbFvOqkYU-RF92mFumQCxU7AQPs9zBfv9Ay2bqKVyLDmc_APq55ERG9C5mOYXBgICI7x6X_v0piLAw','Great experience. Jennifer D at the front got us in super fast and Dr Simmons was wonderful','2019-12-13 15:54:20.937000','2019-12-13 15:54:20.937000',5,'Adrian Kemp','https://lh5.googleusercontent.com/-FF1Ig1-GkDk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclWgs_OH774Wj_1rjMHNwNc0qi_rg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41980),('AbFvOqkyu4sH4SSTkJ4L5KnK5FdGX2wb_sC5Xjy9U1GY3Ha7ED0pTv6QN70uYhhzQUjMz61gm6PwDw','My wife came in with not feeling well and the staff (Tobie and Kelly) were kind and polite from the moment we walked in the building.There was not a long wait time and we felt right at home. Will definitely be coming back here the next time one of us are ill.','2019-02-02 23:46:02.937000','2019-02-02 23:46:02.937000',5,'Bubba Ray','https://lh3.googleusercontent.com/-yepM_VGIs58/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjMFL6l2FWzTHPhPWlcPOwZnG6AA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39932),('AbFvOqkyv9UT4OCSyBvSuQUAYcfEdU9LlgKLXbJONxTU4vsUry_j8qjqSB8yfNabiOdtfW0hTsSnIA','The Staff here is very nice and the hospital is very clean and nice looking. Dee is a very nice worker here as well. The hospitality is amazing and I love it. I would recommend coming here to anyone that needs help. Very Professional and High Spirited.','2019-04-30 19:39:36.552000','2019-04-30 19:39:36.552000',5,'Javonte Simmons','https://lh5.googleusercontent.com/-QvDNGped5ig/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck4XOvhy1ob0LeOZPLvTOEshdYUMQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30552),('AbFvOqkYvG5oDUAToJWoFxKuh4J_Nlpe9wpRuP6YJOdvS3d4vYHOwfYi8v5OP03XKa2YaX2QmjnCtA','Very professional!!! The staff is always freely and goes the extra mile to make patients feel comfortable.','2020-10-25 03:02:14.646000','2020-10-25 03:02:14.646000',5,'Chernitra Kyle','https://lh6.googleusercontent.com/-Z2QuZLRIb9I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZIClPpmvymecX-vu5a2DQ_HimYw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38916),('AbFvOqkyVGrWb0D4O7FszLty0fDyWvhfuQApaQZyEfLZd4szkmJBoDwpb0r4gU01lrwM2tyS8ZqZ_A','I came into SignatureCare ER very sick. I was greeted us and as I walked in and taken care of immediately there was no wait . The nurse and doctor were very Kind and patient with me . Within a few minutes I have a warm blanket over me while they put in my IV and started giving me fluids . I started feeling better within an hour or so !! Karen Ashley was my nurse and she is such a caring soul !! She tries to make you feel better even when you’re not feeling your best . Dr. Yost took very good care of me and is a great listener and works quickly to resolve the illness!!! And gunner was the radiology technician who is very tenderhearted and listens to the patients very well !! I have been in a couple hospitals in a few ERs and this by far was my best experience I’ve had in my lifetime ā¤ļøšŸ™ŒšŸ¼šŸ™ŒšŸ¼ I also want to apply and Kelly at registration who is very sweet and kind and got my paperwork done very quickly !','2019-03-09 17:35:31.851000','2019-03-09 17:35:31.851000',5,'Holly Hemingway','https://lh3.googleusercontent.com/a-/AOh14GgRpWfQJXMq3iwXqH4-yDmYIZ80Nq7neurySHDgUQ=c0x00000000-cc-rp','3272657195432704501',39902),('AbFvOqkYVKqd7qiZRLglI-SyWH1cdvgzhfatyZ09YyYuSp0H7xwlW_oveVOu7enpq4yKVEVAxj44Ww','Very friendly staff! Kevin was awesome and very patient with me during my nose swab (lol) I highly recommend SignatureCare!','2020-12-31 22:10:37.588000','2020-12-31 22:10:37.588000',5,'Kimberly Morris','https://lh4.googleusercontent.com/-QLCIgj6GVAw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmyQj649rBhLkDjOOSWVslARQdk2A/c0x00000000-cc-rp/photo.jpg','14748677429039074158',44211),('AbFvOqkyVu9260NB8KqPS4bGVVJjc5Qhgu8c4_ORZSt4nh-L-9Wy6lSZ0S-oi5ODoAain08ut1Dg-w','These people are really great. Very nice people. I saw the doctor within like three minutes and I wasn\'t walking in with my arm hanging off or anything. I was done and had my prescriptions in 15 minutes and they took my insurance and were just very caring people. Highly recommend.','2019-11-06 12:27:46.718000','2019-11-06 12:27:46.718000',5,'Jordan Riley','https://lh3.googleusercontent.com/a-/AOh14Gh1U1Z_SiNYfnKBxyrcom6yBkFBQtsOZTzVNXXsuw=c0x00000000-cc-rp','14904078213800803294',32408),('AbFvOqkYvVOojiFVON8a_bQUxONB23v8nSlPWSw1JKWc8i__SQqN3VRHx7spzd5vIVd80wkRU7GrKg','Cecilia and Dalal were very helpful! Would highly recommend this location :)','2020-12-10 23:28:20.781000','2020-12-10 23:28:20.781000',5,'Kristian Diaz','https://lh3.googleusercontent.com/a-/AOh14GgWQ7u7PtxhySNqA-JP12579tDE1nsqtK4TiC8L=c0x00000000-cc-rp','14567670160750071148',29994),('AbFvOqkYw0CPQhMQHwJVu-SmnAZF9tpSDW8iUOx3DnuKTNIPgD_UB8qfalFhBZY0YThtgBRwyJdu','Everyone was great! Super friendly and helpful!\n\nLeslie, Dala, Gina & Dr California Do!','2020-12-16 23:26:58.386000','2020-12-16 23:26:58.386000',5,'Stephanie Penuela','https://lh4.googleusercontent.com/-3dTciNJ6_i8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclYGNgKB9hF2mdtYfLYQ8Mdzv9VDg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',29982),('AbFvOqkyweeYN45NyGkm5xWuIwAmsjosbTkGx9qM93zC_ATZtIXjfh41ZMmyVbBMOz8klG-A6_SOig',NULL,'2018-12-20 17:51:47.872000','2018-12-20 17:51:47.872000',5,'Jewelrus La Vaughn','https://lh3.googleusercontent.com/a-/AOh14GgYWbiadqVhI2YmDKVbzh4KRzem4MVy8-rAEMwm-g=c0x00000000-cc-rp','17394740196501090048',36852),('AbFvOqkYWGQ9hVXKglhfWNGHQW31fGlEcGQr9X2BN02lFMlv5wZqx1IlhLCGHymw6noEocxpEofp','great and fast service','2020-01-29 01:47:47.143000','2020-01-29 01:47:47.143000',5,'Isaac Abrego','https://lh3.googleusercontent.com/-rQAzDK_TJzs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmbGjcm_cFkdBnMtKRcYWaq6gWjPQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34412),('AbFvOqkYWK4hWw7dZriOjzlUwREEoVOaK1Xdw7bl1k36iuN64aGc3Z2gGpjTzLue_-aG5LVgd5Oa','I am TRULY THANKFUL for the awesome experience my husband and I had at this location. The staff was so kind and caring while taking care of my husband. THANKS Dr. Castaneda & nurse Kristina for EVERYTHING','2020-03-10 15:42:24.088000','2020-03-10 15:42:24.088000',5,'Jennifer TAYLOR','https://lh3.googleusercontent.com/a-/AOh14GhPMVvBD8C5RzgBl2hmGiw2ggGr-oR0DdMnn8m_gw=c0x00000000-cc-rp','12541597562633926366',28647),('AbFvOqkYWyGLEwK0aRv4SQNUIILPT7phOKIut11xaM1EYLZ5u2RyiTjOEmfpfiQzJNhQYT-lu0cydg',NULL,'2019-01-09 04:08:24.806000','2019-01-09 04:08:24.806000',5,'Ricky Cummings','https://lh4.googleusercontent.com/-Iaoxyfhd-qE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckz0cbNaLImvXIGSR-Kg7w2zwEoLQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30645),('AbFvOqkyx15lLk4C77LowIp56ZsPSNXBTrfufm4X2GkOJ2NGESagPo6a-q5P5-adw7aOtvwVwbXRgw','Danna, Tricia, Jordan, and Patricia Everyone was extremely polite and amazingly informative I will definitely come back if needed','2019-11-15 19:03:59.697000','2019-11-15 19:03:59.697000',5,'P3 Music','https://lh3.googleusercontent.com/a-/AOh14Gis144ptCV3Wyd7zC2E0M_cG3AFWcPIFLsmjR4y=c0x00000000-cc-rp','16389487648212004696',33746),('AbFvOqkyx8VNExlW8HCKSABGd0EC-evwR8mjI9sgWJGPa5jkfeNhtHheT0I5Mg3knp6DIYxPY1SA5w','Great job by the team','2020-01-10 22:58:44.839000','2020-01-10 22:58:44.839000',5,'Reyna Colejio','https://lh5.googleusercontent.com/--bCzQCRk0us/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-kJUgFHSnplCBBxuJh-O_1_32Uw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30352),('AbFvOqkYX9hyMY1fJLbtw-NYpscziFtWRgQ85FYlRPPixAbgB_PtHWK2bkQYlz61nU7wGvIvGDYFPw','They treat you well they walk you through the steps they give you information on what they\'re doing to make you feel better it\'s a great place to go if you\'re feeling sick or if your hurt','2016-07-26 05:42:05.408000','2016-07-26 05:42:05.408000',5,'Alberto Ponce','https://lh3.googleusercontent.com/-yTcZLnDfeuY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnfxmmqR-qpYzJzg6DPFJoioJLmjw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32796),('AbFvOqkyXcowYT4BbEKlj5cAvc3oF2ckg8voMH6mlpDJZAoeeZZNhZyWQte1X0G67c2zRLCAAX8s',NULL,'2021-01-08 16:20:05.152000','2021-01-08 16:20:05.152000',5,'diana Perez','https://lh3.googleusercontent.com/a-/AOh14Gg5cu4rRz7-o-Sg_-OmxZUxp9MyVRekygmdg6cZpw=c0x00000000-cc-rp','16389487648212004696',44491),('AbFvOqkyXcw1UG0pa6z-Rxkys0Th6p7DF9ZBbZTVM9XYzNFPJVCVNJHIz0BDo3GhOG8gXSPMFK9N',NULL,'2019-10-17 01:23:04.030000','2019-10-17 01:23:04.030000',5,'Lataunya Tezeno','https://lh3.googleusercontent.com/-0913_SS6F7g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-w6nsCxIlhHEANeacFvWUeh2X1Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33862),('AbFvOqkyxjig2MjhayN-RiVMqK5TmdgsqIMQlpLGrvYAEuDqBr-e2T0ofi8iLV99B9WZxG-tlrksow',NULL,'2019-09-14 01:49:32.343000','2019-09-14 01:49:32.343000',5,'Rosalinda Torres','https://lh4.googleusercontent.com/-D1W6xwFGyCw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckEV3h8xzk5qomkotRXEamF7xnRsg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29673),('AbFvOqkYxvyUFlL8IXxCxD4XRb-S2SGBdpgH-TheQscUbW5It2pLK4YO9RmULiXI2W4iyL7W6U4yEw',NULL,'2019-10-12 15:38:45.323000','2019-10-12 15:38:45.323000',5,'Devaun Harris','https://lh4.googleusercontent.com/-ypwzsW8nNZY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmWswHKWk58qoiHe9STAF-DwcYiRA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33878),('AbFvOqkyXXO5K5whNItypA7M1376CqjG2HHn2KmnelSGRwVPVfR_rqCYbCfCaY2Wz0qvafnArHv1sg','Wait time was short to be seen. In and out, I was there for approximately 1 hour.','2016-09-07 14:47:13.581000','2016-09-07 14:47:13.581000',4,'Jackie Stelmaszczyk','https://lh3.googleusercontent.com/a-/AOh14GjBS_YByxAXu35UH7kkcrUSypzc3VL2Ap0qHY2f=c0x00000000-cc-rp','3511292162159714121',41171),('AbFvOqkYXYCGSs0R17LuGIOHrQgBTtEj_fNewxrHnymVDS7b3lhSj9DaI8RTqreL9F4NDG06WFd22A',NULL,'2019-06-07 19:02:45.640000','2019-06-07 19:02:45.640000',5,'Misty Halcomb','https://lh6.googleusercontent.com/-lTuzmjgYkt4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckBrXOdpbZcn6NyaTsdixRnL-wYRw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42053),('AbFvOqkyXYNcSt_Xm3GFvW-kcd9k7IzAGUF1Qpg2AQVJ4ENMFSB1q8nBxsSwe3aoi7ISMUwlRPLe9Q','Have been waiting for 5 hours in line outside in extreme hot and humid weather to get Tested for Covid19. Poor management!','2020-06-27 17:02:34.924000','2020-06-27 17:02:34.924000',1,'Rasoul Pourebrahim','https://lh5.googleusercontent.com/-LKiP-Wx2mr4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmetFFFfgan-mN4o5ML6VThfRC1UA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43021),('AbFvOqkyYo8C9IIeYA_sgRNfFMM-dZP9RFsDrXI_5EbP3bj5XEEl5AeIKWDRlIK6riQ2hC8kB5jPvA','Great job and staff. Shaunda with registration. Dr. Leung was fast and efficient. Nurse christina r. was sweet and chris and tina were amazing.','2020-03-18 21:31:29.802000','2020-03-18 21:31:29.802000',5,'Destine Thomas','https://lh4.googleusercontent.com/-cMhff8Fe8O8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnJJze60T1WU36aoB-megnmiJKLjA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35911),('AbFvOqkYyp_-ZzToll6hj3OMYP27EDub2b0OuIUMcNRZHFbeipBAYdBSW_4ddmWZq6ZH8OHA0mpwAg','Came in for a Covid test this evening and was in and out. Elizabeth T and the other staff here are very professional and friendly!','2020-11-09 01:20:55.513000','2020-11-09 01:20:55.513000',5,'Alex Brown','https://lh4.googleusercontent.com/-mLJnnR6XkNA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclbSFB3bWpipF8Rd1qx_sr4iIN2YA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40063),('AbFvOqkyyxBkxhREUuHiPijgVAzRscD5z4B1Yjf2VXHqOZ2IMyN3p42wV_Im579hmEkSLqejqQemiw','Thank you Magaly for taking care of us and being on the front line!','2020-08-01 15:54:52.996000','2020-08-01 15:54:52.996000',5,'AJaquez Analiyah','https://lh5.googleusercontent.com/-cKyTTnNJRxI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl28IHEkjQt__Hzjh-kKi_qNHDUDQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41327),('AbFvOqkYYyrYGAEK7S8pbvE7Rl29lp1zeaFPhmai9-yGg2F0bZd-9a_d1O9_PiFAAB5ZfYTeApRdxQ','Very friendly and fast','2020-01-23 20:19:01.594000','2020-01-23 20:19:01.594000',5,'Paul Forsyth','https://lh3.googleusercontent.com/-CRnmQk_TJ3I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXE0MWmgCUmbD5zyOxUPqXFg4Ksw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39675),('AbFvOqkyz7Ny_YYZB7nyhiBmY7--_ap-xrq7IxSlgbWXqvGg-p0fa-ZytLYEpDoGOQBKnCkvXXOqEg','Very good service, clean and helpful','2019-08-19 03:05:47.789000','2019-08-19 03:05:47.789000',5,'Diana Rivera','https://lh3.googleusercontent.com/a-/AOh14GiP-BkTmwh4nvxlPQJ3XLD6pQzY6N57J95QPy5x_w=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqkYzI60pBPa_5qSo2YbQk_uX7CETFykZpF2H6U_I7bU6LpygotVI6c1TDegEwQAalJ4-lPO','Care was great! Keera, Brad, and JR were amazing help!','2017-07-27 21:43:01.257000','2017-07-27 21:43:01.257000',5,'Jace Pfuhl','https://lh3.googleusercontent.com/a-/AOh14GgbwF3HESNLciqY0BAkLKFCTcnqGAcB-oox_ubt=c0x00000000-cc-rp','16590124370714063921',35414),('AbFvOqkYZmblFSoAhcgj2yOyN1dtSOS9z5rSZCtylugkOffYU7gdf7IPHfp2lUsPFyaK666rGXU0pw',NULL,'2017-01-19 06:03:14.400000','2017-01-19 06:03:14.400000',5,'Ibrahim Helwane','https://lh3.googleusercontent.com/a-/AOh14GiuaUT3JiPSka9l8F0OsI8yW8TuYpqJNVr_xXsk=c0x00000000-cc-rp','14904078213800803294',32748),('AbFvOqkz_EA_GZACSSL9zx-RGwsmS-DHee6vINBUIgkAdJxKWWfysIgE5g8I5vYWb9H1gNHjfVvaBw','Everyone was very professional and caring. Was great. Especially the 3 am shift Nikki as well as the 6 a.m. crew Dr Pham, Alvean, Michael, and anyone else I missed. Just wonderful fast friendly service all around.','2019-06-23 15:33:09.978000','2019-06-23 15:33:09.978000',5,'Janice English','https://lh5.googleusercontent.com/-y8wjmw45fmM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnHGYcBTWOTsUtbmIZaytwBmr9m3w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkZ_h7mHsIf9LZDSnHEWuKl0Phhc9niABctx-i_nsJ79lUFUWnWAP1cntzS1NJVHfotWkxHqg','Great experience, quickly checked in, friendly and informative staff! The doctor and nurse were extremely attentive and took their time to explain everything well.','2020-09-15 01:28:32.277000','2020-09-15 01:28:32.277000',5,'Emlynn Peter','https://lh3.googleusercontent.com/a-/AOh14Gj79fUf0aSsmSTHXjlChQbkLUOiO2CrzNiNbwSRvw=c0x00000000-cc-rp','2077061009497551125',38536),('AbFvOqkz_hlCu7_Zj2MDD3YE-jGgHJutIxl6t7bftjUg_5x6bSPyfQGRcVrIUMqAJKOSEzI8m6jxaQ',NULL,'2020-02-18 17:54:11.769000','2020-02-18 17:54:11.769000',5,'Mona Ahmed','https://lh5.googleusercontent.com/-5QHLrGWApSw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnoseHZ07Vb56_HNHUmWap7efJ7sA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28714),('AbFvOqkz_PteEtcNrhm632SRGWIZyXNpB6vbyz3uYrfLKlOPRbnaTBmBukWHooTh2XSDRK1KsoIP','From the moment I walk through the Er doors, these guys have been nothing but amazing, From nurse John, to Er Tech, to Dr. Jones, and Mr All Star David the radiology Technician was grear','2019-12-19 04:26:48.256000','2019-12-19 04:26:48.256000',4,'Mz. KAY\'S KORNER','https://lh3.googleusercontent.com/a-/AOh14Gin6xV1wfh9WoVKmPAtFXilB3MP9SJzhNgN5zDrHGA=c0x00000000-cc-rp','2694018788013845459',39181),('AbFvOqkz_Spdd1WrhSXCh9vwH0fVTGyGa0CsEK_JFDFLPkF5YIRjHnjbUQQ2YZ-lGnDxU-FXCw6C1g','Had to visit them after a serious fall and head injury at home. When I got there, they were packed (everyone wearing a mask), and as soon as they knew I had a head injury, they took care of me almost immediately. The facility was very clean, the people were friendly and also knowledgeable. I\'m SO glad they\'re close to my home in case I ever need them again. Highly recommend them, especially over a large hospital ER.','2020-06-11 22:03:05.589000','2020-06-11 22:03:05.589000',5,'Deborah Lusby','https://lh3.googleusercontent.com/a-/AOh14Gh--BVB-NK3bDEoAAxD5HoWUpbJavKT9H6mcagoxg=c0x00000000-cc-rp','17898197009688164559',37605),('AbFvOqkZ-BCxZ7fuPavuSE8W5zTQF4JF80mG9_igWHZMhBCKfs2Fb4_tsFY8Svou45b9A9BgmZlAwg','I went in because I suspected that I had an eye infection and my daughter who was also sick with some sort of virus, fever, etc. We were treated very well. The service was fast, the doctor was very knowledgeable and has a very pleasant, calming bed-side manner. The warm blanket was a nice surprise. I felt we were both treated very well. I needed a prescription and an explanation. I received both!','2018-05-18 14:51:39.566000','2018-05-18 14:51:39.566000',5,'William Procter','https://lh3.googleusercontent.com/a-/AOh14GjH_I3p-leVCu5cdBpyOZHv3NGxHt3gg_KgH5Rb=c0x00000000-cc-rp','8918455867446117794',43392),('AbFvOqkz-efz1gAyJ8fumM-Zy4cuD1ph8O-c8z6_gUMwcgQZmOMoXIYBSsA_iYBi3iFTmZQ84wIfgQ',NULL,'2020-09-30 16:45:02.821000','2020-09-30 16:45:02.821000',5,'Jessica Lozada','https://lh3.googleusercontent.com/a-/AOh14Gg2eS3zNfcM0BOB12vVu1tYvMtLDQ7O0tf_klKscg=c0x00000000-cc-rp','14567670160750071148',30091),('AbFvOqkz0BEnJj6OJQJgbij5PHljtOCp4uYFPIb8d-pyNiIoE40r6SSqFgkjAyr7VzKnZFALXXdz','Great staff and service, in and out quickly, registration was with Sarah and she was able to answer all of my questions and my nurse Reed made my intake easy as well','2020-09-28 20:30:33.207000','2020-09-28 20:30:33.207000',5,'Dionicio Reyes','https://lh4.googleusercontent.com/-wNhNWB2IogE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn5gUn093h_KDJwS01lAMlSPB25iw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36527),('AbFvOqkZ1ClrxBpk6Zc39PPHRgDsHkfokppNpxu5cVMpqXCMoUnFFNM6CMaLkojVcI0oZoeEGV0g','LEWISVILLE, TX 75067 - 17 March 2020\n\nThe Receptionist, the Nurse, the XRay Tech and, of course, Dr. Vijayalakshmi were all OUTSTANDING!! I crawled in there at 3am with SEVERE bladder pains, and 2 hrs later, I danced outta\' there like Michael Jackson (Well, you get the point... :-) .\n\nSimply the Best.\n\nThanks Guys!','2020-03-17 10:52:04.292000','2020-03-17 10:52:04.292000',5,'Ronald Redden','https://lh4.googleusercontent.com/-YYje69JrBtk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmKL2tf-YF4Kok-kn4jgkuUeJJ1LA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32093),('AbFvOqkZ298wDSpKDSJBwxLJmnp6YsVrvL69DuFkHPfFQWtOf5b2gsf49pg1dTrXrnm-1Jj7t1F00A',NULL,'2017-07-15 00:27:59.744000','2017-07-15 00:27:59.744000',5,'Zoe Lassiter','https://lh3.googleusercontent.com/a-/AOh14GjewOxY8sJJnNXRL4HCjTGnV3zxaM20EOQHk5xp=c0x00000000-cc-rp','16891069708558046635',36469),('AbFvOqkz3Rnsi3pFmKwyP5KWdM8Jcdd8EBSwlmMITve9ALqe5PQeL0WQFEUhu3tNc-ovpw1okKUz','I am very grateful with the staff of this location! They honestly made me feel so much better from the moment Karen checked me in. I had just flown in from out of town and I was feeling miserable, but the nurses (Nicole H. and Nicole F.) and Dr. Garcia put me at ease and made sure I got the treatment I needed. Highly recommend!','2018-08-07 13:14:51.177000','2018-08-07 13:14:51.177000',5,'Loretta Miranda','https://lh3.googleusercontent.com/a-/AOh14GgPBqZjhV-CHo6W2hjK1Bj4xgOe97PacWMXLKrwDA=c0x00000000-cc-rp','8918455867446117794',43375),('AbFvOqkZ3vtyL8cjngjZYYqytljMdw7veEuOwKzENvqcuV3pNzcbjz0R4paBMJqwbk9Vpzu0eBZo','Signature care checked us in very quickly, and made the paper work as easy as possible! The lobby is very accommodating to all ages and the staff was very friendly.','2020-02-17 22:59:47.088000','2020-02-17 22:59:47.088000',5,'Amberly Jackson','https://lh3.googleusercontent.com/a-/AOh14Gg68dns8UpzjCbBO5m5bz4-1xm55KfP2DKFQtG33Q8=c0x00000000-cc-rp','13486358490203335051',29421),('AbFvOqkZ43fEegSgVZHDdIjdIoYrRrpNolcu2EjiQErF1GTCUsAauEWd13NmIBuFtAEqljVKSqEgaw','The staff was very welcoming and gave EXCEPTIONAL SERVICE!!! Samantha was very polite, sweet and kind. She had an Awesome attitude and was very professional when checking us in. Our nurse Christopher C. was just as Awesome! He explained the entire basic check up process to my 9 year old grandson so that he wouldn\'t be afraid. He offered us refreshments, asked if we needed anything and even brought us warm blankets!! The staff here are very polite and tend to their patients with love and care. I would recommend this ER to everyone!!!','2020-11-10 06:16:15.926000','2020-11-10 06:16:15.926000',5,'Bernie Vargas','https://lh5.googleusercontent.com/-1xv2pQ2XFKk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclGh47SyroHsBFfB7spyjtjIf4LAg/c0x00000000-cc-rp-ba2/photo.jpg','14567670160750071148',30025),('AbFvOqkz50OTF70dowkb7bcm010DXugOSkPH6wXYeStxAhCuZPhYlQAG2HKiDsMbOUW7yXVbsSWI0A','I came in to SignatureCare and let me tell you, they definitely live up to thier reputation. The facility was clean, the staff was polite and knowledgeable and the Dr.O\'Malley had exceptional bed side manners','2019-11-25 15:12:53.944000','2019-11-25 15:12:53.944000',5,'You Triedit','https://lh5.googleusercontent.com/-bSEkjZ4umiw/AAAAAAAAAAI/AAAAAAAAAJ0/AMZuucmj8YPwdCvYficpc5zqMADcJaRNEw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33690),('AbFvOqkz52G9ZZV8LJrv4xk-x8tmKEIPk2W432PnyOyzbetwNXJyrzrqPfns9BR3Bvytmh6nBiEe','Went to the neighborhood quick clinic. Bad idea. Price start at 175.00 and that depends on what!? I don\'t know. The young lady says it depends, could be more. Lol wow. I did not want to use my insurance. Don\'t waste your time here unless you have 200.00 plus to spend between the visit and whatever meds that may be required. Go to Family Care at 5900 Chimney Rock .Visit was only 40.00!','2019-02-19 22:47:25.100000','2019-02-19 22:47:25.100000',1,'MeMe Simone','https://lh3.googleusercontent.com/a-/AOh14GjmudQBV0ZLcid0EpLvA8SHbDhkUFlQqhEoRVXMDw=c0x00000000-cc-rp-ba3','8918455867446117794',43300),('AbFvOqkZ534YGCbyYUiVJFz2NJFX6Q_TdkSJ3fB5UZnpMoE7am9EuwT1l55vRKkeDQpjWYSTqrZTAw','Came in with my crazy husband... he is always doing crazy stuff. But as soon as we walked in to emergency room we felt very welcome. Tanishia was a very welcoming offering drinks and treats. We love her. Dr. Thomas stitched up husband and nurse Sarah G helped us get in and out.','2020-01-17 08:58:39.311000','2020-01-17 08:58:39.311000',5,'Tonya Zepeda','https://lh4.googleusercontent.com/-sWdW8hZINqY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucki6s2KBuzFNnR56sJJLF5ZU2vtpg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37743),('AbFvOqkZ54Wu7fYFDrJnnMUH0ph5TzDNOXd7QSicSxHcrLlFM52ag8LUxk99OLtTjHBfxxh7BloVLA','Cody and Joe were awesome! Did a great job explaining everything to me! Very caring!','2020-08-11 16:04:32.416000','2020-08-11 16:04:32.416000',5,'Spenser Stowers','https://lh5.googleusercontent.com/-3fBzUzH-Jbg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclklzg33htG_1xsABABUAyt9D3ybA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38619),('AbFvOqkz5IGmMgiHV-ByRnEfzShcY-DoaXPql6O1j864iykib8krcO_e5SD9PxzCLuKSsFmnGYEcYQ','Aaron Ortega was awesome and helped me make several appointments for some guys from my office. Thanks for your help!!','2020-06-26 21:52:24.512000','2020-06-26 21:52:24.512000',5,'Connie Bearden','https://lh3.googleusercontent.com/-DmJCcxQZqnk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucma3D3WKbR3DkPgj6hgmMGkekXl7Q/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29383),('AbFvOqkz5SfCmQ4rRsRQDVf6235VaQvtjYVteLbs8UnE0ZSDsvyJvtFQxcJ6zgHFk057j439PwHb','Nurse: Eda\nRegistration: Amy\nDoctor: Dr. Grinblatas\n\nGreat service! Everyone was so nice and gentle. Dr. Grinblatas was very kind and always asked if my son was ok before he did anything. Definitely recommend for any emergencies rather than waiting in a hospital. 5 out of 5!','2019-03-23 14:30:47.756000','2019-03-23 14:30:47.756000',5,'Moni Kah','https://lh3.googleusercontent.com/a-/AOh14GjXIOCbik2I_7pgbvovTZR-Yqt9FoW67AVj-eDnzyQ=c0x00000000-cc-rp-ba2','17394740196501090048',36806),('AbFvOqkZ6GQ6Rwvu5I2grRTCd2DPfB0KbB52SYaEvzNzD1h9V6QroYbOUC49AlxDmdh30Mue7ZlFvA','So the quality of care was fine, and it was rapid. However, I was there on February 18, 2016. I sent them an email a couple of months later asking when I could expect a bill and received no response. Today (16 August 2016) I finally received my bill. It is extremely difficult to have something like that pending for 6 months, and aggravating that they did not see fit to respond to me. As for the charges, they charged me $9.73 for a prescription drug without prescribing nor giving me anything. They charged $9.18 for a pair of sterile gloves, which is nuts. I am uninclined to use them again.... if I had a situation serious enough to warrant it, I\'d just go to an ER properly attached to a hospital.','2016-08-17 00:06:35.847000','2016-08-17 00:06:35.847000',2,'William Harlow','https://lh6.googleusercontent.com/-c134xaUm4H4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmvJX64xhww1aDA5hbio_jCy3XlbQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41816),('AbFvOqkZ6m9A97IBpcm9m5oGYp__GY5MBOITUmcxmyHPziolGpAwVckdiAB7SvcltD_KXwpzyO_nRg','I was on hold for 1hr and 45 minutes. I just wanted to ask simple questions regarding testing. All the wait to just hear them pick up the phone and hang up. Trust me if I had all my answers by visiting their website I wouldn\'t have called in the first place. I understand they are probably overwhelmed with calls as I was on hold for a while but the least they can do is answer some simple questions. This is unacceptable during the time where many people are wanting simple answers. I am sure that if I went in it would have probably been a bad experience.','2020-06-25 01:29:38.368000','2020-06-25 01:29:38.368000',1,'Cristal Tovar','https://lh5.googleusercontent.com/-1fDM5gspgN4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXK6wswd2gL_ER_caD3VfNlsqPeQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36578),('AbFvOqkZ7aS0J6NZ17j8SX8_3iCLx-bEuPpas81TxUya65Ev9XaJ0soHPq1zYb6wRgqhnIjqdCyp','When coming to Signature Care I had expectations of a typical walk-in clinic. I was pleasantly surprised to feel like I was walking into a place that makes one feel human. It is difficult in this world today to have time to talk to your doctor, but here they spend the time and show empathy and truly get to know you and why you are there. I hope that this is the way of the future for patient care. Thank you all, Christina, Linda, Shelly, and Dr Elsbecker at signature care. I truly appreciate your way of patient care.','2018-04-22 15:56:17.934000','2018-04-22 15:56:17.934000',5,'Ron W','https://lh6.googleusercontent.com/-dfOYTPbpb4o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclw1jtMtZedxnUeuZuEGm3pbF4CFw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36409),('AbFvOqkZ8JItQq3Cg1u-tYejlpcZ3sPQZzsEYoaL1RJ28ebN6n0VBbTcpJtVo8ERi5RNVpQd9D1qRg',NULL,'2020-11-22 22:58:43.696000','2020-11-22 22:58:43.696000',5,'claire roever','https://lh5.googleusercontent.com/-qPFbWsm7f5Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmbRNNbpmX1HJ33haVPInbT08C2dg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35560),('AbFvOqkz9CYgT2iA6NeU3gIu-2xTdYDFoVHNgb_sDaOP9jIVz1z2i7h9a5hi1YcFi0_nXJTYvvGbeA','I had a shoulder injury that was really painful. The staff onsite (Tatiana, Nicole, Chris, Dr Patel) were really knowledgeable and helpful. I was in and out within an hour.','2020-01-23 08:05:58.680000','2020-01-23 08:05:58.680000',5,'Taylor Bass','https://lh3.googleusercontent.com/a-/AOh14Gi2oUtN7SHTo-nOoVs7DDzw0wGrSsp-wxzBJ4cWWw=c0x00000000-cc-rp','14567670160750071148',30313),('AbFvOqkZA608xQfnmAMeaUrlJLO413W1AWGghhauzgEIFL1XsmBiCnMReHqA5Xkr04xrQCGQ4txd2Q','Lindsey and Purvika was great from the time we walk in to the time I walk out very polite and very professional even the doctor that came in to see.. I would recommend anyone to come here in and out.','2019-11-14 03:52:34.836000','2019-11-14 03:52:34.836000',5,'Amekia Poole','https://lh6.googleusercontent.com/-da9zTvPOv0w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnWrHSUu1teolv94ztJYyAS0WiI6w/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42594),('AbFvOqkzAr5Y0c2iJpqS2_TG3AoFXm418GOSwv-thqgRUF2NdGEvlohH02DOJf_ZAPf7w7Hp9O7EVg','The first doctor (Yost), I love is doctor i loved him dearly!. Second visit. I Had Dr. Craig.. was very disappointed beyond....I will never visit!!! Much rather have the er. PLEASE TAKE MY ADVICE','2019-07-24 16:13:44.441000','2019-07-24 16:13:44.441000',2,'Ashley Sckittone','https://lh3.googleusercontent.com/a-/AOh14Gji8qd_IbpXvYgyZiXV2Q7QwzGJ79WuviW-rOq91Nw=c0x00000000-cc-rp','3272657195432704501',39834),('AbFvOqkzaYxfQEiI2QUZmLjG1G6nopMpZin55W5eILpfBLtcMbr4C6xEWGAMGnQk7q75_OABVlXYQg','Great service as usual, they do everything here! X-rays, flu/cold tests, blood tests etc. Alyssa P and Shawn K were awesome! I love coming here!','2020-01-24 22:35:18.279000','2020-01-24 22:35:18.279000',5,'Melissa Owens','https://lh5.googleusercontent.com/-LJ7hJPEg1LI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckcNSX73mU3NsRiXznhOSRp9dLzyw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43134),('AbFvOqkzbb4jHKvHv_aJOcNW64meF2gXaL6yKi-XMS4yVxR5E2cwUbQ7eYh6FnMYZ7Sj-nnzYzKz2w',NULL,'2020-10-17 18:12:14.903000','2020-10-17 18:12:14.903000',5,'Jake Lego','https://lh3.googleusercontent.com/a-/AOh14GjKC646-OhhiRacVZ40ae0XCxXSKstNC32iIjblaw=c0x00000000-cc-rp','16389487648212004696',33149),('AbFvOqkzBCY_C1sTjOpZXvj9KF029xMfzxt2Y1lC51mZioheNa2jzn084-I5WtYRs9k7_ua0uYsf2w',NULL,'2020-06-05 14:36:31.595000','2020-06-05 14:36:31.595000',3,'Rosy SĆ”nchez','https://lh4.googleusercontent.com/-j0W_DkWMPe4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnNhENRKNHVTVj-SBmJ2_HHuaRZwQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33236),('AbFvOqkzbQysijzgSvYVOoXnvXtb79G-fjQ5VjG6ds6IcSDNAmTLRs8fDVPR6F_wJaytOtC7JYDTVQ',NULL,'2019-10-09 04:51:07.459000','2019-10-09 04:51:07.459000',5,'Austin Burba','https://lh3.googleusercontent.com/a-/AOh14GhsdAnGLelcQ39yTnMKTLdzTrF9_ePTCp6nA078=c0x00000000-cc-rp','6521947413723274945',41587),('AbFvOqkZC2xMPP2ME5_Id7q23YzuCqzxJ3JGKqD4-ZKceQlewfSZXZQnWkk1gnUp3TdrMTljS_Rdrg','I have been here several times due to a few incidents and they have been the best EVERYTIME!!','2019-12-31 03:47:57.630000','2019-12-31 03:47:57.630000',5,'Coco Alexander','https://lh5.googleusercontent.com/-DnE8aGpLSvU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnx8hdTc9lOMRL3QerdLP13UxPMTg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28884),('AbFvOqkzCeGk45giYLLWP5fassvqMYp69KVDKcLeFtyFvhg9OleBefzzfR47FCih-zT__4AJ3fIaGA','Very prompt nurses and doctors. The facility was very clean and everyone was nice and professional. I would refer anyone.','2017-05-05 19:08:23.425000','2017-05-05 19:08:23.425000',5,'Tameka Odums','https://lh3.googleusercontent.com/a-/AOh14GjTTjfevqC4D7L6s2f2jw02hgpo0O_xhw0WxdWjfbc=c0x00000000-cc-rp','17394740196501090048',37165),('AbFvOqkzcT4qd2jKry9CXoVzZxmE3Oe1ltoJ1lcG9Ve1acal8Pp7P-_23t-P27GWaLd_1rpkxHLiAA','Dr. Patel\nAmy registration\nBryan E. RN','2019-05-04 06:41:05.777000','2019-05-04 06:41:05.777000',5,'gabbie hernandez','https://lh6.googleusercontent.com/-lzQUOHySqXw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmCAPtzj0DwOF_ZLbNZBzSPEOEEYw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30548),('AbFvOqkZDd4SDuNjA1cuR66Xv5VMTsgYkkOxofF2C_Ak75oXqe0nTHx4zBv889d5nWSETKKBhRu6','Received excellent care. The doctor had a great sense of humor!! I broke my thumb so the distraction was welcomed! Would recommend Signature to my family and friends.','2017-03-20 18:37:36.958000','2017-03-20 18:37:36.958000',5,'Mona Jackson','https://lh3.googleusercontent.com/a-/AOh14GiAr_uMeOdPDzndxeMf0UnlOxCXEAnr4Qw3KH_0ZQ=c0x00000000-cc-rp','17394740196501090048',37191),('AbFvOqkzdLJabql_IbjKyicqsLD6kCrciu8dUQHudr1-AtF53m2xNah5jYE_r8iloifY_wX9eGXV','Dr. Miller, Maya, Laura, Kristina, and An were very kind and helpful. No waiting and overall a Great Experience! I would recommend! šŸ‘šŸ»šŸ‘šŸ»','2020-01-31 19:10:43.211000','2020-01-31 19:10:43.211000',5,'Val_htx','https://lh3.googleusercontent.com/a-/AOh14Gg-JYO-DPdOIniukPg8dQDQHDAxdSybmUVgwRgx=c0x00000000-cc-rp','12541597562633926366',28767),('AbFvOqkZDtnz9fyTjhus8pHodABab97_lXZ08VnIjdm-aobymeRcdO4mZSB5ffh1imntWwbFx27iHw','I was helped by Adam, Linda, Chris, and Dr Leung, who were all excellent and helped me relax during a 13-hour stay. Great staff, great rooms, chill atmosphere.','2020-02-25 02:23:25.434000','2020-02-25 02:23:25.434000',5,'Adrien Conrad','https://lh4.googleusercontent.com/-4WZQ-Ohan1E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck22FNYR7y03M7XAVSomh9M93VQBA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35953),('AbFvOqkzDunXi6lA80FwNwvIOXA7KiP8Nhzk87bXInrhb0ueeWiNyBDHWcHYvN7qEzup6wRzuiB8dQ','I had a great experience with Ashley Burton it was very pleasant being there','2019-03-13 16:42:49.343000','2019-03-13 16:42:49.343000',5,'William McClain','https://lh5.googleusercontent.com/-cpI5zbSiq84/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclo7Ozc0MApsDu2I5IyotKt60suag/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42122),('AbFvOqkzeLsR_LwHxM4ckjMGla13DUcYxpD6p2Qw_tT2KOPAl19o8HZBXS36JERY4RSEbiwlj-1jOw','I would not recommend sending a loved one here for care. A family member of mine was here yesterday and they didn\'t check on her for a long time. They would leave her for an hour at a time, without telling her where her call button was. The room she was in was so loud, that she tried to call out loud to a nurse for over 30 minutes because her IV stopped up, and no one came. Since they don\'t let you have anyone in the room with you, she had no one to help her. It was very disappointing and heart breaking to hear about this after she left.','2020-12-02 02:00:48.577000','2020-12-02 02:00:48.577000',1,'Kalynn Evans','https://lh3.googleusercontent.com/a-/AOh14Gja32nk_QkzGYgrSx7esPuCR9PQItpw8qJChEXv5A=c0x00000000-cc-rp','14567670160750071148',30000),('AbFvOqkzf2F7NsJBMFHmh4wRms3It2gIW9njxQXCNWkT_RrcU0xHrK4xy_ZFZjGnNxHVi21OZ1Qq','Dr. O’malley was amazing and attentive, Jani the nurse was great as well as Erick. Jesus was very nice and helpful! Thank you all','2019-05-18 15:54:05.134000','2019-05-18 15:54:05.134000',5,'Kristen Foster','https://lh3.googleusercontent.com/-_Jhl4LbGIn4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHvsBHjcK-yxKVg5MsyRm9QcQuhQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkzfc16D7cO6fpihsHoePdKvoMHqUKSp7LdfCdoeDEMBzwnQ-UQeCwj4W1FgzoNJhEN-2HdYA','Had 2 kiddos in Texarkana ER today.\nBoth saw Dr.Yost and we had a whole team of pp. Courtney,Kara,Kara,Gunner and Tracy.\nThey were all supper wish they would take all kind of inc. I sure would be using them and not setting in hospital ER.. Everyone was so nice and made sure we had anything we needed. To make our visit the best it could be. This is want health care should be like again were they listened to the pt and not just putting everything in the computer. And listening to pt that knows there body better than anyone else. Thanks to the Texarkana stuff for getting everyone felling better.','2020-02-20 23:08:05.663000','2020-02-20 23:08:05.663000',5,'Teri Swanger','https://lh4.googleusercontent.com/-0cjODpaMgLs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucngVLwFYD-y2LtrfTH1djVO17dqZg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39608),('AbFvOqkZFHJvCrc3rju4vKsQeX2xpk2f1LGz5GJlAKbEeuo5k-g9QAX6NRRRQhS2wcW6H49EwLkAOQ','No one wants to go to the ER, but if you do this is the one to go to! From the moment we parked our car, at a very late hour, Security was so nice as they came outside both at our arrival and departure to ensure our safety, which was the last thing on our minds due to the situation. Reception, was unbelievably sweet and the wait time was less than 5 minutes. The nursing staff were gentle, kind and caring, and the doctor had the best bedside manner I only thought to exist on TV until now. They truly provided care to both the patient and the family member with them. I wish all healthcare experiences were like this! Thank you Jackie, Ray, Kristi and DR. MILLER!','2017-02-02 16:20:41.956000','2017-02-02 16:20:41.956000',5,'Donna Huckleberry','https://lh3.googleusercontent.com/a-/AOh14GgrebubaFl76oZN-RvrK05uwG3E7t6BYJF_PPiJqpc=c0x00000000-cc-rp-ba2','14567670160750071148',31112),('AbFvOqkZfllBDSRoUPpPNGI2AODhxPa6-Q9hc1IjblTQ5hdaJqOA0TjAJsa2TBJiC0oYTY5e7yDv','Great service. They we\'re very carrying and attentive to our 5 year old definitely lived up to their 5 stars. I would go there again if I ever needed to','2019-12-30 00:11:02.142000','2019-12-30 00:11:02.142000',5,'Angelica Vasquez','https://lh3.googleusercontent.com/a-/AOh14GjXLwnLwY1kNSLBUUzCd-JlHn-Ifw89yJxaZ9Khrw8=c0x00000000-cc-rp-ba3','6521947413723274945',41506),('AbFvOqkZfzWp6feR7OF1r1YcVnc7ecnqcr6c3s0YWDzj_lEqxiw6eznQVcjrxqVwxzUcUAbVKKw8zA','Mercy and Carly were professional and extra helpful with getting me signed in and finding my insurance. Doctors quickly saw me and explain each step of visit. Quick and efficient.','2021-01-25 18:52:27.529000','2021-01-25 18:52:27.529000',5,'Jesse Adams','https://lh6.googleusercontent.com/-HUJwqJuH7ts/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnDObjE-lUvxFY34wAwJshxbwu44A/c0x00000000-cc-rp/photo.jpg','12541597562633926366',44406),('AbFvOqkZgLkkzGuLliOHvMVOtRSGlPhS96z63SaJfWYkXtCzjTx0hRvq5DUxqvJEXUcR4_HsrCs86Q','Alexis, Kristen, and Kathleen helped me out! Service was very fast and very friendly!','2017-10-16 00:31:17.644000','2017-10-16 00:31:17.644000',5,'Kevin Scott Connally','https://lh5.googleusercontent.com/-IebvPl_I6xg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmuMKioYa6YrVfB2faEU5OMrHh7Lw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35368),('AbFvOqkZH5y3tiQFoBJJlOIjfSk8VCqn6LpTi1D547yWvMC5AXsbTl5lZsVhy2uS9Pew7-hax3m_9g','Really enjoyed my stay at the signature care everyone was wonderful Dr. Ding and my RN Chis and also on the way out Amy at the registration desk was really helpful','2019-04-27 16:20:25.528000','2019-04-27 16:20:25.528000',5,'Ghost_DC4L Gonzalez','https://lh3.googleusercontent.com/a-/AOh14GiExYZyVrPDQnbatjv4RXlBOV9RdBEVIvYgfehPkA=c0x00000000-cc-rp','14567670160750071148',30561),('AbFvOqkzHEUT-tSJQ_d8_xFif30YcuNDI4xEQ4B5fy-k-HhX0O2VbHLfctyf20Jy1GyVpd_a9bY6','Came in with some bad pains in my back. The staff was wonderful in helping me get to the cause of my pain. Thank you for being so proficient.','2020-01-22 07:05:47.246000','2020-01-22 07:05:47.246000',5,'Kayla Batchelor','https://lh6.googleusercontent.com/-Shthp_uOyHA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8dZLU7KiCzGYfipiRmuKR7OkgNA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29467),('AbFvOqkzHhfmIPN3H8ArpXn3GHKn5esf-OiuH0flSVCNPNiRN2ucwXtgLMxI4qm_f1mlNaxj-_V5Yg',NULL,'2020-03-04 01:26:03.630000','2020-03-04 01:26:03.630000',5,'xavier gonzales','https://lh6.googleusercontent.com/-bOt4Ln8SHTo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8Em5sGofNxHTBQsvF7upzacdvhw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41414),('AbFvOqkZHQOt-lXIuIwOQHzDG7LztERq5Fj3QW8T2HeP-rhYkuVWpp-ihKWhWXXXMxTOZ99D7995Qg','I am pleased to report that there is a medical facility in Austin that provides excellent care and personal attention to its patients. Highly recommend for emergency care. Shelli, RN, Dr. Chris Lingan, and Tina, made sure I was comfortable and well informed every step of the way. I greatly appreciate being seen quickly and treated with compassion. Great job, Signature Care, I\'ll be spreading the word!','2018-06-26 15:35:24.605000','2018-06-26 15:35:24.605000',5,'Nancy Muse','https://lh3.googleusercontent.com/a-/AOh14GiGtxvLwCcOhRIGHedGytmuFMFEK7_nmsqa6ez03Q=c0x00000000-cc-rp','16891069708558046635',36387),('AbFvOqkzhYM_sG9vx1c6KV7AXc_AFjyAAI5Cj6tb4lbHsF9qMbvit9jY6shIlRknKcPyEVI82u-I','(Translated by Google) Excellent thanks Alvean and Patricia\nBlessings\n\n(Original)\nExelente gracias Alvean y Patricia\nBendiciones','2020-01-17 18:06:02.825000','2020-01-17 18:06:02.825000',5,'Graciela GutiĆ©rrez','https://lh6.googleusercontent.com/-n1GgDlCcUUM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLzsq5Xyn3vf2UehiZukPsRNck7A/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33493),('AbFvOqkzi_eahoSsIGjmMUpN3JDfJf7JBxAUZ1-DJt6V9VkXAmVGD4nJH_sHyxM6f17s8pAoew9FPg','Fast and easy covid testing, staff was very welcoming and pleasant.','2020-08-26 00:57:08.673000','2020-08-26 00:57:08.673000',5,'Kelsey Dietz','https://lh5.googleusercontent.com/-76dHDFAq8E4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclGuEMgdRpC1U7ijKGvEdADvqSV2w/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38560),('AbFvOqkZI1npuP2qwAXzCndQKfq8c8AueO_K72WV73W5akNlzmY7ACeYFFOrf-4IW93fLHL0sXg1AA','Doctor Miller, DR. Dang and nurses are the best. For the first time in my life, I didn\'t mind being in a hospital. Facility was extremely clean and well managed. I don\'t know the words to express my gratitude. Thank you all very much. My best wishes for Dr. Miller and his staff.','2019-12-27 20:32:43.509000','2019-12-27 20:32:43.509000',5,'Susheela Singh','https://lh3.googleusercontent.com/a-/AOh14Gi_Wnl6EzNCcXeZM5_sLOpaf61Fzrvn9bOfoKIH=c0x00000000-cc-rp','14567670160750071148',30375),('AbFvOqkZI5IH94rViCf4H8CS5yAAbxNkPOQtmISAUYJtaelmyttuNdMH6xFW1fqIwSIWDdNOa0vdmQ',NULL,'2017-10-25 08:21:15.540000','2017-10-25 08:21:15.540000',5,'James Wilson','https://lh3.googleusercontent.com/-vkTYXB1-qKI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclA33GVSB7r9hYk-aHc215Vr5JgDQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41003),('AbFvOqkzIhRLN9xy_Ok7zqTy4loRpqu1hIbpZGe6Hm_j4O86SqtnitpbxX8Runjs_p91Hzcf1zi0','Everyone was wonderful and caring. They all were very concerned about my pain and well being. The dr and nurses checked on me constantly and keep me updated on what was going on. Highly recommend!!','2020-06-11 19:47:35.245000','2020-06-11 19:47:35.245000',5,'Glenda Layne','https://lh3.googleusercontent.com/-Y2lfsqQtIFQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmC_FI0R7UH_5K_-3iGxSuoxP9M8w/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39062),('AbFvOqkzinJZqaKTgJr3ON8x4ws5bxUxHUA6b1-EuMPBwvqqYUNqe3VgevyvNIyEeN3aW8EOy9zW','Everyone was reassuring, kind, caring...not only to me but to my wife, as well. I\'ve never had such a good experience under such stressful conditions.','2016-07-22 15:06:18.107000','2016-07-22 15:06:18.107000',5,'Karen Cary','https://lh3.googleusercontent.com/a-/AOh14GjC13WLbjb3_0fGpHW-JZPP0rKCejkO2EPKLmmlc7o=c0x00000000-cc-rp','17394740196501090048',37322),('AbFvOqkzIRoRZNv8L_OTR8H_nfuDV9dBcZCE9HHn4dG3kEtip7G6LxUhCDoLF4abCsWvZaiqtEcO9w','We had a great experience! Caitlin, Mckenna, Jenci, and Brooke were very friendly and took great care of us.','2020-07-24 01:17:06.402000','2020-07-24 01:17:06.402000',5,'Sarah Mills','https://lh6.googleusercontent.com/-o9vW7MRXEQE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclo_cMfy6Yk6dsAnE12rxPiBgtASw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41909),('AbFvOqkzjBuTI4KVAnqKxJpLxRBePONW51cfxa9n4XEtTnqHxfDxBGbemal85meoCaP9eC8-j_o90Q','Very great service, very professional, clean & quick service! Thank you Dr. Smaistrla, Ekaterini, Gracie & Krisandra for your outstanding service.','2020-11-22 17:22:08.642000','2020-11-22 17:22:08.642000',5,'Arnell Jackson','https://lh4.googleusercontent.com/-NW-IBpbUkc8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckdkn6Bdr3ZtFiOGXqFEkzrLXkLRw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32902),('AbFvOqkZJKOIEI3baAioMQ5sJcEpeoK59ia_LJ76dYvI71oadth6ynNkfGXOa2vrGs3DLVA6ZyuNEA','I had the best experience I have ever had in an emergency facility. Unfortunately I have been in and out of 24hr. clinics and can honestly say literally everyone there was incredibly nice, professional, and genuinely cared. During one of the scariest moments in my life I couldn\'t imagine being at any other facility. I am grateful for the help and compassion that the entire staff had. My nurses were excellent at their job, and Dr. Kimball went above and beyond to help me. Thank you so much!','2016-05-02 22:42:45.658000','2016-05-02 22:42:45.658000',5,'Sousan Arab','https://lh3.googleusercontent.com/a-/AOh14GiL9E3cbMFnXJaf_Lur-sTT1N-aa0jVVg57Im6xVDs=c0x00000000-cc-rp','3511292162159714121',41239),('AbFvOqkzJT_ImdBKj6YaZSH-rTk8Mypt0yY8O676NgQ6mU269x9Em6U8dTocA_FirZ1NfXZcSBCE','They were great and fast working they always help with my little ones ! I Would recommend them to everyone! Both the nurses manny and adriana were amazing really patient and just love how dr. mauldin was with my baby girl !','2019-12-04 17:08:59.303000','2019-12-04 17:08:59.303000',5,'Mariah Garza','https://lh4.googleusercontent.com/-BZ9nOvrzrhQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclIZF3MuK0O_ZJwt_loK9HhFOIgMQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41542),('AbFvOqkZK59jsVxIMzEodIPFjW2HaS3lybDPYECANlooAodx88c3CWiJndyM45wdslruZk6sS2U9',NULL,'2019-10-05 12:59:19.200000','2019-10-05 12:59:19.200000',5,'Rola Ayoub','https://lh6.googleusercontent.com/-MNzxSGup1Ng/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclmfkkYXgoObq0pm1y4uwwmztX2qw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29005),('AbFvOqkzk8gtvtzu6KCm7GMsWAWGz3EcSVoBg5UuvN1Tcg2uXilJ1K-AvYdhLhEhf4zt-v6nocrP',NULL,'2019-09-11 02:53:05.118000','2019-09-11 02:53:05.118000',5,'Obie Harmon','https://lh4.googleusercontent.com/-RLYP4etV2PI/AAAAAAAAAAI/AAAAAAAAMo4/AMZuucmCSBRS245oERyN6oJyedtkCFn4HQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29677),('AbFvOqkzkce_prp2odxoJ1PNhTGVQz9PyMrWZQFOF3axqZnfv9BOLZVgeYYiJIL1uG0XXDphRBrV6Q',NULL,'2019-04-21 15:09:15.923000','2019-04-21 15:09:15.923000',5,'Rishma Bhatt','https://lh4.googleusercontent.com/-mHrg3x5hMtg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMeYiLvq4r2RCxjK1m9oYje8FC1w/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40593),('AbFvOqkzKdAZQv2l2KcKYdalIk7sAKRN1264PYxrXa6XLTvf4mPnXsSmbBhXOgnJDLjPPuyrkNvTlg','Kim made check in for me and my sick 6 year old very quick and easy.\n\nLucas and Eric were very kind and patient with my reluctant 6 year old.\n\nGreat experience, and we will definitely use them the next time one of us is in need of medical care!','2020-03-02 18:45:35.546000','2020-03-02 18:45:35.546000',5,'Ellen Markham','https://lh5.googleusercontent.com/-k6tS9x8j7Po/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmgsKzth3N_rlgfg1CJZCpdYGTK6g/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39578),('AbFvOqkzkdZ1ugobH-iSMJCWB7p_f5l2SUNYBpUW4sqUrI1WL_l_R2Gvxdi3BM3RxR2ni8NKKIaq',NULL,'2019-07-12 14:34:37.005000','2019-07-12 14:34:37.005000',5,'BAYMONT INN & SUITES PARIS TX','https://lh3.googleusercontent.com/a-/AOh14Ghwq9JjHG60jLpg4kpcGnqSgE1MG44sTOwqEqQ=c0x00000000-cc-rp','8626688543755174284',42028),('AbFvOqkZkHBAenZu50EiaUY32dq2su3y-ItEMzxYo8tRcirR7orIlDKY-pR5yH2WwgRjGOCLQgzf','Was assisted by Ekaterinburg And Patricia, good service and was in and out within 1 hour.','2020-03-05 16:22:24.115000','2020-03-05 16:22:24.115000',5,'John Ly','https://lh3.googleusercontent.com/-tPkck6UuH8E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmp8fFgFMbHyhFIwUEPiHPQvGW28g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33288),('AbFvOqkzknr-b14jOM6hSuLUtV2iwA1ljMIZwBKaDcGR-LvTtAcGLmuJYSkvr9unKngUebZa-bigNQ','Excellent People','2019-01-11 20:22:54.388000','2019-01-11 20:22:54.388000',5,'Delicia Davis','https://lh6.googleusercontent.com/-q_esZY2zQ_M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm7_5z2ip0XD07k41kUS00KhRx9nA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40719),('AbFvOqkZKs6Wt1ZZ9NA7aJkl905UzoQsmI-gxnAC_g7Xg7XDZU8SDBNQ34kJXxc0aeDi7LcNqlpeNA','The staff is great, Luke & Kim took the BEST care of my husband with his abdominal pain. They exceeded all expectations. I am thankful for places like this one so we are not waiting for 6+ hours at a traditional ER. We will be back if we ever need any other emergency services!','2019-01-25 03:44:46.977000','2019-01-25 03:44:46.977000',5,'Katie Drake','https://lh3.googleusercontent.com/a-/AOh14GhfRejUmBBQsTIXzjNDpR2-5-gdiHOrhNTtPC14fn8=c0x00000000-cc-rp','3272657195432704501',39942),('AbFvOqkzKsu5rUAlYYsNd3DPH050CYyLr_r1fFWukkn41gvvcdJw7yZB1x-Hj-HIDDnRReFsSEEvRw','Everyone was amazing from the doctors dr plants to my nurses Anthony and jeri','2018-08-12 22:50:22.937000','2018-08-12 22:50:22.937000',5,'Carrissa Wood','https://lh3.googleusercontent.com/a-/AOh14Gh2Uk6tEsjqJXz-e0UuXEHy2g_daJhTvr2aJcjB-A=c0x00000000-cc-rp','16590124370714063921',35247),('AbFvOqkZL374dgxmis96hi_4p6JPPNCveSTFnf23LHGLUUbxNVwHbtKSSXA6oC-X-7Lw6WdbDvTtyQ','Very fast service straight to the point diagnosed and treated fast Corey was very attentive and professional will definitely fell comfortable coming back','2019-06-08 18:01:25.606000','2019-06-08 18:01:25.606000',5,'Sergio Brito','https://lh3.googleusercontent.com/-T7yOYccHDz4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck9rjJSPYAYFiQiSSI6wVAcVxJZAA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29819),('AbFvOqkZlCmCJo79P93Be-3QcFDmErbC2T639a1BVRnvb0E5nXkqzPKnLB5g3cwxJJUMxq-2wBPt','Shania at registration got us checked-in in a matter of minutes, Jose walked us to the room in a matter of minutes as well and got us set up very quickly. Kim then took down the information of how she was feeling as Dr. Huerta examines her. They then took some samples and did some testing to determine what may be causing her to feel the way she is. All in all I would recommended this Emergency Center to anyone.','2020-01-04 07:28:09.249000','2020-01-04 07:28:09.249000',5,'Cayne Borrego','https://lh3.googleusercontent.com/a-/AOh14GiJXXN7OEmt85ZYSz38FgCecH7PffsLUYKGcTOF=c0x00000000-cc-rp','13486358490203335051',29495),('AbFvOqkzLHpIS6EIiOYIONWUvFtj2xdkN6z53ZLq8wqZejuEydTgBnZ4YyjrUxmARCnNBLOXx_zA','Dr. Cavazos, nurse Dana, and Tricia were absolutely wonderful and patient. Took care of my son and explained everything.\n\nRegistration with Jesus was very quick and painless! He was very sweet and had a smile. The place is very pretty and clean! Very impressed!','2019-06-14 17:02:25.046000','2019-06-14 17:02:25.046000',5,'Elaine Aparicio','https://lh4.googleusercontent.com/-W9vPxq5L3QY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclb1qFcjV4Fwe2Ze6Ab-GqApPxcFQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkzLXbv9liPS-DUJgb1mG5Furp9KFimRSl0L4M-ZhzRW3Wgle-K6HSH-4Q04AeW2Qjtb-HMlg','Ms. Lorena , Dr Harjai, Nurse Brad and Also Er Tech Natelie were great .','2019-11-27 20:29:04.339000','2019-11-27 20:29:04.339000',5,'Ebony Amos','https://lh3.googleusercontent.com/a-/AOh14Gg79LXIjX30sEsAJKqXJFhm9wyd-p0mvF5qXt0HlA=c0x00000000-cc-rp','16590124370714063921',34549),('AbFvOqkZm2G8zEIJ_BOhhq3TdMgXjcefmmOd51BdcyULrHzxKQ9oqcmPniEmh8ulX8DWT8j4AZ2L','Great experience! Very professional, timely, and efficient! Can\'t say enough good things about the nurses and their professionalism.','2020-08-06 17:18:48.014000','2020-08-06 17:18:48.014000',5,'Leonard Moon','https://lh4.googleusercontent.com/-3B7LY3Lg7b8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclOxQBFhGOw2QVoW92WBvX8FSLxgA/c0x00000000-cc-rp-ba2/photo.jpg','3511292162159714121',40206),('AbFvOqkzM3Mm13iV4GYlWHMnvvZzUFd-nPRGztHbbaGFklc4bo4EKmyOPVFoMxIZoQmIhi62XozD','I brought my husband in after he suffered trauma to his eye. At the time I was terrified, wondering if he will be able to see again and how that would affect our life. Drs. Golla and Ngo saw him immediately and not only took excellent care of my husband (he has his full vision back now) but also comforted me.The staff answered all of our questions and even called us the next day to check on my husband. This will be the only ER I use in the future! Great experience! Thank you Signature Care!','2016-06-07 01:11:27.100000','2016-06-07 01:11:27.100000',5,'Hoda Sana','https://lh3.googleusercontent.com/a-/AOh14GhNWv-DeNPWlLfg43a6jgyoc2GnrhiUqbaiQWSrfw=c0x00000000-cc-rp','14567670160750071148',31238),('AbFvOqkzMso0Qcr1FzJR1eWkxBAz_1YsgDYJS-rdFsPwUXtWrXEEpCSlSNa9K-cSTZ2Jy13AYKeYUQ','I don\'t think I ever received such attentive emergency care than I did at the College Station location. I left there totally satisfied with peace of mind. I was new to College Station and knew no one. The nurse Gabe was so very personable and spoke to me frankly, but with dignity. Dr Carroway performed all the tests I needed at that given time. Will never forget my most excellent experience at 4am on a busy Friday night.','2021-01-24 15:15:08.672000','2021-01-24 15:15:08.672000',5,'Larenda Hicks','https://lh3.googleusercontent.com/a-/AOh14GjBSKeDDOLXesxTXJG1AAKnyPbdfKaCbpHwW2_imA=c0x00000000-cc-rp','16590124370714063921',44493),('AbFvOqkznb-_GBpays01cekMXMqTLBifr9rPmixVoYkrb7A0j5KSJTb4pNQ7meq24rjbjWyi-zOXPA','I love the warm welcome that I received from Jessica S., closed with the warm love from my favorite nurse Keylee. Thank you guys so much...','2020-09-18 00:15:07.894000','2020-09-18 00:15:07.894000',5,'Shynice McGraw','https://lh5.googleusercontent.com/-CfkoUkFaoxQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnfn959yY900kgFM0-uI3svOrqi3A/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31636),('AbFvOqkzNh_6aiOUqW19I9sEetWWziMffCvWTrMMPBS9G2SvLo3uIQSikL6STtUiLnspqNKnV5adjw',NULL,'2021-01-03 12:49:19.548000','2021-01-03 12:49:19.548000',5,'Vernon Gonzales','https://lh3.googleusercontent.com/a-/AOh14GgX_cYCuDUhw89eYZ2tWyrEAHbKc-UjLqMJ3LYR=c0x00000000-cc-rp','14567670160750071148',44262),('AbFvOqkzNVZFABqG2v3AhugBFxrbMWZqBimtAMZ7ppuPYsj0Q4IG87BNtgcnp9y3wbWVtvvFs4fo','Since the corona virus many health care facilities are taking advantage.\nI just want to advice patients with no medical insurance to reconsider if they want to be seen in SignatureCare Emergency Center because they have just adopted a new policy which can charge patients with extra fees. I personally had that bad experience after making an Appointment for Covid-19 test which I though it will be $175 according to the info. on their official website, later find out there were more charges. What bothers me the most is that nobody could tell me how much additional was going to be. Since I didn\'t feel confortable giving my consignment and to commit to pay a BLANK bill which they later will add the number, I had to turn down their service. What do I call this experience? a total waste of time and a Scam.','2020-10-07 21:18:05.171000','2020-10-07 21:18:05.171000',1,'greg gonzalez','https://lh6.googleusercontent.com/-B5TQM-rWhdw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucldijlHFTtxzxxv-k3gGroZHmCEZg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38488),('AbFvOqkzP1PRKWfhI2hojKSGyAKEHGvCXBHqBT6U_IHqR62Ytd-fJkObXuFz6Vt2ggN0c4gr7-rpcA',NULL,'2017-04-26 13:07:13.615000','2017-04-26 13:07:13.615000',5,'Fauzia Kurjee','https://lh6.googleusercontent.com/-qEr5DQVR294/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmNJOABcP2CuSppYAH8d-o7qxI--A/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37170),('AbFvOqkzPdlMe2jWIl6ySR5FTXyohBERG8hQcOunyyBrl-p4BwZgc1Sx4iaXnAD5Tr4mR9gdbC-v','Excellent customer service. Very professional. Our 18 year old daughter was getting tested coming back from camp where she was exposed to 2 different trainers who tested positive. As a mother, I was nervous sending her into the center by herself. However, the staff was great and guided her through the process. Then after the testing, the nurse came out to our car, shared she tested positive and provided clear, concise on directions and next steps. Thank you to the incredible staff for helping a nervous mom and daughter get through this process. God bless.','2020-07-22 15:42:10.164000','2020-07-22 15:42:10.164000',5,'Debra Henry','https://lh6.googleusercontent.com/-LUxjRYgV8-A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-vc7IAlo7qD2jYG-FYtGkRygkqg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31879),('AbFvOqkzPEBLupPhZOiHKeieGOTKF8bub6ODaSzGvvjn-PsL4V3dPlivHS7GfeSE5D3s8nI29TQf','Best ER hands down!!!\nUnfortunately the ER is the last place anyone wants to be. However if you have to come I would definitely recommend here. They are very kind and caring. One nurse asked if I wanted her to run to whataburger and get me something to eat 😲! Who does that? Amazing Dr, ultrasound tech and even security guard. I will never go to a hospital ER again.','2019-03-31 07:44:49.231000','2019-03-31 07:44:49.231000',5,'Niesha Turner','https://lh4.googleusercontent.com/-n1AnhSIffyc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnhJ0kVF-QTyBu_t18MVI5QmUdmyw/c0x00000000-cc-rp-ba2/photo.jpg','8918455867446117794',43278),('AbFvOqkzPvUpzSmC7LXBqpkmsFaLGEy9KOBngueGhmJ59gTf1da5YD8l5wlAQWnuLjlFWMDL4_BIQg',NULL,'2021-01-20 04:18:00.655000','2021-01-20 04:18:00.655000',5,'Madeline Null','https://lh3.googleusercontent.com/-G7eQjbNVb84/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLrpxjmWAs8hcfpCizFYkwdO65ng/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44508),('AbFvOqkzpxpS-ATBLXyxgJh19HaV9iwhkIA11yySYT1EO-wRfV4PbiJLtBTDcNDMAQD-COl-jqfvHw','Jessica S was awesome! Will definetely be back.','2020-07-19 20:19:24.492000','2020-07-19 20:19:24.492000',5,'Kristina Taylor','https://lh4.googleusercontent.com/-pkw0BT16OQk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmYrVZIn3qTSJ2fjowNpDgY8Ard2g/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31965),('AbFvOqkZpXVTBfJhJlI0KXLWZnKz1e9TErgA0Ua4MyXQTUuKPZ9xKLf0VRQf9-g45tRc5vp_hrXS','Love this place they always take good care of me and my family come in sick and we leave feeling better 🄰','2019-11-18 19:19:56.203000','2019-11-18 19:19:56.203000',5,'yesi agui','https://lh3.googleusercontent.com/a-/AOh14GjF8FjxrQY0tTdf2WTTeUpdc4-XUohp0yoFcgx2=c0x00000000-cc-rp','6521947413723274945',41554),('AbFvOqkZPywYGt0kLc1XjijYC4PKb5g7RIoHRt2XBhTrVWhljEjPKjXfEKLS0zhu0ThCvqqqH_L2Yw','The staff, nursing staff, dr. Das Sajal and Radiologist (Courtney) were very helpful and sweet. I felt like I was well taken care of. Thank you to anyone else i forgot. I do recommend this facility to my family and friends.','2020-10-13 13:11:42.588000','2020-10-13 13:11:42.588000',5,'Laura Gillean','https://lh3.googleusercontent.com/-odDxdkgP52Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6FhrD5PiYOq8wuKeHldMbFSNlDw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41876),('AbFvOqkzQHpbYBL4JPbQEYDIKyCH9RZC6aabPvI9NP_SFhukbu3qoRk8VqBdMzM0VxhZ3ABZNo0A5A','Best experience ever in a ER!! They got my son right in, and started working on him immediately. Very nice and professional staff and doctor. They made sure that not only my son was comfortable, but that we were comfortable also. I would highly recommend going to SignatureCare Emergency Center.','2019-05-16 16:53:40.696000','2019-05-16 16:53:40.696000',5,'Tawana Sandlin','https://lh5.googleusercontent.com/-Neyg7RKZYXE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl0lsd0cEHIrpGcJnhcTHdIIPqD5g/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42076),('AbFvOqkzqLSJ6yt6g6FPthH1Q7jnxXPCg916IGb2irePPwPmRhQDJLjKH0NZ2m9c9HGzQPAb1wwOEA','The staff was great. Even though the test was not a pleasant experience, both RNs (Alvean & Jordan) that helped were great.','2020-12-24 15:10:45.669000','2020-12-24 15:10:45.669000',5,'Naddia Mundo','https://lh3.googleusercontent.com/a-/AOh14GhD0U7kI9tT96Jjx1kMfuKgywghDupSw3IJ-90crQ=c0x00000000-cc-rp','16389487648212004696',43794),('AbFvOqkzqzr4NKrCnevLr9k2onR8E_zgp1yT7UJdVVntJxstDDfwlStpAGk1FBdHnjoFyPQanjD4dg','On 7/31/2018 I went to SignatureCare because of symptoms that included vomiting, weakness, 3 days of diarrhea. The level of care was outstanding starting with the simple and fast check-in procedure, I was immediately sent to a room. I was asked questions by the attending nurse on duty. A doctor attended me immediately, assessed my conditions and ordered a liquid contrast MRI. I have had a colostomy and reversal but had an diverticulitis episode. The medical staff were quick to assess and provide me immediate care so I could travel to El Paso.\n\nI was required to stay overnight. The overnight room they have was not available, however, the staff was quick to provide a thicker mattress for a very comfortable overnight stay. I thoroughly trust their medical team and facility and highly recommend it for immediate care and assessment. If they can provide the appropriate health care needs, they will do so with utmost professionalism and with friendly staff even after a shift change.\n\nIt was an overall outstanding experience and I was traveling to El Paso 2 days later. If you have to go to an ER facility, don\'t think twice about going to SignatureCare. You will be thankful you started at SignatureCare. Thank you SignatureCare for the medical attention I needed, no more no less, and for the friendly, professional ER care.','2018-09-25 05:21:05.477000','2018-09-25 05:21:05.477000',5,'Norma Priscilla Chavez','https://lh3.googleusercontent.com/a-/AOh14GgFHfBWZEMYsNyOLrmBa1NhZjA2syf7fupzt3yrKB4=c0x00000000-cc-rp','16891069708558046635',36350),('AbFvOqkZR39wphl-E12IDgfqE7D2PriGcybaYw7sJAruD_pL5A-e0uFWJfJ1H9TWYJbrAgbtk6OY','It was awesome my son was sick but the Doc and staff serve us very well','2017-12-30 22:44:09.164000','2017-12-30 22:44:09.164000',5,'Ghulam Khilji','https://lh3.googleusercontent.com/a-/AOh14GiCqS2Z1MZwLenBkGg5_GRI4iiJ56z5XMDZhvtyHA=c0x00000000-cc-rp','17394740196501090048',37009),('AbFvOqkZr8qTZBxna9Ou3QNLeKMgr607xPsvv3nJWet-49hgqdIlY2Ipb_os2F9e29x2S_4gmCpOBw','It was empty when we arrived, we were seen immediately, and the staff were very helpful and friendly! Dion, the X-ray tech, was patient with our child, Elizabeth T. helped us sort out payment info, and Dr. Pham explained everything and answered our questions. A very positive experience during a very stressful situation!','2020-01-04 19:00:04.755000','2020-01-04 19:00:04.755000',5,'Kari Kulak','https://lh6.googleusercontent.com/-53xTQbHrvu4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmh_v2-n8zEWpbDzIQjkyC4kyR82g/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40357),('AbFvOqkzRHUlbuHZHPyFBDHt6-BFGhcZM5Pso_l2M24Wvf1MK5Ifo4nEDD0pIJaC4UgHoBiIWVZj','Dr. Ruby, nurse AJ, and staff were great. They kept us informed while we waited, listened to our concerns, and gave us options. Thank you so much.','2020-10-01 21:01:53.322000','2020-10-01 21:01:53.322000',5,'Elma Allen','https://lh3.googleusercontent.com/a-/AOh14GjRdaEKxVVSVdLJoZw7V-hYlOkQRYcYXqs0GmLJ=c0x00000000-cc-rp','2694018788013845459',38944),('AbFvOqkZRkExF3tgmx4EmtDPg7RV2CITsx5gsdpmDVQjZ7AGCINKqBg85AWwFxvs1LqiZ1v1ENY5Rg','Excellent care. The receptionist Kim got us in quick. The nurse, Jacob, was very caring and helpful. 10/10 recommend !','2018-08-30 14:28:44.598000','2018-08-30 14:28:44.598000',5,'Brianna Calabria','https://lh3.googleusercontent.com/a-/AOh14GgKiD_9q2-PbfJgS5HjBgCkWDLyJ0GB4nv26jpa=c0x00000000-cc-rp','16590124370714063921',35211),('AbFvOqkzrr5xkdzhwmx97dTGSvJAA6o2-y3POdMSG46T_IJ2MBhFnAFhaLArLuSRxq-7WQU6nB5b','I make an edit and give 5 Stars\n\nI just spoke to Maria from Billing Dept and she was amazing the way she helped. Thank you.\n\nI think this is the first place i experienced who thinks about their patients before anything.\n\nNot only the staff at ER but the Billing department too is very thoughtful -they provided huge discount for the charges they charge.\ni would say, first place who thinks from patients shoes.\n\nIts the best spot to go to.\nDoctors are good and fast.','2017-06-12 15:36:54.254000','2017-06-12 15:36:54.254000',5,'Vatsal Thakkar','https://lh3.googleusercontent.com/a-/AOh14GidFD5F2bOHwrxFq2t1PN4GO3QbIhhkaMO2IbVB0Ss=c0x00000000-cc-rp-ba4','17394740196501090048',37138),('AbFvOqkZRyVVFNapHjrn4rjdlykOeE8ZWQb4iT3fseyAVg3MOEVT1klnnxBbHZzN4WqRm9T3LGJ_','I made a apt. online while i was at work. This was fast and convenient. When we arrived i was greeted and was back in the back in under ten minutes. All the nurses were great and the two Drs i saw where also great (shift change hours). They made me fill like everything i said was important and real, not just some person freaking out. They even had snacks/drinks and warm blankets! Overall i was very pleased with all of the staff members, time spent, and services.','2018-08-11 23:18:59.561000','2018-08-11 23:18:59.561000',5,'Chelsea Koutroulis','https://lh6.googleusercontent.com/-GGAOdWn7ouc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7YL4UVRi4SCsq304wCZ4YqE9-XQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32556),('AbFvOqkZSBd8sc9KBlaQ-1MOoli7urZAtWC2hJvnZgl8sRF2ZvkdBuySbvIEyzHphFEsO6GmLUhU1A','Fast and wonderful care. My team of caregivers from the front to the back were extremely nice and attentive.\nDr. Tran\nIrving Sherwin and Bram\nThank you all.','2020-01-02 04:55:28.618000','2020-01-02 04:55:28.618000',5,'sonja Bradley','https://lh3.googleusercontent.com/a-/AOh14Gh0MOobNZuJ-t7o7-H5PRDHZ-9DkCjhB1NyWpDIX0U=c0x00000000-cc-rp-ba2','12541597562633926366',28867),('AbFvOqkZsDF5K4T2MDyRGWoJEOYGusWFQ3M00XcruCOvyVUHWLf7gGr1uo2p9Q25-KNHmKowBg4jfQ','My infant son was vomiting excessively and they took us in right away. 0 wait time. Staff was Dr. Harjai, Alvean, Trae, Elida, and Brian. Thanks for being so quick and to the point. Also, this is a very clean and nice facility. The lobby is very inviting.','2019-10-16 16:34:51.528000','2019-10-16 16:34:51.528000',5,'Cindy Argueta','https://lh3.googleusercontent.com/a-/AOh14Ghv8vCnyAs2G2jO9k1ZcdWNLbAgmpp7dKL1PFGG=c0x00000000-cc-rp-ba3','16389487648212004696',33870),('AbFvOqkZsJrJ4SIEopn6nGbkZT5po3mvXdqevGbMef00oeGV2iMtdr-FxM2SYEtmcmHVqJfNCN_T','UPDATE:\nThe quality of care was good, but their billing was bordering on exploitative. I received a bill for thousands of dollars months after the visit after already spending hundreds on the day of the visit. At no point was there any indication that there would be an additional bill and the prices were insane for the services provided. I would avoid this place at all costs unless it\'s a truly serious emergency that can\'t wait.','2019-01-21 05:10:34.420000','2019-01-21 05:10:34.420000',1,'Ryan Randle','https://lh3.googleusercontent.com/a-/AOh14GhA70wpjMXqmoRnEfD2mGWk_pT95JaZ0KX4PzL1HA=c0x00000000-cc-rp','16590124370714063921',35042),('AbFvOqkZsMOkBk2R3Q0GiCxb17cUMRsUHZg7gwW76ZMMUcWf00sI8PpyQzAEZCfPSv5kao4Rv06tcQ','Fast service friendly staff! Lisa was great help!','2019-12-16 04:03:32.469000','2019-12-16 04:03:32.469000',5,'Melinda Vaca','https://lh3.googleusercontent.com/a-/AOh14Gj-WZKHoClLziTBABIEXTH10haz-HgNIJ7sDrbyqQ=c0x00000000-cc-rp','6521947413723274945',41518),('AbFvOqkZtUMfkBXfdL2Q_k31_C4E05GC0rmiKK-HVQqQa1CABISU_5fEVs4mJoqiC062BgNcYB8xHA','We recently visited signature care. We were greeted by friendly staff. Josh quickly began our test and kept us informed throughout our stay. Very fast service.','2021-01-18 05:38:57.626000','2021-01-18 05:38:57.626000',5,'Jon Riddle','https://lh6.googleusercontent.com/-ZFAGwp4zJo4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucniRLqSdabzrYZcnsA7VQPC58N1Mw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44613),('AbFvOqkzTZcQd1ZJhKXxcvykN572lrOfChqGVlHqLjaT3S7SFRQYHjue1dZDJttCkgPXfufDaPLCDw','I had a great experience at ER care 24! All of the staff was very kind and courteous. Cody and George both made this trip efficient and comfortable. Would definitely recommend for COVID testing!','2020-09-25 11:48:27.645000','2020-09-25 11:48:27.645000',5,'Marcela Garcia','https://lh3.googleusercontent.com/a-/AOh14Ghaudv60KBGshUrItlq3OZkhvaiL7A_4-kAYI1weQ=c0x00000000-cc-rp','2077061009497551125',38522),('AbFvOqkZuCrPpwSmj_gNxtsxUHCTrfeVHFEIZ3j9B7a3Oi7LbZ-9gghixJXbmk-5sKEXIvAl8B3p5Q','Check in was smooth, Amanda and Taylor were helpful and informative! The swab was uncomfortable but quick and Gabe the nurse was kind and efficient. Everyone was on top of things and I didn’t have to wait.','2021-01-05 23:44:08.506000','2021-01-05 23:44:08.506000',5,'Rachel Bloem','https://lh3.googleusercontent.com/a-/AOh14GgOXiWFHqCzVs9qlLBQb9V600rz0cCclxldWeotug=c0x00000000-cc-rp','16590124370714063921',44368),('AbFvOqkzUnHc7_ZrMEPX5UKVGpBBqGbBenbGP_khPKXi8-Ahdg_z5LVAWpxMwlb_JOm4YK8ZG2v75A','3rd time here and always a quick, curtious and professional experience. Dalal and the rest of the team do thier best to make it a pleasant as possible experience.','2020-10-21 23:58:53.775000','2020-10-21 23:58:53.775000',5,'Angela Castillo','https://lh3.googleusercontent.com/-jzgSK_-s-a0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckM7ylvKZ7x_dhxoY09XXChikzazw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30052),('AbFvOqkZUW3Pxi_3GpVeQf1LTI_3s6FKNWIuPsPfQWY5CtJpOmzNk5Jd-Zwh6LXVgtnndVSp5yNXaA','Great Experience with Dr. Morrical, Nurse Irving and Holly the tech. They were friendly and made us feel at home.','2019-09-16 00:07:57.768000','2019-09-16 00:07:57.768000',5,'shelle taylor','https://lh6.googleusercontent.com/-XX333vrzwW0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnrhakFZu-Y8M-_r44HxBEwxO--ew/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29020),('AbFvOqkzUWiyzoTmqhQqNL6OPSc1PyJcmlD2oJ7kyUoaOoA4P3Pms-l8Y79QwYrRxLMtgWq47XxnrQ',NULL,'2020-12-21 19:49:04.823000','2020-12-21 19:49:04.823000',5,'Gabriel Perez','https://lh3.googleusercontent.com/-g1t-xrsyXEg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckOzKpT7PCP27fpEi9lWngStRZI8Q/c0x00000000-cc-rp/photo.jpg','13486358490203335051',43632),('AbFvOqkzuXQhorrrJOnf93incA4s55pLN3cjvW3hSMZwlOBSPj-zqPPQwdhVAD9Sy_HPo8xA47ncmg','Excellent customers service. No time wasting in see you. All the staff is lovely.','2019-12-19 20:48:20.876000','2019-12-19 20:48:20.876000',5,'Chinwe Okpara','https://lh3.googleusercontent.com/a-/AOh14GiWgdVMLITxVM4brWSzEvhe-rwSu3FFevU5BP7mE_Y=c0x00000000-cc-rp','8918455867446117794',43156),('AbFvOqkzUXv9fX_SrwmPFyXBdUIQ5Br3qck7ztmNgqCQG4Iov1JcFBfBL200kvB0QNoghtgPR4A0','Amy, Sam and Jemilat provided great care for us! Made us feel very comfortable.','2020-08-04 14:30:46.069000','2020-08-04 14:30:46.069000',5,'Breanne Davenport','https://lh3.googleusercontent.com/a-/AOh14Gjf6VZOyNeEDGao37aEKqTBs48ijw4kZLvWZHFEhA=c0x00000000-cc-rp','2077061009497551125',38645),('AbFvOqkZuzaCf0CO1OWCBk-YkZpXS3lHYJrS1dbgKRnJ1ynXqEesv6ujEfjRPb2OL9WmATmYa5hecg','Excellent patient care experience. Triaged immediately when arrived and ruled out critical issues. Everyone was professional, thorough and caring.','2019-10-21 17:57:03.975000','2019-10-21 17:57:03.975000',5,'ZepMag','https://lh3.googleusercontent.com/a-/AOh14GgEKYWdMP3ZLGAZWog4GhTs_3268Ze5xpIq6Dv1=c0x00000000-cc-rp','14567670160750071148',30434),('AbFvOqkzv5veTQdo1rqhVmjV8xmmupHIxCDabwO-bUxmSJe6MWTMdytOym9LB9z4TwqBVGC8sg6r_A','Great Experience!!\nBrandon G is a great nurse & Andrew is such a great ER tech!','2021-01-21 05:11:39.343000','2021-01-21 05:11:39.343000',5,'Annabel Rothwell','https://lh3.googleusercontent.com/a-/AOh14GikxZbvI8x9VEbwOyvObBtqf5UvzQccQ-BV4y5okQ=c0x00000000-cc-rp','16590124370714063921',44499),('AbFvOqkZV6nqd_l0a1PBpzty_yONwne1MnQk2KgtGPXfQub2rNvh0u51SOwjRwyD07ZGMJDHjxL2RQ','Very fast and quick to see you and take care of you. Make you feel very comfortable with everything they are doing!','2019-02-24 17:18:30.965000','2019-02-24 17:18:30.965000',5,'Jose Escobar','https://lh4.googleusercontent.com/-gVTKAsZZ4B4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnpO3godCg4MD0-fpKYOPMPzMdXQw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30600),('AbFvOqkZVanXKvcgyXDdedCEIMi7CWxls4hyP-hKBpcHeimKjGC-viOaXXYSpqQGzfaUAhusEF_N7A','Fast and affordable care from dr.wang, Dana h tricia b Patricia c and jordan n','2019-11-15 15:25:37.339000','2019-11-15 15:25:37.339000',5,'Destiny Anne','https://lh3.googleusercontent.com/-0i2prKgbo50/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckT9IK0tGPJrvkmtzXevL6GLHKbUw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33750),('AbFvOqkzvcbrNrjDO2mkpI-DOO52tWhbV2al5jrMSr8Hcnze7mvEGI5adWw_LyYG9oOSFiHxT6cN','(Translated by Google) Very good attention all very friendly and much hygiene\n\n(Original)\nMuy buena atención todos muy amables y mucha higiene','2019-08-14 16:53:19.932000','2019-08-14 16:53:19.932000',5,'Dania Forcelledo','https://lh3.googleusercontent.com/a-/AOh14GifJ2FtKM0FJ9qITs2l-YJ6QxrGPcaZtbAQdClP_g=c0x00000000-cc-rp','17898197009688164559',38032),('AbFvOqkzVf1y-aQionfOoafbtPTu19jv2GqrokYMecAsSHjbZGstFu8J8njoUKJtkA7xaWtI5i8xag','So I came to Signature care emergency room for the first time today and I am pleased to say that this is a great place to come seek treatment, Dr. Lingan was real nice and took good care of me, Jereyia at registration was nice and friendly and the nurse Nikki was very prompt on coming to get me and check my vitals, all and all real good place to come. I recommend this place for prompt care.','2019-06-17 21:56:57.634000','2019-06-17 21:56:57.634000',5,'Milena Tesla','https://lh3.googleusercontent.com/-rf5CrQnpPF8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmi0Njknohl7nq5PFf_JbF0ZKht_g/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39322),('AbFvOqkzVzMRFhPL_zmzT5-_4_nDs1EU41sCmOCNArnG0XzF8_fAAGu16-C1Ksw6TsfRpmbv6zIx7A','Great service. Heather and Stanlisha was the best.','2020-11-21 02:01:43.498000','2020-11-21 02:01:43.498000',5,'Taknocka Franklin','https://lh4.googleusercontent.com/-GK43F7GgP2I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJpzcJf-1PfDg_543Q5BzCxuhvrQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41828),('AbFvOqkzW0CUNWimQFSj9K7qeoH32GwQ1p2ZFWGqNjeHkgmd75VqmHsXIEJUZRMDLWLq4tG0FWYEQQ','I don’t leave reviews, but this location was absolutely amazing . The entire staff was very kind welcoming , I came in at 4 am and left at 8am . Saw both shifts staff and both of them were great . My family also felt very comfortable. I highly recommend this location, very nice and clean .\nThank you for helping me out , if I went elsewhere I wouldn’t have gotten the care I got here .','2019-05-13 20:07:35.937000','2019-05-13 20:07:35.937000',5,'Valeria Medrano','https://lh6.googleusercontent.com/-ur25Jm4l90Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckY29F97Ty0ym294Q1XLsNiT0bN9Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqkzw2BglzWlRSA69-ZrH22v2KZOU-E5NSLlsr9YUvgKYl-JDANleenmHDIXkqov6YqHmZv46g','My experience here was absolutely amazing. We were able to be seen in less than 5 mins. The staff is super friendly and professional. Selina was the best She made sure everything was taken care of. & she gave snacks!!!!','2020-02-26 18:52:23.523000','2020-02-26 18:52:23.523000',5,'EnvyMissViper','https://lh3.googleusercontent.com/a-/AOh14GiQk2Zo0K8elnmhyzxHhZyiiETxZGeDWuzEx4Nx=c0x00000000-cc-rp','17394740196501090048',36611),('AbFvOqkzWgeQ4IgWBGx1OifdqQ1wRgCoHLl5FUXklaXnLfxbmudPsJEMmuAjgx4LH1vsJL-RVeYqLg','The service is awesome, no wait time from the time you arrive until time to go.\nIn / out.!!! That\'s a 5 STAR to me.\nDr. Yost is the best !!','2019-02-15 02:08:29.424000','2019-02-15 02:08:29.424000',5,'Katrina Blackwell','https://lh3.googleusercontent.com/-70r3HEDFgFM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnupWOfGx3iHJyMYlWtbhv0D7bF3A/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39917),('AbFvOqkZwHrcUUHwSHH-aZVst_GbaT1wa1lAMMbRuQ-41Fu95ducWmSDnhHT79533IylRYS0qCvf','The staff was extremely welcoming and Ms. Luisa really made my visit the best I can ask for.','2020-12-18 16:36:09.061000','2020-12-18 16:36:09.061000',5,'Rasherric Lee','https://lh6.googleusercontent.com/-NQAPMmSGLqE/AAAAAAAAAAI/AAAAAAAAADA/AMZuucm8nSnwVWwl4sX55x1hthO1gQNfSw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32837),('AbFvOqkzwibojeOFxIlNccd99WjWfGrM31p4ldgpA1DKHz8iKlWR0RdtYF4dwLIV3CP0QjIHW7glTA','I prefer this ER over any other ER here. I just recently moved here, and I suffer with hemiplegic migraines, and Lupus. The doctor that I seen today, DR. Patel, knew exactly how to get me back comfortable. I loved how everyone from the front desk, to radiology, to my doctor took care of me. Fast and effectively. Not to mention they treated me like family. Love this place and will continue going!!\n\n2/18/2019*** Another successful visit! This ER makes me feel so welcome. Everytime I come they treat me very well and diagnose what’s going on with me immediately! There is no wait time EVER, bedside manner is incredible, and the staff and doctors really make you feel like they care.','2019-02-18 18:28:27.437000','2019-02-18 18:28:27.437000',5,'MsWhitney7','https://lh3.googleusercontent.com/a-/AOh14GirNvjEr3W5eJqpTcE5n0mSVGacB4ONV4TKh9Pg=c0x00000000-cc-rp','8918455867446117794',43302),('AbFvOqkzWpDNNFGbPqB5InoJPKYHhcx0JPTliSR4isrK_j9-d8WdOiU_HF5prViqwuCqjAUQWVGxdw','Dr. Brinblatas was awesome\nI also had nurse Dwight, Tech Anastasia, Brenda and Emily great staff I really appreciate all of you','2020-10-27 04:25:12.439000','2020-10-27 04:25:12.439000',5,'Glenn walker','https://lh3.googleusercontent.com/a-/AOh14GgdzkXqpF9EYdTrIiEi_aEVW0bSWj6pefuY0GnGLQM=c0x00000000-cc-rp','3511292162159714121',40100),('AbFvOqkZWuKJ4bjn7p62yFpZ7ibqEwb_AhHNK5HUKVMhJsYsc-YlQvGXj_hKSW5sQwWjozNP22_Grg','The entire staff at SignatureCare was wonderful! So polite and attentive! They made a visit to the ER as pleasant as it could be! Thank you!!!','2018-05-23 15:12:53.929000','2018-05-23 15:12:53.929000',5,'Jennifer L. Johnson','https://lh6.googleusercontent.com/-AFHDC88fx6g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucle_adNZnS5Pg5DpIZZHmf0uXKt-w/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36398),('AbFvOqkZxGAhJCY37BziOC3vJmDD8ks6rePKOEH8TVKNB_I_ZO8_B1wjamh5jUG5cO0YHJfoWqqO4Q','I got tested as a walk in here and they were all so helpful and quick!! The nurse that administratored my COVID test made sure to inform me of everything. Such a good experience!','2020-08-11 00:00:45.314000','2020-08-11 00:00:45.314000',5,'t jac','https://lh3.googleusercontent.com/a-/AOh14Gh2jFgXjaSJZNxGFS3CovhMlQt5_e2r67KUw8apzQ=c0x00000000-cc-rp-ba4','2077061009497551125',38623),('AbFvOqkZxGbfoKULR8Of3XGx4Kxr8IgGipo9a4a3rUcWcxZIx35YeO2g2K2oWvbshUUujhCsRYlYHQ','This place treats you like a 5 star hotel! Fast and so nice!!!!! Dr Miller was clear and so helpful. Shelly made the needles quick and as painless as I\'ve ever experienced. I don\'t have all their names but they were all very nice and took great care of me.','2018-03-14 00:05:19.218000','2018-03-14 00:05:19.218000',5,'J M','https://lh6.googleusercontent.com/-ONVWFzR82xo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnsGyUsrGG9HpsBir_7JTult9nKQg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36421),('AbFvOqkZxI4qlW4nVww2dszr9dbQO9pX0YsS9nxXLpyyll2CFLg_6dajNHBeOgyLpkyrdiEYUdjKrA','I arrived feeling really sick and the registration lady Ashley was super kind and helpful, then nurse Rachel B was really nice professional and savy and finally dr Faig was super knowledgeable patient, explained everything real well, gave my several options and was very kind and professional . Great team super clean location I strongly recomend them!','2018-12-26 19:41:15.318000','2018-12-26 19:41:15.318000',5,'Vanessa Lee','https://lh3.googleusercontent.com/a-/AOh14Gh_MBRGmo9vNffnWNowIFS1fZrnTEeeFn3KdnS5vg=c0x00000000-cc-rp','17898197009688164559',38344),('AbFvOqkZxq9kg53ezEknw_9jfUJyqLSFa52IVRXApgbe08Ude6BYGmGerpfFmP4n49XBBWGQfAAJ','I have been to this place for the 5th time in 3 days trying to get a test and I keep getting told they’re out of test to come back at this time and I come back at that time at they are out again! I have waisted 3 days from getting there at 7am them telling me we only hand them out till 2pm and are out and come back at 5pm to them now saying no we hand them out for the whole day come back at 4am and I promise you’ll get seen same day. I can not go back to work till I get this test and These people have cost me 3 days of pay!','2020-06-18 21:23:28.233000','2020-06-18 21:23:28.233000',1,'Jobeth Dowell','https://lh5.googleusercontent.com/-a6JxQb-CHYc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckQtPJZhZEfjDKEt0H8QM6_QtA8lA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36580),('AbFvOqkZXqE8YDJCrNfIhD5dnsxVLQCkQ80kwLCOg8yH43we8nvAdjnY7sDbyR_ozR0DmmxgcCEB0g','I had a great time here. With the help of Tricia, Jani, Dr. Harjai, Jordan, and Mary Ann the visit was excellent!!! I recommend it to anyone!','2019-11-23 20:21:17.602000','2019-11-23 20:21:17.602000',5,'Christopher Hightower','https://lh3.googleusercontent.com/-ucEPA9YfR6M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnsNBKG8jI7wMtuZXUMQvuvAxJfBg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33692),('AbFvOqkzXQj4pbUQqV7-UTxDKTBrmpo48xurwbRAUuo9ZYxqCWjTbcNOxYeKzh-V3mUiI1s2iIqrCA',NULL,'2018-08-05 22:12:51.488000','2018-08-05 22:12:51.488000',5,'melinda birdsong`','https://lh6.googleusercontent.com/--bK4stzp_Jw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6geFIQwPMzgKN_gG8YrzI-bI7Pg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42231),('AbFvOqkzYCkOEaVQJmv_fCx2-S6RHcODkpvHEonMY3Ij0NUxrJ2MdjgdPpETwfGIpQrytpME0EkYWg','Great Patient Care','2019-06-13 20:51:04.396000','2019-06-13 20:51:04.396000',4,'david mckemie','https://lh3.googleusercontent.com/a-/AOh14Gj5BilTKRHCSXbkEE7u3y-S56B46qtGZ3TuRW-S8Q=c0x00000000-cc-rp-ba3','14567670160750071148',30527),('AbFvOqkzye1SrFg3P9m0MwgZhybI7bqNlhQc6umDVLuo4-vv1u3sh9h7tAKf91QXw_nh48oMO0AMHA',NULL,'2020-01-22 17:33:56.711000','2020-01-22 17:33:56.711000',5,'Alexis Doyle','https://lh6.googleusercontent.com/-94Pc1ldWUnY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckBbTJSDN1LjaO7r2fhxQiZ8CVjOw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32366),('AbFvOqkzYHQEwN2VAXiJWKq1uiCaHVtdcdMTGxwvBT939FO6Ku8fA03EGKBbfhlDHiziGFaDDJry','Seriously the fastest ER, wait no, literally the fastest medical visit I’ve EVER HAD. The staff was very friendly and knowledgeable. They saw me right away and had me out of there in no time. The facility is modern and friendly. The staff made all the difference in the world.','2018-06-15 23:02:18.234000','2018-06-15 23:02:18.234000',5,'Franky Magana','https://lh3.googleusercontent.com/a-/AOh14Gh5SY4lgcKSXu552KXC0Alr-vdAaSMNGLKZy1q39w=c0x00000000-cc-rp','16891069708558046635',36391),('AbFvOqkZyQGXdXa56qQJJYnsGMD9Pm-gjrygwWufUxPv8OveUgH7ndM8YzvJRY_xcwl7XxD8rZOd','We had an amazing experience with the help from Gunnar, Mollie, and Dr.Yost. Thank you again for your service!','2020-12-28 20:39:11.263000','2020-12-28 20:39:11.263000',5,'V C','https://lh3.googleusercontent.com/-H-CRQzfTAP8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckHRJiuhHXuMso6I-E4H4-vGABHHw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44043),('AbFvOqkZz8ijxJfK1G3dHgZg6NzbWr8qtTXiufVeq3N2wa_Kz8CF414DzWcGunrzNpFSD5_K-O98YQ',NULL,'2018-09-16 00:22:19.458000','2018-09-16 00:22:19.458000',5,'Khadyja Diabate','https://lh5.googleusercontent.com/-Vnb1NxZS-BM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckf4JFoKtWMlJ4PaTnofqmj1o2LKw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32543),('AbFvOqkZZdGX5qmUeJ7GlaYk6UOPsYv3-nZB0gOkC1COOaSX5ol4GcdMc-ksJ-lL-r4VGsa-2HBE','They should change the ā€œ15 minuteā€ advertisement to 6 HOURS. I DROVE ONE HOUR TO SIT HERE AND WAIT FOR 6. IF THAT SOUNDS FUN TO YOU, come on by!! It’s feels like a joke at this point','2020-06-12 21:52:55.267000','2020-06-12 21:52:55.267000',1,'Toni Pavlovic','https://lh3.googleusercontent.com/a-/AOh14GhhdAjU_eqcn_DqcA9Y39P9Z0CHkzKKVJwGlc_H=c0x00000000-cc-rp','2077061009497551125',38819),('AbFvOqkZzrN83VEw9F6oobCWnP75Xyw2P0dHDlONsHCS-9SfDOplfOEjzowk8opUukucu5fEOMBXQg',NULL,'2020-12-20 15:34:48.925000','2020-12-20 15:34:48.925000',4,'Rashamir Sims','https://lh5.googleusercontent.com/-S7Hx6tMUbeo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckg5SQNn5FgUbyev-4e6Yo7_jE6gg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',44433),('AbFvOql__5RLwsEl6PP0uNHNnrqnvBVkW7l6I1iZv9mL_vUxOvNfAU-OAS5zN31DWqwPDRllvbnmsA','Awsome experience....awesome staff. Answered every question I had. Very quick and very attentive. Will recommend others there rather than going to an actual hospital. If i ever have another emergency i will be there!!!!','2017-05-17 13:50:48.566000','2017-05-17 13:50:48.566000',5,'Brittiny Shorts','https://lh3.googleusercontent.com/-qLoGEMkYTBI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucma3UO6lNUW43r7BTafsbyzhdlNZg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41054),('AbFvOql_00H5KQJD1H4XoOxkhjDomZZGL6c6EUjdweEtHSgtEuedQgh8Yo3xabU2C-wN9QiKm99I','I just want to take the time to appreciate signature care staff for deligently & efficiently taking care of me while I was here... the front desk lady Ashley was very welcoming & offered my son a coloring book & some complimentary snacks.. Dr. Lindsay, nurse Dawn & Can were very friendly. I even had my 3 year old with me and they helped keep him busy while I was resting in my room. I just haven\'t been in a ER professional setting where they took their time to really take care of my concerns. I wouldn\'t change anything about my visit. Thank you so much from the bottom of my heart !','2019-02-15 19:41:29.136000','2019-02-15 19:41:29.136000',5,'Miriam Chirinos','https://lh3.googleusercontent.com/a-/AOh14Gi9p0n57xQxfqWLl7tMz8xZh_p9gCeleKWZFNqYcsg=c0x00000000-cc-rp','17898197009688164559',38294),('AbFvOql_0LN6SrXuHnBqYnTmRmkXeAEU0OpJvRNvLaQ4T5aZs6Po7pxlM68dGEXGLAk1XSZcuT_5','Very fast and friendly people..I was in and out within 2 hours','2019-09-24 13:06:59.228000','2019-09-24 13:06:59.228000',5,'Kim Flater','https://lh6.googleusercontent.com/-lLI3uq9V08A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmeXpf0aH8OLyqQU2cSv13O2JwLpw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39254),('AbFvOql_1k-tO1E3xSFVvtjUSIeFlPwMD3VFYThlPlXgUsFWc-Dxi4SJdYj-u3036VjZ6jWW8zBO_g','It\'s probably cheaper to take an ambulance and go to a major hospital than it is to go to SignatureCare as a walk-in. I was diagnosed with mono at Memorial Hermann after SignatureCare could not diagnose the problem. After a few tests, and an IV, I had a whopping bill of over $9,000 and ended up having to pay $1,200 out of pocket after insurance. I was there for no more than 5 hours. They waited almost a year to contact me about my balance. Never going back.','2019-08-26 16:50:33.895000','2019-08-26 16:50:33.895000',1,'Jonathan Scofield','https://lh3.googleusercontent.com/a-/AOh14GhmUkloei3P8hPNJiKvwaxGkrBKelJISIAuSBzqlA=c0x00000000-cc-rp-ba3','3511292162159714121',40430),('AbFvOql_223XT6D_ehxAt03Zai6at6xREN85O5O3MROuRkuHONUw7Sv7_q-V33oa2-Nd5058s1n5ZQ','Took the missus here for some chest pain, staff was very kind and helpful, kept the mood up.','2020-01-13 19:20:12.912000','2020-01-13 19:20:12.912000',5,'Mizraim Reyes','https://lh3.googleusercontent.com/-_qdXnjyDAws/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUjYRGG2T6JHOq6fHbQ0jJ58Zqow/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33514),('AbFvOql_24f0zBWlTUKi2Cr1kBdBMqzgW0nItmxpJyIhqQY0dGGhJ9pE5jJoYGtPSR_nL77PJY6t','Signature Care is always amazing! Dr. Yost always gives professional advice! Kim and Christie at the front desk are friendly and helpful! My nurse Katy was quick to assess my needs. Gunnar, the radiology tech, was extremely polite. I recommend stopping in whenever you need great service!','2020-09-02 14:40:56.553000','2020-09-02 14:40:56.553000',5,'Tressie Walker','https://lh3.googleusercontent.com/a-/AOh14Gilh76F4WMHOdh_U9McDydUIz1HgnFYfY_YhxtOLg=c0x00000000-cc-rp','3272657195432704501',39536),('AbFvOql_414v2yY566NAKIYF7F1VWTIgwx2UQBuidl2PMGzYv319hndnA-c-C_CEQIcSzX2p-SdrwQ','The team (Dr. Leavitt, Alvean, Traevis, Amy, Keith) we’re all great. Very professional, courteous, caring, and polite. The wait time was nonexistent, we were seen within 8-10min of arriving. The facility was very clean and cozy. I can’t stress enough how great of an experience I’ve had considering my situation.','2019-11-17 18:53:24.733000','2019-11-17 18:53:24.733000',5,'Janitta Thompson','https://lh3.googleusercontent.com/a-/AOh14GjALaSlMllmXJT2zB6rnApAMesqrZKtOe2w7T7i=c0x00000000-cc-rp','16389487648212004696',33728),('AbFvOql_4JdWgh9J6XPZlQLXA6Ik0HrDnbwdUdP8cF5JBKlZ5_74ICZ-c6tmas81iV7CLKToxx-awQ','Everyone was extremely friendly. Great service!','2017-02-04 22:42:07.845000','2017-02-04 22:42:07.845000',5,'Saira Martinez','https://lh3.googleusercontent.com/a-/AOh14Gj1ePvooTTOI7YfR1BbMUTnnTLskHTvABgwWUt7Vg=c0x00000000-cc-rp','17394740196501090048',37220),('AbFvOql_5pKkGn_Q-tgHls9fXHTJc5HoQotSW1P2AvKks0Ud1fvUuq3Xd1V_kM1JWqiA-gjLjzK7rw','Stanlisha, heather and Wyatt are amazing ! Very friendly and professional!','2020-11-21 05:44:05.825000','2020-11-21 05:44:05.825000',5,'Monshae Ladell','https://lh6.googleusercontent.com/-NYfCe2aKwTI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmq6fypmEdU5w4lp_OXfXkiiPz6YA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41827),('AbFvOql_7D4pqghvUQu4ho7MrYB103EoXIgyAeJHc7QTVJcSz5wq6HNBtOC1OcaDiOWIeROeEv-Q_w','Everyone at signature care was so wonderful and took great care of me! Even though I was in a lot of pain from my broken leg I still enjoyed my time at the Montrose signature care center! DR. Patel, Laura M., Richard, and Brittney were all so sweet. Thank you!','2017-01-23 15:17:54.513000','2017-01-23 15:17:54.513000',5,'Cayla Lynch','https://lh3.googleusercontent.com/a-/AOh14GjDLTyitV6on8WiaSZ7-vODeroZ5wyKbzEB5ZB5=c0x00000000-cc-rp','3511292162159714121',41125),('AbFvOql_8o8100bzE19KNDTZRsyyHh8IkrYJeF6qU431nejKTPwz5xehsBvW8kvjUP1JjVFKi1PPzg','Friendly staff! Makes you feel comfortable.\ngood place to go for in out service','2019-10-15 02:23:19.499000','2019-10-15 02:23:19.499000',5,'CHRISTOPHER RODRIGUEZ','https://lh3.googleusercontent.com/-xlRm3BiOV5k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckfMZYSVZt_ePDipX6q_eKQiKJx2Q/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29617),('AbFvOql_a3g0CoOHyedYkMwjhR7VdQ8059mt65vRtGKSicLeXn_zwM0r7QiaTdyPHQR0GNUTJICpAA','I loved the staff. Everyone made me feel secure and safe. Clean and friendly.','2020-02-25 19:13:40.738000','2020-02-25 19:13:40.738000',5,'Graja Mundy','https://lh3.googleusercontent.com/a-/AOh14GjJbZwIW5ahuMNxCRuYcrHlxYsWvukTU_OVpL_o3g=c0x00000000-cc-rp','3511292162159714121',40291),('AbFvOql_a8OY-w2C9kt9pNUsxVV6QPy2hgEsQq7PNaWIGkCa-aTEWEPcSHpq4FjaVbieOGAhDT0ZXQ','SignatureCare had great staff and very fast service!','2020-02-11 18:04:18.457000','2020-02-11 18:04:18.457000',5,'David Zuniga','https://lh3.googleusercontent.com/a-/AOh14Gg6FgvORB81NoXC_hn4DGbkvVjDYziurPIA3cMnvw=c0x00000000-cc-rp','16590124370714063921',34382),('AbFvOql_Amv78n_7-tZsf9RRvQyhjIxblNgXc3WaD8RfwZnPdd6O7cr3eiJq26CZdhVMGn2SIutCVw',NULL,'2020-07-09 01:41:00.857000','2020-07-09 01:41:00.857000',5,'Demi Williams','https://lh3.googleusercontent.com/-VwXtTJHD0sw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMqV19urOat1tZ4Qc_hfscEt3Bhw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33213),('AbFvOql_axrYVfJEToQbK2-T3j6y6h6W8cbq47bnugm74rxqxAdBT_ClNH8i0sMwppj3sQrdbEzw-g',NULL,'2020-06-05 16:18:21.357000','2020-06-05 16:18:21.357000',5,'Nick Hamilton','https://lh4.googleusercontent.com/-DSuTa2wkEYA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTs7S_wBn-7ZhDbKatILznwiVhFQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37608),('AbFvOql_B3i0WYy1eOHQ9kYfyB65KIyiBgioQ6T417diFKj6dRPphwU4sZviKsma03yGhEWAw-e-QQ','I went to the emergency room on base, sat there for HOURS and they found nothing. I came over to this emergency room the next day because I was feeling worse and they found the problem right away. I’ve been coming here ever since. The staff is super professional and friendly. I am a type 1 diabetic, and every time I’m having trouble with it they take very good care of me. They accept Tricare Prime if you have it! Very clean, good signal for your phone and a television in every room. They even have a special room decorated for babies and younger children! Fast and accurate service, they’ll have you in and out in no time!','2020-12-02 13:52:41.426000','2020-12-02 13:52:41.426000',5,'Trinity Thornton','https://lh6.googleusercontent.com/-zxsvcPeofho/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckDroCTWT9NR1rIVrM5hH3CRrR1Qg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38874),('AbFvOql_BhDXEZVVnHERkSFgThyu-_ptcmiOwgit1Q2voLrCrC8a4TbeB4gX8H6jr58BJR9r_MpQAw','I had a awesome team to care for me on my visit. High five to Evelyn, Rachel, Melissa & Dr. Ortiz.','2018-05-24 01:50:24.823000','2018-05-24 01:50:24.823000',5,'Evelyn Lewis','https://lh6.googleusercontent.com/-ZFeeSppbyuY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnkzX65_NouV4kMxWlJ5h03o_uEyA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30837),('AbFvOql_BnR6V9XWy9DNwVMBuXMIuHMDmmvrQnD7bjqaNnOpkSamh73sffQiQ6W99tP6PYgkdfoyPw','My appointment was at 10am and I was able to get tested and grab my results within the same hour. The staff was extremely helpful from the front desk receptionists to the doctors. Make an appointment for the same efficiency.','2020-08-03 15:56:23.380000','2020-08-03 15:56:23.380000',5,'Samantha A. Olivares','https://lh6.googleusercontent.com/-6OWRqVgPYxo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTOq6m2Ppx9Me7TgnZgJIzzjfVEg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38667),('AbFvOql_bNYcVLfGD2H1o_Rhuo3I-kYE2nuP3iSgP1Cz8MOmojqya1fOIzF8m7fIysQIL8bMepOm','Quick and excellent service','2019-09-14 17:29:34.007000','2019-09-14 17:29:34.007000',5,'Arlene Shelton','https://lh6.googleusercontent.com/-BzEPnoUbr8I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn9wB81Nzv85n8htkCD1hz1BMyy9A/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30458),('AbFvOql_Bz0QQfZPUTGaAEesF8EgxnuuATgFAP9X0T4IWgU3M1WjDujwKHopRn3H3oPVfpukuNo5qg','Excellent!!','2020-10-29 13:51:28.217000','2020-10-29 13:51:28.217000',5,'Damaris Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GgEwSD0x3hV6faGlB7vbyVRX-uWggxkOHL6VVjWOA=c0x00000000-cc-rp-ba2','13486358490203335051',29283); INSERT INTO `review_review` VALUES ('AbFvOql_COnQ1qwgbXT-8-nJ5e0LljTsFQA0k2hrRB7zXRL7SosmDuSn9wejZG_bt9JHAACtbde6Ag','Awesome place! John Bell provides exemplary nursing care. He puts the patient first and has A calming, knowledgeable persona. A+','2019-02-19 01:47:22.333000','2019-02-19 01:47:22.333000',5,'Sally Jackson','https://lh5.googleusercontent.com/-TWL4f_78MuA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmAerqKyUHhFTrvzuRKAVmtYzwfoA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42147),('AbFvOql_D2QclyVF9_20CJz2epaaf_XZ4CvUNIMf5BY1jJ9rC3ACdsqRI0jUSLgGK8UtxRUnnBPTvQ',NULL,'2018-09-24 17:49:05.929000','2018-09-24 17:49:05.929000',5,'Leslie Flores','https://lh3.googleusercontent.com/a-/AOh14GhSrYXN7qMYSnX4Disqsqg8J_B-4ISXcXO0xlKp8w=c0x00000000-cc-rp','17394740196501090048',36889),('AbFvOql_d8cEsxB_epTVkRzhlQeUeN8tYiXHeeyhjrWHQ3H1L78-imukfYfTQPR9GZQ75P9sxBzfdQ','They were extremely courteous and quick with everything!','2020-12-12 15:01:05.410000','2020-12-12 15:01:05.410000',5,'Jordan Buck','https://lh3.googleusercontent.com/a-/AOh14GjZYu6gyYsTtMtJ5Xwgx4TXYjvX4ule-nRdpUAq=c0x00000000-cc-rp','14748677429039074158',31282),('AbFvOql_e2YUlKVpW4AL-EaBUotBORrrzgTb7lR0txOx7ky_stUjjqJsWIMdBfWExkvIRWRoSElgYQ','My husband had horrible pain from a broken tooth. He absolutely hates ER\'s, Physician office visits, medication and shots. He was in so much pain that he allowed me to bring him to the only ER that treats dental related emergencies.\nFrom the initial phone call I made down to the exit door, both of us had the most welcoming experience. I manage a clinic so I understand the importance of customer service.\nAs I opened the door we were greeted. The receptionist explained what to expect so well that oddly I had no questions. We were called back within minutes. Nurses began vitals immediately, the Physician was in roughly 2 to 3 minutes after the nurses informed us, \"the Dr will be here shortly\". Alot of physicians now days don\'t have great bed side manners. Dr. Singla was fantastic! Explained, recommended, informed and instructed very clear and concise.\nMy husband got a shot! He is terrified of needles. His first response, \"that didn\'t even hurt.\"\nHis nurse monitored him for 30 minutes and we were on our way.\nHands down the best ER I have been to! Thank you for making my husbands first ER visit better than I hoped for.','2016-10-05 02:26:26.762000','2016-10-05 02:26:26.762000',5,'Corinna Sanchez','https://lh3.googleusercontent.com/a-/AOh14GjxD9gpu2sJVZiGl0cJfqBr8zd5D9RYyuqKRc5HLg=c0x00000000-cc-rp','14567670160750071148',31175),('AbFvOql_Ekl6mP3_Ttdm-JUbicRK_5DvSAsIsYywwKzT2I5So0KHtX3JWYaVtGN_yC-Wcd3Ifhvs','This facility is amazing and the staff is so freindly ! They are quick but still take the time to talk and get to know you ! Nurse Lindsey and ER Tech Chelsey are so sweet and caring !','2020-11-07 18:59:54.147000','2020-11-07 18:59:54.147000',5,'Alec Veloz','https://lh3.googleusercontent.com/a-/AOh14GguE8X2fgIQNGjxZHCEmY4F23B1jf1C7j_bnEk8=c0x00000000-cc-rp','16891069708558046635',35625),('AbFvOql_fgfiAZI1JcyZsGAYsOzPy5vl74nqABg62Dhcxk707JZzoHfStj8EgBxZfEb8A-IPvQm6BA','Efficient and friendly ! Kevin was great!','2020-09-24 18:02:47.364000','2020-09-24 18:02:47.364000',5,'Angie Griffin','https://lh6.googleusercontent.com/-e0M_6BbGfYc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck35mrJb2VQoeJhlUA-58dEv9qiVA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31618),('AbFvOql_G3FurjVIVDOt0O3SUIqhRhTzCKBG7VN_sL_YfeXfvQ3HPEVVed8lN9ysrwiZWv09Hh5Faw','Everyone was friendly and helpful. Dr. Alcanter was nice and took the time to explain what was being done & my results. Blake ws very attentive and made sure I was comfortable. The facilities are up to date and clean.','2019-11-01 19:51:03.964000','2019-11-01 19:51:03.964000',5,'Tiffini Jones','https://lh3.googleusercontent.com/a-/AOh14GiYEDuBMcqMnHebOk4qkCsvU59jmVvQGekOu279rg=c0x00000000-cc-rp','8679688254631342173',42615),('AbFvOql_Gh7-oPf4ShzPUGBCVPCh9-d7NPsvPpM45rxZhaJwYDZJZq7tOwoswHe7d3wImBjtt1E8eQ','They are very kind and get you taken care of as soon as you get there.','2017-10-03 13:39:01.794000','2017-10-03 13:39:01.794000',5,'Magdalena Pizana','https://lh3.googleusercontent.com/a-/AOh14GjjvnrPIsH8DohNopBUfde-LL3YVhZMqpbmpEdo9GM=c0x00000000-cc-rp-ba2','17394740196501090048',37060),('AbFvOql_iAEegkB0puAOc_TEL0DTy6ScnLJhFBAoev554TZzVmVtGowmD3_LEEwYvVjJ1yjfDnvHkg','Appt. website easy to navigate, no wait upon arrival with appt, kind staff, efficient with questions and did not push extra procedures.','2020-12-24 15:28:17.468000','2020-12-24 15:28:17.468000',5,'LB Dooley','https://lh3.googleusercontent.com/a-/AOh14GhI1bEFGl8WhKhYErYn-6bTGg2Jrpsw7IM7jo0=c0x00000000-cc-rp','2077061009497551125',43792),('AbFvOql_Indc061kcMhclqBPeWKeuleRfWGr-ycnbPvAyXmBOye-KzAKTLTd3SH2MbIiA2mNZew3og','The staff was professional and helpful. They have very strict guidelines, and I appreciate their work to keep people safe.','2020-07-06 16:35:35.798000','2020-07-06 16:35:35.798000',5,'Mark Ermis','https://lh3.googleusercontent.com/a-/AOh14Gg0RkopxX26JmLgC_ekAcGtJbzktDQz02b7yTgKRw=c0x00000000-cc-rp','16891069708558046635',35858),('AbFvOql_IVTWbzLX5y53p5Lq5M_RE3VNh3OaKQhnQ5z_TPDXvuREyUaK9i8G9hZC_2Exzniv-B2xFw','Fast and great service\nDr.Thomas/nurse Irving\nRad tech Holly/tech Lisa/Registration:Ariel W','2019-09-28 06:32:50.275000','2019-09-28 06:32:50.275000',5,'Deshanay Brinkley','https://lh3.googleusercontent.com/-uz94Kdy-Nas/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclXC5oCdbdtf01lgDG2SEkgcSwpow/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29009),('AbFvOql_jco_U6aTUpsshg0SfzXXMX3Lyzg3YFk7Q6fk-Oc2bMyDmLeWxOtOrYvIUSFe1nYNpWfOfw','This was the best ever! Dyreliz and Arielle were super attentive and helpful, the RN, Remington, was very caring and gave detailed explanations, and the doctor, JR, was super nice, and very concerned for my well being which is really nice!','2018-09-12 15:59:18.489000','2018-09-12 15:59:18.489000',5,'Mallory Anne','https://lh3.googleusercontent.com/a-/AOh14Ghn3al_lpxq10WlIqXqaSKAFVErpJodx2u1PsTzXg=c0x00000000-cc-rp','16590124370714063921',35186),('AbFvOql_KMRWL8VKruhWIxVjI-s2otjLCMcW-iHpnBPo1e4Eoxs5iF4x6zYMfbLZFhCASyJyIkX9fA','There service is good and they move fast. They also answer every question you have during your visit . Jocelyn ,Alvear, and Thuy are nice and friendly and happy to do there job.','2020-02-22 22:20:00.627000','2020-02-22 22:20:00.627000',5,'jj Ybarra','https://lh5.googleusercontent.com/-Nf4azY7QvfE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn5zB8kOy3Jrq7ZBaAr9cwXWyS8jA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33342),('AbFvOql_lXZBWox2CKsvzZTG4QNpdbhnOpqrwKTr8qijvXXHdZfFMvUeMZpbUIPPJJuVarSAxAjt4A','Dr. Harjai, Lindsay, Gabe, Cameron, and , Becca were all fast and helpful','2019-07-10 06:02:52.136000','2019-07-10 06:02:52.136000',5,'J Smith','https://lh5.googleusercontent.com/-BRxwTo0Q4R4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7hgYwWsWoyhZ-34pUBXxHm3DNxg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34770),('AbFvOql_MS3vXBI2pmSND01wZhkrvdwapLNSZxtDIuaXt8-gilPZSbweryDWvyxhAcpdPCoPucaYQg','The staff was very friendly and they got my wife admitted quickly. We had a great experience and would highly recommend Signature Care Emergency Center.','2018-02-23 03:15:21.383000','2018-02-23 03:15:21.383000',5,'Ryan Huff','https://lh3.googleusercontent.com/a-/AOh14GgeAu0o8zoNTdD__0WFLrfhkCvmyJccoVSMn3fa3w=c0x00000000-cc-rp','14567670160750071148',30870),('AbFvOql_n1Ow81fdJNexUFQAxv9VuUna_S0ySOuimLuehpLP5U9LlDCuBdagZ36YGq8p7I8rRQ1Frw','I had nurse Jacobs and everybody here was extremely kind, helpful, and professional. I would recommend coming here if you have any sort of issues as they will be sorted out in no time !','2017-09-03 22:36:16.730000','2017-09-03 22:36:16.730000',5,'David Dolt','https://lh3.googleusercontent.com/-qRTPvvBLrLU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmdIrpqrUIaE7EdRdHSruhAuuEqbQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35390),('AbFvOql_NeiynMbB247gRJHXqILiViH6imwXtpujDh_ELGEilUALfzQvRTBUtE9KNtEYzLoGPQmiyg','I paid $100 for a false negative then had to go to Methodist. be in ICU for 9 days and extensive hospital bills now. I got to this location 6/17/20 coughing with 104 fever and they refused to help me 🄺🄺. I came the following day at 6 am to make an appointment and came back at 7:00pm for my appt at 7:30. They had me wait outside in a long line while I was nauseous, coughing, choking, 104 fever and not myself. What is the point in appointments? The staff is beyond nice and made me feel like I was important but I didn’t leave there until 1am!!!!! I drove from Katy to RiverOaks thinking I’d get quality service.','2020-08-13 17:15:05.740000','2020-08-13 17:15:05.740000',1,'Jesus Espinoza','https://lh5.googleusercontent.com/-EFrj6X_xxyY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckmF1jg7tamGBmwsF7Ronjr8nB5hw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40204),('AbFvOql_nFMYF5wTmGDqMgg11ng05SxN6QEkZZ6iVGa8dw38e80m-zvPCAMUQxdrRmpSL0J0djJs','I was seen and began treatment immediately. I came at 8:30 am on Sunday morning. The staff was friendly and professional starting with the receptionist, and the whole medical team, including the doctor. Everyone was kind and patient. I am so glad this center is so convenient to my home for emergency care.','2020-01-05 17:59:02.261000','2020-01-05 17:59:02.261000',5,'Gwen Baylis','https://lh4.googleusercontent.com/-4abZEwwI_ts/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZoUEq23Cmdo6TauBFJqGg2o0fog/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28852),('AbFvOql_PEuYffcln4SJLX5gc6JEbIzpeaIwXxfYPMfFSoUX3gknd97f2TIjDA-CJEUevRGGTW2Qcg','I have been to a lot of ER\'s with my many children. All have been terrible experiences until now. Signature Care was the best! NO wait time! I walked in, got treated, and was out in 45 min. Completely amazed at how professional, clean, and thorough they were. VIP all the way.','2016-05-18 20:54:51.967000','2016-05-18 20:54:51.967000',5,'dane youngblood','https://lh6.googleusercontent.com/-UtTnyZHIBn0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclu3BqrebjlqQAe7qZYevBUD_Yixg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41228),('AbFvOql_QamujwmJbzcEbUIl7au2lW9GsCe0viUIiIRmRw2Yhmqc5tjgBPi0_quWYKursU0aNes5Tg','Everything was quick! I am happy I came here instead of going to a major hospital. Everything is clean and updated. The staff are friendly! Highly recommend!','2019-12-08 03:43:09.705000','2019-12-08 03:43:09.705000',5,'Sonia','https://lh5.googleusercontent.com/-FEfT24PEjNg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnn5uGzAK0uC1iFAsc_v1aOm_bY6Q/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39194),('AbFvOql_qBSXeyt8HcFcvw0rAvdLh0N7ejDS7t8QYBwddXxEsj2z0cJgveAsUoq6f2j41vWDhW5o-Q','Kendra, Jacob, and Dr. Vakey were all amazing. I was treated with the utmost respect and kindness, I was taken care of and treated promptly, and I was referred to a physical therapist for continued care. Overall, this was the best clinic visit I’ve ever had, and I’m very grateful!','2020-02-15 23:44:19.388000','2020-02-15 23:44:19.388000',5,'Kristen Debrow','https://lh3.googleusercontent.com/a-/AOh14Gj7J9xmOSdiRimn8kGhe6JJsg2ygE0nrH3g-i0e1A=c0x00000000-cc-rp','16590124370714063921',34365),('AbFvOql_qDirTwIK2_Tq6j1tqzj_K6U45xeGbBT8XGBIycaBw9kl2X6_WlRbN-aldiykA_8UsL8eGg',NULL,'2019-11-03 18:23:36.821000','2019-11-03 18:23:36.821000',5,'Wiley Gregg','https://lh5.googleusercontent.com/-A1z9joque1k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmM6Jc4PHY6mgq3QPVoM_kEK8MrUw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41564),('AbFvOql_qF8yUCMQJzI34OP2dViLHfUKmvnrb7b_vbWqiZ2bZwHnsUw_ARdwKsCqofwsNEl-DMxwSw','Rn: Mollie\nRad: Eric\nReg: Tobie and Doctor Yost were great','2019-12-30 04:47:02.996000','2019-12-30 04:47:02.996000',5,'Cedriaunna Kelley','https://lh3.googleusercontent.com/-YhQra3ZSLfE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckKrXXbfM915jyr05kA4EJAkuEPhg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39730),('AbFvOql_QI-d2s2NLpcgLn2YAPDMKDbCpjDJYqZSQByhpxOQLcwivYnFxxEKlHT-HI_Cfri90IM0','Amazing staff! Hamzah and Olivia paredes we\'re great and very professional! Best of the best!','2019-02-03 21:26:55.147000','2019-02-03 21:26:55.147000',5,'Edwin Moreno','https://lh3.googleusercontent.com/a-/AOh14GiUoeCYbUjivlCMLY4cFbuD7vzShYwNEhVzX7hMSA=c0x00000000-cc-rp','3511292162159714121',40653),('AbFvOql_QO2bgVlGFcQ8FqLnllHaOdN9MHuPyS-4kqSX67oy_eXqzrZHtbNzcUnanwRTDcuMHTkaFg','Very professional staff, great customer service and very helpful. Especially that beautiful RN Jessica F. šŸ˜‚ She was amazing took good care of me . Was in and out super fast . Definitely recommend. 10/10','2020-03-01 23:58:34.983000','2020-03-01 23:58:34.983000',5,'CLASS 47','https://lh3.googleusercontent.com/a-/AOh14Gj_BkftZxSrxLA2V0NylnjDEqGATQARRoM_pRx6lQ=c0x00000000-cc-rp','6521947413723274945',41428),('AbFvOql_r57MBNM7jSVegLc9Ky5T3n7q_WyvJfrjQ_O0rSnEZGAqSmOnMwEsE47JOMHjxNXcbHZS','I had a great experience here! The registration staff, Lorena and Kennedy, did a great job making me feel welcome and comfortable. The nurse, Jacob also did a great job making sure I was well cared for. The radiation tech, Juan, did a wonderful job! I would definitely recommend Signature care ER to a friend or family member!','2020-12-12 14:57:33.338000','2020-12-12 14:57:33.338000',5,'Abigail Shaw','https://lh4.googleusercontent.com/-KSLx8mM-67U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclx-zsF4pWSzNQy4I8XgKmnP7NMKg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34043),('AbFvOql_RjbYPuEJEvQ3XujIwwJ-KR8-uO3fRBztnM1090guI2yZ_xqbRqZjW7qUrZ01b6Nqy6WY','Dr.das was fast,very friendly overall great experience','2020-09-11 18:47:35.028000','2020-09-11 18:47:35.028000',5,'Jose F. Beats','https://lh3.googleusercontent.com/a-/AOh14GhvufaLzRvRCcpOkgs5t9iz25qOW07lj3QP4bSJ8A=c0x00000000-cc-rp','14748677429039074158',31677),('AbFvOql_sBYdtAE0jkTA44jwAuasHUfTEHPJI-PwbkgzGM9F7uokv1XTT2HnrwGiun7OrGqXPE41QA','Very quick in and out, great customer service, Georgia was super nice and sweet','2020-10-29 01:36:51.672000','2020-10-29 01:36:51.672000',5,'Cadyn Cordell','https://lh4.googleusercontent.com/-zCLvbyKhrrU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckZk0VhsBOzIsoi0HDqxT-MvDIYeA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31449),('AbFvOql_sidSvPVqCmLhPTcGi-eARrMFoVMrnV8cN7RFcD6zY9svPwcvsFYx-MsENp0DZHGwpNV-GA','No wait. Friendly and caring staff. Great experience. I have taken my son there in the past and have always had a great experience. Will definitely go back when we need urgent care!','2016-08-22 17:32:24.716000','2016-08-22 17:32:24.716000',5,'Nicole Verrico','https://lh3.googleusercontent.com/a-/AOh14GjTh_DSdenfZl-7jEcnJNfo3jCp-PwLi9cLQ5fEew=c0x00000000-cc-rp','3511292162159714121',41178),('AbFvOql_Sz9kAaacnwKIq7DxKPmLnLC6FtjCz4BPC4T5lIqb1TcLJaO1JTSP5YoR3gz3fjhUiuZrpw','I have literally never received such amazing 5 star care from a urgent care ever. They treated me with such care and attention. Dr. Garcia was/is amazing. He made sure I was able to get the medication I needed before I left and never once made me feel like just a patient but almost as if I was his own family member. The nurse Robert, was super awesome, very knowledgeable, listened to everything I had to say, never made me feel rushed at all. I can say I feel blessed to have found this place, really and truly. Thank you all Dr. Garcia, Nurse Robert, Allan, Raven and Kelsey!','2018-07-16 22:54:01.288000','2018-07-16 22:54:01.288000',5,'Carron Pearson','https://lh5.googleusercontent.com/-uFClqHQtNxw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMFNLdVfK0n1XIja8cMi2aca3ToA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43383),('AbFvOql_t8e_lnv2HK23kbEjSh5wq02nJAJW0CeaEbDMVw9D7-GMWLGfKVMuGV76LkJuTR5weYQC_g','Excellent experience!','2018-01-02 17:49:28.731000','2018-01-02 17:49:28.731000',5,'William Bostic','https://lh5.googleusercontent.com/-10NOuDXprh0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmvsfyFUfWA_0GpsKMRDy7gEyBo3w/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43435),('AbFvOql_TUNQjiMqX8RXmTGtrrP0Ell8uw8HGCOkZYYkUdpTonDVIrrvwTZWqyOn7q4keQ_PYAN4iw','From the moment I walked in I was provided with immediate assistance and consistent follow up. Staff was extremely attentive, knowledgeable and kind. I truly appreciate the care received and would recommend this facility to anyone. No wait time. Clean, fully equipped facility. I was beyond impressed and even more appreciative of the wonderful bedside manner of all staff. Thank you Signature Careā¤ļø','2017-04-28 06:45:06.335000','2017-04-28 06:45:06.335000',5,'Heather Broussard','https://lh3.googleusercontent.com/a-/AOh14GjG8y64dwCmiWYvQQq81p2yXwypGOtvYJzupXWK=c0x00000000-cc-rp','3511292162159714121',41059),('AbFvOql_U6ZZCcowFpbopK7TB_utTEp_LZGfRDpVaGksIsrabGe-OqWKwrtQZGH9a9FH14IBIwPADA','I visited a few times and both times had a wonderful experience! They have a great front staff as well as in the back. Chelsey is the bomb, she’s caring and so sweet! I usually go to the ER with my mom, but this time didn’t have her, and Chelsey made it fine with out her! I will definitely be back if I need to visit the ER!','2020-09-12 23:27:26.307000','2020-09-12 23:27:26.307000',5,'Haley Weigelt','https://lh6.googleusercontent.com/-IGzRyKizqvE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckEGrNPtEstoXGTbxWWutP8N4fQ5A/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35814),('AbFvOql_uCmwUZRwTNM4jOb_ghmLdguKYJJk8iV8upxp040Qjqt6b7FKeiswP0IqM7Mn5ClKZD-7lw','Came in because of back pain and was treated very well. Thank you to Dr. Harjai and his team Ekaterini, Joshua and Deanna.','2019-09-19 00:26:59.962000','2019-09-19 00:26:59.962000',5,'April J','https://lh3.googleusercontent.com/a-/AOh14Ghf8hkZX5mgzdgewAsB6S1-7C4WlXMuVl3wx6ulwg=c0x00000000-cc-rp','16389487648212004696',33946),('AbFvOql_VtXr2K3jesZEf1fD1Tlw0B4QsiOe8QuO_avF_QVj8qVw7yfkSY_ltk2bD0fZtNRZa0iv','We scheduled an appointment to wait in line. The appt was for 1:00am we arrived at 12:15am. We were told to wait in one of three lines. By 2:15a I went to ask what the approximate wait time would be since we were third in our line. No one was at the front desk and the security guard was in the lobby. He informed me that the nurse went to lunch and it would be another 1-2 hours before we would likely be seen. There were walk-ins that said they had been in line for 7.5 hours. They should not have one nurse working to cover this many patients. At least have the courtesy to tell people that the staff is out to lunch so those with an emergency can seek help elsewhere.','2020-07-03 07:25:32.228000','2020-07-03 07:25:32.228000',1,'Christiana','https://lh5.googleusercontent.com/-8pAidsMSwAs/AAAAAAAAAAI/AAAAAAAAEiE/AMZuuckxDGsA9IUSWsrCVMnGvS5bU8JPag/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33223),('AbFvOql_VwnDXOAekbr7vNSUqscWay28kXiJVfGPEe-NnNP5h-DeAga0prHhKKE3P0NoDky7-xNIKg','It was a very pleasant experience for me Dr. Harjai, Jani, Tricia, and jesus were so nice very nice and professional','2019-06-30 16:50:46.289000','2019-06-30 16:50:46.289000',5,'jose mares','https://lh3.googleusercontent.com/a-/AOh14Ghpjyr8e1WsEIGw8-Kh2UHEPh790ksWvCemgGrC=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOql_w739A573_SPSVbcv779zHS7FJ4SO0_rgnFZgJ99mLMp1Sa_ZkTAJP5hcyWdIYU6B-BXMbg',NULL,'2019-08-22 16:43:53.471000','2019-08-22 16:43:53.471000',5,'Cary Todd','https://lh4.googleusercontent.com/-PE_KI8LvV2M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclk4HeEXSmsjL5f1jQhcMLztVnp-w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34716),('AbFvOql_X5bCOXZdrNvD3_LzxE3sc3xMtX1goN74_MUsodBgiV3X9Bwom2aDIFoy-cC5kcvU0CJRIg','Best care I have ever had','2019-10-22 15:06:16.610000','2019-10-22 15:06:16.610000',5,'Kyle Kinsinger','https://lh3.googleusercontent.com/-pHWIAyyaE8s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmIorjRHfUweRraiJlPXScP2phdMQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36103),('AbFvOql_XKygE61P7u_h3Ww3TTUqlGzltxAHpgrOHXkn7rIeQqtRQYPdLEPYDLhnqCRJ-R73OQlLVg','The staff here is very helpful & nice','2020-09-28 18:23:49.853000','2020-09-28 18:23:49.853000',5,'Joe Green','https://lh5.googleusercontent.com/-jFwWaSKOmns/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmAAia1GA8ZLO-TuTdemHQyuyUWpQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28528),('AbFvOql_xTPWy5uMuvYihk0pCrLHTNpZNHGHbv8XCFS_aUs3NsP1fllBLxBWcmUq0BgvsFYOb7UX','I took my man to the clinic this morning. while he saw the staff, i stayed in the waiting area with his son. Ms. Rosie turned on the child\'s tv station Sprout and gave us some snacks and waters, which was awesome because we had not had breakfast yet. And the guard, Mr. Wentworth was very friendly too. The doctors and nurses were very friendly and facility was clean. We would definitely recommend it.\nThank You','2015-02-22 20:01:21.072000','2015-02-22 20:01:21.072000',5,'thresa cerda','https://lh3.googleusercontent.com/a-/AOh14Ghntw1qc9TADJcpmQVktYGhR1RRkiCSMXdzMAyq=c0x00000000-cc-rp','17898197009688164559',38399),('AbFvOql_xwgbrvu-UGlKd6WZWiARYChx_pI3o-1hbGcGRVuhYIWyWg339NT56LodL21yNGeNai2NNQ','All the staff from the time you walk in to the time you leave e are truly awesome a big thanks to Dr Liz, Ekaterina, Valery, and Jordan. They all very nice, profecional and amazing people....','2020-11-09 21:55:20.496000','2020-11-09 21:55:20.496000',5,'r Guajardo','https://lh6.googleusercontent.com/-DWwjRN2Bg-8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclypM4RF-TMr_3q08SY-CEy173-mQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32950),('AbFvOql_Y_o-47z4yXP_sS1c9PYjI9qHF3i5XZkcRQq6nO9PsZVcgnRhrYkhlrww5mXhbcE0FMuaLA','Impressed on how much the nurse knows about my injury','2019-11-26 03:17:53.584000','2019-11-26 03:17:53.584000',5,'Kelly Tyson','https://lh5.googleusercontent.com/-u3CEH8MKlUA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucntWA5dWfZ42AWkIVhBto7cMFZJhg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39204),('AbFvOql-_DvSCj7UKv1nBGJvBBdPuFrEcx2GEiVEybkTaUdVgpDvB0p_HEn_bZHernC86m-HM8TV',NULL,'2019-03-15 22:52:19.061000','2019-03-15 22:52:19.061000',5,'Charles Holt','https://lh5.googleusercontent.com/-yh0XlwWBuvw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn1C0UhF8lzPOTW_uPzDLNR8r7emg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36814),('AbFvOql-0IsCwGRX9UHPpb94vJNIrh2RWe07LQEXdehgVkp3BDjkjX047tTWmesSRTnpl-XXeMyF','very good job thanks to Eliza and Rachel','2020-07-23 20:43:42.100000','2020-07-23 20:43:42.100000',5,'Alfonso Garcia','https://lh5.googleusercontent.com/-Xg3w_w5Qrlc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnvxwZFtJ6DrpvWszsP6UUgbTNsgQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41346),('AbFvOql-1txEsnVJElN3JIPkNhH2AZ5FE0O9H4XYp2gfCCarPO_vEiUQeW4hUSE8cews3GAxQKkUNQ',NULL,'2019-03-22 02:51:24.716000','2019-03-22 02:51:24.716000',5,'Caroline Burchfiel','https://lh3.googleusercontent.com/-H_DD3w7qgYk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmikDdzKxNzpwqgBGAlrzVVdqE6Yw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34955),('AbFvOql-1UgUWEpMCGvWBx8DHe80c4LRU9SBBnN5_ZPuZKk26gdllWsOZQ_Fv5j3OKmdU4KqyYBMBg','Amazing place!! Quick, efficient, and very caring staff. An extra thanks to dr Patel nurse tammi the rad tech Nancy and Norma for all there help!','2020-02-23 15:39:54.622000','2020-02-23 15:39:54.622000',5,'Rachel Lovejoy','https://lh5.googleusercontent.com/-FTDwSNucxW8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmFdfTQg8-BoRSaTZPjAhE44KzmSw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36615),('AbFvOql-2aYvutj4Pri-zKCoHbu5kKcIcj0pYXCrLZrA0mRR6QEv7J7pCDA5Qfq9uA3hXMjs5xUuJw','The staff here is incredible. Super friendly, warm, and took care of my family right away.','2020-02-04 19:40:33.899000','2020-02-04 19:40:33.899000',5,'Espinoza Pictures','https://lh3.googleusercontent.com/a-/AOh14Gj_QNUmIr_7D2MzB1WHNy5IA2PN2yJoLzYkd5ALSA=c0x00000000-cc-rp','14567670160750071148',30274),('AbFvOql-2Zvw0Gwr_m23A8-FK8P1_E2tRbOAuzunHCRttCubcjX-sN45bwMxTqnTfDDpulcb_hOo',NULL,'2020-12-14 02:19:22.239000','2020-12-14 02:19:22.239000',5,'Katie Wojasinski','https://lh6.googleusercontent.com/-nGtTunfM3y4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl_nOk9id-CHMNJoYnDPd3s4TzPCA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38832),('AbFvOql-3jY4JR6Izkw8h36eUll4Plem5LFTz1cUpvmcUwIK-TX4XDBD1QZgd8tbD7PLKOQ0lQtC','I tested here twice already, I love that they took us in as appointment and walk in. Today I was fortunate enough to get greeted in by Elisa T., she was very helpful and professional. After getting tested the wait time is about 30 min, free test if u got insurance, or else it’s 175$. From what I heard test are more accurate than the free test everyone been waiting on. Will definitely come here again, thank you for y’all help ladies, in a desperate time ppl be acting like fools, not wearing masks and risking others lives (just saying).','2020-07-31 00:54:22.062000','2020-07-31 00:54:22.062000',5,'Bere Villanueva','https://lh3.googleusercontent.com/-eUUsPC7jh9o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclt2VsEDiztpVfXaYd7E1yTgVeiug/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42954),('AbFvOql-56AagBd4fMkvsy6d5eLshaRk3a-_-K0aOY5mSHW3xWDqDIcEjP4khpTBIWhbCFc7gqAQ','Everyone was really helpful and made me feel at home including Dr. Vakey, Kendra, and the nurse Brad','2019-12-09 15:06:14.408000','2019-12-09 15:06:14.408000',5,'joel west','https://lh3.googleusercontent.com/a-/AOh14GivzMQLOHfJN_XoEfRql0pYbSEQRaIP73jhkRGt=c0x00000000-cc-rp','16590124370714063921',34505),('AbFvOql-5jFXbP1FkTCZ_GHH-PovrENqf8KNXBTLlRJyO6DaIU2N5n9-LMP7I8foM2WxOsG3FREW0w','Definitely recommend this place! The staff was great and very nice and professional. Caitlin greeted me, nurse John was very nice and Dr. Simmons was very informative. Will definitely come back here.','2020-10-13 17:05:40.477000','2020-10-13 17:05:40.477000',5,'Guerrero\'s Landscaping','https://lh4.googleusercontent.com/-JCJ2srZc108/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclKqjf18OGmeM7qtqivhO1tW6RSIQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41875),('AbFvOql-5XOO43ACmfW_L-lazabbQnGS36B55R8A9ztOe3U5mnS3xfaivOkElOJD8_vcu9PE0E40GA','Nice staff, not waiting list','2017-09-25 17:33:17.109000','2017-09-25 17:33:17.109000',5,'Adriana Eleuterio','https://lh6.googleusercontent.com/-rQS8wbjetPY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclV-2jQGvxd1Q8OsbEte1HVeMCswA/c0x00000000-cc-rp-ba2/photo.jpg','17394740196501090048',37065),('AbFvOql-62CSJWClDounkCRcGfDyLlUIbqaoYRkaSI7AzUUsJ6nQKqYuxY8E_yZethlC9jX6trIzyw','Great place! I came in for a covid-19 test and it was such an easy process. Valory and Abigail were so sweet and polite and everyone was very professional. I would definitely recommend them and come back if needed','2020-12-21 19:17:30.926000','2020-12-21 19:17:30.926000',5,'Gloria Ramirez-Scully','https://lh3.googleusercontent.com/-1_8u_F3LouM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnS5HnNU5Pgw1BKyM7AG5_3ULm9xw/c0x00000000-cc-rp/photo.jpg','15979470999169074295',43633),('AbFvOql-7iohXNZNOWXXyxI2D6kI7tTUTLpqMCSNdY8UvMY4Cr4K87rTv6xWqp_JFH1nM0jk0ZMrvQ',NULL,'2020-07-18 19:31:06.432000','2020-07-18 19:31:06.432000',5,'Arayuvit Fernandez','https://lh6.googleusercontent.com/--pBxv0piziQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmPnDOVBauYpWMeSXkS_wEicimltA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31997),('AbFvOql-86ZHAqbCcn6HFhnyC0bzkDaN72kMQ1lC0KTI-ur-XdVGxW5nb78SPiViCyNpJ4m06Lny','The nurses and doctors were all really nice and explained everything to me. While doing the tests they were gentle. Cody and John were really helpful.','2020-08-17 15:45:54.119000','2020-08-17 15:45:54.119000',5,'Ene Mejia Montes','https://lh4.googleusercontent.com/-aJjnENEWw5c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucloE9bpZQEMGjDRZB18nM7fJsH--A/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38590),('AbFvOql-8fwjgwQAKJPYvJeXTXjXNzvHVvFaLoQsurDRXexUBJo6JPXDRMWKmnLi5na2SDj-H3KulA','We came for a post accident treament got immediate service. Nurses were nice and patient and kind and caring .','2019-04-03 10:58:53.851000','2019-04-03 10:58:53.851000',5,'Andrea B','https://lh3.googleusercontent.com/a-/AOh14Ghv37gHR3i6QWCoPWusK_ikV2Qib_hXIfrWQ40xSfI=c0x00000000-cc-rp','8679688254631342173',42712),('AbFvOql-8jbJk63ioGyi3gpt-yL5Kwsm15zoP44aQoPdRXSYZG5MHntwYzhz7zEqznxl-p7unsVQBw','Alvean and Sheresa and Tiara were all really great during my visit today! They were kind,attentive, and caring even during the chaos of the pandemic. Thank you so much for all your help!','2020-08-15 20:53:14.908000','2020-08-15 20:53:14.908000',5,'Molly Comeaux','https://lh6.googleusercontent.com/-ArfydwWrfbQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck0n8KEBGfUXiWpAZydqogR1g29dw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33194),('AbFvOql-9_3ZiviFLaDrHT28gU_8bR2M3y58ZWOZAT40pxPF6RF9OG-cs1AAdLIb3sGAymx7JUBq','Great quick care!','2020-09-16 11:55:49.006000','2020-09-16 11:55:49.006000',5,'Megan Waldron','https://lh3.googleusercontent.com/a-/AOh14GhN1MXMisuRXsAbpaFUPyFmVNO8BdbcKJaJ-YNS=c0x00000000-cc-rp','14748677429039074158',31654),('AbFvOql-9mL989tFwX1PdqDQ5Ng3yeGLbXuzsG1kwE9oURHDoHMyNI7F8oRbDl3ZHTZA8KE1eJhmKw','I waited on the phone for 3 hours very patiently because I understand that they\'re swamped with calls about COVID-19 testing but for them to HANG UP on me right when it\'s my turn is bull. At least have the decency to call me back. Also if you don\'t want to be slammed with phone calls, maybe you should have more information on your website and require people to make reservations/appointments because the website is very misleading per the other recent reviews. OR have signs posted outside of your building near the entrance to let people know they need wristbands and what time they should come to get them and miss me with your generic \"apology\" response that you have been responding to other posts.','2020-06-26 06:05:38.524000','2020-06-26 06:05:38.524000',1,'Vivian Tran','https://lh4.googleusercontent.com/-wcqcgQonp0A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnomYYbB6HvyYQ9i_Lxov9SI6SCYw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36577),('AbFvOql-a72Wa9wXirpnKCVEFrOnZco2EX_iKdqo6VtaHusOQKDCFGHgE_0E8YtbfbJCkViwKEW73g','This place was absolutely amazing ! I just love how fast they are and how courteous and kind they are to their patients !!','2019-12-10 03:30:51.901000','2019-12-10 03:30:51.901000',5,'Positive Vibez Only !','https://lh3.googleusercontent.com/a-/AOh14GioRWmmrxBVlV9dwPETjXffAtFeXQoDhq80aoZALw=c0x00000000-cc-rp','2694018788013845459',39193),('AbFvOql-AsRrn4WlqWub3kb6Qzt-jsmm0zcYIP7F8YFodk0rrFri--gYIxJED0S3V35yINGA2DJjMQ','This place is fast, affordable and the bedside manner is unbeatable!!','2018-02-08 02:39:50.385000','2018-02-08 02:39:50.385000',5,'Ashley Perry','https://lh6.googleusercontent.com/-AnffOmI2ZfU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclYlinEaqtOwV8UQW6W8L99TDdocQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32611),('AbFvOql-AvH2bx7-zn8mLEMRxss5dqtQU7RAOq6Wzc5LIYxVXx-9pg4iaUhWKrP-iCzk1uCy1jvcRw','My Mother received overnight care (for severe pain) at this facility and the entire team from the front to the clinical staff were great! Stephanie at registration was empathetic and very helpful throughout the whole process. She accommodated by Mother and I all while following strict Covid guidelines. She made sure we had everything we needed during our overnight stay. Rollie and Natalia took care of my Mom that night. Dr. Daniels was highly informative and pleasant. Overall, a great ER experience! Would highly recommend the attentive and prompt service this team executes! Thank you for all your hard work during these times!','2020-11-30 02:20:00.759000','2020-11-30 02:20:00.759000',5,'Maharay Gama','https://lh3.googleusercontent.com/a-/AOh14Gj5yGDYVEO5QWPEGv2v5AJygm8i7ck4WdxRnKZ7-w=c0x00000000-cc-rp','8679688254631342173',42249),('AbFvOql-bIbrkF1csqktQqYp6nCJ2pW-HrAmvAbEt2MpNRpBaHDTC5zWT6KLpBCB2uli47zVrX7y','Kevin looked after me today. From walking in to being seen by the doctor everything has exceeded my expectations.\n\nThe facility is extremely well maintained people are very friendly.\n\nA very happy team who look to provide exceptional service - they have exceeded my exceptions In all aspect of service.\n\nMy needs were met and I felt very well taken care of.','2020-08-30 15:46:21.200000','2020-08-30 15:46:21.200000',5,'John Conmee','https://lh3.googleusercontent.com/a-/AOh14Gi90b3Fl96d2lGr0q_ATBKzbjkggE1OA6XIKte_=c0x00000000-cc-rp','14748677429039074158',31731),('AbFvOql-CBPwfsrn_bEl9Z8fQUKOq2oooT7AE8F_clCzNWQFtHBgBQBDPHfcXt_ehLZwCdvHnU1gEQ','Staff was courteous, wait was long though','2020-09-16 01:20:53.494000','2020-09-16 01:20:53.494000',4,'Troy Braxton','https://lh3.googleusercontent.com/a-/AOh14Gi9jEH4sGdw8h6czdPDvtRyfm7q9FEETqsD3Cyz=c0x00000000-cc-rp','14748677429039074158',31658),('AbFvOql-cqNJO9wNfSThmmpiviPDxb1QszuBsVymy_rSBFlhKXy_XYJT5N7zXR3JD8aL0ZG_ig6JxQ','Everyone was friendly. The nurse and doctors really listen and care.','2019-01-16 01:08:20.595000','2019-01-16 01:08:20.595000',5,'nacixem9','https://lh3.googleusercontent.com/a-/AOh14GhUEmXbg3AHDjpSsac3rsS3iw80qBxFYDRh9yX7vg=c0x00000000-cc-rp','14567670160750071148',30627),('AbFvOql-D_Nj3tC77L5TywcWetIjLjFVEFgEtsjSIl8BieqkITZxj8Z3P2u-kHuE438AQACdfISk','Amazing facility! Dr Angela is so sweet and patient as well as the other nurses and staff. Came in for a rapid covid test and they have a smooth and quick process for everyone. With as many people are here I\'m surprised I am in and out in such a short time. I expected to wait for hours. They all keep apologizing for the wait as well, which seems silly to me. I\'m so thankful for them to be here.','2020-07-18 17:52:12.891000','2020-07-18 17:52:12.891000',5,'Angel Wright','https://lh6.googleusercontent.com/-V8zmSA2mHUc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1oPXfZAirOgxhwjaUsI_tVpf1JQ/c0x00000000-cc-rp-ba2/photo.jpg','14748677429039074158',32006),('AbFvOql-deMRioiYjSc8YbmOL3FMjY1BC09Tf4r3yfy5HDPWum8j4aZQ3QMGeKJXymFa8DVhsGZV','Great people and excellent care. This place shows great hospitality and were very detailed in their care. Highly recommend.','2019-02-16 02:45:16.268000','2019-02-16 02:45:16.268000',5,'Justin Torres','https://lh4.googleusercontent.com/-E8JWjrH4a44/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn-PSiMRJF2oyNio0GkhpYapmJnSg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36272),('AbFvOql-DGgg4XMwOelZwcMytXXqpFPWEsEyavOVs5jpiv2Hqj-M5Uo4JOCwTmfUE_Il7cwcerXdSQ','Visit to an ER is never under good circumstances. I had an ankle sprain and wanted to confirm that it was not anything bigger and visited Signaturecare based on online reviews. I found the staff very courteous, facilities were clean and i was able to complete the whole process within 2.5 hours on a Sunday evening.','2016-06-13 13:09:18.329000','2016-06-13 13:09:18.329000',5,'Anush Nambi','https://lh3.googleusercontent.com/a-/AOh14GhlL4OTu-Yv_IT-vh0Ms5jxUR5OIPUIbkAJvbDeXw=c0x00000000-cc-rp','3511292162159714121',41214),('AbFvOql-DpHtaFfkdTToj0y9dKNHUlUAr1aO4dKoL05AC9Gmn_Rk_pS_M0rOhfJlATs6TDO4YLGANw','Caitlin and Heather were very pleasant and helpful at the front desk. Nurse in back was very kind and informative. Great experience!','2020-11-10 01:50:18.295000','2020-11-10 01:50:18.295000',5,'MICHELLE DRAPER','https://lh3.googleusercontent.com/a-/AOh14GgxN_TCwwVRgKJjzdG8oEoFQ3lw8KTDEL9WeK8mpg=c0x00000000-cc-rp','8626688543755174284',41846),('AbFvOql-EdNlFstS4eKgtD5Wc12t2k-0_1-giImbngakBhweCL7VixE8BoRnwxxn610B9X5OClz6bg','Great staff! We were seen very quick, staff was on top of it all. Thank you all for such a great service!','2020-10-20 14:00:32.425000','2020-10-20 14:00:32.425000',5,'Melissa Ruiz','https://lh5.googleusercontent.com/-qfoEbw97Lww/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckB_ocVJrRij3j0OpfYhVgK6sDInQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29290),('AbFvOql-FHeYK-WyrvBjw1s1DoOvT_KGaLS6IEi9W9MeMhBmyU-ZgKKjNT_WT2WDojbGnj6kYOWm','Best staff ever!! From the moment I walked in, registrar, Ashley S. greeted me with smile and was so welcoming. Both nurses, Racheal B. and Tammy W. were so nice and took great care of me, as well as rad tech Jessica N.!!\nDr. A. Nyland was awesome! She took her time examining me and after results were in, she clearly explained everything and made sure all my questions were answered! Never felt rushed. I loved this place and the team! Will definitely recommendšŸ‘šŸ¼šŸ‘šŸ¼','2019-04-24 22:24:22.090000','2019-04-24 22:24:22.090000',5,'Nancy Villarreal','https://lh3.googleusercontent.com/-NoKSmaSZIhM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclPs8h3Lt5zY3Vy4wNpAmh-H8gsXw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38202),('AbFvOql-fr4eleCrquS2DH2dsAK_SpunzT0kPSy54GSs65-XQ0dQQtuvdOTIORHGLyHZmcrBS2hg','Only place that we could find that is actually open after 5:00 Pm. Excellent service even with a lapse in medical insurance!','2020-03-11 00:02:43.226000','2020-03-11 00:02:43.226000',5,'Chris Chrisman','https://lh3.googleusercontent.com/a-/AOh14GiSRVIbbLS9WHNZHM9kQRx6PlhVyjj8k4ZZtrqEXA=c0x00000000-cc-rp','16891069708558046635',35927),('AbFvOql-g2_DT8nFOSzMf1wEUVpacAZeNfPwQ4dKLvSuYS2Lyi7VB-TkZxmtS19TNH1CkyGFfZfyMQ','The staff is so nice and understanding, thank you to Dr Patel, Alvean, Tricia, and Patricia for making my daughter’s experience easy and wonderful!','2019-10-24 22:16:51.369000','2019-10-24 22:16:51.369000',5,'Deapsa Abuqartoumy','https://lh3.googleusercontent.com/a-/AOh14GgKaSziFAc5iGNis1G_jmf_KBMRPODdismEmu6DbQ=c0x00000000-cc-rp','16389487648212004696',33829),('AbFvOql-HAo3Xrh7eZHaUNMzFl7c5Gu6dRYC5VmBg_RlDac8Ar7qtJYLEvjJ-mMEe7c_RpXRPToWGA','Excellent staff ! Very professional. They are really\ntaking good care of my mother. Dr. Akunyili and Kristina was very helpful when I arrived .','2020-02-18 15:21:38.917000','2020-02-18 15:21:38.917000',5,'Brenisha Ferguson','https://lh6.googleusercontent.com/-DkCRWKJz7io/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnnDr3fV5qLlHhh8g3CKMkPwFfluA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28715),('AbFvOql-HiHs7Pg_oCjnE10rYGtnWRZct8GtpGZD3LDjpITo6YiDMpdB3ndqr45WrKMWCv7TAsx0','It was fantastic! Great staff great doctor ,no waiting, everything was perfect ! I will go back for sure .\n\nDR. SOLI GIANCARLO G M.D.\nNurse: Kolodny, Yisroel\nRadiology Tech: Montes,Ezequiel\nFront Desk: Roman,Brenda\n\nThanks to you guys :)','2017-12-27 01:58:25.814000','2017-12-27 01:58:25.814000',5,'Stephanie Douville','https://lh3.googleusercontent.com/a-/AOh14GgCDnPTW7hxCfzGwZdGrNXFnk2fzMPmuY1h2-dvPQ=c0x00000000-cc-rp','14904078213800803294',32622),('AbFvOql-HmZMljcM8gB0tfFcPSZ7NoBr9nN7XhwkF2YIODf46UdHM48tzusxAYggV4K-y-34MKRsWA','Maria up front was so kind and helpful. The nurse Manuel and Dr. Chambers were also very ki d, explained everything and made us feel welcome and important. In and out so quick, too!','2019-04-12 18:57:33.343000','2019-04-12 18:57:33.343000',5,'Amber Kendrix','https://lh3.googleusercontent.com/a-/AOh14GgNIIVGwvO5oj0bVUqTUK6JqVvPM1FW9hmzaNwzfQ=c0x00000000-cc-rp-ba3','6521947413723274945',41749),('AbFvOql-hZj90VdTf_eHYFyGu29NbSQfbgHePVxi708XnJLO0bm-4vUX8YD65BDPVfJ7ULgGpG0T6A','No wait when was there. Good service. Would definitely recommend if you\'re in need.\nDr. Thomas, Susan R, Laura H, Daniel B, Briseida M we\'re on staff','2019-11-19 04:21:34.311000','2019-11-19 04:21:34.311000',5,'Nicholas Dorn','https://lh6.googleusercontent.com/-7YaaDIFvsKs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckSo94xeZAADODIsI--TKxtPBioIg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37872),('AbFvOql-i57fT_L3QSIvbDpBgbk7-WSILUEjCzdMiuGBfx4x-yFj04b3AOB78wE9BB3Mb6BC_Pq02Q','Best medical experiences I\'ve had so far..Very accommodating,friendly and professional,all aspects from the Drs.,nurses as well as the support staff.Would give 6 stars!This visit we had Dr.Werzanski,Anthony,and Gabe assisting RNS.Natalie- Tech...thank you for such great care for my little guy Jordan...','2019-07-02 01:39:17.724000','2019-07-02 01:39:17.724000',5,'barry smith','https://lh3.googleusercontent.com/-gyWp8HHDKkE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckSikLIr0HosmXKwGOvgaYODLoETQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34792),('AbFvOql-I5EXqsJDnwsQCFO1m4K9zlbG6hJSNTTsTbjCEi-8GP7_cfWLdvR9iLBKxYrI-_CfuTfj','Great service, attention to detail, comfortable environment and great facility to be cared in. Thank you to the staff, nurses and Dr. Signla for the work that you do.','2018-08-16 20:50:10.165000','2018-08-16 20:50:10.165000',5,'G B','https://lh6.googleusercontent.com/-9OXnscFfcCA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmyU51Op6JaQ8bJf47p9E0GopFpOg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40850),('AbFvOql-IayetyCdb0FovNo0k2ou5s1jgvViMOvyvsUBROQyqeXVlNgdvTj_mocufaoKlshN9R7XAQ','Alexis at the front desk was very helpful! Nurse Anthony and Dr Kimball were very kind and caring','2019-03-13 01:44:49.311000','2019-03-13 01:44:49.311000',5,'Ashley Stumpel','https://lh3.googleusercontent.com/-HF2XiEWioBo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckKjGIaw8DCD_WWy1GCaETsEG71tA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40617),('AbFvOql-Ij9w9t9d6t5mTFXWB4PUSt4FoS3-6DGPhFqY09-jkEzPvxi8oXiUObJ-wSpcZTnQPn1Whg','Rene and all the staff provided excellent customer service.','2017-03-14 01:49:35.476000','2017-03-14 01:49:35.476000',5,'Knorr Cardoza','https://lh3.googleusercontent.com/a-/AOh14GgXSW78q4URl5ZRWYgYNYgskBYLS5kUlR4ONw8=c0x00000000-cc-rp','14904078213800803294',32710),('AbFvOql-imxDEjcLgUuJgF1PC2U9fdBh4ks2XTDYM0V2PWGg7Gcnv6_eogQL87D0tBYGv3rLUz87ug','I am from out town working on hurricane Harvey relief work, I got strep throat and I was seen by Dr. Garcia at signature care heights office, what a wonderful Dr. And staff I couldn\'t have asked for a better care. Jocelyn at the front desk is an absolute angel. She is very kind and helpful. Thanks for everything guys.\n\nMr. Gordon Traxler','2018-08-14 21:49:31.385000','2018-08-14 21:49:31.385000',5,'gordon traxler','https://lh3.googleusercontent.com/a-/AOh14GgT3DHvxsE4Dqp7fbADqA6Otsdful0WhLwiaPz2ag=c0x00000000-cc-rp-ba3','14567670160750071148',30785),('AbFvOql-j-7Mki8j6a53rJ2dzORHljv4qF9xpEU-lCW85kw_g92HhID7IGAHG7k1irwkxXUDQ_KYXQ','My experience there was excellent. The staff was very welcoming and very attentive. They checked on you often and made sure you had what you needed or what you wanted. The stay over night was excellent.','2020-05-27 02:57:37.323000','2020-05-27 02:57:37.323000',4,'Vickie Burrell','https://lh4.googleusercontent.com/-XBJ_QtzYako/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclYXkdZCDF6HOTF7a9fa6TEbnVXmw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33244),('AbFvOql-j2MuxO_xbD2j3K0_6rMIkFTjAEl-GJlqT3lcvYztZZCMwkNJgVb0LaJBdKCHyDEUHbCx','I came in with a small dog bite. The nurse and tech, Anthony and Natalie, were friendly and kept my focus away from the pain. Dr. Jaber covered all the bases and made sure nothing was left up to chance. So happy I came! Hopefully I never get a dog bite again, but if I do I will definitely come back here.','2019-04-08 23:38:30.067000','2019-04-08 23:38:30.067000',5,'Claire Stephenson','https://lh3.googleusercontent.com/-eRnICyEGVBQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucljDC_Zuyiu4TKxUGQepqXCPOExOw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34899),('AbFvOql-kCS7LrjheX6zl6oda1ZrTNp87UTQWc8VBsdfn3ZkmdM1w9G2hFI5lCdtETc1JF2PJkxBYw','Staff was great and I didn\'t have to wait. I was taken care of in good timing. Everything was ok and I will always go back when I need to. Thanks for your services.','2020-11-01 22:19:02.507000','2020-11-01 22:19:02.507000',5,'Joseph Thomas','https://lh3.googleusercontent.com/-whW0Hhyt0jE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmaOE6VUZY1jtYrHqMbF5jHW0qsgA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42264),('AbFvOql-LlVIqrpm1a4OgC3MCfNOd3eZCj0-Zvr4wzmtBARZNGnwBFsqCHJQ6mRJP_cwTNVIjbh_Lw','Absolutely AMAZING and beautiful souls here!! The kindest people I have ever met in a place like this! Made my family and I feel so welcome and service is amazing as well as customer service. 100% recommend.','2019-06-07 06:56:08.006000','2019-06-07 06:56:08.006000',5,'Emily Wiggins','https://lh6.googleusercontent.com/-4dpdbSBpibA/AAAAAAAAAAI/AAAAAAAAB_4/AMZuucmA9GSj6-htRqGcF2SmmWDJcxDxJA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38155),('AbFvOql-luzvXqOEKYBog9RkXk36umF7FOwikNZQXbb2xDD63jB92oGBVN1tebUeUY9vOuR4pB80','I had a great experience, from the check in process with Kayla to the back. I was very impressed with how well informed Dr Pham kept me during my visit. My nurses Tammy and Leslie made sure I was comfortable. I would for sure be coming back and will send my family/friends.\n\nAna Aleem','2020-02-12 19:06:48.217000','2020-02-12 19:06:48.217000',5,'Ana Aleem','https://lh3.googleusercontent.com/a-/AOh14GjYNRxjBJ4LZsm7iKm4J6nSvi_fuJido4Owc7JqlQ=c0x00000000-cc-rp','17898197009688164559',37701),('AbFvOql-m7OJDCJBj4M7dp68l1ZrGg7rg5ZuTX-GIDmZjxq33FT3PhOJJWAlIRLO2YwbAsB8mq9KlQ','The entire staff was friendly. Dr. Yost was wonderful .','2019-07-22 17:04:13.612000','2019-07-22 17:04:13.612000',5,'Vontrisha Washington','https://lh6.googleusercontent.com/-ivbUDoHPfsU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnIbcrpONCuHLGXPMOY4lmheRW31g/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39843),('AbFvOql-MI6hqWIBzeBB9ozwBK7iwwSevI7ZQKFS2PCubKAPL0WKMx4BuzVaj__0AVYMmWKcDrE8oQ','We have used this ER several times .Elizabeth Garcia was very friendly and helpful. Dr. Ortiz was very informative about what he was doing and welcomed questions which was very refreshing. Nurse Balliu has a great easy manner about her. Rad Tech Borjon and Tran did there job great. ER Tech Osborne did a fantastic job. Thank You all for making this trip as pleasant as the others.','2019-06-07 11:23:05.911000','2019-06-07 11:23:05.911000',5,'Terrie Noble','https://lh6.googleusercontent.com/-G1znPD0Tt2c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckDEObnVqD0_Ekpo7Pg5eiGs0t5vQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38154),('AbFvOql-MUgzL2AnEEJoJXxdPnxRZgcdpeeffW8zL50iByWRK9DBrqkTICgLuorMBRyWdKlegLSXyg','Great experience and facility! The team that took care of us were brilliant namely the team dr Thomas, Sarah, Marcus, Matt and Ayesha! Very professional and took great care of the patient. Highly recommended.','2019-06-22 19:33:35.734000','2019-06-22 19:33:35.734000',5,'annie khaidem','https://lh3.googleusercontent.com/a-/AOh14GikUrIMiHo60-J52f_Ii_lnBSnkzQv6cVAbLquZWcI=c0x00000000-cc-rp','17898197009688164559',38127),('AbFvOql-nDhL-JVvF-PO3iFFV9WtFTPgcwcT_4DFXLdDeVbBGzppdyDHKfYwQrPu6SKT-JwMsOaYfA','Great service!!! Highly recommended!!!','2019-03-29 02:50:01.779000','2019-03-29 02:50:01.779000',5,'John Burnett','https://lh4.googleusercontent.com/-kZKo3DH7iR8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmEIq5tmCN9fy0zzvtqZ8D2aoQUyw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38234),('AbFvOql-Nrp8iakdq-Rj8EOiVjW9bBauaWMjgs6qrqGW9Lr0_xlVFCBcdTgNPzJjnfXOd7pC3SOylg','I was seen pretty fast and felt well taken care of throughout the whole visit.','2021-01-20 02:06:59.464000','2021-01-20 02:06:59.464000',5,'Jesus Vargas','https://lh3.googleusercontent.com/a-/AOh14Gh7ODtyrrOHdtCvst2XMN5T2eISzy5UQWIW671O0g=c0x00000000-cc-rp','3511292162159714121',44677),('AbFvOql-p1c2wB-VhqTEDovKbqJtMh0VWJQmltMeqWPrr-YfYy3jRDlsMYtYOi1YEUNZtp-jFXovzw','Today was my first time visiting this facility and everyone here was AWESOME! From the moment I walked in Ashley made me feel right at home! It was a very fast registration! Dr. Thomas was super friendly as well took me to my room gave me two warm blankets and got me nice and comfortable! My nurse Dawn came in and it’s like I’ve been knowing her forever EVERYONE here is AWESOME! If you have an emergency or any medical needs please visit Cooperfield location!!!!!','2018-12-30 18:41:15.654000','2018-12-30 18:41:15.654000',5,'Delanie Eaglin','https://lh5.googleusercontent.com/-9W8gZOSkhZs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucktC4B8VpggIFrcWsPcNNkOtJv4_A/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38343),('AbFvOql-pLkOVCmGNzrjGhYTjJeeSFgC7iEl5D_Fg4LLP4QhS4uufn90dFabYcebuIyWpDdYFOOUkg','from my 12 year old daughter, \'this was a very good experience, the nurse (April) was very nice and gentle\'\n\nmy daughter\'s absolutely right...😊','2020-10-31 18:51:04.373000','2020-10-31 18:51:04.373000',5,'Michelle McElroy','https://lh3.googleusercontent.com/a-/AOh14Gg8c80u-GiGw-8s6l4jSq1eD9q5laZSg-VRll0T4A=c0x00000000-cc-rp','14748677429039074158',31442),('AbFvOql-pNK6bo6SkIgTVq869lCKyLdqYGt-0omCpjDl72m84xAtCNcTecAu0s35qHZ-7wmO-G6aMw','The staff at the Cypress SignatureCare Center were very helpful and informative. Alvean and the rest of the staff helped my brother and I get tested while we experienced COVID symptoms. Definitely recommend them!','2020-11-26 00:05:08.540000','2020-11-26 00:05:08.540000',5,'Williams Andrade','https://lh3.googleusercontent.com/a-/AOh14GhwTf7E28xaIEeY4y6vokcTGuEZ4deIhWzNxB7gmg=c0x00000000-cc-rp','16389487648212004696',32872),('AbFvOql-Pxc0qBPMo3YcKuZweXa4jvaNHbjW2y2CnBk0rqYAvyNMGJXcHyR5FGGkCKsLWRuQ5FKC6g','Awesome experience. Thank you Georgia!','2020-11-16 22:13:06.690000','2020-11-16 22:13:06.690000',5,'Jesus Miranda','https://lh3.googleusercontent.com/-wP4pnyaGNSw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclLNBVhVlbcQGUDMi6gB0OAKLkICw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31358),('AbFvOql-qMFQjy83ms3OCe_JuXgRjUFSJBrZTLvFUKfNEhAflXsWWEb7hwc-x_uWAvemMxdLAxW_TQ','I had good experience. The team was nice and helpful. Thank you, Keshawna, Leslie, Judith.\nNurses, Gina and Dana. Also, Dustin and Miguel.','2020-10-01 13:36:13.705000','2020-10-01 13:36:13.705000',5,'Ali Ali','https://lh3.googleusercontent.com/a-/AOh14Gjbtgj1RF_Gf3ePRD2MFHkHb4O285mI3JAiGux2=c0x00000000-cc-rp','14567670160750071148',30089),('AbFvOql-RfgxEce9GkmY812ZhYWxT-KI6kb9saLmP9u7_oVyIDZSjmkggadlYKqAWsjWlZifPhXecg','This was my first time at the ER without my parents .The ladies at front desk were very welcoming and understanding, they made the prep was a lot easier.','2020-11-10 16:19:01.218000','2020-11-10 16:19:01.218000',5,'simon Chardey','https://lh3.googleusercontent.com/a-/AOh14GhiSgd55pZ6zwaJDGOr6noAn1vgO8WbDpwZ3jN5FQ=c0x00000000-cc-rp','12541597562633926366',28469),('AbFvOql-rIir11Vr3gecDWy3S4zVcPZKuijMxiy29CArcrLRzkBIFN4MlLkmlW5ieFKASCdUlB6m','The staff was nice and professional. They were able to consult with a specialist and I was seen that same day by a specialist for my issue.','2017-10-13 12:45:00.191000','2017-10-13 12:45:00.191000',5,'Frank Nduku','https://lh3.googleusercontent.com/a-/AOh14GiuRjBUPleepZmfsFV4Z1hbsy7jxSvy2xFfhCOgjg=c0x00000000-cc-rp-ba2','8918455867446117794',43469),('AbFvOql-RqnHz0-QXIKrXaSbI5XEsSExxL6WGNctAU0ep9GgE9-oQS-JxScaIhAvpNMtCtZ_P05YbQ','The staff is very attentive and took great care of our family. Christina, Chelsea and Clay went above and beyond to make us feel comfortable. Definitely recommend it.','2020-11-09 17:47:04.894000','2020-11-09 17:47:04.894000',5,'Carolina Safer','https://lh3.googleusercontent.com/a-/AOh14GhIDg8bksuoDP8CJGlJ6iUtEgNNI4kCW-27hU_Ang=c0x00000000-cc-rp','16891069708558046635',35606),('AbFvOql-Rzmn-lfMpiN8rWV4kVWAjFGHdYkaSTFzCMBv8g86D0nON3d-WYx-8z_hHxBtOtzWxKFbMA','I had a great experience here at this emergency room the people working there Dr. Ashbrooks, Luke, Kim, and Sherri are very professional and just great people','2019-04-25 14:03:02.721000','2019-04-25 14:03:02.721000',5,'Dalton Teague','https://lh3.googleusercontent.com/a-/AOh14GicGQIek1yxLPkdvMXUrkNBpm-RIiDz6rccQ_VmBw=c0x00000000-cc-rp','3272657195432704501',39878),('AbFvOql-s-pUusrlcUxspmOtTAzM2aivD-SGa76xsDmtIHis40DMlCe3vMEwOoW2s9eFFLIzwSwr9w','Valory was so sweet. I was very nervous. Lacey and Marcus made me laugh and calm\nDown a little while getting covid tested.','2020-11-23 23:12:56.797000','2020-11-23 23:12:56.797000',5,'Sarah Nicole','https://lh3.googleusercontent.com/a-/AOh14Gh4ALNHPkPE92slZhyrUBEaXN0AzTt6QGISFru0yg=c0x00000000-cc-rp','16389487648212004696',32886),('AbFvOql-sP-CLD_3fFEfpNO2ZDJlDTdstBs57VG32mME4P30MTBcMe_xhAsXLn81ODoywYA9fGt_','THE BEST EXPERIENCE OF MY LIFE','2020-10-08 05:11:44.070000','2020-10-08 05:11:44.070000',5,'Rachel Singer','https://lh5.googleusercontent.com/-lI09uqR4tJo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckqMNoTAf7WrEqW4yYaX9i3VMakng/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38487),('AbFvOql-TdF2dieP9MpWE-18rowEpOB76NyVEk4gPxBBpGRKnbJSHcnS5jT-2eitjz33kTlBZymY',NULL,'2020-02-19 15:00:42.064000','2020-02-19 15:00:42.064000',5,'ijeoma ezepue','https://lh3.googleusercontent.com/-hfrrNNdA3QM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmtudKBjBHBfIR6nGu1kCagQRCCEQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33359),('AbFvOql-tDtgVCH8AmQmZeAza6RfKPTBxOCroS0Y30wDbS7oSlDHxf-4v_GSlESbjSkFTaiTj6BPfA','Quick and liable place to come to. Nice staffs, they take your visit very seriously and no time wasting. I’m glad I choose them to watch over my care.','2020-02-25 07:00:46.620000','2020-02-25 07:00:46.620000',5,'Myein Myein','https://lh3.googleusercontent.com/-mZ8rZq8G2Qo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMOxOkgQCgayCwVbpy41YV7WX95w/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28695),('AbFvOql-th03CqFBrb4IO07E2x3_-clgFMJQJt0h80M07msX2M786NS0Eu1-eSyow768l8SFc-gtRQ','Cody and JD were awsome, great service, great attitude, very friendly environment, quick service.','2020-08-12 20:00:33.440000','2020-08-12 20:00:33.440000',5,'Victoria Hernandez','https://lh3.googleusercontent.com/a-/AOh14GhMq3vyXsdTeZ2G2Yb3tfQd1iOFsmZdlmmm79610w=c0x00000000-cc-rp','2077061009497551125',38603),('AbFvOql-UU8hjWtyqqWes7zGDlHw3CCDo1Jwr0ZIm7z_-3s2KcelaeSAOH_PRtsIIp8KxVv9TKtk','The staff here were very professional. They took good care of my daughter and her issue with her eye. Dr. DO, EKATERINI S(NURSE), Melissa E at registration was super helpful and nice. Bram D. The tech as cool and very friendly.\n\nDefinitely will be returning for our ER needs.','2019-11-19 01:40:22.173000','2019-11-19 01:40:22.173000',5,'Kathy Cooper','https://lh3.googleusercontent.com/a-/AOh14GjSz3kUCLqmhqOVZbcygBsNNqMT57TMVV10HM2Nfg=c0x00000000-cc-rp','16389487648212004696',33720),('AbFvOql-uUQxvUkZPgP2P-Enc7qkevHfupW9UnAo91lKwqn_8XZsdCHJaRy7qHlK4-K6mSdw6HD7hg','Firstly, I would just like to say I’m glad I was referred here. Was previously waiting for almost 2 hours at Concerta urgent care only for them to tell me they couldn’t do anything for me. Once I came into SignatureCare in Montrose I knew I was gonna have a wonderful experience. From the respect and warm hospitality from Keaire in registration to nurse Dawn, Olivia, Eve, and Doctor Pham providing top quality care, to say this was a great health facility is an understatement. Their facilty was spotless clean and everyone was just so friendly and helpful. I plan to tell everyone about this place and plan to make this my first stop for any of my medical needs. Thanks again to the staff! -Deborah','2019-08-30 19:59:39.360000','2019-08-30 19:59:39.360000',5,'Deborah Natalya','https://lh3.googleusercontent.com/a-/AOh14GjZ19GDn16QgsWzhPRR2-FccCg0KNOYHumGph-t78o=c0x00000000-cc-rp','3511292162159714121',40425),('AbFvOql-vPVs3cNuhij3TpVEpKasspEb0JQcC4axzsHxzydj7Wo7rUIyatCiY7pTFUyxe0B6R9HPfg','All the staff was super friendly. Lucas was very helpful and polite, and Doctor Henderson provided exceptional care. Kim and Sherri were great as well!','2019-08-05 16:29:10.844000','2019-08-05 16:29:10.844000',5,'Grayson Gunter','https://lh6.googleusercontent.com/-s1dZE0pBNQs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucklEEDzx3ZrhI-0JY2bzrZpysv5vg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39826),('AbFvOql-x5v-ZrSIqO0s1TlAYPGH9rKBY3dAR5Dlsq43WSTAvxJkFnwMrDdAS_ASeWjWDFoQqfZ7fg','I love this emergency center. They\'re always good to me. Dr. Rodriguez and the staff, especially Nicole are great.','2019-12-26 22:51:06.636000','2019-12-26 22:51:06.636000',5,'Cynthia Callahan','https://lh3.googleusercontent.com/-2jRjl2phCK0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnAkyUp61ousuPLmsj0uHF1kEOfIQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30379),('AbFvOql-X6MntLPJHwyZwAaqbrJqYuIdcvXp5TS50lU3uK3tYa75hAM-wH3o_NwrRJO9FxvDEFjmEQ','Great staff Ana in registration was quick and efficient good Irving was the best nurse and my Er tech was so cool Nelson','2020-01-12 06:13:25.792000','2020-01-12 06:13:25.792000',5,'Kayy. Lex','https://lh3.googleusercontent.com/a-/AOh14GgLyWW2VsWZGQE-xHyGCgXe53b3tDEwWMWZM3J42A=c0x00000000-cc-rp','12541597562633926366',28833),('AbFvOql-xqIZS5lKjYtKng341AMLIq0zHKIZnj7mQHwBKnckVj1w-I9s-2ZyeZTqobPvLDaA2cII','My daughter injured her arm playing soccer. The care she received from the moment we walked in the door was really great. She was taken into an exam room immediately. All of the staff from the front desk crew to the nurse, X-ray tech and ER doctor put our daughter at ease, reducing her anxiety and stress. We were able to view an X-ray of her arm which was interpreted by both the ER Doctor, Dr Ruby Rose and an outside Radiologist both of whom confirmed the injury was a sprain with no apparent fractures. After tenderly applying a soft cast all of our questions were answered and a follow up plan was put into place. I highly recommend SignatureCare Emergency Center when the need arises.\n\nCraig W','2019-04-01 19:07:06.369000','2019-04-01 19:07:06.369000',5,'Craig Weitzman','https://lh4.googleusercontent.com/-5HWYcxQg5b8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckl0dqLujTHXZo2KTFWQQweR0Ixow/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36233),('AbFvOql-XxRYUPsn8ZBG7w_lZm54n0Su2pTyoQXps5Q56QQDVTJ8f1OgaeN2qNOQzxd52wvZUa74','No more waiting in the lobby for assistance when u feel like u dying!! Great people, friendly and they take good care of u. Dont forget to ask for Dr.Kotey ,nurse Naureen/Jessica M.\nER TECH : Josh\nTECH: Carletta\nREGISTRATION: Keaire','2019-07-24 02:08:33.047000','2019-07-24 02:08:33.047000',5,'Brenda Beltran','https://lh3.googleusercontent.com/a-/AOh14Gj297U5s2hazBXAU0zI0adF_DCe9N9wt3ler9upXg=c0x00000000-cc-rp','3511292162159714121',40480),('AbFvOql-y0m_2yCGfF-rs8kDznL6SKpdWmvyEGqhVVza4eZ7zwMc357Ii52xNB9OE51vXyyYf7Ybdw',NULL,'2019-01-10 00:02:33.908000','2019-01-10 00:02:33.908000',5,'Brandy Griffis','https://lh6.googleusercontent.com/-aGsT_M-6F3U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmHelUtLUuxDuyA5VUDBhkCyeimog/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39964),('AbFvOql-ZfgkRnpZmB3ttq7Rdh8P2ahNTgv1-ae6DP6sqCEGtugt_wnkSIPcz2gCBH0xktReIXH7Tg','Love how they treated me. Loved all the nurses great job. The doctor very detailed.','2020-01-25 13:09:08.904000','2020-01-25 13:09:08.904000',5,'Wendy Gomez','https://lh3.googleusercontent.com/a-/AOh14Gh5n_5jVZjf-JUTP6uXd3nPzEOQzU8xwoTM2phd1Q=c0x00000000-cc-rp','12541597562633926366',28788),('AbFvOql-zR5ZHujgTVShuqM_nbitysdh5rWqGbn_Z2raAY7Yy-bv8Z1c180s9a2nteTmR_P9fBVH',NULL,'2019-09-19 03:09:36.154000','2019-09-19 03:09:36.154000',5,'Ben Orona','https://lh3.googleusercontent.com/a-/AOh14GjXzWmzI7dUp6sB9hnz39ww_mx_hm_0cEygwv843w=c0x00000000-cc-rp','6521947413723274945',41600),('AbFvOql0_zoWdLAg7ClmOuwE1qupVDgTv3CqxTPVDT6JeDtzgG0n66iTn57lgrFpA0Sa_75qcVYiGA','Warm blankets and warm smiles. Thanks Jacob and Tessa!','2020-10-06 19:25:53.132000','2020-10-06 19:25:53.132000',5,'Jacqueline France','https://lh3.googleusercontent.com/-dn8dAejudY8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckRDkRHl3QiLDWDhwlfxq0CS661EQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34145),('AbFvOql0240JgmmSIUcEtMKKHzz6gu3EJB0ccn5j8diDSxy2dXO36VB_E91ycNHBYY77-LsbDBrnHg','Amazing customer service, thank you to the Nurse Jacob!!!','2019-02-13 22:00:50.926000','2019-02-13 22:00:50.926000',5,'Kalein Hicks','https://lh3.googleusercontent.com/a-/AOh14Gigq8v5bGIamA2FS4_E6fWpd3PD7yYDp8W4VOIF=c0x00000000-cc-rp','16590124370714063921',35012),('AbFvOql049lpiOyoT4WzZ21955rcHh6qmyKGb6spaDD2Otf9Zg963mdg3rf2WeJQbjE2tQm-P4xWCg',NULL,'2020-08-02 00:26:45.658000','2020-08-02 00:26:45.658000',5,'Vesta Williams','https://lh3.googleusercontent.com/a-/AOh14Gh9c1ERyZHFBROeLCsuKUZsPe3vwmZeCAmwyR5UHQ=c0x00000000-cc-rp','12541597562633926366',28583),('AbFvOql05ArmzP1O6OAMVqRwMhQiMGIl1za-OE60oW8bunAJpmKkBXwkj6oj-CyRq5a04oRwk3MWew','I want to thank Signature care team composed of: Cynthia,Aaron,Johnny,Ryan, and Dr.Ortiz for the care you gave my mother. Thank y’all for being so caring and explaining in detail each test, medication, and question she had. Thank y’all from the bottom of my heart.','2020-01-23 21:58:06.830000','2020-01-23 21:58:06.830000',5,'Nimean Blanco','https://lh4.googleusercontent.com/-fnL-26kR7wE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKQbE-5unl-2dxXiBLrcwzxSQgYg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32365),('AbFvOql05pD2NnPhxpZfgu1C7gaFo-axmVR1E8Oos0KCvB_mGQ3C6Svxwek0oDy4BsylbbFCDY144g',NULL,'2020-07-30 16:35:39.604000','2020-07-30 16:35:39.604000',5,'Holly Mcmackin','https://lh5.googleusercontent.com/-wTMIVkOXZFY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnOZcwBfmykXgkfSK9iLbrJ-nelhw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38684),('AbFvOql05YpZhiWhDvvecfkOUXGhffbOqYg8_k8I7gNFnLSDrPAxxDgIrcJFs8OcBIXjCsDUxEqh','Wait time was unbelievably fast. All the staff was very caring and compassionate!','2019-12-16 20:46:54.054000','2019-12-16 20:46:54.054000',5,'Christy Hyatt','https://lh4.googleusercontent.com/-qb1W_UxS4HM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclK-0ZxkGWGwn5g-ngG0Y55g0b0VQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41972),('AbFvOql065Sanv2CYbyIopdSXjTXnLewHEkNLm5UfkaDfyYPWh0LHWiD9qORTlnYtT-PGs8J5cwh','The physician and his staff were very professional! April and Kevin were very friendly and made me feel comfortable!!','2020-11-19 15:30:53.847000','2020-11-19 15:30:53.847000',5,'Brandee Yates','https://lh3.googleusercontent.com/a-/AOh14GgkEZTojbr-gFH-5fVP_SXF4AIW3xJlcVp7s-Kv=c0x00000000-cc-rp','14748677429039074158',31337),('AbFvOql072YFxXP5CyySeYt6dQopRXQCpfAB1NPVQYnHVXVeiULZJmx026uN31E6dr0jP5aNKY3r','They lie saying the only charge will be to insurance company and there will be no emergency room charge. We were told this when we called about testing, then, we asked again when we got to the center and asked several times the front desk receptionist specially if we would get an emergency room charge and she said no. When we we’re checking out, we were asked to sign documents which indicate that we would be responsible for any copayments or any charges not covered by our insurance company. It’s a shame that the representatives answering the phone and the front desk give erroneous information as the medical staff were very nice and professional. We would give the medical staff a 5 star. However, due to the dishonesties, we will never return to any of these centers and will discourage anyone who might ask for a recommendation.','2020-10-28 01:31:53.306000','2020-10-28 01:31:53.306000',1,'maria lozano-vasquez','https://lh4.googleusercontent.com/-ZwFTm40uJEE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck1rUHb2SkHZzU1kfJQHEE6Veqryw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30045),('AbFvOql08eQ6cSG4cRoZ_xHiHg6Xr35rbjasOQnxxeHxdsvtD7KYZI_Vdpw3RNSUapVZRflj8oQmlw','Front desk is super nice!! Waiting room was very comfortable to stay in. Place is so niceeee and they are so sweet! Thank you guys for making this visit so much easier for us!! Dr.Yusuf, Ke’Aire (Registration), Chih, Agnes (RN), Jose (Radiology Tech) Anastasia (ER tech)','2018-08-15 04:43:28.916000','2018-08-15 04:43:28.916000',5,'Alexia Mendez','https://lh3.googleusercontent.com/a-/AOh14Gj9pIhwcqgk3_SiyaQMhq9yco1tlbPLeA7fX_qL=c0x00000000-cc-rp','3511292162159714121',40854),('AbFvOql09iBqq8SoJjd3vcmPLo3j0kV4MkoKwcK1pi-8OMz_43c_wGLELJv_E_ZG9Gb0uXy43tIg1A','Jocelyn was friendly and informative. Wait time was less than 10 min.','2019-10-27 16:22:04.638000','2019-10-27 16:22:04.638000',5,'Delicia Singleton','https://lh5.googleusercontent.com/-2pe1dZZ-cJ8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmE1ZvPWEVOjwiy3aduSjvC6pOHdA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33814),('AbFvOql0aXLMbWboCQLwX29UKL-6x-iuVstfKbQ9MUr_uJjBOGPCPpES8FEsChnZWpfRLkl6oBnwdA','I am not pleased with the wait time, if they require appointment why are they making me wait over an hour and a half. Would recommend to check with another facility that covers Medicare/Medicaid patients because here they don\'t.\nAt the end of the day back staff is amazing took care of my grama.','2020-07-15 22:54:56.232000','2020-07-15 22:54:56.232000',3,'Yolanda Graciano','https://lh4.googleusercontent.com/-qmvAV26gySs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhi3eJ5-tTH8rqFv-iTWKVciFgFQ/c0x00000000-cc-rp-ba2/photo.jpg','14748677429039074158',32026),('AbFvOql0bzxOJGSELs9n4TKhzG2VRzwlkEdUkTaUV4MVkDRCsiitACXm0LDjH0fh-e2-Z-1HkIzSRw','Dr. Golla Naureen and Jacque Leslie the nurse were so helpful and so kind! Even the lady upfront Leslie was also very kind and super nice with the paperwork process.\n\nDefinitely a wonderful er with such amazing staff!','2020-10-21 17:36:08.636000','2020-10-21 17:36:08.636000',5,'Sierra Echavarria','https://lh4.googleusercontent.com/-awRPf-DSEdQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmrevS97-9I5CQV0NsZmqwbIKdUpQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40140),('AbFvOql0cfx5XXNPr2RSgwtrJ-bGsNnp25qLtpUClm2t4vlJ6ay4xnk5mgmDYdyY_lG2QLrCp0MgEA','For some reason I’ve never been to emergency center before. The other day I had a bad ear infection and I went to Signaturecare emergency center and I can tell y’all that it was a good choice.\nThe front desk receptionist Tanishia was very welcoming and helpful. Thank u for ur great customer service and ur help that evening. We were really touched.\nThank u much Doctor Thomas for being very patient with me.\nThe Radiologist Laura and nurse Sarah, thank u very much for ur kindness.\n\nKeep helping people and providing them great services. Y’all rocks','2020-01-19 03:11:00.503000','2020-01-19 03:11:00.503000',5,'Zubair Nawaz','https://lh3.googleusercontent.com/a-/AOh14Gi5UP4uXhTunRq3YVJ0atz9-GW4fA2gtPj5uP0Z=c0x00000000-cc-rp','17898197009688164559',37740),('AbFvOql0d-lz78pbAzj_NSK805GpEPE0cT37csCsGQviMZRsBWIE6OYS3Fv_yJEMAiftsZst5nIqaQ','Doctor, Dos and Erin treated me with great respect, treatment was speedy and great','2020-09-16 17:54:55.495000','2020-09-16 17:54:55.495000',5,'Riley Lyng','https://lh6.googleusercontent.com/-tl_AUvbrSaE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXuOJcVZIub-XGrv1OqfHm7cQLFQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31647),('AbFvOql0d45_co0HHOQWXn7G81B-DU9z124RzMB2v8Q4qSlsor-52n0LgpwKJg--2UX7bcFXKb0D2w','The staff was so kind and friendly, but most of all helpful during my visit when I was hurting so badly. Dr. Henderson, nurse Alvean, radiologist Tricia and register Patricia were truly angels from Heaven!!!','2019-09-22 19:24:14.991000','2019-09-22 19:24:14.991000',5,'Lauretta Atkins','https://lh4.googleusercontent.com/-7o28EGJTFeM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnnpjOO_cLPd1ALANbZD6eW4YZixA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33940),('AbFvOql0DbghqjXkr7RkRbIfI3DsY75eoRRsoCC5rN9hHUt8QIfUKXWTjr8eMhjYUxZcGtH4XhGpPw','I want to thank RT Fatima B, Nurse Sarah and Tanishia for all of your help.','2019-12-25 12:05:23.077000','2019-12-25 12:05:23.077000',5,'Thomas Dean','https://lh3.googleusercontent.com/a-/AOh14GgRE-cHmDJ6UZXkHSdi2BgV2uEUveGUuT3bkBXkWw=c0x00000000-cc-rp-ba3','17898197009688164559',37779),('AbFvOql0DlcCZoWJa6Y5gk7dS0_s6mrMFvwSK721l03o6lP0LEZMqdDnrQG2P0k2Rn5OijRTZkG_FA','Went here for a hand issue...everyone was great... saw dr yubarra who is super friendly and caring','2019-10-28 01:06:57.698000','2019-10-28 01:06:57.698000',5,'elizabeth arroyo','https://lh6.googleusercontent.com/-incxV-nCK3E/AAAAAAAAAAI/AAAAAAAACUc/AMZuucm4bh_amgoKCGuBKXgDDRn5x1EnUg/c0x00000000-cc-rp-ba2/photo.jpg','8679688254631342173',42624),('AbFvOql0DQMT8bB4iHc_o1VHvrL0BkfBoIACuDVnoaWiwJzYg8LKlCK0iWKuxmLWk24gS6OwULvf8A','Very quick and efficient on getting my results! Highly recommend this place!','2020-11-23 14:37:43.279000','2020-11-23 14:37:43.279000',5,'Zoey Husband','https://lh3.googleusercontent.com/a-/AOh14Gg0t_3_EC6m0wZpm8_gaOSeq1geyzP3w_nXNjnT=c0x00000000-cc-rp','14748677429039074158',31326),('AbFvOql0DsCwIqfnxE2DmdpTMWw18uT7c9YJJJB3n7pKSHdRCva5GLi1pSRHjLJtRqIdL9ndwk9PhA','Hands down the best experience I\'ve ever had with an ER... because I mean, who likes going to the ER, right? Professional. Clean. Attentive. And all-around stellar work. Thank you to Dr. Lingan, Christina, and Adam for their exceptional care. And shout out to Chelsey for being just the most wonder human being you could ever meet. All members definitely rocked it.','2020-01-14 21:58:06.687000','2020-01-14 21:58:06.687000',5,'Ricky Aguilar','https://lh3.googleusercontent.com/-WsA0NYsOp1w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnz9sS_XoaDprvnAZkkI8X0f2warQ/c0x00000000-cc-rp-ba2/photo.jpg','16891069708558046635',36015),('AbFvOql0EuLa4ov-C41FWLiRZweE2R5nWOhsOmGSoY26TRlPbSjF8FmKFjq9eygS6PgxXU4lC2t8oA','I recently came to this emergency care facility in Highway 6 and Bissonet and I can honestly say they provided the best service ever. They were quick and efficient but most importantly they made me feel welcome and comfortable while maintaining professionalism. The center is very clean and nice and the staff was amazing. Not only were they very attentive with me but also my step sister who came in the room as well. Dr. Hannah was very thorough in explaining my condition and made sure to listen attentively to my symptoms. Also, I specifically want to recognize Nurse Robert who went above and beyond by offering to bring coffee, blankets, and good laughs in spite of the scare that took us into the emergency room. 5/5 stars!','2017-12-10 19:33:32.551000','2017-12-10 19:33:32.551000',5,'Vanessa S.','https://lh3.googleusercontent.com/a-/AOh14GjS7ihHQhL1Q9SP2vIA-AZyxaKWWJvbclQt-T7v=c0x00000000-cc-rp-ba3','17394740196501090048',37016),('AbFvOql0fItJI9RPTs8_ODz-QCvnimcTCM6FdryZ81kHkEJdFa6xRwy8Ibd2YPdAtFoJsLyIf0pY7w','Thanks for taking excellent care of my husband while he was suffering with migraines!! You guys are fast and caring all at once. Amazing job!! Thank you thank you thank you 😘','2019-04-10 22:50:43.611000','2019-04-10 22:50:43.611000',5,'Tynika Lemons','https://lh3.googleusercontent.com/a-/AOh14GjqKBlXD-yIQt_fJmAN02EnPZNhR26uMGzg76gi1Q=c0x00000000-cc-rp','17898197009688164559',38218),('AbFvOql0FqnNiakJvByRV3NUD9w0HnZNTbyP0bMo6bvYan_kbtoIUE1FWqQwmKIm6s49Q-vRdcKVuw','The staff was very nice and attentive!','2020-08-26 05:41:15.627000','2020-08-26 05:41:15.627000',5,'Nada Mohamed','https://lh5.googleusercontent.com/-agzmrWs7ib8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxM4ox-ruDrrus-HKwwQXPQFN7dw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31740),('AbFvOql0FXLVfYjKmpOj8VBBSI9Lz3tKLjsYlz0h7ZkYg3slbGErAkNkIxVdny9_SlKLSUV30RruLw','Very quick and super nice! Would recommend to anyone. Dr. Vakey is quick and kind, while Kendra is very welcoming.','2020-02-11 18:39:33.433000','2020-02-11 18:39:33.433000',5,'ob Shoccer','https://lh3.googleusercontent.com/a-/AOh14GjuZ4h341U355wB91hWGTb9eqXP4QkGoNcX7Vdx=c0x00000000-cc-rp','16590124370714063921',34381),('AbFvOql0GjqPZ0U7Oq7_mXo5kRVkoija114-IdTuC-tiSxKvje8YJ9NEZxu6aZ7aA3qUR7CJ46yHdg','My husband was in and out of there!! Not even exaggerating! First impressions usually set the vibe and the receptionist Barbara was very sweet and quick to get us seen!!','2020-12-18 09:26:10.838000','2020-12-18 09:26:10.838000',5,'Zoraida Rivera','https://lh3.googleusercontent.com/-Gph0xyLQwRI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckzcGIOxPXQVXKPZi4BCqw2eOYUXw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',44599),('AbFvOql0H5HRsZz64UfkThIHkNkHvEV1Cnwo0SggepD31IC2lNNvGRMdJyd7MsjHvIodNu-0ydFo','I am an RN and suffered an episode of chest pain while in College Station. The care i received was EXCEPTIONAL! I can’t thank the team at Signature Care enough. This clinic comes HIGHLY RECOMMENDED from this nurse! Thank you again Signature Team!!! You guys ROCK!ā­ļøā­ļøā­ļøā­ļøā­ļø','2018-08-12 23:33:57.218000','2018-08-12 23:33:57.218000',5,'Moosefeller 101','https://lh3.googleusercontent.com/a-/AOh14GgVgrM8q3P3NeRmc7HUmbkZpVK1rt_f8K9Z0FAM=c0x00000000-cc-rp','16590124370714063921',35246),('AbFvOql0hf9awuAPxT2vfrksaV-a6JmjCY48GNhqrkBPK09XbGHWpsEttOWaS5SPj9a0tUKyKvII','Erica,Icelia, and Brian gave me first class treatment. An excellent experience. I was nervous receiving stiches but they made feel at ease. Thanks to all of you!','2020-03-11 13:27:38.205000','2020-03-11 13:27:38.205000',5,'Kenneth Washington','https://lh4.googleusercontent.com/-KdyAuFq2CKY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckJWnDoz8LzIL8WKhtxIHsfFNT17A/c0x00000000-cc-rp-ba3/photo.jpg','14748677429039074158',32111),('AbFvOql0HKeRqBP7neBJvv4KZlpm5tFnISi1QU6u10IZjJC9jX4oOaO5qYMCoo8-9IgXHLq8FmIlIw','Very friendly and enjoyed the experience! Thank you Jacob and JR!','2017-02-10 17:11:52.144000','2017-02-10 17:11:52.144000',5,'cheyenne kent','https://lh3.googleusercontent.com/a-/AOh14GiEdXNFOnb3mCDBu0nKD1_kGewSMUD6r8y59EpU2w=c0x00000000-cc-rp','16590124370714063921',35500),('AbFvOql0hSzzG1pEgIRtnkreM-cG4tMOVuIwtU2TYqDOLsGLTSYVUFPQACgZ9WJI3oWyryZYRUde','Natalie at the front desk was very courteous and welcoming. I had never been to an ERcare24 before but she made the experience start out just right. My nurse Hamzah also made me feel very comfortable and was also very personable which made me calm down even though I was worried due to my current issue. Great nurse that took his time with the questions and made me feel like he really cared about what I was going through. The radiology tech Marvin also made me feel welcome and was very accommodating and came with a wheelchair even though I didn\'t need it. I was worried about having to get in the machine to get a CT scan but he also helped calm my nerves with his calm demeanor. Dr. Yusuf was very patient with me and made sure to ask all the questions to get a better understanding of my exact condition. I honestly felt I was in great hands with him as my doctor even though I had never met him before or knew anything about him. Just extremely professional all the way around. In conclusion, I don\'t think I will ever go to a hospital ER ever again due to the awesome care and treatment I received at this location and not to mention the time all this was done was only about an hour. I would HIGHY RECOMMEND them to any of my family or friends. Trust the staff at this location. They take great care of you!!!','2019-01-07 15:14:04.567000','2019-01-07 15:14:04.567000',5,'Michael Marbut','https://lh4.googleusercontent.com/-_c-OXmyM9xM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-zhuTV7-MulqmvN1aJijtTfpoow/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40748),('AbFvOql0Iga-MpyNCujHaiun3uDtvCh0oRY15R1PMjUtCwBXUb1k_TSp_q4er9lBQouHwVXKv9JamA','I had such so exceptional service there I\'m seriously trying to get a job there. Phenomenal service, friendly helpful staff, fantastic location and a clean welcoming atmosphere. They make you feel like you are the only patient there. I would definitely go back if I need medical attention. A big thank you to Cindy, Dr Patel, Nurse Kristina and Lauren you all kept me from panacking. Continue been great.','2018-09-22 02:47:39.915000','2018-09-22 02:47:39.915000',5,'ButterflyGyal B','https://lh3.googleusercontent.com/a-/AOh14GiJhs3nmy_H_QYrObnLg6lToTVOp4tCgJHDFSQUow=c0x00000000-cc-rp','12541597562633926366',29197),('AbFvOql0j2Qg6De4RCGlGhun9mn1Zu8vYvZXV0uA8RoruQBmErAJ-VSf-zjq6GeFi0RTXm9MMd73xA','Tanisha was awesome! Great service for an ER','2019-07-29 05:11:43.430000','2019-07-29 05:11:43.430000',5,'Yassir Elmaghraoui','https://lh5.googleusercontent.com/-Td8Fv7Ny42I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucma7LM-85UKO0r25hRj4Mgh70rqtw/c0x00000000-cc-rp-ba2/photo.jpg','17898197009688164559',38063),('AbFvOql0JE8bbwG5ug0pKWF0dGdCkD1fRvLN2lTBG3mRMacs_VCc-08e0jC5vF15sSIrpBbER7Iq6Q','I came to get checked out and the nurse Ashlyn, the doctor Dr Sylvester and Sindy Receptionist take care of me......It didn’t even take that long.....Thanks to everyone','2020-02-29 01:06:22.856000','2020-02-29 01:06:22.856000',5,'K O S','https://lh3.googleusercontent.com/a-/AOh14GhsDacs0NBcyiLbW9pkqw7GMBKGA5sXbxtxT5CG7A=c0x00000000-cc-rp','17394740196501090048',36606),('AbFvOql0jFS6-FM7nx2egmebixwZvcEjBF-B0gCN9A3NugJW14Xw4Nx5CwCSNzpT2KHGXI-GJZ9s1A',NULL,'2019-05-16 02:49:06.733000','2019-05-16 02:49:06.733000',5,'jan salazar','https://lh3.googleusercontent.com/-k4SCobzXe-E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclCAFWZtKp6e71tsF70Fw9blZB7hA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOql0joOsdY_EJtLLiUI-vHhFhXtDr-TLeVwxA4mhFTkkNtSv1FYk87aN-fyBtG0-fVJY_an1cQ','This was one of the best medical experiences I have ever had. I was my worst version of myself, in so much and so nauseous, and the staff here was nothing but understanding and kind. They believed my pain and made me feel listened to and comfortable. 10/10 would recommend. Dee and Leslie at the front desk were angels.','2019-02-28 20:25:42.493000','2019-02-28 20:25:42.493000',5,'Lili Bauerlein','https://lh3.googleusercontent.com/a-/AOh14GiChe_WOTlTGnXc_HHd-FTjjgtexeEC_H6ZdaPTPw=c0x00000000-cc-rp','3511292162159714121',40631),('AbFvOql0lpTtCA_Yz_x1kD5kKWp2MDT6vUp9eHSXkvdll5ncFRNWrfqzAZGFt1bTtmqB2mVYX3Dd',NULL,'2017-11-27 01:35:35.117000','2017-11-27 01:35:35.117000',5,'Ivee Syon','https://lh6.googleusercontent.com/--HuJhYUEdbc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckbRCZQp9fqkOuJr81r_oquiQE6mw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43454),('AbFvOql0maXuiM04FqgZopXOiL7f-aR2SGmkVmMcPtLJTRyI101unroAAWDI-OJ-bCfgD651zPacMA','My experience for the 2nd time has been great. I was in and out as advertised. I recommend SignatureCare to all my friends and family. The staff was great. Doctor Kristen Osiecki, Nurse Manny Guerro, Registration Nancy Rodriguez, Radiologist Magali Lorea and ER Tech Ector Marin. His well done...','2019-01-19 15:41:12.761000','2019-01-19 15:41:12.761000',5,'Ray Florez','https://lh3.googleusercontent.com/a-/AOh14GjjnZYlk0JCvCV8TAFHBSYrDJGkwtoNK84tDFAfQQ=c0x00000000-cc-rp','6521947413723274945',41779),('AbFvOql0MBilBEfxiGAAIVpQfVnMm3yVWCDBIy3uleyOv5TT4kCOtkOf4XB5f2EGGUX2BUMe2ABh','Georgia was awesome! Loved how nice everyone was.\n\nPS thanks for sticking the swab up my nose','2020-09-16 03:32:49.241000','2020-09-16 03:32:49.241000',5,'Ariel Dunbar','https://lh3.googleusercontent.com/a-/AOh14GitVgsoq7ka75HaJ4UvZ-Sbqe8S61Gl56qeiQLq=c0x00000000-cc-rp','14748677429039074158',31656),('AbFvOql0mh1PBpPne9kQgQJI8BWSvoLjiXW1w3twc8NxhJd8aaF0iF9oVT-AeA39QnWSCDH-xXqg7g','The staff is very friendly and welcoming. they make sure i was comfortable all the time.','2020-01-16 08:34:58.662000','2020-01-16 08:34:58.662000',5,'Josue Merino','https://lh3.googleusercontent.com/a-/AOh14Gjex-qVC-3IJIMBP4vDieIiR1x3A7JfHmnmpKBWkw=c0x00000000-cc-rp','12541597562633926366',28820),('AbFvOql0MPrcvVp20JW8d9Fz9k25ltDUeehKpweJtZInTqtx06y8XrwihzDWTVhx3kDNDw8u50H54A','2nd time being here. 1st time as the patient and both times have been super great and stress free. Stephanie, Rick, Rollie, and Dr. Daniels were all very kind, nice and efficient in helping with my concerns!','2019-11-15 04:32:36.736000','2019-11-15 04:32:36.736000',5,'Micah Cohn','https://lh3.googleusercontent.com/a-/AOh14GiVy0Efo6OsLuTJlPZyBEW8rPQIlGzF4MJVWiFu=c0x00000000-cc-rp','8679688254631342173',42591),('AbFvOql0NbMmntxEUc9375aom-_at4mbXc8swnIl5Mca8bmXfdmX90OydGVP_M306-uaopjD4_ll',NULL,'2020-03-09 01:05:05.150000','2020-03-09 01:05:05.150000',5,'Jordan Foreman','https://lh3.googleusercontent.com/a-/AOh14GgBuBHDD9_PaxVWt4nY4Ods1116AdMurh_vciGj=c0x00000000-cc-rp','14748677429039074158',32118),('AbFvOql0OSibXwQK50xCl7DTIK6usvjRzUMRgGJ3B8JSQNxElravxBFPWr3hTrk6gA4uxWfE8bBI','Every one her was very professional. Dr. Jaber and the nurse Churiah and Gkaterin was very helpful. Krisander help me as soon as I walked in the door.','2020-11-10 14:32:13.006000','2020-11-10 14:32:13.006000',5,'Chanteze Turner','https://lh4.googleusercontent.com/-EPDQsi7A89I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQ5nQvv_0LUROwKGwDEoVOYBoDfw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32947),('AbFvOql0R1Eb8LN1mb3-8N9qsKz7c4ZqRS1aWAqjaTOJovVSASvuVLWGes144PEoZl331u1vrG0dYw','Cody and Joe were friendly.','2020-07-29 13:28:06.907000','2020-07-29 13:28:06.907000',5,'Erica NuƱez','https://lh5.googleusercontent.com/-UtnhqlAKkQk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnDee30GCO3WXO5MxG8EldhiM4BPg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38712),('AbFvOql0R27o0fET4NVl-VqWj7BnJKFf6XtRC02hVYzBgpKKvtctHu2KEDM0KaiKjbc7sOmb91-_Fw',NULL,'2017-03-23 08:57:27.981000','2017-03-23 08:57:27.981000',5,'Kriston Moorman','https://lh3.googleusercontent.com/a-/AOh14GiOSDFFdPE6Gq4HeqqpV0VLOJh1KWuooHIsIVAqNQ=c0x00000000-cc-rp','16590124370714063921',35468),('AbFvOql0RlUBoB5DMfd_8jFNioQk-9YVLM3u-woxHE-GdAG0A5kMHw_FwgoT02zkTIadHqu970XNzQ','I’ve been to a lot of urgent cares in my time. Neve have I experienced such great bedside manner as I have with Dalal and Dr. Miller. Gina and Vincent we’re also great.','2020-09-24 13:16:27.731000','2020-09-24 13:16:27.731000',5,'Jennie Kamin','https://lh6.googleusercontent.com/-vlqo6M3BtZU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmad07SZaQ1HLm-GhOtG8ZcbT0F-Q/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30099),('AbFvOql0sFnKnnLNqzQHo42xm0VyXt9km3aTsvHvPPvGVOIPeM17OdTwwTXdMV8omHzXcmPGNhyBcw',NULL,'2017-08-10 14:17:09.944000','2017-08-10 14:17:09.944000',5,'Pumpkin Queen','https://lh3.googleusercontent.com/a-/AOh14GjIRw3Sy3JcuEX489r2AKz_hvfwHNzpWm2blTICUA=c0x00000000-cc-rp','17394740196501090048',37102),('AbFvOql0SqdTAwrbNN9WTaRfR1ezBHTbKSGWSuND7XsscWYDthltyY5yEsHPtQNDodyw9OU3baJeOg','1st off, they\'re Very clean. No long wait and everyone from doctors to security guard is friendly. Would recommend this ER to all.','2017-06-13 23:51:34.412000','2017-06-13 23:51:34.412000',5,'HTownzRealest','https://lh4.googleusercontent.com/-pa8YUHzTJrw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclf5EGpgf4rkuprqn5y_7O9gVWFMQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43515),('AbFvOql0TGIxODSmaFz7lT6rq_qj1RET-tTGZbo2S4fvFmHLzG5spWG_WtQtNQ9hMnnxMAckfs9NSw','Very friendly staff and quick service. I did not have to wait AT ALL which is amazing and everyone was so nice, professional, and gentle with my injury.','2020-01-17 20:16:34.971000','2020-01-17 20:16:34.971000',5,'Jade Nolan','https://lh6.googleusercontent.com/-S6AWBpBWv7A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckKQ_xBulb8Edt0qznz64ASg5JEOA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32372),('AbFvOql0UN7MHRCwe-QcffGD2B5qZ0BllbEqvFLUWDkVuJ0KCs4dlvpiP5hKY233oy2koglM26LbvQ','Amazing working space very child friendly.\nNurse Samantha was wonderful\nand very helpful.\nI’m glad to know we have help in any place needed!','2020-02-26 04:21:28.912000','2020-02-26 04:21:28.912000',5,'Moses Vasquez','https://lh3.googleusercontent.com/a-/AOh14GhsOw6s6eZNIcfZwt9NXrLE2h7Ojfca1B_YBKiL=c0x00000000-cc-rp','14567670160750071148',30225),('AbFvOql0W9nyfwitq8AVisTqLqSfcjUDy6E3_b8zQumeXG3xrmzK3fPMsti4FUZsMVW1rYQ__Ge7gg','Fantastic, quick experience once in. Friendly and helpful nurse and doctor staff.','2020-11-05 16:21:55.860000','2020-11-05 16:21:55.860000',5,'Hayden Scarnato','https://lh3.googleusercontent.com/-f_f0h4PxYRA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnnWgPKR-ojJzCOl2_u1OpAjGrGRA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31412),('AbFvOql0WBXHOAjn5v8R6cMSTyk8UQXjxYZDDHZHQXnh7RLxpodZS8zWKVfuAPE9EgGPnW4Q6gIy','Dr. Patel and Ms. Bethany, RN took excellent care of my husband and I after we were in a car accident. They were very imformative, extremely efficient and made sure we were comfortable as soon as we we walked in the door. The best ER experience I\'ve ever had.\nI highly recommend Signature Care Odessa, Dr. Patel and Bethany, RN.','2019-03-30 05:13:27.255000','2019-03-30 05:13:27.255000',5,'Holly Harridge','https://lh5.googleusercontent.com/-hLBTMPlUMvE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckR_Uv71ij6MmoLmbNe9Lca3CC19w/c0x00000000-cc-rp-ba3/photo.jpg','6521947413723274945',41753),('AbFvOql0WhqCMekhfsGzfa0Mx1FYEKhFzMuOjyiADS2XxLOP0qjr50YeG4EqQxAMef3vXwe7iAjG','Wife had an emergency and did not want to go to the ER. Long story short, the staff here is amazing. Very friendly, talkative and always concerned for the well being of my wife. She even got snacks for getting shots. Nurse was very friendly and funny. The doctor was very friendly and made conversation. Will Definitely come here again if we had to. (Hope we don\'t have to, just saying).','2020-03-15 04:39:17.017000','2020-03-15 04:39:17.017000',5,'G V','https://lh3.googleusercontent.com/a-/AOh14GgWLUTrAHP-89N1lg82aZpVcwDwnS6hO-LbO7KP6A=c0x00000000-cc-rp','14748677429039074158',32099),('AbFvOql0Y8B-FsOQu7Ga9fpNkVpxccp2v9KA8CEt_-0A2buFQhWT0v_yN9QPWg5M3KaYmrCGBbV6','Mercy & Savana were very patient and welcoming. My nurses laura & julia were great they made sure i got the right medicine for my back pains and they didn’t pressure me to do anything i didnt want to.','2020-11-19 18:03:36.060000','2020-11-19 18:03:36.060000',5,'Kynnydi Bailey','https://lh3.googleusercontent.com/-fuPNF1_sOlo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnQCU7mn0BI_P9PFTo2zn2khR_s8g/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28452),('AbFvOql0Ys-c5AOtazK93DXm5pxAuls61MMorS9AvvmwgS6B90oeNe3gStxML_v44RcUDosIJaPh',NULL,'2019-05-25 15:51:11.241000','2019-05-25 15:51:11.241000',5,'Taylor Stephens','https://lh3.googleusercontent.com/a-/AOh14GioftIQyNMFcYw-Oz9nia5WmBmEQ99Rx6wzkwE=c0x00000000-cc-rp','13486358490203335051',29835),('AbFvOql0zuU5Rb-1H0ZqFlK02TbMIi3zIgxMVkly7awNATr2kD1fZBdE-R9JvGrPEk3L6V5knLxw','I came in with a pretty severely broken left hand on the 8th. My 2 year old was fussy and we both looked like total messes. The nurses and doctor who I saw were kind patient and went out of their way to help me with my son. Overall great experience. Will be going here again in emergency situations. 10 out 9f 10 recommend','2019-03-18 01:50:12.070000','2019-03-18 01:50:12.070000',5,'Felicia F.','https://lh3.googleusercontent.com/a-/AOh14GjkbgiSHczOETlr0LPRGe05ktEkGDAZxMKM1j579uM=c0x00000000-cc-rp','16590124370714063921',34963),('AbFvOql0ZvFaPHGikuC5-7nW_RPFLXJC3-eiuPmXGHZCBFrJHH2hYeXbop83xrqMjOnIWXSOx9JPGg','Very friendly staff, Alisha, Matt, Jose, Brittany,Allison and Dr Mauldin were awesome.','2019-06-22 05:06:14.547000','2019-06-22 05:06:14.547000',5,'Francisco Menchaca','https://lh5.googleusercontent.com/-GzHxAoTBTqo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnevZY2aJDKoB8cmD2D-DbpYj0ukA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29781),('AbFvOql1_EzG7Z7TeqjfyilOsCxMkj61VtcwkYKPoY9vi-K7n8g1zxRTLH_CtLOK-LA7N5QOgQL9kQ',NULL,'2020-08-19 05:09:11.874000','2020-08-19 05:09:11.874000',5,'Bianca Anderson','https://lh3.googleusercontent.com/a-/AOh14Ggpg2eAgciWoUVaRnvCR1woziNndH3kROdcQcBSOQ=c0x00000000-cc-rp','8918455867446117794',42930),('AbFvOql1_hJYu_vXwiWAaxd7ZXE5tXlIiYdNqvkZKolu2N-YuKhKBJM09VfGvoigCoOHQI7J6_h_nQ','Absolutely amazing service! From the front desk, RN to the Doctor. We were handled with care and professionalism. In and out in a timely manner. Highly recommend!','2019-05-13 07:55:16.748000','2019-05-13 07:55:16.748000',5,'Patricia Westerdahl','https://lh3.googleusercontent.com/a-/AOh14GgHXhQA3rZRqiL-hFuuMz4TGdzyzZ9H9wH9jZy3MfA=c0x00000000-cc-rp-ba3','17898197009688164559',38185),('AbFvOql1-WCs0NxOdxdqrNzCkyJUoB88ApvnUx8ctFb67bze-INJkxDYkyRRFi2pjbd1gJRlD-SOcQ','DR. SOLI, MD, GIANCARLO G\nNurse: Charlotte Anne L\nRadiology Tech: Jessica Diem N\nFront Desk: Hayley B\nThey were all wonderful. Very friendly staff.','2020-11-23 11:04:28.781000','2020-11-23 11:04:28.781000',5,'Jael Joseph','https://lh3.googleusercontent.com/a-/AOh14GhIGqYKvmll7zeDolN9g8iCn8PXCPlANKcJsiFt_fk=c0x00000000-cc-rp','17898197009688164559',37421),('AbFvOql106rIS76fZyI0upxn5TuZrceqVYV7Qtkag5tTUd61AX_T2xgFdIWSWdEbSH4_gF8pMbgA','The Hospitality at this ER location was outstanding. The whole team from the Registration to the Doctor. Our situation was taken cared for in a timely manner, from start to finish. And even giving us snacks and drinks as we were walked out. Definitely recommend coming to this ER if you are close to the area. Thank you again for the whole team that took care of us —\n\nDr. Henderson MD\nNurse, Sarah G.\nRad Tech, Fatima\nER Tech, Elaine\nAnd Registration, Tanishia W.\n\nAgain thank you to the whole team for taking care of us you guys did a great job.\n(Oops wrong location)','2019-11-22 04:14:22.233000','2019-11-22 04:14:22.233000',5,'Dankynugg 98','https://lh5.googleusercontent.com/-Jxu3a4-GgrA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmvdT7mCk7DsHw19NeHOhsspdveMQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32403),('AbFvOql124RsuEK-B5ZYsDxRH8PEIMmjRzjIHshp9JfiA3xXehwpMgESGNUYOBcEY9JgPpNoDk5OwQ','I came by to check on my family and registration Vanessa G was great and friendly!','2019-12-22 02:47:20.328000','2019-12-22 02:47:20.328000',5,'Ricardo Roberts','https://lh6.googleusercontent.com/-I82R8WwsUOk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1o5f2rQL5x5P7Yz40wdMQkyj9hw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30388),('AbFvOql14FmNfVAk-xXLfQagRuOmokLEKNZU_6iaXUUy9oU8qUM8z-Pg3WWINVRWJGnIAPz44DX2eQ','The wait wasn\'t long at all and the doctor listened to everything I had to say. She was very thorough with her questions and made sure she had all the information she needed before treating me. The staff was kind and didn\'t make anything feel scary/uncomfortable! Dee was really sweet and made sure that we had everything we needed!','2019-06-25 19:57:18.685000','2019-06-25 19:57:18.685000',5,'Ash Nash','https://lh3.googleusercontent.com/a-/AOh14GjGIu7_sOttEmtstXetSBGflqW0Axm8uUHK-k7e4w=c0x00000000-cc-rp','3511292162159714121',40523),('AbFvOql1566xqshGdSWMkZVkkwGcBuYABXXFKbYX2f3geiUnlebebTmB99H4Zc3LpF-eqX9AHEEs','Everything was on point from the moment I walked in. Very friendly and professional staff. Got me back to a room and checked out immediately. Would definitely recommend to friends and family.\n\nAn extra thank you to Dr. Rose, Edward, Shelli, Freddy and Linda for your amazing care.','2019-05-01 17:32:38.239000','2019-05-01 17:32:38.239000',5,'Leah Parisi','https://lh3.googleusercontent.com/a-/AOh14GhzIsoTMHD7MVQra3G_lEAjnlSBr1yexTtaiqA-6A=c0x00000000-cc-rp','16891069708558046635',36217),('AbFvOql18MRE_rgR_gkyamOlNf1RbZMln40_r2bXuHMy980Rp-JGAz3nLJe0OFUyscF7gEWbNdw0WQ','Great staff very nice and very attentive. Didnt take long at all to be seen.','2019-06-07 21:15:20.893000','2019-06-07 21:15:20.893000',5,'Jeanie Rangel','https://lh3.googleusercontent.com/a-/AOh14GirFfNirebRCJJ0vVmCyCfjn_WCLY7XUTe9Tsvqyg=c0x00000000-cc-rp','14567670160750071148',30534),('AbFvOql19-QpNL1WfjV5em98NlkDXMMU2kNw2_udSKAc9ywZIQxiqNta1-ok0gyDy-vYG5jp1xhCGQ','Dr. Maudlin, Nurse Jacob, my tech Morgan and my registration team Lorena and Amanda and all the staff were excellent!','2020-07-29 14:08:35.703000','2020-07-29 14:08:35.703000',5,'Elexis McCullough','https://lh3.googleusercontent.com/a-/AOh14GhjIBxP9i4ahYv1co3bVPlxRjuT-0txj7k7K0EMuA=c0x00000000-cc-rp','16590124370714063921',34230),('AbFvOql1A27QRioYews2vu1N6Gvz4byLIVetcS4y6s3tP8knkWLk7wTJ6_6KqdbSBLcVHMCjYkYb','Amanda, Kennedy, morgan, bretnie and Patrick were\ngreat and made it quick and easy. Would come back if ever needed.','2021-01-03 23:52:24.912000','2021-01-03 23:52:24.912000',5,'Cullen Rodgers','https://lh5.googleusercontent.com/-n9a2DT7fj20/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckeziDkwjeEiD1oioITgLL3tE5ZHw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44292),('AbFvOql1awT4jhc7Kj9MOKOH3laRasxmjbXJyJRVC_Kn5zgJRZyV5_Qlt-qx0g3FyMxx1dp5Fma8','No waiting time and good work done and exprience doctors with professional behavior.','2019-11-07 15:00:09.017000','2019-11-07 15:00:09.017000',5,'Syed Ali','https://lh3.googleusercontent.com/a-/AOh14GhVt2y2eVAuRG0BbSODQuUXkFW5snzP00ObEi-kqA=c0x00000000-cc-rp','17394740196501090048',36683),('AbFvOql1bfTiPmGtFxRTXrG9fnWoUXQAMh_gvIw-SK_gP6hfj-gjkYMXr8FtnJPO0aNgfy0cMm3Huw','I wasn\'t sure what to expect when I got here. From start to finish the entire staff was very professional and welcoming. They made me feel as comfortable as possible. I believe I received the upmost best care during my visit and I would definitely recommend this place to others.','2020-07-08 00:09:18.365000','2020-07-08 00:09:18.365000',5,'Aprile Contreras','https://lh4.googleusercontent.com/-whiUjLYUqDY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckouSWLDGi8I3OSYKCSTJXUyg7nkw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35856),('AbFvOql1bvAlXuwBofzz35ngNz_kP3S4YxL-xdl_vYCaSvUNLFsosq0GdY_SKk2QI5s88lnbSfpi','Doctor Paul, Rachel, Jessica, and Ashley, definitely took care of me, their the best. (Better than Reg ER) Thank you .\n\nAnother Visit! The staff here is amazing, Doctor Zhen, nurse Lynn, Fatima, Daniel and Ms Tanisha took care of us and you can tell they genuinely care. Thank you guys','2019-12-09 06:48:15.913000','2019-12-09 06:48:15.913000',5,'DeShawn Brown','https://lh3.googleusercontent.com/a-/AOh14GhQJFMWmLP_7fFhMaOaUHLzQaTJ6794vA0Po1cNOg=c0x00000000-cc-rp','17898197009688164559',37818),('AbFvOql1cUQ3c6YZvoXPhrWn-yg12tkMECtXbONqbXb_VN2dUO6zSZ9pgQ4ptePnV1FwRpzUxJll2w','We receive excellent service when we came in after being involved in an accident. Stephanie, Natalie, and Rolli were very nice!','2019-06-28 02:23:52.847000','2019-06-28 02:23:52.847000',5,'Guadalupe Bustamante','https://lh3.googleusercontent.com/a-/AOh14GhPG07kCMxx3sA-k8mWu9hd8E0kBEm8Zqm86lmM4A=c0x00000000-cc-rp','8679688254631342173',42685),('AbFvOql1DLkAAE8pd_PTS-X6l7aUiZzzUVUdwrquvLYMtu6tPWU8C0FtSafRWKQO_dXIhyXTRc7hAw','Great service. They asked if I needed a blanket and they got me warm blanket! Highly recommend!!','2020-10-05 14:26:27.458000','2020-10-05 14:26:27.458000',5,'Steven Nicholas Sladovnik','https://lh3.googleusercontent.com/a-/AOh14GjSXiw9Aauwv486IyyPNbfhu7p3yjIRdKNyxjeqzA=c0x00000000-cc-rp','3272657195432704501',39498),('AbFvOql1DxTd5t8Ta6iEKY2y-u271vUk8N7y2nCR7xrQ6k-oJscIlaBTO_q8sdaFwbiKtT6qh6_n','Fast and easy, from doctor Das','2020-12-22 19:20:26.221000','2020-12-22 19:20:26.221000',5,'Ruben Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GgFnZDFfkHvEBPBwzB4j-575_KpgNvOCLV4iq9aUA=c0x00000000-cc-rp','14748677429039074158',43730),('AbFvOql1E6Uo2Vq7AibTNKd24Gx-bvUTJdg0aQz43t5HpS67WhT0QeB9YEmuqiDUWPfRNgtVmWBV3g','I woke up at 3 am with extreme lower abdominal pain. I tried to wait until my GP\'s office opened at 8 am, but the pain kept getting worse and I finally decided to go here because I couldn\'t wait any longer. It turns out I had a simple bladder infection. They wrote me a script for an antibiotic and azo standard. A few weeks later, I get a bill for $1600 (with insurance)!\nWOW. A super rip off. I\'m a full time student trying to put myself through college. They should have warned me that the visit would cost over $1000. I feel like I would have decided to wait for my GP.\n\nI forgot to mention - the restrooms were so disgusting. There were urine/fecal stains all over the seat. I had to clean it with those alcohol cloths before I could sit down. Gross!','2014-03-26 17:35:12.228000','2014-03-26 17:35:12.228000',2,'Tiffany Vawter','https://lh3.googleusercontent.com/a-/AOh14GjYDmN0MzBqT65JHTWFXHK9n-wpPPFI4IX2p2j4=c0x00000000-cc-rp-ba3','8679688254631342173',42798),('AbFvOql1FQTYjEwzksADOTvxJRVA3CMzwNL4F1dGsXnWoOan9ydHra-4ccJabZF6sc_xM3-yEPAF2w','The staff were very welcoming, and did their best to make me feel at ease. Dr. Kotey and Nurse Bradley did an amazing job explaining my results to me, and were very patient with me. When I left, I had no questions about my diagnosis. The Front Desk Clerk met me with a smile, and made the check in process very easy. I didn’t have to wait at all. The Radiologist was very professional as well. I can’t for the life of me remember her name, but there was a woman who took my blood, who made me and my family feel like family! Her conversation came natural, and she was a ball of joy. I wish I remembered her name, but she had amazing teeth, and her hair was slayed! Overall, the service was amazing. Definitely one of the top ER’s I have ever been to. I’ll definitively be using them for my needs again. Thank you ladies!','2018-06-03 12:33:59.896000','2018-06-03 12:33:59.896000',5,'Jaimee Williams','https://lh3.googleusercontent.com/a-/AOh14GjhckmdvQVoRFX1Fit1qUIKFwwl0_yDvCJTU42uBA=c0x00000000-cc-rp','17394740196501090048',36944),('AbFvOql1G7G3JkJawygP4_jpDso0JM3PttpV0MqxwoO3ptFbYLT1K1VCw-GPNz7ktpiUvmj2w8ZFow','My experience was amazing Tanisha the registration staff she was attentive caring and got me into the back in less than 2 minutes. Dr. Thomas was very thorough he was very very sincere. I would recommend signaturecare emergency Center to all my family and friends.','2018-11-21 06:59:34.446000','2018-11-21 06:59:34.446000',5,'Tanya Brown','https://lh3.googleusercontent.com/-Od4CMnfr01s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-OCwmQO9tLcJu2QzyR1XLevgroQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38365),('AbFvOql1g86whPfKGK9jhU__70i_44Llkvd812e8MaBsxxQN_lsJV1yo5QRFDNSOdahxr4ErjJZqXA','Fast. Efficient. Friendly staff.\nIf you need quick attention- they rocked!','2020-07-19 20:27:48.592000','2020-07-19 20:27:48.592000',5,'Ted Marek','https://lh3.googleusercontent.com/a-/AOh14Ghh7zxY3tpECFuEjUFw4WWP_cHlHOv7aJUqu_BO=c0x00000000-cc-rp','14748677429039074158',31964),('AbFvOql1G8c6KLhttspuEnR3ijzZtE_fOXpv2XzbDi13MXQQINBdMUDRUHFYZhMy4XDcKUwx-67h','Dr.Jaber & his team were amazing! Thank you.','2020-02-09 23:05:36.513000','2020-02-09 23:05:36.513000',5,'Christian Orz','https://lh3.googleusercontent.com/-AwEN34DBO78/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclfs6LZlCiBKbvEaj0qYF10t-tF-Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40307),('AbFvOql1hHsXGGPLbPBeNfds_XWxAzCav5U6lUFMWrX3QSVmfUIJpDH5jbkL57Uzr1WYoqvTmysqTA','Stephanie was awesome, friendly and professional. The front desk nurse Mercy was very polite walking in and leaving out. GREAT EXPERIENCE!!!!!','2019-06-11 15:20:19.994000','2019-06-11 15:20:19.994000',5,'Timothy IndisBih','https://lh3.googleusercontent.com/a-/AOh14Gg-ADUvphX95h7GPsEDE6450Kkv8jp3FciG4EYvRnw=c0x00000000-cc-rp','12541597562633926366',29093),('AbFvOql1Hn20IVnovG6sNjy-LyT8fal8TKtcHWsdJ59i9jjIBal7HJS7wU7xpdlJnbBAKU6OSKXQiA','Great care, very courteous and always kept me and my husband informed!','2018-08-25 00:11:56.331000','2018-08-25 00:11:56.331000',5,'Ivonne P. Orozco','https://lh3.googleusercontent.com/-9ALsbXBBZT8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck3ZzuQdzBgIUUIRpEtavaN4Zixzg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30774),('AbFvOql1HQGyanJfjqm57XQNsHPXusM0-_vP6WxXpDo2oT-OolFgaCHvE8Iniufkd0RirVuo7X5m',NULL,'2019-11-05 17:05:14.179000','2019-11-05 17:05:14.179000',5,'Rosaira Torres','https://lh3.googleusercontent.com/a-/AOh14GhizDWFAYb7uhqsow1dnpBigmSbaiyUmuL-eFKRjA=c0x00000000-cc-rp','2694018788013845459',39216),('AbFvOql1JGtsN-xo3-V7gKcxAyBwRlgU4ediICbzebCCSavmk0s3HH4RfOsYH9Ut8Us4pm_7dkPztA','Great customer service very friendly and helpful','2020-07-25 20:47:06.975000','2020-07-25 20:47:06.975000',5,'Manny Maraghi','https://lh5.googleusercontent.com/-FGIjG4-QBYw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmzAAPpNzrbBWt1WhrBhSOHmAaIyQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30150),('AbFvOql1JRcdjscZMLDgdKbSnLm6s9D6SAklKpOelFuc7QRwrsVg-eAFAa18JJSXi_O5BIIAnt1e','Kendra was very helpful, high spirited, and prompt with the updates on my friend that was having problems. Great staff member!','2020-02-20 19:35:43.782000','2020-02-20 19:35:43.782000',5,'Richard Lowrie','https://lh3.googleusercontent.com/a-/AOh14GjaWNoLyIT3PhQeh6-zouerKK6TuLvtYqkJ5tefqw=c0x00000000-cc-rp','16590124370714063921',34348),('AbFvOql1JSevd1XCn0X61-6dkVc10MfMoylpMKNHut0tOHRZ2T6RCXPrOCXghG0bnprDOgyF17XD9g','I had a wonderful experience at SignatureCare. I took my 4yr old son in on a Monday evening and everyone from the front desk staff to the nurses, techs and doctor was kind and helped us feel welcome and comfortable. We made an appointment online and were taken back to a room within a few minutes of arrival. The nurse saw us immediately and the doctor came in shortly after. We were in and out quickly, without feeling rushed, and I felt the care given was the same that we would have received at a major hospital ER room without the insane wait time. I cannot say enough about how wonderful SignatureCare is. I hope to not be back any time soon but if I (or more likely my kids) need to go to an ER there is no question on where I will go.','2018-03-27 13:10:39.772000','2018-03-27 13:10:39.772000',5,'cara striegold','https://lh3.googleusercontent.com/a-/AOh14Gg37j9LTQnTZBoItGKOyFSAuYyjnTAkP76fdApA4K8=c0x00000000-cc-rp-ba2','17394740196501090048',36968),('AbFvOql1KM_9xIxRg6QAF010ZtJWHBTghcRkj-C3ATCq0ni0PYfxaXLIota3IP_8BA9LoHneKlwz',NULL,'2016-10-02 00:38:44.066000','2016-10-02 00:38:44.066000',1,'Corey Hooks','https://lh3.googleusercontent.com/a-/AOh14Gg4TJX__vWkv3_3RvtHCd9lDFkxo_KzwfWNvp_B4g=c0x00000000-cc-rp','16891069708558046635',NULL),('AbFvOql1LdA-RYyK1DZKuBJOIDMmkat0asiroCpn84t68jzSm8JV3ieRa-ZgWuN_4GG8WQELM7bqbA','Unfortunately, we have been COVID tested several times this year and everyone at the facility has been very professional.','2020-12-30 14:03:00.350000','2020-12-30 14:03:00.350000',5,'Kenneth & Michelle Watkins','https://lh3.googleusercontent.com/a-/AOh14Gj1l2C7F9lfGND9kEmvv-7UokkeMgS03-nOGpfa=c0x00000000-cc-rp','3272657195432704501',44172),('AbFvOql1LQZmkj26_Umi-R5Px6kraV2kqVV7y0KB68c8LVFLWPOXy1yiF9FQr3oDqzQmnSMVmOyVwA','I came here for a rapid COVID-19 test and the staff was amazing! They were all so nice! I would like to specifically thank Cody and Sam who helped me with the test, they were nice and explained everything well.','2020-10-27 14:23:09.418000','2020-10-27 14:23:09.418000',5,'Victoria McKay','https://lh6.googleusercontent.com/-1aRde5AFpRs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck0D-k3RP5mJMnZuKX_EAJHcYaKZg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38458),('AbFvOql1MDYhzDxBk3ceRlF1L20W-OgVnqh_9uSk7iuKjDQg9MaGLCKTqmS0FHSq4V78DwfdvpHlXg','Quick and easy visit. My nurse Cameron was efficient and got the job done. Brianna the tech was sweet and also quick to get things done. Recommend. I was able to get Covid tested and tested for strep with an appointment and got quick results !','2020-10-16 13:42:00.754000','2020-10-16 13:42:00.754000',5,'Ariel Bond','https://lh4.googleusercontent.com/-QtP2JgCJS5I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckq22hAjQUSpZyvL6czpIayH6qA9Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40174),('AbFvOql1mzhGahkmokqUCyFC9vMMjggXeLp-WHLsFmGFPHkhHNdbcycc7XTG8OCDI1O4qvmx-fZW','Meridith,Marcus, Patricia they all were very great to me I love this location.','2020-01-15 19:20:59.246000','2020-01-15 19:20:59.246000',5,'Kilo Mathis','https://lh4.googleusercontent.com/-i7OFGiiEYpY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxcFE2C1Kl4H36JiWB-6rOnu4zuw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33504),('AbFvOql1NCJ8KO3Q6MMl0dHA1kd_VppWNQDMuK_29GQcq4M4KIwFGpGQ2E-mGoZGEcTcTsIs6l0M',NULL,'2020-08-07 18:09:08.232000','2020-08-07 18:09:08.232000',5,'Maria Alfaro','https://lh3.googleusercontent.com/a-/AOh14GhUNhivQZCCIPCXGY6VBXf2ZHaX5MrnY8Zp34z9xdc=c0x00000000-cc-rp','14904078213800803294',32275),('AbFvOql1nW32yK753XxGJ5mZGFlcy54jjQ0FL4baBMurRbj84sXXWcKfiSOQWvj-Opj--wWcmcAOcg','Very friendly staff. Dr. Cavazzos, Patricia, Alvean. Have been here twice before and will continue to visit.','2020-02-27 18:55:35.865000','2020-02-27 18:55:35.865000',5,'Eunice Fuentes','https://lh3.googleusercontent.com/a-/AOh14GgswrUQHvfbVMlog86Fd4ovC3Z6miANOXSMFdIM4g=c0x00000000-cc-rp','16389487648212004696',33317),('AbFvOql1O6N4rFH7YD7lpI6Hs4VWjNREEPlXYB16T1C1SZjdfIZlMBzu2QDd2_J1CcdKcGtKPr236Q',NULL,'2020-06-19 20:52:55.582000','2020-06-19 20:52:55.582000',5,'Melissa Ruiz','https://lh5.googleusercontent.com/-4042F_V_dLc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmyQAOl_D-QWO1Rq7JALqv2WyBMkQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41383),('AbFvOql1o7N4Ui1F0Q7TrDpVvZBSH1hLuexBTdgPxIU66aBjOg_p9HFvS-hj5_lBhOsSumJJ1t8eQQ','Ekaterini-Nurse and Lisa-tech Were great and awesome staff..fast and convenient!!','2021-01-10 23:48:49.003000','2021-01-10 23:48:49.003000',5,'Gabe The Dog','https://lh3.googleusercontent.com/a-/AOh14GjGr1mKYextxfA9HQgKG0Gz7W47Wdu_32KBL-Mvqw=c0x00000000-cc-rp','16389487648212004696',33578),('AbFvOql1OlQudWWxEef1Wi6_odLEgG5pX4Q8E_57TtXvMeo-YWm4zs2GVrDr18V4uh3tRTF2jwtinw','Keera was great!! My experience was amazing!!','2018-10-26 03:16:44.498000','2018-10-26 03:16:44.498000',5,'Kindle Kelley','https://lh4.googleusercontent.com/-ZMxSERPseRY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmAtJZEs_QDwUnTwWeWJCwZsMqnRQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35142),('AbFvOql1ou_MLT87oA-uJkB1ggdXjtlsCB82VrQUV23kbWIqm73yl15gAT1rzfxKeRoadOD5p2G6hg','lisa was super helpful','2019-12-16 04:05:05.404000','2019-12-16 04:05:05.404000',5,'My name Is blobby','https://lh3.googleusercontent.com/a-/AOh14GjE7MTcEubaz7wCkwg8ZxkfENae4pWDSl-83AWE=c0x00000000-cc-rp','8626688543755174284',41975),('AbFvOql1pfF0k6HvSe6t2a8LYnY9nKzcSL6EA7kqMRDEf4ToduublkqTVqhKwCIeLxIsRq1HAGNf','Shania was great, made us feel comfortable while we waited for our love to be treated.','2019-11-23 04:20:23.084000','2019-11-23 04:20:23.084000',5,'Paulette Standifer','https://lh3.googleusercontent.com/-u4WRgDsrwAo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVrSUEqTJkdIqyqalF95p9YnzLAQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29572),('AbFvOql1PyuwqvK3V3NlKzjX76HGCW9pjnYLfvhMmpgB6L7uWS6Tqr-p9L2XJ175v3KwH0mjpqa37A','Came here for my first time and I was a little nervous because urgent cares are sometimes not very nice, but these people are AMAZING! Delicia, Blake, Sonle, Mary Ann, and Dr Omalley took great care of me and I will be back again. Highly recommend coming here!!!!','2020-08-10 13:02:12.841000','2020-08-10 13:02:12.841000',5,'Kennedy Garza','https://lh3.googleusercontent.com/-Etb_vC3PKaY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucluJSwqBLM_Z69EdyCWaKsV9YFDNQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42331),('AbFvOql1r0cAMzVnamuO3DupTCN5o13Dc8fUqSzhlGLBCgIOIUQ1dqo_LASvPx_8_tVIQy2ePLHvvg','Great nurses & doctor !\nStrongly recommend , Dr.Patel,Nayan was really helpful & nurses were very nice','2019-07-10 04:51:04.479000','2019-07-10 04:51:04.479000',5,'Nicole Castaneda','https://lh6.googleusercontent.com/-g3rDE-GBjes/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmyays-3KPmhH59u3tX3ArSp_JlVg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40495),('AbFvOql1RdUd2mvOEjmODvhp8rpAD7J4G0mkpYPSWYIsMO2Ee6V-4PWXdeuQ5rsIPJAM0ItPjRBS','Fast, efficient and friendly!','2020-09-01 17:26:31.005000','2020-09-01 17:26:31.005000',5,'Angela Watterson','https://lh5.googleusercontent.com/--3YJlPKlSK4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn0HRfsgQu06Hp1dJITorTYVlX98g/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31724),('AbFvOql1RjrX90KghRu8bu-bqqdCuv7f75H1dapmfXTGKirbWJvsPrIFT7TBq-PLZnvps3LwQqQGRA','Quick and easy, definitely recommend. Cody and Nydia were great!','2020-08-12 19:05:16.016000','2020-08-12 19:05:16.016000',5,'Tristan Otworth','https://lh5.googleusercontent.com/-VpfmReJ-RxU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxAnkNoZXfNagxG5A4HDK7qKA6qw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38608),('AbFvOql1rTWY5e1ucc1bkflBlzgCxQy76O66_ES6MTVUXKJFWE6kbKHpZXEtFzWzYOf1bbENKR_Xlg','Amy\nKat, rn\nDr.thomas\nMarcus\nThe best','2019-09-11 23:49:25.724000','2019-09-11 23:49:25.724000',5,'vianca soto','https://lh6.googleusercontent.com/-4KJrOZqst9E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmE-mUqZv28a7piUrxJH-9Qh146bA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33969),('AbFvOql1RU37y1i0c2gu4TDRbtTeCkOvlUay65W9B0qteV2a5d4H-M6VQ3J22AAm7_riJEkBvonrxw',NULL,'2020-09-17 01:04:21.660000','2020-09-17 01:04:21.660000',5,'Louis Martin','https://lh5.googleusercontent.com/-DHqOkyG3Q-U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmN7QysrZHvR6zOBGBrF6-mZZQzNA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31642),('AbFvOql1S8YUnDL4dhGsk9ruafik59ZgJ8KnD3xOxUPlydvgdPqyyX9L0Rzj8jF-PctiFksgsaM','Very friendly and professional staff. GREAT EXPERIENCE!','2020-07-04 15:09:02.001000','2020-07-04 15:09:02.001000',5,'Fred Royal','https://lh3.googleusercontent.com/a-/AOh14GhMyUKpOu--lnBe5wur9RoaOxbtNrZ7l1_-2QcCJQ=c0x00000000-cc-rp-ba4','8679688254631342173',42367),('AbFvOql1T9RS6hk6uwQxFNyQnKL5d5m4MiPia7GWmctLM8-xSDI_IgqO_izDETZRdAkfN3aAJ_Vh1Q','We brought our mother to Signature Care on Mall Road. The whole staff was so helpful starting with the registration staff - Christie, Megan and Kim - who immediately got us help to get my mother safely inside, the lab tech - Josh - who was so kind and patient with our mother and Dr Yost who was very knowledgable and explained my mother’s condition so well. Dr Yost even got an extra chair for my sister so she could join us in my mother’s room. Very good experience. Would highly recommend.','2020-12-18 21:39:34.278000','2020-12-18 21:39:34.278000',5,'Stephanie Birtcher','https://lh3.googleusercontent.com/-su9_5rP5FrM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn_snd6rn4MZvnAGsidPrB0kOtJQw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44662),('AbFvOql1tAJifHs-_EXwkbo1mcfsC0WVs-4bMxUe7fcaL720nzUXvfvlE3_O7z1MIXzoEbd75TVddQ','I had a really great experience. The staff were so nice to me and funny. Not to mention everything was done very quickly. I definitely will go back if I need to!!','2019-08-14 11:52:01.315000','2019-08-14 11:52:01.315000',5,'alexandria ramos','https://lh5.googleusercontent.com/-zXcvZBeMrDc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3xqfE942Waysdm2dXw-H3l9fSMQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30476),('AbFvOql1tLrrcfooq14HdiOL22bShuhmA8L3E876kghKKAMxWsA7YWQPi2p9Ipcbq6zOqgm0sYtcfQ','Lisa and chris were amazing, they helped so much to make this process easier for the little kids.','2020-06-12 16:53:39.671000','2020-06-12 16:53:39.671000',5,'Jessica Lopez','https://lh3.googleusercontent.com/a-/AOh14GinSYKNUDpK8A1KEBsjhPPD1AyteW_3-CQTwpOj2g=c0x00000000-cc-rp','16891069708558046635',35883),('AbFvOql1TN4q_y8TyVQ8yEhrPg05pcOQ9p69Y-HZLKuB26uNLvAszc9Hj1lvQvJgdBYhzl4KKbN7tA','HIGHLY RECOMMENDED ā€¼ļøā€¼ļø','2020-08-16 04:29:14.750000','2020-08-16 04:29:14.750000',5,'Miya Brannon','https://lh6.googleusercontent.com/-qVb7gAvYvfk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmL_l7UPIrlUsA1aYxEVq9qBs6ZIg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39023),('AbFvOql1Ui6rp4cyK70rcykn8j27h6EKRVvV2L8GjZW2cyvOaAbNk1sqPRIAyW7XBUFVZPNkrKqNEA','I visted the mission bend location and it was a very comforting and warm environment. Everyone seemed so helpful and down to earth. They gave me warm blankets and gatorade. I came in with a really bad sinus infection, and left feeling a lot better physically & mentally. The doctors/nurses took great care of me. Absolutely no long lines like your traditional emergency room would have. Great customer service and professionalism!','2017-12-02 22:53:13.762000','2017-12-02 22:53:13.762000',5,'Brianna L.','https://lh3.googleusercontent.com/a-/AOh14GgxXXsQueQ016XZg-TRtxxRzd_PCiDFJHScHu31=c0x00000000-cc-rp','17394740196501090048',37022),('AbFvOql1UIKZRuj-snqVjIiLJ52pxFulSOv3c4B7Mii0jWNK8UK-lZs2VjXpisHjOEqEnZAgqNmbeA','Great service!!! Fast and easy and friendly','2019-10-02 03:52:15.824000','2019-10-02 03:52:15.824000',5,'Mpc Mpc','https://lh3.googleusercontent.com/-uLo2p4o3y9A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnK6nJV2eBPAxOJ_6Qab7vkpmL_iw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37971),('AbFvOql1v-mFtPWY9_JF8YCzrMThS3Q-QAYYnXNhpfTc948-_Z2filmNioeDo-NRuChukHXJYxU5lg','I had an awesome experience here. Huge thanks to the staff for making my visit as comfortable as possible : DR. LINGAN CHRISTOPHER C, Kathryn Joan KĀ , TownesendĀ Ā  T, Earl J H. Ya\'ll keep it up!','2019-02-14 18:25:36.783000','2019-02-14 18:25:36.783000',5,'lane boydston','https://lh3.googleusercontent.com/-ZUR_fDzM-KE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZglrioAgjrzGWfKWQ1wsIIzYiew/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36274),('AbFvOql1Vke_ruJ00dOBzS_xgxjp8XPY8NU697_KCw7S3DzzI4oi_fwgstYHLC3MvDwdIeSNMWAogQ','Ekaterini and Jodan And Dr Harjai. Exelent attencion .','2020-10-27 19:22:58.288000','2020-10-27 19:22:58.288000',5,'cuban perez','https://lh5.googleusercontent.com/-A37mPft6w-A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclucnYgh4m00Zk9OUmx97nx826q-w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33059),('AbFvOql1vp4FXo8T5wmWyUDkLmCxk3elrM8h6YgV-4X9vGXa9bkfhZtFW2c6GaAF0f3QakC-jV-T','Keli and Donna are so sweet and patient. Eased or worries and was very informative.','2020-05-27 01:42:43.134000','2020-05-27 01:42:43.134000',5,'Jacqueline Finch','https://lh6.googleusercontent.com/-vLRrhjKgXMo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVOXbAAVgDcl1pWam0VhPAIUuQHA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32082),('AbFvOql1VTbzzfhOGHhWue8bf3z5922zkp-H0mqVMrHbXnux6VdhLXQ3nOdsy0F47aVi89RDiSvtbQ','Great staff that was very friendly and knowledgeable. They fixed the problem and if I ever need urgent care again I\'ll be back.','2017-06-11 14:19:28.928000','2017-06-11 14:19:28.928000',5,'Tristen Sutton','https://lh3.googleusercontent.com/a-/AOh14GiAS62ijloqay4QRj-NfU0VGrqOjES_sETMDhlHxAI=c0x00000000-cc-rp-ba2','8918455867446117794',43516),('AbFvOql1vVL2Kp8HhtVSiyCB1k6KZEhRo5UDWjwp7uxc9hDmS0z-7vNFOAvuuthpe4JmMfMhzEDh','Everything was great. I was taken care of quickly and Megan and Andrew were a blast! Very short waiting time as well.','2020-12-09 23:29:19.839000','2020-12-09 23:29:19.839000',5,'Veronika Mullerova','https://lh5.googleusercontent.com/-6SVn7dweLSA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmugehjWNdtiLXFVlt2sgsVJHfVJw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34047),('AbFvOql1We3qSu86A0VTGAM6dx8wO7NjK2pu8_RjlY5a-wZIgpr3OFDRfbGznl0GFONEz9ld4SIuow','Liza V was very nice and helpful. Dr. Huerta made me feel better about the condition I came in for. Exceeded my expectations for a urgent care. Thank you!!','2019-10-28 03:28:01.270000','2019-10-28 03:28:01.270000',5,'Judith Piedra','https://lh5.googleusercontent.com/-IkvyFiGZ2FM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmFfCYT19zOWYxtwYeobJzualaVvg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29600),('AbFvOql1WYF0w-VMcsaxqFhNwcGAtaU1pt-BsKRbftPeaAdibBl_zxIw-l_mZxn1ew6W_dSfE3EiAw','Very friendly staff. Erica and Ashley K were very helpful in figuring out the cause of my husband’s back pain.','2019-08-02 16:14:43.896000','2019-08-02 16:14:43.896000',5,'Katie','https://lh3.googleusercontent.com/a-/AOh14GhDtvGFiTzqb5gNY7XutQsP8QpONhoeAibwa8uiEA=c0x00000000-cc-rp','8626688543755174284',42015),('AbFvOql1xiuqfCnmI_6OQfA4sDShs0_HocNpuHFo-GhsARaGYoZHIDG4OJnoB0QFrbp4mav5weFcDw',NULL,'2019-12-14 02:03:11.282000','2019-12-14 02:03:11.282000',5,'Adrienne Hendrix','https://lh3.googleusercontent.com/-OyRoFvWElII/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnON32pcEF_SvZ_QS2q4jIalbjnSA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39754),('AbFvOql1YYzKuqL23iRV2rJyEypGQZI0jo-WzQEvvE5rs9eh3ZMg5NMjoGaSmF7TQiBeAA1Q_S_G','Everyone was extremely welcoming and helpful! Would definitely recommend','2020-03-01 02:50:59.046000','2020-03-01 02:50:59.046000',5,'robin roberts','https://lh3.googleusercontent.com/a-/AOh14Gg8DCRT8ycLuZPcwo1sh5Hfw_p5BlUukwAFFT400w=c0x00000000-cc-rp','8679688254631342173',42411),('AbFvOql2_BC0bJxTkDEHxrAK6uJNoHNQ-I4u2bO0LOfgtQSR1RtM1x0y5LLmUSixaC2qG8-mtjcPAw','(Translated by Google) Very good!!!\n\n(Original)\nMuy bueno!!!','2018-09-07 03:12:48.563000','2018-09-07 03:12:48.563000',5,'Robert Ruiz','https://lh3.googleusercontent.com/a-/AOh14GgU7nfzWF7EPICQdHvGZykq6vdwNdQmX0NbMM-vvw=c0x00000000-cc-rp','14567670160750071148',30742),('AbFvOql2_s-mxDAhigeYos7Hf5pn8JP3HjSArO_DE3cVDrwMV3HpN6AMM-sMlXNSwPRnsVikgU4aCQ','Doctor Patel, nurse Susan and reg Tanishia were great to me!','2019-10-04 10:36:10.972000','2019-10-04 10:36:10.972000',5,'Danyelle Muse','https://lh5.googleusercontent.com/-CwRjsZEApBg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHFqjZX7DVT-mIyZAG2VrQbMAX9g/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37963),('AbFvOql2-9RPwDK48R06n1FtGoP8ys8p85OlF__4cR3Au6m08pVftFm-rHBSZQfP3DVMUQTVOu9SKw','I was not the patient on this visit. However, my wife needed immediate help and they did just that. Cared for her very quickly and had great bedside manner. They addressed all of our concerns and questions. They were also all really personable, friendly, and polite from registration with Itza, the RN Dawn, ER Tech Olivia, the RAD Tech Jacque, and of course, Dr. Akunyili was amazing.','2020-02-27 12:48:18.870000','2020-02-27 12:48:18.870000',5,'Dominique Oliver','https://lh4.googleusercontent.com/-_YpmrPuaxsI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckQeZA7hVNjl_McUoMtOgbU2lmReg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40290),('AbFvOql20OQn_k8aTajPr0VQz8el6xvcFaHyMZP5dUIwZ_tGfG7hqOlHThcVinVWpISynUL1DZEhYQ','Tanishia\n\nDr. Brawn','2020-11-12 04:20:00.670000','2020-11-12 04:20:00.670000',5,'Roderick Joseph','https://lh5.googleusercontent.com/-VX45Mi0JeJE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn8slwe9UvGGBh60OagqOGzBdQJTQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37447),('AbFvOql219FVdtTuQjJxFwUePdBZhyCCwtqDL1gN-dRyqVyKbHXUTn1rFXj_8JTSkxk-Z-qbPsYcwg','Townsend and Remington were great! Thank you Dr. Rose for an amazing attention','2020-11-04 22:56:28.405000','2020-11-04 22:56:28.405000',5,'Marisol Stadelmann','https://lh6.googleusercontent.com/-FccBfrtssDM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckP8oKu_T77pzJ7YkeTQROL5LuBQg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35647),('AbFvOql23aPH-IbPfNbKpdIBlMLcKaJOuFW198w-t9-3_-O_n5WwqpQR9LeRAmbnnPeUTPb5BXSo',NULL,'2020-11-05 16:01:28.093000','2020-11-05 16:01:28.093000',5,'Gerardo Arzate','https://lh6.googleusercontent.com/-Bl-KRuWbgWU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckn82WeZOVP3hnRg_e5vAvS4Fc3uQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41275),('AbFvOql23Qbezt_qfrHAIEqZlEdMdUJ7gdy4k1JWZg-V2BDuhYJnFdrb9-seRpTzc8HvC13Ji8kI6g','I went in because I was really sick and couldn\'t get in to see my primary care physician. They saw me right away and I feel I was taken very good care of. They were very attentive and professional. I would for sure go back again and recommend them to a friend.','2017-10-23 16:30:26.410000','2017-10-23 16:30:26.410000',5,'Dustie Hollon','https://lh3.googleusercontent.com/a-/AOh14GjhB_E6z-1XF__RT44HS4gawYwczV5vERjD-i-7ftI=c0x00000000-cc-rp','14567670160750071148',30961),('AbFvOql23xKxfmox9bnvadZy3zhBWPeqEeDfdQ_UF_JSPcPOf_dEuvSZxlscoQMSStmxjmP8-g3k','Alyssa and Brenda are professional, friendly, and got me checked in quickly.','2020-10-02 17:06:16.005000','2020-10-02 17:06:16.005000',5,'Saeid Balaei','https://lh5.googleusercontent.com/-sKOSk7b_seY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnFBN7o0k-BGjOzxJB5AEr4AXZRLg/c0x00000000-cc-rp-ba2/photo.jpg','8918455867446117794',42886),('AbFvOql24Ta_c5q4iyFGd4HMcw98G0bLhHB1JY6yIwi-daKMdQBq018zqj6O0-oQYBGvI_3s0wpiqQ','Had to take my mother to this facility it was so clean and the staff was fantastic in making us feel comfortable and taking great care of my mom. Thank you Evelyn, Diem, Joseph, Tina, & Dr. Boester you guys are the best. I would highly recommend the facility if you need emergency care. Thanks','2018-08-05 22:38:14.333000','2018-08-05 22:38:14.333000',5,'Zachary George','https://lh6.googleusercontent.com/-GweXQdghmOU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckpVctD80zGk9lQWqwtdkp1AuPcUg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30792),('AbFvOql25IO0aSRLNYSdw0c7GYyq_4w0594UekGImHjnXvErMtBc3UGkZfmntzXsZXWcQXM4qt6GEg','This place is very clean and nice. The staff is completely professional,very kind and attentive. I would highly recommend this location to anyone in need and Erica at the front desk is so kind and sweet. Also the rooms are very nice.','2018-07-19 20:01:52.358000','2018-07-19 20:01:52.358000',5,'Chris Barnes','https://lh4.googleusercontent.com/-CsBQ4uT0fSQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucld0dtz08evezz8V5wfT3d0H0B4cw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30813),('AbFvOql26hpJo4h9UFyKgs1aynaFz4W6DlK-db4nea5nlSuapjhnQ7voHX3jGY9TksiOk2quRyj2','amazing.different staff on both visits but both times everyone from the front desk to the Dr was great . Courteous, attentive and knowledgeable .I\'ve been there twice and both times left completely satisfied with the service I received .convient and fast.','2018-02-10 03:13:58.863000','2018-02-10 03:13:58.863000',5,'Lesley Love','https://lh3.googleusercontent.com/a-/AOh14GjZTEQ1MeYE3R4NptpYNVET6wSwhMJvcposInLtaw=c0x00000000-cc-rp','14904078213800803294',32610),('AbFvOql28e1mlmmMq1ShBI5hKfZ3fp95mH0hml_3qi62DADDPKAJ9PfIgvgBVboVu7DKFovrGU1P7Q','I always come to SignatureCare when I am sick because Dr. Vakey, Jacob, Liz, and J.R always take care of me and make sure that I leave knowing that I’m going to feel better soon. I would highly recommend SignatureCare to anyone in the College Station area.','2019-09-24 17:16:25.664000','2019-09-24 17:16:25.664000',5,'Morgan Sewell','https://lh3.googleusercontent.com/a-/AOh14Gidf7Jene7xOuddqsVa_MzdH2pnHOp6RfObt-AcPQ=c0x00000000-cc-rp','16590124370714063921',34648),('AbFvOql29GiA-kQeIlPPV37pBTtub4lbVVn-liP84-BYAV6otZNW01laH8edSG_UPtTbNkEaTAj7RA','The staff from the front desk to back, was rude and blatantly slandered my name and reasoning for coming to the ER! Nurse Robert S. was very rude and it was honestly the worst experience i have ever had, i’ve never been treated that bad in my life! I simply explained to him that i was hurt at work and never reported it which i made clear up front i didn’t work there anymore and i was simply there to get it seen about because of the severe pain .. he accused me of wanting to gain disability from being hurt months ago when i specifically told him i was there because i was in severe pain. I don’t need money, disability or anything. i was simply coming in to get checked out because i was scared for my health! I was told months ago that it was just a muscle strain and to work out, but yet still my shoulder is worse and pain radiates through my arm and neck and down to my lower back.. there is obviously something beyond a muscle strain wrong with me! I left when i over heard him laughing and talking with other nurses/doctor ( RIGHT OUTSIDE MY ROOM DOOR) accusing me of wanting money. i left because i didn’t want to be treated by nurses and doctors that already had their minds made up about me just by looking at /judging me. I’m reporting this because i know i’m not the only black women that has experienced this once in their life with hospitals neglecting them and downsizing their complaint! I’m human and i deserve to be treated as such! And as far as the front desk i was told i had to come in alone, yet when i was leaving out i bumped into a couple and their baby checking out.. which was very discriminating against my husband who tried to come and support me .. and i see everyones comments about them being allowed to be seen with out insurance, yet weeks prior to today i was turned around at the door because i lost my insurance card.. i just feel like something wasn’t right! The whole situation insulted my intelligence and this is not acceptable!! I DO NOT RECOMMEND THIS EMERGENCY ROOM EVER!!!','2021-01-24 10:13:14.181000','2021-01-24 10:13:14.181000',1,'Sharmorrow Johnson','https://lh3.googleusercontent.com/a-/AOh14GgUTNDFZ8C70i-PBZsIZp6NNO8zTa7XVXIR5w_R=c0x00000000-cc-rp','12541597562633926366',44425),('AbFvOql2A3SV3VgqLB6XFkaYfTXoggyVIJwBSveiTOEA8xfyjDMo3QysyVwVQHSxVssuuORxqTEY8A','Is great place all the team of doctors are great','2019-08-14 16:28:57.229000','2019-08-14 16:28:57.229000',5,'Jose David Hernandez','https://lh3.googleusercontent.com/a-/AOh14GiziKr93r3TynJbGAcuNGLRoVHVFoXyR3lpa-3W=c0x00000000-cc-rp','17898197009688164559',38033),('AbFvOql2af08oqb80JgRqPU5iGFZA1zHT9AUfBvq1eNRK_EaO6oD_tp-CQSBthQt5BIYT-JVgFlz','Dr. Edward\nRN: Fanny,Jesse\nRadiology: Janet\nTech: Wendy\nReg: Angela\nAs soon as I told the young lady at the front desk my problem they immediately to me the back. They listen to my problem and got right on it. They made my visit comfortable.','2020-01-24 17:11:10.576000','2020-01-24 17:11:10.576000',5,'Roshinda Haynes','https://lh6.googleusercontent.com/-74PjJXgLrXU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnAUMvHQZYM9FM0jMweNHKh_985WQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36648),('AbFvOql2AHW_Ec1UJ5H5ZFXyTGMfzzEDlIrS1CetHrtCMfLyo9Ie69OtEeWJPgETdbuEpnu3pfx9','Keera was the receptionist and she was very helpful with getting me checked in and also the nurses doctors were also helpful. And the care was quick I would recommend coming here if you are near.','2019-06-04 14:01:10.053000','2019-06-04 14:01:10.053000',5,'Xavion Wilson','https://lh6.googleusercontent.com/-sMfslm2RQ_g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucknT2AoAYnAXAYV5YVuyFyVACPQEQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36776),('AbFvOql2aMTFNTAkggiAAGQeCfldH6Lzrvd3DsSAP6HMg8zqF3oPt1-XTMELf8bfmwHgaNZieXgm',NULL,'2018-11-14 22:31:57.022000','2018-11-14 22:31:57.022000',4,'munaza hassan','https://lh5.googleusercontent.com/-o8QhF0W7e_s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn4gmnIsCbbvA8YRAjQXSSOq_Gjuw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43340),('AbFvOql2Bj35Ipb_G7aVUjagPUsOguCBPh0oDBkaqhpDImPdZLHOGkk3jDkzteb6OyrhjxZZwYsa','This was literally the best ER experience I have ever had. I was greeted with smiling faces and a sense of calm when I was feeling absolutely terrible. From the lovely receptionist Christina, to my nurse Marty, director Adam, ER tech Andrew, Dr. Leung, and Rad tech Christina I was treated with compassion and controlled urgency. I left within an hour of my arrival time, feeling worlds better. Thank you Signature Care!!','2020-03-15 04:55:43.352000','2020-03-15 04:55:43.352000',5,'Ashli Wittmuss','https://lh3.googleusercontent.com/-T4iS_rrnVOM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckqsJeJTgHi5hTZNtxHBM0iU0akLw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35917),('AbFvOql2bMmb4No_pU1OuNXTG-uiAXUihPlKuo06Uh5OEsMXQDezeVTEv7jAavwq_G-r5CMCgvqI','Great ER! Very nice staff and quick results! Chelsey was great!','2020-10-27 00:27:25.113000','2020-10-27 00:27:25.113000',5,'Nathan Henderson','https://lh3.googleusercontent.com/a-/AOh14GiT2dKMXT8vn4NDnX8HKvMG3DzA3hO4LE12xxzcow=c0x00000000-cc-rp','16891069708558046635',35666),('AbFvOql2BmXB60Tk0XtesCgKsuYfmQnMGMKkgtA39o8avNDYbLsYFBOrvEgAaXV-0W4RXC_9VeYe','I came in today and Clay and Christina R were so incredibly sweet and charismatic but most importantly they took care of me and made sure I felt comfortable. Definitely recommend coming here!','2020-09-16 22:44:51.012000','2020-09-16 22:44:51.012000',5,'Maria De Lira','https://lh6.googleusercontent.com/-6y0aw56QjME/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUvJondUPxOb_dVAyCCrL-ECjLJw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35774),('AbFvOql2BRL9O3ToIWfFjCu357dVtfMQVvLtv9DSA5Fw3WFp67Y5qb7fs4aqgbx_yvubdVUHvu2qGA','Best dr office experience ive ever had in my life. I was sicker then i ever been for 4 days and within 24 hours they had me feeling great able to take care of my daughters with no problems or concerns of passing my strep throat to them\nSweetest staff ive ever met. This will be the only place i go to from now on.','2019-02-18 03:18:05.623000','2019-02-18 03:18:05.623000',5,'Miquela 1','https://lh3.googleusercontent.com/a-/AOh14GioGGU_PRbBsIbxRi1NJj4TArZv-tiKPoE8SBZvlA=c0x00000000-cc-rp','6521947413723274945',41762),('AbFvOql2buiCmsvZq8FwenMiBvKQ5y0-8KjV0xXLIojN2aJLBAvImZm8J-Pdocj0lqFZLj2xjL7Ufg','Great customer service, got taken care of very quickly. Cody & JD where very nice and helpful.','2020-09-28 16:39:45.275000','2020-09-28 16:39:45.275000',5,'Jennifer Aguilar','https://lh6.googleusercontent.com/-s1X96yfB9Eg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVB2K8VqjEQmWXKK7ptnQfe73ckQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38509),('AbFvOql2cmdbHYuSliV6N83eOM_ApYM_7TUsxXuL3FZE3CSswySypkR5B6GEisPjx7o6KSFj2yO1KQ',NULL,'2020-09-26 00:29:15.317000','2020-09-26 00:29:15.317000',5,'TrĆØs Chic Salon & Spa','https://lh4.googleusercontent.com/-D68dyYLqivI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnj56znpuV0QLIn48_KRiPB3SeBbw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39512),('AbFvOql2cy1LvbY5oVnbAB0LZIA06A2X_YwDbeNtflpSOOO24ScExm_8Q6P9ZQOTfZ5Pla7QnZg7','Excellent care and service. As soon as you walk in and as you leave. Thank you to all the staff. Dr Patel. Tammi. And Norma','2020-02-23 17:47:13.054000','2020-02-23 17:47:13.054000',5,'Fernando Garcia','https://lh6.googleusercontent.com/-wWbbRwjPguk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQSciRs_YnWgoJupb99QNoDp2c8w/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37662),('AbFvOql2czStGP4aKpWcx1Duey_d98BJL4ZowrV6DhOSeqIQPi1J1n5LjybeAIOKpbZzv6AjftAk',NULL,'2020-07-20 15:29:10.013000','2020-07-20 15:29:10.013000',5,'pedro genaro','https://lh6.googleusercontent.com/-GiU9ZqcOBNk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQq0ecd7P64O19-jJnrdqJoHy6Iw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31937),('AbFvOql2d4IBaq1qBzxIR3FeqKl79mfPTg-nGV939lhw0T_RUXacmORm3yzHxl49YyIfjSPvJZt_pw','Staff is very polite, had a great experience with Patricia Alvean:)','2020-02-08 21:33:56.085000','2020-02-08 21:33:56.085000',5,'Aylin Lozano','https://lh3.googleusercontent.com/a-/AOh14GjJ3ee5T7kR9SN7r_E6lB12CMzJFNkfIIgEW-GJya8=c0x00000000-cc-rp','16389487648212004696',33389),('AbFvOql2DgMXvFWRgMGCX_jHCI-gofjNjqND2H-kHSnN17cWdGddwTgZJIJ86W5wn3nbOf9ZGtX3EQ','Extremely professional, the best emergency room I have ever visited.\nThe staff was welcoming and attentive.\nI absolutely recommend this location.','2020-11-06 17:01:28.946000','2020-11-06 17:01:28.946000',5,'Bailey Nieto','https://lh3.googleusercontent.com/a-/AOh14GiLM3yMDzXaezC4rlJCplZJHqeQnL7HDf8GxVnVTw=c0x00000000-cc-rp','2694018788013845459',38909),('AbFvOql2DjhsSia8y9cNw-pu5Da7djP_qJlnGuNbSCBXcDddtiglDORB8l9OJrKXytbIRPrOFxvgQQ','Alvean, and Luisa took very good care of me and i was in and out great job!','2020-10-23 15:53:31.564000','2020-10-23 15:53:31.564000',5,'Lenell Henry','https://lh3.googleusercontent.com/a-/AOh14GiT_NA9gTctNsVqbWv_d1E5T0hEO29pw-XYkizHlQ=c0x00000000-cc-rp','16389487648212004696',33104),('AbFvOql2eCHEh7Ezo1_p_JTwvAMrpxTr4MhZuZOSvMvBBqdMSOs9SJUs3r4HkTYi28Qkp-Kl32c4Bg','It was quick and easy. No wait at all! Mercy the receptionist was very polite, had no problem getting put in the system. I recommend this emergency center for others in the community.','2017-04-13 20:50:09.863000','2017-04-13 20:50:09.863000',4,'Dalila Green','https://lh3.googleusercontent.com/-mSaNRzPI2ic/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucle8dDzoTdjGwFg6jc6-FM_QkQfAA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41075),('AbFvOql2EgzjnVLkGPQDgg-0bPCT2cqKI1-tc5mb3WNv8THG1YAtXoJb3p7bjdPwAyy4grq9MZBEfQ','Nurse Rebecca and staff were really helpful and attended me fast, answer all our questions and even help my kids ease there nerves. We thank you','2020-03-18 00:19:06.823000','2020-03-18 00:19:06.823000',5,'Alicia Hernandez','https://lh3.googleusercontent.com/-dcTyNJBlqZI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclpp1akNUtX5hd0TsOVq514Jee_Mg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41389),('AbFvOql2GBeSSoH-8M0z5ltqF5PFvW_0Az0UOHvpwvAbEY01NiqxLdgaBZ68Vi3Iq49R4twvKQfw','Located very conveniently next to my apartments complex. Excellent service excellent location and very very professional staff i had to go there with my sister in law due to her condition for a urgent care it was really very close and free standing urgent care clinic with Ample parking and even Ambulance facilities were offered with this facility. The staff including receptionist was very humble very friendly and very professional they took care of her right away and within few hours she was discharged after initial treatment. Really worthy location for urgent care. Cleanliness was appropriate and even we were offered water and sodas.','2019-11-29 15:35:09.479000','2019-11-29 15:35:09.479000',5,'Nuzya Hasan','https://lh3.googleusercontent.com/a-/AOh14GisSnhJLzvMOal1KJ_auKcLH4VLfWCQMtDCVY1fQ54=c0x00000000-cc-rp-ba5','17898197009688164559',37842),('AbFvOql2gZDfNpBt2cXcNAR_G3Vup52DR6APMDv4nMq_FlTOflcq0SEcwv3Al6g9kmBn_DO8M76-mQ','This is my second time here for a covid -19 test after being exposed to a positive case at work. The first time was about two months ago when covid cases surged in the state after reopening. It was crazy, as the line to get tested wrapped around the building and it was an 8 hour wait. Despite that and the expensive copay through my insurance at the time, results were instant and it was worth it. The staff was also very attentive and helpful, especially the nurses administering the test. I would have rated Signature Care a 4 at that time.\n\nThis second visit has been even better so far. A new system significantly cut down the wait time so that you are in and out with results in ~30 minutes. There is also no cost this time around. Jacob was the nurse I got tested with, and he was great both times. He even somehow remembered me the second time around! There is literally no excuse to get tested if you think you have been exposed to protect the others around you.','2020-07-27 15:07:01.518000','2020-07-27 15:07:01.518000',5,'Pierre Lau','https://lh3.googleusercontent.com/-YnQvDgtmmpM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJoNzQvk1Bpqik7chbgsXUKuqflg/c0x00000000-cc-rp-ba3/photo.jpg','16590124370714063921',34241),('AbFvOql2h6eGMQLmU0Y4avgt4yaLax0we8hrSUURCkY5UQPSlpW7qLF9U45wd2yNR3CNrgcLEtsniQ','Had a pleasant visit.Nurse called to ask how I was doing and after informing her that medicine did not help, offered to speak with doctor on my behalf to try different medication.','2017-10-09 15:15:39.836000','2017-10-09 15:15:39.836000',3,'Golden Creeks','https://lh5.googleusercontent.com/-r8iaGJRyFTg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm9YNPb_zRbkXuaL0UNWXnnkE8isQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41012),('AbFvOql2i9EcXmPxTevnNHvjh3gnppwqvIjrADd4gvNma1O7AbnFMIW6oh5-r1yZVj0XC1AHckhvlQ','Great experience! I was seen quickly and all the staff were pleasant, helpful, and professional.','2019-07-24 13:01:24.344000','2019-07-24 13:01:24.344000',5,'J Ross','https://lh3.googleusercontent.com/a-/AOh14GgoTeGJcYvCuyCHlyZjqGKdQg94xSTLFdzUp7SOQQ=c0x00000000-cc-rp','12541597562633926366',29073),('AbFvOql2Iu7r62HNhS0O68hurLxOdduENPCI85iqZMbKaRTQdnKuUfiMiYdqlGjouuYVpLTufreMbA','The doctor and nurses are the best, they really care about you I would like to thank Dr Ashbrooks, Courtney, Mandi, Ashtyn, Mollie, Katy, Jennifer, Ryan, Josh, Jacoya, & Gunner for taking such good care of me.','2020-12-02 04:32:27.058000','2020-12-02 04:32:27.058000',5,'tiwanna golston','https://lh3.googleusercontent.com/a-/AOh14GgXTie4unxs5bqxSCQE-pSMxSkSaD0E1ymLXzsIQw=c0x00000000-cc-rp','3272657195432704501',39431),('AbFvOql2IwBO6-6XNhIB5yXlBuP0My84eVmw0kTyBi9fI-gjkm7Fb0eDazFvKFwFmQQQsI9eJa3ZzQ','Clean and modern facility, friendly staff, and efficient service. Thank you!','2016-11-07 20:02:20.804000','2016-11-07 20:02:20.804000',5,'Ruth Black','https://lh3.googleusercontent.com/a-/AOh14GgtagFC_kT1saW61p-GpDlKeVFCX81TwXuvW4Iu=c0x00000000-cc-rp','14567670160750071148',31163),('AbFvOql2KdZ353OnMt6dfnaJnghao0egUpNixTRrLZIjFbyLmZL4hKmdm3Z__xS5yDDek-lx070LTg','This place is so amazing!!! Once your enter it feels very welcoming. The people at the welcome desk are very sweet as well as the nurses and doctors! I had nurse April and Dr. Evans and they were the best!!! They were very sweet, gentle and understanding and answered any and all of my questions. Would HIGHLY recommend this place to anyone who wants 5 star care. You guys are amazing! Thank you for all that you do and keep up the great work!!!!!','2020-12-12 20:48:57.272000','2020-12-12 20:48:57.272000',5,'Sneha George','https://lh3.googleusercontent.com/-5oxFQYDwbOg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnHyAjwbWVzS1kIgLe0-ArWTwVV4Q/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31279),('AbFvOql2KguSyNdnokSVtNJvza9E17ejTkTdpzYXWrb2WZv80G_ylt3WdOHRZvggGw19yPf2jNPg5w','They had snacks and hot chocolate while I waited for my buddy to get fixed. It was real nice','2019-02-02 03:20:13.442000','2019-02-02 03:20:13.442000',5,'William Kirby','https://lh5.googleusercontent.com/-pXJVm6sOyl4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclFBtbTpg1GJUVULXyS-9HPopprGg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35023),('AbFvOql2KhrrisMtcemirFfKMrEdeiDcTye-BqTrEtg-8DruwHiiMjHTZq-62jDYex8Mu8nO3jB9iw','On 11/24/19 I received outstanding care at Signature.\nFrom the front desk up to and including the physician, everyone was professional, kind and caring.\n\nThanks','2019-11-25 23:29:28.840000','2019-11-25 23:29:28.840000',5,'Brian Robinson','https://lh5.googleusercontent.com/-_KECBpaNfJQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm_PajFJ5zD7w-sUnBDUYzV6YLsQw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36067),('AbFvOql2kiJQXNLnMFS2vhHVJccf2iGvQENCHikki_5CziDDFOUoqsaZdlyTBMcPqCzs1Ad2q9SlIw','This emergency facility is 5 star all the way around neat and clean facility when you walk in excellent greating the front staff is professional and back staff they take there time and make sure everything is there for you and very friendly and caring I told them that I have never been treated the way they treat a patient.I want really put a big five 🌟 for Dr. Adam Boester this was my second visit were he was the Doctor for that shift and his service is over excellent the treatment and the out come is excellent and RN Shabha Anthony was very supportive and care was excellent everybody gave excellent excellent care o wish guys offered primary clinic care I would switch from my primary care physician of 18 yrs to you guys..like I stated Dr Boester is superior in what he do thank you guys so much for caring the way you do...','2019-07-28 03:06:40.569000','2019-07-28 03:06:40.569000',5,'Channell Brown','https://lh6.googleusercontent.com/-x6PG_eECLdU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnUtNG-mnM0MykOpifHjgzg5-3HRg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43214),('AbFvOql2KKfaaVvPY5sQeCefVAz9rf7HDSpJyHe_C8r3KQi7zKBAOJfrkhbJdbZhjU-1F-CpVWJLdA','I always have a wonderful experience here at Signature Care. Dr Golla and Bernadette Corpyz treats me like royalty. They never changed , I have so many great things to say about this facility. I love there patience with me. I have bought my husband and he wants to have them as his PC . Love you’ll Bernadette and Dr Golla.','2017-12-02 03:59:07.739000','2017-12-02 03:59:07.739000',5,'Tonja Wortham','https://lh3.googleusercontent.com/a-/AOh14GjOFmtv8c2OWbUqbBd5UrDmMUSdWatz0_oUrbPuVg=c0x00000000-cc-rp','17394740196501090048',37024),('AbFvOql2Km7xlBm9a8vhkObjHpO0vhnLZ_s3XuKw7su_faI0Nb_PWFug_X8o9SW-4ZuAohYhy0O46w','This location should be the EXACT prototype for ALL SignatureCares in the Houston area!!','2020-01-23 02:27:05.458000','2020-01-23 02:27:05.458000',5,'Jessica Anderson','https://lh3.googleusercontent.com/a-/AOh14Gja_qnDRlT5ChtT60rJ8swn0nkCugyIy0qp79FL39A=c0x00000000-cc-rp','8918455867446117794',43138),('AbFvOql2KVbgBr1FC9FozTY9Zn1eit9-GfJeK51_BXFbK7tPB1H7eiPrriIVYMGos6Srq1UBmoeADw',NULL,'2019-07-27 12:20:17.425000','2019-07-27 12:20:17.425000',5,'ellysa english','https://lh3.googleusercontent.com/-MrL8SMy49gk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck59H4qSGe4Y7emkNqbd92HLARRTg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34748),('AbFvOql2MgWMzrpI_lJ_DFRfwLFQyXe4wW4XKZDYqGPR6rMk0vHX00y3278f4whIdJlwbasfgDax','Real difference from your normal emergency room I would recommend anyone to come here , the staff really is caring and helpful and fast','2019-04-01 01:46:43.202000','2019-04-01 01:46:43.202000',5,'Robert Mitchell','https://lh6.googleusercontent.com/-NDkAAKHi2qE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckiyv6pcmm884SYDSmva7RNaHjGuw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41752),('AbFvOql2MsepiiT5PgMTb5lPCN2sjp3dVQQlRdIXzwp5JNnGfeXWaX-SLR5pE9qmGE3sxoGM1z3m2Q','I’ve came here a couple of times and have always had the best care ever Dr Osiecki/Zahac and her team are the best and she is on point with everything she is so polite trustworthy and there was a less wait time the night I came in she knew what was wrong with me immediately they offered me a warm blanket they are very informational and they don’t keep you wondering or just say check with your pcp they literally care for you and the next day later that I left the hospital they called and checked up on me !!! sometime I wish they were my pcp just bc I’ve had nothing but positive reviews so if you’re not feeling good and need to be seen immediately please come here it’s way better then any other Er hospitals and experience they are here to serve you and your family thank yall god bless','2019-02-13 15:45:10.933000','2019-02-13 15:45:10.933000',5,'Criselda Moore','https://lh4.googleusercontent.com/-lUJQ4sjxFto/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnxHmombbPfR83ojB_VJ-7Y-6Ub7A/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41768),('AbFvOql2MTfhXkqe8B6X5EC0l2qDqD-7ymmnSah6uKgniWgIs2ch9Q6e9A8A51McgVvwdfdSroDR9Q','The entire staff at this facility are wonderful. We even had to stay overnight for observation. We were treated like we were family I would and already have recommend this ER center to my family and friends.','2019-06-05 00:37:51.385000','2019-06-05 00:37:51.385000',5,'Donna Raines','https://lh6.googleusercontent.com/-4WzAQjotjJc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmqbIPXa-wGxIFF_DFRMIMCUCx1Cw/c0x00000000-cc-rp-ba3/photo.jpg','14904078213800803294',32464),('AbFvOql2nE36a7BzTaZJNo1fnPcgJ4YycLT7zRUjmSYeSHvrlkHVp28itam2HjavNQxWthpndyK_aQ','Got here at 1030 and all the staff was still lively and extremely helpful with all the questions I had','2019-07-31 04:25:02.179000','2019-07-31 04:25:02.179000',5,'Sir Trash','https://lh6.googleusercontent.com/-am9gzS5OSnk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnu1AVAl3khDiX5Id3uQBTcltFGSg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30481),('AbFvOql2NM9MDBKUJk6F_ZwsA3Omzm5hfgJc45hHpgtBWrGDJBMM2rLdUBOQ3KtNVH8hYP3-PLJ0','Great facility! The receptionists were welcoming and very helpful to fill out paperwork. The doctors and nurses were kind and caring. They listed and answered all my questions. I will definitely be coming back in case of another emergency.','2020-11-12 23:16:55.188000','2020-11-12 23:16:55.188000',5,'Lindsay Youngs','https://lh3.googleusercontent.com/-ZrokbMMfARg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucntkoEWD9Kyp7S5ZkadDpv9jbz1aw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42833),('AbFvOql2ns8U08ogtGDgEoYUf9GOTtmGtPtgf8tP1j7wqH7cLeXoqCtoYAuYd0HwleJrUlniEHddSw',NULL,'2019-02-12 18:11:36.539000','2019-02-12 18:11:36.539000',5,'Kaitlyn Morton','https://lh3.googleusercontent.com/a-/AOh14Ggy03Bv08NBEgU7XqZd8DajQny3yh4H5uBVdI6Z=c0x00000000-cc-rp','16590124370714063921',35017),('AbFvOql2nxXde0Bp5RgLb4teGL9E9SaquiFq7Oo3-Kh5N-WF8YMwgo8bhUO6ECnLe5Q6QobUkJNutg','All the staff was so nice and friendly. They took great care with my 8 year old daughter when she came in with a hurt shoulder! I would recommend this place to everyone! I will return if ever needed! Thanks!!','2017-04-17 17:38:58.853000','2017-04-17 17:38:58.853000',5,'boogiemama8278','https://lh3.googleusercontent.com/a-/AOh14GiIbiJcGIRVBoOo3z41OqrylNnBJ7YdO76S91cd-_8=c0x00000000-cc-rp','14567670160750071148',31064),('AbFvOql2o8U9MUAwtTocOwOABHyxxnIsoMntya7nJwNLYh_jWjnE403Z9KesI7ob3DZGHeCcO3hoHA','Great care and service!','2019-06-04 03:37:14.725000','2019-06-04 03:37:14.725000',5,'Kerwin Flaherty','https://lh3.googleusercontent.com/a-/AOh14GjZwR6TRAGPiOAYpTOr0gxUAEm-UkYsQtB2vy66W44=c0x00000000-cc-rp-ba3','2694018788013845459',39331),('AbFvOql2oOv40mbe_hZ7bEQoMIJateHoM6Ul42oAXVx5FhBbPn9L3whLHNFO5wN7eY-V8_QpSZLIRg',NULL,'2020-09-18 14:20:59.733000','2020-09-18 14:20:59.733000',5,'Miker Mike','https://lh5.googleusercontent.com/-JSwdFiS8imQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckT7q5QQajBuiNiBSaSmKQUoqqEKA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42906),('AbFvOql2Pcr6aCRlv4u8KVvnIVaQtE1OZakWoLMzDlM8yQdYzWGuxMSLn-42kQOEYqN6vMZN5IZz','Thank you Mandi, Ashtyn, Jennifer, Mollie, Katy, Sam, Jacoya, Ryan and Gunner','2020-12-14 23:26:54.748000','2020-12-14 23:26:54.748000',5,'Donna Smith','https://lh4.googleusercontent.com/-KGFa9gwz05M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclXPQMrsJkjprVWnVWEQ-01uTHvVg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39408),('AbFvOql2PJiu60kzYT2ltbwGR3UCDaOlgLClyX99xBUle7Z8JxvU31QqJoZDPlqjLofIpOIEE-92Xw','Wonderful experience today! The entire staff was extremely welcoming, professional and compassionate. The service is top notch and the office space is clean. The moment you walk on you are greeted with a smile. I also called ahead and they were very helpful and took my information to prepare for my arrival. Dr Cauzos, Delicia. Yasmine, Duke snd Waldo were awesome ! A real sĆŗper team working together making the process quicker than traditional ER’s. I would recommend coming here and they are 24hours! Thank you so much Signature staff ! I will be back again and have a great resource close to home .','2020-02-05 22:17:07.433000','2020-02-05 22:17:07.433000',5,'Jen Smith','https://lh6.googleusercontent.com/-gIUaUUHZp5k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucncALebxzFQPE3aQVRhe-Ldxd-VhQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42449),('AbFvOql2PuTHSdWWYismD3fWKcAGMjwzGgqkNm69sp1ldaHwlUkJCrjNs_x1zM8JIepi0oouRuDlfw','Very professional, friendly, and courteous interaction from check-in to checkout. I was seen by Dr. Yusef, Laura, and Olivia and received prompt treatment for my needs.','2019-01-30 14:50:09.573000','2019-01-30 14:50:09.573000',5,'Stol eas','https://lh3.googleusercontent.com/a-/AOh14GjBujOwS_ZCNFlXpZF1S1WsgtUBlL_r3_v1V6O-kQ=c0x00000000-cc-rp','3511292162159714121',40671),('AbFvOql2PYh0INxe9AxSjbi0VmYZtbpxAkLizk1tp4BsYUIbo6ZRF0QbV_e4sslpz4kQwD14KtNsnA','Fast getting seen and very helpful, hospitable staff. Maryann made registration easy. Dawn, Tony, Olivia, and Eve were all quick to get me anything I needed. Dr. Yusuf was also efficient and knowledgeable.','2019-12-20 18:11:36.572000','2019-12-20 18:11:36.572000',5,'Brynne Carleton','https://lh3.googleusercontent.com/a-/AOh14GgR63uMbfQ7pBRBwu-1OKggjcH3S4D3tyjVuAkndw=c0x00000000-cc-rp','3511292162159714121',40365),('AbFvOql2Q5U4nGLS5I9IwaiK3Lb0UdbNKLLpAWUvHgC5CrM4b5L8LT68zBXMuDh0DW6RzFiMWO_m','We were in and out in an hour, everyone was nice, pleasant and willing to assist. Will come back.','2016-08-23 12:47:14.084000','2016-08-23 12:47:14.084000',5,'Jasmine Wedlow','https://lh3.googleusercontent.com/-Z5dAU-AAlCg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclX63Hxy12uwUR_h2YYVWOwdfys4Q/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37309),('AbFvOql2RBuOngeL1CmYCEo17xt9h3J_iKbgQwVWfcbrPjWVYVJbXRj1LfepUgIQuVPPx4xVGXG91Q','Went to SC in early AM severe abdominal pain - after a series of tests including a CAT Scan - they diagnosed correctly that I had acute appendicitis - moved me by ambulance to Memorial Hermann Memorial City where I had successful surgery\n\nThe staff & service were brilliant - highly recommend utilizing this faculty again','2018-07-27 07:49:51.688000','2018-07-27 07:49:51.688000',5,'Tom Rollinson','https://lh5.googleusercontent.com/-DHRxZ5-LOV4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnjG44FNlrtNqszVegTC16WZCKhNA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32562),('AbFvOql2rIYJdojyv8aVN71YRfjdGxu7phMkAr1O0_VJoFBfDCfXYSOvzjOFtR8u8aX2QcRGph9R7g','Ended up getting strep throat but came to this care center for the first time and was greeted very nicely by Aileen. Quickly made my way to the back and Adam, Chris, Linda & Dr.Jones took GREAT care of me. Made me feel better about getting the most painful butt shot ever 🄺','2020-02-02 21:55:11.342000','2020-02-02 21:55:11.342000',5,'Lizzie Benson','https://lh6.googleusercontent.com/-U16qi7b5rlk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnWQ_Uv0ypR74_XEcgCKgkc1aqkCA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35983),('AbFvOql2RRK8Oj8M0oHAe1aAi00tRaMg-0WhA-n0tiKaK_VlB2pFoPzQNtgsycs-tX6CJweI08-AeA','Wonderful staff, clean facility, top of the line equipment, knowledgeable. What else could you ask for','2020-03-05 18:28:35.297000','2020-03-05 18:28:35.297000',5,'Matt Rodriguez','https://lh5.googleusercontent.com/-OZc9Nu91GiA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucndTpWg_2PKmMHquvDqfsE5jzWixA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41407),('AbFvOql2s3N8Jhq8riIJyUzxO2TpvSmwzNzzcvpY_PHjX2ku-Q_USVxICYQuN67cYu_-SdS3zTNI','Very professional and saw me for a COVID test almost immediately! Lorena and Victoria at the front desk were very kind and informative!','2020-07-26 15:15:58.168000','2020-07-26 15:15:58.168000',5,'Matthew Lovett','https://lh3.googleusercontent.com/-YxyGrNonqS0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmnwvELSJ_zuy1bQPvF255nh2Dm7Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34248),('AbFvOql2TSpEROyXoVKJSfA8YZ8Taoa0Ez_Xx1uyeCLcZgnglu0CRp1E5Nesh78IU869QEwuA8pCfQ','The receptionist was amazing, very informative. Tanishia was so great and kind. She was attentive Chantele, the nurse, was so amazing. She was so caring and kind. She was informative and quick. She was kind and friendly. I will recommend family and friends to come here.','2020-03-02 05:02:29.293000','2020-03-02 05:02:29.293000',5,'Timna Viera','https://lh3.googleusercontent.com/a-/AOh14GjxmcVmf7mDNSXPfmwPl5TlHGGMEkpG0FlkIXZa=c0x00000000-cc-rp','17898197009688164559',37644),('AbFvOql2TXPcb7OYiAv5KJ4D2rY14W55THjtDiIolKDkf6APyj2XjzID3Zudv_D4EXqwMuzjuA1BEQ','Came in for Covid testing I was so nervous, the staff starting with the receptionist was very kind, caring and attentive. They took me back in less than 10 minutes. Got me taken care of quickly! I had my results in about 15 minutes. Dr. Wong was super caring and informative !! Definitely recommend this urgent care hands down !!!!! Thank you Signature care !!!','2020-07-30 21:41:15.830000','2020-07-30 21:41:15.830000',5,'Jenacy Chlamon','https://lh3.googleusercontent.com/a-/AOh14GigxnMb7Cuk-ahBhoXa4-rgWsOFLaeT5Gvs5U2rNQ=c0x00000000-cc-rp','17394740196501090048',36545),('AbFvOql2ukLetGeZUBd5_i_6F9NYlHx_4wSNR2XzPesaBPA1BKuMc3Ms2HZIbzpflOhfsUo364B_lg','The Heights Signature care facility and staff are excellent and treatment is immediately done within minutes of arrival instead of the hours we would have to wait at hospital emergency room. I am so grateful for their service.','2018-09-30 01:18:07.334000','2018-09-30 01:18:07.334000',5,'Angela kelley','https://lh5.googleusercontent.com/-NcKnJ_qhNOQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnoJkfKJVG7pRUPjB6FgCo3ki-EDQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30703),('AbFvOql2v75EoA1v2aWpiNWumtUHMEnjCAdKqsz07OYTtcV1hb-QTpebD-aKSZCkE2xrZd6oW1morg','I came as a walk-in and didn’t even have to wait 10 minutes! This Signaturecare Emergency Center is really nice and clean and Dr. Edwards and the nurses were all friendly and helpful as well. I would recommend this place to anyone.','2018-09-01 19:43:38.432000','2018-09-01 19:43:38.432000',5,'Carmen W','https://lh5.googleusercontent.com/-GfbrY3RD1z8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnN8FSvMCnPC5zP9oPicIJm3KUeHg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36911),('AbFvOql2VRLthE5TOA8aykznF3C_9LCLvchRjNlO2IGbeJWx_Z5Dvp7Ov0ZNcW-nl-C4wsB2mboqVQ','Lucas And Jennifer Was Extremely Helpful And Dr.Henderson Was Amazing And Very Helpful','2020-01-19 01:08:32.419000','2020-01-19 01:08:32.419000',5,'g g','https://lh3.googleusercontent.com/-hrymaMn287E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcFAux3ljpmbRdLaGf_Xfv-ED3YQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39695),('AbFvOql2WcRWmQudqVIBu3CADGE7o-a4t7o9Jk7ehsLsAwv7s4MhmwM7BbcVXEzKa-SPYHz3BVW4eA',NULL,'2018-01-17 21:52:35.977000','2018-01-17 21:52:35.977000',5,'Erika Thawley Caldera','https://lh5.googleusercontent.com/-BC1z0jIvktI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn26rJmiZZLZaP087Re34oCMhH_5A/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32616),('AbFvOql2X6BXGaKJ79RfFsF4SZ1gI5p-ssU6GvCusb3T3wsz_Sel0YUpRGc_2Mi3FFU2rjgSy5OT','AMAZING place!!! Will recommend to everyone','2017-09-23 18:12:50.172000','2017-09-23 18:12:50.172000',5,'Joseph N Meza','https://lh3.googleusercontent.com/a-/AOh14Ghme0WcYjzo1O4xZaaFWWH-mnpiD_wfc7Z30VQR=c0x00000000-cc-rp','14567670160750071148',30968),('AbFvOql2X9cioebklA1u3SoHom7mHMxFJnWSbgj3QKKHY2VtGNq8NDzCPDGMQ9JTGlTyeJuIqOhDeg','From the moment he walked in the door my husband was treated quickly, efficiently, respectfully by all the staff. They controlled his pain,gave him appropriate antibiotics to get him on his way. Iļø would recommend this ER to anyone needing care.','2017-12-11 14:23:28.004000','2017-12-11 14:23:28.004000',5,'Paula Huff','https://lh3.googleusercontent.com/-W3oOc2bZXlE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnm32KwcjGqUER3ZZO298XGrAuQ-A/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30933),('AbFvOql2XBRDuTtrHsZKuFI-m5_bIxIB_zA05EseLwaI-Urh4aCJez_fW6bMJ5ozRuKwOXVu3oqDaw','I went for a check up and I had a quick results from my exams of my problem all the team are nice there.\nThank you to Dr Harjai and his team\nAlvean A\nTricia B\nElisa Jasmine','2019-10-31 20:29:45.243000','2019-10-31 20:29:45.243000',5,'Ramiro Mondragon','https://lh3.googleusercontent.com/-BcsNYUfdXaw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclbx7_Sn9dYetwrFrK1EoGWHM6i2Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33800),('AbFvOql2xtmI3x-ZGaiK8U_m8pT9xhTTKwd99yn2X5HJpHYptyDu5FpvIhTn4QkcVl6rf76FIbqo','Very Friendly and quick to meet my medical needs. My nurse was Blake, he was very friendly. It was a tad bit hot though when I went to get my CT scan. Overall, great experience.','2019-03-09 12:48:51.553000','2019-03-09 12:48:51.553000',4,'Toli Teas','https://lh3.googleusercontent.com/a-/AOh14GhPM6u4TJ2oznPbcNvnlJ6lKXwcFe7eViWmH8cX6w=c0x00000000-cc-rp','8679688254631342173',42721),('AbFvOql2YIawHYkQOXffhcrtHtwMrtK4yTvNaSaC0ZH2peUWKt1U9rKZ2oq0Q0UAQGU8HxETuSQrMw',NULL,'2019-05-26 17:40:53.444000','2019-05-26 17:40:53.444000',5,'Ashley Mcelroy','https://lh6.googleusercontent.com/-ajxNLxm8qZs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmOtkj7DHednXDe054vxb5P10pxhw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39864),('AbFvOql2z2QNunOoLML5MoBrTMT2EQSzf_oeuROt5WB5wo8C9s1Sjh_5822dlFI2fsR-FtAUCxSr','My girlfriend had an injury to my left foot. The doctor and Nurses were helpful, kinda and quick! I recommend going here for anything you need!','2020-02-16 00:03:28.156000','2020-02-16 00:03:28.156000',5,'Justin Toucan','https://lh3.googleusercontent.com/a-/AOh14GhhWKzAEWz50YavsKBkn-Ac0Z7AuYl8yhH8pVwsYA=c0x00000000-cc-rp','17394740196501090048',36625),('AbFvOql2Z41YHHoxwoU4Z1lKNZ-ltzaZu-QLmUIgzBBzJ4za5LiyM3l1RNdVOVwieFN8ReLecLnd4A','I have been to signaturecare E.R on hwy 6 and old Richmond a few times and Everytime I have had such a pleasure to be cared by the most professional and warm hearted staff and I am very thankful for everyone here','2018-09-09 17:39:38.320000','2018-09-09 17:39:38.320000',5,'Zack Perez','https://lh3.googleusercontent.com/-r2xJAW65q1U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclbRGeONpceSJ2WlkTGfFOF7Azvhg/c0x00000000-cc-rp-ba2/photo.jpg','17394740196501090048',36904),('AbFvOql2ZeaP1Jui8XbV9OW2V9iOJTJDu2elEFOZa5O4TkUUGzeXHIVNWMvleCA3Vgq0YZsI6HFG','My experience went well. My nurse kat was exceptional. Very attentive and patient with my fussy four year old. Clearly loves her job. I love nurses like her. And doctor hasegawa was quick to the point and it was good.','2019-05-23 02:17:01.200000','2019-05-23 02:17:01.200000',5,'Destiney Mendez','https://lh3.googleusercontent.com/-AL893iNJz8Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_vZm3WwKVwtc1aF-s92Jfpq2ITA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39342),('AbFvOql30vhEKjRS9rCki1bi-OCshqBsnLE4s2LhVDzWIqmQePYG7SsKKqWK0ni3aF1c4ZGpfRZKDA','They have a state of the art facility with great medical center doctors! Would strongly recommend it to anyone!','2014-02-18 04:17:00.332000','2014-02-18 04:17:00.332000',4,'Kathleen Perley','https://lh3.googleusercontent.com/a-/AOh14GgXieAePnkluh1mESBpyYhFIkau2DUMirMXiji5=c0x00000000-cc-rp','17394740196501090048',37402),('AbFvOql32NnvlvlR24Vt_8w44EwZcdVcLuOnEhB4O4iFLrz7bz_sM8Iq6Cc24feIXmy4mLG6m6hnxQ','Prompt service.Great,friendly staff','2017-03-13 20:02:13.706000','2017-03-13 20:02:13.706000',4,'Aaron Parson','https://lh3.googleusercontent.com/a-/AOh14GjlwZlE0ObjUssTmq9JJWj7o4YHSUauhPdOvxlUkw=c0x00000000-cc-rp-ba3','3511292162159714121',41090),('AbFvOql32XTu9dNS0d7DUTAo4stVbDJe9_mmNecezcOebASaudxla6AbXZSk2UTOauVp-8zCrM04QQ','Service was great! I spoke with Denise on the phone before I came in and she was knowledgeable and friendly which is why I decided to come. Once I got there, the rest of the team really listened to my need and took care accordingly. I was in and out in no time.','2020-05-31 14:03:20.404000','2020-05-31 14:03:20.404000',5,'Casandra Bowen','https://lh6.googleusercontent.com/-UAAdFekME5c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn95TYAaC3YhEpQGq25ka0qu4VnLg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32079),('AbFvOql33pPOBX9KP90ZIAVUpZBwjpymoFhfxHtI_oo-_DMyzBXJNgPJWFdMb8b0TNYnbXKwNY6coA','Amazing service loved chantel and Henderson and fabulous help and directions from tanishia','2019-12-30 04:07:26.356000','2019-12-30 04:07:26.356000',5,'Spazzout Kemo','https://lh3.googleusercontent.com/a-/AOh14GjRUfELkR_8kKWUAghY81wp4aXTC1INszLxMdM_mA=c0x00000000-cc-rp','17898197009688164559',37769),('AbFvOql36BCY3yRc3NX4-_xy5OurNzHyiTctbiOyIAyV6AUUY1HJ3MO2Xe3WHNvr2JPt0IyCHQQQ-A','Super fast and all the workers were extremely nice and polite','2019-08-14 20:25:50.943000','2019-08-14 20:25:50.943000',5,'Jason Norton','https://lh5.googleusercontent.com/-_RWvv2dFV7E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclIqJTjpMzXkmcjHakF677essHWWQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29700),('AbFvOql36do52KqUbxlqkvS_Ko8SynAQgc2aesqpGo232mzKNc7GQ3iRBK92Wai20jIMpY8aXagaXQ','Everyone was so friendly and helpful, I wish I didn\'t have to get hurt to go there. And the facility was extremely nice inside. It had a warm and comfortable feeling.','2016-10-22 13:46:46.817000','2016-10-22 13:46:46.817000',5,'Colin A','https://lh3.googleusercontent.com/a-/AOh14Gj1yKtVuZ3VRSqgV2uWdL9Z-JAn7NysZMQAL6Qx5A=c0x00000000-cc-rp','3511292162159714121',41156),('AbFvOql36wih58tacvsDf_n-5W5nYWTY5zQPjrt0pTKGws2LSDOuJe-5VH_2wf-zFFy7PpGmE3Z9gg',NULL,'2019-04-04 12:23:30.703000','2019-04-04 12:23:30.703000',5,'EDU ROSALES','https://lh3.googleusercontent.com/-8PmlKnFNUts/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjLBc7VwEx7RnxCDnaQdfIB5HzSg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43276),('AbFvOql37baGjpANoZ3WQ6ACAmr06bW5ZMj26KPNdXS7mrUROfGDL1bNMjcPkfyCWQliuMVRrnqSsw','Great experience, Melissa is da bomb.com!','2020-12-07 18:39:26.009000','2020-12-07 18:39:26.009000',5,'Matthew Davis','https://lh4.googleusercontent.com/-7D0eNml6uWg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn1NJimQyXvif1qiS_jb2YSLBYRDg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38859),('AbFvOql37VSDR5J-v7fD52MUsj_ZroyozdNGIuKdC-40OGOidHTzxShSPIUmctnILxGwnAguZjNygA','It was a super quick visit! No wait at all. Cali and Sam were super kind and caring! Will definitely be back for any urgent medical needs!','2020-09-27 19:43:12.554000','2020-09-27 19:43:12.554000',5,'Brittany Twardzik','https://lh3.googleusercontent.com/-fGtMH4eAueQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckPbbuw4MxFF_rSTs7FBuqHsipUlg/c0x00000000-cc-rp-ba3/photo.jpg','2077061009497551125',38515),('AbFvOql39E1aEZS-YMewKeqhM456aFZFhJ1x2ilGvIoHyI28h5PTwglOwolXb4kz9GhXUWPRzLjy','I was in pain and they quickly took care of me!!!!! Will always go to them!','2018-12-24 17:58:44.364000','2018-12-24 17:58:44.364000',5,'Ramona Nutall','https://lh4.googleusercontent.com/-Wf8LVcduPN4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3CiMus49RX--9fRroaBQbsy0DDw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30663),('AbFvOql3A9QCSAuGtuHYtry1inrS7ZjXoAHn05SRpOwpv4tzInaRvYRHhvq46M09dEXke6ir6ijdTw','Updated review . .\nOn May 03 went in for chest pain left side. The staff went into immediate help mode. At first I was nervous but the staff was quick to make me comfortable. Lots of test and his later I was released. My pain had subsided some. Overall, my experience was 4 stars. Not five stars because I left still not knowing why I had the pain.\n\nA Previous Review .. I experiencing great pain and discomfort when I went into the Emergency Care Unit. The doctors and nurses and waitstaff took very good care of me and my son who went in with me. I had a bad reaction to some medication while inside of the emergency care room but they took very good care of me and allowed me to get a little better before releasing me. I just wish I could have stayed longer until I felt completely better. I pray I will not have to go back anytime soon but I am glad they are their if I need them. And I would definitely recommend SignatureCare Emergency Center-in Mission Bend to all my family and friends.','2018-05-04 18:24:30.996000','2018-05-04 18:24:30.996000',5,'Pandora Sparks','https://lh3.googleusercontent.com/a-/AOh14GgRGMoaR5FDJDZmHRuKVKtejcPYogg3wMqMaoxNyA=c0x00000000-cc-rp-ba3','17394740196501090048',36955),('AbFvOql3aJ-T7sDM41CEhIidBSYni09GTdeV2LuYZtv7UF1yGU0s0mCviEY8hlhXGfq_2PuWL5oe','Dr. Yost was very helpful with explaining things to us.\n\nBrandi & Katy were very helpful and catered to our every need.\n\nSherri was super nice and even showed my daughter which is in nursing school some things on the ultrasound.','2020-10-19 07:12:06.067000','2020-10-19 07:12:06.067000',5,'Marcie Whisenhunt','https://lh3.googleusercontent.com/-zAau-7m0oqs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclgte1kUAXCt2Z2Kgfm1ftJXaiLaQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39465),('AbFvOql3B9kdU_MbCCIewEJ_B-9QgDaOwB89EUqw1OEK-iiuPSusru0MMmc2itb6mdiXoT9bHozq5Q','I’m very satisfied the nurses and Dr.s were amazing . They got me back very quickly:) The most amazing experience and medical care I have ever had :) They are very caring and compassionate:) I had to stay over night in one of there observation rooms and I had amazing care throughout the night :) I believe the main nurse I had his name was Arron shout out to him he is an amazing nurse and person has very good bedside manners:)','2020-07-06 19:03:15.508000','2020-07-06 19:03:15.508000',5,'Natasha Adams','https://lh5.googleusercontent.com/-RQn5aoCX-xc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7v57FcrJ3xW81cY0Z1pPO1FGjbQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29368),('AbFvOql3bd6oU3UC9t5NlY-ikexjlAGtEupLtyKq0rJ5mZF27d4jrTE3U5O4PR-EQNIRRlHPvAzNcQ','Awesome service. Quick and efficient checkin. Really service oriented nurses, and I spoke to a doctor more than once.','2019-06-23 03:27:11.698000','2019-06-23 03:27:11.698000',5,'Jazmine Hamber','https://lh3.googleusercontent.com/a-/AOh14GhAU4WTh68UyqBdigsNkY9DqRXtYhcJXeolao_9Ig=c0x00000000-cc-rp','13486358490203335051',29774),('AbFvOql3BK601798DP8bTXdJ9phbpMMrjSuRkA1pputn7DstsWkUmV5pfGE9N3eL-n4QYRO7AsfSIg','I just came back for my sutures and Dr. Zhen had made it a very easy and quick procedure, the nurses Fahme and Daniel were very caring and helpful, lastly Tanisha was the best ever, she\'s very informative and fun to conversate with .','2019-12-09 02:02:22.932000','2019-12-09 02:02:22.932000',5,'S Rizvee Yaseer','https://lh3.googleusercontent.com/a-/AOh14Gha71mvyzJ9HQi2PRGEEiQVcEohagP2hNrM4_aQ5g=c0x00000000-cc-rp','17898197009688164559',37819),('AbFvOql3boG14IPUe0f-kdif1rN4QhStkCmkOJp-u5p17R-ifwxoYVReKts485rAgM7SzA-xgJzMCQ','Carly has great customer service skills very professional and helpful . Sherwin is very patient and warm welcoming . This service here is phenomenal. Dr.Wang is very caring and informative and very passionate about his job . I love this place','2020-02-27 04:33:20.527000','2020-02-27 04:33:20.527000',5,'The life of Stormi and Joey','https://lh3.googleusercontent.com/a-/AOh14GgeY4CYPj2YE-F-aXd_P0bP1UPF0hGUnBX3wpbcKw=c0x00000000-cc-rp','12541597562633926366',28680),('AbFvOql3BSg62N38ApNAx4Rsmh4QJkYxLKqK2zOMLdGodwLURryBAZkvN9R3GVsUyHn2654XTH2rrg','Chris,Luisa,Gracie where the best people I ever had they took really good care of me.','2020-10-21 23:15:15.446000','2020-10-21 23:15:15.446000',5,'jose kirksey','https://lh6.googleusercontent.com/-NJJrwqKR5RM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucklY6VSdcxmpFe8zYD05oV15s6ZyQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33113),('AbFvOql3D8UC5lFKuUCZzffUl5A9GaP4lUr3F5_kZx63Sd1mT46AWrRqU1KaxBYVH_u4isTR4tsomg','Signature Care in Stafford TX is the best location to visit if you looking fast and friendly service. I took my son in for an ear ache and they relieved his pain in a matter of hours. I was in and out and my son was feeling a lot better the next day. Thank you so much for taking care of my son Jessica, Carissa, Bryan, Bill and Dr. Garcia.\n\nKindest Regards,\nHollis Caston','2017-10-05 22:47:44.416000','2017-10-05 22:47:44.416000',5,'Hollis Caston','https://lh3.googleusercontent.com/a-/AOh14GhP6A78evUOhaBHjbIab3bCeI4bxMy3SMIWL0QS2g=c0x00000000-cc-rp','8918455867446117794',43473),('AbFvOql3DfPVrxikvxyAR1HzzKYpbXwfVDWnDO4hsV78GkRY3MK5aYFo04fx0Sowh2eixurZRutSww','The staff are very generous from Tiffany at registration, my nurse John was nice and easy to talk to, and Dr. Jordan did a spectacular job and made sure I was comfortable and stress free.','2020-03-04 17:11:46.959000','2020-03-04 17:11:46.959000',5,'Garret Lloyd','https://lh6.googleusercontent.com/-gxXBuuBkCVo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHxxQfiGp431LNuBswAyzdeLtTuA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41923),('AbFvOql3Dh2u0mwfJPOhAK3h-KFc5224njWy03lkEjoLNNK8fuHAYCHwdEzmlE1tLQv8AaEamCKoiw','Treated in a timely and professional manner staff was exceptional, especially Keera and Selina !!!','2019-05-30 19:33:30.654000','2019-05-30 19:33:30.654000',5,'Amarah McCoy','https://lh3.googleusercontent.com/-gv0XRFC-9Io/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn8c3U8sWi0Uiz6dkXKgQIE1TENFg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36779),('AbFvOql3dsNNf9IdbQELoxBDrpn-c87zCJ_thoQQYmT5DgtcsdYt4tPTMQUIm-8wn3tM_jXenAJ5qw','Dr.Angela made my time there quick and comfortable they have great care','2020-07-18 19:01:31.502000','2020-07-18 19:01:31.502000',5,'Giannis For MVP','https://lh3.googleusercontent.com/a-/AOh14GgrQoP77Gl_OUmuJboMQgno0-qY3hZl1c4EmwhY=c0x00000000-cc-rp','14748677429039074158',32001),('AbFvOql3EDPey5VmhqVDHEKcTHPSZNMbg7n83nazczLCjGgU7Sprd3pIMiyz4Pae8apWs-w3fRjVdQ','Helpful and friendly environment.','2020-08-21 12:13:45.397000','2020-08-21 12:13:45.397000',5,'Antigone AG','https://lh3.googleusercontent.com/a-/AOh14Gh8ZiSIpwnCSCFUr7BVAvS29gyDp6ovQN3vjQ2DVg=c0x00000000-cc-rp','2077061009497551125',38568),('AbFvOql3EKxHV7tHl4tit29lf5GtOgMAW9Zs7QRIvpSwWS1hfQEAudzaW_BSrstp6I5elxh8Cs0GEg','Dr. Singla, Jerry, and Rebecca were super helpful in making sure I understood what was wrong with me on how all the medication was going to help. Great service and great people!','2017-01-16 21:28:16.539000','2017-01-16 21:28:16.539000',5,'Courtney Cottrell','https://lh3.googleusercontent.com/-qKzcHW930Ks/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJzlvQsmALjeimUfhAyINjFntZBA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35532),('AbFvOql3etuO-LtaFuzm3k79kRzsM6fLaLCQNEsThflVxhgsYLQ3xNUdc4ll6ADEyV_ENhrIh4tudg','Great care from Kendra','2020-02-16 20:01:29.939000','2020-02-16 20:01:29.939000',5,'Adriana Salgado','https://lh3.googleusercontent.com/a-/AOh14GjxIJsSd9pVycUZJrWGdsVjziqf_-b6prsMzVaYkA=c0x00000000-cc-rp','16590124370714063921',34362),('AbFvOql3EtzYlKCoSDgryjUiaH8s5WhnzrMVhiK6b2ea7cMhskzdplyXJZxtQw0wRBIHYi-IBDYH','I came in to get checked out after an injury and nurse Christina and Dr. Edozie were very helpful and accomadating. All staff were receptive and professional. I would recommend this place of care anyone.','2020-09-22 18:39:29.734000','2020-09-22 18:39:29.734000',5,'David Haddad','https://lh5.googleusercontent.com/--7cVLAqfiUo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck3Ifia8C6LUA5ipTOZgdGL2ZOsHg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28537),('AbFvOql3F3t0R3imI_N-QYf5soVHKBcLzBh9zJlc4micFXU226s1N8NzbGuSPyMx1wDIdD-yZIUWVw','Jessica S., Cindy, Seinida, Randi, and Eliza were all very helpful. Our experience was quick and easy. Thanks!','2019-12-06 10:41:35.493000','2019-12-06 10:41:35.493000',5,'Cindy Gillette','https://lh6.googleusercontent.com/-WF1nvwR1oH4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm7Tdfk5b0wsNqKJo_MQUYILMuy7Q/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41536),('AbFvOql3fLKRI54xTg1Nt3TI0TQxJs0x54-MOR0eRGirwS10cI-WXUhprnfGwYogQwMCaftdTeJA2Q','Keera was so welcoming and pleasant & both Dr. Gabe Dr. morrical were so knowledgable and patient with explaining everything to me!','2018-07-27 00:50:49.742000','2018-07-27 00:50:49.742000',5,'Jane lewis','https://lh5.googleusercontent.com/-awOtN7E_cyY/AAAAAAAAAAI/AAAAAAAAAT4/AMZuucktHkPV_6NL23EmfMbyxDwAOXbMsA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35253),('AbFvOql3gqAWcaIU_Oz0TDyyuJzxAWWGCt809lms_2OHaOwl4qD-QWVhBVtXlOlqGjDZMh6Qc07mmw','This has been the fastest emergence care I have receive from a emergency care. The young lady at the front desk Arieial was so patience and very helpful. The staff took very good care of me Dr. Shelise Edwards, Nurse Irving B, Thelma and Holly P. The office , patience room and bathroom was very clean.\nThank you for taking care of me!!!!','2019-08-31 06:41:46.407000','2019-08-31 06:41:46.407000',5,'Snatch Queen','https://lh3.googleusercontent.com/a-/AOh14GivTNkU5z94_40VX5DIURCwHac49JV2phV5J7IzBqI=c0x00000000-cc-rp','12541597562633926366',29038),('AbFvOql3gw9FiROynRXRMYOVUD69tAQRe9j4I8IrniVtqcWoPOW-1xPpqDQhOG55ApZc4UfQLXam',NULL,'2020-06-17 05:13:30.152000','2020-06-17 05:13:30.152000',5,'Hany Nasr','https://lh3.googleusercontent.com/a-/AOh14GjckYboPyADsVq0qqT-89vpDD5HHf6eHc4kAYSoLg=c0x00000000-cc-rp','8679688254631342173',42374),('AbFvOql3gwSj57b_w0Pg-KQkSymEKE_JGEF78WzbaPBh9oIGDh3XxsHX2PUAI1T3AR4w3maYjLUayQ','Dr Braun got me feeling dandy in no time! :)','2016-05-29 11:54:06.651000','2016-05-29 11:54:06.651000',5,'Victoria Aguillon','https://lh6.googleusercontent.com/-52jqIn4eXDA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnld9q25H9xdaPe1KSrPTQjhxlXAA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41223),('AbFvOql3GzW_AkUQcfDB-xpep4euq2P1gju2OptUlD33LmNhmvKVilbWvCUdBG91ck9oQGLhx-IF','Great service. dr das was very helpful with taking care of me.','2020-11-06 15:19:21.214000','2020-11-06 15:19:21.214000',5,'Veronica Garza','https://lh4.googleusercontent.com/-DnkDRpBAJsg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmRl68SPs4sdr8yZJoP3EC1ysLRXA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31405),('AbFvOql3HYZniGSXhdrqkCtKLWVfosdXNwXzy4uN1x1S9qLUKsZUhXUOThkm8h1XY34qHsDjjkHN2Q','Had a great experience with nurse Nicole and Dr Lim. They provided fast and thorough care. Highly recommend Signature ER.','2020-01-05 04:36:32.487000','2020-01-05 04:36:32.487000',5,'Paul N','https://lh3.googleusercontent.com/a-/AOh14GiCmCiXoOLvbqGa1V19Rascy528KE7rODYqu8ScHMY=c0x00000000-cc-rp-ba3','14567670160750071148',30366),('AbFvOql3iIinn4G5le0_p29ma5oW6vqMXvrNrR4_5cpf5Xh1GfuRXguAbQ_cX-Oxa76DTVv5_nDBWQ','I had a great experience here, I needed to get a rapid covid test for an appointment the next day. So I called Signature Care was seen, and got the results the same day. My Nurse Miss April was amazing very kind and a joy to talk too, and the staff members in the front were very attentive and friendly.','2020-10-21 18:38:12.708000','2020-10-21 18:38:12.708000',5,'Riley Spradley','https://lh5.googleusercontent.com/-bca2oQJltBo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmOmv4gisO28u8b2cwmxJh9Vs-ZXw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31477),('AbFvOql3j_evo6w_HkUd3hprLqUcR07nDWWzl7Kyb98WthIKlpDt6L4MugIlXZ_mGcGN16AOnwZAgQ',NULL,'2019-10-03 19:13:17.603000','2019-10-03 19:13:17.603000',5,'David Sanders','https://lh4.googleusercontent.com/-uH1JlX2g-Dc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckHF5Fsljuw1nx9aBzsilOJuVcAdg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37968),('AbFvOql3J8JTja5e2_gSrEqzbn15lHookEseknkDtP6UupxfuaW-TV_6Z1imtpqg4YNXhyGFgsu5','Gracie and Alvean were very thorough and helpful when I came to get tested. I was anxious but they made the environment very comforting and gave a lot of detail.','2020-11-25 17:28:49.178000','2020-11-25 17:28:49.178000',5,'Alexis Padilla','https://lh3.googleusercontent.com/a-/AOh14Gh1IiZ-vkSywQHj9o9xIPNyrMEWzRK8AmQG_hN6CQ=c0x00000000-cc-rp','16389487648212004696',32880),('AbFvOql3K01I_wtcGR4Xb81mJEZzoLnGF_3zwX4brIaspvNfiT0rb03R-QUyFoFa-wUuy4s6d_g0Tg','Great service and even better people! Highly recommend if you need assistance.','2019-05-13 22:10:23.313000','2019-05-13 22:10:23.313000',5,'Noah Brogdon','https://lh6.googleusercontent.com/-udlSg9niVRc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7VlUQMRzQmGH1X5CxG0-y1sE3ag/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34851),('AbFvOql3kUgMqm1d9OwXvtr9L73-sToA00S1PptqLo8xSuhtwLWgV_nIxvec_znHq-5eD3lFtuTs5A','This emergency center was a awesome experience and didn’t have to wait . Amy was Awesome as well Dr.leavitt & Alvean, Keith.','2019-11-17 17:19:39.456000','2019-11-17 17:19:39.456000',5,'Ruby Rojas','https://lh5.googleusercontent.com/-hWQCbAHeqKM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxDLUvK8IDxfnHUj0TgQ68rxzKWA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33732),('AbFvOql3LjPltiHLQB-3tzGM01Fd72jcSxzNRBIYNgXDY8HYh3vucbXVUFXZ3rO7BMOBF0VxoClj','I always have a wonderful experience every time I come here. The service is very fast and they really take their time taking care of you here. Dyveliz Kim and Anthony are who took great care of me today and they are very sweet! I would recommend coming here for anyone who is in pain because they take care of you right away!','2018-10-22 22:13:16.212000','2018-10-22 22:13:16.212000',5,'Kendrick Maryland','https://lh3.googleusercontent.com/-fzfEsI_WzZ0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnd1un1OjKq7SZfr5bMy4L9GkUSQg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35146),('AbFvOql3lNZh90fl82G29GtXXMrTPOWoD4jmEq0VJnjAH2PdffiYO0vwBSmCYC0iX0za0VFIp6CZ','Efficient and fast. I felt secure with Leah. She has a really cool interaction with the patient. Thank you! Keep up the good work.','2020-08-01 22:58:47.040000','2020-08-01 22:58:47.040000',5,'Daniela M. Zolezzi','https://lh3.googleusercontent.com/a-/AOh14GjsHDrxgk43xCHd95P7gEfFptZDDYTj5MDlAZUELg=c0x00000000-cc-rp','13486358490203335051',29343),('AbFvOql3Ni8_z0Gux6QeumMtxXU5x2ZNhFoD81KpehViYNY1x2ezmq5TSjVTdLR3sRM7o5cgfiWLLw',NULL,'2017-11-14 22:33:45.993000','2017-11-14 22:33:45.993000',5,'Victoria Zamora','https://lh5.googleusercontent.com/-j8PIv7k53Y8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl7s_Liebv9OpwKyYHoSmqt1XnYGQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35352),('AbFvOql3nIvdgp6t2qagths58pObPUqY4-pqN9r8RL6CGUOnCPM5aZCMQHp-RnwAvsGM101txov9wQ','This is my second time here and this one has been just lovely they have asked me multiple times if I needed anything if I was ok. I\'d recommend coming here','2020-07-08 19:52:30.548000','2020-07-08 19:52:30.548000',5,'Caira Bodine','https://lh3.googleusercontent.com/a-/AOh14Ghmk_rIphidSs2gveG2mI2FRcw3hY4JsR1lNXuz=c0x00000000-cc-rp','2694018788013845459',39048),('AbFvOql3Npt50Hgyl2mmzy9Hy4K92SKMVI7ZJcccrnYzRwnPe42cW9Fh99N5k9L2cNeV6A2md7irwQ','The staff are very professional and friendly! Always keep you smiling no wait time! I love this Emergency Room.','2019-03-09 22:03:02.482000','2019-03-09 22:03:02.482000',5,'tamekia wiggins','https://lh5.googleusercontent.com/-JcN7g4ejvsI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnYRGznCiJqL5og5DhFawevkpi4BQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43286),('AbFvOql3ONa7tWbOHQ9RVeDU3GSkJDBjCIoWkOgRLVsnr0Nkx1XDJqcmafwusPMNo8tJIjJMUKI8lw','I highly recommend SignatureCare Emergency Center. Thank you Dr. Miller and everyone else that attended to me.','2017-04-27 23:28:22.716000','2017-04-27 23:28:22.716000',5,'Juan Juarezf .','https://lh6.googleusercontent.com/-nBwu9RabWeY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckPPGdTUUYqZPbu9OcyULS52FMgHQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31052),('AbFvOql3pJNU7OkTvZdEA4CdI5DAxbeCdPN-WS7lYt0kikFxF3RRZsRbzXz4tAdKUm7l7DgiIFGP9g','nguyen, C\nshawn, K\ntrisha, B\nshaylene, A\nalyssa, P','2019-12-21 13:20:37.432000','2019-12-21 13:20:37.432000',5,'Fivestar Twelve','https://lh3.googleusercontent.com/a-/AOh14GgovyoAiaCG9KKLDI1ZghX4exffWJgD-3XiTPE9Bw=c0x00000000-cc-rp','8918455867446117794',43155),('AbFvOql3Qoek-_k7xiDDEQg4cNhibHh0W4DAzg7xPQ26tSlQWAnfhty-NhENekGa-5EpEGDHlk9Aeg','Amazing staff and clean... very quick and professional.','2019-04-01 09:21:39.643000','2019-04-01 09:21:39.643000',5,'damien williams','https://lh3.googleusercontent.com/a-/AOh14GhtiH7TUuOFuHi6NKD4B38xKpMtWBeZjktKhcw-fA=c0x00000000-cc-rp','2694018788013845459',39368),('AbFvOql3rgbJnAMMx00acbw_ofWUMpebURUvu70oJXsDX4qevTS8wG54zxPV1Ln0vp5InPejH8R3','Great experience even though I was really sick. The staff was attentive and kind. First really great experience in an emergency room. Shout out to the following staff members y’all are awesome!\n\nDR. ROSE, MD, RUBY B\nNurse: Kathryn Joan K\nRadiology Tech: Townesend T\nFront Desk: Earl J H\n\nAlso the second shift staff was great as well but I don’t have their names.','2020-06-04 11:50:31.029000','2020-06-04 11:50:31.029000',5,'Shakaira Dolman','https://lh3.googleusercontent.com/a-/AOh14GjxoO1UQj5QhihZqAShpBDY1KHdIG_ect1tsI7-=c0x00000000-cc-rp','16891069708558046635',35902),('AbFvOql3SJybSkUpulN7ID-za96n6LIPDcKOHPQWhiI2Sq9xnnWoYnT6XnUQ6QJTh1zT4HVFH9Ef',NULL,'2019-06-14 18:25:48.255000','2019-06-14 18:25:48.255000',5,'Matt Duran','https://lh3.googleusercontent.com/-eD-HzfRi_9I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnD0zSVAKqVSOjWG8KDluKnHvRDOg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29799),('AbFvOql3spcQm39ubjCXCRUEkldYUW2B-RgXZ8BsHwWp-5dvPG-Sbg7ZQ7fJbjuv-zwxeYCR55J-lQ','The staff was friendly and quick. They were very informative of what was going on with my situation. I will definitely be using this emergency room for any future problems','2019-05-17 13:59:57.867000','2019-05-17 13:59:57.867000',5,'Taylor Gray','https://lh3.googleusercontent.com/-spzJ_MXPNVE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclpwp7QUv2iERvlGurLxo4BLsc0Nw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38180),('AbFvOql3sw7qSV_SjREx6suBdVq9SC23Hf-AO12ki3hX_1JO3GccT4delLenxcE2yMGDUPo0Qe1SPg','Great Stafff !! Every time that I come to Signature Care the nurses & doctors treat me with great hospitality.','2018-12-18 14:32:59.401000','2018-12-18 14:32:59.401000',5,'Kylie Kay','https://lh4.googleusercontent.com/-BO0XPn1Z3d4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnolFnhVTbxek51kFSgf-yMMcY3Sw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42217),('AbFvOql3TAfYSdILc35e_f_C5Xs5NYDeOKhVdyIZNsqGPyaTwKeRrTjiPl0ytoiTmcc6eH5LPN8OQg','Went in, no wait, immediate welcome! Paperwork was easy, Dr was prompt and was in and out in 30 mins. The staff was very professional and the facility was very nice.','2019-03-14 16:15:03.977000','2019-03-14 16:15:03.977000',5,'Peter Alvarado','https://lh5.googleusercontent.com/-NqdsML2tryc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn4vniMpaRJBu7jgDEU5bVxrFM_2Q/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43283),('AbFvOql3tBtIo9ANR0DL2qZ6r0lUz7arXsx_V52h0it6T3eWx-e_6aD3sSL7qfR3cw3maNdxAArvbA','Theresa M was very great! Fast and quick at getting me tested with COVID19 and very friendly as me being nervous about being tested','2020-07-16 17:15:54.988000','2020-07-16 17:15:54.988000',5,'Mark Lopez','https://lh5.googleusercontent.com/-CrVWJGWm-ko/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmsgJwDH8tAwkZj7TrtQlsttrwK9Q/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41370),('AbFvOql3uTbFpP354Vf05CQX-xSxrY4ntk25FSGi7GPj4j23-vJGk13UbhfYYa6VBTgVwBL-ZOyHbA','Fast and quick and had good service and also amazing faculty.','2016-03-22 02:28:37.892000','2016-03-22 02:28:37.892000',5,'Charles Deltz','https://lh3.googleusercontent.com/a-/AOh14Gg0tNkDWfQCGs8noZ5jGuQ3Y8WE4rly7dMriHdFJQ=c0x00000000-cc-rp','3511292162159714121',41249),('AbFvOql3VS3Z-CQX0oQ_idibzweNhZEqUMjb6--zzzBBwgP3C9BY3wrtGu1CC_zfTeVXTK4Ax_36','Great experience! Thank you Dr Ortiz and Nurse Kristina for thanking care of me!','2020-01-21 16:03:25.109000','2020-01-21 16:03:25.109000',5,'Amilkar Martinez','https://lh6.googleusercontent.com/-tCPhkfVBBlQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnsiOEkg2XF5sF9YlsQs_PNnmJoyA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28799),('AbFvOql3VynwL2Z8C73GFH-cJXZbzLmVQMk6p5ljx8uYe-NNTNrxLpoZtkeDOQPp3RywBkIMM7Ji','Came in for a COVID rapid test that I needed for work. Very easy process from start to finish. Receptionist was friendly and helpful in getting me checked in. I got there about 9AM and there was no wait. The nurse that took me back, Cody, was very friendly and informative of what to expect throughout the visit. They did a great job making sure everything was sanitized and keeping their distance when appropriate. All around good experience!','2020-08-11 14:34:14.241000','2020-08-11 14:34:14.241000',5,'Matthew Wooldridge','https://lh6.googleusercontent.com/-z62EL2p9WY0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmetyzDKMMdHGohMgA1ZvfmM-3Gag/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38622),('AbFvOql3W_HDtTMC7Nk94pr-X71sm0IFc8gwW87m5kvb7iCjfcDiCS8EOutFTsOzpecrT66JFlhsbA','Staff was great and Kim was of great assistance. Would definitely recommend.','2019-08-17 01:25:56.620000','2019-08-17 01:25:56.620000',5,'mk go','https://lh5.googleusercontent.com/-R4p0vZt2bhU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXEl86838-8OiWVXxCa2JyLJbKGg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29698),('AbFvOql3WtQVrHBdOrAQmCNI_egWHDZJmx3wBSI5AeGNE1znRQ42DY3YGzwd7Xa0RqlzotS21rB_','The front desk staff, the nurses, and the doctor were excellent','2018-09-15 05:41:43.242000','2018-09-15 05:41:43.242000',5,'Alice Gray','https://lh3.googleusercontent.com/a-/AOh14Gi8_rTyr3--Qg_0-adnSNyjKRkzP5gAWi2dhZCn=c0x00000000-cc-rp','14567670160750071148',30724),('AbFvOql3Xfl0cOW6CoaHfeMLSQuKHvFKZADOZdnWQxuVafOgWpsQ5AFCs6i1m7_-4Kt-LaQ2HwxU','Came into the center and was helped right away. Staff was super friendly and polite. I totally don\'t like hospital but if i have to make a trip I\'m definitely coming here first. They were fast to help with pain meds as we found out i have a kidney stone. Thank you so much for the help today.','2020-02-25 03:30:02.166000','2020-02-25 03:30:02.166000',5,'Bobbi Manchester','https://lh3.googleusercontent.com/-CPMIR9ThS9M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmaUbT6EWvs14E58IL7LLDyOuR97g/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41451),('AbFvOql3Y31-p7Ky1gQGRq05CkTBZ9Aq2ghGCB4AOJlKMFVg9fiM4-tSkra64iucT0cOyRz1-O17lA','Chelsey and Katie were so friendly and helpful! Awesome experience!','2020-10-27 00:33:34.308000','2020-10-27 00:33:34.308000',5,'Andrew B','https://lh3.googleusercontent.com/a-/AOh14GiHg2VDHptdJOubqK-4SSQYYrxh5BZAMas1cm42=c0x00000000-cc-rp','16891069708558046635',35664),('AbFvOql3yATqyEQfLmTnXsuxV9aOYCyEkepTO5J6dJkvbYum7AOxXRbngzWqWO4ZX8PYePtUdsqaHg','The staff was so nice and funny! Even though I was in large amounts of pain they made the mood very light and had me giggling! They were all so very awesome! Special thanks to DR. MAULDIN, MD, MARK\nNurse: Robert Issac\nRadiology Tech: John\nFront Desk: Therisa','2019-04-29 01:58:18.884000','2019-04-29 01:58:18.884000',5,'Shelby Phillips','https://lh5.googleusercontent.com/-UNizM4_NpWw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmHjRhK2qRiAN3OAJSuhicwgZ5bsg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42705),('AbFvOql3YgAeE1hCslUFd4fJwajAJA61E260LQOn-5ctn3-fpadOffeVcCUl4JYHwKalcyM0ghX5JQ','I am absolutely in love with this place I was admitted Monday night for pain...the nurses and doctor and even the radiology guy were very friendly helpful and made me more comfortable because I was in there for a really uncomfortable reason...after the doctor determined that I needed to see a surgeon I was moved into a more comfortable room were the nurses and doctor came in and checked on me more than I needed them too...just my overall experience was wonderful','2018-01-11 19:22:59.122000','2018-01-11 19:22:59.122000',5,'Azzi Sanders','https://lh3.googleusercontent.com/a-/AOh14GiW007tr6TWHn9qnL6YPlJapmQ4ipE-_WMOWduLoQ=c0x00000000-cc-rp','17394740196501090048',37002),('AbFvOql3yIhEhaFbNT7CJAh34ZzTi1qzneDtZPq27dZC4voBeMViRzy64sI6E-RA1CfzUA3pxSmE','Signature Care ER is great. Patricia at the front desk does a wonderful job of welcoming you in.Dr.Nguyen was knowledgeable, kind, and calm. He put me at ease and relayed info in a way that wasn\'t alarming and easy to understand. My nurse, Alvean, had a great bedside manner and was a wiz at the IV. Last but not least, my tecnician Chris, kept me laughing , all while performing the tests needed. If you have to be sick, there\'s no better place then here.','2020-01-26 22:24:19.069000','2020-01-26 22:24:19.069000',5,'Shannon Kittrell','https://lh6.googleusercontent.com/-vkS2WneGWPk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm10YGAFUI2b4n_m1WsmDjlsTTP8Q/c0x00000000-cc-rp-ba2/photo.jpg','16389487648212004696',33448),('AbFvOql3yyhcaRF3pmDZ0pADYjk8zLD-gLDsWK3qp1VO8UONXRbyOrhOBRnJJoB10BH84t6HdxNI','Everybody was great and welcoming. Alvean gave me the easiest shot in my arm, I barely felt it. My birthday was yesterday and Jesus paid enough attention to tell me happy belated. It\'s hard to find amazing customer service at an er place but that\'s what you get any time you come here.','2019-07-27 13:53:46.160000','2019-07-27 13:53:46.160000',5,'Dominic Maxwell','https://lh5.googleusercontent.com/-IsF3kZFFOhQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnJ_ZpX52bB3sqwIChdrs0o0NRJwg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOql3ZyYqS_Su6A-nU_oMatOg9DuR_gBoUjAukznrHJNpp8sQVbG3Qfu1C6C5iXpkHDdmVruChg',NULL,'2019-01-16 01:52:05.385000','2019-01-16 01:52:05.385000',5,'Aleah Otts','https://lh6.googleusercontent.com/-NhCEQKnI9bs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhlmAHKwrRdv06kkMYaLGj5PTDzg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29945),('AbFvOql4_cyB1u3GJVwCoiDrtvvqD4BeJY7QZAZuOVfrUSTJaykXHY9HOaTRly8uunFwQ_u3M7qf',NULL,'2020-07-07 21:19:14.146000','2020-07-07 21:19:14.146000',5,'Priscilla Meyers','https://lh3.googleusercontent.com/a-/AOh14GhGHud0zOasdR6ACFYjnkPWVF69D4sv_8Lj6YCzuA=c0x00000000-cc-rp','17394740196501090048',36563),('AbFvOql4_DFXAMe6FOUSCDCeezgX-qlVwIQc9ek6GQnjyq0pqg8NAN_jNHcbYMZoxnEpddE--jZVNQ','My daughter was brought in just as a precautionary due to bumping her head in a car accident. We usually go to North Cypress for all of our emergencies but thought we would try Signature since they are closer to us. All of the staff were professional and very informant. The Dr explained everything to us several times and gave us several opportunitIes to ask questions.\n\nI know ER’s can get chaotic and everyone is spread thinly leaving you feeling like you are in the way and possibly over reacting. Not here! They make you feel important regarding your concerns and welcomed to be there.\n\nThank you Signature Care Emergency! This is definitely our ā€œgo toā€ emergency room from now on. šŸ¤—','2020-01-15 16:32:19.817000','2020-01-15 16:32:19.817000',5,'charolette lemier','https://lh6.googleusercontent.com/-ztEVBVoAtwY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck5IbRtvZ7kLWn-BjLhyfnsg7OBtw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37750),('AbFvOql4_F_O9K5nMBXRoqN5murSdfcQLkXw-3-7fnvagME_5Ysd_37CQ8ZrnW7jdr93mHbHx6xgZg','Worked very fast not a long wait time. Emergency center was nice and clean','2019-11-04 23:45:17.740000','2019-11-04 23:45:17.740000',5,'Michelle Engroff','https://lh3.googleusercontent.com/a-/AOh14GhOOoFwLhCmXhqXOYo7V_fieGfSdS-ldXTesGFK3tw=c0x00000000-cc-rp','2694018788013845459',39217),('AbFvOql4-7yB_rIYbussdhbMUM4I6YQqPRJ0vLWH-0mHEAx9tSso-mXew6v9zEX8KjE4s3r_FB4cDA','The team has been fantastic in helping me out.\nRegistration from Mercedes was quick and easy\nAnd the nurse Kristina made a great job in explaining what I had','2020-02-03 05:55:48.605000','2020-02-03 05:55:48.605000',5,'Quentin Lefrere','https://lh5.googleusercontent.com/-GJKV9H9Gt10/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclYlvvoTQE8vUhV_nvcrv66WZC9bA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28760),('AbFvOql4-Z7ztcpUqDz53zusiA8WSnWt8kC6xAwwmkn0nqWi0jF7hPs-NFQjA5ADpktBDyHd6U7-','Peaceful environment, and the entire staff was friendly','2019-11-20 18:50:21.926000','2019-11-20 18:50:21.926000',5,'Rayquan Jones','https://lh4.googleusercontent.com/-xt59Jx9VDU0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn41-Ljctf1SdauWEYx2XjFNRKeoA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33705),('AbFvOql40BDhVE1FdvQMWahsAnHr3qx1JnVbbLJE8WNhLQm5tTypCfbb4nITjz6fxow7luF3NYzSWQ',NULL,'2019-01-06 13:32:10.983000','2019-01-06 13:32:10.983000',5,'Jennifer Holt','https://lh6.googleusercontent.com/-sBooBt-gY0M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnGR4OCWwufTxV_VcvL22g0dcj2yg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42193),('AbFvOql40SqIW7dE0wihFy4LaSl6_SCjo3Qbe5VC4ruZG6EuZtYMFG-Pw-VxJ_fhWSiqVF_Y0WUfSQ','Mercy was super sweet! All the staff and Dr.Faig were amazing. Will return if needed. Quick and friendly.','2017-10-25 17:10:41.818000','2017-10-25 17:10:41.818000',5,'Terra Henderson','https://lh6.googleusercontent.com/-vodAsMdG5KY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmqAIkIYrCY_hHu2Oflc_dg2ePIOA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41002),('AbFvOql40Xb34LGBHqAefeXbreOzS_MupVX-uqVbtPOlQKOC0rqCzY6Fos-iUiEgQHN-zhdOw6pbyw','Staff was amazing and very friendly, went in for COVID-testing with 6 people, they got us processed quickly and we were in the back in less than 10 minutes and out in less than 15. Great experience. I would recommend this facility to anyone!','2020-06-20 21:51:03.989000','2020-06-20 21:51:03.989000',5,'Jeff','https://lh3.googleusercontent.com/a-/AOh14Gh8a2G5lrg98ygTNJ85ORmNDPyguVWwjpwFEUSS0w=c0x00000000-cc-rp','8918455867446117794',43029),('AbFvOql41_ITm6YIyg4mOJQv9JhNFJ_Yc1ps1hXEV3f3mEnshxpelavZuWtzMlLFXQUoPJz-W11eGg','Had my second visit at signature care and the wonderful staff made me feel just as comfortable as the first time around. I’d like to say a special thanks to Vanessa, Huyen, Rohan and Edward. They all made an experience I was dreading the best it possibly could be. I’d suggest this place to my own mother. They always do a great job!','2018-08-15 21:48:47.569000','2018-08-15 21:48:47.569000',5,'Dylan Wilkerson','https://lh3.googleusercontent.com/-dmgnJnFrDXc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck1BECT0C40tpsRCCOAPvJtB5F9Pg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36373),('AbFvOql41QcJz8BJrFNp8LzhwU1TuUtksmdgNFBFtuUwJKCkEp6DocEjDQe_IBTwxLMJy3PgQ6Q68w',NULL,'2020-06-04 02:37:44.421000','2020-06-04 02:37:44.421000',5,'master jr Sanchez','https://lh3.googleusercontent.com/-0sruOUqVdGw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjFvu2IK1aSCAvAaRa9PC4aG_SWA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43043),('AbFvOql444CQVtpa-dNZ_LFdtzpKC4KgKdn-HNm_6XtArFPV4pP9BXNEk4OCh5Yj5DVRn6aYbdBZag','Rachel and Manny we\'re awesome','2020-07-24 19:52:00.637000','2020-07-24 19:52:00.637000',5,'Nick Talavera','https://lh3.googleusercontent.com/-MPwoBJwTup8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmSQXKbJtglxwfjGD9OWLhMgYf9Jg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41345),('AbFvOql45cyCGrTSpMyCvR7XYU2AWCEONGPahpuxcH97bJtBQ-9z_aTzu1nqdnQ5JeuL3t8oQOcp4Q','No wait, friendly, and I would recommend to anyone and everyone.','2019-01-15 00:30:19.059000','2019-01-15 00:30:19.059000',5,'monica gordon','https://lh5.googleusercontent.com/-QVl331d9D4Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmsjBKJ1tyezPiUfVh6029emrtyJg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30631),('AbFvOql47uXWZlkQ51tHat8DYMVxKICrZnpcm-9qZ9H0fjg6v93Ap7bMgI4TIg_lMyuhFH2gtKIYRQ',NULL,'2020-02-19 17:15:50.518000','2020-02-19 17:15:50.518000',5,'mary latimer','https://lh5.googleusercontent.com/-ouCEmXQmQXE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmVifbLTtE_OksTGPg3TFMngqTD5A/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41937),('AbFvOql47wpDqNQWq3c1EwhQd4gJtziOV1_NxIZVEE7degO9sTJmEXp7e7sBqbjNo37RQCs9_MFHXA','From the receptionists to Johnny, to Dr Jolly, everyone was professional and caring. Thanks again!','2018-10-09 23:53:21.194000','2018-10-09 23:53:21.194000',5,'JR S','https://lh6.googleusercontent.com/-kTBHq98CfY4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnPpKOXYrprTtmKr52__LBMl5ERyg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32537),('AbFvOql48bSIGjXlVFGlyI-1OdBd11jDGdbBp7KNVeHQ88uum7prJfr5du5RImKIP8tkeDVCvaVI','I had an amazing experience here though it\'s been a pretty tough week. I came in to get checked out because of a car accident that resulted in the air bag being deployed. I came in and service was fast and the staff was even better. Hamazah and Juan came in and made me feel better about the situation. Offered water and blankets and made sure I was okay. Eve helped calmed me, never had a catscan but made me feel comfortable. I would gladly recommend them for any thoe of service','2018-08-04 14:48:57.727000','2018-08-04 14:48:57.727000',5,'Eddie Fields','https://lh4.googleusercontent.com/-PWMST0pxODI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmf6CCI54KSCbDQ_l_I3Hw-RsWadA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40897),('AbFvOql49dmDO7kjs0D-0PYO0KyI0Gju5_EBTsEdF0OClsMklxWen0KeCTny6o4Dhqtuco8S0FbiIg','Dr.Baker was amazing. She was very patient and understanding. The wait time was almost none. and everyone there was so nice.','2018-07-08 17:17:55.685000','2018-07-08 17:17:55.685000',5,'dtrainerbondage','https://lh4.googleusercontent.com/-7-FsbbmGa3k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBvvu_cAy5EKNNnpedrUKUUzbqew/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35259),('AbFvOql49Js4Q5NBhOH75AgPDN87bIRThvzhMk5frd0pvMeToI1ASOUeoz3Vj3iY3kxaHfVtqv_8','Came in for a rapid Covid test as I needed results quickly and Dalal was extremely helpful at the front desk did a great job of explaining everything to me and i surly will be coming here in the future and will recommend anyone to come here.','2020-09-24 14:00:58.393000','2020-09-24 14:00:58.393000',5,'kassandra calderon','https://lh3.googleusercontent.com/a-/AOh14GgfnuGdizfs5ZGFtcj0Mybdr6X2DDdiilSYRq-Y9hs=c0x00000000-cc-rp','14567670160750071148',30097),('AbFvOql4A1--9ATvcTkdg8VHZnUINvF4Z5GhYU0uC8nUE-GjcyIN_vV7wLx1P8PkRlUkJBVHAaPI6w',NULL,'2020-09-07 16:30:16.686000','2020-09-07 16:30:16.686000',5,'Kaylee Cloutier','https://lh3.googleusercontent.com/a-/AOh14Gjc31-0JdqrzxatAToSoWwU7F9_UCMAIyZbENx8GA=c0x00000000-cc-rp','14748677429039074158',31697),('AbFvOql4a3VeqBd-rI_hw6G11-ZSYblJzkMoOEjL13b8M2Q4adJjwGi8WW6q7KQo4X7AebFrdgCWjA','Very professional and very friendly Team\n\nDr.Diaz\nNurse-Kristina\nTech-Kramer\nXRay-Allison\nReg-sita','2019-11-27 11:30:08.924000','2019-11-27 11:30:08.924000',5,'Andres Delarosa','https://lh6.googleusercontent.com/-9bUj1bhnSQ4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnLCsbu-j4nRZkBQk97eVZBGc2Zcw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29558),('AbFvOql4ABvFCQrn4aST4EmDAMWIAg_m4O1GgvLoPr90dAdVMUcM7TGBGDLKblnKHu_2R5bFE30NYA',NULL,'2020-07-25 15:46:11.424000','2020-07-25 15:46:11.424000',5,'Juana Olguin','https://lh3.googleusercontent.com/a-/AOh14Gh9IjCtOdh7A2h5JW34xLTFyno2Lce6CySkawe0ygY=c0x00000000-cc-rp','2077061009497551125',38781),('AbFvOql4BemXrLXeqZxrqkziS9LOMSswo56a97MjFlZLGncUYLQkxiwt49AkgDxgxQZNlSOsHIjrzA','I made an appointment online to get the COVID19 test, showed up to my appointment and it was nice and quick. The doctor and the nurse (Cody) were really nice and the doctor was great at explaining the procedure. I felt i was safe and well taken care of.','2020-07-29 13:57:40.818000','2020-07-29 13:57:40.818000',5,'Karla Escudero','https://lh3.googleusercontent.com/a-/AOh14GgiBYkksk3SMHZZzHrOY7-vYhwZA7J43cPd9GticA=c0x00000000-cc-rp','2077061009497551125',38711),('AbFvOql4BGAoNiQMHy_qLfwnpWmINqAQNTuYcuQxzmbq6Wn-whx3LzfhufJZvmCkDySr06ScHBW5','Dr. Souman was simple and direct! The remaining staff was exceptionally nice from Amy at registration to Ms.Agnes in nursing. Will definitely be back for any emergency in the future.','2019-05-04 23:38:07.336000','2019-05-04 23:38:07.336000',5,'Patrick Lister','https://lh3.googleusercontent.com/a-/AOh14GiOhxMaCNI-3BubHH4O09ycVCCL0--hYr2sObcG=c0x00000000-cc-rp','3511292162159714121',40585),('AbFvOql4bMrBhV_NEmeVzCSsqfTxruhYVCYdlWLMvxddYsItTriQDusSSUrVAcF5Hko9DPb2n_8f','helpful, fast and professional','2019-05-06 07:44:50.427000','2019-05-06 07:44:50.427000',5,'Amanda Trost','https://lh6.googleusercontent.com/-e_1esZMKblk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmI76PkJ9aOZGMzWmwH4prjpDAgwA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43271),('AbFvOql4C5T1mjllL70S8ACcjyr2u7GV1OTpta-2rCDZrJfeRUlEKQC1LAAyynaTovTt4u6WHY4a4A','When we arrived Tanisha Tanisha greeted us with an upbeat and attentive tone! Fatima the radiologist also received us with a polite tone! Nurse Jennifer came in with the tech Elaine. they were both warm and gentle! Dr. Thomas also was attentive and showed needed concern.','2020-02-12 10:47:14.830000','2020-02-12 10:47:14.830000',5,'Velmeta Carlis','https://lh3.googleusercontent.com/-84XAmEqIMmw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnXvRJxYjsdT0tMt8tr-SYR_KvuXA/c0x00000000-cc-rp-ba3/photo.jpg','17898197009688164559',37702),('AbFvOql4crXFZIyJTcuW9QATgqEsg1cQE1E8FjcJq53FsB3-GgYDayImO5REHujpQFS69UcsggICag','I was very impressed with the care I received at Signature Care ER. The receptionist Christina was very welcoming. Unlike other ERs I\'ve been to, I didn\'t have to wait for hours. I was taken to a room right away. Both Christina (nurse) and Dr. Lingan are very knowledgeable and compassionate, they took the time to listen to all my concerns. Overall, I was very happy with my care. I definitely recommend this facility.','2018-04-10 18:16:19.629000','2018-04-10 18:16:19.629000',5,'Janet Alcantar','https://lh4.googleusercontent.com/-lTEWHsN1CcI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl7vV2bMyvhL0mxnltj88QDsPWBPQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36412),('AbFvOql4fIbEmc1DpXPUgaTfNAWYUy-tLsGlVPjEXO15KwJwLTsjoZ07fUr7Xbrh_b9mn1VxZwnO','The help I recieved was fast and all the nurses and doctor were fantastic. Really nice people and they helped keep a light mood throughout a painful back sprain.','2019-06-15 08:39:54.981000','2019-06-15 08:39:54.981000',5,'Nick Daniel','https://lh4.googleusercontent.com/-TrBc86oJbA0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn25i9N-BHTpVDsFJPm22PML3tElw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36177),('AbFvOql4fo36rPmsbr6IBWWe6k3p5eNeYtZIM3B22ISI4pjkIy2gXDOWt8jiKXYhXT0uqfuJp85zHw','Had a major toothache and dentist was closed on a Sunday, they gave me a lidocaine shot which took the pain I instantly away and I was able to sleep last night for the first time in a couple days! So thankful they were open and able to assist me.','2019-09-16 13:15:38.915000','2019-09-16 13:15:38.915000',5,'Brandon Noble','https://lh3.googleusercontent.com/-KV_FjAnuZtk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck2Oce5uxGSxH4viIhqDq0BBtOEDw/c0x00000000-cc-rp-ba3/photo.jpg','16590124370714063921',34675),('AbFvOql4gMGB2JhB-229zmix4h7KunWb0Nt3fULprT0AX1Qi4czQMPSPUe4x3e0kAt-neOd703M7uw','Everyone was very kind, efficient, and helpful. Kennedy and Lorena at reception were prompt and helpful. Megan and Oswaldo, Morgan and Bryan helped me, they were very kind, explained everything very clearly. Would definitely come here again for an emergency.','2020-12-20 22:23:25.666000','2020-12-20 22:23:25.666000',5,'Alana Gregory','https://lh3.googleusercontent.com/-2TMb1WPZVfQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8nQCL3q_cewxwac9M1sOc80kU3w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',43662),('AbFvOql4Hbv-0-qMV9mf2P7oM_fVlSLtTrK2RLdZtdLh0AAVYh1EKHpbW2Qh82tDKI6e5d79ogap1Q','Thank you. Excellent service. Friendly staff. Sarah G, Tanishia W, Daniel B. You guys are awesome!','2019-10-23 06:43:40.713000','2019-10-23 06:43:40.713000',5,'Orfa Reyes','https://lh3.googleusercontent.com/a-/AOh14Gh4c1BpIYXoSfR06TGpJEATjmoRcLym1yPsMFWMxek=c0x00000000-cc-rp','17898197009688164559',37932),('AbFvOql4heUS_zTqqW95jSid46mAlS1T_30ajhLt_Ts_I46sK6jJffg55Mb3enUKOrHRo-DDqd9OPw','Had a great experience, immediately got greeted by Tanishia at registration and made us feel very welcome and comfortable. We where quickly taken in by their tech Carolina who was very polite and caring. Nurse Jaime was very thorough with his questions to make sure they could diagnose you correctly as well as concerning and polite. Dr. Wang was great, he diagnosed me fairly quickly and knew exactly what to do while answering all of our questions with patience and understanding. Thank you all I feel a lot better!','2019-02-25 23:52:10.576000','2019-02-25 23:52:10.576000',5,'Cyn _','https://lh3.googleusercontent.com/-Mb3-1bCW_QA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclLeJTb73Jmkx5E1HtEZlHsBmi_-g/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38275),('AbFvOql4Hi-i9BzWQMngT2LDkdyyg2Qcacu6V7JXnlsH3jxxhVmQ95gU1QS2q3JyUiJr5UxjFYfhYQ','SignatureCare is amazing! They get you in super fast and you are extremely well taken care of! The staff is super nice as well. I had a tech (Natalie), an RN (Jacob), and the doctor (Dr. Pham) constantly checking up on me and asking me if I need anything. Overall best place to go in Cstat!','2019-01-26 21:39:36.753000','2019-01-26 21:39:36.753000',5,'Kara Smith','https://lh3.googleusercontent.com/-pVwWdQwzTHI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn1lEgc_hNrhKn2iFzSC3FPbuqhkg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35031),('AbFvOql4Hrrl5ClqYTZ4K-YBcqthnruDkhlNA0Su3agupZP3FSaEh_57BirmuhHZoZ-qNc2xhBrKVQ','The entire staff was friendly and efficient and addressed all of my concerns. Dr Faig, Katherine, Danny, Laura, Ashley, Kandi and Savannah- all professionals.','2020-10-22 15:04:47.965000','2020-10-22 15:04:47.965000',5,'Annette Weber','https://lh6.googleusercontent.com/-uxWTp8zd0jw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclnpdaQck791QHS7S0VzAmUfaI8SQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28497),('AbFvOql4I83Xr4HeXIr2kkBxYm127c40iSfuULWukOnlKCbZx7Ag9sIFlTFUFyIjSSQV-pXZkxE4lQ','very nice and profesional staff. Andrew,Danny and Kim were very attentive. Would recommend this place.','2019-04-10 02:45:57.518000','2019-04-10 02:45:57.518000',5,'Mayra Gonzalez','https://lh5.googleusercontent.com/-AVBapddslNU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclW8YCJIhxeVjwNGjW-sHI2_UB-PQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29881),('AbFvOql4IzD2_P3voufPCEM5aRFkXMe3B2WGnK_w9G5VTDfOT1R81VL-KE0j3SsHkPe-nGIWwZn0','A bit pricey as the service was considered out-of-network, but very convenient, friendly staff, and I didn\'t spend the entire day there like I would have if I had gone to a hospital Emergency Room.','2018-03-15 01:33:05.035000','2018-03-15 01:33:05.035000',4,'Jeffrey Moore','https://lh6.googleusercontent.com/-kGfJv500nEU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnw9l0Ygk8ObykxOTls-G5UTixtBg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32598),('AbFvOql4J7ho79e5PokOyePCpUbfinVz-XH6gSF0vuQgjQrCjuXXz_49dlEmtTUDk0tTAkqcwpW6','Avoid!! I went in with the stomach flu then got a bill from insurance that my visit here was charged at $8,400! I was here for a couple hours, got an IV and antibiotics. They tried giving me an EKG for the flu, which I denied. Probably were just prescribing it to get even more money. I will say, they had excellent service and were incredibly polite. But you may leave with a bill costing the same as a small car for relatively minimal services.','2018-10-21 20:14:59.265000','2018-10-21 20:14:59.265000',1,'Katherine Woodrum','https://lh6.googleusercontent.com/-DKIi8O-WA4Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUOd3xJJceqHd93qOtToh8STZa-Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40806),('AbFvOql4JNo_PkQcWBmnzIFLkIWHUt4vAZb6yaxTEdiU6e4XrK1GtVMgyG36w-Z2YdNHaijef7fTgg','This place is always amazing, the best care....','2019-06-09 07:33:30.632000','2019-06-09 07:33:30.632000',5,'dana Collins','https://lh5.googleusercontent.com/-giSkjw41AvI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucntnl2j5iYRletSygAaoBRxn2AXBw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32461),('AbFvOql4JwCH5SNfSBBCJ896SJq43_tyAusIYIyA8eFGYXVAnZZ-AXs31dtFQ4xYQ76Xh-Vn84FxNw','very friendly','2019-12-16 20:44:39.720000','2019-12-16 20:44:39.720000',5,'Saras life Adventure','https://lh3.googleusercontent.com/a-/AOh14GgfoeVqU2lFriihmTb1TV4pVkFy_A7jNyYiv5OC=c0x00000000-cc-rp','8626688543755174284',41973),('AbFvOql4k8NuuQeoyD6vSBjSH9jScPc8FpQVDLG2LzGnr-nmsF3Ezh5ZhelB5RReq5hU9I6E3GF3','The signature care in college station always takes such great care of me! Our nurse was very helpful and offered us a warm blanket once we were settled. Dr Vakey made sure I was very comfortable with all of the prescribed medication','2019-08-31 17:58:15.056000','2019-08-31 17:58:15.056000',5,'Jillian Hayes','https://lh4.googleusercontent.com/-K4jDBCXVFoQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxP5LQHzi6_I8-mkxaSrBBzVPAdQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34699),('AbFvOql4KuuA1lSpbekqeCYCMt4oF-LP-7GD1LZ_CyZa2cekUZ7ZasXs4bJNttuUKsVHGwLx3ueecA',NULL,'2020-02-29 16:19:51.492000','2020-02-29 16:19:51.492000',5,'Brittany Howard','https://lh3.googleusercontent.com/a-/AOh14Gg5d_WoF66MG4Tqvi90GGET26zDChBN0hC_-uxr=c0x00000000-cc-rp','3272657195432704501',39585),('AbFvOql4kUYkktv3kLSfetFeVk77lq-y9Rm2DrobAtzJ7VJZwb2OyVklRGizpd4AhFqmarIR-uK3','Clean fast and professional I would recommend this if I need an er','2020-10-19 02:01:41.224000','2020-10-19 02:01:41.224000',4,'Andrew Fees','https://lh4.googleusercontent.com/-KH1LD9FD1Ho/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckdMUULY8otzjWhKNY1xhcpC3tqRQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38920),('AbFvOql4Ky1mSFg8ykJ3A8lEeZ3BGvHB8to6PJJ76d41UpIe4Va89QK6kgWaHYO0mtbztKP2H1vcKA',NULL,'2020-12-31 17:55:49.714000','2020-12-31 17:55:49.714000',5,'LaTonya Wafford','https://lh5.googleusercontent.com/-s7FSnlsHbKo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckpIiHQW-7aLJPq_5cTr24ZbA84ag/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44189),('AbFvOql4lRmreEJ12Ip6qmaTL0ZuprIdyTCc8c-jIMCnHiPMzVxXgtvwirsUd4QeWJ-UNfzNrB4wPw','Had a good experience at this location! Gracie and Alvean were some of the nicest nurses I’ve came across !','2020-11-14 18:29:30.803000','2020-11-14 18:29:30.803000',5,'ems Trev','https://lh5.googleusercontent.com/-RTRGQfZ1yLI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmRBNkfmuCRfdsFAehpE6OmaciztQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32925),('AbFvOql4LrN6TOONEVZK5l2XdzYcLCMwKWHdTeplC0gmSCZvrbmt1mztSeTxg2gGmaPuvtKkoDD-','Had no one to get watch the kids, so\nwe had to bring them them with us. The staff was so attentive to my husband and to my 2 kids. They gave them juice and crackers as we waited. Elaine and Lynn made our experience great.','2019-08-02 18:47:42.239000','2019-08-02 18:47:42.239000',5,'ortiz family','https://lh5.googleusercontent.com/-A2u0ED3zXZc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmOuIOnoqu9XVst8bwscUyXRxVy-Q/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38052),('AbFvOql4OqqaLVeroKXCeU71pbQHRifoqrxzplkrQ_I23Db90YM1kIyeVQ3Ze0XvHM3FVmB7fCnlvg',NULL,'2018-08-26 17:18:17.740000','2018-08-26 17:18:17.740000',5,'Kyle Graham','https://lh3.googleusercontent.com/a-/AOh14GgsL61xRNYFq6Afjv64GECF1MdPHWt6q8kiNykkXA=c0x00000000-cc-rp','16590124370714063921',35213),('AbFvOql4pj2bUzlxwbNe5yVboMmO9DfAXlxqqXhySykWqoZAlWIIvnnYzLourXXSnT9qC2gm0RedDQ','I have never been to a Signature Care facility but on Aug 11 2020 I found myself there and I actually had to stay the night, which I did not know these facilities did. I have to admit at first I was scared to death, I didnt know any of the staff or the doctors but it did not take long for my anxiety to disappear.\nDr. Sajal Das was excellent and there was another Doctor and I am sorry to say I cannot recall his name but both were excellent with me.\nBut I have to give an extra shout out to Gabby my night nurse and Alyx my day nurse. You guys are amazing!!!!! Thank you, just doesn\'t cut it, but thank you for your compassion and ability to connect.\n\nWishing you the best,\nSchultzie Smith','2020-08-12 19:44:21.923000','2020-08-12 19:44:21.923000',5,'Schultzie Smith','https://lh6.googleusercontent.com/-D_vVTOgJtWo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck1vefHbJXwjxey6IVp4eLlGWZsnA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31772),('AbFvOql4Pn9U9XqG7UK52S-6w0xQqL9t73koBm-BLWK6PUH4oMXiez57kIDAwPLDgk_uJQRLXPiH','My husband was in a lot of pain and from the moment we came in we had a great experience. Anna was very warm and friendly and got us registered very quickly. Thelma got us situated in our room and helped ease any anxiety that we had. His nurse Erving was awesome. He really made our visit go so smoothly. He was super nice, very attentive to both my husband and I, and he was more then happy to answer all of our questions, and was so relatable and just made the situation feel so comfortable and calm. Dr. Tran really went out of her way to help us find a specialist for us to see on Friday night and was great at thoroughly explaining all of the treatment she recommended. It was super clean and they have awesome snacks. Overall great experience, best urgent care/ER I have ever been too.','2019-10-19 02:46:57.119000','2019-10-19 02:46:57.119000',5,'Extra-Ordinary Events','https://lh3.googleusercontent.com/a-/AOh14Gj3S4OMdob2n26xwwsqaBY_u7SZIdhMafK7NDDE=c0x00000000-cc-rp','12541597562633926366',28996),('AbFvOql4qF2hwM1JTtFxTbEyn7YLgt5VKQFDCb_n6Ah-T6MLhruQtUdPo3BOOXuWlMZtMcOJ8TZo-Q',NULL,'2020-11-20 10:50:50.591000','2020-11-20 10:50:50.591000',5,'Connie Cole','https://lh3.googleusercontent.com/-9KRLS3AKB7Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZ-pJIdDvca0aM1MILxeere4hIxA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32906),('AbFvOql4qFwUUaikkoy_x-bng10x34juV-IXrkuHfhESGENNX7FPmsT5WBhNvvbbrJBG05qpxM4oog','My experience with the doctor and nurses was wonderful. They are a very caring staff and took great care of me. I will go back if i ever need to. Dr. Henderson was amazing and Mollie and Eric were so sweet and good at what they do.','2019-10-23 16:26:11.947000','2019-10-23 16:26:11.947000',5,'Erika Faulkner','https://lh3.googleusercontent.com/-Z0T-aR-Z5rw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclDWVMXp3793uiWVoWPTcwB22zgbQ/c0x00000000-cc-rp-ba3/photo.jpg','3272657195432704501',39786),('AbFvOql4Qm4dD2C9k42-LNr07-NqRTa9tv3MlqAZl5TEctbrIGWLcCx-vD6DOak6aGUZo29IrqDbpw','I came in with a friend and was taken good care of by tory, she was very nice in offering me to sit in the waiting room with the tv and refreshments, will definitely recommend.','2017-02-22 01:47:26.885000','2017-02-22 01:47:26.885000',5,'De\'Ja Brinson','https://lh5.googleusercontent.com/-5zG7irngeKY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclLJd5z8WXpdga4xkLge4e_TB2TSA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41101),('AbFvOql4S5ohP0cFM0xvO6emHf-2VsW5NFkqKfmQah7M_8GWzGR_QyyPX-8WwZmyMjNfk4FQJex4HA','My family and I received excellent care at Signature Care! The receptionist Robin greeted us with a warm welcome. Our tech courtney got us back into a room very quick and made sure we were settled in. Billy the nurse did a fantastic job at entertaining my child and making him comfortable during our stay with a high fever. He put the patient first. Thank you Signature Care and thank you Tiffany for sending us in the right direction.','2019-07-16 04:37:48.378000','2019-07-16 04:37:48.378000',5,'Katelyn Nelms','https://lh3.googleusercontent.com/a-/AOh14Gi9xuVzavj_Vy0zxJrtBUDpBZPkPh36Kc2iCACXqw=c0x00000000-cc-rp','8626688543755174284',42025),('AbFvOql4SdDdZnqkDw5y_6i_E1WnsG2hrOR2Uv1UvEFnOIN59EeNMQ1YrFWmnbl4M0Z6cv13WLuH2Q','Such great service. Especially by Ms Alysia at the front desk. Super efficient and quick. My husband came in for some relief from the pain of sprained ankle. The doctor took great care of him. Glad this place exists in our area','2020-11-21 15:46:14.410000','2020-11-21 15:46:14.410000',5,'Claudia G','https://lh3.googleusercontent.com/a-/AOh14Gi8e8YIg_Lk_qdgG96EUO8FJMJnpRk0qSC2i1F08gE=c0x00000000-cc-rp','12541597562633926366',28447),('AbFvOql4ST87g0kt7C6hfuW8ke0XYpbKLSRvGheU1DxN4n11EnYWemBGQRudHFxbJl_2XgOMIMhBOw','While I did not have a quick and easy stay (this won\'t be cheap), the staff here was absolutely fantastic. This will be my go to emergency center going forward.','2017-12-28 19:00:26.768000','2017-12-28 19:00:26.768000',5,'Chad Price','https://lh3.googleusercontent.com/a-/AOh14Gj5RlDdV9f-jUQrt6Thom7UgeGB9N7livCX1E7p-A=c0x00000000-cc-rp','14904078213800803294',32621),('AbFvOql4SvPERn-MWdZlGlnTMP9ou4KLKd88MrTLAbfGMlcdbcyQ9t6bpHtD_gmTxB2P0z0BW241Jg','By far- this is the absolute best emergency room/ medical staff I have ever dealt with. I wasn\'t even waiting for 1 minute before being called to the back and immediately cared for. I received a thorough examination and multiple tests- to rule out all possibilities. Both doctors (Dr. Pham and Dr. Harjai) exhibited excellent, warm and all around comfortingĀ bedside manners. Dr Harjai sat down with me and we talked about my issues- where he displayed a genuine concern for my pain and wellbeing (which is not something you see often).To be honest, I am not a fan of doctors, but my experience here has shown me that good ones who care do exist. They accepted my insurance (United Health Care)- and the copay was the same as it would be at a Emergency Room. I will never go to another ER again...I will return here for any medical emergency. Thank you so much for everything!','2019-12-20 02:45:19.955000','2019-12-20 02:45:19.955000',5,'Judy Taylor','https://lh3.googleusercontent.com/a-/AOh14GiLdiHrGOYRB60nG8Wy3OCZ0ldLauUi38Lqktx0sQ=c0x00000000-cc-rp','16389487648212004696',33593),('AbFvOql4SXBMJmgA9Xo7oyxavKaFmtUE9mBtYghAqQI_oNA9xKfL1phn0TP2AIUh7ioypRnYflvA','Brought my daughter in to get tested for COVID, Ashley W and Brittney were very friendly and helpful. Highly recommended if you’re needing the test done.','2020-09-08 16:05:47.195000','2020-09-08 16:05:47.195000',5,'Christian Dorronsoro','https://lh3.googleusercontent.com/a-/AOh14GiuboYqUz75nQRGNul2ph1f-nwbaV_xFqLNVLJwTYY=c0x00000000-cc-rp','17898197009688164559',37561),('AbFvOql4TO-evH5LQ1H-jHbhyjl2dq5IApTI9jNyjZwta2C1xkKPrnfQO0B5H4h0Gs8Tjegrasb-0w','I went to this ER on 13th April 2015. Melinda at the front desk was very helpful in doing the initial paperwork.\nThe doctor Hung Dang and all the staff were very co operative and helpful.\nI had a major cut in left hand middle finger. The wait time was very less.\nThe doctor gave proper treatment in cleaning the wound and doing the dressing. Also, he explained me the procedure of doing the same bandage at home.\nThe facility is well equipped and I was very comfortable.\nThe nurse was polite and helpful.\nI would definitely recommend this ER.','2015-04-15 14:12:20.860000','2015-04-15 14:12:20.860000',5,'Shweta Shah','https://lh4.googleusercontent.com/-GvDpY3d2ZgE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJN_zfXorbSpzZs9DDtH0lPA2Dhw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37397),('AbFvOql4Ua1K2cg-TUvypb9uv76NHtpi7SgStdYfLawOh6C_pnJeB3wVaKW8mpRTL_KNZPMg_miC','The team at Signature Care took great care of me. The stay was comfy and they had me in and out in no time. If an emergency ever happens again, i know where to go.','2018-11-15 00:41:08.256000','2018-11-15 00:41:08.256000',5,'Frederick Mallari','https://lh5.googleusercontent.com/-4ydATcmxGQA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclDXhAnQDY3WqQqj0wrirIlOyy6VA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40793),('AbFvOql4Ufxi69LZIi4fUfgJYfYW-PY9tnCLfjujq1m34VqB9J0LPw0zOM4QVp13u8rMlByHjF2atg','I have been here numerous times and EVERY visit, despite the Dr or staff, has been the same experience as far as bedside manner. Absolutely everyone is polite, compassionate and warm. I have never experienced wrongful treatment. I have also obserbed the treatment of other patients and despite their weight, race, sexual preference or anything, I saw the same love being provided.\n\nI came during a shift change and both Drs treated me kindly wether they were coming or leaving. Dr. Leavit was amazing. My RN johnny and Radiation tech Bryan ( who both has cared for me on more than 1 occasion) were AMAZING as always. I love this place','2018-09-12 01:31:42.808000','2018-09-12 01:31:42.808000',5,'Sky Money','https://lh3.googleusercontent.com/a-/AOh14GgXvGY65lumYer-FullGqpbN62Knro4iqDDmUyOkA=c0x00000000-cc-rp','14567670160750071148',30731),('AbFvOql4upcPbaLiohMIXX7B98ZyDAYp2TU2X31TQAXN5PSuue64xi14kTlcGwBPT5rsaTMuzevuPQ','I original called one of the local urgent care to see if they would see my son for a possible ankle fracture...the wait time was 1.30-2 hours. So I decided to go to SignatureCare in Texarkana...the best decision I made. I was out of there within an hour...the service was top notch and the facility felt very welcoming. I would definitely go back if I have an emergency. The entire night shift staff...Dr. Curtis, Nurse Kara and Desk Clerk Sergio were EXCELLENT!!!','2019-02-12 22:04:54.745000','2019-02-12 22:04:54.745000',5,'Nona & Tim Bickham','https://lh3.googleusercontent.com/a-/AOh14Gim7KO6pTIVD_aDEaPh_ouj-q3wPQp04z78KS9epQ=c0x00000000-cc-rp','3272657195432704501',39923),('AbFvOql4VHbbKWMKDYsFUwA8ViRUQ-BD8TBE8NKSsszKlkTLbwmq0GXUOmZoIpYQd9tA4MbGXvRs','My experience at Signature Care Emergency Center - Cypress was very pleasant. I’m not a fan of any doctor’s visits but felt extremely comfortable being here. As soon as I walked in, I was greeted by Melissa. She was welcoming and eased my worries right away. I got called to the back right away, and was helped by several others (Sean, Troy, and Jessica) before seeing Dr. Patel. All were very friendly and professional. They attended to my needs right away and helped answer all of my questions and concerns. Definitely would recommend to anyone in need.','2019-09-09 03:53:50.240000','2019-09-09 03:53:50.240000',5,'Cynthia Nguyen','https://lh6.googleusercontent.com/-6yMwTtwc9-c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnH8FRuUidIweh_lFRZc06BU7SYGQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33983),('AbFvOql4VUTgzH2yRqbrujFNcrPe3pv52iC6TF3Fha6eQ_6HTGfMIYqsOvqxzm2HrAfhvqJFhIPbFw','I went in for a stitches for the top of my foot after a moving accident. I didn’t want to go to the hospital and wait hours just for a couple of stitches. This place was close to my house and convenient. My insurance hasn’t started with my employer but they were happy to help me. I was welcomed rand taken to the back right away due to the bleeding. I never had stitches before they were very comforting and considerate of my fear. They took great care of me and I would recommend them to anyone needing great quick care. Thank you again guys!','2019-07-07 15:01:56.696000','2019-07-07 15:01:56.696000',5,'Amanda Getter','https://lh6.googleusercontent.com/-vt3YIOFHA-c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZMY9wgyOcU_x5qb3CMvqnaPdjVw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOql4XaXtTd59DkKTNewiMCnmkkgkNJbM73K96ylysfQb4vGttG8TWF8A7NrJaiOzYQlnXQ2pEQ','Everyone was kind!!\nIrving, sherwin, thelma, and Carly šŸ˜€','2020-02-12 05:10:06.650000','2020-02-12 05:10:06.650000',5,'Carlos Gallegos','https://lh3.googleusercontent.com/-tgpl-ijn87o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmT3bPh5sM1P1J6dc_Fp9im1KTi0A/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28729),('AbFvOql4XtPOWgFSSQDnOxPlIvP9aQVInFdDP0vMdOpScBlA0JDV78HBD1xZrfNCdEJS1Y-G0SCWbg','The entire team was very friendly and patient with me. I would definitely come here again','2020-08-08 16:33:43.600000','2020-08-08 16:33:43.600000',5,'Samra Baig','https://lh3.googleusercontent.com/a-/AOh14Gj3AsCDBcm_PaRi54R87K7x1wVJyD7njMyDT4ylxA=c0x00000000-cc-rp','14567670160750071148',30139),('AbFvOql4z7jhzQfJZ_V-X762O18Jxvp105OAVZbtVwqbLhvhwft9TneWTwYMtBrYqGnn4_Nfa_9AUg','Visit was decent, receptionist was very welcoming and polite, nurse was also nice and helpful as well!','2019-06-24 18:01:51.734000','2019-06-24 18:01:51.734000',4,'Damion Johnson','https://lh4.googleusercontent.com/-659Le4EFG7g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckGL_BEuSO5-br42MFOEASAjBolKQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOql5_ffBXjbYnr0yIN_ccYCtr-tVrAr342zVDajBufwJBTHikyKeD77JEGP2_u6aqzUadqraYg','Had really good service, was in and out of there in one hour. Staff was really friendly especially rashad and sindy also nurses were really nice def recommend any one with emergency to go there','2020-02-07 02:26:09.485000','2020-02-07 02:26:09.485000',5,'Anam Gul','https://lh3.googleusercontent.com/-dE3U8zCZl6U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnR8ctbVPrPB6aPx10MW8yKyWtodA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36635),('AbFvOql5-pqTvNCC8QPhqpKmIcPsaJ4K1VjIoa2WkMHuP7jaXh31lYX8azX310ZrJEreVC12cG3Ulg','Great, fast service. Everyone was caring and personable.','2020-12-11 18:05:40.721000','2020-12-11 18:05:40.721000',5,'Jeremy Corbin','https://lh4.googleusercontent.com/-4fIn6Jq1KgM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclz-FUY1NcXw1ib93vTRXSyCcEDJg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39424),('AbFvOql50h1gT7qPiVJs_jIH8ld7qI0J0qRmEgXNMTxdoV3EibZzp8fBdoJeomDgWMgGWowwuvc0MQ','They were very helpful and took good care of me Dr.Omalley Nurse Alvean And Rick','2020-10-08 13:41:33.293000','2020-10-08 13:41:33.293000',5,'cristal perdomo','https://lh5.googleusercontent.com/-rxTDC7wkryI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnDs5hIU2_hNKqyWAAEoxJeRZC8zQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33172),('AbFvOql50z8GLTBOy2z3F5GkV-93NF5SjGnmtucLLPW14oh4GhDv8xnXniXn_lObcfp4bddCX1wigg',NULL,'2020-09-19 15:44:22.285000','2020-09-19 15:44:22.285000',5,'KRISTY HODGE','https://lh5.googleusercontent.com/-qDIrIA7CeQs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmWlbmobL5XwRVaiLNMuuEeObL39w/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37552),('AbFvOql5289ZAJ5V7_bDBZ7d6IKqL-JfZ2eOXhga1ACi7ggu_i7EzNAaRk7Th2IxMcks5w1VP9PRVA','Dr Zheng , Shawn , Joseph , Shaylene, Lonnie and Alyssa were awesome!','2020-02-07 21:02:48.929000','2020-02-07 21:02:48.929000',5,'Elaine Cox','https://lh6.googleusercontent.com/-ue04sQJcu8Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnmH8UJKjJM4SuEI13FA9ygPfF3_g/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43106),('AbFvOql52Oo3XrcMW14mY3anfZl0kwLv0u8O7bdMyFiUU2kQJturmbYhnFa0p2IwA5vj6AtrhLCD','Came in for covid testing due to exposure. Wait time are typical of any ER and staff was friendly. Will definitely come back in emergency','2020-11-12 05:18:01.143000','2020-11-12 05:18:01.143000',5,'Keanna Alves','https://lh3.googleusercontent.com/a-/AOh14Giptsy4kZtZ4PwkxJSJvB5w-fLDb3H8mEu_ClGo=c0x00000000-cc-rp','2694018788013845459',38902),('AbFvOql53isW9LXJyv3y0g8IlDLUIKB7BgBCp7dhuJSTDP-O0CyuL7zHFFO-ngGdzDZjeazLiiCEMA','Great service with very nice front desk staff, Amanda and Kate! The nurse, Bryan, was nice and efficient.','2020-12-04 20:49:24.370000','2020-12-04 20:49:24.370000',5,'Alyssa Atkison','https://lh4.googleusercontent.com/-Y_fDSpqtpJg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucntDTzQdngWBJwryJqKg048ZiIZZA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34058),('AbFvOql53nKqTD09IhPncTD01SZO_FC7Y_wy_ND62ZFrJ6_2l0f8uSPcB0hOwhEG8fu3Nz5FnfoXZA',NULL,'2019-12-28 01:15:06.790000','2019-12-28 01:15:06.790000',5,'Jeni Varghese','https://lh3.googleusercontent.com/-PI41vZ1Is1Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZMdcMw_LUdTz8ySa0GZ7IazACJg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37771),('AbFvOql53NsIQdX4EOXRINwTenwE5_ypZ0H7vl_8DOCSudpRzVCGAJa6A1gO_VOc_sbqVvf88hCv2g','Very professional staff & extremely quick service! Will definitely return and refer other family members','2020-02-07 04:26:08.407000','2020-02-07 04:26:08.407000',5,'Vida’s Vibe','https://lh5.googleusercontent.com/-NmyXn3ZkGuU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8BaMxpgYhjwuZjmISYpnbgNbogA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43110),('AbFvOql53OWKTQKtCHvMHdbLqRSDw1CbmJaOV8sEd-uE1KDRQTMau6R0sFnle4dyHXjZV4k8ivEL','Excellent service! The staff was very kind and accommodating!','2020-11-10 01:50:53.157000','2020-11-10 01:50:53.157000',5,'KIMMY RHODES','https://lh3.googleusercontent.com/a-/AOh14GiL1NcblEca9Co-kcC2u7Y-56VSiThanXUkH7RB9w=c0x00000000-cc-rp','8626688543755174284',41845),('AbFvOql55-36s0Q_MZXqJFEk6QAkGe_btZmGcQY-2ojTHf_bWHMdXN4YhC1onmelhFf2DcgijiHkZg','Great experience - I recommend this facility','2020-11-01 18:17:59.521000','2020-11-01 18:17:59.521000',5,'Gary Goff','https://lh3.googleusercontent.com/a-/AOh14GiRFPUS225hRRnd_67NiaNS79O5Cs5hFYHLWKIF=c0x00000000-cc-rp','16389487648212004696',33028),('AbFvOql568uJMsy0xGM2fbAWYBdqKRm78HhN3aNOMviGKtmWIxY9kkJSiOhQGDomx7yX55g-IpIc','I had a good experience at this location. Alvean and Rick took care of business and made testing feel easy','2020-11-25 22:29:42.157000','2020-11-25 22:29:42.157000',5,'J Sanchez','https://lh3.googleusercontent.com/a-/AOh14Gg2-RUh57zyVEptj632Aes1ySDuNnAEjaILlrGMJA=c0x00000000-cc-rp','16389487648212004696',32876),('AbFvOql5A3Qa-fgQ1itoafTHuSrvjuoVVwhMCSD-hQzX5VzJkHzCSD_9ROQ767wcJ6pdG05RZ4ve',NULL,'2018-11-17 02:54:56.203000','2018-11-17 02:54:56.203000',5,'Kanti Bansal','https://lh3.googleusercontent.com/a-/AOh14GiCKVKzYDC4NNGzA4jdW26TbXanp0hUppJrg9q2oQ=c0x00000000-cc-rp-ba3','6521947413723274945',41795),('AbFvOql5AdxX8MZUu-bmqOuk0p5R6nRnjZt7J3Wfcn4w0zSE1VujlIuOVC_YkDuwR1PnkzaYT2tjvw','Good place.','2020-07-25 03:13:57.929000','2020-07-25 03:13:57.929000',5,'Andres Almendarez','https://lh4.googleusercontent.com/-cfSeK6rvuKY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmBUYwzJchy59yFPuKY6h34_EneUA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38782),('AbFvOql5awGkYz5JUtCinu-6GNNqsf8Oq0PGR8gMRIm71oZEr574gYFs18UPAc6AkbuNNsc3redD','My experience is always a good experience here!!!','2017-05-12 13:49:58.931000','2017-05-12 13:49:58.931000',5,'Cassandra Flores','https://lh3.googleusercontent.com/a-/AOh14GgYlBeQpqsjCbxXM3xi6leaWcYIYCP187ux9GBn=c0x00000000-cc-rp','14904078213800803294',32682),('AbFvOql5Be3pcQARjeYSKpkJXKU_2FrxAkqLDLef7iW6zW4sjYtZ_gT2pr2e8goYRIIB6QQ1P8O3','The staff nurses and Dr. Yost were EXCELLENT! I was feeling really badly when I arrived but even the admissions process was easy, fast, and nice. The staff offered beverages, placed remote control in my hand, and provided me with a warm blanket. Dr. Yost was thorough and in no hurry. He explained every medication he would be prescribing and told how it was expected to relieve my discomfort. He was personable and all of the staff showed excellent bedside manners. Dr. Yost shook my hand upon meeting me, smiled pleasantly and was not reluctant to touch my skin. I say this because I have experienced doctors who were clearly reluctant or outright didnt touch me at all (I suspect due to my darker skin... just speaking honestly). I totally trusted the entire staff and felt very comfortable that I was safe and my best interest was a priority. I would definitely return and definitely recommend this facility. The space was nice, clean, organized and quiet. Very pleasant! I felt better even before leaving and Kim offered a nice exiting experience. I only wish I could remember everyone’s name. Although the names were posted in the room, badges were visible, and I vowed to remember them; I reckon I just wasn’t feeling well enough to retain as well as I normally would. I give this place a 10!!!','2019-09-13 05:29:00.155000','2019-09-13 05:29:00.155000',5,'Kemeriks Shelf','https://lh6.googleusercontent.com/-JKT4O6OmfgA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnuTkYzuDyCZW7or-1lw02ZjzZwSA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39802),('AbFvOql5bJ7I6eQk-B-CNuQZGCbq4wKUr3vPs5MpwTrDfQclqyGnin_-Bl0BlzReqjcIh97hRN4m5A','it was a great place to get taken care of by Karen and Tracye volunteering to go to another signature care location very dedicated . Karen is over a great team of hard workers that want to get people in and out','2020-07-11 22:41:21.293000','2020-07-11 22:41:21.293000',5,'Mark Gonzales','https://lh4.googleusercontent.com/-0V1slihlO2I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn4Ck0ZxuEevbNBsdhWTZ6G4cjUUg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43001),('AbFvOql5BtPZa6kAhgGHQJZsHh1zPy_CymZmzfOdCcm4o3kaIaCvbfoPGgqGZ_YU8372_bCVszX05w','Dr.appiah\nRobert M\nCarletta\nPatricia\nKeith B\n\nWhere excellent they took very good care of me didn’t take long at all also no waiting at all I love it here ā¤ļø','2019-10-25 20:15:49.577000','2019-10-25 20:15:49.577000',5,'The RANDLE Family','https://lh6.googleusercontent.com/-MmyEldlG-B0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMu0YbcikyfASH5GFaT9uQy8z3zQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33826),('AbFvOql5COgQGDdiU9aVuOScJG4QjTnYpx-Y5Jyo8GeQlhtaWkPRWdYohJCI52dinV4CrbcM2PHJwA','—————————————————————————————-\nI gave SignatureCare Emergency Center the (five star) rating I did because from when I walked into the building until the time I left, my experience there was amazing.\n\nI can only speak for me and my experience.\n\nWhen I walked in Lindsay greeted me with a smile and a comforting manner. My knee was in excruciating pain. I could barely walk.\n\nI had never been there before but will definitely go back if the need arises and will tell others.\n\nMy nurse Remington and the other nurses that I had contact with today were kind and caring.\n\nI had to see radiology and other exams to be done on my knee. JR and the other tech that helped me were both kind and gentle (and understanding of my pain even though they had to take exams that are uncomfortable to the already paining knee).\n\nDr. Morrical was also very helpful and explained the situation to me so that as a patient I could follow along. He is reassuring and positive.\n\nThe areas that I was taken to, I noticed were clean and had a nice decor.\n\nI would definitely recommend SignatureCare Emergency Center to anyone from the experience that I had (they are a welcomed change).\n\nIt was nice to know they are open 24-hours after Dr. Morrical said that even after his shift someone will always be around to answer any questions that I may have 😊 that made me feel at ease also.\n\nThank you to all with whom I had contact with there today...even though I may not remember all names, I am very appreciative of everyone who helped me.\n—————————————————————————————-\nPS: my neighbor was concerned when she saw me and asked where I had been to help me...I highly recommended SignatureCare Emergency Center and she said that she would take her granddaughter who has been feeling under the weather this week.\n——————————————————————————————','2020-01-24 07:08:21.463000','2020-01-24 07:08:21.463000',5,'Aundrea\'','https://lh3.googleusercontent.com/a-/AOh14GhM4TS10jAZ7jNx5hN1XkdDLR7ReeRWe_AkSzmP=c0x00000000-cc-rp','16590124370714063921',34418),('AbFvOql5Dj6CKnPTigsdi9BV6Nv7wfEaNUePxDyIbGYPVlcSxx7EVs6wlaHyi0SCvBXznDizXaBy','After having chest pain for three days, I finally decided it was time to get checked. All I can say is this place is incredible! As soon as I walked in, Cindy [front desk] admitted me within two minutes. Immediately the medical staff began running tests [EKG, blood, x-rays, ultrasound]. The test results came back promptly, and Dr. Edwards explained what the predicament was and implemented a treatment plan. The doctor and staff are amicable and proficient. I was extremely impressed by the immediate service, and would highly recommend this place for any emergency!','2019-07-24 17:24:38.186000','2019-07-24 17:24:38.186000',5,'Richard Gonzalez','https://lh3.googleusercontent.com/a-/AOh14GixBEaey-898_Jloi8f6TljWqLXs3Y3pRtS_Aeziw=c0x00000000-cc-rp-ba3','17394740196501090048',36726),('AbFvOql5faCy-NE4fB2UeLaENJBNEo-EM-qLaX8lYetJB5qg2aPdqb_1sBOagUA2dmSgQw3CRQlz_Q','Best experience by far I’ve ever had at a ER. They were extremely friendly, welcoming, and informative. I would definitely recommend anyone to this place','2019-02-03 06:50:56.988000','2019-02-03 06:50:56.988000',5,'Ryan Tolbert','https://lh4.googleusercontent.com/-WoboNFQWLq0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck0qH8cE1-IjDztrZnDMqSYkcqnQQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36283),('AbFvOql5fcqRQcJXMLclQt93PH_iJZnP0qeCR17OzELWS2Yh3CEUuBHdoDJJGl2X4aGvYtCyQDWY',NULL,'2020-01-09 06:52:10.074000','2020-01-09 06:52:10.074000',5,'Courtney Wetmore','https://lh3.googleusercontent.com/a-/AOh14GjeFtpLgehPzhIIGXVMyXAB5e0Z9h9GZkanE8aMjw=c0x00000000-cc-rp','3272657195432704501',39722),('AbFvOql5g1FA6zLRTzFoDIFEtOhR6acyzed92-ypdxsB4J0cLRJC-5l8u1TE-mqajjUk4xWhtQOH','The doctors, nurses, and receptionist were all nice and treated us as family. They had us in and out and and they made us as comfortable as possible. I would rate this a 10/10 and would come here if sick again','2020-02-22 03:02:24.114000','2020-02-22 03:02:24.114000',5,'Nycol Williams','https://lh3.googleusercontent.com/a-/AOh14GgS_Pu_aXPUO7IpH1Vlchr1I7YcBcJZuY4IeL4m=c0x00000000-cc-rp','2694018788013845459',39108),('AbFvOql5g8s7h6V01LNiO9D5ZPGBdRrLjdRW0QlcucJ80V4h_hwfFvSIUNG8wGFqiOO7h2lmLLyIyw','They were super friendly and funny! The doctors and nurse, Anthony, explained everything thoroughly and were extremely helpful when I was sick.','2018-05-26 18:17:13.675000','2018-05-26 18:17:13.675000',5,'Noelle Reed','https://lh3.googleusercontent.com/a-/AOh14GgGL54oYpdsJBI2lzsITAJkyzQtRQRlIdFHoSR7qw=c0x00000000-cc-rp','16590124370714063921',35275),('AbFvOql5GR99GWvyllIUuHscXobs8iYC7hIci-Faq0aYX5zxSoR80gsrk5zUWTqsa5rEi2e5cYEy','Super friendly and very fast with my covid test. Chelsey and Raul were amazing!','2020-11-20 23:42:57.652000','2020-11-20 23:42:57.652000',5,'hannah simpson','https://lh3.googleusercontent.com/a-/AOh14GhNDL-FpONUhhVBew94GcY1s_nD9QMjc2C9VrVTlQ=c0x00000000-cc-rp','16891069708558046635',35575),('AbFvOql5hv2Sp_I4alGBtawmsRqh4G1AbHCfiwESsHcaS3LbfSf2NZk8fU7IHIJyEm2NQnVZaJhTig','They treated my brother with care and precaution.And all the staff very respectful and professional','2019-06-25 22:05:54.716000','2019-06-25 22:05:54.716000',5,'King Jojo Bitch','https://lh3.googleusercontent.com/a-/AOh14GjPkuPiBXu3_VSyI9GJCdtjWr6wAc4VThTdsTefew=c0x00000000-cc-rp','3511292162159714121',40521),('AbFvOql5hW2VQDZgWMfpJ6xFupF_4vFQSTCgKc8PoWKAmAcIF2j7ShifNqxNPWlia0G8-CDS3glfug','Friendly staff, fast service, and a wonderful facility. Cody and Brenda took care of me quickly and comfortably.','2020-10-20 11:40:41.368000','2020-10-20 11:40:41.368000',5,'Alexander Bills','https://lh3.googleusercontent.com/a-/AOh14GgLW_K9MyOyReF5gb5CDYF87RLUb7uzv2rrN2Zg=c0x00000000-cc-rp','2077061009497551125',38469),('AbFvOql5jF9LbKl2qf7y664judRRym2T1LVZqYfyRq3tDD69gqJLDoxSRiZd1HYPteRtJ_OE8_yv4A','Brought my baby in for a fever and coughing for days. The service was very fast, Jocelyn help us with the registration and answered question we had. Thank you to nurse Alvean, and Marcus, even though my baby wasn’t very cooperative, you guys did a great job. Thanks Dr Dendy for being so attentive and rapidly checking out by baby. Thanks guys really appreciate it','2020-01-01 19:30:31.907000','2020-01-01 19:30:31.907000',5,'Kelvin Alvarez','https://lh6.googleusercontent.com/-vTUUtZMeI7I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl9QM6C6gaqpQruPqqfckYvvSOLTw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33553),('AbFvOql5kcppeBzWOdXiiUHpavhAjj9PPghlP5rDeKgGYvP6zq0Rklhjpupf6CC7bM0b9DZfUikG','I’m not one to go to the doctor but I have heard amazing things about Signature Care in South Austin so while visiting Killeen and experiencing severe back pain I opted to visit this location. And let me tell you I’m glad I did! The staff here are so friendly and accommodating. From check in with Shaunda, Nurse Amy, Jessica, Daniel, Justin I’m so glad I came in. Dr. Hemerka took time to understand all of my concerns fully and provided comfort with the treatment I received. I couldn’t be more happy and pleased with the way they treated me. Highly recommend this place!','2020-02-08 23:49:59.114000','2020-02-08 23:49:59.114000',5,'brandie webster','https://lh4.googleusercontent.com/-yXcrETSufwA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmmr6q2w2FZ5ItwuwL77xB4c4u2iw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39134),('AbFvOql5kFqfuALa7WtPi2BLIkz5NAyq5HCSmR5J4SDLSdtV-jrzVSThwYknK6FSTpBdk3T7WjVkew','Staff was very nice. I called with a few questions before going in and Victoria was able to answer all of my questions. She sent me a text with the google maps link and also had someone come outside with a wheelchair to help me in. Mark and another gentleman took great care of me. Had an X-ray done and was assessed by the doctor. I wasn\'t even there for a hour. Great service! Thank you all!','2016-10-01 01:19:00.630000','2016-10-01 01:19:00.630000',5,'MiriCole Jones','https://lh3.googleusercontent.com/a-/AOh14GjUTMK3oJbw2J5EqpTW93ZKP_ZxsNpPMFVAErsMnA=c0x00000000-cc-rp','14904078213800803294',32778),('AbFvOql5kg-yrgHl81y5IhgK8gIjOc86sKTJTQ4WDbV3MPuiq7_PXBnIVzpbvQInr68_lMQohXXL',NULL,'2020-08-06 19:42:59.500000','2020-08-06 19:42:59.500000',5,'Jennifer Martinez','https://lh3.googleusercontent.com/a-/AOh14GiIvV9i2AF6Z4m2Er8_6WxX8mjYV04QncCaahwRyg=c0x00000000-cc-rp','12541597562633926366',28581),('AbFvOql5KmQhvMFg8qQIZGBG6fx4Ig56XMyxvK8xRUwfi50oB0Y_sj89aQuvnGCb8o80CgUl3nYY_g','Fast testing. Rachel was helpful and kind.','2020-08-06 01:03:14.403000','2020-08-06 01:03:14.403000',5,'Joshua Sullivan','https://lh3.googleusercontent.com/a-/AOh14GiOwQis1yWKyfHJYVuq0ZFleMm_hdlnrCF1b-oF=c0x00000000-cc-rp','6521947413723274945',41308),('AbFvOql5l7yH5HVAXzWkadpl5uhMRKO_bIN9UmGy21P2iT6dFtZSGXo5_V0Nsm611DydjVizRb3Y','Service was amazing, great people working at this location. Highly recommended šŸ˜…','2019-10-10 02:36:19.156000','2019-10-10 02:36:19.156000',5,'Steven Parra','https://lh3.googleusercontent.com/a-/AOh14GhT9qQNdZNfkb_z00j3NXRBMJ0MLk0k9Sp4B3rqLg=c0x00000000-cc-rp','8918455867446117794',43190),('AbFvOql5LEMkrwsR-OXQdCffkH_zxEsXVdxiFAgeuE6Kns5vOwbzj-1R8gbHBfHqC3__qrgyTyR8LA','They were wonderful! So caring and made me feel so comfortable. I was in and out quickly. Thank you!','2020-03-11 17:30:39.908000','2020-03-11 17:30:39.908000',5,'Trey McIntyre','https://lh3.googleusercontent.com/a-/AOh14Gg4idE7zaqU_OvC8cbqY6TVwYDOTTy7dU-RNWvG=c0x00000000-cc-rp','3511292162159714121',40281),('AbFvOql5LsN6GFLytbzChiZhLP632GmuKGQdBZLHqywOd9bEUi_aM_iLjkY2hFxBrxulQso70g4d1Q','Great hospital and they took good care of me!\nThe staff members: Dr. Datta .MD, Nurse: Karen, Rad Tech: Cheney, and Registration: Therisa.','2019-11-22 02:14:04.476000','2019-11-22 02:14:04.476000',5,'Cordelle W','https://lh3.googleusercontent.com/a-/AOh14GjOr3bPQId4CdqG0B1Ck2s5-yk2WAddAOpotzsFMw=c0x00000000-cc-rp','8679688254631342173',42572),('AbFvOql5lW_gnvg3Kc8XmTZkbuHGOmnxaf2FIAlosXZmO8JoQfRXli33xzroDWKaUH_2s9Cz3V-s','Dr Jaber, Joseph,Lonnie, shaylene, and Alyssa were superb','2020-02-08 15:28:31.175000','2020-02-08 15:28:31.175000',5,'Cameron Terrance','https://lh6.googleusercontent.com/-HsoB0BjXTbo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucldEQMoyOS_HvP83_dwp5pkrHPi3g/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43102),('AbFvOql5lwB1Fldw3J2qTHoh9Pj2wBwNGgivZxwxEgbpOBfe2nd6g5vcTZSSvAJM6YDcNfoBTracVg','Friendly staff, got test results done very fast. Was out of there very quickly and got the medications I needed:','2018-11-22 20:52:32.092000','2018-11-22 20:52:32.092000',5,'Anna Mill','https://lh3.googleusercontent.com/-skiQbbmC_cw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckamB8bhI2rYf49AfePbs5V3V9-dg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30677),('AbFvOql5meeW9_-FVPu97R8270DtXC8SZlaWTolx_CHzN3ywxDqE3csxDzVeYRno9HD8yCA8ZEIMpw','I had to stop by the other day for covid testing and Jessica made the experience as delightful and easy could be in these tumultuous times.','2020-07-16 18:01:36.916000','2020-07-16 18:01:36.916000',5,'christina soto','https://lh3.googleusercontent.com/-u4qoofGboe0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckNBjoCX_F99qP-dTtW_bCOSw7WAw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32023),('AbFvOql5MI02A4-b_QysRrfuCkJLzFeARACRVPGyJLuA92FnChTmBakORPzq5vu_ef7hVzS-it2M','I just got out of here and we had NO wait time. I saw Dr. Leavitt for severe neck and back pain. She was amazing! The entire staff was very accommodating and friendly. I would recommend this place to anyone.','2018-04-02 06:29:45.922000','2018-04-02 06:29:45.922000',5,'charles hathcock','https://lh3.googleusercontent.com/-iNcb9lFPmOk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnQ-FTSFlX2yqZ8ie6HdCW3XN0ZPg/c0x00000000-cc-rp-ba3/photo.jpg','17394740196501090048',36966),('AbFvOql5mx8L3Lf39xd4skhfNmNhuVH3t6qmw3CUt9_lm_BpoqjtFMJjkTvEXwmg0EpzkOISIQgj','I had an awesome experience at the Cypress location. I know it\'s weird to say that for a ER visit but it was !!! From the moment I stepped in the receptionist Genesis was warm and welcoming. Within 10 minutes from arriving, we were taken to the back. Jordan was patient and kind to my little one as well as Alvean and Dr.Harjai. They were very clear with everything that was being done for my daughter. They gave her a drink and snack while we waited and so her meds wouldn\'t taste so bad..lol. I\'m so glad this facility is so close. Would definitely let everyone know about it. I literally was in and out in less than 30 minutes !!! The place is clean....looks very new and offer snacks, coffee and soda while you wait. Thank you from one worried parent. You definitely put my mind at ease. 😊','2019-11-16 19:10:04.184000','2019-11-16 19:10:04.184000',5,'P S','https://lh6.googleusercontent.com/-IUa5Md2e-ls/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnY3WNJ55dinWdR_jeW7Qi0SUu5LQ/c0x00000000-cc-rp-ba4/photo.jpg','16389487648212004696',33736),('AbFvOql5nOW104AwSgqKWC_2ji2LWwz6bgN6NQLRx92DVoqCIV4lPQAiOhXMU84jIbh6jB50F8TWcg','Brad and Dr. Harjai were helpful and kind. Lord willing, never will need to return, but if needs must, needs will.','2020-02-10 23:31:50.345000','2020-02-10 23:31:50.345000',4,'Madeleine McCall','https://lh6.googleusercontent.com/-CoB8UQEEaXQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmE-S_m9tM4tSNLmSdnckVcTX9WBg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34384),('AbFvOql5oap5O5rwdBMAoXppU5BzMUy3oO6Luz8GZbOSVdOTyefAf-22-gdoy_PwIk0R7G5xV1-V','Great service and great people.\nMs. Keera was very helpful.','2019-06-20 14:06:56.257000','2019-06-20 14:06:56.257000',5,'Karen Villasenor','https://lh6.googleusercontent.com/-dPU2gpJq3bw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmVATgZvEqRJkKKKsAg3ZvpiITCrw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36761),('AbFvOql5OM-gIAfOFcwBiKz-kebWeGlGMxRxf5pMxBkFOX1ievADTlHXSn2xDTLrkT69qp4ghQiTwg','Josh the tech and Josh the nurse are amazing at what they do. They answered all the questions in detail and made sure we understood everything before leaving','2020-01-10 01:07:37.698000','2020-01-10 01:07:37.698000',5,'Darveon Trahan','https://lh4.googleusercontent.com/-HCxmTUbdPhk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnYc1V87CTR2kW5q4uVI_AW4ad7vQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40353),('AbFvOql5OMmvubztln2mAiE8Jx1XzUAmslLjXpWILPFPo5Y5Eli6WHQajZFAKty4P0fIhZPRnqG9EA','Dr. Grinblatas was knowledgeable and professional. His team of technicians and nurses, Jani, Natalie and Diem were friendly and fast. As great of an experience as you can have in an emergency room.','2019-01-17 17:10:53.752000','2019-01-17 17:10:53.752000',5,'Leann Salmons','https://lh4.googleusercontent.com/--ur_AmR23Ls/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckibXZYJoo1GHv68O-zVKQnpEDyYQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30624),('AbFvOql5osmpS4Ulq8GHjOiuNMW_oYMufs5uZEF1tXQPuoHTVBUeBZWRxD-B7N6V80gUr7RH1Ios8w','This place is excellent; everyone is nice, knowledgeable and willing to help. I have gone 3 times in 4 years never a disappointment. Where would they move since the strip mall will be closing? I hope close by! It’s great for Montrose!','2021-01-23 05:28:17.489000','2021-01-23 05:28:17.489000',5,'Adrian Duenas Be Design','https://lh3.googleusercontent.com/a-/AOh14GjjbEmHzAoMKM7_OlHO7u-YYK03EbCadAQTaAMZxQ=c0x00000000-cc-rp','3511292162159714121',44676),('AbFvOql5r8Hr_hZgH4-fvmzgWHNuwa4DGdoZzzxNfO9huVi2adjKXqgLzOc4PTVm8v-WWmmjh_bi_Q','Kendra, Jeri D and Dr. Daniels were amazing from the moment I checked in. They did an amazing job taking care of my son and making sure he was good! Love this place! Will continue to come to SignatureER','2019-12-07 00:04:25.177000','2019-12-07 00:04:25.177000',5,'Lorena Torres','https://lh4.googleusercontent.com/-HX86JIdwIgE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm21QRR2zH51AhxUlYvMrnv7IQOgA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34526),('AbFvOql5RIw-H4a7CusNCkIYqKUifls4C0xm80FSEJagRykAqtnaqWvsDDuQzhgGTkcf7zcyU_P2aA','Timely, genuinely concerned staff, clean, and friendly.','2017-04-06 20:59:59.643000','2017-04-06 20:59:59.643000',5,'T Dragon','https://lh3.googleusercontent.com/a-/AOh14GgOZQ9I-gKT3sdKIaHNPwhz6xwZh6PCuvmqq-fChw=c0x00000000-cc-rp','14567670160750071148',31070),('AbFvOql5s-qVHWaVqEruM7VFJCnfe2fVJ6SU_eUqiu-TITINcOw0YQJUH0NPgVXgp5yMfUiJ5AoO2A','Awesome service everytime. I have been here more than 3times and service is excellent!!!!','2020-01-07 21:54:53.811000','2020-01-07 21:54:53.811000',5,'samantha molina','https://lh4.googleusercontent.com/-THUxnboRyG8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclNA80lUiL5SJw3x66mxS26Tk-sLg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32382),('AbFvOql5S2UweX0X7W0jD2OZmVKnZKNo6mtDlZ8AXO9z2L4TYo-v5AJgzpf4KUV_ftRjMVp37jp1','Great Covid Testing and amazing staff.\n\nPayment is unfair. They charge you a rapid test rate that they tell you and then will not till you the bill you get later. I asked 3 staff members and they continually said they could not tell me. It’s a shady billing practice at best.\n\nIt is over $250 for a physician fee. I shared my sentiment.. I understand the position you are in but you should not be doing covid tests for 400 dollars. It’s just not a good look.\n\nNot to mention you guys bait for reviews by giving free Starbucks gift cards.','2020-11-13 03:02:26.548000','2020-11-13 03:02:26.548000',2,'Chase Jones','https://lh3.googleusercontent.com/a-/AOh14Gir3TVL2zCijINLo1jj5O66MtKp5nglABFzhKIVvg=c0x00000000-cc-rp-ba2','14748677429039074158',31369),('AbFvOql5S55CmEo756wtDLapL5s0oAAp8mY-CTJ-Yv_Yc_8xsY9oeXuoXLSUtHY0IFdQXoER5CwP','This is like no medical facility I’ve ever seen. Last week I was admitted with atrial fibrillation immediately upon check in, into a room that was like a 5 star hotel. Although it is a full ER, it did not feel like it. The private room and bathroom were spacious and immaculate, the staff waited on me hand and foot. There was a comfortable space for my sister to stay with me. Everyone was super attentive. I would like to thank exceptional physicians Dr. Daniel, Dr. Dang, Dr. Deher who explained everything in great detail. They took the time to speak long distance to both my husband and son multiple times by phone. Nurses Johnny and Kelly were exceptional. Dr. Morrical, another SC ER physician, rounded on me on his day off! I don’t know of another way to thank these highly skilled and caring medical professionals, so this review will have to suffice.','2018-08-17 02:20:24.163000','2018-08-17 02:20:24.163000',5,'Viki Moustoukas','https://lh6.googleusercontent.com/-14sJIhB4Dqc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucniz6JtEYh39K7qkW_U90GZ8BaA5Q/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30783),('AbFvOql5sg8JOTswM1JH5oKigdw-Tay7ItcpqIp3Exzj0GKlDBYGYk908pGOUZa9jYKYhhKAzZvj','Great service and fast','2020-07-28 01:00:51.238000','2020-07-28 01:00:51.238000',5,'joshua wesley','https://lh3.googleusercontent.com/-C3Rah1K1L50/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckzqvUfMoAJqranb8H3M3g5Cbjxzg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31858),('AbFvOql5SpACvmi1hYUBmRXIegF2PS2nPqS0Zlaf-k2ShzHBKPNvKbZOrGZRU0DA2Td_igI1iwq0Bw','Took excellent care of my grandson!!','2019-02-01 02:24:18.683000','2019-02-01 02:24:18.683000',5,'Marla Carter','https://lh3.googleusercontent.com/-P0BHHwF5JMc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn3wWc6-OdTQBkJNhXTLq7yaAf-WQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32504),('AbFvOql5tbUd7Ji3huO_HUrJV5wQe_-FudRGLajZe297IrwmHt6fuVsA6J2CvalZrh74PeSzv-h4gg','This place is so quick and efficient. Very friendly staff and very knowledgeable. If you are in need of care I recommend them to the highest.','2020-12-21 09:53:45.859000','2020-12-21 09:53:45.859000',5,'Crissy Lundy','https://lh3.googleusercontent.com/a-/AOh14Gg_CEHv8gtV5NS_ek08n3mhQCUxnhv1oYUNs1z4_w=c0x00000000-cc-rp','2694018788013845459',43653),('AbFvOql5VHPslPPd3x_BjF5ks8Wk8cQztclw-eVIYZ3J4D-xwGjqYUYu2QwdQxkaO5cHggsfJzYjQw','This place is wonderful! Dr.miller and nurse Chris helped me with a ear plug that was stuck in my ear. They were so kind, professional and treated me like I was family! I can not say enough about this clinic! ALL of the staff was very friendly! I highly recommend this ER! I will never go anywhere else when I need to go to the ER! Simply THE BEST CARE in town! Thank you for taking care of me and making me feel so comfortable and relaxed in a highly stressful situation!','2020-07-16 00:34:05.393000','2020-07-16 00:34:05.393000',5,'sarah votaw','https://lh3.googleusercontent.com/a-/AOh14Gj6JnLgUT_juA64AH1v4oq_dPR20Da-mYX4HQj52Q=c0x00000000-cc-rp','16891069708558046635',35853),('AbFvOql5W_jbTqyzpbLwZX7s2mla4S9uzxFvbcWbNMsS7t0UIKrnr_FxQSAwluxa6Ge54sDTHvFoEw','The best emergency center any body can come. I’ve been coming for over 2 years now they are so quick, fast good selected executive people like Dr Wang , Fanny, EDA , Wendy, Angela . Wonderful people professoral . This is how health care suppose to be . Guys thank you so much for taking care of me and my family .','2020-01-12 16:18:19.941000','2020-01-12 16:18:19.941000',5,'Mister Miles','https://lh3.googleusercontent.com/a-/AOh14GhzQ-ZLQaI0bnifbsMmj_T9ngTxk5uKIuIyv-dkIA=c0x00000000-cc-rp','17394740196501090048',36657),('AbFvOql5WlZbLeNVjdz4eoPIIVva6m_QouXls5lAJaixJwQ0etGI9MXDcC9p8OvNGgCrWgnxnzG2VQ',NULL,'2019-06-23 12:10:30.295000','2019-06-23 12:10:30.295000',5,'Joan Starr','https://lh6.googleusercontent.com/-Fn6cRUv_G7E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZZQ89L1RmRBowT9NY81MiJXq04w/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43243),('AbFvOql5wQwdQm6-sRD2j8uWXLNoUpQpW_Gzpqr3ZDmyfSspvwXEKvYcijeGqaca-D6ORzeo5U3h6Q','Great Experience, Lia was great, Dr. Soli was comforting and funny I just over had a great experience!','2019-03-23 02:24:30.705000','2019-03-23 02:24:30.705000',5,'Bria Jones','https://lh3.googleusercontent.com/a-/AOh14Gjq9EcUihCZryLLjLDrLBvY6mRetYHhyw86xPpP=c0x00000000-cc-rp','12541597562633926366',29125),('AbFvOql5X-W3XFuQGhyK2qNcDpX037axy3txGsBx_uzCMKgVJIUyguDNtBeTDDUzfjSLc5z8EDFQfA','ER Tech Leah was very sweet and patient with us during our testing as well as the ER Care Staff.','2020-08-03 12:31:32.311000','2020-08-03 12:31:32.311000',5,'Liyah Marie','https://lh3.googleusercontent.com/a-/AOh14GirqqrdRTy0NJBXRLkweasSv68PtxEObe4KJ8sd=c0x00000000-cc-rp','13486358490203335051',29341),('AbFvOql5xs5NbA-W9yAzbPYr22Aq_OHd3dqPIig9Xn4CMieJpTE1yGa7lhYkRdZNoWD3QgkZCBJ5IQ','Dr.souman was very thorough and very gentle with helping my son get something out of his nose the nurse cris was super sweet and Amy was also very helpful would recommend to anyone!','2019-04-19 01:13:16.692000','2019-04-19 01:13:16.692000',5,'Sam Cuellar','https://lh3.googleusercontent.com/a-/AOh14GjrhWuwwzNRhvh8NJjqwfSPVPp-d659ipGkP2pZOg=c0x00000000-cc-rp','3511292162159714121',40600),('AbFvOql5XWJBa4IyBH4sl6RJP1UXL53x_m3Ehua_NyA_7AUFUiZjLtCikhPOAx5KxWFmjVwlFvs-dA','Fast, friendly, would come here again','2020-10-29 16:14:53.637000','2020-10-29 16:14:53.637000',5,'Maira Salazar','https://lh4.googleusercontent.com/-ePmEv67K8hs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckYru2x-JJyFnW7OuBczx7RtSUGeQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29279),('AbFvOql5Y27KhdbpDu5hSDi3mnviCoihk4xQlS7wtOmrYz5zdLtA13oH1-8JczjHE7xUnyDhC_gaPA','Good Customer service and the Medical Staff are nice and friendly !!!! Overall A-1','2019-10-02 13:40:54.420000','2019-10-02 13:40:54.420000',5,'george nealy','https://lh6.googleusercontent.com/-8Y9qBgROfp4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclW5ItQv7MgMuNhLs1755JvdQP_bw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30444),('AbFvOql5ylblaHqaJIuSvz8TwB0NotRkikWczY8tF0Xv40bJYDoUfI9R61Ox1h-Svm1M4LJT8nLXrA','very nervous and teary eyed upon arrival the feeling of reassurance they gave me to find out what was wrong with me warmed my heart wasn’t like most ER’s didn’t feel r','2019-12-13 17:31:44.419000','2019-12-13 17:31:44.419000',5,'Crystal Chukwu','https://lh5.googleusercontent.com/-F1MhftMw55g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnUGEgZU0UMqLHmmaamgQiAaKN_QQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28952),('AbFvOql5yr4nAuso5DEAUq-GEdK1XS2V6VSitq5dC_o7k3OnQtdlwS2tDInEmc5Iw38tP7Tnd24b',NULL,'2019-12-29 03:10:32.056000','2019-12-29 03:10:32.056000',5,'Jeremy Brown','https://lh6.googleusercontent.com/-zuL2HOgbqqQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclp1ca6dtDzyvr2PsfmKX4_dBR7OQ/c0x00000000-cc-rp-ba2/photo.jpg','3272657195432704501',39737),('AbFvOql5Z8bxRwswHWE3BHjem_Vj0brGjV_6LItqy3zY-8JSqORyodbDm-8vkJAJjx-7E9LoXIFfVA','Dr Miller and his staff are Fablous, My experience and care was the most Satisfying CARE I have ever expereienced & received @ an Emergency Walk-in-Clinic. My wait time was less than 5-minutes in the Lobby & in the room.\nI HIGHLY Recommened this clinic to all.','2016-10-15 20:45:14.362000','2016-10-15 20:45:14.362000',5,'REIA KIDDER','https://lh6.googleusercontent.com/-u8o_BBou9b0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckfMEHk0HNhawCvzSfh5J1CdVPy6g/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31172),('AbFvOql5zDPGo2B_7As4OAdgKS8WHytMCDWM9bv3gg96bAclV6YMhKFlssXhMJYFW-fIC-Ig6dnHqw','This ER is the best place whenever you need to a doctor on short notice. Everytime we come by we are always immediately greeted and get checked in ASAP. Tonight we had wonderful help from Amy, nurse Gracie, and Dr. Wang. We were in and out in no time.','2018-11-19 04:53:54.689000','2018-11-19 04:53:54.689000',5,'Cristina Perales','https://lh4.googleusercontent.com/-MpNcIfrFc7g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCqbUXG1kfe2hHql7NjzBwkFwqAA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30678),('AbFvOql62CvnlTkcijOI3WhCGwR6_tSkxbqqRBSCg44z1u2Zn9CEuZLJNT8Spv8PcNeCgHeY2u1d','Quick in and out. Very friendly staff!','2020-07-27 12:58:55.032000','2020-07-27 12:58:55.032000',5,'Warren Sherman','https://lh5.googleusercontent.com/-9EOO5-eOC7o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnDWWeMzuV64tBDUgIh5n_TmlN2_g/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38749),('AbFvOql62KapWXBkxI0DB9njaXmvXkjyHSU5ibonQda9DOhGcXphxJzqAXiRE-WdTpTJFSprm-xTRw','They took care of my concerns and called me after the fact to check in on me. Clean facility, friendly service, very short wait time. Thank you for reaching out.','2019-07-09 20:01:03.476000','2019-07-09 20:01:03.476000',5,'Margo DeGange','https://lh3.googleusercontent.com/a-/AOh14GhnZ_40q9jmpzcvH9ilXtIIKkFol4VgDdqzVjl81g=c0x00000000-cc-rp','16590124370714063921',34772),('AbFvOql62Q0Np3rey9UNnTjyLVFtm7zr8-EwibCcnojzTksPcp1QilYReJ0MYGuJ3pUPxdqKaQa9Aw',NULL,'2020-11-11 01:17:04.344000','2020-11-11 01:17:04.344000',5,'Caleb Hix','https://lh3.googleusercontent.com/a-/AOh14Gj9rIvgprc65sCv5LbI1U0Ol3Ejg7vPjhOJZDsthg=c0x00000000-cc-rp','8626688543755174284',41842),('AbFvOql64-YW2qjAtmau0CJMUSu6TwkxVTaS094VhGgWf1Fr5_DW4HsUsAR8krl33u3UO9gbWC-e2g','Fast service! Efficient, friendly staff & docs. No waiting. Left Methodist ER because 4+ hr wait (flu sounds) son in abdominal pain 48 hrs. Worth out of network cost.','2018-01-24 03:56:53.915000','2018-01-24 03:56:53.915000',5,'Katie Keene','https://lh3.googleusercontent.com/a-/AOh14Gib780QWor-OHoJWp-qPVCP2R7SQ7g9r0Hch3c3=c0x00000000-cc-rp-ba4','8679688254631342173',42759),('AbFvOql64TXqckYPJg0BVDr8_WtYBQDXDKrfy3QQ2rN6NdSikbOVfJGyX6g8sLHr72tL_sKmfPbjCw','The people here are awesome! I went in there for Arm injury I sustained at my work. I read reviews about this place before choosing my ER and I never regretted I choose here. I went there with my 3yrs old son. The Nurses are nice, especially Mark Kolodny, he has a dynamic way of making his patience feel comfortable. Mark & other Nurse I guess Yisroel make my Son comfortable. Dr Castaneda Carlos was wonderful and professional too. Also the other Nurse, Yisroel was cool and nice.\nTheir Radiology tech, Castille,Ryan were calm and very Nice. I will recommend to others.','2018-04-27 13:21:24.736000','2018-04-27 13:21:24.736000',5,'TAYO OLATEJU','https://lh3.googleusercontent.com/a-/AOh14GhygAW9O6BVOCI2C9BOxRZXbqnNkU2T_4d_CIqh0g=c0x00000000-cc-rp','17394740196501090048',36958),('AbFvOql65JQOp9eq_n6CE9y078gD_X1UTmV7fD1X5mqixInrBkRRZnwEO7z3tWa6AU5BgVEDYYEDUQ','Was able to be seen very quickly, and taken care of efficiently. (Nurse was Luisa alvean) Keep in mind that this is not a testing center if you are not having symptoms. Also, while it shows you are able to make appointments online they actually don’t take appointments..','2020-12-27 15:18:29.614000','2020-12-27 15:18:29.614000',5,'Jacquelyn Chauviere','https://lh3.googleusercontent.com/-bvNzJN6WeLw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclv4B-Vu-p8wsH9-QZQw64VnAwVKA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',43958),('AbFvOql66QCCgSxqA9FrRgE5LwoGkjIr84YXCSg7GoAVoGlOF4hc0t2hiPkUwKVgknZ79JvIMOiz','Excellent service. Traveling from out of town on business. Decided to come in extremely early in the morning to help with some pain and potential medical issues. The staff was incredibly friendly. The Dr decided to run a few tests and give me the results needed to continue on with my day. Thank you for the service. Nobody wants to ever go through this while traveling but the people made a rough morning into a great day. Thank you.','2020-02-20 12:59:40.216000','2020-02-20 12:59:40.216000',5,'Brad Zafris','https://lh6.googleusercontent.com/-GtYQvKa76IQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJ5-tmbFsAOWh9TsKZ2GBFVrjzYA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35962),('AbFvOql67l1aavdq9aaZ9MvwIxqQ1CxKaWlApLH5EZRThvxB5zQ__nsTz-TZFThHQuVHrQJusz1Tdg','Friendly and fast service they were great with my little one Jessica S was sweet and compassionate with us and got out our papers work done fast','2019-12-16 07:26:22.509000','2019-12-16 07:26:22.509000',5,'Janette Caballero','https://lh3.googleusercontent.com/-45ZKX5rP2Og/AAAAAAAAAAI/AAAAAAAAABM/AMZuucnDgtZ0nS4xZh9MlisjMAA2zbSr1g/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41517),('AbFvOql67qHIuHk1C7I1i_dC0VbR5MsxWLz4Q1o5BaBRVzPTH5iw1FzvyZ4rZIijMQMQP4pQcJSqTw',NULL,'2019-07-16 13:59:20.509000','2019-07-16 13:59:20.509000',5,'Patrick Thach','https://lh3.googleusercontent.com/a-/AOh14GhiB8PdWck0_jiOhLq1z3TLRxG2urqSTcqM7pFn=c0x00000000-cc-rp','17898197009688164559',38075),('AbFvOql693WD1Zkr7LLNrmSf619YrJt1AJjstyXd6RTRSp13rNxESr3nFd8WExVGfG_24vzzaJtG','So we have a child the school deems necessary to get a covid 19 test. I have insurance I pay almost 1500 dollars a month to have. My insurance covers covid testing and I verified this with them as well as I was tested when we had a scare at my work. My daughters was also tested and used my insurance to pay for her testing when she had came in contact with positive people. Now this companies new policy is if they deem you asymptomatic they just charge you 175 for the testing and will not bill your insurance company. Sounds like to me somebody is lazy and doesn\'t want to do their job. I work over 60 hours per week doing my job, would be really nice if someone else would do theirs. This is unacceptable and I will be following up with corporate.','2020-10-07 15:34:04.090000','2020-10-07 15:34:04.090000',1,'Jason Fox','https://lh4.googleusercontent.com/-U2i0FKFDf3o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn1A_Qoq-_dklDUaQ4KmVY1p-GbJw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38490),('AbFvOql69afcQFmfv2qhARQjgQhC1FN3ScRAD_gxJ1npW73MXBQCqk_sDlJsva8Vkq-1bqXAUuMH3g','Best experience ive had in a long time with emergency care. Dee took excellent care keeping my son calm, and myself collected.','2020-09-29 15:34:52.978000','2020-09-29 15:34:52.978000',5,'Sarah McNeel','https://lh3.googleusercontent.com/a-/AOh14GixLgFq94CAQp6yJt6-Ie5c4g7gyxuSUrO0MXOt2A=c0x00000000-cc-rp','12541597562633926366',28517),('AbFvOql6aYF2UeVfGvgd4VBcSxPRusw0DKMjH0r4-OLCH9hAOAakeNqU8k_MAPZWZXJKs4SNNTYhpA','The doctor and nurses are so nice! Bretnie was the best!','2020-03-01 19:27:46.770000','2020-03-01 19:27:46.770000',5,'camryn keeble','https://lh3.googleusercontent.com/a-/AOh14GjHSmPOgh4kxd0gkQp0KmWsh7ELPtHzBeSa4y4T=c0x00000000-cc-rp','16590124370714063921',34328),('AbFvOql6bniYwxmx1HH9B2zimS2cKU-Le4CsjRaqjnb8VRYtnKJR5qVBoSoh3oFV0FdUr-yY3kVZdg',NULL,'2020-12-15 18:10:33.507000','2020-12-15 18:10:33.507000',5,'Celia McMillen','https://lh4.googleusercontent.com/-rikPce5J4mA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm2zguQWSsJS6mlr8RUasQ577r4dg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39398),('AbFvOql6bNSYnhIMVasGFajmxYypSZMn5e6OT5ixxVf28CI3jubbFB6c_oyCsUrmA9TNlcXzx0kB4A','Great treatment and I was done and on my way in an hour.','2019-08-02 15:11:30.781000','2019-08-02 15:11:30.781000',5,'Catherine Salazar','https://lh4.googleusercontent.com/-c75g4MqI8u8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckQZhfpuBWp5YbX445EQk8WMbeoaA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39292),('AbFvOql6Bu38QMdOsIapjUcQ5xuY7rQTTYgVjKUQ0U51Kqh0QHwr3e9Qza3M1aoxTN2QC5OpTeFYKw','Great Urgent Care Center. My daughter was taken care ASAP. The doctor, nurses, and secretary were very polite and helpful. I highly recommend this care center.','2016-06-22 13:53:35.609000','2016-06-22 13:53:35.609000',5,'Khc Houston','https://lh4.googleusercontent.com/-Z84X41CByBk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnCfq493DfZ7pWa043CFfhSv58TrQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31228),('AbFvOql6Crj8YMKhd8CTMeBhTRqm_jS7lS4Nl0JD4eL3MlygBIjPdneM3WNpu8mGSoduxmqFCbZN','I loved Dr. PATEL, Nurse Sarah G. and Tanisha. They all did a great job tonight with my mom. Very professional and kind.','2019-11-08 05:32:05.105000','2019-11-08 05:32:05.105000',5,'Stacey Lexa','https://lh4.googleusercontent.com/-iJO1xddsxiA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucldXOm7_p23HgslNwbbzeDDLHmRAQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37902),('AbFvOql6dBoQEt2B9-jLQ9lHIcSAKW-syThkrP7M6FnExMUAqa5IKzKdLLofQnm10qL_JxXTWC8x4g','The level of care was amazing. Our nurses, Manny, Teresa, and Pete were great. Lisa at the front desk was very helpful. Dr. Osiecki and Dr. Wang were very knowledgeable and kind. I was blown away by the kindness and care we received. We will definitely use them again in the future','2019-05-06 15:38:21.352000','2019-05-06 15:38:21.352000',5,'Angela Shrum','https://lh3.googleusercontent.com/a-/AOh14Ggi6nHgE5ODU9T7MMOE2f_lO68DheSO3z863j-rYQ=c0x00000000-cc-rp-ba3','6521947413723274945',41744),('AbFvOql6EWVHI9M4Jz8NKk-37a_-hDkykqjbFSRnUO8BWIEUI6XtySi54V3wz671kRCbRSDjeqAqYg','My experience was awesome! I would truly recommend others to use your emergency services...thanks for taking such good care of me in my time of need 😊\nDaphne Saunders','2016-12-21 11:35:07.925000','2016-12-21 11:35:07.925000',5,'Daphne Saunders','https://lh5.googleusercontent.com/-Nu4I4giUNiA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclALCRzE7gz6Uhw_9PiKVHs-p729w/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37246),('AbFvOql6f43guBIkUkpy7O78Aj1H0QQXWQasnPHAfHFaVPb4thmPYwmHNtt2o_Svglzxmx9w41U7fg','Kelsey and Sam helped me out and they were awesome! The front desk lady was super sweet as well. I felt very comfortable and taken care of and they answered all of my questions with no problem.','2020-12-29 02:28:48.279000','2020-12-29 02:28:48.279000',5,'Nikki Belt','https://lh3.googleusercontent.com/a-/AOh14GjzOxgUO3cZ5xo3wS7m1MaXpmuxVjxSHGttoY3m=c0x00000000-cc-rp','2077061009497551125',44062),('AbFvOql6fPBE3vTcA17pa9ivkMSUqNWyQHpurOvDRHBPaKqnSEAmf3ZHJCUgZJmgjXP4FQ4-u6wn','Staff was wonderful! Natalie was very welcoming, Nurse Vivian and Doctor Miller were very attentive and check out with Dalal was super fast and easy.','2020-11-11 22:06:50.171000','2020-11-11 22:06:50.171000',5,'alejandraa Castro','https://lh3.googleusercontent.com/-ZRvUhLV_FB8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck4y06mCv4iG_vs-CKf2Fig8bJ-qg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30021),('AbFvOql6gbVnHB0lDMkAtt3hJYxeEM3xN3S8aq3sGJdJfw6uU_MDjmdi2ViWTTr_K02ecg9iwLf_hA','Skyler, Tammy, and Brooke did an amazing job! They were very informative and nice.','2019-09-06 03:47:32.357000','2019-09-06 03:47:32.357000',5,'Uhh Ashlyn','https://lh3.googleusercontent.com/a-/AOh14Gj2XR2SQ_SmvbNSwMevmmrRGGImv1ud92SlguBwNQ=c0x00000000-cc-rp','8626688543755174284',42009),('AbFvOql6gIIJJfNuLUtXDhPffO92JKt5e1JnwaiutL5yd_uhWsjrsqS_1V_cWrxaYoxaiLM6Oq1qlg','I absolutely love the staff here! I was in a lot of pain so probably not at my nicest, but they were all very caring and kind. The doctor was very knowledgeable explained thing well. If I ever have another emergency, this is where I\'d go.','2018-12-09 13:16:00.879000','2018-12-09 13:16:00.879000',5,'Sarah Victorian','https://lh4.googleusercontent.com/-Gs-jikwkijI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmXTepbAJPyifMbruwE44fxHD1Scw/c0x00000000-cc-rp-ba4/photo.jpg','12541597562633926366',29178),('AbFvOql6H4Bp5Ybiq-HeuIF0M5dblhZgAsADwjv4QTdackHT8T1T-SegeMyugqxlHHWURmeydfRi','Great service! I was seen by nurse Betty right after I checked in. Karen at the front desk was very nice. Dr. Edwards made sure I got the correct treatment and I feel much better! I definitely recommend this emergency center šŸ™‚','2017-12-30 19:11:19.441000','2017-12-30 19:11:19.441000',5,'Kayla','https://lh3.googleusercontent.com/a-/AOh14GgPzijVztnJtop_5LKQbiGvjiWbJHs1vDhdxK13Pw=c0x00000000-cc-rp','17394740196501090048',37010),('AbFvOql6hyrzS2S2P5-YBj3xvZNOVNZRltd8awk927f9Rumf_7CcRlw7Uy3oUxMrVwtTTpP5bDkjLw',NULL,'2019-06-22 06:27:18.477000','2019-06-22 06:27:18.477000',5,'Renetta Singh','https://lh3.googleusercontent.com/-akLiaPqel6c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckgQyPHDgwkSvOuuCHeOK1XOJtGqw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29778),('AbFvOql6I-ZaoHhfazFyLuy3HgvE53bXweqfAxSPa4SOCY9UR4ML2h_6Syv5yT1D5ijfvWSJiGjLjQ',NULL,'2019-07-04 04:51:39.458000','2019-07-04 04:51:39.458000',5,'Oluchi Nwachukwu','https://lh4.googleusercontent.com/-K9kQxNQBtFE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3vR5vM1WgtgEaQkiUgLWqbm_ZiA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43233),('AbFvOql6J2FoCc1VZHyD28ZhSV9aO6VkKacwgpH3BUZ7kzltmu6Y3_YxSdkJNAreW23tRqxF2gP5','Great service! Jasmine, Robert and Dr. Patel were very efficient and caring. Thank you!','2019-04-26 15:40:32.082000','2019-04-26 15:40:32.082000',5,'Team Dredix','https://lh3.googleusercontent.com/a-/AOh14GirUfS4JXuscXUEqHywNZ5nowYfA-inbJRWCye5uQ=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOql6jUj7uqv5a8fzKSuCunXx9MhGbvtlbr2kN4pXahrwH2A-yln6uRD8_xSwegVDWOIQ5ND60Q','Dr. Daniel was so kind and caring. Very knowledgeable and thorough. This is the cleanest facility I’ve ever been to!','2019-12-21 02:01:57.363000','2019-12-21 02:01:57.363000',5,'Analisa McCain','https://lh3.googleusercontent.com/-ifS9XUZCPBI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckN0gODhMcSuMIuh0pCIfS0eMuQNg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29524),('AbFvOql6k03ougjZGTgIM8OotFcQC7SLehnJVRt2Bb80HWXq9JknbQJCtVjEsTi0W5FaF2aILpk06w','Had a accident with my child 3/16/18 remember it perfectly he needed staples. I mentioned to the doctor if we can do stitches and he gladly said yes explained that it might be a little more painful but I proceeded with my decision the nurses very kind happy answered my questions my child did not cry he did not feel uncomfortable. A scary moment for us turned into a I know where to go in any more incidents or emergency needs when i cant reach the doctor. No waiting no delays and great service.','2019-02-04 17:55:00.886000','2019-02-04 17:55:00.886000',5,'Maria Selby','https://lh3.googleusercontent.com/a-/AOh14GjnJkjE8kkXtanpqZ3ydFaHAa2r7tjTpeqHDcP3n4M=c0x00000000-cc-rp-ba3','17394740196501090048',36825),('AbFvOql6kHG2hChZkQOPTXDqBUbl7Zfk9LmtgrWDN7WgStGK6iX6_hdsqxP8n0qwp3FXef8KKRcd','Great service.','2020-07-21 12:16:20.069000','2020-07-21 12:16:20.069000',5,'Leonel Morales','https://lh6.googleusercontent.com/-YUcXXxDHb9U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn1-CApYgyvzOX5pK420XjsSRLLNw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31898),('AbFvOql6kTBpgjWrsGoHQ9tOEQLy43tQT3i5MVGHewTjhLBaRLasFsrEUYiuZGi5maBxcAG4T0K4Cg','Alvean, Marcus, Patricia and Dr. Nguyen were very professional, caring, efficient and listened to my symptoms carefully. They work well together and the service was gracious and fast. Thank you all for a pleasant experience.','2020-03-03 14:08:41.755000','2020-03-03 14:08:41.755000',5,'Rosa Fernandez Arroyo','https://lh3.googleusercontent.com/-msuFeVe5l-M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_aE_eLz8Zq9gzFZ86waNLka6-Sw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33304),('AbFvOql6kvAtiJSmTlbw4_6wBt9G-AihE2hzmDTrXqL86Ol_mEY9GMdmuzmTiZ2Lnqfdm68Rf6KC8A','It was a very quick experience. Melissa was very nice and polite, dr dendy was great as well as troy and Sean. Super convenient.','2019-08-26 00:27:20.996000','2019-08-26 00:27:20.996000',4,'Brittany Bayer','https://lh3.googleusercontent.com/a-/AOh14GhzDaq3bzmrvyhInImaY32cEq5xnFR0pqzMTdebyQ=c0x00000000-cc-rp','16389487648212004696',34023),('AbFvOql6KzLsxWBmfXRdN2Es-zuM2QR-5D1pmRfv7FnbuPNyws55PV26hq2QkwbnkhF9SeoyGHu3TA','One of the best experiences I have had at this type of facility, no wait, prompt , informative ,helpful and all around nice experience. Yami greeted me on arrival, and Dr Golla was patient and to the point. In and out fast.In general the people were nice and eager to help.','2017-05-21 21:15:58.834000','2017-05-21 21:15:58.834000',5,'Edward Marsh','https://lh3.googleusercontent.com/a-/AOh14Gjx8JzGpiZKAgb-RY55gbEBs7vW3W14rDR1NQDs=c0x00000000-cc-rp','17394740196501090048',37147),('AbFvOql6LKBGAc_ao09b7irDgdMXmFG0jBIhS3BG2dukMhME7Frtuvd80z5e987uAQRGMUX78K68Aw',NULL,'2019-05-13 01:50:05.323000','2019-05-13 01:50:05.323000',5,'Jim Pearce','https://lh6.googleusercontent.com/-mUp8xogYIyc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnh-lzprrykkg7LAtwa-UI02CHPQA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29847),('AbFvOql6LqKdkFkJEA3fc0YkLEq4-CMSRvdHHq8Kqbku7B-S5fQ7u_dEqfLRc5RUNXOW9lYg04aZig','They were so nice!!! Followed protocol to a tee. I felt safe getting my covid test here. Def recommend.\n\nReg: Nicole\nRad tech: Natalia\nNurse: Rolando','2020-08-12 00:27:38.616000','2020-08-12 00:27:38.616000',5,'Tamir Lilani','https://lh3.googleusercontent.com/-fsxujvSkDZI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnvxhI45cA1_SbNqKh927XbZz2DjA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42326),('AbFvOql6MuzKk8dUcT7ry5GljQW3gdYw6hLzM0O5muNqSQFaHTAohD1M-G9uauLajG0Dww7R-1iRdQ','People were very helpful nice and seemed like they genuinely cared about your well being. Being out of state it was weird to visit a emergency center but Chelsey and Clay gave a warm welcome and a great experience. Hopefully you don’t need to come to an emergency center but if you do, this is the one.','2020-11-21 21:02:22.823000','2020-11-21 21:02:22.823000',5,'Broccoli Joe','https://lh6.googleusercontent.com/-sfN9uhxsgqw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6eoNyJ-2ZPHwWlgBEG1mwPIR6bQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35569),('AbFvOql6nUMokVSoXTbcVh6yZd4DC5LYLrCK56vpLJ_af9qTbGUMKa4NwuOV53gp_eyF9NYMBDPLLg','I had a great experience coming into this SignatureCare location! The staff was extremely friendly and attentive, they took all necessary safety precautions to make me feel safe and they had me in and out very quickly. I would highly recommend anyone to come here! Thank you again Kevin!','2020-09-30 00:12:23.496000','2020-09-30 00:12:23.496000',5,'Jada Cole','https://lh4.googleusercontent.com/-oAc3WJ5Bjdo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckMlPOJNNZagEZg-MDmTezDGNO1Jw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31600),('AbFvOql6O6RnKw1Dy8N4O214VSXGz_afMnfriQrPPuHqTrvG-2cmBpWPPy0Dbrbuv1jbpcIcXC-New',NULL,'2019-02-19 02:43:32.406000','2019-02-19 02:43:32.406000',5,'Samantha Ramirez','https://lh3.googleusercontent.com/-rBrgYIlwksI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6Nrdr60NWfT3NVNNhkdE4zi0jlw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30603),('AbFvOql6olEEmhO86kkeOoSbRENkiajtDf27xOJ6TQqWG7sQ23NnXKWzJhx8khOBzwGtZHyRL6L-_g','Me being new to Houston I was scared to go anywhere! This location was like 5 minutes from my home and it was the best decision I made. They were quick and very understanding. They did everything to Nurse me back to proper health. The Nurse, Tech and Dr. we’re all men and knew what they were doing. Front desk lady was the absolute best!!!!','2021-01-19 01:17:54.647000','2021-01-19 01:17:54.647000',5,'Timtohy Mann','https://lh4.googleusercontent.com/-UPOV9HTPVeM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnERCnhktBTqsoQKH_oEHL2swqVsg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',44679),('AbFvOql6OlzKfx7u7BmYwXvRKnSLCrIeY4u7p5KvgOQD-3vNyG7c6Va5CW1u-DgnyTM5isMpJvSC1A','Had to come in to do an EKG drove up from Seguin the staff was awesome Brenda,Amy, & Dr. Leon if you need great physician\'s don\'t hesitate come see these folks...thanks for being professional & super courteous y\'all','2020-10-09 20:27:52.756000','2020-10-09 20:27:52.756000',5,'Moses Kates','https://lh6.googleusercontent.com/-d2V12YBezlM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmuk2lGxrJtMBp_rxRoeKonccwceQ/c0x00000000-cc-rp-ba3/photo.jpg','2077061009497551125',38485),('AbFvOql6ory0a1oOwY5unWOEDagoc8yqpcYCyNSK1bzj57Jhxd2d8a_NjR1WJi4eQQBYkKhsiAps','Alvean patricia thuy an','2020-02-13 20:39:37.010000','2020-02-13 20:39:37.010000',5,'What Mobile Games','https://lh3.googleusercontent.com/a-/AOh14GhHosoaS40mPEHWCq6Ps390az_srJY-i6TQdvfW=c0x00000000-cc-rp','16389487648212004696',33370),('AbFvOql6Q5iFeCuSZtw76msqhue-SxoZdcqA_TlYKFu4bKA9PMSmP_CVLV8iSwrfKx8Rt6bhl_4A','The team kept me informed of everything they were doing. They were also efficient and friendly. Thanks Dr. Chukwu, Alvean, Marcus, and Jocelyn.','2019-06-05 13:03:07.257000','2019-06-05 13:03:07.257000',5,'Carrington Saldana','https://lh3.googleusercontent.com/a-/AOh14GilCwEDZ3ihx2POECRhrCcKOBwIF4kgfudNwUpI=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOql6qeLBUlz3rIGF1Vt0Kr9_Dk5sTvYhoS_iTjX0CIfEDmGK_aBMY8bt7zKR3Ru4bHxMx7BP','Very kind people especially Kelsie, Morgan, and Chloe!','2020-12-18 16:50:32.759000','2020-12-18 16:50:32.759000',5,'Cortney Barlow','https://lh5.googleusercontent.com/-h52hc4JBjFE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDBGCjeO88TVYzOMC39zBE5LzWVw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44665),('AbFvOql6ReHDzUlOgGNJ1frF5LKcXjmHgdKggOieoW3Q9DHWJojXxW6BY2rIk5fJ_R0qAzYqQRkVUQ','Very pleased with my visit to this clinic. The office staff are professional and so are the medical team. The doctor was very friendly and thorough with the next steps in helping with my situation. There wasn\'t a long wait time and the center was sparkling clean. I will visit here in the future if whenever I have a medical need.','2019-11-17 14:06:51.775000','2019-11-17 14:06:51.775000',5,'Alisa Elliot','https://lh3.googleusercontent.com/-0-uncYc3b4s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl2poAh67CK8kF_ux0elbrTOiej6A/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33733),('AbFvOql6RLYnDS0MT53jG1xPOg9_trCVPa5YuyWnQBZJYz4lMV8gEgBUylxU6AOv41keJz7V0wDGag','Great facility, no wait time! Doctor and nurses are awesome and compassionate, especially Nurse Staci.\n\nFar better than any other ER!','2020-02-04 17:49:34.810000','2020-02-04 17:49:34.810000',5,'Nathan Cohn','https://lh3.googleusercontent.com/a-/AOh14GhDskU_O3npikGBhDXTXpCk2D3Ks-osV09NTXFzRIA=c0x00000000-cc-rp','8918455867446117794',43116),('AbFvOql6ssxbHafTeYus4EQKlWjjBoHYGiBbQ0HNZHJ7MZ9xfhImgd-D8LeSXI4mBfbaX-vHX2qfqA',NULL,'2020-11-06 21:43:16.294000','2020-11-06 21:43:16.294000',5,'carlos de la galaxia','https://lh3.googleusercontent.com/a-/AOh14Gja3KoDpCA6D8Ml1fciBmXdt9biLhaMjj0AZuP6=c0x00000000-cc-rp','2077061009497551125',38441),('AbFvOql6TsjVXKulG4wZh7L-tM-YxQbuwSwmWghaOGLcXSbEYckTRz-7FU3vdOkbVU3S86veoiLO-g','Kelly, Stephanie, Taylor, and Dr. Smith were all very nice! The service was very quick.','2017-01-21 06:04:21.963000','2017-01-21 06:04:21.963000',5,'Christina Harrison','https://lh3.googleusercontent.com/a-/AOh14GiEVo0Vh20gPkAhB6vOVTGgc13iuuhSwTB2db8CVw=c0x00000000-cc-rp','16590124370714063921',35527),('AbFvOql6twcdQLIXjF-vcDHRhf0odjNaXVmH-riY26F6jPwGxTS4aGGRXH_l1xqWM8z1IVZTCM-65w','Everyone here is incredible. They take the time to help you feel better. Just had my 2nd visit here and will be coming back for sure. The doctors are very caring and show great detail and concern. Thank you all for all you do during this crazy time.','2020-09-30 21:53:53.543000','2020-09-30 21:53:53.543000',5,'Allison Tucker','https://lh3.googleusercontent.com/a-/AOh14GjMdl0BkDwxga7LqRgiNSo-FB1r1wmBRu9G-0DpSA=c0x00000000-cc-rp','2694018788013845459',38948),('AbFvOql6uc45gGhv9ZWUme1towGPhGriZdxRJDdUV3C4Sg8mng-nYcSV-Zh7cGP3HITbL3ofz5MQyQ','Savanna, and Jamie where awesome and gentle while wrapping my foot. The doc was in within 3 minutes of being called to the back. I filled out my paperwork upon entering and by the time i was finished i was being called to the back. Total time here 35 minutes! Fastest ER ever!!! Very friendly staff!!!','2019-07-15 16:14:17.550000','2019-07-15 16:14:17.550000',5,'Nicole Sandberg','https://lh3.googleusercontent.com/a-/AOh14GiMMqEtxOBn3M7m_O7Bt6-m2NanQtlHOplEcG47Fg=c0x00000000-cc-rp-ba3','13486358490203335051',29734),('AbFvOql6uhSa2WAKnO0FIMokVRYbMl-hELSCiTypE04GQXpSydKmDQMljGTYtM7-npXtJyCM5D7h4g','This place is a life saver! I checked in with dizziness and they found out that I had had a Mini Stroke. The personnel there are some of the most caring and knowledgable medical stall I have encountered. Everyone seemed to care for my well being. Thank You all for a job well done.','2017-07-28 17:01:34.446000','2017-07-28 17:01:34.446000',5,'Jerry Persefield','https://lh3.googleusercontent.com/-oucPcnrRciQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl4wkBJ3EE-nWucyTJowlRt49v6Wg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31000),('AbFvOql6uTjkqdkT2dGKS5prY2vmNONj8OQSmy8ZDSjj27uR-1Q8kUqdGl4aHkEbnDI4r19QOHweHw','Dr. O\'Malley\nJani W.\nMarcus B.\nElida Jasmine\nAurora M.\n\nThey was awesome and treated me like family','2019-10-01 20:09:28.739000','2019-10-01 20:09:28.739000',5,'Kevin Jefferson','https://lh3.googleusercontent.com/-7FxC9zeAMoU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucngSaNDRUCMj7EXlNkLhmztXseFQA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33919),('AbFvOql6V77YcC-g9GRt6OItOmdeU8qQ7I33IL6VhkbqBKXrJtQxtJUHioWsT0hL2dXaG7MmtDmLnA','Recently had my Covid19 test completed here at SignatureCare and the staff was very efficient. I drove to Lewisville from Frisco around 8am Tuesday since the facilities in Frisco did not offer a Rapid Test. As a walk-in, even though it was early morning I naturally expected a long wait time, especially after seeing the longer wait times at other clinics this week. I wore a face covering inside and the staff gave me paperwork that I could complete in the comfort of my car while I waited. The wait time was about 90 minutes, and I listened to music in my car and read a book until they called me on my cell phone and asked me to come back inside. Appreciated the ability to socially distance while waiting. I have mostly been a hermit since April, but I just wanted to be sure I was not exposed while grocery shopping. The test was quick and I got my results (negative, yay!) approximately 20 minutes after the nose-swabbing. Everyone was pleasant and kind. During my visit I could tell they were very busy, but managing as well as they possibly could. It is amazing that you are providing services around the clock 24/7! Thank y\'all for serving our community!','2020-06-25 03:43:35.061000','2020-06-25 03:43:35.061000',5,'Katheryn Blankenship','https://lh3.googleusercontent.com/a-/AOh14GgBsPB0JDE9pSiBQv3Edy7f5a07gdpPCynF9ro2=c0x00000000-cc-rp-ba2','14748677429039074158',32063),('AbFvOql6vn8t05jOJTCSd38wtC0bvQuwV_feoGYmj88CcRyOqKoay_M7Pq0pdintTU3DZTAYwOIS','Great service! Fast nice COVID-19 testing and Comfortable Cody! for helping us','2020-07-29 16:50:33.416000','2020-07-29 16:50:33.416000',5,'Lisa Escalante','https://lh5.googleusercontent.com/-nCsOeSFoAsQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmhxqfUAA64S0RZ4rSNxnfjAuIi6Q/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38701),('AbFvOql6vq7EkPioW-lrFMsxfvSrigo06aEJ0LWKkQ8GGbaBqrVSKqMuw_ufSgiy5RRodHb2wZXHtQ','They were very kind and helpful in making sure that I was on my way to feeling better and making sure that I understood what was going on. If I ever need to go to an emergency care place, this would be the one I would go to!','2018-01-28 19:07:36.382000','2018-01-28 19:07:36.382000',5,'Eryn B','https://lh3.googleusercontent.com/a-/AOh14GgAYkTAGnxK-Zry9HOAETNkffS0eo3T6kxg71_f=c0x00000000-cc-rp','16590124370714063921',35318),('AbFvOql6WdjLIw-9KpXeg2cqeZJYZchzoOlQXCn6b1yGfPuybhsK73pYXlqW_9Xp7wkp3BBREW4E','Today I had a very pleasant experience I’m always very nervous when going to seek medical attention of any sort. The staff here really was informative, patient,and friendly! I appreciate the comfort and the smiles provided by Ellen R .','2018-08-05 02:42:49.096000','2018-08-05 02:42:49.096000',5,'Isha Redmon','https://lh3.googleusercontent.com/a-/AOh14GgI6Dc0ILM0PPsbaLbybtFjM6U0Y0MiSetEnkFS=c0x00000000-cc-rp','17394740196501090048',36919),('AbFvOql6XG4NIOvp5h7p6r_OCX3XHByQftx8LepWd6tcJOFdh_aWaFqnUipxxnJ5lEVsSSJVzbrI','Thank you nurse Adrianna and rad tech Magal.','2019-08-02 23:17:03.863000','2019-08-02 23:17:03.863000',5,'Elisangela Patterson','https://lh3.googleusercontent.com/a-/AOh14GjgsCZ0JUQfeWQQURX0niGdiuqiO0m4G_xsuK_K=c0x00000000-cc-rp','6521947413723274945',41635),('AbFvOql6Xgq39lzFHx5xvRBc61OVQT5tZm_d4bNBnX__VN-3JHyCUrm_KVNwOa4eqLLwLAxfU8UkAA','All staff was great, they were fast and easy to reach. I will refer friends. They offered warm blanket and refreshment. It was a nice experience compared to any other place I\'ve been. Thank you Natasha!!!','2019-07-29 17:52:51.954000','2019-07-29 17:52:51.954000',5,'Monique Carson','https://lh3.googleusercontent.com/a-/AOh14GgngDkInGp4_aguUTxo9sH2gIErM4XXPR5-yJngrQ=c0x00000000-cc-rp','2694018788013845459',39295),('AbFvOql6xj5D6V6g3NfgdoKrTEkDsccBzQulZ80F7Rdx8P9a3IHlgdxAronr80lCxGZ9Dy_LGUAcUg','Excellent staff, super nice and friendly. Overall great atmosphere.','2019-10-21 00:23:31.795000','2019-10-21 00:23:31.795000',5,'J W','https://lh3.googleusercontent.com/a-/AOh14GhH4qjJPgISPV3qy2KRe_qS0hnfRoUXfx-nYr05-A=c0x00000000-cc-rp-ba3','16891069708558046635',36105),('AbFvOql6XjIWgn3X8L0HvCOoKBqQoIYwJT35Yr4NIkK-u3V3XUXvfMQHTescIEiU062z4CiCP1MwhA','Great service','2020-07-15 16:58:14.529000','2020-07-15 16:58:14.529000',5,'Cameron Engel','https://lh3.googleusercontent.com/-YwidJqEgOYM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZHCeJpi0LGUo549aImvtG4MUY0Q/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37584),('AbFvOql6Xk-DQRmydFielf6XTQx5MyVWT_jCyKb6TPYZOQCh6p5z--6ryGUnwg_kNMWMiySUGtFobA','Fast and efficient care at Texarkana Signature care! Thanks Dr edwards, Chloe, Kelsie, Alaina, Andrea, and Brady, Eric, Carla, Regina, and Courtney Temple','2020-12-20 17:20:12.306000','2020-12-20 17:20:12.306000',5,'Kerry Bruner','https://lh5.googleusercontent.com/-7jnhn8p4NrA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZbZ_2A5d29u5uM104sTuYENQH3w/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39383),('AbFvOql7_wPfY5IFsOlVQNxsXnDoNf_uTH2hV9ZacX02uRLPfWle7o-ODgyp-spW-YjKBfgP8kDsNQ','The staff on duty were great!!! I have issues that can not be cured only treated. I was in Houston (out of towner) on 1/20 my child had to be in a parade at 10am. When I got there at 3am I told them the issue what I needed and to please get me out in time to see my child in the parade.\nDr. Dang. Nurse Sarra, radiology tech Michelle, er tech Christian, and Ana during registration!!!! You guys are the best!!!!','2020-01-26 20:19:24.530000','2020-01-26 20:19:24.530000',5,'Simone Strickland','https://lh3.googleusercontent.com/-xa7GSaa_YbA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7oeEJ0Frx5HAQ-4C9mCWKKWq42A/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28778),('AbFvOql7-_FQXPw2X6BctFWvE1xo9QVfCgrUkxeXlJ2fDlGOAq-GVZ0UBKZ8kjjMwbtrY6MjvpvUcQ','My experience here was quite enjoyable needless to say. The workers work very quickly and show patient care. Immediately I was greeted by Jocelyn who showed great concern and patience. From there, Jose, Tricia and Erika made the experience even better. My nurse heather was amazing too. In case of emergencies, this is a great facility to trust with your care. I recommend everyone to give them a try','2020-03-09 16:09:28.277000','2020-03-09 16:09:28.277000',5,'Vicktha Bee','https://lh3.googleusercontent.com/a-/AOh14GgNONasuNiYUgOYD1l3mVnQj53sbnMEVtgFlaG2Zg=c0x00000000-cc-rp','16389487648212004696',33279),('AbFvOql7-2v3Noo23HcW4x1UmXfYF5bT4MaUaJ5AlbAqdaT59fg5fzinTK7_oz26yGmSQEHZH-hStA','I fractured my knee and horribly sprained the other ankle on a trampoline - the staff at SignatureCare South Austin were AMAZING. Felicia at the front desk helped us figure out the insurance situation right away, my nurse Martin was extremely kind and attentive, the radiology tech Linda made sure nothing hurt or moved weirdly while helping lift me into the x-ray tables, and our Dr. Lingan was so informative, careful, and friendly. We\'re new to Austin and he gave us all kinds of helpful referrals as well. I couldn\'t have asked for a better experience across the board, and I highly recommend SignatureCare for any and all health emergencies!!!','2019-09-02 18:26:06.856000','2019-09-02 18:26:06.856000',5,'Emalee Smith','https://lh3.googleusercontent.com/a-/AOh14GjQ5FgLgQSTfXG87aHLeQJsX0DBrFM4If714fHGgw=c0x00000000-cc-rp','16891069708558046635',36137),('AbFvOql700I9xQUHiEii_iuSELkW8rAirvczGdLc6OVNEi66svJLiwVC_q-cej3ghPQjswPk5h6d','I had to go to the emergency room today for stitches (avocado accident, careful cutting avocados!) and the staff was so wonderful. I was in and out in about an hour, and they were so kind and accommodating during my visit. From the front desk (Jennifer), nurses (Christina and Chelsey) and the doctor (Dr Elsbecker). Of course you always want to avoid having to come to the ER, but if you live in the neighborhood- highly recommend!','2020-05-25 00:59:40.027000','2020-05-25 00:59:40.027000',5,'Krissy Carter','https://lh6.googleusercontent.com/-K8ifuOtxlE8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmXYPCZrv4l8E1BPbpnp_gTSjknLg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35905),('AbFvOql72kB061aJ_nbQyjm_eSwY6c4N4ZsiVkXPi3gXgyXx5Rtb-f-SW8wUu1xv3-22LmAFcE0FNw','I’ve been here several times, and service, care and staff are always exceptional!! Dr. Thomas, Susan RN, Tanishia, and Chelsea where all great in my most recent visit!!','2020-10-16 05:08:57.865000','2020-10-16 05:08:57.865000',5,'Sj Fulton','https://lh6.googleusercontent.com/-ZUbGOYjqNa0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclehoaiIpZe75OrLnJIaHeujCOR1w/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37501),('AbFvOql76h1650_PyK6wgwukvgriYbqh3wDyGYcwAxUG4DbeY7-yiGEJkPF3x9BYMT_fEHNCfX5FJg','In and out in no time at all, the doctor sat down to explain everything that was going on with me. Very friendly staff, and very helpful. Unless a hospital E.R. is ever needed I will always use this facility.\nMollie, Eric, Tobie, and Dr. Henderson are absolutely amazing and handled everything with care and compassion. I was never judged or made to feel less of a person. HIGHLY recommend','2019-12-01 00:57:11.616000','2019-12-01 00:57:11.616000',5,'Eric Pippen','https://lh5.googleusercontent.com/-7ZDCQu6kyzU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclKIfuEtDjBlZSy0Y3gPO6hrNbvyA/c0x00000000-cc-rp-ba2/photo.jpg','3272657195432704501',39761),('AbFvOql77tPg65MmIMxIj1SOFcjif9R7LByKrR7lWThB_pjHK59KC5bTLnfgC9umhRmgPfIt3L7IPw','The front staff and nurses were great, friendly and quick. Keshawna and the nurses were great as well.','2020-09-23 17:49:35.616000','2020-09-23 17:49:35.616000',5,'Katie Jacobson','https://lh3.googleusercontent.com/a-/AOh14GhxKgV1mwh9Rucu-Pf39ZJw0vs63SNofjnA0GGBRQ=c0x00000000-cc-rp','14567670160750071148',30107),('AbFvOql78-WYs3z3m6HMi7f8GRP7Sb82NlBYjiczuSnLRYl_diu9gIxW_HTD8aZ1F9KwUJJyM8VR','I had come down with something....feeling bad. was off work for a few days, so the boss requested a covid test. Went in Friday for the test and in the process of taking all the vitals, they saw something else not right. Dr Das came in to see me and convince me to stay for observation. Wasn\'t prepared to, but stayed. All night. Found a kidney infection, stone and A-fib in my heart(if that term is correct). It was bad! Dr. Das and Chowdurry\'s Team was more than helpful and accommodating. Helping me to understand how serious my problems and and the help needed. As stubborn a person as I am about going to the doctor: they lessened my apprehension. Plus I\'m Feeling much better today.\nThank you ALL INVOLVED!!!\nJeff G','2021-01-11 15:07:48.144000','2021-01-11 15:07:48.144000',5,'Jay Gibbo','https://lh6.googleusercontent.com/-EjKDmy8thEM/AAAAAAAAAAI/AAAAAAAAAG0/AMZuucnrpX-AjC-n4Enq7SNfDL-DR62F0Q/c0x00000000-cc-rp/photo.jpg','14748677429039074158',44446),('AbFvOql79ggQNGXSaC4hbSQQIpozTVa0ZMRAckpD9TEqX6FN4aBQwp5Jipmy_sajE-lI-p9cA9pxaw','Thank you to Dr. S. Edwards, Nurse Racheal, Rad Tech Jessica N, ER Tech Courtney G. & Registration Kayla W at the copperfield location for being so kind and patient!!!:)','2020-02-07 17:03:40.046000','2020-02-07 17:03:40.046000',5,'Alexis Davis','https://lh6.googleusercontent.com/-pfTq9Y2E_qU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck5dS8rGV7vxx94DMH4FhrF-6Qr1w/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37711),('AbFvOql7aaqn93fFNiCm6nN5wiCRg1mNzVO3SZ_PSRvO4TRO-1wza7m45sHO3fOUB1WoI_9Kjr6u6Q','I\'ve always seen this Emergency Center since I live close by. Never thought I would have to attend it, but unfortunately after my dog accidentally bit me I had to rush to this center. I felt very welcomed as soon as the register, Tanishia, signed us in. It wasn\'t long before the nurse, Susan, showed me to my room and attended me. Shortly after, Dr. Nguyen took a look at the bite and diagnosed it. He told me everything I needed to know and gave me my prescription faster then I could finish filling out forms from checking in still. Very neat, clean and respectful office. Would definitely recommend if needed','2019-12-04 05:52:32.818000','2019-12-04 05:52:32.818000',5,'Aimee Sanchez','https://lh3.googleusercontent.com/a-/AOh14GhSGuls_5AfLbFCZkETisC2RAKRdEFAVQQg6-hP5w=c0x00000000-cc-rp','17898197009688164559',37831),('AbFvOql7aEaBGMyFtd1Ppe1XDWv5k9dR4FuDVJDwtKvsGV1wnmNg7xM_bi13VGEKj1OYcgj13bCkbg','The experience here was amazing as well as very clean! the employees treat children very well! loved it here!','2019-08-07 14:52:58.763000','2019-08-07 14:52:58.763000',5,'katia r','https://lh3.googleusercontent.com/a-/AOh14Gh6-_TMQcddfA_PRSO-TngsPgOErKHAtx2TYySCWA=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOql7alWCh1ERhY3-jOBuGVdCPGQ9ylipoNT3mdL6cWe86gOYYnqb7uP7MRvg5jOmJNytlB3wMw','Loved it here first time here! Took me in right away! Jocelyn was very sweet. Ekaterini was amazing she found a vain! The guys were great and courteous!','2020-03-06 18:45:40.706000','2020-03-06 18:45:40.706000',5,'JUANIE GUEVARA','https://lh3.googleusercontent.com/a-/AOh14GibwhcrgFLv1eAl34lfpQ1EW4Sj8dAc6YzTGu_p=c0x00000000-cc-rp','16389487648212004696',33283),('AbFvOql7bO3xaI_EwXEOmNjKyVid6Wr3URJ-KjRUrk3ws_yaR3NxT4vv2UW-Axpz5hN-q9_lvUyghA','The whole team was great from the front desk clerk Maya and Dr Chiang they all made my daughter feel great and gave us the proper knowledge to get her feeling better. I highly recommend.','2020-01-30 21:47:22.996000','2020-01-30 21:47:22.996000',5,'Dexter Darjean','https://lh3.googleusercontent.com/-yX1R0d6va50/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmOKGIwEcm34BxFxHc-GCSV6re-8Q/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28769),('AbFvOql7BP6ORPWRGte9gOtV5Dm-UIULmGwYk2IyTvQy6vMknYbGXEboV5_lM_cQLVKmq0ejkm_LPQ','Wait was very brief. All staff were courteous and professional. Sarah & Daniel took care of me and we’re prompt, explained everything and were very thorough.','2019-11-12 03:18:21.896000','2019-11-12 03:18:21.896000',5,'Lynn Decuir','https://lh4.googleusercontent.com/-abDyLsqqh4s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckotsQPRxFOGN09b8CF7Tpyz2lx3Q/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37889),('AbFvOql7CAhPd52QezEZ0aje1AJ3K6LaCg75V6tm_J-h4xp1nnsGTQj1r4HqOV2YaxWOOff7xKVHkQ','(Translated by Google) Alvean\nPete\n\n(Original)\nAlvean\nPete','2020-11-06 19:37:54.380000','2020-11-06 19:37:54.380000',5,'Syeda Fatima','https://lh3.googleusercontent.com/a-/AOh14GgX7muAGBY4M6xz8uztxIvmyy001g-GD6BkloEJod8=c0x00000000-cc-rp','16389487648212004696',32985),('AbFvOql7CKNIbqh7d0hWMTRY7Tb9hrapwlMZYsxxqT_XCflOkTMMxHg4_Rz0LnUJBNkzvKdM-w0Bjg','I arrived with my husband around 3pm and I was in severe pain. They took me right back and treated me with morphine. I was out of it the 6-8 hours we were there. Turns out I had a kidney blockage in my only kidney. They spent hours on the phone looking for a urologist and a Hospital that takes my insurance. They found St Luke’s downtown and a wonderful urologist Dr Seth Learner. I was transported by ambulance and had an 11 day stay in the hospital. I was in kidney, heart and lung failure this emergency room saved my life. As well as St Luke’s.\nI would go to these emergency rooms again they were so hospitable and saved my life. I can’t thank them enough!','2019-06-21 18:28:08.873000','2019-06-21 18:28:08.873000',5,'Kimmy Tenkate','https://lh3.googleusercontent.com/a-/AOh14GgD4w8gun1T-UCPArZtIJhQ5Z9-FmaH_6eQCgCDDw=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOql7CSHhESEcd1ELXQ6ooceXRu6oi5Pxve-tpTFUfkGcaD8McA_kc_NhNBpo8YgXshTwTZ_wYg','My experience here was great. Everyone was courteous Valory and Abigail were very gentle when performing testing and the doctor took his time with assessing my daughter and explained everything thoroughly.','2020-12-01 20:33:54.469000','2020-12-01 20:33:54.469000',5,'Rocole Mosley','https://lh4.googleusercontent.com/-qtDGnnulsIw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckNWMd94EBJ0wtsnIiZYrVfDVJUZA/c0x00000000-cc-rp/photo.jpg','15979470999169074295',32833),('AbFvOql7D3ndqIjWu2GGgegsmk0JanBg9PonQp6H95y8kDY87dy9XXhkamrQqFZKKAkZ658hckrI0w','Jennifer is always so helpful! John and Debbie are great nurses and matt is wonderful! Always fast service and with a smile! We need more places like this! With people like this!','2020-02-06 01:43:53.617000','2020-02-06 01:43:53.617000',5,'chrissy thompson','https://lh6.googleusercontent.com/-Kh9kgBIdpP4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclF39cWuNXNZIdj9TFBu-iWp-N8Ig/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41951),('AbFvOql7dbhrMEeIOL2DUWlFCNCcv67tEUEnN0wl3GWis7torq8OGj6VDPi8-yPMNOggsmPYraD8','I was in the room being evaluated before my husband could finish filling out paperwork. They were very quick and so nice. Since I was the only patient at the time there was no wait, but if we had to wait there was complimentary drinks, snacks, and a children\'s area. If we ever need a ER, we will be going back!','2016-08-23 11:15:08.863000','2016-08-23 11:15:08.863000',5,'Whitney Rubin','https://lh3.googleusercontent.com/-PD-TAXuRDBM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMVhxNJa_UBt0oSFArFS7-oQbdJg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31199),('AbFvOql7DVmvAFgZyiEdNcGvBI-dNPtFh77IIY24GLVM_6O5Ub6fNmcAoLoK8pXivgLA-nDUPvjA1g','Great staff and excellent service','2018-07-17 13:44:59.555000','2018-07-17 13:44:59.555000',5,'TEMI KUKU','https://lh6.googleusercontent.com/-jEfuiIGilig/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucneH6DUIULahxp8mWyaySPwhBYBxw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36932),('AbFvOql7DwSbdm9HfrTkdXSGu3-O6AOIivO94_8-yY6PjcKKQVxQORJREjIPoxp_I07kDsZMMj062g',NULL,'2018-10-15 11:52:16.902000','2018-10-15 11:52:16.902000',5,'Raquel Ginebra','https://lh3.googleusercontent.com/a-/AOh14Gihld5-GijcKKjk__sdyOCCr_Y4TdvAJQZSEyQphjM=c0x00000000-cc-rp-ba2','16590124370714063921',35158),('AbFvOql7DXZGkwNdoVqGma1gOa_BkhLSE1ollVqEWpnWGgrLpPTUZ1lWQ-MYAccS9ZEA3BRe4sXUpA','Fast and friendly!','2020-08-02 14:22:23.284000','2020-08-02 14:22:23.284000',5,'Adriel Zamarripa','https://lh5.googleusercontent.com/-jd5rcB3ogEQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmazQ8msiEgJeo5pmh_8d2Fbp8beQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41326),('AbFvOql7DZ3orl6UPWOqIoeBSVEtyyHgVVvdtObOvBQivwtZ864OqepDBTzfEG3RoXTH1jfmbU0J',NULL,'2019-06-16 14:05:29.263000','2019-06-16 14:05:29.263000',5,'Nico Wildeboer','https://lh3.googleusercontent.com/a-/AOh14Gi9woISNJXftWBF_Afr2pJJqeko93wCV5OwZ8r6=c0x00000000-cc-rp-ba2','16590124370714063921',34816),('AbFvOql7EDoXpE1rFvuJtcxxp5_S7Aezzf-YnfyWYxB9Vq0oWkR1Izvw7doYfWxp5l85zScdp68Z','They took very god care of me and made sure I was comfortable the whole time with my broken foot!','2019-07-01 05:05:36.014000','2019-07-01 05:05:36.014000',5,'Clara Campbell','https://lh3.googleusercontent.com/a-/AOh14GiVLPqyRaKqfkJ5ZsHCBvHly7iVTzVe8Q3MsHy6kw=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOql7erUh20dk_OBPeVSQQDaZ3X3PSwcezNiaTMkLN4Jl6tZlYszzgUMO2-Snlimd2V87qNG2','Friendly, knowledge staff that has taken care of us on a few occasions. We always leave happy without the exhaustion of an ER wait. They even called to check on my daughter\'s arm today which was really sweet!! Thanks for always taking care of us!!','2019-11-03 19:28:39.026000','2019-11-03 19:28:39.026000',5,'Mandy Johnston','https://lh3.googleusercontent.com/a-/AOh14Gh-2KRHk0YyZcchi66lPI6oZ6t_F-vM-M25N0XPrfI=c0x00000000-cc-rp','3272657195432704501',39780),('AbFvOql7GN72UFYY-CjX4UTSsMKvVnzeZdmX0-Z05iOlanyUfT7kDWJk4Vlq006jPMMzlsgwPqrDPg','Very nice Facility and great staff very informative and very helpful I will refer anyone to come here','2018-07-16 15:49:45.686000','2018-07-16 15:49:45.686000',5,'Chantay Haywood','https://lh3.googleusercontent.com/a-/AOh14GjIAlAZjuOfS2-ppbLkGmab9BZFy1rxGtYtKMI4Rw=c0x00000000-cc-rp','14567670160750071148',30817),('AbFvOql7GpjH2NaFKRWS_3AeFkddB67a7g4oNjFNIobJRXEN8sEqUMHgfIpNuMAOYW8MO5zEw6Ox','The staff was extremely friendly and professional.. keep up the good work guys šŸ‘šŸ¾šŸ‘šŸ¾ Dr. California, Laura, Maya, John, and Fahmen were awesome!','2019-12-24 16:53:33.728000','2019-12-24 16:53:33.728000',5,'Chadwick Ward','https://lh3.googleusercontent.com/a-/AOh14GiBMdlctCCg-iVItHSlaH4CN7hfNIVVZkBac5sxCQ=c0x00000000-cc-rp','12541597562633926366',28909),('AbFvOql7HaLmvjFA79iWJMbtwuFeM6m3vkwT5szJjJ_tgrg1HOaOzwyG2jwFhjY0GoQUh-pS3bzi','Savanna and Aaron took exceptional care of my Daughter. Thank you Signature Care!','2019-05-15 20:36:18.112000','2019-05-15 20:36:18.112000',5,'Krystal Marquez','https://lh6.googleusercontent.com/-YrGjRpnxpXY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmiaUMc6oFM-cOQKE9-f2Fum2OJrA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29844),('AbFvOql7j85YVyPTm5hEjq_t2Oy6mq3fi5kwbpJluwiKmbR2pjaVuRswJ-IgxIPDx02qi0VN61iiBA','Everyone here is so helpful and tentative. I would give them 10 stars if I could! The ease of making an appointment is remarkable. Doctors and staff are amazing!','2020-11-14 16:01:12.279000','2020-11-14 16:01:12.279000',5,'Bianca Salinas','https://lh3.googleusercontent.com/a-/AOh14GgkcuWJ-31rbRskRS58yk7FACXgaQ1yGrhg57SluBk=c0x00000000-cc-rp','3511292162159714121',40051),('AbFvOql7JLGRDi2O72QE6FqKKAFgZUnLMpi5WcOQi1NisYMuZzqI2BsvamxmTRc3-msDKlhwAsiOxg','As a member of the Houston police department we are committed to providing the highest quality service and forming partnerships with the community to achieve public satisfaction making the City a safe place to live, visit, and conduct business. Signature Care- Montrose has dedicated themselves to collaborating/ participating in programs that help build a bridge which enables residents and law enforcement to communicate, collaborate, and work together to build safer, more caring communities. The staff here is so passionate about patient care and they are so accommodating. I went in to discuss future community events and I was quickly greeted by Ke’Aire at the front desk. I was given a tour of the welcoming, state of the art facility by Nurses Dawn, Tessa, Olivia and Eve. This group of women and this ER continue to show Professionalism, Compassion and commitment to their community! I will ALWAYS CHOOSE Signature Care Montrose!!','2019-08-16 19:14:16.312000','2019-08-16 19:14:16.312000',5,'Lee Lewis','https://lh3.googleusercontent.com/-pXSqG3rTLgY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_ivx1qN7HepMxwRu_HN0EXkPX7w/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40439),('AbFvOql7KeHIfHLxUgudT9zvQ5iKduhwRXEpvyvd0XjNv9Vk83ioFFsTr8x5g1NAfHHzpiNpua3IkA',NULL,'2019-03-12 17:33:14.821000','2019-03-12 17:33:14.821000',5,'Paty Abarca','https://lh3.googleusercontent.com/a-/AOh14GiYeZZvoNSpzqJ45RB9HiXxIkssxGixe4tZuqxvLQ=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOql7mc5srAtBzkB3c6BINMGsCh3jSuQ6BY_mZtWZqFYE6FO8ZU1Dzz8LkIaLkQQyfut1Ngy9Pw','Nurse April was so kind and friendly! Had a very good calming experience.','2020-10-21 15:28:36.479000','2020-10-21 15:28:36.479000',5,'Kaylin Grant','https://lh3.googleusercontent.com/-qgDdmx45tXg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm5vfJnDO8ulK3Zq2l--7xZI8ir7g/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31481),('AbFvOql7mO4MxWXDy2_MSsXq9hPG-kH4fIwj1dpuMcdXGK_9L8sKRZqZJ82i_HVPgvRFX-AhAmPdUQ','I felt very welcomed and taken care of here. I felt like my diagnosis was clear! Natasha was super awesome at the front desk !','2019-09-17 18:20:19.657000','2019-09-17 18:20:19.657000',5,'Aneliz Vazquez','https://lh5.googleusercontent.com/-iyCwXEGS7OE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclqf5xEn6QCFXwbo2PPUWoPcPUtzA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39258),('AbFvOql7NN_hAnVRyYJ_BJ51cpmR40UaZkD8hPQY1UCqjUoXhjeBcr3AlxbvTsIcTIVs0D2ac-97wA','DR. AKUNYILI, MD, EDOZIE J and nurse Noteboom,Nicole we’re amazing. They made me feel comfortable and explained everything they were doing in detail. If ever needed, I will definitely come back here.','2018-05-23 14:32:11.191000','2018-05-23 14:32:11.191000',5,'Briannavega','https://lh3.googleusercontent.com/a-/AOh14Giq57mn6tpe3OrYxudjDMx6MjnIQJqcHtMdxNHv=c0x00000000-cc-rp','14567670160750071148',30838),('AbFvOql7nOaDUDkqKVJTb8aMdC0bfyWGuXxkGXzm-hCRB33pimSCx1A_kiZ6sBYhI8lHZ6M_QAQB','Thanks so much Dr. Wendy! Amazing team! Blake , John , Jaslyn , Jazz and Rolando! Super clean! Helpful and affordable!','2020-08-02 14:57:30.993000','2020-08-02 14:57:30.993000',5,'HTX Boss Babes','https://lh3.googleusercontent.com/a-/AOh14GgKJV6DnHxx8ZuJDgNCOnJWesEK6Komt8_5xy_Aog=c0x00000000-cc-rp','8679688254631342173',42337),('AbFvOql7nsnCBgIriR_c_xqMGxfLyjsum0Qs399oS6IYHeRcHs8SeNfjwp1UK17CUlGA4pwx7nDpVA','Doctor Das gave amazing care','2020-10-03 14:44:13.858000','2020-10-03 14:44:13.858000',5,'Brooke Hull','https://lh3.googleusercontent.com/a-/AOh14Gi6IGH8V8wYaMx4hOJID7GiZO6N8x3iwFIe0hQ6UQ=c0x00000000-cc-rp','14748677429039074158',31577),('AbFvOql7NT9JfEtUXFJTgO69gZIHCSvF4lz-3LKwW1yGfbmXsFGlitlHOe_zG-S-ZJGMT988PTORjQ','Jocelyn A. And Alvean A. Where great, kind and very helpful.','2020-01-22 21:20:23.865000','2020-01-22 21:20:23.865000',5,'symone taylor','https://lh3.googleusercontent.com/a-/AOh14GjCOVr_nO4IvrnZOA6JZCty1J8LjohbheBASq8C7A=c0x00000000-cc-rp','16389487648212004696',33467),('AbFvOql7oARXeRjPvZX1dk6nfQvFir6hhmW9cQbDcY1HuI1RGtAQ33ZCbOufkrWP6OJk_ZZ4CVZnoQ','Awesome ER. Was brought back right away. Front office Christina was very welcoming. Tina and Cara were great. Super friendly. Dr. Lingan saw we quickly and very knowledgeable. Great experience all around.','2019-07-12 15:32:54.384000','2019-07-12 15:32:54.384000',5,'Carli Holt','https://lh3.googleusercontent.com/a-/AOh14Gi06RSThcvm5yXtLhbPxLlHEefZYIzirdVeLX42Qw=c0x00000000-cc-rp','16891069708558046635',36163),('AbFvOql7OL6T1g61-kMDb7E4MsR9RYUUP17_89iypI4T5aphr010GZOzfOA89wIEhaQ-zKWdIx4hiQ','Very quick, friendly treatment! Jackie, Dr. Boester, Leah and Ruby were awesome.','2017-07-24 23:54:08.428000','2017-07-24 23:54:08.428000',5,'Terra Henderson','https://lh6.googleusercontent.com/-vodAsMdG5KY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmqAIkIYrCY_hHu2Oflc_dg2ePIOA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31002),('AbFvOql7pBFuoJIpTPavhu0h7ietmUFNk0UgHZrUT0WX7FHwv07KCa6IGUuGw_70G9voSY0hhw_vxA','Our visit was extremely pleasant from the time we walked thru the door from being greeted by Tanishia W. and Security Officer B. Fleming. Rad Tech - Heather G. took us back within 5 minutes and started vitals. She offered us refreshments as well and made sure we were comfortable. Shortly after, Nurse Shelley D. came into the room and got the pain level down from a 7 to a 2 by the time we checked out. Also she was very pleasant offered us refreshments a well as Tanishia who came back into the room. Dr. Pham explained everything thoroughly and ran test and gave us post- op instructions. I\'d definitely would recommend this location to anyone.','2019-03-15 03:36:20.949000','2019-03-15 03:36:20.949000',5,'Brandie Latrice','https://lh3.googleusercontent.com/a-/AOh14GjRR-uMNH-6UjOW7q3eOFoDi-T5Bi3QIS44obH1fA=c0x00000000-cc-rp','3511292162159714121',40615),('AbFvOql7PRnVfpjRYnnIhRQ9R3gwuUai97bBeOF9fA-HIiobGtIO74oFge9z3P3teS5mgPL6Ag8Myw','Extremely fast and efficient. I was met by Lizzie who sent me back with my paper work in a flash, had my vitals checked by Ms.Dawn, seen by Dr. Faig, and had my IV put in the span of 25 min. I’m astounded by the professionalism and the care given at SignatureCare Montrose location.Thank you guys for your service!','2019-07-08 20:18:22.305000','2019-07-08 20:18:22.305000',5,'Hunter Smith','https://lh6.googleusercontent.com/-pRTycbSgDl8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnn35iBA7OfUGtPHXSISTcV2RolMg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40499),('AbFvOql7PrVnZjU2rycnYP1LIHzvjr6ljb_Q60v4PwPE2MtrGx5neXmRS5FEEluPh9vXE1OTYYZxzg','I stopped in today because my primary could not see me. There was no wait and I was looked at right away. Everybody was professional.','2019-11-22 22:56:27.533000','2019-11-22 22:56:27.533000',5,'mike white','https://lh3.googleusercontent.com/a-/AOh14Gjh8unvnr9RINLZZLdcGSfncHZOyr0tiEdtcPDR=c0x00000000-cc-rp','2694018788013845459',39207),('AbFvOql7Q5iXJ-DDe3450EfveDCCQozCdtKl5ISDkcePW9IiTSuGwrMS1uCNSZFcGZC62sRbXVSRWQ','I was very impressed with all of the staff, especially Ashley from registration!They were very professional and highly trained. The facility was very clean, with modern technology. They got my husband in immediately. I highly recommend and will definitely return if ever needed. Thank you all for taking such great care of my husband!','2019-06-24 22:27:26.820000','2019-06-24 22:27:26.820000',5,'Jessica Garza','https://lh3.googleusercontent.com/-oTgzm0Sni0E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucntjijNaAmO0dwPzo5iBRqtRMrxUw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38121),('AbFvOql7QCgzi-ZbybjoAz251xLY99V2IwHZDDBBRCiABm7VhKK24SaO9zj7k10DxbXQYfhgdil4Og','Amazing staff and was able to help with my situation! I had an emergency surgery when I was out of town and they were able to help me with my incision if I needed my stitches removed!\nAnd not only that they snacks and drinks and great coffee while you wait! ā¤ļøā¤ļø','2019-12-11 00:14:33.580000','2019-12-11 00:14:33.580000',5,'Melissa Lopez','https://lh3.googleusercontent.com/a-/AOh14GjtNgw8wiFEmIkz32f4byZheMpTclSSy-NHpKccuw=c0x00000000-cc-rp','14567670160750071148',30398),('AbFvOql7Rb9sYaHhYMUOLTfVqQGFxPJ4B00lnAhPurGkYdjAKKycHhqaRldDsmsuUCvdiyVpiBNKPA','I just want to thanks the staff, this is my second time I been to Signature Care ER and every time from the moment you walk in, they make you feel welcome, no waiting time and always go home feeling better. It makes me happy the fallow up call the fallowing day.','2017-04-13 19:10:21.163000','2017-04-13 19:10:21.163000',5,'Lalisha Vazquez','https://lh4.googleusercontent.com/-wV4e7ipJ2UQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck6Py8t1RoBxH7b605NHBJpgp-xeA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37174),('AbFvOql7rt0TcS710-D_4TxwXy8RNa5LrYiRnC6hzXTX126bI2jAfgDuLX1Hcnwcm1mJgxVEzFDh','This facility always provides the best service. My nurse April was very friendly and made the Covid testing experience so easy and did a great job keeping me calm. This is my second time coming here and both times have been during my pregnancy. Can’t speak highly enough.','2020-10-20 17:21:21.151000','2020-10-20 17:21:21.151000',5,'Katelyn Acuna','https://lh5.googleusercontent.com/-XndaVWEcPik/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckmAljfQej4fnhkUc-1SJhIjDkWoQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31485),('AbFvOql7SThQRjysr_0jZTmPt6RFdjbw3EHrWH4Q_Zn3Djt9k4HVGPipcsxZNvpxKSpFsn4Fcpbf','Thanks for the care of my son. Tanishia and Fatima you guys were great.','2020-02-21 04:29:30.158000','2020-02-21 04:29:30.158000',5,'Vianney Valencia','https://lh5.googleusercontent.com/-i39yt6YVFqU/AAAAAAAAAAI/AAAAAAAAHwQ/AMZuuclHr0qDYHOFDuNOlJrExuCR5HDTyA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37675),('AbFvOql7STnmVF5d37vxIJ1zyTf7dO8lygN7WNeMJXEjzhurm5rJO-60n1CK7Z7OTEy-VIrcWOX2bQ','Very friendly staff and really fast! Highly recommend Georgia!','2020-08-12 23:59:05.215000','2020-08-12 23:59:05.215000',5,'Lily Mordecai','https://lh6.googleusercontent.com/-z71-vUIaZKc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck4IKdQozm7-z8HVW4eT0B8qty5Vg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31771),('AbFvOql7sul-n-e4oDcCOfG58JCddVBsw4oJgdWYN1P7PFQDV3OZAwjAk7K-mBvnsX4W3MN117h5Uw','Best experience in an emergency room I\'ve ever had. I appreciate the staff, N Patel, Sarah, Fatima, Daniel, and Tanishia. You guys were great for both my initial visit and follow up as well. WILL DEFINITELY RETURN. Great. Fantastiv6','2019-11-27 02:42:29.348000','2019-11-27 02:42:29.348000',5,'Carla Lopez','https://lh3.googleusercontent.com/a-/AOh14GiEtALJLpge3yUT9x2aRhTvV4yvomL0WdL_lfzZGg=c0x00000000-cc-rp','17898197009688164559',37850),('AbFvOql7T5a-g0rvnmd08N6gwDtny7xJeXS8y9Tb1i8a7kY24Hh6FQOkiojX_Hm5ogX7TYH6Umm43A','Love this Signature Care facility! This was my second visit and each time I leave satisfied. Very clean, nice staff, and thorough doctors. Maya and Kristina were friendly and professional during my visit! Definitely my choice when it comes to my emergency care away from home(California).','2020-02-23 12:52:14.378000','2020-02-23 12:52:14.378000',5,'Chandra Marshall','https://lh5.googleusercontent.com/-tWm9IvobpeM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck9KMO7jUA4vvN28nxPlD-vkdsc3w/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28702),('AbFvOql7TV1qr7lGpwXBK4af6tVpoCR43XiqT9yK0VirI7LV-kLGIyE4d-BQW8Vw4Qxhh-7lB7vu','Great experience with the most fantastic team on today! Receptionist was very sweet and kind with a welcome greeting & i got offered a warm blanket. Nurse Kristina, Rad Tech Hahn, Dr Zheng, Reg. Malissa, & Er Tech Scott','2019-07-19 16:45:44.057000','2019-07-19 16:45:44.057000',5,'Jor\'Dhyn Kennerson','https://lh3.googleusercontent.com/a-/AOh14GinEeZ_MsX9uLsnNvys2pSAJwVSmQQ82WP93TpI5w=c0x00000000-cc-rp','12541597562633926366',29081),('AbFvOql7u-idjGGY-239fDKzGIpZWPRFTQvnu1xSXogNqjppMG_DLAIjNtlvm6Ysp0zik5_YIV8ANw','Fast and friendly with polite and professional staff.','2019-05-18 17:31:57.373000','2019-05-18 17:31:57.373000',5,'Greg Monkman','https://lh3.googleusercontent.com/a-/AOh14Gjf7cLv-hZrTbWIsYntzzqnq4U8k8_6e-nOSKDgZw=c0x00000000-cc-rp','13486358490203335051',29843),('AbFvOql7U0qIn6W28xZlmm5l7tnPjgm1uayhQ2q-CQG8CuogK4OElD8FLzELXJjvacVJHd28gw88jQ','Fast and efficient service! The doctors and nurses were very knowledgeable about the circumstances I was there for. My daughter left with a smile on her face and a teddy bear in her arms.','2020-06-14 20:43:25.455000','2020-06-14 20:43:25.455000',5,'Raquel McMeans','https://lh5.googleusercontent.com/-CDsVMv8tnnY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnRQhTAkmEn78_yCtf09Ox1pJbFoA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39061),('AbFvOql7ugRKXdgIj80zhvGPZt1iJDCmCmOsOjrX29B8bIk3W62H6HaSgjF7rQ4O2apiEst8bnX9-w','Great place! Super fast and nice! Was offered a warm blanket! Kennedy & Lorena were so nice and welcoming! Megan and Brandon greeted me right away and were fast and efficient! Morgan and Bretnie popped in and checked in on me! And Dr. Carraway was absolutely fantastic! I love this place!','2021-01-02 17:41:32.305000','2021-01-02 17:41:32.305000',5,'Morgan Young','https://lh4.googleusercontent.com/-mIMG9587USM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxJkRYu8ClGtN7WHGBrADVjUMcjQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44248),('AbFvOql7uXhz0_XV_bmYKQ5mrkyuki8KnQ_ru4XAFgl1SmKp7gfcZBhzGwNEbWqIqPe8ddzf1VGw4g','The staff is just simply amazing...great service great environment!','2019-11-12 06:15:30.702000','2019-11-12 06:15:30.702000',5,'Mariah Robinson','https://lh3.googleusercontent.com/-byirBLSNXhc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKtI4_u_7tviooCmtEcjyXymipSA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30414),('AbFvOql7v_JfOX-ZmG7_BkTdf_uC-egMMp3NViBtXnpxghWaIkVWYJYsxAxLX11g-K-ugRTPl3tq','Allison, Lisa V., and Jocelyn has been super friendly and helpful with my medical needs. I would recommend this place for an emergency.','2019-08-30 02:17:56.042000','2019-08-30 02:17:56.042000',4,'Alyssa Carr','https://lh4.googleusercontent.com/-O8xpcA7wuYo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucllzklkz4Xco6KlOAx8J4Qh8_IL2A/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29683),('AbFvOql7VZB4TJBIMOz0qNfBijkbJhQK0DY1STdaR9oYADavShk5QY5AJvTwgpyzGrabHU_XHYtI_Q','Really excellent customer service. We appreciate all the help of Dr. Zengh and irving, Holly, Ellen and Thelma. Great team!','2019-12-31 06:06:29.390000','2019-12-31 06:06:29.390000',5,'Sofia Ramos','https://lh6.googleusercontent.com/-jspuHCeeB3c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckB_i8KhLaNrKisM87nIetWZDQ8WQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28880),('AbFvOql7W-me3pLaqRj80C7EAR1sV72HKFXFQeE5-Pc1Rz7iBD0mcCcGe9sNaG-hEvTEhaxYtOpH_Q','Ashley Williams was very nice and helpful thanks will be coming back','2020-12-13 01:57:28.928000','2020-12-13 01:57:28.928000',5,'Martha Mancera','https://lh6.googleusercontent.com/-wkxLkjFefkk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmNKMxS2-hYyoIgKKbM18MC256wmw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37404),('AbFvOql7wILE7wzI7RYeTPXYfOIz-upY_SjA8RUyHtJ62TGEm1zRsN15l_sXR_yVvDYok5_nvNggEA','What great staff they have Tabitha, Manny and Marisol were so super nice and very help..its nice when you are greeted with such kindness in a time that you are worried of things are gonna turn out. I really love going to Signature Care Emergency Center they have such great staff and the Center is so clean. Thank you so muchšŸ’—','2020-08-08 00:21:30.488000','2020-08-08 00:21:30.488000',5,'Veronica Mendoza','https://lh3.googleusercontent.com/a-/AOh14GjjJJ5OZt_8n5jhrCMHY4xEtptfwwjvXnfOvtIRMw=c0x00000000-cc-rp','6521947413723274945',41306),('AbFvOql7WPwTOfrY4t3mETTZGgnyDwyWUT_vIfkw1xeOLJE1pIgUFraIj-HiKMnSXdPVjib1O4U7ww','From when you walk in to when you walk out the team of medical professional care about your health and the reason you are there! Dr. Vaagenes, Racheal(RN), Ashley S. and Jessica where nothing but friendly, helpful and amazing. Don\'t see a reason to go to another ER when you have a health issue and need to be seen right away! Kudos to an amazing team!','2019-01-13 16:00:44.578000','2019-01-13 16:00:44.578000',5,'Niko Nikolaopolis','https://lh5.googleusercontent.com/-7cGyI_rw1eg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckhs6BTrz3Fgg7FQU0gs_7no9bQ7g/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38329),('AbFvOql7X1FzzWHXk5ghhZQnY4sfZXAyMIOEgsm_btuP5ww99k7JxuN5ty5ctfjgq0knriI1mdLtow','They were so accommodating and friendly. No wait time and such a kind compassionate staff','2018-12-31 16:54:42.317000','2018-12-31 16:54:42.317000',5,'Jimmie Thomas','https://lh3.googleusercontent.com/a-/AOh14GhTjCaKOZ5dQGKo1Llrjpk1zTfTfEaXaIJN-6s7xg=c0x00000000-cc-rp','14567670160750071148',30658),('AbFvOql7XQFf1lAWrIrQopMrUhWo8tbjNwniN3ifrTxuecNkwkukOa-09Z_vQJpqFyyobUicQRtY','Everyone was really sweet. I was in an out without 30-45 minutes. Would go back again.','2019-03-28 18:07:51.203000','2019-03-28 18:07:51.203000',5,'Gracy Hacking','https://lh3.googleusercontent.com/a-/AOh14Gh298JK2eCTmM-JXFdL9Qrg9D-qed9y-tPAvUPh=c0x00000000-cc-rp','16891069708558046635',36236),('AbFvOql7yFdgvdY--yo3HBW9kkySz_exAhttemSzWHwboeshkDQp23aQbYoDaZ6x-Weo_GUO0EYW','Great experience! Friendly staff! Doctor was very friendly and reassuring.','2020-07-05 03:40:38.010000','2020-07-05 03:40:38.010000',5,'Celina Feffer','https://lh3.googleusercontent.com/a-/AOh14Gh_9fHNj6pt6bQljKg3ThdI2qpPG__Laml5x7RNoxQ=c0x00000000-cc-rp','8679688254631342173',42365),('AbFvOql7YKhh0_GgSzNUI3rHG7aaftdlBST61Cs7XjYSpg1prIbeyZtvBt1cZcDrgTGynP5qOeKAWA','I had a great experience by Dr. Patel, Amy, josh and Agnes','2019-05-07 01:38:01.350000','2019-05-07 01:38:01.350000',5,'CesarReyes Marcial','https://lh3.googleusercontent.com/a-/AOh14GgwEO65Hd3iNTphfC61C-02frMYMDzwxAyxtbm_=c0x00000000-cc-rp','3511292162159714121',40573),('AbFvOql7YTTt0YNWELRwTzyfJR2TxkUAhyPwBfiedIaPmATxJcq95Th4gDRz6ySwq6stff4QI7n-_g',NULL,'2019-08-19 18:09:41.641000','2019-08-19 18:09:41.641000',5,'Laycee Gibson','https://lh3.googleusercontent.com/a-/AOh14Gj7pNFlQi-znkjq1bF1KNvJ_61v8uuBkS3Rlzdj=c0x00000000-cc-rp','16590124370714063921',34720),('AbFvOql7ze3rjdvtmgciqqXQrdtitu8F-X4lcEojSwJZieo8b44WcKMtQe8JNKH61PHuBdicAlTAFw','Marcus and Lindsey were awesome, they answered all my questions and they were very fast I highly recommend visiting','2020-11-04 19:01:11.695000','2020-11-04 19:01:11.695000',5,'John Walker','https://lh3.googleusercontent.com/-dxccG9P8lVY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnNqxUqY6hZm3JzgwsYgWZXA_OPBw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32993),('AbFvOql8_kM4dojh0LcpdvxQBC_0MdFKB71V_bAxE-ToLF_KWIJVYnkClpGVPRCiZNt4AZPkoVgvhg','Very kind and polite staff... From Dr. Lim to Carly in registration. Thank you','2020-02-12 06:43:13.813000','2020-02-12 06:43:13.813000',5,'Joey Gonzalez','https://lh3.googleusercontent.com/a-/AOh14Gjk30pZx4bpygYW0W6n9VHyHx92e1V1nlybj9Pqwg=c0x00000000-cc-rp','12541597562633926366',28727),('AbFvOql8_q_3X-BwLTkP0yxwWw45udZOxP_CRqUpxfIDECTuVALeqDvKvzhVc72QKSQrDJUlqpqbcg','Everyone was so nice and courteous. My Health was their main priority. Awesome!!!!','2020-12-10 19:50:03.365000','2020-12-10 19:50:03.365000',5,'Rhonda S','https://lh3.googleusercontent.com/a-/AOh14Giu5dCiQorTP1BIDcM3QLa0w0SOJqKuQ3Fc99vh=c0x00000000-cc-rp-ba2','3272657195432704501',39429),('AbFvOql8_qRvv6VTZY806YRqmiRRnmDrs6GFp0KkN768WBX8KDBVgU5cvXrrn0plrLN8cHVp_oYjVQ','Thank you, Ortiz, Sarah,Fatima, Daniel and Tanishia','2019-12-25 01:49:30.578000','2019-12-25 01:49:30.578000',5,'Luis Flores','https://lh3.googleusercontent.com/a-/AOh14GgEEhv-lFg42RC2wZqSQpk2-NnHzUPBKMP_s-BbquQ=c0x00000000-cc-rp','17898197009688164559',37781),('AbFvOql8-EKh7RXIb0472AHeqdoYpNOusOCet50b-01_jSMTJx6vck_2wueZQtARdo2cz5I5zR0vUw','The service was very fast. I was called in the back before I was even able to complete my paperwork. Once in the room I was given a warm blanket and my vitals were taken as well. I believe the longest wait time was approximately 20 minutes. Best emergency room visit I\'ve ever had because it didn\'t feel like an emergency room visit!','2017-08-13 12:38:34.413000','2017-08-13 12:38:34.413000',5,'Kai Harman','https://lh3.googleusercontent.com/a-/AOh14GisQcsETAeVugIuVz157ugLlxPj6NjNW056bPVWvw=c0x00000000-cc-rp','14567670160750071148',30989),('AbFvOql80DlQ8XhlBRKOo7J_5tluJLoOexFB6frL7fR6NxykgmAzCHQDO8IVtmSpEH67E5qSeH_W','Very clean and very friendly people in the office. Got us in very quick with no wait. Anthony and Dr. Baker were great and made us laugh the whole time we were here. Had a very good experience.','2018-12-12 04:23:48.128000','2018-12-12 04:23:48.128000',5,'Hailey Hearn','https://lh3.googleusercontent.com/a-/AOh14Gh5nu94vp6OHDxAk4ntKUwbu2bKj6rqgk55r_TrVg=c0x00000000-cc-rp','16590124370714063921',35067),('AbFvOql81GBY-eO_MAXpY-f1eBZYyV_n58gcEte062zkVMETytsV8iuZZva-yYl4HAiTZE6vgpnBNA','In and out FAST....great staff ....','2020-08-14 14:57:14.944000','2020-08-14 14:57:14.944000',5,'NEIL MITCHELL','https://lh5.googleusercontent.com/-pf2soPKg4pU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclF2aTTMOwplg1St2QToHYPzqpprg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38596),('AbFvOql81u2dwtRopqPOKpu-L25x7V8ZFPa322jVdaFp7GMItJY6BpkBFDBYBL8cfR21GbpOQY78Wg','Twice I have had treatment here and both times the experience was A+! The place is clean and smells great! The staff is friendly, attentive and very professional. I always feel that I am in good hands here! On one visit the staff who helped me was Dr. Ortiz, Tammy W., Courtney G., Jessica N. and Chanell P. I highly recommend the Er Center!','2020-01-21 16:19:04.953000','2020-01-21 16:19:04.953000',5,'Lynn Hart','https://lh5.googleusercontent.com/-lYve4TGRbjM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnYanzTJHadx_5UviJ5JL9pEbQUWA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33478),('AbFvOql847jlvhlJA-Laklli1T85w_HllYmXuzGWVMXBa8NVeKlVHLoSjlQHDQFzgPvvGmccq35uqA','Amazing!! So helpful! Such a great experience','2020-08-21 03:23:00.296000','2020-08-21 03:23:00.296000',5,'Samantha Kaire','https://lh4.googleusercontent.com/-hxVkcw_wY68/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucni0sYRLHUMIbyGcO1Poma_jHrE5Q/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38571),('AbFvOql860_r63UBxREF8F-n-PLgPosHpQBoF1E-DUqVA66yaFkLCxVxC5MhZCO1zt2-QhDmPPrV9w','Clean facility for starters. Registration was quick and easy. Clinical staff was prompt, attentive, and kept me informed of any delays that may have come up. Each step of the process was explained in a clear and concise manner. Much better experience than a hospital based ER. I will definitely return if needed in the future.','2019-05-22 03:50:19.435000','2019-05-22 03:50:19.435000',5,'Kay Bradley','https://lh3.googleusercontent.com/a-/AOh14GjKVcKnQ4K8KPeE5fu9i1dMJ6iMQLNpP7vk_z0fzg=c0x00000000-cc-rp','17898197009688164559',38173),('AbFvOql86cjB7xUnWNoLO5sOouCNgyRjMoB-sQCYtwndxrYkYzPWMm_oyiXAA-mqGTS6Jt6WGQnyMQ','At my most recent visit I had Victoria, Anthony, Kathleen, and Dr. Baker and they were all so wonderful and caring to my needs. My roommates and I come here every time because of the great services, I highly recommend Signiture Care!','2019-03-04 18:05:39.537000','2019-03-04 18:05:39.537000',5,'cate chaplin','https://lh3.googleusercontent.com/-InppGNUejeA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBW0DVPe2JFZHeVQl35jq2g0tzxg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34976),('AbFvOql86ROJ3Hs6I1KAcjHmYMQZyEjF4GSe1ppp8RbyqZZC3Y54I47WwCFRwqeR18bYQAhqWOJ73w','This emergency center was not only extremely professional but very caring. I drove a long ways to visit them because of their great referrals. You can certainly trust Signature Care for your medical needs.','2020-10-25 00:20:40.511000','2020-10-25 00:20:40.511000',5,'Alma Hills','https://lh6.googleusercontent.com/-_YS1K8KwpCg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn-OMsh9lVxklO15QpMHCZehhF49g/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31465),('AbFvOql87g2YTiHKioJZ7Yh1Qa3w9ZkZRT5oe0AneFNTo2QoCB8awm171YhRrwvbHR4-p_Oofxktfg','Very excellent staff!','2018-08-08 20:55:53.766000','2018-08-08 20:55:53.766000',5,'Charlotte Morgan','https://lh6.googleusercontent.com/-PgDFjz398eI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckmyirnHadt3Z5EZBFFxuNJnxaMVg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40886),('AbFvOql8A-PwrNV9_l2VrLvF13p8LYyaXrYkF5TVk-N9z4s8vND--BGU5bt7Tba9W-RTQIJQbpSS','This is my second time at Signature and each time they have been fast and efficient. From the front desk, Victoria to the nurses Betty and Jesse. Dr Dang was very friendly and knowledgeable, I would definitely go again for my medical needs.','2017-06-07 01:23:44.850000','2017-06-07 01:23:44.850000',5,'Diana Salinas','https://lh4.googleusercontent.com/-HFh2swfrHiQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucka3g1jxkdTbsRjsMiFhZnwO1aq5g/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37140),('AbFvOql8AmsjXkq-4xt93F-Uh2FavLaG3_ZNHZ6lVJDI7duQx-nQhW2vtmv3EMsxVEYwMOgX-6Cakw','I had a great experience receiving care here. Stephanie, Rollie, Natalia, and Dr. Daniels were all friendly and quick to answer any questions I had','2020-08-12 01:37:18.484000','2020-08-12 01:37:18.484000',5,'Josh Mcallister','https://lh3.googleusercontent.com/-hKx7857Js9M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclS7GiB1hsO3i7QNQMNTpZUW3Rbjg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42324),('AbFvOql8aWXP-Pdc7pW5xQcrkbEUoJlXD_hht4u8glbH6t9wkjcBkmWwLfUltwXpelTETuKQM3svlQ','Very helpful and personable. The timely and informative doctor Souman nurse Alvin A and tech Marcus B were amazing the registrar Jocelyn A was helpful and fun to talk to would go again','2019-08-28 19:47:18.583000','2019-08-28 19:47:18.583000',5,'Akiro Tonbo','https://lh3.googleusercontent.com/a-/AOh14Gh16zwibFqFyZBZ3BZKeg4Zngk-mgblwPL9RPAq4w=c0x00000000-cc-rp','16389487648212004696',34020),('AbFvOql8BAhRwbdP_b1rCaYBUM5v0glxmYKCW2RnvJzJgj9j5gdAN8V3XanNp1d0yRE2rCe4Bf_u','Great experience on New Years Day! Dr Rose was kind and knowledgeable. The entire staff was fast and friendly - kudos to Barbara and Tina - and the nurse Christina gave me a shot that was painless. I’ve brought my kids here before and will continue to do so for all of our Emergency Room visits. They can do everything a bigger, busier ER can do, with all the labs, meds, CT, etc... they just do it better!','2019-01-01 14:54:53.371000','2019-01-01 14:54:53.371000',5,'ctd','https://lh3.googleusercontent.com/-DQln9BNX6sM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQ05iFQgTzW_6zGHQpxo242Whkbw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36307),('AbFvOql8BNMDdkMp86WVcTMlYPTOtrVq39napRMWYKvB8f9J4Lza-A4uTiC4azeX8pserYgE5VeRhQ',NULL,'2019-11-30 23:24:42.572000','2019-11-30 23:24:42.572000',5,'Nick Aaron Joshua','https://lh5.googleusercontent.com/-za1z0UJ5aUc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmMd5wP7o5GjQRxMUjB14L0uaSeOg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33654),('AbFvOql8CBM5IMQGBe6LQ36ajZ7wnK9oHMANocHYXlbsTaHK0BV1h2O-IobuwwWw795zaJnFoPuHGQ','The whole staff was kind and quick to help me. I was in and out in about an hour. I love the registration nurse Tanishia W! My visit was pleasant despite the circumstances.','2019-11-01 01:14:29.593000','2019-11-01 01:14:29.593000',5,'leonecia white','https://lh6.googleusercontent.com/-IQcm5rkrz7E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl2Tw62ujJs9OUqE1arGA3gx8_25g/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37917),('AbFvOql8CJ20iHr9GuChBxASrOLVBhWx9kxiy2W0fP-fxnSD4cdCOjRsQlIPMBxuxkapwfMxCPHZFg','Tech Sonle, Dr.Neweze, Blake, register Delicia are great I came on what felt like my death bed and they got me in very fast and helped with all my needs. They literally did anything I asked even giving me 4 blankets because I\'m that person that is always freezing in hospitals. Discharge was easy and quick as well. Would definitely pick this location again.','2019-12-12 17:18:50.430000','2019-12-12 17:18:50.430000',5,'Chelsea white','https://lh3.googleusercontent.com/-WiBF0sL5K2o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmIrDG8ivNEkVZf1Auw7z_LzIdE6Q/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42554),('AbFvOql8CR3T556wGdNVV8xfRzkcSR2YOWLs2Cm1mPPtVnH8Jl-G-1OjeepQokvx9c345BSsYyEq','I was welcomed warmly by Genesis in reception and seen before I even had time to fill out my paperwork. Kristina RN and ER tech John took wonderful care of me and Dr. Spangler is the best. Thank you for a wonderful experience.','2019-11-25 17:54:49.181000','2019-11-25 17:54:49.181000',5,'Renee Wade','https://lh6.googleusercontent.com/-m34Xvd_QATE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckT3pYuK4fK-zUexIwtCwRUJVpXRA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28969),('AbFvOql8cRyEst7i5F6p6VrcJdi16a5YoJNVAc4TE7pLOBqivuviqnSvr2dQ85Rvsxichr7l-M0T5A','Dr. Harjai was fantastic with my son’s broken wrist. And the other staff members, Alvean, Tricia, and Elida, took such great care of us. The facility is new and clean and they couldn’t have been any more attentive and professional. Thank you guys so much for being so great today!','2019-10-31 16:03:33.364000','2019-10-31 16:03:33.364000',5,'Sally Buck','https://lh6.googleusercontent.com/-6Dd-S98UIxY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMDrofJTnAE7El5-I-1ba9XHpRkQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33802),('AbFvOql8DicWjTj_Fbvx51dDk7CE3aZcuzyTkbaTrOpSGtFvxXI254RE1m1CzdEp-Tg9Hb39IkPL','This was a great emergency center for my boyfriend’s accident. They were all incredibly sweet and made sure he and I knew what was going on every step of the way, as well as taking great care of him. We will definitely be back to this location if needed.','2021-01-12 23:32:02.191000','2021-01-12 23:32:02.191000',5,'hannah elizabeth','https://lh3.googleusercontent.com/a-/AOh14GjzDryMJrhd5Oh7UEudtWMasKFk1n6vT-AgL1LptQ=c0x00000000-cc-rp','2077061009497551125',44571),('AbFvOql8DsKq8Vx3x8FBYsIXW7EH6RAeTmX8UYqWu1UY861rBGzTqVoEHN60QTPy-ySx-RPCq1S_','I want everyone to know that twice this year Midland’s Signature Care has been a life saver. But this specific time, during COVID, they went above and beyond. My daughter was feeling very sick (Covid type symptoms) so we went to get a rapid test. She was negative. They could have sent us on our way but Dr Star didn’t let us leave. He asked us to come inside. After bloodwork and ultrasound they discovered my daughter had acute appendicitis. During this crazy time, most doctors would have sent us on our way. But not Dr. Star. I can’t say enough positive words about this organization. Thank you. Thank you for going the extra mile!!!','2020-07-27 13:35:47.686000','2020-07-27 13:35:47.686000',5,'Tiffany Butts','https://lh4.googleusercontent.com/-TB1Ao6qvMrQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucktCYs7i8TY2pxuXOrfMKRruEancQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29356),('AbFvOql8e-MT46eBvl8oyCJry4MW0xfaCQPxOff9EQ05p-S9Dv4bWdAdco7pQxGzm2BSfUEr-qIu7w','Quick, prompt, and professional. On top of awesome service; these guys treat you like royalty. I would definitely recommend this location to anyone who needs fast, reliable service!\nFrom Maya at the front desk; to Nurse Kristina and Dr. Faig, everyone here is WONDERFUL.','2019-12-31 17:04:39.836000','2019-12-31 17:04:39.836000',5,'Chris Jones','https://lh3.googleusercontent.com/-crDE_2awRGo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclRFTpnHzr1mdWLVpQHh0rIdOYG_g/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28877),('AbFvOql8eiKzP4sJCZayS-3LLP7Wj2I8r6q7ntTxzBmQgN9FHgI3BuKvOIBbsGXwIBpAcoMgBUnz','Had prompt services, friendly greeting and help from Jocelyn, my nurse Alvenan was very friendly as well and was able to help me with questions I had. Had an X-ray and Tricia was very patient with me and very nice. My doctor Nweze was great','2019-10-16 20:27:01.103000','2019-10-16 20:27:01.103000',5,'Kim Wikoff','https://lh3.googleusercontent.com/a-/AOh14Ggl_JACLVeyLT2ieHpJMSfQ2mRZd1vucdgdjjhO=c0x00000000-cc-rp','16389487648212004696',33864),('AbFvOql8eqn5EapoG781R9ewL_ue3MrPg06F1e8TTpzplFoKEetCtwhxgwCpkCDeFPN61GucpwgWVA',NULL,'2019-12-28 17:38:48.635000','2019-12-28 17:38:48.635000',5,'Hannah Livergood','https://lh5.googleusercontent.com/-NTKayzsBRnE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTIdvk-QKQrZ9HAV2CA8KaKVg_zg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34481),('AbFvOql8f0RDbtZwieqh2hYVD3I1D6CD2pRWbWw1Q8DY5f2SS3_w4P6O1hAoMmQpyzOfJHfy_T4p-w','The doctor was great and the registered nurse I had was wonderful and I will be back at the one in the Heights all the time','2017-08-09 09:43:46.232000','2017-08-09 09:43:46.232000',5,'46 gessner 46 gessner','https://lh3.googleusercontent.com/a-/AOh14Ghj2tXsa2E_Y5WNS2l82smpwWLbOqsHDldmkanIWQ=c0x00000000-cc-rp-ba2','14567670160750071148',30992),('AbFvOql8gs17h6wXUZu8Ai3nfRBnkEesNRucyqLiPSPkYnLGD8jvpoWFWtQvfAIbyocb61cTJQhMtw','My God where do i began!? Literally from the second i opened the door i was greeted by Mercy! She was warm and inviting, but most importantly she was caring! She made me feel welcomed soon as i stepped foot in this emergency room! The check in was quick and easy! I was in pain and she still concerned about me! That\'s excellent customer service and care! Then i was called back to the back by my nurse Kristina! She too was also welcoming and warm! And most importantly she showed great concern about me, and was very attentive to me and what i was saying and she was absolutely amazing! Then my tech came in his name was John he was just great! Introducing himself as he came in took my vitals and was verbal about everything he was doing which is great! But let me tell you why i fell in love with John, he asked me if i wanted a warm blanket‼ That literally made me melt! Lol only because i didn\'t have to ask for it he offered it before I could even think about to ask! He was on it! Last my certainly not least Dr. Faig!! He was ABSOLUTELY AMAZING! This doctor was grate! He came in the room immediately Caring for my needs attentive! And most importantly concerned about me and my health! I\'ve never been here before but i promise you it won\'t be my last! I promise you if you come here you will not be disappointed! I have found my new favorite emergency room center! This staff is absolutely amazing! And I already love them','2019-07-30 15:11:01.637000','2019-07-30 15:11:01.637000',5,'sharees turner','https://lh3.googleusercontent.com/a-/AOh14Gjf_nURoJsEXf4WiwtN4D3hPvmlzCefCtBoWeUdKA=c0x00000000-cc-rp','12541597562633926366',29070),('AbFvOql8IrdW7uOodY67hkzKP_v8ILYMUnvovFRMf-PpJGpQvXh_LrMIXzCCPVCvO6sSZ9WKWKaA4A','This place truly deserves 6 stars! From the minute I came in on the hot mess express, the front desk attendant Amanda, got me quickly checked in and back to see the doctor. Within minutes, I had vitals taken by the nurse and a quiet bed to rest. Unlike other hospitals, these guys are not rushing to churn/burn beds for money...in a time of need these guys deliver. This is truly how a hospital should run with care and compassion.','2020-01-30 01:22:01.775000','2020-01-30 01:22:01.775000',5,'Alex Kupres','https://lh5.googleusercontent.com/-DrS1l4qNTZU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnpoTSlHUJGWBFsvDCxnZpS3HaJIA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35990),('AbFvOql8j1mpgzoM51BCDryRNBWnVl4UrLDcHoFqUmsLmAdo3htkPjtE_bE-x2gbDENRMOwU-heBSg','The ladies, Shary and Krisandra was very friendly and inviting.. signature never fails to impress with their 5 star service even when you’re not feeling your best','2020-11-22 22:29:43.610000','2020-11-22 22:29:43.610000',5,'Yessenia Hagewood','https://lh3.googleusercontent.com/a-/AOh14GjxWuVQVa1m4q6lIqOQQpsiDWVoww2Coyf3oYUD=c0x00000000-cc-rp','16389487648212004696',32894),('AbFvOql8j4jAtjafEBBow-eb8xdy9QgEdwuL6DfFPp6EyJa-lGzUdwFyLFSndehvZtJTxgegMUwoVw','Go to spot for any medical needs. They care about treatment first and payment second. Super friendly very quick an completely competent.','2018-08-03 22:32:59.347000','2018-08-03 22:32:59.347000',5,'m d','https://lh6.googleusercontent.com/-iY5MLJHfIN0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmn3q4U7l1TXMqetiqrwLctH1fJhw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40901),('AbFvOql8JjS3msx_ME6VEtuqjy8p2hwAqzPfsO3PLeB_bkVwjseXQ933uMJOvdmnSIoy-yuri9Bgww','I felt they were all very professional here at Er Care on Grandview in Odessa. I really loved the staff Jessica the nurse, Ashley the Front receptionist, the tech Eliza, Megan the radiologist. They were awesome. I would recommend.','2019-11-04 00:56:37.508000','2019-11-04 00:56:37.508000',5,'Lidia Picazo','https://lh6.googleusercontent.com/-wMoxd_cHgS8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclGI3rXkLMINLUvVcR5YRowMbiNHg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41562),('AbFvOql8k_uICGDQS6gtrigLF8qlEBnzEK6nakNq0_j204QGgxFb_INH9BJX9w2b9jNfPaK0k3BPkQ','Great experience with SignatureCare! Staff was friendly and courteous. No wait time, got checked in and taken to a room within minutes!','2018-02-09 23:19:56.283000','2018-02-09 23:19:56.283000',5,'Jocelyn Moreno','https://lh6.googleusercontent.com/-st6kAq1mXfY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucliaq_AfuixKrRZ6bC1F5PHdudz-g/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43414),('AbFvOql8lNzeVTrQv4OIHN8PtMFLujv0cPzj5Rn7zrNOydNd9HOMjmofW4Wsc9fF560sUaiozjKx-Q','Be careful. We went here a year ago and were told the insurance company would cover it, by their staff. Now, they are in a fight with our insurance company and we still haven\'t been able to settle up what we owe.\n\nThis is an emergency room, not an Urgent Care, so they are going to be much more expensive...\n\nWe\'re not really sure what the dispute is about, or whose fault it is, but we won\'t be going back. We were originally told we owed $2500, now we\'re told by insurance it\'s going to be $800, but SignatureCare is saying it\'s still not settled...','2017-12-20 18:22:43.462000','2017-12-20 18:22:43.462000',1,'Douglas Barmore Jr','https://lh3.googleusercontent.com/a-/AOh14GhLyg079ncBCVD3ZJPvPnZPNdFcntKnxak33WJiiKQ=c0x00000000-cc-rp-ba5','14567670160750071148',30924),('AbFvOql8lO6T6qNaypQLWKI6seuajq63_Cr8jjKffgLh7NQbI648sSOwaY934bpgtwHsQUmbPa14Qg','The staff as a whole was wonderful.','2019-04-12 19:19:18.712000','2019-04-12 19:19:18.712000',5,'Ruby Jackson','https://lh3.googleusercontent.com/a-/AOh14GhpgHZCBXxeoY9IxWl7Mju0iKrVtEabq1i8q_-uEg=c0x00000000-cc-rp','17898197009688164559',38216),('AbFvOql8mATus0Bg0tPGLL51c8v8CfWPBSLVvrx-dp0jMueHTxBKagTzbN9Mq_NbMNP88pDWEigA','Had a pretty amazing experience, everyone was kind and patient. I did however find out that I never want to take a flu test ever again. But they did their best to make it pleasant for me ^_^','2018-12-28 20:16:13.181000','2018-12-28 20:16:13.181000',5,'Jordan Evans','https://lh5.googleusercontent.com/-li4u2ZDYBjQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckfQTVGaTGs7ACWPVi8h9FBVFnDlg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39983),('AbFvOql8mqBO9zA87BWXXxAcKjW_KBQxuuHACCUj6xmqyWOpH8_MgzBAwI_enXPZr5WvfAKoqOi3ag','My nurse Alvean was excellent she was extremely helpful and had patience. This was my first time and I will inform others.','2020-10-14 22:44:43.438000','2020-10-14 22:44:43.438000',5,'Nicole Felix','https://lh4.googleusercontent.com/-OACV-3cUDu0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZmU0MBv6URGzP0eBdJ6RzuOb_zw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33152),('AbFvOql8mwzKsjNuR3hDWcJUpNA0VcL1a-v6H9c7KuDG7H-OEYqTxkrflzlG9cSOclx1WdJtpJGErA',NULL,'2018-01-17 21:17:56.625000','2018-01-17 21:17:56.625000',5,'Nuno Garcia-Martinez','https://lh3.googleusercontent.com/a-/AOh14GjnhMGagVzy_8yankwcithLBymrQPJ-4L_Xvmzp3A=c0x00000000-cc-rp','14567670160750071148',30896),('AbFvOql8n08vPbj1r3fK1FR-H864VzbdFa9NCuK-TYNfFqFY8lTVCdulPFrhPXOLNH3UEVGpvp63wg','Expedient and courteous.','2016-07-11 12:28:51.674000','2016-07-11 12:28:51.674000',4,'Johnny Bodman','https://lh3.googleusercontent.com/a-/AOh14Gj2SvsEIJpfAKwu0xswpsC8DtUc5K1SmmEFG0k=c0x00000000-cc-rp','3511292162159714121',41192),('AbFvOql8O-yNkJunmedLrzWUAIo9JQxaUXM582urm4hCakLpfcGz2MUHn25jtcH-Om5YBxAULAreWw','Everyone was professional and friendly. Especially our nurses, Sarra and Victoria. We didn’t have to wait long to be seen by the doctor on site, just for the specialist that had to come in.','2019-12-20 02:02:22.997000','2019-12-20 02:02:22.997000',5,'Michael Castillo','https://lh3.googleusercontent.com/a-/AOh14GjMzBY-FzlL6xFP6o0TA90KLaRyMAzMOpovRQFG=c0x00000000-cc-rp-ba2','12541597562633926366',28931),('AbFvOql8QdkpTjEbXt11HR1QitnIthBRt6mHfvAJCZWQQJUZT5AlNP9lAUTemeGpFZ93HV2354n_aA','Easy check-in, quick service. Alvean and Valory provided comforting experience.','2020-10-21 15:08:54.972000','2020-10-21 15:08:54.972000',5,'Ronnie Reid','https://lh3.googleusercontent.com/-QGO38yw-BUM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnqQvuFo-UfZGQDPUFf6li7pqlBPQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33129),('AbFvOql8QjExZuVxQokK1WK2yXg3cBgu8Cvnpi12HKquTi-MeZdTqkkrWmtno0kJGt54TmuQPARirg','It was very clean!!! Carla was wonderful at checking me in... Dr. Yost was very understanding ... Lucas was awesome on giving the shot... Theresa helped with an nice warm blanket... Jennifer was excellent at taking xrays...','2020-02-01 21:32:52.751000','2020-02-01 21:32:52.751000',5,'Patricia Nichols','https://lh3.googleusercontent.com/a-/AOh14GgToEYRsbnngVZTz0VQvqaGpE4Nlh2fsVPNmtTOmQ=c0x00000000-cc-rp','3272657195432704501',39649),('AbFvOql8qLPEFvAcY4EuHsN_XilSz3jy4AE5fIdfOKXo1W7nIzqlQPwy0Ih4dxB-7mNDuqW8umvnYQ','Amazing fast service, and didn\'t cost and arm and a leg with insurance','2017-03-28 02:37:07.695000','2017-03-28 02:37:07.695000',5,'Matthew Bridges','https://lh3.googleusercontent.com/a-/AOh14GgwzZRusFQewn71Yo2flQtYYvxMNo4whNqmC0ahAA=c0x00000000-cc-rp','16590124370714063921',35464),('AbFvOql8rlFXeR586J9oN2qzqNz4Ezk4JdVn2kxjM2hdPbbVLSuZlNu-pdKRZ_ts85_p6BHEnbgH','I bring my family for emergencies here all the time the staff and doctors are very nice they explain everything and treat you with respect and make sure you are well taken care of. I definitely recommend this place for ER needs to everyone.','2019-05-31 12:50:01.106000','2019-05-31 12:50:01.106000',5,'Blanca Vallejo','https://lh3.googleusercontent.com/a-/AOh14Gh9hf6CMR1mfszKHItzeMzN4JaC5kZv_cvBi2A8QqY=c0x00000000-cc-rp','14567670160750071148',30537),('AbFvOql8roXYT0yAwMFKTZNcPR2EjJdXzeLZhCxZgW3WV0j8XwaXR_YoGrTA1tU6cdkS6noIggRkCA','The registration staff member, Stephanie, checked the patient in as soon we entered the ER with genuine care/concern. Nurse Rollie, along radiology tech Natalia, got the patient into a room immediately for an assessment of her medical condition. Dr. Ybarra was very thorough and exhibited in depth knowledge concerning the patients expressed medical concerns. We have visited this ER for medical emergencies in the past with great satisfaction that our emergency medical needs were more than met with great care.','2020-02-11 05:37:21.258000','2020-02-11 05:37:21.258000',5,'Kevin Malonson','https://lh3.googleusercontent.com/-Iq3V9H5hB2s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnflr_5ll-XmSNSEb9LGaZNF6sm8g/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42444),('AbFvOql8sR2MzHgU0O4RXwgzORiS3sRuy9lZl6FiBO0FjEsEcLosBKa8QPdbMvfYwZguzbrjD8WrZw','Woke up this morning feeling real bad, so we rushed over to signature care which was right around the corner from us on atascosita, to get tested for Covid-19... the comfort of these guys customer service, the concern , the ease, the patience and knowledge these guys brought to us on the testing and home care after we got results was second to none .. thank you so much Valerie , Julia , Jesse and Anna !!! 😊','2021-01-03 20:07:46.841000','2021-01-03 20:07:46.841000',5,'Derrick Huery','https://lh3.googleusercontent.com/a-/AOh14Gioyr4NZHCCMcxYjNMucCnMvQfRZgNr6O52SoGSSA=c0x00000000-cc-rp','15979470999169074295',44301),('AbFvOql8sTXMlDfbI7Qgo9aN2xbh5rXlCECIxuytqQ_D33htssjgFVOoxgqDdFzPw9JBZSJSEfoy',NULL,'2020-09-29 19:56:57.013000','2020-09-29 19:56:57.013000',5,'Stefanie Blackmon','https://lh4.googleusercontent.com/-Ru0w82Yivv0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnM2WH1bVeXHxdz0YYJaoWOtLpf-w/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40190),('AbFvOql8tiszY4ZnU6qUgyxU0Z12hAGm6Z74Xpna4qakbl2zxN6gUCSePnJxtAOUWwz28HVISzuAPg','Came here for a COVID test! Chris administered the test and talked me through it, he made me feel comfortable and gave me time to relax before he did the next nostril. What I thought was going to be extremely painful just ended up being slightly uncomfortable. The front desk girls are all lovely! Thank you for the care!','2020-09-28 19:07:48.797000','2020-09-28 19:07:48.797000',5,'Diamond Reed','https://lh3.googleusercontent.com/a-/AOh14GjFR0M_cc0lL18MAYYmcuoVqq8mDSKB4Irg_mhQ=c0x00000000-cc-rp','8679688254631342173',42292),('AbFvOql8tjZ8ZHj00og_0nwAwPKhlWVoYGK1PPvfa53Glk0C60gKzxlGKYYGL-UTFwxq89tpThZ_','Great service!! Everyone was super friendly and kind! Highly recommend!','2020-11-13 02:26:12.178000','2020-11-13 02:26:12.178000',5,'Sofia Ibarra','https://lh5.googleusercontent.com/-oUfl4jU4ekA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnfHgDjXjyTXhW9yJpiBSlvZCH3Xw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42828),('AbFvOql8Twy6ADZezWY7m0dbuy8e0cK8ixrxSeCq2Z0ohOmotvBKt0dcE4yIqRFeOCz2yfmaHXybGg','Heather at the front was very helpful at my last visit','2020-11-12 02:11:17.611000','2020-11-12 02:11:17.611000',5,'LANDON HUDDLESTON','https://lh3.googleusercontent.com/a-/AOh14Gh5GR70zwb79zcFca9ih0mmAtz4fyiGuauZG1bl=c0x00000000-cc-rp','8626688543755174284',41836),('AbFvOql8uCIaeIAhyX7PRLr7HwWCTqyd7VwwlIoTZKaKBSwRh6bg2tc3l-7H1oTtXzkhQkv6OrXh','My daughter called ahead of time about an issue I was having, The staff was quick and efficient. They had me in a room before I even completed the paper work. I was in and out in under an hour. This amazes me, usually a trip to ER is an elaborate ordeal. Thank you for your quick and personal service.','2019-05-13 00:30:07.050000','2019-05-13 00:30:07.050000',5,'Kathleen Palmer','https://lh3.googleusercontent.com/a-/AOh14GhfZeQ2FZZU9VQuirbfkQwVHKukqZ93KpDCyFnItw=c0x00000000-cc-rp','8918455867446117794',43270),('AbFvOql8v0ryAiITJJIiaLvRelEaDGaAxM8UIURAU8y5QfxrwDqWJ3ovuisjA2aTch7sJaFHXEqEEg','Staff was wonderful, they really made you feel welcomed and everyone was so attentive. I went to a different urgent care prior and they were so unpleasant and made it seem like they were too busy.\nI think many urgent cares should really take notes on signature care and the AWESOME hospitality.\nLast day of my visit Dr. Singla, RN Hamza, ER tech Olivia were great!! Thanks again. Would definitely recommend anybody in need of care to come here.','2018-11-01 14:19:18.763000','2018-11-01 14:19:18.763000',5,'Jorge Eucede','https://lh4.googleusercontent.com/-ZB3od-r6dQ4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm9Vi4Bj20_Xr2JRu6dkNBY-Cn9Sw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40800),('AbFvOql8vIXA-sOVmXkyHWqyDa5LQkJUoy1fDLrUEuyeDjsMMiXB_B2FSjFDMhz_E87A2cXr5heZBg','My husband fell and sliced his finger open. It wasn\'t super bad but still needed stitches. Everyone was super friendly and tried to make us feel better from a bad situation. They kept us relaxed and made sure we understood everything was happening. Huge thank you to Marcia, dr. Miller, Jessica and Sharesa.','2020-01-11 13:42:53.975000','2020-01-11 13:42:53.975000',5,'Graveyard Sweets','https://lh3.googleusercontent.com/a-/AOh14GigIBO7vhLv0bgyICHN7FPMx6WhKTdy2NgMW1-p=c0x00000000-cc-rp','8679688254631342173',42511),('AbFvOql8vlpPjsJNCbm7lywkl5GeDoIHbGK1OicegpSPkVQ0JExwyx8hRJya4pNwBHRSb_Wpcw8Udg','Dr Das and his team were amazing! I’m currently pregnant and the team took extra care of me! Awesome job!','2020-08-22 01:10:15.470000','2020-08-22 01:10:15.470000',5,'Bailey','https://lh3.googleusercontent.com/a-/AOh14GjFUYzFO7D46RzohurbdMbUZKhfhC-iY8ANrwgE9g=c0x00000000-cc-rp','14748677429039074158',31754),('AbFvOql8vqrURV_TGv0FKzpbPAvDE0QrHDDEvKHuvgwJl8WFaf1jmL3B12GMoxtuW805PW35WMKBgw','Dustin made my treatment as comfortable as possible. I definitely recommend treatment here. Very couteous and professional.','2020-07-17 17:36:52.643000','2020-07-17 17:36:52.643000',5,'Jeremy Wright','https://lh5.googleusercontent.com/-WJeNe8TQDU8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJS69d4AOXnJ_-VYXYdCMq-NeSIA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32018),('AbFvOql8VU1gt2fxt-Ytg74UOrqHWMssQfHcM-Diak8ZUxb2H_DIMqE8YxRtMDxBNNwnZg3lDiLlBA',NULL,'2019-07-12 21:23:57.958000','2019-07-12 21:23:57.958000',5,'Myeesiah Holmes','https://lh3.googleusercontent.com/a-/AOh14GjLi1q80HlsWaxAIAWEN_DpCtoZnKwHUBsXbmfjBw=c0x00000000-cc-rp','16590124370714063921',34765),('AbFvOql8W3DoIFk5SJoGq1v_amxNq-AdO1QzgRcFkH46OmfHCqTBdGZvWnsKcdaL3lsWFXGiqedT','Friendly staff, short wait times and excellent care.','2019-06-26 21:47:01.114000','2019-06-26 21:47:01.114000',5,'Beth Armstrong','https://lh3.googleusercontent.com/a-/AOh14GgbRZcsbcUNXFTHwZTrBEmQa4WhRtwL6ZWkSXS0Gg=c0x00000000-cc-rp','13486358490203335051',29757),('AbFvOql8XlogSQMVfK25lx01lJ51O3WvOWjxo_NQ3X5R7OEIraIcFtG68z99UbTOz9mlQMqGooQdKA','Dr. Smith, Nurse Kat, Joshua in radiology, and Brenda in registration were all so helpful and professional.','2019-04-21 22:36:20.546000','2019-04-21 22:36:20.546000',5,'Brittney B','https://lh3.googleusercontent.com/a-/AOh14Gho2kzYvlg6tV15SXPgv1Y7HqYAc4k8k1n897q2-w=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOql8Y6T8OjeTMUmhvUGAPRCwgf57MH3pMbEYfqU4juMf8t4PSL--wx0F2lZaw_8So8vaVK4T3A','Chelsey','2020-11-05 00:13:27.929000','2020-11-05 00:13:27.929000',5,'YANETE HUERTA','https://lh4.googleusercontent.com/-XXbEPQ3p6KA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmOTPbaDOmCumdBO3qG7wmVYXcZ4g/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35643),('AbFvOql8yh26JRV57Uj5AiGfcSxU7g5KdFnLU6V4AEHL1na4sAQGLlkADxT9lYrLT5CTnhxd75R-','Loved the fast service compared to a regular hospital. I was in a car accident was able to bill the person at fault didn\'t have to pay anything. All of the staff was great. Dr. Jaber explained what was going on in detail. I am very pleased with the service.','2020-01-19 16:45:39.213000','2020-01-19 16:45:39.213000',5,'Leslie Bustos','https://lh4.googleusercontent.com/-Ym6T3UMZhmA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclOyJmYS2DI03HCmuzXtnvLQVruaQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28806),('AbFvOql8YKIEniX0sha2rLQGTRgIxOPR83gX16HdtKWS_09kd3WN-GMbuTppZOPIaoD72Qjc7lJ1vA','It\'s a clean facility. The nurses and doctors were very informative, attentive, caring, competent, professional and courteous.','2017-09-12 13:53:23.445000','2017-09-12 13:53:23.445000',5,'brenda guillen','https://lh3.googleusercontent.com/a-/AOh14Gha64Bgz-WFu2WatFR_tmxxQDB-HnvXQsR8uKre=c0x00000000-cc-rp','14567670160750071148',30973),('AbFvOql8YlbfGzO3rW6l762HzTO1zW7-lsYzrPW_RUzmIvwQM37VIiAGnFxlBGJsZzF9iW5tps85JQ','Very clean facility! I was seen within minutes of arriving. Janean at the front desk was so helpful! The staff is friendly and made me feel very comfortable throughout my stay. Adam and Dr. Samar answered all of my questions and seemed very knowledgeable about my condition. I would highly recommend Signature to friends and neighbors!','2016-10-31 20:05:15.721000','2016-10-31 20:05:15.721000',5,'Jeanie Lundquist','https://lh5.googleusercontent.com/-4nQUkC-q05k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucniE6ghdkf2lsa0xqd0hur7dR08vQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31166),('AbFvOql8Yp-Yzqae2AfpJYasoiOicLSiq0Wie-MyzZ3oapydrsfS6x1ggQb2MkvDyqZ_F5khihfRYA','I had a really good experience at this location with Kristina and Dr Zhen! I felt comfortable and confident after my visit.','2019-12-28 14:45:21.739000','2019-12-28 14:45:21.739000',5,'Alysen Campbell','https://lh6.googleusercontent.com/-yjTiZQ7snQg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnfyqV6rEuFTaB1VrxV9bnceQmrxw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28892),('AbFvOql8YzOb-EdXd_2XYoWoiTa6s4mxmKbnL7pATSlXnMjKrv1qYxhdX4-6nF9nwJpDSY3cjiwF','My experience was amazing. Love everything and everyone here named Kendra','2020-02-15 19:49:17.172000','2020-02-15 19:49:17.172000',5,'andrew demeris','https://lh4.googleusercontent.com/-UrsAH1snWfk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQo0O-TBbLW_hji4fNqjW2vKeyFA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34367),('AbFvOql8ZiKj2IpNyjlyUvlX0e2g4DIJ3B6IwtjyIgQPUTa-qJ2V0f_TNYfH73HWfvvzhn4rivj-','Great team dr appiah, Lynn, tanishia. Thank you for getting me in and out quickly.','2020-11-16 03:17:27.056000','2020-11-16 03:17:27.056000',5,'Giannina Avila','https://lh6.googleusercontent.com/-RzGQH3ustj8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJ_IyNnztG12FniN79Lf8wAfdTNA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37436),('AbFvOql9__4Ycw7GN10p5sAipKQU42MdymejqOrJwZ7yUCoFhFa6XOVG2raWw4ZXpytwDrYkLyKmBw','RUN - DO NOT GO HERE. LOOK FOR ANOTHER URGENT CARE CENTER.\nFraudulent billing practices.\nI came in due to stomach pains and was worried that it was my appendix. I asked the front desk if they took my insurance. They took it and ran it, didn\'t really say anything and just gave me paperwork. I didn\'t think much of it at the time because I was concerned with my health and was not thinking clearly. When they took me into my room I thought, ok good - they do take it. As they are hooking me up to the IV, they got confused between the morphine and IV flushing fluid they had in their hands!!! I honestly should have walked out at that moment but I didn\'t because again I was worried that it was my appendix!! They ended up convincing me to get an MRI. They then moved me to a private room as I waited for someone to read my scan, only to be discharged a few hours later... I left being told it was not my appendix and to follow up with my Primary Care if the pain continues. They hit me with a 15K bill because guess what?! They were out of network! I later found out that they are \"an out-of-network provider for all health benefit plans.\" This is not ok. When I asked the front desk point blank if they took my insurance, they should have told me that they are out of network. This information should be on the forefront of their insurance information page but it is not and this is wrong.','2020-01-21 18:20:15.537000','2020-01-21 18:20:15.537000',1,'Lisa','https://lh4.googleusercontent.com/-LHYipb6L77Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBCRzeqG1gEAblG8A4OCO4AEL9FQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28798),('AbFvOql9_MfkY9xbP1MElR-okKEXd6TZ4s9w98B0blxo8TkRCj0mOVit1Le8dKjttti0Xwix76KPog','Great urgent care center. Alvean and the team were very helpful and I was in and out quickly. Thank you!','2020-10-28 17:27:17.586000','2020-10-28 17:27:17.586000',5,'Renee Ratajczak','https://lh3.googleusercontent.com/a-/AOh14GigmV3oeG4qZ_zxr35NNnJqd2LaAGESjMclEFe2Dw=c0x00000000-cc-rp','16389487648212004696',33048),('AbFvOql901x2PRmK69B_v44_vVe3SfYMLRwi7PmqL2wk8D4FtcaCUl9C1lc2K8oLc0lXssbqGmQtMA','Jocelyn the reception was an excellent representation of what I was to expect from the staff. Meredith was professional, concise & informative with regards to her explanation future care.\nDr. Appiah was clear& easy to understand in his explanation of my xrays. Marcus the radio tech was cordial, funny, & also informative. Overall great experience. I wouldnt mind meeting any of the staff under different curcumstances.','2020-01-29 19:09:15.422000','2020-01-29 19:09:15.422000',5,'P dub','https://lh5.googleusercontent.com/-xSVtLWgScCY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckIfH7owPQMlHHsaJqZBt2EpyxbeA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33433),('AbFvOql90SpSexImeLhQkIRe5mfjBTxCPO7JfFBNHMcRspKN66ykgiWpBNVu5UShZJD9JUTpLYdntw','Josh at the front desk was amazing and friendly. Very kind. I would drive across town again','2020-12-16 19:16:19.461000','2020-12-16 19:16:19.461000',5,'Cheryl Lindsey','https://lh3.googleusercontent.com/a-/AOh14GhfhCQG0pWy-v2Tg64mvYAZEfCVq6PZf8is0sdnsg=c0x00000000-cc-rp','17394740196501090048',36489),('AbFvOql92kyrBIcqNYV8wRFk7UPOSbwfASvvDxSzpdYLav5vtuxWuaehkx-ix_iej2Q5vWC2WmhVnA','Keshawna and Joshua Vargas are very friendly. All the staff are professional and nice. Will recommend for family and friend.','2021-01-04 17:35:10.942000','2021-01-04 17:35:10.942000',5,'Bao Ngoc Hoang','https://lh3.googleusercontent.com/a-/AOh14GjdfmoeAq8Jnyy-hDxOOlYWZqB8rm4XeR8IyHdaMw=c0x00000000-cc-rp','17394740196501090048',44326),('AbFvOql93Svtd5mbwWzxSmWN4Ar6rdqIMiN79KIHELDekf9Ss3hRg9A8f1YlkTXHat3bi-I41FeFFw','This place is great! Everyone, including Dr. Mauldin and Tanishia at the front desk, made me feel safe and relaxed, which is not common for E Rs. The price for my visit was also unexpectedly low, very clean facility, and no wait. I was seen immediately. Definitely coming back here for any future emergencies','2019-06-19 03:26:47.519000','2019-06-19 03:26:47.519000',5,'Ryan Knotts','https://lh4.googleusercontent.com/-x7KQZx7zc_Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmlomSRaTCWG9liRKvVheQnSvhpNA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38135),('AbFvOql94R1t_mpsdXZ_u5eTCZwZyK079YRBPWchcUFGOe0-671x_ejQQLHYPxGs8-PlQtGT1BZBuA','They have amazing service.','2017-09-08 13:40:41.996000','2017-09-08 13:40:41.996000',5,'Keyonnia Austell','https://lh3.googleusercontent.com/a-/AOh14GjwfXkrKPTeIenhNLExyVg9xEnz9qfgvlAfeFJtFg=c0x00000000-cc-rp','8918455867446117794',43485),('AbFvOql94v0NFPra3u81ObnE3Nic-0CIR8Os16DCwmTUnSzKOLMkn5kTDi3eW45X38KIfCyUVio7','Y’all were amazing! Dr. Das and ER Tech April were amazing as well! Warm blankets were offered','2020-10-08 19:17:48.259000','2020-10-08 19:17:48.259000',5,'Erin','https://lh3.googleusercontent.com/-ewY1lSVGdPg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmBm4NA3UhFO8t8TfSCn6swhQ0xMQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31534),('AbFvOql97ACOAEJ4ivqZKe3qJ0qkt8unwYrxoLZa0qeuQEHtr3jF7Y3KTtLyIjWy47ytextA18Fa','Everyone was very kind and considerate, they answered my questions patiently.','2020-08-01 22:24:59.162000','2020-08-01 22:24:59.162000',5,'Kelsey Mussio','https://lh3.googleusercontent.com/-9bsS4WaSYF0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnPVsLFk9yiLB2UgftVr7TC8J7T0w/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32294),('AbFvOql98K4075Z0fRm8CwuljnHfJekEYMITgqYDPHRYLhK6WvFTw7ImuA5JAuOzIn4_Hd9-TsaESg','Been there twice - Took my husband there the first time and had to go for personal emergency the second. Clean and well organized facilty. No wait time. Experienced doctors. They accept most insurance policies which is a breeze. My go-to emergency center. Love it!','2017-06-08 17:54:53.782000','2017-06-08 17:54:53.782000',5,'Blog Baby','https://lh6.googleusercontent.com/-hDpDv0j4Zf0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl9obQMX2Bx_RDcTpLtOrg2JuCCQw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31028),('AbFvOql98ZVevrnL0d95ggzRd2gIz5ifffOHY7SRQoUJR6JeUdQmWrFXbo9mcUsQ4ZJPrezwp-NBnA','Thank you so much Dr. Dewaal, Kanyon, Erica, and Nurse Sam. You never go to the ER for a good reason, but you took such good care of my daughter, and worked thru every possible scenario to make sure we had a treatment plan. The patience, time, thoughtfulness, and care you provided were the best I have ever received from an ER visit.','2020-03-06 21:27:40.803000','2020-03-06 21:27:40.803000',5,'Michelle Ouerfelli','https://lh5.googleusercontent.com/-1bnjMtDwcIE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnBkW-eiNO6Qd2bgR3A0UY_KbyvKw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32120),('AbFvOql9a-Tlz3ZGlXZAmvoYcf5uGsWzF4f-DgVVQZTMLHlyRSIvIVFTko9v2hZyYQhxonVNWg2V','Friendly staff. In and out without having to wait very long. Love the online appointment option. RN Dana is THE BEST!!!','2020-11-05 14:45:55.231000','2020-11-05 14:45:55.231000',5,'Amy Lyn Harrington','https://lh6.googleusercontent.com/-1NTOYKRtRmQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclDUsSBtZmow_KkN_hmeoiF7MtvsQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32164),('AbFvOql9ALXcHdlwmjxTb9sbInNLS52Npr6M6Def5eiIS0jUHqNcg1ZJ2eI9hJJpP25dDoIZ5CnDAw','Went for drive thru covid19 test and they were very organized and professional. Would definitely recommend.','2020-07-28 20:15:10.943000','2020-07-28 20:15:10.943000',5,'Tammy Reese','https://lh6.googleusercontent.com/-eTJ4AYwUaYY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnj0WpDxLX5nrcpjh63o0mI6glqFA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30145),('AbFvOql9ASxlYFXqAas0MMKHVwX72gR0nNxs1mXHhx8WpoFr0ptRearBAl6DKUivJIZNkIi_cRtknQ','In from out of town. Quick and friendly and effective care. Nice facility','2019-05-15 17:59:48.643000','2019-05-15 17:59:48.643000',5,'Don Watters','https://lh5.googleusercontent.com/-E4ulhBRqpfY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnnp6i6bL-NCuq8uuPWyokJe4g0ZA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOql9bCb4ii_UMSB7h6ylfowfyD0buFPGZywFjhYDAhMbEfky_DJYlZOdCpr6ze4zadvLIx4fUg','Had a great experience came in today for a follow up from Saturday as soon as I came in sat down 1 minute later was up and ready to head to the back . Such a good location. Easy convient and friendly staff','2020-03-10 20:50:17.817000','2020-03-10 20:50:17.817000',5,'adekoya adeleke','https://lh3.googleusercontent.com/a-/AOh14GgvNStx-fBE8QurlMVrC32k01ZWJc5rVAtm0gHEMA=c0x00000000-cc-rp','17394740196501090048',36596),('AbFvOql9bEWR0q3s3XzXAkN4XIo6-sK442b5bEdc5so3B3SneW0SRfkpdaudUIskFRTgPw1KuOxJ','I didn\'t even have to wait 10 minutes to be seen! (I once waited 9 hours at Ben Taub with a broken toe.) The entire staff was friendly and smiling. I feel like they really love what they do. (NO grouchy, rude nurses at this place!!) They weren\'t pushy and quick to get me back out the door, but they were quick to make sure I felt better and was ready to leave when I felt up to it. All in all it was a good visit, i left feeling well taken care of and I\'d choose them again if I\'m in Montrose.','2018-10-01 13:56:20.180000','2018-10-01 13:56:20.180000',5,'Regina Villarreal','https://lh3.googleusercontent.com/a-/AOh14Gg1CcwwAI863gl6WKbNS1GzWBuUh0Eq1fspzWTR8Xs=c0x00000000-cc-rp-ba4','3511292162159714121',40818),('AbFvOql9ByvmYBEnSbMszC_HscG0rgYxQoY0XWvSZirK7qLfy0l57w-175ZtReLcNH2yTOdkl5ZcCg','The wait was very short and all the doctors and nurses were super nice! Nurse Madeleine was super sweet and helpful, I definitely recommend! :)','2020-10-17 21:34:34.479000','2020-10-17 21:34:34.479000',5,'lihem amlak','https://lh3.googleusercontent.com/a-/AOh14GjlqM-bgcHAqgNn8mFTNCp4DBUIYs7mtQhLM66K=c0x00000000-cc-rp','3511292162159714121',40160),('AbFvOql9cfAOyQu1GgR2D8RJZgEYo0Q6rZXcOyzosnElR7UlxsGeZ4fhLzX-qxUHqgCB6cKT35JsZg','My experience was better then any other hospital that has service me . Shouts out to Marcus, Dr. Wang, and Ekaterini .','2020-02-03 21:46:08.798000','2020-02-03 21:46:08.798000',5,'Morgan Alewine','https://lh6.googleusercontent.com/-j4hBhmYu2ik/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7GxYzFHjGghM7RostF4QhtSmxlw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33416),('AbFvOql9DaDyW--eTqKa7WY5-u4ZNSrplNdhXT8hK1xfVfJIO-B5kyfhQd-gtWQYFNibS7Cok0aNvg','I got taken care of and treated by Anthony, RN; Natalie- EMT/ PCT; Rayven; Gabe, RN, Dr. Kimball and Kathleen (x-rays). Everyone was super helpful and kind. I always come here and I’m never disappointed!','2019-01-22 02:58:26.703000','2019-01-22 02:58:26.703000',5,'Andrea Serrano','https://lh6.googleusercontent.com/-PmbtYFQv6OU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm4sgzLbWxmSHEgbE9KTDLCsc5nPg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35038),('AbFvOql9DLUKFG1TtdKlP4J_HMDSeChyNOR9VhRUqItxlExbiwhine2EvHqH4GnzZDfBGpikQc15','The staff was amazing.','2021-01-05 17:06:45.180000','2021-01-05 17:06:45.180000',5,'Pam Weiland','https://lh4.googleusercontent.com/-2CZP5xj4RJo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn179aYttFMSWBj_Fqu5t37_LwDgQ/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44370),('AbFvOql9dr5D7mXHQ7xjuAeix8DUh9rcWZMGuSXor5W_vvRHSx9k7wbyF6Le8EXqdx7NCwGzvq2fAg','They were awesome! They took us in and informed us on what insurance would cover and if there was a copay. Every staff member was extremely friendly and inviting. The front had coffee, a variety of cold drinks (sodas & Gatorade etc) as well as snacks. The facility was clean and pretty cool looking, it didn\'t make you feel like a cold miserable place. They offered us a hot blanket too. Major shout-out to our nurse Pam, and Dr. Sylvester for being professional, and answering all of our questions.','2019-07-29 02:04:44.386000','2019-07-29 02:04:44.386000',5,'Jessica West','https://lh3.googleusercontent.com/a-/AOh14GhHI0clCYrUH2eVtl-DU_fihLGHeQCoMKNxgEQ=c0x00000000-cc-rp','8918455867446117794',43213),('AbFvOql9drqTQf6_AMPSW4xNwOXTKjaf39y01owrfZdHoiHGkrJlTUD0kyZrVbnzUag37yArLJXy','The doctors and nurses were very caring. They did an outstanding job of taking care of me. The entire staff was very accommodating to me and my family. No one likes to go to the dr but the staff here made it a better experience. Hopefully I won’t have to come back for awhile but if I do, I’m coming here.','2020-12-01 16:49:18.106000','2020-12-01 16:49:18.106000',5,'Paul Raines','https://lh4.googleusercontent.com/-ns46cBPg7qc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjSqoR66vlIZD_oUm8KCTx4k7bYw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39432),('AbFvOql9fFL0Ke8uog_HM11RPHBKJLFTsARHURF94r-qbNmBjzfH86lgBo_N9xO1USaySMfV9cMk4g','Dr. Ortiz and Nurse Alvean\nGave my daughter phenomenal care and treatment\nThe cleanliness of the entire facility was impeccable. The speed and quality of care is by far the best care we have had. It’s our first time here didn’t want to sit in normal hospital er\n\nWe will definitely come back and refer anyone looking for\nClean, quality, and amazing doctors and nurses','2020-10-28 13:56:41.964000','2020-10-28 13:56:41.964000',5,'Star Officer','https://lh3.googleusercontent.com/a-/AOh14Gi66Um1tVYJyW5JfKO45PeMkwu6-qNu1JGQiTCYYA=c0x00000000-cc-rp','16389487648212004696',33051),('AbFvOql9FkL_ZF5OR6ls-7SEhSeb7VcsxxxuC4eXlDe1DVkAD5DDkcuFTf882IWtYwT5KtVwEva1pg','Amazing experience! Staff, Doctor, and nurses were very friendly and accommodating. They made the procedure quick and easy and I felt at home. THEY EVEN OFFER BLANKETS.','2020-12-05 18:40:46.678000','2020-12-05 18:40:46.678000',5,'John Hoang','https://lh3.googleusercontent.com/a-/AOh14GgqojAx6yD5QKu1kJYlhxdeYhWa9_N9sKC9vmvM=c0x00000000-cc-rp','12541597562633926366',28428),('AbFvOql9IjaA-NOQMp-oPM6jWyzwe5oajRHxoq0h4AfHwjBSZsWHdIa2PyxtTPKRpv5FUekzlm4Vqw','Great help from Christina R. and Clay! Very nice!','2020-11-09 13:24:59.771000','2020-11-09 13:24:59.771000',5,'Charles Ellis','https://lh4.googleusercontent.com/-87D3-lrikqE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckYzZeo4Y6PjSsD0-nIthm3blOFNQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35611),('AbFvOql9iXSF4Gl8c3qnDetCrOA6gldjM9txVRVE2mUz0RQPxZQSQFuqSCFd28XWoRGknupmBRWmAQ',NULL,'2019-02-02 20:58:32.808000','2019-02-02 20:58:32.808000',5,'Kevin Preza','https://lh3.googleusercontent.com/-FftPRFcWf80/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDNBqCovLRwbCG5gstcJK3KX0XBw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36827),('AbFvOql9jrBDb9-_Q0e7HyOHnJszc5Y2EDEz6q6d0rQIrIjGW6i1YZ1p-myf0QZceyjBDi3UiGhVCA','Excellent customer service. They were so kind and very thorough. Got all my tests done within a timely manner. Everyone listened to my concerns and addressed as needed. I can\'t say enough good things about the staff. I will definitely come back if I have any medical problems. Dr. Edwards was kind and amazing. Ayesha, Janet, Eda, Joseph and Alisha were all kind and showed how much they care about the patient.','2019-04-07 23:37:59.662000','2019-04-07 23:37:59.662000',5,'Rhemy Sauter','https://lh3.googleusercontent.com/a-/AOh14GjUTgVvLS0V0QQMZ9IGIHKJ5PjSFRJPJ9RLqcVLdGw=c0x00000000-cc-rp','17394740196501090048',36798),('AbFvOql9JTWS7AQEQXsvy591ZLrVKIX3dG4poAh3XEthvu7hgwjJWU4qJ81lFmYQ5Qbo857Wj7pz','The TC Jester SignatureCare emergency center was super efficient and has very friendly and informative staff. They really have the Covid testing process down and have everything moving smoothly.','2020-07-23 14:17:34.216000','2020-07-23 14:17:34.216000',5,'Silvio Salinas','https://lh3.googleusercontent.com/a-/AOh14Gi_wqsJnfUXyrdrAxpZql1O0dGeuBU1oHDaqcwO9A=c0x00000000-cc-rp','14567670160750071148',30153),('AbFvOql9k-BUxS2I1htdWdf1Vi6ZOcZLxuARh1-BSn5cmhzc1Fd31Hn90Zqa2iViN_RYeeuMjDV15A','Came in today was not feeling well everyone there was great my time was very short didn\'t have to sit long and very thank you to Valory, Kim and Delores you ladys were great.','2021-01-25 16:36:21.849000','2021-01-25 16:36:21.849000',5,'Selena Henson','https://lh3.googleusercontent.com/-7e5pVuSnDJw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnasiq5RemS7GFX3zPc4ZsUayF0NQ/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44413),('AbFvOql9lp5YOwC-JsyrBGAP6hbmlaDxxAXO_YvkqWAY9wbKRje4FcJS83VCNnynWALmysj2b1XsGQ','It was amazing! Would deff come back! Kotey was very helpful along with Fatima and tanishia and zinaida! She took care of what of sickness I had! And Sarah gave me and warm blanket :) loved all the service I have gotten','2020-02-21 05:30:53.595000','2020-02-21 05:30:53.595000',5,'Brieanna Arevalo','https://lh3.googleusercontent.com/a-/AOh14GhqQlVEhlHNDS_4L3ZNfnoUe8sVw_td_2ComXBP=c0x00000000-cc-rp','17898197009688164559',37673),('AbFvOql9MBbxg_KFZI8YYxB25U6V3p3Q5EJ1ZUZUkHnxSEtAQDsryXkBiKk7uf6ixOsL8DR_9rozow','I was seen by a doctor before I could even finish my paperwork. Everyone was very pleasant and the building was very clean. My experience here was a breeze and they made sure I was as comfortable as possible.','2017-11-22 16:50:06.202000','2017-11-22 16:50:06.202000',5,'Stesha Chandler','https://lh6.googleusercontent.com/-dQ4SsPG8enk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn-xC9sbSVoaHEWzgy7ukiBNGuI8A/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43459),('AbFvOql9mEQTbYFJe7qHCR0wZ2cbytICg4YXNs81nXCfaRWcNkTtvyrHgCeS4UHuF4V3-AN4QLSJ','Everyone was extremely nice and I was seen super quick! They were very professional and really made me comfortable during my visit. I highly recommend this Urgent Care.','2020-01-30 12:48:38.215000','2020-01-30 12:48:38.215000',5,'jasmine fennell','https://lh4.googleusercontent.com/-t5XF6hUaC8g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl29JepEaaOuvJBJlvDvGj1hpF4uw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37728),('AbFvOql9Mkg1-doODIXgS4VYgambgPXt31e3C1Hj96OgGogMDewZAXB-O4S-iijxoJC7f0K76Dnrrg',NULL,'2019-07-02 15:04:07.281000','2019-07-02 15:04:07.281000',5,'Elizabeth Abbott','https://lh4.googleusercontent.com/-tc-4MDCuck0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclqXvKE6CIx7FMXiFXClu1ZrXO8tA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29743),('AbFvOql9mnBl9whg8BOKPkj7k1qpneNk10fq9-1cA3CgogyhosR5HqlFekJhoGvdr2ZxJPycIRHYRQ','Very pleased with my experience. Welcoming environment where I didn\'t feel like a number instead of a patient.','2017-02-16 19:59:14.698000','2017-02-16 19:59:14.698000',5,'Ange Whitaker','https://lh4.googleusercontent.com/-d3dXdugmYLU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckOPBXKUocZjZ8LnFf6T89vrOopDQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32732),('AbFvOql9NWdUYYKCWUk010FKzv-qvr5uQ6ENGDwhGaYhUHNVsjyrwQvHCzjJ_J81D1wn5-iDtxm8',NULL,'2016-12-19 22:12:57.031000','2016-12-19 22:12:57.031000',5,'Maria Murdock','https://lh3.googleusercontent.com/a-/AOh14Giz13RQ6h0yk_yqkenV-rH6NQGH3wTYFTLvbJNZ2w=c0x00000000-cc-rp','14567670160750071148',31148),('AbFvOql9oZ8FJBo21BbUU92lC3Dv4ITpO7BgYY3yUUNgSASJhUEA8LLKr-tADYpKkoJiLIOyVLtGkQ','Had to get my pinky stitches up. Was in and out in an hour and everyone was very nice and attentive. Now here getting them taken out and the customer service is amazing. Everyone here is just so nice!','2020-12-04 20:16:50.371000','2020-12-04 20:16:50.371000',5,'Max Wallace','https://lh3.googleusercontent.com/-05pFBbz70lk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck1Ejx0RYMAd9_uXFJfFZVkBegQ8w/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35545),('AbFvOql9PLqPqHZm1P-fijPODDbz5KlvXkcN-o64TCSj04PIBg7NKkc1GyZ3HNnsofTRPhDVTlW7','Upon arrival I was greeted and welcomed by Mercy and Alysia. Both very sweet and addressed any and all concerns regarding billing and expectations of service. I waited maybe 5 minutes max and that included me filling out all of the paperwork needed to move forward with my visit. Although not Covid related, the nurses Kristina and Laura were very nice and understanding. Shortly after coming in, Dr. Nguyen asked me a few questions and ruled out immediate concerns. I will return if needed.','2020-12-10 15:24:34.215000','2020-12-10 15:24:34.215000',5,'Sikiya Horton','https://lh4.googleusercontent.com/-tNiDb-qNnQE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclSxkD0-N0d4C36l5IGlZaixUl2TA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28426),('AbFvOql9PZFy81sMgmaNmbH-XD7_RwrVdM45O-huLHrsDd14uYXCmYD1oJNTVO-T6spC0Ge9XcBZlQ','The lobby has a wonderful selection of snacks and drinks, a nice tv and comfy seats. I was offered a warm blanket and treated very well. Dr. Nweze was very professional. Thank you','2019-11-07 19:03:17.682000','2019-11-07 19:03:17.682000',5,'Creative Splash','https://lh3.googleusercontent.com/a-/AOh14Ghgi_r9m3OP1FAh08-rS5y3zVax0zwRTIUCJfyQnA=c0x00000000-cc-rp-ba3','8679688254631342173',42599),('AbFvOql9RjtvVf_pME1-u2vzKDtzvslFvPzTUdvCprJwZl5eBN98CNzrxBn7D8N8X70ESvCNu608lQ','I came in at 6am with a bad ear infection, so the fact that I had zero wait and immediate attention was worth $1,000,000 since I was in so much pain! The staff was all professional and I was in and out within 15 minutes. That being said, I deducted one star because the doctor prescribed me ear drops for pain that had been discontinued last year. I was really looking forward to these ear drops (again, the pain!) but am just grateful I got immediate care and antibiotics to treat the infection.','2016-09-22 17:30:04.670000','2016-09-22 17:30:04.670000',4,'Selene Esc','https://lh3.googleusercontent.com/a-/AOh14GhaUMwTGTziT-0HhLG0EIx3s1Dw8cQq99PO5xR0uZU=c0x00000000-cc-rp','3511292162159714121',41165),('AbFvOql9rsgm_zWQwH9MQfN6ZirCfsfT6iD0q0kzD1R9wcAey2hTldVw5MZ2LFuLuB3y5ywE4JvX2Q',NULL,'2019-12-04 20:45:15.837000','2019-12-04 20:45:15.837000',5,'Heather Westerfield','https://lh3.googleusercontent.com/a-/AOh14GhpLsaHNjw_NI-8wkfQJoF2bVd7cjdc2Vyd2G77=c0x00000000-cc-rp','14904078213800803294',32401),('AbFvOql9rya8yUgh-e2qr6rntIaEf4lK-VDmE-cfjCXaipKJAeoTR0HGCKoAk46DvtPsPVuz7lay8w','Great visit from start to finish. Attentive and caring staff, the knowledgeable doctor with wonderful bedside manners. Wish no one has an emergency, but if you do, you will be treated with resort experience here','2018-08-15 15:16:52.648000','2018-08-15 15:16:52.648000',5,'Lyudmyla Krylova','https://lh4.googleusercontent.com/-b_1nWUXqSmU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnynnG_zWg_mrD3ujpgMSJXKNP2Tw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36374),('AbFvOql9s0I3P-vhwflF20i5ovaJXfbunPax6Ub37CFuOJvNCYA0c5uNw0GTYJYpef-sdonxaxDetg','I came in because I was feeling really sick. Tanishia greeted us and was so warm and welcoming! I was quickly brought to the back where Sarah, Fatima, Leslie and Elaine took such good care of me. Thankfully not too much was wrong with me and I was able to get in and out!','2020-02-07 05:01:55.675000','2020-02-07 05:01:55.675000',5,'Lauren Spriggs','https://lh3.googleusercontent.com/a-/AOh14Ghyxvd5lXSIdyT4-XA8sOZhrXcwVnvyGA2aImrO_Q=c0x00000000-cc-rp','17898197009688164559',37716),('AbFvOql9SMhVRTNszHZpW0gSr4nms-c1X1rYmP3gQhaOYPD-LjHmgbUzYDoyGFLby7hDLj-JZEwrGw','Came for the covid testing! Really anxious and nervous but it wasnt as bad as i thought. Teresa M. was very gentle with the swab in the nose.','2020-07-16 20:26:21.646000','2020-07-16 20:26:21.646000',5,'Aaron Padilla','https://lh3.googleusercontent.com/a-/AOh14GgaClWB_4btmwMxKHnnaUHke0yascKNfqaEDGKyljE=c0x00000000-cc-rp','6521947413723274945',41363),('AbFvOql9T2A8aK4Y7IQfxROipgaYwXQw02gzGMfpBP9owtWMZsZJZOOKmggfQHtY4Nci9QcvCnNm5g','Very professional and efficient facility!! Staff was amazing!! Would definitely recommend.','2020-10-26 13:59:59.609000','2020-10-26 13:59:59.609000',5,'Linda Hayes','https://lh3.googleusercontent.com/-75jOw7O3OK4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckq-Cfuvtombv_WkiUPUtmnIRQKug/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32191),('AbFvOql9TvHuK6NZ74pa6-8Xb-SkJBvu0Da2koPPb4k9C5cUgYcrJZx37WRYDSa3EQd0NWJ5mkpYpw','Staff is really nice and professional!','2019-05-28 04:16:04.240000','2019-05-28 04:16:04.240000',5,'Kimber Paynes','https://lh6.googleusercontent.com/-bj3RCUc66gQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnM7CsWt-bbiZX6edt49sfFbXnh5w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOql9txI00sXfZ3zm1EH0SNqL4AWixdSbPVIkkE5tXEfumZH-VXe6rNNU6RJYMOszAp6vJicD','I had a great experience here at signature care ER!! So much quicker than any other hospital! The nurse Kate was very friendly and courteous! And Dr Mauldin did everything to make sure I was comfortable and pain free before going home. I had no problems checking in thanks to Deanna at the front desk! Also thank u to the radiology tech Joshua for his kind service.','2019-06-13 08:47:36.130000','2019-06-13 08:47:36.130000',5,'KaY KaY','https://lh3.googleusercontent.com/a-/AOh14Gj83IfUVY_d96WRCxfPR4X3lTLlRC1Qz4Q4aOm6sA=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOql9txLqoVq6Uopd_VxgdpTNueHv1HDG6kvbApupn5ZvySO1d9GISFr_NkcJX4Rk7DEolbGJeg','Everyone from the second I walked in was so kind, efficient, compassionate and quick. thank you yo Dr. Lenng, Christina, Linda, Eileen and Chelsay for making me as comfortable as possible! Thanks, Nicole','2019-12-23 15:04:58.951000','2019-12-23 15:04:58.951000',5,'Nicole Kristen Yardas','https://lh3.googleusercontent.com/a-/AOh14Gg3bqvSEgahoGKMpsLyJGyQILiFRyxAbF3KTHJWO_s=c0x00000000-cc-rp','16891069708558046635',36032),('AbFvOql9uB8zTzf5PUp_UXfRFG5Rbl4IcnXkCTDgbnOtqWm8KOqHbv7aNTSVfzNG8Of4ZPguS3nf','The staff were friendly and courteous, and my two boys and I were in and out for a cv19 test in about an hour, with results in hand .','2020-11-07 13:10:13.031000','2020-11-07 13:10:13.031000',5,'Jonathan Bownds','https://lh3.googleusercontent.com/a-/AOh14Gj7RmG6ERQwCw78mmaxi_Xg-XHyvPLK_vEmJZXjyzA=c0x00000000-cc-rp','2077061009497551125',38440),('AbFvOql9UgPfd566jrz8LJ4p9_YSuGqDuvoZIZQy_rK54ly9Buwu5yJwMxxNOuaAx_PGGGHSyIidmA',NULL,'2019-06-29 17:36:54.925000','2019-06-29 17:36:54.925000',5,'Veronica Calderon','https://lh3.googleusercontent.com/-B1L_u1wiTD0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclYe2ht5b6df8_1HL7J43xWPoZUJw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29750),('AbFvOql9v05QFdKKEVpy-IVHqy3Cpf5jU3lsAVavX_0CoMO-7zNp1-zEszIY0lSaJOpyqI4LejV90A','Took my husband here for a retest for COVID. Turned out he had a pulmonary embolism. It was a horrible time but thanks to the amazing staff here he was diagnosed and started on medication. Can’t thank these guys enough. Staff are reassuring and friendly. Highly recommend.','2020-08-09 19:13:33.802000','2020-08-09 19:13:33.802000',5,'Tracie Jenkins','https://lh3.googleusercontent.com/-QAS1IXo78jo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm6aeJ3afdF1vIeiXWGABcjQAYA2g/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38626),('AbFvOql9VFs58RM_0zni80h0RPaXYa4mXzetrOKXI2h2ZWqSNSYU5NkfwnOahbGFbMRf78osjR6FkQ','My sister got admitted here and they took great care of her. Thank you Dr. Harjai, Nurse Alvean, and Jocelyn at registration. You can just see how they all flow together and pay attention to details. Special thanks to Tricia, the CT tech who went above and beyond. She continuously checked in on us and even offered blankets, food and coffee while we were waiting for the results. They don’t just take great care of their patients, but also the family members. I highly recommend this place!','2019-09-23 00:45:56.582000','2019-09-23 00:45:56.582000',5,'Marie Ledesma','https://lh6.googleusercontent.com/-_kEC12rukyo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmuXyDuir-VWOwQH16smX0ICm4Asw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33939),('AbFvOql9VpWfOisK_oYDDfa7jR-yjkkssu__NDwuC7ySzLub5AWRRrR1deSZpjLgi3xxaZ_71g6-',NULL,'2020-10-08 00:30:46.144000','2020-10-08 00:30:46.144000',5,'Lauren Wilson','https://lh4.googleusercontent.com/-eX1ijtvljmQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckkHZ3Q-YaoeU5Ef81lEOqjoJNmyg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31540),('AbFvOql9VVSDfvl5sa2SWLIZwGxC_GZexizIPZEQaDgMFx0jtOYUgF8_buOOGhCynAyHedPFN1gf','Wonderful staff. I received great and fast service. Couldn\'t have asked for more.','2019-06-05 02:33:44.088000','2019-06-05 02:33:44.088000',5,'Annie Dragoo','https://lh3.googleusercontent.com/a-/AOh14GjTacg0G0aRIX61CcWIdVJg-Nt69nAEkIKk68-oAg=c0x00000000-cc-rp','16891069708558046635',36185),('AbFvOql9WfiVgAAbkL3nquzqLhaSf1qwfpn_gkRxNeKh9LKmwxF52rmNHi7Ywle57Xf_rL7mcjjp','Lucy, Stephanie and Dr. Bansal were wonderful. I was in and out very quickly. Their bedside manner was exceptional and the doctor took the time to listen to me and to help me with a referral almost immediately which I have been having a difficult time with. Thank you so much for the fantastic experience. I highly recommend this location over any other in Houston. Thank you for the help everyone!','2016-06-20 16:14:46.211000','2016-06-20 16:14:46.211000',5,'Teri Contant','https://lh3.googleusercontent.com/a-/AOh14GgKT6aJ5Ep5BhcoDZrsmUBPpf5qLeC-kkHNAapd=c0x00000000-cc-rp','14904078213800803294',32802),('AbFvOql9wpS2AmjAImeLZTZu-aL2NdRA30MJk4RpqEuBiha8BJnByN-oZROWVSu_CJ02wMPZQ3SVzw','Thank you for an outstanding service!','2017-02-24 18:50:24.470000','2017-02-24 18:50:24.470000',5,'Marina Kuznetcova','https://lh5.googleusercontent.com/-tjnfrNI5L_4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnqLRMQebPHekpb-4o00GFVokVP4g/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41098),('AbFvOql9x82IcyuCKEJIzlBfY80uywLQvoJRcbz8_-NDpk472MvsfC8FtPTLdlYG_RO1MY-MMCCc','One of the cleanest & well rounded urgent cares! I would absolutely recommend to anyone! Have had multiple family members come here & have always left so so impressed!! We have always been taken care of quickly! Highly reccomend SignatureCare!','2019-06-21 05:16:04.266000','2019-06-21 05:16:04.266000',5,'Danielle Barreno','https://lh3.googleusercontent.com/a-/AOh14GiBee9a_IX4fSH0vCDiKo7cWdERF4DVF1beLxt7pQ=c0x00000000-cc-rp','13486358490203335051',29786),('AbFvOql9xMcYoaY_DnIgNn7sC4ZMGmjLUMhAejMEO6Yrd4i-cvdtbMeMPH9ckUbegvrLZHAyizZQqw','They make you wait a lot even there was no body here','2017-12-26 19:40:12.288000','2017-12-26 19:40:12.288000',1,'Nicki Del','https://lh3.googleusercontent.com/a-/AOh14GiNuu_y-tYBOWKkQ--bAn-iKqa6_EAQfxUiqT7o=c0x00000000-cc-rp','8918455867446117794',43439),('AbFvOql9xSE9bL1qYBgs-SWWpMDfawR8o9loGLhTo_CJGf5KmUPeb7GfwlPOwRGrDDGHycGrnBg34g','They got me into a doctor quick.','2017-10-11 19:01:46.020000','2017-10-11 19:01:46.020000',5,'Taylor Hill','https://lh3.googleusercontent.com/-YQ9ow7Cv3XE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucklNM-B8VhthtAxueDlTecyDi6i6Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35371),('AbFvOql9yMaaUIoPLvzyfY7g6GgEffpAqrtT_HHfJCZhR2u6atezOSqtKXXJHlmwglQjyz0zJH7sVA','Service was efficient and attentive. I saw Dr. Nguyen, Jacob, and Morgan. Keep in mind that it is an emergency room, not an urgent care. The receptionist, Kendra, very kindly worked with me on the co-pay.','2020-01-28 15:22:39.560000','2020-01-28 15:22:39.560000',5,'Nia Wilson','https://lh4.googleusercontent.com/-Jg5wlxe5Urg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmpnTC5fV_FfMkrrHvf0BFrluTAMg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34415),('AbFvOql9Z18kRpNNGJCyY9-X_Ywk47GmAkXCwxJX7UDpF9gaN2O2PcshNps3Z17wV3Afs-_LkUoXKA','Signature Care is the best ER!!! I had excruciating stomach pains about a week ago. I did not want to go anywhere else but here because they are cordial upon entry, fast admittance, and quick with diagnosing issues. it is a little pricey but as they always say: You get what you paid for. thank you Signature ER for taking care of me.','2017-09-18 21:59:35.782000','2017-09-18 21:59:35.782000',5,'Aaliyah Townsend','https://lh4.googleusercontent.com/-hbFUHNFn3yc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclINbsp_dliTBhKJxw_4BQniCPmwg/c0x00000000-cc-rp-ba3/photo.jpg','3511292162159714121',41020),('AbFvOql9zGAtyegIqc5EDCWrW8zhzrAF5xbKz4u-Jcvrir3lBUopQ8KvIaA1QVbDpq9Bk4cgU_a_cA','The entire staff was friendly and professional. They had me in and out in now time. Jordan made sure I was comfortable while I waited.','2020-10-22 18:23:06.302000','2020-10-22 18:23:06.302000',5,'lucky dog sports bar and grill','https://lh6.googleusercontent.com/-2FEIbcA_n0E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmObbSz9ndPWWR6lHpLx63p-lHUww/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33111),('AbFvOql9zQeTU3VsSUn6atX5GlQFl5yWWJNBjGDTGRoIbJHHZPpJ_7puQG6ZPJa33XY1F0LruYMtSw','I have visited this ER a couple of times and I love the staff and doctors. Dr Faig was on this last visit when I had intense pain. Nurses Irving and Marisa are so professional and friendly. Their compassion they show for their patients is above a five star. They make sure you have plenty of warm blankets to make you comfortable as possible. They are the best at at what they do. Dr Faig makes sure he finds out what is wrong and gives you the treatment needed if it can be done at home and always ask if you feel ok. Nice personality and easy to talk to.\nAshley is a great ER tech and the front registration Ana and Kandi are friendly and make you feel you came to the right place. When you are in pain and worried the drs and entire staff makes you feel better.','2020-08-07 08:09:51.607000','2020-08-07 08:09:51.607000',5,'Jean Blasingame','https://lh6.googleusercontent.com/-rBIKhBaNi_A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmlqLwnIkEbZbPxvvXa7WToclTpbg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28578),('AbFvOqlA0Ac6CH0lAS3SM9ubs0Nn3LmNNqNQSdw93w1bqJLQBXldml8laEx3TpHz7mtBQmsz9a6GoQ',NULL,'2020-03-13 16:05:50.765000','2020-03-13 16:05:50.765000',5,'robin delgado','https://lh5.googleusercontent.com/-qPpxQdv9ulc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckzurryTKqRwXqFKy8rohRfMq1B0g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34309),('AbFvOqlA0K_DgPU5PU-QS3IDha67AAcCfgAMEdvDG1rniCDHpfJjSG6m6qZikpcDSTZptKWlB5QssA',NULL,'2017-09-18 18:26:33.787000','2017-09-18 18:26:33.787000',5,'Lupe Flores','https://lh3.googleusercontent.com/a-/AOh14GgThdz0fmI6SRCTwk4QG7BkHl7oAaByVWrLs2JWQg=c0x00000000-cc-rp-ba2','14904078213800803294',32648),('AbFvOqlA18AVx0cQKIvwbkLtKyGh3yBGfwCDMpDaXP3TkQmMJNVOSbR3KdN3UnzoCpHwJ-L9RPnC7g','Excellent services\nPatel,Md\nSarah G.\nDaniel B.\nTanishia W.','2019-12-11 08:01:23.500000','2019-12-11 08:01:23.500000',5,'Tyrell Wiggins','https://lh3.googleusercontent.com/a-/AOh14GiPm-W5jtjVfzQ8L1dvOMTGoBYb9WDOISO-slkn=c0x00000000-cc-rp-ba2','17898197009688164559',37811),('AbFvOqla1slRoXfNY8sCOK7DTQNF-QCKqBeHAgy-_6ukC9GRNCmwxuY6XX0lBhsvUDMy9v7tzWGNjA','WOW ! What an amazing place ! Beautiful facility ! Great Staff! Really a pleasant experience overall! I definitely recommend SignatureCare Stafford before any other ER or hospital. They are warming , caring and get you in and out ! From the registrar to the Doctor , they’re amazing ! Dr. Tina Chiang , Genesis, Natalie, Brandon, Nichole and Staci were ALL truly amazing ! Excellent customer service from every angle ! Recommended to ALL... Thank you so much !!!','2018-10-10 21:36:44.650000','2018-10-10 21:36:44.650000',5,'Raven Webber','https://lh6.googleusercontent.com/-b_kThFW8FBM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnvqm8V0Mds5L1Ah7gRd8m_TNe3EQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43351),('AbFvOqla3X0E-03g-myiHl7One0O09r17gn9HxiPgs1BUQ1pRP6jWgnaMo264mVmIYANMOluX7QRxg','Lacey and Jordan were great!!!','2020-10-21 16:27:11.801000','2020-10-21 16:27:11.801000',5,'Josue Rodriguez','https://lh3.googleusercontent.com/-M4Y2yogZ5jw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclGob9KFhuxdTqjSJYLBUEwUgGw6w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33125),('AbFvOqlA4seht2bbSD4KoiEhbWXSAjfUp34NKNSv0XnMjmv-w4O1KwrBeLnGt2auEBz_3aH5drxm2A','My fiancĆ© JD Carrera was the patient in need of medical attention and we are from out of town. We were not familiar with the Houston area and stumbled upon the Signature Care Emergency Center. The staff was very nice and helpful and we immediately felt welcome. Nurse Rollie and Dr. Appiah were very patient and answered all of our questions without hesitation. Tech Natalia and Stephanie in registration were very friendly and went above and beyond while assisting us with paperwork and directions because we were so unfamiliar with the city. We would definitely go back and will recommend to all of our friends in the Houston area.','2020-01-11 02:34:14.725000','2020-01-11 02:34:14.725000',5,'Heather Schrock','https://lh6.googleusercontent.com/-uRT3PUAglFo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckc5Aotq6xA60oy4RQe11aYrHDJog/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42512),('AbFvOqla5-c2kRUj8Iq8B8Z7jy9RzWu3So4ycZjMQBFUqVo2SeiNc7r8U_ewXxCx6n6LUdj6Zbcm',NULL,'2020-07-14 21:18:22.295000','2020-07-14 21:18:22.295000',1,'Matthew Merritt','https://lh5.googleusercontent.com/-z96xEXB2GDA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclf379Cx__u-iHHb0TuHfNdQbuGGw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29364),('AbFvOqlA5MSnKPhtBUL1dyhpwWCFfJteb9KQovviK59xulKf4r_VwotFiRe04qU6veu3Fffw3AnF','I had a Great experience at the signaturecare. Very friendly nurses and staff . Especially Gina and Olivia','2019-07-15 21:16:49.158000','2019-07-15 21:16:49.158000',5,'Josh Williams','https://lh3.googleusercontent.com/a-/AOh14GhZqJl8ISDLWskJkuujOt48sHfdNo7H-rCihD3b9A=c0x00000000-cc-rp','3511292162159714121',40490),('AbFvOqlA5QNSwCJR6gSa4eoZxd0Gd0IJDNrQCeY6zaL_A7ui_sd11AqpUb2W2_nRkdhNVcyXxkH7','My cousin Okarys told me to come here because the staff is amazing and it sure it. Sam from registration was great and so was tech Brandon and Dr. Do were great! Thank you so much to everyone','2021-01-08 06:37:14.227000','2021-01-08 06:37:14.227000',5,'Johana C','https://lh5.googleusercontent.com/-jtB0BWIL6hY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxBQPv0qFXzXA9QUQg9kAR3hcZaw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',44439),('AbFvOqla6PKXmoS-fY-WdMuYL32sg3GiQNsKvTn6-8_9h3At2d1-4qcO7_ZL4Vz5bSPrj6ZDlP-5','I brought my mother in for a medical treatment. Dolores and Naomi are fast and efficient ! The nurse Abigail is very sweet and polite to my mother. Also Dr. Marvin did an amazing job on the treatment','2021-01-13 18:47:53.221000','2021-01-13 18:47:53.221000',5,'Alexander Guevara','https://lh6.googleusercontent.com/-zYZVl7ALEYM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmEd9htpcbs5LtPxczzrb-gGYhkUA/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44471),('AbFvOqlA6zy_0W-i06Aj_XeBexzy8_GXwjV3KzOyAmqKlzse-qvKaL3cO9LjkyOz03USyt19edaNcg',NULL,'2019-01-14 01:33:32.542000','2019-01-14 01:33:32.542000',5,'Johnny Sauceda','https://lh5.googleusercontent.com/--zFCDX8Ec_A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3NCs2jLyR123X3SiVT5n-muPP-w/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41785),('AbFvOqlA742c6TXeDLnTGIdnIcNls0FZ6BaKcvQ9ps7t4Sp5UJxU9N1SuC32hvJhc8T8HlvYaAivlg','The staff was great. Jocelyn was perfect with check in. Marcus got me back right away. I couldn’t have asked for a better experience. Nurse Alvrwn and Dr. Chukwuma were perfect.','2019-07-01 20:33:05.572000','2019-07-01 20:33:05.572000',5,'Nicole Wardsworth','https://lh3.googleusercontent.com/a-/AOh14GjvJP5ZsglVu819i5Y8xtJRiyrPGXO7J_SDadmw=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqlA7x-sol4AJvlZ6LLJnaqvLNxJ-2Wa4121JhiVM76Abgdj5nqIco5kldqV2ollY6Blzah6Cw','Loved this place, fast service and they are very nice.','2020-09-01 02:03:50.987000','2020-09-01 02:03:50.987000',5,'Zachira Cartagena','https://lh3.googleusercontent.com/a-/AOh14GjURDU4B8lME3JfS_aT3JUX_p-LmQUj7sSILh4yxg=c0x00000000-cc-rp','2694018788013845459',39015),('AbFvOqla8-O-XcxbW_TTPuAoBB-XgkcrxW8LQso7n5Q5xaQU8lwMSHHLAnuowWj1sgY5UBrFcmQb',NULL,'2019-09-29 06:33:53.210000','2019-09-29 06:33:53.210000',4,'Marina Wood','https://lh3.googleusercontent.com/a-/AOh14GgQsckyYtTx8bEFT094wFf5i0G8IVbyy60h_iUB=c0x00000000-cc-rp','13486358490203335051',29644),('AbFvOqlA8nf0SuqZAulmrqyw0ksDS_eRPFQAvNcRGUT2-i_EKUDixIznrQQmePmBldNI_nYZvOOiVA','My team took excellent care of my daughter, who was in the beginning stages of appendicitis. They cared for her and me, as mom, and made us feel very comfortable. SignatureCare is my first choice for ER!','2019-10-10 13:27:46.897000','2019-10-10 13:27:46.897000',5,'Shannon Harris_Urrabas','https://lh3.googleusercontent.com/-UMUTPQO1vIk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnYwq-VtFYSu8X5qqlGsMOLI69rCg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30442),('AbFvOqlA8RDuHc0Lhc9heTc_n8LgP17oEy8fD1ZoR55nSuaJNQI-ySpyuPZFVFS_zmdTbgBz7G0B7Q',NULL,'2020-08-28 03:27:25.820000','2020-08-28 03:27:25.820000',5,'Felicia Daigle','https://lh3.googleusercontent.com/a-/AOh14Gibepzbt6OLACQbRL_D0zGyVA87IpT3NzGdfJOjqQ=c0x00000000-cc-rp','2077061009497551125',38557),('AbFvOqlA8TdcG99D3PJhTzJSuWgt4-7aQmS9Nm_Hg_CRxbSeVQJiIPefqiVW6zvv0Ox2qQTnjmvq','I had a very good experience at Signature Care. Courtney got me checked in quickly. My nurse, Jennifer, was kind and attentive. The doctor, Dr. Ashbrooks, was very thorough and got me meds and all I needed to be on my way. Thanks again!','2020-02-25 19:34:18.128000','2020-02-25 19:34:18.128000',5,'Emily Thomes','https://lh3.googleusercontent.com/a-/AOh14Gi-cucanyTMeFitN3yW4Jb6Amzn3xY_Ajso-VGffQ=c0x00000000-cc-rp','3272657195432704501',39600),('AbFvOqlA9HeIb-kbcRYos9NYIp5dB56r5l1lSk8Dca5pbWyqjJSz_M2D6f4Xm1jQ5LUXZRBLxo-lCg','Great service! Very helpful, highly recommend this location. All of the staff was wonderful. Covid test was quick, when I wasn’t sitting comfortably in my car I was in a room with a warm blanket.','2020-10-03 22:23:24.931000','2020-10-03 22:23:24.931000',5,'Jackie Underwood','https://lh3.googleusercontent.com/a-/AOh14Gjwxu14ysCt6Ri38TocsGHvCO1TPyWa_3xpj83A=c0x00000000-cc-rp','14748677429039074158',31572),('AbFvOqla9XvZYc5afbWAQ_CMGY3WSLR8gA2qQLRDnQL7l2aUjrQmSa-bXM9JmhdbxCoh90VK3aKU','Everyone was so caring and thoughtful. Amazing service from Dr. Nilang Patel, Nurse Kayla B, Rad Tech Jessica Nguyen, ER Tech Norma T, and Registration Jessica Rojas. Fractured wrist feels so much better than when I came in. Thank you guys!!','2020-02-22 15:59:53.079000','2020-02-22 15:59:53.079000',5,'xenia chavez','https://lh4.googleusercontent.com/-d0dJMt6seDk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucny0xz-AjOCRRcbhKPOkqXn9Xk1oQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37666),('AbFvOqlAa9KdH6JGNc641Sg2YL2rsG_rhQ6UPGLEcsJ3w10FV4RM1Ata5RqiaRtcRv084jMyz2_UJg',NULL,'2020-12-27 19:25:52.896000','2020-12-27 19:25:52.896000',5,'Amber Watson','https://lh4.googleusercontent.com/-bFOno3uZPgU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmIYESY3LvODvD9ie39yoGQt-6lUQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43935),('AbFvOqlAAaEEYx6f4O2W9C_YwiQ3a6KQnymFWaA2MnTeYLOVCEhjeeqz7Arw16jgY1--wEFRhzR25g','Sindy and Rashad, as well as the medical staff were great. I\'m glad I came here, no waiting, speedy and comforting service.','2020-02-09 01:59:17.578000','2020-02-09 01:59:17.578000',5,'Nawlins Girl','https://lh3.googleusercontent.com/a-/AOh14GiZXusl_dkp4rwJ8AepyuY74II6gB9w06xVPFixeA=c0x00000000-cc-rp','17394740196501090048',36629),('AbFvOqlAALeg7aZDWLx8V4lNR2zlqxBxAooKfMkjvsIg7935-3DwNayql4FXQvVl2hvG62RJNmcKWA','The process of checking in and getting a room way very quick. All the staff was very attentive and professional. Thank you to Dr. Ashbrooks, Kelly, Jennifer, and Gunnar.','2019-07-29 14:43:27.574000','2019-07-29 14:43:27.574000',5,'Brittney Haynes','https://lh3.googleusercontent.com/a-/AOh14GiDh4PBlQDZXjB_gFpa6A-YLdsTPa75u1ZB59sQ=c0x00000000-cc-rp','3272657195432704501',39831),('AbFvOqlAAN7M_10B0rX71zc6gTGuIfUNpSK8z8qO-smSdfQEopUNLTjVTU7DERZrJZdFxiL5wTDS','Checked in, Dee the front desk receptionist was very polite and I felt very comfortable','2020-11-16 01:04:14.610000','2020-11-16 01:04:14.610000',5,'Trawshed Raccoon','https://lh3.googleusercontent.com/a-/AOh14GiCWEiD9ttwt_weykkDBQwI6tMN--7aoWHVdaaOJ9U=c0x00000000-cc-rp','12541597562633926366',28457),('AbFvOqlaasCFC3uGIquo_TkwAB6r4K8y9UGk6UWYBfUX33DoIFnLnrdN88psFZ8JV1k9CeOGozG9','I have a very good experience to visit here and love their hospitality they are very professional. Especially I am very thankful to dr Mavldi and his staff Alvean, and Tricia.','2019-06-12 14:53:01.479000','2019-06-12 14:53:01.479000',5,'Samina Yasmin','https://lh3.googleusercontent.com/-9Jd1Y6HTYc8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVmUT_WYdgTHCn9fMHBYj8TQLlkQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlAB5zz1h0nwW5FpHqWSCdu5IPIe7rqQhTkGMMEvF7_EKhftnWBeaaKoi3E7msn65zlDvhBNA','They are really nice people they get you in and out.','2019-01-20 21:21:34.461000','2019-01-20 21:21:34.461000',5,'Randy Shavers','https://lh4.googleusercontent.com/-_4qVjzfWqKU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck9Q9U3FuH3IWxKf3EMoCebqd_TCA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39952),('AbFvOqlabshGVUFQ2pja-N70TekvLV87mBGaw4-CpgdiK8MMnVMPxh10HuXnS8cBgV7nz1xjnteNpg','So thankful I found this care center. From the warm welcome and assistance from Melissa at registration to RNs Meredith’s and Denise’s encouragement and care allowed me to process the challenge of my health need. Topped off with Kat’s Cat Scan work and Dr. O’Malley’s genuine bedside care, I highly recommend utilizing their ER care for your urgent needs. They were a top class team that put my concerns at ease. Definitely a health space that diminishes fear and places you back onto a healthy path. Thank you all and advise others to utilize.','2020-03-06 04:45:55.649000','2020-03-06 04:45:55.649000',5,'Erin West','https://lh3.googleusercontent.com/-mQeZ1gD6JCw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnwVgNHZQdvCUO1s1c9bmQqLx386A/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33285),('AbFvOqlABV8wo1i9QFIWHAKaOEsoTDrMBCXFmck-kSyc_LerhNkD-E1UaoYE8jNWuWbWfzIVTBjDaQ','My wife and i came in to this facility to check it out and get my wife some help with her appendicitis. The staff was welcoming and prompt on getting my wife help. Once they took over we were at ease. They treated her pain, scheduled in for surgery, and got us a ride to the hospital. not to mention took care of me with snacks and refreshments for my stay at the hospital (yes, they loaded me up with goodies to ensure i had snacks while i waited at the OTHER hospital). There was a slight issue with billing, but after talking to Tray at the billing department everything was figured out. Excellent facility and Excellent staff!','2017-01-10 20:07:08.657000','2017-01-10 20:07:08.657000',5,'Christopher Corl','https://lh3.googleusercontent.com/a-/AOh14GhwuFXntbh6YyCu5SqDShlsU3zh7LVIwDhstTSp=c0x00000000-cc-rp','3511292162159714121',41135),('AbFvOqlAC3OwgGumtfuCFAMQWn9GGwSpqIZHXyBCHbdFWoK-cVbLu7s83BQ7pPhy4C5s41wvxtJcXA','My daughter had a swollen eye and the made her feel so much better','2020-03-02 01:51:39.896000','2020-03-02 01:51:39.896000',5,'tx Mz','https://lh3.googleusercontent.com/-h1IL6ijvXXk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclII8_NAh-eorrVDtfPJA-XN-7bLQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30219),('AbFvOqlACaxIWNngbfA3l7WnFpWB9gcfWeJ_LpiPVRNbYhlheL-cOIfMIw5o3gN1cgP1SwWek0tF','Jessica Montes- wonderful experience, great bedside service and was seen before I filled out my paperwork. Definitely recommend this location. Alvean and Marcus were the best','2020-01-29 17:44:49.690000','2020-01-29 17:44:49.690000',5,'Denise Contreras','https://lh3.googleusercontent.com/a-/AOh14Gj9HRfzcDAjvNtykfV6DPOuEiMC-RMaisQiKvt4Zg=c0x00000000-cc-rp','16389487648212004696',33434),('AbFvOqlacHD8ZEzWVVdYfv6GSNyBo3idddp_zs8jOxMakJ_LuSDrZSh5bgTACg2YErkChdrNwfiKMA',NULL,'2020-09-10 02:10:37.871000','2020-09-10 02:10:37.871000',5,'Samantha Longoria','https://lh4.googleusercontent.com/-l054GDouFwQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnDdi4jnw_YEzJS_F7sQCyswekKag/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42301),('AbFvOqlAcOX7odFJMeFWR530U5kqqe6nr2r6rNGZeLKd5YMFS_WjaBLiTyhDQ2BsZsOVcfuy5ka78g','Late in the evening yesterday my son and I made the trip from Austin to Killeen to be tested for Covid. I was very impressed with the staff at this location. Amanda at the front desk was super friendly and accommodating. The two people who actually did our swabs were great. They were engaging and professional. We felt like we were being taken care of rather than being tested. The Physician came out to our car twice. Once to explain what would be happening and then for our results. Unfortunately, one test was positive. The doctor was very kind and genuinely concerned while explained instructions for us to follow at home. This was a positive experience. Thank you all!','2020-06-27 20:17:45.300000','2020-06-27 20:17:45.300000',5,'rhonda jerman','https://lh6.googleusercontent.com/-XBv9HdBMT98/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmrenBIMpxUvhn42n14pAxZD5g_3Q/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39055),('AbFvOqlaCQkzjYrSNpDNQHoLZS-61pBJDRQEDoKIg-KkV3dF6tVvlvY1B9ioFZ6eu9m4PB3PW72ykg','This. Place. Is. Awesome! Everyone is so patient and helpful and friendly. I was in and out within a couple of hours, and taken care of so comfortably. Christina R, Christina C, Dr. Nguyen, Andrew, and Chelsey all helped us and made it an absolute pleasure to be in an emergency room. You will not regret going here!','2020-03-15 19:23:37.817000','2020-03-15 19:23:37.817000',5,'Shoshannah Brenner','https://lh3.googleusercontent.com/a-/AOh14GiLPWcjgk0FCEL_KlS9Ut-XKp2nLDBzsYdY8l97XQ=c0x00000000-cc-rp','16891069708558046635',35916),('AbFvOqlAdCxbV2TdzjqX1wq-qMW_nBLj2c_xLsSCJfPmruufk3wCKqOZQyMFVrSp7GU4da7u5VRqLg','I came here to get a COVID test— in and out in about an hour and quick testing times. Dustin was friendly, and the staff was helpful in general.','2020-07-19 20:19:01.300000','2020-07-19 20:19:01.300000',5,'Makiah','https://lh3.googleusercontent.com/-6oKBKveNj0E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcHbul_Yg5t-NMVNp1qcDYKUkciw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31966),('AbFvOqlAdgWswkLOQixjk5_0SljKhLmkj5grabxZic9tsFddSKlvIG9o26MtLGKb48wzMZ8NWolMjA','Ms.Tobie was so kind, the entire staff was amazing. I do not go any where else!','2020-01-15 02:19:39.175000','2020-01-15 02:19:39.175000',5,'LaSable McDaniels','https://lh6.googleusercontent.com/-jJ2FQ-g6FWg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmbyOidvsm67WHAkzcnJnnF_Md9NQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39709),('AbFvOqlaDR-trtJtNnQcxpxYTBIh2DgrEX3idv69Mi_1mA0dO01Z_7T2t4j76vYSG8cBPAoGx73yIg','Dolores, Johnny, Bryan, James and Dr Grinblatas were all so very nice and welcoming, I recommend anyone to come to this location.\nThanks again\n\nVictor','2019-02-12 15:30:53.757000','2019-02-12 15:30:53.757000',5,'Victor Perez','https://lh4.googleusercontent.com/-_MqMYf0JbDU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7akSUcxhrgLgxaYi7FwOgy7QsZA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32501),('AbFvOqlAe6Rg_CJU2AEprQOahhLabwYWWSkHZKGI3rSEMj6AWoqa9_SSfzRVNstTqLgdPJLK-cN2Jg','A very friendly quiet place. Everyone was nice and helpful. I was in and out in less than 30 minutes!','2017-02-02 14:38:35.792000','2017-02-02 14:38:35.792000',5,'beverly carthern','https://lh3.googleusercontent.com/a-/AOh14Gi-06gnMb4utyh88bQGrZ1uXCTBIONmF3Oyv_8SY7M=c0x00000000-cc-rp','14567670160750071148',31113),('AbFvOqlaEOtAvvy98xkCQCyYvU4W9bsI5_5W2uKfm8rY28UZp1I73qNoWDVF5jjAwI7jrQCbq_18cg','Everyone was really nice and answered any question I had','2020-10-15 21:25:36.986000','2020-10-15 21:25:36.986000',4,'Karinaa Perez','https://lh3.googleusercontent.com/a-/AOh14GjX4p1VtuLzMUB4Hv3nW_cII0hfg6GB0f0ai-rPMw=c0x00000000-cc-rp','8679688254631342173',42285),('AbFvOqlaeteImC4eow-fxaqZm6yAR8bLjPZB415w0AALWVO95wDN_pAjHofwFTzhx0aewF2y67i9','Very fast and comfortable to my injury. Very pleased dr.yusuf, ke’Aire, chih agnes, Jose Anastasia.','2018-08-15 04:38:50.490000','2018-08-15 04:38:50.490000',5,'Joseph Rhodes','https://lh6.googleusercontent.com/-Q3sU0Nw_ipM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmPMRsKmwl3_rb8jpPStsq24sciyQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40855),('AbFvOqlaeXfVUj0R_8vFu9uU0djD_gpaUKUbIWZe71CfHdm2D5oPiHv787aIpfP6977Xa-EhQ-k2Iw','The staff is very friendly, efficient, and helpful. The moment you walk in, the receptionists, Rayven and Monica, work to get you seen quickly.','2020-10-28 00:18:55.565000','2020-10-28 00:18:55.565000',5,'Marissa Thrower','https://lh3.googleusercontent.com/a-/AOh14GhzKfZ39ryPf1xCDBqjVNv3Va53CM3MiwMgG2th3ss=c0x00000000-cc-rp','16590124370714063921',34097),('AbFvOqlaFeOp1m_qOxWCn4JU5hdPYcHLucy7LHs0JIjTK2lLk7rkVWDbWIDNXWjMS5aN5ZiUxTdFew','Kiara an Tiffany was very great and helpful.. the best place to good you are sick .. overall the whole staff was great','2020-11-30 01:13:33.007000','2020-11-30 01:13:33.007000',5,'Tamika Gill','https://lh6.googleusercontent.com/-2hyw-amnTMI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckjR-52NtmBzYrdvI-CjfLXNj8L-w/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41821),('AbFvOqlaFFsY0bswuOQtgTEYuGWWb6KxN9JMxK201W7p9rkFTnc7nnsEx2ik7CC57vyuc0X2hrg6','Very fast service and clean establishment! Job recommended site for rapid COVID-19 testing and the wait time was no more than 15 min (Friday midday)','2020-10-14 09:47:23.032000','2020-10-14 09:47:23.032000',5,'jamika rene','https://lh3.googleusercontent.com/a-/AOh14Gh1h4YS0vhkqMO-bXD7Ldtd-RMwJ0Hur8gkjGWS=c0x00000000-cc-rp','8918455867446117794',42863),('AbFvOqlafoHCI-mTNQl9D6Up1T4QCNfStz35xmcpqUIP2ZalRSkvfzy3HT1ME_V7g9y_PkxgSYs74w','Was just seen here for a rapid test due to being exposed and the staff was phenomenal! Christina R & Clay both took care of me and made me feel super comfortable with the entire experience! If y’all have any type of emergency I highly recommend coming here! Everything was smooth and clear from start to finish!','2020-11-07 23:15:41.792000','2020-11-07 23:15:41.792000',5,'Alex Garcia','https://lh3.googleusercontent.com/a-/AOh14Gj2rLKLBDzPjqa3oZ4rydvJMx88TdAWGBDkqGtodw=c0x00000000-cc-rp','16891069708558046635',35620),('AbFvOqlAfXHNdmdhHSFVFAakw9G-EU7C-dMqH8Nkh6ndSyyj3sAlBdRKN-tvJH96HOYihY6yuE4w','Brought a friend here and the service was so quick and friendly! We were greeted by Rebecca at registration, helped by Nurse Anthony and Dr. Vaagenes. They each exhibited service so well and immediately helped us.','2018-08-22 04:43:58.004000','2018-08-22 04:43:58.004000',5,'Brooke Cunningham','https://lh3.googleusercontent.com/a-/AOh14Gjngm71_urdWsGe6IknvtTLsQrKRH4KjG7QjKVo=c0x00000000-cc-rp','16590124370714063921',35229),('AbFvOqlaglBKZd7aYfmg-IZJMZ5UZgxQciZsYPUNyGWNtvrESD7OxR3PfqTOuqUodSsB5uuhsJFWRA','Little to no wait time. Kevin was great!!','2020-10-01 17:14:26.520000','2020-10-01 17:14:26.520000',5,'Jasmyn Lorea','https://lh3.googleusercontent.com/-QR-g0uwyHoY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmMp5jEksVWTwVVzHXIj2nqmwCPBA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31592),('AbFvOqlAgnARRiKM2RTEVzLF_GNsTAxYxYJsnGGOWOwkAoREyn1w7wc39DQ9DmWjZZXD9yyEYtsDdw','Blake-the nurse Delicia -Reg Clark -,DrDing\nAlso Sonny -rad tech everyone was great and friendly I recommend family nd friends to come whenever they need good hospitality service at a hospital periodd....','2019-09-05 22:22:38.612000','2019-09-05 22:22:38.612000',5,'Yung Kelow_fly_kidd','https://lh3.googleusercontent.com/a-/AOh14GhTDs3O6J9lhdO_H1HpN8ulYJ4nmvbM7tiaLdCr=c0x00000000-cc-rp','8679688254631342173',42670),('AbFvOqlaGrCSnP_bbwQfIu8QwoFQWyKa0LrMMdncwaPeOByYJNqaZaCxj1Yu9-IhEox4a7LfMzs0','Friendly and helpful team. Quick and easy to get in and out of. No long lines.','2016-11-07 13:52:05.614000','2016-11-07 13:52:05.614000',5,'Ian Palmer','https://lh3.googleusercontent.com/a-/AOh14GgMtKgYuzBAlGLsVjV8_uQiNSrMrGozs3Nk8Um5f6Q=c0x00000000-cc-rp','14904078213800803294',32769),('AbFvOqlAgydcfiCEQu1JU3Mpu9q0WTJTk8_Rm0AamALRKv38tMHhUN4G4lyj2pR1PmkgU3_Hj84Nag','My experience is great every time I comin. Everyone is always pleasant and helpful. Thanks Kelsey, Jeff, Dr Tusuf, Quyen and Patty!','2019-06-19 16:55:34.293000','2019-06-19 16:55:34.293000',5,'Roxchelle Sheffie','https://lh4.googleusercontent.com/-urm4qwAA4Bo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclomYVEZubpozeLiDMlvywQpDQ3aw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29089),('AbFvOqlAgzRPVtTTjkmH1kqxpMkN78J92P7L9iWtN9IElcmI2pABlE9zO2ORkaBZX8m_AhGswDgypQ','The staff is incredibly friendly and accommodating. We didn’t have to wait at all. The doctor was very thorough, knowledgeable, and meticulous. I was very impressed with every aspect of this visit. The follow up appointment was the same stellar service. We definitely have our favorite emergency center now!','2019-12-10 21:05:16.555000','2019-12-10 21:05:16.555000',5,'Valley Pride','https://lh5.googleusercontent.com/-TXqDdOY4BeI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmUMQJTo2lg7Nx0H57ZKTBQiohdgQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39755),('AbFvOqlaHgqCQ2fE-yo6d-lu9uNDKLX1_pnzWQ6fj5_21yKbIrN8l7WchaVXmi4iXnSs3lYz6j36','I was feeling awful right before going out of town and literally waited maybe 3 minutes. I know what I had wasn\'t very exciting but the staff made me feel so welcome and comfortable. You guys even gave me a phone number and address of a 24 hour pharmacy to get my medication before going out of town. This place is definitely cleaner than any other hospital ER that I have been to and that is appreciated! Thank you!','2016-12-29 17:13:01.150000','2016-12-29 17:13:01.150000',5,'Leighanne Rodriguez','https://lh5.googleusercontent.com/-NOXiHtdsE4A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckSEyVlrpNBoziwdEu7UMdhuyQo9w/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41138),('AbFvOqlAHRWYZtDa8aHihE7JIKs4aRGEMu3aow0SQ0zHjBEr99BXfi-jy9_YSsz8N97br7xTVAwq2A',NULL,'2020-11-10 06:45:11.375000','2020-11-10 06:45:11.375000',5,'Josh Vargas','https://lh3.googleusercontent.com/a-/AOh14GhSXDAt4SBrBlbwOff2Ax5iJB41XmdWE-U9fmQw_Q=c0x00000000-cc-rp','14567670160750071148',30024),('AbFvOqlAhWvpEPIf8wuGnsKHQfSl4pqfsPbrhNjDebAsNuUCiDn2Y9MZK3B3KfxCup465o0Qbw_pUQ','Good experience at this location. Prompt and polite service. I will recommend and visit again.','2019-11-03 22:17:05.847000','2019-11-03 22:17:05.847000',4,'Jerry Forrester','https://lh3.googleusercontent.com/a-/AOh14GgPn9e6Ph_T8SZ5jz9N40CpyXyErat71Adp6-GU=c0x00000000-cc-rp','16389487648212004696',33783),('AbFvOqlAicuLfOcvGkL1565ISkbfMECH0cJeULJDWvJVQACzYwM5-jxJYg2XIVL33EQAxEqTHrl6XA','I took my grandbaby today 4/30/19 to get seen and right away was greated by Airianna with her beautiful smile 😊😊😊 she checked us in right away and provided us a gown since my grandbaby decided to vomit on the way 🤮🤢🤮🤢 we were quickly taken to the back to see what is wrong with my grandbaby and the result came back with the flu ☹😷☹😷 the doctor was very patient with my little one and answered my questions and made sure my grandbaby was able to tolerate fluids before we left..... Thank You Signature Care for providing the best care for my grandbaby šŸ¤—šŸ¤—šŸ¤—','2019-05-01 00:50:23.971000','2019-05-01 00:50:23.971000',5,'Rita Aguillon','https://lh3.googleusercontent.com/a-/AOh14Gi0hqoMGQx0M0h3IRndp6h1uOU7amwl2ThwZpy6FA=c0x00000000-cc-rp','17898197009688164559',38199),('AbFvOqlaiqTcCJER2PS_GeBU9t1yaxEvVz2GoOh3KufI6x-ClHEJP9-rb9PVL6c8ZQmgEAnydn_5ng','I came in today after being rear ended by a negligent driver. Immediately i was greeted by Jocelyn who was very nice. Alvean my nurse was very caring and made sure i was ok. The radiologist Jordan made the x ray process very easy and comfortable. Dr. Patel was so knowledgeable and informative. Overall, my visit was quick and I will be back if needed in the future.','2019-10-23 20:04:35.940000','2019-10-23 20:04:35.940000',5,'Gabriela Cortez','https://lh3.googleusercontent.com/a-/AOh14GjZkUJGkTfbbAAmX0QS4N0gxtu6_TVIz-rHp2tv=c0x00000000-cc-rp','16389487648212004696',33843),('AbFvOqlaIZZW2XijLZ58hLunhF8K-wMarLxugyTQYSxE06ghsUGvnSOTzYC0OP9XfXAxL-ZKp7YX',NULL,'2021-01-24 22:30:36.103000','2021-01-24 22:30:36.103000',4,'Faith m','https://lh5.googleusercontent.com/-XZ00gc2wUCs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnkvTUgE2aAo662UQhgLfCbhlR81g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44424),('AbFvOqlAjfYCPwdVW0fLvg_3l6n40bdprff5PZnR1I3rIWAgcOL3NIwtcDuBIntxtZBkRq5dkB86Nw','This is the best ER I have ever been to','2020-11-06 17:04:46.850000','2020-11-06 17:04:46.850000',5,'Addison Franse','https://lh3.googleusercontent.com/-vF_XhsgCzL0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckwOyq9dclIZ5IQa23N8mBUYCTyGw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34080),('AbFvOqlaJoUwSzb6c-kujcypYD2qGp0FSvcOWkkTn0qP1zUM_urrLPDL-fvTrOSfmy9oqwkw6bOrQA','Came for Covid like symptoms and I had Excellent service and the registration staff (alysia & mercy) was sweet and thorough.','2020-12-24 18:02:40.359000','2020-12-24 18:02:40.359000',5,'Ruby Molina','https://lh3.googleusercontent.com/a-/AOh14GiTKp0gzlhezvtXo5sAgIOKBwdtozzsLX9w8CzI=c0x00000000-cc-rp','12541597562633926366',43808),('AbFvOqlAJW2L0tJ-dgOHcF3dG8oB4qZpmzjvBtvaAvhrf-A7EdpufIOfk6wm0kOJfqUzUbMjjz1UIw',NULL,'2018-08-12 14:08:34.983000','2018-08-12 14:08:34.983000',5,'Robin Frion','https://lh3.googleusercontent.com/a-/AOh14GiaB6EzGJNnsaqGoCwrPRh0Pj4P7KQOn7sWpjulLg=c0x00000000-cc-rp','3511292162159714121',40861),('AbFvOqlAJwzwq5fZdFxvb0lsgp6CCSab37AO1MLOHT6Dha06p0c6nvr2G0Id7ADoNK6QQnblw6Zw','It was fast and easy. Kevin was great and offer me a warm blanket and water the front people were awesome as well. And doc Das was great and helpful. Love it here I will come here again.','2020-10-05 19:09:46.637000','2020-10-05 19:09:46.637000',5,'Diana Avitu','https://lh5.googleusercontent.com/-DgB8O-0y5O0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclznE-2iqcyFIb5RZyjJK0lmfijGw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31559),('AbFvOqlAk4UZjegxpP4mNz1ePniEVhaoL9wpOxYNayoFYWWYh2B9ARPpeV9X8n0JMLtx_1FQjLVEzA',NULL,'2017-05-18 12:30:14.549000','2017-05-18 12:30:14.549000',5,'Gabby Fraga','https://lh3.googleusercontent.com/a-/AOh14GhFrAPVVlG2z1raCH_93mOfq7YNMRTF6C61KZbhrg=c0x00000000-cc-rp-ba3','3511292162159714121',41053),('AbFvOqlAkIKkiN2WTGDlT75woePnTtZul4rsfJQZEopSg5Vua-6dgnMhDlivr5FGVNOpQ6QILw-Vkw','Dr. Yabra\nNurse Dawn\nReg. Ayesha\nDawn are GREAT','2019-06-25 21:22:58.397000','2019-06-25 21:22:58.397000',5,'Danielle Jones','https://lh3.googleusercontent.com/a-/AOh14Gj3gZPNlRTaoW9SyRXD_2H4HM6-_sNwfjzX9Ael8g=c0x00000000-cc-rp','17898197009688164559',38120),('AbFvOqlAkkb5teTBuQKYYo0RHPqokjRafXN0kQxUNUB7kTrsnHY3UemPNbtxM9FJBIoubAYY3CdBxA','Thanks to Nurse Naureen and Dr. Sylvester Kerrie for being so nice and taking great care of me during my visit.','2020-10-16 22:21:33.442000','2020-10-16 22:21:33.442000',5,'Tala Allathqani','https://lh6.googleusercontent.com/-JWUWUbv-1XY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck01Edd6Yf72uqgKQ1XOQ56sJl-sg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40167),('AbFvOqlAkXyU0hFHNRzd1ro5VJ0hAstzVo_M5mPo8vAf81o76vt350ngx_Im3PHOi7n2G9ID9IfCEA','The staffs were very nice and helpful !!!','2018-09-14 05:14:38.663000','2018-09-14 05:14:38.663000',5,'Duy Ngo','https://lh3.googleusercontent.com/a-/AOh14GhZP7vk1jN7Wxe9wNqrpsZPnw1gHvTR4ModapQOOA=c0x00000000-cc-rp','17394740196501090048',36897),('AbFvOqlaLEJf1n8U5MtNnU3T0pbMpCDPrR-kTiVe35hY8xTaRGtTKgBmeRRsEOgWMjx-WnIpC1Dy7Q','I had Sarah, Tanisha, Fatima, Elaine, and Dr Souman everyone was GREAT this was my second visit and They always take care of you. I have never been to a urgent care and been taken care of like they do. They never do anything without explaining things to you. Thank you signature care Copperfield.','2020-02-07 02:26:31.739000','2020-02-07 02:26:31.739000',5,'Justice Austin','https://lh3.googleusercontent.com/a-/AOh14GhgVr9Eyk22qRKRhuN1qg2yV2_WxXjmyNiHMzJNaQ=c0x00000000-cc-rp','17898197009688164559',37719),('AbFvOqlALGO2CoZs_n1X2-fmPMwWFkbY5ann_YG3SpriZpWz03zht9qwY3JqytnNRy34OQ5IIckYEA','The service was great and loved the staff. Very efficient. šŸ‘šŸæ','2017-08-16 22:18:10.358000','2017-08-16 22:18:10.358000',5,'Tynisha Patton','https://lh4.googleusercontent.com/-WGOhyRaQUWY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmXWfwptjRrdmiKNp04U_v5ADn2Sg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35406),('AbFvOqlaLQS4ylKdFk9tGoTMGXvxqvekpya8TNfjPxC5T6KK4pC-bfXOSlHItdkr7WakbTNjJ0Dnwg','After long back and forth discussing the benefits of attending an urgent care with my mother for her very bad cough and aches, we ended up at ERCare in the Heights. I was very pleased to have Tatiana greet my mother and I with our interest as to what brought us in the office that evening. Minutes later which weren’t long at all, my mother and I were greeted by Nurse Rondy who was very attentive, knowledgeable and patient as my mother stated her concerns. From there a gentleman who I believe his name was Miguel took blood pressure and swabs from my mother was very gentle and kind when he assisted her. Shortly after Dustin cake to bring my mother to get X-ray on her chest to see if she had any Pneumonia, which she didn’t thankfully. The Doctor then came in an delivered news that was a little but unfortunate however Dr. Lim prescribed her Tamaflu and assured my mother that in just 5 days of taking the prescribed medications she will be back to her normal state. I am very pleased with the staff there. I have already told my family and friends great things are happening at this facility. Thanks again Signature Care!','2020-01-14 02:34:29.279000','2020-01-14 02:34:29.279000',5,'Moe Brooks','https://lh3.googleusercontent.com/a-/AOh14GiWIx3LOwnQT0X1-5bTr3_LpskiGITGNTAepk3qhQ=c0x00000000-cc-rp','14567670160750071148',30342),('AbFvOqlAMa1n7FQodWHVyQA8zoK0ycs7bjChKOV8N9rgsdZy0IGRrybbasPFkD3XTVLL1Y4sILdGMw','It was a Saturday and I woke up in excruciating pain. I’m one of those that hate going to the doctor, let alone hospitals and emergency rooms. However, with the counsel of my wife and the pain obviously not going away I knew I needed to do something. I pulled up google and noticed the two nearest ER urgent care centers closest to me had horrible reviews, I understand that people who have negative experiences are the first to post a review but these were bad. So I decide to look further and found this Signature Care ER. I was ready to go. From the moment we called to let them know we were coming I could tell we picked the right place. They met me outside with a wheel chair and wheeled me in directly to my room, no wait. The nurse Jessica and tech John were extremely friendly and caring. Dr. Boester took no time to quickly diagnose my symptoms and relieve my pain. I’m very satisfied with the care I received, and although I hope I never need to see them again I know exactly where to go if I do.','2019-04-21 13:59:18.660000','2019-04-21 13:59:18.660000',5,'Samuel Peterson','https://lh4.googleusercontent.com/-iXNkTL2_Efo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmpX1mW7ClmjpUp5JWcOclq-3LmHQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32477),('AbFvOqlAMemNZyD0YpDForQ7Ype5r6Gjp4wy86y35uOBIhgHvlEWKPb73EkGuiFy4Wf4qEZBRUvL','Great service. Quick turnaround but it was not high traffic time. (11:30PM on a Tuesday night). It took a too long to get results back from CAT scan but that is out of SignatureCare\'s control','2017-01-25 18:33:41.220000','2017-01-25 18:33:41.220000',5,'espound','https://lh3.googleusercontent.com/a-/AOh14GjDbyGgo8HMlVgaa-3dXpG467G21-EfENdj00U22Q=c0x00000000-cc-rp-ba3','16590124370714063921',35523),('AbFvOqlaMIfM0rFlGTxvPVYPYLgWPzwZhxxLFGd-iMDCA23C0wJ_FUEprRSfmKQzSnP9TZqDVcctAw','I was immediately greeted with smiles when we came in. I was seen not to long after being checked in which was great! The staff is wonderful and super caring. They gave my daughter a teddy bear, animal crackers and juice while we were being seen. Definitely would give more stars if I could.','2019-05-17 17:07:48.383000','2019-05-17 17:07:48.383000',5,'Maria Beers','https://lh3.googleusercontent.com/a-/AOh14GjXAWtmUNR8jgO7lt1MwWELMZzEDXLk1O5gax8jow=c0x00000000-cc-rp','2694018788013845459',39349),('AbFvOqlAmk3eCYs_Zjn8SlvsFRTKZAxedwrTnJ4q29R9-2dJ8-jV0VOrxL2Z5d9ehNbhjQ4kOvqOoA','I definitely recommend Signature Care. Very friendly and helpful staff. They are so fast and no wait time. Gabe was so helpful and full of information! Natalie and Rebecca V were so sweet and bubbly. I had a wonderful experience.','2020-03-01 05:54:19.283000','2020-03-01 05:54:19.283000',5,'Autumn Johnson','https://lh5.googleusercontent.com/-mxikF8j9OOk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMhh_5MBwd0uyjiQyDEozRCpf-9w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34329),('AbFvOqlamUeX0SB0FQdeIxjNuHmY-l9YUO_npGpsTkftdEuy9_Al9z5G-6HwQjeLnyHo57V-YxOCUw','Short wait times, friendly staff and exceptional service.','2020-10-14 16:26:24.436000','2020-10-14 16:26:24.436000',5,'Lynn Endicott','https://lh3.googleusercontent.com/a-/AOh14Gj67B8Zo0MBG49IDbPbN97uZBztqVeVCCTgEQwWtV4=c0x00000000-cc-rp','14748677429039074158',31504),('AbFvOqlAMvznqxoQekZKGKpxehyPSuxB8t0Uwk8OAT2K7Ufj9bEDjGthgFHKGiYm3TMS8sJJp0zG',NULL,'2019-01-23 01:46:04.132000','2019-01-23 01:46:04.132000',5,'carlos Ulloa','https://lh3.googleusercontent.com/a-/AOh14Ghj2QT1jlt7nTboeWayGPp6fAzRiw-kBGRjOcgpZw=c0x00000000-cc-rp','13486358490203335051',29932),('AbFvOqlamw2B6uLn4Jmcuzrvcu8gNpYAKtkbXeZjBh3vESc-NkKn_hb8VxXH9lc3YbzyyiValVDoUg','This place was awesome!! Visit went great!! Dr Smith, Nurse Jani Radiology Tricia and Jesus Registration','2019-06-27 19:42:23.640000','2019-06-27 19:42:23.640000',5,'Erika Beasley','https://lh6.googleusercontent.com/-dbLLLIuT2aE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmVPDuK9cHj_rA6_O06oymk0sClmg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlAN19SDeNbhcoQNfxTLwQkceROCH4FaORx42i1gSZa4rnxT4Hf-V5gGv5xs56jAXIHc_MRkg','The staff couldn’t have been more kind and understanding. We got in and got our results quickly. Great experience!','2020-10-04 16:29:22.649000','2020-10-04 16:29:22.649000',5,'Jade Meador','https://lh6.googleusercontent.com/-TwlzGLc9kwo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnQjXNnS8AZmisfzo10WS2O23J-EA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34152),('AbFvOqlaNI1ttohtu4OuRwSs_N9QGTCUgyDsaKp8-AraGqc5UpSa4t_tyK-H6wRt5bEXPnRRw0h6xg','Got COVID tested, they were super nice and explained everything to me before it happened. Rayven and Monica got me checked in efficiently, Cat and Matt and Nina answered all questioned I had. Kathleen got my results back quickly.','2020-10-27 01:10:23.378000','2020-10-27 01:10:23.378000',5,'Sara Mendenhall','https://lh3.googleusercontent.com/a-/AOh14GhSsDy1DqDzUXeZ6-9S3kTXsJ8HUTRfhAKp8vbhdQ=c0x00000000-cc-rp','16590124370714063921',34103),('AbFvOqlANM0plKjd6fwJl7jBG034pvtXUZM1TeGPiV5jFS7UFXcVjNw1WIDPBV3-89zgKjtAbrRUtA',NULL,'2020-03-05 16:22:54.342000','2020-03-05 16:22:54.342000',5,'Melanie Hernandez','https://lh5.googleusercontent.com/-YrYsjr3-9hQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJuLplY1x85Mt0EvQpe5JBfjgVrw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37632),('AbFvOqlANSA7NQ-ug4tfQMMSvc6Soc9_79AnOZGsB6g8zdi0Zcsus8THhUiYRDBRkdHPcWxrVhAg2g','Awesome service as always. Karen, Delicia, Dr. Ybarra and Rick were very welcoming and pleasant ā¤ļø','2021-01-13 18:00:04.158000','2021-01-13 18:00:04.158000',5,'TIANA clark','https://lh3.googleusercontent.com/a-/AOh14GjpdBLhSqySOB_oOhAawfz52nwUwNzElMepPUHGOQ=c0x00000000-cc-rp','8679688254631342173',42464),('AbFvOqlaNxAHXweHVkyWWENlpCjxtqrto5hLyuCPUMuZpom6dsMMxOaQkEYMOzzkPPc9yO96hOONNA','Setup was easy. Came in did my paper work waited in my car. Within a little over an hour. I was seen by the ER Tech Erin. She took away all of my fears. The COVID test did not hurt at all. This is fastest and easiest place to go to get tested for covid and one of the only places opened 24 hrs. I made a 7:30pm appointment and I am leaving within a reasonable time frame.!Great staff','2020-07-28 02:48:06.753000','2020-07-28 02:48:06.753000',5,'Goldie Bailey','https://lh3.googleusercontent.com/a-/AOh14Giz-fQQr_jmE5HQYmNIrVtmewZaLXsEiKHTca_35A=c0x00000000-cc-rp-ba2','14748677429039074158',31851),('AbFvOqlanY5rbo28yb9BEvpuO66jBXhZJLe7avo3j-9WMB8dYZPP1Z90QyivTwayv1k-NTGu335Dkg','Irvin & Lara, Holly, Christian and Ana. They were all very sweet kind and helpful. Took seconds to take me to a room. Treated me with nothing but care and very patient.','2020-03-07 04:07:22.139000','2020-03-07 04:07:22.139000',5,'valencia petry','https://lh6.googleusercontent.com/-vaQ_Jk_iU_U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1Ph95OOkge0Bh0usN44Hw2ZxR8g/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28660),('AbFvOqlANyfYltHHn7rgioL-wHn6GzfBEvSZSP4QHnqgAW4GoO47kbD4ZLo_0VrQbY2ocD8lgk5D','Dr. Omally\nAlvean A\nKelly L\nJocelyn A','2019-11-27 15:05:53.087000','2019-11-27 15:05:53.087000',5,'Hussain Nasser','https://lh5.googleusercontent.com/-_o2QTu8hvqY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucksL5KiqDwluSgns9Rby9cID7PiXg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33675),('AbFvOqlAolrb9QBbM1tmi3onxFVwbONg-vgYsefpLTX99yuD1aaTyNL3_RnOmjU0NEYVmCiMbdUwVQ','Dion Stepherson and the staff are wonderful!!! They greet you with a smile!! My 7 yr old was afraid, but Dion and the Nurse were great at calming him\nDown. The facility is very clean and Sanitized. The Doctor came in and explained my test results and symptoms to me and my family in great detail. The Dr. answered all of our questions, without hesitation.','2020-11-14 03:17:08.924000','2020-11-14 03:17:08.924000',5,'Lillian George','https://lh4.googleusercontent.com/-BgrYV7CcUDY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckBkIEwA7k-YH7eVFF3opXEAWcM6g/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40052),('AbFvOqlAonBQsxnJL__Lbp1QogmEXIH2djH3vI3tp95eT14QN0Iy90v3SvLNnPOUWzw27RVQFPqJ6A','Kennedy and Lorena was great at their jobs.','2021-01-16 14:26:32.586000','2021-01-16 14:26:32.586000',5,'Eric Lee','https://lh3.googleusercontent.com/-Tx4ulGC5f7s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckYWKueEO6zV47_XqA_-SsZ5Xh_aA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44516),('AbFvOqlaOO2bVIDq0ICABLM2bhItfAJ70b4VGIGWT1V5bZDmRdAApKvOLZGscqVgFBCMo6wcnl-rGg','This was a great find while on a trip to a city where we didn\'t know where anything was. The staff was professional, personable, knowledgeable and hospitable. Amy, and Maureen were thorough and efficient. Dr. Daniels explained diagnosis and aftercare very succinctly and Dion the Radiologist made us welcome and comfortable. The building and treatment rooms were very clean. Highly recommended.','2019-07-07 02:33:08.300000','2019-07-07 02:33:08.300000',5,'Olive Cookie','https://lh3.googleusercontent.com/a-/AOh14GjVcG-qFVRk_rZP--TK-FE9lkkfT4VqavXS2Oj-Tw=c0x00000000-cc-rp','3511292162159714121',40509),('AbFvOqlaoy2BaVvzkV8x0wKhOdHSmdLfwiQv3L7U4XCK07JAr9L-umfIWZXFWoc4W46xrY9rwleqHw','Went to get tested for covid, Theresa M was such a delight through it all!! Thank you so much!','2020-07-16 20:18:13.533000','2020-07-16 20:18:13.533000',5,'Halo Peace','https://lh3.googleusercontent.com/a-/AOh14Gi3HK5jWAuMZnR1xon4gegY_m670aXOiaCOoqYvgA=c0x00000000-cc-rp','6521947413723274945',41364),('AbFvOqlapCrRv6YhTDhGQcJrPEG_Ksl1ssoobeVwqweBgDlMxn57CHWMa-RbC9BJd6pc4DntYFiTFg','The staff is GREAT at this location. They were fast, efficient, and professional. I would recommend this SignatureCare ER to everyone I know.','2020-10-28 18:01:10.302000','2020-10-28 18:01:10.302000',5,'Cheryl Maddox','https://lh6.googleusercontent.com/-a7ObRDmLo3A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckzyY8BO_89HAbeGf7SWiV_42oHyQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30043),('AbFvOqlApk2HvyuOkuLIpNSlqBab3g3oX-6388H-VF5AU4EfdpehE7gDgD5imsq6DQKBERrMGmpTEA','a fantastic service. No endless waiting. They are quick, polite, professional and caring people. No ridiculous bill. Neat enviroment','2018-11-03 19:48:53.248000','2018-11-03 19:48:53.248000',5,'naomi onabanjo','https://lh5.googleusercontent.com/-rHJrpOj57uE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm2hihjlxY_JqKDL0KyYPEst5KHQQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36870),('AbFvOqlAPU3an8jXWuJUd7c7TbEJQN1MVaxWdvCQNYaAhsJOKQtGxmfEjwDhPZ-4CRDNxinrWEyNFg','I had a great experience. The staff are great and friendly. Dr. Pettisen, was courteous and helpful. Brian the tech was very nice making sure we were comfortable. Amanda made the check in process easy and answered questions without hesitation.','2019-01-09 01:41:38.370000','2019-01-09 01:41:38.370000',5,'Lorena Ramirez','https://lh4.googleusercontent.com/-7bblWLxv3xc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmayRWinNv1jJ0jH3MQNwVAtRv61Q/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30650),('AbFvOqlaPXJ8dJRNB6m6pnMgZvxgwjiqNXsWQ53vJWzekJ9wX7X-66R4-Oeb4OcDVXmsmJoT09g2-g','Fast and friendly service! I was in and out in no time! Susan, David and Matthew were awesome! Helped me with my problem! I trusty recommend coming here! Thanks guys','2019-08-16 00:31:14.525000','2019-08-16 00:31:14.525000',5,'Queeta Martin','https://lh3.googleusercontent.com/a-/AOh14GhZn06UY6_Sk3zLOb2wmCQOjzmxWE2H7MbK3vWV-g=c0x00000000-cc-rp','17898197009688164559',38027),('AbFvOqlAPxL_bSupEdbymhE8F1-_QL3Zbq_3RN7EHMMl84sUSihit_DX9wvBQ_bUnWaLVtAnDzdeOg','Very friendly staff and super quick to get seen, as soon as i walked in i was welcmomed by keera, she was very friendly and helped me right away! The nurses and doctors did everything they needed to help me and made sure i left completely satisfied!','2018-11-08 07:00:14.436000','2018-11-08 07:00:14.436000',5,'Lexie Ofczarzak','https://lh3.googleusercontent.com/a-/AOh14GjxxCQDH3FDyMxx6HSucLV7xW2vity8g_35pIUu_w=c0x00000000-cc-rp','16590124370714063921',35111),('AbFvOqlaQ510ka8FsvGEXFBnDQUCQzpY53aMD8jnF6aIUkbrTZevHbJqYCmiSnOgcbIbwGeV8v5O','All of the staff at this facility were great. Very professional, knowledgeable and attentive. Nurse Dawn was very kind and went above and beyond to make my sons experience a positive one.','2019-10-20 02:48:49.260000','2019-10-20 02:48:49.260000',5,'Lorenda Maddox','https://lh5.googleusercontent.com/-ATWkU3yxJDY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclh4FEtnNao53iiFbgT70X128NIzQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40395),('AbFvOqlaQ6c8e0TfKNvqgpWb9drdGC4Z3BE4WnZTfnVM8Zl-3Ygg_Ouq5D4Qcdc3bQZ7IOBS931WEA','I had a horrific experience happen to me and the staff here could not have been more calm and caring. Doctor O’Malley was very professional, walked me through what would happen and handled the situation with the best care possible. Would recommend this place to anyone!','2019-10-10 22:31:08.547000','2019-10-10 22:31:08.547000',5,'Kara Ellis','https://lh4.googleusercontent.com/-wcVszY9Sti4/AAAAAAAAAAI/AAAAAAAAA_E/AMZuuclnphTMX7cCUaD84OgW_4cPi6iiKw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33884),('AbFvOqlaQo4lprrsJV0h7BqnxzuKqt78sSOq8jWeP3UleOtbJTi2AG-bzTSB67j_mM7eok72POWlIQ','I took my son for a possible ear infection and was in and out in 35 minutes. Aileen at the front desk was efficient and quick with the paperwork. Chris and Andrew got him triaged within 5 minutes and had the physician in the room 1 minute later. Dr. Goodman was attentive and assessed my son quickly. He diagnosed him and offered medication to alleviate his symptoms. Adam came right after with the medication for my son and went over diagnosis and discharge instructions. Can’t say enough good things plus we were in and out. I would highly recommend this faculty and staff to anyone.','2020-01-20 15:35:58.273000','2020-01-20 15:35:58.273000',5,'Heather Quigley','https://lh3.googleusercontent.com/a-/AOh14Gj6N8eoZ_sKcygh7EshJnb8WS7SZ8cfQwpuoxFZcg=c0x00000000-cc-rp','16891069708558046635',36005),('AbFvOqlArji5GMnSOSFZcWU8_0xlVdMkW4FW8XfvWb3sDoN0Edda-lyzJ1iMzoMnrDq9JDQyqocB','They are fast and super easy. I actually came here before because I had a gallbladder attack and they made me feel a lot better. I was transferred to Memorial Hermann And I have to be honest, SignatureCare seemed more caring. Today I brought my mom after a fall. I didn’t hesitate in calling in to bring my mom. They accept her insurance which is even better.','2017-11-17 20:56:52.838000','2017-11-17 20:56:52.838000',5,'Ana Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GizRAwoWMWNAAi-MC5v9s4WX6ZRliOnk0joYHcCMg=c0x00000000-cc-rp','14567670160750071148',30947),('AbFvOqlarnDQdxgWZXEx2fyfCyUZcRwB2sBxsP8kSYVSx_MO5jfyPUOb_cZuULIVOkcudYUyZD85jQ','very helpful and nice staff. I was able to get my testing done and quickly out of the building šŸ–¤šŸ–¤','2020-08-19 00:18:10.976000','2020-08-19 00:18:10.976000',5,'ALEXANDRA DAILEY','https://lh3.googleusercontent.com/a-/AOh14GhUtg4aN5v_-SDsp-2hVq-50YrhhHTy_w4NlmjXJQ=c0x00000000-cc-rp','16891069708558046635',35836),('AbFvOqlArrde896y7BiYZkmLQ3GI1mow4zNSkD6gVV23vm1JTSXBb3Kl-SH1W097kdbZdtWKGOVF',NULL,'2019-07-21 16:21:37.146000','2019-07-21 16:21:37.146000',4,'Celeria Washington','https://lh4.googleusercontent.com/-EfQPBNZazVA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnDHae9niQ42gKCGjE2l-jMuXRX6w/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43217),('AbFvOqlARYgIiS7Ues2mHIUkr1a-vRjwpXY9-92gR_K9Ng2Mx6K7XJRvINgEA_x99gd6lHOuveDChg','The wait was a little long but totally understandable with everything going on! Everyone was very kind and patient, the process did not feel rushed but it was efficient.','2020-07-26 02:37:26.488000','2020-07-26 02:37:26.488000',5,'Mariam Harutunian','https://lh3.googleusercontent.com/a-/AOh14GiP6PVT23suXIvVCNkKG00YLXdjSMKlauVW1Y6G=c0x00000000-cc-rp','2077061009497551125',38775),('AbFvOqlAsBIEYvGVUlp5H9bXV3nghP5GmqD2KdEb1XI32KLNuiGD-RWmLJkY4Lf7T7TAx5Fn7OV-','Amy Jones was amazing! She was SO helpful. I always come here!','2019-06-08 00:12:29.419000','2019-06-08 00:12:29.419000',5,'Bruce DeVoogd','https://lh3.googleusercontent.com/a-/AOh14GgTfACVesEc2uuZfxcYIKgiS2VQp1ALvaqiWU52KQ=c0x00000000-cc-rp-ba4','14904078213800803294',32463),('AbFvOqlAskVjT86-VcsVF1HbK93qaCr1yQQGOsqLUcGYYw4sNCmIB0Co2KCU6lPHDslXrk3XOSGS','This was beyond the best experience i ever had at a 24 clinic, Tory checked me in soon as i walked in the door, she handled me quickly and i was in the back in no time, i would definitely be back and recommend this place','2017-02-22 01:54:21.009000','2017-02-22 01:54:21.009000',5,'Laquita Johnson','https://lh6.googleusercontent.com/-zy7mKxMPOjg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm9Upj1KLYxUmoa5DIhrx0OGtesAQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41100),('AbFvOqlaSpgGmK8gWESy4FuK_6fZOFUYUPvD6P0LnWmMEwWnBhJAan_Qq5Av59GL4igHZO-Iajvv','Jacob was so great!','2018-07-12 14:31:05.075000','2018-07-12 14:31:05.075000',5,'Aly Conrad','https://lh5.googleusercontent.com/-eyPGCLPpl8g/AAAAAAAAAAI/AAAAAAAAAQg/AMZuuckvM6k6E-sMoPrc2gl8ok7nyYvsCA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35257),('AbFvOqlat_qo4NwfNWcc00arX5QRSBxSdA8GbUgfsYYNCKqo75sVtk3MKHl2mxO6B8XVHlEF-eSV5Q','Great experience! Short wait and great nurses and dr!','2020-02-17 03:01:42.975000','2020-02-17 03:01:42.975000',5,'Nikki Jones','https://lh6.googleusercontent.com/-H6LKefxZ2sk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclmqJQWhqpTJTAeVQr-vdmFcEQB_A/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29427),('AbFvOqlAtrSdWWtIPhdLO3Qs6JemVPp-D7lnWTmjnJt7LWDEEky2kSa_7anWniS4fLO_Lf7jbaYc6Q','Went in for the flu over 6 months ago, was not told that it would 700$ cost to me just got throw the bill after told I had to pay it, but I paid it to just take care of everything after. Now they are saying I owe them 2600$ more. What kind robbery is that?DONT GO HERE','2020-11-02 23:55:07.520000','2020-11-02 23:55:07.520000',1,'J','https://lh3.googleusercontent.com/a-/AOh14GidbCKUcMffkx9yGVW0LgWztHwDQj45j7CLyNdN6A=c0x00000000-cc-rp-ba3','16891069708558046635',35650),('AbFvOqlATZww5ZK0t-NlZDlQ48GIosmyIAFGcHKXDTMzuL6dMr_JTJczxJvGp4zVX7ITdAFClB5b','WOW!!!! My father in law was in town to assist us with our new baby but all of a sudden felt I\'ll. He has a cardiac history and was nervous of another episode but even more worried about the wait of an ER, the over abundance of unnecessary test so commonly done, the duration of stay, and the general experience. As we approached the front desk we were greeted by Natasha and as soon we informed her of his history, she called Christine, Tina, and Janet to take us to the back. They were super calm and informed us that their protocol required a series test to be completed asap. In minutes they had him attached to machines, blood work, xray , and wonderful Dr Rose doing an assessment. They explained that the tests would take a few moments to result but he appeared stable. Left us in a closed off room with privacy and not one of those rooms with the curtains that typically haven\'t been washed . Moments later the Nurse Manager Adam came in to let us know the next few steps in his care and if we needed anything. Within three hours he was cleared and we had the best experience ever. The very next day my new baby needed a retest for bilirubin since her previous test showed a drastic increase. It being New Year, we couldn\'t find a place open to get her blood test ran . We decided to ge to Signature again they were once again so easily accommodating. This was obviously not a typical request and instead of saying no, they can\'t, or acting clueless. They quickly checked us in and said they\'ll figure it out. Dr Rose evaluated her, nurse christina got her blood and we were discharged within the hour. Our pediatrician got the tests and it was simply to easy. Or how it should be in every medical office. Superb work!','2019-01-08 22:45:21.986000','2019-01-08 22:45:21.986000',5,'Chris Kelly','https://lh4.googleusercontent.com/-QhItKxgZnME/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclPzCORjsLeNkc9gwKpyyjCP2OebA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36297),('AbFvOqlAudJqVqfDII8i4aLIEe15oLwkPAKLmgYmuT3vrnihnhcHJbF5HdAE19rX-JLGBUptI9D1rA','I had an excellent experience and Dr Evans and crew were very hospitable and courteous. The made sure that you was kept inform during every procedure.','2018-06-09 17:26:07.883000','2018-06-09 17:26:07.883000',5,'Yolanda Scott','https://lh3.googleusercontent.com/a-/AOh14Gg8t8b1qODrYeL7D9aFP_vmIoTI7KmTEpVP8XeZq9o=c0x00000000-cc-rp','17394740196501090048',36940),('AbFvOqlAv641at_im4tiuDcv9wSN6idm8t-iFjOif-y6AGwvmlMgG1PMjGOLei2sU2VKI7eu6adpPA','I was super impressed during my experience! I came in for a flu and COVID test. Everyone was so polite, professional, and knowledgeable. They offered me water and a warm blanket. I didn’t feel like just another number. Cody, Sam, Melissa, and Catherine were do sweet and top of the line.\nI will definitely recommend them.','2020-10-27 20:24:22.585000','2020-10-27 20:24:22.585000',5,'Devereux Havlick','https://lh3.googleusercontent.com/a-/AOh14GhoYkl0wJcqFCAZ8gYzs2WPgiBxFJtzWR_JUJ7dLQ=c0x00000000-cc-rp','2077061009497551125',38452),('AbFvOqlAvoazQn07U0EtTj3NNVgP6u5KWELxa7guhqfLl88xclcS2x2H_-LZYQfnsHMAuRMNIEwiZw','I came to SignatureCare ER to be tested for COVID and since it was something completely new to me my interaction started with Angela by phone she was so helpful and assured me they would walk me through the whole process when I got here. Once in the back I was seen by John, Doris, Alia, Carl and Dr.Jones. They were all really friendly and made me feel comfortable. They each explained their process to me and had great bedside manner. I would hands down recommend SignatureCare ER.','2020-09-16 01:56:11.655000','2020-09-16 01:56:11.655000',5,'Angela Jurado','https://lh3.googleusercontent.com/a-/AOh14GjYmXlDOIHPME9zOlhgWOEf6NLMZRJAZ8AukrQ7Dw=c0x00000000-cc-rp','2694018788013845459',38989),('AbFvOqlAvziACoXt01zx5AGjISuX2_wXraIsNx0amM3MSIAJcdtEvKsnPh3PALGtcHULkhclSKSR3w','The Signature Care group at the Mission Bend Sugar Land location off of Hwy 6 was GREAT!! I went in for some initial check up and they kept me for observation...The staff was very professional and great!','2016-07-24 19:07:14.591000','2016-07-24 19:07:14.591000',5,'Chris Smith','https://lh3.googleusercontent.com/a-/AOh14GjS2X627DEdC7kFv3-SmqY7ePXI3owTkEBOy873KA=c0x00000000-cc-rp-ba3','17394740196501090048',37321),('AbFvOqlawe3c96CZBRHlPXOpWnZWurPQ_nIp3rqQYLj4GOpLwIAOJwjlFPVjVnidtv_nSzJum6kOZg','Friendly, helpful and thoughtful staff. They went above and beyond and we were definitely impressed.','2019-12-16 21:02:15.340000','2019-12-16 21:02:15.340000',5,'Shannon Campbell','https://lh6.googleusercontent.com/-LQUJQhuPHzA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclf-u-Lyre9jFGH_wm93XAsPT7cSg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36046),('AbFvOqlaWjN8CGfBACPfs3KQRcCWkbBKLFPKCq-OGlB7qBFHogylEr-IZ-hpsUaUmaimcDXANcaZ','Dr. Patel, Amy, Rollie and Natalia were amazing!!! Very friendly and fast service!','2019-07-03 04:49:50.248000','2019-07-03 04:49:50.248000',5,'Kristi Lowery','https://lh3.googleusercontent.com/a-/AOh14GhQixHgofEL1hoCaUVPHECaK9J4V5iBkXwzyTsbJg=c0x00000000-cc-rp','8679688254631342173',42683),('AbFvOqlaWNkWVzt42xzjc51pVKHchAKffMHo48NAJeQaiI4voCXit5esaipbIfzlWNYIxvHBW8KNYg','Great bedside manner, very professional, efficient and quick service. Friendly and welcome staff made the visit less stressful.','2019-10-25 02:58:07.838000','2019-10-25 02:58:07.838000',5,'CANDIE SYON','https://lh3.googleusercontent.com/-QukJ_sqLBMg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1m2R45hWJohfwpiFyqnVHzrSNgg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37926),('AbFvOqlaWqgtqbMCpbIl7JhICehtE7YmpIQ9MtNL7mGD0bRRAf7MDGPCqwOzA0JXMmsg6lJ5LoCQ7A','Very nice staff who made me feel very comfortable during my visit! Stephanie at the front desk was super friendly, and Rollie, Natalia, and Dr. Nweze made the process very smooth!','2020-10-31 03:31:37.476000','2020-10-31 03:31:37.476000',5,'Faith Rodriguez','https://lh6.googleusercontent.com/--H_5jVzY3TE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmKJqWOst79aec0GWtHasC8DCDbIA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42271),('AbFvOqlaWVWRsg3A3Bexxy8Sp4gQJNzAyGA2CBiUDBmC4lJUAMCd91kjZziBTcZWSP8HmBQm03qY1A','Wonderful facility! Dr Vaaganees and Nurse Jacob we’re so incredibly helpful! They made me feel comfortable, heard, and respected. The woman at the front desk was attentive and quick to address my pain. I will always use signature care for my medical needs.','2019-07-14 16:45:19.665000','2019-07-14 16:45:19.665000',5,'Madison Frieben','https://lh6.googleusercontent.com/-tFzm97_GpPM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckbrk1y1-BlxI2o6Vh1uYFNlYqoJQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34764),('AbFvOqlax_2S78e7MzowWzEOrhAkNUS04TdR-7kcOVGnfa3SE3SQDlHuapTrFwiN5y2CILBXhCwsmg','I never have written a review for anything but the care we received was amazing and worth my time to comment on. Our son had severe pain upon landing at Houston airport and we only had a 3 hour layover before continuing on our trip. The staff at the Heights Signature Care facility was beyond incredible. From the front office guiding us from the airport to Dr Akunyili who is the most broadly experienced and skilled ER physician I have met and I\'m a physician!\nHe has able to diagnosis, treat and get us back to the airport in 3 hours. My son did great and he and his staff helped our family avert a disaster. The facility is very nice and a pharmacy is within walking distance.\nThey even sent a signed card hoping my son felt better! Thank you for excellent care.','2018-09-08 21:26:26.812000','2018-09-08 21:26:26.812000',5,'Lawtorok','https://lh6.googleusercontent.com/-dFZy_-94gUo/AAAAAAAAAAI/AAAAAAAAAAA/7Te_3uuwD9U/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30734),('AbFvOqlaxN1Sxa-otjrDukGkOwd25v2DjfORVcckLcbr8tgbklVHV_hNNzAFl_byyyCYtnhGEQb9Og','Dr. Pham, Dana H, Selina V, Jocelyn A and Erika, from start to finish, is by far the best ER care I have ever experienced. The staff is does a stellar job at being thorough, transparent and very kind.\nDr. Pham ensures you are comfortable while the tests are ran. You never feel ā€œout of the loopā€ on your medical care and direction of treatment.\nI highly recommend Signature Care.','2019-11-02 16:04:35.951000','2019-11-02 16:04:35.951000',5,'Diane Lee','https://lh3.googleusercontent.com/a-/AOh14Ggbq7lek4guNLoVMfiW6q8nesWyf4Ar9IhpOWBNXg=c0x00000000-cc-rp','16389487648212004696',33789),('AbFvOqlAXnS0ME-40WnRdd1DdQbteQq_kzXilZ4BxGy4CPRCqK-cusaaOFCshgDYHeHrQX7fJUZm-w','Dr. Yusif\nAmy A.\nChuriah M.\nNormal T.\nEve M.\n\nAmazing care and service. Made me feel super comfortable overnight. In the best hands for any emergency.','2020-01-24 17:36:13.325000','2020-01-24 17:36:13.325000',5,'Rita Roke','https://lh4.googleusercontent.com/-cxdVZkKSpOg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmUG7qyWqYGZp8iiOlNHes8uYfIEQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40337),('AbFvOqlAxZWClCJAIxnAjnlOEXKMnZnhrzXeqjQUpZ7IXDnrjughEp0azLEYfWQty_r2A1mr65m2IA','Had a smooth experience from the front desk to the nurse and dr Patel did a great job .šŸ‘','2018-09-19 17:41:26.297000','2018-09-19 17:41:26.297000',5,'Francis Adjes','https://lh5.googleusercontent.com/-O1WrWqsfzqY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucneP0lsb2AkZj7Zn6eJzIyBzFjwTw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36894),('AbFvOqlAyYUtjNkdPIdImgufW2RmZtneGTlBezEJnlHdVtSRS1bK3kQXs2hPgANlErsMybb8vFhuag','Valory, Julia and Kim were very helpful and caring.','2020-12-13 15:02:59.917000','2020-12-13 15:02:59.917000',5,'Dwana Steed','https://lh6.googleusercontent.com/-QB5kNwCA0U4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7Iel_uABlyJ9CZYy4euOePS8NRw/c0x00000000-cc-rp/photo.jpg','15979470999169074295',32826),('AbFvOqlb_BulcpDu54bfNPjJ8TlYJc7B53jZliWb9C39LXGAxA2seV25rlNZcZE4tRiHi0jTmt_j','Kind staff, good service. Comfortable environment. Kendra, Laura and DR Vakey made me feel comfortable and made me feel like everything was going to be okay I would definitely recommend!','2020-03-01 21:36:33.021000','2020-03-01 21:36:33.021000',5,'Ashlynn Budwine','https://lh3.googleusercontent.com/a-/AOh14Gh8rkUKvPq4Rs6ChQ6BbDwqic0v2VMIopuPNhSx4Q=c0x00000000-cc-rp','16590124370714063921',34326),('AbFvOqlB_UaIqpvx8cHda09heBDpBhRHV-p5TOgii13oLQzU8OfDEDX6JAwhzuBZZPAbP0YxFDRUuQ','Cody and John was a amazing..','2020-08-17 17:44:13.325000','2020-08-17 17:44:13.325000',5,'Taralee Perry-Cleveland','https://lh3.googleusercontent.com/a-/AOh14GiorYcCQa_sm5o9dMfatRi8Z8XgTzF-b1h0FfV4vA=c0x00000000-cc-rp','16891069708558046635',35837),('AbFvOqlb_z49weDxIUy-RMFBAbj24VWj5UJTxgO88u9FDLS0QDZZ-UmdBhBKlU72fZt4NSIIG_O-','Soon as I walk thru there door Jocelyn welcome me with a big Smile, they been on top of everything making sure I was comfortable. Marcus Thank you so much even thou I was in pain you kept a smile in my face. Truly Thank You Dr. Chukwama','2019-06-05 20:47:50.069000','2019-06-05 20:47:50.069000',5,'tyrisha thomas','https://lh3.googleusercontent.com/a-/AOh14GiGdsBtBI8d1gFy3s1Pl9ySyxG5PDBoNgf-8Kc6=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqlB-COe6FpyYfrnC_OdXFAoP0bs8aLi3IQu2g2EVyQ5d7LkCmPPQMkJb50FX_aH4q0W9SNWEA','I came in with some abdominal pain. There was no wait and the receptionist was very friendly. All the staff here were very nice and the doctor was very informative and helped me decide my best treatment option. Shelly the nurse was very friendly I went in having a bad day and came out with a better mood and a solution to my abdominal pain. I highly recommend coming here!!!','2016-12-24 17:00:14.560000','2016-12-24 17:00:14.560000',5,'Alex Ledezma','https://lh3.googleusercontent.com/a-/AOh14GhK2zlajIFYVO3244-qOz8ahflIG30104I2IkJAjw=c0x00000000-cc-rp','3511292162159714121',41140),('AbFvOqlB-MKwVcFTKlp87DmmYDZXDzLn-a_HZnVe1GhI-aANSbh145uGxgZtDt-UZ1ElcEYAHCpKZw','Joshua was very helpful and sweet.','2021-01-16 01:10:54.409000','2021-01-16 01:10:54.409000',5,'Beauty in a Bottle LLC','https://lh3.googleusercontent.com/a-/AOh14GhucJMn3wpc-hwaYS6w38323wzfFO_4UgJDjhfo=c0x00000000-cc-rp','17394740196501090048',44557),('AbFvOqlb-otT2ymz943YNksISf83gZ3PVur0SBOqK8L-Qb4T8YQlblvC4tkrnT32H6v3C0QHoBWKiQ','Lorena was super nice and helpful. Gabby and Nancy are excellent nurses who did a wonderful job and made us feel real comfortable.','2020-08-02 20:31:35.997000','2020-08-02 20:31:35.997000',5,'Dominick Hernandez','https://lh3.googleusercontent.com/a-/AOh14GhKdtBRFqIAu0dX8rtgCkPedJbnvWwsYERwMWVISg=c0x00000000-cc-rp','6521947413723274945',41319),('AbFvOqlB0LmVQBuzRqXSljMFV2uv3UJPcP1mAX__8c0rqyz9f2xSqZir_S-xa5dcsv32RwNS4NWYxA','All of the staff here are so friendly and welcoming. The doctor in the navy blue scrubs with the blonde hair is really hot too,made the process so much easier šŸ™‚Y’all are great,thank you ! (Blondies a keeper)','2020-07-09 21:54:29.911000','2020-07-09 21:54:29.911000',5,'Melaine Cooper','https://lh3.googleusercontent.com/a-/AOh14GjhpjfPAPEI6gwu29gohUD-W418OW32H8V1Vq6P0A=c0x00000000-cc-rp','2077061009497551125',38803),('AbFvOqlB0SIqkHkI8iE89lHSLFBaInByrZEzTge44ojLQoIRDxfo0eoEKa1RYRVFzsd1ZHTJ5r93hg','DR STARR\nJOSEPH\nSHAYLENE\nTRISHA\nALYSSA\nWERE ALL AWESOME!!!','2020-02-01 22:30:18.364000','2020-02-01 22:30:18.364000',5,'Diya Juby','https://lh3.googleusercontent.com/a-/AOh14GheXfpFvQNXsElUfP9C4v58dUIWC1g_6LVVp_0tJw=c0x00000000-cc-rp','8918455867446117794',43122),('AbFvOqlb1fdVZZ8jU7okijFyzh8VdEZn6EvMucRolg8Vk2yd1js1g51doCgq0VS5wcBj5-jSxwJx4A','Very Friendly staff! Dr. Kotey was quick and efficient! Sarah, Fatima, and Tanisha were all so nice! Really appreciated the care we received here.','2020-02-21 04:21:05.920000','2020-02-21 04:21:05.920000',5,'Julie Loreto','https://lh4.googleusercontent.com/-FqAAXCPHHy0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl8s7n-h-Rx0yLYqFIs0_HSiMTMvg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37676),('AbFvOqlB1LjKwTKeFpbAoo0RFzHm6mZh0jlcuYlSUAg8x8X6q22SvlYKq7ejQFHxNsC7lgcLIge_mA','I went in yesterday & was brought back to a room within about 2 min of my arrival. Everyone was polite and professional. Dr. Yusef was very thorough in diagnosing me. All my questions were answered. I was so surprised how affordable my visit was. Thank you to everyone who helped me yesterday!','2019-07-13 16:40:05.027000','2019-07-13 16:40:05.027000',5,'Leslie Garcia','https://lh4.googleusercontent.com/-vg5O6g9nA2s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmqLdtlBQi5Wnv9R7aUJHJyiqmeew/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40492),('AbFvOqlB2gQsKxkAzheWQA11YG8Dc-YlbBYYgFQMuB5oj-Qff5MGMYmiQrk3azaoeIBr6aD-y7-zXg','Shania S. , Theresa B. , Adrian R. , Adrian G. , & Meghan W. were AMAZING. Helped me get taken care of & was very professional! Lobby was very clean and organized as well!','2020-09-21 08:27:01.151000','2020-09-21 08:27:01.151000',5,'tori raine','https://lh5.googleusercontent.com/-GzQsHyJfWBo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclkGtP5jH-42E3hk3dHiZSGL1SkNw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41291),('AbFvOqlb2J-lwGCP53KN61zNbF4ymYzfx83ONQGLG3rGLeEqxrEb8ZD_Jvn5iUG3WMPsqI7A9RTKRg','Excellent service today. Dr. Guharoy, Dee, Laura and Olivia were very professional and efficient. I always have great care when I visit this location.','2019-01-29 18:52:09.663000','2019-01-29 18:52:09.663000',5,'Kendra Batiste','https://lh3.googleusercontent.com/a-/AOh14GjQzGM4JK68vRX0-iphYk6G0_1_BomGcyY1mnA3hi4=c0x00000000-cc-rp-ba3','3511292162159714121',40679),('AbFvOqlB3aUFhvtzf8UOrqkCUgFa5zWlk6wIqSw-MNQObM-4vnIVohO7oJoDkr3dxTwPk59JtDAukA','I had by far the best experience. Lizzie Torres was the best when I walked in explained everything made me feel very welcomed. She walked me step by step and had me in the back within minutes. The nurses here were great very friendly made me smile and laugh even while I was in pain. The doctor answered all my questions made me feel well taken care of. Overall my experience was above and beyond expected. The complete staff was amazing. Thank you for all your help.','2019-06-28 07:50:36.255000','2019-06-28 07:50:36.255000',5,'Helen G','https://lh5.googleusercontent.com/-dmuVznpjCtc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-n-UYhziwMEm-dXif7aLvtAZH0w/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40516),('AbFvOqlb3RoWljZRp18l2g8kNQKoKhbq-nBVXie3Rx5DciWVh4EGaBvZdjfoHrCbTxZMQawTbU8KcA','I’ve been here a few times for COVID testing, staff is always polite and helpful. This most recent experience I had Nydia, Cody, and John, all three were great. Nydia is as gentle as can be when getting swabbed.','2020-08-18 19:53:19.318000','2020-08-18 19:53:19.318000',5,'Robert Ace','https://lh4.googleusercontent.com/-o7P-0q7eR_g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnjHJsQNSgqhjavgfhUlnGpUtfipw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38575),('AbFvOqlb4Er9w05Z0b444inVp5ciY4grTakVY5CgOAer0-wXPMNl8fIOxTANvwiugeFaWEkqWFQ2Zw','Great ER!!! Very professional and nice front desk.','2018-12-23 17:34:40.409000','2018-12-23 17:34:40.409000',5,'Jerall Farris','https://lh5.googleusercontent.com/-Uyyw4MtI8BE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl5O9iwk4aaAhmyCtAKThER8neGyA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29957),('AbFvOqlb7b0SXcS0xXI34JYeX8estq6SEeNXQKcn0lSdShs7RlcPFmMSSisC9B861XRNxroo7o2M2w','The staff here was exceptional during my visit. Dr. Chambers did a really nice job stitching my wound and told me he would’ve done it even if I was unable to pay. Very kind man and all around caring staff šŸ‘','2019-07-12 21:17:27.879000','2019-07-12 21:17:27.879000',5,'M Canon','https://lh4.googleusercontent.com/-afloxTktt40/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclk3WH2a70-LDb1FQSiM3jK7NUkQA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29735),('AbFvOqlB8uIIdw4MErVhnLm6KjJ93DOZYWxQNMBtrHfRXs_CrVwECInnY74zByY-uJ7mdZk1K6tSkg','Great and very professional staff!!! Definitely recommend this place if you need any medical assistance. Will use them again!!!','2017-09-19 16:15:44.754000','2017-09-19 16:15:44.754000',5,'Jegors Jeskovs','https://lh3.googleusercontent.com/a-/AOh14Gi3KcQXdipbNH-PHQUQJKlMyWwRyUSDc8ZPjcyjVg=c0x00000000-cc-rp','14904078213800803294',32647),('AbFvOqlB90l2h3nq3vs6CPU8I5bs0f42X5l_R9US19cwp5zWSrcXLxiqrcIFFSt1rEyTkFRspaG0HA','Had a great experience here. Wonderful and friendly service with the front desk. Angelica D. And Dalia R. were super informative and excellent. Kelly V. Is the amazing nurse who helped us on our visit. Highly recommend!','2020-11-12 23:18:10.749000','2020-11-12 23:18:10.749000',5,'Angelica Huerta','https://lh4.googleusercontent.com/-8AcGuoLjMWY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclKZFBlpH3P-bTEFy0kd436X5fXfg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42832),('AbFvOqlb94_eJDRrEfXZ1rSMCMultUGGqVkFonpm0wBWt-gUUDjmdrPj4i1jP6cJo4t2hEu0Vwsivg',NULL,'2020-07-19 01:39:44.997000','2020-07-19 01:39:44.997000',5,'Raul Nieto','https://lh4.googleusercontent.com/-FMRDGaQqnwY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclWB4JoY7KJcQcaDsQ6V9oo2P45sg/c0x00000000-cc-rp-ba4/photo.jpg','2077061009497551125',38797),('AbFvOqlB9R69bB3YlqPQ6rfx2V-n2Fz-k2zPderuXHx26Xlsh3R-Hn9L0vCnlpxDAHPrAZ5rFwsN','Very helpful and very nice thank y\'all for all the help','2019-12-14 22:23:17.253000','2019-12-14 22:23:17.253000',5,'trevor shaw','https://lh5.googleusercontent.com/-uow2vQ17xdE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3ABrRw562lP-fsKclrYjq6YxoBg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41977),('AbFvOqlbAJLAJMOTCuwMIj6dyk2IObbFJgegDNOjMPZ7Oj7YUH3WjyjRmHPxyW7Nln_tMChg2VxC','Fast, friendly and caring environment. I would recommend this facility to everyone that an emergency.','2017-03-28 12:42:23.078000','2017-03-28 12:42:23.078000',5,'Ketutah Hoyle','https://lh6.googleusercontent.com/-_fTlqeWdyjo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMRauGSIFTpHzHm27bMAC-IYO26A/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37183),('AbFvOqlBALWflEmyASr1bnxiCtQ9GoF8U83IyxP8l-6sxiXj6SgPgWMPU06sBngd_LQgS0phT8NruA','This is my second time visiting Signature emergency room and I love it! They get you in and out. Special S/O to Jordan and LindsayJ for the best service you guys rock!','2020-11-04 16:26:05.453000','2020-11-04 16:26:05.453000',5,'Tranique Anderson','https://lh4.googleusercontent.com/-IDnfjxvORiw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxXFqOYUmEUOqpy0IhmTD0fEnb3Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32997),('AbFvOqlbb87txxMgdV9nh-MqbPavgc1AC0iaNDsfAYzcCr79m5cd6NY6HD7nrr7ct-p5lKvQpko8fQ','We saw this facility open in the neighborhood not knowing we would be here so soon! My husband fell & broke his ankle in two places & the entire team here was AMAZING! Erica welcomed us warmly & took care of all paperwork so quickly! Sam & Brian were also kind, caring & professional with their care & kept us advised every step of the way! Dr Chowdry was awesome as well making sure we understood the X-ray & that Kirk was comfortable.\n\nI highly recommend this clinic! Clean, organized & full of well-trained, professional, caring staff!!!','2020-03-17 21:31:00.656000','2020-03-17 21:31:00.656000',5,'Anne Roller','https://lh5.googleusercontent.com/-zZd0kZYp87Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl05N82bEEMhF-B8ARw-vi0q5yKBw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32090),('AbFvOqlbbeysrmVLoELKFQyVdzZl3OFS3UMNyWKRRaTS7yz4cuPi_B7yGsd7jB5zZyRV1ldRs-A8vg','Fantastic service ( and quick!) Dr. Daniels, Remington, Laura, and Kendra took excellent care of my little one!','2019-12-08 15:58:37.329000','2019-12-08 15:58:37.329000',5,'Karen Rambo-Hernandez','https://lh3.googleusercontent.com/a-/AOh14Gi9ofxQzpgn3iO35jzqdkv_S0hnPS1nGJ0dJHfakA=c0x00000000-cc-rp','16590124370714063921',34512),('AbFvOqlbBqh5_YaGSDL-_j4Fwbbxtqj1FO0LfZkttkv1zsiB52KvSJUEGazXtuM74kEvczsYeSRUpA','Went in today and everyone made me feel like they were there to help me as soon as i walked thru the door i knew i was going to be given the best care thank you Jessica, Senidia, and Keira','2020-03-04 01:32:42.643000','2020-03-04 01:32:42.643000',5,'Tamie Gonzalez','https://lh3.googleusercontent.com/a-/AOh14GhT5xjJIgMkPz-zu860TyG5elggD_FiY3xUjgreFRs=c0x00000000-cc-rp','6521947413723274945',41412),('AbFvOqlbbSnE9UAWCk8PTNYWTS0ra9TQXug6xotq79zNe8xZRZI2t1HCx8FdFgmiW_f9y_dL3nvavQ','Tobie, RN Mollie, and Eric were so nice and made it a breeze getting us checked in and in a room!','2019-12-29 08:47:15.713000','2019-12-29 08:47:15.713000',5,'Christie Scott','https://lh6.googleusercontent.com/-z33DkZOIcVk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl9bnUxWENpIVjXNJqIHdq2aHpC2w/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39733),('AbFvOqlbBUcmt74I0duiiIKzt9iJugMbmc0fXTNsFIdyn6MIIRFWJklTxHam9vdBP6YqaUrrKmGwMQ','Very professional staff has provided quick and efficient service. Dr Elsbecker and Nurse Cali took very good care of us and my 4 year old daughter loves going to the doctor because of it! Would definitely recommend this facility to friends and family.','2020-02-24 00:32:26.587000','2020-02-24 00:32:26.587000',5,'D Antoine','https://lh4.googleusercontent.com/-gvRFlJU1qMA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxCZQrau6DWc23TYZlPFYUpPgw0Q/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39099),('AbFvOqlbByMzlgpbr_dK7Bi5FnAbNVvcoD9c8iAKdiV4y-uu6krat2_PPjx8VzghWwvydfixN8MQQg','I was thoroughly impressed with the fast service from this establishment I checked in with Aileen and filled out paperwork and was seen all within 45 mins. I was having some sort of allergic reaction or rash that Dr. Elsbecker assessed and treat immediately - he was perfect! The dream team he brought with him consisted of Adam my nurse who administered a shot in my tushie I barely felt. Chris and Drew were awesome in asking question and taking my vitals. I was comfortable and the warm blanket made my visit even better. Highly recommend this place and the care they provide! Thank you SignatureCare!','2020-02-20 05:54:44.952000','2020-02-20 05:54:44.952000',5,'Shaunda Hill','https://lh3.googleusercontent.com/a-/AOh14GjIzYlEMlTAR5G8PBv48Ym48A_amVDDtKXc3S-PDQ=c0x00000000-cc-rp','16891069708558046635',35963),('AbFvOqlbCiYrgQfxhhZPjCwj93fvqRRmP-5P67oBtHyf3svjW76HnFu_6UFSXgVRvq071ttf6bexDg','Wait times were very short and the nurses and Doctors were very nice! Dr Das is very nice and helpful, I definitely recommend stopping by here','2020-08-10 14:55:50.652000','2020-08-10 14:55:50.652000',5,'Gloria Rhodes','https://lh3.googleusercontent.com/a-/AOh14GgbPd7jR2sQfqJOaOn70nQbE6r9QjyuOFDlf-lGdQ=c0x00000000-cc-rp','14748677429039074158',31780),('AbFvOqlbCT_TO_8vUEmavWfoRcG2nZUmekm2wLP2ITf33rpNWSy6is_Ltp2QIXkvMZIuRLmURYT7','Thanks to Dr Henderson, Sarah G, Laura H, Daniel B, Tanishia W... You guys were great with care.','2019-10-23 08:27:54.155000','2019-10-23 08:27:54.155000',5,'Nairobi Perez','https://lh3.googleusercontent.com/a-/AOh14GibcoX6KcNtjyYccDaixZgaXC3vArTK_xEW_f5JdQ=c0x00000000-cc-rp','17898197009688164559',37931),('AbFvOqlbDAa8PrXyqBo2245wCVUPrboj5a2q7SweJsZ_KgSgsGjqYcQ83VjgE3F3YfGtCQ9eaNyG2g','Excellent service, very friendly9','2020-02-23 14:23:39.403000','2020-02-23 14:23:39.403000',5,'Josh Bryant','https://lh3.googleusercontent.com/a-/AOh14GjNXrHUPuIdTt6AGS72W-lapePAHSWjyOU3cy2d=c0x00000000-cc-rp','6521947413723274945',41458),('AbFvOqlBdjKaViY4hwy8CAxDtLaqvDLLHZK_L1LEZeNBjmWXwF90s1D9PWlnWRnx2_DafEaHcXMNLg','It was extremely excellent. The doctor smile will brighten your day. Everyone was really professional and nice and it was fast. I love this place!!','2017-03-12 18:34:17.520000','2017-03-12 18:34:17.520000',5,'Kwon Hogan','https://lh4.googleusercontent.com/-pUJm-JHm-_U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnQPN_WUQBeMYk-UX7thLc_7iyjaQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32713),('AbFvOqlBDyjfTAeTtQjKWiKvxHRQ3Z10YAbu1h-umFtLOG7HlcUY1j9EBXe0xs3q6yvkBvK1BuYl6w',NULL,'2020-12-12 16:44:06.300000','2020-12-12 16:44:06.300000',5,'Amanda Lance','https://lh3.googleusercontent.com/a-/AOh14Gip5RQIfyBdN73hcWAuaJizbnGnaACAR3PZJjUQ9w=c0x00000000-cc-rp','3272657195432704501',39419),('AbFvOqlBE4qdRRzrNDkmL24BY33XVSmtgxfIfpZb98H4hLgW3v1v28nfxfFF2sxydoQ16QAQDvXVOw','Most professional ER experience with balanced compassion and care. Dr. Lindsey along with Alvean, Tricia, Keith, and the receptionist we\'re absolutely wonderful.','2019-11-07 18:57:57.795000','2019-11-07 18:57:57.795000',5,'Averri LeMalle','https://lh3.googleusercontent.com/a-/AOh14GjwwXtrgXwaO_h8j1ZebcAkA6NKZ5-i-rL6hDIP0-k=c0x00000000-cc-rp','16389487648212004696',33777),('AbFvOqlbeBIhF6x9LfTj-gioRTR2XPwu2Yce8cNWABeLDHujieG0gHbSX6ISz55gHabWdL0lSqjndA','Nobody ever wants to visit the ER however if you need to go and have a choice of which one to go to then this is the place. From the reception to medical professionals in this facilty I have nothing but great things to say. They were all very thorough caring and listened. They were able to diagnose the problem treat and provide overnight comfort and care. I pray for everyones wellness but in an emergency I highly recommend this place.','2018-11-27 23:42:14.607000','2018-11-27 23:42:14.607000',5,'David Steadman','https://lh3.googleusercontent.com/a-/AOh14GgFrBtih0K8p0BJhB-dtSdEJREzdDRdpLD3DukV=c0x00000000-cc-rp-ba4','12541597562633926366',29181),('AbFvOqlbEl2HDVRTfOnLTrVrNJ_1fdooEtIJ8IqGPXCY1iLIhJ0FoBheLHW5EVOlm5XkKTdWpGERpQ','I was helped by Townsend and Christina R., and they were fantastic! I knew I was in great hands from start to finish. I would definitely recommend SignatureCare to anyone.','2020-09-24 15:40:19.481000','2020-09-24 15:40:19.481000',5,'brooke branum','https://lh6.googleusercontent.com/-b3te-Pv2tVQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn3UcEK1aUy-4EDi2O6TYeGZnLBXA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35767),('AbFvOqlbEqmQh8SazuC1Y1oA3DVvnZELqID86-JozSh9nuv01U6ylGSDc3a5scy9w1xl7opVV9ctfw','Staff was very attentive and nurturing. They ensured that I was comfortable throughout the entire visit. They were friendly and personable. Jamie and Kimberly continuously checked in on me and answered questions that I had. The facility was clean and I was seen promptly upon arrival.','2020-09-20 05:09:10.806000','2020-09-20 05:09:10.806000',5,'Brittany Houle','https://lh3.googleusercontent.com/a-/AOh14Gh74gEiZrhcEkpDd2ruZQsS6pVK9T1kw8eflrl1=c0x00000000-cc-rp','2694018788013845459',38967),('AbFvOqlbeSKy_h_s86OUsJjBwB1d77zlXJNm9wYQE5EGPlfFczcOINM0jsZDg-Zei-61eMB4Ee4ggw',NULL,'2019-02-10 16:18:06.992000','2019-02-10 16:18:06.992000',5,'Makinley Campbell','https://lh3.googleusercontent.com/a-/AOh14Gi7p0xo451mPbV6VGFPu0g2gQ8YYugisgJwnb7gTA=c0x00000000-cc-rp','3272657195432704501',39924),('AbFvOqlBf0bCjM6AlTXZx4PSfdop6GRru4Ky1oE2xWgRD--6FAvFM-5mzLzBCN1YSjrkJc3gxG9CLg','Dr. Golla, nurse Carissa, nurse Betty, Janet, Derrick, and Jocelyn we\'re all great! Each staff member took care of my needs in a professional and timely manner. Would hate to go through it again but if I did, I\'d go here.','2017-06-19 16:25:31.878000','2017-06-19 16:25:31.878000',5,'Ernesto Rodriguez','https://lh5.googleusercontent.com/-_KH6NZ-rJxo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckspYFCLLA2eCc8IPbaY6bUMP7ucQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37131),('AbFvOqlBFceFFYsG4KdO5dB9afsDv5r9GKLQgtx4MyglpKsZIGPglik8Zh2BhhFzhGtOdxGnQ_ZxcA','Had a very helpful and pleasing experience','2020-02-19 17:00:49.331000','2020-02-19 17:00:49.331000',5,'Ali Bates','https://lh5.googleusercontent.com/-oN91dSaRqnQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBtayslINJboHkTBOBfNoKW5n-qg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41939),('AbFvOqlBFepnmiSM6ppY2aIDh6seT8crkl1U21PTFnSROwiR5hNDgVokQtf04NxmRKNryRVMEgbbPQ','I am very grateful for the whole team at Signature Care ER on I-10 @ Wirt. Dr. Jolly was great, as well as Jonathan, Rita, Kelly, and Adolfo. They even loaned us a phone charger and were full of snacks! I highly recommend them.','2020-02-17 19:56:07.547000','2020-02-17 19:56:07.547000',5,'Brandy Demeris','https://lh4.googleusercontent.com/-d5mj9U2I47U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2r7zr2_S2z-QwZWAoVHC9l6NbBw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32341),('AbFvOqlBFfJq38ZwzMnD_pKB5yAMaDmftQ1D82sIFqojsFGs3dQo_APxgff1Rr8Z9ttiROub_Yvj_Q',NULL,'2020-03-06 17:21:11.281000','2020-03-06 17:21:11.281000',5,'Carlota Rivas','https://lh3.googleusercontent.com/a-/AOh14GiPDy9vOHvcRYDAdFT1n29o13-RHZB486npoZFb=c0x00000000-cc-rp','17898197009688164559',37631),('AbFvOqlBFnQV8LSkEwVB_1W33f_UzYJfPdprIGETcbFOk7PG3a1qSAcPhOHmwLnqOvMV5Uok6c0b2w','Dr. Patel, John, Jacque, Olivia, and Dee were warm and professional from start to finish!','2019-01-07 15:37:39.463000','2019-01-07 15:37:39.463000',5,'Marian Rosse','https://lh3.googleusercontent.com/a-/AOh14GgCPglZU6XwiP9ZOPb9bCmIA0hXwayVTtnM14qihw=c0x00000000-cc-rp','3511292162159714121',40747),('AbFvOqlBFtQ1x_kVu1b7cmZtZFR9DBWMDQd7iwyJTgVPr5-AT1i1bCgoHQk5hSY-92xdk3xC9psxgw','These guys rock. Definitely recommend. Especially coming from Hawaii, they know how to show \"aloha\". Mahalo.','2020-08-10 02:05:56.361000','2020-08-10 02:05:56.361000',5,'Tammy Viliamu','https://lh5.googleusercontent.com/-e1y8Cs2XXHk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmyJGmIUPBq1pXLA9yWKrLAsWfurQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39025),('AbFvOqlBFyJaU8mCIe3hNZIg2JpVKVBHTxnTWFCkdrhKMGz0nZcTQmf7uPfjDZ12Yw2v_10_fSo6Sw',NULL,'2020-12-15 18:12:41.589000','2020-12-15 18:12:41.589000',5,'Justin Raines','https://lh5.googleusercontent.com/-dUrjgnUNHG0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclrkilMSEugmbesu0eYQItj-OGP3w/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39397),('AbFvOqlbg2o4_PgVRRvuiEIJz2_figks9UroC8GDaHADbpdrZe7WKqO_xiWoAFCIzAWaFJjdFjXDQA','Very clean, nice facility. Staff is attentive and caring!','2018-08-11 15:28:06.717000','2018-08-11 15:28:06.717000',5,'Hannah V','https://lh3.googleusercontent.com/a-/AOh14GhR8H-I9PcXP-HSPHJNoWTk1khBbfDahxBB5gfc=c0x00000000-cc-rp','3511292162159714121',40870),('AbFvOqlBG7CdXWzNhK1q7SQDKzH89yvNJy_KnGa1gLvnYII4L5IvZd1HoPRUo_DLvTSKAEDrCFvaHQ','I came in last Saturday due to a fall I had to get stitches when I tell you these people have the best hospitality I’ve ever experienced at a hospital I was well taken care of thank you dr smith , my nurse ma Alvina and Jesus was excellent with registration ! This is the best place to come when you have an emergency I wish I could give more stars !!!!','2019-07-27 23:02:02.728000','2019-07-27 23:02:02.728000',5,'GLAM BY GLAMORAE','https://lh3.googleusercontent.com/a-/AOh14GhfrzKnIPD0m8hxtPjlwUQZSuA44qgpTMRgo7vt2Q=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqlBGjVGAzYD1uMic3mCBTQ-BjW8V5xrvyQhLcFacEcf4pC9dCO3pJ8LvRERrpmwGVidtj5k4Q','I had some very scary Thursday night chest pains with a scheduled trip out of the state two days later. After my husband pre-screened the clinic via phone I jetted up there and was welcome to a fully staffed emergency room clinic with a welcoming, friendly, and professional staff.\n\nWithin TEN minutes, bloodwork was drawn, EKG complete and chest x-rays complete.\n\nAbout 45 minutes later, including ten minutes of one-on-one time with the Doctor on staff, I was cleared to leave. No detail was missed and I was sent some with a cold beverage, all my discharge paperwork, and the confidence that this clinic could handle any and all of my familys medical dilemmas.','2017-01-21 23:58:55.854000','2017-01-21 23:58:55.854000',5,'Shana Hill','https://lh3.googleusercontent.com/a-/AOh14GgWWsfYrYLpyoSRogAN3nqAzyLplrJdDs-qArG0PNc=c0x00000000-cc-rp-ba3','14904078213800803294',32746),('AbFvOqlbGRDyg9szPijCvhBTAsHjRccj25fVT3PgrAxiBgs810CgAbiBg869dw1mn1lwM5R7bV06','great care service.','2020-05-29 01:53:49.147000','2020-05-29 01:53:49.147000',5,'perry a johnson','https://lh4.googleusercontent.com/-Xx5s_8i9_SU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck6vxJF-jBLjMfERCqyZIyp2DkANQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37610),('AbFvOqlBgsgLxvwmlGq_TYQc1fpKvCVMav8Rp60Q0SgGp2ahIyvd9_z7MRFxpNSFsu8me6Lqylg6gw','Short wait time and friendly staff!','2017-02-08 14:19:11.668000','2017-02-08 14:19:11.668000',4,'Katie Morey','https://lh3.googleusercontent.com/a-/AOh14GgcF46eW7MsZr5fa9OtThmzAk6s5spiGV_tzYAjKw=c0x00000000-cc-rp','16590124370714063921',35508),('AbFvOqlBGuLtnBJ3jEtbgGPjBQFzGjuFVZlrYY_i_t9K4ETAt_rJeWbkT33uRA6A12ktWcBLUF52mw',NULL,'2020-12-26 22:39:25.585000','2020-12-26 22:39:25.585000',5,'Pamela Randolph','https://lh4.googleusercontent.com/-jfHHaoHe_0I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckjINrOg0jWCpSZLRSB_6YdK4qmdg/c0x00000000-cc-rp/photo.jpg','15979470999169074295',43826),('AbFvOqlbHTIrAUZi4f-rRKxqJDjc2EuUqvi3xDV_FObVKMpmUSSa-qunkmymAJ39ubZF47i5VgDFLw','Phenomenal care, quick service, and great doctor. Highly recommend!','2017-01-08 16:33:46.267000','2017-01-08 16:33:46.267000',5,'Jennifer Josey','https://lh4.googleusercontent.com/-hSovTHPTFsk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmHq_vMFiRcq6SkH9_97yU-FzzQIA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31136),('AbFvOqlbHvAfvpTmLfJ05oWWQw9XrkAsJc2KcKrKsUVJY7JAfmLBmbbmpCipUXva-Jg43Os22A9v','The best!','2020-12-30 16:03:09.058000','2020-12-30 16:03:09.058000',5,'David Avalos Amaya','https://lh3.googleusercontent.com/a-/AOh14GipA4nM_o8BezieoIBMM4mq7qrc_1AsgRCFxOb9Ww=c0x00000000-cc-rp','8918455867446117794',44168),('AbFvOqlBhxnwEa-qW2rk4iay_mHRBfLEhb1TPEXtEszDCwpsXXn2ANISvX0wsvn7T4nNYTC61zAb','Attened us right away, friendly staff, they took good care of my daughter','2020-02-01 16:11:01.084000','2020-02-01 16:11:01.084000',5,'Elizabeth Brito','https://lh3.googleusercontent.com/a-/AOh14GhovY-oHFSuJhzhmPLUZ9iG35h43Kr9Rzay3qeu=c0x00000000-cc-rp','14904078213800803294',32356),('AbFvOqlBHzGxHWOHJDHkumJ7Y26kgp04_endXeHNKI9blYUOrcIlXVthNbMSwnGJLVpE8FXuMV45Lw','Everyone is so sweet. Expeditiously taken care of and the staff is so friendly. Definitely one of the best ER’s.','2018-10-06 01:22:11.797000','2018-10-06 01:22:11.797000',5,'Alex Mershon','https://lh3.googleusercontent.com/a-/AOh14GiWEs42HuGAJ5_yrEUmZzmuRHp0WB8SF6VHneNL9v8=c0x00000000-cc-rp-ba2','3511292162159714121',40811),('AbFvOqlBIhUYogvvk0JEsgQ3Nwit3Co3WSpy9YKapJtjMM5lenyONybcpp68mS9gK9lTukPfAAP3NQ','Clay and Chelsey were very helpful and caring. Thank you so much!','2021-01-25 18:17:29.082000','2021-01-25 18:17:29.082000',5,'Kennedy Hill','https://lh3.googleusercontent.com/-UPT3Je07teg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclFSO1KpIYAv3EH_q8zdvnIH_JN2g/c0x00000000-cc-rp/photo.jpg','16891069708558046635',44408),('AbFvOqlbIO5cPVBncUR70OAlfO8t2yAE1wGrQbdYSQDKrcSZ7hviCgqPEwjSUt36vpdq89vbeHnXDQ','Could not be more pleased with the care I received here. Was seen very quickly and the nurses and doctor were super nice. Cameron & Gabe were just amazing! Highly recommend if you roll your ankle.','2019-08-22 07:28:34.307000','2019-08-22 07:28:34.307000',5,'Teresa Alvarado','https://lh3.googleusercontent.com/a-/AOh14GiOoHV0Rw_GUdLBegvP5sv-1M5xxNPqWxmhMft6Yw=c0x00000000-cc-rp','16590124370714063921',34718),('AbFvOqlBIrBfmdDULiGK6JUIqkNWeKtfGpoQPn6ddmRfr4dLkGO45WqrSMp8hwp7dpcuLALMg8BK','Awesome experience for my second time here! Staff is super helpful and wait times are short. Christina, Clay, and Dr. Rose have been super helpful.','2020-12-05 16:40:46.110000','2020-12-05 16:40:46.110000',5,'Maison Mote','https://lh3.googleusercontent.com/a-/AOh14GivCxxBVPrdKQTWGGKt_ykp0bRdcxJZh3itB4Iq9Q=c0x00000000-cc-rp','16891069708558046635',35540),('AbFvOqlBiuhvaw82fcqicg-0fnd_bdJCDJT5P-GcakE5cU3gEaj-HgKRLfKbl3FSG2WqOEiCqY_8Yw',NULL,'2020-02-17 19:50:56.197000','2020-02-17 19:50:56.197000',5,'Jason Sprayberry','https://lh5.googleusercontent.com/-gH6KQ7-Na6k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn8t6v6l9X9kcBaYPtQFMdB3eJ6cQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39619),('AbFvOqlbIv6J7a9dwh-XU1fVbSUXeMKMgTRCfYad3CIujLJHY2DVcCIqyFILiMqDjpeG3wV5DDEAYA','Great staff members and ridiculously affordable. They were very concerned with my well being and I couldn\'t have been more appreciative of how much of a help they were. I\'ve been to many ER\'s and been stabbed with many IV\'s and this place was the fastest and most effective place I\'ve been. Thank you so much to Adam and Mike and all other members who work here! I will always recommend you guys and will be back if I ever have any more health problems. šŸ’•','2018-03-17 17:09:22.679000','2018-03-17 17:09:22.679000',5,'Kate Holderle','https://lh3.googleusercontent.com/-zmLQNiBwpbo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmRY_nO1EgQWHvBMEmzsWItZ8dbOw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36418),('AbFvOqlBj8qKjaKtSBdwWQLSC_1ACt4kuf7lBgLCRDlZrmHoP-JpUKwubHNx5ialklbK2gQR6aAu',NULL,'2019-12-31 23:59:32.170000','2019-12-31 23:59:32.170000',5,'Lois Siol','https://lh5.googleusercontent.com/-mzDrH65mC9o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck8DJ4lUhSFn4cdl3XxiJ9t86dxHw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39726),('AbFvOqlBJt4EXUbTbbdfI14vBskDBR9sgUq3acVVrbwhO5RISogPak4lkqfX_gMWtmSFrCIsegY6','I have experienced ER’s before but I have to say hands down this is the best ER I have ever been to! From the sign in procedure to my nurses and doctors everyone was helpful and kind. My only issue was the front desk while I was in the hospital bed because I had to stay overnight was her asking for my copay. HOWEVER the doctor fixed that and it was handled. Overall if I ever have to go back to the ER I will ALWAYS come here. I had to do a CT scan, MRI, and give blood and all of it was handle with care like I was family! You will not regret coming to this location.','2018-09-08 16:30:09.065000','2018-09-08 16:30:09.065000',5,'Bre E.','https://lh3.googleusercontent.com/a-/AOh14GiNFr9lSaNaQDclOkqkbaOvHOKRSDwyaPyILrq8=c0x00000000-cc-rp-ba3','3511292162159714121',40834),('AbFvOqlbjwFxDfsHT6vpQ7YV70ip4gpO8vdql9LgrEDysWaAabtHyX7VzsAmC6KNtG1uxK3EznRlmA','Great experience\nDr.tuke\nNurse duke\nGenesis\nSeble','2019-12-04 17:16:04.041000','2019-12-04 17:16:04.041000',5,'tyla owens','https://lh4.googleusercontent.com/-loFKSb906x0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclk8t-ex5h65qEWKO6rGcljCh3Wog/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42557),('AbFvOqlbjWWIbKXpVYENPG6t-aa_Xso7td4m8wOep-uE6Br1qP52TKzGKNFS3N1OYUmuJPQHR4ghhA','Nadia and Dr Chowdhury created a great experience and were wonderful people. Medic was friendly and kind to both of us and the front desk was helpful and courteous','2020-08-05 22:22:24.788000','2020-08-05 22:22:24.788000',5,'Johnny Cha-Rach','https://lh6.googleusercontent.com/-kMuCQoagU3g/AAAAAAAAAAI/AAAAAAAAALk/AMZuucnOaNPxKplUDnFmH_74M4pX_pRfLA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31800),('AbFvOqlbjYIR9LnTWjYuVuPI8l5qngOKZo_fd7baSpXS7W_u-a40RIBRnggQmDg71Z3XBWsq0waFXA','We had a great experience at the Atascocita location. My daughter was taken back and accessed promptly. Julia James and Valony Delores were very sweet and attentive! Thanks!','2021-01-26 16:00:29.312000','2021-01-26 16:00:29.312000',5,'Joyshoundra Booker','https://lh3.googleusercontent.com/a-/AOh14Gh5bbV9wJqIZT9kouXLGWWqvLJblYEHx_DtCwgjMA=c0x00000000-cc-rp','15979470999169074295',44395),('AbFvOqlBjZ77LTwdoI6jUoqhywaqoQf1QXw7hRhDjPvEiEa5DAXwfORjEC90haEO4RU-e30M8zU7Ng','Really clean the nurses and the receptionist really nice and kind really recommend going to this Er','2020-07-22 22:11:35.506000','2020-07-22 22:11:35.506000',5,'Lizbeth Pacheco','https://lh5.googleusercontent.com/-7epUoIfr14s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn4SjVIYsH5aXzgKjhY91EYWvEOYg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28587),('AbFvOqlBkDUpC-8KCUSK2VUEcFvwEgnM0CnmFc0Hse2C5W9Eu99b6f9yxNtjJyX4vvMyUTqVPJK2','This place had a bit of a wait but overall the staff are very friendly and attentive. Thank you Luisa for your hospitality. You guys are doing an amazing job!','2020-12-26 21:19:07.085000','2020-12-26 21:19:07.085000',5,'lydia mireles','https://lh3.googleusercontent.com/-KcdqPfTjGXA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-z88tZlYtBs0-Zd3mruhYvrpocQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',43880),('AbFvOqlBKuusvfkSsYjxRNYGbDsGFS0BahsNKVn7mukRSFICbC_8IP3zzbi2NIuhzxXuUuVBLa1Orw','Thank you by giving back to the community by for hosting a free CPR class.','2020-01-24 01:25:16.275000','2020-01-24 01:25:16.275000',5,'Kim Delgado','https://lh4.googleusercontent.com/-h3Qw_Bbwjek/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDFUHfImjUJawwc9eUXZtrBPa3gg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40340),('AbFvOqlbkwpwUBbZDHCmBF-nJyfdzesolG__wziXja_3f5-OMkWikHsnq3n1bEfyvZeJhZtTlENZmQ','Excellent care and seen quickly. Thanks','2019-01-09 15:34:05.434000','2019-01-09 15:34:05.434000',5,'Albert Macon','https://lh3.googleusercontent.com/a-/AOh14GgFLlqWSuONTGWKmF-RoDXcRIQoigkwwmviZBZeMg=c0x00000000-cc-rp-ba4','8918455867446117794',43322),('AbFvOqlBKxdEFKEmoSpMyzElfni39uO1DnYLwVaELmBWM_0jJgB5-tOdRRzfl1JDVpBBTINuOyjRgw','Very nice place. No wait at all. Friendly staff. Especially kevin, Jennifer w, and mandi. Of needed again I will return','2021-01-12 13:18:00.754000','2021-01-12 13:18:00.754000',5,'Mike Jones','https://lh3.googleusercontent.com/-ocxllcNNGLE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucntShHiewst0uORzsh2iAdup03Saw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44628),('AbFvOqlblctwEMsI-PJJq0WIVTdcVAuFjlRJZPsVZS33wexKcc_RKaPrHaY3wSZV_dO985oewFac','Dr Ortiz was excellent, along was Nurse Kat and the Tech Mr. Rick! Also Ms. Melissa is a pleasure to have at the front desk','2019-05-05 04:32:55.043000','2019-05-05 04:32:55.043000',5,'Chloe Smith','https://lh5.googleusercontent.com/-ROJ3mtRPgyE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMplDRax2-7SevgdQafBkr7ni60g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlbldINsAEnAittFsOuTkVIpR7aRm4PZVUZwLYVr9nb8DU-Bqdn9krVr7U2Pu0PjK5xlVKu4Q','Took husband for xray. Was seen by Dr. very quick! All staff was so nice and accommodating!','2018-05-02 13:18:15.446000','2018-05-02 13:18:15.446000',5,'Becki Hines','https://lh6.googleusercontent.com/-0OQBNcvaRjk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucme19GBMo5dbr5pA2wxerAMf5mW0g/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36957),('AbFvOqlBLhxMZkwQsO1hIPKRJG6FHkXQdoMFjCuJ-hz9bGVG1L7ZP7zaRSbRKi_qMi2wrpG93BRdFw','Good medical service. Terrible billing department... I never received a call or statement and wrote a Lien under my name 10 days after the service date!!!!','2018-07-16 14:55:07.723000','2018-07-16 14:55:07.723000',1,'DAVID GINEBRA','https://lh4.googleusercontent.com/-yR6Y_urX28I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckewKGB_pAT9LY2gTMGoG4OP0iwQg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32565),('AbFvOqlblI9hjkzK4irAkeaeKGcfjEAN3hDFTudCg1AfiLk43IoCfg5GB4k2ZTqlF69CcwOB-srSog','The best in the West, first time here and I already love this place.','2019-07-06 22:46:22.369000','2019-07-06 22:46:22.369000',5,'Jm Vega','https://lh3.googleusercontent.com/a-/AOh14GgtoZhHynSooWQzdAvrhIQ5bdrgbKP_vOW5wy9lnA=c0x00000000-cc-rp-ba3','6521947413723274945',41671),('AbFvOqlBLqZj405fu_-ix9mnHN3NxZ99ph4UIN9p-Y72bZdbJktQxOM2BZciDuV-Juqgua91hyASDg','Staff was very nice. The facility was very nice and clean. I would definitely go back.','2020-12-23 22:37:23.498000','2020-12-23 22:37:23.498000',5,'julie craig','https://lh3.googleusercontent.com/-xQufCDnt9Yo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTTvf589PL_39BCibypFRd2sCXbw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43746),('AbFvOqlbmJ1wcGERONyAPekAUu9AFPhV2_Aid-bqCGto2vZ1MXG8yJKIeCENl_f9EJjSauWWLFi5Ew','Was a womderful experience . Everything I needed was taken care of .most respectful staff. Thankyou I will be back and recommend this place when needed for sure','2017-05-24 22:12:19.437000','2017-05-24 22:12:19.437000',5,'Sandy Cruz cortez','https://lh3.googleusercontent.com/a-/AOh14Gjl2peZBHqchabVA4Ut9dX4cDyJT1a8QggX7IYPUg=c0x00000000-cc-rp','14567670160750071148',31037),('AbFvOqlBMQeU8iCs1bjYlSQXVp4IOklOmb9Pl1EW154CW5KJxl0-CHZ4RJIXEJBu6H8E3xC6qS2v','Took my friend for an emergency visit and was absolutely blown away by the experience. Staff was over the top nice, facility was exceptionally clean, and the whole experience was great even for myself who wasn’t the patient.','2018-10-15 02:42:51.737000','2018-10-15 02:42:51.737000',5,'Emilie Jacobs','https://lh3.googleusercontent.com/a-/AOh14Gj9o-TkUVcfNl2KA4q4bE0c9rStGpvkBuU3OZ-mgA=c0x00000000-cc-rp','16590124370714063921',35159),('AbFvOqlBn3t_Kpi1eHzrNaSAYa3qcSrVL_S6HJX6JOZftijlTLmGULShAP4_3RaSJa_uCUzpMYHJng',NULL,'2020-10-14 21:55:02.728000','2020-10-14 21:55:02.728000',5,'Sydney Hubert','https://lh3.googleusercontent.com/-k9ZHES7Ki2A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl5sSnbZtoNxEM2rN9y273BnP7LVA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31502),('AbFvOqlbN8pnBKE0zzsbwHNu2q70lMSaCOkS118R6SKL8e615YEZaGwuLehTUgKoRo_pZvln_tW8','Jordan Huckels was great at the front desk. I was able to be checked in and seen very quickly.','2016-12-30 21:59:05.024000','2016-12-30 21:59:05.024000',5,'jemila ndioubnan','https://lh3.googleusercontent.com/a-/AOh14Gghk9WYa6NGKjpeG5Sk4h7x_s69rR8H0yXwpsU_ag=c0x00000000-cc-rp','14904078213800803294',32754),('AbFvOqlbNaVywp36QW08wCnt_FokB8FaHXADpBMQh42Z8C-TOvBN4zRm-SOR1dcuswgtuTmacG0h1w','Bretnie, Lindsey, and Tawnya were so compassionate and made my appointment go so smoothly! They took care of me in a timely manner and educated me as well on getting me back to normal. Thank you ladies for the amazing service!','2020-07-27 19:33:34.901000','2020-07-27 19:33:34.901000',5,'Phylea King','https://lh3.googleusercontent.com/a-/AOh14Gg0k3C2zWxV6RTzO7i82BH_K7riIX7LHJo1CnAb=c0x00000000-cc-rp','16590124370714063921',34238),('AbFvOqlBNnvf6bH55cPSXnpN5wBaC_9Y7c88rlAKe_59jt7KTc3ioOs2YEWchdLeJASPb2HV9wTnLA','I am visiting Houston for work and I was very nervous to see someone other than my doctor back in Atlanta. Nurse Laura took great care of me and she was very friendly. She checked on me various times throughout my office visit. That doctor and ultrasound tech was amazing and very honest. Thank you guys so much.','2018-08-09 22:31:34.573000','2018-08-09 22:31:34.573000',5,'Christal Anderson','https://lh3.googleusercontent.com/a-/AOh14GidXhmXMMN0OSNwuGtzoD5Z1DWVhYYsD83lmV_xvQ=c0x00000000-cc-rp','3511292162159714121',40879),('AbFvOqlbnODPkjMpwWadotWNYLb-xfl0LQJDyopsoHWvg0H230qYx-gPZMJWGupwWeq3QJWou5Ma','I came here for COVID testing and I want to say how impressed I am with this facility and staff. The wait was a little long, but that was expected.\nStaff was very friendly and kept us updated as we waited. During this time, I know things can get a bit hectic, but they did a great job.','2020-07-02 03:28:07.219000','2020-07-02 03:28:07.219000',5,'Christina M','https://lh5.googleusercontent.com/-8p2k6THgNVI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn3X-V5DaEIXik7-S4EYx3JvPdm6g/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32315),('AbFvOqlBnqdv60gtvnp15bYQPrTLo5jDRfNoXjx_WqCDMJCjQrqu79pt8Ap312Z9ljN1PPyQjZvy','I had a wonderful experience and the staff was great. More specifically Lorena T, Nurse Jacob, Laura D, and Dr. caraway were very helpful and made this visit enjoyable.','2020-08-29 13:18:14.040000','2020-08-29 13:18:14.040000',5,'Jacob Bennett','https://lh5.googleusercontent.com/-ezMzW3DzcD8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckflzxxNM0H2nPbvqT5-mVViii5dg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34189),('AbFvOqlBO9gZpkLOsDXGE9cfS67Nvfu2p2akEKUDs0T6nRnEYLuuaoW7hdcf1jLZizYajXWg-FHSmQ','Staff was really nice and understanding. Thank you guys for everything.','2018-08-21 15:04:24.703000','2018-08-21 15:04:24.703000',5,'Nathan Whited','https://lh6.googleusercontent.com/-fYc5VvtnJeI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckK3bZO5GCkkLaI_lr7AivHnmkltQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35235),('AbFvOqlboh81ltkCNB0eAWxIcgsnb306OBoXkLks93Eu8o604RWo2jOcEHvYhcnKimPHQdIvLbIYhw','Super fast and easy! I had such a great experience I recommend this place to anyone!\nLaura is lovely and so is Jessica and Olivia!','2019-01-10 19:38:19.425000','2019-01-10 19:38:19.425000',5,'victoria patrick','https://lh3.googleusercontent.com/-pozkiSuD-hw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3FsNSqWlqygMYTs--JWbgz56QBw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40726),('AbFvOqlbOHGVQvPxLTxMlPj1nAjH_hYyH2WCtX6BF5W3UaHtINaz3FL1mbEDqHVdSxnHJ_empxhCrA','Very clean, very caring staff. Excellent medical care.','2017-11-24 07:25:58.425000','2017-11-24 07:25:58.425000',5,'Karelli Arenivas','https://lh3.googleusercontent.com/a-/AOh14Gh0baZ2yP3mUhqObtq9Vm6T7Uboh5vpmO6vXDrG=c0x00000000-cc-rp-ba2','6521947413723274945',41803),('AbFvOqlbOJ3YxDhfFbsdM9B3XN9o511aPCkh6kHjCxY7c2vxV0gwQ7mFy-Hdc8I4uLFTKo2xohVlKA','I came in today to get tested since I got quarantined from school. The process of signing in was simple. when I got into the room Georgia was very kind while testing me. I highly recommend!!!','2020-11-19 02:35:29.625000','2020-11-19 02:35:29.625000',5,'Brayden Blair','https://lh3.googleusercontent.com/a-/AOh14Gj1c3xU-lplP8u8A82VR8weoGX06dk99x4We0DI=c0x00000000-cc-rp','14748677429039074158',31343),('AbFvOqlBOMucFRCC4Q1BtNbLpqNYFSmp5dd7pX3T3OTLaa1xmkOaDKUovL63P4_EQuLhSm272p4PEg',NULL,'2019-08-24 17:38:50.299000','2019-08-24 17:38:50.299000',5,'mattison withers','https://lh5.googleusercontent.com/-gBxBUzgNcEg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckBO-Su4g6XpAbMu7ZR-w-x8aTeYA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39814),('AbFvOqlBP0Ob2x4Zaa3rHf9tdmKMguxnET8Gwu7R8nL8szri-8U9n45bCQGzkL0o8h_w8bCz1Hs25g','Once I got in, the staff was courtesy and very professional. They need to re-think their appointment time allotments. I had a 1 AM appointment for a COVID test, still waiting over 3 hours to get in. Once I was in, the whole process took less than 40 minutes including getting my results.','2020-07-10 15:38:01.636000','2020-07-10 15:38:01.636000',4,'Patrick Arnold','https://lh5.googleusercontent.com/-1AZNEJ0mfYc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVh0RRqP84mzz25-SvqNGADCkIHQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32036),('AbFvOqlBpnjAF9LwQstdA0t6hNA4AUv7S0fLax2fFhGBo-6gyGMicQwzxslILsBIWvhjtSCjqf6fWw',NULL,'2021-01-20 18:52:45.539000','2021-01-20 18:52:45.539000',5,'Erin Kaufmann','https://lh4.googleusercontent.com/--JLHkUh6Ohg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclxrnemOvFgO2XxSFac5W2ioIxTLw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44503),('AbFvOqlbq8thL_vw4Ki-UrYezSbY93l0sCH6bSEqyAmsEbQpVxg8oo90Q1uEltE6JNYIV1UMZug','Courteous assistance, clean and easy to schedule an appointment.','2020-11-10 19:09:52.002000','2020-11-10 19:09:52.002000',5,'Holly Maria Flynn Vilaseca','https://lh5.googleusercontent.com/-vuwFvrB5ivA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckmbHA1LP62gNHMYkG3tb6PS-Gf4g/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28468),('AbFvOqlBQN3QNzh80gru5Fg98GDKZAvCplTvbE_EzA563aLzyGCYIYh8EmI-AiJi6VYJjN8Yl8Mu','Upon entering the place you are greeted, they immediately helped me. I hadn\'t finished my paper work yet and they started taking care of me. The whole staff is wonderful there, so warm and kind. DR. AKUNYILI J EDOZIE is so awesome and funny, he kept everyone calm. Oh and I was amazed how little a CAT scan costs here! Overall I\'d recommend this place to all my friends and family. Thank you Signature Care staff:\n\nDR. AKUNYILI J EDOZIE\nNurse: Balita,Joseph\nFront Desk: Reyes, Jacqueline','2017-06-21 14:15:25.282000','2017-06-21 14:15:25.282000',5,'Reina Rivera','https://lh3.googleusercontent.com/a-/AOh14Gj11c3PiOXXHDNFs4-28E3YIu9Uo6V8AOMU17zA2g=c0x00000000-cc-rp-ba2','14567670160750071148',31020),('AbFvOqlbqUeuxI34c0kzl81Q4Nf-B2I4_hGK5CL_I3zxo9_7Zyy-YjyAmAOjYMI8zV2fwi7cfmeA','Dr. Harjai, nurse Ekaterini and rad techs Valory and Marcus have awesome patient care skills. They made me feel relieved and at ease with my care during a very difficult time. I love Signature Care and their staff! There facility is always clean, they have water and snacks in case you haven\'t eaten before they provide you with medicine. The service is always prompt with a smile! Thank you for the service you provide to our community.','2020-10-27 17:18:06.146000','2020-10-27 17:18:06.146000',5,'Dominique Reed','https://lh3.googleusercontent.com/a-/AOh14GiXTp9IuLEUskvhxWhqfUx3f0UuIHVs9jJlmS_T89o=c0x00000000-cc-rp','16389487648212004696',33063),('AbFvOqlBrf4ihbqPrGd7w6d4CscnJomFWDUuKr96I9KnRHVZPoFSTwDwVKC-ObUd_br02O8cY4517A',NULL,'2019-08-15 02:13:14.682000','2019-08-15 02:13:14.682000',5,'aaliyah carson','https://lh3.googleusercontent.com/-l5PuQvaHPto/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnAVQJyrJXZPInCUX6e3c6E4XPICQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34727),('AbFvOqlbrGHlDzaNecooy6oPNeGRNVp-iJbLUoHOwPFjwDxIsOK0cmuvUO5z-bj31soW9Aj6IQjsjQ','Marcus and Jordan have great bedside manner. Jocelyn and Alvean were nice. Dr. Erica was very patient and understanding. She\'s great at explaining everything.','2020-02-26 15:35:58.800000','2020-02-26 15:35:58.800000',5,'Raechelle Steward','https://lh3.googleusercontent.com/a-/AOh14GiqqEnsA5NBongy_zNW36cRqrqSiUkHaEeOz7iH=c0x00000000-cc-rp-ba3','16389487648212004696',33323),('AbFvOqlbrxLOfZeT8Qa1QKeUbN1wOnu38zFmwrSgjQnqI0gvzMeTtIQ1USHw-TobGv6PLR2WFo2qQQ','Awesome service fast and friendly...highly recommended','2017-09-28 17:07:39.265000','2017-09-28 17:07:39.265000',5,'Boss 92','https://lh3.googleusercontent.com/a-/AOh14GgIVVH7HPzwx01jDjn5lukcgivXbmyVIE9CpXjjGA=c0x00000000-cc-rp','8918455867446117794',43475),('AbFvOqlBssbRA0yVFRkGvQOAtJ7yxc3-H7QDfL0V7tmWz18y_tipGeE4s4rVPPBiK2-HD5rcG8m_Gg','Omg my experience was great here. I will most definitely coming back!!!!! I will tell my family about this. Thank you again for everything\nDr.Appia\nNurse Shoba\nRad Tech Guss\nER Tech Ellen\nRegistration Sam','2019-06-19 06:12:00.625000','2019-06-19 06:12:00.625000',5,'Tamera Sweet','https://lh3.googleusercontent.com/a-/AOh14GhZJjZOjWJCIXOr-TG-DFdUFDBVga6RzjvqzE6cgw=c0x00000000-cc-rp','8918455867446117794',43247),('AbFvOqlBsYcaGP2B5Is5GCpnS_YIt2f4ZjlDEz3zo7sFm6lk6Hg3FndrfpaNfgYgybCm9FcHFsbhMg','Quick and reliable','2019-09-18 15:20:10.383000','2019-09-18 15:20:10.383000',5,'Patrick Schulte','https://lh3.googleusercontent.com/a-/AOh14Gi8vUS2LSvOiPSzRK4hgCBtA7Ky6wtVlMKA8lcY=c0x00000000-cc-rp','16590124370714063921',34673),('AbFvOqlBtjU-QPCJLh4W2hgrhm5RD6-FMm581faBQs_zfjLlInRkH6kLR53CqerNRAULkJh52zaR','Signature Care is awesome! I had a great experience from beginning to end and will tell everyone I know to go here for any emergency needs!','2019-06-07 18:43:43.185000','2019-06-07 18:43:43.185000',5,'Mallory Cunningham','https://lh4.googleusercontent.com/-fbaHt2ecX3o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmIMxtrzdhuuEBEVTA-Y2q70P5Z0g/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42055),('AbFvOqlBTyZZW5JX_sRxvWIxqBuk_0oVTBux0DgU9vYmp-7zkykIZ1wk-PQZISGWsclsbNPWXpKsRA','2 days ago on my break from work I was I was very scared and nervous. The lady at the front desk Genesis was so helpful I had forgot to bring my wallet also so I was a mess. And in deep pain. I was helped so much by John and Lonnie while I was there. They put me at ease work fast and efficiently. And the doctor doctor Garcia was fantastic he explained everything took his time. And in the end ask me about any of my concerns and welcomed me to come back or stay if I felt it was necessary. Christina was my nurse and she was excellent listen to me without rushing me. They work with you on any finances you will owe the place please believe me when I say it if you need an excellent emergency room with no waiting, this is it. I was able to leave within a couple hours having confident that I knew what was wrong with me. And I was also happy I felt much better. Please visit these amazing people at the Westchase Signature Care Emergency Care. And and they will work with you if you have insurance on your payments. They also help my daughter greatly and when she was an emergency situation. Thanks so much guys!!','2019-02-24 18:44:17.755000','2019-02-24 18:44:17.755000',5,'Lesa Hicks','https://lh3.googleusercontent.com/-1SWOn2E8uRo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmrIuLlGbBP5rlddB-3LZlx17MhLA/c0x00000000-cc-rp-ba4/photo.jpg','12541597562633926366',29137),('AbFvOqlbU0bxPJ8afJFb60e2lLhb7OAyzkRowszk4i7qjycH0SXgm3xB8TrD2Anzdi9ZA7DBq_yXLw','Had a great experience at ercare 24 Kimberly P kindly greeted us as soon as we entered the door. Our nurse Vivienn N was friendly while maintaining professional Katherine L was concerned about what happened and how it happened. Will be coming back and recommending to family and friends.','2019-10-12 16:17:51.469000','2019-10-12 16:17:51.469000',5,'Marco Sanchez','https://lh3.googleusercontent.com/-HpRL7DYldec/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmSFJ0rcVfPTlQAQXiz8mJHSQSSvQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30439),('AbFvOqlBUBuRU2mD-YnBh9W9xLvQC_YHByU0GR-Ir7ofmutv8t20dw2JntCrY1A_M_VJZANXTowoWw','The whole process from check-in to check-out was quick and efficient. Kennedy and Taylor at check in were welcoming and quick! The lobby was clean and I appreciate them cleaning the clipboards, pens and entire lobby throughout the check in process. Megan and Bryan were very kind and helpful when evaluating me and kept me posted throughout the entire process. My nasal swab, done by Megan, did not hurt at all! Luckily, I was negative. Bryan was kind enough to bring me a liquid steroid mixture, instead of getting a shot, which put me at ease too! Thank you all for all that you do!','2021-01-01 01:41:55.712000','2021-01-01 01:41:55.712000',5,'Amanda Christon','https://lh3.googleusercontent.com/-rxkt7uT29Gc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnAohD7V5FnqZNZooX-iSc7jJr2wQ/c0x00000000-cc-rp-ba3/photo.jpg','16590124370714063921',34236),('AbFvOqlbUGtQho9UDsagCSkVYRQ1-95ahFiwRnXoa5tH32x-1cbr9WreT-rwO_jV_1tWLa7X-mx8tw','I had to come in on Thanksgiving morning at 7:30 am! I felt miserable but the entire staff (Lorena, Dr. Harjai, Jacob O., and Laura D.) were all fantastic. It was a speedy, efficient visit!','2019-11-28 14:08:07.049000','2019-11-28 14:08:07.049000',5,'Nicole Glenn','https://lh6.googleusercontent.com/-L3g-L4_YP18/AAAAAAAAAAI/AAAAAAAAC3I/AMZuucld9uE5q2Lhnn54B2BD_sh1OgDODg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34547),('AbFvOqlBUtQlOd2IgBdJYJFOO7ho4oXSCbmnuNtJy1xfShLrA2Oen9hx0yhgNEr84cZQihME99rr','I’ve had a good experience with the help of Ms.Keera, Mr:Anthony & Ms.Natalie. There was a time that it wasn’t the best but my most recent visit made up for it!! Will be coming back!!','2018-08-23 02:11:58.202000','2018-08-23 02:11:58.202000',5,'ThatgalARI','https://lh3.googleusercontent.com/a-/AOh14Gi0ME86nLymz-ZnyzX6PLQDxjDrMb6Tz-WEKDkJ1Q=c0x00000000-cc-rp','16590124370714063921',35219),('AbFvOqlbViwvaIpBWaKx_jXtfcNyBbqpNI5e7wCfsGNMuk8_6sjDg3mtbfi27apTrDte98DnYOZiFA','Front staff was great and my ER tech Georgia was pleasant and made we feel comfortable šŸ˜€','2020-12-14 21:34:00.880000','2020-12-14 21:34:00.880000',5,'Jaunea Mccall','https://lh3.googleusercontent.com/a-/AOh14GhLdbgpBNdQ8ZkUnHhpZ889NfZEGxGs1denoWsIww=c0x00000000-cc-rp','14748677429039074158',31273),('AbFvOqlbVmUtyZwM-PGIja2QJ4HjM-rXBNcaOZ5yTNhBPw6xzGkT8j_1PbMDTtkKGDVk34Oeh-D2Qw','Such a clean facility and efficient process! Chesley, Lindsey and Jennifer added to the positive experience! Thank you!','2020-10-23 15:27:30.318000','2020-10-23 15:27:30.318000',5,'Wendy Wilson','https://lh3.googleusercontent.com/a-/AOh14GhpaJygU5siCE2MAdvF4WoxOkFNqo9BTQvmYyD6DA=c0x00000000-cc-rp','16891069708558046635',35682),('AbFvOqlbWCyx5cVm6CFue3Qqy_ncWhOcYqSKJMNMnzrE380rZlpWE-IoNM5tcBgZaFr4yAIWB6LhAg','All the staff are very friendly and they care.','2019-01-16 17:05:31.544000','2019-01-16 17:05:31.544000',5,'Emma Pug','https://lh3.googleusercontent.com/a-/AOh14GgpaN-pQu-kA3HZyDymybNtW4sMJRbgIPEU9SQ3tPs=c0x00000000-cc-rp','17898197009688164559',38327),('AbFvOqlbWfFWdqAIcfyPD598pwT9CwXnraP5xm7vBYtgBhZuSuHfs9w2NthGMRlfrCaCL_VZXGVAXw',NULL,'2020-02-13 19:18:29.342000','2020-02-13 19:18:29.342000',5,'Jessica Martinez','https://lh5.googleusercontent.com/-03n8-5x-sn0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmBlt1dycUOcuxHF7nlR9e54VoUfA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41484),('AbFvOqlbwQ-TtGh9gQc3Vr6x18Ua0gwjjlHU0HSFM_7uzsfikXt_gUHIm7i_0TLeWOyGDhOgw6ujYA','Jacob the nurse was really nice and caring, he cleaned my cat bite wound quickly and efficiently.','2017-09-08 20:01:12.607000','2017-09-08 20:01:12.607000',5,'Maddie Song','https://lh3.googleusercontent.com/a-/AOh14GgjZtk8i2sWJBjX9Kg8G60SBSsLcefJkpFVuYhd=c0x00000000-cc-rp','16590124370714063921',35387),('AbFvOqlBwXxqWKDtWMNMGUy4bEMRmE3Qg94tyGB0uifeA-6zuB8sR5C7fHSSxuIVo3oV-eO6v48D2A','Wonderful experience here. Very nice and made me feel comfortable. Irving is the dankest nurse I’ve ever met and very handsome. Christian is amazing holly is okish kinda. Dr. Garcia','2020-03-10 06:58:11.987000','2020-03-10 06:58:11.987000',5,'Ke\'Vonn Alfred','https://lh3.googleusercontent.com/a-/AOh14GjTI4der0sVmrqcksuTJip0RL4xiceJWqkIrajSYA=c0x00000000-cc-rp','12541597562633926366',28648),('AbFvOqlBX4GLhjIaK10_UetLp-RNO9o17Gn9ERiS7B6N0e6V764m_70huHox7nYYMCJyD87_PpCD','Excellent service, and very welcoming.','2019-12-24 01:47:11.234000','2019-12-24 01:47:11.234000',5,'Gianella Mendoza','https://lh6.googleusercontent.com/-4LH_qSzZvHw/AAAAAAAAAAI/AAAAAAAAAOA/AMZuucmSPYdkF8O9TGsp7YzmrqQ_SCQXNQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42539),('AbFvOqlBX8oLKFgXkU01X-DFstIFkieEuM9aUZBU6mKvlAHFTPnhVksYz-A5ujpuGJw7bu6Hfv6C0Q','Great doctors, nurses and staff. Thank you Erika, Hasan, Tanisha, and Sarah.','2020-10-20 00:09:19.509000','2020-10-20 00:09:19.509000',5,'Bryan Garcia','https://lh3.googleusercontent.com/-CYRCDYEH_E0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmUIwYAOOVZB9u_VKsibWo8nAWBwA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37497),('AbFvOqlbxHs8DXAcw6TNc47YF0wLC16zliBI4TST2crB4si5ZiohzbXbL8tvkslBVNIFumk1ddug',NULL,'2016-12-19 16:04:55.871000','2016-12-19 16:04:55.871000',5,'Carla Coronado','https://lh5.googleusercontent.com/-ohGS5-rj0Ps/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3tSKXwfCW4xBnDOG_kDLL8WV3Tg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41143),('AbFvOqlbxQpRh6c0kkuBvWxtVjX7B7uiqt7Wq6qZH7mXhXgALdBO89PEvFVlDI1pWb1o1yoBzB83aQ','Great Location very attentive and helpful with all of your medical needs. Special thanks to Lorena on the front desk highly recommend','2020-08-02 16:02:11.779000','2020-08-02 16:02:11.779000',5,'Jose Moncayo','https://lh6.googleusercontent.com/-sM19WrpIJeY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmpiFzwLhqMAcoqXyoAvJdBGCb-Yw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34212),('AbFvOqlBXqv1CTdtP7R4KzMLoAFaHoUqpIUIWBRbsRtr0v1cTN9a6p0ClhhZIdWmhSF06KKRanlcIA','(Translated by Google) It is truly incredible that blessing exists a hospital like this within the reach of our communityšŸ™šŸ»šŸ˜. They treated my husband very well, excellent, you can say. Friendly staff, very fast, and efficient. And the prices wow very comfortable definitive the best ..\n\n(Original)\nSon increĆ­bles de verdad q bendicion exista un hospital asĆ­ al alcance de nuestra comunidadšŸ™šŸ»šŸ˜ . Atendieron a mi esposo muy bien., exelente se puede decir. El personal amable, muy rapido, y eficiente. Y los precios wow muy comodos definitivo lo mejores..','2019-07-10 15:39:12.746000','2019-07-10 15:39:12.746000',5,'Gabriela Mencia','https://lh3.googleusercontent.com/-Ggcbnt6LK-g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl_GrQgjCRbjJzmsC_RtAB4ZeuOlA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38089),('AbFvOqlbXS-tj402R2tEt3yUz4dGzHBbr3sloIlSXumOEtDnI1TkRFDJQT4_D1HmZxcoYiP5OGVxCQ','Very welcoming staff! Anthony and Natalie were so nice and respectful. They walked me through everything step by step. All of my questions were answered thoroughly by the doctor. I highly recommend coming here!','2018-08-22 20:47:47.799000','2018-08-22 20:47:47.799000',5,'Camryn Powell','https://lh3.googleusercontent.com/a-/AOh14Ghpn_6l20UbJN8zCT91zk98WeRh-3mwXlilvbGNMA=c0x00000000-cc-rp','16590124370714063921',35223),('AbFvOqlByxhM0CdGWlvgBJhvLjq_jwXsfQBhisq5DiG6jdPtuHTrFTGJm-2F2y9sE1oM9EUfJwmV7w',NULL,'2019-12-08 10:39:32.276000','2019-12-08 10:39:32.276000',5,'ABR Aravinda','https://lh3.googleusercontent.com/a-/AOh14GgiTUcC1IFrNi9m8C17TcXSnt7GY4eWeDsD7Ysvn2U=c0x00000000-cc-rp','8918455867446117794',43166),('AbFvOqlbyY91s5E0YV_Rrery_gQ9tiG8sH4Y0A_LFkBLWEXd978DJGcE-PlIoKEQRSX5sMgMD3x-','Great experience, friendly staff/nurses, knowledgeable and attentive doctor (I saw Dr. Miller and Nurse Tina provided a lot of assistance) oh + snacks and warm blankets!','2017-12-21 21:50:51.239000','2017-12-21 21:50:51.239000',5,'Lenzi Causey','https://lh3.googleusercontent.com/-3O5fE_kb-oI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7utguhHRrZ6rlB4445A1dgHkbKA/c0x00000000-cc-rp-ba2/photo.jpg','14567670160750071148',30923),('AbFvOqlbZj4jDifdtz2eea7jnpLiEG-9vUabcT0isdvMECOxLLBTUWbBKhbTbRNKRFNcVdgtabeUEA','Absolutely great experience, I was assisted immediately. The team was attentive , it felt excellent to get in and feel that they were doing all they could to make me feel better.','2018-12-01 15:23:14.343000','2018-12-01 15:23:14.343000',5,'lilibeth martinez','https://lh3.googleusercontent.com/a-/AOh14GgF-qpEnLBVsTBsaZYCbeO8lWicpgpkm9rG9NPjqg=c0x00000000-cc-rp','14567670160750071148',30671),('AbFvOqlBZm4iwpICNcDvtZXsZZy1GM7nQDay1M_wngs0w9DaaeUUfQN6d59pH9LgUWSb3zXGp6W_','I was very skeptical about coming here but it was close to home. Went in and the registrar Genesis was very nice and quick. Check in process was so fast! Dr. Jaber, nurse Stephanie, E.R tech John and staff was very professional,nice and attentive to my needs! Thank you all! The place is nice and clean as well! Glad to know i have a great ER close by! Highly recommended!','2019-12-09 17:40:07.535000','2019-12-09 17:40:07.535000',5,'Nisha Davis','https://lh4.googleusercontent.com/-ZX9tW_jVMSA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckc1BjI-ZGNFRyFwRmSM86qFMFVLQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28956),('AbFvOqlbzUFPZNquyjPgUydOv18jxTSG1W5QUqUVsX4UeiB4ElhrDLHVxcQoliKx2mYh4d7z55LECQ',NULL,'2019-06-27 23:35:44.603000','2019-06-27 23:35:44.603000',5,'Sherry McLemore','https://lh3.googleusercontent.com/-JG1NqeCazbM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmsWMOfIzy2Y0t-ZW6w1bajmW2WuQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41678),('AbFvOqlbzWyQftw20fusHKjD87VdgM2tUT0FMLkDnfb25f4cl46c57RHgTK9LcCGcmVnJQzncTeYow','All I can say is great!! This space is unbelievable, the staff was friendly and helpful and the nurse and doctor were amazing. I was seen by the doctor within 10 mins of arriving and was completely done in about 30 mins. I will go there again when ever I\'m in need of medical care and know I\'ll get quality care in an beautiful space!\nI highly recommend Signature Care!','2016-06-09 19:31:27.929000','2016-06-09 19:31:27.929000',5,'Colmenares Leana','https://lh5.googleusercontent.com/-IWCbwDzrC1A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucliXRYHsCCHReL9nHBsGAEFZRN88w/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41218),('AbFvOqlc_T3es8Wv_4P_w4C8pN56HM-t08YPZmeuiryZBBGNZZmb3FgqkjycjOhWJlhQi2aazCcghg','When I came to the SignatureCare Emergency Center I have been promptly welcomed and greeted by Jocelynn from front desk. She was very helpful to figured out my insurance and coverage and additional options. The waiting time to see a nurse and be put in patient room was immediate. The practicional nurse was caring and concern about my health predicament. The ER doctor was very professional and explained very well my predicament and treatment. Overall visit to SignatureCare was very efficient and helpful and most of all addressed my emargancy.I definitely would recommend to one in need of imidiate attention.','2018-01-23 20:10:15.761000','2018-01-23 20:10:15.761000',5,'Agnieszka','https://lh6.googleusercontent.com/-_lMtT0XvDSo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnwKIpj0zagSE_gwcMqNexRaSbSMg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40968),('AbFvOqlC_XSHazyayjwfVW0FQP5Ui83RSrncGhKZYSyUjyn9zXcE3eLgKn0uoQJqzU2ArjL1faZ-sQ','Had a great experience! Dr was fantastic!','2020-07-19 17:28:56.966000','2020-07-19 17:28:56.966000',5,'Misty Shelton','https://lh6.googleusercontent.com/-HdTnzxAaVoQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm5uR9n9_irQDlyA4mps6C0hOo3jA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31974),('AbFvOqlc-Fy9fN9jdanZ8PVYowSy1O8HaM4U7Dw5nNDzzljhu_4dHEShY9nRRuPt2n7i6-Zb9EtlUw','Staff was very professional and compassionate during my stay! highly recommend','2018-04-24 13:31:07.762000','2018-04-24 13:31:07.762000',5,'Mercedes Garrette','https://lh6.googleusercontent.com/-pj8w06hjtm8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1T1PdtmU0SlGe-S5_HVuesGlTow/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32586),('AbFvOqlC0O2Sno5UXjmdWqDM6hxDNH986G426V-EcExyIluVnR2XG-e-v08pO5FQAb17D0pGhMimog','Great workers!\nDr. Reukaut\nKelly V\nPamela M\nAmy M\nValinceia P\nJulesia H\nDalia R\nStaci M','2020-07-22 17:54:50.464000','2020-07-22 17:54:50.464000',5,'Enrique Reyes','https://lh3.googleusercontent.com/a-/AOh14GgcaR0PhPBv1q7vznY3z53ipZ4NN2hFcdWg9I89hg=c0x00000000-cc-rp','8918455867446117794',42989),('AbFvOqlc0q35siLfDY_qQA5tCnwcu8NEqICAvKO_vx3zqnZ9D8Ue98gR7dzUA_szOqOEGWpcxyjrRQ','Great care. Dalal and Cecelia in the front were very helpful. Dr Miller and Gina RN gave excellent care.','2021-01-21 15:56:56.229000','2021-01-21 15:56:56.229000',5,'natalie blake','https://lh3.googleusercontent.com/a-/AOh14GgSLLa9SNCv7IS-U6zEm8RV_DL3RF071L5y6XC8mw=c0x00000000-cc-rp','14567670160750071148',30460),('AbFvOqlc1AfkCS8dUAV-KHt-xZ_6vSd2Vv-PpSQcXDiDyWgDqqIxzjQRYpCI7a_aMJiPrOrPnQ1vFQ','This is the third time I’ve had to use Signature Care Emergency Center. Every time I’ve come in here, the staff has been friendly and very prompt in handling my needs. There is no better emergency center in the Houston area. I am very appreciative of Dr. Daniels and the staff (Rollie, Natalia, and Stephanie) at the Bellaire location.','2019-12-28 02:03:47.831000','2019-12-28 02:03:47.831000',5,'Jason Garcia','https://lh3.googleusercontent.com/a-/AOh14GggwZxV_ZoUYjd32IW09JYwPCQ8Iqnzutvd-ImS=c0x00000000-cc-rp','8679688254631342173',42526),('AbFvOqlc3hNQ4dmgxgN1zlPMnT0U3PLqCNlQObJvsk0OHpTKR21_hUTto_qnhQZcohVscmEozJDxQA','Great service and great staff. Dr Jones and Justin were really helpful and kind.','2019-09-06 14:59:16.710000','2019-09-06 14:59:16.710000',5,'Wilbryam Perez','https://lh3.googleusercontent.com/a-/AOh14GgmhEK0d9LP7U-QoiRxgNBaNLwYL-T0LM-2-v6t-w=c0x00000000-cc-rp','2694018788013845459',39266),('AbFvOqlc4ESjlX8DoKvT9GwgAF7L2wp4iUyr7VL0JXWoIIjrIuy4_0ZwdyBDSCqc0MMGHk3nXfYyrw','I am not someone who does well in hospitals or doctors. Erica immediately made me feel safe and welcome and took care of me. I was admitted and helped within 5 minutes. The entire facility was helpful and knowledgeable.','2020-02-03 23:51:04.453000','2020-02-03 23:51:04.453000',5,'Kara Thibeault','https://lh5.googleusercontent.com/-HAyvj6roXiM/AAAAAAAAAAI/AAAAAAAAAWk/AMZuuck5-o_BZx2emBTF4A_kqi1-JJCl7A/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30276),('AbFvOqlC4T8Hbw8hCHO92Pev5hlVKsYu_OQ290XxhkZR4RvbtmcjLlQP6gNn_mbHcKXMXNQOY01xkg','Great service from Karen at front desk. Tech: Nicole H, Dr. Souman and Nurses Kelly & Pamela, I experienced great service from everyone. We left very educated on all of our symptoms. Thanks everyone for the great service!!! Keep up the great','2020-03-04 13:54:33.640000','2020-03-04 13:54:33.640000',5,'Alvaro Mayorga','https://lh3.googleusercontent.com/a-/AOh14GhDlyjSx30oenLqn3g00Ik1qNWayUF2D8PpoSRhO08=c0x00000000-cc-rp','8918455867446117794',43064),('AbFvOqlc4tZoPcnbx2ZpOxkEKasDFxnEsZ01pz1_H6VUGnKaUpR1yKbrsyMLYuWsF4_NRO7NTJA4dw','Staff was incredibly friendly, was greeted warmly and given clear instructions on how to fill out all of the information. I barely sat down before I was called in by the nurse Remington to come to the back so they could start evaluating me. Dr Daniels was informative and answered any questions I had as well as let me know exactly what she was doing as she was doing it. Very clear and easy instructions to follow after leaving. As far as ER experiences go, 10/10 would come back again if I ever needed to.','2019-11-16 05:44:27.761000','2019-11-16 05:44:27.761000',5,'Jordon Hildreth','https://lh4.googleusercontent.com/-FcpwkwCYxzc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclyhHmIaQe5fpQYSqKEg8EyofIncQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34565),('AbFvOqlC4uivdtx0DKyx20toi4tu2GG5hFobY8ZWq7w3H4zoqTRF0LnEiJ31hpmVR5eVtBiwg5aH6g','Alvean Valory. It was a good experience.','2020-10-21 13:25:50.346000','2020-10-21 13:25:50.346000',5,'Miguel Alvarado','https://lh3.googleusercontent.com/a-/AOh14Gim7ukUfGvMNd5IQXqKC59rqFPYoywpO1rTOaY=c0x00000000-cc-rp','16389487648212004696',33130),('AbFvOqlc5phPozykRo--exGesIt_x25WxP0b6ql2YQyU4pFdtqaB7rtIkZnVKt0iv6brNQmRzaNDUQ','Dr. Kimball was very kind and calmed me down. Nurse Gabe was also helpful in informing me of everything to do in the next few days. Rebecca V had great customer service.','2019-10-12 01:24:06.656000','2019-10-12 01:24:06.656000',5,'Lindsey Thomas','https://lh5.googleusercontent.com/-Q65a9R-p0zU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucloPoY4wa0O2afO0EYb8lJXufVUBw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34621),('AbFvOqlc5VmEN00-X8qDWpAd7GRjQb44XsLL5hwaP7FIyMKbfx2JZIw2NXr63dPrfoS5NGj9kbZQJg','This place is awesome. Honey at the front desk was welcoming and friendly. My first choice ER is Signature care for sure.','2017-02-11 07:10:41.588000','2017-02-11 07:10:41.588000',5,'jaison mathew','https://lh3.googleusercontent.com/-mcNt6o4u8nM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckpwjQec4kPkZ4XAp6qY7L0nlRkhQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37215),('AbFvOqlC6Sx3fV6Tcagfz7mkOZLmqrJ2IgWbHwefhH2pZ-LZttJosK31kxLCa3z9uz61Mp_vcfK82g','They were awesome they took really good care of me nice staff they made sure my site my cast was done right ms stephanie was really nice','2019-09-13 22:36:48.132000','2019-09-13 22:36:48.132000',5,'Tasha Malbrew','https://lh5.googleusercontent.com/-_kXiUrgzogQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn5AItx3lmMtQ3apVADwPSuawTLtg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37995),('AbFvOqlc7HyzWmXtrvZIEqcWCYZuzmB34XwfR_w18i8WCE8SBx08n7y2e7DBW7AcdbgiaD_asOty',NULL,'2020-01-08 03:31:00.231000','2020-01-08 03:31:00.231000',5,'Damien Brito','https://lh3.googleusercontent.com/a-/AOh14GikzoNrTUJM2tSxk_DN0vwATkg2mfZBH7sgMr545Q=c0x00000000-cc-rp-ba2','16389487648212004696',33536),('AbFvOqlc7kPmO8kBEM8yKk3aQQaD7J5RP8RE3qj51FG1Z-YZ7D21HzSrids6MpQNZtx8H0H7BXEqpA','Made an appointment for COVID testing. Come to find out the line out in front of the building was of people who had been waiting for 6 hours for their appointments that they showed up on time for. After talking with others that were waiting, they even double booked time slots for the same room. Why even allow appointments if they won\'t even keep them. I understand there are staffing and supply constraints, so adjust your appointment windows to match your constraints! And don\'t charge people $10 if you can\'t keep your end of the appointment!','2020-07-04 05:57:44.449000','2020-07-04 05:57:44.449000',1,'Eric Simmons','https://lh3.googleusercontent.com/-p3nGTX5oWto/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucllRsQ7UVpCI6GjCQGSrcvokXGh6g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33221),('AbFvOqlC7nQD-Q2gq61qBUKk6rOlsPTJff52D1f3Tp6InLEv9lOES2HWRz_YN_sUag849YEg10Xx','Excellent!','2017-01-25 21:48:15.254000','2017-01-25 21:48:15.254000',5,'redmonkey redmonkey','https://lh4.googleusercontent.com/-VxwLiHKAwWY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn_6-FdkxYmqixtUt2stqOempZVog/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41123),('AbFvOqlc7xCVHU7vQltzDH75CtiiciRBwn8IBoAhOmQrmliKCay9yXEFHL7tKs6NujLZg9v4ku_RNg','Everyone here is amazing 😊😊 I felt like I was in good hands especially with Thuy, Alvean and Jocelyn. Thank you guys for taking care of me today','2020-02-22 23:54:27.840000','2020-02-22 23:54:27.840000',5,'Irie Marie','https://lh3.googleusercontent.com/a-/AOh14Giz2r_4_-BbclUhaWFpt6YJfeFhSPc9ehFVRohCmQ=c0x00000000-cc-rp','16389487648212004696',33338),('AbFvOqlc8kRWFxlBG8pGdxc5ulmApvcFNX6aUtuGTveLgFHq4A0UYNHXGTNyEpZ1TYLDcAQfTgMPbQ','Quick and to the point. Seen by NP Bryan and Nurse Eddy. Friendly staff, needs were met.','2020-07-30 16:25:43.721000','2020-07-30 16:25:43.721000',5,'Heather Kim','https://lh3.googleusercontent.com/a-/AOh14GjD6a_Cj06wUcVrNvCLLhxk15fFDKhRlKwLa0exAg=c0x00000000-cc-rp','2077061009497551125',38685),('AbFvOqlc8Rtjy_aN_qqJeSpSUdUw3jXNw_rgFwRFJlcEV3gFGKE95EPxb12V75-IDjlR8JwF-7WGBw',NULL,'2019-08-09 18:55:09.631000','2019-08-09 18:55:09.631000',5,'Lino Gongora','https://lh5.googleusercontent.com/-qJwBlip8kTU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn_ehAAq4Dj4citsLr-MM3X_UavdA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlC8ugaHy4Gd0DwXIwLbDax6FohVCjXZCT3Nb3ApoXsO-akd9ubPbYxtZz1f6FnNYaw3jN4xg','Brenda and Lizzy we’re awesome','2020-08-27 00:35:40.292000','2020-08-27 00:35:40.292000',5,'Hadrian Roman','https://lh3.googleusercontent.com/a-/AOh14GiaZZAYUE9BH_BZl-lKqf6eT41CjfU84G8RoJ1lgg=c0x00000000-cc-rp','3511292162159714121',40202),('AbFvOqlC9_l5HsO9uC9uDxkl-9KDkhPLazR1KyS3cmJWskb6Wk2pKv61iuB-UScrqIlHKcGQ2X_o',NULL,'2020-12-30 14:10:57.051000','2020-12-30 14:10:57.051000',5,'Jesus Rodriguez','https://lh4.googleusercontent.com/-UakO3BfeANE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm78NGxVTZGRAeybVOLv3XzAvpHgg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',44142),('AbFvOqlc9-xu5CVuVsYgnDvahpxI6nj_8PR0Xg7WokfjAJkVJR8ils6Y8sOrtjNiZH0P8odTP1e0aQ','I had an amazing experience. I came in for my son, he injured his finger. The staff were friendly, knowledgeable, and made us feel comfortable. Dr. OMalley, Joshua, Deanna, and Ekaterim were extremely professional','2019-08-03 00:42:53.030000','2019-08-03 00:42:53.030000',5,'Jasmine T','https://lh6.googleusercontent.com/-4TPQI4NgsrE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckT3BPVnnUM4b0tIIn--jcm4SJ0WA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlc9SvpO1uJnWv05S90H_MN5fg-O_qmxwCcci75bw2bDYJ9KgzoNdeCoEqHjOJpLYj0_KkD','Me and my husband went first time there and we had great experience. The inside environment was super clean and the nursing staff was very nice and friendly. The front desk lady (valinceia) was really good and she guided us everything.The dr (noor jaber) was very prompt, proffesional and friendly. We both recommend their awsome services.','2020-05-28 01:07:38.038000','2020-05-28 01:07:38.038000',5,'Syeda Urooj','https://lh3.googleusercontent.com/a-/AOh14GgXIekDd8IT_Oshl6Y6JZ_8dCyTfsYOVLP7E3xmKw=c0x00000000-cc-rp','8918455867446117794',43046),('AbFvOqlC9u21LZTR4hydUlDFyzLnIi6IF6k-qT-ZNY5FtzVT1SUQNjDb4UVmsZ25_Mbwx_Ikg81O',NULL,'2020-10-19 17:58:55.149000','2020-10-19 17:58:55.149000',5,'j dianne','https://lh3.googleusercontent.com/a-/AOh14GjcdYDHMgYr9whfie23AzvvDt_S1AoBYd1PvOPe0g=c0x00000000-cc-rp','3511292162159714121',40155),('AbFvOqlcaC_wFWOrWwgKUTnSmto6V6BdBMGtsXDietd7YcwYfSap8fzx57VZ2VMGvCcuZRTEFhDaWg','I went there for a Covid test, expecting to take both the antigen test (rapid results, in 15 minutes) and also the PCR (results after a few days), as I had symptoms but had not been contact with anyone with Covid (and had not been around strangers). The staff was professional, courteous, and timely; the waiting room was regulated, with a security guard monitoring/regulating who came in and where they sat; my appointment was on time; the test was performed efficiently; my results were verbally conveyed by a physician in 15 minutes (positive); and the physician (Dr. Nguyen) took the time to explain to me the implications and talk me through my anxiety and shock.\n\nI know that Covid testing isn\'t really what private ERs were originally intended for, but I\'m so very thankful that SignatureCare is providing this service.','2020-07-13 14:27:37.521000','2020-07-13 14:27:37.521000',5,'ayesha najam','https://lh3.googleusercontent.com/a-/AOh14GgFA1UFESk7iHErKkcZamj6gJkbjW2belU6oe1dDw=c0x00000000-cc-rp','3511292162159714121',40240),('AbFvOqlCAd1nFeRxTXTI2KG3ci9EoEyOz-nPTu6Lfj66iq-2C642UPSGnecWp4UFORwY2C7D29pM-Q','Quick and nice service the people are very nice here kim and Kramer and lady at front desk was great','2019-12-07 05:17:51.843000','2019-12-07 05:17:51.843000',5,'charles gilbert','https://lh3.googleusercontent.com/a-/AOh14Gi1a3idmNxKeON8Ldx6MYfUSxDZYJRy_z-FZUhmSw=c0x00000000-cc-rp','13486358490203335051',29547),('AbFvOqlcAeq55rTXttiKHhEHKyyliuAwVPjaXTtQQaWX2jYiVzFpvInJMQGtJtk-jDfTG_N-tr6sjQ','Came in on July 4th. I was lucky that very few patients were there, so I got immediate attention. The nurse Nicole was extremely friendly and attentive. The facilities were actually quite remarkable, Very spacious and clean. Dr Zheng was very thorough with her procedure. Overall this was a very nice experience at the emergency.','2019-07-06 18:30:33.485000','2019-07-06 18:30:33.485000',5,'Mark Valco','https://lh3.googleusercontent.com/a-/AOh14GgxscYkOD5z-SC7cCD4g0tBA9Ygaytd_lzu9Jg1Yw=c0x00000000-cc-rp','8918455867446117794',43225),('AbFvOqlcAT_sKyTzRZ8GpqNbqvjebsgAduY9gkreAAlUdyqvmDX-f5M3IV0n7C0zl7OQ4MJN2WlViw',NULL,'2019-06-11 14:36:41.782000','2019-06-11 14:36:41.782000',5,'Don C','https://lh3.googleusercontent.com/-RtJ125syo8E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmM7sXcfd535iYsKjmhAHTa-3UOdw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29812),('AbFvOqlcBCSH1oUuqZBV_wgsF1DP0EdDoSDNbnWui3icXfyCD7g3-J1GfFYjoWWrlV5gvbdFDdonfA',NULL,'2016-07-08 11:52:11.374000','2016-07-08 11:52:11.374000',5,'Viridiana Garcia','https://lh3.googleusercontent.com/a-/AOh14GgeHuZorkdaRacJpUPqP3zMFoIQzCwaJqV6loL4=c0x00000000-cc-rp','14567670160750071148',31223),('AbFvOqlcbe8v8euYXsWYluuz5WmGItQ95PS1CvFpBCGZrk0EMlGbVRvDRLoPuand0eBsx7xuW41QIw','Lucas and Jennifer they where both nice and sweet','2020-01-19 01:13:01.116000','2020-01-19 01:13:01.116000',5,'Kaylea Rucker','https://lh3.googleusercontent.com/a-/AOh14GiGCKgq489uN25CFPOJ216pJmDROU-SNpWLejyk=c0x00000000-cc-rp','3272657195432704501',39694),('AbFvOqlCc3gHDk4Aj7Vclegp5uyCJbyShNvJl8JdZtB0W4wxNxSgbvbfoPP0TRHx7jE0S0QQde4p_w',NULL,'2018-11-28 04:25:59.932000','2018-11-28 04:25:59.932000',5,'J dog','https://lh5.googleusercontent.com/-Vo_eG1DsvDs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmea8XFU1uoo-QSl8du8nXlSd38Wg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35090),('AbFvOqlCClP-9He4Kb4GWyPdm_DXCUDh6vhMNz5pk9nm3rmhlqPZHvJYK0AjQovLrKRrUcStrq_Y','Dr. Miller is by far the best Doctor Who has attended me. Very friendly and courteous and most importantly caring. He has helped me in very crucial times, includung days before my wedding! Meredith, Sherry and Ricardo did a great job in setting me up for the CAT scan and help me overcome my fear of needles. Bryan was very patient and very informative and funny. He knew how to crack me up even though it hurt to smile.','2018-07-28 01:08:38.136000','2018-07-28 01:08:38.136000',5,'Enrique Hernandez','https://lh3.googleusercontent.com/a-/AOh14GhEzn1pSZB4d-NV4QTUPpfYeJFEe4qm4pg_im_r=c0x00000000-cc-rp-ba2','14567670160750071148',30801),('AbFvOqlccRbTzTGo_zxJd464OaRboJ4v0mDqEZ0Zp2gHKRI039arhAinnURv4cDLZVOu-uXaHayL',NULL,'2020-03-07 15:35:18.266000','2020-03-07 15:35:18.266000',5,'Kenneth Brown','https://lh6.googleusercontent.com/-B_2x9Amiqzo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckp8FeeYigJ3oOmB_hmV3gsrAVA-g/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35932),('AbFvOqlccv39jNZBoLjjQ847VT6VNi1HxNwSlUTgZ3jc0A8EVvTCUzpXRW4HcvxCO9E44VgS6rqZ',NULL,'2020-10-29 17:29:56.369000','2020-10-29 17:29:56.369000',5,'Ihan Ruiz','https://lh5.googleusercontent.com/-RLo8EIF4FRA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck0usP91SUhkWtOAReW3O-bBCFREg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29278),('AbFvOqlCDBeLNNye-s3f3HYcNFZXWcxUrxsDZ35Fz3zQXU4Pjs9ViIn-1l-hHSShZ3dYhm7xRva9eg',NULL,'2020-03-13 16:09:05.460000','2020-03-13 16:09:05.460000',5,'Eric Villanueva','https://lh4.googleusercontent.com/-cQGZ_cYok20/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcCu6EfDRZDHZuhdq8HkG6dPMqIQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41394),('AbFvOqlcDbObyGOZMQ19T8NxFFVy9EM-GIwMFrtK5DUCna2CDOh7nXMxBnskI38r7fDNop15SKl2mw',NULL,'2020-01-10 22:23:31.895000','2020-01-10 22:23:31.895000',5,'Sandra Diaz','https://lh3.googleusercontent.com/a-/AOh14GhB1ESq04zSNLOy6_7BXvl8NhO946Wy11J_y3TcIw=c0x00000000-cc-rp','16590124370714063921',34459),('AbFvOqlCdKOq6-Ji9ueVZmWRe5J_b5WQZ5SGopzy-tS9arw5xeoKzW2sAxBIAR6VDD6ZOdj_R1JvNA',NULL,'2021-01-26 15:07:41.682000','2021-01-26 15:07:41.682000',5,'Mona Cadena','https://lh3.googleusercontent.com/a-/AOh14GhzwI1fdlqQ8gHZQ3qLjre2YlSi3OWgw65ltdn9=c0x00000000-cc-rp','13486358490203335051',44399),('AbFvOqlCDPB4H4TM1ANiqMbhMjgf24_Sk0NeJfHs7ssQcKmLP5CAjnMdv3YEnl0uyl4Iyhn7RDBf',NULL,'2020-01-22 11:33:22.155000','2020-01-22 11:33:22.155000',5,'Stanleigh Tomich','https://lh5.googleusercontent.com/-pQeNerzne1s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckbWbbWmozhOn_v5t34fGUiopB24Q/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41498),('AbFvOqlCDyIBrT9V1DD6848W1IaDEOzx7YEqUXpJ8XQX2Kh59B-Li4NIEVhLb-e77toPvbWTtnIv','I went in at around 4am on New Years day and everyon was very helpful and my issues were addressed right away. I was given medicine in the ER and everything was explained to me very well. I had gone to another clinic 2 days before when my symptoms started and they did not check me for pneumonia even though I was having trouble breathing. When I went in to SignatureCare they sent me in for testing/xrays right away and I felt like someone was finally listening to my concerns. I highly recommend this ER!','2019-03-12 21:47:18.220000','2019-03-12 21:47:18.220000',5,'Hugo Lujano','https://lh4.googleusercontent.com/-0U8yYISDjRo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmr3pjSM7nCT1kPwHgJpBvXAiplkg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40618),('AbFvOqlce_M1EGeB-2ZiW3TLSdwWRHkkVsnfHM1HmJTs4X9GVQXvOyxeyOLnTv8sFctXrPgj-8pfSg','Vanessa at the front desk was welcoming and very helpful','2020-11-11 05:45:22.882000','2020-11-11 05:45:22.882000',5,'P G','https://lh4.googleusercontent.com/-iAnzu1kEHSk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmHqUOPjUg9yNsbnHmQ2RVtbuxG1g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32941),('AbFvOqlCE_sNEfqLP3XMdlRzZ_5yAiJVtVKYmlCbDCGxdN4OiSCejTCxRwUIdwKJWy9CFFWzhQTf',NULL,'2020-07-27 19:28:01.074000','2020-07-27 19:28:01.074000',5,'Front Desk','https://lh3.googleusercontent.com/-EGU_Y93jJ0I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckTiPpVG_Lw0cYGi15m56YGdQ1ceA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34239),('AbFvOqlCE0vpzJfQtEkhrBqT5gjfTq7Bu3nUIju-JGCVlayCKf-0nfZk1-AVm_7d3-aPh4D2Yyq9qg','They were quick on taking me in. Went in not feeling good at all and they helped me feel so much better. The doctors are so nice and help you feel comfortable. Will definitely come back if ever needed. I also recommend this place to anyone looking for an emergency center.','2017-09-08 15:27:27.795000','2017-09-08 15:27:27.795000',5,'Brenda','https://lh3.googleusercontent.com/a-/AOh14Gh-RUGVZPzSmQnTDO56lakNjlkdifvQUnVd5sci16k=c0x00000000-cc-rp-ba2','14904078213800803294',32651),('AbFvOqlcEDaQo9d1cuHtoF544kZDz5h8_CpXL6b0af7PB1KngqnrpAVV8w89IcENS83Q00RPiBh52g','These guys are very kind and quick..thank you your help Dr.Dang, Irving, Tino and Hayleigh','2020-03-09 08:43:22.349000','2020-03-09 08:43:22.349000',5,'Seda Karaalioglu','https://lh5.googleusercontent.com/-vpLbWq_p1Rg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm6ZHbbN-eS3YS8LTKhKIhEOnV8KA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28651),('AbFvOqlceh95BH8zmIsjJs52ZBteud9TNwb4JJHt8B6Zs92scrqSDWLImfuklGdI-j51g03uIrIt7Q','the courtesy of Dr. Daniels, Amy, Dion, and Maureen was very imformative','2019-07-07 02:32:39.942000','2019-07-07 02:32:39.942000',5,'Shirley Hicks','https://lh3.googleusercontent.com/a-/AOh14Ghn3ngtjq2upliShxsPW2cUXMSvJm-OSnI1WJRO=c0x00000000-cc-rp','3511292162159714121',40510),('AbFvOqlcEIW3TiH0CIdSf4mk8xvHV8ur0ybhF_oStCFbNWD0akGWa-k0ghsqr2yBjpfhY-I7XnlCQg','Even though I was a frustrating patient, the staff was incredibly friendly and helpful.','2018-02-09 03:16:06.117000','2018-02-09 03:16:06.117000',5,'Amy Todd','https://lh6.googleusercontent.com/-E3L12m4M8pQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQwI6t1dneLoN35m5t8ii1d2wQLQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36435),('AbFvOqlCep9o16G6vZt5w6OJ63yrcDU6rVahnIrrQ0Pi368Aeksvk7hl0Ha2aYP1VpO74IQ_OkcJgQ','I had a really god experience here last week! Rebecca V. and Lindsay were at the front desk and were very helpful and kind. My nurses Brandon and Elizabeth M. were also very helpful and answered any question I had. And my techs Stephanie and Patrick were also great. All around I had a great experience, and they even called me and told me I could come in an hour earlier than my original appointment was.','2020-11-09 17:53:49.722000','2020-11-09 17:53:49.722000',5,'Berkley Shirley','https://lh4.googleusercontent.com/-hxtIm9BQtng/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnwYhvzNq6iKMUzkJeONwdh2Ia9Mw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34073),('AbFvOqlCeuP8eV3pwIWhB_8y5QJLky3G3w_JMhMbUXL59cnETxtvXYp2CkgRfmZY1bNjC5ogd7WVmQ','If only I could give this 100 stars! Georgia was fantastic and made me feel comfortable with the test. I certainly do not feel well but she made me forget how I was feeling prior to walking inside. The ladies at the front desk were quick and answered all my questions! I would recommend this place to anyone who needs a test with same day results.','2020-07-27 20:25:21.555000','2020-07-27 20:25:21.555000',5,'Erica Erica','https://lh3.googleusercontent.com/a-/AOh14GhF3cLosZ1MZtXNAVP0H_Hl4wLq7YQvU5QeH-TiNg=c0x00000000-cc-rp','14748677429039074158',31862),('AbFvOqlceXPpuD3TCclw6WFekZzh38X2tqPSOPzZ_HOCxcPTkGCu-eLv2tnvIVgHBkgfVeYQaRrXmg',NULL,'2019-11-20 15:19:50.649000','2019-11-20 15:19:50.649000',5,'Jaime Hernandez','https://lh3.googleusercontent.com/a-/AOh14GhcmFw7eMqT4_hNJkeegxFwj9AET49ku63PScZu=c0x00000000-cc-rp','17898197009688164559',37859),('AbFvOqlCfc7U8mlQtl4t5KzGc8UyF2H3crlwWOJDCb3Q79tozA6dt1RwnW8CjJuspltD89N4MxnVNg','Staff here is Great! No wait times Very tentative and aware of patients. Lisa V., Savanna are such great nurses. They went above and beyond to make sure I was comfortable. Facility is very clean and tidy. Staff all has smiles.','2019-07-15 22:12:24.710000','2019-07-15 22:12:24.710000',5,'Mercedes Manning','https://lh6.googleusercontent.com/-nvZLB5KseEc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTbT-tfQQBYbGhYf-hlrf5xiIM6g/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29733),('AbFvOqlCFzzde30lE0xDhYh_SaszJh2zSSFS1eTxwYGDjmBBB0JWcgfrTkeP2ZEf8dN9A_NbWyDgQQ','This place is absolutely the BEST in emergency care. From the nurse Katie who took me back right away to get an EKG rather than waste time waiting until paperwork was filled out and the receptionist/registrar Earl, who took my info quickly and made filling out the paperwork later in the visit an absolute breeze to the radiology tech who was so kind and considerate when getting my CXR. Dr. Jolly saw me within 5 minutes of walking through the doors and was very attentive to my needs and answered all of my questions. It is clear that the manager Adam does a great job of taking care of his employees and fostering a positive working environment which shows in the level of exceptional patient care received here.','2019-10-11 03:08:19.576000','2019-10-11 03:08:19.576000',5,'melissa connell','https://lh4.googleusercontent.com/-KRDMD8zE9hg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucka0OWvVKibLRsPFLYLSQRgJ2E2FQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36113),('AbFvOqlChDFWJC1GOYIe17Rw3d3HfrcWDf0W6Ty7k1X1oTcfR-hbgLnuMkjq-WvI-Q91xk7o_uZYLg','The staff was very friendly and super efficient. I was talking to a doctor within minutes of my arrival and I would recommend going back. Patricia was very helpful in facilitating care.','2019-12-26 15:21:32.174000','2019-12-26 15:21:32.174000',5,'Ronel Duran','https://lh3.googleusercontent.com/a-/AOh14GhrN4LSBeKzE-L3SVLW2p9aXpsClx787QAc9Hdo=c0x00000000-cc-rp','16389487648212004696',33574),('AbFvOqlcHvsL00iRdmxM6gA2amB4Pyo1ZBWDoM9Xt8kAyhvjHz4f28aRWfqR3Nd8kKDExs4yKhePhg','I had a wonderful experience at SignatureCare emergency Center. The staff is very professional and efficient with their check in process. The doctors on site are very knowledgeable and made me feel comfortable immediately. We were In and out in an hour and were feeling great.','2019-12-09 03:23:14.488000','2019-12-09 03:23:14.488000',5,'Ashlyn Dunkley','https://lh3.googleusercontent.com/a-/AOh14GjXA-ovvKdDLoTSdUKqwCEHIInGaIxFbt7Nhfj8=c0x00000000-cc-rp','14567670160750071148',30400),('AbFvOqlcIE6T5MGWV_F5kg6Nyp5PG9Ptqe3hWf0_US8dcuTIUEinEOTM7umlMVBLw9iAdhHwVayGQg','I was helped today by Cody and seen by Nydia, they were both very professional and efficient. I was able to be seen the day i called to request my appointment witch was great šŸ‘.','2020-07-28 21:44:06.981000','2020-07-28 21:44:06.981000',5,'brenda diaz','https://lh3.googleusercontent.com/-CD02dKqWxFo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckkkReah7aUyCZyTb2YFH2zkY0jgQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38723),('AbFvOqlciN3dWiCg4QesqZ0PhPnKc7r6RWIB-jrYJGzDjR7G_p9qXMTIih6U-VUhb9EiFCqPnb5VnA','They did a great job handling my thumb injury last year and Shelli and Chelsey were very friendly and professional during this visit for COVID testing','2020-10-12 15:20:54.892000','2020-10-12 15:20:54.892000',5,'David Dulak','https://lh3.googleusercontent.com/a-/AOh14GilENMCm87vE0Yz45iFfSUZxMsCWHP5LPOId5Dw=c0x00000000-cc-rp','16891069708558046635',35704),('AbFvOqlCIq7ueCvgsH8iFS1XA9J8UvyXKokCCdMkfRIhP-kotJVQQjxNdzEFWgdtsR9hQRMqjclxFA','Lorena and Victoria were great check in nurses.','2020-07-31 13:28:00.436000','2020-07-31 13:28:00.436000',5,'Alayna Kizer','https://lh5.googleusercontent.com/-BvoLP9EWN2w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnvlRgKn_AJ1a32R_JekpUl3S5tbg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34220),('AbFvOqlCjd6DFgWnsLz4rN0B_uxEL-rRckHX2Hv5iq1urUk6F3N1GHFkVJQdO3Vm_LzBE8ayM9Bl3g','Had the best care from Signature Care emergency center. Thank you Tanishia, Shelley, Dr. Patel, and Heather !!','2019-02-01 04:38:30.684000','2019-02-01 04:38:30.684000',5,'Bridgette Anderson','https://lh3.googleusercontent.com/a-/AOh14GhnO9BcBJZHQKd-D8cRf9iqCNbMxdqji3R0zyJqgME=c0x00000000-cc-rp','17898197009688164559',38311),('AbFvOqlcjfcWW2da71SJOXVU0O4tw9P5I_INHQvwGTeFaKxU5pYY4ngIGQ98C2-iC9_UrbVp-Hf0ww','Today I was sick I went to signature care but they have very bad behavior with me they gave me application form and tell me that you have to filled out outside of the clinic I wonder and told them I am sick how can go outside they saying sorry this our policy I am not telling lie I have two witness\n\nPlease anybody can tell me is that right?','2020-08-15 03:36:41.696000','2020-08-15 03:36:41.696000',1,'BIlAL AKBARI','https://lh3.googleusercontent.com/a-/AOh14GiR8iJg6ImrNi62r5sMi3jVr_hb7Du-tnmrrqTecg=c0x00000000-cc-rp','8679688254631342173',42320),('AbFvOqlCJmE7HlSTo8DU8f0Jnhtw73f5FNgr_VXaRht9Cmd9MgQYJuHSoUgIlgcV7oVsN4egiv20','\"Awesome service, nice cool atmosphere my nurses Nichole and Dr. Hehman Rad Allan were all caring and very helpful... a wonderful ER facility to receive urgent care.\" Thank You!','2019-08-21 13:43:53.671000','2019-08-21 13:43:53.671000',5,'Geraldine Bradley','https://lh3.googleusercontent.com/a-/AOh14GgnvsiBguXyfouQZ6NK72QNYV9y_cgxULTGM8wAwe8=c0x00000000-cc-rp','8918455867446117794',43206),('AbFvOqlCk4UnoRu_xhVfHFeOOXzSzvgBgBhjUVcrrbX9YGISGl899aW4yLXu4jjZNdcg0uG8t_YX',NULL,'2020-07-16 10:47:56.066000','2020-07-16 10:47:56.066000',5,'Mostafa Keroumi','https://lh3.googleusercontent.com/-Z6PE4cuuqpQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclAJhspRsXIf-5a0oXa1mqx4rOttQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35852),('AbFvOqlcK6EvZuLkJz6PwwIZBQBfnTbSV6wiDvdp1ZEdL0WCZ56uKNZZckz7PT1ygQmr9wdaXdXaTA','friendly staff and doctors. helped a lot:)','2020-10-14 05:13:24.782000','2020-10-14 05:13:24.782000',5,'haylee smith','https://lh4.googleusercontent.com/-tTfVM2P9DE8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclfhcwG6zZDvwW1DFD9A7ALNBEuMw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39475),('AbFvOqlCKgMzWw46xz4es9yf29wUhakzdaYPFyJtEEelf22x0H8R9g5XHVKnjLIiYjG_kuyhWug1Lw','Friendly competent staff made visit and exam stress free.','2020-10-03 20:27:25.907000','2020-10-03 20:27:25.907000',5,'Jim Moskal','https://lh4.googleusercontent.com/-gqIk25vwvac/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnE_kMRwQGzGW9b5f1OnTx2kCvopg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38494),('AbFvOqlCKWyJGp3iCKjHz0F3nMGHyo-kB5FxbtVpXJoIzc2f2NPE6B89gVe0vYm4CpeRR_VYNrbj','Clean, Fast and great service and okarys, John, Valory, and james were fantastic.','2021-01-04 14:41:19.417000','2021-01-04 14:41:19.417000',5,'Dayne Pardue','https://lh3.googleusercontent.com/a-/AOh14Gh9BRLR6uU9VSAY_se6d0Lb6JJbfLtE0uw7sAs0Yw=c0x00000000-cc-rp','15979470999169074295',44322),('AbFvOqlcLk2igaKr9grz_T3J4mxh5N0lhVvBvCCWXU5s1b8_xFV8QqXULDEeaVDy4u4mS4uNrXa9xQ','This was my second experience at Signature Care in South Austin. Just like my first visit, everyone I came into contact with was kind, empathetic, and professional. I was in and out in probably less than an hour including my radiologist read x rays, and consultation with Dr. Rose. They only want to make you feel comfortable! I left with a diagnosed sprained ankle, but the ability to be mobile with the awesome boot they gave me-I have 3 boys to look after, and crutches were not cutting it. Thank you Dr. Rose, Adam, and all the nurses, and administration staff...I don’t want to have to go back, but it’s nice to know if I need to-Signature Care will be there to help get me back to healthy.','2018-10-18 17:56:44.817000','2018-10-18 17:56:44.817000',5,'Becky Garcia','https://lh4.googleusercontent.com/-nupKDkI4RMY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucls1bgD3V8-zaRAjj2aYo7WrtevtA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36337),('AbFvOqlCMAd9Dm1kEnMym_QvwtcLEe-91-a6xDnqjobjs6zTFu0_cifXQylqS2UFlONXppRu7RX6kg','I was immediately put at ease when I walked in the facility. The staff was very knowledgeable and comforting. Every staff member listened to my concerns and addressed them all. Really great service.','2016-12-21 04:00:18.159000','2016-12-21 04:00:18.159000',5,'Yeda Ramirez','https://lh3.googleusercontent.com/a-/AOh14GgFfb0U0rKj03WoYBFP9bJvS4J3GvFGIF2rdHuxjZw=c0x00000000-cc-rp','14567670160750071148',31147),('AbFvOqlCmxTfxNoC0ZJArNinaV773wOR4z7wKKBFNWHJDpkGl5eHpfaL2aszk4m_VYZOqbRPCbggwQ','My daughter reciewed excellent care. Very friendly staff. Very short wait time. Lwb results came back rapidly. They are friendly and professional and treated us with such respect and professionalism. The facility was very clean. I will be returning in the future','2019-04-28 17:10:58.839000','2019-04-28 17:10:58.839000',5,'sherrita d Washington','https://lh5.googleusercontent.com/-vS4AEH7kamk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLrWBqACinPZ3-1p6kj5JND2wuIg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32474),('AbFvOqlCn2h0ccD08VhUfLXqT6UflOtm89qQfLDCTjlPPe8yl6tS-SmZQJBShUuWJ4VRjoADw3PmuA','I loved Dyveliz and Arielle they were great!! the RN was remington and rad was JR! loved them!','2018-09-12 15:36:51.362000','2018-09-12 15:36:51.362000',5,'Mariah Lucero','https://lh6.googleusercontent.com/-tB7B9ySLy50/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck1W_Cn6FG8ssGrv74P1OmiDpCjRw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35188),('AbFvOqlCNA9yJoYtRMPZ6L4XzRWmq4gYzL3KqV0AfC4TQjZ1hkaA46RyKdkELvVU7UWaRVBpuwto','I recently went to the Copperfield clinic with my wife and they were super nice to us. She had abdominal pain and in the middle of her process I checked in myself since I had pain on my wrist to my arm from an accident that I had the day before. I recommend this clinic and we will visit in the future when we need to. Thank you!!','2019-12-16 18:04:43.253000','2019-12-16 18:04:43.253000',5,'Javier Perez','https://lh6.googleusercontent.com/-zMD1SlycGEI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckpAbY6SvAPVnODJQqbiA8V_8ZSNg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37804),('AbFvOqlCNAgtWLBdDebGq5iYsJwgmcrU0RHt5Yt21yy7tu1KJInPvXnbmB8jAW0qu-z62Ys_q5LXIw','Thanks to wonderful staff:\nStephanie\nEve\nJohn\nLeslie\nKelly','2018-08-03 16:48:52.982000','2018-08-03 16:48:52.982000',5,'Shaneecia Martin','https://lh3.googleusercontent.com/-3skRqVsi0J8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQe-rhlGBlN7r_UrYYm4OiialyCQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40902),('AbFvOqlcNdhmGLqAbr7mlypxCempDkibvX1Bn6PLBzz70Y2-hqIplrPsFmwkLtYrsoQe8w2AROspQg','Very quick and friendly! Would definitely recommend','2019-12-31 09:44:53.757000','2019-12-31 09:44:53.757000',5,'Babyykayy','https://lh3.googleusercontent.com/a-/AOh14GhZdZmSjZPSFc1SDOvQvfhnfxit0fQrHaCMLaDghQ=c0x00000000-cc-rp','12541597562633926366',28878),('AbFvOqlCNkJ4ELbyZ_hAiq_gItg_ULolp0dDIToBRI6PDfuNXE_sLUzim8XaOzbSk7WBzMPF-jTD','My boyfriend went to this emergency center to get a treatment done for his spider bite. The center is nice. We were welcomed by Mercedes and she was very friendly as well as the staff and doctors. We were in and out in no time because everyone made sure that he was taken care of! Excellent facility!','2017-02-20 21:38:22.109000','2017-02-20 21:38:22.109000',5,'Julie Dinh','https://lh3.googleusercontent.com/a-/AOh14Ggu4TlZou9gIyQyeq3OQLI3DvqaVY8ArCyy0znjrg=c0x00000000-cc-rp','17394740196501090048',37210),('AbFvOqlCNkrPQhUk4Amz8qnNBXm76lNfgp4NRBUL4A9V360Sbb4otaOSJH-a16v69M6HqlkH5L5i3Q','Very attentive and compassionate care! Thank you!','2020-06-04 07:22:04.863000','2020-06-04 07:22:04.863000',5,'John Borden','https://lh3.googleusercontent.com/a-/AOh14Gg7Jvt22FY43UJKUMMndRvMV3stGNIDmJ89HxVbSA=c0x00000000-cc-rp','14748677429039074158',32076),('AbFvOqlcnTcCqDjIEj6_R_wD2J1h1HlzSLtysBx5TtKYNDKxSwqJtERBDqovYw3N-LirKV3-Xacyzg','I was quickly seen by the ER nurse and doctor. Much more efficient than going to a hospital ER. Will use them again.','2020-05-26 01:32:46.521000','2020-05-26 01:32:46.521000',5,'Madeleine Murray','https://lh3.googleusercontent.com/a-/AOh14Gj0YdujZaxuG61RWSotawKknl2qRIfGSovaclxrVA=c0x00000000-cc-rp','14748677429039074158',32083),('AbFvOqlCNyoJsPOTxYQ_I-q3Zpik5PV6CDbQ-ZlhGDfRzZHZ8k-wyKp3CCL3WIFl2WsvR3Yhkwrucw','Do not pay the 10 for the ā€œDrive thru evaluationā€ literally a waste of money. I waited for 30 minutes only to be told to go inside and check in. What is the point of the ā€œDrive thru evaluationā€ what a waste. And really rude service.','2020-07-21 13:29:55.763000','2020-07-21 13:29:55.763000',1,'Jessica Thompson','https://lh3.googleusercontent.com/a-/AOh14GgwDGmbhoeFrk_nPdXJr2znkojgwFunT5XvjzLpFA=c0x00000000-cc-rp-ba3','8918455867446117794',42993),('AbFvOqlCObLWBzkKgwzd1PgzzCzdVFKxF7O1cPff3Fii85IaIVyMznSHe8BOOfjahRtHZQMOPcQyZg','I came here for a medical emergency and they took me in right away. The service was great. I am impressed with the clinic and I’m happy that it’s close to me. Niki (RN) is the sweetest nurse I’ve ever met. Lindsay (main Doctor) was awesome, and Amy was personable and positive. Thank you!','2019-03-12 02:40:18.914000','2019-03-12 02:40:18.914000',5,'Savera T.','https://lh3.googleusercontent.com/a-/AOh14GhxBupLbrLdp9ZJwbjATbBmyFup4iSDPZqk0g_-oQ=c0x00000000-cc-rp','14567670160750071148',30588),('AbFvOqlcoC1LXLqp1Efby3s8dCQny0U_VlM56iCu8ILlekz-Mw85phtLskwOoXKA4z23rJO_qRLCpw','My husband hurt his back and they have been very friendly and helpful since we got here!!! Would recommend this place to anyone!!!','2016-06-11 01:08:38.976000','2016-06-11 01:08:38.976000',5,'Angela Einspahr','https://lh3.googleusercontent.com/a-/AOh14GgkjZ8jiar9FjIFh-Ky5uuylvxB5MGDPP2vb1N8=c0x00000000-cc-rp','13486358490203335051',29972),('AbFvOqlCoc2j--iMH1neNXXh_cvG0JSBm9S4N4vn136hG9ioYXrcGJX6wScfDqScEKcruN71qd21TA','The staff was amazing and attentive. They are soooo nice. Cared for me quickly constantly checked on me. Very clean facility and everyone was smiling. DrYbarra, nurse Jani , the radiologist Tricia and register Patty were all AWESOME Highly recommended this place.','2019-09-13 14:09:15.194000','2019-09-13 14:09:15.194000',5,'Dionne Metoyer','https://lh3.googleusercontent.com/a-/AOh14GgWduXvzAwUJZLqsuAPYBBIjCOsduBfPilt1vw9Qg=c0x00000000-cc-rp','16389487648212004696',33964),('AbFvOqlCOGiWFLR5NmEat-Kzg8wgoPXxmzATVFNmmJhwt1XMYIUZFhovK7mJ58x6XRX9C_VpiBdw2A',NULL,'2020-07-09 15:49:20.451000','2020-07-09 15:49:20.451000',5,'rjz','https://lh6.googleusercontent.com/-jM3Jt-V3QME/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm0ciQeZS88z3j7YGndoAkiA6CGZQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40247),('AbFvOqlCoIAS7eHVDGfZWq7qE8Y-Rq-S08KCg1dAzEi1nT0FN371KB-aGckBP85ofwTfXQgNsYaE1Q','Fast and friendly! Great staff and very clean modern clinic.\n\nCan’t recommend enough!\nLisa V. and Lisa H. are the best!!!!!\n\nThank you for such a good experience!','2020-03-09 21:07:58.266000','2020-03-09 21:07:58.266000',5,'Daniel Van Nice','https://lh3.googleusercontent.com/a-/AOh14GjttvkYRYCUL7y4g4z2OyO-j8r_z_9cpRNj6Zqd1Wc=c0x00000000-cc-rp-ba4','13486358490203335051',29401),('AbFvOqlcOnh73W5wew3Npczo2e0w7V1O7v7RxkLHVH-8xChkAeSbiiGM4ZfUVANQWT1umN1FvXPp','Excelente place !!','2020-03-10 17:51:45.252000','2020-03-10 17:51:45.252000',5,'Hector Sanchez','https://lh3.googleusercontent.com/-3ZblV4qvcPM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3b2rn1hr4B5hbvhEdypQehVrK7w/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37625),('AbFvOqlCORLsUNjtsDFHXhRWgo7tCh-hLjXPZ5CXaH3y2H-v9olOO8Cxc0rgApZgbl3OBwhhZLOW','This place was very helpful and extremely easy to work with! The workers are very nice and caring!!!!','2021-01-04 00:54:01.131000','2021-01-04 00:54:01.131000',5,'Allison Stephens','https://lh3.googleusercontent.com/-L3x6exIjuxQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn5QvMfa8E4n9XDybKGVjImj5ajww/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44291),('AbFvOqlCpNOi9n3xp4_GsHmUUgWqhKDjN1GeSyI4Rb8aLjP9Uja4iShMUJnAHnhTKuhOtvtyCPAE2Q','Everyone was wonderful and I received excellent care.','2019-06-19 07:06:07.448000','2019-06-19 07:06:07.448000',5,'Ashlie Dickinson','https://lh3.googleusercontent.com/-fWgtZ4n4GKc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclFYfkOxQrCVj1viTy-tSIJsuOuCw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39852),('AbFvOqlcQ8DiqpXAvusJmnAEpJSgnUKryzxw6hCl86ZWdSXeHQ2MCiAFBmAx28mGbZRUJ4BYxkoPyQ','This is the second time I\'ve been to this clinic and they were just as fast and attentive as they were the first time. The doctor was very informative of what was going on and the nurses as well as the receptionist were super sweet, as well. Definitely recommend this place.','2019-03-18 16:31:50.958000','2019-03-18 16:31:50.958000',5,'Erin VDB','https://lh3.googleusercontent.com/a-/AOh14GgMt9ZKy94Fs6pU1dBF1XE4eT5bKg976ilkSGyrNQ=c0x00000000-cc-rp','16891069708558046635',36247),('AbFvOqlcqpThWfR5Trt0P03AyaUdAqj-4rRWS5q-xPH6lxs4vo2yNKYL7FFsVa-ni-i8jNabLXcaYg','Doctor Kimball, Nurse Jacob & Morgan were all a great help with my injury. Costumer service was A+!','2019-03-31 16:22:01.912000','2019-03-31 16:22:01.912000',5,'Mason Lewis','https://lh4.googleusercontent.com/-vAryVBmjc98/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclumSD6OLSlmGZg5gh_qoyXHoLiCA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34936),('AbFvOqlCqrBoWP_8dD9Oxq50U4dEn0RwmrehzShLtsCR6WuLYPVL3ADtLHUxtZnQOwZ9k7apwNFxNg','Amazing staff ,from the moment we walked in ,getting in so quickly, treatment options and Lindsey the nurse is a rock star','2020-01-30 02:16:27.579000','2020-01-30 02:16:27.579000',5,'Rene Lopez','https://lh3.googleusercontent.com/a-/AOh14Gg2UYe7WSjRhl_t0mm-l-txBsb6oJUUNS_lQOQMxQ=c0x00000000-cc-rp','8679688254631342173',42469),('AbFvOqlcqU9XNXPP5yGwUOw5luY6crim_spCfJuSTwikCU2BpGZqWnkYU3H6GKSCskQoRYni5I69Jw','Staff was super awesome and friendly! Would recommend to friends and family :) (Dolores, Naomi, Abigail, Marvin)','2021-01-13 22:08:41.940000','2021-01-13 22:08:41.940000',5,'Eryssa Lora','https://lh3.googleusercontent.com/a-/AOh14GhAs8OM2CnqtlIsdQ3O75d7-qThXm9nZ9jx742u=c0x00000000-cc-rp','15979470999169074295',44469),('AbFvOqlCrDR7s23dPhtdNaTZIPf6zWA6uihQnlEHEkIRUnm7Kri8ktpiIMp6aERJ7uHludV0Ks2mFA','Doctor Herbert, Nurse Keira, and Radiologist Marcus all provided excellent service. Even registration from Nancy was quick and easy and friendly and awesome. Always top notch service. Always come here for any ER needs.','2020-02-04 06:03:59.810000','2020-02-04 06:03:59.810000',5,'Tabitha Johnston','https://lh3.googleusercontent.com/a-/AOh14GiOW_npUqCyXjWhlhgd3EsX-N4X_tcywEf1101lMA=c0x00000000-cc-rp','6521947413723274945',41492),('AbFvOqlcSE6csTTdIEUmmufREwPqXtCZCNSwM6ybedfHY0-FCpVmJJ5BROwg4zmpWMkZT575JaIl','Organized, moderate cost of the test and well informed','2020-07-21 04:54:12.098000','2020-07-21 04:54:12.098000',5,'Joshie P','https://lh3.googleusercontent.com/a-/AOh14Gghejw0AvFgMiX5uaY5kS9hyQB8hkbd-l9VNmmzsQ=c0x00000000-cc-rp-ba3','14748677429039074158',31913),('AbFvOqlCSEz5P1sRF3e94-eOzS4SbSnb_ZEJN0n93WOG7L5NBASyMkGr70hEhJhHJ21vp28dmP68','I was deeply impressed by the services I got here. From the front dest( Jasmine) to the nurse ( Theo) and the Doctor (Dr Soli) it was all professionals.They exhibited professionalism. They were attentive and caring. I felt comfortable and impressed. The paper work was little and I didn’t have to spent A lot of time in there. Clean, beautiful and quiet environment. Thanks to you guy’s.','2018-02-03 18:26:19.044000','2018-02-03 18:26:19.044000',5,'Ola O','https://lh3.googleusercontent.com/a-/AOh14GjZ9ipRPA3qbx3llEtFU1Q2wGB5RLyAIkITBh8y=c0x00000000-cc-rp-ba2','14567670160750071148',30881),('AbFvOqlCSJ-AegzUB5C2HxTfV5A69N1SCrGc4CkxLLLX-CgjZ-y3XcBfCoSO0IGdsmKUrMwX5Nnw','I came in late at night for several problems and had a great experience. It is very clean, and I was seen right away. Everyone was extremely informative and nice. My nurse and doctor made sure to answer the million questions I had while being patient about it. I was offered a warm blanket by the nurse, and he turned the tv on for me while I waited. Also, I ended up passing out right outside of the bathroom and want to say thank you to the man (paramedic maybe?) who caught me before I hit the ground and was quick to get me on a bed. Highly recommend this place to anyone.','2018-02-06 02:17:01.259000','2018-02-06 02:17:01.259000',5,'Hannah Hannah','https://lh4.googleusercontent.com/-uf3FWK0fySY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckKuiE2s-Ue0to5Jc7C4FWru-Nj2w/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30878),('AbFvOqlcst6tGb9H_ijXtwYNLBqgf5sUTtmG1Bes56czfz5iL4sWkGOxlVmY0Z7n8HcI4nAwX8CfKg',NULL,'2017-09-26 12:09:29.480000','2017-09-26 12:09:29.480000',5,'Deltora Hewitt','https://lh3.googleusercontent.com/a-/AOh14Gjzikpb69Y0hwG3-GMFiOX79_qz9zkJFmGLdppd8qE=c0x00000000-cc-rp','17394740196501090048',37063),('AbFvOqlcszO8uqLS_jv29f9uaOEBj7393uOFnIhyrfkkOyA41Phd6ItibrWliFgMB89AkxlT0RwD','I only waited less than 5 mins to get in the back to get tested. Josh and Jennifer were amazing and very gentle with my test and questioning. They also made sure I was comfortable and informed. Very nice unlike most hospitals that leave you to yourself without any explanation.','2021-01-22 15:53:19.211000','2021-01-22 15:53:19.211000',5,'Nylah Neal','https://lh5.googleusercontent.com/-bfXlOefrJh4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmESDBCkHB-a9LTpUuXqQJmZMth4Q/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44608),('AbFvOqlCt047FQ7bIGZ48NxL8JtesULVGEQx6Zve2bRzKiEFpYI75_SMzfGqt0XDIlRZgebHvUY8',NULL,'2019-06-08 23:52:35.102000','2019-06-08 23:52:35.102000',5,'victoria ramon','https://lh6.googleusercontent.com/-Yy--oovktUI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmBTMIZOLiNPcgPTXibl6qLreXsbQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34829),('AbFvOqlCTCI6SrLN1FDiO0w1TFPst6HvScXjIc2ypNOOAhky0LfcD0uGwsSSxw3RmS4r0sifzENaLg','My daughter hurt her finger late on a Saturday night. The facility was clean and the office staff was very nice . We were seen quickly and x rays were done in house. The docotors and nurses were caring and made sure that all the results were explained.','2019-12-29 16:57:12.378000','2019-12-29 16:57:12.378000',5,'Florence Montanez','https://lh6.googleusercontent.com/-0SfzacG4P-Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckiEk9LiSI-jmVCfCFa5ZPBQtzgpQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39170),('AbFvOqlCTFl8SGLl0ABFgkW94KcHx-f_TReucSo9nfVSdZOSNPQtLmaXs2G6vXPDWGBMi_Wp9n9n-A','The staff here with all the staff that hellp out did an amazing job! Thanks to Anthony, Kathleen, Dr. Chukwuma, Konya, and Rayveu for all their help!','2019-01-08 04:57:46.327000','2019-01-08 04:57:46.327000',5,'Joshua Allen','https://lh3.googleusercontent.com/-ZsdDh21u3Vw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZHTfrmqbUMq3ZTZcgketGrOhUqw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35052),('AbFvOqlctGCiUkntgJgkRzdpOvQVhjMubmVWyY6EwBw0yiAVJpc7PIOj_UJwdmNo6SXqtUw2IKAfkQ','Great faculty here. Friendly and professional, Dr. Kotey and the staff (Ke\'Aire, Churiah, Josh) are excellent.','2018-08-10 06:59:43.600000','2018-08-10 06:59:43.600000',5,'Paula Lee','https://lh4.googleusercontent.com/-9ZLB5qpTiVY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck1ooynFR43q--NO0pRhppWYzCKUA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40876),('AbFvOqlCTH0xa7YDtP9AGGPoQck7NmCmfCRF00uoAC9v0cW6lobzBNmDt5XRVW8lW7ZDClReYLRLwg','Everyone was so attentive and caring! Sindy was so welcoming and nice! Nurse Reginna and Diem were super nice! Dr. Golia was very caring and made me feel extremely comfortable! He was so nice! Honestly, this was the best experience I’ve ever had. Highly recommended!','2019-12-27 17:43:08.350000','2019-12-27 17:43:08.350000',5,'Jackie Martinez','https://lh3.googleusercontent.com/-EFXatPuU-2M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZNObd3vlklLSao4ezhD19nZFBzA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30376),('AbFvOqlctxNNTzlVQT8msJPtGkEnkudWnjm0_6sMAUzR0rMJLOfbqSuG9FGmvz5YH5sDfDI4ly7tRg',NULL,'2019-12-20 07:24:50.653000','2019-12-20 07:24:50.653000',5,'Allie Bonilla','https://lh3.googleusercontent.com/a-/AOh14GgTb6qTEm8Ahl0LYY7gtx6m_M9gwje1oDXK7oe8=c0x00000000-cc-rp','13486358490203335051',29526),('AbFvOqlcu5y9rcAnp-iNVbmIB3VadWeFeZ9WDVNw_IZWFOidN6rBL6yitF5PLYcEUINI_a6CAUsY','The service was great! They got to me in a timely manner. The doctor took care of me. All the staff was nice and helpful!','2020-02-28 16:31:10.201000','2020-02-28 16:31:10.201000',5,'Danyell Bartholomew','https://lh3.googleusercontent.com/a-/AOh14GjMPlPmUT7YZL44XgMv_dALlSwbCokG9zkBlwF-=c0x00000000-cc-rp','2694018788013845459',39093),('AbFvOqlcV6MdPNiAEJ03xhx_BahtBJykkGMjJMMo4APyTEBfhefgcUEGMcnIaqcKJ2DB-jCObIsh0A','Due to traveling I had to get a COVID test. I clinics in DFW and all the ones I called were very expensive until I found Signature Care which tested me for much less AND I GOT MY RESULTS THE SAME DAY! I wasn\'t able to make an appointment but they were still able to get me in the same day! This was such a relief to me. It was my first time being their patient and it was a wonderful experience! I was greeted by the registration ladies and they were very kind. The nurse who asked me the questions was very professional and patient with me. It was so simple! I just got tested with the nose thing then drove my car to the back of the building and the Doctor herself saw me in my car and gave me my negative results! I was impressed by this because at other ERs the doctor doesn\'t spend much time at bedside but at Signature she took her time and talked to me at my car and gave me calming reassurance about COVID. It was so hot outside, but she answered all my questions and really made me feel valued! Because of Signature Care I can have peace of mind on my trip knowing that I won\'t be spreading COVID. to anyone and that means more to me then words can convey! Because of this I will recommend this ER to anyone I know as well as go to them for any emergent needs that may arise in my life. Thank you to ALL the signature care staff that helped during my care!!!!','2020-07-19 22:42:51.924000','2020-07-19 22:42:51.924000',5,'S. Hopper','https://lh3.googleusercontent.com/-q1cA5c13B_8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclfw6EYmo5auSNJc7jI9JRA-safqw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31954),('AbFvOqlCvFD1z6XST0sgiFxY5jkbKI60FyQqbFcFXnWK0uhKy2GuLlDmIzMjQ9cwWMBg8WXnylBrjA','Wonderful Facility! Great staff that makes you feel very welcomed from check-in all the way to check-out. I love the premises, very accommodating environment and establishment as a whole. The staff is always making sure the patient is informed and updated regularly if there will be any wait whatsoever. Very fast service and care, and all emergencies are treated equally as important as the next. My number one option anytime I have to go to the ER. Thank you!','2020-02-11 20:26:18.771000','2020-02-11 20:26:18.771000',5,'Evelin Couto','https://lh3.googleusercontent.com/a-/AOh14GiIJbuEqtArTs_wd_zXR4UeFCg0lTWntXvDxSau2A=c0x00000000-cc-rp','13486358490203335051',29434),('AbFvOqlcvgRLLledh8X82gOu0xxd4WGs1uRqL3Ey57xqecBKg6Qgj0lKApioUwpDPbNhxggrBfjDew','Jani, Tricia, and Jesus were amazing !! Great customer service..... made me feel very comfortable. Friendly staff !!!','2019-06-02 17:49:55.581000','2019-06-02 17:49:55.581000',5,'jaterria brooks','https://lh3.googleusercontent.com/a-/AOh14Gj2aym9o0C1VoxIR8HQDwzzsZ51axui5kpS_x4RMQ=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqlcVhfN74obmR727rfVFaAGFKy2lZuT8Or5OoY4QsaBbARlHP7C7avDbCZKq9RohSwo_bYB2Q','They are the best ppl ever Dr Fiag Ms Dee his crew are always ready to help. They get you in and out','2019-08-14 19:00:57.866000','2019-08-14 19:00:57.866000',5,'Sheterra Johnson','https://lh3.googleusercontent.com/a-/AOh14GiH5UJBx0Pk-CKp_f_qPNx8WOzC2lr2lPt_cpGjJA=c0x00000000-cc-rp','3511292162159714121',40444),('AbFvOqlCviJb4dztQVR34IQgfTNLBtw01qJyNw50YW24f2fbhfOcNCWostjEYWrUSZoQirxkRQ6i','Great experience very helpful and fast. I was helped by doctor dang, keera,Jesse, and christine. Recommended greatly.','2019-06-20 14:05:03.169000','2019-06-20 14:05:03.169000',5,'Joshua Medrano','https://lh5.googleusercontent.com/-lJz23GDfHfs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnoB5IQN7bTIAfDJV_AVggrh1qTBw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36762),('AbFvOqlcvyjWh4s3z72ajn5UXyr1o8YxaeW_kqCZmJoOwR7Z6Emr9qD0rlDzXfejfrnvqbqlCd1y','Rashaad was very informative when I called before coming in, his courteous manner made me choose this urgent care. I am so glad I did, Sadie was so kind, and comforting. Dr Jasmine Thomas was also very nice and found two underlying issues. Facility is very well kept, definitely recommend it.','2020-03-14 22:19:12.029000','2020-03-14 22:19:12.029000',5,'Reymi Rios','https://lh3.googleusercontent.com/a-/AOh14GgtNKWm1gJFUdDoDM1hKQATKp7bwQkOrLDbhzo1rA=c0x00000000-cc-rp','17394740196501090048',36592),('AbFvOqlCw-XXZAcKZJ8cAtBiLtDg3i9LjmT4TZD9IgQDKfXPUGrLbWKr-H1KRL2XwXaoY5BLaH4HRA','I had waited nomore than 10 mins. ALL staff was professional,QUICK! Doctor I was seen by was awesome! He helped me out ALOT!! Was absolutely the fastest ER hospital /doctor visit I\'ve been too!! No kidding.','2020-09-18 12:02:46.465000','2020-09-18 12:02:46.465000',5,'Neena Love','https://lh4.googleusercontent.com/-T1yz0_VHkD8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnq8liENwVaIX7ENuFuNWbkFTTGbQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33184),('AbFvOqlcwIOMRSN2y9hLNN9YgAhC426jFIvtIUza50lageIS3TkpVZnG827AjdEsQ1Em7Hoxb3DAuw','We had a very satisfactory and a warm experience at Signature care facility on our recent visit on a Sunday morning. They were quick with the paper work and we were attended soon. The on-call doctor and nurses responded patiently to all our questions. During those 2 hours our 3 yr old started getting anxious and impatient but the staff was kid friendly and helped us.','2019-01-30 14:17:24.030000','2019-01-30 14:17:24.030000',5,'devika joshi','https://lh6.googleusercontent.com/-KIOsk9XC9i8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnR3bQbrQ5xAI5KOvB0tuzQCWRGfA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36287),('AbFvOqlCWNQYRIYyFiVPRvWmt8xIiN0Wm9ssBncVJ4C4RAFOmA9qiRxbal02k19dUlLB_GDPj7xaig','Signature care Rocks! They treat you like the human you are with sincerity and kindness - they took great care of me. One thousand percent would come back.','2020-12-03 15:50:29.443000','2020-12-03 15:50:29.443000',5,'Tommy Miller','https://lh3.googleusercontent.com/-iPtjqu_bAio/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXL-uWZqaxcXL4le5fqFayX5BY7Q/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31301),('AbFvOqlCwnz8qOv3b8qtj6mo3aLb8VhdeSV03g2iNB-ROk43Hts_8iRlGr-66-CAykyyKB0BNZMkKw',NULL,'2017-12-14 09:43:00.637000','2017-12-14 09:43:00.637000',5,'Austin Cunningham','https://lh4.googleusercontent.com/-KK6yHijI0q8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmARxPA4daQFVwgHeDKWvOa7ydcHA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42237),('AbFvOqlCwTBdSFmEl2T3WCq_mhVcjzpUrtFKGygv7k6JCOgie1XCXWVWNIuqmk8vyLj472szwRrRdA','Very friendly and compassionate! Genuine care! Highly recommend them!','2019-01-02 00:27:06.668000','2019-01-02 00:27:06.668000',5,'Maryann Oyoque','https://lh3.googleusercontent.com/a-/AOh14GjqJPI_7QWv54TJKnOngBZpaLXJj1H80SFa3ygNqw=c0x00000000-cc-rp','6521947413723274945',41790),('AbFvOqlCWtI9LGFJ5MZliMktSmSTTay2E-jCY2gbQHfYPi-OdXa-YLXTi-_VhlDlgT7TpzjQh1Vmbw','Quick & easy. Very friendly staff.','2020-07-28 05:29:10.298000','2020-07-28 05:29:10.298000',5,'Jennifer Grimes','https://lh3.googleusercontent.com/-HHDs-Jf8Mdg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmnW8P5Sko1XdJC3sDXFevWL-O-0Q/c0x00000000-cc-rp-ba2/photo.jpg','14748677429039074158',31843),('AbFvOqlcXGgXW6SvWfzu9VLeqeN64ZwL54FglFTRF5OLfdPPwBzTv2JbElpYk7NdvnfJ1W2MX_E5jA','Amazing Staff and Warm welcoming. The receptionist were so sweet and warm. Melissa and Jordan from reception were very clear about the process and made sure that I was checked in at a timely manner. The nurses Ian Myra and Stephanie all gave me quality care and were so effecient giving me pain medication and making me comfortable. The radiologist Holly was so careful will moving me from radiology to my room. And the doctors were absolutely amazing and communicated my plan or care with perfect bedside manners. No complaints it was a wonderful experience','2019-10-18 16:20:56.776000','2019-10-18 16:20:56.776000',5,'Odalis Robles','https://lh6.googleusercontent.com/-Ewt0mQ4dYsM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucke6pU7oyL1IRXEHzqa5akymvNJXA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32413),('AbFvOqlCxmQFqYPbls_0nMZRo2sHg0Qa-UIJz_mVuVqXHjfU-9rQGesH5x2dd3thbuhA7nMC3Vkg','Delpha and Lisa V were great. Fast and thorough care.','2020-02-12 00:52:30.212000','2020-02-12 00:52:30.212000',5,'Monica Guerrero','https://lh3.googleusercontent.com/-LhcnpoqBd6w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMaciLgGXHoaD6yYy_1fEa0y8dIA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29433),('AbFvOqlCXVKxvbayaTlpY0gBeUZ2j05TDICx1lVy9tJ12b0O1ydvNkFJRgDUqzNa72t76ImaCw03Bw','When I first got to college station I would go to an emergency center in Bryan if something was up, but honestly I stumbled across them and was wildly surprised. Waiting room is always full of snacks and drinks for you, they get you in quickly and there’s no crazy wait time. I think the best part of it all is the friendly staff. Obviously you’re going there because you’re sick and probably really unhappy, but they always make you feel at home and give you a warm blanket. It’s almost as if your mom was taking care of you and making sure everything is okay. Love the staff they’re amazing and I will Continue to use this facility ! šŸ™šŸ½ā¤ļø\n\nSo sorry, my doctor was Dr.Werzanski, Rn was Jacob, Becca was the tech, Lorena was at the front and Laura did my RAD. All were really friendly and eager to help! 😊','2019-06-08 19:24:01.866000','2019-06-08 19:24:01.866000',5,'Christina Hammami','https://lh3.googleusercontent.com/a-/AOh14GgWks0RJmgo1CcllTG6juiZJBdbWj5qUSP6N6R6k0c=c0x00000000-cc-rp','16590124370714063921',34831),('AbFvOqlCXVZ0W1Bc84Y3efK1nvTJjRrlF-OZIoGdfsbwYK5Gkkg7S1xOFoDn-s0F3UyQT5x6JmFipA','Awesome experience. Friendly staff. Doctor took his time explain everything. Highly recommend for emergency situations.','2019-07-03 14:38:14.469000','2019-07-03 14:38:14.469000',5,'Imelda Morales','https://lh3.googleusercontent.com/a-/AOh14GjcNhSYLpfJ6V38Kvt7TVEIjS75IYd2PsFM6HF7=c0x00000000-cc-rp','6521947413723274945',41675),('AbFvOqlcY1IUh3WVSQYRhfFLz2FA91zKiO4AIFllGxWNC2lDXGGqFyQ5MV3vsnHkO8ap8os6rdiPWQ','Lorena. T, Dr. Vakey, nurse Jacob, and Radiology tech Jr were all awesome and accommodated me well! Will be back again!','2019-11-29 18:55:08.358000','2019-11-29 18:55:08.358000',5,'Tin Dun','https://lh3.googleusercontent.com/-B9lFNXAw1wc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclDXIUQUMV1YpRp4ICD6Bhw3KUSgQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34542),('AbFvOqlcYDo-9IdLsEMrpc0PeLY6qDAZOjod5YSimVqjIEeEBNYGDSNQY5qVLW9ODAqjy5hDlxi14w','Came in for a rapid test and was assisted by Lindsey and Chelsey. They were extremely easy going and relaxed my nerves before the test. They made my nervous visit very easy going!','2020-09-14 23:27:51.593000','2020-09-14 23:27:51.593000',5,'Briahna Gains','https://lh6.googleusercontent.com/-eyVpl9zDA5c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck2_65mNeCjAj2DhgNO2a_12zHk6g/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35788),('AbFvOqlcYgXGWpq9_Fv-C6BLQ_hs1tjaZE6nUSicVMVuNCfJLc0rAEro1mHXNLuJIKyorZHzf3OHJg',NULL,'2020-07-13 02:54:53.926000','2020-07-13 02:54:53.926000',5,'Lesly Pelaez','https://lh4.googleusercontent.com/-iY5jRuYLFV0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnmbH665riZShqjEO7ufxwgw4XUrA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38800),('AbFvOqlcYlhaQzwE4NlRu4oDdkUBtZEBuNZhZZ6-keje4Tv3NiJBu5-UAq_GphYr9TZLzWAcWR3E','I had a great time here everyone was nice and respectful. Dr. Nilang was respectful and makes you feel comfortable.','2020-08-02 20:52:22.031000','2020-08-02 20:52:22.031000',5,'Nat Baeza','https://lh3.googleusercontent.com/-HjfFhn-E-p8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckfrnW56ProZjJEppNMj3PkkGbzTQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41314),('AbFvOqlCYqYfizfZGfEhvQJ9L-KOrRE8pBZz0h6tjO8HqfU8e2hCILSzvCgzy7ideB6vdeRFYoKCww','Very good not a long wait, very nice and clean, emergency room thatlooks like an urgent care, but even better, why do i say this because the next day i received a call from a nurse just to make sure i was ok and never in my life have i gotten that it wasn\'t to say pay us it was really true kindness, thanks again!','2017-07-22 20:23:28.783000','2017-07-22 20:23:28.783000',5,'Jennifer Martinez','https://lh3.googleusercontent.com/-b7hRVv1xQkY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclTDr-9SiYcEPwTXECJBoE0rvAqLw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37115),('AbFvOqlCzcGrux4k_gWOmufD8Yr8wiX6LQv53GXrARedyH-968QLW6pePAQzy8vV3ucYtZtXG94l','My experience at the cypress location was a pleasant.The receptionist was very quick and professional as well as the nurse Alvean A the radiology Marcus B and Dr.Pham was amazing.Thank you so much for your quick and professional service.','2019-11-06 17:09:08.084000','2019-11-06 17:09:08.084000',5,'Robincampbell squad','https://lh3.googleusercontent.com/a-/AOh14Gg-OGC13gPuR7KpTgvwF_KIvucRwr9UIa2UidhBbA=c0x00000000-cc-rp','16389487648212004696',33782),('AbFvOqlczJbRuy8ey4VNi64qrzhwTu3sfqI7emFE5KQ1WQXQ1Yjr02VJUlBpztx79F28K6z2F6W5gw','Dr. Henderson, Alvean, and Patricia helped me, and they were very polite and helpful! Really recommend it here!','2020-02-08 20:59:03.498000','2020-02-08 20:59:03.498000',5,'Monica Diaz','https://lh3.googleusercontent.com/a-/AOh14Gij2tXrBkSeDMOVZWaqrMF1yOL9L0EU87PK8fIJlw=c0x00000000-cc-rp','16389487648212004696',33390),('AbFvOqlczKkbNlLM_kyfJBx3NbCPvJhOzqE4QTBY872XX7VxwQ1lph-C5LCMTrhQoEwPOieaN6nT','I was very impressed with the care that I received, also impressed with the quickness and expertise that my situation warranted.\n\nI would highly recommend Signature Care Emergency Center!!\n\nI need to mention Dr Patel, Jacob and Morgan, also Morgan from BCS Heart. Very professional, very good at their job.','2020-06-04 02:23:15.805000','2020-06-04 02:23:15.805000',5,'Adela Camarillo','https://lh3.googleusercontent.com/-h_99rTk-h4M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmW-mKbazY7gqtZZaLBvujqsU9jPw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34294),('AbFvOqld_DCh4AlnYApWvzEq8BkQ6baZX7gnJRbqoaE_ZTuRLPTQIEx0vR7juP4c58grJTFjU8xLCw','Friendly, clean, and quick.\nMuch more welcoming and efficient than a regular hospital ER.\nMade sure i was as comfortable as possible.\nWould recommend to anybody.','2018-02-19 14:44:00.453000','2018-02-19 14:44:00.453000',5,'hailee gilbert','https://lh3.googleusercontent.com/a-/AOh14Gir2V1HBmG3k1-pkH3rHk9jtRusDGPNpYtyxr1h=c0x00000000-cc-rp','16590124370714063921',35305),('AbFvOqld_ESfAvfqGw4OZihN6CiY5ya7iERMmn6Rn8L4qH5iJ-YYls4fYkXm4UcrXsOhJm_FBpOv','Staff is caring and patient. Called in my prescription. Gave me a high dose of antibiotics while there. I felt much better immediately. No wait at all. Love this place! And so will you! I plan to go back if I need care again.','2019-03-09 21:49:48.210000','2019-03-09 21:49:48.210000',5,'Julie Hejducek','https://lh3.googleusercontent.com/a-/AOh14Gi2PR6Qw0fwTtmEKkbHVE9JK3L5FBydVysceOQ8LsE=c0x00000000-cc-rp','17898197009688164559',38257),('AbFvOqlD_v2g0wsnkOq2L9lswzqAF96m-lX7IIA9dxeoYaK_RO1nLb18YWA5JPvie7pgL6sWtiZf8w','The staff here is very professional and very courteous. Were seen really quickly, would definitely recommend this clinic!!','2019-07-25 15:02:06.800000','2019-07-25 15:02:06.800000',5,'Lana Webb','https://lh6.googleusercontent.com/-ZmkTQY9lPXw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckZqmemVNWg_HrLipYDc2tTI9hAgQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29723),('AbFvOqld-4hsyQbp6Kysk7kNAvh9rlO60JL3Ep7oWiirkijM6UByxHn024Yn8w5WHziEIqaGph33-w','Nurse Lindsey & Dr Rose took great care of me! I was in and out and would recommend to anyone. Thanks Signature Care South Austin!','2020-11-08 18:48:33.553000','2020-11-08 18:48:33.553000',5,'Danielle Camden','https://lh6.googleusercontent.com/-1njNs6WmPQE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucntcQH2RopXnlu1LnuNAqlKzzdpvA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35615),('AbFvOqlD-7uw9pVtt3nnXR4VyuDhQ_LVaP37xK0kwVG3kOT6DV8HCvCf59bT7thAJ1BPMQk0ue5pIw',NULL,'2020-09-24 16:35:18.908000','2020-09-24 16:35:18.908000',5,'Giselle Salazar','https://lh4.googleusercontent.com/-JCgi5hjVERQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl5bAoq445cutoawizzT0CZla4LoQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35766),('AbFvOqlD-gfyRZxYhBzsJXiOqzG4QCfxyHosHi54IRJHg0o-_U9yw2FfGEaXiqMwN_TCD6f-IhMt','Everything was great and they are fast and very knowledgeable. Dr Henderson,kat,Joshua f, Melissa e. Thank you guys! This is the place to come if needed to go to the er.','2019-06-21 04:24:12.143000','2019-06-21 04:24:12.143000',5,'Natoya Ferguson','https://lh5.googleusercontent.com/-PKM8a2vA4GA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclpYpefGqYG_3xBZ3S-azIy3An7MA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqld-Ln3R8u5EkOD79OCUNgRUwV13XW16lQpAcOEaakShiQgWcI-vW_LCWqJtpJmMpu9WdPPZQ','Everyone was very kind and I was in and out quickly.','2019-05-21 01:09:17.829000','2019-05-21 01:09:17.829000',5,'Tracey Archer','https://lh6.googleusercontent.com/-TFQ1SGJBJD4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmh3TBMZGOTPqmfgtEl7-87DKtEmw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41730),('AbFvOqld03BMgD6EI9yj6p21CvA_D9f2MzgG9xisQ-8Iya6gglwqUcLHripcp9hQvOJf8S2x1KtF','Staff are amazing! From Dr. Ybarra to Stephanie, everyone was very friendly! If you have a problem, go here!','2019-10-20 05:46:36.056000','2019-10-20 05:46:36.056000',5,'Cpt America','https://lh3.googleusercontent.com/a-/AOh14Gj0o9d66jDeJctAbXVqMSLXRe9tr4pVgYFRUUHU=c0x00000000-cc-rp','8679688254631342173',42643),('AbFvOqlD0LoyuBmfcllfddQ6-DqnzqUvK_yXwKJjo5bM7LKEOtwZKy_CbeqOZfXJ350P-wcFrFs_rQ','Had to come to the ER for persistent headaches. We were greeted by Louisa who got me checked in right away, Nikela and Jessica took care of me in the back and then I saw Dr. O\'Malley who was great and very thorough. They worked with me on the price and were upfront about the costs due to the fact my insurance doesnt take effect until next week...I would come back here again if it necessary. Honestly the best ER visit I\'ve had to date.','2019-05-28 04:16:16.519000','2019-05-28 04:16:16.519000',5,'Thomas Cass','https://lh3.googleusercontent.com/a-/AOh14GiU-8Dbetszh25tnBbMa8xi-wz9ufZtecdkw5-uiQ=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqld2-IubfSCLudYjK9pkWVxwsEVITZffgkl7otoXME6I2jEVG2LYOL3A8SKvgYp9HFaCn7FFg','Great and speedy service. Dr. Jones catered to mu needs. Nurse John checked in on me to make sure everything was going going good. And ER Tech Dorie, was kind and wonderfull person to have around you when you needed something','2020-09-16 02:36:27.822000','2020-09-16 02:36:27.822000',5,'Jason Thompson','https://lh6.googleusercontent.com/-uhTjLC5aQ_g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMVcQ2ZaUm7dzQ_rptD6x-JaXOjQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38988),('AbFvOqlD29glw-VVk2_sQGZzNI59AEVVxWAyZ49vksS24ZDB6kRT1eWLUT82AeY0bXq-X5Ohgs65sQ','Kim heather wyatt and alice were all great and welcomeing.. They were great and quick at getting to the point','2020-11-22 04:42:43.894000','2020-11-22 04:42:43.894000',5,'Amber Jasper','https://lh6.googleusercontent.com/-PTlmzQLxsuU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckvsx0v1EhZ6zTNBkjnwvWM1_8HZQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41826),('AbFvOqlD2Iu8SDIf7vNNJ-vx8bVoFBBGmhdW8kiO2avrCnRpspNHYAYdhVAYmmJV3YY2eBe7Io6sAw',NULL,'2016-11-21 03:22:15.947000','2016-11-21 03:22:15.947000',5,'Jefre Stubbs','https://lh3.googleusercontent.com/a-/AOh14Gj7uinXC8pIxHxpwf-ZhIYxL4th8T5Brm3_qCJp=c0x00000000-cc-rp-ba3','17394740196501090048',37264),('AbFvOqlD3KOosLWM8j3End73tkA4isw_WSesQ8U8OQkln4qXsMQpyVsNxsiuJSIuaU5XbLugasDh','The staff is amazing! They’re so fast on getting you in and getting you taken care of! Definitely will be back.','2019-06-23 02:21:32.679000','2019-06-23 02:21:32.679000',5,'Jose Longoria','https://lh3.googleusercontent.com/a-/AOh14GjomwL9uYGWiQpYxEgqo1vDntKcP_AMjBewTR_E=c0x00000000-cc-rp','13486358490203335051',29775),('AbFvOqlD3nPJQIgoPD6oWdgx59jhOwfkJjzBmqPsaVCnphuj_74YLN9dABmmaIbW_kVxH1iGqszswA','Everyone here was SO nice. They brought me back to a room and everything was so fast from the minute I got there. The complementary snacks and drinks are such a plus too! I will for sure be back for any emergencies I have in the future.','2019-09-03 16:31:13.869000','2019-09-03 16:31:13.869000',5,'Darbi moore','https://lh3.googleusercontent.com/-r3ZWpaAUeAM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnr6wrMzZRYN_nBDSbDngMg0CKtyA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32429),('AbFvOqlD423CR7wArV6NaawksKYmIkc0kqEQiyfIjVdGdzmEUeDRddirQwmMi52pHwlzWDlydOW_nQ','This is my go-to emergency care center because my family and I live nearby. Angela and Jessica did a great job greeting and getting us set up for our visit. Joe was a great nurse who was very kind and helped ease my anxiety during my visit/treatment. Great staff and decent waiting time as expected.','2020-12-12 01:12:26.458000','2020-12-12 01:12:26.458000',5,'Helen Nguyen','https://lh3.googleusercontent.com/a-/AOh14GgJ0mjTFKkxwlRPg46CjvGCOzRZV5GJlw_ilt15sYY=c0x00000000-cc-rp','17394740196501090048',36494),('AbFvOqld4FYbo7Peqv94aRLJ0HMD-onrsXeHFxi2ZM4l-MkaZ4f43u35a56wgXJ7YoWUpsRZuZqa4w','Awesome staff! Great service!','2019-02-01 05:07:35.418000','2019-02-01 05:07:35.418000',4,'Tam Watts','https://lh6.googleusercontent.com/-r6CATolB-mw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn4JkoWNaPMydNAcAYkYuJ41i-VqQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43311),('AbFvOqlD4MGeHiiDMDbMb45XHWFALccwDuKjTfo8lR9ltzK8rMUFJbdciVYhEQOZrhImLJtzdUNqhg','Everything went well. The appointment was scheduled for 1:30 a.m. for a COVID-19 screening. I arrived a little bit early fand filled out my paperwork. While I was filling out my paperwork, they let me know I was ready to go in. I went into the facility, took my test, and they told me I need to pull around to the drive-thru. Once I pulled around, it took about 15ish minutes to get my results. The process was fast and smooth.','2020-08-31 05:11:52.355000','2020-08-31 05:11:52.355000',5,'Ashton May','https://lh3.googleusercontent.com/a-/AOh14GioN6p_jnnpA9-JMWTAe_pG5nG1DWHvftxGXeKquw=c0x00000000-cc-rp','14748677429039074158',31729),('AbFvOqld5_RrPzR_jXqR3qM_lz5utVm1G1e1qqBOgRGLXI9-uWucI5rTPbBk6q4Gmtr87KEZofEA','The staff at SignatureCare Emergency in the Memorial City location were the best in customer service and took care of my friend. Their hospitality and friendliness made us feel at home as if they know us. From the moment we checked in, we were greeted with care. And Dr. N. Patel was the most amazing doctor I\'ve ever met in an emergency room situation. He made my friend, who cracked his hand, feel safe and secure. He was also very patient with him. His competency as a doctor was also astounding and knowing that my friend was in pain, Dr. Patel made sure that he got a lot of relief from the pain, so that my friend could resume his daily tasks with much more ease. I now know where to go and refer friends and family in emergency situations!','2019-12-23 01:32:08.129000','2019-12-23 01:32:08.129000',5,'Geny Moreno','https://lh6.googleusercontent.com/-1IPQ7lzZJ9s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmmlwtg8D4kK69o7ebEBHTxb_ik-g/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32392),('AbFvOqld5IEFASDrYWYoSifSwZviBPwoTnhc34SMECKhcMIMDaIiEHOCkb3C-lsv9Y2lYC8hLWRvDQ','The nurses and the doctor were extremely patient and caring. They showed genuine concern for my wellbeing and did what they could to help me out! (I did have to convince the receptionist that I needed to be seen, though...)','2017-12-04 00:35:35.609000','2017-12-04 00:35:35.609000',5,'Anita','https://lh3.googleusercontent.com/a-/AOh14GhtewJKj8057qYiwvi343_cP9CzLVa3-TGbi2X8lQ=c0x00000000-cc-rp-ba3','16891069708558046635',36454),('AbFvOqld61qCh_BsHOuOHWB39ezIojW5lj8EyR3rA1mfmwbV0eMVBhDCGSK2-7iTX5pIYkDnr1Kdzg','Thanks for everything. You guys were awesome like always. Thanks Sarah and Tanishia and Dr. Lindsay. You remembered me from my previous visit and that was appreciated. Personal.','2019-12-06 00:49:46.936000','2019-12-06 00:49:46.936000',5,'qioanna','https://lh3.googleusercontent.com/-B_q1Iq_W3cI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmwLU4xGhGK7EqM4E6FW52ekfnuZw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37827),('AbFvOqlD67uDvW7yaY76UANt9nHnx307pxCLO7LTPzO6kntC-JMumRd-fxad1ta1QRIj5EhUJkHh','Kendra and dyveliz where really helpful and extremely nice! My nurse brad described everything that I needed to do and made me feel safe knowing I was getting the right treatment. Dr. Hemerka was also very knowledgeable and helped me start feeling a lot better. Great experience and I will definitely be coming back if I get sick again','2020-01-14 20:42:40.108000','2020-01-14 20:42:40.108000',5,'Trevor Divel','https://lh6.googleusercontent.com/-bXdaR0WJOZw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucklCHlP8veTPEtxS7R87SwD_nPwGg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34448),('AbFvOqlD6Zu8JOQ8ryK529LJ9jKFWXxl21nzF1-eAsK9d1StFNbTderIfAcn-ihno747OgVdVBDf','This was by far the BEST urgent care hands down! Tanishia is sooo personable and warm-welcoming! The entire visit went swiftly and expected. If you or anyone in the Copperfield area are in need of EXCELLENT (emphasis on excellent) this would definitely be the place to go! Kudos to Signature Care Copperfield, Dr Pham and the WHOLE ENTIRE staff!','2019-11-06 01:51:38.168000','2019-11-06 01:51:38.168000',5,'Pearl Diamond','https://lh3.googleusercontent.com/-Ee1PiHlZ1J4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVa4oP7KHDr6Q0RskAFJKkhcYOmQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37912),('AbFvOqld7GtuRtiXA75TVBvHHCwhoRtrcO66tKsOy_JVcyrqJUywTr9b-dd592aNxahS99ShV0GbZw',NULL,'2020-12-18 17:50:26.735000','2020-12-18 17:50:26.735000',5,'Lisa Jones','https://lh5.googleusercontent.com/-0iT0MdYDACc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm4rHpYkT7L0Bc28rszNGfteSAhWw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39388),('AbFvOqlD7RrUSKK1XaeAwdsN5Gqzs8Y8s38e8GcMviF1dVo4FMWBaHaCHILEt56KFsE4h30Tl7f3xg','Great staff very fast visit ! 5 stars !!','2020-10-29 23:32:23.415000','2020-10-29 23:32:23.415000',5,'Diego Barrera','https://lh3.googleusercontent.com/a-/AOh14Gjs7dbIBj2IrJWvTyRvBChrw22W4_dKVdA-lEap=c0x00000000-cc-rp','16590124370714063921',34087),('AbFvOqlD7TWfsWnutJ96O8rGTN62RG_HVXHo-ytkB55HjPUDN36xKaMD0D0iLs-yWmIQn9ZzDwzmVg','This group of medical staff was just Amazing! Hands down! I had no wait time, Dr. Hemerka and nurse Kat were just simply caring and attentive to me. They had me feeling better in no time, made sure I understood everything and happy to answer any questions that I had. Our medical professionals don\'t get enough credit at times, but this staff deserves it all! Thanks again for all you did!','2020-01-19 20:34:12.655000','2020-01-19 20:34:12.655000',5,'Cara Donahue','https://lh3.googleusercontent.com/a-/AOh14Ggd9pvIlstQHbqZ3ZyD59Apm5fc0JwoUQaxECpCvw=c0x00000000-cc-rp-ba2','2694018788013845459',39157),('AbFvOqld87wut0oXw0xgZQof6dBJhBLRnhLSmuJTyolT0LpXnOXMlPtB7yewUaoLNJH_0oFXspqd0w',NULL,'2016-08-18 15:59:55.459000','2016-08-18 15:59:55.459000',4,'Sheherazad Williams','https://lh3.googleusercontent.com/a-/AOh14GhD-tpGLz5hRLhaC5813HBARUFegzYwa1OkDpICBRY=c0x00000000-cc-rp','14904078213800803294',32788),('AbFvOqld8t04gQFItIWI8-51elFovqdBE-e6TI2_IUmSjgTw4L_N77XNjisyV9_1-_uyPr3nHI4u5A',NULL,'2018-11-18 02:20:37.009000','2018-11-18 02:20:37.009000',5,'Angel Mcfarland','https://lh3.googleusercontent.com/a-/AOh14GittV5d6qthgNoorbZaAR99MySB2lJ_dw3KWHqnzCI=c0x00000000-cc-rp','3272657195432704501',40002),('AbFvOqld93MMaktmovXIGGqET2nW2dwvkvuX8fozjDb0yujYV6r0MrqzKtBnOmaaJHqb9QEo9YEaVA','Elizabeth Torrez was amazing she was very quick in getting me registered and seen was very polite. Chermiya my nurse was very caring and took great care of me throughout my visit always checked on me to make sure I needed anything and gave me all the proper treatment that made me feel better. Also carletta and dr. Soumon were great they took good care of me and did all the tests I needed and gave me the best treatment.','2021-01-08 12:05:37.408000','2021-01-08 12:05:37.408000',5,'Vanessa Rodriguez','https://lh3.googleusercontent.com/a-/AOh14Gg0oFoSVoLLnHvdQDw8glKfqmEsBwYusaeO_3Ig9g=c0x00000000-cc-rp','3511292162159714121',40049),('AbFvOqlD97wksLpcuM6SGCV4Jx9ORClkJIFGO2p1gV5YeMZKqmzSLc0JngC4W6bfkuGITFxTbERU','Everyone Was Very Kind And Professional....From The Reception, The Nurses, X-Ray Tech And Especially The Dr\nI Was A Nervous Wreck. THANK YOU TEAM!!','2020-02-17 03:48:35.264000','2020-02-17 03:48:35.264000',5,'kim shipp','https://lh3.googleusercontent.com/a-/AOh14GhTBHHZjz_Oxj1f5v8nrullKdDpXFYvk0SkdVed=c0x00000000-cc-rp','17898197009688164559',37694),('AbFvOqlDAa9P_Ud7bRnbarfFYBK-xtfU5LzegIbCQkNWkuZ4wN-Fdjo9gOerVlulCyOkUTCexOFjVg','The exceptional care I received at this facility was by far the greatest under the circumstances for me being here. Christopher C. was very attentive and made the Covid testing so easy for me','2020-11-10 01:40:46.647000','2020-11-10 01:40:46.647000',5,'Tora Tora Tora','https://lh4.googleusercontent.com/-sb4IjueN3gw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmXh-UDxhU1VCkYYpoTCiC8bvtXlA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30028),('AbFvOqldaJm3H9LtyuruiUV06qqYmeGZIZeVnzIeRwZrZOcIqRQrDPiAdl21QyUNna19Twa1XWcD','Everyone is super nice and very helpful! I only wish this was in North Austin.','2020-03-11 01:23:25.095000','2020-03-11 01:23:25.095000',5,'Dariuhs Sterling','https://lh4.googleusercontent.com/-Le9aO8oCiUg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckwKidya3tQymubyWLOhxdUPPxsZw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35925),('AbFvOqldaUvHN8NCuLfZhqxKrBaty0DgSx6DrjlZ3wEsVYoOilZyTNvpLU471bzNftWjDqS8b9Kg','(Translated by Google) Dr. Vaagnes Amy Sharesa Brian E\n\n(Original)\nDr Vaagnes Amy Sharesa Brian E','2020-02-08 23:42:07.004000','2020-02-08 23:42:07.004000',5,'ULOVE CHANI','https://lh3.googleusercontent.com/a-/AOh14GjRzsNHewJsAcCIVQL1yOTyQEJ9dOMveCa8lBTX=c0x00000000-cc-rp','14567670160750071148',30257),('AbFvOqldAzaoQ0-a1lddWDKIuF-yIEZ6LHP297KihTVyCufm3LTWsXKfaPpx1bYLilaYqKxQrIaw','This is my second time coming to SignatureCare, They will get you in and out quick and they also have the best team that takes good care of you. Nurse Kristina, Doc Tran, Tech Scott , and Laura where so Awsome!!','2020-02-07 13:54:31.383000','2020-02-07 13:54:31.383000',5,'Britney Hill','https://lh5.googleusercontent.com/-iEXA3P7-eDE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclCB1MsgQlwN3mhF8vL-KOFH4MEpQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28744),('AbFvOqldB4ebwhf13l1UK4iiaBYDFw7zmomuh-kDbYFS2b9t7QG0UNv7bHWcIKUiwkIBi7pVcq_PRA','The service was very fast and ABSOLUTELY amazing!! We were in the visiting area less than 10 minutes before the registering nurse Malissa was able to take our paperwork. Dr. Zheng the physician was very personable and understanding of my daughter\'s needs and the radiology tech Laura and nurse Kristina were very comforting as well, which made my daughter extremely comfortable to be around them. The ER tech Scott was very respectful of the conversations we were having in the room and they all made sure we were well taken care of. I would refer this emergency care at anytime. We were in and out in less than an hour!! Staff is amazing!!','2019-07-19 21:28:36.458000','2019-07-19 21:28:36.458000',5,'Ms. Love','https://lh3.googleusercontent.com/a-/AOh14GiUFL59ozAqhSvGsoPqXvgn6PH17aPeP2Ekow4KRg=c0x00000000-cc-rp','12541597562633926366',29079),('AbFvOqlDBHuioriBhOimZRlcTuxVXNajO3-c2IlRsFuWROYeCZqRzltehff-pC1DOYO1FRkKTzmSUQ','Brittany was wonderful! Dario, Jeff, Eve and the awesome Dr. Sully were all wonderful. They were fast and caring. As soon as i came in, I had all these people taking care of me. It was the first time I\'ve ever been treated liked that...full blast attention! It was awesome!! Dr. Sully had my full attention and listened to me carefully. He was the best!\n\nI will definitely come back if I needed care again.\n\nThank you, Signature Care!\n\nMelissa','2017-02-10 19:59:16.788000','2017-02-10 19:59:16.788000',5,'Melissa','https://lh3.googleusercontent.com/-ZEYzmV1Es7I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclnEKktleeYlKleLW_R_tVSt1QAgw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41112),('AbFvOqldbihMp7BwTYlyUJcn_GEIK4RylBpqf_k_Y53HG0jRiHqZj2OQjkPMpM1eYaH4KHqnRqfx','I came in around the holidays for a non-emergent issue because it was one of the only urgent care clinics open that would accept commercial insurance. The staff was so friendly, I was seen within ten minutes of walking in the door, and every step of the way the nurses/doctor/radiologist were clear about what they were doing and the direction of care they were taking. Even though my issue was something I\'d dealt with previously the doctor took time to make sure I understood what was happening with my body and talked me through his treatment plan. It\'s obvious these guys care about their patients and don\'t just want to turn beds.','2020-12-28 14:15:00.006000','2020-12-28 14:15:00.006000',5,'Lilly Chilek','https://lh6.googleusercontent.com/-wGJYzJ4Bywc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmonzpUMGYUyJt9iC33RD3Mv57YlQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44024),('AbFvOqlDbiHVN8VOAfB05bj2kepOe8hHJwjJUd5dTPZ-pEnPrwGzeofzqMaD8IdX6AQChIEWlmsQ','The staff is always so kind and punctual when it comes to treatment. This time I had Dr. Vakey, Jacob as my nurse, and Rebecca as my tech. Kendra and Dyveliz were great with getting me registered and Morgan was ready to do my chest X-ray. I was in and out in 20 minutes!','2019-10-22 16:36:36.196000','2019-10-22 16:36:36.196000',5,'Kate Blevins','https://lh4.googleusercontent.com/-TF4UEXLIS18/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmTVKpd-kC4cXB4ZIoW0Q27ENAOqw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34600),('AbFvOqldbqOR_WbSm3UVtpY2Vm8PUWikJKdIrFUYnBpHjQl_ZcHibHtnerb9nfyXGKVJHOjuwKAIFQ','Perfect and a friendly staff. My mom, sister and I all come here.','2016-11-30 07:18:14.007000','2016-11-30 07:18:14.007000',5,'Helen Bekit','https://lh3.googleusercontent.com/a-/AOh14GjMhbkEqgj8kJlgjwnL8g-046dUQSi8EF7GydfkvDI=c0x00000000-cc-rp','17394740196501090048',37256),('AbFvOqldbtBvqo0l5cUjb60fh8s-fvt59gp_04qi_PdP0uMlJoOWQ_oDkriULEF3Wz1sCpqMgYVnNQ','Excellent service with Thai, Alexa, AJ and Dr. ROSE.','2020-10-01 13:26:11.762000','2020-10-01 13:26:11.762000',5,'Richard Jones','https://lh3.googleusercontent.com/a-/AOh14GiyJsHlR7uJAt-uP8b6u5YgvtW9aNW1nERuUWGNoQ=c0x00000000-cc-rp','2694018788013845459',38946),('AbFvOqlDbvTmZ1qpS_StcUqnkbzWd41IlxLHMGw0Y5TTeEmLD9uRlkJ3JXCAGneNEeTiJTmqGDr3','Clean, modern facilities with top notch doctors and staff','2018-01-17 05:51:46.239000','2018-01-17 05:51:46.239000',5,'Steven Black','https://lh5.googleusercontent.com/-khedKtUf-5c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmz88-vTfPs9ST28ZU3g53a6ax5PQ/c0x00000000-cc-rp-ba2/photo.jpg','16590124370714063921',35327),('AbFvOqldC1MiLi4Oznctp9iTA6h4f_TOK5amAFR9dnnBxNzj6dBSm5xfUVtr7KpILeUYlrz8lo74Gw','I came in very early in the morning with an issue in my eye. Service was very quick and staff were very nice. They were very knowledgeable and explained everything they were doing. I would definitely recommend coming here!','2019-10-16 13:55:37.389000','2019-10-16 13:55:37.389000',5,'Victoria','https://lh3.googleusercontent.com/a-/AOh14GgvluvJdW8r2mWncKyJHQvs9YiRc0PFHMJT9o45=c0x00000000-cc-rp','2694018788013845459',39240),('AbFvOqlDc29X6vA5Bl9tJu8kqUROfL6mA3rR_YS9dszqC37bjbIl8gPTVAB3reTKvTEGE7cRVGsUIA','My experience here was excellent! From the front desk staff Dalia and Angelica they were amazing! The attention to detail and the compassionate care I received has been unmatched. Kaitlyn the nurse was very attentive and the nurse practitioner Charles was also was very attentive. They explained my results to me in great detail and made me feel comfortable I definitely recommend.','2020-11-12 23:53:54.869000','2020-11-12 23:53:54.869000',5,'Nse Inyang','https://lh3.googleusercontent.com/a-/AOh14GjL2-73okr8DsIuK6dn_L45odCeSiLeeEdsJJqt=c0x00000000-cc-rp','8918455867446117794',42830),('AbFvOqldCH9nN6xGw1evOzdZvU3aKbridqZiN_aWvkHhoMOyFYpgiP7Q3GX3T6OGOIM8tTZq2RAr','Jani.W\nTricia B\nPatricia C\nDerek P\nThey are great people.','2019-12-07 14:58:37.203000','2019-12-07 14:58:37.203000',5,'Jasmine Bowie','https://lh3.googleusercontent.com/a-/AOh14Gg2SLggaDSOsX_UyGXt-oCSHdaLT8ZocMbw-oAN=c0x00000000-cc-rp','16389487648212004696',33628),('AbFvOqlDCHwIbJDjA0npbasJ6OAazXCrDWoFFcwURzZeKVJid6ee5vXBwB74nBGFSS0GYhyKBlVq','Amazingly fast care will recommend to everyone and will be back when needed.','2019-05-23 01:30:12.265000','2019-05-23 01:30:12.265000',5,'Miss Kay','https://lh3.googleusercontent.com/a-/AOh14GjNyGRsuEV9h7exUI7C1gjR12DUnHwJfRoQ4U20dw=c0x00000000-cc-rp','6521947413723274945',41720),('AbFvOqlDcMcn7hYAwSJq6oAGSie4y57AIVUbrekiAXyyT4WHMOnjstprTcXVd-ynx-ie0YPO-v6LIw','Its very nice here because they offer free snacks','2019-05-17 23:02:24.858000','2019-05-17 23:02:24.858000',5,'Angel Jaimes','https://lh3.googleusercontent.com/a-/AOh14GgUCgjDyHOGOVSyu5hvMy7vWdY6xrBiSrkFHxKi=c0x00000000-cc-rp','16891069708558046635',36203),('AbFvOqldCnEFfQ-ooa1RSam7WE92pw1CQFTl8YrMQsuewIar1eSnu1JikxCUyhKSYtn3tS9KnG9r_A','Dr Yost., Mollie, Shannon and Tobie took very good care of me I went in for my knee and they were very concerned. I appreciate how they got me and and out in no time Thanks you guys','2020-02-08 07:06:00.127000','2020-02-08 07:06:00.127000',5,'Lawanda Johnson','https://lh3.googleusercontent.com/-EFpFLrODytE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckZuUyhVFo__rfgMl4Tg6Xq-yjq9g/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39635),('AbFvOqldCTN35ASgEXSlrfsKqRzEyh4oHbVC2aXoNYm5W6dzmmUyHwmVtm-7msrfMhGiV-bcRkhQ','I absolutely love SignatureCare Emergency Center! Lucas is a wonderful nurse and you can tell he truly loves his career! Carla, Jennifer, & Dr. Henderson are all just super sweet and caring! If I have to go so where, it will definitely be SignatureCare!','2020-02-29 16:28:28.153000','2020-02-29 16:28:28.153000',4,'Shelby Hall','https://lh5.googleusercontent.com/-R63W3XD2RnM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucluG4bRBK87JKSe4LpcyAc-wTauOg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39584),('AbFvOqldD1W0TEGG6jj-Os4QpVS2O-2cJJIJLP5yAMSDHGz5o64sfAoUblL_Lis6QVF3auFtmJZwkg','Patrica at the front desk was very nice and helpful, and Dr.Nguyen was very helpful as well and very welcoming, as nurse Jani, I do recommend this clinic.','2019-12-20 17:31:02.574000','2019-12-20 17:31:02.574000',5,'Gfggff Hggrth','https://lh3.googleusercontent.com/a-/AOh14Gh9b2LdTzYmrU_zGpo_b8AUdFIZQ4gAG_UBTghvgQ=c0x00000000-cc-rp','16389487648212004696',33587),('AbFvOqlddkRWeEMm9oVsXndhcSsWEVmWRPDUNdQpx_M5sGnk2CFGlLi4JC0m1AYZMYXYLiqQk854','Staff was decent. Doctor wasn\'t much help. Even though initial wait time was not bad but once we were in the room, the wait became lengthy. i drove 15 mins to avoid ER but the experience was no different. I feel doctor office is half staff and half doctor. if the doctor isn\'t caring, then nothing else matters. I would not recommend this place due to uncaring physician.','2017-03-18 05:34:03.010000','2017-03-18 05:34:03.010000',2,'Mujtaba Samma','https://lh3.googleusercontent.com/-HLV_v6oWY3E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnC-voIeMZSN-vuu5VgTKElA6ijWw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37194),('AbFvOqlDdLdvpbPMzNAz8bMRzc6VLRi6w9sI6jQdlvUTwCDG5oyQIxCK10Lc26ahabEj6Ud3v2oj',NULL,'2020-08-08 22:44:31.240000','2020-08-08 22:44:31.240000',5,'Pedro Pizzo','https://lh4.googleusercontent.com/-ame9bz-ArCY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1J01uxdHogPYPKl7mhl5fJgY3rw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35842),('AbFvOqldDnrPfMD40yJol0RwcKk-wge1uLajZJ-wak9hJeIzClCvEXkHhYRNrFQ070iMAD0R0Tjv','Personable and professional. So happy to be welcomed under the circumstances . They were so kind','2020-09-23 18:48:47.134000','2020-09-23 18:48:47.134000',5,'Christi Ivey','https://lh3.googleusercontent.com/a-/AOh14GgCThSBoM9TEaDz7-l2W8k1lqLyt15qFyZEGsDNNQ=c0x00000000-cc-rp','14567670160750071148',30104),('AbFvOqlDDUPqMFaO6zyv0QeVeTSOsVGas-QkkTFM1gQVzCKwTP2iKhzzPts2gPo1pPB1SRwEJNQehg','I went for a COVID-19 test. I was \"forewarned\" that it would be a long wait, and that I needed to go (in person) the day before in order to get an appointment/wristband for the following day. I went on Monday afternoon in hopes of an appointment on Tuesday - but what I had heard was not quite right. They start assigning appointments at 4am for that particular day. The guard at the door said it was best to get there between 3am and 5am. Just to be safe, I got there at 1am Tuesday. By about 4:30 (yes - over 3 hours wait) I had my appointment set for 7am so I went back home to grab a short \"nap\". I returned at 7, but it was 8:30 am before I finally got called in. I got my result at about 9:30.\n\nDespite the delays, I gladly give this place 5 stars because, again, I was expecting a long wait anyway. I had tried another test provider late last week (a non-rapid drive-thru one) and it was chaotic. SignatureCare, although slow, felt organized and professional. Given all of the unpredictability and craziness with this pandemic, I don\'t think the back-and-forth and delay I experienced was unreasonable at all. Like another reviewer noted, the entire staff (security personnel, reception staff, nurses, and doctors) were friendly, caring, and calm during the whole time I was there. I would recommend this place for COVID-19 testing, with the stipulation that it does take a long time...plan to wait but be patient!\n\nI really appreciated the entire staff, their hard work, and their ability to stay cool and upbeat under pressure, even with the constant threat of virus exposure they face. It helps that I tested negative, but I just wanted to express my thanks!','2020-06-23 18:40:26.517000','2020-06-23 18:40:26.517000',5,'John Byers','https://lh3.googleusercontent.com/-vy6XFa8IbUs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2qJJ04jQTJUs6mUb2geTd3jyMtA/c0x00000000-cc-rp-ba3/photo.jpg','17898197009688164559',37598),('AbFvOqlddVOfQqNX-WXiZYAgbe83Krg--X5Hy6jkS_yTZUOa1XLRAYo3KGnCk0Smh2O_YQQuMGzrhg','I have always seen this place but never have gone and when no one else would take my young infant they would. We were met with kindness and compassion.','2020-10-03 01:00:25.538000','2020-10-03 01:00:25.538000',5,'armeka barber','https://lh3.googleusercontent.com/a-/AOh14GhJmPyGbHG8Vg4FKf8u4EQgVBNUu41Ohma2b5tKuA=c0x00000000-cc-rp','2694018788013845459',38941),('AbFvOqlddzTFHr-CsNlALGEx4TCOLz6rewLYNWjC-EkArmCnvRU6FQU_EeLhKH-T37On9H47mYZkTw','The Employees at 24 ercare are the most help full People i bin with in a long time the made me feel good and well taking care off. Dr.Daniels, Nurse Irving ,Radiology Tech Sherwin ,Er Tech:Shaylene also Registration: Ana I will go back if i need t00','2019-10-31 04:12:26.552000','2019-10-31 04:12:26.552000',5,'Connie Allen','https://lh5.googleusercontent.com/-RIYmGGivAFw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckNPkAHSJBOzAQuzGsFXxa6QkkCHA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28989),('AbFvOqlDeh3I2NiSKTMhcRzaqZc5F9VhlEZxU0e8mI9-aQcSflzhFYoWmK55t-z1tVx6_7s1wGRxZw','Very kind nurses and doctors, I schedule an appointment online and was able to come in early, I waited maybe 10 minutes. Got my Covid Test results within 20 minutes. Great staff!','2020-10-29 20:27:10.958000','2020-10-29 20:27:10.958000',5,'Martyna Mierzwa','https://lh3.googleusercontent.com/a-/AOh14GgpQn7Rqyoa_MXl20WgbHCkPjhG-5HwlG3hGVTEZt8=c0x00000000-cc-rp','14748677429039074158',31448),('AbFvOqldEyB7wdDXXf80V8aiuRfn184iOiG5-QkX_ywIvzAIePUpQYSh8JsDi6iFOGkh2GUinYJBjw','Took great care of my wife. Thanks Dr Smith, Alvean, Tricia, Jesus and Sean, you all were fast!','2019-07-13 17:02:54.524000','2019-07-13 17:02:54.524000',5,'Justin Lewis','https://lh5.googleusercontent.com/-PxPdHFbxB9I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucldRKxLtxCnqsOxwIlP2BWEhiJf1g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqldflb-QhTFPbuu84nZey9G5yxb9REktMxL7s4q6sz-loPgYwZ9gnDurcnnu_3DCHRZr0bW3Q','Nice people and fast service from elsbecker, Cristina, Tina, Shaunda, Chris.','2019-10-30 22:19:37.574000','2019-10-30 22:19:37.574000',5,'Jacob Votaw','https://lh5.googleusercontent.com/-LeurAmjYEoQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmtoajQhi5m5jCRn98il7xrHseGDA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36095),('AbFvOqldFNFbxhQlEFf3sSf2mazCrYoN4VLzLK-AJ3OoouNzRGV1QQAfCvq5wz7CkxW7w5Q50wwssQ','Best ER I’ve been too . I was seen within 5 minutes of being there . The staff were very nice and the doctor and nurse were wonderful .','2018-06-17 12:38:22.563000','2018-06-17 12:38:22.563000',5,'Steven Nguyen','https://lh3.googleusercontent.com/-MNDNNtjfEkA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclskp-5OMU_BeUJ5bZyTC7P0OcI7Q/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43386),('AbFvOqlDFwpwhATXv7wWQF1e6LRrsDTFgLTCzrbmsngxJaj4lnYcy12IkBbtFJ2sMdIdtpXJz7scgw','Great service! All the staff was super friendly and attentive thank you Dr. Yusuf, Nurse Naureen and the friendliest receptionist Amy!','2019-06-01 23:52:52.381000','2019-06-01 23:52:52.381000',5,'Darlene Garcia','https://lh5.googleusercontent.com/-EM4llXfCNYc/AAAAAAAAAAI/AAAAAAAACUA/AMZuucm7bOlytkJRFMRVMPctS9fISshIhQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40553),('AbFvOqlDgatyBzu508ND1qmFAXDQvT8zseQ0wwJAFNHQLU4IhKx8wnpFcRE8BK0LBdUx056eljf1zw','That was great','2019-05-01 05:08:10.362000','2019-05-01 05:08:10.362000',5,'ansar rasikh','https://lh3.googleusercontent.com/a-/AOh14GhOt9CmKW_PQA2wZRIJvT-5IRouU8w67tnt_kxU=c0x00000000-cc-rp','17898197009688164559',38195),('AbFvOqlDgj2YkaKo7nDsdwq0ItgGZxkLF3YWvRX3-PDjgrn_1sEw1vO_CZ-m7MXG2E-qq2qqAqgh',NULL,'2019-10-13 20:16:31.196000','2019-10-13 20:16:31.196000',5,'Mary Pesina','https://lh3.googleusercontent.com/-6F1S3KHQgvw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclPZLEUyi09Fohdmo-GCDTl9q0-Vw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41583),('AbFvOqldgqR5yYF2ov-ClzIKz3Np1sX-lgqcDPpmmidrZpZmfnjfi7zhRAe1H8Jphujfkq-Ep-XipQ','I took my mother in for a ā€œCOVID test and consultationā€ my mother was having a hard time breathing, her head, ear and throat where hurting. She was told she was positive and send home with just Tylenol and was told she had no infection. We where charged $300 for this ā€œserviceā€.\n\nAfter a few hours I saw she was not getting any better. I took to to Methodist hospital emergency room. She had very low oxygen levels 80, she was diagnosed with pneumonia, ear infection and throat infection.\nShe was finally discharged after being there for almost a week.\n\nSignatureCare failed to check oxygen levels or even properly check for ear infection and throat infection.\n\nThis place is a total joke and should not be trusted.','2020-12-06 00:38:23.398000','2020-12-06 00:38:23.398000',1,'Yonatan Osorio','https://lh5.googleusercontent.com/-no-4_L2L6cs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckZ0Oe-FgtfPwGvuQEKHLrQUIkEHg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32133),('AbFvOqldGXH2ZNzbFj0AkNj_oaijmFgoyWfhWaZKzbiZsWmfQwaYLQnJYf0tIirRU8gJ6yOvDZvhfA','Cody and Sam did a great job.','2020-08-12 13:49:36.879000','2020-08-12 13:49:36.879000',5,'Tripp Transou','https://lh5.googleusercontent.com/-C3VfqgEr4QM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck2Q8zaZjXvkcoc_VtWM4WddWEaKQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38612),('AbFvOqldH_prvdVGdei1L7IZhT74s1LyOImAKzr5PrdTF4Z0caCOLjjcHUpV36CUk8IceufQPYL_ag','I brought my boyfriend in for flu like symptoms and he was seen immediately, Stephanie at the registration desk was so helpful. Dr.Ybarra was knowledgeable and answered all the questions I had. The nurse Rollie , and techs Mackenzie and Natalia were very professional and helpful as well. I would definitely recommend.','2020-01-28 01:37:33.290000','2020-01-28 01:37:33.290000',5,'Tayler Salter','https://lh3.googleusercontent.com/a-/AOh14GgnKaWBEupu76wQbkRvXTMCVpokvDaeiWpLYHEvBA=c0x00000000-cc-rp','8679688254631342173',42480),('AbFvOqlDHcER-Sr1egngq5IAG0TqsPOzAlDGI1RI1RnS_lcmNl80ix-V6b4BJVWPcI1-vBS96nMeuQ','Had a great experience. Wait time was less than 5 minutes. Lacey and Luisa, and of course the attending MD where really sweet and professional at the same time.\nThis was my first time coming here and I will definitely recommend it to others.\nOnce again, it was a great experience with the entire team!!','2020-10-28 03:34:51.578000','2020-10-28 03:34:51.578000',5,'Lizzy Suh','https://lh4.googleusercontent.com/-2956MczR6_w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucktGStFJxzFOJPkRJUXas6F3ENKBA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33052),('AbFvOqlDHLCx5BeWdiSqwO65NlD6yrZwdf5cAwzjaMsl5sf8kckBatOfPfC63ii-jda-OIr2DI_gLw','Always a hoot!','2018-11-26 19:45:46.805000','2018-11-26 19:45:46.805000',5,'craig hlavaty','https://lh3.googleusercontent.com/a-/AOh14GieAwsEl2Jtc7rSdQios1nFKs90szFwPHX9lMIiBg=c0x00000000-cc-rp','3511292162159714121',40789),('AbFvOqlDhopPuPIK26ut6iLQD5QeRTIXv1kPBzkB4aiR4we9DtCVqsD1TrGvauc1qh5ACBZhjVy2gA','We are very fortunate to have Signature Care Emergency Center right down the street from our house! Both Lisa & I have had to go recently. Dr. Alloju, Katrina, Cheney, Therisa, & the entire medical staff staff are awesome! This is a first class ER! I highly recommend them!','2019-12-27 14:54:25.845000','2019-12-27 14:54:25.845000',5,'Network In Action Southwest','https://lh3.googleusercontent.com/a-/AOh14GhwHSP2HXEAszjZjBWEfQ0aECe35Rmb1eM-yE_iQg=c0x00000000-cc-rp-ba3','8679688254631342173',42530),('AbFvOqldHOqp0ddlrrTWNJbXhen9ZE7dWfXa16hVUkJuK7uz1vEUJaZ-p7V8n77Bs9C9SAF9oXKUvg','This is what the BEST healthcare looks and feels like!!!!!','2019-12-10 18:50:21.809000','2019-12-10 18:50:21.809000',5,'Edward Benyukhis','https://lh3.googleusercontent.com/a-/AOh14GhyuLLWs4MwQ4uvD-ShJ1srPJL1hUGY_OPltgsFvg=c0x00000000-cc-rp','16891069708558046635',36055),('AbFvOqldiAIrFBlA0X4-bWvk1TuD2I3bFJ-ZIJ5aV1EugJL-tK1DWL3BO4DwsyqBAdUQkB9ea3d6Tw','Great staff!! We will be back!!','2020-01-03 13:31:35.924000','2020-01-03 13:31:35.924000',5,'Anitra Francis','https://lh3.googleusercontent.com/a-/AOh14Gg2Fl308W-PLbxn9R1L4_wQtx01AdF__4szMAQd=c0x00000000-cc-rp','12541597562633926366',28862),('AbFvOqldiEdl5CpLxogIXrb5LbsN-WowLA2AlxkdrsOVKMuwdbwmz0re95ACJlsIJhK4hMOT7tHhrw','Short wait, very friendly, very clean, very professional','2020-09-11 18:10:41.636000','2020-09-11 18:10:41.636000',5,'K DeJear','https://lh3.googleusercontent.com/a-/AOh14GhqGtHZJk5swdX6F_BA1Ihwuohrce9TVHiYExlVcg=c0x00000000-cc-rp','8918455867446117794',42914),('AbFvOqlDiEFKJXr55RQHgzpW6BDQaIGipOFXYZhYU4u3B7sZmeI4GsxcV9S58ZKpSuBwQpbfPg1uBA','Wow, if I died, I wish heaven hospital would be like this place. I came in at 3:30 am due to chest pain and shortness of breath. I thought I was going to die. I changed into my clean underwear just in case.\n\nAs soon as I entered the building, I was attended immediately. The staff members started working on me. They were all so professional and nice; they make me feel like I was at home being cared for by my love ones.\n\nSoon Dr. Cheng came in to my room and introduced himself. He read all my history and physical documentations. Dr. Cheng took his time to explain all the lab work results to me including the EKG results and my final diagnosis was pericarditis (inflammation around the outer lining of the heart). He spent over an hour teaching and advising me on my medical condition. He gave me some pain medication in the clinic and a prescription for pain and anti-inflammation medication.\n\nI was discharged a couple of hours later with pain free and anxiety free. I only have to pay the copay, which I was very happy. I also received a couple of visitor gifts on the way out.\n\nI was very surprised when I received a call from Dr. Cheng the next day expressing his concern about me. I have never received this kind of medical treatment in my life, and I have been in and out of the hospital so many times.\n\nI am very sorry that past clients did not receive the exceptional service that I have received. But maybe your voice has made this place perfect for future clients like myself. So thank you for your service. I hope that you would come back to see what a good deed you have done.\n\nSincerely,\nThien Nguyen\n\nP.S\nI am not associated with any staff members or the clinic. I believe people who stay up all night long to provide good medical service to people in need deserve recognition.\nDid I mention that this place is fully staffed and well equipped, wow again?','2015-06-04 21:46:23.811000','2015-06-04 21:46:23.811000',5,'thien ngyen','https://lh5.googleusercontent.com/--M6EAuCSoZg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclDD6qFD_O7yGuHZg8vjIfS5FPg-w/c0x00000000-cc-rp/photo.jpg','8679688254631342173',NULL),('AbFvOqldISrqoQWMI6xBa4snpzep9t2fRlAKv9_poxcaNB-fFHNeYSqoIr6RNbpiR0gsyZ8E_Wwvvw','Dr.Grinblatas is a true hero.I walked in my anxiety was next level he ease my anxiety he was very professional kind hearted.He is a An extraordinary human being I was pacing my room waiting for my results and heard him fighting to save a life.I admire this human being and he went above and beyond to save a life and under the pressure of being on the front line he continued to make patients feel at ease.It was eye opening to me.I have such Admiration for Dr.Grinblatas and praying for him and most of all Thank Him.He is a Angel on Earth.Blessings to him','2020-07-09 08:48:27.375000','2020-07-09 08:48:27.375000',5,'Kathy Green','https://lh3.googleusercontent.com/-r8jLlqqbSZ8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnc9Jzf-6Zs2-VLZGqceWdy_y5a1A/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28601),('AbFvOqlDiZaXJ_A10ed78lb1om3tY63NDNt97-gL08O60IwnlLpdatiq08snqc_1M5vnFZGZQzIIEA',NULL,'2015-11-12 14:49:58.322000','2015-11-12 14:49:58.322000',5,'Megan Bebee','https://lh3.googleusercontent.com/a-/AOh14Gjnl4hnHlwVl5bOcKvCqAaoTXvDCl_WSRarErxU2w=c0x00000000-cc-rp','3511292162159714121',41259),('AbFvOqlDJasQQlm7KYbTDRIppdsGVmNciAvkP8KMGj4UYvu7GAGHiYduysIrXlNf3SwHHA9HosPJ','My first time here was amazing everyone is friendly and The front desk lady Mercy was so pretty friendly and she help','2017-02-17 18:14:04.143000','2017-02-17 18:14:04.143000',5,'Berniche Bouanga','https://lh3.googleusercontent.com/a-/AOh14Gh1WwlzFzdILN_t6sIsfaVrB0_-YlrFhvhiLNcCmQ=c0x00000000-cc-rp','3511292162159714121',41108),('AbFvOqldJBs6YOqrXCyOqZpfOmvYC6kZseiuigTaGGETbQXLKhvBataKfhx2W-EChkjH60DmfI_RHg','Staff was very attentive and very professional.','2019-05-29 09:39:40.791000','2019-05-29 09:39:40.791000',5,'lisset angel','https://lh3.googleusercontent.com/a-/AOh14Gh4UDldnv_2c_OJBsOlxrAusWZNrtAIhs99wLhxFA=c0x00000000-cc-rp','8679688254631342173',42696),('AbFvOqldJdap_uSQ62orAuo57Pt6lXdqhGcGERBw4QGuX3J28rUXOLlWSiKAhsUxgQU3Vy29NmQoVQ','The facility is very clean and the care team was on point. Everyone was very friendly, nice, and caring.','2020-02-25 18:05:33.651000','2020-02-25 18:05:33.651000',5,'Kyndra Snoddy','https://lh3.googleusercontent.com/a-/AOh14GhbbKg5lUg0wgnG8-S5_DiN08zrRe1uY1GczbqsKw=c0x00000000-cc-rp','12541597562633926366',28693),('AbFvOqlDjEAbRtMou0HfxOKpHhbPWusn1BxTHF_edLwTjLpMRSA7FAGmK8sefK7LAaS8XPp3vQwE','Everyone here is kind and the private rooms are extremely clean! It’s so nice to not have to sit with other sick people and go home with other viruses you didn’t come with. If you have to visit an Urgent Care facility...this is the place!','2020-12-18 19:27:24.298000','2020-12-18 19:27:24.298000',5,'Marni Cullens','https://lh6.googleusercontent.com/-xrfGoTVn4_w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm36NL1M52IflQbmlL9xL3eGFvKgw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39387),('AbFvOqldJEOMqZrPGE-SH-mhJ1ab6jpkNfXhNp9xKi9_jpEpMuDY0NUs2yf8JIEh2RLRvFQt_U6VbQ','Great place! The nurse and doctors were very friendly. Made me feel comfortable waiting for my results! A plus service Alvean was great!','2020-10-20 21:51:05.307000','2020-10-20 21:51:05.307000',5,'Rebecca Zuniga','https://lh3.googleusercontent.com/a-/AOh14GjyVzy2rJbOUus3phC3-xt_N29td0ALq_1gW-pG=c0x00000000-cc-rp','16389487648212004696',33134),('AbFvOqldjM9IxOEFRx9Vvt9RU0MylKVIVzN-MzEo889ch1O6sEZ09FF56OyeXRTrLmpPUB44k0HhiQ','Nurse Lucas was great,','2020-01-20 17:45:17.799000','2020-01-20 17:45:17.799000',5,'Christopher Phillips','https://lh4.googleusercontent.com/-ugqQje3CIH4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLlDgkGoWLDvRm4ihm6e5ehGQl2A/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39689),('AbFvOqlDjW-Yj6TTBovL98W4dl2koB32iMZEg53Nj3cTKHztmmItvUEMB_APjSqi8s5iUG4rIEGOWA',NULL,'2020-10-08 11:05:04.546000','2020-10-08 11:05:04.546000',5,'Melinda A','https://lh3.googleusercontent.com/a-/AOh14Gh0SJG1vqozhqpegrkHmPAjJ1VnvkmAEv4cXdaIvw=c0x00000000-cc-rp','8626688543755174284',41882),('AbFvOqlDJxwQ-nADOMnHZ7p0GuMEGSV5N4bwfmwcrj1eDh_rZw0wkLseTFXE5YmOGMTcjp-at147Zg','They made this visit the best that it could possibly be, they were so compassionate and informative!','2017-10-18 17:44:31.446000','2017-10-18 17:44:31.446000',5,'Simply Safarie','https://lh3.googleusercontent.com/a-/AOh14GiFtQbaRGhdoZWbFUbVAT3XUoPdM9e3vPfEPADDZg=c0x00000000-cc-rp','3511292162159714121',41006),('AbFvOqlDJZhzV45lmfSjgzh2n4UhU8JJtIhwoCqEQ-GWLSSnmLEqRSYG7qVgFBBraQ00gbSDw8-b','Fast professional and helpful thank you Vanessa','2020-06-03 00:25:56.062000','2020-06-03 00:25:56.062000',5,'Jose Vasquez','https://lh3.googleusercontent.com/a-/AOh14Gjkc0dUzYiat3BgbQ5Da93nMnvNgS_Spula2qBLsw=c0x00000000-cc-rp','16389487648212004696',33240),('AbFvOqlDkayhyyYngcMRroUXNnEPERIPtlXCW6uGe29SgGQM7RNSNdrebTCfrm1crY6LPalsJdq5kA','This emergency center is great. The Doctor, nurses and staff were very friendly, reassuring and lighthearted! I went in early morning with severe abdominal pain and what I thought was a stomach bug after battling it for 2 days I was at my breaking point. The front desk was friendly and QUICK. I probably waited for about 2 minutes before I was called back. I was seen by a nurse as well as Dr Akunyili and was instantly taken care of. Within the hour they had done a urine test, taken my blood and had me hooked up to the appropriate IVs. They also had me do a CT scan and taken xrays. I was diagnosed and offered either to stay and be monitored for 24 hours or to be sent home with the proper antibiotics and medication. I opted to go home. I received a call the next day checking up on me. If, God forbid, anything happens to me again or my family, I will most definitely go back to this Emergency Center!','2016-09-06 17:56:59.812000','2016-09-06 17:56:59.812000',5,'hana ab','https://lh3.googleusercontent.com/-UxArTYQCSec/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm7XxBOh9vmhbiBxK0DEBGc6TWCkg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32781),('AbFvOqlDKKPFH75oT5SuoYio4gA9soNUO6jkGL2YiDReWEc3K9rPfKpFSyFaOjLA2-PJojvl6Tvt1A',NULL,'2019-08-25 02:01:06.781000','2019-08-25 02:01:06.781000',5,'Joshua Troy','https://lh4.googleusercontent.com/-Ix45_-rh5AE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck32NnaEPP8qG-cO2f7o6BOys7GPQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38014),('AbFvOqldKvjfLdFEVYEGZGtfpq63EhkV3fbbnSq4lKGPJWnGa57XNkOqCnCxhv0bqCQy92G6PWN4og','Great experience. No waiting time. Everyone was kind and attentive.','2020-01-27 01:19:56.837000','2020-01-27 01:19:56.837000',5,'A Brooks','https://lh3.googleusercontent.com/a-/AOh14GjEr9z7KDQzdt67zAVAnOorB9SCQ0QpV8unupwuDQ=c0x00000000-cc-rp','16389487648212004696',33442),('AbFvOqldL8qJlDlvJKonNupqOYGwDiPtgtNTymgFV1QwlaRzSyfmVFqymMrjGSx4YHNBWAV_b5Fy','Great facility. Amazing, friendly staff. Made us feel at home and were willing to help with anything needed.','2020-02-18 18:58:40.016000','2020-02-18 18:58:40.016000',5,'Cody Clark','https://lh4.googleusercontent.com/-EXWAuY6rS2Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnQwqIbwTJoPAmMNifXlM8dtoOV0w/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39613),('AbFvOqlDm3liZDtMzGVv2-IVjhgAmAXLmv4W7NSjWfgaZ3BGINsrk1yP3ps6jQuAAB7poPM1Pqi0rQ','I went in for a throat problem they took good care of me good doctor and staff no long wait and they have payment plan thanks a lot keep up the good work','2017-12-08 08:01:57.310000','2017-12-08 08:01:57.310000',5,'Rony Alfaro','https://lh3.googleusercontent.com/a-/AOh14Gju475npdKKKdi20GuxBYLlFZ69L1MPginTnf2bTA=c0x00000000-cc-rp','3511292162159714121',40984),('AbFvOqldMfL-YxN_GbWg3VYLQ2i7zqG1n6dWHqgWb6LH0pdXp9uHyA588blwFSeVtVrEQrWAX-gT','A great experience. The dr was awesome and Kat and Jessica were so helpful.','2019-05-10 00:44:26.033000','2019-05-10 00:44:26.033000',5,'Melissa hancock','https://lh3.googleusercontent.com/-eKotNZooniQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJDs0E5RpNRvfPwEoQ0HgoLRLxBA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlDMoDD4tZ2UaBWa6MxA0ePYDeaIy46kRRq-tJ3Mkep96HLKIzSbBLFZtcV18FjbgxZnThD','Great, quick and professional service by Dr. Edwards, Ralph the tech and Nikaela the nurse!','2018-09-27 00:32:05.510000','2018-09-27 00:32:05.510000',5,'Benjamin Bentota','https://lh3.googleusercontent.com/a-/AOh14GhU50MkCbicvLKpsSD2nGZ0FUFkaUUzGZjWfkMhFw=c0x00000000-cc-rp','17394740196501090048',36886),('AbFvOqlDMpC-WnyI_vPZWuMd-orVpk8cDqNWqJJtS0a1ytqJiMmRToEUl5xFL66rPoH-xdHtL6nY8w','Loved it here. Was nervous but the staff assured me that I’ll be fine. Very polite and took great care of me. Let’s not forget the receptionist at the front, she’s a doll xoxo','2019-08-15 16:37:38.596000','2019-08-15 16:37:38.596000',5,'Le Le','https://lh3.googleusercontent.com/a-/AOh14GjOc0rnqcRGQXetdD3d7VgaWyXCBWnjRPLvB66a6w=c0x00000000-cc-rp','12541597562633926366',29053),('AbFvOqlDmvIO639M5owX3xxfVvMv-5652FuNHClV6uUc-vVB4IfMGHOvRvgIC76p8lolMJ1YQYcOfw','I visited this facility for the first time this afternoon and was impressed with the cleanliness, friendly staff, and quick service. There was little to no wait time, and the staff was both friendly and efficient. I highly recommend this facility.','2017-02-07 00:43:44.696000','2017-02-07 00:43:44.696000',5,'Deann Groce','https://lh3.googleusercontent.com/a-/AOh14GjT8CPPaKO7rBbXcuM1M--nNcGeu4DgNn_kV_ZbH04=c0x00000000-cc-rp','14567670160750071148',31110),('AbFvOqldMY34_-l-aUg_cLP7cX4A1BYQ7zQKe82TNSijkn1lamr1YYaMeFbdLm-Z6VOVCYaUKmpySg','Their website states that you will typically get seen within 10 minutes of arrival. TRUTH!!! I took my daughter and before I could finish filling out the paperwork, we were called back. The facility is really nice and clean and the workers were all polite and very professional. They tested my daughter for flu and took a chest x-ray and both results were back REALLY fast. My daughter is almost back to normal. I\'ve already recommended this place to a friend! So pleased with it.','2017-12-26 18:33:48.505000','2017-12-26 18:33:48.505000',5,'T. McDowell','https://lh5.googleusercontent.com/-63-6bRAQo-4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckq7VHnoLuCIXJyWSky0XfHdakYVw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37014),('AbFvOqldnl7jqoSIoQq_UyNj7DXRu6oVRBsp0PNNEbG9aiwWE-wfIc6pL_M5QwEWflYZsyHqR8fy','John and Cody where excellent','2020-10-20 18:18:31.562000','2020-10-20 18:18:31.562000',5,'Selena Gonzales','https://lh3.googleusercontent.com/a-/AOh14GiFssPf6mpMhjp_u_sfuOHJ7KXx2_AEWt-Iau1iBA=c0x00000000-cc-rp','2077061009497551125',38465),('AbFvOqlDNncd_iMz1owKq3IGQcldfmdn8dtU2h8z61AwOj9nMtArnNOnhJ_-FXmPdjtwvbLQlNqauA','Went in with my mom after she got into a wreck. The staff was all so friendly and pleasant! Dr. Thomas, Jeff, tanishia, and Fatima were awesome and provided quick service.\n\nThank so much for the amazing service!','2020-02-12 04:34:43.893000','2020-02-12 04:34:43.893000',5,'Sharon P','https://lh5.googleusercontent.com/-X1qJBYwcUis/AAAAAAAAAAI/AAAAAAAACao/AMZuuckIZWyrPWiX4GGWvhVFmFDNG-91nQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37705),('AbFvOqlDNP0FpuvqRwpjiwlHYXpWf3opn6TpGvffjvgRU2qthLlmeYEDEE8sp0UGEGp2jV8_9pY_hQ','Had a great experience Laura was so helpful and made everyone so welcomed!!','2020-03-01 19:28:57.346000','2020-03-01 19:28:57.346000',5,'Alexis Lamastus','https://lh5.googleusercontent.com/-1yK5msiFOVk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclEJEWGbmJlZ0BXGtTxO9KuBNOHvw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34327),('AbFvOqlDNr_aYoJheunwf_2msa57gy8vCiARiZeS9m8Mav-wkGtfLLfLV7Z2HhNrN5U1aVRacKl6pg','Tracy and Alvean and Dr.Wong treat you like if it was family great customer service also the front desk representative was so kind and helpful Dr. Wong help me understand what was going on with my pain 10 out of 10 recommend this emergency please don’t go to no other ER','2019-03-27 20:29:46.660000','2019-03-27 20:29:46.660000',5,'Ignacio Martinez Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GjvDTENxq1BM1jSUZIt_oIQ0i06gkBIQwXdOIw6_w=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqlDnSht_g7p_5hLY-mopGxovQ2D6clVg0WMydSXnm_X2vkUORb40bnuyu3LUWhGYkrwabiW','Thank you so much to Dr. Rose, Christina, Linda and Ricardo for taking such great care of me this past Sunday.\nI’ve never liked going to the emergency room for any reason but this was actually a good experience! The place was so clean and the staff just amazing. I was seen within 10 minutes of completing paperwork...that would never happen in a traditional ER! Signature care is definitely the way to go if you ever need ER care in the South Austin area!','2020-01-28 20:15:54.920000','2020-01-28 20:15:54.920000',5,'K Hayward','https://lh3.googleusercontent.com/a-/AOh14GjZ6mqUz1ptcdVeNHNRSj5Ul4eI18i2sy7TroUQ=c0x00000000-cc-rp','16891069708558046635',35991),('AbFvOqldNZoScPHnqnI7De1Xe_PstKMqHy_C0IxhkDxxrbALmin__1DbNW02uTSh95CSIOLDvn1ChQ','My husband needed ER care pronto and they were there for him every step of the way. The nicest people and ER care are there. Would never go anywhere else unless they weren\'t there. Couldn\'t ask for better care then my husband got.','2019-05-02 00:02:36.956000','2019-05-02 00:02:36.956000',5,'linda molina','https://lh3.googleusercontent.com/-soWd4w2xvDM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclNKI78tCa__SVbsaJp0niKsNFysA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29862),('AbFvOqlDo7PfwEs3piUOcP1zF1yTcggFQqLBA7U4Ub4Z-r7-H6Cw0OW31syeinYAyp1AFUY632N_5A','Dr.Vakey, Nurse Jacob, and Tech. J.R were great! Very professional and very friendly. Liz at the registration desk helped me immensely.','2019-09-24 17:21:04.781000','2019-09-24 17:21:04.781000',5,'James Stretcher','https://lh3.googleusercontent.com/-By7TNu1xUpg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckLxDO2MyxVWwPwtGenSsNObsNhjQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34647),('AbFvOqldOoO6m75hIxau_h7uKyGvS4TG743lignxwjQzx17ULEObYXA0CO2Ft5GaL4ZYxLPSaR6xAw','The staff was very friendly from the registration girls Kim P and Cecilia and the nurse Chris Cox and the tech Natalie Blake! They were awesome','2020-06-07 00:10:14.949000','2020-06-07 00:10:14.949000',5,'Samantha Garcia','https://lh3.googleusercontent.com/a-/AOh14GiIloJz05GHsYrR1sD26_gNIgE-6laEBsNW-x_ptA=c0x00000000-cc-rp','14567670160750071148',30199),('AbFvOqldOwl-w9tjpNlw0QpRKMrgLxOsQ47XnMr3vT92zEqq5fqMkIIrgTZnZc6S_qyENzsqSgNjyQ','I highly recommend SignatureCare emergency Center. I received exceptional treatment from signging in with the receptionist Briseida M to my nurse Susan Ryder and later Sarah, along with efficient quality care from Dr. Patel.','2019-11-12 01:32:37.882000','2019-11-12 01:32:37.882000',5,'lisa Vasquez','https://lh3.googleusercontent.com/a-/AOh14GjlBJk9ZghfHROd78YuTZRr12g07_0hvS_WugY6=c0x00000000-cc-rp','17898197009688164559',37891),('AbFvOqldOzeQThtoz7QfT6q8oIaz5NfYStUfhRSFWumkY4XuEL6FYJanZP4BWEvgR9KqARtZog5x','Visited today for a COVID rapid test. Quick service. Nurse ā€˜Katy’ was exceptional — very professional, empathetic, and sensitive to my concerns regarding billing questions. The only reason I gave less than 5 stars is attendants at the front seemed far less engaging and vague in answering the same questions causing me to be extremely unsure as to whether I should continue the visit. I realize they are not the billing department. The complaint is not directed toward the staff. I think the facility needs to be more clear about their billing practices. I know what my insurance covers. It is less clear what the facility fees and physician fees are. I don’t like surprises.','2020-12-26 19:44:56.574000','2020-12-26 19:44:56.574000',4,'Ellen Coon','https://lh3.googleusercontent.com/a-/AOh14GjqFPWHDMLVylfq-D1LMWOqdJdFsmxa_TZRCGdg=c0x00000000-cc-rp','3272657195432704501',43884),('AbFvOqldP1uurR0BgXzB8NQYL1rPwjunVu8hWuMh5WF_9tK3HpZwl4m-wbhvABC1Ad5Pr70j0YKjaQ','Quick, competent, caring staff/doctors.','2017-12-09 21:13:32.487000','2017-12-09 21:13:32.487000',4,'emily weems','https://lh4.googleusercontent.com/-eUjg19r2nBg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1tToRX5-lLy2rJkcYggFxsS3C-A/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30936),('AbFvOqldpe-KKp394aCOef2yOG2x-hcgw6oXDWP76JvWv8U1FrDCml9ENyTJaktequ4WckmK6ZD0OA','Tracye D. and Juleisa H. were very welcoming and helpful. Would definitely comeback again.','2020-09-15 16:49:10.896000','2020-09-15 16:49:10.896000',5,'Adam Ali','https://lh5.googleusercontent.com/-EQVawebIEZg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmeCT5kfHbTcHmjsQKCD3ooaWCSHA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42908),('AbFvOqlDpzu-O8y4OiTxTJ2zFHv0MZ6FsEWZbFKOA9vtmzcNVwmGDOoPbZKMwN2BcCPaLMhxm9XkSw','This was a great experience the nurse was wonderful and the doctor is so nice here. Very professional!','2020-07-21 02:35:58.373000','2020-07-21 02:35:58.373000',5,'dan','https://lh3.googleusercontent.com/a-/AOh14GiE26keUNWTdDaxf-J4bMeTzbSZQwyrh5vwv6m9CA=c0x00000000-cc-rp','14748677429039074158',31921),('AbFvOqlDQaaCSeP4dNE9P88sCrhTOCdGiDLb8n4XqBesA4FHRUzE2N__cOE2AQtNDoSsYNwrEUb2YQ','Very helpful, second time going treated with kindness. Made me feel comfortable.','2019-10-14 15:36:59.811000','2019-10-14 15:36:59.811000',5,'vincent espinosa','https://lh3.googleusercontent.com/a-/AOh14GiVn7v7sGnuoE0333IdRTdZpLZAcBFZSAnZzIHY=c0x00000000-cc-rp','12541597562633926366',29000),('AbFvOqlDqqAExW0wn2pG-sanClvS-Fm3gLBTXQiKOugyRSsqzCN0ffMkYroR9DlrCpFaP1MD7jPIxQ','Clean and safe environment and very good helping staff. I justed visuted last night and found everything excellent. DR. WREN, MD, ALISHA A\nNurse: Nichole M F\nRadiology Tech: Brian S C\nFront Desk: SamanthaĀ Ā  G\nexcellently handled my case.','2018-11-03 18:04:20.009000','2018-11-03 18:04:20.009000',5,'Mike Ceaser','https://lh4.googleusercontent.com/-AjawJO-Nr-0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmc4OT51qy6RFK44FnaQRMygVj8Kw/c0x00000000-cc-rp-ba3/photo.jpg','8918455867446117794',43347),('AbFvOqldqZD_UgBO0rMxifLjNgQ42bs0gthETnwefNc3qMdmH3JtI4fLbchw1fRIN-JLa2tCKzxb0g','Everyone was very nice and super efficient!!','2016-08-19 11:04:57.967000','2016-08-19 11:04:57.967000',5,'Christina K','https://lh4.googleusercontent.com/-OjvHatqDjgE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmUa0lOR_37dOwVAEnirOI_1Ua_QA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41180),('AbFvOqlDr5XrnZPjT5aHBBaO9GwnMSwvb7alg6wBtBarER9M8O9ZeNA-JnhSX9nbfEMT9dzbBLJMnQ','I can honestly say coming to SignatureCare was truly just a good experience. I got something stuck in my ear while cleaning it and was freaking out and luckily found this great place. Everyone we talked to was genuinely kind and caring. Dr. Daniels, nurse Katrina, Therisa, and Yasmina gave me the best care and I can happily say they quickly got the object out of my ear. 2020 has been a series of L’s but this place has given me hope! Thanks again to everyone at SignatureCare!','2020-08-28 02:44:02.950000','2020-08-28 02:44:02.950000',5,'Giovanna Paz','https://lh3.googleusercontent.com/a-/AOh14GjXmbXAcxIv9umCIbblZqkmCpJylR_QoyPUHMNPlA=c0x00000000-cc-rp','8679688254631342173',42308),('AbFvOqldraifP5Hsb5BMVN04GhI84SvhO7XxF0FJy6WQSmY9BRLB72H1UvbrghgpaLS40uEcNUdt','ALWAYS clean, efficient, kind and caring!','2020-01-11 00:25:50.351000','2020-01-11 00:25:50.351000',5,'leah Colley','https://lh3.googleusercontent.com/a-/AOh14Gi9VVAyBeXE9La5FkoEbpJLUeJPn3tx7Eap_UexcB8=c0x00000000-cc-rp','3272657195432704501',39718),('AbFvOqldrESqSqgcEIdEOnZpd386VxW08AEZd1b_148sVN4S38xFuLRk73Ydiirq7IAmiaQ1wV_c','The extremely handsome doctor fixed me up right away when I split open my finger on a glass at Hotel Derek. Needed 7 stitches and was panicking but he was calm, professional, and thorough. I am very pleased with my experience there. At other ER clinics that I\'ve been a patient at the norm is to get you in and out with as little care or necessary assessment as possible because they are in a rush. Not the case at Neighbors Emergency Center. Thank you for taking special care of me.','2017-06-02 16:35:49.080000','2017-06-02 16:35:49.080000',5,'Dawn Bennett','https://lh3.googleusercontent.com/a-/AOh14GgwIdy0cA8egGYho_2KnCMunYCCimp7UMg_Lqzscg=c0x00000000-cc-rp','8679688254631342173',42769),('AbFvOqldRlEJb6FuXtgaiMOA6K1WFzc9ZQBQYG2ltBpR9OHMlX-zBibs_exdjJAfEFBGFovRFTIb','Had the most awesome service at the Signature Care in Odessa off of Grandview street, Jessica was the receptionist, Jessica F. Nurse, Jared the Tech and Ector was the other Tech, I have been to many clinics and would say this is the best. Really nice and helpful people. Thanks again to you all..','2020-02-21 13:29:02.637000','2020-02-21 13:29:02.637000',5,'Daniel Collins','https://lh3.googleusercontent.com/a-/AOh14GivHHPunqNIAm09p9gs8D6gwKnK87-yf5TOURxprA=c0x00000000-cc-rp','6521947413723274945',41467),('AbFvOqlDShNfN88McNF4etp14EwTTq4bxa19EGV4Kp3-F77PR4dGtrI9bMh-5cM0r0Q8e64KJfDR1g','Great experience here. We came in with my husband’s chest pain (right side so not heart related). They was no wait, they ran all tests necessary to ensure it wasn’t anything worse and then try to figure out what was causing the pain. Lisa, Corey, and Allison took great care and were very kind. They got him discharged quickly once everything was resolved. Highly recommend!','2019-08-30 01:09:45.960000','2019-08-30 01:09:45.960000',5,'Gayle Moore','https://lh3.googleusercontent.com/a-/AOh14GgK9TSKM99o4yDYnsY4XjSb4D-ItfoPGXdgVTU9=c0x00000000-cc-rp','13486358490203335051',29684),('AbFvOqldSIZBIqtLFN430T3YE8PU_8uN2qj2qvK0FyjFFjuGBSvACUTqMkCYKZMJbxTIGV1szxMUSA','Quick, quality care with a smile. No complaints at all. :) even got a warm blankie while I waited. Lol. Everyone was great, the doctor even gave me some warnings I wasn\'t aware of. Very helpful!','2020-02-09 23:33:50.455000','2020-02-09 23:33:50.455000',5,'Lexie','https://lh3.googleusercontent.com/a-/AOh14GiDecHtnbw1egJWoYKczndshQ8ATCMtdIKmWIziBZw=c0x00000000-cc-rp','17898197009688164559',37707),('AbFvOqlDsjd9PuhoxapxIOhJ-7amQ5JeyZqvdJr2xp0JX2H-oj2wM1VwU3JWteLRV1LpHzF0vtHKpA','There’s nothing worse than having sinusitis, When You Feel like You’re drowning in your own mucus. Thank You Dr.Miller, Laura, Christian and Natalie for making me feel better so fast!!! You guys are the best!!!','2019-02-02 21:33:24.948000','2019-02-02 21:33:24.948000',5,'Eve','https://lh3.googleusercontent.com/a-/AOh14GgweVV2j6u0zP4yEGhtSSXcpoVN1x_NWhajdrC6=c0x00000000-cc-rp','3511292162159714121',40656),('AbFvOqldsp_EN0YdtsjFz8TWPAeCOYhKX9CZL2IMWp-b_ECZfPoQzGf9HSd_Kcm8zfLHg8LQPXUSIw','Tonight was my first visit here. Our wait time was less than 10mins to go in the back. Terra greeted us and was very friendly and welcoming. This ER is very clean and offers coffee and drinks. The whole staff was great and I appreciate the professionalism. Thanks to Dr.Zheng, Nurse Irving& Holly!!!! Great Staff','2019-12-31 05:17:24.808000','2019-12-31 05:17:24.808000',5,'Tiffany Carr','https://lh5.googleusercontent.com/-ZhD_nFvYCuk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnNNRZ_Gbjo0pTFMajVnS6mN622Ng/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28881),('AbFvOqlDsxOQ1PWwXmOEZ-77SBfdl32jTj7g9n79rq8gLF8XodhhLMCWafcGC4UfrPK3Go_lqaC0Jw','Kendra was very nice and checked people in in a timley manner!!','2019-12-08 18:04:05.710000','2019-12-08 18:04:05.710000',5,'Savannah Wilkinson','https://lh6.googleusercontent.com/-vnMkglw02OM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJx_ts77ighJ-hAVA_VIgCybg6og/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34510),('AbFvOqldsXupXcksrIMPTTWta0gEhslTIXt2u0sMhISfoshIttNaBoB7tiL1YOYZLjvoAe62xnJX','I would definitely recommend this location for any emergency need! The staff is so welcoming and never makes you feel like a burden. Georgia was my nurse for this visit and she was so kind and made my time here fly by. I’ve been here twice for covid testing and have had a great experience each time!','2020-11-17 01:20:34.231000','2020-11-17 01:20:34.231000',5,'Kayla Johnson','https://lh3.googleusercontent.com/a-/AOh14Ghi2e8fun0xtR8qiqNfV_jrXKWcPLCpchgyMKZHkA=c0x00000000-cc-rp','14748677429039074158',31357),('AbFvOqlDT1H6KBrqJhX8Wf9A_GNMxX7ZYf1LInDpNYYZ5YtkyehshS4SRZPBgnuf-6eaJbjYSx2l','This was my first time coming to this emergency room, let’s just say I had no clue how quickly everything would be done and taken care of. They were fast and yet still very caring. Jani, Tricia, Aurora, Jasmine and Dr. Cavasos thank you so much.','2019-08-29 19:53:37.146000','2019-08-29 19:53:37.146000',5,'Azucena Cleto','https://lh5.googleusercontent.com/-14Tyb5CzwEQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclvA3BqvF3W_oHRoKsgQTpnr3sNYA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',34016),('AbFvOqlDtCnwRRCPQDtfWA0PadqzPjbaGfZ9AdbD2HGL6z-AcmuNwrNNWG7M5C5wY5YuDziHBhJF2w','Brenda G. from the front desk greeted us as soon as we arrived with a smile and made the check in process quick and easy. We were escorted to a comfortable room in the back minutes after arrival and the medical staff quickly tended to us. They were all so good to us and the Nurses Naureen and Agnes were amazing with checking on us regularly and making sure we had everything we needed. Dr.Patel was very knowledgeable and answered all of our questions and reassured us with any concerns that we had!','2019-08-05 04:59:50.169000','2019-08-05 04:59:50.169000',5,'Nelda Chavez','https://lh4.googleusercontent.com/-NOgi1Ec_-Ks/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucluc0G-MCjpAEbDaZs65Qs2xZ_daw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40465),('AbFvOqlDTdSsrJo_VZrksNdWYiK9cbPxbRsccTw2BnX81NVhANzxAqLOJ6q-DCFQ8h5sm-HTfK1qTg',NULL,'2020-10-15 16:28:54.271000','2020-10-15 16:28:54.271000',5,'Rodney Wheatley','https://lh3.googleusercontent.com/-ZFiG085gpVk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucluRgz2d8QFjIhqyYXvs13j2tz_BA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31499),('AbFvOqldtj7MAsbS7jEHKxuM2CdLNpT0WjYlmkLta6H5xrw887gt9OV1I4tLTFfVIKs9LkfQrbJ_pw','Dr Das very quick to realize What was wrong with me as soon as I stepped in. I thought I had strep but got tested for covid and strep and he was right','2020-08-10 18:44:44.821000','2020-08-10 18:44:44.821000',5,'angel Taylor','https://lh6.googleusercontent.com/-WuU19PRtlRI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnI9l1vXWuUX63Bl-o9-BCx8ApWjg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31777),('AbFvOqldtlePJIVh2ps1xu39X9uT3Vx0g_9itNeQQawDdFrR5lHTEwj2d-TjLT3clWKU-vYR7Tbegw','Very helpful, friendly, clean, and informative! Dr Daniels and Tanishia were great. Everyone was great! Thanks again.','2020-03-02 02:24:49.393000','2020-03-02 02:24:49.393000',5,'Courtney Rickels','https://lh3.googleusercontent.com/a-/AOh14Gi8_jSpVldo1YSwAN0h9Lckw_RI-lF91OK826SUHw=c0x00000000-cc-rp','17898197009688164559',37646),('AbFvOqldtlMHIQDsQQVX2Wt9FKv6YSum4P5kgsPwzAynfadLOS6DsCfmTHyzz1M88AqZcnXwmiqwVA','MOST FRIENDLY HOSPITAL IVE EVER BEEN TO. MADE ME FEEL REALLY SAFE. DR. Thomas, Nurse Irving, Rad Tech Holly & Lisa, Registration Aerial W were so welcoming. I’ll definitely be back!','2019-09-28 06:32:40.516000','2019-09-28 06:32:40.516000',5,'Clarisse','https://lh3.googleusercontent.com/a-/AOh14Gh8LfJzPqBuQ74nPAuin4-7nfkSz6TZqnGEjEIKxw=c0x00000000-cc-rp','12541597562633926366',29010),('AbFvOqldTLyrfQW9YF3cQ4mf-MElso6jHrIrWy2wNHIKfUVp2ejF09z6LOtmm7qyCTN-tNpw1ewcHg','Front desk staff were super welcoming and friendly! Sindy and Rashad were very kind and helpful at the front when coming to visit a family member. When checking in on my family member, Dr. Wang came into the room to check in and make sure my relative was well and comfortable meanwhile waiting for some test results. Great and friendly service!','2020-02-07 03:45:16.377000','2020-02-07 03:45:16.377000',5,'Y Mart','https://lh6.googleusercontent.com/-DkxvdMLYMD8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnPcCf-BqHIVm0A3xWqZVlEoXfkwA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36634),('AbFvOqlDTociAZoPZ7MGxiJa3jzKPtox18obgulPYY-dxjpXNeD8yCbxkRhZRF2jdWTBfCYviirhxQ',NULL,'2017-10-16 17:03:02.325000','2017-10-16 17:03:02.325000',5,'Musicman1170','https://lh3.googleusercontent.com/a-/AOh14GiRofEsyl0R1XCj_S4OdCE33TxAPdkFfBB-FLGkvPI=c0x00000000-cc-rp-ba2','16590124370714063921',35364),('AbFvOqlDuB5sHRByHGDh7hGwhTJFywTT4DoQT4uXQxyhp0esuPaLQve8wFNgu8lgGzJsmR-jaTFwPA','Great experience ! Little to no wait time ! Awesome staff , and was able to assist with my grandfathers concerns promptly and efficient ! I definitely recommend this facility to ALL expercially during this time ! Dr Daniels, Robert and Jessica we all very awesome !','2018-11-25 06:48:24.847000','2018-11-25 06:48:24.847000',5,'raven webber','https://lh5.googleusercontent.com/-YacuBLJ-5cc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclflJYDZ35hDv8NMcrUfUOizBKtVw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43338),('AbFvOqlDuBzHj809PqIL8BzK02rvlkZBqB-l065b_h7MNxPUV5xQ5Te_gCnImQZsarGl3KZnd8SZ',NULL,'2017-12-11 15:39:01.241000','2017-12-11 15:39:01.241000',5,'veronica hinds','https://lh4.googleusercontent.com/-3RSJY9FeyfA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTw0BhhFxYH3-TX_npHF_9GbjB1g/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43449),('AbFvOqldUgz4L2zPpBvJEpln1GSHQsL4SHBvcWN10skNUyVnuMY_u3kNyWNtC4V8p7LnYMvDUbNM','Does not accept va care. Starts pricing self oy at $175.','2020-06-15 01:48:45.118000','2020-06-15 01:48:45.118000',1,'Ashley Martin','https://lh6.googleusercontent.com/-9xvl6A4CMf0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclSp9Oi27mJwIvQmp_XwyJ74ccW2Q/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39060),('AbFvOqlDuJF5GWp-b9Ml3orXtTqhjiRHy16o9y0QrEYGikktpYCXQQyCyHK6j3FgLZmpKiqUfsWLLw','My experience with execellence because Georgia (ET Technician) was the best. She was professional and compassionate seeing how afraid I was.','2020-09-18 14:45:36.737000','2020-09-18 14:45:36.737000',5,'juanita trotter','https://lh3.googleusercontent.com/a-/AOh14GivHbEU9Xh3EuDFsIoIIDv4me1WL5C4za7ieTfta7w=c0x00000000-cc-rp','14748677429039074158',31634),('AbFvOqlduNuygINJbuxMsZ23-wOfqf7Ja_YP7Bs2DyvLcayFC60d0921lFhOpFuwEbZV0aevrNJugw','It was really easy to get my test everyone was very kind and helpful. Thank you to, Delicia, Dr. Lindsay, Sonle, Karen, Amy, Yaslyn, and Rolando!!','2020-08-23 15:04:33.576000','2020-08-23 15:04:33.576000',5,'Liberty Meyn','https://lh3.googleusercontent.com/a-/AOh14GhoTTgwoNHFpUL6aMPSChmvk1aXAS9qytbvtnDQRg=c0x00000000-cc-rp','8679688254631342173',42312),('AbFvOqldUTQUVaAlEG0hlcdFLNJ5J-M9mJo-hrIU4qqt5yZSUlH0Ji1QhnmkGGUX5OPNKpr8HA-6RQ',NULL,'2019-12-27 02:54:39.573000','2019-12-27 02:54:39.573000',5,'TexasMom 23','https://lh3.googleusercontent.com/a-/AOh14GjjUNNlo7WYHcHPVz7Ef8wPzpGvvrocGXMa-B-8=c0x00000000-cc-rp','8679688254631342173',42531),('AbFvOqldVHNZFezgKxPl4mTDIHWB9Cf6HvQ-RkzHHuj9dKgpJ0vHZMgCw6uCLGtLAkMGQRIzZM-hQA','Had a great experience, Nicole Gilchrist was very helpful and made sure I understood everything that was going on throughout my visit. 100% suggest this emergency center!','2019-12-08 09:48:02.500000','2019-12-08 09:48:02.500000',5,'Adriana Pena','https://lh3.googleusercontent.com/-vjjFSwHZp3o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmor0HV5olhZh-68WBG2fJ-AxVt5A/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30402),('AbFvOqlDvLU55ff3jII7Xj_BWbIjj8HdmkC1WHGdt_Sdi0lXiVmK2saDCo7UG0E5nvrVwnqgFqhY','Front desk associate, along with Dr. Harjai, Ekateni, and Valory all made me and son feel like family. If need be we will be back, and recommend them whole heartedly.','2020-10-27 21:06:21.808000','2020-10-27 21:06:21.808000',5,'Tea Will','https://lh4.googleusercontent.com/-jr89WjEB0Ls/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclN8NTS3f-7qBc1CFXWS952fWC9Og/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33057),('AbFvOqldVSs8LWmpF9myys7N1ftxsMnChWCn4GsnHiZu_mTXgbOPCXukTfZAK_y5wm1l1S_WTqjptw','All the staff was very friendly and caring.would recommend everyone to visit if u need urgent care..seen by doctor within 5 minutes.gr8 job by other staff as well.Thx.','2018-01-26 16:50:20.947000','2018-01-26 16:50:20.947000',5,'Mathew Thomas','https://lh3.googleusercontent.com/a-/AOh14Gg4STq7tTEceyv3_rrdl3rYipRM6IeF_MXvC9I7PQ=c0x00000000-cc-rp','8918455867446117794',43421),('AbFvOqlDvtRfieFu5oZCmB-ZEZgOZE5qKPLwEdA-1P-qOZrjTvlWkTIcVahHDQhc7jZxXIQ0_pkrZg',NULL,'2018-12-26 06:32:59.970000','2018-12-26 06:32:59.970000',5,'Ashleyann Cobb','https://lh5.googleusercontent.com/-QcJseVUvxXs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnHkqBdaq1QktLyivyio0x5IhfEtg/c0x00000000-cc-rp-ba2/photo.jpg','3272657195432704501',39984),('AbFvOqldwI18A-N16afqukCxqg6qjS1SIWPvPUtIf7qxX30DlneKyFXcCkkRsx6p0sE11eLYOqqJvg','Everyone was so nice and attentive, very quick service and would definitely go back if needed. Shelly was nice, gave me many recommendations on medications. Dr. Hasan was very informative and knowledgeable. Tanishia was very informative and helpful. Sarah was very attentive and understanding.','2020-10-20 00:48:21.748000','2020-10-20 00:48:21.748000',5,'Luis Medrano','https://lh4.googleusercontent.com/-W733o6UkIWY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJ4Bkkz40U43vxMRtglQs4LssqKA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37495),('AbFvOqlDx0jEI16U0igivDlHnDrmvY_7GYFmWWKEKwKbTISOMb1p_JQgdJAzWJfVgFmvBUTBU4JJ','I\'ve had a great experience with them, very nice people and very fast.','2020-10-19 13:27:11.138000','2020-10-19 13:27:11.138000',5,'Denny Blanco','https://lh3.googleusercontent.com/a-/AOh14Gi-l_IX8QSo3mbVutvKxqHtG1Rfcj8Rp-qRQvJqEQ=c0x00000000-cc-rp','3511292162159714121',40157),('AbFvOqldxb-gl_FegP2AOYGOfifs-3DdlY_jExGxnmCw5BFqBMXkCUzimC-5FW9YGuAOD4CiJoZK0Q','I loved the service here','2020-12-10 17:43:03.682000','2020-12-10 17:43:03.682000',5,'kelly reyes','https://lh5.googleusercontent.com/-b9DNS6LYrCg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnqjWMzPd3W5JrVKImSHBwYQ3cGrQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36497),('AbFvOqldXdd8Ry-epe6n5KqLgq1ecgW_JO-96AtM_Yh5ANaaXY9Id9k291CRR-48KtLd_WTWSfOf','Very good experience at this ER. Service was fast and the staff (Dr. Estevez, Racheal and Kyla RN, ER tech and receptionist) was very friendly and knowledgeable. Highly recommend','2020-03-01 21:05:05.708000','2020-03-01 21:05:05.708000',5,'jasmine sandesara','https://lh5.googleusercontent.com/-Ucne1Zk1XqI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnBhFPaDQ8nIZa-OsTkaA7ovEIsaQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37647),('AbFvOqldXWCMjCJ2BsCi7WUbirEODyNPdZltAmfawx4SXZEYziMNMpHVmTyBq172vnzo1G1Au-pwCg',NULL,'2016-09-25 18:29:39.958000','2016-09-25 18:29:39.958000',5,'Tashea Walker','https://lh3.googleusercontent.com/a-/AOh14GjChUg4zBq6FQUP75E6paZbCKaJeiY0oj1YTH5V=c0x00000000-cc-rp','17394740196501090048',37298),('AbFvOqldY_Ai7p4VrcTzj5KOn1mwlcZfJyFYANnY9Zm1_cF1EajQuwGcoxIKtjHKB8kc-sFNzMJk','Bretnie & Rachel we’re super nice and helpful throughout the whole process. I’m so glad I got them they are amazing.','2020-10-29 18:33:52.032000','2020-10-29 18:33:52.032000',5,'ana barkley','https://lh3.googleusercontent.com/-D-Ca0lwuFg8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucndc4QTAIBmgwA0ecj6toX-nwubmQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34089),('AbFvOqlDY_ilTZi7D_cBxD5T-jaNBqI7Zsr4TpHUcbilZMiRObPHasFea2oGQdFRvX3pQAjz7SYX','I needed to see a doc quickly on the day of a long international travel for a concern that had just popped up the day before. Came in the morning on the recommendation of my primary care physician since he wanted to me to me to get a quick look before my long travel and so I went.\n\nThey were relatively quick with little paperwork and got me in and out in less than an hour! Since it ended up being a minor concern (didn\'t know that it would be), the doc recommended charging for a basic screening (the lowest amount from my understanding).\n\nI would go there again for an emergency.','2016-07-31 20:51:51.092000','2016-07-31 20:51:51.092000',5,'Farid Rajkotwala','https://lh3.googleusercontent.com/a-/AOh14GiasPkFy401QleykdAm-0QYBVUjuGunqB7d2EvplQ=c0x00000000-cc-rp-ba3','3511292162159714121',41185),('AbFvOqldy-QjUyOXmwJ6O7wrP18U37LT4eI2kGKCNdFMMrFd2Z7aHF6bCMeICIatHxJDxKrXQa9Ikw','They are seriously the greatest place to go when you\'ve got a serious ailment or injury. They can do imaging and labs on site, there was no wait at all, and the doctor was one of the most knowledgeable and approachable I\'ve ever met. I can\'t recommend this place highly enough.','2018-12-03 13:43:37.673000','2018-12-03 13:43:37.673000',5,'Catherine Waltrip-Lesch','https://lh5.googleusercontent.com/-kLQeoiH_JXE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmyrsZmo7rmTYJt2PY4Kjuem1PFjA/c0x00000000-cc-rp-ba2/photo.jpg','14904078213800803294',32521),('AbFvOqlDyHeGIR6sB1lfkS-es5Xc8Al1FOa3UazyrAPLv3wrPcuvjccCqttV3KDHQlsKfSRckPfJ','I went to location with having doubt about the quality of care. I was amazed at how well I was treated by staff, from the registration to my entire stay there, especially Tabitha and Leo. I will definitely recommend my family and friends to come here. we are lucky to have \"other\" options.','2019-06-18 18:27:29.065000','2019-06-18 18:27:29.065000',5,'Joe Salmon','https://lh5.googleusercontent.com/-o65x2YHOHRA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKKWRBOMjP39CKw6QTXQtnCrarCQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41689),('AbFvOqldYkkbCaegsH0YoOfzOzl5LLiqN0hemVRV8IUG2Lonlm2CY2TP836_lz0kao8xZCS4PhhQbw','Took my granddaughter and she was given excellent care from every member of the staff.','2019-07-17 04:28:25.275000','2019-07-17 04:28:25.275000',5,'janell mcclelland','https://lh4.googleusercontent.com/-ME-l8-UeukE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnP0Fq09BKWt5mcMn7fZ7F2R8_1dw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36729),('AbFvOqlDYpBYoHXR3Xe6tdLe9feVkn3-aieIAc3DZIWFnbk71rL6hYNVMJkwg9uM5IHEAqnKZbiZqg','I want to thank keshawna, cecila and Kim they where very nice and Gina and Vincet thank you','2020-10-02 18:22:31.194000','2020-10-02 18:22:31.194000',5,'LA FAMILIA MARTINEZ','https://lh3.googleusercontent.com/a-/AOh14GjeUMuX_YZR9lS1RifooKrYTR-5kTxQ6AzZLpFwyA=c0x00000000-cc-rp','14567670160750071148',30079),('AbFvOqlDYSR45UG1a25wKZv-P-pZgHUjwR50U22TF_4T4mF4IkvAARxmWlYETDses7eitmfuYHzDjw',NULL,'2017-12-11 08:18:20.364000','2017-12-11 08:18:20.364000',5,'Diana Flores','https://lh3.googleusercontent.com/a-/AOh14GitnahdKxcxgPWFBo_i881YXvp-XuTU1W6vP2Zfpd0=c0x00000000-cc-rp','14567670160750071148',30935),('AbFvOqlDyzUV3nTfHeP5NLJcEFZtFCFB2K3TOmhTjiTGBbTGpYoCkcihFZ0RCwdoX-FQ3NP9tpoBLQ','Thank you mercy in the front helping my brother and the process was swift hand helped him. Staff felt very calm and nice thank you agin would come again if I was almost dead.','2017-04-20 20:08:14.400000','2017-04-20 20:08:14.400000',5,'Alexis Lopez','https://lh3.googleusercontent.com/a-/AOh14GgeYFyiNvoOAH9sG5015aFOUwUrUvJ2U5Tf4gT5zw=c0x00000000-cc-rp','3511292162159714121',41065),('AbFvOqldz-gmmyqJ5ZdxiHKYUe-NjBhNKRBi5sQSU9xxsNFB_DfnJMn7r-giftrGeeaSYTwqz74h','MEGAN C. THE BEST ! Covid-19 was easier with her. Thank you','2020-07-21 19:59:02.018000','2020-07-21 19:59:02.018000',5,'Daniel Warden','https://lh6.googleusercontent.com/-ACrP4GpeFSQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckmt2hRcDUJfJkKV6xDVMrU0WyO0Q/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41348),('AbFvOqldzF7WmDcUZymmam61gJAe5ifo7u2k_N6FLfkvRLocFjuCX-SvdcMgLAFXF16yuwJwcNgv6Q','Tricia Jani and Sibenne were the best staff. They made feel so comfortable during a very time. The facility is beautiful. Will definitely come here again when the need arises.','2019-11-22 23:43:21.381000','2019-11-22 23:43:21.381000',5,'Crystal Arrechea','https://lh4.googleusercontent.com/-8Xc5aYXaszA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclxq38Wq_zfvzY6hHPhc0sqRCcqAw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33696),('AbFvOqldZne1XkJzgwMERmKSzrgMSgwGCubFtTEI9XVcl2aAeqiF0jUBSxUjGKM5pgfu5MjZN6i01Q',NULL,'2019-04-13 11:07:45.811000','2019-04-13 11:07:45.811000',5,'yousef khallaf','https://lh3.googleusercontent.com/-pjTANGc-2UI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmkCTBaWK08ZX3IX9WIwHJgyQU_sg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34897),('AbFvOqlE_GOakvmQsEnOmW_N7bpc-2lEZ7CM1LYDMVxtiAq1VbwGXL7A4ycCROkgKRpWFO8FLUc-',NULL,'2018-11-14 22:23:47.008000','2018-11-14 22:23:47.008000',5,'Dillon Paul','https://lh3.googleusercontent.com/a-/AOh14GgzfmBHuI9IyOi8G0qEFSmEBiMtTst7Yb9nx5VymQ=c0x00000000-cc-rp','13486358490203335051',29962),('AbFvOqlE_o1s3f4pOZobcNudd4pUuDukrutZNyxtufy_nQky25j66569K5YnyhMzqHug8NTdgACOUg','My young daughter was having an asthma attack and this was the closest emergency center to my house. I arrived and we were both terrified. My daughter was admitted and treated quickly. All doctors, nurses, techs, and support staff were amazing kind and caring with fantastic bedside manner. I felt very comfortable here and my daughter is feeling much better due to their wonderful treatment!','2017-11-11 08:34:13.954000','2017-11-11 08:34:13.954000',5,'Amy Drosche','https://lh3.googleusercontent.com/a-/AOh14Gii4t1JpZxfxbJGXyjNmqzqg4AhkiycFWfmMtGdRg=c0x00000000-cc-rp','14904078213800803294',32639),('AbFvOqlE_TejDANfA-x6sO8D8OcE52jU5KPxHaTxr2X3dpief4SWtfnrlgZjF_bRNd2FiSS_Fhav0g',NULL,'2020-03-05 17:40:24.341000','2020-03-05 17:40:24.341000',5,'Taylor Bianca','https://lh3.googleusercontent.com/a-/AOh14Gj0x-sP2ByOMKUJzWw8okDiZ-siQ_aHXNBpt1JF=c0x00000000-cc-rp-ba2','16389487648212004696',33287),('AbFvOqle-6X3Kt3Rf3FYsMznSNdh3EplALlDG9nZRME-IM_msRRbazs3Y9jQs6TINupidW3Z8Oe2Xw','Great service and friendly staff!','2019-12-21 21:55:06.473000','2019-12-21 21:55:06.473000',5,'Clayton Richardson','https://lh6.googleusercontent.com/-PTcj5UYtKI4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQHCkI7c4hw12mDiPoy7BvEAY3-w/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29519),('AbFvOqle-YPvPCABDRl45WUDh9R_PE5ePvLMakJHzUTqQGGvOAsQfmsXBIl8fRkFriGzoiANeLe-BQ','Great experience very nice and professional staff my kids love going here. Tiffany,Jennifer cogburn, brook, and Dr Veloso thank y\'all so much! Keep up the great work!','2019-05-10 02:41:42.355000','2019-05-10 02:41:42.355000',5,'Joseph Blankenship','https://lh6.googleusercontent.com/-rXVbHYL7eTM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl78SP9F5O_I5ESmTBwtiA5AQ7sOg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42084),('AbFvOqlE-YYDv70RzP7fgtw_twgWx_K5F9ZClCPFCk-p9C_HxmtvDAL2ZGt43MfdBIL9pwRBTIjYdA','Very nice staff!! šŸ’– Nurse Tiniecia and Luisa made the visit feel very friendly and comfortable!!','2020-10-27 00:29:31.999000','2020-10-27 00:29:31.999000',5,'Andrea L','https://lh3.googleusercontent.com/-01KJXqfFrss/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck6th6UuKrmjcNn4C2p0TqaCY1noA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33076),('AbFvOqle0aJqjucevdFFJcTn3256n1anEVFFA51n48vlOq8cuZ5MmOVn-6MzSG58b3tSkxx6sJEXUQ','Great service , came to get tested twice and both times get in/out fast. Awesome costumer service and the staff is great , specially Cody and Nydia. Thank you all .','2020-07-26 16:14:25.471000','2020-07-26 16:14:25.471000',5,'Lainey F','https://lh4.googleusercontent.com/-52hRFuDGAzo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclAZD4b88U99RzMBOFlaK2YjTT-pg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38771),('AbFvOqle0WRToH3Z78CAkqD9Y1eFeljCvC3bgtTEB02_auvG8bz-QdyDPzuLIU74rCVm26yFXchnKg','I had a Great experience at signature care. The staff was amazing. Especially the nurse jerry, Dr Caraway, and Amanda in registration. Good welcoming people!','2020-09-28 13:04:44.621000','2020-09-28 13:04:44.621000',5,'Victoria Peterson','https://lh5.googleusercontent.com/-9PLkNTTMGag/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm20r75RRVFmqPW77zZE4Y20HmIlw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34155),('AbFvOqlE0zqAC30FCMDa13ihHhJhl_EZ-0wq7bIxmrxo5HWs6ydswkoxgP7tHdPM5MmvqVNIacBopA','Jennifer D was so helpful at the front desk\nShe greeted us, made us feel at home!','2019-06-16 14:33:34.565000','2019-06-16 14:33:34.565000',5,'Jasmine Hill','https://lh3.googleusercontent.com/a-/AOh14GggDLYjzmkmpcwB1JRv0I1Y3JV5c3ofsbAaYxvTdg=c0x00000000-cc-rp','8626688543755174284',42041),('AbFvOqle16-atCx08fSEBTlLG7Ir0CaZLTrWg2cr54z8NSHwfb9Tp_hcX15Vl0RE2INW70weNp_Pkg','Very polite and informative. Great experience!!!','2020-07-21 08:42:07.733000','2020-07-21 08:42:07.733000',5,'Kimberly Adams','https://lh5.googleusercontent.com/-nmMwX-AtRkM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-Byrj8LiIMUMz5n00gSWbyNX17w/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31902),('AbFvOqlE176RRr1A0idqvbIzrcOt-9SzoX8UtH9HvEFPlenIiIRvBAIMX1tJ4uo1Z2hc9gjONhHUWg','Fantastic facility!!! Enjoyed my service! They took care of me fast I was in and out & left feeling pleased!\nDr Ortiz, Nurse Irving, Nurse Thelma, & Nurse Chanell were all amazing helped me a lot','2020-02-25 03:04:56.772000','2020-02-25 03:04:56.772000',5,'Asia Green','https://lh3.googleusercontent.com/a-/AOh14Gii-sXyny9HJXOINwRa6HbEBYp-mSf4qY4uWUB1ZQ=c0x00000000-cc-rp','12541597562633926366',28697),('AbFvOqle1ngZ5KbQ0tjcHlGrrhesD0Up4GyL4Eebc3oQBW8yBqoWRMT438ho1Btxb6tngD0s2IJA','Brought my father as an out-of-town guest and could not have had a better experience, wait time was next to nothing which was very impressive. As a medical professional myself, I appreciated the compassion and efficiency they treated my father with. There were friendly smiles all round!','2020-01-02 19:06:42.006000','2020-01-02 19:06:42.006000',5,'Jenn H','https://lh5.googleusercontent.com/-2_5HDZpTKHI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckiN3BcIkMjPkz_lHFFclL6ZjGb6w/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39166),('AbFvOqle2Ski88wirHB_n_T3yRDLReuWkR-THk4xPaodNtfbljQm5MQqcrT46685ADlrP-S_GM0Q0g','Everyone was amazing I walked in super sick and was greeted by Delicia and then was quickly brought back to the room where Dr Cavazos and Blake were waiting for me. They were very sweet with me and took their time to understand. Son Le Drew my blood and was gentle\nI left still sick but I know that they did their very best for me and were so very kind.\n\nIf I am sent to the dr again from work I will be coming over here.','2019-11-19 16:20:31.708000','2019-11-19 16:20:31.708000',5,'misti juarez','https://lh3.googleusercontent.com/a-/AOh14Giax1k93_CCqEc4WFT_pu7DWLpkFqoHW6eazSXbyQ=c0x00000000-cc-rp-ba2','8679688254631342173',42578),('AbFvOqlE2sorQX7C5kZZ1Vo2DbBe1y3W3nYK3xCI4qEeup1znFnz1qNqiCsbQgM8Ngevd1AjrE3i1g','The staff was absolutely incredible! Quick and close to home.','2017-12-18 16:52:54.766000','2017-12-18 16:52:54.766000',5,'Denise Kelly','https://lh3.googleusercontent.com/-bLnsA19rCW0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl0MUgFx6rFZuF6FY5kZuq_3OABfA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43445),('AbFvOqle3dE0bEqHPriOGm3WP6LgoKLKlB6iboZE5Y_jpxkg_eaRy3GK0PpQpxFNknJK_QvFx09JUw','My doctor is not taking patients still and referred me to ER Care after 2 days of not being able to keep anything down. I was able to get in right away and Kristina and Dr Zheng made me feel comfortable while waiting for my results.','2020-09-29 20:25:47.508000','2020-09-29 20:25:47.508000',4,'michael domen','https://lh4.googleusercontent.com/-BDi__zm9zXw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckuVfq9s2oqoobDQP-_IOPxvJMdwA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28515),('AbFvOqlE49tGxYOvaOVt-OBT5Ukbq89YxOFdjWl2XBPW3lHhoKd8GNGaJ3rk158JeH8KaZ0-kumI2A',NULL,'2020-10-25 14:15:48.473000','2020-10-25 14:15:48.473000',5,'Sean Gillespie','https://lh6.googleusercontent.com/-y5I2vCO-U-Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnBALz9X2FPRL9UcGea3Z6cFDOdzA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34106),('AbFvOqle4LliQKYTR-3bEDbcehf7jB1uukEBCRVJkOfUvFPnEnKpq_DPem0Nh3QEXTo6QGOW8FZvIw','Dr. O’Malley was absolutely wonderful with my son who came in for hives. He went above and beyond and made him feel so comfortable as well as the tech and paramedic who started his IV. Great experience from check in to check out.','2019-12-27 02:53:18.806000','2019-12-27 02:53:18.806000',5,'TexasMom 23','https://lh3.googleusercontent.com/a-/AOh14GjjUNNlo7WYHcHPVz7Ef8wPzpGvvrocGXMa-B-8=c0x00000000-cc-rp','16389487648212004696',33568),('AbFvOqle4UN9g3ObfDqy7rPCaf4TPVqnNdNGkbQL6DTL1AHwqVNPxwix9ZSte2RsyENRlyEDcQ4nwQ','Had a pleasant covid testing experience if that is possible. Fast and friendly staff.','2020-07-21 01:26:50.893000','2020-07-21 01:26:50.893000',5,'Micah Tannery','https://lh6.googleusercontent.com/-N-JCtPHht1g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckyiR0LfVEVggrodGjTnXZAqEJndw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31925),('AbFvOqlE5c3ovTyY43zPJWaEcFVP40A5u8ofjtLkzIr-xuMy6i2yDOzwv5PXuRbFnyriwATjkTSyxA','After being diagnosed with a brain tumor approximately 3 years ago and having received numerous services at all the hospitals in the Houston area I have found that this Emergency Care facility was the best I\'ve been to, bar None. I\'ve experienced seizures, infections and other maladies unfortunately...hard to imagine but great staff makes poor health problems at the time go by more readily. I came into this Signature needing an explanation and treatment for my low left flank pain. Turned out to be a kidney stone, it passed, I didn\'t know it. The communication was top-notch, triage was fantastic, all aspects of customer relations and patient comfort/care provided was expressed/explained/given fully. They controlled my pain, my nausea, providing refreshments at the appropriate time, a CT scan, diagnosis and prognosis. I got a script for needed pain medication and all ancillary follow up documentation for work and my visit back to my PCP. All in 2.5 hrs.\nShout to Dr Jolly, Wang, RN Christina!!\nForget Hermann, forget MD Anderson forget Methodist, even though this place is not as big a name it was fantastic for what they do. Additionally and I can\'t stress this enough, they were kind, sweet plus damn outstanding!! Hurt me baby!! I missed some of the other people\'s names please forgive me, everyone was wonderful on this allstar team. I used to be a mental health therapist and I understand continuity of care quite well. I understand delivery of proper services. You should go to these guys if you\'re sick, plain and simple.\nGeoffry','2019-01-05 09:46:08.039000','2019-01-05 09:46:08.039000',5,'Geoffry Feinberg','https://lh6.googleusercontent.com/-p1V1M3BHbAs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmvHwoNMlMJXxNr8EV5M80fIiDpJw/c0x00000000-cc-rp-ba3/photo.jpg','12541597562633926366',29169),('AbFvOqlE76P2Wu6DFj6FNc7FdvWqZ7_GVL30e_xGd3pU8KQxgpskLHVuOPqYeVkj1k4yApEehHZnIg','Savannah and Delpha were really helpful, nice and worked at a fast pace. They answered all my questions and made me feel comfortable and welcomed. By far the best experience I’ve had at a Signature Care, and I recommend coming here!','2020-09-23 16:36:24.262000','2020-09-23 16:36:24.262000',5,'Adrienne Almodova','https://lh5.googleusercontent.com/-as-nZ5Sz5Zs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjL9KK8dqlPGH5prNsFRFxRKpLgA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29306),('AbFvOqle7PpfJzlZrx488_ezq2Qbizj20pxrsxhKymODQSMpF6hW1LIGKbpCS_GaehcJ_6KqcQoEWw','Service was excellent and quick. I was only there for about an hour including paperwork. Would recommend this location to anyone.','2017-12-11 13:57:36.468000','2017-12-11 13:57:36.468000',5,'Courtney Magee','https://lh3.googleusercontent.com/a-/AOh14GirNeQycbtweykSYsHgHTTqTW9VDHTy7eb0Dt51iw=c0x00000000-cc-rp','14567670160750071148',30934),('AbFvOqlE7xIt8IUbRj7Xg5A0_GzzBONNkIEqdOZUoXuBQCsqYEg-sBiiXmnmDihO7bw2bTt4l8lw','Thank you Dr. O’Malley, Alvean,Tricia,Sibiena, and Bryan for taking excellent care of my baby boy. What a nice visit. The staff showed me and my son so much love. It was a very blessed and wonderful experience here. I wish them all nothing but the best having a safe and Happy Holidays to each of the staff members..........','2019-11-14 22:25:34.150000','2019-11-14 22:25:34.150000',5,'Marlarcha Charles','https://lh3.googleusercontent.com/a-/AOh14Ggyq1Ljskg14d8Y0N54KKS7MEFh3jc08QC-MDod6g=c0x00000000-cc-rp','16389487648212004696',33752),('AbFvOqlE8W0JXVr6XKk2RYPWYhTLISNlka74SbE3rzUr4NOvcX-BYiC2BUGvgf0aS7lqVes_UodkgQ','This is by far the best Emergency Care service I have ever had. I was taken straight back to see the Dr right after filling in new patient information. Everyone was very friendly. Explained everything to me in terms I could completely understand. I have already told my mother and some friends that this is the place to go for any er services. I will not be going to the big hospitals any longer','2016-02-20 16:38:15.227000','2016-02-20 16:38:15.227000',5,'Cookies & Cream Plays','https://lh6.googleusercontent.com/-ccx3tJYVu-w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnp90iAiSg9MiByjKZ4U7xSlDYD1Q/c0x00000000-cc-rp-ba3/photo.jpg','17394740196501090048',37378),('AbFvOqlE93z2H5ykpA6oJaIOGYS4dRaQifzvU2-q8yKzO3lmgiU8OrpNn_WkkqulbmKYRyXXlSartQ','Hands down one of the best experiences I\'ve had in a medical facility. From the front desk personnel to Dr. Golla, as nervous as I was they all ensured me I was in good hands. The nurses Dana and Jessica really helped eased my anxiety by guiding me through the whole process. Thank you all so much for such a smooth experience and a big thank you for what you\'re doing as healthcare professionals, your hard work never goes unnoticed!','2020-10-09 03:11:23.329000','2020-10-09 03:11:23.329000',5,'Dana Okoro','https://lh3.googleusercontent.com/a-/AOh14GhjolbBf85OQPtaPc_blOVE2QDr3ZBbzqoZRLrivw=c0x00000000-cc-rp','14904078213800803294',32242),('AbFvOqleAdEnv-xhqrphI83fB33meArWgUQovEd4kRiR_uviSorTs4_SyWVf7u2s_9VldPUvlFse2g','Dr Iheme and his staff alvean,Tricia, and Natalie were very helpful','2019-08-23 17:03:28.995000','2019-08-23 17:03:28.995000',5,'Erin Mullen','https://lh3.googleusercontent.com/a-/AOh14Gh06R1CMG139wN5M3zCuLu2tLSytrXjka8-gKiQ=c0x00000000-cc-rp','16389487648212004696',34029),('AbFvOqlEAf-xOv6PCmOMZRT7NKd-7db2caBPWm4tKO5QPJx4hUGS3CpNFruKn3JUBPTdRsqsRmbV','Elizabeth t, Nicole v, Naureen and Joshua did a phenomenal and exceptional job of showing kindness and care. We will be praying for them and all of the front line workers.','2020-10-22 00:33:21.058000','2020-10-22 00:33:21.058000',5,'Joann Karam','https://lh6.googleusercontent.com/-4m_qrdAVEcM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclw6ZjSHOEWI3K44QuKSQFMOBp7sA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40131),('AbFvOqleasTkuPaarsDobLdYBdLgFP3QW2cHOgo1RKi43_k2GO-PCX-UvaZYcfMUC0Z_BMdmSLzkjQ','Took good care of a friend, maya at the front desk was very helpful!','2019-12-13 23:38:44.725000','2019-12-13 23:38:44.725000',5,'Angie Crowley','https://lh6.googleusercontent.com/-aoaq3HbnaKg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucng02_stB-KL_vVmNEkTKyKiyvtoQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28948),('AbFvOqlEBIUv39j65a-Jwzy5fZVJAkim0Mm_sDq2cSnpgkpimfVUz-V4DD5lFL_a5ZBRjGPjxX9E','This place is truly a life saver and a great addition to The Heights. The staff here is extremely caring. I\'m very grateful for the amazing medical staff that took care of me when I needed it. You all treated me like family. Thank you Nicole, Melissa, Dr. Kotey, Dr. Braun, John, Mike, and Shino. SignatrueCare is top notch and I couldn\'t be more happy that this place is here.','2016-05-10 13:06:01.888000','2016-05-10 13:06:01.888000',5,'Veronica Petry','https://lh5.googleusercontent.com/-6WlWqwI7L9Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmfn3L5HhJI_tO-WBiEF8UoL-NEhA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31250),('AbFvOqlebnXnH4-dkVzQdz464hHui-_0zQ4FSSbgQUN4gp5O1i5J2rqjwO3xjFhqBeFsg3UAR29EOw','Noting but good things to say about this place! Also very cleanly... not to mention Hannah Krieg ER Tech was very kinda and does her job well, felt very welcomed during my visit!','2021-01-26 15:30:26.597000','2021-01-26 15:30:26.597000',5,'Schuyler Holcomb','https://lh3.googleusercontent.com/a-/AOh14GifdQk37y0VLssfbUeCSicz_iugCIfqTJ5k-4uKww=c0x00000000-cc-rp','16590124370714063921',44397),('AbFvOqleBq3MYdEDWXYDbBRccrzqXNWx1RqfzcXDA8Cjs7LX-cAa48eY-UFrCyF2SDtfdkzjN_EqmQ','Awesome service was out quick an issue fixed','2017-10-12 20:45:46.823000','2017-10-12 20:45:46.823000',5,'Robert Cooper','https://lh6.googleusercontent.com/-RYoLsHOfK1I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckI8TLMjSfJ7zOGvoeFtVimaDB8KA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30963),('AbFvOqlebTOT4aCOzaVrHr6Rmu4JUJM0xx8VW6YFTevNygov23tfYzD1kgLEn88XpyGusGpyxxkBcg','Facility is immaculate. Dr. Dendy is the doctor that I wish were my PCP. Jaime and Carolina were very friendly and helpful. Tanishia never stopped smiling and that says a lot about the personality of this facility. I was sent home with instructions and feeling much better.','2019-02-11 04:41:26.382000','2019-02-11 04:41:26.382000',5,'C.C. Matthews','https://lh5.googleusercontent.com/-O4ewJs-2sec/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhW0u_8OG6StY__QaDG_pLVopQpw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38301),('AbFvOqlEcD4unKOJgo7fyY_3wB39aO_xtNrfFr6z6W5yermiX3Nk9Hy9o_Tqe49tEYvXb3Xird7i','McKenna and Jessie were very friendly up front to help check me in. My rapid COVID test was quick and pretty painless. Slightly expensive, but worth the peace of mind.','2020-11-14 02:40:16.162000','2020-11-14 02:40:16.162000',5,'Ashley Donovan','https://lh4.googleusercontent.com/-vJGmTFVS_bY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckZymZM8nVfA7vp8PtkVZoi7G_ePA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41833),('AbFvOqlecFI5q1mDrsAgWhG473eilSULlePNCdBPoBhgXI4mDy56ecdCdFixkFSwEae5pgVKIokvnA','Friendly staff. Able to see a doctor right away!','2020-11-01 20:09:51.576000','2020-11-01 20:09:51.576000',4,'Justin Nunez','https://lh3.googleusercontent.com/a-/AOh14GgP_5_ekyCfMMH88tDPND0ykmNuomnyNIeI0gDk=c0x00000000-cc-rp','16389487648212004696',33024),('AbFvOqlech0QgH6-vIztfoYGqNqpoeIZjkDg1ohV30HXf5Xh2cTPJyUdTgALMz5jsWKrBQc8zi9Shw','Jessica S and staff were so helpful and kind. Great experience all around','2020-11-09 23:19:34.472000','2020-11-09 23:19:34.472000',5,'Casidy Rae','https://lh3.googleusercontent.com/-I043dPoE1N8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckT0-LQqmqZRusIyKwJUd25pS7i5w/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31388),('AbFvOqlEcUaVZVI2O_WikGTMoyDjU6OU-HbxFXv8MH6dORAZEfa4359jG23A-7y1_WLdqkg7U9sYPA','The staff is fantastic. Good energy, very helpful and informed. This is the place to come.','2019-04-10 01:24:49.412000','2019-04-10 01:24:49.412000',5,'Savage Serenity','https://lh3.googleusercontent.com/a-/AOh14GgI1c3Bvl4te-HV4MGYOiQyA9yRJU-Pe_5Qgxuh1A=c0x00000000-cc-rp','17898197009688164559',38219),('AbFvOqlECvR_cDS3kr2vub0gioabRJG04DTSoZhZfC6iD-TyiBdDN5gn5C8rczovVoI8IfmNNSaxsg','Some people there are douches, think they’re better than everyone type of character. Shady. Especially the front desk receptionist, you can tell she hates her job. You can definitely tell their kindness is all an act. Overall treatment is good though. My visit was during night shift.','2019-03-18 21:22:23.329000','2019-03-18 21:22:23.329000',4,'Paco Franco','https://lh6.googleusercontent.com/-BHCFhhIjYuI/AAAAAAAAAAI/AAAAAAAAAGM/AMZuucndD84Vl5NUp9ZL7cv0R0w0l6reaw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36811),('AbFvOqlEd2YAlIySPejmChmmJ_dRv9roJXB3grnqJVy29p7AvHL6tc-teU17T-6WZgjh9KbBoPqSTg',NULL,'2020-11-18 00:59:27.284000','2020-11-18 00:59:27.284000',5,'samuel sanchez','https://lh6.googleusercontent.com/-dn-MA1Na5W8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckEN-TwQ3hdsFOFY7aGPwjPILbBew/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29262),('AbFvOqleD3dhHnwipnXF1TVvGA88R2HqQQ9Ar8vzDakbGayIJ47ffJf_RPHuLbZKT_a4ywFKpRNwtw','Greeted by Maya very helpful and assisted by stephanie which was very nice and patient with me and dr. singla was very knowledgeable and complete the procedure and and got me better...Thanks to this team','2020-01-23 20:56:26.712000','2020-01-23 20:56:26.712000',5,'Victor Oni','https://lh3.googleusercontent.com/a-/AOh14GgpTB-v8uxkTnq4KvF9kUQ1fAstYAtlOtqKyDWU6Q=c0x00000000-cc-rp','12541597562633926366',28793),('AbFvOqleDCO9_2nnglQysAWMPdXgEQoGUAu99wMw-aobHBJFA3UZCpaDW6MRy4HVzC8HiGzhgFXXhQ',NULL,'2020-07-11 17:46:39.688000','2020-07-11 17:46:39.688000',5,'Ingrid Sanchez','https://lh6.googleusercontent.com/-qqdsNwuIoiw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucly_SmyTDrxsWatLXLQ5GMnkT3aBw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43003),('AbFvOqleDdchCAYj6ppUrm8UGxT367s8OzKrRQP0G5ronVCpwYRuets4IzaC5PrkWTGVHkX5MMX-fg','The staff was very friendly and the doctor was sure accurate. Spent as long as needed yo ask for questions to the nurse and the doctor.','2019-12-30 19:40:37.557000','2019-12-30 19:40:37.557000',5,'natalia CortĆ©s','https://lh5.googleusercontent.com/-dxblN8nOGsw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmlA93LaGy8CpU2jHpWbByTfLG2YA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36029),('AbFvOqledr6aFuzrkLt_vMt0yV14uPtIr9b_2xGfmDI11024NK1DAK6YimGOxSLmmig985o7FJ81vw','This is my second time coming to this location. Both time I was seen very quickly and also taken care off well they a great at what they do.','2019-09-19 00:22:41.799000','2019-09-19 00:22:41.799000',5,'Jaime Morgan','https://lh3.googleusercontent.com/a-/AOh14GjjIB8XmuexRGXasadx5hM0Es56jg5ws8u48GaBmw=c0x00000000-cc-rp','12541597562633926366',29017),('AbFvOqlEEo5qlfnTVQZKWK3bnud8pfMpOrP9D5qDS_pc1sdsg7lc_TK0oyUG4pnkYmTzv0BLzgrnow','I had A great experience at this hospital the whole staff was awesome and made me feel comfortable','2018-07-25 14:45:52.163000','2018-07-25 14:45:52.163000',5,'Harold Williams','https://lh6.googleusercontent.com/-EF8Baqmcxa0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckWA4i4Q4bj_RXecuaOqVk6vnwFfw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30804),('AbFvOqleeobB301Fvieh4MY_ao2umA-1V0Eoy19_GzvJoMUZU932VW7fpQujs7ujBx-waD3LLi4PmQ','Abigail and Rick were such a great help they were so friendly and nice . I recommend this place to any family out there who are looking for great place to get medical attention 😁','2020-12-16 14:26:36.387000','2020-12-16 14:26:36.387000',5,'Alaysia Young','https://lh3.googleusercontent.com/-d4IMM6eiBhE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclbC0oF5kHEdxZJWI0Owv0jfxudVg/c0x00000000-cc-rp/photo.jpg','15979470999169074295',32816),('AbFvOqleFAZolUSpXcrWdzOLFcAJhvA8tnVurr214nVgjUIEi9H4qVrm2q5e07XWpjHUCxNjos0caw','Great experience, the staff was great and helpful, wait time was short! Thank you Dr.Kotey and Rashad and the rest of the staff ya are amazing.','2020-02-23 00:45:06.722000','2020-02-23 00:45:06.722000',5,'Glenda Manzanares','https://lh6.googleusercontent.com/-u4XXN3KzonE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmhx0z7UQhxbHqJUsitwjbWPfKNxg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36617),('AbFvOqlEfCIi6QK5QGo4_99mLioRd3WI3u5TWoCKr_eWpxMspkaH2DbFY1J_tTdZ43uFBpTEiIb2Tw','So professional your always in and out taken care of instantly!!! Robin B, Jennifer C. and Brooke G. will definitely accommodate with any of your health issues. Great place !!','2019-05-16 09:20:18.576000','2019-05-16 09:20:18.576000',5,'lashema steward','https://lh3.googleusercontent.com/a-/AOh14Ggq_6Ui6CXCnjtdSnPttQ1v6_Fi9Hn114y_8eiaDU0=c0x00000000-cc-rp','8626688543755174284',42077),('AbFvOqleFWV-8kMtSfBKXLY_lIQ1VZzpZtPtD6M-1KERua_AMC5zXhgiIRDWgqHsGoy9WLy358Yv5Q','The staff at this location were nice and friendly I greatly appreciate what they have done for me and my coworker Ekaterini and Valory helped us out big time.','2020-11-10 20:53:44.077000','2020-11-10 20:53:44.077000',5,'Armando Mendez','https://lh3.googleusercontent.com/a-/AOh14GjkxlgVHKGDwD_BiJm2v0w0MQcqdSuu5tsDJgnVrg=c0x00000000-cc-rp','16389487648212004696',32943),('AbFvOqlEGDoSoAq4oe86EDdw7UtNVFqSALib7eiSFnMKYytIu_Jk4TTIkceouM4Vz4L8Y5yVaedjQg','Only been here a few minutes and already been a pleasant experience. Very caring and detailed. I highly recommend this emergency center!\nKayla','2019-01-29 22:17:33.719000','2019-01-29 22:17:33.719000',5,'Kayla Harris','https://lh3.googleusercontent.com/-o3f3JJ32Ap4/AAAAAAAAAAI/AAAAAAAAADs/AMZuucnJT619jJpzwwhcleaHdlkf0qs4rA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29919),('AbFvOqlEGE4JMAuJyjjEib-bBhk2H5YSr4a1eJYWr5gH5Rx-l5ZilWEqNcj1xsZ8dTiVPgmwtm3RAA','I was there last week for Covid Test. Staff and providers super kind. Place was clean and they were having a great protocols and great social distance between each other. The situation it\'s crazy at the moment so their system changes ofthen. I appreciate their service to the community.','2020-06-24 02:50:05.444000','2020-06-24 02:50:05.444000',5,'Ramon Villarreal','https://lh3.googleusercontent.com/a-/AOh14Gjeat_ZyQhBx5W6LgpoRVZQFk-d4rKmYW3M9_yupI0=c0x00000000-cc-rp-ba3','14904078213800803294',32322),('AbFvOqlegjIC-Ise22ZbJztYlwiDlWsvvBPkkHJv9OJrMsP2jgjOBi5K5af32W84lh21VOgvNqS_tg','Awesome service!!','2020-02-02 10:35:36.816000','2020-02-02 10:35:36.816000',5,'Hibah Saleem','https://lh3.googleusercontent.com/a-/AOh14GhzTvfqwYR8r4bU49ggFfWMJMrRCDsTGsISzEutLw=c0x00000000-cc-rp','8918455867446117794',43121),('AbFvOqleGzZBIuYMMhyswOVsPmtWuhkBQVt2945wJu1V0z_Pt6ayRJ8sfLtL44jSsPGaXGtmM4Aryw','My experience at Signature was really easy. One Sunday I went for chest tightness. Christina R and Clay were really professional, knew how to start an IV and the doctor Rose was immediately by my side. I’m a CHF patient and this my favorite ER. Christina snd Clay were very nice and attentive. The front desk was also on top of there game!','2020-11-08 21:19:31.634000','2020-11-08 21:19:31.634000',5,'carmen slade','https://lh4.googleusercontent.com/-vbQTsC9jLxc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckvbTpama-798oUWGrcbnHWDSJD_w/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35613),('AbFvOqlehBH6HQQCsK9KOmH5aZdWeFEuT4-BXVXDdC8gk4sYni3xwk3sO3vw2vZ19NJpAvXnGHrXHQ','One of the best; we were assisted immediately and have been kept up to date by the friendly staff, including Shanna who was very helpful and kind to our family','2019-12-16 02:17:51.855000','2019-12-16 02:17:51.855000',5,'Jaden Hatfield','https://lh3.googleusercontent.com/a-/AOh14Gg20nh0n7FTOUTzpeX1n85tmZGn7domqlYKb0AZVA=c0x00000000-cc-rp','6521947413723274945',41523),('AbFvOqlEhjrbnyDSC0OIOihqqkGknQ1ye7wDBHRb8TILbXV0INtDTD2Rn3gccYisNxsVtTTsNSlbmg','Maya the receptionist was really great we were in and out!!!!','2019-12-31 21:42:02.517000','2019-12-31 21:42:02.517000',5,'Brandey Dale','https://lh4.googleusercontent.com/-qpbLnnrqlEA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnUpgZMgFdmf_oaJlYvk-TEtXSOGQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28873),('AbFvOqleHm7X8UNYZxxo_2MMHlmMMsTZvwIoqVo6rvt3lGRJQtjcqbrYq8zou4NBX7YwAsU-4fRFdw','Came here with my friend, she didn’t feel good at all this morning, and everybody took good care of her,\nDr cavazos\nNurse black\nThe lady at the registration delicia\nAnd the red tech SON le','2019-11-19 20:02:52.665000','2019-11-19 20:02:52.665000',5,'David Seginer','https://lh6.googleusercontent.com/-L-ASi5iw2Nk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl2CcD_brN1OmeTypOK5eAyXI47Xw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42576),('AbFvOqlEhna81-jlA0rDcSv5ChppKQ2RVcZ2VpE1mNl-ufD9l34FcEvcdFy-4B-bV7UyeQiwW3Cp','Kenia and doctor Das gave me excellent customer service','2020-10-01 19:58:36.065000','2020-10-01 19:58:36.065000',5,'Maria Gonzales','https://lh3.googleusercontent.com/a-/AOh14Ghoxuv4yWsQZgT9T8M4f4ZyVgRxZ1rMd8-Xc-uD=c0x00000000-cc-rp','14748677429039074158',31588),('AbFvOqlEHomEFIRqE08zaEw8c9O70mX037Ce1uKAMJEsV-pt9Zu0aURP2SZjGBNw2v-33aTvtD2h6w','Excellent from beginning to end loved Chantel dr.henderson Laura Elaine tanishia','2019-12-30 04:07:17.385000','2019-12-30 04:07:17.385000',5,'Shamilwa McGowan','https://lh4.googleusercontent.com/-rvfSpRdMYXw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnEy9OtIciaPTtCV1hcK9Ys1ia76w/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37770),('AbFvOqlEhRMG96OtdYNhnVwkMkM0M_RIl3AMjqGP0K3KNDWXaM4HPnW67NRdDjpTxS9roWQQU-vGhQ','Signature care emergency is a really nice and fast place with their work and helping people thanks to Kim, Lucas, and Eric for helping me out with my emergency they were really awsome and nice to my daughter as well','2020-02-28 20:24:50.459000','2020-02-28 20:24:50.459000',5,'Hannah Cunningham','https://lh3.googleusercontent.com/a-/AOh14GiKsSW-tIAU6TyoFyQ8Vtfm98jTnab8slM-WLjsWw=c0x00000000-cc-rp','3272657195432704501',39592),('AbFvOqlehT5U4PzFUyOxHcA_wHtZps4p01aHzTtZlXXcV82-tX2IMp6kHskEnHYLHJTN_ZbHQSAd7g','Very clean. Staff very professional and attentive. Doctor was awesome. Security was awesome.','2019-06-13 05:51:16.640000','2019-06-13 05:51:16.640000',5,'Jaleel Mercer','https://lh3.googleusercontent.com/a-/AOh14GixiFIg_LccntziXxMWbiPSgEJa-2k4Hw1N8iXk5g=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqleHWQA5tJT1p2g9pKCOfWWznW9D6EQb0HffXn-mbLQ6-DGeXbi6tGfMAltFtNic_nCnFHN','Excellent care! Thank you, Dr. Chen!','2016-11-02 17:44:15.043000','2016-11-02 17:44:15.043000',5,'Kathy Schappert','https://lh3.googleusercontent.com/-QukfbszlyUI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7z9QUbbzBarknbohKo6j8LIi_-A/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37284),('AbFvOqleHybIvRsZrOexJFiPkz14_p6NFGJCbxh6Xaz_-i7XPmhqvFydFNRDais39DItFE-Yx557','Dr. Souman is a very compassionate doctor and he made my 8 year old daughter feel comfortable while she got taken care of. Churiah, his assistant was also very sweet and helpful and treated my daughter with great care! Even the tech was great! I highly recommend this facility!','2019-01-16 02:15:12.091000','2019-01-16 02:15:12.091000',5,'Magdaline Puentes','https://lh3.googleusercontent.com/-hhye_yevH8Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnmsPnkgxiEeobF2yC1OeKuZDY4Rg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40710),('AbFvOqlehzcYO1BClx_ZK93YTIrwDhKjrP-O9SIK-vPyb-5nyqUHMXbNln8ETF_DfluWbPEr3VbE','After some quick paper work, we were called back, and treated. The nurses and doctor were all friendly and helpful. I was worried about my son, but they were great. Thank you Dr. Anders, Kim, Allison and Daniel.','2019-09-27 05:39:12.433000','2019-09-27 05:39:12.433000',5,'Juan Perez','https://lh6.googleusercontent.com/-lWuqYpDPOhk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8FrjEp-Rf_xx7jzGjmgZ7mWrRmQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29652),('AbFvOqlEi8TOyg5U07y3b2e4Uc4ctCJVGX4vxX5Iu8imwnzfJALncVprt-rpuNkLMxC1qHmWYdIS','Great service from Valinceia P., Rad Tech: Jessica, Dr. Herman, Nurse Nicole P, Er tech Shay, I experienced great service from everyone. We left very educated on all of our symptoms. Thanks everyone for the great service!!! Keep up the great job šŸ‘ŒšŸ¾','2020-03-01 21:46:30.231000','2020-03-01 21:46:30.231000',5,'Kenya Johnson','https://lh6.googleusercontent.com/-1rN4lKaub2Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnsROEnwBNYbtiqgb6yehkjqyG-0w/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43066),('AbFvOqleiJuIWf0_skTtHyF8RCZ0qPqp1BltRh8SqCagdMBDXWMOCey9Xh1LaRibdA5qxZ2CNqBw','Awesome experience, great staff made me and my family feel really taken care of!!!','2019-05-27 03:44:17.964000','2019-05-27 03:44:17.964000',5,'Marquita Brown','https://lh5.googleusercontent.com/-d_6JXOGrAKI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclmrL4k7jSGj5AA-7KzVchm2oLeAw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38166),('AbFvOqlEiq9RY_u9wi_PorMvZAkERryqOxnhVHqxoazS86LknuObyCyne_ULMmISFfbPGzqxPmDHpg','They were so nice and attentive to my daughter needs','2020-01-29 10:37:44.306000','2020-01-29 10:37:44.306000',5,'Comosha Thomas','https://lh3.googleusercontent.com/a-/AOh14GhT3xm82wDD18VZZhsUBdfomYyTyBaip0EtXV_6Rg=c0x00000000-cc-rp','16389487648212004696',33437),('AbFvOqlEiuhFJgRISCqB6FeFLoF8-m3W_CT2p21dEBq3UH37aAvj__M2RHmGfEwZusNQK5bKkD-Y','I was here getting a covid 19 rApid test.\nDr. Rose , ClY our Radiology Tech , Chelsea the ER Tech and my nurses Remington and Meagan were so I formative and sweet. Test wasn’t that bad either. Yeah!!! We are Negative in a good wY. Praise God','2020-10-10 17:02:33.172000','2020-10-10 17:02:33.172000',5,'Esmeralda Pruneda','https://lh3.googleusercontent.com/a-/AOh14GgqDMZ3GQvKCnH3dWkPlvROWHE5BZwVC0-OiMhlbg=c0x00000000-cc-rp','16891069708558046635',35719),('AbFvOqlEjbcRMroj-ohqRKkEehlqFZMHhe9TqnuOggYaiXmxdSCLn93Wksy0EUBXpY6EOxqcTjKMdg','As soon as I came in Amanda & Kennedy at the front desk immediately addressed my needs and didn’t even make me wait. They got me a wheelchair and were super prompt with my injury. Liz. M and Megan were super sweet while getting my vitals and getting me all situated in my room and making sure I was comfortable. JR, the x-ray tech was great while getting my images and made sure I wasn’t in any pain. I will absolutely be coming back here if need be (hopefully I don’t), but they all were absolutely wonderful and super nice. Even the doctor was great and gave me prompt instructions on how to manage my injury.','2021-01-15 23:48:03.646000','2021-01-15 23:48:03.646000',5,'Beth Arnold','https://lh5.googleusercontent.com/-Vx6oMXvAmmI/AAAAAAAAAAI/AAAAAAAAAC4/AMZuuclk9R7eZaGCsSsxrXPK2DPMZkIwkQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44520),('AbFvOqlejkYSiUIlmdwpLZjaBTUxrZ1JesvosAcrzR_miJ3h9hfg3P_4t5ubPGqOmtrC-1NYwi-ShA','Great service the staff is awesome always caring and pleasant. Perfect atmosphere as well.','2019-11-17 19:22:52.635000','2019-11-17 19:22:52.635000',5,'carla thompson','https://lh4.googleusercontent.com/-Oz0K-oY51gk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXh7fQ_9ZjnFcLZ-jDSyPmXEd9VQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43178),('AbFvOqlejL1uNMGCtMmHk429IoBpAfwq4W1vTrdUBLaWl2goKHzeb4DL7ugbQSHsmYS0rXIJrwCx','I was very sick and work nights so I needed a 24 hours open Dr to see me because I didn\'t want to have to wait until 8 or 9am. SignatureCare emergency center was open and after reading all the great reviews I decided it was the place for me. The entire staff was great and before I knew it I was feeling better after I saw the nurse and Dr. I was in and out in no time and what I really liked is that you can make appointments online. Thank you','2017-04-09 01:43:58.124000','2017-04-09 01:43:58.124000',5,'Daniel Lopez','https://lh3.googleusercontent.com/-t2fKjh7SelA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmG_OsgzwLllV3vjc6kGQSq5DbSbA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31068),('AbFvOqlejov0oLVHQYJVnsk0vmeL4AfxxZArrLxv6ST5Q4hdJ9dWAG00ZGKhS-980tKx_UDsle16lg','Great care with little wait! Thanks!','2020-11-01 20:25:26.415000','2020-11-01 20:25:26.415000',5,'Jennifer Schwegman','https://lh3.googleusercontent.com/a-/AOh14GgUVn3MUCUuhf1lY7bkpJB_py725BW8TZm69IGl=c0x00000000-cc-rp','2077061009497551125',38446),('AbFvOqlEJQksgM6SGhCqkU_HwpdfyjIWV5zbvEbfVLyw0wXx3PhELBIYYVP3KU0AJhgOW03vJZyP5A','Very nice staff, and very efficient service!','2019-11-13 18:28:08.219000','2019-11-13 18:28:08.219000',5,'Jessica Slockett','https://lh3.googleusercontent.com/-NZQT_QpPwpw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckG3f0EUqQv7eXImWgnJnwmwFaYew/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36082),('AbFvOqlEK2Tc-t8DuOy-nseQnaNEC2fd8zfxKc6kHcD5dw2ks924iU7DF7-MgwkatZS3VV28OKpSAA','Fast service and great staff','2020-02-29 02:23:01.826000','2020-02-29 02:23:01.826000',5,'James Wright','https://lh3.googleusercontent.com/a-/AOh14Gj3sOzs1RNvYaw-6Hr7Hj2dSeSMXrMP0COwtK1jIQ=c0x00000000-cc-rp-ba3','12541597562633926366',28676),('AbFvOqlEk47Xz9cZwvvQaNLAiyIJzcDUNnZcYhAXtK3G_SpSp3325hddHTCHhlb4SpdKN4gZ7LW0JQ','The staff at Signature Care Emergency Center was GREAT. The team of Dr. Edwards, Jesse RN, and Wendy Tech were amazing made me feel comfortable while I was being treated!','2018-09-01 14:17:56.804000','2018-09-01 14:17:56.804000',5,'Keely West','https://lh3.googleusercontent.com/a-/AOh14GjompPcB4IDRUxw3JIap3AntkOcMbEVLXk-Pfzd=c0x00000000-cc-rp','17394740196501090048',36912),('AbFvOqleK8CIniQGDkfMdYj3JXQTPrMo_njWPqmsAIwDlEQREwPKuKGpK0IWQE54sX5aVoSa1tHfWg','Great facility and outstanding employees! Susana and Emily we’re running the entire crowd by themselves and we’re very kind and helpful the entire time! Also all of the nursing staff were very nice and did the job quick. Great place for health care','2020-06-16 01:54:01.582000','2020-06-16 01:54:01.582000',5,'Mitchell Miller','https://lh3.googleusercontent.com/a-/AOh14GiZceuMXV2Ab7XEPtqiSJ305iFbTu2cDVn_dDOV=c0x00000000-cc-rp','2077061009497551125',38817),('AbFvOqlEKC1PU_yh5RfOBSammlVpPW0PfMsck5n6XQyVUoT9-eVw6U_YDXjVFhv69a54FicUoyWi4Q','Tbe nurses yvonne and vincente were awesome. Doctors were awesome as well! Samantha at the front desk was nice and the tech explained everything well and it makes you feel like you are apart of tbe family!','2020-12-11 04:04:40.904000','2020-12-11 04:04:40.904000',5,'Miguel Vargas','https://lh6.googleusercontent.com/-o3jIvndi66M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmGaigQ_l7eS5LFAuEfsAyGM2xftg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',29993),('AbFvOqlEkYMQIn7v8Q2ISFrraQndGhYBlm41uKmcBOw6ZrgAOl3pZUb_5KF7Q5rse2QMuyzz43eS','Super quick and easy, my nurse Chelsey was super sweet and kind and made me feel safe. Great staff, great environment.','2020-10-08 14:59:04.223000','2020-10-08 14:59:04.223000',5,'avery lewis','https://lh4.googleusercontent.com/-R8TtE6pIEK8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmFIumKZmkkjpvINB9VTyxnnDHLAg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35731),('AbFvOqlEkz3REHDK7i_8GUL61jsa7efrPqx3TQCZMsRH5najvbJGmxe-4OX9fH2UlTbkBfPOr_Cq-A','I had a really good expirience sith SignatureCare! Everyone was very nice and as soon as I got there they had a doctor ready for me so I didnt have to sit and wait at all. I would recommend to anyone!','2017-02-02 20:30:14.777000','2017-02-02 20:30:14.777000',5,'Emilie Floyed','https://lh4.googleusercontent.com/-Paqlumpv0D0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucknZcKpnPINWDosMvU6Ot0hNqo5BQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35513),('AbFvOqlEL5HHlwPMUiidi41ifh0zfD3BEVXvGnK1Goma00KEJ-RvQLcCR0IuhIBvWz8G4nKWjCx0-A','The staff from the front desk to the nurse\'s and doctors was very cordial, I was in so much pain on arrival. With the team effort I left with so much peace. My pain worsen the next day called the Urgent Care. They told my family to immediately come back with me. When I did they took care of the pain immediately. I feel so much better for it. keep the good work up team on Wilcrest!\n\nPamela Green','2020-07-15 22:38:30.000000','2020-07-15 22:38:30.000000',5,'Pamela Young-Robertson','https://lh6.googleusercontent.com/-zAxz3ibyAnE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclX2HxhgDVL5Y2uIQTbJiJ43knLMw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28596),('AbFvOqlel6t3T3eFHywHcHhEFLVv_VAgc4x79RIOjka9wvDLyTX5gRfzNGylKkYzFfDOY0Qt-YsqaQ','Not too busy fast care nice staff.','2020-12-27 04:38:18.761000','2020-12-27 04:38:18.761000',5,'Elexi Dominguez','https://lh3.googleusercontent.com/a-/AOh14GgtfLPyCKgEPjJ0f8QPm8cAsSCZdSu-xmQ089dXSDk=c0x00000000-cc-rp-ba2','13486358490203335051',43919),('AbFvOqlELOE6-FV3HtV5rGq_OHrHYtPvmV3CUPFhMzZ34_Dk720ill9bcooq-wbkWsUL-x9zy__g4g','Great staff... They make you feel like you are in the best care in the world','2020-03-12 23:25:18.611000','2020-03-12 23:25:18.611000',5,'Dominique Lane','https://lh4.googleusercontent.com/-wChyf9DDFhI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnh6YYqV2EDQVibG23b8TgrCL2FDQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43058),('AbFvOqlELVlg_XYPWxQxztGl-N54plAPc7j_fmAcTvkEpxnt0orYpLuWhn5aebFgN2adbbLzsf3dVA','The staff was awesome and very informative and the wait was not long at all.','2019-05-22 00:56:59.670000','2019-05-22 00:56:59.670000',5,'Mike Saenz','https://lh3.googleusercontent.com/-wO7P8AdH--A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn8OFRqFqjAE0yuROndIXbmW7SHww/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41723),('AbFvOqlEM1b-T5UQ054Z2Ie3KNNk7g5dje0ybgPAvQHng0KHWZ3i6C9ykFR4dadcPK9DH3Akd0g8rA','DR. ORTIZ, MD, LUIS E is a great doctor he attended to me very well & explained every details of my case to me very well & in an understanding way too.\nNurse Jesse R did a very good job too was also with me from beginning to end & the\nRadiology Tech JerinĀ K was indeed a very good man did a great job me & also not forgetting the Front Desk Ana Estefania R really do welcomed us well, I really do appreciate you all & continue to keep up the great work. Will strongly recommend SIGNATURE CARE EMERGENCY CENTER .','2019-01-18 17:20:57.334000','2019-01-18 17:20:57.334000',5,'oyebanjo fatima','https://lh3.googleusercontent.com/a-/AOh14Gjjq1oKXOBPan1GyuYYK9PATs8G577VEFuic-74IQ=c0x00000000-cc-rp','8679688254631342173',42740),('AbFvOqleMJ8mfbHq3jyu9_PBBAipd24CqEoKe_diW5lh4lvduQEs5pH1Zjqs1JOus7lu7ARle_ufZA','Great experience. Amy and the rest of the staff were so helpful...the doctor that helped me was amazing I went there hoping I would get some answer about what was going on with me and I did. Thank you, you guys are the BEST.','2020-08-11 21:31:08.851000','2020-08-11 21:31:08.851000',5,'Jada Granderson','https://lh3.googleusercontent.com/-pvk23pbudn0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck3vZ6khJSDYHCroOjplOnGeU8dfA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42327),('AbFvOqlemnaPG2AxGCn84BFjhhzSRTpALSiyb4QQKey_9fIoiCxVIUJDFzX9N6QvUYVW0f5ABhI2LA',NULL,'2017-11-19 16:49:52.867000','2017-11-19 16:49:52.867000',5,'Rosemary Vandercher','https://lh4.googleusercontent.com/-y5Rs2DT9I6c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm9vG5srLOm2MgY0IboGNzcS61bvA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40991),('AbFvOqlEmpGKrtVqujKiQJMs4UW_1iFS5dmizl5TyC8BGBn7r20U1rUpRJar6EJ-NQO2QX-nWTV63Q','They were great with my little boy!!! Dr. DeWaal, Nurse Christina, and Christina in registration we\'re professional and patient with him!!! In and out quick!!! Still got to have our pool party afterwards!!!','2018-06-07 17:38:14.448000','2018-06-07 17:38:14.448000',5,'kathryn breaux','https://lh6.googleusercontent.com/-MV252yaUogI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclumRusuPqX8IZvC1CMKd2aJeynqQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36393),('AbFvOqlemsTZN2vLXP9NDLz-GnJJ6LmvNblrN_VOx3lo7xu-DhKJkAikHRC5StuCNHv5UY2TitXD0A','$3500 to get checked for strep?? RIPOFF!! Avoid at all costs.','2016-02-15 15:33:35.791000','2016-02-15 15:33:35.791000',1,'B R','https://lh3.googleusercontent.com/a-/AOh14GhcfdoV0gsd7fWBUQIP-y9h7f0TMmgGVdFPydybYQ=c0x00000000-cc-rp','17898197009688164559',38388),('AbFvOqlEMuzHTASPXXRoTWJl7YeCYJVZEvZ-IOc7seMlJWQ4fZbEP-esj56Q1_Zt2gjeZeiI2Ypj',NULL,'2019-01-23 03:05:48.003000','2019-01-23 03:05:48.003000',5,'nayeli hernandez','https://lh3.googleusercontent.com/a-/AOh14Gg-WflP9yHwCtPxcIXWV_UZle5CB-c7fhcr9_I9pw=c0x00000000-cc-rp','13486358490203335051',29929),('AbFvOqlenAK2_tvC_DmOS7RHb19O93wzwm34mc_hMxxX_pSypcX3N32nJ65tVojoiZGlXvlsl2adzg','The staff took very good care of us after our 5 year old daughter fell of her hoverboard; they calmed our nerves and made our daughter feel very safe. Thank you!','2020-01-06 03:10:58.784000','2020-01-06 03:10:58.784000',5,'Vc_ease','https://lh3.googleusercontent.com/a-/AOh14GjB_KPxzRfUV637Sc5cdbQTai3cV3Wq-ecMzL7nqA=c0x00000000-cc-rp','13486358490203335051',29494),('AbFvOqlEOdp_Kh0zaexdYyjhasxmxMsuwvmedlRe_UWzQ0YDjuPPGUJxLjIT52jx55OOlFKpTJyT-A','Very good experience. The receptionist was super nice and got me in right away and I was seen my Dr.Harjai in less than 10 min of arrival.Both the nurse and rad tech were super helpful and offered even warm blankets. Defiantly would recommend.','2019-12-11 20:02:58.167000','2019-12-11 20:02:58.167000',5,'Chris Mendez','https://lh3.googleusercontent.com/-dM1nsM2K1nw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl7NUUe5KotJhJNYiksuD3-00qMbQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34501),('AbFvOqleOGOrJLpXJj13BOBh7WAM-C8KpvfedhEggvGCgrFsejdS7XyPIYGGt16ANZuG91MbqhJlrw','Had a bill sent out to me when I wasn’t suppose to be billed. I left a review and the staff and billing company reached out to me to discuss the issue. They were able to resolve my issue quickly.','2019-06-12 04:22:51.160000','2019-06-12 04:22:51.160000',5,'michelle deliphose','https://lh4.googleusercontent.com/-W9aOzp7qED4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn-DK892J0nM1nbIwitah0vizuFWw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43255),('AbFvOqleoiykIXVqW8K8m7h6Wqmw8zzuJAgdBk-iH5VGHlBrXDt_cvImnjvzKz7ctOkBfaxT1mdjOQ','Very good very caring would definitely recommend ! Thanks Kimberly Jacob JR!','2017-03-11 22:58:48.915000','2017-03-11 22:58:48.915000',5,'Justin Young','https://lh5.googleusercontent.com/-nW759K9-WYo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6OrL8BhCoGBfwCjAHRT492oEGUw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35475),('AbFvOqlEosBGSQoa32Z_R66MmAFYXtgemFYK-qSYGRV_f2_CRnKMeGj5cgMm51iWHnDLnQhyOu4B','I was able to speak with a nurse and see a doctor quickly upon check in. The staff were helpful. Graciela provided good information for reference.','2020-11-27 16:21:37.238000','2020-11-27 16:21:37.238000',5,'Camille Clark','https://lh3.googleusercontent.com/a-/AOh14Gj9ztD7_HDEKe5z3x4EKbkb9i9rnFqaXX0wFMdR1A=c0x00000000-cc-rp','16389487648212004696',32870),('AbFvOqlEpEMRj8s9MaZkpMuxoat18kx8P2GhH2MT1EHOgEh3VX2yfeFh7FtNGONJ_YiiMA8jJvA72g',NULL,'2018-11-08 17:36:35.558000','2018-11-08 17:36:35.558000',1,'ABEL HERNANDEZ','https://lh3.googleusercontent.com/a-/AOh14GjisrD0fpnc8_sUOMfAxA0adF2dXpkXNUv9-30q=c0x00000000-cc-rp-ba4','17394740196501090048',36866),('AbFvOqlepf4YvNODkjGqitMUReektDUlu8baSQ-49c8CC-UL-FczInGl_2w1csX1zhC6ZQ6TsvA8rg','Everyone here is seriously so nice. This is my second time being here, and I don’t want to go to another er ever. Kim checked us in super quickly and was so kind! We seriously waited like 7ish minutes (if even that long) before our nurse, Lucas, came and got us situated in a room. These rooms are so spacious and cozy. Dr. Edwards was awesome! He came in like 5ish minutes after getting into the room. He did an awesome job and was super knowledgeable and very kind! The staff and physicians are knowledgeable and friendly!','2020-02-28 16:33:27.209000','2020-02-28 16:33:27.209000',5,'Sara Gilliam','https://lh6.googleusercontent.com/-BqD1wEYSSVA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmzuCGxqs5lbilvtiJvG4k8n1_u_g/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39595),('AbFvOqlePj2d9sKL0FuVpj0vZ-PyNyqpHyAS4xU9KFD9muHmW7SeJpRZGwXlWSM9aDHiPtXYD-ytKA','Great Services! The team: Kristina, Victoria, Scott, Sharesa, Genesis, Nguyen were so kind, thanks so much for your help.','2020-07-24 22:12:32.748000','2020-07-24 22:12:32.748000',5,'Kreemguill Vides','https://lh3.googleusercontent.com/a-/AOh14Gijsp8ulICt8xv5No1iuqY4arG2IWaiO_xKxZy1=c0x00000000-cc-rp','12541597562633926366',28586),('AbFvOqlEPK8rsQ78ktaF7vbLZGkCI7KIAVsO-QVbmrSMXM7aHSx8pL3qfcA7FRZeNaRbViZVOi4_','My experience was great! Christina R. and Clay were my nurses and made the visit personable and comfortable! Testing was fast and test results came back quick! I highly recommend coming here for a rapid Covid test!','2020-11-06 22:43:07.264000','2020-11-06 22:43:07.264000',5,'Hailey Blake','https://lh3.googleusercontent.com/-dLdBD7nLdW8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnIaBZxj-v3a0WxU3SYcYsQ9L71Mg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35629),('AbFvOqlEplEHhOkutqj8JTiIoso09bfACpNxp0aX2N5mje6TvYlB7PELvJ_gc12lVbn_-EqplVN8PA','Pleasant visit, Lindsey and Kate at registration were welcoming. ER nurse Gabe and ER Tech Rachel/ RAD Tech Kathleen were nice and made us feel welcomed!','2020-10-29 00:44:06.719000','2020-10-29 00:44:06.719000',5,'Jorge Arellano','https://lh3.googleusercontent.com/a-/AOh14Gg-ov0ty82SNObYVtYkjVo8RMkHLH_91yUv31NCrw=c0x00000000-cc-rp','16590124370714063921',34091),('AbFvOqlEpSeqOKR1uraZJnyXoUvO-iDhmHp9bYedFN5_yVhiqNHoLz4nCHW2YbYXbprZlnNzsqZenA','I was literally amazed at how quickly I got in to see the doctor. I have never been to a 24 hour care where I didn\'t have to wait. The facilities were very clean and new looking. Nicole and Lia, my nurses were gentle and supportive even as I was in pain from coughing and have a fear of needles they treated me with great care. Dr. Yosuf was kind and quick with treatment. i would recommend this facility to anyone.','2018-01-16 15:36:16.907000','2018-01-16 15:36:16.907000',5,'Karen Starz','https://lh3.googleusercontent.com/a-/AOh14Gjrxf2WljefP_7Uqe99NFjebOCvyPEIqjILX62ZMA=c0x00000000-cc-rp-ba3','14567670160750071148',30897),('AbFvOqlePUTPe_tIKcuzNCjyumHSohIdkvJyvDXXHhk_sWM_hp4mBdTlhKJivkp3FJVvqxM6l5Ps','I had an excellent first time experience here all of the staff from the front desk workers to the nurses and doctor. I was assisted by Alvean and Marcus, they was very helpful during my time there.','2020-11-03 19:03:35.232000','2020-11-03 19:03:35.232000',5,'Shakeitia Washington','https://lh6.googleusercontent.com/-9tBA51aOW6s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnHSzHGj9X57ewQTVtHRjW-4-LRQA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33006),('AbFvOqlEpYHFoaS9YWabxZJ-F7NfqtkHzQ93aOlDpgHOj3ZxXm8T3mKgVHQ4uRQDKXeyGmAfo_Qs','The hospitality I received from Valory Delores and Julia James was superb!!!!','2021-01-11 19:20:29.154000','2021-01-11 19:20:29.154000',5,'Tony Harrison','https://lh3.googleusercontent.com/a-/AOh14GjALZ8i0Gc0-2BOayEV54gjjjSFJOwtt3s49FBaMA=c0x00000000-cc-rp','15979470999169074295',44480),('AbFvOqlEQPe4L_KRIRYU6JZDsfUSI51GcfCfsyxaXXsy1I8cwJQhvtvScTl7grpfy5OoaOzBwOBYhA','All staff members were caring, friendly & very professional.\nHighly recommend!','2020-03-13 16:22:29.990000','2020-03-13 16:22:29.990000',5,'Shelia Dale','https://lh3.googleusercontent.com/-F-SwUsz9XsQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmGKyhiGS7gY77rT_oGj8TrUQcdBg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41916),('AbFvOqlEqs6E519UzC433BFswApmLpvd8LYgfsOD7RHAFUwISAlaXamMBWxvF5adAIL2-n8NwEdG','Very Fast and Friendly Staffs. Dr Ybarra very good as listen to your concerns. Highly recommended to people in need.\nThank you Dr Ybarra, nurse Sarah, Rad Tech Fatima, ER tech Elaine and Registration Briseida for your wonderful service.','2019-12-26 19:04:09.165000','2019-12-26 19:04:09.165000',5,'Tommy Nguyen','https://lh3.googleusercontent.com/a-/AOh14GhY7uP--rhqcou-d0xXhr0st6Levzj5j5J7iOQyOg=c0x00000000-cc-rp','17898197009688164559',37777),('AbFvOqleqSEwTNiet2Gqo75LMw0pxmCZwOtVTjbh-oDvkibFD7IWFVSOGOWmVTwkwvWRLsG-6OcJeQ','Lisa V. And Dr. Chambers treated us like family!','2019-11-25 01:28:36.371000','2019-11-25 01:28:36.371000',5,'Matthew Saldana','https://lh6.googleusercontent.com/-i2dnYqqrYtg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnx2WfKhPbgrtQA7rSijwSFvtaM6g/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29565),('AbFvOqleR8vktEiNHtDeiMCU_PUSuSxoUmiJYTxnAvYIynInv2KkA-TAOWbD1BUIdSjv7NetO8ecjw','Very responsive nurses and doctor. As soon I came in my girlfriend was seen. Good service. I definitely would come back Incase of an emergency. The entire staff was very nice and helpful. Thanks to Rachel Diem, Jessica ,Lisa ,Tristan & Dr. Hannan Sable','2018-09-30 01:25:14.743000','2018-09-30 01:25:14.743000',5,'Elmer Tello','https://lh3.googleusercontent.com/a-/AOh14GhtOkrpuID60sVvqoVPkR_jDawFBwq6JY9owl3IBg=c0x00000000-cc-rp','17394740196501090048',36882),('AbFvOqlerj-EpjaHWRLaspRtAFXeErgyZ4vT8U-wVUAM_jMsftIs6ZZ2uHKJAnxl1cR5DQssr8fCDA','I was helped by Pam and Dr Herman and they were both amazing. Pam took good care of me and made me feel very comfortable. She explained everything she was doing which made me more relax cos I knew what was what and why it was done. I’m glad they figured out my problem and taking care of it. Thank God. Thank you Pam and Doctor Hehman.','2019-06-06 20:41:02.278000','2019-06-06 20:41:02.278000',5,'Londiwe Tau','https://lh3.googleusercontent.com/a-/AOh14Ggj2WR3uFgp8WZfR0y8W5W4hs0tZIb70FdQJIt2uKM=c0x00000000-cc-rp','8918455867446117794',43263),('AbFvOqlErLyLVUrOWScOIfz7FvErM5oZ2Oii7XwbF4FdPbISpsXbfiwvXYi933Tl1EPSUnPImPTs','Jennifer and Karly were very helpful. I was in and out.','2021-01-16 17:43:14.251000','2021-01-16 17:43:14.251000',5,'Nathan Mckissick','https://lh6.googleusercontent.com/-9zSJD45Phdo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclimyRhArgsCl7M_PbFDAJiPjLGow/c0x00000000-cc-rp/photo.jpg','8626688543755174284',44704),('AbFvOqleSbDca184Kub5Dl_zt3k43ltzDB6-tEyFycYicTy05s_K0LAYZevRYebPkuL5TORY7Y7P','Went to SignatureCare today after feel sick for a few days. The staff was excellent and very friendly. Dr. Omalley took care of me along with Alvean, Jordan and Marcus. I would highly recommend this place if you are looking for a fast appointment with friendly staff.','2020-10-13 23:00:13.059000','2020-10-13 23:00:13.059000',5,'Shawnda Wilkins','https://lh3.googleusercontent.com/a-/AOh14Gi9a94tdYw08ssggj8srZZbDjGqznDFxAHGqtJBLQ=c0x00000000-cc-rp','16389487648212004696',33161),('AbFvOqlESG1d2ilj1rF_RZrNPlReB_K8bSl0QnIw5jZVcUCCOB8HFtLKk8eGLbaNthaVbVXg1Qll','Jessica S was such a caring person, she helped us in any way that was needed and made you feel welcomed in the facility.','2019-12-11 20:16:55.917000','2019-12-11 20:16:55.917000',5,'Carlos Martinez','https://lh3.googleusercontent.com/-uMJPaBONfBU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn56JCYSi8jlvFvUeJvs-PMN2n-Cg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29535),('AbFvOqleSi5RwK5EkJPisSf3zq1MTvxzx-PSPEOc0a26Y2F4TRTmva9V1ssibXg5cqVvcVplh-e97Q','Was very clear on the testing procedures and worked in a fast manner.\n\nRegistration Lorena- Gracie\nEr tech- Brancroft\nNurse- Theresa B','2020-07-26 15:18:12.510000','2020-07-26 15:18:12.510000',5,'Cristian Santivanez','https://lh3.googleusercontent.com/-IXtgWyCDlpA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclWXwzXwVYiSj4wIeayZMhPhRwuqA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41339),('AbFvOqlEslkrRLS55UaP3PjgbliL9tF-LEQquGDhFS7GsZ6yTjSFyQGzX0gO2IGtXE8UGz1Mo3yBiw','Was received and treated in a timely manner. Great and friendly staff!','2019-05-13 16:40:15.744000','2019-05-13 16:40:15.744000',5,'Christian Roth','https://lh6.googleusercontent.com/-cXUlBDYD9IU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl9rVFdvqSuDhUjALe4KdgeXBgoEw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41741),('AbFvOqlET-luH2qMCc4B_kKusqFETb8FCfb2CHOYOOHwysv56RZkOaFeN9sFbrwmRI-unK8vazcLaA','The staff at SignatureCare Stafford are beyond amazing! I have never felt this well taken care of my doctors and nurses were so compassionate. The doctors and nurses took their time and really made sure they gave you clear answers. I could go on and on about the amazing staff! Thank you so much for all that you all do !\n\nIf you are in a medical emergency this is the place for you!','2019-10-24 22:40:42.320000','2019-10-24 22:40:42.320000',5,'Crystal B','https://lh3.googleusercontent.com/a-/AOh14GiSaf31Kxp4ythczZheGPT4uNTwfXKRmRzz3eh0=c0x00000000-cc-rp','8918455867446117794',43184),('AbFvOqlETBdNzDXAyOmzOlugea6J7Gq7PSvj0C3HS_I_mY_MWbjQnob1vrAJ9SC7WqjAu6Y4XhJx6g','My experience at Signature Care was really good! Morgan Scott and Tessa were very helpful and made me feel comfortable! They were also very quick and efficient when doing my Covid-19 test and getting my results!','2020-10-16 14:58:29.476000','2020-10-16 14:58:29.476000',5,'Maisha Alam','https://lh3.googleusercontent.com/a-/AOh14GhD3pGSgoeDCus9mmlEusMTyHqszxsAQiuHAmXu=c0x00000000-cc-rp','16590124370714063921',34133),('AbFvOqletn6gbsPnZOAkvYWKLGpps57R32wrtRbM1fngL3-x__b9SugGs6vhkhoxaZOYjqB3KsleGg',NULL,'2019-03-21 21:51:25.716000','2019-03-21 21:51:25.716000',5,'Kitzia Jimenez-Jones','https://lh3.googleusercontent.com/a-/AOh14GjvyAzw30e0IuOeekgU0oK4uy4xDDGwmSAaUorjo0M=c0x00000000-cc-rp','17898197009688164559',38243),('AbFvOqlEu-HYfjCgvHCCn2-ouWTuJl37gcTJa10WUM7bIx9wSjtfYDHNJ9aSI0B8YJUeHV1ugufghw','Friendly service. Makes you feel comfortable','2019-10-17 23:31:21.776000','2019-10-17 23:31:21.776000',5,'Caitlyn Kay','https://lh3.googleusercontent.com/a-/AOh14Ght4ITkgHuqczicog5_53T2wfEO1QOVIC3DR6PfvQ=c0x00000000-cc-rp','16389487648212004696',33857),('AbFvOqlEu8QKjhYrYbfomjEXidbM8TgVHuWzpmrOU-sAWlldCvjSGkg2qsntKvBsatKq6OIdZu-R','We absolutely loved this care facility. There was no wait time of more than 10mins! Great customer service and the doctor was wonderful, he even called the next day to check on my husband! Not even our PCP does that!! Will definitely return for ER care!\nThank you\nRaul & Doris Aguilar','2016-07-09 18:25:43.450000','2016-07-09 18:25:43.450000',5,'Doris Aguilar','https://lh3.googleusercontent.com/a-/AOh14GgowEwnLuTh5aavQ1-z0jy21x2KZ6jNye5inbOXv4A=c0x00000000-cc-rp-ba4','14567670160750071148',31221),('AbFvOqleUEYr7tzT6t4TJhLIOvpUx4EmyTMAZ62UooX9NtLU7ewwHD_SMhLFjt-cGEj5XC1nrEqI-g',NULL,'2017-11-25 21:45:41.663000','2017-11-25 21:45:41.663000',5,'Londonk Weeks','https://lh3.googleusercontent.com/a-/AOh14GigPTgUmg2hqru_eY7G2igAnKtn5ZUmWvfCrGSyx5k=c0x00000000-cc-rp','17394740196501090048',37030),('AbFvOqleVozLTly9OynwW2PaqHarT-nYk9leE2fmUXs99iIMqdmwFDn2XTDlxvN3VnQxtCq1al1N','This is my third time as patient and I always get excellent care! I work at a medical facility myself and the care i give to our patients is the care I\'d like to receive for myself and for my loved ones. I saw respect, cooperation and lots of communication amongst themselves. I think everyone does a great job from the receptionist to the doctor. Nurses, you\'re the greatest!','2019-11-08 08:56:49.145000','2019-11-08 08:56:49.145000',5,'Faby Camacho','https://lh3.googleusercontent.com/-M6kSap4qF6A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclT8bw6Wh-60a64iF7Iscum1BY7_w/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36682),('AbFvOqlevpPKuAxyUJ9raXaX7xKk0gyhGHJyD-GNL1wFytXl0DxpYk1kYmNwzLsaR8GPkikRp7SqWQ','Everyone at signature care was extremely friendly and helpful. Would definitely recommend their services.','2017-01-18 00:25:31.961000','2017-01-18 00:25:31.961000',5,'Blair Butler','https://lh3.googleusercontent.com/-zoWF6vMpQRE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclAMxUzGG7qSy_PVmcnVZq5R02VQw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41129),('AbFvOqleVqRff9ONWcgGhu9iBCRFMItjJ2qL9e61rHXQUdyF1MCdtpAd1gnljuXi1EMOtsfy2gtGhQ',NULL,'2019-01-23 04:58:18.458000','2019-01-23 04:58:18.458000',5,'Yolanda Plazas','https://lh3.googleusercontent.com/-MjLA3RKhBtU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm41wJg_q-JrggnYbcYu4k1VsDzog/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36835),('AbFvOqlevR-OeRmX0IEeJnCtqU1O_U0C5EQOdUaHbT19KJV757ES-b9DHwmTIPy7UyexRDyErBY3','Excellent service! Nurse practitioner Susie was great/fast about waiting on me','2019-06-13 19:01:44.771000','2019-06-13 19:01:44.771000',5,'KTB Gang','https://lh5.googleusercontent.com/--_3iBLG-RUg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmm-obp1BJpZEnUgH0i5E264vFv8Q/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42044),('AbFvOqlevXxEMnGzf27BAr0y73pJSTPRDlSbwQO36GZa2dbrjFCuFMrTCh4c8p_hFZfcLB8gl-Ck7g','Anthony and Natalie was amazing','2018-12-05 19:46:15.978000','2018-12-05 19:46:15.978000',5,'Sierra Henderson','https://lh4.googleusercontent.com/-skNvJP9TW5w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmts07u0RLprmyNXeABSY3upFyzDw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35080),('AbFvOqlEwb0raicxS_EX_r23EUs63dH0RJDFjYgaSFUKqMD_1v1qv3eX6GuMvbGUPtTj1I7BHWvNkw','Friendly , funny and caring staff.','2016-11-06 20:36:23.724000','2016-11-06 20:36:23.724000',5,'Mario Romero','https://lh3.googleusercontent.com/a-/AOh14GgsVIWDF3ks7oqhcYD3csLfUIL8esf-jvGQEXStDnk=c0x00000000-cc-rp-ba3','17394740196501090048',37282),('AbFvOqlewEDp060mrpYOkIeIr5NmXXeUMx-8BI-7sN7BLhIYEJs5JTXTx7K6Ed91FQfT67fF0CfR8g',NULL,'2017-08-03 09:25:38.703000','2017-08-03 09:25:38.703000',5,'ava Nasrollahi','https://lh3.googleusercontent.com/a-/AOh14GhrBpNJSmcb2CtWt_NDa3HNqsTKoiXT6z2FD_xP=c0x00000000-cc-rp','17394740196501090048',37105),('AbFvOqlewf89oXd-4Wp_704rOPRpEt12mEKljeagAf_bofh8O4oQFT3OoetKGgNvkQIZVsmJOldJCw','Very timely & efficient. I will definitely choose SignatureCare for any emergencies.','2020-12-23 19:57:36.854000','2020-12-23 19:57:36.854000',5,'Mackenzie Plotner','https://lh5.googleusercontent.com/-pviEDq0zTko/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmP7NXKmdik3m0eEJBLfnCfTn_Mxg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43749),('AbFvOqlEWM7C_KU3G1vAWN2_ZU89aRAx5LQ0kxENuslLegD3vvmKSXMLHU-qpX4n9kCV6_S4T6QwUQ','A lot of written paper work but signature care got me tested within 20 minutes of walking in the door. my nurse Kelsey was extremely gentle and straight forward with the nose suave .. wasn’t as bad as people made it out to be! I highly recommend this emergency care facility!','2020-11-25 19:37:36.693000','2020-11-25 19:37:36.693000',5,'Mitchell Johnson','https://lh6.googleusercontent.com/-XgmWTag5Yeo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmOLb_Prm0yI4ygMUQKxmyfPwNyow/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38410),('AbFvOqlewYqrxJF-b-HPc4hOJR1ADuaS-3o0-j5nbTIUl3z4ghKz6w_P5sdkx5a7bG6k_SxtS-wmNw','I was in, taken care of and out (and feeling better) in no time at all. I love this place! (and much cheaper than going to a hospital ER) They\'ve got my vote for sure!!! Highly recommend!','2019-02-13 13:47:13.504000','2019-02-13 13:47:13.504000',5,'Charles J','https://lh3.googleusercontent.com/a-/AOh14Gg1MjQJC3CTTRTVgGK45JKJ2Af7VOlg3iK1ZBoDC-A=c0x00000000-cc-rp','14904078213800803294',32499),('AbFvOqleXiPse8bBc2Ugn5Gc6R3VtVMUYfmREORqrJz5W_TAxs4SnDC32dmF8GceQGY6qgiAMTIK',NULL,'2020-11-05 22:33:22.137000','2020-11-05 22:33:22.137000',5,'Greg May','https://lh4.googleusercontent.com/-MdpfqnKjsQA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmANK73jf_-QynVi0Yhb0DzhDGgHQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41855),('AbFvOqlEXKTW9J_l_miMDOPjfDQyEJvFxNxjkXQhMLjwyLwa5dDNH6LpUoMNL8nwXL1YVrBFznMP3Q',NULL,'2018-07-16 02:34:30.368000','2018-07-16 02:34:30.368000',5,'Nancy Ventura','https://lh3.googleusercontent.com/a-/AOh14GgFuUVim3co17pdtdPAJczNnferVssBg0B5UixO=c0x00000000-cc-rp','14904078213800803294',32566),('AbFvOqlEXv1pfk1bQeSUbrW6KyKQM5VawO_jgk87ByGgaFvBLF0LBj5nUlq5uj4ci6DylSjGIylO0A','Great , very well organized and caring','2017-12-15 21:32:55.446000','2017-12-15 21:32:55.446000',5,'ron kostel','https://lh5.googleusercontent.com/-haeO6HMDRRU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm80Qb15j1VgDA55OZeYISqD0gM1Q/c0x00000000-cc-rp-ba4/photo.jpg','17394740196501090048',37015),('AbFvOqlEy7IQccAk_QvsD7BLyONyx6rlvBbK5g6ctVuQYrkue2uw_fwYf2PjFl77V1wtLgPsyJL4SA','Mercy is great she was so sweet when I came in she attended me well and would recommend anyone of come and get attended by her','2020-12-15 20:35:50.946000','2020-12-15 20:35:50.946000',5,'Maria Barreno','https://lh3.googleusercontent.com/-3nzGomY4g3M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnYclCNhHWUH0JcNXaPTc5Y7dl5kA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28419),('AbFvOqleynu6Df-b1d9JKqx_lWn3QCxMKrYxWMYZeEMuoBeQDj8wJzGjiRrGATn-7sxqXDU7vwfI',NULL,'2017-12-16 16:27:09.232000','2017-12-16 16:27:09.232000',5,'Anthony Smith','https://lh3.googleusercontent.com/-z_8PZcM8P8Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclRbto6S0wtVG16MuAi0cjTNGOPpg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32625),('AbFvOqlEzQeUuT3raXlkOJIZxaPG2qLcjDw-aO_1eBfLD5TSvocrffFuIVh_0We_7hV_xMuJfge-dQ',NULL,'2020-07-22 12:08:34.490000','2020-07-22 12:08:34.490000',5,'Taha Alam','https://lh3.googleusercontent.com/-rfAG-jKG66E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn8OQXOFwerVbn1iqC74HBp_UhjKQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42350),('AbFvOqlezu2GKHdEejzlfuGm35kIFgvtkdp4pmcvWK3EfRUOQuQj7DzdKVleuMf88_kwwpZk0Ohg','The doctor was in a rush to diagnose me with allergies. The first nurse I saw was very stiff and her questions towards me sounded rehearsed. I left with a fever and aches but was prescribed with allergy zyrtec. Will NOT be coming here again.','2019-03-12 03:19:19.006000','2019-03-12 03:19:19.006000',1,'victor guzman','https://lh3.googleusercontent.com/a-/AOh14GhSAPiVjT2tchLRCgIHCyoKVb6_Wq-2JiESZBniLg=c0x00000000-cc-rp-ba3','3511292162159714121',40619),('AbFvOqlF_5Xmih9qb3HJco3mzbIG80OXnZdJpuwbkSjO3qeJcLQW4tuRyWbnnbyjdG84oE8BUxSPlA','The best staff for an ER ever! I was made to feel so comfortable while not feeling well and waiting for test result. I actually slept well and felt more rested leaving then I do at home sometimes. I will NEVER go to Darnell hospital again! My whole family will now be seeking emergency care at signature! Wait time 5 minutes max to be in a room! Love the staff and the level of care I was able to get!','2019-11-28 08:11:35.781000','2019-11-28 08:11:35.781000',5,'Annalisa Childs','https://lh3.googleusercontent.com/a-/AOh14GiS6Bmsi2RPvLe5keF8DKnohhXQFXvPva3u-dsP=c0x00000000-cc-rp','2694018788013845459',39199),('AbFvOqlf_bEinVOvEH3LIC11iPyFWod9_U195UQWOqAWzsx-yy46l3aR-XBKak3bIAJJRhD7GQcUQg','Great staff, Cody and Brenda were very detail on information and were excellent on patient care.','2020-11-23 17:49:33.820000','2020-11-23 17:49:33.820000',5,'Emilio Flores','https://lh6.googleusercontent.com/-o1C650dZrdM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclp8v3ygsXFPX4wgnELRk9Ak8hJ0w/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38417),('AbFvOqlf_CmjujZEdXgqriDmOX_YtMtcIM7HA1IQjudFNUU82XNDhav3gPFDTkNTMEo0l3REiIS72g','If I could give this place zero stars I would. An outrageous amount of money was billed to my insurance (approximately 5 times more than what I was told would be the cost for visiting and getting a CT scan) after I was specifically told by multiple people what my visit would cost me. This sort of fraud should not go unnoticed.','2016-08-09 20:24:06.808000','2016-08-09 20:24:06.808000',1,'Garret Kirczow','https://lh5.googleusercontent.com/-oqWSF4jvKy4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmGv9TWaRHbYsSpGynMT0qf6x7QtA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41182),('AbFvOqlF_wnQXdtZiNSN1rPOy9Y6NydTcGdT47_EWlpJg1nCKNp_e7k4QTHstOr65ysCiDA5wsPZyg','from registration with maya to my rad tech Mayra to my nurses Stephanie/Lara an my er tech scott an my dr singla they were awsome from start to finish so good I had to make sure I did the review while I was here so I wouldn\'t forget. from filling out paper work to being poked an getting a pelvic exam they were amazing an I\'d recommend anyone needing emergency help coming g here an they\'re very clean an friendly might I add.','2020-03-11 18:17:35.874000','2020-03-11 18:17:35.874000',5,'Christina Shouse','https://lh3.googleusercontent.com/a-/AOh14GjNFe2nkIPDgYXSpuqFLrYBHFAsPUwqGGqUhCkVSg=c0x00000000-cc-rp-ba2','12541597562633926366',28644),('AbFvOqlF-vCPpKvIZ8VYVqTW9T0twLz0NNyt3WsfcqNuAk9ripOEhIUBPy56j8Dd4rMqifb-iBqIcQ','This place was top notch in service. Very kind and friendly, especially the service desk lady, Shanna.','2019-12-16 02:29:14.741000','2019-12-16 02:29:14.741000',5,'Alyssa Connelly','https://lh3.googleusercontent.com/a-/AOh14GgLMpWcs8BeXhPVbx_ulUaIpCILn8T8cEDwByT3XA=c0x00000000-cc-rp','6521947413723274945',41521),('AbFvOqlf0_f3TUBWZfFhIbiA6qMqOHaiUhAR7jKtlYIyUhgxEXSC_0_faWXLLkeCLiT2yxH0pUH72w','My mom was sick we came to this awesome place they treated my mom really quick my sister and I Were waiting in tha lobby and they gave us snacks they treated us real good & my mom feels better now šŸ’– shout out to Cecilia Z for reciving us well & Bryan D for doin a great job on escorting us to a room to help my mom Brian D and for making sure u know what my mom needs to get better.','2020-02-18 02:09:20.568000','2020-02-18 02:09:20.568000',5,'Aimee Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GgzBGp1CKb2Y4---_WPj7_2OzmK4MNB3LKHGjLK=c0x00000000-cc-rp','14567670160750071148',30239),('AbFvOqlF10evnbTqRPe82siz0UYUAzkvUtU68XufCENn_q6PoB_GqDTV5ePCEnd-5lxgHXiEIGPg','Excellent experience all around. Was in and out within an hour, after getting an IV, medication, blood work and a prescription.Staff all were friendly, quick and made sure I had all I needed. Dr. Elsbecker, RN Katie and techs Chris and Chelsey, were all amazing.Would and have recommended to others. Keep up the good work y\'all.','2019-11-11 19:59:27.249000','2019-11-11 19:59:27.249000',5,'e l','https://lh3.googleusercontent.com/a-/AOh14GjqTbsbS9SpBHnVmM0XIjqS1YD4ock4Aqe4gXUB=c0x00000000-cc-rp','16891069708558046635',36083),('AbFvOqlF1cJJeYU0V5gmKANi1m3ImMuGrvKyNDJ5_Wu4dR806LBKbUSgtyxNcMh0f7lnclqdmL3tqg','Very good experience. Dr. Ortiz is very knowledgeable, the X-ray tech Rick, front desk Evelyn, and nurse were very friendly and helpful. Will recommend!','2018-09-09 14:15:04.880000','2018-09-09 14:15:04.880000',5,'Juan Hernandez','https://lh3.googleusercontent.com/-u73cIlp3Duw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckduzmo2wb8VA6yWCSUPILtBY-xlQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30733),('AbFvOqlF1EkcjK3dwPQzD4qnlnrsY4iMfWyL8uQsws2RPbd5naYf2R8oLtwygM-lyClNjitNSIhQ','Clean,fast service,took the best care of me during my stay,the only ER in Paris,TX I\'ll go to again! Thanks Ashley B.','2019-02-08 23:11:41.574000','2019-02-08 23:11:41.574000',5,'Laura Garrett','https://lh4.googleusercontent.com/-Vi1lXo3ZFgI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnt4tCSntAAjAdsH9DYqRkDoh0rpg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42160),('AbFvOqlf1y4SRDk9qOEgtUxhxTXy_sEYgWcmEJhlwijWTgZ73fSxgIyQ2Gj9vuAaCM3iX3VAAQFuhQ','They provided speedy care along with a great staff.','2019-12-14 16:14:23.463000','2019-12-14 16:14:23.463000',5,'Fatima Ali','https://lh4.googleusercontent.com/--aFNrCtFhNQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm7CkQGadL9Wcgiu44NMCGgzxcgtw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37806),('AbFvOqlf38e5pGwhnM2H8Jek9hu84YBsha-Ad7rkuW42rGJtrf0RMNR3dT--C1dQj3i_7MHICZzqLw','Friendly staff and fast service. I would highly recommend this place','2020-10-16 16:08:58.563000','2020-10-16 16:08:58.563000',5,'Kasuni Dilsha','https://lh3.googleusercontent.com/a-/AOh14Gis47RZCiAfvFL8epIC4wafPz8burq-Ca9erKgejQ=c0x00000000-cc-rp','3511292162159714121',40170),('AbFvOqlF3FsgVnu7i5GvMQm5JGVIb8PeppN7twkt8nwBORvMJkvJw5HcbwooLUCKYRYPrjWjZ3EcmA','Great service! Came here with my grandmother and the team was very conscientious from the moment we walk in the door.','2020-02-06 04:54:57.388000','2020-02-06 04:54:57.388000',5,'Laura Sanchez','https://lh6.googleusercontent.com/-Ehiv7NQwLsA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcus5aPci8_5f5V1i-uKsm4ZyyHA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36639),('AbFvOqlF3KXcX5g8NiH2AMZFhuGgQPkzPsTS7SDqvB3fTfKyHFv3fj6HPIDCuKFggBbcUynRBSd0FQ',NULL,'2019-03-31 22:27:20.907000','2019-03-31 22:27:20.907000',5,'Lois Treadway','https://lh6.googleusercontent.com/-xDmeKyZDNNw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclzrl_OjOmD98Krt8e-nHtWSI7MGA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32482),('AbFvOqlf3SR-XrSZ0LlqCKdbvMIImintwXKj66lqPnrXgSUF3nljpxeFTD8r-88WV2xXZ1rmHFs9','My experience was great. Dr. Tran, Jessica,Wesley,Ryan and Deanna made the time spent here very comfortable. The team was knowledgeable and made sure I understood all that was going on. Thanks to all of them for taking such great care.','2020-10-15 19:00:42.090000','2020-10-15 19:00:42.090000',5,'Mary Williams','https://lh4.googleusercontent.com/-_OX5HRkspRE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckEKAQ8nc3jRmIClQGUe2up-Xc7vQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32225),('AbFvOqlF459NDVlg6vg0nuXbbeCe3EWr30hkJW1eA-7U_53I2nZolFd9S1IEbuc5gO_oRSrQXKVszA',NULL,'2018-01-03 13:35:50.158000','2018-01-03 13:35:50.158000',4,'Andrew Stephens','https://lh3.googleusercontent.com/a-/AOh14GhPp9nE7wpGC4zgJbBoDa7qQL9IhpF4RjZEOdUvBQ=c0x00000000-cc-rp','3511292162159714121',40974),('AbFvOqlF4bYeRVb0nAQpYn4zjnXBE62H69Nk2aW_HZLJQLnOeMGG1uSsyX5-W58hOMVZwnLDKXk0yw','This place is very caring and takes care of their patients really fast and organized! Rebecca V and Okarys treated us with respect and were very nice!','2019-12-06 00:50:25.867000','2019-12-06 00:50:25.867000',5,'Madison Rowan','https://lh3.googleusercontent.com/a-/AOh14GgmoQhP3e8l90ZscyG-SEEhxIPxK3UxuOufg_bjvg=c0x00000000-cc-rp','16590124370714063921',34530),('AbFvOqlF4eBMtCaKTKQAg3puscwbm48oi7-8nSk8L8iuuHUNpjjwhlDkXpZUf2_gi5SgBHZxhd7zcw','Was seen there service was fast and staff was very professional','2019-10-27 16:46:11.281000','2019-10-27 16:46:11.281000',5,'Shuvona Mathis','https://lh5.googleusercontent.com/-H-E_V0oRGTA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn-LmyNXlGG8RxbEZDUjPQ9Ew5Apg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39227),('AbFvOqlf4ottZbxRB1QnwN2hxtywQyCxVqFaKQ0lQ72xePdDL0_GaUH_4m6a-zgruqOK_t4UhKey0Q','Great experience. Anthony was very nice during our visit.','2019-01-26 21:33:22.722000','2019-01-26 21:33:22.722000',5,'Christopher O\'Blenes','https://lh3.googleusercontent.com/-gfpO81NoPs0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm5K6MioqItSQBZImjXhBsCGej4UA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35033),('AbFvOqlF4y8WQ0Xpl4KuSCfU82tEyTMYQ9u3Bt2h9jKUUb4nPm6HbD-pqnqdREp6waN0n_qJq0ib',NULL,'2020-02-25 19:40:05.022000','2020-02-25 19:40:05.022000',5,'Tiffaney Cole','https://lh4.googleusercontent.com/-mzwVskooe5M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnEuPrJuJd9QkiBIghwRtOzVBREpQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41928),('AbFvOqlF5bD4evXUVsRTWwXU8zcbpSGWp2_2OqHPs0vtYl7z-IjHQEMArmIEHOKkTh5socIJtjjmkw','Dr.Henderson\nJennifer,RN\nGunner,TX TECH\nCourtney,REG','2020-12-28 18:06:20.322000','2020-12-28 18:06:20.322000',5,'Life with CC G','https://lh3.googleusercontent.com/a-/AOh14Ggy6CA8Ik9QtnxfFIHcu4dWDn9z2Y3vE2zUiLk6Tw=c0x00000000-cc-rp','3272657195432704501',39797),('AbFvOqlF5iYz1iEqCBbCqDBjLJtOH_B_9lhxPWPXfvDo07RVY2OdChjrTJdg4Z5bSxayYPkPzD7lMw','I brought my son into the office to get an evaluation, I was very pleased with how friendly the staff was. Denise got us signed in quickly and Kanyon very nice to my son. Would definitely recommend this care facility.','2020-03-14 22:36:02.525000','2020-03-14 22:36:02.525000',5,'Jason Cantu','https://lh4.googleusercontent.com/-n5rWghZgCT8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclTglxH6tovqCCh4FV0cYU2un5f_Q/c0x00000000-cc-rp-ba2/photo.jpg','14748677429039074158',32100),('AbFvOqlF5WBn5JXgQOvMp3P7RztlEw4LZC2Nc1vfzDmNyELBjF5i8llPAlXIYih34NqYn01a94NIFg','I had a good experience with the staff, they were very professional and I was in and out. Sam and Cody were very helpful','2020-08-03 21:28:56.256000','2020-08-03 21:28:56.256000',5,'Audri Moore','https://lh3.googleusercontent.com/a-/AOh14GhTx8EUc4ovoBqhvsP7Tgpoe5rAuxNEYIMRSOSXGw=c0x00000000-cc-rp','2077061009497551125',38653),('AbFvOqlF6H3GTv4Kr5O6W46gDM-HXtEt7fcOzh-UbeNW0khiZ6L-JVDU9jHWQfLFLUs4gHvYa62WHQ',NULL,'2020-07-05 17:27:00.616000','2020-07-05 17:27:00.616000',5,'Dee Vicks','https://lh5.googleusercontent.com/-1KS1jmrtWak/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckhOrcn9j57oVtYrtedvAIcFYMNxg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39052),('AbFvOqlF6W4OYDBYhPW8M4BRy4cS4EfXOOFTHfP6uBcwCBpS9-QHIoM7oUaeFKKeFFlV_B0L2KmO-g','Alvean was so gentle with my testing, definitely recommend the cypress location. Great care!','2020-10-27 17:57:11.744000','2020-10-27 17:57:11.744000',5,'Christi','https://lh3.googleusercontent.com/a-/AOh14GiOA0KxKWo9fGAj7tq8tucwkeV9aEzuhfrIhSmr=c0x00000000-cc-rp-ba2','16389487648212004696',33062),('AbFvOqlf7mNSWdOZRW2kpp9gD3GUaY7AieZLtJUVAomhxnboFg73bBxZ8YXu3vG6RgumJoki4eUR_g','The staff was great and caring making sure o was 100% ok to go home. Anthony & Natalie made sure I was taken good care of and Dr. Jaber made sure To answer all questions and kept me informed throughout my visit. I highly recommend!!!','2019-04-22 23:44:02.620000','2019-04-22 23:44:02.620000',5,'Christiara Jones','https://lh6.googleusercontent.com/-S53RxxfLJhk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclOltxJztvwXXhPaBp0GUp94mxKcQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34881),('AbFvOqlf8V5pocOjAd7VVITWvglTICdKvB_CdVz3B5jfjEVWM_sh0GGPQPQH1ANUSJ7zDhSDuw5L','Took my roommate here because she was feeling ill. We were treated very fast. Kendra,the front desk registration person, was very nice and took care of us immediately. I didn’t really interact with anyone else but my roommate enjoyed her experience.','2019-11-03 22:09:39.501000','2019-11-03 22:09:39.501000',4,'Kyle McGee','https://lh3.googleusercontent.com/a-/AOh14GgTpG13m_p3zF_aA_SpLxNcirBIqdI8hvyoAO17Zw=c0x00000000-cc-rp','16590124370714063921',34580),('AbFvOqlF95gL-_LBo5InZ-vGNJx64tQMpbhWFV2kRZrqHIwW6r5R6kq3ti5FQnIlShRe1A59kCyK','I have had a great experience every time that I have come to Signature Care. They are very welcoming and care about you and your time once you arrive! I would definitely recommend them to others.','2020-09-07 15:39:01.221000','2020-09-07 15:39:01.221000',5,'Sarah LaSalle','https://lh3.googleusercontent.com/-lKQd5MxBCXk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckltx1LwaUX1cQpDbu5Iy7u4XxvPA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31699),('AbFvOqlF9d6LXrZ-KOQGhsce4ICY3cSvmjTZYv_959ZSA85_RNgDx_hkD7tHBVxsohTs82C5MtfW','Great experience, staff was very kind and patient. Dr.Das was excellent, Kevin is a star !','2020-11-03 16:21:05.507000','2020-11-03 16:21:05.507000',5,'Aaron Webb','https://lh5.googleusercontent.com/-be71IEilMb4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclk4hfhQwkziA8QafErgjr_iFA3mw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31427),('AbFvOqlF9K_wWSofM9XuHDPvJqgLs4PXeZjL4xgLcChjq15qlVqb6mGjSAhVdF7a4fq_h39PWrb-pg','Came in at 1:30 in the morning with severe tooth pain. I was greeted by Earl at the front desk and promptly checked in and handed appropriate forms to fill out. I was told a nurse would be with me shortly and I didn\'t even get to sit down and Gabriel called out my name to come back. He took my vitals and asked about medical history very professionally. Dr. Dewaal came in and I explained to him what was going on, and he explained what could be causing my pain, what he was going to do to alleviate that pain, as well as what medicines and aftercare needed to be done. Overall I was very impressed with the courtesy and professionalism with all members of staff. Will definitely be visiting again when needed.','2019-04-09 07:41:11.327000','2019-04-09 07:41:11.327000',5,'Jered Anderson','https://lh3.googleusercontent.com/a-/AOh14GjYDM35bS4LhjPpNXstXK4O7Zsh3EOieW5IlPI5LA=c0x00000000-cc-rp','16891069708558046635',36229),('AbFvOqlF9kCnABSbzdbtLkApvmhUJ-JmOO7U4rxzZr5pNtNCGmAnb1UFWR4YPF6FmnjOODO97m5J','Fast and friendly staff. Dr Jones, RN Calli and Tech Brenda were super nice and have an amazing bedside manner. Would recomm.','2020-08-08 18:10:51.006000','2020-08-08 18:10:51.006000',5,'Gloria Eaton','https://lh6.googleusercontent.com/-WMGQzvPdhUI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnyKitPtHQwO2HWLJw2_B0wcoREyQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38628),('AbFvOqlF9sty8T7QQqy6LeWu3xJczUFQUfwVSShiMHsV_FzeMxhQH2NWEwVLPpNQ5OuRotMzg4uo','I had an amazing experience with the staff here from the front desk to the nurse and doctor.. huge shout out to\n\nShaunda\nChristina and Dr.Lingan\n\nYou guys are an awesome staff and thank you for making a potentially uncomfortable experience amazing','2020-06-05 21:51:17.071000','2020-06-05 21:51:17.071000',5,'Sia Jahadi','https://lh3.googleusercontent.com/a-/AOh14GiwKkKQR87tdC4A8uh0HawL-d5hHfaVS7fLuESD=c0x00000000-cc-rp','16891069708558046635',35899),('AbFvOqlfA5oA-08Cnox8YqJUh7N66ILzKSMR_YWw-MGHReC166dWDOuUwV9WXQ91aacOTlH28c-U',NULL,'2020-11-28 20:28:05.268000','2020-11-28 20:28:05.268000',5,'Macy Bain','https://lh4.googleusercontent.com/-de1JAe6RYkg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6xKcwTYXr5V_DtIRPEldZRib3iQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31307),('AbFvOqlFaf7bu4TzutjQqWHZF3m7YZlbvmv8eSJjIs5bSnRw6qb1KOqG7jdgiarGfyQLLVEnMyCt','Rebecca was very friendly and she helped us as soon as we walked in the door. Their service was very fast, we were being helped within 5 mins of being in the waiting room.','2020-01-31 05:14:01.272000','2020-01-31 05:14:01.272000',5,'amy lechuga','https://lh4.googleusercontent.com/-Rs4Y2Pqd92w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnvkukILUx4Z-tkGIip0MB2tYih3Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34410),('AbFvOqlfAxvNx3rXuwfxjLY0psF6LOsEGhWVo_JXW_Y6gy1UbYg6VBQU4P0L8yOn05HI9VHPYVBE_A','Such a great experience with this location!!! Had a scare and needed to be rapidly tested. The check in process was easy, staff was so gracious and very thorough. So glad to know of this service close to home for any future needs.','2020-08-23 09:49:10.934000','2020-08-23 09:49:10.934000',5,'Beverly Anderson','https://lh4.googleusercontent.com/--Jonmttp95c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmNse7jHAKBX9dm-uKfbcpVpdqU9w/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31752),('AbFvOqlFb5klrs3l2N0qtCEuYDx3DeaEEmfJp9Xg3iIFlYsV0LxnkqLfvMcVmbpxv_4BcxpZkrvFkA','Jessica S made our visit so smooth. My son was so worried about getting the covid test and she made him fill so comfortable! Thank you Signature Care for everything y’all are doing for our community','2020-07-19 21:40:29.804000','2020-07-19 21:40:29.804000',5,'Noah Sanchez','https://lh3.googleusercontent.com/-ioB0X7ax33o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn8zhnHiB2Sak_L3IErYEp3YrT5fQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31960),('AbFvOqlfBDvl0emAUK7ABnjv88yKy5659kuet076i8nNMzTc8q_rgg3RCPSZ4-43fpzdc90IW1ee_Q','The night ER doctor was awesome. My daughter forced me to go to an urgent care facility a couple of weeks ago. This location was the closest to my friend\'s house. What started out as movie night, turned into fright night. Long story short, I\'d decided to wear my pinkie ring on my toe that morning; well at around 8:00 that night, my toe became swollen and I could not get the ring off. The front staff were warm and friendly, attempting to make me feel comfortable in an uncomfortable situation. The doctor had to cut the ring off (and mind you this was 14kt gold and it don\'t give). That doctor felt so bad about the pain he was causing; but, it had to be done. The next morning, I received a follow-up call from the day doctor, checking on me and my toe (that I almost lost over a dang toe ring)!\n\nStaff were nice and doctors were awesome.','2015-04-17 21:10:01.062000','2015-04-17 21:10:01.062000',5,'lilwyde1','https://lh3.googleusercontent.com/a-/AOh14GiANHrXpIaIo-lnkbtTN9ksOPUwd8ZvHKcxNPm_Jg=c0x00000000-cc-rp','8679688254631342173',42785),('AbFvOqlfBGQxH7dOTJ1SjJt0A5kg5C7VKQwkRdj7m4viw3CZxomJL6p8Z8EP6bHbeVU1eUZFqWs-',NULL,'2020-09-23 17:53:41.224000','2020-09-23 17:53:41.224000',5,'John Orr','https://lh3.googleusercontent.com/-j3NZcHKA6M0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckdR95NqPpkhOj0neRmnhScGx2YCw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30106),('AbFvOqlfboxM1elU-X6Zyfq7Om0y5-qVuVYeTudx2dXKY5DxuYbdS85hmVe7RF8nlHdD9Tc6EhpY','So it\'s been several months and this place has still not gotten my billing figured out, even though my insurance sent my payment months ago and I\'ve called and emailed them multiple times. I\'ve left so many messages it\'s ridiculous. I finally got someone to reply to an email and phone message but they have still not gotten anything sorted out. Also, they promised a Starbucks gift card for leaving a review and I haven\'t received that yet despite contacting the lady 3 different times. Communication and follow through at this place is terrible!','2015-10-28 20:23:46.076000','2015-10-28 20:23:46.076000',1,'Ceecee Gee','https://lh3.googleusercontent.com/a-/AOh14GhR1NPhTzktCVfrJOYKaE_zHFOQZW1sVUrEmVxY=c0x00000000-cc-rp','8679688254631342173',42782),('AbFvOqlFBPugXZ-FRf5nUCTYwHz3Tu4-sQ1oxQGZQzDzPSnkRzqhkxJxTVAQ_-KtesTpf5YRj4LI','keera. Great service and very kind people!!','2018-10-11 04:25:03.229000','2018-10-11 04:25:03.229000',5,'Haley Schake','https://lh4.googleusercontent.com/-Qs5BbK7qanE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnCfjcyoXjGhJ97L9vqz5FyOrDp-Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35166),('AbFvOqlFBTRkPXhRoZ_G1EZd3OubJQypxSPlnY-FQUwozGuuO3CSAp5F-Xm1UJRIa-Xds51UbStz','Great experience, as always, great job by the staff (Alvean, Meredith, Tricia, Jordan, and Dr. Nguyen).','2020-03-04 19:15:37.992000','2020-03-04 19:15:37.992000',5,'Banks Family','https://lh5.googleusercontent.com/-Svt0RM8nLPg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmnmwAmnNn-PTLNMiflnWlw72aPIQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33296),('AbFvOqlFBTzBPBzrHwmuOemeNqrmBSD3rdZoLUVkO055BUqI9qkc9V6dE57-yKORfRXN5TmYxpW3Fw','I was in and out really fast, staff was very helpful, and the lobby and rooms were spotless','2020-07-27 19:18:57.627000','2020-07-27 19:18:57.627000',5,'Jonathan Flores','https://lh5.googleusercontent.com/-BqTo4hqDVY0/AAAAAAAAAAI/AAAAAAAAAZ0/AMZuucnIvMXj8dVYnyTeTQZ5xe0GYDT_Ig/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36547),('AbFvOqlfc-tKTauUAsOJaghItTJMulXZNRujRwmtcuhr1_ehRrV4C2uXPu7GQpGBqzqGosnT6G8sDg','I had an excellent experience at SignatureCare Emergency Center in the Heights. The facility is clean and modern. They were able to attend to me immediately upon my arrival. The staff, including front desk, nurses, techs, ER doctors, and consulting physicians were excellent. They had on-site equipment to perform CT scan, echocardiogram, lab work, etc. All were attentive, friendly and approachable, and they tried to keep me informed as to what was going on and kept me as comfortable as possible during my 15-hour stay. Check out was a breeze. They sent me home with a discharge plan, follow up information, doctor referral, and prescriptions. They even called me the next day to check in on me to see how I was feeling. I highly recommend SignatureCare Emergency Center in the Heights. This is a top notch emergency Center!','2019-01-31 17:16:05.482000','2019-01-31 17:16:05.482000',5,'Christiana Skweres','https://lh6.googleusercontent.com/-UqUmhF9Aezw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6A6icoWPIt_dw-pLxi3Xz04sXRA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30617),('AbFvOqlFCdZGXNBM3SurY2mhHO_Bw7jjzBij8YukJNj-kYAxmfPM0uJqLxCGQW9ljOAXflgJRrixQg','The is the best ER by far. Dr. Zhen is a very caring and wonderful person. Jessica is a very knowledgeable and friendly nurse. Nurse Allison was very kind and also called my prescriptions in for me. Best place to go if you’re sick.','2020-01-05 13:54:36.731000','2020-01-05 13:54:36.731000',5,'Teresa O','https://lh5.googleusercontent.com/-8a3qF9ePQQA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckX2IdTadEHbQFrU1QSyytUXMPftQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32384),('AbFvOqlfcOPXLNSyTeCtcXdDfmnoK1mpEPQ58aauImYLCtOTcJRZeYFYG2UUny4Ts5bYAixxGieX','Shanna was very courteous and welcoming to everyone that walked in. She greeted and made sure you were helped. The atmosphere is pleasant.','2019-12-16 02:36:34.137000','2019-12-16 02:36:34.137000',5,'Anna Aguilar','https://lh5.googleusercontent.com/-x9RJY5997Ko/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckViqiOSWHfkQzGoWK174oRt0gfqw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41519),('AbFvOqlFcyrwsgJ1UNCSG-dqA3yE8x0SwDf2M7RxU7zYYCkMyfplpkN1yXmAM6DztisIEF_9c_4S','Great visit and best nurses, Katy,mollie,Jennifer dr. HendersonšŸ‘šŸ‘šŸ‘ fast, clean, polite, and knowledgeable.','2020-12-11 22:02:35.110000','2020-12-11 22:02:35.110000',5,'Aleesha Gibson','https://lh3.googleusercontent.com/a-/AOh14GjwCPCYygq_Ellwj1tM_qtHUXg7_QLdVqvwtg-uww=c0x00000000-cc-rp','3272657195432704501',39421),('AbFvOqlFDBRqfcAU8ffAdwqMMbbo7X7MxD4Ns1iQsZuVYeAldO26O5XMXZGE35KuqouNpF6XzOlg','April was so helpful and friendly! The front desk is super helpful! Would definitely recommend coming here for your emergency needs.','2020-12-08 15:32:24.241000','2020-12-08 15:32:24.241000',5,'Valeria Mejia','https://lh3.googleusercontent.com/a-/AOh14GjsMHgowL8dR0B16F15mShs2a2E-RBTgRw0-XY8Uw=c0x00000000-cc-rp','14748677429039074158',31287),('AbFvOqlFDDFvXbrxb_uv_JExWxv9yQ7Kr06scm5_bGyOA7eDtNSTt9w4ggJ_qAwN2Y1sgD5o1bIcrA','Clean, friendly, in and out. Would come back.','2019-11-13 00:50:19.886000','2019-11-13 00:50:19.886000',5,'Megan Davis','https://lh3.googleusercontent.com/a-/AOh14GjwFrYo7DZUwBda8OxVxrgz6K1_kue-3RoDYE8Song=c0x00000000-cc-rp','13486358490203335051',29587),('AbFvOqlfdeRd0umpo1ZNSalhxrCQCwcFbYjC-NbtOfDaGqFWgqn0lAMli2ivyvd0q8TaTZnsDc9WzQ','Quick and easy as well as not to pricey','2019-01-26 21:04:36.326000','2019-01-26 21:04:36.326000',5,'Carl Dulaney','https://lh3.googleusercontent.com/a-/AOh14Ggcdqofk-acQbfjsVGaHIR9ASOANV-OW3l-1dQYfg=c0x00000000-cc-rp','17898197009688164559',38317),('AbFvOqlFDj8QfQsiusyOkmDs6xM9PhgDVXP6r_hIPIWvBQ9YqYm3l_atPGaibs6eGxYc33mAfkFLOw','I visited SignatureCare Emergency Center yesterday and had an absolutely wonderful experience! Tiffany Galfore greeted me with a smile and was very welcoming. There was no wait! My nurse Betty Puac was very professional, and knowledgeable and Dr. Shelise Edwards was wonderful! She came in to talk to me and explain my diagnosis and medications. I loved the professional, efficiency, and organization. Not to mention the facility is very clean and beautiful. 5 stars for me will definitely recommend to friends and family.','2017-09-22 13:17:40.479000','2017-09-22 13:17:40.479000',5,'Claudia Arevalo','https://lh3.googleusercontent.com/a-/AOh14Gjb-Wa8l3X2jwGiW1cWlW6u7wG8NEhmtMYJUsRd6-c=c0x00000000-cc-rp','17394740196501090048',37068),('AbFvOqlfdzpO2pCQx8JwQBvAb_sABvEU4CTj7efQBtQq18ljzi0-W8ftYSpEjUZYZCUq-PVY2a4Hgg','Wonderful experience even when I was feeling ill. Front desk is super nice and straightforward. No Wait! Meredith the nurse was considerate of us and funny too. Dr. was direct, formal with good manners addressing all concerns. This place has a real fancy look and feel to it, the individualized care juat ties it all together. They have one of the best lobbies I have seen yet, with coffee and cookies.','2019-08-03 02:03:57.604000','2019-08-03 02:03:57.604000',5,'Nayeli Lee','https://lh3.googleusercontent.com/a-/AOh14GhxC4V3Tg_QSUUvnMerjguMjfjC3MYrOtgxMX0Iv4o=c0x00000000-cc-rp-ba4','14567670160750071148',30479),('AbFvOqlfe4vPLMPcx7_nJzkEyyOziOwtPUkiGDgHqXNHEY3ug6aBJymvI7o8KY9YcgJytJzZIDJLTA','I have been to this location 3 times. The 1st two times were great. But this last visit was truly amazing! From the receptionist Cynthia Joyce who was very caring from the time I walked in and worked swiftly to get all paperwork done and out the way so I could be seen expeditiously! The first person you meet when walking into a place will definitely set the tone of a place. This receptionist definitely set a positive calming caring tone for Signature care!\n\nTo the nurses L J & Hoan H N who came and got me right away and spoke with care and concern! They were gentle and I did not feel rushed! They made sure I had a blanket/s and that I would be as comfortable as possible. The doctor DR. MORRICAL, MD, STEPHEN O who took his time asking questions trying to narrow down the issue and making sure that I had the proper meds to help calm my pain. He was understanding, attentive, and calm. Again I did not feel rushed! The whole staff worked as a team and communicated very well with each other and communicated with me. That\'s what really made me comfortable knowing they worked together well and the timing. They worked fast to get you the care you need and to get you out. They don\'t rush you but they also don\'t drag things out like a regular ER does, where you are there for hours and hours. And upon leaving again the receptionist was amazing and caring!\n\nI would recommend Signature care to anyone who would ask where be the best place to get fast and efficient care? Signature care!!\n\nGreat job guys you guys were amazing on 08/04/19!! Thank you thank you thank you!!!šŸ™šŸ¾šŸ™šŸ¾šŸ˜˜šŸ˜˜','2019-08-05 11:45:21.866000','2019-08-05 11:45:21.866000',5,'Ms. crayton','https://lh3.googleusercontent.com/a-/AOh14GhmJq4laG_LShvVpZmVi1_lRYWM6kd4CXHZ3-OqDg=c0x00000000-cc-rp-ba4','14904078213800803294',32436),('AbFvOqlfeh6tQO4XGxd2wnAFgnsuxEqdwAUa_unNG6fj8CpjUk7IL8BD48nPwT4q6GN5YPz_57dOzA','Wonderful place. Personable and very knowledgeable staff, quick response time and comfortable environment. Best possible experience, highly recommend.','2018-11-03 06:07:04.516000','2018-11-03 06:07:04.516000',5,'Hannah Kirst','https://lh3.googleusercontent.com/a-/AOh14GiSlMfVMu6346PwVbbCFG9wuhypcdti0lUel1hTBw=c0x00000000-cc-rp','16590124370714063921',35126),('AbFvOqlfeLMaycZwpiMSatm_rhLPf5BcwOSM9Ck0Go-V4Bs0vz9Oujpvzmhc6SdV9YmVg08B-xjt','Great place to visit and very friendly staff! Went in to get test for Covid for work and Mandi, Mollie and Jacoya did an excellent job!','2020-12-15 15:12:05.155000','2020-12-15 15:12:05.155000',5,'Michael Mcconaughey','https://lh6.googleusercontent.com/-99LXrff6WUI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6joiVRiLqBYvugmyM6YBiTFdMvg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39401),('AbFvOqlFEYwTRbvVEc6MoumDb7no7cQFlEWUzBJU3PPVfYGM1LgkjfP0cU5i65QHUqTGERf6omfyFQ','nurses were excellent and the staff was amazing. very kind people with fast service! there was no wait and the doctor came immediately once i was walked to the back. definitely recommend.','2017-02-12 22:57:55.330000','2017-02-12 22:57:55.330000',5,'Anneliese Johansson','https://lh4.googleusercontent.com/-N0zsHwkjIZc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclsK5f-t49E2omb494hvNr0GbaWDg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35495),('AbFvOqlFf2u_eorwG9VwIA1K9-RsXjQ9nxpaQunuXpIucTfsM8kVzf5WV4vKSFr261jA17F7o1uFiA','I came in with a very bad cut on my foot and the staff was so sweet and nice ! Amy was so sweet when i walked in was very helpful getting me a wheelchair. Nurse Rommel was VERY helpful with cleaning up my wound and dressing it. Dr Patel was great with doing my stiches and helping me out!!! They radiation tech and the er tech were also very sweet !!!','2019-05-07 05:02:04.919000','2019-05-07 05:02:04.919000',5,'Lil Tiaa','https://lh3.googleusercontent.com/a-/AOh14GjROgds04OLxCzPvyPiz7JunmXjye9G2XO_vlPgxQ=c0x00000000-cc-rp','3511292162159714121',40570),('AbFvOqlFFfmD7cvtD-30pWpmJgqPsihhYVZqeBI0QPOgHoqfo2vQhYTLfki665mosRcVvtu88T5tBQ','My experience was great everyone treated me and my family great ... Dr. Dang was friendly, Alvean A. Offered us snacks and Gatorade , and Marcus B was a funny dude . They all made me feel very comfortable .','2019-09-10 19:33:12.892000','2019-09-10 19:33:12.892000',5,'Sports Highlights','https://lh3.googleusercontent.com/a-/AOh14GhcK3UQRtqMpEjyAeD6UA5L4lWNskfxq6VSTmn2cQ=c0x00000000-cc-rp','16389487648212004696',33975),('AbFvOqlffGCm2zlLjeliJk81T5HK1j-5MoYik4MjJxyqEST1uYn6bn_Okc-YqOeXKYqGAw1BY_Oevg','(Translated by Google) Good attention\n\n(Original)\nBuena atencion','2019-08-08 12:17:43.034000','2019-08-08 12:17:43.034000',5,'Marta Casillas','https://lh3.googleusercontent.com/-nvWQn7pogh4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclP8pwy9OMdJPEJxv2uLEfWro3Zng/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlFFnKnnQ2t1fmcUgZ-cwB97iIRoyPdkyMMz7MTH30u5D91ZKtCTzN2p054-GOD_e0fKrB_nA','Skyler, Courtney, and Lucas have all been amazing and helpful! The doctor was great and knowledgable and we were seen quickly.','2019-12-17 03:12:32.519000','2019-12-17 03:12:32.519000',5,'Candace Penn','https://lh3.googleusercontent.com/a-/AOh14GgB92xjnXUyX1G9kevMHSn6640FHGZvPqRtamMgW_E=c0x00000000-cc-rp','8626688543755174284',41970),('AbFvOqlFFU7FOtTF24a1RnoB1cQyvgBclWCSKRRpOQV8iVu-EaX7gmpbjxQyFarTjIXZ_prthpwu6A','Great service, clean facility and no wait time. Very happy with my experience!','2018-07-09 21:26:58.901000','2018-07-09 21:26:58.901000',5,'Hilary Bonilla','https://lh3.googleusercontent.com/a-/AOh14Gjq5KkVV-lEWwErjKBa0yMRtZmOFjJ7tVqFCZIa=c0x00000000-cc-rp','16590124370714063921',35258),('AbFvOqlffxg4Kp1MuVT5MCsw-5CSUHnE9U8ok56VVfgD7TBUfD1osi43Ht-uY0R24kWRBYmzum7tLw','Aaron Ortega squeezed us in due to being high risk after being exposed. Very professional and friendly. Highly recommend.','2020-07-04 14:31:46.645000','2020-07-04 14:31:46.645000',5,'Samantha Lindsey','https://lh3.googleusercontent.com/-EUC_tGgoXTc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnudwz9zbxW5MiS2gAhd5WoNjuoKg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29371),('AbFvOqlFGCTh41p90jL8gB5I1U4ltI4A5Pnj_EwPvllZIIgSxZyr_tE4Pc5wdHX5aeVdJ5kAJfiWFg','There aren’t enough positive adjectives to describe my experience with Signature Care. I have never had a positive experience with an emergency room and I avoid them at all cost. Signature Care was the exact opposite experience. All of the personnel made us feel so welcomed and not like I was wasting their time. They kept us informed, even when there wasn’t anything new. Their attention to detail was amazing. I felt like they took me seriously, that is something I cannot over value.\nIf ever I have a need to emergency care again, I will not hesitate to use Signature Care.','2019-01-07 05:20:48.737000','2019-01-07 05:20:48.737000',5,'Lauren Hill','https://lh3.googleusercontent.com/-TZDwKpe3PsE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclzRYpD89ZZ7xCCMB1gXnIlFZ6dFg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39967),('AbFvOqlFgGX9toA4bL1mrzSUdl7bJSSpZbeR0_uRWyMkDnZNlqBCEa2tUVaJzaj-QyqPjdUgcqw','Good service Dr. Patel , Patricia and alvean were very helpful with all my questions and concerns','2019-10-24 14:07:31.002000','2019-10-24 14:07:31.002000',5,'Jorge A','https://lh5.googleusercontent.com/-ABBEOLxFz3M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVv294E9vVzAMzXirxKSfme-Z8Eg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33837),('AbFvOqlfGqVTqAV7LPH0Fty43DloWAvkRF9b6xu065KsE_t8OTyZFq-PXxghIc95rg25kq6Xog2R','I had a great experience with Kendra! She checked me in very fast. They took great care of me here:)','2019-11-30 14:47:28.214000','2019-11-30 14:47:28.214000',5,'Amy Wagner','https://lh3.googleusercontent.com/a-/AOh14Gjhaw6MkriHM7udTqIl87aO6QEUc9sh9mxOmFN49w=c0x00000000-cc-rp','16590124370714063921',34539),('AbFvOqlfGxRoBqCUE5XM1aF0kL2wyt_6_oOaPOtchhOoCyVAtFNwDUGpJJZAG9qCYv2Q9EGAqbBv2A','Maya the receptionist was very helpful.','2020-01-05 23:41:34.422000','2020-01-05 23:41:34.422000',5,'Alyssa Alonzo','https://lh3.googleusercontent.com/a-/AOh14Gjm3mD-RBB6U7Bg_KoycbgyG3egvoWkUgZNVCHk4w=c0x00000000-cc-rp','12541597562633926366',28846),('AbFvOqlfh_n9ESlQ6X-5bDxQCwI-AbOrV3bDBrtJNOm0jsuJ9pZdQXWQ_lt7o9_trNdARHHw26TOVA','Norma at signature care are very polite and very helpful so choose signature care for your personal er','2020-01-25 22:42:00.355000','2020-01-25 22:42:00.355000',5,'David Sickels','https://lh3.googleusercontent.com/-CfT5dB_UdZE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl_ALNy3EhkFclb3Xo_iDckFYhvUg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40335),('AbFvOqlfHBfjuHg905Vl1dSAjGFU57pGB0pmA31F2GDx5DIkK6m4E03-HEn6ftvZR0hQEpadg808qQ','Got the covid testing done here and Kevin was amazing and put me at such ease. Front staff was also very efficient. Appreciate that the waiting is minimal!','2020-09-24 17:05:55.267000','2020-09-24 17:05:55.267000',5,'Gina Kim','https://lh3.googleusercontent.com/-X1EfYaFgQmY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn5CicKLMiod05CbNJs9PiY2uoEcw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31620),('AbFvOqlFi24DzEi-pb3kPG5KaFsTnvEC9AkppTfo_QksjNS4xv4BkgXKbFTmEv89CzAzt83wA2qFLA','Customer services staff and other staff was very friendly and helpful from the beginning to the end of my treatment . Very professional staff.','2020-07-06 17:26:57.681000','2020-07-06 17:26:57.681000',5,'merial gibson','https://lh4.googleusercontent.com/-d6H-0qOhu3A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclycck3Rwx-6om6cCaSrywh_zOTnA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39050),('AbFvOqlfi8BsVwvcWwK9wzWA9wLsttuUvLX-uKewEVRghAl1tSKD46_jKNZ48gVXvMP_2ylvRwy6','I went to Signature Care, it was a little pricey but the customer service was great. They were very very friendly, all the nurses and the doctor. The lady at the desk Courtney, was very sweet she helped me with everything, she was very nice. I will definitely refer this place to family and friends.','2017-12-06 06:23:51.063000','2017-12-06 06:23:51.063000',4,'destiny coleman','https://lh3.googleusercontent.com/a-/AOh14Gh7V4kUWi9D3X6MEHtblCdOAQaqpxre4Pf-Z3Ia=c0x00000000-cc-rp','17394740196501090048',37019),('AbFvOqlFI8hEZPBjfOaEKDcZ-XNePKiW6h3Xrpe8pdbZ88qH988ISozeENXvOezHHAvi8R-wBvPc1Q','Great experience','2019-04-05 15:31:50.634000','2019-04-05 15:31:50.634000',5,'Monica Fam','https://lh6.googleusercontent.com/-KntpDZSLCk4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckRBidopJxbUk-KY_gxOIW_g2EjMA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38222),('AbFvOqlFIepYvu_UDOmvVOvo2lSCArYnq_DdKcgAitTWX2z7V1KIMDPfDZZHaARvlKgjYjDd-YTDXQ','I haven\'t been to an emergency room in almost 20 years but they made it a pleasant one despite the circumstances. Everyone was knowledgeable and understanding. They will definitely be our choice for future emergencies.','2019-02-20 09:09:22.331000','2019-02-20 09:09:22.331000',5,'golden child212','https://lh3.googleusercontent.com/a-/AOh14GimKmJudVifo6gvwYso4r-0erAOjjvA-M1IxPGYMg=c0x00000000-cc-rp-ba3','3272657195432704501',39910),('AbFvOqlfIkNYemyDPsnGnUxoeI9_wy48T1UF6CgrF-K9eRFyRKvfTeJhGVn4kUzKkzAAHfRNnNkBIQ','Didn\'t have to wait to be helped and as soon as we were taken back the the room the staff was amazing. Adrianna(RN), Tabitha(Rad Tech), and Eliza(ER Tech) were very nice and made us feel very comfortable.','2020-10-02 14:03:43.610000','2020-10-02 14:03:43.610000',5,'Aundrea Glass','https://lh5.googleusercontent.com/-5pOdAdedmIk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7nKA8-eISaV08kSoJ136q81lT6Q/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41287),('AbFvOqlFj3LO3Po_a9f9QPSMDLEsol3-h7-WkJsXn6tPUUqJ_5APlwxlXcZS9oT-MCFN8DbD0wOoOA',NULL,'2020-11-16 12:49:17.454000','2020-11-16 12:49:17.454000',5,'Tiffany Parker','https://lh5.googleusercontent.com/-xDbRWkg8Ek4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck6XLnxybLKhX4chWqDa10uB68f3g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32918),('AbFvOqlfj3qrhdJctLozfiiwN_gVsbGwm15_lf6V-HqcAlfClQEPwdSWOtHW3v69FdAhyyzbHIKOEg','I’m beyond grateful for this ER, they not only are there for emergencies but are helping the pandemic by doing covid tests for the community. Staff was friendly and the facility was very clean. Thank you for all you guys are doing!','2020-07-25 00:43:17.581000','2020-07-25 00:43:17.581000',5,'Candice Pleasant','https://lh3.googleusercontent.com/a-/AOh14GiUbDxcJIoGj081CQThng64hTodIQZ4bZk0yXur=c0x00000000-cc-rp','2077061009497551125',38785),('AbFvOqlfJ6fsGXDQn0c5HdF3XexZpY3Il3EUCyOcVCiWCLhkG_3SNmzf3VRtqMxKVSyw-uQ8CU2o-g','Fast to attend you great staff.','2019-08-17 00:50:52.852000','2019-08-17 00:50:52.852000',5,'Omar Jasso','https://lh6.googleusercontent.com/-_SewUKxO0lQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclipIA-X7l-QF_wLlBP1-bOu_NOvA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41622),('AbFvOqlFjfFdoE0xxpcUqfoPS-cgfKg5NsGIyKAsmE6E9eMyU2gLCk1vg_W5bmLapOSnsz3QzwZfIg','Staff is amazing and provide a sense of comfort.','2020-10-22 20:02:09.669000','2020-10-22 20:02:09.669000',5,'Raymond Trevino','https://lh6.googleusercontent.com/-RGsKEXrBOlQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJj_ddF4_smgcyLFtATPZB2AdYhg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31471),('AbFvOqlfJPozzk3oGlANfN3m3AelU4ONdJ97z6fxToeE9R2yMOrRwxRzQreb61yLeqHwUqL6oS7Zjg','Always provides excellent care! Thank you Henderson, Angel, Susan, Laura, Tanishia.','2020-02-19 02:21:45.803000','2020-02-19 02:21:45.803000',5,'Cortney Spruill','https://lh5.googleusercontent.com/-UMHfM5ynXm4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMCfim2HW-8YppzfHR7rtpcJ3KcQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37690),('AbFvOqlFjUgA71KDh8Kl9mZv-zCQT3iAlG2U61zwKQ5e769vHTCxCHrKo113QCBKz7A8651R9eYrnQ','The care and attention I received (both times) visiting this facility were phenomenal! The nurses there are some of the most kind and patient I\'ve ever encountered.','2020-08-02 14:42:15.773000','2020-08-02 14:42:15.773000',5,'Brennan Alexander','https://lh3.googleusercontent.com/a-/AOh14Gi45_sAluRZ33ggjKoSPuhB0HcnWVALyEdRyYL6=c0x00000000-cc-rp','14567670160750071148',30142),('AbFvOqlFKB15Mf0gHE3ctqQfmNOZmEsIs-vp1cuk782-gZdYu_mW3M9iQ_O6C9VK4rbHtpe-1SuVrg','Very quick, helpful and nice. Gina, Carlotta, Elizabeth, Naureen got my cut sealed up quickly!!','2019-09-18 01:31:42.871000','2019-09-18 01:31:42.871000',5,'Reagan Meachem','https://lh5.googleusercontent.com/-Ngu_FrGi1wY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckPs7wRWrtp29h57-CfkP2aUkCIWA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40415),('AbFvOqlfKQoqtndsewNBcif7cuWTGkc9oO-DtXWUaLYpjjSR0iZFrmAvcu8DM9C3ci3BXVI_Dwe_0A','I came in for Emergency tooth pain, even though I was agitated, and in so much pain the nurse was so friendly. Though an ER can\'t do much for dental pain, they did all they could!','2020-11-15 03:43:45.978000','2020-11-15 03:43:45.978000',5,'Cornelia Patten','https://lh3.googleusercontent.com/a-/AOh14GgZ2IsypvIMnKIs9YjU9_EMZ0BMZHBYr4hXb_kI=c0x00000000-cc-rp','17394740196501090048',36512),('AbFvOqlfL0G6ClzpyAQGC_EgkOl6c6LjIi8b6_Wa35bkkaC_FLSElotGFXiJUgj5vXvrzYRtoc8Twg','They were so nice and helpful! I felt so embarrassed about my injury, but Fatima, Sarah, Dr. Henderson and Daniel made me feel at ease and like it was no biggie! I’d for sure recommend this ER to all my family and friends!','2020-01-14 12:38:22.356000','2020-01-14 12:38:22.356000',5,'Bailey Todd','https://lh3.googleusercontent.com/a-/AOh14Gglq33JxILoT3CMAjp-TOInRfKTCkKidsHQMBRLNQ=c0x00000000-cc-rp','16389487648212004696',33510),('AbFvOqlFl4U-n1ARygbcphqhnlKd5xqm_QITs_GSvPLra5-QrqK3eSglmaCiR42LU0OxtmZKaJv_','Thanks dr.iheme, Alvean a, Marcus B, Jocelyn A, Brian W.','2019-11-20 15:55:54.233000','2019-11-20 15:55:54.233000',5,'Sherel Henderson','https://lh3.googleusercontent.com/a-/AOh14GiHogYr0t3POfpAA8bdN1eW2tFEbOnffByD1KoA=c0x00000000-cc-rp','16389487648212004696',33710),('AbFvOqlFLtNxS3PoVjDMiM0kL8nGdc7macFktf2o4-fHqKZhKn3P1BQv7koIOnEWia3PJyxwwnR0kg','I am glad I came to this facility, the staff is wonderful and the service is quick.Dr Elsbecker is a wonderful physician and nurse Araceli was helpful and very polite. I would recommend anyone who doesn’t want to go and wait in the ER or Drs office to come and give them a try. I have gone to other places and this by far is the best medical office I have been to. They treat you with kindness and really do care about patient wellness.','2020-02-27 19:48:33.118000','2020-02-27 19:48:33.118000',5,'Pete','https://lh5.googleusercontent.com/-iavigi6d-4I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckjsPZ0zfj-kEKQTuszfOtULyq6Mg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41439),('AbFvOqlflVHBqeAArleFxmTgVOALQmosUP35SOxD96jaEeMWb3-1BJLxBQ5wMs-qYC2XaxCMYM4CVg','Dr. Wang actually listened to what i had to say and his team was super sweet and understanding, Kristina, Tino and Veronica than you so much for all your help!','2020-03-14 19:46:46.408000','2020-03-14 19:46:46.408000',5,'Anahi Hammad','https://lh3.googleusercontent.com/-Uf8WEpWiafQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckx0Rr88ZbCLa9qUlhHJjeVFhjoLA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28636),('AbFvOqlFLZyk00Tb7x8_rnrzWVaQf0YQ1I3YNkj59i5Xy_jnnIvD-TkKERenv0g668DWQrLR8Enz1Q','Very clean... Very Professional and kind!!!','2019-10-16 18:53:28.744000','2019-10-16 18:53:28.744000',5,'asgiana taylor','https://lh3.googleusercontent.com/a-/AOh14GjybH_HMZp38atkILEReBBXlKPXRTU70c4tQFtDhw=c0x00000000-cc-rp','16389487648212004696',33866),('AbFvOqlFM-ADTSNJRa5R4OxgdIQOyANJiH9NVNI-SSkHXIaCYLghFiVosnpH_KYbh-pLY-4L3R_FaQ','The BEST place to go for any medical needs. they are the kindest people who treat you like family and truly care. I recommend them to everyone!','2019-06-26 15:09:43.749000','2019-06-26 15:09:43.749000',5,'Caitlin Cunningham','https://lh6.googleusercontent.com/-Rq149HxFru0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnQ3rUymfRJ3s-SbjFVDUxRFbBZ4Q/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32453),('AbFvOqlFml7rwW8UsSq-QQ6TbI0h2B9GsbE_4R2zkEQTCPJXAPaYFZYF0OYa13VcVkMSykLPf2tF','I’ve come here a couple of times in the middle of the night when I’ve had an emergency and it has been amazing. Nancy, Tammy, Magali, Eliza, Maria G, and Dr. Vaagenes were all so kind and helpful. They brought me right back, I didn’t have to wait, and received the best care. I’m so glad to have found SignatureCare!','2020-03-07 07:09:44.253000','2020-03-07 07:09:44.253000',5,'ryan villarreal','https://lh5.googleusercontent.com/-X7ZSKfemblc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucne5Ggc9LGwFpwA8-ZVzuRnnff5Pw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41404),('AbFvOqlfMR8hnzBcoK-5ilDlALp0QKiBVzKc1BQc1NCxwKbMhGDU8aBZMAJN-Ey0ARmZrMZv9QCXOw','Very friendly and helpful staff — Dr. Anders, Senaida (RN), Sidonie (RadTech) were all very professional and helpful. Recommend.','2019-06-20 01:06:19.982000','2019-06-20 01:06:19.982000',5,'CreativElement Studios','https://lh3.googleusercontent.com/a-/AOh14GjpwBsTHl5MgJd7y2Yka7Yor1CGoTmo8iSwoKUjYg=c0x00000000-cc-rp','6521947413723274945',41688),('AbFvOqlfmUN0RN-MUYbSHl5RCOUIAHj4aVvqtB9ffet9P1p-D0pSAqRbEkTxBqLVRO6QM52H-rrD','A Hospital ER will never see our face again! My partner had a very bad tooth ache, turned out to be an infected tooth. Dr. Grinblatas is AMAZING! I mean ALL the staff were great! The Patient Service Rep, was so friendly, got my partner in immediately. The two male nurses were friendly and extremely efficient. Dr.Grinblatas was so friendly, caring, and you could tell he absolutley loves his job, and cares for the well being of the patients! I wish he could be our PCP! Oh and he loves The Patriots! Extra Kudos for this Boston Bred Girl!!!! We have officially found our ONE N ONLY ER!!! A HUGE THANK YOU to ALL THE STAFF! You really have shown us what true Care for a Patient should look and feel alike! We are elated!!!!','2016-04-04 03:00:07.423000','2016-04-04 03:00:07.423000',5,'Lady Lioness','https://lh3.googleusercontent.com/a-/AOh14GjeMzmqZS9SoEfeLhO75aGIZPKkX1kkdxsTnusoS84=c0x00000000-cc-rp-ba3','3511292162159714121',41248),('AbFvOqlFnaaakHfxNRZYPKAdg6mg_vfLNhtuJQ7-M3xlHaAwkImT92r4UzEpCu8HhbRsdCA2njj0Tw',NULL,'2020-02-12 01:00:21.881000','2020-02-12 01:00:21.881000',4,'Katy Logan','https://lh6.googleusercontent.com/-wXsoCWIgalA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckpo9ubvy4VeBjPQU1EcYF66Lid4w/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30250),('AbFvOqlfNh2ekLpsHbnz_SeNE0DjzTzQvIzdf4btZOapzB_9DiUzkdos3EN-v0eL4WlkHKBuqRyGUQ',NULL,'2017-06-13 03:58:52.576000','2017-06-13 03:58:52.576000',3,'Truett Allen','https://lh5.googleusercontent.com/-xWm-Nt4_J6c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckj-sr6VuRa8U7_lcOWENHHXCDEfg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32670),('AbFvOqlFNk6-mgoW4QMYjjaM67YklRJGhNS9f-qUlQ8aFlwoVXe4Rri5fqpmstu8tS04GTLGiBsoPQ','Came in this afternoon with my 7 year old son. He fell of his bike and broke his wrist. Marcus and Luisa got us taken back very quickly and were very gentle and kind with my son from x-ray to splint to sling! They were able to refer me to a good orthopedic doctor to bring my son to tomorrow. Thank you everyone at this facility for you quick and kind help. I also wanna throw kudos to the x-ray technician because he was wonderful with my son as well.','2020-10-25 18:04:37.507000','2020-10-25 18:04:37.507000',5,'Megan Gordon','https://lh3.googleusercontent.com/a-/AOh14GiSb6OBwY6DV5nTFMM-fr0y8-IB7_rupeFVudjX=c0x00000000-cc-rp','16389487648212004696',33086),('AbFvOqlfPDekTc77CEQx2AqwLmgLjjzxXgxqnV5lBrCpiaYFPN29XX0Y0OKsGPbz21lR0Na7T6y_sg',NULL,'2019-01-16 01:26:25.413000','2019-01-16 01:26:25.413000',5,'Franco .Gomez','https://lh6.googleusercontent.com/-jcRm3pXuMoc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmlltBWllcUoXHv9GrkILpsCZenPg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29946),('AbFvOqlfpx3yTQE2qqRhpnZNC4LtU0n_rw-WkAnjuUh6wfVQekFjyeIRO1k-0sKBkvrzzi4VeJGP','Dr. Yusuf, Dawn, Maryann, and Olivia were great!','2019-12-20 17:47:28.236000','2019-12-20 17:47:28.236000',5,'Garrod Jackson','https://lh3.googleusercontent.com/a-/AOh14GiJ9PiugBSB_Wnj-F7ei4fvKSSt-uLu8hs_CGf3=c0x00000000-cc-rp','3511292162159714121',40367),('AbFvOqlfQhCJfUOVz7HKxWCs83oqngUj-H9WqXBKd4AOEjaf5EV-IevvXuvNae6RNgeA4vVhLGWJ','Very fast and super efficient! The staff was amazing and very caring!','2020-01-17 12:25:00.082000','2020-01-17 12:25:00.082000',5,'christy johnson','https://lh4.googleusercontent.com/-yuHMabgb1fU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3Zf996Eu-QOEmcuS1Ib-k2T646g/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28815),('AbFvOqlFQO7cSz_V1cg5H1qaIfCZIZ_DoUEAIWSlWCGq1Fensh2qtru4qGQZX1OndwTHBHeZ3d8i','I came in to get a COVID test and I had the best experience. My nurse Lindsey brought me straight back to my room before my paperwork was done. I was even offered a warm blanket on the way to my room. Chelsey, the fabulous ER tech, was waiting for me in my room. Chelsey has such infectious laugh and she made my swab pretty painless. Clay was also waiting for me in my room and he quickly took my vital signs and talked to me the whole time to ease my fear of the swab. The next person to come see me was Dr. Rose. Dr. Rose has a very calm and soothing voice and she took the time to listen to my concerns and I never felt rushed. 5 stars all the way for this place!!!','2020-10-26 17:42:37.258000','2020-10-26 17:42:37.258000',5,'Christina Ramirez','https://lh3.googleusercontent.com/a-/AOh14Gg8oAjzVTz4d8ndnwgm8IkMwO4bPJ37HCQFJCec=c0x00000000-cc-rp','16891069708558046635',35672),('AbFvOqlFQowwzwhX39-97CiQVyWIQpuiqDi92ArGFGUKQmY9JvbgBi2aktjVNoKfD1-1LjITDJKt','Sarah is the bomb!!!!\nTanishia was very helpful, profession, understanding\nDaniel was friendly\nDoctor Henderson was quick!!','2019-10-23 04:35:39.678000','2019-10-23 04:35:39.678000',5,'Stephanie Diaz','https://lh5.googleusercontent.com/-wPcVnilyLVU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckQJF36ACQGMvTXy_l8rQTIdvkeYg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37933),('AbFvOqlFr34-9tqiiHSghJQXpqsgf1k6WESC2uNKQQB8uKdeelaTh6e5HqT4429f1qrJk6HOdRk1',NULL,'2019-09-02 20:03:04.092000','2019-09-02 20:03:04.092000',5,'Shannon Jarvis','https://lh3.googleusercontent.com/a-/AOh14GgzRSytxbrDiD4adFcRYoiHesj3i0Qdt0RaDc8E=c0x00000000-cc-rp','2694018788013845459',39270),('AbFvOqlFRw-cmz9F5F4BVBtLk3ocMJDaAGu36N7hJXvuegbAzFB9BoLYRWVJNB7uYcGh4ijGeDdW6w','My name is Angelica Bravo Records, and i just want it to mention that\nall staff at Memorial City Center were very helpful, nice, professional and knowledgeable .\n\nThank you!!! It was a good experience.','2016-07-12 21:24:08.733000','2016-07-12 21:24:08.733000',5,'Rocky Records','https://lh6.googleusercontent.com/-pipnFNCsbxg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmRYjVg9B-UWZHc350fXjX1kX3tOw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32798),('AbFvOqlFs09f4IWWQTqO3t7MUUd9-SKTV--d7bf6aRFWvt87hSsWzKU_yD4AYpO8Ks4Hq3GegCfc_g','Shawn K was the best nurse ever! He helped me stay calm during my visit and was extremely friendly! All the staff was amazing and I highly recommend signature care!','2020-11-27 16:30:28.651000','2020-11-27 16:30:28.651000',5,'Jinu Stephen','https://lh3.googleusercontent.com/a-/AOh14Gg2Zx7o2XU48vi7NSvRKZ4NcUuLgNsexO8pD-mMmg=c0x00000000-cc-rp','8918455867446117794',42817),('AbFvOqlFSO39Q5GOXIbH9XtN9ty3beHBFqDFpXzsAQ5zMC-TrTqvtvUnu4bIzLRoVGVi5kHMUa0gWg','This experience was great and very helpful today with my injuries that I have been in with the car accident Anthony with the RN was great and so was Dr.Harjai he was very professional and really put my mom at ease! J.R. The X-ray tech really helped me with positioning my body to get the right X-ray\n\nGreat service I will visit again','2019-04-03 17:43:48.129000','2019-04-03 17:43:48.129000',5,'Mikaela Pyron','https://lh4.googleusercontent.com/-1lkBSvtXzfY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmNWTSCiaJn4SsVy6FzPG6D0s9vOQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34924),('AbFvOqlFsqu7z9V4HgLOTJhw59Od3Rua_3zKWZD5OP514SF5FV18WbDxhbb8U_ZfasFJM2RUN2hrjQ',NULL,'2016-07-02 07:29:02.847000','2016-07-02 07:29:02.847000',5,'Lauren Nwegbo','https://lh6.googleusercontent.com/-Icyyd8-Wwuw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnNjgJBCipm_h1Yt2N2nw-S4dHXlw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41197),('AbFvOqlFSWk986pV3NNcc02j4O7imp5_xT3aYB3dySWqE9bhbawrb4YSUgw9lsBFKCYYWmzsPopw','Clay and Christina','2020-09-16 16:50:43.217000','2020-09-16 16:50:43.217000',5,'Cathie Chairenza','https://lh4.googleusercontent.com/-0K7qyydCu18/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckVCC1Z7J6UxTsDC3q52M5J63l3hw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35778),('AbFvOqlFT1F3FoNH6ryhnXUCKswXDxISJgGolXzKXs8lFNYBuvyodwXhqWprGf_azq6mv0DZRlfz','I was seen very soon after checking in. Doctors are professional and Dyveliz in the front was very caring and friendly!','2018-06-27 19:53:11.206000','2018-06-27 19:53:11.206000',5,'Rebecca Sanchez','https://lh3.googleusercontent.com/a-/AOh14GiHAdLLjpBbc4KQdWX5zeF_HRFC3aiPsO_oYYaAqA=c0x00000000-cc-rp','16590124370714063921',35261),('AbFvOqlFt7ebLVl4troYBi8GG_cQKmxGwE3ln3bYkbVuBrFeCs523FF3cgKEr-D5-8c3dkz4-oQALw','Thanks Dr. IHEME, ALVEAN A, MARCUS B, JOCELYN A, BRAIN W','2019-11-20 16:06:04.554000','2019-11-20 16:06:04.554000',5,'Jamariz Dixon','https://lh5.googleusercontent.com/-UjcC0gnc8SI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmWTrxC2F-5DNJRKCCboBHtr74cDA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33708),('AbFvOqlFthgKsDqscwSq6Xg0im2u1h8D6gSJY3ZqjOr8g_pw6ulVlftHY59L7vPD9ZXbV8Xf92oBJw','They were all so nice and very attentive. I saw the doctor within 5 minutes of being there.','2019-07-28 17:53:12.662000','2019-07-28 17:53:12.662000',5,'Nicole Clements','https://lh6.googleusercontent.com/-J_QuyakaPXo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucly3YeLTcjNzftKj_Fsr1y8rhG7TQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34744),('AbFvOqlfTYV41KoJpQscdZ7Xjd9R5DRDX4uSKjgpxsiLbUPdaKtwM4EaqpetwFi5yk8f_I_3AU3d','Georgia was very attentive and caring when assisting me. She made me full very comfortable while in a very scary situation. The wait time was minimal and the staff was on top of their game.','2020-07-20 15:26:20.160000','2020-07-20 15:26:20.160000',5,'Claire Beadles','https://lh3.googleusercontent.com/-1ZiQo97Q6NU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnGG9GaXAXtiEhQYxr9rHlTJZdoOA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31938),('AbFvOqlFuM-CN1iHpuKOiQ5ZiMpSsLPAdmJaKjoMCf2hEtFoqdDu5stcbZ4vGs2Yk6xNGWSdHYEoTw','Dr. Vakey and Anthony the RN were extremely helpful when I came in this morning feeling terrible. The visit was quick and easy, and I am leaving feeling so much better!','2019-07-31 15:11:08.599000','2019-07-31 15:11:08.599000',5,'Macy Dietz','https://lh3.googleusercontent.com/a-/AOh14Gh_7C-jjjEuSlSLkCuk7bA70q40kTBZcuSpJqofRA=c0x00000000-cc-rp','16590124370714063921',34743),('AbFvOqlFUYLrXhnnOqEj3rD9LPYfhaR1uTbehzsCnyI4qVDIId3wDe1WPQFzssiuE8hXFcHwfb28','This is the best ERI have ever been to. Dee and doctor singla are the best','2019-06-19 00:34:52.781000','2019-06-19 00:34:52.781000',5,'Cryst quinn','https://lh3.googleusercontent.com/-Ce9WP69hsLs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn8RfHw4wxxd8_JwDlN2w4kMBIHjw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40537),('AbFvOqlfVnj2cgGp9b0p4ZK_pDwqEMW7KQVdckDhaTk-sK-ALhBXkJ_IA-a_BBN8HGnAFEWspNlFEA','Good, prompt treatment.','2020-08-07 11:52:42.845000','2020-08-07 11:52:42.845000',5,'Evan Caffrey','https://lh3.googleusercontent.com/a-/AOh14GjRbXEVPW-9zQZYFoY0j4agRWt2jBTp69QXLh-n=c0x00000000-cc-rp','12541597562633926366',28577),('AbFvOqlFVOltw2d_OTYdKxgkeuWKfqsC2DT-jw9JPuAd12Hip5q0iXsXwt9AsWKvhOHvCWTRPKmSpg','Had to go with the patient and watched him receive quick and great care for his abdominal pain. Both nurses, Jose and Erin, were great and worked well explaining what was going on so that way we didnt freak out anymore. The doctor, Dr. Mauldin, was great and explained everything clearly. Overall it was a great experience and everyone else we encountered were very helpful and kind.','2019-06-21 06:16:15.683000','2019-06-21 06:16:15.683000',5,'Melani Anguiano','https://lh6.googleusercontent.com/-rNb3w4B23LU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_93mkjJ6rtEIUcZ7x6q8DjYhWMA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29785),('AbFvOqlFvPLE-aehT7n7qXszGGLbTyIfZDY7LBD_OPJcTjl95n6ghJ4Gc_Yj2njBDTZU35uwHAhj','I had a great first time visit Mollie and Mandi where great..','2020-12-26 14:05:22.837000','2020-12-26 14:05:22.837000',4,'cantri williams','https://lh3.googleusercontent.com/-5kxzz4Lj5mo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8VGgyqWzAoWp5A3p15vgecBsxGw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43903),('AbFvOqlfvvV3hxNhjXOTyLDva0a_lCNibnzlZ2CpCICI0WBSbuI-Psi1gwXsUruo4IWcIqQDfF61','I came in for a allergic reaction, was in and out within 20-30 minutes. Everyone was friendly and tried to help me right away. It is great to be able to visit and get in and out quickly with everything I need. I went across the street first to Urgent Care who made me wait about 2 hours (even after a ā€œvirtual check inā€ that was supposed to save me time) without even seeing the doctor yet. So glad I saw Signature Care across the street and was even happier when they were able to help me so quickly. Highly recommended, this will be where I go from now on!','2020-10-13 18:20:16.120000','2020-10-13 18:20:16.120000',5,'Yan Yan Jia','https://lh3.googleusercontent.com/a-/AOh14Ggznz4neoG75GjQmd5XCjpeKOGO5jkQmrEcpCRp8g=c0x00000000-cc-rp','2077061009497551125',38482),('AbFvOqlFw3wZ87yAOvfGCCFkYYt-No9D06q9kNakFBGFORMO5vdHiFsP0MO3O8IR6sD6tCQVWABe',NULL,'2020-01-20 19:53:59.225000','2020-01-20 19:53:59.225000',5,'Deann Clark','https://lh3.googleusercontent.com/a-/AOh14GgjeDRVH_npZcQ81VRML2L2H6Y8LO6QOFHXhCPUgg=c0x00000000-cc-rp','3272657195432704501',39688),('AbFvOqlFwCVojFTzUvB_FfjtiLpP1Qz4eZiTmzyfG2rIYcAAAU7uchY3P0Dyq0MKGrqdyp7PcDJ2QA','Great experience and service! Everyone is very welcoming.','2019-02-11 10:19:19.544000','2019-02-11 10:19:19.544000',5,'Isaiah Ramos','https://lh6.googleusercontent.com/-xqtHX9-ygwo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckvFwJxcRPxkLeDAzoLOaUmoWVXBA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38300),('AbFvOqlFwKV9fzL0tH2ToGMW0Dlk50LOB3aLUKV38tHLOqpB1SxeZOOJfwNyiBDX_bRhzz4ULllupw','Great place takes care of you right away!','2018-09-16 05:17:36.495000','2018-09-16 05:17:36.495000',5,'Franklin Morgan','https://lh5.googleusercontent.com/-wupsKOBn6SQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8cYSuKWc2XNqQ0JBL3qgpbKOWpQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35179),('AbFvOqlFWrXXDTml-5Uwo1NtK1Ik_QQiR3V-mPEMGwp1x8V3rMfn9FIpSpn86p3v7rFkdI9-i3nW','Great job!','2019-10-07 16:59:01.810000','2019-10-07 16:59:01.810000',5,'Lisa Marie Hulse','https://lh3.googleusercontent.com/a-/AOh14GgVqgwjO6KoWR-VAIzMcaC8hc0lgTtxMJb7MhjURg=c0x00000000-cc-rp','13486358490203335051',29630),('AbFvOqlFWwg3yR1vhkwX0aKhvaWOxyAlS4TceaX6mFX-ZQOG4DpjhKX8oL8KlXxI6mwZ3GCFeYPN','I was in and out of there in an hour—got 8 stitches! I am self pay and it was extremely fair priced—only $300–and this is an ER!! Staff from front door to the nurses and Dr. were all very nice and quick !! Highly recommend !','2020-06-06 04:11:25.218000','2020-06-06 04:11:25.218000',5,'Cassandra Corgey','https://lh3.googleusercontent.com/a-/AOh14Gg_Ut1438lSOuw9RQVQzGs2BjFuPCF0eVxH_nj7Ww=c0x00000000-cc-rp','16590124370714063921',34291),('AbFvOqlFx6O6feF025DT_cj66o3YmSzVBk5Vi1TV0RgdhxLN0GafL0XV4Kjv3teBTHLSeaOwc9Pwzg','Anthony, my nurse, was so considerate and helpful while I was here. He made sure I was being well taken care of! My doctor also took care of me so well! He explained the best option for me and did everything he could to get me on the right track to feeling better. Awesome place and awesome workers!!!','2018-09-16 15:59:55.910000','2018-09-16 15:59:55.910000',5,'Julie Cunningham','https://lh6.googleusercontent.com/-PgtuaN_oWHo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1bg8gMwNe_wTG84x_O4fCrs82Wg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35176),('AbFvOqlFXVBLsjjQUy9pnNjf8ZlnScn6uq70hYb3omKtNbcj4CZKNCFc9XEmurP5BEjfGj37GTlRXQ','I had a great Experience, quick service, kind employees that really seamed to care. I highly recommend.','2020-02-24 20:25:31.297000','2020-02-24 20:25:31.297000',5,'Paul Kolanek','https://lh6.googleusercontent.com/-LnZyCtnVsmI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclnGWGY-rY-nY7mLKrbTo6ikSCO-Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33327),('AbFvOqlfXvvDlWBqkpUnBrV0ZXF5OgWFw6ISb14MK0o-hhdWehSKSCWiTqVLei21oCELYJMxpNqAMA','The staff is always so friendly. Catering to every need.','2018-12-24 01:47:55.251000','2018-12-24 01:47:55.251000',5,'Shun0 Love','https://lh3.googleusercontent.com/-sf4UDX-mtF8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckKLoikRdxv3BZpcanCApSY24SkFw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39990),('AbFvOqlFxxwK1myXVtE7BKnltewYl1RkL997OVnbDwoorvk1hg55cmI6yDKhy2xWOD5mZeiDk9Z1FQ','The staff was great and very welcoming. Sarah and Tanisha at the front were extremely fast and nice. I came in to do a Covid test because of work and I was out in less than 45 mnts. Sydney did that covid test super gentle and Sarah brought snacks. Im recommending this place to everyone!! Thanks guys','2020-10-20 01:24:47.397000','2020-10-20 01:24:47.397000',5,'Thalia Martinez','https://lh3.googleusercontent.com/a-/AOh14GiE2_UIyLOOTy1Y2d_qf0INtFu9MWYY9vLnvLUhvw=c0x00000000-cc-rp','17898197009688164559',37494),('AbFvOqlFy_-eP2M6jOPpUZqm8agddJGG9zdi-aIbEdIGG5VfHWKhIWtNoLvcuxP-OGExMNR-v7CMMw','Very helpful','2019-02-16 00:31:08.942000','2019-02-16 00:31:08.942000',5,'Peggy Coulehan','https://lh3.googleusercontent.com/a-/AOh14Gg9Z8yRdfXbdwIm3nL6g_ez_5R8kA5_pVSuyt8XEg=c0x00000000-cc-rp','17898197009688164559',38293),('AbFvOqlfY0cOeTUqU2HLrcZA25dNb3tf9mJxvho9a6wVX8jLRLesb7SJqwZH6J6tskAZelkX65g5Sg','Dr. Pham , Nikaela , Jessica and deanna were all super great','2019-05-16 04:53:17.999000','2019-05-16 04:53:17.999000',5,'Bri Anna','https://lh3.googleusercontent.com/-UT5HuEOIvhk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmCa8q8MDgSJBPTew-48U1hA3FW-Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlfYBJrw4mbmcRUwQfR94Ckz1EFDI0BYJ0qDrNdMNCKy6i2RdmZV3hlNs01WVC0p6KPVvftgA','So! This place is the answer to patients who need to be seen quickly, professionally and compassionately. This is my second time visiting this facility (once with my husband a few days before Christmas) and both times the care has been remarkable. We have the ability to be seen by any provider (military) and this has been the best option for us on the civilian side. Let\'s start with the location..10! You could not have convinced me that the building was not constructed with a medical facility in mind. The beautiful and eclectic decor is second to none! Then there\'s the wonderful and amazing people who work there...10! Shout outs to Dr. Leung, Nurse Katherine C, Registration Coordinator, Angela H and the technician who did my vitals! Listen y\'all, these people are the real deal! Professional, friendly, personable, thorough, and the care has been consistent in all aspects. Yall. Please. I don\'t usually write reviews but I couldn\'t resist being able to voice some positives in a world where everything seems so negative and people seem to only care about selfish gain. The people see folks from all walks of life and I can tell yall that here, you\'re in a no judgment zone...you\'re in a place of warmth..comfort..care and for a little while, you\'re the only person that matters to who you\'re being seen by from the moment you walk in to the moment you walk out.. They treat people in the way that they want to be treated because here.....you\'re family. Oh..and they call the very next day to check on you to see if you need or have any questions about anything.\nThank you to the geniuses and angels of God who were inspired and led to bring such a wonderful facility to the Killeen area. Emergency health care as we know it is gone bye bye but a refreshing and innovative prospective has taken its place and we say....WELCOME AND THANK YOU!!','2020-01-22 15:48:30.787000','2020-01-22 15:48:30.787000',5,'rechanda primas','https://lh5.googleusercontent.com/-iPxVvtNqmwc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnkhFcbWESM5MESqUJXCwbuQcV5wg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39155),('AbFvOqlfyNzQSgcRO1ktwvhXKs-3nrQyCxgkkmif_bIeNtoUefkk1pi9zJHk0LdPdOhwCrJSUl7M',NULL,'2020-07-20 14:41:48.121000','2020-07-20 14:41:48.121000',5,'April Witten','https://lh3.googleusercontent.com/a-/AOh14Gjn_ZEaD87Wt36xtIzVF8VQ4voclIJpUN9IWvnk=c0x00000000-cc-rp','14748677429039074158',31941),('AbFvOqlfyrUDu5o97tKTDhfkcbFcZrVSQnv60VJ-T4QHZhwOixqW7C2doxhLyUF9sa4LKzTpMszyUg','Evening, First time coming here. the atmosphere very pleasant and warming. I had the pleasure of meeting this awesome team today. Dr.Edwards , Jocelyn , Ekaterini S , Marcus And Brian. Keep up the great work team . Exception service .Thank you all so much.','2020-01-13 19:46:22.860000','2020-01-13 19:46:22.860000',5,'Starlene Hayes','https://lh3.googleusercontent.com/a-/AOh14Gjs3R1uhzlalYaZVGJk17EYEX87CAVr6mioIBERiA=c0x00000000-cc-rp-ba2','16389487648212004696',33513),('AbFvOqlFYxQArqYxfm1-jny4GL5f3lmvcaAh_YMYOxC1u08ICGElX7FsOj-tZJWbX-Do4OVBKZhuEQ','Dr. CHUKWUMA AND NURSE ALVEAN WERE GREAT. Professional with great bedside manner.','2019-06-05 21:06:23.530000','2019-06-05 21:06:23.530000',5,'whitney','https://lh6.googleusercontent.com/-al7i0VbcrfY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKPBNT1W7RyVi68IS-ibrnCSOG8w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlFZayEYm4vSCMcZkkZZqx9YOkDnlUs971SxsNp0q2c-N83L2sYyRMeBR6GZa9iHL1bgTD7Fw',NULL,'2016-10-09 01:50:11.516000','2016-10-09 01:50:11.516000',5,'Robert Cruz','https://lh3.googleusercontent.com/-RJdpxGJFBA8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucngP6Hi1_M283J9eXfNvlc6qVl-bA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41159),('AbFvOqlfzgOh57nlB1WFSAQ80tShvxHUujiT6h6QwcDfcl6HDS6CExlGgcFe5TAuPzAPbpVfJfFnTA',NULL,'2019-10-18 18:24:17.760000','2019-10-18 18:24:17.760000',5,'Jamaryon Noble','https://lh3.googleusercontent.com/-6kAXIhnK89U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn3vG1I8MTyijNo98CS3avaLR74OQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33856),('AbFvOqlfzPbTdipqCPKa_5vEtmq7mF1ichFY2IJF__GoUtiozA3qARUUVqVApOM-qxOvzEjscNV1hA','Absolutely love this place. Woke up with excruciating pain and came in early in the morning. There was no wait and the entire staff could see the pain i was in, and right away got to it and made me comfortable. Dr. Patel was spot on & all the nurses have been beyond helpful. Highly recommend this place and so thankful for Dr. Patel, Tammi, Nanci, Norma, & Vy for caring for me so well.','2020-02-23 22:59:46.968000','2020-02-23 22:59:46.968000',5,'Alex Trevino','https://lh3.googleusercontent.com/a-/AOh14GhJtduWGrmaZCnkivBNN4kGEzKb2dxtgFwg8k7o=c0x00000000-cc-rp','17898197009688164559',37660),('AbFvOqlg_n5zPARmQSd8agM6KSeu1YX-b0wB1-pPZqt9wy_JFmYdm_Z1TbslrIDk-aX5lzOLd8R5OQ',NULL,'2016-11-09 18:25:34.577000','2016-11-09 18:25:34.577000',5,'dominique bell','https://lh3.googleusercontent.com/a-/AOh14GjgyyAxp8YjV0ui6zj3_rmxALPxJbMzlvBvdh_biA=c0x00000000-cc-rp','17394740196501090048',37281),('AbFvOqlg-PXnL7ye1TMBR6ukwBuPpMPKWHu23f_7QsccBaAbEAVwumuSEkJNbSCJjBmRicytOxLo','Very helpful and attentive staff along with super nice/clean facilities make this an excellent place to come. Anthony was awesome and we will definitely be coming back if necessary.','2018-11-01 02:12:05.242000','2018-11-01 02:12:05.242000',5,'William Easton','https://lh3.googleusercontent.com/-z6i-u8tjjsM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl8A-wx28hsP0-RbllJ0R90chWCUA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35132),('AbFvOqlG-TnpcgLSDO4AkwsdLe6oVBu8t07YyvgyU2GEClv2Zq4snJNaH-NHeAWHxkhXmfJAvXkaww','Dr Starr is wonderful. Araceli, RN was very helpful and will definitely come back again.\n\nThe staff at Signature care are very nice and pleasant. They\'re very patient with everyone. All nice with a positive attitude.','2020-03-03 20:08:45.667000','2020-03-03 20:08:45.667000',5,'Gabriela Ciesielski','https://lh3.googleusercontent.com/a-/AOh14Gg_dKv7PAzptqbidWOxqxTFTGVWe7cPfcKre38vGg=c0x00000000-cc-rp','6521947413723274945',41418),('AbFvOqlg-x24A9JCP3GyYtfmATkubGbISPSDU83VB6Ypytjy3QdMsTwr2rbReKkCGiAyEnVWaOdgRA','Fast service!!! Leo, Sadie we great nurses, Lisa was friendly and welcoming','2019-05-17 19:23:32.740000','2019-05-17 19:23:32.740000',5,'alonzo urquidi','https://lh4.googleusercontent.com/-DNSUz7JcLbM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnm2HYCn9i-4LKM1m_jwOeGd5yZ6Q/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41737),('AbFvOqlg1rKT56m0e8u-MusNxXQD1wL-h-_tY17E2M3QsUAhvBYPrGxGapaoumJEgSzD70V4RDLMhw','Thank you Jessica in reception, Savanna B. RN, Aaron O. R.T, Lisa V. RN, David K. Paramedic, and Dr Frausto for taking excellent care of me, and treating me with kindness and respect. All staff here are friendly and treated me like they would their own family member. Wonderful experience!','2019-07-26 19:50:52.037000','2019-07-26 19:50:52.037000',5,'ZXMegazero','https://lh3.googleusercontent.com/a-/AOh14GgPAcqsNFnf3vV14TR597Fa9ZZGDZLpPQ4L2wdb=c0x00000000-cc-rp','13486358490203335051',29721),('AbFvOqlg1VvxOdPpBW6mXx3cfXoG5oNosHUte-Ia52y-9VTmrhq_RdVDsMPABaNjBH096n08myzk','Adam, Andrew, Dr. DeWaal, and Christina are very friendly and did a good job of making me feel comfortable and taken care of!','2019-11-16 23:05:50.268000','2019-11-16 23:05:50.268000',5,'Kirsten Novinger','https://lh4.googleusercontent.com/-bRHGdWIlPPY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckKdwMy38SmsqPWHhHw7Rg81Fks7A/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36078),('AbFvOqlG1WOboCMZzRsQjtggutXxEUSTEzmzu1oyu6JUxLaxwu33MkUmMFpzSN-CmecgoCsj8chn','The staff was wonderful and very attentive. Dr. O’Malley, Patrica C and Ekaterini were wonderful. I would recommend everyone to come for there urgent care needs!!','2020-01-24 20:53:29.204000','2020-01-24 20:53:29.204000',5,'pmat aero','https://lh3.googleusercontent.com/a-/AOh14GiBWrjXM3F5i7rMzPYrvQaA8H14ECSi1Uk-BoYa=c0x00000000-cc-rp','16389487648212004696',33459),('AbFvOqlG2MiBb3ER7jkHt0SkuYfft4J579yuMTuSh8lnAQJDeNYe564DkJSZuTXNo5QVLkuRevyQ',NULL,'2019-02-01 12:38:19.079000','2019-02-01 12:38:19.079000',5,'Marina Medrano','https://lh3.googleusercontent.com/a-/AOh14Gjsf9sYQht8M3yVzfBCBYjcNkqMThbpKYiegrKMiw=c0x00000000-cc-rp','3511292162159714121',40660),('AbFvOqlg3z0u_TiI2XqVGMwZe7LlZ8KRjXMyTBSblxLi3pXE2l6KdPyzOkObVQV0OEoYLcnOEAqA6w','Staff was very friendly, clean facilities. They called me back within the first 10 minutes I was there, had me out within an Hr and some change. I would definitely recommend.','2020-02-13 21:49:01.693000','2020-02-13 21:49:01.693000',5,'Carlos E.','https://lh3.googleusercontent.com/a-/AOh14GgCiRAm0Q4kNntR6K7odmwS-QaKDlRj96-j8p7a7w=c0x00000000-cc-rp','6521947413723274945',41482),('AbFvOqlG4cyfoxFbJDk5MuqpJyqoZ-JFmPQbECZYNZbyo0eE07bK-Vfb2CSqdLuaOSbqa5hJ5OjUnA','Staff made me feel very comfortable & welcoming! Nurse Reed & Bri-Ana were great!','2020-10-21 15:14:53.654000','2020-10-21 15:14:53.654000',5,'Samantha Zuniga','https://lh4.googleusercontent.com/-uXNmVF9BPGo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm2enhUJVLB-VQ69EZ-bac9SmNTIA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40143),('AbFvOqlg4GhboGyhs83ASaQhNv9ZPhjNPKTX2vCpIF9-FQgAGFlctOs_PWnkPwZXkumqBZRb53zV','They have a very nice staff working here!','2020-08-29 01:34:09.233000','2020-08-29 01:34:09.233000',5,'Trae Marler','https://lh3.googleusercontent.com/a-/AOh14GgkWiNFwoe02T-eHkVjqDJhaT2ojUVPtRzwZov_hA=c0x00000000-cc-rp','2077061009497551125',38556),('AbFvOqlG50aaNE8dn4mGgqsZCVS1HplqxOuyojbfn4a8EJDFXmMqY6yATNQb9_ARU0Xjricyp0D4','I had a great experience and was treated well by all the staff at Signature Care Emergency Center.','2020-02-23 16:43:49.129000','2020-02-23 16:43:49.129000',5,'Keith Herald','https://lh3.googleusercontent.com/a-/AOh14GghC3a6ccXPbFsnJVzQKx7Paj23_akpDk7QdGePhA=c0x00000000-cc-rp-ba5','2694018788013845459',39105),('AbFvOqlg5b-xoLWUGVoeMJeIDj4hcihG1C-6oF061v-Dp5ydCRhf01_ir-ZeVcA5fdtBpCoUZP7ytg','They are great friendly & loveable Dr.patel,sarra,sherwin,Christian, Carly','2020-02-05 03:39:43.402000','2020-02-05 03:39:43.402000',5,'The life of Tatyana!!','https://lh3.googleusercontent.com/a-/AOh14GhqrINT43Pwwv3zLSLYxmcdqGxJouDlU3vD0gIi=c0x00000000-cc-rp','12541597562633926366',28750),('AbFvOqlg5E1_VSA0vjRuY_poNjClgsZ82CdrzewvYe5bF4AqpfskrtUFAuVL1wzVXBQGgK3tksCLtw','The whole experience was wonderful! Easy and fast in and out with so much care. Dr Daniels, Anthony, and Natalie were all so kind and helpful! Highly recommend!','2019-03-05 05:17:13.590000','2019-03-05 05:17:13.590000',5,'Alexis Macpherson','https://lh3.googleusercontent.com/a-/AOh14Gj5n14A4EoMKi2JyypKsyvtW4duUtUqu7FOXr9z=c0x00000000-cc-rp','16590124370714063921',34972),('AbFvOqlg5XcGrp3xYzxXPuY-J-21sXnhjjbbUSBkg26zbaEJdiTs3ClwZGtd8Te-YMGbnce9JXCnZw','Great experience at SignatureCare Montrose! The staff were friendly (including the young woman at the front desk) and made me feel comfortable from the minute I walked in to the minute I left. My nurse, Marie, was incredibly warm and took great care of me while we were waiting for the doctor. Dr. Bansal had a very calming presence and took the time to explain what exactly was going on with my injury and what the next steps for treatment would be. Everyone was very efficient without making it feel as though they were rushing. I felt well taken care of and am glad that I made the choice to go to SignatureCare.','2016-06-03 15:14:34.749000','2016-06-03 15:14:34.749000',5,'Naomi Gonzales','https://lh3.googleusercontent.com/a-/AOh14Ggn-2RnAFNzvmI9TUyi4WhiudmCjUWqZuWVYg7jTw=c0x00000000-cc-rp','3511292162159714121',41222),('AbFvOqlG69h4xVPYZ8fMcxWZ_D6YHDEB4W5n3F-HpkYr3yqrrqhubrCR4mWOqEnHWaFJt5Lmih6YCw','SignatureCare is the best! We have always had a wonderful experience anytime me or my kiddos needed to be seen in a pinch. Elizabeth at registration was so helpful, Ally in nursing was excellent with my son, and Dr. Singla was so knowledgeable!','2019-06-23 14:00:54.373000','2019-06-23 14:00:54.373000',5,'Lauren Bernard','https://lh3.googleusercontent.com/a-/AOh14Gg4sJyiIzj6sZTu-ZyaYNTY6OMWToopksbDP4Nj=c0x00000000-cc-rp','14904078213800803294',32455),('AbFvOqlG6ZEq6gGheDBl3XJcwC_voj1-bsRU0q9GqaLIxqf1BLQdnD2Gyg6L-RoFNJn_whHxvuQ34A','Good people šŸ‘','2020-12-28 13:10:38.524000','2020-12-28 13:10:38.524000',5,'matt kerns','https://lh5.googleusercontent.com/-skfuFt0hSzY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnC3zwbpsPk3POpFZcn42WWWiNvKQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44025),('AbFvOqlG7GeGl7EBRddtCJuXcW77D51gB6GTQkZmN7uPQAMhpLbSKgkvSuw8ezOJ3dNiT0fsJK18','Very clean and very nice! Everyone was very helpful from the very beginning. Luke our nurse was very professional and very kind to my daughter. Will definitely be back!','2020-02-03 16:52:57.109000','2020-02-03 16:52:57.109000',5,'NIckita James','https://lh4.googleusercontent.com/-3yRy6kDRWAA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcmYXhDf7yziKuq1Sd0zDNON4ofA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39642),('AbFvOqlg800sz-iKiS_eD8VLCrg_RU6By_0tUdX80B9nzk3BhI1onD5b0-cq3vljh_sQYtQDGFJS0w','Very nice and friendly staff, very clean and quick.','2020-08-05 16:51:20.470000','2020-08-05 16:51:20.470000',5,'Brian Mulero','https://lh3.googleusercontent.com/a-/AOh14Gg6kGXM5bpSoDU-6jxhMMin1XLf6oAhI0wFrWWNew=c0x00000000-cc-rp','14904078213800803294',32282),('AbFvOqlG8QcR8sWycXB9mtH0KxjG5qT8NqZ3lyasKmqZVci4DTpABAjfOcgV1j9tnf2OhMDt50DY2g','Had to come here a few times fore testing. Every time it was fast and stress free','2020-07-26 23:50:12.439000','2020-07-26 23:50:12.439000',5,'Jose Flores','https://lh3.googleusercontent.com/-v4AqMiVICUI/AAAAAAAAAAI/AAAAAAAAATU/AMZuucmtZCgETGEgQ652kevMuzCH1EfPBg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38753),('AbFvOqlgakZ13vZ-fODMZc6j4zgTXJI0RytdO0Y_T8YcivGuZ_CgtjUMuPi0o94QEme6uJ1JN1lN','Brought my mother here and she was well taken care of. The staff was very friendly and attentive.','2018-09-21 00:19:47.068000','2018-09-21 00:19:47.068000',5,'GƄƧhā- Êvëłÿñ','https://lh3.googleusercontent.com/a-/AOh14GgixY3KBFWuCTIkQVTw5kIPRnunTH5XSUXRSDc7=c0x00000000-cc-rp','14567670160750071148',30719),('AbFvOqlGaPK_th-wdx_TQbXdL2rmBbXjblxGW6Sb4GtucfhU7zQteJwanh10eOznvjOQqzI2F2cLMg','They were very prompt with service and provided excellent care.','2020-02-12 03:50:30.605000','2020-02-12 03:50:30.605000',5,'Juan Romero','https://lh6.googleusercontent.com/-ypfZMZYcAbQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMCe8Wbl2cq8JC7Qhssl8LLj6Blw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39124),('AbFvOqlGAxf5arkxmfOAkX1hgF80xK-l5MjuxW6n1Lg-rY_DLioLeiYoDpUnjNPghu2eDoUTwRZw','I had a really great experience here. The staff were very caring and easy to talk to. Sometimes it’s hard to speak with doctors and nurses, but I felt very comfortable with Dr. Vakey and Jacob. 10/10 would recommend, they took care of me so well.','2019-03-09 18:43:25.267000','2019-03-09 18:43:25.267000',5,'Sarah Kuriyan','https://lh3.googleusercontent.com/-BZsV3YylxaM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmlZlHyAQJzV_cebS_8rkbEbDh_3g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34968),('AbFvOqlGB7nsz8XP5JWA9zebLz8EtoA5NvzRcgRgTcn5mQp4L8-m5_oHqQdEDq-EC9dwWIHdL0cF',NULL,'2020-03-11 23:19:29.126000','2020-03-11 23:19:29.126000',5,'Monica Williams','https://lh5.googleusercontent.com/-c4__aIvOqdk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckT_rGCQL-I8g50LxPY-XPhrlSvNw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33271),('AbFvOqlGBFFBwOY1mzLnFdPIIoTFDonfVH1yqJk8CQteewiEja5qbsYAeEq0qBudxARej-H7FcaODQ','Amazing staff and location ! Dalal and Gina were so helpful!! would definitely recommend!','2020-11-20 14:58:04.829000','2020-11-20 14:58:04.829000',5,'Aliza Rankin','https://lh6.googleusercontent.com/-0a31H8ZWu3w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckdZ4B5nVkvgzC3BDIiiMC7Zfl42Q/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30009),('AbFvOqlGBmn1DMp5mE73ib4J4G2CkV7T5gQHcO18aFD7HuoqWZQcfn6m4JUk41lGjRae87XV8ko_0w','Excellent care at this facility, The staff was very friendly and informative. I would recommend this facility to family and friends.','2018-04-14 15:19:39.585000','2018-04-14 15:19:39.585000',5,'Alex Macias','https://lh3.googleusercontent.com/a-/AOh14GhoDEn2Ng4GTfUZlNsMIlTmFFJ_wVDEJlb3_2M4=c0x00000000-cc-rp-ba2','8918455867446117794',43396),('AbFvOqlGbQ8RFzvqnJLbNDoEc_K_-01T5UoUGgT5cHhR7HR1B2V2AzDCkcOKP3zrGSaLWFWSxPueuQ',NULL,'2019-10-27 04:35:25.493000','2019-10-27 04:35:25.493000',5,'Yachel Lee','https://lh6.googleusercontent.com/-MJ_MythmN0E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZ7fkWVYFmqoMCYE6cQbPYwftfPQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33816),('AbFvOqlGbWeVNvVgYz-yngDolQpEOF8j-jAIo6TtL6wF1fyqRXH-dv8DesE7IlDkANvEIiQrGgoOFg','I took my husband here after he complained about severe abdominal pain for hours. The front staff were extremely kind and helpful. The doctors and nurses were also amazing and kind, and always offering us warm blankets, and checking up on us to make sure we were okay. They seemed to know what they were doing, and did whatever test necessary to figure out what was causing his pain, as well as gave him as much pain medicine as it took to make the pain stop.\nThe front staff was also very understanding of our situation being that we had no health insurance. Cost was not as bad as we expected, and they helped us with a payment plan as well.\nIf we ever have another emergency situation, we will be coming back to this hospital.','2018-12-12 16:25:23.639000','2018-12-12 16:25:23.639000',5,'Sharon Christodoss','https://lh3.googleusercontent.com/a-/AOh14GiUnVPhCiqyf4ZSKvzDRkiQymUHbnv43Qq0SfLbkA=c0x00000000-cc-rp','8918455867446117794',43333),('AbFvOqlgby-Zs2w_0iH76NXjbqkD1Z07FM4wZVe6qx_SVQ2VrJHDAMpaXxIYW5WGCZ1Fj57uIboGmA','Alexis, Cat, and Kathleen are all a professional staff.I am very pleased with the services provided by these wonderful ladies because all of them are successful in their field','2019-03-12 01:52:04.882000','2019-03-12 01:52:04.882000',5,'Nakonia Polk','https://lh4.googleusercontent.com/-DBUq-jkNut4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucneqLet2l0Y8pQ_idVRgeB9XxhX5w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34967),('AbFvOqlGBZTnbYr0B1elJRQiC9e0yAXBvLJExtewXVnBPlcBRicvdwp2hs805CkSIMDHKFOQ82uX','I like coming here. Facility is very clean, staff always approachable and kind. I\'ve had to come here 3 times and all there were good experiences.','2019-12-27 21:19:23.161000','2019-12-27 21:19:23.161000',5,'Nakisha Mitchell','https://lh3.googleusercontent.com/a-/AOh14Gj7ecnZSVixwL1Pk_-amXANqpHT7u7_peCrYlkEmzY=c0x00000000-cc-rp-ba2','17394740196501090048',36670),('AbFvOqlGc_hbUpGD2fu6EXvGSO4kWtOWEO1I9pnqN_v-jyBSs0yQ9lbwsi1Xa_UGa2eQmdlSStlq','Best ER I’ve ever been to. I’d pay the extra copay money to go there over a clinic.','2017-11-11 22:24:28.138000','2017-11-11 22:24:28.138000',5,'mike rodriguez','https://lh3.googleusercontent.com/a-/AOh14GiWvMKc-9-Es5oG4c7bhwo4FTUiySIMhrCH8fZF=c0x00000000-cc-rp','3511292162159714121',40994),('AbFvOqlGdaYT6MODzafUDtYaGO4J-9GMve33aFyG2Poq3JHYRqvFiTUY1HlnHvvPKKYjRN1_QaMS','I’m so impressed with this er very organized and cleaned faculty. First time, never heard of them till I google dental er care. They were so nice to me from the lady name Jocelyn in registration to the nurse Alvean to Dr. Tran even to the radiologist Tricia. Even though it wasn’t much they could do for my toothache, but I appreciate they did all they could do in my time of need. Thanks Dr. Tran and Nurse Alvean for being patient with me and helping me. I really appreciate it.','2019-06-26 12:00:02.249000','2019-06-26 12:00:02.249000',5,'Pennie Davis','https://lh6.googleusercontent.com/-nQRiIZ7JYa8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckoA5C1bQUxHO6QhH0v69LI_oI_uw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlgDvrEKSJATd3OVzah9g7r6o88VbdQfPV9N4jbAsXK0_53C8q22xF8ynksnkokctDdFDLZKg','Tara and Katie were great and handled my COVID test quickly and very professionally.','2020-12-11 19:56:56.529000','2020-12-11 19:56:56.529000',5,'Ryan Rigsby','https://lh3.googleusercontent.com/a-/AOh14GjUjQ9WshOY3_cm9H0-_nlP2slcIWF9dn0FYvDwEg=c0x00000000-cc-rp','3272657195432704501',39423),('AbFvOqlgE1_VsinxEpK6lfRNXeHQHzz4igqYwFcrMNwMOef8hu4Szf7i60Y8FmdAFCr4xqPLPakebA','The registration staff (Lorena and Amanda) were so patient and helpful with everyone. I had a great experience here and would definitely recommend for care in college station!','2020-07-25 17:12:03.726000','2020-07-25 17:12:03.726000',5,'Claire G','https://lh3.googleusercontent.com/a-/AOh14Gh5aWxbeiVJiCuOyRfV8-S0iCIc454GfzlkvtSA=c0x00000000-cc-rp','16590124370714063921',34254),('AbFvOqlGEZCpGfwDsKcOgefzIlzWysL7nFWQZ4e-N1X4wDmVFn4cX-Z6wm4iVP__2KiquDgIKKUTKw','I have been to Signature Care emergency Venter twice now, and both times I have been beyond impressed by the service and care they render their patients. Everyone is so kind and quirky there. My Nurse Dawn was awesome and had a bright personality, and my tech Norma was extremely attentive. I give a special thanks to my Dr. Yusuf for diagnosing me. This is my go to Emergency Room.','2019-12-19 21:14:49.800000','2019-12-19 21:14:49.800000',5,'Alexis Goodwin','https://lh6.googleusercontent.com/-yCaWmjzcRKg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck46q61mD0QDlIvLceNR1OA1ia2vQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40369),('AbFvOqlgF6HbtPc4GzXHPIT3nnkPH4xK5CHhE4j78iQUdQa0uol9Y2XOS5dgd4sofCfv4eexI4QagA','Very helpful extremely nice facility and the staff were excellent strongly recommend to anyone.','2017-03-21 20:56:26.371000','2017-03-21 20:56:26.371000',5,'Aidan Kerr','https://lh3.googleusercontent.com/-UOmyhm7ZBjk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVrHjhBEz5WXgAVtaE-3MaCFIMhg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35470),('AbFvOqlgf6pRJrTWJYTu3UeMxlXvKc788I3BSNikaoxK6iwKa9niNhiNMbSfv-10VWTFTEWNfkRJjA',NULL,'2019-09-17 16:52:07.294000','2019-09-17 16:52:07.294000',5,'Alena Chavez','https://lh6.googleusercontent.com/-ByqV5tEAPGE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn30bRXBYIO5fdaGYU1E_krYimTOQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41603),('AbFvOqlGFdNr5Datz4HjGyKisliQ8BM-jVJLPQ0d7MuXQkHbaL8LuaPq6Mg-KCRvW86_nSzqe3hr','I came here to do a COVID19 Antigen test! The process was quick and the attention was great. They gave you the results in 15 minutes after the test is done. Great support from Ashley Williams.','2020-10-13 18:59:14.156000','2020-10-13 18:59:14.156000',5,'JosĆ© A. Lucena M.','https://lh3.googleusercontent.com/a-/AOh14Giua00Et-qrM-ExvKfX2iwCspX-k-9q_VezNHFK=c0x00000000-cc-rp','16389487648212004696',33163),('AbFvOqlGFMg8LP4I3uQvPQEadLyLpHpS-kPR9fac4DAe2Z0kbbv9F1Pj81NgQqIeeQc4SshgrRXZmw','It’s exactly like going to the emergency room at the hospital only everything is new and not worn and torn.','2019-03-15 03:29:31.661000','2019-03-15 03:29:31.661000',4,'Dien Hinh','https://lh3.googleusercontent.com/a-/AOh14GhB8-aIZGumT-cWQF4JSwbtV5jRPNYXAnLKJrozVQ=c0x00000000-cc-rp-ba3','14904078213800803294',32489),('AbFvOqlgGh0kKDBfw20J-jbefGTwRwXCCwoDdFo1KQhKQbWPXRQlK8x7uxvSMIFB-FiUEPWcWf6E','Really enjoyed the humility and comfort provided. My wife came in and needed a full work up as it’s that’s season and out the gate Maya was courteous and inviting. Olivia was a sweetheart settling her into testing and Ms.Kristina just about adopted our son for the visit and made him feel at ease. Over all I give the experience 5 stars. Dr. Henderson got her out all healthy.','2019-12-14 22:43:19.045000','2019-12-14 22:43:19.045000',5,'chris byrd','https://lh3.googleusercontent.com/a-/AOh14GgZxrSInaSs34UqBhoVHpGPEgwebrK5rNQNNCoa4Q=c0x00000000-cc-rp','12541597562633926366',28944),('AbFvOqlGH0T3y0mElhm7OnphEFoz1ijFnsXGnFGOC0AZjA53zVy3qCq0QnHLS1zumCHbuuAPkeq_','The staff is always friendly, comforting and very knowledgeable. We have been to this facility for bone fractures, strep, flu, and sprains. Thank you, Team!','2019-01-09 02:04:27.225000','2019-01-09 02:04:27.225000',5,'Christine Michels','https://lh5.googleusercontent.com/-j0cGpyDFCBE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZW-dwDAKjhrJR3M_GGQtp7a0_Cw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30649),('AbFvOqlGhF2d8BX0Lsp2Ag3NdvGAKWfFhB3nezTkIg9eH48HMhluphLA39h2t1a8s6CQZcujotO8AQ','Best urgent care and the quickest for sure.','2019-07-08 01:54:39.964000','2019-07-08 01:54:39.964000',5,'Kriselda Garcia','https://lh3.googleusercontent.com/a-/AOh14Gg2vj24LjeNT0kHU2JxeFVRJ5oYzRtWW3BJZtE3Yw=c0x00000000-cc-rp','6521947413723274945',41670),('AbFvOqlghY_ViRULVURbs5AePIrl7VQl8QBvXmjIqBQnLg1lp-cl_7MXYi74CDbtaKunaeHNJ1zm','The experience I had here was great everyone was really nice. I came with pain in my knee they took me back immediately. They were able to help me calm my pain. I would recommend this place.','2019-02-18 20:28:51.859000','2019-02-18 20:28:51.859000',5,'Yolanda Saucedo','https://lh4.googleusercontent.com/-y5U4B-1jrdA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmBVb1CgyiOGPFYka6AwHEoF_4GZA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38287),('AbFvOqlGHZtXqYozM7v8NkHuLyVnYYyxvldYR2Bb_ED_vnnApe5L8IZDpNg2ldO-8CBiIN7VIBvE_Q','Westchase location staff were super nice and chipper very helpful. I came in with bp issues and was quickly treated. Staff was very understanding and good listeners. Dr. Daniels asked did she miss anything that she didn’t cover. They are also helping me find a physician because I’m a new to the city. Very awesome!!!!!\nStaff tonight includes Dr. Daniels, Brenda M, Sara A, Holly, Shaylene','2019-10-29 05:49:00.980000','2019-10-29 05:49:00.980000',5,'Amy Williams','https://lh5.googleusercontent.com/-xSu0pluAKEk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZ9xAEAn79XKSq7DC9caUrE6ycMg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28991),('AbFvOqlGITo27JHSEcEr6GFcL-0PEK_dF7j8c9LcTx5bG19GXp7X8EJFY5V8LDhNNKtPwXXOiJzFZA','Doctor Vakey did a very good job explaining all the details regarding the visit. Nurse Jacob was great too. Very welcoming clinic where they show they care about you legitimately.','2019-04-30 16:13:55.852000','2019-04-30 16:13:55.852000',5,'Bryan Carbajal','https://lh3.googleusercontent.com/a-/AOh14GgEy6qjeApMzmpBFhjtGJz_FDFwIeQvFLcuWNGb=c0x00000000-cc-rp','16590124370714063921',34865),('AbFvOqlgj_QLdeALuwE48lGr61B1JVGjXvlKeiROdsK4IvW7sWX98rSU21kbPHmdLoa9f1rpPyAp0w','I had a deep laceration and was seen and stitched up immediately. I came here because the wait at Ben Taub was 4-10 hours. Everybody from the front desk to the nurses and doctor were very kind in my unique situation. Thank you!','2018-01-22 16:35:38.587000','2018-01-22 16:35:38.587000',5,'alysia doerr','https://lh3.googleusercontent.com/a-/AOh14GhrIQ9ZGLxMcc09NtF4TM8zxZrm2pVfNsno2RdePQ=c0x00000000-cc-rp','14904078213800803294',32613),('AbFvOqlGJAn0354z1qNSJlltcNITfaNCUre3kaD_J4lpn1xnuzhyvMStSC3NPa7ul6Px1IjXjQuAtw','By far the best ER experience ive ever had. Came in for a bad cut on my ankle they had me in and out in less than a hour. Follow up visit was just as good. Got the stitches out super quick and painless. Both Drs ive seen were great! I wont go anywhere else in town!','2019-05-21 17:20:25.145000','2019-05-21 17:20:25.145000',5,'Ryan Jordan','https://lh3.googleusercontent.com/-Yu-7LYPN1AE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_0Ehn2Faz5KcQbQxWR95eChMzbA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41725),('AbFvOqlgjNRVw-csNdZueCKZUcd2tHyj2Gr5fO5uQZRvEzotyWou0OIqX1xzcishf9dX2zLPVdFKPg','Great experience! Got in quick, everything was clean and staff on point. Definitely recommend','2020-10-09 13:27:42.581000','2020-10-09 13:27:42.581000',5,'Lisa J','https://lh4.googleusercontent.com/-W-mKVZaaVbs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckOh-EJKPYIn24w2JCSHWG69qgEtg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32240),('AbFvOqlGjo_VJ096crXsF-JFU8tRIzXuhGVmNwIYNtBiTEkui3OJZik4wV5gl1Kqo9gmM79UrcHp','I have been here many times for my covid test and everyone is super nice and helpful!! Thanks JD, Cody and Sam and the whole team at Signature Care Pflugerville!!','2020-07-28 16:32:39.219000','2020-07-28 16:32:39.219000',5,'Cynthia Gipson','https://lh5.googleusercontent.com/-LIyDqefuYnI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJ5OBCAGwsG0ZoVbKTD9ch1yARqA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38737),('AbFvOqlgk2344sMbIWAmiujlcwoidc_XkkdwjS7FrE5nt73WIR3ThVZd-lKuiRMzkfJ_t3Yn7zxwsA','I am from Alabama and while on a visit to the area for a wedding, I became very ill. This is the best care I have ever received outside of Jackson Hospital in Montgomery, Alabama. The entire staff was excellent in all areas in their field. Thank you all very much! Highly recommend','2020-01-02 16:53:57.542000','2020-01-02 16:53:57.542000',5,'Kenneth Horne','https://lh4.googleusercontent.com/-fBwf2LrUtzk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmOXw25d-ovZu2R5SGyfh92SbyxZg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42522),('AbFvOqlgKgRyQTLiwP_bXjHE1B3-kMeeVGlnNtPxZwNZKBCSU2L7jMGlm6-YdPLYq-cWOAEBE4wv',NULL,'2019-06-05 14:22:25.064000','2019-06-05 14:22:25.064000',5,'Heather Frost','https://lh3.googleusercontent.com/a-/AOh14GiCvUxgH_SRtUgTtUYMWf0zqNFiySqJ-o6ut1Lz=c0x00000000-cc-rp','8626688543755174284',42057),('AbFvOqlGKgxclYMm1BEoSqg7CnvKciCy8UBqvXGRN47xODH6gQ3yYhTuAcAB4Jjx6kEYQgnaRbDysg','To Dr Pham, Heather, Tricia, and Jesus, thank you. Great staff','2019-07-26 12:00:28.020000','2019-07-26 12:00:28.020000',5,'justin lay','https://lh6.googleusercontent.com/-TzWqN3PZWRg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckA5sAJqAyYhfPZJoVm9iTT2pnG8Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlgL6e_fx1mjP9PyeKjm54I7eWUdK23CmsBozDBPD1hGWypR7hAUdVZB3yt0DqLvSnC5Ao9Mw','Very good work','2019-04-12 14:41:46.967000','2019-04-12 14:41:46.967000',5,'Javier Penaloza','https://lh5.googleusercontent.com/-6hK1LOPCR9g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm2Dp74Y45WLSEH0s8I3qRKHJB8Zw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlglpCSAJATZ72SWbTgJnlZRp1jnoxEuyoCYAiEAuRaneKqlsil7TeLL92x3lOgJvkDke1DFw','I want to thank everybody here from Brenda for fast past back to Tech for being patient with me Shay for being wonderful and caring! Mostly Dr.Dang for curing and healing me when my face feel like it was about to explode l! I recommend this fast clinic to the whole Houston thanks for everything!!!','2019-04-05 02:25:06.723000','2019-04-05 02:25:06.723000',5,'Taniqua Williams','https://lh6.googleusercontent.com/-ujIo4lOwnrY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1wV5UJd6o-3Wl-ZL8BIgkp6CfqA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29115),('AbFvOqlgLYTjjdno1tBZ5WHiSwpkJezEu8VU8qBOGzzD8HNCGqS0D4mNGHymaO-q8D9skLWJXSuk_Q','Excellent facility! Very compassionate and attentive. Dr. O’Malley is absolutely the best doctor in Houston. Nurse Jani, and Nancy provided excellent treatment, they were thorough and very professional. The front desk lady Jocelyn was very helpful and hospitable. They all went above and beyond to make sure I was treated and made me feel very comfortable. I was seen immediately. This is an excellent facility to go to for an emergency issue. I hope I don\'t have another emergency, but if I do I\'ll be visiting and recommending Signature Care to all my friends and family.','2019-07-25 15:09:59.474000','2019-07-25 15:09:59.474000',5,'Alex Fawaz','https://lh5.googleusercontent.com/-4FkSkudwL3A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclql0WT1hXNkJrVJhEkNczNl5J3Dw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlGM0Pj9nZxjamBbFogP6CE9zvtfv9U2UcIbKTtfHww6N3Pw_fwsF9O1smwi4MhkqUPs3NQBQ','They took great care of my husband and made sure he was completely comfortable.','2019-04-22 18:53:52.373000','2019-04-22 18:53:52.373000',5,'Mae Mae','https://lh4.googleusercontent.com/-MiOJ20oRvHE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmdewn72NJCt94-3XdoA4yZvGuMLA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38207),('AbFvOqlGMCnxul5PzKhJKn3EZ1jfeHrFu52AF1gwECQFk6gSXptk3rhnujUMRkpIn7pDMUUnhD1H','We went and got tested today and we had the most wonderful nurse her name was Magaly! I highly recommend her!','2020-08-01 15:45:54.225000','2020-08-01 15:45:54.225000',5,'Analiyah Fox','https://lh4.googleusercontent.com/-PeeB1ZBJGUs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm4gB6n-apbzzGkUs05JifN_QubGg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41328),('AbFvOqlgmHxapmYJyMi9PyusHVqJP4vuOpvZ78CYzTxTU-ha22K0am4_x6ni44SD0_h7nPJkZZFBEw',NULL,'2020-11-13 21:12:15.424000','2020-11-13 21:12:15.424000',5,'Debra Vital','https://lh3.googleusercontent.com/a-/AOh14GjqTDzg5pvFMOoqHsPxWUL9Ejo-0R4ebo-QcnpnUQ=c0x00000000-cc-rp','17394740196501090048',36513),('AbFvOqlGmlI6GzYvZkb31j6pjj8Qiry2kwZWCFnZ1tF-WNs5BNeYzlyVZFnydAye-Vb0RKUU2kByMA','This group of doctors and nurses are the best . please try to receive your care here if needed.','2019-10-26 12:54:48.331000','2019-10-26 12:54:48.331000',5,'Angelo Covalt','https://lh4.googleusercontent.com/-rxVPiay5dec/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnjnG3Ncv37mtOF8D76Nue5FNgvzA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42629),('AbFvOqlgmmXRCtIXx9HNRpi0vo_3ds5D7tcOwWXZktA0PkZXUle6VVwhaIAXelUoeP2aUBcbzvPg_A','Good fast service','2016-12-28 15:43:22.414000','2016-12-28 15:43:22.414000',5,'hill m','https://lh3.googleusercontent.com/a-/AOh14GgEP3pDAwkkq1X6_ZWplILB-PYGiEYOnFHJarts=c0x00000000-cc-rp','14567670160750071148',31141),('AbFvOqlGMtfEy6rYaFgHEJxheiUN3hHEBtTm2Pb7Fw3nH8fxCS-7Quv7trkyGeHtea9gb3hdIsfQ',NULL,'2020-05-28 02:24:35.179000','2020-05-28 02:24:35.179000',5,'Jeff Deese','https://lh3.googleusercontent.com/-O1rzciDA-yY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclV-7rbNUclpFeZzt0_Rk4JE9QH7g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34297),('AbFvOqlGnexCALRsqJLmF9VyK-f4mdjww6-nH65rATP5ylS9Pjux6sqekzDwNVZfNVgM2ZtVvUUQqg','It was great! The good crew they were to me in time of need were Keo and Karen. I was ill and I felt well when I left. They have great, friendly personalities that can welcome anyone to the ER! Thanks a lot! I will be back if in need again.','2018-11-19 22:40:17.711000','2018-11-19 22:40:17.711000',5,'mildred scott','https://lh6.googleusercontent.com/-l6toO7jSkyk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclfALOPpcVRlL3f2yM3eJC05huoTg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',40000),('AbFvOqlGnJGGqN_IoYttfwFS4OSz9ciTIGnn-ZjMhBUTzSg-KqHMDYKSF_ETRpceTDMC3G3DHMK2pA','Signature care was more than great, I was under there care for a full 24 hours. Remington, Kendra and Kristen were beyond helpful.','2020-05-31 18:57:58.905000','2020-05-31 18:57:58.905000',5,'CHRIS D','https://lh5.googleusercontent.com/-UbuCLRHamSM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6CW5qq_LjHxHyzvRUexkaXLH-vg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34295),('AbFvOqlGODMes95QrTAcZM19HAtvFD6KgDyKSNzuaSTB3TqbmI0-pf4qLhfdBZnyMROt9gD3zNEaKw','We’ve had never been to Signature Care emergency center before but I have seen it many times while driving past it. I can say that coming at 11 o’clock at night to take my mom to see what may be done with this little bump on my mom’s eye and didn’t know what true care she should do for it. The information given by the doctor has been very helpful and he has told us that nothing really needed to be done. Just to be cleaned with baby shampoo and given antibiotics. My mom is going to be doing fine. She has always had made sure that us five kids go to the hospital but she has always had a wishes for her heading to the hospital herself. Glad I had made her go. She is very much more happy... but she has to head to the hospital for help with whatever as she has made us five kids do always. Thanks for treating my mom.','2020-09-30 04:58:17.375000','2020-09-30 04:58:17.375000',5,'BJ C.','https://lh3.googleusercontent.com/a-/AOh14GiZIWZe9uQmjM8_WV1TNp0nK0bYXXHy7I9fV1fQmBA=c0x00000000-cc-rp','2694018788013845459',38949),('AbFvOqlgOFvwH-LNU9GVqoW-ekx_-gWWGj3rXkYjbkZW-ZXgCO1h8_8l6XviNl9zbdxR6wmtgdsWCg',NULL,'2017-10-13 10:16:17.481000','2017-10-13 10:16:17.481000',5,'Janie Swolley','https://lh3.googleusercontent.com/a-/AOh14GgvJ-8CssM5m61g1moXkLjr2kMws3ip9tCyGdBm=c0x00000000-cc-rp','8918455867446117794',43470),('AbFvOqlgOjGqEgOS-v6lL3qRmr4ESlf7hnU_YWF7yz3gtVI3RGGVeK_DqhWkkBH546u0UeAWhDR7ig','ER tech Scott is so amazing!!! I suffer from anxiety and he was so patient and walked me through the whole process when putting in my IV & taking blood. Dr.Zheng, nurse Kristina and Laura are all very welcoming and nice as well!','2019-07-19 20:26:19.914000','2019-07-19 20:26:19.914000',5,'Jacqueline A','https://lh3.googleusercontent.com/a-/AOh14GgRgzY4Vi6YLJjlzllP57WyddM-R5mwgKEChU4SOA=c0x00000000-cc-rp','12541597562633926366',29080),('AbFvOqlGolE7SAaOXH2dnc4IRHJh_JuGOht-drJluHYhREy_61kaBLHC1By7ynqFnj-s-VwVgk1I','So sweet!!','2018-02-23 22:07:13.081000','2018-02-23 22:07:13.081000',5,'Alex Campos','https://lh3.googleusercontent.com/a-/AOh14GjXIk0ix8UqiUf2kO54Mx6tluAq8qGpSeIL7p9C=c0x00000000-cc-rp','16891069708558046635',36429),('AbFvOqlgoTypW5B0uqp6ql6qLrzZX0P6T49OEJCfNY5D6yrpb_r3auAgWpagRfCNSqwbC_F-Tx_DRw',NULL,'2018-10-29 15:23:57.353000','2018-10-29 15:23:57.353000',5,'Raquel Moore','https://lh6.googleusercontent.com/-Wu4poQ-Bwo0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3HivXyfBDfHGyNAqae1deUMYTJw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36871),('AbFvOqlgOxWzKVs8tkeHtGBGdB5jaAgwgzwBypNKznOBAIh87-BU91tpN15CDl2SUQZRLjtmmDsUuw','service was wonderful. dr grinblatas is an amazing doctor as well as the nurses he works with. their customer service is a 10/10! Agnes is one of the nurses and was amazing! Thank you so much for the help. :)','2019-01-06 05:34:45.631000','2019-01-06 05:34:45.631000',5,'Caitlin V.','https://lh3.googleusercontent.com/a-/AOh14Gg1wRrnaoj3dLoGP8D8t2p1Ub73okmyRTrjBrK9fQ=c0x00000000-cc-rp','3511292162159714121',40753),('AbFvOqlgP8qsfEnNNphCGKL3jwa4We7_SZ9zENu8YoUytd6SSFhPc8GnmKuqEbGaEjKhFhph80r9iA','The Stafford location tested my daughter for COVID-19 in less than an hour and her results came back in 15-20 min. Thanks so much!','2020-07-09 18:49:25.371000','2020-07-09 18:49:25.371000',5,'Richmond Oilers Treasurer','https://lh5.googleusercontent.com/-R330WOez_6s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck5C1OQd2xrcJujFbgvBRyoHT-uUA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43005),('AbFvOqlgpEvC7RnKh5-Bo0kJT6sa8ubBbEMuBS51Y-_FKFKhgfnsTnOGyLZBD9jTEgq5AY76cGrCWw','Nurse Catherine/Jessica was so patient and sweet\nThe Tech Scott was just as nice\nWe checked in with Maya who was so sweet and very patient with me being a single mom to two, active boys. Dr. Zheng was attentive and made sure my pain wen away and I was properly cared for','2020-02-09 03:26:24.640000','2020-02-09 03:26:24.640000',5,'Sydney Vincent','https://lh3.googleusercontent.com/a-/AOh14GiMP-qT_4nJg3WYsyP4alhUtxpG0QTcCu0W86EJ=c0x00000000-cc-rp','12541597562633926366',28739),('AbFvOqlgphVv17BbOsUHfWcSaPMMj-aLbJtU2xAq0-DDxNgBi0Dojj88aesMqgbY6LeEr54FPV9TyQ','Leslie was very professional and made our day a whole lot better. Hamzah was also a great staff member!!!','2019-01-27 23:35:13.450000','2019-01-27 23:35:13.450000',5,'Catchem Landry','https://lh3.googleusercontent.com/a-/AOh14Gg-GeGM6iwpcc2LvF3BUQslBL6p8Fb7RRmYxTjqIw=c0x00000000-cc-rp','3511292162159714121',40684),('AbFvOqlGPPr8Hku9Wl-NzV1cojIuxrA7ZeQ4K_MnuLG6RPs6cZphpVr0f9Jr76maT88GFFkxqZ5BgQ','(Translated by Google) Excellent and very friendly service\n\n(Original)\nExelente y muy amable servicio','2020-07-04 14:42:25.945000','2020-07-04 14:42:25.945000',5,'Junior Montoya','https://lh3.googleusercontent.com/-koJQSoyaq6s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckbE63wfD3Boqj7Zsi6ZErZAdPssg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43017),('AbFvOqlgqDPZMvn2WtVCcR2EzAAWL2T_YKHNFJtljA4ApDtXnet0tIC51QTQvIGapGqwjEHU5SFsBA','Amazing team....they were fast... no wait time....and very friendly....','2019-10-31 14:20:23.972000','2019-10-31 14:20:23.972000',4,'Simra Zakaria','https://lh3.googleusercontent.com/a-/AOh14GhGpzZkby22J3EX-Rk_ChE0wuE8rvwy0Q6zg3qm=c0x00000000-cc-rp','16389487648212004696',33805),('AbFvOqlGQU2Wd3XJSd2GBsM_TqOeP_ZXOjAE5hzbgIal1I5NaBkaYO70ZmBG7PZ19S5GegHGyT867w','Amazing kind & friendly staff & doctor! Truly, there can not be enough good things to say about my experience at Signature Care. I am SO glad I decided against going to the hospital ER! Not only is the place clean & efficient, the staff are true professionals. The whole process was incredibly efficient too! Shout out to Dr. Souman- You are a GEM! Thank you Leslie (front desk- registration)- you made the whole process surprisingly painless for such a painful situation.','2019-06-15 20:56:03.844000','2019-06-15 20:56:03.844000',5,'Liberty Rivera','https://lh6.googleusercontent.com/-xDFUkEWOfcs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMQsVHlNuFtzZzAWwaQ9d_USfpEQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40545),('AbFvOqlGr3s5gzJlrDvP8fETJsWRwetleeRXnjcMRBprl9P-RgaoJxC5OcbrLg8rV_KHzwbbXwQ4Sg','Quick friendly amazing service... will refer and return😃','2019-09-20 19:56:27.933000','2019-09-20 19:56:27.933000',5,'Monica Sheree Garrison','https://lh3.googleusercontent.com/a-/AOh14GgDLed02Ev3iHPSg6Cln2yjywcvIdraVby9C6G6Pg=c0x00000000-cc-rp','3272657195432704501',39796),('AbFvOqlGrB0T7-vPw1ZSliT3ohiM4j3HrI8HAD-N_fqdZwrrIyBvoxrtQymVBt9J0t1Ue_uC0TEn','I was seen on Saturday evening and I couldn’t ask for a better place to go . The entire staff was caring and helpful . Monica , was amazing ! She was very professional while never losing the human touch . This will definitely continue being our place to go for all emergencies .','2018-09-11 02:49:05.024000','2018-09-11 02:49:05.024000',5,'Cinthia Gonzalez','https://lh3.googleusercontent.com/a-/AOh14GhaLtHBySY4PesZ6Dg6rnn87IkbSxH76Cq4arXxvg=c0x00000000-cc-rp','17394740196501090048',36902),('AbFvOqlGRrqmQQE19v2qx7VGqHiM7PuOnzdMbqKtp2UNJepH9kLmGERtFFss8BxH7Nl0vAcaBhkfeg','Very pleased with my visit at ERcare24. Very professional and curtious not to mention that the facility there is very big and comforting. Thanks to the great staff. Dr. Patel, Alvean A -Nurse, Brian C. - Radiology, Jocelyn A - Registration','2019-10-23 13:13:35.210000','2019-10-23 13:13:35.210000',5,'Joe Lopez','https://lh3.googleusercontent.com/a-/AOh14GhfF1sZ0V1mvxv1qnQguxf0gmUVmIIWetCR2LHvAQ=c0x00000000-cc-rp','16389487648212004696',33848),('AbFvOqlgrwOjYokG7n0h6Kv6VRGZJ1svtO8b9KHhKDjh_MhGyHuzM40H-NWD7IJmgu0ExWsdHlKvaA','My friend had a 103 fever all day and wasn’t feeling great, signature care is open 24 hours and was very friendly and helpful. Naomi at the registration desk was friendly and accommodating.','2019-06-26 02:51:17.674000','2019-06-26 02:51:17.674000',5,'Amanda Armstrong','https://lh6.googleusercontent.com/-Mdum7CSsdlw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmYRP6-VYSdZxBWKPEizIkfe72FLg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34799),('AbFvOqlgrxGuBQQsOrazsQeR90wxzq-BBlRhdXMJeOugQv41jg6taLtDTyE4pCK1eHXj9WtKvUmkYA','Great service starting with Purvika at the reception desk. Then nurse Lindsay came with a great smile (could see it on her eyes despite the face mask) and finally Dr. Daniels was so great paying a short visit asking pertinent questions. This is a great team!!!','2020-10-01 01:13:11.095000','2020-10-01 01:13:11.095000',5,'Gustavo Contreras Lone','https://lh4.googleusercontent.com/-EvHp0V0Rn50/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmeCDEDMcCs4uEWyxZNmcUME5RtDQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42290),('AbFvOqlGrZS4liTUBnX2TZ_IdzFU51xtUkiyDPRoWpW7sXm9QE5vNGFr9h7XMrWvALdB29pfxgOEGA',NULL,'2016-10-14 01:23:43.707000','2016-10-14 01:23:43.707000',5,'kiara Washington','https://lh3.googleusercontent.com/a-/AOh14GhyQeflIfx1ywcAfSSKEy5sQ1C5DaNsLkAb_kxU0LQ=c0x00000000-cc-rp','17394740196501090048',37288),('AbFvOqlGs1-a_vcchbzCwBETzSovj__UD0Lox-HSemgGgREEjSNrUualhKWQgED_MEAy228vb380Wg','Top notch doctors and staff. From walking in to leaving we were very happy with anyone we came in contact with.\nParis is lucky to have neighbors ER. Best in town','2018-01-07 22:54:43.655000','2018-01-07 22:54:43.655000',5,'Kaitlin Outten','https://lh6.googleusercontent.com/-5a7cU08hqLQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnunJd8URnWtXF1nr4EmDGTfwylbw/c0x00000000-cc-rp-ba2/photo.jpg','8626688543755174284',42235),('AbFvOqlGsDrcEJGx1ZBNwUsrQRfDNUzUKkzUnMwcfFEdeVieCAPVFeyFk8lEA4oT0CtrtcIEtv0sDA','We visited SignatureCare ER late at night for my five year old son. Considering the situation, we had a great experience and I was so impressed by the care my son received. They were patient with my son and made him feel comfortable throughout the entire process. Every person we encountered from the front desk, to the nurse, the X-ray tech, to the Doctor were amazing. They were kind, professional and efficient. I give them five thumbs up and they are now at the top of my list for emergency care.','2019-06-11 22:13:01.744000','2019-06-11 22:13:01.744000',5,'paige moore','https://lh4.googleusercontent.com/-D4fTewW4rDU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2cLHPa_VxGkUYbYIxvCMrcPPM9w/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36181),('AbFvOqlGsedwIqsB-lKvpghK0GwzktSYKHsEEuQLdQKG9Dk0R1nRfUDvlBbq4lA9qLi-KR-y6DykCg','I love SignatureCare, this is the only emergency room I will go to. I went previously and loved it so as soon as I start feeling under the weather I didn’t look at any other ER except for this one. Natalie at the front desk was exceptional and friendly. The wait time was none existent! Joseph and Diem were friendly and helpful and Dr. Pham was very knowledgeable. He clearly explained the entire process. They took great care of me and I’m never going anywhere else!','2018-12-11 17:19:06.589000','2018-12-11 17:19:06.589000',5,'Kay Danielle','https://lh3.googleusercontent.com/a-/AOh14GhtT2hegg7uS_5y_3APlBFjyFx98w2uwsS7gzDPrco=c0x00000000-cc-rp','14567670160750071148',30668),('AbFvOqlGSKbWUj9FanC62ed3X2DZbUfqbMIqJ8Zm4f9h4DnTjpKOxGNxeGlVYbhjEW29nywW1jGJ','Great experience... awesome staff ...quick service... excellent care','2019-02-06 02:55:25.078000','2019-02-06 02:55:25.078000',5,'Alicia Phillips','https://lh3.googleusercontent.com/a-/AOh14GjGSprTFvs8nEVIxEri_NcIEbKN4KtOIdxcJbTYDA=c0x00000000-cc-rp','12541597562633926366',29148),('AbFvOqlgslxP3jNQrYSm2a1zGCYbHE9gftgALcfs1QA9q4OLgQG4DTg95gPU1OL1VEiw3zhdgS6Kbg','The staff was extremely nice. I was experiencing some type of pain but the staff found a way to help me relieve my pain.','2017-07-09 16:09:09.500000','2017-07-09 16:09:09.500000',5,'Brylle Siy','https://lh3.googleusercontent.com/-VDFgk05p7_c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnYFQfZx7kgVVR9Q_yCs_Fdx05dKg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37120),('AbFvOqlgsMNZRlnvpEX9VmgqEeOFHIDRpEeixWMZD_1An8XsxDefFQ-cfCQCRR48K0gfNo90JiSTiw',NULL,'2019-01-17 19:22:56.820000','2019-01-17 19:22:56.820000',5,'J Yvonne Smith','https://lh3.googleusercontent.com/a-/AOh14GjBGTiWqtR_eaWYoPLjoVCzsGGnlPsLOQgAt0Gwww=c0x00000000-cc-rp','6521947413723274945',41782),('AbFvOqlgso9XS65oLW2E_6ZafYS4KbnKXdwUXX8Yrah-ZAesKf6k-BmHJ7qCXh1xesvYxhLg0IwKGQ','They were amazing! .Earl & chelsey Were so nice & friendly, I highly recommend this clinic -it is convenient, efficient, clean & well run\nExcellent plus Dr. Goodwin was quick with our Covid results & Gave is tips many thanks','2020-07-01 15:31:45.795000','2020-07-01 15:31:45.795000',5,'ELLEN Ault','https://lh6.googleusercontent.com/-ik3nJisIQCQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxES4SpEtZr09vpHoKUMRkjxms-w/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35861),('AbFvOqlgSReeKUyzo-YbXJHDq86OofBiK3Dh7nGSMSoJn0sU-dCtIzkcyuoUkj3h6s7nuBuK9OLMbQ','Great customer service. Highly recommended. Dyveliz, Jacob, and JR were all very helpful.','2017-08-29 20:45:23.331000','2017-08-29 20:45:23.331000',5,'George Toledo','https://lh3.googleusercontent.com/a-/AOh14GhFP8LKP-PYHTVQkbImsRukT-mLV5INXtlXunBaJQ=c0x00000000-cc-rp','16590124370714063921',35391),('AbFvOqlgsYjknM-ArOGw7Oj-7wYEZCeW5TDgK0DfKAy21ecPCWvcZwMSi1Aq5QwMARWHHwswbAgSSQ','The staff if fast and friendly at all levels. From the front desk, to the nurse, technicians and the doctor as well. Had an auto accident and was in pain. This crew took care of me on Thanksgiving day. I\'m thankful for them working on a holiday and doing so while providing second to none hospitality.','2020-11-26 22:16:45.269000','2020-11-26 22:16:45.269000',5,'John Gil','https://lh3.googleusercontent.com/a-/AOh14Giq5uDduoXzfzL-sAO4Dw5Ne_AAjt1fj_kzUMNq=c0x00000000-cc-rp','14567670160750071148',30004),('AbFvOqlGsZ4T0ZjJl5mNVS2gFGYr5LAgwOKqwj87hEBW-X78_IoUMh1jGm9oPGtQgMYOq72a0e28','Becky, Anthony, and JR. were all lots of help, knowledgeable and took very good care of me while in the ER.','2019-06-19 15:38:40.191000','2019-06-19 15:38:40.191000',5,'Ben Knaus','https://lh5.googleusercontent.com/-XwZ41pEMB8Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn0p1fo-87VjE045n8L2Aw0RTVNww/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34809),('AbFvOqlgt_nMjSRPHPTyvjNrhhN3SB95O-aKdCq_3ZbVFithouo3ZgpzQlX7B9Ip7RykpgdEIVyFXA',NULL,'2020-09-22 16:57:09.798000','2020-09-22 16:57:09.798000',4,'Frankie Lumbreras','https://lh3.googleusercontent.com/-2FROm8_6Iu8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucle3IMt_wtqY4Aw0TeuEco1lBXxwQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31627),('AbFvOqlGTJ8P7znm9BD9MyBcMF5--pNMHRxLLYTTGCV1qfGIPwdlgWM0r6iaq3yqYc2FVFMnAhXJGA',NULL,'2019-11-15 04:41:47.462000','2019-11-15 04:41:47.462000',5,'Juan Garcia','https://lh3.googleusercontent.com/-o_BMpB6c7J8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclED8ehAml8NTxD6w8otNis063gQA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29581),('AbFvOqlGTxiJlygfTWqhbKqUC0D8uZDUVT3Ag0oiv5ROKv3iIKuX0rQpjDueWC6mrrTQHrscxL1yBw','Cody did a great job with the Covid test, fast and careful.','2020-08-21 20:16:07.785000','2020-08-21 20:16:07.785000',5,'Ellie Ailemar','https://lh6.googleusercontent.com/-rvLhIgPBcF8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnrnqzb2zt3VJUIlpJDX26O2eRsLQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42927),('AbFvOqlGU8DrGH5m3IQBS_kgCGwWBJ0Wtcv2C9NF0HM34oxdsOkKvfSLVmkiuUJgMo-vsYwm2tLC',NULL,'2020-10-28 01:18:28.629000','2020-10-28 01:18:28.629000',4,'Steven Tolson','https://lh5.googleusercontent.com/-8CX09Qf_IWg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclW4TZ77B1e-AKFucZbwgMP10aQ8Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33054),('AbFvOqlGuc3nOBrp1bY8rAc-jscqDE9FePnuPlH89c_ve0FFLOsEOIAESsZSrmNSAmZPwVdotMCa2g','Ashley was great help super welcoming and helpful!','2019-07-08 21:23:11.988000','2019-07-08 21:23:11.988000',5,'Braylon Herman','https://lh5.googleusercontent.com/-A2jcVEMn4JM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnND9MLKSqU0yYzEgtdMSbK-cz_FQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38097),('AbFvOqlguG1KyMdOtiZ28mgfBI1hNUyWn6INLgmACpeUtUKWrkheGE6HmiODX0h1MtC4l6a3RA1WYQ',NULL,'2019-11-28 20:57:10.523000','2019-11-28 20:57:10.523000',5,'joe bloe','https://lh4.googleusercontent.com/-Ft9waIn7uw4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckAW0VbJElBW2_JL5R9mJzIJcEdiQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36065),('AbFvOqlgUhO7FGfKMlfkuTh1IhZSNT_rVUGuyvt7txezwtlVlzFgU3iQF3j7d7UBaF1ddWtFu95Y','I had several cat bites on my arm and legs. Went in and right away I got service. Although at the time I thought I had only received bites on my arm, it later turned out my leg was also bitten and even though they had prescribed strong antibiotics, the bite was getting infected. I went in again, this time they had me in observation. I stayed at the montrose location and everyone was really kind and they gave us snack and drinks. My leg got better, would definitely recommend them.','2016-07-12 00:08:18.154000','2016-07-12 00:08:18.154000',5,'Kaethleen Siguenza','https://lh6.googleusercontent.com/-pQijmSgVu6M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnhhcLgyPgNIekBD5P9sGVivnG2uQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31220),('AbFvOqlGusSqMl8dB7I8Ry4PP0oSFkGn7pOmO3k4SBFtxmK4O5pEl8bfy0ZCobqa35wZ8xy0xPP-','During your Visit you were taken care of by:\nDR. ASHBROOKS, MD, DARRIN\nNurse: Mollie M W\nRadiology Tech: Helen M D\nFront Desk: Sergio G G','2019-07-28 00:41:51.104000','2019-07-28 00:41:51.104000',5,'Roro Butler','https://lh4.googleusercontent.com/-fzpQq-Z2vLI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmT8ec0KtLRXQ4VPhbaEzccOXWaXg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39832),('AbFvOqlgUUma7ZVq62NqAMr-e-e1oPKupTBnUOkoQ_gEcyWjlG1xXPh9RGq6dacoUz5riqFnFpW-aQ','Everyone was great and friendly. Leslie and Dr. Sylvester and the emt Norma all were super quick with helping me and made me feel comfortable.','2018-12-29 17:43:54.349000','2018-12-29 17:43:54.349000',5,'Rachel Cohen','https://lh3.googleusercontent.com/-7dmcUIbpGM4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnqGdQUsBHIPxbEFk4q2alEM3DLLA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40773),('AbFvOqlguZ-8PBZjmOhbVttXo6Zk5BtQcy3agciP2RbsOiTulJCIFsd1UZsbvHYuGTP-pkZqFtU7Sw','Was very quick and pleasant service from registration lady Naomi! Took us no time to get help! Highly recommend','2019-06-26 02:51:14.051000','2019-06-26 02:51:14.051000',5,'Anna Belousova','https://lh5.googleusercontent.com/-7tnagxMQl40/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckITB1VkY89CWMLL-QIE7cHABIEpA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34800),('AbFvOqlGv7l2ydxdCMYTGJAnyPniANG8vWpRNr3XUseoAHxeQ_akMXYyYVQqN6pzhPvz638OJg6AGQ','Dr. Harjai was efficient and thorough and listened to everything going on. I appreciated his care and attention. Very clean and welcoming. Rayven at front desk had us checked in in no time. Natalie and Remington were quick, efficient, and comforting. Thanks!','2019-06-16 23:22:11.801000','2019-06-16 23:22:11.801000',5,'A Robinson','https://lh3.googleusercontent.com/a-/AOh14GiCJrwRhdjclnS08zKXUV0gMSlgn9BnDNXerG1BdA=c0x00000000-cc-rp-ba4','16590124370714063921',34813),('AbFvOqlGvkDJscNpcDM5RQTCAbi0faGFVEN17ubxXWa_Z1QCYqRfsFEuvxpCX3-2X6KLsatuBTW1','Staff was very warm making it comfortable for what I was visiting for. The front desk rep Alysia made sure to look out for my son while I was being cared for. Thank you!','2020-11-27 19:10:46.406000','2020-11-27 19:10:46.406000',5,'Cna Allen','https://lh3.googleusercontent.com/-F4NxUwEdRPA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6qqDqnYFcwxQ6A2KcXBNUnOopZg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28437),('AbFvOqlgW76Rg6uOec-O7ilt_54GPrIAAqrjKgkmtG5YELH4NDb9wRnLtG-fGpWRqb1nEEpz1jQkJA','Came in at 5am barely able to stand with a kidney stone. Dr Thomas, and the nurses Laura’s and Gina were great! Excellent care through a bad experience.','2019-01-03 14:30:11.297000','2019-01-03 14:30:11.297000',5,'Garrett Clark','https://lh6.googleusercontent.com/-Sr3aJ38PFdQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnO-9uJ_mIOS8yBwMJ0Qpc71p1t8g/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40769),('AbFvOqlGwbUcsI7aRcBsrG5oAwJ_IjTIzlpeHQQ34U3uhHrSrKlGddwLCEpgmRb2MP_5rciJZe5ftg','They were very attentive to my needs. I got assistance within 5 mins of arriving. They made me relax and feel comfortable! Great facility!','2020-02-12 14:26:56.397000','2020-02-12 14:26:56.397000',5,'Damaria Daniels','https://lh4.googleusercontent.com/-v1bsu2CMBwA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnt1UXYCHaziZF_cY4H9b1EnYdzJg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33376),('AbFvOqlGwDncyHFp2R3t9ugzmRNzkUT1E92GyrWTpr2FaSEw-tFv1rJxXyqz3uS-8MHtExuHoKhtTA','Dr Miller, Amy and nurse Brandon took great care of me during my visit. They were prompt, thorough and attentive. I was offered a warm blanket and frequently checked on. The location could not be more convenient! I will definitely come here for future emergencies and recommend it to friends and family.','2019-08-24 02:11:32.510000','2019-08-24 02:11:32.510000',5,'Ella Traylor','https://lh3.googleusercontent.com/a-/AOh14GisbxVJSN1pI8mEibopiaF8s9ctsh4Dyz6eL2c=c0x00000000-cc-rp','14567670160750071148',30472),('AbFvOqlgWnc8zrNeJxvmQ_G-mLJCQjFny9VPxl-G8bWmHe5e1Ony1pt63TmoF2ePS97fvz89kw7pOA',NULL,'2019-07-17 01:22:28.454000','2019-07-17 01:22:28.454000',4,'Raullo Ledezma','https://lh5.googleusercontent.com/-BFJqtMU_LbM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnbgjCrfhwHbSQEl0D5-I_27moBLQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41654),('AbFvOqlGWyFE3CU1-RIH2uzZ9uw1647LCF58O-RwsXS16gXyrplE3q3Njd83tIlWit5fhdsWZKFKOw','Everyone was friendly and kind: Dr Jones, Nurse John, Medic Dorie, Angela and JJ at Registration . In and out quickly.','2020-09-15 17:18:47.169000','2020-09-15 17:18:47.169000',5,'Saved by Grace','https://lh3.googleusercontent.com/a-/AOh14GgYEn_5UHa-qr4_Bn3GSvEWbMT9ib2dB2zxxmav=c0x00000000-cc-rp','2694018788013845459',38993),('AbFvOqlgx8TLFuqZcZ2KVxVu2JVDgNVuPQQAe_Wr6RVFFkMQPqp5dh2dLGRYnplT6G1dtkZh79kg','THE DOCTORS & NURSES ARE VERY NICE AN FRIENDLY!! DR.O’MALLEY , PATRICIA C, ALVEAN A THERE AN AWESOME TEAM ! ITS VERY CLEAN THEY MAKE YOU FEEL VERY WELCOME AND COMFORTABLE ! THEY GET YOU IN AN OUT FAST ! I DEFINITELY RECOMMEND THIS EMERGENCY CENTER THERE THE BEST IN HOUSTON!!','2019-12-26 22:07:34.078000','2019-12-26 22:07:34.078000',5,'latrice dickey','https://lh6.googleusercontent.com/-KZKntzxL_v4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmFlqT3wTiU7CrgiOimNwsooIO17A/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33569),('AbFvOqlGY36D_jcinuIl8JfbEPny8xYi6a2UDglRt0wsfDFp9isWqoIYih9x3Fav9xgAQOK7FB5LsA','This is her fantastic daughter and my experience was amazing. Kristina and John were so kind to me and gave me snacks. I liked that Doctor Garcia sat down to talk to me','2019-02-22 23:06:44.836000','2019-02-22 23:06:44.836000',5,'Jen Bower','https://lh3.googleusercontent.com/a-/AOh14GgQQOxTmbD1NfU_pDRDyfdxmJB019n9654Yi2ymwg=c0x00000000-cc-rp','12541597562633926366',29139),('AbFvOqlGyBVyiD1asLxAITy2N5qxekkVZAyuYNRDvdMXo3Ttqjm5Yqp_DJncqT44KO-ZmzBjgH7WTQ',NULL,'2019-05-13 01:32:06.422000','2019-05-13 01:32:06.422000',5,'Evelyn Mendoza','https://lh6.googleusercontent.com/-NyX52lf2TZ4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcjS0AnmNnN21IW0ouzphVn4QaLA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29848),('AbFvOqlGyfkERiidjgGOao9dEWkAY2DfFiztQiZVoC64FIkyNM1xkv4ftuqBjZWlrJbFLCEDaCh5fA','Great staff and quick service','2020-10-08 00:46:20.419000','2020-10-08 00:46:20.419000',5,'ruthy raske','https://lh6.googleusercontent.com/-_1ud2RkWguA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclGIDV2uEgqRvfVzxImNaT1_Lv4rg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32245),('AbFvOqlGYVCHi221zWLq1YzqX6U7xvW9BAEJkRgNDnMr93eh6cGiilzzH2x114T81cSZxALgzzndWg',NULL,'2017-09-25 20:30:03.817000','2017-09-25 20:30:03.817000',5,'Jessica Ascencio','https://lh3.googleusercontent.com/a-/AOh14Gimd43GR0MNx0t_DJM5W-tjNbrQAyuxYxhIjPKpXQ=c0x00000000-cc-rp-ba3','17394740196501090048',37064),('AbFvOqlGyyCqeTiz5pDcVn3UryvDbSgI89ikst1B1cUL7PAJX7c1eRT1F9Bd8vQBzy6VZM20dXjDyA','The whole team was so nice and quick the front was nice and welcoming\nSarah , FATIMA,James Alexis\nVery great people thank you','2019-08-07 04:36:17.381000','2019-08-07 04:36:17.381000',5,'Network Resources','https://lh3.googleusercontent.com/a-/AOh14GjdTe0KVfToLphX2jKL7zF-MRXtJhzWZAWlD67M=c0x00000000-cc-rp','17898197009688164559',38045),('AbFvOqlGyytDCaz0lHdnvQfH-hDpA0JRmKThuTmPtsFbJMsLnQKHp-zAAe-D2PRYj7EuyUv8UOUI','The staff at Signature Care was excellent especially Dr. Leavitt. I went to another ER center earlier that night and they failed to address my life threatening wound. However, the decision to come to Signature likely saved my life. I\'m so thankful for your help. God bless!','2019-06-21 06:45:19.237000','2019-06-21 06:45:19.237000',5,'Brian Jackson','https://lh3.googleusercontent.com/a-/AOh14GhVuQ-41WvhuPUymVZFPZPPzAvUwpe3k1jwKww_oI4=c0x00000000-cc-rp','14567670160750071148',30510),('AbFvOqlGz0eE50zDdm4wWF1uZNRrcXlFWXFWAOAjkOffXSxzUYTrs7SOw4Fng6W1rlPDmyi7H1g3Zw','Good emergency center. Clean and Great Help from front desk. Thnks Alyssa , Dalia, Karen for fast service','2020-07-23 19:26:57.863000','2020-07-23 19:26:57.863000',5,'Raul Martinez','https://lh3.googleusercontent.com/a-/AOh14GjazIoHXro8EAPB0Mkkl_r3Hy9ILgUvZzxhF8fw5A=c0x00000000-cc-rp','8918455867446117794',42978),('AbFvOqlGzRCSYGwXNrDOsuZgbhZuxPZz6jYuQFyHAGMqgz08W0rlhIApFULIYGl-UTltuPisCF9L4A',NULL,'2019-02-15 17:47:26.618000','2019-02-15 17:47:26.618000',5,'Jose Montanez','https://lh4.googleusercontent.com/-32i_qJ0SMVk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl8iCj5DQBdio9_ThB02AHDPzn_Ew/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29904),('AbFvOqlgZtosdOZ0sKP7jF-xn1AXu4vVrQ3MRAfjLCVqySDBU2wmxpJoZI_f33bd1sHl3hwokYEO8A',NULL,'2019-02-05 14:37:55.816000','2019-02-05 14:37:55.816000',5,'Darren Lane','https://lh4.googleusercontent.com/-4RMH15m5gI8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnfIAsRwjyNQ4OfgzLIiEYsWcj4Zg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42163),('AbFvOqlH-1AoUWj3Tr9tlINe2vC2G9pi_KI-jgAVxZTsEGqYqfarr_-B31v_I1j-q2XWYDrKD18hfw','I highly recommend SignatureCare. My whole family has been there and during these scary times its nice to see a caring smile and welcoming staff. Wendy at the front desk it so great! She is so sweet. Georgia was so nice and made me so comfortable and not scared to get tested. If you don\'t like doctors offices because your uncomfortable I highly recommend SignatureCare Er. They made me relaxed and no stress! The rapid test doesn\'t hurt at all when you have great staff like Georgia and Wendy and everyone that is in the Frontline working hard to take care of everyone during these trying times. Remember who your heroes are people! All these hardworkers who probably work 7 days straight but you would never know it because they greet you with a welcoming and warm attitude .Kindness goes a long way so remember to be kind, patient, and thankful that there are people out there willing to risk themselves for the sake of others! Dustin and Jimmie were great and i struggle with anxiety and my heartrate was very high and they were dilligent in making sure i was safe.. I think we will all never forget 2020 and all the people whos lives where taken to soon from this awful pandemic. I know it humbled me and my family to cherish every moment. It made alot of us open our eyes to the heroes all around us. All the essential workers we sometimes took for granted finally being recognized for all there relentless hard work. So 2020 was good for something! But whos ready to put it behind us and bring 2021 in with positivity a humble heart and light!','2020-12-15 01:56:41.509000','2020-12-15 01:56:41.509000',5,'m herring','https://lh3.googleusercontent.com/a-/AOh14Ggq7PZCWW_9DkHJLIlUKBkYAZq9iviPo-7kqz5E_w=c0x00000000-cc-rp','14748677429039074158',31272),('AbFvOqlh-u6vIdwZR_6x-KtsMYwPdmBERXADf7BJeNCPnF7JtDxeO2Wef9whZEnkRwvfaGSC_rBJuQ','Great Staff, very friendly and welcoming.\nThe experience was quick and easy. I recommend this place to everyone','2021-01-25 17:41:40.969000','2021-01-25 17:41:40.969000',5,'Sam Zavary','https://lh4.googleusercontent.com/-bFgGThfcm6s/AAAAAAAAAAI/AAAAAAAAAaQ/AMZuucn5ihISDzVMUHlhVdnJ53q1o3PrEQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',44411),('AbFvOqlh0_QCotpgvK3GKJUUukHhp5kg_R16L0MmoFCCMLyz2Tmqo_na45Lx7JpZvbyrbSMdxpkI','What else can I say but wow! This place is amazing. Staff are all super friendly, knowledgeable and helpful.\nNo wait at all, walked in sat down and stood right back up again to be taken to a room.\nHighly recommend!','2018-10-03 01:51:24.099000','2018-10-03 01:51:24.099000',5,'Derek Mumford','https://lh3.googleusercontent.com/a-/AOh14GjQz5Ye--uqx7bK6PfubfxdsvdLyxolweb4UaKfuw=c0x00000000-cc-rp-ba4','14904078213800803294',32540),('AbFvOqlH0eWdQGvjx1GpszdGDU1ptRc340R3n_b0kq9N2aARqkvcXalYLtLhGRA0X9_ItsH3NoBcYg','Took my mom here for a visit and the care was excellent. John Bell is such an amazing nurse! The tech Brooke was amazing as well! The check in process was easy and fast. McKenna did a great job and got her back quickly.','2020-02-10 14:52:32.093000','2020-02-10 14:52:32.093000',5,'Fair Shae Guest','https://lh6.googleusercontent.com/-y1kyBpc5HDQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclh1ejSn1KIcfIELFxKUTlYSFmDIg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41945),('AbFvOqlH1ItZAXsdjQuFXLdb8QaWKWvFZpVMKqSma_eMlCU14bl951HqgO2cXttMdGyrgof_ZHWRAQ','I\'m very disappointed in the owners of this facility. I have worked for them for two years and worked my tail off for them. I was saving my personal/vacation time for surgery and they denied me my pay that I had already earned. Very Greedy!!!\nWatch you pennies!!!!!!','2016-06-08 00:38:35.012000','2016-06-08 00:38:35.012000',1,'melinda wade','https://lh3.googleusercontent.com/a-/AOh14GhX8nXr1UMkr_x9hqMc-XytrezdOtoYDpSAApuKtA=c0x00000000-cc-rp','17394740196501090048',NULL),('AbFvOqlh1JbeSJQXwkEp0LQiPU1y-8w5-Mj7TDzpfP6RAJEKG0goeknlR_vu-xwLRGZY9rmRT9ftiA','Yesterday i went and had an amazing experience. They took me in no less then 5 min. The staff were really nice talkitive. Funny. ..','2018-11-07 12:25:07.677000','2018-11-07 12:25:07.677000',5,'rhita rosales','https://lh3.googleusercontent.com/a-/AOh14GhEI3NGm8aKaVhhLe25A90u5PzIsVu7C3LCv3Rk=c0x00000000-cc-rp','14567670160750071148',30679),('AbFvOqlh1KH6PZJ2ZtwN-wFPXLj_qhjrm8Rox2QJsnY5XTHXsnrAKV6dJRyoMl_BRBB_0ZfnD_Wt',NULL,'2019-08-02 17:17:39.247000','2019-08-02 17:17:39.247000',5,'Nayra Sanchez','https://lh3.googleusercontent.com/a-/AOh14GhKhWTX8tE3jKeZZD01QtaxljrGBdQ8WI69LmFLfjQ=c0x00000000-cc-rp','13486358490203335051',29711),('AbFvOqlh2CDmBlLi3Otmz0QlMo61n1K-YApGvITkbO3PYjMDHWrDuwfYzx2t99JtvrZHJ3LCQ533','Good service and fast. Very nice nurse and receptionist. Doc was good as well.','2019-09-21 20:30:41.184000','2019-09-21 20:30:41.184000',5,'Ernesto Tijerina','https://lh5.googleusercontent.com/-tGTVu-e_jxA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckUKOO0QRM4WL4Nj1B7ZMp0PbLM6Q/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41597),('AbFvOqlH2EM3oG4BXtp5XhG9QifaTPg7s-PV7v4A4zss8bqETZdzLzEUxktaxhZU8Ropogn2-iaUJQ','Great experience and treatment care was prompt','2020-12-10 14:39:12.390000','2020-12-10 14:39:12.390000',5,'Helen Haile','https://lh3.googleusercontent.com/a-/AOh14GifBCuCV0VHgfS26hzKL4xYwErK1NC_47KKqlKc=c0x00000000-cc-rp','17394740196501090048',36498),('AbFvOqlH2mAAM7qrIhydLf04InDenQoA0GMKsaWt-2hWos7hUsd4HDknYXZDLJAzDHfaw2JpNiqS0Q','amy, sala, brian and Dr. Lim were great','2020-08-03 16:17:50.391000','2020-08-03 16:17:50.391000',5,'Nicole Robbins','https://lh6.googleusercontent.com/-J1c1yrTUZ1M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm_Lq8PzUX3RbCklNaRYXow5aV5Hg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40211),('AbFvOqlH45dL_qMAPRnItnlSk3hKk6ZgMxRBiox0tRBlXNLZTKxnWryXWjElu3uViyogaAU86LRNMg',NULL,'2020-11-29 07:01:20.485000','2020-11-29 07:01:20.485000',5,'keeley thomas','https://lh3.googleusercontent.com/a-/AOh14Gg_p8yMRJj6KN6anJ4Rpfwm7y21xFTlkFJEAo-BWQ=c0x00000000-cc-rp','3272657195432704501',39435),('AbFvOqlH5FuDiIWzC8fq2xrJ_VO5so9nSVWmAc2oFgcTaksuwQetRUcMjxPcCKM3VaFZKjXocucCZQ','The place is amazing and full with extraordinary staff that helps and keep you well comfort at all times I suggest if you in the area with a urgent emergency non 911 this is your ER you won’t be disappointed neither dissatisfy','2019-01-12 19:11:32.620000','2019-01-12 19:11:32.620000',5,'Gustavo Padilla','https://lh3.googleusercontent.com/a-/AOh14Gii97z5fU7aOIqfJXahPZ1qHK6XWzFb8pRfHj_MpA=c0x00000000-cc-rp','17394740196501090048',36843),('AbFvOqlh7bXBpgnwGdujuANHUaMjs-dE20dcNK3nymGMBYeXvSPuj4COtcaumucGuB7fHeZZac0orQ','Staff here were extremely friendly, professional and quick! They worked together efficiently as a team. I cant thank them enough for their hard work!','2020-11-23 13:57:58.792000','2020-11-23 13:57:58.792000',5,'Joel Fischetti','https://lh6.googleusercontent.com/-_HGE3wLVTBM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckhkRkGrf_bOWGCZgpUc7q1_Wjo-Q/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38422),('AbFvOqlh7PDMigxEeyDsrEBngT9zFCpSIvBR0uqZyq4f6Zn0lCZN-RTv36ReKqts7kQPq_gX_4ouKA','Wait wasn’t too bad, bring food and pee beforehand','2020-06-12 17:51:53.979000','2020-06-12 17:51:53.979000',5,'Lee Payne','https://lh3.googleusercontent.com/a-/AOh14Gg4ve4JH8HKUWCBdiPwB5SbjFrbGfriodZjmzf37g=c0x00000000-cc-rp-ba2','16891069708558046635',35877),('AbFvOqlH8atu5vcU3KD8j3G9h3ap8pb38ltkj9Eb1Z_F10uA9nreVwQG5rldRDYBboW-2b2b7c5S8w','Super fast, easy process. Everyone was really accommodating. Would recommend for future visits!','2020-10-30 14:54:43.483000','2020-10-30 14:54:43.483000',5,'RIna Dembow','https://lh5.googleusercontent.com/-eXvlNAX5JW4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn61wxt9b0z3dFvR6AYy-qD67wQbg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35659),('AbFvOqlH8AYGZMcEr1dqDcmZzoZhiZGLaGwybcdeZzgunBMfwDts11Ps8XpoRI2K0Glj2OtBKMEffQ','(Translated by Google) Excellent service with Patricia and Alvean, thanks for your attention šŸ‘\n\n(Original)\nExcelente servicio con Patricia y Alvean, gracias por sus atenciones šŸ‘','2020-01-27 00:23:35.816000','2020-01-27 00:23:35.816000',5,'Erika Janeth Mendioza CĆ”zares','https://lh3.googleusercontent.com/a-/AOh14Gg654GDPpQl91CEk0IuAlrY6HgUz5QiG7PQv_d4yA=c0x00000000-cc-rp','16389487648212004696',33443),('AbFvOqlH8Cb5Dx9wgMGQMZGq_wBjVHoHhWdBxDYNrQucrq4Xc4O8OuaVg9SEhkFciGAa4nlLhGW4Eg','Dr Estevez,,Alvean,,Tricia,,Jazmin,,,they treated me very well..','2019-07-25 23:18:42.203000','2019-07-25 23:18:42.203000',5,'Claudia Torres','https://lh3.googleusercontent.com/a-/AOh14Gi9kBPbnVFj2VmhcEYecG5zB-4lV5C35incKO5Flg=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqlH9i419cpUBjSHXvV3XyjH2nFhurC8mtWprehbS88PEw49NwUh6LBSQIZGhVYADhUdt55W3Q','everyone was wonderful. Very fast and friendly','2019-06-14 18:44:39.516000','2019-06-14 18:44:39.516000',5,'Baylee Covington','https://lh4.googleusercontent.com/-tDZVUXmfa1s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn3V1xAnJ1VlNO0_hwvpaCm1TJV4g/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42043),('AbFvOqlhax-OHYV-sV-_RZdgHttOAB-1V35SC96XN83eKtUH9_GuU2sNakuXqZJNOGsFHaG8o6ApFw','Great staff ! Super friendly, made me feel at home. Dr.Edwards and nurses Robert and Rachel were great and the RAD Tech Joy and Tech Elen were super nice . Great facility . Definitely recommend.','2018-09-24 23:58:03.099000','2018-09-24 23:58:03.099000',5,'Raven Dugas','https://lh5.googleusercontent.com/-lFPTyK45BM4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck6cIs2WolscRanEKv6cx9ULaX0gg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36888),('AbFvOqlhBd8UkLK549oHTBrND0xnP7XZ_8D4J-b2GxVgfosbxCYILNrgeXlB7DYdCVIsIoJh54-Aew','I needed a covid test and they provided amazing care. Nina, Cat, and Morgan were so kind and empathetic. The register monica was so helpful with my insurance information. Highly recommend this place.','2020-11-11 04:26:54.532000','2020-11-11 04:26:54.532000',5,'Carolyn Robert','https://lh3.googleusercontent.com/-jq3LpWDt8Ng/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclF0UGpvkWU2A_d1rTYQas57z2pCw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34072),('AbFvOqlhBGa2dzS8SP6KNJqMxdlxGQQMSELFdUI4KLe-F3iZgn6IKMnAWdC71IP31Vdbh4sxkHHwTA','This SignatureCare offers walk-in rapid covid tests! I went in at 6am to beat the crowd and it was a fairly quick process. The staff Lorena, Kimball, Jeri, and Torie were all very nice.','2020-10-24 12:30:11.397000','2020-10-24 12:30:11.397000',5,'Sophia Blaskovich','https://lh4.googleusercontent.com/-QCB6JKO1CIs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckuDfv99S5vbGGRgMfGQuiM-lajsg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34109),('AbFvOqlHbknnERLqoWvht9BbaxhSsQdEpxwEc9kuWfHYRyIha6qiayodfdVCwhx--vuVZD480Fy7MA','Front desk staff was very helpful. We didn\'t have a long wait and the nurse, doctors were extremely nice.','2018-12-10 04:57:18.875000','2018-12-10 04:57:18.875000',5,'Kenyatta James','https://lh6.googleusercontent.com/-5ZFZHjwJKR8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmH6YK7Bp0kGtc-dPuGTSZCTkmWng/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36313),('AbFvOqlHBxdzhxP2HqZTf5fbP_ugTz30ltaV3IKpjUXqlizb9CkYe-8YiNjHeNcO-MRcUJu2QAMOsg','Clean facility great team of people really focused on my wife\'s health.','2019-03-28 21:13:00.997000','2019-03-28 21:13:00.997000',5,'Alika Hairston','https://lh3.googleusercontent.com/a-/AOh14GhLwfE4YuiLwtvZISec6CXrNDjhXZ28XeOjhxka6DU=c0x00000000-cc-rp','2694018788013845459',39370),('AbFvOqlhBZOY-SVg0gADcdPoXsv2-F-Z-UkFfn0X3jwiVxS-zZDhm9B1C91gYwF-zyb5NVqURIX7','The doctors and nurses here are amazing!!! They have treated us like family, attending to our every need and have kept us informed!!! From the registration ladies at the front (Jennifer D and the other young lady that was here when we arrived) to the nurses (John, Ann, Courtney, Matt, Susie) and the doctors (Dr Dass is amazing and so is Dr Jorden)\n\nWould highly recommend signature care ER in Paris ā¤ļøā¤ļøā¤ļø','2020-02-19 17:48:56.186000','2020-02-19 17:48:56.186000',5,'Kathy Watson','https://lh3.googleusercontent.com/-K9opv4zWZBc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcB8srHqXc1J35xOp3RsTFv47gVQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41935),('AbFvOqlHc4R7e2oREYJT2lM38YPtyzU6TFFZT33mtOsTYGcvzq1rhqY9kF9SmgIWXqawMBCVuqZDrQ','No better ER than Signature Care on Cypress. From the front desk with Jesus to Dr. Smith who answered all my concerns. Thanks to Alvean, Olivia, and John to that took care of my baby.','2019-07-27 20:22:41.449000','2019-07-27 20:22:41.449000',5,'Shyla Williams','https://lh3.googleusercontent.com/a-/AOh14GgVrPWi_PXI6Or0MuhbNiyvkXPS3QqPr_LlBqZ9IA=c0x00000000-cc-rp-ba2','16389487648212004696',NULL),('AbFvOqlhCBb7LetCZnkzQ-MmoQeOxKt9cDQGgjqTpgljUFWl59Sf0p_qhfS2mD2JCykSaeGhx_YfrA','Did an amazing job and made me feel like i was at home.\nThank you!\nAndrew, Kim,Sita, Kristina, Carolyn.','2019-08-01 03:02:59.954000','2019-08-01 03:02:59.954000',5,'Hailey Cooper','https://lh4.googleusercontent.com/-nIEJ0KG0gn4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnh7C7NKuLrywq8kNHwFazxAQZwoQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29713),('AbFvOqlhcFbLvNtx748gpeTObfMtMDWWlspeb_-7WaPsp6HsfFV-hKX1wICOsbcZey8oxOujA6hp','Staff was very caring and attentive! Cynthia, Aaron, Carissa, Ryan and Dr Faig were all very knowledgeable and patient when answering any and all questions. Would definitely reccomend them to family and friends!','2018-08-29 17:30:29.154000','2018-08-29 17:30:29.154000',5,'Dololres Garza','https://lh5.googleusercontent.com/-AWiw4jdBIXY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnLQqi-XvPAhbh1WLJYa8f8-XjHvg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32549),('AbFvOqlhCJTQG2rMgitRtGGFlX6aKjeEI_9D2G58YZm7XfAXqMeSP43BhwMthmQ_pW8c5TZ0JJuDNg','Dr. Jones was very informative about what and why he was doing what he did. The rest of the staff was very caring.','2019-01-23 01:10:02.610000','2019-01-23 01:10:02.610000',4,'Kristy Perkins','https://lh3.googleusercontent.com/a-/AOh14GglQJHWQgqT49IfHBUIQT6WMxmZfYmAj6-jgcGT=c0x00000000-cc-rp','3272657195432704501',39948),('AbFvOqlhcp2vNVbj39UXqx13BHbpGpZDojYk5UuyNdM6VVMtYiLE9DzqeJrXsrK8yNWrUwo4_ReL','What a smooth experience. It was clean efficient, and everyone was friendly. I barely waited to be seen. Amy, Sam, and Juan were very helpful.','2020-07-27 14:20:32.039000','2020-07-27 14:20:32.039000',5,'Debbie Collins','https://lh4.googleusercontent.com/-s3JrIqPRZHc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnCP3352oad0YJsYj-w_OgZinEHWg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38748),('AbFvOqlHDGiq1gYdayS_gR23HIyDtD8gGJXl2ywaCKVSu4MOjSNAl3BUpBWpF9CQHLzRL3ef_eNZXQ','This place is amazing they helped me with everything i needed.','2019-06-14 02:56:05.763000','2019-06-14 02:56:05.763000',5,'Brandi Knight','https://lh3.googleusercontent.com/-_Y6BlH9bsm0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck02KG6AtLlJD0r_tWWKe-bhDDCgA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlHdnYZXZZttIbvJaCjuXy709myN6lYNiOaMfZEfvLFvIHMTXwz7pOlY6p-MNnx8cQEZS-n5A',NULL,'2019-07-03 21:27:05.248000','2019-07-03 21:27:05.248000',5,'Pelon Cortez','https://lh3.googleusercontent.com/a-/AOh14Giu3YeRrhK9atTfv8ErG0FMacB0r9c-p0xVHtCK=c0x00000000-cc-rp','17898197009688164559',38108),('AbFvOqlhdUlj5lisu6Y3EZHUZSk_cQvUgtupCig8NYP2mANVG3_q_UV-ZG3nJTBGCwtQUIHgUa6W5Q','I would personally like to thank Luke Commings, Kim , Eric and Dr Henderson. I had to go yesterday evening with severe neck pain. First, we were greeted with such friendliness and instruction. They were very thorough with my treatment and helped me to get relief from pain. I will recommend that everyone use Sinature Care for all your need. They catered to my every need or want. Thank you so much signature care! Pam Hamilton','2020-03-19 01:25:11.182000','2020-03-19 01:25:11.182000',5,'hwelovetofish','https://lh6.googleusercontent.com/-9Uvw1_RRbOI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckuFdGVL4C6nLJBpN2cYjMLHmPBeQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39561),('AbFvOqlHE6hHHyC2zkB33ghP9WNHJLzjag6ncaMIW4aueQ81WeRZ-lcn8PjhD2jgsTzamww37USu','Everyone was very compassionate & helpful. Dr Soumon, Gina, churiah, Lisa, and Joey. Y’all are the best!!! I hate that I’m sick but love the care and expertise you all provided. Thanks y’all :)','2019-01-04 04:00:16.159000','2019-01-04 04:00:16.159000',5,'Troy Hamilton','https://lh4.googleusercontent.com/-USWyCDR__K0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl9rW7qJLoP8ED3momNxkLiQiyGKA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42744),('AbFvOqlhe7rts8MdcBHLudm1AMxqv3OrBMitiCcT89_pnz_A9i4rmbiSX2EhTXIYViv8a7kZLHB0Jw','Dr.zheng, amy, Jerin, Mchole the best service I ever got.','2019-07-05 23:06:14.867000','2019-07-05 23:06:14.867000',5,'yzedric fosha','https://lh4.googleusercontent.com/-DDJppu8VXQM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclzEy4zi2plYBg4-DUM6Ts8Yn8Zrg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43226),('AbFvOqlHeBQuL7ghYJOeHqzTmlajGakfUxuU06TkkTGc3M3Y50WmmEATCKaw9iNo46aDzvMe1A7cEQ','Great staff and service!! Aaron was awesome! He took time to really make sure I was comfortable. He was really laid back and down to Earth. The staff’s reception was much needed as I was feeling very nervous about the reason I came to the ER, but they made me feel calm and relaxed. Many thanks!!!','2018-08-20 22:57:49.558000','2018-08-20 22:57:49.558000',5,'Kemi Nnaji','https://lh6.googleusercontent.com/-91KYyv00G7w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclFBUAgOKkpUxyZCJf0WK6NqgUfbg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32553),('AbFvOqlHegu7D7afC-bSIsT-wSsLabfxt9S9I3EKbgyXcaaVtzc9gHUjOLbsRqVN_PGMHo_N4o6I','We only had to wait about five minutes before being admitted. Very nice staff.','2020-10-29 18:22:55.835000','2020-10-29 18:22:55.835000',5,'Bonnie Weigel','https://lh3.googleusercontent.com/-zyyertta29M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxWAHX9HOV4ruvHELQrILaY1fmHw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30034),('AbFvOqlHEm_uYcg2Le3hA4OrW4GroX9_ZipzeImZqGvaZKSMi39hYOEYZt0y9MtHr9IEKUC5Un_rjQ','I arrived for a ankle injury and was met by Ashley at the front desk who was very kind in helping my mother and I. We were seen very quickly by nurse Maynard and doctor Anders. My injury was then x rayed. Overall, I was treated with kindness and was not too uncomfortable during my relatively short visit.','2019-02-06 19:09:46.915000','2019-02-06 19:09:46.915000',5,'vyvy','https://lh3.googleusercontent.com/a-/AOh14GgqLuJp98X73xDcdeU24cjph5uYyXmo-5GaTf-Rag=c0x00000000-cc-rp','17394740196501090048',36824),('AbFvOqlhf4PJDY4irtj4QVpeQThtakj74BOYD09_UGHwutFxY8ewHgLzbcOb6JvGKv0VB2ArbwBq7g','Nurse: Jacob\nDoc: edozie\nRegistration: Liz\nTech: Morgan\n\nThey took great care of my daughter!','2019-02-20 15:39:36.977000','2019-02-20 15:39:36.977000',5,'PATRICIA DUKE','https://lh3.googleusercontent.com/-f0egvc2J20A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckPinm4bdEYtkBkkrtPECncXIsnsg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34996),('AbFvOqlhfcJeXDAHOH73XqYZX9eEJGp3R2rSlBZDH2PS0y3AWdtZH-fb3XGs8UlI1RVeo-JXqTnA','I was taken care of SITA, CoreyB, and Dr. Alcantar. They were wonderful with us and our 2 year old son who had strep. Thanks to everyone!','2020-03-04 06:32:43.674000','2020-03-04 06:32:43.674000',5,'Tamara Estes','https://lh4.googleusercontent.com/-mFPMW9udj1w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckfQkUc9WcMpT4_85KYOUy-2zpmAg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29408),('AbFvOqlHFYyawXCEQajsNm1bszbDLK8AgkKXoPDKCSVSjaAyxXWyp0mJeVu7w3_2eU2gLhByI_Jl','Definitely one of the better ER experiences I’ve had. Almost no wait time, necessary pain meds were given almost right away, tests and results were very quick. We had Dr. Thomas, nurse Kristina, radiology tech Hanh, er tech John, and Veronica checked us in.\nGoing to the er is pretty scary but they made everything feel calm and got us out quickly.','2020-02-09 17:51:55.130000','2020-02-09 17:51:55.130000',5,'Clarissa Lara','https://lh3.googleusercontent.com/-SDOFnxsZyzg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckepOpl53W_0FUJ4-rwWGhn0REj0Q/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28738),('AbFvOqlhg4bTNyFwzDqmG0MpN6Gmz88L7xaMLihKbBc4GTg0c9nHK8qb0UiSqNx9ssWiKw0Q4eNIBw','Everyone there was professional, helpful, & caring. I was impressed with their standards of cleanliness, both in the facility & the staff\'s use of masks, hand washing, etc. The nurses & Dr. Yost were through with their evaluation & assessment.\nI was incredibly pleased with their service & have already recommended them to others.','2020-11-12 02:14:06.519000','2020-11-12 02:14:06.519000',5,'Laura Beth Martin','https://lh3.googleusercontent.com/a-/AOh14Gg4iYdKj5nzdTAm72oMBeaTxROVgnC7rEArRrNP=c0x00000000-cc-rp','3272657195432704501',39453),('AbFvOqlHG6feHWZYNcd6r4diWQHd2MF_x5DsWSWv78CCFOGui7ulZFQsCnGmDTET8Gq1qs2tHAvo7Q','Great place to go for an Emergency . The staff was great in helping my son Jesus after a accident he had . Doctor HEHMANN and the Nurse Ray was so helpful and comforting to my son. There patience and expertise on caring for my Son was amazing !\nThis will be my future emergency center I will go for now on. The customer service at this Place is the best so far I been too . I want to thank Ashely for helping us with registration process and the pricing options she provide ! It’s been two weeks And Jesus is doing so Well ! Thanks AgainšŸ¤—','2018-11-07 14:30:14.044000','2018-11-07 14:30:14.044000',5,'David Galvez','https://lh3.googleusercontent.com/a-/AOh14GhKTXcJHoFPJAN17Nwk8qSXnaDDWK30TpesPWA_Ew=c0x00000000-cc-rp-ba3','8918455867446117794',43342),('AbFvOqlhg9YHYerIMbKYuA0sBLH769SDjM-7QFxi7Wh7OulNS4d3eNIDkav553133_7faKYfENKb','I\'m extremely skeptical about hospitals and doctors.. after much insisting by my wife I decided to come here and finally get checked out. Wow, what an experience. There is no wait time, the receptionist was friendly. Ms. Lani the nurse assigned to me was very understanding and helpful. Made me feel cared for. Dr. Pattison was knowledgeable, she took her time with me, made me FEEL safe and comfortable. Even Bryan the nurse\'s assistant came and ask if I needed anything, gave me warm blankets and kept me informed of any updates. I still prefer not to see a doctor but if I ever need to again.. I will come here.','2019-01-09 04:47:55.110000','2019-01-09 04:47:55.110000',5,'Ronnie Edwards','https://lh3.googleusercontent.com/a-/AOh14GhddvXfP3-yBfQsIu_MrDYpuS6AFGg6sXwHLD3w2PA=c0x00000000-cc-rp','14567670160750071148',30644),('AbFvOqlhgMQfNKkuJPU9yjcA3zVYcKIo3KqfilRAm3lOUP_EBYYYGDD3HYfMjRXC4yG-n2XjWA0ltA','Caitlin and Heather provided great customer service. I’d highly recommend this facility to others.','2020-08-26 00:45:04.356000','2020-08-26 00:45:04.356000',5,'Paula Hanson','https://lh4.googleusercontent.com/-4wmtoob2ehI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZ_6ydSMyCY6DpunvLs5WIX24qEg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41899),('AbFvOqlhGrLttuPKeHhggdFhf-7ouDKq8xjHyB2PfdOktjxNJI06IoqCb-YqNDvhJR2P5adhDI8v6Q',NULL,'2018-05-21 20:29:39.356000','2018-05-21 20:29:39.356000',5,'Shanti Bansal','https://lh3.googleusercontent.com/-7QTMVJvO-vw/AAAAAAAAAAI/AAAAAAACzJY/AMZuuck7F-NClAOekpy7YgpuBB4vdGscSA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36948),('AbFvOqlhhbuqtk9jssoVT5vK0kC1g5DxNTYDv5qZlYMPfEvDDS80Iiks-jELku9DmS6_AC31FiXo1Q','They were excellent. Fast, through and very helpful.','2017-02-21 19:31:14.369000','2017-02-21 19:31:14.369000',5,'David Chambers','https://lh3.googleusercontent.com/a-/AOh14GhGnYPMYSqjYTtE9C3rRB36lHeXk5mqbrSG7Gtr=c0x00000000-cc-rp','14904078213800803294',32730),('AbFvOqlhhcXZ_8HU2PvijgSbJkSxjIv5OYgxojfM7h8A86xfKxQUwPnScaqU69ZgUmx30f9rl55x2A',NULL,'2020-05-22 16:57:56.705000','2020-05-22 16:57:56.705000',5,'Sane Berant','https://lh5.googleusercontent.com/-umOJef77lc4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckVEx4V6Ua4S3xtof0Fm9wfMaYqow/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42378),('AbFvOqlhhDi8dQLMJVCywwmagpyTtGQwbD9PR5AYMZcriKN7HeAT_79wVPMQJ2wVtpTBwVJDqSIqxQ','Fast n friendly very helpful thanks to the hold staff that work tonight','2019-08-17 04:04:24.105000','2019-08-17 04:04:24.105000',5,'Bigg Lenn','https://lh6.googleusercontent.com/-T7tMSKDFOWM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmTduumtC6T55TyaVyL5ahEX25X9A/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29696),('AbFvOqlhHtOT5wNIHKKd4CQ6i2ElTv5b_MVvpDHX44f0o2afbMqtGBIxxGOQNkxtk_Mt5wVA03Z3','They were really nice, they really care about the health of the people thanks to Appiah, Thomas, Andrea, Tanisha and Fatima!!','2020-11-16 02:02:32.150000','2020-11-16 02:02:32.150000',5,'Yorley','https://lh3.googleusercontent.com/a-/AOh14Gg45Xa2lCO8VZmhdgruusBrMTXtRHOrthnEACU-o3M=c0x00000000-cc-rp','17898197009688164559',37437),('AbFvOqlhi1vfnw5pQrhyKiY6s6t2eupJfEb4LkaGFQbG88ovZ5Fv1T0MIttwI30SEojuZrhwTviueA',NULL,'2018-04-16 20:07:53.779000','2018-04-16 20:07:53.779000',5,'Quinn Pham','https://lh3.googleusercontent.com/a-/AOh14GhetCsad8eZLne4BrjaTlxWAdL0vaFsTV4SCcvAlA=c0x00000000-cc-rp','14904078213800803294',32588),('AbFvOqlhi4CL2S4K4CO_HgnbtSDoYCKYvUMLWmJLWGPA3DytEkQQTGRq9mEasLQgI18dchmnFNPYCw','this is my second time coming to this Signature Care location. Both experiences have been amazing. The staff is super friendly. I had great experiences with Christina R., Clay, and Rose. I would recommend anyone to come to signature care.','2020-12-05 16:43:20.953000','2020-12-05 16:43:20.953000',5,'Bailey Lewis','https://lh3.googleusercontent.com/-PZ2R_cCMyDg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnxyl-qIfbadzavvkzEWfpg8ItL5w/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35539),('AbFvOqlhiJETmzcvDzgU1KGYv9PoeY_NmwPTzUWKnj4L86waT2zhINDMQ-ryyZp5JRTPA9IlJ1K6','Was given excellent care by my Nurse Meredith and Imagining Specialist Tricia','2020-03-04 21:28:47.933000','2020-03-04 21:28:47.933000',5,'De\'Anna Dody','https://lh3.googleusercontent.com/a-/AOh14GgAzWo8xYCYkzxTNcflalv9jGF_iMe3GopogSgBZQ=c0x00000000-cc-rp-ba3','16389487648212004696',33292),('AbFvOqlHIlwS7JHnLxQv2COkXzHb5I-PnvjfXkNNhNNitWJFHqJs06lHtcyeAyfxkhoMELqXujTM','Very quick and friendly experience.','2020-07-23 00:31:42.173000','2020-07-23 00:31:42.173000',5,'Dillon Weitl','https://lh3.googleusercontent.com/a-/AOh14GivqPS3_BwnfRXRAKlsg2nwhRxleDEwktCuHNyBxg=c0x00000000-cc-rp','14567670160750071148',30154),('AbFvOqlHiZB_RBA8JrlEiddK4ccIobcjkshRB0KKlJ85UILuWOxqT99_vw4T4K7fBLbwcPMS_C7lUw','Georgia was amazing super knowledgeable and made me feel comfortable!','2020-09-29 00:02:30.424000','2020-09-29 00:02:30.424000',5,'Sierrah Ozuna','https://lh5.googleusercontent.com/-2fRsRXEofy4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckDYT4AhL9LZxFJOBcrIpMydo-2Lw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31608),('AbFvOqlhjsUqVq1MQkOZqjpYa0lw7Fum7QDAqAV5RV4GhnvsF5NgTjhEnlzsEXE71BDz4QmItps6VA',NULL,'2020-02-07 17:27:00.905000','2020-02-07 17:27:00.905000',5,'Santos Guerra','https://lh6.googleusercontent.com/-BeOWvJDtqUY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclEL3zp7576EIhQF2fz7CEN6otwGg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41490),('AbFvOqlhKIawUWmyYWY7z1zDktjLbNxdVrhpgvSvzYT2HemnKpxA2tCGPBWLbFA50FAY24KmNacL','Best E.R I\'ve ever been','2019-01-14 02:01:09.337000','2019-01-14 02:01:09.337000',5,'ADA CAMACHO','https://lh3.googleusercontent.com/a-/AOh14Gj5lthnekNoviQtv-nNRnvFHW_ol6P_Jq8zPSyoANE=c0x00000000-cc-rp','14567670160750071148',30633),('AbFvOqlhKPLofKQKoOYzaN4qxDieFxpngqfxt0OjUeodhT0t7dGvvN80YuTz5v6dknYuK_KojksKpg','Dr.Edwards And nurses Al, Robert and tech staff Fatima and Nikks are Amazing !!! Wonderful care .','2019-06-30 00:41:41.900000','2019-06-30 00:41:41.900000',5,'Rene Ortega','https://lh5.googleusercontent.com/-m2LzTxIC28E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLf0fzovbSxSA7dvSgNX6d6mF8bQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36744),('AbFvOqlHKptA9Q2HuhPXFPK0bkEe18nTIAhpXXoeP-9toaBvSzVuXSomnzib1FnXoG1sAoIj--V4Rg','Dr. Boester was extremely helpful and friendly. It put my mind at ease to know that I was under the care of qualified professionals.','2018-11-18 03:19:52.864000','2018-11-18 03:19:52.864000',5,'Omar Salem','https://lh3.googleusercontent.com/a-/AOh14Gjy4SEhcFMi717v6JqJxYK_lFeLnZ8GD3O1Gpa5qQ=c0x00000000-cc-rp','3511292162159714121',40792),('AbFvOqlHKqN52xEIPvysc8WT35_pPn_fw3ihOeBwZtz2RMkVgYZF2Xr5fFXoicNOzaJnt3MvJhDojQ','I walked in and was taken care of in no time. It may not have been a busy time, but it was nice to be seen quickly as I got to go home and get some much needed rest. The staff \"all\" of them were very nice and I was treated well. Everyone had a smile and greeted me with friendliness. I will definitely be using this facility again if needed. I also highly recommend it to anyone who needs urgent care,','2019-02-14 16:02:51.426000','2019-02-14 16:02:51.426000',5,'T3xas Tr!sh','https://lh3.googleusercontent.com/a-/AOh14Gieoy2k_k_DU47-O0OAr1XCCHR9eyM4A8LDWPNXBQ=c0x00000000-cc-rp','6521947413723274945',41767),('AbFvOqlHkQVrtDvab4YjMZzLt4lJKKoPa3yp6db_5Q3JDj_Wjg4kJDT-PMK5KpgO2DRhbIefNw0IqA','They saw us very quickly and the whole staff was very kind and knowledgeable. I would definitely recommend to anyone needing an er visit without wanting to visit a hospital.','2018-11-14 07:15:37.869000','2018-11-14 07:15:37.869000',5,'Nicole Longtin','https://lh4.googleusercontent.com/-33HcrnM2Xyc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckQzPEzpnRqHDCv5d9scpzjENoSrQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35104),('AbFvOqlHl4fQEqGoGQK95VvptPy034oklEL8VK2ZyMrZqcAJm-tJV-o1BLyjgqItIVSaBN0qPOaP','I had a great experience with my 2 year old. They had great bedside manner and the lack of a long wait was wonderful. Clean, compassionate and caring!','2016-04-24 15:36:10.250000','2016-04-24 15:36:10.250000',5,'Mandie Eichenlaub','https://lh3.googleusercontent.com/a-/AOh14GgecbnTgSZjN2K2OICBgSpoMU-dCMNKgaaQUIy8y9c=c0x00000000-cc-rp','14567670160750071148',31251),('AbFvOqlHll_VG_feXjluaaNFeDVWigrG0iJd5XqjTI2rwmHDromm33zdphyjgVh7h1C88DJ45ZYb9Q','Lorena, Rayven, Jeri, Matt, Cameron & Dr. Jacob were awesome. From beginning to end. Very clean and fast service!','2020-07-30 20:04:40.685000','2020-07-30 20:04:40.685000',5,'Rebecca Lorenz','https://lh4.googleusercontent.com/-bVBZJ-J77-I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm4jAb8EXgks63znfDpW_UPNppUqQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34222),('AbFvOqlhLZVs0hD1GksqA0CiDsc69AlWHHFqA9DgljubOmvCaW8WRZh2YqX05m8VLG97Sae-gei1',NULL,'2020-07-13 10:43:03.053000','2020-07-13 10:43:03.053000',5,'Lizzy Sanchez','https://lh6.googleusercontent.com/-BlXSgE8Pzlo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnozEGT5DVCh5HDZx3GaS_KO3sycg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42998),('AbFvOqlHm_ooCRqpn2Gpo1NoYcMKBSesdX4z5ieD5nO9RZz5uidCSy5WAdsKIg2iBCDiwUajFyidug','They were fast and very efficient! Everything was explained to me in great detail. I felt like a person and not just a patient!','2017-05-10 15:29:29.440000','2017-05-10 15:29:29.440000',5,'Andrea Richardson','https://lh6.googleusercontent.com/-j_Alt20qY58/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclkWdaA33Y14aXo7o_XFmqCXpn0Kg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37160),('AbFvOqlHm_xKNZc7QkawNqFSlYF3cRa7zYItcuXp3uP5DyJ9IapRgrXNgSHeAg6b7d300uiPhQk99w','This place treated me so well i gave it a five star because the doctors were very nice with me and treated me nicely so I\'m giving this place a 5 star!\nThe above comments were written by my 9 years old son and I share the same enthusiasm. The staff were very attentive and professional to both of us.','2019-12-28 03:01:11.999000','2019-12-28 03:01:11.999000',5,'Ramon Maldonado','https://lh3.googleusercontent.com/-GmuSdi4NMFA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmGzaaU6hJBLHeMFFpxQ4fvruiUfQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39173),('AbFvOqlHm3vJO-owjPiWozwGprcZg5eWgJHztnhZIZ9TbEoTqVI-1LRvnxwghFMVUoW8yuceq_xfyw','Very caring Staff. Service was timely. I went in with a severe tooth ache šŸ¤• that was causing unbearable pain. Thank you Dr. Castaneda and Nurse Irving. You guys are superstars.','2020-01-09 03:34:21.790000','2020-01-09 03:34:21.790000',5,'LT Lawson','https://lh3.googleusercontent.com/-9mFSejkCrVg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclkZvvai6gWHjvt05xO5t4DnUM-AQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28838),('AbFvOqlhmdXWN1xJ4bhQy-HChcnnsLt5KYRiT0ryLEIUbvJHvoF2sigjnpgfh12mEags_aoqW4aWbQ','I was in pain and had to leave work. When I came to Signature Alief Doctor Golla is incredibly good as usual Also eververyone was excellent.Everyone is caring and you will love it. Cindy the front desk manager is always caring, she is like a personal friend you have not seen for a while.','2019-04-04 11:46:28.800000','2019-04-04 11:46:28.800000',5,'Hillsglobal Enterprise','https://lh3.googleusercontent.com/a-/AOh14GiynmWR_W9WVVGtzSdHERNeWqULZdrFsrK0Jn7d=c0x00000000-cc-rp','17394740196501090048',36801),('AbFvOqlhmhu5IPOtZfHW53z3vb_u37jUmC7sgrc8x3KGFPpzAhjQuAGX0iy_foUd5oKNZjKKdZLl','Cut my finger & couldn\'t get it to stop bleeding. Came here, no wait, Nurses Alvean & Tricia were super nice and made me feel comfortable with snacks & a blanket. Dr. Nguyen was amazing & very informative with each step. Clean & welcoming here ... thank you guysšŸ‘šŸ¼','2019-05-30 20:52:31.251000','2019-05-30 20:52:31.251000',5,'Mel Bacarisse','https://lh6.googleusercontent.com/-9iI5EZy43Fg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmWIa0Cv-m8yX6F_r3aUupfIV8Ssw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlhMpJQKqqBFoI7zoSLT_2WDW0hJKdprqJX-NQzK7ow51rx8NI0kkH6ljKoIvuorNNO8UI9Xg','Great experience! Love Savannah, Audrey, Jamie, & Daniel!','2020-03-10 20:26:56.982000','2020-03-10 20:26:56.982000',5,'Aimee Patterson','https://lh5.googleusercontent.com/-aIq7D0Vf59k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHHO-FSf0_mhKXM5OD4dS9KWJPOw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29398),('AbFvOqlHN35nK7B6-I9RnsTNd6EMjhWsYzljk66I5w3DM4k52LvwDtDfxjxsJI0y868RoeYcvP7ZHQ',NULL,'2015-11-25 02:37:16.424000','2015-11-25 02:37:16.424000',5,'ayesha ibad','https://lh4.googleusercontent.com/-MdR4X96zHDk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnInjbHs7CPBOr90X-u4CPq9S3goA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37387),('AbFvOqlHnjEmeFnCn4Eukb1VQFtDi6EBJuCM-7iFiAmQBpioAlnH5XMXl2I13k-TRkoLy0v6TX1X','Dr. Smith, Dr.Singla and Alyssa were awesome!','2020-02-14 12:58:13.080000','2020-02-14 12:58:13.080000',5,'Lafonda Rouse','https://lh6.googleusercontent.com/-1mw31oY3K68/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHCEEICnh8ftcWzhATTFAlepFuXQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43097),('AbFvOqlhnQa0ObnigPgJcfHy07mMbW-GKGtDKMU_oG_9i6nyxseFgjqA4rbVFXRzq2Ee7_Qf2OIv0A','Great place!','2020-07-28 02:57:41.779000','2020-07-28 02:57:41.779000',5,'olivia hubert','https://lh3.googleusercontent.com/a-/AOh14GixLapv4Mk1elngjMbGwdNs-BkKmOxRJyPS8ogYqg=c0x00000000-cc-rp','14748677429039074158',31849),('AbFvOqlhNwbfVN-yzw7VRWNJjKHG4ojlBVQ6Od2zyZoq746lPyOUr2XZvUwtmaHpZcl0d0l4ZuUnIA','I’ve driven by many times never knowing one day, I was going to need this place. Dr Dunn, Lynn, Fatima and Daniel were all amazing. Tanishia, the young lady who took care of s in the waiting room was quick, friendly, and we were out of the waiting room in minutes. It sure beats going to the ER and waiting for hours. This was a great experience and I know where I’ll be going for urgent care again. Two thumbs up!','2019-11-11 05:57:15.800000','2019-11-11 05:57:15.800000',5,'M Moreno','https://lh5.googleusercontent.com/--69E3O_Dz40/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmgq4Fzz73cvA-5Ebzf0S05cxfzgg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37894),('AbFvOqlhoILxfsIGVMUXGv4ZVRuwxeFvikOYU40LOwPYoCpUsjLuWG8pPGaljetuBlGRXNpTg9l_','Very welcoming Erica was fast got me in an out','2020-02-28 18:40:58.187000','2020-02-28 18:40:58.187000',5,'natalie gamez','https://lh3.googleusercontent.com/a-/AOh14Gj62zkv5AEshKy9yIWeov2f2BIChPSlywr5K-jKJQ=c0x00000000-cc-rp','14904078213800803294',32334),('AbFvOqlhOOQIIHDXfrkbBrY6PpyLCGZBqY3FdMAFS8uhKavEbm0Q-8SH1F4rO1sW2frfIqZh_zd-qg','I came in and was seen right away by a Ms.Erika A. , besides being super attentive to my concerns for the reason behind my visit.. she was aware of the fact that I have anxiety and made many trips in and out of my room keeping me informed and went the extra mike to retrieve a warm blanket and water while I awaited for my results. From the beginning she was pleasant and very easy to talk to.','2020-12-26 18:44:33.611000','2020-12-26 18:44:33.611000',5,'Haylee Shaw','https://lh3.googleusercontent.com/a-/AOh14GimU4YlRRdfLeU-m-UmbjdvKMc91otlz5ZNJ3Wn=c0x00000000-cc-rp','2694018788013845459',43892),('AbFvOqlhPjFYY7xKW9wgxbuSkoAMzEBu_ocR6KmtgPLB1XldWdF7v3Gwk-0lFTWhSG6oqNVrJSGZ','Excellent service from Dr. Cavazos, the nurse took x-rays with Tricia the radiology, and Jesus was very helpful with registration.','2019-07-04 16:31:55.173000','2019-07-04 16:31:55.173000',5,'Vilma Majano','https://lh3.googleusercontent.com/a-/AOh14GibcyDrXTv16gzKENHq8LBJl3xZJHiOd04cMDAs=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqlHpOfXmyVnA1ATsTJDKjLSuxkd2ZwESN4nHjGWwxYaUk5W1vydPWDkdLUax9e0CnKtVincWg','Very welcoming crew who explains everything and answers all questions.','2019-03-17 16:26:51.302000','2019-03-17 16:26:51.302000',5,'Jude Ricondo','https://lh5.googleusercontent.com/-7PHCIJIFqg4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1wSjaypBCwvuAysPiRuZ3EyLHdA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34964),('AbFvOqlhpsop0pjD3Kj6FcTi15JJQarg3WuayKfTD2LlnMUpH2zJ3E_z2mVZsiK95uTdfP0BQE6u','Very professional and friendly staff. I didn’t have any wait and was taken back quickly after signing in. The doctor was very thorough in finding out what was going on. The nurses were all very friendly and caring and made sure I was comfortable. I would definitely recommend SignatureCare to my friends and family.\nThanks Dr. Huerta, Nurse Kim & Allison, and Sita!','2019-08-19 04:26:20.118000','2019-08-19 04:26:20.118000',5,'Faith Gainer','https://lh3.googleusercontent.com/a-/AOh14GgY7szYP_deMXLmEtADQmUuu_bHi7K96lrJn9q5Vw=c0x00000000-cc-rp','13486358490203335051',29692),('AbFvOqlHQ8Hp7sSdcItuxCMEnixVqLFX_yz0cvu_kp9PkqzmroZ9Va6nlA0BVAhdCUOZ2MVwbAhdcg','Great with kids. The most pleasant experience I have ever had in an emergency room. We were warmly greeted, processed and were taken back to see a doctor in less than five minutes. Impressed by every staff member we encountered. My son had x-rays, and ended up being treated for Nursemaid’s Elbow and we were in and out in less than an hour. My son is 3 years old and other than his injury, he felt comfortable and was in good spirits in this facility largely due to the excellent staff. Highly recommend!','2019-11-11 04:51:50.138000','2019-11-11 04:51:50.138000',5,'Kara Skivington','https://lh3.googleusercontent.com/a-/AOh14Gi95X3nPiKWFxKWHwWI1XLtp-zRewcAWvxDJsjtlA=c0x00000000-cc-rp','14567670160750071148',30415),('AbFvOqlHQPBJ4GvjmOVZodPFOKtZe_sVYv_mhHaC4nWYtQJXGS3bB8qcb10HTrc4XCWfX_X3XmP7Kw','Excellent care empathetic staff and fast care! One of the best health care providers if not the best in this area . Dr. O\' Mally is the best doctor out there . Thank you for a wonderful experience','2019-09-01 01:52:12.569000','2019-09-01 01:52:12.569000',5,'Rania Fawaz','https://lh3.googleusercontent.com/a-/AOh14GjkrMhWEKtyaVM5_b_b6ugq7NCkSPffkUvWMXs8DaE=c0x00000000-cc-rp-ba2','16389487648212004696',34003),('AbFvOqlhQtsqcP39VsdC9uEUxwmS3cWMU0KS5ulQoZQEWz68_jFY7DO56wafAwFEaiM7LyHQcTzM9w',NULL,'2017-03-15 14:23:27.313000','2017-03-15 14:23:27.313000',5,'Lorraine Lindberg','https://lh5.googleusercontent.com/-whWjqYsitt0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVREpU-XKMkfS90Kg_xrGCldhALQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32708),('AbFvOqlhrL1FOTiyMUuNIJ5TMxZMLcuuSnd9y_detj2J8QLlqAEi_FfBvqQaVLsT3Hndf5VB3kLk',NULL,'2019-04-25 00:10:39.050000','2019-04-25 00:10:39.050000',5,'Lindsey Wallace','https://lh3.googleusercontent.com/a-/AOh14Ghg73oXxEfKwpn4onTcniLrx2Jf8hynRPrzrnbE9A=c0x00000000-cc-rp','8626688543755174284',42096),('AbFvOqlhRztyaRdGrf6-Pk1Xhg3LmzWgS3yQXqaLDlghbHfMzgGQl8PMk2KBGREaC9cXjOzFzJ86lw','Awesome service!! Very fast and efficient!! Dr rose, Katie, Eric and the rest of the team were all polite and professional!! Will definitely use them again if needed!!','2020-09-13 01:17:09.627000','2020-09-13 01:17:09.627000',5,'Jonathan Alejandro','https://lh6.googleusercontent.com/-EWxA6Ib05tg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmPdkDg0dKitVvhqRULk9eUo3vJqw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35813),('AbFvOqlHsrSvU1fGY_SaScqBv1_gWMDchQfFAw-Z-I3WI3TSTKGVbI2Tvuq_5yK2vo1zAMDoxPIbHg','Dr Castaneda should be ashamed of himself. Telling a mother of a sick baby that she didn\'t need to bring him to the ER with severe diarrhea, unable to take in food. Stating he and his wife force feed their child when their child is sick and not wanting to eat. Never again with this Doctor and I hope others steer clear of him. Severe diarrhea leads to dehydration quickly. YOU GET PAID BIG MONEY SIR! WHY DON\'T YOU FORCE FEED YOUR CHILD AND LET ME MAKE SURE MINE IS GOING TO BE OK. Unbelievable. A mother fears for her child and a doctor talks to her any kind of way. Shame on you, shame on this hospital for allowing it.','2019-06-23 23:25:55.358000','2019-06-23 23:25:55.358000',1,'Justine Van Sickle','https://lh3.googleusercontent.com/a-/AOh14GiDfTSa_kdH_5sCdic6Qee4vwBuZnESx4ICqvU5=c0x00000000-cc-rp-ba3','12541597562633926366',29086),('AbFvOqlhSsTJJG-CMyBKGkYCzQ3Z0D7rwWcvRH8g3DzjAzXueEBkT9CZnhPLUb-750vJ9mQU0sgaJw','Shelly, Ms. Miller, and Earl were so helpful and nice throughout the process. Thank you guys!','2019-06-22 23:39:59.024000','2019-06-22 23:39:59.024000',5,'Katrina Riojas','https://lh3.googleusercontent.com/a-/AOh14GjQkaecX5QelLDOn85r1xTHAJVR7RlOLH2X3z2y=c0x00000000-cc-rp','16891069708558046635',36171),('AbFvOqlhSsxU75-Hf_TFIdTouYqOo01yGXV5eII27wDsldkqURW_7aZirc6HfIyGTSY_QuTdmYxtZA',NULL,'2018-10-15 00:23:19.397000','2018-10-15 00:23:19.397000',5,'Ethan Hoasjoe','https://lh3.googleusercontent.com/a-/AOh14GiDfTxmke3GoyWR1UMshuG46et7fOtPNl7A0fEx6g=c0x00000000-cc-rp','16590124370714063921',35161),('AbFvOqlHSwISIPTjKC1Hn9gDHJF7HNDBVDHmoiqY2B2M5bBU0DmiMoAr0UXM2PlD3FjJw_Jix5MFaw','Lucas, Kim, and Sherri were gr8!','2019-07-23 17:24:43.530000','2019-07-23 17:24:43.530000',5,'zoe lovelis','https://lh3.googleusercontent.com/a-/AOh14GihKATlZC8f28VqoST0QQ6Rca8usbqNg5NAbuyb=c0x00000000-cc-rp','3272657195432704501',39842),('AbFvOqlHT_1Et74P1Xxo_bD_4jgEnMyVd_1L2BPgJHtBppIn0AWvAEdo5rIyaRHKYQ5eMFYtaUDHZA',NULL,'2020-07-07 15:30:22.289000','2020-07-07 15:30:22.289000',4,'Karina DelCastillo','https://lh3.googleusercontent.com/a-/AOh14GgG3LYqWK5gorNgX4OnjSdU4vD9OF_iasxbmv7P=c0x00000000-cc-rp','14748677429039074158',32044),('AbFvOqlHT3km7tmQju0WT75pqLo7lMui74FtCMtc4s2txAdTjnCBxnVac6-ogqZT1_2vQnI9YlJQ4g','Alvean A. and Jocelyn A. was very nice and made me feel just at home.','2020-01-15 14:14:20.035000','2020-01-15 14:14:20.035000',5,'Joy Wilton','https://lh3.googleusercontent.com/a-/AOh14Gi_e2dZNsfMlCEaLcnnQw4nzLAfjPtvbUSzQ45lpQ=c0x00000000-cc-rp','16389487648212004696',33508),('AbFvOqlHTdCYNDw1aZSwzZI3_UjU4iDVtK1J9w5qy1W5FHj5uEpbd8-Fpidd0ew-EnCPvKGoxB0cqA','Even though I was kinda out of it at his visit, the front desk was very courteous and very helpful. Had all the information I needed. Was very friendly. The Dr was exceptional and very knowledgeable about my needs. They didn\'t try to push me into anything I didn\'t want done. Nothing was done without my knowledge or permission.I have to thank him for my care . I would highly recommend this place to any and everybody that needs medical care. The place was very clean. It was a fast and every efficient visit, even though I did get transferred into the hospital. I am glad he helped me to follow through going into the hospital. I had a very easy transition. I went from the urgent care facility into my hospital room. They took care of everything for me.','2017-07-11 18:22:59.820000','2017-07-11 18:22:59.820000',5,'Hilda Kellogg','https://lh4.googleusercontent.com/-DHW24uihNAw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn1fcWWIsNYGFFSrPZjRMg0GXm9FA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31013),('AbFvOqlHtKZygfrD2wSF32456m_1YsoIs5oJFI66Vs8-1Ou1mF6IFoRIxcs_ppbfao7LjYwq3r1shw','Wonderful staff and quick COVID testing. Thanks Katy, Mollie, Regina, and Mandi','2020-12-29 18:51:58.751000','2020-12-29 18:51:58.751000',5,'Haylea Whitehead','https://lh3.googleusercontent.com/-cf2s8swBTzg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckf9hooX1Ab9-rpvCHctNpA2JMnaA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44098),('AbFvOqlHTN27ZdbcjYkO7RkcPKlNo8sObRUF6r5viCgw8Ox6hHEMFFOeJt7wZRrKKx1nqzxUihBO','First start by saying everyone was nice and really cared about what was going on with my son. They got him into a room quickly and started trying to figure out what was wrong him. They did an amazing job!! Thanks for really caring.','2020-03-03 16:44:30.128000','2020-03-03 16:44:30.128000',5,'Tyra Williams','https://lh3.googleusercontent.com/a-/AOh14GhPvfg9b1_PmdiUs24vsk0D6PoZO4ODW9Xg4fwGjQ=c0x00000000-cc-rp-ba3','17394740196501090048',36602),('AbFvOqlhuiqTth46oAfaff0uXBx_9-fMIkX556Sfi09JCCoaElQ0tnTZcgah8vvG6fLASk4pUYJ2cg','Ashley W was very very nice will come back soon','2020-09-19 15:15:16.428000','2020-09-19 15:15:16.428000',5,'Kumar Vesarapu','https://lh3.googleusercontent.com/-LX2cAerSNMA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDECG-d3aT4Sj0u_-0anjdpSBJrQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37553),('AbFvOqlHuUdh7MZUWDYB8G6mvfJGzTi7VMFMjAJYtVUfxI91-dQgSM0XxGsQYmxyRng6CRW5AAEGSw',NULL,'2020-10-04 06:44:59.566000','2020-10-04 06:44:59.566000',5,'Joshua Cooper','https://lh6.googleusercontent.com/-NINhCbsBTB0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckrfzKUyYTdfOb3iv6R1yw2bwODtA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42884),('AbFvOqlHUVK6b5dh3Q7ld2RgZsdz-TcjKHjDDxfpit-1e1E0iGUL90BlRlzRHQZYVjfS7QP0BZon7w','My visit to Signature Care at Montrose was the absolute best decision I could have made that day. The staff was amazing. I felt so cared for. Everyone was extremely accommodating. I felt better before I left after treatment there, and my illness was confirmed. I received adequate follow up care instructions, and a smiling face throughout my visit. The nurse staff there are very thorough. I had 2 nurses caring for me during my visit. Over all 4 different staff members cared for me, not including the receptionist, who was also very kind. The clinic is very clean. I would definitely recommend this location to anyone needing immediate quality service.','2017-04-10 23:56:43.686000','2017-04-10 23:56:43.686000',5,'Jodie Gonzales','https://lh5.googleusercontent.com/-tJ_lKzlFPm4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnNsVZXVRyMUXcgjrAGMxP7_xPiGQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41078),('AbFvOqlHUW-XkI3j2KZdo--8sL-ufg1UcASQu5V5ITt18eOl_SWFsVWvmnCyw9G4T-Kwl-nL43rW','This is the second time I have come to signature care and I always get treated with care. Nurse Nadia and Dr. Chowdehery are very attentive and will make sure you are in great hands.','2020-08-05 21:14:06.738000','2020-08-05 21:14:06.738000',5,'christian gonzalez','https://lh6.googleusercontent.com/-cIQZBBt6OFk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLmTVzyUNhYyjBfPAvkgD9SAkfTw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31803),('AbFvOqlhvu5aDRiVzwsGKJdTyKrJwQ2pR4Ac7NEjMvjzGP6YwhMtpmv1TI7zJgMxPLREcSaF20wNBQ','Great experience as soon as I walked in! I felt reassured that I was going to be taken care of. Hayley Lopez and Ashley Williams we such great help and very informative. I was in and out of the building! Fast and great service. My physician and nurse Christopher Wang and Shelly were really nice and made sure I felt at home in an ER. Hands down best experience in an ER I’ve ever had.','2020-12-12 23:45:41.880000','2020-12-12 23:45:41.880000',5,'Breanna Webber estrada','https://lh6.googleusercontent.com/-emyy_UOFBnw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckJgYDHWaSBSmAmSVFHJ0ty4RdY6A/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37405),('AbFvOqlHWiB7tB6zbQb6pLrxYHmSsPrXfCu39-kX04ga-qRnH-UndtXk3DMEFUERoyxqiNpDEBYGSQ','Amazing team,I had a great experience thank you to the doctor and nurses DR. GRINBLATAS IORAM M.D.\nNurse: Puac,Betty\nRadiology Tech: Brinsko,David\nFront Desk: Cruz,Karen A','2018-02-02 13:30:08.688000','2018-02-02 13:30:08.688000',5,'God is able Mercy','https://lh3.googleusercontent.com/a-/AOh14GhfuK1clwSGFdQyQqiabVkxLOpeAvlzjgHSMT_1hg=c0x00000000-cc-rp','17394740196501090048',36991),('AbFvOqlhwUsLNHLndYQOc9U1NqbIwuNI1FsbpPoYorCA99NP2LLXNtxA7o_w5NbArXOO9YN6pKhbPg','Nurses were doing a excellent job taking care of my Bm','2019-12-19 05:28:18.973000','2019-12-19 05:28:18.973000',5,'Hilton Caicedo','https://lh6.googleusercontent.com/-B2Rv1MpUpcE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7j6h3OTQKR7paHDfQfx4BUQiasw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28936),('AbFvOqlhXDKZyGNKxY55SWgnFc4te_DVawGDx0CMTHq1BEHpVqrZSKrvfsTA3x8I5OQnPAXRg4al','The staff is amazing!! We were seen very quickly. Ashley S. Was so helpful and so nice!! I will be coming here again.','2019-12-12 19:13:06.263000','2019-12-12 19:13:06.263000',5,'Ana Segovia','https://lh6.googleusercontent.com/-LMvbFlNY77U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck9_g6y79zRFBvQNv3D-ELcqn02WQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43163),('AbFvOqlhxFR0jlU8q6KCXA1Z16l5EuL8MlHZgXxroEtew83LUI2d9h_EIi-bm7HDGNXvbPqptEUo','Calli and Hunter took such good care of us!!','2020-10-19 23:53:25.253000','2020-10-19 23:53:25.253000',5,'Mary Brown','https://lh3.googleusercontent.com/a-/AOh14GhaJAJDsctOKoOw4a7eZ1UpPFH3hw_Q_erHSiZDbA=c0x00000000-cc-rp','2077061009497551125',38471),('AbFvOqlhXgWKsvWIphPNG7t_4Wi9oUHW_hXMziV4P50tKLLXGPji7NXhk3AXnZeTvtyybkeFaIWv','When I walked into Signature Care I was greeted by friendly staff, great attitudes, and rapid service. Within three minutes of arrival I was taken into the back where two nurses and a physician followed me into a room. The treatment was prompt and professional.\n\nNobody wants to have a medical emergency, but when those times arrive your place of care should not add to the stress. Signature Care will be my first choice durning the next emergency.','2017-05-13 11:36:01.025000','2017-05-13 11:36:01.025000',5,'miles hill','https://lh3.googleusercontent.com/a-/AOh14GhqTeagC2Ubvu7EZuQ-iCeP47EP9kf7Cv4uASwEPA=c0x00000000-cc-rp','14904078213800803294',32681),('AbFvOqlhXO_kzCviagXsYnkNc8_UqxnWjBDd0mNNVt3WWLjRnlKUFHu1UFcepfVyH5BIQ1elSXcq','excellent services with Robert H\nMarcus B\nPatricia c\nBrian w','2019-12-17 16:18:58.007000','2019-12-17 16:18:58.007000',5,'Frasiah Njoroge','https://lh3.googleusercontent.com/-4TUc9mkCFr8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl2yCOGZL9OI-y5cd72QzJyKevFSw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33598),('AbFvOqlHXz7Y1mG40Ly__8jet1rGRTaFIhtKHhnzpx9kYmO-7fDlXXilE3nEXXTCNT-Me6vkjak_og','Very quick service and very personable doctors!!! I just recently turned 18 so this is my first time going on my own and they made me feel extremely comfortable and made the process very easy. Jaime Georgia is the best and very very easy to talk to. I would definitely recommend coming here!!!','2020-11-20 16:17:56.990000','2020-11-20 16:17:56.990000',5,'Leah Roulston','https://lh5.googleusercontent.com/-rHuFtfLgCes/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckg6iZDxpty5crTFQ-tIo9DlStyzA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31332),('AbFvOqlhyeRUudae1YpTbfp5QC8IJkm-WXqUC9Bd0MFCSS-gzH_PkzoJWwnB-Fcr9kG9mygpd_tdUg','Comfortable and inviting facility. Hospitable, prompt and caring staff. Attentive to the patient’s needs at all times. Cecila, Gina, Dustin & Meron all did a great job from the beginning to the very end of my visit. I was especially impressed with how quickly I was seen, and how efficient the staff was to care for my medical needs. Would highly recommend to anyone seeking emergency care or services over any other place in the area!','2020-10-02 19:08:12.747000','2020-10-02 19:08:12.747000',5,'Chelsea Duff','https://lh4.googleusercontent.com/-XM5ISJ7Pn3M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmM5ykM1uGm3ZiekZLbVhHK6Vw-vA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30076),('AbFvOqlHYGyjFxH6K8CQd4eTtV_p1JHMyAv_Bvjkq5idjeArKSiZh67ghor_OspnuBS7oFZLIGl9','Nothing but positive things to say about this visit. The night team (Dr. Eslbecker, Marquita, Amanda, Chelsay, and Eric) was very quick and efficient with getting checked in and I was out within an hour. They are one of the most personable teams I’ve encountered at an ER center!','2020-03-06 01:45:32.862000','2020-03-06 01:45:32.862000',5,'Gabby Parker','https://lh3.googleusercontent.com/a-/AOh14GhN10MBIEek12n49Zr20tLnGbwldxACvj7eDVb2xg=c0x00000000-cc-rp','16891069708558046635',35939),('AbFvOqlhyhi1teshT9Ou6ptEjIiLRLk09X_75ll9ykYKFEY7p-0arAadfyNA3rth-9MzrbcMVY6-9A',NULL,'2020-01-02 16:58:56.309000','2020-01-02 16:58:56.309000',5,'Anoop Shankaran','https://lh3.googleusercontent.com/a-/AOh14GgDgpZLywadra4dhBfofoIj_IKb8bPkPxX92a3Zaw=c0x00000000-cc-rp-ba4','12541597562633926366',28864),('AbFvOqlHyK23VxE5oCgN0VzFugquDDXLgJm4Sd5mEN8lJea6M-9miY4UHkRfwqMYhSXNMoUkZgGDJA','We were on vacation and about to leave when my son had an accident. The staff took great care of him and we had a good experience in the waiting room. Beats the hospital.','2019-08-04 02:11:45.989000','2019-08-04 02:11:45.989000',5,'Christopher Martin','https://lh3.googleusercontent.com/a-/AOh14GgzL3cyYctlPNQ4JbH7GXJWi9hX0EjnrXuu6LTSnA=c0x00000000-cc-rp','16891069708558046635',36156),('AbFvOqlHykgicPXS6f4rSylC_i9aHGn-U4wW8GwkvUVaR4CnmjTdRKLgT7NHRKI3_AcQASf9c4UhGQ','Everyone was friendly and helpful. :)','2018-05-18 01:37:16.416000','2018-05-18 01:37:16.416000',5,'Paige Boyd','https://lh6.googleusercontent.com/-R4kiE1v13Pc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckvqsa37AhNF4Azuy2iFEHVww7ASw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30840),('AbFvOqlhYm7wTDiigKD08Zjlo6PAK7ruFLtF7g3ko6GqqQkk6x1M4_bONTqrJfCZi5gXMV2ia_FBQw','thank you Audrey, Lisa, Leo you made my experience so much better from making me feel comfortable in your office to getting me feeling better and on my way quickly. i will be recommending to everyone.','2019-10-30 19:18:49.394000','2019-10-30 19:18:49.394000',5,'AAa Aaa','https://lh3.googleusercontent.com/-gi9We8vc8WI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmFjVUr1YIG2JDyc58oH1p66NPnJQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29598),('AbFvOqlhyO1BPm7qWLFZoXDFaK6EPynROAYOc2ctESJ9lz5G3VOr57pUN0R9Ep3HUqcuFY5S72pIIQ','Christina,osieke,Eliza and magali they were very responsive and iterative and were very good and professional while doing there job','2019-09-26 14:36:18.918000','2019-09-26 14:36:18.918000',4,'Dylan Gardner','https://lh5.googleusercontent.com/-W2dXY6eTj5E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckZM4hc6eD0t3zB280soCUh9NNgOA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41592),('AbFvOqlhySFfmkzyNzFANSTJFz_NJ7YV2DWa8GfSoom-Hx1quoWQpv_Vhcp5dFX67QFXSA7YSFnMKw','The staff was friendly and very helpful. They were prompt with my care even at 3 in the morning. The facility was easy to find and very clean. They were all professional and even though I was in great pain, they helped me feel less stressed about the whole situation. I’d recommend this to everyone.','2019-03-26 16:40:22.766000','2019-03-26 16:40:22.766000',5,'S Elaine','https://lh3.googleusercontent.com/-xkmcW9PcLzI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnvlSqW-M3y-UL0nvwuQjjv7r_k1g/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38236),('AbFvOqlhZ7ZTUSNnfytmJfF0nCJXcQuAbXRB-hmqlZNtw0yVHY5LyMwwVlE1f_W9qwYk0VdkeysV9A','Update: I had a roommate who went here and got seen and he was told his insurance was covered but then he was billed $12,000 later. An obscene amount for a college student who was in extreme pain. I have the same insurance as my friend and if I receive an insane bill after being told my insurance is accepted and making a co pay then I will definitely have some other reviews to make.\n\nGot seen very fast with a walk-in and they addressed my comfort all the time and made sure I was alright. 10/10 would come again. I was helped by Anthony, Brad, Natalie and Dr. Jaber and they were so helpful and kind.','2019-03-18 01:54:30.286000','2019-03-18 01:54:30.286000',1,'Mitchell Prince','https://lh3.googleusercontent.com/a-/AOh14Gge0AGEqR1T8BEkDGai9wQYclwI8TCZqCZn4h6LoQ=c0x00000000-cc-rp','16590124370714063921',34962),('AbFvOqlHzruwzqUtfkfcdz6YAqnfBcYPY55YyE0Hv5cPDPGOZrruB3-zutZ-3BrPA9IQtoNhofzajg','Staff was wonderful. Everyone was extremely friendly, and they even had a little fridge with snacks and drinks for the patients. Quick and easy, very kind. Wonderful place.','2016-11-28 19:17:23.328000','2016-11-28 19:17:23.328000',5,'Cassandra Dodson','https://lh3.googleusercontent.com/a-/AOh14GhLd9HGUgSZtiiCzPJU0_9f29R7K9TzK5NMcjb9uQ=c0x00000000-cc-rp','17394740196501090048',37258),('AbFvOqlhZvrPBnyGxmGlJzoiR2CaaPgxeaLwzwcHRln98Hl-euq6ueqPOrm5Ecxus9RRHszkg5KiHQ','Alvean Marcus Patricia was really helpful, most definitely coming back when ever I get injured again','2020-02-06 23:09:53.716000','2020-02-06 23:09:53.716000',5,'Diamond Turner','https://lh6.googleusercontent.com/-Lty6fe3ccNs/AAAAAAAAAAI/AAAAAAAAAJY/AMZuucl24xVZHkd2pJ9KZO1RwCBV6pFAxw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33398),('AbFvOqlI_2oNozkRoHBW-Nels3h4ABl-h6ClIHN6jaH3ynYwCe1nBo229wUlR9HXto7ezb0qRN3Vgw','Bretnie and Jacob did a great job getting me in and out of the clinic in a timely manner. They were very friendly and helpful!','2020-07-24 18:59:44.982000','2020-07-24 18:59:44.982000',5,'Zach Stovall','https://lh3.googleusercontent.com/-QVAEwxEEFPM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucleT_qX3xL23mDKJB6xGhaTcyln4Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34262),('AbFvOqli-hWREtFHUj522QG60WRt_iK8LrXEB8XseI45D4c36R_lo4GkJBRsSmsxUHsEChXaW3HV','This place is by far the best ER! Jessica S. Is the most sweetest girl! Thank you Jessica for getting us seen and back to work!','2020-07-18 02:04:35.147000','2020-07-18 02:04:35.147000',5,'Young Scout','https://lh3.googleusercontent.com/a-/AOh14GgvK6k2_zIulVCWDwHoneNXznwbdiN9P9NQVSUC=c0x00000000-cc-rp','14748677429039074158',32014),('AbFvOqlI-IsW7hprGMkKZwcXTBOsmpZHyp0XDMGvWhmNF7-1NdbYfVUtq1dN7PiLzkMAj3uEvRTZSw','I recently moved to this area. I came to Signature Care, and in less than twenty minutes I received my diagnosis. Ten minutes later, I was given my treatment. This facility is the gem of Killeen.','2020-12-06 01:22:33.381000','2020-12-06 01:22:33.381000',5,'Hadley Young','https://lh3.googleusercontent.com/-2MimXaukyq0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnaRfY-jyYtZFqvLgYLhXT9pT66RQ/c0x00000000-cc-rp-ba3/photo.jpg','2694018788013845459',38868),('AbFvOqlI0GvGcpldttkjXObJNRlDLnVsQ380NRGJzyq1eha_Cp3ttCZVF3Nh5Lg0rhzBIMoBy_h7uw','Great Facility,\nLindsay and Chelsea were very kind, friendly, and cared attentively to my needs. Definitely recommend this emergency center!','2020-11-20 16:56:16.647000','2020-11-20 16:56:16.647000',5,'Ryan Thompson','https://lh6.googleusercontent.com/-i0tON4EmJwI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmlbJos-r9Sfm7KwRuQAhsQ3Gh8fQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35583),('AbFvOqlI0t1sa4GYlXGOosARClIjuQS-fr-yIG-lFt9xZzrm_WdcFhWI-UIr_bpGjm3inFrItsYB6Q','Everyone at the facility was awesome! I am from out of town and suddenly experience quite a bit of pain. From the front desk, nurses, tech and doctor everyone was incredibly comforting and focused on helping me feel better. Highly recommend this facility!','2020-03-06 03:08:14.703000','2020-03-06 03:08:14.703000',5,'Shannon Savitz','https://lh5.googleusercontent.com/-03LMKsbeeQ8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHpvRbgKFyqDrWXlIgUmAyFN7bHA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42402),('AbFvOqlI0W5BvWZvkozYWZL-FdL6hTgJZUWzcZNY0m-QzEP4gHY0ST6fOBH9oR9DRkAW4NAxawvCPA','First time coming to an urgent care and the staff was excellent made me feel good, Luisa was very nice and professional can’t remember the other nurse she knew I was there all day and ask if I was hungry and got me some food . Thank you so much everyone took care of me .','2020-12-15 02:41:45.420000','2020-12-15 02:41:45.420000',5,'Marisela Gonzalez','https://lh4.googleusercontent.com/-qehFjXvjEJE/AAAAAAAAAAI/AAAAAAAACrk/AMZuucnVOdsd_7YugFPgvCny1NTBz_9zVw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32845),('AbFvOqli1AUIBs88du5Raozh5Jpga0OG1nyQfS6Vqf6ZRWdqQ7zQUp_M7K5IlruYGkmcNqHaYfm75A',NULL,'2020-02-18 22:14:34.774000','2020-02-18 22:14:34.774000',5,'Shannah Daly','https://lh5.googleusercontent.com/-_CrPBgMPgnU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckY3tiS8W5h9Y4xsavF7GDLGaXhlg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33361),('AbFvOqlI23DeqRfKDV1OV4jRQ1EhJuja1-q48Q---FtUlOWpQuW_AenyBvycQuZ0dzY_GoRtkhbwCw',NULL,'2017-11-02 15:20:26.367000','2017-11-02 15:20:26.367000',5,'Ammara Siddiqui','https://lh3.googleusercontent.com/a-/AOh14GgEoWieH3mB1rgd9Q1jhel212cNrNlWDOg1BsBXAA=c0x00000000-cc-rp','17394740196501090048',37041),('AbFvOqlI2IidD1V9_Y9XmexR6fdYIqq4bnwO85Y90aCfgd0UMxNdY4IZa2A2UE-HpMVVWTlApBsTSA','The front desk lady Kendra was very nice as well we’re the nurses Jacob, Laura, and dr. Vakey','2020-02-02 21:40:01.542000','2020-02-02 21:40:01.542000',5,'William Redus','https://lh4.googleusercontent.com/-sKf-eDc8of8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckV1K8EcgAgsgnkdKR8_PLxvWCKZQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34398),('AbFvOqli2IVTjU9FXu6DWU04TQDiBZFCwwjXGgVg89yb-7CR0c1C0tN_SI1CkJUGlKKQ27KhL5wFBw','Every staff member was exceedingly kind and understanding. You won\'t meet a friendlier staff than the people here.','2017-05-19 19:38:18.492000','2017-05-19 19:38:18.492000',5,'Shelby Minor','https://lh3.googleusercontent.com/a-/AOh14GiFChoCUUmeFh9UEzBHE2HvAA23VlBqIodtqVydLA=c0x00000000-cc-rp','16590124370714063921',35428),('AbFvOqlI35zAqZKtjQxQe6N7NcvxwlOdETET8woDIJCOlytT1OrjIhhjHYIdNaznA1g8uS9Nn79nSA','My experience here was nothing less than amazing. On December 29th, 2018. I walked in to this facility for the first time. I was greeted when I walked in by Austin and Kelly at the front desk. He was very prompt at getting my info. Due to my complaints he quickly got a nurse. Nurse Karen and Tech Jennifer admittedly got me in a room and began working. Soon after Dr Jones came in and began to ask questions. I began to get overwhelmed, he kindly explained that he need to get as much info as possible. He apologized for having to repeat some of the questions. The entire time Karen was there to comfort. Dr Jones then explained what they would be doing. Test where ran. Everything came back ok for my initial symptoms but he was a bit concerned. He contacted a cardiologist and soon got him. I facetimed with the cardiologist. I very kind man. He also was concerned. I was then admitted for more test. Shift change started and a new crew came. Nurse Lucas (Luke) came he and greeted me. Tech Kim came as well. The staff here treated me with the best care ever. They all showed love and compassion. For this I am truly grateful.','2018-12-30 13:41:08.434000','2018-12-30 13:41:08.434000',5,'Tonya Cooks','https://lh3.googleusercontent.com/-qF1ydvk64R4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckirECwfYy6Kjtz5iw0PJpvNX3uaw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39981),('AbFvOqli38xzkTtLq-ovc0vM1k5rvG-NAuYgFE3bxxBlM3BBAMA6vhqqvh74BOivXrK1QLL8kckZ','My son had a sprained wrist he had been complaining about for a few days. I decided to get it checked out and called SC. I spoke with Adell and he was excellent on the phone. He told me my son would be seen and then I would be quoted a price and decide if I wanted to proceed. He assured me nothing would be charged without my consent. I took my son in and was there literally less than 15 minutes. No one at any point consulted me about prices/charges. When I walk out to checkout, the receptionist told me it was $300!! I asked her to get me Adell and she said he was not even on site. Luckily I redialed the number and he answered. I told him what happened and he agreed that I was not properly informed. He asked to speak to front desk and then they decided that a manager would reach out to me (Tara). I was then asked to fill out a survey, which I did expressing my dissatisfaction. No one ever followed up with me. This incident happened in October and I just now got a bill in the mail for $300.\nThis company was very deceptive to me and absolutely unprofessional. Beware.','2020-01-06 17:52:40.128000','2020-01-06 17:52:40.128000',1,'Sharia Castillo','https://lh3.googleusercontent.com/a-/AOh14Ggn5Kg02Nf91SfO58b2qsnGc0nFQMrQbsUFuB7TPg=c0x00000000-cc-rp','8918455867446117794',43147),('AbFvOqli3Cnu5bXvisiox7t30emHiY9n5PWrsyNuDaDKJsvobDOPORAq1rUpO3GuOQ7jcA4GbEhWBw','Quick and easy service. Super convenient that it\'s 24 hours and I won\'t have to miss work the next morning because of it.','2020-09-30 03:03:48.670000','2020-09-30 03:03:48.670000',5,'Jonathan Tejeda-Jorge','https://lh3.googleusercontent.com/a-/AOh14GgaUGaXpRhyuhvP1PwuJwO9oDiHJ_GcNWfx6h9DQzE=c0x00000000-cc-rp','2077061009497551125',38500),('AbFvOqli3Zl46QdZF4XeirPT3-ZyIeiCxWX2q1x_vVJ5S1xmtXImJDzIKwrJWUdBgkvgA70I_qfabA','I went in for a rapid COVID test and was immediately accommodated. The ladies at the check in desk got me set up with the necessary paperwork and had me sit off to the side of the lobby so as not to risk contaminated anyone else that came in. I met with the doctor who explained the testing procedures to me and made sure I was comfortable with everything. I haven’t been to an ER in about ten years but this experience was a far cry from them. Quickest service I’ve ever received and the nicest people I’ve ever dealt with.','2020-10-22 20:54:34.312000','2020-10-22 20:54:34.312000',5,'Jom Crost','https://lh3.googleusercontent.com/a-/AOh14Giqt8R2jNf1zLf9349tCf6sh3CrT0VtqSG8NI4=c0x00000000-cc-rp','14904078213800803294',32198),('AbFvOqlI46le0ivkqWMeh_on-r-ZbXgHhEGHPHNLp251ZfY5UrXbLjQRGsSqhJcvUQA6Nlc6tQt_','I had a good experience and the staff Dyveliz, Jacob and Morgan was very helpful at making me feel welcome and cared for my emergency situation','2017-08-20 12:17:45.209000','2017-08-20 12:17:45.209000',5,'Inesha Tyson','https://lh4.googleusercontent.com/-A0aosPrcAxI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnigrPV8vDYGETg70lWpEnjULQInQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35398),('AbFvOqlI4FqMu_8CItPKByrqhDcPis7Fuplc9B_b4nwh5M8UoDlmWVvnOzh0x2AOLG9ctmNrJ-xqJw','Dyveliz, jacob, and tori were amazing! They made getting stitches such an easy process! Will come back','2018-11-11 16:14:25.685000','2018-11-11 16:14:25.685000',5,'Daniela Tabilo','https://lh5.googleusercontent.com/-zJEFqRop2zc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclLtIJdayHjEMJu2JKJc3fabb7zUA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35110),('AbFvOqlI4H9OUm2ITqxqiKZOTJxKk_LhO9_YvPYBhN6tPfGq9RO1xxwIBxH18bva6Gkgd-mUMipvLw','Fast and easy! Everyone was genuinely nice and helpful. Clarissa and Jordan were awesome, made me feel very comfortable. Great service and location!','2020-11-04 18:18:32.971000','2020-11-04 18:18:32.971000',5,'Ashley Atkins','https://lh3.googleusercontent.com/a-/AOh14Gj44839abXWdWkHXo0SXxkChfMl0PTyAUDnFlmX5w=c0x00000000-cc-rp','16389487648212004696',32994),('AbFvOqli4nRfbygMdD1XJWb75kHHyZnJrXkPBYBy8V70227ltjDMFPFfLN9hXtzu-YNMwP63i6tY','Best ER experience I\'ve ever had I probably waited 5 minutes before they got me back, i came in for a covid test. April was an amazing technician she made me feel very comfortable, thank you for the coffee! , and answered all my questions.. would recommend to anyone','2020-12-04 13:49:03.430000','2020-12-04 13:49:03.430000',5,'Mantos .Rivera','https://lh3.googleusercontent.com/a-/AOh14GjrMrQUrYplR0epjezwfmBxpJQVdNScFoeJliWS=c0x00000000-cc-rp','14748677429039074158',31295),('AbFvOqlI4vMd0Cb60Mm1EdypY881911BrcGiCa6FMn5lYztVSKxhujHcwFBgmMgCvEENq7CCs8xqpA','Everyone was so kind and attentive not just to my husband who was the patient but to my daughter and myself as well. Truly caring and genuine. They were on top of it. Mercy was so sweet and considerate. Thank you guys so much!','2018-04-26 00:28:17.982000','2018-04-26 00:28:17.982000',5,'Adelita Garcia','https://lh3.googleusercontent.com/a-/AOh14Gg9aEIduKpgB3Vu2CN3VcoY3KaS1NtK8vurp9YopQ=c0x00000000-cc-rp','3511292162159714121',40941),('AbFvOqlI506PGKhN_eoKZNwYQN0E-WkkW2LvRK1pOenpo7wYgdyKgXvfiY1YIUT6ROYVTMO7pk8Vgw',NULL,'2020-07-16 02:19:08.910000','2020-07-16 02:19:08.910000',5,'Cindy Herrera','https://lh4.googleusercontent.com/-CtnKjmqMo1A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckZmvBrIeOwSS4-wL0Jn05AC-OLSA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36553),('AbFvOqlI5VDe9zvJrNrc0SyXSnYnGW9LekiyiIiOMjm-kC3exYFojxxMTb_nEFyxl6t51mLbTKTi','Dr. Ybarra, Blake, Yasmina, Richard, & Veronica are the best!','2019-12-21 21:22:37.055000','2019-12-21 21:22:37.055000',5,'Melissa Valdez','https://lh3.googleusercontent.com/a-/AOh14GiKTSAh2-p5Ny_DW-kk3LwMC2kQ60TJBCT1G0qlt2w=c0x00000000-cc-rp','8679688254631342173',42542),('AbFvOqlI7R-04cFHAy6sMMre_Wd468kGKowlx-K2Q0-dSGQRiLQwEWoHjhNphQqCgyb2sNbG7sppNg',NULL,'2020-12-28 21:45:22.854000','2020-12-28 21:45:22.854000',5,'Lauren Underwood','https://lh3.googleusercontent.com/-JfZiHguaxuU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmIIYUmhywpDWAdLKZ4TfK_5zXUMQ/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44015),('AbFvOqli8s9j9abN52yJKY_dJ8ZvF_1uUH3hS0YsbJaPjnHKvUEK-kDF8W34mctEKg6-m0M60U_-','The staff were really friendly and efficient. They worked ima timely manner to get me out of there and with a valid diagnosis. I love going there. So much better than the hospital emergency room!','2019-12-11 14:47:50.162000','2019-12-11 14:47:50.162000',5,'Amber Pollard','https://lh3.googleusercontent.com/a-/AOh14GjCEerbc2st71NIX3hzHPePol3eBXeWQclv0vF9=c0x00000000-cc-rp','14567670160750071148',30397),('AbFvOqlI8Xd45pQNggvDaB7cNYhnXaNzhGLwFY3KA7iz0Z_fo-K-mH8l-FC6qDL62NG7T3w570NAWA','I had a great experience! Alvean and Marcus were very helpful!!','2020-11-17 12:46:16.188000','2020-11-17 12:46:16.188000',5,'Jordan Nguyen','https://lh5.googleusercontent.com/-IvwPZgeps_o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclevKBFZh894tlAc8Pv7WghnfUIbw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32916),('AbFvOqli9HSTdyf9pNYsqdp9WHvKiQ-Zq2AMBUM6fu8HvBpGufaSPWISxx0n-HbV2JG_DusGh0bu','I went into this facility with work related injury I literally only spent maybe 30 minutes here. Service was greatttttt very quick check In with Jocelyn A. Was amazing she was sooo kind and generous and she answered all of my questions and my nurse Alvean A. Was awesome she addressed all of my worries and concerns I had she was very friendly and kind to me. She made sure that I was well taken and she made sure I was comfortable the whole entire time I was here I definitely 100% recommended this facility. The doctor here was very nice and understanding 100% caring. You can tell he has a passion caring for people.','2020-01-11 16:39:39.097000','2020-01-11 16:39:39.097000',5,'Micaela Truxillo','https://lh6.googleusercontent.com/-lhmxbXXc9Nw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucknASfRuId5salyvsI0IhjJdRWplA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33525),('AbFvOqli9KeAA1oMcqKtWAx8j8q4WZxfavHXlo-rInAG2YLb64eP7Ahbxcot0j_CD5_m1eeJV9lCcQ','The visit went well. Everyone treated me great with open arms. Easy to talk to and very understanding','2019-09-19 17:29:52.683000','2019-09-19 17:29:52.683000',5,'Tyra Blue','https://lh6.googleusercontent.com/-A-YOP5a8n_I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnlHZ-8hnukyQ492qjTEYLXTftNPg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29661),('AbFvOqlI9oS1Op4dcgNRqy9YrVMe9dnIPvZvcYmVDBxy3441WMrAlzEnkyr7_uyaw3NnSXEcaVzyDg','Dr. Jolly and his staff were so professional and nice to me, they understood I was in pain and took very good care of me. Whenever I am in need of urgent care I will come to this location no doubt. Thank you SignatureCare for taking care of me. I was in and out within an hour! I feel so much better thanks so much!','2018-07-17 23:38:01.375000','2018-07-17 23:38:01.375000',5,'Brina Ford','https://lh3.googleusercontent.com/a-/AOh14Gh-Oc6PM5Y9FpgmGcaZM5ELpysvO-_LWbXQ3cuP-g=c0x00000000-cc-rp','14904078213800803294',32564),('AbFvOqlI9w9XZRP-EL0jTmmj-DdgXfEK20SGJi57FsiNA8-MbFv1qxfR1qoVS6E2_1PN4H2cmJmelA','The staff was very professional and courteous. They did their best to process every patient quickly, politely, and efficiently. I would definitely recommend this facility for outstanding emergency care.','2020-07-29 12:20:17.413000','2020-07-29 12:20:17.413000',5,'Patricia Doyle','https://lh5.googleusercontent.com/--rlF697F8BM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucky7cPA8R1OClkvIwW0HcBsIMREgQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33195),('AbFvOqlia6PZNGGeQahfu4FfaUg8WFq_WIFZMxtMP0YVxIRnV3Os6cSH3ayPs7Ib1NZXI5eU5HINhA','We went at 12:00 pm and I was so worry about my baby.... my daughter did not cry because the way they talk to her. They are amazing!!! Thanks!!','2019-03-03 12:52:55.581000','2019-03-03 12:52:55.581000',5,'Daniela Nava','https://lh3.googleusercontent.com/a-/AOh14Gj-pr4cRsq8N73x9JvAIwqZbpitlcGzbaXslwJP=c0x00000000-cc-rp','17898197009688164559',38269),('AbFvOqlia8FUAp3-ofPqw59WEbJagpug4uGyVTHkr6eDVIMdgngnsULhmzZfRMi5CIGtc57fC1fw','Ms.Victoria greeted soon as the glass doors open and explained everything to me at front desk. She also asked was i okay. Everything went sooo fast. I wasnt even done filling out paper work when i was called to back by joseph who did my blood pressure and offered me warm blanket..and it was warm lol..the doctor was very very helpful and understood my pain..i love this place...i feel better already.','2018-04-30 18:10:50.956000','2018-04-30 18:10:50.956000',5,'Amanda Lawson','https://lh3.googleusercontent.com/a-/AOh14GglBwlKqHNIECkspktLftFRm8oUYUq2R2Ff9OWyyw=c0x00000000-cc-rp-ba2','14567670160750071148',30844),('AbFvOqlIAH31NpTyv_S03GRpINMf8ZyzdcrK_s7ffxNNjKauEIs53yHD7n3Ri6gkImjmQaPEzzu7qg','Mercy, Aaron, Laura, and the super sweet red-headed nurse whose name escapes me were all very attentive and caring! 10/10!','2017-02-23 22:49:15.712000','2017-02-23 22:49:15.712000',5,'Cindy McKenzie','https://lh3.googleusercontent.com/a-/AOh14GiTdUGgwlGyNCCe1lcv5y104qk1Gb7WxK6L1b60=c0x00000000-cc-rp','3511292162159714121',41099),('AbFvOqliaMmVn1LOLWHBvQkysDf0etO93CAUJIcNle7pahD_Lkh7MI3Vkqm_b-fEbUol3DZn8a8jQw',NULL,'2019-11-18 18:56:41.759000','2019-11-18 18:56:41.759000',5,'Meowcity 95','https://lh3.googleusercontent.com/a-/AOh14GjF3-OrNct8Ig9pTo9rMmSVaq4o6zq7Gxze9vcB0w=c0x00000000-cc-rp','16389487648212004696',33721),('AbFvOqlIAoCziHy138O_nOsafcJcHxOMz_1GnaVC5pkD--5DwGql2PZCd4ObHx5XeAQql9Kd66Mq',NULL,'2019-08-19 04:45:27.143000','2019-08-19 04:45:27.143000',5,'K G','https://lh6.googleusercontent.com/-9yWBKUpiEAI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnlkUQJHhxYOUW0_7wsIRPSQDJLzw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42674),('AbFvOqlIaQLWHDWbRajp6BkkPzzZO8ZZLGFKUarpNODICLCYmWwJaunxTaPIF0KcHtk9Wcf4JvlbqQ','Always such a great experience especially given all the covid things. Thanks! Jessica, Cody and John for an easy and calm experience','2020-09-29 15:01:51.893000','2020-09-29 15:01:51.893000',5,'Taryn Bocko','https://lh3.googleusercontent.com/a-/AOh14GhjbC9IrzNqPv6Cghs8FT3Kal_BAcEm5xNiNOqt=c0x00000000-cc-rp','2077061009497551125',38503),('AbFvOqliaxvrpweTePPwnYf_GScUXug-fdDgOG0AwboI3xtm3w_IbkqgKSCJZCdPjmJ_c7ANR7WHHg','This facility was great. I was a patient here and I was helped immediately. Irvin, Nicole, and Katherine were all great nurses!','2020-02-07 04:00:23.290000','2020-02-07 04:00:23.290000',5,'david berrios','https://lh4.googleusercontent.com/-GBzLMNMyzvM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclrqUdNfqxds0aL9NBFActAeqcMVw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28745),('AbFvOqlibRTpeNVwKS9GoTRRVM055FSNM8T1xDPRWYD6ywjHfloEde7UPgjabdQVYZwy4wVDctg8','Brought my son for a visit and I the staff Dr. Nguyen Nurs Susan and Registar Tanishia W. Was very helpful and nice. I will be coming back.','2020-02-05 02:45:54.583000','2020-02-05 02:45:54.583000',5,'Alisha Russell','https://lh5.googleusercontent.com/-TIurAeqZZvk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck1uTpG3y7efCjYC8jKQFsw6RSbng/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37725),('AbFvOqlIcTQDJYVXPrtAs-TYhMW-qdcyD_YkY6Vr9z4Xylk4lAv4WXz5_CcfQchn-uw_NNJxWiqyZA','Fast and professional! Would highly recommend. Thanks Dr. Chowdhury!','2020-07-24 02:44:34.688000','2020-07-24 02:44:34.688000',5,'Jessica Manning','https://lh3.googleusercontent.com/a-/AOh14Gi0ujSEvQvNDNYqtJ8g-nYxpMPhK2f-QIulhMzR=c0x00000000-cc-rp','14748677429039074158',31874),('AbFvOqlid4LrCSC2-d37aA3xBtH27nfSf597gJqKMqTkLbbxwxzFtSo1W9wYnPyuaszc7SxD42zcdA','I came in during my lunch break and was seen in no time....great care','2020-09-16 17:59:27.430000','2020-09-16 17:59:27.430000',5,'October Nelson','https://lh3.googleusercontent.com/-ngHwf4Dmjf4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmRk782S-vDG1GBbstLxMBWxTF_9A/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38984),('AbFvOqliD6bSzxy0dKztqE9niropGL80nTJCvJGkaQZqz3x-k01S-wId6GkuHwuA5Myodc5b2csE','Friendly employees and great customer service! Dr Das was great!','2020-07-31 23:17:27.064000','2020-07-31 23:17:27.064000',5,'Alyssa Torres','https://lh3.googleusercontent.com/a-/AOh14Gjhhvv_BQWtVO6DBgqc0a2pgRXPeHRJzvo057mbEg=c0x00000000-cc-rp','14748677429039074158',31818),('AbFvOqliDaY3FqdLXTlOjs-d5_FnEuOMgDKARMgOyBRgBy9LsPWDaOK75E1Vw2sPD4qynLNexMNMVA',NULL,'2020-10-28 01:02:08.769000','2020-10-28 01:02:08.769000',5,'Viviana Martinez','https://lh5.googleusercontent.com/-4or-LQuGp-0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmwc-lLC79hly8RxNCpZE7kwAVGOw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30046),('AbFvOqliDrmAw5QNl8d6oBWpdVXkJoZqSlwb52RgTDcAiR66k_bVs2qSgNoGb8VVQKgjypVCD0eLpg','My experience at 24 emergency care was great. ( Nitza ) was very kinda and made sure that I got good service . My doctor who help (Patricia ) was good too also she made everything clear for and I was in and out with in 10 min','2020-01-09 15:56:03.027000','2020-01-09 15:56:03.027000',5,'Angel Dixon','https://lh3.googleusercontent.com/-ccu6TrB6Uyg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnaj0XqHG1MLzQ-XWD2jtIkGI3j4g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33528),('AbFvOqlidYPkFp_yAQCjeeUuQwVZ4lCKas28lJXxqqJga4cv4baZewnIeqwTPxzKV0OApU3l5BlR','I am a female.come to this place at 11:30 pm 06/24/17 try to use restroom. Since I been went to other gas station in this area they are refused to let anyone use their restroom. So I thought a emergency care will at least let me use restroom because they are doctors and their main thing is helping people. But the restroom door locked, I ask the security guy can I use restroom I can\'t hold nomore. He said sorry we only let our customer use . I ask him why , why they and other businesses won\'t let people use restroom. He said because lots homeless people around here. So all the businesses don\'t want those homeless people come in for cool AC and use their restroom. OMG I\'m shocked. And those businesses people are Christian? I feel shame for GOD . Anyway I finally find a Kroger store and use restroom. So when daytime out there is so hot and they will not let homeless people come in just blow a Cool AC and won\'t let people use restroom. That\'s human being???? I really mad today I will share this information on media let other people knows','2017-06-25 04:57:20.692000','2017-06-25 04:57:20.692000',1,'Kelly Lee','https://lh3.googleusercontent.com/a-/AOh14GidPh4eWrLcQ03177JVk9ssIbJTuGjUyFJqpQ27UA=c0x00000000-cc-rp-ba3','3511292162159714121',41040),('AbFvOqlIdYYKUdBXQjKOkKqlU9RWbBU7UIY95_obRCo2FCKrNheSr5zp1MCriF33u6Lc5cf8oK8Mow','My husband and I came in to seek treatment for an injury to his foot. The moment we came in and were greeted by Ayesha we knew this place would take great care of us. She was so welcoming and helpful with my initial questions I had before my visit. We went back and Dawn, Nanci, and Dr. Alloju were AMAZING ! They were so caring and warm. The bedside manner the staff has was incredible. I\'ll be recommending this place to anyone. Seriously thank you guys.','2019-06-23 21:06:00.970000','2019-06-23 21:06:00.970000',5,'Anna Perez','https://lh5.googleusercontent.com/-n1muMFP21gk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl7QNTr1yigkhS4ibQmtRUNKr6vyA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38124),('AbFvOqlIdzWqWkaf7gZoGTAjqNZL5UzqbNioIN7FlX8wBvDpPugHcMULRe7vqwmLug9NY_54zO26nQ','Alvean, Valory, and Shekivia were all awesome!!!! Even though I came in feeling like ā€œWalking deathā€, they made me laugh and feel 10 times better! Everything was thoroughly explained! I highly recommend!','2020-09-23 18:29:38.385000','2020-09-23 18:29:38.385000',5,'Derek Gipson','https://lh3.googleusercontent.com/a-/AOh14GhyHexR2VWlnff4LEP6mfQHe19uMxlUVKxu8HvFfw=c0x00000000-cc-rp','16389487648212004696',33176),('AbFvOqliE2kdreL9s6cIZEqpf84Kleiicrhyi9zz3Hn7aAUPxX_qgyCySf3Pv13tPJ9vDHLibPZO6w','They were quick, friendly and got me in and out with no worries.\n\nKat, Daniel and Dr. Hasegawa are an all star team !!\n\nWISH THEY HAD PRIMARY CARE HERE !','2020-11-17 16:12:57.690000','2020-11-17 16:12:57.690000',5,'Nesha Depp','https://lh6.googleusercontent.com/-vARGig5DB4U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmmGayRfxQf7pat3FITol9tsQOJfQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38892),('AbFvOqlieA3HEnTMOH3pVUPLNSyAL0hDuHO2rr7dAuneo9DorEDaAJUpzHOnjfqrUC67DinFuvnf1w','Amazing from A to Z. It is refreshing to see an organization pulling great customer service on top of great service. Do not hesitate to go to this location.','2018-06-16 18:58:58.562000','2018-06-16 18:58:58.562000',5,'Kyle Mani','https://lh3.googleusercontent.com/a-/AOh14GiDs7i6KH6lmMUP0LtBiEsQ60MgxqpSmDPu_jjXbQ=c0x00000000-cc-rp','8679688254631342173',42753),('AbFvOqlieO-pus7qITVzdb4BOjHUgSi3FitiFtWxCSEd_vfxh2ecnokVFDvk5U1fVSvYTXiBrsit1Q','UPDATE 2: Sorry, I was probably unclear in previous update. I am not frustrated with the insurance co pay, I am frustrated with the fact that the front of house staff at Signature Care informed me that the service I would be receiving at their facility would be covered by my urgent care copay (which is $50). I asked repeatedly just to be sure, and they assured me it would be. When I worked with the billing department later they were of no help in resolving this issue and placed all the blame on me, despite the misinformation I was given. The actual care I received from doctors/nurses was exceptional.. unfortunately they see but a fraction of the ludicrous $2000 sum.\n\nUPDATE: crooks: $2000 bill for 20 minutes of work to do 5 stitches. After they told me my copay would cover. Billing department tried to keep me quiet by taking off a small percentage and a payment plan.\n\nHad my ear split open from a hockey puck on a Saturday morning and came in here a couple hours after it happened. Virtually no wait to be taken back and diagnosed, cleaned, then a few shots of lidocaine, and then a quick procedure to put in 5 sutures. The only thing was a 20-30 minute wait after the procedure for the nurse to come back in and clean my ear, and she didn\'t do the best job. Other than that this place was great; little to no waits, very clear and friendly care from everyone there (front desk, nurses, and doctor). Unless you\'re having a severe medical injury, come here in lieu of a hospital ER.','2017-04-19 15:01:24.227000','2017-04-19 15:01:24.227000',1,'Alex Stitt','https://lh3.googleusercontent.com/a-/AOh14GiwtRuRB8u6yD2XsWTG6doCCBPt8Urlrv9M5nEPTg=c0x00000000-cc-rp-ba4','3511292162159714121',41069),('AbFvOqliEOkV5FT617SlsOh4XTWdtLJ62t1AP7EPSrKTxNM5HBzYGJnVAoTTz4Epg42sexGsKobCbQ','Friendly staff and seen right away.','2019-05-23 21:08:29.685000','2019-05-23 21:08:29.685000',5,'Paul Roessler','https://lh3.googleusercontent.com/-rspXO9BBr_o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQlZxlslHdoAbC80Klwjy4KWS2cA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36194),('AbFvOqliEsgiwMDpreoz8NpHab_Ba5XMPeDn6Dp9QmGVuM5mpowcKrQQsxAO_JY8ePGs-dPqoRLF','Keshawna was very nice and speedy at the front desk. I ended cutting an artery on my middle finger, I was stitched up and out the clinic with an hours time. Great medical attention by the Dr.','2020-09-23 17:32:08.205000','2020-09-23 17:32:08.205000',5,'West Del','https://lh4.googleusercontent.com/-OVU4o1aHD0Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6YOYIqhq9ydZ3NIpa564bNtW-Kw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30108),('AbFvOqlIesZGDMSjLxH-ZFFvVCjscOdnOYTDot-vA9UT0rbWBpvse2KvT9nEOPKa-zCuHJzR-NiPUA','I came in to get some blood drawn and I was nervous. The staff was great. Jen, Trisha, Shay, and Ariel took great care of me.','2019-05-11 10:16:19.653000','2019-05-11 10:16:19.653000',5,'Elias Ayala','https://lh4.googleusercontent.com/-lyCW5lYDU54/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck8lyOtefAKl_1hexT8uD87dQhtIg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29101),('AbFvOqliEWLDhTuJARW6dU7KaJs22z1FTTgn0WnXHcBMPjHNnFc27wSo_F1A_46s2Qu7n-aic_1Urw','Excellent care, great staff','2020-10-22 02:00:59.324000','2020-10-22 02:00:59.324000',5,'Shannon Davidson','https://lh3.googleusercontent.com/a-/AOh14GhmsCdYJ0FB23ecD_v3wq_NQ3e-zrhp_J2day6slw=c0x00000000-cc-rp','2077061009497551125',38461),('AbFvOqlIF1WEzeQbkMz1csVUMMZyn4ySLVtW2r8FdyelrJEg84RUHEjFdyWbRA-QxozVRifP3hWDCQ','Everyone, from the front desk to the medical staff, made my visit exceptionally positive! So glad I chose this location.','2016-08-02 12:03:49.993000','2016-08-02 12:03:49.993000',5,'Alice Bohlae','https://lh6.googleusercontent.com/-LAMRAOyB194/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVCnRdbTqKlh5Yk3G_CpHezR1WIA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31213),('AbFvOqlIf979b5P02DnnY7OITtgKkwYNZESHJdzhSwGd7HzuHOXzrUpFr-z2Z5ldc_gtSD3oRm_I','I was seen within 5-10 min tires of arrival. Everyone was extremely helpful, caring and asked the correct questions. The doctor answered all my questions and was very nice. The registrar Vanessa was super patient and explained the paperwork thoroughly. I’m happy that my sister referred me here rather than where I was thinking to go.','2020-09-23 01:27:43.038000','2020-09-23 01:27:43.038000',5,'Kimberly Spikes','https://lh6.googleusercontent.com/-0YCAiwnrTTw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclXsnimZJzSZULMX2iPapcnzE76Hg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33179),('AbFvOqlIFEO380m-g9LK2tSY95M2RblhsGwcNMbx6Z1dCmWWfEp5fThloCYX6yeoUszPxO1sEPL6Ag',NULL,'2020-10-15 15:32:16.576000','2020-10-15 15:32:16.576000',5,'Jaydon Shield','https://lh6.googleusercontent.com/-UQZgD0fYZZ0/AAAAAAAAAAI/AAAAAAAAAH0/AMZuucm3tzTEtu0BxGVw7zgP7hQRoPiE7w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33150),('AbFvOqlIFOTUd39RZhc1RYS_d87N-yBuTHmXvpwOYC1uBWsy1Iypxve6fiWASLyr5CdmQ_hA7sle','everyone here was so sweet. I was carrying about my English but they helped me to understand everything. it was very fast and sweet.\nthank you so muchā™„ļøā™„ļøā™„ļø','2018-08-01 16:42:21.149000','2018-08-01 16:42:21.149000',5,'Š”Š°Ń€ŃŒŃ Š’Š°ŃŠøŠ»ŃŒŠµŠ²Š°','https://lh4.googleusercontent.com/-4Ke8lkov4os/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmE-wpUuGy2-LazBgtHTP_aaG0iFw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36377),('AbFvOqlifVldrOCoYGqjyb8G9Z0Smznh9kzzyaMm5Q8BdB8THpOVX14guW2lo21oj4iZ8L0FbBsLVw','Bit pricey if you don\'t have insurance BUT excellent care and compassion. Doctors call back within a couple days to check to see how you\'re feeling.','2020-12-29 01:46:24.953000','2020-12-29 01:46:24.953000',5,'Philip Judice','https://lh3.googleusercontent.com/a-/AOh14GjyKz_Q1eqPYtUbAA3I8Y-i-V-3Iw0kf_BHttsepNQ=c0x00000000-cc-rp-ba3','3272657195432704501',39660),('AbFvOqliFYI8vINwblFe5ALNNosZj69QbSWgNQA30Fj8Fw4IMNT4pFOI3BHzKN24i5aSsfzlGi0slA','Bryan in Radiation was awesome was a great help','2018-09-07 01:21:00.928000','2018-09-07 01:21:00.928000',5,'Michael Vasquez','https://lh5.googleusercontent.com/-H9m_txBdF3Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclNIVFY_95sIvoJDNorKFjRc66sJA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30744),('AbFvOqliggncu4URVsBeIkF-sMsyjwREo6ZaHD3hpliKWxkpgdZebYuq46mxookhHFMgucvcQ0jW','Dr. Edwards answered all my questions. And I was literally in and out. Loved the no wait time','2019-02-17 22:13:00.206000','2019-02-17 22:13:00.206000',5,'T. Vanesa Montufar','https://lh3.googleusercontent.com/a-/AOh14GikOauRkIspsphj2D-InEf4uxioTJsavBdROlbx=c0x00000000-cc-rp','17394740196501090048',36820),('AbFvOqlIGPDAJJB4_PTHhy0eOuNHKLYsqQ2MqbVocDcPdw4i6Fn-kowJcWjCpQSFwEMB_j5ZJknqcA','Clean and Welcoming!!! Awesome staff!!','2019-03-20 12:17:05.803000','2019-03-20 12:17:05.803000',5,'Candice Smith','https://lh4.googleusercontent.com/-5J8iu1fZAAM/AAAAAAAAAAI/AAAAAAAAKeM/AMZuuclw83ZcTNuOq1ANTWPwV6nfzxJCuQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39894),('AbFvOqliGRliK1I2lgW_OYXkpRJHdt7frqeZx5Bv8Gt-hOkB6u5rmiidNiwiOxhrSDSo_2xMkCvaYA','I made an online appointment. Came in about 20 min early and did all my paperwork. Even with the amount of people the wait was not terrible and they call you to your phone when they are ready. The staff was very kind and made me feel taken care of. Covid testing was quick and easy! Highly recommend.\nShout out to Georgia, Zack and Jessica S!','2020-07-21 17:38:08.479000','2020-07-21 17:38:08.479000',5,'Jordan Feigelman','https://lh3.googleusercontent.com/a-/AOh14GgacwJeOtT8pqf_pZSAvcjS_nCdIHOhihWDQAE2=c0x00000000-cc-rp','14748677429039074158',31886),('AbFvOqliHdY2HrJLf_pFgeBYiRJzPJXLnVlDiUWMvVjVX7FBLs81-B_h19s3m-lGWQ9by7pgkahzIA','Great experience!','2019-06-26 16:45:23.807000','2019-06-26 16:45:23.807000',5,'Charla Ozenne','https://lh4.googleusercontent.com/-FJFtRiPGog0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMUb-kpbCB8QyMjigXwUt-Zq8viQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43241),('AbFvOqlIhsVJVU0_rzzEWx9KWfVEgSCJXUUiDGPcYTrsyYl11zAj9bujIj5kYR1-K0tU788Of7ZtNw','I come here anytime I need medical attention. The staff is great and they are always very helpful. The best part is even though they are an emergency room they are very cheap compared to most. This is the place to go if you need quality care in a quick manner.','2019-01-10 23:16:22.939000','2019-01-10 23:16:22.939000',5,'Dope Melanin','https://lh5.googleusercontent.com/-Y2Up0JAIbBM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclrlFez6om_9Y1aTnyAH_IFZupMuQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40720),('AbFvOqlihsWLDJeYda7MAoXSBLNft5HL61OHurWKCUaZDlwaAZTWFI8fmb7BnXSgw8NCqUICKyMYbQ','I am so in love with this location!!!\nThe staff is so welcoming and inviting, everyone from the front desk all the way up. I went in to check out my sons ear and they kept this frantic mother calm the whole time. Very fast service','2020-02-04 16:00:00.514000','2020-02-04 16:00:00.514000',5,'Crisstian Mechelle','https://lh3.googleusercontent.com/a-/AOh14GgdGDNIF62rRO3XoEGPeSGj1aYFO_Fautw90VXyMQ=c0x00000000-cc-rp','12541597562633926366',28754),('AbFvOqlIHWf4NsNyrdHNsuDTVKvaNsj-_gh65YOV9MzXEDqLOMWYgC43IWZTECEutFMuFD8tRQv5pw','A very positive experience when often times trips to the ER can be scary. My nurse, Krystal went above and beyond to make me feel comfortable and taken care of. I can’t recommend SignatureCare enough. Thank you to Krystal and the rest of the care team for making a stressful experience go as smooth as possible.','2019-03-19 19:10:41.369000','2019-03-19 19:10:41.369000',5,'Brittany Lawyer','https://lh5.googleusercontent.com/-sOH-22VuTbQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmgJtAyRjBvQ6WE4CN9-_ubuqjslg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29892),('AbFvOqliiCUwiLVWQG8p3Ky7745sQMfUHft4_mGSMjo-wbVbR-A3UFkhM39fNimy4opkurnRaWOljg','The staff is great and would recommend this facility to everyone. Jocelyn at registration greeted me with a smile on her face and I love good customer service. Dr. Souman, Nurse Cat, and Bryan the tech came in as a team and worked together. Thank you for all you do.','2020-01-14 19:00:26.739000','2020-01-14 19:00:26.739000',5,'Tenora Charles','https://lh6.googleusercontent.com/-Nc_xASoPnNM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmTsz1w0zlz1xCsN80F6A1dmdacFA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33509),('AbFvOqliiH3FLj7t_uPFaa1OqFtCPRzDxQ4FqnqCooSFfxS33RRppQ3CEQ88JY3egfgN8GtsIzWT2w','Great and fast no waiting time šŸ‘šŸ‘šŸ‘šŸ‘','2019-04-02 12:15:53.700000','2019-04-02 12:15:53.700000',5,'Al Miller','https://lh4.googleusercontent.com/-XspMfxtKZf0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhtw6Bvbm9jePyx4KwmdSwZaTPzg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlIj_isgnYQf3ZJM_tvmBH0R4w7T-MsGNexTA7adjPoXZ77ZquUvNELVSMV9YMc3j4mNxcWEw',NULL,'2020-03-10 04:51:45.393000','2020-03-10 04:51:45.393000',2,'Paquin Sal','https://lh5.googleusercontent.com/-ScclyL1w_u4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck4iP_GsSyB57yHGf1nJ8FfZT_rJQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37626),('AbFvOqliJ4drI_mWYFZqa2XLqFwv6LUhCa1ApbCmMflNrKoAcsL0CccR-Ka1AmGXuXouGZSw1PHTTw','Was a great experience. Lorena and Smaistrla helped my visit go very smoothly from the moment I walked in. Jeri and Tories were very nice and informative throughout my appointment. Would recommend to my friends!','2020-10-25 14:44:31.385000','2020-10-25 14:44:31.385000',5,'Brennan Passon','https://lh5.googleusercontent.com/-jsxeyWFD6Fs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck3MOhY5IQdO3z8Y8MCR49_7tdaUw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34105),('AbFvOqlIjbhMMRKXyFisQvxuxugQpbZlXKamIAuWw1-0BjsTnKhbjrMkNKXRp_S4HPOcFrS6K0tR2g','Staff at Montrose is amazing!! We were immediately greeted when we arrived at Montrose to transport a patient for further medical care and evaluation. We were offered snacks and drinks and felt right at home. Always a great experience at Montrose.\n\nThanks to Dr Yusuf, Nurses Hamzah and Gina, ER Tech Olivia, Radiology Tech Dion (the MAN), and Genesis from Registration.','2019-02-03 21:35:02.363000','2019-02-03 21:35:02.363000',5,'Gerry Prater','https://lh3.googleusercontent.com/a-/AOh14GgapatWp2jemXT-UaUdr8G1Ii26NOYHG4EHQvuJ=c0x00000000-cc-rp','3511292162159714121',40651),('AbFvOqlIjqD-1wO-oqj9ocFgY-L_JmV8m72dqT5T4BCtOCKslHaJFw9V6bnrS2cGwvwzuG1AhuPpiw','Excellent patient care! Staff went above and beyond to make you comfortable. OMG the warm blankets. Doctors did a thorough evaluation, very attentive to your needs. Even between shifts (thank you to eveyone involved in my care) staff didnt miss a beat and provided their best. When they mention minimal wait time (<10mins), its just to register/sign in. Thanks again to Dr. Estevez, my nurses Chris, tech. Brandon W. and Bryan D.. Feeling a lot better!!','2020-01-22 18:59:02.992000','2020-01-22 18:59:02.992000',5,'Samantha Santacruz','https://lh5.googleusercontent.com/-VL4QAvlZheo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclbDEkNlxjF2bgI2jKK9MvvSiypcQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30318),('AbFvOqliK8_hhQasribXFwgidqH7VbxJGwcAoG31urpS37MnzwUN0Jg6YgfgHmgmVElyDzPgnq9ouA',NULL,'2019-12-29 16:08:52.547000','2019-12-29 16:08:52.547000',5,'PAPATONE','https://lh3.googleusercontent.com/a-/AOh14GgX59QvKmeJbszWBI2tsHMlpp4-bImYPQ72_tVS=c0x00000000-cc-rp','2694018788013845459',39171),('AbFvOqlIKnh_IaSlVAL4klLnikGFepJUDkio3APXiHkOXGxUc9DBuOLAa7sT9Fx2chSMtU7fMVthYA','We came to this place for the first time. The place was clean and the staff provided amazing service. Erica, made us feel comfortable and made sure we were taken care of at the time of our visit. Amazing Staff!!!!! I definitely recommend this place to anyone who needs medical attention!','2020-03-09 21:42:27.289000','2020-03-09 21:42:27.289000',5,'Claudia Moreno','https://lh6.googleusercontent.com/-tq7q_Xmr12M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxIiJ5ke_AVurYBaapquCWcdIsbQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30206),('AbFvOqlIkyUVpyEMZOAKXZNUsjF-3axJiRfkNM7id9NICNvxSZdSGzJ_hoDXAKeLmfLZ2furwqcUiA',NULL,'2018-11-29 18:17:15.620000','2018-11-29 18:17:15.620000',5,'Clay Womack','https://lh5.googleusercontent.com/-cmlcc2SH3zo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckJpC0XVTmaVs7wYYCHXemAYs0jkg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42226),('AbFvOqlIL6fCJUSvYQUHutnKJj5OULSkzh8wzsJuoAotZ40bUnhmaG3TEIvzyWMn5bkDH_IYZ17rkg','I was very happy with the service I received Dr.Daniels. Rollie Natalia and Stephanie','2020-01-25 06:14:25.420000','2020-01-25 06:14:25.420000',5,'Ashley Johnwell','https://lh4.googleusercontent.com/-zTPLaQTc-2c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclsBFBxFdjstw-3sCZyf8sRHERGwg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42488),('AbFvOqlILjUq4f4RVkXCiKgx6OxKvZuSLzKITWSa5_eT9ETrqdDBRyt7DrrCDaThQXFbglf19K2YDg',NULL,'2020-12-15 13:39:10.905000','2020-12-15 13:39:10.905000',5,'Zaria Black','https://lh5.googleusercontent.com/-r_OiUe-_8sU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn-VL1KU9_z87N80iJnw4k1NUiBHw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39404),('AbFvOqlIlmZcMHjTuDqjaIvGrv_RYqbfnSfIyw1sg3jTsexZYoZdxKtQ9KKaQ5xO9lszl-nKnj8z','Shelley and Townsend helped me today they did awesome!!','2020-10-08 15:09:29.210000','2020-10-08 15:09:29.210000',5,'Scott Ihrig','https://lh3.googleusercontent.com/a-/AOh14Gg_bonPBJOzTuQ1QKsusdd9XblVTDL1N0CEADB_tQ=c0x00000000-cc-rp-ba3','16891069708558046635',35730),('AbFvOqlILWibYAGqNaVKgDGItd6Lnx48rsPyC5uLXpT942Uu9udWniJFAOp9yBiduJTrzqxrmG85YA','No hassle, no wait, the best care, best staff, and professional.','2020-11-12 13:39:17.182000','2020-11-12 13:39:17.182000',5,'Leo Ruiz','https://lh3.googleusercontent.com/a-/AOh14Gg2XGC-rbh_fYvgOLt6wEOBcjj7KB48eWxoLasziw=c0x00000000-cc-rp','14904078213800803294',32152),('AbFvOqliLWpImsxMWyVOTh0-sROHXrKUMfSC8cWezQkHTII_aG-bxkaZ-MDLheKw6na_kmUuDs8fHQ','SignnatureCare Emergency Center in College station made me feel very comfortable and took great care of me. Their service was quick and accountable. I would recommend them to anyone in the area.','2017-09-11 16:26:22.277000','2017-09-11 16:26:22.277000',5,'Emma Mathieu','https://lh6.googleusercontent.com/-7b-OSz2QEpY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnSpKm4uquKpYj0Q5kQLdC55lwQbw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35381),('AbFvOqlILxBxYtRGp2Na_p6Z9lT4miUvpTq8G30d7ffHOx69bNvq5H3pT2pCaTSj9s5D9qBEYEyHTg','Everyone was very helpful from Evelyn at to front ,Duke the nurse on to Dr.Ding . I was treated and it was done in a timely manner','2019-11-27 18:27:33.358000','2019-11-27 18:27:33.358000',5,'Toddrick Stephens','https://lh5.googleusercontent.com/-hQzcS1eC08c/AAAAAAAAAAI/AAAAAAAAABI/AMZuuckQ4fHc4XiX6gT0DIG5aRILMsbjhw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42566),('AbFvOqlImDc1I_eA7sQ3gc1KV_KN4dz7or4eXripNiNHn6EWlOqvyZZlpJ9qXL6lK3pNR__Ax7sN_g','Took my daughter to be seen for some dizziness and was treated with the utmost kindness from all of the staff. They really took the time to assess her thoroughly and got us in and out quickly. From the registration staff (Edward & Barbara), to her nurse and tech (Christina & Linda), to Dr. Rose ...we couldn\'t have been in better hands. Thank you so much!','2018-11-05 15:57:03.936000','2018-11-05 15:57:03.936000',5,'Alia Mauricio','https://lh3.googleusercontent.com/a-/AOh14GjhAUkMtiUyC2K1ZUW-VpTZT9HJimwIqOBg-cFLGw=c0x00000000-cc-rp','16891069708558046635',36331),('AbFvOqlIMGo3tVzbKfIpeHjB_Nz93A6cmvpgsnn9sd9_sD1-lBEsrHNtutLyHxG6QUuucY9fT4LRZQ','Great customer service and very friendly staff got to us quick! Would recommend to friends and family. Dr. Cavazos was great knew what he was talking about and Nurse Rollie handled me with care. Rad Tech: great customer service skills very friendly. Reg: Stephanie was kind and helped us in a timely manner great Customer service skill.','2019-11-20 02:20:49.220000','2019-11-20 02:20:49.220000',5,'Jailene Coss','https://lh3.googleusercontent.com/a-/AOh14Giidm04C1dII-3BCft7RT8X-5G-hF2SE0EE9nqpqA=c0x00000000-cc-rp','8679688254631342173',42575),('AbFvOqlImH3eyMJct0QxWJF6UVFVKXBqNKduoNh8m2vvHBYBFOPcERaCvNLdNtregW5jite8ifbBzg',NULL,'2019-03-25 06:38:36.919000','2019-03-25 06:38:36.919000',5,'MARISSA MOUTON','https://lh6.googleusercontent.com/-EI8HpD4LuQc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnhOXAAJA4wf8b3VFqH5v86_E0jPw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38237),('AbFvOqliMPB4vCmMCrv-u51k3MxLBNe09f2oWT-VGYVD4TDFmX5RWSdMnPKmVpzvh0yqdIWL3eMrsg','All of the staff who saw me for my illness were excellent. A very short wait time before meeting with the nurse and the Doctor. They were very thorough and professional. Thank you for your fine services!! I am so pleased to know that an outstanding 24 hour clinic is in my neighborhood.','2017-12-27 23:37:12.282000','2017-12-27 23:37:12.282000',5,'Larry Jacobs','https://lh3.googleusercontent.com/-K7BmyiQN6Rk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3ihItnh6wPR8MfqCGbODzMUZ7PA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40978),('AbFvOqlin2vsiMVnqxUxV5J1eoafc9UdU9oB5oRK_jJCtuykIplQJ_yR3b1kxgaonHvg4yyLp0p_EQ','I had been there a couple of different times before but this time really stood out. Dr. Jaber was sooooo interested in how I actually felt and so concerned about my situation. Sherwin was awesome in trying to make sure I was comfortable and Sara who my nurse had excellent bedside manner. Alyssa was quick in getting all of my information together so I could go back and be seen. Now I don’t know if this team is a permanent fixture for this location but they are a DREAM team to say the least.','2019-11-20 17:19:30.372000','2019-11-20 17:19:30.372000',5,'Sybil Prier','https://lh3.googleusercontent.com/a-/AOh14GhXkxIbmYXLWe7vJYUklnAd50gNcUcLzkQk0aBqvw=c0x00000000-cc-rp','12541597562633926366',28977),('AbFvOqlINCd3fkI0hy5X3fTIvtLL9e1JY72psmGXsKfcwcAAf-89UYFrcWUD3kYC5hB8zeG69wKw','Awesome facility and employees. You can tell the love what they do and enjoy working with people','2020-11-26 00:50:11.136000','2020-11-26 00:50:11.136000',5,'BigTex Flexing','https://lh6.googleusercontent.com/--64yUC-O634/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmMyfo5AFh0Lq0cTvlwr_p8dVnxkg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42251),('AbFvOqlini-FWE-y7aE1H32daRnQ2ggbmqpn0trKAQDFGPpXlp4xmvqAHPxhfsGdlP9H8T2e0IGQmw','this place is very fast and really helpful & friendly I had a great experience! Gabriel and meagan were my nurses and they were very nice and helpful, made the experience faster and so much better! thanks y’all!','2020-11-15 03:01:53.946000','2020-11-15 03:01:53.946000',5,'Sierra Martinez','https://lh6.googleusercontent.com/-e1rA5YKC5-Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckYO1KbUaG2dKVlwFp4Afle8tZ7fA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35591),('AbFvOqlinQ5EGzt3pH2iRe7OlPBVJgtkl0foCUU0lLWYQiL-Y-JkHfQTxUOq3oUIJngV1zpLW0dK-w',NULL,'2020-10-27 16:40:45.520000','2020-10-27 16:40:45.520000',5,'ladonna palmer','https://lh3.googleusercontent.com/-QZX5jfWo2k0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckK4gip4iSDbjV_vOq8Mw5b6xIShA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29287),('AbFvOqlinS0RD5ShH4w8oMiRbwkjaR04_Iz_gtWCcKg7sN6bFiGSvzsNGbeOy5rw1INrK5K51-GBGQ','This place is extremely organized and I had a great experience here. Would highly recommend this place. The best I\'ve been to for COVID-19 testing, by far','2020-07-06 14:53:33.934000','2020-07-06 14:53:33.934000',5,'Hannah Blanchette','https://lh5.googleusercontent.com/-Zka909qAO-w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnP9wC1JquWx3YTHcI5jr6PB7KVNw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42363),('AbFvOqlIOFxVN_R8FGtKg_M9-Wbi7NCXzFg-Xtixe2W4fJGcrwpmDQ-O7SumkIOMNyHhzRl5mYUOJg','Very Quick and efficient service, the staff is very attentive and thorough.','2020-08-02 19:45:38.798000','2020-08-02 19:45:38.798000',5,'Ana Marina','https://lh5.googleusercontent.com/-qm-dDHilHJQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck8-YAQSagEmxrdPHYD7qG6SOw7bQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32288),('AbFvOqliokHufgc1oHyeMj08v-xoTpKq0QAgPFth2g90M5ZP53zXlJTMnb3ecDmr_JkcIiA5r84QKA','great customer service by Dr. Patel Amy Josh Agnes','2019-05-07 01:37:52.845000','2019-05-07 01:37:52.845000',5,'Julio Sanchez','https://lh6.googleusercontent.com/-MCgADwbzofw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn3E9RH8qpWduBtaDWPQesmCcmZRg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40574),('AbFvOqlIoNmXMeKmnMJomM-qIAXF1XNSMRqRU3iCTHC-pjU_qBbubgymP1iPRl9fK9R96_W2uRjdkQ','Having a previously great experience with SignatureCare at another location, we did not hesitate to bring my mom here to the new one in Atascocita. She was seen quickly and all staff was very kind and caring. Abigail, Valory and the Dr. went above and beyond to make sure her pain was controlled.','2020-12-01 22:58:51.664000','2020-12-01 22:58:51.664000',5,'Vivian Schaad','https://lh3.googleusercontent.com/-19i5Nt6bsAo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVDw3MMMLn_MTmKtRdxsLjA_waGg/c0x00000000-cc-rp/photo.jpg','15979470999169074295',32832),('AbFvOqliOzNcnf_C_07E4EMC8xFj6Omt2LRXvaDTCi7EnxNswfqDWmaJCj8qDEG-n-yzPvzTzjPHyA','True Professionals - After suffering with food poisoning all night, the doctor and nurses at Signature did a great job of giving me immediate attention and helping me to begin to recover. Kind, consider and extremely professional with a focus on patient care. Way to go!','2017-01-30 03:18:06.315000','2017-01-30 03:18:06.315000',5,'Jeffrey Hubbard','https://lh3.googleusercontent.com/a-/AOh14GhfUJ5KU-npZM3i7KVPB8VhWKX2-6f2sdJ-IGfv3A=c0x00000000-cc-rp-ba4','14904078213800803294',32744),('AbFvOqliPgfsSKS8iG7miSUJha_Zsp1vOJ0dFqU92LQPlYYUqpS13ts5BKxyUKXJ3EE4960Tw-0EWw','I was here with a friend, and had a great experience. Dr. Kimball was helpful in explaining what was going on to both of us and Cameron was helpful in showing me where to get snacks and coffee and offering me blankets and pillows! Everyone was super nice!','2019-05-01 15:06:31.723000','2019-05-01 15:06:31.723000',5,'Savannah Davalos','https://lh3.googleusercontent.com/a-/AOh14GhC3h7QB7MIw9YC4USanw4QIpweVdusPQl1mv-dUA=c0x00000000-cc-rp','16590124370714063921',34863),('AbFvOqliPR-oFp-1hf4-6ac8Tn-GU3nOG1b9w8KxSS4913gNuTpLFKSHGnqSYUCtHxG-Sf5Q4uKbSQ',NULL,'2020-01-15 18:48:20.442000','2020-01-15 18:48:20.442000',5,'savannah ephriam','https://lh3.googleusercontent.com/a-/AOh14GjxpKeZ8W2XlZ530nKl7YvL7WyVGymvpZOUFaZ1=c0x00000000-cc-rp','8679688254631342173',42500),('AbFvOqlIpVZF4ZVaYEC8UliC9uZZn15pzhfhkrRXIjl4urxGBX-BUx1NlQuhPyif2rLOWBaGWR3I','The most helpful staff, accommodating to me and my grandma. Jocelyn is very warm in her greeting even though I walked in miserable, was seen within minutes and the nurses ( Jani, Brittany and Selina) all kept me up to date with everything. Dr.O’Malley (that’s actually his name) is very kind and explained every possible thing I could test for and what he could do for it. Overall best experience in a clinic ever.','2019-11-09 19:30:00.173000','2019-11-09 19:30:00.173000',5,'Alex Manrriquez','https://lh5.googleusercontent.com/-7ut0fF3XxFE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckb-w3riRyRaD_DCQzrRNOAR1aLUQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33774),('AbFvOqlIqcMe3c5gvpGzOHXS1SxCG0gFRNYIsMtlfmRDJb9OWfese3aD_j9a_qUVc6LCl99LBsnU','Five Star for the super fast service. The receptionist Tanisha was super nice & very helpful. I arrived and before I could even finish my paperwork they placed me in the room and before I got to the 3rd page the doctor (Dr. Cavasos) came in and introduced himself and immediately started checking me out. My nurse Lynn was awesome and informed me where they had snack & drinks if I should want any. And of course I helped myself to a few snacks. Laura assisted me with my x-rays and was very sweet. The service overall was excellent and I was in and out and all done within 35 minutes.','2020-02-17 02:22:42.240000','2020-02-17 02:22:42.240000',5,'Brianna Smith','https://lh3.googleusercontent.com/-PXiLcS9NLqI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_g7XKHHm6_7HOiw1K4hfd3aXOQg/c0x00000000-cc-rp-ba2/photo.jpg','17898197009688164559',37696),('AbFvOqliqqSXUcd6L2TNR0X5lZz6IW9tMwn_cYlqB36nB2fJKCvoHnGImXaD1aMWYShoRNG_EgxB5g','This was my first time getting Covid testing and the process was so smooth. The front desk lady’s (Kennedy & Lorena) greeted me and got my information quick. Testing didn’t hurt, they offered me blankets while I waited (Brandon W. And Megan), the doctor was super nice and helpful (JR). Overall a great experience.','2021-01-01 23:33:37.778000','2021-01-01 23:33:37.778000',5,'Adrienne Hampton','https://lh3.googleusercontent.com/a-/AOh14GggmGLj_XL0DzZb8YUPi6A4az3yzeuH_JjWaAAOtw=c0x00000000-cc-rp','12541597562633926366',44205),('AbFvOqlIrjb9JzZMsvPVfGoY6ScGRQpIQlpyXU_BftNuEtfOuV2OGWIbyse_4emwbA3-zE0EGPNB','These ladies (Rebecca V., Dr. Herbert, RN Jeri and Rad Tech Stephanie) were all soo nice even though its midnight','2020-01-03 06:56:23.010000','2020-01-03 06:56:23.010000',5,'Trevor Motsinger','https://lh3.googleusercontent.com/a-/AOh14GgEcZskpURkWcCYAfCO1bDA8_0kvo7b8mFEF6jPVA=c0x00000000-cc-rp','16590124370714063921',34471),('AbFvOqlirjIL_J8FRWZVtZ8zLtox_t8Ttc_X3E3Pt8rBatNFt5ViTrTsfHUAOlcM8j_3iVcsoR8ZCA','Wow. I’ve never felt more comfortable around doctors before. The night staff was beyond nice, caring, understanding, if I ever get hurt or sick again I want them to take care of me\n\nIf you want to feel like doctors actually care about you or your family member, come to this location!!!','2019-02-12 16:10:52.337000','2019-02-12 16:10:52.337000',5,'Arianna P','https://lh3.googleusercontent.com/a-/AOh14Gh7ENL-kR5hWdpNYdIA_r17ewQMNCnkyJV9l6iduA=c0x00000000-cc-rp-ba3','17394740196501090048',36822),('AbFvOqliSC9NGiCvmv57wYzR5jdexlV1U-h8-_IjAQYzXu0VBovznA1EtSVmUmsDqHmF30Vg6XZZ','Kimberly P. And SIndy G. We’re very warm and welcoming! They were smiling and ready to comfort myself and my friend who came in with flu-like symptoms. I would definitely recommend this SignatureCare!','2020-01-03 22:50:33.195000','2020-01-03 22:50:33.195000',5,'Arielle From','https://lh3.googleusercontent.com/a-/AOh14GjdSOoPetFJKKHZBYgnWwNs94ge7QRYzo6XUNEG6Q=c0x00000000-cc-rp','14567670160750071148',30367),('AbFvOqlISphu8fLCox2MLqGaLEyMtZY4k5tUNBwV73SW6Zq2kPBw6uxMMiY1R2oCZbVmqeHQta4u','A great place to go when you need to be taken care of and quickly. Fast service. No Long lines. Pretty Cheap.','2016-04-29 18:56:33.216000','2016-04-29 18:56:33.216000',5,'Domino Adams','https://lh3.googleusercontent.com/a-/AOh14GgbicGIIWUtneZ8h03T1EbzWaxotFvMy7HPf76DXQ=c0x00000000-cc-rp','3511292162159714121',41242),('AbFvOqlISsUz5DFgiIjhKHN-SkyW21GEtE4Sng8B8JqNPONcfKlJ-2Nu7qX3PT-0h3hRqUaPHaSWzw','Valory and Lacey were extremely nice! I was feeling a bit under the weather and they were able to provide me with some medical insight and an overall comforting experience!','2020-10-20 22:01:39.748000','2020-10-20 22:01:39.748000',5,'Zalayna Jenkins','https://lh3.googleusercontent.com/a-/AOh14GhjyVL_6wms2Q0yjIn4p0vRFP1YkEaf8K0ACp-B-g=c0x00000000-cc-rp','16389487648212004696',33133),('AbFvOqlIStjlm8yoIkrIpBXz5vCh0UnzquE1CRQg6tq3SVefZqOdjn1Ch7m03xYQ-qVqlHHWQNrWBw','Very great experience , I\'m a new patient my check in time and being called to the back was less than 10 mins I was referred by my sister in law , she told me how fast and friendly her experience was and she was totally right .. very fast and friendly ERcare to come to .','2020-01-22 18:57:32.883000','2020-01-22 18:57:32.883000',5,'Takoshiey Hall','https://lh3.googleusercontent.com/a-/AOh14GgkcRiTLAY6MLgaqcr8vmsfCIxfDmK-NQNXCA64IQ=c0x00000000-cc-rp','16389487648212004696',33469),('AbFvOqliTmblQbiJmAYTzcpK74JzJGdqZhaL2iDVIb4lBg_2xvjH_1vR8PwOnn5RYeMtVXSVRBFHAw','This was the fastest emergency service I’ve ever experienced!!!! Amy serviced me as soon as my husband and I came in. Rollie gave me immediate care and was patient with me as I struggled to describe what was wrong. Dr. Patel was to the point and very kind and eager to answer question I had. Natalia took my vitals and helped make me comfortable. I’m so grateful.','2019-07-03 09:16:21.587000','2019-07-03 09:16:21.587000',5,'Brandi Jefferson','https://lh6.googleusercontent.com/-H09RyNxruqk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmHKtpTcnJpFb0aCGa_ZbqSdWUPJg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42681),('AbFvOqlITZfF8-062joEDK2xK4VwFRj4SJh0LXGanxh2sFgHU8fAtxcA451e4VAaK4W-aycrc3bN2A','I went to SignatureCare for lower back pain. My experience was great the whole time I was there. From the front desk to the end of my visit. Diana at the front desk, Andrew I believe manages this location, Pam the nurse, Dr. Akunyili, Sebie did my x-ray. Also Kelley, she was not my nurse, but was very nice to me. Keep up the good work guys.','2019-11-18 23:18:25.380000','2019-11-18 23:18:25.380000',5,'Nneka Isibor','https://lh3.googleusercontent.com/a-/AOh14GiHCEfT5IPKmmvDfXPGgER1X7njPwQHB7d_kalf2vs=c0x00000000-cc-rp-ba3','8918455867446117794',43177),('AbFvOqliu3Ocg6NdgxWcnWEsrkkAgZMM8v59-F2RMgmaX0ZztpCBZ2gIL8Kd5QgDHCe1IuuGVQg7','From the moment I walked through the door, I was greeted, with a smile, by Elida, the front desk secretary. I had fractured toe, from a fall. I was told to be seated, but before I made it to the seat, they called me to the back. The entire staff was caring, compassionate, professional and prompt. I was diagnosed,\nX rayed, treated and discharged within one hour. Thank you to Dr. Appiah, Jani(RN), and Marcus(radiology). You guys rock. 5 Star Staff at SignatureCare Emergency Center at Cypress Creek Parkway.','2020-11-17 21:49:34.702000','2020-11-17 21:49:34.702000',5,'Sherry Chryar','https://lh3.googleusercontent.com/a-/AOh14Gjt3FzmHfOfvmf6D8ZReuftjwIKS4ko7LTDNema=c0x00000000-cc-rp','16389487648212004696',32915),('AbFvOqlIU4ZECU_Vpv3kdsr3j7bvYw0YISjDPzj2lHgir-u9L207Gc3O2doQLjlxYjoLyV0BLCKjlA',NULL,'2020-05-25 16:04:37.673000','2020-05-25 16:04:37.673000',5,'Lynn Henry','https://lh5.googleusercontent.com/-yrPSJFPFPII/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmMMPeAaUi4FOatZ8aRAoYRlNh_Ew/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32084),('AbFvOqlIUdStKloi9WOEG0VSyXgkYZJTwjBTlcvgPFSUpRfWOClr0Z3qnSi1JsfF4dXkyyJEI7fM','GREAT FRIENDLY STAFF.\nTHANKS TO DR.PHAM\nNURSE ALVEAN\nELIDA\nGREAT JOB HOLDING ASSISTING NURSE Alvean','2019-11-26 20:58:28.267000','2019-11-26 20:58:28.267000',5,'Lamesha Stanford','https://lh4.googleusercontent.com/-OaMXD9FnOXQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucldYVgzEKg3UdJT_a0vS_vJq-EKDQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33680),('AbFvOqlIUEYqIFs0uKoM9V2jrqHVGM-xwHbcNS8XIIBYL0FT2XaHHZaDghJ89bwze9vEsOPwcof0Wg','The experience at SignatureCare in the Montrose area was simply a breeze. The doctors and the nurses were very knowledgeable about how to assist me in dealing with my injury. They made me feel safe and held my hand through the pain I was experiencing. I definitely recommend this establishment before a hospital ER or urgent care facility. Quick and easy experience. Thanks Signature Care Emergency Center!!!','2017-10-04 14:09:21.919000','2017-10-04 14:09:21.919000',5,'Tiarra Brooks-Chatman','https://lh3.googleusercontent.com/a-/AOh14GjsgW8IvwpwwnDxqAyLfV3i2HY7QhbIhiROwp4Ycw=c0x00000000-cc-rp','3511292162159714121',41015),('AbFvOqliuJpXKoUZicT28bn9poRMgUupHSFNudcCDkmYag-EuTICiir18iI86qjhT99OK0stbRYCMQ','This place helped me feel good after i got hurt. They are close to the house and gave me fast help. Thank you to Melissa E, Jose P, Jennifer T, David B, Sean H, and Dr O\'Malley!','2020-01-28 02:06:21.428000','2020-01-28 02:06:21.428000',5,'Bram Duffee','https://lh3.googleusercontent.com/a-/AOh14Gj6d83aA4kT7cHHXjHBEz_DetJFvHCXedquQJQ8pQ=c0x00000000-cc-rp-ba3','16389487648212004696',33438),('AbFvOqliuycUIEOEWHSCuZ47D1ihXFoXT01hqfsbMHOFox1TdfMChVUsDiAFXFrgQuYzavhEIGgdoQ','Very clean and welcoming place. I needed a quick test and was in and out in no time!','2020-08-24 00:01:33.713000','2020-08-24 00:01:33.713000',5,'Thomas STING\'EM Bingham','https://lh4.googleusercontent.com/-hPlivlu2yKM/AAAAAAAAAAI/AAAAAAAACBY/AMZuuclG2F6uICImzzBN9p-aZRNZIJ0mSw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38563),('AbFvOqliVNgUojwWKuyFNJNpOa_WsjlpSRY9cLkhbz8oN8IR5rKFj0BxRMkrK3qO6Isq-ZiWxjal','I came to this location when I was sick and tested positive for the virus. I waited my two weeks and came back and tested positive again. I was told by the Doctor to come back in a week to test again. Not once did they mention needing to have an appointment. When I came back a week later, the front desk staff were all so rude to me and gave me a form to make an online appointment in which there were none available for months online. I explained that I needed to retest twice to return back to work and they replied that they are not a testing center and could not see me without an appointment. Mind you, they saw me twice before without an appointment and I received a flier in the mail advertising rapid COVID testing with nothing stating I had to have an appointment. Also if you go in the website to make an appointment, it asks that you do not make one without having symptoms. So what are the positive tests who are asymptotic waiting to receive a negative test supposed to do? I went early this morning and they agreed to see me and I have been waiting in my car for 4 hours. Nobody wants to get tested but I have to in order to return back to work. The staff are not professional and make you feel like a burden to them to get your tests done.','2020-07-11 17:57:38.046000','2020-07-11 17:57:38.046000',1,'Jacey Bell','https://lh4.googleusercontent.com/-7hHl9LYEijg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1CMbHg8gA31BF-StqSeOc3tFrdw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42357),('AbFvOqlivxRChzOW39TRQoKLBSZl6PqNsQrvTJG_MMAUxuyPp_uQUcjyyUCSE55t0m3bq3GSNjIHNQ','After driving around town for an urgent center on Christmas Day, I am so glad we ended up here. They are very welcoming and made us feel so comfortable. Dr. Dendy & the nursing staff are amazing and informative. Although I hope to never visit a emergency center again but if I do I’ll be sure to come back here :) Thank you all for all of your hard work! Merry Christmas!','2019-12-25 15:03:12.169000','2019-12-25 15:03:12.169000',5,'Maiya Muhammad','https://lh3.googleusercontent.com/a-/AOh14GhvjT11Cg_ds-vsM7hexXk5Nh0RUX0imabXUFOd7g=c0x00000000-cc-rp','16389487648212004696',33576),('AbFvOqliWBYektq3ZR6UIADLZccWGrfwV4r6uzPSyvo9JGPeRc1FNdgdOkvJ4ykna9al5RGxvSCFvw','Came in for rapid covid testing and had excellent care. Jose, Brianna, and Jaquee and Dr. Yusuf were all great and made the experience a breeze. I was offered both water and a blanket and to watch TV while waiting for my results. Highly recommend!','2020-11-03 17:17:53.900000','2020-11-03 17:17:53.900000',5,'Jordan Masters','https://lh3.googleusercontent.com/-_Jyu4t6ndnY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclfJVt7WRBUrc289r_HidnAM0WQOA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40077),('AbFvOqlIX-d1R-qRBnPkcI3t25gEJZqB4ZC0VFLiTn6UJ3uWFNCtlVYbjvvbEqVL0zPwVV-DZiwhEg','Great staff. Friendly reception. Very through. Good location. Highly recommend.','2019-04-24 02:06:39.794000','2019-04-24 02:06:39.794000',5,'Brittany Smith','https://lh3.googleusercontent.com/a-/AOh14GgtMyCGImiIfz39YlPpArK7wdb5nCmj41mnBLflLA=c0x00000000-cc-rp','17898197009688164559',38205),('AbFvOqliXaXZPHGFZnGLYaNUsFK01Vkqb8ZQ9bhiE-SP5fg1PfVkOTXXGNs0VfJHJB9g3I1E-fizKw','Very nice place with speedy service. Registration was very easy thanks to Naomi. Gabe, Cameron, and Rebecca made the experience good by explaining everything well and making sure you were comfortable','2019-06-26 07:25:28.680000','2019-06-26 07:25:28.680000',5,'China Anderson','https://lh3.googleusercontent.com/-oxG8PDNOThM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2ir1OcknMN8SEhD27Gl1_xiNVBA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34797),('AbFvOqlIxbimiKzA-6Y6Pq-bjvz2q2nKGQ_9hxrJzs1-Gc3KTu5AN_wWqt6VGb1FGe1qZVV9EV6W0A',NULL,'2020-01-20 14:22:45.444000','2020-01-20 14:22:45.444000',5,'Madhurima Gupta','https://lh5.googleusercontent.com/-q_uJNTc_Gz0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclRyhab8Vi1-KNuNYvP5O11ZV56HQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36006),('AbFvOqlixoe0cXL3vYG0mglM-fek7zXJI9xFiOEGfUPpahSzjcR1tljvRwdazPdVL8qEq_-XqqTB5g','Great urgent care, very welcoming and clean! I highly recommend SignatureCare emergency center!','2020-12-11 17:13:43.451000','2020-12-11 17:13:43.451000',5,'N G','https://lh6.googleusercontent.com/-XSRVPscRN1I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmS5aD1joPsy98TbdNRXHVjWQ_Euw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40022),('AbFvOqlixQW_UZNXYR2bg0uW-0J4Zc23kGsiDclc5iVke_8OZIZkr5ylu_kPm7nHqkpiFkm283TA6w','Highly recommend! I received the BEST care at SignatureCare emergency center in the heights, the staff was some of the kindest and caring people I have ever met. I spent no time waiting and was given constant attention. Not only are the doctors, nurses, etc. beyond exceptional but the establishment was very clean with new medical equipment. Nurse Staci (I believe was her name) wasn\'t even my assigned nurse, yet she spent every moment of my time there with me easing my pain. At the end of my visit Dr.Sylvester left me feeling confident I was properly diagnosed and was on track to recovery. I can\'t express the amount of gratitude I have for SignatureCare Emergency Center and the staff that work there.','2019-03-13 16:16:40.080000','2019-03-13 16:16:40.080000',5,'Alexandra s','https://lh5.googleusercontent.com/-n0jUgjKMuYs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-91QvQxI-xK_dZgtDxUe4NKxHuw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30585),('AbFvOqliyVqmgRBqajomlM1KyPIRjEoTYQTkQ8TlAt7BtHt-uNHUopikR6H9CcH5qemTInuX6J7Cfw','Juan, Amy, and Sam were great!! I came for a COVID test before surgery and they made it seamless and easy. Thank you for a wonderful experience','2020-07-27 15:15:42.513000','2020-07-27 15:15:42.513000',5,'Phoebe Browne','https://lh3.googleusercontent.com/-odFsnNaLHG8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6NtYn-ddIX_Q30zHTISXbSSpUxg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38747),('AbFvOqlIZAlb4oOBqb-nEM_Qswv0fCNQmT_YTwNR5NYu7vTN1weHM6Ih5Ztbmge08Dhyz008dK-Qpg','Everyone was amazing, from the minute I walked in the door. Alyssa the receptionist was very professional. The nurses Mark and Kolondy were AWESOME and professional as well!\nDoc Smith was very kind and answered all my questions. Great place love the service, and best of all I feel Great and am back to work.','2016-12-21 15:01:37.604000','2016-12-21 15:01:37.604000',5,'King’s Armory','https://lh3.googleusercontent.com/a-/AOh14GgYxrXCSmB9OM0GpUYNuEH-xEmOKa9_3R14LESnvA=c0x00000000-cc-rp','14904078213800803294',32759),('AbFvOqlizGSgm53aCZn9Z4XHmgwMjrZg-sOB-FKW62uOiA3QJC4zDPs2PLqhtM_3okD5ZGLZsgmz1g','They were fast, polite, caring, knowledgeable and focused. I was never rushed, everyone happily answered my questions and constantly checked in with me. I appreciated how much they ensured I was comfortable as possible.','2019-03-01 12:21:03.401000','2019-03-01 12:21:03.401000',5,'Teela Murphy','https://lh3.googleusercontent.com/a-/AOh14Gg4ixr1tDbrq6UB0Vd5jNYlfHEJ-uqAjcYzcNpPHt0=c0x00000000-cc-rp','14567670160750071148',30596),('AbFvOqlIzHRQ9yOQF8j078uXfwRsPs8zVW-LrxcgzSzJcT5FzZhO9AkN0a--8RMzuNGBrvegW9Cd','Came into SignatureCare today. Kimberly at the front desk was super helpful! And the nurses and Dr. Dang were great too! Very quick service, friendly staff, and office is VERY clean!','2020-03-04 22:34:29.376000','2020-03-04 22:34:29.376000',5,'Joey Meza','https://lh3.googleusercontent.com/a-/AOh14GjR5iQHfeOAoj6b7wptrWrVIRaIy-z3vUqDgmCn=c0x00000000-cc-rp-ba3','14567670160750071148',30212),('AbFvOqlIzmC9OEKQSjgQmvO6cKB20PZZx55VZu4eKoRZSUWIV9GCHhoWk5l1j3KIRqi-H2GQ_MFI','Amazing services! Arrived and was almost immediately taken to the back and seen. No wait time to get a room and no wait time in the room! Had CT scans and solutions for comfort really quickly! I am so glad I chose this ER versus the one at the hospital that was insanely busy!','2019-04-11 08:42:47.401000','2019-04-11 08:42:47.401000',5,'Luis Javier','https://lh5.googleusercontent.com/-i0kVBJ6Xl_8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck4zvTq5kGc6SculKC1sy3ALl6GYQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36795),('AbFvOqlIzNTk7T6Xj7Rv9Xv1eYWB8mWYLbImhS7x9pQmtH1zDZsSiFxnfNmtp6KQVjw64kAwCE6e','They were great and extremely patient with my daughter today. If we ever have to come back I will definitely come back here.','2019-12-02 11:16:43.350000','2019-12-02 11:16:43.350000',5,'Kristina Luna','https://lh4.googleusercontent.com/-USf1uxLYcxc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm7l9vKGBlJJXRDu3Jd68lXgdR85A/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29555),('AbFvOqlIzOUSaHGQWx_n90VCfIEVYQQYIi7Qsv1z8XZJZ0dHAy_Izzdf4GG9pvZVhICITNGgAgUYkw','I was brought back to an exam room within minutes of walking in and was greeted by some incredibly friendly and competent staff. This is a seriously awesome alternative to hospital ERs, the wait time was non existent, the care was excellent and the facility was spotless. Thanks Dr Rose, Shelli, Tina, Kesley and Felicia','2019-05-26 11:27:11.651000','2019-05-26 11:27:11.651000',5,'Steve Elsbecker','https://lh3.googleusercontent.com/a-/AOh14GjuSwccaXJOiuJlngiYtNdUtOYMwi8muwnz7gwMwQ=c0x00000000-cc-rp','16891069708558046635',36193),('AbFvOqlIzp7PHDR0M6EWntSbbEfmcWFZBxHk2bAUThl--W6LM-3jH7JssQbTt4892WZxAecyU3ES6Q','I am leaving this review for nurse Katrina Valyan. She took excellent care of a very close family member of mines. She was extremely kind, professional , and made her feel comfortable. Thanks Katrina! Keep up the good work! šŸ¤—šŸ¤—šŸ¤—šŸ¤—','2019-10-29 21:02:52.778000','2019-10-29 21:02:52.778000',5,'Boss Lady','https://lh4.googleusercontent.com/-PQoFZ4WdAkY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnPGW0ZfZbKmpAydjN0X9WExklIVw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42621),('AbFvOqlizPqyAp2TVokfBQBcL3LfI4NmegngDkkz8zrfX7HCUAbXZRs759kJeJEcyz6Z1XcZ6M4o','Very helpful and fast care visit was well appreciated\n\nJordan n\nDr.Ngu','2020-03-04 23:49:28.989000','2020-03-04 23:49:28.989000',5,'Lawrence Williams','https://lh5.googleusercontent.com/-ArInkeaXDPE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckuPE6O48hqp8V8VqCmmNlyrm0MOQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33290),('AbFvOqlIzQAghKs480on9-gJ2cMTWerX20_7hajLwi_f3hsjyYsWXwJVazPK2NDT1YeJ511t0ZHTSg','The care center is really clean and modern equipment! Staff is professional and corteous, can make a trip to the urgent care center an actual pleasant experience!','2018-08-11 15:26:27.756000','2018-08-11 15:26:27.756000',5,'Joaquin Villegas','https://lh6.googleusercontent.com/-aCAIHBmthJ8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDf9AynXHrbDleTFnJTjfoaX6k2A/c0x00000000-cc-rp-ba2/photo.jpg','3511292162159714121',40871),('AbFvOqlIzSHBoTB0Y_CStGBx00TtI05pFE-QU8sYNw5rLTxILX930YWsDFDih3KeXYNUkDSdmZE5vQ','Okay I must say, Dr. O Malley is the best, quick, fast, efficient, the best. All docs need to take training from him!!! He also makes you laugh on top of your pain!!!!! He is the best. He enjoys what he do.\nMrs. Tricia, very caring and she\'s pregnant at the same time. How can a pregnant lady be more concerned about her patients than herself. She did that very well!!! She was so superb.\nMrs. Alvean, really professional,cool, straight to the point. She is the best.\nJocelyn, quick, fast, efficient with the check in and out process. She did not hassle me at all about paperwork.\nThis staff is great. If you want to get great service, where the team cares, And you can tell, come here and meet this team. I do not want to leave at all!!!! A plus from me!!!','2019-12-11 15:17:15.290000','2019-12-11 15:17:15.290000',5,'Million Dollars','https://lh3.googleusercontent.com/-42huzdv9DGQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnEWJ1wIRJIJQmpFbm-RetO3t2e1A/c0x00000000-cc-rp-ba2/photo.jpg','16389487648212004696',33615),('AbFvOqliztUd3bLTbseQoZVAAxhTJWB5-aP5KUbkn8ZCcH7GUCO1GpOmho3V0RRJKYKjydPrFW5Ulg','Amazing staff. Delicia, nurse Duke and Dr. Carlos were attentive and kept me at ease with all my concerns.','2020-02-05 18:20:19.746000','2020-02-05 18:20:19.746000',5,'Angelica Guerrero','https://lh3.googleusercontent.com/a-/AOh14GhES-CQQNWS7Zy8GzUa9X0GjClea3yczwNmsMhGMw=c0x00000000-cc-rp','8679688254631342173',42451),('AbFvOqlIzuxd1UjQEQNl29A-lNlESuL-2WjItiZLuavc-x-jmIBNANXcWxyOAfPVKtDakKic9SG7Lw',NULL,'2020-11-16 21:11:48.526000','2020-11-16 21:11:48.526000',5,'Nancy Keshler','https://lh5.googleusercontent.com/-DFYAxghcIQg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7vbzlzwZghkCajXpURetBSO8pzA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31359),('AbFvOqlj_f1e_eYm2caPW8hnWOG3mBuKlgXSnrexTchh67MkS6esZ-eeiYQX_ossy6VmhUT2qUlUGA',NULL,'2020-08-03 17:18:32.532000','2020-08-03 17:18:32.532000',5,'Raquelin Rangel','https://lh4.googleusercontent.com/-OSXYYCyyr2w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckAkQbBkDkhbquMV7UHZO8EA5NGQQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38662),('AbFvOqlj-0zGwjixoyl45xk7pyKgEZgvtifWRmvs0KPb0WbSpSEDQ3hRHg856hvshMibXsZGWttf','Very pleased with my experience here. Was in & out in under an hour. Lorena at the front desk was very welcoming. Nurse Brad. & Dr. Akunyili made me very comfortable.','2020-01-12 17:43:51.124000','2020-01-12 17:43:51.124000',5,'Krystle B','https://lh3.googleusercontent.com/a-/AOh14GgLJlpZwNnKg___UZXmOcDceeHrBJiuUmgKR31OBw=c0x00000000-cc-rp-ba3','16590124370714063921',34454),('AbFvOqlj-vx9Tkqt3Y2mAljG3SxPp9M_CkSKzlxHz2wSSyq88Cm9b9XJE7cFeOi6UIlZnjM21FR5Kw','I recently visited This location. Everyone was super nice. Amy, Brenda and Sam made sure to make feel comfortable during my visit and constantly asked if I needed anything, then even offered a blacket. Totally recommend this location.','2020-11-08 15:20:10.892000','2020-11-08 15:20:10.892000',5,'Maira Jaimes','https://lh5.googleusercontent.com/-hAGlMW3rfxc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnYg3NftcUqRfsx4YuJn8PPYiUXmw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38436),('AbFvOqlj0guPxXPFO45pJo3e5L_lh53TxDAsQYywyqHxUgLlf32je4tHFNUiW5VleqZPDiJ5CSeyvQ','I loved it.','2016-05-31 15:15:14.456000','2016-05-31 15:15:14.456000',5,'Justin Williams','https://lh3.googleusercontent.com/a-/AOh14GjzhSp49gdEvhsMRC0Y25C0cWXo2mhOhICls2Vo5Q=c0x00000000-cc-rp','17394740196501090048',37344),('AbFvOqlj0tH22nMwp120bhkNXrd9sasQQgAYqcoZWOMoK5MBdBU_2O8zGEzsPLMOoHgOOFn9YcFS_w','Woah I can\'t say enough good things about this place and these people. We just took our 4 year old as she was struggling with a cough and a fever for about a week. After a few regular care visits she seems still pretty bad today so we took her to SignatureCare.\n\nLuckily it was not busy and we were seeing a doctor within 10 minutes. Everyone was crazy nice, nurse and tech Marty and Andrew were great, and Dr. Lingan was outstanding. They were great with our little one, and made sure we covered our bases, answered all our questions. and helped us catch some early pneumonia.\n\nThe facility is great with everything on site, and we even learned you can stay overnight for many cases instead of going to larger hospitals, as they are a full ER center that covers most major emergencies.\n\nAnyway we would definitely recommend it and it will be our first choice in the future!','2020-02-16 23:53:39.319000','2020-02-16 23:53:39.319000',5,'Jason Flenniken','https://lh3.googleusercontent.com/a-/AOh14Gjhr1BI222vDx_ArA71YvhBfv6mtQ_hqHStPWbq44Q=c0x00000000-cc-rp','16891069708558046635',35969),('AbFvOqlj1AjOgcnqIj26IcvUgH8FDcHaPTtr-JZy4qoTHT1rDZJzPjdukHtUol9BYwC0Sb1a6FP7','Great service! Excellent care, and good snacks','2019-12-02 04:15:00.232000','2019-12-02 04:15:00.232000',5,'Lo Marie','https://lh6.googleusercontent.com/-eShNcNLr7v8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTyFK4o1Ls_of0t5j1h7EvGJBwCg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37837),('AbFvOqlj1k4shDmrfEZuRJupcsLToSrTrrSlRJR3IriGXLpPEmokb6G-XNZsZuQctlAGRY8eV316aA','Despite not feeling the best and being concerned about visiting a health care facility during a pandemic the staff made me feel quite comfortable. My nurse Alvean is awesome. The doctor was in the room even before Alvean finished her triage duties. Very caring team.','2020-11-12 14:56:48.623000','2020-11-12 14:56:48.623000',5,'Vic Crosby','https://lh4.googleusercontent.com/-hKAsGfnOLnU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckC4kDdv78u9T7wobTP69NAs6mDbg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32936),('AbFvOqlJ1ytmv13KwiJtl-z6MMKyuBopuCFxAHObS_TuG-gLuwPO0b0p9r33nv_ZpppeurYF7SWvFA','Awesome staff! Very gentle, friendly, and consistent! Mercedes at the front desk, along with the doctors and nurses who assisted me made my visit less stressful.','2020-01-27 13:32:35.237000','2020-01-27 13:32:35.237000',5,'Taytiana Drake','https://lh4.googleusercontent.com/-lW_6CDXhsOA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckPCZ1TKZI22MojM5FT5VJWw5TcAA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43131),('AbFvOqlJ29RpBQTtZI_gKiptdyPjQyzC8SER-Aa9CfZSn5HHiEEdBAzgRWzhA83R9flRDR5oXJKUuA','Zero wait time even though there were several other people in the waiting room. Everyone was so kind and warm!','2020-07-27 21:09:46.435000','2020-07-27 21:09:46.435000',5,'Mary Kate Shannon','https://lh3.googleusercontent.com/a-/AOh14GgMQ2Uy09teasM6IpD4vbftql8jervfZ9aLvRizjA=c0x00000000-cc-rp','16590124370714063921',34237),('AbFvOqlJ2B22wEyolPlWKz_Vz4H7cQ0i40UBD8NKkS7EttWUsnLTheN9JoCz0dEQLTYlNZL5lumy','This was my second visit to this er, and this time my health issues were a bit more serious than a simple sore throat and required an overnight observation! Nevertheless, Dr Ybarra and Dr Cavazos both took great care of me along with all 3 of my nurses, Karen, Katrina and Blake. Karen got me settled in with a comfy robe and warm blankets, Katrina helped me change the channel on the tv in addition to keeping me comfortable and Blake made sure I could order food at mealtimes. Thanks to your entire staff for making me comfortable during treatment!','2019-12-08 00:09:16.759000','2019-12-08 00:09:16.759000',5,'Harmony Tee','https://lh3.googleusercontent.com/a-/AOh14Gi2tiAqiWR5jsWRT3MN0e_p6u92p-WHI1_jF4szI4g=c0x00000000-cc-rp','8679688254631342173',42556),('AbFvOqlj2kciYftobwZUEJfLBFvJpxwQK6cyzrLb1n-FK8VwTcbqrdU3jb170lygnB9b66QnWK0A','It is becoming rapidly & alarmingly obvious that my original 4 star review was premature on my part. I have been in contact with the facility this morning and am allowing a reasonable amount of time to elapse so that the ultimate and final review I post/provide is both accurate in nature and a fair & factual representation of what took place and the ultimate resolution.','2018-07-24 15:29:32.080000','2018-07-24 15:29:32.080000',1,'Marla Bean','https://lh3.googleusercontent.com/a-/AOh14GiUU8fyHWl5SwquoSRsP7E_i3n4KNKiNskwnCih9A=c0x00000000-cc-rp-ba3','17394740196501090048',36924),('AbFvOqlj2xlz3mOC5HEJgOOk1x8Qf0jHKJ00p-SQbPIxB8PB3ZWMDJjhf5A38MxdHlR3sfCm6maj',NULL,'2019-09-29 01:12:16.061000','2019-09-29 01:12:16.061000',5,'jackson Weber','https://lh5.googleusercontent.com/-GXOZmSz7OpE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckjK7-bpFYMpPtsZmyy8GGvW2IVHA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29645),('AbFvOqlJ31loEaRbRDe0zX36G876OVvBuz420N8CoYTWj7ZWiMj0C4-ar3TUr2ua0ZuFtA9enIfP','The staff here is ALWAYS so friendly and informative during my visits. I went to go get COVID testing and very nervous, the staff calmed me down and took really good care of me. Super grateful for them! I definitely recommend signature care montrose area, fast and easy.','2020-07-23 00:31:45.191000','2020-07-23 00:31:45.191000',5,'Dorsa A','https://lh3.googleusercontent.com/a-/AOh14Gi187V-L0TpvHEIiM8SgwUVigAK2hOB8XS2epmvTA=c0x00000000-cc-rp','3511292162159714121',40228),('AbFvOqlj3dlD6hle8n3YG3TeUXTISI1l9bP2byfdlmObBWnf356-xPxHPd9xTkxIhC_Xr_41SVp7Nw','They are simply the best emergency facility in Houston hands down. They are very hospitable and caring. They also made it easy for me to understand what was going on with me. Thanks to Dr Hasan, Sabrina, Tanishia, Carletta!','2020-11-04 02:58:39.274000','2020-11-04 02:58:39.274000',5,'Alonzo Reed','https://lh6.googleusercontent.com/-MFNukiOXRZc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucldGKS1t9uDqqKO2TH1lflU2jqwqA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37463),('AbFvOqlj3EZmM1nVngX9Po65luS_XjDHoqbSv5-iAZZrVwLnhkyRbSyEtYwYq0CnbvwG-foQMGcZWQ','Keshawna and Dala at the front are very welcoming ! Great experience Everytime I visit.','2020-10-28 18:41:20.611000','2020-10-28 18:41:20.611000',5,'Josie Torres','https://lh3.googleusercontent.com/a-/AOh14GgrkFcorlnWruz79k30m3moK1nNU1YB0usmVjWTRoc=c0x00000000-cc-rp','14567670160750071148',30042),('AbFvOqlj3RHqYOGZrqFDJHSdHTa7DFdYYsGh7KSHLKfvA4cgnJ74wtIq7ueq3i71atYZzHx1rarc','I have been there twice now. I live in Westbury, and going down 90, it only takes like 12 mins to get there. There is never a wait, and they are so professional and nice. Highly reccommend if younregukar doc is booked up and you need to be seen!','2018-02-06 14:50:33.736000','2018-02-06 14:50:33.736000',5,'Kasey Smith','https://lh5.googleusercontent.com/-Y2H4I8SRtPA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmKW6hkfdtOuAcQnFIAOQLlGGfStQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43418),('AbFvOqlJ42-6ArUK_y-K7rIinAyqoVJbOT7FZTfzE-yRCL7V9Ugx65UvyplDX9jeVCqe4QMeWSQGxg','Dr. Golla, nurse Melissa, Marvin & Sindy were all super nice, helpful and available.','2019-09-18 18:30:41.591000','2019-09-18 18:30:41.591000',5,'Loren Prye','https://lh4.googleusercontent.com/-vZiQWlLA3hw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6NgDnMsavZnxrSoi8mG40Q8LS6A/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30452),('AbFvOqlj4c26eWkkBo5VSMq9ie-ewYXDnuimVNdNhufAT9rXRr915kKDaqp6Ci5utNpciD44-yRMWA',NULL,'2020-01-03 19:16:18.484000','2020-01-03 19:16:18.484000',4,'Alexandra Garcia','https://lh6.googleusercontent.com/-ffMX59-digc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmO58dnuEWKoJynM0k_LVK-6bXxRQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37762),('AbFvOqlJ4nGaKp-gnpewFxT4g2wS0DShWIoiNaGerqQwSZTqIkxTFcDkx5bjj6UfBIqAUn_6Qy6kDw','We had to visit the ER tonight for my wife and for a really awful problem that we will have to deal with the staff made the situation as amazing as possible! Dr. Nguyen, Troy and Bennett, Jessica in radiology, Luisa at the front desk and Stephanie the ER Tech all made us feel so at ease and Dr. Nguyen was so calm and took his time making sure we understood everything he was talking about. The whole staff went way above and beyond to make my sweet wife feel at ease. Thank you everyone at SignatureCare on 1960!','2019-09-17 06:25:16.490000','2019-09-17 06:25:16.490000',5,'Jamie Kubiak','https://lh3.googleusercontent.com/a-/AOh14GjqlYQX_tWvJBMTfGBZLAx0Q2HnnVd1R6NTJ5PM=c0x00000000-cc-rp','16389487648212004696',33956),('AbFvOqlj4sBAiElihzGVCVZ7NrwpgEbB7NeQSM3gJ8nR9_JA0teLwwScxONaE4f4bbcZjB5YdLu1hg','I had a great experience at Signature Care at the Memorial City location. I was kindly greeted and they diligently showed me through the paperwork. They took me back quickly, gave a thorough examination, and walked me through my next steps. The staff actually remembered me from a visit I made in January! I was offered water, snacks, and even a warm blanket during my visit. They were attentive to my needs and were cooperative in order to meet my requests. Thank you Signature Care!','2019-09-30 19:48:04.798000','2019-09-30 19:48:04.798000',5,'Abigail Neuman','https://lh5.googleusercontent.com/-fAeI5f0xULA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm4Bc7YLkjMZWdHHdiv0bM7Toq--g/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32422),('AbFvOqlJ5KQ0AIO-5DzmHlDeOAzygeMqB_GFQODhEZvFuRfP9X5RNgDaBvo_F4eBCgrEI08N7xsO3Q','Dr. Dandy, Patricia and Jani were very kind and caring for my medical condition. I recommend anyone to come to the ER care 24 on Cypress/1960. They are awesome.','2019-12-30 19:36:06.507000','2019-12-30 19:36:06.507000',5,'Detra Clay','https://lh3.googleusercontent.com/a-/AOh14GgYgzksBB7-Wy98CiapK8ofdU_dpNPX8TZt6FNmaw=c0x00000000-cc-rp','16389487648212004696',33560),('AbFvOqlj5NODTubqTHezoWTuSwCa-lBIzIDWxKFYsO8Mx1IGNg81z4dDL1rWoLBrOLWPzTviqBJ3Nw',NULL,'2020-07-28 05:51:56.610000','2020-07-28 05:51:56.610000',5,'Raul Perez','https://lh4.googleusercontent.com/-TF2a3JaMMgY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn8bvA1Oj28xqQwmY9-Q1RQaXbTCg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31840),('AbFvOqlJ6QYbxJVxEnuJBJoWAaLGRwem4U2TuUopXmYGrWjDC8zaezZQVNGn-eL2SfcwmZQeScKTGw','Dr Pham and the nurse alvean were very helpful on giving me the information and help I needed. Nice staff and welcoming the second I walked in!','2019-11-26 13:30:40.271000','2019-11-26 13:30:40.271000',5,'Sarah Salazar','https://lh4.googleusercontent.com/-y4TV8oHWzBs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucleAsjl6jJlNCELGrFDcF25FfEKtA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33688),('AbFvOqlJ6TR4u0fq1bA_olRqoY4XTKiCpnlFc9VfJd1WJkrZDh3LY1wRlBbI21mmBMQNipNUwCpI','Above average patient care! Very fast and highly knowledgeable doctor and nurses!!!! My son n law came in with welding accident and they quickly responded ! Thank you Dr. Pham and the nurses Alvean, Tricia, and Elida! We are very thankful for you!','2019-11-26 14:15:56.021000','2019-11-26 14:15:56.021000',5,'Tressa Howe','https://lh3.googleusercontent.com/a-/AOh14GjRHeTEdkJmhD9XfcMbCR2y-01FUUPNIbdA_u_3iA=c0x00000000-cc-rp','16389487648212004696',33687),('AbFvOqlJ7BjJM26uUg6LQaOqFcz3eqx-gtxtkzvWpA3qQVxUb80_4cmMqh9jlvegdRzT2yuISgR9WA',NULL,'2017-05-13 04:05:46.359000','2017-05-13 04:05:46.359000',5,'yash patel','https://lh3.googleusercontent.com/a-/AOh14GhFAItcv6GG_CS4IdYz6QQAMFdvL9jBwF5BqBeWjQ=c0x00000000-cc-rp','16590124370714063921',35433),('AbFvOqlJ7NWDpDQMzQRiMd4Smtt11cq-GAc0qgDF26EruZP-8b61KRpQ-2z64KTmlqCWDpgweUSWlQ','It\'s never a good thing when you have to take your parent to an ER but Signature Care made the whole experience as simple and pleasant as possible. The staff was so friendly, including the doctor, Dr.Soli! My mom only speaks Spanish and they were patient with her and made sure she understood what was going on and cared if she had questions. The girl at the front desk, Sindy, was friendly and made check in a breeze! A plus when going anywhere! The radiology tech Jose Ruiz was amazing with us. My mom was VERY nervous and scared and he never rushed her and was beyond patient. The facility was SPOTLESS! Thank you Signature Care for going above and beyond!','2018-01-12 15:51:47.788000','2018-01-12 15:51:47.788000',5,'Alma Padilla','https://lh3.googleusercontent.com/a-/AOh14GhkMVkY4wA4IaFuzZLQrr4TN10qVaNECGpmq8Qf6Q=c0x00000000-cc-rp-ba3','3511292162159714121',40970),('AbFvOqlJ7PfExzpam46joISF2ta-_hCqWzHCLFPCfBWgGEKswC2qZ8PSe4bAb8S0roaK_LIrGs6-','Came in for chest pains and was seen immediately by a great staff of nurses and doctors. They took great care of me and communicated regularly and thoroughly. They even printed out all my tests so that I can send to my PCP in the morning (Saturday). My stigma about ER’s is now forever changed.\n\nThanks to Sala, Vanessa, Keri, Victoria, Dion, Dr. Tran and Dr. Souman. If I forgot you on my list, judge my mind, not my heart.','2020-10-24 06:35:53.215000','2020-10-24 06:35:53.215000',5,'Dayton Kendrick','https://lh3.googleusercontent.com/a-/AOh14GifmVSmRogHTtD9v0C6LFwGpqT39rNAaL7s7vB0ng=c0x00000000-cc-rp','3511292162159714121',40111),('AbFvOqlJ7tM-0mImhfbMWHvo3y0FdKctsPYIBxEHq23F81PylQvexXPUwobvQitbeTW8AeiTRUGdWQ','Doctor valet and his nurse Jacob were amazing! They made me feel comfortable and walked me through the steps! Liz with registration was so friendly! And JR was so nice! Such a great experience','2019-09-24 21:17:55.623000','2019-09-24 21:17:55.623000',5,'Emily Unger','https://lh4.googleusercontent.com/-kuBwXtdHQc8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmBJC0sjN1O2O2yEqt8R6VyBUxF9A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34646),('AbFvOqlj8lYY4sIvMCFhvuJ2RBh0e-c1n8_NlDH_5H1i78HIgYwGy1I7xf86sOsNuaJ-46PmSuxkQQ','Everytime I go there, they are nothing but nice and very helpful.','2019-12-29 20:11:30.503000','2019-12-29 20:11:30.503000',5,'Felicia Baggs','https://lh4.googleusercontent.com/-WvMyu-qty5U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucknUWYzz_V4uTIOgCKEz69ytJ5unQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39168),('AbFvOqlJ8TNMRGSa8IRE8U_yUMkD_NmAV_5tClfv-Jc-JkXbzTuDccpPBB-Qc9l1OSsHmj82qT47',NULL,'2017-02-27 16:45:15.184000','2017-02-27 16:45:15.184000',5,'Carter Houston','https://lh6.googleusercontent.com/-GPgcxudM7Po/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnSXuAnrYXf4zbHPlwnL8wF7ZFkVw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32721),('AbFvOqlj968wV0rnV3hjdwTt1GqPcNbUSswEIe9MyQ6pky-qM7ZS81-m3VVAv_OYkRO1V4DSb5Df','Thank you so much for a wonderful visit!! Nurse Adam, Dr Leung, Chris, Adam, and Aileen were super nice and professional! I have been here several times and trust them with my health!!! They made me very comfortable and catered to me! Thank you!!','2020-02-24 23:24:39.113000','2020-02-24 23:24:39.113000',5,'lovesentable','https://lh3.googleusercontent.com/a-/AOh14Gi5gm9a2zX4ZsQeJg6OwyTcSe9ZQAu-jTrYZMhSkw=c0x00000000-cc-rp','16891069708558046635',35954),('AbFvOqlJ9synNk2ql4HzHlKueJCgk09_EbB4gg_oXfvsvrpBlLHdktHT2T17D1_d8rF25UPaHqNfmQ','They quickly took care of us and we were out in an hour. Everyone was nice and caring especially Evelyn the receptionist!','2019-09-18 20:34:35.725000','2019-09-18 20:34:35.725000',5,'Cesar Carrillo','https://lh3.googleusercontent.com/a-/AOh14GgAu_xvwPURQA_mId92p-5OOEMXgcpRzdpmtL1aeQ=c0x00000000-cc-rp','17898197009688164559',37989),('AbFvOqlJAe-1IDAXEq5oCVaEEtT5sMZpJ_UBluh6cdaei4-be-_GKp_9L8f1xhDqMabfEKfAbtY4zA','Amy help me so much I had trouble find my insurance but she help me til I got it','2018-11-20 06:58:35.451000','2018-11-20 06:58:35.451000',5,'Jermaine Washington','https://lh3.googleusercontent.com/-BW_Yw1muFpc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck3fzZ46xIoMqYbMmzgSe3IsVcWyg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42751),('AbFvOqlJallQQE_9JJP4PDWF1nNoJ6h7rPxkmSH11AdKp-ftZ_3YVXRYUKneC5c3qea5UblfcggfVQ','Excellent experience. Dr OMalley, Luisa, Lacey, and the rest of the staff was attentive and made me feel comfortable.','2020-10-27 05:51:36.186000','2020-10-27 05:51:36.186000',5,'Quyen Tran','https://lh3.googleusercontent.com/a-/AOh14GjODD-o6PKw2KMUyrko6A4t2IJ3Gdwwdd1Mwexl=c0x00000000-cc-rp','16389487648212004696',33073),('AbFvOqlJbKrYYeOY0H-jObpWnLB1voqZ1CALzcjnGB22CdPJ4A_g5SHra3lIGhh39Imvt0Qt0kIe','I went to emergency due non stop bleeding finger despite of applying pressure bandage, Upon arrival within 2 minutes, Nurse attended me and asked me to follow her, I was given immediate attention and care and returned home with entire satisfaction .\nThe entire staff was very courteous and polite and handled my injury in a very professional manner.','2019-01-17 21:02:49.030000','2019-01-17 21:02:49.030000',5,'Muhammed Ahmed','https://lh3.googleusercontent.com/a-/AOh14Gi0SMoafaZmXCJg5ge88Uu6h37aaRAflswkrk5J5g=c0x00000000-cc-rp','17898197009688164559',38326),('AbFvOqljbsG0ljTylG9Ta-DVKpB33fuZw3HayfN0gcGEiIAMZatXoAB9B4kkMBCLKSFmgdWFrOXk','Quick and very sweet. I will come here from now on. Jennifer D, Matt, and John Bell are all amazing!','2019-01-27 21:56:35.063000','2019-01-27 21:56:35.063000',5,'Nastashia Hall','https://lh5.googleusercontent.com/-t_qEjXjxbaU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckkFF7jzuvCrgvN1VVO8BURcwBN6w/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42168),('AbFvOqljBzcff4XxEaIMM3U6kD6kxzqJC8wC0EJbrLps_xsDh25L2K850jlSTwvmLJWKt3BKSrylEg','Very nice and welcoming. Clean environment. Easy to talk to.','2020-12-27 16:58:34.431000','2020-12-27 16:58:34.431000',5,'Rose Mauldin','https://lh5.googleusercontent.com/-Kzj90VyjSbU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnWNwjnsNE1dtQu74pE38eKAe479Q/c0x00000000-cc-rp-ba2/photo.jpg','3272657195432704501',43951),('AbFvOqlJBzQymHIyMelE3rHpSDLRRgkh5NxTeWUruNdatvFnS8WI8FQjuhAq6QLjuLySVZLiPd5W9Q',NULL,'2020-11-06 15:11:10.729000','2020-11-06 15:11:10.729000',5,'shariah Stanford','https://lh3.googleusercontent.com/a-/AOh14Gh8TAJ526txssiDmPcfjSey-pOBtK23VH0HikQ0-Q=c0x00000000-cc-rp','14748677429039074158',31406),('AbFvOqljcfZtWlswVhdfvfvEwaBMABUC3KP5m11wBQyH2eCPT5AMS15vSHHiaZGBzsChmWpFFMBMBg','Great experience! Employees Adam RN and Dr. Bare had great bedside manner, both very knowledgeable and friendly.','2019-03-03 05:27:22.891000','2019-03-03 05:27:22.891000',5,'Shannon Hurley','https://lh5.googleusercontent.com/-fm8q9u7343Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnnsmzivi9n6CXbeGvmwwmxTOH29A/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36260),('AbFvOqljCI-kZrUU90_NLoRXLdvYqKwwJkssZRT1GiN0vZP3O32xfo52ferGnagGnwLYIRBqe6fpIw','Dr. Das and Hallie were fantastic!','2020-11-01 14:14:14.309000','2020-11-01 14:14:14.309000',5,'Meg Monds','https://lh3.googleusercontent.com/a-/AOh14GhyrR3yiiKia4st9ZHTM1C8dsnPInR2P1ATo3aC=c0x00000000-cc-rp','14748677429039074158',31440),('AbFvOqlJCjGKydhvUWkwRiPeLLdNQGU0xiohc7Dij5tusHH-QzCTvZx29jQqkkFvuhjfqaghvnYjJQ','The staff here at the neighbors ER Texarkana had to be the best around. From the front Austin to the nurses Lucas and Sherri to the Doctor, Dr. Jordan. Such a pleasant experience on Christmas day.','2018-12-25 20:39:10.643000','2018-12-25 20:39:10.643000',5,'stacey sharp','https://lh4.googleusercontent.com/-3z0Zy6zehC0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmL2bcYYNJc8foFp8Jvno9M79KDPg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39987),('AbFvOqlJclkaG_dITc_Z70mpt1qVItMHgibTvABzPcwnHYDKZdgHYNE0bLveMt-Y7TcS2nEfHCTk1g',NULL,'2020-01-30 00:25:32.675000','2020-01-30 00:25:32.675000',5,'Jacqueline Peterson','https://lh3.googleusercontent.com/a-/AOh14GhhDLVTAuRg4BJtD-wkhSsm9na09m8fZF32jWqh6g=c0x00000000-cc-rp','8679688254631342173',42470),('AbFvOqljD189t-qtBZtEtEqMJrf0ZxPBV5k9hUrv9RP0M5cEc6UU_nEeyr4DAVO11NGCeXQhqNmxRw','Thank you Signature Care Stafford for the wonderful care. Everyone was kind, caring, and helpful. The location was clean and tidy. The amazing staff included: front desk Vivienne, nurses Jessica M and Kelly C, tech Marcia D, Rad tech Dauwald W, and Dr Thomas.','2020-11-20 10:43:19.736000','2020-11-20 10:43:19.736000',5,'James Buettner Jr','https://lh5.googleusercontent.com/-NjlazeRBwFk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckeKvyIj4x2oYjob1H2aCQm01vI5g/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42823),('AbFvOqljDHYIw--o4vWnTw-IAERzM_AMme6pijieyHpVEAQER-6QESJ__PlQJo74c6rCg45hUvBVbQ','Staff was very warm and welcoming as well as adequate and quick. I had no wait time and all of the staffers were very attentive!','2019-06-09 22:28:39.450000','2019-06-09 22:28:39.450000',5,'Drew Searles','https://lh6.googleusercontent.com/-LpcwkqtzIhI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmiExw6uB-yk0kF-EPj7FwFy5Z0tw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42052),('AbFvOqljDkMyXP00otCXNx54lp8muNpMsN1YKj7R1kL17s4mRstVkLeXOYvC1C30ZeWDTJsuj4lw8A','Alvean was very nice and and Pete was very gentile and professional with the swabbing.','2020-11-06 19:26:59.551000','2020-11-06 19:26:59.551000',5,'hugo navarro','https://lh3.googleusercontent.com/a-/AOh14GhwWaYLP8Og6HdiAydrYJJk2ZYpnVf7uPiWlplO=c0x00000000-cc-rp','16389487648212004696',32986),('AbFvOqlJDQ5tYrCHCjr8JudaixIf36oFu9-wHpp96vzuSxqY60H_EYvMuZS23yMJ50HXHoerpmic6A','I highly recommend Signature Care Emergency. I came here for a covid 19 test and Lacy was absolutely amazing. I’m a very anxious person and have had a very painful experience getting the test done a few months ago at a different facility, but Lacy here at Signature care Emergency Center was so gentle, quick, and it was completely painless. 10/10 would recommend!','2021-01-18 16:24:00.397000','2021-01-18 16:24:00.397000',5,'Nicolette Jameson','https://lh3.googleusercontent.com/-N5F2g1TDfJU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclwE4VGNF5LPcA25XenITmdMpFi8A/c0x00000000-cc-rp/photo.jpg','2077061009497551125',44569),('AbFvOqlJeqoqJthtGuOSsj9cyK9hwmjIWsYy512FTypfrYCvkjhXiUlihYKqXirhfDKX5sVfOyIM','Covid-19 test results same day.\nHowever we called up the the day before asked them if they took Tricare. They said yes. We get there and now the receptionist says they do not take Tricare. So they charged us for the test. After the test another lady asks us about our insurance. She says they do accept Tricare. We were refunded but leaves me thinking we almost paid $175 for something that was covered in the first place.','2020-07-15 23:46:22.201000','2020-07-15 23:46:22.201000',2,'Ruben Hernandez','https://lh6.googleusercontent.com/-XRYTMqR3kmQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclExSru515rfO46RNRqvNOugEkoJA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39541),('AbFvOqlJfJlFGaqNR8XF8dkRjSd86yZlbvXO6pVS3xwvKcqCpnvaQyYEoOl5N88m-SPgtMjqrWshmA','Thank you Signature Care and all your staff for taking good care of my brother in law and going the extra mile for him and again thank you Dr. Ding , Amy front desk and RN Chris I appreciate the work you do for all patients that come here .Ms.Semetria M.Gary family of patient Floyd N. Williams again thank you taking good of him and making him comfortable while he was here.','2019-04-27 17:32:18.344000','2019-04-27 17:32:18.344000',5,'Claudine Gary','https://lh3.googleusercontent.com/-BlLPJbUurCo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl8w6_JwbD49wwUUVpQOm4pNHAdSw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30559),('AbFvOqljFk9DW_mpKawoeDBsZKnnHP6o0Z6cvlvu6GAVUZkLiVnVuyyzUHC14Qd-XouUMxvNfnBYmg','Everyone was very professional from Keshawna at the front desk all the way through Dr. Do. Quick and easy visit, very thorough and informative. Will come back if needed.','2020-10-01 14:34:18.627000','2020-10-01 14:34:18.627000',5,'Jeff Mraz','https://lh4.googleusercontent.com/-333TSnGsVto/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLaW0_mKwny8_nXwh6RiREIohMFg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30087),('AbFvOqlJFvSbgOzS7BZ05lHtCfe-Tzgt2c84WCPHIEglss4NtSyFZfxTCO8BFSZw6OAfF9w2ZqnRww','Very sweet people, very caring','2020-07-29 20:49:10.541000','2020-07-29 20:49:10.541000',5,'Cheyene Owens','https://lh3.googleusercontent.com/-dCXhv8JgFJM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMXs6Gj6PR1T1XPBWT4N3Kef0S5w/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31831),('AbFvOqlJg2HMUsGVqig8cIKQbSQ-TvV7HOKgO7ytSD2so3vkP8NmrhNZ3M7oyAE8NZwpmcoW2A9vIQ','Attentive, clean, respectful, and efficient. Although I hope no one is faced with an emergency situation, in the event one occurs this is the place to you want to be.','2017-02-21 20:17:00.322000','2017-02-21 20:17:00.322000',5,'Mary Borrego','https://lh3.googleusercontent.com/-Us5-7I4cNCQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXQBc7-WlUAnRDwnhRJQTa6uk74g/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31097),('AbFvOqlJGGLtIvozFAm0oVdo0hu2DhW73Hjs7Ec4CHrgCMb5MYP4Php9p_0LSBGzjwIRvvxi65TN','Great facilities and such a kind staff - made my experience in the ER much better. Thank you Meagan, Dr. Elsbecker, and Townesend! You all were wonderful!','2020-10-18 19:36:05.126000','2020-10-18 19:36:05.126000',5,'Helen Williams','https://lh3.googleusercontent.com/a-/AOh14GhQZOeHeTO62Qive7gWw6B7WbGMKzRaD4eQzfOb7w=c0x00000000-cc-rp','16891069708558046635',35691),('AbFvOqljgGrKDwvfQrQg18iVOAU5tSlaTZkznS3Pcx42c5niumZkBP-dfGD3B9904GID05hiAMpa','Signature care made COVID testing so simple and they were so helpful!','2020-06-12 17:40:25.067000','2020-06-12 17:40:25.067000',5,'nikki paholski','https://lh4.googleusercontent.com/-6cBjYHWA3LA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnj6w8Tq_bXgsETkA0H5Rog5SbbbQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35879),('AbFvOqljgHeg-D-dAeadk8rwqI1xdppJidSCMG1G4K4gFzoJQgUjc02eQW6ugv6C3y_0fb0b36hGDA','I had a wonderful experience with Signature Care. Dr. Thomas, Nurse Shelia & Nurse Shay were AWESOME. They checked on me frequently, made me feel very comfortable and comforting. I highly recommend this location. Thanks so much fixing my medical needs.','2020-12-04 17:55:34.904000','2020-12-04 17:55:34.904000',5,'Lauren Lewis','https://lh3.googleusercontent.com/a-/AOh14Gh7s59EZ_pbsS8Qzk5oBj9U1DV_JF6WV-b_j6_LFw=c0x00000000-cc-rp','8918455867446117794',42814),('AbFvOqljGiOJh4_Zc0ZJKtY4fKx8-uNf1N4v3_4VvI-d2oD1oVILkdxnHmoTd3D9_b5qSgaJd9IwTg','A great experience here. From my greeting when i walked into the door to our nurse Manny Guerro and then to Dr. Osiecki. They treated my daughter with great care and were very generous. I will definitely be coming back. 2 thumbs up!','2019-01-19 15:33:26.801000','2019-01-19 15:33:26.801000',5,'Joseph Prochazka','https://lh3.googleusercontent.com/-nzw9JQjAx1k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckqgZD00L0ZaUi4MWVESPGqRB8yNA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41780),('AbFvOqljgPFHNhmdKupYF64BgYkVtoz1Ddw26nfeDonFBVfsfKRgShR1eflS0K_5CB78yEZrsctEDA',NULL,'2020-11-02 17:38:40.507000','2020-11-02 17:38:40.507000',5,'Valerie Perry','https://lh6.googleusercontent.com/-Snrs5nv_qT0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmBtU_68x0t6eNQUM1RZvukWXbzOg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31433),('AbFvOqlJHqnUF0p6-pLjGBsBbHl2ZsBxkQZid16rHG5J8WMwYM7zUh4l0qdNtTItO7vwg082y6XO5A','I Karen C. and Dalia R. made my experience at signature care smooth. I was in and out in no time! Definitely recommend!','2020-08-06 18:12:52.391000','2020-08-06 18:12:52.391000',5,'Marquitta Booker','https://lh5.googleusercontent.com/-tjlUuLfClnM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck3KBtXiMU7yyE5Rc4p7yoyMfla_g/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42942),('AbFvOqlJhRSpd9AfALFmNxECrnRWYpstgpiQMEMnyM4Nknx6F2fRKp4aPQUrO6bILNVKu0vScUjkpA','Dr. Ortiz , Nurse Irving, Chanell, Holly & Thelma we’re all amazing staff! I came in here for a cold and the customer service was excellent! Thank you guys for all that you do I really appreciate you being open this late!\n\nI am totally a happy patient ā¤ļø','2020-02-25 06:36:06.356000','2020-02-25 06:36:06.356000',5,'Marqua Luckey','https://lh3.googleusercontent.com/-Czw0YDn2P2E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVBXfglx_LPnyKiRSUcB--jckUwQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28696),('AbFvOqlJhXDUnelfxVDEwtVrGCoM7hurQU9TRlxrOuNWAu9do4-ITwYNCp2U9uEIht96lKfNImOF',NULL,'2019-12-05 03:48:12.048000','2019-12-05 03:48:12.048000',5,'MattMoney','https://lh3.googleusercontent.com/a-/AOh14GgevwzFRDUoohd4qooWF73lyNhpwCmm5QRO623-=c0x00000000-cc-rp','16389487648212004696',33637),('AbFvOqlJI0YYep0BdjiDDvSyuSmHX0_RrnJrgJIrPb_SwHsLzz6UyOLYffTlJUUR8CBZWAHKRBTMdQ','The staff at ER signature care was really nice and friendly :-)','2020-10-21 13:23:37.305000','2020-10-21 13:23:37.305000',5,'Adrian Tran','https://lh3.googleusercontent.com/a-/AOh14Gh_6YNb-q8QYe0R7UhEEHVf_xRcHTGJtnP11wZD3A=c0x00000000-cc-rp','3511292162159714121',40145),('AbFvOqljI41wyZEqcxdm3oXvXOgFsC-gUR0ow4gx-qZnBYlUWGXcytW8MeKE6RLf_-qlrJQHqVQ3AQ',NULL,'2017-07-29 10:19:54.519000','2017-07-29 10:19:54.519000',5,'Jennifer Godwin','https://lh3.googleusercontent.com/a-/AOh14GiSQSMlX0ocYsd9QjZD7QXmC_0K-k-ddC5KF4yI2Q=c0x00000000-cc-rp','17394740196501090048',37112),('AbFvOqlJitCepNQ_6sZh-iDny4tupVn9IULkWqKGF1llHNUWobMTR_aBjJFcS_vp_KuOXs3RJrjrlg','Dr. Braun, nurse Feagan, Tiffany at the front desk and everyone else helping me at SignatureCare - The Heights, was so kind and pleasant. They all went out of their way to make the other patients and me feel comfortable. I would most definitely recommend this location to anyone.','2017-06-27 02:08:34.765000','2017-06-27 02:08:34.765000',5,'Mayra Cortes','https://lh3.googleusercontent.com/a-/AOh14GirfcPigKB1oSM6rfLZiycutOSbxVBYhdku5Wn1bQ=c0x00000000-cc-rp','14567670160750071148',31019),('AbFvOqljIwsagynoyI5NwHNd9ZqGqo8Aw_Nir5wi5M3WznX3QsLNeM1bcOSlksEo4TYYsw8XZ17x','I loved the staff their just like family they recongized Me after i went for my Husband 2months ago & the remember us ! Thats so awesome their gonna be to go to place when i need something . I apeprciate the care all the guys tooken care of me Mark is like our bestfriend he is an awesome guy ! As well as the night nurses they helped me with my pain from a kidney stone ! I love how their so hospice & taken good care of their patients !\nBtw i loveeee my robe you guys are the realest !\nI wish i couldve did the whole nine yards with you guys but you have tooken care of me 90% & the other hospital did the 10% of work !\n\nLove sheila & christian perez šŸ’•','2019-01-24 23:16:56.023000','2019-01-24 23:16:56.023000',5,'PerezFamBam','https://lh3.googleusercontent.com/a-/AOh14Gi8hCJsKT7HwNXHQ-2Arv49b5kTPHJGxi-P4BtOwg=c0x00000000-cc-rp','14904078213800803294',32508),('AbFvOqljj_A-3bQ86pw-zCfBelgM-VNnguN__vXCS1aUPOQFa9TZH_pOWJzaRR0PUxf9SLoNSvjB-g',NULL,'2018-08-26 09:27:03.679000','2018-08-26 09:27:03.679000',5,'Trina J','https://lh3.googleusercontent.com/-ktdB8I8I1LE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl7mQpO8YR6cbbvlK5Yf2FcgGiR6w/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30767),('AbFvOqljjG8FVXHg0b8Po6EFLw9rr0Pwux9QpG8Ant6SZpIj7VseJjzR-CGuiRlBwlSqyYRaoSJnsQ','Kim at the front desk was very nice! Sherri and Michelle took really good care of us, and were very helpful. Dr. Yost was very kind, and told us exactly what we needed to know! Best ER in Texarkana!!','2019-06-05 16:53:02.290000','2019-06-05 16:53:02.290000',5,'Austin Daniels','https://lh3.googleusercontent.com/-AvUBKfjExeY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnF95WaaLNrAx__SL3dNUc6TU2fsA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39858),('AbFvOqlJjnHBb8Xm-FfZzMhldEwsHGIbywZTXTBKI2fOvO3WzExRlQv4jqgecuYmAlesd79hJhMsVw','(Translated by Google) The best is!\n\n(Original)\nThe best ER!','2019-06-06 19:24:26.003000','2019-06-06 19:24:26.003000',5,'Jimmy Williams','https://lh6.googleusercontent.com/-xQcP0fdcs8Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnGXh6osA4RV73Ttp_vQXAk2i5zng/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43264),('AbFvOqljjYze6d98xy0yClY_K7dVkWwfZmhf6XLWeMhwb-nVU5smk-st6K3v3N2kQR3AOR3i0Uo1Jg','Dr. Faig, Amy, Jessica, and Dion were all very helpful, caring, and welcoming. They took care of all my necessities, made sure i was comfortable, and made my Signature Care visit simple and quick.','2019-05-05 04:15:16.947000','2019-05-05 04:15:16.947000',5,'Malik Wheeler','https://lh3.googleusercontent.com/a-/AOh14GjO2St4YyCZ8zZJ_BbQT7Agu1Gt0rw9w17AkMANPQ=c0x00000000-cc-rp','3511292162159714121',40581),('AbFvOqljKEUNLDzC3EPn3lrqTY0LHD953b0ufsLtGoVV4XbEIY5A3z0wtX5wizgZY69UTP7kHoJcnw','Nice office and staff is friendly and helpful!','2019-12-09 23:00:08.909000','2019-12-09 23:00:08.909000',5,'Jenna Bertero','https://lh5.googleusercontent.com/-FXaZGOFwzCw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnes7Kg7UUdaJLsuG9DFw3wKvpzGw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33620),('AbFvOqlJkIhdGsCRQwl-WxA9bTae1vn8X8ns3o4CpoY-dOpk-poc9-tFPGb7AebV_TznzgYBOp-0vw',NULL,'2019-01-19 01:51:35.778000','2019-01-19 01:51:35.778000',5,'Yolanda Plazas','https://lh3.googleusercontent.com/-MjLA3RKhBtU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm41wJg_q-JrggnYbcYu4k1VsDzog/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42739),('AbFvOqlJKr5-NsTYQrAb8tVyfLXUFJlsCMvhr3pb9HojyyPWRumO5ga34ZG2NlrwTbwKoz5tVhs0-g','I came in and they were extremely helpful. I didn’t have to wait I came in and went straight to the back. Thank you signature care for helping me!','2019-12-19 19:28:56.424000','2019-12-19 19:28:56.424000',5,'Kane Beltran','https://lh5.googleusercontent.com/-hRwgKWTY6vI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLnVtbjSZSElOBwMJcai2XCcFc3A/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39179),('AbFvOqljkuxJgGzRSu9lP2v2RuKzM2YQZlWDbSLVqHhn8rZymDaenp9z-rU7CyWJQffNYi6vFBW_fg','Fast, clean, very friendly and caring. I have never experienced such an amazing urgent care/ER before but I highly recommend this place to anyone who needs help and is looking for the best experience possible. Thank you SignatureCare!','2019-11-25 12:26:53.725000','2019-11-25 12:26:53.725000',5,'Kate Shrader','https://lh3.googleusercontent.com/a-/AOh14GhuWP2f02wF7GFSHJX-LYERpsJjVqdZio9LMEW5bw=c0x00000000-cc-rp','2694018788013845459',39205),('AbFvOqlJKwdZ3JbRBCudmx2dlTJScDQ3YeafO1YaArTBIDOzcssRSb8c88GxvyylY181kVzl5UXO4w','Professional and courteous staff. Way faster than the hospital. They helped us four times already for less than the cost of one visit to the ER.','2019-09-14 07:51:36.427000','2019-09-14 07:51:36.427000',5,'overseermole','https://lh3.googleusercontent.com/a-/AOh14GgYK-MyhAunGNPNvpgWSj-TxdhjdRBFCsGj8F8DTA=c0x00000000-cc-rp','13486358490203335051',29672),('AbFvOqlJltkdUDBAdJqywjm1_PgwXV9dwolk019G1i_4Fj4ZmgB5fD-cgpskv8ZsjRhTDWsP94IDBg','Everyone here has been really nice! Especially April!','2020-12-22 22:22:34.981000','2020-12-22 22:22:34.981000',5,'Sarita Ojeda','https://lh3.googleusercontent.com/a-/AOh14GhUZMY7gAZfavANpr9p3eMr8zGHIiAtibJDZqWnTXU=c0x00000000-cc-rp-ba3','14748677429039074158',43728),('AbFvOqlJMqyBzV5aTdzCk9wIWaBnvLaQaytEyjZt6sUoiL1uxya0S9uW6kkCcQwVrelZy4uINEPZkg','I want to thank Memorial City Signature Care staff for taking such good care of me. Doc Daniel was very personable and competent,\nthank you so much for such a nice stitch job! Johnny and Aaron were super friendly, helpful, informative and made sure my injury was well taken care of. There was virtually no waiting times from the moment I walked in until I left. I am so lucky to have such a great place so close to home. šŸ‘šŸ»šŸ˜','2020-01-15 02:33:14.722000','2020-01-15 02:33:14.722000',5,'valerie dettore','https://lh4.googleusercontent.com/-c7w5de1eWT0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmW1ndUkYqywHInuPALqwTEYJXy2w/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32375),('AbFvOqlJMXiVUKoQrUw0n9VwBoqWnmA_seXAVJc1j-FmGNFynow7voDogpFLzS_Ly97aFeUX4jLs','Great experience & very helpful & amazing staff.','2019-12-29 02:00:23.183000','2019-12-29 02:00:23.183000',5,'Breanna Stubblefield','https://lh4.googleusercontent.com/-kAQSKlkVvFw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_Con9sOtIhxgVgutC3tUwOzkd8Q/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28890),('AbFvOqlJnmkZ9eVIrrrXZt0JlSKjD5FKsYGuM1e5lWeVVuXw6lK8TCFx8cCCCs1gspi2LK8o5gJ4FQ','The E.R. Service was amazing . Front customer service Samantha was nothing short of exceptional . Staff nurses and Dr were super friendly and very helpful.','2020-01-21 05:28:56.820000','2020-01-21 05:28:56.820000',5,'Pedro Vargas Jr.','https://lh5.googleusercontent.com/-HYDC9MuS-sY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmworKGCvs0reqcks83xbm57Wj07A/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30322),('AbFvOqlJo_ZCR270LnwuSjJe0CL6QLgisb63BWiCMzVIYOZ-EIVW4tbwRynqJ39F0Mkiv87rvzPA','My receptionist taylor was awesome\nAnd this place is a treat!','2017-03-29 21:02:56.295000','2017-03-29 21:02:56.295000',5,'Carsen Durham','https://lh4.googleusercontent.com/-POargxYEAjQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckoOp4EgcvXVQ5ga9SEnvqOBA_lvQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35460),('AbFvOqljON6pGxIZxvanlptaQOdpnVCxM1CB7tVvzK4Q5ARe_2iQkJZgzoAz98adTudi3MFzzB-JvA',NULL,'2020-05-31 15:03:31.997000','2020-05-31 15:03:31.997000',5,'Frediculous Videos','https://lh3.googleusercontent.com/a-/AOh14Gi4lnPiYAyIb0fuCtrUomfg6xOgBlisT655wIvJ=c0x00000000-cc-rp','14748677429039074158',32078),('AbFvOqlJPmudexFYpZK5Tdapu_HagC6rtZz94f8hEW8nicIq218x_9AOtk6D1t81aRcoIyAOVxiKmA','The entire experience was amazing!! The front receptionist Kim P was so much help!! And all the staff took great care of all of us and only one was the patient.! Very satisfied.! If needed we will come here for any medical visits in the future!!!','2020-02-10 13:40:51.698000','2020-02-10 13:40:51.698000',5,'madison houston','https://lh4.googleusercontent.com/-aG1r5S3Hp0M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmzb_of1DdSLXCGmj0vxciei5rcJA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34385),('AbFvOqlJPqPrESvgjwepCS_kmZLdYUrE3PQrCxkcm3uG6kYJXSxlhNknCMCoR1XFZhBLuPhjoEvH7A','Dominic and manny took care of me right away.','2020-07-24 20:43:54.888000','2020-07-24 20:43:54.888000',5,'Paulina Rodriguez','https://lh3.googleusercontent.com/-EZfafPNvZoY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucknrJ58b2tnC4KT-iF2IlmVTaGT6Q/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41344),('AbFvOqljPR-5QNlF16Vpk8IJQNInSEg3wBDgkz_Laq-OQyMQaM4lXUuPnh8OOeceUdC2TXjPxZGq','Customer service was GREAT . staff was friendly and caring . Provided all information and details .Dr.Patel, Nurse Sarah G., Fatima B. and Tanishia W. were all great . Highly satisfied with my visit','2019-12-11 09:20:50.100000','2019-12-11 09:20:50.100000',5,'Elyssia Sapp','https://lh3.googleusercontent.com/a-/AOh14GjlpzFtBGd1eey0CefkRVtLkT_Qweolrj4UwPePsQ=c0x00000000-cc-rp','17898197009688164559',37809),('AbFvOqljqbw0jGoq1ULjx8-cQ5p_nAcwUYUgX3sQhJjCh93-jSattL6WtytOcmBOQqEtihlvdmRGqQ','I had a pretty deep laceration in my finger. (I cut myself with a slicing machine in the kitchen) We had had a friend that had a good experience at this location so we came here. We had no wait, the facilities were great, everyone was nice, the Dr. stitched me up and we were on our way back home. Wow, so much better than an emergency room experience at a hospital!!','2014-10-22 21:46:51.405000','2014-10-22 21:46:51.405000',5,'Lisa Birnbaum','https://lh4.googleusercontent.com/-2EkPmp8lKdU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm7gzAOTyDIwLN3b_fR5B58zkyBYw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42793),('AbFvOqlJQgHEfFgkOWHxovCW4YQasZoqafmqet-IWuFuTJNtw1GbC9jS9B35OvPQ1tFPC84UebxoVQ','I went to this location to get a Covid test. They were charging 150 cash or billing your insurance. I gave them my insurance. It was suppose to be a 15 minute test. The process took 14 hours. I stood in line for 10 hours, got tested and then got the results. They were negative. I never saw a doctor and the nurse barely took my temperature and blood pressure. Which were wrong, I told her that it didn\'t look right and she ignored me and just said, \"I just need to write something down.\" I wasn\'t feeling well, that\'s why I decided to get tested. Later I received an explanation of benefits from my insurance. They charged my insurance $2,870 for an emergency room visit. I never even went in the build, talked to a doctor, received medication for my illness. If they were going to charge me for a visit then I think the least they could have done was actually treat me as a patient.','2020-08-28 14:18:52.759000','2020-08-28 14:18:52.759000',1,'Patricia Frausto','https://lh5.googleusercontent.com/-50AF1jRmkOI/AAAAAAAAAAI/AAAAAAAACAA/AMZuuckJad7DzLUPZfCFIgx0BnhrG9fA0w/c0x00000000-cc-rp-ba3/photo.jpg','12541597562633926366',28558),('AbFvOqlJQIgVt3GhQKVSEQd186pCIoZKT01vYaQFe_6rq93cArld-xTZ91nVwFMYKHGoMDdP58_a-g','The service was great.. Super sweet and cool nurses and doctors. Had A Great Experience','2020-08-12 18:45:57.498000','2020-08-12 18:45:57.498000',5,'Tashauna Reed','https://lh3.googleusercontent.com/a-/AOh14GhzAQ4-9ncwba6w_V9vgEJ4swiP-wYzPQBNxJj3ug=c0x00000000-cc-rp','3511292162159714121',40205),('AbFvOqljQIRfq3Uk5zgxUStHeTOsmMH7SGAt43vJCSktaHwHHld4f4MEFQkawim91c016CHhc4tjxQ','This place gets you in and out','2020-01-17 16:23:48.898000','2020-01-17 16:23:48.898000',5,'Richelle Von','https://lh3.googleusercontent.com/a-/AOh14Gg2rBCLZ6jyQFxTxmQDx0WM5N09gZWoOSFGOHNtpA=c0x00000000-cc-rp','8918455867446117794',43139),('AbFvOqlJqMQwxypThRN_xArc4A1BExIxCbJOibF2IZw6YmyC6SgRyOoTiwXV6kAQZSyDPivwxBhSHw','Came in tonight with a sore throat, and left feeling so much better. Dr. Grinblatas is so kind. Everyone here made me feel as comfortable as that could. Hopefully I won’t need to come back anytime soon, but this will definitely be my first choice.','2019-07-17 04:24:43.662000','2019-07-17 04:24:43.662000',5,'Majesty Dixon','https://lh3.googleusercontent.com/-LrTwBCW27aI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclqGFLnP2vSFMPFVzLp18CptDce4A/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36730),('AbFvOqlJQmRZOWtgueU9QVzatRkZVOV0qVRxLKYZns7LwqYD2eW7CoCtQRZDbylv9Y6e5xeosF0b','Everyone is so caring and sweet and knowledgeable. They make sure they test you for all the right things and are super clean and sanitary. They sanitize everything and their hands as soon as they are done with you. Great customer service from Dr. Ortiz, great RN Holly. Danny/crystal , Nicole and Ariana and Hayley! They take their time and don\'t rush you out the door like other places do!!\nThank you team','2020-10-17 02:57:36.202000','2020-10-17 02:57:36.202000',5,'Rachel raymundo','https://lh6.googleusercontent.com/-N5gynXcA6Fs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnlcZAjmhlwotB6poCaFv_T_jt7Gw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32216),('AbFvOqljqrJhYXWwm3B1dAKjE8jrlIx68Yym7LDMACH-heZgMptDY_FQR2WPfH7U54UzGvv_PRrY','Very nice facility. The staff was very knowledgeable, kind, and helpful','2020-01-31 16:53:53.063000','2020-01-31 16:53:53.063000',5,'Kali Little','https://lh3.googleusercontent.com/a-/AOh14GjR5tqWWCMgER12tZQTzj31jDSnYK-7D6l6-fOivfU=c0x00000000-cc-rp','3272657195432704501',39654),('AbFvOqlJR-Fnv0J4zlKJKFk-3okBxnC9vhMdGElg1Md0nWD2vDOIvT-MEYKbId0UhaJw3knmtmvZ','Hayleigh and staff were great!! Will return','2018-07-27 01:28:54.177000','2018-07-27 01:28:54.177000',5,'natalie prevot','https://lh4.googleusercontent.com/-D2F3SGeXm2s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMFPmkZX3OLivFzMdxIcfzWY-qUQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30802),('AbFvOqljR7Rk6N3pkfe4jpU0DrcnHYJccSnX7D_QHEGP3LRYm2mwaR7yJ62oYwjJMUL9IMcG_XiwPA','Everyone was friendly and fast service. Thank you Dr Yost, Mandi, Carla, and Courtney','2020-12-26 13:44:42.331000','2020-12-26 13:44:42.331000',5,'Myranda Michelle','https://lh3.googleusercontent.com/a-/AOh14GjQAFvJzhPdOIXhavyt8xVhj4U8o9VeWJia-1hvwg=c0x00000000-cc-rp','3272657195432704501',43904),('AbFvOqlJRLsCAM6XawuAvFgVRoVHyBimaY3VktpAzbxLRo8jF5tpJF7RR_MPF1A2j6nzMMEcKMd3Cg','Excellent care given to my son today Mitchell. All of the staff were top notch.','2019-07-09 23:49:54.449000','2019-07-09 23:49:54.449000',5,'Cynthia Armstrong','https://lh6.googleusercontent.com/-pEoY6YSHyNA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclb2z7dCklIhNvp-TJG8hU74SJvuA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38093),('AbFvOqlJRR8ue_dRKMNi3sxL0l9oQ0E5E3sGvpWFH59iKOlGZQugKkGevvdd--8UYPrYjvyLBUak','This place was so great! They saw me right away, everyone on staff was so incredibly nice and put me at ease. I had to stay overnight and both night shift and morning shift were incredibly kind and attentive. The rooms and beds were comfortable I even had a robe and toiletry bag. I told the nurse it’s like a hotel room you don’t wanna have to check into. Definitely recommend them if you need emergent care.','2020-12-20 00:08:29.081000','2020-12-20 00:08:29.081000',5,'Ashley Kirkpatrick','https://lh3.googleusercontent.com/a-/AOh14Gixidnv9-0_M_PRDUTBE5y4GgcnabtR44zxylPp5Q=c0x00000000-cc-rp','16891069708558046635',44539),('AbFvOqljRzhasz-tKDeM1WDAXAObIOwaC_ThyWWPTJluQIbjuyQv0hqwtaVh-q_0xLYhfdXm_PNyGw','Very quick and easy process during a late night Covid testing! Extremely friend staff!! Truly appreciate the sensitivity and compassion with me. Thank you to the staff Emely and Vanessa!! Dr.Grinblatas a total sweetheart and Nurse Keri! Hopefully won\'t see you again but if I ever need to I\'ll make the drive bc ya are worth it!','2020-10-23 04:51:05.948000','2020-10-23 04:51:05.948000',5,'Avelynn Delarosa','https://lh3.googleusercontent.com/a-/AOh14GjGUoA7EeMVK9TTnmL9mWdGhKgSZViOwUKFnSHf=c0x00000000-cc-rp','3511292162159714121',40122),('AbFvOqlJsHYRswYzCXS7URglXvMtteEb3isBfAm0nxHRfxrqXEny8M7ovL9JHTevUaDOuhokBjFcsA','I really loved the people who helped me there they were very upfront, understanding, fast, and professional. I would recommend if needed you guys go here when your in need of help.','2019-08-31 13:15:47.571000','2019-08-31 13:15:47.571000',5,'Christina Hughes','https://lh3.googleusercontent.com/a-/AOh14GhclmhxSveeOdc20Lu8RUEEceSGWM2mRmCAsKeOUA=c0x00000000-cc-rp','8679688254631342173',42672),('AbFvOqlJSju5dEsQw7iZi070uFj6wHWttAMwFnNtXKI8VKCJ86-zAK9uZtr_sQXVFo6P0pTFVa0seA','Very efficient, and friendly staff this was my second time here. Thanks to Brenda for taking care of me at the front and Olivia in the back.','2019-07-07 15:52:24.632000','2019-07-07 15:52:24.632000',5,'Lakeisha Mckinney','https://lh3.googleusercontent.com/a-/AOh14GjGuFUBoN37XURBeADlINECuiVqU4_UcHGGtVZy=c0x00000000-cc-rp','3511292162159714121',40505),('AbFvOqljSu0PKSHJn1pGAP84QYJwNXlk6VpByyfrp1bAL6gq7TPTNf_xRzaW7HKkq-E8QcnYcje1jg','Dishonest billing and clearly fradulent Google reviews (please tell me what ER has 600 LEGIT reviews?!?!). They overcharged me on facility fees, doctor fees, medications, AND did unnecessary tests to run up the bill. Do not be fooled!','2020-07-01 05:43:01.487000','2020-07-01 05:43:01.487000',1,'Claire Lacobie','https://lh3.googleusercontent.com/a-/AOh14Gg6xQsK6TwP3SL9M0ZFKiHa-Tfk-6AyrlLTraD-wg=c0x00000000-cc-rp','13486358490203335051',29375),('AbFvOqlJsy0GoiKMnqxPidoJCZbLDvDRORKMD_2QzTYMz4Lu2IPMY8ynbMY8ATgw-777BHSb8IHl','Got a rapid COVID test here and it 100X easier than I had expected. Facility is clean. Staff is incredible. Chelsey and Lindsey were super helpful in talking through the process and doing the swab.','2020-10-23 19:47:08.113000','2020-10-23 19:47:08.113000',5,'Sarah Mayer','https://lh5.googleusercontent.com/-NktIPkyrpBU/AAAAAAAAAAI/AAAAAAAAAlE/AMZuuclyaC3Wpn1ohS8TbhK2zFaUbpLVcg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35680),('AbFvOqlJtFr7y1vmjs9i2R0jwaYDhrjjGvle_a_sJbcquh6q465pvDdDJ95T-w88UXwcXWzraAG9','On hold for an hour and a half just trying to confirm an appointment, then after finally getting ahold of someone they said they were transferring us to a different department, then hung up!!','2020-06-28 18:40:06.254000','2020-06-28 18:40:06.254000',1,'Emily Tomlinson','https://lh3.googleusercontent.com/a-/AOh14GhgDipTqL-BXtwIsqEQpcR9knH_34NCmchySHs2fQ=c0x00000000-cc-rp-ba2','17394740196501090048',36576),('AbFvOqlJtiocdQgieRuY9MjcsuLdj_CdwpBV7N-qKtOzdKQTuKWBYwM-WuJ-IgCkRUBeJ6wHidQytw','I\'m pregnant, running fever and feeling extremely ill. I was concerned, nothing else was open so I decided to check out Neighbors. The staff at the front desk was decently nice. The problem was with the doctor and her assistant. They were INCREDIBLY rude. They basically treated my like I shouldn\'t be there and was stupid for coming. They both talked down to me and treated me like a child. I will never step foot in this facility again. When someone is sick to the point they can bearly get out of bed, this is NOT how to treat them. I\'m honestly still in shock. I will be finding out the names of the people who saw me and taking up my issues with whoever is in charge. I would seriously urge anyone who wants good care to look elsewhere. I\'ve never been treated like that before by medical personnel. This is not the way you run a good facility. From the looks of some of the other reviewers, they had the same experience. I went to this ER after an accident when it was located down the street and the cars I received then was wonderful, it\'s a shame to see this place go downhill.\n\nSide note: Also they are completely unwilling to help out with looking up any insurance information. Most ALL clinics or ERs of any kind are more than willing to help. I see this happened to another reviewer as well.','2016-12-10 05:05:43.964000','2016-12-10 05:05:43.964000',1,'Lea G','https://lh4.googleusercontent.com/-eWHyo7X5aMM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclS_sdfTaQXx_spKT3m3py_PsKGug/c0x00000000-cc-rp-ba3/photo.jpg','8679688254631342173',42774),('AbFvOqljTk5MZIU87jb_Bykt-WLyzWGg4DXiOKzN1gUwWz3gXCrzBTdNrvmV8te73tnj_qfyg4yt','From the time we walked in everything was great. Tanisha helped us as soon as we walked in and took our information right. The nurse Lynn was great getting us checked in in the back and doctor Qureshi was very helpful with all the questions we had. Great staff','2020-11-14 04:55:54.019000','2020-11-14 04:55:54.019000',5,'Marcus S','https://lh3.googleusercontent.com/a-/AOh14Ggce3RbiaGR6OnlKLrF7ud0Bi6Y27IbETsGRoRm1A=c0x00000000-cc-rp','17898197009688164559',37440),('AbFvOqljTzd15zdL0UGF3v0UL55Zl38N0hW0eAmlQKC5QHaWUGOS5pdeP2mz1YteLeLXbqp1FUcSkA','Every one who assited me was very Kind and Awesome! They really helped me this morning and gave me some good prescriptions and discounts for the presciptions. One of my best experiences here at Er Care 24!!! Glad I chose this place! Much Thanks to Brad, Kim, Jr and Doctor Vakey as well as everyone else who assisted me!','2019-02-21 17:07:04.473000','2019-02-21 17:07:04.473000',5,'Keith Ashrez','https://lh3.googleusercontent.com/a-/AOh14GhX6hra__wlx9RCme2Ja2D1v4LPr7Pzq4ANK8B0=c0x00000000-cc-rp','16590124370714063921',34993),('AbFvOqljuGYDEuvupMJssY9eIiHHea61Jm7jh9r_XDDzkubymG_VnWbBQUDSXuPzTUldGcKkhyV9Yg','Simply wonderful. Super clean, super efficient, super accommodating.','2017-12-19 13:41:44.471000','2017-12-19 13:41:44.471000',5,'Bebe Russell','https://lh3.googleusercontent.com/a-/AOh14Ggx6_dbwWHXA_dgfDmH9HAcXD2YtZVOtiBGQJu6FQ=c0x00000000-cc-rp','14567670160750071148',30928),('AbFvOqljUICLKIReiUbsIYSr_M-NvZrWf_ly_Dg7e5eDEXAZgBqlnraQtRn8urKdRKUleBR4nrLpmA','The crew of Dr Henderson, RN Mollie, RAD tech Sarah and the REG Tobie were all very friendly and helpful. There was no wait time and they were right on helping us. They made sure we knew what was happening and what was being given the whole time we were there. If we had gone to the hospital we would’ve sit there for hours but we were in and out within a couple of hours. They made sure I was doing ok before I was released. I would recommend this to anyone who need to go to the dr.','2020-03-09 15:39:54.860000','2020-03-09 15:39:54.860000',5,'Loretta Robertson','https://lh3.googleusercontent.com/a-/AOh14GhQAaz5gsIN0hGqEvpHUBg7K5sJv05-AeklnsWj=c0x00000000-cc-rp','3272657195432704501',39568),('AbFvOqljUJZ_1Of4BtdoNIfXeB9i_cS5g0e6nUsi32XCymqAC_mHHKrfuDYayf1fPXeicU7Qy8UJHA',NULL,'2020-05-20 17:20:45.373000','2020-05-20 17:20:45.373000',5,'Uyenlee2012','https://lh5.googleusercontent.com/-9WzxYNeVBZQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclN9mPAQT13RNFGgMvoH9G8zHCu4Q/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36587),('AbFvOqlJUnwGg2Bxw3uxP8wXPyjiRqdWWEjB-43hbYPyhjpSL4I13Mq5ziNHapslWI3pfly7DXPZBQ','Cody and Sam helped me and were super nice and professional. Got results back quickly.','2020-09-01 22:56:20.894000','2020-09-01 22:56:20.894000',5,'Tara McCarthy','https://lh6.googleusercontent.com/-3yAasCpDuQw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmFEKf_HCfYNgllH_cCNZe27rMRTg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38549),('AbFvOqljuRVGywnipdZxQk99McNadINIOacwD1HeyiVAoRkgy0-0LY_zPruyU90kNEvWzKAUlvrw',NULL,'2020-06-20 20:12:45.112000','2020-06-20 20:12:45.112000',5,'J','https://lh3.googleusercontent.com/-357sOWqzXIo/AAAAAAAAAAI/AAAAAAAAqYY/AMZuucnWoDJDiHyYBCYmsFTbxz5BUSh5_A/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30192),('AbFvOqlJV42WfcDrtiPuSHEefMgDr2bHpC7fV3BTmgrdbUwdZcPZ5wgVRRqmngYA_2655q0Bn853HA','Service was prompt, staff was very professional and friendly. Everyone made sure I was properly accommodated and I truly appreciate that,','2020-09-13 04:39:28.759000','2020-09-13 04:39:28.759000',5,'dana thompson','https://lh6.googleusercontent.com/-LisqoRbKg_w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclssjuQywBU0RLsDyxVYG6zXaxbEg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38998),('AbFvOqlJvjMkE7qTtgtkR9DxAlEzd9oeyUZg-PiFRWBHq6B3TLFoxLLK3MM05JqK0YF8lZGQWbuRdA',NULL,'2020-11-02 20:18:18.876000','2020-11-02 20:18:18.876000',5,'Cory James','https://lh6.googleusercontent.com/-QwxAi6p4d-w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQ4duU9YD0ASXha8or7OQdVhqfmw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28479),('AbFvOqljwIoQBucV_f27Idqv_I_qwOQAJDWoj3l8S2WDmXT3XG3aFktkwZDb4sRkVkiLrbx7aEEztA','Dr. Rose, Shelli \' Gabriel and Cristina we\'re very compassionate and professional, Everytime I come here, or my Family comes and get treated, the staff is very caring for their patients\nI\nDeserves 10 star rating, very clean, personable and respectful','2020-10-09 00:09:40.323000','2020-10-09 00:09:40.323000',5,'Mari G Garcia','https://lh3.googleusercontent.com/-URsbGsnphSU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckdjs-A04c0XV_ehIW5wiQe53AQPg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35725),('AbFvOqljWmYBuRyLrayJ7TFrkE2cRvuq4YTiREEqtTmnVJtN4QVbHt-SMrehWhQkvaaCDYys4EmDqA','I was seen super fast and the lady at the front I believe her name is Catherine she is the sweetest along with Cody & Brenda. They are all so helpful and caring.','2020-10-20 13:15:21.450000','2020-10-20 13:15:21.450000',5,'Shae De La Rosa','https://lh3.googleusercontent.com/a-/AOh14Gi7R60I9d5VnM_taf7lU2VMr1GqvuoGa9X3hAa9rA=c0x00000000-cc-rp','2077061009497551125',38468),('AbFvOqljWPTP5h5p1r-8gPzI-TfrQLf7xuARGfRpTm6zyDwdESggiIPwH1FxkKYeWnb8TIC8ueDkYA','Awesome experience.. No waiting time, cool environment, friendly staff. I highly recommend this location to all.','2019-06-22 19:05:52.860000','2019-06-22 19:05:52.860000',5,'Adeel Sunesra','https://lh5.googleusercontent.com/-P1-SMTU3QMc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnbvNiIdX1_LkHPCUtdpGtPSPl1bg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36759),('AbFvOqlJx9l97sEmutFfHIV_ds_cYgJG7XHrELTH2pXMXhYf8KpBVMmMPefC27-Drb8KG8hWGG3t','I had a pretty embarrassing reason to visit but the staff made me feel at ease and worked very quickly and sufficiently. I was in and out within 20mins. Fastest emergency visit ive ever had. Price was extremely low compared to a regular visit.','2019-11-05 17:39:40.039000','2019-11-05 17:39:40.039000',5,'Chelsey Brown','https://lh4.googleusercontent.com/-BIAtvWYzZXA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclIO_dddhR4J-m1bpKzrV-TBnsp0A/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39215),('AbFvOqlJxAopaCJEboJins2YPK7q0581sMoRkj1hJAaQPvs56ibp7bSaRG5EN--QhMo_vLws_avMIw','Had an amazing experience everyone was great everything was explained perfectly good. Got to thank everyone that helped with my NONO issue Ashley Elaine Fatima Sarah thank you all for everything especially the complimentary COOKIES!!!!','2019-10-26 01:34:26.724000','2019-10-26 01:34:26.724000',5,'Noob Figure collector','https://lh3.googleusercontent.com/a-/AOh14GjWn8R_r8Ft75dZ8qxV31T94rD1N2uFURAWt3NXdo8=c0x00000000-cc-rp','17898197009688164559',37923),('AbFvOqljXkNjClwgbnqRVuwLwreBO5kw8ypYbweNQJj6jbM9CVQwiyveGypSMml3joNnytgnE0lI',NULL,'2020-02-13 01:09:01.231000','2020-02-13 01:09:01.231000',5,'Carly Haack','https://lh5.googleusercontent.com/-iBeh7gwGDB0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn-NV0LlDDcXkuUUqwLh-sc9TKTQQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34371),('AbFvOqlJxOaF6IAjiK8L9X-MfXD_7agp4GMuqdWP1An7JCJHNm_b-rm4fSX5vzep4a0SnXgvh5q1','Signature Care made me feel welcomed and safe. Amy checked me in right away and even offered me a wheel chair. All my Jessica checked on me regularly and kept me updated. Dr. Braun and Dion were very thorough in explaining what was happening. I really enjoyed the warm blankets. The doctor kept me feeling at ease. Thank you everyone(:','2019-05-05 10:00:49.245000','2019-05-05 10:00:49.245000',5,'Sarah Damron','https://lh5.googleusercontent.com/-FWSZQ_YwhXk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnDmH4OC0v8s468BZvglveroFfhvw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40580),('AbFvOqlJXxBdD_c8xe1n_WjJ_QSiprGDhVbSzDwlkv7XkB717oilchWod8xcze4-lJ1jE4WNPWxymA','I had super care at Signature Care! They are the best in our area, bar none! Kara, Linda, Jaylon and Shelby were awesome!','2020-10-09 05:48:29.693000','2020-10-09 05:48:29.693000',5,'Erica Timmons','https://lh3.googleusercontent.com/a-/AOh14Ggkl_GqZrWBs3dXy23M8hfan64h5x4kndiDjEhp=c0x00000000-cc-rp','3272657195432704501',39490),('AbFvOqlJYEay55ixvWlgzfUxR-i72JGWws6UCmWTDSUV2gLab5MS2T4kiAz2CZ68GUhKzDy6X6_o','Good','2020-02-15 17:47:19.091000','2020-02-15 17:47:19.091000',5,'Kyrstin','https://lh3.googleusercontent.com/a-/AOh14GhQd6T5d0rY9q2ZAFtEr3q2C_QEWi4JauD5L_3yvw=c0x00000000-cc-rp','13486358490203335051',29428),('AbFvOqljYMclgmV3uzlIebO-gwFs3agfnKGKE2u-xJRvE72BokjmWwZqdzgF4hHyEqfJiR5V7ULTKw','I have not been feeling well for sometime, decided to get checked out. Unable to see my primary care physician, did not want to try anyone in my area. Worth the 45 min drive! The staff was very kind and caring. Everyone made sure i was as comfortable and my family members. You have amazing staff they went above and beyond Delfino, Gabe, Freddy, Dr Lingan. I will definitely be back!','2019-05-14 05:20:40.779000','2019-05-14 05:20:40.779000',5,'haydee pleitez','https://lh3.googleusercontent.com/-Shfztv__2ZM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnPX_OnEXOrwcSC_64BfB-BJGxKTQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36206),('AbFvOqlJYNuzb64jBwXmhU-hHxNHIKOPXqEFl49FG9B0O6bPyIRt0Cc7TnGcFNQXtcFF20EvJ3uI',NULL,'2018-11-17 15:52:58.013000','2018-11-17 15:52:58.013000',5,'Christopher Huerta','https://lh3.googleusercontent.com/a-/AOh14GgFD4sXblmpjpuQN5-tdfdfxhpmI_3rdX5AbXz-=c0x00000000-cc-rp','13486358490203335051',29960),('AbFvOqljZCqDZpXORQiifDVTu0vqyQX7plkYVbIoS9Uym6hOL2zI0dlDXkNdbN4_3aejdynwIWfekQ','Quick and easy','2017-07-04 12:27:18.284000','2017-07-04 12:27:18.284000',5,'Chelsea Oakes','https://lh3.googleusercontent.com/a-/AOh14Gj4xY4xRwCztACjtQHgKFZS4TDbHqyodan-ywXMaw=c0x00000000-cc-rp','14567670160750071148',31017),('AbFvOqlJzwxPmD2tDsJ3k6OQyC6eN4hkBDRMBqPqqxEH2uGosi7N7Y6SyJ_QzRAyueWfRFlMETrC4g','Brought our 7 year old daughter in after she had hit her head at school the previous day because she was still complaining of headaches. The staff at the er center were so nice and respectful they had her smiling as soon as we got there 😁','2019-02-09 23:50:04.127000','2019-02-09 23:50:04.127000',5,'Richard Barfoot','https://lh4.googleusercontent.com/-d5LPgBeVCDE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckkh3NQXWIt9YlncdASb3IzMxlosg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39925),('AbFvOqlK_eVwF-9YYpkmgOy-9M4-qwYnQeKcVAWa8PNY1F22ttV3ZRyVbhY8FnmxXyGgF_yR6DmXmA','I like this place is very clean and employees very professional I will refer this SignatureCare šŸ‘','2020-11-06 01:31:12.757000','2020-11-06 01:31:12.757000',5,'Josh V','https://lh3.googleusercontent.com/a-/AOh14Gh4S99SMoCPKofePHlh0D-ee36z4PyTgIUNxKvEnw=c0x00000000-cc-rp','8918455867446117794',42844),('AbFvOqlk_RAQJuOUDjD9BSAul1chEDqERIYXAe0ne6vhymX8bBrZD_FySeFK8GOZctYgLg','Very clean and nice facility. I was seen right away and they got me fixed up and on my way in a short amount of time.','2018-01-25 17:09:31.096000','2018-01-25 17:09:31.096000',5,'Phillip Talmadge','https://lh3.googleusercontent.com/a-/AOh14Gir2K7hEq6aptqVMPjJ7JKf6pvQ8jzOB8gm9gOZY2M=c0x00000000-cc-rp-ba5','8918455867446117794',43422),('AbFvOqlk--iImSPalybfyai1UeEpX6vf1dLgHmZ3pT4o6eDpo6P4O7_tKFhzNc4HsY6CQ5q02UPeIg','I was seen here today in the ER and I cannot Express enough how impressed I was with the care I received. The staff here is phenomenal. I was greeted immediately by Dee and Brittany at check in. I was taken immediately back to an exam room where I was taken care of and treated like a king. Nurses Dawn and Gina were so knowledgeable and caring a long with the rest of the team Norma, Eve, Jackie and Dr. Yusuf!! I could go on and on about how great they are here! My family and I will ONLY come here for our medical needs! Thank you guys so much.','2019-07-18 01:20:22.431000','2019-07-18 01:20:22.431000',5,'Lee Lewis','https://lh5.googleusercontent.com/-Zt7bR6ic8vs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclArtRJuPIaz8D1kjY106OyM1p7cg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40486),('AbFvOqlk-BBZz57cgvAiERn9VJbD_-TctKr2Z2s993hrRPzDs3nwcge5e_aPvh8lBIu-BJkgmLqK',NULL,'2019-05-01 23:17:34.969000','2019-05-01 23:17:34.969000',5,'Lamont Bell','https://lh3.googleusercontent.com/a-/AOh14GgnfOstaLArIRU5AIKhAYgeRD-GHR1Ajg3AaGCGCA=c0x00000000-cc-rp','8679688254631342173',42701),('AbFvOqlk-XpJ9DvZFEjj1NsL_t7fr5biHQBGXXkL1fzgYTNKCldLiYfVYtRS3ZG8eMHe6PLlL1YG2A','Friendly, professional, and very patient with both my apprehensive five year-old and my (probably obvious) questions. I highly recommend this location — thank you JD, Nydia, and Cody!','2020-07-28 20:54:29.831000','2020-07-28 20:54:29.831000',5,'Jason Esposo','https://lh3.googleusercontent.com/a-/AOh14GhZjCOPihOy29UJoc1idwlvOKpc7oIlztt0-eyx=c0x00000000-cc-rp','2077061009497551125',38726),('AbFvOqlk0B3y2huDp7fQNgwY7CjB1jQF-CF0aXu4U2lBk5rT3stSDwsQTiycLUJ8ehclvvltn5GRZg','GREAT people and nice as ALWAYS','2019-02-02 00:47:30.400000','2019-02-02 00:47:30.400000',5,'Porsha Orosco','https://lh6.googleusercontent.com/-YwZS84wiVLc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMcHqmDFv_3RalP4rQbYkit9g--w/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30615),('AbFvOqlK0BnBV1kGaLd2xOBWPQbQBfoTdYaQzB00vXnO_nG8RkanVimuZhVyUeKvbJxdDsSKmH3z','I had a great visit at signature care today. I came in after feeling sick for a couple of days. Everything was done fast and efficient. Staff was friendly.Thank you to Lacey and Valory for taking good care of me.','2020-10-21 16:19:37.752000','2020-10-21 16:19:37.752000',5,'Angely Lopez','https://lh3.googleusercontent.com/a-/AOh14Gh577kXGMpS9eM7544NodCT6PVjIHU7HqIq1G166Q=c0x00000000-cc-rp','16389487648212004696',33126),('AbFvOqlk0xmghY4bsosQ1u_nIi51riFPFzW4pj5jIivkHPHVztphb4BSWPw62xNXZHhc4x8Ea-XntA','Great place very modern. Great pleasant staff . Dr. Patel, Alvean, Kelly, Joycelyn and Erica were very professional.','2019-08-07 21:17:09.743000','2019-08-07 21:17:09.743000',5,'Wendale irons','https://lh3.googleusercontent.com/-W9XbUy9C-Dk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm2610Nn0KGC4rUUh4AOXmiwo76uQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlk1uFeHHYrem00fX9P1z2_ExjjQGWb_pEI1e1PpzbM-I12HbbOFMMpGSIByvkmRAuiEH1mmg','Very thorough and really appreciate how easy the whole experience was. Very much appreciate Dr.Thomas and his team Leslie, Laura, Jacqueline and Olivia for they’re help.','2019-01-03 17:41:26.777000','2019-01-03 17:41:26.777000',5,'Sam Maling','https://lh3.googleusercontent.com/a-/AOh14GifutAJAppxtba8_luJPZwX7iK-iM9EAXE21u5c=c0x00000000-cc-rp','3511292162159714121',40767),('AbFvOqlK21_mRcuThonnxk4qi2fj2K_Wbno2TMm8HzSSdqdaM1IQKK0PYDd1i9MTI0R18D-BbnyI6w','Very fast service, in and out. They go above and beyond to help you. They also have a very knowledgeable staff that really helps you out for your needs. Hopefully I won\'t have to go to the ER any time soon but if I have to, this will be my first choice. Thank you for everything!!','2019-12-19 15:50:34.556000','2019-12-19 15:50:34.556000',5,'Seth Daniel','https://lh6.googleusercontent.com/-ZxrE1UFhTpM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmfA-eHzVz4O-ijPC7YFuVDtBnzKQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43158),('AbFvOqlk24ZVG6iG3X12rL9j0p3xlfp-HtyXXi0c_3MTFemUsYgUohb1BQEMqJ1Hxa2x5gl7IexvmA','We arrived at this particular location at 1:30 on a Sunday. We did know that there would be a wait as we are unfortunately in Harris County. Someone my husband works which is currently sick and a recent client has requested that they have testing for the COVID-19 and wanted immediate results so ended up here. What we did not know is that this particular clinic would allow certain people to go in, approximately 30 has been my count as I am sitting in my vehicle watching, yet my husband has been in the line for 5 1/2 hours. It would appear that the majority of the people that are going in are white and my husband is not. My husband has been standing at the front of the line for two hours now. Now I would like to believe that this is not the reason that my husband is not in there but the line that my husband is standing in is mostly African American and Hispanic people. Those people have been standing out in the hot sun all day, some older and a couple are pregnant. I also acknowledge that you can make an appointment so that may cause delays waiting for appointments to be addressed first. When I asked a question about the two lines, the security guard at front said that the difference was one line was for first responders here for testing and the other line was for everyone. Well the line that was allegedly for first responders had been empty all day. It just filled up with people within the last 30 minutes as I’ve been writing this. Also no one is practising social distancing here yet all of these people are here for COVID-19 testing. No one is making sure that they social distance. So if one person in this line has COVID-19, they will all have it, because masks provide a very false sense of protection. I would definitely not recommend this location as I also, upon entry, did not see social distancing and cannot be sure if they’re taking all the proper precautions to protect people who are entering this establishment.','2020-06-29 00:14:38.762000','2020-06-29 00:14:38.762000',1,'Genevieve Garcia','https://lh3.googleusercontent.com/a-/AOh14GjO7-L2XoJPHfqOqCblrlJtQiDq_lsDT6pm187o=c0x00000000-cc-rp-ba3','16389487648212004696',33225),('AbFvOqlk3HI_gzNalf2htZp0eVx-Fqobt6c5AgK6QQSue5SdgQBj68WKVtyMMjSeWr-RWpPYQNl24w',NULL,'2019-11-22 13:10:00.907000','2019-11-22 13:10:00.907000',5,'Elaine Carrasco','https://lh6.googleusercontent.com/-bYqwSe0KFYo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnzaYXf7MR2GLVIB5_CSFuevj_24g/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29573),('AbFvOqlk3Hrm4mczbymkvrAvSxSsmkPdAa2WOjG4m9mFxGiU-jLHyVKQw0cds_5CKX0zqCMLHtPS','Ms. Magali Loera made the process of diagnosing my appendicitis as smooth as possible. I would definitely recommend this ER to anyone in need of immediate help.','2019-01-18 18:03:40.266000','2019-01-18 18:03:40.266000',5,'Margarito Vasquez','https://lh3.googleusercontent.com/-rY-34CJu5vY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmrh-yP6Iv1fZyHO0b5RH-uSd-oOA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41781),('AbFvOqlK4ijFo7lRQwoRtkDCaO9XYR_PDS9xtfTujHInZCRQ6Z7Y7TPPwEcNrlhc5j2-LrL4jDx90A','Everyone was wonderful, Rita at the front desk was great and welcoming, Dr Faig was also good to me! My nurse, Valentine, was so sweet when going about the procedures, such a kind person! Rad Tech Selene was super helpful with everything too! :) Thanks so much SignatureCare!','2019-06-23 01:18:15.205000','2019-06-23 01:18:15.205000',5,'Maryann Del Rio','https://lh3.googleusercontent.com/a-/AOh14GjSCTghl-VzkI2-zs2L1usE_I9-V3S4wb6vwglKUA=c0x00000000-cc-rp','14904078213800803294',32457),('AbFvOqlK5Hmnnqo-dYC41s81v9mWmqUcLoBYjHMwSaIDEInrf0EYMzxBrAccvDZ9Vhv_J6jHHPCnXQ','I love it here, the facility is always nice and clean. I came here for a follow up and the nurses and doctor were such great awesome people. They consistently offered there help through out my visit, I enjoyed this friendly environment. I would 100% refer this facility to anyone.','2020-02-09 15:41:56.955000','2020-02-09 15:41:56.955000',5,'Infinity Hamilton','https://lh4.googleusercontent.com/-le0WxlQE1V4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHxoqAmk6KmRFxaqHP3Dwt1JOcWg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37708),('AbFvOqlk5I0RuXUEcRLwsya1Qi6cfrKdpwSNuR8Ilcv-q2azQLmizaRutqj07lO3QWjhJPhpgpo_8A','Fast and courteous staff. All the way from the Receptionist (Dyveliz) to the nurse and doctor.','2019-09-29 02:37:06.941000','2019-09-29 02:37:06.941000',5,'RoslandHennigan','https://lh4.googleusercontent.com/-s6us4V0bk3E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmyBSUwkvfBh5d2hRaSd8belpzHwA/c0x00000000-cc-rp-ba2/photo.jpg','16590124370714063921',34641),('AbFvOqlk5Iq41n_KoPwL6b8mSzrmKMPi9UKsf1yeLacTHgRGmLicvHtuvXzWG8y7QGPRp96cYLR8','Fast and friendly. They are very thorough and wonderful. I even got a green tea.','2019-05-16 16:59:05.126000','2019-05-16 16:59:05.126000',5,'Olivia Valery-Thompson','https://lh3.googleusercontent.com/a-/AOh14GjnRAWbf5ZRwLKOeiT8aN6cN3fUwOYie5ARfJRj=c0x00000000-cc-rp-ba3','16891069708558046635',36205),('AbFvOqlK5k5Bp58FhsGuRrIGxsMjOofPVndH2zA21zKIERj8WldU5pJ55ti5xJnw9az7ULttUIiD2Q','Best experience with everyone here! Dyveliz& brad were amazing and made me feel so much better. Definitely recommend this place! Quick And clean.','2017-09-13 16:08:09.314000','2017-09-13 16:08:09.314000',5,'Sara Espinoza','https://lh3.googleusercontent.com/a-/AOh14GgI8RhLkxxGrfg7KgIOLQmIyfGU9mrWCvoG09Dk2w=c0x00000000-cc-rp','16590124370714063921',35380),('AbFvOqlK69INlMZq4BIDnEwm22PUURj3brMiJDeYkYyzsaTGCiHy01LlEnei9QvNBaMu3YuWkbTLTQ','Good help, got me in, got me out. A++','2019-07-01 21:11:41.151000','2019-07-01 21:11:41.151000',5,'Taylor Sharp','https://lh3.googleusercontent.com/a-/AOh14GgUHlBkwK69oLHWDncEisCdtlgknoAEHOYhE-pL6Q=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqlk6N2EFPesf_eGkTwYjP7fuI3zYjCFeCuCTiVTNPO0Nbh3hikwu7-e3zDodYxGpi6MZtH9zw','I went to the hospital feeling extremely sick, having COVID-19 symptoms and was seen immediately. The front desk staff was very efficient. The nurses were extremely helpful and caring. They treated me like a human unlike other urgent cares or emergency rooms . Both doctors took my symptoms seriously and ran labs to actually find the problem. All the nurses and doctors worked together to bring my fever down . I really appreciate my entire experience here.','2020-08-20 13:41:21.579000','2020-08-20 13:41:21.579000',5,'Jasmin Mitchell','https://lh4.googleusercontent.com/-AgHG7ktKniM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnIKTXOmqJc7updl7fNyCaj7t-SBQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42928),('AbFvOqlK6wfgFWhrTz8vzt7Wix-ndAAl1SHBw1PsOuFWbqnY3ymTpV9fR7DlIJZekfBArGoPnqs98w','The wait took a while but Dr Daniels, Gabe & Jerry, Stephanie and Okarys at the front desk were all very helpful. Will come back if need to','2019-12-07 04:23:47.436000','2019-12-07 04:23:47.436000',5,'Mason Ackroyd','https://lh3.googleusercontent.com/a-/AOh14GieOnttY6pIIJk2-jL-uwJLalqtFBnPjRlui5cbkA=c0x00000000-cc-rp','16590124370714063921',34523),('AbFvOqlK7oDLHbiMlkvQcoPqwbKg5No483P0wZ2c2apR1ANSMgkSux9K1Ri_zoObXiGIH_iTAhzE','Friendly staff, and nice wait times. Definitely recommend for all emergency visits!','2020-11-12 05:18:25.058000','2020-11-12 05:18:25.058000',5,'Alex Williams','https://lh4.googleusercontent.com/-gSSlH0uyIYI/AAAAAAAAAAI/AAAAAAAABDw/AMZuucnzhvpImJlcYyHfSYbUaBtu8v_ZAg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38901),('AbFvOqlk7uY3kdfZb1sazNi_130X6fQY-NXmuFcsKNN03HCtE-EAQu74b5DtT4qAlZcyE1UvnPkY','Dr. Soli and Nurse Jeff were outstanding healthcare providers. I came a bit nervous about a sensitive medical issue and frightened about being gouged at an Urgent Care facility (like I have been in the past at other facilities where they send me a huge bill after I leave without any warning). However, the care was outstanding, the bed side manner was outstanding, and the cost they quoted me on the phone is what they charged, and it was very reasonable for this or any type of facility where you see a qualified doctor. I only wish I could give them more stars. Jose','2017-06-26 23:20:12.190000','2017-06-26 23:20:12.190000',5,'Life Traveler','https://lh3.googleusercontent.com/-9ySZlKFJyOM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-wcTI3mI8pqf9Es80qHdaoN-F7g/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41039),('AbFvOqlk7ZXijhjF4it80fko3Dty-G3j9UbzDDNVriyy60cxwNIjAQQPgbQmbMsNd0JkaqV2FnNrQA','Dr.Miller, Agnes, and Amy were so sweet and helpful! They were also quick to service. Will definitely come back!','2019-06-16 03:21:22.594000','2019-06-16 03:21:22.594000',5,'Denah','https://lh3.googleusercontent.com/a-/AOh14GiXvgB5BktwHAylapcVpSqYBlLov_l_epsax7N0sg=c0x00000000-cc-rp','3511292162159714121',40541),('AbFvOqlk8lGq45uupnnX48OlBZiYp9PzjGaorfmJnVcabyQCDU0cWJA55SErTKWHTcneRnM7JSkttQ',NULL,'2020-07-21 05:33:50.561000','2020-07-21 05:33:50.561000',5,'Priya Yenugunta','https://lh3.googleusercontent.com/-6xAtnqGwxgY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmYPqja0JVXZr0OcLFLI2yudxyM4Q/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31910),('AbFvOqlk8WlAa_-pL1sUjwxfOXhRUa6Wv76_0lj8TQodPYb5361T2OEkTlsV9nhK75h25wOin78d1g','Came in with husband had a great experience and delicia at the front desk was nice and helpful would definitely come back! :)','2020-01-22 21:18:35.472000','2020-01-22 21:18:35.472000',5,'denise chavez','https://lh6.googleusercontent.com/-Z_CvFmWlDuE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckYLPi-JdIWFIi4_yMx7OiMVGLlTg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42498),('AbFvOqlk9EKhV_GGzCL5VTXjeED1RTAf2q7OD9unkFOvVCXghfJ4Dhd920rwPVICAasE-Jux8OLIsQ','Super clean, professional and courteous staff, nice refreshments while waiting for doctor, friendly nurse April was very helpful and skilled.\nHopefully don’t need to, but would return!\n\nPS went for Covid Rapid results test.','2020-10-21 18:57:08.909000','2020-10-21 18:57:08.909000',5,'Sam Fuller','https://lh3.googleusercontent.com/a-/AOh14GgbQvxbxV1eqDqhhsiJIclPshdvGWqwrY_QDMTAUxc=c0x00000000-cc-rp-ba2','14748677429039074158',31476),('AbFvOqlKAcfkTEVDHYIpVFXYKI3Cv_w__U_jxtlEcDR2P3Yo5rmhaKUhFjcb5CfffasSPaX07HeImg','Once I got to the emergency room there was no wait and I was seen in about 2 minutes after being in the waiting area. My nurse Hamzah J A was AMAZING!!!! After going through such a traumatic experience, he made me feel comfortable, safe, and not embarrassed. After telling him about my job interview he even gave me tips on how to email my interviewer and explain what\'s going on. I was also offered a heated blanket and water while I rested and waited for the lab info to come back. The doctor and lab tech were also so compassionate, careful, and amazing as well! I will never go to another emergency room after having such an amazing experience here. The next day Hamzah J A also called to check in on me and see how I was doing. Signature Care is AMAZING!!!','2018-12-19 02:29:17.733000','2018-12-19 02:29:17.733000',5,'erica oliver','https://lh3.googleusercontent.com/a-/AOh14GgQzuc_fDixgKzZ7gJ4FKi0-8gzfw1z30TUAlYY=c0x00000000-cc-rp','3511292162159714121',40781),('AbFvOqlkajokJ_ZBvQCdrjCUhMLfWZfF-vIgI8g3iFAeF1r3w41k550c907VBKa-FnRdD8ZF_QzAqg','The staff there are real nice doctor great Patricia C help you and nice person will recommend to friends and family','2019-12-30 23:19:58.677000','2019-12-30 23:19:58.677000',5,'Marcos Bell','https://lh3.googleusercontent.com/a-/AOh14GiuwAxmlEDQrvAEFfTc2kKnIrlkKRHTdHbe4mda=c0x00000000-cc-rp','16389487648212004696',33555),('AbFvOqlKbbld22S-9pnIqakFZ9l2Zu6GT1m5TNaWpCLLS6PRUR8ZmgmJBOJhO3DsDjRDLQM6F9EpiQ','Great experience here , the customer service was awesome. Everyone was so sweet . Nurse April did a fantastic job and I will be recommending it !!','2020-12-17 16:33:57.718000','2020-12-17 16:33:57.718000',5,'Kimaya Webb','https://lh3.googleusercontent.com/a-/AOh14GhmgrO5XMYKgcjLshd-Yg5Yj2CYhx4bAL859m5f1Q=c0x00000000-cc-rp','14748677429039074158',31271),('AbFvOqlkBiHJmF8EZ4K0EeRRjsfa4D02zLlihcK7QVltshHTCOD19P-DTGoKaLLAy8MbphvuBSDibg','They were amazing, super professional, specially Tanishia W. And Sarah! Thank you so much.','2020-01-17 03:43:31.802000','2020-01-17 03:43:31.802000',5,'Gabriela Stanley','https://lh3.googleusercontent.com/a-/AOh14Gil6WGSW00fhxGWpqRLsK-zxVNsnOaL4f-ksJ_z4A=c0x00000000-cc-rp','17898197009688164559',37749),('AbFvOqlkc4VdAcaYLd5R10SrTGa2gmv2VenXer3_Moj6u76qmVVBHa6qGXgFaqAJtetrYNzcEDi2','They get you right in. Let you know exactly what’s going on. They make sure that you are comfortable. They show concern. And they make you laugh while you hurt lol','2020-01-15 01:52:58.003000','2020-01-15 01:52:58.003000',5,'Alexander Taylor','https://lh5.googleusercontent.com/-ieDNnu2weuw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclbPRn3W8-EplPEFt0N_BHp24Hvdw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39710),('AbFvOqlKcfOu_YKL-uR1YbYgVa5LfcqZjVSumLhrpsc5g-pF_8N-ND6IcQ6vCDmUoTGwyVELmibRkg','Everyone here was so kind and understanding from the receptionist, to the nurse, and the doctor was very informative and nice and I will definitely be back if I have any further issues.','2020-07-22 17:31:16.906000','2020-07-22 17:31:16.906000',5,'Alexis Hurta','https://lh3.googleusercontent.com/a-/AOh14GiezaD4UtMOczq4s5M4xgzmCc5MJ2p1b2S8ee9qhw=c0x00000000-cc-rp','17898197009688164559',37582),('AbFvOqlKcmaphp0Xnf3q6BVL-m-Cc4343Cim1YJ_HqVk1vHPEVNFz36GZpxW_PdtvpziV5ZPi3Mllg',NULL,'2019-12-23 05:11:56.298000','2019-12-23 05:11:56.298000',5,'James Bentley','https://lh4.googleusercontent.com/-MN8XThfFBGA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclCoMLuIWEaI00XOs_z927qDCctuA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29510),('AbFvOqlKCn9bQsh3D6pIvJhha_qkGEEynY4ZgdkbMYvqm7GyaZtV9cdR7FsxwV1xggpaBG9LjIGA','Great with my toddler','2020-10-23 23:46:09.171000','2020-10-23 23:46:09.171000',5,'Elizabeth Newchurch','https://lh3.googleusercontent.com/a-/AOh14Gh8xzp50K9PrcVBsKR64AGsR0oCFLPybuooMgo2=c0x00000000-cc-rp','3511292162159714121',40115),('AbFvOqlKCPLg1NK-E0kV3krGtaGl7vv__7JGXtf3HRipAGHyatTohl1JAoewDUM2QwLcHfNm0RQi','Was very satisfied with the customs service I received from y\'all . Keep up the good work!','2017-05-19 03:54:53.669000','2017-05-19 03:54:53.669000',5,'Thea Luna','https://lh3.googleusercontent.com/a-/AOh14GhDVj4uYRD1vdBcqYbWWmu-UmIjk3T6QdXFyqIM=c0x00000000-cc-rp','17394740196501090048',37150),('AbFvOqlKCrGX48DmHOlLlpmbchPYbEfqooRvtIlGC5qQOcjLFdrtcgQScw01nXVoj4nuT6ML6DX70A','Amazing Experience as always. The area is clean and registration is easy and fast by Elida. The nurses and radiation and er tech s Ekaterini, Marcus and Joann were cery friendly with my son on the spectrum and nice. they made him feel comfortable and secure. Despite taking xrays and performing injections to numb his fingers Doctor William was fast and very professional. I have visited this place many times and cannot believe how amazing the experience is everytime. they really care about us the custumers. Never going to any other place than SignatureCare Emergency center at Cypress creek.','2020-02-04 20:38:04.501000','2020-02-04 20:38:04.501000',5,'Sharon Chavez','https://lh6.googleusercontent.com/-wwn0OYj11Ho/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxNth9XdSk5qAPLmcLi4SZp4xWMQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33414),('AbFvOqlKcWQb3KPhguk-7Ypfltqvlw9zrOygqXb-XHJzq8ZUE9BKZVH36LiZmT_e3-Vzx-Yb_IUz4A','I went in there because I had chest pains and the very friendly staff gave me the correct medication to help me feel better in a pretty quick timespan.','2017-04-24 03:10:11.817000','2017-04-24 03:10:11.817000',4,'Alex Metzger','https://lh3.googleusercontent.com/a-/AOh14Gj-b4x9PPnJiAPbI40NnO8m0oOb_QOs2dPpQ2nI=c0x00000000-cc-rp','16590124370714063921',35444),('AbFvOqlKD_rGK3XKe66anjXoM7cLRnGhhIfBV9S7WOsBM-_rraByF-MDakUYxVosbsg1j-oQmA4a2A',NULL,'2019-10-10 19:07:01.751000','2019-10-10 19:07:01.751000',5,'Gage Calhoun','https://lh3.googleusercontent.com/a-/AOh14GhSmBsO0kUGbYPE2KF2WiVEKDqIMcBLOJVXpN3Y=c0x00000000-cc-rp','2694018788013845459',39244),('AbFvOqlKDbKkGMvX4UuJ1SRJprpez-tgHTOYkiLrTTBpUj62gopoq-rq4dwi8y5qdcsMTlnAgB1XZA','Brought my girlfriend in and Keera & Kim at the front desk was super friendly, supportive, and helpful. She was seen pretty fast and atmosphere was overall really friendly and very professional.','2018-10-19 01:49:36.925000','2018-10-19 01:49:36.925000',5,'Alexjandra Almaguer','https://lh3.googleusercontent.com/a-/AOh14GiDNUmCJ-_yQbWjKzTc3qJLgsknIOo0-cL7XdeYZQ=c0x00000000-cc-rp','16590124370714063921',35151),('AbFvOqlkDgcLkwZqZMMf35a59bcUcIlidgNUcA6jyKzKlnabH1ga-OY-nqNJ-QQm1ImGGh8pEwgsFA','Brought my wife here to be seen the doctors and nurses are very professional and informative and kept us updated as they found out more thank you dr Sylvester, Dawn ,Reagan, Norma, and Ke\'aire','2019-11-03 15:02:19.609000','2019-11-03 15:02:19.609000',5,'Jason H','https://lh3.googleusercontent.com/a-/AOh14Ggvh92BaVNcAI0mNPfQYrsTVW8bpMEzSUbx1b4LTw=c0x00000000-cc-rp-ba2','3511292162159714121',40389),('AbFvOqlKdMa2IC8OcKWhbk7s2C1kzAsfh0nWCiPVXHe0QJwNZbYNhLZoZa3x2g0EN9FYuoS4ELwx','I’m so glad we have this place in our area! It has changed the way we feel about going to the doctor completely! It is always quick but not skimping on care. Ashley Burron at the front always makes sure we have everything we need, from proper paperwork and assistance to snacks and comfort! Our family is very grateful for this place!','2019-01-04 19:34:52.019000','2019-01-04 19:34:52.019000',5,'Angel Chubbee','https://lh3.googleusercontent.com/-Sbngtn_mXtE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnHQ8xFU-ul6Tkx0O3EhFm18azS1g/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42195),('AbFvOqlkdNLjBihRKhwU3pMbJ1CZ_KpWURV9zP36PJksjBRAV7IA-Cu8PMocPflm0scdDkFizK55-Q','The service was great. Everyone including my nurses, Dr. Grinblatas, and Amy were pleasant, professional, and timely. I checked in during shift change and I didn\'t even notice because there was no wait! They made the impossible possible with my situation.','2019-03-10 12:39:55.973000','2019-03-10 12:39:55.973000',5,'LAURA CHOICE','https://lh3.googleusercontent.com/-dVVGUkOu8Yo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmo7N10x3o5Z80pcVCTdH4Pkuezlw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40622),('AbFvOqlkDPMU17zoEtxy5i7QmhtEwCWttfPKxDCppnug4tBiqTTCunzncHJKnHAwq8U3c5PC8RpmqA','Best urgent care in town. The staff are excellent and truly care about their patients.','2020-12-20 04:15:43.301000','2020-12-20 04:15:43.301000',5,'Richard Stravitsch','https://lh4.googleusercontent.com/-Rcww9E1MLyU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmAq3OErVWIzzEm36qJ6afMlPkNNg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',44592),('AbFvOqlkdRQV8Gb0ThbV14hGvXWyW-ZIcrZWt-mvFRwWYWZSdnxk0yyHN1gcoTBPbeFo3fC-_BvOpw','Great fast service. Friendly staff.','2018-04-09 18:04:38.984000','2018-04-09 18:04:38.984000',5,'L A','https://lh3.googleusercontent.com/-VEaO7bOR_q8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnFnxx4oOpssfTSAessZxcByXEZaQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32592),('AbFvOqlKDSyb7fwjArh6CclvlqJczK7MV6mUBxVNLBJNixDYNQsQNhsMTaE4l4Q2IxbKRSSQBOp2','Best ER visit. Staff was amazing, Jennifer was fast at checking me in and making sure everything was in order to get seen as fast as possible. Nurse Shelli was amazing very friendly and Dr. Elsbecker was amazing as well. Gathered my symptoms and took action right away to help me feel better. Aleen at check out was great and friendly had a great Emily the whole time. Over all my visit was fast and efficient will definitely recommend to all my friends and family.','2020-02-17 18:41:27.234000','2020-02-17 18:41:27.234000',5,'Anyssa Zavala','https://lh4.googleusercontent.com/-DPrwslFuV1k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmSQohr5-TxUY_ME1wod8snQHl9kw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35968),('AbFvOqlke5z9yNXtrVtl41XJX0ZSt9PTlLWb5s3qjymEiAArfDQmefyG31vcgqjqIVwkENbFsDj22w','When I came into SignatureCare I was in a lot of pain. The staff came together as a team to place me in a room quickly and assess my situation. Luisa, in registration, worked around everyone and helped me complete my paperwork. I was in a tremendous amount of pain and she was so patient. Nurse Kat was very kind -She instantly made me feel comfortable. She wasted no time getting things going, did a great job starting my IV and even offered a heated blanket! Dr. O\'Malley took his time with me. He was very clear about what tests would be ran and what to expect but besides that, he was well-spoken, patient and warm. It\'s a shame he can\'t be my primary physician! Lastly, Rick did my x-rays and he was very professional. Overall, the whole team was amazing, I\'d highly recommend this ER! I can\'t thank you all enough!','2019-05-22 21:40:21.450000','2019-05-22 21:40:21.450000',5,'Norma Trevino','https://lh3.googleusercontent.com/-Bpe8I80ZB4A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckzupJTeeBwwWdDZEDBCh5VyeUodw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlkEJcxwoJQ2-00z3I_CiD4q6jXs_Ow5AoeGsZ3dX2VDtnH1aN9Pkf_iZXZ4OA7RcKGw22W9Q','Clean and Friendly Place!\n\nI was helped as soon as I got in the door. Fast service and I would defiantly go back anytime I\'m injured or sick.','2016-11-07 15:35:46.539000','2016-11-07 15:35:46.539000',5,'Jimmy Yates','https://lh3.googleusercontent.com/a-/AOh14GhrnBWj2XYVImuMV-d0dzkSwtd0K3D81FeTvr-o0w=c0x00000000-cc-rp','14567670160750071148',31164),('AbFvOqlkejWtg9rRaMoyvxKV-sJKnUPvUUS_vaepM_UCPhy0pwrvb8i-8pgN8VuKSlz7bG30yfkXZQ','If I had to pick one word describe the staff, Amazing. I was really nervous when I showed up to the Stafford location. I was there to get a covid-19 test. I will never forget Alyssa P, Trisha B, and Shaylene A. What an amazing staff. They quickly put my mind at ease. Although the test was unpleasant, the ladies at this location were professional and courteous. Keep up the great work ladies.','2020-06-22 15:07:38.571000','2020-06-22 15:07:38.571000',5,'Aris Saravia','https://lh3.googleusercontent.com/a-/AOh14GhTE7sbmSKtDIVBU-gbu_HjutHwp2nIb0P4bkAQXg=c0x00000000-cc-rp','8918455867446117794',43024),('AbFvOqlKF9b6hyB46xdBKFuDXOoCbFya7ymFS59BkZ8KqIusPIte35x5hs5VFVeomvQr6aFwNyw78g','OMG so I have never been to the emergency room. However, this is the best place to go for an emergency. Very attentive they called me the next day to follow up and they sent me a thank you note. All of the staff from the doctor to the reception area was fantastic! Worth the trip! I hope not to be there anytime soon however if it ever happens again it will definitely be my go to emergency room! Thank you!','2017-07-17 01:02:17.383000','2017-07-17 01:02:17.383000',5,'Elsa Ruiz','https://lh3.googleusercontent.com/-13djqHmlmdM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmFiH5cWGSejg1iKtrC8LNAo4kQAg/c0x00000000-cc-rp-ba4/photo.jpg','14567670160750071148',31008),('AbFvOqlkfcl_oHZGXkCSC-6CMeu_eaicYPfbr55NxtK58NcN__BNFxpttuhn0JYqhW8SI3gxIUGEkw','My brother was feeling horrible but we couldn’t find somewhere that would take Medicaid, we called and Amanda encouraged us to come in and the screening was free, his doctor DrLingan was genuinely concerned and took care of him. His nurse Katy, ER Tech Chris, Townsend, were so kind and patient with him. I’m so glad we came in, my brother is feeling so much better thanks to everyone who take of him!!!','2020-01-06 04:57:02.978000','2020-01-06 04:57:02.978000',5,'Maira Luna-Flores','https://lh6.googleusercontent.com/-DM9NufFHVHI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucneZ7764kII1iCM8pVrKbJUehARvw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36024),('AbFvOqlkFfnJnFHNalHf3uK8xuTFssshElmimBZIlpEXz719u9Y56u5yfDwimcN35G-D8zBdkAXyrQ','They were quick and very nice the ladies were awesome eliza,lisa p, and many thanks guys','2019-12-15 19:14:58.813000','2019-12-15 19:14:58.813000',5,'Galen Little','https://lh3.googleusercontent.com/-3g7Rv0wxOpY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmSuQ_rKroQC5OuhAauLyzi1GC7aA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41526); INSERT INTO `review_review` VALUES ('AbFvOqlKfGqhzNWcO3FKsnJY_34RPBuo5KJ27TQkNoUiC2dqZMsAhuOQ8GFlkFHqB_MMXah8vHISTQ','Very kind staff, Kendra, Remington, Laura, Rebecca, and Dr Vakey were all super helpful and made me feel valued in my experience.','2020-02-02 23:40:25.630000','2020-02-02 23:40:25.630000',5,'Grayson Nichols','https://lh3.googleusercontent.com/a-/AOh14Gg-rI-GV4t2iT7suEMFOqJ7qg4hsy-CEwPJ729R=c0x00000000-cc-rp','16590124370714063921',34396),('AbFvOqlkFND3xUGGIhZfhHGlXCrSgTlZVKv-gkwjmjhvjDeHMBc6sSdly3MtCASq8NZhonQVnKYB7g',NULL,'2020-12-04 04:32:18.768000','2020-12-04 04:32:18.768000',5,'Leslie Scott','https://lh3.googleusercontent.com/a-/AOh14GjA2UunLY9tqD0urDUafLWUeZtbbPsGf3X2TNuQMQ=c0x00000000-cc-rp','2077061009497551125',38402),('AbFvOqlKg2Jhq8oODQ7tJv3_A6iAGsYCKhEd3L0a9iWTXbOT3lLbfFHowwRsqLnIXFEM8Hvvx3aE','I would highly recommend this place. Clean and very efficienent. They make you feel comfortable and they know what they\'re doing.','2017-07-30 15:16:55.514000','2017-07-30 15:16:55.514000',5,'Nelda Blanco','https://lh5.googleusercontent.com/-bqXg93xN9TA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLr33aZrTK9cpHhHqqszEOEVBX-g/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30998),('AbFvOqlKG85SahfD-4ADNeUHbnyoFmJgFC23ui28xhBEYf9udfNh-IttM4ippzTqrPNSFWIYxUZ1_w','I will definitely go back next time anyone in my family is sick. We were in and out in no time. We got put in a room immediately and they were very efficient with the RN (Anthony) getting my history while Natalie got my vitals. JR from radiology also was very quick to get me back and explained everything step by step. Dr Vakey was amazing. Knowledgeable, friendly, and took the time to sit and explain everything to me in detail. I cannot say enough good things about the facility (very modern and clean) and the staff. I had my kiddos with me, and by the time we left my 2 toddlers were wanting to stay! You can tell they have kids or at least have spent a lot of time around them!','2019-06-15 03:40:45.514000','2019-06-15 03:40:45.514000',5,'Taylor Pohler','https://lh3.googleusercontent.com/a-/AOh14GgA6axYgCUapI410M7FxVguh_EEY3q1wHVtz1XY=c0x00000000-cc-rp','16590124370714063921',34820),('AbFvOqlkGJX0Z2uiZFF4izwlqCY7XGI27zf-zj9yjbJu00f3kvQKrBapSZ_9WSkuwSSwLQjG-uGsig',NULL,'2019-12-20 13:09:47.342000','2019-12-20 13:09:47.342000',5,'Roger Ashbrooks','https://lh3.googleusercontent.com/-tiq3pCTt2dw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckbCsG_wSPiTOBvWCO1q9U41onGEg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39747),('AbFvOqlKGu4P_1Lqp1nl6vUhJv8oxsDR6NlFRldZDl-kOnsc9qplo1OFdhYQ2JBEJPT403wYoxZL','Everyone was very nice, patient and understanding. This is a nervous experience and it helps to have the staff to be so nice. Nancy was one of the ladies helping us, and she was great!','2020-08-02 20:48:52.038000','2020-08-02 20:48:52.038000',5,'Shirl C','https://lh3.googleusercontent.com/-Y99ey6GMnGE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckMZY2nE-pR2L0Dx1bhOebz5ATxCQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41316),('AbFvOqlKh9Ndu-S_og6jaDE0EczvYH7dMx80ctEmoxgSAhglJkFskYrR24reEatvQP6LQy42tEEX','They were quick, kind and gave a discount because I am a local teacher. I will be returning again! Kara, Courtney, Gunnar and Dr. Yost are fabulous!','2020-01-14 22:51:26.029000','2020-01-14 22:51:26.029000',5,'Kaley Padgett','https://lh3.googleusercontent.com/-ZNUh7Xcn4ns/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclnSnqZVoGGmuh6PHZwTHpQgZptMA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39714),('AbFvOqlKHAEbBHcLZfdj5GkgpFuMyPwrI3QDlhj_dj4xd1zGfkd2ALLMJO_jiMVrh5NJoHjxS1HQ',NULL,'2019-12-29 02:39:42.025000','2019-12-29 02:39:42.025000',5,'Janet Partridge','https://lh4.googleusercontent.com/-bfjm6666fQY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-HrZxFeDQJN-nfkWzTTk3GREfuw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41964),('AbFvOqlKhaxosjXlXKJxXbUG8OObIByKelGOEWO2AmNJ7YDQYx2k1LBL4lOCkO8i0LCXMnDjghwvUA',NULL,'2020-01-11 20:36:01.341000','2020-01-11 20:36:01.341000',5,'JA Guardado','https://lh3.googleusercontent.com/a-/AOh14GimARKTGbUV0-ENwO3GEmSUqQNcffzWyZKiZEfWyA=c0x00000000-cc-rp','14904078213800803294',32378),('AbFvOqlKHU4ZfAwUAAzUE6_sV9sToruxTP-ogkAgOpBDHcoEGUO-h-WbMwbmfVpAgnWNMlyJwWTp1Q',NULL,'2020-12-23 17:06:12.654000','2020-12-23 17:06:12.654000',5,'Loren Valdez','https://lh6.googleusercontent.com/-7-MLdTPvj-o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclfk6Y1SmKx8bdjK43lifCTjcWmHw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',43750),('AbFvOqlkHzKY36IVWkH1_WcwWaE-B5WVsxsT2i2ldGaJsgNDGiXAa08rkQVvddLE3_OxaizKvroPPg','Reception & medical staff are excellent, I was check in quick and got escorted back to a room by Lacey. She was really nice and helpful, told her everything what was going on. The place is really clean and nice. The doctor was really nice and helpful about my medical issue I had going on. I would definitely come back if I have anything else going on in the future!','2020-11-28 02:59:32.812000','2020-11-28 02:59:32.812000',5,'Clarissa Wong','https://lh3.googleusercontent.com/-4S99XVFLt7w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmzGsEA1o_SbmN45BOvHDFRhsyADQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32868),('AbFvOqlkI5n0jUhHs7DcmmBDBwKdD8-jdEjPQyYtVOfDfDBc4oZHxJ2UD3TWp8W53CVRpZdPEjlzEw','I had to go in for a stomach ache and I was very impressed with the service at signature care on TC Jester. The staff and doctors were amazing, the wait was short. Rachel, Dr. Miller and Dr. Ratliff were so attentive and caring. I felt so lucky to have come here for medical attention.','2018-03-31 00:33:09.650000','2018-03-31 00:33:09.650000',5,'Axzel Sequera','https://lh4.googleusercontent.com/-W7-Ee2AjxD0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclCZ3ibtqw6OPOncvASRlgqL2ZKdw/c0x00000000-cc-rp-ba3/photo.jpg','14567670160750071148',30860),('AbFvOqlki60qWLvtLDOFK-SMK25_UPgBNjxzdYUQf0s3F6Lum-kZg5pat0Fn3R1Hm6cKjx7tJPaIlA','Friendly staff, tidy premises and good quality medical attention šŸ‘','2019-06-11 02:45:44.493000','2019-06-11 02:45:44.493000',5,'dheepikA ravi','https://lh3.googleusercontent.com/a-/AOh14GhfDeGJ6wOo79zSEZNGGzANKV3oocrj4lt1N8xvmA=c0x00000000-cc-rp','8918455867446117794',43259),('AbFvOqlkICC7H2JgcZLwGOf2Y-5wpUJ7ZTUt3e7oXS_km8Zk6rGKCFnEh0QGTWqGXO1ZLDy__ffn','Had an excellent experience at Signature Care Bellaire. Highly recommend!','2020-08-17 01:32:09.124000','2020-08-17 01:32:09.124000',5,'Debbie Lucas','https://lh6.googleusercontent.com/-b9ukunS4Xm8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclzxOVK0c-4oHVM3t6M9sJi7kJKjw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42317),('AbFvOqlkJ_Z7ns93w7SAGSZ4Kd13GE_EYSsg7L7QjenmYH63V1jmXybFoN4bsb7-ddQjpUIPsCwP','I received amazing care from Amanda, Kennedy, Bretnie & Megan! Their professionalism made a stressful time much easier to handle. I highly recommend Signature Care Emergency Center.','2020-12-31 17:11:35.008000','2020-12-31 17:11:35.008000',5,'Debbie Barnhill','https://lh4.googleusercontent.com/-1IssJedMA_A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn-QEbqcieCH0-JJgO2dTjL-dhrsw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44229),('AbFvOqlkJFfPIvUKrQZwOQb4agih1xc6JEqq9CRmWK6rbsknooaLsbCZWWfAi8d5t49PPVC69z39tw','I absolutely love Signature Care. All the staff was so nice and helpful....Facility is so clean....topping was the hot coffee and warm blanket! I highly recommend!','2019-02-08 22:39:26.504000','2019-02-08 22:39:26.504000',5,'Tonya Sirls','https://lh3.googleusercontent.com/a-/AOh14GiPlloKUhmVzo0i-8xitl54wrcFhoggkkochQI3Kw=c0x00000000-cc-rp-ba2','8918455867446117794',43307),('AbFvOqlKJIvFatwF6HfUg07HyYbjNy-fySMS-t6TngsAQsIKZNQiy1N5oA1xs8BFck0u2HenOWko','This place is fantastic! Super friendly staff.They even have snacks. The front desk is run by 3 ladies named Okarys, Rebecca and Rebecca V.,they are absolutely amazing!!!!','2019-12-06 00:51:55.095000','2019-12-06 00:51:55.095000',5,'bri geaslin','https://lh3.googleusercontent.com/-kNeyYF-SUkM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHrt7_irW3yQiakK7laMIUjjWvcQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34529),('AbFvOqlkjyjmLxbolmXfZURDmUBaJZNqJqaRc8FOCD5DMOgBf9Z3KWjAZABSxiqRPKnic8KGyrYkyg','Great experience at this 24 hour emergency care, quick with little wait and the staff was friendly and helpful.','2017-01-18 00:48:35.387000','2017-01-18 00:48:35.387000',5,'Christian Nowlin','https://lh3.googleusercontent.com/a-/AOh14GhJBLjS5CFEVSNuANV5QtqmfoW71Q1fhs9zuJs-=c0x00000000-cc-rp','14904078213800803294',32749),('AbFvOqlKKASVoqfULKUlSo9pAh9ELnmQ3vGaXjhE2VrDnbQwINbg9gWoyoLkzeCS-ZWIdY-2sroUwg','This location was GREAT from beginning to the end. They called me to the back within 5 mins and from there everything was quick with no long wait. My nurse name was Troy and he was awesome but everyone was very nice. I would recommend this location to anyone.','2018-03-03 04:40:06.748000','2018-03-03 04:40:06.748000',5,'Laketha Steward','https://lh4.googleusercontent.com/-FpAzIHutYhA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-IKPmdvufHS_pCnWYBqHhdJGxDg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43406),('AbFvOqlkkKiPDFQWzcw19SQxrcVE7ivg46cejm2aBr8ZTlJ7LwVaVqL46s8z012Zc3lWQAeC2xHJ-g','This place is amazing! Super fast and love the staff! Dr. Lim was great... Luisa was super friendly and helpful.... Nikaela was super nice! Jordan was helpful as well. Thank you for a great visit!','2020-05-23 18:04:46.439000','2020-05-23 18:04:46.439000',5,'Jesse Montano','https://lh4.googleusercontent.com/-GH6lOsGRat0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmheSZg8hUSrwzth6rTAzTg53vwtA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33246),('AbFvOqlKKn-qrfCi67snMvWw1MMINyQXc1EkibyBzFpYIc1fk3CldGokHZpd_hPq_X6cjMTzXmi_Tw','Great care and experience. Thank you Christina, Chelsey and Clay.','2020-11-09 16:14:27.029000','2020-11-09 16:14:27.029000',5,'Stacy Hyde','https://lh3.googleusercontent.com/-wixOPqiqiWw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnEf0QZ7tjTDnWWcjrtgJ6PlEJjTw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35609),('AbFvOqlKL1pGj6gkx2gvCtGkPW915lPDEz50rmNLpneyw_eIMxDr6Go97v3N-QLH2TnVadrt5Vfs','Rashaad was killing at registering ppl and calm!! Love this visit','2020-07-11 05:57:11.197000','2020-07-11 05:57:11.197000',5,'aug ent','https://lh5.googleusercontent.com/-QwaKmyTT35Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmyxHZ48RsFUxf0vhXcAu7nn1xkCw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36559),('AbFvOqlKlFwYTfH62R2v_ucjwSXUpAzC7Pz6_WLYSg-0O362nVRQVbzhYjV6IovdzOww302672lc','Great experience. I had something in my eye and I rushed here. I received immediate assistance from the staff in the front, all the way up to DR. GRINBLATAS, NURSE JENNIFER B. AND BRYAN D.','2020-02-05 00:27:29.177000','2020-02-05 00:27:29.177000',5,'Demarcus Johnson','https://lh3.googleusercontent.com/a-/AOh14Gh2W0ohkzH86PO6MBHd-DVDCBJIih-G9zdwtC9CPQ=c0x00000000-cc-rp','14567670160750071148',30269),('AbFvOqlkLnT6WU_DkhFg8B_CWFLVv00hMil1fHkVMtiOsTI1NhLzIQVji3J65AWFAiHen0iFjsJoPQ','This experience was really good','2017-06-14 18:18:15.768000','2017-06-14 18:18:15.768000',5,'Bre Perry','https://lh3.googleusercontent.com/-ltRdUbCYdjs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck869FfKC71b-o_wNYBEbSKrq-MZw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37135),('AbFvOqlKLWNAjOxB2ANk58rrmG_SEPMzAuWvyUwXq547lEvYecBpdQQ5DgzocY5Du3-1cYeYMAUmsg','The Signature Care team was wonderful. The receptionists, nurses, and doctors were all very professional and friendly. I was able to get in quickly and not to have to wait long. They treated my husband back in April. They were just as friendly then as they are now. Thank you Signature Care.','2020-12-19 01:49:04.914000','2020-12-19 01:49:04.914000',5,'Bethany Walker','https://lh3.googleusercontent.com/a-/AOh14Gim8IxGfzz2WBnmohlgasg959RV_Q4s4pKRYrIeDA=c0x00000000-cc-rp','3272657195432704501',44657),('AbFvOqlKlx-EMLBu5dZezX42wIRycvX12jBQN3eAOWR-fBBxyyF2riDN6Wsr69hDtX43dHScjYDq','Great Experience!!! From the moment I walked in, Tatiana was very welcoming and the rest of the staff was absolutely the best! From my technician/nurse Brandon Williams, my other nurse Nicole G., my radiologist Bryan D. and Dr. Souman. They were all extremely friendly and truly made me feel welcomed.','2020-01-29 01:19:50.097000','2020-01-29 01:19:50.097000',5,'Andrea De La Cruz','https://lh5.googleusercontent.com/-jo00BS41ihE/AAAAAAAAAAI/AAAAAAAAGyY/AMZuucnrAxj8xVPCRH-01xUtf498YWPRfg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30295),('AbFvOqlkm1AWybYxCLZmoUsDV0Bdlz2qfjkyV9w6hI036Rg3mquV_dz3qOix2bGngFAleIW9zmBlWg','Patricia C and nurse Alvean were very nice and helpful','2019-12-26 20:23:59.886000','2019-12-26 20:23:59.886000',5,'Fred Harrell','https://lh4.googleusercontent.com/-InTxU1MUWEc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckw9hoe1AZ2JGWGsX9Fj5Mlq1w5wA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33572),('AbFvOqlKm3iN1T4bWMpUGmx03qwy2qrWvKpChd1Vw_x11PFZ9jetaxpfBg3KiSqK-IMlnA9MS83r',NULL,'2020-11-28 19:05:24.004000','2020-11-28 19:05:24.004000',5,'Steve Bagwell','https://lh3.googleusercontent.com/a-/AOh14GjQvJyLI9rHY8p9wpfNl_i5XLeAUAWQyFZzW1e1jA=c0x00000000-cc-rp','14748677429039074158',31311),('AbFvOqlKMa0Uc3FZ8tKfipIL7WXvr6zbyV9WciIYSplOohsE1JAPCF0KHxPCNRiWg7NP3PKbzp7eLQ','Dr. O’Malley ,Ekaterini, Jordan Marcus took good care of me. The facility is clean really updated. Friendly staff. Overall it was a good experience. Would definitely come back if I needed too.','2020-11-03 16:08:25.262000','2020-11-03 16:08:25.262000',5,'David Melendez','https://lh3.googleusercontent.com/-sYAquRXw3Ts/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1Yrbt30PH7VNK5Oa6Zo3i4jxrNg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33009),('AbFvOqlkmlbGia1gFBBY1MKXzk7C2cKvgKjnjjTgxrY4COtfgRf2CS1E9xLlszIrPgOyrfaxAsxcoQ','Remington and Townesend and Rose did a fantastic job. I always get the best care. Thank you so much very nice job.','2020-11-05 00:01:08.727000','2020-11-05 00:01:08.727000',5,'Kellye Johnson','https://lh5.googleusercontent.com/-jfLUOEUa9CQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucky-Ah1oRWF3LNznJQR6d0lOFvqPA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35645),('AbFvOqlKmsyMkr7OT8UOAgZs-BUb9yForoi4NQlNib1FedwqdXZ00mIGUprtZf7_TPol3sg1c1U2GA','Absolutely great service and amazing staff!\nDoctor:Lindsay\nRN: Sarah\nReg: Tanishia W :)','2019-12-06 01:34:19.084000','2019-12-06 01:34:19.084000',5,'Mary Krinsky','https://lh5.googleusercontent.com/-v3gpa1LTdO8/AAAAAAAAAAI/AAAAAAAAArc/AMZuucljNDpKLP0FEkUAA2rbLTIXYbkIrg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37826),('AbFvOqlkmVa0x_ucK5eHmW4gR4tnVooumRg4gakTmKFRnEpnBHK8_oNrr9cM04G1rJzSIc6UN8jGrQ','Staff was extremely nice and helpful especially Ashley W. Thanks to all!','2020-10-06 14:57:46.985000','2020-10-06 14:57:46.985000',5,'Jeff Price','https://lh3.googleusercontent.com/a-/AOh14GjHoawymY0b2vg9-9WtgcIdnkvUUTnDX8-Uw9IpWA=c0x00000000-cc-rp','17898197009688164559',37521),('AbFvOqlKMXJl9nDlcdM3EJ1Otie6lEgvU9UDok3AnDqVHx1ObK_wWEfaPPk6wDFYr1K9yzoQeuhCMA','The location was perfect, very close to home as listed online. Everyone was very welcoming, beginning with the officer outside in the parking lot, she offered her help and even a wheelchair. The receptionist was also very nice and helpful made the process fast for me to get in ASAP, and assisted with some financial advice. I was not the happiest camper that night, I don\'t believe I was grumpy, but I hadn\'t slept in a couple of days due to tooth pain. I didn\'t have a dentist appointment until the following week and Dr. Michael understood what my problem was and knew exactly what to prescribe to relieve the discomfort and make it possible for me to sleep. I received really great care from Dr. Michael, who was very knowledgeable, and his team. Thank you!','2017-09-11 13:37:12.438000','2017-09-11 13:37:12.438000',5,'Rosa Ontiveros','https://lh5.googleusercontent.com/-Gg2Wd3h5I-w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclB2iONWTJMLePkdIf2DLqxwLP-5w/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43483),('AbFvOqlkNEMTBehKblxWYgT687SO50ToLla-caVbffLiGYuZFENrDWLxwLUyVDWEP5iSjBV2TvQcdg','I was stung by poisonous caterpillar and had a great experience here today Vanessa and Nicole, Theresa and Anastasia, and Dion and Dr. Boester. Thanks so much!','2020-10-21 01:44:43.455000','2020-10-21 01:44:43.455000',5,'Grace Kneidel','https://lh5.googleusercontent.com/-I0EtvPpg9NA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZ47xMUFr2Y7GqBGOpEXieUfehiQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40148),('AbFvOqlkNFzhSvSbnXj10LVRatK5Bw0PEn95NYehga6634RNrzWuAScqtsnHwmchuEuWH5afXqjr',NULL,'2020-01-01 04:52:43.124000','2020-01-01 04:52:43.124000',5,'Kendra gray','https://lh3.googleusercontent.com/a-/AOh14GituohBv6CvYYxqqz8qtAeFA6eGjtq9mwr2R7jtrA=c0x00000000-cc-rp','14567670160750071148',30372),('AbFvOqlknkgIRzTu1qY9f3YIpJ-zDU8aNO9kmy6ZVHMLVTswM3WJrrtJRgc9fFIYlt31VHS9LCPvAw','Dr faig\nAmy\nHolly\nThelma\nIrving\n*wonderful staff✨','2019-09-13 03:09:27.414000','2019-09-13 03:09:27.414000',5,'Tiana Miles','https://lh3.googleusercontent.com/-4jbpL3xn-Q4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZqWC9aMEZMohWyIZs2TzWr2W9gQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29024),('AbFvOqlKnMICpRTmI_xcwUa_ByP2_GLV3qjNsFledw5eJcmkSOdY7e95UyYYgVelemYuaVwGjuLe9w','My experience at signature care was excellent valory and Julia was awesome thanks signature care and staff','2020-12-27 21:46:03.467000','2020-12-27 21:46:03.467000',5,'Jock Walls','https://lh3.googleusercontent.com/-JAn7XUNO4uo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckHCYT86p-rWUHteysWrL3I-qa77g/c0x00000000-cc-rp/photo.jpg','15979470999169074295',43994),('AbFvOqlKNpXPdic9gIB4OmwWULCReHkrfDU7Tv7sNSuTtw8v26x7srBS6xRFS7rpdyHOlo1UKMkE','Cody was very helpful!','2020-09-18 19:05:42.126000','2020-09-18 19:05:42.126000',5,'Liselle Andries','https://lh3.googleusercontent.com/a-/AOh14Gh70Ja-uX543qdW6kQvouCwEF68RiKDUGYmMbT3=c0x00000000-cc-rp','2077061009497551125',38529),('AbFvOqlKO1jWp9BTDONHyzuq6WxY5iMMlNSy5p5ZRbcEg6AEFsMgz7yFMm12Jer122jQnBM3Sg4P','They were fast, professional, and awesome! They even had snacks ! Marcus, Jocelyn Jose and Dr Farooqi THANK YOU !! You are AWESOME','2020-01-27 20:34:17.181000','2020-01-27 20:34:17.181000',5,'Sonja Harris','https://lh3.googleusercontent.com/a-/AOh14Gh_UuOy500cRJfVblbFQhY8oaQWJMX_ga38i5MlJA=c0x00000000-cc-rp','16389487648212004696',33439),('AbFvOqlKo8TNKD47Kgg-JN_fc5kmQinsrK_7bHYnNfiU3dkbCMkt2TPHdFrbhE756Ngtci9e13pSAQ','I was extremely impressed by the quality of service I received. Dr. YUSUF, DO, SAMAR , Dawn, Nanci and the entire staff her was amazing. Thank you all!','2019-03-19 19:07:26.916000','2019-03-19 19:07:26.916000',5,'valescia martin','https://lh3.googleusercontent.com/a-/AOh14Gh1umeaFc5lOoDGxsE8f89Qg6960TwgL2_ZYzyocw=c0x00000000-cc-rp','17898197009688164559',38245),('AbFvOqlkOZ1zKtuwoK3l5_I-f7Hxu5MG1JJEGaAkNv8mO4vY-QRTiROYVuKRdcoaf2GVtAky8RTb','The team was wonderful. We were traveling through Houston and had an illness arise. Thoughtful, efficient, and quality care. Thanks!','2019-01-15 19:45:31.240000','2019-01-15 19:45:31.240000',5,'Chuck Fleming','https://lh3.googleusercontent.com/a-/AOh14GhGOHACaueQP4asOVksxorRR7_0UzABK5equWKxJA=c0x00000000-cc-rp','3511292162159714121',40713),('AbFvOqlkPbwtZKxs99pCKoLcKr1wY8w0zTPNXrm16r1zcaCKLOAusQq2GbSr4VPRyecz0yt6yoqcQQ','Excellent care! Thank you, Dr. Harjai , Valory, Marcus, Jordan!','2020-10-27 13:38:52.907000','2020-10-27 13:38:52.907000',5,'RIAHSSPACE','https://lh3.googleusercontent.com/a-/AOh14GhuKIyJ889gnQ8NjZexpGzF-L7_eZd5jhtOYs--Gw=c0x00000000-cc-rp','16389487648212004696',33068),('AbFvOqlKPkeHjJLTm_S1Otb3yyTD0dI4ohBFhkuYMEOy1hpIaU8aAUHecsMH1zEon28SL8AFuMLoyw','Soon as I got there was taken straight to the back there was no wait. The staff was very nice and attentive. I have been here many times before they take very good care of you. The doctor was friendly and very knowledgable. You almost forget you are in the ER cause the atmosphere is so calm and relaxed I drive from the northside of Houston to come here because of the service. I have sent tons of referrals and they were blown away with the experience.','2017-02-22 11:11:14.642000','2017-02-22 11:11:14.642000',5,'Kynishia Mitchell','https://lh4.googleusercontent.com/-6BOiVpI7gzU/AAAAAAAAAAI/AAAAAAAAABA/AMZuucnDn2fbosy5kO4kqg_W-poVMkozEA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37207),('AbFvOqlkPow90oFXMxGeYm7bF_YTxBbCKBxR_UtM74ZiECZCXXrqvDGM_cy7gHsYu8idok4pjaAm3Q','From the moment I walked in, everyone was very friendly & helpful. The cute pregnant lady was fast with my x-rays & Lisa V was awesome, attentive & answered all questions. The dr was awesome as well, very sweet guy!','2019-07-29 17:38:53.579000','2019-07-29 17:38:53.579000',5,'Jalyssa Moore','https://lh3.googleusercontent.com/-hD6zrvJa-ec/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckyZko03DSO-LFiYmjmdUtIbRYrAA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29718),('AbFvOqlKpQxfliPFLsAuUiLGyOn5hL9KP6bG70-8gM56nTHDqVyCFfTAS4Ae6Y0PCh3YWojfet-w','Great experience! Much better then a traditional ER. Staff was professional, informative and had a great sense of humor. Elsbecker, Adam and Aileen Chris and Kara were on point. I\'ll be back...','2019-11-04 22:15:16.005000','2019-11-04 22:15:16.005000',5,'Rod Maestas','https://lh3.googleusercontent.com/a-/AOh14GhQEUd-q6EdWN-SyIbWkPC2rAFZK69-8cU4UQ6Agg=c0x00000000-cc-rp','16891069708558046635',36090),('AbFvOqlkpRKHusRjJ8uUrxZ5CSpQyAx5SAcK30Zx7PDNN_H3IxMEy71MnwOZT8trOUy9NUaA6-FwZQ','Great professionals that helped me quickly and explained everything.','2020-03-15 09:24:20.714000','2020-03-15 09:24:20.714000',5,'Lee Mitchell','https://lh3.googleusercontent.com/a-/AOh14GjrBTeebNN7oiKs8wyZXBmzB5WGo6t-9OkgwfH-aQ=c0x00000000-cc-rp','14748677429039074158',32097),('AbFvOqlKPWRJWxQHgW-VEZ8zXLLDmoC42IX-6NEPxwvIEMvzWFkyVpOHJCxmmR9SQHGg5NtXJNNk','Great service! Chelsey, Christina and Clay were very helpful and kind. If I ever need another covid test I will be sure to come here.','2020-09-12 15:50:56.256000','2020-09-12 15:50:56.256000',5,'Dianna Reyes','https://lh3.googleusercontent.com/a-/AOh14Gh37T7tBIiLAkItraHoYLMVCF9MYDwQznGEBTjKKQ=c0x00000000-cc-rp','16891069708558046635',35822),('AbFvOqlkpYiNUYp3-sMHajzbXDgW12osHue4oAxe9V3Kacv8Z_X_MR05q5_bc15REWBoSGzTz8to9A','The folks at SignatureCare are remarkably kind and helpful. I went here due to a medical emergency, and the wait time to see a doctor was only a few minutes. The doctor and attendants were kind, professional, and supportive. Brenda, the receptionist, was phenomenal! They also worked with me to make the visit affordable. Thank you so much!','2019-05-22 15:48:19.749000','2019-05-22 15:48:19.749000',5,'Johnny Motley','https://lh3.googleusercontent.com/a-/AOh14Gjjrur-HZnFfeR3SiF4jcGv6suDU7biO5wU7ZoSzg=c0x00000000-cc-rp','3511292162159714121',40558),('AbFvOqlKq1X0ssbeaQVFDRrT6r9tiiQoDcEQlXyQPxdzqWMc8D8JM-A0hWeMVe-4Ekh4lXEWPLtn','The staff were amazing, Kim was the friendliest er personal I\'ve ever encountered. The doctor and staff were friendly and explained every process along the way with clear instructions at the end.','2017-01-17 20:27:57.343000','2017-01-17 20:27:57.343000',5,'nick sevin','https://lh3.googleusercontent.com/-ZbnPKHh30Q4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn8KTf_Qplb32pakQzw2-vKjpcA2g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35531),('AbFvOqlKqLcJN5_nwPigBbqGVrBU3DrKsVX9FA0QsimUPDj7sxUVF_V76A-AgApdaegTvEDS0kGJ',NULL,'2020-03-05 20:53:39.066000','2020-03-05 20:53:39.066000',5,'Robert Wright','https://lh4.googleusercontent.com/-QaNui5b6ajA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmVMYKjl87wck8ZEldvXp8OCpoYgw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34320),('AbFvOqlKQMttNqX0YgdU-eBwYrY9zgB9vl_Q0tR507V_O6lIOilT241bxyG072S6KnEYq4oyLOa0FA',NULL,'2020-10-21 19:21:43.595000','2020-10-21 19:21:43.595000',5,'Jazmyn Bailey','https://lh5.googleusercontent.com/-LPqJLxfUaiM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucktrAgBeHcGeVSoKoPI3T6sfZVtEA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33119),('AbFvOqlkQRDYRwFyyMXDkvHD9IqKCepuiOPNpBuJLFbtTHGXaTOIZd3lyMGAKIgCmpOqc6sS2vIMFA','Dr.Thuy, Alvean, And Patricia were all great to me. Offer me a warm blanket, drink and made me feel comfortable, and most importantly they listened and helped with my problem. Thank you guys so much.','2020-03-03 18:44:22.191000','2020-03-03 18:44:22.191000',5,'JaVionne Jones','https://lh4.googleusercontent.com/-XbWXeRuYq88/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclkMloTVWS-rERqngePbRiO20Dxlg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33303),('AbFvOqlkqXAzBk1ks6oKsDLrdkLb4VLrY42GmDJUJM5fnXYKi_LQ-gCl7fKM9QbxBgTXgZ9qUXg8zw','Lisa, Thoresa, Tabitha, and Ector all took very good care of us. Definitely the best care we’ve ever received. Everyone of these people have a great bedside manner. God willing we’ll never need an emergency room again, but should something happen this is definitely the place we’ll go.','2020-01-23 21:56:59.969000','2020-01-23 21:56:59.969000',5,'Clarissa Cantu','https://lh6.googleusercontent.com/-XylTQ4kg-98/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnNdwzLzE2NMpMYOhOPPb_I4rR9Dg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41496),('AbFvOqlkQyoWOJs51KxD9Yv9CPhvM9bIh7IGwojV-bRgQbCDyaUtdRu7A4h68-SRClIXnHGP6EpBRw','Friendly caring staff. Very rapid service. Will return','2018-08-05 01:14:11.309000','2018-08-05 01:14:11.309000',5,'Martin Monjaras','https://lh3.googleusercontent.com/a-/AOh14GhiPHKlEd_pscPGgJ-9gpXOCgARBerUYx9WRi5U9w=c0x00000000-cc-rp','8918455867446117794',43377),('AbFvOqlkR0vzbl1fzBhdhn7qPDSZ4Zvjfm4CsVE9AsxZWQHFdcKRwN9xbtJceQCdEFsKTtg1I4w3Hg','Amazing staff!','2020-10-07 01:30:35.934000','2020-10-07 01:30:35.934000',5,'jesse lyng','https://lh3.googleusercontent.com/-CkZRizDbU-M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckijAj9ErnpmLilzcglS6cV-zqPsw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31546),('AbFvOqlKR5TQ8iOl2YtiiBqGdHuqTvPPfqGuag47UevkDO_MY3ZAAN6u-pT9UdEeJCwRm8FqV8bw','My receptionist Vanessa was very professional. My nurse Lacey gave great service.','2020-10-28 01:38:35.086000','2020-10-28 01:38:35.086000',5,'La\'tavia Perkins','https://lh6.googleusercontent.com/-QCZ-TxJo0as/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckgus8NziCXnoXi5uQzegYWSRSQ5A/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33053),('AbFvOqlKREq5ah-TTky7HzpOuY9A7-GTpcyq9LKM0qeSmJxWN9wtZ7oxEFksUulv2uqJ4eQo7t0bng','I came in to receive a covid test, my nurse Dana was very helpful and kind. She made sure to explain everything and make us very comfortable. I appreciate all their hard work during this pandemic.','2020-07-29 16:46:47.942000','2020-07-29 16:46:47.942000',5,'Baylie Navarrot','https://lh4.googleusercontent.com/-pJVPNs6GXzc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmOBBdzmG4swN4lWXELg-Zm6wibww/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38702),('AbFvOqlKRgadttTc3CHCfre8PuWg-VBZL5xHa3CsmDNUx15r1-2t0dsRHwura62O9K23vdTKAS18fw','The service was wonderful. Patricia C was really friendly great customer service.\nAlvean A was so wonderful with my daughter explain everything that she was going to do with her. Zeik was really helpful','2020-02-23 18:28:08.185000','2020-02-23 18:28:08.185000',5,'Neira Lopez','https://lh3.googleusercontent.com/a-/AOh14GizrOp3mnZ0OMK_NkyOr3PtRKIxEWCDwyrbvT-Zhw=c0x00000000-cc-rp','16389487648212004696',33335),('AbFvOqlkRXca0UHexnFXbSS0xTyQmLfj410U5nE_xepCH3RCwAL0JPVYMO1KBZj436AcMynMKoxggA','Brought my partner in late and she received great care. Donna in registration was so helpful on the phone and when we came in. And the nurse, Keylee, was just amazing.\n\nUPDATE: My partner ended up being transferred to the hospital for surgery by Dr. Das based upon a grossly misread CT scan. After the procedure, the surgeon called me and stated he saw absolutely nothing of what was reported by Signature Care’s radiologist, Nick. My partner underwent completely unnecessary surgery when some strong antibiotics would’ve done the trick, not super pleased.\n\nSo while Donna and Keylee were absolutely wonderful, the rest of their team seemed to let\nthem down a little.\n\nSo still giving two stars because the nurse was honestly worth 5. But next time, I’ll just go to the ER at the hospital.','2020-05-18 12:55:32.053000','2020-05-18 12:55:32.053000',2,'Emily Vandeventer','https://lh6.googleusercontent.com/-VsPTrLE_hJ4/AAAAAAAAAAI/AAAAAAAAAJM/AMZuuclJQgdpJh29T8sKFFwcQkot0YvESQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32087),('AbFvOqlkSJOe_PyJlIAHxw5fjQTKhBjO33-d2T_yrylnq08vxiZ_InrCszQeDOmRuIwDssHhoUIQQA','The staff was friendly and professional! Additionaly, the doctor actually took time to talk to me and took my symptoms seriously.','2020-12-22 05:02:36.946000','2020-12-22 05:02:36.946000',5,'Felicia Juliano','https://lh3.googleusercontent.com/a-/AOh14Gh4kjZl-OCNsDlnXWnu313_9XQz31yIa1ZeVIAR7w=c0x00000000-cc-rp','2694018788013845459',43685),('AbFvOqlksrxFB-oMi0DjKTuDe8ZFtFC2DO_2P1joe8TTqrxkCuhA012RX7Q2fDb9iTFKrs5YYdVU','Came in after a car accident. The whole staff was very attentive and friendly, and validated my concerns. Rebecca at registration made check in very easy and quick. The tech (Patrick) and RN (Gabe) were very efficient and made me feel very comfortable. Stephanie, the radiology tech, was so nice and funny, helping distract from the pain! Dr. Bare was able to see me with results in a timely manner. The place runs very smoothly and I would recommend the care here to anyone!','2019-09-15 05:29:07.255000','2019-09-15 05:29:07.255000',5,'Lindsay Harris','https://lh6.googleusercontent.com/-3TfSLdjDjqc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckew0ioXlgRf3rTyLuQ0I2fAvertg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34682),('AbFvOqlKSTMg7DI_hjYP9tnKqDXSZLuvoyntPN9LGIn8JNWwoDzAFN69ZI3stc57_gzGq2CAIZgztQ','it was great, I got in they stitched my lip and got out, there were very nice.','2017-11-24 02:14:55.977000','2017-11-24 02:14:55.977000',5,'william watson','https://lh3.googleusercontent.com/a-/AOh14GhnvzGELPqBWspCh_UxPE2GwsjO6vgQO0nxmXPc=c0x00000000-cc-rp','8918455867446117794',43457),('AbFvOqlkSuFKgY7gJHfh6T8VxUWjMYLuhKJK3ED7uQsRAxMUJk0ycSONULvY9JeIZM1ZBLJHuvF3SQ','Great staff','2020-07-21 06:14:14.882000','2020-07-21 06:14:14.882000',5,'David Nachega','https://lh4.googleusercontent.com/-Z2YPFm_xviU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmWhPqzkaQdpAb80ArnUwFfJi2WGQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31908),('AbFvOqlKTABhRe_sVoFpZJxZo4_O7h0CDwp3X1C9BDZBDcCnzSlZduHV8hB_nBi12YErsTbahKRNJA','I thought that the nurse Sarah G was very friendly she was having nice conversations with us and was very happy.','2019-12-02 01:57:20.345000','2019-12-02 01:57:20.345000',5,'fizza khawaja','https://lh3.googleusercontent.com/a-/AOh14GjEKUmuZziPw8hjK2FXky-lX6u9UdjIvVdBX7o3gQ=c0x00000000-cc-rp','17898197009688164559',37839),('AbFvOqlkTlgkGmajiEszu3PCGwukp2OkbaCIGnxwBgH4eUxBOADCDYYft17IFsUFSfBLVQc8iAbmJA','Dewaal & kat were so amazing ā¤ļø I had been to two different hospitals and I came here and they helped me so much and fixed my foot /toe','2019-07-24 01:06:17.303000','2019-07-24 01:06:17.303000',5,'Kayla Marie','https://lh3.googleusercontent.com/a-/AOh14Gi_MZfC160vtJJMGmACu4Qzrv4HhtH4Nt9ePTIVJg=c0x00000000-cc-rp','2694018788013845459',39300),('AbFvOqlKU08G3n1KBSG7qoFm-Sj6bjLlUc7RISlwnukTLKhXuQZAcnMEonuhp9zW68Ap68QvErWj',NULL,'2020-10-17 04:36:02.198000','2020-10-17 04:36:02.198000',5,'Justin Lishman','https://lh3.googleusercontent.com/a-/AOh14GjUoOBa7q_Io1nIOw1vRJ8brwUGhH3a46iy4IPZbA=c0x00000000-cc-rp','3272657195432704501',39472),('AbFvOqlKu5JAH-PHuqQjcl9fkVTByo-MKGwF5ds9CXGr5nRsIsi0HV8-m4QX56R8OD1yDlW3jOGD','My experience today was great as it has been the other times I\'ve come for emergency care. The doctors are very attentive and gentle. They make sure to take care of what ever elment that brought you in.\n\nDr. Lindsay- Very knowledgeable and have great bed side manners⭐⭐⭐⭐⭐\n\nJanie- Nurse -was pleasant and professional⭐⭐⭐⭐⭐\n\nMarcus-Radiology -was awesome he really made me feel at ease. Even stuck me 1 time and got the IV in with little to no pain.⭐⭐⭐⭐⭐⭐\n\nJocelyn-Registration- is always smiling, pleasant, and patient.⭐⭐⭐⭐⭐\n\nI definitely highly recommend coming to SignatureCare Emergency Center (Cypress Creek Pkwy) for VIP care.','2020-03-04 02:48:52.670000','2020-03-04 02:48:52.670000',5,'Latecia Rushing','https://lh3.googleusercontent.com/a-/AOh14GgJxM9DSAxVQu2tYhLc26bRIiiFLJuJs9om_hf-=c0x00000000-cc-rp','16389487648212004696',33299),('AbFvOqlKuTi6INQAotWhJja7eRHwlhbhozBVgGuy_Kh9xtzpDsg52ei9DmhlqQEDusjTrIGINwGaNA','Signature Care ER is absolutely amazing. From the quickness with which they start providing exceptional care to the thoroughness of all the medical professionals here, everything was phenomenal. Thanks to Dr. Dendy, Nurse Nicole G. and Brandon W., tech Andrea, registrar Vanessa G. And Rad tech Dustin H. Y’all al Rock!','2019-12-22 02:09:10.511000','2019-12-22 02:09:10.511000',5,'Jesse Reed','https://lh3.googleusercontent.com/a-/AOh14GjS9a-Mc_Ey8NU-4B5Ho2Xj0EXn9Bt0e3SjvDJ8KQ=c0x00000000-cc-rp','14567670160750071148',30389),('AbFvOqlKVamE3YlUFYvFKe5vQ_L3khfekDtQbCyA3Jc8SXKs1NVwtd3XqfdUAPzKtcAaWcgZ_gAMuA','This is better then being in the hospital!! You don’t have to wait the long hours to be seen by the doctor. The entire staff is super curtious and very professional.','2018-07-21 03:08:22.442000','2018-07-21 03:08:22.442000',5,'Camila Luna','https://lh3.googleusercontent.com/a-/AOh14GjBvuzRVi2rt9sGWa9L0ZqmvML2EucreViz9TXD=c0x00000000-cc-rp','14567670160750071148',30809),('AbFvOqlKvHCPFGvTOexzybpXYYCZBPCVen__AuNyrUaIxqGgBM9d12EM1wyNW2XejVIXOlM_-Krd','Extremely pleased with this location and staff Cynthia/Dee, er tech Jonathan, rn Dana, rad tech Hoan and Dr Natasha Qureshi. Everyone was so nice and very helpful and took the time to explain everything to me. Entire facility was very clean and well kept.','2020-10-26 13:50:18.091000','2020-10-26 13:50:18.091000',5,'Chris Tisnado','https://lh3.googleusercontent.com/a-/AOh14GikpMKSi49iLBVBg6MnAQEqty72l3iGgAJzwy5waQ=c0x00000000-cc-rp','14904078213800803294',32192),('AbFvOqlKVNcDRaQVPrfPLPAV0kTsxqig5583oGs-fqmBQa1DvReZ1CMfHPCasum1T_LA9nlr783KvQ','Awesome visit here clean facility & extremely fast service and most of all extremely great care thanks to Nurse Alvean!!','2020-12-13 22:23:49.723000','2020-12-13 22:23:49.723000',5,'De De Richard','https://lh6.googleusercontent.com/-rzNc9jv_bO4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclg07v77GSDgTnqq37mt-Y0n0vhlg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32849),('AbFvOqlkVPqJmpWijppmNUzPZrZAaskDXRTiNfIgSX9UV46u-9x8i5BHQMgITCud7R7hDp3KZfi0Ug','Everyone was so nice and helpful! Very clean and welcoming. Best emergency center I have ever been to!','2020-08-13 04:23:07.991000','2020-08-13 04:23:07.991000',5,'Kelsie Meyer','https://lh3.googleusercontent.com/-apJrcgamrdY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnbAcIDuYrn8yJoPkLjM4a-84OPRA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35840),('AbFvOqlKvT6OQa98NFOvnsacJHyFPXkeUDbloWiqSi19t18t3EsbN_0xsIBqG8q_70fpe3YHUSk0cw','Luisa was the best thank you!','2019-12-14 08:36:26.924000','2019-12-14 08:36:26.924000',5,'Jimena Astudillo','https://lh5.googleusercontent.com/-Fd9MH-IqtvA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmKdPHbr33bQNI396D-Di7TZhcqgQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33603),('AbFvOqlKW7PrM6bEizULLboYh84rMke152Lqo57P0bWRbvuoa4Z1IzAbZu7M6qLlil71OgHDoYzzTQ','Came in today for Strep Throat was greeted by Amy who was very nice and and happy to help me. Blake and Kris made sure to ask me exactly how I’m feeling so that they could provide me with the highest care possible. Would visit again and would recommend to anybody needing emergency care.','2020-08-01 21:59:26.534000','2020-08-01 21:59:26.534000',5,'Brielle B','https://lh3.googleusercontent.com/a-/AOh14GgKUTDmdI3BsaDwqzzLQygFQiDQ1Eumh8cqBeJO3A=c0x00000000-cc-rp-ba3','8679688254631342173',42338),('AbFvOqlkWI5SY5QnMK7cs9EvGbK7jZzXRm4reVbmBl3HXDAfcjSgEbGaxKnmM-nEJXf2eiT5mo0UgQ','Talk about fast & friendly service. Aerial was great, she went above & beyond to find my insurance to verify, since I didn’t have my actual card on me. Before I could even sit down in the waiting area to complete my paper work, I was called to the back. The entire staff was nothing short of AMAZING ! Dr. Daniels customer service is EMACULATE ! She explained everything & then some in ways that I could understand. She was very articulate, she didn’t talk to fast & she made sure I understood everything & that she answered all my questions before she left the room. Literally within 15-20 minutes of being in the room they figured out what was wrong with me & explained the steps they were taking to ensure I’m better. I want to say thank you to Dr. Daniels, Nurse Tristins, Sherwin the Radiolody Tech (whom did my x-ray & within 10 minutes I got me X-ray emailed to me) , Thelma he ER Tech & Aerial at Regustration. You guys are all amazing keep up the GREAT work. You are all VERY appreciated !!','2019-06-11 07:54:52.629000','2019-06-11 07:54:52.629000',5,'Shakella Tillis','https://lh3.googleusercontent.com/a-/AOh14GhiocQTggFh9W19FdV2ugq7_fBjRt8VvE9_gZNjFg=c0x00000000-cc-rp','12541597562633926366',29094),('AbFvOqlkwMTUa4S9q9ry_6MYXiAwhtBTPEskyNu60Tx9AjgBolY3IrcumedZFCgqJpGBz8stH58ziw','The front desk receptionists, Garcia, Stacy, & Shawn were a big help! Thank you guys .. If I need anything I will be returning to this location . From the care , treatment , & billing info ā¤ļø','2020-01-31 00:25:22.382000','2020-01-31 00:25:22.382000',5,'Jamecia Strickland','https://lh3.googleusercontent.com/a-/AOh14Gi9lHNemObddH0wH2kt3VHSN8rfc82McacjtT8F=c0x00000000-cc-rp','8918455867446117794',43128),('AbFvOqlkWwv19xs9YZ_LrABKHiIpJocGJVXZPLc8m15wYxIcLZhsr0V6aUcQN7Jbfmv7KZhd6B-IjA',NULL,'2017-02-09 23:33:49.973000','2017-02-09 23:33:49.973000',5,'Saul Ben-Yaacov','https://lh3.googleusercontent.com/a-/AOh14GggDy7HRRVAZQIWj4bVdfElwP4_6z0FW57h2HPZ=c0x00000000-cc-rp','14904078213800803294',32737),('AbFvOqlkx0Ypr7MsqKmtZOrckR3NF4usdEef-_9c5zvVtDD1cogQ210_dnnPv02o2DsFEnzD-Udrjg','Georgia was so professional and kind. She was patient and didn’t rush me as I decided what tests to do, allowing me to make the best decision for myself. Not feeling great, several various symptoms, and they made it as painless as possible. Filling out paperwork in the car and minimizing contact was extremely appreciated as well.','2020-11-11 03:21:06.781000','2020-11-11 03:21:06.781000',5,'Tori Salinas','https://lh3.googleusercontent.com/a-/AOh14GhTTVEzXw2MCG2q0AMmNdlb4p4d9CsMSg1hm6ps=c0x00000000-cc-rp','14748677429039074158',31375),('AbFvOqlkXj9kP2vXcOGAmWvwscERUHWsjmCVwdQdZpfI_LyXOjxC7w0AWSXusv0gcVjZ0S5sEiQl','The facility is outstanding, as well as, the physician and team. When experiencing a medical emergency, SignatureCare Emergency is my provider of choice. Again, everything about thier facility, staff, and treatment is outstanding.','2020-09-25 16:34:04.095000','2020-09-25 16:34:04.095000',5,'anthony morris','https://lh4.googleusercontent.com/-i-57I55jUuw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclNnLuXdDUx6XZlGuxnJNE-Ok73UA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42295),('AbFvOqlkXObcMr6SNb5P3KLizHnhJ5b9wual6LfO9QdElJ7JiKlxHH-84rcPNcUZUwG2AHhjBRZTPw','I had a great experience.\n\nThe team was excellent, Dr. O\'Malley, Jani-nurse, Erick-Radiology and Jesus-registration all were awesome','2019-05-18 18:41:53.815000','2019-05-18 18:41:53.815000',5,'katiee mckayla','https://lh3.googleusercontent.com/a-/AOh14GgNtd0_q1aBAoRzSkkyfxepnylSweuf6ftJ0T9GHH0=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqlkxp4t5O5gii9lyZ5KSAtbS2mZcPjmgRxg5Fw0DpzS00g-6O_CoD5K1BWWuCxvdaPhU4Su','Great visit with Clay and the team. Took the time to answer all of my questions.','2020-09-21 14:54:25.935000','2020-09-21 14:54:25.935000',5,'Raul Alfaro','https://lh3.googleusercontent.com/-mee77LMiiT4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclvs0EjE874HU9MhGPO4D55_rUn9Q/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35771),('AbFvOqlkXS5Xn-7XnLIbtQasYEUwqRva_qeIPYdcYxHiYcoEQgDasr91UgsmUI8RPNYjrhD86qs0yw','For someone to feel so bad the facility and the care was far above what i expected! Thank you for such a pleasant experience and big Thanks to Mollie for her expertise and care. She made my visit worthwhile','2020-12-14 15:31:17.604000','2020-12-14 15:31:17.604000',5,'South West Arkansas High School Rodeo Association','https://lh6.googleusercontent.com/-_WxLg52eba0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl9U4QztLYTCXeimYULbqzeefpiaQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39412),('AbFvOqlKXvtekmSyV0yL5ymgL1hFi_RWFKj2cW5bwz-j2e05pgxY8qBH54KC7ADhe-rQ_0TOiZQhpw','Amazing facility with friendly staff!! Dyveliz got me into see a doctor within minutes of walking through the door!','2017-03-09 19:39:51.180000','2017-03-09 19:39:51.180000',5,'Kayla Linskie','https://lh5.googleusercontent.com/-hPN9J_W1738/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnNEZxsnGDNITuW2puxhCPfEMzKhg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35480),('AbFvOqlky623qoMbtgHqq4gcuvGYZ_oKLWSCfkWtKdbFLNXQU7Sai-Wluw2p1l_rmIPD9TSlkFt0Vg','great place with awesome staff, everyone very nice and caring and helpful, thank you','2019-12-30 08:20:09.403000','2019-12-30 08:20:09.403000',5,'Bobby Shemiranipour','https://lh3.googleusercontent.com/a-/AOh14Gj0X73pZf5p40s8blMKVSp4b8f6Zxwdei0REmDWxg=c0x00000000-cc-rp-ba3','12541597562633926366',28886),('AbFvOqlKybvCYwyWHirl1GSs7MafteH9pNpj5JHMtaKOiIVlEZmDpau1xaxLNaQisilQ-jHF9mRdZg','Amazing doctor and staff! They helped my dad and were extremely patient with him. Thank you for all y\'alls help!','2019-08-03 03:43:13.850000','2019-08-03 03:43:13.850000',5,'Cassandra Maltezos','https://lh3.googleusercontent.com/a-/AOh14GiII7oN5cpEigfzeddaLvdIsY17OTpzYVMil9qmyA=c0x00000000-cc-rp','17898197009688164559',38049),('AbFvOqlkyhRDuGt8ixmLGXEewn4MIx-U73NAVUu4pwakH1mdVTvvZ_VOfPQ1-qC5fXRbAZefrCMf','Best experience ever very friendly staff..nurse jaime was very nice .. plus doctor Nguyen was very helpful and Tanisha and William work fast to get things going recommend to any that needs to go to doctors','2019-04-24 06:02:30.271000','2019-04-24 06:02:30.271000',5,'Jaime Cruz','https://lh3.googleusercontent.com/a-/AOh14Gi00YFfoyRWgfHifHaFAwcWVLCePkJ3hnT5InFeXg=c0x00000000-cc-rp-ba3','17898197009688164559',38203),('AbFvOqlkYqmHiC3oks0m57zkbyvfX2qH4rXQtnIjiT2m2EHCkNd4dZ9eU5-X9EHQxS8yF7VbvsLn','Friendly and caring staff 24/7','2017-10-08 08:42:38.111000','2017-10-08 08:42:38.111000',5,'Ray cruz','https://lh5.googleusercontent.com/-7A6puBtPmKc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclC-g85FUlrxIp0hdq00pWD5Pa-_w/c0x00000000-cc-rp-ba2/photo.jpg','16590124370714063921',35372),('AbFvOqlKZ6qSrn8p117t9ulRtokbn2EVZ54jmdH9iulLdnKjgEzBGtQsdjdt4Ysa2uoh5BzIVmhh','The staff and doctors are great. The wait time is virtually nonexistent. This is my first choice always! Professional and caring.','2017-07-28 19:33:56.667000','2017-07-28 19:33:56.667000',5,'Michelle Jordan','https://lh3.googleusercontent.com/a-/AOh14GgcVxMnrHkiKuzFIbsvfHk8GP01bcsY4ziypXjdFg=c0x00000000-cc-rp','3511292162159714121',41030),('AbFvOqlkZ8zxcQe69eOlO38qfcrhD-1Cx7njMkqYWife60QL1JtclJjjvHJo25a8cyAiBF5r6bhhvA','Had an awesome experience at SignatureCare. I called ahead coming from a car accident and I was in the back in less than 10 minutes. The receptionist Rebecca and all the nurses and doctors were very friendly and helpful. I\'d definitely go back again.','2019-10-26 02:07:10.486000','2019-10-26 02:07:10.486000',5,'Kassie Escamilla','https://lh3.googleusercontent.com/a-/AOh14GhcCvEV7P-7kF7u7TRDrTTQmRHeKxi0ezsHNQK0Fg=c0x00000000-cc-rp','16590124370714063921',34597),('AbFvOqlKZDaarpK85SmjEpqMAMRofYLxdBObYKhNRRQVP1r2Rbt0wml6FN5SujLatJaGKqOvdhCMqw','Friendly and welcoming staff here at Signature Care Westchase!','2020-01-03 15:47:58.476000','2020-01-03 15:47:58.476000',5,'Deklon Smith','https://lh5.googleusercontent.com/-7kqaHGWIK90/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckbdTnFbg3bGzpy0_CpGY5NeiQg3Q/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28861),('AbFvOqlKzOrJ-Aoj0_c1U-jBYZupwuGsYn1DEyg5ABUxmnbIVjmM3VqCRrilBT1J590u6VqRNUpXmQ','Efficient, Professional, and Listen to the Needs of the Patient. Highly Recommend this Center.','2017-04-05 14:57:04.480000','2017-04-05 14:57:04.480000',5,'Shana LaCrosse','https://lh3.googleusercontent.com/a-/AOh14Ggi0TG7L0mYOVmLqDDRhbRZuj2xrFGvgdzko4_Dzg=c0x00000000-cc-rp','14567670160750071148',31071),('AbFvOqlkZqOSL0LK7emlwpVgpEWAu-IEq-qQ94Ym86ZtajJ5F7V6WoirViU27R8OUsOH_WRK-FKfaA','DO NOT GO HERE. YOUR MEDICAL BILL WILL BE ASTRONOMICAL IF YOU GO HERE.\n\nThis is not an urgent care center, the name is misleading. I went here 4/15. I thought this was an urgent care center that takes insurance, meaning I would have had a $35 urgent care center copay. NOPE! Because they are a free standing ER, they overcharge insurance, your insurance won’t cover it, and then you have a $1,000+ bill.\n\nThey don’t tell you this when you check in, and you don’t have sufficient time to read the forms they give you to find out that it is not an urgent care center. I had NO idea that this is not an urgent care center until AFTER I had been seen by a doctor when I was reading the forms I was supposed to sign. I didn’t sign them but it was too late then.\n\nIf you want to overcharge people for medical care because it’s convenient, fine. But TELL PEOPLE instead of HIDING IT. This should be illegal.','2019-05-12 20:18:45.301000','2019-05-12 20:18:45.301000',1,'Jessica Rollinson','https://lh3.googleusercontent.com/-Cjs9I4_Tyxo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnWdZQTNbEmCIF43C_KJBSCap9wVQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34855),('AbFvOqlkzZ-WtN356LtILyGrBXbc1b31oH_0rfCiuipVjnLMOP9FdvckLrkEQ7-GQr2E3muwNl_j4w',NULL,'2020-02-11 20:11:30.698000','2020-02-11 20:11:30.698000',5,'Lauren Szymanski','https://lh3.googleusercontent.com/-xWALWXoMmTo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnQtiy6N23TevSP4RAEoRohsm76xg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34380),('AbFvOqlL_eha9NR7N1eeiMoIB4B2Id91NcPVkQ0800ZphanAAvvBBZiHzmOWzGWK3enFs8jZBQPR4w','Dr Nguyen and Alvean were very helpful on my issue. šŸ‘šŸ»','2020-03-04 18:46:14.580000','2020-03-04 18:46:14.580000',5,'Efrain Hinojosa','https://lh4.googleusercontent.com/-hFnw7um6elk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckya5_aLbY6Agf9VUPTLZ5fc8l0dw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33297),('AbFvOqll_iDUoygQJkS1xIH8B-NLf57r2wy9UYpTFb5epVeYJ1K2kKoKQzJehGPS46mt09nrf1Hq','Dr.Ashbrooks, Courtney, Luke and Kim we\'re all wonderful! It\'s very clean and a comforting experience! Thank you!','2019-11-25 23:28:38.819000','2019-11-25 23:28:38.819000',5,'melissa baker','https://lh6.googleusercontent.com/-cjRQ_OYbp54/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn0vy0bDkIo4H9O6FVLsIZwZ2FGCg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39767),('AbFvOqll_isVxqK8NfS-EFcmHZGcMp3lXmAd21DD8uXSTttz6eYCLi_heFI-aAZq2BcTzBsmllOQ','Amazing care and comfort. Thank you so much for helping me, being understanding and giving me so much after-care information. I was seen right away, given a warm blanket and didn\'t have to sit in a room waiting forever for a doctor. If I need fast help again I will absolutely be back. Thank you!!','2018-10-24 00:47:45.295000','2018-10-24 00:47:45.295000',5,'L. B.','https://lh5.googleusercontent.com/-dennsGpSvBM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclCkJHeL56D0lU7LPiQM22kotkcxw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36334),('AbFvOqlL_kfnE6YsT6aFf2bVAo8M6Fli2TO7ZoDvsg-UKgvIqMtg4o31pQSwkbASUDvqUowvy-f4Ug','Great service by Lorena T, Victoria P, Jeri D, Juan C, Akunyili','2020-07-31 15:19:21.725000','2020-07-31 15:19:21.725000',5,'Carnage','https://lh3.googleusercontent.com/a-/AOh14GiRaGFuoPKbN1cCPR5X3BwsRrPAuYO8oY4KLJ1mmQ=c0x00000000-cc-rp','16590124370714063921',34219),('AbFvOqll_MG2_r2N5otiC6EWrEmMTzgTRWWp5F_jPhcfwu7UUfbx2D2l2EYh9HtmNW52bJ_goSJxsA',NULL,'2020-07-28 07:08:48.873000','2020-07-28 07:08:48.873000',5,'ELVIN Escobar','https://lh6.googleusercontent.com/-zFQMaRupOQQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclgB8RKkpRUlZ5KhrZPQTEYUDLTww/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31836),('AbFvOqll_vJwA_DXYOyb_2TK0zf0nJCza3Wv-2kXeZDTpLiBPtsFLv7Tle6NPLp0FLKWD28r9wiGLA','The staff is extremely attentive to the entire patient experience. They not only made sure all areas of medical needs were addressed, but that the patient is comfortable with the procedure. They go above and beyond to care for the physical and emotional health of their patients. I used to have some hospital anxiety, and had no trace of that here.','2019-01-10 04:48:59.544000','2019-01-10 04:48:59.544000',5,'Sophie Hutsen','https://lh3.googleusercontent.com/a-/AOh14GgOg021SbyRhRQqAvHKPsrgp_U9INHvgpGaZmXoTg=c0x00000000-cc-rp','3511292162159714121',40733),('AbFvOqll-44jxwv_uRsqvQZ9XWk186Sm4k41og_nwF_bU9GOiJqFrQJC8zNN-Np7FnapHCehV24l9A','Thank you Chelsea,Clay and Lindsey for a job well done!','2020-09-14 19:58:46.525000','2020-09-14 19:58:46.525000',5,'Jennifer McDaniel','https://lh4.googleusercontent.com/-P_tfeWhbyng/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXzWR1aJbN1lygdIxTQostMi7TUw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35792),('AbFvOqll-a2ijTEqsqKg6ewBKaOmiJMtalBE4_ONkosNcQint1_OdS65x013X64j7tzzFfHtyi1-FA','I have come here several times before and my experience has always been more than satisfactory.\nAnthony (RN) and Dr. Wang, and Alexis (front desk) are fantastic. Highly recommended.','2019-04-16 00:48:28.088000','2019-04-16 00:48:28.088000',5,'Avery Fly','https://lh3.googleusercontent.com/a-/AOh14GgWJEhiL0nrXV_oknGZpwfROtQRyWBsaN4ZIv5E=c0x00000000-cc-rp','16590124370714063921',34893),('AbFvOqll-ResOUNMhPbcp1-EJF9vl_-qZDoLtUSeUVcv10cZimmjZQHJFf1x-sfk5LKj-tGfIo3tpA','Staff was great','2016-08-10 19:32:25.581000','2016-08-10 19:32:25.581000',5,'Anjanette Cruz','https://lh6.googleusercontent.com/-iR_7ooo6SpA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckwy-wza045pOekOJgaozp8h6XYZg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31208),('AbFvOqll0AD3uUROVufzm0Nu2FUK3KaJHHnDOhnpLXCsmxQ9K9JG9QyssexKLD-6OD-wOBqIEzSdVg','I was taken such great care of by Dr. Smaistrla, Ekaterini(nurse) , Stephanie (tech) Gracie (nurse) and Marcus (rad tech)! Shout out to the front desk staff too. I was seen quickly, treated with kindness and left feeling much better than when I arrived.','2020-11-22 16:35:19.393000','2020-11-22 16:35:19.393000',5,'Natalie Espinoza','https://lh3.googleusercontent.com/a-/AOh14GjDX5aSqTccQ6lcyMpg6goOm4hER-oJbbKq-BzA=c0x00000000-cc-rp','16389487648212004696',32903),('AbFvOqll0ieqTAajC98YSfyXfZ17JvlPld8LxRDcBvzT1dS90LFp18JurJMyu_s1O7KuHnahZyzO','They were all so great. The receptionist Mercy was such a delight.. I love my visit everytime I come. Oh and my daughter loves this place..','2017-11-29 14:32:30.083000','2017-11-29 14:32:30.083000',5,'Amanda Bing','https://lh3.googleusercontent.com/a-/AOh14GgZWIluiPtKoBqBll28ZIECnDh1M1OMPy8_oliUpA=c0x00000000-cc-rp','3511292162159714121',40986),('AbFvOqlL1CLvqlwM4yH6lKsH1tjZGT0c6Rk4vPTMVvJQBto3uG2cubeJ2JuTNviu99s8N7qsUSbX1w','Quick service. Very clean and prompt care. My entire visit was so accommodating.','2020-06-29 14:31:50.626000','2020-06-29 14:31:50.626000',5,'Nikko W','https://lh6.googleusercontent.com/-T62mIkrCCoU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCKs4PH-YY6gFFQWz4IszCEWv5JA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37593),('AbFvOqll1PjZwKECSSirB0N3WGUewZ_rVYrbVb3y64pU_1TEkKaCs224O1zwjHkfUPKrgmAYmSV4ig','This is my second visit here! Mercy, Yami, and the rest of the medical team were great and took care of me quickly. I was in and out with all of the information I needed and printed out ref material so that I could take it home. Would go again if I had to.','2017-04-23 16:42:46.429000','2017-04-23 16:42:46.429000',5,'Crimson Jordan','https://lh3.googleusercontent.com/a-/AOh14GiXR7TNU9XUA-FyJjfV4CH7nWhndpySzSWpFlU6Ow=c0x00000000-cc-rp','3511292162159714121',41064),('AbFvOqlL1vNjbkfi9-pZ2JX1BvrpNsnU7QoCXA1q1_d2hgHbi0guT1FwD-ZaxFCt1Gs4vAqqLoh2oQ',NULL,'2020-07-06 15:11:52.697000','2020-07-06 15:11:52.697000',5,'Shi Holmes','https://lh4.googleusercontent.com/-tyVz-GDWGP4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclkzr-CUUVS7Z-LAv6E1FaLo0djNg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43012),('AbFvOqlL2NXAZZA1zKwPWUJWxnUmxuyn_U89FUmznUr73aDRUdHkibN6WrNWG9DfW5V0pAOTp4Xf','Olivia was sweet and dr Sylvester cared for my baby boy. Thank you!','2020-11-05 12:28:16.735000','2020-11-05 12:28:16.735000',5,'Mercy Hoang','https://lh3.googleusercontent.com/a-/AOh14GgW80wHy9l_NPHEGlIwsHso3qRWZDfK5qGLzuy8YQ=c0x00000000-cc-rp','14904078213800803294',32165),('AbFvOqlL2wlMrkXhUc9Zwg8POx2eJCbbpFXYC_pCdoIJFe4e-Yt7OHCNC4fnUOS0ad97V3Y0Urz4IA','Best place quick and stress relief','2018-05-21 00:17:24.864000','2018-05-21 00:17:24.864000',5,'Astrosam27','https://lh3.googleusercontent.com/a-/AOh14GirTY-fvUNa7S9SsCUutB9qWtU1bCQ2zJBt9QUCqw=c0x00000000-cc-rp','14567670160750071148',30839),('AbFvOqll3pXsbypW1W4eKK-uEYGFxN10Tt9diZiUeTq4fLq0FMPulw-bx-aPSYppSbQEIFVSjUOrUw','The whole experience was pleasant and fast','2020-07-19 18:45:12.374000','2020-07-19 18:45:12.374000',5,'Don Turnage','https://lh6.googleusercontent.com/-UYz7s-tjAMY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucljgRG19N0sSyqap_4Y8fnAIrIM5w/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31969),('AbFvOqlL3tc8Fu-RbMrrZh25ADkwrzCmVEHmPbRbcDGmaT9OKGqosvr3dx4_R9c3uQckAz6RFei7zw',NULL,'2021-01-12 22:39:16.386000','2021-01-12 22:39:16.386000',5,'lindsey simmons','https://lh3.googleusercontent.com/a-/AOh14Gh14Fdmc0DjkHcq4y8kpMzPpYP5uYU7QY7QkDk8=c0x00000000-cc-rp','14567670160750071148',44437),('AbFvOqll6-cyjZZ0dRe0br92MBMZLR_qG4eqUshAmk3UUAwZsg-mPsPD9t8W80TAjQEyH594uHyBfA','Had to come and get a Covid swab for work and the staff is very cautious and follows protocol to a tee. The test was a little uncomfortable (out of their control), but otherwise a very pleasant experience.','2020-12-21 23:24:57.738000','2020-12-21 23:24:57.738000',5,'Johnny Petty','https://lh3.googleusercontent.com/a-/AOh14GgivivR-aT-QaPWvreLNSPnTvkockbtRwNB03l2=c0x00000000-cc-rp','14748677429039074158',43689),('AbFvOqll6F1f3lp7IIyq3A_ZDQbhJastzIHj9wTpUil3YWUIDLyiHssAKA7ToIFIIDFmlNp3m_O8','My experience was absolutely amazing! The staff made my family feel very comfortable and were so sweet. Edward, Kelvin, Michele and Dr. Paul were so amazing from the time I walked in to the time I left. They helped make me feel very comfortable and kept me smiling despite the pain I was in. Thank you guys so much for the awesome service!!','2019-03-16 06:39:17.039000','2019-03-16 06:39:17.039000',5,'Kia Ware','https://lh3.googleusercontent.com/-_2d2gmeKXl0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucku5AZJP3NDzfywRpFoVeyhW93VmA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39372),('AbFvOqll6YDl1aBbrGMsRmj4cclvwALvGCiVYOBUEFmGxQxXT5obSJqZdqLEkMQ3IXjtvhzalECh4w',NULL,'2020-08-02 18:41:52.449000','2020-08-02 18:41:52.449000',5,'Edward Williams','https://lh3.googleusercontent.com/a-/AOh14GgOZZczEFPAXTU_xybIc64fSP0v64tYcyoSs5MH=c0x00000000-cc-rp','8679688254631342173',42335),('AbFvOqll84RMX_NwAuz1YRYX8ehdPYaEQASM3al6V-ixrDydbrtR7JOVH6v8NDiVBNiiZrZWX_Sf6w','Leah and Erin did good','2020-08-01 13:55:19.914000','2020-08-01 13:55:19.914000',5,'Ashley Lagos','https://lh3.googleusercontent.com/-CHbw1Lhf-M8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHtrXrMQyZJx5MHhKPdYzpw-UM3w/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41329),('AbFvOqll88rLcR3ifr4-V84y_E27LDlVqOFtdlNFd6NYam8by1FkYGOJ_lOrVaZKAEOsgNJFzWx3','The staff at Signature ER were very professional and caring. They made sure I understood what was happening and what to expect. I give them 5 stars for my visit today.','2020-12-29 16:32:17.251000','2020-12-29 16:32:17.251000',5,'Natalie Vuorenne','https://lh4.googleusercontent.com/-T9EPSW7yMXo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhzwPeLcdExZHoPA94TBYN-toECw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44101),('AbFvOqll8iBlLxVMA4wHQn3HGaaKZ9VKsJmO30GtWWkBgqPWyMRJ-OgUjjmVmqyWJ4JcSfCf-eEsfg','Dr. Das & Kevin we’re very good to me and helped me out a lot through the process.','2020-10-08 21:23:06.741000','2020-10-08 21:23:06.741000',5,'Noah Longoria','https://lh4.googleusercontent.com/-wEJKLAOwEc0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm7nzCSH9iHiSBf9wjc66xjF0pPQg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31529),('AbFvOqlL9hkR7hnRIgKJnt3_U63P5RYfWVA8h5hZr6snIlUOpW7azLmy0r5-b2zqgQRwNhtxbJ3z','Great experience very fast and friendly. The nurse swabbing for covid made it a great experience.','2020-07-27 20:21:25.206000','2020-07-27 20:21:25.206000',5,'Shawn King','https://lh3.googleusercontent.com/a-/AOh14GhHfgK4J8iMgQQt8StXcsoN7MYowpYLm5VJFAqR3w=c0x00000000-cc-rp','2077061009497551125',38745),('AbFvOqllapTU65yBbjnoPWvhwxEumXxu5UNuUzIU_YpO4ibHzQUArrru-6pGZOiCRSm5qfNcA_cF','My fiance came here for some stomach pain at 5am and the staff were fast, nice, and knowledgeable! Dr. Zhen and Kristina were amazing, we will be coming back for sure!','2020-01-03 17:17:08.615000','2020-01-03 17:17:08.615000',5,'Brody Saxe','https://lh5.googleusercontent.com/-V_TcpsaMrJg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnM9cVtU2rUB4sFK_OAMPtPtN-EaA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28860),('AbFvOqlLAsTOmwAB2vG8kQSXTqF5Rq3lvtUc9orR-idq-rNlFl9RlNL30u_edMgy0RFWHWYvu_BK','My experience with signaturecare was a 10/10! Anthony was fantastic and made sure i was taken care of. The staff genuinely cares for the well being of their patients, i would no doubt go back and recomend signaturecare to anyone!','2018-06-02 07:03:48.064000','2018-06-02 07:03:48.064000',5,'Hunter Cotton','https://lh3.googleusercontent.com/a-/AOh14GgDd1Uc2N8NRBmjBJR8DPJs_kuATpTmzuqBmw5M=c0x00000000-cc-rp','16590124370714063921',35274),('AbFvOqlLaY5tJ8YOBbgessxsaTU01cRiCeO2Mal6eC92hZXDABWX0fxV2j6VKmwDJN6t6HEmBsAjBg','Nurses and Doctors were great! Every step was explain to me. The wait was minimal. I was very impressed.','2020-07-20 12:38:18.905000','2020-07-20 12:38:18.905000',5,'willie mae mcgee','https://lh3.googleusercontent.com/-SYURifkw1l8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnH2qGAPF0_FUVY9QWvT-2Fv7k7Iw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31950),('AbFvOqlLB9oL7N6ewentqwSAwyY3N3oeEGw-r_GBCIllacI1IKt7YuvGo26iJz7w5qNTXfNSvzsA','Went in due to a head injury. The person who tended to me (Evelyn A. I believe it was) was very professional and made me feel like i was in good hands. Definitely will return if i need immediate attention again!!!','2018-07-19 18:45:35.054000','2018-07-19 18:45:35.054000',5,'Paul Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GjTAA8C9FhzFKuhZbFb39KJ5LKTqE8v5-7RJvTc=c0x00000000-cc-rp','14567670160750071148',30814),('AbFvOqlLBCHPGlzaOtn07uLGY5x39Hgl315M04w-haDZ_11BksRB1efSEsKRNwPAZhYyszeQkPn9Og','Great staff from entrance all the way to the exit. All staff great on attending my baby and helping out','2019-11-12 03:16:53.388000','2019-11-12 03:16:53.388000',5,'Armando Lopez','https://lh5.googleusercontent.com/-226hyJY2zlE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl7s_ceA6LGfPCBcXOcM63M_0dSbQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37890),('AbFvOqlLbcnxoHfHpsvsN42XTv1FEMDpYZHbj57QC4SskWrL3ZY-wZby06jxuuwdi_7y4xWr7thJSA','Hands down the best ER, been here multiple times. There isn’t much of a wait, once checked in by Keera, you are call back and I was seen by the nurse Eda They run the necessary test and results come back with in 30min to an 1hr. Once results are in the doctor comes and to see you for your treatment and medication. I’m in and out of the facility with in the hour. Thank you so much for being the best!','2019-08-17 21:44:34.705000','2019-08-17 21:44:34.705000',5,'Cindy Huynh','https://lh3.googleusercontent.com/-yLfhTbV3fcQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQdWrR5Rn00-IUG8xMU6XzRFNRpw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36719),('AbFvOqlLC65dM8L_uUckSdNHv-CLIGJueLUCkp5CCKTVyeFamwS70diKhuTx7e-nRaOllUXoO_StZQ',NULL,'2019-09-14 15:16:31.977000','2019-09-14 15:16:31.977000',5,'Arlene Cuellar','https://lh6.googleusercontent.com/-7cA5R_8m3xY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQuLVwS7OKs0AqGmm7BzShIvn7Ag/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41608),('AbFvOqllcbj9D9fHQYD_jdpmMSGaqo_OIWaZ9rT9mkcF2Xg7DvmgLZFQrZtLJukWogwTA8SiLj7igw','I had a great experience. The staff was very good and I did not have to wait more than 5 minutes to be helped.','2019-04-23 04:05:43.611000','2019-04-23 04:05:43.611000',5,'Emily Mills','https://lh3.googleusercontent.com/a-/AOh14GhTbSrxs-VoFfeRHcSYwiqZYBrVWC2rhPBnI8uS=c0x00000000-cc-rp','16590124370714063921',34880),('AbFvOqlLcOpbYybu0B73Gh7YlRNFZWURbhN7c77orlSjxQxNnogSNNFMdm4W_5ihpnYPbrKjtmM8JA','Very professional, great service, and clean atmosphere . Like to give thanks to Dr. Dendy , Sarah, Fatima B , Alvean, Tricia, and Jesus for making a great experience for my first time visit. Sarah thank you for the water and snacks. Dr. Dendy for being very informative. I never been to a place that offers a warm blanket Thanks !! Alvean the blanket thing that was a nice touch.','2019-06-01 06:07:45.639000','2019-06-01 06:07:45.639000',5,'Tac0 Man','https://lh3.googleusercontent.com/a-/AOh14GjcsaaJ_ZmhlretC_Hom39hM7ehnr0rsp3vTJ4anQ=c0x00000000-cc-rp-ba3','16389487648212004696',NULL),('AbFvOqllD2nsRAKUlU6QelnPvkaA3o3_IH51husvlJopzJ_1IJEINOt7bfqtD8vYZuPTKQ961_a_jw','I had an excellent experience with Dr. Elsbecker, Nurse Lindsey, and ER Tech Townesend, they were both quick and informative during the process!','2020-11-19 22:58:27.212000','2020-11-19 22:58:27.212000',5,'Jake Fritsche','https://lh4.googleusercontent.com/-b2sh3nTkMzo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckayEfgVu2GDbCPAEl7Tcb4A2Eudw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35584),('AbFvOqlLD5JJPWDVQKFfyaS06cIltEk8Hmap4jX6PwFYCPrh7v715z-ybCOL0pAdfSycrnchfzltzA','Delicia was very helpful!','2020-01-22 21:15:12.966000','2020-01-22 21:15:12.966000',5,'Jaylen Gray','https://lh3.googleusercontent.com/a-/AOh14GjC5tWoqaz7GRLPoaARmoiC685ypddPXQmKGj3T6Q=c0x00000000-cc-rp','8679688254631342173',42499),('AbFvOqlLdbW2i_aiCZozxY87BZd3U3tR7ip5oTu4B0nXNA9YKClan4LQrjMoKq9iiPc1-a492QwOrg','These people really care about you! Thank you Dee!!','2019-06-19 00:29:35.123000','2019-06-19 00:29:35.123000',5,'Cindy Hutton','https://lh3.googleusercontent.com/a-/AOh14GhBqTDN4CYtfj_0PqamMWzaPQ_56jRG9iuFRUKW=c0x00000000-cc-rp','3511292162159714121',40538),('AbFvOqllDCVSY2GVDPdmwEBY__YbmLwARRfCyWOQQQ6Yc9mTjPlrYFQuwAs5cMfclAXwJHeJ0951TQ','Was in and out in 20 minutes, then waited in my car for results. Everyone was professional and friendly.','2020-07-26 21:11:25.665000','2020-07-26 21:11:25.665000',5,'Kylie Bean','https://lh5.googleusercontent.com/-IGOiB3PCf70/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmN4ans0p2VeTr9N3RYptFnVymyrQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38758),('AbFvOqlldFiE07B0GeVSL0-cBHuK2HrJlta9tE6NVgMi6r1CmyzOVavFLbLiPGF3lRyRS_N2nlGmEw','I was feeling short of breath so came here first. This is the fourth time I have had to come for various reasons. The staff is always friendly and professional and caring. Great job. Great Doctor.','2020-10-08 21:52:18.622000','2020-10-08 21:52:18.622000',5,'Danny Ross','https://lh5.googleusercontent.com/-oTXv138Y4IU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6dAVDlG4MI3JiY9wMRIq0lAvS5w/c0x00000000-cc-rp-ba3/photo.jpg','14567670160750071148',30067),('AbFvOqlldi0rLOHF24LIX4i0lSnE-4J4MBZwqP6dTuGmNgzh6g6lHdr52kcM_mz2hAGY6i-EwLGmIQ','The service from the point of walking in the door, being greeted with compassion, listened to, and the common courtesy showed was First Class','2018-01-10 13:48:07.958000','2018-01-10 13:48:07.958000',5,'Billy McKenzie','https://lh3.googleusercontent.com/-UzBscZxGpTY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckwuHVDg1DvMsZDuYFBVtn4bhO7Zw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37004),('AbFvOqlLdiMVzFgOE9aGVfK9uD72MZcJn7CmH7F_gQRQMitfiXy5b2_Mdl9JHEEJJH4lWYxy4swW','All of the staff was very informative, friendly, and accommodating. Kendra brought us pizza, Dr. Kimball was very quick and responsive and nurse Brentnie was very sweet and got my friend and I starbucks while we were waiting on test results. We really appreciated you all!','2020-03-08 04:36:39.265000','2020-03-08 04:36:39.265000',5,'Ashley Ridlon','https://lh3.googleusercontent.com/a-/AOh14Gh7tMmNxGprGltHX5nOhwpLdpWTjzjY-Ut1rUpaqQ=c0x00000000-cc-rp','16590124370714063921',34311),('AbFvOqlleCmVBBK4sPobmUuSei6-pPQAzI-N1xm6_vAYfu5_b1BCrvsIH6e-Il7QMYHu15XExd2EAw','We were in great hands with Cody and Kelsey. They made my appointment fast and efficient.','2020-08-03 21:33:53.713000','2020-08-03 21:33:53.713000',5,'Joshua Bannick','https://lh4.googleusercontent.com/-BSyL9kx6a0I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclc2PHWpbWYtuCKevLDlEvNzwWKew/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38652),('AbFvOqllF25b5Mc1VDsUt4KvNbaUMiJU8MXMHEGBbkLZpbkS0U8yQln7Yfjdoah3VhQ8IY-tJxtIGg','Nice and clean facility. Dee was very nice and helpful','2020-09-30 02:12:24.812000','2020-09-30 02:12:24.812000',5,'Brittany Munoz','https://lh3.googleusercontent.com/-m3rnjnmDr5o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck3DQCksv17zSqoOQoJl8kle-3h_A/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28513),('AbFvOqllFCxM0AqjOpV1O3slQlufOpJGJ6bF3JJpIYRof91CVQK7CwuEoIdr8rx7Sn5jKY5oUdTmVw','My mother had an accident where she fell with a vase and ended up needing 10 stitches on her face and 10 on her thumb. Our neighbor who had seen her fall recommended SignitureCare and I am so grateful that he did. It was 4:30 PM Sunday and there was no wait and we were seen immediately. The nurse Kelly with kind and compassionate and did everything she could to make my mother comfortable. Dr Vaagenes was AMAZING. He spent 2.5 hours on her stitches. He had only finished her thumb when there was a shift change. He could tell my sister and I were not comfortable with him leaving by our facial expressions so HE offered to STAYED PAST HIS SHIFT to finish the stitches.\n\nDuring the time in the room, his bedside manners were fantastic. He did everything he could to deliver quality, compassionate care including answering all of our questions (my sister and I work in the healthcare industry so there were many)and he did not get defensive or offended.\n\nThis is a private emergency room and does not accept Medicare so we were self pay. I was surprised at how affordable the care was, given everything that Dr. Vaagenes has done and the 2.5 hours he spent with her.\n\nI also want to give a shout out to the front staff. They did an excellent job making the waiting area feel inviting and respecting my request not to mention payment around my parents (as we did not want my mom to worry about that.)\n\nI cannot say again how appreciative we are for the care that my mom received. I would highly recommend SignitureCare although I hope we won’t be needing ER services anytime soon!','2018-03-26 04:12:08.927000','2018-03-26 04:12:08.927000',5,'Mary Lee','https://lh3.googleusercontent.com/a-/AOh14GjiKJwhkkcri7McrMZ_4wWdDn51ZGlUxbWr0h9YUn4=c0x00000000-cc-rp','14567670160750071148',30861),('AbFvOqlLfMxrdNy1q2ZXXGGYlcGlB6lcnIhZw654YDt2N87RYdMzaPtPlynHU0edoVM1ALsyMtbNdA','I had a great experience! Jorge was very tentative and Dr. Wang provided lots of information and help !','2020-12-07 17:03:22.809000','2020-12-07 17:03:22.809000',5,'CeeCee Vaughan','https://lh3.googleusercontent.com/a-/AOh14Gjj6mgF8D02uW56tJl4YX0xSTE_Y-1aDAwtMFayRw=c0x00000000-cc-rp','17394740196501090048',36502),('AbFvOqllFUB92SB6bljPp_hX-ePMh07FkDOcwCy6a4ewnt2mSob8gsXE6ua0XOEIi8taJIayXk5cpQ','I had a great experience at SignatureCare ER. The check-in process was easy, the facility was clean, and the staff was very friendly and efficient! Townesend, Miller, and Megan took care of me while I was there. I would recommend this place to others.','2020-11-24 14:34:10.809000','2020-11-24 14:34:10.809000',5,'Kate Kaiser','https://lh4.googleusercontent.com/-xsj3Fnl0N2o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucngDcJt7W7X5FdjUFqDeyx5KM6zKQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35555),('AbFvOqllFVG66ZZsEavW8eXxT1ibliMY-6p2Z6e2f-IzyJCcS5C3awNsrWVT0V66kL3cS1QGd0T5iw',NULL,'2017-03-28 22:07:35.523000','2017-03-28 22:07:35.523000',5,'Dallas Mohler','https://lh3.googleusercontent.com/-31IW-3uMWpo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckIdqitUbfGMPXLhuqozhKzvZMZ8w/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41087),('AbFvOqllFWDPiqkRqwlhS4UakK8Z0ftQw61zAmAv6FL_VnnS5FqRtxZ2uQeVBzwOUtK812A9OP1Img','Going to the ER is never fun, but I have to say that my initial visit was about as good as it can get. There were about four patients ahead of me with more serious problems. I got there about 10:40PM and was able to leave by 2AM (with a new set of stitches!). Not bad, all things considered. Everybody was very friendly. There was some issue with billing and what exactly my co-pay was. I still have to fix this. My follow-up visit was even better. I never felt rushed or like I was nuisance. I\'ve only been to one ER as a near mid-aged adult and this was it. I would happily recommend Signature Care EC.','2018-08-06 18:19:36.320000','2018-08-06 18:19:36.320000',5,'Dan Flores','https://lh4.googleusercontent.com/-THnA0TXo5r8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck9JSzs3PL2gG7oXcqDCC6U6R_Y3w/c0x00000000-cc-rp-ba3/photo.jpg','3511292162159714121',40894),('AbFvOqlLg-pLHI6AP-0JRCDNEvy_xqq-b7t3D8ZD7dA6u0XeulReW7_3G5XjoV1qvZM1_2hNZFGByQ','JD, Cody, Sam. Amazing team. Very professionals and competent. Recommended. We received the Covid-19 result in minutes','2020-07-28 13:40:10.793000','2020-07-28 13:40:10.793000',5,'Alberto SuĆ”rez Cabrera','https://lh3.googleusercontent.com/a-/AOh14Gj61i3EcCZSpCyn2xCdRXOPfXu749foW2Uwz2KeX_o=c0x00000000-cc-rp','2077061009497551125',38738),('AbFvOqlLGYU5bxFz78eNTRLxkD2Jru3UJq_NtHcMaP0S7TTzAdKL1hLoYJ_CFpDn_iiyGdhZM2PujQ','Ariel was AMAZING! She kept a positive attitude and was super upbeat though they were experimenting a high volume of people coming in! She greeted me with a smile and the doctors were amazing, very sweet team! Always feel good about coming here! šŸ™ŒšŸ¼','2020-02-04 04:00:48.469000','2020-02-04 04:00:48.469000',5,'Christy Jullien','https://lh3.googleusercontent.com/a-/AOh14Gigd9FntV5n8medgY9sfLxrJyuWrB_0Hm1iX3LFwg=c0x00000000-cc-rp','12541597562633926366',28756),('AbFvOqllhyESMcErfK94HQhVV5mYPkOZlhIbYixxhGxAs7eXArpWmeIMRTaXc7NE0kjc04puxPt7','they gave me strawberry gatorade and it’s a clean facility','2021-01-20 19:36:37.099000','2021-01-20 19:36:37.099000',5,'Cathrenia Mendoza','https://lh3.googleusercontent.com/a-/AOh14GjHkNO0s4CHbporz7peRbUvpDNFucr5sTx0V49Q=c0x00000000-cc-rp','8626688543755174284',44691),('AbFvOqllHyGLz-IVUVyzZ-VEbbJcSMkTjegnS2NkjG7YqW_CWTEBIWFboe5ZmAaDNBVzWrWmRG5C','As the website stated, wait time 10 minutes or less. Kevin, ER Technician, Expertly explained the procedure and post-procedure steps. Much appreciate the personal attention and professional care. Recommend to family and friends.','2020-10-08 22:18:59.121000','2020-10-08 22:18:59.121000',5,'Jim Reed','https://lh5.googleusercontent.com/-7bJtzKjCkEI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclz4rAV_iJVsPPfpylpJwz8a9LPSg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31528),('AbFvOqlLi9CQve_DDlonXQKAOSbJX-PvUAsdADXjGEOG1kNx4ICX5YnDy_9Hqk3qNkixB2Jhqa589Q','This was a very nice and efficient ER.raven n Monica were very helpful','2020-10-27 01:53:32.711000','2020-10-27 01:53:32.711000',5,'Lindsey pace','https://lh4.googleusercontent.com/-nu8HipPkloY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnYLBZQ9VTZ6e-_TeipI9FjYAIc7g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34102),('AbFvOqlLiBMaxFzHKNws8ZhzNbgdvg2yRMpfUXcpCi2HGwqR03VRc9WwALAS4u0E1yz-6cAPbsW4-A','Alyssa and Dr. Ding were amazing! Anytime i get sick i immediately come to this facility and they get me back on track! I don’t even use my primary care physician anymore! Love it here!','2020-02-22 16:44:15.690000','2020-02-22 16:44:15.690000',5,'Mela Michael','https://lh3.googleusercontent.com/a-/AOh14GiBpDSWZ-vVW8KAMS-a7hJK-BV3wNKVQkfMInJ5wg=c0x00000000-cc-rp','8918455867446117794',43076),('AbFvOqlLIEci-7oQ-2mWKC1hcK8KyqtoPkHYIK0OOu5kMt2d-ajB8ROzK-Y9Ht0pHxRkKProYgShLg','Best care ever! I totally recommend this center to everyone. Great care really fast! Super friendly and amazing atmosphere!','2016-04-24 04:16:04.036000','2016-04-24 04:16:04.036000',5,'Vanessa Longoria','https://lh3.googleusercontent.com/a-/AOh14GgAgFwNLD1sb_osVOFfaB4298mkramiXOvk_wb4Mw=c0x00000000-cc-rp','3511292162159714121',41245),('AbFvOqlLieKJVmFf51qfO6-o_UmaVOLR5J1MR1BFc37QrtGOxmXnvoE-TJ6-KVuHyQHfZl0ttcrpVw','The people here took very good care of me at 2 am when i had a Kidney Stone the size of a boulder!! Thank y\'all so much for everything!','2015-10-20 15:59:09.891000','2015-10-20 15:59:09.891000',5,'Jesse Lemos','https://lh3.googleusercontent.com/a-/AOh14GjoV_Zp6AtzYgAF8hVTG0adcXAyet433izOcgq56g=c0x00000000-cc-rp','16891069708558046635',36481),('AbFvOqlLIHEodAgeUTLa4jcEWfM2So854_o6q4qaui4g4glgsaC5wJZ_YWZ4PK1OpZJTwxq_-DD4Tw','All the staff here is really nice, but the one who really stood out and made me feel comfortable was nurse Irvan. He goes above and beyond his job description. Very friendly and attentive. I will most definitely be recommending this facility to my friends and family due to the amazing service and care I recieved. Thank you again, Irvan for going above and beyond & making sure all of my needs were met.','2019-08-30 02:15:27.768000','2019-08-30 02:15:27.768000',5,'rachel gleason','https://lh6.googleusercontent.com/-tTD0mdQEnto/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmTeRC7Lan76bLhHPN9K8YBTJV_Ww/c0x00000000-cc-rp-ba2/photo.jpg','12541597562633926366',29044),('AbFvOqllIP-Abn5I8SwSVXiNBmbaYnLo85ki3GrkDGSiVUk-3N69qNY3IVEl6PT2Uy0Jpl6YK2VJ','My experience was amazing. Nurse Kelly V & Pamela M. Was amazing with explaining and reviewing my medical concerns. The registration clinicians, Amy M, Valinceia P. Julesia & Dalia customer services skills was amazing. They were so warm and welcoming from start to finish.\nThank you all !','2020-07-22 17:39:37.108000','2020-07-22 17:39:37.108000',5,'Ersha Mitchell','https://lh3.googleusercontent.com/-Z3hBQdZrBDs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnEYETejCrdQu_joXc7TsI-1mkiIw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42991),('AbFvOqlLj3d__eLCr6_b2UdPykXGfdhXsLHEAZc_XA9zQ3DGtZ0bYo5tgnmZX1EJ0yW48TYHIIKadQ',NULL,'2019-10-04 21:53:02.450000','2019-10-04 21:53:02.450000',5,'Haley Mayson','https://lh6.googleusercontent.com/-qb-kqH6hf0k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckQ7lqf8-2shn0LdrKdTeIFxO56hw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34630),('AbFvOqlLjJ9NmsMYNGYlm84AI8XwdKPxpJhB5XShUtL7W49ItG48gTRhcrHkWSVJXv7QvWX8bbvv7A','Brought my Nephew with a high fever at night time and Kimberly P made sure we felt at ease with her patience and professionalism. Thank you Kimberly for being an outstanding representative of The Heights location. Highly recommended!\n\n- Tristan','2019-12-23 01:29:43.583000','2019-12-23 01:29:43.583000',5,'Tristan Triton','https://lh3.googleusercontent.com/a-/AOh14GgQIEf3mIF7WCBrdIRy30k0jnlvc4LJ4l_dxOOLCA=c0x00000000-cc-rp','14567670160750071148',30384),('AbFvOqllJzHeqSEQ4g3ZmjosdJUlTl8tryBIwdhKJKTCBrdfPs8MU8X9Y6BM_Qp51-8KT1mVEFp_Fg','Dyveliz, Anthony, and Morgan were all extremely helpful in figuring out my medical issue. They were nice, informative, and compassionate. I highly recommend this emergency center.','2018-09-17 13:36:37.773000','2018-09-17 13:36:37.773000',5,'Arius DuPont-Jackson','https://lh3.googleusercontent.com/-Tm9AgVI59c8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckj94L91tkhsmn1W50vTfsgwF7jog/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35175),('AbFvOqlLkmBcK1Zw-4ea0tjkFoWyBbTFJ40bvLonOOMkDusxsjbERtfbckvG4rFiznglrWIibyJaew','this place is great. i just had to tell them that! šŸ‘šŸ¾šŸ‘šŸ¾šŸ‘šŸ¾šŸ‘šŸ¾ they were very helpful with my emergency, everyone talked calmly and nicely and they provided even food for me and my family. just awesome. Thanks!','2017-03-18 18:09:51.665000','2017-03-18 18:09:51.665000',5,'CallMe KeeKee','https://lh3.googleusercontent.com/a-/AOh14GhV7N0ZXMgqOK-SoibkpiCbzTZTXEXcr67t9JsXUQ=c0x00000000-cc-rp','17394740196501090048',37193),('AbFvOqllKPnSLawTLVJ6H_sDstPOZWFiiRzb7xNTbjYo-zbeuFix3I8PMLMacmdoQeUozo8t-uXx','They were very kind and got me the help that I needed. Thank you Elisa, Gustavo, Jessica, Marcia, and Dr. Zheng for helping me through my asthma attack quickly and friendly.','2020-09-01 03:50:16.129000','2020-09-01 03:50:16.129000',5,'Colleen Ward','https://lh5.googleusercontent.com/-Fi48YdLlN7M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmrDxdPs3NAEw4XSuciJNqCmvzpZw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42921),('AbFvOqllld2wFStacM4D3AUkFs5WIgpTRbNxBKaEytyRWntJsSAIH24wji0MpKQEDCW8yDwQ2KopqA','Everyone was amazing from Mercy greetings us at door to entire stuff that helped Brandon. Highly recommended for urgent care!!','2017-02-27 17:54:21.819000','2017-02-27 17:54:21.819000',5,'Denise Flores','https://lh3.googleusercontent.com/a-/AOh14GgiS_x7-G1l5HWg1XFkmxYkg67IU5rIOnQzajEV=c0x00000000-cc-rp','14904078213800803294',32719),('AbFvOqlllgo_ztCRKesmn0NNwH869KFqTfSeN4tOr3DgnrKcntj_3HZuefslfj1JD0151O8qVBMtYg','Awesome\nDr.S. edwards\nReg: maya\nNurse: kristina','2020-03-13 14:57:31.885000','2020-03-13 14:57:31.885000',5,'Catina Haywood','https://lh3.googleusercontent.com/a-/AOh14GiLYKByqrTuFuQ_DrQ-JbzBkJrEjqClvl_RY9hxJg=c0x00000000-cc-rp','12541597562633926366',28641),('AbFvOqlLLhq6yiS1ut4REjPAhgzqUWCNNvOikalWdeQtlziu_fTsQFWR-0G11dyiv_i621Y9oG3GAg','Best care! Techs, Nurses and Doctors! you will not be disappointed!\nAurielle, Dalal, Leslie were fantastic as well as Dr. Do!','2020-12-16 22:28:54.517000','2020-12-16 22:28:54.517000',5,'Jeff Ferris','https://lh4.googleusercontent.com/-UKfNb4IHHgw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmcDhgmhVeuQz--jM-czvOyQJxGrw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',29983),('AbFvOqllllVmT0YQm6mUSWxajJNwRRekXBEh5F2POhnm7KMjkIJD8rBZVgmUcHkegoBY0hRqXFThvQ','My best friend was admitted to Emergency Care here in Bellaire. I tell you I have to say I was very impressed with the service, registrationā£ļø, facility and most of all the staff -especially(nurse Karenā£ļø, tech Son Le, Deliciaā£ļøand of course the doctors Dr. Alloju Dr.Spangler , and Dr.Ybarra. Thank you’ll for taking care of my bestie and having the top notch accommodations which allowed me to stay overnight with her. My friend was so afraid of her condition when she arrived and you’ll have eased her mind with your care and instruction. Pictures say it all, please see the VIP recipient of health care excellence. Pictures attached of my friends condition from yesterday to today’s State of mind. Thank you, Thank youā£ļø','2019-11-04 15:59:34.392000','2019-11-04 15:59:34.392000',5,'Tammy Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GhX-K2nhdBgQFWAL7xFTCXDlh5AJLyruyjRgND13A=c0x00000000-cc-rp-ba4','8679688254631342173',42611),('AbFvOqlLLroGN9Ue4AfPVF8ix4OsnekqUQxZd3FfuY5x2fyzxNLu_L1Xfh3eW31jyvBTxE6lkZCu','Wonderful place! Clean and they got me in super quick!! Jessica Sanchez was so helpful in answering all my questions and my nurse was a rockstar!!','2020-07-21 16:24:21.122000','2020-07-21 16:24:21.122000',5,'Kaila Garay','https://lh4.googleusercontent.com/-FsDqz7iGPEA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmT-EE_-LGlqm_sx_1abOKYzOgnPQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31888),('AbFvOqlLlwtxIXdepFtSowcirTDpDqoVL4RMuu25h_Il5amKUFrMNfrE_b3pa2zDElLRrwZKfvVz','The service and staff was amazing. The young lady at the front window took time to explain insurance information to me. I was called back within 10 minutes, Graciela and Pete were my nurses. Her questions were direct and straight to the point. Pete was gentle when taking my vitals. And he even allowed me time to brace myself for the nasal swab šŸ˜”. I would definitely recommend this facility and location for any COVID needs.','2020-12-04 15:24:38.718000','2020-12-04 15:24:38.718000',5,'Miah Da\'Qween Benson','https://lh3.googleusercontent.com/a-/AOh14GhhBIm8KB4JoaLQD2pzM016HZ_fY1fW_9ELh8wvm10=c0x00000000-cc-rp','16389487648212004696',32861),('AbFvOqllm7xy2G5QUdGDaGJ5Ou3H9UtmGgEzQm1NZg9ajpwD9ARR06RNo3SvQUOoyV-M__MQ6qnT','Great service, no hassle or long wait. The ladies up front are very helpful and nice! I have been here a few times and always receive great care.','2020-11-11 01:20:18.193000','2020-11-11 01:20:18.193000',5,'Lauren Brown','https://lh4.googleusercontent.com/-UJYwC3AIJoQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJFQVFXJdc9gdZqZzvqE0_uORE_Q/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41841),('AbFvOqlLMIpxwu2_g6IWe46O9AkciRefrbta7lp8KogzTb26luSReWGV0jUxCgOlVzh3xBlvtECKsg','Had to come here for extremely high blood pressure and was extremely nervous but the staff was wonderful. Thanks to RN Sarah, Dr. Pham and the wonderful Tech Elaine for helping me feel better. The staff was very patient and caring. Even the registration with Brisada was very simple.','2019-11-09 05:28:39.617000','2019-11-09 05:28:39.617000',5,'K2 Montgomery','https://lh3.googleusercontent.com/a-/AOh14GgC64OMaitb33lNVdR5w8sC7IWdL3hIc6ly-CFZ=c0x00000000-cc-rp','17898197009688164559',37900),('AbFvOqlLmMVhQo_JxHmP9mTksqronXDz0YInxHK83TyF6O69D-9ZX-n7tCylRAwbdgQHggyWGlPwWw','I came in today with a rib injury. They took great care of me without hesitation. The people there are very kind and welcoming. They offer beverages and snacks and make you feel at home.','2019-04-20 19:45:46.409000','2019-04-20 19:45:46.409000',5,'blake vega','https://lh4.googleusercontent.com/-KGyVFSWfWJ8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclFjfRNp1XDVILqlhRCRlF5Vzq9Qg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29108),('AbFvOqllMP5HHXk7tnQUP-D2RWCLTkmEx8sILSioubvXrH7FqDJ3jAzBVmS5bjE8v1scWYgQJIEDdw','The two times I\'ve been here there was barely any wait. They are very good at providing a comfortable waiting area with drinks and snacks gratis. Very nice staff.','2017-08-02 21:16:21.793000','2017-08-02 21:16:21.793000',5,'kaye katt','https://lh3.googleusercontent.com/a-/AOh14GjaQnWwqxFpNdCBovexcjT_0eBxf9omjZVZQpX6=c0x00000000-cc-rp-ba2','14904078213800803294',32659),('AbFvOqlLmPhbfwHBOJRSF63vsk_X2iq4rk0HegrUajN2ye3NTFAyIZ-zFbSEUK_jOBC6LgKRMbMR','Such great service. Especially by Mercy Hoang at the front desk. Super efficient and quick.','2021-01-27 03:15:07.098000','2021-01-27 03:15:07.098000',5,'Rinesh Raju','https://lh3.googleusercontent.com/a-/AOh14Gh1KDnm7hnYt9PgXJakOAX5kwA5H-Lx0aFPy0ReKy4=c0x00000000-cc-rp','12541597562633926366',44378),('AbFvOqllMuPU6XeToX2SyzmZrQ-NzMkciQoAS7rXTvuwHe_dEytzQz4HRkxf7oj3IvKk2G_rQzLDgw','First time visiting a Signature Care Emergency\nCenter. I came in with my son who was experiencing leg pain. Check in was a breeze & we went back in under 10 mins. The staff was very pleasant....we had a great experience.','2019-12-23 05:05:08.305000','2019-12-23 05:05:08.305000',5,'Pre B','https://lh4.googleusercontent.com/-Xv676UfB2iU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmqSv5FWyB-bH3mx8WPG4X4FTbUcg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28919),('AbFvOqlLmwp1yqomE0nDYrQip4_lBUcoFWukXrH_f3c9bRh4YnI-pM0h3gd7L7NG9GsCiMsDExkuXQ','First time I’ve ever been to this location and overall I had a pleasant experience. The staff was very friendly and the everyone there was informational and extremely helpful. I’d definitely recommend it to anyone in need of medical attention of any sorts.','2019-03-06 08:46:18.654000','2019-03-06 08:46:18.654000',5,'Tai Phung','https://lh3.googleusercontent.com/a-/AOh14GiUI_63A6YEoK0DWXZyecfd3HEYaXTLCo5ChMZP=c0x00000000-cc-rp-ba3','16389487648212004696',NULL),('AbFvOqllN9yQmYVD17i1rmE3QJ9ONoBPZkK9D9mhRP2-HTzEDPm8KqKSapEBE5MKzgKw4bCpwQztIg','The care I received from Dr Soli Giancarlo was excellent. Eda Jayme, RN, provided excellent nursing care. I was treated in a friendly, compassionate manner by Angela Mendiola-Garcia, who managed the front desk. My injury was thoroughly x-rayed by a technician who expertly handled the big, portable machine; a radiologist read the x-rays within less than an hour; and Dr Giancarlo reviewed the results, answered my questions, and outlined his care recommendations to me. I received a follow-up call the next day, and was encouraged to follow up with my primary care physician. Thank you to everyone.','2017-03-21 20:07:41.911000','2017-03-21 20:07:41.911000',5,'Robin Beckwith','https://lh3.googleusercontent.com/a-/AOh14GiCZJ2YuogL3RmlTVUJNxfDW-VBhd2fHuuhOJs2=c0x00000000-cc-rp','17394740196501090048',37187),('AbFvOqlLNJ1F_1H3-_zmMI5naFvpjaz8EsQq9ccbOuZ6nKmgH8NYHTJlQLJD3AuFfL0RDwEZpWHGtg','Snacks and coffee in the waiting room! Great service.','2019-08-15 04:24:03.622000','2019-08-15 04:24:03.622000',5,'Peyton Ford','https://lh3.googleusercontent.com/a-/AOh14GjSz5Elql4DTJtM4ZtoOPQI1pOHYBEejC9rBsmU=c0x00000000-cc-rp','16590124370714063921',34725),('AbFvOqlLNjWN34FxGO52T7Rxkd_MT971w3GAUpKV5Q4gchAqpqA409cgGJWrumGgu0BjfeeRCTT99w','This place was very fast and efficient, faster than the hospitals I’ve been to. (: Love it here.','2019-11-07 22:27:45.986000','2019-11-07 22:27:45.986000',5,'june june','https://lh3.googleusercontent.com/a-/AOh14GgUemjkEwb9RMEESoVBUGLo7tj2XY-Lfj1jFSHX=c0x00000000-cc-rp','16389487648212004696',33776),('AbFvOqlLnkqrm0Yx6tBqBfmhVDSf9U6zzX4_D3DfReNt9muJIp5qGtA8CKPDtZwD5vA9UTtgkF7yMg',NULL,'2020-02-01 23:34:02.979000','2020-02-01 23:34:02.979000',5,'Anne Guerrero','https://lh4.googleusercontent.com/-a4TriZhEAso/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXKy8hjG-vHrh_Wde9T-GavT0AOQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35986),('AbFvOqllnOw9fkR_rX5HJA7JmM50v1uyQLqs2qKJ2Uoxs6WWSmJQ1onYQ974BYJOL1Fka-gtLKJJrQ','Had a great experience, mercy at registration did a great job of explaining the process and the whole staff provided fantastic care during my visit','2021-01-26 23:19:44.543000','2021-01-26 23:19:44.543000',5,'Nikhil Thomas','https://lh3.googleusercontent.com/-S2-KpLDsgrM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn8N-rvwalnK9HEWeNpCwEcZnEpcA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',44382),('AbFvOqllNqhTxya23XZM9d4ZHdnxCMwMNvE6Wh-adQdx9gvTV10xvslDDmYrrWSTi4eiFCfrgYXKHA','I was very hesistant at first when coming to this location since I been told about ā€œthe crazy feesā€ and all but seriously from checking in with the front desk lady Luisa to the nurse Jaime O to the RT Carolina and Provider Dr. Alloju the staff was very professional and helpful!!\n\nThe facility is very clean, and neat. Checking in was a breeze and getting quickly seen and getting all that I needed today was done in a good timely manner.\n\nI enjoyed coming here for my first time ! I was very much impressed w everyone.','2019-01-12 09:00:00.422000','2019-01-12 09:00:00.422000',5,'Bree','https://lh4.googleusercontent.com/-PK0waGov1qE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck9ahYylPtdPTBDeUtsxLjlfZKb8g/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38331),('AbFvOqllnrbKn2xJlDSAYji6krzdGxCQmYwB4AYeOfseeDhBmy37eLZDdFbHwaQnseHCep-bLmWm',NULL,'2017-03-29 04:13:48.082000','2017-03-29 04:13:48.082000',5,'Kyle Pierre','https://lh3.googleusercontent.com/a-/AOh14Gj6rjGTS14Z4MZ_SB0EaFEklI6nIywW5qdVuHQE=c0x00000000-cc-rp','17394740196501090048',37182),('AbFvOqllNU8FAJoSdG8lSG7D1P5DR-BIF2_X2sJhxXXaSvu3LK31OpbdXr-nesuaBvFtVZe2exMk','Great facility. Staff is friendly and efficient. Dr. Das and the nurses went above and beyond to make sure we felt comfortable and were taken care of.','2020-10-11 03:22:45.123000','2020-10-11 03:22:45.123000',5,'Laura Blanco','https://lh5.googleusercontent.com/-gr9F1x4FSzg/AAAAAAAAAAI/AAAAAAAABFs/AMZuuck_JrrtUXJL3Bla1opA8GIop-PwZg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31520),('AbFvOqlLnZd4-gx1aQer6HLHp_bXdRgzzcYvhViw4zi3CLb8VE3TEvjOM74TVBZIvG6bMrT3GZ93','Very nice staff, Rebecca, Kelly and Kathleen took great care of me!','2017-08-29 01:26:25.600000','2017-08-29 01:26:25.600000',5,'Abbie Owens','https://lh3.googleusercontent.com/a-/AOh14Ghm2q0KqvrIncte6mFHfGzvKFKSQMYLc4U92sAALw=c0x00000000-cc-rp','16590124370714063921',35393),('AbFvOqlLO8UhBXLDKtxQM7lP4k3A5u1DUEPjDDgQyP-T8sehLGoS_8egF3RcGy9vk4Lnaz3d6EH3Fg','Had 2 root canals done and the dentist only gave me ibuprofen for pain. When my face started becoming un numbed again it was the worst pain I\'ve ever felt. SignatureCare had me in and took care of my pain in less than 20 minutes. I hate hospitals but they made it more than just bearable.','2020-07-17 13:03:29.172000','2020-07-17 13:03:29.172000',5,'Zach Hicks','https://lh4.googleusercontent.com/-Pqn8tGRbd6k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucndE5ZvHXqj_mOhHe86UTt3eSNfFA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30166),('AbFvOqlLok7gU0HSj3FUE4w0kCL5L1-kbdcQ-Dy-NpEzw8gq2VgY5CeGthkpC402lTCZkKTsPx4qOw','Keera was very nice. Thank you','2019-06-25 12:40:01.595000','2019-06-25 12:40:01.595000',5,'The Drone','https://lh3.googleusercontent.com/a-/AOh14GizaIapAZ771vaoZJHAUpZs6rSNxiRCoVTo0wmjiw=c0x00000000-cc-rp','17394740196501090048',36754),('AbFvOqllovKPs4Vq4vhpc3FoSx1c01fVwyhDcA2Lu6aJm8WyXq90N4jZ3fC0eQJylWHCQXNNw1IUkw','This ER was top notch from check in to discharge. The check in staff were extremely polite and the forms were not overwhelming. A gentleman came in while I was waiting and needed some W/C forms. They were very courteous to him and printed off a form and highlighted the number to call. They paged clinical staff to let them know they had a check in. An RN called me back and put me in a room and the tech brought me a blanket. The doctor came around pretty quickly and was sympathetic to my needs. I was nervous about being there as I don’t normally utilize ERs and I wasn’t in a bad wreck or anything. The Dr ordered a urine sample and the nurse took me to the restroom and then injected me with a steroid and another shot for inflammation. They didn’t hurt until after the shot!! The CT tech took me for a CT rather quickly and also gave me a blanket. By the time I returned my back was already feeling better and my neck too!\nThe dr came and explained my diagnosis and discharge. She left and the nurse returned with my discharge papers and the copy of my CT scan as I requested. From start to finish, I was here less than 2 hours!! I might add that the facility is spotless!','2019-05-02 01:00:24.938000','2019-05-02 01:00:24.938000',5,'Sheri Willoughby','https://lh3.googleusercontent.com/a-/AOh14Gg52tDIirnfKWW7jdCp8KM97_dyKeYTEpcpzWCi=c0x00000000-cc-rp-ba3','6521947413723274945',41746),('AbFvOqlLoZX6OAu7HCDsmKRsLB39QvowFtQkvkiR4V9Apm8iNoNLlsNWEl-po8SoQBnGZb7tFM_P','Super friendly staff! My nurse was Lucas and he made sure I had everything i needed! Receptionist Carla was so sweet! Had some xrays done by Eric and it was in and out. Dr. Henderson saw me for a foot injury and was wonderful! Even got a goodie bag for my birthday in a few weeks! Where I\'ll be going from now on!','2020-03-01 13:49:37.386000','2020-03-01 13:49:37.386000',5,'Chalon Rogers','https://lh4.googleusercontent.com/-5PcJplmjBcc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6oVpUoFNAkGnlCl22lE41sfwZTw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39582),('AbFvOqllPJ9Rh_34gAJpNnhAuJR_5gOQaAWIhG1oHB_IA5zFoFCnmLOJko3kjYSsY1uorrkM-LeiHg','I always receive exceptional care when I come here! From the curbside assistance to the friendly staff behind the counter and the level of expertise that the staff brings, I had a wonderful experience. Shelli, Dr. Miller, Andrew, Aileen and Fernando were outstanding in my time of need!! I will continue to recommend this place to everyone I know!! Plus I received all of warmest blankets that I could have ever asked for. Thank you so much!! :)','2020-02-20 23:23:03.870000','2020-02-20 23:23:03.870000',5,'Chelsey Michael','https://lh3.googleusercontent.com/-5eBieb4M2TM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnUaaHYz7E2wb4rB5pfgKDHS9yjsg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35961),('AbFvOqllpz43r84mnoWVIkYWi3QwN7ied4lfVc9djubnRO2XMyuJMp1wrpkDaDzLM_DNilbuiiYR1w','Registration: Lorena, Gracie\nER tech: Brancroft\nNurse: Theresa B.','2020-07-26 18:46:10.903000','2020-07-26 18:46:10.903000',5,'Michael Jensen','https://lh3.googleusercontent.com/a-/AOh14GgEZGI-KX5vOqCyxB5YMEeqKFunPCGFfwLyz59B=c0x00000000-cc-rp','6521947413723274945',41332),('AbFvOqlLQG4mevFQoKw-e-2p7tsztgGDqCm299zHQ1lWHLodu9-0ZxesaUOH4_M5WwAmrRJmmOAo','Everyone was so kind! Dr. Das was fantastic!','2020-10-05 21:14:29.801000','2020-10-05 21:14:29.801000',5,'Trinity Wilson','https://lh3.googleusercontent.com/a-/AOh14GiOGPZSELWIjlk4hWWpzd2Rrqo8EE0mqDULKQDxQ78=c0x00000000-cc-rp','14748677429039074158',31555),('AbFvOqlLqsDiFKXFv_UGnU0GjmLNWFGJmTqaDNtB4IN9QRs2AAHIQgINQdDqOeabSlnzgj-dmSd6','I love this staff here. They make you feel so comfortable everytime we come. We had RN Gabe and RN Anthony. They were great. Thank you for taking care of my son and husband for the last year.','2019-07-02 01:44:53.057000','2019-07-02 01:44:53.057000',5,'Chanika Moses','https://lh3.googleusercontent.com/a-/AOh14GhSJ6iIiMJCqr9G81Y1RqQxs8-iz35e-DC_U2R-=c0x00000000-cc-rp','16590124370714063921',34791),('AbFvOqlLR5Egjk2x4p-hg4g90Gz0k0zHRxSN-oFIOy4-IppZad6aNQltMFcfuzoYoWKnHM01LtNiBg','When I first walked in the front desk greeted me with a warm welcome. Angelina helped me\nwith the paper work and had a great spirit. My nurse Seleni was one of a kind and was very attentive and patient. She brought me a water and a blanket which made me feel extremely comfortable. Dr. Wang, I kid you not was an awesome doctor and had a great sense of humor. He smile the whole time, laughed and reassure everything was going to be ok. Thank you so much signature care! I’ll always come back because y’all are one awesome team!','2020-01-10 23:13:48.503000','2020-01-10 23:13:48.503000',5,'Mark Camacho','https://lh6.googleusercontent.com/-6FB_s3fwUQQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnFdk9wEmvbfFCMWB2QCOFqOo9_8w/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36660),('AbFvOqllRCeDvB9mgrAVbAU-LogJ7tS3GAAportuiTpBl6HiMLRS1oWQ37jfinKfnbbhKK2VJlDoHg','The whole staff was very kind and attentive. They were great and made me feel comfortable. Both Dr Chopra and the nurse that did my testing were extremely caring and great at answering any questions I had.','2020-10-30 15:37:17.853000','2020-10-30 15:37:17.853000',5,'Alliayah Workmon','https://lh3.googleusercontent.com/a-/AOh14GggBHygnvUDG2Z6Bj_6Npl9nyKaNJW8qeZOrPKb_g=c0x00000000-cc-rp','14748677429039074158',31447),('AbFvOqlLRqaTnyCHxY51lpHsKVBloyVi-M1yUn_c-G8KXv49-_m03j2lZZyilm8vPlQc4fTms4bBuQ','I brought my husband months ago with the flu the service was fast and very professional and successful. my recommendation is to have bilingual staff.','2020-03-13 22:44:17.584000','2020-03-13 22:44:17.584000',5,'Irish R.','https://lh3.googleusercontent.com/a-/AOh14GgvY4vnAc9x41-mZmya8JeB8rPbJQZZLrZjiJQ0pw=c0x00000000-cc-rp-ba2','12541597562633926366',28637),('AbFvOqlLRUipW1Moeh92cjHq8bj-XwZIzklO7kTQUK3TkHqCOVqcfXQHzZYj7xesTst3D-Iz9YWYZw','I was able to get care for a cut that I had late at night. The Emergency care center was not busy and able to be seen quickly. Staff, nurses, and Doctor were all very nice and courteous toward me thru having to get a few stitches and helpful when I returned to get them out. Definitely recommend using them if you need help with something quickly.','2019-03-17 22:09:59.612000','2019-03-17 22:09:59.612000',5,'Adam Lorensen','https://lh5.googleusercontent.com/-M4owZzu5vdE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXsOJEgKkh1EeqXO_0bwEdqFDFbA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29128),('AbFvOqllrX3SJPjmL9EZCIt7VsKvhwed2lvxF6C4y4MTIw_ae6FjuclbbYin3XSuaRVPYmPXC7KdZA','This was my fathers first visit at an emergency center and was thankful with the assistance of Dr.Dendy, Nurse Blake, and receptionist Ashley due to giving exceptional service and answering all questions that assured they’re knowledge in their work.','2020-02-29 16:50:51.549000','2020-02-29 16:50:51.549000',5,'Jackeline Alvarenga','https://lh6.googleusercontent.com/-3Sn2r8uCUGM/AAAAAAAAAAI/AAAAAAAACvw/AMZuucn-FD8VG6-GzjUvRHimFGf-Ce0GmQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42412),('AbFvOqlLrycvSxM2gbbT3VqO_C-2EybwuVRodO6ikGeb25AJ7vblVlaI0PiCiaGuLF-8TuIh-mlNtw','Anthony and Natalie were very helpful and supportive during my visit here.','2019-07-28 00:40:06.337000','2019-07-28 00:40:06.337000',5,'Rachel Guilfoyle','https://lh5.googleusercontent.com/-S_4uio9E1Sk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckbxxqIjx2TQhXQs63LuvXvM2LY7A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34747),('AbFvOqlLsboKo_tRJwkjyX12oV6m0XUapEBiS0TQEV6JtgUbUcZWqtOMxDDzIxOBWbr0rafhAMCd',NULL,'2019-06-20 23:24:19.183000','2019-06-20 23:24:19.183000',5,'Abelina Anzures','https://lh5.googleusercontent.com/-BgbVDLvL_VE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckNbYyxAH1tBMeAl6GVX6qhmgnAPw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29788),('AbFvOqllSg1ElOzNlpXmVc0HL0Y6cGSYC98_23KgUfxJU-vuHtHNqGmQgDjnIjdft6WePLkb_bBbOA','10/10 service! The nurses Lindsey and Chelsey were so kind and made excellent conversation to calm the nerve. The waiting area is very nice and comfortable as well!','2020-11-08 19:53:27.427000','2020-11-08 19:53:27.427000',5,'Soren Shelton','https://lh3.googleusercontent.com/a-/AOh14GgUHNx8bF_4jXFABmY_1TPE75vCMq8zScT8bgRK=c0x00000000-cc-rp','16891069708558046635',35614),('AbFvOqlLSJ4GHtF8fEQmg_mBR01SqYdJ4Cq80w2MfRanxsBc34zKozWYv6z1lZd4zwAFsOmQYANzbw','Never had better care anywhere! Very thoughtful, understanding, and everyone treats you as you are the only patient in the location (even if they are busy).','2019-02-06 01:19:56.720000','2019-02-06 01:19:56.720000',5,'Eric Alfuth','https://lh3.googleusercontent.com/a-/AOh14GgISVbvBl6IJ6Af3grisUJphlqJED3nH8Vk_ewM=c0x00000000-cc-rp','3511292162159714121',40646),('AbFvOqllth052u8Rb1g0XuTXmW9M7GUv0ZgG2YJmVb47IrNXjirbaSNe8--K3zMMETgw7InubX9z','Came to the Montrose location due to the flu and I was very well taken care of. Ms.Jocelyn who was the front Desk Rep was very helpful with check in and very outgoing and fun. The nurses there were also great. Highly recommended.','2018-02-03 14:15:06.116000','2018-02-03 14:15:06.116000',5,'Erick Green','https://lh6.googleusercontent.com/-6qxC4zZ0K1M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhRIsXOXf2M_iU7Xivxk0soYZLFw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40961),('AbFvOqlltJmC_gX6qhjkk_5PHxROqv5GA0itCmkg7Io8IelPbXLTJGTshCOP_cMlxK_LCCN_Yi2PNw','As always fantastic customer service!\nThank you guys! Lorena, Kennedy, Juan, and Jacob!','2020-12-12 14:59:26.585000','2020-12-12 14:59:26.585000',5,'Carissa Wood','https://lh3.googleusercontent.com/-zovpAGNNLGU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckHOqq-ozvcBMMuQdt7C7IHOiKLUg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34042),('AbFvOqllTJwMeTgFT3LPnN3ZYDFe946gncZuN53iVYYCcEdFBwiUtOGjroI-Hptpdl8JsoMXPfgBMg','Awesome service!! Dr. O’Malley was very fast and gave us good advice! Ekaterini, Jessica and Stephanie all stepped in to my make visit comfortable by providing good service and warm towels (And snacks). Patricia was quick and efficient with registration and was super sweet!','2019-10-08 03:37:23.716000','2019-10-08 03:37:23.716000',5,'Jasmine McKelvey','https://lh3.googleusercontent.com/a-/AOh14Giilt5OC-V0A8by8YI053JuDImv7rj1X4KsvYaE=c0x00000000-cc-rp','16389487648212004696',33898),('AbFvOqlLtLwExzT7C8Rw9QqhIdyaHS25ky-oxmlNVnwWHZB4cDdfvUOZneMREi__0vpP3Vl28ZDwgg','Great experience! Came in with some breathing problems and the staff was very attentive and friendly. Adam the nurse was great and very helpful and resourceful! The doctor was also really great and was very friendly and accommodating to our needs. If for whatever reason I find myself in Austin again and have a medical emergency, I will go out of my way to go here again.','2019-10-14 14:45:04.814000','2019-10-14 14:45:04.814000',5,'Dawson _','https://lh5.googleusercontent.com/-VVrIfZvQGEY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1fKWjyLARrd9yvEOc8xLj0Sq16w/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36111),('AbFvOqlLTtSDYRPVLYdmaSPwOAgUmDyV5S_LCCmEy_BMZxNB7EpQu41jAtVum6L76AwIqb0g6DD1','Signature care is 5/5! Came in for a rapid covid test and it was easy and quick! Incredibly nice staff. I had Christina and she was great!','2020-12-18 20:08:52.242000','2020-12-18 20:08:52.242000',5,'Halli N.','https://lh3.googleusercontent.com/-HNe0WHQdikc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl46Z3DQ319Z7QiBWixnI32uN2HcA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',44547),('AbFvOqllu4fCxAHAIn8KeLpfNKj7dehWRublol0KkpuHb7aPFXnQKdfhxQ_deTIXC_I9dWUnkyjTUA','SignatureCare ER was a pleasant visit. The staff Cindy, Robert, Diem, Nikki, and Dr. Edwards made the visit very comfortable. Everyone was highly component and effective. This is the only ER in the Houston area I would go to and recommend to others the service is outstanding!! Thanks again SignatureCare ER you truly made a great impression in my eyes.','2018-08-15 14:21:27.293000','2018-08-15 14:21:27.293000',5,'James B.','https://lh3.googleusercontent.com/a-/AOh14GjNbUVVgGWIQJ5QrhJX6mmh9f7IpLE_yeJvjDxUjQ=c0x00000000-cc-rp','17394740196501090048',36917),('AbFvOqlLu5eikKHAXAO1CciFiZsY73OJyYRMzGivoSa-gY0g5H5cgTKEBYn7cGSJq2yxndvzeOFnXg','An absolutely amazing staff! Lorena L. And Lisa H. were so nice and fast getting me checked in and out and Jose S. was even taking me to the back before I even started my paperwork. Him and Vanessa C. were so kind and sympathetic about my kidney pains and Jared C. And David M. Was a great help too! Dr. Miller was awesome in explaining everything and getting to me super fast! Thank you to everyone! Such an awesome staff!','2019-10-24 04:15:40.263000','2019-10-24 04:15:40.263000',5,'Shania Simmons','https://lh4.googleusercontent.com/-5MFI4TGLuHM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclNS_tTNL-PPL9brFOLVgZ8mN3lgw/c0x00000000-cc-rp-ba2/photo.jpg','13486358490203335051',29612),('AbFvOqlLuonfOyrcTSDOLYGd2X_59joLmQLRqE4E9_ob8V2E7b8zU8aKiJLXBMCycIHIZsP9-_cM','My appointment for a rapid COVID test was at 11am today and I got there at 10:30 and was out in 15 minutes! Thanks Cody!','2020-07-26 15:50:33.166000','2020-07-26 15:50:33.166000',5,'Madelaine Patterson','https://lh6.googleusercontent.com/-WFItQPoP3RE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2BoTkWK2tw3llI2yqDNROKHy77w/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38773),('AbFvOqllUoQHE7EJHD5ij0Jq0BqUqNZAcG8Yenzzp17IS7OjLQk_BRh_L5Yh-RzAo-pIuUUkVLsV','The staff was wonderful! My almost 5 year old needed stitches in her forehead. Dr. Waal was great with her, explaining each step of their process and being honest about what parts would hurt or not. Made her feel as comfortable as possible given the circumstance.','2019-05-06 14:50:31.143000','2019-05-06 14:50:31.143000',5,'Jessica Barclay','https://lh3.googleusercontent.com/a-/AOh14GgthPSkJsdNJ5mEgoGqr1-N1h903A30AqwbM6k34X8=c0x00000000-cc-rp-ba2','16891069708558046635',36212),('AbFvOqlluPxCQO8jEPw-cdZUnkMJ8Aghy06poXg-TuGZn_pf9sTiCeR05Gs-hZ57yJQWXJ1ayxUagA','Amy, Dr Boester, and karen were such a help!!! Such a compassionate team!!! The absolute best!','2019-06-29 01:54:51.491000','2019-06-29 01:54:51.491000',5,'Kayla AsAlwayz','https://lh3.googleusercontent.com/-hiya0_Ly7tA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckZ73rckxLD2FkSJrbdjuFhfduT-Q/c0x00000000-cc-rp-ba2/photo.jpg','14567670160750071148',30500),('AbFvOqlluPy1ySCQSDWThjkjyyyEXaIWVytLWNLRVhMaB0ezBSQkNhH1kAouPokPgAbjUGmjkvHbVQ','Really good and quick service!','2018-04-11 03:22:27.572000','2018-04-11 03:22:27.572000',5,'Jonathan Ramos','https://lh3.googleusercontent.com/a-/AOh14GjosmMHXzwrFwl8Ej16Mu1CELdj11aviEUtutId=c0x00000000-cc-rp','16590124370714063921',35289),('AbFvOqlLw763bw6bjIKZifcaro-njCuB3zehaF0bdYuzhJs4QoimQu1VeNafUcjGmQWaAxzlDVS6Gw',NULL,'2019-01-05 20:35:29.325000','2019-01-05 20:35:29.325000',5,'T R','https://lh4.googleusercontent.com/-8wrQN7P1RmM/AAAAAAAAAAI/AAAAAAAAU-k/AMZuuclknLdgEcxRS06a1X0rLueRYLSVoQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38337),('AbFvOqlLwK8migGwh2XVgmd2pVtI0_VCAlXVGruDL1QrVlKOcsgnit_fACiY7I0-Xtc38hGBxVuyBA',NULL,'2020-03-03 00:37:09.631000','2020-03-03 00:37:09.631000',5,'Felipe Herrera','https://lh3.googleusercontent.com/a-/AOh14GgXjU8SByrozWIQLow0tpC_ZWSZlx-CjDoNv3X0_w=c0x00000000-cc-rp','8679688254631342173',42406),('AbFvOqllxaNgWtePyNvYUvfOr0vVtRKpl4Cwf16xULvoOODymtATNFnkNcJQvk2f6fLjcSAflv4w','The staff was friendly, attentive and welcoming. They did everything to get me in quickly and make me feel as comfortable as possible. The stand out for me was the attention the Doctors gave me. They actually spent time with me which is rare these days.','2020-02-06 15:05:44.044000','2020-02-06 15:05:44.044000',5,'Gene Griffin','https://lh3.googleusercontent.com/a-/AOh14GjpCBM1as8x-ak8B2INv75RugDGOxUYZOO_cVck=c0x00000000-cc-rp','16389487648212004696',33404),('AbFvOqlLXkuLlibMFd1kCNNY0y_UM2VYUh69WuuXpdgSgsTsWtW_uHLzRyqKc1_2YSpJ0KxlMV_XYQ','Great experience everyone was so helpful, welcoming and informative','2020-10-08 12:33:52.926000','2020-10-08 12:33:52.926000',5,'Diana Gomez','https://lh3.googleusercontent.com/a-/AOh14GigNrX4ohw66sl8dGptX5vLVGo0gAqfDsG1vG62gQ=c0x00000000-cc-rp','14904078213800803294',32244),('AbFvOqllXnfXkqmfWFvJKv0ZyoDYm7izjj_T_7bSdPdwbv5nR240pe-oDNP4ANSQvpGV94_lP7Ly','Dr. Edwards, Delicia, Blake, and Waldo were all were great.. Very nice and patient with patient lol. They did every thing in a very timely manner and I highly recommend this location on','2020-02-19 22:33:29.123000','2020-02-19 22:33:29.123000',5,'Diamond Adams','https://lh6.googleusercontent.com/-h21r68-lIRo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucktzwAX1iObYBx1QRAhP45sfiCt3g/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42440),('AbFvOqlLxxqVFJRnBnUSDQVE0Uo6JBVtEjNZNIosrSAoyZVjwAvRdUueWlBeMzUZ6ansjF1mVsod1Q',NULL,'2020-06-10 21:43:22.327000','2020-06-10 21:43:22.327000',5,'Sibo Niu','https://lh4.googleusercontent.com/-hKPZLBXqb2c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckdC-6ENqQckdORU0--xttzohO4VQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35893),('AbFvOqlLXZpDU004i6aZbXWGGMPT2ZRbyphqGVryhLJo6lU4HdRUXncWWUoslRULUd8tqLpcKv73ng','Great experience! Luke was very helpful and gentle with our baby girl! Will definitely recommend this place to a friend!','2018-12-29 04:05:20.356000','2018-12-29 04:05:20.356000',5,'Mary Cigainero','https://lh4.googleusercontent.com/-rB6ym_oKPPU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnwxUzUTSBtcJ3GPKap6MzHI7aDRA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39982),('AbFvOqllYbrmCJDRZAMYk77RlCpV58Sz4J8KDulKNRAt7_s9Gk8f5Sq9G0g6Z3-CXqkR3Y0ONb5hOg','Brad, Kim and JR were efficient and got me feeling better.','2017-02-09 22:39:29.374000','2017-02-09 22:39:29.374000',5,'Chandler Atkinson','https://lh4.googleusercontent.com/-r4h7QZpgetA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucncApqLBh8pU3TFmGvE9DRvHBZI2w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35505),('AbFvOqllych_jIxGynWAnMKRnwyBSPAlqQ2WGD3c-2b8dGkuRsGBKXoxN5N8IFq9xawYMMEwlu6cpw','All of the staff here do a great job in their roles to provide a good experience. The nurses were attentive and clear in their examination. Kennedy and Sarai were clear in their instructions at registration. Izzy did a great job advocating for me and explaining the billing situation. I recommend coming here for emergencies but I hope you don’t have to!','2020-12-23 04:53:28.837000','2020-12-23 04:53:28.837000',5,'Wayninooo','https://lh3.googleusercontent.com/a-/AOh14GjEbH5lUqvpGGNR1PU9Cv52kVn3OPVqH6rWAG1aqQ=c0x00000000-cc-rp','16590124370714063921',43724),('AbFvOqlLyCqIHv4tMAcFEkh-MvJ7CjWEBN9dVUURFfWvX6n3vhfG6-i8RGRHSieDJKj33LQNZZ8NHQ','Highly recommend this signature care very caring warm hearted and professional. Care from radiologists Tricia was great the whole staff was wonderful and took care of needs highly recommend','2019-05-15 15:59:12.573000','2019-05-15 15:59:12.573000',5,'Dee Joiner','https://lh6.googleusercontent.com/-cdOEpFbprx0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn9dFV_C0ib_zOzuY9thKxCoHXWdA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqllYG9wVHd0qbLKVnnZ-75k58mYkKaucUfK6xfqMqc9Iymtg1mMdh-eZbe4zDS1W4em-EFZ4w','Quick, clean, responsive and professional.','2018-04-08 09:23:43.746000','2018-04-08 09:23:43.746000',5,'Carl Wilson','https://lh3.googleusercontent.com/-1rfxSWm9My8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckBK4BITzk-3AC-YcQyIF4syBezyw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30854),('AbFvOqlLym2LJIpDSeUfY6ZBejTYlWHgJUix4AsLmF-IH02QpzssFsncUw92sJGsoEX8S2ua96QF4A',NULL,'2018-12-26 19:37:09.270000','2018-12-26 19:37:09.270000',5,'Rebekah Sanchez','https://lh6.googleusercontent.com/-McdeYVVTulE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclsiv_uwdy971oHRim1MPZHGj3HVA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36308),('AbFvOqllyxtShfPX7Y4St3xYwutCDxFZXW-XqBbkvD9stQ7hxNlKt8OCtsoK3FQAJLDlUnqtVnu-','Great service. Chelsey and Remington were very polite and helpful when I wasn’t feeling good.','2020-10-13 15:10:53.451000','2020-10-13 15:10:53.451000',5,'Aaron Mandl','https://lh5.googleusercontent.com/-8GRhC0b6zQY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckC9s4IEFM8FWk_Oz2ARSMojjw1Mg/c0x00000000-cc-rp-ba4/photo.jpg','16891069708558046635',35702),('AbFvOqlLZ6Jo7fxq5DJQlP4UbKTF_n0TzKtUwOPtSJmlzYuWq5dqpTZCym7ZDsJOizgU6uCkr9YaxQ','Nice and clean place, everyone is very friendly and kind. Thanks to Calli, Sam, Brenda, and Kelsey for the kind and warn hospitality while we were there.\n\nThank you guys!! :)','2020-09-06 17:48:53.536000','2020-09-06 17:48:53.536000',5,'Daniel Sanchez','https://lh3.googleusercontent.com/a-/AOh14GgvLMv5gRw7y9vEVQIVwQDj1jCX0pvct7V_8ovk=c0x00000000-cc-rp','2077061009497551125',38545),('AbFvOqlLZ7KhVJ63e1m47G44nI61ZZzlOq8Pdbp7-YMJkW98nawVaCpqNyFkw2lDVFMNNTIAD1yv3Q','I came in after I messed up my finger over the weekend & was more than attended and comforted by Anthony (RN), Dr. Vakey, Morgan (X-Rays) and Dyvalese (Reg). I couldn\'t have gone anywhere else to get better, faster care!','2018-11-19 22:53:11.549000','2018-11-19 22:53:11.549000',5,'Anne Choate','https://lh3.googleusercontent.com/-DOfRrKdXowQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVV3kUi_yx58ILvE-lxgwJoxdo1Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35097),('AbFvOqlLzH7_yIy8SfATtOL64IdhJyOYtNFrZQ7vxiDalkvQuSnPZTgpUiGrDiURk1qPeDv3b3Hc','(Translated by Google) All staff very friendly. very clean facilities. cody and peggy very friendly service thanks. Excellent all very friendly staff. very clean facilities. cody and peggy very kind thanks\n\n(Original)\ntodo el personal muy amable. instalaciones muy limpias. cody and peggy muy amables servicegracias. Excellent all very friendly staff. very clean facilities. cody and peggy very kind thanks','2020-07-29 15:23:50.281000','2020-07-29 15:23:50.281000',5,'Alfredo Saldana','https://lh3.googleusercontent.com/a-/AOh14GhRNuNY8Ri9SqLbY-KwO3YzlEAB2w1vsWGwBV5k=c0x00000000-cc-rp','2077061009497551125',38705),('AbFvOqllzW-Y-ersAQpAfP88pvE7Yl4SDbRRlBZtmawHj8Vy33Ve_D1ovqxgQ160uiPGUp2mnIevKQ','Dr. Harjai and the nurse, Jacob, were quick and got me all fixed up. The whole staff was so nice.','2019-09-15 16:07:31.575000','2019-09-15 16:07:31.575000',5,'Emily Harper','https://lh3.googleusercontent.com/-q9YAPXEARaU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckz4TTGM3r7xNyqvfUSq0486hiWSg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34681),('AbFvOqlm_yBBiBKMHn5S1RylbIHGW4QbqK-L_9zOox0jWoR_JKTS6b3Gc68m7cYwpTY-GQWsuVhARQ','I have been here twice now, and each time everyone was very friendly and helpful. Would recommend.','2017-04-23 17:59:58.333000','2017-04-23 17:59:58.333000',5,'Kira Tussing','https://lh3.googleusercontent.com/a-/AOh14GjR0Q0WUMnUQPfIu88rrMN-IfTE4c7-vR-WFSED_A=c0x00000000-cc-rp-ba4','3511292162159714121',41062),('AbFvOqlM-NTqrItvEAN76JEFI7UnmGcM5LnhSU7JbjJPLKOYRrEXhPvknqieC3rjiPhiiG6HcEKogg',NULL,'2020-11-13 17:29:55.411000','2020-11-13 17:29:55.411000',5,'Talia Battle','https://lh3.googleusercontent.com/a-/AOh14GjqHlpgsablEqh8SQqKJmMTTo5V03s_IWz8jKrM=c0x00000000-cc-rp','17898197009688164559',37442),('AbFvOqlM-XRL6Zza80DcVTn66kz6WDG67EI2Jczu4trafBtHtNt0xE11E0xO0b0ELLHyLZRb7kvwAg','I had a good experience. It was great care hands down. Ashley in registration was sweet and Doctor Wang was very attentive. My nurse Racheal checked on me regularly and when Can the Rad Tech got there she was very polite and my exam didn’t take long. Thanks y’all.','2019-03-15 05:23:31.695000','2019-03-15 05:23:31.695000',5,'Erica Castro','https://lh3.googleusercontent.com/-7TQcVgYq_jI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucldnIUugWA7xBBntkmo3_oHMkpaVA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38251),('AbFvOqlm0PEHgyzjknppVLesE5CHWtPgI362OdhHGuP7LQnurShzvNE9KiHHCg17L3r_CbiDsaWU','Don’t even come here if you get in a car accident. They will charge the lawyer fees just to give them access to your medical records, and will take months to respond!','2019-07-31 22:29:49.241000','2019-07-31 22:29:49.241000',1,'Daniella Mariano','https://lh3.googleusercontent.com/-jCl68GgRmq4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnLsJYtksOwxpG3jp6lH7RqWxzSXg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40472),('AbFvOqlM3cwrx5OgxtrqxvdeoJ05c_VfHRVKG4_Rgnjey7hCdD9sUF_UbW9rgNIKCOgqdMoGbexz','Front desk was kind, even though busy. ER Tech Georgia was fantastic! Made a stressful situation calm & felt at ease. She was thorough & helpful, even after probably being overworked during this Covid season. I wouldn’t hesitate sending my family here.','2020-11-20 22:54:55.015000','2020-11-20 22:54:55.015000',5,'Erin Ochenski','https://lh5.googleusercontent.com/-8ZJlzfr5KBI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclAdZxjgfmYfYacFMBUASZny-w5Jg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31328),('AbFvOqlM4CbIYxX8Q3LcGpJAJWtxjQ7e8TDyW3JzN0JiMghnYvYblzseP-mwGOqUrOcIwEfbuqAPXQ','The facility is very clean and the staff is very welcoming and accommodating as soon as you step in. The staff offered me a warm blanket and a cool rag while I was waiting in between lab results. Overall a very good experience while I was feeling under the weather!','2018-06-05 17:21:25.743000','2018-06-05 17:21:25.743000',5,'Samantha Swanson','https://lh4.googleusercontent.com/-G1gvkiTdlEg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnsZNIC7RYWsGSb7Ys8f29_u4bQbQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35271),('AbFvOqlM4UZvcuNKnAvcWXoPHeWVZ73wg0FM8SPu0uaN50quelPkMXO-dJ4Dyu4t-4AbRhnbdR_UtQ','Excellent customer service from the front desk, nurse & DR.','2020-11-10 15:24:48.825000','2020-11-10 15:24:48.825000',5,'Darrell Wilson','https://lh3.googleusercontent.com/-N4MHMwjraVA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmzC-zQuUlQNWwxZRisawXSM8WjWg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31384),('AbFvOqlM5FB-KG3AQN-Q5ziD582WkfZOoFiRd7XEkXnFxZ_1CXX05I1uw4We7Ws0M_NOGZqE4OkNEw','I needed to get COVID testing done, so I booked an appointment online for noon. I arrive at noon and fill out my paperwork.\n\nI am then told to go wait in my car for them to call me. Meanwhile, the nurse is coming into the waiting room and calling people who were told to return to their cars. It’s utter chaos.\n\nI wait for OVER THREE HOURS. Meanwhile, people who arrive after me are allowed in to be tested. I go up to ask what my place in line is. I’m dismissed incredibly rudely by the woman working the front desk, who by the way, is not wearing her mask.\n\nUnprofessional staff, unbelievable wait times, and just a dehumanizing experience nobody should be forced to go through.\n\nDon’t go here.','2020-07-07 20:44:36.566000','2020-07-07 20:44:36.566000',1,'Evan Westermann','https://lh3.googleusercontent.com/a-/AOh14GhuepV7gtv5iWoyibfwedB81iomby_HP-55NNvU1Q=c0x00000000-cc-rp','14748677429039074158',32043),('AbFvOqlM5FriZuchuk6rNDmSRW9xtL3EBwdzUS6Ftbaic4jIkQCkUAo6kJ2S6aOwdHfp5FUEwCBh4Q','My husband and I came for rapid testing and had a great experience! Super clean, fast, and efficient. Very professional.','2020-11-03 19:30:27.723000','2020-11-03 19:30:27.723000',5,'Caroline Pette','https://lh5.googleusercontent.com/-877KeqfOP40/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmbapePhDzDweHp_yIMnjJfWnKKUw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40075),('AbFvOqlm5PQwFd9_HDEGrsdfmjxzHvq0xdjojGtzvSkB3w1vpnHQ5ygteoJDwD9OjPbZV2Rb8j2MWg','I will come back here for any medical needs. Staff is very friendly and extremely knowledgeable. They are clean and considerate, affordable . And very quick, short wait. Def a 5 star !','2020-08-01 13:40:16.376000','2020-08-01 13:40:16.376000',5,'Mia Mollison','https://lh3.googleusercontent.com/a-/AOh14Gi9wF_tu1JX4hvBYt9cQshJ3_OK7DUX6jX8EjxTfA=c0x00000000-cc-rp-ba2','14748677429039074158',31816),('AbFvOqlM62zA0K1XdcodsQeIzegRmHr61Zz0FfT89TZfbetxZtnCKZD8CebSEAytwX1_8hA4E0GK','Dr Elsbecker, Shelli and Linda were awesome','2019-12-16 17:26:33.299000','2019-12-16 17:26:33.299000',5,'Lynn','https://lh3.googleusercontent.com/a-/AOh14GhXecr_yZQgi4SX1WBmqMIAqiKKEH7fLyEjZdkt0FA=c0x00000000-cc-rp','16891069708558046635',36047),('AbFvOqlM6rUIkhW2lsQDaWEREJ9dZlpk3ZhpmvRLpCE0QESi68eyiRlXWgyiqhYHbIW4JFNXt0YzvA','Wonderful experience fantastic staff','2020-11-28 20:07:47.339000','2020-11-28 20:07:47.339000',5,'Mundy Fernandez','https://lh6.googleusercontent.com/-JYnwPPxwsB0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckzFZTN48yGdm5lYg2HdQOV7jyr-g/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31308),('AbFvOqlM7nF2PQuLRVaAIgqQ8icU35p-Quzl_P-it6-zx8Ic0Ba05Pw4D1g7D8qUPiReDk6RhsR7cA',NULL,'2018-06-26 17:11:33.663000','2018-06-26 17:11:33.663000',5,'Zack TX','https://lh4.googleusercontent.com/-kBF6Q1DZvqI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclW7ORHj-ktcVaCFX0yIknuH_pNSg/c0x00000000-cc-rp-ba4/photo.jpg','12541597562633926366',29233),('AbFvOqlM80jl0MALzabPDcpnMWrbmouVzBSKi4uZk86WLCWtWSiF_ZUjfJuGbW1FJ2LhJ7n6J7gJ','Very good service. Staff was very nice and we got complementary drinks. Very fast service as well.','2019-08-24 18:58:41.116000','2019-08-24 18:58:41.116000',5,'mark solano','https://lh3.googleusercontent.com/a-/AOh14GiC8nzE1CN5YQxBc6USXb_c1ZkrTO5JPTZg8UwG=c0x00000000-cc-rp','16389487648212004696',34028),('AbFvOqlm8vM0vDFmRt1inPlerKYV9crwW0DXuQF7frtZ-aki5IOg7YBQI-5o2DqZPWCPwAJv4NRxFQ','The nurse and doctors were extremely kind and helpful!! I felt like they were engaged and listened to everything I had to say. I had strep and was given a shot that made me feel better within 45 minutes! Super clean and nice facility. SignatureCare is wonderfully unique in comparison with my previous experiences at other healthcare facilities. They even give you a warm blanket!! Highly recommend and will return next time I have a need.','2016-12-24 10:07:21.528000','2016-12-24 10:07:21.528000',5,'Kristal Havins','https://lh4.googleusercontent.com/-dVRfiTn3O9Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclDY15DjbP5IA1qkz_RaRy-brKErg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32756),('AbFvOqlM8wZHAjegsDbOoLndMk6Zq1WRV5hBkxorPewPAgup-nUWTKkgIMtxaUkB6xH82As1STPZ','Very quick and friendly staff. They were very understanding and patient. Thank you so much','2018-01-09 02:52:19.046000','2018-01-09 02:52:19.046000',5,'teresa estrada','https://lh4.googleusercontent.com/-hgQ-dW_JyZ4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm5dHH3-RCXTMaOxmoCsWVH_q4LEw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36451),('AbFvOqlM9CqH-rInBU70w4cTJx2I2ZFMS2gXoYoZkJGcYgGWV5fJfQjXMSL-d8jH8W8bjNXtcmUejg',NULL,'2021-01-09 16:27:44.643000','2021-01-09 16:27:44.643000',5,'Christopher Cabrera','https://lh5.googleusercontent.com/-rIXNTv-7mxM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmqEZyF6OD_c52L6nEFm0nMgaOROQ/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44482),('AbFvOqlMaodk46QVUSnIu_jMAQTE7j-YGFHI4xXIzU1oVYGkuhMoiNCodCpvjeSfbwxteXwviQiyDw',NULL,'2020-07-06 01:15:50.577000','2020-07-06 01:15:50.577000',5,'Claudia Chacon','https://lh3.googleusercontent.com/a-/AOh14GiuLwZdNEg8uoav7bJgwBcUQqcDZgw4daRqrxfqrg=c0x00000000-cc-rp','3511292162159714121',40253),('AbFvOqlmaPByfiZ90pn7SkhYC-eDLuu7cYAgcn-zYCN7OAJij0blfJVEDDX4JdZjU-CMzUgRxhWYwg','I love coming to signature care bellaire location. Staff is always warm and welcoming. This time we’ve been assisted by nurse Katrina and Dr Pham. All very attentive. Therisa with registration has been very friendly and helpful. I recommend this location to everyone I know.','2019-10-27 01:46:33.363000','2019-10-27 01:46:33.363000',5,'Sahar Bader','https://lh3.googleusercontent.com/a-/AOh14GjNrnhLSmhRALQvlcLIyLUaW1HmHwWgccL-_ZIGuA=c0x00000000-cc-rp','8679688254631342173',42626),('AbFvOqlMaQPq-e9Sfu_C4-KV4xicE8uZN0alCxtCoH9jfAOy-4lf7V7ZYfWIr6a0vZGY938GngqP7w','Great care!','2019-04-06 21:25:39.634000','2019-04-06 21:25:39.634000',5,'Dylan Unger','https://lh4.googleusercontent.com/-D6qmixMKMqk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVFiSwxohKNXwwqOBXWIoC5lPmzg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34913),('AbFvOqlmBCwkZe07bZe-YaFi6g09PxcepTUddVdfB8RmonvbxjhbcHFdzsD8oJ5g-ZUkjLCwhx41bQ','Very fast and friendly service. I was in and out within 45 minutes. Lacey was very nice and was so gentle when she did my Covid testing. I will definitely recommend this place to my friends and family. They all are AMAZING!!! Thanks again!!!','2020-12-10 02:56:25.939000','2020-12-10 02:56:25.939000',5,'Cindy Espinosa','https://lh4.googleusercontent.com/-kT5yetb-AMo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmNwPpKx_DnEEey0HZRQ8XfLmL68g/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38846),('AbFvOqlMBDhIHN-RfbJdiWzWhRpKfOhQy1y2NH4QTy4O3pnFqQEfMqVViE612Jh8Q-YVBcJ67RwaKg','I just wanted to thank you too ALL the amazing staff that was on hand 7-11-17 around 4:30a- 6a. Dr. Kimable is truly a compassionate and caring dr. His bedside manner should be taught in all hospital in the nation--that is how a dr suppose to show that he/she honestly & truly care for ALL patients. I want thank Ms. Melinda for making me feel like \"all I have to do call\" & she will be there to assist & help ...trust me I\'ve seen nurses that pretend like they care because I work at one of the main trama center in the medical center...last & far from least thank for calling to see if I feel better Dr. Edwards!! wishing you guys the very best & continue the wonderful efforts in helping people !!\nMichelle\np.s.- sorry but I do not see the \"thumbs up\" button but I give ALL 2 thumbs up!!','2015-07-15 01:31:15.541000','2015-07-15 01:31:15.541000',5,'Jae Scott','https://lh3.googleusercontent.com/a-/AOh14GgYZhy8ruFSkRSGTQCu_5pJiI4JvWdATMgLxKL4vw=c0x00000000-cc-rp','17394740196501090048',37390),('AbFvOqlmBLc1l7QgWf9S8K5j7Wizf_0OB4VP-SW9d1g__ONv1XpZlRKd-jQBZuzHJ9NyV7MzMlNTMw','Cody was great! Super nice!','2020-07-29 21:45:49.255000','2020-07-29 21:45:49.255000',5,'Kaelyn Flores','https://lh3.googleusercontent.com/a-/AOh14GgmIeYkggw-9griOJ6Mssq-8f4gk9VTR3b4rm5bZA=c0x00000000-cc-rp','2077061009497551125',38694),('AbFvOqlmbMGcl-PfQ611M9-vI4FrBiF-1tCX4N0sNLfTcdAhq31imxyNsZ-RHuBcurPiL2glYxW0DA','Good experience and pleasant staff. Though I was coming in for COVID testing, I wasn’t treated like a germ! Haha. Georgia was my nasal scrapper and she was very nice, quick, and gentle(as can be anyway). All and all good visit. And as a self pay very reasonable price. Thanks Signature!','2020-07-27 15:03:23.719000','2020-07-27 15:03:23.719000',5,'Amber Pulley','https://lh5.googleusercontent.com/-oRhVqkeMkA8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnOmBuXhHxUVcUJcmq39DtJ9hNseQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31863),('AbFvOqlmBMYAauaWxdUeTQHFZQLTxlDvK3UJokD-dsORu1ZrYsY82XjDRVcWe90FDFp6-3yXZRL0MA','I had a very awesome experience in my first visit to the emergency room at Signature Care. It is the first time I use an emergency center like this and I am so happy I did. Since I arrived at the center ( It was free parking and close to my house) the receptionist, Elizabeth, was very kind and attended immediately and resolved all my doubts. I didn\'t have to wait long when Jennifer, my assigned nurse started calling me. It was fast even I wasn\'t finished ny paperwork. Dr. Appiah arrived at my room I had immense pain in my neck and back that wouldn\'t let me walk or sleep. Dr. Appiah ordered some CT scan exams and gave me pain medication. I would also like to mention to Fatima the radiologist who kindly did my exams and explained the procedure to me and also she, like my nurse did, tried to make me comfortable during the exam. The exams were done immediately. The doctor valued the exams and gave me medications in addition to referring me to a neurologist. This has been my excellent experience in an emergency room where staff work in a team efficiently and professionally, and I received a very good fast personal treatment. I want to thank to all the professionals working in a place like Signature Care Emergency Center.\n\nIrma Duenas.','2019-10-15 20:08:30.409000','2019-10-15 20:08:30.409000',5,'Irma Duena','https://lh6.googleusercontent.com/-AaKzvGIm88w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmXkPS734RTMBXWKI2zLbIDEjwB8A/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37951),('AbFvOqlmBr32kd0aIr1fYXdgukfTmbsmp4TOBGxnAkRBXeaJxd3ruUUQ-UFuGLiArizK5oelDv0aEQ','Very nice experience. Michelle and Erica were very informative and kind. Treated me like I was a house guest which was comforting. Once if the better emergency cares I have been too.','2020-12-05 21:00:51.465000','2020-12-05 21:00:51.465000',5,'Coolbreeze212 Gaming','https://lh3.googleusercontent.com/a-/AOh14GjdqCB9yEPQwQVzsGzpMoXi-N1-OcuynzLZLiYOfg=c0x00000000-cc-rp','2694018788013845459',38870),('AbFvOqlMc3m2Kb6XCQ1f3k5as1oMayl92_49VyvRac5-5J39bjC3u-6gGL5NwGTvsPaHhNZQ7eBavA',NULL,'2020-01-22 22:38:32.590000','2020-01-22 22:38:32.590000',5,'Christina Shipp','https://lh3.googleusercontent.com/a-/AOh14GhxJZ4ZoLqV8sw0DzH2be0OHSrZ-ZQtDCnq7e-l=c0x00000000-cc-rp','3272657195432704501',39681),('AbFvOqlMc8wt8eEEQoaPiDv8V4ttx6jcW3HmJ4ohSW4h62f0QIS765IurhbcF_tQhFTR_wH0OCPFxg','Always quick to be seen and very friendly staff. My kids aren\'t scared or nervous when they have to be seen. The staff make them feel comfortable and safe. I highly recommend to anybody with kids!!!','2017-09-20 04:33:56.315000','2017-09-20 04:33:56.315000',5,'Leandra Guerrero','https://lh3.googleusercontent.com/a-/AOh14Gjx01WAaC8QoRz5C_GXcYzVtpGD7qB0_N38dKDZ9w=c0x00000000-cc-rp','14567670160750071148',30972),('AbFvOqlmcAQJyVKn96V2lKzt0U1ddh2QdSA6YaJ-O3Io7sDWbKWwgVAluwJOpG16iCNBH_TS_saU','Heed my warning and learn from my mistakes: don\'t go here.\n\nFor an emergency facility that sells themselves as hard as this place does with the all of the unsolicited mailings offering a wide variety of medical services, and Starbucks gifts cards for reviews on Google, I find it hard to believe that you are actually willing to provide the services you offer. Rather, you sell the illusion that you actually care about anyone that comes into your facility, and pat them on the back when they give you a great review.\n\nI went to SignatureCare Emergency Center yesterday for chronic pain from a past injury. The injury is related to my military service and I am fighting to get the proper care. I go in and explain to the front desk staff what\'s going on, and also inform them that my wife literally left their facility with a positive test about 30 minutes prior. Unconcerned, they mentioned something about \"within 5 days of symptoms\", and had me sit in the waiting room.\n\nThis waiting room is nice by the way. Retro looking chairs, nice dĆ©cor, and snack bar. They\'ve even got a TV on the wall with a nice fire playing. As I\'m sitting here dreaming about finally getting quality medical care, I hear my name called. I\'m not sure who called it because the nurse ever entered the waiting area, but I got up and rounded the corner to follow the nurse I think called my name. It ended up being the right person, but she was a few steps ahead of me and never really said anything to me until we got in the room.\n\nMy vitals were taken, I described what was going on, and provided my medical history. The nursing staff leaves and the doctor enters about 10-15 minutes later. I discuss what\'s going on, he does a very brief examination, and begins to conclude the visit. I asked about the test I came in hoping to get (an ultrasound...non-invasive and relatively inexpensive).\n\n\"You don\'t need it.\"\n\nThis is where things begin to take a turn. You see, the test that was conducted was redundant as it had already been conducted by the VA with unremarkable findings. I have the results and I didn\'t need that test. I attempted to explain my medical history, past findings, and the other issues but the doctor was firm in his belief and his word was final.\n\nThings actually started to get a little heated which was surprising because I was talking to who I thought was a medical professional. I made the mistake of saying that the test \"wasn\'t doing anything for me\" and that I would continue to work with the VA.\n\nThe doctor shook the test in my face, raised his voice a little, and \"stated, \"This isn\'t doing anything for you? I didn\'t do anything for you?\" I apologized because that wasn’t what I meant but that didn’t matter. The doctor showed me the door. Since he obviously wasn’t going to conduct any further tests, I proceeded to leave. I’m in the farthest room from the entrance to the building so it’s a fairly long walk from the room to the front of the building. As I’m leaving, the doctor walks out behind me and tells one of his staff, loud enough for me to hear, ā€œthrow this away, he just wants to leave.ā€ Never in my life have I encountered this level of unprofessionalism from someone who is supposed to be a medical professional. Dr. Edwards, I had no choice but to leave as you weren’t going to perform any more tests and the single test you performed was going to take a couple of days to get results. Why would I have stayed?\nWhat you do with my test results beyond the examination room is beside the point because you were so deafened by your God-complex that you failed to hear everything that I was saying. The point is that your complex also caused your lapse in professionalism and while you may be a great physician…it is people like you that cause the rest of us to lose faith in our medical system. Thank you for showing your true colors and providing the valuable lesson that signature care doesn’t care.\n\nHere\'s my review, where do I get my Starbucks gift card?','2020-12-18 00:08:21.060000','2020-12-18 00:08:21.060000',1,'Dave Nine','https://lh3.googleusercontent.com/-4ZFDJM7sa6I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmo_hWZPEEPMAR5vP39PK0iZ9iIAw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44667),('AbFvOqlMcGqTdPKiTDo0Qz5ax2BRcNcVFHHX9tiDLqGxcoxpNDAOsbCRami4lVDNO6OGjapODanoeg','Great experience from the moment I walked in the receptionist, Kimberly, took care of me and any concerns I had. My nurse brad and Rad. Tech Morgan were very polite and personable. They were careful to listen to my symptoms and comforted me with knowledge and experience.','2017-02-21 14:24:09.035000','2017-02-21 14:24:09.035000',5,'Victoria Lutt','https://lh5.googleusercontent.com/-hJQipFezB0M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucksDxiSpcRMTns4_cVS7DNOkRQUyA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35494),('AbFvOqlmcHnSoX_s4fYn2CjSg-qTqxLjT_IZqQi0JXBsbULAaYsMRvSAZ09ARXPueyBdyKOKEh3dZw','I am very grateful for the staff here, because they really took care of my Mother. I brought my mom in because she was having pains around the diaphragm and gallbladder area when she would breath in and out. She has Medicaid unfortunately this place does not accept Medicaid, that is the only reason I gave this place 4 stars. It would be nice if they accept all types of financial aid or insurances. So my Mother would be responsible for a bill with no discount no bueno.\nThere was no wait they accepted her immediately, and they started working on her. They took her temperature and she had a very high fever so they immediately started giving her antibiotics through her IV. The Doctor came in to find out what was going on, and after hearing the complaints he was very professional and he told my Mother all that they need to do to find out what was causing her pain when she breaths. He gave his opinion on what he think it is, it could be her gall bladder or pneumonia. He ordered to do an X-ray on her chest, blood work, an ultra sound on her gall bladder and lung area, and to finish the antibiotics along with morphine for the pain. After doing all what needed to be done and while we were waiting for the results there was the convenience of being able to watch television with cable. Everything went by smooth and professional, after two hours of waiting for the results the Doctor came in and diagnosed her with Pneumonia. He said by prescribing her with more antibiotics in two weeks she should be okay. By the time we left she no longer had a fever.\nLike they could not take her Medicaid she had to pay the Bill in full, and I can tell you this that for all that they did on her I was expecting for her bill to be much more. Thank goodness it was not that much.\nThis place is great, it is close and convenient and I give this place two thumbs up.','2015-05-18 19:29:45.553000','2015-05-18 19:29:45.553000',4,'Carola Molina','https://lh3.googleusercontent.com/a-/AOh14Gj_8UwtifHIGgTutwYBiN2rxTFJmlAKTJ3guNewnQ=c0x00000000-cc-rp','17394740196501090048',37394),('AbFvOqlMd-PSDSKSXwqPDOHv2yBdRasnc8l6vXZIWVZfNOrVpyiSHX9Edya44j_WxNlSVWAwa-Jyrw','Great experience! All the staff was very caring.\nThank you Anthony, Natalie, Kathleen, Alexis, and Dr. Akunyili!','2019-03-19 04:53:57.012000','2019-03-19 04:53:57.012000',5,'Ashlen LaCanne','https://lh3.googleusercontent.com/a-/AOh14Gixhe52E2abi9WJoBlQ3Xh1BKGQ675v5qjkMpm0FQ=c0x00000000-cc-rp','16590124370714063921',34958),('AbFvOqlMD2_yc4AbvlEgALwhiOmpSy9wcOqNT2hpNZkz0CDadV-0-tO5n0b-QyxnqRS7Kl_7n9US7g','Great service and great customer care as well as reasonable wait as well as quick and efficient work','2020-06-05 19:00:13.454000','2020-06-05 19:00:13.454000',5,'Sam Filardo','https://lh6.googleusercontent.com/-GyeQ760vgmE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnvV4Z4GZsdUXUMHGGt3KPc8XXU4w/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43039),('AbFvOqlmDDJCCMgVjJOQmnwubPv51REhJbRlVTRNG1WijwOG39KJriBXnIQykzqcBLRHyrDoY0AL',NULL,'2020-11-26 20:24:23.232000','2020-11-26 20:24:23.232000',5,'Stud','https://lh3.googleusercontent.com/a-/AOh14GivRfv3k6PCDSqEis5bB0BpiBlXEuW_fZVgzwGT=c0x00000000-cc-rp','8626688543755174284',41823),('AbFvOqlmDDXq1NFc82_NAzA3UyYPW1kwU9LP9Bv70VaF1hRq0bdeFBhLuFicQOAH4O7qtbw15YRasQ','The staff at Signature Care in Midland was extremely gracious treating my 5 year old daughter. As kids will do my little girl got scared and panicky and threw a pretty good fit but they were able to help her once my daughter calmed down. They were patient and diligent, reassuring my daughter as it went along. It is a huge relief for my wife and I to have such a professional and caring staff of medical professionals so readily available anytime we may need them.','2020-01-11 02:48:56.883000','2020-01-11 02:48:56.883000',5,'David Paz','https://lh4.googleusercontent.com/-i215OYj8W7Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnaP3W1NfNh-bHYnR4Wj3voqwz2yg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29491),('AbFvOqlmdOiVU-D6_vnvXYZmdgV9-9yTFXM2HY6qkqoi_pSVR5_pX7XVAhKSAdKIq8h5GrcD1WZsAQ','Friendly and a bit cozy for an E.R. They have lots of options and the Drs. walk you through.','2018-08-11 17:57:59.294000','2018-08-11 17:57:59.294000',5,'Adan V.','https://lh5.googleusercontent.com/-OpV4uuMfSV4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJ4GGoYHS0qQySoHPNr6JcZnGYaA/c0x00000000-cc-rp-ba2/photo.jpg','3511292162159714121',40868),('AbFvOqlMe0mGfubQCRNGj2wrot2K6bwE9OQ0uKxxSMBqhRHMweeBd01tL4FPHW4ZR7CsbD_eOu5now','Kelsey and Cody were great. Very professional and attentive.','2020-10-27 17:16:03.323000','2020-10-27 17:16:03.323000',5,'Aaron Mandl','https://lh5.googleusercontent.com/-8GRhC0b6zQY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckC9s4IEFM8FWk_Oz2ARSMojjw1Mg/c0x00000000-cc-rp-ba4/photo.jpg','2077061009497551125',38454),('AbFvOqlMEBymxa7qIgYx7jinKnS3b5d0vEHy7qUNNRN6NamGh3Yx50XeWulfVE2rg1EUA7iFfpZ7','As far as private ER gose this is one of the best, they really care for you.\n\nLittle to no wait time I was seen right away.I would recommend instead of a traditional Hospital ER.','2020-01-17 20:24:19.013000','2020-01-17 20:24:19.013000',5,'James Arnold','https://lh3.googleusercontent.com/a-/AOh14GiOCEXbsWQSb7adliRg-27UZcrh27HYtf0LnnmWZ_U=c0x00000000-cc-rp-ba5','14904078213800803294',32371),('AbFvOqlmEHP0r3KqQ3Pk5VMuhPF521KrfQX8Fn0GF0BeSaYo-_YWrGRq-gBeCmVTQue2tO-BdBl5lA',NULL,'2020-10-17 20:29:10.983000','2020-10-17 20:29:10.983000',5,'Morgan Cole','https://lh3.googleusercontent.com/a-/AOh14GhYq0QhZP7AYWdG9oeXbTi-dHg7RkcltOfeWG47_g=c0x00000000-cc-rp','16590124370714063921',34121),('AbFvOqlmelTo7Xsybjyu_KRrVSgUuJ7u_soNCMNB_2ouyDzH19rWonjc-Q7CSp6ZqGwdRWBE8f74zw','Went in for a seizure. Very nice and professional. Alfred, in particular, was a very calming presence.','2017-11-27 20:25:36.083000','2017-11-27 20:25:36.083000',5,'Dan','https://lh3.googleusercontent.com/a-/AOh14Gi4dw1jmBpC8ln2yw19Z1cA29Ldjsf2XvTKBVPS5A=c0x00000000-cc-rp-ba3','14567670160750071148',30943),('AbFvOqlmemgXzYFwjhGKjXCr3p-DyiL_Cakg39JW-gqvf6lfaWyiSCbK9o4o0MfP711R6g0TP-6JKQ','Fast and friendly, clean facility, Nurse Teresa went above and beyond to take of us.','2019-05-21 01:40:15.272000','2019-05-21 01:40:15.272000',5,'Aracely Porras','https://lh3.googleusercontent.com/a-/AOh14GjFgGa6KrZYHqSgpJWrnu5ybgZB3QWL1qrf_WDL=c0x00000000-cc-rp','6521947413723274945',41727),('AbFvOqlMetgB4scOawYasBmuw8HJyMBq67oXHTYgRdPPBPDC_pNNmpEBoL_Byw0YYgefoMENHaHKBg','I don’t even know where to begin with how amazing this facility is. I came in at 1 am with my daughter and they treated us like vip patients. They were so professional and helpful. I had an amazing experience and will definitely be going back!!','2019-08-08 14:06:49.550000','2019-08-08 14:06:49.550000',5,'Chelsie Elizabeth Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GjfRMFG6mPMHw4hoKujj7E9gOIsjdwhxEr9MX4C7Yo=c0x00000000-cc-rp','6521947413723274945',41629),('AbFvOqlmeUQbX_Sjra3huTkH7OYWJaFTuK61B8AWQYh6U4NMCPvYsCRNrOTI9C28fvhXd9pBiHcq','The staff and Sindy treated us with excellent care. Everything was explained to us thoroughly and they took their time in reviewing our status.','2020-01-08 18:53:40.179000','2020-01-08 18:53:40.179000',5,'Lydia Clifton','https://lh4.googleusercontent.com/-RsdJ10snPrY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck2tpDe1Uy_jzVzXfdhfubino9JdQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30359),('AbFvOqlmFM3WiahOaTKxDVbFPHsZ1SPFjSjBnSx8DrcwSuhudapc8szKGkJIY4hjrK30sldQTAhp','I had a wonderful experience! Everyone was so helpful and the wait time was very minimal. I really enjoyed the comfort and speedy response.','2016-06-14 15:09:02.099000','2016-06-14 15:09:02.099000',5,'Juan Cabrales','https://lh5.googleusercontent.com/-BVGAmP1Y7cc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckO1KcM-r2dUzeFrHrrT0U0lPRg6w/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31231),('AbFvOqlmFvahjNvs-p2KTJz8X3RQ3Gylt5vd-WvSxS4QsVdegOn9qHawT8gCExbpRVQNk09UilI7Wg','Great service from Dr Ashbrooks and Nurse Lucas. Funny and engaging. Took great care of us.','2020-10-09 15:23:46.840000','2020-10-09 15:23:46.840000',5,'Dave Miller','https://lh3.googleusercontent.com/a-/AOh14GiKvoFYs0CUE4HYggZXvr8yhuKK4QYcmJpVWdeW_g=c0x00000000-cc-rp','3272657195432704501',39489),('AbFvOqlMFY9SunAzkBQ6FSRXrchDutOMIjAjzqT_frfJIK2XpZZnJ1YKIern2DUlRUvlkeMSUoPY_Q',NULL,'2017-04-27 00:08:17.738000','2017-04-27 00:08:17.738000',5,'meghan diede','https://lh3.googleusercontent.com/a-/AOh14GhbeJxnJgUYlvnwLW9QABw5M08z_w_a5fsC20h1cA=c0x00000000-cc-rp','3511292162159714121',41060),('AbFvOqlMG0hFR8AEvnGAGABOsLwuS6hc7nS7fjltlYprxNkMX_lbX2SZA1bTNf1itGWMOaxUf8C60g','The doctors are very helpful','2019-08-22 05:22:48.584000','2019-08-22 05:22:48.584000',5,'Becky Romero','https://lh5.googleusercontent.com/-vDzr0U35-s8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucntCXShQuQ2mBIwxOra8-609eGXHg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43204),('AbFvOqlMgANf0Dp5Cw60V6gwbgXFIwpqMxDk2AEdxskwkV5PBDTkBBotm2LQZ5dAovuf8jeV0_ToBA',NULL,'2020-12-18 22:20:48.385000','2020-12-18 22:20:48.385000',5,'Carla Miller','https://lh5.googleusercontent.com/-fggorVQyWXk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclpVruCrYDrxMfb-_90uulu_jlD2Q/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39385),('AbFvOqlmgHiWSwu0Y2P3mN8jHK1zeQvLYzpHrf9Rma8eszcRrFHWVI-VA_J-0THT80TdVrJPwMElrQ','The staff at Signature Care ER are so sweet and so kind! April was so kind and made me feel very comfortable. All the nurses and doctors I’ve met there have made my experience feel comfortable and light-hearted. Going to the ER is never ā€˜fun’ but they made it the best it could’ve been. I would 10/10 recommend going here.','2020-07-26 18:27:50.692000','2020-07-26 18:27:50.692000',5,'Molly Landon','https://lh5.googleusercontent.com/-_6h5zV7RIqw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmbBIsK67f6m65fkbdBLkLCtMX6Nw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31865),('AbFvOqlmglPszb9lI9P5fN-0eaXtjJXDQgoxZuDHh6TgUxy1O1qJGFasy-LNVkEhtWJhadgE-XiuMw','(Translated by Google) Very good service and very good employees. All very friendly, Angelica D and Dalia R in front of us took great care of us. Kelly V the nurse was great! We recommend them\n\n(Original)\nMuy buen servicio y muy buenos empleados. Todos muy amables, Angelica D y Dalia R en frente nos atendieron muy bien. Kelly V la enfermera fue estupenda! Los recomendamos','2020-11-12 23:23:43.582000','2020-11-12 23:23:43.582000',5,'Otilia Orozco','https://lh6.googleusercontent.com/-2kUhFq4fvDM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXqWGYR7k3U6zoq2ySE4dOz9lkcg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42831),('AbFvOqlMGQqZOOB5h6QivIicFgM0i1-pZK_iismgF86Nps9MljNN2H8dLfSCfxJAI5e3O9elTZk4','Best Emergency room ever!!! The Nurses EDA, Selina, and Fanny are awesome, and Patty is ALWAYS cheerful and attentive. Thanks Dr. Zhen for sending me home better than when i came in.','2019-09-08 18:45:45.666000','2019-09-08 18:45:45.666000',5,'J Hickman','https://lh4.googleusercontent.com/-wi2hjJCgChM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckpo3TjCDneWbfEoiPFHWje4gopmg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36710),('AbFvOqlMguxnI_Y4I94tj5l_EmfCkfpUVdv4vGiV4MEwGtE2IfenTc77fSseCtcIdmkfLGYHJXyo5g','I don\'t usually write reviews but felt this deserved some feedback due to this Covid situation. Dr. Angela Straface and her staff were on point when I finally made it in to get tested for Covid on 6-18-2020. The line outside to get tested was over 2 hours at 11am just to get a reservation for 10pm. Was seen that evening at 11:30pm. The staff have been overworked due to all the testing not only that day but with the uptick of new cases from the previous weekend. From the ladies at the front desk to the staff providing waters outside from the sun and heat to nurses in the rooms, EVERYONE was very calm, nice and polite as I assessed the entire process at different points throughout the day and evening.\n\nAs an intuitive person, I had many questions, Dr. Straface came in and sat and addressed the many questions I had around the many different tests out there, the accuracy, what to expect and overall making me feel at ease. At the end, once I was tested she went above and beyond to help with what pharmacies were open at that hour and called in the drugs and provided a list vitamins and things to buy at the beginning of my quarantine since I was not familiar with the area of where to go especially after 12 midnight.\n\nI just want to say thank you to her and to the staff for working long days and nights in helping the many people recently with being tested and being patient with the many who are frustrated, inpatient, annoyed, uncertain and nervous during these crazy times we live in.','2020-06-24 21:20:24.886000','2020-06-24 21:20:24.886000',5,'Brian M','https://lh3.googleusercontent.com/a-/AOh14GhjBJRY4LjtnXh1kBaneqG9stVY_h7ynKIRroYkVg=c0x00000000-cc-rp','14748677429039074158',32065),('AbFvOqlMHBpk22zcmsMj-EIp1lGtSPkg2BJxfEPBsiROIFht4HxiWowOCOsIx98BfTp_FxxEkngD0g','I came here for a Covid test and had a great experience. They were able to get me in to be tested fast and I had the results within 20 minutes. Everyone was very friendly.','2020-09-14 12:53:40.288000','2020-09-14 12:53:40.288000',5,'Ariane England','https://lh5.googleusercontent.com/-bkkisNy41N4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmo_3PjpRbdoLKc98re8o4laVjt5g/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28550),('AbFvOqlmhG_Z-spFOFJxqjB0FkQNcH4KuK6FBZj641XwXEhWOffsu3qm8U2Lo9cUUWmhGzh4LOeNPQ','I was feeling terrible for two days, not getting better, so scheduled a covid test. Results came back negative, this cant be right, i feel so bad. i went back in to request a different 2nd type of covid test, when they took my vitals again they realized i was having a heart attack and it actually began 2 days ago. Thank God i was at a SignatureCare emergency Center and not just some tent or my actual problem would not have been noticed. They took great care of me and sent me off to the hospital in an ambulance. I am not sure exactly who all was helping me but THEY know who they are and I want to thank everyone involved, with all my heart. Thank you SignatureCare Emergency Center, Stafford.','2020-08-17 15:58:15.942000','2020-08-17 15:58:15.942000',5,'Scott Atwood','https://lh3.googleusercontent.com/-NqF1yD4Xxzw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclTEok5hAEJyFwv2XtkY-Pi6npTlg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42935),('AbFvOqlMipXUBd_w4SBlIVo5YotB8rWzGBfbu_Hu0MLO05LaHJDaVOCT72V1UHP1cxLr8CzwhqbFQQ','The staff was kind , smart, very explanatory about possibilities and When all my results returned they were careful and gentle with me. Helped answer all my questions and very hospitable. Thank you so much for getting me on my rode to getting well.','2019-04-24 23:30:21.460000','2019-04-24 23:30:21.460000',5,'Dominique Hernandez','https://lh3.googleusercontent.com/-SotemME5VJE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3NDgVsqrlJ9V70BDTGLc97qQNpw/c0x00000000-cc-rp-ba2/photo.jpg','17898197009688164559',38201),('AbFvOqlMj6l4TBh-PWcX1yGnCoe9fj1pPiJLgllX-jda73JD56bcddwRKfdsLwDzMl5ScbwOqBizvg','Everyone was so nice they took great care of me in a timely manner','2020-02-26 02:00:56.753000','2020-02-26 02:00:56.753000',5,'Justin Stevenson','https://lh4.googleusercontent.com/-ZXNe1oDJz1w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnI8o6VGnNZ_JEdilnyCJJ9dw2y4A/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41926),('AbFvOqlmjg_ziCPHqUNSDKu1V8DWDmp7OuYQ7AEXW4QcGDAdoR_HF2lBkl2W6xKGNLJciPSo_YV2xw','Alvean. She was incredible made me feel welcomed and was a very quick visit.','2020-10-28 21:27:38.474000','2020-10-28 21:27:38.474000',5,'Mar Alv','https://lh3.googleusercontent.com/-hdDLZROlV0Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnAzNomaxiJH1u1f9aOUpXjjn8nRg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33045),('AbFvOqlmjGrXj0tilOVSzlF4BVB5NfbOS28FUydewUJDc-QKWUKIYK3doMYyGPM_OlFkcs1q6s-N',NULL,'2019-03-17 15:29:04.073000','2019-03-17 15:29:04.073000',5,'Karla Arzate','https://lh5.googleusercontent.com/-ASLC6dW0AqQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucllWchLWwddEIz-0ncFE4UWBPJXXg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38249),('AbFvOqlmjjiA6tWjN5qGj4sKI4vSrqmDBnNyv_CGuxVUTQ7IlVb3AKG1DXZIm3sg_DzFIKDGdZvJOg','Wonderful facility. They were professional and very friendly. Delores was amazing and had a welcoming Smile! Wouldn\'t change a thing.','2017-02-13 01:44:35.965000','2017-02-13 01:44:35.965000',5,'alyssa penunuri','https://lh3.googleusercontent.com/a-/AOh14GiyATNbiISGqpBsWclGxNoZ0sV74SpUDVGiYaXNjw=c0x00000000-cc-rp','3511292162159714121',41111),('AbFvOqlmJWUMVBELv0IabORzAkpV4hVYZxPQswYmkCsfxoC8f9hrEDnPsnxxbc2PV6cqZkT7fNmPVw','(Translated by Google) Thank you very much Luisa for your service\n\n(Original)\nMuchas gracias Luisa por su servicio','2020-12-03 03:36:42.645000','2020-12-03 03:36:42.645000',5,'norma Bercian','https://lh3.googleusercontent.com/a-/AOh14Gid_6y3Dd4CCCMm6W9qkGpnKM5mLMhrYEyBfkHpZxc=c0x00000000-cc-rp','16389487648212004696',32862),('AbFvOqlmjxxGO2ALRfeD2ITAt8DsQzoHcRMXFjs4HgaXrnKJCM4sxtOjD0SgyYJQe5tg33TwNI7HSQ',NULL,'2019-06-17 03:58:18.857000','2019-06-17 03:58:18.857000',5,'Ben Crowell','https://lh3.googleusercontent.com/-lYPr6T2gi2Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmN6pUFHrpHQqPXTe8W0qwtKBGMgg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36765),('AbFvOqlMKnd76iP-5cctnfL3Dgg_jcN213W4zXFqV0s00JPpRGdURmWNJQxT5aF4rtFHayvT1HeD1Q','I love the staff here. Thank you','2019-08-14 23:10:05.531000','2019-08-14 23:10:05.531000',5,'Cookies & Cream Plays','https://lh6.googleusercontent.com/-ccx3tJYVu-w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnp90iAiSg9MiByjKZ4U7xSlDYD1Q/c0x00000000-cc-rp-ba3/photo.jpg','17898197009688164559',38028),('AbFvOqlMkonyPTT_Zmu4sftAPRvZVBLluurk1062Ot7KqpDXvb43k78pND0OAQA1zt8C8MF8CJB0','Tanks to Dr. Leavitt, Alvean, Keith, and Amy. Awesome staff, always made me feel welcomed. Thanks guys.','2019-11-17 17:24:54.049000','2019-11-17 17:24:54.049000',5,'Antonio Perez','https://lh5.googleusercontent.com/-bt5ifmbP9d4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDEgQgn931w4ILNji5V2PRvYTTEA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33731),('AbFvOqlmKtEc0EBQd695vmYM8uaXGH1oOZY269nRNP_CxprG9EgidhvQlmzvFU4voWyYTpB0FiLEhQ','Great service at Signature Care Montrose. Dr. Yusuf, Laura, Norma, and Eve took amazing care of me. They got me in quickly and took care of everything I needed! I highly recommend SignatureCare for any Emergency needs.','2019-01-30 14:06:52.968000','2019-01-30 14:06:52.968000',5,'Jeff','https://lh3.googleusercontent.com/-5L9TJl4J-hA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl_r0bEhYwy1oK5E1tXMkIwtjp3BA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40673),('AbFvOqlMLnGoz8X-aOEXm0FywB_CweX2lr9yT737uixrZjhmEkUNyauRs3WmElATWjh0GsCbcA9O',NULL,'2020-01-11 19:14:02.183000','2020-01-11 19:14:02.183000',5,'Jb Wright','https://lh6.googleusercontent.com/-ECwLYKQQKEc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclFZbFN8cfO3xi_w5Xz5LgDmuxruA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34455),('AbFvOqlMlWjaJwwGhIIIGj2GepX-dbUr87RVj_njjNoTYcyUAXChE7s97ApDUcoHRvudz1tXIFBA8A',NULL,'2020-03-09 21:21:27.331000','2020-03-09 21:21:27.331000',5,'Maria Aguilar','https://lh3.googleusercontent.com/a-/AOh14Gjcc9i7EF1x_d3MbbIprt_3fiXSgERqiaaBrmRH=c0x00000000-cc-rp','13486358490203335051',29400),('AbFvOqlmmC4eHoP7qFUCY36Gx8wArAvNk4OoGENEjVdYqSNY48MSQUcT2Y3LuKy45cjTrSG04kK1VQ',NULL,'2020-10-05 12:35:56.949000','2020-10-05 12:35:56.949000',5,'Conner Watson','https://lh3.googleusercontent.com/a-/AOh14GhH0izUe_jP0fHhAZNi0v33Y42xeOtn26F0tqu2=c0x00000000-cc-rp','8626688543755174284',41890),('AbFvOqlmMRv3OT3yAALcRjeyZx_JPTOz7_JFh63Sdbm0J9N9nFc6oZXvbKgwFn0UdLK2h18HgPGJ5g','My experience was great! I was just in town for the weekend, but a medical issue came up where I needed to see a doctor. I was in and out in a short amount of time, and the doctor was helpful and friendly. I would recommend.','2017-01-18 00:52:06.972000','2017-01-18 00:52:06.972000',5,'Ryan Buggelli','https://lh3.googleusercontent.com/a-/AOh14Gjm7w9OLc-Scq_QyO5xyZeBnxhQISXWFUkjXlZH=c0x00000000-cc-rp','14567670160750071148',31129),('AbFvOqlMN9562m66iOS7ehR81QJsN44Uy-TaKUjZdelbfoKG9U-VTM0G3P_Rwe-Ko8d7_OE1nqVi0g','Fast service and wonderful staff','2016-09-02 06:12:19.717000','2016-09-02 06:12:19.717000',5,'Nikkita Baker','https://lh3.googleusercontent.com/-dtllCCuBJvg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckQidd0ike-T8XRpp3K5xTEvk7bNA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32783),('AbFvOqlmNF9b41hS21TCo4L5Gf01ReV7kMIeXgI6C2NpphRE6ztdTy29318J2hcNBRJ_QvdIxZajNA',NULL,'2020-11-23 17:42:40.704000','2020-11-23 17:42:40.704000',5,'Robert Fabrizio','https://lh6.googleusercontent.com/-ofLf3Fz-g7I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-i4PSozsvt_yJ2t9Ag5mNt4Z77A/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38419),('AbFvOqlMnpJwReiObwKnigpZZJg_Gh_vPNOmLaJLpGFlqNZWKnEs3aQFZGWzwl1DB3_OaQ8sCNAdbw','Love this place. The doctors and staff are all so sweet and caring. This is my go to spot whenever i\'m feeling sick.','2019-11-20 21:56:13.359000','2019-11-20 21:56:13.359000',5,'Jackeline cb','https://lh3.googleusercontent.com/a-/AOh14GjPAIUAEss3NndBx8CoiA50M9EzoQBpbA-Ts78uSQ=c0x00000000-cc-rp-ba2','12541597562633926366',28975),('AbFvOqlMnPOBcYD_iC_ImAm0snh7jCvIReoPWXrS2UU1_IUlUrrw2OIO_W6m5uhCU5wQbP0h2Qmp','I scheduled an appt on July 3rd for an appt on July 5 at 5am. July 4 I get an email around 7:15pm stating it had been rescheduled for 8pm July 5. Not seeing the email till I woke up for my 5am appt I showed up to see if I could get it done anyway. The front desk girls were rude and weren’t willing to help. They said they ran out of tests. My question is at what time did the extra supply of tests show up? Moving on, I left and came back and checked in around 7:40pm got all my paperwork done and turned in before 8 I waited till 11pm to get called in and went and checked multiple times for updates in between that window. Again the girls at the front were no help. I get that it’s busy and understand an hour or so around appt times but three hours on a reschedule that y’all picked. Once in the exam room I got my test done and waited for the results. My door was left open (exam room 2) and over heard many fascinating conversations from the staff. The nurses assistant I’m guessing said she was out of practice for over a year and the next one which bothered me the most was heard two gentlemen staff talking about how they don’t even clean the rooms or wipe anything down in the exam rooms if the patient came back negative for Covid! Another gentleman was going to discharge a positive covid patient and forget he needed to wear his N95 mask which he was reminded by another staff member to put one on. I was in the exam room for about 45 minutes and heard all that. I don’t think it is fair for people to choose your site and entrust your staff members and facilities to keep them safe and not just going thru the motions because the mass number of tests. I personally will never go to another one of your facilities after my experience. I want to report your location for negligence but don’t think it would do anything. I hope who ever reads this addresses the things in my comments and makes the changes needed.','2020-07-14 21:51:27.264000','2020-07-14 21:51:27.264000',1,'Grady Ihnat','https://lh6.googleusercontent.com/-z1_AodS05ik/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmk4Bt7Q9ZcEdo-NKXdQzJf9YLMsQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32028),('AbFvOqlmNqfiGURkKPqet_5BaHM71TCQB1_ZCNX7iWwceKEh5Ynb1UxL1lLG6POmEKGpDaoL2kVTwA','Amazing service since we got here all the staff had been so welcoming to us. Shoutout to nurses Adam, Marty, and townsman they’ve been amazing and doctor Dewall was on point!','2019-06-12 21:20:28.861000','2019-06-12 21:20:28.861000',5,'Haley Lackey','https://lh4.googleusercontent.com/-7eTJf5V8xTA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVndGGm0YSxBZh175_bJPO6AZ_Zw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36179),('AbFvOqlmnX5OYScA_-uFXLkCcGA-NvfIEBgukW-9ePl-EQt3BgiEAiVhQu5S-RlKMgiI_BTyx6n8','I like the professionals that are here they are fast and caring. DR. Lindsey Alvea Tricia and Elida was great...','2019-11-07 16:24:21.129000','2019-11-07 16:24:21.129000',5,'Rudysia Blocker','https://lh5.googleusercontent.com/-oBCldq-vsJ4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckTdZcyY3qmAUDjfWEzWNnmQMBGIg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33778),('AbFvOqlmoLuBsM2Pz8M3r192Tb5QhdYOsIdG6DHJf_SLt6mxLmqKz-5RRShw2bvWYTQAjbWTUxTFVw','First time coming excellent service staff very friendly. Just want to thank Dr. Mauldin, Eksterini S & Troy, Selina V, Melissa E for their attention. I highly recommend Simple Care.','2019-07-01 09:04:51.625000','2019-07-01 09:04:51.625000',5,'Bella Escalante','https://lh3.googleusercontent.com/a-/AOh14GgfXUy1EIPc9VwQPOEOoXkmVvBuRMGE1aCxLfr7DmY=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqlmOwZI3wCQXSJZUdZsgIgpJerT0vkFXasnOkOyonzHaV4ZWpEudKsnKcf6x5lT_v2AcFWn','Very friendly and helpful.','2019-02-18 04:16:34.571000','2019-02-18 04:16:34.571000',5,'nhra500','https://lh3.googleusercontent.com/a-/AOh14GhfzRpiqu7vFZWzSGjD65Eu37GsHu8iJMh2c2iH=c0x00000000-cc-rp','17898197009688164559',38290),('AbFvOqlMp1hUmNXedyk210G_dTpmoTpSugvRmjslwR3zhB5LepYlJoBByJsFHV4En8_80GJZ9M-gIA','very welcoming, caring and wonderful clinic. From the front desk, to the nurse and doctor. The nurse was clear about the Procedures of Covid19 test.','2020-11-10 20:17:28.469000','2020-11-10 20:17:28.469000',5,'Paola Andrea Ferguson','https://lh3.googleusercontent.com/a-/AOh14GjD1OIKW4RTB5lg2gZkfK8enVnPBufcTXZt2KEV38E=c0x00000000-cc-rp','2077061009497551125',38433),('AbFvOqlmP1VSf9IJaXRih1-laQThwsbVKMLUfY7meYzJo8XRAiJotQgQZwMPosjSgT0ba1feLQGS6A','Very efficient and friendly atmosphere.','2016-12-04 21:52:53.318000','2016-12-04 21:52:53.318000',5,'Frances Cardenas','https://lh5.googleusercontent.com/-SDdUU_zhGwQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnWeAdTnPGsMxdbv2qQ0A9IJzcfSg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32766),('AbFvOqlmpbe0fYQSl_FGp57tkbV4EYOWJ8TFf5nRFg8B93HQvM2K0Vj0A5kZnLQCCFs_q83r_3PAkQ','My experience here so far has been very comfortable. I have my 5 year old with me and the staff is extremely nice and accommodating, making sure we were taken care of. Thank you Kristina, John, Hanh, Veronica and Nguyen!','2020-02-23 17:21:35.336000','2020-02-23 17:21:35.336000',5,'Rayne Smith','https://lh6.googleusercontent.com/-yb_DT6M31OI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm4Ni_qEZ_hfSL7ksYff9eeOJXB5g/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28699),('AbFvOqlmPEVrooMjw7-xMQgSUjrxa6glK7CKo9yK_hdGKbB4ktNBvKfl_5zH25pXWKVjcwrlCmQNHA','My first experience was amazing. I did have to return a second time and was not satisfied. They did everything in their power to make it right and I really appreciate it.','2019-01-10 22:47:00.965000','2019-01-10 22:47:00.965000',5,'JellyTalksTV','https://lh3.googleusercontent.com/a-/AOh14Gg-Xw7e-H1mn7syAYO_hh4iqflC4lR-5QUA_IHWgw=c0x00000000-cc-rp','3511292162159714121',40721),('AbFvOqlmpJ9rt_4vTBHMlD8sTMjsSYd5SiYUM2XDi4cXhQvTyyDRx3j_gu9opdPyOTJ_kx6cy96alQ','I visited Signature Care a couple of months ago for an emergency situation and I received excellent care. From the moment that I walked into the door I was impressed. Registration was prompt and her first concern was getting me the assistance that I needed (thank you Jennifer) because I was in so much pain. In no time Valerie (tech) and Erica (nurse) were on the scene getting my symptoms and medical information and doing all that they could to make me comfortable while obtaining information to relay to Dr. Thomas. Because of your experience, knowledge, and professionalism they had my pain under control as quick as possible considering. To Jennifer, Erica, Valerie, and Dr. Thomas thank you very very much. I give Signature Care five (5 ) stars.','2019-03-05 04:04:29.314000','2019-03-05 04:04:29.314000',5,'Cynthia Smith','https://lh3.googleusercontent.com/-Hf50LVq_yQs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnAV-5f54VPM-5QZmmtql8zai4y5g/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42131),('AbFvOqlMpQdwIL0vWczIzu7KMPV8J3agO_BzwTPgb4b6MUiHwTNDAlRsRyd9bVDnzP8nKfGWU9RDiQ','Awesome service. Took my wife for a back pain and she was served in less than 5 minutes. Everybody provided an exceptional care. From the lady at the reception to the nurses and the doctor. They were very thorough and thankfully nothing to be concerned came out from the lab analysis and CT scan. Appreciate the service and I can highly recommend going here if you need to.','2019-01-24 19:14:35.511000','2019-01-24 19:14:35.511000',5,'Edgar Esparza','https://lh3.googleusercontent.com/a-/AOh14GhPsfNa3NfYgAtVqA4I9LbEYRjChhimgDIHH_ekCN8=c0x00000000-cc-rp-ba4','17898197009688164559',38320),('AbFvOqlmpxu4xLNCVlcEgoAX6DhRpeOXIlJedT65pcjIj4fUGS4d44DJ4eSAf83hPFyXiqrIjiCVLA','Staff was friendly and got out pretty quick. No long waiting period. Would definitely recommend','2019-12-19 03:11:24.776000','2019-12-19 03:11:24.776000',5,'Tommy Joe Bueno','https://lh6.googleusercontent.com/-AKw7SjWPxPU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclXNl275cr1D-ezKEDmLixSSIAcRw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41513),('AbFvOqlmpzZEZlzN71ekcJroRdRokU0WHX4SX36Kl7OSn51yVsYFp3YszHQ0UB2dZyPuS-evx3qj6g','Me and my girlfriend came into this place, she scheduled appointments for us last night and came in this morning for the COVID-19 test. Staff was really friendly and helpful and the process was fast, currently waiting for our results in about 20 minutes. Place was clean and organized, would recommend coming here for emergencies or COVID-19 testing. Thank you!','2020-08-06 13:07:24.304000','2020-08-06 13:07:24.304000',5,'x XTaGeRX x','https://lh3.googleusercontent.com/a-/AOh14Ggb-n1vh2YmnI57ETA17S1iQYq0nSCQTQfGTRV5lg=c0x00000000-cc-rp','14904078213800803294',32277),('AbFvOqlmQaWQNHiMNqTSqK3TptNByaJIbAZM7087nI3WQ4xY7o9e6mxb7dVCU7Xf6i8lbb9FZLKMOQ','Great place to be treated. Jennifer Diggs, Erica,Valerie great job','2019-01-03 15:05:01.617000','2019-01-03 15:05:01.617000',5,'Tyler Ashton','https://lh4.googleusercontent.com/-JdksVTpuwtc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJrWiI0Z-XW3jQsB1f9WW4y6RcLw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42206),('AbFvOqlmqb0Scpk7bQN3ommM1pzc1yV1sI4lARIMTHpe_vk5ROft6DcYouvzYUxI-P1QJlKrZEn8AQ','When I brought my brother today the registration staff, Kennedy J. and Lorena T. were very friendly and attentive and the nursing staff took great care of my brother, he was very satisfied.','2020-12-20 23:00:07.320000','2020-12-20 23:00:07.320000',5,'Wayne Johnson','https://lh3.googleusercontent.com/a-/AOh14Ghw3yIO5znPw6zvRjUvLecUku8W6dYAv1conrb5WQ=c0x00000000-cc-rp','16590124370714063921',43661),('AbFvOqlMQN18j1DuAabQzK_1s8OCrjiIb1wvfWM8U72eIjkbLZWH06ZHvyqyweZL_a3OD8xYYgxR2Q','The doctors and nurses and the front office people are very nice and very professional. I would recommend to others and they dont take long to have you seen.','2020-07-19 18:12:27.554000','2020-07-19 18:12:27.554000',4,'Maria Fuentes','https://lh3.googleusercontent.com/a-/AOh14GhnnJn_9aZsQ4ZUHC6LQsg-YlQ6rjarHUrbjfM0PA=c0x00000000-cc-rp','14748677429039074158',31971),('AbFvOqlmqVj2_BdnXuH-q_P2nggGfmIJmsaeP8cyKPtpBvciAA1ON8AQ9kzlKe5UwV55KSmm62NQEQ','Had an awesome šŸ‘Œ experience Vincent S was very helpful and Dalala would strongly recommend this urgent care.','2020-12-11 21:08:51.687000','2020-12-11 21:08:51.687000',5,'Sylvia Almaguer','https://lh3.googleusercontent.com/a-/AOh14Gi0lDinY-nJHOC96KIPpssXW9K6bJhAGON0DQ4VXsM=c0x00000000-cc-rp-ba3','14567670160750071148',29987),('AbFvOqlMR1ihB8GdwI3vSRvGacFtbh74tdwSYcqhfFNACiyBuNp4eNTFhbN7NcQ0Sn_xpFUPyuca',NULL,'2019-10-27 23:28:43.076000','2019-10-27 23:28:43.076000',5,'Nerys Vaquerano','https://lh5.googleusercontent.com/--NYTNvY__WQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnxEwFNY9kQWtWVOZH4a7ZMmwnoyA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36685),('AbFvOqlmr93lAXfRLxTi9LlkMQWY4hz9-fT_RXQtRT8nNIARRBJ_2SPqgxqg5FHnGzBLBNVpKNlc3w',NULL,'2019-09-06 15:55:37.397000','2019-09-06 15:55:37.397000',5,'candace garza','https://lh5.googleusercontent.com/-IzpxQ7jxlCo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclTfzb2gB58co0puk9ojCfhvNGwEw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41613),('AbFvOqlMrF9DquQgGXj1KQnUPTBkGtDq36rCIiSpiboP6BrDGDXF1y-J3uwcuDiLUE8fLELCd8p9pQ','Been going here for three years best staff in town Dr Ashbrook is a great doctor.','2019-12-07 06:27:17.561000','2019-12-07 06:27:17.561000',5,'Kevin Wiggins','https://lh5.googleusercontent.com/-o_FNST8hq5I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmsyfMeh670JqlkmwgaRVa_rgxRGA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39758),('AbFvOqlMrGGyeOYzhrkCJ-TtjbF_llZ1ULKnc2fwLh6TpvA3a06tjrqBAXB3d0LsjUYTp7BiopG3xQ','My experience a Cypress Signature Care was awesome the wait time was quick\nDr. Patel was the sweetest Doctor very patience with me very knowledgeable and showed so much concern.\nThe Nurse Alvean was very sweet also and very kind and attentive to my needs\nMarcus was just awesome all around Radiologist\nJocelyn was very Receptionist\nThis whole team was just super great to me on my visit on June 09, 2019šŸ˜˜šŸ‘.','2019-06-11 02:35:05.541000','2019-06-11 02:35:05.541000',5,'KARIMA ABDULKADIR','https://lh3.googleusercontent.com/a-/AOh14Gj9kNPDMmzbI7Tcr5iPJbhSRzzUQaUXyabi5OXbVg=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqlmRi-zpvey6vpNf690Cq9-wn_5ofGBfkBNL-AtP2g18NlXOogYw1QBnJVXYbLQOvfmVYv-','Quick and friendly service. Addressed my issues and had me on my way and feeling better quickly. Thanks!!','2019-10-11 16:27:39.126000','2019-10-11 16:27:39.126000',5,'Richard Brown','https://lh4.googleusercontent.com/-KafLuVeRO5Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnuF28Vy2i8X6eT-oNjdRq4rNHqXg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32417),('AbFvOqlMriTVaPZ4w9v6_iCj6elB8UoYPPypSc1XMjI7hl_2lS1zx_oC0HKjHgFUrlaYJ_5B2X7qVQ','Walked in freaking it over a DEEP cut on my thumb (cut an artery, yay me!). The staff immediately took my back to a room, met the doctor just as fast. I had my daughter with me and before I knew it, the lovely tech Alexa and RN Katherine changed the channel and had a snack for my baby and a warm blanket for both of us. Doctor Elsbecker stitched me up in no time and was sure to keep me informed of anything he was doing before he did it. I walked in in tears and the team quite literally held my hand to make sure I was ok. I hate that I had to be here but I would absolutely recommend their services! Thank you all so much !','2020-07-05 20:32:51.468000','2020-07-05 20:32:51.468000',5,'ajacobo1991','https://lh3.googleusercontent.com/-MuRQkE5DCmM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm6TETUMfMjq-YjwnBw0axLL7Uj0g/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39051),('AbFvOqlMRIVX8YSn2Covcqz5LT7bh7xpSfVeSU-NVwj4Bru3XS06_L-2sz9SDZ7v_v1IIuC1LnA_qA','Always great to be here. Maya and Kristina were so helpful and pleasantly wonderful. def recommend.','2020-01-05 19:42:36.545000','2020-01-05 19:42:36.545000',5,'Norma Tzunux','https://lh4.googleusercontent.com/-segqtD1qak8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnvNWIQOuKqCD9Bta6yp_ChY7yzow/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28850),('AbFvOqlmrM65dkIwl_YlU4nzNW3QeknFDmJ7_aKKxpt7Y1s6GDJW2hO-gc_YYHNPI0VTG9BiInSi','I came in for horrible tooth pain and Anthony and Brad were extremely helpful and kind as well as Dr. Vakey who helped relieve my pain and got me the right medication for my symptoms.','2019-07-26 22:20:29.017000','2019-07-26 22:20:29.017000',5,'Hannah Carter','https://lh3.googleusercontent.com/a-/AOh14GhfwVjx4uAMaeh4qdrZb6VKoUuHQwMwKxqipB-73w=c0x00000000-cc-rp','16590124370714063921',34749),('AbFvOqlmRQCgStVpPeB-lM_ApHp5mq2V8aHS4fXWy509OWgilJDrTR5R_WKojbgJLfBCQQ_ho6U2ug','Dr Patel (so sweet and funny) and Dr Smith were very easy to talk to and they were very informative in what care they were providing .Kat and Alvean were both very friendly and helpful . Everyone\'s beside manner was remarkable!!!! Thank you all for taking great care of me!!!!!','2019-06-07 16:00:31.819000','2019-06-07 16:00:31.819000',5,'Pryncs Laday','https://lh3.googleusercontent.com/-J8QwEcU6qA0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclzgUdcGOoctDdOInUrMZPbwKa_fw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlmrvpJid3yvQCXq8RQLyLMyd7k-6rs8tKiZj_poJ-qsW8qXHWs0nK4kicVQiHaQz5nvbefMg','Will come back staff very friendly and thorough. Very little waiting. Thank you Dr. Cavazzos, Patricia and Alvean.','2020-02-27 19:04:43.617000','2020-02-27 19:04:43.617000',5,'ray escalante','https://lh3.googleusercontent.com/a-/AOh14GiJmWHZQlo0F1k0pCLRImswyZTHgqpFT_7kmCKQTg=c0x00000000-cc-rp','16389487648212004696',33316),('AbFvOqlmRY6dw3lmwq0aJAgdTY1Y4__j4T8OJ6JvBktJClbOkJQSAwHcgELc2HZSItymTmOBSK1n','Great service by Regina and everyone here! Thanks.','2020-12-30 00:22:32.158000','2020-12-30 00:22:32.158000',5,'Melinda Colbert','https://lh3.googleusercontent.com/a-/AOh14GjErIqH4anJelzYpuoAJXJ1IyMT1yaa9Nv7bubs=c0x00000000-cc-rp','3272657195432704501',44131),('AbFvOqlMS9DRc_BggWvm8k78gU0i3yJNnV2_KXsWEy3QuPt8a_UARYCZ4bH_-9HRu77DiwKBqNPC','The staff was very professional, courteous and friendly.','2017-03-30 03:40:30.082000','2017-03-30 03:40:30.082000',5,'Patricia Henry','https://lh3.googleusercontent.com/-ueW23ZYsaSw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmmNWLammIrfPiBqOIQXUDT81S1vg/c0x00000000-cc-rp-ba4/photo.jpg','17394740196501090048',37181),('AbFvOqlMsB9wXTLxrIdQSeGIxJqhf62At-_Md1MBou7cyg5d6mNTznIv9NZgoUSIFmg13Blx8jUMSg',NULL,'2020-01-31 16:33:03.772000','2020-01-31 16:33:03.772000',5,'Todd Richardson','https://lh5.googleusercontent.com/-P1eftL0Jypk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucllmtSQH1HIZD-pgyygJ3WLbUHazQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39655),('AbFvOqlmsG4dvS0yOSl4ZuP_w54O9XLt5h7qarPf3KNtMMLNiVEUBcICIHliLfHxW-6OpuEjNH9QdQ','I came to SignatureCare for abdominal/back pain. They got me back so fast and gave me immediate pain relief. The nurse (Corey B) that took care of me was very caring and made sure that I was comfortable the entire time. The radiologist ( Allison) that did my CT scan was very sweet and caring also and the doctor (Alcantar) was amazing. She ran alot of tests to make sure to cover everything and was very sweet. She made to sure to explain everything. I am 100% satisfied with my visit. I will not go anywhere else or take my family anywhere else but Signature in Midland, Tx.','2020-03-04 09:57:28.752000','2020-03-04 09:57:28.752000',5,'Lindsey Coppedge','https://lh4.googleusercontent.com/-m27p0ckD5sk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVhrn1KPz5o9P74KSPWsX5DCMnEw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29406),('AbFvOqlMsOCX_YdDCtlp3tmV2jToNLXOP8djhxnj9BDbriCScpN7b30XPWKTV2J9oiqMXwoqiuOSdA','Thank you to the Westchase team for an exceptional service. Kristina RN, Laura Rad Tech, Scott, and Dr. Leavitt. Thank you for putting me at ease and being so kind and professional. Thanks to Pauline at the front desk for helping me check in. You guys are the best in town!','2020-01-04 12:58:37.708000','2020-01-04 12:58:37.708000',5,'Ofer Faig','https://lh3.googleusercontent.com/a-/AOh14GiU1Qw4lGPrHlrrrJNsHRl8No_NmE7JPdBN-Y-GXg=c0x00000000-cc-rp','12541597562633926366',28858),('AbFvOqlMSqGckNxTsCQ9n-6phh70PO3xmxVtDiwFIx5NgTmUyF7ZxZ4gRSsu7Cq4DAC2mASli7X6bQ','Excellent staff! All the way from the front desk to all the nurses and doctors. Everyone had great and positive attitudes. Very helpful as well. I would highly recommend them to anyone who has a medical issue. Awesome and beautiful place inside and out. Thank you guys for my experience!','2019-11-10 15:32:24.737000','2019-11-10 15:32:24.737000',5,'Talia Harrell','https://lh3.googleusercontent.com/-EU90sUIHf6U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckrq1L8RpfxlCld11a7ae01IZgnlg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30416),('AbFvOqlmtCRkO38kdACtKgWutKHV-WkG0r4U-rupBKVk8c7s6MyeUg71RZ4A-SqFEmeDx0axt20VMA','very hospitable and friendly. Patrick, Stephanie, Anthony, and Raven were nice','2019-04-26 01:58:02.781000','2019-04-26 01:58:02.781000',5,'chris 9169','https://lh6.googleusercontent.com/-Le2AfF4uMcI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclmxsmVhH3sunfyoGWURkFrd-irHg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34871),('AbFvOqlmtffW9ac2bs9NzO4ddY1ZfwS8ASYqoELDcyRz7R0mFjkrnoVcXxJD197Wa5S1qjtItbvGMg','Leslie, Churiah, Olivia, Jacqueline, and Dr. Siddiqui provided excellent care. I got in in a matter of minutes and was treated very quickly.','2019-12-17 15:55:01.882000','2019-12-17 15:55:01.882000',5,'Matt Russell','https://lh3.googleusercontent.com/a-/AOh14Gg5v4kelrw_7jBUE_IKbmQCbbPKg8mbmZhFEnfBww=c0x00000000-cc-rp','3511292162159714121',40375),('AbFvOqlmThTVXzV8spewn_0H0psUdHdEBi4VTgvA6vqwhiOehaA7BpKhBVlEYDPgOlDej6a8iqSTkw',NULL,'2020-10-07 20:33:15.963000','2020-10-07 20:33:15.963000',5,'Andrew','https://lh3.googleusercontent.com/a-/AOh14GiykVG1QPNqFZyViPp3LckFBMKLN7W88zmKWYQCBg=c0x00000000-cc-rp','13486358490203335051',29297),('AbFvOqlmtjhKr7QwIGpMaE-bfkoZha8VK1UBHzUPgQJZGCiRpUyySZsDUYWMYRvaAhzzu5OmDVxS',NULL,'2020-12-20 22:24:46.155000','2020-12-20 22:24:46.155000',5,'Ketan Thakkar','https://lh5.googleusercontent.com/-lRpSuS48qpk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6bn_6AgaOHSPSF_TRnGE2-5DZOg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42805),('AbFvOqlMtT4_JmWOIPQ1cVwX8FNbSe19ZPlSOF6v4Fu64YThpGpw99itNyH6qm6TFoNollTDTKpRiQ','Very fast and effecticnt . The staff included Hendrickson, Jennifer, Laura , Angel, and Tanisha were all very nice','2020-02-19 02:35:30.653000','2020-02-19 02:35:30.653000',5,'Aidyn D\'Agati','https://lh3.googleusercontent.com/a-/AOh14GhNUYUNBSc9HWaB3xPGzRL9WrhP3NauwKdas-l4FQ=c0x00000000-cc-rp','17898197009688164559',37688),('AbFvOqlmUB7WmcNfV9XsEX6DspquR8iZwavCGVf77VjrNbiu0neuaUkCkBuGg0JXg_U91ghwcrCjig','Lizzie T, Dr Daniels and the whole staff were absolutely amazing this evening taking care of my sister and my nephew who are visiting from out of town. Thank you guys sooooo much. Wish we had come to you first.','2019-07-26 05:10:08.313000','2019-07-26 05:10:08.313000',5,'Tracy Beavers','https://lh3.googleusercontent.com/a-/AOh14Gi5vhbQTYXnUyuHNr_zkR8x435sexkBw6a101MFrg=c0x00000000-cc-rp','3511292162159714121',40479),('AbFvOqlmufswnZ_Uf6bDuOMJ8YjOyMdK8A_EU2WTHX8vqp44bbF8kevW_aoEwY2dnLKceyOmmqsFyw','Awesome ER clean quick and easy check-in. Oh Alyean is great but only after she swabs lol','2020-11-12 17:05:17.374000','2020-11-12 17:05:17.374000',4,'T Newman','https://lh3.googleusercontent.com/a-/AOh14GhcRGWnRBP3u22jO8pwwFEVf3JyJj8cN_mcp-FBpw=c0x00000000-cc-rp','16389487648212004696',32933),('AbFvOqlmuYMAhvrg0IcMbTWthBrPfr86TTRkNPZ_LPR1qYkjhoVmCol55J37p8QvJceodj3IEYHSnQ',NULL,'2020-10-22 02:31:54.721000','2020-10-22 02:31:54.721000',5,'Chris moss','https://lh6.googleusercontent.com/-m4ZgF7Q-5vQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmUO-jxIEBNcD2uRho7WMcrRoe3gA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31472),('AbFvOqlmv45UeAA9tR3QmJt7shB3QmaUq5cDUe7e7w8QB6XzZJ8NxZu_k2p6wGkDeObVDj_3IwO9MQ',NULL,'2020-09-23 16:09:46.988000','2020-09-23 16:09:46.988000',5,'JARED YAWN','https://lh3.googleusercontent.com/a-/AOh14GhROxbOUYo499ctWpMPlgZ0mxkZH0hbCeLoL0Y-=c0x00000000-cc-rp','14567670160750071148',30113),('AbFvOqlMVBz4LG7-Q5fD42X-AL0YXkIEEAzEORRIT1K5RUJMQxFXBRUIh3msNBmSj-n9WNNxiq95xw','I have been to many ERs but this one is the best ever. Took my daughter there for a stomach flu and we were treated like VIPs. She was seen within minutes by the sweetest nurse who went out of her way to help us. Thank you Katie! There are free drinks, snacks, and they made me a bed next to my daughter for our overnight stay. They let my daughter sleep in the next morning and didn\'t rush us. They brought my daughter breakfast and gave her a sweet toiletry bag to take home. The manager brought me breakfast tacos and coffee. Thanks Adam. Wow!! What ER does that in today\'s world? They seemed to really care and were patient and attentive. The doctor was an experienced ER doc and spent way more time with us than a hospital ER. They are a full ER and even have a CT scanner. I will go here from now on for emergencies. My daughter\'s stomach bug was the worst, but the experience at this ER was the best. Thanks again to the staff at SignatureCare for taking extraordinary care of us.','2018-01-30 16:37:47.583000','2018-01-30 16:37:47.583000',5,'Sharon Thompson','https://lh6.googleusercontent.com/-ERHOlMcwebw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmdepf9XwYpAoeqYjuAI624Y3Lv1w/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36442),('AbFvOqlMvHpMnhrZZdGMUJa8UGdQr5M2PHJLx7vYihlD-POIlBymbLN8sTY4mG_XHKvjvfQvop1dug',NULL,'2021-01-01 20:28:21.270000','2021-01-01 20:28:21.270000',5,'Melissa Caudle','https://lh3.googleusercontent.com/-UDo3q2BpbGE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck3wNNb8K14kx28PCC5uEm4zNSNMA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44195),('AbFvOqlmvvs4jRHi2e7sNFkG6btyOztD0HmhPpaOZXnjDOSYMvO8yAEA_VFxS7rnp7izfuC-2-H0BQ','Tatiana, Nicole G, Michelle L. And Dr. Thomas we’re friendly, knowledgeable and helpful. Overall a great experience.','2020-02-23 03:02:53.407000','2020-02-23 03:02:53.407000',5,'Norberto Seanez','https://lh5.googleusercontent.com/-VNtx6cQtE5I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmMMAAYBOA9tVHw-l2QWbIr5XGOwQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30228),('AbFvOqlMW-T6dxO1lPBzcnL2p_Zr6MmvkFNJP1qtxcARfFKXYVvN7TunzPwyGs0W2rD0-4WuyHiY6w','Great experience. Dr. Harjai was great, as was Anthony. They were super attentive and listened to my symptoms carefully.','2019-05-15 23:03:31.805000','2019-05-15 23:03:31.805000',5,'Hayley Field','https://lh3.googleusercontent.com/a-/AOh14Ghkgqxh8WqNN5QMV_YP_9ksRfzkoa3Vv8A7JrTb=c0x00000000-cc-rp','16590124370714063921',34850),('AbFvOqlMw7ge4i6GeIYNyi1yXASye5iMqnklb5A8SwgrFHXctg_O63OIGuDOtTRlSeQhqGb8A68','Very nice and friendly staff. We have had nothing but the best service there. Highly recommend!','2020-01-06 14:31:44.002000','2020-01-06 14:31:44.002000',5,'Nicole Burd','https://lh3.googleusercontent.com/-fcXAGttpIkA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckjQ8YY_qK8xV3fixSQvCkcLH8bOw/c0x00000000-cc-rp-ba2/photo.jpg','17898197009688164559',37759),('AbFvOqlMW7nr3e7BhunRavBuvndgbuN9BsvFoH79vq5W0nsEXJyPyRQlkiv0JFWJ9SpYS1VruhEjpQ','A visit to the emergency room is never considered to be a pleasant experiencee.\n\nNonetheless, the stress and worry began to peel away from the moment I walked through the door where I was immediately greeted. To me, this is an important first step under any circumstance.\n\nThe wait was virtually non existent as I was called minutes after sitting down to to fill out paperwork. There was no pressure to get it filled out before being checked in, called back, or being seen.\n\nThe Nurses were genuine and extremely accommodating and professional. Throughout, they checked on me regularly, I was never waiting wondering what was next, even through a shift change.\n\nDr. Thomas listened and was on top of the entire process, and her prognosis was clear. The tests ran (on site) were swift and led to what I believe an appropriate diagnosis and then some.\n\nI cannot say enough, that SignaturCare\'s facilities and staff are everything one could hope for under seemingly dire circumstances. Professionalism, CARE, and a worry free and satisfactory experience.\n\nThank you for everything.','2016-10-24 18:56:50.911000','2016-10-24 18:56:50.911000',5,'Jonathan Nunnery','https://lh3.googleusercontent.com/a-/AOh14Gh4zXZJNM_FzbQSyfaTzA6o_qrzyRCg_q0x7aWDKg=c0x00000000-cc-rp','14567670160750071148',31170),('AbFvOqlmWDmd_3hwjk56snGs7hPW4VnckZcS-guePELy0F22wnsuPPAOGtQJnHOTdMwvjeg85iwQjw','Staff was very caring and helpful with my care. Manny Jeremy Pete and Dr. Huerta all courteous and attentive. Would recommend this facility.','2019-01-22 00:30:53.913000','2019-01-22 00:30:53.913000',5,'Victor Martinez','https://lh3.googleusercontent.com/a-/AOh14Gh4KN9HxM1_686DaXJKGqh7rI8kdKPRbQYQzBmb7Q=c0x00000000-cc-rp-ba3','6521947413723274945',41776),('AbFvOqlMwGEx3EJf1o8VJb5sbPrmXoUBdlkij_k0F1NBv6ggVnOUvHUU3LAzLGE6eVc-1DnaWOaH','Dr.H. Garcia, M.D ,Nurse Nichole ,ER Tech Staci , Radiology Tech Nicole, Registration, Genesis. War all great.','2019-06-11 15:56:02.095000','2019-06-11 15:56:02.095000',5,'Lawrence Giordonello','https://lh5.googleusercontent.com/-gI7HLmmEZmo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl941EbmPT0q1sUsVRidYSEBgn7Aw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43256),('AbFvOqlmWP1hCXCULWugwPI6sv9Nk_UOPyAm6tqgWvlcDnECTKlbs3L-2PkgHVDaoEhX0x2JBCC9qw',NULL,'2019-06-18 17:55:39.738000','2019-06-18 17:55:39.738000',5,'Melissa Garcia','https://lh4.googleusercontent.com/-ZCqPMcAMEqE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMANccazacdyRIElXB6crq0moARA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlMwZJT1ATOA_2Llsw1YWnlKpHofixQ1reVAZRrLvshX7GlWVvXYeL98qDStDWm-rpHFYCxrA','Great place with great staff and very clean','2017-02-10 15:05:48.481000','2017-02-10 15:05:48.481000',5,'josh miller','https://lh5.googleusercontent.com/-KhAfGSf_zD4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmPRvE6QGXtEb-iJWtvDYRUK9IyNw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35502),('AbFvOqlMx1-4oRqyR_Bd5gDYLqh1OOU0nlmeolPVudHozaRtrGCIv0MuhVC--qLXFrUzV4pmVpdVtQ','Everyone was very polite and nurse Jani really make you feel comfortable and the radiologist Tricia explains everything so you can understand. Patty at registration explains things clearly and make you understand what it is they are going to do. The whole staff was friendly and made I was comfortable and everything went smoothly and fast.','2019-09-13 20:56:39.550000','2019-09-13 20:56:39.550000',5,'Nakisha Richards','https://lh5.googleusercontent.com/-tsZexQu9sN8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclKB8JlZIOf-3LRxb4Z-QChSnB5-w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33961),('AbFvOqlmXikfaQAMQ3yR-vv-UAsSr5msbQrPECm8BJesKis_azmTfGKjfjW5vpC2B0g1-6mqwcWMfw','Dr. O\'Mally was great. He was professional and friendly. I am from out of state and I stopped in with a concern about an ear problem and an upcoming flight. Everyone on were helpful & friendly. Highly !','2019-11-28 21:18:25.899000','2019-11-28 21:18:25.899000',5,'Lisa Burke','https://lh3.googleusercontent.com/-wbkQ42GjaXg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck2qahbUiWw5wvmV_JbQL6SpLfiBw/c0x00000000-cc-rp-ba2/photo.jpg','16389487648212004696',33667),('AbFvOqlMXnUJXsime2L4KuDJ6h-gN_a5Ts_8EOVMqWZmNEqP99c9llBz7lNcHTOM8mgE6aomtriiTQ',NULL,'2017-01-10 21:09:53.619000','2017-01-10 21:09:53.619000',5,'Anthony Rogers Music','https://lh3.googleusercontent.com/a-/AOh14Gh1G2hZcgGGGUYp-irfRrf9H2RQDQ82sMbbGHaP=c0x00000000-cc-rp-ba3','14567670160750071148',31133),('AbFvOqlmXo-XftOIky7DjbILmfrGj5IWqiXBWsIDy42Wm66QPtP4gU0Kl1ftV1i1OnMOIOLToxQPcQ','I got in almost immediately, and everyone was really nice! And in they actually care nice, not the fake nice. They told me exactly what was going to get done and followed through. They even asked me if I wanted a warm blanket! I just felt real secure and taken care of. And even the next day I received a call asking how I’m doing. Truly this place, 10/10!','2019-10-10 21:20:20.039000','2019-10-10 21:20:20.039000',5,'Chastity Rios.','https://lh3.googleusercontent.com/a-/AOh14GiGCeESLkMQDmpcZQ7y9BiqcVrk9ywrVBKAqfir_g=c0x00000000-cc-rp','6521947413723274945',41586),('AbFvOqlmYmPK-M5C5F13FZ2G8ghViyP2GyW8O_U_PQUY5SoOMzv6YZLYMaOPO2GOGJaK32Z8lzklpg','Dr.Omalley was a great doctor and very patient','2020-01-24 20:52:11.864000','2020-01-24 20:52:11.864000',5,'sage hazel','https://lh3.googleusercontent.com/a-/AOh14Gh5sdnovhL7RN70H7RUHi4NcTySuRw0e-X10opZPg=c0x00000000-cc-rp','16389487648212004696',33460),('AbFvOqlMYnBG_uqx-Odxijp6_zjASgEyKowv9vHRgcYWLPIdHDzWznwFN_cI2-6ODp-DPKJ8y7uBKA','My scheduled appointment was supposed to be at noon. It’s now 13:05, and they haven’t called me to come take my C-19 test. I’m disappointed that people that have come in after me are getting their tests before me. Next time, I’ll go elsewhere.','2020-07-18 18:07:49.773000','2020-07-18 18:07:49.773000',1,'Mike Viscusi','https://lh6.googleusercontent.com/-0L5kM0RZzRE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmdcUKc59TPx9cvwawlNCfne1wtMg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32005),('AbFvOqlMywZCTQJ7XjOOeNWlcB36WSj3q6VJ2Cvp9Qzw7I2KF8UCRLl0G3ZkN6IYMi-_Bo-zMHED5g','Excellent staff! Doctor Provided detailed information and was very attentive. The nurses were very professional and made sure my needs were taken care of. I recommend this location to anyone in need of urgent care.','2020-02-22 15:05:31.432000','2020-02-22 15:05:31.432000',5,'Anthony Phillips','https://lh3.googleusercontent.com/a-/AOh14Gg3QHukr60fYqVlgbs3z2Notph73oShQfmla81qkQ=c0x00000000-cc-rp-ba3','16389487648212004696',33347),('AbFvOqlN_7lUMPW1gBT-Tn0Go61z50ZgJ5KvxYxxiJNC5y2X7417rWcRDBPKfVrraOoxl3uZtQKI','They were extremely kind! Even when my daughter had already been taken care of Michelle made sure to come check on her one more time.','2019-08-14 22:58:55.076000','2019-08-14 22:58:55.076000',5,'Mrs. Mitchell','https://lh4.googleusercontent.com/-tV4VhkLrBik/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnzHOSqAIhZmMgoJVmjZqnczc8HDg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39820),('AbFvOqln_b4pgItzsXKjxbVaKkps0ArOlkJKVl0JCw4I2Szoc5dc3qNmZb8C-GKyHqQnCYTDShvISA','We had a last minute issue and had to go late at night! The service was fast and easy, and they had complementary snacks and drinks. Waiting room was very clean, and the receptionist, Rebecca was so nice!!','2019-09-19 05:13:13.753000','2019-09-19 05:13:13.753000',5,'Sarah L','https://lh3.googleusercontent.com/-mE930klt2KU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclr7wOntRq32XKdp6WCj5NnhDCV3Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34671),('AbFvOqlN_n7AgtP0weFlmB0H9mzaTYCGnbH_ZBtqAxmFfedtsjjYdWf77YSfbt8na6ykPS-nRcI',NULL,'2020-02-20 17:03:09.001000','2020-02-20 17:03:09.001000',5,'essie johnson','https://lh3.googleusercontent.com/-6rkD6QHDH6k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclSGC9WB-2KFTmjL4AxG4IRMvVF_g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34351),('AbFvOqlN-X5wG3OH_06MmnEwIwqKSDafs0UYclLtG2pSEVkY2kSoVMelVas1A6XD9aBWrjsA4Bmu','This was the absolute best experience I’ve had at a hospital/doctors office. The staff made us feel at home and really cared for us. I wish we places like this in New Jersey.','2018-10-19 22:51:56.114000','2018-10-19 22:51:56.114000',5,'Beniamino Farina','https://lh5.googleusercontent.com/-G49WFtpydEI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmrfI2WuYH20LSJXoRFv48jnIRgAg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36336),('AbFvOqln-yybOB2mSkzaETXOMPw6dEJZvDyV7hBygxNZuHQ9_nOFw-rpEbTfpT_1Tu-rbXebRMyKPw','Very helpful! Got my covid screening and they explained to me in detail what precautions I need to take. And it’s super clean in here as well, I’d come back.','2020-12-18 08:25:10.376000','2020-12-18 08:25:10.376000',5,'Jada AshantĆ©','https://lh3.googleusercontent.com/a-/AOh14GiLJOJzLvlRDiYoPqjZrDhwxI0Y5yxdqMYmOMw8rg=c0x00000000-cc-rp','14748677429039074158',31268),('AbFvOqln0_QAcg7i85V8p23G6I7xn2eCev0dUrmmNdkZr56_Mocf55Moee4-wsNPCP9gHRJ2OFI_Mg','Very fast and friendly service. We were seen and discharged within an hour. Very professional staff and doctor.','2019-12-19 15:09:46.452000','2019-12-19 15:09:46.452000',5,'Katrina Singh Chea','https://lh6.googleusercontent.com/-cFYTR5dbzZg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnLGzPGcMyMqDAcCejmBbFXXy2Kxw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42547),('AbFvOqlN08kW9iQNAs2sj_A3hW3pinH7F_84L1HkwDE76lUtrdk4Wn8K06Dn-JY6eDPIbpabXj1tcA','Alvean she is exceptional in every way. She has made my day...She is the BEST...','2020-10-14 15:13:21.172000','2020-10-14 15:13:21.172000',5,'Evelyn Williams','https://lh5.googleusercontent.com/-P2EJY2h6FXY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm112_bHfXk9TRmZ0fuigtGMvVV0Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33159),('AbFvOqln2BTl1-cjUlt8K8qDHSfYRkC2PnntT4tnRW5MIft_vD4wRJQP7X_3ET5KPehZmyU9bgLYMw','Wonderful Job!','2020-01-07 23:28:39.723000','2020-01-07 23:28:39.723000',5,'Prima Starr','https://lh3.googleusercontent.com/a-/AOh14GiyNmBq8xZlDiCqwZ1UMsXVhxKVSwY8R21TxdHAaw=c0x00000000-cc-rp','16590124370714063921',34464),('AbFvOqlN2H06Uj8OuLIlSVq_dPdYSI9AXMlQBdmYDDfdEB9O_NCMn1AcUq-7n6HQkO-w-n9PGbc41Q','Friendly and caring staff. Quick service','2020-09-14 18:50:18.896000','2020-09-14 18:50:18.896000',5,'DeNara Burns','https://lh6.googleusercontent.com/-8lAc1XEU16M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnqOS7tjsI7c1rRnQx2gujZOuPXmA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31666),('AbFvOqlN2IACpfru7hKR8pndYH005AJBEw016Rf9KroU6L5ffuhplsM2zT2XbpG2O0k7FNVFvlFO-w','Great experience! Lorena T. registered me, Bretnie was my nurse, Nina was ER Tech, Christina was Rad Tech, and Dr. wright was my doctor! They all did a great job and made everything easy! Highly recommend!','2020-10-10 17:28:27.508000','2020-10-10 17:28:27.508000',5,'Tarryn Kuketz','https://lh4.googleusercontent.com/-qXaL4zgxDNs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmIhdB23R4YbNnLHJGSXDSDhBd8ug/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34140),('AbFvOqlN39DmhSJKkxARdA78UT33zde38Uu5CR9eEfjNxCCqX1kOrfrPjpPavM2PS7jKVds2CgD3','As always they are here to help!! Tonight on Christmas Day we were unloading our vehicles with all the Christmas goodies and as I was walking up our home our step (that was cracked) broke all the way through and I fell and we thought my leg! They were so great they came out and got me out of my truck and got me in right away!! Thank you to Kara, Dr. Henderson, Brandi Wilson, Josh and Sherri.. Thank you for taking the of me!!!','2020-12-26 04:21:16.336000','2020-12-26 04:21:16.336000',5,'Courtney Wetmore','https://lh3.googleusercontent.com/a-/AOh14Ggr35pv8-oVWU-fEDcYob9Bj8BnJQQ-od55AQEu=c0x00000000-cc-rp','3272657195432704501',39493),('AbFvOqlN3Au3XaPnF8HAVyqrPjhzjYAUXGnCR8RMNQshsWXhzJd3GDO0BkM1W8oyTj6jloUiKGzN','All of the staff was wonderful throughout the whole visit!! Thanks a lot to Dr. Yost, Kara, Gunner, and Courtney.','2020-01-14 23:08:40.054000','2020-01-14 23:08:40.054000',5,'Dakota Bloyd','https://lh6.googleusercontent.com/-3gaGrbQdmF4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucklr2YZiclcbmR0sCB-DQkv7wuv2g/c0x00000000-cc-rp-ba3/photo.jpg','3272657195432704501',39712),('AbFvOqlN3wYIjF7EYysUr8o6eNQv8l-Ix8HSr5JbHL7F3LHniZumR2uhAdL4Zt0P0h2eKjHCEcMj3g','Staff are very kind. I came in to get tested for covid19. I made an appointment in advance and they are very organized and followed safety precautions. They you fill up your paper work in your car after detailed explanation about the rules. After paper work they gave me a call and made sure I was comfortable and the test was quick and easy. I was a bit nervous 😩 at 1st but April was really sweet and made me at ease. She offered some water or juice afterwards. I’m rarely in any ER situations but I can guarantee and say that this experience was pleasant. The drive is actually an hour away from my home and I despite that it’s worth the travel. You are in good hands.','2020-11-14 19:08:33.645000','2020-11-14 19:08:33.645000',5,'Maizon Sparkley','https://lh6.googleusercontent.com/-A96QrHdrsm0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucniTpfDDAETHsiF5rKmlQG_rB4lxQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31366),('AbFvOqlN48N38fYjlECLQtk1o80K0xyZBknzOI8y9Q3P6xytkkUHnL0oFWq7rpKlKFTK1dscV45-pg',NULL,'2019-01-22 20:24:07.703000','2019-01-22 20:24:07.703000',5,'Shekoya Griffin','https://lh5.googleusercontent.com/-ke5m6LHWdpw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucldxvOBUJy7DyAlAdSoli773aM4rA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42172),('AbFvOqlN4dzI43mSe6XiZxRczVT59EV01LC0xB0Pvr0Q-rSw4T3SKz2Q9FFqqargEKMy61p9ELjH',NULL,'2019-02-26 14:22:59.068000','2019-02-26 14:22:59.068000',5,'True Story','https://lh6.googleusercontent.com/-ezc3oyID0Hs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmAPmWmfSF9UbvUOQ1CtyevdAmL-g/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29900),('AbFvOqlN5tmCRmFSyaQx2cxdvjO1M_jCe4ZNw6vDH1fnexohOKmHf2OrTKobnzynuGOhepKDMr8IQg','I made an appointment for 3pm to get tested in an evaluation room. I arrived at 2:45. After about 2 hours, I started to ask when I could expect to go in. They said no idea, and told me to stay patient. Front desk lady had quite the attitude, which I understood - at first. I understand emergency patients deserve to go ahead of me, but EVERYONE was going ahead of me. I ended up waiting FOUR HOURS until finally they asked me my name again and told me I was next. At 7PM they finally told me to join the line for the drive thru. I was furious. I could have done that hours ago and been done within 30 mins. I also suggested the drive thru idea to them 3 hours into waiting and they told me no and to be patient. I am a very understanding and patient person, but this experience was just so ridiculous I had to write something.','2020-07-10 22:24:37.439000','2020-07-10 22:24:37.439000',1,'Hannah Campbell','https://lh3.googleusercontent.com/a-/AOh14GhyJzm-UF9N_CkcjVB6QhHfnE926MeaainTLFty9Q=c0x00000000-cc-rp','14567670160750071148',30173),('AbFvOqln5ZS55TnGO3CzJW4rkl-oiRbAzA0ON2_oZUZnTS3HNxTnuJ4SusNjcnYzCMr8MG45bT5NXg','I had at great experience at SignatureCare Er! The registration ladies, Lorena & Amanda, were extremely helpful & kind!!','2020-07-25 16:06:25.318000','2020-07-25 16:06:25.318000',5,'Samantha Dennis','https://lh4.googleusercontent.com/-frpZ-OiZ_dY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclP2SzdlROPCVAzaE1G-JGbIftjQA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34257),('AbFvOqln6KdUVcxd6mI8DppLMo9_toDGRPN4zEiDR__QHwWKD-ZFI44kM8pCKc9YH36YHOt5jfAc','I’ve been seen here a couple of times, and always the best experience! They consistently go above and beyond and always care! The facility is so clean! And a genuine positive atmosphere, beginning with Aileen at registration always smiling and welcoming. The nurse shelli, I’ve recognized a few times, always a pleasure when you don’t feel good, she’s attentive and goes out of her way to assist your needs! And the doctors all I can say is wow! Dr rose and Dr Jones, they treat you with the upmost respect and not another number with all the other patients they see their time spent with you when diagnosing you is Amazing. They genuinely care and it shows. The people you don’t interact with as much are so kind as well even though they are in the background ensuring you receive quality service is something to recognize so a shout-out to Christina and Andrew for all that you do! This place rocks!','2020-01-17 15:45:46.754000','2020-01-17 15:45:46.754000',5,'Erin Wyrick','https://lh3.googleusercontent.com/a-/AOh14GiwDkG9-_cH0NCzN367MTVDuX0WaJlmH5oODkJw=c0x00000000-cc-rp','16891069708558046635',36011),('AbFvOqln6PH-WXaxnoqoVovj-cEXbnJnim7RmtqcoG0Thglus2Kd7lTRsYeUbI4iMV5yAha8PuBCRg','Always a pleasant experience at Signature Care. The staff is very knowledgeable and quick. I don\'t enjoy going to the ER but it is nice to know that this one exists if I need it.','2020-01-11 17:00:55.676000','2020-01-11 17:00:55.676000',5,'JK Hernandez','https://lh3.googleusercontent.com/a-/AOh14Gj8rReWa6g1hsolRrjtFqHV6Xql3ku9aofa5Ug_Gw=c0x00000000-cc-rp','14904078213800803294',32380),('AbFvOqln6pOgXssYhYpwi4sfiD1aR2NZV6EV4pCocEgRxiLMeVA1XQlUv8YIWd9xD9UGTsPVzhvGAA','LOVED IT, Tanisha & Ms. Lynn were the sweetest!','2019-11-18 05:58:38.494000','2019-11-18 05:58:38.494000',5,'Kaela Stimpson','https://lh3.googleusercontent.com/a-/AOh14GjQQK0vGCWPmBDln6z1TbNq_vVPtIFaWW6eS10WQDw=c0x00000000-cc-rp','17898197009688164559',37875),('AbFvOqln7CFKpaxZPl638VFLZTiipza3xcuZJQ8XoEm9ypT2okNdoLRb-_Im0xQ9To22yXPNSuWqgQ','Tyler was my Rn had great lite convocation with her and she made me feel safe staying in room with me while male doctor checked me out my tech was jaslyn she did a great job with iv I didt even feel it thank you guys','2020-06-02 20:58:43.950000','2020-06-02 20:58:43.950000',5,'Riley Brast','https://lh4.googleusercontent.com/-YPnTM8v3iII/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclw_85ixU1q5XB9ZM3orK704PEh3w/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37609),('AbFvOqlN7O3J-x5UgRxHlkYNbUZ5_QKGXEJSKcc8WUrbwy6trLev_yBUPjrr-4afo-DJdvv62ga39g','Keera, Jesse, and Doctor Golla it was a pleasure once again.','2019-06-25 20:49:07.562000','2019-06-25 20:49:07.562000',5,'E Lyons','https://lh4.googleusercontent.com/-mrsuVw958b0/AAAAAAAAAAI/AAAAAAAAAZ4/AMZuucntU1nBGVdhy-hKq92KrPi-vG4q_Q/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36750),('AbFvOqln7V1cT85EAX7ugxkXfSuCHNdIRr1iaKiXldrZlB5RLgt6XkZ6ilTSH88kD49Y-GW1uOvhiw','The patient care at this location was exceptional especially the radiologist Townesend he was very caring and professional. Will definitely be coming back here.','2020-11-13 22:29:38.973000','2020-11-13 22:29:38.973000',5,'Sadie Kerslake','https://lh4.googleusercontent.com/-K2n1ARLRGOs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckOKwZGyEc2yE7UzQxPEfWoUKlhyA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35593),('AbFvOqlN8lyp5jAfxi5isOC_d7NNvztan5jn9pLqIsGn_SZRbZF-GdCxmYJoUK-_EW_3XUHZLTbxdQ','I have never loved an emergency center so much! The staff was lovely & kind to my 2yr old they even assured him that the visit was for mommy. Er Tech Nichole was just the best so sweet & Rad. Tech Lonnie too was just very patient in assisting me with my little one while gettin x-rays. Dr. Herman was also kind and very professional not at all dismissive he listened & just the whole process was quick & great definitely coming back if we ever need to!','2020-02-06 17:07:30.894000','2020-02-06 17:07:30.894000',5,'Nazareth93','https://lh3.googleusercontent.com/a-/AOh14Gh2vdjdZoAoHgnz9wKVV9RO9Ytl5YKlpE392uSc=c0x00000000-cc-rp','8918455867446117794',43112),('AbFvOqln8sHh1qxSTR7jHoYctHfukXg3F0GUOSa0iUWxL3QE6-Ur6PO_znvhv-KguY2PtREqOlsEgg','Really nice staff & doctors, quick & clean service. But if you don\'t have insurance or money they will ask you to leave expeditiouslyšŸ¤¦šŸ½','2020-11-12 20:41:46.820000','2020-11-12 20:41:46.820000',4,'Eylisha Davis','https://lh4.googleusercontent.com/-_BdL4lnCN-8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmOvXzXqrP1BSO8JPtKBdJB1EBUfA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37443),('AbFvOqln9-bcxbkcc2p9r5jnNN62DGj28UmgwwD_ubMsblZ1tLhjqdoo61XNbvF-HoSt8cQSwqhdAg','We recommend Signature Care. We were taken care of by Dr. Boester quickly and he explained everything very clearly. The nurse and ER techs were very helpful and attentive as well.','2019-08-16 12:52:18.650000','2019-08-16 12:52:18.650000',5,'edith solis','https://lh3.googleusercontent.com/-yGMSTHms5ok/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmquVM5XRDeg1jXfYAhuwJrfXLCjQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40441),('AbFvOqln9bDRmwTz8vPKjcoP5sQGo0rrfEcse6BJh0f9jW0v_b6F5LOUXxYSlljaKQGl957HQrQRvA','In and out in less than 30 minutes!','2019-11-21 13:32:33.394000','2019-11-21 13:32:33.394000',5,'Jon','https://lh5.googleusercontent.com/-3w6V0xr3_wE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmPPlWiMKODYONgIL3hLOMoSKJimA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33701),('AbFvOqln9EGAHjTg9cKpWgJevy6kApWj_uz0_Z1CmdtL_akTZ8FwYglMZCK0lsuiIGFdAkKg24Ww',NULL,'2019-06-15 21:53:39.044000','2019-06-15 21:53:39.044000',5,'Dustin Veatch','https://lh3.googleusercontent.com/-Gi7uawoaZYM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcqWTtDHBFpoS7fyfLfl7p-PowVA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34819),('AbFvOqln9rTbUqCpmpr6wADGTfASgkhKL4Evf5xgG9ZuYiDenfIyC8QUarEhe51NB8LC0Zirarqu9g',NULL,'2020-03-09 21:20:32.847000','2020-03-09 21:20:32.847000',5,'Maria Aguilar','https://lh3.googleusercontent.com/a-/AOh14Gjcc9i7EF1x_d3MbbIprt_3fiXSgERqiaaBrmRH=c0x00000000-cc-rp','8679688254631342173',42391),('AbFvOqlnaIrVg-U895Q_lVQa1v22KIPsBFqQ-pJJED9zM0DYCfCF86cgiFXirkXF-C4eUK-mKCS7Ig','This urgent care is super fast!!! The staff is very nice and helpful. The facility is very clean.','2020-09-13 18:29:46.737000','2020-09-13 18:29:46.737000',5,'Vianey Alaniz','https://lh3.googleusercontent.com/a-/AOh14GjgR7cqnd08hrB_Gq4rj5eSi_3AgZR7uH5o01XdNPo=c0x00000000-cc-rp','17898197009688164559',37556),('AbFvOqlNAnlOxRU-LT5GKbyHHgxQTm18xMlRyqiuencd5XnMvdklALeKOCepLgRr89MJGhdAJrGkGQ','Signaturecare is wonderful. I called them before I got there to make sure they were open, and the friendly receptionist gave me the address and information, she even text\nMe the address. As soon as I arrived there was very little wait time (like 2 mins) before they called me back. The nurse, Jesse, was very polite and knowledgeable in what he was explaining. And Dr. Boeing ( I think was his name) also was very knowledgeable and had great bedside manner. Also, the place seemed very clean and sterile, which I greatly appreciated. I had to stay the rest of the night for observation and the staff that came in periodically were very friendly and attentive. I had never visited an Emergency Center before, besides an actual ER, and I\'d definitely come back here and recommend it to my friends.','2016-07-04 13:25:28.469000','2016-07-04 13:25:28.469000',5,'N Santos','https://lh3.googleusercontent.com/a-/AOh14GjAar9eUrnHL9KbYP8dqKLbvZ6hRq1kbm1VTlcN4A=c0x00000000-cc-rp','3511292162159714121',41196),('AbFvOqlNAT23kTtbrCA5vsOA8xd5H_S-BRmB-R7u4OV5UaVz1LTsP5B5QpyLkir7Mf0YC8Nq1iRhuQ','Special thank you to the nurses Michelle and Konya! And to Dr. Elsbecker. They were very polite and courteous. They answered all of my questions, & made sure that I was comfortable during my visit. Was out in 1.5 hrs!','2020-02-23 17:02:25.549000','2020-02-23 17:02:25.549000',5,'laquelle Spencer','https://lh5.googleusercontent.com/-QMNcNnnGgjM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckI8ryuntZ_TS2Q0o5qLbs8FBbwHA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39102),('AbFvOqlnATpvshzU-Ru_ihP4ZV9if7bCgK6eU8G479TENtwTSnbPN1j_yBvc_Ixxjm9tKIjxBqs0','Friendly, caring staff. They treated my daughter in professional manner. Provided explanation for what they were doing and gave next steps. Dr. Patel, Sarah, Fatima and Daniel were a great team.','2019-12-11 02:16:02.177000','2019-12-11 02:16:02.177000',5,'Kimberly Starks','https://lh3.googleusercontent.com/a-/AOh14GiI29lZCf_HTVqEshj8EZvIgfhPDolZKGt6fWpp=c0x00000000-cc-rp','17898197009688164559',37815),('AbFvOqlnb1tf_mpeGT_8GC422hce3bV-5lHq0mkAZA_YtYqXwhdU4X6jGBir3XIn-TtIysn9m0Vuwg','Excellent service thanks Alvean,Valory and Marcus you guys are great. Fastest service I ever had!!','2020-10-27 16:58:00.930000','2020-10-27 16:58:00.930000',5,'Aurelia Figueroa','https://lh3.googleusercontent.com/a-/AOh14GiJ6vQ9OmgbWiLnhCIJ5UiFCTMwbDsMWEQcKr4MFG0=c0x00000000-cc-rp','16389487648212004696',33064),('AbFvOqlNbRUQ5GEIn7FnChpQhArRQOtgj0WFpq9BF5yioNX7Mg6GSl4oRT4npOBP-tEImj7OoXrBxA','I came in with my son in pain and there was basically no wait time for the doctor to see him and I was surprised there was not much paperwork to be filled in, which is a good thing of course. All the employees were courteous and very informative. I am glad I went and will definitely be back in any future emergencies.','2017-06-16 14:12:15.804000','2017-06-16 14:12:15.804000',5,'Elizabeth Flores','https://lh5.googleusercontent.com/-qi7CEcn-ITw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-f4jzhchLmq-Kv3wK7hLTBOkFAg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43511),('AbFvOqlNbWb0ClfyfxS2NMag6_ch1yLG9FsovLDyEuyq2ctmJCQ_o-MDB0eDCb4MFrCLW07sHg7VPg','Absolutely awesome place!!! I’ve been there several times and they are exceptional at taking care of patients!! They have everything right there that’s needed to treat people and they are so friendly, kind and caring!!! Special thanks to Susie Hicks and Robin Bratcher for being so wonderful to me!!! I won’t go anywhere else for emergency care!!!','2019-05-29 16:56:24.988000','2019-05-29 16:56:24.988000',5,'Staci Whitley','https://lh6.googleusercontent.com/-TgcE-IzL_ik/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnPXfCRArV3wTJ9Shu_-3sxde2XwA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42063),('AbFvOqlnc8aJzlwTQMRJG_25OUfNmMRQa73HDSak5x9mZA6SqT8ztGXpz7mIvWOpHeSn0q4IIcLN','great customer','2020-12-31 22:36:20.022000','2020-12-31 22:36:20.022000',5,'rosa reyes','https://lh3.googleusercontent.com/-WsVdyEkm_kM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnIIstcUBsMCFKAKHiGLUCCNM1Aew/c0x00000000-cc-rp/photo.jpg','6521947413723274945',44210),('AbFvOqlnCDJr3nTf-y-A-CrsdA5YXCHKzxfYnb9uVwf9PKjZag-Ye54sVpDejOPngqv2-CmLvrSYkA','Dr. Akunyili was very polite, The nurse Alvean was helpful. Tricia the radiology was kind. Patty the registration was very helpful and walked us through lots of things. Sean the ER Tech was respectful.','2019-08-25 21:37:18.595000','2019-08-25 21:37:18.595000',5,'Sonia Baig','https://lh3.googleusercontent.com/a-/AOh14Gj6VLH7Zi1xyrTEINLL1pVF4CnO1oP7XDSXRmQ3Qw=c0x00000000-cc-rp','16389487648212004696',34024),('AbFvOqlNCypxEp0eZ8kBANnGT2ORzAuWiDPl0a1kRIrC0PfvlXaigMhr3QKTd-NRc15ftS3cA_icAQ','Dr.O’Malley and my Nurse Alvean and Jordan were all wonderful.','2020-10-08 13:46:24.541000','2020-10-08 13:46:24.541000',5,'Jessica San Miguel','https://lh3.googleusercontent.com/a-/AOh14GgIRGlvhJABD6z13asWbfkV1NjbtCCctjAqKKZREw=c0x00000000-cc-rp','16389487648212004696',33171),('AbFvOqlNd7TAOczsZPDeH-5jK_M8g5OEPoS-vZSDtUcvU575R1kXbZF_qN8xTxnpZFjmrFaZucPZ','I cannot say enough positive things about the doctors and staff at Signature Care ER Center. I came in late night with a potentially serious condition. Dr. DeWaal saw me almost immediately and began a series of test. I was never left alone and constantly asked how I felt. These people treat you like family, very caring. Dr. Rose saw me the next day and thoroughly explained the process I was undergoing, she\'s AMAZING. I was finally released but not until after a thorough evaluation and the doctors were satisfied that I was in good shape. Dr. Rose even scheduled a follow up with another doctor that I saw the same day. I\'ve never been treated with such care before, you are in good hands by coming here!','2019-04-11 14:08:17.077000','2019-04-11 14:08:17.077000',5,'Ricardo Quiroga','https://lh3.googleusercontent.com/-s8PTNt0QLO8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckBJf5Zg7qe5ozZrOcmyZasr7QskQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36228),('AbFvOqlNDGIqjzeKqj65nLfzu5lXDugcVbJT1fjfQajw0YbjKiGxZ3Ww9VBQC9fqrAz5WAGYoi0u_Q',NULL,'2019-12-07 16:10:06.282000','2019-12-07 16:10:06.282000',5,'christopher bartee','https://lh3.googleusercontent.com/a-/AOh14GjsNNpzPCMcMFf5KzdI3_AcTxviBRl8kLtXPSHk=c0x00000000-cc-rp','16590124370714063921',34518),('AbFvOqlnE9C0Cd8VOaGWfUEFqQqjTlaiDYalsKDvjVKzUuZkLnmIfCOx1wGJJdjDJyKA3GLWXZ2g','I arrived with 2 sick toddlers, my four year old son and 2 year old daughter. The registration nurse was very welcoming and kind. We sat maybe 10 minutes in the waiting room, granted it was 1030 at night so they weren\'t busy. Either way we were taken back to a room and both nurse Billy and Dr. Curtis we extremely kind. They were considerate of both my kids and they\'re different symptoms and Dr.Curtis explained they\'re symptoms and diagnosis while he examined them. They were offered juice and chips. They were given blankets and my daughter was even gifted a small bear. This was my second trip to they\'re emergency room and it was just as wonderful the first time around as it was the second. I have nothing but love for the signature care staff and I will be making this my children\'s regular emergency room when they need a late night visit to a doctor.','2018-12-10 06:54:41.223000','2018-12-10 06:54:41.223000',5,'Megan Kelley','https://lh4.googleusercontent.com/-Yr5RQOGahMk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckGh4NXv0tVAsjHnOEneQOfoG2h_g/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42219),('AbFvOqlNedQE1HqoQzlGehEn0sooC2SCLzrnWMYiyvNsj7dR_AHRYRuurxiS4CR4dwYs3vsZ76R0','My experience was great. The staff is very friendly and professional. I didn\'t have to wait long at all to be called. I was very comfortable waiting for my blood work and ultrasound results. I was able to watch tv while I was waiting. I would recommend Signature Care Emergency Center, great service','2016-05-26 10:39:17.181000','2016-05-26 10:39:17.181000',5,'Myshelette Hayward','https://lh3.googleusercontent.com/a-/AOh14GidT4Je6YROSzFFuZaPC27ks3tUg0vmblVHv5FT7g=c0x00000000-cc-rp','14567670160750071148',31242),('AbFvOqlneIAs1PhaGCRzRJujvbtnmlsgZ5eMF2qD2I7Vo0Nn6QNqsThcsRl0BD98lbpRXMo2lNWv','Went in today and the service is quick. Dr. Elsbecker has a perfect bedside manor. The staff is professional. Townsend was quite informative and positive experience.','2020-10-21 20:55:27.329000','2020-10-21 20:55:27.329000',5,'Chef James','https://lh3.googleusercontent.com/a-/AOh14Gi_CoMaT0acHc0KQCQU5O1qT5dlX_7V98v6JVki3Q=c0x00000000-cc-rp','16891069708558046635',35688),('AbFvOqlnEmvMZrqJ7p39XexrRArRJW5CXI9WqlvdGx_VAkwcgQdSGdmffD2z8Z7uDl9pYlvy4pLpXg','Signature Care is all about customer service. I was taken into an exam room quickly and offered a warm blanket. Dr. Thomas was in shortly after my vitals were taken and offered a treatment plan. While I waited for test results, my nurse brought me a drink and a snack and again offered a warm blanket. My visit took less than and hour. Very pleased with my experience. I received a follow up call the next day to make sure I was feeling better.','2019-04-14 15:27:35.808000','2019-04-14 15:27:35.808000',5,'Joni Carroll','https://lh3.googleusercontent.com/-CRB8EIcLv6k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn_2-DjdQMMICbiueE7HXJJLEFsOg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30571),('AbFvOqlnETMTY99FgVXlmP_eYGlaWACCe8a1P0GRg78lKGJYQy3tCbZGiNI0LwGGCxs0RWmB5Sqeiw','Service was fast and doctor and nurse were very informative about my financial concerns. I would definately trust them again with my care.','2020-08-28 15:43:43.340000','2020-08-28 15:43:43.340000',5,'Monica Espinoza','https://lh5.googleusercontent.com/--PBU8ipB3YE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucki8YtVyXp33b7X3a0A2s8XiSggpA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30132),('AbFvOqlnEUmGz7Lsh6KM7Stsm7QEMrFSquMufAMAdrEykfyvTimMIqva1ZTe9Rh4Y8FvxyFyrAyu','Yes the place is great but the bill is horrific.\nI received antibiotics for a possible UTI in March.\nI checked my insurance website claim status and it said claim PAID. total: $1,675.\nAbsurd! All they did was take my blood pressure, give me a AZO pill, and tested my urine which came back negative for a UTI, but I wanted the antibiotics anyway because I was in pain.Hopefully the insurance really did pay for it. You see, this is why they are so nice to you and why the place is always empty. They are there to RIP you OFF.\nToday I checked the claims again and it has a new charge from the same day of $800. Unfortunately it has been DENIED by my insurance because they filed it too late. This is one expensive UTI that I\'m gonna have to pay for, dearly. So unless you have an awesome health insurance that pays for everything, don\'t go to these emergency places, it\'s a horrible idea. Next time I\'m going to a cheaper doctor.','2018-08-28 16:50:45.352000','2018-08-28 16:50:45.352000',2,'**duckeee**','https://lh3.googleusercontent.com/a-/AOh14GhJa-cdkurg4Xzxwp2cnVKXRajXeNSm0OaJNVCGig=c0x00000000-cc-rp','17394740196501090048',36915),('AbFvOqlnEx3HNf0OAvyrGBUDRkQItaq3SUTeniMWcDKTBABWad6bJ6n_726r9jmp4TpeCrLVKWrDjw','I have to say I came in here with a jammed finger and it was in a lot of pain but within a matter of about 45 minutes I am walking out of here with no pain at all.\nEveryone was nice friendly helpful very insightful about what was going on and what they needed to do to relieve the had pain. I doubts at first but clearly they were not needed.','2020-08-10 12:46:16.678000','2020-08-10 12:46:16.678000',5,'Josh Judge','https://lh3.googleusercontent.com/a-/AOh14Gg928PpwRlUUCpqDowWo5j-XKd6CLVJx-cChhY5xRE=c0x00000000-cc-rp-ba4','14748677429039074158',31781),('AbFvOqlNF1s_ueCXFgVMuogmWJzCi24r5uhScDsCUon-C5k9XVi3pScC8CVWzM2Qarv8cVOMeCl2NA','All staff service was great on my visit. Everyone was very helpful,i will definetly recommend the place to my friends if they ever need emergency care.','2019-02-20 04:18:33.989000','2019-02-20 04:18:33.989000',5,'Gibran Calvillo','https://lh3.googleusercontent.com/a-/AOh14Gim97BptZTNpjBjDq2balYDqLipFv5WlZuLbRNc=c0x00000000-cc-rp','17898197009688164559',38285),('AbFvOqlnfENz3Z0FwcDqQ92hgqwsMKHKBstBTCi9hzLJHZwAD3hRL-Jm6IIHLtKSetdvEniiVf4j','(Translated by Google) Luisa and Alvean very good\n\n(Original)\nLuisa and Alvean muy buena','2020-12-26 19:19:55.248000','2020-12-26 19:19:55.248000',5,'Nelson el mayor es mi idolo Granados','https://lh5.googleusercontent.com/-_g6YiCkLHN4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmRnqTUpn43xDKp8XW9BG9XMdiatQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',43885),('AbFvOqlnghze7unKXRg79h-_kcNIWt4bgBOFPNVteKBunr7pD9lc1Y36-aK1tVrH_v8D44LRUka09Q','This clinic was quick and Elizabeth and Teresa were friendly and awesome. I forgot my insurance card and they went above and beyond to try locate my insurance provider. If you want great service come to this location. Even the staff was friendly.','2020-10-30 00:58:35.686000','2020-10-30 00:58:35.686000',5,'Pamela Placencia','https://lh3.googleusercontent.com/a-/AOh14Gj7Xa1aOuqPCJU26xDU2imcl74Q883IaygbFC816A=c0x00000000-cc-rp','3511292162159714121',40093),('AbFvOqlnGiqGLo1HZf1AYcxTfLSd39z08Nl26QOPQcVxsh962HyyQHiin1i_EuTfTh2fzvrBYVhnng','Chelsey was great and the staff was friendly but if I ever had another emergency which I hope I don’t you guys are my first stoo','2020-09-14 18:10:29.873000','2020-09-14 18:10:29.873000',5,'Bradley Funderburg','https://lh5.googleusercontent.com/-kZWbr2yWI68/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnv6R_ZR29lZXfNeIUzlAzISVKu_g/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35796),('AbFvOqlNGLy5XE4fpnhx7zvjEmsog1kWP8kKsvHyUVe-c7H9n-Ff0Olh_YDJ3rAkUd3KOqBuHWTq','Very nice and helpful staff! I didn\'t have to wait at all. I would recommend them and will definitely return if an emergency arises.','2016-07-23 19:32:32.174000','2016-07-23 19:32:32.174000',5,'Angela Olmstead','https://lh5.googleusercontent.com/-tIos-mFx2uY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-jVQrvt05emJpHnfzDWalDlDX9g/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31216),('AbFvOqlNGZeUQGYWmtgh_VtKitnSNM69KUDShrZYq8UX7XR9lNZdhkiHGzNj5rGV99Xtz1lUPVDA6A','Very kind , explain detail by detail , and very quick . I love this place !','2019-06-14 17:20:50.409000','2019-06-14 17:20:50.409000',5,'Champaign Marie','https://lh6.googleusercontent.com/-XNdAxB2nTb8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZlXjipMUP6FQkv8F-lfMXKZwAGg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30526),('AbFvOqlnh9H5nd24dlcLgNgRCLKQix79Oi2AotUBh_hsjzOHh8aSNFkEatjkXBrU0qfLDdbckawJtA','From the moment I arrived until I left everything and everyone was amazing. I went in feeling all panicked and they did everything in their power to help me calm down and feel comfortable again. Best Emergency Experience I have ever had./ Thank Yall','2019-05-06 15:00:06.320000','2019-05-06 15:00:06.320000',5,'Collette Dionne','https://lh3.googleusercontent.com/a-/AOh14GjwjzeT1ZsoqQDnHZfZC4HpbPx4qh0dD1Q5VbGcpW8=c0x00000000-cc-rp','3511292162159714121',40575),('AbFvOqlNhaff0Rah_4OHLiHeLZfRlnPyvB0szze9BQ0359WqxUj5lRnoy3ZUIpI77mSso3erfiom2w','Elizabeth was so friendly, professional and very informative about the process of getting tested for COVID-19 ! 😌','2020-11-27 09:49:57.871000','2020-11-27 09:49:57.871000',5,'Tamerah Gorham','https://lh3.googleusercontent.com/a-/AOh14GhoLaLWWLqRNIn8Ac7FIyz-4Qdwy7fGufMTXturMw=c0x00000000-cc-rp','3511292162159714121',40041),('AbFvOqlNHaVin1T7NW-mX0qhYNHRom_mZnKaQEphS2MFOmfzTCz_8JkGsUcZ33UcEEWRKRF4oF33','Great experience quick service! No wait time. Staff extremely helpful. Nurse Karen and register delicia were very helpful and sympathetic towards my situation. Same with Dr yabba and tech Sonle','2019-11-04 23:06:09.019000','2019-11-04 23:06:09.019000',5,'Jodi Liane','https://lh3.googleusercontent.com/a-/AOh14GiGhKsE_SKzjolZSVKS6rk1iAbLHCK-V-Yl26flmw=c0x00000000-cc-rp','8679688254631342173',42607),('AbFvOqlNHMQUcoSGmWSXYYrRCtNSF7Ii5R5SJD-_m0F4clG-fSrO0nJPbVjkMeaHn2McBcBy0AraAw','The service was excellent and prompt. Ashley Burton greeted us and was beneficial with helping us with paperwork and getting us the medical help we needed. in a very timely manner.','2020-10-12 20:03:41.368000','2020-10-12 20:03:41.368000',5,'Jack Gabbert','https://lh3.googleusercontent.com/-74-gdEQG4T8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnCleshyNWxVsRzRgSMcKGP6qLn_g/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41877),('AbFvOqlNI_zPva957AS20vaeXEOVTENZ1LPisNwALzgXTV0kmSTQkmg0jjjHRgVp5zx3yzNkUiAh-g',NULL,'2020-07-22 20:14:04.985000','2020-07-22 20:14:04.985000',5,'Jakara Bryant','https://lh4.googleusercontent.com/-N2CUK3HXA0g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucksUpPD4Co3qHO0ld03hQuJ1Hadiw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42983),('AbFvOqlniHw_EomJT1ppBQp4ayNLI5GIsNQeHmpcivTpNzo0uDnDU5iH5--pNtMQ8RKlCey0rAeX_g','It was great fast. The staff Dr.Mauldin, michele,Daniel, and Shade were so helpful and friendly. My concerns were treated with respect. A++++ care!!!','2020-11-07 16:31:10.696000','2020-11-07 16:31:10.696000',5,'Catherine Shiflet','https://lh3.googleusercontent.com/a-/AOh14GioT9Ed5umqcWxSogpnZpEMp0HR1zBVdTOF6J6vnf0=c0x00000000-cc-rp','2694018788013845459',38907),('AbFvOqlNik3_d5xcQZA0qBnVhwkgiTJQSR3kFSIh-6hwvoq9qT4C4aftr1JY_7JR3b0yXSsXf6HI','I had an Awesome patient experience here at SignatureCare Emergency Center. When I first walked in the receptionist at the front Mercy was very pleasant and showed concern. My wait wasn\'t long. Charles and Blake had excellent team work. Gave me a warm blanket and I didn\'t ask for one. Dr. GARCIA checks everything of anything that can be wrong with you. The doctor went the extra mile to really seek into you and to find everything that could possibly be or needs to be treated or checked. The whole staff has great manners of the patient matters. They all were an experience you would want to come back to. They show that you matter and they care. Best emergency experience I\'ve ever had! I\'d advise everyone to come. The convenient part is that they are 24 hrs!!\'','2017-02-24 22:43:42.125000','2017-02-24 22:43:42.125000',5,'Rebeka C','https://lh6.googleusercontent.com/-aEwbqc3xIFc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnHoE6QxgDdphXM4DB-qmrQAhQRtw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32723),('AbFvOqlninsCmW1pcvlXVtNfH7_GRWOVsebbvVuEeQGYiz1shR1ghZkgwHT44scdf2Cj50qGrx53','Short wait time and very friendly and caring staff.','2019-05-21 15:03:39.157000','2019-05-21 15:03:39.157000',5,'Ana B','https://lh6.googleusercontent.com/-lij2vvbi1_Y/AAAAAAAAAAI/AAAAAAAAC3s/AMZuuclEdXQ4EPKakXiSgk14_8NiHuIy3w/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29841),('AbFvOqlnJ3IPN-hCZRJxPRpDAC-KRSXyILkEVtNjTF55Qkhx3zxBHDUVpoArvrr4RGQb-piWR1H0Vg','They greeting us as soon as we walked in and gave us very good care. Everyone was very nice. I will go back to them if I ever need to.','2016-10-08 16:43:34.514000','2016-10-08 16:43:34.514000',5,'Diana Mottu','https://lh3.googleusercontent.com/a-/AOh14GhilOAj5AC7lOfSkO7RpZ1DO225mi6kR-DLak2CaA=c0x00000000-cc-rp-ba4','14904078213800803294',32777),('AbFvOqlnjB3cX3PifskejKSogUUFK_mtglR7N-La6GHOn7N55bhybfp2nJ6WDioi5rRa7d9sYHnxUg','Great staff, great people May God bless these wonderful people','2019-03-19 01:59:56.556000','2019-03-19 01:59:56.556000',5,'Jerry Ornelas','https://lh3.googleusercontent.com/-O7o8gtK-yPQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckLRlGE7W9OoKDGljUS6lPf-zQBuA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29893),('AbFvOqlNJbjIcmuCNodHasZIbp8b6k2H8mZYW-oA8fImBzvXbwi6Oq3_eogP_PN-ErEAyuHsFse6bQ','Had an appt at 7am and didn\'t get seen till 10am , how they averaged 4 stars is beyond me . If you didn\'t have COVID before you are probably going to get it waiting around so good luck','2020-06-22 14:02:58.415000','2020-06-22 14:02:58.415000',1,'Samuel Cruz','https://lh3.googleusercontent.com/a-/AOh14GhCEz1Peg9b5UMFZR0J6J5wdEJxRVhW_CznC4IURdI=c0x00000000-cc-rp-ba3','3511292162159714121',40266),('AbFvOqlnjjU-E-YfksAsC_QJ4kT_ULw1S71G21w-VmP8WVlSK-lYwzdxmtblT5XRmRX09EOwBJIH','These ladies working the front desk and the staff providing service in the medical section were fantastic and quick. Not only did the front desk show me superb customer service but they were so kind to my son as well. They were patient and nice. This goes for all signature care ER’s as well.','2020-07-28 01:44:40.147000','2020-07-28 01:44:40.147000',5,'Shayla June','https://lh3.googleusercontent.com/a-/AOh14GiqhyXUdsXUuVQftC_t785Q52WPS3EQkXDvG0ns4Q=c0x00000000-cc-rp','14567670160750071148',30146),('AbFvOqlNJrYHi-Sap2ftEkJRRMxTHv09slifgzX2VnSbn0jMsFSxElx_WpQso0t5iKMU5Glz4redUw','Cody and George were awesome, quick and painfree covid test, highly recommend them!','2020-09-25 11:50:31.317000','2020-09-25 11:50:31.317000',5,'Jeanne Marie Ying','https://lh4.googleusercontent.com/-Ba4H0JtOTWk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmEO6-n-yjiyjJDHVrvqsQWl-Z3YA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38521),('AbFvOqlNK-p0YvFmjwsW5ovlh1ZtM-YgkhFonvNN7tMN5lnb00B0b_MhfxoaupQGsPLjovO4A8FXUg','Fantastic service!!','2018-05-15 11:13:41.890000','2018-05-15 11:13:41.890000',5,'Richard Zapata','https://lh3.googleusercontent.com/a-/AOh14GhF2QWMp2Eb8XBhzaM79QI9rX5fA-4DBy_LUfc0yQ=c0x00000000-cc-rp','14567670160750071148',30841),('AbFvOqlNkiU-t6Bq7gTFiJbYMcyTZaIsV08Ap88zccDRP-Btd--oqvhkys-eEelDQRSuqCps5eAsaA','EXCELLENT CUSTOMER SERVICE & THEY ALWAYS PROVIDE EXCELLENT CARE!','2019-01-24 17:15:46.840000','2019-01-24 17:15:46.840000',5,'Deausha T','https://lh3.googleusercontent.com/a-/AOh14Gi_Q9d7Wry2-q4oNlnxIFkHSGYGylVDJSr4E8D4Kg=c0x00000000-cc-rp','8918455867446117794',43316),('AbFvOqlNKpJX4f8KilqWXWbcvpu1hfnieHl4erMez_hcVNuFVHBeVlOXIBSkADYo19uNJ2iso-4Q','Fast and friendly staff, they really love their jobs!\nDr Angela S. is awesome!','2020-07-18 17:46:02.117000','2020-07-18 17:46:02.117000',5,'Dana Putnam','https://lh4.googleusercontent.com/-n67wG8BPdEk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJoncQJXjbZf09fkQ5PWzDWpjfPw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32008),('AbFvOqlNKtVaZglacN4-5bMM0_HwDcCAxm6Cd9Kz8xivRaSrHIXqfyUp_2lwUj1wbGpOi1WHlIQgHg','I went in and was greeted by two front desk clerks who stood up and said high the minute we walked in! I was brought in immediately to the doctor who was very cool, nice and concerned and the same with the nurse and cat scan tech. The doctor, Dr. William O’Malley listened to my concerns and totally kept me calm. Dr. O’Malley was very sweet to my fiancĆ© and also calmed any concerns that she had too. All my test came back clean but Dr ā€œOā€ suggested that I should see a neurologist and I will but as far as ER’s go this place is first rate! Thank you for everyone working that day! PS my fiancĆ© said she appreciated that they offered her a blanket!!','2019-04-14 17:50:23.707000','2019-04-14 17:50:23.707000',5,'Elvi and Michael','https://lh5.googleusercontent.com/-MxgP0OfCFY8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmWw1PLGgO0TkHqcXwsM4tcOB6Abg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlNL0mVIjtYSu7HHGec8sh7ABltOSxmPhTirAPaXbCKdS7vRFkH_dm2HKhT6JRu2CeKtMiS','Dr Do ,Alvean , jocelyn Great service','2020-01-11 19:13:58.215000','2020-01-11 19:13:58.215000',5,'James Jackson','https://lh3.googleusercontent.com/a-/AOh14GjdHvful77EugrZdR7tv68Sk_M18V6Yks511m44DQ=c0x00000000-cc-rp','16389487648212004696',33521),('AbFvOqlNl2tO5vRbPFWANOaiOIO86a3K3E1PrfVtvxArqqOxtXWKjU-FCQI154ffNHIhDAf9MO4j','Alvean & Ekaterina were excellent! So helpful','2020-11-03 14:08:54.059000','2020-11-03 14:08:54.059000',5,'Jennifer Galloway','https://lh3.googleusercontent.com/a-/AOh14GihedHJa5ufi7ovxpMBuGSCo_mzuzf_xifuoyTBR4s=c0x00000000-cc-rp-ba2','16389487648212004696',33013),('AbFvOqlNL5FaxOHmwJXsJTLOCanF8Ck0bSRhj20iHu2Ustl_te0RAc_iq3r57qSxhHDQypgyZKJVIg','i had to wait an hour after my appointment time to get seen but it\'s cool bc the process itself was pretty fast. also, the doctor who gave me my results was so vibrant & beautiful i hope she has a great day.','2020-07-21 01:33:23.768000','2020-07-21 01:33:23.768000',4,'Mia Swanson','https://lh3.googleusercontent.com/a-/AOh14GiRQndiQZ8h8_kD30Tm_C4z96zxoBeE5F00Ao48PA=c0x00000000-cc-rp','14748677429039074158',31924),('AbFvOqlnl8cHIle8C6W56xLHxFoTHOG7ae2uXnBWhvkgnmHb4gpMfXwLG5JY_98UBnQAFUfrCcLW','This place was so helpful, my nurse Anthony was fantastic! I recommend 10/10','2018-04-19 22:06:01.103000','2018-04-19 22:06:01.103000',5,'mallory hall','https://lh3.googleusercontent.com/a-/AOh14GiKlzA_-6aYNwl_ItESKfbTRXwURymUSTzHtE70=c0x00000000-cc-rp','16590124370714063921',35284),('AbFvOqlnLDELzffX585drsCVlVH1-g4Kfi3xSmejBD_MIGvEXKFi9esgpVUUtYGToHxyK-scUv0e9w',NULL,'2018-12-30 22:52:25.374000','2018-12-30 22:52:25.374000',5,'Gerry Prater','https://lh3.googleusercontent.com/a-/AOh14GgapatWp2jemXT-UaUdr8G1Ii26NOYHG4EHQvuJ=c0x00000000-cc-rp','17898197009688164559',38342),('AbFvOqlnm3qxoZrHyEot9JvpMlRosYBfIhdW2K4zxQFIbNuLuIAIcbtDvjvkF_vWOQjFLIkc3RVKtA','Super fast and the nurses/doctors are so sweet.','2019-06-08 22:25:06.686000','2019-06-08 22:25:06.686000',5,'holly g','https://lh3.googleusercontent.com/a-/AOh14GjJJPf4tyKri6RxXTMjS3p4a7GpMSiCRNL11s2YLQ=c0x00000000-cc-rp','16590124370714063921',34830),('AbFvOqlNmD9Ysv7EWDLsoC5XV_aYmEJ_EoQNgtWr6NhOnVl1zn2ebGgAiJuP4BDRZCkfCMFHdqucgw','very helpful and understanding!','2017-07-29 03:08:24.321000','2017-07-29 03:08:24.321000',5,'Julliana Beltran','https://lh3.googleusercontent.com/-B6Ex36YI4kg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckiXIAHGxpVNTbWpF3YWg9VXJZ3Gw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30999),('AbFvOqlNMO3wrLDD_VFyTcyVzRpgKNhvsZH53-3oPBSM2WOQm8EEZNnn2umyx0hLqUVkKA15PyJK9Q',NULL,'2020-12-26 04:17:20.325000','2020-12-26 04:17:20.325000',5,'Brady Baker','https://lh4.googleusercontent.com/-D4LiAGKE81E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucncnXF17ZjQuwmjBZHcFcqGPQCenQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43820),('AbFvOqlnMs3m6DcZ_HqpJ3-WS1-MbcVFfmGpRd_URQGzFVYLzO9JgM8AomWwH_RMPWvcUbcjyuVo1Q','Great place. Very clean and efficient! Excellent staff. Alexis, Anthony, Victoria, and Dr. Jaber were each super nice and really tried to make us comfortable.','2018-09-16 13:43:58.866000','2018-09-16 13:43:58.866000',5,'Tracy McAnally','https://lh3.googleusercontent.com/a-/AOh14GhHWIbmZ9trKDiaMqLjEZs4zk8rHplY2r5tuq94Gg=c0x00000000-cc-rp','16590124370714063921',35178),('AbFvOqlnmSJ-3LvhPdoKbaXaY4XANWAaylwJXDdzq5QH2LIfnEoH72EVXiImsAM5rn8WUV1tIAbg6w','This place is pretty cool if you need some good care. Been here twice in the past month for hand incidents . Staff is super caring and friendly! Clay and Lindsey took care of me today and they were both so sweet!','2020-10-25 16:23:11.450000','2020-10-25 16:23:11.450000',5,'Helen Cooper','https://lh3.googleusercontent.com/a-/AOh14Gg72HABXuFDoT5ASgpTWsex6HhEWB9vzJi_OakVWg=c0x00000000-cc-rp','16891069708558046635',35674),('AbFvOqlNN2KA51eT1blkmUzyMKuP5G-xdWABYQQanqOeHI2_PekiPWf89ts72O6KcAcEAH4po8V0','Fast quick service. Super friendly. Nurse Sarra is super friendly and doctor Dang is calming and nice.','2020-03-01 06:59:58.240000','2020-03-01 06:59:58.240000',5,'Lil’ POP Decor','https://lh3.googleusercontent.com/a-/AOh14GggjChICeC9rZkVCe9ZH6wbdSeUOoD2SdLkBDVs8Q=c0x00000000-cc-rp','12541597562633926366',28673),('AbFvOqlnN2kxmPgxQxf8gE9VFGHFb1MZ1EEWla68CCmBfNkZbiL2fxFppIW7CjyjLZxrct9rN6EG','Tanishia is an amazing person, so nice. Will be back for the next checkup!','2019-12-20 09:15:27.124000','2019-12-20 09:15:27.124000',5,'Kawii Kitty','https://lh3.googleusercontent.com/a-/AOh14GjWytvajm1zOCSQa8Hnt_kXE7KxxlBGwvFa_6FL=c0x00000000-cc-rp','17898197009688164559',37791),('AbFvOqlnNKNl86_Paa0Yy8vwhZUH2wBxVxkQVG4WyQr2d9DvYPia7kdkgQaizGiAlulcPgZ0TaNt-g','Valory and Abigail were very professional and efficient when administering my rapid COVID-19 test.','2020-12-21 15:50:57.299000','2020-12-21 15:50:57.299000',5,'Jay Townsend','https://lh3.googleusercontent.com/a-/AOh14Gi4WhxLyDUpuVXfQvCOHzKVterXue2QmmZeXi3d=c0x00000000-cc-rp','15979470999169074295',43642),('AbFvOqlNNqdWCbeLqMrFdGm4Ky8YbP67RJZIQmLie-RSHxTBLE2DlF2mN5esMGlpuR3sCBm430KJ8Q','Had a great experience. Dr. Smith had a great bedside manner with my son. Alvean was a great help also. Jocelyn at the desk helped up check in quickly!','2019-05-26 12:38:24.889000','2019-05-26 12:38:24.889000',5,'Paul Smith','https://lh3.googleusercontent.com/a-/AOh14GjeYwcyAV_bP8xSCGTBvibeCvAHeOQ6VCMPWLFkWw=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqlNnVWF1mrAz6voDIuHGLJaGdFd9e3tx9xrhMqVLBarFclqw3nosBXXSXQbJ0qQl0YheABuMQ','Lucas, Kim, and Sherri were all super helpful and friendly.','2019-08-15 19:17:54.912000','2019-08-15 19:17:54.912000',5,'Kathan McCool','https://lh3.googleusercontent.com/a-/AOh14Ggo4Eyg9NZ5zvrt6r-vqlrO0XekzmFO_x6ibT9CzQ=c0x00000000-cc-rp','3272657195432704501',39818),('AbFvOqlNnZstQ6foJaF5VU6-21eDOQEISZWIaqxuVyzYcV-2zsI7bgwzUGldjQ8IE-rafzXRTbY8','Great caring people who do a great job despite the current climate! Dr. Townesend and Chris were amazing and so welcoming!','2020-10-16 22:57:35.253000','2020-10-16 22:57:35.253000',5,'Krista Kummerl','https://lh3.googleusercontent.com/a-/AOh14GjWMow0zLmkpGm2GDx6C5xy6QQlxfJshv586sIt=c0x00000000-cc-rp','16891069708558046635',35695),('AbFvOqlnoEGWO0bEcu0VBq3NJzBpDMZbwYgiXb4uLaWooUt2-nCPQ-3YjPebI7brsof-B6-TfSTV','Very nice staff and quick with getting me in on time. Extremely sanitary as well!','2020-12-10 03:00:13.190000','2020-12-10 03:00:13.190000',5,'Danielle Courtney','https://lh3.googleusercontent.com/-MXkkX1RKGPU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckoeijj7MTo8HZsquRQcHRsF1RLcA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38845),('AbFvOqlnOZQaDxwagFdXw2rnzjBEPSreuZh0n_MkHDHfoLZHCeRMr2dbDVt0_kdvmHiEa8CoBj1wUA','The people that attended us were very nice and kind. I don\'t know their names but they were all charismatic In their own way. They\'re all fast and reliable for sure. I\'ll definitely come more often','2020-07-18 18:07:50.638000','2020-07-18 18:07:50.638000',5,'Adrian Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GjKAnFA14K-8NDUU1OVIaW-8ydf1i4sPVNyK_Mz4Q=c0x00000000-cc-rp','14748677429039074158',32004),('AbFvOqlnpqOaMTotc29Kty03fKcY2PCGJSOS6xkXvolUTz8g2S8n4fOSDDWK3YDiHm7KlQJIGBYtqw',NULL,'2020-10-05 21:54:48.309000','2020-10-05 21:54:48.309000',1,'John Vice','https://lh6.googleusercontent.com/-DJ0Sa9I5AJw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucncFX5uk5q24iDz089eSYlqMiLsog/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29301),('AbFvOqlnPxpyLWUXT-av8z3BbgHuf-Q1k4UOPexVVtn5Tb2B0iqmEc5ebkyk3blRZq4pQOQfAaw9rw','Had an awesome experience here. Was very efficient and everyone was very kind. Special shout-out to Megan, Miller, and Townesend for their help.','2020-11-24 14:32:08.559000','2020-11-24 14:32:08.559000',5,'Jacob Askew','https://lh3.googleusercontent.com/-G5JPNJF2t5o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckkkMBNmiYRSvh0rWJj8_OVdc8ohQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35556),('AbFvOqlNq_G7ACHhm7hX5EoaCkNTYgjNYMOy7AmvX8M7uSsNg-d8V4lsbbP_J3_tzHbNb13ErhaqkA','SignatureCare was clean and welcoming. The staff made me comfortable and were very kind, each step of my appointment. Sam, John, and Cody took good care of me and answered all of my questions and concerns!','2020-08-18 14:55:44.743000','2020-08-18 14:55:44.743000',5,'Kendra Towery','https://lh4.googleusercontent.com/-w4n--p_p7ro/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckeM7X5kTqH9z2t0RH51C51yYIs-w/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38580),('AbFvOqlNQJs_7SSIIc_mgWrU2IVDap-SMzlJ_tAtB05rJaFpzX6vie-QFYX1WHgqsRPGWF8lbw_H9Q','Very professional. Staff is so kind and facilitiy is clean','2018-08-10 01:24:07.387000','2018-08-10 01:24:07.387000',5,'Ashley Nicole','https://lh6.googleusercontent.com/-zTztaq8BEKM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckrTS_mBRLGmy6rJaiF-KJ8S_SAVQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29212),('AbFvOqlnr9nzHMOvaZ-Q8I7ryMF2t7oIlMGZzhNZRhHx8wlHPAfLrnV7zxXkUzcyqmH82mwpUTo2yQ','Had a great experience with Dr. Faig. The nurses , Sarrah, Fahme and Catherine were also so nice. Laura and Scott from radiology and lab made me feel at ease and checking in with Mercy and Kandi was super easy! Highly recommend!','2020-10-29 13:15:25.996000','2020-10-29 13:15:25.996000',5,'Taylor Boyd','https://lh3.googleusercontent.com/a-/AOh14Gj2B0C2k55LS8HfPah51ZmNguFKWD-Y4jhqObMilw=c0x00000000-cc-rp','12541597562633926366',28489),('AbFvOqlnRM3QWvYPSTZ-nRVQVsfd0GJ89qTFodBg2dqYxo0JlnUUKS6FIaw4DyifFfmWThR39gmtxQ',NULL,'2018-08-20 19:00:10.491000','2018-08-20 19:00:10.491000',5,'Tabetha Borgfeld','https://lh4.googleusercontent.com/-5qbjSPbxBcU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckW4QSOr7ki8eOkdfT6emEOBHq5GQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35237),('AbFvOqlNrQ2-vC0Kf-I79CE5J0qvv2S6GcsFiUnNqwxRu4rWZW9J0SzTAR7LLpD75Z_73nXvI_4hjA','This is my second time to visit this location in less than a week and I\'m really impressed with the high level of customer service shown. All staff members are really attentive from the time you enter the facility and throughout your treatment. I have never had to wait long to be seen by physician.','2019-06-19 13:54:30.847000','2019-06-19 13:54:30.847000',5,'elise green','https://lh6.googleusercontent.com/-hKp7sH_StGw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclXKxrWd-hyNDeuKYTOefOB_B0fCQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlnS8GYcbIW4cS04RJIc9cCn4V6t0imu10P__ikAN2ZjOpf6YoBLd50HLP2yGR9feTlKHeEPA','Very friendly staff! Quick service!','2021-01-08 16:21:26.858000','2021-01-08 16:21:26.858000',5,'Sarah Solinger','https://lh3.googleusercontent.com/a-/AOh14GgL5zSzQxyorheCXY1kps2Vbq6zXL8cbZFmXA8T=c0x00000000-cc-rp','16389487648212004696',44490),('AbFvOqlNSdN4mLJ0e0NSJ5lj-A_qTwfK3jA8jGkskVZf_HS0FA2rtK_98wTW-h8ct8p8wpFr1Cc6','The staff here at SignatureCare are all great, friendly people that help make something as nerve racking like a COVID 19 test, go super smooth. They get you in and out. Cody helped me out during my visit and was awesome.','2020-08-11 15:38:08.063000','2020-08-11 15:38:08.063000',5,'Johnny92692','https://lh3.googleusercontent.com/a-/AOh14GjfG0FsZdaHoEszOWazJJ3YNlC2gM4iHZ4B6X1v=c0x00000000-cc-rp','2077061009497551125',38621),('AbFvOqlnsLCaimkHFaGL4kGIck9ZEvZ87Q7soCZI1RlxM8gltXGmuDpCp2xdAvL6-uZowm77rR78yg','Amazing staff and facility!! Dr Golla, Naureen, Leslie, Jacque, Briana, Reed and Amanda are all the best ever!!','2021-01-13 07:46:55.173000','2021-01-13 07:46:55.173000',5,'Gina Balzano','https://lh3.googleusercontent.com/a-/AOh14GjgJRqoyIJ03CguLDxMmdfI4gBXtJu-I-8gOzLR=c0x00000000-cc-rp','3511292162159714121',44682),('AbFvOqlNSYgPyN0L4mmburSNvHlgJf6ppccT6lrzqGvAW6jLIdJZmXZiuLYkjSh9W-P7WqP1zoUm','Signature Care is always a good experience! They are great listeners and always urgent to your care .I would like to thank the staff Cecilia ,Gina,JB ,and Dr Ding','2020-03-07 14:47:52.202000','2020-03-07 14:47:52.202000',5,'Jaimee Cole','https://lh3.googleusercontent.com/a-/AOh14GgXXlEw21rrRvTmp25OgUT5CIuKPhElSN5ZOWKW=c0x00000000-cc-rp','14567670160750071148',30209),('AbFvOqlNTotSs9BUcAqUP63m3GVdj_9aIDa0Jzfg--RX8dLWfPWcCb1AGGV6qdvGuyVXhsIh62lV','Excellent service from everyone. I was really impressed. Nowadays, its hard to find such great service.','2019-04-09 04:47:03.948000','2019-04-09 04:47:03.948000',5,'Fahimul Karim','https://lh3.googleusercontent.com/a-/AOh14Gisvs-ftUOrt6VOId0EWXWHM61gRP6ouqsLkjUDnw=c0x00000000-cc-rp-ba2','17394740196501090048',36797),('AbFvOqlntrAGNqwjXwHVRzkOUsZwUHRTKBXcK9oGV-yLh58h4AzSXyjls64FEfeDmXqOM-UC7YMA','I was going through a lot of pain and I have been in and out of the ER for the last 3 years. By far, this was the most enjoyable and wonderful experience I have ever had. The staff was so friendly and super knowledgable. If i have to go back to an ER, this is the first place I\'m going. It took from start to finish about 30 minutes to get in, get an IV, and get a CAT scan. Never has all of that happened so fast!!','2018-06-08 02:58:36.261000','2018-06-08 02:58:36.261000',5,'Christine Moore','https://lh3.googleusercontent.com/a-/AOh14GjSxOPbjE4b2bXOm2qHZJgL7fYMmKcNFyvY1dUxCg=c0x00000000-cc-rp','3511292162159714121',40932),('AbFvOqlntRWVc8Mr934kdweQNiVmAJDW2MSLWaqc39B5PJyVSnjiZ01tZ_bVTCfgVdOsiGYnX9zq','This is my second time coming to this location for a Covid test and both times all of the staff, nurses and doctors have been amazing. I would definitely trust coming here for an emergency other than Covid. They are fast and very helpful.','2020-10-08 14:37:34.178000','2020-10-08 14:37:34.178000',5,'Toni Runnels','https://lh3.googleusercontent.com/a-/AOh14GjImtVpbu7AxyVFTom93UD87AapHMJdwfF3tk-w=c0x00000000-cc-rp','8918455867446117794',42873),('AbFvOqlNTWKK1cElYDoP4Ud1xRZpgrASs0WEMNrccOXEQ0jQ8TVQhts-w72lTRN2TQgdK5kwYsG5PA','Friendly, caring staff. Very informative on all aspects of the visit.','2018-08-11 00:21:50.712000','2018-08-11 00:21:50.712000',5,'V W','https://lh5.googleusercontent.com/-3zga5-luu-U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmsDL9ZdTYSPRJLKZM3cJvzUnNqSA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40873),('AbFvOqlNTysPA3my3vuTK-KuZceg0AkQI2gDe3tATJmIIfXjWVlGXhPATCZSMIHD3HsjDmpAbK6puw','Everyone that I encountered on my visit was caring and extremely nice. It was almost as if I was visiting someone’s home and being shown great hospitality! The doctor was through with finding out my problem and was able to put my mind and pain at ease. I want to thank everyone who took care of me: Dr. Curtis, Jennifer-Registration, Susie-Nurse, and Matt-Tech. šŸ¤—','2019-12-22 17:31:21.876000','2019-12-22 17:31:21.876000',5,'Michelle Giles','https://lh3.googleusercontent.com/-XCUNTDCG7NM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucktI5VeLb4t6FcJ1LuvS8qxbEU7XA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41967),('AbFvOqlnvIkjme_5EFLQsRYPS5jabvS2kpIilC2TDXYbYIseH5oWAphogrj-QLvKAR9FGm5kjkN2vA','Amazing experience absolutely no complaints whatsoever very kind very nice very professional. Everyone was very welcoming and comforting Kelly V. , Julia B., Dr.Dang, Julesia H. , Amy M., Shawn K. Thank you for everything you do. I very much appreciated your help and support.','2020-11-11 17:06:17.341000','2020-11-11 17:06:17.341000',5,'Supreme Eddy','https://lh3.googleusercontent.com/a-/AOh14GhHzaLeoxeWUy4gDK7wh7NuVz3l0_QxehvcsnCQ3w=c0x00000000-cc-rp','8918455867446117794',42837),('AbFvOqlNvPF70T_13j2AyYtKGtuLR93FRGBF9iYcv9xFq1_DJR2IAsNZa4hcKwGD8796olB2tKvdVg','My experience with signature care is excellent. I am taking care off very well. The staff were all nice more specially doctor Ding he explained to me thoroughly the result of my diagnostic. I would highly recommend SignatureCare for emergency. Keep up the good work and all the best for your future emergency patient, i know their in good hand!!!','2020-02-28 15:43:09.851000','2020-02-28 15:43:09.851000',5,'E R','https://lh5.googleusercontent.com/-gVyZV6A9oeQ/AAAAAAAAAAI/AAAAAAAANkE/AMZuuclhK-NHo3FxkGIt7mhrYG64FgpNDw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43070),('AbFvOqlNVR4lsMeqK9CUsM2zvVP6WYC2QUkFqSn_9L26SBiO8nhMyIL7oLGbIZpWzNwdbL3xcGZzRg','Needed medical assistance while on vacation in Austin. Very pleased with the help I received at Signature Care ER. Prompt, courteous service provided by a very knowledgeable staff. Many thanks to Dr. Rose, Adam, Christina, Linda, Freddy, Natashia & the rest of the team.','2019-01-02 21:28:38.336000','2019-01-02 21:28:38.336000',5,'Tom Kelly','https://lh3.googleusercontent.com/-ogSi9gn53YY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnlO8rm5KXWL15LTSCzUwdsulYR-w/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36304),('AbFvOqlNVv3q97z8vr4V0kogJO1CoYPj7hJCIWKSPlagidfsTixWLvtcsRe-aMgVemZGjlCU-S3G','The staff was amazing and polite. I just went there randomly because it was the closest Ear but thankfully nothing serious they took care of me fast.','2019-12-19 11:28:59.157000','2019-12-19 11:28:59.157000',5,'Jay','https://lh3.googleusercontent.com/a-/AOh14Gjd1oRL-qiu-4XWkaekGoOyjos6pZndUYJlgup25w=c0x00000000-cc-rp-ba3','14904078213800803294',32397),('AbFvOqlnwax2F3kdjY0PcHoJ8I3KEal2EU8OqqRc7w-lEfPupwA2y_GzX_cyfRe7wEeRei8c1q00-Q','This place is the best, I will never go anywhere else. The customer service is outstanding, the building is emaciate, and all with little to no wait. Best ER experience we have ever had. Highly recommend them!!!','2019-07-11 00:31:44.338000','2019-07-11 00:31:44.338000',5,'nathan power','https://lh6.googleusercontent.com/-ur5VGShCwH0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckzjSmdN0KP5ICnPIQnIinFtJi6uQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39307),('AbFvOqlNWkb8F0a9WU83a_wIHX4xFZC2-YCMmQxJPMcjpUX03uaRflKYVdmqPtmwca5IwiLjvfcrbQ',NULL,'2018-02-15 15:36:45.311000','2018-02-15 15:36:45.311000',5,'Hillary Gillin','https://lh3.googleusercontent.com/a-/AOh14GiF1reizD9uZZtNd2rpwYnJDv6MRIOSnuSks3bFRg=c0x00000000-cc-rp','16590124370714063921',35308),('AbFvOqlNX18zNkHeW72sK-rp4C7UvoHZ6uCw0HcD_MlTaalqlz1s1bEuEuSqshlQdOZllsAtJun4','Dr o’malley Patricia & ekaterini were great! Great customer service! Got my partner in & out in no time! 10/10 recommended!','2020-03-13 13:15:25.233000','2020-03-13 13:15:25.233000',5,'Destanee\' Daniels','https://lh3.googleusercontent.com/a-/AOh14Ghx1kskiTdMhrBuZhphp9l-ccKUMnKYegyvo8CE3A=c0x00000000-cc-rp','16389487648212004696',33267),('AbFvOqlNXTm7_hxpUOmWaxZ1RzFqlKo-LpGPbFr4q3dvbSPotPhIMXxICDH-03KaXXoSVlYwJEIL','From the time I walked in the door to the time I was placed in a waiting room everyone I came in contact with were absolutely warm and welcoming. I was offered a variety of drinks options while I awaited my COVID-19 test results. I choose hot tea šŸ˜‹ If for any reason I\'m again in need of medical attention I will be returning to SignatureCare Emergency.','2020-11-15 21:59:12.176000','2020-11-15 21:59:12.176000',5,'LaShanda Dixson','https://lh3.googleusercontent.com/a-/AOh14GgDBPW0nBPPdFgk8-2Rzl_0h-MKzAO3NMt7zMTBFg=c0x00000000-cc-rp-ba3','14748677429039074158',31361),('AbFvOqlNXW67a-v5tvfQX1J2eyWQhaYG6-vHJeXU9UL039XqqJv2D1c4qTB1RRi6-Xs1lU7x6T_bJw',NULL,'2020-03-12 19:33:36.480000','2020-03-12 19:33:36.480000',5,'Raquel Brantley','https://lh3.googleusercontent.com/a-/AOh14GhYzNL01jUkldgD8jqnvLV9iwTCGM84IhGoKKsE=c0x00000000-cc-rp','16389487648212004696',33269),('AbFvOqlnXZiIJLPBASKK4JhqprxTn0Bx2dWZvu72s0dJvGo2yzaYQjQYsQpsTA8rmFzEn94grktaLg',NULL,'2020-07-17 02:51:51.672000','2020-07-17 02:51:51.672000',4,'mavis hinson','https://lh5.googleusercontent.com/-WDWr-uZe9m0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnRiH5pilzE1aUzl2iIG7-N-hXoTA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33203),('AbFvOqlNYfghvRsdgoryGz6zv7MSh-fBCIqi-zMjZDdUv9idIUkPkEUiFkoeLYBA2xiw5okKOnwL','Dr. Patel very good Doctor and was helped fast.','2019-11-07 19:49:00.125000','2019-11-07 19:49:00.125000',5,'Javier Orta','https://lh3.googleusercontent.com/a-/AOh14GgIAlF6ByF7SwCSoJ2l9jLuvm6E4UKpYZ_L5ojupw=c0x00000000-cc-rp-ba3','13486358490203335051',29593),('AbFvOqlNYFlXAxP05RjLmn4zAUCBcc3xMoy1zt0x8KZHqp6KxLxqLvFvAWcXr-mVJJS55pigiggE3A','great','2020-12-20 20:18:10.761000','2020-12-20 20:18:10.761000',5,'Andrew Veerman','https://lh5.googleusercontent.com/-PsxKq62nZWY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckE4KKP_OuTbeCdni3HweX4iRjOlA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',43664),('AbFvOqlnyITi44DT6UZiV4hQFcSd11H_mIvhnGjbwq6wVT3Tr5UhApt0wxXeePIa8MJopkJElVAIaQ',NULL,'2020-12-22 15:50:27.290000','2020-12-22 15:50:27.290000',5,'austin meredith','https://lh4.googleusercontent.com/-6O9_Yd2eqFk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl7SzNmIh5K5MuffP5DRECWtjjLXQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43706),('AbFvOqlnyKzs7jm9uLmPuBxG_2Y7m0GseHdKIMSumA24tevOtY-uksqou-yGtRU0rkUbTXU70owaKQ','Everyone is very professional and really nice. I always have a great experience, and everytime my family comes here, we always have very fast experience with no wait, and they really do care. They always remember me and my family. I never go anywhere else for help.','2020-10-01 02:46:38.580000','2020-10-01 02:46:38.580000',5,'Brittany D. Byars','https://lh5.googleusercontent.com/-Pr6DNRCOsi8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3-pSvLCZlLuPhzCbxKjCHffZZdg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42288),('AbFvOqlnYslJWuiwuUB5mAd4nFH84b2MPggQxidodPDyOeO1StOrHrr9ihW31ukeghCXJP22hUTA','Everyone is very sweet and nice attended me fast dr.dang ,Amy ,Kat s. and kat k.','2019-09-12 04:45:46.191000','2019-09-12 04:45:46.191000',5,'Yoselyn blanco','https://lh3.googleusercontent.com/a-/AOh14Gg0KuijkkcV3GGqupfjTTgyQBtxkqaOqQZkOuT8Pw=c0x00000000-cc-rp','16389487648212004696',33968),('AbFvOqlNz7rvG25xGJ627cACClEzl7YZnH48V_A7uoRrFF9bO3G0gdcdCx9SR0qlCBjEcubt4a71Rw',NULL,'2019-01-12 11:45:06.376000','2019-01-12 11:45:06.376000',5,'Jose Velasquez','https://lh6.googleusercontent.com/-9a9cl7bQ3X8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2uGip6IYZY2nl00GBM0JyvPxKbQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39963),('AbFvOqlNzeXdnI0RDr4s05m6x85dtjXzBtx5bz0tvAFV6mYe7BVjf6bbW4mvFkFsSir1mITaG4s-','I was very satisfied with the care that we received and that they made sure my husband had a room ready for him at the hospital when they decided he needed to be transferred.','2016-02-19 19:03:52.249000','2016-02-19 19:03:52.249000',5,'Amy Turki','https://lh6.googleusercontent.com/-VeCwyULSKVI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckVDc95FmpUzjB6WPaX_sAlWwUNlg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37379),('AbFvOqlNzOEYJ5J36t7xwqU7iFcz0E5mY1-N_yQdSLvuZyQxr9TNlV619vjlD7VJgjnI0FvNoIb2Cw','Very nice staff here. Waited about 10 minutes and we came right back. The doctor and the nursing staff were so nice to my son. Love this place','2019-11-01 04:21:37.356000','2019-11-01 04:21:37.356000',5,'Heather Roberts','https://lh4.googleusercontent.com/-T0ip8TRUJKU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnJQml0dUKcXaXWQ2GhdcDYB9k17A/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29597),('AbFvOqlnZtIB6QI_I4nIODY3nudaI_chccwnlg4uR0bAJyF7ZUvJUbV932M7DnLgnJK6OPEyiVBzRQ',NULL,'2019-06-14 18:49:00.782000','2019-06-14 18:49:00.782000',5,'Camilla Jones','https://lh3.googleusercontent.com/-vczu2hNwhT8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmIClBtCKg8pp2jsJR6ey4SLIAnig/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlO-6rHxhb0SF2o2HekHInsLJJDCPKAYoVh2XXGLKrOjNQveqrQNXopUf5yKJ9BaDq0O2tJ3g','Terrible experience. We waited for almost 9 hours from arriving to receiving test results. It is deceiving for SignatureCare to keep advertising that they provide a rapid \"15 minutes\" testing when in reality people have to stand outside under the heat for 9 hours. They said that we could have registered online and in that way jump the line but when you check online there is no clear provision for that. Hanging around for 9 hours in a place with a very high probability of the Coronavirus is a perfect way of contracting the virus if you already don\'t have it when you got to the center. Also, the reception room is not monitored in order to maintain a certain number of people inside at any time, social distancing also is not practiced. The process is poorly managed ... this center will be your highest chance of exposure to the virus. I would have ranked this place 0/5 if there was an option for that. I think the government should monitor and regular some of these test centers.','2020-06-20 01:38:06.223000','2020-06-20 01:38:06.223000',1,'kenny okoli','https://lh6.googleusercontent.com/-6kMA9fdDumg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclYlnt5ffmiCqHr4DEN77NuY5nRsA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33232),('AbFvOqlo-flAX48QALVoafvXIktufdSCbWihsfK5zRkJDZVCp0D3nejyzgVsIf6vYTqOetfOsjVtFg','The nurses Kristina and Victoria were great, Dr Edwards took awesome care of me I didn’t even have to wait. This place is definitely a must in a bad situation!!','2020-03-13 21:32:24.307000','2020-03-13 21:32:24.307000',5,'Daniel McClure','https://lh3.googleusercontent.com/a-/AOh14GgLaGfPrYgb_iVlGsVpVilHKPgmjvi8ZbV0_mkP=c0x00000000-cc-rp','12541597562633926366',28638),('AbFvOqlo-J_5hXXsngvggq2ldnT_4Tdjdzjy9_JNYI818TzEVGpf7E57mY6rYX4JZsdfnzEAC62L','The wait want long. I was in a situation where my condition could have put me the hospital at any given moment, but the treatment they chose stopped me from getting worst.','2017-08-22 20:51:57.050000','2017-08-22 20:51:57.050000',5,'stacey wiseman','https://lh3.googleusercontent.com/-QSeMY8a4Tds/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnjWG2CcNQthrQw1RNstIhAw78fsg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32656),('AbFvOqlo-Y0_z4heAVhN0iRxHah_KwVDa9DGg1Uc0shY-9DZH2vhOZUt9_cg8arO2_fnvTeo-_hmdw','Dr. Osiecki was great and explained things to us. Kiera not only made my children feel at ease, but offered them snacks and took great care of us as a family. Marcus the radtech was helpful. Eliza was gentle and had his iv set up in seconds. Nancy checked us in and out and it was great!!','2019-10-23 02:34:20.847000','2019-10-23 02:34:20.847000',5,'Rosa Gonzales','https://lh3.googleusercontent.com/a-/AOh14GghZjnQA_zNw_YiqUXH2APOY7Mlev7fCQZw31e70Q=c0x00000000-cc-rp','6521947413723274945',41575),('AbFvOqlO0qvEHQGHbMcH5xtSOySEZJH_q-2t_8_nmZWxmMGnra03Bp3vZ4pzK0T4K09z4x98YeSYuA',NULL,'2017-04-09 04:46:05.860000','2017-04-09 04:46:05.860000',5,'mai thanh nguyen','https://lh4.googleusercontent.com/-FDmrO73y3Ec/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclfnusMjv2g5Qpkl1sZFbG3QMcCpw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32693),('AbFvOqlO1KTt4nHdARaoElv9mzwg4BockEr0lBMZN4G2Nf-sI-HNEMCBLVDHztYydf9OmeOCAAQDTw','Had a great experience with the staffing team! Tess and Morgan did a great job of making me feel comfortable and welcome!','2020-10-16 14:56:08.632000','2020-10-16 14:56:08.632000',5,'Asma Qureshi','https://lh3.googleusercontent.com/a-/AOh14GipQaD6XYg9wHIxqOT-NhKkltNt8-UDD-aSWgQfr_M=c0x00000000-cc-rp','16590124370714063921',34135),('AbFvOqlo1WKrJ9ea5NwpxNvw4L5H8kBoUIZPKsxvz-zbwlsG3M1miP_p8iE7Ho_b94EUfn5L5lDgxQ',NULL,'2020-07-18 13:39:50.624000','2020-07-18 13:39:50.624000',5,'Nadia Llerenas','https://lh3.googleusercontent.com/a-/AOh14GjHlpJnn3lDwfE682lG7CRgbnHcHI_PCBHurfBO-Q=c0x00000000-cc-rp','17898197009688164559',37583),('AbFvOqlO3wzCoH3VDlWNa7zIjZEKX5EErCNV1YvE1e6Q0CMwFt_XikR_6DiuWagKJZh_NMjx0BwSrg','Outstanding staff and very patient with children! Billing was a breeze, patient care was great, and the office was clean and well-equipped.','2016-09-14 14:23:34.226000','2016-09-14 14:23:34.226000',5,'Julie Stanberry','https://lh3.googleusercontent.com/a-/AOh14GhfdoX3nOs8Xe-wY3Fj8uHjlxc5OCBAKhhuMRh4=c0x00000000-cc-rp','14567670160750071148',31186),('AbFvOqlo4E0h3O6smqNpjV7-5Vtmo1lBofvNKz0-41zQN_I-YjeAeNa8jIjnURZtwPDZIxMBf0ftzw','Extraordinary treatment and facilities, delightful people. Happy we came here for care, and highly recommend to others!','2019-05-22 23:10:33.652000','2019-05-22 23:10:33.652000',5,'Cliff Eversdyk','https://lh6.googleusercontent.com/-fAaBoopBS2I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclz5bFAvDoY5QJ-29ltjoZZRdA_wQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36198),('AbFvOqlo5Wu5ZL6eYIlgNS5hRJ3mZoA1sogkpkcn0TRUcatC3nMAwzM3Zz__Xd2Q7KHqicZaDCqenw',NULL,'2018-12-10 17:44:05.927000','2018-12-10 17:44:05.927000',5,'Jordan Ankersen','https://lh3.googleusercontent.com/-HVNGmzkkwKA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmglC6tzbxrsIagYl1qbeTJvbKkJg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35072),('AbFvOqlO6XroOqT5Jaq8Mi4WjQg2afef1XQtR1vFzS6tEnvka56jUHbvHJt_mTwrnBkKIqvvPKd89A','Kim and Jacob were very helpful and the service was very fast.','2017-02-10 23:39:39.382000','2017-02-10 23:39:39.382000',5,'Kevyn Rae','https://lh5.googleusercontent.com/-BRjQbCgzCXk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucleTARoSNg5nuTqbJF_Hgpadd9qOg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35497),('AbFvOqlo75x-gzOzio1RY9ml67DaGo4uE1bcIZlF3fhXgHBDfwcjofou9o5zke02GbP85QvoPE4G3w','Came here for a COVID test. Was quick and easy. Nice and friendly staff, I rather enjoyed my ER technician Kim!','2020-11-25 04:22:16.967000','2020-11-25 04:22:16.967000',5,'Ken Rivera','https://lh3.googleusercontent.com/a-/AOh14GjDxQle5MS2IwJpzHt5JVhLe1GmKcE4y33ixeqC=c0x00000000-cc-rp-ba2','2694018788013845459',38884),('AbFvOqlO79V9JPtpVmlA2m4py5dI5afRSquQpelG32Rq_0ogvf-2PO55mEYpp72cMBOqghgIW4fs','Some of the most wonderful staff i have ever met! So caring and nice. In and out pretty quickly. They try to make you as comfortable as possible. Very clean. Glad i chose this place for the issues i was having! They’re amazing!','2020-07-20 21:38:21.120000','2020-07-20 21:38:21.120000',5,'Josie Bandy','https://lh3.googleusercontent.com/a-/AOh14Gg-_t72-HAiC0oH8K0obduQW7RoE5m-YeomEHOVyw=c0x00000000-cc-rp','2694018788013845459',39035),('AbFvOqlo7feCtABD-B2bRBdAFYvONhgB95jaU5VDpFqbmpqX87qAzL7RGC-Rn8ebMW8qBsH5xnJv',NULL,'2019-09-18 05:54:46.177000','2019-09-18 05:54:46.177000',5,'Leah Phillips','https://lh5.googleusercontent.com/-oGnq0b3pT6U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucniiQdcodcdQLJh7DVAYbNDPkJWVA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39799),('AbFvOqlo9s57sYJ4S0IfmckyS5_bJNyujF8XQhhfNVvyNeb87RyhkLKbHDlx6bkwh3pb8aoNEooNhw','Do not believe all the reviews on here. These guys pretend to be nice but all they want is your money. I had an acute condition. I had to frequently call in for my test results. They put you on the phone forever and patch you up to 6 different people. The doctor that saw me was ok , other than that everything wasn\'t right. Be mindful that they want you to leave a good review and I fell in that trap. No follow up whatsoever.','2017-12-27 21:28:11.323000','2017-12-27 21:28:11.323000',1,'Tosin Bamidele','https://lh4.googleusercontent.com/-h15aErfnb3Y/AAAAAAAAAAI/AAAAAAAALhs/AMZuuckdfOXHlNq_lqxSHyiwHJQvFtKNtQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43438),('AbFvOqlo9ZMs5g7z-noQVAppKgxV16jt3eJ4PjDlBUCTIRZFzKJND5V4kZKposizum2ERQszcPRGQQ','Recently I had to visit the Signature Care Emergency Center in South Austin. I was dreading having to go to an Emergency Center to be treated. As soon as I walked in the door, I was greeted with great care by Edward at the front desk, and within a few minutes being cared for by Katie the nurse on duty who was fantastic, and less than 5 minutes seeing Dr. Rose who was amazing. My visit was handled very professionally and with such personal care, it made me feel I had been a patient for a long time.\n\nI highly recommend this Emergency Center and the staff that make it such a great place; in the event you have to go to an Emergency Center.\n\nThank you, Dr. Rose, Katie, and Edward.','2018-06-19 16:36:32.776000','2018-06-19 16:36:32.776000',5,'Ron Parker','https://lh6.googleusercontent.com/-ounNFOmcBoU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmUAnbQaLuMheD8l6x1Bm-Hs8Hx0g/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36389),('AbFvOqlOAbguYNz8WFrHoeHQJTaQozUonwucrR8L9cRdxBmdQCNi6_iD8QE5yKobE21MXnAs_5wB','Very kind, friendly and was able to get in and out in no time.','2019-10-11 01:05:03.015000','2019-10-11 01:05:03.015000',5,'Nikki Johnson','https://lh3.googleusercontent.com/a-/AOh14GiL0_1XWuEvERpzgLhyF-Ca-Oo8lXiI4c-Yf2Ox5to=c0x00000000-cc-rp','13486358490203335051',29627),('AbFvOqlOAIN3f4JWaG8FHwtbZLE9sEp6Qoss4KvHfR5LfgHgA3YqAV5rV7kwaMscZrSeNqw9XKvE','Great service front desk very helpful Deanna and Erica','2020-10-13 20:02:11.169000','2020-10-13 20:02:11.169000',5,'Yolanda Garcia','https://lh3.googleusercontent.com/-hlG7QPPQjyM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm_DqoABqAmOxfw_JxIz2lsNMVzzg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32227),('AbFvOqlOajOAct4Ku3Lms3hTOUcLekIb_aSNrLsyIeBIT0oBJaByOWa6fGvDnjcFjIs1AEhJf3v8','amazing customer service. we were promptly greeted by amy and iza. the wait was short even though the clinic was busy, but the dr.was amazing and thorough. overall, an excellent experience!','2020-01-04 19:46:14.196000','2020-01-04 19:46:14.196000',5,'Babette Crowder','https://lh3.googleusercontent.com/a-/AOh14Gjw6GcyfejUXXRIJrT5XAwojN2k0r4YD5dOVxLhZg=c0x00000000-cc-rp','3511292162159714121',40356),('AbFvOqloAn-hk_KgdDN8Q5Q-zbcTSlbBQMuonkDK9XpCjCtUKIVzuQUfwkE-R_CB6YftYZ8adi-TQw','I highly recommend this ER. Valory and Abigail were so nice and polite and the facility is so clean and quiet.','2020-12-21 15:45:53.682000','2020-12-21 15:45:53.682000',5,'Asia Labbe','https://lh3.googleusercontent.com/a-/AOh14GhklIP9IYfihl6Fnz-f6xlhfeWwadhIFK9Y7ja2AQ=c0x00000000-cc-rp','15979470999169074295',43644),('AbFvOqloAN0Z7JoLXvuzohalEKnmfQFFtQfMPFXPVTl8y-zIi6X2acpZ8QEBhNTF4qjRt5z3QEfX','We were in Houston for the Houston World Series of Dog Shows from out of town when my husband had a severe allergic reaction. We checked Google for the nearest urgent care facility and found the SignatureCare Emergency Center-Montrose. He was seen quickly and within a few hours we were on our way with a prescription. The staff was very helpful. The only glitch was it was July in Houston and we had two dogs in the car. The staff was fine with me going outside every 15-20 minutes to run the air conditioning for the dogs and they buzzed me in each time, but it made a difficult situation a little more stressful.','2016-07-25 22:25:35.946000','2016-07-25 22:25:35.946000',4,'Jenny Gibson','https://lh5.googleusercontent.com/-Q2fGJQWcL-M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnrqqNkCS57posTex0oTKRsyXZElw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41188),('AbFvOqloatn0IVeSALm4rp_AunN6-6qU6J72SM9KuYQ3phF1dR0hAOuuZvaRkKO5Dq15wCJoYb4dgw','Friendly and knowledgeable staff that work fast! Bryan, Nina, Bretnie, and Morgan Smith all treated me like a family member.','2021-01-04 18:38:16.406000','2021-01-04 18:38:16.406000',5,'Morgan Scott','https://lh6.googleusercontent.com/-U2CPtur61Hc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckpxtizWBJoAAoITI2mS6ZH3KI4wg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44350),('AbFvOqlOaUbzCzaSyt_GY7ZsONX78_NQpyTmZ9idf6RfufapNvr8Kf6CYtpsHtFgzLvvC-7haC63','They were very fast and efficient with my care. I appreciate it very much.','2019-11-07 22:35:36.122000','2019-11-07 22:35:36.122000',5,'Tess S','https://lh3.googleusercontent.com/a-/AOh14GgMRh1dKL1HEgzymMVbZsAnwIftYclmZDJzePnt_Q=c0x00000000-cc-rp','16389487648212004696',33775),('AbFvOqlObhHQ3KoUYSzdLxr6TcGGeZELMZczCo76Zz1ivfLglR_-qYR5S6RJP8E__VbbV2Ek2RrpYw','I was cared for by Kendra, Dr. Vakey, Nurse Jacob and Victoria. 10000000/10 service.','2020-02-16 19:06:02.727000','2020-02-16 19:06:02.727000',5,'Mika Generao','https://lh5.googleusercontent.com/-F36yKJ3Er8o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmV9mj2CC2DXIPy33shJ7czjN9TYA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34363),('AbFvOqlObiNXUNz04moqg20-mMGcSkoWBa2itchgBQ2jkcC3PpmAocE0Ini2MDjFYiFIBsX3E7XfhA','Short wait times, asked thorough questions, and quickly identified the issue. Cody, Kelsey, Kasarah, Matt, and Dr. Hemerka were a great help! Writing this from one of their rooms now.','2021-01-03 22:46:41.269000','2021-01-03 22:46:41.269000',5,'Kim My Cao','https://lh3.googleusercontent.com/a-/AOh14GhHBefhIyATlRVyUkIpd979G-6Z7-TppioZgQ2fqw=c0x00000000-cc-rp','2077061009497551125',44295),('AbFvOqlObUc9CbCwM-7mlCdbruNDxLZjkFp1LmQnndcqBWCT0kwXyejSZeym9PoVh9ApB6lVX7t2cQ','Awesome staff!! Very friendly and considerate, they did take a little while but overall an awesome experience','2020-01-28 00:44:01.563000','2020-01-28 00:44:01.563000',5,'Zierre Spencer','https://lh5.googleusercontent.com/-XgbqLO4T6Mc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckO5IDlilTjSJwpm42wTxEdkV6oPw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39667),('AbFvOqlobWtaC_ReVfDoRiDW6c0GOSt2gaCo97XeE463cpc99fm9bWBhBLQVNqVxjR13EYW_l2AIyw','The team was efficient, respectful, and very nice. They took the time to answer all questions. I would definitely recommend to family and friends.','2020-10-21 20:20:28.324000','2020-10-21 20:20:28.324000',5,'Thy Vu','https://lh3.googleusercontent.com/a-/AOh14GjfC_M_C_u7qHdZaJAi-p3qS0GbLMzBG6Jg_M3Gug=c0x00000000-cc-rp','14904078213800803294',32204),('AbFvOqlOC2PusoRrsxl6JEamr1xReifxXEZ071iQc0M-1UYIU84pq259E5YQD9frPDVy7jDdfGjj_w','I am someone who has been dismissed and overlooked because of my weight and the way I look. I had also become accustomed to saying right of the bat that I am refusing any drugs or narcotics and I just want someone to help me.\nIsnt it sad when it gets to that point?\n\nSignature care restored my faith in humanity, not once did they make me feel like some druggie looking for a fix. Everyone of them from the front desk, to the nurse, the doctor and even the technicians all treated me and my daughter kindly. No only did they make me feel like a person, they treated me, properly. They figured out what my next steps for my health and wellness were going to be and gave me references for doctors who could help me do so.\nThe tech, Sam who did my catscan was also very calming. I am a single mother so my daughter had to come with me.\nI wondered how that would go, would she be scared watching mommy go through a machine like that?\nNo, Sam helped my daughter to not be afraid. He talked to her the whole time and even gave her a stool to sit on and watch me as he explained what the machine was doing. Even went as far as talking to her about frozen lol.\n\nThis is such a long review, truth be told there aren\'t enough words to describe just how amazing my visit was to this ER.','2020-06-10 14:12:22.718000','2020-06-10 14:12:22.718000',5,'Tiffany Rosenbaum','https://lh6.googleusercontent.com/-mDauj1xAcvs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnpkeEm-OWNYEVGE3gzp_hceTszog/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38821),('AbFvOqlOcpAP4cTiFVbJe3XncdYIBf1kFXXAssAcJdI5Lcey6djE2ZyuF7Uv5LWee5pffQFNc5pQ','I\'m very happy and satisfied with Signature Care. Before I agreed to treatment they gave me the total it would cost. That\'s the policy and it\'s far different than most 24 hour emergency places\nA recent visit to Seton ER taught me they dont know how much you\'ll be charged, nor will you, until you get the bills in the mail. In my case the total cost payable to Seton was outrageous and unfair. Its quite the opposite at SignatureCare.\nThe quality of the care I received starting with the gentleman at the front desk, two great nurses, and Clarke Goodman, MD was outstanding and the cost was very reasonable and fair.\nMy thanks and appreciateion to everyone at SignatureCare Slaughter Lane','2018-09-27 20:41:30.720000','2018-09-27 20:41:30.720000',5,'Rick Greif','https://lh3.googleusercontent.com/a-/AOh14GiWJ2F6nidjhTEIQd7pP3twanp2rxQOTObMey8L=c0x00000000-cc-rp-ba3','16891069708558046635',36349),('AbFvOqlocwF0z5NahReQahddbb6SIz_fxbb_VSOhXwr6Nwr4Fxq_KdvMXn4BBMJXtwjkqm7-_G15Rg','Great friendly staff. From the front office intake to the medical team , you can tell their main concern is helping you in your time of need.','2020-11-30 00:01:11.442000','2020-11-30 00:01:11.442000',5,'Ginger Canaan','https://lh6.googleusercontent.com/-Cnm7LtyOJTA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmcpulxGpUUBLmd360Qxqb_A5AQ-A/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31306),('AbFvOqlOd-blIvRRXXAtDv82MivHz7Qw-XWaUEIOdGDLvwFlLR4hcCySbsJSzGSqeWOwC2wpX_ttkg','I would like to give a special thanks to Mercades for get me in as quick as possible!','2020-03-08 14:56:58.482000','2020-03-08 14:56:58.482000',5,'Denes Gilleylen','https://lh3.googleusercontent.com/a-/AOh14GjNOO8KZNA31tyPNwzxDVk5y72wzDNGN2_x014qMw=c0x00000000-cc-rp','8918455867446117794',43061),('AbFvOqlOd0S5GUWatPXs08ahbXg0DxSU1rh0AkLb2_xCw50bSRAhCuYMOYxWmsDaV13SPwOI1q3K5Q','I am very satisfied with this ER. I went in for a lower back pain and hardly could walk. They took me inside in less than five minutes and their treatment was very professional. I am really impressed and I would give them 10 stars if I could. I mean, I was treated and in about an hour I was out and walking.\n\nThank you so much!\n\nYou guys are great!!!','2019-05-20 12:26:52.599000','2019-05-20 12:26:52.599000',5,'Alicia Figueroa','https://lh5.googleusercontent.com/-Y9vdlFSesxI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCL4xdpgRs6fOrTXbslwcUjVRSZw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43268),('AbFvOqlOdkvrB4hsf6UM2nQvFCjfdzzV-a6L1C1mZLbFN-I6u5h7ZsxTf9cTjltHIqZ6K0Kn3RKH_g','They do take Blue Cross/ Blue Shield of Texas. They checked me in quickly, they made sure I was comfortable. They were attentive, if I had a question they responded. They never looked as if they were bothered. From the front desk to the nurses to the Dr and so on and so forth. The whole staff was great. I hope I don\'t have to visit an emergency room again, but if I had to it would be this one.','2018-08-19 15:16:49.349000','2018-08-19 15:16:49.349000',5,'20cantu','https://lh3.googleusercontent.com/a-/AOh14Ghf6MQgbajm_nZNaKDb3mfCh_iB0OJH9Mk6ByXupA=c0x00000000-cc-rp-ba3','14567670160750071148',30777),('AbFvOqlOea5bM78wra6kDZQ-VMBGnvZ5RVFPHuZDoIL2Ji9ZffTs_HBEKCuMl34jSsgD3m0anwkA-Q','Very thankful and appreciative for the phenomenal care I received at Signature Care from Dr. Yusef, Tessa RN, and Ruby US Tech on 7/12/19. Being an RN myself, I know that they went above and beyond for me. They effectively and efficiently treated me, all while making my comfort a priority. Dr. Yusef has impeccable bedside manner, is compassionate, and his genuine concern for his patients is evident in his practice. Kudos to this team!','2019-07-16 23:12:37.675000','2019-07-16 23:12:37.675000',5,'Jency Mathew','https://lh4.googleusercontent.com/-CkUKg2J_QEs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZ9gpBlRBmWzI3FZVGjebe9QsMzQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40488),('AbFvOqloee-7FMslOM-EPsrp_PUhzbT4CQde1l6--iZME-BTQuL9CKfacXPpU4zUNRCoe3rrZeIrig','Had great care from Tricia, Alvean and Dr. Tran. Jocelyn was very helpful at the front desk. Would highly recommend.','2019-06-26 21:11:04.292000','2019-06-26 21:11:04.292000',5,'Chip Keyser','https://lh3.googleusercontent.com/-mitkHq61jPI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVYD3-85IFcf3oD6gHPi678CcJFA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqloel1U-sjGjIAoU-uPE3MExwHM7UMyQFP4cLheiMpOcyZOnZsUotmHr1ELLJf_uU7IuGzyMA','Great Nursing staff!','2020-08-22 20:43:46.903000','2020-08-22 20:43:46.903000',5,'Christopher Dupree','https://lh3.googleusercontent.com/a-/AOh14GizLuf3VPFjWabUm0X5LgDQrq3MxYay91A4MV_Y=c0x00000000-cc-rp','14748677429039074158',31753),('AbFvOqloEmH30_hE3XdFA8DbMGj-nW5T-jmMHWvrrnzklB1v54Sf-Oy831QMyJ4aNW-9je0obWL14w',NULL,'2020-12-13 17:05:48.858000','2020-12-13 17:05:48.858000',5,'Smooth JT','https://lh3.googleusercontent.com/a-/AOh14GhZB6fJDm0FcqL2TZOh11hVrH3VfN35rIHGNa-A=c0x00000000-cc-rp','14748677429039074158',31278),('AbFvOqlOEuDvCJwaLIqs9ArR81bsRzh0tO4364_tOn_WddjDLCF52HbuWTHcq8zlql7MqPYFMT3S','Super fast and super friendly. Great facility in the neighborhood.','2019-01-13 00:43:05.048000','2019-01-13 00:43:05.048000',5,'Rachel Lloyd','https://lh3.googleusercontent.com/-Tc9kPfLOjK0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnuyhIamBbX9I7TMMqHIo93V5ENRg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30640),('AbFvOqlOevoWPAg0D34N_4-DuMVPTjugVnOi7hxnAWz9Pc0m1dC8Hxt-bwsiRyu_qqjxWNlJKIrW','Amazing visit! Jessica S. was so nice!!','2019-12-06 04:25:18.022000','2019-12-06 04:25:18.022000',5,'Martin Rico','https://lh3.googleusercontent.com/a-/AOh14Gj6i39infam7X3xB_6h8ZjbpdXXIhSh2VlyqUtrRA=c0x00000000-cc-rp','6521947413723274945',41537),('AbFvOqloFCY_L6LWFzVmugH8xEUwywPR6KM7LyDtKRYVPzAYn4AzwAGvrvolpe_VVYvYCBL-O041','Exellent care and very nice nurses and very educating on symtoms','2019-01-06 04:54:56.085000','2019-01-06 04:54:56.085000',5,'VQ37 FUJI','https://lh3.googleusercontent.com/a-/AOh14Gj0ETqIvRAsZBya_3ZM1Zs7hDmsRqzixIz4hSyKfpI=c0x00000000-cc-rp','17898197009688164559',38335),('AbFvOqlOfqWx5Hg5NPwNldVQ4zOz3zNwQLT1l1INBnj1_Xs-WkonzYttLNNFK3HoUbhNTJUrsZWQfg','(Translated by Google) Excellent\n\n(Original)\nExcelente','2020-10-21 10:15:40.496000','2020-10-21 10:15:40.496000',5,'Doris Salazar','https://lh3.googleusercontent.com/a-/AOh14GiD8HXcjKuTIC9JPtqCW4f3jRZnhx_xvhHPDfE9NQ=c0x00000000-cc-rp','17898197009688164559',37491),('AbFvOqlOGTgHoJVS2MAUsvmNuajCPGjc7ZMuU-lk7Dy6bMIFhBIrhxY36_fDORQuE_jMiN_KOB6f','Although I was treated extremely well as soon as I walked through the door. Everyone was upbeat and very welcoming and accommodating. The procedure went well ( I went in for stitches), I notified the doctor about my fear of needles and the staff helped walk me through the procedure, which I kept my eyes closed the entire time for. The time flew by because of the environment I was in. I would visit this facility again if the need arises, or recommend to a friend if they were caught in an unfortunate situation.','2017-05-01 13:08:20.676000','2017-05-01 13:08:20.676000',5,'Quin Silva','https://lh3.googleusercontent.com/a-/AOh14GhKfM6AeS99ROWvhhY1VHghQlkku9GRCYC5_FGJDQ=c0x00000000-cc-rp','17394740196501090048',37167),('AbFvOqloHaYiHiU8ZMQvGOyC8eQvZ9v59kfdpzDUvwJrzsLizFaftuiERxu_a5f3aa_3b-_bmGTuJg','Staff was friendly and professional. Lisa .H was great to deal with and doctor and staff were very attentive.','2020-02-15 14:42:23.832000','2020-02-15 14:42:23.832000',5,'Kyle Wein','https://lh5.googleusercontent.com/-mQV2TLGtJFo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmW_FXU5ZgYoP1iYwDZ7burWUkHUQ/c0x00000000-cc-rp-ba4/photo.jpg','13486358490203335051',29429),('AbFvOqlOHfVjfZT2RFZTXPpr-0mMJuUD6KLF64apTyFl-2upZVepXxEjTSZxrGkBUd5Bm4jNaSIbdw','A great facility and kind staff! Very helpful physicians, nurses, administration, etc! Lorena, Nurse Remington, Laura and Dr. Ortiz all great medical specialists!','2020-03-13 14:57:07.914000','2020-03-13 14:57:07.914000',5,'Marisa Yapko','https://lh3.googleusercontent.com/-h93Yarzo_t4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckLfhMtnsJTnxOBvc2r-r-Jes4DJw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34310),('AbFvOqlOhif0lhpoqbKOgInKjncfimZpAe5wxX4dtdUsh6MaoOGNs5jDvv5QZ9x1PJfKfH80yv-Knw','Quick and Efficient care','2020-11-12 12:29:04.741000','2020-11-12 12:29:04.741000',5,'XxRiotzxX','https://lh3.googleusercontent.com/a-/AOh14Gg8TT6ajad5lIxXzCA4lBAW2Q-K-wLy3swr99fO7A=c0x00000000-cc-rp','2694018788013845459',38900),('AbFvOqlohiXyqPrPHWKnJabk9PwHYP9bFTeicQfYMip4Zz6tLihl2YpV8SlVTEBElv-jmt7D0eMlUw',NULL,'2017-06-17 20:05:48.852000','2017-06-17 20:05:48.852000',5,'Vanessa Crockett','https://lh3.googleusercontent.com/a-/AOh14GjWPxE5IsYBw9X-CWCpJmzsY-PjWChdQbXpEtx2=c0x00000000-cc-rp','17394740196501090048',37133),('AbFvOqlOhKbar2MvZRdY2JtXq1QGRpQKUfJ91oPc-3Gmhk2gBFEuSLaPgSFgw-aRjdO19exi1wUT','Friendly and helpful customer service over the phone and upon arrival. Lorena and Victoria greeted upon walking In and was very patient and helpful with registration. Overall quick and easy experience that I would greatly recommend!','2020-07-26 17:03:39.083000','2020-07-26 17:03:39.083000',5,'Jelecia Killebrew','https://lh6.googleusercontent.com/-SXTDwwm6NM4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckn9VmJlCAk8-GzNnY4wv92djCiBQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34245),('AbFvOqlOhmgpMrMpHKugRfmTJYOSdDbo5INqapl-xK2ApBtHEM-1jQHtsvN_Jik5ss91NVo9Hyod_w','I went in to get treatment and they were quick to take me in. When in the room Gracie and Alvean were very thorough and nice when explaining & doing my nose swab. They both made me feel safe & helped me feel less anxious about being there.','2020-11-25 17:31:09.269000','2020-11-25 17:31:09.269000',5,'Kaisy Vasquez','https://lh3.googleusercontent.com/a-/AOh14Gj4oDCY3UTVLYHJW1vLNoj5dxaSfrys3mUyAgyrdQ=c0x00000000-cc-rp','16389487648212004696',32879),('AbFvOqlOhmtLW7HhUhsIvXYaDtt3BJlnY--tmqaW9AjkIH8NvWBwVp2EiKqYvckVwk8pQVa4yJV4yg',NULL,'2019-06-07 12:25:23.534000','2019-06-07 12:25:23.534000',5,'ray burch','https://lh6.googleusercontent.com/-JdQVD7237e4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhtvJuN0fC-n4N427ZsHXwNfjkcQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29825),('AbFvOqlOhuXu0yrifeRnOUDnM_3czUgn46yGGF_Ro40e01dOn6GYbbBhj0a6cXgpASR7VCYHbf2dkA','I found SignatureCare Emergency Center perfect. Everyone was very compassionate. The staff took their time and were very helpful.','2016-12-16 15:31:58.936000','2016-12-16 15:31:58.936000',5,'Rachelle Park','https://lh3.googleusercontent.com/a-/AOh14GjF6k6wGNOCkxfbtvEBNYdtEXYQfNIX20q49L58Pg=c0x00000000-cc-rp','14567670160750071148',31149),('AbFvOqlOI2PSXmwXdOmUwV369opMEdh3poYG5iulLpD0HWibjcNDgX1Z-97fjlsuvVB6Vtw8-d8k','Very professional and caring staff. Enrique, Valery, Jesse, & Julia were great.','2020-12-26 18:55:35.848000','2020-12-26 18:55:35.848000',5,'Mr Dixon','https://lh3.googleusercontent.com/-Xgsl7tFYxDU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmcaf5mw8FVrZeYp50SiXGO0yWHXg/c0x00000000-cc-rp/photo.jpg','15979470999169074295',43891),('AbFvOqloI9uOSXWNvkErOf24RD0u-RCiMkdMRmPTmyMoba6mGmlxX9uQbFZeBZ6e2AMNY4EYJbfP','Great experience! Quick , friendly , and informative','2020-12-29 00:41:29.082000','2020-12-29 00:41:29.082000',5,'Tiffany Campbell','https://lh3.googleusercontent.com/-V_xV1qhks0U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck0fs35HuS57gVPsy4mZRW8lw9L3A/c0x00000000-cc-rp/photo.jpg','14748677429039074158',44066),('AbFvOqloIBdGNJ72ta7a3c22NiI-yidn53UWyBfJO7sTuaNPvO0wS-77in7YogoS6muwIrVsQOnYlA',NULL,'2019-12-17 13:12:27.905000','2019-12-17 13:12:27.905000',5,'Lady Theriot','https://lh3.googleusercontent.com/a-/AOh14GglGoB7S9J_Lldy7pgU-YJfkLuLyqeooONdxqCh6A=c0x00000000-cc-rp-ba3','8679688254631342173',42548),('AbFvOqloIcXFs9TOQC5t0m_54v7SBFn6cbsm13g2oLH9PCKKSUF3yor47pJb0-9hBeRK-qmJqtGsPA','Fast service and friendly staff. Receptionist Chelsea, Dr. Jordan Smith and Nurse Nicole Jackson were extremely professional and kind given I was a bit nervous and apprehension during my visit.','2017-07-26 02:49:16.555000','2017-07-26 02:49:16.555000',5,'Derrick Jenkins','https://lh4.googleusercontent.com/-RLgnsnyxfIQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2Q1umK0dWq2ohUjIDAlYqUJYrqQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31001),('AbFvOqlOJMpeHNP9EiVKUlejg_nVH4VqyAXzoPijw1WcR2znn9DvivKQI6sdJmLoGyLf1P41z9SS','Super great staff I wanna send a big thanks to nurse Dawn to the tec Eve and the Doctor Yusuf','2019-10-10 14:04:22.182000','2019-10-10 14:04:22.182000',5,'Keke Bedford','https://lh3.googleusercontent.com/a-/AOh14GgpgkkNXii0kfIaGZJLAWhTsLEZjB6ZPPr-oarbnA=c0x00000000-cc-rp','3511292162159714121',40402),('AbFvOqlojQoOYJnJMYd1LGHRJWzML3D5XQmfW8M9iPtPHAhTWvgVO260tszQKMmACBLbEB3pPOsBRg','Amazing experience! I was from out of town and in a lot of pain. They were so friendly and accommodating. Thank you so much. Definitely recommend this place!','2018-12-30 15:53:32.986000','2018-12-30 15:53:32.986000',5,'Jennifer Sierra','https://lh3.googleusercontent.com/a-/AOh14Gjh7Yfdrsp0EwZVarwu9ggZgIfkh9zbhSH8MCfcwQ=c0x00000000-cc-rp','14904078213800803294',32516),('AbFvOqloJU8a-xHXLRFE8Bwf8FWy4SIKiXhyBu6hVzqZj6fWgPqIQpCtg-LJ5nwCXBb2sz-jWLTD','No waiting time. Amy was friendly at check-in and hand sanitizer and soap readily available. Social distancing observed with all staff. Professional and attentive From ER tech Brian to Nurse Mina. Thank you for your help.','2020-08-03 15:35:13.250000','2020-08-03 15:35:13.250000',5,'haaya123','https://lh4.googleusercontent.com/-oyj3aLbBquc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck6x9uKaJQDSNoZGhqgqaJI2KzHNQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40213),('AbFvOqlOjUxGPH6U01Y2NC_5VT0EW8PE4EinQhWjQLDiBUEcViqsloGz0Hz6CJiRngMozmXX5phwkQ','I came in for a COVID-19 test, and everything was really smooth and easy. The nurse did the test so quickly it was over in seconds. Everyone here is really friendly and nice.','2020-07-25 19:34:52.982000','2020-07-25 19:34:52.982000',5,'Debbie Rogers','https://lh5.googleusercontent.com/-1L0oV0jPdtY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTOK2p7f4yHs3LD8xOeHlc5Yk52g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34251),('AbFvOqlOK6rXFe7rzoTkEuaH0yG9jab_pxwLj1w5qFrgxxMdRw0kJ2att1UbNIMPsX_m7_Bng6jaAg','I\'m so lucky to live near this ER. I had to bring my boyfriend and they were incredibly calm and efficient. I really appreciated they kept both of us informed as to what was going on and took the time to listen and make sure he was comfortable. Shoutout to the amazing staff: Dr. Miller, Shola, Julie, Bryan D, Ricardo, and Sam.','2019-07-29 04:26:03.547000','2019-07-29 04:26:03.547000',5,'Shelby Coleman','https://lh4.googleusercontent.com/-q0tZCMEAvXk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclIsGq-pPb-1D0B4K6lgz-IRdMjTA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30488),('AbFvOqlOKA6pefy3yhPjP06NRh3Y-FAZjMwYXG6cQqDfhYdhok0jxqOYxUQdGSnMVyEp8HGPZGKn_Q','helpful for Covid test, was able to schedule in the same day.\nCody and Sam were especially friendly and helpful. They gave my test and helped me understand a couple of the questions that I had. They took their time and went the extra mile with kindness. thank you!','2020-08-17 19:18:05.408000','2020-08-17 19:18:05.408000',5,'Emily E','https://lh6.googleusercontent.com/-pY8z4iW3AnM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn95_QFm0LQ5lzFtG97vdKJhD9Ptw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38584),('AbFvOqlOKFCSkIfopIeW6Q3iXc8UQ3bhiv7gZxNpURnE8po8ZN1_pnLeF79iuscea9eZHBT5gwlz4w',NULL,'2020-03-11 23:27:44.708000','2020-03-11 23:27:44.708000',5,'Isalmis Jacomino Carmenate','https://lh3.googleusercontent.com/a-/AOh14Gh7VmTDbXARuZUGpELRSFR7Ki6h-n7LrUKKc79dOQ=c0x00000000-cc-rp','6521947413723274945',41397),('AbFvOqloknB73wPzho-FiZ7g8opmM0pYBGeRjPpwwnJcpaB-EAW2oey2Wbz9vI5HDlEuV2wpyV9S','Staff very nice. No wait time. Dr very thorough and explained results.','2017-03-30 22:16:07.006000','2017-03-30 22:16:07.006000',5,'Peggy Debolt','https://lh6.googleusercontent.com/-cyIHXJ6QT6k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQLPPXBLcQ7pygtCtxj9v5lc_QEQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37180),('AbFvOqlOKqSfv-MHAjZJXTkujmoRndYqw9wUZvieL6svvbUNEZ3G3mhUyz9eBE-I8s-PvEfWoDZg','Signature had excellent customer service I was very pleased with everything they did for me and they took care of me in a timely manner. Staff was excellent and very attentive. I will use them every time for my emergency needs','2019-11-04 21:54:19.661000','2019-11-04 21:54:19.661000',5,'Mirenda Langston','https://lh3.googleusercontent.com/a-/AOh14GixD0iUJiiDmdz4oyjtQypzmGx-6yx6DoRt-MwS_A=c0x00000000-cc-rp','12541597562633926366',28986),('AbFvOqlOKwzH4Kgwybz-P-28mjsvLZ-XalTRPlTEOcoSTsm2MJHoTdtiu-CFHtR1OBA24O7-pEO5jQ','Thats why i came here because it called emergency.but then when i got there,dr check on me right away which is good but just send me home after.all the stuff was very polite and excellent customer care.but the thing for me is,thats why i came to emergency room because i was very painfull.I ask if is there any way they can put something on my sore to make me feel better but nothing.just give me a prescription and send me home after right away.i was a little bit pissed off because i went there so they can help me feel better but then its useless! Spend $100 right away which is i dont care but its like i went there for check up and thats it. I dont think im coming back again if that situation happened again.but will,all the stuff are very polite .i will recommend this for those urgent care needs.until now,im still in pain.im like giving away my $100 ,if i know thats gonna happen when i get there.i should buy any pain reliever:( šŸ˜”šŸ˜”šŸ˜”','2016-06-07 01:53:53.608000','2016-06-07 01:53:53.608000',5,'Rubi\'s Cooking Lesson','https://lh3.googleusercontent.com/a-/AOh14Gg2yVp4ZkVnQYjcLXbZfLd8w_MsSICMRrN0w5AbNQ=c0x00000000-cc-rp','17394740196501090048',37339),('AbFvOqlOkYuw5b646PosTpwjaYXnNRB6f8fcSG8knihpUZYl3zC1HOmoqmKmKneUnSZTL5MKgbuQrw','Very well-equipped facility, very attentive staff and great doctors. I didn’t have to wait at all, all the necessary tests were done within a few minutes of my arrival and my problem was diagnosed very early, which considerably reduced the recovery time.','2018-07-28 18:03:44.380000','2018-07-28 18:03:44.380000',5,'Ksenia Annis','https://lh3.googleusercontent.com/a-/AOh14GiZSIKR94EOXPTXaW8B6qm4mPv9pD9XTHHVF6O5=c0x00000000-cc-rp','12541597562633926366',29218),('AbFvOqlOL2xUeYUXDW618sb5MRcnVH9Fkl2evJMdwMYZ4_aYB2UlWZY3qTFrk1CBvNua49M6FOR_QA','Receptions Ashley was extremely helpful and friendly!','2018-12-08 02:46:47.894000','2018-12-08 02:46:47.894000',5,'Itayethzi Esquivel','https://lh6.googleusercontent.com/-myOyFdD2s-4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZkojW603le8XBRVUBUbi-ERhCZw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38356),('AbFvOqloLczK1fwtVIEFlB6iclZW4FVukUQS2qYyuGSOaHv5Snw9hMcHX4cyxa-coq-xhqf-t3WRxQ','I came in & Sindy at the front desk helped me right away. I sat down for about 5 minutes and was seen by Dr. Boester. He listened what I had to say and knew exactly what he was doing! Gave me some treatments and prescribed me some medication to make me feel better. They are really quick and all the staff was really nice. I would definitely recommend this urgent care!','2019-09-20 18:54:17.366000','2019-09-20 18:54:17.366000',5,'Alexis Nicole','https://lh3.googleusercontent.com/a-/AOh14GipDzHe59Eclm-Sx8q0eqPe6JX7wQkkSEG-uN4GPMo=c0x00000000-cc-rp','14567670160750071148',30449),('AbFvOqlOlGH2QdijzGZ3zl3GTpNiGcJuktjRxwolRLAFsTVlEQiCba-MghfZIdwxLoPChHf1VecZww','Had a great experience! Staff was quick and super friendly! From the moment I walked in registrar, Tanishia W. greeted me with a smile and was very welcoming. My nurse, Jennifer B., Rad tech William M. and ER Tech, Patrick S. were all very attentive and took great care of me! Dr. M Thomas was awesome and took his time examining me and made sure all my questions were answered!\n\nAwesome team and great service!! šŸ‘šŸ‘','2019-05-31 00:42:45.938000','2019-05-31 00:42:45.938000',5,'Juan Villarreal','https://lh3.googleusercontent.com/a-/AOh14GhYH59Kns_bgLeg06IEN3CrZPhss8LNx59WjsjD5g=c0x00000000-cc-rp','17898197009688164559',38161),('AbFvOqloli7JhZWJSXNi97RKEXY6SU1iCZATjdVoXV6ESiIC5ln3vsZn1D0ePq78Da-tAKW1MmRq','We were treated quick with fast results. Professional as always. Best place to come in Midland when feeling sick','2020-02-10 17:44:52.143000','2020-02-10 17:44:52.143000',5,'Jade McLean','https://lh3.googleusercontent.com/-gljO_yh2ahI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVOUJkE8Ok5Pj034OJ2_ccYB4hOw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29436),('AbFvOqlOljjUvY6vSsFkMQ9p1oBvdqFteOmffran3nGiasDCxfXNyJHuddy-GHQPthE2xTHfCZJW8A','Quick and easy. Friendly and caring staff','2020-12-24 16:01:40.463000','2020-12-24 16:01:40.463000',5,'Zach Moore','https://lh3.googleusercontent.com/a-/AOh14GixdT8p6M0YK2m6EuBVNUdSKcuL-PIeFrhr3h1oRBA=c0x00000000-cc-rp','14748677429039074158',43789),('AbFvOqlolKQYgYfMm7OxYqZwWBcKUjPL_MzcJO9r799zDI5SmvxKDOOW_FsVjE5RZcH5Q_mlj6UrFg','Awesome care center! I was having an allergic reaction and I didn\'t even get done with my first page of paperwork before I was being taken care of. Doctor Miller showed an incredible level of respect and care, made sure I was comfortable and let me know exactly what was being done. They gave me great take home instructions and I felt fine by the time I got home. The room was very clean and the whole operation was very organized.','2019-01-12 17:08:26.358000','2019-01-12 17:08:26.358000',5,'Paige Tidwell','https://lh3.googleusercontent.com/a-/AOh14GiEnYjzjtPQlxYADYxWoHuIlLCOlX2gS2evJ45c6A=c0x00000000-cc-rp-ba3','14567670160750071148',30641),('AbFvOqlOMoAPh_HEXLXYLyJxK8gGe6qN-aBF6yEJetYi9msvKvju7DISjK-Z439g-wS9IRpjn5g_Jg','WORST emergency clinic ever! Reviews they have had to be paid for! I experienced nothing like what they say. Waited 1 hour and 20 minutes in the waiting room before leaving. 2 people who came long after me were called back and they emptied the waiting area twice while I was the only one left. Employees running in and out with food constantly and disappeared. A plethora of patients checked out and I still got no service. Father and daughter that was there when I came in got their service and left within 1/2 hour and I\'m still sitting there! Next time I\'ll ignore the reviews and just go up the street to the hospital ER!','2020-11-13 01:13:54.818000','2020-11-13 01:13:54.818000',1,'Joni Tosill','https://lh3.googleusercontent.com/a-/AOh14Gi_FoVTiVaPn7Xvo9ervpaUsWty0IuEeugwSX7BMw=c0x00000000-cc-rp-ba2','16389487648212004696',32929),('AbFvOqlOmTDRPlHzeuI2wWfm_thYL-iJXXfMhN-J-mcgdrscLGk62h7Mx8cfNMDqwC81LUgC2_bFzw','Dr. Alcantar and nurse Corey B were so helpful when explaining what was going on. They were fast and responsive towards my daughter.','2020-03-04 08:49:17.759000','2020-03-04 08:49:17.759000',5,'Ashley Ulate','https://lh5.googleusercontent.com/-pkQcTbIgsZg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclr60qiE4G4IT4OnOuTvKR6_BtbTA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29407),('AbFvOqlON42Gw43UodnJai079nQjA_l7ji2FPmNOt_50qLaVBmjCMyyh7svBvnFKki0q3UMEYfxPkQ','Kelsey and Fabi were amazing at taking care of me! Brought me a water and Kelsey even brought me a heated blanket!! Would recommend this place to everyone!! Even being a nurse and stressed out during this time, it was so awesome to be treated great!','2020-12-27 20:20:25.866000','2020-12-27 20:20:25.866000',5,'mackenzie harris','https://lh5.googleusercontent.com/-ah_lQxr-OFI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMXjTlKUBjEb7e7ou45X1ixGyPng/c0x00000000-cc-rp/photo.jpg','2077061009497551125',44001),('AbFvOqlonDLRK9y9y6wbl4-3krsBnQO_ULWB7PHGEFVkwqpRgMbs8uFjIKFtEDRBDsKKDTJPreWR4A',NULL,'2017-02-14 21:50:28.692000','2017-02-14 21:50:28.692000',5,'howierenee','https://lh3.googleusercontent.com/a-/AOh14Gj0pprDuumEk6pziUSc9qlrJbBIJv_xaSiR3Cjc=c0x00000000-cc-rp','16891069708558046635',36479),('AbFvOqlONsHzkPw-TiN23w34tidIhYIKAfBHmOY8O51N0TXxf2ppK4L5ZComtjJlyT_bvYHGsRLUEA','Lorena, Bretnie, Christina, and Dr. Wright did an amazing job of making me feel at ease. Love it.','2020-10-10 14:22:02.384000','2020-10-10 14:22:02.384000',5,'Kyler Beaton','https://lh6.googleusercontent.com/-CydCMM2HjNA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck08L7rAto1bcO05OQBVIrSZ4R6xw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34143),('AbFvOqlOOjnWjolGV4UoowDKhPKqJnWSRZkOVX6OGlfvDyL4sfRT61WasWWUzWX_zmhQWxECuZ9wew','Compassionate health care.','2018-04-21 06:18:03.803000','2018-04-21 06:18:03.803000',5,'Veronica Contreras','https://lh3.googleusercontent.com/a-/AOh14GgGF3DIghGldnvwW7mgVR9Vh8Iz6rMC6TcEaWM4=c0x00000000-cc-rp','16590124370714063921',35283),('AbFvOqlOp__v9RBxbOdoc3Zkd7Dd5U5SD8h_8BxUecDq6TJYoCuCVMpkxiWosta5U1wFnosbo9o7HQ',NULL,'2020-07-01 23:03:32.580000','2020-07-01 23:03:32.580000',5,'Leah Rodriguez','https://lh6.googleusercontent.com/-M9YTjFja9Zk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnXX_lf8nDGNjZqDm75gHHQTkUfTA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28620),('AbFvOqlOpEfqTjul-T4kHZao8R5C-sVDCOZgJIK5QeYNSH-R9fJwPK6gSQiFO5b-o1DuttsvlgQreQ','Went before midnight. They said the wait was a couple of hours. At 4 am we decided to leave. We are still waiting for a call. The staff was as nice as can be but the communication is lacking. At least tell us upfront how long it will be.','2020-07-01 17:00:17.632000','2020-07-01 17:00:17.632000',1,'FE M','https://lh4.googleusercontent.com/-GartlPykkIo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmy-Xwb1_syjQzsxGVpa9ZNWAR_XQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32054),('AbFvOqloPGHSgb1eLNZ_J825WLgTlZ9GD1uMz1EtJepduyQ0l6nbZa6zW0Uzp-J_6aHBa8MWNt9DyA','Rita, Rommel, Lesly, and Dr. Henderson were amazing! definitely recommend! :)','2021-01-17 23:13:58.455000','2021-01-17 23:13:58.455000',5,'Sarah Gonzales','https://lh5.googleusercontent.com/-dTRxymXU2tY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-O96LY5YsemW6QwRNbBJ-1fESNQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',44454),('AbFvOqlOPgPN1jrbLnhnP9Ty-1T8HUnu7FadW9M2GfpxznLCjP7C7zGwP4nHwKPlMCYRetOCgX6JOw',NULL,'2020-01-18 23:36:11.560000','2020-01-18 23:36:11.560000',5,'Bill Iroh','https://lh6.googleusercontent.com/-8t_fncb3I68/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnG5C2xzjEbYdJm2qkIqsjVFYfLUg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37741),('AbFvOqlOPKTCdfw9y8PQZtF13WflHvDzU9FxFhdXok_QWwL3XdFFMiIlhMXq8pHB4t3LRPGdbqmA','This was truly one of the best experiences I have had at an ER. The staff was so very kind from beginning to the end.','2020-07-19 07:17:46.173000','2020-07-19 07:17:46.173000',5,'Chastity Ates','https://lh3.googleusercontent.com/a-/AOh14GjDCqfyYHfU44JlhZoyv1NWSWj4ivVxes1FxUJHMA=c0x00000000-cc-rp','16590124370714063921',34278),('AbFvOqlOPtvBknUxIRiA2o5rs0aeK35wlwozmBCJ-VygP3cZjAti6Tu9Mdbts0bKPcL1NoTcfAPqyA','My husband had a very good experience. The staff was kind and helpful. They made what was a pretty painful situation, just a bit more bearable. He called me as soon as he left to tell me what a good ER it is and how he was very glad he went there!','2019-09-05 19:36:45.737000','2019-09-05 19:36:45.737000',5,'Becky Biehler','https://lh3.googleusercontent.com/a-/AOh14Ghn-BdmQSLaJxbcg_-dx1A_virH299hHMEz9APKfA=c0x00000000-cc-rp','16891069708558046635',36136),('AbFvOqlOq46z8UC0f6Pp_hQfdox4t0vyL0zKipLWiFC6qeqpKppaOhdI5QN4-oGP41mo__zz0SZSGA',NULL,'2020-03-03 18:38:26.753000','2020-03-03 18:38:26.753000',5,'Daxton Johnston','https://lh4.googleusercontent.com/-Am_SMBWX-vM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucluHmqJFKHPFaygrgmA4JKn6lZ0vw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39575),('AbFvOqloqt1xGKi0cg0tSEQxcI-rQKxRU9KxiqrPtNhYMr1RgriWjDJrnS7rLPtMWMWd5C-CRuZZ','Front desk person could have been better, He didn\'t even tell me what I was signing .. Just started handing me papers & pointing out the fact that I didn\'t make a payment .. Everyone else was GREAT!','2019-03-23 14:07:39.892000','2019-03-23 14:07:39.892000',3,'Netra Matthews','https://lh3.googleusercontent.com/a-/AOh14Gjij46W6rjbrfik1cX-cfxBn1NM5TN3c0JlxL2T6Q=c0x00000000-cc-rp','3272657195432704501',39891),('AbFvOqlOr-7Ed6lNnP5VgIkDNniHtkDGaPdUN2B6_sJcqCQ6L8isIYjh19BPCbfZShwhbxWQxmDiMw','Dorie, Shajja and Dr Hasegawa were all great. Very professional and efficient. Minimal wait time.','2020-12-13 00:55:22.281000','2020-12-13 00:55:22.281000',5,'Tom Welch','https://lh3.googleusercontent.com/a-/AOh14GhCK_3UZlBxX4VjD6J07DcJrZY6PZWXuh1W_3PsyA=c0x00000000-cc-rp','2694018788013845459',38837),('AbFvOqlorpVUzR7ySHYUmulZfBogseUr6FD3cMW486s99Inb1Mr1i2dL4XbZ0doE1qxD5bFTxKxZ','I really liked it, it was not a bad experience. I was serviced by Vivian.S','2020-10-16 02:02:20.198000','2020-10-16 02:02:20.198000',5,'jayla mccullough','https://lh4.googleusercontent.com/-P1uoCjM1NxQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn0Jtb1UVoaIZ9gMtZo9YvhzexzaA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42859),('AbFvOqlorq2V5IWiBgzV40jt5HLiOFOdcGflbQ-uyWhelU0_oR5zcibNB5Tk2eAtvO4YtLbiYZGbAw','Second time visiting and each time was quick, effective and super friendly. Didn\'t have to wait and they diagnosed me very quickly. Both the doctor and nurse smiled as they helped me. Really appreciated it!','2020-02-27 01:47:58.662000','2020-02-27 01:47:58.662000',5,'Jacqueline Chavez','https://lh3.googleusercontent.com/a-/AOh14GhIeTtlq_GcnSRPYCqelk9_kSaYfBCxIvJggaqyjiE=c0x00000000-cc-rp','14567670160750071148',30224),('AbFvOqlortDAeC6SLhDqtREpnzFBjzA4BDuZUPQmLD4TqFXey8F_-Rw2BgxX6FcwwUREzPRX_giEgg','Great visit. Dr.jones, Brenda, Calli, and Nicole were really friendly and helpful. I would recommend a visit if you need good service from good people','2020-08-08 14:53:11.737000','2020-08-08 14:53:11.737000',5,'Armando Fernandez','https://lh3.googleusercontent.com/-1VcQvw_v0sE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmUh09jTpbbbJkGNVXe2lBaR55Osg/c0x00000000-cc-rp-ba3/photo.jpg','2077061009497551125',38630),('AbFvOqlOt_hX7Cs6Ytpa9a6Dd5FgyZTrqFdNru1PY7NjWwmgUReNCYDA5frMazx_pkQuW6xQN8J6',NULL,'2019-03-25 06:37:55.027000','2019-03-25 06:37:55.027000',5,'Mose Mouton','https://lh6.googleusercontent.com/-ST6qT5baC3k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLqqNc-fB9TVL3gtQDSAoko1M3fA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38238),('AbFvOqlOtHA3jzfVkqSomp_OnUhAVwiPUgczQhXOJV-VzOn0FXtBRUivkxeG00xXQur2EC5mrRGi','We had the BEST care!! The staff was extremely professional and caring. Jolynn was attentive and helpful, getting my upfront questions answered quickly. Manny was caring, kind and gave us time to ask questions. Made sure we were comfortable and ensured that if we had any questions he was close by. Tabitha was very accommodating and made us feel comfortable while caring for us. Dr. Plante was extremely knowledgeable and listened well. He has excellent bedside manner. Was very attentive and explained things well. He and the staff went above and beyond!! Extremely impressed and thankful to have such great care.','2019-08-09 15:17:56.251000','2019-08-09 15:17:56.251000',5,'jesika smith','https://lh3.googleusercontent.com/-E38CMzb62FE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn0RgUBoVgm7iytQGrqTeL1P6FxOg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41628),('AbFvOqlotiEmO2nbZHDCMR01lrzVvToAOPce3dptb8zWvmmMkCK8Lqgq22ptITzO_ebMj7OXXRDR8Q','I love the staff, their friendly and warm hearted. Especially Francine and Alexa they took care of me and treated me so well ensure I was warm and comfortable. My nurse as well Mr.Aj lol he’s a kind spirited person as well. I just love them all šŸ™šŸ¾\nSpecial and big shout out to ma girl Francine though 😘😘','2020-10-01 22:26:52.297000','2020-10-01 22:26:52.297000',5,'Shanice Fogah','https://lh5.googleusercontent.com/-uvJO_JY5vUA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmaL95xWDyN5IHga7teB0177ZrMdQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38943),('AbFvOqlOtirIX7CqWNr-VD3tNaPtrVq4-KA097KO_jeuvomUA79EBGFyCW5SXT29bNPzOl9NDxAl','GREAT compared to other emergency rooms around!','2017-12-25 22:55:58.115000','2017-12-25 22:55:58.115000',5,'Skylar Dean','https://lh5.googleusercontent.com/-TeXGgxLGZs0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmCJnkF2ozd_Jq5Tq6Oai0xVAj5jg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35337),('AbFvOqlOtki3beaaqJmcyvgBmVBxeSoX5L-eiiF2Mez6QscdsFyqH6IhU6CNeCpXvt0mOcxTJoKMYg','Dr. Garcia, Kelli, Ellen, Sibienne and Stefanie were all fantastic. Ellen and Sibienne were super friendly!','2020-09-12 02:42:59.889000','2020-09-12 02:42:59.889000',5,'Terra Henderson','https://lh6.googleusercontent.com/-vodAsMdG5KY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmqAIkIYrCY_hHu2Oflc_dg2ePIOA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42912),('AbFvOqloTqPocWuOe6wCrjOBNfqWEUe5cIPEkKKUkDBElt_a9TycEE7C7-GpYOfgyqjNUo0Dxu7KYg','Great awesome er staff rebecca at the front office was warm and welcoming and and rn gabe and dr min were excellent folks would recommend this place to anyone','2019-12-26 07:15:00.339000','2019-12-26 07:15:00.339000',5,'Steven Gonzalez','https://lh4.googleusercontent.com/-GiYG2Eul5_o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckI12-Y1vgnvwRIz7icMuF23HPLGw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34486),('AbFvOqloTVZ1jNB-iO9MwSCnx462pRJDGWasKwVWTXpSuzf3CcVxMhsfRbClkYfW_QjAt_XUO4NZLQ','I love this place! I have literally been here four times in the past three years for my strep throats, and every time they make me feel so much better. Liz in registration was amazing today; she got me through so quickly! Nurse Jacob was very kind, funny, and made the shot as painless as possible. Dr. Harjai explained my diagnosis in understandable terms and made it easy for me to understand what I needed to do for post-care. I would recommend this E.R. to anyone!','2019-02-13 13:54:01.909000','2019-02-13 13:54:01.909000',5,'Marissa Rowley','https://lh6.googleusercontent.com/-tQZWpNmlnKw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnmIAYgvr5iPtg5B-BVd_j91FMXpQ/c0x00000000-cc-rp-ba2/photo.jpg','16590124370714063921',35015),('AbFvOqlOtWc4Mp7RBCajxq6Ny7Kz79d2atrZAA17uxW36RC9cEeleLo8eCyS80W4RmFZyqUAcAjp7A','Lorena T was very welcoming and my nurse Bretnie was very caring and polite','2020-10-10 18:10:28.639000','2020-10-10 18:10:28.639000',5,'Kelly Fry','https://lh5.googleusercontent.com/-lUKILYfes8o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl_ByJhYF0FsMVwlbgcP5ODL9vpVQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34139),('AbFvOqloUL18lOn44LaXyc2W13fSUDtnUiAI1JVnYq_sQWIcMSKqTwX08XYvxUncMrz2p5CYGm9a3w','Came in for a COVID-19 test the process was very fast and painless gave them 4 stars because of the 30 min wait time to get the test other than that I\'m pleased with the service and the staff.','2020-07-21 01:35:19.912000','2020-07-21 01:35:19.912000',4,'Lorena Gonzalez','https://lh5.googleusercontent.com/-na_Oj-BfnUk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmVg1UbZ7ht9q6RyjsJHpxjumPSNQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31923),('AbFvOqlouQ0eMfCkOgBn93BZw9e_6KixvG5fDdymXvhWRRb5J9ihTVPnS9lzQrekEb7kTs8O5cPRdw','I took my mom here and we had a great experience. Everyone was super friendly and professional. There was no wait when we went. They did a CT and x-rays on her and we were out within two hours. We couldn’t have asked for better service. Highly recommend. Thanks to all the staff there including Lorena at the desk, Dr. Kimball, the nurses Jacob and Remington, as well as the radiology tech and ER tech, Laura and Natalie!','2020-01-05 21:18:10.869000','2020-01-05 21:18:10.869000',5,'Kaitlynn Jensen','https://lh3.googleusercontent.com/a-/AOh14Gi2vDGOCHYwoqK3ZGghHnHD8oUoJxZkgkh2yY2S1g=c0x00000000-cc-rp','16590124370714063921',34466),('AbFvOqlouT2ueKfeEinetp1A3vK07K0x879GO241x1jiLRXD8Ej0cfbn7f-U5X484pHscrmYcAqF2w','Everybody was friendly. Dr.pham, alvean, Marcus, Jocelyn, micheal did a wonderful job. Quick past with good attitudes!','2019-06-23 19:16:40.331000','2019-06-23 19:16:40.331000',5,'Balqueis Altamimi','https://lh3.googleusercontent.com/a-/AOh14GhtHadbUp9GYunx9t-pF1j0e8ORnW2gQ4TkQuBBvw=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqloUUF47W6BJ02kf4dSkYztxLauA570W4OrGeYoWN0nv04yVlO6PrcTADiAU-Ty51qrdG3t7w','I never leave reviews but this place was so amazing that I just had to do it. I was sent here from my job at a restaurant when I, unfortunately, was injured. The entire staff was incredibly friendly and made me feel very comfortable and even walked me through the Worker’s Compensation process. They thoroughly explained all the after care and made sure all of my questions were answered which really meant a great deal to me. I was extremely impressed and would HIGHLY recommend them to anyone who needs it. Thank you, SignatureCare! You guys are awesome.','2018-12-20 02:14:22.797000','2018-12-20 02:14:22.797000',5,'Kate Colley','https://lh3.googleusercontent.com/a-/AOh14GgUGUsaT9_gXAlQaDJlQAXiZgl_mifxBluLtihrVw=c0x00000000-cc-rp','16891069708558046635',36310),('AbFvOqlOUYCk-8K-sDvKdvwj-PcQyxn264-RRWJXiE_35NCxdHzljFoJ6oz-pK2ZWE_nrms3lRGmlQ','The staff here is very friendly and they were very attentive to us. Nurse Alvean and Ms Tricia (Tech) made my daughter feel comfortable. Dr. Wong explained everything to us and has a gentle bed side manner. My daughter is seven years old and was not too excited about being there, but afterwards she was feeling much better. They have special rooms just for the kids—makes them feel special to see their favorite character on the walls. The environment was just right. Good choice.','2019-03-27 21:16:10.764000','2019-03-27 21:16:10.764000',4,'Nicole Johnson','https://lh3.googleusercontent.com/a-/AOh14GjrUQN2mJDjcokh8hAAmrc49QrmxLmovXKrv7ynMA=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqlOV3u3AunhyRRdZ7G5vSiFzBuQ4FKt_Ct9M5KTY9iMOny3pZVeAw7ZOrSGUJZHI8fvx0sThQ','Awesome Dr Zheng ,Amyand Pailes,RN','2019-07-05 15:53:42.744000','2019-07-05 15:53:42.744000',5,'fabian adame','https://lh4.googleusercontent.com/-YlbPyVOYyPw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckOV1IRAZSi-H21ncBmVKG4bD_8sA/c0x00000000-cc-rp-ba3/photo.jpg','8918455867446117794',43231),('AbFvOqlov72elWkGxckvCsre5r9Z8Q1GKAKMCVd6uvVWeBep5v6MmmXQ_qCCiWS7Ee6P-UB07OEG4Q','Dr.Dendy,Delicia,Duke,Sebler were awesome and caring','2020-02-26 15:33:58.829000','2020-02-26 15:33:58.829000',5,'Shamica Williams','https://lh3.googleusercontent.com/a-/AOh14GjQE_NMVB_uzjPpKPlOGvNbKWgh2vf61epkdr27phY=c0x00000000-cc-rp','8679688254631342173',42421),('AbFvOqlov9KGrPiVSGxF7doZHgp9cWQRKazG5-GwVOLkQ2A-W6M5hoZ1LF9Pf2Bxt5L9xJZzjkcT8A','I came to Signature ER because I had to get tested for covid for my place of employment and the process was so much faster than anywhere else that I tried (I have to get tested weekly for work). The lady in registration, Dee S., was so kind and helpful and I really appreciate that, I know healthcare workers are overwhelmed with everything going so it\'s nice to come in contact with ones that are so friendly!','2020-09-20 15:58:48.973000','2020-09-20 15:58:48.973000',5,'R Winters','https://lh6.googleusercontent.com/-ux60_anRWrI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-6iHLWSr6i9eplfBEITfztLHEtg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28538),('AbFvOqlOVSKtB9CkSxZWbWbKYdKBJF5r7m3X9-DYZ0FC5wvW64AHMlqMtEbZZ5T-GPDL2npvaGRdyA','Jose was awesome great service and Lisa h at front desk was helpful and courteous','2019-10-27 19:39:46.320000','2019-10-27 19:39:46.320000',5,'Chrystal Chavez','https://lh5.googleusercontent.com/-NBKE1u42_tQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclvUfgCKB2VeOZDJMZV1I592Kr6iw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29605),('AbFvOqloWbEI8sAIeK445qjwzGjjkaNkLSd6ovXxWoySuB-f4whbjTfCmT7M1_EcOz-0B-fi9Z4vog','Free snacks and drinks! Was asked many times if we needed anything. Great care, would come back in a flash.','2017-03-14 05:33:44.625000','2017-03-14 05:33:44.625000',5,'Ben Muir','https://lh3.googleusercontent.com/a-/AOh14GiXNsR74RW5K0WEkJGdvJ-95h9Y21I--RUbY7ZFIg=c0x00000000-cc-rp','14567670160750071148',31082),('AbFvOqlOwJ9oJDkEiCCDNzthz_YThkY1ohZ2vLNU65ROlQvp9cbSK7QBbE8vCX1b4onWcnp_fILnCQ','A very clean and friendly environment. Rebecca V. was a very nice person to be greeted and helped by.','2019-10-19 08:34:49.630000','2019-10-19 08:34:49.630000',5,'William Gretzinger','https://lh6.googleusercontent.com/-rtQlMxuOvPk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckFeSMsCQYH87OKCuMfIw-4yZjg9A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34604),('AbFvOqlOwJB-jqAUb8LpcxdM1p-NMB_UPAl_WQzLZe3_HeXSQOQrcYYTYIbXECrAUhBwtZIWbLtfPA','I didn’t die :) thank u: Dr.Kotey, Ke’Aire, Dion, churiah, Agnes, Josh','2018-08-10 03:02:05.663000','2018-08-10 03:02:05.663000',5,'Davian Raggio','https://lh3.googleusercontent.com/a-/AOh14GgnRnXpTz7vWRdqNRJWrKjnIm4dRRKgwcKrRtjNtA=c0x00000000-cc-rp','3511292162159714121',40878),('AbFvOqlOws6b9LHjHuLScyUa7Y1NAyLmIx9wQr8DNA0TjVukopSh8Jt0r2OnSW5Ty-ymcYpBcRO-','Very professional and kind. Very little wait.','2020-11-19 14:22:45.035000','2020-11-19 14:22:45.035000',5,'Rica Duhart','https://lh6.googleusercontent.com/-BJigp776GQI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnGC1gejQb4rPBfBN1A2rG788nJjQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31338),('AbFvOqlOwUY_snqiNUYIjU6xEokrfViJe4uFrVIRkhkirN6jfqwNVUPIMg_8Gx-xBwGm1TyzCH8p','Staff is nice and friendly! The place is clean and lovely! Keera was awesome too','2019-07-09 18:50:25.199000','2019-07-09 18:50:25.199000',5,'Kevin Guenther','https://lh3.googleusercontent.com/a-/AOh14Gg813Q3NC6-6-VdnEDQDQPsfbBhLxIdMwCGdnmFBy4=c0x00000000-cc-rp','17394740196501090048',36736),('AbFvOqlOwWGxxinr5XboomPNDThEB82ziXpD9c_yDjIo2CNVziCHgTHxz3TPJN7STwrhnrkbUOER','Fast response, everyone was great, shortest time I have ever waited in an ER facility','2016-07-07 15:58:47.129000','2016-07-07 15:58:47.129000',5,'Michael Alff','https://lh3.googleusercontent.com/a-/AOh14GhClVrJQGRPTqgauBQr0045SMhQfKnJl3-jKtb7Tw=c0x00000000-cc-rp','14567670160750071148',31224),('AbFvOqlox8n1uaIRqQCi9EEPEzmcZyT5CcWZe8TWZAIMYoXxiq1l8voXgMh03Fr-PHAHJpnBMRlX','Very fast service !','2019-10-11 01:08:22.163000','2019-10-11 01:08:22.163000',5,'Alejandra T','https://lh3.googleusercontent.com/a-/AOh14Ggx402_6SaIq4cjXmLZdBVJlRYk0X4vLdVfOuP21w=c0x00000000-cc-rp','13486358490203335051',29626),('AbFvOqloxnFmiOTevkhr4iXVXwCub_SvYJ_tQnbPUaJGazoMHgxCaMEoumELyL_H6b7k4ho4604a','(Translated by Google) Excellent service very friendly staff and Dr. Henderson graciously attended to my son, the 5 star place 🌟\n\n(Original)\nExcelente servicio el personal muy amable y el Dr. Henderson atendió gratamente a mi hijo, el lugar de 5 estrellas 🌟','2019-11-14 03:21:27.645000','2019-11-14 03:21:27.645000',5,'Yenny Gazcon','https://lh5.googleusercontent.com/-itVJb8iGaUA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmia_bnEpJ8tTSZKyKNFjepspcU_g/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37885),('AbFvOqloY6UWk_CyQvB12te4mNqemgsuz3cqHZMx9x9M0pmHOxWDoFYjG1SUyAHIl6HD7sNv5hCESQ','Daniel, Sarah, and Dr. Patel were awesome. Provided great and quick service was pleasantly quick and Fatima was amazing with patients. All were friendly and understanding. Thank you guys so much .thank you tanisha','2019-11-27 07:20:38.627000','2019-11-27 07:20:38.627000',5,'Zoe Rodriguez','https://lh3.googleusercontent.com/a-/AOh14Gi0LQYXaoVXXCPK8PnqNcWMtBkX-MdLUJsnlvpDAJs=c0x00000000-cc-rp','17898197009688164559',37845),('AbFvOqloYAhftuhd6luFex39INEQHpfysU0T7-d2SOde3szoTKaFpmqQT8VAsZz9XvUAtRjAfF2QVQ','This place is great and they really take care of you highly recommend RN Naureen & Reed as well DR Golla was a big help!','2020-10-21 20:17:49.067000','2020-10-21 20:17:49.067000',5,'Christian Saldana','https://lh4.googleusercontent.com/-WWSaxfsd5qQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclS9K50S1cwEsm7emxAg16j64UbQQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40136),('AbFvOqlOz-ipAUnPTUxj3Ej1z4jKO-SN3jlBI2k0cJ32DlvIGMy7JUicKz9tx96L_Npd7BfF0dtjig','From beginning to end very awesome very kind !! My nurse Valentine super sweet and gentle and my RAD.Tech Hoan lol funny and cute šŸ˜‚ he came in saying\" here for a brain swap\" lmao had me almost running and he said its not that bad just goes on one side of ur nose and out the other šŸ˜±šŸ˜‚ amazing and honestly he was very gentle as well and it did not hurt at all .','2020-08-05 19:04:59.290000','2020-08-05 19:04:59.290000',5,'Diana Montalvo','https://lh3.googleusercontent.com/a-/AOh14GiutKUXGL_-6ZyztLNSmyF8zO-cEgUNvd0c1148=c0x00000000-cc-rp','14904078213800803294',32280),('AbFvOqlOzTRe-XLGNwj5G2eB4iFRl9M7kunzW7demSHxJUxFlQ3KLjjzcZyeQcESU85jF0jrTYWFFg','Great, helpful and friendly staff.. DR. Prodeep Golla, DO was the best Dr anyone could ask for . He knows what he was doing and very helpful and friendly..\nSame as Nurse: Lisa : Mercedes','2016-06-07 15:27:17.435000','2016-06-07 15:27:17.435000',5,'ogechukwu obi','https://lh3.googleusercontent.com/a-/AOh14Gjv-OR2NpXwMbZDVpJxwseh3EkhGHPoam0lQ2W1=c0x00000000-cc-rp','17394740196501090048',37338),('AbFvOqlozUQfQ1VteBoPfTgcG-S6Q5vtaG1oK82D39kSwes87lT4lMzi5QEOs2StUVAN0GEeXU7mmQ','Awesome!','2020-08-30 19:28:55.571000','2020-08-30 19:28:55.571000',5,'Christine Lenzsch','https://lh3.googleusercontent.com/a-/AOh14GgKxnwk90abmtxz6DqGdexD9abOyD_rEGT0Pc-U=c0x00000000-cc-rp','2077061009497551125',38555),('AbFvOqloZxwvkmoJC8Ro-ZJ0fCTWlYs8D7TIS1fdvGCYuV_ZkNqu9psNXlXSib8pU9HkSIcAnRzzVA',NULL,'2018-11-19 20:07:35.931000','2018-11-19 20:07:35.931000',5,'Gillian Sevier','https://lh3.googleusercontent.com/a-/AOh14GiVWF_vVedZEEcRUndhTkdo8InvtgtCp7s78Xcy=c0x00000000-cc-rp','16590124370714063921',35100),('AbFvOqlP0nrytaVwom-YCwx1OuThDVy0i02MagqTH0gHXciAM264x0JDys8LGBPYQG-tVo6dfn0y','Great staff no wait Chris did a great job!!!!','2020-01-10 22:57:02.077000','2020-01-10 22:57:02.077000',5,'Juan Colejio','https://lh6.googleusercontent.com/-LkA3slRXpBs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucniNAoZutihP1cM0FeZNkD4Bjn_Fw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30353),('AbFvOqlP0nXfABP8cL3kjEbbRirHJAy_zG0ClgClC7ERIiPK0K_a7uMSNhaaRyy6BcBDxtp9F_XEkg','Had a great experience with SignatureCare South Austin. Was seen promptly and had great care from\nClay and Christina R. Would highly recommend.','2020-11-07 16:34:01.661000','2020-11-07 16:34:01.661000',5,'Chani Buettner','https://lh3.googleusercontent.com/a-/AOh14Gh5XL4Q5a-oSmHuBgibOptQ33Dc9VVAoQWVpApnRw=c0x00000000-cc-rp','16891069708558046635',35627),('AbFvOqlP0xJRm-bcINyWM5sOz0BcGozZMgXLoyX1NVkPQGq70xf4f5iXZYo6pJj3k_VE0D21vDxe','Great service. Had to come in for a rapid COVID test and the help line was good getting me online to schedule the appointment and the staff was extremely kind. Very a accommodating and the facility is great. I even got to be in the Finding Nemo room while I waited!','2020-07-09 15:02:45.204000','2020-07-09 15:02:45.204000',5,'Lacy Hamilton','https://lh3.googleusercontent.com/-yfvv3ejChRU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhPTOPxN-HY9WE5WbXnBh8FLFBLQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32311),('AbFvOqlp102PEj02PrGjuh1WBPXv7LLxALHK_DLYOg6_kq6LDbI3LDeD6oijoFf6fN8nxHEJwcp6','Awesome customer service from Tanisha W, Thomas W, Geovanny, Sarah G, and Laura H 😊','2020-01-17 03:45:16.255000','2020-01-17 03:45:16.255000',5,'Adrian Garcia','https://lh4.googleusercontent.com/-2iK725jO5S4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclygu7vWM-V96DqtagY6H0vUYhI8g/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37748),('AbFvOqlp1JFCAWI9yaJcEab7h2Je3kkVh6odST2cz8ZuFCmsBl5R5H1QrcXfgCRodvJzOQdF7sJLxw','Love this facility. I have come here for a random Covid testing just for satisfaction :). The service is great and staff is great. Conveniently located here in Stafford! Highly recommend it.','2020-08-04 19:27:16.745000','2020-08-04 19:27:16.745000',5,'Azim Punjani','https://lh3.googleusercontent.com/a-/AOh14GhK1Xx0fViOTECC8c5H6X88hhP4qzhhzgBsTLKGwg=c0x00000000-cc-rp-ba3','8918455867446117794',42947),('AbFvOqlp22AXDRyMBSIOYoF6XCrrbzsqBZKk9SgmYFY85tfiS_frq6zQC_TYpmOPwj_mAxt7hKzMcQ','I went to the Stafford facility with my 9 year old grandson, and even though they did not accept his insurance, they did a free evaluation and gave me suggestions on what I could do for him. They told me step-by-step what the process entailed and if he needed emergency care they would discuss a payment plan later. Everyone I came in contact with was knowledgeable and extremely friendly. He was also given a nice little care package before we left and he was excited. Clean, fast efficient service and I would highly recommend this facility to others.','2017-11-15 03:30:50.805000','2017-11-15 03:30:50.805000',5,'Sheila Jordan','https://lh6.googleusercontent.com/-2pEPQWcUmYI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnOZyGhR557AzoNo29_jW_0HiXvFQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43461),('AbFvOqlp2gxUCtidcBQUbavMWJSje1CKQd1J29e8BlhPtRiqHPs5aQxDh9SxR0p2hp2aIrgbIcurdA','Dr. C Nguyen M.D answered all questions and explained.\n\nNurse Dawn S. Explained all thing concerning medication and follow up procedures. She was extremely helpful.\n\nRad tech Jessica N, completed the Xray very effectively with no repeats.\n\nER tech Ashly S. Was very prompt and helped get all billing and insurance information through and we incurred zero expenses.\n\nOverall I highly recommend this facility for urgent care.','2019-06-21 18:28:40.544000','2019-06-21 18:28:40.544000',5,'martin luther','https://lh3.googleusercontent.com/a-/AOh14Gi8KHa4AeS3VQoXXCmoxVo-ENGOMXuJsqC1CYEg=c0x00000000-cc-rp','17898197009688164559',38131),('AbFvOqlP2UJTOs8-PTqcYlqt9LieUftmDhkjlw6bOezujeZ79hqE-cF1uzEpYOQtEnwJA-lUnUjQ','No complaints here, in and out within a hour. Everyone\'s friendly and helpful. Sindy was helpful with all the paperwork. Gina and Vicienne helped get info and into a room quick. Dr Singla was kind and helpful. Glad I could get the help I needed šŸ˜€','2020-01-24 18:34:22.267000','2020-01-24 18:34:22.267000',5,'Gabby Alvarez','https://lh3.googleusercontent.com/a-/AOh14GhbWg_aByYkqNUDjP3oB9HHRln-wV9sphxdZbzyOg=c0x00000000-cc-rp-ba2','14567670160750071148',30306),('AbFvOqlP2vJ-hWG1aBloX8KdUAzOPqnYwik8Z7kpbPU48grwQgJg0YPhLZWgGronOQwvsIsYrgIr',NULL,'2020-08-07 18:11:04.211000','2020-08-07 18:11:04.211000',5,'Erlinda Alfaro','https://lh3.googleusercontent.com/-E76fYR361BI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCjfpHuPLP8iTh35__jqoIedqUTA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32274),('AbFvOqlp3_7unZv7Q_f_bdw1CZPVbrqGuizt3bu4Y_AauB9l6dgHEOe4eB-h-pKDFbxh0u5-uGRLBQ','Alyssa P, Karen C, and Shawn K were the best and nicest!!','2020-01-24 18:45:59.591000','2020-01-24 18:45:59.591000',5,'David Suarez','https://lh3.googleusercontent.com/a-/AOh14GgQuM_7RZGamIEwyZJKiC4wGyQu8e8PztBpxJjTPQ=c0x00000000-cc-rp','8918455867446117794',43137),('AbFvOqlp3mrnwPiVC7yN_bbrIEBdx9GDZASBhjGByWmGutiZdJLqff30_kk63LQzBCPGRFZsymMsxg','Very friendly and professional staff, Kelsie and Andrea were very informative and made me feel comfortable during my visit. There was also very little waiting time before being seen.','2020-12-18 19:53:31.896000','2020-12-18 19:53:31.896000',5,'Cole Chambers','https://lh3.googleusercontent.com/-_2CAUP9twoY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZRuMYwo8LJiz1LUjOBQBvFaZwrw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44663),('AbFvOqlp3s5JUra7nXWgOT2jVDXoKHc2xRnpxA2aM_pwy6ZP17GnYF7JMLC3sjDmO9x8qdY-n6MR','My experience was great s always. Terra, the receptionist, was very nice and pleasant. There should be more of her in the medical customer service.','2016-06-20 20:17:40.253000','2016-06-20 20:17:40.253000',5,'Marie Freelon','https://lh3.googleusercontent.com/a-/AOh14GiaITkpjqdg6Ugyi8PZMpwMUYvY1D7wPQNLQL6zeg=c0x00000000-cc-rp','3511292162159714121',41205),('AbFvOqlP4-5GkdgviO2ygqUsMLJWxvWhhECwr3nUKgI5O_0QlCAfPphAmvA-6vVBq4yYjU1XpLfR','Dr. Yost, kara andKim make it a nice and fast experience. :)','2020-12-30 21:26:57.308000','2020-12-30 21:26:57.308000',5,'Caitlyn Dyer','https://lh5.googleusercontent.com/-7ivzMscpCiw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn94irB2yyvk83u4mKqC9OC0o19ig/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44183),('AbFvOqlp51pJC8Wvrh-kjWqc8wS7HL86aRsayHV484APhJjLQIT-wzIM8Ffm3mdKWh4zGgXoXRlcAg',NULL,'2019-01-15 19:30:23.420000','2019-01-15 19:30:23.420000',5,'Brittney Smiley','https://lh4.googleusercontent.com/-o0Swsey8jxE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm2n9l4w3_w-l0cAAowEc4YLVfF7g/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40714),('AbFvOqlP5iE8eRBRGG1WVCn-aU-IsbVO40SMVFQG_NBwgS4b-Hlk0naF4KCmhcr8IjRU0rbVU6syNQ','Tiniecia and luisa did good job, I feel like home, thank you','2020-10-27 03:23:44.905000','2020-10-27 03:23:44.905000',5,'Tieu Ngao Gian Ho','https://lh6.googleusercontent.com/-AcfHKpQgu3c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmTfl-mfRVRwWBAfSgH3g7UPkoEeg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33074),('AbFvOqlp6-7uP8H1CXGGuW7wE44m0whhqJtQubj9fiiA1GLjdHLCwKP4_KV9Jzjsng_6ltUBBWffKg','I came in right when COVID 19 started, and was experiencing chest pains. They took me in.and took care of me. Thank God I was tested negative. But the care at this facility was AMAZING','2020-06-22 03:15:24.765000','2020-06-22 03:15:24.765000',5,'Windi Knight','https://lh5.googleusercontent.com/-QZsRfiqPBcQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnhEk4P4MTES2h_sgAwwmAg8Q1-Rw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43025),('AbFvOqlP7gK_by3kM_qGF9bvucvt6FEuQ9p9ndHhsM7CkF3MoC6-EqaqE0WeDkdZuAREPGApCSMi','This is my second time here and I was really worried about my son’s fever and they took excellent care of him and put my worries at to ease, Jocelyn and Alvean was very helpful they were absolutely the best with working with children . I’m glad they’re close to my home .','2020-02-19 18:29:08.424000','2020-02-19 18:29:08.424000',5,'Tramelia Encalade','https://lh3.googleusercontent.com/a-/AOh14GjrboAMaUTda7FeQHpBXtd2MS1Mt0laL7w0VwK-Eg=c0x00000000-cc-rp','16389487648212004696',33354),('AbFvOqlp7HsjLP1O10Rf1Dm5zV_uGichdEm-tuXsMyxN8bYC9SYvCd1dCjpV-waflM8TgtqHcf9E','Great Dr. Do Great Tech Bryan Dilli great ER Tech Brandon Williams great front desk Samantha they were all amazing couldn\'t ask for better people to take care of me I give all of y\'all 100% šŸ˜ŠšŸ‘','2020-10-27 01:15:07.317000','2020-10-27 01:15:07.317000',5,'RICARDO Diaz','https://lh6.googleusercontent.com/-YR9jPQSoSbo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmeOz0xz_o8ng0gJ6lAXYbhUhp95A/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30048),('AbFvOqlP7MlX_PWqmETgJVrjtAQnvr78Jw3rOwcAOEMarwGR4jSbA9VbMSgcrWgelHP1Rrk7KYIw','Very friendly staff. Above and beyond service. They make you feel comfortable while you are there feeling sick.','2020-10-12 13:28:55.046000','2020-10-12 13:28:55.046000',5,'Julia Taylor','https://lh6.googleusercontent.com/-0uWAtnkWnyE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmKRyiPkJcDUaZjMR6Q6OPO5kyRwA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31519),('AbFvOqlP7NimDUPTqMK98AkK_e4fFWrJDi_RlF4Z1XGy3bLUDYM9f61AXPFzebSz6gYVL7GJN-54wQ',NULL,'2018-11-23 01:08:53.946000','2018-11-23 01:08:53.946000',5,'Kirsten Jackson','https://lh6.googleusercontent.com/-C-XFu5z-y4k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclYbEWAszv4jC7bLeF6j6cblSLOAA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42750),('AbFvOqlp7wFA0dpPfkBdxqgAl1SFZMjAdmKcPIsQ9QDkVS_K9ZyYxeYvcbVkHlBUtlDAnx7QnCVU','Update: was contacted by Billie, an amazing billing representative and she clarified the notice from insurance. Much happier now.\n\nI\'m trying to remain calm after receiving notification from my insurance company that this center charged my insurance over $4,500 after I was tested for covid. It ended up being walking pneumonia.\n\nI just went to a different ER for chest pain two days ago. I guess I\'ll find out if it\'s a heart issue after reading this bill. Literally in tears. Go somewhere else. In my paperwork it said they would not balance bill, that\'s my only hope at this point.','2020-12-01 11:37:38.425000','2020-12-01 11:37:38.425000',4,'Carly Knowles','https://lh6.googleusercontent.com/-cu-xQ3Ki-JU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckDJBPv92Cf8aYZE0Ig3ecrzl2DBg/c0x00000000-cc-rp-ba2/photo.jpg','14748677429039074158',31304),('AbFvOqlP8vlQLXwsLHo2-SRIgEtNw52eEh_FWPswRi1QEuLO-sUepWimsx_QVY56g_MKL9K_cFC94Q','Good explanation of necessity or not of procedure.\nExcellent performance of procedure.\nExcellent discussion of procedure results.\nVery prompt - very small amount of time taken.\nSincerely appreciate the services.','2020-11-11 16:37:21.900000','2020-11-11 16:37:21.900000',5,'Nedra and Tom Ashton','https://lh3.googleusercontent.com/-IljjyNCSdTk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCgWe8sxSFAYKow9GX8t8AIq7RzQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39454),('AbFvOqlp8YZgeMGhvC30VaWgqiMO8kwZhu-LR-DpdPi40Cez0A5tRQQ8SFxNghv_aecQZbqRXV5wJg','it was just a little expensive','2019-03-20 04:33:15.962000','2019-03-20 04:33:15.962000',5,'emine güldem yalƧın','https://lh4.googleusercontent.com/-ezTNMkUl7Lk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6-YCBqg704sonfPC-Pf5xxoOmtQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36810),('AbFvOqlPA55zeg__1Ac5_xUKrQCULKbJzDYNFtnQieXp2mZOGlKcVs4WUD5qvVFeecztd4k12UY3Yw','Excellent service from every single associate at Signature Care in Stafford!! The receptionists Dalia R and Angelica D up front are so warm and welcoming. I trust Signature Care, it is so worth it!!','2020-11-12 22:00:23.964000','2020-11-12 22:00:23.964000',5,'Mark En','https://lh3.googleusercontent.com/a-/AOh14Gjqz7amP7LhHKFGd1mAic_FROAMV3QLKmOytR0L9w=c0x00000000-cc-rp-ba3','8918455867446117794',42834),('AbFvOqlPAP6v1q9lTJ3F_D1LrnDqL3rGNA0Gl4Y0HmyUJqwo6XRnoCaSxKto7TOact5DL-G8UeI3dg','They had the best customer service!!!!! It is my go to in emergency situations.','2019-08-10 03:55:33.936000','2019-08-10 03:55:33.936000',5,'Robert Algarin','https://lh3.googleusercontent.com/-4Q9pZVDbiI8/AAAAAAAAAAI/AAAAAAAAANY/AMZuuclaBFqgdvsUg03_H2aQlNwdcFrwhw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36150),('AbFvOqlPAvuE6aGX6hs1RiBh7ll8N5tbgvhaFXm_wizdYxcTB2IcQpptIVcUYQA6va2MS13e7MSN','All the staff at Signature Care Emergency Center took great care of my daughter! Seen very fast and everything was explained to us every step of the way!','2020-10-16 11:44:30.928000','2020-10-16 11:44:30.928000',5,'Gina Perez','https://lh4.googleusercontent.com/-csa2_MoheuU/AAAAAAAAAAI/AAAAAAAAAbA/AMZuucmK-LIDQPVoVkGvPF30MURoqNkeuw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39473),('AbFvOqlpAVzA3Dz3at1O7xonkEFW9lBE0lMZsl16-ijrgNCGOCj44uR9_TLRvVqnO78dlzKl0YzUnA','I really was taken excellent care of by the staff at signature care in Texarkana. I am very impressed and if I am ever in need of medical attention again will use no one else.','2019-05-01 13:53:37.885000','2019-05-01 13:53:37.885000',5,'floyd wright','https://lh3.googleusercontent.com/-JWiK802ZGrs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucljcTHtcA96S28C2O88Hdk5RqSSag/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39876),('AbFvOqlPBMevfv2ubgAhEsDW4aUrrDZT6hD_8jfHLJOieTOD-LfoeF65hVHKTCHF81k3I-RunKp0hg','The staff was friendly and personable. The service was quick!','2020-07-16 00:55:36.271000','2020-07-16 00:55:36.271000',5,'NETOSHIA PENDLETON','https://lh4.googleusercontent.com/-T0gV7rL54e8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucluwcMtDBIT0PQUJvuLNnPoYm7eKw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39039),('AbFvOqlPBO7iku78WiQL3BaQ0WwK4rhwSqNGbn4VIfPWIHb7z5IJbwh7W2MkdZm4fx9OQgENzjxc5g','Was helped as soon as I walked in by Dalia R and Julesia H and was offer a warm blanket by the doctors. Great experience','2020-10-12 18:17:35.086000','2020-10-12 18:17:35.086000',5,'Noah Sutton','https://lh3.googleusercontent.com/-aSMhPHFV0Pc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckeMrDHS27T6at7ohv842EXFoogeg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42866),('AbFvOqlpbSfrN2BEEq8P91-afnAPGw9YWAIQHBoXOZT3BWxGCYx_YdwB4GyseuANAixGlser9FCsPA',NULL,'2017-08-14 05:28:04.504000','2017-08-14 05:28:04.504000',5,'LeShea B','https://lh5.googleusercontent.com/-t477xzgUbSY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucleED2eWiLB0J0g4AalFATJYEhVLg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37096),('AbFvOqlpc58omkalYFzdwSN-rqDBk-90aBBsbmXGhKQZLQNGy4sFcy6yGCQZKQevH7-hSf90fRXcaw',NULL,'2017-09-15 13:18:36.440000','2017-09-15 13:18:36.440000',5,'Brandon Lentz','https://lh6.googleusercontent.com/-aDpxg3_dYfQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmE_2xfPVpt4rU22yXikZjltdPGhA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35379),('AbFvOqlPcBGeEn8cWkdzhsjpeINXS0moPykhAazx5PNSMVu4UTVo0L2UKNKJwPiTwGTDdpm_Ej2yOw','The receptionists (Vanessa and Emily) were extremely friendly and made my experience very positive. The nurse (Keri) was extremely knowledgeable and provided me with an excellent service. I highly recommend this location to visit.','2020-10-23 01:19:09.457000','2020-10-23 01:19:09.457000',5,'Paul Gallego','https://lh6.googleusercontent.com/-KGtuaqMHyu0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnDBZcd9KnOgrOqKdGOOsY3-2-Cmw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40126),('AbFvOqlpcDXw2IP5JL3UGakbdU4br-jU6ws0u2coLKXnWYB9w2LJIxlPDlyonpgisuMOkVitbkf2BA','Best emergency care ever. They treat you very well since the beginning. The staff is beyond awesome. They even give you free drinks and snacks in the lobby haha','2017-02-16 22:45:46.436000','2017-02-16 22:45:46.436000',5,'Cesar Hernandez','https://lh3.googleusercontent.com/-rji_xOiCuI0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl92UY-KMTIdtIZPmo15os857fZvA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31098),('AbFvOqlpCIuzgXm8mfNq6g4mf2T3pfJ7oayx5pPs8kQ8F8a_YvaR59lWouxxFLHl7JMQ1iF0WcXbYg','I went in because I felt that I had strep. The environment was clean and beautiful. The staff was friendly, patient, and professional. From the receptionist to the physician, I felt that each person genuinely cared about my well being. Thank you! I highly recommend Signature Care in Texarkana.','2019-11-23 12:53:04.414000','2019-11-23 12:53:04.414000',5,'Amber Merrick','https://lh3.googleusercontent.com/a-/AOh14GhPbzFmtbExPMzovuzR-4SADqiw8fJcLLN1xAUEOA=c0x00000000-cc-rp','3272657195432704501',39769),('AbFvOqlpdRpYSh_G1-XBKvj7yZ3C1lie6D7w5HBvgg172J58s-Vq6rtMfvbgVAkNLb2mqbbPS4k6cA','Signature Care never seems to disappoint. Every single staff always makes the patient feel welcome from the moment we walked in to the end being discharged. LOVE THIS PLACE','2018-07-06 11:59:06.502000','2018-07-06 11:59:06.502000',5,'Rita Aguillon','https://lh3.googleusercontent.com/a-/AOh14Gi0hqoMGQx0M0h3IRndp6h1uOU7amwl2ThwZpy6FA=c0x00000000-cc-rp','14567670160750071148',30824),('AbFvOqlpDX1tYEGHIuvRSyJxHC6Pwhp01LI9u3fx0g0I057cs2XpDZpqQSk-LIzlEq2rcX82kiqiIQ','Manny did a great job','2019-06-07 17:06:48.418000','2019-06-07 17:06:48.418000',5,'Estevan Gonzalez','https://lh6.googleusercontent.com/-kBVzg7kX2s0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhvDhxu3J3ThbYXZNlsEixmT2jXA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41707),('AbFvOqlpE6xIXtzHktTtkhh0_P9J5-oYByEKn1bTUvGRnhRA4zdCOXMtxnsZUU6NS-8CNOzsots5kw','Dr. Ybarra, Ekaterini, Joshua, Luisa were all great! Thank you for the best ER care ever!','2019-09-14 08:19:37.968000','2019-09-14 08:19:37.968000',5,'Jo C','https://lh4.googleusercontent.com/-VoJbcmIGcLU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnz9YynAOcVLjQvkujI2MxZfB7jxA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33959),('AbFvOqlpEBOo5tmuuNh4n2xEIYoRGXIdznM43qCnw2c1BWUjXi7s74kYFpa9zvUNhAGOsOkVPCyXzQ','Came here because my mom had a really bad allergy reaction and Tanisha was super friendly and helpful! Translated for my mom and was so friendly! Constantly checked up on us!\nDr. Zhen was so patient and explained everything to my mom! She was so kind and sweet and amazing. She listened to my mom and was attentive. It’s really appreciated when a Dr. is patient and listens to the patient! We noticed that and appreciated it.\nEveryone overall was so amazing and friendly!! Thank you guys for everything. Very quick and easy!','2020-01-20 03:13:11.968000','2020-01-20 03:13:11.968000',5,'Brigitte Velez','https://lh3.googleusercontent.com/a-/AOh14GhTkqxo6kpWy-2cq2M5FGHl43cP7DUfNakET7LF8JM=c0x00000000-cc-rp','17898197009688164559',37739),('AbFvOqlpEFln6nk4Tr1XnPibWD2vhMoYr5hz0QXVcaPwT5RyUDOSBQepznD551LgG_Mvnr3yBI54lA',NULL,'2017-06-08 20:48:58.607000','2017-06-08 20:48:58.607000',5,'Kelli Schneider','https://lh3.googleusercontent.com/a-/AOh14GgHHsndrs2FphjlE9fMRKCUTqKw0kd2NQuH29jr9Q=c0x00000000-cc-rp','14567670160750071148',31027),('AbFvOqlpENuu0Cf8FBUpYivzWGWgZmXjMOLoma4pEjCN80YS4JpG5M01pXAcS_rcn3-TOTjUJTlqrg','Great experience all around, staff was super friendly. Lorena and Kennedy at the front desk were super nice and the Rad Tech Juan C. was very knowledgeable. My nurse Bryan R. was very friendly as well.','2020-12-12 21:10:50.919000','2020-12-12 21:10:50.919000',5,'Gabriel Boccalandro','https://lh3.googleusercontent.com/a-/AOh14GisFUlMhCTNdDtfBwXaWHWp8JL7zb-rdMu_aZPCoQ=c0x00000000-cc-rp','16590124370714063921',34040),('AbFvOqlPezSDrWTqfhIw51EarjZFw7J4Ob02sJQaZi4rjyh8xQx25JRBaCgNMSJEr8FXBEXL-G17OA','They did the best job you can ask for, i lost a good chunk of my middle finger, but you can ever tell now... Special thanks to Dr. Nguyen,(RN)Kim & (Tech) Andrew... If it wasn\'t for y\'all my new nickname would be Nubs! I greatly appreciate the service y\'all did!','2019-04-11 02:10:52.322000','2019-04-11 02:10:52.322000',5,'Christopher Pintor','https://lh6.googleusercontent.com/-6QWAnZEet_I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmfH8HcprLwDy-segH4n-yrv7pBuA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29878),('AbFvOqlpF0wRtNeFo--2z-HqBAFd2yayptG--5npLTgKchsyjc44fm7Tz1BF4KVp87OAL17cDAVpGA','Ashlee Collins checked me in quickly and immediately got me sent back into a room where i could lay down. My nurse, Jacob Olive, was very friendly and quickly assessed my symptoms and made me very comfortable. Dr. Scott was also very nice and explained my diagnosis thoroughly. This place is top notch and had me in and out in under an hour, highly recommended!','2017-02-06 01:54:29.766000','2017-02-06 01:54:29.766000',5,'Abby Jasek','https://lh3.googleusercontent.com/a-/AOh14Gi_HvyE8q-KHVt_nr-iFvg8ktduZeuKgidKEu2G9TY=c0x00000000-cc-rp','16590124370714063921',35512),('AbFvOqlPF5QSZh1mM81XynultsQYVrs2nYVWzPhk8M7YlcXptjkLD8uRJBp6CkZkKFPVuKelJHvZlw','The staff is amazing! Dr. Elsbecker was very kind and gentle with his care. The nurses and techs I had (Gabe and Eric) definitely made the time as enjoyable as it can be!','2019-12-12 04:07:54.717000','2019-12-12 04:07:54.717000',5,'Bethany Beeman','https://lh3.googleusercontent.com/-7cy0pwqPFXE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclX6TeWFqfJrRLb4teIBazKQqGI-A/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36053),('AbFvOqlPfd9ShxyiyJxtK2aSJ2rH9SOotV0HYndPzgWKIi_w5vW1SJxiZTRMmV6EdPS79tZU2ULV0Q','Staff, facility and convenience all exceptional! The communication from front desk to discharge very reassuring.\n\nThe physicians are attentive and on-point with diagnosis and treatment. I LOVE the follow-up call! Jocelyn makes you feel at ease the minute you walk through the door.','2019-02-01 14:56:42.717000','2019-02-01 14:56:42.717000',5,'Cornelia Carey','https://lh4.googleusercontent.com/-MWHVM4h53No/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLuLqwh13kcOgumsODZPleIvB8iQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30616),('AbFvOqlPFoBneu0y_SEjSgEKFLik9Ux9DreWbf45NGQoO2Uka9cpQNRMY3UB51XU8FVLOvvlvBNiCw','Very great staff from the registration to the doctor very caring folks. highly recommend','2019-12-22 02:45:08.942000','2019-12-22 02:45:08.942000',5,'J Williams','https://lh6.googleusercontent.com/-cd5Fa4W91Tg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmpmYZA7NMBlbXDu1iiYU_1DU1NPQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29517),('AbFvOqlpg-obGmLWcj6lIzuEYR2_fupNd_GARRL_ebTL0gz3JziBKnY1zbgkXbmwg6uBco9jvXb6RA','The staff was great and everyone was very quick and thorough in figuring out what I needed.','2019-09-24 16:04:10.665000','2019-09-24 16:04:10.665000',5,'Carlie Harper','https://lh3.googleusercontent.com/-qKp6Aa_bkho/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclzumJjJFhL27OqDz8TyhXoPjWyHg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34649),('AbFvOqlPg7CS8taPvidU3fdCiE4X3sNyVCAxB5FsGao1aP3N6RrPNLfrDe1GD8nC7b60hNq0b14v','Quality care.','2018-09-10 17:47:06.054000','2018-09-10 17:47:06.054000',5,'Jay Walker','https://lh3.googleusercontent.com/-CyPeougXZ58/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmkNtygtjVnJxJubscFqRqEwud_jA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29199),('AbFvOqlPgL_vNhbP0J4RR5JxRwGbwmJVZo_n2lZbl5-nqUJxeoQKj-LJ73hc2TKYmxFTW0W5bbwBTg','The staff at SIGNATURE ERCARE were excellent. They are very prompt, there’s never a long wait time. They were all kind and did their job well.','2020-12-17 15:58:38.476000','2020-12-17 15:58:38.476000',5,'Shar Jay','https://lh3.googleusercontent.com/a-/AOh14GjWkqC_-UpiJ_afyoKNGMA91rVjEsuOOn5A1Jn_qQ=c0x00000000-cc-rp','3272657195432704501',44672),('AbFvOqlpGnr0A2VX4LHPgsUBPutevoHhXDo-Q8y9uVtaO8dLsu5zocSsHD-LRcNasIPCUD8dCuglJQ','Dr.Patel, Amy in registration and Bryan E. RN\nGreat care and fast!','2019-05-04 06:41:18.441000','2019-05-04 06:41:18.441000',5,'azucena sanchez','https://lh3.googleusercontent.com/a-/AOh14GhxNF_TfHu3UYPdh4DXugWM26O6dckKSFnEuQUFyw=c0x00000000-cc-rp','14567670160750071148',30547),('AbFvOqlpH6z206yP2ZIPoN0ZNKHbp8eScoTu3ECNQJVZEJgsKHxmQdGIGSkx6RIudeqELasN0TF3bQ','Great service!, they explained everything very punctual and the service was amazing.','2016-06-14 15:42:54.366000','2016-06-14 15:42:54.366000',5,'Fernando Garza','https://lh3.googleusercontent.com/a-/AOh14GhqqR5MOaqkI7ywJ2VnvgIjVzJpiYqoGd8R5eaddU0=c0x00000000-cc-rp-ba3','3511292162159714121',41213),('AbFvOqlPHWVBUU4owzJjqDyC_fyMkrH845NvgCb1y9pTrOKngw9koBvGdWYQx2nxgdoCRQBJe3TxNQ','Dr. Ortiz, Cat, Rebecca, Kat, and Ray were all very nice, fast, and kind.','2019-09-16 23:55:15.736000','2019-09-16 23:55:15.736000',5,'Aeroblazer','https://lh4.googleusercontent.com/-g3e_xIrLRkE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQgKTKVR-HoX2QebuPG4WLtIlTxQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34674),('AbFvOqlpimLvd6UzKl8fkQek6i433sEvLm8NRz-2XWgeR8CBtDyg6HBvhHphzWR8dc0Ak7nHZlmCkQ','I stopped by the emergency center in the middle of the night on a Saturday. Due to previous experiences I expected the location to be packed. Instead I walked in and the receptionist Amanda was extremely kind. She checked in me in less than 5 mins and brought me to the back where I was immediately greeted by two great nurses. They took my vitals and brought me a WARM HEATED BLANKET!! When in pain it’s those little that make all the difference. I was in and out in less than 3 hours feeling insanely better. Dr. Sylvester fixed me right up. The whole staff is amazing! I hope you don’t ever have to go here but if you need emergency care this is the best facility in the loop.','2018-08-19 13:57:04.677000','2018-08-19 13:57:04.677000',5,'Sakena Whilby','https://lh3.googleusercontent.com/a-/AOh14GiZXcqyI180YpOvrQSK6-JFhXxZvkp4OTgyJYSbsQ=c0x00000000-cc-rp','14567670160750071148',30778),('AbFvOqlPIRpO3fGflAsss23D901FvUDYm6PYpeCkhaNjscK01JIlQmvmGWkbHKI2DKe9Ciy2AyrBkg','Georgia took excellent care of me and managed to make me laugh during a time of high stress. 10/10','2020-11-11 00:28:28.756000','2020-11-11 00:28:28.756000',5,'Haley Helenbrook','https://lh5.googleusercontent.com/-zmJ5bxhrsbA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckeZzOmN5PjAG5olAitCsJKapgSHQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31376),('AbFvOqlpIYkYGybsgLJkDGXaeEvfztlP1SxF2Cp4aJkL734McJDwzWAQrWLCzt0U9yta46NioJlCUQ','The Doctors and staff at signature care were so amazing to us. They went above and beyond just to make sure our little girl was comfortable! They made sure we were informed about everything they were going to be doing which gave my wife and I peace of mind. We cant thank them enough for all their help!','2018-04-16 16:54:33.861000','2018-04-16 16:54:33.861000',5,'Pablo Riera','https://lh3.googleusercontent.com/a-/AOh14Ghc4_knM6gouZrl_h5gf1G1-NT-9ODEKybomPeC=c0x00000000-cc-rp','16891069708558046635',36410),('AbFvOqlPj144HdLkUi9g0H7pDSy_YyqDUTAOiox3kj0Mxeb9ZeiI9J9A0wnsrF4Wpi0hE1Zjynnc','Manny and Araceli were super nice, and made me feel very welcome. Dr. Starr explained my sickness in a way I could understand too and he was generous and made the visit smooth and relaxing. Overall it was a great doctors visit','2020-03-03 17:03:05.180000','2020-03-03 17:03:05.180000',5,'Larissa Garcia','https://lh3.googleusercontent.com/a-/AOh14Gi667yBoUDzjkgEBl0m5cYWVS0pLlX3UuSboddU=c0x00000000-cc-rp','6521947413723274945',41423),('AbFvOqlPjvyv5gMEYTCmEVaVTGX02sz4CxMzwMNkPH0vFF0w7_jyXp8DaZZIq-Cd8ayOOtOkfhRgTQ','Everyone there are total sweeetheartsā€¼ļø\nCarly\nSarta\nHolly\nThelma','2019-12-25 07:18:17.065000','2019-12-25 07:18:17.065000',5,'Walter Salamanca','https://lh3.googleusercontent.com/-IAmvmyuxVM0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclpacFzvqoERr5n62tGxyAT2o4wwA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28905),('AbFvOqlpk4WSX3ROwr7emInv0u8RO6TEMrgCEsFayxkuUpndbMbTccBhJNBGE479Ms5qXnqvc3MdEg','This place great, The staff and the nurses helped me With so much care i felt like I was home, they’re very friendly, helpful, and welcoming; here are the doctors names who took there time and made sure I was alright: Ekaterini (Nurse) She was very nice soft spoken and able to talk to, I definitely recommend people to ask for her, Marcus (Rad Tech) He was a great guy as well he checked my vitals as I came in and got me help ASAP. This hospital is great and I definitely recommend this hospital to family and friends They get Five Stars from me! ā­ļø ā­ļøā­ļøā­ļøā­ļø','2020-03-13 15:50:22.869000','2020-03-13 15:50:22.869000',5,'Breezy TV','https://lh3.googleusercontent.com/a-/AOh14Giy8wF1tElaMS-Gd0ojrLB5NlYYblnxJFSRUAcSpg=c0x00000000-cc-rp','16389487648212004696',33265),('AbFvOqlPK8du9N6auFUwZ2KQ7S0QcHdbU3Mwv1-x68qMtmjq6TAH7HnYy1qEA_E4vVca51Fikz8v','Great experience it was quick fast and easy all staff was awesome very professional, they took care of you from beginning to eand.','2018-07-23 21:59:50.179000','2018-07-23 21:59:50.179000',5,'Emmanuel Huerta','https://lh4.googleusercontent.com/-V45IFAcjMsg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnOTa-lBfpZ_ZpJPhuOKG9r8BVDjg/c0x00000000-cc-rp-ba3/photo.jpg','17394740196501090048',36926),('AbFvOqlpkdh2PWB_b8EFwvMS-Yq33x27qK0gRXTVkpjCeqjup4Kk05FVb5Ha1SOWZAut_BnmgBu7Wg','Nice place thanks Dana Tricia Jordan and Patricia','2019-11-15 15:25:46.303000','2019-11-15 15:25:46.303000',5,'Angela Polanowski','https://lh6.googleusercontent.com/-amc6MuT_0Cw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2WVtSO1T60g2obTlMeEbCn-wuCw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33749),('AbFvOqlPkdvzv2yMhqW3MeMYPN7wToqGUs17vFoqtg2a-Ccz8bJlgLTKFm4myVasP1KcHnLZS2BY','This was my first time going to an ER for myself and this ER was very clean and the whole staff was very friendly, you can tell they all loved their job. I came in for a horrible cluster headache, fever, and coughing which made the headache worse. The wait time was minimal and they gave me the care I needed in a speedy manner. They had plenty of refreshments in the back and surprisingly this ER was not freezing like other ones I’ve been to for my kids. I think this will be our go to ER for the whole family! Thank you for helping me!\nDR. NGUYEN, MD, RICHARD\nNurse: Susan M R\nRadiology Tech: Laura L H\nFront Desk: Tanishia W','2020-02-05 17:53:17.304000','2020-02-05 17:53:17.304000',5,'Linda Tran','https://lh5.googleusercontent.com/-8FzrTL7vUes/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckHGplUAJ1A6X7OJQNib_GbGSs30Q/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37722),('AbFvOqlPkmkg9GJitksN5qltesvh5YS0BGhIVbq_DKlrQk3-YaqWHqqhyYX119NERNNDhMweAz9DrQ','Had a knowledgeable nurse on staff and awesome doctor. Dr Akunyili and his staff melissa colton, guna churiah and keaire made us feel welome.','2018-08-15 21:06:22.630000','2018-08-15 21:06:22.630000',5,'Benita Jones','https://lh3.googleusercontent.com/-mGFIONcXfUc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnEw300IgCFXxx9LP9x2QWYuahxrQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40852),('AbFvOqlPkn-Y_IdtzR-uK_FQKD_ZcW7oKcp4ZUubHP3tyiv6jTWKqxSwI5d2_ZWvn60MZ7oZ52bUZA','Quick fast and helpful','2019-01-03 03:49:56.446000','2019-01-03 03:49:56.446000',5,'Tyler Sharp','https://lh6.googleusercontent.com/-kL5L5VNbP0I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckm0YO1P-Zzpe2DzLHO6yb7VZzueA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35056),('AbFvOqlpL88b6mJK9a7ROIeKeWMJDcb-iM5YbJ1x0ZHmpatRpoNoL4A1wDIWjZx0f2WvrWmULIeeCA','Impressed with Signature Care ER! Prompt and polite. Wouldn\'t hesitate to return if needed.','2020-11-01 22:47:30.463000','2020-11-01 22:47:30.463000',5,'Malisa Revill','https://lh3.googleusercontent.com/a-/AOh14GgRpz5msPNdZijqR_4OuO2x5myrBBZoAfkgrjce=c0x00000000-cc-rp','3272657195432704501',39460),('AbFvOqlplSo2CrmXYXXkpoZAygB8OxgMUoVO9HvMJscjZQUYBYkmS-s-xhAksRVZBYv9MeS7dtH6','It was a very good experience!!! We had the best nurse ever Shawn K. He was so helpful and registration was very polite Elisa T and Tracye D.!! The ER Tech was awesome and helpful as well as Dr Hehman was absolutely the fun and great doctor!! You guys rock!! Thanks a bunches!!!','2020-08-12 03:59:02.034000','2020-08-12 03:59:02.034000',5,'IDontWanna BeLoved','https://lh3.googleusercontent.com/a-/AOh14Gi8NaP0BynrB0mP1tdd0iHCcBkOfOu1zn31LO7pfw=c0x00000000-cc-rp','8918455867446117794',42939),('AbFvOqlPLXN0T7ggEFd7eSxPXmFgXZWLj_HjqghYBHW2lbghopG1BukAHC76eapmiwQW-rtkmHaB',NULL,'2019-02-10 04:59:22.025000','2019-02-10 04:59:22.025000',5,'Dana Campbell','https://lh3.googleusercontent.com/a-/AOh14GjtS9fK-dmZ_S8rmkS8R1dRlaKQxXp79Z-2wlzF=c0x00000000-cc-rp','12541597562633926366',29145),('AbFvOqlpMaj1zIXbiTUeDFYLRoFLU15E7uacqkTC1-nvV31nwEoKKu3U7xyvbYgVy-75QG8I1yqhFA','Always quick and quality care. Chris is amazing whether he’s at the College Station or Austin location. Freddy was amazing and provided outstanding care. Best healthcare facility in Austin. Super clean as well','2019-03-26 03:51:54.498000','2019-03-26 03:51:54.498000',5,'April Strub','https://lh3.googleusercontent.com/a-/AOh14GiT7moQ43fEdkvOyKv4dZwu5OFI5tIBA-hY1_vqNQ=c0x00000000-cc-rp-ba2','16891069708558046635',36240),('AbFvOqlPmiLX9mzEjjZwq0re97m5MHGKdZW9QSpY4TWXh8kVf11PHDstTza06b5A74K6zVro4vlOpA','Took my husband in for severe tooth pain. He was basically in tears it was that bad. Walked in and was seen very quickly. But then his tooth pain was not considered an emergency! So we were going to be charged upfront after being told it was an emergency. The communication could have been better. We wasted a lot of time going there. Should have went to the main ER','2019-10-27 08:27:32.367000','2019-10-27 08:27:32.367000',1,'marikie marie','https://lh3.googleusercontent.com/a-/AOh14Gh2TwksBdq-fm6nQRYbMuNdOQu7PPFdzLHK5kEJ=c0x00000000-cc-rp','13486358490203335051',29606),('AbFvOqlpMqdByrcjlXAMrKxdhNxYc37c47ycjYQCEs0o1hV6yGfCD9Qwrcp9Riwr7Y0VJ1WZF9GidA','Doctor Golla was awesome! As well as the rest of the staff Nurse Laura, Eve, Richie & Mercy! Thanks you guys!','2017-05-18 14:04:13.373000','2017-05-18 14:04:13.373000',5,'Bria Charles','https://lh3.googleusercontent.com/a-/AOh14Gh-XuEnrpvhPWhs8OUNzJBgxubpn4D9yIf375gmUQ=c0x00000000-cc-rp-ba2','3511292162159714121',41052),('AbFvOqlPmTKVMrpohjbYmRvvuD5lULqsqhqWdeoEZTuuDejNt0c7V_XUFAx8LKJ2LswfhljN7ZCH','Amazing service! Fast, efficient and friendly. The facilities are very clean and staff was great :)\n2 Thumbs Up!','2016-02-15 04:37:54.370000','2016-02-15 04:37:54.370000',5,'Alex Santiago','https://lh3.googleusercontent.com/a-/AOh14GisBOo8DXmJ4RnOc-UbHV8DE55-lUfVAuaVzWARFw=c0x00000000-cc-rp-ba4','17394740196501090048',37381),('AbFvOqlPMVvPQVdyqpT6LQrK6sXKbYB4mcbQZhD2LdGH1YZQSqxeQonpP_hvtGFbHh5gyKF1Po1T',NULL,'2018-07-27 23:43:12.264000','2018-07-27 23:43:12.264000',5,'Gwennie B','https://lh3.googleusercontent.com/a-/AOh14GgDs8z-BapxkcJZ7PM5JCP0sNM-qt6wWahpYVeqi3s=c0x00000000-cc-rp','12541597562633926366',29219),('AbFvOqlPo3duehMcv1TKiZKclSx6n-oUm49yNIt1d1wsa5UTwdw9IC9A_FYIf9Jj8y5ThrSna6PbFQ','In quickly, and out quickly thanks to the nurses Norma, Amy, Dawn and Eve! Let’s not forget about Dr. Leavitt!','2020-02-02 20:25:59.328000','2020-02-02 20:25:59.328000',5,'Zyriah Simmons','https://lh3.googleusercontent.com/a-/AOh14Gi_00CEzE4hkCJDeLxtiLWIyG-K04TtXEdivnsUvw=c0x00000000-cc-rp','3511292162159714121',40322),('AbFvOqlPOtRQnGD7bguVMinNstFQy7O_ywiZroEVHeFElNtsMjA-Q6oYvuZuKDqSIfR4suryigMoIw','They really took care of us super fast','2019-12-18 12:52:59.729000','2019-12-18 12:52:59.729000',5,'Logan Blevins','https://lh4.googleusercontent.com/-gsArypV6_JU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnCxt3eVNpLl0hDdQpWlPkVwaQ2kA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39184),('AbFvOqlpp3qzfDKGPUP8WiN6Rd6p5m9LWzshlOo5EcQU7TwpZVFsq3Q_3-qIPvNWpKqPx5cZof8BlQ','The experience was a great one, from the moment I walked in and was greeted by Heather S. to the end of my visit. Will recommend my friends and family to come here!!','2020-11-11 18:15:57.388000','2020-11-11 18:15:57.388000',5,'Hunter Seay','https://lh4.googleusercontent.com/-RuXDs8TMwHU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckwUjUc62qqaYAHWqbWscE-bddtvQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41839),('AbFvOqlppjF0PegQIDvm83yDlh96wYSWXcbpNOCMfEoCL97VyZFrX0uCHy3LYAWiPaEjFC43xEEf','Wonderful care I was in a room in less than 10 minutes. I have been here several times with family members and now myself. You are treated quickly and my care team of Savanna, Leo Aaron, Delpha Dr Huerta and Lisa were all fantastic.','2019-11-15 23:21:31.004000','2019-11-15 23:21:31.004000',5,'Lindsey Bloodworth','https://lh3.googleusercontent.com/-GCC312_gR20/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucng7lXxs0ziFUjFnoas-YqLWA-jZg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29580),('AbFvOqlPpNrulo7MPWr4VHwKHFz1Zb6grEXqWF6zvY4a1aORpXHUpkbiaNJCyaIl4BtSqLi5BEnF','I visited on a Saturday, the place was completely empty and I was seen right away. I had the early symptoms of influenza and was heading to Europe in 4 days. My GP does not work weekends and I wanted a prescription for Tamiflu, so I tried this facility. It was quick, efficient and professional. The Dr did a few minor tests which did not confirm the flu but he suspected I had a strain that he could not test for, He wrote the prescription and I was out the door within 15 minutes. The Dr, also followed up a few days later....All good until I received the bill. $1407.05....Can you believe it! $93.00/minute. Complete RIP-OFF. This will be the only and last time I visit this place unless I am dying !!!','2013-12-17 04:14:31.593000','2013-12-17 04:14:31.593000',3,'Neil McHugh','https://lh3.googleusercontent.com/a-/AOh14GjT2l_CCIuQx5qvyn0eSxKSc4gmWiDUA6lI1wLT0g=c0x00000000-cc-rp-ba3','8679688254631342173',42799),('AbFvOqlpq0Mfze6rAJAzZiZDgo6fJguMa6AqfqP_Pgow49pCUU9FU4Kf23EltF1Kw0KwcSSEPairVw','Amazing staff, doctor Yusuf was very helpful with any concerns I had also Agnes and Amy were so nice and the whole process was quick. Hugely recommend this place for any emergencies.','2019-05-27 00:49:01.327000','2019-05-27 00:49:01.327000',5,'Arturo Delgado','https://lh4.googleusercontent.com/-85gXA3WQEbc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckyXNA3qkVnKsT9bxSgJv_xnYX7IA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40555),('AbFvOqlPqFMrcOLcNUIwnz079MU-9jrvhLHa4XwMnJFHa3m9FM47KY4-sXCgZP8miMw0_P8ncuAgJQ','I came in to get a Covid test, and Lindsey and Dr. Rose were so nice and made me feel very comfortable!','2020-11-16 22:24:51.398000','2020-11-16 22:24:51.398000',5,'Ava Forbus','https://lh3.googleusercontent.com/-yDWi2aurW2Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmAmzUw2c8KVo5lGMg7FoNDMA5Sqg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35590),('AbFvOqlPQtgj0u9xUr92aLTsMSclAFinU-ke7bUmLxibZp8BYYMf8_veHNd0KkZkEK5lbmrb2Dk4','Very pleasant staff. They made sure my son was comfortable','2019-02-12 22:16:38.396000','2019-02-12 22:16:38.396000',5,'shaketha anderson','https://lh5.googleusercontent.com/-OvFUOSSs2gY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckJ6eJKKVMoOLd6EJOj537AZ_fJZg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32500),('AbFvOqlPQuKzZCNNj-W-w-aPwjpWVeSPaWjNzVDfRxm3zf39aun0H5Pk22z3Hql6HI2TgNeTW5nq','Came in for a quick COVID-19 test and It was great service, they gave me my test and it was not painful at all. All around great service.','2021-01-25 02:45:40.067000','2021-01-25 02:45:40.067000',5,'Desiree Mayberry','https://lh5.googleusercontent.com/-KIKnmNpnfHs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckKEcNAqs6ZxJIFRJjc48M1UkDwZA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',44420),('AbFvOqlPr2oT12sSJu4-7xGVXFXIN7Q26qSTUYA7vMMCNZaNNSIfL59J7ji0zKjp4z8nlyFxlAhdfQ','Nicole was very attentive to all our needs','2020-01-12 04:53:38.503000','2020-01-12 04:53:38.503000',5,'evelyn gonzalez','https://lh4.googleusercontent.com/-EuldjLoWamY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8IcTohSmsW2QYepPa3Y4Zwu-1-g/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30348),('AbFvOqlprM6kET9pTiCHiVwrB6RgKxsR3xrUCmntlcSHQ1ZcDo-h38L6DKvcd85FUjh8jTC2q8BRzQ','It was a great experience. Quick and easy. I got tested for COVID, strep and the flu (luckily all negative) but the nurse who did the tests was very gentle and everyone was informative. Thank you Dr. Thomas and nurse Maynard. The front desk staff Tanishia was super friendly and patient.','2020-11-18 03:22:35.463000','2020-11-18 03:22:35.463000',5,'ashley cordova','https://lh6.googleusercontent.com/-FB4f2DH-hZw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclPy_1zsqnBjgvLE5raCqKIVYwNOg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37428),('AbFvOqlprwdsItdoXgUi0bLJaC4u80DsX_q_2Dsgu1kMQb0sO6C5N6iygtIvMVKIkS1pNSjUu-D9','My visit was a very pleasant one everyone is nice and down to earth. excellent bedside manners from the staff','2019-06-05 01:30:17.858000','2019-06-05 01:30:17.858000',5,'Tony Ware Jr','https://lh5.googleusercontent.com/-mOxhuJp3zgc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmkLbVCHmNw-UvcJTxFHpjiqUVALw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38158),('AbFvOqlPSaOzFUX062h9dcH-BzGNn2r5VHUE4KiZEE2dTjE4wSHAIl9W3LCVia38-21cCDnOJwBXAg','Cody and JD where great with us.','2020-08-03 15:04:36.718000','2020-08-03 15:04:36.718000',5,'luz Quezada','https://lh5.googleusercontent.com/-gdzdBfr0J7g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckUGI5--Ykrh6G4tT_9KxkaBmQ9hA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38672),('AbFvOqlpsPgZQfLJ_tnvdDc4BiwOiMoIzANz5P8a4DtYk46BIjlQLW3QRMuE4i8_FgHM7lwQC8Vg','Dr. Craig Waal, diagnosed me for an eye issue. No waiting on a Saturday night. Impressed by the entire staff and would recommend this Emergency Center confidently.','2019-02-24 20:16:31.550000','2019-02-24 20:16:31.550000',5,'helene gordon','https://lh3.googleusercontent.com/a-/AOh14GhZUBMrEn9zdSi9iJnHAEgv8mpNkYDfU2p8YYEjUA=c0x00000000-cc-rp','16891069708558046635',36268),('AbFvOqlPSS1t0mYXR00xeM17WCP5G3cHHBjrCjNUaCoyKzqXEZmQ8w6P9P0xH1nB6CeP82ANu8umDA','The check in was seamless and the staff was a joy to be around. Chelsey was so sweet and informative, made me feel so comfortable. Thank you Signature ER at Circle C, y’all rock!','2020-10-22 18:05:24.685000','2020-10-22 18:05:24.685000',5,'Laurel Van Wart','https://lh3.googleusercontent.com/a-/AOh14GjfZK69NiqtgpERHTOZ29IrDxEjjvmumJOqeO6dIw=c0x00000000-cc-rp-ba2','16891069708558046635',35685),('AbFvOqlPsYeYl3V0c6T-sBm5zSDcVEQoVabp05feRLrLfUKkAcn9KOIG13yzOBwVrUV4taLkTHbOMw','Amazing staff. Everyone from the front desk to the doctors were so helpful and professional. No wait & very clean as well.','2019-06-27 23:02:49.712000','2019-06-27 23:02:49.712000',5,'jennifer franco','https://lh6.googleusercontent.com/--60HZgX8LoU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnk8d4DaqufWd22HjlTZqTL_kaGDA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36745),('AbFvOqlpTerlh0IjGrfk5qPMEbEJm4FH_LUtsAaxh6aV6Gqju8j5gZCskPnO05R5WIFhJknJmlm7Ew','Dr. Curtis, Jennifer, Helen, and Austin were a pleasure! They were very helpful and very courteous! When you don’t feel good, it makes a huge difference to have patient and caring professionals taking care of you!','2019-01-03 10:18:14.778000','2019-01-03 10:18:14.778000',5,'Melissa Bradford','https://lh4.googleusercontent.com/-rAIoXD_LYN0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucngkYOtR-JaqR0o21dH9WEVROv2bg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39971),('AbFvOqlPtInWaxAncgoX6WRFDuRvCEvbF-6QyZcNBD3Vpa_xlBveXNcExQKhOTarO7-Y16t5oD7w1Q','Very fast service. I messed up my toe around midnight and they saw me right away. The receptionist, nurse, and doctor were all nice and very helpful. Very happy I didn\'t just go to a regular ER.','2017-03-01 05:59:28.304000','2017-03-01 05:59:28.304000',5,'Olivier','https://lh6.googleusercontent.com/-nl7EKUncmnE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckgfu_FhujDz2MF9WoqE4GP8HsL4w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35487),('AbFvOqlPUHBGmg4oWjA-Lj1jbVbx7VmfsZp5gSMKavuhVeWY1yZNetO8TmoMedfC8VXPRTtEzffaBw','First time here and this has to be the best emergency care I’ve ever been to and the staff is extremely nice.','2018-07-27 15:00:09.698000','2018-07-27 15:00:09.698000',5,'Amber De Dios','https://lh3.googleusercontent.com/a-/AOh14Gis1BXyKAdpd8yw-bMYKjj2aj-wQaCuLy71IQA7=c0x00000000-cc-rp','16891069708558046635',36379),('AbFvOqlpURGel0Lse8C7hShbqHwhiXx997MiyQz8Pk7JD7cq1zrqddUhTv0EZmvCnDCp5WD1BkyKqQ','Great staff. Very caring and attentive. No long wait time.','2017-09-13 01:27:54.407000','2017-09-13 01:27:54.407000',4,'T Wash','https://lh3.googleusercontent.com/a-/AOh14Gg6oHOeJZkCyzReI-EEc5JqBElH3W5vIhqKm9TzTto=c0x00000000-cc-rp','17394740196501090048',37077),('AbFvOqlpvtRZ1WHvVOuIhmxR0wYKvyb63kkuDn9cbUEJPrzadp0jQU6xqvZufFyv1OneBH2P_5YJEw','They were very professional and caring. The receptionist Sita was very friendly. Great','2019-06-13 01:35:22.780000','2019-06-13 01:35:22.780000',4,'laura ochoa','https://lh6.googleusercontent.com/-b-dbKc9YBdg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckC9QzFPdx9AN96_b5FmW2egeE5UA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29803),('AbFvOqlPvUJXHmHTKoq6AMs7dX3gYX3hoZTaKexNnQVsezymMmVu5XgI0xyft0Rq5K3uKeEikL-z','Dalia and Alyssa are very friendly people very nice,great place.','2020-07-23 22:38:53.244000','2020-07-23 22:38:53.244000',5,'Shanon Williams','https://lh6.googleusercontent.com/-LW-NcIR5Vx8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnffpSCxn2_hoK54mjILOtb-q_zpg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42976),('AbFvOqlPWjlBmZhq47SoyMmEV9KJ5oPCz5Q628xq234LdB9xCS5ousiVpdN3f4MyXxZ4VjlS2KM2IQ','As a college student who has only been here 10 days, I really enjoyed my experience here. They were all so friendly, informative and gave off the Aggieland Spirit that got me to A&M. Highly recommend Keera at the front desk.','2018-09-01 02:19:06.937000','2018-09-01 02:19:06.937000',5,'Cade Hudson','https://lh4.googleusercontent.com/-AZ1wmWi9TLc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm7qeGIN1-FzR2TyEcRYhqJDwyjmA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35209),('AbFvOqlPx4BM_XX7SXgM1wYjWi91WpVRYZZusw1axI4jX_kbDl4biV_gBwW9ee5-cTy8JPYcI7C5yw','Great service friendly staff Ashley burton got us right in !','2020-10-08 05:38:33.939000','2020-10-08 05:38:33.939000',5,'Shelby Oakes','https://lh4.googleusercontent.com/-M_14FYiWRHs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck2i4clc6ybxZrk6SuESJK3rRy2Ww/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41883),('AbFvOqlPXb_r2cxwjWH81oGbemoOjjuQSOznxvvT8ACWgT7Y3kD7NOHyqQII54r11JhMGvfCAixLiQ','Great service I was seen within 5 mins of walking in & all of the staff was very polite and helpful.','2018-07-06 15:33:33.454000','2018-07-06 15:33:33.454000',5,'Quincy Driver','https://lh4.googleusercontent.com/-1v3oyGgNjEg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnO0fV6qJsX8BhPjVD8rgyDZFmYNg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40926),('AbFvOqlPXdfgjF4bXG9XRE9MgOTSyZDLqXB9-MrPYGTyKu8mXOqr7fIz-CksapaV0zI666iUcAxSTw','Good service best dr. Iheme n Alvear and tricia nice customer service i love it šŸ˜','2019-10-03 15:23:44.430000','2019-10-03 15:23:44.430000',5,'Rey Santana','https://lh3.googleusercontent.com/-FWv48UkxdhA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckH8gaPdDyNHjDKEtbCIyPB9UV2uA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33911),('AbFvOqlPxdowcsiThV9hMaK9ZttFv4XOwWry4mxbMZwfHDn67B5KqBGpbWoVhLJD50wdTT-ckUU6gw','Ashley was nice ! She takes her time with the patience','2020-09-20 13:30:34.830000','2020-09-20 13:30:34.830000',5,'OUSMANE THIOUNE','https://lh4.googleusercontent.com/-k1Mn3LI3oUw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnNLHTwVsoh5BBRxezXpAuMnLKxxQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37549),('AbFvOqlpXGew_0Y-LJRP2yb_PYF321Chevib8TZZ6AhIFd6Gh-uJOy24LxCcqSUCLMhypLhk5EX56g','I went to this clinic for COVID testing and upon entry Vanessa greeted me and was very fast, friendly, and professionally with the check in process. The overall visit was amazing.','2020-10-20 06:23:22.424000','2020-10-20 06:23:22.424000',5,'Megan Davis','https://lh3.googleusercontent.com/a-/AOh14GiINBoZjqsXLasfRELov9sAn98pFRon3b9LWDE5ag=c0x00000000-cc-rp','16389487648212004696',33147),('AbFvOqlPxNqot3rVoXqLW5ORJ_WkXXTvfDIrXfYDOWGk5EQtZB13PjP6Wbsr3g0SbXmocyYA9SphUQ',NULL,'2020-10-29 15:31:35.987000','2020-10-29 15:31:35.987000',5,'Hector Jurado','https://lh6.googleusercontent.com/-n8YVCABT948/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmatvh9ZXCY5LNR3YfAIBvw311QmA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29280),('AbFvOqlPXpd0i6oaAnuYa2N-wW8rC5dhu9zMtJlZ0E9ye_2nfOUeO_-oKv3H6pNk67xDFTv3B8vruA','Today was my second time having to visit here. No one wants to ever visit an ER but the staff here were very courteous and respectful which helped make both experiences as easy as possible.','2019-10-15 18:52:17.943000','2019-10-15 18:52:17.943000',5,'Nathan John','https://lh3.googleusercontent.com/a-/AOh14GiBHLGT3wvhjbosFhc8qXLX3GZXosyYd8NW2V2B0A=c0x00000000-cc-rp','16590124370714063921',34613),('AbFvOqlPYCbfw4Bq3MO-JQBmUfhF8BFSaJuyNxGjYRnJyMDhi8rwzQdWl5wZ2BNbUKJJQ_-HqTqJZg','I’m stationed in Virginia but, I’m in town visiting my parents. I wasn’t feeling well so I was recommended to go to SignatureCare. I came in filled out paperwork with Carla for registration and within minutes I was called to the back to be seen by RN Mollie. Staff was very friendly and efficient. Masks were required and social distancing. I also seen a cleaning crew sanitizing the whole time I was there. Hopefully they don’t see me again haha but if so I know where to go and where to send family and friends.','2021-01-09 16:25:36.761000','2021-01-09 16:25:36.761000',5,'Jeremy Smith','https://lh3.googleusercontent.com/a-/AOh14GiVy7iFOEBAXQqdt1q_Ue-hGYT_rnvTufMAk0GFdQ=c0x00000000-cc-rp','3272657195432704501',44631),('AbFvOqlPyCqlNSqEFtXjfTJsnal3WGiqq2PnDf6NRTHuomoSZ8s0XXgDnpZlQHAnAUJ_bf_NBTgJbA','This ER claims they ā€œhave a rightā€ to charge whatever they want, and doesn’t tell you until months after the visit. Charged me over $3000 for a couple numbing shots and xrays.','2020-01-10 01:19:50.477000','2020-01-10 01:19:50.477000',1,'chase','https://lh3.googleusercontent.com/a-/AOh14GimJtfJnq1sbnvFxSPfkaGm0olhllp0YfM55EEtuw=c0x00000000-cc-rp','16590124370714063921',34461),('AbFvOqlpYG5QwUpmhstNnN2shyzW7v42FcfUPSHT1x4VIIsJO18AiH2u89UWI7QDYm1Uz-TFgMRxSg','I went here one Wednesday night at about 10PM after my Mother woke up saying she couldn\'t breathe. We brought her in and the doctor assessed her and claimed there was nothing she could do at the moment. She said this as my mother was clearly is severe stress and panic. They deemed it a non-emergency even though she COULD NOT BREATHE. When we called the doctor back in, another nurse came in a big large white male who came in SCREAMING at me and my brother who were worried for my mother. He straight up kicked us out and said he doesn\'t care for the well being of my mother and made us leave. Disgusting place. Avoid at all costs unless you want your emergency to be treated as if it were NOTHING. Sad excuse for an emergency room.','2017-09-20 05:20:00.934000','2017-09-20 05:20:00.934000',1,'adil rah','https://lh4.googleusercontent.com/-yxTtvUHGYCE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclO5gkIQu0d9oOF2RPoSzMWHazwyA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43479),('AbFvOqlPYgPfs-zSn5DWpBWVMfqNVu3uS_tp5zGjvJMlyTdk31sQ-3R_UpriU4ZX_UlZNMSii99NhQ','Nice friendly staff, very welcoming and comfortable chairs. Also, complementary snacks are always a plus! Elida, Denise and Alvean were so helpful answered all my questions. Going out of their way to make sure i was comfortable. No wait time. In and out!','2020-02-20 14:20:19.890000','2020-02-20 14:20:19.890000',5,'Ashley oppCoovertviuoo','https://lh4.googleusercontent.com/-LabPBB_1m1Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclk2Fd2fQypBLisRAv49b0AU60DSg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33352),('AbFvOqlPYO46WeWkP0gbIc3u0AguIZKLASOqt_uxE26eXWLTT2pyCsjfuRbfJHyiiV-3doJDusWfeQ','Kendra was friendly and timely in my checkin/checkout and Dr. Kimball is awesome at what he does. The staff here are always friendly and helpful.','2019-11-23 04:21:25.966000','2019-11-23 04:21:25.966000',5,'Braeden Wright','https://lh3.googleusercontent.com/a-/AOh14GhEab5whKZccxQ0L8lInXv6NbwfL28jZZbtM7Gb=c0x00000000-cc-rp','16590124370714063921',34556),('AbFvOqlpySGqbcn4_NRj7r5l0d2VsO7U0Crf1OVEh9SXlO1S4_1iqbyHa6XnRAcXqSMaHcJ3iatOsQ','I went because my son had a asthma attack we were seen as soon as we walked in. It\'s was very clean. The doctors and nurses were very nice and helpful. When we got hungry (after being there since 3am) they even had snacks you could have a no charge. I would deffinetly go back if I had another emergency.','2017-04-13 14:29:10.793000','2017-04-13 14:29:10.793000',4,'Laura Alvarez','https://lh6.googleusercontent.com/-ZvCfx_yI1Bw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmkdnf0XvEXjFYiuCcv8idTUg5h3g/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37175),('AbFvOqlPz-Gh_s6HFgSuikl1nj6P7vH5rx53CdnRcmJLGPIAVGyiWPrmp4mtI6YmiikZUvF0B1RpUA',NULL,'2018-12-22 01:11:02.640000','2018-12-22 01:11:02.640000',5,'Jennifer Sierra','https://lh6.googleusercontent.com/-4gwmhH2zQjU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclua4shFvTN4XB54Sj5OCrJKXGAXA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40777),('AbFvOqlPZa8Uqpr2GHgCi-8lzj0QCujDnqU9CY-CeqgZhtKrcoY9AKceg2sdZ7rJ7tBsBUVdngFHfw','Jasmine was fantastic, it is way quicker than going to the ER at the hospital','2020-10-09 15:55:37.545000','2020-10-09 15:55:37.545000',5,'Haley Adams','https://lh3.googleusercontent.com/a-/AOh14GhYigSXtJcTZYi5VlfHg1xYsl-xv_X6eAx67LYZhg=c0x00000000-cc-rp','2694018788013845459',38933),('AbFvOqlPzBkNMWrW_8dpfySnrQYxFfOO1EnP2I4SqSmN_yTdYRd5CM1MzTb_zSWyEs21zFmy0cD2Gg','Excellent! Kendra at the front desk was exceptionally helpful and got my friend a wheelchair within like 30 seconds of us being here. The entire process was made easy and understandable!','2019-11-23 06:03:53.385000','2019-11-23 06:03:53.385000',5,'Peyton Liebler','https://lh3.googleusercontent.com/a-/AOh14Gg3mHmegAYd0mJ0v_bEsACsqpMuodhI2DTxs3FOzA=c0x00000000-cc-rp','16590124370714063921',34555),('AbFvOqlpZfMcDG6wsEj7y4eA-VqXSrnrLYSv28HQtBarUedyPsKk8-_1sSLTkN5dVH7i-uSerqxCug',NULL,'2021-01-20 21:03:06.773000','2021-01-20 21:03:06.773000',5,'Sheila Barnett','https://lh3.googleusercontent.com/a-/AOh14GgGRyk7tlmotsAAd0s20CWsIxKsR5hgF0lUJJhl5g=c0x00000000-cc-rp','8626688543755174284',44690),('AbFvOqlpZkFeirL7xw0wNAQVWsAPjY-JWJGDkAc_8GF8ulDdJ3VJy6b2bVuQiSE1txcrEAjySY4Z','They got me in real fast. Nurse Troy was very nice and welcoming and so is ms Melissa. Dr jaber told me exactly what was going on and had me answered everything I needed.','2019-08-12 23:42:38.017000','2019-08-12 23:42:38.017000',5,'Chelsea Scott','https://lh3.googleusercontent.com/a-/AOh14GiR5rbNSPAtC9tzP-0-Cma-kqRXgGMd7TOlRZug0g=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqlpzodG8JYysiAaqKHzWIf_D80kDuuxru3F-mvPRBvxq4GsoesWgE3vA-pih1_BH9AV2E4VfA','Cindy was very sweet at the reception desk and the nurse was awesome! Quick and easy!','2019-06-15 03:24:58.741000','2019-06-15 03:24:58.741000',5,'Caleb Starnes','https://lh3.googleusercontent.com/a-/AOh14Gjqn6fIyolWij_F15KhoNrgwqEcXsHI6CQ-K4KY=c0x00000000-cc-rp','17394740196501090048',36767),('AbFvOqlPzRzEbAiGxAXqtERh5PDiGB4J2wxzZezAjI_sx8VuvhWD57mze0JtLabeVDESqQJXDRMRSg','This Was The Best ERcare I Was In And Out They Treated me a with Care','2018-11-20 06:59:21.709000','2018-11-20 06:59:21.709000',5,'Nilly Babee','https://lh5.googleusercontent.com/-Wf7CJy65vF4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnLHGIiwpuA0XAjTTxCY_ZDmzO3Rg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36862),('AbFvOqlQ_BXsjT5LA341wzONJ08ihXO7KBx-RWGnUQJBhVWHlhta4q4wqa6rxskA3HvPhFqL7JJJ6A','I will never go to another ER. This place has amazing staff made me feel like a person and they took care of me after my God awful experience at the Choctaw Nation. Within minutes of arriving I was seen by amazing friendly staff. With the amazing care and finding out what was wrong and finding a hospital to except me to have further care because I was in bad shape.','2020-10-27 21:51:55.914000','2020-10-27 21:51:55.914000',5,'Jodie May','https://lh3.googleusercontent.com/a-/AOh14GiYsXqX7DzHVPAcGzQT7HoVECkGpIJ3CcCWrcyqNw=c0x00000000-cc-rp','8626688543755174284',41867),('AbFvOqlq-0v10EiZukMVWApyyQqg1aRm7eZjTypJj7ChgpPAPlRZ35g0Y4W3XrrL2qd_no_66Z1t',NULL,'2020-11-03 17:19:40.153000','2020-11-03 17:19:40.153000',5,'Alison Howard','https://lh3.googleusercontent.com/-TdXY3mld0nk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck8JixOJ5Zm-5P_JwrXvear0NwM2A/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31425),('AbFvOqlq-OMGXWRb8ge3eHdIIZZaCLSVGVD7wMQltRVWRGaeTWjeMdMAOzAa4N_ByUhKDDvwEAqtcQ',NULL,'2019-09-28 01:48:37.380000','2019-09-28 01:48:37.380000',5,'Ceci Garcia','https://lh3.googleusercontent.com/a-/AOh14GieIen9v4__05rVvgQ3saJBBiOChe0nI5UhNtICnQ=c0x00000000-cc-rp','13486358490203335051',29650),('AbFvOqlQ0EFrrsgDYQaSG1Tu8Q8r68iyjyKrOvBI3Y5omWCkZ-tvk3wo9BH3IEVWxUfkldh2kXgbUg','EXCELLENT SERVICE!!','2019-01-15 20:33:10.600000','2019-01-15 20:33:10.600000',5,'Maleni Medrano','https://lh5.googleusercontent.com/-CwMm9m6Yoz4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_wwFaWKcvnkKGV_UbHbonnuP8bw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32510),('AbFvOqlQ0iT7SJ54YpFOJ687IDNlfh9WQZFsH_DS0g6i-Nie1VYMC1mckfWEMhzgzH-tNObYrQH7tg','This is my second time here everyone from the receptionist to the nurse, phlebotomist, registration, er tech were amazing on both visits and it was a different staff team each time. That’s simply the culture of this place. Dr. Appiah, Nurse Lynn, Jessica-Radiology tech, and Ashley Registration. Thank you!!!','2019-07-12 15:29:36.330000','2019-07-12 15:29:36.330000',5,'Crystal Wiley','https://lh4.googleusercontent.com/-RDweB-iT2xg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnXMO7QcAfb2Tiq95lIlr2eQZPQyw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38083),('AbFvOqlq0ITIP056pVQB3I5Y9nJ4aCjzXiIsMnG15FuzDq6iO4ECYeDtYX87j7EuO0mWhr6m8WtUVA','if you have to visit an ER, this is a great one. Have been here a few times and I’m always seen immediately, the staff is super friendly, and they are very attentive. Great care during and they even cal you days later to follow up and make sure you’re better. They definitely make the best of bad circumstances :)','2019-06-18 19:42:23.777000','2019-06-18 19:42:23.777000',5,'Courtney Claiborne','https://lh4.googleusercontent.com/-vAYpdn1Vay8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckcKsjUNyCqsaDFvz6H4DmsRjfiaA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30512),('AbFvOqlQ2Qo4sC2YUBPsPd4LsSCF83jAvcN5LZS8MIh1BCGtXAVuDa4_zYexNKdFzrPRYHbixFPvfg','They assessed me very quickly. Jordan and alvean were both very kind and understanding. The doctor was very quick and i have no complaints whatsoever for my first visit!','2020-11-04 20:27:25.650000','2020-11-04 20:27:25.650000',5,'Carl Williams II','https://lh3.googleusercontent.com/a-/AOh14GiSmHL46kcNic5EVpmCtCsoERBeczXXjGGl7zjCIA=c0x00000000-cc-rp','16389487648212004696',32991),('AbFvOqlq3mlKej_ZUq_tcARdQSwouWW1MD_fyKdL39qL58DzVWeOqOHzRWfo020eYoVontYlQzpt','I took my daughter who was having a very hard time breathing and the entire staff was so friendly and very helpful. They knew how to handle my daughter because she\'s only 2 and was freaking out. Thank you guys so much.','2017-11-15 02:33:26.121000','2017-11-15 02:33:26.121000',5,'Joanna Castro','https://lh3.googleusercontent.com/a-/AOh14GhbWYSTaaFMGhtTM_Jxalk0bY9Qsb1RESioM1-a=c0x00000000-cc-rp','16891069708558046635',36457),('AbFvOqlQ4e60c2T8dk5pFyJtf1X8TjH5bniuXu072YCPV19h2y0gdWuef1brCk1v1pjHSuw_Xhbvig','I love this place. You ever need to see the Dr. in an emergency situation this place see’s patients fairly quick. From the time walking into the facility until the time you leave is an awesome experience. The girls at the front desk Alyssa and Kelsey provided us with exceptional customer services. The building is very clean and always have snacks, drinks and warm blankets for your stay. They make all the nightmares and long wait stories you hear about hospital’s Totally diffrent outlook and experience. Your in good hands here','2020-07-04 21:09:50.545000','2020-07-04 21:09:50.545000',5,'All Cana','https://lh3.googleusercontent.com/-pK7gE8NGsog/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclf5zJx25sGqNj5ZlWhnsSI1gzQrA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43014),('AbFvOqlQ4nYWewspkHcphBX2IwSGlGSR9O1oeoNau68F76CybOW6YtSq3O2QeWvjWkHXoTQcHb9w-Q','Great staff! Doctors, nurses, techs, and front desk all go above and beyond. So thankful they were there to help!','2019-04-11 21:37:00.815000','2019-04-11 21:37:00.815000',5,'Sarah Gipson','https://lh3.googleusercontent.com/a-/AOh14Ghj0BpyqTKHE0BbGClWW89dUrYeI3nr9W6mIazZ=c0x00000000-cc-rp','13486358490203335051',29877),('AbFvOqlq5eFHjopN_GaMF2zqIrww4FvVMYHHl3nQY1b4jIkfFueo5dubsc-JkpM8gyUNN91LaDV7bw','Great experience over all. From the front desk Mrs. Valinceia was very helpful and informative. To the nurses (Nichole P. And Jessica R.) for being very professional with their assistants. Special thanks to Dr. Hehman for being an excellent doctor. Thanks guys, I will most definitely recommend this location for any emergencies.','2020-03-01 16:53:39.828000','2020-03-01 16:53:39.828000',5,'Omar Mayorga','https://lh3.googleusercontent.com/a-/AOh14GhVgu6t5X6G6dBR1eiNl32cy8dmncIxZKM282t8=c0x00000000-cc-rp','8918455867446117794',43067),('AbFvOqlQ5T8T8pmQzs1kj3uJ1tfv1Sfom2f0KuQKjXESBBRNEpBW_xOjox3SQOPvIVju6ThRsvud','Dr Smith and his staff were very nice and professional. Alvean,Tricia and Natalie made me feel very comfortable. Thank you guy!','2019-08-08 19:05:57.131000','2019-08-08 19:05:57.131000',5,'Dameon Wesby','https://lh3.googleusercontent.com/a-/AOh14GjDe1GX9UkPfWVA3za5PT6UpxDD2QZa2pAW8Wwcyg=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqlq6duuCEXbbCL9YFpshsguB9rCfeKoiYhFRfc5kW6WhrzJSvn2xK1-1iUeovn6ao2cXgkk','These people were very helpful today\n\nRegistration: Kimberly\n\nNurse: brad\n\nRadiology: Morgan','2017-03-07 18:58:33.068000','2017-03-07 18:58:33.068000',5,'Nicholas Bregenzer','https://lh3.googleusercontent.com/a-/AOh14Gigel85VGgk38UN2tpr0doXHcbux9Vp_RxnukRvkA=c0x00000000-cc-rp','16590124370714063921',35483),('AbFvOqlq6Gux0VwsUHMN8kGBFthKI33TxRxnIJ5VSkRMcMzzbBjyBKvW7VE30l7eLeotXJEElmOK','Dr. Singla and the full team at Signature Care Emergency Center’s Montrose location (Leslie, Nicole, Sala, Amanda, Victoria, and Jacqueline) provided excellent care. They were friendly, helpful and took time to explain the process.','2020-11-10 15:03:34.249000','2020-11-10 15:03:34.249000',5,'Natalie Thayer','https://lh3.googleusercontent.com/a-/AOh14GjlFmDsQaWGQM0v0OsjzpHZQFDKMs2Cqw4rcrqR=c0x00000000-cc-rp','3511292162159714121',40060),('AbFvOqlQ6OuS2ESIjfilX2c8rTD8YrLQ2hVvj1wLh-inVlvrCxTMyU9X9WTC8tXUv2nqpx8JaMCbBw','Everyone was so nice and so professional. The receptionist Maya was the best! She helped me so much and answered all my questions with a good attitude! And the nurse (Kristina) was a pro with the ER Tech (Scott)! I took my toddler and they were so patient and tried to make him laugh and took good care of us!The doctor (Tran) was super sweet and very nice to us and my little one. Highly recommend!','2020-02-08 18:13:33.993000','2020-02-08 18:13:33.993000',5,'Erika Lopez','https://lh3.googleusercontent.com/a-/AOh14GjkOPUmk-qOEDImEKDfAnZFHCKyW5omnRUL71Oj=c0x00000000-cc-rp','12541597562633926366',28740),('AbFvOqlQ7kM81jGlutrtECoJDZqhptS7GCOTGvqOrOgXAA1ewjR1GNZd2pTC98WRLkKqNfxrTKqtMQ','I have a severe toothache it\'s now 430 a.m can yall help me ?','2020-10-07 09:35:04.699000','2020-10-07 09:35:04.699000',5,'Vanessa Esparza','https://lh6.googleusercontent.com/-SkR7v4qOpfg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckZebC9DhbMCaeUI5oNHvYOh7-hmA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41285),('AbFvOqlq7SRT8yzM5sPZPEZpIVzCzL0uc5L6RoNkIDP7AwRb6rbm9288XejAtb2c1aVijkMhobigrQ','Thank you to Dr. Patel and all of the nurses/staff on duty today that helped take care of my daughter. This has been the most professional and caring experience that we could have had. Nurse Tammi / Charlotte thank you for the attentiveness you gave my daughter. Nanci, Norma, and Vy, thank you for your part in checking my daughter in and getting tests done. I highly recommend your facility for minor emergencies.','2020-02-23 23:22:50.513000','2020-02-23 23:22:50.513000',5,'Mona','https://lh3.googleusercontent.com/-drXrVn4wGUM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucngPmdJXOIFf9-n_PqxwnYvAVUJSg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37658),('AbFvOqlq7Uu-Am1IrRNqKkEnRNSUQTNYqmeEVp9Sa9P1__grSk3g_oa5GVvlqNPXKNVov_ubOT4EIw','Best place ever, Ashley was awsome when she register us, she was super nice, and took care of us from the beginning, the nurses sarah and Fatima and Doctor Thomas was great...','2019-10-28 04:27:44.947000','2019-10-28 04:27:44.947000',5,'Hazel Alvarado','https://lh3.googleusercontent.com/a-/AOh14Gi9UKSTp2SXfiRWG7JTaoIcdRSvJ1M_78LruNCn=c0x00000000-cc-rp-ba2','17898197009688164559',37919),('AbFvOqlq7yu8HFZmF5dE928JYt5KhGrOBRx1QSYll6FvhfeHz5S3Nvz0YcGT3_s8xN2azu4FgTy-Ew','I injured my finger on vacation in Belize and missed my connecting flight in Houston so I decided to get it checked out here since I couldn’t get another flight home until the next day. I’ve never been seen so fast at an emergency room. Everyone was so nice, the whole visit was quick, and I felt so much better knowing what I was dealing with and knowing that I was getting proper care sooner than if I waited until I finally got home.','2018-02-22 03:35:17.287000','2018-02-22 03:35:17.287000',5,'Sylvie Smiley','https://lh3.googleusercontent.com/-FrKRVptNO_s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck3BXmzt5af6XU54iVDK3iVOJakgA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30871),('AbFvOqlQ89SEIuq7uxeWatENJTh08KxpSi9u8GTzYpaiPsoxQY5NsLAdFFuyB6qo8mGU8ZuqSopJ','Highly recommend this emergency care center. Staff was friendly and caring. Worked quickly to get me seen and out the door. Georgia was awesome!!! Took great care of me during my visit!','2020-11-10 03:50:11.187000','2020-11-10 03:50:11.187000',5,'Jennifer Berrier','https://lh3.googleusercontent.com/a-/AOh14GgGIHrJN_wbNnlJ-0kJIWGaRtmk21lSIB1jcb-L=c0x00000000-cc-rp','14748677429039074158',31386),('AbFvOqlQ8iLy7dh8tPSl3Didzxt5hMLoChLN1Ctak6vEBAdZMLjbPd0E5f2V0EVaklwtZaKT1N6ijQ','Lot experience ,great service and the nurse team it\'s a very good','2019-10-12 18:35:36.617000','2019-10-12 18:35:36.617000',5,'Marco Rodriguez','https://lh3.googleusercontent.com/-zLzLM33tKEM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm01kc9xKfPLsHuO4ZfP0o5lLPqJg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30438),('AbFvOqlq99-FsN4Gn80NrE-LUtUESKeb2VTH87OsSbpGq44Zn4grHhc2lhEco-ynv7lZu5F80lhw_w','From the woman working at check in to everyone who treated me, the staff was professional and oh so kind. Thank you.','2017-07-10 13:52:41.654000','2017-07-10 13:52:41.654000',5,'Nina Villasenor','https://lh3.googleusercontent.com/a-/AOh14GgIioid8AhMDdn-SjPChZV3UHt4xi7Eqbki-QPd=c0x00000000-cc-rp','14567670160750071148',31014),('AbFvOqlQamRVgwszLZA8ySf1sddL9y39wIOTf0yqRPV9I_iBw7e6U0sLWgZgC6ABOJTcRQ8Eotgj','Entire team was great!!','2020-11-16 19:40:56.343000','2020-11-16 19:40:56.343000',5,'DLynn Lew','https://lh3.googleusercontent.com/-9FTKTfHBYys/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckmqXle84k8ZHpXYDbNA43sTlVTJQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37431),('AbFvOqlqAP4GrFtLJisepw16ecwgwTz7kcWkUvzUn43VH4mVJNXr0h4DCPAwmyxkpG6ewNSEKkKW','They we’re Fast and Friendly I was only there about a hour and they took really great care of me within that small amount of time. I didn’t even wait 5 minutes to be seen, Thanks','2018-11-04 20:21:43.336000','2018-11-04 20:21:43.336000',5,'Robert Winston','https://lh3.googleusercontent.com/a-/AOh14GjtmrUd6JPf3UQ1AzqCC4CZH9JpspzXLwomsTfQOkE=c0x00000000-cc-rp','8918455867446117794',43346),('AbFvOqlqb4w_VVmt_PC0BI3b2Vky1mF9diEnm2OYwLX4eGm1jaqTgr5y_317nmb46TkKYcvhDTMV','Maria G. At the front desk was very welcoming and helpful! Thank you for catering to my daughter and getting her stickers and a coloring book!','2020-02-10 03:44:18.218000','2020-02-10 03:44:18.218000',5,'Gavi Gonzales','https://lh6.googleusercontent.com/-nDcQYKspPh4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckcEnDhqlhhgrOxdO9IEnEz0M1Lvw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41488),('AbFvOqlqBahHwB9uRUxyB5G6adOKth_US8GCkGFl-L10XzcJD4mARqwE0WhRSCTAK8OjE95N5jxY','Checked in and was seen in 10 min. Super friendly staff, very understanding and kind. Professional services and very clean/organized facility. Doctor, nurses, tech & admin were all great.','2020-10-29 18:24:41.274000','2020-10-29 18:24:41.274000',5,'Kathleen Weigel','https://lh3.googleusercontent.com/a-/AOh14GiYTZG1qL9EPGh3htE5D2u5hrE_0hxgSK6aolWs7g=c0x00000000-cc-rp','14567670160750071148',30033),('AbFvOqlqbkDlB32fYWht2bSacUXEvJQMWWsSwopveDUXUCN_8PRXJQigOhWichBeIkuVQeNw8Zww','Tanisha was very nice & helpful when calming me down.','2019-02-08 03:51:33.121000','2019-02-08 03:51:33.121000',5,'tee ricks','https://lh4.googleusercontent.com/-Yspr6ISrCGI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnzmLkWtYgBA10lZwVjhr3HRJep-g/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38304),('AbFvOqlqBX9-bqbemu583aBzFoNec9OoGoPW4z1vrfgVaRlOmX5WJXhB8nc1Bipti0kmEv-ay63-','Very nice and helpful staff. Thanks to Lindsay and sarai at registration for the help.','2020-07-24 04:51:56.064000','2020-07-24 04:51:56.064000',5,'Vanessa Zapata','https://lh6.googleusercontent.com/-ixAgv06Mq8U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnSqUzEQzKhkhFcsxhM1kn2DKQCDw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34270),('AbFvOqlqcbfVppPRs848if0afz7nZiVLwYpjFekk-bXR6gpB5m9c1Vb_SK22gmGi2WWjgSy33NLKEw','Very nice facility, excellent staff. Wait time was not long and very kind to my daughter. Explained medication and diagnosis thoroughly. They made my daughter feel safe. I am very happy. I’ll be even happier when my baby starts to feel better.\n\nThank you again,\n\nSasha.','2020-02-13 06:30:15.566000','2020-02-13 06:30:15.566000',5,'Keeping up with The Naturalistas','https://lh3.googleusercontent.com/a-/AOh14Ghe9fwrBmxCyRujRYxfTglH7Vq9JmWDukN434Y6Ag=c0x00000000-cc-rp','3272657195432704501',39633),('AbFvOqlqcTVh_pNK5imoqXb9e80BpBhWhfDVqR24IpXWoVVTSShVWdrusne1iX2kVUEQIaizSLkaJg','Came in really sick on Thanksgiving and the staff was absolutely wonderful. Ms. Lorena was very helpful and cheery she was able to get me in to see a doctor within minutes. I highly recommend coming to this ER because of their highly trained staff, Dr. Harjai was able to diagnose and treat me very timely. Jacob O. and Laura D were very professional.','2019-11-28 18:02:45.996000','2019-11-28 18:02:45.996000',5,'Kayleigh Forbes','https://lh5.googleusercontent.com/--EAMe-tTB_w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckA0KRLwH3XL4NSkFAJ0P6RBw546g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34546),('AbFvOqlQd7vOhJcgNCbHHo4yOWqTcb6ncwqmGzK5xTlUnMvEHuflA1tIIfCIQcT06ahkWYNFZvZ1Rw','Dr.Vaagenes was amazing! Such a nice doctor, made the experience so much easier! Jessica the RN was so warm and down to earth! Scott and Ryan explained everything in detail. Definitely calmed out nerves! Lastly Cynthia the registration desk clerk was so great! She made our experience a great one. So thankful to have such an amazing team so close to our home!','2019-06-27 17:45:11.968000','2019-06-27 17:45:11.968000',5,'Ernesto Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GjROSa4kX_enX6q119d__Y_0l17PtlK9f531j5h=c0x00000000-cc-rp','14904078213800803294',32452),('AbFvOqlqDn7vFV3oHEfvuLA9xuiZYwf2Dgv2Xofcw8RfGnys58nX3R60ONNU_eKvW-mbSjppStRaJg','First off i want to thank the staff of signature care for takeing such good care of me during my time of illness . The staff of Dr Edwards Maaz Eda Salena and Barbara for seeing to my needs such professionalism and i rank this facility 5 stars if there were more stars to give i would definitely give them a special thanks to the staff i encountered when i first arrived sunday night as well thank for saveing my life','2019-02-02 17:28:14.727000','2019-02-02 17:28:14.727000',5,'Lamonte Hicks','https://lh5.googleusercontent.com/-3eUEGE04K1o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn8LK8QkLI8j8TBw3uLjsNNNiaxUA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36830),('AbFvOqlQDQsw3dtnCR3CHhQ_bfJODsgiR5y9COMEKgtFq66J7Ht2M5rQqb3UEwLHAF0qvRTrzb9Iww','My dad when in cause he was having some complications after a hernia surgery. Dr. Ding was very informative and worked through his issues. Dion, the radiation tech, even let him see his own CAT scan. The entire operation was first class and he got special attention from Amy at the front desk and Agnes the RN.','2019-05-12 02:57:36.648000','2019-05-12 02:57:36.648000',5,'Caroline Kaylor','https://lh5.googleusercontent.com/-LltE2jkAPKs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckmU1uTJHjCGJsQ7np3QFBkayG2Hw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40564),('AbFvOqlqen-lL7JoG-3fQ1yskFEjWRUN6PHCNMQD7wmZcgEh9ASlqKZXo46WPqGevetOBJFJZ4xMYw','Such a caring and helpful staff. Thank you so much for the pleasant and speedy visit. All of you really put this Momma\'s nerves at ease.','2016-03-28 22:08:37.963000','2016-03-28 22:08:37.963000',5,'R Tuang','https://lh3.googleusercontent.com/a-/AOh14Gj1eshX9zLE4fWYYT3nXdRNzt7aQboVedE6Odxprg=c0x00000000-cc-rp','17394740196501090048',37367),('AbFvOqlqeQTcfNOD7wZaWQkZhghZxzLxr_SPZm5QoyVQODY5EaByHfsfOmTqxZoscugreXJWNIB3','The service was fast. The people where very helpful to make you that I was taking care of . Thank you Andrea , Brady , and Kara for all your help.','2020-12-21 00:16:00.761000','2020-12-21 00:16:00.761000',5,'Psalms Smith','https://lh4.googleusercontent.com/-AgybrbK7-fU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnmOthg-iNn80x_Ld-rCdET-Sxn4w/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43657),('AbFvOqlqFg_UWsYBz7s_oxdWvjEFMK6XftrTvqiTQYeNlzuFH2o5M4UOjJeGcefUSktDe85bpAUmGw','My name is Marci Tidwell and I can in to the clinic on Tuesday for extreme stomach cramps. I was tanked back right away in a wheelchair because it was hard to work. From the moment I arrived til when I left on Wednesday had THE BEST EXPERIENCE I HAVE EVER HAD AT A CLINIC. THEY WERE ALL EXTREMELY PROFESSIONAL AND HAD A GREAT BEDSIDE MANNER. EVEN THOUGH I HAD SOME EMOTIONAL ISSUES THEY WERE ALL THERE TO HELP AND I ALWAYS FELT CARE FOR!!! THERE IS A LOT OF PEOPLE WHO NEED TO SIT UP AND TAKE A LOOK AT HOW LOVING CARING PEOPLE SHOULD ACT. YOU WILL BE THE ONLY ACE I TELL MY FAMILY AND FRIENDS PLUS I WILL NEVER GO ANYWHERE ELSE!!','2018-06-01 20:13:32.748000','2018-06-01 20:13:32.748000',5,'marci tidwell','https://lh3.googleusercontent.com/a-/AOh14Gg7dJ41_ZfO2iJTPGUEiJaPiMWGxFqT75Wxyi7jmQ=c0x00000000-cc-rp','14567670160750071148',30834),('AbFvOqlqfMUrdZJSG2qjrap8qCVunlYZJbT9vPvjbokp1-VDlR31PvmbWe_5htpX2OC5nZMYTVsMew',NULL,'2017-01-18 09:36:06.618000','2017-01-18 09:36:06.618000',5,'Felicia Justice','https://lh5.googleusercontent.com/-JF2uCSn5E80/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucknfC0AhUOuoLmoAchl4dYSOuwpyw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37229),('AbFvOqlQFRIhE479ShRhMn-8ro4Pw9rkBFi-vUGg6_f8K7xugnaiHllxwF3QHdYXyulUinB_QiOT5g','I love this place. Close to home and never a wait. Professional, through, and they treat you like family.','2016-03-13 18:43:29.641000','2016-03-13 18:43:29.641000',5,'Staci Metts','https://lh3.googleusercontent.com/-ULRBmwCgkVo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmPFBiuY_PGmJBifYZ6s9o72X0zyw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37370),('AbFvOqlqFs6UrYMIP7wYNHtMkoK9CDFr23zg3hBTKrkVzGpLqrHalWLCgMaMlm1ZawlZa5YZ7lUQ',NULL,'2021-01-26 21:52:21.211000','2021-01-26 21:52:21.211000',5,'Kathryn Brown','https://lh6.googleusercontent.com/-xEm0Cr-xI5w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnRWBiw4wSSDf3qTgZMou4cstTtmQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44386),('AbFvOqlqFsMuD5jS_dKvIoNUYdunKoYuunb7Vw6Hwr4Esm1TTNrw8aZwhbYH463np2zcl8nBL4V5ww','Clean, friendly and fast! Will recommend this ER to anyone','2020-08-07 10:45:05.690000','2020-08-07 10:45:05.690000',5,'Mckenna Skeen','https://lh6.googleusercontent.com/-Bf92y5RE0jY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckulmsYpmSueQG-M96_zYnNKzgUJA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41906),('AbFvOqlQGHnSpleszmuF2twb6Y2m0RdnJqLAQATudhQSD6sDUQtOZy1_S31kZrCuagn72b32fgVS-Q',NULL,'2016-01-11 00:44:02.274000','2016-01-11 00:44:02.274000',5,'Kanti Bansal','https://lh3.googleusercontent.com/a-/AOh14GiCKVKzYDC4NNGzA4jdW26TbXanp0hUppJrg9q2oQ=c0x00000000-cc-rp-ba3','3511292162159714121',41258),('AbFvOqlqGKwSzOpu4pNhpBBs67npFFyaU8l_NJGu2YAZa0stnWNkKuN8wTo7fdlLubOY8EOo_bg23w','Dr Toan Leung and Nurse Cody , Nurse ,ER Tech also the Front Desk lady are the best team. They took great care of my wife this morning while she was sick. They treated her with respect while being gentle at the same time . You could not ask for anything better. They are the Best. THANK YOU SO MUCH Mark Northrup Jr','2020-10-20 22:35:46.593000','2020-10-20 22:35:46.593000',5,'Mark Northrup','https://lh6.googleusercontent.com/-etZAAo-MlJw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl8SFCdfeZqb_YGeD2C-ceUS2teUA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38463),('AbFvOqlqGNs2Iuad42APQ0BGs6jbaN6vq61QMnRg5NLDQJ4ydFXlJmNZxtEtKv2N7jQxNdWN-pUD','Fast friendly staff. Amazing very professional Dr.Patel Nayan nurse staff Naureen.','2019-07-10 05:38:01.920000','2019-07-10 05:38:01.920000',5,'Rosalinda Castaneda','https://lh5.googleusercontent.com/-Ev7i4exDq3Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxTSXRf57cj_mFxAuwMFJzBK4aRQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40494),('AbFvOqlQGVzuiclPVRg6GcZcmANN-RTfkMueN24OunbM67Mk-r9MldJxz9t4iz2a2Zs6qolgIJZx','They were very fast and extremely nice and engaging.','2020-12-12 18:48:13.093000','2020-12-12 18:48:13.093000',5,'Pop Rocks','https://lh3.googleusercontent.com/a-/AOh14Gi9LeB0s4AgUcE6KHm6oMB1VBVfph5atIG5vKJvBg=c0x00000000-cc-rp','2694018788013845459',38839),('AbFvOqlqhS9Au81qITusTrPezwuA9X99UTWQ-TSgtLAP7MSado-j4qYwdPTE0p73RXEXenVKklN_oA','Nurse Reed and Dr.Grinblatas took wonderful care of me !','2020-10-27 01:37:59.515000','2020-10-27 01:37:59.515000',5,'Ariel Biaghoshi','https://lh5.googleusercontent.com/-rdPi5O31O_s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck1FwhVeEoCWpaQYOm-40q98NX24Q/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36516),('AbFvOqlQi3mT1KPdCOgvutien3AkYMiWmbjg6rkcxzsDU6eJKNvypm_NVRRXNOFW0Fz5qq5zj6AMrA','Great experience. Dr. Rose really listened to me when I explained my symptoms. No wait and was in and out in 90 mins.','2017-07-21 13:38:42.975000','2017-07-21 13:38:42.975000',5,'Michelle Rowe','https://lh3.googleusercontent.com/a-/AOh14GgjXNXGfVBKzMj2uPJxgzIHze9p-ZhJbRuPC6Wz2Q=c0x00000000-cc-rp','16891069708558046635',36467),('AbFvOqlQIcR-bqZtBtVgFUmy1SMJxqCtBBBopLQaQUTrat84RbiPiAn9edXIbMTs_WRGejlG34qa','I rarely go to the doctor\'s due to the uncomfort I get while I\'m there, I just never admired hospitals/ emergency centers but this place really eased my worries. Beautiful facility, speedy service and the staff was OUTSTANDING! Everyone was nice and friendly and most of all super helpful, Dr. Pham, Nurse Alvean, Radiology tech Tricia and Jocelyn at registration.','2019-05-15 21:32:07.351000','2019-05-15 21:32:07.351000',5,'Jaquan Lewis','https://lh3.googleusercontent.com/a-/AOh14Ggl4FKWdkk91jMT6VyFM1tBxWiJn-ZOLks_G-8C=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqlqikOYuC1IVY69Hg2hFu_de8NrQqs9l5A8XCQYx9Cy7jmbWFciAYvAJrVrA2Vm9dp2Sy_dlg','Awesome staff! Maria was very nice at the front and David in X-ray treated me great! Andrea the Ultrasound tech was so sweet!! Would recommend everyone to come here!!','2019-03-27 01:18:37.313000','2019-03-27 01:18:37.313000',5,'Jaime Pepper','https://lh4.googleusercontent.com/-zKUAtasSqTk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclEc-M3dWADvO3YSUwfseKjI1hYGg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29887),('AbFvOqlqIpqWZKz7uVPd_wiqqSfKqddcIFVBieJaUL5JoC9kdxJXnWjQ4l6SUbyy6DqSTpCcLoAj','Very friendly and quick service','2020-08-04 17:25:40.159000','2020-08-04 17:25:40.159000',5,'jessica mcquaid','https://lh5.googleusercontent.com/-pBJAr5hNQ5A/AAAAAAAAAAI/AAAAAAAAADo/AMZuuckEaQkSZTSfWwRQMJDBLrN8AYsWWg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29329),('AbFvOqlqIS46k8DuxRBCJN9OZVFWiTXj-84E-kWmT339YdxRQZIudiwPA5CszypaqyCRFPL9OWT3Mw','Best emergency room visit ever. The employees there were very professional and very friendly. My doctor aas Dr. Farooqi S my nurse was Alvean A, radioligist was Tricia B and that amazing receptionist Natalie G was so warm spirited.','2019-11-01 18:00:38.819000','2019-11-01 18:00:38.819000',5,'Norman Bradley','https://lh6.googleusercontent.com/-fKsa4MhDeks/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclNNh2qzB7KIVwxUcY_RlVHrEsFQQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33793),('AbFvOqlqJ6SfWTkLXYdr6o81mwGVTcX_TcHh_vdVW9KpwuyXoekTg9UKqIAv3BbAIvbF8ErRUc4DpA','Worst experience ever , dr. Huerta did not even care what was wrong with my girlfriend. She is dying in pain and he thought and assumed she was putting up an act. We went there to get help and we walked out with nothing but anger. He stated that she was a non emergent patient, so they charged us 1000 dollars , it’s unfortunate for us Americans who can not afford healthcare. That man does not deserve to be a doctor, a doctor is a privileged person who supposed to be helping his patients and we did not receive that at all. Thanks to him she has to suffer on a day to day basis . She can not have a normal day because she has several different problems that is affecting her life. The saying that states you never know what a person goes through until you walk in their shoes , he does not know what she goes throughout her days . I hope he sleeps better at night knowing that she is suffering. The lesson I learned when I walkout of this place is that no one will care to treat your pain unless you have money, this is one I will never forget .','2019-12-01 00:44:13.629000','2019-12-01 00:44:13.629000',1,'Joseph Bolanos','https://lh4.googleusercontent.com/-WqSYWFvOk2E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmr3A93JdImjM_Gi1_FpNC617s3rg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29556),('AbFvOqlqjh-51qB6xStd5nQqprtBO9Z2WLVAuUX7iYpMW95ftNQaPvztcAh2qyPHPIKQ4-gx7KLY5w','Thank you sita jose allison and dr plante for the best service','2019-06-26 00:19:56.710000','2019-06-26 00:19:56.710000',5,'Joordan B','https://lh3.googleusercontent.com/a-/AOh14GhJeDBknpD_DiithN7E-jXHotLgtSndLU5n7C6zHQ=c0x00000000-cc-rp','13486358490203335051',29764),('AbFvOqlqJhBo_e5I736SVY8r52NZo_GUYk0crU2KVO2VqrTB3mGyb0joovoICAsEnOMw2gk-6HWp','Dr. Faig, Amy, Irving, and Holly were the coolest! Very down to earth people, I trusted them all with my life!','2019-09-13 02:40:12.232000','2019-09-13 02:40:12.232000',5,'Claire Vargas','https://lh4.googleusercontent.com/-EJSVb3mWmQY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnJRvcefN2bThIH-qRyiOUKiyWdWg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29025),('AbFvOqlqjHqo1mmFpHpLsQYdKogF6-nYK74QZ2P-d6YWLaBjYGJqNC44LxUj_ttbsE44FvBAlbQu6g','This establishment is the best in town hands down, I brought my bestfriend here , and the entire staff was friendly , what I love the most is their kindness and compassion for others\nTHANKS YOU GUYS FOR YOUR HARD WORK!\nCourtney - Registration\nKara - RN\nYost- DR.\nJaylon- RAD Tech','2020-03-04 06:13:21.810000','2020-03-04 06:13:21.810000',5,'Ash J','https://lh3.googleusercontent.com/a-/AOh14GhXoKMU3kIx0r1aqA7IdKciWYmDtkX6M3-BcG94qg=c0x00000000-cc-rp','3272657195432704501',39572),('AbFvOqlQjlIFPOx3b9fYbjfreWdlH78cNJ0b3OLgePuWJs2w-jjaK00pYmILDocXfhIdcSrJ0JGtTA',NULL,'2019-10-13 20:15:44.737000','2019-10-13 20:15:44.737000',5,'Rosie Martinez','https://lh6.googleusercontent.com/-omespscOPhE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckKvqA42ie7boCJUXfvwEdPuN0hmw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41584),('AbFvOqlQJsJ84sF5kLmISMqYqbwUo8_E5olxZ3DQfz57BCloRS2Mq3kvM5bAQoVn_y8xub6_7iyamA','I really enjoyed my experience here. The staff was very friendly and offered more than they needed to in order to make me feel comfortable and at ease. I was very happy with the care, and service was prompt.','2017-04-02 02:39:56.747000','2017-04-02 02:39:56.747000',4,'Danielle Tallman','https://lh3.googleusercontent.com/a-/AOh14GjxMEYNtTh0xr-nYfNZx3hoFfmv_vJ2Ie6uJzGztQ=c0x00000000-cc-rp','3511292162159714121',41085),('AbFvOqlQk-c6F_gJQf0vkyaZUGna18ISDFAfmOaF8yZqkRDq0oTQ6hqHIfh6-fBLVLJU1KwcWYwwRA','Location was clean and service was quick but there are very sketchy practices in place.\n\nI went to this location for COVID testing a second time in the same month due to a second exposure. I was told multiple times by staff at the location that I had to do self pay as \"insurance was rejecting multiple tests because this is an emergency location\". I naively paid at the time but called my insurance the next day and was told no such policy was in place at all. I followed up with the location after getting this information from my insurance provider and was told that their senior management required them to tell customers this. Now, while trying to get an itemized bill to place a claim myself I have been told my their billing department that it will take 7-10 business days before the information will show up in their system. Overall this is turning into a huge headache.\n\nDo not listen to what they say concerning your insurance, they will just say whatever shady information required my their management. Call your insurance provider.','2020-07-20 13:15:04.509000','2020-07-20 13:15:04.509000',1,'Aaron Stone','https://lh3.googleusercontent.com/a-/AOh14GiyyWiI0VdByW7PBoQq0F1_-b_CGh77Y9LgY1vnGw=c0x00000000-cc-rp','3511292162159714121',40231),('AbFvOqlQK8IHi3CC6BY36f12FzGXwfhQ-v7mbBK66rTguXICIQirkoSRKb1A-XXOSkf9XXWwNqLW0g',NULL,'2019-07-22 03:46:27.365000','2019-07-22 03:46:27.365000',5,'Tamara Sims','https://lh3.googleusercontent.com/-uqatt7vNFXE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn1cbLHBlH_ljCkR_bRf5f1qEjyAw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39844),('AbFvOqlqkjCL2WnCqr81opW9iPaSL8YD9LlNtGNDGxYn1xmhhHUoTV59_35MIF-qkXGKnxCPPAvp5Q','Fast and friendly is the quickest way to describe this place. The care I received here was outstanding and I never had to wait very long for anything. Dr. Chiang was very knowledgeable and handled my case flawlessly. She gave helpful tips for continuing care and helped me to decide on a final solution to my problems. The nurse Brenda was very personable and efficient.','2018-08-12 02:16:07.836000','2018-08-12 02:16:07.836000',5,'Steven Francesco','https://lh3.googleusercontent.com/a-/AOh14Gj4laBNa6Lwj0PE6D9gr9-Y-0Z2t_1y4yN3CR7JMA=c0x00000000-cc-rp','8918455867446117794',43373),('AbFvOqlqKlTtCNyds-Y_2-9v-ukMu-hXn4KblAMSHsi3bGQp0lU2ELoXe7WxYcNsod-JaDOqf5ZDQQ','I’ve been here 3 times and have been treated with excellent service and care. Our nurse Liz is very professional and made me feel so much better. I definitely recommend this place.','2020-11-09 05:49:19.611000','2020-11-09 05:49:19.611000',5,'Rubiii Dee11','https://lh3.googleusercontent.com/a-/AOh14GiB1rqu0_g55k5yO_1e56yVXuD5nqyhT5W4rNqeUw=c0x00000000-cc-rp','14748677429039074158',31392),('AbFvOqlQLJVfeIfR-ER-HQenDSpdvGO_5GDlz9eAtlPHjIckf7MDHm0UJERODep1yd1UNIpK9y0zlg','Kim was great','2020-11-25 06:50:33.882000','2020-11-25 06:50:33.882000',5,'ivan wilbanks','https://lh5.googleusercontent.com/-lYzhw86fbco/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnLho6bwtUoiMbfu68qBBiAK8nFPw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38883),('AbFvOqlQmckH0PDopnLEpYj8zIFBJk19wQV8rqT1IdFKoFioeGcpWy6kGadm2VL41A6eLC4wx75ocA','Awesome!!! Clean!! Everyone was nice, welcoming, concerned and made sure I was comfortable. I was done within the hour. I’ve gone twice and have had the same exact experience. They also have snacks and beverages for when you’re waiting!! Dr. Chen and the staff are awesome.','2018-03-04 14:59:51.094000','2018-03-04 14:59:51.094000',5,'Andrea Reed','https://lh4.googleusercontent.com/-SZajSKbbq4k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck3E8x1G-jil9ttflJoQY8hgbsLhA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30867),('AbFvOqlqMKhF6PF5Bf2d3dEP5aOJPq9q4GpTahhYwTzfmFl2AeCB_S2fvCKSAiicrkCBLqMZA8X9tw','Great staff! I was always greeted and treated very kindly here..came twice for covid 19 testing and both experience were easy and fast.again friendly and courteous staff make all the difference thank you Dr.Qureshi , Nurse Jessica Rad tech Jonathon and Hoan also Cynthia and Brandi.','2020-08-10 13:50:06.247000','2020-08-10 13:50:06.247000',5,'TRE BLIG','https://lh3.googleusercontent.com/a-/AOh14Gi9bAqD721SM3fHU12WDz1BwyUY5dFvPshOPaw01g=c0x00000000-cc-rp','14904078213800803294',32264),('AbFvOqlqmkUO05Ut1k9wqw41ilLd5Hqxv5Xg5Usq2ey-V4sUh00zgL_DHU-DoY0sdirhXDST6rr2','Dr. Daniels, Nurse Nicole G. & Ashoka S, ER Tech Ricardo & Vanessa G. treated my injury. They got me in and out in no time. All my questions were answered and well explained. I highly recommend this center.','2020-02-02 01:20:36.166000','2020-02-02 01:20:36.166000',5,'Liliana Calderon','https://lh3.googleusercontent.com/-tn4AU4bqIvs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnu5qHFsAlYMBrWq8ycRWk6cAYZpQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33419),('AbFvOqlQN5JfZFNaaC4ffptFvrNzVd_B9WhSB79tVXkOED-9SaXa2OCUmFP4AHlul4BcEZtPkwN7fQ','Dr Huerta, and his staff Krystal, Cy, Audrey and Maria were ALL TOP NOTCH!!!! Very effective, very courteous and professional. I will definitely return. All Dr Offices should be like this one. Keep up the good work!','2020-01-18 01:12:51.080000','2020-01-18 01:12:51.080000',5,'Ed Parker','https://lh5.googleusercontent.com/-NnrfZ1Rvh_M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmj-eWAh0A04Ixs09D8tdn97VEVVQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29480),('AbFvOqlQnq20BCwNfqRkyIl7ufVQof89nSjQV0UUPsSZ3bltms2NEhQViUs9v7vWfcEg_RLzkWErZg',NULL,'2020-12-30 14:36:01.313000','2020-12-30 14:36:01.313000',5,'Michelle Young','https://lh5.googleusercontent.com/-gNS85vQ7twE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmEkCzsZgKS-6hr-Q5m4dw_JGNXIg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44141),('AbFvOqlqoaegykrsORZne7cmZN7jzh7vDrs09A8XcihnJ2GYFffDliXHyqB1O31ifZ6Knz_72KZT3g','Nice facility and pleasant staff.','2020-12-06 20:07:13.454000','2020-12-06 20:07:13.454000',5,'Jacob Marin','https://lh3.googleusercontent.com/a-/AOh14GgRmFV7ANtJMbV-D1Rh90CleH0uUwDsG4Xfr0Dm=c0x00000000-cc-rp','3511292162159714121',40030),('AbFvOqlqOrXq3IkPgJpWWfHaTDOiyE0s39CpUse08sCpHZVcNW2Hf9tuzJhT3TUuQSn-8tpdB7ukDw',NULL,'2019-09-01 19:06:28.659000','2019-09-01 19:06:28.659000',5,'Matthew Chen','https://lh3.googleusercontent.com/a-/AOh14GgfxHprCiyT-ElWWjtUvhwPF6DoworjxkDIt3ooVg=c0x00000000-cc-rp','16590124370714063921',34693),('AbFvOqlqoy9dflNDAw8w70xvk-YQfCFMKWlJge3oTqVygKPqoAFwd_OawSYOB5LIhztXbvrpfw9r5Q','The best doctors and nurses I’ve ever dealt with. Everyone there is caring and attentive at all times. Seriously guys. This is a gem. I go here for everything. Had Dr. Yusuf (who’s always wonderful), Leslie, Hamzah, John, and Jackie last time and they just solidified how great this place is.','2018-08-06 21:52:52.387000','2018-08-06 21:52:52.387000',5,'Chance Sanger','https://lh3.googleusercontent.com/a-/AOh14GhtvHdMWovaCi4vw3-w60Pwpug0i6zdtLS3UP1bgQ=c0x00000000-cc-rp','3511292162159714121',40891),('AbFvOqlqOzofwkT--x2cQw3-U9kNo_0GZtKsal1FPXPgU2ivdfSEmIhOYb8sNtMTeGgq4GH7GAhaow','I came into signature care to get my stitches removed and everyone was super friendly and super helpful, Sindy at the front desk was very welcoming and informative, Doctor Golla came in the room and made sure I felt very comfortable and relaxed, Natalie the nurse did such a great job at removing them and I felt no pain!! Totally recommend to come here for any emergency needs !','2019-12-27 17:16:40.746000','2019-12-27 17:16:40.746000',5,'Raquel Melecio','https://lh3.googleusercontent.com/-zFtkz_2eoV8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmD6wa43D-V6zCiY9i6UzVL8hsL5g/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30377),('AbFvOqlQprcSLRXSK0mWkeGU6SVTeYRcutXK98IX05S5cxtHp2xOtdlxHNfW-Qr4rngABXhVmQXW','Lucas and Leanne were awesome!!! Great staff','2020-02-28 22:52:48.053000','2020-02-28 22:52:48.053000',5,'Blackbarbie04','https://lh3.googleusercontent.com/a-/AOh14Ghk9-TOl3DXUmz1btsIE7DWQ8fHh5PwOFsS3LVrCw=c0x00000000-cc-rp-ba2','3272657195432704501',39589),('AbFvOqlqq9kQ8CNPerTgUf1TwtW7jvjak_5pcXdRMy1MxPYkp16Lag0NKf9Lu8ynVWhPYf30yWU9TA','The receptionist was welcoming and helpful and the nurses were super friendly and caring. They even gave me a warm blanket!','2016-12-17 02:28:44.796000','2016-12-17 02:28:44.796000',5,'Karen Macleod','https://lh4.googleusercontent.com/-TjDqFwAtgcM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm9mT4OXho2kOScPWHmI4KaSqlAfA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41148),('AbFvOqlQqmhu304I66HcAN5qMvMWzMnxU-vEX0-6aeaadY7O0woilCie129hg6_S4LE0nrEF4X0iAg',NULL,'2020-03-01 23:10:44.578000','2020-03-01 23:10:44.578000',5,'Lisa Cunningham','https://lh4.googleusercontent.com/-QejTa7wGjv4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxzG7uE85sMANa_sKYFgVkE4cQ4w/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29412),('AbFvOqlqqRzN0Jm5iZZ8b4kQF9zo9UHucY0SWjuozrBEW71SlaEx4O7K4LlAjTawHi2tqV6I4gnd','The staff was amazing very attentive.','2017-07-14 23:33:36.875000','2017-07-14 23:33:36.875000',5,'kristen womble','https://lh3.googleusercontent.com/a-/AOh14GiKwg4GH-qi94FZ-stqxiKn0S84z_3saF_Nhe0JQq4=c0x00000000-cc-rp-ba3','8918455867446117794',43500),('AbFvOqlQrMV37FJgMC_LQerNOQ5z70yeZEdz3z0JEHVXib0B_StT0UIU_7sd_SLzxtbZzUlOiC-q','Probably my best doctor\'s visit here yet. They were excellent with getting me in and out quickly. The staff was so professional. Very nice facility!! My nurse Steve was cool. Dr. Straface was so professional. The place to come.','2020-09-03 04:42:50.086000','2020-09-03 04:42:50.086000',5,'Felton Harrison','https://lh3.googleusercontent.com/a-/AOh14GhIegFE678_Iw_-mQ_UvuqQIkgIyAu2-ReKcgjcEg=c0x00000000-cc-rp','14748677429039074158',31713),('AbFvOqlqRrdWGIQW4IwccOVbHdKXGDdAh4r4yas9sH0fzouaFk_IZL-RfemxhCVfaLXsYM_YmNYqsg','Olivia is super helpful!','2021-01-23 16:57:30.816000','2021-01-23 16:57:30.816000',5,'Mercy Ferguson','https://lh3.googleusercontent.com/a-/AOh14Gh7dfSd4U01saDCtGd6w7M3Eeii1r6Yk0rq_sDKGg=c0x00000000-cc-rp','14904078213800803294',44451),('AbFvOqlqRvqQNtHQ7qbykSz4Erv-RdYppxrER3Fq7AiQVRx8uNSSwX1HyTO-zPtkRHZ0hnLE_VQ2','Everyone made us feel at home very kind and professional thanks to Jocelyn, Alvean and Nancy','2020-02-22 22:21:50.955000','2020-02-22 22:21:50.955000',5,'DAVID SHIELD','https://lh6.googleusercontent.com/-Z7deX0t2ajg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm2JJLMBiHb0waxR_uH3bE_k1ZI6g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33341),('AbFvOqlqs_S3nRrAVCa0i4gIJIZyHmm8H3qv2bWFWcK_linYJH3PeeIAK9bT2bOpRMEOfpe0IjGXZA','Great and friendly staff.','2020-02-21 15:55:28.543000','2020-02-21 15:55:28.543000',5,'Russell Buckwald','https://lh5.googleusercontent.com/-DNupnHYSmlY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnvmV6LVw7NumU15lOXgyCDgXi5aw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37671),('AbFvOqlqs_vd9gWXSB00JYn5H9oh-OVBoUnkxwVCByJLQEMhFmhwhavhv_MshcqgnP_Z8AaNmPB-yQ','Lorena, Amanda, Jacob, and Rachael were awesome! Thank you!','2020-09-12 14:57:09.707000','2020-09-12 14:57:09.707000',5,'David Brookins','https://lh3.googleusercontent.com/a-/AOh14GgG8e7tUMJBZXPdQom9gIg9XQvocAwF4fGXcl6G0w=c0x00000000-cc-rp','16590124370714063921',34172),('AbFvOqlqS7sxBLkP8UXRkI6LBIrvGF5OgOrEKwZm-Vdo6nHSU-COOcH37CKoG5uuGSuQynawR0mM4g','Mercy was wonderful! Everyone was great here. I highly recommend this place to anyone who is having breathing issues or any type of emergency medical situation','2017-02-03 12:35:32.653000','2017-02-03 12:35:32.653000',5,'William Cowan','https://lh3.googleusercontent.com/a-/AOh14Ggfh51YtGGguP2Zt-Ashgd_gLzhJUidHxX5EsN0=c0x00000000-cc-rp','3511292162159714121',41117),('AbFvOqlQsD-JYW3341lmsz774gRcmodbMaPcJQc1_irTbrV35AqxDYv3R-oJF2dqdR9U1eyIAQqh','I woke up sick at 4am, this place was the only one open. Carly checked me in and helped me get everything sorted. The nurse sara was very helpful and kind even at an odd hour. Dr. wang and the tech sherwin helped me effeciently and effectively. I will go here again!','2020-03-03 23:55:18.094000','2020-03-03 23:55:18.094000',5,'Meghan Kenyon','https://lh3.googleusercontent.com/a-/AOh14Gjl-cSXQo1SGeYXR6G7rys8Ggmn4oe7lliM6bV8EQ=c0x00000000-cc-rp','12541597562633926366',28665),('AbFvOqlqSt3-dbuS5VbxWTRAwgf2fQo4WvjaWl9njx5TY6tdAkIO0nDo-JSr6ICyM4f37_vESstW','Excellent facility every things is so clean and professional. The young lady at the desk that helped me when I went in was kind and calming, she answered all of my questions with clear and concise information. The physician and the nurse made me feel so calm and well taken care of. They are very professional and efficient at what they do all while keeping the patients emotions and concerns in mind and speaking to the concerns directly. Very great experience very great staff.','2019-06-17 18:47:24.045000','2019-06-17 18:47:24.045000',5,'Elizabeth Clark','https://lh5.googleusercontent.com/-iK7yAj7BNIY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmdTkmtqnd6VhOW5wO8ZpWDLHD-7w/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39324),('AbFvOqlQTzekIeeJfQg0LYJ_NTlPpfWQWSPkrD15tN_QJbjud0dOxx0qD9bfTh-U5lctMN1m7kGW6A',NULL,'2020-10-12 16:45:05.345000','2020-10-12 16:45:05.345000',5,'Debbie Karamy','https://lh3.googleusercontent.com/a-/AOh14GibxekpRcLqT-qJO8lcr6_OMUBTjJDqu2Da0KqAoQ=c0x00000000-cc-rp','14748677429039074158',31515),('AbFvOqlQUA0xdvWuNF0ByqBBsEWkrqyPIGqwrrWWy1dNzrxO5TWA3hgnKYvJ8DGR2cag6694sWDSlQ','This clinic was quick, clean, and professional. They even had snacks! Dr. Siddiqui, Leslie, Churiah, Gina, Olivia, and Jaqueline all made this experience worthwhile. I will come back here for any emergency needs.','2019-12-17 18:21:22.317000','2019-12-17 18:21:22.317000',5,'Miles Indest','https://lh3.googleusercontent.com/a-/AOh14GjuZitWBv_Kf6oiBBvJAumau3zvo-Fqlt6iT-AV=c0x00000000-cc-rp','3511292162159714121',40373),('AbFvOqlQuAOJj8LqfU2BDf5YzxJEzqLQJSxWOx1IvmJ53wTnfB6fhS0zSamOPEbJA77fIdxo7VcNkA','Came with suspicions of kidney stones but worried about other things. The front desk (Brenda) was very helpful and explained the process. The nurse (Karen) was very helpful and knowledgeable. Dr. Daniels listened to all my concerns and was very helpful in the path forward once we found out I had 2 kidney stones. Also Dion performed the CT scan did a great job at putting me at ease through the process. Overall a great experience.','2019-08-09 05:38:11.289000','2019-08-09 05:38:11.289000',5,'Master Warlock','https://lh4.googleusercontent.com/-QInBOv_KhMU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmgKzChVrLLfBdEEjs9c-K_mJAG5Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40456),('AbFvOqlQuc9xYTZ0HrgOm3di-6rdhSPkbMtllTxgZupxEDHcOTw8Uf8BOsYoWqZ_MqCotnexqHX1qQ',NULL,'2019-08-22 15:33:50.520000','2019-08-22 15:33:50.520000',5,'Karo Tv','https://lh3.googleusercontent.com/a-/AOh14GifHH1gxnuxOweTpc8kCx57_vgYedY9H9TNWjfkhAI=c0x00000000-cc-rp','12541597562633926366',29049),('AbFvOqlQUfj0YxOGBsG5scheeDsla4PaZTRxjMCbrfLQLopip_0vL3OmGcwOjh5zkvVegBSgz71rKw','Wait time was less than 5 minutes. Staff was super nice. Even after bloodwork and CAT Scan was still in and out within an hour. Would definitely recommend','2016-11-05 14:06:52.376000','2016-11-05 14:06:52.376000',5,'Donna Lively','https://lh4.googleusercontent.com/-UzW54UxpDpw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclFZrbVLpAEmMnWbHg8PbCa1FSRWg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37283),('AbFvOqlQuPbXr-K6VND5HYghv-U_T-qseou3i4Yj3JCjYbPc-FuCsRQWQpkMXpUZmOVrzHldwHvg',NULL,'2019-04-16 20:57:08.213000','2019-04-16 20:57:08.213000',1,'Kisha Arora','https://lh3.googleusercontent.com/-QsRqEHwrvLw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnkPMEu9R7_dqlcjrIqoHIHw5asEA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30569),('AbFvOqlQUtpasE1OLgXylOTD7NlB-T_gZ1RMiZKi0-hIIoOBc9HB2iZXL__N-44fBeM5Xg','The staff is very attentive and nice people. They make sure you are comfortable and take very good care of you.','2020-01-06 01:40:50.000000','2020-01-06 01:40:50.000000',5,'Amanda Winnicki','https://lh6.googleusercontent.com/-g7gKUXBpsWc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnySlMUW8RQJDuwKBDYm6FWDwDUqQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28845),('AbFvOqlQV4dtIWxMYzd3UU0_rEOd3VBTJku4OCu_Ouy-pm7oyhJ1MXM299kPp9FC5NvpaFL5-BXTnw','Went for a COVID test and was impressed with how organized and fast the process was. I would recommend family and friends to book your appointment and get tested! Also, Okarys was very friendly and informative!','2020-07-14 17:35:59.926000','2020-07-14 17:35:59.926000',5,'Rene Flores','https://lh5.googleusercontent.com/-3IYkARj8uZE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn279BSVc7wzIHtNKZW1asRrzakww/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30169),('AbFvOqlqv7DgFImfvEnvJK74gda_MTROdLRn3LuAGadATjDIqfWF75HedTyHS4rx9TwgTS5IxxYjmQ','Staff members Brittany and Valory were professional and helpful. Check in with Delores and Kim was fast and easy. Highly recommended for fast, effective healthcare service.','2021-01-20 21:15:18.302000','2021-01-20 21:15:18.302000',5,'mandy Cuellar','https://lh3.googleusercontent.com/-uf84fW-l3EU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckl7wz3npuhn1jSKrcrpiGCrwySoA/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44465),('AbFvOqlQVAK7T3oSR6VJBWbL2Wte4bpff_dW3VuHuqp5s6xBr8plv4qvwQwUjkUIDgxUmgydefsuBg','Staff was very professional and courteous. Great service from Lorena, Gracie\nBrancroft, and Theresa B.','2020-07-26 16:26:51.642000','2020-07-26 16:26:51.642000',5,'Noe Becerra','https://lh6.googleusercontent.com/-Y4cwNqOTPqU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmh-NLa_GSbwYGJpJE2b9sH6dj6eQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41337),('AbFvOqlqVKbIxEm-wvKZ22aeIrPq3bL9p3oSrnK8y_Et_ezRBoo33K5itLBhYfW9BU8nWsC3vUG7Gw','Super nice and super clean! :)','2019-12-07 16:35:54.961000','2019-12-07 16:35:54.961000',5,'Leeann Nguyen','https://lh3.googleusercontent.com/a-/AOh14GizpZFufZN97fC74yjuJCmFFlKhesTael56-v3wNw=c0x00000000-cc-rp','16590124370714063921',34517),('AbFvOqlqW-SNRVKMFtwXC57g4NG2QYeXgOs5SNKSnqFaOzq-DRFJxMii73n9f4TrshaJE_UMHZrq6g','The staff was great (Dr. Ybarra, Blake, Felicia, and Son Le) there was no wait time at all and everyone was professional and super nice.','2020-01-24 15:51:08.738000','2020-01-24 15:51:08.738000',5,'Aten-Re El','https://lh3.googleusercontent.com/a-/AOh14Gh3ll-etsO711AKeg3eRobBu1wNvf42FF3Udldsxw=c0x00000000-cc-rp','8679688254631342173',42494),('AbFvOqlqW1J1YKRMzhs8PDa8LP5hMRLDodFd1HHac70gPCE0RYhBCuoSyroBO5zXhuz8NsnVUXJf7Q','They were really nice to me and very caring. My nurse was very polite her name was meagan and my doctor was supper nice. Jolynn to they were all nice.','2019-09-02 21:10:46.491000','2019-09-02 21:10:46.491000',5,'Jennifer Gonzales','https://lh3.googleusercontent.com/a-/AOh14GhEWsBkBC5byt9BPtf8wmHh_dCifirMVF96kLeyrg=c0x00000000-cc-rp','6521947413723274945',41615),('AbFvOqlqWBbiWK6OhsBSFuJqz4aKEJd8UHyGwMqQj2Msj7D1_jDyCPF7Zs_f4P65NobLD6KI75PI','Professional and efficient, nurses are very friendly and always explain all the options that you have very Thoroughly.','2020-09-12 13:45:12.018000','2020-09-12 13:45:12.018000',5,'Miray Mikhail Loutfy','https://lh4.googleusercontent.com/-J8-dWEZd0lQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckvZrlYOG8J0JlxUFriTvCHCz0sSQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34174),('AbFvOqlqwezl2Hq9TIR4Y28ddkX7tkuFW4vdO51M69DvcL_XzP6dfj6bJGVy4MmuWszUCJ78ArHF','Fast, effective, professional and nice crew. I highly recommend this place.','2018-01-05 10:13:06.859000','2018-01-05 10:13:06.859000',5,'Nicolas Charvet','https://lh3.googleusercontent.com/a-/AOh14GiUDiM7w6CgMMhKfbjGSlYibdYrbuTmsVV4Z9uFjA=c0x00000000-cc-rp','14904078213800803294',32620),('AbFvOqlQwjdD26LI7hNqkDZObkMQb3TV0JVqGqwaZAjyR3pF0vBAfO4494wRx1MB8Mz2wsahz2OuQg','Christina, Clay, Dr. Rose and Chelsey all helped me and made me feel at ease with my visit. Excellent staff, 10/10 would recommend!','2020-09-12 14:33:15.576000','2020-09-12 14:33:15.576000',5,'Jack O\'Leary','https://lh6.googleusercontent.com/-SUyc_JqshKg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucna9VBIYxlHMzAULJSvdlYQIebsIw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35824),('AbFvOqlqXTCH3hhonmk9l3ouWONUldOV8Cw11Nag1ALu5EgMd6zjvu0TahNF_IzpWldPqdnp-X-dZw',NULL,'2018-06-05 08:38:08.785000','2018-06-05 08:38:08.785000',5,'Taffeta Burleson','https://lh3.googleusercontent.com/a-/AOh14GinQvPbBTbxYNP0P_dLs7a-eXtpXK-fv4VheIwJpQ=c0x00000000-cc-rp-ba2','16590124370714063921',35272),('AbFvOqlQYasUZoB1MYYksCgwErXiEw4hxYDaTq8W2yXkfczMKjYVPSekYbo7AZBHG8vCqocGc2xr9w','My experience here was great the environment was nice, and my nurse manny made staying here be more comfortable when he always checked on me and to make sure if I needed anything or not.','2019-01-22 18:15:16.548000','2019-01-22 18:15:16.548000',5,'johnny johnson','https://lh3.googleusercontent.com/a-/AOh14GhFwtM6D_8i26AkIsXITm2yn0_n-4l4yKKA5ZAR=c0x00000000-cc-rp','6521947413723274945',41775),('AbFvOqlQyiwj61yRc2xjX07MudvJOO1Z0927Z-prje1M5t4NdKswAeLx_8Alq8yxvaW1E37T0-xLfg',NULL,'2018-10-01 07:55:46.428000','2018-10-01 07:55:46.428000',1,'Mingo Yanez','https://lh6.googleusercontent.com/-vU-bqyPljXc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucma2Eu0E-ILMz4of5_wfh04cdGUmA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42752),('AbFvOqlqYnWi0TNZhQ9oKF_AJ90TaaYfVDcjxV5mDH7l3VsMuQhHnHRbPh-fR18nvdxRc3W_wa4hzw','I came in to the ER on 2/18 and am overwhelmingly grateful that a place like this even exists! My pain walking in was horrendous but just the thought of sitting for hours in an ER waiting room sounded equally as horrendous. Thankfully SignatureCare Montrose was open and close by and I was brought back immediately to a room. My compassionate, friendly nurse Melissa greeted me at the door and walked me back to my room after introducing herself to me. Once we were in the room another sweet nurse Gina obtained my vital signs while Melissa asked me all of the medical questions and did a quick assessment. I was given a warm blanket and some water while I waited to see Dr. Yusuf who came in shortly afterwards. He confirmed what Melissa had suspected and discussed my diagnosis/plan of action in detail with me. After he left I was medicated, reassessed, and discharged in less than 30 min. Thank you to everyone that took care of me! This is the only place I would ever recommend to my friends and family!','2020-02-20 18:25:07.660000','2020-02-20 18:25:07.660000',5,'Pamela Lockyer','https://lh5.googleusercontent.com/-N6bu0GWt7ws/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnccqCIzvllVUe6GEeDAT0HV2ExzQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40293),('AbFvOqlqYQM4AkpClt62fF1OT96CzVh6RSiQ22xvYXlNQkmTPR3ekdZnhShdzdJd-4-7RnaYMMx1','EXCELLENT SERVICE!!! I can not complain Doctor and Nurse had great bed side manners, they were very educated, and super fast. i had almost forgot i was at a hospital. Certainly puts other facilities to shame.','2017-05-11 21:42:49.055000','2017-05-11 21:42:49.055000',5,'Rebecca Iraheta','https://lh3.googleusercontent.com/-TWMpAGh3T9U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQfb7w120M5XYwA3qPN8Wdoq-fcw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37158),('AbFvOqlqywYeGYKWBDOZkssAYw9v-CQuHcxwVqJZyz8VcYG2y9vS9MHArLudxRIrtPuRTiALJgBp','From the receptionist, to the nurse, and the doctor.....they were all professional and made my son and I feel really comfortable. They provided fast and friendly service. I really enjoyed.','2017-03-01 18:53:04.678000','2017-03-01 18:53:04.678000',5,'Janiece Fowler','https://lh5.googleusercontent.com/-kp9NHsDVE1c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmHs2LvdFrRPK5y_ky974Z8M9wWpQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31091),('AbFvOqlQyx2XSCMJmsRB5zm8fRLaW-MEE0ODloASxKAzoPBZeRityvKwLzAIUxuASMSj9aXfcP_EfQ','My experience was exceptional. No wait time and staff was very courteous.','2016-05-29 22:19:12.993000','2016-05-29 22:19:12.993000',5,'Kristen Tolleson','https://lh3.googleusercontent.com/-TTbIiwd5TfQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclyJMrjWV5g_2uBAUtUX1J1_6EDFA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31241),('AbFvOqlQZ-ntbHnUaeGsfo9PUMbszu_BofQPAiP4HRwXTW29RwwFT48lORzPRqm9fCGcJlppZaFkbQ','Leslie,Dawn, Olivia and Dr. Yusuf were great!','2019-08-06 19:44:58.865000','2019-08-06 19:44:58.865000',5,'Jessicka Fabela','https://lh3.googleusercontent.com/a-/AOh14GhPerOSPBhICkfO2l5GHGv9XuZwO7X2kN5bJmGw=c0x00000000-cc-rp','3511292162159714121',40460),('AbFvOqlqz66t6Khiz3DdFrBdKdCO5ZyEok20E2ng_xhnx6j6QNblrPTvhqvivlay79Ih_MqA3TXLSg','Awesome experience!','2020-08-06 15:29:26.823000','2020-08-06 15:29:26.823000',5,'Bisaya Mommy','https://lh3.googleusercontent.com/a-/AOh14Gj4MTeARJHNa-DeJuKTaX54V039eouox9Oko1QD=c0x00000000-cc-rp','17898197009688164559',37577),('AbFvOqlQZ9YSMHAZi1We48ZEHKMhcc2k4MDuLSCHkNicY0P4_0tmz8KCrFl9ws78QFPqRDxcg8A5',NULL,'2020-07-09 12:50:43.182000','2020-07-09 12:50:43.182000',5,'renemunoz17rm','https://lh6.googleusercontent.com/-T4e2CFFU8YM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn9cUNjzGsD9zQJ0sNhvO4rf1NAhA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32038),('AbFvOqlqzGMDHiULxbrDJayZuSiTOJTnpzKmbDekUXeRSpmP10t2eaHuUUkKf_lhu3MZdHnuVq_9','Very amazing staff shanna was very friendly and very helpful has well','2019-12-16 02:24:36.136000','2019-12-16 02:24:36.136000',5,'Valerie Mendez','https://lh4.googleusercontent.com/-R8m3Qx9Imyc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucltEd-VYsmj9Y1vhJHeeaL0B7BTNA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41522),('AbFvOqlqzqerjEcHCSD6E93F-7Xv29tDTWC9JShHB84TNRp0Sf8IZ0IIZMxrCqbR9JSpirYa8sdVUQ','Signature care emergency took care of me in no time for my covid testing! Clay, chelsey and dr rose were awesome and very efficient with their work 10 out of 10 I definitely recommend checking them out if you have any questions or symptoms for covid!','2020-09-12 15:23:10.399000','2020-09-12 15:23:10.399000',5,'Jorge Reyes','https://lh3.googleusercontent.com/-kRLkZYWpj9Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclEISEF5EH7X9K_ZRLyM0MU8WAefA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35823),('AbFvOqlr_U18TaLNm7VV8TLe_sg-pmytassvdmfJfefvERd3fh_tIltnZgamJycsu7MP1Dq3z1nBMQ','The staff is super friendly and make everything very easy! Lorena T & Victoria P are very welcoming when you come up and don’t wait to acknowledge you like a lot of places do. Jeri D and Matt explained everything very clear & answered all the questions I had! This Signature Care is very efficient and well managed even in this time of crisis!','2020-07-31 20:26:25.614000','2020-07-31 20:26:25.614000',5,'Haley Cotton','https://lh6.googleusercontent.com/-DyLXBNl5uu0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn52xXdPek4DO_4ayJDSYpsWMhoEQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34214),('AbFvOqlr_z0U1X8s9PrnzNVHbsOnYW3UKN2MgnADiXS3ZyAb6AYvrfqKRcfrO_uYCZChldBXGY8_TQ','The service was fast and very professional. Dr Chen, Malissa, Stephanie and Scott were very helpful.','2019-08-01 15:34:55.812000','2019-08-01 15:34:55.812000',5,'James Livingston','https://lh3.googleusercontent.com/-yGzxk93g9d8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3pTvD7PVDN-bUmquURC-E6LREtA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29066),('AbFvOqlr0i9fKbQGiSoZUXdlTl_HCUJIYgIIDM7ZVSH9YOF3gIbBFd9rv0KQlFEfa7QTWfXFaMupBA',NULL,'2020-01-19 12:50:27.513000','2020-01-19 12:50:27.513000',5,'Bill Iroh','https://lh6.googleusercontent.com/-8t_fncb3I68/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnG5C2xzjEbYdJm2qkIqsjVFYfLUg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33485),('AbFvOqlr0KZ0V3L2qjOsDHpvnXdURQ5chKD0x6f1qK3nyoxQW2Zl0bnRej8_nTBhK_v6y5jdtx4G0A','I love this place staff is great loved it best ever','2019-05-22 04:56:17.938000','2019-05-22 04:56:17.938000',5,'Nicole Smith','https://lh3.googleusercontent.com/-SgI7yWoCfQ0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclV5XVB8BFONHdGkz4vD2qQiRD_kg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38172),('AbFvOqlr11aFwfS1e2Msji1C-zfpNlslrmGWaKF_BwYFGylIQfHIYlK1Do8Yxbd-EzrMVKJgBozQ-A','5 Plus STARS Dr. Kotey Rashaad Ladonna & AL & Anelia. Super staff the staff took super great care of my wife when is became sick. I have been to different ER for different thing and NEVER received Services like this class act. When they say the get you back asap the are right we only waited for about 7 minutes before we went back. The personal care that my wife received could never be thanked enough. This is the only ER I will ever go to any more. I will send anyone that ask were to go this is the place.','2020-02-06 04:13:58.437000','2020-02-06 04:13:58.437000',5,'RB Franklin','https://lh4.googleusercontent.com/-tksPL8Z_5Z4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclAjdM4a497QH7RBz5ZZXTJTfy_3w/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36641),('AbFvOqlr1AwHQQHgG9B0GCif5GyjjLkc6tAONnpSxnfQhvAcXKkGU-AlKsa-3D40iRd7coDCLQP8ow','I came here with what I thought was the flu (turned out to be strep). Honestly, I’ve never been so spoiled or treated so nicely at a clinic before. The woman at the front desk literally stood to welcome us when we walked in, ready for anything! My doctor, Dr. Vaagenes, was very knowledgable, friendly, and kind. The nurse, jacob, was also very helpful and brought me a warm blanket while we waited for test results. Even the ladies administering the tests were very patient and sympathetic to me. I could not have asked for a better experience and am very grateful this was coincidentally the closest place open on a Sunday.','2019-07-14 17:44:04.500000','2019-07-14 17:44:04.500000',5,'Olivia Murphy','https://lh3.googleusercontent.com/a-/AOh14GjudszrPOPXN9EEch2WC-LjbYZE21jiem3nLS-C=c0x00000000-cc-rp','16590124370714063921',34763),('AbFvOqlr1Co9OUdxjoRTjLH_iLYI38hRCrQJ_GseXTiAqBRh4665BrrXBUhrBUBZu3D_WAlHl_8PJg','Fabulous service with very kind people! So helpful and no time waiting at all. Would definitely recommend this place for any emergencies!','2018-11-28 04:17:40.528000','2018-11-28 04:17:40.528000',5,'Abby Williams','https://lh3.googleusercontent.com/-UQKV1TV2SR8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmsBO80cEWbcadGZlzpgT_tU5oDRg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35091),('AbFvOqlR1zq13hnMKC075AB3rIl5f0CTW4cYzEwF7niPKn37uBdZKWjatgto888_XAb_ySkRXrYx','Love there service and the way the attended us my baby girl loved the place an the help from Dr. Miller, Theresa, Sadie,Ben, Maria and Sidonie','2019-07-27 02:02:58.048000','2019-07-27 02:02:58.048000',5,'Manuel Olivas','https://lh3.googleusercontent.com/a-/AOh14GjUjUqFHYUNJWdDNety-gzb39ia_fcw7ZjekHZ6zw=c0x00000000-cc-rp','6521947413723274945',41639),('AbFvOqlr2F7sL3YWcW2aiEA5xURGeQ2aqYIdF_fS2H9hpcxvfgX-t9bjc-dy0eZUZgS2Hk-HXQuAhw','This place is amazing every time I go. They have great service and no wait. They take great care of you and are very experienced. The professionalism of this place is phenomenal. They are caring and great. I\'m going to make sure to always come here. I thank them for a their help every time.','2018-11-14 22:30:29.674000','2018-11-14 22:30:29.674000',5,'Adrea Murray','https://lh3.googleusercontent.com/a-/AOh14Gi_sZhPSR7aVJgDd8j25j8Nh_106A3ELZeXanYbpg=c0x00000000-cc-rp-ba4','17394740196501090048',36865),('AbFvOqlR2grDBgNLCoxepGj9JpLWZeWoBngnJ4pge2rXfmG5I17PmkO5UIksJ7bRuuP6U7-hv8U4xA','I drive my friend here because she was having trouble seeing out of her right eye. Everyone here, including Jacob, Becca, and Dr. Kimball were so hospitable and made sure both of us were taken care of. They offered us drinks and snacks and warm blankets and also made sure my friend got the treatment she needed within a reasonable amount of time. I recommend!','2019-09-01 17:24:05.443000','2019-09-01 17:24:05.443000',5,'Sarah Turner','https://lh3.googleusercontent.com/-FeQQud5h4DA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclPH3xfJwB92TlCiMp64ugGENZDsA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34694),('AbFvOqlR2k7VEd_JQarYkZ8TyjAqFMv0RKHLqC89RdYsb_3CAQtCunMYlvXHUpBqqh21-i8Zi68Rxw',NULL,'2017-12-05 07:17:49.821000','2017-12-05 07:17:49.821000',3,'Martin Gomez','https://lh3.googleusercontent.com/-b-HTgg_0E8g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMlsYmPUnoUzgaK99h-BCvpR5KWA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42764),('AbFvOqlr2n7Na08GxPPKMNL4qTfBtMwHDRySSTC5Ffh6g6rMh-kLBcXW9adDvn0kBvXgpSBBkfij','I was treated very well I am happy with my service. The nurse lia and aerial were very kind and helpful.','2018-07-04 00:40:03.160000','2018-07-04 00:40:03.160000',5,'Nelson De Almeida','https://lh3.googleusercontent.com/-vf6TGrFv7kU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclE2mWySlcxDRXevnjbsGo6k_eMMw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29227),('AbFvOqlR3-6i3p6_O2AYP3ZGyzgZb5pcles3KVhfE9Xf7LPuhek0qFEQ2YnledrUAkBeD3njNf6F0w','Shout out to the team @ the Westchase location who made me feel all better on a late work night: Nurse- Sarah, Radiology Tech- Sherwin- Dr. Dang, ER Tech- Christian and Registration- Ana! They have great snacks lol!\n\nThank you for all you do!','2020-02-19 08:00:02.810000','2020-02-19 08:00:02.810000',5,'Cathy Sandoval','https://lh3.googleusercontent.com/a-/AOh14GgpQX-isGsqXsfTKkF_cBGGP0IbDil2TySsHAm0fQ=c0x00000000-cc-rp-ba2','12541597562633926366',28711),('AbFvOqlR431_H9Fo0YgfQnAPE9xbHucfO3xaHc7zMTHyqfF4srpTPN06d_4RaQq5AvbHrneVRrY0Ug','Grsat customer service and worked with my insurance.','2020-07-25 08:11:11.471000','2020-07-25 08:11:11.471000',5,'serena pena','https://lh3.googleusercontent.com/a-/AOh14GhJl2DI-sBHMlJ6JcwcTuvfbD0s1IZBHBU8LP-P6g=c0x00000000-cc-rp-ba2','6521947413723274945',41341),('AbFvOqlr4r7sXb9xS9qHkIu852GWl26X5Dcu-bXw7vqqaSUV7UiX2xmH87VH6nUoy7_CljYEJYDmSw','This place was awesome! Great personnel, great service!','2019-06-25 21:44:56.626000','2019-06-25 21:44:56.626000',5,'Erika Barber','https://lh6.googleusercontent.com/-ZsFgHOVzg4U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclwjWqV-aa22RiD1BpcL2_qQGT0_Q/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36168),('AbFvOqlR59KrSf4EWy0qRIdDdfnMtjPPfZ8FWja5Dc_Ha7d-QnNZvGwGEHXqJOulG_ic_K3WTVhzZg','My daughter injured her wrist at school... The staff here were awesome. Got in very quickly. Were very comforting to my daughter and very thorough with assessment and prognosis. I HIGHLY recommend SignatureCare South Austin.','2019-04-03 13:14:58.959000','2019-04-03 13:14:58.959000',5,'Steve Gordon','https://lh3.googleusercontent.com/a-/AOh14Gg4K_hD_M3jtyw1IWH7QVmaDAmKU2OC11GMP5OoOQ=c0x00000000-cc-rp','16891069708558046635',36231),('AbFvOqlR5coQcGrb4QYIeSrYv2uiWNwy0nNwGsE0AAEa139OYUZHnmwX_DXrmWuIvlhKX_k0q9et4A','Tanisha w Henderson\nSarah\nDaniel\nLaura\nWere great','2019-12-02 04:22:12.617000','2019-12-02 04:22:12.617000',5,'Jason greensage','https://lh3.googleusercontent.com/a-/AOh14GgZn8DBMcIIQjFy-Joqo99Bvfz_dvVxf3HxZBzWbA=c0x00000000-cc-rp','17898197009688164559',37836),('AbFvOqlr5SvWjiknZanW5K3XrGTwM8Tre0S_CI7NgaJfG9fQV0mbFkPcMTACpIUnRWJVrnFJ7QsD','Best staff and I felt very confortable.\nThank you!!!','2020-07-06 07:52:15.237000','2020-07-06 07:52:15.237000',5,'antonio gutierrez','https://lh4.googleusercontent.com/-NJfjokzgb8c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTrT74cluXZt0ItOv5kT_gyznPxA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43013),('AbFvOqlR6LaDxV-XyhlY_mHZa-mLQ-MfDNvMsppRpcVOA1Kcp3rSS-D-FA2jhM5F7cFgRT8B2H710w','Everyone who provided me care was exceptionally professional and attentive. From the front desk to being escorted back to a room. Signature care provided me with everything I needed done. The Dr, nurse practioner and team were all so thorough and caring. I stayed for over an hour because I had several testing done, but I was well taken care of and comfortable in a room while I waited for the results. Which were also explained to me very thoroughly and my questions were answered so that I fully understood. I am so happy they are right down the street from me.','2017-10-25 18:18:47.228000','2017-10-25 18:18:47.228000',5,'Laura Benavides','https://lh4.googleusercontent.com/-9jKXM6nNowA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckEZ-lGLBTzEsn7OWcYIPKcRo-6wA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30958),('AbFvOqlR72Rnqqodjxot7hxYnhw80cwQmN_aiHsI5ac9_tqAVZO1Ur52fkTureAbtMgW8OTrSisC8A','The staff was very friendly and took their time to explain everything to me. They answered all of my questions and made me feel cared for. I was in and out in an hour. I highly recommend this location!','2019-06-13 19:52:12.476000','2019-06-13 19:52:12.476000',5,'Christa Chaney','https://lh3.googleusercontent.com/a-/AOh14Gh36zqHLDVcP7AukQy1xzzum5FU-eW5BNtGxngnJ1Q=c0x00000000-cc-rp','14567670160750071148',30528),('AbFvOqlr76TZu7ySZMRfxZZqS4aAVy0ldO8qARARIB066kJJ70PTaib1N7CU0kQZxzT3-nxXnGu3fw',NULL,'2019-06-20 18:44:54.704000','2019-06-20 18:44:54.704000',5,'brooke Hollan','https://lh3.googleusercontent.com/a-/AOh14GhvxneiV7Q4sWkFohcmxRW-aToYWkNLEj_kVi2o=c0x00000000-cc-rp','16590124370714063921',34808),('AbFvOqlr7FV9lbiPp9ehnXEtZWcVJEaUPHQPWWFRQ86v3670vxelzwdUXobGQOSK3Us_8Cidad1e','Morgan Scott and Tessa were so sweet! Thank y’all!','2020-10-16 14:57:20.138000','2020-10-16 14:57:20.138000',5,'Jenny Ryoo','https://lh3.googleusercontent.com/-zka0f2ri4Hw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm9-5g6Kdm9tPfWg-CIGYmkqmMgGQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34134),('AbFvOqlR7j-PMhjXopTBMpO8Rg-NS4DOTLbgxG7CjHuiLJ4swlU8CFJZEoyWs6Z1_aAVseGV53Xx','Very caring and knowledgeable taking care my husband. They did an awesome job.','2020-12-20 19:19:03.767000','2020-12-20 19:19:03.767000',5,'Dorothy Brown','https://lh5.googleusercontent.com/-mYOjWGJuUY8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmz74mabIw8TJCYkW1jKi7iji8sqA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43668),('AbFvOqlR8K2ZRUdLPxpMpiY093z9eVIkGEA70zFedg6XcJGC8mz-iFLtMI0ym_DdDGqCf1OznKva9A','The registration: Ashley Burton made getting help fast and easy, the nurse Erica was very nice answered our questions and made sure we knew what was going on, the Tech matt was very nice and helpful and made sure we got the proper care','2019-03-13 13:54:21.434000','2019-03-13 13:54:21.434000',5,'Adapt Soldier','https://lh3.googleusercontent.com/a-/AOh14GgzZXh9v_b8TT825aqF9dysHTV2tQiTdtVn3jtaDA=c0x00000000-cc-rp','8626688543755174284',42124),('AbFvOqlR8Kj_AGTtFtF2eV6LIOsPTP4Gr8YdSfEIuCDSkTLWqJnuYpthO_Y-2Q1q65IWRqGrwX8XEA',NULL,'2020-01-03 01:09:44.853000','2020-01-03 01:09:44.853000',5,'John Crosby','https://lh6.googleusercontent.com/-b0_DdRFg-FQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucniWX6lIHD4mfN9PYc4DkFGyU66oA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29500),('AbFvOqlR992GSb4eRDKZ_u0Dd8j-eRF9WgnAWl5nhpY9RPst-Wx9k0Si7i6eyzu8v-joBB3W1M_zZg','Dr.Daniels was amazing as well as her staff truly caring and showed great concern. Amazing place for care I\'m glad that I came to this facility!!!Awesome job to everyone from the Receptionist to nursing staff!!!.\n\nDr.Spangler was Great very knowledgeable and caring as well as the rest of the staff Delicia, Karen and Rick this place is amazing and they genuinely care about your health!','2020-03-13 15:10:47.231000','2020-03-13 15:10:47.231000',5,'Yvonne Keller','https://lh4.googleusercontent.com/-8i-p3-UO3wA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucll09pJxrWoSkbeAwTHuIoNsA7IQQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42386),('AbFvOqlr9o8rP32W6kmSuxjxXN9IRoGzmXsapZMky1wslJHOcqZRrtUq3dMMmPT8GmUKPPBhFffhRA','fast, friendly service! everyone was very kind, professional and seemed genuinely concerned. They were very attentive and there was a very short wait. We will for sure come here next for any Er needs','2019-01-22 14:41:52.706000','2019-01-22 14:41:52.706000',5,'Brandon Scroggins','https://lh5.googleusercontent.com/-_FwuNx01fI8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnSvOzqFxGog5tECpIFCn7ju3f9hQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29933),('AbFvOqlr9PADQMggULV1oak48Ny8tUnX9WRsvx83L0BDb8oYg0feHSLSSQM7qowUkJHXDKcecEwKQA',NULL,'2020-01-16 15:30:43.851000','2020-01-16 15:30:43.851000',5,'Rosalinda Cadena','https://lh5.googleusercontent.com/-_ayGNrJz5kg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclD4atc9k7LmeBQIaGvPNbuREqGtA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32374),('AbFvOqlR9t9SLwJSH-CjWl6Xa1tz7qI52XQjm2bUEqTowwAAeSBDfrdi_IIy_CUh93cScrFgIyAK','was greeted by Patricia at the front. Super nice and took care of me promptly. She was able to inform me of how the facility works and how my insurance would cover. I was taken in quickly by Traevis, he helped me out and was very nice and friendly. He was able to check in on me as needed. Alvean was my nurse and she was just amazing. Super fast at running IV (the worst thing ever!) and made it so easy for me to not feel a thing. The whole staff was just amazing and friendly. Highly recommend!','2020-02-27 21:03:20.157000','2020-02-27 21:03:20.157000',5,'Laura O','https://lh3.googleusercontent.com/a-/AOh14GgPPNpsQnTz-__uVC_DlP-f5VSVJglZGs0nozji4g=c0x00000000-cc-rp','16389487648212004696',33314),('AbFvOqlr9YwpJFXTD3H_iyx0t1IfgOe6vvk3qE9Alfc27GT_ZWbwAo3l6s14NtNanBHIp7WrC0chCA','The staff at signature care in Pflugerville were so wonderful. They took great care of me and were very kind the entire time. I especially loved my RN, calli! She was so sweet and really made the whole experience much easier for me!!','2020-12-26 12:44:27.511000','2020-12-26 12:44:27.511000',5,'Jessica Shoemaker','https://lh5.googleusercontent.com/-_kCbamnKoj4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclLPvOJP07f7lkEDnk5YnJ-7H7tAA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',43843),('AbFvOqlRaELqJ5gF5jX3E2gTJhrUMJHtkAkpZGaF4aEsp7aCc77YiY-95bY2_zUYje26Cazsb3Fkow','It is a good experience to go to this ER all staff is very attentive, caring and professional. The facility is clean. Thanks Leslie at the front desk for making the checking process quick. Thanks nurse Sala and Dr Boester for taking care of me. Highly recommended','2020-10-01 14:26:55.045000','2020-10-01 14:26:55.045000',5,'Legna Mendoza','https://lh4.googleusercontent.com/-8e87PoZDDso/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl4_DbSDe3ZFaHOjh3UiUv5LRUkiQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40188),('AbFvOqlrAybIDIRQrmKpAj-3PKtRvR5DS15N_6eHaMLwMLmOsxl2CJi8cpXQweD4414wuvhRPk27Ag','Zita and Danny made everyone comfortable with their friendly, professional attitudes. Every step was explained, from check in to check out. I would recommend SignatureCare to anyone needing urgent care.','2019-05-09 18:16:38.596000','2019-05-09 18:16:38.596000',5,'Michelle Wagner','https://lh3.googleusercontent.com/-5_Kf9VxbckY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclPdCkTkDyXZyJ14fcwfl1ujLwCtw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29851),('AbFvOqlrAyesNKz9AkAA2q9WxvGwMMuum5wRo49xrRivKwNzYsAWX0CGYZHecKDGuq1nJiCPEyIO','I went in for tooth pain and was greeted immediately at the door. Courtney was very friendly and got me back to a room very quickly and Jennifer was efficient and caring. Dr. Yost told me about a dentist I could see and helped me with my current pain. All in all, it was a wonderful visit!','2019-09-20 20:09:46.151000','2019-09-20 20:09:46.151000',5,'Randa Ford','https://lh6.googleusercontent.com/-T5EtOWaD2YU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckx1L-ayFe40v51EvBNJjr66V0Dtg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39795),('AbFvOqlrazScIaeupZVbs70I0G_cKmDOxZR75nOU5on3V_YBc5Xz3g8Tzx5apm5lE5hDAV_-ZM2Txg','The warm welcomes, the smiles, the compassion, the bedside manner, the promptness and the listening ears is what makes a great Emergency Room, and the Westchase Signature Facility HAS IT ALL... Let\'s talk about exceptionally how clean the is... The security guard was even nice... It\'s hard to get service like this these days, but this place has it all... If I ever have a need again for emergency care, this will be my GO-TO-24HOUR-FACILITY..','2019-10-21 06:39:15.933000','2019-10-21 06:39:15.933000',5,'Tracey Marvin','https://lh3.googleusercontent.com/a-/AOh14GhgxLlxFWw-8CdxafOsHI0B_W_ceCG9cx0UOdaPjQ=c0x00000000-cc-rp-ba3','12541597562633926366',28994),('AbFvOqlRBak0Q5ZGwz8ejBTaDGVsrotNnwSMp_BroT6INqw7iAOH7HcIEfhyh_EQNAp7BFgYa69kkA','I absolutely loved coming here for my care. The staff was super friendly and loving I feel as if they really cared about every aspect of my health. Kimberly P., Joseph B., and Katherin L. were so nice and they made me feel so welcome. I definitely recommend coming to this emergency center if you want to feel loved and cared for!','2019-10-12 18:38:21.786000','2019-10-12 18:38:21.786000',5,'Sophia Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GgqikOeYIqlyuwPhm6MdZefFRYArjICBVAOrrLBBw=c0x00000000-cc-rp','14567670160750071148',30437),('AbFvOqlrBdgjSK1_aWzmUQRpLcv-SxAQIW8Wr3bFr7MdOOcA8ow3ZLEib-DIs2zqEFE38WYn3bMN','Before I visited this center I called and told them that I didn\'t have medical insurance, all I need was a prescription for my covid-19 symptom and I wanted to know what the ballpark cost would be. They refused to reveal the cost to me. I went to visit them anyway. the doctor gave me 2 pills and a X-ray. One month later they slapped me with $5000.00 bill. This is a highway robbery.','2021-01-04 20:07:43.109000','2021-01-04 20:07:43.109000',1,'Sheng Peng','https://lh6.googleusercontent.com/-YqyjBqWZ2Jw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmdV7w0lk0Jy7S5T4D0PZe0d2RmbA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',44349),('AbFvOqlRbkd3KdInVE-kX-UCvTAgNiMjlQnGI15i0hcUF2Xa0_BCZe99UVQLtiB1kH-zsLvB4spIpw','Walked in with severe pain in my neck and shoulder. Upon entering Edward and Stephanie greeted me and were extremely attentive and caring. I waited for maybe 3 minutes before getting sent to the back (everything was clean and organized). My nurse Katie and Dr Miller treated me better than ok, walked out feeling so much better. If I ever find myself in need of some urgent care I\'d definitely come back, and I HIGHLY recommend this facility any chance I get.','2019-04-28 00:34:52.228000','2019-04-28 00:34:52.228000',5,'Guadalupe Calte','https://lh3.googleusercontent.com/a-/AOh14GjqdS-QvY0AnkO6nwm9eMHeFveeyb39aNsP5MQJLA=c0x00000000-cc-rp','16891069708558046635',36222),('AbFvOqlRbL2GTluEyBIy6veoS6iiriuho_ahB5ZRBEbPEWM3TdXMLlGnFSJwoPSQL_CkZ5vz5S4cEA','They quick seen me in no time been here tgree times with no wait I check in and less than 5mins I was headed to the back when you come here ask for Dr. O\'Malley he\'s a great doctor and is very knowledgeable...and for Ms. Ekaterini she\'s the nurse and she\'s good, she took my blood in a quick sec didn\'t feel no pain while administrating putting the needle in....and ask for joshua the radiologist he took all the steps needed to make me feel concomforta... and last but not least Ms. Deanna the registeration lady she\'s good to got the paperwork together while I was in the back getting work on...by the way if you new you have a process to go which doesn\'t take but your second time going after it\'s quick and easy....tell them Victor love sent you thanks...','2019-08-03 06:16:29.445000','2019-08-03 06:16:29.445000',5,'victor love','https://lh4.googleusercontent.com/-WCxwFvLsiwk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7VtYmKObbOCEf1SG1y1DnTQ3_hw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlRbuzT1KrEqztVr3C1094VVP31-0bSSnYArdVZhrNGu4KGj6qlLCA-M-ceE7sVZXYvCQfW','Everyone was really friendly and communicated everything in a clear and concise way! Glad I was in good hands while feeling unwell. Anthony was my nurse and he was awesome!!!','2019-06-03 22:11:49.649000','2019-06-03 22:11:49.649000',5,'Katie Gauntt','https://lh3.googleusercontent.com/a-/AOh14GgH739AmkxwTyNQlEphughvCaRwzZTN39USCg7UBg=c0x00000000-cc-rp','16590124370714063921',34835),('AbFvOqlrc0lyF84w-MZd8YOOf4J0cOmPvUI2tVaS8L0WywuwE78eM675rNU7dFzEi7VsdEpaAdsBzw','Dr leavitt\nRita\nJonathan\nRommel\nAdolfo your all awesome I felt welcome and left feeling better thank you!','2020-01-20 22:33:10.437000','2020-01-20 22:33:10.437000',5,'Devan perez','https://lh3.googleusercontent.com/a-/AOh14GhepU3oilXa3v1df_fzfwkYyruIzHqeJvOG2c92Ew=c0x00000000-cc-rp-ba3','14904078213800803294',32367),('AbFvOqlRc8n0sZLJ0Bc2gGi4q2kzHPFWt7shiyWj-Qa2W0xeNYXtFomT0iWhG5o1l5iqqVLL3MDsQQ','Brought my 3 year old in for pink. Nurse Kat and Dr Jones did great with her. She can be a handful and they worked amazingly with her. It is greatly appreciated. The reception was equally accommodating with us and super nice. Will definitely use this clinic again if need be','2019-07-04 01:18:08.778000','2019-07-04 01:18:08.778000',5,'Gabrielle Rios','https://lh3.googleusercontent.com/a-/AOh14Gjpb2RDtWq45JMlQo3XI__YbJgSR1WLkwqtD5d7goc=c0x00000000-cc-rp-ba2','2694018788013845459',39315),('AbFvOqlRcDY6szLzDpXUcNFpRflge5mM_fVG6qMb9_rginx69dhFHAhlnNnyojFU_Hl2-dFu81CtGA','Thanks to Dr Faig, Stephanie and Mercy for taking such great care of me. The staff there is very kind and patient. They really care about the patients.','2020-09-09 15:39:36.861000','2020-09-09 15:39:36.861000',5,'Aretha McKinney','https://lh4.googleusercontent.com/-5N90sUghsO4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJc8VFnD0c_VOhmlJJRq8xNwD71g/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28553),('AbFvOqlRcnhC4RHfk67nuz0O8cBD6PeVLYelEFroEnkk1143v-jgzXnpaOgxnMJOAzNS6BwSo8uW1Q','Staff was very professional and quick to help was a very quick experience was glad i wasn\'t waiting for a long period of time','2019-05-18 23:12:47.831000','2019-05-18 23:12:47.831000',5,'aaron alvarado','https://lh3.googleusercontent.com/a-/AOh14Gj2SQJeIRgIlGHCz-HFzrzzwb7SS88tmKFW2a4vNA=c0x00000000-cc-rp','6521947413723274945',41735),('AbFvOqlrd-Dxw8sc8-KmPhF2FgkCMTVZ5gOE7BfaAJuf1Ieta6mYTbVWJYcd4ePPIV_QP_GJHSKOAQ','Quick and friendly registration process. Very clean and professional setup. New to the area and was made to feel at home. Tanishia was great as the first point of contact and Dr. Appiah was attentive and did not seemed rushed at all...always a plus in a doctor. Overall a good experience.','2019-06-05 01:42:15.459000','2019-06-05 01:42:15.459000',5,'Will and Aileen Griggs','https://lh6.googleusercontent.com/-Mc3VlHhYgCg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn9zJUs9764GL_xP4Ja_xp4so59tQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38157),('AbFvOqlRD48924eywDYZY8PyaHRNpcfu2-mC1xgnTycIbs6VJp0y2m7-N08hCodP4IxqOesBmZkfVg','Just amazing. I was very lucky to see Dr. Sylvester. He helped me immensely, he was extremely patient with me, and had a wonderful bedside manner. He went over and above what I would have expected from a doctor. Thank you!','2018-02-10 22:06:17.550000','2018-02-10 22:06:17.550000',5,'Jennifer Fagen','https://lh5.googleusercontent.com/-X7SYCcK3LpQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckK76A7TlREWvVnAJzsIPcitOhP6w/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30875),('AbFvOqlRD4AXcC11LnrO62_Yge6U6lGZlAEYASokEI_NvuWqmp6OpkS1MCORZzQWQ3XNkkrrqNCI-Q','A friend of mine needed emergency assistance after injuring his ankle. We called signature Care and spoke with registration Tanisha, who was very helpful with instructions on how to get to the emergency room. As soon as we arrived Tanisha greeted us and we were given assistance right away. Doctor Zhen and the entire team were all very accommodating, informative and welcoming. Even though my friend was in pain, tech Matthew lighten up the mood and had my friend laughing. Thanks to everyone who helped us at signatureCare','2019-06-17 03:58:01.772000','2019-06-17 03:58:01.772000',5,'Xavier Rodela','https://lh3.googleusercontent.com/-tR4SnqTtw1M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl0z8OakooKqLFFTabROD1r-65ujw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38141),('AbFvOqlRD6fAB3wYprfC079igO_c-hZCmgemlrHneVd6VkJnArwY7igdlbERmDhdw3h-wrOu3wKTxQ','I visited SignatureCare for the first time yesterday. What a wonderfully better experience. They were able to see me within 15 minutes of arriving. Church and Agnes were able to help relieve my symptoms and Dr. Souman had a great bedside manner. Everyone (Shay, Lisa, Dion, Keaire) was so helpful and seemed like they really enjoyed helping others. Would highly recommend going here over PP. Thank y\'all so much for all the great service!','2018-10-26 19:37:28.622000','2018-10-26 19:37:28.622000',5,'Dustin Dickerson','https://lh6.googleusercontent.com/-Ro63IFMMshQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnK8AfNYNv4IyVd6aotnI5P6qZOaw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40801),('AbFvOqlRdG0YoY2Sag2oh-H5WkUMaMep3dqB2tLMDkLboOOHmOhe68GeISttLv6GAj32vaPKE5EuSA','Dr. Thomas was so good. All the staff and nurses were also great. They were polite, helpful and courteous. I went there after my knees twisted and was badly hurting. They helped me out the best they could, offered me a wheel chair when I was going in as I was walking slightly awkwardly due to my pain. Helped me get on the bed since turing my knee was painful, during the X-ray. Basically every time I winced cuz of the pain.\nTook my x-rays to make sure nothing serious was going on. Took abt 15 mins for Doctor Thomas to some see me with the results and it was all good. They did say it could take up to 30 minutes though. Learned that I had torn ligaments that will take a few weeks to heal. They put on a knee brace to support my knee and gave me crutches, as well as informed me on what to do and what not to do over the next few weeks to recover.\nThere is no wait time and I loved that they had a small area for the kids to play with. Took me about an hour to be done with everything and then we were out.','2019-08-11 15:58:21.198000','2019-08-11 15:58:21.198000',5,'Rabeeuh Fahim','https://lh4.googleusercontent.com/-7CMVkwsam3s/AAAAAAAAAAI/AAAAAAAAqW0/AMZuucmxDSXk7Dbu9rwcvMizzZ6N1oT50Q/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36721),('AbFvOqlrdRDYmvMaCIFqlm7zGLYqcj-7orIH2HsXx7HjgDyEfgV3DSs0WxKTXFAUQXP4U8j2sUi9wA','The experience was very comforting and friendly especially with RN Anthony And Dr. Kimball , real nice professionals. Made me feel at eased. No waiting, was in and out. Thanks will recommend anyone to go in case of emergency or don\'t want to wait. Alexis was also friendly greeter check in overnight shift.','2019-04-24 05:23:43.189000','2019-04-24 05:23:43.189000',5,'Gabriella','https://lh3.googleusercontent.com/a-/AOh14GgsmEWH7xzBZeNuMxhPUJZjWsCQPrEmbCskYOXXQQ=c0x00000000-cc-rp-ba2','16590124370714063921',34873),('AbFvOqlrDrpoWmxsZB43BucQiNjgd6Tt37h2Y3qtnYmZIlv2Ezf7STURMcWf4WoJwGvHC_AEIm33Ww',NULL,'2019-09-18 09:04:15.456000','2019-09-18 09:04:15.456000',5,'Melvin Miller','https://lh3.googleusercontent.com/a-/AOh14Ghlu2RiYPxkIr8ejvOpMSpch5aWjMq0B4ilq3z53Q=c0x00000000-cc-rp','3511292162159714121',40414),('AbFvOqlRDVGaE5o9q-AW3QVkw1ljqubMQge_72EmfXMcGzS6POvzyZCEGsYD40brQgdMxZFfY0OZ','I was seen within 10 minutes, if that, of filling out my paperwork. Everyone, from the receptionist to the nurses, was very helpful and friendly. I came in for a covid test and the nurse explained everything about the testing and overall just made the experience very comfortable considering the circumstances. 5 stars all day, thanks for the great service.','2020-08-18 23:12:52.186000','2020-08-18 23:12:52.186000',5,'Michael Garrett','https://lh5.googleusercontent.com/-ibl_nPHLmJM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckL74HJd1dLTW6wnm__FETRDuNHNg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31759),('AbFvOqlReDy5j29JL5ncFwQYvMxMeEZnj5O5GvicW4LF8sIbFuxq2E7lZeQ9t1_NO0mD2yx0EWgr','This ER has always been so welcoming! Practically no wait, and they couldnt be nicer. Kevin was especially warm and personable and made things easier in light of the situation. Dr. Chowdhury is the best and always gets down to the root of things. I never once felt like I was wasting anybodys time. Thank you Signature Care!!','2020-12-31 18:19:44.003000','2020-12-31 18:19:44.003000',5,'Georgia Johnson','https://lh4.googleusercontent.com/-LPgvNJUBJl4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJR20COIQlfUX4Xq2Eqm2px86_aw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',44218),('AbFvOqlREF0MD09qRRnN3BWPXH95a3A40P3561Mg_Xo2BQdoS8LB2WSqh_Yw2HiW68etB1ggBxoatw','Quick and professional service. Katy was great and made the process as easy as possible','2020-12-26 18:33:55.958000','2020-12-26 18:33:55.958000',5,'Scott Sanders','https://lh6.googleusercontent.com/-KwS4eY03PTg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclteY0savHn4tE46hPzdcYT7tkzcQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43893),('AbFvOqlrEIuautsZBrnsrzYL_HiCAQSVeHt8BK49uaMQc8JUp0_-Sj89Bt9Csp9lZQfDhlBWun2QJg','Brought my nephew here for strep throat. They were quick caring and made sure he was comfortable through out the whole visit thank you Dr. Patel, Ekaterini, jessica and luisa.','2019-11-27 01:54:56.305000','2019-11-27 01:54:56.305000',5,'Arely Cerda','https://lh3.googleusercontent.com/a-/AOh14GhL0oO0ciQYHM2zgH-Ap_HuqRuevajj2oTe9s1mwg=c0x00000000-cc-rp','16389487648212004696',33677),('AbFvOqlrEOeQD2xt26RU3UE5_CzO95vbi-qaM892txlOnlIoCOD5icbZhe_aBRwnuEElKmC9xSbP','(Translated by Google) My first time here at Signature Care and I\'m really impressed. They were very kind to me and took their time to teach me that if they were very interested in me feeling better. I would recommend anyone to this emergency hospital. Many thanks to Dr. Miller, RN Meredith, RN Sherri, Bryan RAD, Tech Ricardo, and Rec Jasmine. Your attention was great.\n\n(Original)\nMi primera vez aquĆ­ en Signature Care y en verdad queda muy impresionada. Todos fueron muy amables conmigo y tomar su tiempo para enseƱarme que si estaban muy interesados en que yo me sintiera mejor. A cualquiera les recomendarĆ­a esta hospital de urgencias. Muchas gracias a Dr. Miller , RN Meredith, RN Sherri, RAD Bryan, Tech Ricardo, y Rec Jasmine. Su atención fue genial.','2018-09-07 23:53:31.381000','2018-09-07 23:53:31.381000',5,'Zulema Mendoza','https://lh4.googleusercontent.com/-1_Uhoj3BX48/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucniMtR0sw-xv4FynwRlT67qj6LnuQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30740),('AbFvOqlRfgl2gubHHGzHa0nE_68i45D3855kImCHyJYQKriW8tFjHvvFvl8yP_Fvw5hbDB1Zw8D7cA','Maya the receptionist was awesome and very kind helped us alot','2020-01-05 23:40:10.438000','2020-01-05 23:40:10.438000',5,'Michael Alonzo','https://lh4.googleusercontent.com/-ffyPfLKTdGQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckunQr2DpoKyfAoCC83lSPyO8rjmA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28847),('AbFvOqlRfVUWoAk-n6fJ2hrB8-XqYRnZr1lBHNjLROXfQ_B3C96ofY9i2LUAcyO_iNujhPlF1M71Qg','Great place thank you dr Miller and registration staff Ashley and Mercy\nQuick help appreciate you all','2020-12-23 16:07:48.469000','2020-12-23 16:07:48.469000',5,'Mousa William','https://lh5.googleusercontent.com/-Tfdilp99l6Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucleDrU3TA16XgdkJuwCCYOWR700LQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',43752),('AbFvOqlrFZhftDDUGGSEYHVYFHxKbxIEbB6j1Su9YZOYVx4akksbWn0_BihuUpS_zh-iB2G88rzD',NULL,'2020-06-03 21:35:41.084000','2020-06-03 21:35:41.084000',5,'Margaret kearney','https://lh3.googleusercontent.com/a-/AOh14Ggfijr_B_qN7P7slirMlEoQ3zoz8MpytHuCjZjebw=c0x00000000-cc-rp','16389487648212004696',33237),('AbFvOqlRGEodFCoqHf494j2QSBAyVmOB5Vvr1aoEURneoRhUz7faM7y656ueO1L1SmdbHqTIf0kqIw','Great welcoming experience from the entire Montrose staff. 5 stars.\nDr Yusef Ke Aire Jose Chih Anastasia. Amazing team!!!','2018-08-15 01:01:10.725000','2018-08-15 01:01:10.725000',5,'Ethan Nolan','https://lh3.googleusercontent.com/a-/AOh14Gh2OP7phHyIQFrJjKS9poiPPewwQJ6z4fYOeUVzEQ=c0x00000000-cc-rp','3511292162159714121',40856),('AbFvOqlRgLW9l_s9Yc0peSlT_iEVsCq3KIrdek6PSZrsDrNl3mQalUh37UTjJhgsVevq5NVhMdFJ8A',NULL,'2019-03-14 21:00:46.773000','2019-03-14 21:00:46.773000',5,'Elizabeth HenniganKing','https://lh4.googleusercontent.com/-5B3fQjaWVPw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclka_D41gW73xSlTCobU867ZHBa3A/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlRGS_dcVUQffJH4ST64mlx4nG5nE7wlcxhvOXhfVfkuV7uODyEtrPR4rjzSZBs5sIo-bJeWQ',NULL,'2019-07-09 20:58:26.691000','2019-07-09 20:58:26.691000',5,'Mayra Diaz','https://lh5.googleusercontent.com/-srrMLQ3nwcg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucml6G9xzOgyqGT-wm-wu65szRs_jg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29738),('AbFvOqlRGT4JgP4odX5LHUsxpYHo35PyOT-smTL8qXfdByet7tv_dro6LCvxC-jhPBQRcUjEn-BZ9A',NULL,'2020-03-04 08:10:01.807000','2020-03-04 08:10:01.807000',5,'Dusty Miller','https://lh6.googleusercontent.com/-5MYMLNTa378/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmsKLu6IZziO8M2rbnhlIxWsrm0-Q/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39571),('AbFvOqlrgWRPIFbYuxJEQ8V_0AA78SELSH_Gs4DvkOT9ocUbTTM_1greLry6q82EmJw8I1Y2yWizHw','Great customer service and kind representatives. The staff are organized and happy to meet new clients. I really enjoyed my experience with them today.','2020-08-05 16:52:15.579000','2020-08-05 16:52:15.579000',5,'Reno R. Greenidge-Bullock','https://lh3.googleusercontent.com/a-/AOh14GiL4uqDk8zoNcjp_DI1PGQqQnd0H3amVO4YHD4gYg=c0x00000000-cc-rp','14904078213800803294',32281),('AbFvOqlrgz2kQSqXUt6TFdQR2pHsJOSOKfwOJix_7rTpomDvLxrL-5PB6cg_57bBSlt2qmRkfCk6','Visited this location a few weeks ago. GREAT SERVICE! I still get calls and txt messages to check on my update. Great staff','2019-01-16 04:20:44.144000','2019-01-16 04:20:44.144000',5,'Demesis Ambriz','https://lh6.googleusercontent.com/-mFxXRs92Lpc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZuoYfdzUIxsjsUI91og2ujjWKxQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30626),('AbFvOqlrH6mWdNC12mTryQKYQBoglZSCydK4ovmFLQmlfP_8A1PBl7InS6k1n2x3ArLBCgh0IesWmg',NULL,'2019-04-03 20:35:22.580000','2019-04-03 20:35:22.580000',4,'Eric Palma','https://lh6.googleusercontent.com/-FvmHSHhdY_U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucminFnWzQSuyBt4kIklVTubp2BJEA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41751),('AbFvOqlRhEXsLdgoEXqlgQxgO8Di9pJ2Fh6fUG2sJ35RLTeEEVbinFB1t0ou3PuEPv1F2Qv2yjCd','Everyone was pleasant and polite','2020-07-28 07:08:44.010000','2020-07-28 07:08:44.010000',5,'Anita A','https://lh3.googleusercontent.com/a-/AOh14GjO8t4hg9fnJoGdDA_yzYkevLplkBjyk6qTyEV43ek=c0x00000000-cc-rp','14748677429039074158',31837),('AbFvOqlrhg7IR6C2U-H1UUb73J2RWIWznGvzORgfRX3cmth2Kj0OjXL8bI_XL82AMI892GWLJKCunA','Good stuff, Brenda and Cody were certainly very helpful and the whole process was expedient!','2020-11-23 20:53:43.045000','2020-11-23 20:53:43.045000',5,'Kano','https://lh3.googleusercontent.com/a-/AOh14Gj8I7IWdrK2ifbHynJJp8aAyH2FTSyxk4eDZtWnqg=c0x00000000-cc-rp','2077061009497551125',38415),('AbFvOqlRhkz2Vr9KPFtRaF9gYCqDwGUwIsdUYendyU0t2-UgmhxXuNZvPzfHZqpESsO1Eb0jS7S0NQ','We were welcomed into the clinic very nicely and Ashley, our caregiver, helped us out with every step and made sure we were able to fill out everything. She made sure we asked her if we had any questions regarding the forms and thoroughly helped us out. Everyone here was kind and made sure we felt comfortable.','2020-09-19 18:53:12.984000','2020-09-19 18:53:12.984000',5,'sarah','https://lh3.googleusercontent.com/a-/AOh14Gi1Q3dgFBvOxHovqQsTelTP38XguV0tEyCawxO53A=c0x00000000-cc-rp','17898197009688164559',37551),('AbFvOqlRHP3kkjkIXU2CJ-MpD5M2uUzX-hMqPQDxpAWjYWC-t4-pMeE8hgWWzbE3TwJrAdxYEIlVcg','This place is so amazing. The staff was so comforting, sweet, professional and friendly. I would definitely recommend them. Also so clean everywhere! I was taken back with in 15 minutes of arriving. Thank you Nurse Bass and Dr. G for making me feel so comfortable.','2016-12-27 02:47:15.568000','2016-12-27 02:47:15.568000',5,'Teresa slaughter','https://lh3.googleusercontent.com/-0VNnXRdLLzo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclvwL-OKDidx2eUl3je9_t7QJoX7A/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31144),('AbFvOqlrhRcufYdPMT57g_zGNkyOhAL4KBSadf_zLc4bZbgnd3amMWAsMOyCDd025XeHPsTgRs_ifQ','The staff and facilities of SignatureCare are topnotch! Always so professional, thoughtful (hot tea when you are waiting anyone) and kind. Thankful for such a great nonhospital ER option!','2021-01-23 14:12:53.578000','2021-01-23 14:12:53.578000',5,'Carol Jones','https://lh3.googleusercontent.com/a-/AOh14GjY4qfydseI8EHXSexDe3ZIeZLmJKBx4DQzpThB=c0x00000000-cc-rp','14748677429039074158',44442),('AbFvOqlrHucLgRsuhldavvrzrY3hVju6iMFrMabQUme7qbeKJD9BO2CatfWNhnwnL1tLYtWXKy7JVw','I was seen at memorial city I love this place they are so so so efficient and friendly','2019-07-28 22:15:27.563000','2019-07-28 22:15:27.563000',5,'T D','https://lh6.googleusercontent.com/-Sg86xWcxm1s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclq0vo7K6kkIYprSOcQOm4FzbmDvg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30489),('AbFvOqlrI0pwfeYIg-wALuXUsiPqWlwFXYDSqZrsrKXViVzi_Clc2EW4wUXP-PdAhgkpBHWGM02E','I had a severe headache and I though I was going to die at 2:00 am in the morning. Thank goodness for their diligent staff and 24 hr service after I left the clinic i felt alive again. highly recommended for 24 hr emergency','2018-06-05 22:33:38.007000','2018-06-05 22:33:38.007000',5,'Ulysses Larisma','https://lh6.googleusercontent.com/-bdyzRRCtseU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmrKU3as75_CXEQe1K9WkzQo-ZGZA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36942),('AbFvOqlRioUtGEKQH_DByNBgMqJoj9voqYjviVopyK-Cp0OwHHM3vYLP-0xQL3Qh5WxYoAnn_RUn','Very fast and effective service, no long waits and great customer service!','2018-08-26 03:53:54.759000','2018-08-26 03:53:54.759000',5,'Natasha Rawana','https://lh5.googleusercontent.com/-3ieWhnt-dbw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucng8Dz-fRZaRyGvH6wAd77jNet81g/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30769),('AbFvOqlRJ2E0i4vLhz4o19XgBnYaGEfrKUw5Z4N4amLdRrCwutwRysc6eoe8LDf9rarLE4azYZkt',NULL,'2019-09-04 09:35:45.021000','2019-09-04 09:35:45.021000',5,'Sarah B','https://lh3.googleusercontent.com/a-/AOh14GgjeH98W0wC_vgSu59b4u3lxD6iF9M4gb4iT5AOJA=c0x00000000-cc-rp','16389487648212004696',34001),('AbFvOqlRj6axK8p49shm5z7ozZT8NRlNMQ2e4zDpgQ_5g4ZNr0umciHzEgOKXDpYEB78n-bWioE0','Wait wasn’t long the staff were very friendly and professional and Jennifer was awesome','2020-12-27 21:19:55.190000','2020-12-27 21:19:55.190000',5,'Shan Daniels','https://lh3.googleusercontent.com/-mCw0M7vP5zg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnfvMXBFxEgtVUdNF8zn6Xe-Cz2ww/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43996),('AbFvOqlRJWWtcSRruGHBtzj96OVeJzkH9Gu7-V0lJJcTSZ4Ly7ekl6oBlnxb4bjz2Hf4sABLxXgFHA','Great place and no waiting, I was referred here when since my Dr is still not seeing patients in office. Kristina and Dr Zheng did a great job making me feel more comfortable until my test results came back.','2020-09-29 20:33:13.591000','2020-09-29 20:33:13.591000',5,'Cynthia Alaniz','https://lh5.googleusercontent.com/-rRqnwLmdPKA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckzNlnVUNkDp2JhX3OgggsTWHcvBA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28514),('AbFvOqlrKCe-2FZOqjEJsBtNrlbm2X9R5T0tdE3kTFsfQ40rpmQ0hHc2_uKd4H5mJJ3hoFtU9g5cqQ','do not wast you 10$. they we scheduled too many people in the same time.\ni had an appointment at 6 . made me wait outside more then 30 minutes. could not handle the heat was 108 F degree outside. dont wast your $10 dollar my friends','2020-07-19 01:25:08.512000','2020-07-19 01:25:08.512000',1,'muzamal ibrahim','https://lh4.googleusercontent.com/-bP7sWt8flq4/AAAAAAAAAAI/AAAAAAAAFKc/AMZuucmdccuZEifjd5f7vqxCMJkjkgDYoQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40233),('AbFvOqlRKGllQ9nubOLTEwJOs6kBPyJE1i1zCmQBzoRjHayrdr1iRVlhm75SOxJtBs2s2tRPCFSh8A',NULL,'2020-12-03 09:03:35.346000','2020-12-03 09:03:35.346000',4,'albert adams jr','https://lh3.googleusercontent.com/a-/AOh14GhoDHyR6eDLIGW49IfGsXj8vKjT42TpWsa2eqR1bw=c0x00000000-cc-rp-ba4','12541597562633926366',28430),('AbFvOqlRKnVRnMwgkJzOS_Dv12z3q9ylCSB9KaaTvcMiKnkhnaJH6KUo1ttyQFVC5eHpwp3eYlicUw','(Translated by Google) Dr O’Malley\nAlveanA\nTricia\nPatrica\n\n(Original)\nDr O’Malley\nAlveanA\nTricia\nPatrica','2019-11-30 17:56:49.552000','2019-11-30 17:56:49.552000',5,'sophia lue','https://lh6.googleusercontent.com/-3SpT-7aY6dY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnT75Xcz9INxjwZvK7-Bp8gpIu2ew/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33662),('AbFvOqlrKPT4G_GKMTlLQ4_JH1nN3ThmwbyLs0fla778nyRuAbaQnKL2D5Xdt0m0pBYCvdSvzT_w',NULL,'2020-11-05 20:34:37.081000','2020-11-05 20:34:37.081000',5,'jessie brown','https://lh3.googleusercontent.com/-fCU8PBT7RW8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnkJEQc_nA1a5hzIMIY4_ESwAEEZg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31410),('AbFvOqlrkzRNZNMkILNVmlYM_Cm7ZCdsjfvQVpjLgkM2CNdY00jyecnNGJTEb3IsKXggdDUzk6yZTw',NULL,'2020-05-26 16:10:00.403000','2020-05-26 16:10:00.403000',5,'TexMex508','https://lh6.googleusercontent.com/-owtFq9BxRes/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckybw0XG_BCijUkWAbJIUmlHJLs9Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34299),('AbFvOqlRLgbtfKOFjWwIV7k2ZnSXMdHNshaDwpk8L3urgXpvllzPkJCEU_GXS34lPJUcrzooWhun6g','Nurse Nanci and Nurse Maynard and Dr.Wong are the best team . I’ve been to another location before but this is the best one . It’s fast and quick but they get you in and out and solve the problem.','2019-06-03 14:29:32.261000','2019-06-03 14:29:32.261000',5,'j rushing','https://lh5.googleusercontent.com/-I2fUGiRv674/AAAAAAAAAAI/AAAAAAAAAOs/AMZuuckUVPfWtY0i78y54Txf8JojGbKC-g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlrLK9G9-8NJGDxEUxF2QYGx1nt41cb5-Vgn_qxpEbdlvq7Z7ogtAk0wOJsaaFoMiemWrDtnQ','Very good experience, Dr. Sylvester was very nice to talk with and give good advice. The nurse Karen and Tatiana welcomed me warm!','2018-06-19 02:59:18.655000','2018-06-19 02:59:18.655000',5,'Animator 54','https://lh3.googleusercontent.com/a-/AOh14GhLsuATbpgNWcmO_QzPhJNiVQ1o2bmhMJj6MLNBog=c0x00000000-cc-rp','12541597562633926366',29234),('AbFvOqlrlLhVZRqQcw6hYQwxzaPmMyzsTaK0I6h8KD5jx-cy4XmwgWTEnfSNM3YlljrhJ1-Iq23PKA','Went there recently for a dislocated finger. Dr. Souman was able to pop it back in place like a pro! Quick and professional service. No wait, no crazy co-pay. Highly recommend for your emergency needs! Thanks for all of your help, Dion, Elizabeth, and Melissa!','2020-02-20 04:15:56.879000','2020-02-20 04:15:56.879000',5,'Karen Dao','https://lh3.googleusercontent.com/a-/AOh14GhHirm5uONkCxpAq3niUc9VwcjpGMw7KDtn4kbUNg=c0x00000000-cc-rp-ba3','3511292162159714121',40294),('AbFvOqlRM1y0jonUGmDv9t0IsffGslb0kBUs4VgLFtKTaVGzhykRijGPjX4fhrnVVyCoW19zQeWhWw','Great facility with even better staff. Went in having trouble breathing and left feeling like a new man all over again. Staff was extremely attentive and actually listened to me. I work in a hospital myself so I know the difference between great patient care and good patient care. This facility and it’s staff are great in my book. Thank you guys so much. P.S. One great thing that I’ve never seen before is that they emailed me my xrays along with the report within 30 minutes of my exam...I loved that! You guys are my number one choice if I ever (I hope not) start to feel deathly ill again.','2019-01-07 18:54:26.014000','2019-01-07 18:54:26.014000',5,'Julian Shaw','https://lh3.googleusercontent.com/a-/AOh14GjfPg_YzjaD21RGgMQIHm-8DzoOaIHfESa3sWY6=c0x00000000-cc-rp','3511292162159714121',40744),('AbFvOqlRm2lwj20mXoLHKrJld0Ei7r1cTER09ecEbiXIJQLPEI2TNXOp5eGYMBtSAQ224iv_QRVMjA','First time there, and it was amazing. They all were amazing. Can\'t thank you all, especially the doctor for helping my daughter and me. Just amazing.','2017-09-02 05:26:55.931000','2017-09-02 05:26:55.931000',5,'Naiomy Martinez','https://lh3.googleusercontent.com/a-/AOh14GgFYwmo007h6EBcLuSPVe6PXM4Zp3xEZxNXaVxG6g=c0x00000000-cc-rp','14904078213800803294',32653),('AbFvOqlrMf0u8cTy3fun-DsP_FsiuiiVzhdU9vuDSk4DOZSnn5_wTa1mKfRJxyr8ZW24BdcA7jVJ4A','I’ve used y’all several times but what y’all did after our last visit truly amazed me. I left my drivers license there. I thought I lost it at home or at the bank but it never crossed my mind that I left it there. Whoever took the time to mail it to me, I really appreciate it! Y’all have a customer fo life! 😊','2019-03-06 21:41:50.523000','2019-03-06 21:41:50.523000',5,'Kelli McDonald','https://lh3.googleusercontent.com/a-/AOh14GgLt38C_NnbjIpN_4zNl0VQG3qRuY3KhCI8G_fPVg=c0x00000000-cc-rp','8626688543755174284',42128),('AbFvOqlRmTTS_J1Q35ZSxNTsgOWcQst9i4yIAJj647NxWClxKQEELjoQJ5RWCLbf4O4RTDof8CUczg','Great experience. They are always super friendly and best of all fast!!!!','2020-01-19 19:02:05.421000','2020-01-19 19:02:05.421000',5,'Jaymes Roberts','https://lh3.googleusercontent.com/a-/AOh14GijqIDj8gcg-LjTYROTM8lKTpUQ9AIepHIeLGL7EQ=c0x00000000-cc-rp','12541597562633926366',28804),('AbFvOqlrMwPh3u6DphGLkIEAwyXmUnnlI7HjKTn0La1VzEg39xn64keKKyFtahMeYFzIuCHBvFdxxw',NULL,'2020-07-10 15:34:43.364000','2020-07-10 15:34:43.364000',5,'Janie Maruska','https://lh5.googleusercontent.com/-5PIzw8vz6F8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclnIweVO6xj5YNPsFnR2dwwtg64Rw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29367),('AbFvOqlrMYxv5ffSMnHUAr95jZ2oIOhiCaLMH3nVY5hRp_WRgjDqSvlY9IKmuFUN9NiXdVH0yFyJCw','The care by Doctor Zheng and nurse Irving was amazing! They were so patient and caring! The whole staff were great ! Thanks','2019-12-31 04:38:45.905000','2019-12-31 04:38:45.905000',5,'Jasmine Smith','https://lh4.googleusercontent.com/-AOr0LzPxjRU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck4d2QcCta69dQ2QSqKH7dmrmYhqA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28883),('AbFvOqlRNL3yINveUEytvDARD4JNLi2oAKq6NZNmqhl5ni7p02UrGBsdeL4c0LInOu7sE2oQ5FBCCA','Great customer service and awesome front desk ladies , thank you Evelyn and the other girl.\nAnd good doctor DR. PHAM, DO and also the nurse Charlotte Anne.\nI recommend this urgent care very much they are really friendly and helpful.','2020-10-31 00:01:13.631000','2020-10-31 00:01:13.631000',5,'Abi Galvan','https://lh3.googleusercontent.com/a-/AOh14Gi0qTe7uY0b_nW3szVRy08hboMrm992Z5z1dZTAvw=c0x00000000-cc-rp','17898197009688164559',37471),('AbFvOqlRNM9hTw7j0VuAWHcYc16z1Q_lBlCj_MEk1f_wWk3raQ2JrCFJR3gCt_WNBC2Q5gqn6Pzwww','Super friendly! Super clean!! Super caring!!! ps Ashley S, at the front desk is the best=)','2019-08-21 22:49:39.158000','2019-08-21 22:49:39.158000',5,'Adrian Harrison','https://lh4.googleusercontent.com/-2mZE3db4CiU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnxyzGC-15Ybl01lXMscG4Yhsw0mQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38017),('AbFvOqlrNMPtzQPLLBbsaiIAYTRP3QLOnUzrTeLDtMA46FV6Xro8KUTyPkFoH0kymePLTF18fiw-NA','Best urgent care experience we\'ve ever had! Extremely friendly, personable staff. Welcoming, clean and spacious waiting room and patient treatment rooms. The doctor and nurses were outstanding, taking plenty of time to address all of our concerns and to let us know they are available to answer questions by phone after our visit. We went three times in a 2 week timeframe for various reasons, and every visit was easy and smooth from a patient perspective.','2018-04-10 20:09:42.472000','2018-04-10 20:09:42.472000',5,'Dawn Kjeldsen','https://lh3.googleusercontent.com/a-/AOh14GgFsvL5xPW2XovlAlgBDOb5p7rPE5IG5lz0OSnSKQ=c0x00000000-cc-rp-ba2','14904078213800803294',32589),('AbFvOqlrNt019i_gyYYxk41HYsLxEMOyz0ys7t3c_KaWK5jeK8iVsvI2tjXXZuh4kHgKEqbDpXm2','Dr. O\'Malley, Nikaela, and Amy were pleasant to my girlfriend and I.','2019-03-11 09:57:28.178000','2019-03-11 09:57:28.178000',5,'alan garduno','https://lh4.googleusercontent.com/-9YzdY4V01-8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVtPQyd8UHX9odQhOR5ufFp-M5Ng/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlRo0AyySoGB_9jvyErRksrF3n9f-XoCwIXN9rOYhDLxTunNCIrTLNqlAv_ZZsnggHMrV4Ajw','Staff is very friendly and have excellent bedside manner. They work well with small children made my daughter feel very comfortable and less afraid of being at the doctor.','2019-09-29 01:09:22.338000','2019-09-29 01:09:22.338000',5,'michelle hinojosa','https://lh4.googleusercontent.com/-CQR9WwLg53I/AAAAAAAAAAI/AAAAAAAADpQ/AMZuucnXWwsVrjmj0iGZq10p60R2CFZQEA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29646),('AbFvOqlRo2OXvlFtEF3jkUQ1AonSuqPFlDTqkO4vnyve_g_K7iB9_Eyq_ZdpijeJ6VxtH9U7Z2lgiw','I expected a good experience but I got much more than that. The staff was so incredibly nice and made me feel so welcome and got me the help I needed. Lizzie and Dr. Miller were such an amazing to get me the care I needed and I definitely recommend Signature Care.','2019-07-08 04:27:00.711000','2019-07-08 04:27:00.711000',5,'Skye Green','https://lh3.googleusercontent.com/a-/AOh14Gi43IHAwpoigR2kZhxdhx-Cm-S8Vwv6-GNCl6USNA=c0x00000000-cc-rp','14567670160750071148',30497),('AbFvOqlROBa2cThgrSjNmMi3GZrulaASHNbwzPf7yZZQY5RFBiiS8xXWj47EQcg9Qx1nH4ACVQeB8w','Excellent staff. Attentive to my stepsons needs, and very thorough. So grateful, thank you','2020-01-19 03:19:16.319000','2020-01-19 03:19:16.319000',5,'Inga - The Yoga Goddess','https://lh3.googleusercontent.com/a-/AOh14Gh3PlH3xE--ECtCVS2MSdQFKyyosj7PddCWm1QQuw=c0x00000000-cc-rp','14567670160750071148',30326),('AbFvOqlRODBtFRj9aUFIE7WAI_dctM_UgbdFH-Cs9GaCOagXTt7bfrKHsUnyfQ8u4ddxoAU9EwSkrQ','Very nice office and staff is real quick and friendly','2020-07-10 14:40:23.828000','2020-07-10 14:40:23.828000',5,'Magelina Lagunas','https://lh3.googleusercontent.com/a-/AOh14GjhKSIIIaT5-h3cxzOOiQzxrHcZZUq0eUKLI33PVg=c0x00000000-cc-rp','3511292162159714121',40243),('AbFvOqlRODzJtEoNpUqctRBD9V_DpgWPUVoLybQgcSieEnQFTKR9HcMM3Zt8u6qKnaIOt9V1rpKU3w','Very helpful staff!!! Such a clean, neat place. Was in and out! Definitely will go back if I mess up my foot again! lol','2018-10-31 00:49:05.689000','2018-10-31 00:49:05.689000',5,'Janie Garcia','https://lh3.googleusercontent.com/-tMMt4Z8J0W8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclveNQ4IwyIgshhTdfWxj0mMGR6Gg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35135),('AbFvOqlROjW0PxKZn2m6z1g-0VxtjUFM_qS37P0DZ3hH9PRkmQAGceF5vznFhUWqjTiUTLf5macl','Liz was great with checking us in very friendly and helpful, Oz and Dustin were great nurses and made it a very pleasant visit. Excellent help!','2020-12-14 04:47:59.163000','2020-12-14 04:47:59.163000',5,'Gabriel Zamora','https://lh3.googleusercontent.com/a-/AOh14GhIh1IytT2jBD7fYRfpD_tQgy8tSZjuvgusj868kg=c0x00000000-cc-rp','14748677429039074158',31274),('AbFvOqlrooljHqLpnW-BxhIiNDYNygeT-eE_e9WZ4R_i_QZO7ytD8EcutQ1-0VPnBDK8qTf1eXInzA','Great place! They were extremely polite and helpful when I got my covid-19 test.','2020-11-25 15:11:20.660000','2020-11-25 15:11:20.660000',5,'Kenny Lewis','https://lh3.googleusercontent.com/a-/AOh14GgvYy_E76Zy9cEQov80JgSMCQKvq86C1asL8G5d=c0x00000000-cc-rp','16389487648212004696',32882),('AbFvOqlRoxeOMtKj7xNJSETHG0wG2bz813ySDdntFcYzdCMfjnqGqX-Al546VlUudygZKf2RI5lB6Q','Well, my first time in this place and I Want thank to nurse vanessa, ER technician chelsey and radiology tech Clay, so friendly and polite people that I’m glad to met them. Thank you Guys for taking care Austin, Tx community','2020-09-14 22:38:31.872000','2020-09-14 22:38:31.872000',5,'Abe Navides','https://lh6.googleusercontent.com/-54rkOcibHA0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmA9uYaASzXiQ-HsuM1nw6gfUIVhw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35789),('AbFvOqlrpSmky8bDQ5VrQGk0T-WqvLsieshN2bhW8a4qxlqAT8KHgw64a_TKjAlNlyPpSQbs6-jI8Q','My second time coming in to get tested for Covid and i can tell you these people are some of the nicest people ive had for medical treatment, (Dr. April and Dr. Das) being very kind and caring.','2020-12-25 21:39:30.233000','2020-12-25 21:39:30.233000',5,'Jarrett Carpenter','https://lh3.googleusercontent.com/a-/AOh14GiYLhc8juQTHtAnk38TBXHQeAOT5_JNpPar-tpV9w=c0x00000000-cc-rp','14748677429039074158',43634),('AbFvOqlrq6RSqCEccaoCiQA434XQwh83GxwsoLQWeFSqAs0wrbGZ6yN0sAXu7O_K3Vd60KdaqMEeWw',NULL,'2021-01-17 15:08:10.967000','2021-01-17 15:08:10.967000',5,'Emilia McFadden','https://lh3.googleusercontent.com/a-/AOh14GiP7rggo_j0sAAY82sIY_Gyp4XFV3p5OKr8lydS2rw=c0x00000000-cc-rp','8626688543755174284',44699),('AbFvOqlRQCPXFvzjXf-lvS_RdloIPZsQpGZumkXwwLe5jER5mdX06IMJrxkTnID9YPYi2WOWHplpIw','I received excellent service. The staff was awesome, service was efficient as there was no wait, Dr was knowledgeable, and I highly recommend Signature Care ER.','2017-03-03 15:43:12.480000','2017-03-03 15:43:12.480000',5,'Nicole Jackson','https://lh3.googleusercontent.com/a-/AOh14GhPi6iU1cyUF7phEYL0Vok5y7jYftH1QyLDYoLz3Q=c0x00000000-cc-rp','14567670160750071148',31090),('AbFvOqlRqeVE2G3acgQ4u1uJJd2aGeVrbxMqIVk9sgh5jgIsVUfFGUl0IenIvCtIosLuvwbFriHZ','Had a great experience. Friendly staff, prompt service. Highly recommended','2016-07-31 14:53:18.435000','2016-07-31 14:53:18.435000',5,'Taylor Blake','https://lh3.googleusercontent.com/a-/AOh14Gjw-Isxmb1rhzpsQIP-4t3OBxykqgM_LGnOVG7CNA=c0x00000000-cc-rp','14567670160750071148',31215),('AbFvOqlRQMyGCd_B7WKgn6v7-qo-FrmCAa8w5ZF2v1Gc0EHjnp142ZB7_eu4Bb4ahq5XqKRI5qknOQ',NULL,'2020-10-05 13:35:55.289000','2020-10-05 13:35:55.289000',5,'gracie pinckard','https://lh3.googleusercontent.com/a-/AOh14Gg2D4939iwMB-_QzCYhJyjHmtn9ueD3Z-2i2iqY=c0x00000000-cc-rp','8626688543755174284',41889),('AbFvOqlRQNydoKx-V_7Jc8C9cApDkS5apPuOKoNR4GIgCRTjUv0FGp0cTiEk4OncrPcDmXKpqR2HPA','Amazing service thanks Cody and Sam!','2020-08-03 15:55:50.942000','2020-08-03 15:55:50.942000',5,'Kira Ellis','https://lh3.googleusercontent.com/a-/AOh14GgMWs7qtDXkvb3xsYYW8y7e9rGjClI9xg7WuHGrJw=c0x00000000-cc-rp','2077061009497551125',38668),('AbFvOqlRQReUKU9Y_PShaFlrbch99xlxDZ9DVmxukLW0dyWzM0YS8tnynJEC21s4AEHOxwVPhVuVjg','I’m in from out of town and am having an allergic reaction to something. I’ve had this once before and a steroid shot cleared it up within 24 hours. The reception desk asked me for my insurance card then explained that they have no relationship with any insurance companies. Odd, but ok. She went on to explain that they would try to file then handed me a form that explained that the median cost of a visit was over ten thousand dollars and that there was a payment plan available. Then i asked if there was a self pay option and she said yes, it starts at $175. I thought, ok good, I can do that. Then she explained that it could be much more if i was considered ā€œemergent.ā€ I asked her to explain what that meant and she said I would need to see the doctor. It was too risky for my blood. I’ll just wait until I get back home tomorrow to visit my doctor. It seems like such an odd way to do business.','2019-09-02 00:20:51.926000','2019-09-02 00:20:51.926000',1,'Cary Bohn','https://lh3.googleusercontent.com/-xIC1Ptdv8us/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnAlwvlCE6Avvp6l6hvudlhsO0rTw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34691),('AbFvOqlRR49y8gH5IsFjy42m46k7i_dvkh7N3L__CjbqzAG7id7RFkct0hIiImmo6l9BYiQ0hYOS','Graciela and Luisa were so kind and helpful and got me taken care of quick. I didn’t have to wait long to be seen either!','2020-11-25 20:10:00.163000','2020-11-25 20:10:00.163000',5,'Kaitlyn Jackson','https://lh6.googleusercontent.com/-2dw6nV8txZ4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmKDuGV5s2D6BJ8JAk9QjM6oRgQ6A/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32878),('AbFvOqlrr9uYTXwS3wVfbSZ1m-MNDzFUQroGv5MdheXum9cxo1WBk24SUywfRALA3_YtaW2TAaSm','I came to Signature Care ER at Cypress Creek after i went to an urgent care for right abdominal pain. I barely started filling out the forms when they called me to go in. There was basically no wait. Jocelyn at registration was very welcoming and greeted me with a smile. For someone in pain, that means a lot. Alvean was my nurse and took my history in a professional and timely fashion. She had a pleasant personality and was very warm. Tricia was my CT tech and she is a God-send! She took my vitals, did my IV and did my CT. She explained everything thoroughly from the CT process to how long i can expect to get results. She got me some blankets, made me very comfortable and answered any questions i had for her. She went beyond and even made my sister coffee and got her some snacks while we waited for results. Dr. Harjai was very friendly and also gave me a detailed explanation of my condition. I wished I didn’t have to be in an ER but if i or any of my family members need to go, Signature would definitely be my only choice.','2019-09-18 18:32:27.118000','2019-09-18 18:32:27.118000',5,'M Perez','https://lh6.googleusercontent.com/-7Aa84Ax5F2g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnQEH1fGpEwaCmK6vePgiId-ZlFOg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33952),('AbFvOqlRrAdVNycydUV6hMC4K8BKjk4eC1xunaQffirEncEIUTYP849ZPMsvneQKbAAdOtFPw1mB','Quick and efficient service. Got me in right away!','2020-03-15 06:58:26.815000','2020-03-15 06:58:26.815000',5,'Marcus Tate','https://lh4.googleusercontent.com/-HjJUJpGnll0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucndvEqyCoO-nSVTjS6YyHK-A37wqQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32098),('AbFvOqlrrcbIzhM00oJk5lqP_8jK40WXfXjmylzlcSjJi9HXLJyZV5tTIDZQAlwcnoqeEgN6_DqCMQ','Booked an appointment for a Covid 19 PCR test. The website stated that was an option, as did a follow up message through google. Megan Hurwitt responded to the question of how long, on average, was it taking to get PCR tests back from the lab. Her response was 3-10 days on average. Check in process was pleasant and we were even given a form asking if we wanted the rapid results covid test. My wife asked the woman at the desk if we had to have the rapid test if we wanted the PCR test, to which the woman replied no and that if we needed the PCR test that was an option. We took the test and THEN were told it would only be a rapid test. We asked the doctor that gave us our results (Hays or Haynes) what determined who got the rapid results test or the PCR test, to which he replied, \"Oh we dont do PCR testing here\" My wife pointed out that the website stated the opposite, to which he replied \"I dont know what our website says\" and we were rushed out of the way. Both my wife and my employers prefer the PCR testing due to accuracy, which was the reasoning behind us asking for them. The misinformation and lack of communication between staff is unacceptable during times like this.','2020-08-04 00:37:22.807000','2020-08-04 00:37:22.807000',2,'Jeffery Hendricks','https://lh6.googleusercontent.com/-9xPpORGtdKI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmzbbScM61f7GFhsbK5c0Al1TIuxg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31810),('AbFvOqlrrxkoRkmSAs4JZfRPMgOxqxMT9uEcqSioxah_RgLFtu-5ljyCQHs1MU--y0gOmF3zMg-V','Dr. O\'Malley\nAlvean A - Nurse\nTriciaB - Rad Tech\nJocelyn A\nRobert','2019-12-11 21:22:53.299000','2019-12-11 21:22:53.299000',5,'Carlos Gonzalez','https://lh3.googleusercontent.com/a-/AOh14GgY2EITPePLnOdlUkHDORh3p5shKDm9cjJfhSpExA=c0x00000000-cc-rp','16389487648212004696',33612),('AbFvOqlrS0YZTbiLcSgSDGsa6BY43OEnsLJv5PqPXfyS2fJeuzDi-XxfBF8qdWDowuBlhK395HMyTQ','Very quick and easy. Every staff member was very patient and kind; they genuinely show how much they care for each person who walks through the door with an issue. Lastly, they communicate so well and keep you informed every step of the way.','2016-06-09 09:20:15.061000','2016-06-09 09:20:15.061000',5,'Destiny A','https://lh6.googleusercontent.com/-ItSjI_ZzvMQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZNN1VQAALHMegp91tveUoGKcXjw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37336),('AbFvOqlrSolm3Uv0XTlAeBtnClgpmtElsNPYJns9fzk-Clo0ZybVjTPxr25IQshSeu-fbcstEXvtBA','Corey and Andrew and Dr Huerta, they were an amazing team. Andrew and Corey are incredible. Couldn’t be more thankful.','2019-07-22 18:46:58.470000','2019-07-22 18:46:58.470000',5,'Angela Wiesman','https://lh5.googleusercontent.com/-olDWVBzxfRc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmqm9Gosvd9zbdu2IE8ihPmaeT0wQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29728),('AbFvOqlRSV6P6Uhmf1dSwpJQyXpKs0mHKZiSpDL2TgOcW_vQErq7KJeX3G9WHU8eaiM0QaX5W3Ev-Q',NULL,'2020-09-27 00:40:47.657000','2020-09-27 00:40:47.657000',5,'Erin Grinblatas','https://lh4.googleusercontent.com/--rFaOJQvafQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_uPlehHulXtk5LM2vSECL1TbADg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42293),('AbFvOqlrT_kTqlbb6G6x7Zy4i7tcbZad8Jqbh5gPQB_0rokpsLoUrWcKh8ifGZslx8idyJTzgYkwtA','Marcus is in tune with customer satisfaction......his bedside manners are exemplary........Robert Lee- patient','2020-11-04 17:43:12.441000','2020-11-04 17:43:12.441000',5,'robert lee','https://lh6.googleusercontent.com/-7ueYuuGPDdg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmUNJ-OrqJ27335FflEmY6hx4m0Ew/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32995),('AbFvOqlrTibemMWnexLxopYFU96AnzIpmSZkCz5GXkPUIrM1hyHhuTx32LzxtVWk4zogO5MSCyvnhg','We came in panicked with a flesh wound, there was no wait, and stitches were done in a whip. No meds required! Great experience.','2019-10-27 14:36:01.743000','2019-10-27 14:36:01.743000',5,'Laurin Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GhzdeAXl1SYlMSgxklp113-hYletLLpqLe5oRq6=c0x00000000-cc-rp','16389487648212004696',33815),('AbFvOqlRTk9BfNGz_aestjgL5D2_uNR44EEZNwkitTMH3Hbe9gwo0q-vtaXV59lcU2NMiYKKqbkt','This is my second visit here, once for myself and once for my child. I was in and out the first time in 40 minutes and the second time I was able to make an appointment online. When I got to the facility I had to wait just a little because they are an emergency center so some patients had more serious things to be seen for, but it was only 10 minutes past my appointment time. The staff was all very friendly and thorough. We will definitely be back if we have the need again.','2020-12-16 01:30:46.066000','2020-12-16 01:30:46.066000',5,'Kristen Moser','https://lh4.googleusercontent.com/-v5EnnngxvoI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucma8bKoH1qZbIWlNv9L9ng8_Iz7MA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38831),('AbFvOqlrtyg8bWEMpqWxePjOmrqzl3jMx9b4WetN1CtRAhEMbfohekK8erXKhSqwoOoaDMKYSq-Eog','I’m new to the city and didn’t know where to go to get checked out. I found this place online while searching up a local urgent care. As soon as I walk in one of the ladies at the front desk greeted me with a friendly smile said good morning Nd asked how I was doing. Right off the bat I loved that! I felt very welcome. She was quick and prompt with paper work Nd had everything highlighted and ready for me to sign. I appreciated that. I was brought to the back within 5-7min if walking into the door! The Doctor here has a kindness to him, makes you feel like he genuinely cares about how you feel. The staff here is so friendly! I most definitely give this place a thumbs up! And will be returning if need be. If you do t like to go to the actual er or it’s a weekend or are like me that’s new to the area and doesn’t have a pcp stop by SignatureCare Emergency Center!here in midland they’re open 24hrs and will get you the care you need!!šŸ’š','2019-11-23 17:45:54.407000','2019-11-23 17:45:54.407000',5,'Maggie. Santana','https://lh3.googleusercontent.com/a-/AOh14GiE4Ee2gLaAuk300R4Eaa7evfDEbHQhgEH-vYZ8Rg=c0x00000000-cc-rp','13486358490203335051',29567),('AbFvOqlru6Vj8RV12JDsKNp8X5udz5SB8mGvoa63yY3afmESVI79JO4ssaJC7JLqX6Wqf6rZUPsTPA','They were very positive and enthusiastic to help and get me checked. Keera is very helpful and Brad was very helpful and quick with getting things done and find out what was wrong with me. All the employees in general were very helpful generous and kind but also very quick with their work to aid the patient.','2018-09-06 01:18:45.933000','2018-09-06 01:18:45.933000',5,'Alexys Molina','https://lh3.googleusercontent.com/a-/AOh14Gga1ZRLpRX2scl1_8Ve_iGWH6apO051ahecUzle0Q=c0x00000000-cc-rp','16590124370714063921',35197),('AbFvOqlRUbnb66C1LvPnfj_TxsJPtX6w_WuWmorPegXUXPYqKOpCvHkCfaaJq7RQsUOX_Wg5O829KQ','Fast and efficient service with little wait time. Thanks to Dr Garcia, Maya, Victoria, John','2019-12-19 16:14:20.984000','2019-12-19 16:14:20.984000',5,'Caroline Hoang','https://lh3.googleusercontent.com/-Uv16FTw4X0c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnbSKVkftEH7gwtFtvN_gmYxm4CCQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28932),('AbFvOqlRugly8XRuii9KF2IUKtu4nx762zzSE_K1si06IDIuEt8uHv4OMrlvg3c3KsuxfAgIxs4x','Great service from the front to the back. The nurse Elizabeth was wonderful, very caring. Dr Kotey was also wonderful, very caring they both explain everything they were going to do to me to make me fill better.','2016-07-31 11:47:12.042000','2016-07-31 11:47:12.042000',5,'Felicia Wade','https://lh5.googleusercontent.com/-SIBGpYsg2HU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnL3kE2j4ltPvFUg-5VfLnc0_P2jA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37317),('AbFvOqlrUieL6Xa4gmr7-Gp-RVBqQHkLhZ_aYtvB9S-qBTBbWuJ3QP8MLKswP2cgHptlt1liEKQodQ','They are always fast and attentive, Great Job guys.','2018-12-31 18:13:50.962000','2018-12-31 18:13:50.962000',5,'Donna Lee','https://lh3.googleusercontent.com/a-/AOh14Gi-jVJBl7Zq7vebiIhzuwGPfY7kXq_oKYnlyIVJxN8=c0x00000000-cc-rp','3272657195432704501',39977),('AbFvOqlrUK9SizG-MHwvOLzel6QM-YNbdxP-jcDROt8p7FkkTVE2r4s6lRjhbd0UCt9-P0HPNq5t','He staff was very nice and ready to help and ms.Dee at the front desk is very knowledgeable and eager to help anyone.','2019-01-16 21:16:21.055000','2019-01-16 21:16:21.055000',5,'kimberly houston','https://lh3.googleusercontent.com/a-/AOh14Gh213NluxYlVQQlchRl1g7WUsB538De237ga6J2Mg=c0x00000000-cc-rp','3511292162159714121',40706),('AbFvOqlRUKaK2fVKe4YrWhbdqiYdx5cxqM8Zxu7cwegUQb50HDpWyOwNuwlYX7QjdykLmiqwPCDVmA','Quick and friendly intake. The medical team was focused and knew just what to do, with a prompt diagnosis. My husband had to be transferred to the ICU of a nearby hospital, and the staff, Dana, Tricia, Jordan, and Patricia, made the transition easy and answered all of my questions. They were also hospitable, offering me a blanket and snacks.šŸ¤—','2019-11-15 18:44:04.004000','2019-11-15 18:44:04.004000',5,'Lisa Morrison Hernandez','https://lh3.googleusercontent.com/a-/AOh14GhFgaoLo-qCog7nHBVh9vd3p9WQzp8zXg6Fh_2B1tI=c0x00000000-cc-rp','16389487648212004696',33748),('AbFvOqlRvenTHryc_xKvFw567bgtEO57i6IcP69KlfGw9-Yqceq2_7X4yC4AZCwk5bVRgKUEOPEQ','Can’t say enough good things about this place! Everyone has been so nice every time I’ve been here. It is always so clean and when I brought my daughter they gave her snacks and a drink. Today we were helped by Theresa B, RN Eliza, tech,Plante,MD, Lisa P, registration....Thanks to all of you~Stacy Blake','2020-02-22 23:53:49.219000','2020-02-22 23:53:49.219000',5,'Mallorie Armendariz','https://lh4.googleusercontent.com/-Poo1FYeU8T8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckv2Uzr-A-KYGsRjSxn2rMhcY84kQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41464),('AbFvOqlRVw3jqCGQ_VjPWB1YGoYGYE6KemccDnMwFglrKEue83LqY7BDdSdknQ2BhCkk3jOGI4V80g','I was nervous to take my COVID test but Liz was cool and calmed my nerves about taking the test. 10/10','2020-11-09 05:51:44.343000','2020-11-09 05:51:44.343000',5,'Zachary Martinez','https://lh5.googleusercontent.com/-I4Aw-omj7wA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmHG6vRs3xHIzwQy99UMZSAodK9cA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31390),('AbFvOqlRW3rdb6M9-riEJbhqQMfxEWavDA3yX_fahri10b7ARamM3eVddtvX_0WtqjVf4tLCb95O','Service was good the receptionist Patricia was very helpful and friendly and my nurse Ekaterini was great as well the MD was informative as well','2020-01-24 16:36:44.051000','2020-01-24 16:36:44.051000',5,'Wendy Newson','https://lh3.googleusercontent.com/a-/AOh14Ggrt4FYtswZ5IbDYwhd4ipfaYptk6UZrNgHoE0_ng=c0x00000000-cc-rp','16389487648212004696',33461),('AbFvOqlRwBPtxJwnfGUSfxeYFlpKcj-Ix_Kho-mIOE012VE6UnYaM5MIj1Iemp7NVy9hdkews7b1YA','Doctor and nurse very helpful and kind. We were in and out, everything was so quick!','2019-10-20 01:56:01.828000','2019-10-20 01:56:01.828000',5,'Jaime Guillen','https://lh5.googleusercontent.com/-GB9nTk2YWOk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJrGlHFSsUBBM7bwW2-qo4OmsYSA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28995),('AbFvOqlrWmzilnHCmCK1mpr1yUNYeCPfsHelwMRCMWWl2KlrQzbL--11p1P7zgC80os7TCYn8Kwr','The experience was very pleasant the nurse and doctors were all very nice and helpful. Dr.Jaber and RN Remington were very helpful in making sure I was okay and that all my problems were resolved. Thank you to all the nurses and staff your help is very much appreciated.','2019-04-07 19:18:14.163000','2019-04-07 19:18:14.163000',5,'Kwainessia Palmer','https://lh3.googleusercontent.com/a-/AOh14GhL1dEeO1VhQYMoAwIXNgCJtafUc8wvjaOHgyLVUQ=c0x00000000-cc-rp','16590124370714063921',34905),('AbFvOqlRWN8KnbgfeW9_7sgNd8592HZp7KS_WhQWaPLt4JnuqGusf2GiWgVm5GnYZ93Ng1oT3V7V5g','Dr. O’Malley, Nurse Jani, Joshua from radiology and Registra Luisa were phenomenal! They will take care of you and reassure you that you’ll be ok! Stop by and visit if you, a loved one or a friend is not feeling well!','2019-05-15 04:28:33.998000','2019-05-15 04:28:33.998000',5,'brandi williams','https://lh4.googleusercontent.com/-kE85-s5W8ZU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclCJt-YGxlia6D-JrFm5mD-CKCFMQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlrwtNEwuFH7fbGu0WUIUwXAcYj7ekT32RuE7wsVkJkHQ8yHUlEYWmxFQjSbh_trPGIMJUQ','I have been to SignatureCare a few times before and I have to say, every time I am amazed with the excellent service they have. As soon as we arrived, Rashaad was very welcoming and made sure we would have a minimal wait time. We were checked in and checked out in a little over than one hour. Compared to some other emergency rooms/urgent cares, an hour is what it takes to just get checked in. Would highly recommend SignatureCare!','2020-09-27 00:14:32.218000','2020-09-27 00:14:32.218000',5,'Asiyah Sayyed','https://lh5.googleusercontent.com/-mbyxGDDfqng/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn4FQYlgx1-DONKFLrPYbS4RL7KlA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36532),('AbFvOqlrXm5XnM6p42PgBzr0zkOYI0RVc9s7TmC5lIcrC3ZDStBu666OcIkjjFuLfLrc_76L3Gw3','Really nice and clean facility. Miller was my doctor, I got all the answers I was looking for. They gave me peace of mind.','2019-09-16 01:15:43.209000','2019-09-16 01:15:43.209000',5,'Gina Paolini','https://lh3.googleusercontent.com/a-/AOh14GgO8-8L6yMApsu0zu1ImJGdeEp0L5Wq2fD1a63gOQ=c0x00000000-cc-rp-ba3','13486358490203335051',29670),('AbFvOqlRy8GnJCzqS17DEdGEIZTL61gZmRyv-aC_nkw6zz9OHWL93RcYDb0s7SPZLPtMkBduir7TTw','Quick service, clean facilities and friendly staff.','2017-08-15 16:45:49.971000','2017-08-15 16:45:49.971000',5,'Lissette Reyes','https://lh3.googleusercontent.com/a-/AOh14GhCaBL1anIJE9DIS_wuCxu8m5Oam7J5w7QYtjxgwA=c0x00000000-cc-rp','14567670160750071148',30984),('AbFvOqlRydN8Ss-XXBaERvYTGnpg2m3grj2nKMa4etB6UR0zdv5MT4w3Nq3s0sY5pIfS_CNLzG9H','They misdiagnosed my pelvic prolapse and charged me $300. Total waste and I could tell the doctor had no idea what he was talking about it. Took one look at me and was like \"looks swollen.\" My ob-gyn knew immediately what it was.','2020-12-18 23:15:15.117000','2020-12-18 23:15:15.117000',1,'Marie Harlan','https://lh3.googleusercontent.com/a-/AOh14GhAk217n9IJKwtczRPPUByVj8LpDfB0FA0sP4UayQ=c0x00000000-cc-rp','14567670160750071148',29980),('AbFvOqlrygNheHvdd1rJZjQv-7-UeSE1DGaYvdkUBVBPsXtUae7dY940AZZbHbuAircRsbOQOtei4A','No waiting, all the staff was caring and sympathetic to our issue.','2019-09-28 02:59:44.309000','2019-09-28 02:59:44.309000',5,'Angelica Sampaio','https://lh3.googleusercontent.com/a-/AOh14GiPGk4hUu9mc4vNJ8IxglGhnOsR-z2OmALXc8T4Hw=c0x00000000-cc-rp-ba4','12541597562633926366',29011),('AbFvOqlrykS8ImLISOJhluPfGjbZllOwoLDc58i6SXYt3xrbb2piNu5kVzwzkr1PntZqivLz92qA8A','Tobie eric and mollie are the best ever. 10 out of 10 would get sick again.','2020-01-28 04:43:59.211000','2020-01-28 04:43:59.211000',5,'Donald Williams','https://lh6.googleusercontent.com/-yXl3LgSRap8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckKTMxNRsxMq0AJcchGSH_WqGQRPg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39666),('AbFvOqlRyMJH7ftwEK-EV79nm78XieNK59TwAQiFIa2Vt5U5OQU2_t32zqAFTga9MZZD2zocnSD-','(Translated by Google) Gina Rn\nJonna tech\n\n(Original)\nGina Rn\nJonna tech','2020-09-23 22:21:45.869000','2020-09-23 22:21:45.869000',5,'Erick Ayala','https://lh4.googleusercontent.com/-kktCqQ5LKLA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclpHojGyorxf3F9TpXz0o9SnlAtbA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30100),('AbFvOqlRYs7xqtHdn76Wus5qBC1gFzA2ftMvb7Dxsrer87ddiNfGMN8LN8a3M2xl1wKszbVCCpyBng','This place is always clean, professional, efficient and fast! It\'s my family\'s go to place for emergencies.','2016-11-20 23:29:37.544000','2016-11-20 23:29:37.544000',5,'Mimi Jones','https://lh3.googleusercontent.com/a-/AOh14GjvsS0rBoELTcMkdniF8OcXxa9lPTNKJKoCMlQg=c0x00000000-cc-rp','17394740196501090048',37266),('AbFvOqlrYTFh8POx7pEzK6jb_QZwRpNCpPDHfXWaqoYfFBnd0o-4TwskK6GxQ70iPELsZDxEqpiAOg','Thank you very much Dr. Das! You went up and beyond for me! The staff was super friendly , fast, cooperative, and caring. Will always recommend this place to family and friends. Dr. Das, keep up the good work!!\n\nDr. Rehman','2021-01-18 19:35:44.524000','2021-01-18 19:35:44.524000',5,'Faisal Rehman','https://lh3.googleusercontent.com/a-/AOh14Gijd1blc0InqmLeVrHOvSJrjenGKXbUNLD0CdpXtAo=c0x00000000-cc-rp','8626688543755174284',44695),('AbFvOqlRyWpbblRK9NsAMpcr_MHBYx295ysFAu2c2TT51CeFgR3fbtb_gIs2e-QrrPf4SCRkKvM5','Very amazing service Jennifer did a great job with registration John and Matt and the Dr did amazing made me feel like I was being well taken care of','2019-01-27 21:32:35.080000','2019-01-27 21:32:35.080000',5,'Dena Cline','https://lh6.googleusercontent.com/--wqZq2wP0Jo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmNyCwkAa3JxtDz2FjuFJMKO0jA4g/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42169),('AbFvOqlrYzweMfvNgVhM2QUosFdELb07Y5w8xqCEHNTtAD4C46xfzuxoCf_Zdq0HT9yG1GZAr5So','I was visiting from out of town and fell ill and needed medical attention. I Googled \"Urgent Care\" and SignatureCare pulled up, and with great reviews. I\'m glad I chose to visit because it was a great experience! For starters, I didn\'t have to wait. As soon as I signed in, I was immediately taken to the back and the staff began attending to me. And the staff... The staff is amazing! Every one of them was very friendly, hospitable and attentive; Dr. Hannan, Carlson, Delena Marie, Penunuri and Alyssa. I would recommend SignatureCare to anyone in need of medical attention.','2016-09-30 15:32:50.162000','2016-09-30 15:32:50.162000',5,'Maxine Villegas','https://lh3.googleusercontent.com/-BamzBztxc44/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmNYZsd76sQeIXMrYykMVy1f9NJIA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41161),('AbFvOqlrZ7OK2IDBM96zB-6jjBYydWA9zoR4czw8aof-3agAW3uZu8DfC5qCAmSjn8tJbMbrDfrfdA','My daughter was seen in less than an hour and got a warm blanket. Her nurse Manuel made her super comfortable','2020-03-03 17:08:56.701000','2020-03-03 17:08:56.701000',5,'Janey Dixon','https://lh4.googleusercontent.com/-hOUprySkEU4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnrZJc1Gc9P6rn0vcFOfi8vTw_tvw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41420),('AbFvOqlRZcWAh_DMZfqvebKsgnlBynoC_OXrO0amCRVkUop1bWBnEIvzU-t9VvynMysD4Ghm74PPag','Hayleigh and the staff was amazing!! Everyone was so great :). Thank you','2018-08-31 01:45:20.473000','2018-08-31 01:45:20.473000',5,'tawny heath','https://lh4.googleusercontent.com/-QhNscm6zAQc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck9N46eGw3d1yfhO-PfVB_r0BATLw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40840),('AbFvOqlRZEIGln_RNcqzM74hKsgib5Bv5IMupO2bQAsNhU9_fLN3IIf9Ln2wrSFczYiY4YZgRgH3OA','Fast and professional staff. Very friendly and great care.','2019-10-26 07:32:00.453000','2019-10-26 07:32:00.453000',5,'Stephen Langley','https://lh6.googleusercontent.com/-Mk5y0h5cxaY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm76Nelpdc5u6Z9C_ap5400qCgemg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39228),('AbFvOqlRZPvfezlEhc9wYihrAcAmRlqRBofJ6T3inRaiJFmkg9yle5D8rhI6Z3ZrDMB280sxHWL6iw','I was able to get in and out quick with my mom. The staff was so kind and John was a great nurse. I will visit again and I will definitely recommend.','2019-01-02 03:10:31.614000','2019-01-02 03:10:31.614000',5,'Ericka Savage','https://lh3.googleusercontent.com/a-/AOh14GjkfJbxRHj3ZbbeZgS7X395dSWFQgi6OYHqH19ykA=c0x00000000-cc-rp','8918455867446117794',43326),('AbFvOqlRzTIqMsMDxXJdYUZIR7RaMdnxijOgwSlJpQ1Jl8-vIDz_EvUNqcmWVNy0LUBD420PNUY7_A','These folks make a genuine attempt to treat you like a customer who has a choice, rather than just a patient who must simply endure. If you have to go to an urgent care facility you are likely in some discomfort. This place minimizes that discomfort and it is obvious that there is a culture of caring that is probably supported via management and policy. I won\'t bother going anywhere else should, God forbid, I need an emergency room again.','2016-09-28 01:33:51.879000','2016-09-28 01:33:51.879000',5,'Bobby Hitt','https://lh5.googleusercontent.com/-_y0QxojyiVc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXDXonB47eFGKSGKXdaFXROiY7Sg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41163),('AbFvOqlRZuv_N3AvDcppZIppOH_6KfEFbgmRHyeAiO8CcO9HIJvwBnlUmGrCH3VHtXrjf_-1XcgdeQ','Came in for covid testing and staff was super nice and very attentive. I felt comfortable for my first visit as well. Thank you Signature Care (Rice) and thank you staff: Stephanie, Rollie, Natalia and Dr. Nweze.','2020-10-31 03:37:16.405000','2020-10-31 03:37:16.405000',5,'BraŠø R.','https://lh3.googleusercontent.com/a-/AOh14Ggj6oV_kIrBGwSSR4LycsD2D5DFrkOgMk8LT8WXYA=c0x00000000-cc-rp','8679688254631342173',42270),('AbFvOqls_bFzpqWHjHc8ZcQSMY4f6hrdmFm-_TdN0Dk5QAROHrU6mKFBvnQAK9gWI3tdoKt4Y6HPdQ','Luke, Kim, Sherri and Dr Ashbrook were great! They were very fast and super attentive to every need!','2019-06-25 21:19:53.755000','2019-06-25 21:19:53.755000',5,'Jennifer Elledge','https://lh5.googleusercontent.com/-uybIhtYGZA0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxD-7dl_8GO8kZize3zwjBRDQgLg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39851),('AbFvOqls-d-lO_KmhQyxmT6ez2Y_bBaQP1Cv8c5UEB20lx8RW99WjKJ6x5H3or8Dox61bqd1OGASLA','Overall a very welcoming and caring environment! Nurse: Jacob and Dr. Vaagenes were very helpful and made sure that the information provided to me was clear and understandable. Registration was very timely and quick especially with the help of Lindsay. Great experience, would highly recommended to anyone that need immediate medical attention.','2019-04-17 18:17:39.831000','2019-04-17 18:17:39.831000',5,'Jesus Ramirez','https://lh3.googleusercontent.com/a-/AOh14GhFtb1M0F_7Ai21ID7DksvumpeN_QmDdLHtJm7g=c0x00000000-cc-rp','16590124370714063921',34889),('AbFvOqls-H5IauVU9OYYKTo5N8vX0u5-vL8r_nPG2ya6Fm1didmyhoH9s-uR2EX8k0vDMBPo-GLf','Place was fast and gave accurste results and Dr. Das was very efficient and informative.','2020-08-09 22:18:11.092000','2020-08-09 22:18:11.092000',5,'Christian Hernandez','https://lh3.googleusercontent.com/-u1919L5yjdA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmAo4-qFpAxBP5yQb5M9wCcS5FRCw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31786),('AbFvOqlS-XDfVBmN_VyUKCJ_WgM8NgZbDDMW4QkQHQJz5cORyEeUeFFgrYD2-odrmhEG4yjnHVlBag',NULL,'2020-08-01 17:17:51.427000','2020-08-01 17:17:51.427000',5,'Thanh Nguyen','https://lh4.googleusercontent.com/-BVt4iexfRLU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck0YLZoT4-9vMpGDPqIL0AVe_e2fw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32298),('AbFvOqls0hYVaj-R9hAuv5RFIydnqrOks9rQJnw1-UdJkEl00k7AMVyZmnOWVgO-xvPqt5-olW0b','This facility is incredible! The experience from the front desk to the end was just amazing. Staff and doctor Faig were amazing and very attentive. An all around amazing experience. They even called an specialist to come talk to me about my psychiatric concerns. They went the extra mile to make sure I received the help i needed. Highly recommend! Thank you!','2019-03-16 00:17:44.430000','2019-03-16 00:17:44.430000',5,'Omar K','https://lh3.googleusercontent.com/a-/AOh14GiLpi2MI4LPi7Vb_NN0deYE4fs6qEpXVXXgojJpxg=c0x00000000-cc-rp','14567670160750071148',30581),('AbFvOqls0UjS97YWc1KWR6Xb3-QB8jTyVW3H-8MJZZpKPIeUBIaavgK1xbgqN8tiadCPeudTzl5b5Q','They were funny & fantastic! šŸ˜†šŸ˜±','2018-12-02 22:27:40.443000','2018-12-02 22:27:40.443000',5,'Carone Estell','https://lh3.googleusercontent.com/-FaL7HrY49pc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-psAswSEb7A1XveIAIgrHeUeOvw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39995),('AbFvOqlS0ZglF0kD4Pa7gzlmiuzBTjfgu1DXjtDZguhup5qVspa7y4znTyFxs--FcWONMCJ4wS8BxQ','Dolores, Julia, Crystal, and Dr.Oke made the experience very comfortable and helped me remain calm. I was seen right away and overall a good visit.','2020-12-22 18:48:25.493000','2020-12-22 18:48:25.493000',5,'Megan Krippel','https://lh3.googleusercontent.com/a-/AOh14Gjqs3wwWUVK_pB0dbjfJs4c4FtN-4uQxJLEIy9VHQ=c0x00000000-cc-rp','15979470999169074295',43732),('AbFvOqlS1bORaLkLK1Rg3w7XgyVXlE7APlsfjhD7mlfWBVue-_9f72GU2eiQXImnJl04AqAzzcqVIg','Excellent Customer Service and Patient Care. All the staff that worked that evening when i went in 5/22/17 were very professional and actually cared about me and my well being. I will mostt definatley recommend Signature to everyone I know.','2017-05-23 01:33:26.794000','2017-05-23 01:33:26.794000',5,'Rey Garcia','https://lh5.googleusercontent.com/-UPnmG4oKM9M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl5cxrAxn3_LwBvEkn-L-ANI6LWhQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32678),('AbFvOqls1ejhEPvzyAJ77dF-xvSYJ-Ro7E4WEJfdsd7fPlyMcjtr59isDLGeQaEoPYfeIRhL-tn0fQ','Best service and treatment ever recieved!!','2020-02-19 20:15:49.674000','2020-02-19 20:15:49.674000',5,'Magen Segura','https://lh5.googleusercontent.com/-rMHFL3Yagsc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl7trX31ec80SpBSEZjQXY69tasWQ/c0x00000000-cc-rp-ba2/photo.jpg','16590124370714063921',34358),('AbFvOqls1mSjAk09N07BLDfKgjxfJzwV4YSiItHpYnb5_XUnPrEsnITSXNbxOGRNwKrj4ycwZNg8','Great service, great location and super friendly efficient staff','2017-05-19 22:00:53.057000','2017-05-19 22:00:53.057000',5,'Valerie Raymond','https://lh6.googleusercontent.com/-bMonWvVlJPE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnSRxj2-KD4Ac2yCdN-vRChQlVdug/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41050),('AbFvOqlS1NSkg_xN0ixeUiE48NIzXTjih9UY_OyRPQjn3B3_yVf3Mlx_TTTSI9anf5-L3W1dli1v-Q','Great staff. They were very fast and efficient!','2020-07-22 17:22:43.622000','2020-07-22 17:22:43.622000',5,'Mallory Gardner','https://lh6.googleusercontent.com/-2s6AHLXbSfA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnnoMZpdWPSDvPBeDl46iXxPve4pw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30155),('AbFvOqls3Z-EI8E9zddGJronZ1A7DEuGd1Hbp94WKCV3etOHFu2_lEd5Ia14FCgaUnDOih_7EwLB7Q',NULL,'2020-02-13 13:55:07.827000','2020-02-13 13:55:07.827000',5,'Spencer Wells','https://lh3.googleusercontent.com/a-/AOh14GgGTD_Cg5ToIp8f81taPR9AnzHwd3m7_8tBcXRKLA=c0x00000000-cc-rp','16590124370714063921',34370),('AbFvOqlS5DWhqjOmbujxy_BV4IwA7qe7naROScXmyz6BNCE6Igtdyq2f302e9A9TBoBWU3mykvTUtA',NULL,'2019-12-14 02:10:03.588000','2019-12-14 02:10:03.588000',4,'Alex Eichberger','https://lh3.googleusercontent.com/a-/AOh14GgR4QeKnWtbJtXIOuAgnzT14yO7Ex6gYw0sE8KsUg=c0x00000000-cc-rp','16891069708558046635',36049),('AbFvOqlS5jUvJeSTnz4I3JuS3lR3IPcL1H0ukLIsGO9E6aMWTpgmi5EvR-qGqoYeLnOs7gR55NVPfA','It was fast and easy.','2020-11-13 23:11:51.674000','2020-11-13 23:11:51.674000',4,'Kathy and Morgan','https://lh3.googleusercontent.com/a-/AOh14Gif227AUVP9wvZccM5w6zPa_ElKgjWjp1jRC8d0=c0x00000000-cc-rp','6521947413723274945',41267),('AbFvOqlS5l0TaVMhE3VZkPpPAz9JrXrZk41dPwGXnOg4z6Fca8ck_FABEfSX3BmyKHQdZ0ze6ovJlQ','Quick service. Friendly staff. Took great care of us. Highly recommend this facility','2019-04-28 04:56:10.645000','2019-04-28 04:56:10.645000',5,'Ina Flores','https://lh3.googleusercontent.com/a-/AOh14Gi3i9oM5JhvnJZ3yaXD_0L4NV4iXHHhWIm_-JBJBA=c0x00000000-cc-rp','12541597562633926366',29105),('AbFvOqls6IYm2pLkkOh8-7PHdaOeLWPZKwCmaFdZAQKIIh70SggI4_IddsYVY3VwzaWNdBSJnoxB6Q','Great staff Stephanie, Rollie, Natalia, and Dr nweze were very friendly','2020-10-31 03:28:19.766000','2020-10-31 03:28:19.766000',5,'Juan Barrera','https://lh3.googleusercontent.com/a-/AOh14Gh_vF26kPA2nPiDaqavVS-rksWdJoEXGgAErRDGsQ=c0x00000000-cc-rp','8679688254631342173',42272),('AbFvOqls6MOqFsE3il_jtdJMI28t54DTS9F-es1t6jCO_bznzpgws979U53p_6GBItWmI0i72AcQHA','2 weeks ago, I visited Signature Emergency Center for what I thought was an allergic reaction. The staff immediately diagnosed the problem. During my confusion, they sprung into action and saved my life. Thank you .','2018-11-04 14:32:34.998000','2018-11-04 14:32:34.998000',5,'Donna Section','https://lh4.googleusercontent.com/-EiEAo1St3_w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclT7a0DRu14gSrCZ-Mn4Gpl43zkUw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36869),('AbFvOqlS6qele_kFeXW07FZ00PS4nR-yAl6rpPNGMxHSxXbOwTbt2AzeL1Jrc5AGItxLZ7gwQOnr7g','We come her alot with our sick little ones & everyone always treats us so kind! They are also very thorough! Jennifer D. Helped us check in this time she is a doll , so sweet and polite everytime we are here!','2020-02-19 17:10:09.393000','2020-02-19 17:10:09.393000',5,'Kim Taylor','https://lh3.googleusercontent.com/a-/AOh14GhCACd4X1tLKTWzMExeqRgPYOEk_0SXu1WziJs6bVA=c0x00000000-cc-rp','8626688543755174284',41938),('AbFvOqlS7mMh6nJ7DTskHC8CTDYTPZBxJz_3kLVpgBg684dHJlR1nDahKl3v0Wv15w_4QHW-Wdxa','Seriously guys, the pain I felt on 7/1/17 was simply unbearable. I was up at 5am looking up reviews to see which ER I should go to and came across this one. I know, I\'m totally that person who needs the best service even in pain.\n\nSo I came here, in tears might I add and as soon as I came in, after providing my identification and given paperwork, I was immediately taken to the back before finishing it. Angela at the front desk was super sweet. It\'s important to feel warmth with the first point of contact.\n\nI was treated like a high class patient the entire time and things were explained to me in a way that I\'d understand. Everyone was so pleasant and it was super quiet. I had a dbl kidney infection just incase you\'re wondering.\n\nIs it weird to want to go back here?! Yeah, that\'s kinda strange I know but I\'ve never had to go to an ER in my 34yrs of life and I pray that if it ever gets to this point again, I\'m in the vicinity of this location.\n\nNow, I haven\'t been billed yet lol but surprisingly I didn\'t have to pay anything upfront with my insurance so I was shocked.','2017-07-06 15:51:14.038000','2017-07-06 15:51:14.038000',5,'Dani G','https://lh3.googleusercontent.com/a-/AOh14Ggi4eV7APyevBbA_vaUnqM6zKn63CYGZji6LwSxKA=c0x00000000-cc-rp','17394740196501090048',37124),('AbFvOqlS8zdoeBLyKfsSjd2leJ4bAUx1Q1p8JdYRcoADG3Hf2654BP6lmrNKvb1hGk9BOtSsonfz',NULL,'2020-01-06 18:24:20.225000','2020-01-06 18:24:20.225000',5,'Wesley Lochridge','https://lh3.googleusercontent.com/-9o8O5xFpLtw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2Nq90U8bg1ivaNe_ro0fpLrrH1g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34465),('AbFvOqls9gj_mhRbOaX-8QuIZ5XDqsrQEXD08z6rtFYuytXMsr775JDdxRCu01sdy7Z0xnGE7oHhjA','The staff here is amazing there super friendly we were in and out in no time. They truly care about the patients well-being. I would recommend anyone needing great medical attention to please come and check them out. Dr. Boester is the best he is makes sure he tell you what’s going on what he would recommend in a way it’s easily understood, he doesn’t overwhelm you with all the big medical terminology that some of us don’t understand. He doesn’t rush his visits and doesn’t make people feel rushed or uncomfortable to ask what may be the silliest questions. He’s truly a great doctor. I love this place.','2019-02-11 22:27:10.444000','2019-02-11 22:27:10.444000',5,'Alyce Segundo','https://lh3.googleusercontent.com/a-/AOh14Ggol33aly_5YMFla85FDGck95RENAl6glyJFFnRxQ=c0x00000000-cc-rp','14567670160750071148',30607),('AbFvOqlS9mJE7ibcJepp5TIkeCiXHMmSF8BOeBg-hN6MpCdWtwi4JzH302nBW8PrbmGAMJYqcumgjA','Great service during a difficult time for family. Thank you Dr Lingan, Christina, Tina, Shaunda akd Christine for you service. Within 30 min I left served in ways that I had not been served at other healthcare facilities.','2020-03-06 17:55:53.885000','2020-03-06 17:55:53.885000',5,'Joel Guerra','https://lh3.googleusercontent.com/a-/AOh14GhdZ2kqTHcGVbBKM9Zf86Zhrio7EFQA_UBKahkc=c0x00000000-cc-rp','16891069708558046635',35935),('AbFvOqlsaAvfK74GxcJyRB1KDEL3QFigBirxX-V6VfTRDYwECkbAJmheHyc5gYunV93tj5Gl6Ei31g','We were seen in less than 10 min! The staff was very friendly and helpful with our questions. In total we were here for less than an hour!!\n\nEDIT UPDATE: so I get that it’s considered an emergency room but to over bill us over 2 months later is a joke! Now I’m dealing with our insurance and trying to figure this mess.','2019-12-20 02:14:18.724000','2019-12-20 02:14:18.724000',1,'Eliana Arnold','https://lh4.googleusercontent.com/-M8RNNcN-Bfk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclKw_jTrcnArbcIp-0g7OKIroleYw/c0x00000000-cc-rp-ba3/photo.jpg','13486358490203335051',29529),('AbFvOqlsaCmDzsGrHBNKSD84EgMQIm-3TgIhrGXfECQ9RAqLzKW6W_Q7Tk2Xkovh4H3wjjepcfXC','Hands down this is the best Er! Maria who works at front desk made me feel welcome and even help me fill out paper work she can answer questions and is very helpful. Dr.Osiecke and was very concerned she took Everything serious and was able to help me. Christina was such an excellent nurse very attentive. Megali is a radiology and was beyond nice! Elza is a tech and I couldn\'t of been more happy with the staff! They are way better than Excel.','2019-09-26 19:13:47.184000','2019-09-26 19:13:47.184000',5,'Lucy Enriquez','https://lh3.googleusercontent.com/a-/AOh14Gjqa8ig_E1NKp_Sg-S4m0Dophb0txuTunc-gST8zQ=c0x00000000-cc-rp','6521947413723274945',41591),('AbFvOqlsBbvl9s25BLYiFoqZLxv6vLV-Kqm9WRsPzqPGQmTw8zsW0bbX0AQDCyJTpQwCDr3Tfw9hsg','This place was amazing, Ms.Tanishia was so welcoming and made me feel at home. I was seen in a matter of minutes!!!! After being taken to the back I was greeted by two awesome nurses named Heather and Shelley they took such good care of me and made me laugh. To top it all off Dr.Anders was great he also convinced me to quit smoking!!! SO I HAVE TO GIVE THIS PLACE A 5 STAR RATING','2019-02-06 02:58:24.721000','2019-02-06 02:58:24.721000',5,'Blake Graham','https://lh3.googleusercontent.com/a-/AOh14Gi_vZX68zKj9l6mbwk8GscGBdXszC_u5ynC3LAZIw=c0x00000000-cc-rp-ba2','17898197009688164559',38305),('AbFvOqlsbIVMqrrDbRHiX8vuis3uHp_oxcZxxkkajFGBfUAOH742dlNpYmzMyyjNr93i88Fge8Wf','Everyone was great especially the nurse Danny she was a sweetheart','2020-10-24 17:26:07.054000','2020-10-24 17:26:07.054000',5,'Michaea Washington','https://lh5.googleusercontent.com/-j_fhdVbXj_U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2mMG1XQLlSLdtw2eapxypOzNCeA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28493),('AbFvOqlsbPrbX4UDR5ZK6S2wbpACWK5nF-xRQC9chaKhdYwQ6IYDCQL7jJcU0cgoEsEULUxmth0I','Lisa H and Leo are amazing.','2019-10-07 13:54:25.123000','2019-10-07 13:54:25.123000',5,'Anthony Parker','https://lh6.googleusercontent.com/-YGUDEwMuA28/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-AqX6fM9cdXCt5J0aXgkh3W1nHA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29631),('AbFvOqlsBqQbNNV6WrbmtcFylWAwDecIUM6gF7q0xbhoe7p6ykZe2PoUdg_vC9coYrC3hJ-CtncDVg','Exceptional medical experience. Tremendous attention to the injuries (5 broken ribs) I sustained on a recent business trip to Houston. The attending staff of SignatureCare at Memorial Center- Dr. Braun, Nurse Katherine Ayers and receptionist Airianna Carrasco took me in quickly on July 19. I had fallen and was in a lot of pain.\nThe sense of urgency, sincere demeanor and clear explanation of procedures, my condition and treatment plan is unmatched in my experience with any medical institution. Dr. Braun answered the many questions I had with patience. I had to stay overnight due to pain. The overnight staff with nurse Chris went out of their way to make sure not only was I OK but gave my wife (who flew down to help) a bed and answered her many questions.\n\nWhen I returned on Friday July 22, for them to check me out for the flight home, my experience with Dr. Akunyli Edozie, Nurse Philip Okeke, Front Desk Stephanie Garcia was also first class. The Dr. could see that I was in alot of pain with muscle spasms and the 5 broken ribs. They took an XRay and gave me a blend of medication that didn\'t affect my thinking but controlled the pain for the flight home which encountered severe turbulence.\n\nI highly recommend SignatureCare for any medical emergency. My only disappointment is that they don\'t have any locations in Massachusetts where I live.','2016-07-26 17:22:03.439000','2016-07-26 17:22:03.439000',5,'Ben Cross','https://lh5.googleusercontent.com/-scW1-b2XWQE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnpFhPgP-Hoc6fNK-Rpe82_V-SIzQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32795),('AbFvOqlscvVhsEPaA0_onvQ_Na-TgSDqVg5HXY1yyUDEe56VZy6RyGlANj0gC3vht6qEnewFZbPD7Q','They were so kind and understanding! They treated my son with such Kind and cared for his health ā¤ļø like a human being and took the time to explain things in detail to me and my son ! I have never felt like My son has every had such a great experience . Everyone there really care about what they do and the people around them! Thank you so much for all you guys do! I\'ll tell anyone and everyone that this is the best urgent care in copper field area 77084!!! Or anywhere I\'ve ever been. Thank you 😊 Dr .m.Pham and his team !','2020-11-03 02:28:01.868000','2020-11-03 02:28:01.868000',5,'Lindsay Costigan','https://lh3.googleusercontent.com/a-/AOh14GjvwDLO3i53pXAKESpVbgw1NZnI9tdV-kCpsGgzSg=c0x00000000-cc-rp-ba3','17898197009688164559',37467),('AbFvOqlsD3sDp7dHprTS2w7ygZbZ2pnsSDOPibf8SMGT06A8UqOVNXCeiQu2s7OtCpnwhWzfyJCXgQ','I had a great experience visiting this place my daughter was attended to in less than 5minute. Both the doctor and other staff were so delightful in doing their job.','2019-10-10 23:34:01.679000','2019-10-10 23:34:01.679000',5,'Waseelat Adetona','https://lh5.googleusercontent.com/-zAZvFCyhAzA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnLUFZv5uJhXqOQpPkDUkUA0eAFzQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43188),('AbFvOqlSDed-apcSYQ6fHEdmkXaiIOBjpDSXucF_wHCeOjaeSEqoqIwFOdCqW_J6pKwp1GU3f57z','First time here but so far seems like a great ER to come to. Very helpful and thorough staff from registration to the techs and nurses to the ER Doc. Don\'t want to come back but if needed I will feel very comfortable here. All where awesome Dr. Pham, Nurse Alvean A., Marcus B. in Radiology, Vanessa G. In registeration, Keith ER tech','2019-11-19 23:03:39.574000','2019-11-19 23:03:39.574000',5,'Randy Garza','https://lh3.googleusercontent.com/a-/AOh14GiOIFeVINz8MA0kldmOwGGHLqzBrANMse7KRPYHLg=c0x00000000-cc-rp-ba3','16389487648212004696',33713),('AbFvOqlsDhNoDrv4nWHHNhejqimS0iIbhBrzR3nidJ4ZiEbWhoANygHBpKdRLIgX-a6apoYHL6vQWQ','Staff was nice and helpful. Dr. De Waal was funny which made the visit even more welcoming.','2019-03-29 18:22:24.408000','2019-03-29 18:22:24.408000',5,'Alejandra Coronado','https://lh3.googleusercontent.com/a-/AOh14GhKTvPLd3_lyk44ke3abRgJ4a-poEdpRdmEV-g3=c0x00000000-cc-rp','16891069708558046635',36234),('AbFvOqlSdMBL-iz2JnVv8RusvP-ZtNWHojx3RHYrK9xW99fcDUcEJ66EaFrPcfOIYWL-knIhz5QH','The staff took care of me as soon as I walked in. They listened to my concerns and tended to my needs. The place itself is very neat and welcoming. The staff are very pleasant and easy to talk to. I would recommend this place to friends and family in case of emergency.','2019-12-04 14:15:09.230000','2019-12-04 14:15:09.230000',5,'Ruth Israelle Short','https://lh3.googleusercontent.com/-jLYI45sGzy4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclK42c7qOuO4ToFFR7BpbaRvXTGdw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42558),('AbFvOqlsDpR4ZmPPnHcIwh-x5sBDhmIMIWZKGYrLcLMBFQKor33n_lGm1uWL81g7fraEP2sg1F9HVw','Awesome environment Naomi , Abigail , Megan , James. As well as the doctor so kind','2021-01-05 17:22:35.693000','2021-01-05 17:22:35.693000',5,'yvette arista','https://lh3.googleusercontent.com/a-/AOh14Gi1QqCdiMc57xF1GeH_5JABxIHzpnkujsi3O0xKdw=c0x00000000-cc-rp','15979470999169074295',44369),('AbFvOqlSdrRVNb4TLxCr6ZYniqX4242tJfbsHLeKaKVo9OpKxr6f4p6b98-7mlDg51f8bpVKTTsE','Kendra was great , very helpful','2020-01-18 20:34:53.195000','2020-01-18 20:34:53.195000',5,'Andrea Elizabeth','https://lh3.googleusercontent.com/a-/AOh14GhPtroEbq-2xb5FKpOd6QM6kSE3ALLGl3hrOCIKXA=c0x00000000-cc-rp','16590124370714063921',34433),('AbFvOqlsdX7KaOuEEeBGt9Fgsa6bVfA0U_B4dPuu8WyoGKzxL2wps-0LmaU7goqSUUjRn8pJHZ8X','The staff was extremely friendly, welcoming and accommodating offering me beverages while I waited for my doctor. Dr. Singla was really patient with helping me understand my condition. Off topic, he was really attractive and nice. Either way, I\'d highly recommend going to this emergency center due to the positive care and the uplifting environment that I experienced.','2016-12-22 06:34:40.101000','2016-12-22 06:34:40.101000',5,'Kathleen Espinosa','https://lh5.googleusercontent.com/-nZgOsLtvBok/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckmrzxAsQqZntM0jNRX5TB5Ikooxw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32758),('AbFvOqlsE61Slh2DYNuZodV3PQG06Mx04tgHvmJcNjKw6DPomU4HT9gQlkKAQelTCBNkpElGMhjR','Quick, friendly, excellent care! All the staff were great to work with ! McKenna, Jenci, William and Brooke were incredibly friendly, caring and thorough!','2020-09-24 02:27:17.193000','2020-09-24 02:27:17.193000',5,'Kodi Wright','https://lh3.googleusercontent.com/a-/AOh14Gj5C5NNf4MMxGVNLKLERoxAIlr1k24VlVphBcwUZg=c0x00000000-cc-rp','8626688543755174284',41893),('AbFvOqlseCmlIEx-EuZKUY-obwgSUDqx-Z-gG076A6lblnk3rFon5DVbld6qyx4WJV1RiOfYczv8Lg','I created a Google account just to leave a review. I\'ve never left a negative review, but my experience at this place deserves it. (Midland location)\n\nI was in absolute agony when I arrived at Neighbors ER in Midland today. I was sobbing upon arrival due to extreme lower abdominal & lower back pain. After being taken back to a room, I could see right away that I wouldn\'t be taken seriously. My pain level was an 8/10 and initially was given a strong NSAID through an IV. When I felt NO relief, I waited 45 minutes for my nurse to return and informed her that I was still in excruciating pain. Keep in mind that the place was DEAD. Not even close to being busy, so absolutely no excuse to ignore a wailing patient for that long. After voicing my concerns about the NSAID not helping me at all, the nurse says, \"Oh, well I\'m sorry it\'s not a narcotic. This drug helps many people and the doctor likes to start out with non-narcotic drugs and see how it goes.\" Fine. I get that, even though I never mentioned narcotics. While I understand, if the patient says it\'s not working and is sobbing uncontrollably in pain, hurry UP and go get something stronger. So what does she bring me? A (one) Tramadol. What a joke. And I very clearly stated that Tramadol is too weak for my endometrial pain. I have a prescription for it at home and told her this early on, but I was obviously ignored. Why would I go spend $100 on an ER visit to receive the same drug I have at home? I told her that I also have Toradol at home and it also doesn\'t work. She said, \"It can\'t be Toradol that you have because it doesn\'t come in pill form.\" Someone needs to go back to nursing school because that\'s exactly what I have. Grrrr! Quit making patients feel stupid. I know my body and the pain I was experiencing was AWFUL! And then to be made to look like a drug addict is wrong and disrespectful. Every time I asked for anything, it took FOREVER for the nurse to return. I\'m honestly in shock that I laid there crying for hours without pain relief. When my friend arrived to pick me up, we went to the hospital ER where I was promptly & professionally taken care of. I should\'ve known better than to choose this freestanding ER facility, given the many one-star reviews on Facebook. I thought there was no way it could be that bad. Well...you\'ve been warned. I\'ll never go back!','2016-05-28 07:12:43.508000','2016-05-28 07:12:43.508000',1,'JLJ C','https://lh3.googleusercontent.com/-PWvia-ACuhE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnV1TQP-PiMPna54r058lbZCwdU4w/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29975),('AbFvOqlSeJa-vLeizViFLLOnCUsvPaWNzY5ezGrwMwOjqofKp8EqXUH2mzy5RYvCDjCD4SjjsRS2ZA','This facility is the best. The receptionist, RN\'s, and the doctor were all very attentive and polite. I would definitely recommend this facility to other\'s. I feel 100x better now. Keep up the good work! 😊','2017-09-17 19:56:14.643000','2017-09-17 19:56:14.643000',5,'Chelsea Singleton','https://lh3.googleusercontent.com/a-/AOh14Gg8xJqU7Hfs36KcMz7hFYgcv6Jd6lgkOQUFXepuJw=c0x00000000-cc-rp','14904078213800803294',32649),('AbFvOqlsf2hfbu15GJj9oQP656NFqIpnf7A7evUUahCq_10-ie7QyV4F3YtyF6PRok948KQzq6Vx',NULL,'2020-08-26 17:38:57.025000','2020-08-26 17:38:57.025000',5,'Stephanie Gamino','https://lh3.googleusercontent.com/a-/AOh14Gh2MdjkvQXFUdYLU3_xqRfDAslecxbAbwwIY5XGSg=c0x00000000-cc-rp','13486358490203335051',29319),('AbFvOqlsF9KHKf1-kRaHztfcCscfCSPvt1jsltNKZXvi6yharYrffVo1FXg0o4-pYvMHxL71EYGDYQ','Tiffany, Alexa, and everyone else have been so accommodating, understanding, and compassionate from the moment I walked in to be seen this evening. Service is quick and thorough. I wasn\'t left in a room for hours waiting to see someone. Definitely prefer Signature Care to the other urgent care places in the area.','2020-09-22 22:50:46.808000','2020-09-22 22:50:46.808000',5,'Heather Segovia','https://lh3.googleusercontent.com/a-/AOh14GiMR1v68PYrAneEzv7nww0nDd_9aVG4lyLTZ7UU9A=c0x00000000-cc-rp','2694018788013845459',38957),('AbFvOqlsFbpUDM1o0YA2rf-yLU0gALvyLxxOwN_ChH8OFnFuQSJyl1sYcRW3AV5ASXOKYn2MUWYYlA',NULL,'2019-05-23 23:42:49.713000','2019-05-23 23:42:49.713000',5,'Nancy Ivy','https://lh5.googleusercontent.com/-Xkedcgt8HyQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclDnvp8tYiDypwyU4brM4iK6jVENA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29836),('AbFvOqlsg_ythblh1Zc2PPREZCEKPy-HCsyk11IXabY7RaAkuF-O5FXu9LeSdGMGG-Zfh3PgtBMuZQ','I literally owe Dr. Evans and the staff at Signature Care my life. They were fast, thorough, friendly, and really went the extra mile to make you feel comfortable. My radiologist Cathleen took the extra time to explain what was going on, and was so sweet! Gabe, my nurse, helped explain everything every step of the way. Dr. Evans was wonderful! She went to having to deal with stubborn me, not wanting to have any tests done. To dealing with my frantic mother over the phone 3 hrs away, and took it in stride. If it wasn\'t for them I might not be here. So this review is more like a thank you letter to the staff that saved my life.','2017-05-19 16:50:06.270000','2017-05-19 16:50:06.270000',5,'ethan essary','https://lh6.googleusercontent.com/-s1JV6FfhTb8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnXR3pbcjKmYS_y3HnM7_CKKl7vow/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35429),('AbFvOqlSG6F73d5W69VFsb1XattH9zY9iyvAzIDQWymtGk5gMFYtzzI2OQw3qJmYymz_Gogjv4kEeA','Very nice. We came for a Covid test for my young daughter. Chelsea and Lindsay were very nice, and the test was very easy on her.','2020-10-22 21:38:34.605000','2020-10-22 21:38:34.605000',5,'Sarah Fleming','https://lh3.googleusercontent.com/a-/AOh14GiSGYKOkg9M3gatdgD5Cxz0tdq_glDtXS8ZU_6a7g=c0x00000000-cc-rp','16891069708558046635',35683),('AbFvOqlsGLeiD891O_3gFQoZCrwoes2cvVPb5SVwHx0YSK3UXEJl8uyJ62IOHHwj5E2oQj6Z2cTBzQ','Very good service and very efficient. Thank you all!','2020-02-08 20:22:47.327000','2020-02-08 20:22:47.327000',5,'Philip Ball','https://lh3.googleusercontent.com/a-/AOh14GiBs7zwubT7tCSj9Ok1wINTZn7w9MjUSDNqMV-q=c0x00000000-cc-rp','3511292162159714121',40311),('AbFvOqlsgxmgDOm5q9DgbRBCKWk1_gH1wigFqzpm-SC0JBP04mz0LOXE8XQu_tw4ojBjA65jM7YR','Staff was incredibly friendly! Very helpful!','2021-01-17 20:37:35.107000','2021-01-17 20:37:35.107000',5,'Ryan Sanders','https://lh5.googleusercontent.com/--VpPs3-dPVY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8D_tPUknf294jl8j9htnm4sEF9A/c0x00000000-cc-rp/photo.jpg','16891069708558046635',44531),('AbFvOqlSHivxeuqJ_xzSUF7RL1x7SnPFbvKcsTN4R-yxiB4L5-IfEgIxBTOh4_pn8hFeNulVf9FD-w',NULL,'2017-09-10 01:18:55.640000','2017-09-10 01:18:55.640000',5,'Jonathan B','https://lh3.googleusercontent.com/a-/AOh14Gjq35DdrhbxIT2GmIjgvjZpipF0SSOzQSIKWDfO=c0x00000000-cc-rp','17394740196501090048',37080),('AbFvOqlSHQU6SHcAoxwpq-CjrENY-0oL9hy1lv-_Gl4kBe5K1F4xyAqDfugEA8zG12_I3wv33_GW','Really polite and treated us really good','2019-12-12 23:58:40.212000','2019-12-12 23:58:40.212000',5,'Garza Cortez','https://lh4.googleusercontent.com/-Ah_dH9YaQb4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucng5534mwtzPiww716gRG1F4K7JFw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33608),('AbFvOqlsIANQUDas0cnDFEmQHfuyc0CkdrDbAVXhOIQ9PWlANA4DlyvYXSKCC9G2E78gNGcl-TpB','Oz helped me out! He was very helpful. Ask for him every time!','2020-07-24 02:41:33.105000','2020-07-24 02:41:33.105000',5,'Nery Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GjaHiiMc-wOiyd9SLxOzuprox-fYO3ObZGahf5ZLC0=c0x00000000-cc-rp-ba3','14748677429039074158',31875),('AbFvOqlsIcpL8TeuXoiEm-08SsW6MiujmAAAOdsyQTEVpCA1eUGmrNE0BchHKHBDkvD62rDwEAWc','We were a bit worried about Testing for Covid but Jessica S took all the worries away....Thank you guys for the testing as this was the closest place to where I live to get a test done','2020-07-16 18:42:03.249000','2020-07-16 18:42:03.249000',5,'Tirrell Morrison','https://lh6.googleusercontent.com/-s5dOEqxc_90/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclgaf7QYPvkrqLHHYGzhqUXmrmuzA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32021),('AbFvOqlSIk81plJw5HPtur3jq0oGtcCtTVksreQRMxUPn0kbwV-I4LvhNtd4yWT3JHLxi1q4x3zUgg','Took the COVID rapid test at SignatureCare. The test is quick, staff is so kind & knowledgeable! Would definitely visit again. Thanks to all!','2020-11-18 17:07:42.797000','2020-11-18 17:07:42.797000',5,'Amy Vazquez','https://lh3.googleusercontent.com/a-/AOh14GhlHA1bt4AjoByZzEdcBnYU08nt8-vC89ZcQ6bPGgA=c0x00000000-cc-rp','14748677429039074158',31350),('AbFvOqlSIll9XGMvtdI2WCEiWQKzUndSX9I-4vXr632boFXByVPxMHyBu0vR4PU47ChlrBRVCwsF7g','I was well taken care of by Mercy.','2017-03-04 17:53:23.367000','2017-03-04 17:53:23.367000',5,'Alvina Hicks','https://lh6.googleusercontent.com/-FnOsSZQEgyE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmX4oR-0cVI2oTkNW--y4lkefDaeA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37202),('AbFvOqlSjeeQjQO265-tSEmtJKMEeloj0oTitEuUiGarXM5GiZTBBP5nzFv-W4Akmhoo0rZdsbSn','They were really friendly and welcoming they also explained everything thoroughly.','2020-10-16 06:30:42.209000','2020-10-16 06:30:42.209000',5,'Juan Ramos','https://lh3.googleusercontent.com/a-/AOh14GhodLftIyxIliTFm7oYIUaM3HdayhrD5Ngi7FRL=c0x00000000-cc-rp','3511292162159714121',40178),('AbFvOqlSJPP8zKVRLiVA7oFHQKwWMQUM8eXfXa2haC6_prR8JwW-4U5279nXS8hXnE-bMd7cSMnB','Dr.Dang , Keera , Jesse were awesome!!','2019-06-20 12:39:40.260000','2019-06-20 12:39:40.260000',5,'Isaac Luna','https://lh6.googleusercontent.com/-67Pe-FNlN9M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnO37TNmCiLAFU-gPEJ3Y0l5FE_SA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36763),('AbFvOqlsjztZGym0mItvzD1ud86uEv6I23bbwqIdFPBrshBApi9OnmyW-C7Z2e8pKMdHvFE6mcw8DQ','Very fast and friendly service. Clean environment, friendly staff and they really make you feel comfortable, even under less than fun circumstances.','2016-08-29 17:29:57.670000','2016-08-29 17:29:57.670000',5,'Emily Hardin','https://lh3.googleusercontent.com/a-/AOh14GgpPe9tAPBgHVAwdnhE3L8skkv0itaD4n5e1bkyUQ=c0x00000000-cc-rp','14567670160750071148',31196),('AbFvOqlsKbmBOmaZ6HbnIhhZx1XOgg48z-XBCDix0AaKpSnCYKJhd6bYju8b91dc9jczNgrsmWmVmA',NULL,'2020-10-28 01:40:45.273000','2020-10-28 01:40:45.273000',5,'Brittany Taylor','https://lh6.googleusercontent.com/-5jnVwlA_W8E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQYsutgpnbbAdEMi5pjqUoyV2jjA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34095),('AbFvOqlskHxpwsbdkk3rMaRlykU6GYaWRo3o91Y_iKvXU_iTcOAc7v31OgnzEE4H6qMQxP8Gx6PzCw',NULL,'2020-02-02 04:24:05.284000','2020-02-02 04:24:05.284000',5,'Lynzi Morgan','https://lh3.googleusercontent.com/a-/AOh14GhM-zenvGIB3DZ9-JRz3GUj7hbQdULOwUsMymW4=c0x00000000-cc-rp','13486358490203335051',29450),('AbFvOqlSKvz215MlmDuvFzgiGTdgBR3HUz8yjTUWSPCpy5F_YL6PMvFoFqxvYh4I7m78-1IDfpOm1Q','I went in for my pregnancy and was well taken care of by the doctor and staff , I’ve gone three times and 2 were for my pregnancy and once for hives all over my body really enjoy this er .','2019-05-19 22:55:05.871000','2019-05-19 22:55:05.871000',5,'Bianca Ariza','https://lh3.googleusercontent.com/-Fbg4t5WZMNc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclggnqdMVC9EXsTExbGiMmbKmZopQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38178),('AbFvOqlSLlKFdgpSDF8Cd8tZAcipSrn4cJNIAA3RYcFZ4Quv_69j1T_2JwJpCf8sEpqKFnfEmIZ5Dw','From when I walked in the door I felt welcomed and I felt that my need was taking into consideration from the beginning. The whole staff was amazing šŸ˜ and it made it easier for me to relax with all the pain I was in. There was no waiting and I was in and out in no time.','2020-11-10 18:46:19.415000','2020-11-10 18:46:19.415000',5,'Kee','https://lh3.googleusercontent.com/a-/AOh14Gi5qkBxzKuoBY1boXrXaYz37sEhSOfpnjoUYM4yAw=c0x00000000-cc-rp','3511292162159714121',40058),('AbFvOqlSLOC3VRPLUrmlxkXRJaVVpu8c6Ha3ja1NtaTfmFc6gHon1Y5hF2x8bh2UKBfZE0TP5kdPiQ','The service was great very quick','2019-01-14 01:28:38.369000','2019-01-14 01:28:38.369000',5,'chas m','https://lh3.googleusercontent.com/a-/AOh14Gi1oABK1CKySYP5jCjCyA47ThwpqdqmXQuYyRQ6cQ=c0x00000000-cc-rp','12541597562633926366',29162),('AbFvOqlSLUite3ArJECtY8_RAisGwMZlyrADXbw2neKUwRuIZ5oKoXm7IECEeJ_qW4WZ9Y9tvV3GRw','Dr Omalley Alvean Clarissa\nThey have very good friendly service and nice doctors','2020-08-15 21:14:54.275000','2020-08-15 21:14:54.275000',5,'Renae C','https://lh3.googleusercontent.com/a-/AOh14GhykU0_3fnb3p4iqJhgVklcVVPEw6OJh_Egdqkb3g=c0x00000000-cc-rp','16389487648212004696',33192),('AbFvOqlSm3oyPuHLE6TowQF_1IEhhvitbGWyrwF-bWmNFFwwwwi_bVpNqZfxzSmBF1rRQ0Zf_AOQ','This staff is amazing! From the moment we walked in the door the receptionist took care of us right away, the nurse Lia , Laura, Shay, Aerial and Dr. Wang all made us feel so comfortable and taken care of. We were so concerned and they took care of everything. I would recommend ercare to everyone!','2019-03-15 02:18:16.210000','2019-03-15 02:18:16.210000',5,'Crystal Tobias','https://lh4.googleusercontent.com/-I4c35-tt31g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnb4CkfrtFZGzoT34i60FLEEMoI_g/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29130),('AbFvOqlsmD5-Raguh7WP7Pf2HLZvbgon4ciVEkkLqZF2oyHwOFifs52tuQX1jQBxjjr_VPJ8BjcEFA','Signature Care did an awesome job. Very professional and helpful. They were very welcoming and efficient. The staff was on point with taking care of me. Awesome!','2017-09-03 00:00:10.667000','2017-09-03 00:00:10.667000',5,'L L','https://lh5.googleusercontent.com/-lxafxn8Z80U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnj6-A_CUQiDGfieeYsKdkCf9iaQQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37085),('AbFvOqlSmfs9EMgov7a5gJPSy-cibf0_d2z3MS9da-nj5FmyK2WOA_xtXyNvdRgNehnDYW2ueLwLSg',NULL,'2020-07-05 20:40:55.608000','2020-07-05 20:40:55.608000',5,'Mary Salgado','https://lh6.googleusercontent.com/-DLMEFALB72U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckqjo6pvoHCHgAQsRsJhOPfy1FDvw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29369),('AbFvOqlsmOFLafGXVbbp1FIZKWMUL2LD9azOiJpyFMPwbkCaHzB2aHxuiE40xRMpGMYliZ1VOiRPow','Pleased with the way they treat you from checking in until the end of your visit . I had the pleasure to be helped by a nurse name April and she was the sweetest nicest nurse ever .','2020-11-14 20:27:20.471000','2020-11-14 20:27:20.471000',5,'Stefany Orellana','https://lh6.googleusercontent.com/-w4--a89U_Po/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnxT7mC5vCYkRpr-aB3JYsoPACFiw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31365),('AbFvOqlSN6hgMk9kQ7TnULrXI5aLb5FR84qReSO6XwNvL_QtK5gNOm0W1jJBFRDRL14b4VzluLdIkg','Had a great experience they took care of not only my husband but my whole family made us feel welcome and token care of that y’all we’ll recommend to others special thanks to doc. Ortiz and his staff RN shola, RAD bryon D and ms. Amanda','2019-07-23 06:25:22.064000','2019-07-23 06:25:22.064000',5,'Tete and Shelly smith','https://lh3.googleusercontent.com/a-/AOh14Gi5IeYNfp1FaeHLuCTKk_erumIIkFZt4sW03C3GCA=c0x00000000-cc-rp','14567670160750071148',30491),('AbFvOqlsn6KmO4psvg2UBBVMCPJO1Kk-p7HEq7puA-Vm_g-qUVi13kGUQshjkokZtwzC0XTiap03yQ','My vist at this clinic was more then what l expected l came with a bad cold and this doctor was not just concern about my cold but my over all health he went beyond what l need Dr.Appiah really care about me l been without my medication for 4 month and Jocelyn Alvean and Marcus were fantastic','2019-10-09 21:21:51.648000','2019-10-09 21:21:51.648000',5,'Terry Johnson','https://lh4.googleusercontent.com/-C2CnqNaPyUk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnT688Ups475P2SWRgSOrc6ZDdHaQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33891),('AbFvOqlSn7f5dqwRj0e8uqDi09dWQTnAZ-Wthg99_4_hnX9r85LyCzUGVbdrUvFJCuyQcR9A0NHAPQ',NULL,'2020-12-02 17:15:01.384000','2020-12-02 17:15:01.384000',5,'Roy Brown','https://lh3.googleusercontent.com/a-/AOh14GiW4kRT8VSNro1M0LBpCFuV6CzA6n5JkgyKpZXs=c0x00000000-cc-rp','8626688543755174284',41820),('AbFvOqlsnE0BzBnvjGHpHcGXjtotd7bHLAtCvow1uBmiGvlFdz49eY_HNH_k2RojszqiLem-ngoF9Q','My brother, Derek Toliver received great care. Staff at the Signature Care ER Copperfield location, Dr Mauldin, Nurse Sarah, and registration station, Ms Tanishia W are first class!','2019-11-01 03:53:33.994000','2019-11-01 03:53:33.994000',5,'Antonio D Toliver','https://lh4.googleusercontent.com/-bF_I9j96Ie8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl8f1BEoREXL1k5YA3qGmrWg2OTDA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37916),('AbFvOqlsO65skq-WhC_OobwzaqVDh5f5pVRPdHH5lta8VARb-408N9D2J2fUeQee1JRb0yTkNhaJ2Q','Fast service','2020-01-10 16:23:27.569000','2020-01-10 16:23:27.569000',5,'Komla Richard Hemedzo','https://lh4.googleusercontent.com/-e6xUAUu1PQM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucncpz6JiS7UHkoj2Fd_EXRrSVkOQA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33527),('AbFvOqlSOCCpyVTL6nGf1e3oncC36x715FOsZZnyo2kJb5t82-AYKaNhphy77pW0iAXwto467ARFYQ','Anthony was so awesome and they made me feel like I was home','2018-08-08 05:35:39.406000','2018-08-08 05:35:39.406000',4,'Jazmin Franklin','https://lh6.googleusercontent.com/-AH1foOrXpnQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmgDJ5VNxw8ZhS7tK2FvQow-L6kaA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35250),('AbFvOqlsOhL74_Y_wmJPF-w6-QFdeGmMXVIddmY5oM9485emZEXO1FS9IKdPPqyG3LPt4BmlpB3E1w','I brought my daughter in for a COVID check up and for testing. They were great at explaining the process and making her feel comfortable. Great staff highly recommend.','2020-12-05 23:49:49.964000','2020-12-05 23:49:49.964000',5,'KING','https://lh5.googleusercontent.com/-4Kw4tIyrlUU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZIrvenJk2PpeSgtF8I9aQGIVrVw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38869),('AbFvOqlsoPRr2g7-4RveXiAq6p_0dWOpw-FFGuYJqU9p4o577LK3Fzt-yyFoE-ioKt-6olXVR3T_KQ','Great quick service. Jessica S, and some other guys helped me while waiting for my COVID-19 results.','2020-07-20 16:02:10.634000','2020-07-20 16:02:10.634000',5,'Hector Castellano','https://lh3.googleusercontent.com/a-/AOh14Gg9fO1mvht5Fw8tz-RvoFZe3iyn3oQCcff6sHkp=c0x00000000-cc-rp','14748677429039074158',31933),('AbFvOqlsOrMovS7Vt_mWZjW_E7M0f7Dz7aaitbhLv79W5BbPQolPyV17lUHbDr3FEgtHpcBo_UgO','Very quick, nice & comforting. The nurse, Sarah G. was very kind. William M. was very professional & Elizabeth was very sweet & helpful.','2019-09-26 02:40:21.241000','2019-09-26 02:40:21.241000',5,'Melissa Loera','https://lh3.googleusercontent.com/a-/AOh14GicALQRcP4W4rq6IU-f6PUAAvn1ERKgQ1Z8w566dA=c0x00000000-cc-rp','17898197009688164559',37984),('AbFvOqlsPLkOBF42MbYiwFJLrk-qTSyIUFP3srhIa-Ora4zeHF2GoqE3bn-EkSBsF99X7XC2SLVVLg','Great service','2017-12-01 14:36:07.493000','2017-12-01 14:36:07.493000',5,'Ricky C','https://lh3.googleusercontent.com/a-/AOh14Gihm1dHp5MRcfRVuf1DLU54W6jE_seB7JOjBn-COQ=c0x00000000-cc-rp','17394740196501090048',37025),('AbFvOqlspMv9MJD1DxnauSO0QOO_akSp64GNPCJWG1IIo2Wqf1kn5pbIv3KEvmpXFVTQsvk5jTJi','The staff were very pleasant especially Norma. The wait time wasn’t overwhelming we were in and out.','2020-01-08 01:19:42.228000','2020-01-08 01:19:42.228000',5,'sherita johnson','https://lh3.googleusercontent.com/-od9bZ99WQ7k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmSLeEgN9-QAYiOcKUFQRDX_o3-0A/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33537),('AbFvOqlspW6MRutswbBK7shZSJuxdnQXNdpqXJe-8Qy_Tj_R8VPfYTjrIhG5xz91mMb_Hlw01UKo',NULL,'2020-07-26 00:56:14.178000','2020-07-26 00:56:14.178000',5,'Daniel Hernandez','https://lh3.googleusercontent.com/-LoftPG_3Tyk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmEAO9eJcS_dLdwIIjH54buA5stWA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38777),('AbFvOqlsQ0JEuWHDYGJOAYzCZrecyojRDXm29o59n87EsC3FxPULObYSpOwfnZ3_zMZCqTpga72YPA','Everything about this place is great from Tanishia at the front desk to the doctors and nurses level of care! Laura is THE BEST rad tech I have ever met! Even with them being super busy I was never neglected in my care and pain. This is my first time here and if I need emergency care again I\'ll be back at my first choice!','2019-06-19 13:19:45.640000','2019-06-19 13:19:45.640000',5,'Be\'shup Rae','https://lh3.googleusercontent.com/a-/AOh14Gg3JdFX98PK3Q1es-6lnhsj5NIoe8vQV6fzkyM2XlM=c0x00000000-cc-rp','17898197009688164559',38133),('AbFvOqlSq1FeAm5ggJ8aNWCOWwO2ZJKZ6XXvSKm5ph_8GtlfgwLIxOuIBumrJB4r1_YOoNcHhU9N9Q','Great fast Covid19 Test results in less than 15 minutes. My technician Erin was absolutely awesome to work with','2020-09-16 19:31:38.746000','2020-09-16 19:31:38.746000',5,'Patrick Milligan','https://lh3.googleusercontent.com/a-/AOh14GgcCLpHVl-qFsR2GWemMG2Nk9S3A-D5GlKJgWvvEg=c0x00000000-cc-rp','14748677429039074158',31645),('AbFvOqlSqhZ6n82hJNcWR-g-rzHu07zZBishDEGfychfi5DYHE8pctPnFBK4KYck60VUUOUDdA8wMA',NULL,'2020-03-16 21:46:38.388000','2020-03-16 21:46:38.388000',5,'Cookie Erickson','https://lh3.googleusercontent.com/-TADC1zQYML8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclu0W45dLK3QRul-DtRDBCLaOWCqw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35915),('AbFvOqlsQqrNC9PUFxWL3eGmFudkhKenvV9AqMC4N-pQpB6PgkvYJP2uTrIN-qzM-tSq_FuL6H1Eug','Great staff: Shania, Jose, Allison, Leah, Dr Frausto\nVery pleased with customer service and didnt have to wait long. I highly recommend coming here for your ER needs!','2020-02-01 04:18:56.773000','2020-02-01 04:18:56.773000',5,'Veronica Galindo','https://lh6.googleusercontent.com/-kyqrleRJDK8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmPBgaCR__veOXwLsTZjOfoQVKI-g/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29454),('AbFvOqlSr18rLpYzNC1J6qpoGusswoW3j1yQP6_izlkjUcY3bNf9dAwsGba_7eqtJtg6wgXp1ZyM','took good care','2017-08-31 20:20:54.607000','2017-08-31 20:20:54.607000',4,'Abby’s Reading Corner','https://lh3.googleusercontent.com/a-/AOh14GiLSjLaLoI4mq65VgjfOorgwDumLm7KDXQJtGmXnA=c0x00000000-cc-rp','17394740196501090048',37087),('AbFvOqlsr1sVMyujnm9OA4n6U1DwvcGPcOfu_0QuVcCmwif9DcgsLt_jfjWX-05i9Vv3IA7DzTDSXQ','Staff was very kind and answered questions about sicknesses','2020-11-17 00:16:06.742000','2020-11-17 00:16:06.742000',4,'Jason Parker','https://lh4.googleusercontent.com/-y6AAezfVYHE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckW6f4ANXcyjc0sMEzbOEs6XUz56w/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38427),('AbFvOqlSR5FpnjuKkiidK0WIXzsc6KZjYWiOdy0C3oTZd_MpwGffUChkHNSvzdtQVuhv5I-yHfsGXw','Excellent service. Very little wait time. Kara and Andrea were great!','2020-12-21 00:00:24.323000','2020-12-21 00:00:24.323000',5,'Jo Shaw','https://lh3.googleusercontent.com/a-/AOh14GioSqlVZgLF0aNnDdZWZoA2pbBDdnoE5WViL1q5=c0x00000000-cc-rp','3272657195432704501',43658),('AbFvOqlSr5Izqs7xRuRZYSza0GDpdaUu2wtvhhVnUT22OYrW8ZjqXkmRScnbjUKcylCrrLKYnvHAGQ',NULL,'2019-01-14 03:01:14.973000','2019-01-14 03:01:14.973000',5,'Reyna Nunez S','https://lh3.googleusercontent.com/a-/AOh14GhkiLlNH1cYxsG2g5yW6TeddCwlny7-QXah9iVV=c0x00000000-cc-rp','6521947413723274945',41784),('AbFvOqlSReHBixfvHdrMy6Z6ECwt2Zp6xdcUAp9MsJigIPjjzfmUGA2yi8nZQtuhRJjQs4b53LW0EA','SignatureCare on Wirt is a great location for quick and timely visits. Staff is courteous and professional. Jonathan was attentive and so was Jessica. Dr. Smith was friendly and explained the visit well. Would recommend.','2020-10-21 16:02:24.715000','2020-10-21 16:02:24.715000',5,'Tuan Pham','https://lh3.googleusercontent.com/a-/AOh14GjYDC6Ibzak-mO5FlJ558UmxN1J9OHAT9WgP6_Q=c0x00000000-cc-rp','14904078213800803294',32206),('AbFvOqlSRIxw5OqJ1bfkYH7s9xxaGQhA-xWCY-U-wSs6k9-XdwxcNtTbbpglWsCoaBIahX-EKXTU','Great staff, very friendly love the snacks! Shaunda with registration was fast and friendly. Dr. Lingan was quick and Christina R was caring and so was Tina.','2020-03-06 19:40:52.436000','2020-03-06 19:40:52.436000',5,'Rebecca Herrera','https://lh3.googleusercontent.com/a-/AOh14GjNJkOIYRlxbARQFqwGWLfLlrEyS3kALnGVj_4M=c0x00000000-cc-rp','16891069708558046635',35934),('AbFvOqlsrK-zD5miQhddP5L-5HXfhkBdrh0OLjEku0JdWGNkSNw25iQLbd9-fUAlkH8dBjs4GW55aQ','mm\n69\n69th nto oo','2018-12-07 18:09:59.301000','2018-12-07 18:09:59.301000',4,'Ereek Babs','https://lh4.googleusercontent.com/-jwu1U48Zt38/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxjspfw0HJVZwpAVortELwiNrfdQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36856),('AbFvOqlsrzoIGPi3GZuDwhVX649Ly3zXvowepWuH6UBLxetIp06jSw6IcBFd75yEM7oYSaBoFS5BWg','I recently brought my husband to this ER and was blown away by the phenomenal medical care he received...it surpassed all my expectations! We were greeted immediately by the registration clerk Lizzie and placed in a room within MINUTES! That was impressive in itself as this is an emergency room. Nurse Dawn & Nurse Agnes were both highly skilled, compassionate and personable. I was worried about my husband and both ladies took the time to acknowledge my input and answered all my questions. The ER tech Olivia and radiology technologist Eve were both attentive and kind. They made sure that my husband and I were comfortable. It’s clearly apparent that these ladies work well as a team! Dr. Faig was thorough and took the time to explain the diagnosis. Thank you Signature Care Montrose, you guys are amazing!','2019-07-09 21:18:47.529000','2019-07-09 21:18:47.529000',5,'Jiji Jaganathan','https://lh3.googleusercontent.com/-rA1gaY1-xnE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmvfkIcCAzlpMBFd1fipSqr6e9VAw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40496),('AbFvOqlSS-e55f5m1HNV_Zued6303O6lt4uHeXGKa0ahdCmLGjaa7PFfe3DkVxV8g-UiPWNkxIcQ3Q','Excellent service and knowledgeable staff. Made me feel comfortable.','2017-08-12 04:22:33.966000','2017-08-12 04:22:33.966000',5,'Ricky Rozay','https://lh5.googleusercontent.com/-9ARzAJQLeNQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBtnhZbRqCB4cPwrAyEINfe_rsbQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30990),('AbFvOqlSsqa0Ihokboy5pRbnt7JtURNicsCVD132uf_2vA-rBPMVzHhjUH43P_nEN5KrHj4AUrkONA','Very friendly staff\n\nSeen very quickly and felt like staff was knowledgeable and caring','2020-02-23 17:00:39.498000','2020-02-23 17:00:39.498000',5,'John Mangels','https://lh4.googleusercontent.com/-lftv_7vz9V8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucluXUMFBDBHV3AvXJ4oazF48x_hhw/c0x00000000-cc-rp-ba2/photo.jpg','2694018788013845459',39103),('AbFvOqlST13jTsOZbELJY6jte6prZTsYAXg0ZTKv1Er9xqST65yH6GnHoxQdGRL9-z8Hc_6SLItDMA',NULL,'2020-10-01 17:43:21.981000','2020-10-01 17:43:21.981000',5,'karen vean','https://lh3.googleusercontent.com/a-/AOh14GgcuF-ZC-8xIgTF1TenwRiqWXhyN2MwrNVBBMWisw=c0x00000000-cc-rp','14567670160750071148',30086),('AbFvOqlst5PGys4l_JkKT7ojxV25vr7HFg1SnsozjP7G31KpLKh7x70oGO3A8xFhcDM3U-ig3TMl','Took my 3 year old daughter here on a sunday afternoon. Was in and out within an hour and a half. And that included xrays and tests. The entire staff was amazing and so helpful! I honestly don\'t know why anyone would ever go the hospital emergency room again. This will be the place I go for emergencies from now on.','2020-03-06 17:08:19.087000','2020-03-06 17:08:19.087000',5,'Amy Goodwin','https://lh3.googleusercontent.com/-3LbQ4oXiKFQ/AAAAAAAAAAI/AAAAAAAAAAc/AMZuucm5er0SGjOVh7GbrLVvb-fYHENDYA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41405),('AbFvOqlstDPtOlsZPvi6D5xBm1QdXHge7fW4k514N-TYAqXiEx8Y7lpI2F8s47LglVJJL_whoM9QVw',NULL,'2019-11-25 23:17:03.524000','2019-11-25 23:17:03.524000',5,'Raven Baker','https://lh5.googleusercontent.com/-CwhvsIqxpKs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclObW2xxomsiTIUeksDVLTpzfObhA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39768),('AbFvOqlstjv7q-YcP6_IeS3MDzC2gRYpBPdNTIy_Pi1XZT4w8NpkB1jdAI4w8qAcLurHIfOiRdpJeQ','Excellent team. We were seen by Nurses Kat and Justin who were both great. Kat was especially wonderful and made sure we were comfortable with food and drinks. Dr. Hemerka was very knowledgeable and professional, and was extremely attentive of my husband\'s injury. Due to covid, they don\'t typically allow visitors in the back rooms but somehow I got through and they let me stay by my husbands side, so I was so grateful for that. X-rays were taken within the first 30 minutes, and I would say we were done in about an hour, maybe 1.5 hours! That\'s record timing! My husband and I highly recommend this emergency clinic.','2020-09-20 16:49:41.910000','2020-09-20 16:49:41.910000',5,'Alexandria Lorenzo','https://lh3.googleusercontent.com/a-/AOh14Gh1Sw53yKQ5QuSGYNKiyLyqXpHqMYk9ii2FpLIe7Q=c0x00000000-cc-rp','2694018788013845459',38965),('AbFvOqlStKXl6dicEuuNu68No5FjJ4RShXdmAVRTk3TzlNE4vVuISDdj9Bg7yX6jbx_U-WVFF4RV','They are always so good.I love the staff Jorge and Cynthia are friendly Jeff nurse was so caring and help ful not to mention Waldo was excellent and Bright and Dr. Ramerze.Exellent staff...','2020-08-22 18:29:45.105000','2020-08-22 18:29:45.105000',5,'Nicole Bookman','https://lh5.googleusercontent.com/-mef367KfS7A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmntSnwVf2qc62Qsjw28kVzReIBzA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36542),('AbFvOqlsTLFxgWYODjENWTWqyJ7Q--VMX0PXKY2E-L-uYZIqeB7HtPxpV-uYnaXRQLMkW4iOArWI','The receptionist, the nurses and the dr are so nice and welcoming.. The dr is so attentive !! Most definitely would recommend..','2020-03-03 12:57:49.206000','2020-03-03 12:57:49.206000',5,'Erika Castillo','https://lh3.googleusercontent.com/-p5qaezEYFAw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-ly2Kb348a4A9jOZRu_By1etrNg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41425),('AbFvOqlsu5synDNT5nf87knjDGyLRrTc1Pf6tuyL58ljvKjDv5G4YQNmk-5GWLBSo7xiXLhH8e5vXQ','Shawn k was an amazing nurse. He explained everything to me very well. I will definitely come back','2020-12-12 21:26:50.544000','2020-12-12 21:26:50.544000',5,'Joel Baby','https://lh3.googleusercontent.com/-t6xQeXp2c4I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclkIyVeyV9-C2u_Hi5jr5_36Br2hw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42810),('AbFvOqlsUBHrers3sC2cRbX4qlAhuQY8P-djyF8yWNUEtcgvXhHwAiBqNGU2kLEZq1bNVE76MseRqw','I will never go back there again. No one asked us any thing when we stood in front of the register desk for a while, even though there were a few people there. After the form was filled out, one of the front desk took time training the other how to enter the info into the system. Come on, this is the emergency center, and there were no sense of being urgent. I was even more disappointed seeing the doctor/nurse staff was quite un-proffesional in my opinion. I dont write out the details here because it would take me a long time to explain that. May be it was my unlucky day, or may be I overly analyzed the situation as I am an engineer. However, it was my first there and also my last. I went there because the location was closest to my house.','2016-12-03 07:01:29.737000','2016-12-03 07:01:29.737000',1,'david nguyen','https://lh6.googleusercontent.com/-MSLI8jpltp0/AAAAAAAAAAI/AAAAAAAAACQ/AMZuuck6DG2xNJuI3AaP6u7ufgsNkuH4Aw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37253),('AbFvOqlsUgB_lnMAvrFjcG6YtUh3X3xfA2keSlpm3Zv3jpNk6JOg6eqqvPdY-YKrNu_fAFEaf2-j','Wonderful staff, very welcoming atmosphere, everyone greeted my crew members and I with a smile. We were offered a tour of the center as well as snacks and drinks while waiting to transfer a patient to another hospital. I would definitely recommend this SignatureCare Center to anyone in need of medical attention.\n\nThank you to Dr Yusuf, RNs Gina and Hamzah, Er Tech Olivia, RadTech Dion and Genesis in Registration!! Y’all rock!!','2019-02-03 21:30:39.697000','2019-02-03 21:30:39.697000',5,'Amelia Merchant','https://lh5.googleusercontent.com/-WmMI4ynorl0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclIBMuj2AwsbT2zUyk75goDYp18ZQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40652),('AbFvOqlsujDgNs_IPVlXG7TjFyGhm7ESsKvq9unAAL9Gs3Yym9gWewPSsR9S3BKmMnkD1OpaVA8t_w','The service here was very good and Ashley, our caregiver, was very friendly, helpful and courteous. Overall we were very happy!','2020-09-19 18:54:35.757000','2020-09-19 18:54:35.757000',5,'Akm Ahsan','https://lh3.googleusercontent.com/-5vruwE3tZwg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclr1L-FfzNnyiB6qmzaZIYlc-FsDA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37550),('AbFvOqlsUkJgkVC7MhYY9rUp_fvQRXMYO8EF6d98RjsztFAjzBM-d6VL2Y7e2cbyMxAEZph6tf1X','I checked in at about 2 am on Monday morning and they provided a room for me right away. The staff that worked made me feel very taken care of all night. Signature Care was the most comfortable place I could\'ve been while I was unwell. Thank you to Itza, Dr. Vakey, Nurse Remington, and Rad Tech Morgan for taking care of me, I really appreciate it.','2020-02-05 19:08:45.198000','2020-02-05 19:08:45.198000',5,'Sofia Herrera','https://lh3.googleusercontent.com/a-/AOh14GiNBHfBmd4AZstsiY60Sk7navNzsNJCb_lU_9EVnw=c0x00000000-cc-rp','16590124370714063921',34393),('AbFvOqlSuPfQ90-fVsi9qh_KN2FSLbVW1AiFP7yY45Z3kw91pSZz5SuuHdnNqMQkM5ewJlaqDd3WNQ','Great experience! Went in with a severe cold, aches, etc. Got seen right away by Dr. Cheng and he spent a lot of time with me, describing what was going on, how to alleviate my symptoms. He didn\'t push an expensive treatment and was very thorough in his diagnosis. The room was really clean too and I got to watch TV while I waited (which was less than 1 minute!).','2013-09-19 02:48:55.388000','2013-09-19 02:48:55.388000',5,'Jarred King','https://lh3.googleusercontent.com/a-/AOh14GhU9Cwvul7BNuPEFpKIdEoo1md_zSDcyHDfqzp15Q=c0x00000000-cc-rp','8679688254631342173',42802),('AbFvOqlSVb2d9K0VHos_Sn0YLzOUYdHckAZAMvPFfjpTnJzX0_r9URmBvbK1EcdXjViKOY_yTETUrA','From the doctors to the front desk are all excellent people,was well welcomed & so comfortable with the doctors and nurses, I was well cared for. & Will strongly recommend','2019-01-18 04:41:16.486000','2019-01-18 04:41:16.486000',5,'oyebanjo fatima','https://lh3.googleusercontent.com/a-/AOh14Gjjq1oKXOBPan1GyuYYK9PATs8G577VEFuic-74IQ=c0x00000000-cc-rp','17394740196501090048',36837),('AbFvOqlsVPU83OU4RFLj1SroIP9X22WFkzs-SWonHlcGCmzRsOdLvuD-vyO8mnuuK-HhKT6gXAyidw','My husband and I were totally pleased with the treatment shown to our son by Dr. Plante. Our son was in Texas working, and we were about five hours away. Dr. Plante not only took tremendous care of our son, he went above and beyond to call us multiple times to give us updates. Thank you, Dr. Plante\nGrateful parents,\nPam & David','2018-05-09 21:50:02.321000','2018-05-09 21:50:02.321000',5,'Pamela Newton','https://lh3.googleusercontent.com/a-/AOh14GjuLWKIR1hlhjXsUkWXYlfBkY5N5WPgkunipZKjUg=c0x00000000-cc-rp','16590124370714063921',35277),('AbFvOqlSVQTqtthLKgR8ZqclP3nwO0AF_lKZGaACH1FA-Vr0Xp-Kbx7Jv_iE9EHNIr3CmbQwgz5f0g','(Translated by Google) The attention was very good and fast\n\n(Original)\nLa atención fue muy buena y rĆ”pida','2020-11-06 23:43:39.271000','2020-11-06 23:43:39.271000',5,'Teresa Mendoza','https://lh5.googleusercontent.com/-mDxr0tjD3HM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnYQ_gb8-EDw1irack_jrloMNpFuw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32162),('AbFvOqlSW_gTCu2SM1TY4TZ0Q0occC4oHyL4Pl-lkzP5MkFd9CBJ7ZpMzZwG2lj7odMRz0y7fH-alQ','Great customer service, fast covid test, enjoyable experience','2020-11-27 06:42:57.569000','2020-11-27 06:42:57.569000',5,'Tony Saldana','https://lh4.googleusercontent.com/-28nToQhPxRs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm0e1WzenEuzey0UZhD-xTIzkVFnA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40042),('AbFvOqlsw-lSZyngnhFFtnL-MuUWQhKVuIMp34tmtPm0p0fTmB6NR0Noa0RI8CSqMTmLSQkB9h6P','Good service and fast and friendly Dr. Daniels,Rollie,Natalia, and Stephanie','2020-01-25 06:15:57.918000','2020-01-25 06:15:57.918000',5,'Coast N\' Bay','https://lh3.googleusercontent.com/a-/AOh14GitqrnuwsYpnJ6TcS28PSHXhcyrTRrKqocxg_HR5w=c0x00000000-cc-rp','8679688254631342173',42487),('AbFvOqlSw25LG0rxZysskHSD3d4Es_jhftn9aoQOpAAWrnc122X8NpwGpD1YtFTELEFxTAI1-7Pa6Q',NULL,'2020-11-28 15:36:35.497000','2020-11-28 15:36:35.497000',5,'Idaly Leyva','https://lh3.googleusercontent.com/a-/AOh14GjV5ia55FvloKrp8OrDHnKC-Zspp5vL8SniWJ-f=c0x00000000-cc-rp','13486358490203335051',29248),('AbFvOqlsw66Wuv5txfAegtduL16dK3FuolW7ZZcJsIgA3ob4UuuDSxMbiNUv5HTE7SFpvb7eNUNZCg','Great service, extremely clean, and lots of social distancing. I took my Covid test here and I highly recommend it. Clay was great! Thank you all so much!','2020-11-21 14:23:20.773000','2020-11-21 14:23:20.773000',5,'Emma Harrelson','https://lh3.googleusercontent.com/a-/AOh14GhzIn9hph5a1sGaN2VM2EpolkIlvbkkCgDWD4in=c0x00000000-cc-rp','16891069708558046635',35573),('AbFvOqlsWm1LvVqBx6m5CvH-Ae4-ZYNXJQWkZFZ0_9HRFU9d1uVM4TexnwgsYZaK1QcSkrlh8FSa','Staff was very friendly. From check in to check out, everyone was great. Tanishia, Daniel, Fatima, Lynn, and Ybarra were all fantastic. šŸ’«šŸ’«šŸ’«šŸ’«šŸ’«','2019-10-14 04:52:33.075000','2019-10-14 04:52:33.075000',5,'Meguan McCoy','https://lh4.googleusercontent.com/-A9pkFsUTwyE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckdYT1E-GwPMg9JpOMhqnQq3TRs-A/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37953),('AbFvOqlSXe3kqzmIJ_tyUyMMLMZYpXS3zh47rUXWo3DOOSqAFHW-490SgmRcbofach4npXvny1PERA','I brought my mother to this facility for chest pains and the staff was quick and very attentive. They took her minutes before her appointment time. Chasity did her IV and was extremely careful. The nurse James and Dr.Lindsay were extremely informative and listened to all of my mothers concerns. I would highly recommend this location.','2019-03-12 01:39:13.662000','2019-03-12 01:39:13.662000',5,'Brittani Batts','https://lh3.googleusercontent.com/a-/AOh14GiRjoSkWf54nvz4Xe488kopS8ts0WPBTLafYjzH9A=c0x00000000-cc-rp','14567670160750071148',30589),('AbFvOqlSXPG1IWR3PmRbPlUAnrVAHHRCadEnTThSw3cTeZ3cRnhxZy5BCbDw8nw_8cfldpN_1ETk7g','Best urgent care! Quick and efficient. They care for people individually. Registration nurse, Ana, got us back to a room quickly and we were well cared for by De Faig, Sara, Tino & Thelma.','2019-12-23 11:54:08.334000','2019-12-23 11:54:08.334000',5,'Colleen Andersen','https://lh3.googleusercontent.com/a-/AOh14Gg185fWQscZWCgfnCnmHQ43x2IEhHAlKJH_m1glLA=c0x00000000-cc-rp','12541597562633926366',28917),('AbFvOqlsXrt5f7ee_rWZknboqFzTtRjtYRMxS6rI47S-DmnlB2Lc6J3VDFi4U8g1jBI0dy3pkgIwcg','The most insensitive place to go. You are better off waiting at the actual ER to see actual doctors . I was experiencing a miscarriage late Christmas night and I rushed there because it’s close to my house ... I get there and the front desk tells me I would only be charged if I was treated .. I go back to the doctors office where there is the doctor, the nurse, and some guy who took my blood pressure. All 3 are asking me repeative questions and at this point I’m getting extremely frustrated. The doctor then goes and say the ultrasound technician will not be in for about 45 minutes maybe a little later .. ā€œDo I want to wait ? ā€œ Excuse me? ... No I just want to bleed all over my the place and attempt to drive to an actual ER I thought to myself. So I waited for the tech to come as I bled all over the place . Then the doctor proceed to tell me that I have a bladder infection which could be the reason for all of my cramps . After the tech finally arrives she then procedures to do a uterus ultrasound. Then the doctor comes in with my results and tells me that I’m not going to be able to continue my pregnancy. I then start to cry and ask was there anything I could have done to prevent this from happening ? I was told no but next time I should make sure I take care of my bladder infection as soon as possible . As if I knew I was walking around with a bladder infection .. There was no ā€œI’m sorry for your lossā€ no words of condolences at all. It’s just really sad and unfortunate that people in the health industry have no pride behind their jobs . All I got was a bad experience and a $1300 bill just to be told to treat my bladder infection and follow up with my obgyn.','2018-12-27 02:02:14.746000','2018-12-27 02:02:14.746000',1,'Shakayle Covington','https://lh6.googleusercontent.com/-5e5sVfdX-ig/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmMVRPv_cZyjqOq2Qp48QWpk4Ve5g/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29174),('AbFvOqlsxSXLktiJimZ5NUfDuwLRO6eMWwB75BWlhxXS9kXqhctk8nX3z80W6u3YeyEPH4YKRuJGpg','From the moment I walked it everybody on the list was absolutely amazing. Definitely take care of you','2019-08-31 01:30:53.969000','2019-08-31 01:30:53.969000',5,'Breanna Dzurikanin','https://lh3.googleusercontent.com/a-/AOh14GgfnWn-Ym_U8J4eFW4Ra6oToKuBQJ4rO7wrQB_NYw=c0x00000000-cc-rp','12541597562633926366',29039),('AbFvOqlsYT8NyVg1ipOQnAAPxIYGq6rfjwOrOGJTng1NVMBUomQeAoCaGv4_TiuZAWl0ea6UISKIyg','Girls at the front desk are SO sweet and accommodating!!!','2020-06-26 18:48:46.361000','2020-06-26 18:48:46.361000',5,'catherine larkam','https://lh3.googleusercontent.com/a-/AOh14GjIqCkUoauYmz-KQIQSgY_C97p238aprJtV-nkytQ=c0x00000000-cc-rp-ba2','2694018788013845459',39056),('AbFvOqlszE8Sm9IYUw9oh23LEZsuuWbFTfJ03JY9mpJQefjcLJ3lx4DLKicllHj8Q4UZoe40f1DL','The receptionist, Lorena Torres, was very kind and helpful. The nurse and doctor was very thorough.','2020-12-27 18:40:30.252000','2020-12-27 18:40:30.252000',5,'Quila Polk','https://lh3.googleusercontent.com/-WgYDzjNKTh8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmm15IT4e9uLFd-A1vfmT-n6edrfA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44005),('AbFvOqlSZnAev-l9z2mETaN29SAvdwP4EVY7Mzb2oLrFXBNRxl1-pLt3tORM-oviQghcxRP2Ap2_Ng','Service was great no wait time.','2020-01-27 04:25:53.761000','2020-01-27 04:25:53.761000',5,'James Corr','https://lh3.googleusercontent.com/a-/AOh14GjNj87gcQFHo5Jutg-vZvlEc_GmClb3WCFrNWg51A=c0x00000000-cc-rp','2694018788013845459',39151),('AbFvOqlSzo9wojed0D-CAyrGIqHmSjKZ77dpjfqcCj2CXGJsaIVyPbK5wFnr4SgqQsI0oS-hgcA3','(Translated by Google) exquisite team Manny Magali Maria Dr. Plants\n\n(Original)\nexelent team Manny Magali Maria dr Plante','2019-06-21 15:15:27.157000','2019-06-21 15:15:27.157000',5,'Melanie Chavez','https://lh3.googleusercontent.com/a-/AOh14GjhAaKi0RKAatAySHrDj5ouTaPGvGs0iMV9PORp9A=c0x00000000-cc-rp','6521947413723274945',41684),('AbFvOqlSZrzz0IDUlrSuk3IOE1rytnd9rBCwLTmglwBYYP-Vn2CKAdLSNWfMOa7q8GO5unqyH1n3og','Very friendly staff, however I received invoices for a total of $3,000... for an ear infection, which included a total of 30 seconds with a doctor, and a basic antibiotic prescription (0 lab test of any form done). I had to hire an attorney to negotiate the bill to a level any reasonable human would have expected, or been willing to pay. I got sick while I was in town and just went to the first clinic I saw. I\'ve always had health insurance and never had a problem like this before. If they want to bill exorbitant rates, then they need to have some upfront pricing and not market themselves to look like a very other emergency clinic.','2017-04-26 20:13:06.318000','2017-04-26 20:13:06.318000',1,'Brandon Durham','https://lh3.googleusercontent.com/a-/AOh14GgCc8MWQVjdfBPlGJfBl2kpJioX7VYrv8xz6msPwA=c0x00000000-cc-rp','13486358490203335051',29968),('AbFvOqlt_0qmDkmGz1V-tPLyik12U5okiSMiH8qU2Tx4lECPwkCwwNgpcmBwmm41EtMb2vDgzAmjYg','It was fast, professional ataff.','2020-01-10 03:33:55.736000','2020-01-10 03:33:55.736000',5,'Melissa Lopez','https://lh3.googleusercontent.com/a-/AOh14GiJ9OggLHRQXZdAzOIsAgSxdQmKesdw2ShYd_xB=c0x00000000-cc-rp','6521947413723274945',41501),('AbFvOqlT_MK2woLovNhgIUt00DlvowMRAlAtdGCDY2E6dcEhbpc1yvzQ6RPceZy6tOIe-VAdqT9e','Cody and Joe were really friendly and helpful. I was seen as soon as i walked in. It was a fast, friendly and informative visit.','2020-08-11 16:40:24.441000','2020-08-11 16:40:24.441000',5,'Sandra Castro','https://lh5.googleusercontent.com/-ukd85RebVBA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckESVGXg8Yx2gIc3FVXfBt3QL_eKg/c0x00000000-cc-rp-ba2/photo.jpg','2077061009497551125',38617),('AbFvOqlT_ONg9BbanYujArYjroFOKLT5n-CLzIbIREpRwkxCmk6gIDyLf9bMOwzWgTJTdB5bBnyE','Have had two positive experiences with sick or injured kids. They are friendly, caring and efficient.','2020-06-07 17:37:06.167000','2020-06-07 17:37:06.167000',5,'Brock Blassingame','https://lh6.googleusercontent.com/-b9I_GjbQnvA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckrJrRWbgp_a12b6qoGeP4sj7Pp-g/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41913),('AbFvOqlt_vdkzMG-Ojyq2PgHIoG9_iBqd3hjRcx9dbptXJUQDte-tP-ZVY3dhgRcxBZ1bzz79FRtLw',NULL,'2020-07-24 17:24:50.846000','2020-07-24 17:24:50.846000',5,'Maya Jarwan','https://lh3.googleusercontent.com/-GndWjfZ-_vM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnb0lJx6BYyT8kzzfjpE7WrTMXdLQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34267),('AbFvOqlT-pFG7qjpgJCcyQAjGF5PtmnomQl5nrnbTXDGn8EHRM_5ffV_57jrzFfJs9hDLaZaCVIE','So happy with the care that they gave me here!!\nI would recommend\nSignature Care to all my family & friends.\n\nEveryone was so kind & caring, and attentive to\nEvery medical neef i had\nSo glad say i\'m very happy with them i will surely recommend them 100%.','2019-04-14 21:27:08.209000','2019-04-14 21:27:08.209000',5,'Pauline Ferrell','https://lh5.googleusercontent.com/-_DDtrf5WR7k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmvGpbKk7nytMSaAEdf0KlxEAlMiA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34895),('AbFvOqlt04hnPZoYHGFQ26pM7JAYgI0fKWhYZdkKDauKaUJXOtCgh3OQWLVDwKGRzJx7S48VrcJ9','Awesome care. From the moment I arrived, the receptionist Tory made me feel comfortable. Everyone there went out of his/her way to get the job done efficiently and carefully, but making sure that I felt comfortable. The doc was terrific! I could not have done better! Thanks to the team for your help!','2017-01-03 02:17:12.173000','2017-01-03 02:17:12.173000',5,'Erin Hodgess','https://lh6.googleusercontent.com/-p_xdcBCSWT0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl8vsjkxV4b4C4dfObxyaFbtBe4SA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41137),('AbFvOqlt0CC5fKJbG2YUiZqV1h8UHMK8_1ILkuEcuNoDZxFMwsqmu6Wv06uxIZtEpJMdDzpxh-0sig','Nace did a good job','2020-08-02 20:55:21.607000','2020-08-02 20:55:21.607000',5,'Sun Fun','https://lh3.googleusercontent.com/-nBRQ3KF_PY8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckP0yB74OqghumhnV59rpOQYFmfag/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41313),('AbFvOqlt0HoM1AMdqORB8MUQWGv8LfZH5IJ7-Huo1-Rsq9I6jDOAqkxW51x_idPlwjH8RjND3Cki','The entire staff was wonderful!','2017-08-01 16:44:30.226000','2017-08-01 16:44:30.226000',5,'Greg Thurman','https://lh5.googleusercontent.com/-y1vx0pOvle4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6UKWhFvNrTYLTExsXpwCX57n0SA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37108),('AbFvOqlT2jSZBPpU2aN3VDaGD8QRivcAl6rF93lH0zobD4nkJnKxz-jIAzyDSF5Imb_mSSSoo51glg','Dr. Janet and nurse Rennington were super helpful and friendly and i was in and out of there really quickly!','2019-04-07 19:08:19.894000','2019-04-07 19:08:19.894000',5,'Caitlyn Baker','https://lh4.googleusercontent.com/-yVoX1k7S6is/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucli6ySgzi-ijIpfGPEGeDET-qpxCA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34908),('AbFvOqlT2xp3DoUe-FOFkBhgH2CCJHHYD0UgFJza7GtT_U0IzbWn68l9hHPq-XsGN19xJn9FNMJ1gw',NULL,'2016-11-22 16:22:25.616000','2016-11-22 16:22:25.616000',5,'Chito Udegbunam','https://lh5.googleusercontent.com/-CqwODKdtmIQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckC9_bRXYBLo78F_qN5rDl_buYSXQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37263),('AbFvOqlt35C0ducLgn4j9f9dgND7HHGEH1tgP3yfRd0HCAqFOW_Eb1Zdd1y2_CTUVU9DfU-fRihHlA','Great customer service! Register Delicia was very welcoming, and very helpful. Dr. Alloju was very informative, and nice. Tech Son Le was nice and patient. Nurse Blake was nice and very helpful as well. The staff is awesome! Made us feel at home. Will be back! Highly recommend!','2019-12-02 16:20:24.957000','2019-12-02 16:20:24.957000',5,'amanda ruth','https://lh3.googleusercontent.com/a-/AOh14Gj-_aSc3pRDq-Se2dehgJki8zHng5drIhSwC4hI=c0x00000000-cc-rp','8679688254631342173',42563),('AbFvOqlT3F_VT6z4grd9qX79EFag7loFWjU-uocGJF1kiopiaOhn3gxKEStkai4gDNlZj05iUWurJA','Almost no wait time. Dr. Kotey was great and understanding. The rest of the staff was great even greater my kid and accommodations are great, best urgent care i have gone to, highly recommend.','2020-02-23 00:46:41.417000','2020-02-23 00:46:41.417000',5,'Victor Menjivar','https://lh5.googleusercontent.com/-nVHsyrNoYRk/AAAAAAAAAAI/AAAAAAAAACU/AMZuuckpSlHTbqWIzrKVl9HScIJtInMkQQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36616),('AbFvOqlT4hvBHm9ghs6nhH60E0Qsfk8cH42GYgvnOXv8CljELtg5XUin6YaHWbdMVXTEWICQ_SAFrA','Jessica.s was a really nice lady to me she made the time there very great. I would go again','2020-07-20 12:51:05.565000','2020-07-20 12:51:05.565000',5,'Malik Stevenson','https://lh3.googleusercontent.com/a-/AOh14Gjh9VBnXkJhP341zEU6svbBp8ouu4tkr7xaOrOlzQ=c0x00000000-cc-rp','14748677429039074158',31948),('AbFvOqlT5F-J4xk1H1GfZrQ3Xz0jQvAICMW0dii7ZciR1uyuQHDJ8Ki1KfkNMoSm2CXCFM68Bbltng','Staff was friendly, helpful and professional and facility was clean and comfortable.','2017-05-16 21:04:14.359000','2017-05-16 21:04:14.359000',5,'Wendy and Ruben','https://lh3.googleusercontent.com/a-/AOh14Ggn_F0o41cqko9fbyyYPPIQvblVyXt4xzl2wCcieg=c0x00000000-cc-rp-ba3','14567670160750071148',31040),('AbFvOqlT5qxIcaXdaEFwZqh8aY33ePPtfohz2Ne1ClHKmg3O6CPGpzfXJH4ZNF7n8UE75d7YwL-TvA','We had the best experience here!!! They treated us like family! A very big thank you to Karen, Courtney, and Gunnar, yall were very helpful through our experience!!!','2019-01-01 17:47:14.950000','2019-01-01 17:47:14.950000',5,'Dominique Packard','https://lh4.googleusercontent.com/-gDvlhfT0txo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmYTWrOTbK1CxUMshBU22UzfSx5cA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39974),('AbFvOqlT6JTAD6e3i62d4WVcPciHhiDMmSZy5kM8yeAbsxGS9Pubq2WtaolSXiQLSNSrnCInVqGU','Gunnar and Mollie we’re so kind and attentive to my daughter','2020-12-27 17:19:53.112000','2020-12-27 17:19:53.112000',5,'April Graves','https://lh4.googleusercontent.com/-fGtwDfvOpCY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnnZQE8xkaFoFlx8NN0sX12dLqwiQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44007),('AbFvOqlT6nYhzKk70_RZB13cqEOAQ5ooKtRvOpV2ua6QCfhS4zN0q-K9ZATACfWLLwKtML9q3KKGlQ','Great location. Very knowledgeable and experienced staff. If you would have to come here, you will be taken care of quickly and efficiently with 100% result.','2017-03-02 14:04:29.885000','2017-03-02 14:04:29.885000',5,'Masha Kuhns','https://lh4.googleusercontent.com/-J1k1Rtj3ztc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck2D2IEAoo1lMK_BygOb1-WL5IvSQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32717),('AbFvOqlt94GDJl0tl305HAKJ2pcQvGPwXzvfD9Wx5iYSRvjfunFxC10JJUPbfgDjoT5nlkmPB8n0','It was good great care and it’s faster better than midland memorial hospital and all nurses being concerned with my issues and I thank everyone and all doctors and nurses very appreciated and I’m always coming back if it’s happened again... thank you for all you do','2019-10-16 01:45:51.077000','2019-10-16 01:45:51.077000',5,'Jay Davis','https://lh3.googleusercontent.com/a-/AOh14Gher8Xs8Kw2KVmF4t0WZQrKOA2kWMZf1dCwFdg9aQ=c0x00000000-cc-rp','13486358490203335051',29616),('AbFvOqlt9QL6JsPNZnwAUaXalEITXSCsm3ekcnmqZV9KxqS7LRQeWpkIJ_pjgqa9yeOBsmrdiKU4qg','This place is a very friendly location. The staff was very accomadating. Doctor Patel, Nurse Tammi, Rad tech Nanci, ER tech Norma and also the register Vy. Very clean establiment and the service was great.','2020-02-23 23:08:09.625000','2020-02-23 23:08:09.625000',5,'X tv','https://lh6.googleusercontent.com/-zuV50DmoAt4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLH6I-oF9vPKItJRzmaanFRCSt7g/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37659),('AbFvOqlTAJ2kWk92EZAODX2dlDBFFtSi_MNwipp2v_aHjmrB3lhd9YMLocKr_r4hbiumoaLXhUrAzQ','Kendra offered me a warm blanket, after treatment Dr.Vakey let me rest. Quick and respectful staff. Nurse Cat is amazing.','2019-12-20 13:12:19.592000','2019-12-20 13:12:19.592000',5,'Sharrelle Wright','https://lh5.googleusercontent.com/-E14sXkUkiKs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnogvbMerntpvmVJeFkLdb8fenCfg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34495),('AbFvOqltb5Lu-SElzM0cRdlRo-5AfpphUx6h1hEpdQyaHrQTUgxmy-P050gQUKgZ31zMxdEMBn2A','Waited a long time. But nice staff.','2020-07-21 06:09:48.090000','2020-07-21 06:09:48.090000',4,'Rebecca Degg','https://lh4.googleusercontent.com/-XemdMT1ac7o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_FXupAX8qiO5AndWXnUvHyRlwOQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31909),('AbFvOqlTb7NDewujRG3gpDGUD4FG6NmImRR1HAncAuQkGuaqABbXdMxp-9-IuQlHJdyo-Wd_UytkqA','April and Dr Chowdhury were great! Made me feel very comfortable and were very accommodating!','2020-12-08 14:33:36.435000','2020-12-08 14:33:36.435000',5,'Andy Cusyck','https://lh6.googleusercontent.com/-n3LnW-McrSc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckp2K41MEWGZyyGpAkV3suUacSstw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31289),('AbFvOqltC3S4CDv_Z3q0IEqeT998nfa9xq2jfPADo4eKuo1Wmx6k0Jl-uRqWTAJQ93qANly6Umdarw','I was seen very quickly! No wait time. Received great service very thorough. Everything explained very well. Kim was very nice, helpful and knowledgeable.','2020-12-02 02:17:15.387000','2020-12-02 02:17:15.387000',5,'Bianca Holland','https://lh4.googleusercontent.com/-EeZB9GB5xtE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckitBjTnivjCV9u_NPvEFe-9UPJRA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38877),('AbFvOqltCAudKaZNxJrjs2_OGYJUhK8ftMcroxjdARDnXarBdAcnlYlNzf3oe3_TtMH4i3816xAfww','This place is amazing! We were seen right away, the staff was quick and caring, and it’s way less expensive than the hospital ER. The facilities are clean and they have coffee and snacks. Highly recommend! Thank you to Rommel, Jonathan, Dr. Leavitt, Adolfo, and Rita!','2020-02-12 19:34:38.885000','2020-02-12 19:34:38.885000',5,'Nikole Haney','https://lh3.googleusercontent.com/-px8jd1dY_vo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclsg9iP8PBeSVd-ryxpDTpA5ZgvZQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32346),('AbFvOqlTcGrtuN1ddbxStJenBFrRMnnSI3RP_965BiAePP3KAxU28iiZr0fux8mzW1unTPMnUeQI','Thank you to all of the staff, doctors and nurses at Signature Care! And an extra thank you to Dr. Angela for standing out in the heat delivering results','2020-07-18 19:07:09.055000','2020-07-18 19:07:09.055000',5,'Carolyn Carter','https://lh6.googleusercontent.com/-9zZ99j7oRvc/AAAAAAAAAAI/AAAAAAAAB7c/AMZuucn7jcaOP9e_EHe_fOCveApOCz9XVA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31998),('AbFvOqltck2Iaa85CW0TDbYkr9CDoePGQFgggUVUl6REFCGi6LBIcdSuNOb_zaqOxtOVmgTr7Z1dxw','They are all very nice people and very well mannered i loved it and my tummy feels good.šŸ¤šŸ–¤Dr.Henderson,Mrs.Sarah,Angel,Laura,and Mrs. Tanisha yall are awesome!šŸ¤ŸšŸ½šŸŒŒ','2020-02-14 07:33:57.885000','2020-02-14 07:33:57.885000',5,'1way deuce','https://lh3.googleusercontent.com/a-/AOh14Gg-nL3olWXaAKgPohOq39iDYfkb7e9RmLxey9CM7Q=c0x00000000-cc-rp','17898197009688164559',37698),('AbFvOqltcp3BNDquuL4VDRFB3qNY6XR50-wY-EADTOYAU1KvkuZefVuXgWNYBKBN3bsymv01H03MZw',NULL,'2019-04-03 17:54:02.327000','2019-04-03 17:54:02.327000',5,'Hannah Ratcliff','https://lh3.googleusercontent.com/a-/AOh14GjvqJJ39SnjdDBZAHiUooRu9s-5Hgiptlhka7wx=c0x00000000-cc-rp','16590124370714063921',34923),('AbFvOqltcpMGG7veLI696l3pFdBwajtbcNXyWTLyIFDBYVCj_WmLEZRe60pXXf_HLNkC8TIF0t0Kig',NULL,'2019-12-24 21:09:11.592000','2019-12-24 21:09:11.592000',5,'Preston Ross','https://lh3.googleusercontent.com/a-/AOh14GhhLAAQB0p61F1T-PAIasKECMXHds4zEHO-MAvh=c0x00000000-cc-rp','8626688543755174284',41966),('AbFvOqlTcV0_eKdWIk73ezzEffiyxkFeQ_GVXTx7nk7V8PJhXtCLfMMgOrquLU5-88h4rxRHrVJ6ZQ','Fantastic quality facility with an efficient, professional, and welcoming staff that made our visit a breeze. Covid protocols were followed and the facility is very clean and well-kept. Kerrie and Jenia got us checked in quickly and Nurse Naureen assisted every step of the way from wheelchair pickup from our arrival to leaving the facility. Dr. Sylvester has amazing bedside manner and made us feel at ease dealing with the injury we were there for. Radioloy Tech Sharesa was gentle and comforting while performing x-rays to help soothe stress and pain levels! This team is a perfect 10 and I highly recommend this facility to anyone needing quality emergency care!','2020-10-25 22:32:40.554000','2020-10-25 22:32:40.554000',5,'Alex Padron','https://lh5.googleusercontent.com/-98wrLzCL2Cw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnDm0b6hoyj-hFaGMyr3TWBdLGVvA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40106),('AbFvOqlTcypmg5Aij2RKaYH_vjI1dDFaasHECZXVavdK9QJeII8LvDAWD9Ba9rnsUOqW2DVERddMpQ','Miss Malissa was so friendly from the moment I walked in. She immediately processed my paperwork so i could be seen quicker. My doctor, Dr. Daniel\'s was very knowledgeable and helpful and showed a genuine concern for my health. My ER tech John was also very nice throughout the process. I will definitely come back if anything else goes wrong.','2019-08-05 20:55:42.570000','2019-08-05 20:55:42.570000',5,'Allante Young','https://lh6.googleusercontent.com/-o5kbJfR0qiY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnxp7JMba7nMIXUao2kwkh15E00dg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29057),('AbFvOqlTDauqNiCKJK14iXt_omM2vYprmATGsi1WcxFhywDx3CxSlV6yspvzh3JOP8-Ur-JKqDr-Lw','Spent the night in observation in Paris. Could not have received better care. Excellent facility.','2019-10-12 15:54:28.250000','2019-10-12 15:54:28.250000',5,'Vickie Garrison','https://lh3.googleusercontent.com/-6BWrG3utjxM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclab2h5IOSIiOxYlwnQgkEGCpOUXA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41997),('AbFvOqltdjveA80y9_8ux5GjZsZLRCnDTjsmvsIapAm_e2A0aLpva6L2ofxP5E9CdvaRvbqPnX1I','I visited Signature Care emergency center having abdominal pain. And I received some of the best care from the front desk staff to everyone there ERT-YASMEEN WAS GREAT.. RAD-T Jessica was very nice.. RN Charlotte was super nice and attentive. RN Shelly was very nice.. I left feeling so much better than when I walked in there..','2020-09-26 22:10:11.216000','2020-09-26 22:10:11.216000',5,'Kay Franklin','https://lh5.googleusercontent.com/-WjXE5lM7ZEo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckMsLSA-w1yOLzIvfuJUOorL92WmA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37532),('AbFvOqlTdv6wcRy4JojTzuc9nUOlmnJ9u4EMKdLZGyC0YfD4RTEpYaJ9PPOeUUl9gFrQGTZpRt8Y2w','SignatureCare was really helpful in my search for a rapid covid test. I looked everywhere and signature care was the first to offer them. Lorena T at registration was really sweet and answered all of my questions along nurse, ER tech, and Rad tech Bretnie, Christina, and Nina. Dr. Wright was super helpful and I will be returning. Get your rapid tests here, there was no fuss.','2020-10-10 17:28:03.347000','2020-10-10 17:28:03.347000',5,'Melody Nicole','https://lh3.googleusercontent.com/a-/AOh14Gh6ua9tWR-PVzUw54mioRHGm6FVGeEkA9NT1N2ggA=c0x00000000-cc-rp','16590124370714063921',34141),('AbFvOqlTe0zo2J5xuaAP8SLLZiEAlxh_3t9aD_lBLbKcKq6xo9PBi41kIprvQ8cOFSuAC4cXVibFPQ','Staff was very friendly and service was fast. Doctors genuinely care about you here!','2020-08-10 07:06:34.819000','2020-08-10 07:06:34.819000',5,'Sandy Pachicano','https://lh3.googleusercontent.com/-TTno73ppoaY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmlj-RbB7EuGhfnETE1QZeLmq5hNA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31783),('AbFvOqlTe84radrJsk2UlwpwErN06h25be9llPGBcCZdnahGlfoGz2ApwoSfIjEOZp0uaWzAXWhXWQ','The staff at Signature Care was polite and courteous.','2020-11-03 01:35:25.869000','2020-11-03 01:35:25.869000',5,'Soccer Champ','https://lh3.googleusercontent.com/-WDEHL15U01A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnrhuDZy83Hzjlh1rAbLZ7fyho58Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33016),('AbFvOqlTEaShpAKYSOPhWQKndTTnUyznORzTbNPJn3kho1Vgtdys8V1m5BM9iQyV_dUpIJ6OBBw_',NULL,'2019-03-19 14:06:47.212000','2019-03-19 14:06:47.212000',5,'Jaqueline Perez','https://lh3.googleusercontent.com/a-/AOh14GhaJR8aKxFnJLIjjgy0a5XRe4KcinzaQ8bmhhfzIQ=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqltekiSSaJF35yw4RpY-QVFCjqPD-HT-J_nLPAmSXEQwtL8SoBFODFPw8cl_gU8vYNyD1Jl',NULL,'2020-02-02 20:31:32.057000','2020-02-02 20:31:32.057000',5,'Jamaria Chontel','https://lh3.googleusercontent.com/-YnzuDn79cn8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclLsQj9EiacukbAYinhMdeTaqX2Vg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40320),('AbFvOqltElrK772kZyEA1al5MZx-_ltO5OLh30pf7DJMXpkFWKFOGr60NitfxU3ymHFUG0zC4Gkj','Everyone here is incredible. The secretary, nurses and physician were all nice. They fixed me up really good and they\'re all good people, I highly recommend you visit here.','2018-10-04 05:40:04.906000','2018-10-04 05:40:04.906000',5,'Art Thou Doge -','https://lh3.googleusercontent.com/a-/AOh14GiiZtcg4xTJBq6qknRk-K7GJt3REKAlitds0i2bDw=c0x00000000-cc-rp','14567670160750071148',30698),('AbFvOqlTEmDXi3hoWgLlFN8n3g0y811lLOAUYs6SvSndSFfVGUMsqemLB0mGePwPIBm0VwCqxxzDvQ','The staff was fast and friendly when getting me seen by a physician and getting the care I needed. I wasn’t feeling well and had an infection which was taken care of swiftly and with smiling faces. Thank you guys (Churiah, DrSoli, Kelly, and Jasmine)','2018-08-04 00:59:21.978000','2018-08-04 00:59:21.978000',5,'ilan','https://lh3.googleusercontent.com/a-/AOh14Gieom6mfv8Xno4UF4GsNKO-vPTVXEcqiKWuEUdg8Q=c0x00000000-cc-rp','3511292162159714121',40900),('AbFvOqltEpP-FkWuv5F6_AyZ8H85PRVPqY3Zt_iCuPPT9XuDyE_gqbMZHOB5IgRX7j-ghROL3FUL','Addressed my problems right away and made me feel better in an excellent amount of time. Keera the receptionist was very kind and helpful!','2018-01-04 22:54:00.025000','2018-01-04 22:54:00.025000',5,'Katelyn McDonald','https://lh3.googleusercontent.com/a-/AOh14GilCByy-WdNik6UUThn1-7LPB0zXquuDdvFx4it=c0x00000000-cc-rp','16590124370714063921',35334),('AbFvOqlteRQ1b8X9VqfD8tLpTFuRIaZ2Bgta8fHKFXkS3Atc5ZZnNDJOCNqiBRzGTScL6TTAEnCl7g',NULL,'2017-07-01 06:37:09.783000','2017-07-01 06:37:09.783000',5,'Emily Granger','https://lh3.googleusercontent.com/a-/AOh14Gh6LfEYcapqJxcHU3f0Z5ga0SZLr8OnRKGk5aHxKQ=c0x00000000-cc-rp','16590124370714063921',35416),('AbFvOqlTF7dNnTQStEJNL0HBZUh280mT_QFAEeqGKCiTA4_99YiuvGL4JZcmNI98e6RPtlHDygx-WQ','It was quick, detailed, and the Dr and Nurse Dee were great and professional! Will come again.','2020-01-24 22:43:28.898000','2020-01-24 22:43:28.898000',5,'torrey brandenburg','https://lh4.googleusercontent.com/-mdz_3otxyYE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm5N6n9pltRSv8QbVIujPt4C4_DtA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40336),('AbFvOqltfleyrfUIKyKltuQd3BbPhTI_EXtxSMZgCUBxD83oQoIgXAj8VXPAffh-6OxAyTD-isgH','All of the healthcare workers were very nice and always made sure I was doing okay. I was cared for by Ricky and Brandon G . They were excellent and I couldn’t ask for better care.','2021-01-22 11:50:02.243000','2021-01-22 11:50:02.243000',5,'Natalie Teran','https://lh5.googleusercontent.com/-9T-zvYvqUUM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnlm0FL0kJNU7iq6ERkFtaS592SPQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44495),('AbFvOqlTG_aWBByT5e0QJPuCwwZilSjDwOYWowLY2zzmjW6TNI24UXvj4nlago12l8gJaa-C8F57rw','Dr Omalley, Kat, Alvean and Marcus very very nice. Jordan and the front desk, Sam and Chris worked quickly to test me and my wife. I appreciate the fast service','2020-11-03 19:49:55.841000','2020-11-03 19:49:55.841000',5,'Jimmie Barnett','https://lh3.googleusercontent.com/a-/AOh14GiOXnnmhWfyRFQwrpjbcu7q9LufSBc0wTwV9wXB5Q=c0x00000000-cc-rp','16389487648212004696',33005),('AbFvOqlTgDlLHBNt_rv-7YLqWx08a9f3hwfcdSLc6Dv3WexohIZGanOckBLtoiQmCQNvlePwF-3a-A','I just visited SignatureCare for the first time and I was highly impresse . Dustin, Dr. Das, and the Radiologist Tech were fantastic. The level of customer service at SignatureCare was wonderful. I would definitely recommend this clinic.','2020-07-26 18:38:51.383000','2020-07-26 18:38:51.383000',5,'R Dub','https://lh6.googleusercontent.com/-W_u38-Ys_2E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmYC1IWPTY9vJW_cHBtJOXYYxtJbA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31864),('AbFvOqltGmkxb9Ka2hMymxy1d0BcUuzQUhKDU_Khx2JQ1rEqLqURx1dwZzfcoY3lIAtQP9cg4vH9Dw','They are efficient, the office is clean, and it did not take long for her to see someone, after filling out the forms. Thank you Dee.','2020-11-17 16:28:07.077000','2020-11-17 16:28:07.077000',5,'Orlando Scott','https://lh6.googleusercontent.com/-Gm-9iPhiklc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmgkKTSgEMTcDGDuRZ3SbDiEetgmw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28455),('AbFvOqltGNGP-EpluXjQxle-Xd6kSPiUQPgbcX0db9QlDfolSh9b04rS3UesEP8Z-0B1235zqhZ7RQ','My family went to SignatureCare on July 10 for COVID pcr testing for vacation to Jamaica. We had an appointment at 10am and we weren’t seen until noon. There were more workers than patients. We repeatedly stated we needed a PCR COVID test. We were swabbed oral and then our test were sent off. My husbands results came back in 2 days and he was tested for NAA and antigens and he was negative. My test came back on July 16 and states negative for antigens which I didn’t ask to be tested for and still no PCR test. Antigens is a rapid test that could have been done at the facility but this still didn’t send up any red flags. My daughters test was labeled wrong per lab Corp and lab Corp had attempted to reach out to signature care multiple times to get the test changed. They ordered antibody test yet sent no blood and sent a swab. Today is July 20,2020 and still no results. I have spoke with signature care ER a total of 8 times since the July 14th and have been on hold for hours to get no where. Each person I spoke with gives me the run around. We had to postpone our vacation by a week to attempt to get the testing done and then we canceled again by 2 days in hopes that signature care Er would be able to do their job. BUT, today is Monday and we had to cancel vacation because signature care Er couldn’t order the pcr test that we drove an hour one way to get. This facility was completely incompetent and unprofessional.','2020-07-20 16:37:39.539000','2020-07-20 16:37:39.539000',1,'Mandy Pennington','https://lh5.googleusercontent.com/-Ipfmis3JbXY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2ukBGIJNbVQI-0825x6kL8tu9HA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41910),('AbFvOqltgWonbNU70KQGcHpSscgaWUVVzD158aqQVtJkXI18ygYUjbx11yxRNxAd3RR-O5Mvkb5L1g','Great service husband was in a car accident the employees were all courteous and helpful!','2018-07-20 01:50:04.618000','2018-07-20 01:50:04.618000',5,'Isella Ruiz','https://lh5.googleusercontent.com/-1BxcKC3AdkI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmCIaV4nctKRhOu-khPI_sd65F1tw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30812),('AbFvOqlTHl_uH9rAtOb61eVujGih21rdzg3bp2AKOVlbhIUOIg3xoxUHRz_quNEaIydCGQEsglIXJg','Timely, and very courteous.\nRegistration: Amy M, Valencia P, Julesia H, & Dalia R','2020-07-22 21:11:18.573000','2020-07-22 21:11:18.573000',5,'Pious Manikkuttiyil','https://lh4.googleusercontent.com/-NBCUHTXDdJ4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclOS_l7s9sljNJzAmD-qT7eeCueoQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42981),('AbFvOqltHLBIJhBTgUOZwBIjzdJQUkL-yTl8nSx7XDDCOqkBEm0MH9cbrXZ0y0vi-H3nmpR-0KFryg','Fatima and Tanishia provided great service.','2020-11-03 04:24:04.276000','2020-11-03 04:24:04.276000',5,'Karius Jefferson','https://lh3.googleusercontent.com/a-/AOh14Gj7s85zPSIItPRpuV6o6fTfs8cPYZzAWlQaAbYUlQ=c0x00000000-cc-rp','17898197009688164559',37466),('AbFvOqltHVaUirZy5yt_PX5wOzufR86b4Nca8N0fRCcO7_u7QnhsIaDFBthYIJRSpl23xW0YPuH-dA','Thanks to Dr Mauldin, Laura, Tanishia, Sarah, and Daniel. God bless you guys. First time coming here and you guys were amazing. You guys for so nice and welcoming and very concerned and i really appreciate it.','2019-08-14 04:23:55.273000','2019-08-14 04:23:55.273000',5,'Lisa Thompson','https://lh6.googleusercontent.com/-G5uExBl63jM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnYotUl07P4cdMRJoKIS6S1Y8HWtg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38034),('AbFvOqlti2qSw0pNErGFRlABdLnGd1un5RNFv_duC8oQj-PG69Giyd1rh4LR8meg2jNBSJQwxbJvZg',NULL,'2020-08-02 11:38:37.982000','2020-08-02 11:38:37.982000',5,'Anna Noel','https://lh4.googleusercontent.com/-egFdZ0irsxE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclPyh2r8Xr8DCeXWUTN03hOqZ9NfQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38678),('AbFvOqlTiSz9qXbR_atHNa-hWYJpGO_shOG5HAEVu_vzHX3YjxlrJrI82L7UglcJYFW5ttig0WujKQ',NULL,'2019-02-26 23:54:24.352000','2019-02-26 23:54:24.352000',5,'Karsyn Hisaw','https://lh3.googleusercontent.com/-MHTa4fMPn18/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmHNse7u3S-zsfVGALh80cxc-4ALw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42136),('AbFvOqlTIUdR8WK4jM6a-nYb86hb8ls_6hm0LLGE3mUNN4FcSwah6gesZyV_6ZbsBFPSUkP1IbZg','The warmth and caring was felt as I entered the building starting with registration (Delicia) , nurse (Kelly) Rad Twc (Son/Le/Vasmina) and Dr Guharoy! Thanks for being an Awesome Team','2020-01-13 17:14:19.108000','2020-01-13 17:14:19.108000',5,'Sheryl Wallace','https://lh6.googleusercontent.com/-XeZGNkXBk4Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclj0mPo828Vq0_KO037pQH_9DbdBA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42506),('AbFvOqltiWFQY8I41Lhgy12CuMvjlNa7ggHSUXLw8zG9QxTxEruKWmLEyBKxCrErzQI-dlJsVf7e','Great staff very friendly and helpful Dr O’Malley, Alvean and Patricia is awesome and made me feel very comfortable ā¤ļø','2019-12-01 16:53:04.173000','2019-12-01 16:53:04.173000',5,'LaTondra Brown','https://lh3.googleusercontent.com/-vHYZ69iCfOs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclEVt11TCNeU1bvhJgoKx0yMaXSCg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33653),('AbFvOqlTiWGtTUmVLUNs9AX9SZBMCrE0BqDl4EnU-kWnbKn_QzpHj9_JCr42QyjpDj4gm5bU1Ff3','I had a great experience at Paris ER, they were fast and friendly! Ashley Burton, was very helpful as well!','2019-03-01 19:52:08.111000','2019-03-01 19:52:08.111000',5,'Kelsey Mitchell','https://lh6.googleusercontent.com/-CHV2z01gqu0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmHlwtbE0b_2EInTpyGLBlu7izuzg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42133),('AbFvOqltj2IuJT9i7MX_GXiSKfTdWENoTG7LxlVBKav1Yl5GkUNxn1YneafyR5wveJ4t6RAVjFHM','Absolutely excellent care!!!!','2019-10-05 16:43:25.182000','2019-10-05 16:43:25.182000',5,'Mitchell Moon','https://lh3.googleusercontent.com/a-/AOh14Ghccqf0vC4ChCw9DizIxLoj9ZMWeknCguRG1QZa=c0x00000000-cc-rp','3272657195432704501',39793),('AbFvOqltj7dZ_xwDxB0YHUVxxB909Mt_xdoIjNlSPsBBaUlhIHimOS9uP_n_nBC54hytfmffpjMu3g','I came here after a terrible experience at another ER where the doctors ignored my complaints and assumed what was wrong to the detriment of my health. This ER was the complete opposite. The doctors carefully listened to me and did every test necessary to find the root of my complaints and correctly diagnose me. Dr. Ankunyili was very nice and determined to get me better. Everyone from the nurses (Laura and Gina) to the radiology tech who did my scans was so nice and helpful. Hopefully I don’t need an ER again but if I do, I will be here.','2019-01-09 23:25:33.513000','2019-01-09 23:25:33.513000',5,'Allison G','https://lh3.googleusercontent.com/a-/AOh14GgjmsO0EFF-_qVPKKgQfXpQPjD0L3XP9PtGqzyBGA=c0x00000000-cc-rp','3511292162159714121',40737),('AbFvOqlTJ9N0C2Z8zdTThrplZpeqfkDbe-m4DyJZA-p4QLNWUsgpLQMAIVpvHAjhNogdGz58OVsM',NULL,'2019-01-31 16:01:39.210000','2019-01-31 16:01:39.210000',5,'Karen Ply','https://lh3.googleusercontent.com/a-/AOh14GhOSwzR_51LyolT2UImSu9jQpQwHr-M-8c8Wq-GTA=c0x00000000-cc-rp','3272657195432704501',39936),('AbFvOqltjF9QPUEwsydCdmbBUC_nS5sTmPPM3X_EwRv00kPktJN0anA1bUX4YXS1WHqCYjXG2aFLbw',NULL,'2019-02-18 14:51:13.273000','2019-02-18 14:51:13.273000',5,'Janal Wyatt','https://lh3.googleusercontent.com/a-/AOh14GjBMJpbER1l4tfwLBIDyz1q-ccFoTG7oTYNiT2Vzg=c0x00000000-cc-rp','17898197009688164559',38289),('AbFvOqltJHWndiYXMkN2TJixTg6labn8VPudVA--Prp-NxLer2YdwgEmlX5Ez7TZ3leU2k3XDggF8A','Keshawna(front desk) she was very helpful answering about the questions i had before checking in... vicent was my nurse he was very helpful too.','2020-10-02 19:01:09.746000','2020-10-02 19:01:09.746000',5,'Wendy Mendoza','https://lh5.googleusercontent.com/-kr1A9ZKUBT0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnYA31p0qWV6mkc_zdkaUX27x7RLg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30077),('AbFvOqltJpJEbodz6eoxe-x7q-qvN3kUmtzoI7vWazFnVH05qdvuf41vUEesctK09OcNaUQf4rFpYw','Signature care has always treated us like family. We highly recommend using signature care for all emergency needs. They are quick, care about their patients and offer snacks and drinks. Thanks to JR, Brad and Angela for taking such great care of me during my last visit. You guys are awesome.','2019-01-12 17:17:42.385000','2019-01-12 17:17:42.385000',5,'G B','https://lh4.googleusercontent.com/-LTFIU_dI6ts/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclsWyYiLJEic6QizhpULP9mNJvzQA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35051),('AbFvOqlTJxsmDzahU6moeDfl4dlobOuxcZPSk8LYGBeXMiVWepTrvUyhHaOBDh-X7wjMJrQU1P1j','Professional and friendly staff! Thank you Delicia, Dr. Ybarra and all the staff for providing prompt and thoughtful care! Highly recommend.','2020-09-18 22:07:39.803000','2020-09-18 22:07:39.803000',5,'Stephanie Gonzalez','https://lh3.googleusercontent.com/a-/AOh14GhPlhMBmQiEv6glgizyz-4YF2-_-WjeoLR3bUyIxQ=c0x00000000-cc-rp','8679688254631342173',42298),('AbFvOqltjZazmIhlfBXiguIeZ4JnM7-dXqM9v5iH1JYyxnvbHOpce9duaa6ii5QOe5BT1-LrVgcE','Dr. Das and Ozzy were very friendly and efficient! Would definitely be coming back again and highly recommend :)','2020-09-16 19:01:42.242000','2020-09-16 19:01:42.242000',5,'emma scheffler','https://lh5.googleusercontent.com/-yKwHwt0lMCs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckUxslKS3E1_LcgbcgdkvJuSCqw5w/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31646),('AbFvOqltKG_rfYxjGzqKQTH-Kreq1xnIs_c3kgAnaNC2Ud8y8B0-HGpiBzbkXwe00YwaGTIH85teVQ',NULL,'2020-09-17 18:51:29.656000','2020-09-17 18:51:29.656000',5,'Roseanna Mckithen','https://lh6.googleusercontent.com/-kuurN1F4MuU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclG8UvnKHSV5ETlFaNJW2pxNuAQ0g/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38980),('AbFvOqlTKOvCNH8rR76dB5rJmClorxO4WRKoRIqHpvbRg5Qy2oe4bsXoj9tA7dlceIkg2_6t-DPkaw','Excellent in all there ways!! I’ve never been so welcomed and satisfied with service!!!! Thanks Taylor O at register was phenomenal and professional','2020-11-12 16:45:31.986000','2020-11-12 16:45:31.986000',5,'Jennifer Montgomery','https://lh6.googleusercontent.com/-5Q-37LkxV4Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMYJDG-CGcecfBhIAhykA9HvQgsA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42835),('AbFvOqlTKpHUSKN_Z9iqlQVWpEl8bOtmpjaMIhZd77kCFHP6ehAI-JUaxPYnmUJS7DlqhiornbPn9A','For a very scary situation, we were helped really efficiently! Cody and John made us feel very comfortable while our tests were ran by Jessica. Thank you so much for being patient with us! :)','2020-09-29 13:11:28.673000','2020-09-29 13:11:28.673000',5,'Emily Huffaker','https://lh5.googleusercontent.com/-LWjdRud8wX4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBI_qOuMcGvbIcH23MHgyg5DGd7g/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38506),('AbFvOqlTKYNZAHUvfTbEWes0txTifzPtr2VzKR7fslC6qpHqHLFf9KOJC_GCfKOBsw4TPsb3u2gTdw','Dr. Henderson and Nurse Whitney provided exceptional care. They are extremely friendly and I didn\'t have to wait long to be seen.','2020-11-25 02:16:04.703000','2020-11-25 02:16:04.703000',5,'Travesa Watts','https://lh3.googleusercontent.com/-EI48k_X0fjA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclAlp3eB7fr--HxTwFwYwhftrHP8w/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39438),('AbFvOqlTKZbREa_o5p80H8KdHlG5MBF0oMt7-WZKE8TvyxqYFlXX8apgBge2kKJgADU3U-Kxovqx',NULL,'2019-03-28 17:42:30.029000','2019-03-28 17:42:30.029000',4,'nick Naca','https://lh6.googleusercontent.com/-cAvx7TD4HK0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7P_81Z3aeq9ohmA0QhRy43HW3xw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29122),('AbFvOqltlCtv7m_nfpuCgn7NAZk1l3Mk6RQUqMD9Op9E_BGFotM9d7INlMdvFLmMCWcgH9KXJqSaTA','came in for chest pain and Sita was quick to admit me into the emergency center. Little to no wait at all very fast and clean. Nurse Jose was very polite and fast when it came to coming to my attention.','2020-02-17 03:06:07.269000','2020-02-17 03:06:07.269000',5,'Sean Wttenburg','https://lh3.googleusercontent.com/-OgFGFcXl78U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUxV1KNmF_nKDWAI533RhEV-D3Mg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29426),('AbFvOqlTLJ0xY7sBF_gDQ8MzZYw3PsaPni6um1iX38w1cuV6ocGwFOBqv9DjUKl0U0G8_dHKTMmnnA','I recently have had the opportunity to visit this place TWICE in one week - lucky me! Both visits, I was greeted by a very friendly front desk staff member, shortly after I was greeted by a few more nurses/office staff who just happened to be working, and then I was quickly offered a beverage or snack. WOW - not to mention this place was SUPER sterile and organized. I was taken to a private room and given a WARM blanket as I waited to meet the Doctor. Both Doctors who I saw were very professional and took the time to explain everything that was happening, some preventive advice, and how to heal. Overall visit was very quick with little to no wait time at all. I highly recommend this place!!!!!!!!','2018-12-06 00:31:07.694000','2018-12-06 00:31:07.694000',5,'Shea Tidwell','https://lh3.googleusercontent.com/a-/AOh14GiRMs3Z1N-Fbb7E_OZhT8Pd7-_Sn3SSjDM6Y7NI=c0x00000000-cc-rp','16891069708558046635',36318),('AbFvOqlTlj22NKEK3NKEZkVMn6IMjqo-Wg0K_p8oZ6xEMyVVPZNOVb1iQ-ZR7k7fGWSzWSlrt_ITHw',NULL,'2020-11-18 22:55:31.977000','2020-11-18 22:55:31.977000',5,'ViralTikToks','https://lh3.googleusercontent.com/a-/AOh14GhPtF_KGEZEWeP_JAR8IzzFE2MLwupvn4S1iK9scA=c0x00000000-cc-rp','2694018788013845459',38891),('AbFvOqltLmJKv7atUkF-DZu3Z_dCVpXkXDR4hi2VBkpweFFWS8JSAu_bx7l8aLhxeQ1rUOw371Wjvw','Really helpful. great exprience, low wait time, and excellent staff','2019-11-03 22:08:06.685000','2019-11-03 22:08:06.685000',5,'Sonia Cavazos','https://lh4.googleusercontent.com/-KWnLHQ83OEA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckpeEsQcwmXhOCFgxd3Qg-cY0WCJg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33785),('AbFvOqltLNcpvST720lYg0sI6XGewt3Ljq4pLjunhSjy7QseRWDo8zCLXUMBgDgMKb63BTlQpFEaPA','Laura, Patricia, Ekaterina, thuy an and doctor Rodriguez were very kind. Service and skills were professional.','2020-03-19 17:18:41.763000','2020-03-19 17:18:41.763000',5,'Gwendalin Giddings','https://lh3.googleusercontent.com/a-/AOh14GiQG9Rkihg0fD12LGUo8wWHI71ApFDdsMmESaP6gg=c0x00000000-cc-rp-ba2','16389487648212004696',33249),('AbFvOqlTLpB3I74UVktz8Ky7_NQZn6InlBBxNLHMqcCmGtDbpGDFAvsmfN3rj7fvUNWZBrZCkx0amA','Came here for an unknown pain. Dr. Nguyen was quick to help determine the cause and explained it thoroughly. Tests were done quickly and effectively by Kelly. The staff was very helpful..Alvean and Jordan helped us feel comfortable and less anxious during our visit. Patricia at the front was a great help from the beginning to end!! Overall we were very satisfied with the experience!','2019-12-20 18:26:09.495000','2019-12-20 18:26:09.495000',5,'bryan guevara','https://lh3.googleusercontent.com/-gRjwzAlFw5A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucliP6oB5Aolshvab2pP6GzsO8g93g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33583),('AbFvOqlTMrG0LltR4EeHV7GJm1NJD6rnzBmK2dNgGapyzgLQlifaKNgsd2bOWSp3g3nYA-hl_mN5MQ','ER tech Georgia was very professional , attending me and my family. During this pandemic her attitude made us feel safe and well taken care of.','2020-11-27 22:14:48.705000','2020-11-27 22:14:48.705000',5,'Ruben Alejo','https://lh4.googleusercontent.com/-C2SZIdWNWZw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6aLRlXcuije8sP-cT35LGpxwe-w/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31314),('AbFvOqltmxt1SoF9PR8_eNJivD1BdXQTOdCMfyKgCM_zeJOI1BWnUQs_-p9NuyPrhWRCzGQNSxQ0NA','Had a great experience at signature, the staff was amazing they were quick and efficient. Tanishia did an amazing job making sure I understood everything and was taken care of','2020-11-04 05:01:01.933000','2020-11-04 05:01:01.933000',5,'Tina Bowman','https://lh5.googleusercontent.com/-Wx7px92iHec/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm9vLYU7zsDUp0IAXRBNsmfcmWKmQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37462),('AbFvOqlTMxUrLbqTN7-7SRoCcutm-lTKGgTskQ-CV1JpXHcdNSY_ERsoiBl1wk-qMssxnuMhajjH','By far- this is the absolute best emergency room/medical staff I have ever dealt with (Irving, Victoria, Tino, Christian, Ana and of course Dr. Patel). I wasn\'t even waiting for 1 minute before being called to the back and immediately cared for. I received a thorough examination and multiple tests- to rule out all possibilities. The entire staff here exhibited an excellent, warm and all around comfortingĀ bedside manner. Dr. Patel and I talked about my issues- where she displayed a genuine concern for my pain and wellbeing (which is not something you see often).To be honest, I am not a fan of people in the medical profession, but my experience here has shown me that good ones who care do exist. They accepted my insurance (United Health Care)- and the copay was the same as it would be at a Emergency Room. I will never go to another ER again...I will return here for any medical emergency. Thank you so much for everything!','2020-02-24 04:57:11.083000','2020-02-24 04:57:11.083000',5,'Judy Taylor','https://lh3.googleusercontent.com/a-/AOh14GiLdiHrGOYRB60nG8Wy3OCZ0ldLauUi38Lqktx0sQ=c0x00000000-cc-rp','12541597562633926366',28698),('AbFvOqlTNEKl7AjwCAT17b0qL8vrkG6D2MQfsbSmEONbe_E17Q2jI775sKiCQwX2SaCE3fB4FeI4Sw','I had great, friendly, quick, efficient service during my visit today! Thanks to all of those who took care of me, Gary, Gunnar, Jaylon, Tracy, Kim, & Dr. Edwards.','2020-02-19 16:25:13.895000','2020-02-19 16:25:13.895000',5,'Mollie Watlington','https://lh6.googleusercontent.com/-Fm-2PzoosBQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclRk4mw-OuUL1ou3Xiy30uRgF1mKA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39610),('AbFvOqltNGgssoumauAERi2GWlf2lu7flEZa9WAimEQePFXNFDPxSJu7LvximfSvkFbSCt4oNbZAfw',NULL,'2020-12-27 16:59:57.558000','2020-12-27 16:59:57.558000',5,'Bill Montgomery','https://lh3.googleusercontent.com/-gZMjE9dEOTA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl53J78ONraH2YLFpOBLJtBijXTgw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43933),('AbFvOqlTnPp8v-RLjrEV8pZGZFNhfGFAVWiquTV2ElfQZKYE1s63Vk1sAYe8GL7ck2o5LV9ksTSkYw',NULL,'2019-07-04 02:25:09.440000','2019-07-04 02:25:09.440000',5,'Andrew Stout','https://lh5.googleusercontent.com/-jJCll4VTcP8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnRpfImk_Tg4ZMN8g_af3aPmgJe-A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34785),('AbFvOqltNS9i7QiEpXrRXnB4tqHl-iAIY97KiIEJTnm_lsNyi72QM3JZUvYeppniSVQkTpBpXsDd9A','Christine, Sindy, Quyen and Dr. Dang were very calm and understanding when I showed up at the ER in August 2017. They drew blood quickly and easily, and explained everything I needed to know about my condition clearly and kindly. Best urgent care-er experience I^have ever had.','2017-08-22 13:26:26.779000','2017-08-22 13:26:26.779000',5,'Joanna Eleftheriou','https://lh3.googleusercontent.com/a-/AOh14GiPS7H7L0_843A-YFT05HlJKHPMITEohIqJ5i-3Qg=c0x00000000-cc-rp','3511292162159714121',41025),('AbFvOqlTOFUF9YSImc0vguD45-YxhJA6YqrrqM0gvWacZ7uqE6jbDwa4TsR1lztBBZpDPWBrTtp2tg','Took care of my friend immediately and made sure we were updated with everything going on. Kendra was extremely helpful as well. Great establishment; come here if you need to!!!','2020-02-20 18:59:56.809000','2020-02-20 18:59:56.809000',5,'Blake Torrey','https://lh6.googleusercontent.com/-PW6l5hTX09w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclpM0R-lvwfq3fY6lizebZ2dQ7FyA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34349),('AbFvOqltohr_7KW6KOu8wJGmyM_nTEVD4h0MM-LQpEWcjJp7hFZnNOHji8cor1_DaiCLzaNxsTkiuA','By far the best service. Jerry and Taylor were very helpful with my pain and made my visit a lot more comfortable.','2017-02-10 07:04:35.958000','2017-02-10 07:04:35.958000',5,'Jake Wilkes','https://lh5.googleusercontent.com/-716hTpSwipw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckYThao63TMEsonGClKK8dfor8C0w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35503),('AbFvOqlToK6cae9lnIHlQ2hpXbKz1WweLwf53ci3vxOfS0AWsG9b22r-A4ZWKitL_px3VEQ8Psa7','The staff was very friendly and helpful. Was in and out very quickly.','2019-05-18 19:18:42.133000','2019-05-18 19:18:42.133000',5,'Tina Glines','https://lh4.googleusercontent.com/-Te-vTEUCe4g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucks5g-leeabp-96OgdhrEd8gJrNeQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41736),('AbFvOqlToKiz1fd-3RSB9yTXStdd7qulXaVbw9em3m7S0KxqCKGLl-LjbKbsrJMGtW9Q49vgMdi-PA','The absolite best experience considering why we were there. The staff is friendly, kind and caring. I would highly recommend this free standing emergency room! Kim D. at registration, Lucas, RN , Kim Davidson, Rt, Ryan Rn, Brandy RN , Doug RT, Linda N registration and finally Dr. Henderson. Love this place. Love these people!!!!','2020-01-22 21:36:32.552000','2020-01-22 21:36:32.552000',5,'Neely Lee','https://lh4.googleusercontent.com/-T9_bxuMiJUQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnwh2hJ23HWUNInasHCepCtMweFSQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39682),('AbFvOqlTOXBptu1Op2OUKI_UDIeRiwEDOmY_xEjB7OQ916Grozd88RL7hZolwfkTMMZ6WXa3MyolBQ','The staff Rebecca V ,Jeri, Dr. Harjai was all very friendly and helpful.','2019-12-27 01:17:36.855000','2019-12-27 01:17:36.855000',5,'Leslie Budaus','https://lh3.googleusercontent.com/a-/AOh14GhraFopyALOax-fZ0k4IoXggRdp98X-Q5W6qMGc=c0x00000000-cc-rp','16590124370714063921',34484),('AbFvOqltPaHBEcLqMK-FujHgCs_W16GLBSsoIdzwywDQElY2ECCf73aYf4a8iFnyesjWmmjIRFWH1w','My experience at Signature Care Emergency Center located at 5835 HWY 6 was like no ER visit. The service was promoted and concise to every degree.\nCharlotte and Veleria made a day/night of disaster an on earth paradise. Although the meds took the pain away, their kindness was part of it also. The kinds words, warm converse and on down to the catheter placed correctly the first try 😊. The whole team was awesome, from the receptionist to Dr. Thomas delivered EXCELLENT SERVICE šŸ˜šŸ˜. The call back was the icing on the cake... I would rather not want to recommend any ER but, I recommend this facility any day if you have to go, this is the place.','2020-12-02 23:39:58.992000','2020-12-02 23:39:58.992000',5,'Nikki Horne','https://lh3.googleusercontent.com/-FOh2sILaBew/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclC2Z_k9fazWjv8YE57nFcr2DhFZg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37414),('AbFvOqltpJ7X5O4AakKL2pLK4J4q0-dVDqYuhV1gID3q0xXn7AW8K3JyrIw7wy72eQJALc1NW9VpGw','I was nervous coming in to get my COVID-19 test done, but Cody definitely helped calm my nerves! He’s very patient and answered all my questions/concerns, even when they didn’t deal with covid haha! Great nurse and if I’m ever in need of coming back for any reason, I hope he’s my nurse again!\nGreat hospital/ER care and great nurse(s)!','2020-10-02 11:46:26.546000','2020-10-02 11:46:26.546000',5,'Tyra James','https://lh6.googleusercontent.com/-MS7jLlL9mnQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnsQACKRZb4yrrkBwMhaT0-g3zG4Q/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38498),('AbFvOqltpjx3sz0_JJ-bncENHV3WodjylynxEIr3Mlu_H36_NOTtMo5_XGS1u1du0DSGCc3vruDJHA','Very nice staff. No long wait. Valory, JesĆ©, anna, dr Pham we’re the best!','2021-01-03 18:38:50.630000','2021-01-03 18:38:50.630000',5,'Tiesha Davis','https://lh3.googleusercontent.com/a-/AOh14GibdjrrmUK_cYWZuwT2x0CvHGsBPRoPWMJnIDcgR58=c0x00000000-cc-rp','15979470999169074295',44304),('AbFvOqltpoJvssl-yEtASWR2S6wVuqjEwiUkMkH9NbQbr3sfJKkwN99X94nZXLF37hJCwHlxlFUhkg','This is how urgent care ought to work. I\'ve been twice in the past year and a half, and both times I was in and out in less than an hour with the advice and prescriptions I needed to fix myself up. The waiting room is clean and comfortable and modern, the staff is super friendly, and the bills have been totally reasonable.','2018-12-05 04:11:56.724000','2018-12-05 04:11:56.724000',5,'Sean Ragan','https://lh3.googleusercontent.com/a-/AOh14GiBP5UJasaDtjEKVSZCny-rylG1reJ_6LojE63OFbs=c0x00000000-cc-rp-ba5','16891069708558046635',36319),('AbFvOqlTpteKF37sD2iBcOfbi5b3isCRHcrJgBFSE1IjWl7ODkHGUfAloCS_p1w_VBxhl2EsogHrag','I went in with a severe asthma attack on top of a panic attack, I seriously thought i was gonna pass out. The satff stayed calmed and worked diligently along with the dr to bring my rates to normal. The dr assured me he would fix me and within a few min, i was breathing normally and no longer freighted.','2019-11-02 09:52:24.377000','2019-11-02 09:52:24.377000',5,'Celica Lopez-Deltoro','https://lh3.googleusercontent.com/-TyXnHakjmyE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZ1Ycj1Ey5p8161Uz8VGN_KJzClw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30424),('AbFvOqlTpuHvTvX9z_FAYlaBqWyF6Obnwbk7iSckcXGrekovRvHM_aPR7gWJgUaJPwm0X0liFIdr','Great service fast and friendly.','2020-03-04 22:38:33.103000','2020-03-04 22:38:33.103000',5,'BRANDON EVANS','https://lh4.googleusercontent.com/-deSswESvX08/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucloWxu_-k2m60d3sZzApA6Sa4hpqA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33291),('AbFvOqltqqA0hKGqukLA9sddxx2visrsZZkSsirhrt3WjPpm29GclRcNS64qmF9QfZWBJk1vIpjrRQ','Great service','2019-04-19 02:15:31.880000','2019-04-19 02:15:31.880000',5,'Joselyn Castellon Chicas','https://lh3.googleusercontent.com/a-/AOh14Gjvih-oVnf6oekhyC12TyqGC8z5fSiy-GbFedgtbpw=c0x00000000-cc-rp','16590124370714063921',34883),('AbFvOqlTQqEMIamTRNQvKfs8nyIsm90u-g_t2ODbnlkEwWFRZmULyV4uVHwO7Lj7-ip0Auotc00WNw','Very friendly staff!!','2020-07-29 10:46:46.364000','2020-07-29 10:46:46.364000',5,'Edit LOPEZ','https://lh5.googleusercontent.com/-4uoKTyiYdcQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck0MYBTY8y0GUUGx6YwCMcxLzbYnw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42958),('AbFvOqltQVqnI4wSM5zeNE4pPoFQTy9bH_4Ut7PYreNyuZOzJZelKBv9gCm0L87VH9YH86wKApLP',NULL,'2019-06-28 22:34:18.059000','2019-06-28 22:34:18.059000',5,'Phuong Khuu','https://lh5.googleusercontent.com/-8cmYsdJ-ick/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclAKU9rtxRcZWfMK5R_rjMyrReK8Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlTqw2CT-BDj87jYo196NHBG1QmEkTgdJSvh-bn_ANJuMRt5Fa4LhzEuTYfqppNUk0bS-U_PQ','Super nice staff Lisa V, Jolynn, Corey C, and Allison were amazing. They were quick and professional. If needed this is where I will come back to. Thank you so much!','2019-09-27 00:09:08.593000','2019-09-27 00:09:08.593000',5,'Kimberly Tate','https://lh3.googleusercontent.com/a-/AOh14GgXF_pjSRB5xNwiigYiYIhzn79ENk-7e3t0nWhqyw=c0x00000000-cc-rp','13486358490203335051',29655),('AbFvOqlTRjU1S3AaHcs3wVuQKZnVUCVSZl5X3e0duoTRxeB2XptEb-bQBh45j3eXVTRBVMj35AOQHA',NULL,'2020-02-22 02:00:16.440000','2020-02-22 02:00:16.440000',5,'Haley Chance','https://lh5.googleusercontent.com/-Jh3uMOBbiXc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucndIF5boGqXKq11lwFULclhv5f0iA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42432),('AbFvOqltS9HfmBm9B7VqMrhLJaGKf-CHhewEfwm_q9fKEdfUSnZZuZ5KU4goEnfHaOQBv8Mgd3LS','Exceptional service! I went into the ER at about 2:40 this morning due to extreme mouth and tooth pain. I checked in with Quintessa and she was so amazing and such a sweetheart. She was very patient with me while I held an ice pack to my face with one hand and filled out paperwork with the other šŸ˜„ I waited no more than ten minutes to be called back and immediately got taken care of. You don’t see that every day at every emergency room. I had a very pleasant experience with nurse Gabriela and physician Levnej and radiologist Jose as well. They answered all of my questions and I was treated for my pain and prescribed medication to help me cope with it as well. I will certainly be returning here with any further issues I may have. This is my new ER for sure! ā˜ŗļøšŸ„°','2019-10-19 14:37:22.219000','2019-10-19 14:37:22.219000',5,'Jay Monae: Uncensored','https://lh3.googleusercontent.com/a-/AOh14GjSf7lyFNczbLu0GtY88MSiqVmngODUc-iv9Civuw=c0x00000000-cc-rp','2694018788013845459',39235),('AbFvOqltSb1Oev67thjALcs14wa9zEiVzClyfKNc-Foc2VjdvtKOPnh0bpskun8cvOf5ZHqVIh-w','Signature care emergency center was awesome! I was treated Saturday. They were prompt, caring, and professional. I would definitely recommend this place. I had terrible gas pain that increased my heart rate. Thank you. Dr Annan, Jessica, Ray, Jay,and staff','2017-07-17 23:30:46.193000','2017-07-17 23:30:46.193000',5,'ov elva','https://lh6.googleusercontent.com/-Fjjg2KjufsY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnn03WK7CC9LW2B97uxGsBY3tioAA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43497),('AbFvOqltSIAOnFPKah85v4QtZcTtN93q55Vx-Se02gZygaVvgdRC9qZFnw5Em8l_hkNfrlJRFYAJ','thank you to the staff Okarys, Dr. Daniels , Nurses Gabe and Jerry, and Stephanie W!! They were super helpful and nice!!','2019-12-07 06:11:01.211000','2019-12-07 06:11:01.211000',5,'Abbigail Lanham','https://lh5.googleusercontent.com/-zxfIRQaZb-I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckcXwAx9OoV8opIq82LOES9kEAwVQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34521),('AbFvOqltSUi29hNKEOvVUPBICIP6GoQzKSpEQtp0v14FVrnM9d2fP-rh4Ufd-XTZz0pJ376fmtOQ','I highly recommend this specific location because Dr. Nweze, Stephanie, Natalia, Rollie are God\'s gift to Houston! I have never seen a team of staff so in sync! they are very professional, caring, prompt, detailed and most of all clean. they relieved me of my pain so fast, I am very grateful! This location will be my go to location for any emergencies, especially because of their amazing staff.','2020-10-31 11:00:31.223000','2020-10-31 11:00:31.223000',5,'Ghenet Kidane','https://lh6.googleusercontent.com/-p95KrqIA9To/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmmAknlzxuBBqEvieMt8wYgS9JovA/c0x00000000-cc-rp-ba3/photo.jpg','8679688254631342173',42268),('AbFvOqlTT-ORzYOk-yrlRhVOnghcBqq3k6S2uzaawlV706v4XnGvXMPlZqm6Q3cCh3mGafe9oH4vyw','The service we received today was exceptional! If you need to see a top notch doctor, with the best nurses and staff please go to Signature Care in South Austin. Christina, Chelsey and Clay are all very attentive. Dr. Elsbecker is absolutely the best!!!!! They have every detail covered, even down to the front desk staff. Sandy was awesome!','2021-01-25 18:20:29.997000','2021-01-25 18:20:29.997000',5,'Cassie Hill','https://lh3.googleusercontent.com/-Ex7tCvvB-g0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclsAg7oJ9FtMi2ESwfdTK5BefSG4A/c0x00000000-cc-rp/photo.jpg','16891069708558046635',44407),('AbFvOqltT2S3ma6x-stR9cX3SeZ35ewLAUvjkQTerClJQqrJ6EMx63fjsn6zWfOe5DMswyh0qX3hqQ','This er care facility was excellent. Staff and doctors were very concerned and helpful. Made you feel like home. Waiting time was great, was helped very quickly. I would definitely recommend this ER care facility to anyone. Also, they provided you with snacks, drinks that\'s a bonus plus!!!!!','2018-03-13 20:07:01.406000','2018-03-13 20:07:01.406000',5,'Cindy C','https://lh6.googleusercontent.com/-TDkeTQatrVU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7jkk_4xkUPw3Hh-2eDV2r_DZv0Q/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36973),('AbFvOqltt8qAScbUFIaMW2APzEXyhKSRh5Ow3X7kvs7NFNwLzoxpvkWm4HV0HXO9UDkENv879KD0hA','Great fast visit, bill was inexpensive,took really good care of me and was very informative.','2019-10-11 22:58:28.422000','2019-10-11 22:58:28.422000',5,'Chavez Green','https://lh3.googleusercontent.com/a-/AOh14GisiQVF9WCuW2HNUe-5wWIdvb7pjg76PFHWxej8=c0x00000000-cc-rp','2694018788013845459',39243),('AbFvOqlTTIv79YhjVwgSyoFsPBCjfcOkFn1uUAVb06MDHpCVet7B4oO9L3F7yPhgG7tRjnXihckR5g','Very professional and Ashley W. is great! Very thorough and fast. I feel very welcomed here!','2020-10-06 15:30:39.766000','2020-10-06 15:30:39.766000',5,'Cynthia Morteo','https://lh5.googleusercontent.com/-3LNI7WCvcyA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmW0D7dCzKtWV6Jvoq685OJBDaaYA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37519),('AbFvOqlttJfYiWjgTPANqzTz183AR6xWs_2KqImU2M2CmDnHLLI-jfVgVSymEjJ3AyrSiA1bP_WS9w','Thanks so much to Dr. Cavazos, Nurse Blake, and the receptionist Patty. They were very kind and also very helpful. Definitely recommend!','2019-06-18 13:56:24.581000','2019-06-18 13:56:24.581000',5,'Jaz\'mine Willams','https://lh5.googleusercontent.com/-rp4k7s6gm9k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnNjBtTsQHgCLuu6Cty3zQdDs1oKA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42688),('AbFvOqltUcSUjsaPoqow2fVPb9YUiZPsVM5X60qxZu0GgA3bO8Dr8j7JC6yrgiqhQd6XnOc4K7wnzg','I visited SignatureCare about a week ago for the first time. Going to an ER is never the place you want to be, but as soon as I walked in the staff was very helpful, and they were quick to see me. Dr. Elsbecker and the other staff did a great job in curing my problem and were very helpful in answering my questions. Fingers crossed that I don\'t have to go back to an ER anytime soon, but if something should happen, I will definitely go to thisone. :)','2018-08-06 19:14:14.618000','2018-08-06 19:14:14.618000',5,'Stacy McFarland','https://lh3.googleusercontent.com/a-/AOh14GjLPPAs88uAsoZCunX1BNU27sB9JYSSdfymhdyUg1s=c0x00000000-cc-rp','16891069708558046635',36376),('AbFvOqlTuGEoZw5E-P__7jKX9C-PgIl5177LQe3ETjzItbERvluqMwp1XAVdsQRe2h3y0CdV9PTO','I came to get covid tested and Clay, Christine and Dr. Rose made it such a quick and easy process! They were so kind and made sure I had everything I needed to stay well. There was no wait, and signature care Emergency Center in South Austin made sure to follow all COVID guidelines and frequently sanitized to keep everyone safe and healthy! I would totally recommend them!','2020-11-02 23:05:22.184000','2020-11-02 23:05:22.184000',5,'Jackie Petescia','https://lh3.googleusercontent.com/a-/AOh14GgtpzuLq8lQcWSO3h78tAUC1EGI-QIC-Ke0ZRy5cQ=c0x00000000-cc-rp','16891069708558046635',35652),('AbFvOqltUMbIGjMxN2lpfXF2PKO8fvCks_l1-u817NAQXLnEchoQaMk5NbF0GkWdZs2ltqeE-6lvFQ','I had a wonderful experience! I was already feeling horrible and everyone treated me and my family very well. Each one will stop by and ask how I\'m doing or if I\'m feeling a little better. Thank you so much.. Patel, Sarah, Fatima, Daniel and Tanisha.','2019-12-02 14:20:16.673000','2019-12-02 14:20:16.673000',5,'Mrs. Perez','https://lh3.googleusercontent.com/-ZsXbeGrJE34/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmvk6Tvsz0hh1yiCtpG3HsSEQg7Qg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37834),('AbFvOqltUSMWnzxEMdcKNziCi2KfhsV1duBI9JYgpMTOucg0rSXOVrTBjWWdn45wHsBo-Ie-AGVpRQ','Great Place! Awesome customer service! Tracye D. and Juleisa H. were so good! The facility was very busy when I arrived and they kept a positive attitude and a smile on their face the whole time.','2020-10-05 17:24:48.839000','2020-10-05 17:24:48.839000',5,'Karla','https://lh3.googleusercontent.com/a-/AOh14GijeraP4K8xNfXNYqHZCjefMy91mxDhvv8eDxGK-A=c0x00000000-cc-rp-ba2','8918455867446117794',42881),('AbFvOqlTvGRnaM4Jkhpx6Xltd8DGURKkTgVkJpzye_Xxs46TuT3SNmcNEgpUsjl2U_exkFYU__p7Bw','Remington and Dr. Vaagenes took care of my sister and did a good job.','2019-07-16 02:01:18.364000','2019-07-16 02:01:18.364000',4,'Olivia Rigby','https://lh5.googleusercontent.com/-LU06WeRV_YQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck83W5c_J7QREnEXnT7BackYloc5w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34760),('AbFvOqlTWN9xd6kYzE7QoTFqpqi3pPw1NIeltV25aBGatC_CmfRCqDQS6afQzUfREUnXfv89GjIm','It was a pleasant and funny visit considering the circumstances of my visit. Tanishia greeted me and made me feel welcome.','2019-07-31 02:47:58.098000','2019-07-31 02:47:58.098000',5,'Tyler Junier','https://lh3.googleusercontent.com/-j3UtmxxcfdA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclL5smcwzMY7IWClhjaK19EdRsraA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38056),('AbFvOqltww20cdffLTbhBlEKKFU8PsyeqoOOpgAWtrnGmXKlNHJweGi8ejOCdKhpWA3lLHWRDZ1Rfg',NULL,'2020-07-16 22:52:42.316000','2020-07-16 22:52:42.316000',5,'Agnes Rivera','https://lh3.googleusercontent.com/-4DxZzpK6-Bs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmMz0WFxIx8pqHDRp_CsfEnxeA-GA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36551),('AbFvOqltx7t-MuaVmRa8lRgnoN4xUlh4QZyi30qwZZTdPVa6K1bLKJUqB0wznmwqLDmPlId2VM9E1A','It was a positive experience, I went with my friend and they were professional and friendly. I would recommend!','2020-02-06 23:07:20.368000','2020-02-06 23:07:20.368000',5,'yessica martinez','https://lh3.googleusercontent.com/a-/AOh14GjyqPdD6C323HSdHI-TPoksu3UR1amrpwI4NhoJvTU=c0x00000000-cc-rp','12541597562633926366',28748),('AbFvOqltxadxwGfl8nhp_-vZLxhuu7ymzzogyJz6xfRqBcXBGlhIm49f0IvuiRbLl8kd0berZ1RnOg','I came in for the rapid COVID test. The wait time was fine and the staff was wonderful (stars for that), however the service given by the doctor was terrible. He was very rushed and rough with the test, and caused me to get a nosebleed. I had gotten tested for COVID at a different urgent care and did NOT have this experience. I have no history of nosebleeds. After showing him the bloody napkin he proceeded to have many excuses and no apologies. As someone in the medical field myself, I know he did NOT practice with diligence to prevent harm to his patient. I do not recommend this location to anyone if they need to be tested.','2020-07-04 18:34:29.327000','2020-07-04 18:34:29.327000',2,'Anmol Ali','https://lh4.googleusercontent.com/-lyS6vhp4KG4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucksjd1UyfIv8jtUiyZqr-clZKiJqQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36568),('AbFvOqltxc-jQnLaMjlx2HlkQEmNXSsSw0Gw5oMYAWvLYpmdo959-RTli1J_3gdC_MmAG9d7Ff-4','I\'ve been treated well at other emergency care facilities in the past, but nothing has compared to the attention and care of this location! The compassion and sincerity of their staff is really felt. I came in feeling scared and worried I had something seriously wrong with me, and even though it turned out to be something minor, the staff never took anything for granted and made sure I was completely checked out and fine before I left. I am beyond impressed and would highly recommend this location!!','2019-09-26 06:30:08.039000','2019-09-26 06:30:08.039000',5,'Rob Figueroa','https://lh3.googleusercontent.com/a-/AOh14GhmifcB48w-OCQiZPeaBM0RfhZGM-Mhew8WSNAEx6Y=c0x00000000-cc-rp','16891069708558046635',36121),('AbFvOqlTxHTMplycVIZ_klmVe20w8e9kPqogQBxVvNQSD5mlYJ6Uj5IDApBzH5LSu9V_F0lpP8Vk','Excellent staff!! I was well welcome and treated. Dr. Daniels, tech So le, nurse Blake and register Delicia did great job taking care of me from the moment I arrived till I left. Big thanks to the staff for the great and amazing work!! Highly recommend this place!!','2019-11-05 18:54:54.146000','2019-11-05 18:54:54.146000',5,'Sirine Mars','https://lh3.googleusercontent.com/a-/AOh14GhBHZQf16Sm35phEz1ggWU3U0p6O5XAokjAJumhNQ=c0x00000000-cc-rp','8679688254631342173',42604),('AbFvOqltxsTxuRS7sWNQBuUefCm33CN1c0egIrdLmT6kpKZkba688SRdaHFly_9iryKWtTI2Que0','Very nice, quiet and clean urgent care! Getting a covid test might be scary but they were patient and explained the process along the way! 10/10 recommend!','2020-12-20 20:08:45.106000','2020-12-20 20:08:45.106000',5,'Olivia Daye','https://lh3.googleusercontent.com/a-/AOh14Ghh5jgLVk7uWPfW6emEy70gvCZxMeJnQS5dwAvC=c0x00000000-cc-rp','6521947413723274945',43665),('AbFvOqlTxzIHwpc1fAjbxCzOfd3yccIKES5uhFZkfwQCe9VSriX5Rjj7Cf1AYauwj2VnDhN0dNG9RA','Clean place, great snacks and service, staff is kind and very helpful. Big thank you to DR.Edwards\nNurse Karen\nRad Tech Ricky\nER Tec Jaslyn\nRegistration Maryann','2020-03-02 19:20:28.564000','2020-03-02 19:20:28.564000',5,'Seren Derp','https://lh6.googleusercontent.com/-df1WPjGt7P0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmBN-rolQf_D0hgbI1pIkOTCGhIVw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42407),('AbFvOqlTy3eAbUWBBWpZDCPOdHLQejLwY-Z1jx9G1M4_jVuiZzywrtEZLUhMv9vPC9oF-MYcv-MyuA','Very nice people, the help was right on time. Very fast service and all. Thanks to all the staff. They all worked together as a team','2019-03-22 04:21:52.596000','2019-03-22 04:21:52.596000',5,'Aaron Jamal Purvis-Moore','https://lh4.googleusercontent.com/-J1i7iSNz5tY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZDbg1WnmFnYsEKBraj_pOY7GO8A/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38241),('AbFvOqlty8gyOxZoWffehAPGhixerXUi3GgYw6HLuUlQ5AeyDo36KRddQcsl0_sco864RG116Fel','What a blessing. No lines and very clean.\nVery professional and listen to your needs.','2020-09-21 12:06:45.099000','2020-09-21 12:06:45.099000',5,'Cynthia Soliz','https://lh4.googleusercontent.com/-q9DFJl2mtE4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmiez57BR-uc_BK5wMrw5VbONWK5w/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38962),('AbFvOqltyJltJn-lUzWn5MJWz01WUO6O3CTkA68KrGc5tAqy4MHkVlVMj23oKS4T0Bkpi8aDNuTH','This is our second day in a row here, and we’ve been impressed with the treatment we’ve received both days. Great place to go!','2020-03-02 02:16:42.051000','2020-03-02 02:16:42.051000',5,'Misty McCleary','https://lh3.googleusercontent.com/a-/AOh14GiUQTAmpi_vUbGA_O5thNHnhcJzOsT5KU3CDJHvtg=c0x00000000-cc-rp','16891069708558046635',35944),('AbFvOqlTYkvrFSoORaaIV8qGhiStg7NlNQhe9uNBfkPQO3HngbWuisa7zngGKcenBxF1gpB3oUcS-Q','DO NOT COME HERE FOR A COVID-19 TEST! I showed up to bring my fiancĆ© here who has been having mild cold symptoms at 7:30 AM this morning because they said their rapid tests are first come first serve starting at 7AM and they only distribute 100 per day. This has been an unorganized disaster. There was a line around the building when we arrived, they gave us paperwork and we waited, with very little instruction. 2 hours later they came out with a clipboard that they asked everyone to write their info on so they could call us to come back. They passed this clipboard straight down the line and everyone was forced to share the same clipboard and pen. Real smart in a COVID testing line.... then a large group of us left. They called us 4 hours later and when we arrived (literally moments after they called), we realized they had completely disregarded the order of the list and put us at the back of the line. In the meantime, they had already seen all of the people that had been behind us. The group of people who had originally been put on the phony wait list had to wait in line all over again. We waited outside for an additional 2 hours only to be pulled into a lobby of about 20 people with little to no social distancing. The blatant disregard for patient safety and time is unbelievable.','2020-06-14 19:29:11.413000','2020-06-14 19:29:11.413000',1,'Austin Horst','https://lh3.googleusercontent.com/-qo6rbO7nMHI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxeMWWYz90KShsjISqprvOT1AR2Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40271),('AbFvOqltYLXo9Y-etwzWdJDCXB2f_B6m-bgZb7of0jvV9UV85jaAc9RMADASAcq556RkD4st-zGIJA','Great experience, we were in and out in no time.','2016-10-03 12:21:10.695000','2016-10-03 12:21:10.695000',5,'Chomeka Jones','https://lh3.googleusercontent.com/a-/AOh14Gg9zdaWT_sMnDWEG02yM7gKgUIQmLVmeUpZriOzRGU=c0x00000000-cc-rp','17394740196501090048',37295),('AbFvOqltyNA9ZSlS3J_Pzu7aWnuBbJbZEue0VXl4XvyMVK6Rb2pXUzAt8RVoEtB7BkFc-mPbHbhR2A','Wonderful staff. Quiet and so respectful','2020-02-18 18:59:34.387000','2020-02-18 18:59:34.387000',5,'Felicia Murray','https://lh3.googleusercontent.com/a-/AOh14GhN0rIeDyWJoiELqt6_ydrEcwxh_WkzNmvFYQB_=c0x00000000-cc-rp','2694018788013845459',39116),('AbFvOqlTypTC9oJc4kqq7l8tWOgyFO0HeLBlr7Lw2ndB_SXPh6SUDiWgjz2jUpFxXR_IUkB4Jsjngg','I’ve gotten tested for covid in the last year maybe 20-30 times. Mainly due to work and also bc I just was feeling good at all. And I’ve been tested at all sorts of different locations. And I have to say this is by far the best center I’ve been to.\n\nI called the office as I arrived outside the ER and I was answered by such a happy and enthusiastic voice from the young women working the desk(It was also 6:30am, I don’t know how she does it). As I came in they helped me step by step with my paperwork and made sure I was taken care of before I went to the back and got my test. The two young ladies at the front were Clarissa and Samantha. They both know how to help brighten someone’s day!\n\nAnd then I got called to the back within 5 minutes of waiting and I walked into a room with 3 more young ladies. Meredith, Graciela, and Luisa. I sat down, they asked me a few questions, and then the young women who swabbed my nose gave me a few directions before she did my swab to make sure I was comfortable as possible and it was by far the smoothest swab testing I’ve ever had.\n\nSo my experience here was 11/10. Absolutely fabulous. I recommend anyone coming here because you’ll be treated and respected like any human being should. Thank you ladies for making my experience through these crazy times so relaxing and smooth! God bless you!','2021-01-16 13:08:17.702000','2021-01-16 13:08:17.702000',5,'Sundep Sooch','https://lh6.googleusercontent.com/-a3Se5-IS0QU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmteeoZgpsXI-GCFaneiZ185lSGtw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',44488),('AbFvOqlTZFfg129ZYAuhDNLJvHWroCQceuYowjFbWfejFR3MRvYgFcw4JA_mXqKz2hLr3jG01WlU','Had an ear problem and they got me in fast, asked if there was anything extra I needed, helped relieve the stress of the situation, and got me the help I needed in a timely matter in a clean and orderly environment.','2020-03-13 03:39:12.078000','2020-03-13 03:39:12.078000',5,'Nicole Hallett','https://lh3.googleusercontent.com/-mV4Zt2Bi2OQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclH2dY3WORzvu9HVcy7RvPK0qLWKw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39081),('AbFvOqlTzm8tzHOa9RvcIMDJYT4T7cJjA6QrIMtYG3gjMthUDeaYZLjfFB3OLsALUgs3rKaoDi0F','They took great care of my mother after an accident. Took the time to make sure she was well before we went home.','2019-10-03 06:49:03.091000','2019-10-03 06:49:03.091000',5,'monroe Jordan','https://lh5.googleusercontent.com/-82MecAc6t3U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmBWl9Mehdgdr8s3GIPl_36r_E5lA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43195),('AbFvOqltZoZgZqtngQiA8W0qxbzB2zuHG37b6VentsIDsrj367tuJJfb_ZbkkdJfLcNl7N_wyiPA','Great place and great people!','2019-06-25 18:37:39.830000','2019-06-25 18:37:39.830000',5,'Ada Santos ExecutiveAssistant','https://lh5.googleusercontent.com/-sqapy1YqwAI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn61ekqENaGJ2E_QOZUasvLrivTEA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40525),('AbFvOqlu_2O0M7_ZcbZzAbHPGQWROJ9VdGzM8naVeHx8Cxes-YZ9xXGdPhOslOmiKskUUnN0hl-yrQ',NULL,'2021-01-05 16:45:49.564000','2021-01-05 16:45:49.564000',5,'Tasha Martin','https://lh3.googleusercontent.com/-EnHp1v3Ozyw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucme6fSVr4waSJLMbGQVcsWJSW13mg/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44357),('AbFvOqlu_EvUNnuvIHRPGa_G1j3TpBLd7DwdKOX3tRIsukepXmMUire_nZkUB-aGwy1BMca0wjeM','2020: Updated review: Another great experience!\nHighly recommend this facility! Brought my daughter in for covid testing and everyone was super friendly and engaged with my child. The facility was spotlessly clean! We met staff Vanessa, Kathryn, Chelsey, Lindsey, Clay, and Dr. Elsebecker. Phenomenal experience!\n\n2018: Wow! What an amazing emergency room! That staff was impeccable, the facility was perfectly clean, no wait time, very affordable care, I could go on and on! I appreciate the nurse Shelli, Dr. Jones, tech Linda, and front desk personnel Christina for their care and concern for my little one. I will definitely be back for any future healthcare needs. Thank you Signature Care!','2020-09-14 17:29:00.969000','2020-09-14 17:29:00.969000',5,'Kara Kelly','https://lh3.googleusercontent.com/a-/AOh14Gi9d9SjvoDYrNpfUfD3Coulwgb0vBQ3HeH2Nr0B=c0x00000000-cc-rp','16891069708558046635',35799),('AbFvOqlu-FnVS0WMB2sC33NOanZ3qoFQgYE50FUBeBR7cjuY9bNaL3wGEiLz5062OL1_wgy_y3q-oQ','I would highly recommend this place especially\nAlvean\nJoscelyn\nTraevis','2020-02-05 22:26:32.176000','2020-02-05 22:26:32.176000',5,'Gabrielle Francis','https://lh3.googleusercontent.com/a-/AOh14GgHrhiGtd8dhTAtvCgBAhtEiGDT5PPUUj_EYhx2dg=c0x00000000-cc-rp','16389487648212004696',33409),('AbFvOqlu-UyLOQEz_w2ITo6Ir03h5wNNq3VDIO2gxM9OQPvi1z5_LgkUL7mrgWo7yqpt9Ya8vdjy2w','I was amazed how different the experience at SignatureCare was from a hospital ER. There was hardly any wait, and the care was exceptional. Dr. Akunyili and Nurse Moore were warm, attentive, and compassionate. The room was as comfortable as you could hope for in a doctor\'s office, and more private than a hospital ER. Highly recommend.','2018-09-07 13:29:55.955000','2018-09-07 13:29:55.955000',5,'Elizabeth Eakin','https://lh3.googleusercontent.com/-7VcJ1DdmoT4/AAAAAAAAAAI/AAAAAAAAAIM/AMZuucmSTXUYGpbQ1OXsbDnl-hZ8jWKVUw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40838),('AbFvOqlU-Zwig3liAl6ikdrV9piQ22l0ZEnSnwBXB5xDBhe2th30raRm1uL2IKd3pj1CY4-oQWVcUA','OMGoodness!! I have visited this facility three times already and every time I continue to receive the SAME great service (ie very kind nurses, amazing doctors, professional receptionists and quick service). The receptionist (Melinda) was very knowledgeable about their processes and how they work with your insurance(s). Nurses, Betty and Laura took great care of me from a warm blanket to a cup of water when needed. Dr. Braun had phenomenal \"we can take care of your every need\" bedside manners. I will bring my family here every time there is an issue. THEY CAN COUNT ON IT!! Michelle Lloyd','2015-04-30 15:12:21.347000','2015-04-30 15:12:21.347000',5,'India Lloyd','https://lh3.googleusercontent.com/a-/AOh14GisHEUbhYQbT6Zl_knsoKiwia-SHhnE502ydNmP=c0x00000000-cc-rp','17394740196501090048',37396),('AbFvOqlu0fTJrVz_P9ZLhlFlYwPX9-41N9oBTwLjmKDPbOtP-9LTMn5gKmqsMZ_9RUtzlP_0WYzmZg','Very helpful and professional.','2019-01-27 21:41:39.466000','2019-01-27 21:41:39.466000',5,'William Jackson','https://lh3.googleusercontent.com/-UiYGBA_5dUk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck5jvh5TnLUIq-Ltz5KxmOOcb3JWA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40686),('AbFvOqlU0Wk6tEs-Lhl2KXcdreI2ed--yNf9MpP0w6SKvNW0vBDeRQzmFM-5Jek5XTTnsYAkpBYzFw','Very excellent care! From the receptionist to the nurse and doctor. Would definitely recommend to friends and family members. Appiah, Valeria, Tanishia, and Sabrina were very generous and provided fast service.','2020-10-29 07:19:42.820000','2020-10-29 07:19:42.820000',5,'Alejandro Alaniz','https://lh3.googleusercontent.com/a-/AOh14GgHhtSOhW5iUWJh2nrWYzGh0fHwL2VlakU1tSTpEg=c0x00000000-cc-rp','17898197009688164559',37479),('AbFvOqlU2k4fP86dFz_-ZZ_0nmLR6cTEBbJPQqTzKpGJI0FsPsGrTudv5ktAQWkpKHlV-i1SSVdm','(Translated by Google) Everything was perfect they made me feel better and they are very kind since you enter\n\n(Original)\nTodo estuvo perfecto me hicieron sentir mejor y son muy amables desde que entras','2018-09-14 04:37:27.131000','2018-09-14 04:37:27.131000',5,'Ana Gutierrez','https://lh6.googleusercontent.com/-aanUai8gHNQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck2pEZ1my2oU68RA4crzTEzzn67vg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30727),('AbFvOqlU2lYTk5iSl_RXA7dkHeAasE9md2EwFh_vjSK6fSUwO5FKWlv0JiLnnzlQbQuxsb3VRF1oqw','Great service ! Highly recommend for medical emergencies. We came in and Shania quickly had us seen by Dr.Huerta. Lisa took great care of us and Randy was very professional with his work . Thanks everyone . Even without insurance we were able to be seen immediately! They’ll take great care of you !','2019-12-06 03:05:50.763000','2019-12-06 03:05:50.763000',5,'Shaun Wexler','https://lh4.googleusercontent.com/-D6BEgVngKQo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-birXGi1-SbLHN5OzyqeHOm_CiQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29550),('AbFvOqlU3lk85ZrIeZj7nZI-imxAPthQSMYFkta6g0b2aSqwJFU12Fg3tOr19ogjSULSveg6MufXlA','I had a very good experience, way better than the going to the hospital. They were very prompt, I was in and out in within 20mis .\nI was checked in by Maya , Nurse Larq and Dr Singla.','2020-03-12 10:15:13.741000','2020-03-12 10:15:13.741000',4,'chris pepple','https://lh4.googleusercontent.com/-QU6O_RJL7X8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcIh63CFrsCDUswzBfYDRll2CYwQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28643),('AbFvOqlu4_5zGAEru3LcyPnVCZDNOEqWqsPJwhMlBKuaewtE0eFjBEzn3M1B-jWg1sHFX2YNcPwKnA','After so many sleepless nights dr kotey and Ralph got right on it and made my baby feel athome and relaxed.. They made sure they ruled out any option before sending me home with peace of mind. Thank a thousand','2019-03-22 14:08:31.132000','2019-03-22 14:08:31.132000',5,'prototype ent & dance company','https://lh6.googleusercontent.com/-_aCw5AQPAAY/AAAAAAAAAAI/AAAAAAAAAAo/AMZuucnLxdt5KgwADYtivagIVJWa1ffBsw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36808),('AbFvOqlu54Rz-nopKXn76bkjFTsJoVo5NzEvMIqrITHKPPogyJASGTN5H5kAJqgi1fhgJB6WalR06Q','I was taken care immediately. I also had to have a CT scan. It was one of the reasons that I choose Signature Care, because I knew from their advertising that they have the equipment at the Center. Awesome care by all the staff members, from the time that I walked in bleeding til the time that I walked out. Great Care and Services. Thank You all. Big Kuddos to all','2018-02-05 15:28:44.699000','2018-02-05 15:28:44.699000',5,'Colleen Verdun','https://lh5.googleusercontent.com/-9SWUAjZL8yw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3gSEKmpVm6FCG6TkkKqlQVmyHvQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36989),('AbFvOqlU6J1ydqUPY55tXkW6-eaLlPl6fc-qWNHxoXl8mbnKn9RguJlENGq5vdIU6Zqia57sT_ca','Staff was super friendly and very helpful through the entire visit!. Robin, Billy, and Courtney were very attentive and took great care of me!.','2019-03-27 03:41:43.251000','2019-03-27 03:41:43.251000',5,'Brandi Coco','https://lh3.googleusercontent.com/a-/AOh14Gg8sI2sbqCIvf8_6jRzTWZ7BpzGV1B7cE2us5ymx0U=c0x00000000-cc-rp','8626688543755174284',42108),('AbFvOqlU6r1_gPuICTFgBN7wp-smRlpBvrjihgWpXJxU8NGEkMB7rXrSu5GUJw4kcqBCBJWtOqijIA',NULL,'2018-12-24 03:46:58.624000','2018-12-24 03:46:58.624000',5,'Celeigh Redden','https://lh4.googleusercontent.com/-C0K34iBdSQ0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmEU1S4lWxvoN7RvtlFD9U0BDkXrA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39989),('AbFvOqlU6tG9qiogWEB_W-Z_s7Ca2Lhf4U813kqYRPmCiQR9kgwIA81s9M-fo7j979liL4ENBkbV','I went in very late at night for chest pains and was immediately taken care of by Doctor DeWaal, the Nurse Kate Kelly, the Radiologist Chad Yokum and Earl Hines from registration. They were all warm, friendly, and comforting and were immensely helpful to me when I was quite fearful for my life and health. This place gets 5 stars from me any day of the week.','2019-05-05 13:28:52.061000','2019-05-05 13:28:52.061000',5,'John Doe','https://lh5.googleusercontent.com/-_X01elclz7A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnn6t6GqzUg0GeWVjvWXb4V9Qsgpg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36214),('AbFvOqlU7EUF183Z7L8LDiDiOrrsO14Hq4_AFanRd7yklMofGE6DntYDmTrBG0wc-g-T71CKEe6WEg','The experience was great! Super fast and friendly staff! Very nice doctor and nurses! Would trust them to treat my family and/or myself!','2017-05-03 23:14:23.790000','2017-05-03 23:14:23.790000',5,'Angelica Sanchez','https://lh3.googleusercontent.com/-rI3FM3DwYCE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckPoEDKWer0LUu89HJMZMNLfj3xSg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31048),('AbFvOqluA0NxNeaWpbJGFvGOUEUAOBLTN7ApLdpvN0giSRfMNS9iOK9I3PFzllJaQsTo7aW6yAj31Q',NULL,'2020-12-29 20:09:45.937000','2020-12-29 20:09:45.937000',5,'Savanah Alverson','https://lh6.googleusercontent.com/-dnCFo6QttFE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmiTcZJI100pF-DngLMPR3J7iNLZw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',44072),('AbFvOqluALTJ3Th9m0JWWa2y5anM0Q7_oGFv8pmifkx8k0J3jOj0rx8hlNX7vURDt6mZxCqrzqdBeg','All professional!','2019-04-24 02:06:55.658000','2019-04-24 02:06:55.658000',5,'Jennie Smith','https://lh3.googleusercontent.com/a-/AOh14GhUvVICEzuT1PEOU9jj5W6UuTstYF1FpblxcmlT=c0x00000000-cc-rp-ba2','17898197009688164559',38204),('AbFvOqlUanvrg9KGAN-olSagak5MM5khSt22mSGCZAo8pw6rDoQnqrcYrEEe5KDyPp2SzLztR9EdEg','Very clean place with professional staff. Denise helped me with all the paper work letting me see the doctor faster.','2020-08-09 13:21:07.415000','2020-08-09 13:21:07.415000',5,'Jonathan Harris','https://lh3.googleusercontent.com/a-/AOh14Gishwtxnr6xmE9gCCemNvRnQ6080OCwMvvonHji=c0x00000000-cc-rp','14748677429039074158',31789),('AbFvOqluatAgA8cwkGjPqf-D6E3nKAPBfKnsp9N3shh9Vqfv6PUF0UYnkOtHkjrSpJB6LRyqLwZdCw','If you want five star service this is where you should come. From the moment you walk in you are welcomed and the staff is highly trained and friendly. They are patient and do not try and rush you out of the door. They made me feel comfortable, addressed my medical needs, and monitored me to ensure that I felt better than when I arrived. Thanks for the hospitality and awesome service - Mercy, Thelma, Dr. Faig, and all of the others I didn’t mention.','2019-07-16 15:45:46.682000','2019-07-16 15:45:46.682000',5,'Janine Jack','https://lh4.googleusercontent.com/-l36NvtSmfxA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnRKh0EOr_U8cEwzOAFD8FwKHohKQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29082),('AbFvOqluAZTl6u_ak_ilkCEwF_Pd4YUUMFaB6WNA4_7G_rpP3ZWUNfZ4yBpQFTGM-l96NEnIsWAo-A','Signature Care is by far my favorite place to take my family. The staff are wonderfully kind, knowledgeable and thorough. Every time I visit, I can be confident that my family is in good hands!','2018-12-26 19:04:24.707000','2018-12-26 19:04:24.707000',5,'Melody McConico','https://lh3.googleusercontent.com/a-/AOh14GjHc48wx_BksaWk_MHUbzELgWhzmPLueUs8Vk__g6k=c0x00000000-cc-rp-ba3','16891069708558046635',36309),('AbFvOqlubEHQ3ZifR6cR-j7mWXHwmAebxbwPNzbzfpg7TTLQfXcft8wpccbY00UTwHDC-Ud4jRnw','When we first entered Tobie, at registration, was fantastic. She helped us get in and get through the paperwork. Answered every question. Once in the room our nurse, Mollie, was just as friendly and helpful. Our wait for Dr.Curtis wasn’t long at all and he was a wealth of information about the diagnosis and cause for it. All in all fantastic and wonderful staff!','2019-12-28 07:04:24.234000','2019-12-28 07:04:24.234000',5,'Vanner Maximus','https://lh6.googleusercontent.com/-mKiWf9guHgY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclGi4OEADQL8tjUaIab_s2AJwBVWA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39739),('AbFvOqlUBIy6WmyeYamq0wNsETfAbuNl7LRoF4Q1XlrIWk1g0RCGbWweBnic31nkyuRYWelKGMUwAA','great pt care!','2019-04-10 16:05:35.928000','2019-04-10 16:05:35.928000',5,'John K','https://lh5.googleusercontent.com/-BZISrFDl6rU/AAAAAAAAAAI/AAAAAAAAAGQ/AMZuucmH7_yPe4AkVuiJtIY861muemrK0Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34898),('AbFvOqlUbizrA13PNjwZ_LkglLrQnk2OwwmycOUcvDu5f3mwdyPfIBe3uG3c_d1LE3GAEzqEuno9WQ',NULL,'2020-03-03 15:29:29.885000','2020-03-03 15:29:29.885000',5,'Kathy Beard','https://lh6.googleusercontent.com/-Hmw5DSCFRdU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBr21dnMc7iL_x-8Ey0R_TyvfJjg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39576),('AbFvOqlUBMbuhAaMlP2Ju9V3dyy3M8A-pCH0FA7poP34xKXXoseoW4IRnWVuUICBJzJhG75h69U6TA','Went for COVID 19 test today.\nExtremely impressed with the service .\nThe doctors were very cooperative and easy to interact with.\nWould highly recommend this place.\nThey also gave me a t-shirt and face mask.','2020-08-01 15:51:27.911000','2020-08-01 15:51:27.911000',5,'Faraz Ahsan','https://lh5.googleusercontent.com/-Rmv2vbfqY1A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucktpNpQUMxsM3NZxQg6Zy1duIJ_mQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31814),('AbFvOqlUBo-DD46_swwp16KxLNBUIf3lIcTWNnzNMrYyvvqk0uh09G0zVMQJIzDoDggZCc98q2qciA',NULL,'2020-08-03 15:06:22.555000','2020-08-03 15:06:22.555000',5,'Justin Dvorak','https://lh3.googleusercontent.com/a-/AOh14Gg7J9mkqBVkZtNEx1SVIY9Mn2vf73o8q5Ndkqpd=c0x00000000-cc-rp','3511292162159714121',40214),('AbFvOqluBuE_1SlT5fpbd15Xfq8bnpN0FwchCYSMtt8Wb9NeHKM78Gsf8LQ1PBmk54joyRAG82MwZg','Y’all where great best service ever','2019-01-13 17:58:58.983000','2019-01-13 17:58:58.983000',5,'Stanlisha Flowers','https://lh5.googleusercontent.com/-AIToalHBd4Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-7lYSKZeWPnWyLNYT4WfXYfaGKA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42176),('AbFvOqluCBZHM6u5nbWUQwyYG5hqihtdzdA1p9DgOz4TlENGXPtUn-dZLE1nN_0zc18lV63YLTIc','Fast and great costumer service . Thank you Maria (in the front) Adriana, Magali , Pete and Dr. Patel .','2019-12-20 18:00:42.015000','2019-12-20 18:00:42.015000',5,'Eunice Leyva','https://lh3.googleusercontent.com/a-/AOh14GjtLtwRvhUTb9oTfF5FZaXG_bxuE6l3-5JP6x0V=c0x00000000-cc-rp','6521947413723274945',41511),('AbFvOqlUd0p_W6MsjUOWxPNrU5PlNaUa7HV7v9UpGw_k932QhasQsqh-3SEN13zVVK0r6747oeRjxA','The front desk staff and nurses were very helpful and caring','2016-03-02 22:59:39.701000','2016-03-02 22:59:39.701000',4,'Kim Barnes','https://lh3.googleusercontent.com/a-/AOh14Gj8_BI6-RhzuQ6ncAcfXTTydIkDrK0Bw3YQ8M7NwE0=c0x00000000-cc-rp','17394740196501090048',37371),('AbFvOqlud9V5C3gBebM4QLAbMIXWqnusKn40A4xMjqYmEXO4c42dYzDdB3B9j-PIwcpE-Mo_wePgqQ','Gabe, Arielle, and Kim were fantastic help. I was very unsure of my toddler’s allergic reaction and they got us in and out very quick. Thanks!','2018-09-16 01:51:19.399000','2018-09-16 01:51:19.399000',5,'Brion Pampell','https://lh3.googleusercontent.com/a-/AOh14Gjb38KptxKhmII8ouU_tSIpmtFUkdLQRvRwEQgc=c0x00000000-cc-rp','16590124370714063921',35180),('AbFvOqlUdbydlLw_dwV55Yo7vvawyJNuQLE8p9XJXT6ugU_6sB85ywg8KVa0FiP5VmftjpdIzXs9','I was very well taken care of by Alvean, Tricia, Natalie and Dr. Farooqi. Walked right in, was triaged immediately, always felt comfortable and was able to laugh despite the pain and anxiety I was feeling!','2019-11-01 14:36:36.057000','2019-11-01 14:36:36.057000',5,'Maddie Murphy','https://lh3.googleusercontent.com/a-/AOh14Gj-dsSphCNFZHQtVgglyKC1wk-hrJhi8qpIrvQiag=c0x00000000-cc-rp','16389487648212004696',33795),('AbFvOqlUDZLIQel8BT3dQVgYfxor7qTwMX7pKImQ40IIVhFS7pnNBfWWoy0smiGfwaluK31jSytZ','I love this quick ER! It\'s always quick, people are always friendly. Anthony, Brad, Kristen, Kim, Dr Vakey were great!','2019-02-07 20:49:32.655000','2019-02-07 20:49:32.655000',5,'flash Chestnut','https://lh5.googleusercontent.com/-CjrCanR8vmU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl8KbfvIZ_89jnU2pRHu6wgmfmeng/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35021),('AbFvOqlUEat4EleJriyWn3hndTFJ8lXbATie3tSffFTvdA7rMo6ChbHVzhSBlIQKUCdWLK76PbSblQ','I injured myself at work and got a cut on my face as a result. I was sent here from Concentra, as a recommendation. The service was so fast; literally the quickest ER visit I\'ve ever experienced. All of the staff were friendly and helpful: the registrar Itza, the RN Dawn, ER Tech Olivia, the RAD Tech Jacque, and of course, Dr. Akunyili was amazing.He gave me the correct solution to have minimal scarring from my injury and he was correct. Great location & service!','2020-02-27 13:08:52.478000','2020-02-27 13:08:52.478000',5,'D. Oliver','https://lh3.googleusercontent.com/-7DPaMyeJ4Xk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclvDhcd8XuD-LJ_DT66Bh2XFogmWw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40289),('AbFvOqlueBEm_EAxVV6CJXdvIs-dpBjapDG4hMcjrwxeI3iUZV00pmrcVFDh-Aj7SZ7NttZwQCqb7w','Patricia, Alvean, Marcus and Dr. Nguyen we great. They we kind and really fast. Thank you!','2020-03-03 23:01:12.660000','2020-03-03 23:01:12.660000',5,'Diana Jordan','https://lh3.googleusercontent.com/a-/AOh14Gh3u5lUAgSXyW8SQZYgJ61iPmk4UB7QjfjdCYCQ9jI=c0x00000000-cc-rp','16389487648212004696',33300),('AbFvOqluEc6ES1wplNylTwzT4yLV4IVMh0f5bgm7lMgvUl6gDOxemrLwzFTORglFurAJ6se2jCTg','Kimberly P.\nJoseph B.\nJohn A.\nVery friendly and welcoming, treated in a timely manner!','2019-10-22 16:39:08.672000','2019-10-22 16:39:08.672000',5,'Visserin','https://lh3.googleusercontent.com/a-/AOh14Gj-KyBvgjARAI2EI9IP_QEQxDKkhus5bmQpypUdww=c0x00000000-cc-rp','14567670160750071148',30430),('AbFvOqlUeD1aRcsvyu45UafGj8qjaKD7yqrL6_-0xXk5C9WI7mxKqqNxWhAjR-3x7_7lqTnEHHE3mw','Always helpful and take well care','2019-01-12 16:07:12.577000','2019-01-12 16:07:12.577000',5,'AJ Media Production','https://lh3.googleusercontent.com/a-/AOh14Ghvtx0aG187lJeL8rsPlTfzygLBeg6Wwf0q6kYvCA=c0x00000000-cc-rp-ba2','17394740196501090048',36844),('AbFvOqluee_dJS47og3d2ooVJFItmcRm8Mgl_r3HZ0QCxfXBABFppIFF4WYrZ1l5fRQzwZ5ox-mB2Q',NULL,'2019-09-08 17:43:13.283000','2019-09-08 17:43:13.283000',5,'Hilda Leo','https://lh4.googleusercontent.com/-o8RC9ZvERIs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckl0nYMAtCk7MUPn7ivnTZpHZUbgA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42666),('AbFvOqlUef_0YOp5KIBV1soEmbNO3EHPkG1YB0tQ7nxHzfOTDIOD0t4armrKYDY6LG0rcZQTSt3T','Amazing experience. The staff is very nice and friendly. Edward, Linda, and Dr. Miller were very helpful and made me feel comfortable the whole time. I will definitely be coming back in the future for my medical needs!','2019-03-04 23:22:59.259000','2019-03-04 23:22:59.259000',5,'Marissa Schatz','https://lh5.googleusercontent.com/-fK0puQC3_Z8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl7kzFa3IsnwOvlxr9WF7tFNd-p4g/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36256),('AbFvOqlUF_v_NRijvuBkVlklbQG1JMOp1ztvqDsEN1rnz1t2zB9wLj4-GCR43DsFCxIFQAhsR12JvQ','This is the second time I have had to go here. The first time was for my back, and turns out I have a slipped disc and pinched sciatic nerve. They took amazing care of me and were so helpful just helping me walk back to the room.\nWe had to go again on 21 January for my wife. She was having severe back pain and chest pain. The wait time was zero and they took her straight away to get a CT scan. The care that the nurse and doctor gave to her was some of the best that I have ever seen. Taking into account everything that was bothering her, and listening to exactlyl what was going on.\nAny time my family has an emergency and needs to see a doctor ASAP we will be going here no matter what. Everone from the front office to all the staff in the back is top notch at their job.\nI highly recomend when an emergency comes up, and you don\'t want to pay those high bills and spend hours waiting at a hospital this is the place to go.','2017-01-24 18:06:25.381000','2017-01-24 18:06:25.381000',5,'stephanie campbell','https://lh3.googleusercontent.com/a-/AOh14GiAhQOnWewnxVtszcCz5g1hFP6smW9_0WallKaU3g=c0x00000000-cc-rp-ba2','14904078213800803294',32745),('AbFvOqlUFb5YDuw6e2lbAkKofFys66p7wa-_nzh3582MDHjaXTan9IVTIWjzXIFX4by1jdPvOgDKVw','Best ER visit I have ever had! Everyone was very friendly and they were very attentive.','2019-01-01 17:26:33.289000','2019-01-01 17:26:33.289000',5,'Stephanie Silva','https://lh3.googleusercontent.com/a-/AOh14Gjy9wPtn6I6nvaQ7bO1tzxDXO61TvcGelYQy6h7Ug=c0x00000000-cc-rp','13486358490203335051',29953),('AbFvOqluFJmIYVtQE3vJcSYqA3qK1wTeuKxSvI6Sh3fuMQeR9EVd-Q6K1yeJGYGyYpAg9Jpz4ASMMg','They were very friendly and the check in and care were both exceptional. Thank you Jocelyn A for being so helpful!','2020-01-18 23:20:45.764000','2020-01-18 23:20:45.764000',5,'Kati Donaho','https://lh6.googleusercontent.com/-fI0JrjG6148/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclb1FYGv3knObFV-qjwab6Q7IPjNA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33486),('AbFvOqlUFJw-EpI_wS-06lKD02lmIXio1q3GviKZXXlOT4iwRqUAmaw-rv5_BxkM6Lp15xI2liPWuA','Wow first time here and forever. Best ER in cypress by a long shot. They take care of you right away, within minutes of checking in and super easy! The techs, Fatima and Daniel were sure I was feeling confortable and warm, honesty made me feel at home. Doc Nguyen took great care of me and told me my xrays show I got a strong back. And nurse Sarah gave me my shot for pain which she warned me it was gonna sting, she didn’t lie. Over all great experience and will come back next time I fall ill. Thanks yall!','2019-10-01 01:35:21.279000','2019-10-01 01:35:21.279000',5,'Rafael Medina','https://lh3.googleusercontent.com/a-/AOh14Gg7cN14-gCMLDrIZfUe5rSX_A-CoqhVFHrf-U4hsA=c0x00000000-cc-rp-ba2','17898197009688164559',37976),('AbFvOqlUfqjj0CJ8P6qSv74fVTUUnBCXHI5byu46fi5Qjt7obB3JVGQBJb-5W80vPD4uorMjBbft2A','I went here last night because of a major headache I had and fever. Let me start off by saying that the lady at the front desk was really nice. And the nurses who took care of me were excellent. They made me feel at peace. The reason im giving this place 3 stars is because of the doctor. He was rude and very unwelcoming. He was very cold. He didn\'t answer my questions. He was more concerned about getting me out of there quick. No compassion. This place would be better if they had doctors who really cared. And he didn\'t even check on me only the nurse did. I think I saw him a total of two times and I was there for a long while.','2019-01-19 09:42:25.319000','2019-01-19 09:42:25.319000',3,'Vero C','https://lh3.googleusercontent.com/-WKou6VaM3ss/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmPEYoq_r574bzCCOqmeCtbeiFjCA/c0x00000000-cc-rp-ba2/photo.jpg','8679688254631342173',42738),('AbFvOqlug05OSB3kXhEr6CrX0jU7IueIG9CG0ngKai6zgD5JvVCrO4aYCBHOEEEqWz73k5wD5BT7VQ','Very nice staff. Seems to have a lot of experience.\nShout to Dr. Carpenter\nJennifer RN\nSherri Rad. Tech\nKim. Best registration experience I have ever had!!!','2019-01-17 21:01:49.493000','2019-01-17 21:01:49.493000',5,'Billy Giddens','https://lh3.googleusercontent.com/a-/AOh14GjV1bKU5403scvhV8t7Zq5jYIITE-uM10C8pOGWJQ=c0x00000000-cc-rp','3272657195432704501',39957),('AbFvOqlugfqE2yS8lFFeH9aVPaNHm7XfTNXy-OH62acQiZz73279Exp241RlcyERqmDbhLtgPAhoyw','The ENTIRE staff was completely professional, efficient, and caring. There are many medical professionals that can learn a lot from this team of experts. The wait time was minimal, and the facility was nice.','2016-06-06 21:53:18.647000','2016-06-06 21:53:18.647000',5,'Angelia Garner','https://lh3.googleusercontent.com/-mkmNWLEDHs4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckgYePXWZHsnk9dm9NYgx_fh8_ouA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37340),('AbFvOqlUgp73OR8C5fwzH0T9YTUXiYmtRjSSeQ-hOwQepg9U1MQfhtjfe30EPclm_8fbk6qfEgWH','12 hours waiting for test. There is no people to answer','2020-06-28 06:19:24.176000','2020-06-28 06:19:24.176000',1,'Jose Escobar','https://lh3.googleusercontent.com/-k_CC_zcTdWw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjMY4FLna4_6wIC5k9hT3d_-m4UA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28627),('AbFvOqluGtGrPa1nFV4K-ioE-B1x6BDOROxaeoiqcrWJseenWq2k3GGP1Eacwa4hJyuLmNp43ht1','Amazing service everyone is so friendly and helpful highly recommend !!','2019-01-03 22:22:59.035000','2019-01-03 22:22:59.035000',5,'Melindaa Diaz','https://lh3.googleusercontent.com/a-/AOh14GjQhyc37qygwW3VyjXRRzVzypwKe5jHScj35PPl6UU=c0x00000000-cc-rp','16590124370714063921',35055),('AbFvOqlUgTt7MqEqIL-O75VhzEKesy7fFXWHETLihGAUnO-3o3Dc5Vk7KVv-TwfZ6m8cv32IfHwodg','The receptionist preethy was inviting and friendly.....The advertising is true, there is no wait and you see the doctor immediately. The thoroughly explain everything and they are sincere.','2017-02-28 18:05:01.948000','2017-02-28 18:05:01.948000',5,'Reckless 713','https://lh3.googleusercontent.com/a-/AOh14Gi2SpsZy7UGVVEYh0qa8uQxTNy2dn2zkvWOGZP3OA=c0x00000000-cc-rp','17394740196501090048',37205),('AbFvOqluGzoK2RYMUf3DQK58I3-M3rMd2pfDIH_N0UPV9SzCKTKC5m-fOzk4MBwYG4fm0Kp9nD92hw','It was a great experience from beginning to end. The registration person, Mkim.was very friendly. Ricardo the rad. Tech. was too! I was taken back. In just a few minutes and the nurse Julia went above and beyond as she was so nice and offered me blankets.\nDr Drendy was kind and she was very Knowledgeable. I received the 5 star treatment .\nI would highly recommend this place .','2020-12-17 20:49:52.635000','2020-12-17 20:49:52.635000',5,'Arlene Broderick','https://lh6.googleusercontent.com/-XevigUWAgPc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucms1EV8NcqJ4o6MlWr1kc7PPUU1yQ/c0x00000000-cc-rp/photo.jpg','15979470999169074295',32813),('AbFvOqluHgsUfHplVN8WHyjaAshSt6YvZeSZzD6hjmlv6mILFAhF1OxxzUaceV_MNRJKgS1Qx3QE-A','Great service but you pay for it, x-ray and MRI cost me 12k. Out of pocket 8k. It\'s quick and convenient but a wait is better than bankruptcy','2017-04-26 12:39:48.706000','2017-04-26 12:39:48.706000',1,'Daniel Ryan','https://lh4.googleusercontent.com/-Fi3o3j691Kk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1kV6rBhsajhfTItdT4Y0I-YLlCQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41061),('AbFvOqluHT8RkBtBAU3R_17vHhXVBVfXQCk4p2w_8ZOZfGB9KSdHTfGOYnvePlBclKdsBm_1dSpk2w','Maya the receptionist was a great help! Location is quick and fast. Definitely will visit again.','2020-01-04 19:04:33.814000','2020-01-04 19:04:33.814000',5,'Jeffery Jackson','https://lh3.googleusercontent.com/a-/AOh14GiC6IwdgNTA9iMle_LR9Y4hDvXK_LFY8xb93W9N=c0x00000000-cc-rp','12541597562633926366',28855),('AbFvOqluhz972anB_RUoCwleIuCQ6ixt1FRLcY68wOxvlvHTUrRsyMa5kfR4Lim1d02O3GKyj3Vjsg','Nice personnel. However poor procedures to deliver an international quality lab report','2020-09-16 20:18:22.647000','2020-09-16 20:18:22.647000',2,'Luigi Saputelli','https://lh3.googleusercontent.com/a-/AOh14Gh7wzwmwLbKPI16LeVj_dS8k_y8Crv1T7mMQFIfWw=c0x00000000-cc-rp-ba4','12541597562633926366',28546),('AbFvOqlui2pnn3I5MOlLOM5fIQ_YZDVxuiySkP3JXzlcYZr-EGzGPKa3a0p1foInz4Ve8xMyPTSh','Brought my sister in law in today sick and got her back very quickly and staff very nice and waiting area ckean and fresh','2020-02-17 22:18:25.232000','2020-02-17 22:18:25.232000',5,'rebecca garcia','https://lh3.googleusercontent.com/-hwG0ym5E9NI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckiyLGiKe-RJZPoxAl_Lch-9OOWbA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39618),('AbFvOqlUJ2jd8SPI7k0TOC5IJEPAG8ULvIINFEAsi3gSLGrZt_bMbBKONRE3PpLkpCuLmg0qORsQ','Fast, friendly staff. Highly recommend. Love signature.','2020-03-08 02:59:29.233000','2020-03-08 02:59:29.233000',5,'Savanna Silvas','https://lh6.googleusercontent.com/-DQBcNrkvrDs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckk26IL9udhQFWb6yLF4tGFPI4NNw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41403),('AbFvOqluJLSA27bCprDrxAIHoYzrhcVQI9sY0hyjs-8q1X7jkxOvSsuS587lR2Ja1bZ6VKi_zbYpOg','This was the most cleanest awsome service emergency hospital i have ever been to The people are awsome beautiful spirit got me in and out quick Dr pateo is the man with the plan awsome guy i would suggest this place to anyone 5 star service','2019-11-29 21:08:41.949000','2019-11-29 21:08:41.949000',5,'Byron Mitchell','https://lh3.googleusercontent.com/-s28IVrDK-bg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnBIEdpAMGrS2Si8EUvxGCgONMaag/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36676),('AbFvOqluJn1m1DQIhXzvHmfLZ8rk9r0YLLs7txiLNuJ64Ck4jSZuOpOqAZsAlnn9pKOq_aL0yIz9cg','Georgia did my COVID test and was so kind and informative! The front desk ladies were really patient as well.','2020-09-08 01:56:38.561000','2020-09-08 01:56:38.561000',5,'Emma Newsoroff','https://lh3.googleusercontent.com/-BnrkrkidvP8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclr2BtiAILHwISnzwEmTmFjRS-Hyg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31694),('AbFvOqlUkk3hAAs_MsPJsLSOag1rlLefQkZV75zXEuo9NEsZHkj0G7wXykWIVrCWcQQQKJmhnyXHuA','Took great care of me! Highly recommend coming here! Taylor and Kelly are super helpful and kind! Chris is hilarious and made the experience as enjoyable as it can be!','2017-04-20 23:40:14.763000','2017-04-20 23:40:14.763000',5,'Ryann Hardwick','https://lh3.googleusercontent.com/a-/AOh14GjpFm8meboKPIR4MBP3w1sEpPwag6isvTl04g_HCw=c0x00000000-cc-rp','16590124370714063921',35448),('AbFvOqluktvRbni-Ji5HMnzij2UfLxkpeMj2MR2UZHoMHRiRPlDEJUNr0WFPlfMhN_k7NSBM48TZ','Excellent service.\nNurse Nicole G\nReg: Tatiana\nRad: Bryan D\nTech: Brandon Williams\nDr. Souman','2020-01-29 04:32:26.149000','2020-01-29 04:32:26.149000',5,'Justin Carr','https://lh4.googleusercontent.com/-myAgDei4rS0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmL-nle_m-wCjrxFnWnVt3cpTrubg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30294),('AbFvOqlUL3Amp6zhJwBI-ybPeXfPMyN5Z81qaZx9R_rY38Tef4M2jG8_-T5stIhIykL3CJa8RC7W2Q','Staff is extremely nice and helpful. They got my wife in quickly and diagnosed her problem within an hour. Thank you!','2019-06-16 19:16:07.874000','2019-06-16 19:16:07.874000',5,'Dustin Jones','https://lh3.googleusercontent.com/a-/AOh14GgMBi-XqcBMdXJxk5eevNppLsHPF0qzPqv4xmvynw=c0x00000000-cc-rp-ba2','13486358490203335051',29792),('AbFvOqlul60s4njbmcwl_7y5X4GEb9_dXgldizEs3gIZnFCLUP9gmWia8Jz8K-q-0qY_xDdArahvvg','No wait time at all and I was seen very quickly. This place is hands down way better than any ER. The staff is always friendly and very attentive too. The doctors and nurses ar excellent and very patient as well. The office staff are kind, friendly and quick to answer any and all questions. Thank You so much once again for making sure I got the care that I needed!','2017-07-02 23:49:20.643000','2017-07-02 23:49:20.643000',5,'R. Williams','https://lh3.googleusercontent.com/a-/AOh14GheVnmSnBQmK1FXQGaIxcmtSDUhKo9zHzHfl-0dCw=c0x00000000-cc-rp','17394740196501090048',37127),('AbFvOqlUlj2fz-dScjOmQxgwtp0bw7Gj7FP7q5CMbJS1wBcT6KL6tv--PO1591xbeECmQ4bleEUc','My experience at Signature Care was easily one of the best I’ve had. Everyone was very nice, from the front desk receptionist, to the nurse (shoutout to Nurse Lacey!) and the doctor. The wait time was low, which was an upside. I appreciate the care that was given to me.','2020-12-17 00:32:24.474000','2020-12-17 00:32:24.474000',5,'De\'Aja Roberts','https://lh3.googleusercontent.com/a-/AOh14Gj6oozZuq_OLhizHpCnmWW1pocmYK6QfqOB30FuYg=c0x00000000-cc-rp','2694018788013845459',38829),('AbFvOqlumB6dAWaZEx0hmE2TbL7oyKVZbV1LF7wcjrC9pihrSmlHalFhW_oUi8juRA80CaRL0BJ3lw','Fantastic experience helped me with all my concerns felt as if i was at home','2019-06-22 21:40:19.515000','2019-06-22 21:40:19.515000',5,'The Adventures of Mr. Bardbas and More','https://lh3.googleusercontent.com/a-/AOh14Gju9TtQMXREBLz3H7yCeqkr1z7x6cBg7QKM_2KP04Y=c0x00000000-cc-rp-ba4','14904078213800803294',32458),('AbFvOqlUMdS9-z8_ke-QojYXgYSrIEVOxWru_Q-Erz5QF1kTiwMgi5fsG3vda-Kh1xerdgLfSV7V','Very confusing atmosphere. Upon entering they yell across the room to ask why you\'re there . Then ask you to wait outside without getting your name or information. After 30 minutes on the sidewalk I left to find another facility.','2020-09-05 14:24:35.051000','2020-09-05 14:24:35.051000',1,'Linda Goolsby','https://lh5.googleusercontent.com/-Abg5P1Yy5zA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucltoaYADtW-i97an4VG1ag9KNzoNw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34176),('AbFvOqluMjMTuWMW4Vdniz3EjYhSvUhIQupJVChqPAZpQFTKPsTlhUUntCWiLtbDgWzKQO7DmHck','Dr. O\' Mally, Nurse Pam, Techs Shay and Trisha were amazing. Thank you all!','2020-05-24 22:58:07.797000','2020-05-24 22:58:07.797000',5,'Patrick Lewis','https://lh3.googleusercontent.com/a-/AOh14GgkZj5Gbbk8xNBxtIunYBXXm_YysrCeSQvw7Tc8=c0x00000000-cc-rp','8918455867446117794',43048),('AbFvOqluMKNP7MA-bXU864XEH9LHyYwrElmTRZfTD7OC-SyfcIYaFqFQ0fC1cQlKUP3MU5LdZM4UCg','They were amazing and fast. They were really professional. I would tell anyone to go there.','2019-10-17 13:23:48.711000','2019-10-17 13:23:48.711000',5,'Steven Hubert','https://lh6.googleusercontent.com/-3nCuev7e-s8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclaaHYqyRJArRkm7hvAyXPv8v77yQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42651),('AbFvOqluMnOaUMa53QcK3qk0eLsn04WOH9k2AQCGk3dXJLhGB76nJXtzkjXpehN875idrpbujkEwVA','Jocelyn, Marcus,Alvean,Jordan..All staff’s were great and friendly very attentive. The place is very clean and quite.','2020-02-26 14:48:37.581000','2020-02-26 14:48:37.581000',5,'Kaleisha Brown','https://lh5.googleusercontent.com/-jnhQnmLK9_Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnbCBgMTK-vvoTu56Kbnez_9liXVw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33325),('AbFvOqlUNhljXwEuK9io-bYUkd4Jo4nibu-dm5TkGf76m-UDGvJv2fy9GsWyR-fTXsH-_5OLsr4k5Q','Excellent customer service! Friendly staff from the moment you walk in and everyone you see! Highly recommend this ER!','2019-12-23 07:55:24.578000','2019-12-23 07:55:24.578000',5,'Tonya Wilson','https://lh3.googleusercontent.com/a-/AOh14GjUaEcb_cA6wv_prJHeVwyWMWNixWj0DDQ3jjOV=c0x00000000-cc-rp','3272657195432704501',39745),('AbFvOqlUNJFImz0NQHKyhmbWGoe0vXJrZRbAAI98iW6occd180HcuW5zmQsn7iQ6b4ZiVXZRGFsRjw','I have been here multiple times to be covid tested and every time the staff has been fast and very helpful. Gabe and Ricky helped me tonight and made sure I was comfortable and made my experience go well.','2020-12-11 06:40:11.516000','2020-12-11 06:40:11.516000',5,'jenny loria','https://lh5.googleusercontent.com/-204u6lwWWQg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckcXEfwVgA1vleUkmB7GeY_KZq9zA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34045),('AbFvOqlunN_bdph_2VF6xepd6vawWehCSxYpoFQO3WvYRsX_fawLN8HksBRnbyEEA9ARaDZ7SCb4','I would give 6-stars if I could...\nI had to go to this place twice within the last week, once for my GF with a several case of dehydration (on a Sunday at 9:30 AM) and I for some acute pain in my left knee (last night around midnight).\n1) and foremost: NO WAIT. My GF has to wait less than 5 minutes before been installed in the exam room, I didn\'t even have time to complete the paperworks...\n2) The Doctor is the one who examines you. Sure, the Nurse take you vitals, hear you story, but the Doctor will be the one performing your examination, deciding (with you) the course of treatment and your options...\n3) They do not \"push\" for additional examination. We decided both with the Doctor of the relevance of an X-Ray in my case, which I agreed to have done, just for peace of mind.\n4) Within 30 minutes, in each case, we were admitted, examined, treatment decided and under way.\n5) Every Team member is smiling, extremely nice, joking with you if they feel it is something you will respond to.\n6) They keep asking you if you want a blanket, something to drink (Water, Coke, Gatorade, Coffee, Juice...) or a snack each time you are waiting a couple of minutes, during the whole process...\n7) They are open 24/7.\n8) The whole experience was comparable with a 5-stars hotel with a concierge service. Definitively the place I will be going back next time under similar circumstances.\n\nOne site note, though. They care considered as a \"hospital\" facility and therefore will charge your insurance Co-Pay for consultation in an Hospital Emergency Room (NOT an Urgent Care facility). But if you can afford it, it definitively worth the 4-hours wait at the Hospital ER...','2018-10-10 16:48:12.083000','2018-10-10 16:48:12.083000',5,'JĆ©rĆ“me Istin','https://lh3.googleusercontent.com/a-/AOh14GgAoh3kZ9bHxhQQ7yqGmlqP47El1fGuJufouP7gjg=c0x00000000-cc-rp','14904078213800803294',32536),('AbFvOqlunOMHmTermBg58AxHz1o22LbdeegEdE4rwlb0Ot0Pg0FHil0238bByb7NAYon-3y7jIEn',NULL,'2021-01-12 15:19:15.116000','2021-01-12 15:19:15.116000',5,'Ali Seward','https://lh3.googleusercontent.com/-imjiqBF-rmw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl4ZNX3yLx6fRhxtE2D9C4FJ45ukA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44627),('AbFvOqlunUabAshKZy47jMmXmbRSWJKBf3o7Re5XgJjDeyjelUJEbwYjjpslRzX_fte1MxXNhtuQUg','Dyveliz and Arielle are so sweet! And Remington and JR were very helpful.','2018-09-12 15:38:55.852000','2018-09-12 15:38:55.852000',5,'Madison Kuhn','https://lh3.googleusercontent.com/a-/AOh14GiQYqj1lxNQeQLOQW68rIYNhhb2deO40biWiEJbkw=c0x00000000-cc-rp','16590124370714063921',35187),('AbFvOqlunWVVdc07q8qCxapZVL-uKPPAq9rRTZ2cFr0e2L5CX8OBoKeE-rD5JgLG6V9YqnN0BGsS','Fantastic place, my daughter wasnt feeling well brought her and had her seen\nFriendly people, very through. Clean and super fantastic care. Went above and beyond to be helpful and make me feel at ease. Highly recommend.','2019-11-11 09:20:21.132000','2019-11-11 09:20:21.132000',5,'Melinda Daniel','https://lh4.googleusercontent.com/-OHP2xaiNo4o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnpwEA2sBYUUSnJxx4CydC_k_agIw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39774),('AbFvOqlUojMqliMGtbCCUMlsVai1mp1qqVAE_0iZt9Ua9GlsbLU2RHENBIudjq0iYp6N1TPVfkrcyQ','(Translated by Google) Thanks to all the team. It was wonderful, I recommend them. They are: Starr. Joseph, shaylene, Trisha and Alissa. Immediate attention.\n\n(Original)\nGracias a todo el equipo. Estuvo maravilloso, se los recomiendo. Ellos son: Starr. Joseph, shaylene, Trisha y Alissa. La atención inmediata.','2020-02-01 15:47:51.692000','2020-02-01 15:47:51.692000',5,'nabetse labrador','https://lh5.googleusercontent.com/-2hWWasg25Kc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckJflS8gWaoQnne214d5yqlvlx4WA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43124),('AbFvOqluOKHsXrQFw-k78bfjsLDfMloFeApbfz0guALLfrv0w2GiEVhILPEhSU8kqoATp2bKfd_egw','Itza was so nice and attentive! Jacob and Rebeca were very quick with administering pain medication and were fun to talk to. Would definitely go again!','2020-01-20 21:27:51.440000','2020-01-20 21:27:51.440000',5,'Alaina Reyes','https://lh3.googleusercontent.com/a-/AOh14GjQNl5Lar6wNcN1SlPTOQsD6DRdEgZO2WwUA98lBQ=c0x00000000-cc-rp','16590124370714063921',34425),('AbFvOqlupd_lKQXFj-fifE4WqaBiqcxCrnHUeoN_ZxOQubf_dj6PPqACEoPDG5h7g4h5xAN6CDeWbg','Excellent service and attention. They make you feel as comfortable as possible. They offered me water and a blanket and explain every step to my treatment and condition.','2018-02-05 16:39:48.819000','2018-02-05 16:39:48.819000',5,'Leola Gonzalez','https://lh3.googleusercontent.com/a-/AOh14GhlzhYMiCAeK7H4656Ei11rbUqFoik8qjTBv5KUMQ=c0x00000000-cc-rp','16590124370714063921',35312),('AbFvOqlUPPGtit-UKlXS3s0x1OboxexrmlMFGVibD1DgW6F5UXJ7-llX6dNRpibV8lM97c5JgROoDA','Had a great experience great staff dr patel, mark dolores kevin and arron were great in getting me and out with my sick 3 year old very pation and attentive highly recomendable','2019-01-09 16:35:15.047000','2019-01-09 16:35:15.047000',5,'Stephanie Garcia','https://lh4.googleusercontent.com/-s3UlUDF83XM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmrAuQltxiZ7kT6jZtoL1f_ropfwg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32513),('AbFvOqlUpva9o8_D-gCm1N2W2ZPSkkPSSij2sHSpTStH_Dx7KCwWN9MaHehg3rQn_1QlPQVoKoEkcw','The staff was great. From the front desk to the nurses and doctors. Keyshawn’s was polite and friendly and nurse Ladonna was so helpful.','2020-12-01 15:59:50.196000','2020-12-01 15:59:50.196000',5,'Evelin OkoyeEzeoke','https://lh3.googleusercontent.com/-QhQaXEw2jes/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjEEJ_QS_RoumKYWLTIrM8UhRu5A/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36507),('AbFvOqluqrUK5N1IlG5lb6a1Ox5vRVQiIAlGB4mDWcTjtN2cjrQzYRke2JUdAo4Wfd-cl6qzf2bh','Great ER. Quick, friendly service, professional care, attentive staff. I would suggest this ER to anyone but especially those who are looking for quality care at an affordable out of pocket price.','2016-10-08 19:33:48.122000','2016-10-08 19:33:48.122000',5,'Hal Gailey','https://lh3.googleusercontent.com/a-/AOh14GhaSCAwAxIFKgMjOPfkr_vX0VIKIvgHsI-CKk25=c0x00000000-cc-rp-ba3','17394740196501090048',37289),('AbFvOqluQsbHJ_b_idR6Uz4CrUhySLmb3mkyWZRvF54eiIf2NFI9B3qZ0SKj3mHXm7frIcdyXzls','Dr. Henderson diagnosed me quickly. Nurse Troy, Registrar Luisa, and Radiologist Josha were unbelievably kind and professional. Highly recommend this location','2019-08-17 06:38:34.034000','2019-08-17 06:38:34.034000',5,'Lori Ridge','https://lh6.googleusercontent.com/-17WuHh_wvEc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1sKgwlLPG3btIJxE0bFglfixByw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlUqvJ9wRvyYv3s84wvuR2XMSd-LsJmE2FF0GSe6eenm8aptx9GdVvekXUsqrILqtautIhOjQ',NULL,'2020-03-10 17:30:37.768000','2020-03-10 17:30:37.768000',5,'Cailin Jamison','https://lh3.googleusercontent.com/a-/AOh14GglKaMfiHYg8SPwXLPi9FzE2XmaJ3aJQEgaScvr=c0x00000000-cc-rp','8626688543755174284',41918),('AbFvOqluQYB39yaQQXFT3raKPZ7XCKdlxWY8kVeK0PzmWtwNNKYmN6BN4bGW9qct4RX08mGVRbDjnQ','Great customer care from Ashley. I recommend this location.','2020-10-06 15:29:34.469000','2020-10-06 15:29:34.469000',5,'michael morteo','https://lh3.googleusercontent.com/a-/AOh14GhHSdDB229OY6Ymde4CIHwhzMDT8eqB8Qn6I3IeEw=c0x00000000-cc-rp-ba2','17898197009688164559',37520),('AbFvOqlUr__3Bt357O7RlQy0jiWu7WMDoT3YbKyd-NwActRVDQ-RPfu-4bv7TA_ZYDUKPFiAXZ5tWg',NULL,'2020-09-19 19:13:33.818000','2020-09-19 19:13:33.818000',5,'Jamie Pokorney','https://lh4.googleusercontent.com/-alqmspC-tIo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclFyPXuREOCEAj5NUXkgn6AcUA-PA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31632),('AbFvOqlUR5a0ljjJcKAngB9UM4l1LWsT2ucFRXav159R98LyH6HkDYb2SsvB924d2tK9BVAqd1Fx','I’ve heard horror stories of Covid Testing ... Georgia is amazing! No problem - & she’s kind beyond measure! Thank you!!','2020-09-30 23:24:46.100000','2020-09-30 23:24:46.100000',5,'Melanie Schwolert','https://lh3.googleusercontent.com/a-/AOh14Ghx_Xxn23dvvu4NTQWen-QaJJa0u__FEdF2UY49mQ=c0x00000000-cc-rp','14748677429039074158',31599),('AbFvOqlUr8nTa5NFjR7JM32NlDm9TpyB7JebvZoksHDaHbmxMj5zECndoHgpLTbCeGHGqt81NWeAzw','This is my second visit here with my 9 year old son in two days. Each visit gets better. They are helpful and do not mind explaining things to you. Dr. Curtis and Nurse Lucas helped to ease my mind on the follow up visit. Not to mention to very nice gestures and interactions I received from Kim at the front desk and the extremely sweet RT Sherri. I also visited with Dr Yost whom I adore on Sunday night and the staff I didn\'t catch by name. Bottom line this is the #1 ER in Texarkana. I will be back if needed!','2019-02-19 19:23:52.562000','2019-02-19 19:23:52.562000',5,'Christine Chiles','https://lh3.googleusercontent.com/a-/AOh14GhnFTIE97mf2pt8Rc7brjfMNX8gu4yEz5Kg-WvJYJs=c0x00000000-cc-rp','3272657195432704501',39911),('AbFvOqlUrcibwduUeusf6mtrXcrfGtD1Wuy-wNgN4Vg0_-EtyJ3EUGGCyhKDBLLZ3mHKdp_kGm7h6g','They claim no appointment is needed for Covid testing but when I got here they said it’s appointment only? Very frustrating and I see nowhere on the website to make an appointment.','2020-06-24 16:30:54.877000','2020-06-24 16:30:54.877000',2,'Hunter Imler','https://lh3.googleusercontent.com/-kVzpKk4CPJE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQPk3v4up-Rh3SiDfB3fVfp3Kvpg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37597),('AbFvOqluROEtn8fOsUhkHCiR-E0GNDIYXVL2hzTbF8Un_-1RHq6cs9mflc8BiuxDgwAP-Mpqy1uD_Q','Dr. Jolly and his team were phenomenal! The support staff Leslie, Kristina, Quyen, Scott, and Maya were very supportive and helpful! Signature Care and it’s staff is very helpful!','2020-02-11 23:23:58.303000','2020-02-11 23:23:58.303000',5,'Southwestern Regional Director','https://lh3.googleusercontent.com/-kcn-gn8V5nc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucknTevJWvwaosPw2V_-vo77YTwvwQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28734),('AbFvOqluS7cwLjzdht0OFvSAa2hMLfI9NNzfo1Cly6lFLRb1Og6uY9e0ErRPGB6jjjDoTt-vdGfAmw',NULL,'2020-03-12 01:16:01.668000','2020-03-12 01:16:01.668000',5,'Carol P','https://lh3.googleusercontent.com/a-/AOh14GhxwJJU6S9021yBqbySioZ7OvcFCysT5gqVp0IM=c0x00000000-cc-rp','6521947413723274945',41396),('AbFvOqlUsaLoBYaoPktrUsuuQppdTb0v89To0uDcYPmTkL_A4_FVUKbKKpAWcLBp-LlNXj0cKMJ7tA','Went in for stomach pain and was seen as soon as I walked in by Earl. Nurse Katiek took vitals and is a pro at setting up an IV! I was then seen by Dr.Lingan and tested and given medication and a diagnosis. Probably the best ER experience I could ask for!','2019-02-13 19:20:29.361000','2019-02-13 19:20:29.361000',5,'John Saigusa','https://lh3.googleusercontent.com/a-/AOh14GhIJCqj7hqtG-sWa8Yg4koMrIwEaIcTMu2aanu8Bg=c0x00000000-cc-rp','16891069708558046635',36275),('AbFvOqlusc5mUWJma4EBgAWW0GH9lDPCDQKTi_36gLEXKY6rIduvVKs02iVC792K4EAI1Y4noOw6oA','Luisa was very welcoming. Jani and Troy were amazing and Marcus was halarious thank you so much Dr Cavazoz for taking care of my mom!','2019-08-19 02:36:57.961000','2019-08-19 02:36:57.961000',5,'Natalie Duran','https://lh3.googleusercontent.com/a-/AOh14Gh8ObyjbBLdiKVJDVFBw7v95l2nEDPmdZwn0x36sQ=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqlUsJAOT-3Q7tffybjFlmmC_7ahzS4mEKG73rZRd9Ie4g3Te2LNUbFX77s8cwZl02S95e0gQw','Excellent service Mandi got me in and out supper quick and my nurse Jennifer was very gentle and and kind. I highly recommend signature care!','2021-01-07 16:26:46.231000','2021-01-07 16:26:46.231000',5,'Trenton Endsley','https://lh6.googleusercontent.com/-FjZ_JdFqj8M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnSq4MwFN-OeWaEkWIfjnBHX9h7_Q/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44641),('AbFvOqlUsP8NfEhnONyVVgZK_NPzcWMydc8Gje06h6T4qpJQ7hetgaRnm2-g_rpKw08kaUziSZrbeg','This is a great clinic. The facility is clean and the staff is very caring. My husband and I have both been, and the nurses and doctors spend time to help with your problem. I highly recommend them for urgent needs.','2018-07-25 04:23:59.528000','2018-07-25 04:23:59.528000',5,'Rachael','https://lh3.googleusercontent.com/a-/AOh14Gg8qSyX_UwzsRoOehu6UG8vv-SParGKZua93IoayA=c0x00000000-cc-rp','3511292162159714121',40918),('AbFvOqlUsyYCerBshvIDCruCboVYDv-F6MgJ4SvMD0P78J7O2kJD6xg5CW0rsHaglgfWPuBendMwGg','Kim, Danny, Jair, Allison and Dr. Baker were all super helpful!','2019-04-23 12:45:15.912000','2019-04-23 12:45:15.912000',5,'KrashtonTV','https://lh3.googleusercontent.com/a-/AOh14GjouuL3KcgI8zXoqHakLqfByYQzpV9Boy6y5StO=c0x00000000-cc-rp','13486358490203335051',29868),('AbFvOqlUszZY8fsUxWMv4riRahP3WDcMMB2whXu21UFbb3GNS6JbG7XG81cHFMSgg1pMvwDH_9ksVw','The Signature Care Emergency staff including Dyveliz, Remington, & Autumn were awesome and took great care of my daughter. I highly recommend them.','2018-06-10 19:52:11.761000','2018-06-10 19:52:11.761000',5,'1st Base Investments LLC','https://lh4.googleusercontent.com/-0yq4SvdgL5A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclDtEV6jUAkB1m0BpQ0mckGOSnPig/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35268),('AbFvOqlUt-5CCattrKVojJKfusGI0y74pJvxUyM66cuIof7Bm1hx4K_mMsTdeuUZseOhVz-Z4RnJ','Luisa, Jesus, Jani, Troy, Seth, Marcus and Dr Cavazoz were all great, best ER services !','2019-08-19 02:49:52.013000','2019-08-19 02:49:52.013000',5,'alba castro','https://lh3.googleusercontent.com/a-/AOh14GjAbPW0iyGdxwLd7hUcSGsESBfkyvhS2vF40DM7cw=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqluT7q5k5NQea9IQB2tg51yC88HBSue9FLv_1bNkWe4euJY7cdcqKw8j1yMGLb_zImmaoARQA',NULL,'2019-12-30 11:50:20.368000','2019-12-30 11:50:20.368000',5,'Brenetta Jackson','https://lh6.googleusercontent.com/-vLDyum8xn_M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclFy3Jd9Gu8OmU7ZOiFplJD3Ppi6g/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39729),('AbFvOqlUtvZqS1813nX1Zb6IisMuTJ15YiFK_2VzQ-uhqAfTdrRtKOQ2ncI6V1889TIX6I8XUbjVxA','I came in with what I thought would be a bad sprain. However I have broken bones. From the registration with Jennifer D to my nurse SusieH and technician Matt I have had nothing but kindness and compassion. My doctor was Dr. Das he was also very kind and made me comfortable. I was very pleased with the services I received today. It was very quick, I’m','2019-07-24 13:54:17.278000','2019-07-24 13:54:17.278000',5,'Sherri Conrad','https://lh3.googleusercontent.com/a-/AOh14GiQN7NbeS8x703Cf_C7owfOg1zpcivR84VqY13uIw=c0x00000000-cc-rp','8626688543755174284',42020),('AbFvOqlUtzfnbB9nRBdFvkeUg1mvr38ticWcXCe_OIS3ywahmbV6dsi0woqzL9fwEgEnuK_x6Qsf','AMAZING!!\nStaff and facility were perfect!\nDr. Chukwu, RN Churiah, and front desk Amy were so pleasant!','2019-03-10 04:18:00.263000','2019-03-10 04:18:00.263000',5,'Devon Raney','https://lh3.googleusercontent.com/a-/AOh14GidwjMKu-i5Mxg1g16ls16u9X726HpT7dO2xEQU7A=c0x00000000-cc-rp','3511292162159714121',40625),('AbFvOqluUbRLpA0Gz8JKazFtNWwlDm-vO2gmFTMk4IhMvTwpXEl2AeB-q2Yk3Wvr7woZfjDjm94gWg','Wait to see someone was a little long but you waited in your car due to covid. Very friendly and knowledgeable staff.','2020-12-17 20:15:36.814000','2020-12-17 20:15:36.814000',4,'Christina G','https://lh3.googleusercontent.com/a-/AOh14Gger94jnzZcNFb5-Bq8j09YkhG-dnzI1DjbHoNoO2s=c0x00000000-cc-rp','14748677429039074158',31269),('AbFvOqlUuSCbNAdDCk6RyQxgq-G8SGOJo6abCVeX13H0y_yAtwUBUWLhJhiHtS0NtYLS348IvNnBDw','Leslie, Rollie, Nantalia, and Stephanie were all absolutely lovely & awesome. I arrived in so much pain and they were quickly attending to my needs while making me comfortable at ease. I highly recommend them as your er!','2020-01-15 04:19:14.919000','2020-01-15 04:19:14.919000',5,'Terrika Turner','https://lh3.googleusercontent.com/a-/AOh14GiES4-iB--7RBwRnwYYVrEb2iGMSbppBof5_P2Kow=c0x00000000-cc-rp','8679688254631342173',42505),('AbFvOqlUveE4VbgyF91NBf1E1bUyvhDPSByuYlu9N4uncq6xa8SPeuciWqOAlRuasSpUqgCZDMW-qQ','Clay, Lindsey and Dr. Lindsey took care of me today! Excellent care! There was not much of a wait time. Even thoe I had COVID symptoms they didn’t make me feel like I was contagious! Will defiantly be coming here in the future.','2020-10-25 15:38:38.870000','2020-10-25 15:38:38.870000',5,'Virginia Vasquez','https://lh5.googleusercontent.com/-ZXyHzPKdYUA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclbCt7rgu_s4dnKhSLcrJFxPx5UXw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35676),('AbFvOqlUvFDdT7F-bEMdfBGqPakKK_cLo287PrEJsX6mgyiwhQCsPs_KQf0Ary8o9ucaSCu4nB6wYg','Great service. Kind and caring staff. Appreciate all the help from the receptionist Tanishia and the nurse Sarah. Everyone was very helpful! I will be back and I will be recommending to my family and friends.','2020-02-07 06:52:23.319000','2020-02-07 06:52:23.319000',5,'Corrine Saa','https://lh3.googleusercontent.com/a-/AOh14Gh5t8uqJZ_xLr-Ubu-5OnA9SEfbVKVGlYyXW4-99Q=c0x00000000-cc-rp','17898197009688164559',37714),('AbFvOqlUvGKXmEPMPAbGq4PKA1lCFKIL9bpqUXH0LGDHRX5idHvdnE6IY93A5aiR-_67TUJRfF6m','Staff was very kind and helpful, honorable mentions are Ricky Scott, Brandon G, and Dr. Kimball.','2021-01-16 06:01:00.220000','2021-01-16 06:01:00.220000',5,'Sophie Stegenga','https://lh4.googleusercontent.com/-FBMN5qaK2sM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckbSeC8oIFL1txS-Z1cvdXcQB3kZw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44517),('AbFvOqlUVw5aPKJS2AVs5IWqT-fKRoJaN-ntz5PROP_kCpa2cTqbQrCsv7Xa9bgGW2TqikMNrIKu','The staff was excellent! Olivia was very helpful at the front desk & went above & beyond the call of duty. Because of her I will be back. Milly, Tiffany, Jonathan, & Dr. Castaneda all made the visit pleasurable and fast. They diagnosed my problem correctly & I am returning to normal again. Thank you so much. Ya\'ll are wonderful!','2018-03-15 14:24:33.501000','2018-03-15 14:24:33.501000',5,'Mr. Bohannon','https://lh6.googleusercontent.com/-b5EfBCBEUQE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn4_IoWutSeSwfhvixa5DUaSgr_vw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32597),('AbFvOqluw41sX0U1MAA0C0r9o_KKfIog0BgycmtBcX1OR8Gs-1H0dAzemNGDp7Ffjbszzo44qUa9Cw','Everyone here is so nice and patient! The doctor was also really smart and fast!\n\nDr. O’Malley, Patricia, Ekaterini, Marcus, and Thuy Anh really care about you as a person and treat you very well! I am thankful for their great care!','2020-03-13 22:25:50.539000','2020-03-13 22:25:50.539000',5,'Bryan Salinas','https://lh3.googleusercontent.com/a-/AOh14GiB5vAmS9gU46RQ7rI02cmSqWDt_QzfE6dcl4nigw=c0x00000000-cc-rp','16389487648212004696',33263),('AbFvOqluWTiSaKRrjVqan0D43LwfEfFQrF356J4gATp4ClG-Yfsub6_Qez4VNLMzVu2DOKoW3FaU',NULL,'2020-02-24 19:01:08.111000','2020-02-24 19:01:08.111000',5,'Irina Watson','https://lh5.googleusercontent.com/-HmUwnUMI4uQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnsshVlC0NAe0DPyUmBRSv-vs-FKw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32338),('AbFvOqlUx6kevdH27ay1VyQ4s2esafpgi-x6nemVB27dE0faZ5NGwetYq9RfR7u70ckZolu7fnvXkw','I tried to fill out the review through the link they emailed me but for some reason it wont submit and the site just says \"Internal server error\" so I will post my review here.\nI am giving a \"bad experience\" review only because the website where I set my appointment was very misleading. My appointment stated \"drive thru\" which made me think that I did not have to leave my car to receive testing. I specifically chose the \"drive thru\" option to minimize potential exposure for not only myself but as well as my elderly grandmother who is most at risk. I, along with another patient who I overheard inside the facility, were confused and thought we could get tested in the safety of our vehicles. I think this should be clarified in a visible area on the website to avoid this confusion in the future. On the other hand, this is more of a suggestion-- It would be greatly appreciated for the safety of patients that must wait inside if the seats were routinely cleaned in the waiting area.\nOther than that, the staff members that performed the test and gave out the results were very kind. Thank you again.','2020-07-12 18:16:11.366000','2020-07-12 18:16:11.366000',3,'Casara Han','https://lh3.googleusercontent.com/a-/AOh14GgtrFMFlWpzVJ9zkaFkcjyUFMkrU6LgpDITcoRwBQ=c0x00000000-cc-rp','8918455867446117794',42999),('AbFvOqluxx2oiQ-5DkiLxQGMZKQ6jcMLDNFPDigPMSAi-Tl4FpRnbpBrQY2qdccYHeiaa1zR8vHH','Everyone on this establishment did an excellent job! Will definitely recommend it!','2019-06-04 14:39:31.018000','2019-06-04 14:39:31.018000',5,'Norali Osuna','https://lh5.googleusercontent.com/-pQqMBH_ktQc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl0FDITsk39AtBTJxZmi4e-9bJt2w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlUXXSBawUQDk8axJnnVJinbGAcrY1CNUxHWWfd1bn3PgaM-2rQmown-7R__mUqRfql3nVtsg','The Doctor Kotg and the nursing staff Bryan and Fatima were amazing!! Great place and great staff','2019-02-10 01:32:55.868000','2019-02-10 01:32:55.868000',5,'Karla Ulloa','https://lh5.googleusercontent.com/-200OH4qZOlc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmkrve3jP8VJuNpagpoC7wrIv4WQg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42728),('AbFvOqlUy-DiT8IKX_e5WHw4j6nH4yj5RT58cGrZOZRzLS8VdpVbhR13luT1g1QGweKHUH1Js6CRlw','Very friendly staff. The appointment was quick and easy for a rapid Covid test.','2020-08-22 20:14:03.459000','2020-08-22 20:14:03.459000',5,'Erika Engler','https://lh4.googleusercontent.com/-LcZkqmF6TGc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnEOyBI99ClkRznYEvECIMrsOp2Jw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38566),('AbFvOqlUYaQy2LmKZo1y91o7WfNVQynJxmw3cuG_b_PdGMsrtsssfemD3qWTAG1FqNAz1NE-x74TJA','Very good service, since I arrived Dee attended to me at reception. The nurses Kristina and Fahme, very kind and good attention from Dr Thomas. Thanks a lot.','2020-11-09 18:48:36.670000','2020-11-09 18:48:36.670000',5,'laura rotondaro','https://lh4.googleusercontent.com/-4VtZwGzL6m0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckz2YPyLl3gTXqFWi3A-FIkRZLpuA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28472),('AbFvOqlUyH5xuCfgSZfA7idsmkygh2Cdg_UNZkLy2ATUQqgdjzYSJo0hkHquT-3Htl_JIfDjS1jaew','Great customer service! Dr.Harjai is great at answering questions and got us in and out in under 30min!','2019-09-13 21:37:00.292000','2019-09-13 21:37:00.292000',5,'Abraham Shaheen','https://lh3.googleusercontent.com/-7jDFRnLTCHQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckIiVx_gRxcXQJTqBmuY6ODws8pfQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34684),('AbFvOqluyMcbDUSICvQcE1FxOYyA9CzOAuwK-LmnXx_akuhAxVS13_uxP-PPf31XkQuCs489AkJrOg','I had an amazing experience at SignatureCare ER for my back pain. They immediately were able to get me back to a room and I saw a physician within 10 minutes. I am a healthcare provider myself and the staff here went above and beyond. Very knowledgeable.','2018-01-17 06:00:13.543000','2018-01-17 06:00:13.543000',5,'Andre Kirmanidis','https://lh3.googleusercontent.com/a-/AOh14GjrPW-31v6AbmxnHs6zjzMUl1QUMeL1HcuYeqfjhg=c0x00000000-cc-rp','16891069708558046635',36445),('AbFvOqlUZBMJUBfLceQork2i8s1jw-Bssq2jFhrsmZo3BdOiOzZk4EJ0AALsi3BVDRUZjYKFOsxB6A','Thank you Dr. Andres, Audrey, Allison, Daniel & Sita for all of your help. This has to be the best ER experience I’ve ever had. Everyone was super nice and attentive to both me and my son. Thank you.','2019-12-25 06:55:11.002000','2019-12-25 06:55:11.002000',5,'Megan Pertile','https://lh3.googleusercontent.com/a-/AOh14GiFCfL2XeuAb37_YEycoRs8pnKWOoBsDyCptIx_Tw=c0x00000000-cc-rp','13486358490203335051',29503),('AbFvOqluzk9U_8ZBr_xSabS9kVRq8Eif5MFkuBTu9cvz-2fwGsz8qyEsLqpqqscL5O8N-ZU7OT1_','Betty, eda, Anastasia, Jerin, and Dr. Golla were all amazing and the visit was extremely fast.','2018-04-20 13:56:37.534000','2018-04-20 13:56:37.534000',5,'Chasity The Model','https://lh3.googleusercontent.com/-NnR4ECJacuQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJhDLlp9ULo1RRkVAFUSQi_WBaow/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36960),('AbFvOqlUzVfINIfLc97sJa0_3RLv-S6Xg9LkwZT14eYZjH60K2Iq_gshdRgItlF_Q7VXYE8dNviSqg','Absolutely the best urgent care I\'ve been to. Very clean facility. Staff is great! This place is my go-to when we\'re not feeling well.','2019-10-29 16:13:20.804000','2019-10-29 16:13:20.804000',5,'Teresa Herrera','https://lh3.googleusercontent.com/a-/AOh14GiaxrQY-zT1PA_eUITC6H_C5H0WFdqOX0gLil7H=c0x00000000-cc-rp','2694018788013845459',39223),('AbFvOqlV__ksjwVZ2HHnwgJ7vBjhCLBwBSN40cengGyv5ruErySqq144CvyYrAVQ06QQsbmewPbY','EXCELLENT service!!! I took my father in and we were done with everything within an hour. Dr Henman and staff (Ray. Jessica, Staci and Tino) treated us as part of their emergency room family. Keep up the good one and assisting with helping others.','2017-11-27 02:32:24.293000','2017-11-27 02:32:24.293000',5,'Ruthie Neblett','https://lh3.googleusercontent.com/--ztbzQ0SIzs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3NDUOkNfQe0Tr5UV4aFw4wIRHRA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43453),('AbFvOqlv1xVxOlkEZcmlkUKIjxa0Z30g_DzUu4SCmS5rnGDWnoASBR42Q5GZJ1_rrHR3RG5wgA1c7Q','As long as I live in Killeen, TX I will never use another hospital but signature. This place is quick, very friendly and they go above and beyond...','2020-05-19 14:17:25.920000','2020-05-19 14:17:25.920000',5,'tracy webb','https://lh3.googleusercontent.com/a-/AOh14GiheyLbgtYAhcpyleFPdIOpnk-eeCIOjtZJzs9p=c0x00000000-cc-rp','2694018788013845459',39073),('AbFvOqlV2PN0YLUdAvaKlBlac6SVlunK4lThx-4W7U_FiqagpQ1K0mnwgmY7dIAgxohq6It6CQtZuA','great place for all your medical need','2019-07-11 18:47:12.691000','2019-07-11 18:47:12.691000',5,'Brysen Foreman','https://lh3.googleusercontent.com/-RAmBc3RgsEc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl8EprwNEgWH405glU6l4En4ydpkg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29736),('AbFvOqlV2qnaO1o97cxviiQqAbcPIw1pUpfmJz3FWSVAAPTXzohZ01eQHF3UT0c9OSc5p-kPVfzM1Q',NULL,'2020-08-29 17:33:11.802000','2020-08-29 17:33:11.802000',2,'david tran','https://lh6.googleusercontent.com/-xgIckarV9bc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclM_UiLx6R93cQOeqH0OrH1wf2icQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36540),('AbFvOqlv31KWKAMtedMBAaFtKWHNrtslNiqKDTODvplTTnPS9yUif7jWxwmFvpu1wkMnzvF-ect-','I’ve been to this location a couple of times and the staff is always prompt, kind and professional.','2020-10-25 19:32:08.117000','2020-10-25 19:32:08.117000',5,'Kristina Gutierrez','https://lh4.googleusercontent.com/-l9c9RiLO6uY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmos0tWQ7tzKh9IE2eEbwrNOszmtw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30049),('AbFvOqlV5JUtaXa7SzHHYWcg8hGLJh_aDQ0xp6SWYpydb7nmfXYg8I2su5W7pMgBKyQ22E8GoUuHwA','I went in to get checked out and follow up due to a stomach illness. The day before I went to a family practice and they gave me 2 IV and send me home with antibiotics and nausea medicine. The next day I didn’t felt any better so I decided to try the ER , the front desk lady told me flat straight there’s nothing they could do. That I need it to allow time the antibiotics to work. I didn’t had the energy to fight it so I walked out. I would appreciated more if she took the time to go and consult with a Doctor I don’t believe she’s qualified to make that decision. She’s not the one going thru the pain.','2020-01-15 00:20:08.961000','2020-01-15 00:20:08.961000',1,'Sheila Flecha','https://lh6.googleusercontent.com/-SwhShm-KwCo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck0s8Llaszd7_NdPJyfu8iPaTItAg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29487),('AbFvOqlv5Kxu3JTjZ9pyjvWp43wKHUfB4KGn4HtC2qF7DjK3qpSFL266ynzLBMPe3ai_Md3ZUU-G','I arrived 20 minutes earlier than my appointment and was seen immediately. Great service from Kris was outstanding! Very Happy with my visit..','2020-11-01 14:12:53.644000','2020-11-01 14:12:53.644000',5,'lee d','https://lh3.googleusercontent.com/a-/AOh14GgpdCLB52JU-cOqSn4fl4tqRcr9OX0R_I4970TY=c0x00000000-cc-rp-ba2','16389487648212004696',33035),('AbFvOqlV6OKwGJhOnE07QkOio0OH_fiDR_0GSj_u7NBb85R-bms1GuWdYkT8fEg4lw5FuzZje7SwFA',NULL,'2018-06-27 21:59:52.523000','2018-06-27 21:59:52.523000',5,'Renee Adams','https://lh3.googleusercontent.com/a-/AOh14Gh9xRGii9UQTSD5RCeKUbp6b6wEWCEMuNLiCoepWg=c0x00000000-cc-rp','16891069708558046635',36386),('AbFvOqlv7BhlOCmapa8UeB27--byNDImxxwXWgng8WHkwsp3z4731OuNwYMTe3o-_OWxZJJmjfKieQ',NULL,'2020-03-20 02:02:51.627000','2020-03-20 02:02:51.627000',5,'David Nguyen','https://lh5.googleusercontent.com/-cnHBS-sJWBI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckkeuut83nPt5n6QYt72iBOpFVL3A/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37616),('AbFvOqlv7OOK5svaKXrwNqDFuT8w7or4nnxieEn5rsEQgL2a7ZUzI2Hn2L9zASK7HYgWY2HFQTc_BQ','From start to finish, my experience at Copperfield SignatureCare Emergency Center was ideal. Each staff member was attentive, professional, and timely. I was checked in by Tanisha who immediately greeted me with a smile and was very prepared with being able to explain my paperwork and the process. My nurse, Sarah G., was so sweet and also smiley. These women were able to lighten the experience of an ER visit substantially. Dr. Mauldin was extremely concise about my treatment options and answered all of my questions thoroughly. I could have not asked for a better experience.','2019-09-06 03:25:35.854000','2019-09-06 03:25:35.854000',5,'Brianna','https://lh3.googleusercontent.com/-FkVQ3eB5LLQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnfGLYHk8LQG8bGBit6Bblbly_2-Q/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38005),('AbFvOqlv7Yqmaep0anbMWC45nTz3fQcUKlwVYz-1YnSFKSZwjGkTTMZ9uQGBL0wzHKvqbLjVraFKPg',NULL,'2017-01-17 13:16:30.354000','2017-01-17 13:16:30.354000',5,'Amanda Thornton','https://lh3.googleusercontent.com/a-/AOh14GgzAQ3AGFA2vtGnLtiuqPG9i0vDLVrRSmx_DWSijQ=c0x00000000-cc-rp','3511292162159714121',41130),('AbFvOqlV88pTxOixa1_SBrqgRIxT7f07z0o5cpvhvdDElk4HJh7DnSTydALyhjw1mCiKzSZMKBYLkg','Lisa and Chris were great. These guys are hard workers and know my whole family by name. They are the one of reasons why we continue to come here!!!','2020-06-12 16:52:26.739000','2020-06-12 16:52:26.739000',5,'Alonzo Campos','https://lh3.googleusercontent.com/-2gJd0FZFvlk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmCRDyL2t0FuEPie5CDa1HXvcT5Ng/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35884),('AbFvOqlv8yEkDvpHpkaBADGUU2D9gAJQwLNDBa6x-EhMdclu4_8h8MAIKjq7bKT04GRsCjw-XW6p','Ashley H was very kind and welcoming. Nurse manny and Yvonne had excellent service and were very caring. Dr. Osiecki was the best and put to rest any doubt s and fear. Answer any question I had. Best place in Odessa.','2019-07-16 02:12:15.090000','2019-07-16 02:12:15.090000',5,'Rudy Salcido','https://lh6.googleusercontent.com/-eP-xHGodbJs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmPkKINaLhcB5OVEB82-a8avFVkYA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41656),('AbFvOqlv9XZPrFKC90TvMaVnAP35M3y7lVbngcCl-DdaxqGSUtE_cuw1R7i0r0AwnMyOeTHOEJl12Q','This was amazing they walked me through all the steps of the testing it went swiftly I definitely recommend this Building for COVID-19 testing','2020-06-20 21:58:30.444000','2020-06-20 21:58:30.444000',5,'ItsTank','https://lh3.googleusercontent.com/a-/AOh14GgD-b7csNhbHOr4ZUYUK2MANW97SkY9pCnQ1q39tw=c0x00000000-cc-rp','8918455867446117794',43027),('AbFvOqlVA_BRNWidrJzM7Xvw4g8TAGkKgBI8sae-nX1crJyCghA0wiCGbHOFxJSXnndU9_nRI6g9LQ','Excellent patient care in a very timely manner. No long wait times as a normal Emergency Center. Will definitely be visiting again should a situation occur. Thank you to all the staff for the help and medical care.','2019-12-01 20:37:54.742000','2019-12-01 20:37:54.742000',5,'Kevin Cha','https://lh3.googleusercontent.com/a-/AOh14GjLOVOyaJB7wUd85xvDtlXEDXi0jDgcLzqBVRnDhg=c0x00000000-cc-rp','2694018788013845459',39196),('AbFvOqlVaa5_BvI1-LKqktCq-09L3bjqYKuItMXg87DJO1wRE-NtkNICoL6cRNAMY45_lHnK8tqvBA','Super clean facility, easy to get to. Staff was very friendly, attentive, and professional. Visit was crazy quick! If I have to go to an ER I’d rather it be over quickly, like here.','2020-09-24 02:04:13.674000','2020-09-24 02:04:13.674000',5,'Arik Skot Williams','https://lh6.googleusercontent.com/-nNZH3pI4P9o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmf4YOW6uzt0xWmwQSZ3AuaQHWm_w/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38523),('AbFvOqlvaEeVqqKMttS0aC6SZ5i_iGxmxFZ06hPiKHHLDko4NRM_5BHVZUgz53EtIRBJnXN7b8zd','The service provided was very good, they were very helpful and polite. Dr. Henderson, Alvean, and Patricia helped me! Really recommend this place!','2020-02-08 20:54:29.199000','2020-02-08 20:54:29.199000',5,'Elsa PiƱa','https://lh5.googleusercontent.com/-EgakBo5E3n8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclW6SoIRBttIps6NWzrYxB7TEG5Ag/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33392),('AbFvOqlVAqekJ1yy3y81TktigsDwvWMexJMBxFzeyl1yhojbAYWcrvqOL_E-CyL5HmbnHdPjDwjy','Chelsey, Vanessa and Dr Ou took excellent care for me while I was here :) highly recommend! Very kind and accommodating.','2020-10-27 16:14:16.180000','2020-10-27 16:14:16.180000',5,'tina chang','https://lh6.googleusercontent.com/-GUKAhYnRr6s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnWohVKAr6ISqmepV_KO7AarlRiag/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35662),('AbFvOqlvbpDzmzjIbLTmyhV0zbKqpsy27uHPRc_h90MSRQ01P_9whnxJFkvnXQDnhautgLbhpOIq3Q',NULL,'2017-11-26 15:37:58.749000','2017-11-26 15:37:58.749000',5,'Life With Kiki','https://lh3.googleusercontent.com/a-/AOh14Gi91dWcb_ItsVCv_P6sBcqBx7IZRtlwzMMvh8VIWg=c0x00000000-cc-rp','14904078213800803294',32633),('AbFvOqlvbrbaYj4vEPK-swYfM4lgZI-eqTxpDQv3J8-cTgf9VgMd4V3UxYhljaTsBxYnFZc7L8Ko_A','AMAZING EXPERIENCE!! EXCELLENT STAFF WITH AMAZING CUSTOMER SERVICE!!!','2020-11-03 03:13:09.319000','2020-11-03 03:13:09.319000',5,'amber belton','https://lh3.googleusercontent.com/-l7L7yqZ4eYk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl2XrYMx_dJUiDyG3UO1jZZgM72Pw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33015),('AbFvOqlVbSVHNoSPR5YFH2AnvhrK2JT69n8z5-jvW-XQun2787zdUgjbJ4OrWFgevKwugRJCSg9L','The staff was absolutely excellent! From the receptionist (Luisa) to the nurse ( Nikaela) that offered us blankets while we waited to see the doctor, such a nice and helpful staff! The wait was short and Dr. O’malley was so informative and patient. My husband went in to see him because he had a piece of metal stuck in his eye. The doctor took his time and explained everything he was doing. He also made sure to double check that all the metal was out with special equipment and dye. I have worked in the medical for a few years now, and I know this is the way treatment should be!','2019-07-23 02:46:23.253000','2019-07-23 02:46:23.253000',5,'ashley lopez','https://lh3.googleusercontent.com/a-/AOh14GjEh4Q2i1HCpMCBIYk20VV_vDRKXFvNVN60m8vhDg=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqlVCS5eYZxW8m7syaOCB3TupuF5xPfkdheWVed-6ge84E3CyQ-k9k__mw0PFjxpbGwtpftiBQ','I came here with a pretty big problem with my wife and the people here are absolutely amazing I took care of us made sure we were warm and took care of our problem immediately. Definitely recommending the service here . Front receptionist Sibienne was extremely professional and very nice upon getting here. Nicole and chen I also took great care of us thank you so much for providing great care.','2019-06-10 13:36:47.894000','2019-06-10 13:36:47.894000',5,'Mario Salazar','https://lh3.googleusercontent.com/a-/AOh14GizjdycNzW5xrGXpnT0VO38rpUeo2y0IRe5NzeQ=c0x00000000-cc-rp','8918455867446117794',43260),('AbFvOqlVCsE9jLlu-nNXMEZi1NXYNV5Xxodsm-0DXg3yotbeGm8-rFbsKhSH5CBKZ0IZ7RQPTxO8gA','The staff here are awsome. I want to Thank Natalie (Front desk) Vivienne and Gina (Nurses), Diem (Rad Tech), JB ( Tech) and Dr. Miller for an outstanding job taking care of my needs. Very caring and concerned.','2020-01-30 18:44:21.720000','2020-01-30 18:44:21.720000',5,'Denna Blair','https://lh3.googleusercontent.com/a-/AOh14Gikh3as42281SRfSaN6JSfkCcYfPCChSmPkzbGb2_U=c0x00000000-cc-rp','14567670160750071148',30287),('AbFvOqlvd7C85DlRLxpf-oAdIsytHID_VW36ug5Vj2qV5GX5x2rtIHLp9OlCt7luUMl24fsLKNrqww','They are quick and fast. I worked with Elaine who is absolutely warming to have especially with everything that’s going on. She made sure I had everything I need and went over and beyond for me and I am greatly appreciative.','2020-11-16 18:05:57.763000','2020-11-16 18:05:57.763000',5,'The Nail Goat','https://lh3.googleusercontent.com/a-/AOh14GgiHC5Yi-7u59-J4pt30P0F8u8DILgBy2KBifqP-g=c0x00000000-cc-rp','17898197009688164559',37433),('AbFvOqlVDANU-Gd5eFkXhayiZ6grk4NJAipOVODK57kiMhAPhYazDXSo1wF7KGgne-ksCMRtU_9Z7w','Went on a Sunday at 5 am. Staff was friendly. My doctor was really informative. They called two days after to check up on me and gave me more information on how I was doing and what to expect. 10/10 going back.','2018-08-14 00:12:38.410000','2018-08-14 00:12:38.410000',5,'Kristyn Kaufmann','https://lh3.googleusercontent.com/a-/AOh14Gg1EwafpgDPv5TScUP_QiD05VKcNZlfpiKrtvIP=c0x00000000-cc-rp','3511292162159714121',40857),('AbFvOqlvDDLWvfKLybKmY7vxd7rRw_ay_GBR3sFCk4URH_ZOeyFyb6lUs_kf231zwR81KoT9EouA0g','I would highly recommend this Emergency Center. They took good care of me and I didn\'t have to wait at all. The doctor and the nurses were amazing. The security officer was nice and asked if I needed a wheelchair before I went inside. Now I know where to go kept time without thinking twice.','2017-02-08 22:39:18.784000','2017-02-08 22:39:18.784000',5,'Erik Flores','https://lh3.googleusercontent.com/a-/AOh14GjHqW7wexPgsY9GucELxqK5dDywFIi7lkUQS7u_pg=c0x00000000-cc-rp','14567670160750071148',31107),('AbFvOqlVdHxwWWqUZsBSqA8QXB8jzl1C5M9acbpHOHViCCCoQuRYUl7pqusKrXLHkl177GZy-4iANQ','Very professional from the front desk to the end of the visit. I was very pleased with my experience .\nThank you','2020-09-19 13:20:00.581000','2020-09-19 13:20:00.581000',5,'Gregory Simons','https://lh6.googleusercontent.com/-z0ma_BSaSTk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmaTeYArf41qGlzPcrEnbyUN8Cytw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33182),('AbFvOqlveszkt_-otFjnfC1SNCs1LQzlD65wg6EYa07zYzH8x5g4Ej4a367IZtOlKEBTpMNDM4Idiw','(Translated by Google) Very good service, friendly, professional service dr.Iheme, nurse Alvean, radiology Marcus and jocelyn in the registration area p.d grazas all for your attentions\n\n(Original)\nMuy buena atención, amables,servicio profesional dr.Iheme,nurse Alvean ,radiology Marcus y jocelyn en el Ć”rea de registracion p.d grasias a todos por sus atenciones','2019-04-01 23:11:08.934000','2019-04-01 23:11:08.934000',5,'Antonio Rodriguez','https://lh6.googleusercontent.com/-jAqtz52jOfc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckrFfhCk1eTJ4aapRj8MXtrNB4e0A/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlvEuori5G8VCd28fF9CQUJjKi6p4osnjclcsxKVSILQ6Vj-LKRNYQY2EyrVQsRHxF8bGIf9Q','This is a great place great service','2020-09-05 14:04:55.457000','2020-09-05 14:04:55.457000',5,'Steven Richard','https://lh3.googleusercontent.com/a-/AOh14GgO4ab9danGUqIEAL1QbmMJ_kZxO3hMo6EoZ_Wg=c0x00000000-cc-rp','14748677429039074158',31705),('AbFvOqlVeXKcNOpLMLcweDArZbIelwg4zG3dYniMfYOid2k-hk4zwD629puWs2GVGSjDCagNRaTViw','Came in feeling horrible & Thanks to nurse Norma i didn\'t feel my IV going in, Thank you nurse Tammy & Thank You very much Dr. Patel for explaining everything to me. Walked out feeling much better,Friendly all the way around','2020-02-23 20:53:18.364000','2020-02-23 20:53:18.364000',5,'Yvonne Almaguer','https://lh3.googleusercontent.com/-uYEWVZYGIqY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucleqdglAcHTaShglMonCmVjJE2tQQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37661),('AbFvOqlVfahR5HKb2GOHoBhHEk8M_wwZgFbbXWpamRdxp3Y-9jgWlHJ4xQPcxCNwihd6BtaXSJLD3g','This is a wonderful Emergency Center. Dyveliz, Lindsay, Rebeca got us in immediately. Rebecca was the tech and Jeri the RN was very helpful and caring. Dr. Morrical treated us immediately and was excellent. The standard of care is phenomenal and exceeded my expectations.','2019-11-01 00:09:53.717000','2019-11-01 00:09:53.717000',5,'Humberto Cardenas','https://lh3.googleusercontent.com/-csP6MRAiaDs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl0QHuF1pNa_z1j0WwgRyKrRtmUxg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34589),('AbFvOqlVfKNfZUiejpLtYFnaobudDdSXSg5LhVREeh-0INosDbQLsb_qtWpfr3zBnc7GoqK2oK5fMw','The whole staff was awesome and fast starting with registration with Ana, Irving, sherwin, shaylene and Dr Daniels','2019-10-31 04:24:31.617000','2019-10-31 04:24:31.617000',5,'Edward Phillips','https://lh4.googleusercontent.com/-nrpLy23frxg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn9ycLxydS3zaA337tlMG0gjh9AYw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28988),('AbFvOqlVFMpYWZPrO9wZ1Yaxw0P0BZiL6KHpWry_2TkhWQiAy5Tlm-5oHsPFFEIlBxde_MpZ7R9wWQ','Dr.M Dang,Irving,Tino,Hayleigh was great and helpful','2020-03-09 08:44:04.824000','2020-03-09 08:44:04.824000',5,'Ercan karaalioglu','https://lh3.googleusercontent.com/-T-HbA4prnfc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1wCNRlb0-_vkOU6oTUgOwcVO07Q/c0x00000000-cc-rp-ba4/photo.jpg','12541597562633926366',28650),('AbFvOqlVfTYzmPVjVXnD7jGz8vYT3hoGsz7Z_zrLpqAGragbEaKixH2uFnoQZIbTZj9pIfQW2RsK7w','They were professional and courteous, I had options by Dr.Harjai. Him and my nurse Alvean had my best interest at heart. From the time I walked from Alvean, to Richard, to Deanna, down to Sean, nothing but professional. I give them 5 stars and will be back for any emergency needs.','2019-08-24 21:23:22.779000','2019-08-24 21:23:22.779000',5,'Monica Smith','https://lh3.googleusercontent.com/a-/AOh14GjTqzcTjZR7PGzOEwBrdLdLIp8HUO0TcfT69UUkRA=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqlvFwFz1F76DlI9uUPUVWUcmPPjq7d5tcw_yWIUkfwPki1-7gGEmgrJzVwCmVLv4dqOOXUQ','Signature care in college station is the best emergency center I’ve been to. My friend and I were out in under an hour. They have the best doctors and nurses as well. The receptionist was very kind and explained everything we needed to know. She also offered water and coffee and she let us know what we needed to do to get through our time here. I highly recommend this emergency center.','2019-10-27 17:05:51.032000','2019-10-27 17:05:51.032000',5,'Avarey Anderson','https://lh3.googleusercontent.com/a-/AOh14GhkB-1LLU_2Y87x7YBWkgjGzX5mhBMedSrmx6TxKv0=c0x00000000-cc-rp','16590124370714063921',34596),('AbFvOqlvG3bi6IHN9wsFZ8QAVS5btBmuKphDq6r7eKajhcKENep1ftf-kyFgO-8DV9j0DBQMWQXAmQ',NULL,'2020-02-06 21:07:01.919000','2020-02-06 21:07:01.919000',5,'Owen Robinson','https://lh5.googleusercontent.com/-rMr5ehscYL4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnfZ5maavMdFFjWcHvU4uSzTfeRwg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34389),('AbFvOqlvge2bHM4KXcJXxcoI4vZTVbzhLQjuuFedb8yEqE8t8ZP3h32qK3hrb_PPia_mUcPAy-QVUA','They were all friendly and informative. Not a long wait.','2019-08-07 01:28:18.757000','2019-08-07 01:28:18.757000',4,'Melissa Gaston','https://lh4.googleusercontent.com/-bMZdSCm5hJA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclccOnw6FSwyrY-nb2xdPlI7x3dIQ/c0x00000000-cc-rp-ba3/photo.jpg','13486358490203335051',29707),('AbFvOqlvGuc35jKaSPV9OdCcVa3e08CFwtWxxSI7bsdNe3VN-LStwjLF8M_b4ttUQiB5EfizsoRz0Q','Dr Das and Ozzie were a blessing to us during a stressful time. We will definitely come back when we need urgent care.','2020-10-01 21:40:40.946000','2020-10-01 21:40:40.946000',5,'Kristin Wynn','https://lh6.googleusercontent.com/-4_4oLhMBQqQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn4vCO52Tqg2OMC88Rd7XiOUbR-XQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31585),('AbFvOqlVGUIpMBSSMlpfP8DzgQ8gzU1eK4hoRrnJ0-ocSd4kI_EpJTvGAEjjPq9BGmgfiZdgGTF5PQ','Friendly people and great service I’m so happy with this people:Nguyen, Racheal,James and Kayla','2020-03-09 21:41:48.838000','2020-03-09 21:41:48.838000',5,'The roblox squad ROBLOX','https://lh6.googleusercontent.com/-gwGMTWMsIEU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmntUnlJHu657iI0VXbD11d3CW8pQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37627),('AbFvOqlvH5xAPVUsH8cRoNEX6f_5CzDROdZUXlU0ZlB2Nh34PqM9E3ngpKS_L7EZtFyGhT8ABRnkEQ','Honestly the best medical experience I\'ve ever had. From the warm and non-robotic people who answered the phone to the kind man at the front desk to the RN (Katie) that was so nice you could be friends with her to the doctor you wished you could have as your permanent primary care physician (Dr. Rose). They are outstanding in both expertise and human-ness. They\'re clearly in the right field. The marble countertops and peaceful, quiet space were cherries on top.','2018-08-28 04:00:47.758000','2018-08-28 04:00:47.758000',5,'Natalie','https://lh3.googleusercontent.com/-0ZvaUDtiP8I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclrnZGExsTc61Yn9av5gwz7bSIO5Q/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36360),('AbFvOqlvHJAsoC-15LE6sofzR80yTIb6jsNLnUrqtZwb73GJIS70-tz-Is3ciW-vAajvK4Mxp6rcjQ','I want to say I went here yesterday June 7th, 2020 and I had a very good experience. The whole staff was very friendly and fast. I definitely recommend.','2020-06-08 13:44:47.356000','2020-06-08 13:44:47.356000',5,'Addictive Clover','https://lh3.googleusercontent.com/a-/AOh14GjKDPt_YvSSAnVG3GsSpQb5qwGeHTj0btwPM-SQBA=c0x00000000-cc-rp','2694018788013845459',39065),('AbFvOqlvhMONJ9Cu06YRtVGwJq_6PP6uxVkj-mgwq96j9Qv222UfjXvQQ89oBwAi6qgySPW-X2T3','I was so impressed by the level of customer service and patient care during my recent visit. Everyone from Cindy at the front desk to Wendy, Selina, Eda, Coraly and Dr. Ding made me feel important and that they genuinely cared about my well-being. 100% will return in the future to get quality, efficient care.','2018-12-01 00:27:13.009000','2018-12-01 00:27:13.009000',5,'Holly Pluta','https://lh3.googleusercontent.com/a-/AOh14GhpGVTAO3PkJ4gPurGuIkZ07_TtSLRl60dcCw6T6w=c0x00000000-cc-rp','17394740196501090048',36858),('AbFvOqlvHWjr1ob2LA4tC8R_wGj_QMgSTbLJwFzv-rTKoDQM_DoJdT74Z_DfFRDtibkmZkeLfRSzcw','Signature Care does a great job at treating their patients, making sure you are seen by a nurse and doctor quickly, and having great attitudes. They make sure to give you the most comfortable experience possible. Anthony (RN), Cameron (X-Ray), Dyualiz (Reg), and Dr. Kimball have all made my experience at Signature Care the best it can be. They know what they are doing!','2019-03-06 16:43:25.316000','2019-03-06 16:43:25.316000',5,'Halle Ferguson','https://lh4.googleusercontent.com/-xOD43sTbjlU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnfteH56KZWB_L0r8jGCzIc3cr6QQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34970),('AbFvOqlvhX5y-z65RvzV7R4z37lyWNgkHESfaXqno44uBCxxFd-0k7-41LOlVidqodYWRoLbMQw6Iw','Jessica Sanchez was very professional and accommodating. Process was smooth and fast. Will definitely use them again .','2020-07-21 14:53:39.468000','2020-07-21 14:53:39.468000',5,'Eric P','https://lh5.googleusercontent.com/-zfhvTaGeQhI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclI_73cwI2hBWAu_RCKnqjXDw0ciQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31893),('AbFvOqlVI0MOubYZP4O-Z53WzjJuQkyxHnP-9jGE4SwaElhVpFiyvfywjBqS3lp84GShI01Jlt8t','Kendra checked me in and was so wonderful and helpful! Nurse Brad and Dr. Harjai and the tech JR all had great bedside manner and treated me extremely well. Wonderful experience!','2019-11-26 14:28:02.165000','2019-11-26 14:28:02.165000',5,'Annalis Cigarroa','https://lh4.googleusercontent.com/-vKb63t2vVas/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckVx4kwYSsYPGiXMZRw1VS2ab1ydg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34551),('AbFvOqlvi7dtjaUSscmsG0slO-DvWTwcf1rKFJPXmupYQJQW_cNnfWVv9iw_s1dIY8J-KsdQzf1o','Dr Patel, Nurse Kendra and Teri got me in. Really nice and got everything taken care of in a timely manner','2020-01-15 14:39:28.255000','2020-01-15 14:39:28.255000',5,'Myquelle Chapman','https://lh3.googleusercontent.com/a-/AOh14Gh0VnMgtnOFVNWmLPEf5v1KcteM7avpS4c5McsNFw=c0x00000000-cc-rp','16590124370714063921',34444),('AbFvOqlVICfq6_tWBfAjsK5npnxgZomETRmMFcIvir9_SM7OrpE30hAWF2qClxWmmsVahGecNyxiog',NULL,'2019-11-26 23:56:37.045000','2019-11-26 23:56:37.045000',5,'Green Bean','https://lh3.googleusercontent.com/a-/AOh14GgbN_6m7HyvejXjbujM0gaawzYM5hstc8YuxkqB=c0x00000000-cc-rp','16389487648212004696',33678),('AbFvOqlVim2ciwiPVS9hSlMOHsFopOQ9S0F7EZU1MelhG2vsYIjSX7hWrj318sTS8s2IDWwhnoCLgg','Very quick and effective! Georgia is the nicest and sweetest!','2020-09-10 01:54:53.638000','2020-09-10 01:54:53.638000',5,'Patricia Meras','https://lh3.googleusercontent.com/a-/AOh14Gi4Bs0kdOdK6ZQvjMh0gAKUa4Q9Hc-maEWvnvpJNA=c0x00000000-cc-rp','14748677429039074158',31684),('AbFvOqlVj_4TAnoWTTDgXWXOtU5sEdCDy2aoUd621fH1tffKhTstm5yIyVwTDYDU2FVQz58C0g4D','Love the staff at this location! Very knowledgeable, patient and kind! Thank you Chunah, Norma, Dr. Faig, Carletta and Dee! Will be back when need be!','2019-08-14 16:35:20.103000','2019-08-14 16:35:20.103000',5,'Melissa Koy','https://lh4.googleusercontent.com/-jY-JSQ4RYSA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckhcjX2RFBSa7TRjjj3IAWbCLEd-Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40447),('AbFvOqlvj8Hg95eJjphmvy2yIOWAqAH1jIgHwS9on4OUNNfbUk8s7V0rjp5SAz_MxrhNX1y4ebQgCQ','Great experience. Mack, Pete, Tabitha, & Nancy were awesome!!','2018-12-17 18:11:25.495000','2018-12-17 18:11:25.495000',5,'Brooke Fierro','https://lh6.googleusercontent.com/-DEmzM7prEs4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmfcBbswYCGk8TO89h3Khs8Y3kGHQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41791),('AbFvOqlVjDPNNLst13jGCuW3Vaw-tVnGX9nYaBnOGD-R6S-Svmh29N9kw9CGXIj3ouPE83nwUNQTuA','Awesome staff..very helpful and knowledgeable. LT and DR. Hemerka really concerned and helped me get on track to feeling better..thank you','2020-10-10 16:00:32.541000','2020-10-10 16:00:32.541000',5,'constance rodriguez-guditis','https://lh3.googleusercontent.com/a-/AOh14GjR8nRKyAXYnbwYhko7-GtmRl5IRGj-wstHD5KLNg=c0x00000000-cc-rp-ba2','2694018788013845459',38930),('AbFvOqlVjhTq4oHYr7NBWttUzkqBSDIHaiCawCWBJJ4Q9wuKsRFDS6ptmnoErdhqUeFJVGn_k1TCvA',NULL,'2020-02-25 18:28:28.946000','2020-02-25 18:28:28.946000',5,'Miranda Jamison','https://lh3.googleusercontent.com/-xYUyioijmUM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmfc0HeFPpcYC-38TKnK68Av-1cBw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41448),('AbFvOqlVJshH_HYXRaQZ_b_4DsdE_c-lxj_0MByKc3Bu9rROG3HKS7azVl7ckFjz-eTo19uhlSFTtw',NULL,'2019-12-23 06:26:37.918000','2019-12-23 06:26:37.918000',5,'danny chavez','https://lh6.googleusercontent.com/-MO-xk1DlOw0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckVi1JJWPhxXPKxVfNo83WIU6T15A/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28918),('AbFvOqlvjST0o6lO-BT295YKDtWM6_9qBD0NZjVt3NuFBaXmnDNuIgiNAy1kAFs4l1Z-4d2AtwsOxQ','Went to this facility because it was a Sunday and I had just returned from a trip out of state. The left side of my face was swollen and I feared it might be serious. I went in, filled out paperwork, and the doctor spent maybe two minutes with me. He told me it was a virus and prescribed antibiotics. I work with Doctors so the next day, they looked at it and said it was an allergic reation so don\'t take the antibiotics. It cleared up in a couple of days. So, two minutes with a doctor and a wrong diagnosis......THE BILL WAS $1500!! Would give zero stars if possible.','2018-05-18 00:10:34.843000','2018-05-18 00:10:34.843000',1,'Eric Koenig','https://lh3.googleusercontent.com/-ko8MHyzNkr4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmq_itibU8Cj4NV8KsgnEYLGzOdzA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',40004),('AbFvOqlvJYrJVfGAAGu86yRH-dAFqpA-_yc_e1GxH_k5nMs-NRW3Virs5Td3lOhEkntuWcsUwQxX','We took our 11 year old for a cut and Dr. Grinblatas and Bryan and both nurses were so compassionate and calming for him. Would definitely recommend!!!','2018-08-27 06:04:08.304000','2018-08-27 06:04:08.304000',5,'Life of Ms. B','https://lh3.googleusercontent.com/a-/AOh14Gho5tKS2K_LnmdZlcxtCXO2TG6KfMEFhWP3utznsg=c0x00000000-cc-rp','14567670160750071148',30763),('AbFvOqlVK0G8T1Y0VleHcS8g6tvwfVb1q3sfonoZCIU5yN9qv9gB6bEGrqm4q6GUkr_Gvj7jIku6','I went to SignatureCare ER when I wasn’t feeling well, and it was the best place ever! They took care of me so quickly. If you are not feeling well, head on down to Signature Care ER. Stephanie is at the front desk, and she’s excellent. Rollie was my nurse, and he was so fast and caring. Dr. Daniels took great care of me as well.','2019-11-15 00:50:29.020000','2019-11-15 00:50:29.020000',5,'Mahamed Mahamed','https://lh3.googleusercontent.com/a-/AOh14Giz4XqeK9ESYtQL1xymG1SY87wMuYk2eou50-xzzg=c0x00000000-cc-rp-ba3','8679688254631342173',42592),('AbFvOqlVkLPKJOqLwqSOABYiUDJ9qRw-T1heqNQPwUk3xjJUDgGZKmMpSLO6o0tNOzZEejF9NmUj','Great service! Loved everyone there. Pam was so sweet and kind. Thanks!!!','2019-06-28 17:35:14.265000','2019-06-28 17:35:14.265000',5,'Nina Babcock','https://lh3.googleusercontent.com/a-/AOh14GhUMfbIMIuHgW61ZpPnhnFvX6pnfBIZDFBuNLw4Cw=c0x00000000-cc-rp','8918455867446117794',43238),('AbFvOqlvKQo-soMJx5fQ3sz4HevvvnZFMUqF4zzLqnDajDvZ4M1tySlENFnTsJ_m-h7MR37AfMJBig','Brian H and Brandon W were very nice and friendly. Brian D and Ricardo G were so helpful and Dr. Jolly made me feel very welcomed. Service was fast and took care of me with gentle care. I have been coming here for two years when an emergency arise wouldn’t go anywhere else.','2020-02-18 01:18:29.412000','2020-02-18 01:18:29.412000',5,'Alexis Dow','https://lh6.googleusercontent.com/-T4iUj1nyFHM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKg-6M9Q0l8SZbrozwkJ2Lh_EKjg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30243),('AbFvOqlvLC126vdHoegtPdj8wyB7rMvx8rm0ehV5wpMtZU34MjPHcGVawBBUTzd1dcn4X3K7dYtB1Q','Took my 8 year old son in for ear pain, Gunnar Maxwell was awesome and made sure he was comfortable and calm! Dr. Jones took time to make my son feel comfortable as well before approaching him for the exam!! He took time to explain what would be best! Linda at registration was an absolute sweetheart from the moment we walked in & made us feel like family with conversation and offering warm blankets and drinks!!!! Great clean place with outstanding caring staff!!! Thanks so much!','2019-03-13 16:38:03.870000','2019-03-13 16:38:03.870000',5,'Karen Ashley','https://lh3.googleusercontent.com/-t2Ygyoh_-tw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckDMnVdVf19UG6YND9a9sDXStwq6w/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39899),('AbFvOqlVlHjeQGYn6FjZti2evPHdmWCIdd2dAbV1_H9-HuhHUly7O8AM9JUpEhmm49LDSxmQHhl5aA','Great experience! Quick and easy! Dustin,Kevin and Nadia were awesome!','2020-08-05 20:45:34.895000','2020-08-05 20:45:34.895000',5,'ashlynn singletary','https://lh3.googleusercontent.com/a-/AOh14GijJqNg1kEtTbWah-KqqQqKe0yZTIOKKpq6zP7NDw=c0x00000000-cc-rp','14748677429039074158',31805),('AbFvOqlVLkzUTeWxAlAtSZK_nPpcs4VGacZRASwty_OtdsfpxtiH4sFfoMOYWeRGlPk453lL7_yv',NULL,'2020-08-08 02:11:26.045000','2020-08-08 02:11:26.045000',5,'Ana Blanco','https://lh4.googleusercontent.com/-9EjCYA7ENsg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnWJz6FhpzfPDqtOi5j2JVogExQSg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32267),('AbFvOqlVlxGTw0m0e4Di9VAgTOb6XlVoxfUzjj4tNNN--oQ_g5J-GKKrMNcABP89xYFYnHfCx_BO8A','I was seen fast and the people are very caring. I would like to thank Leo, Julie & Allison. They have taken care of me several times and are very informative and helpful.','2019-10-14 02:45:20.764000','2019-10-14 02:45:20.764000',5,'Shana Burns','https://lh6.googleusercontent.com/-RQfup5RuYmI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclEhZ_udPaMHZmDAO3WAooXJy8E-w/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29619),('AbFvOqlvlyqUlanlw2yHJWyIvh2vbACA0BppbBo_HZW1b3zAi8X9xvM_i-Y4QCkuGf6vOV8ayILGjw','Valory, Kimberly P and Julia are awesomeness!!!! This location is quick, clean and the doctor is thorough, to include great bedside manner. Will be back if needed.','2020-12-13 13:01:50.079000','2020-12-13 13:01:50.079000',5,'Ebony Johnson','https://lh3.googleusercontent.com/a-/AOh14GjLpbMfF8xJ1iiIV5X6RH6A4UtVMhxJr3ZutPgi=c0x00000000-cc-rp','15979470999169074295',32828),('AbFvOqlVm818Ka7ZkrzA1Qy1j9lxGh7ZgFqXLaMY9eTtJD-VwIpTGkY7l_hCd8hQYRtiruosikZbdw','My first visit to them was so awesome. The entire staff there cares about you and I went back just Friday. This is better than any hospital I\'ve been too the staff really makes sure they get take care of you. Big shot out to Jennifer for being my nurse twice... This truly is a wonderful place ā¤ļøā£ļø','2020-02-17 00:37:02.368000','2020-02-17 00:37:02.368000',5,'Shareka Young','https://lh3.googleusercontent.com/a-/AOh14GjIIxXlpkiSTIOQOXAdU8Sfps1mm3mJhNQrSPBEz1U=c0x00000000-cc-rp','3272657195432704501',39624),('AbFvOqlVMgaK10lUFBlJtUIqqZ2CaJ8LTL7UgKGOKtuvQgXvA7SMryZMyr21JcMGiEKCmDIPw09VHw','Dr. Tan and her staff was amazing truly professional and caring with me and my daughter ā¤ļø','2019-12-19 02:48:15.978000','2019-12-19 02:48:15.978000',5,'Brunilda Brown-Howard','https://lh3.googleusercontent.com/-KOwFj2eClRI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclTsbeld7PN50OKBVx9YO_7KdE80g/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28938),('AbFvOqlVMV-haFC3ClJq5YNnTpTVoicK5MNYJEfLY7LEhxSmp0xcxhCnMmPena2JuFaufZcU1ftMWg','Brought my son in and received excellent care! Corey, Aaron, Kramer and Dr Huerta took wonderful care of my son! Will definitely be coming back!','2019-05-25 20:21:03.661000','2019-05-25 20:21:03.661000',5,'Brandon Pepper','https://lh6.googleusercontent.com/-Qejhr3OJqO0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnpqJKuvmVcVluybU8vvW18e6UH8A/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29834),('AbFvOqlVMVYylj2NJaNDZHi0I2wA9Bil-_Q-cXuhD8HTq8Qs3GfYgj4aif2V8oAEfC1VHGYjyOwUlQ',NULL,'2019-02-03 15:10:25.737000','2019-02-03 15:10:25.737000',5,'Stefani Castillo','https://lh6.googleusercontent.com/-t_xvfCQaK-I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnPqzdxErFJKz8xlXdMrS5B-FFpNQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36826),('AbFvOqlVngUlWDuQJmatGX_AfL2XNITqbC26Imk9xPaJWKR85rrEjfUZrH3vrdH4iOZ4Rmqii9sz7A','I found this location by doing a search after waking up with my entire right side numb and swollen. This location was extremely welcoming and the staff so inviting. I couldn\'t believe how nice everyone was that I came in contact with. I\'ve been to other ER Centers, but this by far is the best!! They took amazing care of me and I even received a follow up call the next day to see how I was feeling. I would definitely recommend this location to anyone should they ever need emergency care.','2017-01-03 07:27:42.753000','2017-01-03 07:27:42.753000',5,'Raenada Mason','https://lh3.googleusercontent.com/--DNwt-PHJAA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhnCYmZE_9D9rKmIla7eyZx1HRhw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37238),('AbFvOqlVNMdsly-FQuEmgTY7Gz-aygo0Ka5gghrqSlcnA-hmDb8ynRzfwT1oCUfZgX2zJks3UP9RRw','This place is amazing they took very good care of my husband. Better than either of the hospital\'s.\nMOLLIE-RN\nRAD- ERIC\nREGISTRATION-TOBBIE\nDR. HENDERSON\nTHESE PEOPLE TOOK REALLY GOOD CARE OF MY HUSBAND AND ONCE AGAIN. WE APPRECIATE ALL OF YOUR KINDNESS.','2019-11-19 06:18:55.877000','2019-11-19 06:18:55.877000',5,'Yorketha Williams','https://lh6.googleusercontent.com/-C7pi80ZcFEk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclnafvFQ3kkPNwHvRCCrQ76Os1lIw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39771),('AbFvOqlvO4IFs-QpWKJ5OexJmD5M2IvX6lVAdBSiDgTiomR3_u1zcaKByUQMVd-LR1-Y4L2-O7l6CA',NULL,'2020-02-23 05:18:57.525000','2020-02-23 05:18:57.525000',5,'Madison Carter','https://lh3.googleusercontent.com/-4UQa124l7i0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1dZbkf8pAVGq3_Sr2jRb_lyA_Ag/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37664),('AbFvOqlvOHJlzCLbbGF4-BGjsCZ-yEi5g38uWnH8to-m0jv8Dkk6Hy3HqxKnUkHVJWj0v1CjJf6BmA','I received the best care from Dr. Mauldin, Alvean, Patricia, and Brian. This is one of the best ER centers I have been too! Will come back for future! Everyone is so kind, personable, and helpful','2020-01-25 21:05:18.157000','2020-01-25 21:05:18.157000',5,'Bracheia Thompson','https://lh3.googleusercontent.com/a-/AOh14Gh9a_C3OH3L9jaONf43sCFu2KcmzVctkh22pMW-tw=c0x00000000-cc-rp','16389487648212004696',33451),('AbFvOqlVOLdwHzMWEu8QhqBPgXsxHkbstezjXRAN5bZE_YrrXktyxTOUm-RkJBWtoNvmhD-krYEmXw','A great place! Anthony did a wonderful job with checking up on us. Dr. Harjai was very informative and patient!','2019-04-04 23:44:18.956000','2019-04-04 23:44:18.956000',5,'Ayanna Trinh','https://lh6.googleusercontent.com/-AyhOGZQ3TeY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucni2efFGwRaMJS2She6QTy0QGupOg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34919),('AbFvOqlvOvn2UtZcBjEWyUX7h_NP8KUN8uUxjoCRd345Ay8bhI0VC3hSUimT05J6CmIo8QOSJYWx',NULL,'2020-12-12 21:07:18.115000','2020-12-12 21:07:18.115000',5,'Daniel Faciane','https://lh3.googleusercontent.com/-kpCA-QzV8h4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6T3byI2jIYJZKOnf9_A1lWnBCjQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36492),('AbFvOqlvOvo9h9ScxvjpbErGfYTRZ-Y9Yp-ENMhV2zPECploCGhNGT4pOjasERkXXRxR0OmOBzFg','kendra was very welcoming and helpful! I had come back because I was still sick and Dr. Vakey and birder Jacob gave me everything I needed :)','2020-02-02 16:08:36.059000','2020-02-02 16:08:36.059000',5,'Bayley Bryant','https://lh3.googleusercontent.com/a-/AOh14Gg--C4KhF8erN3xHHJKuKlwX9MrFf-RgyuXgQf3vw=c0x00000000-cc-rp','16590124370714063921',34401),('AbFvOqlvp5HKf2hXmYur-IvpQlA3PXxn-zh7d1_Ry1YNQh2q0v9bI12DAOkxPbTsgfbzVlSpB5bTyw','Very friendly and welcoming staff from the front desk to the doctor and especially nurse Jessica was very attentive with my 11yr old son, she treated him like her own child. Love the smile and treatment. Thank you so much for y’all services.','2019-10-04 03:45:59.896000','2019-10-04 03:45:59.896000',5,'Emma Mendoza','https://lh5.googleusercontent.com/-XssKUTIAP9k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnCctnahQ7gep_q9j_rxQK8GBGP_w/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41590),('AbFvOqlVp6qNyue_fiDBo2b2JXdDdst3xQwk1ueLJfWAR_dC8LKZoikQ8ydogkMMZSdvtM4zC0NuMQ','Everyone here was very nice and detailed. Answered all my questions.','2019-12-22 21:46:42.336000','2019-12-22 21:46:42.336000',5,'Andrew Blackstone','https://lh5.googleusercontent.com/-nKGgVCA6YcQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckFrLoq0AMdCAr2ku-oXWf5IVfhvw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34489),('AbFvOqlvP8Yp1Hvg_9oEir_NXRh_SY3-l3BW0WwnNgQfk1IeGr5g3EsBQpfe81e4wgDCg12P-LEU_w','I was incredibly ill and the nurse by the name of Jacob Olive greeted me right after I checked in. He gave me the best treatment I\'ve ever experienced in an ER setting. Never have I ever met a nurse this skilled, personable and caring to my needs. The staff here is awesome. Thanks so much, signature care!','2017-04-14 03:33:20.706000','2017-04-14 03:33:20.706000',5,'Natalie Riojas','https://lh3.googleusercontent.com/a-/AOh14Gg4x2DZ5bdG9fT4nqyjZFdQhRLmh4kDBLft5vTH=c0x00000000-cc-rp','16590124370714063921',35453),('AbFvOqlVpl9a2yR3mbgMVrkfEdBCxAKe4SWwuoVWjqpqSWDD4Mk8BV_N1Rxof0DE6SIn_70AmLJ3SQ','Fast and efficient. I was seen quickly and test were ran quickly. My nurse Irving was kind and checked on me as needed.','2019-10-13 03:23:59.515000','2019-10-13 03:23:59.515000',5,'Vivian Jones','https://lh3.googleusercontent.com/-2hXrfsOOl40/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucni0zkHY3jB8B2b-JTHBYEW_Z7QBQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29001),('AbFvOqlVproka0P--A9vyykwoptRTPrBj0G5J2jg1Y6wlLI1nIXDdWua-T2-u1ArWfBkfiR-gEZm','I loved the staffs hospitality. Everyone made me feel really safe specially Dee she was very nice and helpful on any questions or concerns that I had. I will be recommending this place to my friends thank y\'all.','2019-08-15 02:38:52.147000','2019-08-15 02:38:52.147000',5,'Smalls Gonzalez','https://lh3.googleusercontent.com/-cInKqGnHMkI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckVcmnhMtmEOAzBItBMJLxz47-82Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40443),('AbFvOqlvpTqnxindeRgcHU2NoSI1c2iDxMM_6YbE_8rflhaqXJpfpgO2jCcrAm5Q0IjMbYW_bnjR','Great environment and friendly staff. Nurses and techs check in regularly to make sure you’re doing ok until the doctor can see you. Quick service as well. Best urgent care clinic I’ve been to in the BCS area.','2018-08-11 16:57:14.891000','2018-08-11 16:57:14.891000',5,'Gabriel Lozano','https://lh5.googleusercontent.com/-U6THgAYDI8c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclmnUiZS1dLHYmqH3MJjDGAKPHqVA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35249),('AbFvOqlVQapn8yDdZAzUgWogZt82By0pGOc0eC5H03MD2r9QNWVJ0H8XFEd-AlZTrxigechnxkc3','This is a wholehearted review for the S. Austin location of Signature healthcare. I have 2 4yr. old high energy sons. Signature has been there for us multiple times. You go in, no long waits....we were made comfortable right away. We didn\'t wait long. They were able to run an amazing array of diagnostic tests too. Recently on of our sons had to go and get stiches and the team was great. We saw RN Martin, Dr. Uyen Nguyen and Tech Christine. We can\'t say enough good things about Signature. Go see them!','2019-08-15 00:46:44.267000','2019-08-15 00:46:44.267000',5,'Elizabeth St Paul','https://lh3.googleusercontent.com/a-/AOh14GjJ7okMB7-RuKimNuLC1z5cybH_v2CVKfoNXe3yHQ=c0x00000000-cc-rp','16891069708558046635',36148),('AbFvOqlvqDXvnZwAb2aTBf-seff71ZlhUM33jxfH07jndIy3QEMVk4JXqKqclzCt_mbNTjWfph24',NULL,'2020-09-26 14:55:44.157000','2020-09-26 14:55:44.157000',5,'ambily antony','https://lh4.googleusercontent.com/-g1wT0Demyhc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmUzjZ-8aVNRnw3r6MR0Pmy2mkwOg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36533),('AbFvOqlvqGdA-XbD40SVC6tpGVGi7Q17YZngKQX2mHUXwW--lD7W_NtBKWuh1Jqem0zWBbK06E0-rw','Came in with a sore throat got seen fast and staff was very nice and on point Nikki Calli and Dr hasegawa and Bryan and Thai very nice staff','2020-02-26 17:37:20.513000','2020-02-26 17:37:20.513000',5,'Julianna Garza','https://lh3.googleusercontent.com/a-/AOh14Gj08HmGQwpTtUZf2znJ8KWNIWCVpz_mDGBV0QxIBw=c0x00000000-cc-rp','2694018788013845459',39096),('AbFvOqlVqhGPtpjU5GrDcZjeHocvSeU6UAzA_BhsehMFUYxIDTylnr5PvXjyYPwN0NNXs_cJA7t_ug',NULL,'2017-10-23 11:28:44.713000','2017-10-23 11:28:44.713000',5,'Dulce Soto','https://lh3.googleusercontent.com/a-/AOh14Ghfuk7iohQ5KBP9jsMj1sTNrEXspmOSMjSjt3iw=c0x00000000-cc-rp','14904078213800803294',32641),('AbFvOqlVqsyiDZHrpXsRW9KAasGCjTpxjuiIqg4KiZES4syEQn6Ytdp__HRfZinr_8YYWjGknAeY-Q','This place is extremely clean! Patricia and the other staff are very polite and you get taken care of right away. They really make sure you get taken care here.','2020-02-17 23:14:47.349000','2020-02-17 23:14:47.349000',5,'Diamond DeMatteo','https://lh3.googleusercontent.com/-6jI78HBBlbo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckTKWPM-l7sPd4SyZXjiF_9MqzFbw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33363),('AbFvOqlvRbmE9pxmurtv8zAhBU2nxeFo3_bMzwEuQ7b-tyUPZRiFNvM-9sWF_7lfVGsjSDGtCIWKyw','Great experience! Quick process - upfront about any fees and had a great team with Brenda and Megan! Helped keep my less anxious awaiting any results.','2021-01-09 22:31:36.794000','2021-01-09 22:31:36.794000',5,'Andrea Garza','https://lh4.googleusercontent.com/-nb66pVE6otY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclSDNWD0KWj33xbG5ktPG_PgV4rJg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',44577),('AbFvOqlVrBUzD6GpHIH9ST12k2n99TkWDBkbIIWuHFJ0WsmgsZSPYjUg9gcSLi7OlqhYFUf3WuV_','Great and fast treatment! The nurse and doctor were attentive to my needs and made sure I was taken care of.The front check-in was swift and welcoming!','2017-03-21 17:54:18.047000','2017-03-21 17:54:18.047000',5,'Gabrielle Gardiner','https://lh3.googleusercontent.com/a-/AOh14Gg-Rjyz3n3_H0GaeVjAfs44GBSoI-eyM7jf4ilb=c0x00000000-cc-rp','17394740196501090048',37188),('AbFvOqlvRt6NQ2r45ndVR3Hst4fV3S5Fk2_MYXhp50iMub5NATvUFOM8ewAwgFkhebK_FqMY3N22fA','Very caring doctors and excellent service !\nThank you Dr. Tran , Nurse Troy, Sean, Marvin and Jesus!!!','2019-09-25 02:58:30.403000','2019-09-25 02:58:30.403000',5,'Monique Salinas','https://lh3.googleusercontent.com/a-/AOh14GiMoHeKsP_xmWmXrk4Xy-MKquVm7O3h7tgiTmDB1Q=c0x00000000-cc-rp','16389487648212004696',33936),('AbFvOqlVrtN5--lbrM7ZMtEIni8T5p4V_ELZMiu10cfhmps1T5pcxNT6cKYrfZc80XunCmZ7SjOIQA','The ladies here are very professional....got me in and out!! Nurses Chloe & Kelsie....Radiology tech Cindy...and the nice ladies at the desk...Carla, Courtney and Temple...U guys Rock!! Stay safe!! Thank u for stepping up and working the front line during this crisis!!..God Bless You all','2020-12-19 14:19:49.949000','2020-12-19 14:19:49.949000',5,'April Arnold','https://lh3.googleusercontent.com/-FhcchIOPIew/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclIuHRR2uTv4EUUD6AAXoezzYcduA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44654),('AbFvOqlvRTu6kpcyYxDg6nsFV3mxoyi0B21Qj5xyhIxkUpqoxi5D01q1Mv5WkBI4bNH-eYB3zjh-EA','I had a great experience at Signature Care. The staff was so helpful and nice! Thank you Josh & Molly for taking care of me!','2021-01-13 18:27:40.999000','2021-01-13 18:27:40.999000',5,'Tristen Lee','https://lh3.googleusercontent.com/a-/AOh14GgAc3nf-lNmnU4z80Z0GStO2J5O3y9_RWyaavYJ9w=c0x00000000-cc-rp','3272657195432704501',44622),('AbFvOqlVs88Tl-V7ka-1GXm6K022xgAisAsTUYPJkXwsN5S6g95u6SPqAnpcGJ4X-hwidqdEBe3a','Great, fast and efficient!','2020-09-23 16:04:12.195000','2020-09-23 16:04:12.195000',5,'Jenna Snyder','https://lh3.googleusercontent.com/a-/AOh14GgbXF3DCNIYae7xTnIwmk_tgbYVMetoh2LxS5tK=c0x00000000-cc-rp','14567670160750071148',30114),('AbFvOqlvShYH64E57hj3SmWD8Xj-8AkLPU_SjzDx8FOrxEdQiDPfsuVE-msSk5wmDOXqJOP2Gxh8GQ','Wonderful staff. Everyone was super friendly\nI felt welcomed from the moment I stepped in the door Brenda was very helpful. All of the staff was wonderful Keri, Naureen, Anastasia were all so helpful.\nI’ll definitely come back if I need to.!','2020-11-11 02:07:14.854000','2020-11-11 02:07:14.854000',5,'Nicole Veliz','https://lh3.googleusercontent.com/a-/AOh14GiawrbDYoBYDpA8Wp9ammdjxSImImIL9akGjYqB=c0x00000000-cc-rp','3511292162159714121',40056),('AbFvOqlvSLqshtXrr8o8j7yF14RxWigVBgsBlHq32a23MIM3gZVfo9N5NfTHyT8QBXgzyp7bAvF-','Wonderful ER, fast, efficient, friendly and so Caring!','2019-02-11 14:39:51.276000','2019-02-11 14:39:51.276000',5,'Nadia A','https://lh4.googleusercontent.com/-VXli4x7HSNk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmdErihsrU_lZbhUFLZW7ONOotGkg/c0x00000000-cc-rp-ba3/photo.jpg','12541597562633926366',29144),('AbFvOqlVSOetaa9Uski-Jg3CxufAOBWFeWjGYBBMymZfWsGgRQroN9txt6fB5LThLF2MWkjlhlQGQg','We were in there with my daughter for an ear infection and the staff was so amazing and nice. The two desk ladies at the front were so nice and welcoming. My daughter was so afraid but they made her feel so safe. We were there for about no more than 30 min. Would definitely go back.','2020-02-13 21:28:18.714000','2020-02-13 21:28:18.714000',5,'Ariana Mata','https://lh6.googleusercontent.com/-FJOhw7-VJ-A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnhQp0jTPgKx5YQCWjBpQf3xl2czg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41483),('AbFvOqlvsstPhBjr5EqMyRi15yQ8gx9IVbTYUM8v4inKJmhXre8jadPEmX7za0aNSMdL-JuF8Uy8wQ','This emergency clinic was very quick and took care of my husband within 2 hours. Would highly recommend this place to anybody in the stafford area. Big ups to Dr. Singha, brenda, shoba, marcia and dawald!!! Yall are doing a great job :)','2020-01-12 07:11:03.920000','2020-01-12 07:11:03.920000',5,'xavier mendoza','https://lh3.googleusercontent.com/-LatXwneLcYA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl0IFCGkVpr6oJzTdlOfUOVi_MRPg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43143),('AbFvOqlVStm_5WMuZ05HAS0sRYihD4mIRppf4j9r94hbbkXZWfexT9tGv4aXQ45R0EuI0Sdbx2jy0w','Fast & friendly experience. Meredith, Alvean, Jordan, Tricia & Dr. Nguyen were all very kind, and work well as a team.','2020-03-04 19:18:57.946000','2020-03-04 19:18:57.946000',5,'Alicia','https://lh4.googleusercontent.com/-24Y2imkgq3g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm2G2PpjOwtoqjpr8_yg6TJtBCTjQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33295),('AbFvOqlvTCcKpJnDXkj1vm5AhqmCZYik_7O7_GW_cTV8YMosv9xwkL7iIK5gHzhC7ohCvL6onVp1Rg','Really great experience, best experience I’ve had in an ER. Got in super fast and very nice room. Many Thanks to Kim, Allison and Dr Diaz','2019-06-23 04:59:21.560000','2019-06-23 04:59:21.560000',5,'Mary Kathryn Rhodes','https://lh3.googleusercontent.com/-BPzgL-ht_TI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnpt12pZWctwRpqHuKSPWQ0BxlKBg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29773),('AbFvOqlVTPG2t8g8ym6qMbpldvibvIYkmRQ9cvB2xN3zok2ErXIRGEgQ5hiynHjyd8uYSxGlDU-upQ',NULL,'2019-06-09 18:50:18.225000','2019-06-09 18:50:18.225000',5,'fleet Alejandro','https://lh4.googleusercontent.com/-cti8EZRlAuM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmj9lvprCTPjuI8eh1MCVfB8vKa2w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlVTTR8PFHPYZ3uQmVDOLfqy6AqJ7du_KjUmJhxu0XuwKTzs8U0GR48OetUJJjXLFKx9f26',NULL,'2019-09-28 01:50:53.080000','2019-09-28 01:50:53.080000',5,'Keith Muldrew','https://lh3.googleusercontent.com/-P6erkjNKNpU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckIc9rwBYQ3XYKbsm0sjBA6pQInsA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29649),('AbFvOqlVUEtSvBSeS7sSx_6K-fiJbUttsQPy0zGh62t1EojQSEfuL46FLpcehhphsxaSreOY5khFng','Nurse : Jacob\nDoc: edozie\nTech: Morgan\nRegistration: Liz\n\nGot me in super fast, were super professional & friendly.','2019-02-20 15:33:50.078000','2019-02-20 15:33:50.078000',5,'Becca Duke','https://lh3.googleusercontent.com/a-/AOh14Gj-B4ZbAhceCLAp9xLRE88Fw7fTAGskzvndBAq3=c0x00000000-cc-rp','16590124370714063921',34997),('AbFvOqlVuLDFD0fftgyycqDbJ1-sWkqRjQd-CUlKZtIPrNAgCSqljoWxhqXM9-bIJL-96KLguLJwAg',NULL,'2019-02-06 15:52:51.632000','2019-02-06 15:52:51.632000',5,'Alia Mauricio','https://lh3.googleusercontent.com/a-/AOh14GjhAUkMtiUyC2K1ZUW-VpTZT9HJimwIqOBg-cFLGw=c0x00000000-cc-rp','2694018788013845459',39379),('AbFvOqlVuNaiRd_rS2B8JyzOYrjpzeqTLtfVz316NpjTCbusFnCbkK6LDMNNtvy9PDcmhpCdIsCnjQ','went in for a covid 19 test and was put on a waiting list, gave them my information and was told they would call me in a period of 18 to 24 hrs, to this day 3 weeks later I still havent received their call.','2020-07-19 21:06:35.869000','2020-07-19 21:06:35.869000',1,'Daniel Diaz','https://lh5.googleusercontent.com/-Xvil2N3zi2c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckP-RMRYBXLfeRcThSJK8XTrA5VBw/c0x00000000-cc-rp-ba2/photo.jpg','16590124370714063921',34277),('AbFvOqlvUoeRIeE7y12Sbo2FhjmgPl0kSsTp42XhGC5_pSmkazx8dDqUuPYtwUanITpNqgKsIDtA8Q',NULL,'2020-10-23 21:27:47.783000','2020-10-23 21:27:47.783000',5,'Marisol Lopez','https://lh6.googleusercontent.com/-CCGvJUPIZrg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnOTTgbR5v9DeVHjJgTfq0l6kbyDQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40117),('AbFvOqlvUPwlaI4MoI6xgVwxHY5zA3sY3QWbXpO1ecDRuLVsD1pWUsO7UAQ51x6cSsfC2VQEAVFrKg','We had a late-night covid scare with my 4yr daughter, and I am so glad this clinic is close by! We were in a room and tested within 30 minutes, and we received (negative) results 15 minutes later. The staff was very friendly and the doctor was attentive and spent lots of time talking to us. I also came to this clinic once before after my son broke his arm and had an equally great experience. Highly recommend!','2020-09-20 16:46:01.702000','2020-09-20 16:46:01.702000',5,'Lindsey Harkness','https://lh3.googleusercontent.com/a-/AOh14GhodwZ9jg-HvEYYo3MD8HFeqMk25AiOTSMZp-j6Rg=c0x00000000-cc-rp','14567670160750071148',30117),('AbFvOqlVUt3JI2JPEKMB33-kGUCgi3YLjq_CfX9833RKW_rtNYLbSMKQ91AmLzeBC5gzRZlhREXb','My visit was amazing, Keera was soooo helpful and sweet.','2019-04-22 11:48:12.233000','2019-04-22 11:48:12.233000',5,'Heather Valls','https://lh3.googleusercontent.com/a-/AOh14GhRDx4w20_NwE84azb6gxAOOt-wuHvIRML9uiH6jQ=c0x00000000-cc-rp','17394740196501090048',36788),('AbFvOqlvUz4sLFRmEjo5uT9x1vO81c1guOW__hH3NPnEazlSNk27nZBHXRmpNS0WdCqW84iARkmSHw',NULL,'2017-12-06 03:44:21.640000','2017-12-06 03:44:21.640000',5,'Aminta Parker','https://lh5.googleusercontent.com/-kp_NZCmuuWc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclAqcnlo2PYKY4-jZ1tKb9-Z6vDbg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32630),('AbFvOqlVv42Oy7wkmVCPhlZmv10_hljdubbivMbhGwL3trCblWYbNI63vHyAHqgj7LRIUb_0diQXvA','Very clean, friendly and fast service','2020-02-04 20:37:50.691000','2020-02-04 20:37:50.691000',5,'Shawn','https://lh4.googleusercontent.com/-YkT-4mk-Pxo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckBgPY-Fd69SayMrFadeX6VD1wg_g/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30271),('AbFvOqlVvQb3BWqiWmOOC4T0-Y5MBBC-lFkxQwwDOvNT5Q_2dOAIoxUPl1C3C0PBagM_-yLld4Uv','Caitlin Pettit assisted my mother in-law in receiving a covid-19 test. She was extremely caring and very professional! I highly recommend SignatureCare!','2020-10-31 15:35:15.094000','2020-10-31 15:35:15.094000',5,'Mckayla Wynn','https://lh5.googleusercontent.com/-E67mCRyuxWc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclOe71c33s5qQ_9ZZnLmZDuPD5MvA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41866),('AbFvOqlVvuw-Qb5zORWmQ-fe91zNRtlFfEQ_xKqWxdzVlV62b2oveVxFNKbyxTBauHqZ524KH3btmQ',NULL,'2018-09-17 17:11:29.755000','2018-09-17 17:11:29.755000',5,'Micalyn Ely','https://lh3.googleusercontent.com/a-/AOh14Gh_FoogItSw18YlHI1iEI4-RCCTzOy1MFnGJGfSzQ=c0x00000000-cc-rp','16590124370714063921',35174),('AbFvOqlvwalqwDX3V4gK-sge_ZCSJkVoSED2cOlv_RSrKROCEjip2ORJChDTCSD6owZxaQDPPaFMbg',NULL,'2019-03-18 22:53:57.071000','2019-03-18 22:53:57.071000',5,'Alyssa Wallace','https://lh3.googleusercontent.com/-uMDdJHMrze4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclS8Gqxv7_1ULsPh5UeVT-JJ5bu5Q/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29894),('AbFvOqlvwE0g-pBZoaRqBfef57yBjAUejVFYvtNkyRK0TVH5wWpfmE-nAa6bTuBUxOvQ0jKL6QpDaQ','Very friendly and professional. They took very good care of me.','2019-10-22 15:51:11.921000','2019-10-22 15:51:11.921000',5,'Keith Alan','https://lh3.googleusercontent.com/a-/AOh14Gid7Nmsr4MN-5cKbyJBf0TlevtEcv9BrrubrijdYw=c0x00000000-cc-rp','17898197009688164559',37939),('AbFvOqlvWLsVsyg9NZVwwIpA8esY38WxqzPjtZ3Rd0ehCIoN8KpEVmGmEk--Uz2BfiZdmQ82nPZRUQ',NULL,'2018-12-19 21:28:42.714000','2018-12-19 21:28:42.714000',5,'Haver2323 colton1414','https://lh3.googleusercontent.com/-wqRFU4NwEvI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMiWSM2Xrjergjn_eik0U1nWExlA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38352),('AbFvOqlvWmdBL4arBSCqPu3IOEjxh4rOY2jTiJXjybzUUr8Dw7dB3tdiFCei4Y9TRv8i8cLM756q_g','Very friendly staff. Theresa was our nurse and she was amazing','2019-05-21 01:29:08.702000','2019-05-21 01:29:08.702000',5,'Ron Drake','https://lh5.googleusercontent.com/-9pG1Ih5sBg8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckYN3XMO9Tz8li9D6sFM_2M4AIM_g/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41729),('AbFvOqlVX71wgBQt6UpF7Cv5ocscdjD-HVMpvU0oFB2p0Le4pjIrXe6X4cRsfQIuhUvBuFRFvvyp','Christina R and Clay are super friendly and they were so nice when performing my COVID-19 Test.','2020-10-09 16:37:39.178000','2020-10-09 16:37:39.178000',5,'Juan Pablo Cajiga','https://lh5.googleusercontent.com/-WPzSX3RF83k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclLPHnXrn4AxnuEeKGBiOn2yasniQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35722),('AbFvOqlvXbPhRzVYKYFiYsY4yY47jzPVsXYdWt9MdfPPtHaZyTsq5G3oif1xVqIo4sYK1UrQTCT7QQ',NULL,'2020-12-26 15:14:00.751000','2020-12-26 15:14:00.751000',1,'kay morten','https://lh3.googleusercontent.com/a-/AOh14GiHy9uPYazY1j55OpXUPYqen6dUBLNp8W8D6ph1=c0x00000000-cc-rp','17898197009688164559',37513),('AbFvOqlvXYB35X1VjN_Ow90YlEvDaj93oXy_UkM0MIp--Dy8rNuJnk8kS1rPxE9wktpZ2OB6pkTzbQ','The staff was very helpful and very friendly, the receptionist Deanna answered all my questions I had. I would recommend this facility to anyone of my friends ot family members.','2018-07-04 05:17:59.707000','2018-07-04 05:17:59.707000',5,'Daniel Cavazos','https://lh4.googleusercontent.com/-iOMAIr2UhIw/AAAAAAAAAAI/AAAAAAAAAKU/AMZuucmwCZMm44OukJ0uuqJw85-tkmvNRA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32570),('AbFvOqlVY36VItigw_N23DlK_eB0mZpjGvnWp5sGk6IOOi_F9w6dZZDFVLtkUnhdoO4D_MuwbbZ9','This is the best Emergency Center ever I mean the best. Now I came in not feeling so well but from the front desk to taking you to the back this team has all there focus is on you and your care and making sure you feel comfortable through out your whole visit. I thank God for putting me in this emergency center and using the doctor and the nurses to help me. God bless each one that works there. I came out of there feeling much better and by the next day all my symptoms had gone away.','2019-12-30 17:54:36.223000','2019-12-30 17:54:36.223000',5,'Sarita samaniego','https://lh5.googleusercontent.com/-8t9ckiXjCoA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl4qdX6z1PROfQe5FyOajhAsSPTwg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32387),('AbFvOqlvYNyUVI0KcHU1KmscGRrtgbAp9k0yxnLx9dEKR2UrkrGYNzGtRYCL6cKq3iDl7GS9VJoMBA',NULL,'2021-01-06 13:09:04.801000','2021-01-06 13:09:04.801000',5,'Maricruz Garcia','https://lh3.googleusercontent.com/a-/AOh14GgFifWscR0NOQto3e3Bew32-QTwkJz10BkhWzAYvQ=c0x00000000-cc-rp','6521947413723274945',44373),('AbFvOqlvYoNgb6EBiexImBWQ9L7fjq6zNCNu3YiANQb4Oc-tU1W8Cq1uv6BDetRr0n0sqzid4Dhghw','Such a wonderful experience! My husband, daughter and I all had to get tested for Covid-19. The registration was was simple, the front office was quick and efficient. Once taken back, the clinical staff was super helpful, JD even offered to help my husband carry our diaper bag and belongings and was very tentative and sweet to our 14 month old. All staff members, JD, Amy and Kari we all so thorough and accommodating. Made the experience as quick, simple and painless as possible.','2020-07-30 22:53:04.728000','2020-07-30 22:53:04.728000',5,'Katie Bolech','https://lh5.googleusercontent.com/-gDEZGygIDRQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnaCa-manAcLQ6lV7fJ9EnVMDrUEA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38681),('AbFvOqlVYro6RtXsVrmAMYAkMnUTlXMBcBe_ZbdqcytMPqyxqske7NnY5GRrviKs13S0WkQBdcVAzw','Great experience for my girlfriend who was feeling terrible .\nMs.airianna\nMs.Mercy\n\nThey were GREAT šŸ‘šŸ¾','2017-10-25 20:11:08.382000','2017-10-25 20:11:08.382000',5,'Josh Gay','https://lh5.googleusercontent.com/-tVr2pch7o5A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclEScb16mslph1tuvujM8Ix9LZu0Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41001),('AbFvOqlvZQ0hborWvl6ZFOW8IMamHTVPzttJhZ1DCdfQj2rpwhGPjU8AYyEVKFwtedR7xzM9mYK6sw','My experience has been great! Delicia, Duke, Seble, and Dr. Dendy have all been helpful and to the point with my issue and pain, even better than my PCP. Hopefully I won\'t need to go to Urgent Care soon, but if I do, I know where to go!','2020-02-26 13:52:07.354000','2020-02-26 13:52:07.354000',5,'The Good News According to Chris','https://lh3.googleusercontent.com/a-/AOh14GjFbS0N6tHDcGRmIml2nU2WO--Vw_rTOZ5d3oT4vZQ=c0x00000000-cc-rp-ba2','8679688254631342173',42422),('AbFvOqlVZwwqOZSn0IJe4oPZ7lFc09k6YadVSL60ZQHirSHRu_0p-8BpSroieDdI2pnP1zQSV82piQ','Loved the personalized care! Thank you!','2020-01-30 13:35:54.876000','2020-01-30 13:35:54.876000',5,'keith wakefield','https://lh3.googleusercontent.com/a-/AOh14Gg1KR2yaSBxpJks7R7KTuSHL9XuU304GhLdqeZTow=c0x00000000-cc-rp','16389487648212004696',33428),('AbFvOqlw_36nJoNijiVW-4XyhfpdnNFQDZpxdP8Ei16Aw3EtKkUGD196crjcF2B_1A5dmkngImON','Everyone at this location is extremely friendly and kind. I was seen very quickly and was treated so respectfully by everyone at this location. I also came here a few months ago for covid testing and had a great experience. Will definitely come back when needed.','2020-11-08 15:25:41.916000','2020-11-08 15:25:41.916000',5,'sarita marburger','https://lh5.googleusercontent.com/-Kko786JsVMg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-zkBCBN_mLcS7Px1vUT0GKMyEmQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40065),('AbFvOqlW_cwKT0yAI0K7KKWrJKu7Imbry5e-I3k7EuXLdjJsMh14Hg8U6wynIuHXtzSdq-SB50CnrA','Staff was efficient and friendly. Knowledgeable and caring. Check in was quick we were seen, cared for and discharged within an hour! And as a bonus they have complimentary beverages which was great as it was a very hot day!','2019-09-03 15:31:56.282000','2019-09-03 15:31:56.282000',5,'Ericka Danforth','https://lh3.googleusercontent.com/-1AVh3oSSJmg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckoD1ME07KlfQiznvuUpmC7GFVfqQ/c0x00000000-cc-rp-ba3/photo.jpg','17898197009688164559',38008),('AbFvOqlW-DVyYzCAlTj5IU_HAz74JR-s5LIJ4cV7zTnWAvSJbIt1pAZY3gcYMPd2UP2W3KHoAyWskQ','Our kiddo (age 13) came home with what turned out to be a fractured wrist and displaced radius from running around in the woods this evening. We cleaned him up and ran him over to Signature Care South Austin, given that they’re open 24 hours and can run x-rays on site.\n\nEvery one here, from Earl at the front desk to the ER staff, have been AWESOME!!! They’ve been very kind, attentive and professional.\n\nWe had to get our kiddo sedated temporarily in order for the staff to reset his radius. Dr. Rose, Nurse Christina, our ER tech Chelsey and our radiologist Eric addressed all our concerns and put my wife and I at ease during a tense time.\n\nThanks to the night shift here at Signature Care, we’ll go home with peace of mind tonight 😊','2020-02-24 02:51:06.544000','2020-02-24 02:51:06.544000',5,'Gustavo Gonzales','https://lh3.googleusercontent.com/a-/AOh14GgIodti6DVK0OEgHT_AnDPf_RvF7yeLge9UVNyWsg=c0x00000000-cc-rp','16891069708558046635',35957),('AbFvOqlw-if-q77CNZoqC0RC8SMqwpZOctHPVoaP_nQ9J_cuH3ghnIoY50H1IjmpRGulKTJaS2EPMA','Amazing! The building was very clean and the staff was very friendly. I took my dad there for a deep cut on his finger I thought was going to require stitches. Dr. Bell was outstanding! He was very personable and honest about what he thought needed to be done. They were very upfront about the costs and our options. I absolutely recommend this center to anyone!','2017-06-30 21:22:50.358000','2017-06-30 21:22:50.358000',5,'Rebecca Sharpe','https://lh3.googleusercontent.com/a-/AOh14Ggy2f7yZ_unjqLRU8JCWuJ-3tAH1DG6O2daw1MM=c0x00000000-cc-rp','17898197009688164559',38378),('AbFvOqlw-XIk8Qt2d4gbX9L3DW9SUc0E1kD_fY12yz-PN2zw-5P-Dpl1HCzTXYmv-1remkkb8ElGyg','Meredith and Luisa were super nice and made my visit very comfortable. The Doctor was also very sweet. Covid needs here are 10/10','2020-12-11 19:30:38.055000','2020-12-11 19:30:38.055000',4,'Ashley Rodriguez','https://lh5.googleusercontent.com/-TmodbbxxhDM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZPfzlb3QmxFGA-1ZZl6uSS_bykQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32853),('AbFvOqlW0eC0BRCQ9YEQJ2m8fejaeAHKedZNpG7tamPZEOgQBtEYDfkqYuCIiYPrRCAVlXZhU1_HEQ','Clean, Professional, FAST, proficient! The only hospital in Killeen that i will use.','2019-10-28 21:51:07.402000','2019-10-28 21:51:07.402000',5,'Jakeshia Sweeting','https://lh5.googleusercontent.com/-3r45R8W-RmE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1yZHZON14Z5eoRM908_aN5YP5UA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39226),('AbFvOqlW0NtBZKHYea1Kl8SwNg_x3zT83uQXVWbiZ1GeK738YRgcbO2eKxnYdjutJ--m-cMieDBxKg','In and out super fast, very kind & comforting environment. Chelsey was my nurse and she was amazing.','2020-10-08 17:49:01.586000','2020-10-08 17:49:01.586000',5,'Savannah Hartman','https://lh6.googleusercontent.com/-yrizS2Ky4T4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmU1HyQuXJAYEgU2V9sJAwa7lnS0Q/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35728),('AbFvOqlw0P071M-cxt5EFpuPCbDHNwsw7VF_12eVJsHH2t0LpAdGQfvhSERgM7uvJqy5IoCGgCVmxg',NULL,'2020-10-24 01:44:43.759000','2020-10-24 01:44:43.759000',5,'alex n','https://lh3.googleusercontent.com/a-/AOh14GhkHLlDV65FhaiGTdBtErEgRE1M5uVsX4_GIEbi=c0x00000000-cc-rp','13486358490203335051',29289),('AbFvOqlw13bYTMBKkTu0wRxgnT6A-OqOuLZ3r2nP85U9EBzaZx7ndkY_t_vmlym4fvpsQJA-yaxkIA','Dr. Faig and nurse Sarra were amazing. My wife’s wedding band hand to be cut off. Lots of laughs on our part. Thank you Dr Faigbfor your patience with us!','2020-01-07 02:31:27.938000','2020-01-07 02:31:27.938000',5,'Bo Carrasco','https://lh3.googleusercontent.com/a-/AOh14Ghcrt-aRdOy3rXYsQNmoFsXF7Fmh6281K7bufR8=c0x00000000-cc-rp','12541597562633926366',28843),('AbFvOqlW2_888AeXa3KjJ66AKoALOXGUmkxy1O5XjxPUfFKBMZkTcumYB4O21GXD0-T5oOJX23dVQQ','The best','2019-01-24 22:55:11.447000','2019-01-24 22:55:11.447000',5,'Nafea Almutairi','https://lh5.googleusercontent.com/-QdL_0ozHQfI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmVgraL6nx4m-EpYVP8RIRHyEEiTQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40689),('AbFvOqlw2b7wVI9WNRSlFpmftm_-YXV3wulZB9juqIHQpY0Y5XflCExV2TF4zJ-KTgA4FtqC6J3leQ','Great experience. Service was fast and friendly and the facility was very clean. Highly recommended!','2017-01-09 18:18:04.354000','2017-01-09 18:18:04.354000',5,'Stephanie Wilson','https://lh3.googleusercontent.com/a-/AOh14GgdUNS8VBUaWyFjWjWM-SeOp-VZvKC0tOGKKbqfOQ=c0x00000000-cc-rp','14567670160750071148',31135),('AbFvOqlW3umA9LPeiydFGcCgUvmQxMWHxg--xXQgYeJGR94J8N9XV1r0F6J-qftx3_kfYlDxSkxJzQ','Excellent service from staff.\nDr. Golla, nurse betty, receptionist tiffany, and Juan were all awesome! Thank you guys!!','2017-10-04 22:12:17.745000','2017-10-04 22:12:17.745000',5,'Spacecraft Galactic','https://lh3.googleusercontent.com/a-/AOh14GhqABLXVT4vD_wW0eyYq9XyObqgqMZXKo6iplWgLw=c0x00000000-cc-rp-ba2','17394740196501090048',37059),('AbFvOqlw4t2WAUKf81UeM_b1cQb8PAQ8W4xXeOzshlzKbWXma3VLonZ_KKEXFtMQcEtXdjbSAVHKBg','I love this place everyone is so helpful! I got a rapid covid test and they were so nice and it was so quick and easy!','2020-11-04 17:34:07.421000','2020-11-04 17:34:07.421000',5,'Joanie Sanders','https://lh3.googleusercontent.com/a-/AOh14Gi6iIHngYjSftVtE4XXa5FeC1OWs2t-T7GUaH6J=c0x00000000-cc-rp','14904078213800803294',32170),('AbFvOqlW4zG98dWZHvVgtaLTa9G5EcWOickXWirUzv11M-RfrC_P0m2nXxAlnfO8uk7jK3A-oVtaJA','The staff was really nice and took really good care of my best friend! Very professional','2019-07-09 19:49:58.639000','2019-07-09 19:49:58.639000',5,'Kachina Simmons','https://lh3.googleusercontent.com/a-/AOh14Gin2tJqrJmJYOs2G-hgd3c5F-nLNm-pR0mIMY0g=c0x00000000-cc-rp','17898197009688164559',38095),('AbFvOqlw5nCgfiokmP1rkIJUonKAuyvliF8W67EKh5CGr6iMFj3y634QDjxwnUxUMB_WjyDGxJCI','Coming into an ER with all the COVID issues is scary. I can not tell you how great the people treated me here. I felt safe from exposure to covid but even more they were caring. Attentive and empathetic. That has to be hard with the day to day they currently live. I unluckily have way too much experience in ERs. I rate this one of the best. They Listened and did everything to help me through things. I highly recommend them. If this is the treatment they give with the craziness of a pandemic then I can only think it could be even better without one. But I can’t find a thing they didn’t do great with this visit. A special shout out to my nurse Dustin. An angel for sure!!','2020-07-17 18:11:07.140000','2020-07-17 18:11:07.140000',5,'Sharon Richards','https://lh3.googleusercontent.com/a-/AOh14GjuvQkaTz-ng9p_2ahFSpMWsd7OTjH7aEeNXPUDPA=c0x00000000-cc-rp-ba3','14748677429039074158',32017),('AbFvOqlw5ukk7QKevARUF5P3NlzSHD2RyAS3Hn_msgH_m-w9uvhEZ_OCy19I9bZUd9d6qw7_Ad6Gtg','It is a good experience to be here the first time and take care very quickly. Especially Dee is very nice and helpful.','2020-09-25 16:55:19.569000','2020-09-25 16:55:19.569000',5,'Chunhakarn Phongpisuttinan','https://lh3.googleusercontent.com/a-/AOh14GgTecrPiAKIL3-iBba46f1tknfo_UztQRDaGY6-Dw=c0x00000000-cc-rp','12541597562633926366',28531),('AbFvOqlw6FHCaW-PFzDzfUJNeda5VVBSl8QfIexxEu4Kefxsh0z2AKpJ56_m87x0VUa77ylsKXEi',NULL,'2020-08-04 13:33:20.198000','2020-08-04 13:33:20.198000',5,'Lamar Rollie','https://lh3.googleusercontent.com/a-/AOh14GhANFUQ4haL1CMms_Al9bREd1u3W7e5TFBfegIe=c0x00000000-cc-rp','2077061009497551125',38646),('AbFvOqlW6HUxdoO0URDygWlfnRg2wa6XdxSYvxsu-gm4q2fJdWCxD0yBQ4T9QKjvc-9bu_iFAqIJ','Treated quickly and with care by Anthony and Dr. Vakey','2018-11-28 14:06:53.133000','2018-11-28 14:06:53.133000',5,'Brad Phillips','https://lh3.googleusercontent.com/-KwRvcGsXwNg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucllaXwjnE5ek0HtoVMykWk3Fciwpg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35089),('AbFvOqlW7L5OEXuKReSv4Kd0J_jdxKtgFVTs5dhcNCZrZAr-BStbQghpnH1_bN2BVwzyRjRjWBMfPw','This place was wonderful the nurses the staff. There was no wait time I was in and taken care of and out the door feeling way better than when I got there I would definitely recommend this place to everyone!!!','2016-12-28 20:14:55.995000','2016-12-28 20:14:55.995000',5,'Adreanna Hendricks','https://lh6.googleusercontent.com/-WHr-DbJ-ODU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclCK-hxf-xyrMGfFF8djZjZMpW3vA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31140),('AbFvOqlw7pfEf050yIRzEoICPl_1HgA7uoIqy2t2F4lGLRk6L4lRWR_yMWhcwC8nxa2h2PEopLmn5Q','The service was excellent! I was very well taken care of and the nurses kept me well informed with everything. I was provided with snacks in order for me to feel better!','2020-12-27 19:57:34.314000','2020-12-27 19:57:34.314000',4,'Mayela Alvarado','https://lh4.googleusercontent.com/-FfxATw3ny9c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmsB0zj75zPKJWXOEQynSIP2gKX8A/c0x00000000-cc-rp/photo.jpg','17898197009688164559',44002),('AbFvOqlw84xaGEu67GPHSpgkkFNHaDAzNpqVjGbuEAIRgMqXskZTy0vgp0f5OYZrFRWcB5FA1s0_yg','Staff was very friendly and accommodating. Irving was very helpful and took the time to talk to me and it made the process more comfortable. Dr. Edwards was also an amazing doctor and took great care of me.','2019-09-01 03:47:00.553000','2019-09-01 03:47:00.553000',5,'Gabrielle Guy','https://lh6.googleusercontent.com/-8e7adfwDiks/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckEndCXXsmnJF6eGcd2ZN8wdWr6_A/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29035),('AbFvOqlW8AHlZB0V57F9Ase5Y_KTXonG4o1Hr9CxGMRzsKvYeZAHeF1yqsSZ8Ein4AQBaX01DYEU','Melissa, Cody and Sam were very helpful. They made my experience calm and comforting while getting my covid test. Would recommend to friends and family.','2020-10-27 15:47:25.636000','2020-10-27 15:47:25.636000',5,'Melissa Walker','https://lh4.googleusercontent.com/-L00gZXHM0Jg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclLK7J9f_Uzj1084f7DVrzzAvqP7A/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38455),('AbFvOqlW8g7DjqcSrXUAarrMKJwBLifg0jdDUZi8kG_6kngny9wcrXwpOS37yXScgs_ISH0JOIRIfw','Very friendly staff! Made me feel comfortable and got me in and out in a timely manner!','2020-09-20 20:47:04.492000','2020-09-20 20:47:04.492000',5,'Jasmine Johnson','https://lh4.googleusercontent.com/-AvNfMR6CGG0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnGHtQdQEMtKLNePnUApNihSuL-3w/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38963),('AbFvOqlw8YNCRnvUuOfd5_GCgYOE3QFDTEKvtNgpIwcME161ZmKsVtwNlYU8TLwf40l00V8yIOqauA',NULL,'2020-09-25 01:25:13.402000','2020-09-25 01:25:13.402000',5,'Genaro Diaz','https://lh4.googleusercontent.com/-lFI2Ukhxi2o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck6UxvkYQtC7lrvpcdixVoewfcXBQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38954),('AbFvOqlW9ERedKMeEq-5XehHO9Ujx0at_SzpwqaWO-eGgBqvr41Kq1hvI9QSpCSqksnAH94f0gW49g','No wait time, staff were very friendly and Lindsey had me checked-in in no time. Dr. Vaagenes, Jacob, and Becca all took time to explain what they were doing, keeping my ā€œin the knowā€ throughout the entire visit. Left already feeling better, will absolutely use SigCare in the future.','2019-04-17 22:21:04.889000','2019-04-17 22:21:04.889000',5,'Kenneth Mount','https://lh5.googleusercontent.com/-ednc7QcwEW4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclT5wtdmUQZlwvEguyn1FIKaoBqFw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34887),('AbFvOqlw9KQrf-3cctKwVpWBVUCMLvpslpW7GSKowRyjpoNCDajXefxl-REFx5Pb3SKDkgQPyHEQ',NULL,'2020-06-30 20:26:26.969000','2020-06-30 20:26:26.969000',5,'David Allen Wood','https://lh3.googleusercontent.com/a-/AOh14Gi8M-WXCeUrkGPjFK5tXwjwMS431g8eg9psFwohjw=c0x00000000-cc-rp-ba3','8626688543755174284',41912),('AbFvOqlw9RYeXwPPk-D2Q53eokrhvXxCsLJl345Th23oG-D6zBHi1K-_Oc-QWYfeRDAl6AjrGm-l','Maya and Kristina were so helpful and wonderful I recommend it','2020-01-05 23:07:58.080000','2020-01-05 23:07:58.080000',5,'Celeste Tzunux','https://lh5.googleusercontent.com/-2dfbnh71YiM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckHe9tt5FrOS4PorVlT-GPH0Rozng/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28849),('AbFvOqlWA8Mm6WqcIkPEcEyzPnU-AhaadmSLD5VGbgIsjZXhBulitYUHcMbvaCrLIiTLrmKmBkvjuA','I felt miserable and nervous about coming in to a new place, but EVERYONE I had contact with was awesome. They kept the mood light to take my mind off my sickness and were very professional and helpful.','2019-01-06 19:20:34.217000','2019-01-06 19:20:34.217000',5,'Christen Roberts','https://lh3.googleusercontent.com/a-/AOh14Gg7U1zuTLGBt_tY-VMyblnU11zzzeWfx-OgSLDXGQ=c0x00000000-cc-rp','3511292162159714121',40750),('AbFvOqlwaAuOzopFJsf0k2HT-vwPj1toqTAEFGl-7TEMfFlb1WLKxDpnI9CH75XPh9ImXN5fZnsxdQ','Tobie, RN Mollie, and Eric were fantastic I’m so relieved to have them checking us in and helping us!','2019-12-29 08:40:23.630000','2019-12-29 08:40:23.630000',5,'Michael Scott','https://lh4.googleusercontent.com/--xctX9s6hpU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmW0n-8yUt9aTcRjUClFVVEFjZcRQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39734),('AbFvOqlWaAxL5ugA96qmE4mH94PbLUYBYZXtd4ELCjCSO_eAz4SH10RKJigZrAE-nVycpxejTUrDxg','Registration Reshaad was great very polite.','2020-02-09 05:46:09.624000','2020-02-09 05:46:09.624000',5,'King J','https://lh4.googleusercontent.com/-9F_uduBwt1Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucli3pcbXkookRA1GdQ9rnrj-GUWPA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36628),('AbFvOqlwAnRrA-QJGkgR9FsuBu1VWpDBQU3xI-OOkMTYwJMdtm4co7VO0eGhE4OtfsPFYS-cf6NGLA','It was the best experience i have ever had .The lady at the front desk Malissa gave me a warm welcome .I was dizzy and she immediately called for a wheelchair before i asked.In .The nurse came followed by ER Technician,the Doctor Wang,and the Rad Technician Laura every one did their part to make me feel better.My blood pressure was very high but by the time i was discharged it came normal.I highly recommend this place to the public.Very Clean.EXCELLENT SERVICE.!','2019-08-15 17:26:08.562000','2019-08-15 17:26:08.562000',5,'Marthal Nyame','https://lh4.googleusercontent.com/-T_QpjaVDOZ8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnT89X-yelTMgpMo3So52vqFPrNMQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29052),('AbFvOqlWArN_0TsoGKc-mYCVA85kGnCASDaiIjeM12mWxvgg79r2b8GWT7np8rWidMVGbWZ4kFnO','Dr. Leavitt, Alvean, Traevis, Amy and Keith were all more than professional and really gave us ease and peace of mind during our visit','2019-11-17 18:32:39.210000','2019-11-17 18:32:39.210000',5,'Kevin Kline','https://lh3.googleusercontent.com/-NxYx3fzZjMs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckbNZLK3XHFBhilMN242RP2alaWNg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33729),('AbFvOqlwB6QmOy817VJcaGw6z_OUTqOLJOhLM7GaN_JEB0b31u5xeUeBt1tZzn7uSrYDs_cMLz-c-w','I was a patient at this ER last week and all i could say is that i received the best care and service. The front receptionist, the technicians, nurse and Dr. Faig were amazing! The service was really prompt and I got reassurance that my illness was not serious after my evaluation. Thank-you!!','2018-06-27 16:30:10.877000','2018-06-27 16:30:10.877000',5,'J C','https://lh3.googleusercontent.com/a-/AOh14GgFG4nxjJoRi2LfDcMD_d3KqjrcWWhSlHwT6UkQ=c0x00000000-cc-rp','14904078213800803294',32571),('AbFvOqlWbFOwErIlH1-PEhEiXXqCshdyveeyhD-yEnvTIIZsN0Hx_NxZtaj7Fj8Trl4px2DvfcKyoA','I had a great experience at signature care, we were seen very quickly. Quintessa at the front desk was very nice and welcoming. We were also seen by Thai and Konya, they made sure that my kids were comfortable and were extremely helpful. I will definitely be back in the future!','2019-11-15 20:18:44.955000','2019-11-15 20:18:44.955000',5,'crissy mitchell','https://lh4.googleusercontent.com/-E_nZahu12qg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmTcZ8LYsYPV_r46L39mjFqQL_KCQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39210),('AbFvOqlWbRmUs5-BVjjkG-xgmyrYQ85hXs8Fx0ALHXdRPHo3LkHMNRZxYUnyM2c4OoCpgPSBBHVf','Very friendly staff and clean facility. The wait was not bad at all. I highly recommend.\n\nUpdate 2018\nSo I have had to use this facility twice this week for my daughter and myself. Both times we went they got us right in. The doctors and nurses were all so kind and took their time to explain everything in detail to us. I highly recommend signature care. They go above and beyond to make sure their patients are taken care of.','2018-02-13 19:00:49.174000','2018-02-13 19:00:49.174000',5,'Eleni Hatzisavvas','https://lh3.googleusercontent.com/a-/AOh14GjDmbVilZiB4ihNqhPco1LkP2gdbyosQLUXbyKwMQ=c0x00000000-cc-rp-ba3','14567670160750071148',30874),('AbFvOqlwbsBCInAZ1We5KT38ZLDC97E7YBU7UQjpdebYw9DUtyuEgftoON9Jg0FbCc3t3rapB5rZCw','I came to the e.r. today and was attended by amazing people (Pam R.N. Jessica R.N. Maria Tech. Dr. Ching and Gus (radiologist) ) As soon as I came in I was attended right away by Aminata who was very kind. She made sure I did not hurt my hand. Not only do they take care of you but offered me moral support during the procedure. I am glad I came in today!','2020-02-05 03:13:48.542000','2020-02-05 03:13:48.542000',5,'Shirley Olivares','https://lh3.googleusercontent.com/a-/AOh14Gj4ILxxNT49vb7bHIr5GtqSM3gPR1sz-CSlCRkygFM=c0x00000000-cc-rp','8918455867446117794',43114),('AbFvOqlwc_xa1r3rYgwP1aTSWoU217ljnDIDZfhds8mUYWDxRKG6aq3MkZOdCQVWPXveYHpuJE0-OA','Great experience and I was very comfortable and everyone was very helpfully.\nDr. O’Malley, Alvean, Kelly, Jocelyn.','2019-11-27 23:28:44.974000','2019-11-27 23:28:44.974000',5,'Rob C','https://lh5.googleusercontent.com/-VMBo0uHi8eE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-jn-gwQO3ZS1JTsx1R5aFEWNJ6Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33670),('AbFvOqlwck6MpVC8oWRH2eueILnSoAiN_d5dvCfCDS9ngfWEgFf-toWjcsFCqz26VYdVdkXzh1lnww','The doctors are patient, understanding, and chipper considering the situation. šŸ’™ Keep it real.','2020-07-28 05:12:50.781000','2020-07-28 05:12:50.781000',5,'Logan Albert','https://lh3.googleusercontent.com/a-/AOh14Gjw-3J7LeYkmSH-Jedkx0NKS6F-c8IVf53fPu_Rrw=c0x00000000-cc-rp-ba2','14748677429039074158',31845),('AbFvOqlwcM08cNEyiWRxJsY0P-lXKcUwJeg1FiUY0sW0Jgi3L9VmdiKVhIS3_pwLcDweVX7QALDqJg','Everything was wonderful and the staff was fresh','2019-11-22 03:06:46.886000','2019-11-22 03:06:46.886000',5,'Mykhaela Rollins','https://lh3.googleusercontent.com/-9bLvrKj4XNQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmp_FWXTTfm2_C98v2oPYbxaw1mOA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33698),('AbFvOqlWCN6vBgolIMInfAjUmCAeVrX9kJXLsPYK2hZIE6L_Y0v7ktSffex-IKx-6BwvwusS0QjjTQ','Signature Care Emergency Center was great. And for it being my first time here, the wait time to get called back was quick. And Sindy from the front desk was great and professional. I would definitely recommend this place to the people I know.','2019-09-13 18:16:25.667000','2019-09-13 18:16:25.667000',5,'Adrianne Herrera','https://lh3.googleusercontent.com/a-/AOh14GigqaklOyrbs6-o3z5oGbLFIsOkb6aJ8KDoxNQz1g=c0x00000000-cc-rp','14567670160750071148',30461),('AbFvOqlwdYoYb8s0MINzeoPI6kdQ8AEKpX2p2DPJL7tCk2Vbk0nyM4qUlfxyVVv25c9tERrGTBxT2w','Great Staff... DR. Mauldin, RN Bretnie B., Rad Tech Morgan S.,ER Tech Patrick S., Reg Lorena T. and Amanda C. were wonderful. And as always they took great of my daughter and we had an excellent experience!!!','2020-07-29 22:06:17.781000','2020-07-29 22:06:17.781000',5,'Kathleen Williams-Rogers','https://lh3.googleusercontent.com/a-/AOh14GjB_QE5tWDZPGZY2N_4oQx-LrJF3dOyHkQ4W9Gq0w=c0x00000000-cc-rp-ba3','16590124370714063921',34228),('AbFvOqlweAUbGCNU0WB-nIktetBGSho8p8EHOR3cUvZ1jvKlydg9BTRiGfWeFTcHJFe_A63UKjkU_A','I was seen immediately. The staff was friendly, supportive, and listened to my concerns carefully. Neither the nurse nor the physician was distracted or fatigued. Front office staff was thorough and clear in explanations and options.','2018-05-12 20:59:30.531000','2018-05-12 20:59:30.531000',5,'Rebecca Robinson','https://lh4.googleusercontent.com/-Ohys6bLsk8c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl9oJdzVvNGCjySyC0GFvlXDKNELQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30842),('AbFvOqlwF7B31TyUGUb-poojqiaFMHJDIrAydrqOp8mLJ8A_ZHDvUszMnFAqzhCjnvIYp33ZJgwvxQ','Alyssa p and Dailia R the best nurses here. GO TO THEM. Also the best emergency care out there in town.','2020-10-30 23:08:33.781000','2020-10-30 23:08:33.781000',5,'David Mathew','https://lh3.googleusercontent.com/-ZINRg-OIVLc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmpOexiBTSUKI0yqFzQf8DUFtTUqA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42847),('AbFvOqlwFcNq1AqQoh3Ajt07_mpi-8DWgPW2QtCxOMFtpzQdUD4msVVHgnjNNzfzAW-MbAM0LKQ_Pg','I had such an amazing experience. Every single member of the staff was kind, attentive, and went above and beyond to make me feel comfortable when I was scared and alone. The facility was clean and service was quick. The doctor himself checked on me when waiting for lab results along with the nurse. I just can\'t thank them enough for the care I received.','2020-10-25 15:34:04.314000','2020-10-25 15:34:04.314000',5,'Rachel','https://lh6.googleusercontent.com/-AbwD7wf1twI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucllYkxy-4hpbZ4hMyQySzV_HutY2w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33089),('AbFvOqlwfqhus7RsaXtE3M0jacMky6mdyzNmyUxFdTFnv_zOL5kpag4fsyIeLNAJLHHJZu_R6qQx','I am only giving 3 stars because the receptionist, nurse and technicians were all great, otherwise I would give 1 star. The physician on staff was less than impressive. My daughter and I went in to be looked at after an auto accident. The physician on staff didn\'t examine me, he just ordered some xrays and a CT Scan. Today I went to see my physician and I have a separation in my wrist. I pointed out the lump on my wrist to the physician at signature care and he dismissed it. I feel cheated after paying for a service I really didn\'t receive. I would NEVER visit this place again.I had to amend my rating when I received the bill. The physician charge for my daughter and I was $800 each. The physician didn\'t even examine me. We were not even treated. My bill totals nearly $7,000 and my daughter\'s is $3,000. My daughter had an x-ray and I had an x-ray and MRI. These prices are ridiculous. I have had quite a few emergency visits at memorial herman and none were this expensive.','2020-02-28 15:02:03.595000','2020-02-28 15:02:03.595000',1,'Necitha Madison','https://lh6.googleusercontent.com/-DlPcfh3OLZY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl4WL3eT2U1hhkFjXWPOLvPTTEelw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43071),('AbFvOqlwg_Vz8AwjFFfMQ6hXOwcNGPoq6S6UHsWh5l0eEzyJobglhRyj9-eVSEkT1gcD1zTjYgs_Ww',NULL,'2020-11-03 16:49:43.442000','2020-11-03 16:49:43.442000',5,'Minh Bui','https://lh4.googleusercontent.com/-oSJKWuhWh6g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQ2vBlQQ8cClRuYXHMLazTE_TL2Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33008),('AbFvOqlwGfyuVNqkdLNHzR1pv6reAZCoo8KmPaU-FNA9prDNO6YsA5mur3LcS117mf4_KD29wFj9','I felt very welcomed by Sita when we entered the building. She was very kind and helpful and very professional. We were also pleased with our nurse Lisa V. She was very informative and made us feel comfortable while waiting for the doctor. I highly recommend this emergency center.','2019-09-17 03:14:26.112000','2019-09-17 03:14:26.112000',5,'Anastasia Macias','https://lh4.googleusercontent.com/-uXNYizcsWqE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclLWbOR8FSTmgYFz5cuiKbtCJDCCQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29669),('AbFvOqlwgNcadCRmCNHT3FGm9XKSlxktrzx_18bheXtNVjC75KDoj0fZf6lRlZZvKAhefmHECTT8PQ','Great! Was treated very quickly, and very effectively. The staff was friendly, and took great care of me during my stay!','2018-12-19 19:44:38.993000','2018-12-19 19:44:38.993000',5,'Derek Anderson','https://lh3.googleusercontent.com/a-/AOh14GjWXAg9BV9v_I67NwDCZ57Kt1bDS7V_xIE2e7GbPw=c0x00000000-cc-rp','16590124370714063921',35063),('AbFvOqlWGs9QL-P2bvopO4y5vRMpoU-ZfXTuIf3v9ZQ0MONopbnRyJZ07R4wXrUJDQ6l6n04JTV9','I have had awesome care. Also Josh was so sweet. He even brought me water. The x-ray guy was nice too but not sure of his name. Thank you all !','2021-01-01 02:31:16.637000','2021-01-01 02:31:16.637000',5,'Vivian Osborne','https://lh4.googleusercontent.com/-Wk38N47oFWA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUYdFSRY4MzrkEzE0qvPtJw59MCg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44226),('AbFvOqlWgUSoCei5nvqNis3cs0WbiutGgsyB1s4Myvxr2M04wc0LYedVcplD1mMcIFR1VuWQSV_71A','This was our 2nd visit to this facility. They were again very fast, nice, professional and the facility was spotless. Thank you for your help!','2019-06-09 14:18:34.074000','2019-06-09 14:18:34.074000',5,'Debbie Winkler','https://lh4.googleusercontent.com/-4YTc7WrO2cY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnyn0gMe-1AKcqHB1To3dlw5V2g3w/c0x00000000-cc-rp-ba2/photo.jpg','14904078213800803294',32460),('AbFvOqlWHfvwp6j4aEGHd7D8bJIgWeODTJ1Ep5Ba9zEtk848BZMc3svXdu8vrjhl_rzFqvNXjbtngg','This ER is very clean, very fast, and the staff is friendly.. Tanishia W at the front desk is super nice and super cute','2019-05-22 02:46:57.479000','2019-05-22 02:46:57.479000',5,'Fu Lee Wane','https://lh3.googleusercontent.com/a-/AOh14GiHJaZEkUlsNzpxLYxpPuePCyq-E8_UB4ctHUi4Uw=c0x00000000-cc-rp-ba3','17898197009688164559',38174),('AbFvOqlWhzDq5aj2eq01Cq7HwfWI9SGk2LR3pmxwOJYSGw0P6tl_MzECTsSu5Sw10lbjYjPwG9Ak','Anthony, RN & Kathleen the tech were very polite and welcoming. They made the visit for my friend comfortable and safe.','2019-03-05 05:36:36.855000','2019-03-05 05:36:36.855000',5,'Victoria Portus','https://lh4.googleusercontent.com/-LGfIIRgHd8g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmXLVVrZe7X6TjanR-FBcKNGkCKfA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34971),('AbFvOqlWHzZBekHK1gTpejOJ4FPbF24bZPkNuSTC-u50Q9ddCgLaptVB8ykBUGyctY2cpBJRVOMdHA',NULL,'2020-09-23 17:19:23.679000','2020-09-23 17:19:23.679000',5,'Sam Beason','https://lh5.googleusercontent.com/-u4d6SNuMfvg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVRO3-5qzKC0oPMGRDGkBAOaAsuA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30109),('AbFvOqlWI7INCyDFGeVtj2DA6i4E-X057uaKNyMbHbiCw9UwwfEXZAVrIWoIHRjojHXaQacoe1R7','I would definitely recommend this place. I was in and out in less than 20 minutes. Special thanks to Jasmine and Dr Patelfor everything. You guys rock!!!','2018-12-13 16:30:45.174000','2018-12-13 16:30:45.174000',5,'Yaya Diaby Rapontchombo','https://lh3.googleusercontent.com/a-/AOh14GiSH8fSXQ0L9Mh1MD-JxRP6Lj9LDT0i2QiS0qAW=c0x00000000-cc-rp','12541597562633926366',29175),('AbFvOqlwIC3Ct4i9LlxWW_YhqRd1wcY3Vg617B1-G9dpGv7KmF0_Fw9X2ctmzkzlYySuZ0jJ2QHA','Really clean and neat. Great with our support dog and really sweet in general.','2020-01-16 18:35:03.240000','2020-01-16 18:35:03.240000',5,'Justin Wasson','https://lh3.googleusercontent.com/a-/AOh14GhejtYeUq1gOPTGu-zXBralxbaYuhwAZdnGXM2okQ=c0x00000000-cc-rp-ba2','3272657195432704501',39704),('AbFvOqlwimiqrB_u1sBPYlJR8sgNq6HtkP5DPcX34ziFnsOE39BdHPrt-Q4Cwfrlzfpb0gJShN2ekw',NULL,'2020-02-26 23:24:37.668000','2020-02-26 23:24:37.668000',5,'Maggie McGurran','https://lh3.googleusercontent.com/a-/AOh14GgoPfQj0E36GuZ7MDxQyfJ7AYs099FziaUDW7hGyw=c0x00000000-cc-rp','16590124370714063921',34341),('AbFvOqlWIu1vaYIrAzyFDutDe-xyYno8jslbOQ8kP2bbfybS7-bYm3jXpK5uUGPkOw6AmeSvH_W_8w','We came in at 3am and they took care of us right away. Ms Stephanie was very nice! Natalia and Rollie worked together to quickly take my daughters vitals with minimal discomfort and asked questions before the doctor saw us. Dr Nweze figure out what was wrong with my daughter within 45 mins at the most! They ended up finding what was going on, gave me an actual answer AND solution nobody else had been able to do. I was feeling so defeated but Dr Nzewe and the staff honestly made me feel at so much ease, something very few doctors had made me feel. Thank you so much to the entire staff here!!','2019-12-13 10:20:52.895000','2019-12-13 10:20:52.895000',5,'Yessica Hernandez','https://lh3.googleusercontent.com/a-/AOh14Gh1X8mSSv__X8CnRV_lWxg9gOWO98blVAJMR9OScw=c0x00000000-cc-rp','8679688254631342173',42553),('AbFvOqlwIUSB7eQPqaCLDmr5M4SqUkjwDiZOOu3xYuPTl8pnQW6AI0ePEaC-jrspNcpjpCT82FZIyQ','Doctors were super nice and welcoming and made the experience as easy as it could have been. Lindsey, Chelsey, and Clay were awesome!','2020-09-14 20:15:38.806000','2020-09-14 20:15:38.806000',5,'Caroline Shaw','https://lh3.googleusercontent.com/a-/AOh14GhPeJzlNXsERjVkf3oWF-WUrWbngsRO9IxjxVRB=c0x00000000-cc-rp','16891069708558046635',35791),('AbFvOqlwix9_V3Zy-HMmF9pRboj3-PAlv0GE8xH_ONhbnnnSFPO2Sw5Y_tIo8VttuQYE8H-s2c8xng','My husband and had the best experience! We came to get tested for covid after being exposed and Georgia was AMAZING. She was so gentle with the covid testing she also explained everything to us in detailed. She was so helpful! Dr. Das was very welcoming and had the best bed side manner! If I ever have any medical needs this is exactly where I will come.','2020-08-26 03:55:30.736000','2020-08-26 03:55:30.736000',5,'Jazmin Loera','https://lh5.googleusercontent.com/-Rliul7UZxyA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckoq8YNElnNlgdj3_5B50nXNVsxlQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31742),('AbFvOqlWjd6S1skuYOsg9aNtQZoYO1S9eCCBg1JHRVIelwnppBprOK26xpwxRChU96-Fa9fx6CDVUg','They were very polite and helpful they are clean and very well organized and the nurses take care of you like your royal.','2020-09-22 20:33:46.553000','2020-09-22 20:33:46.553000',5,'Nichelle Washington','https://lh3.googleusercontent.com/a-/AOh14Gj4DHWQx-ndyKQVhRYITz4eEmxlzKr9M91H9kFzDQ=c0x00000000-cc-rp-ba3','2694018788013845459',38959),('AbFvOqlwJGziaMHtN5b2x1ywOOI3YCXx9t0etywMGMBb64X-i-kkyyLZV9v4CoicR6EnMS2qXX0g7A','Wonderful care. Staff very friendly and knowledgeable. Easy to register with Amy. Nikki was a wonderful nurse.\nDr. O\'Malley is very knowledgeable and has a great bedside manner.','2019-03-11 01:48:49.540000','2019-03-11 01:48:49.540000',5,'Robert Conn','https://lh6.googleusercontent.com/-u7nJMfqvIEE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckig8-go0_NYC0FWwH8-eSbjkJIBQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlWJOfgEuItg9-3wpJptqg17j-Vnhj-fKRy7c6u5GF7-9yDNWrRA_Cr_jzFiaGuTpqZqKzHuQ','The building was clean. The front desk staff was fast. They had a room ready for me before I could even fill out the paperwork (which wasn\'t too much either). The nurses and the doctor all seemed knowledgeable and were professional and efficient. I don\'t want to need an after hours clinic again anytime soon, but if I do, I will go here.','2019-09-12 13:54:15.281000','2019-09-12 13:54:15.281000',5,'Howard Teal','https://lh3.googleusercontent.com/a-/AOh14GjXqt4lZgLSRGqtCeLme7bXyoba3f_L-3kOecKK=c0x00000000-cc-rp','16891069708558046635',36131),('AbFvOqlWK4I0xH8hoipJrKjkO2Kv_TWbFwSpp2Gk3bUIiVMhbbryLfsNwvkgO1DqX2aXx7kI9Yh8','Great experience and super helpful staff!','2019-04-02 17:59:52.220000','2019-04-02 17:59:52.220000',5,'Daniel Martinez','https://lh4.googleusercontent.com/-TjRAsd2wBHI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmdxqjL7TMrESWqoib4wERCkiAPGQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36232),('AbFvOqlwkG789pRkf6Ael0oPYvr7VHFcdhjk0pa9QIPN7dR-cwdXh1V-0qQ1CkIKNihGylTU6UgyIA','Were very nice. Took care of my wifes pain in her eye today.\n\nDr. O\'Malley\nNurse Alvean\nRadiologist Marcus\n\nJasmine with registration was helpful from the moment we stepped through the ER doors. Will definitely come here again if needed and I recommend their medical services.','2019-05-14 21:25:03.649000','2019-05-14 21:25:03.649000',5,'Gabriel Briones- Solis','https://lh5.googleusercontent.com/-GXV-wbN0E8g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmK-32cOCkGnXICOVgz6-dK5J45gQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlwl0dng6phzn2yPxgOtf7YEqXn6vMReFgTzpTQpbghQbmeXO5NkV3_W4pwgSI5VT2oP_BJZg','Very efficient, friendly, professional and kind! Was in and out in about 30 minutes! Fantastic job!šŸ‘','2020-10-11 20:50:05.752000','2020-10-11 20:50:05.752000',5,'Jarret Ellzey','https://lh4.googleusercontent.com/-wzGX0b2cMNw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckW4-UrLKPGWahW_0QVmW6a-aiUag/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40183),('AbFvOqlwLickdgH0hluQBTpYVqiH0YPCL2dHz1eHXKCz6YZDoiLzJU1T4BrXEC_t4E8yRHcOkhRJxg',NULL,'2020-03-04 09:01:50.602000','2020-03-04 09:01:50.602000',5,'Shanice Shaw','https://lh5.googleusercontent.com/-OoF_4TzhrY4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck6x8ODfwBZLpIWNOcQZVyqqxvpug/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39570),('AbFvOqlwLnPYiZwVpLFWGyXKn3mN5U9clJGM3D-ke-9Eh5mgGXK553cD84_ZErzwE2I5W18O2Ft-_g','Probably some of the most caring people when it comes to taking care of your needs. The wait was no where near what you would expect of an emergency type clinic.','2020-09-18 23:42:12.583000','2020-09-18 23:42:12.583000',5,'Robert Carter','https://lh5.googleusercontent.com/-OmNMo8Y6iiw/AAAAAAAAAAI/AAAAAAAAA1U/AMZuucnlGGiNqUO3OsEv4n7OVVg0SuOunQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38971),('AbFvOqlwlYjsx20HW73X9aEq-n5Tlglv7t9TmS4NrFNsebXlqKYtQxNQq1Yu9v0qcnuxrMgmiRfZ',NULL,'2017-03-12 07:04:23.036000','2017-03-12 07:04:23.036000',5,'may dabbousi','https://lh3.googleusercontent.com/-G-e9Of7BfEY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclgA7CMHVT7L-SqKZysPAwkYeAmpw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37197),('AbFvOqlwLYskv93TDK5Ej4ADyN-HJgSIAXQOdEw6i-1OJkQIemMizDu3kBdmmL7KYmc0U9A0NhBt4w','Quick, Easy Covid Test, April was super sweet and very Communicative and made everything less stressful.','2020-12-08 13:30:42.798000','2020-12-08 13:30:42.798000',5,'Diego Suarez','https://lh3.googleusercontent.com/a-/AOh14Gg8FFIcaMmdAtdMiHZjJObF1jlVkHNEjnh6S2Is=c0x00000000-cc-rp','14748677429039074158',31291),('AbFvOqlwMbo9TQeCykKc0q8iD5hXL9qRWJi00KxQ_ZY7dUCTnzUwJtQKbJVk0nuCt7e25xrpHWS8vA','Quick, friendly service! Easy to get an appointment','2020-07-31 15:41:55.593000','2020-07-31 15:41:55.593000',5,'Natalie Moose','https://lh4.googleusercontent.com/-m-IneKqxELc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmC6aCJzClpfsQZGHN38ZRAXg3wFA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29351),('AbFvOqlwnb1pw42N9eUY9RjFTMc7FWBM1AYFQb6ccjPskMKW5uogoCdyfmGWRpwROFY6KORuGnFgXg','My son was seen very quickly! Thanks!\nRegistration: Maya\nDr Singla\nNurse Mayra','2020-03-12 19:55:07.075000','2020-03-12 19:55:07.075000',5,'Tonn Rak','https://lh3.googleusercontent.com/a-/AOh14Gh_dOXZyx4rUGBBbt1m6Uy-SIhQc7HlHyVVYOFXmw=c0x00000000-cc-rp','12541597562633926366',28642),('AbFvOqlwnc78lYBcJj7GbpE9QAU1b5iYkj4piP0thpmqQsTUMJrnOlNWd6EjI_YrkZPnZQChA26S','I recently visited this establishment and was amazed at the exceptional care and service that I was provided with. I felt heard and understand and ended up feeling like a new person after meds. Dr. Rose, Christina R., Linda, Christina C., Adam and the whole team did outstanding! I felt the utmost compassion and respect from this wonderful team. I would recommend this place to family and friends and everybody!!! 10 out of 10 phenomenal service!! Thank you so much for making me feel apart of the family ā˜ŗļø','2020-01-23 22:56:40.105000','2020-01-23 22:56:40.105000',5,'Chelsey Michael','https://lh4.googleusercontent.com/-i4CNo_7s6LY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjTrQWqdx0vOZdIy4lxKLoexwvIg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35997),('AbFvOqlwnf9wcOtDdi2PQrfgjLtNo3O_upeN_y-Ec1Jghp6-WeE2bR9kew-n18eCoZMvyPhe2EVfuA','The staff was super friendly and very helpful. There was no wait time, whatsoever. Jennifer D, Erica, Hollye E., And Ashley K..... They were fantastic.','2019-10-26 18:27:27.945000','2019-10-26 18:27:27.945000',5,'Lisa Love','https://lh3.googleusercontent.com/a-/AOh14GhXdYscW3OC-HKTwSFRxy2tkC7fGAfyre0rFEItgQ=c0x00000000-cc-rp','8626688543755174284',41993),('AbFvOqlwNhBFrhEdhNhAb5O8LGx_s6RiusSqgRlR5ji4mFPVztgV0lFTXWTrNsQxJAAwNSdhyFoT_g','Really great experience. Came in with terrible ear pain at 8:45 pm and was checked in, evaluated, and diagnosed in 20 min. They’ve got a calm, quiet, and clean waiting area. Nurse Chris and Dr. Patel got straight to the point with asking the necessary questions and evaluating my earache. Solid environment through and through, I’ll be back.','2020-01-23 03:13:04.932000','2020-01-23 03:13:04.932000',5,'Ted Sornson','https://lh5.googleusercontent.com/-IYHgPTY-Xqs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnd71AFMfZjrXLqi7-H7amaydSvLw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30316),('AbFvOqlWnhbkwqQqAWHXrfH0RfMox1Eai-GjOkDulxJSMEXRkYuYabFiO1dysy3jBPJplyTPkKWX','The staff was amazing! Dr Yost, Kim, Lucas and Eric took amazing care of me in a very timely manner!','2020-02-18 17:40:47.201000','2020-02-18 17:40:47.201000',5,'Theresa Johnson','https://lh3.googleusercontent.com/-OgkA3hXHj5s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-XfiK6ilcwLhUss0YyXPM2QikZQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39614),('AbFvOqlwNR6_z7xOsHaLue63XVDLdXEvrbiA3TlPXwQ0AMpvSmh1N6ybByKfXnFa_ucRfXMsMbEVHg','I came out to the west chase location no waiting time staff is friendly and helpful especially Dee I recommend for everyone who needs a small emergency to go here or if you need to get tested for Covid-19','2020-09-25 17:05:58.456000','2020-09-25 17:05:58.456000',5,'Rego Torivio','https://lh3.googleusercontent.com/-gGJJXM-O7dE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVLcSi4JLSgOZYo_MICe8nUsA_xg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28530),('AbFvOqlWO_cOgzeM3D39fRPxRZyTv3nkW9QxOAw7FKs8BdAjF0lJt7BryJ79cQto7Cc_xTdwgfglcQ',NULL,'2020-01-30 21:31:57.397000','2020-01-30 21:31:57.397000',5,'Meagan McIntyre','https://lh5.googleusercontent.com/-UWrCLS8aCb8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckLz4nO7cFBDyehdw1xcHuE9ykeng/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39659),('AbFvOqlWobfJHNDHrtq2ZCYZjOFtdAlOpv-EeLgvYHkSPua_31M4YTg96vq-aI7dy__aJBOXwHe57w',NULL,'2017-09-11 05:36:20.592000','2017-09-11 05:36:20.592000',5,'Kanti Bansal','https://lh3.googleusercontent.com/a-/AOh14GiCKVKzYDC4NNGzA4jdW26TbXanp0hUppJrg9q2oQ=c0x00000000-cc-rp-ba3','16590124370714063921',35382),('AbFvOqlwOFuVbWr4VEtBE5txQuvYcKYM-K83FkaPV8uPxohRrwnNHN-LNGwBJ0kDxzU6jerMYrHABg','Timely and great care while my husband was here after his motorcycle accident. Naomi, Jacob, Juan, and Singla were amazing! Strongly recommend them!','2020-02-19 22:42:12.543000','2020-02-19 22:42:12.543000',5,'Samantha Trehern','https://lh3.googleusercontent.com/-WNUfKuKhdW4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckhXubLQaXNs87nvIzQXGeVBjEQ9g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34355),('AbFvOqlwOKTZqPljUkDvg0JaNaTmjXPuEUpvoBuX4FD3SGvYx_YypzCd3BMoToy8X2IdRbnJz7x5xA','We went in for Covid 19 test on a Tuesday, it has taken 6 days and many calls to get the results back. the service was pretty good there. the nurses were attentive but the Dr. was afraid to come in the room. He spoke to my wife from the door of the room and barley listen to her lungs. We have made several calls and the phone system hung up on us at least 5 times. I know it tis a crazy time and you can not bill for phone calls but the amount we pay for emergency care should include a decent follow up service.','2020-06-15 22:53:46.381000','2020-06-15 22:53:46.381000',2,'JoeyandSandi Fotheringham','https://lh3.googleusercontent.com/a-/AOh14GiXopUyle6Jut6I3fphTDDSWEQMP9gjDighbTSMcw=c0x00000000-cc-rp','17898197009688164559',37602),('AbFvOqlWoqi2mnaXGYF5juZkOD9EJPI-y3Q-Tj4eIpClBTBQlrrPtN6EwBAhl_lOXFilY9DRj4Zl',NULL,'2020-11-01 18:05:55.253000','2020-11-01 18:05:55.253000',5,'Maggie McShan','https://lh3.googleusercontent.com/-VnLQZ_D9iCQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmzaXjiUXIkNLtnlw3DZTgxO6WRrg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36515),('AbFvOqlwoVodltqC8vJKwXEs3bczMEDzN5rYlXYrekWHmzHBwYC56iXdp7DssBKB2Y9lmbrG_sLuOw',NULL,'2020-12-08 00:06:25.421000','2020-12-08 00:06:25.421000',5,'Israel Garcia','https://lh3.googleusercontent.com/-x2ZNybbv-0c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckBApv34DnTNHL4-ntZ3VRyLHPVPg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35535),('AbFvOqlwOXz9fm5Eq-Bt0BnVI9XVrVeS1Hvhg0BJUnErJdX7bqlcZPf9O5ZWwmdjy98YrEC1_Xxgiw',NULL,'2020-07-23 18:47:47.488000','2020-07-23 18:47:47.488000',4,'Mark Gonzales','https://lh3.googleusercontent.com/-TqKswezWXoY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnXQpa0nKt1B513pcDFM4h6gG-rhg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29358),('AbFvOqlwpatdST9fwAYdnkbohk_1daCk_JbO0j-OYLVyRBC8lbBLSME9YHoDfAJ3VLMKjhxNMCq4_Q','I would like to say this ER room was one of the best if not the best ER rooms ive experienced. They were so kind, caring and understanding. They listen and didnt judge and made me feel extremely comfortable. Dr. Dang was intimidating at first but once we got on the same page he made it clear all he wanted to do is help me. I believe him and he did help me! He\'s super real just fyi. My nurse tammi was the most sincere nurse I have ever met. She was kind, caring, even gave me water, warm blanket, remote for the tv and offered snacks. Kayla the front desk receptionist was amazing!! She helped me from the start and broke down my payments and just was super awesome!! Thank you to all that helped me because yall all saved my life and for that ill always be grateful. I 100% highly recommend Signature Care and i will refer my family and friends to this place due to the kindness and the honest help they contribute.','2019-04-14 03:31:33.896000','2019-04-14 03:31:33.896000',5,'Mark Camacho','https://lh3.googleusercontent.com/a-/AOh14GhutXi1dHGKkhrKZoQQjgSRMjyEQgEN8-TowBmykQ=c0x00000000-cc-rp-ba2','8679688254631342173',42709),('AbFvOqlWPatnQ6cX140Z6MN0rQk8Pax5uniiO3G_kA8hNGptWO9RafFnl1DY2TA9i2J_GLLfJdPc6g','The staff was absolutely amazing this morning! We came in around 3:30 AM and everyone was so kind and thorough. Dr. DeWaal, Nurse Katie, Radiology Tech Chad, and Aileen in Registration were excellent. They were so thorough with our daughter and very understanding of her ASD. I would highly recommend this specific team to anyone who needs emergency care. Thank you all for your professionalism, expertise and compassion. Our daughter arrived in pain and left with a smile on her face.','2019-05-11 19:19:26.508000','2019-05-11 19:19:26.508000',5,'Maxie DeBlanc','https://lh4.googleusercontent.com/-Ey7Ry3dU_Y0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckj4Sd0kNcf5hg3cvIxHSohIQbWTw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36208),('AbFvOqlwpCs8jfRQhNDSApO54HkqoI4xi060sDsTnNq190H-y4Giwkag9NJNUZVCCpgquvSyUYwobQ','Kįŗ»era and Jesse ʰere Ć¢mzing help','2019-06-20 17:10:14.958000','2019-06-20 17:10:14.958000',5,'SĘ”n Trįŗ§n','https://lh3.googleusercontent.com/a-/AOh14Gg4vMymHktbpAgbPkQp_5BYA_1LUphoEhN7ezQ1ew=c0x00000000-cc-rp','17394740196501090048',36760),('AbFvOqlwqChgNMnCzb1sM8UywpeZnvYnvHH1BoWqC0XqIAoV4MuxYhoi5-jlQblnJ4jH-jNL3CxdOA','Thank you Valory and Marcus for making this an easy day!!!','2020-11-23 18:08:46.407000','2020-11-23 18:08:46.407000',5,'meepster 10 1','https://lh6.googleusercontent.com/-43ghhC8emb0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnqOqk6G7A0XDyNFjSW8u0OfMGcdg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32893),('AbFvOqlWQmsLqceNlucRZ1nvLV7-AnM06BqUmDQ97qODbC7WiSY0HFARtMJkJO7HeQnImBE5OMnmow','Naureen and Keri were amazing nurses. Dr. Grinblatas was very knowledgeable and caring as well. Thank you guys!','2020-10-23 03:01:44.841000','2020-10-23 03:01:44.841000',5,'Ali Datoo','https://lh6.googleusercontent.com/-kebS58AnVnA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckG_Lw_aeot52u1v83w3dB9ZjTQXA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40125),('AbFvOqlWQpAegtgTS7ZxjF3yDtNmjxwaUaPeaD7yB1rWgbwltLT_tQpQZP4T_g5QwRqN0e46GRUDYA','In and out in 20 mins.','2020-09-12 22:40:26.826000','2020-09-12 22:40:26.826000',5,'Gates Family','https://lh3.googleusercontent.com/a-/AOh14Giy_B1f_B82ru5AcNYnM295-3s9gG4ZbtuZU17Qcg=c0x00000000-cc-rp','16891069708558046635',35817),('AbFvOqlWQu_Qx2dMJTmMHFyjTTMaU-NilF69m1CrbMjPqV71_kzz61AoOk-oRVXKLGuZLnls-W4mfQ','Valor Ekaterini made my experience so much better. It\'s always good when your going to the doctor and your presented with someone who wants to help you. It\'s like your pain is absorbed.','2020-11-09 20:20:23.911000','2020-11-09 20:20:23.911000',5,'Travares Booth','https://lh6.googleusercontent.com/-_AtxBPEGJlk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-T29QXVR35-p-W8dgfEWeemOdsA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32954),('AbFvOqlWR03JUSWhB4LhrfRZ2767qLNqlcMq4zxl4JypPVp65iFFdV_xAwhhO9o2wem7-ZigtCGF','I was in dire pain when coming to the ER and they were very friendly and helpful when assisting me, my Nurse Sara G. explained everything to me when I had questions, meanwhile Elaine & Geovanny were super helpful and friendly when attending my needs(water, snacks, & checking my vitals). Dr. Cavasos made me feel at home when he talked me through the procedures they were going to do. A HUGE thanks to Tanisha who was so generous and assisted me with my paperwork and payment she is super sweet, friendly and helpful. Thank you all for taking of me I plan to come back( when needed of course)!','2020-01-24 02:13:32.268000','2020-01-24 02:13:32.268000',5,'Katrina Beltran','https://lh5.googleusercontent.com/-sO5M7ThnaHw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmaXRJJvDoI2JLb-CNiK4Pk0f3qBQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37733),('AbFvOqlWrah0HTdibEpTgZBehelbY9BATOW45przXOUfTOlKSz0T8bDz3dbFzyc99iiuxkBPp2z5yg','Very friendly and professional. Nurse Dawn, Oliva, and Eve were amazing, and Keaire in registration made the whole process painless.','2019-08-30 13:25:51.850000','2019-08-30 13:25:51.850000',5,'Tomas Silhan','https://lh6.googleusercontent.com/-VGDPxW3zmKM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmWWRriaSrMpWGxUdYDgZmKXbw2Kg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40428),('AbFvOqlWrCpNJqAz3LXUksVUNQ2cPJhfTJTgpgLTQSqzk3CAduMQf-q4334TwOeA9OjajFLk7SyZ','I brought my sister into this location and the staff was and hospitality was excellent especially the woman at the front desk brenda r and the radiologist dion they performed their job very well and I didn\'t have to experience a long wait time by the time she finished her paperwork she was already receiving treatment','2020-03-01 05:52:45.243000','2020-03-01 05:52:45.243000',5,'jermain anderson','https://lh4.googleusercontent.com/-Joru25J9aus/AAAAAAAAAAI/AAAAAAAAAZ0/AMZuucmqHcn30gtej4IT2xh9rm9U1ucXIw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40284),('AbFvOqlwred4knLtCUxsDdywK6CXe3RccLql9KFpgnnvPk8LYBMl7lUdRatLs_RzqrYI8W3UkX5cfg','This might sound weird, but we had a blast here! Brought the kids in for a quick text. Staff was extremely friendly and made us feel at home. Everyone explained the process and got us in relatively quickly and painlessly. Also, super clean facility!','2020-10-04 15:06:01.771000','2020-10-04 15:06:01.771000',5,'Ryan Kohn','https://lh3.googleusercontent.com/a-/AOh14Gip-aIVQfG2gn04h_KRtav-owni6JZ9u8RtrGC7=c0x00000000-cc-rp','17898197009688164559',37525),('AbFvOqlWRnMoi-5Rbyp5hmySli5e4bmv7HbrWZWAxAwNEuotwX4DoVRYPxSvwMAU1RCqn3vWJ0QmEg','Today I went to signature care cypress and had an awesome experience. The registration Patricia c. Was very helpful and the nurse alvean a . was very gentle and helpful as well.','2019-12-26 20:26:45.514000','2019-12-26 20:26:45.514000',5,'Jazmyne Harrell','https://lh6.googleusercontent.com/-dkwWThsJzVQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmTkb9a8xdTAwGN2h9Hr1xYIDqzdQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33571),('AbFvOqlwRsLImHDztdojsRiRJuvBGe6zR3zaaAPNLxaEXxSgB2g85JylYJ4HesL7IeE7MOm568yi','This is the biggest scam. Set up in a college town where students (kids) do not know any better and just are not feeling good then you charge them hospital prices. Additionally receiving thousand dollars bills more than a year later. Your facility is unbelievable and you should be ashamed. This is down right FRAUD','2018-12-05 23:31:05.944000','2018-12-05 23:31:05.944000',1,'Jordan Allen','https://lh3.googleusercontent.com/-y428WBxr4P8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm7KxFZZVdCPmTa2y4zx-Mw1zyoOA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35079),('AbFvOqlWsbvv_T4fcK-HsU55przAeTgVlmUWc0hVRCwyczWjJEwpsbn_9wdUj3U2cYrnSQjoyQ8p','Everyone was super great! My second time back and everything was perfect! Thank you so much Marcus , Alcear , and Doctor Chukwuma 🧔🧔🧔🧔','2019-06-05 11:43:12.554000','2019-06-05 11:43:12.554000',5,'PrettyDior Minks','https://lh3.googleusercontent.com/a-/AOh14GjIW5dYUxioLOcYZ_JNPHVFSPuuzVC_8-FC6mu3=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqlWt7kV2nCipHkn8Bewkqt2p_UkZ1Gl6gpD3_-8CZzn7grTlpIgdNoAK4CjGY16l6jDL0XE','The nurses at 24 hour went beyond my expectations , Dawn, Ayesha, Marcus and Dr Thomas , referred by family members.','2019-06-22 22:41:07.153000','2019-06-22 22:41:07.153000',5,'Gorge Juarez','https://lh3.googleusercontent.com/a-/AOh14GhV3nEsU4OvakGXVZ7G0BgxHdxT1Ayw6v7un_OfRSI=c0x00000000-cc-rp-ba4','17898197009688164559',38125),('AbFvOqlWU-aAeWUaz2r0upgrJf1WEdwdVdUzOZCXhJF1kzI0rOATeP4TXhlzevLslVw-SAeBRsXUgQ','This was probably one the best emergency room offices I have ever been in. The staff was very nice and professional. The facility itself was clean and well designed. We were seen right away. Dr. Thompson was so knowledgeable about the situation and was very pleasant when explaining what I could do to help in the healing process.','2020-02-15 19:16:29.536000','2020-02-15 19:16:29.536000',5,'Mckinley','https://lh3.googleusercontent.com/a-/AOh14Gg4WEKXh9mfvwTjMiq-MQM1aMzc3I132h60iSe7Kw=c0x00000000-cc-rp-ba3','12541597562633926366',28718),('AbFvOqlwU7as3a-C_EnBbWyOTAW1-3IowpHXEq6053R0rdurFEusmy-5tvRCBrdYZ-b8duKk5M5CtQ','I had to go to SignatureCare for a minor emergency and the staff was absolutely amazing!! Dee helped answer all of my questions and made my situation so much better with her courtesy!! I definitely recommend SignatureCare to everyone!! Thanks for everything!!','2020-01-29 16:38:06.382000','2020-01-29 16:38:06.382000',5,'Crystal Moore','https://lh6.googleusercontent.com/-5FE1chlBkdE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnooa3E2AaYfSMDhbPubqrRODQeKA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40327),('AbFvOqlwuKHtyx3vkrhIqeBAFudQQy53QoA8mz0ojjz06B3D9CemsAQTGgEionsAxmqQdLiQ89srLg','Dr.Faig\nNurse Irving\nTech Holly and Thelma\nAnd registration Ana and kandi were all very helpful today with all my concerns','2020-08-08 09:55:12.790000','2020-08-08 09:55:12.790000',5,'Adrienne Cancienne','https://lh3.googleusercontent.com/a-/AOh14GjAQ4miydAt0K9QfAZea8Kzhmo9PBvV4lAs5qxt7w=c0x00000000-cc-rp','12541597562633926366',28576),('AbFvOqlwuTKAVhxoMPhRX6Kxm9jo_5YSgeG1lx5RfS7pTgfAnoFIlq5bE64jRZZ5WaHb-0y_7SGw','Was here a couple weeks ago with my husband who had gout in his knee. The receptionist, nurses and Dr made him as comfortable as they could. They all was very nice. Hope we don\'t have to deal with gout anytime soon, but if we do, would definitely go back here. Thank y\'all so much.','2019-11-21 13:34:44.261000','2019-11-21 13:34:44.261000',5,'Monica Corley','https://lh4.googleusercontent.com/-Ob5-60kFmu4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmv5fBg30xmD-miqXUxYWExuXU0RQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41550),('AbFvOqlWvJmdAp5ITI71tGIa2WgXNdEd89V2RYrH80L9Yc4sf6lIJOXbQjKHQe5aLFzeOxDwPhbLFw','Haven\'t been to a hospital in years. Hate hospitals but had a decently enjoyable time at urgentcare. Would definitely come back for a visit if it weren\'t medical care center. 🤣The warm blankets were worth a visit.','2019-10-25 23:45:04.374000','2019-10-25 23:45:04.374000',5,'noah samuels','https://lh3.googleusercontent.com/a-/AOh14GjlKUjOiKoqwfK-YBeFh2kEjSsKu4lnbs0iPBNu=c0x00000000-cc-rp','8679688254631342173',42634),('AbFvOqlwvK7o7Iorm_NHKRCSqkFW56zP2Xovkh_a96UzIe6cuJ_3IIvZnzuHNik4kyCvdvfpkYskUg','This clinic is very thorough. If you don\'t have covid, they do other tests to find out exactly what is wrong.','2020-11-14 22:33:57.670000','2020-11-14 22:33:57.670000',5,'Denise McFarland','https://lh3.googleusercontent.com/a-/AOh14GjOqOyAKskLoqlJZkG-CvwQ0f3vS5QDH7oEqhoZ=c0x00000000-cc-rp','2694018788013845459',38894),('AbFvOqlwvMqy-LPkMg0r5L-RSXoIeWbA507-7NXuSCdfXO11R-hjRZz3RA_L8ldNB21l1VAtFMgbqw','Dr Dang and his staff were extremely courteous and professional. The nurse (Stephanie) on duty was kind and considerate. From the second I walked in the door to register the Registration attendant Maya was extremely friendly and welcoming. I highly recommend Signature Care Westchase!!!!!!!','2020-01-15 21:07:46.622000','2020-01-15 21:07:46.622000',5,'Doug Brisco','https://lh3.googleusercontent.com/a-/AOh14GijzYrnzJ2gySUDzljS-8gWr-mu8hv4Ao1YQYvDfg=c0x00000000-cc-rp','12541597562633926366',28821),('AbFvOqlWvT7nK-aD37jyqRv9ssbBfdeVPvHot6isk7qMDzRka4DwqjWzJBzhKCiW66PrO_dYLiSyeA','I had a great experience, everyone was helpful .','2019-07-12 09:22:51.432000','2019-07-12 09:22:51.432000',5,'Niecy Dobbins','https://lh3.googleusercontent.com/a-/AOh14GikaBwiSUJYpJ49bmRglWgBV0t6DUSjSzqjeLs0HA=c0x00000000-cc-rp','8918455867446117794',43222),('AbFvOqlWWd0FVLObtNZhLiIjmvw9Gl96DX4NeTWkfG0soB0poAmoLbwBeoI-oZMXS5AWI8iYwIBmHg','I cane to the SignatureCare hoping to have the problem solved And thank to Dr.O’Malley, Alvean A, Tricia E, Sibienne W, and Bryan they got the job done quick and easy.','2019-11-14 19:17:23.831000','2019-11-14 19:17:23.831000',5,'Torian Thmas','https://lh3.googleusercontent.com/-ht1LxLiRboA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckShR6-JBO4bvdeAbwNKh6DDiJHhg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33758),('AbFvOqlwwXtaXjglWP9ixMzj7Y9OEdAi3n1D_kr6BCqV5Kr5bMVBGfxowMkSjEro2ISXij3C8s7buw','Such nice people! It will definitely be my main ER from now on. They are super helpful!','2020-03-03 00:27:23.252000','2020-03-03 00:27:23.252000',5,'Lexi Caraway','https://lh4.googleusercontent.com/-ztnTM3xzbx8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucno6NlISk3xIkbMqUxrhhX92ZdrNw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39577),('AbFvOqlwx4c85ijW1LzJLfFRJo0dxroqvSVxl8cq8ONzoI3UAb_VdxTg2CNW4oaw-kiaB7Dc5S_V1A','Everyone here was friendly especially Sabrina and Tanisha. The service was very quick and I would definitely recommend.','2020-11-18 05:44:46.675000','2020-11-18 05:44:46.675000',5,'Taryn Clutter','https://lh3.googleusercontent.com/-09KXcwjasZI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmmndTdgZeiNnDHJnbhg5DMeiaxKw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37427),('AbFvOqlwxA1yAEmrPrbV3rgvZZqgnK9ZAb5BT5hecWfo5VceSqG4ndC76CNQx97LtHy_A_I2y-mW','My experience at signature was great. The staff at this location is very friendly, patient and makes you feel comfortable. Dr.Wang was very detailed and patient, he listens and he makes it way easy to understand what’s going on with you.Carly was super friendly and welcoming. Nurse Sarra and Tech Thelma and also Rad Sherwin , was patient and friendly. The staff are very friendly and heart warming I will come here anytime and any day. The experience is great','2019-12-24 01:42:06.217000','2019-12-24 01:42:06.217000',5,'lashawna white','https://lh5.googleusercontent.com/-v3lzz6N2vmE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnburkhz8FGKGXIo0pd6bdPFihffA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28911),('AbFvOqlwXokEjCJmZq7XUKDxLdgEmhNzzXdEgssjZYF7FyRiX9qky7Y1Aq3WbXybfDdHertN5ihz9A','From the receptionist to the nurses and doctors, they all wanna make sure that I was comfortable and without pain.\nThe service was really good, I spent a night over there and I thank y\'all for the attention and care. They run all the tests without hesitation to find the diagnostic to my pain.','2017-08-26 20:46:23.398000','2017-08-26 20:46:23.398000',5,'Geisa Picolo','https://lh3.googleusercontent.com/-KVIGNDc1dQU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmu8zU4kw2Zk6auoKTirQzpsLEuzA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43487),('AbFvOqlWy6m4Wzujn_3c7YPFbKOTCYUG71f4rBtc2EGoYqocISUSccjvTXO4xVJvPmTjs2OcKtfw9Q','My husband, toddler, and I were able to all have a rapid COVID test done here. It was quick, easy, and safe. Would recommend anyone come here! They will take care of you.','2020-08-12 18:54:39.641000','2020-08-12 18:54:39.641000',5,'Liberty Walker','https://lh3.googleusercontent.com/a-/AOh14GiGVGRYltXNsTWtkwg3vuqkEoAF73fES4kS_oF1_g=c0x00000000-cc-rp','2077061009497551125',38610),('AbFvOqlwY6vK1_hVXq5EvAoy4Ne2QCTGBVJzCtUD8A4vAlDPRHsQk1ZMa_DzfKePn7h77e--VBFP7g','My experience coming here was the best experience I’ve had yet with any emergency room in Houston, Texas. The doctor was very thorough, and checked my daughter from head to toe. The staff here are wonderful and the bed side manner was amazing. Lizzie at the front desk took care of us quickly and smoothly. Lizzie, the nurse’s, x-ray technician, and the doctors were just the best. I will recommend everyone who is not feeling well to come down so that they can take care of you as well.','2019-10-30 00:50:30.340000','2019-10-30 00:50:30.340000',5,'sammy','https://lh3.googleusercontent.com/a-/AOh14GhZ8h4_IMkYR3z3vD3uQT7xJXn5Er5DpALwa9Z3J00=c0x00000000-cc-rp','3511292162159714121',40392),('AbFvOqlwyBUUs56HpG-pCDOzPtlN4IganzkIr6XKlxEcJC4UUt9yAVyDCvvmr8ZCbmoJVAnI1niTzg','The staff was very kind and made me feel comfortable.','2020-09-12 20:01:00.749000','2020-09-12 20:01:00.749000',5,'Alice E','https://lh5.googleusercontent.com/-hSppoEb9Lp4/AAAAAAAAAAI/AAAAAAAAApQ/AMZuucnkQdMHweuqnYY_WkyaiJk4HQILYw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35821),('AbFvOqlWyxUEDjd6l4FZWrtVYRbjuZFPdmhNai4oLimj4T3hCkJ8K2D8LUsfp6SRr4YYwUTLJ4KcxA','Had a great experience. Dr Yusuf, Leslie, Laura, and Gina took great care of me and had me feeling better in no time.','2019-01-16 16:42:48.465000','2019-01-16 16:42:48.465000',5,'Sarah H','https://lh3.googleusercontent.com/a-/AOh14GgoT3QmeVIy__aWVe1f2Kvot3tYYLO62k4gc57DOg=c0x00000000-cc-rp','3511292162159714121',40709),('AbFvOqlWz5xVoo3okRmnL_UHZc5bha_JdXvrSw0abKT8pxiwSOWJSCzqRHgzJZyI8TcLUyfpdzF7vw','My nurse Nichole was so helpful and great. She did everything in a great timing. Genesis was great with checking me in and my radiology tech Nicole was great and very caring.','2019-06-11 14:17:28.725000','2019-06-11 14:17:28.725000',5,'KRESHAI THEBEST','https://lh3.googleusercontent.com/a-/AOh14Gjhnh6EaFG0qkHBNOV8dv_--a0qRojo4_l6MLgdmA=c0x00000000-cc-rp','8918455867446117794',43257),('AbFvOqlwZJgbxOuvmRhRaUMaPmwVUMp-lk2ZVjG6kVC8CNQGtABjJMlEUuLMz35evWGVdtp54kXi','Because of a reaction my body had to a medication, I needed to get somewhere quickly where my problem could be diagnosed and resolved. The Signature Care Emergency Center took the time to analyze the problem and to make the appropriate recommendations. I was treated quickly, with respect, and cared for as though I were family. I can\'t recommend this Emergency center more highly!','2017-07-18 23:38:42.198000','2017-07-18 23:38:42.198000',5,'Roy Brooks','https://lh3.googleusercontent.com/a-/AOh14GgCksIJNLUbLVfEmZ3tlaDGwRztyRhkX8NZX7utkQ=c0x00000000-cc-rp','3511292162159714121',41033),('AbFvOqlWZNb98iz_10dFHcCiq3wI0bHLMYgG4ZNrNIqQJq8D0wySZAgvfFTOxCknj_CaBFEPwhxRfQ','Georgia was the best. I was so afraid and she was patient and professional. My experience was a 10 even though you only allow 5 stars.','2020-09-17 03:48:05.764000','2020-09-17 03:48:05.764000',5,'Juanita Trotter','https://lh5.googleusercontent.com/-0vjWzkCIMZ4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMiMb4N8THhx87rb64FEQFjLgThA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31640),('AbFvOqlWZwtXbX54cRmhwWIPQswoUt8ROJULm6XMNW3cLcn8d0gEqrUWT6cPMCyNvpy8xWgY5IgwJw','My RN’s Kara, Alania , and Kevin my Tech’s Josh and Bradly my RAD Jaylon along with the registration lady’s Linda and Shelbie all did a great job!','2021-01-01 02:53:42.938000','2021-01-01 02:53:42.938000',5,'Deneta Douglass','https://lh5.googleusercontent.com/-pi_YVf41XsQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxkzU24tFI_befVJnYRj7xsbkwkQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44225),('AbFvOqlwZxulomC80tuj5tX0yN-zNeCQ3GS7SBFNqJPsKYRLHIwAaI7FeUiOCj9MqOTY7791QGFX','$7,600!!! Be aware of the fees that these urgent care facilities charge. I went in because I had a stomach virus and ended up being dehydrated and needed fluids. I was given fluids and meds for a headache. The staff was helpful and very nice and I did leave feeling much better but the bill was over $7,600. Just to walk in the door the fee is $3,500 and another $950 for the doctor fee. The remaining balance was for a long list of tests and medications. I have ER coverage but my insurance only pays half of that amount which means I am responsible for the remaining balance of over $3,000. I will never ever go back to an urgent care facility again.','2018-10-21 19:11:29.183000','2018-10-21 19:11:29.183000',1,'Susi H','https://lh3.googleusercontent.com/a-/AOh14GhkIyK-OlcaNlmJpr2HicoTuZIAS1wzNWdrSvwkjA=c0x00000000-cc-rp-ba3','14904078213800803294',32532),('AbFvOqlwzYvI1YZ-RhkaxfxnxyXShr1UJH8h2xK5haPQHfts-Pf4qV0kK4TPZiGbxZoNF10y8U-T2A','My boyfriend came in with a flu and the doctors and nurse were very helpful and caring! My boyfriend had the ā€œmanā€ flu and they were VERY patient with him!','2018-11-06 03:37:03.806000','2018-11-06 03:37:03.806000',5,'Daniela Flores','https://lh3.googleusercontent.com/a-/AOh14Gj3jSS5pHgY6yHH2ap6se1Ldqgh_fDcOPtX6SwhMg=c0x00000000-cc-rp','16590124370714063921',35120),('AbFvOqlWzZhfeKDu7og29OxN51q4l79J3Y6ckctaKPL0IhvcJepuGV0T1JOdgBSGz12ihzNdsjc0iA','Great personal, with great personalities','2020-07-26 16:40:53.451000','2020-07-26 16:40:53.451000',5,'John Ripkoski','https://lh5.googleusercontent.com/-NdCqucoMMg4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckjJ1UQr7QhDSKjhM25Us1154oTVA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34247),('AbFvOqlx_D7Eax_D7CVTKp59ykTaA05MuiJK1lFsTjHMOIifL2Q6dXfN4a0Yvavlj33eOUGQoKYhRw','Sarah G was a great nurse took care of our problems with no problem. I would recommend this location to anyone that needs great customer service and with nurses that care. Again thank you for your service.','2019-08-08 15:00:31.397000','2019-08-08 15:00:31.397000',5,'Michael Nelson','https://lh5.googleusercontent.com/-tJCWf_ngKQI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmGLxz11uYS9esgtdB62tW7CVrJBQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38044),('AbFvOqlx_fR0-vbHeRNqw8hp-PzXi9QrdSZvS3Rzxl_C7Gyym8eXX7XPaaeKWXV17euVSJ34wGro','I had a great experience here. The staff are so nice and friendly. So thankful for their sweet nurse Catherine Kirby, she was so honest and straightforward. No hidden fees or costs. Great experience šŸ‘ŒšŸ¼','2020-03-04 19:09:42.190000','2020-03-04 19:09:42.190000',5,'sogol moghadam','https://lh6.googleusercontent.com/-mVaHxx_fyAE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucksH8Ovhu3ozFH5hg9SScvZWhPUNA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28664),('AbFvOqlx_nUAFSQyCw7n7qKVCn7Qenh0pER69BAxYAsd_3zj2k1VBIP9gEOo5T91I4oN69Hpul7ldg','Great customer, fast service, friendly, extremely knowledgeable!! Nurse April and Dr Das are awesome!!!','2020-10-05 12:40:35.578000','2020-10-05 12:40:35.578000',5,'Samica Harris','https://lh3.googleusercontent.com/-2NHblDXrmQU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmEOfgL5Snoloba99xI6mTi9U0NNg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31569),('AbFvOqlX-21t1t5olXo4NgWjuSZ41OE7EgXU0NkHRqAX_1pExe2icXOSFS05TJva2MEoV2Ku2kjfdA','Very professional staff and very kind and caring','2020-02-03 13:51:49.956000','2020-02-03 13:51:49.956000',5,'Darya Saam','https://lh3.googleusercontent.com/a-/AOh14GgPcwDk8ZvuKXS0rJEKcuIP266_755aFrgWayut0w=c0x00000000-cc-rp','8679688254631342173',42460),('AbFvOqlx-Ao9N5mtxB-tMtHEdWpfoCqAm4uWlOe4KlAwEGbWPzRYwBe3_vr097nD6Mb88Tj1YdSsxw','Tiara, Krisandra, Gracie, and Luisa were all friendly, clear, and courteous. Thank you !','2020-11-15 17:18:40.865000','2020-11-15 17:18:40.865000',5,'Edgar Herrera','https://lh3.googleusercontent.com/-XpSxQoH-Vbs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckNbV1vABwQx5C4MdiRB7qqZ37_oA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32922),('AbFvOqlx-bulhYaU6ynJCFADaHFgClW81-r6hBlxT96MJlpfwdbfOgBwXWjTkBAPvKK6BWG0YbiO','The people were kind and patient..GREAT EXPERIENCE FOR the first time...','2021-01-01 19:14:49.181000','2021-01-01 19:14:49.181000',5,'virginia frazier','https://lh6.googleusercontent.com/-_ScptBCHBXA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnK2BAU1e3FwKZILY1XcxSY0LNB1w/c0x00000000-cc-rp/photo.jpg','2077061009497551125',44256),('AbFvOqlX-UctWQFnojPR2fAf2iNQPlAYfwLbyO4g2ahllVEYp5CwF8LtYK0NZ7STCLS9EFofBQTV',NULL,'2019-03-28 04:22:22.097000','2019-03-28 04:22:22.097000',5,'Glamour House Studios, llc Cisnero','https://lh3.googleusercontent.com/a-/AOh14GjnG2BAt8Xu0gJ4N1PrYu_KEzm3o0rfHzGBAgsJ=c0x00000000-cc-rp','14567670160750071148',30574),('AbFvOqlX1aayikpLSmkUVECUNIo7WBRoTYKr9FJVVkVRY8x9YHxsCJFXNcZybEyJVwxZOibbrqIuXA','My wife and I want to thank the Staff at the Copperfield location. Dr. Henderson and Nurse Racheal B. were awesome and showed compassion true professionalism. I would definitely recommend this Emergency Center. Their prices are reasonable and their service much faster than any ER room in Houston.','2019-10-20 10:29:45.724000','2019-10-20 10:29:45.724000',5,'Cesar Espinoza','https://lh3.googleusercontent.com/a-/AOh14Gih7Kt_u1z9UXWUU-mX9t93dbuM5BK52hjZvTn4IQ=c0x00000000-cc-rp','17898197009688164559',37943),('AbFvOqlX1EoeMntqMsst3ElCkDNogtY_63VLsFq8YVHXrG4ni_3bwv3vohV5QI21Br_sGezCcO0O_g','Facility is very clean and waiting time wasn’t long. Ambient environment!','2020-08-21 20:39:39.685000','2020-08-21 20:39:39.685000',5,'Elizabeth Ramirez','https://lh4.googleusercontent.com/-iL-MzrBbCho/AAAAAAAAAAI/AAAAAAAAACI/AMZuucnC7QbEfLCvZlzTOLNiuLTVxVw9HQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40203),('AbFvOqlX1gvgibmJe5jwG9x9Jgc7RPSfuCYqpWh46ZBInH_2nJhfSIKla9eWqVtRpvyNCxmuBtdvoA',NULL,'2020-01-18 22:44:17.663000','2020-01-18 22:44:17.663000',5,'Keeley Thomas','https://lh5.googleusercontent.com/-sC5wKDsS4Rs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclXDR0_cqduvosrU6RWMDLNEAKtnA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39696),('AbFvOqlX1hdj_Z4hROzvbHIXf48tOydIGyKytpy0NfMRMqlS4WdROAZNWZt-JjSktbjuuZHiE1C8NA','Very nice and professional staff, nurse and doctor. Thanks to Valory, Naomi and John.','2021-01-04 21:07:27.457000','2021-01-04 21:07:27.457000',5,'VÅ© Phįŗ”m','https://lh6.googleusercontent.com/-kw3qj3QqFM0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm6t1PAL_FbDN2EvIW72I1_vCbMJQ/c0x00000000-cc-rp-ba3/photo.jpg','15979470999169074295',44346),('AbFvOqlX2TObGmbnsn6Irb5_VGLzlKoopxw1ssWq_A4GTPDEWnYp0Hk7XNwfFdJNi3yBcEUtb8mmtQ','I had an awesome experience with the care I received at Signature care Emergency Center. Dr. Dendy was very sweet and patient. Tanisha at registration was so warm and welcoming. I highly recommend this place.','2019-03-13 01:34:38.020000','2019-03-13 01:34:38.020000',5,'Patricia Bushnell','https://lh6.googleusercontent.com/-6Rku0XbEMNU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn26ZkML1PBMPX2hQTLmd6579P93w/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38254),('AbFvOqlx2WAbogmSjUlFl3IjHjRwsKWa3ehN05_w0I1-vBhLiSJxHponE_G7lXzGYmCm7QX711A_OA','I brought my teenage son here on a Friday night to be seen and everyone was excellent. They made my son feel comfortable and put him at ease. I had to bring him back for a follow up and again the staff (Fatima, Tanishia, Nurse Lynn and Dr. Dunn) were excellent. We were in and out in less than an hour. I definitely recommend this ER to everyone.','2019-11-11 02:43:33.490000','2019-11-11 02:43:33.490000',5,'Tairajae Zachary','https://lh3.googleusercontent.com/a-/AOh14GjmG6E-dqbzJe7fz7IKSHJm_DY59GKBDt4tjxc0_ZQ=c0x00000000-cc-rp','17898197009688164559',37897),('AbFvOqlx3-IAuGEAjXnLU3b8hvUP46VMCNLcfE6ccEsCbuElPFH1KEII9tjMcGLPAutC8QfR62ivBA','Staff very friendly and prompt.','2020-10-22 19:40:25.873000','2020-10-22 19:40:25.873000',5,'Abeni Ojo','https://lh4.googleusercontent.com/-E8opHCyzuT4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6z9jkPAEQYWLebiSRnbfFJtKFGg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28495),('AbFvOqlx3F5IXj4X3diBOiil454efbhJgUNqqNXmE8fEWGMfghIleOnxRFZfrGHv6VTaJk6NFFS80A',NULL,'2020-11-20 18:33:48.721000','2020-11-20 18:33:48.721000',5,'Jules','https://lh3.googleusercontent.com/a-/AOh14Givu0AB3jNkE9XRwgAyDZK4ZgPqy3LVU3W0utwy=c0x00000000-cc-rp','14748677429039074158',31330),('AbFvOqlx3hjmv6u8mALtMv_Cxn46tyHgZgPsYVOCIY_Wqjg0UP2IQHB_GgK-rk_16to58XUnEwviIw',NULL,'2020-01-13 18:23:03.913000','2020-01-13 18:23:03.913000',5,'Rodney Price','https://lh3.googleusercontent.com/-fzUAO7Waexk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnNs70qAhZvBshtP4Sq1EgjZhvgig/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33516),('AbFvOqlX3WBGE6dJXVUSyuFH6Iv7Vj-oA1eI_p2U5lTj_gc3PcK-B4v-ryHWjDv6XaqUx3RtMJU0tg',NULL,'2020-10-29 16:17:09.286000','2020-10-29 16:17:09.286000',5,'Kathy Meacham','https://lh3.googleusercontent.com/-BJPS7AUAJeo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck2gQo3yTgMdtBwqgcCr9WkscQreQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28487),('AbFvOqlX5y8EhKdHYaTx4bM1cnyQwOWds3sKccMgyaphlV50uJUrcLdmMpy6e0yRIQRTFfez-tJVjg','Excellent service . Aerial was amazing and Dr. Zen was paitient and eager to meet our needs. No wait time!','2018-07-14 05:24:31.642000','2018-07-14 05:24:31.642000',5,'Jovia Alexis','https://lh3.googleusercontent.com/a-/AOh14Gg_wTNf_5_xESGJsRw3fhxh9iOayY89pU4VOUJ3=c0x00000000-cc-rp','12541597562633926366',29224),('AbFvOqlX6AV0c0Gtl55iWEZO_2KXVV5Jjj8mKb-c4cp7xXL8Tl0HG1cPxhuw7-2rPJ7-66VMhrRrXg','Great customer servixe mt mom Estephanie Garcia was treated very well. The registration process was smooth thanks to Ms. Malissa great customer servics. Dr Faig very professional. Nurse Stephanie very nice and gentle. Rad tech Laura very patient and professional. Mr john er tech very nice. Keep up the good work .','2019-05-23 17:34:13.715000','2019-05-23 17:34:13.715000',5,'ruby garcia','https://lh3.googleusercontent.com/a-/AOh14GiEunkbJyI2b1uhWXZ5PvMuNantJWALovAFApv6FaE=c0x00000000-cc-rp','12541597562633926366',29097),('AbFvOqlx6baS0r00j4cMPuj4CdqeQpD76xaFj-UkLDWfM2ZE73VB6lLmrZnyofoCLyHIapQPFQbE','Had a great experience here. They were very attentive and caring.','2020-02-11 18:47:15.071000','2020-02-11 18:47:15.071000',5,'Julie Tucker','https://lh6.googleusercontent.com/-QhK0DsZt2_E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnmq4MiE_RHUchFNR2U7ogga_anXg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39128),('AbFvOqlx780sWSMKW9a0kYrLCnNQJwcjXgU3WtSF9NB1JINhSZuyALohE_Br68-l-uEyqtNuyg99Dw','I can\'t go below this that is why i am giving 1 star. The account department is pretty messed up. I went to the care center regarding covid-19. Got a test done and a huge bill. I paid for it and asked my insurance company for refund. They send the amount to care center. It\'s been more than 45 days and i am still struggling for my refund amount from the center. There is no status update. Nobody bother to give any update about the scenario. I called the center and got a response they processed it long time back but there is no update from accounts department. When i asked them if they can connect me to account department there was a clear NO and they said please call after 15 days. When i asked what is the issue and why it is not getting issued they don\'t have any answer. This is ridiculous/','2020-07-06 21:22:55.767000','2020-07-06 21:22:55.767000',1,'Mayank Gupta','https://lh5.googleusercontent.com/-vRN7YheTa7I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckaVMNmrlm6lH2GprDksmXRAAQUQA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35857),('AbFvOqlX78tjtifW4_NBDuG7cM560wfQThaHSBLpBfRu0lnwyi6gT-rFg423-xGPjzSCCTlOb9Mbgw','Super fast & friendly service. Dr. Ortiz, Irving, Holly, Thelma & Channell were all very friendly and informative. Definitely the place to go for great service.','2020-02-25 10:42:22.914000','2020-02-25 10:42:22.914000',5,'Mizziz Petty','https://lh3.googleusercontent.com/-MxkaKuWfiYs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLPhevtD0FXdnoXXZExtVw-lYX2w/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28694),('AbFvOqlX8oqmP-pYTw2BuXL3oaA1m_SrrIN18meEQtCTheKT69eF_7scLxGJS50eopdiZpDrt4P4iw',NULL,'2020-09-25 15:58:35.426000','2020-09-25 15:58:35.426000',5,'Austin Wood','https://lh5.googleusercontent.com/-n3Q0VWcG8l8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclR7T2bgXIGmndz_riZpaEpzoDSsQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34156),('AbFvOqlXa2nkltJuo1RCstQA5V0zR6BkFTdmkkeSqJTvGd_83Y_ngh_Kjf22bMYwN4g8JMrSRMb3AQ',NULL,'2020-01-26 21:47:02.622000','2020-01-26 21:47:02.622000',5,'v craig','https://lh3.googleusercontent.com/a-/AOh14Gi12IimixlpsnX-IEiRSosa90--kCvB1Sgxz4t0ug=c0x00000000-cc-rp','3272657195432704501',39671),('AbFvOqlXa73nROnT_r4hj_pt3zTuAstuloC_PhS8jKZ3H10j-hqiF4W2uU-nEJF17FmKPxLjDkwS','Very awesome service from the staff at this facility. Very caring and attentive to the needs of their patients. Would definitely recommend this location. Thank you to Fatima, Dr. Thomas, Chantel, Tanishia, and Sala for making this an easy experience!','2020-03-09 03:10:05.157000','2020-03-09 03:10:05.157000',5,'Ty S','https://lh3.googleusercontent.com/a-/AOh14GgcgquVTyrjoi8JgdGo0iuJBVhZG1OzUz88-gJDug=c0x00000000-cc-rp','17898197009688164559',37630),('AbFvOqlXAdgnNxV7Gcr8L2Lc6cYiKyRLcwMnRtuVQM7ToQkAJY6QhHZEebFY1S3j3Kf0FWrKzKipqw','Nice and efficient staff! Christina and Clay were great!','2020-10-05 14:17:59.918000','2020-10-05 14:17:59.918000',5,'Shelby Hughes','https://lh4.googleusercontent.com/-7JkzDa0U4dY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckr_L6HMnIHsAMbCdCgLqKh1k5eIA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35743),('AbFvOqlxaJNqA9sL3ZxFDxcU98qXJIiUFRWsJKjzfZZ7dtGonlJD-ayu1nDAS0YLMT6J9la0UUvmCw','Excellent staff, from beginning to end everyone was very kind and welcoming. All very informative and they even offered me a warm blanket! Was the perfect touch! Thanks guys!','2018-06-06 19:56:20.245000','2018-06-06 19:56:20.245000',5,'Evett Tello','https://lh6.googleusercontent.com/-twewjOMrxY0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8ahsUacDKbHTUNSIJ8_gi-zVPrg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32574),('AbFvOqlXAqdrbxb8uxjkMvFc-V0VSkHOn4w47IXG5Pj8_4BTk_VEdhv5gWjufoiw7SSbx3eT52mP','This emergency center is so much faster, cleaner and patient-oriented than our local hospitals. The nurses are the best. Super helpful and compassionate. The level of care from the doctors is excellent. Bedside manner of course depends on which doctor you get, but overall is pretty awesome. The best place to go for immediate care.','2020-05-22 06:00:45.182000','2020-05-22 06:00:45.182000',4,'Mona Rigdon','https://lh3.googleusercontent.com/-AtXvA7_wGJw/AAAAAAAAAAI/AAAAAAAAA9w/AMZuucl2Knx6T8aUega0uKQcbd1Gf1IbaQ/c0x00000000-cc-rp-ba3/photo.jpg','3272657195432704501',39558),('AbFvOqlXatpPwbX6Lqz2iPFynA90ikaCF5KhtbqL2BXcC0lwJNpxHVfYC7WUOGK-mlwI10_bi-wFaA',NULL,'2017-12-03 01:15:35.005000','2017-12-03 01:15:35.005000',5,'Ckemia Mc','https://lh3.googleusercontent.com/a-/AOh14GhKWWarzRauuQOGOCe6JKT3oWpRW5hDAAG2tyHqow=c0x00000000-cc-rp','17394740196501090048',37021),('AbFvOqlXAXD8d8IvTkVGIFUzXve_C_gwJ5LdgXbFTkdJ2LYUCNfuDNytOxLtaszC6Xw8wjsVLT4OKg','Very helpful, fast process & amazing staff!ā˜ŗļø','2020-01-31 00:53:53.991000','2020-01-31 00:53:53.991000',5,'Michelle Aleya','https://lh3.googleusercontent.com/a-/AOh14Gh3LqVVoFOOxzfH7AQCHsOkgJadrF4yVa43WAZv=c0x00000000-cc-rp','2694018788013845459',39148),('AbFvOqlXBCAgabNIQWs68_Iv6lpIzOnfGOB3c4f19suXOiLcycQbhXTpCFm0O7tcuLuyd0w693ak','Second time here. Received help fast short wait with some nice nurses and both doctors we had for my kids were great. Could do better job cleaning rooms in between patients but very satisfying care from most staff. Best care we have recieved from a emergency clinic!','2019-05-16 03:14:57.474000','2019-05-16 03:14:57.474000',4,'Garret Pooley','https://lh3.googleusercontent.com/-lGU94VEVBP4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckbKKVqgfKs4gA6Q1OH5al1I7nu-A/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41739),('AbFvOqlXBe_RGO8DXDCeRjwplFUJGRN2eTUYYsaLJe5U7wrdeSMKjlGAsls2DACFkCXjT-cfswcH','Staff was amaxing and responsive to my questions and concerns !! Shoutout to Christi she really show me kidness!!','2020-12-20 03:09:32.233000','2020-12-20 03:09:32.233000',5,'Ashley Valdez','https://lh3.googleusercontent.com/-VQKzjUSRzDc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnoymlo9PThgIjgtv32tZM4KJnSCQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',44595),('AbFvOqlxBWDdstH5Vyufn7QJAweNkHs_KpWXxymaT4ikxLZlK3ssfwbHCJ4_OOSGd05NrRUOTkJp','Its always fast and the staff is awesome Ms.Delicia was awesome and the staff.','2019-10-21 17:52:25.886000','2019-10-21 17:52:25.886000',5,'Slim BaddMF','https://lh3.googleusercontent.com/a-/AOh14Gg-RbOBmhZ_cDjmQOXyUjVNILHv-bDU_d4nPj0LVQ=c0x00000000-cc-rp','8679688254631342173',42640),('AbFvOqlxC0tzgUi_-UrZQErfdbevjUdDn8YjQEZy0QOLuv_c8fOKK2GUdI-rJXXG2tPGkJpMBQwt','This place is awesome. This is my second visit with my second child and it was in and out . Marcus was the attending nurse and he made my daughter laugh the whole time . Jasmine and Luisa was able to explain billing which is rare at urgent cares . Will always have my business here .','2019-04-17 00:22:17.234000','2019-04-17 00:22:17.234000',5,'ivette santiago','https://lh3.googleusercontent.com/a-/AOh14GjAzu1VZou0TnDplJlyriEtuENlW24bLZgTg0NPQg=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqlXc2_ClfhTaswY4XmEJvZOgTteRSTlEwlWL3IlyeWYyU7wGAWqQ0_d_JMEJfbY0N7CLgsvFg','Such a friendly staff and clean business!\nWill go back if I ever need emergency care.','2020-07-22 12:39:33.776000','2020-07-22 12:39:33.776000',5,'Becky Isbell','https://lh3.googleusercontent.com/a-/AOh14GhPw2XjHnhyCnG9cgo-JYUJPR5Tj5fZuOU2jm_T=c0x00000000-cc-rp','2694018788013845459',39034),('AbFvOqlxcCmIQw0bEy8WAdZJPm6s_q34oKHllC0HcO8kO6HQ-JbJ-SW0CV-Eb-Pr60U_lsJLtU4G','Kim Jones took really good care of me during my visit to Signature ER to get a covid test','2020-10-31 20:48:08.196000','2020-10-31 20:48:08.196000',5,'Tina Strain','https://lh3.googleusercontent.com/-7geOCu0Cz2M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucle091a0_9YEZJ3s5gIQlmBBn2kXg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41865),('AbFvOqlxcjbiJneYSJjYDnSFLI1jc3TZFBZo9hXnBXmNvy1A4Bj9iEx6mdP4vG-wux6YpdLwnGL_vA','Me ams my girlfriend was here on 10/4 because of the paon in her back. They was nice fast and kind and very helpful. It was very clean I will bring any of my family members here. What a great job guy\'s. Dr.Dendy, Alvean, Grace,Ayesha, Jordan thank you cypress locationšŸ’–ā¤šŸ’–ā¤šŸ’–','2019-10-04 19:05:09.714000','2019-10-04 19:05:09.714000',5,'Krystal Billups','https://lh4.googleusercontent.com/-4dufMB6R7mI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclbdlad_IX_uMYEXFMGEmUZqNohpg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33906),('AbFvOqlxDcY_7_JaxDLJ2TCJxxyIqDSnhueh78zzYiaFwCgxenaph2w0VycJLoeKQ6zh8CT7hSap','Wonderful and friendly staff. Very professional and prompt timing on everything. They have all the equipment needed for testing here, no need to go somewhere else. Drinks and refreshments provided. They even gave my kids a kids a bag of snacks to share for the week. Excellent experience! Will refer!','2018-05-15 13:18:58.194000','2018-05-15 13:18:58.194000',5,'KaYpLaYs :3','https://lh5.googleusercontent.com/-aMRBXnBeEt8/AAAAAAAAAAI/AAAAAAAAXRs/AMZuuclW-TRie6OdI0hJesEQoUU_aBVzqg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32579),('AbFvOqlxDjOGH5o5pCAg9RpPVNJ5Hhj_boQhSnpGpi9MRHYzPptXngE-5JO34l8rEAOlGD0-krUnFA','Lisa H at front is super nice! Jamie, Krystal, Savanna are awesome,,, thank you','2019-06-26 18:47:40.532000','2019-06-26 18:47:40.532000',5,'Julio Marquez','https://lh4.googleusercontent.com/-LimD5EZJEWc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck2XHEvsYg35yT_DDjREDxkG8yC6g/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29760),('AbFvOqlXeibuFfg_H3zfnyxUbuW2Tkkl8zCyy5wmRYwuwF9kwEMg3NjlVfbgzM303N3lIOGMi2F3gw',NULL,'2016-11-03 22:29:50.979000','2016-11-03 22:29:50.979000',5,'Love Jane','https://lh3.googleusercontent.com/-1rWjNcN6Upw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnxVvxs9M5G1tarEczw8zKiMHWpeA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32771),('AbFvOqlxEtTNtgVkvQ8nVJyyqrBhK9zWHZ-Esn3YQwTImIyr_Rj0NsoFMGi7QsRYtrjAf9H52vHuuQ','We had a workplace exposure and my employer suggested this as a good place for rapid COVID testing. I made a walk-in appointment at 10am and was told it would be a 3 hour wait and that I would receive a call when it was my turn. No problem. At around 3pm, I get worried they may have misread my phone number so I come back and I\'m told that 28 people remain before me. So I wait. I return at 6pm and I\'m told there\'s still 16 people left. So I wait...I fall asleep...and now it\'s 10am the following day and I\'m starting to think it must\'ve been a prank. Not quite sure what just went on there.','2020-06-16 16:05:03.399000','2020-06-16 16:05:03.399000',1,'Michael Carter','https://lh3.googleusercontent.com/-sc-Rm9MgKd8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl91VdAWP4zW6vkW0FM-cva3mkaEw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40270),('AbFvOqlXEzP7gyC_j4O6cJzMlt-1LOKC53wyyI2M7EICBcsrK9iYFnKEbuMhMp13GkuT5X5OIcXz-Q','The staff where really nice thank you very much😊','2020-12-08 22:31:07.803000','2020-12-08 22:31:07.803000',5,'Lizette Cibrian','https://lh3.googleusercontent.com/a-/AOh14GgZ2sQ3jGWQPSDDH6AJw2qwlV9TLFH-_u3ZXD9u=c0x00000000-cc-rp','13486358490203335051',29245),('AbFvOqlxFBb0wqYJ0vMMYvPisJOteWSemWypiMq3JGJjGy1q1kK6uVAS0LO54WLjfOYwhNDXGrie','Dr. Daniels, Maureen, Amy, Dion. Great service','2019-07-07 05:12:28.154000','2019-07-07 05:12:28.154000',5,'Matthew Jordan','https://lh6.googleusercontent.com/-oBwYR3TnK_c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclL8-AYBvAVdb_FhfcgLSEVsGjoIQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40507),('AbFvOqlXFfvW4wrlvrnhpsiUz63JoIzJG7yDiLbrXyTpJw7m6HnNaM7t2YgLA9waiU7gSqj5tybu','Excellent hospitality as ice cold sodas, prompt service and extremely respectful they weren’t able to use my Medicare in here but the lady didn’t mind Elexiss if I went outside and was researching where a emergency care that accepted my insurance located. She was very polite about the whole situation\n\nMmmm','2019-09-01 03:40:11.173000','2019-09-01 03:40:11.173000',5,'Lucas Lewis','https://lh3.googleusercontent.com/a-/AOh14GhKDG9Kh-cZQ8iemS4z_bNd4-vn09-MWT67VtUO3Q=c0x00000000-cc-rp','17898197009688164559',38012),('AbFvOqlxfVslztvESvod71kzUE-T0qf-UHeYXg-oeJPevS7_7wKEVqO1je3irVhYDislID_yk901OA','Very kind and quick service. Love the style inside amd Doctor Zajack was super nice and Ria was a sweet heart. They worked with and treated me regardless of no insurance. Would come here again over any other ER. Would most deffentaly recommend coming here!','2019-05-24 19:10:14.928000','2019-05-24 19:10:14.928000',5,'Billi Dean','https://lh3.googleusercontent.com/a-/AOh14GhjNlCOplM09zsAfewZ2EcmX3OYzwzNdf-_-Qje1A=c0x00000000-cc-rp','2694018788013845459',39339),('AbFvOqlXG0jbl3kX1YKxn4Qr7IMEGF0osJmFMo5MYKjXWAMVxPSzw2IA8HG0OH4KHx9OR8TGWA5e_A','Great experience! Better than most hospitals!','2016-04-02 02:09:07.506000','2016-04-02 02:09:07.506000',5,'Aaron Pizana','https://lh3.googleusercontent.com/a-/AOh14Gj5X22gf_o2zJoGAw6-T3LSlmjPEUu8FQU9vlH7Pb8=c0x00000000-cc-rp','17394740196501090048',37366),('AbFvOqlXGH8W2ITAomZOISCtdfc3Zkf-cgsJnlbsAOQKhAvPiRgtKsR4n39oymmtjk-5yna_9M3U',NULL,'2018-04-18 04:46:20.007000','2018-04-18 04:46:20.007000',5,'Dee','https://lh6.googleusercontent.com/-qTzTpg-41to/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmRO8hpiyyWMdSOqrU5QdXvo1Z-bA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36962),('AbFvOqlXGHVeN7lXMOHO-vskjRTs957B7IEMoN9Wn1Kii2JZ6Bt4eum-6maTPSmZ21vzBQlDKO-dlw','Love the quick convenient access to complete care .. Ashley K. Was awesome with patient care! Will be back!','2019-03-01 16:54:41.789000','2019-03-01 16:54:41.789000',5,'Linda Slawson','https://lh3.googleusercontent.com/-ft3Cyevqj1E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBHgVZT33a_8ayk0i-IuysKV1oYg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42134),('AbFvOqlxgit3SeXMXXoH-uWj50WdB2PdOL3rOD8tkIAeQNhhaPn4FHp89TiY5OvalP2lRvJZXh8K5Q','Literally was so effective, timely, friendly and quick.','2020-12-15 18:07:20.823000','2020-12-15 18:07:20.823000',5,'Airat Azeez','https://lh3.googleusercontent.com/a-/AOh14Gj_ukXQuZq0KoSIVgk6a9RAwUM7ijJQwI8fsc-GzA=c0x00000000-cc-rp','12541597562633926366',28421),('AbFvOqlXGkZZliRqFP2eeZeJLWOj4L8lF-HPzKUlFashydxOdXV1yiX-lcp1rYrBoInm_FnVyR1AGQ','They really help me a lot thanks very much for helping me....Nurse Ms Nicole and Mr Zachary N','2020-10-29 01:05:06.917000','2020-10-29 01:05:06.917000',5,'Cornelius Johnson','https://lh6.googleusercontent.com/-z1To2AEZzRI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmGH75voNomPmx2nYyZMVfae-VNKw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30038),('AbFvOqlxgMdbjQ5FO00DXWoZrjtPzhRTwwaQV9_KBGXQz_5hY-IQ_vLKBBiGSPbGyEJZZH1jJGjZdw',NULL,'2020-07-20 17:37:45.471000','2020-07-20 17:37:45.471000',5,'Christopher West','https://lh3.googleusercontent.com/a-/AOh14Gi5-WJHtV6NP6nPNjvmus7OX4WAm5A5EtxMsJGR=c0x00000000-cc-rp','14748677429039074158',31931),('AbFvOqlXgpQR7WO0FmeVpRnDSGMDRr8GxInAZfYcuspFEAWVdrU2Kp-z8-ZFza4nE1d1qYcehQyzSQ','Very professional, friendly and quick service. Thank you JD and Cody!','2020-08-03 14:39:06.599000','2020-08-03 14:39:06.599000',5,'Crystal Long','https://lh3.googleusercontent.com/a-/AOh14GhbKd_yO-uqLgUk29rABrjQcPwaBweexvfwkoPE=c0x00000000-cc-rp','2077061009497551125',38674),('AbFvOqlxGUmjgp9FKRLxzxOed6-bLEN3h_3gfHWPfSQQ78cKw0WXu5Ry8_Oj-GL0dEbYATqVRuhaAg','Very fast and friendly people!','2020-01-03 02:46:12.487000','2020-01-03 02:46:12.487000',5,'Lily Sanchez','https://lh6.googleusercontent.com/-H3saoW4u1pE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZoK6p_gQ3JTTCo5lvO3cUdljF9A/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29499),('AbFvOqlxhG5T-JH2RpdtUhfgxT60KpfG0aeGtAT5gnV2iyclryVxK6UyRHcXhAJZwfpwZuBK1Csm','Friendly and personable staff, doctors, and nurses. Simple check in process and easy walk-in for a Covid rapid test. Results back same day. April was my nurse and was awesome','2020-12-12 17:49:50.032000','2020-12-12 17:49:50.032000',5,'Andrew Garcia','https://lh6.googleusercontent.com/-Nepd0SpkB5Q/AAAAAAAAAAI/AAAAAAAACGo/AMZuuck0iP4qgts1hueAjgaG3UN_3XbhIQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31280),('AbFvOqlXHR9gAG7UjO_g6TLc8ijXHwNEjVcL2zkCq9XYtmYQvTBPytljS_qhl5g93i58lnKMalG2oQ','Great staff. Quick and helpful. Shout out to Kevin who was my nurse. Super friendly and helpful. Kind and I felt like he was on my team. Wanted to do everything he could to make it a good experience and to keep my out of pocket cost as low as possible.','2020-10-08 16:45:23.347000','2020-10-08 16:45:23.347000',5,'Tim Holt','https://lh3.googleusercontent.com/a-/AOh14Gj1LC7r2Q6bCsXSak-RfhcXeRb92CB9Fc_5aeNjXw=c0x00000000-cc-rp','14748677429039074158',31537),('AbFvOqlXHwrLtnwVBzWpOivYy8lUzMMX0arzau6R6sSrtBsgTPn544UtVlc5gbA6OfGGZqzWIGBX','Made an appointment online and there was no waiting. Every single staff member was respectful and caring. They listened to me amd took the time needed to explain what they felt was my diagnosis. I was included in the decision of what my they could do to assist me and assured me that they were available if we needed to come back again if I still was not feeling better. We are traveling from out of the state so it was wonderful to have such a caring team available to take care of my needs.','2019-11-12 12:08:56.025000','2019-11-12 12:08:56.025000',5,'Shannon Morrissette','https://lh4.googleusercontent.com/-NNfJ7NI-WEs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnewXVeUQ60tsYV8Pi1OtyzETtlyQ/c0x00000000-cc-rp-ba3/photo.jpg','8679688254631342173',42595),('AbFvOqlXhXhypQx2Vl16RExJKL8mweuonaF22_Gtrp1slpEUQdkxFhBDtYMFAKf5og1Q4xj8jrQHCw','All the staff was very courteous. The receptionists, nurses, doctor, and X-ray technician. Plus I tested negative for covid so I was glad with the results.','2020-10-19 08:47:12.349000','2020-10-19 08:47:12.349000',5,'Mary Longoria','https://lh3.googleusercontent.com/a-/AOh14Gh0TFx-f6rlUBuVuh4_HKjIVWOq5Mq5TKaE_T4h=c0x00000000-cc-rp','14748677429039074158',31490),('AbFvOqlXi-Vjp3iU7Roj_12NHSrb3NPWjMOch7BV3HHDRwvLoLuFYAmWrgenfYJxhKuN15Xw7GOqww','My Experience here was amaizing !! Dr Minh is awesome , Duke the nurse is a sweetheart, everybody in here is so nice , u feel comfortable, u feel safe !','2019-02-02 06:26:25.995000','2019-02-02 06:26:25.995000',5,'Siria Aguilarte','https://lh4.googleusercontent.com/-ga-K5t7P6nU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucln5INTDgROKaTuRc-Smu45ET9HPw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42735),('AbFvOqlXIAx3xvUG1u6QMlQd1pkhTRtHhoR_iyKaR8csjgIxyKVA54xNDnq4rvHrUQcfhNJWl_DCvg','My bf went to this place with a stomach problem. They did a blood test only. Said that the results of the blood was fine and there was just a spasm in the bowel and gave him pain relief medicine. Didn\'t do any other tests. The medicine helped him for a few hours and then the pain returned badly. So we ended up in the other emergency room where we got professional help and figured out where the problem was. Sure it wasn\'t just a \"spasm in the bowel\". I would not recommend this place due to unprofessionalism.','2018-06-07 00:04:34.323000','2018-06-07 00:04:34.323000',1,'Anastasia A','https://lh3.googleusercontent.com/a-/AOh14GiBWgYd4_T3okCWfzCTBxDdJN25x2iIwbzkGgNN6e4=c0x00000000-cc-rp','3511292162159714121',40933),('AbFvOqlxivw8KKwMnYo8ucMRifWPChbyhWmXqWctgD9NPJB2Tgv_stZjnYqSBoTuy_6UcR-gK4LjrA','From the moment we walked in everyone was so kind and caring and took wonderful care of us! We were first greeted by Sita and then treated by Dr.Thomas, Kim, Allison, and Andrea. Everyone treated us with such kindness and professionalism. They explained everything in great detail and met our every need and more. We also have a 2 1/2 year old son and they were so wonderful with him bringing him drinks, snacks and coloring books! We definitely recommend this ER to anyone. In the unfortunate event we need another ER visit we definitely know where to come. Thanks again to everyone at Signature Care for your outstanding service!','2019-09-18 04:50:27.926000','2019-09-18 04:50:27.926000',5,'Chelsea Brandolino','https://lh3.googleusercontent.com/-xw1d7NQ0vww/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucln_vzAB5ke0hX_HiMCM3aZw3PDgQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29664),('AbFvOqlXj24WXbXK99FOO3GXz_iADMyFbe2d86JVqByAELroZp1SpM9V5JTXm2eQPoazdPU1oCTQmQ','Very knowledgeable and polite staff','2019-04-20 12:29:55.433000','2019-04-20 12:29:55.433000',5,'Deborah Rylander','https://lh5.googleusercontent.com/-hGEszaRmyH4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclD3h10kitnbCqmU1jOQVDU9ki_JQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29869),('AbFvOqlxjnTXSKZoPLDOyHIEhixhVutMpY1CyvjVxZdo5zvnIwh4jkebJDxtl5DLKrHUafSwCp1Dww','Very clean facility, will get you in and out in a timely manner.','2020-09-17 19:30:31.369000','2020-09-17 19:30:31.369000',4,'NaToya Rhodes','https://lh5.googleusercontent.com/-PLfgyeEq424/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMjs3yRF_7XrbvkFaBQZlCX2Rm2A/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39526),('AbFvOqlxJvFjDPz7SvcrDFog3cGIzhiBvRDyaSh9qk4jDf4JcWNqQhc0uD3JzfQrKrAc_gzehtHUGQ','As soon as I walked in I was treated immediately. The nurses and doctors were very informative whenever I wanted a question answered. I was diagnosed and prescribed medicine all under 30 minutes. I highly recommend the location on Westheimer.','2020-09-18 19:45:28.651000','2020-09-18 19:45:28.651000',5,'Iman Boudreaux','https://lh5.googleusercontent.com/-ewozJQ50AhU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucljLm4290cW4DVXCJWtl_PS7-rlNQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40196),('AbFvOqlxk1SVBmulpo5xG_e1PSY6T7x58gN8_9Qr2EPkEb3pyM2GH9Tmy9QgKaLOi0sQLp2UpvM_hQ','Couldn\'t verify my Sons insurance, wanted $500 to even see him.\nWhat does the \"oath\" say about, \"first do no harm?\"\nKids are without their parents for the first time and sick.\nThe way he was treated was appalling.\nShame on you all!','2017-11-28 21:15:04.574000','2017-11-28 21:15:04.574000',1,'melinda Schwarz','https://lh5.googleusercontent.com/-2fcKsUWLSRM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclrYhx1oQJ-_rRerIhrY10rNJEVqQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35349),('AbFvOqlXkcBchsm4_iVZFh3MFQL75lTGdAz6LnWgue-EtMPGIriXC38Z2hm16W-d96bytDKsdwWEuw','Lisa H is great up front very helpful and sweet. Yoli was prompt and attentive to our needs. THEY NEED RAISESšŸ˜ž..','2020-12-10 13:34:50.508000','2020-12-10 13:34:50.508000',5,'Adam Hilliard','https://lh4.googleusercontent.com/-S1ueuTISsrI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmwzO7M13W6XYXNrKQQRAN0RxF5pw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29243),('AbFvOqlxkcH8t2kwm9g3SKbMSqrMjCIHrIai8bFGBwTiaITPXuUkk9nKi93g1icu1dUWKRt-n5vm5g','Aldean ,Lam and all the other employees were so great with their service and my rapid negative covid test!','2020-10-26 16:11:42.173000','2020-10-26 16:11:42.173000',5,'Maria Martinez','https://lh3.googleusercontent.com/a-/AOh14GjtJ4h2CDRyrO-9S3NHW_Q_3nefkIwo8fu3OH4J6Ik=c0x00000000-cc-rp-ba2','16389487648212004696',33082),('AbFvOqlXKeDfNK1iltNAlKUQHAY8_ASkicSkXDCneGSKKV_7YJ_Rtc0wDAuY8qSq8FeLHmHQIfkf1g',NULL,'2019-05-15 21:54:19.486000','2019-05-15 21:54:19.486000',5,'Jearmey Morgan','https://lh3.googleusercontent.com/a-/AOh14GgVA8ZPbUKuTM5HCJNvrX5oRGDn9Wd02X-XXBrQ=c0x00000000-cc-rp','8626688543755174284',42079),('AbFvOqlXkfCB0uIimklbQQs6jw4_CUzpZVDfxT18QuAEhf5alsX1fHjViaGl8BJUSROjqFH78Ci_Tg','Great experience. Saw a doctor almost immediately upon arrival.','2018-01-29 16:11:14.635000','2018-01-29 16:11:14.635000',5,'Nnepapa Speaks','https://lh3.googleusercontent.com/-o-D_aswkCT8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl5PCQcj2dpKLkIqa16NEM8spKT5A/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43420),('AbFvOqlXkGN1iTLtrDBVublimNmHnVxDH5ejhIhFWJj2En0PYEhUbkXr8gGCs5C-8CZrwvcCnhi1','The entire experience was so positive. There was no wait time, ALL of the staff were very kind and caring. I will be recommending Signature Care Emergency Center to all my friends and family. Thanks SCEC!','2020-01-13 01:07:11.048000','2020-01-13 01:07:11.048000',5,'Torchie Beatty','https://lh3.googleusercontent.com/-jBXP0lDqh9A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTUFvgj4poPNxTyYsmfI7ctUttzw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39716),('AbFvOqlxktto0ujSMBp3aFDPzZlYUm0TOIbtwob6xv1eo0_3ehps8G5OCr63h9h4PRjQhIDHw8T2Cg',NULL,'2020-09-19 08:58:35.979000','2020-09-19 08:58:35.979000',1,'Steffanie Bell','https://lh5.googleusercontent.com/-dheQ-CERBp4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckONxtAJpKBDGg4wyty0J4SP63DbA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40195),('AbFvOqlxkU0j033pvS2d4mihLVxn9S8SwpUa1afELBcb1pQGsUY5vjui61JJMoXhR5HNKK5_pnytvg','The care was fast and effective. The receptionist made getting registered easy and with kindness. I hurt my back and they knew I was having trouble moving. They assisted me with taking off my jacket and getting me comfortable. My pain was addressed immediately. The tech performing my scans handled everything with the same care and concern. Not all doctors listen to their patients and this is worrisome at times. Dr. Huerta listened diligently and immediately worked towards finding my diagnosis. I left with full knowledge regarding my diagnosis and confidence in the treatment plan. Thank you for being fast, effective, and full of all around kindness. I have been here before, and left very upset. With that being said, I feel that the reviews from patents are read, addressed and improved accordingly.','2020-01-19 18:01:17.558000','2020-01-19 18:01:17.558000',5,'Kymberly Sredanovich','https://lh3.googleusercontent.com/a-/AOh14Gg35OuxeuR8rRHeOxcVxA7L62S3q61pMv5lsLsA=c0x00000000-cc-rp','13486358490203335051',29473),('AbFvOqlxkwxT5OHlQVGLN0Ai-ySbcZ1JC4XIHAzwM0LvtE41LrlCxdXidor6N5JIPFtRmN-DzSwO','This clinic was fast, very nice, extremely helpful. Dr.Horne, Denise,Kay,josh and churiah were amazing !','2020-11-05 02:02:09.015000','2020-11-05 02:02:09.015000',5,'Latisha Schwartz','https://lh4.googleusercontent.com/-21o92o3fOno/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn3_V3kshnyhju1j1ZgcvMDq3uAeQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32989),('AbFvOqlxl608wtTo4GI7x6q0dZXg52FQgNEanZkC-W43wX6rmdLUKZXXrGM_4PNnQ82lQReYn6I9_Q','Magali Loera and Teresa M. Very professional and also very helpful took very good care of me. Quick in and out process.','2020-07-16 18:01:21.587000','2020-07-16 18:01:21.587000',5,'Fox','https://lh3.googleusercontent.com/a-/AOh14GjhPMJBAJINc8o2x1y0eLhGMbz9xPk9faq_b5eq3w=c0x00000000-cc-rp','6521947413723274945',41367),('AbFvOqlxlDiu6B6I6JHCx1BxbqMB_wARFL-V7JYoPc0IKQvbjU37jAZTQRFOer6nE5Gn6PqJ-AI2','Signing in was easy. And staff was friendly. There was a bit of a wait but considering the circumstances it’s understandable. And it wasn’t too bad.','2020-12-26 23:27:47.112000','2020-12-26 23:27:47.112000',5,'Roxi Salas','https://lh5.googleusercontent.com/-kY5xNktrie8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclRGtoRSljDelRhrf6Z5E6v0nXHNw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',43927),('AbFvOqlXMEGeXN9CE171sCMbvURUEBBV8c0EEbT3rQ9Q-BzCVJWCHbB4vTNfFvYLMQU1V5nTPH_xjg','My experience with getting my covid test was great. The staff was friendly and the process was efficient! Keep up the good work!','2020-10-02 06:15:55.496000','2020-10-02 06:15:55.496000',5,'Johnny Demonicus','https://lh3.googleusercontent.com/a-/AOh14GgfQzZztoTjOYwh-gT_V7VHUwwJ6jtjC9i2zGaQOw=c0x00000000-cc-rp','2694018788013845459',38942),('AbFvOqlXmHcr0HzQ_CrG1sXU8Nrw0zCHKAWW3ZV0YAtnC6plkrr0PVQdV8RmXolkuRCFRv8adSXfbw','I had a cold and got treated very quickly and efficiently. Kim, Brad, and Morgan were all extremely helpful and made my experience at the doctor a little more bearable. 10/10 would recommend.','2017-02-07 18:16:40.784000','2017-02-07 18:16:40.784000',5,'Graham Williams','https://lh3.googleusercontent.com/a-/AOh14GgDMMHMzAw5xlCm3y0gVmqAYSOPFKCyg_ijrFA1zw=c0x00000000-cc-rp','16590124370714063921',35510),('AbFvOqlXnjyzDhrOcP5zV42gZvrULJDzKC-UbzYmFdQ6wFwDreUUmimFbyl6t97yS4UGyQ0FH-ebnQ','Cody and Joe were so caring and understanding to my needs! Was in and out super fast. Would highly recommend!','2020-07-29 12:50:52.431000','2020-07-29 12:50:52.431000',5,'Samantha Weber','https://lh3.googleusercontent.com/-iTNz2eeJ5GE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclYN5qEX3QXDGsv0I6ef9SwUUj4rg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38714),('AbFvOqlxNWkvY6W3N9YOOK4X0KHgDf4lZDn4K-svaWL2GRvV9lLaq5mHOYjqAwzDJ1nzki0h6BbivQ','The staff was very great and friendly. Dr. Faig and nurse Sarra were very friendly and informative. Carly made sure to check us in quickly. Christian as well was very friendly. The whole staff was amazing.','2020-03-02 04:23:17.730000','2020-03-02 04:23:17.730000',5,'Yamiles Bravo','https://lh3.googleusercontent.com/a-/AOh14Gg3mXPnl3JqiW9PnVk2K1exBxPd6zMqXs3-4TfRfQ=c0x00000000-cc-rp','12541597562633926366',28670),('AbFvOqlXOtxOL4frC-t2g9D8N6iSGMfeF27irn1Y1yLeEvxZ_5bETPhHsreCgFkQTK9uNTslHVYE','The staff was very friendly and I was seen very quickly! The ladies took very good care of me. I came in with some eye irritation going on and the doctors took the time to do a thorough exam on my eye and they tested my vision to make sure it was still ok. Naomi, Abigail, Volory and Brian all did a great job. Great facility!','2021-01-24 17:58:50.295000','2021-01-24 17:58:50.295000',5,'Michelle Bellvin','https://lh3.googleusercontent.com/a-/AOh14GgPThfu6CMY065Px3HtXSpIMvxbSs262CBdUHQz-g=c0x00000000-cc-rp','15979470999169074295',44460),('AbFvOqlXP78dc8O-DPyhvAhS7M_A6usefMNPifGbq1j_xFJ4ZVy8xG_poToxchSykksmNdPRk3Ir','The emergency care my family and I have received at Signature Care (Heights) is always excellent. The doctors, nurses and staff are always kind and caring.','2019-07-31 02:50:32.036000','2019-07-31 02:50:32.036000',5,'John Moak','https://lh5.googleusercontent.com/-C5XL1VPeTJo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck45Ckn1kvYg5q2H-9B1p2levvPQQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30482),('AbFvOqlXpCn6oXF3Ou-YIkEbX7NBWx37K0QHusAl7ONRNl4Md0-RLpHgR6RJz79LBz-0NGrg2_eU',NULL,'2020-07-26 20:29:52.060000','2020-07-26 20:29:52.060000',5,'armando rojas','https://lh3.googleusercontent.com/a-/AOh14GgSRQNxdJDSYgbyZDvgV6TTPADPre0RuvQOLjVI4g=c0x00000000-cc-rp','14567670160750071148',30148),('AbFvOqlxPFa19_UXKDD1_fSVsFpLhi9jTWtOEtflDYGjTpB4L3LwrRJajrkfBW8YZry007Amkfk2Ow','The experience was great the staff is so sweet and helpful!','2019-01-30 19:49:24.758000','2019-01-30 19:49:24.758000',5,'Paige Castella','https://lh4.googleusercontent.com/-o4jRGTbm3ro/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLBwyNIMlPLinQfTqLaPsjjOnlag/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40668),('AbFvOqlXpOsPsF2H1XwW33s2dTxEvgKuRFN2X0fWNwDw_PTZ_YHOGzxzBuA7vbnkLMv3Q2LFshB8Wg','I don\'t know if anyone will see this but especially being in a college town where students are figuring out insurance on their own for the first time, I knew I had to say something.\nThis place is very nice, quick, and seems great (employees were kind, etc.), but they don\'t take your insurance. Please listen to the other comments saying this. You will get billed months down the line because your insurance won\'t pay for it.','2019-10-31 20:03:55.625000','2019-10-31 20:03:55.625000',1,'morgan mihovil','https://lh4.googleusercontent.com/-qPfdbR18dho/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmiGzNToue5K94Hx9hOpixuX7oObQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34590),('AbFvOqlxpudoYowEiLx9oK-uV95GrXcRc1ixKWx26NzXJ5fgw3ur-CWcUQceam9775wZMPSDRjlczQ','From check in to check out I felt very good and respected. It was as if I was the only patient around. The staff is very professional, knowledgeable, and friendly. They take their time to explain everything. My heroines are Selina, Monica, and ouch ( how can I forget her name?), the athletic friendly lady that drew my blood, night shift.\nI hardly do this ( write reviews) but the whole team and the Doctors are just awesome!!!!','2018-11-18 16:06:10.726000','2018-11-18 16:06:10.726000',5,'Rex Amankwah','https://lh3.googleusercontent.com/a-/AOh14GgLNMIAdfuwRbhy_yRgFi0Paqx1wbdDeyih_oqEpnE=c0x00000000-cc-rp','17394740196501090048',36864),('AbFvOqlXPwArFfOu0LRLnPF7kBP2X-JMFigEGh30giXehhl9tEdNpdaGJqo00V2K8rOMiviOtx4P','My visit to SignatureCare Emergency center was a great experience (aside from my underlying reasons for being there). I hurt myself during a crossfit workout and needed to get stitched. The facility itself is very clean and comfortable. The check-in process was effortless and there was no wait to get me into one of their rooms. During my stay, I believe four different nurses stopped by in the room to make sure i was doing okay, see if I wanted anything to manage my pain and to offer me food / drinks. Everyone was very friendly and helpful. The attending Dr. did a good job of explaining what they were going to do and why they were doing it beforehand. I would definitely recommend these guys for anyone in the area.','2017-12-05 17:11:10.101000','2017-12-05 17:11:10.101000',5,'Stephen Tribou','https://lh4.googleusercontent.com/-ylb_BYJJrds/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmGJNt_-hLza8jz9nVtORBlTua1UA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30938),('AbFvOqlxQ-koiEK3F76spVkibpiv57W5kG53DTOq8tYGzsDoSBu4InvWc5dW-rHWktQZ6OC2FA7X4g','Quick service and excellent treatment.','2018-02-21 17:48:20.859000','2018-02-21 17:48:20.859000',5,'Carol Tyger','https://lh3.googleusercontent.com/a-/AOh14Gips1WVFZ9yK9Wwms4HtFGJ5ifhz-n5i7-8YDmHlg=c0x00000000-cc-rp','3511292162159714121',40956),('AbFvOqlxqqAj4cxCLW6vD1XIs0DY_BDUiAGHaU2j_ItDp7XsU6j5Fief2mGIsrbp5xDBt_KHJ3ACIg','Signature Emergency is absolutely amazing! That is always where I go for any non scheduled event. I would never choose a hospital emergency room or any other emergency clinic over this one. They are friendly, compassionate, caring, work with you to help you on your insurance claim, the doctors are very thorough and they actually listen to what you are saying. The facility is clean and comfortable. There was only once (out of probably a dozen visits by me or a family member) that I had to wait at all and even then was not very long. Their rates are good and thoroughly explained to you. I just cannot say enough good things about this place and given a choice would never go anywhere else. Great job everyone!','2019-04-23 17:55:30.791000','2019-04-23 17:55:30.791000',5,'Stacy McNeil','https://lh5.googleusercontent.com/-auU2YjtYjo0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckQg1T-3tLFbBD79Tzk1-6WOQNFXw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30568),('AbFvOqlxQXGA0BWId6PNIhHGM7iv1a8EUlEuT0e3PX84TGtBMJLzPTSn42BeQzEEOODLkYDKpkXOJw',NULL,'2018-05-30 22:01:54.604000','2018-05-30 22:01:54.604000',4,'Tina Manuel','https://lh3.googleusercontent.com/a-/AOh14GjouRRH9iG1K_8r1aH7M24oM8jEDBsaWTr8b6p-afQ=c0x00000000-cc-rp-ba2','14567670160750071148',30835),('AbFvOqlxRG1_HsJbRaPchBvuJuT7G11OHVOWaJm1bPlbKNq37q3zkIjXAnVFq6vIEclV2S8C9Stvcw','Cut my bare foot on a dock nailhead and realized I needed a current tetanus vaccination. Having received mailers advertising their community events, facilities, and services; this center stood out. The staff was very accomodating and professional. After Kimberly conscientiously addressed my insurance questions, Sam and Bryan D. promptly had me in a comfortable exam room. Niki G. and Dr. Yusuf looked at my wound, gave me the vaccine, discussed care to avoid complications, and sent me on my way with an RX for antibiotics. I was in and out in less than an hour!','2020-01-15 15:02:22.932000','2020-01-15 15:02:22.932000',5,'Tina Burgos','https://lh3.googleusercontent.com/a-/AOh14Gjh01HZFoMysKD5X5MFgAS2krgoL8d_Yo8rHN2G3Q=c0x00000000-cc-rp','14567670160750071148',30338),('AbFvOqlxrhxaEhHBmClGmFqylX9GkyFu49aMnV0Qf-ymZRaS7AcuQosB_G6eXue5tl4tf-wYvwK3','Over 4 hours wait time for covid testing and Dr. Did not have any idea of how much longer it would be, still waiting. They advertise rapid 15 minute testing. False advertisment.','2020-06-14 01:15:09.232000','2020-06-14 01:15:09.232000',1,'Diana Saenz','https://lh5.googleusercontent.com/-qTMX-OrQHDY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmq5fB24L4ftUsOCchXov6LrShmgw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37604),('AbFvOqlXS3xF4C6bY5VE0G7o5XnakPdByRCoIA5Q8jBRXl8S5w5ZSNOl6Lj4X_AlBRwLqBlHtNvLmw','I went to the facility on yesterday morning with an extremely elevated blood pressure and massive headache. Let me first say the facility is SUPER CLEAN! My nurse, Tammy and Dr. O\'Malley and the rest of the team did an EXCEPTIONAL job while i was there. Everyone had superb bedside manners. My treatment was for several hours and they were EXCELLENT. While I was not feeling well at all, one just can\'t ignore the IMPECCABLE LEVEL OF CUSTOMER SERVICE I received. Thank you. Thank you. Thank you.','2019-10-27 11:12:47.780000','2019-10-27 11:12:47.780000',5,'Lorraine Leday','https://lh5.googleusercontent.com/-Edcp_yRqtyk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucngD3_y_CFm8VX8XovUHGOSAnvoPg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37921),('AbFvOqlXS5V0FiA02gX8C7nyjPHLuZgdqeGagMVL5_eUqtYkl1VR32ETVv_BfIQ9ib_k165vDo_LiQ',NULL,'2020-03-04 20:49:52.921000','2020-03-04 20:49:52.921000',5,'Amoret Sellers','https://lh5.googleusercontent.com/-DGJ2ikaPk6Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl2SdzlPGN7dU-z9gLCMvu43f-4rA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41922),('AbFvOqlXsAM9fYSFfdFJO4YKkFYwaV8n-vQ4_qowzEXcremLgqIQPEQg_3OZQxLBwlmxAIvtExci','I came in for a COVID test and the tech and nurse were both very friendly and kind. The receptionists were also helpful and willing to answer any questions I had.','2021-01-21 04:15:02.975000','2021-01-21 04:15:02.975000',5,'Justine Sullivan','https://lh3.googleusercontent.com/a-/AOh14GgK0beySQXrSJmZMCo5R8PUEpcCDXEJSJagJvhQog=c0x00000000-cc-rp','16590124370714063921',44500),('AbFvOqlXSBssIW7uqy1TouumqaedrK3TMCPHEp_qUMwer9fvR3Tu4Ra5DAiycYTbpKqS2tzIJ38m','The staff is very friendly. The Dr. Found the reason for the pain in sons ear Very quickly gave us the prescription and we were on our way..\nI would definitely reccomend Signature Care to my family & friends.\n\nReturned to this ER bc my daughter was sick. The doctor & staff took very good care of my Daughter Audrie was very friendly and patient with My Daughter. Thank yoi guys so much for Doing auch a great Job.','2020-01-20 04:24:36.257000','2020-01-20 04:24:36.257000',5,'Danica Salazar','https://lh3.googleusercontent.com/a-/AOh14GgfSDnOPzK-qgbwbGLmnhVG_xglQPNhF5liGv1RXA=c0x00000000-cc-rp','13486358490203335051',29470),('AbFvOqlXsD4927pRfnQuDd4XytC-Fo5UCI7uJPmVUo4VrmifaxEXmFUCghypt_X1_SFFm_jZOWJV7g','Gabriel, Josiah, Chris and Dr. Rose all provided excellent care tonight. I was checked in promptly, treated and released all within an hour. Signature ER on Slaughter is super clean and I’ll definitely be back for any urgent care/emergency needs.','2020-12-01 02:10:33.503000','2020-12-01 02:10:33.503000',5,'Susan S','https://lh3.googleusercontent.com/a-/AOh14GiUOJ80yTttfSlce6cfwTQ0o4bjPZdKZwjtRiFS=c0x00000000-cc-rp','16891069708558046635',35550),('AbFvOqlxSpctSjW8kd6mfowkMmpShRPvTxz6DK2wNybCqylD7zOn75Qe6ooPMAw178DGoTBeusYdFQ','The care team ,joylynn,Andrew,Caroline,Kristine was absolutely Great! Very fast in and fast out !!','2019-10-02 17:22:49.451000','2019-10-02 17:22:49.451000',5,'Tina Parker','https://lh3.googleusercontent.com/a-/AOh14GiTYG69E1kl3G0JmGr_LJRfRAVjvGA-UV_ZnftU8Q=c0x00000000-cc-rp','13486358490203335051',29635),('AbFvOqlxSsjVc3hS34oVeoCubcTJV51WhtVrscMYacJaQC2PjiXPsFoh1kyq02o3Y1F3njdQSTtH','Even though they were really busy with COVID testing they had me out in a timely manner. Front desk was great','2021-01-05 06:16:40.177000','2021-01-05 06:16:40.177000',5,'Courtney King','https://lh3.googleusercontent.com/a-/AOh14GjLDKvvdVc-kKOWCkKkr1nbqZTJh0NT3k6qEdfRlQ=c0x00000000-cc-rp','8918455867446117794',44371),('AbFvOqlxt0pPEXXLPW3U7-BBWuKMMuGfuaGYdDDaM5EKx6jjtS1ZhBkuyHKZzz_PXlT-lzVqqHT4','My experience was great Dr.Das and Kevin provided excellent service!','2020-10-08 16:59:05.127000','2020-10-08 16:59:05.127000',5,'Dylan Seelye','https://lh4.googleusercontent.com/-VTO-i45Sfp0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckWN1xxY-tQsUcrwsFHmiQMtItt8Q/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31536),('AbFvOqlXTAVw0l4exZFWlbwOxDfscgodTbNv4HYp10oknBwyXYg7x-_qW-_HZEMCb-cGzAEuslQ2vQ','Had a great experience. Was in and out in less than 30 minutes!!! The entire staff were friendly and very informative','2019-10-31 20:33:44.543000','2019-10-31 20:33:44.543000',5,'erin richey','https://lh3.googleusercontent.com/a-/AOh14GhKI6-iT3nwQxRpFCy1Nrm_aQ872A-fnD3r-U-ZQQ=c0x00000000-cc-rp','8679688254631342173',42616),('AbFvOqlXTZpjGd-DXcKKFolr3B8ziH_7oO5D9Og8HMg_iJlKITF5DXUuKEYMrzOB1xXrrwl6zmCR','For two days in arrow I had to take my mom and baby to signature care and the two visits were so great ; everything is clean and all the staff were very professional and friendly and they did what they had to do so perfectly ... Highly recommended','2016-06-19 12:31:29.700000','2016-06-19 12:31:29.700000',5,'marwah kahleel','https://lh5.googleusercontent.com/-csQsOIiFnz4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmnaFk_hLWBiLuB4TS8R-TdsblZVA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31229),('AbFvOqlXUreP6sF3PSjtsYdiou2d3uxXw6YJjCV9SPkm58qL7WkNsXbqY-EotQcv4xbo3ZAd9rh2ng','SignatureCare T.C. is the best! Natalie checked my daughter in very quickly. Gina A & Vivienne N treated her with patience and helped her feel comfortable during her stay. Dr. Miller is very passionate and professional.','2020-01-30 17:02:32.557000','2020-01-30 17:02:32.557000',5,'Ed Adkison','https://lh3.googleusercontent.com/-civlNnbpYz4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1EO5jBpAn4AennCkmbiRtHCVC2w/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30290),('AbFvOqlXvE0mdQ3MV5sRHeZrLDra92aGLJYHoHxMMpJk9Ja5rQ-XOXVZb-KD-xAUvg-Wvo0xhT7IVQ','Always have a good experience. Less than 5 min wait and Kendra was so great!!ā˜ŗļøā˜ŗļø','2020-03-05 15:26:12.514000','2020-03-05 15:26:12.514000',5,'Ashly Rains','https://lh3.googleusercontent.com/a-/AOh14Gg8PHPcFjxroIfhYMS6bQK-Ar7db6emJzyG8eVc2g=c0x00000000-cc-rp','16590124370714063921',34321),('AbFvOqlxvfJRNp3-NIjH7V-uS_vPYrgx18zza5rAwHHfSESJXXFME2rWXrwPI_BGQyapejSfY6vkhg','Dr. Dewaal, Kanyon, Erica & Sam we’re all so sweet and attentive! So sweet','2020-03-06 22:33:07.461000','2020-03-06 22:33:07.461000',5,'Haley Tripp','https://lh3.googleusercontent.com/a-/AOh14Gh_f4w0GcODYjRDhMOiEiHTpjOZpjt4LJ_1QNwisw=c0x00000000-cc-rp','14748677429039074158',32119),('AbFvOqlxvJKVo-p8mBOWi4ft_GuVY_193-BGqnC2hYOwTrFWh5sNdJ2WLqsMlaGvTvM27msWjXH9','I love this place and wouldn’t go anywhere else. I have went twice for my daughter. Both times the place was clean, staff was amazing and sweet, got results and treatment super fast, and they called back to make sure she was ok. 🄰','2020-02-02 23:21:28.241000','2020-02-02 23:21:28.241000',5,'Jasmine Andrews','https://lh6.googleusercontent.com/-pAIYQ_nNmZw/AAAAAAAAAAI/AAAAAAAAAnM/AMZuuckgMSBuyNJZJkr-I7jk6Yyi1obz5g/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39143),('AbFvOqlXVlBw-IcXg9ewyE1Q1qTvcci5SQ2P2pMHEWpmhTe9TVdUn9Vgt9CqTC0Pimv696brjCFWfQ','I had a great experience, would recommend anyone to this facility for any medical care!!! Nice, clean, seen fast ... in and out great good guys !!!\n\nThanks you,\n\nDr. Mauldin\nEkaterini S - nurse\nMarvin M - radiology\nMelissa E - registration','2019-06-30 02:48:11.609000','2019-06-30 02:48:11.609000',5,'Christopher Vigil','https://lh3.googleusercontent.com/a-/AOh14Gipd5gF4sHgEIdRlAmf1aGte3DE5agb7zrS3jeZ=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqlXVsGQQhT4eO2WvLrP1lvP8_t_ATcI8H9kuI3dSGaX-kRCpdjuwLHfv_DjmJP_GfQPm2f42A','Great service. AmaZing snacks. Alexis was super helpful and my friend can now bend his pinky šŸ™Œ','2019-02-14 04:49:28.481000','2019-02-14 04:49:28.481000',5,'Larry Zhang','https://lh3.googleusercontent.com/a-/AOh14GixLy3zjf3xMamFX91J5TWdPIRrh2uKk7wuwHmOAg=c0x00000000-cc-rp','16590124370714063921',35008),('AbFvOqlxvtYPxdGXbkV2oSUbaJyEoFSz_Hhb9k9fz-Pm14jclKIp5iWoA9NbQa0yrYgiem3g9DMxPQ','Went for a COVID-19 test, great service. Staff was very friendly(Laura, Elizabeth, Jacob, Lorena, and Dr Caraway).','2020-08-30 13:41:55.278000','2020-08-30 13:41:55.278000',5,'Max Peebles','https://lh4.googleusercontent.com/-8fwEZ7yAkaY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckklZtbui3UC_kQnUx-3z1hXr7VoQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34183),('AbFvOqlXvUnvYo-roqM2IlXSGoqnReZf0HgaWfjU-ZJvY0IfODgQ0INpq8_EcHuFJI13Bi7-4yM45Q','Do NOT go to this place for a rapid covid test. They are not dedicating people to actually administering it and are squeezing people in between regular patients from my experience, so your advance scheduled time slot goes completely out the window. Got there at 6am for a wristband and a time slot at 7pm. Arrived at 6:30pm and still could not get the test at 10pm. I had to leave bc there seemed to be no movement at all. The excuse was that they had regular patients to see. Then what’s the point of acting like you had a schedule at all?!?\n\nI put myself more at risk in that waiting room for the 3-hour wait for the (non)test than what brought me there. After 1.5 hours outside in the sun.\n\nFelt like a money grab from a place that wasn’t prepared to offer the service as advertised.','2020-06-19 19:49:09.634000','2020-06-19 19:49:09.634000',1,'Lam N','https://lh3.googleusercontent.com/a-/AOh14GjZk8ua5vCrgeq2jLqU9AQ6Fi-WJ92xxhNjFIb3Kg=c0x00000000-cc-rp','3511292162159714121',40269),('AbFvOqlXW5BuyNYStqcSw2K6J1pBcpyzh6Ge9c5ZRdxvb5_H1DcSL61N0iKq82PoREsj83KRuK0','The most efficient and professional emergency medical place in this entire town! I feel I need to name these amazing professionals. My nurses were Danny and Sadie, they not only took care of my medical issues they addressed all the emotions that go along with a serious illness. Andrew was my tech. he personally made sure all my needs were met, both medical and he even copied all my paperwork to ensure my primary care Doc had everything. The radiology tech Jamie stepped out of her role in X-ray to help the rest of the staff. I have rarely seen this kind of teamwork, just to make sure I had the best care possible.\nDR. Chambers deserves his own paragraph. He made sure I understood everything that needed to be done. He went so far as to allow me to participate in making a plan, that would make sure I continued to heal well after I left. I don’t know where he’s from, but he is a no nonsense honest man.\nWhen I was instructed to get emergency care, I had a lot of doubts. This outstanding staff of medical professionals, have renewed my confidence in Midlands Emergency Clinics','2019-04-07 21:44:01.001000','2019-04-07 21:44:01.001000',5,'Mike Hutt','https://lh6.googleusercontent.com/-ByQRHkb-cYA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmSSHorCSzOdiYCIvrKaRwVqJI29g/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29883),('AbFvOqlXW6BUzibUftZS193AzFavTl6X24u_Hqoi8AVJV9cr4qB52uiUHD_lNYgs0UeT3-eX_ZnB','Great experience working with Megan, Miller, and Townesend. I popped into the facility for a quick screen and was impressed by the team’s professionalism and quick service.','2020-11-23 15:00:26.025000','2020-11-23 15:00:26.025000',5,'Anthony Walker','https://lh3.googleusercontent.com/a-/AOh14GhUVxixgS7xzcMxr5kIjBO7F0lkPru6Iv1w0lh4=c0x00000000-cc-rp','16891069708558046635',35559),('AbFvOqlXwHuCYqwF5Gh1nQgGsaCxZuvTqKCGT4vXSxbOYUFRgXCaq-s9hYKviRa6OgnlRJlB9S6IYQ','Had a very good experience. It was very fast and everyone was helpful, especially Jessica S.','2019-12-06 04:09:58.042000','2019-12-06 04:09:58.042000',5,'Allison Acuna','https://lh3.googleusercontent.com/-XJ3zG5dBLYc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnNHeP4bWTclWPzqc_FfsftnZNuGQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41538),('AbFvOqlXWyqZm6aB-y8cILOebGHiQnvwcjA29Dwk6la5leVcSVakd2gkUt-m-Kiq0EAHYhu4_I81gw','Great care, very helpful team!','2018-08-11 00:24:32.483000','2018-08-11 00:24:32.483000',5,'Matthew Thoen','https://lh5.googleusercontent.com/-duyE66FT934/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn95vDWWrN2MFZumcPN-I3_zLEaow/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40872),('AbFvOqlxx6AWAo3QmAskCE3W7h4ObOqGavyYpIzuseDv72bkHfMYuLVwDGLM5ILDwCQGNRUAGS-A','Went here yesterday with a horrible migraine and fever as well as a pre diagnosed sinus infection. I got there at 8:30 and was seen almost immediately very nice and very caring staff from the front desk to the nurses and the doctor amazing care and I will for sure come here every time I\'m sick felt better almost right away','2019-05-13 17:42:58.016000','2019-05-13 17:42:58.016000',5,'Kelly Thompson','https://lh4.googleusercontent.com/-U4mX351avZs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckKa7gFVbZnpAiSRqSj63D4xRBNJA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39351),('AbFvOqlxX8mMwLb_gOtFOipWj0mo4sNQDxtGhgnk9wMtP_AGE35s7Kn_htCxjhmQvHPSGxzjjV63ig','Stephanie was a great person to walk in to very helpful and understanding explained how everything was gonna work. Will definitely come back','2019-09-13 22:37:25.914000','2019-09-13 22:37:25.914000',5,'Mariah Moreno','https://lh3.googleusercontent.com/a-/AOh14GgayOxA2X4SMJGw8BW5PTdiyR6Nk03lP1bVvSHy=c0x00000000-cc-rp','17898197009688164559',37994),('AbFvOqlxxCjpM2ONsSuyD7RZbCLJILNNfj9N_hkLZBp7cXtLU_I8jedYxrdfiaZOf91M6lQrgss-vw','Great staff! Everyone is attentive and nice. I would recommend! Fatima did my blood work and was perfect, Alvean was my nurse and was super nice and Jesus helped me in the front and was really nice. Very fast , get in and get out!','2019-05-31 14:15:55.723000','2019-05-31 14:15:55.723000',5,'Kiara Williams','https://lh4.googleusercontent.com/-HSbfd9-qyz8/AAAAAAAAAAI/AAAAAAAAA58/AMZuuckNZ8S7wccvywjGHYiwtQUkgKip0w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlXxdCVTishelaIeCLIcIoJyYwIHSLacYjInMl3YaKUEc-7O14zq4j_HBqn3uOCC_q8SZwO4Q','Thanks signature care for being so kind, and getting me seen very quickly. Dr Werzanksi is super understanding and quick to get you feeling better, thanks to the Nurse, Anthony, Er tech Natalie, JR, Itza and Dyveliz for making my visit wonderful! :)','2019-05-13 20:06:06.399000','2019-05-13 20:06:06.399000',5,'Lindsay Robinson','https://lh3.googleusercontent.com/a-/AOh14Ghp9-K_-DP-D0cCeGrhDYAg-AVJbMEFKHIsnqadeQ=c0x00000000-cc-rp','16590124370714063921',34852),('AbFvOqlXXGCr5lZCPJGJRF9rF8DuvSUcx7T7rpiWrRqMEnb5LxUVcwe7bFpWCl_IttnCOTdq3t8BJw','Very effective and pleasant, Alyssa and Terra were quite nice and helpful!','2020-06-05 18:58:29.883000','2020-06-05 18:58:29.883000',5,'Lynn Moses','https://lh5.googleusercontent.com/-xhyXHOBK3FE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnv3VZFZmsDEFhRL3l5_H6r4DsTsw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43040),('AbFvOqlxY3iMbVCA1X_M2lTa_LzKI69yignG8nYtnHGYASwAA2G6tgnYO6xxCkmPKFxCv81dnsOj','Great to have security at the door. All paperwork was done by pen and paper. I filled in the same info as what I printed and brought in. It\'s 2020, everything should be electronically submitted before arrival with minimal to sign in person on site. The hand sanitizer at the front door that said to put on upon entering is empty and looks dirty if you try to squeeze the last bit. Front desk returned my ID and insurance card on counter. Counter looked dirty, she could\'ve placed the cards back in my hand. The cleaning felt half done. Full face mask coverage should be enforced in lobby. One guy sweating just had a bandana covering his mouth while sitting in the waiting area. When he was called up, that\'s when he decided to lift the bandana over his nose. I know it\'s tough times but with measures seen like these, it feels like the virus is breeding in these clinics. The NP and Nurse staff were nice, but appearance at the door and front desk/inprocessing could be handled better. It\'s a bit outdated for these times.','2020-07-14 16:07:33.653000','2020-07-14 16:07:33.653000',4,'Daphne Cervantes','https://lh3.googleusercontent.com/a-/AOh14GiHoGG1b8ZhCDgYHyRzQfTmlrdCuLhpcpSG3ZSbdhs=c0x00000000-cc-rp-ba2','14904078213800803294',32307),('AbFvOqlXy6f4B41Rx2m82NEaUZdwl_LrF9VJk9QkCz5YChaJhHrHmRiKROkNslfcvmHwT191NEN-CA','Alyssa and Dalia we very friendly and kind gave us all the information we needed.','2020-10-08 14:37:19.551000','2020-10-08 14:37:19.551000',5,'Erin Langley','https://lh6.googleusercontent.com/-oU3AB6rLkPU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckeczGLU3BlHEsKhRaJW-xFvG2j9g/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42874),('AbFvOqlxyaduM2fJOWmE5V-SNvv8sQP_PL4rMMdxr-4MQtTn9TC74G8p0ibtX0lRJczLQEvb5Y_o','Took employee to get checked out for a sprained ankle. Maria, Andrew, Aaron, Alexis, and Krystal were awesome.','2020-02-02 09:56:15.254000','2020-02-02 09:56:15.254000',5,'Maribel Granados','https://lh6.googleusercontent.com/-WqFLai2K48c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmpYLzJFaAREpl5t8gbMzfh44oVbg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41493),('AbFvOqlxyEe-8PKY4Xtnk5DWa8Gb_8NxR2sfKgUtyZq_Om_SubAWhhEYV5VDFBWpt126QIYc6Rxa','Very friendly and helpful! Clean and caring environment!','2018-08-21 15:19:23.104000','2018-08-21 15:19:23.104000',5,'Collier Thomas','https://lh4.googleusercontent.com/-mSsjbG9Uqic/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclrp1sENrz2xBgFywAjS12eIz85sg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35234),('AbFvOqlXyIXRTK03EKkocbxurhZOhmoAldO4rSZCnGoGQg_VEUEXlWx11QlK9KPF_OUYXR6BRQj34A','All was ok at my visit but I had tests ran and after calling for a week I was told that my samples were stored improperly and were not able to be tested. Luckily it was nothing too serious.','2019-05-30 00:35:01.301000','2019-05-30 00:35:01.301000',1,'Letta C','https://lh3.googleusercontent.com/a-/AOh14GhjrH8ONsjcfLlhv1Zx3rX1IB10EnHR5Lln4hEC=c0x00000000-cc-rp','6521947413723274945',41711),('AbFvOqlxykJDhkbpDoxx7Yj5dudLSy4hlDL2SmTmq-CMIXPq6I5LGhyHRN5Ne4zuyhjwquwzinkWRQ',NULL,'2016-06-26 15:15:28.706000','2016-06-26 15:15:28.706000',5,'Joseph Lewis','https://lh4.googleusercontent.com/-WpWXAeFDV1U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclkFyKxqWuqQEllgVX4E_vNiqH8Ew/c0x00000000-cc-rp-ba2/photo.jpg','17394740196501090048',37328),('AbFvOqlxZ_4Z8Dwy908iPhYDvdka0iKxdllsL6xANQZg0LOEYLKpo4vRQKCsp3rtvUo-MZDosJSznw',NULL,'2018-02-19 05:26:03.363000','2018-02-19 05:26:03.363000',5,'Kashif Siddiqui','https://lh3.googleusercontent.com/a-/AOh14GjmlxUsXAsnN6wuHPyFht_XQw6TIIAha81mY7oAdg=c0x00000000-cc-rp-ba4','17898197009688164559',38375),('AbFvOqlxz1xRwNSDD8Wjl3C3DgI0ZaEdI--2k28Uh_T240I5r4W0LIzKuZaf8Xii8EgkHr6Hm1Uz',NULL,'2020-12-15 14:44:42.165000','2020-12-15 14:44:42.165000',5,'Michael Brown','https://lh4.googleusercontent.com/-ndgQFo5L9zw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucknzZ1EWapxVP0ljiV3dLDOUHT34g/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39402),('AbFvOqlxz4gknTnIatBO3Vo7j5ZD2RvhikFOoY-cdHOtTOozcqiZ_aFnjKXadH-guvgewdwYPp2u','My girlfriend had some issues so we decided to stop here and the service provided was outstanding. The receptionist Tanishia was very friendly ever since we arrived, she offered me snacks while I waited for my girlfriend. Hands down the place to go for any emergencies.','2020-02-07 02:35:12.118000','2020-02-07 02:35:12.118000',5,'Edgar Rodriguez','https://lh4.googleusercontent.com/-oFBDSWg5Td8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck5cIOMWKBs3-eYqVBfchYm6CGJ4Q/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37718),('AbFvOqlxz7oSQAcVPuwm64Sc-Gka1x2W4t9H7UDpFHz1F3-yBEuvNRNk5ODTej6SVMvpQUVkXLxdZA','First time here - Great service (fast and efficient) from Kim P, Joseph B and John A.','2019-10-22 16:37:25.703000','2019-10-22 16:37:25.703000',5,'Brent Henderson','https://lh5.googleusercontent.com/-JAkBAwQ4ces/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnLze-CHBKeYx-1H-cejGWKpUyP6Q/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30431),('AbFvOqlXzmCuY9RzINdYCPMxiNJ-14DT9BTj7gip7Ue_ZCxcm00bIfcBHUJTnWRX26hezqngi2vETQ','Dr. Patel\nEkaterini S.\nKaty K.\nAnd Patricia C. Were all AMAZING during my visit!','2019-10-04 23:38:45.384000','2019-10-04 23:38:45.384000',5,'Lovely_Lady_Joanna','https://lh3.googleusercontent.com/a-/AOh14Gi-58oZBz4RJndsHD6zN7shgxS9YvhXoJDZczBR=c0x00000000-cc-rp','16389487648212004696',33905),('AbFvOqlXZn3n99vXwrTM0V0VDMNhnan8Ge661bjiP3Gqo3i3JYZqDF800GRLCbFSjBbpqKR_aKZ3RA','Great ER. Shout out to Quin and Kristina.','2021-01-18 16:13:12.806000','2021-01-18 16:13:12.806000',5,'reymark stackwell','https://lh3.googleusercontent.com/a-/AOh14Gg984x_W6vfpZBbSC6xygZvyaEtGoEjgb6LSJw03nQ=c0x00000000-cc-rp-ba3','12541597562633926366',44429),('AbFvOqlXZPe_lDD9HM25IK6t1imdHmEMA-MozjPtA3ZP3GWn6j__99rKV3ZKD41Bg_YHwVkXmhgfLA','Fast, experienced staff and Doc was cute and perfect bedside manner.','2020-09-26 12:37:43.283000','2020-09-26 12:37:43.283000',5,'Susan Apodaca','https://lh6.googleusercontent.com/-FpoGYQejXdo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKJ4y2LFzBvQveVDFd6yKperYEmQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40194),('AbFvOqlXzVWBTPqGae1-F7gFjV_I72oNgRjM7mwXIupz7oXBH2O0RCBHmOavSTQ9rvEJxpEWAmi3Cg','Great team of healthcare professionals. Dr.Ybarra, RN Rollie, as well as the RA Natalia were all very attentive to my health concern and efficient with my time. Even Stephanie in Registration was personable. I will definitely recommend this location to friends and families.','2020-02-22 00:33:42.964000','2020-02-22 00:33:42.964000',5,'Ashley O','https://lh3.googleusercontent.com/a-/AOh14GiFVtWMwhxegHB4G3hX9PZHchJVUMqNOzm3jR8bAw=c0x00000000-cc-rp-ba3','8679688254631342173',42433),('AbFvOqly_9gMuKrRTeoSGsg4C7FuaAforXgM-sZZoxz32FkskPy6ODGCEUG-RTEj7zghFqkYstwBxw','Cody and Sam did a great job and were very friendly. Quick results! Would recommend to anyone.','2020-09-01 22:56:37.744000','2020-09-01 22:56:37.744000',5,'Kate Bramlett','https://lh3.googleusercontent.com/-MemgjVWev10/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQA7aAb-zemOygulNds2XUqtld-A/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38548),('AbFvOqlY-KcEm2KJQJULxg4chPAeWKqPfwlbQuBSrQaZiUB_qSMvoS6zogshkz0086RY7UpBUbtO','Thank you to Dyveliz, Jacob, JR, and Becca for a fast and excellent service this morning!','2017-08-19 16:20:14.092000','2017-08-19 16:20:14.092000',5,'Maria Fernanda Chacon','https://lh3.googleusercontent.com/a-/AOh14GjdSnQ-05YTpv9l4oA6FtwUZu4N1J0b2b7bodCd=c0x00000000-cc-rp','16590124370714063921',35402),('AbFvOqlY-PmvxlNtA_btez8zHFe-R4Tg5USKRQyIKJ01Oey_q970tiYHjazbb1y27QirmGrUgu1TXA','7/2/19 - I went in for a SEVERE MIGRAINE that was causing so much PAIN. I was quickly brought back and triaged by Johnny-RN & the ER tech \" please forgive me I do not recall her name\" but both of them were WONDERFUL & KIND. Dr. Jordan Smith also quickly came in and just wanted to make me feel better and with-in 30 minutes after my IV fluids & IV medication I was feeling so much better and PAIN FREE - every time I have gone to Signature Care the ENTIRE STAFF always makes my kiddos as comfortable as they can and making sure they also get the warm blanket. Once Again THANK YOU SIGNATURE CARE-MEMORIAL CITY for your help. YOU ARE THE BEST','2019-07-03 17:39:17.597000','2019-07-03 17:39:17.597000',5,'Rita Aguillon','https://lh3.googleusercontent.com/a-/AOh14GiXQ2zDDLpk_b-WTStL60jVQ1vmxCDC851x35yA=c0x00000000-cc-rp','14904078213800803294',32450),('AbFvOqly0GTbYIR_FOeOE5a4quFHz_twhSieDOezH4tm79UVjHE6peW8OjV-IJfpN14WOb6OqmBUrA','They were very welcoming and caring.\nThank you Dolores for being sweet and caring\nThank you Dr. Tran for fast and helpfulness.\nRN tony, Hoan, Aaron you guys were very efficient','2019-07-23 18:29:29.072000','2019-07-23 18:29:29.072000',5,'Haley Murray','https://lh3.googleusercontent.com/-iWuz94P_StQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmG4PFbZde8zDeRVak8AtT4TCeDzQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32441),('AbFvOqly0GukLkNHx3czNZiD4ycnjuVkauKtvZxKSlCYbnPX6vIXayzNtSNx0PkeeMRIcdX4RfdI','Even though I went in feeling as awful as I did, I had a great experience. Dr. Garcia and his staff were absolutely wonderful. It started from the moment I walked in and greeted by Jessica. She could see that I wasn’t feeling well and quickly took my information so that I could be seen quickly. My nurse Rolli (I’m not sure if I spelled his name correctly) spoke with me extensively of what I was feeling and I felt heard. As soon as Dr. Garcia walked in, even though he had gotten information from my nurse, he still took the time to listen to my symptoms and my thoughts and asked questions and truly listened. Thank you Dr. Garcia for listening and helping me when I most needed it. Thank you SignatureCare for being available at my time of need and making it as pleasant as it could be at the worst time. All you can ask for when you’re not feeling well is to feel like someone cares and they cared and Dr. Garcia did all he could to make me feel as best I could and much better than how I felt when I walked in the door. Thank you for your attention and your awesome bedside manner, I 100% recommend this facility for your emergency needs.','2018-03-23 11:45:52.294000','2018-03-23 11:45:52.294000',5,'Elizabeth Melendez','https://lh3.googleusercontent.com/a-/AOh14Gjwbcdyqilb0Dy4Nx9RHOzuv9-6ksENa2dOS1Sncg=c0x00000000-cc-rp','8918455867446117794',43400),('AbFvOqlY18bP05eV-3o3VeHigySUgYuepx9wSoebTgTEKvOO9e2MGBtHe-1fVo6sGhCLL6xLqIfP',NULL,'2019-02-19 22:54:59.006000','2019-02-19 22:54:59.006000',5,'Joseph Krum','https://lh6.googleusercontent.com/-rfiljstMJDA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm2jR7WCG1RNnOjzRy2fKr-P6VsiA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34999),('AbFvOqlY1jtFIpAy0vhAUZMan2-NuZFWhEV1tbQy7LHBVEOnf2CTugsNMnOO3HGYSI2Jy_H0MHEs','Lisa H, Savanna, Audrey, Jaime, Daniel are awesome !!!','2020-03-10 20:06:09.087000','2020-03-10 20:06:09.087000',5,'Jayden Ridriquez','https://lh4.googleusercontent.com/-tERq1Kvb3T4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckvbNxQbI0xI6zwoiamhJlDin9Qmw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29399),('AbFvOqly21wc3XojFBpuG_9ACRImc-R4hLwse3nOY6u3CM7MaydlrIYzd02jCZwRKqClBhVljAwO','I went in for some chest pain I have been experiencing and the staff took care of me very fast. They were all very friendly and professional, I definitely recommend this place to anybody needing emergency care without the wait of the general hospital','2019-11-05 17:43:45.140000','2019-11-05 17:43:45.140000',5,'TOMAS DELGADO','https://lh4.googleusercontent.com/-qZIcsNsMZjs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmqgzPrDW6RRxwcqSHw40e_zSLWwQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41560),('AbFvOqlY318llBSthCR1gRtCIqhsIW9wyrZcFw45yE0Mk575GBTv8CUtiQk3xjcd2JAgwN0fmHvb','Terrible situation, but the staff here absolutely took care of me. My pain was addressed mere minutes after arriving, then I was eventually referred to to an excellent specialist for follow on care. Highly recommend.','2019-12-01 02:35:51.199000','2019-12-01 02:35:51.199000',5,'Brandon Fontenot','https://lh3.googleusercontent.com/a-/AOh14Gh3g10Obdk-mZqe3gSGmIaP1c5DZjVZtMaZ0L8J=c0x00000000-cc-rp','16590124370714063921',34536),('AbFvOqly3RbiI4Rl2lDuRgLwU-LVpZycaEM5tcJNqpm0S9unvItVaM_JQsIrxayXpsLjG5367swHMw','The whole team was on it, making sure everyone is safe and taking precaution measures as far as Covid Testing. Nurse Sam explained the whole process and made the process easier. To The Dr you have a wonderful and awesome staff and love how everyone works together!!!','2020-07-19 17:39:07.787000','2020-07-19 17:39:07.787000',5,'Francisca Fierro','https://lh3.googleusercontent.com/a-/AOh14Gh6QPsFrXt7Pyf17HbFVnrSPkyFC27BQh8WKleD7A=c0x00000000-cc-rp','14748677429039074158',31973),('AbFvOqlY3TixcOSe0JLVONWazkMcdoLjoClv_YoTTAtfw_Q4LRRc8XwgPfARa_6tzSbiB9dwCn27jQ','very nice , polite, attentive, fast , and reasonable\n\nadrianna\njared\nElsbecker\ntheresa\nmagali','2020-02-28 15:37:06.166000','2020-02-28 15:37:06.166000',5,'Sera Bernard','https://lh6.googleusercontent.com/--YQW_ASYzB0/AAAAAAAAAAI/AAAAAAAABkw/AMZuucnYHJmMP1tm6IYHj5wiwUrEcs_BOA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41436),('AbFvOqlY3Ug-et-grox05AlFATZfRfzCGrZUzNXbpyMtkwMg61pvDiKU95aYM5NnlWIQWiAazyts5w','Called to see how much it would be without insurance to come in and get a strep test done. (I had strep earlier this year and am pretty certain I do now again). Lady, at the front desk, said they wouldn\'t give me any pricing, nor an estimate or ball park figure for a check up. She said I would ā€œhave to get seen by the doctorā€ and then they’d give me pricing ā€œUNLESS he found my symptoms to be an emergency ...and then I’d be forced to get treatment.ā€ according to how she made it sound... I’d be charged and treated without regards to my to consent nor my ability to pay.\nAfter reading the reviews, I see multiple people on here complaining about their billing practices...with some owing tens of thousands of dollars after their insurance co-pay for minor procedures... and even one person claiming to being billed 8K for a flu test and antibiotics.\nGlad, I didn’t go seems like something fishing going on there, but, these are just my opinions from calling them and reading the reviews on here.','2020-03-13 06:08:04.257000','2020-03-13 06:08:04.257000',1,'Niki W','https://lh6.googleusercontent.com/-yodawmAMuwQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclrTSfdpWaZaKJ2edJvsnveXbGOsA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40279),('AbFvOqly4fEjFVx-JjvHzN1buSsGlfwOPR_vm9zpMudJD7cqnHnjLtTuBpvgIAAE_Tr-xMpLL1PY7w','I came in for my flu symptoms getting worse and was taken care of with little to no wait time. Before I could finish my paperwork I was in the back being seen. Everyone here is polite. From Shaunda at check in to nurse John and Dr. Hemerka.','2020-02-12 03:20:03.238000','2020-02-12 03:20:03.238000',5,'Antonio McCray','https://lh5.googleusercontent.com/-PzgCWj8Q9zQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckt58vZXfeppoi2ChKgaJb55WsxTQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39125),('AbFvOqlY4OvxXe8fBoPZo4N87LyWO_mjLDV_Ddjh4cLTurf3FityVgDMcg_e9ibewK3qM3Uql4Irkg','The steps taken to make sure there was no need to be concerned regarding COVID 19 exposure was impeccable. I felt reassured and safe. The staff was professional, competent, kind, informative and attentive. My appointment was at 2am in the morning but it was hard to tell because everyone was so alert and on top of things. I was in and out within an hour - this was definitely unexpected. I’m very appreciative for such excellent customer service.','2020-07-14 14:17:08.847000','2020-07-14 14:17:08.847000',5,'Joyce Meri Grant','https://lh3.googleusercontent.com/a-/AOh14GgLbGVQUWHKwq6PiVo84wBjKUKI-mxydnRy15r7Nw=c0x00000000-cc-rp-ba3','3511292162159714121',40239),('AbFvOqlY55QdCJUt3Y0PuWrwgF7mVYjpVxT4qa-fJKs_Ex4L4R_Noeg-LU-fKUjjKT47smx9G-l8WQ','Very helpful and quick in service! Dr. Jaber, Brad, and Itza all helped me and were kind and quick to answer any questions!','2019-04-08 13:38:36.013000','2019-04-08 13:38:36.013000',5,'Morgan Currie','https://lh3.googleusercontent.com/a-/AOh14GhPLhFFvihbZvxgZkGD1eMw0_vQCzZzVu_eHGGzIw=c0x00000000-cc-rp','16590124370714063921',34901),('AbFvOqlY5djYMS3cwef8-rxJe6ubJRevYIgYvqTNAdovhIcoNZbqnG0TjI7o4dhfKq6NhS7_PN4G','Great experience. In and out in no time. Staff is absolutely amazing and welcoming. Dr. Omalley was informative and his team ensured I was comfortable each step of the way.','2020-10-25 14:42:44.886000','2020-10-25 14:42:44.886000',5,'Nakhestcia Franklin','https://lh3.googleusercontent.com/-l0ESGdkXzm4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmahEN2fNxsWa9TdPMK41VnlVqmhQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33090),('AbFvOqlY5kOY_rYFuXi65D2FWnOVCE1QyFcfZoe2_veUKTy_PHC1J67wwakmQG7O34n1S4uB9NotDw',NULL,'2019-05-04 14:40:25.924000','2019-05-04 14:40:25.924000',5,'Jezco Rentals Inc.','https://lh3.googleusercontent.com/a-/AOh14GhTVgtz6KpRpSeHxFxFmbLliHnKzUVKhKdREFcy=c0x00000000-cc-rp','13486358490203335051',29860),('AbFvOqlY5xW-9oXRvqDRUYnKjrtdMuqriunISIwRc3jCYFeX86XyhQL2ELWNq1_MX_vy1v8Hdj2i','Great experience. Service was very quick but by no means rushed. Great care from the staff , nurses, and doctors on site as well!\n\nWould definitely recommend.','2017-03-30 19:31:52.228000','2017-03-30 19:31:52.228000',5,'Willie Dennis','https://lh5.googleusercontent.com/-FUvZScd9qkM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmraduSapdFQo1ldO2ISDmVLGBrnA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35459),('AbFvOqly6ArOQdpKj9v6YjJ-Mg46RsmL60pCqmBJlSIFubYy3BJGPQNskc5FzdI3kjuZNwyUGm_qlA','My husband brought me in last night after having an episode of almost passing out, low bp, hot flashes, shaky hands and fingernails turning blue. From start to finish everyone was so nice and took their time with me which i appreciated tremendously. Dr. Jones was great about explaining what they could do while John, Morgan and another sweet nurse worked with me. I was given warm blankets, snacks and meds to help calm down the shakes in my hands. Seriously this is the best ER in town. There are no long waits and they get you out as fast as they can pending blood work or other tests needing to be done. Thank you so much for a great experience i truly appreciate all that you guys do.','2019-11-18 14:47:53.278000','2019-11-18 14:47:53.278000',5,'Jody Christiansen','https://lh3.googleusercontent.com/a-/AOh14GhNV1S8HwqibzGz2CtngQpMF-1mw1mfIRDWKntkzao=c0x00000000-cc-rp-ba3','2694018788013845459',39209),('AbFvOqly6dmHPkg5lajAShiPzoojGlwzwlZru4PiPGX8-r3RVcTdgJM3BBqrbs3ZtE96cndaeXXsKA','Short wait time!\nStaff makes you feel like you are V.I.P\nEverything is explained very well\nI wish I could make this Signature Care my P.C.P\nDon\'t think twice to try this place out they will take care of you.','2016-10-13 00:30:28.749000','2016-10-13 00:30:28.749000',5,'Pablo Alvarez','https://lh3.googleusercontent.com/a-/AOh14Gg3plZqA7YvxzMCmtI8Gvpl9ZZJSyuvXycuGavfSlw=c0x00000000-cc-rp-ba4','14567670160750071148',31173),('AbFvOqly6GfYW4IQbHH7_mbBzCPWCxrBkNt8ZqTfxqmkjH6C2KaTgpdGb7zz3tSkozpPSwzhwRMS','They were super nice and fast!','2020-02-24 19:51:48.172000','2020-02-24 19:51:48.172000',5,'Michaela Guerrero','https://lh4.googleusercontent.com/-9-m62IcJGB0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmGwrSsblJRhp5SIHQeJGNuJiHXIQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39097),('AbFvOqly6LDlcPTt_fCIC383QLpfbRsNYPXGadEJRv6CcKqBO08lAGiGdygvOGXIoo9eqsicdm8aJw','They were very quick, and knew what they were talking about. The staff was very nice!','2017-06-27 15:17:31.011000','2017-06-27 15:17:31.011000',5,'Mariah Dewint','https://lh3.googleusercontent.com/a-/AOh14GgmKylQK0U29Zi-7LYjPBiGSSwmljj3f8JXjyXe=c0x00000000-cc-rp','8918455867446117794',43509),('AbFvOqlY8jWnOf6bEg6OfmtJJLXVwtKB9-YxOZVl53oaNyHXxhMdoZ74dOf6fm_H8SEwMZd6Ch7l','Great care quick and attentive. There were always nurses available and doctors well informed for any questions we had. Also gave great advice and even let us be discharged early, and invited us for a follow up as well. Alexis, Kristen, and Kathleen were extremely helpful!','2017-10-16 03:50:23.122000','2017-10-16 03:50:23.122000',5,'Kaitlynn Nguyen','https://lh3.googleusercontent.com/a-/AOh14GiK25S53qDk-vNb2UvfFYeMeSjXPpAYIuLGg8Ah=c0x00000000-cc-rp','16590124370714063921',35367),('AbFvOqlY8PIkkZbKKOtDUlkHq5wihAEJzLfDHVljNdUVHzEJ6HUxtYSc_m3FHKVGe6ENAeRaM4rE6g','Went in for rapid covid test for school teacher due to exposure. Wait one hour then they say low on tests. Then say that without symptoms it costs $275 cash only for an ā€œERā€ visit or they won’t do the test. Money making scam!!!!!','2020-11-09 02:49:04.866000','2020-11-09 02:49:04.866000',1,'Daniel Shelman','https://lh3.googleusercontent.com/a-/AOh14GhHkpH4mRMU_tx_fHbwuZtQfWIDsuEGJuWsGWwV=c0x00000000-cc-rp','3272657195432704501',39459),('AbFvOqly9KZWt60MYl-BXrhv27sa-06BkhLYJR9wdjsbtNXnoSQvEep5EBDTPkH4-CkncDmozdxk','Great care. Everyone there was kind and welcoming.\nThank you Dr Ashbrooks, Gunnar, Karen, Keo','2019-01-30 16:58:35.521000','2019-01-30 16:58:35.521000',5,'Sherri Campanini','https://lh6.googleusercontent.com/-akeHYM-MWnI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn4o7AZkWsvy_iJ15FtaeMS2k93Ww/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39938),('AbFvOqlyA_BN7F8Odmjtfx31OxUF1lcMMBDxhwCM3AsH9R4VJx88VZ1Mro1tVqQa_2I_GkxT93nQ',NULL,'2019-03-08 15:27:04.130000','2019-03-08 15:27:04.130000',5,'Briana Andrades','https://lh4.googleusercontent.com/-qnrpGjibmoQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckO-x2ZO6lsTZj1Dt0oMO598suuBg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38259),('AbFvOqlYA7DnOJGuSP_zwfAuBGaxPWrTQTzKwdzCgOpaDMH40w_wcUjPbwY03IwbTcNRpoM8ZkyE','After my husband\'s dog bite the last thing we wanted to worry about was a huge hospital bill, and with Signature Care we had nothing to worry about. Price and care was wonderful, they went way beyond our expectations. Staff was caring and helpful. They our definitely became our emergency care providers.','2017-05-25 19:44:26.762000','2017-05-25 19:44:26.762000',5,'Aurora Vasquez','https://lh4.googleusercontent.com/-tdKK9ibQwdY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnAYON8ZKtPNBlhorLdnz7QwJn0Ag/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31036),('AbFvOqlYANiKi5o7rq2qzhRdTt3U9G5QhaJHE7u2gIWVMqP7ofdwkKsseKzTCPHDgcxFQ_m9r95Ilg',NULL,'2020-02-27 18:00:52.499000','2020-02-27 18:00:52.499000',5,'Terra Henderson','https://lh6.googleusercontent.com/-vodAsMdG5KY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmqAIkIYrCY_hHu2Oflc_dg2ePIOA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32126),('AbFvOqlyaObXUap3mqzgWGJPqqQalcAw2D4ioqscaRTi64zj87lmYXj1VDj-aGnVUMEmIjZk0gd91g','Very nice and professional group of people. I have been there a few times and always got treated promptly and professionally','2019-12-29 18:44:53.447000','2019-12-29 18:44:53.447000',5,'Tmoney God','https://lh3.googleusercontent.com/a-/AOh14Giy0VWHJq-hOtnWZLZlG4JIR-gBHH5FNnpj4cmJ5w=c0x00000000-cc-rp','2694018788013845459',39169),('AbFvOqlYAvloxo5eoRsFfWoXgsas_eBpXSoIby_lOsYMV0YW7rX_nuWvkZsir3MX0dUzidsU2H3FiA','I came in with an irritated eye. They got me in almost immediately, and the staff is truly amazing! My doctor had a STELLAR bedside manner, and was very thorough, and the nurses were all so kind. This is the best urgent care I’ve found in the surrounding Austin area!!','2020-09-30 13:34:50.886000','2020-09-30 13:34:50.886000',5,'Hailee Hughes','https://lh3.googleusercontent.com/a-/AOh14GiN2z8gN48k1mwgzGXrTpXJVCrPAn8iXEHk5Z1b=c0x00000000-cc-rp','2077061009497551125',38499),('AbFvOqlYAXRKdEPoxLj-3kZu9te7B0Kl9ImeDuQK6uyEUTzZVgTd6EvV0K-11G46H51naM1ji0etEw','The staff at Signature Care Cypress couldn\'t be compared to any other Emergency facility. They are fast and friendly. Ms. Patricia C. was very sweet while signing in. She answered all my questions and let me know all the options I had in terms of payment. Dr. O’Malley was great as well he answered all my questions and listened to all my concerns. I would definitely recommend visiting them with any Emergency you have.','2019-12-27 19:47:43.830000','2019-12-27 19:47:43.830000',5,'GG Torrez','https://lh3.googleusercontent.com/a-/AOh14Gjhds-rSzlyWD9UleJ_0Z2vRcGkpnz7GgI5jEWF=c0x00000000-cc-rp','16389487648212004696',33567),('AbFvOqlYbKWqTJF-zJP_90wXMh4-TfS2jVc2nxh7nGu9MoOZBrgI09L9tRNtvtB_IcbA92TmXDVUFA','Super clean and comfortable. Staff was very friendly and helpful. Thank you.','2020-08-03 18:46:35.290000','2020-08-03 18:46:35.290000',5,'Julisa Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GgEEoK0keEPyXe0-wXj35MGR784Njjm5dbom1N0KA=c0x00000000-cc-rp','2077061009497551125',38660),('AbFvOqlYbzJwU4LV4AbPzbM6WSoyxRrIPCbL88Fe-1Oq7vT6qqvXcC4Xcuw5g5_8Cyha6JfD6X22','First time coming for a follow-up with my wife, everything was quick and the nurse hamzah was kind enough to answer all of our questions, also Dr signla was awesome and informative as well and checking in with Leslie was easy and she\'s very nice and personable ! It\'s a 20 minute drive for me but totally worth it!','2019-01-13 20:55:58.452000','2019-01-13 20:55:58.452000',5,'Alex Pena','https://lh5.googleusercontent.com/-QFl6aV7p2mo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckfR2kNO7cCW2FXRLQJ8ZN1iF7ebA/c0x00000000-cc-rp-ba2/photo.jpg','3511292162159714121',40717),('AbFvOqlyC9i9jFYRgX53hm3s2VyrCtossh2UnVCs-6XM8wdNzkMA8HwHQQzk6aw--GpTQNLTsDszJA','Very professional facility. Was greeted with happy smiling friendly faces. My husband was seen in no time. Very quick and dr explained in details. Highly recommend coming here!','2019-12-06 18:43:53.625000','2019-12-06 18:43:53.625000',5,'Courtney Ducote','https://lh5.googleusercontent.com/-z4O1JrC0zgs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJ_dpCNuEmCyrNoClo4eD2CpUe9A/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29549),('AbFvOqlYCdjsBahEIk-btfuqgsn5lrTTeSCzBbeCU1Fuq4sjzaJxoEApvlsLbA51fOZ3PNnCTQO10w','Rebecca V & Dyreliz were very helpful and very polite good service !!','2019-09-20 01:55:54.977000','2019-09-20 01:55:54.977000',5,'Herman Rivas','https://lh6.googleusercontent.com/-hFfO71LEa1Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTyCIClhBU0NXplCrlBQpHwKLplQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34666),('AbFvOqlYCeJwTQcf6ELOWyp8AgDS_0M7Zat3nucRiqmo1UnaGKNi_BhVYCCH2h9sb-hhqHl3rTx8GA','I came in with flu like symptoms & the ladies at the front Dee & Mercy were very sweet and got us in quickly! Dr. Siddiqi, my nurse Kristina, Josh, Quyen & Stephanie were super nice & helpful!!','2020-10-06 15:00:55.898000','2020-10-06 15:00:55.898000',5,'Samantha Henriquez','https://lh6.googleusercontent.com/-gzXLYebnwS0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmpRoy_iUPBtAyCPBWL39xzyIAlZw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28507),('AbFvOqlYCojJElPLRy8a1HofhGKt6taxpKQ-wiu7JdagLPjNbxE8wioLaS7hWKxgeS4cvktHAfJq','We came to Houston for vacay and had to use your emergency services. From beginning to end Patricia, Alvean, Olivia and Dr. O’Malley treated us like family.\n\nThanks!','2019-12-01 23:18:24.291000','2019-12-01 23:18:24.291000',5,'Tairi Rosa','https://lh3.googleusercontent.com/a-/AOh14GgPYydjy1TSfKSl_ouRZL4pCC6QW_6ktCoBwssI-g=c0x00000000-cc-rp','16389487648212004696',33646),('AbFvOqlYcorIzFPeQ-1-f5hv-tpK0UAYYhWiZ9d4e9H6TQhu0CG4mjwHpGaDkgAvPzAw0eWJAwHdMw','Super caring staff, very willing to explain everything they were doing and why. We received great, immediate care here.','2016-08-04 00:26:40.902000','2016-08-04 00:26:40.902000',5,'melinda coen','https://lh3.googleusercontent.com/a-/AOh14Gj5zsNAAFROCkJL_dhJy_3WmOOvCnIm70SOeubk=c0x00000000-cc-rp','3511292162159714121',41183),('AbFvOqlYcQjYC8LuA3Dt8xUd7m0r6KZu-5TofEfOOCrKDMWllZoC9FvBDAev5tvR9ETMgOhY5WtlpQ','We had a wonderful experience at SignatureCare. I brought my 10 month old (who was sick) and my 4 year old at dinner time on a Thursday evening. The staff was extremely friendly and welcoming. There was absolutely no wait time, which is a big deal with two little ones! The doctor and nurses were very friendly. The office staff gave my daughter and son little treat bags with coloring books/stuffed animals/etc at the end of our visit. My 4 year old was thrilled! We will definitely come back here if we are in need of Urgent Care in the future.','2016-09-02 03:27:45.365000','2016-09-02 03:27:45.365000',5,'Lindsay Evans','https://lh6.googleusercontent.com/-LXgvzhA3rZI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_bQdlYeUSD7cnLjUBt30V4HAVfQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32784),('AbFvOqlyCvdqDprJ86UjJ3i-CQgcwwNa75CT-0Bt2FI5NpO0H94v1HoTG27R7MYS1RuMMeO2BOd3lA','Fast friendly','2016-05-29 09:06:49.632000','2016-05-29 09:06:49.632000',5,'Melissa Rouse','https://lh3.googleusercontent.com/-TWTA5IWD3RI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclStU2wzEq_FlQxMl9WeteUvdgnew/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41224),('AbFvOqlYE1aozIk_liRaPNq5CQemnUBBAn7Sp_55SGGEvyUcUWbcVz22VbHcQnDKsqx5vDGjuiZM','Great place... they took care of my hand very well when I cut it and the staff are good people. Highly recommend','2019-01-18 20:48:20.029000','2019-01-18 20:48:20.029000',5,'Jared Gutierrez','https://lh3.googleusercontent.com/a-/AOh14GjjrzLhBERTGjvw7mR4r6c_LnYJTVgcKJp0EieUBg=c0x00000000-cc-rp','3511292162159714121',40701),('AbFvOqlYe4OpPscI31NmVMF_o0U1SM-i_it9DNUZ_jwvaHU0kQ-kL2YrgjPmeVHcEqoZrRXXt5jnPA','I had a wonderful experience! They were so quick and thorough. Dr. Grinblatas was extremely warm and knew what was wrong with me immediately. I saw him within minutes of arriving thanks to Karen getting me in a room as soon as I arrived. Once in the room, Kristen and Diem took fabulous care of me. The warm blanket was lovely as well. Thank you to all of you for what you do!!!','2019-02-05 23:52:57.636000','2019-02-05 23:52:57.636000',5,'Korinne Kirk','https://lh3.googleusercontent.com/--rEnvJq-m6Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmHyWAG_GLCBigsmFWVYRYsw_Fo2Q/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30611),('AbFvOqlyegEr0YYXEgpDTAk3riLs8h4cQWY1gwzEU-2qxOnR-DV5g3SvEU1S_hC86WsxrYuzWqSq','Very informative, and professional without compromising care. Excellent facility.','2020-10-15 13:31:05.262000','2020-10-15 13:31:05.262000',5,'Gabriel Rosales','https://lh3.googleusercontent.com/a-/AOh14Gin06SUPOpv_1FtvP3T856DzDAdomZsZ544emJI=c0x00000000-cc-rp','14904078213800803294',32226),('AbFvOqlYEilWlAiuJ2fa2LaObNSNmfMiQCK0-018EZlmriQUkjoXm3qdfnmjrSphybSL9Azp7TCZ','Dr. Yost, Lucas, Sherri and Kelly have been amazing. They took the time to explain and answer all my questions.....they didn’t rush through my treatment. They all made me feel like they truly cared.','2019-05-26 21:13:44.112000','2019-05-26 21:13:44.112000',5,'Kamille Davis','https://lh3.googleusercontent.com/a-/AOh14GjtiTw0fy7r_xrdfN-e8uag6R2ahLKu9_j3Hi9h=c0x00000000-cc-rp','3272657195432704501',39863),('AbFvOqlyEm34P-dIApRJu4iC4nw7MOnInqiJbWhRvhGsOHqZpFX3hbx7bX5y_s-NziiaK7IZaKoZbw','All the staff were friendly, helpful and caring they were fast at there job I feel so much better glad I came here shout out to Dr. Soli nurse Lia Brenda M and Dauwald they were all great','2019-03-23 08:20:19.660000','2019-03-23 08:20:19.660000',5,'Kimara King','https://lh3.googleusercontent.com/a-/AOh14GggQ39S7UeyE9pm-MqfcZPhZ1b2kbBXQ3-v0c4Erg=c0x00000000-cc-rp','12541597562633926366',29124),('AbFvOqlyEQh3wegB-loJTW5XlnvG9BkY29nAfYG76sf6c0FFXyxHXsAVcdrI50bUWF-Nt6jbs8T6','The entire staff was very professional and friendly. I was seen quickly and there\'s virtually no wait.','2017-05-29 19:07:13.386000','2017-05-29 19:07:13.386000',5,'Alexander Howes','https://lh3.googleusercontent.com/a-/AOh14Gi0iOkcPnnoNqyBLkgG-KbvMeesxcU4woQlJFCohw=c0x00000000-cc-rp','14567670160750071148',31032),('AbFvOqlYey9SggujuSTQwtwmW78h_S6BdFVz3J9HDhuHZU4Yj5VglyRemto-CKspKqNRhwrdRZqKPA',NULL,'2016-12-05 17:38:42.272000','2016-12-05 17:38:42.272000',5,'Jeffrey Simon','https://lh5.googleusercontent.com/-RQqC2CLQZwQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2Ga1mHFBD-oPaqtjdWVjcA8vbfw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31152),('AbFvOqlyfemsJMR9GKe_4uoMgB6oXVG2h6aAXuBYyPeE94CFQlP2KD9b70jl3VK8gmq04QMVdpbYMw','Marcus and the whole staff was great!','2019-10-09 23:32:50.754000','2019-10-09 23:32:50.754000',5,'Rachael Davis','https://lh4.googleusercontent.com/-Lde5GN0MXd8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclTYbvxC7YL14l1S-YXNptzaRuVcg/c0x00000000-cc-rp-ba4/photo.jpg','16389487648212004696',33889),('AbFvOqlyFICg07gA4_SXHS-m67csU4z5WUBLlnxTe0DV82mV9k5pXVU0qK2pv-NmGqKyi-bIOdKp','Great to have a team that knows how to take care of people from medical to friendliness. Dr. Yost diagnosed my husband and the rest of the staff took care of everything else. Great JOB!','2019-08-04 19:49:41.191000','2019-08-04 19:49:41.191000',5,'Katherine Dean','https://lh4.googleusercontent.com/-7doHDsEOhZA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm7694TbZrO9CdHhVnLMUna36Ernw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39828),('AbFvOqlyFWqpkNGHgFfXI5szStB2CnFPtt2i_OKOY1eEXFTK5R0GAb_OnGm3PY8IdcrCTDs8uuN5Og','Fantastic team here at SignatureCare ER. I came in due to some pain and Cody and Kasarah and the doctor made me feel at ease. It\'s already scary having to go into an ER and imagine dealing with your health issues on top of that. I appreciate their kindness and making me feel less anxious about the situation. I would definitely recommend this ER if you\'re needing treatment.','2021-01-03 22:49:15.567000','2021-01-03 22:49:15.567000',5,'Julie Tran Pham','https://lh3.googleusercontent.com/a-/AOh14GgBN0KZMtSgDzyMiISLXz9FkJVYq0KVg0AemM2S2g=c0x00000000-cc-rp','2077061009497551125',44294),('AbFvOqlyFyVuNsqNbV60K-M7ABnc8LXQk7o7HnXXEcD4XS_2A7c3EqVZVsGfG99DM6enY36i0J74','Very dependable and fast giving good quality care. Maya the receptionist was a great help! Highly recommend!','2019-12-23 21:03:19.089000','2019-12-23 21:03:19.089000',5,'Geovani Ramos','https://lh3.googleusercontent.com/a-/AOh14GgKEw5sofO-OLgDF6rWczBHYo0If599TylMNDtDPg=c0x00000000-cc-rp','12541597562633926366',28916),('AbFvOqlYg_chyJfNulfJZsWoIWOKHv6mW3seLyqWjXtZWgdr73Y58z4REjRmAeCV-jTs2omJwVHOaQ','Dr. Patel and nurse Gina and the Registration person w Amy all awesome and helpful','2020-02-12 19:58:20.538000','2020-02-12 19:58:20.538000',5,'Kenneth Wilson','https://lh3.googleusercontent.com/-RrO976OpbyY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmuU14RnKGSACXmwVfQ2URlt9yH8g/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40304),('AbFvOqlYGctZtX-S1c_p9hCnvvXIYie01J-pQj06dptgBH5EGrr7PQI8aTNie03bznMfnv2pJasHlQ','This Crew but people make me feel like I am home they are so nice and nourishing they was attended to all my needs. Jocelyn A. Is great and very sweetie and patient as well as Alvean A. Dr. Patel knows her work and advised me to see a specialist. The front desk nurse greeted me with a nice warm smile. Way to go Cypress. Ih also the X ray tech knows her work too. I will come here again if I need to.','2020-01-22 18:35:57.862000','2020-01-22 18:35:57.862000',5,'LELA YOUNG','https://lh4.googleusercontent.com/-_DKsFp6mQkk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucneVkwz4IP_1JRUMs2CBanGwZ9XSQ/c0x00000000-cc-rp-ba2/photo.jpg','16389487648212004696',33470),('AbFvOqlYGEhrfC8NJdF-q9XCnuoEPwYzmGVCQgdE-Zua7RQvySN0vK4HrSlayPiqnCGjRAi5frDZ','The complete process was smooth and time taken when in emergency was less. The doctor was approachable. The other plus thing is when without medical insurance its very easy to know how much it would cost before starting on the process... give a little peace of mind. Dr Guharoy and Nurse Kristina were great.','2020-01-18 00:37:01.233000','2020-01-18 00:37:01.233000',4,'Ivar K','https://lh3.googleusercontent.com/-49339efHrUM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDdkGtoi1yBvRhhiMP1J4P1g1DAA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28807),('AbFvOqlygWkUbHRZFyRA0hXvoo_NbH00J8-avPW5xc06FFAyPVuR6rZ5itAUe-ZpWFXG8Vm_duRR_w','Truly an exemplary staff at this location. Prompt, caring, and just generally good doctors. 100% recommended.','2020-10-21 11:05:05.574000','2020-10-21 11:05:05.574000',5,'zammork combs','https://lh3.googleusercontent.com/a-/AOh14Gh7rw6yqNQdsgxM-q3dcvzcti2At-BhqnatqALC=c0x00000000-cc-rp','2694018788013845459',38918),('AbFvOqlyH51M8y0oLpRYlXz_pLVyL-KJIs4Yg2j6cVSFehuvN4RX-yyh5bAuu00G90t1kFwrrG9A8g','The staff here is excellent from office staff to Scott, Dee, Ashley, Kathryn, Khristina and Dr Morrica','2020-09-28 21:26:57.656000','2020-09-28 21:26:57.656000',5,'Nicole Labbe','https://lh3.googleusercontent.com/a-/AOh14GjCuEfHGtmVTQO1PQCmhY-o87_WYjEvEG0fSdvraw=c0x00000000-cc-rp','12541597562633926366',28524),('AbFvOqlyhdY6OzG0XLH2VrPYZh36edIsPwOrkaHdAP7nqOFF86yd2741mgAxmGu2sfWNXFh0mQ8gWQ','Places like this need to be put out of business and sue for illegal billing practices. $2400 for bronchitis diagnosis. Go to an urgent care clinic instead or your PCP. They will say the accept your insurance but it is always out of network and they will overcharge you for everything.','2017-08-22 14:20:39.876000','2017-08-22 14:20:39.876000',1,'Lori Domaschk','https://lh3.googleusercontent.com/a-/AOh14GgO4WQtd-2AaHSJqtLpNK-7Uqt46_wIqQKp9pn3=c0x00000000-cc-rp','14904078213800803294',32657),('AbFvOqlyHFd-59Bp_VqE9AePkxkxNhRCpVOvShZGqonaNNz994haxop5FHs2znJwVHJ8gZwxl_P_LQ','I encountered a pretty deep laceration that required stitches to my index finger and I received immediate attention by Signature Care Copperfield amazing staff. Dr. Cavasos and his medical staff Sarah, and Elaine gave me the utmost treatment. They worked well as a team and did not hesitate to react with great professionalism and care. Thank you Signature Care for your treatment this evening.','2020-01-09 09:16:18.826000','2020-01-09 09:16:18.826000',5,'J Ben','https://lh3.googleusercontent.com/a-/AOh14Gjhh7-6nfQ23qorz4YRjVnoxmAO7K0gBccao2BJVg=c0x00000000-cc-rp','17898197009688164559',37754),('AbFvOqlYHOrB5EPEUGRKPaUHqsOenl-VCLt4SXboFj0C8aZESNAjMed0WmVdE9AHq9l4QFhONsNNLg','We brought my son, with a knee injury, the doctors, nurses, radiologists and the front staff was very friendly, helpful and quick.\nThanks to;\nNancy Rey\nMarcus and Randi (radiology)\nTheresa (RN)\nDr. Miller','2019-07-25 01:20:41.389000','2019-07-25 01:20:41.389000',5,'Karina Ramos','https://lh3.googleusercontent.com/a-/AOh14GgdvesS2SjRA5EwOAlj30YnlNh00NP8lM_hmgU3Q4w=c0x00000000-cc-rp','6521947413723274945',41644),('AbFvOqlYhTMz4jq7JtJWkxJW8octumSpiXz3eCmdzR214VFBVkZYX50HwDJTCitfKLnrOmJ2IoF2Aw','Had a great experience and was taken care of very well. The staff was courteous and really respectful. Dr. Osiecki, Nurse Manny, Registration Nancy, Radiology Tech Magali, and ER Tech Ector were wonderful and were helpful.','2019-02-14 17:27:46.901000','2019-02-14 17:27:46.901000',5,'G RAD','https://lh3.googleusercontent.com/a-/AOh14Gj7281vCVpx-kyreFQFzRe0KLjRJKlRmFxwHS2z=c0x00000000-cc-rp','6521947413723274945',41765),('AbFvOqlyHU-4XNGJb-i1bVkaYECxhSPvP9g6sNcISFXtJxabUQVDuEtzlbnE_A1lR1vxDR1gTmeSdQ','I visited Westchase signature care today had a wonderful experience the staff was very friendly and knowledgeable! Thanks nurse Stephanie, Fahme, Doctor Qureshi and registration Mercy.','2020-09-23 20:52:02.511000','2020-09-23 20:52:02.511000',5,'John Taylor','https://lh5.googleusercontent.com/-NLpFLAATf0Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnwriyfKKFE16FX1HEahU71TmNRUw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28535),('AbFvOqlyI2s1coR8NyoJPMbLRcifYsq0EB4EsWo9EKpBinM59_qoopcuaOfgCMGvPlyWGhdBHJN3','My 5 year old granddaughter was in for an ear infection. She became anxious when we started into the exam room and ran back to the waiting room. The lady (sorry Indidnt get your name) taking us back, got her a stuffed bear, took to her and talked to her. She calmed her down. The nurse that came in later, as well as Dr. Yost, were all fantastic! They even called the next day to check on my granddaughter. I highly recommend Neighbors Emergency Center.','2018-03-19 18:42:50.986000','2018-03-19 18:42:50.986000',5,'Freda Willard','https://lh5.googleusercontent.com/-CfIQf8AFZG8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmWXhMhfNtKMDTsV5NROv-fjY0LLQ/c0x00000000-cc-rp-ba3/photo.jpg','3272657195432704501',40005),('AbFvOqlyI6Gv-76TE2sv70B30GrDp0SsHPTBl9qJ3OHqo4n6Wawci3wid_vXZ2gCIVsz4cHgDk_E','Had an amazing visit, they were fast, friendly, welcoming, nice, caring but most of all polite. Thanks for the wonderful visit I was in and out in no time.!','2017-06-08 20:55:51.177000','2017-06-08 20:55:51.177000',5,'Elizabeth Davis','https://lh6.googleusercontent.com/-vgSzXt6bWfw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnFyUcHdw6h95xLMmsWTOQ3fFqixA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43518),('AbFvOqlyJanDLp6VulgfQ1igM-mDyTHY4HpQ42RSVOAGquF40rNDqC0x36Q_0PSoJz_leHsgDe6N5g',NULL,'2018-05-29 12:01:35.329000','2018-05-29 12:01:35.329000',5,'Angela Sanchez','https://lh4.googleusercontent.com/-4nrnsgmxbPQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmg4O2-dCwvZ0c_kGGN7RPiqlcoQg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36945),('AbFvOqlyJIdxCYCUKBT7s0I27jMudwT9Z_dsfXV5poa1X1ALHJkhVMH6RQ1TuBOaYxyGRnMxbKJXjQ','Great place , Callli, & Dorie Took care me !!!','2020-05-31 03:26:40.730000','2020-05-31 03:26:40.730000',5,'Diamond Yates','https://lh4.googleusercontent.com/-BFri6rQAAuw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn9aBQdhBtd-MuV4qC5-NxgyqtL8g/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39069),('AbFvOqlyk05gIZ9ABfHTaYwxhq7N8TbGcfS2t2evFa_XalQ0mNKyl3mX-WFgdJyFhwvflVhCn3Qu','They are simply amazing from the time u walk in til u get out. Wonderful Staff..... thank you sooooo much.... if u have to go o the ER please do urself a favor and come here tgey make u feel better even if ur feeling horrible.....','2017-05-27 15:14:54.401000','2017-05-27 15:14:54.401000',5,'kelly williams','https://lh3.googleusercontent.com/a-/AOh14Gh7qW28ILRNG5gUItAMcREOtEZyvU8Ne3_V3Lnz8h4=c0x00000000-cc-rp','14567670160750071148',31034),('AbFvOqlykTVqjPOTV4tB2XwIhB8oE3xG9sIOgC0I9iE1AcmkmVnoWm_rv0shiKBvr116H08re4ai0Q','The whole staff was wonderful an took care my needs on time. I would tell anyone about there 5 star experience','2018-08-15 01:48:04.246000','2018-08-15 01:48:04.246000',5,'Ashley Gatson','https://lh6.googleusercontent.com/-ybmqfRv6u_0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-4aEaJgkcz6ZY7wLfW1JXP4O6yg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29211),('AbFvOqlYl0EB7pxBjMIMF5tpSPdZ_mEAzYOj5yOGT2m-x2FroyAknClkorzr-UxP-sRHNlntuz-x','Came in for a bad tooth abscess.. maya at the front was super helpful and nice!! The nurses and drs helped out a lot! Definitely amazing!','2019-12-23 23:10:46.179000','2019-12-23 23:10:46.179000',5,'Giovanna Flores','https://lh3.googleusercontent.com/a-/AOh14GjjRO1UwHB_MkLJ1pRfSUNZqTyTMDsZXwPncTZ1KA=c0x00000000-cc-rp','12541597562633926366',28915),('AbFvOqlylcSgbD7C-x6I8Ev4Yjm87FtfAevMC3nAfKZzU3zdSzx2_OHeKfVhUcofocOjBaDNSbdipw','awesome facility and every attentive, my nurses Keira and Senaida were very nice and made sure I was ok... Dr. Anders was also really nice and answered all my questions! Definitely recommend signature care more then the regular er hospitals','2019-12-24 07:48:40.914000','2019-12-24 07:48:40.914000',5,'Jannette Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GhHiZ8C3sa2RRkwf_GcQnYWsY847w8XkfA-iM_H=c0x00000000-cc-rp','6521947413723274945',41508),('AbFvOqlyM0IaCTUhiLOTHo0qVTEJVOksfvg-T7WxylCskK5p0Z9iLr0ASSZ31TwySRDHCyEFfWtu','Dr. Daniels, BrendaM, Sara, Holly, Shaylene, Officer Perrault!!! They were totally amazing and they made me feel so comfortable & they helped get everyone needed to live a healthy life. These ladies are Great!!!!ā¤ļøā¤ļøā¤ļøā¤ļøā¤ļø','2019-10-29 07:02:22.873000','2019-10-29 07:02:22.873000',5,'Everad The Great','https://lh3.googleusercontent.com/a-/AOh14Gi8kuOGmAv6fvQaXd19DTcx9Edk233fPyLljs8yS_o=c0x00000000-cc-rp','12541597562633926366',28990),('AbFvOqlYMb4BE9uO_6ag2lT0BMAXrOoyisdPNOEQpgUeOdsoOqSp7huTGMg9qWQNcJ57mhUKETpy3w','Awesome care!!!!!','2020-10-23 12:58:37.508000','2020-10-23 12:58:37.508000',5,'Oliver Horton','https://lh5.googleusercontent.com/-a7qFt_hkVRk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmbM1S3jKH0Brb6Tb9BCX9EM7lnTQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34113),('AbFvOqlYmgsI-aVLoNhHUEwvWv8gB5NYICWsosHkoHpsKrxKqdQpary9HDqEdlhqJAmy6luSjnxlnw','Fantastic staff and doctor; highly recommend.','2020-10-01 18:25:20.370000','2020-10-01 18:25:20.370000',5,'Clayton Snyder','https://lh6.googleusercontent.com/-MhCV_UJw1FE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclOpKQk9QC4Cuqw0U1zk3tMzu-kQw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31590),('AbFvOqlymtsZmCaBGrIXafgAmRmcn026WPfsmYQ8hi87KSuNJ8oNbqMrLwR_pLnUnoEZpWnrAY_CYg','Came in for a COVID test. Staff was super friendly and helpful. Especially nurse Lindsey and Chris.','2020-11-12 20:12:02.354000','2020-11-12 20:12:02.354000',5,'Edith Colin Huerta','https://lh3.googleusercontent.com/a-/AOh14GhjM6QSS_0gM-TDg7p_KO4wuTSi2kYeKoMCzYUhWQ=c0x00000000-cc-rp','16891069708558046635',35597),('AbFvOqlyN4_0njlbUZjV9Fa8yOtV31QUZX9lxL2Z-cinrtL3w2GWoZxWPnEXRF17EwnEcgaZPJ6h','Nice and clean facility, friendly staff, thank you Olivia and Dawn for your excellent care .','2019-08-01 23:41:57.544000','2019-08-01 23:41:57.544000',5,'martin quiroga','https://lh3.googleusercontent.com/a-/AOh14GizafguF-gL4FCFcGqtzo4o0NDHzf56TkEV9LZT=c0x00000000-cc-rp','3511292162159714121',40468),('AbFvOqlYNgKW5pszDBXVVAUNsZSx8k_JUlPkj8GF-M02riV1tiEa-8FR87nNbG7LMXmmktD2zsGKBg',NULL,'2020-07-06 16:45:59.834000','2020-07-06 16:45:59.834000',5,'Bladimir Amaya','https://lh3.googleusercontent.com/-udg4r0uQBIA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck14V8aPDK79DLHAwyMVgO9-cFnqA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33216),('AbFvOqlynrRBuhK3toSfVAjImZFK39361P6Rg-QQC6OCafLPbHkYhVIf10RZ95RWj6Ab4esprVPv','Great place super friendly staff I love coming in every day when I break a bone in my body because of my boneitus. They also have refreshments that are well stocked and cold! I even remember the staff by name there’s Lisa H, Maria, Corey, Savanna, Lisa V, Jamie, and Dr. Huerta all super great people!','2019-06-18 20:50:18.784000','2019-06-18 20:50:18.784000',5,'Dan Campbell','https://lh3.googleusercontent.com/a-/AOh14GjSyMfaBFlffhjYCemYanWufRmRscJ7BGeSh0nZEw=c0x00000000-cc-rp','13486358490203335051',29790),('AbFvOqlynwsLh22L3PPetIt__5CFJWcY6joQ6pnS08FxeGtc-JmzORuLVrO6OaAi9m5vNd4no-yMdg','They are the sweetest people ever! Very efficient and well managed.','2020-08-16 20:12:57.655000','2020-08-16 20:12:57.655000',5,'Kaelin Connor','https://lh3.googleusercontent.com/a-/AOh14Gh3pT1LQ5h_LLrbiz8--bVszIWcFzxEKK_t4FqMDA=c0x00000000-cc-rp','16590124370714063921',34195),('AbFvOqlyo8tkdkICZ7K401Pc-Ur2rSI9DsSTLP_s3vV6-YYBSWeLhPxqXBFBr8KqtPKl208myka8-Q','Nurse Remington and Technologist Townsend were amazing. Great service and I would totally recommend!','2020-10-07 19:50:03.853000','2020-10-07 19:50:03.853000',5,'Nick Mears','https://lh6.googleusercontent.com/-iXnbU8XYZUM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclOp3sp2kFasKwcH8OHe5HLgMSQsw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35736),('AbFvOqlYOO1Jq042va5eDddXJUhF_sVuvlZf1mahxleGbIi0CK1kfbjXFOBrRKpC68pMN2I__DP3yQ','Signature Care Hwy 6 providesls the most professional and personable care. I joke on how I replaced my primary care provider, but this time I wish I could with Dr. Edwards. The staff was very helpful and polite. I want to thank Jesse, Jubril, Mercades, Wendolline, and Barbara for everything!!','2018-09-01 20:09:40.880000','2018-09-01 20:09:40.880000',5,'Leslie Scott','https://lh3.googleusercontent.com/a-/AOh14GhZhD3AU6z5h5jNPxPJur1XAnDvmDh9BnOeMAk0ag=c0x00000000-cc-rp-ba2','17394740196501090048',36909),('AbFvOqlyOoNGZZLnhDLfcRA54R9NrhoTqlr4qg2m2A-hrxdmm8oVpCXyrC05KPpXOIm4WSDzSfdL','Brian H and Brandon W were very nice and friendly. Brian D and Ricardo G were so helpful and Dr. Jolly made me feel very welcomed. Service was fast and took care of me with gentle care. I have been coming here for two years when an emergency arise wouldn\'t go anywhere else.','2020-02-18 10:31:55.041000','2020-02-18 10:31:55.041000',5,'Lexi D','https://lh3.googleusercontent.com/-oyV5FOw9-TA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnwQWUH0501VjpUBbki4FBfib_uwg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30235),('AbFvOqlyOoPdZAq1B2Xfc87YYPWN2Fx8-88Zg1BB1XBO0OSZxIeuP_2cmJW3O-RUNrhzRs7JbRXhNw','Gabriel, Christine and Tina were so friendly, hospitable and caring! The front desk staff got me in to see a doctor so quickly and we’re kind and efficient. I HIGHLY recommend coming here for your emergency needs.','2020-11-19 01:36:08.937000','2020-11-19 01:36:08.937000',5,'Liz Masnik','https://lh4.googleusercontent.com/-lZoHp3bTvM8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckjAfYnuQjJqm8jjRGcPUAiSN5VDA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35586),('AbFvOqlYpgTfG5npmMtEfxIXJsfxZ1n85BRP96KVY-MrvEYzsG3OncyHNKtLHhXLyd8PDv25_cXtPQ','I had a very good experience here. They were kind and. Kevin offered me crackers and water when I stated I was hungry while waiting for my test results. Dr. Das informed me and listened to my heart and had concerns in regards to my blood pressure. He asked me all the important questions before I left the facility. Thank you','2020-10-08 19:30:29.775000','2020-10-08 19:30:29.775000',5,'susan sotak','https://lh3.googleusercontent.com/a-/AOh14Gg_fipYGGgVWEAaBg6Iy1pl6IznkSBdU_5-YxFHlg=c0x00000000-cc-rp','14748677429039074158',31533),('AbFvOqlYppNRGGjLnnjButECaCJjbChvDRNeYCDuM2CuAXka58ZmNxQ_5_4yMA8HEz89OBMrhgQlyg',NULL,'2018-01-05 02:27:03.584000','2018-01-05 02:27:03.584000',5,'Stanley Newman','https://lh3.googleusercontent.com/a-/AOh14GjFbGXS5Nj-QBb_2tJsiNhHfylxDnVDYjDSocb_zg=c0x00000000-cc-rp','3511292162159714121',40973),('AbFvOqlYpPporYtNsuEgHPw05PyLbCNG5s20hhZ0SrstUz4xfhnHt4ApyFAPNKpkgiVjAOdYeS0RFg','Cleanest, friendliest, ER center... EVER! Coffee, snacks, bottled water, AND A PHONE CHARGING STATION. Thanks for taking great care of my friend! ā¤ļø','2019-03-27 15:08:30.983000','2019-03-27 15:08:30.983000',5,'Taylor Conley','https://lh3.googleusercontent.com/a-/AOh14GhBZoeKfkEWDe9U5x4jGi_jvZbFiTHxYPgCHplbwg=c0x00000000-cc-rp','16891069708558046635',36237),('AbFvOqlyPYGz7ogQL4KswAe3j5RvobHh04BMondxrSQYKIYz66wBQNCXdvS80u3QFqfNuOfWfECkJA','Really great service, got me in and out in time for me to make my flight. Very personable and considerate. The made me at ease despite my discomfort.','2019-12-23 04:49:15.995000','2019-12-23 04:49:15.995000',4,'Leonnya Elmore','https://lh4.googleusercontent.com/-3ExUgWBLc_Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckM9heW42UX1mVdEvGrbwG1jM-VuA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28920),('AbFvOqlyQ-TfNXFP44jtY2gp8V2n8jUCOTMD5t-M-41_G8Og5cdFeHBOxfbbUpEjlJuOUDczZFRuyw','I recommend Signature Care in College Station. Lorena and Kennedy are welcoming, professional and caring when you walk in. My nurse, Bryan, was attentive and cared about making me feel better.','2020-12-20 19:28:13.853000','2020-12-20 19:28:13.853000',5,'Donna Gorbutt','https://lh4.googleusercontent.com/-dcqELsf7CwM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnOWfYoKio16-2bbpC9gf4CFEhedA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',43667),('AbFvOqlYqI0bHcV8CV0UADLBFTSaZLVV04nYKT2ga6CZMGXFvvcrzckLdyDU0J83AMou-uPeOlk8','They were friendly, very helpful and made it an easy process! I would recommend them to anyone who needed to be seen quickly and spontaneously!','2020-08-28 16:18:40.221000','2020-08-28 16:18:40.221000',5,'Adrian Soriano','https://lh6.googleusercontent.com/-NirhEvTe-Gc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnFzFqEfd5on3K1Qb_24bZOkB46DQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30131),('AbFvOqlYQKBxK1wzAdraodchhVzU56I-6ZeUuq7kdR0jnI2uNapcTeIvLVZ27n4aWJlGI_NULwJ_Ow',NULL,'2019-09-21 03:05:55.876000','2019-09-21 03:05:55.876000',5,'Aleida Miller','https://lh4.googleusercontent.com/-O22nihQVcuo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnOXgHsuwC-U-JXAsFyoEx8xWblMQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29659),('AbFvOqlYqxynRhdsV9HY8vLEKhiuOcIHQpwd7c6GFPmWP4Pbty35r3wsOQPvojCMKAVdKvgYTZnPQA','Staff was amazing šŸ˜‰. Even though their busy they do take the time out to help you and to make sure you have all the info you need.','2020-07-21 03:20:09.995000','2020-07-21 03:20:09.995000',5,'Vicki Roberts','https://lh3.googleusercontent.com/a-/AOh14GjXMseI3HKc3KjWGUh31fPLifaaD2jdENRyzVgs=c0x00000000-cc-rp-ba3','14748677429039074158',31919),('AbFvOqlYr-kIrQQQ82P13pPNUzjThGIqToyTKnkMe1BGKhMhmLcAZ2lPTBrvjXfhb219QC-83kAL',NULL,'2019-09-06 03:55:39.164000','2019-09-06 03:55:39.164000',5,'Wade Decker','https://lh5.googleusercontent.com/-2h-c84XkhPU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm9F0gLOkGol17y5YX0KIG1jMFq6Q/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42008),('AbFvOqlyrA1djhlBHP3jnYoklpV7Ozy805yASoYGFKsWQ_5BddaXSnPzsFBRKioZggZa182fdIZsmg','Took my 7 year old after trying to go to another ER right before. Unfortunately they didn\'t have pediatrics. So I stumbled upon signaturecare. From the moment my daughter and I walked in we were greeted and treated with the best care. I highly recommend this place. Everyone from the staff made my daughter feel so welcome and comfortable given the circumstances of her not feeling well. Deff my go to from now on!','2018-01-22 13:35:59.293000','2018-01-22 13:35:59.293000',5,'Andrea Badillo','https://lh3.googleusercontent.com/a-/AOh14GiJalI1iXL2WNEUvV_LeV-IzlSGz_kSMhQ5G_pf_Q=c0x00000000-cc-rp','14567670160750071148',30894),('AbFvOqlyRjtTfSofcH7PBIO_rxuGfVuBwd2iLh4RPCXGyiZ_rBGzjiMxTzHBHt7g2ONHspJrFta4Jw','They are really great people, Kevin and Dr. Das are great!','2020-10-01 14:50:08.954000','2020-10-01 14:50:08.954000',5,'sheyla irizarry','https://lh3.googleusercontent.com/a-/AOh14GiZNOgMlxoTh2VbYZy2CN9nBzYlg5f7Py-68Z1BR0M=c0x00000000-cc-rp','14748677429039074158',31597),('AbFvOqlys4S83TF_ydK7XVIGdAdxiBV4AyieaIoVyNmxY__ND8AY_7l3KtvIvwfzJY35omOzkanm4Q','Walking in Tanishia was very friendly and helped out with everything needed for the registration process. The rest of the staff Dr. Pham, the nurse Rachel and the ER Tech Daniel were all very friendly. Nice and clean establishment and the best by far.','2019-11-06 01:47:54.375000','2019-11-06 01:47:54.375000',5,'Ashlee Joseph','https://lh3.googleusercontent.com/a-/AOh14Gh8mgpmY7r1W0qCKFbmTrxNZZW85HqYv3nSSHJgtQ=c0x00000000-cc-rp','17898197009688164559',37913),('AbFvOqlySgwMqQwdk-5FlkfmHTpsCr55hiwK28dNtQTWvnMHxS-K5GoOHWpGnowtkLi8Cg3MxWJz','The Staff Was Very Friendly, And I Was In And Out. There Is No Long Wait At All . I Highly Recommend This Place To Anyone .','2016-08-10 13:28:30.678000','2016-08-10 13:28:30.678000',5,'brittani harmon','https://lh3.googleusercontent.com/a-/AOh14GhTBr_Z6zsiZBFWJD3_R0U5T0oXjwHgOab56EcZRQ=c0x00000000-cc-rp','14567670160750071148',31209),('AbFvOqlySiFOrZL6H1gCZ7f2mw_ejjgvtccJ2aw8PdO3T77e4n6LfhLUwM6hs8xqe-YO04Y8P7wtVA','I\'ve unfortunately gotten sick twice within 7 weeks, BUT SignatureCare was there with fast and effective methods to getting me back on track. =)','2020-02-20 11:17:46.586000','2020-02-20 11:17:46.586000',5,'Jenna Sapp','https://lh3.googleusercontent.com/a-/AOh14GjWSP305rZ7DQgHoAssfQNpyQjp7Gdc0K96yb3H=c0x00000000-cc-rp','16590124370714063921',34353),('AbFvOqlysmJ8AYq2tc2eaHMjFFB0L--WseYndaaGvUlnx6QX_m32TCnC2r9a5kMT_NcFmnP5G4Jx3w','Cheers to the signature care family! Dr.Yost, Mollie ,and Gunnar did an exceptional job treating my mother. She is feeling so much better! While waiting during my mother’s stay I was also given amazing customer service. Thank you all again happy holidays!','2020-12-28 20:52:09.462000','2020-12-28 20:52:09.462000',5,'Hands Full','https://lh5.googleusercontent.com/-CVI7avUBfa0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucneXPyCmvvl7VdDSydC-16x71SZfQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44041),('AbFvOqlYSxNwYx7azQVhz-ohcWPSaJwoPUUYgnRJJ6DW_kHbkC4nISjQcoFJjNONRUR4OM7NzIjf_g','Super quick! maya registered my information very quick and Kristina and DR golla were super nice and informativeā¤ļø','2020-02-26 23:24:14.491000','2020-02-26 23:24:14.491000',5,'Mila Mouton','https://lh3.googleusercontent.com/a-/AOh14GiV6wZREv_77Id_hJqPArjkm5pSGR2SVEz5zCnh=c0x00000000-cc-rp','12541597562633926366',28681),('AbFvOqlYsZ4rFtmaHz8UU5jQXkH7hiOWlLgKBo-F2prDOJnsiCIzpIbGQzbm14rMENyrcQQsIDVx2g','I went in feeling very sick and nauseous, I was taken to a room very quickly not even 5 minutes. I was kept up todate as to what was being done. It was a great expierence and the entire staff is friendly and nice. I would recommend to anyone I know.','2016-11-17 00:37:55.826000','2016-11-17 00:37:55.826000',5,'John McGinn','https://lh3.googleusercontent.com/a-/AOh14Gi4SlzTntcV7ztK41UxQ_glNwO1L_e4wfXMBAI3=c0x00000000-cc-rp','14904078213800803294',32768),('AbFvOqlYt4IPB2FverDpNSFt5GuX1e30By68BXak3yCqWm2rSaXr2zeht6sJXTVWKfCYvWxK75HHYQ','The staff was great very helpful and fast was in and out and caring thankful for the care!!','2020-08-11 18:46:13.617000','2020-08-11 18:46:13.617000',5,'ahreli galvan','https://lh6.googleusercontent.com/-dZye1WOuoZw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmI6eISids8nS1d-JDi2JJk_uScFw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31775),('AbFvOqlyttOUxIdZ5XLSZXBdsMxOWlYEq97Ov1HsNkxarzLTTyyvkyuHf3xCVT3eRaRqR18Q9rh_','My experience at this facility is always great I never have to wait and is seen right away. I will always make this hospital ER my first choice, Great staff too!','2019-10-07 22:38:27.021000','2019-10-07 22:38:27.021000',5,'Kelly Jackson','https://lh3.googleusercontent.com/-LZlk4MOjsno/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3qVQQPrizu1pYztIbUkmGdjfdPw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36693),('AbFvOqlyumXUqkf554PBPprGa30SQzJKryosIdX8eh68010rcu0IZEvqxNzl6jM3Bn1SBd46hkxyPg','Great care. Very fast and efficient Jessica the RN is great. All the staff is amazing. This is the place to come for fast, efficient and great care.','2020-02-20 19:11:54.365000','2020-02-20 19:11:54.365000',5,'olin brown','https://lh3.googleusercontent.com/a-/AOh14GjqIHrTnqzZfWgYIZQxMFkVegMtvfEBbiVF7S7Z=c0x00000000-cc-rp','6521947413723274945',41471),('AbFvOqlyuWsP9uX9sKBs2-k9hi3Rfmjo6MBOPRn0nu-896XZYwkLpv139p6M_I6wFIehRiIYY2Vihg','I went to ER just now, after an emergency, and the staff there, Wendy D., Nurse Katherine F, and MD Wang, are great! I’m so glad they and the team there helped me out and Wendy even joked around to keep me calm, which is very relieving.','2020-08-24 05:34:47.632000','2020-08-24 05:34:47.632000',5,'Mairaj Haider','https://lh3.googleusercontent.com/a-/AOh14GjRQuzplzr50TYWlILVb5HpsmMV_uj1Q_HFxE-U8w=c0x00000000-cc-rp','17394740196501090048',36541),('AbFvOqlYv8w2JfWhHnuk1CAvonzVlMbj8u3HaIyF2TlhaMvIazH_gVBA7NRksgyiDfDHRmj0SFQ-5Q','We were helped by Kendra, Jeri, Cameron, and Dr. Patel today, and they were efficient, helped explain everything that was happening, and answered every question we had. Very good experience, would come back. Thank you!','2020-02-12 16:59:48.401000','2020-02-12 16:59:48.401000',5,'Student MacKalyn Rendel','https://lh3.googleusercontent.com/a-/AOh14GiVbp1YpNbJ8JzoKHmSguhiYdMLOgi5xlFTctR1=c0x00000000-cc-rp','16590124370714063921',34373),('AbFvOqlyvalbm8141gfWHSPxTJ90pYCDg1rD8X1n4OTneuelY1NVfHN83NzpzntUS9DGytzY_mz43g','Radiology by Nicole was very clear, and really nice to her patients.','2020-03-06 16:24:18.722000','2020-03-06 16:24:18.722000',5,'David skeske','https://lh3.googleusercontent.com/a-/AOh14Gh0BBK_sTDPXtbO5mfktRIhJ2fkqzW7RoGFNkEb=c0x00000000-cc-rp','8679688254631342173',42399),('AbFvOqlYVHzImtZgdiP1KOCFC9HJC5BOy1SGCCMFEwKklGUfAIBKBNb02l4npNbUJS0tZmCJVC8LjQ','I went in yesterday twice for kidney stones and everyone was so nice! I didn’t wait long at all and the place was very clean! So grateful for the nurses and doctors that helped me yesterday. I’ve been pain free today and that’s cause of their help! Thank you!','2020-08-01 00:24:52.858000','2020-08-01 00:24:52.858000',5,'Megan Boyer','https://lh3.googleusercontent.com/a-/AOh14Gjjw_y1tvR7ZI3Z-XAorT6sxHSVx5LbdbJprcq_iQ=c0x00000000-cc-rp','8918455867446117794',42950),('AbFvOqlyvL_zP1L2f6nXd7M06U_QxY3HRdeNn-9GJKf5bBx_lmEOi9RLXDY0dlhEP1D2yx4RrwNGVA','As the spouse of a first responder I selected SignatureCare Emergency Center based on the fact I knew I would be provided with free health care services. That being said, my experience at SignatureCare Emergency Center exceeded my expectations by far! The receptionist Shaundra was so pleasant and the entire staff made me feel so welcome. My nurses Lisa and Shelli really went above and beyond to ensure I was comfortable for the entire visit. Dr. Dewaal was knowledgeable and efficient. I was in and out in no time and all fixed up!','2019-08-30 00:43:40.966000','2019-08-30 00:43:40.966000',5,'Lauren Henson','https://lh3.googleusercontent.com/a-/AOh14GgfXuPnKFQAzIpPVuES1evMiIxbWA_1MsSMuitH-Ao=c0x00000000-cc-rp','16891069708558046635',36138),('AbFvOqlYvnXzpfWpftRDOxfVrDKtx5zV3RD95ALoRTnuECSRQ3EOitufn-VDVmAXc6hzhIs3Ca1WTQ','Based on prior reviews raving about this location, I must have visited on a bad day. I was taken to a room and introduced to nurse Nichole. She seemed nice but appeared disinterested in my history and medications as it was brushed off once I began telling her my info. Then I waited for Dr. Tran. She looked at my injury about 2 minutes and told me to wait for xray. That fella came in and took care of business. I asked for ice pack to help with the pain. Then I waited...and waited...and waited. I was in that room for 1.5 hours. I called out for help but no one responded, even though they were walking around outside the room and could clearly hear me. Finally, Dr. Tran reappeared to give me a diagnosis and tell me that they were going to buddy splint my big toe. It was at a 90 degree angle and she was going to leave it that way! I demanded that she straighten it, to which she responded, \"I guess I could try.\" She was able to straighten it almost completely. I was very satisfied with that. Then she sent in a nurse aide to buddy splint me and bring me ice. She came in with what looked like scotch tape. I insisted on another kind of tape which she found in a drawer. She did not put any gauze between my toes, which I now know is required. She left and I waited for discharge papers. After being in that room so long I began to panic and had to get out of there. I never got that ice pack either. I felt completely abandoned and ignored. By the way, they weren\'t busy. I doubt I\'ll go back there.','2020-06-04 17:22:41.462000','2020-06-04 17:22:41.462000',1,'Sandi Evans','https://lh3.googleusercontent.com/a-/AOh14GgNkwPeWKCYUxKWsbFgl9L6R9ceftIREySVr6tzHA=c0x00000000-cc-rp','8918455867446117794',43042),('AbFvOqlyvr8NSKqmGiUzahI119IT34A7cvIxsRnW7O0tCOG2If48PiD79szpyqwcdnT6KWeu6bsmvg','This was the best ER center we have ever been to. Very friendly. Theresa was great with my kiddo','2016-07-09 00:52:54.318000','2016-07-09 00:52:54.318000',5,'Jessica Ann Perez','https://lh3.googleusercontent.com/a-/AOh14GhqH2j5Wi0T7Gfz5KKEzMwO6NGcWuCO934uftruXvg=c0x00000000-cc-rp','14904078213800803294',32799),('AbFvOqlYw9pkYnI-8AWASpJ5nokegb2lcSdWWdLcmowmvFqW5DwVILDtpl4bOHwGnBbZZ9Q3FFUK','I was so nervouse about going in this morning. I have no insurance Tanishia assured me that this trip wouldn\'t bankrupt me. I had zero wait (at 2am) and Dr. Patel was on point. He diagnosed my ear stone and had me on my way ASAP. Susan, Elaine, and Laura made the process as painless and quick as possible.','2019-10-04 17:17:55.169000','2019-10-04 17:17:55.169000',5,'Cherie Hazelton','https://lh3.googleusercontent.com/a-/AOh14Gg01w2V0faQr5E8HBLiWmHvrDZvMt0i9DGs5B5qCQ=c0x00000000-cc-rp-ba3','17898197009688164559',37961),('AbFvOqlywjbc0jJ5uWId1-gg4OufBP5gZqFqpuIoMK-HN7YCYWlpGtncGJtOJjmTRkj2GEOYrWV82A','Very good staff, well kept facility! Very friendly staff and caring! Also fast service. Wait time isn\'t long at all! They try their best to work with you.','2019-06-25 21:11:01.617000','2019-06-25 21:11:01.617000',5,'Enthany Cook','https://lh3.googleusercontent.com/-0nBvj1V62Fc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckekbQ_BZKoSBn7dI3Qx7HOPisGIw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqlYWXy7YMfS41wTRtr5lDTRVOZ2ty-QrPPL0srEckO8Vl2XzL4LeiB69YantsJBT3333wwIAg','Great service! Thank you to Leslie, Dr. Yusuf, Dawn and Olivia.','2019-08-06 19:44:29.843000','2019-08-06 19:44:29.843000',5,'Itzayana Fabela','https://lh6.googleusercontent.com/-lbxH-WCYdkw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckI8kMhhjAb-Xlzcwk2_3ZR7RaCIQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40461),('AbFvOqlywyM2Vo9jc6LxLrLdhLY5owCnbmhicMCYiUmyMK4qqwsvwWoYvF2CT8PhIWPPgjKfIGPEQg','Everyone was very friendly and quick. Sita, Kim and Allison were very kind. I would recommend to everyone.','2019-08-07 08:07:46.740000','2019-08-07 08:07:46.740000',5,'Bridgette','https://lh3.googleusercontent.com/a-/AOh14GhnpPabRKel1E0TSlFX0d3h5AdYqCmlOwbpHyNB=c0x00000000-cc-rp','13486358490203335051',29706),('AbFvOqlYX9QYVZLRHwLaSOzD2JuQxpamgZDtoTZHes63UEhpef8tC6PZJwCEWju-B6w0BPkvUzLjZg','Excellent staff ! I wouldn’t recommend no where else ! Got me back on my feet in no time !','2019-12-10 16:50:19.633000','2019-12-10 16:50:19.633000',5,'Ebony Evans','https://lh6.googleusercontent.com/-Zc4lCr0qO6g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucln6CirpxAuzgipDYXGsP7iMPXzHw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43165),('AbFvOqlyxeA1Rweot1YtO9ohSkDLfJMWjfe7Vap5PLEbtNdnKsvgA7QboQiCaFgalYUWD_IQWx4wUw','Came in for rapid covid test. Fast, thorough, friendly staff. Dr. Fair, nurses Sarrah, Fahme, Catherine, the sweet lab tech, Scott and the front desk staff, Mercy and Kandi were extremely helpful and kind.','2020-10-29 18:32:11.368000','2020-10-29 18:32:11.368000',5,'Mc A','https://lh4.googleusercontent.com/-VLwlxUBOEBk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclS2cLVxC87vjpmcP-1q-azE08COg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28484),('AbFvOqlYXjGazfB46459wZQdfNwSMrqZf4vWNgJVwDWHXpLzoBeke4AIVeuMzhMOEIk-2SCrobdxNw','The staff was very friendly. Clean facility. I had my 3 kids with me and they offered snacks, drinks, tv. It made the visit easier with ways to keep the kids occupied. The nurses were very helpful. The doctor has a very good bedside manner and very informative. It made the visit much easier than going to wait in an ER for hours.','2019-06-17 13:12:19.866000','2019-06-17 13:12:19.866000',5,'Holly Allison','https://lh4.googleusercontent.com/-I3ms2C-baK8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmObM1aWFbWskspYjmtQDs94au6Ag/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39853),('AbFvOqlyxRjeaGEk5270yr8wAigozyzELAt8OUz5PmTfLNa8Y1Xr8jT3xa_XnQuzKSCOEETAk8xVqg',NULL,'2019-02-19 11:18:36.925000','2019-02-19 11:18:36.925000',5,'Antionette BUFFIN','https://lh6.googleusercontent.com/-OrOaaQdRfH0/AAAAAAAAAAI/AAAAAAAAABk/AMZuuclIOroMJ4ETyirmvaBUhJnryDESzQ/c0x00000000-cc-rp-ba3/photo.jpg','12541597562633926366',29141),('AbFvOqlYXx0ZHEGiV9hNhgfdE5ThHvva0xx5gJrITYcQc99FFSZbjaMyDE8f5hwuECx7XJbmy5Zn-g','I have been here twice and the experience was amazing, I was very well taken care of and always felt very comfotbale! My most recent visit with Kimberley, Jacob and JR was great they are very caring and took great care of me!','2017-07-28 20:19:29.510000','2017-07-28 20:19:29.510000',5,'Elijah Garcia','https://lh5.googleusercontent.com/-fVgTH69XshU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnb9rqZTaEtilVCWO50RWR0EHkGNw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35413),('AbFvOqlYXxq92gEYKpOwNSA1LB0wadQvqhVMx0AoHEpHtEH_vDONmf6HcU432LfqY7KTo8VdId-GWA','Nick Harrilal has been an absolute blessing. SCEC is lucky that they have an individual that represents the company so well. I give these guys a 10+ in terms of service, empathy, and results. I was expecting to leave with a huge dent in my bank account. I was shockingly surprised! These guys went well beyond what I expected and I was charged way less than I or anyone else would have imagined. ++++++++ Of course, they resolved my challenge!','2018-08-01 03:16:04.782000','2018-08-01 03:16:04.782000',5,'Vern Miller','https://lh5.googleusercontent.com/-EfFCOqwnGyw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclrjOxj7F2plMnwRJX4ijxHYCrWkg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40912),('AbFvOqlYy1Ft8tk9WfjBQyqswrlJSO3UujltpL0vQoBANi51gxBsDxrlart_cBu_4wtdfJjzafzLvw','Friendly staff and very fast service.','2020-09-15 17:12:34.618000','2020-09-15 17:12:34.618000',5,'FabrĆ­cio Montelo Lima','https://lh3.googleusercontent.com/a-/AOh14GgAUUHagTm7-0cBqsG1HBwBFdM651ltl5At2v6eiA=c0x00000000-cc-rp','14748677429039074158',31659),('AbFvOqlyYAgvaX7KA9gZ3tv9zeKYAQsIzdxCVAir68t8nZDa1d9v07B0j38c0kHrtlfN5ciDc9HSGw',NULL,'2020-07-28 02:21:34.630000','2020-07-28 02:21:34.630000',5,'Omar Benitez','https://lh6.googleusercontent.com/-7sUMoP8jp3o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmrBpt6jDIFxCAT-2XiourjuhC3bQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38743),('AbFvOqlyyaSzM-_LcR4EX61A8FFXyAcwJt4c4ZNJEpK7MFRottQzSiI6jS9gHdPwY6S-osdlqYeYXQ','Dr. Elsbecker (Physician on staff that day), Christina R (Nurse), Tina (Radiology), and Christina C (Registration) were wonderful. My husband was in-and-out very quickly for a procedure that needed to be done there. We are incredibly grateful for the staff and beautiful facility. THANK YOU, THANK YOU!!','2018-07-25 16:14:34.521000','2018-07-25 16:14:34.521000',5,'Christy Johnson','https://lh3.googleusercontent.com/a-/AOh14GhnvJTqCze-5Q4Pfb5AfRKt3Dzzhof-lq0eY2UbbEE=c0x00000000-cc-rp','16891069708558046635',36380),('AbFvOqlYYcMokQ6O9vUoLTxjFThhYkNxFn7LPCtNphF8QSbyQaIRRIQ7pmC7gKJpad4NpakqIdTHyw',NULL,'2018-12-13 23:03:20.658000','2018-12-13 23:03:20.658000',5,'Brigette Willis','https://lh3.googleusercontent.com/-PmdJGq3T8gU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnFW4J4xOP94Iv7dS0sNTPSzxL1gw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40784),('AbFvOqlyyh1cK39se76VYBRpgqSF0QGXi0oJxP01BNFd8rxlww_UOdOZYHF0eTUhIXKmX6BWrH_l','Came for a rapid covid test after being exposed. The staff was incredibly helpful, and got me through the process very quickly!','2020-10-26 23:42:51.979000','2020-10-26 23:42:51.979000',5,'Jake Butler','https://lh6.googleusercontent.com/-Nj2PPYxxSJo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckZPy-Ap72aCQv98QYyHCu5cA9ayw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40103),('AbFvOqlYYQG6QYoFWY-wu8pZ4gJCgfHVh7Jq8HpMl2hW8mQaSHu5vqWoXXuMp7i-0V39SOowSYeyXA','My daughter went to the College Station center was very ill. The front desk person, Monica, was very rude and embarrassed my daughter in front of the entire lobby. This isn\'t the way a sick person should be treated. It took her everything to get dressed and drive herself there. She left in tears. Unacceptable!','2020-09-21 05:18:31.752000','2020-09-21 05:18:31.752000',1,'Benedetta Duplantis','https://lh6.googleusercontent.com/-criCHa4reO0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckI25KORlUew2kVr9r9QDwz8__09A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34159),('AbFvOqlYZ-Xx34jBWnGDo2hGrBaYdwB3nvG0l5BEfFu87toDtMZCNtj_eMFePsGFSL5OB2sm2pn0oA','I needed a Covid test for an Oral Surgeon appointment. The staff were all polite and professional. I had a very short wait-just enough time to complete the necessary paperwork. The waiting room and exam rooms were pristine clean. Everyone I encountered were in appropriate PPE and maintained an adequate safe distance. I was given a warm blanket and continually updated as to the process of the visit. This is a wonderful option close to home!','2020-11-10 17:26:31.379000','2020-11-10 17:26:31.379000',5,'Ronda Mayfield','https://lh3.googleusercontent.com/a-/AOh14Gj404FADqJqt3wnbaIERgZOWECkPhkbHkaw5lur=c0x00000000-cc-rp','17898197009688164559',37452),('AbFvOqlYz9IuE5zSmbO7MN6_B79Ka3jnIl8JagK6Ml79A0LO3-ETe-3gbTF3Wl1ypoHh7ABdhOcl',NULL,'2020-09-17 23:05:28.053000','2020-09-17 23:05:28.053000',5,'Marilyn Martin','https://lh6.googleusercontent.com/-OTeohv0OxsA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnL47A91duRTgL2qEsYWDtwZsmRLg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36534),('AbFvOqlyzK9ya1i67ULVS-ZkQaTwEU3NSc_I8u4xkr7F9BKTNjCxonqQn8Z2hnLKKQXETWdzugP9Bw','I came in today feeling horrible. The staff here are very attentive, polite and are very nice. Deanna at the front was very nice and greeted me with a smile. The nurse Dana was very sweet and explained the process in detail. She also explained the meds as well and was just so nice and sweet!! Jonathan was also very nice and sweet. Great team here!!!','2020-11-11 20:37:07.912000','2020-11-11 20:37:07.912000',5,'Bernie Vargas','https://lh5.googleusercontent.com/-1xv2pQ2XFKk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclGh47SyroHsBFfB7spyjtjIf4LAg/c0x00000000-cc-rp-ba2/photo.jpg','14904078213800803294',32153),('AbFvOqlyzMl5A1LKxY3j-ZODl0Qe4QmPN9H_u70OV7EwBzcLKCyBvwNRcdj0EgubdUtnelMaIWNgTg','What a awesome clinic the best staff and best service and support ever! We love 5 hours from here and they took us with open arms and we are truly blessed by there help! God bless this clinic!','2019-12-21 17:56:05.060000','2019-12-21 17:56:05.060000',5,'remington mcbee','https://lh3.googleusercontent.com/-QBR6iVD8E74/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl__G-mx2d1P2Y0UFwmOOfWzzX-YQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40362),('AbFvOqlYZnU49AktloCxuqx4CcolCm7d1EItBS2hoR3jG-tgLeV2OW_oQnCsuU46Fv-G2tw3xL2aYw','It was an unexpected stop for me. I was feeling sick and weird. Wasnt happy about going to the doctor. To my surprise the facility was wonderfully kept and clean. The staff was very professional and helpful. Whitney,Tobie,Samantha and Doc Edwards thanks for taking care of me not only physically but emotionally as well. I felt peace of mind upon exiting. Rock on Guys..!!!!','2020-10-12 03:56:04.508000','2020-10-12 03:56:04.508000',5,'Domino Cato','https://lh5.googleusercontent.com/-8gZ-BOAqOFU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclyYaObsKyxnnUh3zxxhAEwROk6og/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39482),('AbFvOqlZ-wuLGqkB9D5bCqLs_E4_XQLa7QzVYM-qzeZS-_T7vj1eMMDpEY6_1eY51lN-VknUH6KvFg','Treatment was really quick and every member of staff was so friendly and kind. This is a great facility to use especially when your normal doctor seems to have really restricted hours that don’t fit in with work.','2018-01-23 09:41:45.949000','2018-01-23 09:41:45.949000',5,'JR CC','https://lh5.googleusercontent.com/-4NCrsoxRsiA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclXbK-tteytFCBh8xOt7fxNM9i9-A/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30889),('AbFvOqlz0ycFAJcpzqLev2dod_1m_Eq5ON4u-zhJMWQIPUxUz9zRjQfe2sr4xnjE9spqt0zq-fz59Q','Great place, friendly staff we were in and out in less than 30 minutes.','2019-01-07 16:49:49.780000','2019-01-07 16:49:49.780000',5,'Fatima Salazar','https://lh5.googleusercontent.com/-W0TYmL582zc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDCmvUDrBdzqiDqjkrhQ_k_OoEOg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40745),('AbFvOqlz1K0mHg4qZJ4Y3Hry8kdZLocDd6P0huk9XB7KkcITZrds6AVOey0e9NtldsY_eYeyPxahnw','Staff was very welcoming and the ER Technician Chelsea was very nice I they made me feel comfortable I highly recommendate.','2020-12-01 21:35:57.588000','2020-12-01 21:35:57.588000',5,'Frank Garcia','https://lh3.googleusercontent.com/-G8HZC5PXDB8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmBoxzOM1z62us_DDYATMpx1UbVRQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35548),('AbFvOqlz1nJzjljl66qumAf2pNNTHrxYFae0IU1uVs1gleYC1LB2X3MBZawIg1mXGlWvrxImb3gr5w','Quiet and clean, friendly staff.','2020-02-27 21:28:15.284000','2020-02-27 21:28:15.284000',5,'KerriAnne Jaime','https://lh3.googleusercontent.com/a-/AOh14Gi45sr4mVQZw7pvkP1S0VDGj_c72hRHx84UaS_7SQ=c0x00000000-cc-rp','16590124370714063921',34335),('AbFvOqlZ2TzSrRQGwvjWeTOVExDyzKhIW90FbB3Ub0TtOjZN6Cfubli5ekNwGqqb0DbQ4Hvu9f-PHg','Very good and fast. Great staff and attention to our needs. Dr. Nguyen Alvean Patricia and Chris were very helpful. Glad we came to this facility','2020-01-26 22:53:37.755000','2020-01-26 22:53:37.755000',5,'Jorge Gongora','https://lh6.googleusercontent.com/-nEGUN0Vsdu0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl0F7L5iclvNd7FbT7UyRh71wwJIw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33447),('AbFvOqlz3dP1cP2-hy11n_qgsw_XtDQqS1Lo4LlZvZPuN6CWZIjoPrTJwBOwVifpPqTW7GqY6GCGVw','All staff were great and very attentive to my needs and concerns.','2017-09-26 19:19:39.684000','2017-09-26 19:19:39.684000',5,'J\'Mara W','https://lh3.googleusercontent.com/a-/AOh14GihhOe2q_-Ux7gNCzPYFl2mCOeISFTas7-hXWBv=c0x00000000-cc-rp','8918455867446117794',43476),('AbFvOqlZ3EI3VF0zDbKjdANihFa5cS07h0mKWClp3PnNIXsyDcAMGJ2vSryXh54SUt3vk4TzOlnSOA','I am so glad I brought my husband here! Very friendly, prompt, and courteous staff. From the front desk, to Nurse Gina, Vivienne, Rad tech John, ER tech Natalie, and Dr. Miller, they were all awesome and caring! We were seen within like 5-10 minutes and treated special with warm blankets in a nice room. Facility is very clean and nice. I would definitely recommend this place to anyone and everyone! Great job guys, thank you for treating my husband with great care! :-)','2020-01-15 19:38:49.411000','2020-01-15 19:38:49.411000',5,'Jocelynn Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GhGyjmKzVqYBd4HHkQ64ssykt57HNPVDrWspDgK=c0x00000000-cc-rp','14567670160750071148',30335),('AbFvOqlz3exNG2ZPqeIxESNEzuiWMluVadabEQdDjrbgabTgNREMZLBkJOOi8Yfgb4XfMDAvzRVB','The entire staff was extremely helpful and did everything they could to make me more comfortable. Dr. Vakey did everything he could to manage my symptoms and make the horrible day I had much less horrible. I would definitely go back!','2020-02-20 22:36:28.128000','2020-02-20 22:36:28.128000',5,'Kennadi Strawser','https://lh6.googleusercontent.com/--_y1u-Q_fg0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckg16pUY5P_Eaef7CzERPpbhKv8zQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34347),('AbFvOqlz3XTxD47AcIbSDDii2CXtCOIvrFcXRk5Z4sL51bCf-tIsnU-EQdWcCkoS1eWc73nXvpoEsw','The staff at signature was great','2020-02-13 02:55:16.558000','2020-02-13 02:55:16.558000',5,'Abraham Almazan','https://lh5.googleusercontent.com/-BiPfmPMIuEU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck9-u_N3x2OcIURQTzRLEw-hVnRsw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29432),('AbFvOqlZ42TPb-olqNJPr2RubmQyFvtWw04y2ko9N4FWHH8-TtW4GFh872d3qA7DpIQa6it2i6FW','Dr Das, Erica, Sam and Brad were awesome. Great service, great care!','2020-03-10 14:00:48.057000','2020-03-10 14:00:48.057000',5,'Beth Sharma','https://lh3.googleusercontent.com/a-/AOh14GjmnBuS8QlvHUV35g-82gP_R87I3nq208BHhZZkkA=c0x00000000-cc-rp','14748677429039074158',32113),('AbFvOqlz48nE-Lhlv6EpQ6wJ9BPRYi_DTEdTxf-CfPHgLbU3B3ksMCskvtWjKfjhBphJOj3EXmVXaA',NULL,'2019-07-08 14:19:56.424000','2019-07-08 14:19:56.424000',5,'Ayesha Smith','https://lh4.googleusercontent.com/-59V8WcOrLWY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckyBIk42S-yo6Uvtoae7JXo1Fv_Aw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38101),('AbFvOqlz4hk_1XvFZClwmVaZWmruokG7e8hTw3uCq4_rLMXpSPbvGJc5fgw5QIkd9m_uWWWnCO9lug','Dr. Souman, Amy of registration, and Agnes the RN were very nice and helpful today. Would highly recommend to anyone!','2019-05-04 23:34:26.556000','2019-05-04 23:34:26.556000',5,'Brianna Malbrough','https://lh5.googleusercontent.com/-aOV56lKU9bs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnAHtpp4pDTE3Tk8RE472gC7Fk1pQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40586),('AbFvOqlZ5aBJ9fiucFdMCm3Uj71X1IG7tpISg9zCWDrVyRaYETcY8Az72r9f-Q2pGAe8ssUWFZoj','Had and Amazing experience! They were very welcoming and helpful!! They had great attitudes and I felt comfortable being here. Thank you Jennifer and Karly and all Nursing and Doctor staff!!','2021-01-16 16:12:59.303000','2021-01-16 16:12:59.303000',5,'Mindy Gerard','https://lh4.googleusercontent.com/-8MFMETwckmc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclI3omqNC-EmzcVYQ6cre2DerjG4g/c0x00000000-cc-rp/photo.jpg','8626688543755174284',44705),('AbFvOqlz5GDJ1ieY5YjF0t3joR5wrNBEROe2YmDoQM_jOG8UN6-cF1p1aE6u90053NoIUEyvSyUf','I had the best experience at Signature Care. All of the staff ( Austin, Jennifer, John, Dr. Jorden) was amazing and helpful. I will be back for any future needs.','2019-06-07 18:41:29.955000','2019-06-07 18:41:29.955000',5,'AlwaysAllie','https://lh6.googleusercontent.com/-n3MrIJjIEEQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmqHOL5bg0kY2gxnEwtLSL7WD8UOA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42056),('AbFvOqlz6djxz6kwEWxhLvnp0zUyoBwm43uUsTMW72kdYX0yQJPJfhaomu8o9DoWKz8O-YxVAUb3nw','No wait! They are very kind & they bring you warm blankets... I can\'t complain about the service I will totally go back in case of another emergency plus it\'s super close to my house.','2017-07-14 22:37:25.836000','2017-07-14 22:37:25.836000',5,'Perla Canales','https://lh4.googleusercontent.com/-eDUz5bLiRgY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnG1j7im1CvgAzCH4rpjGSyca5ZrQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43501),('AbFvOqlz6ib5dj8DZLCWdWHPixYzV_cKG0Zt3D6wWSnkF5P0tXY_DQLKR5AOz0Uh87S3LnOwUuHS1Q','They were very helpful and worked very quickly to find out what was going on with my boyfriend we will be using them again.','2019-03-07 01:02:06.441000','2019-03-07 01:02:06.441000',4,'Chrissy Chase','https://lh4.googleusercontent.com/-I3Ee0PN6M_k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm709ftprfipfPPGHTCIWLmfduCJw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38260),('AbFvOqlZ77H-7Bxp8W3HlZ0vN32qPdJDjLNEAyfHgOsHBFOtmQ93xB4b9bqkLbq2ooLL2JAq81lXAw','Amazing place! I discovered SignatureCare after having a horrible experience at our local hospital ER (Seton SW). I brought my younger son here 5 days ago after he fell and broke his arm. Dr. Miller was absolutely phenomenal and the staff was friendly, professional and compassionate. Dr Miller\'s diagnosis was absolutely accurate which was confirmed from the pediatric orthopedic surgeon we saw yesterday. Then my older son who has had 5 heart and lung surgeries (congenital heart defect) began experiencing severe chest pain tonight while we were next door to this ER at the movie theater. It was a no brainer to bring him to SIgnatureCare. Once again the amazing Dr. Miller sprung into action and our nurse, Gabriel, radiology tech, Chad, and registrar, Earl, were equally fabulous. They are keeping my son overnight, did a cardiac CT scan, blood work, are calling in a tech for an echocardiogram and will call my son\'s cardiologist to discuss findings. I truly feel like we couldn\'t be in better hands. They are very communicative and seeing to our every comfort. It is truly impressive! This is our definite \"go to\" place from here on out!','2019-06-23 08:37:32.490000','2019-06-23 08:37:32.490000',5,'Brenda Booth','https://lh3.googleusercontent.com/a-/AOh14GjjkQ_7_UDNoiJ5cUHF0f1iN6V62VrMfmm1IL2Y=c0x00000000-cc-rp','16891069708558046635',36170),('AbFvOqlZ8D59cq29H1IhrYA9Ehv54p1VYBtDxwxCkBSfOjCUzj2d_i6kQmf4ZDghgp7DeXoaKfsX','Had an amazing experience with nurse Dee. Professional treatment !!','2020-10-01 16:14:57.075000','2020-10-01 16:14:57.075000',5,'leonel canales','https://lh3.googleusercontent.com/a-/AOh14GgKycwaVlkILzYhWQ-CboL0beDld8kkSFfSiBUUVg=c0x00000000-cc-rp','12541597562633926366',28510),('AbFvOqlz8x8PDUrw93v9L_pjL0pCu-xMK8PmyjEWssKMbtGMuSIYVuipBjMSE2LZO5oD4b9TNOoN3w','We came in for my boyfriends severe infection in his mouth and we were greeted by Tatiana at the front desk who was just wonderful. Then we were taken inside by Christine the nurse who was also so wonderful and nice. Not to long after Dr.Lim was in and assessed the situation and took such good care of my boyfriend. All in all such a great experience, I highly recommend this place if you need to come to urgent care.','2020-01-10 01:55:30.810000','2020-01-10 01:55:30.810000',5,'Victoria Gomez','https://lh6.googleusercontent.com/-wO0JisWZ8IY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcYw7hP6HbFauqZ2ojJWnkhL5bOg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30357),('AbFvOqlZ9EBZHhWV7anvQWqablFy5QBFb3T0Ba2qKt_CJYyTqLtm3KWNFAO60Mgi3PELFgAJ_awIeQ',NULL,'2019-06-12 03:18:31.847000','2019-06-12 03:18:31.847000',5,'Reed Seidenberger','https://lh4.googleusercontent.com/-BUXQrAe2iZU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKuVyWqSCfi9ZcG9tqgJ-Cx70D4w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34826),('AbFvOqlza2rtMunFmLTXv-bdGwtT_pAEifZSkEsLT43y4m8XQCfQVrO4HhZxkzNNEnNBDv94u9r0rw','Super friendly staff! Went in at 5 am to get stitches and everyone was so kind! Went in again a week later to have the sutures removed and again I was treated so nicely! I had nearly no wait time and was seen immediately! Definitely recommend for any minor emergency needs! Plus they are open 24/7 so I got to go in at a time convenient for me to get the stitches out which I really appreciated!','2019-09-23 16:19:15.893000','2019-09-23 16:19:15.893000',5,'Sarah Thawerbhoy','https://lh4.googleusercontent.com/-7eQKYboCgOI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucndv9C3rUXoQvFIwTOMz4ha3ArIlw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34654),('AbFvOqlZAAD0KciqK0ac4TGkxaj_KLOY0nQ630j7AraG1D7Hx7RqfQsRt9RAmL9u6BYxTqH9Xmuz',NULL,'2021-01-15 21:25:20.033000','2021-01-15 21:25:20.033000',3,'jose pc','https://lh3.googleusercontent.com/a-/AOh14GgLPm2F-tRxnDya34fUTu-aDPX74OMmAZXhkzQ4=c0x00000000-cc-rp','17394740196501090048',44558),('AbFvOqlZAdCm5ESePxx9pZi4eAJ-edrccOoZGcpYJIjHiRLkHIJWc6wL5Bu_GPZbvPKd7jBQgtqsQA','My experience at the facility was very nice. The staff was friendly, helpful and efficient. The front desk clerk Dee immediately requested help from medical staff to take me right in to be seen. This place was great for me','2017-02-10 15:02:57.313000','2017-02-10 15:02:57.313000',5,'BOYD HOUSTON','https://lh6.googleusercontent.com/-FyTF4eHeeqI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6GrO9OsSajaQVqGfr-YDgm3UzOw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41113),('AbFvOqlZArE36eGgQm-ODDxdQO2xKf5fGdla08yZPe4sLRJ1IJ-Pa8hSHAvcjpbyYV_-ul2hQVZD','This emergency room was very professional and clean. They got us in the back extremely quick and treated my daughter so kindly. The nurses Kat and Remington were very knowledgeable and nurturing. Highly recommend coming here in case of emergency.','2020-11-17 19:49:49.054000','2020-11-17 19:49:49.054000',5,'Courtney Willbanks','https://lh6.googleusercontent.com/-ETVSa9lHU0M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnUk6GXJl-RbZtDF_rN3itWfSrLKw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35587),('AbFvOqlZavv1d2TjJaPfOHNuVBRcKXmGlW3S_Rd6--UmXJARqQcrlDxKDZZL4u1eDqC4tHkoNNAqlw',NULL,'2018-02-04 23:09:35.482000','2018-02-04 23:09:35.482000',5,'Jessica King','https://lh6.googleusercontent.com/-hLnukUdNNFY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucksXRxRxkcKolYZ7M4Vm61NAbbaIg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40960),('AbFvOqlzB5wBqRwxVAH7CmIGjT8nU0l6nsjvadDjF8TEyByUa0tiOyHliRG-m0mmMXPuYL_Y3Vjw','Staff are nice except the physician. I really didn\'t get Dr. Chen\'s black humor. He treated me like I was an idiot. Bad experience and I definitely don\'t recommend this place.','2018-02-15 03:40:38.256000','2018-02-15 03:40:38.256000',2,'Ali Samura','https://lh3.googleusercontent.com/-AguPYVxuLGc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucklqr1nNbATUFQC0awJz3HVsOcgDg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40957),('AbFvOqlzb9awT7hnHZ3cxxOT7r7FuuhdXBrOe8dnrmKv_Dnjuxv0_o-5TZvRFeQGchFVlgR6nlFYTA','(Translated by Google) Excellent service, doctors, and nurses .. super recommended! Thanks Tanishia, Leslie, and Dr. Wang.\n\n(Original)\nExcelente servicio, Doctores, y enfermeras.. super recomendado! Gracias Tanishia, Leslie, and Dr. Wang.','2020-02-28 04:29:37.936000','2020-02-28 04:29:37.936000',5,'Milena salazar','https://lh5.googleusercontent.com/-7rIkAmmSzqo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnWQrIjduvEyGTbv5M9nZph00N44g/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37650),('AbFvOqlZbbFrtVuV5MQ-0ptjLIG92O-fEMgngCy5xJLZsRpau2itAEQHz8KKEjlNaR1Ayw2W3ZF8','Everyone can recognize excellent care and service but as a healthcare worker, I can recognize excepcional care from healthcare workers who have gone beyond and above. This facility has really earned the 5 stars. Everyone was extremely attentive and provided fast quality care. Lisa was our nurse and Dr. Huerta was the physician; they were both extremely thorough and compassionate. This is really the best urgent care and the cost was way below my expectations! Why go anywhere else?!','2019-06-26 08:12:28.249000','2019-06-26 08:12:28.249000',5,'Veronica Martinez','https://lh5.googleusercontent.com/-b2gqPeRrD9A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckp8eILPvLjteEB5ELlHhVbAIMQEQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41680),('AbFvOqlzBbkcAg7N_Sa3k2CFdllRJE4TWZMCSVqnJleWC24siNNeXHVa0ysZo5bD1wcw5VHBePerCg','Very professional, courteous, and clean.','2018-08-29 23:59:27.131000','2018-08-29 23:59:27.131000',5,'Shelby LeCamus','https://lh6.googleusercontent.com/-Cae553dWXNM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucny2Q2xRZ_mkUOwlQdnQCKau0UrWw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30761),('AbFvOqlzBGgil-8XAMicLDEUfnp0M7jvYn4T0_0-TESFAb_45Il5r6BtgGGYokyEd2zMhWq2cdkG','I had a wonderful visit very nice lady assured the comfort of the test Theresa m','2020-07-20 20:04:48.241000','2020-07-20 20:04:48.241000',5,'James Mckinney','https://lh5.googleusercontent.com/-UybpLJoz3PU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm2vb3kNEl13UQ8fQig2GHt3381lg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41351),('AbFvOqlZc1XiApxISnYjSYu73YinSxvxCxCuulL654HDTCJ2QZvr0J13ugg695ZqTo0N76-8b4zhLg',NULL,'2016-10-11 19:39:51.543000','2016-10-11 19:39:51.543000',5,'Vicki Tippit','https://lh3.googleusercontent.com/a-/AOh14Gjr0SrWfthGh6ohw6T_CP6vV3DGKymEMgc4JIZywA=c0x00000000-cc-rp','3511292162159714121',41158),('AbFvOqlzc89ba8Z0ndHnSIkLobx-zqY8SnQOgRR2B-2RGbthhm5PRJWrCuhhN3idzhEwHtFPss8R1w','Fast service, Doctor, nurse and staff shows they care about you.','2019-12-14 18:25:30.512000','2019-12-14 18:25:30.512000',4,'david nance','https://lh6.googleusercontent.com/-jJr8VD8TTso/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBor87aAeJsRiqlB_nFtuv0MWPnQ/c0x00000000-cc-rp-ba2/photo.jpg','2694018788013845459',39186),('AbFvOqlzck01SPAO9DIlb0VsCrP9nuRmIduChULk4mZGQaN_DFiOlYvWXZ_2tNEgeowrNEMntUXrQQ','When I came in, everyone was courteous and professional. My team was Ke\'Aire, Norma, Reagan, Dawn, and Dr. Sylvester. They were all so sweet and serve their patients with compassion. They got me in quick and handled all my concerns promptly. Overall the best experience I\'ve had. Would recommend anyone to come here when sick.','2019-11-03 15:10:12.452000','2019-11-03 15:10:12.452000',5,'Anita Hancock','https://lh3.googleusercontent.com/a-/AOh14GgSLfQ8VSVZFW2qglKSMqYg7W-sMsu1hEt22tvtug=c0x00000000-cc-rp','3511292162159714121',40388),('AbFvOqlZCpq4KD-dkQ5dvrINeZpUeM7ygUH9frUApo4UHip4UEQI0VxlnhyRoGS78RAYe-3j3LRV','The nicest medical staff I’ve met in a long time. They were really sweet to my child and very helpful.','2018-01-18 13:27:16.037000','2018-01-18 13:27:16.037000',5,'Anand Whitney','https://lh3.googleusercontent.com/-AXS3IINeGEg/AAAAAAAAAAI/AAAAAAAAAGU/AMZuucnXL7Hyf5WRXJCHXx9LONn4UQghYA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43427),('AbFvOqlZCvX-VJ7WJYBvgPjR74Ma1KJlxVBUkRBKVOmtJUyA3WHbXroZaooO8YSo1McTBsCHB5WE','Getting prescriptions on Christmas Day was quite painless!','2017-12-25 14:34:24.288000','2017-12-25 14:34:24.288000',5,'Jon Robertson','https://lh6.googleusercontent.com/-ATBN6VYzeZc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucklHdLqEDhQcQvGYat-ygLtJPYq4w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35338),('AbFvOqlzdygiOhmEekmYFFOkADP0XCVqc8Zbae31NTBQa7TMHpaF3eQg9MPr-HBfTPKQb-VZ3hTE6Q','they were good ,quick, knowledgeable and very professional thank you ...The best staff Delicia-Registration, Karen-Nurse, SonLe-Tech, and Dr. Spangler.','2019-11-03 19:30:32.786000','2019-11-03 19:30:32.786000',5,'rhomeo01','https://lh4.googleusercontent.com/-uVLsiCk0eHA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnfsxwxVndu8oAn_Wj4yYY8FjRfPQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42612),('AbFvOqlzeDqcVF5n9SNvlnBtASyVQ-jQJn4FvJDyBqc-o0AXx8D5_yQm-hFu83pRQQVAwCh2a3n01A','SignatureCare Emergency Center exceeded my expectations. The check in process with the front desk was fast and easy and i was promptly taken to the room by my nurse who was so compassionate and caring. She took her time to make sure she understood all the problems i was experiencing and made me very comfortable. In less than 5 minutes the doctor came into the room and not once did i feel like he was rushed. He was as well very compassionate and made me feel like he was genuinely concerned with the issue i was having. They had onsite imaging and i was able to get a CT to properly evaluate me. I will definitely be back again if the need for emergency care arises.','2018-01-13 14:25:38.947000','2018-01-13 14:25:38.947000',5,'Echo McCain','https://lh6.googleusercontent.com/-uy4PrWAVqi0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnXOYf_r7pM5X40ZWTpJiarhUsu6g/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37001),('AbFvOqlzf5rw39DOaO2UhHRzzrUXQeMRYNdRWBKB6_Qtuolv9woCR3QteGomemXCziDl8DY6Y9s-HQ','Came in to get tested for COVID-19. The staff was very helpful and got me in and out!! The results were almost instant. Cody and Nydia were awesome! Keep up the good work','2020-07-26 16:10:18.694000','2020-07-26 16:10:18.694000',5,'Corey Frye','https://lh6.googleusercontent.com/-FI9j93hJYUA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckMSwLq8WOzEOZ6LQiWM3FYrX-VAg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38772),('AbFvOqlZF8crmY91KANlCc8GCk12zdnoKRyLsGR8qBz9-FWzYJuZCDOU2rU8UEe8nooV7IFFt4h_CQ','Everyone was super nice!! Shoutout to Haley!! She rocks!!!','2020-06-16 22:26:44.385000','2020-06-16 22:26:44.385000',5,'Shalondee Holt','https://lh3.googleusercontent.com/a-/AOh14GjCACwZ2QiDeRvtjdPPtf4diCK3eewYsw5AruGyGA=c0x00000000-cc-rp','3272657195432704501',39548),('AbFvOqlzff4LxWTC3p8gGXNiCMmTcvwoYVm6Cc0MmB8IvKrMJ2B9c0zgT1vuf7NvLdLJ0J139awVZA','The fastest service I’ve ever received as a patient, the Doctor,and staff were very hospitable. Will be the new place I go to for all my medical needs!','2018-07-21 09:06:53.412000','2018-07-21 09:06:53.412000',5,'Chibike Uzoh','https://lh3.googleusercontent.com/a-/AOh14Girj6rKfLJ_tTw69XU_q9ZuHPF-C3ZCdqrDS5DQZw=c0x00000000-cc-rp','17394740196501090048',36928),('AbFvOqlzfHrqvtFKPINmREooK2NWChEyqypyU2pa3bBpLlOckPBrarkwT1lcezo2jYcn38Pbvpsnrg','This place was clean. Friendly staff. Very informative. Didn’t try to over charge me','2020-03-14 10:25:51.800000','2020-03-14 10:25:51.800000',5,'Zechariah Jones','https://lh3.googleusercontent.com/-SUQHfbB4nUU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckwcXbB7KRETzhiJ0rXMcMnFhKq7w/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32101),('AbFvOqlzFmSi3-44DflF7UIlHyll-lbn8kwlMeHOH1e1I61h_Um48b6Lh9K1wS-HseDO9CTp7PqZSg','Fantastic care! Quickly seen. Caring staff. Highly recommend for anyone to see them!','2020-01-29 17:08:15.883000','2020-01-29 17:08:15.883000',5,'Nikki Moore','https://lh6.googleusercontent.com/-KTVmzsvtEqg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckQQU80GCJwWDe_npA9lWwFp5Xe7g/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39664),('AbFvOqlZfoKDEvXGuRvX6dcs28ZpHf9qzzEHRhpxg8jfgKi5y-C5vriqy-CvD1Z-sTvlDQSvDGbASQ','The staff here is remarkable with the best bedside manor and sense of humor. The 2 girls at the front desk were as efficient as can be and handled the stress of the patients with care. I highly highly recommend!','2020-06-28 19:50:50.965000','2020-06-28 19:50:50.965000',5,'abbie krolczyk','https://lh5.googleusercontent.com/-Bw3RO8y2JHo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnx1ymbUt18aH8dyQE9pfUhNjJK0A/c0x00000000-cc-rp-ba4/photo.jpg','16590124370714063921',34284),('AbFvOqlzG781vPcrQp0ty2UaVNZNnfgEEIW3slqlcKRasruIV5jgFFK7op1JyX92njMiFCPI-nQ6','The receptionist, Kim was very nice and helpful. As was the nurse, Brad. He was very informative and kind. Would definitely come back to Signature Care College Station.','2017-02-07 18:10:53.006000','2017-02-07 18:10:53.006000',5,'Kennedy Potts','https://lh3.googleusercontent.com/a-/AOh14GjfG0ACOdFRVMPqA78wgIb_ZaKwNdVDrZpNX9PLew=c0x00000000-cc-rp','16590124370714063921',35511),('AbFvOqlzgaJE77OkxAiztxpu0sR-nMpldySZ7A2vMi0wg5gi9d5rcuylLiKVj-0JCZGQnb4gfhagtw','Fast, friendly and professional service!','2019-03-23 10:57:21.981000','2019-03-23 10:57:21.981000',5,'N Parker','https://lh6.googleusercontent.com/-CIugaKmJ-4Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckdyXYW1YUkjth1Afae_RZGalh15Q/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30576),('AbFvOqlzgJUet7A4ql2PydBgxV4f3HCEXwsBhV7jMaA_viCSAjl6Of7xcqt9UZ4jPYEsA4-rYf2Gcw','Megan and Senaida gave me a great experience. They were very kind and made me feel comfortable.','2019-02-18 02:15:56.611000','2019-02-18 02:15:56.611000',5,'Destiny Molina','https://lh3.googleusercontent.com/a-/AOh14GjDh3xrCKPvbjRtVDUgmNMDBjnYcL4COE7PS5jCxQ=c0x00000000-cc-rp','6521947413723274945',41763),('AbFvOqlZGMYpS931FRTa7YDTNUVIWMLMfhMeR4B_Elw3KYS7oQoLvDQsli62FIJoOOQZlJ1j34x6KQ','Great staff. Nurses Luis and John, the radiology tech Carlton, NP Shajja, & ER tech Dorie were amazing!','2020-12-13 02:30:48.961000','2020-12-13 02:30:48.961000',5,'Katelyn Osburn','https://lh3.googleusercontent.com/a-/AOh14GiUz2hH6TnpMX_yFRoj4PkrBpNQN2FnYk-J_B-a=c0x00000000-cc-rp','2694018788013845459',38833),('AbFvOqlZGq7xO9qgIzt7DF7jrqMzsCqFFbWanKs3a0TU4nLlwB1TlMHmCCsIcn9ZNQcMC5-6-mmF1w','Excellent service from Christina T, Clay and Dr. Rose','2020-09-12 23:08:22.567000','2020-09-12 23:08:22.567000',5,'Kathy Brown','https://lh6.googleusercontent.com/-ri2SUl0hM9w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnssvuwE6QDRKjoFCi5wQA4rf84IA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35815),('AbFvOqlZhcISZtrjbof7N4CeUi5j7OEt6WTMPLGXRW8s8HJliMqqDP-3tzcFli0RxnyNzfl_gCgqvg','My experience with this place was very pleasant. I came in because my throat hurt so bad. They made me feel very comfortable, and was very welcoming and informative with all the questions I was asking.','2018-09-15 04:09:20.837000','2018-09-15 04:09:20.837000',5,'Jack Malacat','https://lh5.googleusercontent.com/-1srwk3t8J8g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucktqvJH1GkgP0K-d2Hnld145VyHyg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30725),('AbFvOqlzhmgEDmfLnrSxthu-4AvvDxE3mAXzYrZOsKeGDA9XF3nE4Z-Hp2N3Uflt0tn4ZGnFgGJS5A','Dr Healy, Marissa, Bailey, Holly, Carl, Ana and Kandi were all so welcoming and caring thank you so much!','2020-08-14 08:51:14.335000','2020-08-14 08:51:14.335000',5,'Amanda Owen','https://lh3.googleusercontent.com/-fTtcYu3GLME/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck2R3aJaH5B-KWntmIiGhqDWhur7g/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28569),('AbFvOqlZI_rAPO8JePBfXECT_3sOxHv-i8P8cyS7FCs5HQhaDRevI5DIplC9eUWwF3sHygZnJJ3lLg',NULL,'2019-05-01 17:02:38.669000','2019-05-01 17:02:38.669000',5,'Giovanni Puccini','https://lh4.googleusercontent.com/-OMZkpDNmsbA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckzuWXbXODRV4B00rIihf1ThXf3ng/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42702),('AbFvOqlZiEcBAUP54QWED90aGIwi1KgEP--9fwCvY-jzO05Gb-V274YNHi-wycNrrmsYpzxzu-8n','WEBSITE SAYS THEY WILL TEST YOU FOR COVID IF YOU HAVE SYMPTOMS WITHOUT AN APPOINTMENT BUT THEY WILL NOT. Staff is very rude and condescending. They never asked me about my symptoms, they simply turned me away.\n\nTHIS IS SPECIFIC TO COVID. Website states people having COVID like symptoms can be tested so they should be staffed and ready. Clinic needs to be responsible and alert whoever is running the site to take that down because it is misleading to the public because it is 100% false.','2020-06-27 16:14:26.831000','2020-06-27 16:14:26.831000',1,'Kate Jones','https://lh3.googleusercontent.com/-LUrZkipvzkU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckPpFsJaVYs8QAEeQIv90-kRq5Ryg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32319),('AbFvOqlzilPgeKaeqzZZLsw2qrAqtar8tYmlGokEQzHzaAYaD-QHBovUWt586vMIXG-NmT7W8Ospgw','Wonderful, attentive, and caring staff.\nFrom the receptionist to the medical staff beyond caring and professional.\nDr. Patel was courteous and kind, I left feeling that he genuinely cared about my well-being.\nI could go on and on.... Thank you for your care!!!','2019-06-14 03:36:51.546000','2019-06-14 03:36:51.546000',5,'Chris Coston','https://lh3.googleusercontent.com/-Lu_fkLtXx48/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckzYpWDRdnyP7AWuVdmSBW9iVbWCg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41696),('AbFvOqlzivDfZn32uyHl9F6Nwd9RwZjhcePihuvT8IZ_2TwK88BTn55Rs5J5kpBabbkx18mrxYWowg','Awesome service. Dr. Ybarra was amazing! Fast service. And the staff was nice and friendly.','2019-10-30 02:29:41.918000','2019-10-30 02:29:41.918000',5,'Joy T','https://lh4.googleusercontent.com/-fnaSjoCOdPI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucloLFVL5hMf0ejaElYLq4rITDy3MQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37918),('AbFvOqlZiVZiT3OAx1CkRsmCHj1Hv_dIzHcpQx5ECTSea8vklWhvPjxiTazl4vfxoBt8nJeqQ1sNww','I had a very good experience here! They were attentive to my medical concern as soon as I walked in. It was not busy, so I’m sure that played a part in the quick service, but all staff and the doctor were caring and did a full work up to make sure I was actually healthy before sending me on my way. No idea what the bill is going to look like, but I felt way better cared for than the couple times I’ve had to go to St. Joe’s. Assuming that the post-insurance is comparable I’d come here again for ER care.','2018-06-11 01:36:57.729000','2018-06-11 01:36:57.729000',5,'Amber Rose','https://lh6.googleusercontent.com/-MR5CzTuobdc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnn5Q-PczAlDzae9XNpNB8S-AWyIw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35267),('AbFvOqlZizxslTw5B8p5KGQjHuSnJHdDZzIovsxmhlQKwZgWMAgZlf1QDp1wQyaFGNbxRy7BB_xz3w','Kim and Dyveliz were super friendly and helpful! The clinic is clean and welcoming. They offer snacks and drinks to clients. They put The Intern on for us while we waited for our friend. Super positive experience and I recommend friends and family!','2018-08-14 19:07:50.847000','2018-08-14 19:07:50.847000',5,'Hunter Edwards','https://lh5.googleusercontent.com/-WN9Xu1MWfbA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclzYfdBHsYKQ2AkcQ2hIaQtvxKtWA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35243),('AbFvOqlzJ-pz10rXbqlqBLneEZ5iD4i7maqq2qA5HvCAQwsiTUvY9q9vsycgeQuY7Zyz0NbRcWH4qQ','They got me in and out! And every single person that helped me had a smile on their face and were so sweet! Thank you Signature Care!','2019-09-03 02:22:16.343000','2019-09-03 02:22:16.343000',5,'Janelle Burkstaller','https://lh6.googleusercontent.com/-Fa-REbtGRCI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnB_yeID1FZctu2SrSLkftd7FhM_A/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29680),('AbFvOqlZJKc1a0VRrpcBJBBZgwFvPDwzo96nXVGl14_37Hi0rT7q5mGXbEXJSzJO3z6lGm42k4f01g',NULL,'2020-07-26 20:07:17.960000','2020-07-26 20:07:17.960000',5,'Rocky Butcher','https://lh5.googleusercontent.com/-xNgAF4D-8Xg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclC5aQDtgRRkz_s9nTKRkehorIbGA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41331),('AbFvOqlzjtBEd600H0_udOh0979Zp96FWlGtV_F2Ctkpv2rwiqe7N5ZR8w5BM11e5wuXqntsAZt_VQ','This was my first visit with SignatureCare and it went very smoothly. Upon my arrival, Delicia greeted me promptly and after taking my information, she explained and highlighted the fields on the form I had to fill out. I was seen by Dr. Cavazos and the nurse Blake within minutes of filling out the form. After telling my symptoms to the doctor, he explained what he was going to do and what may be the causes. Blake was very kind and did my blood work, offered water, and a warm blanket. After that, the tech Sonle took me to get complete my CT and guided me through the process. Luckily, my symptoms weren’t serious. Dr. Cavazos went over my lab results and and made me feel so much better about my situation. Would recommend anyone here! Now I’m hoping my insurance is nice to me.','2019-10-31 16:52:11.290000','2019-10-31 16:52:11.290000',5,'Susan Ho','https://lh3.googleusercontent.com/a-/AOh14GhHYB9fc62EdD3NolXh91xhJ3MiJsUn0_iTCa42ZQ=c0x00000000-cc-rp','8679688254631342173',42617),('AbFvOqlZjx3wiWCQrucBYtm_WaGabtpRsd7LQBtTOG-PQG5x2jZwzrQuryxOlBcsg9aM3_LpByXX0w','Very fast care and kind people.','2020-02-03 19:24:53.486000','2020-02-03 19:24:53.486000',5,'Austin Sweeney','https://lh3.googleusercontent.com/a-/AOh14GjS94-LBPm90KRwpza_6xN3zoAvh43gfMuMbSM40JQ=c0x00000000-cc-rp-ba2','16590124370714063921',34394),('AbFvOqlzK4pYUr7B46oLIi--Ky0FQkkbtL6UbMoUvXxqemseSHO6ypCTyZe01erabEXyCk1SU4Jedw','Lorena T, Amanda C and Jacob were friendly and quick.','2020-07-29 13:27:46.758000','2020-07-29 13:27:46.758000',5,'vanesa rivera','https://lh5.googleusercontent.com/-_jILe6wca8E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckPY0Yt24xqskRIWIeKHTc93cl1Hw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34232),('AbFvOqlZK7RMqEJ5jJOB01wnlEKHrIDsw1dTwFsRru2gzPm6hEP19_kUE-cKUGnPv6lDRAy_GiSAIQ','The staff was great!','2019-02-22 22:29:40.635000','2019-02-22 22:29:40.635000',5,'Dana Hancock','https://lh3.googleusercontent.com/a-/AOh14Gh0gqxD5k81hk87WbIyWtVP2Nd-aO1J-4ADRN4iuw=c0x00000000-cc-rp','3272657195432704501',39909),('AbFvOqlZKncWGbGdFOAUutTPvyXBM8d9-zlaHRVorwnr6VCFFxK7SlHU5T4Y9qrzy8mKCNU6LkXfIA',NULL,'2020-02-13 06:29:20.379000','2020-02-13 06:29:20.379000',5,'Jevon Pressley','https://lh4.googleusercontent.com/-3trhQK-9d30/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmbPlS8J7FzVHXuMNZiMcDJ4w79Qg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28724),('AbFvOqlZkz5l-TYAO-yaaHi_HqEfpkB85ZszdXyKvzwWsfP0R8WqEuZrSDpEzgBktpGGLGgUDwVZGw','Wife and I did not have a good experience here. The staff we called prior to arrival was not aware of the instructions on the website, nor helpful with basic questions.\n\nTheir computer systems were also not working. They could not verify our insurance even tho we had previously been here before.\n\nWe will not be coming here again or recommending this place. There are plenty of other options in a 10 minute span.','2020-12-21 05:07:17.722000','2020-12-21 05:07:17.722000',2,'Yousuf Hassan','https://lh3.googleusercontent.com/a-/AOh14GjsZfNPKOlvAxtBth54i1bnsPFWXMrWRPt32h_QNw=c0x00000000-cc-rp-ba4','14748677429039074158',31262),('AbFvOqlZL1liZheJqp_9l2ygsOUKINNP1QRRwFjfr3BftGEGlIs1-t8u-yWhNUkbkkNecyT14E3C','Very clean, fast and friendly service! Got labs, imaging and other tests all done in one place.','2020-02-04 20:41:01.266000','2020-02-04 20:41:01.266000',5,'Shawn','https://lh3.googleusercontent.com/a-/AOh14GiSyWJdqI_Ec3qsmh21wCgdchdOlHoJk0wubW8F2Uo=c0x00000000-cc-rp-ba3','14567670160750071148',30270),('AbFvOqlZlFH5pIAga4pluX0BVwBEUhCYf-PCDOAf4zUyAvz9BLgItqDdUuhCmhFmyOJK9mQc2YHMnQ','This is not an urgent care. They bill themselves as an ER - it would be cheaper to go to a REAL Emergency Room. They do not credential themselves with insurance plans, they are always out of network. Expect a big bill - $5,000 for a virus. This is the kind of predatory practice that is killing our health system and praying on people that don\'t understand our country\'s insurance billing system.','2019-02-18 17:24:50.435000','2019-02-18 17:24:50.435000',1,'Mary Ellen McEvoy','https://lh3.googleusercontent.com/-QHzNM2lHKc0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnRWg3bKov3kWBT2qC-XuWbuBK44Q/c0x00000000-cc-rp-ba3/photo.jpg','14567670160750071148',30604),('AbFvOqlZLUCtVfZ0j5cr5fR-tvmTW5wlT4B4Ip7vtWxIm-mwbn6SADX4DWsO88kEYXO07pejPxpiAQ','They are very nice and fast and help when you need it and made me feel comfortable during my visit','2020-12-03 00:43:52.275000','2020-12-03 00:43:52.275000',5,'Ciera Brown','https://lh3.googleusercontent.com/a-/AOh14Gh7cfHsaY0Rlzc4cVnIjyzxKC1l9H09Vjs_AII7=c0x00000000-cc-rp','2694018788013845459',38873),('AbFvOqlzm1uVXlgwxA_JBFvs23Xb1fXVo9PGvztyi9O-W4JBdkL8BRvn0MfbKKy0UcO0XkYU180t_w','Very friendly staff Naomi, Sarah, Nancy and Dr Pham everyone was professional fast and friendly service no waiting always professional. Thank You','2019-07-29 20:34:29.836000','2019-07-29 20:34:29.836000',5,'Melissa Ruff','https://lh6.googleusercontent.com/-FUXSUezo7Kk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7nBdq6QQBZ8k3URFNz8SsjQxQ7Q/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38061),('AbFvOqlZM6fCusgzJ2kzTrzCi2BIrJHveVp0C1Da1h69wy1lDpMQW_z8muL-Id60LsdCXAbSiEC0','Clean. Quick wait time. Friendly staff from the front desk to the nurses Kelsie and Chloe. First time coming and recommend this location for medical assistance.','2020-12-18 22:44:42.308000','2020-12-18 22:44:42.308000',5,'Shanaye Miller- Watkins','https://lh3.googleusercontent.com/a-/AOh14GgJZTzoE1d7y6JVj90EiDlbr9ssTEHS3As3PRAsBA=c0x00000000-cc-rp','3272657195432704501',44661),('AbFvOqlzMTUdaZlL_qfJfD-ochvj4NDC7mRoN70OUagBX-szvm2NiTsfKIXAdKu5TGe9T_BKDtfn','Best care I have ever received. The staff seemed genuinely concerned with my well being and went above and beyond to make me as comfortable as possible. I would recommend this establishment to anyone.','2019-01-10 03:00:22.224000','2019-01-10 03:00:22.224000',5,'Lisa Sinder','https://lh5.googleusercontent.com/-PWncQ5AK_zw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7lqAnGrkWnYriLCTrNDTThB0cyQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40735),('AbFvOqlznHX2P2JZDr3l3VravZR0sdTXcBSWxoQH4NwpWTeaHYeyIhOlIw64RrZI_LOtfl8gZ3IqUA','I highly recommend this location is the best! The staff was friendly welcoming and competent. I love the doctor who listened closely was very thorough, and clearly cares deeply for her patients. Jessica the RN so very sweet. Thank you guys for everything !','2019-07-08 12:23:25.937000','2019-07-08 12:23:25.937000',5,'Cynthia Saenz','https://lh4.googleusercontent.com/-B6skJvo70VU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQyMbXmL7D9-fysqOprCTy2Cl8cA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32448),('AbFvOqlZNLWwtU1nisfUqe57ZnxOQxXUOZKrzcGPFhBFLHAbUcKoBla9ssXVf6dbTTHAvhdOcBnAfQ',NULL,'2020-09-11 23:37:23.351000','2020-09-11 23:37:23.351000',5,'Laura Yeatts','https://lh3.googleusercontent.com/a-/AOh14GjAHFBBVFnEoJZkVNxempyJVMCdW9EASQzBh-sJ7g=c0x00000000-cc-rp','14748677429039074158',31671),('AbFvOqlZnpMaYmH54NGTyJ05jtfPIbrThwe2JeVzxA7UyODZtuX2DHtTMzyIkUKA9tq5-iYwbe-e5g','Really no wait. Professional and friendly. Having an in house lab meant the test results were there to determine what I needed fast.','2017-09-21 13:40:47.830000','2017-09-21 13:40:47.830000',5,'Carolyn Oates','https://lh4.googleusercontent.com/-VxCrnslZl2I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckAGCzFESOdVjAA-veUoq9gYUQyyA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37070),('AbFvOqlZNsfAbnv9DmLpf7JBYRxdbTzpUhXHx0tTiPRzUjF2daK7ga2oZSGm7HiTicQ5sJFf-bDhpA','The doctor and the nurse Shawn was great and took very good care of me.','2020-02-13 00:30:52.915000','2020-02-13 00:30:52.915000',5,'Josalyn Regino','https://lh6.googleusercontent.com/-5NGntivw9js/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQsgmiKoCQHZAWYB9NHbU7g3HWow/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43100),('AbFvOqlzo__IxrWfMDMoipnlLrDJaio_NRB_jxxTwxMvf-dsNGPCz8rGNNUkDAwxAZI6IlSEpThDTw','I love this facility. The rooms are nice and the staff is awesome! Dr.Townesend and nurse Shellie took such good care of me and I got to feeling better pretty fast. I am glad I came and would recommend this center to anyone.','2020-11-05 16:46:41.601000','2020-11-05 16:46:41.601000',5,'Audrey Furlong','https://lh3.googleusercontent.com/a-/AOh14GgFNgopiSbnBwmLotrxVAxSHhJSXz42cvkTBARd7kA=c0x00000000-cc-rp-ba2','16891069708558046635',35641),('AbFvOqlZohrY8pGS5v82rZF_vyV0r-3_psvnWDl_FH1n0HFW9GmSw1iToY5Eaq9jCAJ0n00_r9PW0g','Dr. Boester, Churiah, Gina, Ke’Aire, Dion, and Anastasia were very attentive and nice!','2018-09-20 02:42:39.413000','2018-09-20 02:42:39.413000',5,'Fabiola Serrato','https://lh3.googleusercontent.com/-Pby-rFHnK5I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckRAP-HmB2lG3-wvFW_z8TiKCqhxg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40825),('AbFvOqlZOJfgq4G-WJKB0s7ioG5HTxDLURG3wSFXUPWa9RUcJytOjb66yPzshYKAadD7zvSz40jFqw','Super nice staff, Rebecca V, Lindsay and Brandon were so welcoming. They explained my diagnosis and treatment very clearly. I got my treatment quickly and felt well taken care of!','2020-11-09 01:16:26.412000','2020-11-09 01:16:26.412000',5,'Natalie Marcin','https://lh5.googleusercontent.com/-KynQjeG3lfs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn_1Dc7BpP-5NB_EsduDn6Zk8KqLA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34074),('AbFvOqlzOWD_KJUTkwBGyuIn3xX3f_pnGOSq4jF5ROAprtVAHJOJ_8_NqJ4sQ2YQRavxSVGRxU3q6Q','This place is the best! Makes me feel at home and comfortable. I really do appreciate their service and hospitality.','2019-07-10 13:18:23.710000','2019-07-10 13:18:23.710000',5,'Lily','https://lh6.googleusercontent.com/-VyURwo1MD6s/AAAAAAAAAAI/AAAAAAAAMmQ/AMZuuckgC1ShS0H7AcxDVApml_OHDVVAyQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32445),('AbFvOqlZPdqgXEeUyzpLVNpFggbwwC-EPskcF6Z4AqLzChysFMdHek8MwTYBj_dH_NwgVZ4rnz7Dwg','April was my technician and she was amazing!\nDr. Das was extremely helpful and kind!','2020-10-05 17:32:09.591000','2020-10-05 17:32:09.591000',5,'lil banski','https://lh3.googleusercontent.com/a-/AOh14GgAZwSAJXpyeL1k4OAcMzzpx81XAPBhtzWG0fNcMw=c0x00000000-cc-rp','14748677429039074158',31561),('AbFvOqlzPf7KLkr3ANk_USHuzjIPlKUO73OzjR4RPN_48xToSbfKr2Dm6dsfcLDn893Qjdiv2DoaRw',NULL,'2019-12-13 03:28:00.364000','2019-12-13 03:28:00.364000',5,'Mal Dillard','https://lh5.googleusercontent.com/-P_EKYoR_L0I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmIwepwEoYiazUpYaC-NAFqpqWkfw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41983),('AbFvOqlZpnW0i4-Xfe0HIg24uhWB9wuorqy0iqogw1Qhh9ZqQ_PGwq6kE4NT2DdICOVphyfengDq7w','Amazing emergency center. I walked in and was greeted by therisa she gave me all the paperwork I needed to fill out and got me right into a room to be seen. From there Katrina,Natalia and dr.alloju took great care of me made sure I was comfortable and updated me everytime through the process until I was discharged. Katrina was awesome when she had to come draw my blood she did it so fast and very little pain! Definitely recommend this center!','2019-06-21 03:18:01.330000','2019-06-21 03:18:01.330000',5,'Henna Virmani','https://lh3.googleusercontent.com/a-/AOh14GjYgfTw2x_AL_AKzMPgq3PNsytZgkDOs-H-xm5vsA=c0x00000000-cc-rp','8679688254631342173',42686),('AbFvOqlzQd5lriLE72JSvfzPTvfkHcN7OFPfAezvUEb4wBPh1D5moJtmHKwgz9vrMJalIz2387Bi_A',NULL,'2020-07-22 15:38:20.664000','2020-07-22 15:38:20.664000',5,'Jenna Mullinax','https://lh3.googleusercontent.com/a-/AOh14GjwUG9QSelAJ2Qad5Sn2fwtsp_M8HRq7fi0y5UH=c0x00000000-cc-rp','14567670160750071148',30156),('AbFvOqlzqgx3n8fM-Q43q3u9N2gp_eQZCnD7Qd_i7Uz_xt5gQXRldmwpnOQUyOOargXmtVZxk7if',NULL,'2019-09-08 21:39:09.222000','2019-09-08 21:39:09.222000',3,'Gina Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GgUiuU1fcfd3IFJhrNVieNV8uekXrceYwnVd8wa=c0x00000000-cc-rp','16389487648212004696',33985),('AbFvOqlzqv0FwERNT7j-gecJv5KueM6KypAK2na_NxVpEswMxApMyrFCz-H9QFKat3BYdsE6DbHsGw','They were very friendly, helpful and fast. Also, very good with teens!!','2021-01-17 15:05:58.963000','2021-01-17 15:05:58.963000',5,'Jeania Sharp','https://lh3.googleusercontent.com/a-/AOh14GjYyXKobiwouBKItbxDucJHUNWz7S5W4Yv9TESGxQ=c0x00000000-cc-rp','8626688543755174284',44701),('AbFvOqlZqzOuD_pPwFZFZwdVW7YTd-6J502s4nAoKiHBAp4GkNiHA8WgkXPuJkpD944FWhq-mIrJWQ','I highly recommend Signature Care ER! I took my 7 year old daughter in the middle of the night for pain from a subungual hematoma. The staff immediately made us both so comfortable. She was given a warm blanket, teddy bear, Gatorade and a lollipop. The doctor, Billy Miller, was fantastic! Jackie Gracie made sure all paperwork was done so quickly. We were home within the hour!','2017-07-09 13:37:38.470000','2017-07-09 13:37:38.470000',5,'Kathleen Orr','https://lh3.googleusercontent.com/a-/AOh14Gi5p0yItSN-Vuj29f8wr8EWcjfFc7HSPjAgQRnw2A=c0x00000000-cc-rp','14567670160750071148',31016),('AbFvOqlZrefauwjIMcgD2iai4Db2vvY5jggYL9af1gM92ebAvfqwXRcc2piOEW7MV_Cw_hh-Vj1Mbw','Everyone was very friendly and made sure you were comfortable, very fast with service, love those warm blankets','2019-12-12 15:11:52.999000','2019-12-12 15:11:52.999000',5,'Crystal Carr','https://lh3.googleusercontent.com/a-/AOh14GhUkJxAc2iDitqu2KC0TNo2dIdh5PJQVzZrznaC=c0x00000000-cc-rp','8918455867446117794',43164),('AbFvOqlzReq5MU-ziBQOYhYVG3HPlCOrscsYKmv7jZ40O6L8sdZee5r43-fvt4An7DfXJAxmM15Y','I love the fact that even late at night the staff is extremely nice and helpful. No wait time what so ever.','2020-11-20 05:11:17.172000','2020-11-20 05:11:17.172000',5,'Samantha Charles','https://lh5.googleusercontent.com/-Lg7FcSh8wWk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckIPVdNiY6vfBsMYkf4sYVzpfRztA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30011),('AbFvOqlzRkcx8qj9t5Fw4hhDMEiU8amtwArKDHi6gBxkAS5DDSXVTAiTnW_Un4Gir8837PlKLbuqpg',NULL,'2020-08-08 15:16:13.546000','2020-08-08 15:16:13.546000',4,'Clarissa Payan','https://lh3.googleusercontent.com/-wbe7RsobTEI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBKYiq4DC3sHZVWawRZd8PlZhXrQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41305),('AbFvOqlZRrEK6BEh7lKauIDQY7UTTkBPlKsaN7zmVEQXodSCS0my4lW36k6nYT-vNN8de7dRYpYjPg',NULL,'2017-10-24 13:55:47.291000','2017-10-24 13:55:47.291000',5,'Sydney Harrison','https://lh3.googleusercontent.com/-hpwr76uSHFg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclB2uXsDh1gRli4v6fmeJWLzuvlEg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30960),('AbFvOqlZS_7j6N4xr3zW4rhLdkRLL4XCOAaAOcscDBZ46p2Kv1NRnJtXnvnH-ziVIyWNLm2Cjx7DUA','I came in at 10:08pm and was seen immediately and treated with great care. The staff, Stephanie in registration, Dr. Daniels, Nurses Rollie & Leslie, Radiology Tech Natalia, were all amazing and friendly. I hope I won\'t need their services again but if I do, I\'ll come here. Oh and if you\'re self pay they\'re very reasonable and they have payment plans. Thank you all very much you\'ve put my mind at ease. ā¤ļøā¤ļøā¤ļøā¤ļøā¤ļøā¤ļøā¤ļø','2020-01-15 05:59:29.816000','2020-01-15 05:59:29.816000',5,'Nestas Home','https://lh5.googleusercontent.com/-EGgBnwjkR9M/AAAAAAAAAAI/AAAAAAAAAUE/AMZuucki7zuuyd9wcfvWarRWs9tmrtGcqQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42504),('AbFvOqlzsaVQ1OUFmi1Yq6AzsO2nkbuJDp8CGSrPSi-xOp6UmclBSf6VmzBk1Ni3u23K9BkvqsPzvw','Was here this Morning for a turned ankle great service, friendly, staff Dr. Elsbecker was super nice and knowledgeable. Chris was awesome !!','2020-01-21 15:29:28.419000','2020-01-21 15:29:28.419000',5,'Kimberly Fertonardo','https://lh3.googleusercontent.com/a-/AOh14Gi3Nv1-l2AWO-hvR1S9Sc-6f_nfZOjrHaTUyDX7LQ=c0x00000000-cc-rp','16891069708558046635',36003),('AbFvOqlzsUgNCQkRcvjHQ4xS3SLRlD_R9M9f6XjQPprSoa2zK2jGD839YxY-b5_fGk_sjVlT3Pa2fQ','Loved the staff , fast care , comforting staff ... I’m a scary person and I was so comfortable!!!!ā¤ļøā¤ļøā¤ļøā¤ļø','2020-01-24 22:34:27.911000','2020-01-24 22:34:27.911000',5,'Kisha Johnson','https://lh4.googleusercontent.com/-ekmEBQK-6UI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn3iYGF_fSe2RWLKf0byMiktP2pPQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28789),('AbFvOqlzt0D1ShCHE6ZkSAeWlsfQMndVT9MMN4_LjgVVbHZZTBYx4FDVCdZu0a7GUMUHgZ5zMzSbLA','Well respected workers, very kind and helpful\nDr. Garcia is well educated and brilliant\nRaven was awesome and greeted me as soon as I walked in!\nNichole offered me a blanket and also treated me as a good patient.\nJulia had a nice personality\nStaci was Also on point!\nGreat service','2019-06-12 14:09:32.839000','2019-06-12 14:09:32.839000',5,'aerion hartwell','https://lh3.googleusercontent.com/-LVSRUk1HcWo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclPYroNeQcXBO5NkfyllpXmBY3-mA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43254),('AbFvOqlzte8J8h_udrX-hzl-dp9Af5xl_Vh_yknxAeyxl9InTV1PcrK1jil6YSc7UpSqYoUMIiSu0w','It was an amazing experience from the beginning to end everyone was a great help couldn\'t have asked for a better experience','2017-02-10 00:27:24.814000','2017-02-10 00:27:24.814000',5,'Logan McDaniel','https://lh6.googleusercontent.com/-VVpP267x9G4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclt_YQ1BQf3ttA9Tyf0MGpuBvj2WA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35504),('AbFvOqlzTgXybALHOFgc3vOF1tr1_6_Z2NM3lwJ_DV2-drvv6sCFKrl_CZMZQhO6AOecvnkxEAEdgg','Fast service. Came here after work, so free snacks was a plus in a bad situation. Nicole G the RN and Dr.Yusuf was awesome, made me less anxious about coming in. & Ricardo the tech was funny. Thank you guys!','2020-01-15 04:46:00.286000','2020-01-15 04:46:00.286000',5,'Sarah J','https://lh3.googleusercontent.com/a-/AOh14GisnirmFNtFr5bt0R0ZVmi9Vym-AN1VAhibk0aC0OM=c0x00000000-cc-rp','14567670160750071148',30339),('AbFvOqlZthqhPl_2loLAb8PUiP-vlSe1NJPVrFz5MnQLjxue4GaNtBfbQHUF269poHQ4So3gns5q','Caitlin in registration was absolutely amazing! She was so helpful tonight when we realized they didn’t take our insurance. She even gave my daughter a t shirt and glasses!','2020-09-13 02:09:53.233000','2020-09-13 02:09:53.233000',5,'Kasey Townes','https://lh3.googleusercontent.com/a-/AOh14GgTA3_ZR-C5hRipAXdqcnYPwa5QVnq0AGsUQNxBsw=c0x00000000-cc-rp','8626688543755174284',41895),('AbFvOqlzTRqDcEaBFIcBnsSWYWN4jIaMfrjjgDjt-KqSSponJ-KsWJi9pNMzzS17v72_bdE5NsKQ8Q','I had a really good experience here. I was seen right away. I didn’t have to wait longer than 5mins. Paper work was fast and easy. The staff made me comfortable, offered a warm blanket and water. Kept checking in to make sure I was good. Dr. Lindsey and his team ( Naureen & Jose) were great.','2020-01-27 02:30:24.649000','2020-01-27 02:30:24.649000',5,'Anah Khan','https://lh3.googleusercontent.com/a-/AOh14Gg7ld7B9rXX0a7nYS5f_3OSHNSomziKLcmlNaP6gQ=c0x00000000-cc-rp','3511292162159714121',40330),('AbFvOqlZtYp1vC8vheG0ZQ-O81Wt57zjA4h31gj5og8HAhxwg2U034CjCypAMYpCS2xTj_BoZx3J_Q','They were very quick and incredibly sweet to my daughter. Was very thankful for their help.','2018-10-14 03:55:02.765000','2018-10-14 03:55:02.765000',5,'Damaris Tiongson','https://lh3.googleusercontent.com/a-/AOh14GhQpskIk7uJEXRj7LS848y40bL-NNt7mWMssukf_A=c0x00000000-cc-rp','16891069708558046635',36343),('AbFvOqlzTZQX2GgBAir3e9hZOF5NxlK02MZx054d_W1lk4Is3qKt0qpLSNluBkDljYGEjXNEE1V_2Q','best care I have ever had from the crew\n\nSita reception\nDr Huerta\nKristina nurse\nleah ER tech\nKramer ER tech\nDavid Rad tech\nthank you guys so much','2019-12-16 20:59:42.720000','2019-12-16 20:59:42.720000',5,'Toree Easterwood','https://lh3.googleusercontent.com/a-/AOh14GjG9hIn2Vfa57--SMT_UdHkGXhODqErGzVz6J59=c0x00000000-cc-rp','13486358490203335051',29533),('AbFvOqlZu1zx8R3NfuAuarGrxI8P4UtsCVH9mPUsQribE8mgruMDuSyFq0A2vW_4p4Mig_dDzM7_6w','Excellent and courteous staff. Mandi, Ashtyn, Jennifer, Mollie, Katy, Gunner, Jacoya, Ryan, Morgan and Courtney were all very nice and professional. I highly recommend using this facility for emergency care.','2020-12-15 19:06:48.993000','2020-12-15 19:06:48.993000',5,'Chuck Starkey','https://lh5.googleusercontent.com/-_OqZ9tpnUGw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmVNLx3ASAcKMttqaz1u8p8P-Oy8w/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39396),('AbFvOqlzucO0XPzpmQN_Vu8Qk0HCUHyZz2O3ctCxF26JCliKxPKPqw6i8VyuMzWdi5pmPbLScYn0eg',NULL,'2017-07-16 17:36:34.325000','2017-07-16 17:36:34.325000',5,'Darren Brimberry','https://lh3.googleusercontent.com/a-/AOh14Giv2iaIw3Kyzk1eFQCLxMQDMVaGlBurk5uYDGgFvA=c0x00000000-cc-rp-ba3','14904078213800803294',32662),('AbFvOqlzuCwqwlD_rPKonyHaR1GS2QOU0AYFkRuk5fBL_7b2NL30t89wydnKyZM31U2BVCkiVFRs0g','Cody & jd where great for us made the visit quick and easy.','2020-08-03 15:03:33.951000','2020-08-03 15:03:33.951000',5,'Antonio Bahena','https://lh3.googleusercontent.com/a-/AOh14Gi0NrQr-n_4VwyXqDkHQ7pTIQMtvpA1AxKTdQLVcg=c0x00000000-cc-rp','2077061009497551125',38673),('AbFvOqlzUIBLe1jRqAvzieKOxwCi60SrFeV9sCmJCUP0lsQrlsEnC96x_dCrJb9SrMZBdKfCNf1R','Not sure what this is going to cost me....but is there really a price on my well-being??!?\nThe service is top notch!!!!! Came here for a rapid COVID 19 test (15-20 mins) due to recent exposure. Front desk is precise and informative on process....LVN April is super sweet and has a warm personality....and Dr. Myers was professional & super nice and all truly cared about my well-being!\nUpdate: I’m negative!!!!!','2020-10-12 14:47:10.758000','2020-10-12 14:47:10.758000',5,'Trammell King','https://lh3.googleusercontent.com/-OXXBBs9nwcg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclxYU074WsiG3vHmuEg4VzIbMCiVg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31518),('AbFvOqlzunirh0p0JlwfJ78woAEYtgOtkxSAAdieD-I_P-a86NAKfCjLTYk93hUyYcmrU6aKRTX8','The staff was extremely friendly and got me in and out. Naomi was very friendly, Jacob was very informative, and Dr. Singla made sure I knew what was going on with me. They offered me a warm blanket multiple times, as well as continually asked if I was comfortable.','2020-02-19 20:37:27.909000','2020-02-19 20:37:27.909000',5,'Emilie Browne','https://lh3.googleusercontent.com/a-/AOh14GjdNJtMQuYG8HlayAftZ4SsG5XltorFsxEatrXy69o=c0x00000000-cc-rp-ba2','16590124370714063921',34357),('AbFvOqlzv4FhBBzUC_h_JUuG-qgjQ7VrxcBjgyLqDFtr7jIUrD2LrxVlv8jlLuQrsoIzzTkilZcHTA','Absolutely, hands down extremely satisfied with my visit from beginning to end. Staff Jocelyn, Marcus, Graciela and Dr. Lindsay were all so personal, amazing bedside manners and listened to what I had to say and made me feel comfortable. No wait time, was in and out of there. Would definitely recommend this facility for any of your urgent care needs.','2019-12-17 19:13:52.568000','2019-12-17 19:13:52.568000',5,'Lizabeth Ligon','https://lh3.googleusercontent.com/a-/AOh14GgqJ0O5YpNpEGp7u6uqkniVjch7rBHu3ve2mRRHwA=c0x00000000-cc-rp','16389487648212004696',33597),('AbFvOqlzV5IbljpjbCC1vIzWrZa4g5AMMdt85M1Mf3KmaulOlByikBl11z4j-mvB5zHxG5K3EpinHg','Staff is very friendly. This was the second time coming here. Both times I was comfortable with my visit. I will continue coming here . Great job !','2020-08-14 13:38:41.830000','2020-08-14 13:38:41.830000',5,'Tom Carvell','https://lh4.googleusercontent.com/-UbOxUnpR6aI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm69kMGKb3mSQ7L0OozhoeNHdpF_A/c0x00000000-cc-rp-ba2/photo.jpg','2077061009497551125',38599),('AbFvOqlZVHojo6N8ysksgtGDwqdFnYSu4VWxjmKchmMM-zR8rTtp5BuBe0bN1FrbOEvVOV0lt359Ow','Very fast and friendly. Explained everything thoroughly, shout out to Kevin the ER tech, very nice and up beat, made for an easy interaction.','2020-12-22 19:10:21.653000','2020-12-22 19:10:21.653000',5,'Richard Butts','https://lh5.googleusercontent.com/-Vn5qWFVcSg8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn8A2d1eTcfK_lcsWEeMj_GC2XGsQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',43731),('AbFvOqlZVl3xo3S36IXtQ3TmT2RAwMu2w0jKjt8ENkZeMxKfR_Rex6N9E2jca5mjVP4YZrYYOA8hOA','I went to go take my COVID 19 testing and my experience was amazing with all the staff being nice and the doctors being knowledgeable with what they are doing I recommend coming here. Delica, Dr Cavazos,sonny, Blake','2020-08-20 14:09:20.779000','2020-08-20 14:09:20.779000',5,'uriel mejia','https://lh3.googleusercontent.com/--U9ROk-kRmc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJd-7lg_jUA8vsY8VvI72MfJjbZw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42314),('AbFvOqlZvUiXBe5bgxr6WmdOQ0ih_tRnShyONg1ONSJX52r4CL6Yh0WncLt79BIc3ig8JDDl4jH_',NULL,'2020-07-07 20:52:52.224000','2020-07-07 20:52:52.224000',5,'Mariah Mayes','https://lh3.googleusercontent.com/a-/AOh14Gi7p7oQw_bY35c4sWLam-8230Dl3iIz1HxmVfLw8Zs=c0x00000000-cc-rp-ba2','14567670160750071148',30180),('AbFvOqlzW79H474v_WXEGfeU_zIN0E5YzBF4l8ELSi2CS-PSngi8tG6NnRS6bw5fx234wlEyAyfzlg','Awesome experience and really fast to take care of. Dalia and Julesia in the front were really attentive. Definitely coming back to this location whenever in need! Thank you!!','2020-08-18 15:38:37.543000','2020-08-18 15:38:37.543000',5,'Bryan Salguero','https://lh6.googleusercontent.com/-v7H0gtiqe5M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZB2oEgXnHi1eXCh7unSCI1Tphpw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42932),('AbFvOqlZwc9JKGNLXpkIwZmu-0XpcVDp_oPpYK6ZtAWjQNZmWFrdqQAr583K0jltxkrCHiXUBoAeqQ','I came into this location due to some back pain. From the moment I got to the parking lot, Nicole and John were there to assist me, escorting me to the registry. Deanna was very quick to get my information and insurance in the system. Dr Patel took excellent care of me. The service was quick, easy and painless. Overall, the staff, especially Laura, was caring, friendly and a joy to talk to. Her Spanish speaking ability made it very useful to communicate to me and family. I highly recommend this facility for any medical needs.','2018-09-08 21:56:31.085000','2018-09-08 21:56:31.085000',5,'Oscar Portillo','https://lh3.googleusercontent.com/a-/AOh14GhPAkMM8CmGuLok9eoACjY77ZhExEgLY8yuj7EFpg=c0x00000000-cc-rp','12541597562633926366',29201),('AbFvOqlzWEyRBRaxiAgIvKyRSA7NwlUJn2kwMPOmUbSFPghaAODIaO2BX3fDrBE0QB-dg5Uvs2tXLg','This has always been the best ER to go to.., this is my third time coming here this year.. I love it Nurse Alvean was simply amazing.. her keen personality is welcoming and made me feel safe..','2020-12-24 20:56:21.982000','2020-12-24 20:56:21.982000',5,'Neissy Ross','https://lh3.googleusercontent.com/-uAxxg07zZtg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnh3te3-ylSMU_UIoXQw7xY_DNddQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',43804),('AbFvOqlzWygaN3PVYqlj8DGFq1cEbh1EOi3JcDE_mnpoNZfa1Wmimf7alT9qTRry5mnTYkKiMKLn','Excellent service .. really friendly. Nadia & Dr Chowdery Great.šŸ˜€āœļø','2020-08-05 20:51:58.176000','2020-08-05 20:51:58.176000',5,'kristy deaderick','https://lh3.googleusercontent.com/-JvZ3qaOHrKg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnc5LLmkB9dTESe-oqsPX994qN9gw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31804),('AbFvOqlZxJKIuIFACWigHsA9tFhZQHGaV6oB1WBt_ekmnv1gfgvD6zHGxxzE9K-n2ou7o_BUgS_fHQ','Very great staff, they work very effectively. And extremely attentive. I would rather go no where else.','2020-11-11 22:52:40.735000','2020-11-11 22:52:40.735000',5,'Nguyen Tieu','https://lh4.googleusercontent.com/-Zm8aqrxZYjc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmpbKPh-MYpswSb9VOJB9WkFb0PAA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28466),('AbFvOqlzyysJ4n3PgTR-Gz-G-PHbzbM_Ld2aWEu94DlBCb7r7JwEnU_i6JJ-cQzkZK4oA1L6LTND4w','They were so patient & kind šŸ¤— I recommend this place to anyone.','2019-10-09 20:37:50.387000','2019-10-09 20:37:50.387000',5,'Vianca Cruz','https://lh6.googleusercontent.com/-V61Al26t6jA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckgqttBpdtaFlDFCs4g5WG3Bp5W8w/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39246),('AbFvOqlZYZGeOseVT_9x3qFrIMer58OjEs-VNfRyESPud33f82SXW9OFVwEQ-tJhsv9OfFQ79vYipA','Georgia was great! Kind caring and great sense of humor.','2020-08-19 01:44:22.907000','2020-08-19 01:44:22.907000',5,'Lauren Snell','https://lh5.googleusercontent.com/-FzKC5g0G1f0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl24yhlzLLEVR8s8m8FgZfG90zXLQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31758),('AbFvOqlzZ1BAUKWtyIVoCW__eNiKyZLzjG7GYadr08HfkZZteW4ezNalofA3NWq4ppmV6K-RQRUBxg','The workers here are amazing and every thing is very clean I would recommend coming here.','2020-09-14 18:01:47.826000','2020-09-14 18:01:47.826000',5,'CCSweaty 39','https://lh3.googleusercontent.com/a-/AOh14GgtErNmPuiEd8yGpcg3DMwhdZnSEw4GOliFaIGW=c0x00000000-cc-rp','2077061009497551125',38538),('AbFvOqlZZ1v6ImjxszB7XIl6HHr-2ADTpTD41AqNDhT-UI7k5Auc36lHw-ndzZZvRHsfy_Qprrh2dQ','(Translated by Google) Excellent attention .. and very fast\n\n(Original)\nExcelente atención .. y muy rĆ”pidos','2020-10-23 20:51:10.595000','2020-10-23 20:51:10.595000',5,'Vanessitayanez88','https://lh3.googleusercontent.com/-wq15N3QALa8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnl8yf6XBaRZKScoFXySfQyyzsCpw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40118),('AbFvOqlZzKdI_ftZXVZ9STTJstO7pkCc8JBbnbu5HenqlwdKuvAUNWr0HGZsIRPGfm4nn1gQPTKM',NULL,'2020-02-14 20:17:30.194000','2020-02-14 20:17:30.194000',5,'Jessica Clemons','https://lh3.googleusercontent.com/a-/AOh14Gh039TdfbmsiR3DMbrsh9w3e_GIcBx-gDtYe2BFXg=c0x00000000-cc-rp','13486358490203335051',29431),('AbFvOqlzzKO5ZBTapi-95hTqyW69BE0qN1pdzY-shjOSzOGFNgL4xydHi11hc23BJ5MosGvrPb0nRQ','Staff was excellent at the front desk at the Stafford Location. Took 6 hrs to schedule online & the call center I was on hold for 30 mins 3 different times. I finally get a 2am appt for COVID Testing. Non refundable fee is paid through Paypal. Go to my appt to find out they cant bill my insurance because its a Federal plan then Im asked to pay $165 i dont have because im out of leave at work and not getting paid because my medical condition. Insurance should be verified prior to paying $10. So a waist of time.','2020-07-14 07:57:56.536000','2020-07-14 07:57:56.536000',1,'Shenita Johnson','https://lh6.googleusercontent.com/-_SAbhcQ699E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclGt241KWlY0zhtSwax842238lEFg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42997),('AbFvOqlZZpB7YuSPcRyBLVeZav_hkrLzSEwg0Yv_f8RVAtZEWPikiY4zZ0VASKEYDLSauG8RRh_CDg','So this is my second review. First time I went was for myself. Excellent service starting from the front desk to discharge. Everyone was so nice and professional. Then I had to take my husband and once again superb customer service! Dr. Singla was amazing as well as Jessica, Pam, Gus, Ellen and Sibienne. More medical offices and hospitals should have the bedside manners that were presented to both my husband and myself. Thank you for such great service!','2019-10-24 19:42:32.449000','2019-10-24 19:42:32.449000',5,'Lucy carr-figueroa','https://lh3.googleusercontent.com/a-/AOh14GhF59eXewR9AIOTZpVduOTMdfl5zql3KfHOdEN7=c0x00000000-cc-rp','8918455867446117794',43185),('AbFvOqm__IHnGVih9SldY4RQl2EEaU1_O8OwlfUdG_dhLPTFxseaRC8i_rlcWJcGoqsC0ntsI-fSHw',NULL,'2020-07-19 15:56:49.585000','2020-07-19 15:56:49.585000',5,'Stephanie Myers','https://lh5.googleusercontent.com/-KC-Yo8sU-M8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmbkv7SDF-wbuiT_yuJRGqpzRI95g/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31981),('AbFvOqm_5li5wejsJCkLn6iTCSK9mCerOE-Ar5Rw36dYTC5ES7B2bwm9U5eH5ymg7CosVgkMJt_EnQ','Georgia is funny and keeps you calm if your going for a testing! Dr.Chowdhury is awesome as well! :)','2020-09-29 02:46:12.650000','2020-09-29 02:46:12.650000',5,'Sincerely Sincere','https://lh3.googleusercontent.com/a-/AOh14GgnPrPfs7vtjMemd_iPcTNVbCSxvkdTqPykM6L0=c0x00000000-cc-rp','14748677429039074158',31603),('AbFvOqm_6cKPCqJWrQbN3CfTMZpUTB8eRpoRHXZIka7dTRK1o9TX724TYFOsAd40t0NvwxZL1GL7eQ','I am beyond grateful for the care I was given here at signature care in Lewisville. I am glad I made the decision to come here past midnight for intense facial swelling that was getting worse by the hour. I’m not sure what they did different than every other doctor I’ve seen, but my swelling was FULLY gone by the next evening after taking the antibiotics and cream they prescribed, and after they drained the area. Although my insurance wasn’t taken, the price was extremely competitive and was cheaper than other clinics I’ve been to. I am used to waiting over an hour at clinics, but i was seen almost immediately after being checked in by the friendly lady at reception, jennifer. She welcomed me and I was no longer worried, she was very caring. My team was dr mauldin, Steven and nick. Everyone was professional and seemed like they truly cared about my problem. It was handled all quickly and professionally. Dr Mauldin even called me to follow up and make sure all my medicines were working, and it just added to the level of care I am so grateful for. I will recommend this place to anyone who has an emergency, and I even left with a goodie bag with bandaids and other misc items. Overall a fantastic experience I am so glad I chose this place.','2020-05-17 23:48:03.388000','2020-05-17 23:48:03.388000',5,'Laura Tfa','https://lh3.googleusercontent.com/a-/AOh14Gg8jmg_b_ZK20tGzS53OwzB5UzGgyWAm7Zvm9Ec=c0x00000000-cc-rp','14748677429039074158',32088),('AbFvOqm_6TD5MdFKO5fMj0Qo2WgByo7AMLgJ62Eylch7MRZXoJgZJ1ldteq8U-66V9nChpjfF0kt','Great place! Friendly environment. Clay and Chelsey were very helpful and attentive.','2020-10-11 23:13:34.232000','2020-10-11 23:13:34.232000',5,'Andrea Mijares','https://lh6.googleusercontent.com/-HcnnkKwyqdE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnnnXnZ0R7AC54fcxQHsAlAfZA0NQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35708),('AbFvOqm_7KCjnPv4oJiciVvOiHqgeGvWSLgHE7WVgvJilad94wFBUCCmNUOmp-AMZbvWJhpKghHXQQ','Wow, I really loved the people at this location! Super nice and very convenient, clean and comfortable. Highly recommend. Shawn and Dr. Ding are great!','2020-02-20 05:22:54.287000','2020-02-20 05:22:54.287000',5,'Jasmin Bobs','https://lh3.googleusercontent.com/a-/AOh14GjcYCeOzhrMoZl_UyQSvAtXleZ6wLZAO9tEfCF4=c0x00000000-cc-rp','8918455867446117794',43081),('AbFvOqm_8GHa72nc5pyX78heQb7Nr8j7cqMq7fd2q5GcJS_o9iyxe82E2wvGokT_OEI4J7cQxyJ0','Dr dang nurses Sarra and Cat took great care of me. Quyen and John and Carly were awesome','2020-11-02 15:13:57.180000','2020-11-02 15:13:57.180000',5,'Richard Martinez','https://lh3.googleusercontent.com/-NloF0F-5PVc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnrIFwYJfAuFxRl8sdHBb46mTCx_w/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28480),('AbFvOqm_8KZdT6lYh3tM0WNy57h47ePQ0og8KK5at3KksObuzoDJuubsr3I7H0ePvCJpMx6G10v1cQ','I was impressed with staff, service and Dr Tran. Got in and out quickly and price was less then I expected.','2019-11-02 21:05:12.755000','2019-11-02 21:05:12.755000',5,'Brad Bohlin','https://lh4.googleusercontent.com/-2FWOsGrDFhg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm42MTyZ7ljugx7eEi41yICalXOpw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28987),('AbFvOqm_8P6bVNTq8q9f26nVm3fq1XDjW6YQIhLjdHo2Vy_wep4iAzixbwkbteYQgnhEq26LpgKaVg','Nurse Lisa v was very freindly and the rest of the staff was nice and professional.','2019-06-06 15:59:20.658000','2019-06-06 15:59:20.658000',5,'ben pena','https://lh5.googleusercontent.com/-LeP5nmT5JXo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckqR6BJ0qdilcsfI73uzmG1HRM7qQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41710),('AbFvOqm_aGenwBNT6LJ7ZTc3W0M5ofQ8Vtwja4CrePLsJlhFcOXK6SNrbwBdmKnc1F4yS3q1q9GrOA',NULL,'2017-09-22 17:22:29.368000','2017-09-22 17:22:29.368000',5,'Karthic MB','https://lh3.googleusercontent.com/a-/AOh14Gi4uNb6WHFszq0SaoITefGT8HaHuJhd9a4Dh4zo=c0x00000000-cc-rp','3511292162159714121',41019),('AbFvOqm_bqIdzzb5ucr4FaqZK-7Hv6U0-emedM__DcrXIr8GfHjzZpTnaLCR9aJrgLxZBwsFqLaMzg','Fast care, friendly staff, all around good experience. Anthony the RN made sure we stayed comfy, Dr. Wezanski was very nice and quick, and Kathleen took great x-rays!','2019-05-27 01:43:26.270000','2019-05-27 01:43:26.270000',5,'Cameron Parker','https://lh6.googleusercontent.com/-J_aPIpdezFo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn0nO8WURboJW8jkzq3ytlfFCkfRg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34843),('AbFvOqm_CQZO7vH_n8kVbTcpr7pOxpx0uGQjMYGGmcPQy-CxBJeKyw7iIHKDvKn9CiO3_lfzfL8dZw','Made an online appointment, arrived early & received very quick, friendly service at a time that would be considered \"after hours\" elsewhere. Check-in w/Delfino & insurance was simple. Nurse Gabe was accommodating. Dr. Elsbecker was kind, patient. My problem was solved w/minimal hassle. This place is deserving of patronage from the South Austin community.','2019-05-18 03:19:33.027000','2019-05-18 03:19:33.027000',5,'Andrew Wright','https://lh3.googleusercontent.com/-a61cb60n2Gs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmWV03YDNE1a1XVJRSwUNGffZvbrw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36202),('AbFvOqm_dFM4JvUcNeGMsY6Ei9DO2BIvbn66IPA2h3BFLGCOT8hDyuA0lBlJGkbSAHLLQD5U064NWA','Really quick, great and helpful staff. Highly recommended. Shout out to the staff-Leah,Krystal, and Audrey (Dr. Starr) šŸ‘šŸ¼šŸ‘šŸ¼','2020-08-04 15:58:46.504000','2020-08-04 15:58:46.504000',4,'David Salgado','https://lh4.googleusercontent.com/-etmLdz1jROc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckx1AAjXlF4ArMpFHJotzEUrTZ33g/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29331),('AbFvOqm_DlJ3Txx6erp7hcssJMR2gfUXnZU-A4lCcQuX73LI1_rqAoxpEZaEmLqYZjEVS86fE62_sw','Great care and lot of laughs with Clay and Chelsey. They made the whole atmosphere less stressful and very welcoming.','2020-10-24 19:26:59.545000','2020-10-24 19:26:59.545000',5,'JAKE B','https://lh3.googleusercontent.com/a-/AOh14GhNgNhRHHhe-IU7ncHVUM3i3F0VpV9XdHoyNLbX=c0x00000000-cc-rp-ba3','16891069708558046635',35678),('AbFvOqm_DuwfVKUwBYDvTPnKo3kPa--HlUGbvkcn33iBumP6UhOAlkgF-4MQlKoW4yeMi9kPwhf0cQ','So Fast and the doctor is experienced in recovery and addiction and was excited to help me with my pain and manage my sobriety in the mean time! I would not go anywhere else for urgent care!','2017-08-14 17:14:39.485000','2017-08-14 17:14:39.485000',5,'Shayla Kaiser','https://lh3.googleusercontent.com/a-/AOh14GjCItADm4Ghaq1fFMJjcHBsdbwfx-dmZTP4NYPeTg=c0x00000000-cc-rp','14567670160750071148',30986),('AbFvOqm_E4s0_hwgUeuZx8IfdXoWrumfGGbjaom6NyYQKy47RVjv2OYtHOs3oyBegwXjZPFUBtCv3g','Extremely friendly staff. Dee made sure my parents and I were well taken care of. We were in and out. Would definitely recommend to anyone.','2020-10-01 14:31:26.771000','2020-10-01 14:31:26.771000',5,'Danny Gloria','https://lh3.googleusercontent.com/a-/AOh14Gg2gPUI9wz2KwPn_CrnfLlq3AFseSqQKKNew-uo0A=c0x00000000-cc-rp','12541597562633926366',28511),('AbFvOqm_eS8kXpBctCssPFNJ4gi5-4tEOwJ-K2YntFBoSFdN9JEHf-zYw6KpSeAQOW8FTxJKriqgiA','As soon as you walk in the front doors you are greeted by Jocelyn with a smile!!! Mrs. Alvean was super sweet and Dr. Henderson was as nice as could be. Tricia was the first nurse ever to not pop one of my blood vessels while inserting my IV. She made it very fast and comfortable.\nEach worker made my experience as comfortable as possible!!\nHighly recommend!!','2019-07-24 17:00:17.894000','2019-07-24 17:00:17.894000',5,'Kelli Williams','https://lh3.googleusercontent.com/a-/AOh14Gik9a_sP5uNleEdMSZG3EiYDdICNFFoY5LK0ehdLA=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqm_fEu3FaCsQjEA0P1q_aZ4JKy0LfvA4sQnS0VTuYHMUCWcQVQrWz71SHiXtJHQQrvKX1gDtg',NULL,'2019-10-02 19:13:47.682000','2019-10-02 19:13:47.682000',5,'Lasandra Burnett','https://lh3.googleusercontent.com/-8Rd01jSuTq4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMta0G09ZBO70VuQNQBlDn-8dKuQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37969),('AbFvOqm_Fo8habNoTZtqJx5s9wIbUuFmmVfMGE22wjm0hALXnRG18ah28Cggayp9nHx1Ani8I9aG','(Translated by Google) Very good service excellent staff Jocelyn alvean marcus\n\n(Original)\nMuy buen servicio exelente personal Jocelyn alvean marcus','2020-01-29 17:27:41.052000','2020-01-29 17:27:41.052000',5,'leafar tapia','https://lh3.googleusercontent.com/a-/AOh14Ggjby7Vebam_PRo4uRIE4y-b-FXwxZId4C_uWQI=c0x00000000-cc-rp','16389487648212004696',33435),('AbFvOqm_hOC3IxalxrwExvZw3RnYzpoa90wHWS1ldDrPeek0vFRTa01GlK5Y6nQvRGMK9KHVRC2R','First time coming here and am very impressed with how professional and caring the staff is. They ensured all my medical needs were met and provided a comfortable and safe space. I would definitely recommend this facility to family and friends. To Dr. Guharoy, Gina, and Olivia thank you for making it a wonderful experience.','2019-01-30 20:35:03.245000','2019-01-30 20:35:03.245000',5,'Regina Perez','https://lh3.googleusercontent.com/a-/AOh14GiTtEO1xNT7BFzpFiR1bMvBgppfNqvV3whL9uI3g5Y=c0x00000000-cc-rp','3511292162159714121',40667),('AbFvOqm_hprIPstz7fT-7r8soFsAQvaqDFuM3AvTOh7K36pjYKW5GvdFycRxBNpahsmBBk7RiUc-',NULL,'2019-10-04 21:53:01.012000','2019-10-04 21:53:01.012000',5,'Tonya Rodriguez','https://lh3.googleusercontent.com/--JJk1X7Mo7I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclnYGLQEY9SgQ88so8vucbcNAy6-w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34631),('AbFvOqm_hs0hcNTzJZtJoRN2Lyc64dk4m56ef1-yIusNbWtf4Ut7QKmPAl261ISOg8l4DAaOkIKmXQ','Kat, Alvean, Tricia, Bryan, Dr. O’Malley were truly amazing... Their bedside manners really made an unpleasant situation very soothing... The level of thoroughness is unmatched... This is the first ER visit that has left no stones unturned no questions unanswered... Their amazing customer service began from the moment I called and asked 50 questions about -insurance, concerns, fears ,etc. This was truly a blessing glad I chose to come in!!\n\nSigned: Extremely Pleased','2019-11-14 18:36:03.536000','2019-11-14 18:36:03.536000',5,'Prentis Tatum','https://lh4.googleusercontent.com/-pvtPmpOHmjI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucniLw5Y_IivB81PMyYfuJ3vxvH4hw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33760),('AbFvOqm_hZb2tKGov1z9p3C7JA2jpNMaHx4FRyuhvzAqWpWJhPKNNsRWiK-nJ8Rb8J0onf5U-hTEOw','My husband came to this location for pressure in his head and neck pain, since we got here the care has been excellent, front desk is very communicative and fast, the nurses (Regina, Joann and gonna) extremely friendly and kind and Dr Vaagene was very communicative, he listened to our concerns without interrupting or belittling us, they have complementary coffee and a little set up for kids which is great if your kids come with you. We are definitely coming back here if needed.','2020-02-22 19:35:24.577000','2020-02-22 19:35:24.577000',5,'Lesty Serrano','https://lh3.googleusercontent.com/a-/AOh14GjS5fTIWc5N49hzQ1e_eEvjosEafbmGSdx8Xtzs=c0x00000000-cc-rp','14567670160750071148',30230),('AbFvOqm_iGvpVfRF-U3S4H5er0n7nTofGcQOM4bTcY0JyG0FCtUcEaFexhZdgmU72hT3pNjUds-yEQ','Doctor Nguyen and his staff were extremely helpful and I was seen immediately. The entire process was seamless and easy.','2019-10-02 12:46:29.773000','2019-10-02 12:46:29.773000',5,'Jeremiah Harrison','https://lh3.googleusercontent.com/a-/AOh14Gjrj2LaqxtsI6OYGlL4IrvTGKoniw6IM9CqjkRygA=c0x00000000-cc-rp','16389487648212004696',33917),('AbFvOqm_iRGysPVH7am38KEjgaLEmg1I9AiaZ--22Wg0etauBaZutpg8E8rxZy0vEKtM80-1cGNanA',NULL,'2019-09-15 19:11:18.323000','2019-09-15 19:11:18.323000',5,'Rey Zapata','https://lh3.googleusercontent.com/-JubR-IEeRMg/AAAAAAAAAAI/AAAAAAAAayw/AMZuucnlAQvgllhadxAT53UwxCk6DbTFkg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37993),('AbFvOqm_J9vWLHY4IqN2DHkMSBaP0msgq1jpLpTFUYw7lY64yKbIv_GuHNSE8ToH6nNYnKAn5xUolQ','As wonderful as an ER experience can be.\n\nI have never had a medical experience like this. The staff were all super attentive, extremely nice and explained every procedure and ran tests at the speed of a network tv show about medicine. I felt like I was given incredible VIP treatment throughout.\n\nAlso they gave me not one, but two, warm blankets.','2019-01-19 17:23:38.343000','2019-01-19 17:23:38.343000',5,'Kage Chikara','https://lh6.googleusercontent.com/-4C9jiPslq6Y/AAAAAAAAAAI/AAAAAAAACpQ/AMZuucmzf_rGG_yetf47ZbNt3odsUtEwJA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36293),('AbFvOqm_Jg2NHsL7itSX5kKuMtLNmnYMop3PJUMA28WFguWKUAGnM1UkO-XXMsR5Kr8wmfXUUbQg','Great experience,nice and professional doctors and nurses!','2019-06-12 06:25:31.204000','2019-06-12 06:25:31.204000',5,'Lunyu Zhao','https://lh3.googleusercontent.com/a-/AOh14GjCJXnmycrPVQc0xaCwPbPjYohBDa9LmZ71nucu=c0x00000000-cc-rp','16590124370714063921',34823),('AbFvOqm_jY0DLTgmktJiXaibortjtE0yCItIRyndyG6G5nXqVTbtwmPp9WqBkGpU5zyS1OP02QjJZA','Had the best experience at this SignatureCare! Everyone was so calm, friendly, and most importantly informative. My nurse, Bo and ER Tech, Chelsea talked me step by step through everything and kept me smiling the whole time. 10/10 recommend!','2020-11-22 20:04:11.677000','2020-11-22 20:04:11.677000',5,'Mallory Binder','https://lh3.googleusercontent.com/a-/AOh14GgluaiaFlFl0UhjlnRYMECDSfIzeE1O0R5RA1J0=c0x00000000-cc-rp','16891069708558046635',35561),('AbFvOqm_kfjv9xVo-Bc7IbRHiDNPeh7a1OAyXMXQV_6TUgL9WoPcGcG4xC7dtg0LdUqXTQ','Dr. Pham, Nurse Alvean, Marcus & Michael are an amazing staff I never have to wait longer than 5 min they always make me feel comfortable whenever I visit','2019-06-23 12:06:29.860000','2019-06-23 12:06:29.860000',5,'Amber Ellisor','https://lh3.googleusercontent.com/-8OHa73JEKTw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclOZ5HcMaCqReXVOVIpDe0e3Sbi9w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqm_L661DJyl8rkq1jrzkIZsNA5q4_Dysi5sNiHaGBOQ0IexY4raUaI93k9jml8Z5zcB5a0Nig','It was a good experience overall. I came in on Friday, June 5th and I was barely walking. Deanna, Snelly, Jessica, Dr. Thomas, and Elaine all did their best to provide the best care that they can. It was a buzzy day and they went above and beyond to keep up with all the patients. They were also taking care of people who want to be tested for COVID. I felt that they were overwhelmed by the pressure that they were under, nevertheless, they were all professional and caring.','2020-06-08 03:34:18.660000','2020-06-08 03:34:18.660000',5,'Marwah Alsaedi','https://lh5.googleusercontent.com/-ZtVqqttHKVI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckkdpzWZeLNSeP5VPPVEcM9FHrq8Q/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37607),('AbFvOqm_L7iAsweK-iD1n46wtExiB4RX9WrIpIAjDTiIMwhDTEdLbO8lpcoAfVT-RnPRmONibsjlYg','Cody and Sam were great!','2020-09-01 18:29:34.911000','2020-09-01 18:29:34.911000',5,'Jacquelyn Bodzy','https://lh4.googleusercontent.com/-AuS14wrmlAM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmiG9giJxO1BWW4pM5E1CgNACvZ7Q/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38551),('AbFvOqm_m--84UtpAcRGH2Kr2RavKVUYANv2tT2_0pcHD_Jp3PMs5CbAvUBaquOSvPh6eZgSRadO','Had to bring my middle son here for strep symptoms, and they were quick to get us back and quick to start testing his symptoms. Thankful to have a place that is FAST and always caring!','2020-02-17 14:57:42.783000','2020-02-17 14:57:42.783000',5,'David Bane','https://lh5.googleusercontent.com/-ba--avxtjVA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclTtjtIPs4L3e_N6cubcCZ42fhqWw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39622),('AbFvOqm_MRz3hbvfmt2sDNGEAzHOGsANzzxcVugyaF7lM1H3GcibYH--uUgxJfWpQw5z3FBKERRf','Fast service, especially during covid times. The staff was pleasant and very helpful. Highly recommend.','2020-07-19 01:38:59.230000','2020-07-19 01:38:59.230000',5,'Kristina Lam','https://lh6.googleusercontent.com/-0K-DtOajfhs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVV3NnMXAMToKazxUQ0542LHKDJw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28594),('AbFvOqm_nFiEi9EL2-nIsFxC0CIZL-qwJWag1BHtQWlP4hH-DeKRdktKapQ729Ld19HyIC3CICgLuA','The team at SignatureCare EC took great care of me. Dr. Ybarra gave me all my options and answered all of my questions. Very caring group, the even followed up to see how I was doing after the visit.\n\nI don\'t go to ER\'s a lot, but when I do, I will be going to SignatureCare Emergency Center','2019-12-27 05:57:13.424000','2019-12-27 05:57:13.424000',5,'Stephen Estrada','https://lh4.googleusercontent.com/-kfOgl4hBMx4/AAAAAAAAAAI/AAAAAAAAAXg/AMZuuckAVByl4y9l0MROhg4Ly1xrCbooRQ/c0x00000000-cc-rp-ba3/photo.jpg','17898197009688164559',37774),('AbFvOqm_NfLFBKNNtmuS1sFVLsoQf6w1NC8rgRYXpQRPM9HT9PJw5rbjQoDknJ6hKQexUzi2CdmxWQ','Dr Das was great and test results came back quick! Very friendly staff and clean environment!','2020-11-01 15:26:28.356000','2020-11-01 15:26:28.356000',5,'Heather Bridges','https://lh6.googleusercontent.com/-rqPjvtFWlgM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmYhPjJY_mCgJTUAObqLueaCEGjRQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31439),('AbFvOqm_nkWOL_t4hEac5O_W02iui_U7owk-Y6ghmztQYqN43lu2J8v6vbmALutNfTTDMn5t79i9Hw','I am insured by BlueCross BlueShield of Texas and this ER is within my network so I came in for the first time. It took me about 8 minutes to complete the paperwork and maybe another 3 minutes to be called in upon completion so I am pleased with the quick check in that I was provided. I had to stay overnight but the service I received was exceptional and the facility is very clean and well equipped. The staff that attended to my needs were Dr. Singla, Sarrah, Fahme, Carl, and Genesis. Definitely can recommend this ER.','2020-08-15 15:59:04.637000','2020-08-15 15:59:04.637000',5,'Jesse Yaxon','https://lh5.googleusercontent.com/-fQ2pIJId9Nk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucll0cjl_FzEN6pWT6i8m0wqI5o_TA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28565),('AbFvOqm_ojYNKwrtxrR9NGMgK6fwud66MKVKIFe4qdkmPeN-lJtk_-Q4ob11OGScxt1jEfNYPdQHKg','The nurse and doctor were very attentive! They helped me find out what was wrong and offered me what I needed!','2018-08-21 01:47:37.724000','2018-08-21 01:47:37.724000',5,'Jai J','https://lh4.googleusercontent.com/-3xEFpZJWPN0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnz9si1SIsgCpnpVGslu8_Wr2PIGA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29210),('AbFvOqm_OYLTdl5f9PwowhQ8jY6MCa7aVXmCSvnTtAYvICy8dnToYAht50rW0BS3fdd33BXZMm1wsA','The staff was nice and friendly. They made sure all of our needs were addressed.','2017-05-12 15:20:53.003000','2017-05-12 15:20:53.003000',5,'Renita Crutchfield','https://lh3.googleusercontent.com/a-/AOh14Ggxw-qfu4soA_4SkTVDvfmQBnI-VYP0cz-bRGt7=c0x00000000-cc-rp','8918455867446117794',43524),('AbFvOqm_p1P1qBOKBWa1o4Z1wIQGryk62RlYKdA6npBRa2lXPq0UZ8nTgCFijUszA3S8VV_gsPmB8g','Signature Care is the best!!! It\'s so warm and welcoming. Aileen, Adam, Andrew, Christina K., Adam and Dr. DeWaal treated us like family.','2019-11-16 23:15:53.870000','2019-11-16 23:15:53.870000',5,'Cindy Novinger','https://lh5.googleusercontent.com/-0TsXQF4Qacs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucntytYxftU-0Ay0huu2nMytzKxheg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36077),('AbFvOqm_p8Xx7HQXwO_cAmdlMOW3TH-F6CKD9KKi7zVHIiH0NmmFXHqotdkW1KfKxONMgZkK9DojqA','Came here for covid testing. Very easy to schedule online and the process was smooth! In and out with my results in less than an hour! Nurse Sarah was great! As a health care provider, I will recommend this clinic!','2020-07-01 21:50:24.480000','2020-07-01 21:50:24.480000',5,'Saba Khan','https://lh3.googleusercontent.com/a-/AOh14Gj_t3-IUkNycJkzG_D470L2xFJ_6CIT--obhW9JFA=c0x00000000-cc-rp','12541597562633926366',28621),('AbFvOqm_Q-2gvSXbVfqD_H9TamEEQIN7fYvgsMLidg3-Rjq60eOiAcqeP4DQTnSzD9PmizYkDWIVAQ','Don\'t waste your time coming here. I had a 9am appointment. It took them 2hrs to complete a covid-19 testing that they advertised to be a 15 minutes long practice.','2020-07-23 15:25:45.698000','2020-07-23 15:25:45.698000',1,'Johnson Ochakachon','https://lh3.googleusercontent.com/a-/AOh14GjFzco42YlZk7jI7OBRtRkbZRflwytDWoCbKO92=c0x00000000-cc-rp','13486358490203335051',29359),('AbFvOqm_q83Pm4gZgo9GwoyvukiDH0y5mMFIUyzbju_hVGzPt8O_1u9OkFL3-g9aaN57B44j73ph','Clay and Christina were great! I got in right away and they made me feel at ease. Would definitely recommend!','2020-12-22 16:11:20.253000','2020-12-22 16:11:20.253000',5,'Lisa McQueen','https://lh5.googleusercontent.com/-JAq20S6YF10/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmV_JOUQ4cBYj1ucq2nrTNZ8_XtMw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',43735),('AbFvOqm_q8bbJWttFJbXvbT_cMWVUk9cCB6kU7bmydk6s4p4Mx9hHq66mR32caUOki2bLG6dMbDE5w','Absolutely fantastic care given here. From Raven the registration person to Nurse Pam, to Dr. Pham, to Technician Nicole, every last person was genuinely friendly and you can tell they all really do care about you and making you feel better. I would recommend this location to anyone.','2019-06-15 16:16:56.505000','2019-06-15 16:16:56.505000',5,'Robert Craig','https://lh5.googleusercontent.com/-n7JDigk3CJQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm79rbHLmlAEt7LLbHuE-KpGGsT8w/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43252),('AbFvOqm_qG772L81-MTpoG9e_t6OPZFl2ABxxrK7ZtckK-mjE8GFQ7r46X58n92xRZihprWMOygw9g','Very impressed with the level of service from this facility. From the minute we walked in the door to the minute we left we were treated with thoughtfulness, courtesy, and extra care. My six-year-old son was panicking over his head injury and they knew exactly how to calm him down to be able to address the issue. This place has one my business for any thing that may come up in the future that would need emergency care.','2017-05-31 11:33:57.649000','2017-05-31 11:33:57.649000',5,'Leah Comstock Salinas','https://lh3.googleusercontent.com/a-/AOh14GjqfAO2K3NDJdU4OW4v6hiA5gkaZCNlgMWFgT2VXA=c0x00000000-cc-rp','14567670160750071148',31031),('AbFvOqm_qSIE4TNa7oonn0JDu91NbJqs0CRZNjFuZdDOjFz2DkpAdnagjtbVPZUPfFMG-uMaWvypUw','All the staff was great!','2020-08-02 14:27:36.399000','2020-08-02 14:27:36.399000',5,'Nazly Lujan','https://lh3.googleusercontent.com/a-/AOh14GhxLata7LHUv0XrG22UMcP2YQnUvhWsSDg8bn1h6w=c0x00000000-cc-rp','6521947413723274945',41324),('AbFvOqm_sDB9aXjWLd_avYOv8KXWXM_4qlnw8Yk68kjeSxGFygz8qXbKERbb0BjaQZAin7ECk_pxOw','The service was wonderful and quick Dr. Lindsay, Carly, Sarra,Sherwin, and Thelma was very professional!','2019-12-20 08:44:27.584000','2019-12-20 08:44:27.584000',5,'Eyekonik Lashes','https://lh5.googleusercontent.com/-m6KRSYHb0N4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnE4AM4wxnR4pF0q1pi6z-gEMeGZQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28927),('AbFvOqm_t8ytmt3v8KiI5EohpelACZOnOxCOY7lxC-H5qS3oq6FfjrTmxQiIxGRfb_UGx1aLZC8ugg','Everyone’s soooooo nice especially the nurses and doctors! I felt so comfy Dr. Yusuf and Nurse Leslie, Hamzah! Great Job you guys all my day feel better','2018-08-06 20:26:31.289000','2018-08-06 20:26:31.289000',5,'Shantanna Reddix','https://lh3.googleusercontent.com/-TRCfxTy4M_A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxL7va04ph_YB0mlnDvqohMYszbg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40892),('AbFvOqm_u5-XU1A1wq5OJdYyW3uy9EU4fEsbLRaqh5oaZbUheOoyMZ2o_q6yuD6N_bz_LPuHtwWd5g','Fast service, no wait time. Awesome and friendly staff.','2017-04-23 04:54:50.391000','2017-04-23 04:54:50.391000',5,'Vaibhav \'Bo\' Patel','https://lh3.googleusercontent.com/a-/AOh14Ggst2tC-c9As6M4mza_qPgWE3Ai3x3tX2l6y-UnZA=c0x00000000-cc-rp','17394740196501090048',37173),('AbFvOqm_u8NIgIsqzLLi2Knk3UvLXLXlWp4QXLQmr9XD56drtyQf8Zb3NkjDC3Ffx192Hs_L_Ut6','Dr Rosales was amazing and got my kiddo stitched up after a batting accident. He was kind and caring which made my son feel safe and happy!!!!!','2020-09-28 01:15:00.100000','2020-09-28 01:15:00.100000',5,'Amber Seals','https://lh4.googleusercontent.com/-HG8sqnb4u-Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZ0RGlY-PzQIwPqnn7kKwgtqUS1Q/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38513),('AbFvOqm_UNlO6fkLxe8tAlbxn6fAGRXArA5bzQlLdKf3VH9Pd8B64Oys9XahePRnsufnVDG8eMAhLg','First I didn’t even wait long for them to see me. Second the whole staff was amazing! Third they all gave all the information I needed and more these people go above and beyond. Also they do have free Refreshments and little snacks I’m case you might need it the place is very nice as well.','2018-03-05 21:39:58.572000','2018-03-05 21:39:58.572000',5,'Carlos Rodriguez','https://lh6.googleusercontent.com/-PmYNkS9XtQY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_itP4n-CJCfH2-tF2yjZ6m-f56g/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43405),('AbFvOqm_vtVJq-tF-aS6ESJJn8t1cx6LOfofpfIPSbcQkyjNcfIX8uP8wZoMyMoGEG3JQoX5OyXW',NULL,'2020-12-30 15:04:01.090000','2020-12-30 15:04:01.090000',5,'Tanner Howard','https://lh6.googleusercontent.com/-5D8D3WmuHEg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucljoT9Tbbw9q45gRWNHOoVxQH181Q/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44145),('AbFvOqm_vyMOipD-ZZnJivReC1MUg79MXXGx3ehAQF_vnn5j4IG_OQWuJ3RQ9ObcvNC6LFphioqy',NULL,'2016-12-18 13:31:53.311000','2016-12-18 13:31:53.311000',5,'Martha Martinez','https://lh3.googleusercontent.com/a-/AOh14Gh4vNqrCxbaoRs-XddYSAcVgogB7h7ZPtUA6oKX2g=c0x00000000-cc-rp','3511292162159714121',41147),('AbFvOqm_w_9NL2yK_so_ZVM8dQxCiIraCihFfH3SMb0lB0F2-crUr3gZiHa5cNjYKxrPLixJX2qy','Friendly Service','2020-10-21 16:12:46.048000','2020-10-21 16:12:46.048000',5,'SBDM RADIO','https://lh3.googleusercontent.com/a-/AOh14GgTgqsmC_qv4ZsUOvJcwuE_brFfo5hC89WTBDTc=c0x00000000-cc-rp','14904078213800803294',32205),('AbFvOqm_wCAJgo7zRY4yuhEkBGkvqNOu3GpDcG8A55CS5_5im9BUbVuadQZkPwDHypbExEmSAgpz','Very professional and excellent service.','2020-08-04 02:55:13.123000','2020-08-04 02:55:13.123000',5,'Matthew Singer','https://lh3.googleusercontent.com/a-/AOh14GhioKH6GzOIRyv1oFmfeExnIg2YJ1pNKB5rOtyX=c0x00000000-cc-rp-ba2','2694018788013845459',39026),('AbFvOqm_WmJBfyHnjYeI5N1WvHoQD8nbIB_xbcY6gLPZbi8D15kyuvLw8fUdpdFB2aIZsdozMyj0jw','Staff always kind and helpful from the nurses to the Drs. Service is usually very quick in and out. Anthony, RN Natalie-Tech and Dr. Jaber we\'re all great.','2019-02-25 00:37:06.887000','2019-02-25 00:37:06.887000',5,'Brittany Carroll','https://lh3.googleusercontent.com/a-/AOh14GgVz_jMhAY4-RtzdENveI1xCpKkv_qFildzbD-5=c0x00000000-cc-rp','16590124370714063921',34982),('AbFvOqm_Wr9W_vwo2IouJAUbUeDBDD8xrmDazirrYuSO415QBgn7Af37Qx_hEFR1H2O9VAojV020Iw',NULL,'2020-11-01 18:13:26.338000','2020-11-01 18:13:26.338000',5,'Maggie McShan','https://lh3.googleusercontent.com/-VnLQZ_D9iCQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmzaXjiUXIkNLtnlw3DZTgxO6WRrg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33029),('AbFvOqm_WX9JxxZUkG_tXm9a5wETua9PFmO1NvZ8AlrBuLg7jhHDITnfcjW7uHGAhSU8GoxLwXCMBw',NULL,'2019-12-25 06:51:29.878000','2019-12-25 06:51:29.878000',5,'jerzei mitchell','https://lh3.googleusercontent.com/-SPhSJTcZzd0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm2E1cD84CCvrAYEkLsEVgCk05CrQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29504),('AbFvOqm_wYSR-dqpqYsRVaFtl8WFo0bAzHjr3UiAuGr2Qlxg5ptMrs4v8O2CWg7IypsHbKUGaN3onA','Excellent experience during a very trying time for my wife. Staff went above and beyond for us. I\'ve never been more impressed with a facilty. Wish we had some place this great around where we live.\nThank you to the team of Dr Jolly\nRegistration:Rita\nER Tech:Jonathan\nNurses Rommel and Kelly\nRadiology Tech: Adolfo','2020-02-17 04:20:22.479000','2020-02-17 04:20:22.479000',5,'Greg Temple','https://lh3.googleusercontent.com/-3ZkQw9KWE_c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmnvmtqJhXRcxc2YJ7Y_8CnGLb7PQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32343),('AbFvOqm_xkTdLo1ANWUk2f7sRB-Ybvpm7sK54spgyNlzU5W-vFFIYsYuInNGVnk49haRb8JWt6KsFQ',NULL,'2016-12-07 01:40:38.896000','2016-12-07 01:40:38.896000',5,'Jay Gilbreath','https://lh3.googleusercontent.com/a-/AOh14Gg56zdLrx5ZxQa0VJlrRk0wsRFeuGo2AlnvtjHw=c0x00000000-cc-rp','14904078213800803294',32764),('AbFvOqm_y1ykPOUt3D1FFl3J-6Y1pN4MTU7q9CDlfd9S76zAh09ZDtosgf-aqGqbQszd9ucqkr5pSw','Very nice place all the staffs are awesome everyone has a good positive characteristics\nI recommend everyone to come here definitely five stars','2019-12-27 02:17:54.640000','2019-12-27 02:17:54.640000',5,'Jeffrey Farris','https://lh3.googleusercontent.com/a-/AOh14GiUlesu6ZRd7w-U18sbh7FsJG8l8wB-czgCDuMgiw=c0x00000000-cc-rp','12541597562633926366',28899),('AbFvOqm_YlAm0hhxI_6KVnAlAMJ29n8hM2cgHpAxNH94ol9DrIZDCWmgp2RBwBP4P6xMINHFhWiQSA','This location is wonderful. My experience was great here. The staff is knowledgeable and competent Delicia Karen dr. Datta and Sonny were great.','2019-10-05 20:05:36.985000','2019-10-05 20:05:36.985000',5,'Sharon Williams','https://lh3.googleusercontent.com/a-/AOh14GjrWEL3Vf891h0dk8ZtIqEQBl30JPK13BK1e5u2uw=c0x00000000-cc-rp','8679688254631342173',42655),('AbFvOqm_ymp4M2QkMExxOGNC2O6LfH3iX_TsvhTyCoAIszQw3L7_iP8NJxCIfPG4nvSNzagrkL_hQQ','My son crashed my car today and they was very fast at taking care of him and giving great care to him and asking if there was any thing they could do for the family .I loved it there and very greatful for the great care they gave my son and his family.','2019-05-31 20:51:37.486000','2019-05-31 20:51:37.486000',5,'Jossate Hillis','https://lh3.googleusercontent.com/-PLcAAJwhoEg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckOeOIK02EdDxUAW_sU7tykKyGVEg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39334),('AbFvOqm_ZDhL9Yaux7Cy0FbG7C9Hn18gyvvgKRGWrYVmkE37NdWwl6nB-eWqaXjHIb9Xr8ln5ceSwg','Great service! My roommate cut her finger and she was helped in a very efficient way. Her visit was quick and smooth. Thank you Rebecca V, Amy Patel, Jeri, Gabe, Patrick and Stephanie for a great visit.','2020-02-22 06:27:07.417000','2020-02-22 06:27:07.417000',5,'Sonnie Acosta','https://lh3.googleusercontent.com/a-/AOh14GhBzBvYa2kQEU9hMAZDE9TQ2v2dA7r62u1dGpjDqgw=c0x00000000-cc-rp','16590124370714063921',34346),('AbFvOqm_ZQHFUdSs2r_nAGb6nYlXN8Cq7WL80hT5rTQRJ5Il6rYuv_fyqvSDENkNTZObZxj_apDsSA','The service and staff was amazing...very warm and helpful!','2019-11-12 06:40:20.450000','2019-11-12 06:40:20.450000',5,'Elizabeth Mojekwu','https://lh3.googleusercontent.com/a-/AOh14GgYwbk341tRy_AN2AGaGWiC6inhJvMCvoGo08U=c0x00000000-cc-rp','14567670160750071148',30413),('AbFvOqm-_LWfVnZGLvm5ky3tYepu3fmvxleENd_y-KuGNntYfhBvLi46i0x64vyGuoM3_VlAsyW3',NULL,'2020-12-02 19:06:12.134000','2020-12-02 19:06:12.134000',5,'Keyleigh B','https://lh3.googleusercontent.com/a-/AOh14Gg0gbq4MlSqLiL515EXBhN7OJWt61bRRVp-yqxLsw=c0x00000000-cc-rp','15979470999169074295',32831),('AbFvOqm--YDGrPtRM0M3AjNLS1tMNBfJdRxhBuT8PuAVem22Zru9hvaaZS4g4M1LsMFXdgWGqJXlvw','Our experience was great. Dr. O\'Malley Nikaela, RN and Amy front desk were great. Out of all 3 hospitals I\'ve been this is by far the best!','2019-03-11 02:23:58.565000','2019-03-11 02:23:58.565000',5,'FANATIC SOLDIER','https://lh3.googleusercontent.com/a-/AOh14Gj83GVOlWuxInMMjJQnDU_92SrA3FUtrFGAZWqC8g=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqm-0QednZPTPUiLDHJp-31UvXW_kVukUhzXo28PhT8pFCmhd4QtBFixOIwDHyD7Aw5cdxOQ','Came here for a covid test. The whole experience was very streamlined and efficient. Got my test results back very quickly. Townsend and Shelli were especially friendly and made me feel comfortable in the clinic. Definitely recommend going here!','2020-10-03 20:19:06.792000','2020-10-03 20:19:06.792000',5,'Nathan Vu','https://lh3.googleusercontent.com/-9P-wUKMHp0o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckUQL1YlUFVNojbVQlq2tDfyYzwaQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35744),('AbFvOqm-54UMQt73JcflQUAd6V5M5zF1NynPm-_Mnm_2oUUgurOkAflj5ttkH--oVsrKiyETr-xc3g','Best ER I’ve ever been to great customer service and very fast service everybody was friendly and helpful from the moment I walked in. Alvean,Patricia,Ann did a wonderful job explaining everything to me.','2020-03-12 16:18:55.453000','2020-03-12 16:18:55.453000',5,'Valerie Wong','https://lh4.googleusercontent.com/-ZPMBOAtTl7I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm7iv5TnMJZKOYnv4ZM9lLmsE7BVw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32330),('AbFvOqm-5Kabff1Djt6ZdsHkkEH0tSQ9Q6II-XDk-dDW30sDyYOMZ_gZ3MMQX0SCOzSOr5r5uqSz0g',NULL,'2017-08-23 13:49:09.605000','2017-08-23 13:49:09.605000',3,'Carlos Escobar','https://lh3.googleusercontent.com/a-/AOh14GgxpcPNjf5vc1vvBPj3UJbX6pKIW7v9ywJIX4L2EQ=c0x00000000-cc-rp','17394740196501090048',37091),('AbFvOqm-5koLY0iMRV6galTApWIUG1TaLaeJH9dQLtTnzbktFjJvvSTBld4bYEAtpUrJkPfjSgQj','Good service! All personnel is very nice! Will recommend to friends and family. Definitely felt much better when leaving medications worked and knew what I needed.','2020-01-25 17:03:11.260000','2020-01-25 17:03:11.260000',5,'Ana Gallegos','https://lh5.googleusercontent.com/-SYeeHQks1IQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucleGKx1uKzcaNkTaiRucsmDfHtMcA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32364),('AbFvOqm-5ZW19nPXTyR71m0a9teVbvjAXH2pU3GkTc-9lNdGTjEe-xi9Bc5b4AeiYB29sp45fTcsWA',NULL,'2020-07-13 21:34:52.643000','2020-07-13 21:34:52.643000',5,'McKinley Michalowski','https://lh3.googleusercontent.com/a-/AOh14GisjRINHOIdV-4JOYCo0FTHCkiEJ-cil0rQ8rV2nw=c0x00000000-cc-rp','16891069708558046635',35854),('AbFvOqm-8sBbysNuQBS8f05lJ3HNKWeCdvpeSQgq9vRB4GfQdaf7PkbGV-I3aHk-KW_fApIvPSjXAQ','I visit Signature care, I was pleased that way they handle\nmy case, I was treated there and see by the doctors. and released same\nday with my new prescriptions.\nnurses around really care for you situation.\nalso the people in the from office.\nthey are ready 24 hours a day.\nthank you Signature care for been reliable.','2016-11-28 20:14:04.716000','2016-11-28 20:14:04.716000',5,'Angel R Quinteros','https://lh3.googleusercontent.com/a-/AOh14GhhbWQkRA6xU2hsE2YKs2VGGzJlsWSeUIY_zs1zuA0=c0x00000000-cc-rp-ba2','17394740196501090048',37257),('AbFvOqm-9TMEH8eQ42gv2Z669tmB_Xwx9rX-hQ4F_1L0-YEPrqhlMbW61MBmcE4nWf6ihRx4q5Pd','The staff is friendly and attentive, and really cater to all your needs. This facility is very clean. I highly recommend this location to everybody. Thank you team.','2020-02-17 04:21:23.332000','2020-02-17 04:21:23.332000',5,'Antonette Thomas','https://lh3.googleusercontent.com/a-/AOh14GhYPaD8WENPOzIVUmazWmgq9Y0am7_4iWwCP3WuDw=c0x00000000-cc-rp','8918455867446117794',43090),('AbFvOqm-9ySgo_p-840cP_dkkAquVEObcyF3TYsq_TYxOevyZT4znPXSX_9quegcNHOfebTnyd8WHw','Dr.Nweze was amazing and gentle with my 1 year old very helpful with advice given and I could tell she was more concerned with his well being than anything else .the receptionist Jocelyn was very welcoming and informative letting me know all of my options before hand and proactive with admitting my son .Alvean and Jordan the nurses were also very gentle with my son ensuring he was as comfortable as possible checking all his vitals and gathering information in an amazing manner\nExcellent facility I’ll come back if it’s needed in the future .','2019-10-16 20:33:51.546000','2019-10-16 20:33:51.546000',5,'Myasia Jones','https://lh3.googleusercontent.com/a-/AOh14Gh0KUT6RzZfd0ZPmJmm_QaiuXmPmrxOS0yZkMBOIg=c0x00000000-cc-rp','16389487648212004696',33863),('AbFvOqm-ACEBnWY_vbOj-BnQ82ZESSv-LCV8GweZA6MwABU0ZaphyfLJ1T5DKaqe_eHyBeGNWiWXgA','Dalia R,Alyssa p','2020-10-22 20:43:51.346000','2020-10-22 20:43:51.346000',5,'Mini Abraham','https://lh3.googleusercontent.com/-7wwR7y2fYYM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmWFepH3jGaIx6-3JXLJGH3NXZbnw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42853),('AbFvOqm-ARJ3VUDB60J9LsxKm7Hhh2RGH5LouKrOH8COU_1e32PqooIMTegfwff5yAo2pTk9iPkZaw','Everyone was very nice and helpfull Kristina the nurse who helped me was excellent when I was called and then scott was really helpfull too and really nice and quyen was really professional. And Dr Ortiz was really nice when he came to check on me to see what was the problem. And when you get to the clinic you will be received by Jocelyn at the front desk real nice young lady.','2020-01-21 20:11:08.913000','2020-01-21 20:11:08.913000',5,'Erick Looza','https://lh3.googleusercontent.com/a-/AOh14Gg_BZKRlXoRsKSFL8t6T-gUxMqsm4eeEOXqyx7WUA=c0x00000000-cc-rp','12541597562633926366',28797),('AbFvOqm-bRRvB3D1wMPqYwdW1oGAmR8dzV6BiCzIlkPz7jUOEIfPXJIHAQKp4e193NHO1d_qYSmByg','Everyone on call was extremely helpful and very attentive. That gives any patient peace of mind. They were very thorough and I appreciate that more than they\'ll ever know. I sincerely thankful for them and what they did for me. It beats going to any hospital ER in the Houston area...seriously! Thank you all again :)','2017-10-25 15:30:54.916000','2017-10-25 15:30:54.916000',5,'J\'Boogie Harris','https://lh3.googleusercontent.com/a-/AOh14GibalRfCK3l-Ab3DsRmW45BxNov-U71A7SLTRqVrg=c0x00000000-cc-rp-ba4','17394740196501090048',37043),('AbFvOqm-cfTpVruzVgZv2Cl32SetDQkC7wHyxwnhX_prfdO2KS0-5nNAkDbDtri_sJZ5sTx1a3DQ8g',NULL,'2019-12-04 21:31:30.376000','2019-12-04 21:31:30.376000',5,'Samantha Twardowski','https://lh3.googleusercontent.com/-lsD2-3EQVLE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckKIecI2mAA9g3aLojXNqXWfUku1g/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30405),('AbFvOqm-CVyx_-fAxXA3U2qJK5XbxIwvipjwo5_3_fuEC7JX_790kl35SyMUdEwlKcu8sBnFAADFeg','The bill is too high. :(. Where is the nearest hospital that i could drive to E.R. in-network in manchaca area? St david and southwest seton are too far. My visitation for my body weakened/anxiety was talking to the doctor and gave me rx. There were no labwork, ekg, or any devices to use, but a standard check for blood pressure, temperature check, listening heart and discussion. I was expecting like $300 for the standard, but it charges me over $800 with my full insurance. I put three stars because it has good service and nice people. Minus 2 stars for rip-offs on those people who lives in this neighborhood while the hospitals are too far. We cant help that but went to nearest one.','2018-03-07 16:46:11.634000','2018-03-07 16:46:11.634000',3,'Keri Keri','https://lh6.googleusercontent.com/-yJCctp050DM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmFtFtLKHkCwwjDWmcpUy-RmHPtNA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36424),('AbFvOqm-DU3-GvdEFb_uccyJb5r62NmSKKc_F6BadiQRG3Mm3zLuPLn05nWzhk-TFtaBytgE_4lGLA','Mercy and the staff were all great. Got me in and out in no time. Thanks!','2021-01-26 17:27:33.787000','2021-01-26 17:27:33.787000',5,'Mary Caroline Smith','https://lh3.googleusercontent.com/a-/AOh14GiJDgjWXserMLzQIgMyWM2WTRIb5u1XV6T6GSEaTeY=c0x00000000-cc-rp-ba2','12541597562633926366',44391),('AbFvOqm-E9-WSRMLAFUndgOCe5htZoj2XjPTYifWvVfCfZtGN71R0YPLLaQGtPOaaJZSbGES0c98','It was good and the people there were very nice','2017-01-17 23:34:39.603000','2017-01-17 23:34:39.603000',5,'Jordan Encarguez','https://lh3.googleusercontent.com/a-/AOh14GjxMJiPeQEKgEbaMU79_K-EUflzQVd6E79ctrA1ug=c0x00000000-cc-rp','17394740196501090048',37230),('AbFvOqm-foud3GPWTmocHeAPKMU2FzMMsbEN0ecX-xPmeGzTr_lh1e85rJvHDM0lYUVQ8_kBf66bzA',NULL,'2020-03-09 03:24:41.967000','2020-03-09 03:24:41.967000',5,'Ray Bustamante','https://lh6.googleusercontent.com/-_c4UD7XGwmU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucne7bNRQ1k1mIEUhjL042rkz-Z5iw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41401),('AbFvOqm-g4yKF_wnJMbi9xxAHTUwJwrVLIQVQBHPsfRELTrgqhXwJFBbCm12ffNOd3hmW-ymz3umwg','Went in late at night and was seen immediately staff was very nice and very thorough','2019-07-27 01:25:00.549000','2019-07-27 01:25:00.549000',5,'Kandra Gonzales','https://lh5.googleusercontent.com/-9caXbqLY4X8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-K3rWJvVENeXzCtH7HycAynCXbQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43215),('AbFvOqm-GBWGPJfdjs5JiZihuC1cJCI2tlU0XskIlTK46LmijYQ18MPd5bQ4gSSOtF3vnJSzyFHQSw','Dr Miller and nurse Brandon were excellent very attentive.','2019-09-08 13:10:20.589000','2019-09-08 13:10:20.589000',5,'Maria Peguero','https://lh3.googleusercontent.com/-cDMkHZejwME/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_2Cq0am7eLqOzIx8CLJZophCBHQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30467),('AbFvOqm-h8vVYi9k38M2iezjScijSHYk9YziPnA-RTwwpatojKRokizfqzBLcJY9o9oLzSySaRx1lg','The doctor was nice and the nurse\'s','2019-08-17 02:14:00.703000','2019-08-17 02:14:00.703000',5,'Megan Buhanan','https://lh3.googleusercontent.com/a-/AOh14GjLRTOidbBYuF6qYJ0SVX5To0_q1V-6NwFGoPVq2A=c0x00000000-cc-rp','16590124370714063921',34724),('AbFvOqm-HwXPHNQTNnJ8nLP8EqSGfGOBOYcPW2KmlCpLiJxD5v-FL4Wd0-2y_TbTj4a3TeboRFVWUA','My visit was great. Everyone was very friendly and caring. Jasmine was able to check me in quick. The nurse and xray tech very nice. If I ever need to come back I definitely will!!','2019-05-10 02:27:51.710000','2019-05-10 02:27:51.710000',5,'Hector Ramirez','https://lh4.googleusercontent.com/-KbTSah0oPFs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnFxUEsGPEu1vpwY7a7uDyLIR6-VQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqm-iC8pkpE0mJNeFbBKPR2EZ4SapV9rDY19qm0d91Xi3BU2aTUW5FOj-Fb4ZrUuAwla-iYKvg','Brad, JR, Itza, and Dr. Vakey were wonderful! Thanks.','2019-07-12 14:04:15.199000','2019-07-12 14:04:15.199000',5,'Blake Powell','https://lh3.googleusercontent.com/-gAncWykE4g8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnerRuCO1yTG0_6zJpyvIFq-vthYQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34766),('AbFvOqm-iIHhHFVwpXArG9PYHC4U7-TIyPsTqFy-oA_3TD4jwdB5QAZ8BoZA0uXn2lJ8zZoIFS9Gmw',NULL,'2017-08-23 17:44:08.603000','2017-08-23 17:44:08.603000',5,'Shannon McConkey','https://lh3.googleusercontent.com/a-/AOh14Giq-OchPVBfIrxo-7yx_G1OM2JauY5es5KnKsE_=c0x00000000-cc-rp','16590124370714063921',35395),('AbFvOqm-ikc8c157rPcpFXawipXVLSdGCczfS9ZZe3tuzaYHhK0-Kkc0R4XawyzBLnvZO38vzsp_','(Translated by Google) Very good attention///\nTanishia W\nDoctor Henderson, mD\nLaura H\nDaniel B\n\n(Original)\nMuy Buena atención///\nTanishia W\nDoctor Henderson,mD\nLaura H\nDaniel B','2019-10-23 01:39:18.208000','2019-10-23 01:39:18.208000',5,'Fredy Jovel','https://lh3.googleusercontent.com/a-/AOh14GhmkekNY-YxEddpXryxqvvFStXnRNJluI5Nn1KZMA=c0x00000000-cc-rp','17898197009688164559',37936),('AbFvOqm-IxCdy2B9Zk1TQR0dCWISuMAj3UYsWOQM6hhlJsClGXuZ80aKYbj4pup4WYBZtxRiNw40xw','The people who work here took great care of me and I did not have to wait long at all to get in. The staff was great as well.','2019-11-14 00:04:53.560000','2019-11-14 00:04:53.560000',5,'Sarah Grace','https://lh3.googleusercontent.com/a-/AOh14GjR4N6EGeiU7-DwkvPlGcdyPAKqQZyYaJBf144SLA=c0x00000000-cc-rp','16891069708558046635',36081),('AbFvOqm-jcTp7iNtdvwOVZzffv4krYrf02V1gIHYAjGoI127EmAiuyfVmD01Qvj6sMn661cpr1LX5g','They was very nice and helpful Alvean the nurse was great because she was able to find a vein cause I\'m a hard stick and Grace was good Dr. Ortiz was very knowledgeable plus the Registration Genesis wad real concern. This has been a trying time for me and the pain something else but they was very very helpful','2019-10-27 17:11:50.730000','2019-10-27 17:11:50.730000',4,'Wanda Simmons','https://lh4.googleusercontent.com/-ub-WI_Bquso/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckawhZHRna8i-UUh0OVryEZ_ko82Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33812),('AbFvOqm-jFlKYcT3AJ5KK7QqRtJRivQqjpG2NXWvzDZW-MWZ1aMVE2jArEWgDtAWZqTuEHi1l1Idhw','Great experience from the start, everybody was polite\nRecommend Evelyn, nurse duke, sable, and dr. L Ding','2019-11-27 16:53:37.013000','2019-11-27 16:53:37.013000',5,'Eduardo Solano','https://lh4.googleusercontent.com/-UF4E3WopI3Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnx7L9b3lQO-DlCIhoxQ1_tYNDkoQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42567),('AbFvOqm-JN7xEC0I-AXW8ShwyguG790H8_x5jXcivmP4B1i5kq3TvZPMbnQe-poqsLI-gieuySvB','Great experience, quick covid test with results in 15 minutes. Doctor Das was extremely helpful in answering all questions!','2020-10-03 16:33:23.111000','2020-10-03 16:33:23.111000',5,'Mahir Modgil','https://lh3.googleusercontent.com/a-/AOh14GhN_Mjf4TCcX0rNk_YIx2QCq8xW2F2kTccmwAK2sg=c0x00000000-cc-rp','14748677429039074158',31574),('AbFvOqm-KzAW-4mr1ukJheYwGhcZeTKT4wD1dKZ9QIC80QKO9H8L62-QcLsmdw8M1BacPXty_oRpVQ','Took my 7-year-old daughter to the Austin SignatureCare ER the other night and couldn\'t be more impressed with the facility and staff. My daughter was seen by Dr. Lingan and nurse Christina. They were exceptionally calm and professional and got us home before bedtime. Big bonus on a school-night! Thanks again.','2019-11-18 16:57:09.615000','2019-11-18 16:57:09.615000',5,'Eric Begley','https://lh5.googleusercontent.com/-o7ZTziJnB8Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucns8jg1IjgD4qrAKiX6ssxs5FkkxA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36074),('AbFvOqm-LA0BpdKNpFK1dAXgo2aZoSztigKGw1jhnk0lGPU1aIpWDprrdXmV3r2eST4raTlvaTMr',NULL,'2019-03-16 22:37:37.236000','2019-03-16 22:37:37.236000',1,'Lyssy Poo','https://lh3.googleusercontent.com/a-/AOh14GgNgSGjWEZ5yGWIBfB-hPmDWcfqwujrXfYqJLlA=c0x00000000-cc-rp','14567670160750071148',30580),('AbFvOqm-LBEFAe3dwHqeKOBTkxSkIyH_N3GnCdCPcoQDFjmG7Ovc0QaIsblF0qHEsJKh7zYgVYf-HQ','Quickly in and out. Friendly and easy to work with staff','2016-06-28 19:04:28.548000','2016-06-28 19:04:28.548000',5,'Grant Robertson','https://lh4.googleusercontent.com/-2-rLi-vSa1I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmdRJlpP1pyv9dfh4zvs1JGoxbi5A/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41199),('AbFvOqm-lj9gLFU9lXaWAbV4JmVTUFAC9N4XkOPqlrMQk_0ahakyxCMnPBD0_cj93sSuxQOCk4SzbA','I was impressed with the minimal paperwork to fill out when I arrived. It was quick and easy. At around 1pm on a Thursday, I was taken back to a room and seen by a nurse in about 10 mins of walking in the door. My condition caused me to have to spend the night, and I wasn’t even upset about it. I received excellent care. Every staff member, from physicians to techs, made me feel comfortable. At checkout, I was once again impressed with how painless the process was. My husband has been to this location as well, and we agree this is the first place we want to be in an emergency situation.','2018-01-10 14:15:00.697000','2018-01-10 14:15:00.697000',5,'Stephanie Piepenburg','https://lh6.googleusercontent.com/-zRDyI8mZT0g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMczqbOpdWC3VO2kjf7wv8kT_Hfw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30906),('AbFvOqm-MAnOGjFSDbVMIpHcUMJxi85PmT71yCEnWybd0W1oIrZfOeTnXNV66qst2Z0nwCJPVJNq',NULL,'2017-01-22 17:14:50.079000','2017-01-22 17:14:50.079000',5,'Azeem Meruani','https://lh3.googleusercontent.com/-bypnXraApPY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZqSkMFxuPWWrNelOqPWDjnfsvBg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31126),('AbFvOqm-nhpy23wIEq6MJfFkzkDOimdzxTkr224oGoKGW9YNNNiIHK6_toOBHo0ztg3SYpJt-qJexw','I had kidney issues for years and every so often it flairs up. I went to the ER here expecting similar treatment to the hospital down by Richmond. I was pleasantly surprised. Not only was I treated with care and compassion, they did the best to help me. Not only did I get the meds I needed but fluids and pillows and blankets and a CT scan (which I needed from my doc but missed my appt).\nBut the best part is they gave me all of the labs so I could give them to my doc.\n\nSo i am happy with the treatment and would recommend them above the hospital if you are in Westchase. (or the other areas). They are however, the same cost as the an ER visit so bring your insurance card.','2018-10-18 21:44:20.839000','2018-10-18 21:44:20.839000',5,'Michael Thunderclap','https://lh3.googleusercontent.com/a-/AOh14GgQ2ZNXawOwpz4gzd41n4dp49vTRoev4WVhW1oGExI=c0x00000000-cc-rp-ba6','12541597562633926366',29188),('AbFvOqm-piEqhtPOOXo0xBek0Pce2mPBMa8aPNt7wW0PDucYID3tdpkAVuHb9uw2_hPMxn9ORVVZFQ','The receptionist Courtney & Mandi were great at the registration. They answered all of our questions and were very polite. The nurses Kelsie & Chloe were very efficient and professional.','2020-09-17 20:38:27.655000','2020-09-17 20:38:27.655000',5,'Jennifer Zarlingo','https://lh5.googleusercontent.com/-fbJHW7ZfjNQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckwsqpUfzHNwf4ts_h_CLeYG5iImQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39525),('AbFvOqm-q3xWD_nF7JoBvXsit8E0cyh9lbKiiX61V6Ot7QkvfILQr4tPVChi9cddFkugsFNQd8L_GA',NULL,'2020-03-02 03:17:23.288000','2020-03-02 03:17:23.288000',5,'Brooks Kelm','https://lh4.googleusercontent.com/-sGszd-aRGFk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmzcObfkQIxmIwshCtvXh6nVLPGVQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29410),('AbFvOqm-q7XOhuj46GZIVpqkcc7zhVDWE9aZWXoChtGc0DkS02QAeomRdG7tA7rvGkY9KmKndHzqGw','Great experience and would highly recommend. Dr. Henderson and my nurses Tiniecia and Luisa were very great.','2020-10-29 00:39:08.801000','2020-10-29 00:39:08.801000',5,'Dillon Johnson','https://lh4.googleusercontent.com/-eOrNh49W8fQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckHYAJ-iwaTE1fNS657bYdV8TRqzg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33042),('AbFvOqm-qMWJAYnEuC5gT4uv8ZtUuUmjfQaofu7Msplaf_ClC9wur6ogObSyaNgSJH1rymtGM7Y2FA','They were very helpful and nice as soon as I walked in the door. They worked quickly and provided me with all the information I needed. The doctor was friendly and efficient.','2017-04-26 04:40:31.681000','2017-04-26 04:40:31.681000',5,'cole fowler','https://lh3.googleusercontent.com/a-/AOh14GiThCKiipD7jdPGbUpCS-T8TAQgXBc7x91zAO0x5w=c0x00000000-cc-rp','16590124370714063921',35440),('AbFvOqm-Qs-U1yzwhb2CP8SZvxP0P2K74xOyILh0uptDEzmHOSYB5rLNBDJExmNiDFsSazX3X0ifWA','fast service and the staff is friendly and polite. This is the only place I go to if I can\'t make it to my doctors in Houston!!','2019-06-16 00:18:51.422000','2019-06-16 00:18:51.422000',5,'Faith Coward','https://lh5.googleusercontent.com/-2mLwZLrW7JY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm5XhGP6wtoaL9Fn6w-1hyedXHPcw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29797); INSERT INTO `review_review` VALUES ('AbFvOqm-QsaRGR9GzxhtB9WBg2gb7DDdjMdskxWdI8dIeoQwXpgJv6JmiwmaC1p2Lr4cQqzWux6Hjg','Love the staff so helpful & knowledgeable special thank you to Leslie, Victoria and Jacque for all their help & understanding!','2020-10-27 18:46:44.699000','2020-10-27 18:46:44.699000',5,'B Lee-Wright','https://lh3.googleusercontent.com/a-/AOh14GjxEkT-ZnXE9gttmXBd_gf0dujmf7Fa6STwZtYsMg=c0x00000000-cc-rp','3511292162159714121',40099),('AbFvOqm-R91fTyIUZhwXiIuR9Eel7xOKaQ6aIy6Rf3j4QWV_M0D0i0GjlPcqMlpE9AUMTh0Qt2rI5Q','This was the fastest,nicest emergency care service our family has recieved Every one was so nice and friendly, Lorena, Remmington,and jr were super nice to us when we came and left. Dr. Vakey was also amazing taking care of the kids.','2019-07-05 20:32:44.755000','2019-07-05 20:32:44.755000',5,'Brittany Vigil','https://lh5.googleusercontent.com/-U3OYrbvt4Lg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclH1lBxQ2Y5PEF4f7naXQmk6f_lMg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34782),('AbFvOqm-S6NxKKrozlq97n2tBxC0Tvs4kJpZLdsMAfGbbjC6XMwqYecnhAUyun7nPhGiS14KOGNJ7Q','Great care and very clean and friendly staff!','2019-05-21 02:58:53.735000','2019-05-21 02:58:53.735000',5,'Sonja S Ikeler','https://lh3.googleusercontent.com/a-/AOh14GhcaqxY0dujvaDO0rNa8wQfTsAy4JaewdhBPA416w=c0x00000000-cc-rp','6521947413723274945',41726),('AbFvOqm-SkixS0WWz4r0Ys2zdlpiJs8KuIezYxFzAxAcrB_-xklraB8Ka0lIte8trsaM9MdYHGjbXA','I had a GREAT experience! Friendly front desk staff, nurse and doctor. I will recommend to my friends!','2017-06-01 19:00:50.706000','2017-06-01 19:00:50.706000',5,'Ginger Przybyla','https://lh3.googleusercontent.com/a-/AOh14GiN4x1WOoTJ7jIctbAtJYElyiq2D6H2WwPDMfAStQ=c0x00000000-cc-rp','14567670160750071148',31030),('AbFvOqm-snRleiyC8qJghr8VMrKdyyXyVoOQVK8wkBAmFRMcr-iBQ2_AcwsfK-IUhH7eeDQhPpUwSA','Dr. Patel and staff were professional, fast, detailed and took very good care of my daughter. The facility is clean and entire staff was wonderful. If you need emergency care, this is the place to go.','2019-07-12 12:13:38.396000','2019-07-12 12:13:38.396000',5,'Tana Poitevint','https://lh3.googleusercontent.com/a-/AOh14GjffI4Jsvc_W4KllI5IW-ZKpDMx29p0aVK5lcsz=c0x00000000-cc-rp','3511292162159714121',40493),('AbFvOqm-SVn3oM5LXYUJtwojEXvlT_zOA2hEH2mvHUqWC5OzDvcT0fBMjEDXocOqJlBouS_m0ETc0w','Very friendly Doctor and staff, definitely recommend.','2019-08-31 15:27:11.420000','2019-08-31 15:27:11.420000',5,'Nancy Bravo','https://lh3.googleusercontent.com/a-/AOh14GjRhnNWeWWn9KO1SZa18LWQpVQZ6Po55iKoTk4Ee5w=c0x00000000-cc-rp','16389487648212004696',34007),('AbFvOqm-syVEhp0VcK4veOH-GqQN73RBWUqM-tpGGdKocjc0h91z10LQ8yVJZZsVilMMwHa43N3SOg','Great and speedy service!','2020-12-01 03:44:10.598000','2020-12-01 03:44:10.598000',5,'Javin Williams','https://lh3.googleusercontent.com/a-/AOh14GhP4ieGLXEuLSLR8m7Q5u5TjCtQOI0G2lCDCGq6=c0x00000000-cc-rp','2694018788013845459',38881),('AbFvOqm-t7jfQGSqZqZf1QLghDriNdXrbGQx96FgD2XVFoirf0nYPJNplM0B7bUTYYyNd3dMnIOx','Everyone was very caring and helpful. If you have to go to the ER signature care is an excellent choice.','2019-12-16 17:13:08.155000','2019-12-16 17:13:08.155000',5,'Janet Braun','https://lh5.googleusercontent.com/-MXMWmR1N0IA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnWviG4EFFIYXWV2VP5AO6NW-2MXA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42549),('AbFvOqm-tdzBspPn8BCYI7yvOk7U7vkg0kMG_Wigq1Wh6DspH8Ez9YrkCNIq6K9K_ZU5Efm2ujxZ7Q','I had a bad allergy re-action on Sunday, and this place was a recommendation by my dermatologist.\nI walked in and it tool latterly 5 minutes only to get check by the doctor.\nThe #Airianna#Fron-desk was really nice and helpful, she greeted me with smile that made feel better right the way, thabk you for the special service.\nI loved the service there, it\'s fats convenient and better than walk in to hospitals ER.\nThank you so much 😊','2017-07-14 05:23:25.858000','2017-07-14 05:23:25.858000',5,'Ola Alhammami','https://lh3.googleusercontent.com/a-/AOh14GhUtHYeI2s_weT2O7wPTDAD8SmDevhhLs4dHehh=c0x00000000-cc-rp-ba4','14567670160750071148',31012),('AbFvOqm-tJf-UbKxHQ5UcOAIIdyLCyRiiKe5_SXfuVA843av2VfI_zPxpm9JWZf-qgAogiX1aqjZ','Came here for a severe sickness I felt, and called ahead to make sure there was no line. They were incredibly attentive, and genuinely cared about making sure I felt better. Great place & great employees!','2021-01-19 21:45:30.039000','2021-01-19 21:45:30.039000',5,'Paige Dehaven','https://lh6.googleusercontent.com/-BMVAb_xYr-o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucluriVZxl7UocqYz-DOawsrvAD3zg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44510),('AbFvOqm-tNgh1QgpKD3pzSrQBac-xKgw71PXyh578WpTs0JKPpAdEzMV6DEQTHIttgFZpNe4zyns',NULL,'2020-07-13 21:37:58.029000','2020-07-13 21:37:58.029000',5,'Zulma Camacho','https://lh3.googleusercontent.com/a-/AOh14GiWZtEiTRVdb2AofhhQeE9iJuzZXiS0ptNz3BHU=c0x00000000-cc-rp','14567670160750071148',30170),('AbFvOqm-TT4hwSivr1XnlPOulJf2niDifEfwWYtq1Vn-Gi95n_ci-0ecnNGPZC_zv5Y_0IEZKckk',NULL,'2020-07-16 19:54:13.064000','2020-07-16 19:54:13.064000',5,'Mary Salgado','https://lh6.googleusercontent.com/-DLMEFALB72U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckqjo6pvoHCHgAQsRsJhOPfy1FDvw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41366),('AbFvOqm-vZR1vOcFGk7J_TGjmR-7hmsa7r2Gxyogkf4IhtNfXutkAW-aGQ3k3LQuAOisP8y3PcpjQQ','I went in with a triple bone, ankle break and Dr Craig and staff were fantastic! Great bedside manner, quick, caring and accurate diagnosis of needing an orthopedic surgeon and ankle surgery STAT. They splinted my ankle and gave me IV pain meds.\nMy injury had happened downtown, but I knew I\'d be waiting forever at the ER hospitals there. I insisted to be driven to my neighborhood ER. No waiting hours in pain. I was seen right away. The next day I had a voicemail from THE DR himself (not just from the staff) calling to check on me!!!! I highly recommend them!!!','2017-06-07 04:53:36.937000','2017-06-07 04:53:36.937000',5,'sherry bray','https://lh6.googleusercontent.com/-Qoo5QAMMyZ8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVsU5l2AZPHLH59stM06yjiUGChA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36475),('AbFvOqm-WYXH_ZckXxi673c00OdIV8msipZ-FbTV8yO2cDn6BNvKVvedWBHWFQAL74pGlaPwcoaEUQ','I went to this facility this week with my friends for COVID test .Mercy @ reception helped us with paper work and other process . She is very friendly and were nice to us .I would recommend this facility to all my other friends for immediate health issues .','2021-01-27 00:07:14.809000','2021-01-27 00:07:14.809000',5,'Jose Lukose','https://lh4.googleusercontent.com/-jVB25spTDBE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm6JS2XqXE4DyIL5gPUJKtr1pqVGw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',44381),('AbFvOqm-x7sO4MMpSMn5puxMd5iEdAFCHbCbjSigtRrHpxheRKGJx4qpfJrRdmzYZA4PQ5o_zsaU','I was seen here a few weeks ago and will definitely come here again if I ever need too. Fast, friendly, and great service! Thank you Jessica S for helping me with all of the paperwork. That alone is a lot!','2020-02-13 22:12:28.251000','2020-02-13 22:12:28.251000',5,'Danny Cardenas','https://lh3.googleusercontent.com/a-/AOh14GhHM1yKOULck05FecY7nnhVQlralLIvBtRaqpw1Vg=c0x00000000-cc-rp','6521947413723274945',41481),('AbFvOqm0_qntSHfhJhoX9VAtjgCLx5S2z33-M1PnZdSxMQsAvXxWY0x88ITTWmuZ9QQPZ12U8POl','Last week I started having severe chest pain. I was convinced I was having a heart attack. So was my husband. he rushed me to Signature ER and I was immediately taken back to a room.\n\nThe staff was amazing! Efficient, thorough, and very concerned. They left no stone unturned. Thankfully it wasn\'t a heart attack and my problem is treatable.\n\nThe facility is very nice. Much nicer then your traditional ER. It\'s basically a hospital with spacious private rooms instead of curtained off sections.\n\nI highly recommend this place to anyone having a minor or major medical emergency!','2016-08-31 13:58:35.111000','2016-08-31 13:58:35.111000',5,'Charmaine Szostek','https://lh6.googleusercontent.com/-7R7EnLoPSVM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmkQdS_Rls6Ucpo2m33AAlUQaCWtA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31195),('AbFvOqm04jmcq9k0okmTrBMMqc0Pq6AnH-w7bDsntg3pgrF0pdxqZyJd-1heq6oo4IBUBgpMUsWCLg','Everyone at the facility was so great, from the receptionists to the nurses to the techs and the doctor.','2020-10-23 19:24:35.714000','2020-10-23 19:24:35.714000',5,'Brianne Boas','https://lh5.googleusercontent.com/-dg6jXA7lkHs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnyO-CNjhQDSxDDoHeVEMFxNCNw9A/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40119),('AbFvOqm050GzraOfl856E9o-lfh3gYNtsvPDJ9Ygo7SZ3x-_PhckMvH-wTE59oXzT7KbXeu20Nmfuw','Very helpful and informative','2020-08-05 13:13:04.583000','2020-08-05 13:13:04.583000',5,'Alex Ledezma','https://lh6.googleusercontent.com/-befKaF6jAmA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxXjCfEr7jYsahq6LTJFmqq4Hd9A/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38639),('AbFvOqm05kLQONALoz2hQkevPGFrGZ6XJMZoSGR-34eL6tyJppHcZ04mRdo-_wrxrGaaECL4VsPO2g','My experience was very good and helpful! They all are very nice and extremely helpful! 10/10 recommend!','2018-02-19 19:25:16.857000','2018-02-19 19:25:16.857000',5,'Marissa Roof','https://lh6.googleusercontent.com/-qrp0XlKkLsI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclkRt2hMDlc4CZu_S-wTEy2H7LIBQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35304),('AbFvOqm06nlyo1QlltrxNr1UVfit9AunDJpp9J8Xj9y7wnnMOk9TgK-Hbox-Wtf77w6l23XzkOM','The staff and service was amazing! More like a hotel than a clinical, cold hospital. There was no wait !','2016-03-10 06:33:28.192000','2016-03-10 06:33:28.192000',5,'Nyisha Crowder','https://lh3.googleusercontent.com/-ZqH9HIi9rUo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclynF9xjWYoX3OPHU0ezzs10y1U_Q/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31259),('AbFvOqm079WtMcJ6LBVpWBXg1B6Me1S9FjasILg_pKEEoDWYcjOL8OdhZX6-639SjvHpQk0bSf2sHQ','Amazing experience when coming in for flu-like symptoms! Especially great care from Jacob the RN! Talked us through different options and how we should carry them out. Definitely recommend this location for all ages.','2019-09-15 17:51:51.870000','2019-09-15 17:51:51.870000',5,'Nathan Andrew Martinez','https://lh3.googleusercontent.com/a-/AOh14GguHOPl-wy8xMyLy5IFAC-bfnxT3p64LKttfdZobw=c0x00000000-cc-rp','16590124370714063921',34677),('AbFvOqm07h2nbCaTsZxHxx224jUNL3n5PnmzNe-kUP3pPKtYOTGXaO0KY1INC3IM0V-kNizonJKfKw','This was the best clinic I have ever walked into. Super clean & efficient. Everyone treated me with respect, concern & kindness. Very fast treatment. I was in & out with medication in about 30 minutes.','2019-04-30 18:21:54.516000','2019-04-30 18:21:54.516000',5,'Robin Klement','https://lh6.googleusercontent.com/-rj_OdG6q1ZQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm91XsOPrPoCsRYgUYPWoxH3UiUEg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42703),('AbFvOqm07QY4YKOL9hQ4wxiIo84xObRuCJSN1cqffha_B83HFBMPikJwAVdnf_OEtL5WGmleyCUCeg','This is an excellent facility. Clean, quiet, fast, and comfortable. Staff is friendly and professional. Luke, Sherri, Courtney, Jennifer, and Dr Ashbrooks were on top of everything. They are very thorough and truly care about their patients. Signature care is the only er for me and my family.','2019-08-05 12:37:08.367000','2019-08-05 12:37:08.367000',5,'Joe Russell','https://lh4.googleusercontent.com/-74VjgkM6P-w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1O3Qi30tL3yKejk-wErZDFsMnSQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39827),('AbFvOqm0a33Ic9kwkKs-36rAfMaSBZ61g-rVRkoKMN25RQsaA7hwb7sFtoy2uLH8KkeHL9bZqKK4mQ','Care was quick, professional and efficient. I will definitely return if I ever need to. The staff was friendly. The most valuable part of this service is its proximity to my home.','2016-03-22 15:08:31.246000','2016-03-22 15:08:31.246000',5,'Amanda Cambron','https://lh3.googleusercontent.com/a-/AOh14GiwF1o71ouDh1-prQQQhL6tocaCgQ_xx9iry71_Fg=c0x00000000-cc-rp','14567670160750071148',31254),('AbFvOqm0AbhTA43dRTvcmMMfAE7H0k75S9vZjtrDmwTWzpr4qUlqTJQUQaIWMMSxmH2C4jom2MX9AA','Blake RN , Silpa MD,Delicia Front desk. they could take away any pain without even give painkillers they were very kind and supporting .the rest of staff was also very nice .','2019-04-07 11:14:15.990000','2019-04-07 11:14:15.990000',5,'Rolando Antunez','https://lh6.googleusercontent.com/-mSDH1aMIcnQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl2Q5y-My6tslX1rlyK4qIyzCfh5Q/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42711),('AbFvOqm0Aere2P_e30n3PCrLQfaHDz2f_u-aQj1QDX2lhFLBEIQfX1XiLpaZpvU6jKWG_RwEm48HVw','I never have to wait long in the waiting Rooms, The staff is very friendly and they give you a warm blanket,, The doctor explains everything to you so that you fully understand what\'s going on, They definitely make a hard time a little more bearable','2018-07-24 03:02:11.893000','2018-07-24 03:02:11.893000',5,'Crystal Carr','https://lh3.googleusercontent.com/a-/AOh14GhUkJxAc2iDitqu2KC0TNo2dIdh5PJQVzZrznaC=c0x00000000-cc-rp','17394740196501090048',36925),('AbFvOqm0AVkMTPwI5uFo1sPda4jpNFTEmOUVymHtoUSSFMER2NEuXDriPgiiMSt7BnHvpq26jOPCgA','Sarah, Dr. Ortiz, Angel and Elaine has been a dream! They are so thoughtful and go above and beyond to ensure I’m comfortable and taken care of. I would definitely choose this over going to a hospital ER.','2020-10-26 13:04:15.299000','2020-10-26 13:04:15.299000',5,'Renee S','https://lh5.googleusercontent.com/-yiBAuK-SGoc/AAAAAAAAAAI/AAAAAAAAAQ4/AMZuucmCqM1skBXP5bm0slGSgA6BPp0M1A/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37485),('AbFvOqm0B0IzKhwcJ2lAnux9rEHtXHOPUjzpSJzFSdtCJFHvh3RXCKY0SrNQkG7FNqoQMLKd66as','Was seen VERY quickly, was tested, x-rayed, diagnosed in the blink of an eye, treated in the facility, prescribed medications, and out the door in an hour. Everyone from Ms Watkins at the desk, Mr. Brown in radiology, Nurse Garriel, and Dr. Evans were ALL GREAT. Was so impressed by the cleanliness of the facility and attention to detail by the staff that I immediately sent my sick son, who received the same awesome service. I would highly recommend them to anyone.','2018-02-13 18:54:31.027000','2018-02-13 18:54:31.027000',5,'Adran Tyler','https://lh3.googleusercontent.com/a-/AOh14GjjoCBvVfxJGQYi2ECXe3xx39hDIKOivMIyXPmn2dk=c0x00000000-cc-rp','8918455867446117794',43413),('AbFvOqm0BDFN4V5fhpcD9pv1Mcw-WonYVms4EtsyEMaKxaDCyOf1xqORKlhv7-wC0ghQiBjxGtpTvA','I made an appointment on line, showed up at my allotted time and was in and out in under an hour. The place is clean and the staff very friendly and knowledgeable.','2020-07-05 12:34:55.446000','2020-07-05 12:34:55.446000',5,'Duncan Elliott','https://lh3.googleusercontent.com/a-/AOh14Gh-Yb_BHlmOhZjlMqmcs7Qgx6DNIT9sY9kiae6Eug=c0x00000000-cc-rp','3511292162159714121',40254),('AbFvOqm0CdOfbmxllZUmPNpoyrjPHzhXrhpJ8JSnh0f_dOtW5jmc1ZIrnemXmGRzgTnNOoaWU1qI','As someone naturally leery of emergency rooms, likely due to long waits as a kid, I went into the Austin Signature Care location expecting a similar experience. Instead, I was welcomed by a responsive intake agent, with the nurse in less than 15 minutes, evaluated by the doctor 20 minutes later, and on my way in under 2 hours (for a pretty serious injury that required x-rays). The best parts? Heated sheets for while I was waiting in the private room for the results of my x-rays and snacks for while you are waiting. Great experience, end to end.','2018-05-15 18:40:05.016000','2018-05-15 18:40:05.016000',5,'Michael McLatcher','https://lh3.googleusercontent.com/a-/AOh14GjuO_4OmvvUOKAED8Qgh19gDB5B-2GgEQxxBA2FtA=c0x00000000-cc-rp','16891069708558046635',36403),('AbFvOqm0dEaMSQ521no4aYk6zLqkclm97QGQ3JyowayUvsIWbW2HCH9-b0dwPNoFZ1IZIcTo-2W-','The only reason why someone would choose to go to any other emergency room center is because they don\'t know about this one! A big shout out to RN Cat & Sarra & Dr. Faig. Thank you all for your care and spectacular customer service, especially when I was feeling my worst and most vulnerable.\n\nAmazing staff, zero wait time, WARM (heated) blankets, and caring attitudes from the entire staff! Hands down, THE BEST ER experience I have EVER experienced!!!\n\nNo reason to go anywhere else!','2020-09-08 14:31:32.018000','2020-09-08 14:31:32.018000',5,'Amy Polak','https://lh3.googleusercontent.com/a-/AOh14Ggtvs9BohEFJ5lf6j0WHWLWKSGKcUmdL_VK0a-POw=c0x00000000-cc-rp','12541597562633926366',28554),('AbFvOqm0dHf_OCyGYn6hGEAd_yIOVS_NyqwY4C-lnh3T9_HONJj_O_g6mIngi6krEXOKCzpcRgXgTQ',NULL,'2020-10-29 12:47:50.312000','2020-10-29 12:47:50.312000',5,'Patti Parson','https://lh4.googleusercontent.com/-nCiU0vWGBXI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmnd0feSrNo7pKKq_AhDezjmFi22w/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29286),('AbFvOqm0e15G6vfy5Ue7r0zztHeQcg0i6R4ScDBqIaGuazEU66wOhttfxCsbZZDZk3dx-ZSSKsEUNA','Excellent facilities and service. Far above and beyond any other ER and/or stand alone ER we’ve ever used. We’ll gladly recommend to everyone we know!','2019-01-03 17:54:54.806000','2019-01-03 17:54:54.806000',5,'Donna Masterson','https://lh3.googleusercontent.com/a-/AOh14Gg4k3I4W7Y9z8ove4QjDJBzACuzTZ1YV2SDv4YwAA=c0x00000000-cc-rp','3511292162159714121',40765),('AbFvOqm0ewzpnPjIfvunDB1Vmr9D-l6keLYN9gC7ZsoNhTTlebseJTGVN0rq8GFk1UYITrwSm-g-','Came in and was greeted with a warm welcome didn’t wait 5 minutes and was called to the back. My friend was helped by Jocelyn and Alvean they were very nice and attentive also were very informative. Highly recommend this location everything was nice and clean. And she was in and out Thanks so much','2020-02-19 23:36:50.630000','2020-02-19 23:36:50.630000',5,'Raenisha Tate','https://lh6.googleusercontent.com/-e5Xmd9zidko/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn8O_dIw7ltDP_mkIYrgjDSna4-1g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33353),('AbFvOqm0F8731-rJvKfBHk9nAosMv1IZqTLwduQp8jZJ6ikNhDFxlQNxuLPxblm5v5KFbVBEUrkwAw','Great experience very caring and responsible staff thank you to my nurse John bell and registration ashley b and Tiffany','2019-04-02 22:54:32.487000','2019-04-02 22:54:32.487000',5,'kayla ashley','https://lh5.googleusercontent.com/-GY84HgtCUP4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnPBnC68LBRhkCq3s21Lz_ByYm0HA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42103),('AbFvOqm0fEPNTNm-9Mg3BQUn5W8GbLJnidPsMFHLS-7yDo8aBHDGCm82IV0eP2iTe1NubttI1joj',NULL,'2020-09-26 17:33:48.247000','2020-09-26 17:33:48.247000',5,'Eliceo Quintanilla','https://lh3.googleusercontent.com/a-/AOh14GifxHBdLZ8LySd04G7rxUi6WnAdqQdEt3agVS25oA=c0x00000000-cc-rp','14567670160750071148',30092),('AbFvOqm0fI5nyvElbWRbG4bl9kXkjSPg3h2jRomv3xMwfvBsu_xx5LB3Kx0xzVRrMeQW1iG0dC8enA','Service was amazing they were quick with the procedures,very attentive and had great communication skills and My nurse Alvean was a great help with making me feel comfortable and big thanks to Luisa and Rick for their excellent medical services.','2020-10-23 14:51:47.931000','2020-10-23 14:51:47.931000',5,'Tabias Washington','https://lh5.googleusercontent.com/-fExfZAM3478/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnnKbkAU6A0ajexl-LLZteOR99yIQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33107),('AbFvOqm0G9qWVL9_LMRvQcQqlwzXL4g1wYQZPbGtYsYGIx2G-5fkEb-hPeKie7DWnKkF3oNKDIXu3Q','Excellent Service.','2018-08-18 14:42:46.774000','2018-08-18 14:42:46.774000',5,'Mark David','https://lh4.googleusercontent.com/-EJSmICcm0BA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckj5-i9wSwCwZ54ZH335qbgX6ANTg/c0x00000000-cc-rp-ba3/photo.jpg','16891069708558046635',36368),('AbFvOqm0gDFsSpFL7cIjg4VsF2igG-BwE4-G6rPu3_xphVqGrwCYuvFEfJE3OHBQJSZnh5HWpMZdjw','Love Dr. Daniels! She and the rest of the crew nurse Rollie, Natalia and Stephanie took great care of my friend.','2020-01-25 11:11:02.499000','2020-01-25 11:11:02.499000',5,'Anastasia Estrada','https://lh3.googleusercontent.com/a-/AOh14Ggelcb17EAp6Ho-T-MjWHDDtcyhGm7QjtVaLU3J=c0x00000000-cc-rp','8679688254631342173',42486),('AbFvOqm0GgoXiNuYQqv4-RxEHBW-1Tr3DUHO9yl6V1ozNijUb9iOQuE53frtK98i5ML6EBsgB_jZ-w','Kristina was great help, my friend was taken care of, stitched up and was ready to go back to the game.\n\nRadiolog ... Allison\nEr tech.... Julie\n\nGreat team and thank you for the care','2019-10-28 01:12:53.155000','2019-10-28 01:12:53.155000',5,'Adam Acosta','https://lh4.googleusercontent.com/-8UQFFBMbjiY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnwRJhdZSGoDq-k_KFuia_gpHDWdw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29604),('AbFvOqm0gZxp-GN2NUZt5PfATdndD4xGhiiPdHspciwgGeKWu_Eaq5b5gFWaV-EBNjVplUBdIiWv','Dr. Chukwu and his staff Churiah and Amy were super helpful and friendly!','2019-03-10 04:28:18.000000','2019-03-10 04:28:18.000000',5,'Play Stop Rewind','https://lh3.googleusercontent.com/a-/AOh14GhNiZbFJ5P_C2iwCX6WBe9pqV8aPraJjFrO4_ORhA=c0x00000000-cc-rp','3511292162159714121',40623),('AbFvOqm0imRJT_3Tgxwy_BggwWpWTvNBytyg_8_0sn8bMOxjpaSo1SMjWjxMKmlKzhfkxnfybWvHGw',NULL,'2020-07-19 18:08:46.623000','2020-07-19 18:08:46.623000',5,'Miranda Muniz','https://lh6.googleusercontent.com/-TeZQlIR9DQ0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnu_xopLRsWkeI_ryGW8FYYQb2ebA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31972),('AbFvOqm0iOX4MqrTE7fuC0A5C7cyxHqDgPYTpm0bWs_d1i0-GeEFycykPu0W54o2qjuQQo6ZJhjwvw','Brought my sister here. Excellent care and staff awesome! When you walk in the door Patricia at Registration to Nurse Erika, Travis xray tech and Jordan ER tech. Dr. O\'Malley genuinely kind and patience. Bedside manner 10 plus stars.','2019-12-27 22:31:32.799000','2019-12-27 22:31:32.799000',5,'LaDarrell Hopkins','https://lh6.googleusercontent.com/-LES1PJDau30/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl5CC5EIToVQTODijs01lJ8I7EELA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33565),('AbFvOqm0JhjrFHcSr7ieIo5u4DwtM5aefmV_yTNTPhyLOm-mAGyyDA_9K_QB0L70gr4IpXgZpP5YvQ','Very fast and helpful, super nice and great staff','2019-03-25 15:07:45.504000','2019-03-25 15:07:45.504000',5,'Collin Schraven','https://lh5.googleusercontent.com/-kczvINB0X9U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcNfkE5B78eE96CtGcmSyWhrwTWA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34947),('AbFvOqm0JhpRaQPGAAvon8znEZg0V3z5_jtBhfdXkGzxqFbFpy2f0x_iHcI8AQj53V7qEyZpVBZI','(Translated by Google) Good experience im very happy I recommend them very good attention and very kind\n\n(Original)\nGood experience im very happy los recomiendo muy buena atención y muy amables','2020-08-11 02:52:44.015000','2020-08-11 02:52:44.015000',5,'NV- TOPO','https://lh3.googleusercontent.com/a-/AOh14Gh-ALIYKf8kngOKMXngACZKkc-h-NezJNPZcbgiDA=c0x00000000-cc-rp','12541597562633926366',28574),('AbFvOqm0JoGR5Dnou7J-n4O-Aa2bp8yvxWe8pmIbINWix3kEJU5p8IRswsHom9GrfhB8kWpJjhtv',NULL,'2020-10-30 16:10:12.140000','2020-10-30 16:10:12.140000',5,'Emily Lassetter','https://lh3.googleusercontent.com/a-/AOh14GgZU-A_fQ6bixZsNTGQmhtLm8c4QfsQoP27DIaQVg=c0x00000000-cc-rp','14567670160750071148',30032),('AbFvOqm0KDSwQL_NeptY8usY3xtBLe0x-7qSQQWwW94U_IKU5j5kwpSB6RoDtQppX858AuFu2t0SJg','Staff: Sindy; nurse: Agnes, tech: Britney and Doctor: Falg, are very knowledgable and kind; made our emergency experience so much better!!! Also no long wait, we were seen immediately!!! šŸ˜€','2017-05-20 02:32:58.561000','2017-05-20 02:32:58.561000',5,'Jenn Dent','https://lh3.googleusercontent.com/a-/AOh14Gjn8TotoA8i6BxIiq0s6PboHhMg73yee86O8iTPcw=c0x00000000-cc-rp','3511292162159714121',41048),('AbFvOqm0KU4fyzJlZmFXK7PWnvyrA3iXApcZffPtPouvxFsSsMqQqmuIJe4pX6TyvYPmXf0YiykrOA','I had a great experience with my Covid test. From the receptionist, to the Cali the nurse and Brenda the tech, the staff was caring, informative, and courteous. They made me feel comfortable - offered me a bottle water/blanket while I waited. I will be back for my ER needs and/or testing! Thank you!\n\nLisa Rodriguez','2020-10-17 15:23:35.669000','2020-10-17 15:23:35.669000',5,'Lisa Rodriquez','https://lh6.googleusercontent.com/-Ywj2dyXpuqU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucniwV8dL7XDUY-mt0YjuQv3jWIjDA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38478),('AbFvOqm0kvSpRN-WQKjnJClG3Nqc0N19DY4nERQRcPcsrBLyvj0k1a1hKwVXO2zpnCEFLT5_wMxH','I love this facility! Dr faig was very sweet , aerial was awesome and quick checking us in, the nurse as well :)','2018-08-06 01:00:27.048000','2018-08-06 01:00:27.048000',5,'shloretta Hall','https://lh3.googleusercontent.com/-2_T-zf9BFsw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnpB0_BblypFAWSDJ7VKu3CgrzLiQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29214),('AbFvOqm0KVt0igjlmHZtqhD2C_iJuPHSdBbCRaDK7vpsdWdaHh09NxshkQCrpLwcfwrH58mk9RDOVw','Came here to the ER and it was a good staff very friendly! Leslie and Olivia were very helpful. Nurse Gina was very good at what she does definitely recommend coming here! Amazing staff🄰','2019-01-16 19:41:17.906000','2019-01-16 19:41:17.906000',5,'Mona Cheyanne','https://lh3.googleusercontent.com/a-/AOh14GgWfS0ZAzkS6u2HXNeI1RwExL4nanRYQ3bUPILhTA=c0x00000000-cc-rp','3511292162159714121',40708),('AbFvOqm0L6BDm1HxVGGx4f-cP5eXX4b321waCFUyjZi9Aw756LvV7JTtpN4lZXevRZ7tid2SZEsO','The doctor was very thorough and compassionate.\nCaring, smiling and laughing is good atmosphere for patients. I will continue to come here. They even checked on my daughter the next day.','2018-08-06 19:12:04.006000','2018-08-06 19:12:04.006000',5,'Mitty Millan','https://lh3.googleusercontent.com/a-/AOh14GiRPHciLups-v9n1draZ53hDRFgqLW31h-curCCYQ=c0x00000000-cc-rp','17898197009688164559',38369),('AbFvOqm0Lona2CKmjlLpXivYMnbXDpUNcqUNxp9kU4GiN4yFxOONth2OZCel9HLLxFYh6S-HhHbe','There’s literal little to no wait time. I called 4 place with no voice and once I called then they told me the wait time and immediately gave me the address! The sense of urgency is amazing.','2020-12-17 20:21:31.024000','2020-12-17 20:21:31.024000',5,'Imunni Collins','https://lh3.googleusercontent.com/a-/AOh14GgAvgYiiXbQhksW7XdaMdnakE29pn2I6hehZNIR=c0x00000000-cc-rp','15979470999169074295',32814),('AbFvOqm0n83tA8RZKhRavAqa3o3tl3bZUxAU3bDejcRcgNb9DX_4mMaKr4fGuBGEYqv-YArRGenXUA','They took great care of me when i was so sick. Got me meds and i was able to return to work the next day','2018-12-20 22:44:25.422000','2018-12-20 22:44:25.422000',5,'Nona Whitecross','https://lh4.googleusercontent.com/-kufz6rtS8G4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckNUC1Io9G4EwgmwlFeswp_H45XXQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30666),('AbFvOqm0nxekDKsotM_LzsV8odoqttfJ0Um5uerB0lNVLACjeBG_3J_1GSXJalXVBJndmp3LeREH','Came in and was immediately helped by Kendra. Very nice staff and Dr. Hermka was thorough and quick to get the results.','2020-01-14 14:08:05.068000','2020-01-14 14:08:05.068000',5,'Amanda Reenan','https://lh3.googleusercontent.com/a-/AOh14Gi8-FQtfmqm4tUrOzjA6Th6PaW0RZRB27z2kaHh=c0x00000000-cc-rp','16590124370714063921',34449),('AbFvOqm0OD2gvjD0OOYr4O3Ks_VO-wjFXXinyytvNidLmF8wxJUt0RNaNKvNKaXDANqIbe57p0n0kw',NULL,'2018-02-15 03:30:54.331000','2018-02-15 03:30:54.331000',5,'Lydia Nichols','https://lh3.googleusercontent.com/-lHnt0He9uQE/AAAAAAAAAAI/AAAAAAAAEkE/AMZuucnNNtJwliRJl2fkTmLyKbqROkQ0nw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36432),('AbFvOqm0OF1MCgkGTs0_Kf5MAcF6-N6WGol_6w-moZ3I7z8waUzBlYjMOrfWgYamlfF8dIyaoBJs','Came in today, feeling anxious about the experience with this whole Covid 19 but they made feel right at home. Well taken care of and knowing exactly what was going on at every moment as I did do new things today. Got attention from Erika Hasan MD, Tanisha, Fatima and Shelly.','2020-10-20 04:28:13.261000','2020-10-20 04:28:13.261000',5,'laura penate','https://lh5.googleusercontent.com/-hN1UhEiblqc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclTuiOsNKDCwJTxL3c5jBSrtIXO7g/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36519),('AbFvOqm0owJ9wU5mvwBZGPWJIGSoOe0IKnrX0L9qrJf5Orl_wRVqTh1hpobtVLmvJIdel16gGBWJFg','My RN was Josh. He was super nice through my testing and helped explain some Bp information that I was confused about. I can’t remember my doctors names but she was so nice and comforting. She explained and talked over all of my concerns!','2021-01-01 17:29:58.023000','2021-01-01 17:29:58.023000',5,'Victoria Willis','https://lh3.googleusercontent.com/-bd8aOVYxE7U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckvxvBSCC9vO3Ifpv9qhAkmtphzzA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44259),('AbFvOqm0pH2pPU9zBbkhGIEipun4iA4Ren9lwgUlgQfFu7-a2ahbUuVHu9u2DWadAYXZsUf9q4ToOA','I had a great experience, there was no wait, the care was great and the staff was amazing. Kudos to Katrina, Dr. Ybarra, Cheney and Theresa!!','2019-10-26 04:19:21.583000','2019-10-26 04:19:21.583000',5,'Jessica Adams','https://lh4.googleusercontent.com/-exQQfDehY3Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckQH0dpjVETP4idacYHzfs_lnonuQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42632),('AbFvOqm0pxg6Ay9BjlU4EQDfrpSqeNRvi2FukUAVRlUS3fSMDQHRYUpIUn7eUBs-pPND6vW_oL0rTg','I was greeted by two ladies working at registration: Diamond and Natasha. They were patient with me and helped me fill out my paperwork! Nurse Kat was very informative and friendly, Nurse Frank was helpful and nice, and Doctor Jones was thorough, kind, and gave great instructions! This ER got me in and out of the hospital with no problem!','2019-07-04 03:14:43.830000','2019-07-04 03:14:43.830000',5,'Amana Jones','https://lh3.googleusercontent.com/a-/AOh14GgZ9cqrg8G6Du8nfgZu-nzPGdBVcU6-8e1C27kz=c0x00000000-cc-rp','2694018788013845459',39314),('AbFvOqm0q4i1iayAdp74XEzFdBZddXKxbs42KXcmtFAOEGD0jN5Pa9NbGy5YB1dvwAJp1borI6ExIA',NULL,'2020-11-22 20:59:43.358000','2020-11-22 20:59:43.358000',5,'Molly Osier','https://lh6.googleusercontent.com/-6CblilPMDgk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucljbSZqCejYYEnptDuwKNM2oT3IJA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32895),('AbFvOqm0Qnr7CIi1j9Rn1lfR-VQ-7mdAHoYxlQogq1k4RUCBeA4ve2k1LkI1u02_qmu4UzYAm_Zxwg','Awesome and very easy experience. Great staff! Dr. Morrical and Nurse Ricky were great!','2020-02-29 00:56:11.755000','2020-02-29 00:56:11.755000',5,'Tony Clark','https://lh3.googleusercontent.com/a-/AOh14GijlQfGG8YqvLSmEJ8OAlz_-LGV4YixlJj5jWQ9sQ=c0x00000000-cc-rp','12541597562633926366',28677),('AbFvOqm0qtHwk3yj6-dpB7T2JLyFYxSDWRRmsPlAgoWU5WNrxgPbAxQ2qthqaKOaQrUbdSTjLhuECw',NULL,'2020-06-15 17:54:14.876000','2020-06-15 17:54:14.876000',1,'Josh Zapata','https://lh4.googleusercontent.com/-mhvKWwxsJGk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQUO2sch_6aN5R7qIx2c6zbqSJxw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30198),('AbFvOqm0s4FO6WQdqXa_LefphMJf2UPkcyDUiKZB8T4mqOXgatCdy5aBot7C5GdY-FXpIVIp69HJaw','I woke up cranky and sick but had the most amazing service from the moment I stepped into the building. Kendra at the front, nurse Jacob, rad tech Juan and Dr. Singla were extremely warm and caring.','2019-12-20 14:23:45.539000','2019-12-20 14:23:45.539000',5,'Kenneth Piggee','https://lh3.googleusercontent.com/a-/AOh14GjIRwJS77HgNc47Tj4kosIOpi_EyjgJCFtkfgid-w=c0x00000000-cc-rp','16590124370714063921',34494),('AbFvOqm0Tx7t0Wwg1nmJI-nvFPQeP4YWCVq9vM7LLX88p5h8lRzJMX6ivCfBkFiBY2Fa6Aq-8jYuug','I loved it here! Everyone was super nice to us and it was really quick. I just really want to thank Jorge and Paris for helping us check in and I want to thank Jeff, Fanny and Dr. wang for a fast and easy test.','2020-12-07 17:04:00.380000','2020-12-07 17:04:00.380000',5,'Aliyanna Brown','https://lh3.googleusercontent.com/-AYHYJfvhXos/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckKVi_HExc-44PVwefyOQ1lebi9lQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36501),('AbFvOqm0UFeotahonnnl68-C_SV3trI8avZfTsmL8KcQPKonZcgxU-1tcHgGPH6iT4UUxB7UHgrTSw','this is my second time at this facility and as always, I\'m thoroughly impressed with the friendliness and professionalism of the staff here I feel like a person not a patient. Highly recommend','2019-01-27 23:57:52.740000','2019-01-27 23:57:52.740000',5,'Brandon Akridge','https://lh4.googleusercontent.com/-NweD-pdN1_U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmhkNGJtbZw75GtgZVry8Bw2J-__A/c0x00000000-cc-rp-ba3/photo.jpg','3511292162159714121',40683),('AbFvOqm0vQTK-A1Q8c13LckKP7ahl60Pceq5jNxytXM-aYTXNiiVcIv3DxBJlAVoWxCdsN0fxyxaqA','Pretty dissapointed with the couple doctors the last time I came in. One in particular : SHELISE EDWARDS. The reason for my visit this time ,was because the receptionist and Doctor At the time of my call recommended me to come back in to be reevaluated etc. The paperwork I was given clearly stated the symptoms where \"immediate medical care\" is needed . The medication I was prescribed (antibiotics) didn\'t seem to help my infection, with my symptoms still present. I also had a CT scan done in their office For my daily migraines and more where they discovered a large sphenoid sinuses cyst 1.8 cm and another smaller one , along with sinusitis (chronic) . The previous doctor referred me to a neurologist without bothering to explain why and to explain my results , I had to call a family doctor all the way from Russia to translate for me . When patients are coming in to see a doctor, they are already in pain, sick, vulnerable, and are generally not at their best . It\'s hard to describe what you are feeling to the doctor , as it is, but when your doctor ends up talking to you like you are stupid or ignorant ... It only makes matters worse . She didn\'t bother to even examine me . They didn\'t bother to take my temperature to see if I had a fever or not (I have a slight fever as of now ) I thought doctors were supposed to help ? This particular doctor , almost put me in tears . She made me feel like an idiot and like my pain is not worthy of her attention and care . Even said something along the lines of \" this is a place for life threatening medical emergencies \" It was completely dead inside , yet I was just such an inconvenience to her. Am I not paying for her service ? In conclusion , I was told to go purchase nasal spray over the counter . Wow ....I really like the rest of the staff there , they are very nice ,caring and welcoming . Too bad','2016-07-07 14:42:41.061000','2016-07-07 14:42:41.061000',1,'Darina Carlson','https://lh4.googleusercontent.com/-3I15NgzeEAk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclp1qWCJWnzedfTOoxbE8ijGiompA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41193),('AbFvOqm0vWwM44aQXg6OswiH5JmJ29v8MRi1mhZOQoPzPdQ4Fz7QgV5h0XM0psBLZp-O34fK6k_sRw','Everyone from the front desk to the doctor were very professional. They took care of me right away. I spent a little over two hours at the facility and left feeling a lot better. I would definitely recommend Signature Care. Thank you Dr. Giancarlo, Alexandrea and Tiffany!','2017-05-23 11:58:43.605000','2017-05-23 11:58:43.605000',5,'Diane G','https://lh5.googleusercontent.com/-IVzmk9SMjfM/AAAAAAAAAAI/AAAAAAAA1x4/AMZuuclzwjvoHsvV3NeSc8knk78db1jw3A/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32677),('AbFvOqm0wTIQJb5epm0OErf_-dMe2sSFWeCbwDSTV-kWsyGXYXv6F_oZov_zvMJWBJDyNcVd6KrB','The staff made the entire process quick and easy. Doctor Straface was efficient and kind. I would recommend going to Signature Care for Covid testing to anyone.','2020-07-06 01:03:24.152000','2020-07-06 01:03:24.152000',5,'Claire Cauley','https://lh3.googleusercontent.com/a-/AOh14GgPjI7KwfrxtFNKh_BVk_Oq2ifgpptS_l9QqmmATA=c0x00000000-cc-rp','14748677429039074158',32046),('AbFvOqm0wY0by3KDbN-HOK1Aoee6_XFzpgbVW6hDarHP45GgbDfaTObYKVlAtmq2c3UCr2K8so1O','The treatment and care I received today from Dr. Nguyen, Nurse Jani, Kelly the rad. Tech, Jordan N. The ER Tech and Patricia was amazing. Thank you guys for everything.','2019-12-20 14:56:02.108000','2019-12-20 14:56:02.108000',5,'Tiffany Prophet','https://lh3.googleusercontent.com/-etVzMBlFZrc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHTaRu8672mAVoWGycuxoqekj9Tw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33591),('AbFvOqm0xamsjhKDUhwFq_iCmgabpVBtVJeQVGl1RkMQkUvU14Z1IpBbzOt77unXRlvz3WbOEgAvBw','Dyveliz and Itza were very friendly! They did an amazing job with checking in my son Joseph!','2019-12-16 20:26:38.450000','2019-12-16 20:26:38.450000',5,'Mayra Brogdon','https://lh6.googleusercontent.com/-XOrIgbSb89k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclbU_hcdrAdzY5zwR9uMSkPMChoWw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34497),('AbFvOqm0yd0CtHS4QgIQ0Bq70t2HNAwAanMRHraL6E8VnAVFDHhrR3_uLQypKN6ViksVy1CeusuyOA','Devin, Aileen, Christina, Lauren and Dr. Rose were working hard outside in the heat to treat patients while we waited Safely in our cars. They were all very friendly and helpful. I got in line at 8:30 and was getting tested by 1 on a Friday afternoon. Get here early if you can and bring something to do in your car while you wait, results ready in 15 min.','2020-06-12 17:38:44.669000','2020-06-12 17:38:44.669000',5,'Lisa Whaley','https://lh3.googleusercontent.com/a-/AOh14GhmofL-sM7x263diNzC6KNAqNGIGiWRo3ZjSW0=c0x00000000-cc-rp','16891069708558046635',35880),('AbFvOqm0yKo1TbhjjMOkfS8bswSmQ-EZCCAEabpEEJKux7liwEVEpCwsi-J3AnKsIYxfhV47kyCt','I love this place the staff is friendly and really nice. my favorite part is when they call you the next day to check up on you and see how you\'re doing.','2020-02-03 05:06:38.169000','2020-02-03 05:06:38.169000',5,'Nikki Liddie','https://lh3.googleusercontent.com/a-/AOh14GgFFPJi8XmxfteWPHyzRqwbMggEOIdUabdS0oGlBg=c0x00000000-cc-rp-ba3','3511292162159714121',40317),('AbFvOqm0zbnHDfEjiwHb77vGPQcieVeH6obPZ9Ts3PGlhMYvKT6IugkBjjJtbvTf1lU1cR9gfmHk','Came in and staff attended me very quickly and and accommodated any needs. Super friendly and professional. Would definitely come back we in need of medical attention!','2019-05-10 05:16:47.195000','2019-05-10 05:16:47.195000',5,'Antonio Mendoza','https://lh3.googleusercontent.com/-dkUkIUM0YS4/AAAAAAAAAAI/AAAAAAAAAKQ/AMZuuck3YRw-_-aUWaXiMq_ajPxC2fIiVA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29102),('AbFvOqm1-_EZcbDflccoJlUsAgumHrzzmPJKS65V0U-CxKM44vqM3RCBq4XZprqnIFnPTw4BvHpVRA','Very kind and hospitable staff. Very clean and elegant facility as well','2019-05-10 01:24:43.710000','2019-05-10 01:24:43.710000',5,'Jahn Daux','https://lh3.googleusercontent.com/a-/AOh14GhRbpoDQKcrYW_9Ce-QuqYqinA6Kg8iq0MFTw9AMw=c0x00000000-cc-rp','2694018788013845459',39355),('AbFvOqm10Y669mBwdmyohGP-6N271AssY_r_xYFJVPdiGEpzVdvblZC47iGoBYj5F5owCJ5jDU0F','They are always great. I have been there several times for things such as abdominal pain (it was an 8 mm kidney stone) and Chest pain ( it was pneumonia).','2017-10-13 01:37:49.018000','2017-10-13 01:37:49.018000',5,'Alexandria Kelley','https://lh6.googleusercontent.com/-ECwvSrcpa60/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn5QgpzGtB2J0_46KtMErnr7nCmqQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30962),('AbFvOqm13uErrHA19GvAIe_3t4Ac1kYOXJExcJv2Ea-jteLzLkQt1xX3wCoSjebQZS5nk9BBum5JCQ','Great service! Great atmosphere! Doctors & nurses are super respectful and helpful!','2021-01-11 17:27:15.944000','2021-01-11 17:27:15.944000',5,'Raul Solis','https://lh4.googleusercontent.com/-6N3HBJzQl5Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckgIXSbGkPgdOtdpRbpJBfldLKZrA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',44575),('AbFvOqm14Gq1rxaHTs6nROIlN2BHt2TxQGZ4tYpK7rpp8M2cB0pwAVJlDfbE7dPEsbTZWJ6bIXK1gg','Clean, nice office. Friendly staff. Would definitely recommend','2017-12-26 19:07:14.167000','2017-12-26 19:07:14.167000',5,'Katherine Whiteley','https://lh3.googleusercontent.com/-u7YFKpJSNwc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjNCKNXXhHuhQd-v7i-yvwOSRcAg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30921),('AbFvOqm14hIjNDdMUyTVfVgJrvxMFVcc_6y8HgsSiv2nv0LqyIocNGQr_ofMY6hKKbo6AjX4oULK','A big thank you to Signature care for there amazing fast service ! They made me feel so comfortable , thank you to Jacob , Patrick and Natalie for taking care of me and to there front desk Dyveloz, Rebecca and Amanda for welcoming me in with a big smile and helping me register !','2020-11-18 16:45:41.920000','2020-11-18 16:45:41.920000',5,'Mariah Kay','https://lh3.googleusercontent.com/a-/AOh14GgOmu8l9sF2bt67hK78h3Dy8FKZzYLexoNj3oWjiw=c0x00000000-cc-rp','16590124370714063921',34068),('AbFvOqm14rwOyq1c4cvxLi33wOvC-jeS6oQT01ojMYXrkB8hN-yYbBL90jXcyV36V-CzqIVa0ZW6kw',NULL,'2019-10-09 21:16:05.402000','2019-10-09 21:16:05.402000',5,'kirt coleman','https://lh4.googleusercontent.com/-rYU16lde_ss/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckwke39RV_CUNFRZycCZgTA9IlWjw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33892),('AbFvOqm15Luf-K-SIDp4sXsJ_246CFUvIm3umRo5KrouF22h1fP7lHeBoelI0-ai22enXcqHgXMj','The team at the Heights location was excellent! Very professional and friendly. Dalal and Dustin were very attentive and made sure I was comfortable. 10/10','2020-09-24 17:28:40.213000','2020-09-24 17:28:40.213000',5,'Amber Garcia-Rameau','https://lh3.googleusercontent.com/a-/AOh14GiNGLB_t_RrLbC4A2tgfNBAD98I0n098I6Isy-h=c0x00000000-cc-rp','14567670160750071148',30096),('AbFvOqm15oeyliQP9JRgwofJqHT6pOG--PN5CBM4ZIj21x4VYynXk5D767eHbZiQ0SDPfOGXXXak','Great and honest service provided by Amy, Langit (RN), & Dr Dendy. They processed me quickly through check-in, throughly assessed of symptoms + history, and resolved my issue efficiently.','2019-04-23 02:48:08.411000','2019-04-23 02:48:08.411000',5,'Emily Broussard','https://lh6.googleusercontent.com/-S70oYpSl0oQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckakRqQ7LNvmWSeCmuRQVcxi4i4eQ/c0x00000000-cc-rp-ba3/photo.jpg','3511292162159714121',40592),('AbFvOqm17RwivziQdcSHMRh5qDyWIghxr_obj4IB4yI6p4cB_7nX_SrGnX1odazLlw-QD3r2Vl23','Karly, Jennifer, and Brooke are awesome and helped me with everything.','2019-06-28 01:37:00.133000','2019-06-28 01:37:00.133000',5,'Cheese','https://lh3.googleusercontent.com/a-/AOh14GgV1QTSNMdNVCtzCUGvxRfh_WtKNUZcGHTb9_cGhw=c0x00000000-cc-rp','8626688543755174284',42037),('AbFvOqm18G79psIs6fJGOGUp_VPInrUXnl6-FujCXM5uui36p0GfP8iY0LqjDyYjB81lMLw3E_BprA','Quick easy service. Friendly and helpful staff. The nurses Vivian and Gina were great!','2020-01-25 20:32:01.538000','2020-01-25 20:32:01.538000',5,'Ashley Cousan','https://lh3.googleusercontent.com/a-/AOh14GjcyycXbmNrFiWuQorSoZsZKxouQ0eQEYZSMVdG-A=c0x00000000-cc-rp','14567670160750071148',30298),('AbFvOqm18tXVHI68Q-aedwr6hSwAuig7Ea6rBR2tQHHzLxVDNDRs6UW_VWK10klUyY-BQN8iUnN3-Q','I do not know if it was inexperience, lack of knowledge or what at SignatureCare but, if my sister had not gone to a hospital for her swollen leg that was diagnosed as a sprain/sports injury at SignatureCare, even after an ultrasound was done at SignatureCare, she may have died! It was not a sprain or injury but a blood clot in her calf! Got that verified by 2 doctors at 2 reputable hospitals who not only did ultrasounds but quickly placed her back on a blood thinner and are currently monitoring her on a monthly basis with follow ups. I would never send anyone here! This will definitely be turned over to the TX Dept of Health for investigating and the firm I work for. Unbelievable! J. Hardin','2018-09-23 21:45:38.466000','2018-09-23 21:45:38.466000',1,'J Har','https://lh4.googleusercontent.com/-Plcc_MI9aBc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTEBg9kyPhVk_pb_HaO3uYWXQwaA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30712),('AbFvOqm18wmw46UMbAA20oD5M822gR-ir2BuMuL3xZPErM8OxCKj6JZfEZtX8dIBLWe6c_5uyr0Wlw','Everybody here is nice and very caring! Jamie and Doris and dr Jones we just amazing i highly recommend this place for all your urgent healthcare needs! Just amazing customer service!','2020-11-14 08:00:14.272000','2020-11-14 08:00:14.272000',5,'Tissa White','https://lh3.googleusercontent.com/-Rv87uJW4hgI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnPi_aDmzHhvHPDmnLhHk4ctmZ8mQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38896),('AbFvOqm19i_gy_eSl3XuHKWuwyss2xLq1SMtmqjBHFPl1EG869as1kUtkCrJ_s9Qy520mzDU9wOf8A','My experience at Signature Care was marvelous. The staff was amazing. They made sure I was comfortable while I received treatment.','2018-08-01 14:10:19.510000','2018-08-01 14:10:19.510000',5,'Keyonnia Austell','https://lh3.googleusercontent.com/a-/AOh14GjwfXkrKPTeIenhNLExyVg9xEnz9qfgvlAfeFJtFg=c0x00000000-cc-rp','14904078213800803294',32560),('AbFvOqm19PuWY2q9GIBps96ZEbm--ebFLGOTGVGQ4P33YZgj9gaVK6so6Jl0AvzS724eXjFCtjDV','This is the second time I’ve been to this location and the staff are super nice and friendly! The building is really nice, clean, and well maintained. I’ll definitely come back here when needed. Dee and Mercy at the front desk are great! Very helpful and nice:)','2020-11-25 21:29:20.541000','2020-11-25 21:29:20.541000',5,'Sarah Ryan','https://lh5.googleusercontent.com/-DZfMwXEWj-w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckOZUcf1N3z_2_QiX76DWKMYb3ilg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28440),('AbFvOqm1AfCgZ_NegoMV_XMHC6LD0_jHqh2DnGj1nzqbXaggud7Sz-pVROoer_gVw3mz4YC9DjnS6Q',NULL,'2019-03-04 21:00:09.717000','2019-03-04 21:00:09.717000',5,'Shawn Rogers','https://lh3.googleusercontent.com/a-/AOh14Gg6JaIJ7Bfb6LC5gAf_7d-Ng-TMtBZs5Bvun52dSw=c0x00000000-cc-rp','17898197009688164559',38265),('AbFvOqm1B2mtHyzGcfP2joryvXXZLPyiPblUqw55AjpiXx-1kb-p5BlyWhsyDhk4QeVU7ZnuJaJFTg','Jennifer D. And nurse John Bell and tech Kanyon did amazing. They took very good care of my baby. I recommend this place to anyone. Definitely an A one care.','2019-12-16 17:30:21.922000','2019-12-16 17:30:21.922000',5,'stormi debo','https://lh5.googleusercontent.com/-GhS2_5BxHzA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclRwn_jqLCGdEREAB_16VNGlkhSHQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41974),('AbFvOqm1baVslIQYTX46pcDtZ30fuGEASTzKSQiP0Ei1aUJgbdIJR3TKa0d4FQFXI3U8yftF7mAd','My Husband and I went for a Covid test, we had an appointment at 8 and they got us in at 8:20 which was not bad at all.The attention and service was great, the facilities were very clean, and the people amazingly nice.\nAfter taking the test half an hour later the Dr. came out to let us know that our result was negative and asked if we had any questions. Our experience was very good.','2020-08-14 23:35:30.106000','2020-08-14 23:35:30.106000',5,'Myrna Garcia','https://lh3.googleusercontent.com/a-/AOh14GiSBXJhYS7-oYbdL7ZudwHzNcoHZfgN5Q_elWKT=c0x00000000-cc-rp','16891069708558046635',35839),('AbFvOqm1E5Vzrh8KHhdE5RxgWSOayYmKvxNvEcpV1cdaE6-CluXZGy7JM_YCNj64UFM3pZJgt48j9Q','I was so nervous coming in to get tested for COVID. I’ve heard of people having terrible, long experiences to get ā€œrapidā€ results and not receive them, but honestly Georgia was so comforting and quick! The doctor came in and examined me further to make sure I was okay. Awesome experience!','2020-09-23 02:39:22.271000','2020-09-23 02:39:22.271000',5,'Claudia Castillo','https://lh3.googleusercontent.com/a-/AOh14GgnW3w6w-yeCLdVp_ttRWxR597eInVvZs6lUKAm=c0x00000000-cc-rp','14748677429039074158',31625),('AbFvOqm1eiFHiDUjcKMQtozY2v0v5Cr1X_xH4AigZuhmhjgO97KlfL_WLjuqxU5JXLXBycXmzOG9ww','I was welcomed with open arms from start to finish. Everyone was warm, caring, and helpful. The visit did not take forever and they were thorough with explaining everything to me. Definitely recommend this clinic.\n\nKyota','2019-06-02 06:53:51.629000','2019-06-02 06:53:51.629000',5,'Kyota Brown','https://lh3.googleusercontent.com/-Ighgugek2G0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm0xCLcxPDLWyNGCD43hLroPZyjnw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqm1fJNH7ACwi_IQjh6HxdAac4z90o8GdjQ32On7MoL_K2vJVJCQezNEIQxN49Jgd2r72GNUrg','The entire team was so quick to help my daughter, they were kind and knowledgeable! I will return for myself and other family members. Clean, organized, family friendly, and welcoming! THANK YOU ALL!!!\n\nDr. Wren, Shelley, Heather, and Tanishia!!','2019-02-20 00:55:35.630000','2019-02-20 00:55:35.630000',5,'Valery Square','https://lh4.googleusercontent.com/-cHFFyXGYAlg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn-hb7LejIP7nuAXH2nvT9CQlnTXg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38286),('AbFvOqm1GBv_98CdvF1KKcDrGBuL_rgS1kAFeV7TrkM05eHlE4P-8SD4ZU6J9qPoO1ea9VktRL3qMA','Went here for COVID quick test- was quick and staff was extremely friendly.\nHave used them for employees multiple times. Webstie to book appointments is very easy to use!','2020-07-06 13:53:49.429000','2020-07-06 13:53:49.429000',5,'Jamie Plunk','https://lh5.googleusercontent.com/-jMCEjcD9myk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckRXlVZkbD2G4k-xSa6YwX6-6bnBQ/c0x00000000-cc-rp-ba3/photo.jpg','17394740196501090048',36565),('AbFvOqm1GdHzcTFjpCCTgUAA95HeMd_a2si0U8YxljFuEx1RTs2HGyN4hoHocNuAN6Je_6LibI7oUw','Called to confirm covid tests were available and was told yes, come on in. My wife and I arrived to be told they weren\'t doing any further tests today. That\'s mildly annoying considering how far we drove, but would have been fine if they could have answered any of our questions on when we could get tested. Instead they called my wife a liar and that she must have called the call center. We immediately called the same number back trying to get more info for the same woman we just spoke with to pick up. She continued to insult my wife instead of answering any of our questions. Times are hard enough, please tell your employees to treat the customers with the respect they expect for themselves.','2020-06-14 00:56:31.392000','2020-06-14 00:56:31.392000',1,'Melanie Davila','https://lh6.googleusercontent.com/-g0eV_P4O0YQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclKoN5wOeiRyLPHeej07n4DuUAJxQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32325),('AbFvOqm1GG-KHlhyOWIO18bMtMTnzPRotQzM148nwNaiwZr3l4K5Fo8nojKILGOH2f1NLcmHzE05Aw','My drive thru covid testing was very efficient, even in the pouring rain. Everyone working there was polite and kind! Great work y’all.','2020-07-26 20:55:49.463000','2020-07-26 20:55:49.463000',5,'Shelby Morris','https://lh3.googleusercontent.com/-3JWZ1xp3XVI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn-YiFmTO54rs2iVhyrmBim_N_iBw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30147),('AbFvOqm1GrNHjnVjKgE8VL0fCsTbbIZlgTCXVqC8ftdocv2G3coCDg8pnxCpK8GBf4zZaMBKzNFInQ','The staff was wonderful and went above and beyond to make my experience as comfortable as possible.','2018-01-31 18:55:47.800000','2018-01-31 18:55:47.800000',5,'Claire Ata','https://lh3.googleusercontent.com/-bry8qr7JtHY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnmCD4CMrVZZP0vqC8ucNYJHL56IA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40963),('AbFvOqm1hZ4SBIlPHF2AImBcQfIS99jbWrg6GUS27eK2iGdSpIVoyUtdPSTvvxUrGPDU8oZF6xDZ','Mrs. Regina the registration lady was very nice and welcomed me and my husband to the facility. She was very professional. Katy the RN was exceptional she was very informative and made sure that we were well taken care of. Very great service!!','2020-12-30 00:26:45.071000','2020-12-30 00:26:45.071000',5,'A Webster','https://lh6.googleusercontent.com/-oVqfHDZI4M8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmhLyGfrTZxaD6xtmiTXYy9MpMszQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44128),('AbFvOqm1IzPtA9_lkMV4JtBBMO2qkz6aB82IzDveyNOlI_Wz9HQf-bM0VEMifhDnDoL5b8gqGIp5sw','The entire staff was amazing were welcoming and accommodating to my husband, our daughter and myself. I was impressed with the fact that the doctors didn’t leave the issue unaddressed or covered up with meds. They ran necessary test, they called cardiologist, they scheduled the necessary follow and were very informative about their findings. They even ordered breakfast from Denny’s for us all. Both shifts of staff were great!','2019-09-07 16:22:07.651000','2019-09-07 16:22:07.651000',5,'J\'Mara Wyatt','https://lh3.googleusercontent.com/-GU_VZwdAPmY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmzNMpTv1p4lg9CiFybi6Ja-TXHYQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33993),('AbFvOqm1jcbyxk4nFpPCWNVqUMi5cdeL7eckSf4Gdd-kPVVcxumE0gq3S86rGchTQnBokdXjvIzQ-g','I received excellent service. The staff were very considerate.','2020-12-31 13:24:59.627000','2020-12-31 13:24:59.627000',5,'Tharon Bogany','https://lh4.googleusercontent.com/-E46oowzA7xs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclsj4Gh40yM3YxMI7M8G1Bgal64oA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',44214),('AbFvOqm1JwCVEkC3f0xobQzQGHN9RGNV3gxyo1bwzsQ0QNhFaFj_0U6hUnDerbgQixs67hUFCXg7eQ','Jesus was very welcoming had great conversation made me feel comfortable while waiting in the lobby, Nurse Alvean was very calming and honest. Marcus made me laugh great personality. Dr O’Malley was amazing, gave information where i understood. This staff is very welcoming and patient. They work at a fast pace was in and out within 40 min','2019-07-17 14:35:05.474000','2019-07-17 14:35:05.474000',5,'Alexus Roberson','https://lh5.googleusercontent.com/-zGK-riopkMo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck37g9p4tver8YLcWxFcd-kWamNOQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqm1KIt-AiEPj3m6hFfp4ZrUzIsbTpwIZo_1TbDe-H_qw0gdmYywQRL3vmbeVoM5ae4I048F_g','I hate going to the ER, but this experience was super cool. EVERYBODY: DR.FAROOQI, NURSE DENISE B ROBERT, RAD TECH KAT K, MELISSA AND SAMANTHA AND ANDREA S, LITERALLY EVERYONE, WAS SO NICE AND WELCOMING AND REALLY MADE ME NOT BE SO ANNOYED ABOUT WHY I WAS THERE IN THE FIRST PLACE. WITH EVERYTHING GOING ON THE WAY IT IS, IT WAS REALLY NICE TO ENCOUNTER PEOPLE THAT LIKED WHAT THEY DO AND TREATED PEOPLE LIKE THEY MATTER.','2020-11-07 04:13:32.312000','2020-11-07 04:13:32.312000',5,'lauren taylor','https://lh4.googleusercontent.com/-0OPysp3lhVE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl5p9pcAM6Q88TxPTvI3z9kwBgNmQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32980),('AbFvOqm1KKSWqjW86K6e5j-ezSGllTkt-6j4GI6d6XGpA2j4BB1K_0flGCZ6ACZiIW49X-1B7iKlww','The staff was very profesaional and friendly Amy, Agnes to name a few were very attentive. I would recommend anyone to them!!! Great place!!!!','2019-03-10 01:03:21.273000','2019-03-10 01:03:21.273000',5,'Quatima Pierson','https://lh4.googleusercontent.com/-z9VVSAqlSd8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBUGqjvk5VI9C4L0Tovgg8Wctd8A/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40629),('AbFvOqm1kZASOd7BxjoTFbrMfPN30mh-0v9nHkWnXH06UQPDzz5DDh2RndvHb9xB4qAvEd5BdEd4','I had to go in for an abscess since it was the weekend and the pain was getting unbearable. Staff was friendly and was able to see me rather quickly. Dr. Smith was a godsend. With the antibiotics, I was able to get some sleep for the first time in days. I was even escorted to and from my car by the Security Officer since it was late at night. Even though I hope not to make any return visits anytime soon, I thank all of the staff for their professionalism and kindness.','2017-04-10 18:52:43.120000','2017-04-10 18:52:43.120000',5,'bbblac diamond','https://lh3.googleusercontent.com/a-/AOh14GhHt2dDuY2kSrUN2ymweZXg006JdjdFJ77b-PM3=c0x00000000-cc-rp-ba2','14904078213800803294',32691),('AbFvOqm1MWKB0DJ_zY46lVp89KNRhzOC0fgpBcKr4BN2-vZIYs5DCBb_5fylFb6Xp5TLsgNlv46ffw','Awesome site!\nDoctors was kind and receptionist were friendly and understanding :)','2020-12-10 22:31:10.504000','2020-12-10 22:31:10.504000',5,'Marshae Bobb','https://lh5.googleusercontent.com/-dCVv1p7rW90/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclvUV3rJ1_yQevTsQm8cF1NFLwt8Q/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36495),('AbFvOqm1N3-b2dXXM-SI9e_L93ZaAlxyphx1347sqrHezpnJixfdYo_T1jxTNkJxx4z8RudlFF4ojQ','Came here and was seen immediately, was taken care of by Maria, Danny, Holly, Aj, and Dr. Grinblatas, and they were great, all very kind and efficient','2020-11-04 01:55:50.775000','2020-11-04 01:55:50.775000',5,'Raegan Simms','https://lh4.googleusercontent.com/-KldZ7zE-ADA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclpRozBajqpX2UsC5UhCg1WeOekTg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32174),('AbFvOqm1nSmjaBTP3urfNf0P83x4xjcdF39iPk8dyxvetMSpCU9RoL48IAZTaba1TwHwR2ms_7RYaA','Everyone was super nice and helpful!','2018-10-03 13:09:03.322000','2018-10-03 13:09:03.322000',5,'Madeleine Jones','https://lh4.googleusercontent.com/-e4Wvcmj1_AQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmRrUrez5dMj-XIxRYH60GWe2Uv2Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35170),('AbFvOqm1nwsqI3zaglcX51nMYjap33ieMwVb8833oWuSxbQuRsTW3Qi4stvNdpDlbMzP_voUApjnEA','Loved my visit Lorena and Victoria at the front desk are very polite and professional quick and easy no long waits nursing staff is awesome as well Very much recommend this ER care','2020-07-26 17:05:23.776000','2020-07-26 17:05:23.776000',5,'Olga Pacheco','https://lh5.googleusercontent.com/-2nzNcGAtEig/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck3BWA8lbJ8Yzh2dU4K2yP2lfFmGA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34244),('AbFvOqm1ny5CAlZxU7qdSiqBX7qLOnMxfshqXazwTPU3APQvZANKZWuxErDFXVNrv5UuGAcrI6swaA','Very professional and informative. From the greeting and helping with paperwork from Kimberly P, to the nurse Regina L checking in and making I was comfortable couldn’t have been better. John A. My doctor explained what everything was and gave me options to choose from for best treatment. Highly recommend this ER they make an uncomfortable situation way better','2019-10-22 13:34:36.610000','2019-10-22 13:34:36.610000',5,'Trevorcc Glynmjnvjt','https://lh4.googleusercontent.com/-qrPVn-uguYc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmn1JxRERPL7xr7hDbvhaxGcRMayg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30433),('AbFvOqm1OJYiiM51VsgXtt3_TQ0go17jj8rEmfo8CcZ8eMJM_DO5rsQHtFgJKidMkmEdaO7rZ9iOQg','Super quick and easy COVID testing! Everyone was super helpful, especially Chelsea who administered my 15 minute rapid test! Got one the same day i needed it!','2020-07-30 19:26:57.428000','2020-07-30 19:26:57.428000',5,'Grace Cecile Meinzer','https://lh3.googleusercontent.com/a-/AOh14Gj7NiOVAuGuRPAU8Ldmd-4ZFzcHVfenVWbn2KaK9A=c0x00000000-cc-rp','16891069708558046635',35847),('AbFvOqm1OMYCDME0KpSSlWm9fuauBNCwhMXtxQ8zN1uhH0I0hsLk_Hby_oW_CaSBeKu-M8q18S_t','Amanda Dr Vaagnese the X-ray guy Bryan D and nurse Niki G made us feel very comfortable and all staff were so kind great location','2019-10-28 02:28:14.253000','2019-10-28 02:28:14.253000',5,'Haydee Briones','https://lh3.googleusercontent.com/a-/AOh14GjVKASfKQhjZOEbVfGTJz2nTq4wl8cUIdKpYbvi=c0x00000000-cc-rp','14567670160750071148',30426),('AbFvOqm1pWnUv2kTrx3GXKEBxOXPF9KDFD_gOS17AIY96ICU6sOTM0yvOo8Zp2onvPKs_kGoeu9f',NULL,'2020-11-23 16:57:32.205000','2020-11-23 16:57:32.205000',5,'Greg Nelson','https://lh4.googleusercontent.com/-K0izRu0w8Ow/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDMsO-Al_BIJbiOSfgRU8Oeazaog/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32147),('AbFvOqm1q5389PibrkwiUu7nI2No0zPru1pzEeynkyFV4BwApbfsBPTHXAVG8un9d1L58BusEC6kvQ','Fast Covid Test','2020-10-17 02:35:32.733000','2020-10-17 02:35:32.733000',5,'Shabani Ike','https://lh4.googleusercontent.com/-TULJBW7hsHE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckDymtzw5ldMCp-g0WQl8Omq2yh4Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40162),('AbFvOqm1qyTjtkHw2kMDIZX6niDDQNp-TPnuNTuWtEooJdiK0Z1qxm3o0oJ9yJeZ5dpXqddSFUYdUA',NULL,'2019-11-27 02:38:05.895000','2019-11-27 02:38:05.895000',5,'Mrs. Allen','https://lh5.googleusercontent.com/-rA1-Rv0fV6A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckw2bEjRJT5wHxDu9noVBGOcLNxAQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29562),('AbFvOqm1R5_n5_fRwbvizyeL6LBfZrrzm7Na8LlKgDDnPZOjJfLdmLqaYKM8_3kMT-ykvY8op3_Ghw','This place is amazing. Been here multiple times. Even if your problem is too big for them, they can arrange transportation to a larger hospital but bypass the hospital ER. Every time I don\'t think it was more than 10 minutes between walking in and seeing a nurse and doctor. They always make sure you are comfortable by getting you blankets and water. I would highly recommend this place instead of a old school ER visit.','2017-07-13 13:12:57.070000','2017-07-13 13:12:57.070000',5,'Adam Gottlieb','https://lh3.googleusercontent.com/a-/AOh14GiadK6Aedpr06Od4vz4EtRb4yWA4XPuVBtHHSwt9w=c0x00000000-cc-rp-ba5','3511292162159714121',41034),('AbFvOqm1ri6ueYpKvhvC5ARX3qaxinlvmffTsTN8_VBV1OX8pu-1vypInT1MNxJqk5qnKa1YYWQ2','Fast, pleasant, professional. Results were clearly explained. Can\'t ask for better service. I would recommend.','2016-06-04 02:56:25.069000','2016-06-04 02:56:25.069000',5,'K Wills','https://lh5.googleusercontent.com/-QLB13OHEVwY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclw_bDGBAtbHse2Dm38X9omfekx3g/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37342),('AbFvOqm1Rs7uiki6l2D_0c5mLlqCY0GyaZC20z5lX3YPg7FN27V6a71wk30l3c4eSSNVZvBTNSBx5A','Really satisfied with the care in this location! Everyone is really nice and helpfull and really professional. Lorena T and Amanda C in the registration section are really organized and polite. Nurse Jacob is great and The ER Tech Rachel is super nice and super good at what she does! Rad. tech Torie was so nice as well. Dr. Vakey was also really nice when giving me my diagnosis.\nGreat Place!','2020-09-12 20:21:15.994000','2020-09-12 20:21:15.994000',5,'Santiago De La Hoz','https://lh3.googleusercontent.com/-1ORsTZUmeDQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmmttJKQfibjDFBYb05A7UZu1llZA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34168),('AbFvOqm1s_ntMPFEUgyVjjeradkxbcaORw0twnTOGkjRxfVIx7Z_WEShjFGh7EhwgJ5kdSG2beDaLQ','I needed a ER quick and I found Signature Care ER online. Took me 15 minutes to get there. I was greeted by Olivia in the front desk who was very friendly and helpful. The nurses and techs Lia, Mary and Lisa were all so wonderful and caring. Dr. Thomas cared for me while I was there and was an awesome caregiver. I\'ve never felt this comfortable in an ER as I did at this facility. I will be recommending this place to my family and friends if we ever need to go to an ER. I absolutely loved this place!','2016-06-05 05:42:10.668000','2016-06-05 05:42:10.668000',5,'lougv43','https://lh3.googleusercontent.com/-qINKfYKdg0o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnAYT4WZ04Zj6_YUMO8RGkQl0UIWQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31239),('AbFvOqm1T6XKEkLVH7k5XAVoNRvyvwyhEv7qRr9WceSKRx2oafaWNzEf8tYgCTw7sLjslf9CxOl0','Wonderful experience today! Thank you Matt and John Bell for taking care of me and Jennifer Diggs for getting me registered quickly.','2019-08-21 00:00:14.257000','2019-08-21 00:00:14.257000',5,'Ashley Burton','https://lh4.googleusercontent.com/-3Z4kwcLc-Ig/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8uSjwKQyYVXigRKZ8WRVp55u-_g/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42010),('AbFvOqm1tAiCbdngkP1wqy1yMSwMJxu50aJmOqVw6tfa_P1h80thX7KPiXzBXAwDTWNOAgLI0_RtdQ','Excellent service, REALLY nice staff, Erica D., Johnathan, Jessica, Tony and Dr Smith!','2020-11-03 17:46:24.908000','2020-11-03 17:46:24.908000',4,'Fiorella Oliva Salazar','https://lh3.googleusercontent.com/a-/AOh14GgOBTgSHVYNeBuFYs5gpWGtFPyMIOMeURouEnnp=c0x00000000-cc-rp','14904078213800803294',32177),('AbFvOqm1TQ5o4RnWJXgxK-X7-dzlD6knPBGfrmH3lT5yLoZKKCrPI3RYiPgupli667m6AYXZL0CLrA','They were extremely caring and hospitable. They took care of me pretty fast and answered all questions and concerns I had. Christina R, Clay and Dr Rose are the šŸ’£šŸ’£šŸ’£šŸ’£šŸ’£šŸ’£','2020-12-04 22:23:21.559000','2020-12-04 22:23:21.559000',5,'Nick Valencia','https://lh5.googleusercontent.com/-NK37ATcxB-k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclsm0-o6AN0i35-0X2RRRh6AihDZQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35542),('AbFvOqm1uWUcGoRh9d5lBMUcoDLJgE0EcJl7jJ-9MKCA_rSZrzlM0j0Uc0VV2ovWDf8BVIby4LKeEw','Very professional ,Very fast ,and very friendly. That\'s something that you just don\'t get from a regular ER.. special thanks to: RT. Magali.....Tech.Pete.....Dr.Peter.....NurseManny.....and Maria with registration... you guys are awesome...God bless','2019-08-30 19:56:34.421000','2019-08-30 19:56:34.421000',5,'Tonya Collier','https://lh3.googleusercontent.com/a-/AOh14Gh42whn4Y6oZrdSxHeh8pI16iSArxe0oSnAEg8OPW0=c0x00000000-cc-rp','6521947413723274945',41616),('AbFvOqm1vefYglMuoHQQmozCT96b0gJGDUfvDh7T-GVXEHHN_GXJmwa1154CCEbtIfqiwz3pUAXyoQ',NULL,'2020-10-20 20:36:07.598000','2020-10-20 20:36:07.598000',5,'Dominique Garrett-FLowers','https://lh5.googleusercontent.com/-uw7Dlc6Aeg4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm9f8g_akM6y8-AG5R7OQCDklV3vg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40153),('AbFvOqm1vJRh-vip6HKszScHcUt4Xs0mntR-Zxy0vjmGLQLNingrZxpJlcGBaSUldlCi25trJXLJ','Wonderful experience with super patient and professional staff. Would definitely recommend anyone to go here.','2018-11-25 14:44:22.848000','2018-11-25 14:44:22.848000',5,'Ayesha Newton','https://lh3.googleusercontent.com/a-/AOh14GiY4huBRfrKBaEnofjQWVfUGgeeUWyK6Umw56GH8A=c0x00000000-cc-rp','8918455867446117794',43337),('AbFvOqm1VKrg--fkr-zLzQRt7L8ZuZO4atrjFAYVN6zO_IpWcUx8SK5k0Al-VEk9Ks6NptpRSjXiIA','For this being my first time here, I was pleasantly surprised! The staff is just so sincere in making sure their patients are well taken care of and that their needs are met! Their genuine and quick response to someone in need is impeccable! Thank you Jacob and Kat you guys are so admirable in making your profession a priority, while still considering your patients as family! I can never thank Signature Care enough for their attention to detail and making sure I was in good hands! I would never lie about something like this, if you need an emergency room this place is a 10/10. I would highly recommend this place!','2020-07-28 20:30:16.314000','2020-07-28 20:30:16.314000',5,'Maddox Register','https://lh6.googleusercontent.com/-vknsuRdyG7s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckIN6RN5THY3h4Y4pQXaamcQN6MbA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39029),('AbFvOqm1X48YtFA4pHILk_pFqyzgc6YSVG0_6ADWv8HAzlQ5K_YVfkXZx0gpEXDCuq21vwXVkDlCXQ','Great care with nures Kristina, Scott,Quyen,Genesis,Ding','2020-01-14 22:46:44.371000','2020-01-14 22:46:44.371000',5,'Stephanie White','https://lh3.googleusercontent.com/-upIO7oTpA_A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmv1ZangcZ39KnuUBD80p3bKRp4bA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28822),('AbFvOqm1XO62ohUoipoFR8ndNWUcu2U8EPcF1a9JAvuMAKwGBMyP9fjZeK-Wc2XGNObX3b6gDsaqyA','Very thorough and friendly! Thanks for the great service!','2016-12-21 22:40:07.290000','2016-12-21 22:40:07.290000',5,'Natalie Hodges','https://lh3.googleusercontent.com/-pnlJJJ8nBps/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmpVewjG0Yo2QGDRXKisf3drLHpNA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41141),('AbFvOqm1xRPu_MFLo5yIiTVkIE8S0yR--Wdhfpc_Gv-YotSLQYoZA0PuBY78_XMwuQErpmPT08w2',NULL,'2018-11-05 21:03:13.268000','2018-11-05 21:03:13.268000',4,'Grace Gunnin','https://lh3.googleusercontent.com/a-/AOh14GhacEfA9Uum9MJkAN251jdmncEKo0scpWC00I92UQ=c0x00000000-cc-rp-ba3','16891069708558046635',36330),('AbFvOqm1ycKa5b1NUvfqp5CEWZy1rvk4wZGUn9Uk3qzBawWL2MwMjX-XlJetxXyY8B8UuHZb1XFytw','I came to this facility for a COVID test. Everyone was so nice and I didn’t have to wait very long at all. Gunner was very sweet and so were the two ladies at the front desk. In my haste I missed a few pages of forms to fill out. They didn’t make me feel like I was crazy at all for doing that lol While waiting for the Dr. I noticed the cleanliness of the place. I’d definitely recommend coming here.','2020-09-03 14:20:38.762000','2020-09-03 14:20:38.762000',5,'J H','https://lh3.googleusercontent.com/a-/AOh14GgKTYGBiVFafxa2kk_6z359so466rhYvsH3Lp9S=c0x00000000-cc-rp-ba3','3272657195432704501',39531),('AbFvOqm1YvQ4x3aK7lghSwvW72DecOS10Khn5ZNhhZAILGQwd4TLf5FbeUKvezdceOOGgOMkjBZwbw',NULL,'2020-11-18 02:44:12.653000','2020-11-18 02:44:12.653000',5,'lisa jewell','https://lh6.googleusercontent.com/-fZFQiyUHGmk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn_KIFYZRr4zHb9vhlYcaQn1RvaJA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39449),('AbFvOqm1ZKt9ahhmE01-2JPT6O6JJ8yhx-FaNqO6stebTulBXXIYfxR0KvTUOXG3HL9HsV5sIYrACQ','The front staff was very nice as well as Anthony and Dr. Vakey. Very professional and addressed all my concerns in a timely fashion.','2019-07-08 13:27:38.661000','2019-07-08 13:27:38.661000',5,'Haylee Parker','https://lh3.googleusercontent.com/a-/AOh14Gi7hkRpCewjrYmXJCd6ZritU1gdgIxjuK8d3xep=c0x00000000-cc-rp','16590124370714063921',34775),('AbFvOqm2_g4c4cOL3PjErSBm_68iIPG-OBuY3ph2lzU2OcPddLaDxiOWz2JF9fB5VE6UO8QOPTCcMg','My daughter and I had to visit signature care while visiting Houston, for the MLK Day Parade. Everyone there was kind, Professional, caring and concerned. From the time we entered the doors, from the receptionist to the Security guard to the nurse to the doctor, just awesome service all the way from the beginning to the end. We were still able to make the parade. Thank you guys from the bottom of my heart.\nHave a great day,\nLinda Walker','2020-01-20 13:02:17.607000','2020-01-20 13:02:17.607000',5,'Linda Walker','https://lh3.googleusercontent.com/--Z6nYlRiYGc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmBk6ptSkSPnJevmt-ERjPNHfv1Aw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28800),('AbFvOqm2_P6ibeiSPxZfrKPXMhO40I-toVcWzi-zm7chmInWHccEO-6wknuhY9zeKqx0bO7IhNNjqg','While I was here I saw Dr. Henderson, nurse Amy, and nurse Kat, Frank the xray guy/comedian and angela at the front desk, they were all so great! Friendly staff throughout the whole process. Very knowledgable, kind and caring with excellent bedside manners. If I ever have another emergency this is definitely where I want to go!','2019-08-10 05:18:03.216000','2019-08-10 05:18:03.216000',5,'Jennifer Black','https://lh4.googleusercontent.com/-8vdNk7zpkQo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn_EJwRIZdVjJtELkCyEGWV1KEZQQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39285),('AbFvOqm21Q6QxuIr8iRqd7gHXyC2zhS3Ns4eNrHHYzNcYt7SReshJ374MKQYuwfYbd6CXKnQD8owJg','Staff was really amazing during my visit\nThanks Dr.Lucas','2019-04-01 19:15:18.825000','2019-04-01 19:15:18.825000',5,'Calvin Jackson','https://lh3.googleusercontent.com/a-/AOh14GimsmxRqklpCE1x0h-Kk4xYSrknXaDZQ_nj5P5jQg=c0x00000000-cc-rp','3272657195432704501',39886),('AbFvOqm23U77h7wUNFJDfnnf_ETG_qvvWoPIDoQJX1ph1vV5PsQuIa-UzIZ00SppVXSBYDfX5-nKTA','Dr.zheng\nAmy\nPailes .rn\nJerin','2019-07-05 22:02:07.884000','2019-07-05 22:02:07.884000',5,'Kaitlyn Guerrero','https://lh3.googleusercontent.com/a-/AOh14GiI-aokNbBdv4m_ZNoCI-ZVstOl7sGh70xO2ggP=c0x00000000-cc-rp','8918455867446117794',43227),('AbFvOqm24e8HBQEloxhQD6j5HfuNvTcrXZi3sktrWppwFNXKuTyfz5RjdZYqMNBxgzel_mD6sgyo','We have used the facility several times and they have always been great and fast. Here today with Dr. Ding, the RN Chris and Amy at the front desk. The staff is so kind and knowledgeable. Better than the hospital ER.','2019-04-27 13:04:26.221000','2019-04-27 13:04:26.221000',5,'steve scholtes','https://lh3.googleusercontent.com/-WRVkO5oQ8u8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl7qmoxQSM6U1Qq7AEN8ff7yLT3ZQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30567),('AbFvOqm24X0sjzksv1xWZNsW-1TpP068rOikk82_tSGIT43FgUaiIgHKGdbFxUNrKb5EeV_BwWNiow','I thought it couldn\'t be true that this ER actually had 5 stars. Now I know why. The facility is clean and comfortable, front desk staff was efficient and organized and the medical staff was so caring. No ER visits are fun but Signature Care made it as good and quick as it could possibly be. Very impressed by this emergency room.','2020-01-29 16:34:45.417000','2020-01-29 16:34:45.417000',5,'Lindsay Reichelt','https://lh4.googleusercontent.com/-tzLNzM_Gko0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZIHXPyRtRKNn2t3mFa04hBarnMQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33436),('AbFvOqm252EojAKnPTl9QAPifBcPIn1PjgD_tlomwAIjIkqL74rvgKh9WqiBejqB0Y8n3z2gP_MPjw','Service was very fast and Vanessa G was very nice!!!!','2020-10-20 06:24:44.079000','2020-10-20 06:24:44.079000',5,'KK Kurly','https://lh3.googleusercontent.com/a-/AOh14GjIneRfbQBYxktt0mb0a3RyK9wcKLNyrzy74XHmuA=c0x00000000-cc-rp','16389487648212004696',33146),('AbFvOqm26YweeMdaNiG3JfdKMUYfec9Is7sX655daX7jENxTNRIsqTX4KhlXZxmHrMiqHf8GhaeGBw','I think they had great service\nThey were informative quick excited\n\nMaya at the front desk was so sweet\nStephanie was our nurse she was very helpful\n\nDr Singla was very helpful not a long wait at all','2020-01-23 20:56:06.977000','2020-01-23 20:56:06.977000',5,'Rachel Cabrera','https://lh6.googleusercontent.com/-uylEyl6cVks/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl_3ppcFhFi5B-YqdlZh2fDoqgnLg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28794),('AbFvOqm28C3N5znWB4K-HMe808NXeGQmKYZ9hv2SbK4Jx3DVoBuShZFdRG9lkqxr7ggxUfOEWOjaoQ','Great customer service friendly employees at fast and efficient timely manner service provided','2019-09-06 11:50:48.418000','2019-09-06 11:50:48.418000',5,'Gina Donaldson','https://lh3.googleusercontent.com/a-/AOh14Ggvqe7LBE1psnUv636IADTQAxPkMw5ApDAheJFeuA=c0x00000000-cc-rp','2694018788013845459',39267),('AbFvOqm294S8L5WsIvYgFuPQ0bLoZ1h97E1GUbdGTemdTh_w6fvqlha5JL7IKUySoQEgKfMDyMmG',NULL,'2020-12-11 07:00:16.058000','2020-12-11 07:00:16.058000',4,'Katelyn Morkovsky','https://lh6.googleusercontent.com/-k9EyQy2BDZ8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmL7kUWx4j7NLaeAim6yDSqg9HE3g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34044),('AbFvOqm298H_74Mo22tdRBm5Cyvn8bumrvWhS6IEJqz6UlK0GC-k3GCbIBwzLuGt8_B3UgqUBLP1',NULL,'2020-09-04 02:01:56.141000','2020-09-04 02:01:56.141000',5,'Rashena Washington','https://lh4.googleusercontent.com/-iL4vYEIyHd8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckYMki6YNRdmz8XOZ1mLykskN4gXg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39530),('AbFvOqm29gVja86vR0b2DHzaZ9cV3GvFlfq1F45nepY-FxWxXNAFaw6ImkAkEYmqkKBEd21mw_hzlg','Front office rep was extremely friendly & was taken back quickly by nurse not a long wait time at all which was amazing, everybody was friendly and great at giving instruction and attending you. Thank you to all the staff Avy, Savy, Allison, Leah , Dr Starr','2020-12-22 15:07:58.863000','2020-12-22 15:07:58.863000',5,'Bri Nieto','https://lh3.googleusercontent.com/a-/AOh14GgCBPHcsZZwMbRDnQ1HKSKZ-QiyUGs_IRVjNJsp=c0x00000000-cc-rp','13486358490203335051',43738),('AbFvOqm29V2muLsUyn9Rg492FSl71v1toLkpnHLtK0Zmc9vyrsUEah7aWfagsNZ2_rHVujaDpckcmA','The customer service here was amazing. Our nurse, Stephanie was so sweet and helpful made our experience so easy. Will definitely be back.','2020-09-04 20:43:48.358000','2020-09-04 20:43:48.358000',5,'Roxanna Contreras','https://lh5.googleusercontent.com/-k8KrfeW9N5E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1aE3gyhMIP-x1SiD5carmT0271A/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31708),('AbFvOqm29XKWs_x-A_k17IcxxrGKX98PmMS-9GUr5RYl8iZ_25_PB_3LJt2m-mI2sxhD2LXFpdQUUw','very quick and easy process with respectful and accommodating staff','2018-03-04 18:10:44.991000','2018-03-04 18:10:44.991000',5,'Shelby Otto','https://lh3.googleusercontent.com/a-/AOh14Gh2GWd_gus5hYnCbI24pOCnkfFfmwBVfRJDf7P7tQ=c0x00000000-cc-rp','16590124370714063921',35300),('AbFvOqm2b_fdJEUUHa1v5CJLuXTbCrBKmgYmxFaaqHt5RnRZstGdahZGR0TeDBKbqz_syCH-Qi1P8w','I was treated quickly for my pain, it was clean, they staff was knowledgeable and they made me feel like they cared about making sure that I felt better and treated the root of the problem. They were very thorough. My friends recommended me here and I would highly recommend to anyone seeking immediate care.','2018-01-02 18:31:15.725000','2018-01-02 18:31:15.725000',5,'Jessica Ayarzagoitia','https://lh4.googleusercontent.com/-wK7H14cpqmw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnHZS9U_-QgOvz8Rk-k1telzqcIaA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30918),('AbFvOqm2B_sOjDITCoHkLGDA5AOj_BNIfUrYUVI12eh5cmzQ2-cV1bTu45_A_D-WEXVe2Ralrw85Nw','I prepared myself for a long wait, but thankfully I got seen immediately even with many cars in the parking lot. My nurses Lacey and Luisa were friendly, quick and efficient by working simultaneously.','2020-10-27 00:26:41.545000','2020-10-27 00:26:41.545000',5,'Jessica Perez','https://lh3.googleusercontent.com/a-/AOh14GiFRQmsYYHKiB4HfoAy8zI736nDfLnkirj0Apyi5Ns=c0x00000000-cc-rp','16389487648212004696',33077),('AbFvOqm2Ba99QRq59mowTA4sIVP649yTmcVXjaMljZEFBbeArbwSQc-RPzCblEiB5JVgf-K-r5WZlA','I was referred to SignatureCare after a visit to minute clinic for back pain. I was expecting the same experience as your usual emergency room visit (chaos, long waits, unclean waiting rooms). I was pleasantly surprised when I walked in. I was greeted by super friendly Jocelyn. The waiting room was pristine. Within 5 minutes I was taken back to the see nurse Tricia. I was offered a warm blanket while I wait (omg seriously?!?) as well as a beverage and a snack!! If I weren’t in so much pain I might have mistaken it for a spa! Dr. Nguyen and nurse Alvean both had excellent bedside manner. SignatureCare Cypress will now be my go to for any future urgent care needs.','2019-10-02 17:17:39.979000','2019-10-02 17:17:39.979000',5,'Davotney Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GiTdXM-h6XNflUMMeNr-I0oJvKb0hrGjEuxtf6d=c0x00000000-cc-rp','16389487648212004696',33915),('AbFvOqm2bb6L38LsIoBx1sjoM91YIim8L06k2qaFfmIeZrkfQQ2jGPCiF5r8xDCZncgsf8-4u3yEUg','This place is the best! I had to get X-rays and ensure I was okay after an accident and they answered all my questions very quickly. They are also among the first places that answered my phone call immediately and I called several locations searching for the best option within my network. The receptionist- Leslie was kind and helpful. So were Gina, Norma and Jacqueline! Dr. Patel was very kind and helpful and made the assessment easier! Thank you all!!','2019-09-16 18:16:02.585000','2019-09-16 18:16:02.585000',5,'Andrew Lopez','https://lh5.googleusercontent.com/-Xv4zme0x7Y8/AAAAAAAAAAI/AAAAAAAAIgg/AMZuucnQuJmTdnSRu_4zJCULO9LF8NAYQw/c0x00000000-cc-rp-ba4/photo.jpg','3511292162159714121',40416),('AbFvOqm2bnjh22XjBi2Bmnkn2UZg7NDBXTDKzCeMAwCa62_4743cH0WySk4ji2iGg_fgvGfbhWnyKw',NULL,'2019-10-13 22:24:45.877000','2019-10-13 22:24:45.877000',4,'Lillie Martin','https://lh4.googleusercontent.com/-qFADMsu9ll8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclIfLYIKDE5lZHCKE28_2lkk0Pelg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41581),('AbFvOqm2CC2MeSKF9F2M11uBKqmOSi-n5LGD_5nO2whUe2mCteJ_yj-V-nYvgSrn7pyiN_Ylg1Cr','Everyone was so nice and caring, from the doctor and everyone I had contact with. The housekeeper gave me a warm blanket with a smile. Dr. O\'Mally my nurse Alvean A Tricia Jocelyn and Keith took exceptional great care of me. My boyfriend name is Keith lol šŸ˜†. Make me want to come back just to get this awesome service. I will definitely recommend this location. I\'m glad to have such good people as neigjbors!','2019-12-11 15:59:52.643000','2019-12-11 15:59:52.643000',5,'Lisa Perry','https://lh6.googleusercontent.com/-eodnSRZKAvw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnDKaKCzXci-AFATbeeH1j3tWy8fA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33614),('AbFvOqm2CQOosPLk_dHo-z4kSuYuWHPST53VFhNx-fhagkq4S0zWg12AEUUP6NNiyopC0PuYoVreAA','The Staff at Signature Care Emergency Center on Sugar land was very nice, respectful and caring. If I ever find myself or my family in any need of emergency, I will always look for Signature Care Emergency Center especially the one in Sugar land. This is my second there and each time was better than the last. They are wonderful people there.','2016-06-03 12:06:22.619000','2016-06-03 12:06:22.619000',5,'Odinakachukwu Agu','https://lh3.googleusercontent.com/-cnZ84RmGt7w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckuBxuCHNcsXkTRaRiXACmFrFG_cQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37343),('AbFvOqm2ctiZvesaFZ38dpknRuonygf6dkR0JRSsPOAIIVij-Pz4Oy8G0OOEUbSHk6vlz-M35dGY2A','I was seen and diagnosed with the flu on 2/2/20. Linda with registration is who I encountered first. She was very friendly and greeted me as soon as I walked in the door. Kara was my nurse and she was very sweet and attentive. She provided me with water and a warm blanket to make me comfortable. Dr. Edwards saw me to give my diagnosis and thoroughly explained how to take my medicine and control any pain. The service and hospitality was great and I will definitely use them again in the future!','2020-02-24 22:03:30.952000','2020-02-24 22:03:30.952000',5,'Brittne Dansby','https://lh4.googleusercontent.com/-aeVc1QC_uVE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclgAWhMrsOgdhKd6THGSJnatUvH3Q/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39601),('AbFvOqm2CWmhKk-i771n2UoY9sg9eERE88AtUvQwiYeksoXMuGPBv-6PaBrrY3ryBtijj-CnHNI_','Everyone was very pleasant and welcoming! The registration process was quick and painless thanks to Angela! The nurse and medic came to my room immediately once I was placed in the room(which was only like a 5 minute wait). Everyone I dealt with was very understanding and helpful!!','2020-12-20 01:14:37.250000','2020-12-20 01:14:37.250000',5,'Kara Boardman','https://lh3.googleusercontent.com/-_m4m6_pgSU4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmP7NYIneC-PXaLkiLu3IxCTfOyqQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',44597),('AbFvOqm2d5MRMnsORaV150R9uZJ8tXZTt2lDfk_utYXeDeDXlmvHqcNthtjqC5k8I4rMvYSXraxY','Always so informative and willing to help with any injury, and finding a way to make u better.','2020-07-28 14:27:23.171000','2020-07-28 14:27:23.171000',5,'Lindsey Hatcher','https://lh6.googleusercontent.com/-9_Xfoi533pU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHkGRtlab6OPgquVfsRV-HDtEZdA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42963),('AbFvOqm2dGZn70ZoBxqIA-Y16buMS0u8Qrh8jvPPYm9uFopTc34tgSfzt3zl1UJr3H6IG_JGFvwKCQ','Kendra was nice from the moment I walked in. My nurse Brad was really professional as well as my Radtech Starovic. Dr.wang looked out for my best interests and gave me great advice to feel better and I would definitely come back.','2020-03-07 02:58:40.095000','2020-03-07 02:58:40.095000',5,'justinthegod','https://lh3.googleusercontent.com/a-/AOh14GgfFzh3dV9NLW66EWZsWS-WHzV8GYgPkK2Bygo-=c0x00000000-cc-rp','16590124370714063921',34316),('AbFvOqm2DTuZNbIQn0AtWaowsVVgIW9-43FBjzBRCqYkK6P1FyMqHa4YsYQ4nK9L_Utn94o2WoJBPQ','Service was fast, caring, and friendly','2020-03-12 21:47:21.577000','2020-03-12 21:47:21.577000',5,'Adriana\'s page','https://lh3.googleusercontent.com/a-/AOh14Gi5XUZMoP6Z4FzTHHqT5GfQz_9zQciVl7v6NTWm-A=c0x00000000-cc-rp','2694018788013845459',39083),('AbFvOqm2evcES0X7KqbR3-LPrI7pexajsPK5sD0Cb91JWqkYi_jb3YG2ojAx-j2pav6ZVpjOyGsOpQ','The staff is so amazing they did everything to make me and my daughter comfortable and didn’t take long at all. I really appreciate them all they handled my baby with the best care for that I’m beyond grateful.','2017-12-24 18:22:04.212000','2017-12-24 18:22:04.212000',5,'Gina Thomas','https://lh6.googleusercontent.com/-eBQjiTGbR4o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucktULW9JoyrX4XQaw9u9yaBKci-Vw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43440),('AbFvOqm2FINhwSsA6AukKMGImQCz7EZ_TF2Jc8FyUAsA27Ah9JZWBzlobgD9wDUn2aaZbt9LM5LB','Professional and efficient medical care!','2020-09-16 22:49:52.199000','2020-09-16 22:49:52.199000',5,'Jaie Holloway','https://lh3.googleusercontent.com/a-/AOh14GjavOYviKQ5J1J-dE3ujyFeZTCZrZ6z28v_97GOcg=c0x00000000-cc-rp','2694018788013845459',38983),('AbFvOqm2FX0i9S4OF3QV-8XmfeElFj0egLjNfQqOvuM4x_n8nB30Bqr1lKZeWi2LDRDfULDhApiu','Went for a quick test. The staff were extremely professional and expedient. Gracelia and Ekaterina were extremely friendly and had me checked in and taken care of promptly. I would highly recommend this location!','2020-11-07 14:58:45.938000','2020-11-07 14:58:45.938000',5,'Jacob Van Stelle','https://lh4.googleusercontent.com/-xOGpeCFcEXI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnuZ8b_wve66Ge0Go08fvhePLNsYQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32977),('AbFvOqm2G_DgzQ_mEDGB8nbV8PiiA6DWa8O0435_pKnGLzx4ImxWAq85WFlqLrDd5Oe-4xpDIpc5jw','The nurses and staff were very nice and professional! Peggy and Bryan was so nice and communicated very well!','2020-07-29 16:46:35.890000','2020-07-29 16:46:35.890000',5,'Milisa Hamilton','https://lh3.googleusercontent.com/-Vusd_aLzQlI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnrZJxj5R5eM0mkPCU3yJy7VkV0Gw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38703),('AbFvOqm2Jpjdutsw6yq2OKe7Lu-TqOO1InsIJxSR4MF1qg7zCtMtNZBN9BhuWHX4zw_RrQOZ4L9nbA','Overall the experience was good once you got inside the facility. The line outside in 100 degree temps was RIDICULOUS when you have a sick child. It would make a lot more sense when you have an appt to wait in your car and receive a text to come in. I did like the fast results.','2020-07-17 19:08:44.289000','2020-07-17 19:08:44.289000',3,'Melissa Carter','https://lh3.googleusercontent.com/a-/AOh14GiMX1MbhMpYFYOmrhwPgLX5hqJKzLt3TqMpXgPoMEo=c0x00000000-cc-rp','16389487648212004696',33202),('AbFvOqm2kQRtrpJbS8ClV7tyS30Y3HvEeZIV19LhT6knLjk_KY6eD9VX82DwIkKLSA992tEkz26nOQ','This office is super helpful. I literally come here every time I need emergency care and their always so quick and nice. Dee and Mercy in the front are extremely helpful and even with all this Corona virus and everything going on they still keep a positive attitude. Everyone is so professional and my personal opinion, this office beats any other I’ve gone to.','2020-11-25 19:36:06.280000','2020-11-25 19:36:06.280000',5,'netta hardy','https://lh5.googleusercontent.com/-wf_NLdg1NTI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxPovwTVAJSsjtwfv8Ni2mN-2utg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28441),('AbFvOqm2LoCKf5a8KQU85rOTpSmXVqCz15qAHC7Z8EfZYMFOXFY_38lS29xKSGTUB3yiZpUAQDMfsg','Thanks for the quick response and assessment. Considering the times, it was a wonderful experience working with your knowledgeable staff.','2020-10-25 19:22:02.537000','2020-10-25 19:22:02.537000',5,'Pauline Alderete','https://lh3.googleusercontent.com/a-/AOh14GjHiu2xWt8r5rn6IBXY3yB9FUeMWoTgbYKOBqTOgco=c0x00000000-cc-rp-ba3','14904078213800803294',32193),('AbFvOqm2mKjUBllOuwioNVUfQygXXZcqd4fLcT5ctm08HgW78nuhvxYWVypG57q_gFrzEeiD8wC7lg','I was involved in a car accident and came to this place to get checked out because I was experiencing some pain. The moment I walked in Amy made my registration process very fast and professional. Before I knew it I was getting checked out by nurse Alvean and Keith. They were very nice professional and concern about the amount of pain I was experiencing. Soon after I saw Dr. Leavitt and she was very nice as well. The wait time was barely 5 mins and Dr. Leavitt asked me concerning questions about how I was feeling and the amount pain. My overall experience was great and I was completely satisfied with the staff. I would recommend this place to anyone.','2019-11-17 18:55:18.453000','2019-11-17 18:55:18.453000',5,'ashley green','https://lh6.googleusercontent.com/-qQ1SQ_ZxM8Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmPQdPjoddJN9M8aOZjLtyhJ83r_A/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33727),('AbFvOqm2mQOesyswNeGlyVwRXfPN4TjBVjLZsdftAFriRNP_RaYulauqnrkq2_BZX4gZ3r2iVGovFg','This is a perfect place for a emergency, no waiting line or list excellent service especially doctor harjai ,nurse ekaterine, kat and miss patricia they number one','2019-11-07 01:38:34.452000','2019-11-07 01:38:34.452000',5,'Sandra Rivera','https://lh3.googleusercontent.com/a-/AOh14Gjw5NBbHv41J5NsxLq8tyCJ5-Pqm6Eyj9SmReFfpQ=c0x00000000-cc-rp','14567670160750071148',30421),('AbFvOqm2Mqt_JgBwqhikKYtwbtXFydSo75TJbEnjcJCvQdbjandqgoEHXWO94kBvRnt72b2RfA7bCA','Really nice and rapid essential workers!!\nAmy was really friendly with registration !\nNurse Mina was good with explaining the test they had.\nDr Liam! Was really good as well','2020-08-03 15:54:03.852000','2020-08-03 15:54:03.852000',5,'Jessica Gomez','https://lh6.googleusercontent.com/-_Iw-rzCQylU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckPAe6q84VKzkSoydEE1zl1kNI1vg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40212),('AbFvOqm2Ms-Q87MNVU6n9h78nLDW7LP9QjXVDRaPGA9QRK7RpEk-k6Mt5lnRcGixUWl3xFJnP9HF','SignatureCare don’t have long wait lines like regular emergency rooms they’ll have you in your own room in less than five minutes and offer warm blankets. Best place to go for quick emergency’s...','2019-11-15 18:49:18.048000','2019-11-15 18:49:18.048000',5,'Brenicole Brooks','https://lh6.googleusercontent.com/-f1NvU7QzyEU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckUxTyvAg1QS3GtMSdb4-8bv7aeSA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33747),('AbFvOqm2MSheFSQ4Gap6_swLqiAyQY0J1CUQC9_YTo_Bvb-5odfxU6g2M1pLLupcSrejhqJUoj02','This place is great.. Everyone is friendly and very helpfull.\nJoe and Cody explained everything well and asked lots of questions to have all info ready for Dr.\nI highly recommend this place..','2020-07-29 14:01:29.124000','2020-07-29 14:01:29.124000',5,'roxana roman','https://lh3.googleusercontent.com/a-/AOh14GgJTyqdM7Zj9KefY2qBHwxhVk-WipqOaWKH9UqG3A=c0x00000000-cc-rp-ba4','2077061009497551125',38710),('AbFvOqm2N3NkbLT4h0YhjDPDP9AqkalK6RhXp1Cw2K-guzCh4i_aXdzSf6-k54qznZ_T3bO2eEMcZg','Excellent care!!! Valory and Julia are wonderful nurses','2020-12-27 23:10:56.743000','2020-12-27 23:10:56.743000',5,'jasmine scott','https://lh3.googleusercontent.com/-IoTv-PceAig/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmXtrM6513YScHQIgQ3R1GXaY1i0A/c0x00000000-cc-rp/photo.jpg','15979470999169074295',43992),('AbFvOqm2NBRwh7Q3VAy6e0mXK1VejszHWIbsQBbfmWKnesaUHgSDba41kc2vqXwcy5yDS7mqhVgQRg','They were able to perform some diagnostic tests when I needed help seeking answers.','2018-12-08 18:43:44.036000','2018-12-08 18:43:44.036000',4,'Amit Agrawal','https://lh6.googleusercontent.com/-9Cb1hdOs8Kw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnI_HwXT4GY0wxHVP2gBi8v0t-FaA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36314),('AbFvOqm2NhkttHo0GLb03hHJuv784ZfJmERNWNdbmuGUaIt4DMZOYUPWxwDh_a5HEATgray3XpRCEg','They took care of my wife in a timely manner, it\'s the second time I\'m here, and they are always sharp and attentive. Receptionists are ready to help, and have a great personality. Thank you, Dr. Pham, Susan, Angel, Tanishia, And Evelyn.','2020-03-04 01:47:41.403000','2020-03-04 01:47:41.403000',5,'Moises Guzman','https://lh3.googleusercontent.com/a-/AOh14Gixwdr578q3_aVU8cbJg60h4xyUFeeRskR9Uh3w=c0x00000000-cc-rp-ba3','17898197009688164559',37642),('AbFvOqm2NKAVa_R_sCnaEyQpWlBEoFffo1KUeJ_ey7FdMIopw59bRxStAflb4tj3U_OlrjID68TyjQ','Very rude receptionist','2021-01-05 01:18:17.330000','2021-01-05 01:18:17.330000',1,'Bouayad Amine','https://lh3.googleusercontent.com/-LydpTvcTvrQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckfdh-NfgDR42gKkLTDLHk6eVMxAg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',44340),('AbFvOqm2oMpSFYTS7G_3dhjf9-J5w-5aHz_X7X8pu89H56_-SimJ8RPRMa6EqhvZgrhTwhXRdTiS0w','Great staff! They were very efficient and worked on me in a timely manner. Everyone was very professional.','2019-08-14 13:30:46.354000','2019-08-14 13:30:46.354000',5,'Sigrid Hernandez','https://lh3.googleusercontent.com/a-/AOh14GiupJl8Di1obYVtXpTzHvu5GpBWvh4ztVAVWNRK=c0x00000000-cc-rp','16891069708558046635',36149),('AbFvOqm2PKEORMlvsFvJkubNNvyHx0lyp_mIK2IhVL44f5Bs44QsNYRcIrd9PP7nJe5JxUx1wo-45w',NULL,'2019-02-04 05:38:19.806000','2019-02-04 05:38:19.806000',5,'Miguel cerda','https://lh3.googleusercontent.com/a-/AOh14GgRPOKSv3iRiifTekOKvyZXkRXtYn9TCN2hSAGvfg=c0x00000000-cc-rp','14567670160750071148',30614),('AbFvOqm2qOxU7VLZIuH-rrVswP6uqaxPmM5ZQJO3DA9LTQoLBtYgRpF_Ii-6D04QOlqUI9Wqs2syJw',NULL,'2019-01-09 22:39:21.706000','2019-01-09 22:39:21.706000',5,'Mike Wetmore','https://lh5.googleusercontent.com/-a9oViHbMDrc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTArTZ6a8F4LYMyNjnzwi21butsA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39965),('AbFvOqm2qUJdXMAcD9_13BlLaeYcCB-e-DQbThuDbhBJNRjP3hl56ExO7I1H_MToUQxPyuVv7Q-Wag','I habe been to this loctloca a number of times due to a very long list of health conditions. I have always been very impressed with the staff and every Doctor i have had the joy to be treated by. Unfortunately I came in this morning expecting the same welcoming experience I have always had. That has not been the case.. Today unfortunately I was sadly treated as if i was a criminal and or drug addict looking for Narcotics. Dr Grinbaltas is the most airigana, incompatein and unedgucaun Doctor i have ever had the opportunity to come in contact with. My symptoms are inflammation, exxesexce diarrhea, migraine, pain, vomiting and dry mouth obviously due to being severally dehydrated. He assumed I was only in for Narcotics and refused to treat me. Like i said I have been to this location a number of times and always had a wonderful experience. So my advice is NEVER SEE Dr. Grinbaltas. I am appalled at his overall attitude and lack of communication and education. How he still is employed is beyond me. I warn any persons who have the unfortunate bad luck of him being on staff when you depend on Doctor\'s to help you in time of need.. I can only hope enough people make complaints and he finds a nother location to insult and make inncorrect assumptions. He is a joke..','2018-06-24 16:22:04.615000','2018-06-24 16:22:04.615000',1,'Lindsey Lee','https://lh4.googleusercontent.com/-jT8xPZC4RwQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnwz3nkCMUOzdeyTAKqB4ZfFT3gtg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36938),('AbFvOqm2R8InVFhDspsy8v96wkvioobxHsfhOUKW7UJ2J7A2iuJ8m5JbeJ72rVaERDvSIT4dAV8c6w','This is the most amazing ER I have ever been to!\nEvery one was so friendly! Customer service was PHENOMENAL. The front desk, I believe Natalie G. was so personable. The nurse, Alvean A, was so kind!\nChris the new trainee who swabbed me for the flu and strep was HILARIOUS AND TALL! Ms. Trivia B was an awesome radiologist, and Dr. Farooqi was the BOMB DOT COM!\nIf ever I get sick I will make the drive here, and I live IN KATY!\n1st impression is EVERYTHING, and y’all did the thang’! Thanks for taking care of me!\n\nI pray many blessings to you ALL.\nXOXO,\n\nC.RichardsšŸ’šŸ½ā€ā™€ļøšŸ’ÆšŸ’‹','2019-11-01 12:38:16.917000','2019-11-01 12:38:16.917000',5,'Chardonnay Richards','https://lh3.googleusercontent.com/a-/AOh14GhqTh3nKtfX8xv_I_F-JbfcxChMRSHam7bziVz1Mw=c0x00000000-cc-rp','16389487648212004696',33797),('AbFvOqm2vnZpolD471Jh9Md-QdovygBuG2eheWfSfEFlPErakeayx7H87wMqsbP_rcs8r-LXBsXohw','I was seen back on May 11th for a sore throat. The staff was amazing. The nurse Senaida and Dr Nilang Patel took amazing care of me. I would definitely go back! Quick and informative.','2020-05-29 07:08:01.412000','2020-05-29 07:08:01.412000',5,'Adrian Ramirez','https://lh3.googleusercontent.com/a-/AOh14GjdVHs-eYk5ImXnc65l9lFWVqO0_r9tjjABaLFVug=c0x00000000-cc-rp','6521947413723274945',41385),('AbFvOqm2VpMwD14oxYTEz5Uu4jY902BV4cK0UPIZ5zYAad4qCTDFkxLsWX1mljblZnQE9rEKxeCFsQ','Emergency care was excellent from Dr.Patel and nurse Alvean.Spot on performance and great knowledge on how to take care of symptoms. Thank you for your excellent work.','2019-08-07 15:46:14.885000','2019-08-07 15:46:14.885000',4,'Brianna Ceasar','https://lh6.googleusercontent.com/-Q07IaTzgiNs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckUHMzbIbEZYAdxclF8DMpcMDKWNA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqm2wmnS6pBKqDhD67xKIv_ODIeMHzqVcmst_RBbIU1EpuDzK7fjQVUEoiwfXXSKm3aTR87rSA','Everyone on the entire staff was excellent! I appreciated everyone who helped me & I LOVED how much everyone was so nice to me! By far one of the best emergency centers I’ve been to! Thank you Dalal and Vincent!','2020-12-11 20:09:17.471000','2020-12-11 20:09:17.471000',5,'Jordan Jacoway-Frost','https://lh3.googleusercontent.com/-wimDsFu6TX0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl0YGpDR2DCh-3s29d6f9Tv7wP--A/c0x00000000-cc-rp/photo.jpg','14567670160750071148',29990),('AbFvOqm2wP3UvCxkdcB8ylEVKzNVmLcnn2UYW3-7T8B_j4qhdsmyCjtiQRim_I8Bsvm960OeaIq0lA','Nurse Alvean was very nice and welcoming, the Radiologist Tricia was nice aswell. Dr. Alloju was awesome and knew exactly what to do.','2019-05-11 13:06:46.378000','2019-05-11 13:06:46.378000',5,'McKenzie DeFoe','https://lh3.googleusercontent.com/a-/AOh14Gjn3ECZ2wPIVY82c8kV_Z4ORZOpWZSXQzO7ftIk=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqm2Y7J16IoZoXc48LxM1YyDp0qo8T7_hEIMix5K3CzWuZCjl-J3RZpkPRIy8zRqNzOLW2hv','Very good costumer service provided by registration Jocelyn & Daniel\nMy nurses Lisa V & Kristina\nMy Radiolgy tech Allison\nAnd my Doctor Dr alcanter','2019-10-13 00:04:59.032000','2019-10-13 00:04:59.032000',5,'jose gallegos','https://lh5.googleusercontent.com/-P1td1vfLZ-s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmqxjPRpwPNViz3AXFeS0ZkuGFFiA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29623),('AbFvOqm2zBGpDohgDd3D0d2FL7LVgbG52LdolVUNhmw-12HF0ZlX1Z7krEMn_baz9163SrETLJqD4w','Dr. Miller was the sweetest, the nurses, everyone was so kind. I came in with a severe migraine 2 nights in a row and they took amazing care of me. I’ve gone to other SignatureCare facilities, this is the BEST Ive ever been to. Very professional and detailed in their profession.','2020-10-23 18:36:58.885000','2020-10-23 18:36:58.885000',5,'Karla Hernandez','https://lh5.googleusercontent.com/-lmX8Nab6tvY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclxctch48qJiBAi3Kx7iC7Ip8W6IQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28494),('AbFvOqm3_5bY2A2A_4G9R0prXnLjLmufepoC249xzUO8d-DUIIf1gZP34rU-0CZl6XmkqmLqowCW-w','I cut my finger working in my garden. Everyone was so helpful and they got me taken care of very quickly. Dr. Maudlin and Calli my Rn were amazing 😊 Brenda my tech was so nice. Everyone kept my spirits up and very relaxed. I definitely recommend this location to anyone that needs prompt care by very caring people.','2020-09-20 17:21:00.774000','2020-09-20 17:21:00.774000',5,'Angie Kennedy','https://lh3.googleusercontent.com/-l_A0PL-UrrU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclONCcN7zmOw8bOqsNdReTT973OPA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38525),('AbFvOqm3_CuTl2KODrCLutX9beFGiR1wEEMI04yUr-5B152_nQR5f4kFXAekD0t3ldubrXbbCydrag','Michelle at the front desk was very helpful, friendly, and literally had all my paperwork ready shortly after walked through the door. She was very helpful in making my check-in quick and I had someone waiting to see me to a patient room before I could even complete all my paperwork. The nurse and PA were also very friendly and did a very good job of explaining things and made sure I was comfortable. Not sure why anyone would want to go to a traditional hospital for minor care when the process at Signature is so easy.','2020-12-31 01:36:35.869000','2020-12-31 01:36:35.869000',5,'Joshua Willis','https://lh6.googleusercontent.com/-vGJbymXnV6w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmrZ8QAuu9DZmDQafrtUouiuDIvug/c0x00000000-cc-rp/photo.jpg','8626688543755174284',44180),('AbFvOqm3_pYu5NugqwG4wvdV0_Db5ZviRjd7PHuX4mbfJSzmGYTGO1GLgHZdIbgPvZg566zxp3b60g','Dr. Wang was super helpful and understanding. I was looked at in a timely manner and the staff was extremely sweet. Ashley at reception was very helpful in getting me signed in and made sure I was comfortable in a wheelchair before being taken back. I definitely recommend this place!','2019-08-14 19:11:48.702000','2019-08-14 19:11:48.702000',5,'Radha Khetpal','https://lh3.googleusercontent.com/a-/AOh14GilqpZnw1Wt-bGAiUhPYLJOnYcYrn-C_9_4Q88Q=c0x00000000-cc-rp','17898197009688164559',38031),('AbFvOqm3_zRJ7L_hSn2sKpOYStZJWkFGNWiR1nk91dOKwHhjM235OfcGvYGZm8eaE3VyO_vXJ-Q84g','My impression of an ER used to be chaotic, crowded, long wait... Definitely not this one. My uncle had stroke in October and we went to this place. He was seen immediately by the nice doctor who was so caring. Nurses stared to work on him and he got a CAT scan right away. Then his weakness returned, we were in a panic mode and didn’t know what to expect. Dr. Ding immediately decided to give him some medicine and nurse Tammi bought in the medicine so fast. Everything went through so smoothly and in order. We were so appreciative that our doctor kept her calm which eased us tremendously. Thank you Dr. Ding, Tammi, Eda and everyone who was there helping us.','2018-11-20 17:13:52.502000','2018-11-20 17:13:52.502000',5,'Julian Prieto','https://lh5.googleusercontent.com/-XTl-vzGMfCM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm5ee8kX1xcXNqJ424KdOhSCczElQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36861),('AbFvOqm3-Kp1O2NRY4-8OebAX-RW3MRpQqCxMkBDkXSpEvFtfszG41V8NBfrvJNX_rXgsKOx-Sar',NULL,'2020-11-30 00:07:40.184000','2020-11-30 00:07:40.184000',5,'Jennifer meagher','https://lh3.googleusercontent.com/a-/AOh14GiRyJCfW71KVwCdLyCEB66ult2XvDVR9hZTh8YiMw=c0x00000000-cc-rp','14748677429039074158',31305),('AbFvOqm302SFRQqIGU9fwQ7Cn4uwAwXLcACFOtP54L54pzfBbqnNeSAub_lkD-9BcENak4ld0rnLUg','Valory, Julia, Anna, and Jesse were very kind and patient with us. They all made sure we were comfortable while getting our rapid Covid test.','2021-01-03 22:07:42.357000','2021-01-03 22:07:42.357000',5,'Lauren Harris','https://lh4.googleusercontent.com/-p-aH7rg7YcU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQ13mc5ZAngzRoyIE-iDa72r_D5A/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44298),('AbFvOqm31_SExoWTIfPhlbHYrRRy_ZefOXMhsPpcTUw70MN_zhal110s7zwLoP6ZkYsmIRNdKgrf','F this place they made us wait in the car for 4 HOURS for a covid test even though we had an appointment!! It is NOT OK to make a really sick patient with a high fever wait in the car for that long especially after having to make the hour long drive to get here in the first place! Paid out of pocket which is $200 for a covid test. On top of that I was shocked to find out that the front desk staff were not even wearing masks!!?!?!?!! And this is supposed to be a healthcare place? Complete joke! Avoid this place at all costs!!','2020-09-08 22:20:52.120000','2020-09-08 22:20:52.120000',1,'Dania A.','https://lh6.googleusercontent.com/-WqaDUbtQNzk/AAAAAAAAAAI/AAAAAAAAACI/AMZuuckPStEBRGjWBulnO5YlVL3tTuunjA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31692),('AbFvOqm31pEpPcRxEGAJcS4ZQpGcK-XCalytuQmRseI1lngb0NMheA7nKdymngcjtMBMw5KKXNNy','As soon as i walked up to the countet the receptionist could see I was in a bad spot and got me a wheelchair immediately and let my gf handle the paperwork. Everything they did was prompt and on point. Dr. Miller was everything I needed as far as bedside manner and his ability to keep me calm and stitch me up at the same time. They were even ok with my attempt at post concussion style humor. 10 out of 10 times I\'d return there.','2017-07-21 16:22:16.550000','2017-07-21 16:22:16.550000',5,'Wesley Mauro','https://lh4.googleusercontent.com/-t_ycc1RDRKg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTI0kB70gsfF9fkpSWPd9u0iTtxA/c0x00000000-cc-rp-ba3/photo.jpg','14567670160750071148',31005),('AbFvOqm33BOrClMx8mEYf3NAhy-We7u3aeyeGxOT57vs3OXG0IAhgFY5sQ-9J3MkzNVtMC7_GuFhUw',NULL,'2017-12-11 21:42:41.955000','2017-12-11 21:42:41.955000',5,'Evelyn Castillo','https://lh3.googleusercontent.com/a-/AOh14Ggp0tJCR8SghM5gJHfwx8gBtWCV93eJy04CeYMqSL4=c0x00000000-cc-rp','14904078213800803294',32626),('AbFvOqm33KejdclCsoOT_dslt6uF9diVVFmaQwdXoaFkxy1C0-cTBGu7S8Ci9WnBoxZnzZqd-eAU','They are very professional. There was hardly any wait time. I highly recommend going here.','2019-12-24 14:57:39.017000','2019-12-24 14:57:39.017000',5,'Lenno Tha Boss','https://lh3.googleusercontent.com/a-/AOh14Gjr-vi4jEry4GdYABRjP7nTQWulm4s-zpRBiFOPlA=c0x00000000-cc-rp','2694018788013845459',39176),('AbFvOqm33mTm3fPFKz4QGdRx-ot1iWWqTCFthRWrxYjrH4arrLMr1IQ_2L6KyK_RXzHuGBCUrpPDUg','Morgan and Chloe were very attentive and nice in the room, and told me everything they were about to do.\n\nChristie and Ashtyn were helpful in helping me fill out my paperwork, when I came in.\n\nOverall a great experience!!!','2020-12-21 13:18:49.278000','2020-12-21 13:18:49.278000',5,'His Misery','https://lh3.googleusercontent.com/a-/AOh14Gimy_WpswsJwoDX6k_4Q3_GsI-AXTnjytdt1ms=c0x00000000-cc-rp','3272657195432704501',43651),('AbFvOqm34jBJB4tEfGCsWdPPLFZY10E26PzgqRUUHUEJpo7FQGdFNZlDeDNLZPrXGvdwvaULxC-txw',NULL,'2017-10-14 13:15:59.879000','2017-10-14 13:15:59.879000',5,'John Cuellar','https://lh3.googleusercontent.com/-GL4m8X1sUrM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnCowvOlM2tALtRf3xg1UXso1Fq5Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41007),('AbFvOqm36sxzyo6tUiy8tK12cLBv_C3WHW8kutXNTfni4n6uCXnOqlyk-v4jvGN0iyYo_x9mFxAu',NULL,'2020-10-26 14:29:53.017000','2020-10-26 14:29:53.017000',5,'Amanda Luviano','https://lh3.googleusercontent.com/a-/AOh14GiFdCegzj1B3HwpRMo_7xbHkOgck0atjvHwri-s=c0x00000000-cc-rp','17898197009688164559',37484),('AbFvOqm37dRy2BMMyCxvEUrY3xMkDOMa4F6RHDYWR3Sc-j8Nv9cObwcSIDBBALjwStI_qe7Ob_DYwg',NULL,'2020-03-05 11:58:11.724000','2020-03-05 11:58:11.724000',5,'Nichole Granado','https://lh5.googleusercontent.com/-9SbRv30VPxc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnb4gENoBYIWPXlGRJhOLFeY3tUqA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29404),('AbFvOqm38xqOIW0_BLN753nsHBwi7Y-GrwUbI0lHVdGPCMck17XvDqyR3D_-W0BiOIwuvLnb6v1m3g','Signature care emergency center was amazing, right when we walked in the lady Sionisia upfront got our information right in got our papers too fill out, then the doctors called us back and immediately started getting us in & doing what we/they needed too do. Mr. Townesend was a Great Radiology Technologist!! Got me up and ready for my cat scan. The nurse Megan was Very nice, great environment suggest you come here If you wanted too get treated like a proper patient. Thank you!','2020-11-13 23:12:33.847000','2020-11-13 23:12:33.847000',5,'Anthony Merck','https://lh4.googleusercontent.com/-_Y8LgNpP4B8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckWyCaF9LZpBOpPMzWbz7FoFZmoIQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35592),('AbFvOqm3afBAOcLJ9HLgRc01leJN-Bvq9dP_tmuNK41w3Fp3fRPh1zhWL4JtNRy3Kb1-G66wJ-MoZw','I visited this location today and I am very pleased with the patient care I received. Very professional team from the on call Er doctor, to manager and staff.\nThank you all for your help today.','2020-06-27 02:45:32.676000','2020-06-27 02:45:32.676000',5,'Marian Yared-Shehad','https://lh4.googleusercontent.com/-WT3DWaJ7NjU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckt9kFhJnl-CYEJcqSD1xpnYELmPA/c0x00000000-cc-rp-ba4/photo.jpg','17898197009688164559',37594),('AbFvOqm3AItwOJVEpheX_WbwxMBWUYpNCq6ko4HkyogwW0u5GsbifIpHnrfuzwIBO97saSFTid8UwQ','It was pleasure stopping at Signature Care ER. Everyone was Professional, authentic and polite. I will tell my friends and family, and I would encourage others to stop by.','2019-04-17 03:32:45.884000','2019-04-17 03:32:45.884000',5,'Charlotte Smith','https://lh5.googleusercontent.com/-9eO4d6VHSiw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnClBeEXJ8K4hzBeznumeKVbqfEaQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38213),('AbFvOqm3aR_gRAMtskJHqcjQyX-mdKC_fRO95ni5UI3lRUM_BBktAhwK3Ax_MjF0GIxgae1o824YEg',NULL,'2020-02-17 04:02:19.559000','2020-02-17 04:02:19.559000',5,'Kris Kueck','https://lh6.googleusercontent.com/-aE3__g-iOHM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclKiRwKkR_p96NW0AW9X1l8Muv8uQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29424),('AbFvOqm3ASUcj19kd1sG7UtVm1MivdM_nvaPzqZVUraYNHAMeSgUrmtxqGY2SamMPV0KxVpkK6bAlQ','Before my uncle went to this facility to get a cut on his hand treated, I called ahead to ask for pricing and to see what the range would be for treatment. I was told if he needed stitches it would be $300-$500. He did not end up getting stitches, only a bandage and a Tetanus shot. When the appointment was complete I was asked for a credit card over the phone, as I was not there with him, but no final pricing had been given so I refused to give payment information. I called to inquire about the bill about a week later as I had not received it yet. Just received the bill 5.1.17, and I am in total and complete shock. I received the bill for $1700 for the facility and $500 for the Doctor. So I called because there must have been some mistake. I was told that there was no mistake, and this was the proper bill. I tried to explain that I had called ahead and $1500 was never mentioned at all about the general visit. If I had been given that information I would have never sent my uncle to this establishment. I spoke with several people and managers and they don\'t seem to understand the massive difference between what I had been told and what was billed. I was offered a 20% discount in the amount of $440, but this is ridiculous considering the caliber of this bill. I had an expectation of $500 after speaking to the facility about pricing, and still want to try to charge me $1760. I understand you cannot give a complete price until the patient arrives, however it would have been good information to disclose that simply visiting this facility would cost $1500 before any actual services were rendered. I am upset about this situation, but also concerned that other people may be getting taken advantage of as well.\nBe very careful about the information you receive from this facility.','2017-05-04 17:37:31.269000','2017-05-04 17:37:31.269000',1,'Lia','https://lh3.googleusercontent.com/a-/AOh14GgJYgopMqOTa6VUFSqK5olPuD03ArJq2a1ULe1ZsQ=c0x00000000-cc-rp-ba3','17394740196501090048',37166),('AbFvOqm3AxtziH-wEty1Vo2D4zZdrZXWtyNPhmHe02irOy1jNM8pFm_JuV6VauSMzSxJn5_oo_FK-A','The team did an amazing job yesterday. I could see 1 person after another come in for COVID testing while is was there. I can only imagine how drained they employees, Nurses and Dr. ā€˜s were. However, they were still kind, professional and genuinely cared. Thank you for all you do! Keep up the good work.','2020-07-24 02:24:30.932000','2020-07-24 02:24:30.932000',5,'Shawn Sanseverino','https://lh3.googleusercontent.com/a-/AOh14GgVtKR4lpKm5clNQu-Lm9NSniomU5miPzZEJNL_=c0x00000000-cc-rp','14748677429039074158',31876),('AbFvOqm3C8N8sG54t09DEH-KkRfg-3zg0Qx5IGtQqK3UKJRLykBdH0nuYfi9aIETneeZXFFr_Vvd','The Dr was extremely rude and insensitive. Scolded me when I was stressed and in a vulnerable situation. Because I was nervous and ā€œinterrupted himā€. It irritated him so much he felt like scolding a woman who was in shock, gushing blood and thought she was loosing her baby. A heartless person. A doctor should act with understanding and compassion. Don’t be a Dr if you can’t.\nI also was asked to complete some paperwork while standing by the reception gushing blood. All ofthe information asked was listed on my ID and insurance card that I handed to them.\n\nLocation - 8910 S Texas 6. Date of visit - Thursday, September 13. I do not have the name of the Dr. we left to a hospital after being told it would be another 90 minutes before the ultrasound tech gets there.','2018-09-23 18:25:55.826000','2018-09-23 18:25:55.826000',1,'Ria C','https://lh5.googleusercontent.com/-_LigrRw2hMg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmrBgL8L2RLGShSda1D_7_KNqR5-A/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36891),('AbFvOqm3CawjFSEKysnwhCXW_nrlibXlxGgizpVQoEsXSRQOruAhWlh0ou2OenHah0Fxc2FLeBN7','Beautiful facility, nice staff. My nurse Alvean was nice and efficient','2020-12-24 21:57:45.881000','2020-12-24 21:57:45.881000',4,'Kevin Lines','https://lh3.googleusercontent.com/a-/AOh14Gj-xvMLF8rT6yasOE9gGTEQQYidkJPXba1F2hbG=c0x00000000-cc-rp','16389487648212004696',43815),('AbFvOqm3cKcFgwbZtlXPSHRruXAfcnpMwsCGqGfYBTzmFsg2PcME0LEr0_zv8FQxdWBrq5OTWIOz',NULL,'2020-07-11 01:16:15.072000','2020-07-11 01:16:15.072000',5,'Daisy Majano','https://lh5.googleusercontent.com/-g6hmHXLNxgE/AAAAAAAAAAI/AAAAAAAAAX0/AMZuuckJIVN2WSmJ6IKCrZvQYO83u9vQpQ/c0x00000000-cc-rp-ba3/photo.jpg','17394740196501090048',36561),('AbFvOqm3ckjxNSOd45tkyIEYIXgoOqaEm-DOlofL_C8Gj3q3KzerPKgM7axp1MlqC_sG45XLNXTt','Loved loved coming here the staff is amazing Kat,Kim and Jacob are amazing the staff is freaking hilarious šŸ¤','2020-11-25 03:52:15.405000','2020-11-25 03:52:15.405000',5,'Anna Hinojosa','https://lh5.googleusercontent.com/-rvVsfzDxC0c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVisOf1pq2MPyIAvYBAIp-02rZJQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38885),('AbFvOqm3cRVXWAUWehbyd4HGR2Iya74VSMJi1mVSPdwvsj5hD1mtQ20SqDtqqRcyBv6IlYp06EFwRA','Great service, staff is very friendly, Doctors, Nursing Staff, and Receptionist are very professional. In and out in a timely manner and generally no wait. This place is very clean and comfortable environment.\n\nBeen at the Memorial City location three times and highly recommend this place. Thank you SignatureCare Emergency Center.\n\nThanks Scott Blanchette','2018-05-26 10:54:30.262000','2018-05-26 10:54:30.262000',5,'Scott Blanchette','https://lh4.googleusercontent.com/-fU2hAbIp0IE/AAAAAAAAAAI/AAAAAAAAAW8/AMZuucnDClVqroXIWfgFqt9i-hCQdY26xg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32578),('AbFvOqm3CznwcHUVV9tlX-SYT8Vgm98qvNqZJEaExBwkP4n0PA0YOk2YD6KjuJgqJveTxa08WRqAJw',NULL,'2020-09-23 20:18:33.601000','2020-09-23 20:18:33.601000',5,'Duane Devall','https://lh4.googleusercontent.com/-MhZKFYDKNM4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmUCvykx4F2MvbQVfmEh8VrW2ZRug/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30101),('AbFvOqm3DemTU_cLFcjHIxzplibex-yWSlxvnYmnQOvoBilCRvtgjm2p6k2av8VcqVZhO3uPjXWh','Great care. Very proactive on getting what I needed.','2020-02-01 18:59:09.247000','2020-02-01 18:59:09.247000',5,'Dareion Evans','https://lh3.googleusercontent.com/-3A22Y97NQrA/AAAAAAAAAAI/AAAAAAAABsc/AMZuucmLNZQtfFVG5kOqEbebQlZhQFv-cg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43123),('AbFvOqm3DLG8zFuFR_5ilzAP0FxbNxLDX0AMuU4ogqA1Obsx5X7VuU-ptmiyboLHRKcyjDtnBbKuuw','Very nice and fast','2020-01-21 17:59:03.490000','2020-01-21 17:59:03.490000',5,'jamelle blalock','https://lh5.googleusercontent.com/-P6zwytribRM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnV8XIV-o9CG2o9wWCGMCCfSTsgBQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33477),('AbFvOqm3dRJNVrv4qLo_6k9wKjBZhevLlWSxit_brotCrC_1HDCfFXGJun0t-2eIn_yH-X6ca283',NULL,'2019-12-06 18:17:27.158000','2019-12-06 18:17:27.158000',5,'Theultimatedairyii','https://lh3.googleusercontent.com/a-/AOh14Gg4F_vrqNTVXDGC8GfbjskijUhYH-ed1Ac2IPoveA=c0x00000000-cc-rp','12541597562633926366',28961),('AbFvOqm3dvJLG_OlVjWPfXwMYlgAtDcw8Fta_5wusHBy2CUyRIwe7yl_YeSX8MccF-dzNlktjEaSxQ','All the staff were so nice and professional! Will be back for future needs!','2019-10-10 02:27:21.798000','2019-10-10 02:27:21.798000',5,'Kambri Roland','https://lh3.googleusercontent.com/a-/AOh14Gj8lEpBAOeMqNsSIErb8OBvN93LlymkUtBrC5sySg=c0x00000000-cc-rp','13486358490203335051',29628),('AbFvOqm3ehcW7MmaSBhjChj3hzV66oe9Uf2NLFYHuILa2tH41tAyqTf2M5ZhybgZi3Ft0Fxh9cC-Hw','The entire staff was incredibly kind and accommodating. I felt like my needs were listened to and taken care of well. I had a great experience and really appreciate all of the nurses and the doctors.','2020-06-11 13:38:34.438000','2020-06-11 13:38:34.438000',5,'Danielle Fray','https://lh3.googleusercontent.com/a-/AOh14GiwWfuOFOHjFua233iQBQ43neoPyjJ0jOOVmkOrog=c0x00000000-cc-rp','2694018788013845459',39063),('AbFvOqm3FaCQVj0z-pBhj_8GC3FErhbRr3jHjYhT5Zuoa2Wy-KNv1zU7URJ57PrTGWbTS4hnA1c','Dr. Souman was direct and simple, and staff was exceptionally nice from Amy at the Registration desk to the RN on duty Ms. Agnes. Will definitely be back for further emergencies!','2019-05-04 23:34:13.001000','2019-05-04 23:34:13.001000',5,'Patrick Lister','https://lh3.googleusercontent.com/a-/AOh14GiOhxMaCNI-3BubHH4O09ycVCCL0--hYr2sObcG=c0x00000000-cc-rp','14904078213800803294',32471),('AbFvOqm3fG7jhbAH9a3GOs62A78yLpK-z-czubSsnrE3_DCX3dyTXr-M0oiQnKdycT9cPVtPC7B7aA','The staff was friendly nice knowledable especially my Thelma and Irving. Them two was a hoot. Should be more ppl on earth like them too','2019-12-30 00:39:08.186000','2019-12-30 00:39:08.186000',5,'cynthia patton','https://lh3.googleusercontent.com/a-/AOh14GgVd9sSb_gF-eWE99bIteMza5PgC17qqFyBX2oxtQ=c0x00000000-cc-rp','12541597562633926366',28888),('AbFvOqm3fmKVTtQD_IZhW4yNxOSJxmsLI6SdQT7FzV-_LjR9iZatAu9LnhF1rHiyF24kkw2ahAV6','Great experience at the Signature Care on Montrose. The receptionist Dee was super helpful and nice and immediately made us feel comfortable. Everyone (nurses/doctors) took great care of us and sent us home without a worry. THANK YOU SIGNATURE CARE!','2019-03-21 19:14:33.737000','2019-03-21 19:14:33.737000',5,'Samaura McCloe','https://lh3.googleusercontent.com/a-/AOh14GgO0jvW-Kyp1zwGCFYz-pyhPxhHALJQgkUf_an6XQ=c0x00000000-cc-rp','3511292162159714121',40612),('AbFvOqm3fuZhokLa6oC_M7xw19vfMoZFpUJsymkH_rjT42CMIa-segz-tyr4XT-j7FRkzFBw9_WHrQ','I had a great experience today ! Shaunda was very helpful with educating me about savings on RX prices . Aileen was friendly at check in and checkout . Chris and Tina were great ! Dr. Rose and Marty made the visit pleasant! Thanks and keep up the great work.','2019-10-09 23:03:50.758000','2019-10-09 23:03:50.758000',5,'Patrick Griffin','https://lh4.googleusercontent.com/-kKN-X8ud8DY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1FzziheS6L3zU-5Ny4rxd4zumxg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36115),('AbFvOqm3G6_LDkKlhmZ2pZ2YQSTe4UxjMpFKnTN8PmhQ0hJ90glzix1aegMRcaXuLrjhM1TcuY1nxw','The staff that helped my daughter were very nice and quick getting us out way quicker than a normal ER. Thanks to dr Miller and his staff Jose, lisa, jolynn, and paige.','2019-10-25 01:24:53.427000','2019-10-25 01:24:53.427000',5,'Stacy Barker','https://lh4.googleusercontent.com/-gHkWRO7lQe4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucktqU_mBb9XJbEDIeNl1Njmobz5TA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29609),('AbFvOqm3gkz24qox6yIQ8cneTosYmxPAP4zjrhhad4fJpeV8gZ-qNgFZqxhN-P2JW1lhWiSVzWW53Q','DR. SINGLA, MD, NITIN K\nNurse: Joseph P I\nRadiology Tech: TrishaĀ Ā  B\nFront Desk: Sibienne Renne W\nWere all wonderful with my 14 month old. Service at the Stafford location was an experience to remember. Thank you all','2020-02-15 14:45:10.570000','2020-02-15 14:45:10.570000',5,'Netta Bright','https://lh3.googleusercontent.com/a-/AOh14GhRReN6lPADKySVys3a3OYmSFsiy123xtOeTl0z=c0x00000000-cc-rp','8918455867446117794',43094),('AbFvOqm3gW-pwhn8is7tGe1I1ob4kC1aYPuqHK6ObUAGcW8SrYjp77vt8uJxZD1dlZ4zuHmA5_9X','Everyone there were total sweethearts (Carly , Sara, Holly and Thelma)','2019-12-25 07:16:21.565000','2019-12-25 07:16:21.565000',5,'Melody Salamanca','https://lh6.googleusercontent.com/-zQqSHsU2pdA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmg6-N43606jyhIU5MMIovxXOS10Q/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28906),('AbFvOqm3HHFs7iddZ5o_KiDtnmmaEWo8pQkMhnMiMc5EPl9IYynB9-0HybO1Yllt_mopv_E38MiESQ',NULL,'2020-11-23 17:13:03.859000','2020-11-23 17:13:03.859000',5,'Fernando Gonzalez','https://lh3.googleusercontent.com/a-/AOh14Gj-sbvYkIjxJUf4tDUiy6AWYFxveW8W_9GMGcqn=c0x00000000-cc-rp','14748677429039074158',31324),('AbFvOqm3i4F8JgD1HL9qocGqyci_lGC-C2s6SG65jXRxzqF5pS5gpxXM7hVVKW5PTmMRboE4mJrkYA','I was seen back in August for a esophagitis and extreme dehydration and literally felt like I was dying… I walked into this place three hours before I had to fly back to San Diego and these guys were absolutely amazing. The attention they gave me was the best and their professionalism and ability to expedite my visit was absolutely amazing as well. I received better care from this emergency facility then I have an any other hospital emergency room I have ever been to in 31 years of my life. I would HIGHLY recommend this facility and their team. Thank you all from the bottom of my heart ā™„ļø','2019-09-19 23:58:07.519000','2019-09-19 23:58:07.519000',5,'Christine Quaiff','https://lh6.googleusercontent.com/-PqCfYuJfQRY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnlnJr4ximWCjaUuVLzjVwWlSAWOg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42661),('AbFvOqm3iNlnId49FkYXSly3xYF1fYz-8erh-c_X0dhIrhsK-HKX7kMBjJiht2a957Q7GS0RXPJ3xA',NULL,'2020-02-26 23:33:15.788000','2020-02-26 23:33:15.788000',5,'Kintra Cooper','https://lh3.googleusercontent.com/a-/AOh14GhxJ3Mc3sO95B4NDjp2noU5qGz_D3Sx7cIfTkoZUw=c0x00000000-cc-rp','8679688254631342173',42420),('AbFvOqm3j2AhKnPdUA25aOf-Xcxk-rHqRgw6RYyE-jZyc_ssp3wDqRtMTKtK4HVSpj0DP2sMfj4GoQ','As I arrived to Signature Care Emergency center Copperfield Registration tech Kayla greeted and helped me immediately. Service was prompt and precise. Audrey and Tammy were very helpful and kind. Made sure all questions were answered. Dr Thomas was awesome and helpful. He Gave the appropriate test and questions we had we also made clear and helpful. Great facility and great drs. I will continue to visit for all my emergency needs. Thank you!','2021-01-02 17:49:40.743000','2021-01-02 17:49:40.743000',5,'Rudolph Drobnick','https://lh3.googleusercontent.com/a-/AOh14GieHHTYmhHY80_baMSUmK9nC1lg8FmqfU7J-OV1aw=c0x00000000-cc-rp','17898197009688164559',44203),('AbFvOqm3jmZGalqowickbKwnlh7G9DFFwzVhNGbEXM-CzonXd3QCctP_S1uJvcJ6sdsJWza6OCuxiw','Thank you Signature Care staff in Odessa Tx. You all did an awesome job taking care of our baby. Thanks for being polite, kind ,and patient.\n\nThank you\'ll,\nDr. Osiecki, Maria, Leo, David, Manny, Magali,and Delpha.😁\n\nSincerely,\nSoto family','2019-06-08 22:53:00.538000','2019-06-08 22:53:00.538000',5,'amanda soto','https://lh4.googleusercontent.com/-iTfryYhS7yY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucltMoI1BgOXjRp61C-esrLaA00N8Q/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41706),('AbFvOqm3JwLEE1sUB-mXFuZsS8sqHzuxiFCJ2PLuwVETYXHpeMpLTLVWWUJn_qvh-zL3e_dDA572rw','Amazing staff that cares! 😊','2019-12-25 18:39:07.846000','2019-12-25 18:39:07.846000',5,'Vivian Hernandez','https://lh5.googleusercontent.com/-PwOBhnDOyPo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_CscULX_gW8_BI3pc6j45V63LPg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37778),('AbFvOqm3K9KhpkYPXJ2YnNeVUkY6-5PwlGkZ-wdBfTsdlAmKpk6VNEijmyZc47fkOtUFqtxCZc4-3w','Nobody likes to visit an ER, but when you visit a place like SignatureCare it makes it a lot less painful. The service and the installations are great but what makes this place different is definitely the staff, their care is wonderful, they really make you feel safe and that they really want for you to feel better. Big thanks to all the staff especially Dr. Grinblatas and nurses Laura and Delena.','2017-01-27 17:34:16.603000','2017-01-27 17:34:16.603000',5,'Gabriel Gamio','https://lh3.googleusercontent.com/a-/AOh14GhslwBv8CDzvFe7IU6EaAVPJhIJbHqIH5JqjnqXEw=c0x00000000-cc-rp','3511292162159714121',41122),('AbFvOqm3KpTDcEpavJbdw_Q23XSLDHPDI6Zjctj8RHqNCjjqnUV9Wz4bTvkYo5bQwJcAcBEBNrnplg',NULL,'2019-07-03 18:00:03.572000','2019-07-03 18:00:03.572000',5,'Meadow Phillips','https://lh3.googleusercontent.com/a-/AOh14GgU_LSpyquQNVuH63DS7_L4sZ2SB_a1S83nM7VOfg=c0x00000000-cc-rp','17898197009688164559',38112),('AbFvOqm3kt1fed5ZwFUckqwdpXCOAdpABNBXGcE1BHRBiMgS6ltGA-oy6Qpm-2f52LvsqsNIV7Zp','Care was great there...These people help great.Patricia,Alvean,Marcus...','2020-02-06 19:37:37.156000','2020-02-06 19:37:37.156000',5,'Matilda Lavergne','https://lh6.googleusercontent.com/-sGTErYTQMcc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_HrQPV3Ufmz2ON_uh1-N_Li6FXg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33401),('AbFvOqm3kwtltGaRhMtUZFiVK-6iY7TgnSMNp91dvqf0hGt5Qj9EiP-X0tuokUarUDeeN_PDRjHv','SignatureCare Emergency Center Memorial took my husband immediately upon arrival. There was no wait. Doctor Jolly and the nurse Mark (aka Yisroel) were fantastic. Very skilled, informative, patient and caring. This is our family\'s 3rd time at this location and we have had a great experience every time. Deanna with Registration and Julia in Radiology were both efficient and kind.','2019-02-28 19:38:44.045000','2019-02-28 19:38:44.045000',5,'J H','https://lh3.googleusercontent.com/-vj6r9hM0_TU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucljQq-BX21xfrskQVCCOnlVRI9rdQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32492),('AbFvOqm3KxLkCYt3dOqZGDBz8r6zGJUI1w6ovooCzqGFmjsRWiuX_GZRNFLI8OdYkvfjZOFWS2GoQw','The staff was awesome Joycelyn checked me in promptly and professional Tricia and Jani were the best nurses in the business!!!! I will recommend this place to everyone I know!!! Oh yea Dr. Hall wonderful man ā¤ļø','2019-05-16 20:29:08.640000','2019-05-16 20:29:08.640000',5,'Shari Kahey','https://lh5.googleusercontent.com/-b__-nGcK_5A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCcmvsistIZT22dKoFGrKUvEyZrQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqm3L_QwS3gYTH7PsCz25t7jrZLQPjqhiR4F7_M7-R7bawNN4kP3Vffr0i86EHnq3yjK1934RA','I recommend this place they are real politely especially front desk. I was happy with the Doctor that day 9/8/20 place is really clean.','2020-10-05 20:16:31.206000','2020-10-05 20:16:31.206000',5,'Juan Moncada','https://lh3.googleusercontent.com/-t9ERFhU-gMA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclAuSDTWYpYLZ3CJkQ0KbEf9rbsRg/c0x00000000-cc-rp-ba2/photo.jpg','3511292162159714121',40187),('AbFvOqm3l07thde64yIJNvfVw8iYtfNTi65_QS-7jpf1yFm6h4IAlCD9RDrF_EdhP-zIRBXwjl20Rw','The care at this location is excellent. It is my third visit and I have always been satisfied with my treatment and client service..','2019-02-12 20:08:09.913000','2019-02-12 20:08:09.913000',5,'jennifer hovas','https://lh4.googleusercontent.com/-2GKKtUwZyyo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclYtE6KXyEiZ2Aop9fFD-x2E2pxtA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40644),('AbFvOqm3MH-D1otucK7OAvEjpxrOLW95Ze7XPqSxbX6Lt_PikRnYvDLAd3iais7JA-jpkezi7dBlLA','From the front desk person to my nurses Adam and Freddy they all had nothing but smiles! They were truly great to me and made me feel so welcomed and cared for. At first I was scared to get an IV because of how dehydrated I was but Freddy made it feel very painless and was so sweet. He even asked if I wanted room temp or cold water as soon as I could drink something again. They always asked if there was anything they could do for me or If i needed warm blankets. I brought my mother with me and they made sure she was taken care of too. They asked if she was hungry and wanted any snacks or coffee multiple times. I will be making this my number 1 ER room to go too thanks to my awesome nurses!!','2019-03-19 22:23:12.348000','2019-03-19 22:23:12.348000',5,'Gabby Olvera','https://lh3.googleusercontent.com/a-/AOh14GgqxLG6uq8OBZzUy1ctJVuuYk6Cq-ZgOe0iVfXOFg=c0x00000000-cc-rp','16891069708558046635',36245),('AbFvOqm3ndtU2Op-d-6y2m4RViX_umEA3kzRLcxhV7M7PWGrKjQSy9Fuz4i8bjpA5jEeoL_9wF95','Dyveliz was very nice and welcomed us to snacks and a drink!','2018-11-14 04:14:41.179000','2018-11-14 04:14:41.179000',5,'Cameron Wellen','https://lh5.googleusercontent.com/-Mswzi_SjxZs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCR6IbjdGH0p175boqTbishjZ8uQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35105),('AbFvOqm3nY02T8qndiOfel2rF0UZnEWEcIromQeJ8OsCu7FSv1g2GdkLm_zvQTizmNV0Rp01ot_ncQ','Alvean helped me out tremendously during my visit for testing! Definitely recommend her!','2020-10-28 23:10:40.862000','2020-10-28 23:10:40.862000',5,'Warden Chen','https://lh3.googleusercontent.com/a-/AOh14GgBNT0PY0Bpefe_16kpNQwy7ywF5esVWFkKTH2buw=c0x00000000-cc-rp','16389487648212004696',33043),('AbFvOqm3OQyfY7cbZcpSGaUFL2RkAgfiKfG4iD4jC9RnHJaWbeYH5bGXM1JEKZo-P9Zo-85xRy2FNw','I have been to Signature Care Emergency Center 3 times, and every experience has been amazing. They truly care. That make you feel great especially when you are a loved one is not feeling well. I appreciate all the attention and care that all of the staff gives. I just want to say thanks It is amazing to go to an Emergency Center and not spend your entire day and night. I will ALWAYS use Signature Care Emergency Center for all of our Emergency needs.','2016-12-01 04:58:20.882000','2016-12-01 04:58:20.882000',5,'Letitia Holmes','https://lh6.googleusercontent.com/-yj516mzSqdk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclFtQpIASq8n7i_XlF9DUjz9xXvQA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31154),('AbFvOqm3Otztc2o86-ZfQYGVio_qMSEmBAH5Mo7FPd6qngQY9rdO5T_nwzUuVossWVHv6QqOq20a','I came to this ER in so much pain after just having a horrible experience at Vital Urgent Care. I was worried I was going to be treated like I had just been treated at the urgent care but I was in so much pain I was desperate so I went ahead and took a chance on Signature and I’m so glad I did. The nurse and the doctor were so incredibly kind. I especially loved my nurse, Jonathan I believe was his name (I was a bit out of it from pain so I apologize if that’s wrong) but he was a breath of fresh air and just his kindness alone made me feel 100 times better. Dr. Plante was also very kind and I was so thankful for him. They helped me immediately and did everything they could. Thank you again to everyone I encountered at SignatureCare ER. I would most definitely go back there (just hopefully I won’t need to lol)','2020-09-15 14:48:05.070000','2020-09-15 14:48:05.070000',5,'Sarah Phillips','https://lh5.googleusercontent.com/-LA7532j_e_Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm0Bzs70yUJlS8qmSfCS1W5CXO06g/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29310),('AbFvOqm3OUR-jNtnMgi_9y6Gp6QJB4kjkqCiCsHXTN6TC8CdP28Z5EtWNFGUfQ_5mn3A-SX9d6DmhQ','The care provided here is fantastic. They do as much as possible to ensure you are comfortable. Both my nurse, Remington, and my doctor, Dr.Kimball, were very kind and let me know exactly how I was going to be treated, and described the purpose behind each medication thoroughly. The techs that helped me and took my vitals, Antonio and Tori, were also very kind and helpful. I highly recommend this establishment.','2019-04-06 22:16:33.233000','2019-04-06 22:16:33.233000',5,'Jonathan','https://lh6.googleusercontent.com/-DMK4RLlDoH4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckGwSjhLKFYUceUiR6Rf0iSaQEL3g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34912),('AbFvOqm3OwKzVF_0thJt9Ru-FoSBHdMXqomTcwI3phbi9MdHyRTOANDqGekuidPHONXbszbLg9FZ','I was exposed to covid and came in for a rapid test. The staff was very comforting and friendly! They were able to get me in right away and made me feel at ease waiting for results. Chelsey and Andrew took care of me and walked me through next steps. Great staff!','2020-11-21 01:52:57.140000','2020-11-21 01:52:57.140000',5,'Stephanie Hassell','https://lh3.googleusercontent.com/a-/AOh14GhkOWovuPgpce4ag8ccEXp0wu1Vsyu9O1v10yInEw=c0x00000000-cc-rp','2077061009497551125',38425),('AbFvOqm3qzkzUw2yzLMJm-v0HJKkMFRlW859a-bRn6JdTzSN3wlmPP8QjIkjESaiSMZU_VSQ2TQeDQ','We are new to Houston and didn\'t have a doctor yet when my daughter got sick. Signature was near where we lived, so we took a chance. It was absolutely wonderful - everyone, from the people at the front desk to the people taking vitals, to the nurses and docs were amazing. When my husband had kidney stones a few weeks later, we went straight to Signatures ER. They got him started on an IV for pain within minutes of our arrival; again, everyone was wonderful from the minute we got there until we left - my husband much more comfortable than when he arrived. When my other daughter got really sick - back we went, and again, awesome experience from start to finish. Caring people who really listened and took the time to figure out the best plan for helping her get better. I pride myself on not getting sick and after battling what I thought was an intestinal virus for the past week and relapsing, I headed to Signature. Dr. Vaagenes Petter listened carefully to my description of my symptoms and through various blood tests discovered that I had mono which was a surprise and a relief to finally know why I wasn\'t getting better. Nurse Blake Waters was kind and gentle in taking blood, inserting the IV for fluids and assuring that I was comfortable and cared for. Two other male nurse/technicians took blood, vitals, etc with kindness and care and at the Front Desk Jordan Huckels made sure that I was seen within almost seconds of arriving and that the paperwork was all set when I was discharged so I didn\'t have to wait and could go home and sleep. I will go back with any emergencies we have and will recommend Signature Memorial to all my colleagues at the school where I work. Thank you so much!','2017-02-11 00:07:09.567000','2017-02-11 00:07:09.567000',5,'Ann Infante','https://lh6.googleusercontent.com/-nOnQ_SBJEAM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckLt8aHqwT9g5IG9vTyjs_3Gg7Jqw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32736),('AbFvOqm3R8GHsRWDDsukQiHUf5kG0rR5nDnFUngFTweIQsMV-GQcYTQxOPfx-tlrEjEsopcH6AUCXQ','This was a great visit! was in and out within 15 minutes. The front desk was attentive to all my needs and the doctor on hand. great service.','2018-09-20 03:40:39.558000','2018-09-20 03:40:39.558000',5,'jarred adams','https://lh6.googleusercontent.com/-YHeLZv_-MLA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMmqa87ITSjeU_Mz0t9nYZ2FeQRA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36351),('AbFvOqm3rAxvTzsfyZE9i1xmUPLhRABPdncrzdflrKumTZ9xO768YtXI0LIWTxJLp25YBWOjjJQm','It was a lovely quick visit the staff was very nice. I was greeted by Elida Jasmine in registration. She had all of my paperwork ready fast for me to be taken to a room to be seen. Alvean A. was my nurse, she was very attentive and made me feel very comfortable. Tricia B. took my x-rays, loved that she very gentle when handling me to get the perfect shots. I just loved the doctor, Dr. Patel. She was a sweetheart. Loved this will be coming back if I have any other emergencies.','2019-10-10 19:18:03.438000','2019-10-10 19:18:03.438000',5,'Naturally Bre','https://lh3.googleusercontent.com/a-/AOh14GjfH3KG-1pXRfwKvXeZ5sKPFJPEjROUPpxGYf-Z=c0x00000000-cc-rp','16389487648212004696',33886),('AbFvOqm3RQX_SkTHtOCHMeQASDM6UmqYwZ_CIF68CH0nkKA3OlelNq5OPzK1QMRc3PNPWJ_n2lFLqQ',NULL,'2019-12-01 13:25:03.633000','2019-12-01 13:25:03.633000',5,'Loren Barker','https://lh4.googleusercontent.com/-0MmTbM1PgYY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8IoCocCvjeF89K7dlBn4qpscsiA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37840),('AbFvOqm3rw92DwPzfWx1j4HHgdfgdY9x0xsJioRDWrabunn0egIUQfNbcXlnckX1e4QSnWiLYwGKAA','This place took such good care of me last night when I came in. Each person did their part efficiently and professionally but so utterly friendly that I didn\'t mind going so late. They had me feeling so much better in no time. I am very greatful to all their staff for caring about me and my daughter also. I wouldn\'t go anywhere else. Thank all of you.thank you to Dr. Patel N., Nurse Sarah G. , Fatima B. And Tanisha W. I appreciate it.','2019-11-09 01:51:40.101000','2019-11-09 01:51:40.101000',5,'Margaret Davis','https://lh5.googleusercontent.com/-I0LIz5VRQ1w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclwrPOx8-x-yiqwP1skxs9aK15NYA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37901),('AbFvOqm3RYwov_FpEfgG03IX48fHpFO7_m2Pq9f5TBlzSR4nj7xzAULiO1O2U6dYwrPh2_sGAtittA','Fast service and friendly staff. Highly recommend coming here for your emergency needs.','2019-06-18 03:18:00.831000','2019-06-18 03:18:00.831000',5,'Kendra Denton','https://lh3.googleusercontent.com/a-/AOh14GiTaJFydOvu0jd82C44l5DglnD1wMCl88Yqkx4NUQ=c0x00000000-cc-rp','14567670160750071148',30514),('AbFvOqm3SczQcM-Y32t1rInSuuhIqqoKNrw0obAGLJxjC8rhYz3WgR--IkJRse2Fon7gEw9DtFXmzg','Everyone (Kendra, Remington, Morgan and Dr. Nguyen) was very professional and caring. My only issue is that they do not take Medicare and my supplemental insurance. I had to pay upfront and will have to file with Medicare myself.','2020-01-29 00:32:53.284000','2020-01-29 00:32:53.284000',5,'Cathy Adams','https://lh6.googleusercontent.com/-zvPnQI115s0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmhyuPTXK99tF7-NW7vv70R8X3sJw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34413),('AbFvOqm3sRQNjrFCjEvdKNii3Ws9FIFfApSO2nvA7xKSEf-P0lqBMY4QGRrf0_hoG_xmnbYnBkyU','Had an amazing experience! Anthony was very thorough in taking care of us and Dr.Vakey was great at explaining the different options available. Would definitely come again.','2019-05-20 21:26:02.082000','2019-05-20 21:26:02.082000',5,'Taelor Deike','https://lh3.googleusercontent.com/a-/AOh14Ghk0mGNbyIeTMe1tdnTowmW5hXqMfrYKB9gHSgVmA=c0x00000000-cc-rp','16590124370714063921',34848),('AbFvOqm3TjnKogqcgetdh0enYAdgfKW5H1yHjawFcjatmGCWdxm_auIegaoeBvH3FH4PK6qmC12o','Unfortunately had to make a visit on Thanksgiving. I was very hesitant to go in, but I won’t be next time. The facility is extremely clean and comfortable and everyone was very nice and supportive. Shelli the nurse and Chris the tech took great care of me. Most importantly, you will always see a board certified emergency medicine physician which is very important to me being a physician myself. I would not hesitate to bring my children here if the need ever arises and would highly recommend this place to all my friends, family and coworkers.','2019-12-03 12:45:50.130000','2019-12-03 12:45:50.130000',5,'jennie moreland','https://lh3.googleusercontent.com/a-/AOh14Gij6MOyHxu0TRE_HGQvSUsoLUxSg0QP1tKJWpwXwA=c0x00000000-cc-rp','16891069708558046635',36060),('AbFvOqm3tyXaXuGJJFFr-ElysjD6PqiIx3M8UmLtJh2S0mPUbMFl5A2HWwjSXQAedwXAcmlP4BSxaA',NULL,'2020-07-08 13:11:51.420000','2020-07-08 13:11:51.420000',5,'Aaron Petry','https://lh3.googleusercontent.com/a-/AOh14GhxgLjS29p9PghY640cDFbse5gupB6_kRc5vRHi=c0x00000000-cc-rp','14567670160750071148',30176),('AbFvOqm3vnU1iUI3fcooiOq5Pi0KEFTnJWtLqu7fOZ5WWhcM2L7RhKRctY3khPrhmoMZZdUtQcjHfw','Awesome experience best dr.is golla wouldn’t want to go to any other doctor here and Kristina is so nice she made me feel like i was at home made me feel like my mom was watching after me','2020-02-26 22:55:49.558000','2020-02-26 22:55:49.558000',5,'Eric Parker','https://lh6.googleusercontent.com/-D7622x-y-8g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmFIP6_lbXsaSu3DGQ-RmcZMJLSBg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36610),('AbFvOqm3w8TEZcAZxu5scIZNTjMT0PSLsuWUlmzlzO2DHjwdl7B1hP7Z3Ko-XzMCA0tFUZdthavOOA','The staff is caring and friendly. Very professional made me feel important and they resolved my medical issues. Awesome place. Nikeitria Mason','2019-02-10 01:32:27.832000','2019-02-10 01:32:27.832000',5,'Trenecia Cutright','https://lh6.googleusercontent.com/-5erqdFJpbmg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucleaIT2ZeRigidOJB5M8iy14WlX3g/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29146),('AbFvOqm3wPwSZSnH13d2vsmytynS24Z4VFflMSczz2R7VXolsIavpuKEAyiLhJIBkVR3ybYQLj7SRA','The professionalism at the Cypress location was excellent.The bedside manners of Nurse Alvean and the technician Thuy Ann made us so comfortable.Mr Marcus the radiologist was very informative...and his smile and kind demeanor put us at ease. Last but certainly not least Dr Cavazos was was the icing on the cake.He was professional..direct and truley informative.I would recommend this 24 hr ER to anyone that I know. Thank you all......The McCarty family','2020-03-17 19:41:28.741000','2020-03-17 19:41:28.741000',5,'Alexis Mccarty','https://lh5.googleusercontent.com/-DyG8Qic4PNc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmH30fchyZXXavW-SOHsnCrsAhYWQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33254),('AbFvOqm3XfnAVQvWgd5OHZeC0H9FDVxxbuZS9-dTmhk0AuVNjn2IutsciQbMTgMEVZnJDTvDATfeng',NULL,'2019-04-17 05:25:25.655000','2019-04-17 05:25:25.655000',5,'Chelzi Gonzales','https://lh3.googleusercontent.com/a-/AOh14GgQr1weR7eqmL48_6C-V1rSPnAImPrMJlPnj_PqvQ=c0x00000000-cc-rp','13486358490203335051',29871),('AbFvOqm3xkepN8poQbGpXHl6UCXA8P2c_45LB03aWLLa_ABfuGZre4De-OUpHkU8uyQqbFiu-J89uQ','Dr.Mauldin and Kat S. were great. They went the extra mile with assisting my husband. We felt welcomed and trusted the information that was given!','2019-06-13 01:10:22.798000','2019-06-13 01:10:22.798000',5,'Alicia Ellis','https://lh6.googleusercontent.com/-9zgo_2N08dk/AAAAAAAAAAI/AAAAAAAAZdI/AMZuuclCjND7d2dBQNOBJsj9gsUSCGoaew/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqm3xRrIPaSh13XIRE0k7NRBoh0sCRPsOf7N59MsOFFw6dl5WvNSDXKjPJb1cTy5uJqcJFcNpg','Why tell us we can come with no appointment on the website and the. take people first with appointments. I wouldn’t made an appointment. In regards to covid testing. Idiots','2020-06-19 18:26:46.488000','2020-06-19 18:26:46.488000',1,'saagar shah','https://lh3.googleusercontent.com/a-/AOh14GhzkGGUqJOo7avLY7X8wBRpFWulkkmwmR9VuexyLQ=c0x00000000-cc-rp','14904078213800803294',32323),('AbFvOqm3Y1Ea-aEdl4ANSeMggL96yrOOVtCwJzsNGcU9XabWrGYoTktEpY_PPgtnSjUuuw4_vU1F_A','Very fast, professional, and polite... i was in and out within 15 mins Jesus did a great job making sure i was checked in quickly and at check out he always make me laugh. Nurse Dana did a great job removing my stictches, Dr. Cavazos examined my situation with precision and fully explained what i needed to know... overall it was a great experience.','2019-06-14 22:10:22.697000','2019-06-14 22:10:22.697000',5,'Jay Black423','https://lh3.googleusercontent.com/a-/AOh14Gh6uKw1Fq84YJiaJ8YAmw-UbxEqM9W2609aXy2JdCs=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqm3Y6ixT-3Xx6lpMSBj7cS46nJCpk1kMuYg73u64-ucr4meM-BZ84b_eO65-4TN0Pdu5ugGXA',NULL,'2016-05-06 01:20:36.274000','2016-05-06 01:20:36.274000',5,'Manar Hindi','https://lh6.googleusercontent.com/-ditHY6b972U/AAAAAAAAAAI/AAAAAAAAAZk/AMZuuckGI2za5uHTxIfFjzxazVaAArUmcA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41236),('AbFvOqm3YKvffq0GlYcN0Q96v5Pb4TIwIQEFDsxp_2dWA4vq6nGmH_y7JtZ8_dGXY3yJoK6XnPzxXg',NULL,'2016-11-20 21:55:28.557000','2016-11-20 21:55:28.557000',5,'KENNETH MASON','https://lh3.googleusercontent.com/-Zv8mm5q80wo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmTGsbi_ZTnYwmtEtHcl1vE5aYJsQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29970),('AbFvOqm3zhcUCkpJPAeFFwFR7jZ1dnJ3MD_zHRLRB8d2fjbGdzkf5cGqj6Q7hjb0n4QkbSmOM0o0Sg','This place is amazing, i took my husband here. He was seen fast and they were very thorough with us. They took great care of him and made sure i was okay as well. I would recommend them 1000x to everyone. They are the best ER ever!','2019-10-06 19:54:07.448000','2019-10-06 19:54:07.448000',5,'Khiana Vargas','https://lh5.googleusercontent.com/-6S53iatrI90/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQcYrq-HdO_WI6JgsRPv5s4AJBPg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39248),('AbFvOqm3zkICvFhKqCIoP_oPjTSXGzlI6GNhGv0K6OdLyZD7Z8kti2upcpR3asENPBpG2BQlpk5l-Q','Samantha ,Christine, Ricardo, & Dr.Jaber were fast and very friendly. My 4month old was handled gently and with lots of care.','2020-03-02 04:51:45.829000','2020-03-02 04:51:45.829000',5,'Chasity Smith','https://lh4.googleusercontent.com/-QMLLOJwPjkk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn37JRFAclCE32AWq0D8IyUg6Ns5A/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30216),('AbFvOqm3ZN6vSeii-Y3EVxYGHIcIs8wku1-g1A7zbOnvHo93e--YzJYpwniwzzfvBJq7D3qElqfv','Very friendly and professional young staff and hardly no wait. for the issue that I had, it was a very good experience compared to other places. A+','2017-02-20 18:02:54.186000','2017-02-20 18:02:54.186000',5,'Dee Diab','https://lh3.googleusercontent.com/a-/AOh14GiTdeSbwQJkoCVaOdr7jgDOwTWxlVbGl55euFsfKA=c0x00000000-cc-rp-ba2','3511292162159714121',41104),('AbFvOqm4_K4IX0t5-BD5WPMCKz4YKqMf2qr18XumFqCnW2utW6-A3wJSG1imaw0dSL5KTch7T7RG3g','Clean place, friendly staff, fast and professional.','2017-04-14 01:35:56.394000','2017-04-14 01:35:56.394000',5,'Juan Bustamante','https://lh4.googleusercontent.com/-XaI6jU7GL_A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6Mn82zp2hs4l-rZqHqig_SwUBAQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41074),('AbFvOqm41fvcxNV97peFV1JAIXjf7LkZXNwYQWnKysjL9ImbJ4tN4CRfc2dGtWx-MvVI9-hknytJSQ','Wife had a corneal abrasion on a holiday weekend. Our receptionist Mai was awesome getting us checked in. Jacob and Dr. Vakey got her diagnosed and cared for in 30 mins. Great experience','2019-05-26 17:00:25.346000','2019-05-26 17:00:25.346000',5,'Logan Clark','https://lh3.googleusercontent.com/a-/AOh14GiRbIHsxliBwhko70wD_IDmkAhCUQdeu8PrZ7c5=c0x00000000-cc-rp','16590124370714063921',34845),('AbFvOqm42fDs6oXEAV-jxVii61OtxJeALmLVOlWnFQgbpCH6LtSZkKIvZaTHIuAzQ4mWVxXZkmg1',NULL,'2020-12-27 20:04:27.044000','2020-12-27 20:04:27.044000',5,'Maria Alvarado','https://lh6.googleusercontent.com/-G3VlzkK23EQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclzV5UvqAG_jaq0le3P18fj_dCbOw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',43937),('AbFvOqm43B5_8CsOG1vmSTkRNbNyvDrSR_c6NZqrzr8n_2iZZkoRZDRcNWqwQ79tfZmAdGm5LrB-','I was seen within minutes, explained costs and conditions and discharged in under an hour. This is what medical care should look like. A+','2017-03-15 11:19:21.146000','2017-03-15 11:19:21.146000',5,'C. Sodders','https://lh3.googleusercontent.com/a-/AOh14GhQ2YAdpZVFsRxQJcNdk40hYpYqwMDPgpzaUDf8gCE=c0x00000000-cc-rp-ba2','17394740196501090048',37195),('AbFvOqm44iszQQrP3pErXBdwKapBVMttyz7xgG4g-Fk4qP5UZ2z9CPHYleTlpM6ftXzRtC6Ff81bYA',NULL,'2018-09-13 07:48:58.828000','2018-09-13 07:48:58.828000',5,'Staci Andrews','https://lh3.googleusercontent.com/a-/AOh14GiZ0zTh3UJ5bbAnv-NmxLXc3EZ9q6ZnNZLoKXyHUQ=c0x00000000-cc-rp','14904078213800803294',32544),('AbFvOqm44ZsH-zM45drLoHabeeB4Krr6I-G1fqpqlGnUBTFTT3BEPvYWy47MWg5goxbW02rkdPKD','Cody and Sam were great','2020-08-03 17:38:41.159000','2020-08-03 17:38:41.159000',5,'Ciachefpete','https://lh5.googleusercontent.com/-yOoF4XJhHac/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnS5X_dFjAcM2jkI9IrZSomwpqlNQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38661),('AbFvOqm45SNgNE83nWpGyIQ4HvuEQ9h3KbGD0-hv5eZWXNMIhlnpDaMbKS1EmiZxDBbIxBO7oMIbdA','Anthony , Morgan , & Dr. Vakey were so friendly and helpful !!','2019-06-12 16:44:57.881000','2019-06-12 16:44:57.881000',5,'Destiney Zellers','https://lh3.googleusercontent.com/-OuZM38o8ZG0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnJyMYjMvQ4LaDdIZCn5X0Q_i_9Sg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34822),('AbFvOqm489lBuMtQsmBo-8vQfC4vQ7cTyx0pfWl4ltQ3oLzQkbZa6gRRQWOOjtv9qp77hnRrRyjV','Very informative practice. Everyone was nice and cared about my health. Highly recommend Doctor Singla, Nurse Marcia, ER Tech Teresa, RAD Tech Melissa, Registration Brenda R.','2018-11-23 20:52:17.999000','2018-11-23 20:52:17.999000',5,'Kylia Neely','https://lh3.googleusercontent.com/a-/AOh14Gj15S99BiefMTuZd2zMjteFFPfz0w0eWq6ldPyXLg=c0x00000000-cc-rp','14904078213800803294',32525),('AbFvOqm48NW3Lq5-bgpFJRBbSGxC9isrSUGumKwnD_WY6InnI3RlvjT8MgA2QSJxCJ-Ypd7JEueaEg','I drove in at a low moment, sick, tired and feeling horrible. Im sure I didn\'t look great either. The staff was fast, kind, friendly and treated me with respect. Honestly, they were amazing. They took great care of me all day and helped me recover from my sickness. Very clean facility also. I would not hesitate to go here again and would highly recommend.','2020-03-04 22:16:12.343000','2020-03-04 22:16:12.343000',5,'Colin Kaslow','https://lh4.googleusercontent.com/-EOAalZUWZlM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnivdy_DfLXj_gilxUFfHC7ZYrlgA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35942),('AbFvOqm49T_2thC1b_BPxWZW4-IPw0VUIaHpVGjsm1Y-sFbbghkPenaYyh9cwMmzWyiRWiLXnO8aBQ','This is a professional and caring staff! In less than 30 minutes they figured out my issue and got my pain under control. Nurse Jamie is AWESOME!! She is caring and kind. Thank you all so much!!!','2021-01-26 05:29:02.570000','2021-01-26 05:29:02.570000',5,'Shannette Hoskins','https://lh5.googleusercontent.com/-FBaCdntao8w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclAux8GBpwGvGrst84sKfs67rr-LQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',44401),('AbFvOqm4a14S8PAqg5yLL1k7-ZfuPavFlfIda8Dyh_-iaOUr4fN7xZYy6jbyJrxxxtabdk98AcCs0w','Came into this Emergency Room after my brother got into a car wreck and the staff took splendid care of us! Very friendly from the moment we walked in. It wasn’t very busy so we were brought into a room immediately and were seen very quickly. Shout out to Dr. Guharoy, RN Rollie, Mary Ann, Natalia, and Yasmina. Excellent staff and they were all very attentive. We will come here first again for any future emergencies.','2020-01-01 03:58:56.822000','2020-01-01 03:58:56.822000',5,'Lauryn Reyes','https://lh4.googleusercontent.com/-7032zknWrKM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnT-t1ThaBC6-shq35PXe_TIOMQiQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42524),('AbFvOqm4Ag_4Up_-8ymMP4ZD_Ue__HzB_zngD4PQgJiHGfiY-pPEQfgfyTrm6RNuNlgoFfNcbxVhIQ','Great and fast service from everyone, thanks to Nelson, Holly Irving and Dr Smith.','2020-01-12 10:24:18.837000','2020-01-12 10:24:18.837000',5,'David Arias','https://lh3.googleusercontent.com/a-/AOh14Ggvy8FFdF0EOgvmseo3yBIlgXIgmV_OH2dZqYkc=c0x00000000-cc-rp','12541597562633926366',28831),('AbFvOqm4AGbxIFvOK0h1FFMaZe7UZx2KacsKqSMzIMNLimi0Fmm16_0URbYvFf_uHimA01bDIFeD','Great service all staff friendly and helpfully, checking up several times to ask how\'s everything doing as a father I was worry to take my 1 yr old daughter to the ER but they just provides and excellent experience, I just love it, thanks so much','2017-05-10 12:05:59.516000','2017-05-10 12:05:59.516000',5,'fernando huerta','https://lh6.googleusercontent.com/-yIyqqIT1_P4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclz3CAbGf1Pc7Y6utpwDy2Bj0N9lA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31042),('AbFvOqm4Ate1srDXTTIQZQokhcO4eoi9nkN7qmDmRLIl9DpZ8XYDvJ2jVgiAM8qdbJr9XQ-VVUYZRQ','Had to come here a few times for different incidents, always professional and pretty quick. Christie, Kim, and Sam @ registration were friendly and helpful! It’s extremely clean and modern. The COVID/social distancing measures they have taken make you feel very comfortable even coming into a place full of sick people! Def. recommend!','2020-12-22 16:14:53.290000','2020-12-22 16:14:53.290000',5,'Hillary Humphrey','https://lh3.googleusercontent.com/a-/AOh14GjZYDABpg3_yPR7yWXOn-Ti66mxO1TUGCjfSo2QEQ=c0x00000000-cc-rp','3272657195432704501',43734),('AbFvOqm4AW5WAs6EOryqHMSdS2i6TtaMZGGP2B1MLLOhPsY7M2_1qnfP7BP9put3MefhwDLeSWgvQw','Everything was quick and efficient and felt very safe. Clay and Christina did a great job making everything as calming as possible!','2020-10-09 19:49:04.027000','2020-10-09 19:49:04.027000',5,'Jackson Brown','https://lh6.googleusercontent.com/-lI-2faRP6nE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckVgjtipvxpaAnYuuIrgNBorVbPCA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35720),('AbFvOqm4b5H6YgB5XJUZi-SS7MdvEidVS7KDrS3BGi5gCzLzy7L7Z_gsPxhUgmSi9-TqIxktZyFBow',NULL,'2018-07-18 21:56:54.324000','2018-07-18 21:56:54.324000',5,'Jorge Granados','https://lh6.googleusercontent.com/-b39ugbL66c4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1DZVml7I-tf_P8Pc7TH3i1NWGQA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30815),('AbFvOqm4C2rOD8F92pvF1zeBdkr60EvUOsX4k3Xlt7vzBbmsGfAIGeQoHkAg36BSh1GJHOP3D8MUiQ','Dr.Souman did really well with explaining y symptoms and prescribing me the medication I needed. Nurse O\'neal was kind as well, even making a joke to ease the anxiety I had. And the receptionist Alysia was very kind and speedy when it came to checking me in and all','2020-10-31 19:08:40.652000','2020-10-31 19:08:40.652000',5,'Ana Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GiiDpdkQ363RkRqeST5vCMEaoLa9uB1M-wCqw3a=c0x00000000-cc-rp','3511292162159714121',40087),('AbFvOqm4CcqkZ1Hm1WO3prJPSxyA0q4XURLKky_TY3zhSINeCh2eFumxSdND-Lpbfk080OTvkrtlwg','Very friendly and attentive staff.','2020-12-28 15:48:25.414000','2020-12-28 15:48:25.414000',5,'Ayla Baldwin','https://lh5.googleusercontent.com/-2HMXU-ruP_Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-z4d_a3dh-NOvT1EZyw3y8Pfa2w/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44021),('AbFvOqm4Ct9MrQqiVvt9F2y5nh0GqRosM11Ba4YlUqYnywyODpeMA9Gjj7rOlaM7lOwWXU1JgXNJMA','I LOVE this place!!!! Always fast, efficient, professional and friendly from the front to back. Very concerned staff and doctors!. I even stayed overnight once for observation and received the best care! I highly recommend this place! And for anyone complaining about price. FYI: This is an EMERGENCY room not your PCP provider.','2016-03-21 16:24:29.702000','2016-03-21 16:24:29.702000',5,'D S','https://lh3.googleusercontent.com/a-/AOh14GhkzC4wJiQqbv8TdKrGAvNBunRkceQugZko1yEgFQ=c0x00000000-cc-rp','17898197009688164559',38387),('AbFvOqm4e-XpwP9_YxJlb8dKbpS626Z5O5JUBpavq5Eg0BHrIMrlqJZMzclA1M6PFOE9N7HF3AXN6g','Everyone was awesome great experience friendly staff definitely will recommend this place to family and friends','2019-02-05 01:28:49.985000','2019-02-05 01:28:49.985000',5,'Amy G','https://lh3.googleusercontent.com/a-/AOh14Ggf96BYO1d8aPrzdcAL0AH70fjqVxs3n7GuPgBG=c0x00000000-cc-rp','14567670160750071148',30612),('AbFvOqm4e079O6J0u4BQiMS_eyPqbhEZun0pZKpHkfFVYza44ToP-aGgWMB5Jv2hN2FvPWSl8c0kqQ','Location was great. Wait time was non-existent, which is wonderful after a long painful day of work. Staff offered excellent patient services.Tatiana was very friendly and welcoming, Dr. Sylvester, Karen, and Quyen were all professional, and friendly. I will most definitely come back if need arises, and will recommend to others. Way to go SignatureCare Westchase!!!!','2018-06-19 02:31:27.839000','2018-06-19 02:31:27.839000',5,'Tracy Jones','https://lh3.googleusercontent.com/a-/AOh14GjYTKx5D2zmUG4mC9By6uunpyg83KLgUGF22zs_CQ=c0x00000000-cc-rp','12541597562633926366',29235),('AbFvOqm4eabbJamb_hLjnACqU_GJgVvfrO4H2k0-G1QCAj_k-bNHU_GuIgYTIqRQAb0p2gkaV_uI','Dr.Singla was very friendly and took good care of me along with the nurses Sarah and Fahme the radiology tech Hanh is very sweet. Carl and Genesis was very fast and nice I will be returning for any issues.','2020-08-15 15:26:20.107000','2020-08-15 15:26:20.107000',5,'Airel Wooten','https://lh3.googleusercontent.com/-7JrGjSXT0fU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckOKG9HKI5_MBE8Z0UDN6DcVJGvFw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28566),('AbFvOqm4EwFD4fFsZP7rnFISP73e3CfCzW_kji_wXyKkzoOcVB0uxyZSV0zxHAbOowU6zDOwVmdjVg','Doctor Kimball, Nurse Jacob, & tech Morgan were very helpful!!','2019-03-31 16:19:40.000000','2019-03-31 16:19:40.000000',4,'Maddie Pitts','https://lh3.googleusercontent.com/a-/AOh14Gj7Flbml-UjW3M-cmSR1h3jAVGdxCgaex6FvYiltw=c0x00000000-cc-rp','16590124370714063921',34937),('AbFvOqm4G2zVUbSoEwtgnlXk_hiVyAZKX6rqexo86Qn1M5A_tpeXzGqUyg-AEsamvVJOnLTrxz6j','Staff was very friendly, facility was very well maintained. šŸ‘šŸ‘\nOs put up with me, and Jessica S. Had a great sense of humor.','2020-09-16 22:25:08.586000','2020-09-16 22:25:08.586000',5,'Catherine G','https://lh3.googleusercontent.com/a-/AOh14GiPUxTCF6Jac59fa8A715LKYWX0yaWZunGJGlfPAQ=c0x00000000-cc-rp','14748677429039074158',31643),('AbFvOqm4G9d_X684_U7JhCWOIfnQv7oyu2XMYFnok8M3LNNFASK81oVPMw1nKHYQ-kmPdFtKEWfE','Lizzie T. was great with us and helped us out very fast.','2019-08-21 01:48:36.152000','2019-08-21 01:48:36.152000',5,'Luiza Martins','https://lh3.googleusercontent.com/a-/AOh14GihYWuQLj_tKwWPdxkTD1sY6MRFpK127L9TzWPB=c0x00000000-cc-rp','3511292162159714121',40434),('AbFvOqm4h0UyXT_MoKgr3i-CGmbwziQFZpfcEppH5msTFUwWWxuyJIcBITcQiEgZRJhMCeEa6ZFU','Even with the pain the whole staff from Front Desk to room was amazing. Dr. J has amazing bed side manners. Kudos to Erika, Laura and Tanishia.','2020-10-13 05:50:26.412000','2020-10-13 05:50:26.412000',5,'Denita Forges','https://lh6.googleusercontent.com/-Yhykc7pqesY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclqCWgSenU2NYMiBBKEz66iHv_j8A/c0x00000000-cc-rp-ba3/photo.jpg','17898197009688164559',37509),('AbFvOqm4hAnGXCLC5N-KPJ7qZw4ENkLAC8WVwx2-dUgDRlUWRoFKJe1A-t83cnJmThHHS8oiSn7lqA','The nurse Amy, the paramedic John, and DR. Mauldin, Kari (the women who ran my the test), and Emily (The women at front desk) were all soooo wonderful! If I could put 10 stars I would! I hardly waited 5 minutes to get tested, and on top of all of that they made me feel extremely comfortable. If you are in need of a rapid test or any medical help, I would highly recommend this signaturecare over any other in the area. I drove all the way from San Antonio, and it was completely worth it. Thankyou to everyone here for their hard work and kindness!','2020-08-27 14:24:09.468000','2020-08-27 14:24:09.468000',5,'Taylor Husfeld','https://lh5.googleusercontent.com/-VSdoyd-d3k4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmhPzTjnpvyt4tvcRhq8lTIzR61Zw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38559),('AbFvOqm4Jk05xjbDAbztevMhTlbDXg1X9KLJAdn8s52KkxSjTAkJHW6-vMModAA7kIuLuulutHHp7g','The staff at signaturecare emergency center were very sweet and accommodating! I was offered water and a warm blanket while I waited for my test results by jacob and megan and while I waited in the front I was also offered water and assistance with forms by Amanda and Dyvuiz. I will definitely be coming here again if needed.','2021-01-26 16:45:26.679000','2021-01-26 16:45:26.679000',5,'Wilson Cameron','https://lh4.googleusercontent.com/-JmeFqELVhTQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnRO54XPi_tQw1ZgIOkcL9wc6igRg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44394),('AbFvOqm4Jnu66jHfy5sYHCkRDYqhjcMtc_PxUWaS4sEcV7nXuNpHxetqgEvHmFWGmMvCPND6FmPsFw','Having the opportunity to meet such a wonderful staff was a true blessing. Norma and Brenda were absolutely amazing. They were both so attentive, kind, and professional.\n\nI would recommend it to anyone who is facing an emergency and are seeking quality care at a beautiful, clean, professionally staffed medical facility, give Signature Care Emergency Center a try. You will not be disappointed. They are the absolute very best!\n\nMrs. M - Fort Bend County resident','2018-08-13 09:09:49.336000','2018-08-13 09:09:49.336000',5,'Music Lover','https://lh6.googleusercontent.com/-57ca4NwYnuw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm2ZmTyWMPC1B-Kxc-xTQ-axEg7bg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43371),('AbFvOqm4jsYuX4OJLmdvuDJKx-O2P8LqdPjQrduAH-bQcjO8biukys2dYw_PmPUz7uv4q63y4RIY','I absolutely love this place. The doctors and staff are always very professional, thorough and compassionate.','2020-11-27 14:27:40.095000','2020-11-27 14:27:40.095000',5,'Tene Rogers','https://lh5.googleusercontent.com/-2U-FEzao6BM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucloCVyc75Y-lXWc0eDbOsYs98Kjfg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40040),('AbFvOqm4KhxOpWhNXBq2AHttJFKAMLkiNKw-5jfs5psoYzYWlrfotJGfc9DJmZHlBfCd7-zfxUAO','Dr. Henderson and Mollie did an excellent job of taking care of my issue. They were both kind and caring. Mollie went above and beyond to make sure I had everything I needed. I recommend them for all\nOf your emergency room needs.','2020-08-12 01:11:21.140000','2020-08-12 01:11:21.140000',5,'Whitney K','https://lh3.googleusercontent.com/a-/AOh14GgADhJWBWMbDVE1HCuAkuQy74eXEvM-N7Ppw-cInA=c0x00000000-cc-rp','3272657195432704501',39539),('AbFvOqm4KuukZckqvxifJ5vlREEM5dur6mWPzPRSXIX85Nr8AFbaKlgdk1P6WuOEHywhI2Pzw2pITA','I have been to this facility twice in the past 6 months and I have had an excellent experience both times. The staff are amazing and attentive. The facility is modern and clean. There was no wait time to be seen. I would definitely recommend this Emergency Center.','2018-01-13 21:49:19.557000','2018-01-13 21:49:19.557000',5,'Javier Miranda-Lozano','https://lh3.googleusercontent.com/a-/AOh14Ggcp49RQuSuH9tCcpjFXQ70E1iisF9TsV5gzpXV=c0x00000000-cc-rp','14567670160750071148',30901),('AbFvOqm4lbITEPaBWmjz79MpfuDyiaGX-G0eoY1g89ff_hJ95PHWaw9VV7lFGU-gyseu5v_yfkyv1Q','I came to this ER for Covid testing and everything and everybody were more than awesome! The waiting time was incredibly short. The staff was very nice too. I was taken care so well by Crystal the ER tech. She is just amazing! She made the whole visit much more pleasant. Thank you so much Crystal!','2020-12-31 19:16:41.895000','2020-12-31 19:16:41.895000',5,'Thy Pham','https://lh4.googleusercontent.com/-vp_DGYw3Vg0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmmpGxchBEWIBL9XwgIGRizEnDz3A/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44212),('AbFvOqm4LEr2Z6xm7f1lTxHsCbX6O15nbnjukJEpG5yrRpucXlqPkHtrzLQFznkVJ4gBbkLrpbtL','I was taken care of very well and everyone was extremely friendly and helpful. Dr.Singla, Jerry, and Rebecca were awesome!','2017-02-22 03:53:40.967000','2017-02-22 03:53:40.967000',5,'Noah Perales','https://lh3.googleusercontent.com/a-/AOh14GjWyOZVCAvWZ_S6hQUaw3-rLctEsDhZKM4qCnYNyg=c0x00000000-cc-rp','16590124370714063921',35493),('AbFvOqm4LKUS3EDPwoksurOsBYnilKKgvmgZi-VECUovyQOgSUOCNoaQiL6UT9OcETRzJDs7vuzaVg','Everyone here is always helpful! We use this er a lot and never had any issues. We get a call the next day to see how we are doing. Today my son has Dr. Osiecki, Nurse RN Leo, ER Tech Pete, Radiation Tech Carolyn, and our amazing registration lady Lisa! All were amazing and got my son seen fast and was happy with the results!','2019-05-19 17:39:58.455000','2019-05-19 17:39:58.455000',5,'Kimberly Rownd','https://lh3.googleusercontent.com/a-/AOh14GhygaD9vckAlWsodhM3K_hBBB-hEUGwFEw95kfHCg=c0x00000000-cc-rp','6521947413723274945',41733),('AbFvOqm4lMyRaqXSlwjx08cvBT3goHktxp9Oj1au08PX8ndj2F_-UkRQRU78wRVDyYee6pcESfDT','I came in for a rotator cuff injury and my treatment was excellent from the doctor and all of the staff. They were understanding of my situation and very professional about it. This was my second time in the very nice facility and I will take all of my medical needs to them before I will consider any other clinic.','2019-03-23 00:59:17.603000','2019-03-23 00:59:17.603000',5,'Jody Glover','https://lh3.googleusercontent.com/a-/AOh14GjAbiA041ueETAL0fBL-mYmQO1styaBeVrilHrD6A=c0x00000000-cc-rp','13486358490203335051',29891),('AbFvOqm4m6VkF-v5vzHiMGosaAFeTVmlWXOxwl3BGzZjqSEndg-ypM89ScUeSZ0hJ7NjVwXfTtCC','EKATERINI AND VALORY WERE EXTREMELY KIND AND WERE VERY COMFORTING AND ALSO PROFESSIONAL.','2020-11-09 20:46:29.124000','2020-11-09 20:46:29.124000',5,'Jarett Jackson','https://lh3.googleusercontent.com/a-/AOh14Gj4TPt7JYp0vL-g2br5K1oERSLMHWV7cwBec0d0yg=c0x00000000-cc-rp','16389487648212004696',32953),('AbFvOqm4MFbMUgOZFW4ZNCUG3206l6yuuehIP31_Q48XBlXEJmbpebDEWDfeCjlGGPJVlV0taWT46Q','Dr. Nguyen, Nurse Kristina, Radiology Tech Tino, ER Tech Nelson, and May at registration were all superb. The staff is very personable they take your situation seriously and they treated us with respect and we did not have a very long wait. The examination was very thorough and we didn\'t feel rushed. If you have an emergency situation you\'re much better off going to SignatureCare then to a hospital\'s emergency room','2020-02-29 16:52:14.522000','2020-02-29 16:52:14.522000',5,'Staci Cherry','https://lh3.googleusercontent.com/a-/AOh14Gj_O5cP-VnDLW4iDL9OOKVG2y58eqAg0VEZUS1s30c=c0x00000000-cc-rp-ba4','12541597562633926366',28675),('AbFvOqm4mKINlhW6G2oe0CLl_6bJUPb1cJQSOs9Q-W7XZeQglIshGn1ttojTrWI7Q6QWPfmBkbyoeA','Excellent service, my girlfriend was sick and they got her in fast. Now she is feeling better thank you Kristina, Victoria, An, Laura, Maya, and Dr. Miller. Your service was greatly appreciated.','2020-02-01 02:28:24.410000','2020-02-01 02:28:24.410000',5,'KT3rdCoast','https://lh3.googleusercontent.com/a-/AOh14GgwhWSuL4hHIuWLNEIAnm6zLuTMsCTrXfpxwqDDDrU=c0x00000000-cc-rp','12541597562633926366',28766),('AbFvOqm4nUEt8ln6wIHd0Eg7orZjgPPcLDWdralzQXW-Itso_4qjNd_5rr4_jl4cz2gN16KSfYkC','Sita, Corey, Jose, Allison and Dr. Datta all gave me exceptional care! Hands down the greatest ER care center in West Texas!!! You are missing out if you go anywhere else!','2019-06-10 05:59:20.062000','2019-06-10 05:59:20.062000',5,'Ricky Adame','https://lh5.googleusercontent.com/-9R_LYoBjI9U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnQGRIU2fvcGK3GWXwmGNHLGfDUhQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29815),('AbFvOqm4ol-hOohBk9HL-iIsEhCzpfHJlhsgBwe3KuLBEl4hiVCW_SeTjE2oeASgk9EEMhrZvjxtmA',NULL,'2019-06-07 18:28:23.964000','2019-06-07 18:28:23.964000',5,'chloe chacon','https://lh6.googleusercontent.com/-lD44z0bwQHI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7bi7LviuWrmLcozHJbdiP_kAAMA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29822),('AbFvOqm4P8UmeCPNPUub-xyP8IHuPCuhkAf_78w2N5_-mWaIhlI-y-97Qrf3Ud27fg1H_v0x1tOmxQ','Don\'t go to this place, you make an appointment for no reason. They make you wait for hours even with appointments and no nobody comes outside to say anything. There was a extreme sick person in line, they should separate depending on case. If you don\'t get it from the someone else you\'ll get it from this people. They make you go inside instead of staying in the car. Don\'t go to this place you can clearly see they are just making their money from people that is worried.','2020-07-11 11:39:06.687000','2020-07-11 11:39:06.687000',1,'Javier Medina','https://lh3.googleusercontent.com/a-/AOh14GiEQSz6ABrsav9rIXQpel9yHnLn8gM6jNB75dh5yw=c0x00000000-cc-rp-ba2','16389487648212004696',33206),('AbFvOqm4PBp4zStMHXyvYQ6CHmKNKC1PRJ0muYajdR4apXIYh5Wi4C_TKSpKSNnWvbzoTLU8o8e4','The staff at this location were professional and fast. Ekatrini at the front desk was friendly and Dr. Horjal was courteous. Thank you to my nurse Jordan.','2020-10-27 23:05:28.174000','2020-10-27 23:05:28.174000',5,'Andres Puente','https://lh3.googleusercontent.com/a-/AOh14Gj0uhPKMyo5yeD8CLTKfuVVsQUkdgg16XSUYUzm-7E=c0x00000000-cc-rp-ba2','16389487648212004696',33056),('AbFvOqm4PQHy4TU1IA1faoWosRjO_RzBc1jQDnlxZyic6POC8T0JD0tNndNJbAhEjgPjfAp1S2js7Q',NULL,'2017-05-06 02:37:11.591000','2017-05-06 02:37:11.591000',5,'2 A','https://lh3.googleusercontent.com/a-/AOh14GhAqwb2Dul3HFk0CDMx_iJ9qop69zY26JHaL_FcIQ=c0x00000000-cc-rp','17394740196501090048',37164),('AbFvOqm4rrtJ0BD8BAkYhJ9dP8cUU_IA7IKXE_D2MIN_tc0kduoRc_qJE_79aE9-jcA1UniMcWC7-g','Audrie Reyes and Maria Sanchez were very helpful and professional. Clean office and back. Was in and out and everyone was friendly.','2020-10-07 13:46:57.473000','2020-10-07 13:46:57.473000',5,'Bianca Crespo','https://lh4.googleusercontent.com/-LwCfvU5ETU0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmMad_aczuMRPgvI0gxs2aul3u7Hw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29299),('AbFvOqm4S1aU9kWmwt8bFtgEjVj4rw8rSVVzI0Rt8Ms0_Fjr9QlnGK35CS6NzqeJq97ZA8DMqBDd','Definitely recommend. In and out and dr was very thorough','2019-06-13 16:56:37.183000','2019-06-13 16:56:37.183000',4,'Leticia Catano','https://lh3.googleusercontent.com/a-/AOh14GgyOl-EYswhl8C_Gu8C-eNTpH7ZwJTHP_j_CWG2kac=c0x00000000-cc-rp','13486358490203335051',29802),('AbFvOqm4t5Lt_8AlqMmTQEwjy5d_YNLK3TJHCr2saRmhSVdvKSKju8y-YVmSBzukOTcrY3wFVVcRDg','I can honestly say this was the most amazing ER experience I\'ve ever had. When I got there, Angie was very friendly in getting me set up, I was seen pretty much immediately after walking in the door. Chris and Lonnie were very kind and helpful and the entire experience was as pleasant as it could possibly be. I have always hated going to the Dr and I didn\'t want to go today, but the experience I had today exceeded any expectations I may have had and provided me with a diagnosis and relief in less than an hour! This place is amazing!','2016-12-31 06:02:54.901000','2016-12-31 06:02:54.901000',5,'OKina Alford','https://lh3.googleusercontent.com/a-/AOh14GiB2OukYRnbY4IIL_xQkHAnX3tGPVQziDI5iaHI=c0x00000000-cc-rp','14904078213800803294',32753),('AbFvOqm4v68FZeiFH_-OuO3zD_9lXW1BUc5T--kRGBL1-qcefkJQ7ztVkTEga3D8e-pfxzmYdVkX','Very great hospitality. Dr. Miller and nurse Gracie are great at explaining everything. I would recommend this place to anyone. Keaire really makes you feel welcomed. God forbid but if I ever need medical attention I’m definitely coming here. Tech Ricardo was really nice for offering me drinks and snacks as well as RAD Bryan.','2019-01-13 07:42:07.588000','2019-01-13 07:42:07.588000',5,'Esteban Carreon','https://lh5.googleusercontent.com/--Eu7H5c-TIA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmAUPZXqACch67MTowUxoeLZVnQrg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30635),('AbFvOqm4WWj_Q89Trak9x6zl4dExf2hcZrMfbAUcRFmsJJda8z6oCsPMUdl9AMVr0EIttiLje5cGyA','First time here.. Staffs were very friendly and welcoming.. If I didn\'t live so far it\'ll be my go to place.. Thank you Kevin and the rest of the staffs..','2020-10-26 13:41:32.596000','2020-10-26 13:41:32.596000',5,'latana Sihapanyaxay','https://lh5.googleusercontent.com/-g426gVMjFNs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUWCnZ7BbtL2AiEGPCZSNE-OU1cg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31460),('AbFvOqm4XO4T8OGH01WRT-ynyJCyMr-4sD2FVgwrnIJW6zheesBjry6yI2xKnx27PxDUvMXewaah','Fast service and they do whatever they can to help you feel better and figure out what\'s going on staff is very friendly as well','2019-06-17 17:15:32.117000','2019-06-17 17:15:32.117000',5,'La Tonya Green','https://lh6.googleusercontent.com/-MiTagPnkF8I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3PhG-1WToRsXWtECY-vifEWNKLw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30517),('AbFvOqm4xSWm3a3PJIeX4-wQpdEYreTrRu1aofjyCQ8NcMU3SimeGXHLbv-GKxpLCtYnd6QXdsO-','The doctor and staff were extremely nice. Brenda and Kesley and Dr.Hemem are nice and treated my brother well','2019-01-07 16:22:05.180000','2019-01-07 16:22:05.180000',5,'Lauren Pacheco','https://lh6.googleusercontent.com/-IZWO-Jzz4hU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmEExmnj_Z5huJCPk_vA536u6Ccpg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43323),('AbFvOqm4XYps_h5liDQG37HSkjpJVmVwxrLYe8obVbvpuGZyEbDDQijcNlrpUI_eCmiZcl9Sp_7qGg','EXCELLENT STAFF! I was first greeted by the security guard who was very nice and welcoming. The front desk receptionist Deanna was extremely quick and efficient when registering all 3 of us. Joshua quickly came and took our vitals and also got our Xrays. His bedside manner was great. Our nurse Kat was exceptional to us all but she made my daughter feel extra special since it was her birthday. Finally, Dr Appiah was very thorough and made sure he addressed all our concerns.','2019-05-23 06:23:15.701000','2019-05-23 06:23:15.701000',5,'Diversified Perfection','https://lh6.googleusercontent.com/--cdbXl6engc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclrjT4apVJDlRhx9s-iyGTMhNZUfQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqm4yb2nv2mH740ncj9TD42EPKuZIxjd5zdazuy0ha9GNH7k2Dh6p67-D420H-kl2V4HM6s-Hw','Staff was incredibly welcoming and very informative (Amanda & Kennedy) The entire process was straightforward and painless because of the great work performed by Bretnie and Patrick. 10/10 would absolutely recommend this facility to anyone of my loved ones. They really go above and beyond to make sure you’re comfortable.','2021-01-03 23:41:28.152000','2021-01-03 23:41:28.152000',5,'Mackenzie Vascoe','https://lh3.googleusercontent.com/a-/AOh14Ggi01gspqQQ7RaHv8sfBoN6WETWtNRm8uhUUR2CGQ=c0x00000000-cc-rp','16590124370714063921',44293),('AbFvOqm4YeZX2P1zF-E66JGdgiHB4z_K8n4NZ_76rvZvgfQyFguOyA8QTQJxeAXrTAZ4eLEavjmR','I have been there 3 times. They have a very good customer service and knowledgeable doctors. I would recommend this place.','2020-02-03 15:45:38.253000','2020-02-03 15:45:38.253000',5,'leila jm','https://lh5.googleusercontent.com/-gm_qjQRbfcc/AAAAAAAAAAI/AAAAAAAAAGA/AMZuuclfFrnUAbAeiQX-poCfOus_eB-dWg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28758),('AbFvOqm4ym6cMty9KdylPxAfgIegvU89K1TWctlkgagI710YhPRRXSef-ImvQesZxl6IG1lDs2K2rA','Day time is awesome but the night crew nurses specifically a white woman and man has a attitude. Like I came here for help. As a former patient, this is one of my biggest reason why I hate visiting hospitals. Refusing help and calling me naive. Luckily the other guy night nurse was there. Always sweet.','2020-09-14 10:10:32.252000','2020-09-14 10:10:32.252000',1,'C','https://lh5.googleusercontent.com/-y87kGC0B43o/AAAAAAAAAAI/AAAAAAAARWk/AMZuuckFzbqV4qMXdnpaKTI6GKekV58ATA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28551),('AbFvOqm4Zgh7t-uMv6bFXpUI5InL4B0typXHyqkjukZUwxg1KUabRFcxUKX5bb8CnUaanSVX5_2wdg','I come to the signature care ER in the heights all the time it’s near my house. They always take such good care of my family and I no matter How we’re feeling! they take great care of us, I would recommend them to everyone!!! It’s always so clean and everyone is so friendly.','2020-03-11 17:45:25.741000','2020-03-11 17:45:25.741000',5,'Dejah Mone','https://lh3.googleusercontent.com/a-/AOh14GisBmY3_vdl-ksMEGpr9XhkCELDyE8YfFlfC-x3KQ=c0x00000000-cc-rp','14567670160750071148',30205),('AbFvOqm5_1whmDMT6VqqjZQSHXqwmLJ6kJPCL7nur2_fawu9NSLRfFqMktORsiSk_4nffHFOhVwf-Q','I appreciate not waiting to be treated. Very clean facility. Excellent care. My family couldn\'t ask for better care. Thank you','2019-02-15 16:02:50.847000','2019-02-15 16:02:50.847000',5,'Shari Wisham','https://lh6.googleusercontent.com/-Yhu2OCI2ixc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclyDLNOYmgzrXVasQn149hQ_8H82g/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42158),('AbFvOqm5-44cLv7-P00v3HSV2bIjLceGQVMPHOpDQzjd3Whg-_GnrWdRJ57QL9c0Qcqfsv0-vnIH','Brought my Mom in who was visiting from out of town. The facility is clean and they offer all the services that you could receive from a hospital. The location is 5 minutes from our house, which is very convenient when you\'re in pain. The front desk attendant was welcoming and warm. Dr. Datta was very thoughtful and thorough with his explanation and diagnosis. So glad I decided to give this place a go!','2019-09-08 14:01:49.156000','2019-09-08 14:01:49.156000',5,'Mary Tjon-Joe-Pin','https://lh6.googleusercontent.com/-vwkRVwTT0fM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck56Oat89W7tJV410zulDUPn4J9tA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33989),('AbFvOqm5-n4yb_MT7ZURPS_PwFrMaw5FWXAE4zCpY_kYfdyx4KU9mVVH7Bxe0TUCx9m8ANUjwZj6JA','Very nice and helpful staff. They help with all the questions we had!','2019-10-16 20:43:16.761000','2019-10-16 20:43:16.761000',5,'Michell Serna','https://lh5.googleusercontent.com/-lOEKcW8Q4pQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmXF9Y-khi_5uqEdXeuxD-kx23ibQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41580),('AbFvOqm50kP02eMwZ1afqOtBByw_kdznFLSdC_YP9kxej4v5IYL3JBXpHsuXw1DEsZy0t_chlhqFiQ','Staff was extremely caring will be using them again','2020-01-12 04:39:18.631000','2020-01-12 04:39:18.631000',5,'Kimberly Bonner','https://lh6.googleusercontent.com/-ZpwyAWHbN7U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckSRGmATUEd-atFatjUt0CPagmH_A/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28834),('AbFvOqm51QnzlhHto6B2N4DuK22nfOdDpRfXLav2oCokf7OcP-zgpw5OWMlbrr1Nh-qN7MfzRW57','Came in for a minor emergency, was treated with expectional care. Dr. Thomas was amazing and truly cared about getting me treated and feeling 100%. ER tech Matt was super funny & made sure I was comfortable, and nurse Rachael was attentive and super helpful. Ashley up front had me checked in, in no time! 10/10 experience.','2019-06-14 16:47:32.387000','2019-06-14 16:47:32.387000',5,'Lindsay Robinson','https://lh3.googleusercontent.com/a-/AOh14Ghp9-K_-DP-D0cCeGrhDYAg-AVJbMEFKHIsnqadeQ=c0x00000000-cc-rp','17898197009688164559',38144),('AbFvOqm53c1Gmk_jI8HcQ9ZoMZQbdtMJ1CPPn_C6fd0Y1A8o0oIyW3izoBLj3mqle_ia0YMkRHRM','Friendly staff, doctors, and nurses. Nadia, Sam, JD, and Cody took care of us. They were so great with our kids - made them feel comfortable and made it fun for them. Quick and easy. Asked a few intake questions and entire process was over quickly. Great experience and I highly recommend for all health needs.','2020-07-28 20:19:12.208000','2020-07-28 20:19:12.208000',5,'Angela Chan','https://lh3.googleusercontent.com/a-/AOh14GiEpDJPq5wsdHKJl4dYHR9WZSLwKIGmx4Y8NtBv=c0x00000000-cc-rp','2077061009497551125',38729),('AbFvOqm53SDd87ZakGDJXuXOKd9j3CC1AWshX0PHu3328Z7WihfS8k6id_qkiX_pX1_rA29pO8lo','Phenomenal facility! I didn’t expect to receive such efficient care from an ER. This place is highly recommended. Thanks to the staff of Dr. Nguyen, Alvean, Christopher, Genesis, and Jordan.','2019-11-16 21:01:36.169000','2019-11-16 21:01:36.169000',5,'martel shorter','https://lh3.googleusercontent.com/a-/AOh14Ghw0ZpzCF4FZ3SrKyRb5XVv_hnJcmjk_uOX69JO=c0x00000000-cc-rp','16389487648212004696',33735),('AbFvOqm54FZI56rVZi6YdixVwLS9greOuGcERT6txm3kh_Qjmvz-jWtnpGAqdSRm36YQPV8kvj5yvw','Absolutely amazing place. I will not take my babies anywhere else. Very friendly staff. NO WAIT. Fast results. Never disappointed!!! Best Hospital/Emergency center in Odessa!!! Manny & Dr. Osiecki are amazing and very professional!!!','2019-02-14 16:03:45.043000','2019-02-14 16:03:45.043000',5,'Melissa Guerrero','https://lh3.googleusercontent.com/a-/AOh14GhK-kP-qsJS-ydil8_xK0LUPeZnDffZ916d-wxWzA=c0x00000000-cc-rp','6521947413723274945',41766),('AbFvOqm5644VHmjyG2et319yBVbTHIY-DFZtOCUkoPCRMhbWVHhfE-KPSpuiWtRI7du0VeOznmtCSw','Erica at the front registration desk was very kind and welcoming and quickly got me taken back. My techs Jonathan and Hoan were very efficient and nice. Jessica took great care of me and even made me laugh a lot when I wasn\'t feeling too good. And Dr. Smith was so sweet and explained everything that was going on step by step. Overall best experience I have had at a medical office.','2020-11-03 16:25:02.957000','2020-11-03 16:25:02.957000',5,'Shayne Miranda','https://lh5.googleusercontent.com/-mfCR5qk2SdQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucndy_OXtvOdwQ9b2BCWrP0ltcgczA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32179),('AbFvOqm57QPhNs54tLDq6ViQ6y_Lgub_OAJsgQtVwHKMQPLsgmhLnPrjjJu8XAXk1JYHS0U8ta4l5Q','All went well.','2020-08-07 14:57:07.810000','2020-08-07 14:57:07.810000',5,'Leddy Carder','https://lh3.googleusercontent.com/-hW6iYE6Hqoc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckh3K3EbyXAAgeBguJjrCk9gIU3-g/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41903),('AbFvOqm58PFo2iz2oBGgafqqsLUFfpnuirCDkA5aC4abFXs-nEW1NS7g2jE8LYBocCalcZ65gvT4QA','Alvean A was very nice and took care of us very well. Dr. O’Malley was super fun and helped get us situated. Patricia, Jordan N, Tricia B were also very cheerful and happy.','2019-11-30 22:56:38.954000','2019-11-30 22:56:38.954000',5,'Jaquille Trishell','https://lh6.googleusercontent.com/-hFaFGNXi-i8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckhg2DaUYbyDONWVHTlXzsK0ycGmA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33655),('AbFvOqm59dywfNTnaVHSYbtN9WXzhgIflOvsgCexpC6Ju5LswAP-nAEuq4VQBQnJIbwBFM_Ftc5Z',NULL,'2020-02-06 01:21:07.201000','2020-02-06 01:21:07.201000',5,'Hamza Nahhas','https://lh4.googleusercontent.com/-BGygcljqYEs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnR8IqsHZhCIqSxgfLYiZDIcglaMA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40314),('AbFvOqm5AeuGVeuVbIgN9J0sE7-_yVbYSvbYnX6rwHrLumRexIsG16WpLFlMISsol74ofe4tDIUhkw',NULL,'2020-01-20 03:41:20.593000','2020-01-20 03:41:20.593000',5,'Jack Right','https://lh4.googleusercontent.com/-fHuTuYtynGU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckvhoMXqxLJgYYqGtiIqtpbB49eUA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29471),('AbFvOqm5CpoqX-XeZBzaHb93uIksb2UuVNuL8HUoYKmsKdU2xXQVEVIUXOEgrg1qe8SjGzW69c0FVg','I went in for medical problems, I have never been treated better, they treat me as if I was their family member, very top notch','2019-03-31 23:42:27.373000','2019-03-31 23:42:27.373000',5,'Mat Mcclure','https://lh6.googleusercontent.com/-doqP9OnQYoU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucluQ-NZJl88Nct7v-tqhknudCeuSg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29884),('AbFvOqm5DiASnwwQEZW_cxgdesPbiG-nVNPrTM55kw9cUOCspNWCtsBUVz23Es1rj4ar23CuWp9PxA','Great care from excellent providers! Dr. Miller, Christina, Tina, shaunda, and chris were all so sweet and amazing!','2019-12-18 18:27:07.501000','2019-12-18 18:27:07.501000',5,'lauren s','https://lh3.googleusercontent.com/-Q0r0QbnNthc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnPanME8K1QEtQ6Ao3CUP81OaksHg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36043),('AbFvOqm5e1c6NhXFxiQfigauyE-sc0JLUufcz9Ug4Grl5bHnxddpOJMR5ulGmgbR9-TXQVW6HV44cw','Cristina/Laura are amazing and the care was awesome','2020-02-18 20:47:18.639000','2020-02-18 20:47:18.639000',5,'LaTasha Jones','https://lh3.googleusercontent.com/a-/AOh14GjhcbWpsq56ccpsiHdYdtDeGkEufn3K3BLwq31nVqA=c0x00000000-cc-rp','12541597562633926366',28713),('AbFvOqm5ECcRxVJol2S026jt04YoV99nXWriZgwDH80H-tZBguVDxI4o4fW5bhQZeEb2lKI4uIfhIw','I went in with a two hour nosebleed. Dr. Rose and staff were kind, understanding, thorough and incredibly efficient. They addressed and resolved this recurring spontaneous nosebleed issue I had been battling for almost two years. I had seen two different otolaryngologists about this with no resolution, and Dr. Rose handled it in less than half an hour!! I learned that this clinic is a stand alone fully functioning emergency room! I don\'t have insurance, but the staff managed the financial end with great finesse. My visit cost MUCH LESS than it would have been at a hospital ER. I live in North Austin, but Dr. Rose is my new South Austin doctor!','2017-05-25 14:09:08.303000','2017-05-25 14:09:08.303000',5,'Michelle Morrison','https://lh3.googleusercontent.com/-sWhUuZCxT2U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnUNV2xzIYonnKS6zxznWrdDZFp2g/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36476),('AbFvOqm5FGRo1uDvm1CrrGrudQKPrWCIWu8jvwPiVdgQa5EYhjDCX9TUgBuDcQnm1H6Yt4PfxKdj','Their website states that they offer rapid Covid tests to all patients 24/7 and no appointment is necessary for those experiencing symptoms. However, after driving 45 minutes- I was turned away by the front desk staff saying that they didn\'t have any more appointments available.','2020-06-30 13:29:21.154000','2020-06-30 13:29:21.154000',1,'Lisa Howell','https://lh3.googleusercontent.com/a-/AOh14GhlxgCIn8I0IdviQ3QEyM4fqUkQO21I10Y9dju9iw=c0x00000000-cc-rp','16891069708558046635',35862),('AbFvOqm5G4ZxbVsM7UjCo_KGHeAwmlLL7uNIEYR0y-PXTtzqQZT0_nO7Qk-PIykdnJsl1terTjYFxw','I visited SignatureCare after my strep throat continued worsening after two days of antibiotics. I was greeted warmly at the front desk by Delfino and was taken back within 5 minutes of my arrival. Nurse Shelli and Dr. De Waal first tended to me and were very helpful. They brought me warmed blankets because I was shivering and immediately got me set up on an IV.\n\nAfter doing a CT scan they noticed an abscess in the back of my throat so they got in touch with an ENT and arranged for me an appointment the following morning. Nurse Katie was very attentive and helpful through my stay.\n\nHuge thanks to the staff for taking care of me. Your staff and facility are top notch.','2019-03-22 16:09:45.290000','2019-03-22 16:09:45.290000',5,'Dustin Qualley','https://lh5.googleusercontent.com/-d5MZTA-h3tk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnFAu2dhuO78tHTIX3H1DKbMQz_Xg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36242),('AbFvOqm5G7OfuAINWIfYTDb5x3wP33fCQ8uuE5BmZzmLHh-l4h-L54ytUWWQqZuOoYxZdVZARx6KUg','The facility is very clean and well maintained. The lobby is comfortable and is equipped with coffee, water and light snacks. Everybody was very kind and helpful throughout the process. The registration department, nursing and the doctor were all exceptional. We will be sure to return for all of our urgent care needs. Thank you again!','2020-01-04 00:46:44.440000','2020-01-04 00:46:44.440000',5,'Grace Yerkes','https://lh3.googleusercontent.com/a-/AOh14GhfAYsXp0jWSmMdY0mcvVY2a1O6rKyyNqKbf5U8=c0x00000000-cc-rp','16891069708558046635',36027),('AbFvOqm5GnetdBPur0v-PloxplKeCSvniFxbnphj5vNUOwxZbYZDRLPJ9Vh0li43rTGiLHQNdleJ','Everything about this place is great. Thank You Keera for your help.','2017-12-30 15:38:02.502000','2017-12-30 15:38:02.502000',5,'Luis Cedeno','https://lh4.googleusercontent.com/-XgtCbTH_l9A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckMk7dDc4epvptM-wikCdNI2c9Y_g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35336),('AbFvOqm5IFDGXy7q3biK-w-rmtYZkro2RBOZq3F9_N67xTPSQhwIZrNs5vFMvmYapDSCXgptxBscQg',NULL,'2021-01-17 18:31:14.654000','2021-01-17 18:31:14.654000',5,'German Mata','https://lh4.googleusercontent.com/-CAFMwsapKrU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclh_GyNZdKARhN31_7pVLYvICBJLQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',44554),('AbFvOqm5iP5zqDZwS5HxMLEB8a8Jt-KnU3vsxgV8t-3yDMZDsNncqXixTiMzmpEMDnWHeFIfMzSpBA','Wonderful facility! I felt so warm and welcome and I will be recommending to everyone I know . Very clean and very helpful !','2018-08-22 00:36:16.330000','2018-08-22 00:36:16.330000',5,'Nadia Rodriguez','https://lh3.googleusercontent.com/-urpUrg42W1o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnIX5JM7sqjYXat0ZfEQv4hX8xWPQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32552),('AbFvOqm5iRqtCVhk6XjgZRik3Wn4Ee5YJmk8HVGv_uQHtbwFBN_WYrfjdnmGvvC4CGbWpH0U_sxRIg','The staff and Dr\'s were all very caring....I would recommend this er to anyone ...','2016-11-15 03:42:58.988000','2016-11-15 03:42:58.988000',5,'Veronica Martinez','https://lh3.googleusercontent.com/a-/AOh14GjzVkIzqtTZW5pRGMOGXmxVQagG_qZG2epJ-9g3slk=c0x00000000-cc-rp','17394740196501090048',37268),('AbFvOqm5jb8iHWUBDI4gqh0z6T6BUUR4Nv7y-BW5Bqd07V90_9l4p0xeHsPiGKAqLKhZ678E2ncqbA','Great service! Very welcoming and personnel is very kind.','2019-06-26 19:27:29.814000','2019-06-26 19:27:29.814000',5,'Janette Belloc','https://lh3.googleusercontent.com/-DE1C_1qhJ-Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl_cXOD8zXPHlushCHmgIYZgrwyxQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29758),('AbFvOqm5KjmgZdw5FFGIlBa20z248AZJlb6ZR4hTV-qMhFyu0w-f5fUHcSgVKTUuYmhu_vUVPoRZWg','Everyone here is so kind and caring- just as you hope an ER should be! Graceiela was my RN and treated me so well. Would definitely recommend to a friend.','2020-11-13 13:17:09.285000','2020-11-13 13:17:09.285000',5,'Lindsey Williams','https://lh3.googleusercontent.com/a-/AOh14GjfqQOh7i7pY53usi3UjJSd7ty8NMDG7DxgBt4WKQ=c0x00000000-cc-rp','16389487648212004696',32928),('AbFvOqm5kKmw5-bfIFz-oSjaKhDzi6gq8F3bfNmKgKlyx-8yXeLDF_ckxwoCU_nLWX5tgZ7wtw5h','Great service! Staff was great at registration- Sarai M. & Taylor A. ER techs awesome Ricky S. and Patrick S. Nurse was great Jason P., Bryan R. & Brandon G. The RAD tech amazing Morgan S.','2020-12-04 01:26:21.372000','2020-12-04 01:26:21.372000',5,'Xavier Morales','https://lh3.googleusercontent.com/a-/AOh14GhpoBufx-uYn30qTrViR89sRyIfJa2-Z8VezsTUlXo=c0x00000000-cc-rp','16590124370714063921',34062),('AbFvOqm5LINPJ202e8JhV7Lrqkxei_iz0a20XNPpTH_3hqX2GitdWgkkXXeGwY4T1SX2YklDFZ5h4w','I don\'t normally reas reviews because I figured the staff make the reviews up lol. After Today, I felt the need to write a review. I couldn\'t believe how Great Westchase staff is!!!!!!! Wang, Malissa, Jeff, and Scott treated me extremely well. All my questions were answered in detail. The team made me feel like my health was their main priority. I will definitely recommend Westchase Signature Care to anyone.','2019-05-23 01:58:04.447000','2019-05-23 01:58:04.447000',5,'Shorty Caston','https://lh4.googleusercontent.com/-PWxLhI11-zI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmMx-nxf8KgaRjgIEccF5T-9uBcTg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29098),('AbFvOqm5LQggLa9ROInZWGvKdLi-uwVJzTdw27GYhZeX3ah66v1kr3Wnl3EdGQ8r5fIVY7B5x0-lHQ','DR.Golla was great and super friendly .Made me not stress out about my whole experience.','2017-11-18 18:59:35.352000','2017-11-18 18:59:35.352000',5,'Jay Tay','https://lh6.googleusercontent.com/-V_W-t0-D6W0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckQ0TCwKkAAH0rEr3wS_2xDmj40Sw/c0x00000000-cc-rp-ba3/photo.jpg','17394740196501090048',37031),('AbFvOqm5MA7w0VtlN6tisbIJM-ep_Ih8QFCeD4rrHfZ227LKYImKdAZlTpGJgERdicLpNO57JpBZMQ','I came in worried about COVID and they handled it excellently. The nurse names Katherine was very caring and understanding and the Dr.Wong was straightforward with the news and very gentle.\n\nJoshua and Jessica','2020-12-12 04:23:50.691000','2020-12-12 04:23:50.691000',5,'Sarah Nguyen','https://lh6.googleusercontent.com/-8poHtvyy0pg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn_Fmb4f-Rl---Y4YhYT1jFSjh3ww/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36493),('AbFvOqm5MLYxbHlmMqlqB-ZEPRQVIp-bMrDaglTw-VSaFhyHbaGp_Ja2Rlj3-PEXf4Pbep_zRXa5cA','Great and quick service! Dr Thomas was super friendly and answered all our questions. Great drink section too while waiting.','2019-03-03 04:50:09.314000','2019-03-03 04:50:09.314000',5,'Michelle Gonzalez','https://lh3.googleusercontent.com/a-/AOh14GgMRxT0di6bFCFMF4NCb7KovAADnoCxIxnf_w95=c0x00000000-cc-rp','12541597562633926366',29133),('AbFvOqm5mPPamSVorRNjDntCAUtjx94FLHvtg_pnnrYfr7gOLKf6DD5qZdVmSzyN4GJW25C9n-Zs','Everyone here is so, so kind and helpful. We received excellent care, had everything thoroughly explained to us, and had an all-round great experience.','2019-05-10 03:18:35.141000','2019-05-10 03:18:35.141000',5,'Katelynn DaCunha','https://lh3.googleusercontent.com/a-/AOh14GjLxCHy-962fxWQa_UOQqqX7iAs-rsExdfFve1y=c0x00000000-cc-rp','17898197009688164559',38189),('AbFvOqm5n1tov_LwaEo7uvboGLR6zpNhh1icdbIs3HMtN0DBgG7sWkn75Bb1JcGGLGFLdSaeP4jQbg','Staff is super friendly and helpful. The wait time was super short and they addressed my issue promptly. Would definitely recommend.','2020-10-16 18:10:22.421000','2020-10-16 18:10:22.421000',5,'Randa McCarty','https://lh3.googleusercontent.com/a-/AOh14GiPH2Syu4RNKzAZdi73S59rUFR67Ulm5gdhFmvJqk4=c0x00000000-cc-rp','13486358490203335051',29295),('AbFvOqm5n5CzG8rfyVCgh-OOVVkJvSnMJaPk50sZvoseqTv_C3fO0qvNQknhwkv4QDBnk1PJIB1ipA',NULL,'2020-07-27 18:17:38.880000','2020-07-27 18:17:38.880000',5,'Javier Guevara','https://lh5.googleusercontent.com/-223BKq3EZEw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn_Nh8Rx-D3dIalHsclre9B1Sdwhw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28584),('AbFvOqm5NGt-jm9ysQnpeNWtYJphCV1yrCyPSAgPY_795ChZOauuqkAJOUz1D3qPmPzmA_l3nQKt','I want to thank the doctors nurses and staff at signature emergency care especially Jacque Franklin- Reed for their compassion and expertise in their feild of medicine. They left no stone unturned to give me the comfort and care needed to return me back to comfort and home. The facilities were very clean and inviting with the comforts of a 5 star facility. Thank you again and God bless you all.','2020-09-30 18:54:39.208000','2020-09-30 18:54:39.208000',5,'Lei Lani Natale','https://lh3.googleusercontent.com/a-/AOh14GiXdJy-DSm27F4HhuNKUBOmal3uq2tVvfdTmduJ=c0x00000000-cc-rp','3511292162159714121',40189),('AbFvOqm5Ok-upvn8VWtyfvnGVRd5c41xLhlmjhu9ozAZunL3xVrrAC2v7586YgwQfjnKDRq_Yji4Ew','Lisa jamie krystal Savannah are amazing!!!','2019-06-26 19:08:29.355000','2019-06-26 19:08:29.355000',5,'Todd Edwards','https://lh6.googleusercontent.com/-2Rc1LIu-LQA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckS5pfiRBV9MsTtEXOXkbCxml3VYg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29759),('AbFvOqm5pRnkgmCmvIcvXWhVA5lROjrjCJNBEY7NajP5aO2dF42-KfREJdzEFthZ6NMvLBwyYHhL','The best experience for an ER clinic ever! I was offered a warm blanket twice while I was there. It took under an hour including with xrays. Everyone was friendly especially Dr. Patel. Very caring staff and even better because of my insurance I didn\'t pay anything!!! Will definitely use this place again. Thank you!\n\nUpdate: I used them again this week cause I\'ve been sick with a virus. This place never disappoints 😊','2019-09-21 02:55:08.871000','2019-09-21 02:55:08.871000',5,'Jennifer','https://lh3.googleusercontent.com/a-/AOh14GhRENls53tWW6LSES9FXn51GJq7BZ8Qcu4IHabA=c0x00000000-cc-rp-ba3','12541597562633926366',29014),('AbFvOqm5PY9BWaOVZ6Xo9CohIXMKa2y96QQXSaEZC1AKv5iJDDMCus8t-qbRw097LAGPVj6v4_Ci','The whole staff were great, Stephanie at the front desk, Gabriel the nurse and Dr. Craig, fast efficient service. Couldn\'t ask for anything better. No wait.','2017-08-19 03:27:15.073000','2017-08-19 03:27:15.073000',5,'Scott Dahlen','https://lh3.googleusercontent.com/a-/AOh14GjpdsYroBCTyKHjPC9j8E68I3aYyo6MxEn1IOQa0A=c0x00000000-cc-rp','16891069708558046635',36464),('AbFvOqm5QbhcGn8_pioFkuN82bffGxlkW5wIXJjKqfcy8D9yRM_dCEmWgciqI_j5YnMmEeyLeVGn0w','Thanks to Luisa and Alvean my experience was great. Not a long wait and they were very professional.','2020-12-26 23:39:26.306000','2020-12-26 23:39:26.306000',5,'Shannon Whitfield','https://lh6.googleusercontent.com/-qnedslZgXp8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucloVj5i62u96cLYiIdytMdZiH5K1w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',43924),('AbFvOqm5Rf1dwZ0VLTIsBOidrERz0Egy00-h97_7-OZAGHBVHmSlYsB-0MqdwrEDRY6uRVXJUDv1iQ','I really enjoyed my experience here. The process to get seen by a doctor was the easiest I\'ve seen in a long time, i literally filled out all my papers and is was time for me to go back.\n\nWhen I met my nurse, Dustin he was so focused and dedicated to making me feel better. He didn\'t leave me there for an hour guessing someone when someone will come.\n\nDon\'t get me wrong it is extremely hard to have several different patients all with their own needs but what makes Dustin different is his ability to make you feel like you matter!\n\nIf you are looking for and Emergency Room, I would recommend this one in a Heartbeat! !\n\nThanks again Dustin!','2020-08-04 22:56:25.379000','2020-08-04 22:56:25.379000',5,'Yara Shaw','https://lh4.googleusercontent.com/-mvoMjGIe7eo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmt42Tz9olUn4upz5pyX2WH0j4-UQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31808),('AbFvOqm5rwNJTNsW9Fg6hnuo6lpkDYna_GrtwZlrQbNkWZP-qqbG1vq0A-YbIqfbxcmQkN8Pt7Kx2g','MD Das Sajal is very nice and efficient, recommend for everyone','2020-08-26 05:44:24.088000','2020-08-26 05:44:24.088000',5,'raul chiu','https://lh3.googleusercontent.com/a-/AOh14Gg1kC4cDTX04gSIVutaxM4-4bB_pCl9TJuf6H_j=c0x00000000-cc-rp','14748677429039074158',31738),('AbFvOqm5S-Md8pj2pc3nMqfnHhnUioJ6A9QIZIzH65RBaGGJehD9YLlHhY1zlpCYFgB-rXuf8jO3WA','Alvean , Jordan\nGreat visit , good communication .','2020-03-02 20:48:42.498000','2020-03-02 20:48:42.498000',5,'Keoshia Henderson','https://lh4.googleusercontent.com/-qkVymqjIlJk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmRLwMNDjXCt2GfVe5VrDzQHAGK3g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33306),('AbFvOqm5TINLMK4d2tdzE2xa0fhI4oVeC6_RGSImMqJeCUbenlXLVRM2twYqolS8Pht9FL2Fvtoe',NULL,'2016-11-08 18:22:47.230000','2016-11-08 18:22:47.230000',4,'Anne Hause','https://lh3.googleusercontent.com/a-/AOh14GjeYYWAJ-IZtmgqwDABk7Ntru23CLaarQU1lgiDZg=c0x00000000-cc-rp','3511292162159714121',41154),('AbFvOqm5uvix6W24m1R9o1IVKsqVj_6twOyvTMe9DeAH8RVy1nfZucy-h3yMlLi3lI74BD_AifD9','Our son fell and split his chin open! The staff here were great with him and had him smiling after all he has went through. Dr. Ashbrooks and Karen did an excellent job keeping him preoccupied while suturing his chin. Keo was very helpful, got us to a room quick and brought our son a bear! Helen was attentive asking if we’d like something to drink or needed anything. Very thankful these guys are here and they are excellent with children! Thanks again','2019-01-15 21:27:23.826000','2019-01-15 21:27:23.826000',5,'Lucas Cummings','https://lh3.googleusercontent.com/a-/AOh14GhnNGO6yvB2gJdbp3vnN0lgTbKBBnkNMNjhCtuRjg=c0x00000000-cc-rp','3272657195432704501',39958),('AbFvOqm5VO5IhvZqk-IwLwZdI7yxdbcZmV_SMgZUcWDp0g1twvtrykGwAm9hfh8wbuLK08I1ifoukQ','Provided great and friendly service. Took no longer then 15 minutes in and out receiving stitches.','2017-06-15 22:06:24.735000','2017-06-15 22:06:24.735000',5,'Chris Ruiz','https://lh5.googleusercontent.com/-vXPSoxNiGL4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckN-EFTX-97boD7GIxTlm1CmGr3Dw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41043),('AbFvOqm5Vttw9Xi4HL4lRsf1zRmYNgKBhHl1s6EwTWGxJrAu3apwVoe5eXpDjURobNR3ZAyhX4kM0A','Absolutely great! Staff very prompt and attentive.','2019-02-14 14:26:03.470000','2019-02-14 14:26:03.470000',5,'Robin Johnson','https://lh6.googleusercontent.com/-_0tGjv6q4xo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnfia3aRzCkt1v28YGUOa1Qlu1h-g/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42725),('AbFvOqm5wCE4ozNNQJB5MgYUyE4dnAw0i3TWZut_uBm4Itd0WpSSIHEEYGLAXT8U1zGPf3S6V69dJA','They are all very sweet and help you get better and tell you what to do','2019-06-06 22:24:20.381000','2019-06-06 22:24:20.381000',5,'Sam Hernandez','https://lh3.googleusercontent.com/a-/AOh14Gj6CaDBR8U14JB_-Aeivk9whJPYqoByyWq7AzHYtg=c0x00000000-cc-rp','6521947413723274945',41709),('AbFvOqm5wldx62bkAV2DhqQfmCyme7btMxSfi2QhyoL2qLFh2ajaQQXxhmmV0DU_RXstUKIpHjhU2g','Everyone was very helpful and professional!','2016-08-20 19:23:54.649000','2016-08-20 19:23:54.649000',5,'Shirley Rush','https://lh6.googleusercontent.com/-NIhGO7tFOb4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckC9uf-3xBX_yDCoQMeYf1ohZ4lKA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32787),('AbFvOqm5wQT6JxLi2OkGtFJ1q7-ZC6jclPc9hdbCiD-IkAogTJwXHddfI0QxtOTv74wLr-txKeFh0Q','**UPDATE** I have changed my review to 1 star due to the terrible follow up care. My husband was seen for a wound and Dr cleaned it and applied butterfly bandaids. He was given antibiotics and we were charged $300. After the antibiotics were finished his wound is still red and swollen so we requested another few days of antibiotics. First time I called was told they will check w dr and call me back. NO CALL. Today I called again and after getting passed around to numerous people including Alissa and Brad got nowhere in a simple rx refill. Not pain meds, just antibiotics. This place is ok for original visit but don\'t expect anything else without paying big bucks again. Also while there they give you gift cards for each good review you write. We will never go back there.','2020-09-25 17:15:19.701000','2020-09-25 17:15:19.701000',1,'Julie Sands','https://lh3.googleusercontent.com/a-/AOh14Gi5KxkFT5F-BkM1-jO0l_PYjORbXCz_WUsh4ON_=c0x00000000-cc-rp','8918455867446117794',42897),('AbFvOqm5wYm9XHvT6kfrxFUG-TnklqgA1erME03VRTtn0OPDq2ys0r1qiRP2spY9W-vAvEzaCCnfbA','I was really happy to find an open medical facility on the Christmas weekend. Each staff member who worked with me (DR. BRAUN G AARON, Mark Kolodny, and Stephanie Garcia) was cheerful and helpful. Knowing there is a 24/7 facility close by is great and my family will definitely use SignatureCare E-Center in the future.','2016-12-28 21:32:30.795000','2016-12-28 21:32:30.795000',5,'Debra Wilson','https://lh3.googleusercontent.com/-PkXkk3Qye2A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl5PbBMeFxiEeTcyaFK_ZhyaPdDvA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32755),('AbFvOqm5xhmmQByj9QOyVdfGICiroBa5ZHfLu9P1MX-w1GrTZuZ22RKorAVp3zqL0WHSn1Ei_FswQA','Mr. Cody and Mr. Joe were really helpful and quit. I really recommend them. 5 stars','2020-08-11 16:55:03.821000','2020-08-11 16:55:03.821000',5,'melany berrios','https://lh3.googleusercontent.com/-_eqBxaAe10g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckVH4Fq-xIzIH4E3dmfljZgDP8AFQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38615),('AbFvOqm5xmjnCGuJzE6p_6llVkGWryEM-0d8ykX3jf-zNMphuWxanGt838_jzdabrb6UqR53FNAHmw',NULL,'2020-07-24 17:08:29.730000','2020-07-24 17:08:29.730000',5,'Michael Bouchahine','https://lh3.googleusercontent.com/a-/AOh14Gi0qCsGz63o8BBwXuBcWcwC-ojE2BP9so_qA59e=c0x00000000-cc-rp','14567670160750071148',30151),('AbFvOqm5XWibzbU49HuutWAfkP0p8-GWPiuwl-yM-0GOtb6p0wG66XKGsWepu75TBri_oMLa9H2-VQ','As soon as my wife and I walked in we were taken care of immediately. We came in after midnight too. Paperwork came later, it seems as if their priority was the patients. The staff that took care of us were a group of women: Olivia, Tiffany, and Joy. They did their testing with the machines they had at the center and evaluated it. The staff that were there They recommended us to go to the hospital. They took care of everything as far as the transfer goes and wished us good health. Overall very friendly staff and good atmosphere.','2017-04-07 18:24:47.965000','2017-04-07 18:24:47.965000',5,'Osvaldo Hernandez','https://lh5.googleusercontent.com/-FWYtucuQKsY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUU0BhH0VIymGBaG9w-2Nf4s0W5w/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32696),('AbFvOqm5yQb7RKZLqJruA99Q6fET4MK09-P7oaIt9T4vqrEu1CgTGmhU3np087LFePGmjJ7I5ocW','Dr Jabber, Remington, Natalie and JR took really good care of us on our visit....everyone made us feel welcomed and like family','2019-06-16 00:01:10.229000','2019-06-16 00:01:10.229000',5,'Monica Maldanado','https://lh5.googleusercontent.com/-BvqhmFDAEH0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQBJN2ePCjkHqQqStmgRfqkxBKyw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34818),('AbFvOqm6-zDofzuKBLPtUZqLU2Nk-wX7t68GacGqDymw1nOxW3IfF7yj0mVKudv1arAWLb53Xluolw','Aaron Ortega was wonderful to work with. He helped to ease my concerns about covid19 and provided me with valuable resources. He was a pleasure to work with which is especially nice when dealing with health concerns. Thank you Arron!','2020-06-27 18:27:53.979000','2020-06-27 18:27:53.979000',5,'Teresa Porath','https://lh4.googleusercontent.com/-u6gS5dDRmBM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmFJIlix73e4WRdOL-kohEGemkxCQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29382),('AbFvOqm62fLb9CpeO9WQNSMGEmHs0lTyr9drvA7ttTcTNvIYaNbic6Nmt7s1fLj5JZZwOs_qyWQs',NULL,'2020-12-20 07:15:46.937000','2020-12-20 07:15:46.937000',2,'Ella Reyes','https://lh4.googleusercontent.com/-s1Ar0YK7T2A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucml3d-J1Zlqw_QYHPpBeDQUThepMw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42806),('AbFvOqm62SfeIahfColFd1q5PnTlqNOntWeanol-ZjbGegQA_y7Ccm5L9qhTOVWwLB8OQ4fTPHNf',NULL,'2019-04-07 18:24:00.165000','2019-04-07 18:24:00.165000',5,'Andrew Pouland','https://lh6.googleusercontent.com/--6dHzRIQCuw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3Y7cdl-VOiKzZMT0p8OQ_jxJJEQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34910),('AbFvOqm63-HP_ZhtJzaov5cmX7mUvyAuvCsCTnILJL-nRxuWU1L5ySAh-pHkvhydlBrJb_aK1ABthw','Such nice people, and a nice clean place. Very great experience!','2019-01-12 00:31:30.718000','2019-01-12 00:31:30.718000',5,'William Nolasco','https://lh3.googleusercontent.com/a-/AOh14GgJG84_W2GW_9Fs2W9G_m9Z58y1NO5eOjnP0N5O=c0x00000000-cc-rp','17394740196501090048',36845),('AbFvOqm64PitK6-y7NVokfx7w-q9TBbmPNxhM2INZf1ogyVy2dy83n8Qh5h8oHDSIIS4scXirKV2lw','Theresa M. is super sweet and swabbed me for covid and it didn\'t even hurt. Still waiting on results but she is amazing. Give that woman a raise!','2020-07-16 16:34:43.908000','2020-07-16 16:34:43.908000',5,'Julia Wilkison','https://lh6.googleusercontent.com/-ikjoK-_aqvM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn1LKe2pQ3OwAazxwgSiqkRFZw6Cg/c0x00000000-cc-rp-ba2/photo.jpg','6521947413723274945',41374),('AbFvOqm65HR_QU9PufQhX7FXNpBDYkkRLWZVOz6pe6PStjpKJKMYQE_IhYwJOPEfy3mazEEP48h_','Friendly and efficient','2020-07-29 03:36:04.227000','2020-07-29 03:36:04.227000',5,'Ferony Enterprise','https://lh3.googleusercontent.com/a-/AOh14Gh8w9PzeP2so0cny62FEqglR0gYYCWsNBA8uPfvsg=c0x00000000-cc-rp','2077061009497551125',38715),('AbFvOqm65zUI7_tX75_xUtj-5dxNkr8uUwjiAeGpcAvGDau1whAcAgGI58FHwC-LnnexFfM-2zC0bQ','Came in on Sunday at 2:40am to be exact with excruciating pain... was immediately checked-in by a very welcoming young lady by the name Dayana Melendez. Was taken in right away to a private room and was helped by the wonderful Techs: Amelia and Fatima. Dr. Edwards came in to ask several questions to figure out a solution. Nurses Al Almaguer and Jennifer took care of me by giving all medications instructed by the doctor and within a couple of hours my pain was taken care of and I was send home relief with paperwork and instructions to avoid this from happening again. I was so blessed to have come to SignatureCare Emergency Center-Mission Bend to have been taken care by all the wonderful staff. I will definitely recommend them from the bottom of my heart THANK YOU STAFF @ SignatureCare Emergency Center.','2019-10-21 15:50:31.360000','2019-10-21 15:50:31.360000',5,'Mara Cabrera','https://lh3.googleusercontent.com/a-/AOh14GjsyIcHxnZXFZgJd1QapW-jAAt48dGM-SAsPbAoow=c0x00000000-cc-rp','17394740196501090048',36688),('AbFvOqm67-PJYj7AGHQklrGol6S3HobB2Utr6V8mZKR3j29dPJvwY5h8Qv4fXbq0PeaOr2jO30_vZg','Friendly staff. Very fast. Would recommend this location.','2020-07-21 06:28:00.789000','2020-07-21 06:28:00.789000',5,'Ximena Nunez','https://lh6.googleusercontent.com/-OPVO72ZTeAQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmskXoP57q7k1Py6ZnSY1CEd7HXSA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31906),('AbFvOqm67OBK80TNE7YkTQdPgx2nCEDt8SuJELw_fK69cSyr6XaW9CWK8YIO4-qHLRfWy0Qj00gdQQ','I was immediately greeted by the sweet registration staff, Ashtyn. The check-in process was quick and efficient I felt well-taken care the entire time while here. I hardly had any wait time and everyone I came across was sweet and professional. I would definitely recommend them to anyone in need of urgent care.','2020-12-23 21:19:03.663000','2020-12-23 21:19:03.663000',5,'Jessica Kelley','https://lh3.googleusercontent.com/a-/AOh14GgpwiLDRynxuWdKBC8NMsKexVlqfwGPy4Bqm18K3A=c0x00000000-cc-rp','3272657195432704501',43748),('AbFvOqm689vAPyTbyl9zSG4gUDvF1PrbPlVCX3VKR8hz5J1iUEqit6lL5uPaH2ViaETdVc7oZeoe','Dalal and Keshawna we\'re very nice and helpful!','2020-09-23 14:43:32.007000','2020-09-23 14:43:32.007000',5,'Calvin Black','https://lh4.googleusercontent.com/-QMLH1SEXvBY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclgZ0SyCCnU5fe31cSZWS40U2GyPg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30116),('AbFvOqm69VDx-2rGL_Har1ykxWMkuq1Rms7ctQ0a9T17w1nMnBLF3_FAkCJbmfZ6f8Y8co7VDKAEAQ','Very quick and nice people. Tricia. Aurora. Jani. Jasmine. Dr cavasos.','2019-08-29 22:17:38.683000','2019-08-29 22:17:38.683000',5,'Unicorn Kids','https://lh3.googleusercontent.com/a-/AOh14Gj70zNpoKZ8zJY_EKc9lNhzPASC1PsbLRMzKpxnGA=c0x00000000-cc-rp','16389487648212004696',34014),('AbFvOqm6b6o110d3nfnwpzoCyhT49WxVJEyfArPrzE70FYCBgmEBbU-IwWjbJ1W46vj4QEpJji4oNg','I had never utilized an emergency center before, but found the need to due to a sudden high fever and racing heartbeat. The facility was very clean, the front desk staff very friendly. I didn\'t even have to wait to get taken back. They got me situated, assessed me quickly and got me on meds and IV fluids very fast. The doctor listened to me and checked on me frequently as did the nurses. The rooms were private and clean, and the temperature was actually comfortable (although I was running a high fever, so sub-zero would have been comfortable). They did not rush me out, and let me rest so my fever could come down and I felt okay to head back home. I even received a follow-up call a day or so later to see if I was doing okay and if I needed anything else. Needless to say, should I find myself needing to use an EC again, I would have absolutely no hesitation to use SignatureCare on Wirt Road. Thank you.','2017-03-13 06:04:43.514000','2017-03-13 06:04:43.514000',5,'Regina Kirkland','https://lh3.googleusercontent.com/a-/AOh14GiFCzHl_pLMkO6Bx-fXYDDphBKsKdQ3L3XM50uD1A=c0x00000000-cc-rp','14904078213800803294',32712),('AbFvOqm6blx3SM7FIpJ7TGa6mlFmktPO7rm2XSLgmtwOpICnsNkDjF6clWkgMYHSLP_nix5RvqE',NULL,'2020-07-21 17:33:03.002000','2020-07-21 17:33:03.002000',5,'faze tito faze up','https://lh5.googleusercontent.com/-8hDKV2EiTug/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckJxeZuzH3gK5d8xb5hs9Iyrvr74A/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30160),('AbFvOqm6czZqmSkTR1sSpceL7Z7WOaasEjsaNfrDm1EmZ39Z7YiLak9h10REV1Z96VQTPdQvPdQJ','Great service, good listeners, didn\'t seem to cut any corners. I recommend it.','2017-02-01 15:54:54.526000','2017-02-01 15:54:54.526000',5,'Jacob Condie','https://lh3.googleusercontent.com/a-/AOh14GgSEviVcrLIMQS9p9MRN-50-Dh8zYD4K1dtvvjK1w=c0x00000000-cc-rp-ba4','14567670160750071148',31115),('AbFvOqm6E6aWlH-3KyFtcW_vCaGhKDS1sU5YhxYPacEBT5BP-Y4erT5cP05fvk0V8mHtlo06d89R','Have been so wonderful to are large family of 6. Have had my children ranging from 18yrs. Old to 6 months. All there and they have really put the CARE in healthcare! We wouldn\'t go anywhere else. Love Dr. Rose so kind and patient. Thanks Y\'all!','2020-10-22 18:12:57.232000','2020-10-22 18:12:57.232000',5,'Joel Bevan','https://lh3.googleusercontent.com/-ThnGG8h33_E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckK808bQwNLaM-7HL5L74se02blEQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35684),('AbFvOqm6FuwqNmWG48CID-plTxb4HNPeFfxhy7t1KMP_BE_JZcHA2dYrLFHca-db9ZMciCkdbnqBUQ','The experience was calming & reassuring. Also the response was swift.\nFriendly & professional.','2017-02-20 04:11:24.243000','2017-02-20 04:11:24.243000',5,'G & M Oyede','https://lh5.googleusercontent.com/-SdXmXZDkPbE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucniH0wiojowiNqld-rEsViIlSPQuw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37211),('AbFvOqm6GZ-MuV_VEBE506hijhbtN-oftyxEYwVpyLZVm0ZbA4_N5cU9N5bzCp1p65DvV2QeO2qANQ','came for covid testing, they were so friendly and helpful!! this is the place I refer friends to especially since it’s open 24 hours!!!','2020-10-08 05:13:38.285000','2020-10-08 05:13:38.285000',5,'Kimberly Rincones','https://lh3.googleusercontent.com/a-/AOh14GgSPtEUR-u7FNDA5U4CoJvzLkRQPGeEnYG5EdzzreU=c0x00000000-cc-rp','2077061009497551125',38486),('AbFvOqm6hVrLaa3hPLaGKKQjVzMYbFT6sCI6ZPm_O7LN2hBu14V0Vc_-Nuqn-NRNQGCKEnmY0Cv-UQ','FYI: This is an ER, NOT a Covid testing site!! And apparently there’s a big difference. My husband and I found out friends of ours had tested positive and we’d been exposed. We showed up to our appointment at an urgent care clinic, but they told us they didn’t have rapid testing and gave us a list of places that did. This ER was first on the list. I CALLED FIRST to make sure we could walk in, I was on hold for 20 minutes and then was told that they did have the rapid test and we could walk in at any time. When we arrived the receptionist told us it is not a testing site, but an ER, and therefore the doctor would have to evaluate us first and determine whether or not we needed to be tested, and if we weren’t showing symptoms then it was possible that they wouldn’t test us, and even if we were not tested, we would still be liable for any payments depending on our insurance since it was an ā€œER visit.ā€ This would have been important information to have been given over the phone BEFORE we wasted time and money taking an Uber 20 minutes to this place. Clearly there needs to be better communication from the call center. It’s unfortunate we had such a frustrating experience because the facility is nice and everyone was very nice. In the end, we decided only my husband would go in since he has better insurance. He tested negative and now we’re just hoping it’s not a false negative and that we won’t be receiving an expensive bill in the mail. Covid testing should NOT be this difficult during a pandemic.','2020-11-10 01:01:30.936000','2020-11-10 01:01:30.936000',2,'Tatiana P','https://lh3.googleusercontent.com/a-/AOh14GiGAm7-rB1wyxHEBRHz040ZnOadyg-G6gIbDhrxsw=c0x00000000-cc-rp','16891069708558046635',35602),('AbFvOqm6IBahTap2oCGPhrAynOCsoeJWFaPRHbQgce6wOvtjlsDk6fCOCsZUddyymYbf2QvA_gttbg','Jessica, Rollie, Pam, Lonnie, and Allan were all fantastic while I was a patient at this facility. The care was not only exceptional from the very beginning, but it remained that way throughout the entire time. Their customer service is exemplary and they really do care about their patients. I was thoroughly impressed with the way the doctors treated my pain and maintained my care. Dr. Hehman was very thorough with his assessment and had wonderful bedside care; Dr. Garcia was very kind and handled the transfer of care with ease and even came into the room to introduce himself when he came onto shift. Dr. Pryor came in to see me and spent a good amount of time in the room talking with me and my family about the plan of care. It was amazing how he included everyone in the room and made their input and questions feel valued. I am extremely thankful for the staff who serves this community with the upmost respect and kindness. Thank you SignatureCare for all that you do! If you ever have any emergent needs, I HIGHLY recommend them. Their service is fast and efficient AND they are open 24/7!!','2018-09-29 16:16:31.364000','2018-09-29 16:16:31.364000',5,'Nicole Barnett','https://lh3.googleusercontent.com/-21JAxMwneHs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclR3P136KRwY_zg3QyQh9ny0q7Hmg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43356),('AbFvOqm6iDFAiTAdghgSKjtNnseKzX-zBEqpyghMn24GOHRU7Sz0qleGP2rJqbcxiLpZZZxLse0Ljg','My daughter is 31 weeks pregnant & fell on her stomach getting out of the shower. Her aunt normally comes to this location & now I know why. The service is awesome even while they are obviously busy! The 2 representatives that assisted me & my daughter were very accommodating & very informative! Julesia H. & Tracye D. were truly amazing!!!!ā¤ļøšŸ¤—šŸ¤—ā¤ļø','2020-10-05 21:44:17.760000','2020-10-05 21:44:17.760000',5,'Rita Hopes','https://lh3.googleusercontent.com/a-/AOh14GhTqRLEeNfWEo3EV8fMHKD2QE1eLz5Xk6DZPqfBuQ=c0x00000000-cc-rp','8918455867446117794',42879),('AbFvOqm6IT7jAZLVv9e7FFL8hy6Xdoc01xVm4k8-e83To73x816n8iUkildyU94u0JIf4UsOJnXPyg',NULL,'2017-11-04 19:08:18.755000','2017-11-04 19:08:18.755000',4,'Dzevad Traljesic','https://lh3.googleusercontent.com/a-/AOh14GivWaHnqfP8SYha-a-r5MQzuaLocBsKW-4nIQrLgQ=c0x00000000-cc-rp','17394740196501090048',37038),('AbFvOqm6JLa093v6BncSSrZbLcBceazMe_U2JnIRjps0bWaWP-TKIAVthGX7qEOVP9FxG9A49dofGQ',NULL,'2019-07-07 18:23:28.724000','2019-07-07 18:23:28.724000',5,'Emily Findeisen','https://lh4.googleusercontent.com/-wq1hteX-G7E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckToZsPq0QRNL-JF1D06f93Qhvowg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34777),('AbFvOqm6JtbzbShRA7DaFDlO8DlbOAHw5Ml66i_zFf6TPavdFtHGN2dEK70OkzpXHPe9On-gUNQEVg','As a person with autoimmune diseases, I am a \"frequent flier\" at Signature Care Emergency Center. They go above and beyond every šŸ‘ single šŸ‘ time šŸ‘ I have to go in. I\'m treated with dignity and respect, am quickly made as comfortable as possible and am thoroughly informed of what is going on. Great staff! Clean, safe environment!','2020-10-17 16:01:11.999000','2020-10-17 16:01:11.999000',5,'Leah Colley','https://lh3.googleusercontent.com/a-/AOh14GjTzmILD1taSL3hWKvpSJmsDUxcms1b1R4xCzUMGQ=c0x00000000-cc-rp','3272657195432704501',39470),('AbFvOqm6L43ApgBcEzE39vGPsooYh6XldDQkRb2AUH0vjvTECir8sPsWlQJtypDQM_SQZZ8SRO8UhQ',NULL,'2019-01-10 21:13:51.484000','2019-01-10 21:13:51.484000',5,'Medic Healer Council','https://lh3.googleusercontent.com/a-/AOh14GhbOhuaYQ3y0rPNXnP8_S7ZwUn5l5mi9bWqL70=c0x00000000-cc-rp','3511292162159714121',40722),('AbFvOqm6lLP5HvCNMSLdWXFPmTZIoX0TN7MwmsurEzM2Hm0qudOlHSbHfuEK3_0BdIJp0DS7Q5g3fw','Amazing hospitality. Dr. Alloju is very great with worried men, and Ms.Patricia was also very helpful','2019-11-16 18:51:30.410000','2019-11-16 18:51:30.410000',5,'Donovan Williams','https://lh3.googleusercontent.com/-RbaJmKPMw8A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn4fQtC1ICbhVj5oGTZVEYX1zDYqQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42587),('AbFvOqm6Lme9SbNDH8gMaRxBajSi9iXAJFlcDScXjS_iSvF1dP6-XeC80OuDKWZK5bIKLYXgwmdTDg','Kind and compassionate people there!','2021-01-01 13:54:29.430000','2021-01-01 13:54:29.430000',5,'Diseye Komonibo-Omoike','https://lh3.googleusercontent.com/a-/AOh14GiQzqMKgL0u81OHK2MyvlsH-2jvnnrlqd7sDnD_4g=c0x00000000-cc-rp','8918455867446117794',44207),('AbFvOqm6m7co9i59YGdEJ28kG-8grQfDEN-9y34WO7Ylx3muU7IYgE6Y1e7L16cEmMFG0tMma2ed-g','Jocelyn a\nAlvean a\nMarcus b\nJordan n','2020-03-11 14:36:16.738000','2020-03-11 14:36:16.738000',5,'Tuan Tran','https://lh6.googleusercontent.com/-mmbznNHldyE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3HtpK5iboqVn3DS4XEUQF8kiU6w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33274),('AbFvOqm6NdPuSoRmy8WXi7cP5tXFmXj1EI6YXOhpzI0upJZy_eT65Uu2yYjtP_-R6eV_4H9m70-ITw',NULL,'2020-06-20 23:06:54.520000','2020-06-20 23:06:54.520000',5,'Jennifer Polanco','https://lh3.googleusercontent.com/-ti-PCBN7dAI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnGp2BmGg53TSl8oGd1GRsNUyxVdQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29384),('AbFvOqm6NgFdQSzzj-nBI0tFj74VZSJckFCG5nfPpedXx-ftBfP-w-8hg4BhVou2NUYVcT5dxUKOyQ','The staff are very friendly and the doctors are very informative','2016-09-04 01:46:00.967000','2016-09-04 01:46:00.967000',5,'KimB','https://lh3.googleusercontent.com/a-/AOh14Gjkt_Bst-jgnnvKCeMroVHD9qcDB4FvDDnQ9qBU4w=c0x00000000-cc-rp','17394740196501090048',37308),('AbFvOqm6oIKZ672HqnS2L25-irAy-RODi5VJmJQ0-4tvmf-t2YsobTWhQ_qNX_PWa8diyNc3ZsHEiA','Very fast and friendly staff! One of a kind ER!','2020-12-29 14:57:00.689000','2020-12-29 14:57:00.689000',5,'Jimmy Marsh','https://lh5.googleusercontent.com/-h-exWo1F7aY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckaTthB2VgE3tTNRNMjmZtDOclLWg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',44106),('AbFvOqm6oN7JRn3q5UFSbkkm4U-WpiHPReYiRuSMluRC-A3NQhrytgHsoCoOaeG4tkuCq_g2gzP1','Thank you signature care for helping my girlfriend when she got sick this morning they were quick helpful and friendly','2020-01-23 17:08:15.254000','2020-01-23 17:08:15.254000',5,'Angel Tzunux','https://lh5.googleusercontent.com/-wQ9VbG7xp7U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn779GMZI5aaWQ9ndDcCUWSzyun1w/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28795),('AbFvOqm6P5RMORKjEqXYlzV9GGqzYrNWUCtInmLuV56WWVPwA7ELEzfvJ8wwO7VM_yhmTjUs9dEvdg','Tracye and Alyssa were very nice. They made my checkin process very smooth.','2020-10-01 20:29:07.833000','2020-10-01 20:29:07.833000',5,'Courtney Johnson','https://lh3.googleusercontent.com/a-/AOh14GiUZSM7oZqhvvG4Pb2UI4EJCR220b_0ngWgg4tDTg=c0x00000000-cc-rp','8918455867446117794',42889),('AbFvOqm6PGSxtgQWrdWEtJYSfIe4yKh-_9BBnnp5mmBuLc58MD-OZQF9Zwzj-7BAfBvcoNB8yIcf','Super friendly knowledgeable staff. Makes us feel welcome right from the get to and ensured a smooth transfer to MMH.','2019-07-24 09:44:51.252000','2019-07-24 09:44:51.252000',5,'Danielle Kalbfleisch','https://lh3.googleusercontent.com/-WRpfJWb1aV8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmT0uvh0G5-SLx0zf89SWvUWO3sSQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29725),('AbFvOqm6ph_dtCsIOlDThmhXI2n0qZns7JDnwMPa_L2charA9OI5fw3ufKf0ZzzoWo1nLvmgRqYYyA','I had to take my daughter to this emergency center last night. The staff was amazing. Friendly, funny, knowledgable. The place was impeccably clean and well organized. My favorite part was probably the price. As a cash pay patient they had flat rate fees which I absolutely loved and it was reasonably priced. They\'ve won my business!','2019-04-02 20:36:54.545000','2019-04-02 20:36:54.545000',5,'Jessica Anderson','https://lh3.googleusercontent.com/a-/AOh14GiLM7ddX2uVzE93suvsivmWA3ZcPx7WqDFMw57qvg=c0x00000000-cc-rp','17898197009688164559',38226),('AbFvOqm6pn4AyFnh9iQgFFPdZwXJXr6UT2OardK4BA-dPl5DrEF9fWHM4yJdLB21MCE-3RPnSl5WIg','The place was clean and the people there are friendly','2019-02-09 16:01:58.969000','2019-02-09 16:01:58.969000',5,'omar jelbi','https://lh3.googleusercontent.com/a-/AOh14GjNxKFW59V81QPdiY4Pb-UBK7x5HkJkegPFwGaqLA=c0x00000000-cc-rp','8679688254631342173',42729),('AbFvOqm6py_cVSyztpU5rKrPogUs0RTztKwx0G1rd6Bwz0vx6pUx4UuM1lF_3rbKjpUfts_8Oja7','All the staff at this ER is amazing. Cavasos, Chantel, Angel and Tanisha were so helpful and answered every question we had.','2020-02-17 05:35:31.131000','2020-02-17 05:35:31.131000',5,'Bri Paige','https://lh4.googleusercontent.com/-6DHUAocgcqY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckufDivEsaAs-n4WeLm1KhV0EKabQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37692),('AbFvOqm6q3abxGxnAN2eIyOBMbc-Bn-ySJfeMVVEsas_tIYKtsBCn-mc0ebWrE9buXpsCvKKb1cq','Georgia was absolutely phenomenal!! She was so kind, gentle, and nurturing. Truly cannot say enough good things - she even gave me a Capri sun at the end of my visitšŸ’—','2020-11-03 02:17:47.042000','2020-11-03 02:17:47.042000',5,'Allie H','https://lh3.googleusercontent.com/a-/AOh14GiY-fLIEZ61NbJV3y9uO_5OhVEZEDRaf0Ru0KrdSA=c0x00000000-cc-rp','14748677429039074158',31431),('AbFvOqm6qjgkdgbkV369TftMFlqBctQefn78d2bX3J0f7KdZqjgeDwVF1qMIsQABQvAySwsFtydPHA','This place is awesome! Chris was an excellent nurse as he tended to my every need and was very informative. Upon arrival I was greeted by the friendly staff, had little to no wait time and was seen by the Dr.Miller who took great care of me. Every question I had was answered and I didn\'t feel the pressure to commit to anything I was unsure of as the staff explained everything to me in great detail. This is a go-to place for quick, efficient, and helpful care!','2020-01-14 22:50:40.395000','2020-01-14 22:50:40.395000',5,'Ashley Mills','https://lh3.googleusercontent.com/-SFYdgYcHuyA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmgBb6iyBbaQdt-I2FCakgyo4uf5g/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30340),('AbFvOqm6RdpUL16UZU4c9nNDXOphEBmL8B2L1-qyoCsCtd01cQl6HWLocj6H_bLseMcgUXT0sxCiQg',NULL,'2019-11-07 23:05:48.349000','2019-11-07 23:05:48.349000',5,'Lake Dubois','https://lh3.googleusercontent.com/-WWKw-PR9fPE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnNFfKj6KedE6tPoX4VSW4e5oOPbA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29591),('AbFvOqm6rSgdxX0TvZH3NwWacqCJKyTRuY0UaFsaDOzEz5FKDQ_XzyqDSHC1gcjgIptAO5BZSKrYtg','Despite the circumstances, this has been one of the best medical experiences we\'ve had. The staff has been friendly and attentive with out family. Dr. Henderson was very thorough with explaining the results and situation. Aldean and Patricia were very friendly on providing information and keeping us updated.','2020-02-08 17:23:09.324000','2020-02-08 17:23:09.324000',5,'Diana Montesinos','https://lh4.googleusercontent.com/-Dd7jzfzjzug/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucklQpdqANs-iWLMDLAl3SWXkoKqEQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33394),('AbFvOqm6sAQ8A25NMh3MH1R83javZweRE0K1r1Al0mI-33rfp52kpoIyLCselu9j3EeT_BjtiyD_GA','Thanks for your hospitality. See y\'all soon.','2019-06-22 00:24:51.564000','2019-06-22 00:24:51.564000',5,'cory slessinger','https://lh4.googleusercontent.com/-oc67zLzett4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBDiwvK7JSOow1UJgKcY9A3dcTmg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqm6tTKRV7l8XY__rt479H2RIpTlTJTXEhHk0USYgcL0zBcA87IL8m3_x2jzDQS7YEeeddHVdA','great help got me in and helped quickly. staff were friendly and very helpful','2019-09-19 03:59:53.409000','2019-09-19 03:59:53.409000',5,'Larry Herron','https://lh3.googleusercontent.com/a-/AOh14GgvY8ZeWXNOZZ1BmA_QgIDmNp_kmnDssG83lR9nUA=c0x00000000-cc-rp','17898197009688164559',37988),('AbFvOqm6Uchx81r-WBQhyL0750MqpmWLlaGcZUKVPw1bt_vgXwhHEhgmyaVLx4ODwFd7UdwQGe5s','They we\'re great at diagnosing me and my son with Flu B quick and efficiently! They we’re very thorough and made sure to test for multiple different things! Dr. Herbert and her nurses Alexis and Sita were very sweet and wonderful to us! Thanks y’all!','2020-02-03 03:20:14.244000','2020-02-03 03:20:14.244000',5,'Gaming & Golf','https://lh3.googleusercontent.com/-QWLZe_HGK2M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnJvm7BgxSR_fzzfAa1LSeqvxEpug/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29449),('AbFvOqm6uKPDzZzDFmwNU-kUlqRrD-11uocLvTw1QIZXjC_1FSgMEgfDzEvRcvnJwOPQZNbSTwII','Great service every time I come here! Doctor Ortiz, Nurse Sarah G, Rad tech Fatima B, ER tech Daniel B, and Tanishia W. from registration attended to my visit and they were all nice and very helpful. I highly recommend this er location','2019-12-25 01:40:14.910000','2019-12-25 01:40:14.910000',5,'Huong Dinh','https://lh6.googleusercontent.com/-C4yGNMCGH-k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmFeIME465rfiPtq53GJD9it6hVLA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37782),('AbFvOqm6W1qZ-rXT3vrkeHBrYe1Nk6I4hm54XEMkFIbW75hVYkyN3FovBIxKJS4RZ4A72qOhYHAt2Q','Staff is always very friendly and helpful. April helped me when I first came in and was reassuring and efficient.','2020-11-03 19:34:14.943000','2020-11-03 19:34:14.943000',5,'Victoria Love','https://lh3.googleusercontent.com/-w6sLvDesXhg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclDlNjHvI4NF2HIKs6BcuOjS-z_Ww/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31421),('AbFvOqm6WpKgT9uimVeJ-RxfyzYWhg9vyXlgZcVARg1RSf1pktoBl9FQ1Aob9CxwlAXCXshZms67gw','Dr.Das was quick and very great with us during our visit.','2020-11-09 06:32:52.350000','2020-11-09 06:32:52.350000',5,'Amber McCutcheon','https://lh4.googleusercontent.com/-dlgdU_eZfhA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclutUDGYQDj5QQoWl9RqzYqQu8ZPA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31389),('AbFvOqm6YNjUcjtkh6-lnmskt_yn4oDYVohB-EDZ4IBv72_pnwzGuiRSwyTHWgQtJysVsv4jhrnEvg','Super rapid service. Everyone was very kind and gentle with our 4th month old. Nurses Valery, Julia, Jesse and Anna were very thorough. Would come back if needed. Thank you for the great service everyone.','2021-01-03 20:10:22.718000','2021-01-03 20:10:22.718000',5,'Miriam Englund','https://lh3.googleusercontent.com/a-/AOh14Gjbmbi16CYU_v9VBDsZUSxYkKubtlawn8iTZc40zw=c0x00000000-cc-rp','15979470999169074295',44300),('AbFvOqm6zJ5FHRdFyR6BgY9EHu_WpyzS0ItVcOJRU9EEjRWsRM8TT0f-NHd0sfb_vmVGlcs0o2xB1w','Fast and easy testing.\nThanks Juan and Cody','2020-08-06 11:38:29.581000','2020-08-06 11:38:29.581000',5,'Dustin Turner','https://lh4.googleusercontent.com/-0xDcbGwCUrA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnBR43-OI7B0IMQfBubZ5vKQraghg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38634),('AbFvOqm6ZM4Ku22IBJE3mG0ByyuW5KXwLIUurJkQzulV6OwTJkCnamMkR0VuwfTaQDqa003v0Qx3Ag','My husband has a terrible case of bronchitis and didn\'t want to wait until Monday to see his doctor. We tried stopping at another urgent care facility but they kept us waiting for 30 minutes and had tons of paperwork for him to fill out, so we left. Signature Care Emergency Care is in our neighborhood--they saw us right away, had only a few minutes of paperwork to complete, and unlike the other urgent care facility, which was staffed with a Nurse Practitioner, my husband was able to see an MD and get a chest X-ray. From now on, we won\'t go anywhere else.','2017-10-08 21:57:16.332000','2017-10-08 21:57:16.332000',5,'Margaret Miller','https://lh3.googleusercontent.com/a-/AOh14GinwX2c_5vHUsi4CPVnjW7HPLuRpEl0zV-C-mBP5g=c0x00000000-cc-rp-ba3','3511292162159714121',41014),('AbFvOqm6zVnlJSelBx9DlSxoRSUlTGFs_YBGuwUWlRtajrBf0AUJmw1u_OjK8N6dERHLf3M7Vuibvw','Friendly staff and no wait time.','2019-09-27 10:36:30.806000','2019-09-27 10:36:30.806000',5,'Latarsha DC','https://lh3.googleusercontent.com/a-/AOh14GjAmvkOg3oO00IxTRlmKs-W5Ko9nowPcczZMsyVMA=c0x00000000-cc-rp','8918455867446117794',43198),('AbFvOqm6ZZHx1mva5yd-36XkpXZIau2rI9sgvZ0rY75vWr9fnO49u-nUm19jIwHTvL9U_KBI_s1P','Had a great visit the receptionist was great thank you jasmine and to doctor O , Malley you guys are amazing .','2019-05-14 21:57:31.040000','2019-05-14 21:57:31.040000',5,'Ariana Cuellar','https://lh3.googleusercontent.com/a-/AOh14Gh1NrnRiioXETEFmwUX6FdRRRhZVCdx5tWe3S5A9A=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqm7_Fij-5O7J3OKlgsBlbP4wSkIMFZ0MsLRrP7XX_BrCXSV1togGbm3cdtFkA1isPGiI0dZ8A','Thank you to the staff (Fatima, Sedrick, Sasha & Dr. Nguyen ) for your efficiency. I greatly appreciate it.','2020-11-30 04:15:28.501000','2020-11-30 04:15:28.501000',5,'Elizabeth Rodriguez-Ortiz','https://lh3.googleusercontent.com/a-/AOh14GhbWAcTdpB-CXSkkUkxkIEVzX3JEtNWmgbXzReRSA=c0x00000000-cc-rp','17898197009688164559',37418),('AbFvOqm7-8cXPpE9UH-WzJy9ZC7qB_q-EfLOggc2F62rpn2aTYGaEVxM-YOpawWhU4dbyCPcAcI6Vw','AMAZING. Tanishia was so welcoming and wonderful. Will for sure come here for any emergencies in the future.','2019-01-02 01:12:04.391000','2019-01-02 01:12:04.391000',5,'Michelle Besaw','https://lh6.googleusercontent.com/-Rj-5CtdarMc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclnaHl7LJKnZkhnuulSRP9bi-2GQw/c0x00000000-cc-rp-ba2/photo.jpg','17898197009688164559',38341),('AbFvOqm7-9vAeo7V2aH10IaQ-mzbNPHFgBv9rER0U_ICAAfN2wnvhJJAgiSa1Y1rzPaUDI7SkxgEYA','Great service, thank you Luisa.','2020-12-26 21:45:34.693000','2020-12-26 21:45:34.693000',5,'Xiomara Lopez','https://lh6.googleusercontent.com/-7dDkB4tW7XE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmP0bH5yMi9lpIE8LlVMUObzEPq4w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',43879),('AbFvOqm7-c5Qm9tVr3Z1i50-CZQT4bFDIlQ2gJy-NIZNg0Rs0CKqaA_Q_Xfoo5OKsHe-3eYM4iXiNQ','Dr. O’Malley was extremely helpful and knowledgeable and the nurse Alvean was very sweet and accommodating. Didn’t even feel the nasal swab when she did the covid 19 test','2020-11-03 23:03:11.728000','2020-11-03 23:03:11.728000',5,'David Marchesseault','https://lh5.googleusercontent.com/-_037TstHvJ4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnuTkkeJDhoVNoFF4oLJEZwK0KpVQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33001),('AbFvOqm7-OC5jJByEDn9DJYwELyXfrlbrwUTe62CvKr9a7mjOpaTHsmU77sUqp7FhM8jU7x4Lmk7','Every one here was just fantastic! Luke,Kim,Courtney, and Dr yost are the best!','2019-11-27 00:08:53.141000','2019-11-27 00:08:53.141000',5,'Laura Choate','https://lh3.googleusercontent.com/a-/AOh14GhG0r-YM6w8ec3_slS26ZdIwnZILsyslxGpDZzNjw=c0x00000000-cc-rp','3272657195432704501',39766),('AbFvOqm70fV6JxaAYLRJeO0SLw99YuxBnHOEP9sEh7EwJ4BFTktTTsBNTMSDbVAVVqI03iDUIjCOEQ','From the front desk to the Caring physician, every person in this office was amazing! Thank you Clay, Christiana R and Dr Rose for being so sweet. They are friendly and fast and extremely gentle while taking test samples. If I’m ever in an ER situation again, I’ll be re routing my drive to this location!!!!!','2020-12-04 21:07:36.565000','2020-12-04 21:07:36.565000',5,'Julie Duffy','https://lh5.googleusercontent.com/-_kQRMVE_jRU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckRdWJyokK0SyHvUNyaHKERlt1oJw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35543),('AbFvOqm70KfEwHyIvbBqMEGcSgOiuZ8h9mA9pjpMY-UpHr6Gnw6hr8tYtlDcqBnMgnDeJjGG_9mepQ','Being sick over the Christmas holiday is rough because no one is open but my husband found SignatureCare online. The staff was friendly, attentive, and saw me immediately. They offered a blanket not only to me but to my husband and mother who were with me, which was really nice. This place works like an emergency room minus the long wait to be seen and treated. I highly recommend this place during those unfortunate times when you need to go to an emergency room or urgent care facility.','2016-12-27 12:35:12.594000','2016-12-27 12:35:12.594000',5,'Virginia Contreras','https://lh3.googleusercontent.com/a-/AOh14GglSpQ-5CUYbBMkWxILzlqyEEPpZzjPtlDfJEGAeA=c0x00000000-cc-rp','14567670160750071148',31143),('AbFvOqm70kPxeEFB1H8h_QJfgC0TjrNkdQkr0aM32jmmTW87Q-W74ccFqiFKQChFiGntyaSJtcWXlg','Nick H referred me to signature care staff to help me feel better so I took his advice and thank him so much...My experience at signature care Copperfield was amazing Tanishia was so caring and concerned with my issue she was very knowledgeable and helpful and Alexis was so friendly and helpful with a comforting smile and Kim was so friendly as well and made sure I was better and the the medication was helpful she answered all my questions with a positive attitude Nurse Tammy was very kind and careful she looked into all my concerns and made me as comfortable as possible','2019-06-13 01:33:51.719000','2019-06-13 01:33:51.719000',5,'Kevina Ward','https://lh3.googleusercontent.com/a-/AOh14Gii_KvsHJP_NxfddGUr89zPESGhjcV7-xTGq-aCYA=c0x00000000-cc-rp','17898197009688164559',38146),('AbFvOqm72NZjEI-XocWjb59ntzpnVs3GnlsfvNvua7GOQTrn2-H8mnDlRw8DOmbxU8mdU3FHlrrVlg',NULL,'2020-07-26 15:07:02.625000','2020-07-26 15:07:02.625000',5,'Heidi Dinh','https://lh6.googleusercontent.com/-crYOwB7MO1Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclpRTAGgXX4kLQeVc1RWG3F1paHHw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33197),('AbFvOqm76qObn1bOqNANNk6GXZ-3VRoIFGLTv4HTu8ipLOkK94uOgCqFEI2jz_GTQowSOFBthSxi','I cannot say enough good things about this center. Every person I interacted with was so friendly, professional, and compassionate. I did not have to wait at all, which was such a relief as I had my family with me and we still had a lot to do for Thanksgiving. I felt very well taken care of - Dr. Werzanski took the time to listen to me, explain what I needed to know, and we even found out we grew up in the same town in New England. I hope I never get sick visiting in Texas again, but if I do I know where to go for help! Thank you all!','2017-11-23 23:43:06.096000','2017-11-23 23:43:06.096000',5,'Cathy Blanchette','https://lh3.googleusercontent.com/-g06uj3ft094/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclieqwXLcqu1sgIPs0Ldb_Hcg7mQA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35351),('AbFvOqm77d1w4KeEQ1HTBIbE-IjehuUi4omSC5Fm2LqIM2g_ge2DOxwnC9slFsTZATfQ8amRf8fjLA','Such a great place I would recommend to anyone. Chris and Lindsey were so helpful and I had a great visit. Thanks!','2020-11-17 01:51:00.819000','2020-11-17 01:51:00.819000',5,'Audrey Diaz','https://lh5.googleusercontent.com/-VTyYTc-sOpc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckNRTB-FacHLS3QElDEqUeTWt2Bww/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35588),('AbFvOqm77yVYD2N860v7ZNmGwPZLLQkNCJ7trdeC7tAXrRG79gSQ-Omj_3dedONCbZGJeg4oO5Uoaw','Dr Nguyen, Marcus the Technician and the Nurse Alvean was great !!! Our first time hear and they took their time not rushing us away to take the best care of my husband I would most definitely come back again','2019-03-14 21:04:36.686000','2019-03-14 21:04:36.686000',5,'Elizabeth King','https://lh5.googleusercontent.com/-bpEGtVr6juU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXxEHXcVClzezLQqBR9uTK90C1Sg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqm79MYcMAIXYxfNy-4aGeV3I7l_jvYwtCnfqrE3WDcnLI1ZxweRxbXST_VHoEGli4V57mH9Kw','This place is the best ER in Houston with very professional staff such as my nurse Katrina Receptionist Therisa Dr. Alloju Rad Tech Cheney, Delicia (Registration), Dr. B Thomas, Karen (Nurse) and Robbin (Rad Tech).... šŸ˜šŸ˜šŸ˜šŸ˜šŸ˜','2020-02-27 14:57:44.495000','2020-02-27 14:57:44.495000',5,'Rashad Abdullah','https://lh3.googleusercontent.com/-nV7zrCRHl4Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8S1wr8jtAdDIhpS5aMqwIHdliOA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42417),('AbFvOqm79zOhuAZzPqRqjRsl5ZGFQCcMjM6LsX0CghBgSMufpv_M-uJVJgOzujun7rMYK8TliDZ_CQ','Teresa M, Dylan and Joseph did an amazing job quick friendly and professional service.','2020-07-20 19:43:15.675000','2020-07-20 19:43:15.675000',5,'Sergio Figueroa','https://lh3.googleusercontent.com/a-/AOh14GiTuI4Lo1iC-hmybqg7BxoE9dZkZ-eLz6kXs02U3Q=c0x00000000-cc-rp','6521947413723274945',41353),('AbFvOqm7AbHE5jCpn_XQWTMKkhURDykLdxWsSWriPcqW3tn8zq_4X8skaFuDPCgGb4bcLj3mHQkZHw','I was very satisfied with service from Dr. Nguyen Nurse Robert Tech Tricia and the person greeting me Patty. Wonderful staff excellent service','2019-08-30 13:13:19.571000','2019-08-30 13:13:19.571000',5,'Lashekia Williams','https://lh3.googleusercontent.com/a-/AOh14GgrRggho-3gm-Rdc22dZqp9mahzWNvHp4WErddvCg0=c0x00000000-cc-rp','16389487648212004696',34013),('AbFvOqm7CjUdALe449h1_h5Fzc0BRlVZ0Jhrn6ctN3NkRQYx9kglhgx88ly_UN9Zen0Kk63ATgT4fA','DR. DANG HOANG HUNG D.O.\nNurse: Carlson, Delena Marie\nFront Desk: Penunuri, Alyssa\nThanks for taking care of me for the night','2016-09-04 22:55:35.544000','2016-09-04 22:55:35.544000',5,'Joseph Vega','https://lh5.googleusercontent.com/-scdcpY7tTu4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclIsLigXhSwYN1YYoD1wnO-spa4lg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41172),('AbFvOqm7DcEkhE7MdO0AbZCsE17u7zTOhumGQhxCPP7hsvEcxBliUuz5Ub_cR8kMyJO-7R814Qi0CA','Our tech, nurseC rad tech and doctor were fantastic. They answered all questions we had and we are so thankful to have found this place. We are from out of town, and we were scared to go somewhere we didn’t know. They were great.','2019-11-07 23:03:10.713000','2019-11-07 23:03:10.713000',5,'Britnee Counts','https://lh5.googleusercontent.com/-pHWuG3zCxeY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucno1Br4cVwbG8aVWEJcqu4YgM3hnw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29592),('AbFvOqm7dL6zNOvdAndFah1NuHQsbuDXKFhm1qL-5YRccm1N56rgs87IKzcedpV4quN-q9HoEMgZhQ','Awesome place. Very friendly people especially Earl Hines who comfort me and kept me calm while my wife was getting taken cared of.','2019-05-27 18:42:18.959000','2019-05-27 18:42:18.959000',5,'TonyDejuice32','https://lh3.googleusercontent.com/a-/AOh14Gg96UvVUf-uNtoyeIIzCH43PWYq7RszjFuy_jNI=c0x00000000-cc-rp','16891069708558046635',36191),('AbFvOqm7Dnrp-oFdxVDI-ern3T89th_o2uwlb-aSfs6KlYDwnNti9isw_z9skhBYCqZ8vvA9fEqf','My visit here was fast and very comfortable, from the registration Robin at the front desk was very kind and got me sign in we quick, My nurse Billy was great he had a great bed side manner and was very gentle with my Iv. CT scans can be very scary but Courtney the tech made me very comfortable and at ease. I went in thinking I had kidney stones But Dr got down to the bottom of it. Highly Recommend.','2019-06-18 03:19:10.491000','2019-06-18 03:19:10.491000',5,'STEPHANIE MUEHLENBEIN','https://lh3.googleusercontent.com/a-/AOh14Gj8eDaTAbM0s6vZ-f6PKLE-apB3j3Pgqupi30TD=c0x00000000-cc-rp','8626688543755174284',42039),('AbFvOqm7dP7OkJIBY984Gx7pm4j_2EX7GdyZiWVsX7R-LtOC58aSm6FifL_oOntL-jFmvaVBcvKpwA',NULL,'2020-09-22 14:41:42.960000','2020-09-22 14:41:42.960000',5,'Kiley Saulters','https://lh3.googleusercontent.com/a-/AOh14GiHs5ck96IfxuIy7s5_l9_hHhQy4X-_eKz6eqmb_A=c0x00000000-cc-rp','14748677429039074158',31628),('AbFvOqm7DW0Qaie41K-j_4M1oWzqPose2UKDSYHzprNibns7J4HbI9e-A4dY3ql2ua4J9K8gB8g','I went at night with a very strong headache. Everybody was prompt to fix the issue BUT the male nurse that was on that night shift, was really unprofessional asking several times what happened to me when everything was already written in the clinic history. But the way he asked was really rude and even I was trying to explain him why I wasn\'t answering, he was very incomprehensible and rude. So just imagine the picture, you are with a really strong headache and the nurse pushing you to answer because he didn\'t understood. Come on!','2019-09-19 18:29:19.001000','2019-09-19 18:29:19.001000',3,'Jose Gabriel Rosas','https://lh3.googleusercontent.com/a-/AOh14Gh7HcRE_HSzg3WMFg875v2QYmpIbJvUYcPKcuhvkQ=c0x00000000-cc-rp-ba5','12541597562633926366',29016),('AbFvOqm7DzApbSjoT-49xL7X_r0lYtG30aBF22q-HytH1Kxsvb8vGtwBvkiQEdhkRHg_BwSIcZFe','The staff here is great! I was welcomed by Amanda, who was very generous in helping when I first walked in. My nurse and tech, Jacob and Morgan, ensured that I was taken care of during my visit. Dr. Wright was very helpful with all my problems and explained my treatment thoroughly. Overall, very impressed and pleased with their service.','2020-12-01 13:53:38.113000','2020-12-01 13:53:38.113000',5,'Serena Joseph','https://lh3.googleusercontent.com/-VNd8_MJuXOU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclegref3WTjCfF-EnEtnbF0FG8_sA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34066),('AbFvOqm7ejYy339aviZtxVRZuZVMFYOITNVIb9sc8v2l5W0JHEPSMboPOOgvt79uuKilKx82b644AQ','I’ve been to the Copperfield location twice for my daughter and the staff is always professional. Dr. Henderson, Laura, and Sarah was very patient with my one year old.','2019-10-23 03:38:37.812000','2019-10-23 03:38:37.812000',5,'Keundrier Cage','https://lh5.googleusercontent.com/-tcNGzOnQy84/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclgg1S63nmSGEM31tY2jAC8jCYfzQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37934),('AbFvOqm7ElSogAWOaHSOyOQ_1XDQW6JdDIBCMy0JgB9Ut46QKnSJ0e3_CNCH2j1_hpDvYLWx4D09Dg','I came in for a rapid COVID test and was absolutely taken care of in the most efficient manner. The appointment process was so simple, and the nurses: Madeleine, Jacque, Briana, and Yusuf, were so sweet and knowledgeable - I felt completely comfortable and confident the entire time. Thank you SignatureCare EC!','2020-11-03 15:22:16.476000','2020-11-03 15:22:16.476000',5,'Brittany Brink','https://lh5.googleusercontent.com/-TGF8j1HdkPM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck02WOn3iqqSSWwmzmMNqKmGZBQQA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40080),('AbFvOqm7FRnW_WhuqQcVZ4Cqw_jZDcTjuKp_E2XdRh8i4na8o3sv706ZE2CAySO6aJWjSL6YxJzIGQ','Friendly staff, fast visit! Megan was super helpful and caring!','2020-12-20 18:02:12.646000','2020-12-20 18:02:12.646000',5,'Haley Simmang','https://lh5.googleusercontent.com/-4yUgPah68_M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnLw4QTznyovkQ0VPPu86rHarVZjw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44525),('AbFvOqm7ftGAR378KsE7cwd6dnfpYjDG3DFi0RzOOLZ9y3zDDqt1cnyboIg39d70dTesl0DSw0lDsQ','Always a great experience when we come here! Never for a good reason though.','2019-07-04 02:23:13.457000','2019-07-04 02:23:13.457000',5,'Mckayla Wisdom','https://lh3.googleusercontent.com/-1BZtSQzusOQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucloUQqzEWadVVCMQWXRJWis1DFBWA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34786),('AbFvOqm7iDPUqFv56vEffkp86DoU3iS3L2AkUxkqqSERmlP8ka2v5ZnzbJJkny_nXIhjssKIox5j0A',NULL,'2019-05-21 17:04:47.629000','2019-05-21 17:04:47.629000',5,'Geralisha LaKim','https://lh3.googleusercontent.com/a-/AOh14GhZjcOa70_TxufhfkynYfLe4HPSSu8Hflm4Up_p=c0x00000000-cc-rp','14567670160750071148',30540),('AbFvOqm7jh6Po3mxMm1elR2_fYIRLV_-7EWgcFYvoZqMX2Zu1soLHvipFunFPNBV57uF8dfkxxsX','I had a wonderful experience with fast care from the staff and would like to thank Jennifer D, John Bell and the Tech Matt for the quality of care provided.','2019-12-31 16:31:50.570000','2019-12-31 16:31:50.570000',5,'Rachael Watson','https://lh3.googleusercontent.com/a-/AOh14GgDJiY0N2oWt6u1gnj6xL0EfCqqSjx-uNhcJSDn=c0x00000000-cc-rp','8626688543755174284',41962),('AbFvOqm7Jiyso1s7cfe0NPq8su7h-HJxGYnZj8n1N-Ma0OQE6KbTQ7KcCIPCR3XCQiyyoHs7Y1Cs','Alvean, Marcus, Jordan','2020-11-03 16:04:34.268000','2020-11-03 16:04:34.268000',5,'Turtlegezzy The best','https://lh5.googleusercontent.com/-6p3sgJCy9c0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmH-2H1znlS3Tu2ZYEx-f8dNW_Cjw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33010),('AbFvOqm7jxNw7Wte32m9gN4wG6Q_g_oDgMdIIC_didTVbIcyPk6DrGHAAsqvdLTAfLwpRVE3uRBtUA','Great staff! Super caring! Jennifer Diggs is kind and listens! Keep up the good work.','2019-03-29 20:43:05.761000','2019-03-29 20:43:05.761000',5,'J Diggs','https://lh3.googleusercontent.com/-BcOHp2ewshg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucncIPklnavOYFGf38GyUn2wLPKqqQ/c0x00000000-cc-rp-ba4/photo.jpg','8626688543755174284',42106),('AbFvOqm7kjr5yc5LMupi-lhqGj5wIoIaQQCJEH4vh2NlLlY3_vcNyRFDFfwhwps0LLW3o5pfN2Yujg','These people were great!!\nKimberly, Brad, and Morgan! Very nice office.','2017-03-07 23:46:28.502000','2017-03-07 23:46:28.502000',5,'Katie Lofton','https://lh6.googleusercontent.com/-nkFV76r0ieQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnsvCKNOcX7QO3JZznJhC7t9v6nhQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35481),('AbFvOqm7mRrUEG4yqiwDIdRi8JuyUUI7j_wOBVEaExOJO8v3ZmHQbRHzmInCQidxLSkjlnyepN0ilw','Very fast professional service!','2018-08-21 01:45:34.659000','2018-08-21 01:45:34.659000',5,'Charletta Jones','https://lh3.googleusercontent.com/a-/AOh14Gjdl5thrBIWLcTaFGzgxcbK8NqGN6zKcIghB2yS=c0x00000000-cc-rp','8918455867446117794',43366),('AbFvOqm7MzYadLvDJ6CYkfIyoM2ZrWKkXJjxEL96ZJRmRpR89zAoLyru_TTAfHaUx1iOF8OfuC6cIg','Customer service here is always horrible. At least the first time I went and when I called about covid test. Like we get it you are an emergency room just like Express Er and Premier ER. You can sound alittle more sympathetic when im calling because I feel like I\'ve been hit by a bus. Not your problem I get, but I dont need the attitude either. If you ddon\'t like your job there\'s plenty of others you can go apply too. Would not recommend this place.','2021-01-11 13:06:40.827000','2021-01-11 13:06:40.827000',1,'Alissa Bianna','https://lh3.googleusercontent.com/-7q8SvoTJfLI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclLMfQHc2CYdSuCvju_FpWjj6IkSQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',44591),('AbFvOqm7N3LCQj2qr9xnHZcjHnUBhOZrONEpXcL9_KYGhMxOzrfah5z4iTlz0G_VHED1aebHq8g6mg','Wonderful staff who are very kind and answer all your questions. Fast service. Ekaterini and Valory were especially helpful and nice.','2020-11-10 21:11:22.278000','2020-11-10 21:11:22.278000',5,'Sharon Criss','https://lh6.googleusercontent.com/-2krw_li5jA0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckuXOkKoRZ1yb0o5rbQI2AuVlLJrQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32942),('AbFvOqm7n3zXgU7aYFN9qQ7ppgs8Ouxe0kP76xjYSTEwNEjv2EKLkgployXyoCUxz1qi_dmltMXWzA','Very friendly and professional staff. Definitely recommend.','2020-09-18 19:02:32.720000','2020-09-18 19:02:32.720000',5,'Jacob Brown','https://lh3.googleusercontent.com/-K_3OmEXBZOo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnFsKZs3NUT5IowkizGnNzepXf5ew/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39521),('AbFvOqm7NGf6DAZHgV9faemkimRy9w3lNzLCN3zgQURgdVDAkovjH_x5pbKaaqDLdcPO_lVGrUHdQQ','Awesome customer service!!','2019-08-03 02:38:12.012000','2019-08-03 02:38:12.012000',5,'Shenetta Hampton','https://lh3.googleusercontent.com/a-/AOh14GgFMHDS3S93anWyojO4HhakKzxOJI95qZctBYd69w=c0x00000000-cc-rp','12541597562633926366',29061),('AbFvOqm7Nh2FOFb7xTcGx5skYksGhiMUGMVxgeQFVtnb4PxsIyufspSQ-zt6GPimVmNggr_PSqd2fg','They were very attentive to my needs, and did try to find what was ailing me. I can appreciate that, as I\'ve had many terrible experiences elsewhere. So thank you~','2019-08-16 20:52:25.649000','2019-08-16 20:52:25.649000',5,'Jo Dee','https://lh6.googleusercontent.com/-A6bAgTUr28Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucms-qdtYjM0m2P2FS1NK-iWzq1Srw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38024),('AbFvOqm7nIlWccb0djxESR7Rf2cryPeWYCWxjJ0UeEca49T3MwVSSImrZx_WCzxGNwThmvDy-suC9g','Dr Dendy and staff (Alvean, Tricia, Jesus) were great and very professional with their services. Very nice location.','2019-05-31 20:11:33.954000','2019-05-31 20:11:33.954000',5,'emmersfamily','https://lh3.googleusercontent.com/-bEU3Tp7Mjhg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUrf_hALsda-s8L7Lz0FVZvj9eEg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqm7oFAa3rljhszZUmuZf2_cRZWVJHl0_H8FzHqssqbHNrKFgyJaBr837YspIJAVliizKA58iw','Great service!!!\nGreat people !!!\nGreat results !!!','2020-07-08 13:40:15.552000','2020-07-08 13:40:15.552000',5,'jesus reyes','https://lh3.googleusercontent.com/a-/AOh14Git5M8mjavTgKh5tCqpeauzbt_PdnZMXXnl2A-ymg=c0x00000000-cc-rp','14904078213800803294',32312),('AbFvOqm7PIOccKvsl2le47fMY7bDjhS5MmmsWPk322TYHgTuP_ee0INeRcQ59yQ1OfPUeIP3TDX-LQ','They treated my husband and wow what care! All the staff, Dr. Wang and Kristina thank you so much you were all amazing! They sincerely care about the health and well being of who they are treating! If there were 10 stars I would check them all.','2019-01-05 17:14:59.912000','2019-01-05 17:14:59.912000',5,'Tess Tank','https://lh3.googleusercontent.com/a-/AOh14Ggf8lTzSHmFBu-XxQXhq4CR1nltGQ6Q9iqqXLA2tw=c0x00000000-cc-rp-ba3','12541597562633926366',29168),('AbFvOqm7PTMcR9wjwqupsjhpbnj1p9iY70yJ_U_xQtXreVj6PAAd9TX5Ez-hw9SY2Zt55W7iPlZs','Great experience from Dr. Garcia nurse Robert, Tech Sherwin and Shay, and Brenda from registration.','2019-03-22 02:21:23.130000','2019-03-22 02:21:23.130000',5,'janeth Atkinson','https://lh5.googleusercontent.com/-fzdaES9_e-w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckjzceNYC8qAqClSG6G45VenYd-aw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29127),('AbFvOqm7qHiCwjfe4G7hUR9vytKG7kulthsSU1Uzsp_LY-cPYChamEhrHLZs8LCph1DDKDn75l8h','They were fast and the staff including Alyssa P, Tracey D and all the nurse staff were nice.','2020-09-04 21:16:30.300000','2020-09-04 21:16:30.300000',5,'Yasmin Ruvalcaba','https://lh5.googleusercontent.com/-L8Eqkyu5IU8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclzedu7f8_0tqZRrI-31JOmHu0KiQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42918),('AbFvOqm7QuO9a8JC8otv8xXo9XYebeUqXBji0VlLEXA_2N8ZvMynpnJl3CbUboBeI6SqKjIp2Z5B','My care providers were:\nDR. HEHMAN, MD, MICHAEL G\nNurse: Maynard Castanos D\nRadiology Tech: Allan R\nFront Desk: Genesis C\n\nVery Professional and attentive to my needs upon my visit! My family and I give 5 🌟🌟🌟🌟🌟 to All The Staff at this location. Past and recent visits. Thank you to all of you for what you do!','2019-04-04 14:20:48.239000','2019-04-04 14:20:48.239000',5,'January Mahon','https://lh4.googleusercontent.com/-RmOjKSn-GG4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmKO9dvt0ls_uXBkohxud_GqzJAlQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43275),('AbFvOqm7rx4bPTdSHJVKnv5UL3eVRkEbm7Zs9su7FPDepjVGPtLF7Uy3SadndpKJy-51rRO-o02H','Service was fast and great staff.','2020-01-26 17:48:59.155000','2020-01-26 17:48:59.155000',5,'Victoria Sabando','https://lh3.googleusercontent.com/-epeiiSLPZ8Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckgvx8r3RAKTCAkped39KVnGa3pSw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29460),('AbFvOqm7sgLQvBQNnM66Vy5mdXq2puZ71-lEbvuRSlQTNfUwEXDeKEz3cWuQ5rVhBqGX-eDxWTIOgg','I visited SignatureCare Emergency Center in Stafford last month and I can\'t give them enough praise for everything they did for me and how they made me feel. There was no wait, I was seen immediately when I walked in. Everyone there was so helpful and nice, very easy to talk with and so attentive. I am so grateful they were there when I needed them. They made me feel very safe and comfortable. Their customer service is wonderful. This is definitely a place to go when you are in an emergency and want to know you are in good hands.','2019-02-14 03:50:34.815000','2019-02-14 03:50:34.815000',5,'Kristen Matlock','https://lh3.googleusercontent.com/a-/AOh14GjTJVd-Hcnxfzh4HsVK1SyKx9KB3-xBOTX44E9PmGs=c0x00000000-cc-rp','8918455867446117794',43306),('AbFvOqm7SRQKLDXUVVyHIyomSPqfcEy52m7b3f30KWyp-2mhXTH09GhvXJDcTzWTOxfFklKpO3f-0w','(Translated by Google) Alvean marcus\n\n(Original)\nAlvean marcus','2020-11-03 14:55:59.958000','2020-11-03 14:55:59.958000',5,'Thomas Vennes','https://lh5.googleusercontent.com/-DsUS_9nDIqk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckqbAYrTiwz3WfI3J6ns83TPHHa_Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33012),('AbFvOqm7T69RbtfcZat8QAMGbv4XrafCAv-sOREX4us9XMEIBklXCR-eM1UFQWEfNYY_PdR-xy4F',NULL,'2020-11-06 01:27:39.089000','2020-11-06 01:27:39.089000',5,'Austin Testerman','https://lh5.googleusercontent.com/-xh8bIJ8VTfs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclsl7ReMz9gKanwiUt5C5DpZror3A/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41847),('AbFvOqm7UaONcsbgr5nyna9JOrVMOSZrkUAUncqrFfr9IL-JEIo5Vz3fU9chWZJWnKji2FBAevTT','They were very welcoming and made sure I was comfortable! I highly recommend coming here.','2019-04-08 17:48:25.678000','2019-04-08 17:48:25.678000',5,'Alyia Hall','https://lh3.googleusercontent.com/a-/AOh14GiCdCZLqWIuFlBHIvqJRAVUPjLPzDtEZPaO2lN2ow=c0x00000000-cc-rp','16590124370714063921',34900),('AbFvOqm7UwjVDi4gsHrRz74zVWdkF2nPg0JDrguD_MOPb-A30EoZdqH4RUzmkKulvWKYduovwC6m','Awesome staff, very friendly and personable. I highly recommend Signature Care. A big Thank You to John, Dorie, Dr. Hasegawa and Alia.','2020-09-26 01:04:08.129000','2020-09-26 01:04:08.129000',5,'Dustin Rodriguez','https://lh4.googleusercontent.com/-RGvIN-YWmDE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmSIVse-Rw5d50wLeNABPM7BPJxSw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38952),('AbFvOqm7vJrw5ciOxfl1rVn1v3S9K7Hh7TmfFx9kuDW-UYt9ePyId3Udd_E5Kz-SD-GVwxWnziRsig','I have always had a great experience at this location. The team is always very caring and efficient. I’ve been here several times now and will continue to trust them for my medical needs.','2018-09-28 22:29:28.947000','2018-09-28 22:29:28.947000',5,'O. Herrera','https://lh3.googleusercontent.com/a-/AOh14GhVAPCT9kNKNmS9nPk9W4hQdpIv7UlJaoAZLDUhSg=c0x00000000-cc-rp','3511292162159714121',40819),('AbFvOqm7w_cyaK6EFQow7xwfxRMPmeRK2nGpPCTUQ6xdbfPBm2UxkjL5olOf1xwrP7aJPPqwMNe1',NULL,'2020-12-30 14:05:06.178000','2020-12-30 14:05:06.178000',5,'isamar lupercio','https://lh5.googleusercontent.com/-kJjAzRhBF8Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn-eOnvhUeEPwyKXfEYqVwlxhEkCw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',44143),('AbFvOqm7wFSA220_pRS0Z0sdfPXi12BE_OJcklIXeYK1DzTBObRRzeVB7UIVoYMOUtC4vySL2v9TkQ','Dalal was very helpful and explained everything to me.','2020-09-19 12:52:06.954000','2020-09-19 12:52:06.954000',5,'Alejandra Alberty','https://lh3.googleusercontent.com/a-/AOh14GhxdzFeynKVM0t_1EUzZ4jSkyS_VNdbeeHgj5BEJw=c0x00000000-cc-rp','14567670160750071148',30119),('AbFvOqm7XfS2UIue-XJuX-QGZDMutyufOBgn6YvfchHtm2QFgOFkLznfHg1folfGbTa4uWiEVmP9vw','The staff was friendly and accommodating when I came In with a horrible toothache. The facility was very clean. I was in an out with no issues.','2018-08-02 01:02:10.546000','2018-08-02 01:02:10.546000',5,'Briannah Branch','https://lh3.googleusercontent.com/a-/AOh14GjqiSk0detSKFzv3KamYNWBEbicNGYQC6IRBffwFj0=c0x00000000-cc-rp','17394740196501090048',36921),('AbFvOqm7Ximbfpv-FDRm6oSo40cG7l25f0o_Y2pL-9aV3RVOTuVDS0RISZPs-5kZPqFZr94--FmZ_A','Very prompt & professional staff.šŸ‘šŸ‘','2020-10-15 08:11:49.893000','2020-10-15 08:11:49.893000',5,'John Funk','https://lh3.googleusercontent.com/a-/AOh14GjmrRHMpHb8NBTCxwxWuSY48iOlxxQP0KAQYbhyCA=c0x00000000-cc-rp-ba5','13486358490203335051',29296),('AbFvOqm7xpEZ24-_lcG6h1TP-4PsGBJf9QNFCBQsioACXl0vVtMrj8cSrwokhQLoXPPD_bXtkGxDCg','My experience with Signature Care Emergency has been great. The whole staff is very friendly and helpful. Dr Yost, Kim & Christie in registration, Gunner and RNs Kaitlynn & Katy. Thank you!','2020-09-02 15:17:12.418000','2020-09-02 15:17:12.418000',5,'Ashley Cusumano','https://lh4.googleusercontent.com/-Px-h_u0N3ks/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhfZk6tUqkq-K2GBuzvNLD8rG8IQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39535),('AbFvOqm7Yerqqb-69o7sP0R78q7cH_PEm4KHdflMF9gCjnMYMWGd2PsUA2CWOGm-zU2PFYfk0pmWIw','I don’t go to urgent clinics often ; however , after battling with body aches, fever, congestion , cough, sore throat I quickly made the decision that it was not a cold and I needed help . My husband took me to the Signature Care Emergency clinic up the street from where we live. From the moment we opened the door we could see that this was a place of excellence. From the front desk wait staff to the physician. We were quickly served with such professionalism. This place is amazing and I will refer all of my friends and family here. Oh and BTW it is the flu and I made the Tamiflu 48 hour window for being 65 year old female this flue is frightening.','2018-02-15 18:12:14.951000','2018-02-15 18:12:14.951000',5,'Sandra Francois','https://lh3.googleusercontent.com/a-/AOh14GhLtVjrYikALmmfbRoWqEIFybiGGHupGLQJ3o8-=c0x00000000-cc-rp','8918455867446117794',43408),('AbFvOqm7ysZd2TA7oSSJp2Gg4Py-rkOq1wEGewMQ4Yh1FKtPdhxpjGcOPx__If1lBGAB6mcHQ-XRdg','After struggling w/severe colitis attack for several weeks, reluctantly realized had to go to the hospital. Aisha, our mobile IV nurse with Luxe IV, recommended Signature Care Emergency Center as better option. With flu season in full swing, much faster service w/less exposure to other sick people. They also accepted our insurance. Such a relief.\n\nSo glad we took her advice. From the moment we walked in their door where we were greeted warmly by Patricia in Registration, we found ourselves in excellent hands.\n\nDr. Cavazos was so very patient and listened to us carefully. Such a warm bedside manner, yet thorough and very professional. The nurses, Nikaela and Lee, were very sweet and helpful - stopped me on way to bathroom so I could also give urine specimen. Good catch! A very special thank you to Ekaterini (Kat) of the sunny personality. She brought me a bottle of ice cold water and 3! warm blankets. Jordan, tech, was very patient in taking my vitals. Kelly, rad tech, has my deepest gratitude. She did my blood draws and inserted my IV with no pain at all.\n\nWithin 2 hours, I was rehydrated, given a shot of steroids, had blood tests, urinalysis, got results of all tests, good clear explanations and recommendations, and got a Rx for the medicine I needed. They also sent us home w/a complete care packet written in clear language repeating all verbal info with a copy of all tests results and additional care recommendations specifically tailored to our health challenges.\n\nUpon exiting treatment rooms, we were welcomed by a huge straw basket of complimentary old fashioned lollipops. What a lovely gesture after our exhausting ordeal.\n\nCan’t recommend highly enough.\n\nUPDATE: Just received a follow up call to see how I’m feeling. So impressed.','2020-01-20 00:00:29.881000','2020-01-20 00:00:29.881000',5,'KA Hall','https://lh3.googleusercontent.com/-_fom2RXifV4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKv7cwjlyECFbQcit3hu4USddijQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33484),('AbFvOqm7yV-XdMZ79pQQ2c4HVTX5GjKYd6iYs_VWIjrBW4wulgMovrMPijmmjfSMDpwKVgCz_-KJYA','Registration:Alicia\nNurse:sussie\nTech:Matt\nAll staff members did a good job ! Doctor Jordan thank you you guys were fast my child was happy after seeing you! Thumbs up guys .','2019-05-26 20:36:52.348000','2019-05-26 20:36:52.348000',5,'Pearl Sweet Girl','https://lh3.googleusercontent.com/a-/AOh14GhqO2oCXcK22cIV6EeMZC8ywB9o_cn057spjUmjQZ0=c0x00000000-cc-rp','8626688543755174284',42065),('AbFvOqm7ZEPIxBELgcs-mRhX0qd3oF1yOnc57mE4eeUOuC1tbB9AEXPm4QMItPbBPW0dmM7SxHl3','The receptionists Ashley Williams and Krisandra were very welcoming, and overall the experience was fast and easy. I would definitely recommend over other urgent cares !','2020-10-06 16:28:53.158000','2020-10-06 16:28:53.158000',5,'Majed Abusawa','https://lh6.googleusercontent.com/-CtCj01ZGcT0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmiEKcAGHqZeb8XF2QcldYb5v3w2A/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37518),('AbFvOqm7Zo8DRNDC6XpffEdLa1qCD37TxSkBISjKHfzP0i9yotxF7Pjvy4SE6svl05lvs-V8Y3K_JQ','staff was very kind. treated quickly and cared for. Dr. Vakey and Nurse Jeri were great','2020-07-24 16:54:57.566000','2020-07-24 16:54:57.566000',5,'Isaiah Garcia','https://lh3.googleusercontent.com/a-/AOh14GiJyIg5GsTuoQym2mpdDRTxyoS-JPU-5v38yI0UmA=c0x00000000-cc-rp','16590124370714063921',34268),('AbFvOqm8-F1wEE8Ehtde3hN50AGZu_uuAUlBaQjhUS2tsYxEz_NTRYZVX1owcWMKtme1BWUsc1v3Jw',NULL,'2019-06-26 03:18:24.658000','2019-06-26 03:18:24.658000',5,'Kal Bratanov','https://lh3.googleusercontent.com/a-/AOh14GhYFSaLNpJVgHcsEsCF7lvGRd-0sWvP6tlyG4zuEw=c0x00000000-cc-rp','16590124370714063921',34798),('AbFvOqm8-Pw43CFD26vRb2d_yrej1BIQ-EdBZMoJEHOxvIqQbANKqoeoOXBxGnpJ1Hb-OuR8iF7EeQ','We were needing to find an urgent care quickly for our daughter. We happened to drive by & found this place. Darnisha was very professional when we arrived & answered any questions prior to being called. Shawn & Tricia were the next group we’d see, very calm & patient even with our daughter yelling & screaming. Alvean was our nurse during the visit, she was very kind & friendly towards us. Even offered our oldest daughter snacks (she was beyond excited). We had Dr. Datta as our doctor, he was very professional, kind & addressed our issues. Overall, the experience was beyond great. I’d recommend this place to anyone!','2019-09-08 21:32:22.309000','2019-09-08 21:32:22.309000',5,'Shaniece Mastny','https://lh6.googleusercontent.com/-VWFSJDNbyOw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmkLDCv0dgDUgjM8ciTrjkItmId2A/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33986),('AbFvOqm8-Wl8P7EG6swDPJ7OnOgNEuSci5aTTpONtmU60QzSFCRibmNF6X57y6zh_bJZ8wXihkdRgg','They took care of my eye, got the splinter out. Dr Boester is the man, great bed side manner. Front desk took care of me immediately and support staff made sure I was comfortable. Awesome facility and people.','2017-06-16 17:23:24.657000','2017-06-16 17:23:24.657000',5,'Ted M','https://lh3.googleusercontent.com/a-/AOh14GjRUyOp2k1F9Nu_raz4HaDFlIYd1IB-odzS9wxx=c0x00000000-cc-rp','14567670160750071148',31024),('AbFvOqm83OqC333tz9mKozci1sp7lW4weJm0jZTGSXKV6J5GB7XbdtppMmZAjnWlCRzKk430wUy6UQ','Awesome place in and out get to the bottom of what\'s by going on staff is super friendly.','2018-12-27 09:17:44.704000','2018-12-27 09:17:44.704000',5,'Kimberly Benavides','https://lh3.googleusercontent.com/a-/AOh14GgYOrwubDXGw13Ji9ro9nLKLuZP67sD_KjB9gIG=c0x00000000-cc-rp','14567670160750071148',30662),('AbFvOqm83T_4Ltn76JHURur27YK_uIIy-Z9vs2pt5GvUsIzoVv22dnh_6nA4Qgr2dUICUV0tE_n6Pw','The staff took excellent care of me in a timely manner. Dr. Ortiz, nurse Kevin, and the receptionist Dalal were very helpful!','2020-11-21 00:42:26.306000','2020-11-21 00:42:26.306000',5,'Haley Gunn','https://lh3.googleusercontent.com/a-/AOh14GiDdpCjd_li2fmNxnZBI5tBBO8EdGlcCmFdm7jRWjc=c0x00000000-cc-rp','14567670160750071148',30008),('AbFvOqm84oijEUGvMZxqJ__vJ4SyopTjgnBjQTUFDmEEU71AKfqd_j810wLwAUJbIMnUJQspotxt','The staff consisting of Dr Jabber, Churiah, Marcus and Krisandra took good care of me and provided excellent care. Highly recommend!','2020-11-10 17:05:11.106000','2020-11-10 17:05:11.106000',5,'Patrick Gaona','https://lh3.googleusercontent.com/a-/AOh14Gi1RNYKxugXLOzQOiqI3n1I5PDrT3pOAtwuqtpc0g=c0x00000000-cc-rp','16389487648212004696',32944),('AbFvOqm84Zh09zGJhlYlvpMWsmp-V7nmm4HobjkRlAFeBIcMrEza2GtD_hK6vOa-J73SMMjOE1u4','Friendly staff and not a long wait. Will come here everytime','2020-02-14 23:04:35.061000','2020-02-14 23:04:35.061000',5,'GÃČH•MƘRGƂƑ And Morgan','https://lh3.googleusercontent.com/a-/AOh14Ggh-mzFhbqmu8t-rZVBQ-pzMocXiEiw3ol-0e23Aw=c0x00000000-cc-rp','3272657195432704501',39631),('AbFvOqm89dxxD83z5Mn0TIjAfuM3kpqevCGzUeQxlchTtX1ozfOzqx7cO15fnMkoeYj7bU9tg0Ug',NULL,'2019-11-11 02:26:26.125000','2019-11-11 02:26:26.125000',5,'Jesus Aranda','https://lh6.googleusercontent.com/-h_JDfAI3IsA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmiLesMgMBX2TYJeqRC6J8Ra-892A/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28982),('AbFvOqm89yGHLx2KkiRFzt-YKfco5f9dQgRhsLqx20aiwJvMJXhFaRnyIIswr2dxfY27gn5OH24OHQ','Deanna was welcoming and extremely nice during the process of getting me registered. Dr. Mauldin, Kat, and Joshua were wonderful and took their time with making sure I get the care I needed. Was in and out in a timely manner even though they were busy.','2019-06-13 08:02:25.832000','2019-06-13 08:02:25.832000',5,'Aaliyah Cauley','https://lh4.googleusercontent.com/-Swo2d8XRa0s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckSGO7BTWgToZcvjAKVIL1hp-qs5g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqm8ADt1SarembiJBaXBbeEks2obiVR-qJAledSZkMWh4_IBqyVtJORvcCD2WxY5FSD4UKUD','Wonderful facility, prompt care for my fiancĆ© and the staff Nancy R, Kiera, Randi, and Dr Daniels were great!','2019-10-27 01:44:47.220000','2019-10-27 01:44:47.220000',5,'Tiffany J.','https://lh3.googleusercontent.com/a-/AOh14GhQkFExTOvST9BxBNj15WlJHpXXIYciYNqwgRXUlMI=c0x00000000-cc-rp','6521947413723274945',41569),('AbFvOqm8aRUXy9lWbvt7no0rRCW3n8MUaH56m9Fb3rCEXFC8qAqXsq8d25ds9evO874PzLdjZI7K','Got in a car accident and went here afterwards, staff was great! Receptionist, Rebecca, was super quick and friendly. Remington was the nurse I saw, he made me feel very comfortable about everything, Doctor Frausto was the same way. They all had a very good attitude and valued my time as a patient. The radiology tech Stephanie was very helpful and let me know exactly what was going on at all times. I hope I do not have another emergency but I was referred to go here by a friend and I can certainly see why! Made my bad day less terrible haha','2019-10-25 02:40:04.074000','2019-10-25 02:40:04.074000',5,'Julia Delgado','https://lh6.googleusercontent.com/-u2rZ-0FGnoQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnvW6geg-_nhFxsAVwA6a-FwyCeaw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34599),('AbFvOqm8BJpcBzpWSWOb3GlNJMoSLW5dFMNAFvTzNyjm46IcSs_g3SyLoxT_UqDrgp3mZnnklfmL_g','I stopped by this center in late Sept 2016 because I had been having some pain in my foot. The building is brand-new and everything is impeccable. I was taken care of immediately. The young woman at the reception desk is kind and speaks clearly. Both the nurse and the doctor were amenable, friendly and professional. I was wearing a skirt, so for my x-rays the tech immediately offered me a sheet to cover myself: I did not even have to ask. To me this shows that these individuals are observant and proactive.\nWhile I waited for my results I was offered a nice warm blanket and water. I really think this is an excellent place and if I ever have any other minor issues this would be the place I would come to.\nThe only thing I did not like, and which I think would be a good suggestion to this medical group, is that I walked out and I have no idea how much this is going to cost me (or not?).','2016-11-10 16:51:11.931000','2016-11-10 16:51:11.931000',5,'Alex Simmons','https://lh3.googleusercontent.com/a-/AOh14GjjRj_JstrUx-YQK9x8CyBEYAjTia2aUBllGLtu=c0x00000000-cc-rp','14567670160750071148',31160),('AbFvOqm8cE6oHFPOo2tFT6-E_3-GNRhhVzFj51Eq_Tlz9kxO0TnBMitlcufR0IEQyhN3im7ol3iV','The whole staff was amazing and they took very good care of me. The dr. was very nice he actually stopped and talked to me instead of just treating me and leaving. All the nurses were very sweet. My visit was faster then a regular dr visit. I definitely recommend this place.... oh yeah the warm blanket was AMAZING!!!','2019-02-15 21:49:13.892000','2019-02-15 21:49:13.892000',5,'Jasmine Smith','https://lh3.googleusercontent.com/a-/AOh14Ggtd3bar1Y3CL7aa__MMdtKhKnK3HtIJhKUjd-8Lg=c0x00000000-cc-rp-ba2','8918455867446117794',43305),('AbFvOqm8Cljk6tLH7pJwPL6S-LiTfxjnmmMR_q50lMmzoe0i-wWd9NjyBg_iVVT3kR5bgXirbCWvzg',NULL,'2018-03-16 17:40:48.874000','2018-03-16 17:40:48.874000',5,'Scarlett Button','https://lh3.googleusercontent.com/a-/AOh14GgsrD-zuzb42BP36poQsXBRKzcBKOBL0ML-pWtG_w=c0x00000000-cc-rp','14904078213800803294',32596),('AbFvOqm8D1bJ5Rjl05yYqC_WFohCQgfhw5JuGJkkI19SBRiAUNEFDny5IwMt8Nwu9G9nfO1EzeyLHg',NULL,'2018-11-08 17:35:44.867000','2018-11-08 17:35:44.867000',1,'ABEL HERNANDEZ','https://lh3.googleusercontent.com/a-/AOh14GjisrD0fpnc8_sUOMfAxA0adF2dXpkXNUv9-30q=c0x00000000-cc-rp-ba4','12541597562633926366',29185),('AbFvOqm8DdK6BTIziluRdPSsEA8TorvW5s_NlITS77MJ8dz7Vw_fgMcup2VxokfbnjK2sZxHEKtv_A','Been three times for different family members and each time was a great experience given the situations we were in. Treated and cared for like one should be when sick. I highly recommend for all ages.','2017-09-11 01:50:46.462000','2017-09-11 01:50:46.462000',5,'Jacqueline Allen','https://lh3.googleusercontent.com/a-/AOh14Gh27Sl4RJhODedRnBeqSRaPRDJGQlCshNDBzm1D=c0x00000000-cc-rp','16891069708558046635',36462),('AbFvOqm8dgITp3S3-wG_LcHhCRf1hKNkZYqX6K6zZqRFXqhh5Qw26Q6qedV5FSu81FvASXKM01ANWg',NULL,'2020-08-16 18:28:07.288000','2020-08-16 18:28:07.288000',5,'Chelsea Mayes','https://lh6.googleusercontent.com/-5vp3B92tROU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl_GP9VLc12U_FYXqCy-OCAw_OXtg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41900),('AbFvOqm8DpLCPTB0ZlDHdQ42j76cVvbYsmAeUjwo4nB_RigVu-4JcAMAnJWUvLjG7d15nG1aUHZS2g',NULL,'2019-12-09 16:35:15.105000','2019-12-09 16:35:15.105000',5,'Matthew Parker','https://lh4.googleusercontent.com/-IW6xBXuEgiE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck4Av9TSc6F2z9jIhTX2Uxx41INWA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41532),('AbFvOqm8eKocz1Iplwfh-XUgAz0J1fwH6GLrwTkyMfbXQwiMarAb9oLu3UCvTAQO3K1p8mn9jajHgQ','I had a great experience! I did not have to wait long! Nurses were gentle and very helpful! Thank you Tatiana, Brandon W and Nicole G for being so nice and offering me water, snacks and a warm blanket! Thank you Dr. Pham for making me feel relax and taking your time to explain everything!','2020-02-09 02:24:55.429000','2020-02-09 02:24:55.429000',5,'Ksandra Massey','https://lh4.googleusercontent.com/-esPRsXdaQtM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclpz4e4gEtyk4M_WH-cSQd4mqbgEg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30256),('AbFvOqm8F8u-rdk382KxA1ILpAB0pPpXh9GoJ1CIspvT-A1SMJwYTLoOTCgCoi0PALTJkO2WbX9mvw','This was a very painless experience. Because we were from out of town, we were concerned about finding immediate medical attention. The service was so kind. We were helped immediately and were walked through everything we needed with ease.','2020-03-11 17:32:20.573000','2020-03-11 17:32:20.573000',5,'Hadley Oehlert','https://lh3.googleusercontent.com/a-/AOh14GhgirigN4xO8pHrNbxxr8oAY-uAlqJ3VQzq6lsTRuM=c0x00000000-cc-rp','16891069708558046635',35924),('AbFvOqm8HRalcnC0Qm6f4e6AaClnMifdDDVpUTiKGqZwJ46aE8Y3RQM1IBn0yzCt0l4OlQCl5QD5','This place is the best place to get a Covid-19 test. They are fast and efficient, and the staff is super friendly!! Highly recommend.','2020-07-12 06:21:00.080000','2020-07-12 06:21:00.080000',5,'Sydney Jones','https://lh3.googleusercontent.com/a-/AOh14GjH5qI-UsytTo_YyV3ePqsZEcyoenwDDFkNmNPAlQ=c0x00000000-cc-rp','2694018788013845459',39045),('AbFvOqm8iialxO2Q4iWxgzN6QeYxMgjw3RcASErzOZ2XEP27rF6i4GxLP24Ll0jdFRbH4x8LFraTWw','Excellent service. Everyone was helpful. My visit was quick and easy. Will recommend for all of your urgent needs! Dr. Cavazos, rolando, delicia, and jaslyn were very helpful!','2020-09-09 22:58:07.928000','2020-09-09 22:58:07.928000',5,'saphinire queeglay','https://lh3.googleusercontent.com/a-/AOh14GiFul18h_3aYY02ASAHMWE2zkBGEki4s-41dbDyNQ=c0x00000000-cc-rp','8679688254631342173',42305),('AbFvOqm8jp678n-URtO09OMnM2gLo8AmWWIRZanvu-OYZk0UrfqrbtKBe7098F1SyGsDfR7JjuMocg','I’m a very discerning person who is often not impressed by anything and I could not praise Dr. Jaber and his team more. Troy, Jessica, and Melissa were all amazing. Registration was a breeze and i was seen within 2 minutes. Dr. Jaber was there with to provide excellent care with great bedside manner and a sincere interest in making sure I felt taken care of and satisfied with my visit. I’m very glad I visited and want to thank the team again.','2019-08-13 07:22:13.610000','2019-08-13 07:22:13.610000',5,'Akrum Ali','https://lh3.googleusercontent.com/a-/AOh14GgwjQ1d6hOZIE8FZUqksAWxugFAwVQ9mXnXd698=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqm8jQUjQ6m-SlwBPq9G-Q_IsE3wq3ueYbn1iUD7IG_Qk_u6QYsGBjENrxXlJkb3z2LfXjhkzw','I\'m not a fan of emergency centers, but I must say this one is different. My sister was evaluated and admitted and the staff was great through the entire process. Nicole, Dustin, and Ricardo were amazing. All three made sure we were comfortable while we waited for her.','2020-02-06 02:33:08.320000','2020-02-06 02:33:08.320000',5,'Katrina Baines','https://lh3.googleusercontent.com/a-/AOh14Gi7IHWA98Rs7i6UMg06TZTxdAoy6v5uDobz30f-=c0x00000000-cc-rp','14567670160750071148',30267),('AbFvOqm8Jt_lFLhKW7ytqI-51b3a7e7A4BrIAWgpn1YJ2uqrX8aWnUVYtb1kuJAm7REmmzgB3Ggzxg','Great customer service from front desk and doctors! All patient and attentive. Made everything so clear. Thank you Rashaad, and Dr. Wang','2020-05-17 04:37:44.119000','2020-05-17 04:37:44.119000',5,'Yasmin Cabrera','https://lh3.googleusercontent.com/a-/AOh14GiXx9LWT-mXvWlu6wSXqDZ5ThFTgCLGnuN2FwbtaZU=c0x00000000-cc-rp','17394740196501090048',36590),('AbFvOqm8kTJCGZrbNL9l2vHe4GHNEBXWbVXGOVwxEy9_dxgE3smr5Edqb9OMIjjy5QOTlH7JGB1b','Naureen, RN Reed, RN Jacaye and Dr. Golla were just great!','2020-10-21 20:16:01.760000','2020-10-21 20:16:01.760000',5,'Chellchon','https://lh6.googleusercontent.com/-GTesRh16SfE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn3ze6zozjUi8vMp4opxR1cF0_goQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40137),('AbFvOqm8mBsI2279t5S80a5ZY-EM0Ahm4ZdO5jh_yn4wz-q8hnj4lMXlCDSii_uSYY8lXJ7Y3DpEtQ','Everytime we have to go to an ER we go here. Great people, even better care. 100% recommend this over a hospital any day!','2019-12-31 21:27:18.297000','2019-12-31 21:27:18.297000',5,'Matt','https://lh3.googleusercontent.com/-SNL0vQWX_BY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnRYIG4-wKZwQccbsmEeaEY0lbDQA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41961),('AbFvOqm8MCu5J4uhV-B5ZtDtFO_hYE6eLwgTUCk3KMeT9tJyvfZFxaGT29l55wgY8DJFg4NXCAWz3A','Dr. Edozie\nRN Jani\nER Tech Brian\nRAD Marcus\nReg.Jasmine\nGreat staff...','2019-11-12 14:57:53.276000','2019-11-12 14:57:53.276000',5,'Lashan Hicks','https://lh3.googleusercontent.com/-L6rV5ykok_8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1bSbQz1RlOIM4kmo9C6Xr9MlGDg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33770),('AbFvOqm8mxaZcLBFPmtGTMNnlJDKqPrs8LbelBVQzUglDhyPLdMo_4VmNLvcn8nIqePI24tHzp_3FQ','Went there to get a covid test. Check in and out was fast, The staff is very friendly. Dr Das really does have a friendly touch with the patients','2020-09-09 16:56:28.800000','2020-09-09 16:56:28.800000',5,'Felix G','https://lh3.googleusercontent.com/a-/AOh14Ghu9YRwYhtWdyHyuxIi0bWJEUqpl63ugJJYVpS98w=c0x00000000-cc-rp-ba3','14748677429039074158',31687),('AbFvOqm8NgPwotIQdc1lOXApB4iPJZrtWEatSJcdNPTMMx6KwqfQknDk5l41PAu2Nu82v439G5IDUw','The South Austin location has the best staff. Amanda made sure that I had a room immediately and made me a priority. Everyone had an upbeat attitude and overall good vibe. I would go there again, if I had an emergency situation.','2020-01-18 00:44:03.875000','2020-01-18 00:44:03.875000',5,'Lisa McDaniel','https://lh3.googleusercontent.com/a-/AOh14GiTppu_oaGjMXKyNGvAj-fHzoroeBaQDqjplckGdw=c0x00000000-cc-rp','16891069708558046635',36010),('AbFvOqm8olXzzWCzrpf7yy0UXqIVpWptpGmyXl3SUAGCTMFL9htBcH-ylQdXq1vqVCWIbms-aGjVUQ','Whole experience was very good, they did everything they could to make sure i was comfortable! Everyone was very nice and very knowledgeable. I saw Dr. Vakey he took great care of me! and i never had to wait for anything! Lorena who checked me in was super sweet as well. My nurses Brad and Jeri were great as well! plus Becca and Jovana. Everyone was great would highly recommend and would definitely go back.','2019-09-08 19:38:18.946000','2019-09-08 19:38:18.946000',5,'Madison Krupa','https://lh5.googleusercontent.com/-IrNHvo_S2D0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnyCGKR9wY4pzgdBkJxJQecnKFD3A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34688),('AbFvOqm8OmJZ2ulj8CURgnhFq2ATlF4dcMwZLXcPie4X_i7QTmYtwK51wEHvhjqlJYzb6FosXGNYnA','They are the best Docs, I have been to my whole life!','2019-12-19 20:40:06.781000','2019-12-19 20:40:06.781000',5,'Esmeralda Cordova','https://lh6.googleusercontent.com/-gG3VmRIaXXU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmBocbAmsReuNytYWIP_nZtnzdnXQ/c0x00000000-cc-rp-ba2/photo.jpg','8679688254631342173',42546),('AbFvOqm8oo52a_F611uPQP6rPOyhK2OQYW301RurySNU36s5PRnf1FLqetymHM9C9Wg1f9Cx-Zuypw','We have been to signature care several times over the last year for a variety of ailments. Each experience has been an actual treat. Friendly & helpful staff nice enough accommodations if you have to stay overnight. The even offer a well stocked snack & drink collection. We have had only good things to say about this facility. We even tell our friends & family if they every need anything emergent this is the place to go.','2020-10-18 07:18:27.243000','2020-10-18 07:18:27.243000',5,'amanda keys','https://lh3.googleusercontent.com/a-/AOh14Gj3cJsp6GjSfDet4t7pJnrOTNjYXlmLWX56rOcgSA=c0x00000000-cc-rp','13486358490203335051',29293),('AbFvOqm8q8Ie0yEvCKTLURbAZFGU5Sl4PO-mbz1VXPR3yuq8gpCMNHSErgeLhnPQ4MM_d1DAL2wsEA','First time at this location. Best service I had by Alysaa and Dalia. Highly recommend this location','2020-10-08 14:38:42.623000','2020-10-08 14:38:42.623000',5,'Hector Roman','https://lh5.googleusercontent.com/-56RnJsA7Mno/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjhWFV_f5q45oTGXWhaUN6bQ9eQA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42872),('AbFvOqm8rB5atQn6DJp95d8T6MUbCN9G0Sbhq9xon3paDQSACxDyIJytrXI7B5VHQnPlgkBmwcK6dg','This is the second time I have been to this emergency clinic. Very good service here!','2020-11-17 14:29:07.798000','2020-11-17 14:29:07.798000',5,'Natalie Stovall','https://lh3.googleusercontent.com/a-/AOh14Ghz82SK010o1xqrUVHb9qE7qVoBrHV_UPOgoBkl=c0x00000000-cc-rp','17898197009688164559',37429),('AbFvOqm8SPD2QeJKvKBbgkU_OUkCZ3BCpmbEoyUSNRwK9IQFW8zSTHFgSqU2DaFgh_aBP9y20Siepw','Had a great experience here and excellent staff. And immediate results.','2020-07-31 14:34:33.994000','2020-07-31 14:34:33.994000',5,'Eli Aranda','https://lh3.googleusercontent.com/a-/AOh14GgTIR_QgqFviEOOrLrc9DSffqlR1BnGW7p87yZ3gA=c0x00000000-cc-rp','14748677429039074158',31825),('AbFvOqm8SSqPkgYAlgfT-gXkpAKQpBMu-bOgtJ80pMO1kaMVHuWpOLy9PTlvbmjHkGbRyw70ZyB9Vg',NULL,'2016-06-26 12:13:50.734000','2016-06-26 12:13:50.734000',5,'Leandria Walker','https://lh3.googleusercontent.com/a-/AOh14GhVktRGxWeh-QFlDfV0I4Q8Mv92C1pFiC5X6Eg=c0x00000000-cc-rp','17394740196501090048',37329),('AbFvOqm8T6UiS64oKiFdxXHiiU9u47sc2GFbm-vGobnFnf82na-uu8KoZ2O54LxKppx5O2U88AOR','The staff was very pleasant. I moved to East side of Houston but still come to this location because it’s so fast and staff is great. Gina RN, Miguel Tech, front desk Keshawna & Cecilia were so great! Definitely Recommend.','2020-10-29 14:31:56.978000','2020-10-29 14:31:56.978000',5,'Yasmin Garza','https://lh6.googleusercontent.com/-9rxtN4Bv-yc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmVPRAGZpH-kQNT4ADWx4DcPWM-6w/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30037),('AbFvOqm8usKfebVjc9ZEif7vl9-KW1iJew20z7pwxswQaaWp3xy-JG-mFkD4V14BGIvqKm1WPHhY','Great patient care!! Dr. Souman, Nurse Churiah, and Tech Jose were very caring and attentive. They really made my daughter feel comfortable and relaxed. I highly recommend!!','2019-01-16 02:14:59.451000','2019-01-16 02:14:59.451000',5,'Lucio Garcia','https://lh3.googleusercontent.com/a-/AOh14GictQpa3-KGAlQsSe66sLsAUE-3hQclUvtm1wrm=c0x00000000-cc-rp','3511292162159714121',40711),('AbFvOqm8utDyLiEZ3o6dJI0KteCSOGMQVAsHTcf7-XYTA_X896bogje_FP18IJioBqwZr-i7VsYQhw','They were fast and efficient polite caring. Got me discharged quickly and Evelyn the receptionist was extremely nice and helpful when I entered and left the building','2019-09-18 18:17:35.424000','2019-09-18 18:17:35.424000',5,'Rashonda Schaeffer','https://lh5.googleusercontent.com/-Y_iHrKtFJGU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmEvpjdUWO6kppE31I0JoiQJ-Je_A/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33953),('AbFvOqm8uYnwTxhBt0tgz7DlcR_ZeFJHurdH9ZJY3lEilWvhCkftb30Phxj3dw6yzvpOWRDXU8_Z','Very professional Kevin was very nice and always asked if we needed anything to make us feel even more comfortable. Would recommend! Dr. Das was super nice as well and he helped me with any questions I had and guided me to the right direction','2020-10-05 19:09:31.855000','2020-10-05 19:09:31.855000',5,'Anna Avitu','https://lh5.googleusercontent.com/-jRvP7QPW9B4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmBpijhE19st3tj0_USxemAwoObqg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31560),('AbFvOqm8vAofNehYe8O74Nag-UXdbEw4505wscutwIQaEVrX-CX2kfiRO0M-K8WupEAn4C1cADzI0Q','Great experience! No wait, snacks and drinks offered as well as blankets for both the patient and family. Very attentive and caring staff.','2020-03-03 02:40:57.768000','2020-03-03 02:40:57.768000',5,'Emily Braun','https://lh3.googleusercontent.com/a-/AOh14Gh-NFbHsxqcuRlfmJg374mSfmWISqGYr09-4MDZ=c0x00000000-cc-rp','14567670160750071148',30215),('AbFvOqm8VxMJ0kmijcji3m_-ErzVEOLIBTTO6aVrry31hVZTrW_80db3rUIwObv9GNEM09jIzSXooA','Went in after midnight and was taken care of immediately. Very amazing staff. Brandon G. helped me throughout my whole stay, thoroughly explained everything and answered all of my questions. Dr. Caraway was also very friendly and informed me of what went on.','2021-01-21 17:06:03.375000','2021-01-21 17:06:03.375000',5,'bree','https://lh6.googleusercontent.com/-pKMoJtksg-g/AAAAAAAAAAI/AAAAAAAAAMU/AMZuucmj6qJPQnt_5a7kvqLGgcak6e-adA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44496),('AbFvOqm8xCNPILbjfkj-UGlCdzDiLfTcQG1diX3cNa5rbWSrjwwGrvUAKo9Tm-AKU_5kTEWOAbhv','Great experience always came in earlier this week for my wife and I and the doctor and staff were amazing with treating us for strep. Now we’re here again unfortunately for our son but dr.tran as well as the nurse Trisha have made our visit nothing short than amazing very welcoming and knowledgeable staff. Highly recommend','2019-03-31 00:51:14.024000','2019-03-31 00:51:14.024000',5,'DAVID CORREA','https://lh5.googleusercontent.com/-M5UNDK6oxdI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmVkLXjh_1f0VRXq6Dg-_nVwMlslw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29118),('AbFvOqm8XEAzagSgCV3Gv3SEXZp4NuVhwUuHDsqAxZG1No_bBDw0s-wrO7MFujdCEvbNnHQkeMgZ','Sobran Made the experience easier with her customer service','2020-11-11 13:42:05.691000','2020-11-11 13:42:05.691000',5,'Oscar Cano','https://lh3.googleusercontent.com/a-/AOh14GixvZwYCmOmqkuoHlsD8Ss5RyAej0E-1XxQbc2H8A=c0x00000000-cc-rp','16389487648212004696',32939),('AbFvOqm8xGebZ8aQk2RBZ36B5W-j6jrF5Eudl5lOfbPboqa6OB6Zv3r5tetop6tuEiEUFj4YaVe92g','This place is fantastic! As soon as I walked in the door everyone made me feel at ease! Jocelyn A., Alvean A., Kelly L., and Jordan N are awesome! I was in and out so quick too and felt better walking out the door! Go see them :)','2020-01-08 14:15:16.658000','2020-01-08 14:15:16.658000',5,'Misty Alvarado','https://lh3.googleusercontent.com/-oVpiDPjRjqQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnBF5fBYHR-Zk14lDJ1sq_Tk4v3Qw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33533),('AbFvOqm8Y22uZYOtiS2A8ooWOAiJP7AgPlHMpkiwprPjNftt0ZhTe8eRspZHNnU9MZ0BD1neE0m2-w','Excellent experience and very friendly','2019-04-22 01:51:21.840000','2019-04-22 01:51:21.840000',5,'Stephanie Rodriguez','https://lh5.googleusercontent.com/-1feCgZu9j-Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckLu63HNovjL36RLqPpUJ6NMmumyw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38209),('AbFvOqm8yTss2wXY8socxRAPQc7nqS0eCM7jC2HRvz44gap4qktZ9OJWRMTBi1CiwR2wgSBw_hfhuA','Great staff & helpful people ! Thank you For Covid testing us this morning','2020-06-10 21:19:52.364000','2020-06-10 21:19:52.364000',5,'Manny Bonilla','https://lh3.googleusercontent.com/a-/AOh14Gika6bWCIFXZegT5joHV26wz6hiwMo-ZCwDw-spPA=c0x00000000-cc-rp','16891069708558046635',35894),('AbFvOqm9-J2b2QVzuzJ538JAUaO1esXEsmMqjORvXbrz4Gs3K6xS2c51MXGQ7VLDecS1eZbe9kYU','Dr Grinblatas is awesome. The staff is awesome and caring ā¤','2020-02-28 20:12:34.626000','2020-02-28 20:12:34.626000',5,'Hector Mejia','https://lh3.googleusercontent.com/a-/AOh14Gg98ADSCml2goqlbHb0Bg9opNV8oiPWR1A34D3OBg=c0x00000000-cc-rp','14904078213800803294',32333),('AbFvOqm90YzhdIaXZaMiOSGQjcnI_Z1BviOFakCh-Tk97nvPJHLwmJnk-xGryz_bwxAkY0kRUNORng','Very fast and efficient care. Valory and John were very caring and professional. Great emergency center to go to if you\'re having pain and need to be treated quickly.','2020-11-30 18:05:56.290000','2020-11-30 18:05:56.290000',5,'Marisol T','https://lh6.googleusercontent.com/-FXjewffPcek/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3sM0lGp0lTgd7IhiowmMtHfEtzg/c0x00000000-cc-rp/photo.jpg','15979470999169074295',32835),('AbFvOqm91PyEq33yGKth3X4KdRt_fPAr_4J5klT8O8jwj_wDyd4u0MJquHE7nFaWRvKbYjSOuiTt','Mercy ,Ashley , Dr.Miller and fahme were great ! Awesome service.','2020-12-23 14:54:52.183000','2020-12-23 14:54:52.183000',5,'Courtney Nelson','https://lh5.googleusercontent.com/-sSAg_TMQL6g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclf4-KqglzBSb5Pimpl9Rye2tnU7w/c0x00000000-cc-rp/photo.jpg','12541597562633926366',43754),('AbFvOqm936gveCvG1KnoAFghWnp4DsVGayvpoyDx-JU5Ib5ykqcJJkIAli7pgo_9gfAU6SIpf2GITA','Nurse was super sweet!','2020-11-10 20:44:24.906000','2020-11-10 20:44:24.906000',5,'jessica smith','https://lh4.googleusercontent.com/-e8TSWwx-mIo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnfqToysp0-OwCohtr1ls5YYf-uhg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31377),('AbFvOqm949mDGQ0_RQZx618V_WPVjCe45AlGinHykd2DUfDmOvjoLCE5kmleaUhMFOCRwjLZQhswVQ','I had been feeling bad past couple days. I was able to quickly schedule appointment same day. I like the location was not crowded and effectively practicing social distancing and well cleaned. I did not feel scared to visit here. Process of checking in was average. The nurses Irving & Catherine were very attentive and did not try over poking me since I am so hard stick. Dr, Qureshi had a plan of treatment/care and great bedside manners. Great job staff and thank you all!','2020-08-20 02:15:22.799000','2020-08-20 02:15:22.799000',4,'jasmine ashleh','https://lh4.googleusercontent.com/-_JXdKgItAZI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclxM5TBhwe2T33FtSo107o6Vq7CjQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28561),('AbFvOqm953wRUVSvAegxkHNdzMB40VohOxfuhgWd0RalCZs8igMJapM9Q8ZTPth-jsMsa-fE8gpOUA',NULL,'2020-11-25 02:01:00.571000','2020-11-25 02:01:00.571000',5,'M Cook','https://lh5.googleusercontent.com/-Q4SBC_TCOLQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnrloMPs26-zZVYckInXHAYfJxwrg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39439),('AbFvOqm966X3pg60xdji0JXIvLissjd-Ad1qAOE5j1yw_lA2vJ-_PHK8Lij8LksCryE4Kdm6ZUhdDQ','Everyone is too nice and the customer service is excellent. I do recommend it 100%','2020-02-18 01:19:57.734000','2020-02-18 01:19:57.734000',5,'Monica NuƱez','https://lh5.googleusercontent.com/-U_71f9QAPZA/AAAAAAAAAAI/AAAAAAAAKM4/AMZuuckM3WFQokHZwnnPHnQRRdvpj8dOyQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30242),('AbFvOqm97GFvf6GcQqgxjS39DMLJYfwntsr64aLb5XXaKW3oOVpz5leJgr_XwrY0WdrMEHRDP1GB','I love this place they\'re like magic I was feeling so bad and on top of that I had my very active 14 month old daughter w me but from the time I walked in Ms Karen could see me stuggling and handed me a mask and speedily checked me in and let me finish paperwork in the back, I had Ms Kelly Vance, RN take care of me when I got there and she was so helpful and kind and started my IV with all the wonderful medicine I needed. I was hydrated and feeling better in hours after suffering almost a week. Thank you all! And Andrew!','2020-03-06 14:25:48.071000','2020-03-06 14:25:48.071000',5,'erin calhoun','https://lh6.googleusercontent.com/-pdz8FpPMY44/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckqYwI20H-aO-FdVMWoH7yYKrRchg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43062),('AbFvOqm97I8eEVFdTOIOUwLtoVQOVzCr_eshWSl2GRUS2BuMWkNjuJ_5ij8Zzm51bo2O0I9JBxyuKQ','This place is taking great care of not only myself but my entire family. Their staff is super friendly and super knowledgeable very quick low wait times in-and-out with in an hour hour and a 1/2! I will be using signature care For all my urgent care needs in the future','2017-09-10 15:12:22.726000','2017-09-10 15:12:22.726000',5,'Thomas Wyszynski','https://lh3.googleusercontent.com/a-/AOh14Gh2V9bhpCKOKvyMSq51R6gfoTRqyOrdKnU-Nd4i=c0x00000000-cc-rp-ba3','17394740196501090048',37079),('AbFvOqm9A7Auphq9KJ94gtx7krsZ5ee-NynqjGJUplYobB_M3tdy9O5I7-oOixjL1THst9QBeCMZEw','Erica W.\nMat L.\nJennifer D.\n\nTook great care of me','2019-05-05 17:31:04.483000','2019-05-05 17:31:04.483000',5,'Keithrus Wright','https://lh5.googleusercontent.com/-WIgBEINskuM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_8wxzsXlnBkXZItj1Z9lphwOrOQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42087),('AbFvOqm9a7Pre_y85dWn-zXIxvJunyIvhmzT4dD00sK5xfAWV1XkeVB5r3I1T0fm9HIk79tYZW1H','Wait time was less then 5 minutes. Kendra at the front desk was really nice and explained paperwork well. Nurse Jacob was very accommodating and even asked if I would like a warm blanket. Highly recommend over other urgent cares/emergency rooms.','2019-11-07 14:31:01.169000','2019-11-07 14:31:01.169000',5,'Andrea Crisafulli','https://lh3.googleusercontent.com/a-/AOh14Gimxqe0cjgib73473MTWWUbB-kQx5Ed-tccTzUS3w=c0x00000000-cc-rp','16590124370714063921',34576),('AbFvOqm9alYc5vwIH1E1kV-YFsRYd46p-jGYTeKOpVR7ACy3xjZABa0nzTwzZbCePKjNfE-e0SZlWg','Thanks to Lindsay and staff for the covid test today! Quick, easy and professional!','2020-09-17 17:28:18.882000','2020-09-17 17:28:18.882000',5,'Briana Pendleton','https://lh3.googleusercontent.com/a-/AOh14GiQiM8iWE4ENp02bYjAaaOObX-7DeDv1ujVw36dow=c0x00000000-cc-rp','16891069708558046635',35772),('AbFvOqm9BBSGFe8cj1P6HC40n0EEyDt1cbX4L-9zb6l648jZFTuU21KmtmghvCS12UXXAHNacxCdFg','I see Dr. Singla every time I’m sick, he’s awesome. The nurses are really attentive and nice. RN Laura was so sweet :)','2019-01-10 14:26:04.518000','2019-01-10 14:26:04.518000',5,'Bailey Kimbell','https://lh3.googleusercontent.com/a-/AOh14GgYJsR3cnpPArMwd9w66wTCI2o8xp0Xdr__5s5Y=c0x00000000-cc-rp','3511292162159714121',40729),('AbFvOqm9cLGkLgTqXQ99wgCCTqcpJOHLccB60EQ5cekTESBjI4YCq2PPQ_xkOLzZ2hb8PYu14scijw','Highly recommend!','2019-03-23 13:21:49.446000','2019-03-23 13:21:49.446000',5,'Matt Crouch','https://lh4.googleusercontent.com/-sxzSRp6V61o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmNWhnFrcH1pKLB8b0xm0PsksWDcA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39892),('AbFvOqm9CPPfe5Gt6f83obFXLk4-PWDhc6hWcPf76JCHhMRtAPh92Juy12sN7u6u9mykoevfcqPB','Was given the best experience I’ve ever received. Tanisha, Dr. dang, Lynn, Laura and Daniel. Treated me like a king. I absolutely adored everyone of them and the experience I had here.','2019-11-18 03:21:36.021000','2019-11-18 03:21:36.021000',5,'John Patrick Arwood-Slate','https://lh3.googleusercontent.com/a-/AOh14Ggbw9wvtf4Xpg5vFgY-SxSQtBnG5afSqz6y7gT6Qg=c0x00000000-cc-rp','17898197009688164559',37877),('AbFvOqm9d7kF4ODMYa8O-kkS7Ud4lZL2r1jTKpxtONXHLqPSTaDmpthBjUXFjbJYEBH6gBPchSrE',NULL,'2016-07-07 12:26:36.057000','2016-07-07 12:26:36.057000',5,'Andrea Hain','https://lh3.googleusercontent.com/a-/AOh14GgzBbVPoU-L2ypbkn8dhxUYPHsjstSOUqmZ8sjH5g=c0x00000000-cc-rp','3511292162159714121',41194),('AbFvOqm9dCBq6_Jx7zuJO1-ShFMnmkVDe__V4Y4KdeRv71isv9GJUigGhmGKRr0MWgoM-MVjYWa2pg','I had a great experience at a facility especially the assistance of Ms.Ikita. She was soooo nice !','2018-12-11 13:34:39.311000','2018-12-11 13:34:39.311000',5,'Jaquita Ellis','https://lh6.googleusercontent.com/-Hh6r4jD6d-Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmndm5owpoIsvVOH9P2NXRPjimr2A/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29176),('AbFvOqm9DGnvBj3TvDWjEw2y1J100QW3f8wZrbEdRMNI-LrXC2baJGMPTP6xQsb7P6A0xN_sXDw2LA','Dr. Dang , Keaire, Olivia, Jessica, and Eve did an outstanding job.','2019-08-17 15:03:05.986000','2019-08-17 15:03:05.986000',5,'Cristian Jiglau','https://lh6.googleusercontent.com/-IsswFZC6B0E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnlskr2qoaFH7sKBU9FmSECsUYvRw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40435),('AbFvOqm9EGMVNQOsu58zBSikOV9kjBOEE2APQJUTehkaiG8Q-IpYbR8BXUHn_dr22E2uyW5APfQoAA',NULL,'2018-04-24 12:46:28.636000','2018-04-24 12:46:28.636000',5,'Kelly Krieg','https://lh3.googleusercontent.com/a-/AOh14Gi8wuQ0QgxQTiHNW0rtz4mIUxCGuVZreI1v30Lb3w=c0x00000000-cc-rp','14567670160750071148',30847),('AbFvOqm9fpRCOv53goKOWgiBN9eiciq8DsWyIdTyZ4Znjj9KX9PG2MBdArpcPgvm3LQAl2LdFsrtXg','Crystal is an amazing nurse. She went out of her way to help me feel as comfortable as possible. Hopefully I never have to come back, but if I do, it’s nice to know I can come here for great care.','2020-02-23 20:51:08.725000','2020-02-23 20:51:08.725000',5,'Heather Munday','https://lh5.googleusercontent.com/-3GW5WIg4Yws/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJJ1XNKE_IN66V36hTTtg2UUs2EQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39101),('AbFvOqm9GQIOach2LYddgF6B8TDOxl64tZpRn6bC9xqLdKCyGXbMiqWlMP7YSrvrIarVfvFS4INzgw','Dr. Jones, Karen(RN), Kim, & Sherri(RAD tech) they were very friendly & the customer service was excellent. I look forward to coming again.','2020-12-28 15:01:49.165000','2020-12-28 15:01:49.165000',5,'TMA Lit','https://lh3.googleusercontent.com/a-/AOh14Ghtota7wLpNYk8FRD0blRc12rqEL6GlrxrW2mQWKA=c0x00000000-cc-rp','3272657195432704501',39937),('AbFvOqm9Hasgbx28ziN9byVWCFSuHlgheufKREfWR1JqvIZ5kUcrNpuxKQeVwDMGNX9xQ7wgHAZR','Fast service care & awesome staff. Thanks! Dr. Harjai, Jani, Kelly, Marcia and Patricia.','2019-12-06 20:54:04.076000','2019-12-06 20:54:04.076000',5,'Brenda Ramirez','https://lh3.googleusercontent.com/a-/AOh14GjDXpfmwDmnpYyrKV08T3wGgSVqg9XlzOwMNy9H=c0x00000000-cc-rp','16389487648212004696',33632),('AbFvOqm9hWjS_Y518okqArla86Yb3J4m_w82TUV_YuWqf3XheYvCbL8aOC95GNN6sdlj1SXtBRQ-LA',NULL,'2018-11-27 02:16:28.729000','2018-11-27 02:16:28.729000',5,'Taylor Bluemel','https://lh3.googleusercontent.com/-AQDr-p0i3Ag/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXXDcdOfaq7iKWVCPK9oWiME9kow/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35094),('AbFvOqm9iDPzUik6h1hANz_AnyRzNpEiRP_JFwgnlLjbK6njwkb_mrxehs-uzy0HcaF6ep_fpdYSzw','Nice staff, very polite and professional. Broderick R and Elisa T helped us and gave us everything we needed and informed us on what we needed to know.','2020-07-29 06:31:39.954000','2020-07-29 06:31:39.954000',5,'Julianna Tesfay','https://lh6.googleusercontent.com/-ZbbdbLkEnEQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8ovCvCR2cAaq544OojKbs9otw0w/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42959),('AbFvOqm9iHIBuTrS4tummB4UZ9mrnPowAm0_Yq052X6aAXwsgmInLJPx6-plAxUzhkBvw1YNkeGQpQ','I have been here twice and each time was great they make sure you are well taken care of','2020-11-10 22:05:34.537000','2020-11-10 22:05:34.537000',5,'Rhonda Keyes','https://lh3.googleusercontent.com/a-/AOh14Gj67mbXKcRuPcW4wmlWHfoTdGKGakN6eJk9pG5b=c0x00000000-cc-rp','14904078213800803294',32159),('AbFvOqm9iOQvw9vWk7SXDhXGqaE1G1zNofWlY9SkvyzU1KLgoUCKvzJFGXUFTCrYMA_TpmaPnXi5Rw','Very professional and prompted. I had a great experience from the moment I walked in the door. The entire team that took care of me were awesome! Thank you Dr Kotey, Keaire, Dion and Gina for assisting me with my injury. I truly appreciate your attention and professionalism.','2019-06-21 01:32:32.432000','2019-06-21 01:32:32.432000',5,'Arthur Phillips','https://lh5.googleusercontent.com/-AUDZQHGbMTI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnNKHcqmPdGVlLcnlt52zv_icBHAQ/c0x00000000-cc-rp-ba3/photo.jpg','3511292162159714121',40532),('AbFvOqm9J0NwR0dvD3qOrDXPex-ZjSBK6NB_D-_L9kG-t5ZRL29uUaro1T0QXfeiUwUWsXpd_2Qp','This place is great! Staff are friendly and attentive.','2017-12-19 20:14:26.086000','2017-12-19 20:14:26.086000',4,'Dolores Dela Cruz','https://lh3.googleusercontent.com/a-/AOh14Ghnzo8-95G_onCcQJxatYF0bno5vaj_h-sRx5Wk=c0x00000000-cc-rp','8918455867446117794',43444),('AbFvOqm9jwBx8t0cQrCzN5LP_flgCHJy3rYy5yRXvqInLUQadMq-P8JI8qjPF5ndeDU5Lr6pQHUz',NULL,'2020-02-21 06:39:07.142000','2020-02-21 06:39:07.142000',5,'Celinda Sanchez','https://lh3.googleusercontent.com/-KmF2I090zMg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckYXIXK7Rd7s3nTMQY2wSyIFXODJQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43078),('AbFvOqm9jZb7A7l17GUL3cZIyE6lso1548efewnZlnwQiRy6skeXpS8L-MNrGiXM69Xt6eTIntBEMw','Amazing staff! One of the best experiences I’ve ever had in an ER. Anthony and Jacob were very helpful and attentive, always coming to make sure I was okay and to see if I needed anything. Dr. Vakey sat down with me and explained everything going on, even giving his personal experiences. Kirsten came and took my vitals every hour and was super sweet and kind. I definitely recommend coming here over your typical ER as the staff here is superb and I felt very welcomed by everyone.','2019-04-23 22:15:09.781000','2019-04-23 22:15:09.781000',5,'Elyse Menconi','https://lh3.googleusercontent.com/-6MqMzquD6TU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm_Vn5QvktB8hoY_mt57Z0TEpekGw/c0x00000000-cc-rp-ba2/photo.jpg','16590124370714063921',34875),('AbFvOqm9k15m3Tz3H3S3cj6_BOC0_mJEo-aWkRfmHasvTkh0ITyn4lBh-UPy-RV_7wb-MSaTVxAeeQ','Signature Care Emergency Center deserves a 5 Star rating today!\nThe nurse Alvean and Rad Tech Marcus were exceptional with my care!\nThe doctor was diligent with his evaluation.\nThe entire facility was very clean and orderly.\nI was thoroughly impressed and will definitely come back for any emergency needs.','2020-10-27 18:31:45.928000','2020-10-27 18:31:45.928000',5,'rebecca mushinski','https://lh3.googleusercontent.com/a-/AOh14GiSM5jhohLE0J6BMMOalTW6Pl2vuFnJLKEq6v0A-g=c0x00000000-cc-rp','16389487648212004696',33060),('AbFvOqm9K5CCO0kYfOalL-uNDGdgJbnRoeA5GWqngdWQ7BYwb_j7p2oKzuvZR64aL0y5kJTpom29','Great service and quick!! Great nurses and doctor. Thanks to merith rn, hayleigh front desk, brandon tech,.','2018-08-17 10:12:46.541000','2018-08-17 10:12:46.541000',5,'Graciela Rios','https://lh6.googleusercontent.com/-2VJqjAymoTs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnXWa26Yd5TGWi6BEfKyBba-zE7UQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30782),('AbFvOqm9klTiCRM5hShFGwNgntZtPPq9iEdSq_s3d_rcBvtMiFrcHMEoROmf8Y3JDVHlXmTptZPq',NULL,'2020-05-22 13:44:04.170000','2020-05-22 13:44:04.170000',4,'Skylar Green','https://lh3.googleusercontent.com/a-/AOh14GjBdkhbpy6G2znLxV7xb_cGeY-_g42-8Ss6lbVP=c0x00000000-cc-rp','3272657195432704501',39557),('AbFvOqm9KSmzwN9YC0D62plZKQROOgr1dGLuZangCCuFPCqo6fOFiaz1GvSFYGY3eTznTSHJA-7eYg',NULL,'2020-07-03 13:37:15.488000','2020-07-03 13:37:15.488000',5,'Yasir Saoodi','https://lh5.googleusercontent.com/-7TD2QX2jBUA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7SZgsmU0A7gHji6ActQhC8CspMA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28619),('AbFvOqm9kz1qpdNcUbzKAmQaO_j76wuaa2MHANvS28kaJAe3njj4D9WGhrlXc_6VIYaVF-870fopoA','My grand daughter an I came in to get tested since we were both exposed to Someone who tested positive. We immediately came to this location, which is not a testing site but I know I had to get it done before I went home to my family. Despise the fact that I am worried and terrified, they attended us all claim let us know what was going to happen and asked us questions. The entire staff was very welcoming, friendly, helpful and courteous.','2020-11-24 19:02:11.014000','2020-11-24 19:02:11.014000',5,'THESWEETLIFEOFHAZEL','https://lh3.googleusercontent.com/a-/AOh14Ghap-zwcMtHBvbGTaaJDxiaUc5YHLMnDjDBGYuh=c0x00000000-cc-rp','16389487648212004696',32883),('AbFvOqm9l4eU7HgAzl-iqSBau4jWOc-JCGy4Tc6ufi-fH7Wm2Dr3cEw2RlS5-U_zvjPYOZKZ7le6kA','Great experience, every nice, professional. Lisa V., Corey C., and Allison were very caring nice.','2019-08-30 02:27:09.864000','2019-08-30 02:27:09.864000',5,'Vanessa Carr','https://lh3.googleusercontent.com/a-/AOh14GinHAzVpAuUUDdSLB7zEF1y4BS-UWGyeW2iwaLs=c0x00000000-cc-rp','13486358490203335051',29682),('AbFvOqm9l8qBCd0F73XjL9YJ0U9z4v8jdUZOviioV3YzFjQwvGz1lliYQYB5NMqED1Q3LQWByp403w','Great customer service... employees were really nice.. Kimberly was reall helpful as well','2017-01-23 19:44:16.886000','2017-01-23 19:44:16.886000',5,'Christopher McDonald','https://lh6.googleusercontent.com/-EyCECRGnqEU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKUXFkkdUeq8v4Z7HSy5xzP_a3nQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35525),('AbFvOqm9LyW8qEINbA7K4Xf-GUuY3_91_KTe9LyFLNQCQoiwrxMXrygO02yzQo7ltamKKHFgwIeE5Q',NULL,'2020-02-18 19:52:30.781000','2020-02-18 19:52:30.781000',5,'Jacquelyn Dutkanych','https://lh3.googleusercontent.com/-MNFErwNrD4c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnn5ch894bjpdIeu-5FCj4_ublKUA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34361),('AbFvOqm9mvJWWDTZM_prgpIWfhSTm7tO-acWh2L8pjX5CNMenqps7E893poo6K_7tU6Snh3V3rep1w','Best in town!','2020-12-14 13:48:31.424000','2020-12-14 13:48:31.424000',5,'Kyle Bean','https://lh3.googleusercontent.com/a-/AOh14Gh9Q0xzQ1aFucAWk47lH5sTyzbV32YVYdhGFRl01g=c0x00000000-cc-rp','3272657195432704501',39414),('AbFvOqm9MWvBRaqNwSa1mJPkBHbJqjOE70sxcnbqRwCtaaM9R6QjCNkP4F0JR4xlHiHFi5FaRh8UAg','On Friday 10 May my husband took me to this facility for care due to a high fever, migraine and body aches. From the time I walked in the staff was there eagerly with a wheel chair due to the migraine and light I could not walk well. I was taken back where they began to access and given extremely fast care from nurse Dawn & Susan. Once blood was taken Dr. Thomas MD ordered a brain cat scan and radiology tech Jessica was amazing with me. Each medical personal I was provided was very attentive to my needs and tried to accommodate with quick results. As all of this was occurring Ashley with registration was ensuring my husband filled out the correct paperwork to ensure all my needs were taking care of. I recommend this facility to anyone who needs medical attention and especially if it is urgent care.\nA big thank you to Dr. Thomas MD, nurse Dawn & Susan, Rad tech Jessica and Ashley in registration, you all are awesome!','2019-05-14 15:13:16.505000','2019-05-14 15:13:16.505000',5,'Michelle Parker','https://lh6.googleusercontent.com/-6eyXf69iYng/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7K2WYNxAWPNcAqw6QBdcc-lgq3g/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38182),('AbFvOqm9oNpTkOCDfcZmCgoPY3qIc8xMNn99w6oAjjCL7RzJS2q-C7d_wCzCdZajdTo79ByrIAfyzA','Had an awesome and fast appointment. Entire staff was friendly and knowledgeable. Hopefully you see Valory and Alvean, they will treat you very well! I will definitely make recommendation to my friends and family!','2020-11-18 17:27:56.719000','2020-11-18 17:27:56.719000',5,'Shawn Sims','https://lh3.googleusercontent.com/a-/AOh14GhzLHtKPDIkKVNcz7Utji0O7rrBjbgqdi90pYtejw=c0x00000000-cc-rp','16389487648212004696',32913),('AbFvOqm9PJT41qCsDEEdtMgFzuG6MH6n-KlkE3AT7Um-ftZT3UQaWC6f7Xih8_s917SYxRllAmFZLQ','Horrible emergency place I will never ever bring no one here they refuse my 4 yr old son here because they want me to pay first he had a fever vomiting, and diarrhea and he was turn down bad bad bad service so I took my soon to the hospital','2019-08-24 01:07:07.379000','2019-08-24 01:07:07.379000',1,'America REYES','https://lh3.googleusercontent.com/-2IhZELi4iwY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnXALPQF1_eMkQFPn7zBXBcL3IN-A/c0x00000000-cc-rp-ba2/photo.jpg','14567670160750071148',30474),('AbFvOqm9q8nSw22Q-KEgtzSNxAXvCVLNcBdu6WZ7X54zC2SJUfITF4ekuXYBSUecIUbg6vn3TZF3PA','OMG!!! Literally the best Group of medical professionals I\'ve ever met.. Other places are so rude and abrupt... but not Kim, Lucas and Eric... they make you feel like you are important and they go the extra mile to ensure that you receive the best care plan available...\n\nThe atmosphere settled my spirit and ket me know my mom was in great hands during my absence!!!!!.\n\nThanks soooooooo much!!!!!','2020-02-18 17:27:34.716000','2020-02-18 17:27:34.716000',5,'Crush Brown','https://lh3.googleusercontent.com/-VO1xkQJ7yJY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBzS6zqpxs5AGw6Wv5SMBAbZLQgw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39615),('AbFvOqm9qiODZMcYz8rj8kEoUe5b9rRmAh2Dl3IqmACNrcI6F2MfrzSxJ8cmpuam7GJqbajaNyKH5w',NULL,'2020-10-20 18:58:54.798000','2020-10-20 18:58:54.798000',5,'TAMARA FOWLER','https://lh3.googleusercontent.com/-XiPot_hzkGA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucldpEtpl4bbhi9_nLhczB2dmEzsYg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33139),('AbFvOqm9R7wYwFeOWwOLU9eRPXijx29LFxflVHR3WXHERjoz0blCi-XwXTU1p5K_KYvQrWHUL9J9','EXCEPTIONAL SERVICE!!\n\nThanks\nDr.Dand\nJessica N.\nAngel C.\nAshley s.','2019-07-05 17:39:35.218000','2019-07-05 17:39:35.218000',5,'Roland Grohs','https://lh3.googleusercontent.com/a-/AOh14Gied__Y-pG15NXfDprnc89uePKqU7fb1ViCwKXRpA=c0x00000000-cc-rp','17898197009688164559',38105),('AbFvOqm9REsAxbrX-YK2xNIIW8QLhc_LzrwPcS6osZYMuYwLLcDIITkGHUCD66cIbnoQHs8tTb9odg','I came for covid testing. Everyone was friendly and nice. They answered ally questions and made me feel comfortable.','2020-11-23 17:27:10.791000','2020-11-23 17:27:10.791000',5,'Ashok Thysheril','https://lh3.googleusercontent.com/-FseKicaDIy8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6UrsS-r1XEWSGKZwrbLp6BzXryQ/c0x00000000-cc-rp-ba2/photo.jpg','17394740196501090048',36510),('AbFvOqm9SHSZ4rG0dvcF7jjlbJ6NncGKHFbvuiu6cyUQiWqwTpQYPIJcCjzU4EYx6p_s6-ALIhbP4A','This place is very good they was quick and very efficient the nurse Jessie was so nice and offered me a warm blanket as well ! Everything was in a timely manner as well','2020-02-27 20:52:24.555000','2020-02-27 20:52:24.555000',5,'ELEXIA HATFIELD','https://lh5.googleusercontent.com/-VCzdo8-1Qx0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnV5X6JdcWco0iMQq45-yI17xghjg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36609),('AbFvOqm9U6QhXh88rY0dT_7odY9WNEbhhAFJuY3Yfir75ftXGgKA2WFv5gqpG9_wxxu_q_XQzMRgbg',NULL,'2017-10-30 18:44:20.816000','2017-10-30 18:44:20.816000',5,'Lanetta Preston','https://lh4.googleusercontent.com/-pEf6YhbxOeY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm6UdUN227PF4a5PVaPpTBWTsW4zA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37042),('AbFvOqm9ukc2oPrRr49UwRz_Gny-wVUPkAiT5vhL78-uM3LQdwJsWahaudH66Ns6PFK4p1k1Eo-z','Dr. Ding and Jacob were awesome. Very quick and thorough. My daughter\'s been sick all week and they were able to quickly diagnose and prescribe the correct medications. Lorena at registration and Laura and Becca were the tech people... everyone was super helpful','2019-09-29 18:33:42.902000','2019-09-29 18:33:42.902000',5,'Karin Beirne','https://lh5.googleusercontent.com/-_K0WpHhqTcQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjAG45dkJDoWiGN0OfXZc7xICvyQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34638),('AbFvOqm9V7U3tLLKToK5OybGqXC3gsmSqB_9HGPCTk4sDZK33-MY1vmVD38xqpUjxHNYSbO-KfE-Sg','This ER is great! The front desk staff and health care workers were caring and attentive. They kept me informed as I waited, but I didn\'t wait long at any time. Dr. Miller is top notch! He is kind and thorough. He made sure that all of my questions and concerns were addressed and gave me insight into my medical situation that I had not heard in fifteen years. This will be my go-to ER from now on.','2021-01-10 02:58:08.759000','2021-01-10 02:58:08.759000',5,'Kimberley Roquemore','https://lh3.googleusercontent.com/a-/AOh14GgprHFAVNNZjY1CZJ_nCWFpJcbtCoL9anfxrrY3Iw=c0x00000000-cc-rp','8679688254631342173',44717),('AbFvOqm9va63BVoxgaGaO4uThU0vi4ziG-yTsPHj3dLjKIp7tW6k-eyDfJ-OSzxZpLOlWJ9DwVfv','Dee helped me out and was very nice! Great customer service thank you :)','2020-09-29 12:39:29.252000','2020-09-29 12:39:29.252000',5,'Kristen Miller','https://lh5.googleusercontent.com/-tNpwzAg72Ow/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnP4-dcZQAjh2MPafCBB2MuuAmamA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28518),('AbFvOqm9vLvhwPdD9i0LxyLSehXXs54WwlFO4fuIpa9msbCUJCLv3DxWyzoJ_8yofslI5axWZQ95','Staff was very friendly and explained everything well in detail. Will recommend this place to anyone','2020-12-24 17:49:36.109000','2020-12-24 17:49:36.109000',5,'Alondra Gomez','https://lh3.googleusercontent.com/a-/AOh14GgD7HQaVY7hsPw6e7JHG7XTkjwm-lGUslefuU1Y=c0x00000000-cc-rp','2077061009497551125',43780),('AbFvOqm9wabAFOQPA-wvHU2yb890v9eQQJCwgZ4Hdfxpsypeoali5KZ_AgsP3uI3PPhhqzvCU4KH3g','No wait.','2020-03-01 22:58:17.870000','2020-03-01 22:58:17.870000',5,'Cheryl Smith','https://lh5.googleusercontent.com/-zD6ar_M45qM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDXW0tQZJzXzr9aPqTyJdZoG_gEQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39092),('AbFvOqm9wtvLcnnCbnxbnj6kmMI3icECTMiHTCG4E0QZX0npdaebHSzrrjhvOfLahQWpUQhWABNG','I came for COVID-19 testing. The staff was very welcoming and my nurse was amazing! They went out of their way to make sure I was comfortable.','2020-11-14 21:22:36.703000','2020-11-14 21:22:36.703000',5,'Morgan Mims','https://lh4.googleusercontent.com/-SWCl_Ahbegw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnx2AmqRyZcJkqKFgiOx41x3QE_Lg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31364),('AbFvOqm9wz3TVwmqCWimvYZpvvadHO7lYiISeGy3rb7vJLwLa90CaloyYlIfDH8olVyN4ns7pzK88g','Friendly staff and great care. This is always my go to place. I went in for a covid test and they were great. The RN Chloe was very nice as was the tech Andrea. I would definitely recommend signature care to anyone.','2020-12-17 21:07:14.738000','2020-12-17 21:07:14.738000',5,'Stephen Hamilton','https://lh3.googleusercontent.com/a-/AOh14GjMU3C91p4i1J3Yz1cEHRPebzXXNL2mzDtkVhlFiRs=c0x00000000-cc-rp','3272657195432704501',44670),('AbFvOqm9wzNf3ohiasHcHy-TW0f2YLhS9eS546b-E_ETcT780cOlaSxtTqG3xylKWDpue9SY0GSC','Very friendly environment, very kind and quick service','2020-07-28 20:57:42.086000','2020-07-28 20:57:42.086000',5,'Ana Gomez','https://lh3.googleusercontent.com/-aW2WDMxkcS0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmddbfgr_SscVy2SN0yGHYadyQ54w/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38725),('AbFvOqm9XA1uiZpSdXjK8Ofqsmheyne-eAeAHor27VoDOvh5LgdZZWVWPW1ctqlVE9UVrQhKq0vPVQ',NULL,'2020-12-12 22:17:57.876000','2020-12-12 22:17:57.876000',5,'Jedi Jones','https://lh3.googleusercontent.com/a-/AOh14GgG2yS9dnOzf-x19OXCqbIbRXOlIYWZedVcfr_ikg=c0x00000000-cc-rp','8918455867446117794',42808),('AbFvOqm9xj44FtxAeseXCoUKzu2OfaLRggIWus3SjL6AbvSba9nK-s3-Y156onVHR0n4VmXEYGRgKA','Don\'t t even know where to start with h Samantha, Christine, Joe, Ricardo and Dr. Jaber. They are very wonderful at there job and very caring.','2020-03-02 01:34:07.829000','2020-03-02 01:34:07.829000',5,'Niya Phillips','https://lh5.googleusercontent.com/-fdv-OxToy24/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmUgiKhBFHNaIzYVx-LQ4M9gKWq8Q/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30221),('AbFvOqm9xvSXBf2ZYd8xrijqYlLT6vn2CpwiodWIcexQZKoARw_7TPUeegNWraDE7_xSxAwZxR_vkA','Everyone was extremely nice and friendly and I was seen pretty fast.','2019-01-22 15:12:53.756000','2019-01-22 15:12:53.756000',5,'Sarai Morales','https://lh3.googleusercontent.com/-pXK5LbfFbyA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckQt-4pE1QgR9CKBCBM4YkNM8bxAg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40697),('AbFvOqm9YBRYJ6Lia_5pvcLifovPa6B0Ksx65f7qxhyKOUto8VfSYwjGKS17v3ZgDMc1cejWCVGy7A','It took almost no time to get in, Okarys was super nice and made sure I (as well as my boyfriend) got taken back quickly. My nurse was Jeri and he was awesome, was very efficient and helpful, making himself available for anything I needed. The rad tech Stephanie was the sweetest ever and made me feel comfortable the whole time during my CT scan and EKG, always slipping in a funny joke to make me laugh. The doctor Mauldin was incredibly fast and thorough about explaining everything to me that was going on. Definitely a great ER to go to, will absolutely recommend to everybody I know!! :)','2020-02-27 04:36:04.499000','2020-02-27 04:36:04.499000',5,'Kyra Stafford','https://lh3.googleusercontent.com/a-/AOh14GgmukQHFmMPBni-bk1BfjN25Rpu-85GpkiiEPG71g=c0x00000000-cc-rp','16590124370714063921',34338),('AbFvOqm9Ynw7QgXmnmFkbS_BDVQWCN7fFqAF-F1fq1CFY7hnOSVDlGH6woaadGVgaL7AMN0fEwkKOQ','5 star service provided by Dr. Patel, Heather, Tricia and Patricia! They were so friendly, efficient and caring. I\'ve never been treated so well at an ER. And no wait! I highly recommend them!','2019-10-24 22:53:16.405000','2019-10-24 22:53:16.405000',5,'Casandra Bates-Burns','https://lh3.googleusercontent.com/a-/AOh14GhMcUTHfqGrvabU3XsFQ9QbrDH2BYV3VJxqoMPu7Jk=c0x00000000-cc-rp','16389487648212004696',33828),('AbFvOqm9z_o5XY6qJg59K3gLHMLo4kBqGYho7jbfEgsfYWnwM40gs1uFgV6WJAUCEJ0u6sin5Vyc','Front desk isn’t all great but the nurses were good','2020-07-21 23:37:54.702000','2020-07-21 23:37:54.702000',3,'Ganon Vankirk','https://lh4.googleusercontent.com/-pb8ITErOIho/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl09kA0gyz5gelG1YS9zJc_1zjoDw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31882),('AbFvOqm9zafO5BhT2B9J53Pm72xIg66QsHftZjkxPtHMWeLyf07j7I3psU6uWXRWNUxshoGolHYsnw','Lorena, Bretnie and Nina were all extremely hospitable and accommodating when I came in for a COVID-19 test. I was offered a cold water and warm blanket which I thought was super nice! I will be recommending anyone needing an emergency room or COVID test to definitely check y\'all\'s services out!','2020-10-10 20:45:26.967000','2020-10-10 20:45:26.967000',5,'Dallas Bonner','https://lh3.googleusercontent.com/a-/AOh14GjjORFiSQRt2SiIqLDHz_lQoglwikHVaxOTcb8y=c0x00000000-cc-rp-ba2','16590124370714063921',34137),('AbFvOqm9ZI2uCpKT9akthsHol0IuhIuV_Qw97c3yiL-z3cguRJU22bmpyC-cL6IJy_tu0n1dCVgU',NULL,'2019-04-16 05:51:42.133000','2019-04-16 05:51:42.133000',5,'Triple Seven Performance','https://lh3.googleusercontent.com/a-/AOh14GgWsRNY55AbIk7mzl3o7sSKGQ-I2UeqHnGZ9bGi=c0x00000000-cc-rp','13486358490203335051',29873),('AbFvOqm9zlkNlYs-ttWgK7gdO5WC6i9_F5ZoforvubpxuUdqljtLZY3PjCQGaG3kB1pUpa89aN63','Quick and friendly care šŸ’• Lorena T explained everything very well when arriving, Jacob O offered me a blanket because I had been cold, Laura D and Dr. Vakey were very thorough. I would definitely recommend this place to others for prompt, thorough and friendly care!!','2020-10-11 15:48:20.018000','2020-10-11 15:48:20.018000',5,'Ashley Gillispie','https://lh3.googleusercontent.com/a-/AOh14GiadPe_Ig0J1mhZzcNPS-9Xvq6Y0-gp41RIWO7TQQs=c0x00000000-cc-rp','16590124370714063921',34136),('AbFvOqm9ZQWXN2VmWFkOQPSIXFIwTqfiViY5pYdX1_Ie3AKwlr-dtcm1wP5u1WHH42knNH8IhG2TWw',NULL,'2019-09-25 10:47:34.853000','2019-09-25 10:47:34.853000',5,'Meredith Hasselmeier','https://lh5.googleusercontent.com/-ItzMcdUY4ag/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckOPXKANN6XAdZsNKK3_zhfoLlmLA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37985),('AbFvOqmA-9E4DFQjXMFka4oYszBf6BSV1Ugwv4xkCK_6N9RM5zkpfuso_7IhEKw3LhH_gsC4Ii6i-A','Definitely a great facility with excellent staff. Going into any medical office is always so terrifying so per usual, my anxiety level walking into Signature Care was slightly elevated. But I was quickly put at ease by the front desk staffs attentiveness and willingness to get us in and out quickly. Kevin, the tech we worked with, was phenomenal. He was very genuine and personable with us - his humor was definitely entertaining! The doctors and nurses that we interacted with were also great, though we didn’t spend as much time with them since they were busy tending to other patients.\n\nOverall, would definitely come back!!','2020-10-09 01:41:11.397000','2020-10-09 01:41:11.397000',5,'Morgan Kasey Toone','https://lh5.googleusercontent.com/-qPcOCxDbEg4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclctEtFJ_HCxfLAGv1SAIa4MBVEvg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31525),('AbFvOqmA-GMM-jpC0amzn6O8f2fo7B7WKe5mIavi4-IEiFWjUmo8_UkZ8MM-H7f3BEMgZ8Za5wLxHQ','Great service!!!! I was in and out in minutes!! Rene was GREAT!!!!','2017-02-28 07:08:49.986000','2017-02-28 07:08:49.986000',5,'Aryanna Madison','https://lh3.googleusercontent.com/a-/AOh14GgvpeWw8Y0NFLC_5lQElK0U2MLOcNl4LUBfWzr2CA=c0x00000000-cc-rp','3511292162159714121',41096),('AbFvOqma-XZm6x4nToRtqERJs_JqFgkgZMplnqFb_nN82bi_JY_s-OljzWq5frNzbCzh6PCeDLt1_g','The facilities are clean and there was no wait time. The doctor and nurses were very nice and helped me treat and neck in shoulder quickly. This is by far better and any ER experience I have ever had!','2016-07-05 22:55:27.786000','2016-07-05 22:55:27.786000',5,'Michelle Koudsi','https://lh5.googleusercontent.com/-w2S7-p73B5Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmkE_j_icj_C31AzDBGzN_gA6EUXw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31225),('AbFvOqmA0bsImLA_j6i0BQSLrk08B4Bo637qPFKaMQuvYPO58mW111tV592IM9RbsGAHQSiNjm7RYA','I had a great experience.. It','2019-12-17 01:35:41.725000','2019-12-17 01:35:41.725000',5,'Braylon Jefferson','https://lh3.googleusercontent.com/a-/AOh14GgHhyY4CSUjcuVRbFc6Vvdh6Jmz4MY87VT2Kfy-Dg=c0x00000000-cc-rp','3272657195432704501',39750),('AbFvOqmA0cIKbg4Ak6SH0V1n_fquu5DA9w7I7SFJvrO4fVO3lXI72pJpfy3H0LF8IOyREOeNJJMkOg','Took great care of me. Alyssa P., Shawn, Lonnie. Thank you','2020-09-19 22:26:22.041000','2020-09-19 22:26:22.041000',5,'Shaylene Ayala','https://lh6.googleusercontent.com/-tXcof_8IUP0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmT8oISq7Ee0Oh3P2yNMp1Z2HGp1g/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42903),('AbFvOqma0fCGocRloPBz3_81uhRF8VRsbzOOSm7E-2LMP4XrfyRLZdWgPurrWxDzXsB0V8Bk-klmww','Dr. Wang, Keaire, Olivia, Jessica V were great. Very helpful and made my day much better :)','2019-08-31 22:39:25.720000','2019-08-31 22:39:25.720000',5,'Frederick von Mame','https://lh3.googleusercontent.com/a-/AOh14GhrZpruOWyD0p0j04VlthJn7I0hL47i_YJwwek3PA=c0x00000000-cc-rp','3511292162159714121',40423),('AbFvOqma0PBz1WU9Ohog-CvCn-yPr09zfif85Cjh33todBeIMALL0XNj20dozWAa_ZF7Zp5BKFe7Gg','Came here with my boyfriend and this is by far the best ER we could have gone to! This staff is incredible, from Dr. Iheme to Nurse Alvean, truly an awesome team of people! I knew when Jocelyn greeted me with a smile and took me to the room my boyfriend was in, offered snacks and drinks, that we were in a great place.','2019-12-04 18:21:36.499000','2019-12-04 18:21:36.499000',5,'bchupe','https://lh3.googleusercontent.com/a-/AOh14Gj7Ib0FiakMeaaUsQ7fCiAqsJ8i6y1E99bKVLzt=c0x00000000-cc-rp','16389487648212004696',33638),('AbFvOqmA1RmMClAL6nRdRVJbuhH9XqIezuQlGCdlFBVyXRtAOVUI6bjb98NGMPBEyrrN6DT9rL8H','Fast and Good care with Dr. Das and Miss. Jessica','2020-09-16 15:53:20.010000','2020-09-16 15:53:20.010000',5,'Taylor Johnson','https://lh3.googleusercontent.com/a-/AOh14GiRCRwloatp-liM5xarhKaOfwR3fuddLXSu5-Q-fA=c0x00000000-cc-rp','14748677429039074158',31652),('AbFvOqma2CIlWA39UaSvGkccBEAPBGaYbskgj27jQcQznXccYDQBI4SlkSjl326ldbc4uOCe1aafLg','My overall experience was excellent. Fast quick service and everything was very pleasant from the receptionist Patricia to the doctors. I recommend this facility for all of your health needs.','2020-01-18 18:01:44.919000','2020-01-18 18:01:44.919000',5,'Valerie Mosby','https://lh4.googleusercontent.com/-dFwcUhfJM5g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7SZrzYnXGvBZ2jxT8PomLUpyEqg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33491),('AbFvOqma2ys3gWB8b65HhNeXM7Ljh0VYMvoGmMGY_gvapQfT3GFiZyFx2oZzr9OfjeStO7D4vmvM8w','Great experience. Super fast service service (no wait!) and friendly staff. Skip the ER and stop here to save time, money and aggravation!','2019-01-06 16:24:10.944000','2019-01-06 16:24:10.944000',5,'Aaron Savella','https://lh5.googleusercontent.com/-zHs5NhyQL6A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnUjdTHiV5xKt65C2rS4kw_Bf83Fg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40751),('AbFvOqmA2z-Su3JPkhQqBAUY2I1ubkKWlSCKhPwV415qlsBKoJh2ssESRqmKYWpz0-VaB4rCIYA2DQ','I came in for a dog bite, and received wonderful care and attention from Tech Norma, Nurse Hamzah, and Dr. Fiag. They have also called and checked in on me, to make sure I am doing well. For such a bad situation with the bite, it helps more than I can say to have such wonderful people take care of me. Thanks everyone!','2018-12-27 15:39:09.659000','2018-12-27 15:39:09.659000',5,'Rob Dansak','https://lh3.googleusercontent.com/a-/AOh14GiNru0OuHLRCH9AOC1LMRJEsg2l3vl1eUKQjDTnfA=c0x00000000-cc-rp','3511292162159714121',40775),('AbFvOqmA4R_Vu2SpcAsnyY4FzUYP19WCEORocdgkMK-dzygajNh7bzuIL0GiLyz9a-tusjsQo5YF',NULL,'2019-09-20 04:26:49.074000','2019-09-20 04:26:49.074000',5,'Grace Tomas','https://lh3.googleusercontent.com/a-/AOh14GjnGzTHgyrtf7xoyiKKCzgRzbBk1nyHEEpN6TIEOA=c0x00000000-cc-rp','16590124370714063921',34664),('AbFvOqma4V2JNagY9Jxm8IV7Pw4SZkLmFA7ZVJlwG6B_brxKtE1BFfl_FPBy43BB5SWnccAaAoOPzg','Anthony and Patrick were amazing! I feel so much better','2019-04-26 04:25:29.706000','2019-04-26 04:25:29.706000',5,'Kyler Beaton','https://lh6.googleusercontent.com/-7YXQbexCoJk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnPE4Vd9HWoLUo-omf96N2cMHaTJQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34870),('AbFvOqmA4XLH5Fne2iDp5eOa0J4LLzgwVaWRHd_0O3vdJGvKfHq8dM9_6dp06Hg6huhp78S--xic9w',NULL,'2020-11-13 01:29:31.546000','2020-11-13 01:29:31.546000',5,'Bigler Cruz','https://lh6.googleusercontent.com/-Ln8AndUiICQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmAEl0YCrpdU-_8JRA15cgG9B9jHA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40054),('AbFvOqmA5DD3dHVkXPg0rz9Ne-KyjM_uP_kLaaktieARHan28RW4IPfcVbE2oaeqITCzdYCTzauXWA','In and out in no time. Thanks.','2020-03-02 10:01:01.498000','2020-03-02 10:01:01.498000',5,'Derrick Railback','https://lh4.googleusercontent.com/-J8suF2UTpGo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclAyftVbL-C2b8IGbWkiZWekLnOoA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39091),('AbFvOqmA64pBOXzRDW0N2lLv4vM1-VfTYZfgl1xXX7iXb_w5zDxxXSQ62pytfc94vhRj-BNe-dmAZw','I brought my mamma here this morning she was in alot of pain.. Naomi was very nice she got me a wheelchair for her.. She also informed me that due to covid-19 i could not go with her.. I was upset but i understood so i went out and sat in my car.. Brittany was her nurse she came out within 10 min and told me what they gave my mamma and that she would take good care of her.. Thank you Brittany for taking the time to walk out to my car and talk to me it ment alot.. Thank God for nurses like her that really care about making people feel better and actually mean it...','2020-11-15 13:34:36.209000','2020-11-15 13:34:36.209000',5,'Edelmira Lyons','https://lh4.googleusercontent.com/-kq4_2rJvHQI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUw-SE_-bSt3-2ZfstUs_IUk4zOg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34069),('AbFvOqmA6HMD2ltU6nokfLLjy_FP0Qrek4hdvTljjwiMjuGpkxHsCn47ENXPku1oDfyV_AG4-ndFDQ','Great service, they make me feel so comfortable great doctor sourman all the staff Leslie, churia, Agnes and the lovely receptionist Amy šŸ‘ŒšŸ»','2019-06-15 23:18:19.817000','2019-06-15 23:18:19.817000',5,'Dulce Gomez','https://lh4.googleusercontent.com/-dNWhUpTHZYg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmlVI7xUmsKphmsdffi8eVNAod0wQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40543),('AbFvOqmA7AjmG9_OmfHMY1DLw5ATTJy-bYtRBdYpoUe-lPjm5pHlNnVsPfB0l-S29KVCTPhWaI7HYw','I fell down from ladder my leg is broken I gone at signature emergency center stafored branch. they gives me fast emergency treatment service after small peperwork formalities. Thay provides Cold pads,wheelchairs, warm blanket\nThey get my X-ray and send me e mail same time. If anybody have emergency medical problem I advice you go signeture emergency center.','2018-10-10 05:31:56.052000','2018-10-10 05:31:56.052000',5,'moiz xyz','https://lh4.googleusercontent.com/-DRm5kRrorBA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBUsA8zsrxcFzXKYGpLwO4e5n38Q/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43353),('AbFvOqma87ozOG7ZnzScxLAIDb9JkktXNq5n2r5FQgS1PE33XBJ6qBwe2lTbHuFqRu23sxhnwXgI','We knew that we were in the right place on a Sunday morning when we were greeted so kindly by Cynthia! Once we made it to the back, prior to seeing the doctor we were met by Theresa and Johnny. Johnny was our nurse and he was very attentive and answered all of our questions. Lastly we finally met Dr. Smith. Dr. Smith\'s bedside manner was unbelievable. He took really good care of us and we left knowing that we had received the best care. Thank you to the ER Team for taking good care of us. John C.','2020-10-25 14:20:13.750000','2020-10-25 14:20:13.750000',5,'Madonna C','https://lh4.googleusercontent.com/-Qr3rzlktEbk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnlT4dKncUJ-8z3sBGgdxaaHJIe3A/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32195),('AbFvOqmA8xoyYPAePdjVBBV-ehGeJFlW9N6gc5H2ysEsH_i_HbNeWZ6EHO8klLm-dC4NS6W7ZZCi','SignatureCare will take care of all your needs. They know your time is valuable and get things done in a timely manner.','2020-01-14 17:13:33.243000','2020-01-14 17:13:33.243000',5,'Angela Guzman','https://lh3.googleusercontent.com/a-/AOh14GimfzwdQLp4e3sUbx72IsXBiQ6AeWhvfXHRKF-l3g=c0x00000000-cc-rp-ba3','3511292162159714121',40347),('AbFvOqma9jJc1i2iRKr94Nf9xkZEfKlPjLsJbLKIOUUknAHdcbbiKnDZoivwX52KsOCSJXDDykhN','Lisa, Andrew, Kim, David, and Jolynn were amazing!! Fantastic fast service better than anywhere else!!','2019-06-14 02:58:11.071000','2019-06-14 02:58:11.071000',5,'Terry Hemphill','https://lh6.googleusercontent.com/-qYkeeMWj2ew/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxg6R7OjmUc97mdOQA2Olk5CRaWA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29801),('AbFvOqmAa7kvrQWwrNC1J44ptTAqXkNOuSKVP4bfaJNVdWRm08wEKHHCv5apMOWBaoLF1wGwpCfM','Very welcoming and nurturing.','2019-02-22 03:48:02.085000','2019-02-22 03:48:02.085000',5,'Marianna Lassen','https://lh3.googleusercontent.com/a-/AOh14GjO_qjGxYl-IPX0NaGZkWwIkY1tksD68IxgNDjfwA=c0x00000000-cc-rp','8918455867446117794',43299),('AbFvOqmAaCKVBaMM2EQmDwmdp0qr0E0ZuzGMzR0P5hxvnnJRkwwO7HAVzKZf2izFDYaDxZs7wSYv',NULL,'2019-10-01 02:34:52.161000','2019-10-01 02:34:52.161000',5,'Cesar Lopez','https://lh4.googleusercontent.com/-7XN6U8Gqu_E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmafCG6Vq6vRLEQei7ibPuVkDWJeA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29637),('AbFvOqmaaqBcwFuuSh4eDNwTUecZH7gWwvQebBShqCNVPthX7RN5q6hM_4Lf3T5yG9jeld91BBG0qA','Staff were extremely professional and polite.','2020-06-16 22:19:55.444000','2020-06-16 22:19:55.444000',5,'Whitney Wyhs','https://lh6.googleusercontent.com/-uFeRmx3jmzw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnIqTe_4ZJ7UCBAmRGejS5typ95bA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39549),('AbFvOqmaarMMo_B9Psha3XlL6HemYbKWAP_VFOHa37l9NTpubbSeyQ5hJzn1uSWt_HWSb5cEs_mvNg','Great and quick services! Came for a COVID quick-gen test and it was handled clean and professional. Christina and chelsey are the excellent nurses that helped my experience through this.','2020-10-07 18:45:57.221000','2020-10-07 18:45:57.221000',5,'Rich Albi','https://lh3.googleusercontent.com/a-/AOh14GiGapgKpSEWZe-tUsb9d9tg6SE5snyWOeA0En1HLg=c0x00000000-cc-rp','16891069708558046635',35738),('AbFvOqmabbmAMgiXm_1gPXPefKtubAKjF93kg6aVxzeHXO9wnfkrgQ8C53i2rzi4sV9HIjF_P6ANQw','I love fast y’all got us in. There was no wait and we got everything taking care of.','2020-02-12 02:08:13.594000','2020-02-12 02:08:13.594000',5,'ray coleman','https://lh5.googleusercontent.com/-ZSqmlH9MBFE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1krsMey1lk3I0sG7wT1ZBLV_ghw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28731),('AbFvOqmAbbolkzfz1ZxlyrBDw3PiksbQsQwjlq060wzjQWvfNOuEkjlEPFUvv31ZY6UZiaIy8phyew','Awesome Staff...Wonderful And Knowledgeable Nurses And Doctors.I was amazed @the care I received from Marissa,Fahmi,Scott,Quyen,Mercy,Diana and Jenia.','2020-12-30 18:02:59.706000','2020-12-30 18:02:59.706000',5,'kwinzella Crow','https://lh3.googleusercontent.com/a-/AOh14Gg0K4Dw-s8MFPczPPe6XfRY1jRVL9ryRL7UcJBLCiY=c0x00000000-cc-rp-ba2','3511292162159714121',44164),('AbFvOqmaBKu3Jn0HVLfildKGDYEKmtIQ2_3rbilN8fNcl5E4VTlUV8uRW2jpUnlWAudfHDZ4u4zB','This emergency center is so fast! And amazing staff. They actually helped me and listened to Me. Dr.Cavazos,Alvean,Thuy An & Jocelyn were great!!!!','2020-02-12 23:12:15.175000','2020-02-12 23:12:15.175000',5,'Brianna CNA','https://lh5.googleusercontent.com/-StKIbwq2BbI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn0dLKBTjjTMnyMwW-uUp-VEiT43Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33372),('AbFvOqmABp-X7TykDvfoNwxDY4A0T1T3re8aiQaJ24FpsCc4kxbbMEp3lVq7ed-5r5ryYR3jvzmTLg',NULL,'2016-08-22 00:30:17.550000','2016-08-22 00:30:17.550000',5,'Dolly P','https://lh5.googleusercontent.com/-razYsxrSCww/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn--KR16CfcEksxYUnbz6u5jSSn0w/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37311),('AbFvOqmabrrtBL9HzX4GgXZA2dSsBe9gSwio_-XgSYhaKxRT9dxfBdP_qhQwEVgUZ9JCIGR3Ifrh5w','They were quick and very nice. Meredith and Luisa were very helpful and made me feel really comfortable.','2020-11-27 15:16:17.687000','2020-11-27 15:16:17.687000',5,'kenitra sterling','https://lh3.googleusercontent.com/a-/AOh14GjqG0GF0rfDqUHcVbKBzVNRr5lKtQuLPIZUOckLlg=c0x00000000-cc-rp','16389487648212004696',32871),('AbFvOqmaBsFDigLcClwlSGqNIyHeloGIEcdvq_b7z9S2i5sj_qpwj8XOGtziBIpbdfadanJca113BA','The service is above and beyond! The staff is always caring. I’m always asked ā€œDo you need something to drink or eat?ā€ or ā€œDo you want a warm blanket?ā€ Awesome hospitality!','2018-12-19 08:32:30.843000','2018-12-19 08:32:30.843000',5,'Kay Baby','https://lh3.googleusercontent.com/-HIcKTxLintM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMQg1oEOYm6IPdFlMyi1It_J_OfQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42216),('AbFvOqmAC3lNQsqUfN1ZZu7O26gle2hl-ypnZrccSXmA0ocNnc5c6WmKkEgEH8tSB9RGTPJtg4w-','Shai was very helpful, and everyone showed genuine concern and compassion.','2019-06-18 22:14:06.931000','2019-06-18 22:14:06.931000',5,'Pretty Pretty','https://lh3.googleusercontent.com/a-/AOh14GhrGgfLaN6IuLjK09ufoOPgt55PAwIgew3pcsN6eA=c0x00000000-cc-rp','8918455867446117794',43250),('AbFvOqmAcjvVV8J6v3s-cFFHzkhckNkFbqDdVTTd8gDOXeo99BTUP7VJFPQxUY7SJGsDROWcNHOG','Thanks Dr. Henderson, you were amazing.','2020-01-01 15:04:00.313000','2020-01-01 15:04:00.313000',5,'Kamsmart Tong','https://lh5.googleusercontent.com/-nyySfyQZgsU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl0nezkU96QjtVijG2d0dT8BuuYtw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37765),('AbFvOqmaCmInGmTNolLX6lVo_sTCX1sIvIJW1ivuyDzrXq4NV0FK4VPvcX0SMRexXmTjhLQBgDx_','They are an amazing hospital with the perfect staff....kotey..rashaad..ladonna and Mary also Fatima.....and Amelia','2020-02-28 03:50:31.044000','2020-02-28 03:50:31.044000',5,'LATOYA HOLMAN','https://lh5.googleusercontent.com/-TsGHPJbmN7w/AAAAAAAAAAI/AAAAAAAAIyM/AMZuucn2p7Vx5FIUz9B387Uq9xuypwhxjQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36608),('AbFvOqmaCO9HExn_sgQ-DGRfrmxhCx21howRYXHfw2L7YOSTroX_NYhFK_CfC1CucL-fwVZdQP3vQQ','This place was great! Katie made me feel so comfortable! Dr. Rankin was clear and transparent. Check in with sandy super fast. Drew and Eric were alot of help too.','2020-12-22 15:41:56.220000','2020-12-22 15:41:56.220000',5,'Robert Davenport','https://lh5.googleusercontent.com/-RA1rwFC7Zsc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck5Ov02Hsh-JcZ1EHWzPQwJaW2zrA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',43737),('AbFvOqmaD3hqahUQoJ4TcgejUmyoj-2q2SrRB4Wk3Ng1LopbmBBzioe8O72ahUwGQiB1UQ4ftzfH','The team at signaturecare was amazing! Kristina is the best nurse ever!!','2020-01-05 23:33:22.052000','2020-01-05 23:33:22.052000',5,'Jr Adventure','https://lh3.googleusercontent.com/a-/AOh14GhJ_6vzUoNOskTTG9OrzUuBYK5ypioTiJ4er78xYw=c0x00000000-cc-rp','12541597562633926366',28848),('AbFvOqmaDkMER4KplTDH1GSqXOtNla3Uto0zVYUzeEix8XchUiH5bYuXB_4deUY24oqKrR2jONkwqg','The whole team was professional and kind. The facility is clean and new. Would definitely recommend this ER. Thank you to Dr. Alloju, Rollie, Natalia, and Stephanie - you’re all fabulous!','2019-11-17 02:09:58.913000','2019-11-17 02:09:58.913000',5,'Jessica Shishkoff','https://lh3.googleusercontent.com/a-/AOh14GgS12RD4dvkiIOAKtD51hlKBiQ76dZGoznaJUBc=c0x00000000-cc-rp','8679688254631342173',42581),('AbFvOqmadqKMpgAtmjGH_KIekVU42jvNXLglblRUw4mOGAXjL53jSztiJLNXdEP6-Z9-bik_6XCF','Thank u so much Doctor Das I visit here was nice','2020-08-07 23:53:51.115000','2020-08-07 23:53:51.115000',5,'Kemeyun Hurd','https://lh6.googleusercontent.com/-oXhjl4lNDJY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVndE7-Omkuhcz9IIUN5GrPMMINQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31791),('AbFvOqmADrd9cY0539GiQfqNhXr3Sw8tDxH9HwPGYwDzp6ZjhrZdtw4Y9fezb01x-xmltlaw2oWQxQ','Very nice place very friendly and fast','2017-03-15 13:26:34.771000','2017-03-15 13:26:34.771000',5,'Dustin Willis','https://lh6.googleusercontent.com/-kKgg284aQy4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnfjw7m94MpwQm_TbniiVJFNYBJ_g/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41089),('AbFvOqmaDSTgxRtCRGbOQlC3oodlhbB_QeTqkVl2bcfJbSo1BDYiQQCfWUcjona6ROgOYxggZWzLQA',NULL,'2019-09-28 00:09:24.329000','2019-09-28 00:09:24.329000',5,'Melissa Baker','https://lh5.googleusercontent.com/-lYGQv0tdZrY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl2gHt3qfcvx4tBf26ozE4OoG3hNg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29651),('AbFvOqmAe_xI2UqAqoDn3vNIoSjgNgOTuwBKpC9xECetF3ZZk-L_XdOQr6k5ForQn86ps_VnzxSBlw','Dr. Vakey was kind and thorough! I got in and out very quickly and this was literally one of the best experiences I’ve had.','2019-08-22 16:43:14.963000','2019-08-22 16:43:14.963000',5,'Hannah Martin','https://lh3.googleusercontent.com/a-/AOh14Gg744okuV4NgKlLwKuj7frfpLI9cmb7rlDSuVZGlA=c0x00000000-cc-rp','16590124370714063921',34717),('AbFvOqmAE8eocC43I5EJaXTUCqu0Vb0wHnE7GjrJMsmqLGu07EO_jZgtOywCASix4nCdbe6d6UDytw','I recently took my wife here and we had the best experience. The staff was both professional and friendly. I got the names of the people who helped us because I wanted to say thank you to Christina C, Adam, Vanessa, Linda, and Christopher M! If we need the services again we will come back for sure!','2019-07-25 22:43:36.724000','2019-07-25 22:43:36.724000',5,'Thomas Palaio','https://lh3.googleusercontent.com/-O5b4Pfcjuu0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmSlPP6dNNbb4Gjc327nNvcAS2N6w/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36161),('AbFvOqmAEB3u6MdOaN2dgdz4ehK5C5AkSE-KTIsmBUnU3h89unMxS8K8L8aY4-vKQDpn4Sd_EJB3',NULL,'2020-12-20 03:35:06.033000','2020-12-20 03:35:06.033000',5,'Destynee Frelow','https://lh5.googleusercontent.com/-oTyINPlUVPQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8S5Tg_w2kZ1_p9wC8xxgsZVMTZQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38827),('AbFvOqmaEJS0EI7vX-ed3RsLtSi-nBLdJc6RbXXgJm_2gLeqwueh0LTpWuv2J8EJBsyrjQaaPU70uw','Little bit of a wait, but understandable given the circumstances. Everyone was kind!','2020-07-18 14:51:30.378000','2020-07-18 14:51:30.378000',4,'Madi Frissell','https://lh6.googleusercontent.com/-YDIvjn5N-AM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckHRWvJxl0HXnQ84Wg0dFJ_N7HOzw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32013),('AbFvOqmAElGKz6V2X7p8omZ76_gK0uyC13nap8t8m4S4MakQgrgpBDbVyxQZPCG7xpEJr1v4-uTUJQ','My first time going to this emergency center and it was great, from being in so much pain the staff made my experience more comfortable and fast thank you Delfino, Gabriel, Frank and Dr Nguyen for taking care of me! Would definitely go back if I need to!','2019-02-03 03:28:00.678000','2019-02-03 03:28:00.678000',5,'Maria Sanchez','https://lh3.googleusercontent.com/a-/AOh14GgB5Z0UPEwdjk8p018TEpx_o1kRrq0dkheLDY09=c0x00000000-cc-rp','16891069708558046635',36284),('AbFvOqmaElJRwWzxaz57hwdHpSIadEHGYfiHo6anzGktcr6j5hkv6gu2zCJnBTYv8ZVM98t-ySk7','Ms. Sarah (registration) was kind and answer all my question. The staff is great here 😊','2020-09-28 15:32:16.162000','2020-09-28 15:32:16.162000',5,'Pamela Gonzalez','https://lh3.googleusercontent.com/-b6VIOqNMVwE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucneQ3ON1VcC9FVIGu4bBAaEX2Z0rg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36530),('AbFvOqmaESEhOY6nFjcBBqZIiAmboosEsUz5P_aPc82_40azZhzNUZ5_iy2S1Q1ujuLBTIzIS6COZg',NULL,'2020-11-27 20:00:25.704000','2020-11-27 20:00:25.704000',5,'Emily Stouffer','https://lh3.googleusercontent.com/a-/AOh14GiJudR-oMbEsRnSnGCT5rb1YE1G84Z4likjdW2ADA=c0x00000000-cc-rp','3272657195432704501',39437),('AbFvOqmAESEv2W0HDindG3vKzFvI16Cuk0WnF2J9a823vVoHbXa1LUbrRR40S2BRhtPTOBFxh2Rw0g','Christopher C. was our nurse and Dr. Nayan was our doctor and they were INCREDIBLE! If I could give more stars I WOULD. They explained everything very well and were very thorough.','2020-11-27 02:16:45.683000','2020-11-27 02:16:45.683000',5,'josephine ledezma','https://lh3.googleusercontent.com/a-/AOh14GiKA2sBI1suUonRNcRyaUYzryeAnGv0xb2oe77C=c0x00000000-cc-rp-ba3','14567670160750071148',30003),('AbFvOqmaF-BgnoJfku_Cb91Crz0rUcGRfdq1wjf7Sq7GbxmG0uioO4JO_mZ2im8W3Ydfiw4Z3ohygw','I had such a great experience here! Both Brandon and Andrew did such a great job of explaining what they were doing at all times during the visit and made me feel as ease the entire time! Everyone was very friendly and it was very sanitized.','2021-01-21 05:24:43.352000','2021-01-21 05:24:43.352000',5,'Ashley Zuniga','https://lh3.googleusercontent.com/-Te8PIqZv2Jk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnNJMKIHM54q6G-ohSaCwM3ETu_cQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44497),('AbFvOqmaF1zQK4SrHGE16Tjt0UI9_NvN2AUlUKMWXzD2WzHhO-x9wsWV86zBn1kAe4VuIx52e-EbvQ','Son had a smashed finger. They had us in and taking care of him in 10 minutes. Cleaned up, sewn up and X-ray in 2 hours.\nFriendly helpful. Great experience!','2020-03-20 01:10:44.850000','2020-03-20 01:10:44.850000',5,'Kelly Hayes','https://lh3.googleusercontent.com/a-/AOh14Ghj0YVXb4ODDRUmA_503nbNjJ7VgrqhGZIycTKMHg=c0x00000000-cc-rp','13486358490203335051',29393),('AbFvOqmaf2LvIeadtwpja_2R3Y-7PdOD0IqrAQLQrC4mT1cohbPSchp01nvBYtNtUQdYDQdlWameXg','Dr. Patel, Rollie my nurse, Natalia, and Amy were great! I will come back if necessary again!','2019-07-03 00:39:41.662000','2019-07-03 00:39:41.662000',5,'Rosie Laws','https://lh3.googleusercontent.com/a-/AOh14GjX3K_nuoCFk0-tkWzrj7bEokAfzxh7w_f9bWQhgQ=c0x00000000-cc-rp','8679688254631342173',42684),('AbFvOqmaF45DHBF_R091v7YcOp7RMmUVBBtKyrhixG1d-cPHFLlnuVIgDOiyjqsCoJArqHhTt88ZlA','Amazing staff! Quick service! Jessica was amazing at the front desk!','2020-01-18 17:05:09.426000','2020-01-18 17:05:09.426000',5,'Farah GTR Queen','https://lh6.googleusercontent.com/-m72gOGP6v2w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckKcRVQNUr2hzViEwHDO_6cXtzsZA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36651),('AbFvOqmafSG_k7zd7S2mhXDZBgqF9PdTcCzsrgl9Fx9_oiOs7aWEDvC5nCpH5dfg7pe9o_sJRNmh',NULL,'2020-10-27 22:42:57.178000','2020-10-27 22:42:57.178000',5,'Cemone Smith','https://lh4.googleusercontent.com/-H2-mxOy_eDc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm7VO8zomYpGnTHpv5nYm70yFdcHg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31450),('AbFvOqmAFupYX4UsISJt4qQpk9QPo8FilITdWmh-OkhL3R4quVtZaakHf4QdVVO7069gKorM3-dAzg','Went with my Granny early in AM ,, and everyone was so friendly,, fast service alsoThanks 😊','2019-11-01 12:46:52.784000','2019-11-01 12:46:52.784000',5,'Vanessa Williams','https://lh6.googleusercontent.com/-fk3vOOl41ZI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckRJPFDKPY0w8Dh-LrPfL1CpQdscw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33796),('AbFvOqmAFzYTQjDz8fDPtQiF0T8kmzSb4q2CB6ugwtmUyg5W6FKbdVH_RX6iCoB_VZajH8AW0iyG','Cannot day good enough things about Shania, Brittany, and Dr. Vaagenes. Fast and actually care about you!','2019-11-23 07:37:59.017000','2019-11-23 07:37:59.017000',5,'Kayla Hord','https://lh3.googleusercontent.com/a-/AOh14GjtBkLh1zjC1xXq-mKSPHQJ1H8dB8Njf_0pTu9c=c0x00000000-cc-rp','13486358490203335051',29568),('AbFvOqmaG2IxqbwYRTavX9AykxZ4pQRiYx08_9oORLxDMIffr_ENKeaFQd8_eFh7vUymtpu2XrwBQg','I had the best experience here instantly connected with Norma warm personality made me almost forget that I was sick. Her and Robert made sure that I was comfortable well taken care of while here amazing and clean atmosphere the first place that had chargers omg that was amazing cause my phone is always going dead doctor smith was very warm and was very concerned about why I was there and making sure I get the best care I’m so happy that I stopped in at this location best experience will recommend this location for everyone I know','2018-11-07 00:13:13.763000','2018-11-07 00:13:13.763000',5,'kristi Robinson','https://lh3.googleusercontent.com/a-/AOh14Gi8bEH2EKs5Ce-0yQBu5KXkSyolR3G2PNzscnwsyA=c0x00000000-cc-rp','8918455867446117794',43343),('AbFvOqmAGUiOvOdkB-M9Ji7rUmo6c7t8ejiQCwGBbFGel0neQ73Cdd4LtTGcKNaMz6Xo9WOdVrf1','Ryan (at the front), Lisa (my nurse) and Dr. Edward\'s were all very nice and informative. It was a very nice first experience. This is a free standing ER and it\'s not considered an Urgent Care, so be wary. It won\'t be covered by insurance because of that! But really, this place was great.','2017-08-26 21:45:40.590000','2017-08-26 21:45:40.590000',5,'Karla Hernandez','https://lh3.googleusercontent.com/-V7fxehKsQSw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmF4FurA8F36Z4JiCJDFqzdwnbMQA/c0x00000000-cc-rp-ba2/photo.jpg','17394740196501090048',37089),('AbFvOqmaGWPX6wUPcqa6bIvW8Ll2_blgT07pkJBdwO1TnBKU6C-N2Cu7vxac8lNWuTeNNrf8-sqBjA','This place is amazing and the staff are very efficient and friendly. Makes you feel safe and taken care off. Totally recommend it.','2020-08-07 17:15:26.950000','2020-08-07 17:15:26.950000',5,'moy2820','https://lh6.googleusercontent.com/-PmTPoqHXIbo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjysqWbzO-VzVPct6LomNHHHCNMg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31794),('AbFvOqmahBr4L9nyqVf4ANX9eSs1fjS6Q5GBDOUIdfogJgHr_DZXm7y2QaAxqVHRTGMQ_owOw3GUjw','I developed a skin tag over the years and wanted it removed. I started a home remedy with the dental floss tie off then string and it became tender and i was worried i had made mattes worse.\ni went to the Signature ER and they were able to cut off the skin tag and send me on my way. The staff were\nprofessional and caring. I am sure they could tell I was a little nervous about the removal of the tag but they did a great job of easing my worries. I would recommended this facility.','2017-10-16 17:17:01.341000','2017-10-16 17:17:01.341000',5,'Ms Jones','https://lh6.googleusercontent.com/-n0LpTbG6OaU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclkYkF1J0hUDZLSqFHPIz7GQ6Cfpg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43468),('AbFvOqmAHCvJlwmF_HYHicHZC0GfwnLtrCjwuhO3jVBpF0SK-K6fx0fe8RlNzkNRnWD1I4aOnmPjew','Never had an ER made me want to comeback. I would make this Dr. my PCP AND the nurse and rad tech was awesome not the mention the registration rep. This whole visit, was a weight off my shoulders because nobody likes going to ER.','2020-03-14 01:41:15.433000','2020-03-14 01:41:15.433000',5,'DarNesha Thacker','https://lh4.googleusercontent.com/-VpnuiwAHmSs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnkVVXQ1XmSJaQbwQcY4UDgISJemw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42384),('AbFvOqmaHGqhrLJ9Wfbgii0xFroTGvBw8HZMPT-wWRdgrDEJw4aqzm8rt7nbf8wdVz_HzuKz2V5Kmw','Signature Care has become our new ā€œgo toā€ for urgent and emergency care in Killeen! They are quick and thorough in their treatment and all employees treat your professionally and with compassion and empathy! They are awesome!','2020-02-19 01:34:56.306000','2020-02-19 01:34:56.306000',5,'Janet Prang','https://lh5.googleusercontent.com/--Z4dCQZhwqE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQG2hUbYKdUK0Lkl8sGh-XYT8E2Q/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39113),('AbFvOqmahkNY97-nyh12FVba1aAE55oKxlfWjctniaFCNAXcGuVNbxI0RrkGSq9ByXMpeIFn7N1yMQ','I love the whole staff mercades,Kristina,quyen, and Hong was magnificent staff and I will be back all smiles and 5 stars','2020-02-02 22:24:38.933000','2020-02-02 22:24:38.933000',5,'Courtney Wesby','https://lh3.googleusercontent.com/a-/AOh14GjOvs1U7mdUmmHr6vwt4KbCYwsH32UcGg4lQzR94A=c0x00000000-cc-rp','12541597562633926366',28763),('AbFvOqmAhUWi6Ph9KdDk8M3Ej_HlPkpLWsI7ZkjXYzrQPJjpdmEsVVv-TJf7Op65q4IeL0e7yN0E','I had a great experience bringing in an employee. Lisa H was very helpful making sure we were well taken care. Cory and Krystal took us back quickly and insured we were comfortable. Dr. Hueta came in with a great bedside manner. He was very pleasant to be around. Our radiologist Aaron quickly took the pictures and had a prompt report. Outstanding visit!','2019-07-20 21:37:12.192000','2019-07-20 21:37:12.192000',5,'Dean Browning','https://lh4.googleusercontent.com/-8K6miv3cDkU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck9RPJgPhVmY4JzFHFH54t0NhbiJw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29729),('AbFvOqmahvm4gkisFoN1iGXya_IES3jjNJaAEV_04oQ6iI9wAmttFSFjnMcjy3yAAmDbeisZBJk5YA','This is a great facility! Caring, loving, and all about patient care!','2019-06-19 21:56:18.493000','2019-06-19 21:56:18.493000',5,'Christopher Dinh','https://lh6.googleusercontent.com/-GWOcq_Xijik/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn82Nib1_h8Ed5FBeoF0ru5QxKsrA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmai-eXb6_QB4WoFw9j13fAPCv6gkjbZLhkCeDbF3-RaQnXCJwJPEQccoxKWmWYcfza1aA1','They were friendly and very polite! I always feel welcomed and comfortable when I come here. I never have any questions or negativity to say about them. 😊','2021-01-14 23:14:29.694000','2021-01-14 23:14:29.694000',5,'Keston Davis','https://lh5.googleusercontent.com/-Zn7-KU9S7x8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmU352SxoBBpRMPPRhhbpadWRJz0w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44522),('AbFvOqmAi2bUr6ozreSX2dpijx-g0zhDWf5KeSUWv544qptuA3ZYcs2WkWCWSD6vSdj2FJK-j9sxxg','Great service that staff is always great and Dr. Patel was pleasantly nice and caring.','2018-09-19 17:17:07.488000','2018-09-19 17:17:07.488000',5,'John Henry','https://lh6.googleusercontent.com/--Ptw1sKXN6k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckb1QPYvrCWU4gK4ZzP_g4flN1zjQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36895),('AbFvOqmaiCtnRnoXvCWfj-ZoBNNIG1PGVHMVpyvGx9zfESRT1WjwVxAhZnT4OcNyB5yAnX9T7uOFTA','The service was fast and quick. Dr. Nguyen was nice and ran all the appropriate tests. The staff, including Nurse Ekaterini, An, And Kathy, was also efficient and cautious when I got treated. Overall, I had a great experience','2020-11-07 16:33:27.983000','2020-11-07 16:33:27.983000',5,'Mike Jones','https://lh3.googleusercontent.com/-UY8Oz4drmYc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnpd3asJWxam76_cbKGpP4YjKicpA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32975),('AbFvOqmAiD_tKlkP7O7ojLxgTahA8hOtlr7ZXiILX-yW9HAOvQ9Mk12WO40SPK3UBpHLAZ8_X0LccA','Thank you Jennifer RN, Dr Ashbrooks, and Kelly with registration for taking care of us today. I highly recommend Signature Care to anyone! We were greeted at the door with smiling faces. The visit wasn’t long, we were in and out. Great care! Great place! Great staff! Thanks again:)','2019-07-25 23:01:16.192000','2019-07-25 23:01:16.192000',5,'Kayla Townsend','https://lh4.googleusercontent.com/-NVuLiFjF26M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclB9XJ_Buj6QRQNCKysauN-aF-NfQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39833),('AbFvOqmAidte3VpFJXwZcV_38eVmKvYuSCOjLeHE8lBLoZsMGsXecRqNesODx3kYmmIue0liLjWT','The nurses and the doctor took care of me right away and treated me with respect. They got me ā€œIN AND OUTā€ I appreciate everything they did for me so s/o to RN- Lucas, Kim Domanski- Registration, Kim Davidson- Radiology Tech. and Doctor Ashbrooks... HANDS DOWN ā€˜ Best Emergency Hospital in Texarkana!!!!','2020-01-23 02:40:01.081000','2020-01-23 02:40:01.081000',5,'Darniesha Wrightner','https://lh3.googleusercontent.com/-kVdFOm8IEP0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck4Qlk_JBPZL7j77CSIYxN-Y1o0AA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39677),('AbFvOqmaIdvM-fKSymzBydd7SCqllsTsW6rKobSIuqI6_Uw5yyDkQ_kyC45l4zz0vvhXplUZptV8Vw','I had a wonderful experience at the Cypress location! Dr. Leavitt, nurse Jani and Marcus were outstanding! The front personal were amazing also! Thank you Vanessa and Jocelyn!! We were in and out really quickly!','2019-11-11 19:32:10.628000','2019-11-11 19:32:10.628000',5,'Cori','https://lh4.googleusercontent.com/-PUZjX-1mQso/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckForQ4tvR1aPImck1vzw1_GFClIw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33771),('AbFvOqmAinuB5owVtypI5nDxrNdbE9nBby0czqRvj2wCXo1LOjZQZolji7G-t_xN1gVjDa5pDzJfNA','I waited on the phone for an hour and a half and was told to come in at 10pm to get a wristband so that I could get a covid test the next day. I arrived at 9:30pm and they told me that I was supposed to register online and all the tests for the next day are gone.','2020-06-30 05:12:25.908000','2020-06-30 05:12:25.908000',1,'Sara Ali','https://lh3.googleusercontent.com/a-/AOh14GhPNO0i_uXy9InZqcrTahhaPMXYyqpECHWIRsXf2w=c0x00000000-cc-rp','17394740196501090048',36574),('AbFvOqmAJbqac3z4UH8MWrHUsSP_9QUCTzsSGIHq9qOOqS_aWiEKVKBCHD__y63wmsq2bnbFGAdh','Patricia and Vivian are the best. Dr. Dang took very good care of me within a great 30 minutes. Will be back in case of emergencies.','2020-02-18 20:44:57.058000','2020-02-18 20:44:57.058000',5,'Kinesha Fernandez','https://lh4.googleusercontent.com/-jwBMLTTg3Lo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZDhYbwFeihEqRMRdXSnu_uqULMg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33362),('AbFvOqmAjL-S1Y9d68czQvwWRK7sM_bDB7ZlRhIyKrsZ9DSbCjr5ZQ6xyF48xAN2hAL8Fis3aLKRtg','I had a great experience at this location! I thought I should take the time to write a review! Amazing staff ! Dr. Edwards ,Tammy , Joy, and Tatiana were so friendly! We were taken care of fast and treated like family. Also I was very happy and surprised with the low cost of our bill! If you live in the Sugar land area you should deffinantly come to this facility !','2018-03-03 07:15:25.360000','2018-03-03 07:15:25.360000',5,'nathan moore','https://lh3.googleusercontent.com/-7thItjV_9Z4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmvuk2cGu9Fcp6DYQQAd_nHCgUNVw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36976),('AbFvOqmAJLkQ6jk2wxwHY-D-sQ5zgsm09ScEI8eegd-AvvlVpuf0EUcHJ9BDSSl4bl3s3qeb4JtA',NULL,'2020-01-23 16:31:38.070000','2020-01-23 16:31:38.070000',5,'MFTIC King','https://lh3.googleusercontent.com/-70doA_swgNI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnk_Zpf54PbCjXJIQyA7cOzZqSJwQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42496),('AbFvOqmaJs-AxnSpfWk0iiGJs6eX0A9DpLBAzGiAAMPuUyKdha7Bm9dAeKrJeDgzq29y16f-iO5Pgw',NULL,'2020-10-21 11:53:04.924000','2020-10-21 11:53:04.924000',5,'Nicole Manning','https://lh4.googleusercontent.com/-EdlD6f8RrIQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckaj-cksLLgVQoKy2rOzOJuvYTDOg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32207),('AbFvOqmajYmcc3cdtJFLgEq2ZLptVjM87imvsWBSjFmh1idmsjMWU7kFc6W6fv-4NHfKU3DoxvEq-A','The staff was very courteous; Dr. Harjai,Erika and Patty. No delays whatsoever definitely will keep them in mind for future emergencies.','2019-09-25 18:08:03.770000','2019-09-25 18:08:03.770000',5,'Isamel Chavez','https://lh3.googleusercontent.com/a-/AOh14GgRlr62wGS2isbC3Pcp3SnSLqJ5avliaNcN_m93dA=c0x00000000-cc-rp','16389487648212004696',33929),('AbFvOqmAKHNxEXMjrxFrr5wSm75AivrQo0vlVj7r0uYlMEy_5to7upBUr52My-N6Zvx-wGDaUSzf','Alvean & Luisa were very nice & professional.','2020-12-28 00:11:04.249000','2020-12-28 00:11:04.249000',5,'Angelica Lopez','https://lh3.googleusercontent.com/-flMwd7WGDLU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnGI3bZrhYXJPZcSyIEnR3EfVLFag/c0x00000000-cc-rp/photo.jpg','16389487648212004696',43988),('AbFvOqmaL_f-YZpOL-byKDwr1QUz_9Fngi0caR5rP5weJyzkXH-XSbvBwPd-OKd5cyjKKZUiiha1CA','Staff were very helpful and nice, they took care of everything in timely fashion šŸ‘šŸ½šŸ‘šŸ½šŸ‘šŸ½ā¤ļø.preethy was really sweet.','2017-02-08 18:19:25.588000','2017-02-08 18:19:25.588000',5,'Jasmine Burton','https://lh3.googleusercontent.com/a-/AOh14GjCCTW9Afz2-bsnl8L5WfdDWOmE2esWEPxGqXzkAA=c0x00000000-cc-rp','17394740196501090048',37217),('AbFvOqmalCvrBmuwZjS_Za776UoGFy0nhIfcLtH6DHswKi_xkGlBlkL5HSuIA2DDw-PALj_E9EpzbA','We brought my scared 10 yr old in with an infection this evening and received excellent care. The nurse, Mollie, and Dr. Henderson, were both so kind and gentle with her. They worked to comfort her through the whole process and communicated every step they made. Both thoroughly explained her at-home care and we left very satisfied with her treatment. We have found our new er facility!','2019-11-05 04:02:33.658000','2019-11-05 04:02:33.658000',5,'John Schumacher','https://lh3.googleusercontent.com/a-/AOh14GipYl-9FCXRqdFpcSgNnamqUDoAQYSW1lVqERV7X4c=c0x00000000-cc-rp','3272657195432704501',39779),('AbFvOqmAlhEHipvbz7v3IcPevdZP6oZcfRqeWTQZ9FH1WM_mmx10WI12cPjktfTcUEeoUsdUhBVcyA','Dr.o\'malley, Patricia, tricia.b and Jose are angels.. truly they were so helpful and kind and went over and beyond to insure all of my needs were met. Will definitely recommend to my friends and family','2019-11-29 22:24:30.579000','2019-11-29 22:24:30.579000',5,'Angie Jones','https://lh3.googleusercontent.com/a-/AOh14GhFv_lEcbsDkNP5Dt4Px4ELfahYxiAv6KXXHR0viGc=c0x00000000-cc-rp-ba2','16389487648212004696',33664),('AbFvOqmaM14YvqX8Pz9Ik_y3kdGFy2SFl6wKT5X4G5tpM0rFOaFvk8_8n-Vjy2H2f0A6CtwkmcB5lA','Very nice place staff was very polite and helpful.','2019-12-21 15:21:18.615000','2019-12-21 15:21:18.615000',5,'Herman ValdeZ','https://lh4.googleusercontent.com/-iIfR1EA-80o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclNKlXZXDE9g5T--5EkfgmbK93Wjw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43154),('AbFvOqmAM1fdLbRIaWUk2R1ipmXNswtuQvK_9hwq-plgwq3Cxwof9KGr_GNnNv2MLOoUW6_W0La9','This place is always amazing! I have had to come here multiple times for various things and the staff is always super helpful! Everyone there has been amazing even in these tough times.','2020-12-22 15:56:05.003000','2020-12-22 15:56:05.003000',5,'Kenneth Hurt','https://lh6.googleusercontent.com/-RG-AtfrF6FU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclmWClyr_ZawpFCwL1wXvnrFhOW5Q/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43736),('AbFvOqmaM2wN7KQ4gi1IaAP_zoXBGLB7WZaoDlKIjV-D3gQ7Efn940QhQuyqnUBNALvO2wyGfreBWg',NULL,'2019-01-29 15:55:46.822000','2019-01-29 15:55:46.822000',5,'Meranda Chavira','https://lh3.googleusercontent.com/a-/AOh14Gh1j9VCZ7B94J4-e3n-RBmRZb1qA1u-_3L9ft105g=c0x00000000-cc-rp','6521947413723274945',41773),('AbFvOqmAn7SKX0cU5NBOqyc1Ubixqcqm3CHEb4kb-791DaqFJTRvEMArVFH4ybfcZxEmgWZ34fF02A','Great staff and wait time!!!!','2020-11-14 16:23:43.988000','2020-11-14 16:23:43.988000',5,'Nikki E','https://lh5.googleusercontent.com/-zOXZbO3qXSY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckYhoCdCHd97OIyk7wjdNZRYPKKAw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31368),('AbFvOqmAnPyWcW0ckhyslh8PlheiMMf2ymc3pzJS_xIGqC9u5Ym2pltZVB9uqHxC2h-k1mf0QwC_','I had a great experience at the Stafford location was very fast and I was in and out very clean and they made sure to sanitize the seats great experience overall my nurse was Marcia she was awesome I know if I have an emergency I can come back to this location and be taken care of.','2020-07-23 03:26:16.741000','2020-07-23 03:26:16.741000',5,'Marcus Vredenburg','https://lh3.googleusercontent.com/a-/AOh14Gi-oxxU8L_5om9L8SWVzLcT1QO836k3UTP4BnXecQ=c0x00000000-cc-rp','8918455867446117794',42980),('AbFvOqmanq85xnVcDA9LfI6ucqabsrWH8GbFzGJ1c-ecx0Y2QZ1BCyskmUzUQYOs3w0eZ9xqrujXzg','Great service! Patricia been helpful since I walked in! Great place, Thank you.','2020-02-14 23:21:17.780000','2020-02-14 23:21:17.780000',5,'Brayan Robertson','https://lh3.googleusercontent.com/a-/AOh14Gi9tRYf4Z-ZitUEDnPnsjTVdM-Ide8yXUPaWYw9=c0x00000000-cc-rp','16389487648212004696',33365),('AbFvOqmaNsHYyR7LgvhK-Gby0C9QzUvk5_NOCfTBtM-kJBtprzOnAaTdlxd391M6CsOaa9q7bdOVnA','Keaire dawn tessa and olivia were awesome. My experience was great','2019-08-16 20:58:11.791000','2019-08-16 20:58:11.791000',5,'Adrianna Benavides','https://lh3.googleusercontent.com/a-/AOh14Gjqo54Ut47D3SgRFSBe4wg_kETipu6qN1DgLdTqtw=c0x00000000-cc-rp','3511292162159714121',40437),('AbFvOqmANY_PX9LSTNbePmSJHgfEJ-Qm3dLZk--d8HsaV5kdrhhi2DzpbpLMUpLg-ieFA9KsSbPX','My nurse Gabe was excellent!! So kind and so caring. Rayven at registration was so kind and so helpful. Such an awesome experience!!','2020-02-12 05:35:14.204000','2020-02-12 05:35:14.204000',5,'Shelby McManus','https://lh3.googleusercontent.com/a-/AOh14GhNrQePugbXvgqFqStzf7mciKuTf3haHmbhh072=c0x00000000-cc-rp','16590124370714063921',34374),('AbFvOqmAOah70S0Ghm5_BtwPXukvMIkZtKEcmS99EhLwR7RXumDfl8YbkBsC27naM_pNuX8Zka1cgA','The staff were all extremely nice and welcoming! While waiting in the back to be seen by the doctor I was given a warm blanket, a remote to watch TV on any channel I wanted, and the nurse propped up the bed so I could sit back. The receptionist helped tell me which pharmacies were still open. My vital signs were taken when I first got there, and before I left to make sure I was okay. I was given meds while I was at the office, so they made sure I had someone else to drove me home. They even had that person sign me out. I would highly recommend this facility to anyone!','2018-01-24 16:03:18.582000','2018-01-24 16:03:18.582000',5,'Sarah Kirby','https://lh6.googleusercontent.com/-X9NDMShGx9I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnQIAvkz9cdMYOiVjBQQ77yR94XKQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35320),('AbFvOqmAOC6_9o56f3vKrlJs2IdIJYFDXn5TgeGEtU8r54CJCmUrDqbDZb87XI15TPqZzz9TpZfyaA','We had to come back last night 3/12 with my daughter this time and being treated for the flu ☹☹☹ everytime I walk into the facility Airianna greets us with a beautiful smile and prompt to registar Alexis to get her in the back.\nGina & Josh were quick to triage and felt really good to see then ask about Leo \"since he was just treated on Sunday\" Dr. Lindsay was quick to come in and evulate Alexis and start running test. SOON we were informed my baby has the flu ☹☹☹ Churiah even came in to check on us and keep my grandbaby entertained while I was caring for my daughter. Signature Care is AWESOME and truly makes everyone feel welcomed and our health is their main focus...... Thank You for the wonderful care šŸ¤—šŸ¤—šŸ¤—šŸ¤—','2019-03-13 14:06:31.908000','2019-03-13 14:06:31.908000',5,'Rita Aguillon','https://lh3.googleusercontent.com/a-/AOh14Gi0hqoMGQx0M0h3IRndp6h1uOU7amwl2ThwZpy6FA=c0x00000000-cc-rp','3511292162159714121',40616),('AbFvOqmAOcl-f57kVfNZMc5ath-x6Xwsxfie6T8YT-oLMZAGsQJO26U0nZX5Oph-E9kirT-GiaiX','(Translated by Google) Tech Georgia was very professional and helpful. It made us feel very good despite everything that is happening around us.\n\n(Original)\nLa Tech Georgia fue muy profesional y atenta. Nos hizo sentir muy bien a pesar de todo lo que estĆ” pasando a nuestro alrededor.','2020-11-27 22:17:47.221000','2020-11-27 22:17:47.221000',5,'YITO SOTO','https://lh3.googleusercontent.com/a-/AOh14Gjjhn8EXfivdvJB2bK668Y29CzkwfP4LfVfc3J_nw=c0x00000000-cc-rp','14748677429039074158',31313),('AbFvOqmAogr5GDPJ2hm_mGLRgfLH_PQyAq5VH0-4qZ8bF7yUXVYefNx0npUwmPe-iKhFiDfAb4obLA',NULL,'2020-11-27 17:03:06.662000','2020-11-27 17:03:06.662000',5,'Jessica Roman','https://lh3.googleusercontent.com/a-/AOh14GhUYgq8veu_kMkTr9osCowIuSaGFRw7dGZkPbwLbw=c0x00000000-cc-rp','16389487648212004696',32869),('AbFvOqmaohQ__qyxzzWf0NsdcV2sXyJ3t9tVJdP94bivaE9-r6WxW7ywaZ2w0uD7Z2bF8ohN1o7ZEQ','Almost No wait time my daughter was treated with great care.','2019-05-03 18:40:36.669000','2019-05-03 18:40:36.669000',5,'Emiley Campos','https://lh6.googleusercontent.com/-le-qlJTf-l4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclakmF3CvcdFYYiHDW9xvN85H1w4A/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38193),('AbFvOqmaoPZZNfdQTrUxUPoRwDo4Tvv1F7fpWc-0eTbis36gpyQiutw5RlYesm9hgnQ6q93qQ1qOzw','DR Jones kathy Kim Sherri where all very nice','2019-03-13 21:51:52.749000','2019-03-13 21:51:52.749000',5,'Stephanie Johnson','https://lh3.googleusercontent.com/-Ud09wM4vHuQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckUZFCneaAB5vijtrSlv4bGiNcapw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39898),('AbFvOqmAox1kwXfV_PiY0smw3Hzo9egCWMZuKv43bMWPkKlrlRpB8eYZoim1ix3_sktgGV48M0FNQQ','Staff is so friendly','2020-11-16 03:48:11.772000','2020-11-16 03:48:11.772000',5,'Adriennechris schumann','https://lh4.googleusercontent.com/-Ya5LOaCrVI0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl2r0_s7x9OJc92IqUA4PtijaRLog/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32150),('AbFvOqmaP_SzkeVeNsu-1rzPvS-33589QeDBG9qvNqdLntr_iXxhzOenW-vEsNt6EXnPB603_6kiSw','I had such a great experience, every time I have any Healy issues. This is the my first stop all the time.','2017-02-04 17:32:13.499000','2017-02-04 17:32:13.499000',5,'Orsito','https://lh3.googleusercontent.com/a-/AOh14GiIi1_6WaA5Hz3f4xpZC6skVN17pfm9Z1Sem827QA=c0x00000000-cc-rp','17394740196501090048',37221),('AbFvOqmaPRD3wLMoZngfNPnW8AAKRrxB0O8nKG8zgfiCv6Fj7D__HWQ7Mc-bpRDz_3EkyqXo1uHTNg','I went to their drive thru to get the nasal swab covid test this week. I was so impressed with how organized and professional all the staff was. Y\'all did a great job keeping all the cars flowing! Thank you for your service!','2020-07-19 05:08:30.388000','2020-07-19 05:08:30.388000',5,'Patti\'s Door Decor And More','https://lh4.googleusercontent.com/-j2jtBq8Vi-c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclDI2fhemMDFfOge1WuRYiAwHh4Qg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30164),('AbFvOqmaPxQr81r-KrD0ANPh4Vtdjvdk2esdTnBrs8VFFlVhs10AnYISz-8YeDXVTsSL5JVG6XCv2w','Very helpful and patient! I was helped by DR: Kimball, nurses Gabriel and Remington, ER tech Patrick, and RAD tech Morgan.','2020-02-02 18:10:47.402000','2020-02-02 18:10:47.402000',5,'Becca Curry','https://lh6.googleusercontent.com/-fYRcrtnWGJk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckmKHZYrD8MzA3Ur3vkJfwenfn2Kg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34400),('AbFvOqmAq8SCY6Pe7DeQ-u3JC8pZ1diY0AUh7R8Tg-kJ7uTv1AlmQW-ez_8geYybinQL3n5S8Jxn8w','Awesome experience!!','2020-03-01 06:26:36.401000','2020-03-01 06:26:36.401000',5,'Nathaniel Alli','https://lh6.googleusercontent.com/-6DqkB1jFW60/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclq_ucUGRmt3KV6KUz22C26XMfaPg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36605),('AbFvOqmaqFiLP6t5bN3SOU6cANRIbDLUSozI71xsCTkHKDLabTPg5puvlS5_fGm0Ncf6WBiNGHbp6A','Fast, excellent care. Very friendly staff, made sure I was as comfortable as possible. :) Thank you to Dr. Pham, nurse Blake, radiology tech Rick, and Vy in registration who was very pregnant but came to meet me at the door to ask if I needed a wheelchair. Thank y\'all!','2019-10-31 05:56:07.653000','2019-10-31 05:56:07.653000',5,'Christin Poursartip','https://lh4.googleusercontent.com/-lUCJNpZyvjo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckIaWI7Bssn1Np92ZanbI7cYV0J4Q/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42618),('AbFvOqmAQGVZ2gRE8Uei0Xc3kedxn484zqsaJSb2gAZNXRg6rJHN_NeLRHdZlT1kJV9hIkz73q6N','Great service!','2017-08-29 20:45:21.165000','2017-08-29 20:45:21.165000',5,'Daniel Prasca','https://lh3.googleusercontent.com/a-/AOh14GiQeL8yVCRaaouFszdkKPK2iLJPdhh3dE9HK6Lhtw=c0x00000000-cc-rp','16590124370714063921',35392),('AbFvOqmAqNbhBEABpAbOx2MF7ZD6JbXtwBbaeUyN0WdMfMzs5GqbRxvidWqVry2tObKhAb8GbRl6','After working most of the day with a bloody head injury the staff welcomed me in with open arms! They were just what I needed. They were warm, kind, professional and very very helpful. Christina C helped me fill out my paper work, Christina R was a sweetheart. Dr. DeWaal was amazing! Very kind and understanding. Three staples later and I\'m at home feeling very greatful. Thank you to the entire staff!!! Thank you! Thank you! They even gave me stickers and treats for my baby girl I had to go pick up. I loved the attention to detail. Oh yeah and loved the warm towel I received while waiting for the Dr.\nI believe that\'s one of their many attention to detail things they do for you!','2018-05-18 01:06:08.099000','2018-05-18 01:06:08.099000',5,'Mercedes Flowers','https://lh3.googleusercontent.com/-f_47OrgAPgw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnvgv9qxJ7yCWMlQ-F0In5y9-mDTg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36402),('AbFvOqmaQOG-6kAboXC0MWp3LWS0SUODA4Mvm85JoW9gPSM095i9K9xCcAbMtltSvj2uJub8reN-9w',NULL,'2020-08-13 22:34:03.521000','2020-08-13 22:34:03.521000',5,'Thomas Lehane','https://lh5.googleusercontent.com/-zXDb0Cd3Xug/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXdH_zHZSwYyjTtiN6nYelTX3dBA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28570),('AbFvOqmAqqi6ak2GcRtwUCx2P0L27qL2Ib9iYv7WT_hZvebv1azstMLVsxBnqqgUdarNwuwQ1QltkQ','Looking at other reviews I did not have the experience that others did. My appointment was set for 2:30pm for a Rapid COVID test and by 3:30pm I was still in the waiting area so I left without testing.','2020-10-02 21:02:49.713000','2020-10-02 21:02:49.713000',1,'Phillip Surles','https://lh3.googleusercontent.com/a-/AOh14GjS1EO0B98ZhppBc6BW5bowqH63bnCa1A1pLoDZWQ=c0x00000000-cc-rp','14748677429039074158',31579),('AbFvOqmar6dhUHqj0lBmmBNbo-B1NM8-gXvpYk6rngfh-viK2tzTHzDfUp9WzR0bJ1dWKDENkQn9',NULL,'2020-01-03 23:34:39.254000','2020-01-03 23:34:39.254000',5,'Keisha Harper','https://lh4.googleusercontent.com/-7K9cXD8Pysc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmOzjtl3G0DtSZ8VssHbFjn_OBBbQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33546),('AbFvOqmaRLIVS7sf03ERzKQqKMvR5ijOpltcmG6niyCrXR25dwnNIQe_9dfyELQ_NvmQ5nSz8SsRVQ',NULL,'2017-04-04 15:58:50.415000','2017-04-04 15:58:50.415000',5,'Leah Whitney','https://lh4.googleusercontent.com/-sJX6zS5s0Sk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnRW58yIgSw_vgPN6-6F8TcV5HkZg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31072),('AbFvOqmARPYeIbjIZTcM7HdR7Soc2OpGYXlmqCvRsE2PYhsbbwJxYXEKvCiCXUzMrrT5wSGAcFbP-g','Awe nurse Manny , and tech : Rachel. Very nice and friendly made me feel comfortable!','2019-01-06 22:13:36.770000','2019-01-06 22:13:36.770000',5,'Beverly Natividad','https://lh4.googleusercontent.com/-CEvCa00dLbQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck6U66YevuHHnE5sc2fwlHEpcKToA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41789),('AbFvOqmarxcKk2Epf6CWZgP9j8zZdBqVxfOXMiAqiDFR2rY-rzwgyonAno72lBmzaXyIlARn5Nb8GQ','I was seen very fast and all the nurses were so kind!','2020-12-21 07:09:55.018000','2020-12-21 07:09:55.018000',5,'Lauren Upchurch','https://lh3.googleusercontent.com/a-/AOh14GjxaCf0fBNxH6A5HFFdEaRvOCyvnMXNw6Te8Eo7kg=c0x00000000-cc-rp','3272657195432704501',39381),('AbFvOqmarYcEcLr3B9nGP8gkJf6b-17G3RsELooNcoSc6M9FymlhRjtTwq9At5n8g0vsko9rtZMTQg','Went for covid testing on 11/18/2020 and Alvean helped me out and took care of me. Speedy and safe!','2020-11-18 23:20:24.880000','2020-11-18 23:20:24.880000',5,'Ian Lancaster','https://lh3.googleusercontent.com/a-/AOh14Gieo7zBIjVORuf6swdl5t4ttIvVcfgJh03aD99v=c0x00000000-cc-rp','16389487648212004696',32908),('AbFvOqmas_tSycOBmfwIg5kqeZsggFSfognWZaXcQIH37nge7qmg4uvHTnWbOkr-MMxXrqkjkrbl','My name is Sheri Young. I was at the Odessa location of SignatureCare Emergency Genter on Saturday 19, 2019. I am chronically ill with a very long list of diseases. I go to the Infusion Center at our local hospital Monday, Wednesday, and Friday every week for fluids and almost always I needs a Potassium. I am in complete gastric failure. I have J-Tube & a G-Tube. I cannot eat at all. I also have multiple autoimmune diseases which leaves me in the ER often. Our local ER has told me that I do not belong in their ER. When I cannot stand the nausea, vomiting, pain, etc.... I have had no choice. I went to your ER today. I was completely amazed by the care I was given! I felt like I was at a spa! I was taking back quickly. They were fast getting my IV, running my blood, and getting me treatment. The whole time I felt cared for. Not because they were just doing their job, I could tell they really cared! The unbelievably warm, soft robe was beautiful! They offered a shower and had a bag of miniature beauty products. It felt a fancy hotel and welcome!\nI cannot thank you enough!\n\nSincerely,\nSheri Young','2019-01-20 04:37:38.034000','2019-01-20 04:37:38.034000',5,'Sheri Young','https://lh3.googleusercontent.com/a-/AOh14GhVJMY_WaEdTVGYGGRHldZpA2323NujNaAEPU-H=c0x00000000-cc-rp','6521947413723274945',41778),('AbFvOqmAs1JUNFSzSx8JovjhXk8ddX_w-UAm9aik-icI6I-DAIGqdftlphAl6s5lwwoG5ApA52o0GQ','Georgia was amazing! I loved my experience at Signature Care!','2020-11-19 02:50:21.297000','2020-11-19 02:50:21.297000',5,'Daddy P','https://lh5.googleusercontent.com/-6_ZJD3sfdOU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn-Ics2lw7Ed_l2HXHMoqCoLhkmAQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31342),('AbFvOqmAt0itY8jS8lb2vYLE--8ZaeuHW3HTDhEbTv6WxNTaDiNffVoPNd0R3qwYTyuzR4LON7k-Vg','I had an amazing experience ! At first I was scared but Elizabeth was kind and caring as was Naureen she helped me and was so nice. Dr. Sueman he took care of me very greatly and made sure I got fixed. My favorite was Dion because as soon as I walked in I was scared but he made me feel much better with his positive energy and he was so funny and friendly and even gave me some souvenirs. Overall I had a great experience. Everyone made sure I was helped and taken care of !!','2019-12-29 04:06:50.364000','2019-12-29 04:06:50.364000',5,'Frankie Vega','https://lh3.googleusercontent.com/a-/AOh14Gh2HxohZhTxOK5C2t-EP50hlkhaikMraoFiw2BF=c0x00000000-cc-rp','3511292162159714121',40358),('AbFvOqmAthL9uLxBIXdKWFoaAI0aP_m7xarB-B7WW49T9T2TLvOKDQRBje5n3N-y3200DI0d_P1exQ','Quick wait time, friendly staff, good follow up\nTanishia was so welcoming and friendly! Charlotte was very helpful and thorough. A great place to go especially since COVID makes other ERs so dangerous to be in these days.','2020-10-28 13:15:22.831000','2020-10-28 13:15:22.831000',5,'Traci Crandall','https://lh3.googleusercontent.com/a-/AOh14Ghejob9hfm0sz_lz5Uxq-zHlwVUfRVW4T3zLmQ=c0x00000000-cc-rp-ba4','17898197009688164559',37481),('AbFvOqmATlN0--IPkM3Q0p5fkzEMaG9rkPJHpQ2HVBzVqco-afciX7xjGZwnNnI27u6jPOM5QJ75','Clean, professional, and friendly! Well taken care of during my visit','2019-12-28 03:32:35.050000','2019-12-28 03:32:35.050000',5,'Whitney Rosenbaum','https://lh3.googleusercontent.com/a-/AOh14GgASPVEXmQFS2rtbkEeO99V_klQ9mwgSNcgxlkm=c0x00000000-cc-rp','3272657195432704501',39740),('AbFvOqmATss6bEu5mRPBMbdq4FE8N3gh_4sOxuGb9jJdUcYn-bWfLPm_H_M_VKcUASL7dednyPv04Q','I had a flawless experience at SignatureCare Mission Bend! There was almost no wait time and the staff is friendly and professional. I loved the clean facility and great care I received.','2017-05-13 18:03:07.605000','2017-05-13 18:03:07.605000',5,'Kay Williams','https://lh6.googleusercontent.com/-9sMAjvrq8Wk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnFGMdWHklDVGrsjV8AAQqFoval_w/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37155),('AbFvOqmATTMizRjCY952t_qVsS8W7nT0Jj77hZ4MbjfCHXer4cHuz9V7fObFU2h6UpwDZRcf6t4g_g','This staff here is always so amazing! This is my 4th time coming here due to strep throat and other circumstances. They’re always so friendly and really listen to what my needs are.','2019-02-23 17:30:36.373000','2019-02-23 17:30:36.373000',5,'harley lerche','https://lh3.googleusercontent.com/-42-wILGJTdA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmErlStVTfRC9msXi1AoDbcEGKFcg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34989),('AbFvOqmAU6s8YiQ0iOrURCk2v5UVZ24s7GRA1v7wmuBUL3A_jnD4fZQmYYCt4fdUbaAdEkzhpHdW','We brought my friend to get her finger fixed up after she cut it and Dr. Anders, Nurse Jacob we’re very helpful, they made our visit very enjoyable and easy.','2019-03-24 19:03:56.250000','2019-03-24 19:03:56.250000',5,'Lucero Ramirez','https://lh3.googleusercontent.com/a-/AOh14Gj5JNjhUz8nlMaTbe2G8rYllggqZVK0BEYbC9xg=c0x00000000-cc-rp','16590124370714063921',34950),('AbFvOqmAUBnvdlQRWhrqTbxZhWjugIMzO3FjomWIMxKEykNgEpHMvz6x56nmyHBUSCy4ZT0AJjbQ','The service here is amazing and they were really quick. They were very attentive and made sure i was comfortable. My tech was BriAna and she came in to check on me while i was waiting. The doctor was sweet and concise. Overall, the experience here was top tier.','2020-10-16 15:26:27.008000','2020-10-16 15:26:27.008000',5,'DAsia Bando','https://lh3.googleusercontent.com/a-/AOh14GhUSgIdFbNm6_U3OzX-fX19-2wZGRFWjX9cQMAFoQ=c0x00000000-cc-rp','3511292162159714121',40173),('AbFvOqmauhdaF7lgvC9fhRZBEDW0qSWI5Ab_YLaQ4v4HChOIAhOMRG6Wxx-Bf2fiwCjSRjCt61eGNA','From the time I came in Patricia, Jose and Tricia had everything taken care of. Quick fast care, so that I could get right back to work.','2020-03-12 21:03:11.750000','2020-03-12 21:03:11.750000',5,'Amy Hirst','https://lh6.googleusercontent.com/-1ul4e8l9Ul4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck9ggsD0CkrKHLSSYOiTWsVBzPsQg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30203),('AbFvOqmaUIw32WHL0E4VJ6LqCPEpSTTkzZAsApEGI7ysjOgD_F3_TCZGMTJrcY40RTJd_31PSDab2g',NULL,'2020-10-10 18:33:57.674000','2020-10-10 18:33:57.674000',5,'Kylie Hayhurst','https://lh6.googleusercontent.com/-89rdbq4RegA/AAAAAAAAAAI/AAAAAAAAACY/AMZuuclmPZn8oEOD3PqXmnsrQBJvP-ZLOA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38928),('AbFvOqmaUsoo2rwPEGicrbtITAWds6Pk2f4-OKkBBuvRnEk6xK1YCr851rxQSRraXsWCNs_HqivNbA','I came today and they were great, super quick! Very friendly staff, and so efficient. The team worked well together too!! Every single person from the registration desk -Vanessa, to dr. Henderson. The staff works really well together too. When I first came in Marcus the radiology specialist and Jordan the ER tech keep me laughing in high spirits even though I felt miserable! Great atmosphere and when the nurse Alvean came in she fit right in with the smiles and giggles. They were awesome and every time I come here I get different people but they are all amazing. Highly recommend anyone coming here for emergency care! The staff makes the quick experience that much more fun!','2019-12-03 20:13:03.170000','2019-12-03 20:13:03.170000',5,'Yolissa Cumba','https://lh3.googleusercontent.com/a-/AOh14GiHxes1nPaD9AJBnrUzzql-bl76ufUGOfQd3kG5Tg=c0x00000000-cc-rp','16389487648212004696',33644),('AbFvOqmaUX4dDLK7ClFGWrtU9rah4vw0hG-4pn_5T9RxoGxvuq9flc1JfBU8WvuVobTru7R3O5-t','keyshawna and natalie were amazing!!!','2020-12-07 17:59:36.017000','2020-12-07 17:59:36.017000',5,'Victoria Vasquez','https://lh3.googleusercontent.com/a-/AOh14GgsQG_WRmnyq-P4iC2uIYN3nOIyal2kvI8NZ8llCw=c0x00000000-cc-rp','14567670160750071148',29996),('AbFvOqmAVdL-flujhIyVDsSfRZKaduxnqp0ykOl8X6p0T_tVTd-KOJk_Q4DWmeaVl_iUBn3FWFh26Q','They don\'t take medicaid or Medicare. Call first','2018-09-20 01:00:43.370000','2018-09-20 01:00:43.370000',1,'Timothy Riley','https://lh4.googleusercontent.com/-2HzQ739Tu9o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckG5izPdHvNFHoovjjSKUfLeWVHjg/c0x00000000-cc-rp-ba5/photo.jpg','3272657195432704501',40003),('AbFvOqmAve0hGy73dGy-xklCxQoStUyJkVIguM2MAjEEMPGu4sCIrjin_77snawWWma8r-AwnBgI','This is an awesome place ! Very prompt, very warming, very caring ! Genesis , Natalie, Nichole, Staci, Dr. Tina Chiang and Brandon were all very helpful! Great staff! They all played a huge role in caring for my son! I recommend SignatureCare Emergency Center Stafford location to ALL! Thank you all so much for the pleasant experience ! 😁','2018-10-10 21:34:29.096000','2018-10-10 21:34:29.096000',5,'SaQwan Edwards','https://lh4.googleusercontent.com/-x7IdzrxXAJ4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmitJHooVqv1TJTJFBwmjfA6ZY9qQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43352),('AbFvOqmAVo04k0JoD8xFEJIV9usMf-T5bj3S8VQEZKOgi8z9GC8IoLQFuG3TsWOraS7nnbs-1k5-ng','Confidential','2020-07-24 13:13:26.678000','2020-07-24 13:13:26.678000',1,'Lilia Chavez','https://lh4.googleusercontent.com/-EIpW9lFnpE0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnD3sVPfMdNIvSXI6BSBVEIm7bubg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40226),('AbFvOqmavQMMwErq0wG_kGYeELA0hYYnC2nx-oJoSQj_GGqKqNspT0XOjA2Tt-KKy2w4CGzEkBeX','Staff was very friendly and efficient','2019-06-17 14:52:47.191000','2019-06-17 14:52:47.191000',5,'melinda enriquez','https://lh4.googleusercontent.com/-QKzKOF4I2pI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm2OccW4udOv7UYzmH9aGPo1GrYFw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41692),('AbFvOqmavUeol9-IUy0a0VAI88aLLVf2Tc7uPC0ftREuWLa83z7Vmpaj5LRyrrcafrQybcx_5Y5zFQ','so amazing, the staff here is beyond kind. i have come here a number of occasions, not just for myself... i have also taken sick friends here as well. they are very efficient and professional and by far the best urgent care i have recipes in bcs :)\ntoday i worked with kendra, remmington, dr. daniels, and laura and they were a joy!','2019-12-08 15:15:13.274000','2019-12-08 15:15:13.274000',5,'Madison Lustig','https://lh3.googleusercontent.com/a-/AOh14GhtADRT5yiqh-fc6qa-RTyZeXS3UmoaZXUMpMt4UQ=c0x00000000-cc-rp','16590124370714063921',34513),('AbFvOqmAW3MUXX0suuF9rYk_s8hlDldIe91RHYL08iltmNg8nAAm_uK_TZDrhvX6cQzp9eo6CjJllQ','Wow ! This place was amazing,great service from start to ending . They made you feel good to be in there hands','2017-09-17 04:46:35.816000','2017-09-17 04:46:35.816000',5,'Chino','https://lh3.googleusercontent.com/a-/AOh14GgwafPUyqsXfaepPFcj2ZERuu3WuyLo3NtkEbBO=c0x00000000-cc-rp','8918455867446117794',43481),('AbFvOqmaWdSUV6TAZ_Dyz9TStCBsuhOovGyATHJz_Jfh4yHsjzdcpfHTvD1nw0WJt20vzz5aq3To','They were very helpful, they treated me with no wait time and was out in a timely manner. The lady at the front desk, Hayleigh helped me getting the bill taken care of and was very professional. Thank you!','2019-08-27 20:21:56.068000','2019-08-27 20:21:56.068000',5,'AcidTea PartyRevolution!','https://lh3.googleusercontent.com/a-/AOh14Gh-ppezTVth2jJza1trqCQML27bBwuDN_CXj5wGKA=c0x00000000-cc-rp','12541597562633926366',29048),('AbFvOqmAwfuaxBPJl2LrZZT-72n5VJ8UdR0nUuR1BqSvcvhKJU5Z0urxgutWUt3_RRxqjc8dfQQbww','I was treated at this center.Dr.O’Malley was exceptional! Nikki and Jessica went out of their way to make sure I was doing fine and comfortable. Overall I had a great experience there.','2019-05-13 03:22:35.936000','2019-05-13 03:22:35.936000',5,'Hugo Saenz','https://lh3.googleusercontent.com/a-/AOh14GgBLyMRdxr9Ji_ESpkeuY5dbp6Gw8bDy-8YlDjf=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmaWiumD3HUe-mXGXzVFXD2GBXw8RU5SArxWFzkRbYt2X-V3zifkLVrEVjKSa8to6hPB_p6WQ',NULL,'2020-10-12 22:01:50.320000','2020-10-12 22:01:50.320000',5,'Dereck Dreyer','https://lh6.googleusercontent.com/-zBa6Wb7B4lQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckY9nAjDwXm21o6WYLWDjVnT6hH-Q/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32232),('AbFvOqmaWWB3cxa7o8dfGQq49apVAFc9oYDScqvThVOtdE2uDYeSikAgcEJyQh8fqV-XFFpnlHogPQ','Great service. Everyone was nice and addressed the situation.','2019-01-28 19:22:21.664000','2019-01-28 19:22:21.664000',5,'Micaela Rocha','https://lh5.googleusercontent.com/-icdwKxlihCA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnuHWMjKp2BEalBKtE4gHzPXnVDdg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29921),('AbFvOqmAWxLYn8Xnz62KwrcOLoVZrI0Mf95EqLLr6owyz01q10e11ShJt3x7w1G-LTmyYCZ9g6rT7w','Excellent service! And thank you Keaire!!! Great staff.','2019-09-08 20:35:31.516000','2019-09-08 20:35:31.516000',5,'Jamal Haqq','https://lh5.googleusercontent.com/-O3m6FtOT2VQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKaoqmddvxqYVi7HFt8ZLTBdg72w/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40419),('AbFvOqmawXTcyRuvHgoQqXEAJcVNbx9VM0gW89QBjnVkvPM9K0AGTuOUs5nebMzSvdvG-3-r3fpRFQ','Went in at 11:38 pm, the staff was so helpful! My 2 year old son had a little head injury. He was fighting them like a crazy but yet, they were so gentle and kind! Very patient! They took amazing care of us! Definitely would recommend! Thank you again, Jocelyn, Lisa V., Allison and Dr. Huerta!','2019-10-12 06:25:28.365000','2019-10-12 06:25:28.365000',5,'Jessica Gomez','https://lh3.googleusercontent.com/-6AZevt8LNXs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmIT_uSwBnLcixr1cQdpelnlycy5Q/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29624),('AbFvOqmaxIKmu9mBA1y5kvc_5loWjnlrJjigHD4HhooRp26G2DoxHAjlq2Soekw5FO8NeFml2PF1','Service was exceptional, friendly, quick and overall against the unpleasant circumstances of being ill and having to visit a walk in clinic. I was positively surprised with the entire staff and when I shared with my colleague, he shared a recent experience that he raved about. Hard to believe that we were talking about a walk in medical clinic but it\'s true. Top notch professionals.','2019-12-04 15:10:02.024000','2019-12-04 15:10:02.024000',5,'Michael Insalaco','https://lh3.googleusercontent.com/a-/AOh14GjivZ-7TNP6UadvoiRsMCLv2WKx8ZkLwVIwiK8dWg=c0x00000000-cc-rp','3511292162159714121',40379),('AbFvOqmaXsJ_1xWAsHAYURIng0CAOK_IxlFJbEC8VXLb4EEBCPO65fg5YqNIrIb6jPlGMiLsxx9x6A','I love the friendly staff and clean place! Always sparking clean! I hate when my children are sick, but they are always welcomed here. Calli is one of the best nurses I’ve ever met! Always willing to help and it’s with a smile. No other ER like this one! You are In and out in NO time! I came at 10:02 pm & left at 11:15 pm. I love it! Best in killeen and surrounding areas by a long shot!','2020-02-24 05:26:57.441000','2020-02-24 05:26:57.441000',5,'LaSaige Sibley','https://lh3.googleusercontent.com/a-/AOh14GgFWgpTpEt1eiXdDRzUM2yIgbMMRLnYABjYPojCHEg=c0x00000000-cc-rp','2694018788013845459',39098),('AbFvOqmAYHxu1RvUSxnFYy3R4YjUWOY5UpCiDMSil-qFOxqO9xGyU7g2qJzPsDqBI7S4rI2hm67lAw',NULL,'2019-11-15 02:49:15.431000','2019-11-15 02:49:15.431000',1,'Tim Griffin','https://lh3.googleusercontent.com/-efx7JbSz5ps/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckX8ttrDOFEauFM-DDABheeElkRhA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30409),('AbFvOqmaYOeETjShojmdeLBZn8_kWDh0cZNihRcs5m80OvPg51Vk0WpkQ1sczau_Dq-57xgSAwzO-Q','Kim and Dyveliz were so kind at the front and helpful. It made the experience that much better','2018-08-14 19:07:19.790000','2018-08-14 19:07:19.790000',5,'Audrey O\'Neal','https://lh5.googleusercontent.com/-JDHvhwdGfLs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclIoFOGXaRZf2FLG8w6ouiXn28NQw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35245),('AbFvOqmAyx28KCqz-CIkjDGa0HAgJjSAFoov60Ir_bFYb7GjizFZJYWw9cUIPAKjuN16N5bxHqbyUg','Great ,Fast service. Everything is fine and Kim, Andrew,David, Lisa, and Alisha, took great care of Josh Hargrove. Got dehydrated at work and wasn\'t feeling well. Glad it was nothing serious.','2020-09-29 20:39:11.112000','2020-09-29 20:39:11.112000',5,'Scott Hargrove','https://lh3.googleusercontent.com/a-/AOh14Gh3l4FOMVHsDYqUdDCch5fI3GsUxc2i_HUO6YGt5Q=c0x00000000-cc-rp-ba3','13486358490203335051',29302),('AbFvOqmaz8j08sSzVSrnViXaqtgh_ruqcVWQ1JHEewY_jwmVLDVOEqUx0RHn1NlL3QE2ojtNan9z6Q','If you are not feeling well. This is the place to come too. Delicia, Karen, Cedric, and Dr Mauldin were nice and very helpful.','2020-02-27 23:22:58.289000','2020-02-27 23:22:58.289000',5,'Ebonee Auston','https://lh5.googleusercontent.com/-EeSitoEqzEs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmUgEFO_V4BXDPogJQVMbZ_h1Fx6g/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42413),('AbFvOqmAZe5fEDIyT9eJ_f_bopCR0vRKSwEiiMVJms0gXlrzv4KxvTNIZq2AxuljL5CcR18hj6cVpQ','Friendly staff--Dr. Yost, Kim & Christie, Gunner, and Kaitlynn & Katy.','2020-09-02 17:54:13.766000','2020-09-02 17:54:13.766000',4,'Beth Massey','https://lh5.googleusercontent.com/-JSdAeroqLhU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm7Mwqxn3O1v_Y9VtNNyKa1SGLvUA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39534),('AbFvOqmAzf9AshxTUizW6y-RXV-xBN55Oyp9AsUJ4lOWyAsTLQh7nFZLAq2Icm0a4URNySUxYn2W',NULL,'2019-11-30 20:36:43.091000','2019-11-30 20:36:43.091000',5,'Harvey Gause','https://lh6.googleusercontent.com/-vxHlmPNAkGw/AAAAAAAAAAI/AAAAAAAAMEA/AMZuucmuwnRSjlWQKfnsvFSpKyOw6Ol59w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33658),('AbFvOqmaZGMzlgK-wAGjM9qekJSQceo38WXdZ6UVJGzTWkuZitjfc_8P5QVqGeyKBmmvzCYvyLDx','One of the best experience in a emergency care. Got stitches without an overnight stay. Dr. Thomas really did a very good stitching my right middle figure. Nurse Sarah G. is very professional.','2020-01-17 08:48:42.813000','2020-01-17 08:48:42.813000',5,'Amador zepeda','https://lh6.googleusercontent.com/-AKJUC19YP3w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmOpgm77IHQXhXUnJ1S3O9UMTKw5w/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37744),('AbFvOqmazripBWyDwV1oywOgggZ5wOrGloXC2B_97e2LENtreJqGPRoo-uLw19xStmmi0OEKdwWSiQ',NULL,'2020-12-23 02:03:49.657000','2020-12-23 02:03:49.657000',5,'Bobbie Freeman','https://lh3.googleusercontent.com/a-/AOh14Gj56XwyHqLgrMZ6WGuDcTBd1glZ041LPa9yB-Jp1g=c0x00000000-cc-rp','2694018788013845459',43708),('AbFvOqmazTOmxq-OA7YmIAzCaTA5gh-aLhgSzVdSwtJTTDcZbIHKmf3_s1cn95pxdpXgrwEyIKsg','I’ve had a great experience here. Always given great care while being taken care of by a wonderful staff. Today I was being treated by Lacey , super nice and friendly . Definitely recommend šŸ’ŖšŸ¼','2020-10-31 05:28:30.146000','2020-10-31 05:28:30.146000',5,'Josh S','https://lh6.googleusercontent.com/-MnLagPYGIGM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmx1j3DI7APE7B977u0AziAcG1Q-Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33037),('AbFvOqmb-aHWiqluqMo-vzhfUC6e0Qdt6BGIRHbM3jFjPWKXNCy7vJfpxbQHSdrLx8uFQUbvuOI_OQ','Excellent medical facility, clean modern, complete with CT scan, x-ray and lab on the premises. I appreciate the prompt results and evaluation of my lab results and tests. The personnel is top drawer - The doctors, nurses, techs, and admin are all very professional, knowledgeable and accommodating. I had to stay overnight for chest pain, had a very comprehensive exam (i\'m ok !). Excellent care','2019-08-07 22:34:02.709000','2019-08-07 22:34:02.709000',5,'Ted Snyder','https://lh3.googleusercontent.com/a-/AOh14GiUZops9wt_xVTaFkMRiQtjnHLdm_9Lnes4Z6ST=c0x00000000-cc-rp','14904078213800803294',32434),('AbFvOqmB-xtGRPVWxhqpIB5N8qnqHl5-UWWq3Fb13a5iQ-46vl5reY-UEQLPtN-BLvtbjw1VDIWb4A','Dr. Angela is the best!','2020-10-27 02:03:09.346000','2020-10-27 02:03:09.346000',5,'A. Vahai','https://lh3.googleusercontent.com/a-/AOh14GhBFMhb-MLkkKgjL9H4nqcZsX1WvTHOs8Sxp0nTxA=c0x00000000-cc-rp','14748677429039074158',31456),('AbFvOqmb05mm0-3u7Ka4KwZ87N6NkuT5c1sBLO2qA9GDDeLNb3czosQsFEVCGZWB7r5D4oTO7xZ_aQ','Great experience from Alvean, Marcus and Patricia. They really made our visit easy. No stress, no hassle and we were seen immediately! I can appreciate great service.','2020-03-03 19:41:32.610000','2020-03-03 19:41:32.610000',5,'Caren Caliste','https://lh4.googleusercontent.com/-9G9ZHOnsSC4/AAAAAAAAAAI/AAAAAAAAF8U/AMZuucmCjow9Oc8mDNrFHMniUqJnWyz9Sg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33302),('AbFvOqmb1Jhh3e_vE4pUqiK-voV0l0aN6OZrLI6h4U0lmIeQYyrR0D9k5jgmO8dLEkLo5Dfrhiy0gA','John James And Valory Naomi are fantastic! I came here and barely had to wait. They were very prompt and tentative to my needs. They are great people doing a great job!','2021-01-04 20:55:23.894000','2021-01-04 20:55:23.894000',5,'Kelly Murphy','https://lh5.googleusercontent.com/-BZ-feizpiNI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclF_2cYX1s8AW319V56trUrFK-JSQ/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44347),('AbFvOqmB1kntP2dfg3_0wIQTAcb6_X9yDM6bMNnhAyLaX9XS3d6SN2sr0bJDSciI0c5hnN8aN2ut','Great service thanks the doctor Thomas Sarah g geo any Laura and tanishia','2020-01-17 06:41:44.828000','2020-01-17 06:41:44.828000',5,'Caress Boyd','https://lh5.googleusercontent.com/-8bEz3X_Spgc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmyRwDcPR-fLOb1v_ESRVYKgbL6yw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37746),('AbFvOqmB1O21IOXJBuh4vZ86wrprM5a6PT4lY22VKveFHdun588geIzyed411SnQvtFiAZoGMSDcuw','Clay and Christina were very friendly','2020-12-19 15:35:55.783000','2020-12-19 15:35:55.783000',5,'Tristen woods','https://lh3.googleusercontent.com/a-/AOh14GiSFIIvMEsH18ah4aN-eegSwSbjcdmQNIGQ70zv=c0x00000000-cc-rp','16891069708558046635',44542),('AbFvOqmB1PFESMST0YI9QPiA-3lGMMoiEPwcGjXd0qfjQdpd1G8GV9VXr2_fyXG-ZNtok3vefeye',NULL,'2018-12-08 02:17:59.224000','2018-12-08 02:17:59.224000',5,'Ashley Morrison','https://lh4.googleusercontent.com/-aXNOWcq5qF0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6rDY6C_xyCbGX92cBjeBmXBoT3A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35077),('AbFvOqmb1VhTo1ZrM8OMeBHpwiM1sGpeCfUVo0ixlO-ZQI70n8PKDsfJtdunRkwl_ENm7jVarp8DLQ','Every single time we come to this facility my children are treated with great care!','2019-11-21 12:26:17.912000','2019-11-21 12:26:17.912000',5,'Inez Vansyckle','https://lh3.googleusercontent.com/a-/AOh14GiFADsh8c8PUcjcowHOz0ure1R4L1nZvnz6qpdfgA=c0x00000000-cc-rp','6521947413723274945',41551),('AbFvOqmb3m5s2_JNJ3NIQhQIFoPi7ZPcblNY8LkwZbedLcpF7efkJ1_VZ-6KgGcKi5vKpAnfbmXO','Excellent Service.','2017-01-22 17:06:15.648000','2017-01-22 17:06:15.648000',5,'Knorr Cardoza','https://lh3.googleusercontent.com/a-/AOh14GgXSW78q4URl5ZRWYgYNYgskBYLS5kUlR4ONw8=c0x00000000-cc-rp','14567670160750071148',31127),('AbFvOqmb4CEZ_ssCybuthe-9GBASClOGu05RJf79KH-_tBey4m9k8FzFHIt8Lw_eLsiy-K9uUTdD','My first time here was the best experience. I was greated as soon as the slide doors opened, was in and out with in 45 mins. I think the price is very good especially if you don\'t have insurance. I\'m very pleased with the help I recived. Thank you all so much.','2016-10-30 20:13:36.085000','2016-10-30 20:13:36.085000',5,'Victoria Vega','https://lh4.googleusercontent.com/-cgzpIRsY498/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl7ZxEeIsbtPoJI_mKp81Tw_PYYLQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31167),('AbFvOqmb4mmpjdik0hnQOXLve2rQtSTpBc6Yr4ogfx_fMqJe7LVKf8TN9DOIp_ZC6dKcJ-cLoGL4Rg','I went to Signature Care for a Covid test because of how fast the results are are. I had never been there before but I gotta say I was very pleased by how nice the staff there is. I had Technologist Townesend take care of me, he was very nice, calming and gentle when doing the test. I will definitely come back when I need services again.','2020-10-16 13:01:29.636000','2020-10-16 13:01:29.636000',5,'Mely Avila','https://lh3.googleusercontent.com/a-/AOh14GjuEzaIXzwT7CGxZUOJlevBCZqKi8GaJyyX7bpJxA=c0x00000000-cc-rp','16891069708558046635',35697),('AbFvOqmB4qDmuqrueFcaVQglaYhHTgLX9JYo0uaD-eQnCO_DCw1aeC2av9RIQ6bhnw37Yw9DWKV0NA','DR. GRINBLATAS and his team is really great. I asked all my questions and Dr. patiently answered them all. They are very quick. Also, Less paperwork, less wait time.','2019-06-24 03:14:51.744000','2019-06-24 03:14:51.744000',5,'Kübra Akbay','https://lh3.googleusercontent.com/a-/AOh14GinmNrNnWGddBInAgpsBeq-98LOrDmgNNP-cHmU=c0x00000000-cc-rp','17394740196501090048',36755),('AbFvOqmB4VsqwXMiLYDjYAL3-y_I-A4j6cEp3ZlzqArrxz6t0Uhv-UxASLEjmYvwRaQLz5x8cmuD1w',NULL,'2016-02-06 22:41:37.818000','2016-02-06 22:41:37.818000',5,'monica noria','https://lh3.googleusercontent.com/-UB29YziHy9Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmAj5Z0wrcdTtJ-z5zVHWH0I9qmbw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37383),('AbFvOqmb58bPYgqRorzanfMvY2BkQVC7_gLeBAihXhUdHBMMYkaCqIDYqEJ12-MqjRQS6GazcpYU','Jordan and Alvean did a great job and took care of me .','2020-10-20 12:39:33.110000','2020-10-20 12:39:33.110000',5,'amir carter','https://lh3.googleusercontent.com/-ufyILUJMUO8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6Tu8b6-tVqiMiSARhXjktszLGgQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33145),('AbFvOqmB5OUTZX1l72q-gflUf_kQ3T5qCXCSpxyaaY_oT1zmy60RXNk5pmP7Xf2iL03JC_ipwnA7iw',NULL,'2018-12-14 16:37:55.556000','2018-12-14 16:37:55.556000',5,'linda jones','https://lh5.googleusercontent.com/-EviEk1GcZcs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmdk_DTCKgS0Q89l3FTBwHnQDjYog/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42218),('AbFvOqmB6198lSu4T6CmoTF6m0QyMxaCJZGq_E2JwPQEoBdXcjANLMqJioL9Xb4ndJLl4-G8o_fB','The staff was very friendly the entire visit. The nurses (specifically Jacob and Remington) were knowledgeable and explained everything that was going on. Dr. Vakey was great! He broke down everything that he was going to be doing and what my issues were. Kendra at the front desk was super nice and answered any question I had. Overall, great experience and very friendly staff!','2020-01-19 19:22:50.071000','2020-01-19 19:22:50.071000',5,'Jonathan Hoar','https://lh3.googleusercontent.com/a-/AOh14GieceOePQco0u3XesDrXO3nXRXuAWei-oXjJ1SfYA=c0x00000000-cc-rp','16590124370714063921',34426),('AbFvOqmb7aduGWL-wYlqm54e1lTKYCE22d_ZqHXTQBIDCyJrjLcW7BZvOsU8sHV0p5HoDHjwnmJzLA','Needed a rapid covid test and heard this location was the best option nearby for quick and easy appointments. I was able to make an appointment online and was seen immediately after filling out my paperwork. The staff Clay and Chelsey were very friendly and helpful. Would recommend this location as a good option for testing.','2020-10-24 20:18:37.211000','2020-10-24 20:18:37.211000',5,'Juliann Rosales','https://lh5.googleusercontent.com/-rxYz9BGmYIA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmBTQ69a4sAAgwh04kS0G1CGLgRvA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35677),('AbFvOqmb7k2ZpVS11HsUBFKQnBWs1-4z5PTHYvqdlPas_PzaayGIem1San4rUoBZa9NLBI316wcLKA','The staff was friendly but the wait after seeing the doctor was a bit long.','2016-12-06 10:04:13.604000','2016-12-06 10:04:13.604000',5,'Audrey Nkadi','https://lh4.googleusercontent.com/-lprgP0W4g7s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucneFxp7gI9ysrCut1w-yehZ7VE_qA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37251),('AbFvOqmB7Lt1Bu72S_KGeToS4V9i6biEfUu4mPKCGQCNScahTB3tovwZluWIzFFg4UGB0PUkvXmxBA','chelsey was the sweetest technician i’ve ever had !!!! walked me through every step , and was very gentle with the covid test . HIGHLY recommend :)','2020-10-03 01:16:27.349000','2020-10-03 01:16:27.349000',5,'Sophia Ostroff','https://lh3.googleusercontent.com/-vAqqum5DLhE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmzRnhs7-4mCuBUZlUWkuSqx7tIpg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35747),('AbFvOqmB8FkL1nvEGTvVAFftr0XljzwP8E4GQNYy6Deq3FTNEB1uGDSXeyDfzTvxhDcj9kzW4Y6CdA','This is an amazing clinic! I had the best caregivers; Dr. Vakey and RN Anthony. This is by far my favorite clinic in college station!','2018-11-29 20:04:53.115000','2018-11-29 20:04:53.115000',5,'Meghan Mabe','https://lh3.googleusercontent.com/-jmp7Z-yv7zk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVE4V6a5Qn-niKhFPIbKYl-gPgJw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35086),('AbFvOqmB8GI_vYrk2EybONNAZABe5FitdxNEt8KJAFH68MKxVX8Jb-nz7kMj_ql-aSzM5JQADsOD-Q','Hollie was super nice and funny. nancy and Gabby were sweet and didn’t hesitate to help out in anyway they could. HIGHLY recommend !!!','2020-08-02 20:48:53.233000','2020-08-02 20:48:53.233000',5,'Adriana Zapata','https://lh5.googleusercontent.com/-OHFc_BunL1g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucndO5kPEHr7j6t97dq6VSOjq6KFlw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41315),('AbFvOqmB8rcvTh52tzOmZhWXjvGVWm8hwOuEe1ipSL-fqNBWiyAat-tPd2FK-XnRuAo7Vu2Gf5hOXg','The nurse Brenda and the doctor Dr.Garcia are very nice and helpful. They did a good job. Highly recommended.','2018-09-26 01:48:52.549000','2018-09-26 01:48:52.549000',5,'Ramon Galang','https://lh3.googleusercontent.com/-067GMkPMBIs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnc0G0bmirHkYF3UGNBgdHAE-i47A/c0x00000000-cc-rp-ba3/photo.jpg','8918455867446117794',43357),('AbFvOqmb8vkU4b60PC1LDeuaq9iFhwJmlDQHSSDqi8AxnC9gwHAOcYpalOq3W9AnOfTlD2MRnQvz','Dr. Lim was super nice and made sure to go over all my symptoms. Jordan and Valory both offered me a warm blanket and something to drink while waiting for test results. Ekaterini was super sweet in asking me how I was feeling and making conversation! Overall really great experience with amazing staff! Each clipboard and pen was sanitized and I felt very safe.','2020-11-09 14:35:35.196000','2020-11-09 14:35:35.196000',5,'Paige Schweighardt','https://lh3.googleusercontent.com/a-/AOh14Ghn-A5vimB4zvpqUwWzzlaOKvthTS_9m76QJCsvYQ=c0x00000000-cc-rp','16389487648212004696',32963),('AbFvOqmB9T_ompRIMbkSfqb4cixz2iF-KIP3A_PSJD6bBfySRPfEH4sKe0Ez0vtrGO-0pqhS3K_v','Amazing service and care from Jennifer at checkin to Erica and Ashley to the back. They me feel like I was the most important person here at the time. Plus I was in and out in 1.5hr!','2019-07-18 22:50:32.117000','2019-07-18 22:50:32.117000',5,'Tricia Reed','https://lh3.googleusercontent.com/-LlgfhcoQ27I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmkUrRWAEWtQj2CE1fphWTIyy093Q/c0x00000000-cc-rp-ba3/photo.jpg','8626688543755174284',42023),('AbFvOqmB9zl6dOlqIFNHc94__CUJ9uW80Dn9aPFbPNyRvpEhAMuiCUp9D4U1BTUqCt5qXZPbBELVFg',NULL,'2018-05-23 02:10:37.883000','2018-05-23 02:10:37.883000',5,'Alliance Collision','https://lh5.googleusercontent.com/-3MRIpMNHo_4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucloyu_OXj-8Aa7riDyAc9W6CUTRow/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36399),('AbFvOqmBA-gt_kEuilFHGdwBEBaZkQG6PzRFoKVapE65vymW2G-TUX-ZoHnicnfYSvd36TF7YF7vIg','It was a great experience. Dr. Golla was very caring and did exactly what we needed done.','2017-05-21 18:24:53.993000','2017-05-21 18:24:53.993000',5,'Shawn Washington','https://lh3.googleusercontent.com/a-/AOh14GgQY7VsQ4TICjhhuGx3HAdgbryfB0VsGLNqoVXlkEw=c0x00000000-cc-rp-ba3','17394740196501090048',37148),('AbFvOqmba0pon1CcXjxVwEIsMNyQ9XElJbBEd_RapzDVNVpGvPSGBNiHM0n6bQ7-sSepDo_l5N3mrw','Dr Nguyen, Racheal And Ashley were amazing!','2019-08-16 19:59:34.286000','2019-08-16 19:59:34.286000',5,'Destiny Harrison','https://lh3.googleusercontent.com/-bWefR0Yc3ko/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmmXmxam5z1I37wQEKl8I5ZqvfboA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38025),('AbFvOqmba7U5rlYnCuhtVBfWga_XN3nFy-V7jrXD4HEcRceXvFr0bEA1uwsOIyr_r69SNYdVMeWDCw','Love this place, always in and out with no worries. I appreciate the entire staff that is working during this tough time. People please understand that this pace is a EMERGENCY ROOM, and critical people come first. I whiteness people get extremely upset because all they needed was a COVID test. The front had to explain to them a few times that they have critical patient to get to but will be with them soon as they could. Please have patience and if all you need is a COVID test think about other places that offer it as the facility is a ER.','2020-10-30 14:40:22.890000','2020-10-30 14:40:22.890000',5,'Anna V','https://lh4.googleusercontent.com/-nrscDggH7A8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclAkoDePVSzWHsIrwTFmsahsJEa9w/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41279),('AbFvOqmBAfjhkfIBLzEj-ovQJPN_LzuYCHakK0imsaeKTNEXRnOxpTuzg0NzUyoXgFuXiv8XXVUe4Q','Immediate attention and great staff. They made the information clear and had a great personality!','2018-02-23 02:05:21.888000','2018-02-23 02:05:21.888000',5,'Kay Danielle','https://lh3.googleusercontent.com/a-/AOh14GhtT2hegg7uS_5y_3APlBFjyFx98w2uwsS7gzDPrco=c0x00000000-cc-rp','17394740196501090048',36979),('AbFvOqmBalp-g1B6isTdwEIZTER1kcl_gdNlA9Z69CCwXd8WD4NN2sYc6vjQvsBoUSGsd6KaIEHXcQ','Very friendly and helpful staff. I\'m glad we went here!','2018-08-03 05:43:37.448000','2018-08-03 05:43:37.448000',5,'Anthony Parce','https://lh3.googleusercontent.com/a-/AOh14GhQmJy7a1BhlbgqWRtjFfYdCqL3jQ5NjOCWb7H0IA=c0x00000000-cc-rp','3511292162159714121',40904),('AbFvOqmBAsD0-EX1dsX7f2fCXyJBYYcStxCG0hwgZK4AIEvtTmcNZBH0dHUO6ZyTSdDwGjjUXJjtEw','Signature ER was amazing and took excellent care of me today. Jennifer, Gunner, Carla and Dr. Edwards were very knowledgeable and caring. Thank you!','2020-01-26 23:58:26.831000','2020-01-26 23:58:26.831000',5,'Amanda Bowers','https://lh4.googleusercontent.com/-puqK-XY63nk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3P5tes0V02vKLbvno725vR0vbwQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39670),('AbFvOqmBB7PUcL9Ra4OKH3zMk3TjFyS-rKPP2QnUH_fWw25Vi3McGHJ3e3WdrYcN5oUs19lRCUXfvQ','We, my disabled mother and me were sent to Signature Care to have a Covid 19 test on my mom. We needed to have this done before the nursing home would take her. On July 8,2020 we got there at 11:00 a.m. by 6:15 p.m we still were sitting in the car, the staff said it would be better to keep mom in the car. Over 7 hours of sitting in the car. I went in a number of times and not one time did any of the staff mention if a patient had symptoms they were being put in front of someone without symptoms. After 4 hours mom needed to go to the restroom. I went in and a staff member gave me a wheeler chair for mom. Then took us back to a private restroom. We went back to the car. I went in several times asking how many more people were in front of mom. I was told 4, 3, 2 then the last time I went in which was about 6:00 p.m. I was told 5. That confused me so I asked why and THAT IS WHEN I WAS TOLD ABOUT SYMPTOMS VS NON SYMPTOMS. We finally left after 7 hours and mom DIDN\'T GET HER TEST DONE. We might have been there until the next day. It is a 24 hour care after all. So what did I learn through this, if someone tells you it will only take 15 minutes run. I will say the staff was very nice they even gave me and my mom something cold to drink.','2020-07-09 01:12:56.311000','2020-07-09 01:12:56.311000',1,'Anita L. Harrod','https://lh3.googleusercontent.com/a-/AOh14GgqF_XUjPgldW-2Fjr7bP0OWsP2TYjzlDNDpfwcf5o=c0x00000000-cc-rp','3272657195432704501',39543),('AbFvOqmbBFzVynkQjFX5aJnkteB4fdPo9HcZsB9tJL9D6EruGNQwCc7S5mFULLxLF4CNLo3C0ENcaQ','Everything was great! Amazing care from Doctor Harsai, Jacob the RN and Rebecca the tech. They all treated us with great courtesy, Thank you!','2019-09-15 17:51:51.435000','2019-09-15 17:51:51.435000',5,'Emily De Leon','https://lh3.googleusercontent.com/a-/AOh14GiRqoud2sJtpXaLR4aKgHyOpQ8NIIDdGYpmZ6Ak=c0x00000000-cc-rp','16590124370714063921',34678),('AbFvOqmBBiQOANKcglv05dAG6Iwd0s5tCJgRnpdi-VFq6S18ANUtY5XQQQNKvBVbtENggw1YJV_NYA','I absolutely love their bedside manner and the attention to detail. The admitting nurse Dee was an absolute sweetheart. The doctors and nursing staff were all very attentive and caring.','2020-09-29 18:30:00.402000','2020-09-29 18:30:00.402000',5,'Niechia Smith','https://lh5.googleusercontent.com/-G2WbdsoPr-w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-Y8BQQQP2MBIVn9j-n1rMQ2pCig/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28516),('AbFvOqmBbMc4JByAcPMslSqWEeLZpgNEX-ltR16ZCuih0iA3fYmNk4-H-kbNNxJtZO1TdWURa1JpkQ','I usually don\'t write reviews however when someone deserves honor, they should receive it. Last night my mother fell and twisted her ankle at work and was brought to Signature Care to be seen. She was greeted by a compassionate nurse named Katrina Valyan. This young lady was patient, knowledgeable, and she took good care of my mama! Furthermore, she had a welcoming smile and a helpful attitude. No one likes to go to the doctor but with nurse\'s like this on staff, we\'ll gladly return just for the excellent customer service. Thanks Nurse Valyan! You\'re the best!','2019-10-29 20:26:37.612000','2019-10-29 20:26:37.612000',5,'Risha G','https://lh4.googleusercontent.com/-wW-_fmZ2bXM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckv57kclAZzDvuSYdFvRWvCcdXVkg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42622),('AbFvOqmBbVj_AWJdstFtQEJtDXzFvoGpbpeUNId3jmcnZ4IUsCmsz3P5y1r0-xCQ1NQFcHTMoAR80Q','Came in for a severe stomach pain which eventually led to a pretty severe ulcer discovery in the upper antrum of my stomach. Evelyn, Waldo, Duke, & Dr. O\'Malley were excellent in care from the first minute of my visit up until the time when i walked out. There was no hesitation in questioning my symptoms but rather an informed consensus between caregiver and patient about what to do, and figure out what could be going on while keeping cost in mind. Top notch care, great team. writing this 2-3 month late but because i remember the experience from time to time & how pleasant it was. The bill, not so much, of course, But whats hard to come by is quality care.','2019-05-12 17:48:33.358000','2019-05-12 17:48:33.358000',5,'Edgar V','https://lh3.googleusercontent.com/a-/AOh14GhaRkPBaOPBda8eol1oHXaW_E07WwK0zQVEFGRqcw=c0x00000000-cc-rp','8679688254631342173',42699),('AbFvOqmbBYyC6x5Y0WD0N5vKF9EYF8lTyQ4FQKTwlozd8YkVePztSn2a514tQ4ovRM2IeP1IByPctg','We had a great experience here! All of the staff (Jennifer D, Kelsey, & Matt) were so friendly and helpful throughout my visit. They will definitely be our go to from now on!','2019-01-06 21:29:02.301000','2019-01-06 21:29:02.301000',5,'Hilary Mcneal','https://lh4.googleusercontent.com/-h3RXapYarl0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmSbnW-ty1YPuEjRJ1IbViFjY8T3Q/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42191),('AbFvOqmbc1-SYDItSL9sYH4j4nBoy-hTA-PmuDNxW23WgMgs8udDUKtZeHBZYgMabwo3qZRjCw_Y',NULL,'2019-08-14 22:45:25.011000','2019-08-14 22:45:25.011000',5,'Lakeisha Davis','https://lh3.googleusercontent.com/a-/AOh14GhJEcE6k6FrVOh5u-i2TN9cSYQk3SP3C6xZse2Rxg=c0x00000000-cc-rp-ba3','17898197009688164559',38029),('AbFvOqmbc1AGfgjYwz6QuXFcKo3u3KDLhZsV48DMRCrJhE3gV3NkCs-xz6g-r3LOVgUjQeWdnPD_',NULL,'2019-05-16 13:31:41.415000','2019-05-16 13:31:41.415000',5,'Dora R','https://lh6.googleusercontent.com/-Wg76gXbFbcc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucna4CBiyKSPoz4wQHJ7m3ci70wU0A/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41738),('AbFvOqmbCL6cOft9ezrerQL_W4yfJpt5AnPWrrfSXSAql8ioW_08DqnEFkXUd1i3Unbrf_oFD30WSg','This was, by far, the best urgent care center I have EVER been. Including hospitals. The staff, the nurses, the x-ray tech and the doctor were all kind, patient and I would not only recommended, but I would come back whenever I needed too. Which, unfortunately, but being honest; I’d rather not! :)\nThank you guys so much for taking such great care of me.','2018-08-27 20:35:48.276000','2018-08-27 20:35:48.276000',5,'Jen Thomson','https://lh3.googleusercontent.com/-MhnnIrWXEN0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl31Dvo_hxvxGSG9GM6nSLbGvG2rQ/c0x00000000-cc-rp-ba2/photo.jpg','3511292162159714121',40842),('AbFvOqmBCwjzVXgUnamTlxD7GY5BZyUDc1GQafMZ8Qdjr8NoeQ45kfjdOriJ-ylY2H3S9GIO7gEmdQ','One of the best ERs in Texas. They always take great care of me and my family. I am very happy to have a location in Stafford closer to me. I love that they are open 24 hours and I never have to wait more than a few minutes to see the doctor. Thank you for opening this location!!','2017-05-02 17:07:15.827000','2017-05-02 17:07:15.827000',5,'Jennifer Martin','https://lh5.googleusercontent.com/-0ycG5ZqhsBY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm7BKM0z0m4t2flslu59wNbgxQ28w/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43526),('AbFvOqmbCxldYCbLTlnsgjrdPj6bAdTt1NLMowgtmpN4ZJ_hZc3-seQrPXjC7SFIje9tjFZtkNTmcQ','My care team was amazing!! Kept me calm','2020-12-03 14:18:12.179000','2020-12-03 14:18:12.179000',5,'Karen Brown','https://lh3.googleusercontent.com/-UoW7xXkGBqM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1fSqTSkcsVp9QS_KVmespS3smoA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31303),('AbFvOqmbdHBrWioLI_8MU_HHVmG-V22uzj6c74g1jM9KyFYo9Pt1I4POm0xXmhif6ONsAgqK4oFt4g','Great service, very attentive. I was treated by Okarys, Joann, Ekaterini, Marcus, & Dr. Patel. It’s my second time coming here and both times I’ve had a great experience','2020-02-11 14:19:45.384000','2020-02-11 14:19:45.384000',5,'Myriam Diaz','https://lh5.googleusercontent.com/-MKBOrNFFHhs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckTwA94jzsttS1IiQix3vsWdnazSg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33377),('AbFvOqmbDwU7mom-fePP9JsoR0Ow3qKYSXQLjS5AstIN21LKKQgc7IVOP2fZtsT8tqFTHtdbdna7WQ','Dr. Wren was so sweet and informative, Chih explained the process, and Amy was so sweet!','2019-04-21 05:49:32.089000','2019-04-21 05:49:32.089000',5,'Angie Pecina','https://lh3.googleusercontent.com/-Vv_4JVSVMdo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnBCuCoKMUXV0oDvTQafvSPVOwyPQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40595),('AbFvOqmBF4ziU4PmZn1D18yZu5ZhW0zqg-BfWMNt-JtrCN6ow1xkGO4QyHo2JWEP473DnsrtQFGZ','My name is Gernisha! I went into the ER this morning & it was a very pleasent experience. Dr. Golla was great! Joy, Wendy, Allan, and Estelle were all exceptional as well. Terra started my great experience from the moment I walked in. I would recommend anyone to this facility!','2016-09-05 18:01:09.114000','2016-09-05 18:01:09.114000',5,'Todd Wilson','https://lh3.googleusercontent.com/-IFsE0unLMfE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnpqendsaRvVGj-kmKNWyf2Zs1QcQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37307),('AbFvOqmbFAyBl0p_FOwy2mkQNiQqo5AXdQgQzRBDMJfL0FERrAEEt4HeK0cM-0bmzgRZ9wOkepW2','Very professional and experienced staff. Never had to wait for a long period of time, always expedited service with a great staff!','2020-03-03 21:02:07.060000','2020-03-03 21:02:07.060000',5,'Frankisha Martinez','https://lh3.googleusercontent.com/-eenQ9JB7Ipo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclmOCWynPN9nBa_WK9HNoejTTyQyg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39088),('AbFvOqmbFeOEscSpXInMm1SxBorxKBs9GVoCLzs6O0vn-jK4BbJ6GUOav0iQamzktlYW45PYFpQmIA','This location has set the bar high for customer care. They made sure that I was comfortable when taking me into the room and asking questions regarding the pain I was in. Its no wonder why I’m a returning patient. This place is just so trustworthy. I highly recommend this location','2020-11-04 02:05:47.893000','2020-11-04 02:05:47.893000',5,'Yareli Arzate','https://lh5.googleusercontent.com/-aISMUD1Cku0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckgmbBSUos_UAYUBg0qqkb3Xw9JnQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32172),('AbFvOqmbfqpL7HsHkEe8Q630r3-zDkqrOUq_DZdtLJrxeWCeMxdtfY7yHb6-ZOsJ7CKnqxvRWbeYfQ','Dr. Jaber, Anthony, and Natalie provided excellent and attentive care to us. Would recommend to anybody in the B/CS area!','2019-06-05 02:22:28.475000','2019-06-05 02:22:28.475000',5,'D Murph','https://lh4.googleusercontent.com/-Ypw3TRAXTLg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnvKrlOMiE3iDpeLXcyoErl1HHwQA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34832),('AbFvOqmbG7gvStrcOIttLKP36aqQ0bCkYKAao0E40b7pUVV_-NQfRu9PrJO8zdKk28sMWV_EaXxJ_A',NULL,'2019-05-15 16:38:07.785000','2019-05-15 16:38:07.785000',5,'Elyse Moore','https://lh3.googleusercontent.com/-0J_w3A2qKjA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVa1oDipUG90JzIARU3oh_hbxPIQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmbGZTHV98qX0G8QxGiFw2_dlJUkvn6T6IQbhg7M8EFiVM_LmGfLVV9nc_e9zlVyN4rMNU1','Quick & great service','2018-08-21 22:43:36.064000','2018-08-21 22:43:36.064000',5,'Madison Lindner','https://lh6.googleusercontent.com/-jUIL75Kk26w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKu7OjXp3vf2wsqcqC6D14PN37_w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35232),('AbFvOqmBH51MTb9rvgDOGdDPJsICd5l2Q7Ycl3latdRP2VIw40gXeJRyrwAJqbuMErZL9pIVHj8zlA',NULL,'2020-12-20 17:44:01.466000','2020-12-20 17:44:01.466000',5,'Josepi Glass','https://lh6.googleusercontent.com/-FNwvYtwLGKM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckkOjjotI_nfq0UTLX9VIzJ0_F9xA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39382),('AbFvOqmBh92tEfGekcUJreYXv1hCUbhjemGRjOnvmGGSHyxpGwEFqEBClOpDlzFXlqS39B9wkhpuzg',NULL,'2020-01-11 15:47:56.932000','2020-01-11 15:47:56.932000',5,'Reina Franco','https://lh3.googleusercontent.com/a-/AOh14GiZMigTpEosxxRh0LOxo4GjI49Cz2brXh70ERjvvg=c0x00000000-cc-rp','16389487648212004696',33526),('AbFvOqmBHLRsbkwq-pBZLVtzpeCKScISRU3ZM4XlFP0FMhgvhmrO_bBvyrz47Q2RVvFXm-htjplDNw','My wife wanted me to get blood work done - she felt that I was losing a lot of weight. I was referred by a close friend to see Dr. Grinblatas at the Memorial City location. I felt nervous, but the entire staff made me feel comfortable. As soon as I walked in, every member of their team was outstanding. From the front desk clerk Enca, Ryan, and Teresa (tech), nurse Jessica to Dr. Grinblatas - were all amazing people. They did all the tests I needed and I was able to see my results within the hour. Blessed to say, everything checked out great. I just need more rest and I need to eat more consistently. The pandemic has really put a lot of stress on my family and me...It\'s starting to take a toll on my body.Ā I would highly recommend my family members, a friend or anyone for that matter to visit this location for your medical care needs. A+++++++','2020-05-30 01:44:35.957000','2020-05-30 01:44:35.957000',5,'Mario Havikoro','https://lh3.googleusercontent.com/a-/AOh14GiaQ3WBetu1ZcsPSTEEPpD12lBWF9QnPYyrnm3ziQ=c0x00000000-cc-rp-ba4','14904078213800803294',32326),('AbFvOqmBiUpZY3dAeghwmGmDtuAM4-Q9t4Saj4HaM6lMn5-Ei_Cd40SfASZicF7i8RERRIWCU0Z_','(Translated by Google) Good service and they explain very well and very clean the place. Nurse Alvean and Patricia\n\n(Original)\nBuen service y te explican muy bien y muy limpio el lugar. La enfermera Alvean y Patricia','2020-01-27 00:12:43.111000','2020-01-27 00:12:43.111000',5,'quetzaly gonzalez','https://lh3.googleusercontent.com/-kL0_BuLKaBc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckOMO8vTH5pYWzgzoQwkFgmLnkRbQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33444),('AbFvOqmbj5fJbhjktyE8L2q3qnxlnVH2JjL7gBCUzYwW5mcOonMFKj_Rg3c29wx9LHruglqhp1xiZg','Best ER experience I\'ve ever encountered. The staff was very attentive, compassionate, personable and very friendly. Dr. Mauldin made me feel very comfortable and explained step by step what my treatment would be. Nurse Dawn S., Rad Tech Can N., and Registration Coordinator Ashley should be named the dream team. Everyone made sure I was okay from the time I walked in and their bedside manner was excellent. I will definitely refer my family and friends to this ER.','2019-01-08 22:03:10.696000','2019-01-08 22:03:10.696000',5,'Tonya Massey','https://lh3.googleusercontent.com/a-/AOh14Ghv364yjXcHBVCWjsyaz3UFwenLRCq_yI3KC-jvZQ=c0x00000000-cc-rp','17898197009688164559',38334),('AbFvOqmbJLPawiqO-30iuCvu-8Mt0z-zVabmCTKNEsjDhjjkO2QtaMesIkuDHpSs2ZRbmAEoFTw_FQ','Maria B. and Joshua V. were really sweet and they had high energy going in the waiting room. Great decorations, too. It was a welcome atmosphere','2020-10-09 06:29:11.680000','2020-10-09 06:29:11.680000',5,'Psychotic Cyndi Lou','https://lh3.googleusercontent.com/a-/AOh14Ghw75-PB8RjcG89nkl-obXcAkiX-OSbBy2LcPbDGQ=c0x00000000-cc-rp','17394740196501090048',36522),('AbFvOqmbJlSLaj747Kx9gqTjDKeSvdTe16JNbHVTzCr71nk8tHGmQ7Se-dVeIxCpygd-hQtHvtQ9','Keep stuff updated today','2019-11-23 05:42:32.244000','2019-11-23 05:42:32.244000',5,'Chase Mitchell','https://lh4.googleusercontent.com/-JaE7iflAqKQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnaNvl2wpHLUu0W8XF_HScyGIUQJg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29569),('AbFvOqmBJNOHwwQ7Z2R3jxrKXsf2di8G4f8Qb4Qsycj5K1kZzz0S_sTefReJ2ah7uDSQbav-qOac','Wow! I can’t even find the words to describe this incredible staff. I hate going to the doctors/ER but they made my experience an enjoyable one. Special thanks to: DR. Ding Lin, Nichole Piales, Jacqueline Franklin, and Mercy Hoang. These guys made my entire visit a breeze. Love you guys.','2018-02-01 09:33:48.652000','2018-02-01 09:33:48.652000',5,'Ferris Bueller','https://lh3.googleusercontent.com/a-/AOh14GgEBBEGjkIQbVw3bqt3t21MnHvmjZsliWR7BXrUDQ=c0x00000000-cc-rp-ba4','3511292162159714121',40962),('AbFvOqmBk3C8csC9duxM2EKIhOGlUUg-ogdOkDeAU43BJ9BqQ4wVN13NjN5Asa4hOMwts4nPvlAJTw',NULL,'2019-12-28 21:10:53.716000','2019-12-28 21:10:53.716000',5,'Muhammad Yousuf','https://lh4.googleusercontent.com/-AY0NVZe5qUc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmocIygFoLh78hX0BEAa9CM3Yf7sA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33561),('AbFvOqmBKg5ejNYdNKDOw9bI2gp58SoB4_OK-_ZkvXKvG6_Y9lFQHmm01alXyTgrLaGv-HYHb5dH','Great, quick experience! Amy, Mina, Sala, and Brian were very friendly and helpful.','2020-08-03 14:35:48.015000','2020-08-03 14:35:48.015000',5,'Alicia Martinez','https://lh3.googleusercontent.com/a-/AOh14GjqTnJ6MwDu84lC5O9a9sonc-ERz6eK4sFkb2jBF-E=c0x00000000-cc-rp','3511292162159714121',40216),('AbFvOqmBkGIZqd5DM4dy3T5AYf649KlnbYuu-z0IMCv2ZqI9eSwyfLIpZGfbku1t5eGm3aqdFBR1sA','Always takes care of my daughter and granddaughter when they come for care and they take the time to explain in detail of your health problems.','2019-05-02 02:18:05.606000','2019-05-02 02:18:05.606000',5,'Fabian Jefferson','https://lh3.googleusercontent.com/a-/AOh14GjC-wZWSP0alPSFgFKQjgB0ODpSawPOl0hNEkbstA=c0x00000000-cc-rp','16891069708558046635',36215),('AbFvOqmBKKFRw7R71A6urkbkBQfgUwW5FeLdOVdtIxeabp5S76augWEA_Qw2YAKvNtSwo_iwl5DBeA','Theresa M and Joseph were very kind and made me feel very comfortable. I was here for Covid testing and they were quick and efficient. I would recommend signature care to my friends.','2020-07-16 22:03:08.956000','2020-07-16 22:03:08.956000',5,'Melissa Lopez','https://lh3.googleusercontent.com/a-/AOh14GgZgaFk4I-Y83_DawBnGU9Cnp-Xim_wCupVmX6RQw=c0x00000000-cc-rp','6521947413723274945',41358),('AbFvOqmBKP9Tciz5kojPEcYZ626UwN8s5MMan8DYRx0DkgkLGNM5fN7PKjc7Kzg0kt1v4zR12ZYnKQ','Dr. O’Malley was very caring and knowledgeable. Ekaterini, Stephanie and Jessica were all warming and i felt very welcomed and taken care of. Patricia made the check in and check out process quick and smooth sailing.','2019-10-08 03:39:16.579000','2019-10-08 03:39:16.579000',5,'Eddie McKelvey III','https://lh3.googleusercontent.com/a-/AOh14GjVQKBg1Q1i110N3LaDAceU3ofIVCNJEyB0DUCD=c0x00000000-cc-rp','16389487648212004696',33897),('AbFvOqmbkTcWBGMWwBuZBB344a4struNt4OK7wTbrj7UjwyjN9sB8A9NT_TpJzcxAppvcluLNQEsdw','Friendly staff and nice atmosphere. Will come again','2019-01-10 21:12:09.948000','2019-01-10 21:12:09.948000',5,'Autumn Rosa','https://lh4.googleusercontent.com/-qaoWapFcXU0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmkL3XU3ywAJllMlopGUkCBuCA8Xw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40723),('AbFvOqmBKy47buxZglUCuKr3HuSZ2qng3XknXLYj2Zjeqk6qmygUGTMv41ALerMp2odWYZyz8gQP','Come here feeling really sick. They always take care of me. I\'m grateful','2016-09-05 18:47:07.131000','2016-09-05 18:47:07.131000',5,'Ruby Alvarez','https://lh6.googleusercontent.com/-DqNRCklin6k/AAAAAAAAAAI/AAAAAAAABOs/AMZuuclk2vyI9i_LxyW_Dk7hxOcLrgp9Uw/c0x00000000-cc-rp-ba3/photo.jpg','17394740196501090048',37306),('AbFvOqmBLc9bQR5hBuwQZi63Xuq_O2HGYd_hUz5NzisHsuj3IFBA3sYqWqhA2pBP_N0Q-Ycl-trJoQ','I had an amazing experience at SignatureCare Emergency Center. I went there with extreme abdominal pain and they were able to address it immediately and even have an ultrasound technician come and give me an ultrasound. I feel so lucky to have such an amazing emergency center in my neighborhood with superb staff and service. I would highly recommend it to anyone in need to immediate care. Cristina R, Cristina C, Linds and Dr. Elsbecker were all incredible. Thank you!','2019-12-01 18:54:50.858000','2019-12-01 18:54:50.858000',5,'Kelly Bazely','https://lh3.googleusercontent.com/a-/AOh14Gi9ejMNyy2l4-saEqqkbqx3voXLT4wCdMtTsjm50w=c0x00000000-cc-rp','16891069708558046635',36064),('AbFvOqmBlGgMuoNvI8Jh_LlM5W6Ee2AGgcZDH19nBTboAzM4oGxf7m-ml7_S_ialL3jZ9-dH1w2l',NULL,'2019-12-13 12:22:54.234000','2019-12-13 12:22:54.234000',1,'Hypolite Oliver Tossou','https://lh3.googleusercontent.com/-IL8aIxHl1Vw/AAAAAAAAAAI/AAAAAAAAACE/AMZuucksP7Eg726ptOjIs2wnIxBqoBjGbA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37808),('AbFvOqmBLMIjIL4uK5e20XthtaMIOTSGujB1gdIgWo8_FYrWJSn41isQwpxi8BtLFpB-q2NhIvxUgQ',NULL,'2018-10-06 23:15:50.630000','2018-10-06 23:15:50.630000',5,'Grecia Batres','https://lh3.googleusercontent.com/a-/AOh14GhDgIsprcyxxjaVe4qeEXnlWeuDJGFsdSBttpkVQDc=c0x00000000-cc-rp','17394740196501090048',36874),('AbFvOqmBlSwF6W1xkrcxSQHf2NPBzYrtFywkXmU5Og-BjEm8chAr3EVNiwoPNEog88hLV-76WKA0Mw','Valory and Alvean gave me the best service ever.','2020-10-14 19:06:21.368000','2020-10-14 19:06:21.368000',5,'Donna Weathers','https://lh3.googleusercontent.com/a-/AOh14Ghm9EhizyhTVuRFQpiGkFBrxoxgM-I_sabYDhKm2A=c0x00000000-cc-rp','16389487648212004696',33157),('AbFvOqmbm2O9_NxxqNcrgDCjzTnjynmmRd0aTM1q4w5Ne_oD0RY_xfbDEoZIFb6SZ_X96zNUeM1Haw','Had such great care here today Christine and Kimberly were great and helpful when I came in and did paperwork and brad was a great nurse while I was in the back. Defiantly recommend anyone in need to come here','2017-05-25 23:22:53.830000','2017-05-25 23:22:53.830000',5,'Brook Kroll','https://lh3.googleusercontent.com/--vfALaKpRKg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckjQ-6TARmPK07kg3IFUbw7ZwigZg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35423),('AbFvOqmbm3VIQYChhIYmHTUWOv8pvqdwBTv4Y3xjzSfVJT6MBtPmkPQXYD-TGqY3uL5T1bC4VwG9cw',NULL,'2019-07-15 17:51:26.303000','2019-07-15 17:51:26.303000',5,'Jorge Godinez','https://lh5.googleusercontent.com/-z7_J9nG0a4M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckwQ39_XWA0ADaYFmmirjFJdLKZxQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34761),('AbFvOqmbm7khUS8waopnw5bpbLrFpI6GnqWRuN0xF90sG5OKKS7Kt2OmYCp4uWpCyGx6J1huW0X0Yg',NULL,'2019-12-20 17:37:52.991000','2019-12-20 17:37:52.991000',5,'Jose Moreno','https://lh3.googleusercontent.com/-cuU651d3zH8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmKMH06TvKbqD1z497_WvicS9Kl_g/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32395),('AbFvOqmbmCoMGTyNGxlS0u9vu2Bva_dNekZ8Nr9zl38gC87wsXEf-AeCoYM2j0ZfDpeu_6gWAqDcSQ','They took me in fast and the employees were super nice. No rush at all they are super genuine! Thank you too shania,kim jose, allison, Daniel. And dr Huerta!','2020-01-04 07:17:06.654000','2020-01-04 07:17:06.654000',5,'Hini, Jiyong','https://lh3.googleusercontent.com/a-/AOh14Gi4wuHxcgiVGddR45S4YICrW3_p2diA1UDG4ZEi8g=c0x00000000-cc-rp','13486358490203335051',29496),('AbFvOqmBnhDN0MOT27stoMWp3IAYu72mBms2U78TNFlawF_Doaal3WlIykGBB569pbXpXPupkMtu_g','Kristen was super helpful at the front desk !','2021-01-18 20:19:50.804000','2021-01-18 20:19:50.804000',5,'Elizabeth Hines','https://lh6.googleusercontent.com/-AsS_63ypezQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl9ccfldsnRIBf8wyr-T90jQD82rQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',44694),('AbFvOqmBNOD1HsM_eBi5RB4csK4sU9n2ac0eaEmy3kSEWhrZGjVn2D0RG5G075vbNoaEg-yy-AXEog','Everyone was so nice, I did not have an appt so being a walk-in they were able to squeeze me in! Nydia, Brenda, and Sam were all great helping me through my visit.','2020-07-26 18:46:42.352000','2020-07-26 18:46:42.352000',5,'Brittany Cool','https://lh6.googleusercontent.com/-b4jIN9Ry1NM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmSv8uHT8JQgp_RGLQmGDToirN2lg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38766),('AbFvOqmbo1LKa3XJXZnzLrgiLXJ__t-USDiJUAdbyN2BnPaWQnOoJL0WyAboqKLdR9KCRfdwAySMyA','I was seen right away! Everyone is professional\nand friendly. Now the receptionist didn’t make me feel Welcome, when I came in the building no warm greeting but she did give the couple that came in behind me a warm greeting but Norma made up for my shabby treatment by the receptionist with a warm smile, so did the Nurse Laura. Service was great!','2018-12-13 23:19:12.495000','2018-12-13 23:19:12.495000',4,'Sheila B','https://lh3.googleusercontent.com/a-/AOh14GjsajqfG0uPKpZMPWFn8tWTx6jxKozKdMsOeQqiWQ=c0x00000000-cc-rp-ba2','3511292162159714121',40783),('AbFvOqmBOiocemSaN5xyqh4-zvQ8n3g7keT7V7p9OlOvqZAnnlInR_DpqwpcIh9NhJmcTawPqXM3Qg','Outstanding attention, always great service. Thanks! Dr Wang, Leslie, and Tanishia were great.','2020-02-28 04:27:27.474000','2020-02-28 04:27:27.474000',5,'Mario Benjumea','https://lh6.googleusercontent.com/-9JfSe9KUt-I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm4oNkPY65lMiFxrme4ht7Wvi24cg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37651),('AbFvOqmBOjTfzHswxbWx9IP-lbWgkrYlWgqZpqJ87pC5TYqorkrRCPfmhKlQpg6WdpTRlvprv9Yi','Lorena and Amanda at registration were extremely helpful and straightforward! Everyone was very kind and made me feel comfortable. Overall, great experience!','2020-07-25 18:32:27.003000','2020-07-25 18:32:27.003000',5,'Aimee Moncada','https://lh6.googleusercontent.com/-A96yDVD-WTg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmm8fDgGV0NmCyRRAv52BRJHre7bA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34252),('AbFvOqmBP7IJzBYzd6lcuQiN42Gb2KUjCOycKfBw8AkEtvEX_4VToJU_bjCCrjuXStkzAUMnm9YHiA',NULL,'2019-07-19 18:57:58.750000','2019-07-19 18:57:58.750000',5,'Jhonee Mccain','https://lh4.googleusercontent.com/-i4J_5pgRlwo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckkURbAn_DWNX5kapECmOlWHthaMQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42022),('AbFvOqmbpI7H0gYiBrfKb_NqLcJdqlXkUqoapqduZpnioQHG4UEH99O9hTy8TwQgqYnLc6X6iWzL','When I took my son they were great, when I went in it was all different staff and not a good experience, after a complaint on a survey for service, I received a call, and an apology. They are striving for great customer service and I am very pleased at how they handled the situation, they went above and beyond to try to make it right. You just don\'t see businesses do that any more. I truly appreciate what they are trying to do and I will recommend and use them again if needed.','2018-03-29 17:55:50.673000','2018-03-29 17:55:50.673000',5,'Amy Hicks','https://lh4.googleusercontent.com/-KTxaxJtsQEw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclrcXN6FjLGe-AGCp0sfFGhmAgAUQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35294),('AbFvOqmbPSc0eU8Nrwio5PcB1cq0Xzpv_gODc2X-AqjRo1rn0oc5urcQ4mMgViJv1bVjmX2bVrJJKQ',NULL,'2020-07-12 02:32:28.927000','2020-07-12 02:32:28.927000',5,'Cyndy Chavez','https://lh3.googleusercontent.com/a-/AOh14GhX50ptukhFsE2o4mGyMk-nSQlxrRoUKpooFVubuQ=c0x00000000-cc-rp','17394740196501090048',36557),('AbFvOqmBpWqbs0pczFD8gzKTwq2873ndhiDpBzUrnksvjWC4U7-yL1a4wCrqAzNUAPfa13f6XjXE','Dee is amazing! She was super helpful and made me so comfortable. 10/10 would recommend!','2020-09-18 19:58:38.206000','2020-09-18 19:58:38.206000',5,'Veronica Cozby','https://lh5.googleusercontent.com/-7-y8K07-tAg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmdNBPNo2xQvYlGQgiMvZVRrHXbPw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28543),('AbFvOqmBPxdZh9ydvVNG_lIi3DUFybgpYzGFj0IJTtGF0AZTp3h668Gn-hdH1i1h3-M8dhUhjir6','I had a very good experience with RN Karen and registration Alanna and many blessings for Dr Ortiz he\'s a good guy','2020-10-27 17:42:05.963000','2020-10-27 17:42:05.963000',5,'Phillip Drewery','https://lh3.googleusercontent.com/a-/AOh14GjaQ_MYKAWeUybdRgdxQBsgnY33weJdQNWRPh4siA=c0x00000000-cc-rp','8679688254631342173',42275),('AbFvOqmBqgoRqrgnt2POFFhqEQ54cr-DPN-wuRuCaHZrr5jmGV_lOe2bmRChrvq8wGp4MZ4weN3n2w','Had a accident went to Signature Care. The staff was very friendly and caring.\n\nThanks to :\nJennifer\nErica\nValerie\nAnd the doctors','2019-01-03 16:54:09.914000','2019-01-03 16:54:09.914000',5,'C Russell','https://lh5.googleusercontent.com/-ZZWKMtJTzAc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckTS9jieNKGWQzdwzw4ZuZWwxPtBw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42205),('AbFvOqmBQJa6JJ8Azj1qvM6MDw7HTqbRq_jS4Jl37ap_Grb3E7ADL1GstDpsNM8KWUP0MVRH2dkurA','I usually don’t leave reviews, however I have to express how thankful I am to have an emergency facility so close to home that goes above and beyond for their patients. Amy was extremely helpful and made the registration process quick. We were called in less than 5 minutes and were seen by Dr.Leavitt shortly after. She’s amazing with children and thorough. I felt everyone ( Nurse Alvean and Keith) were exceptional.','2019-11-17 20:50:41.709000','2019-11-17 20:50:41.709000',5,'Chavonne Ayers','https://lh6.googleusercontent.com/-KlBKZfEQZ0U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKCc0h8Urdv7Ip4QbnsyZZCvUAqg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33724),('AbFvOqmBqLfdO8Lt-gnVAINzGOZ0HgxTSRsSkuMx3UF7lsbl4tzgJlHLw2tuQ0mLhfCSNi3jNC81','Came in for a cat scan for plastic surgery, Anthony the registered nurse was super attentive, Dr. vakey had a quick response time to the room, and the x-Ray technician was very informative. Over great experience!','2019-01-21 22:31:38.124000','2019-01-21 22:31:38.124000',5,'Ethan Childress','https://lh6.googleusercontent.com/-ihoJpTYKv5c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckoJbVK1eT31bdxKmHNoAsa5R7iOw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35041),('AbFvOqmBqTVq4V3erKKX9YzcBi7EWEocEy8xV7ML0JleZY4KOeLm0BdZ5hQorCQ-8vtj3fEE-j_TfQ','Nurse Manny and Dr Starr are very caring and have great attitudes.... they made my daughter laugh and made the visit so much more enjoyable... wasn\'t like an er visit at all!! Thank you all!!','2020-03-03 17:02:00.858000','2020-03-03 17:02:00.858000',5,'April Mendoza','https://lh4.googleusercontent.com/-7wyuNICFEF4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucncX3gPkWibqqwulwFsQZzbI6lq8w/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41424),('AbFvOqmbQV2u8vVUmHokH8TgrqwpnvPYrU71rjrqNezjO_aEj6ka8nqP_lYFkhtR_5_lbHOMJoHD','Excellent experience.\nHardly any waiting time with through examination by exceptionally qualified doctors and staff','2017-07-30 07:55:34.257000','2017-07-30 07:55:34.257000',5,'Tooba Jawwad','https://lh5.googleusercontent.com/-U3JYlKLZWJY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnHU2qK_fnLHTjftUNTS17cAx8f8w/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37111),('AbFvOqmbQZElqwV9gLBO31UQFNojFqykr4wXl_rr6vAk63acRGXFwvGPSA9McRSypoVSnLeYTka3','Thanks Dr Patel, Alvean, Ezequiel, Jocelyn and Sean such professionalism not a long wait time and very compassionate.','2019-09-07 18:50:31.129000','2019-09-07 18:50:31.129000',5,'Crystal Johnson','https://lh3.googleusercontent.com/-U6r0vaR9Pac/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmrjaQb27Q-C3Xba6wZCBrKxNdiHA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33991),('AbFvOqmbrpTuyNYCHh84Spalud0XPl352mDoe1MOzoewZlJn0ltq0hX22Rl5zmTQl6tCBsbjTscWnw','Everyone was kind and supportive. Very patient-oriented. The Nurse and support staff were very engaging and genuine. Seemed authentic. And they squeezed my husband in immediately after my appointment as a courtesy. This was especially accommodating and kind.','2020-09-11 00:30:30.872000','2020-09-11 00:30:30.872000',5,'Fon Doster','https://lh3.googleusercontent.com/a-/AOh14Gg1eWOmM5D1k1OeRtf2EPNtyuIUERynB6MZ_M_LJA=c0x00000000-cc-rp-ba2','14748677429039074158',31679),('AbFvOqmBs64dc2FoYo19XeugT88eh0v8gtBgNnyKhk8dmbMWSP2nzhk_CHfQP-V_eunf_-7Ykl4eEg','Fast and very friendly staff. Just moved here from out of state and they were welcoming right from the start','2019-12-06 16:04:50.762000','2019-12-06 16:04:50.762000',5,'LeAndria Randolph','https://lh3.googleusercontent.com/a-/AOh14GgCbqoLuUUH8ReMnqqCok0vtDJK9V8o0zJFKMqh=c0x00000000-cc-rp','12541597562633926366',28962),('AbFvOqmbs7uJt83BRcu1e7VnSF2oPMDzYWXkBr_Fe1UyVnujz4yW--rasw1YQ_KEkVpQLNgh08Gh7w','I had a really great experience at this SignatureCare. They\'re open 24/7 even on Sundays, one of the only ones in College Station, and the staff was so nice and helpful with working out payment options. Also, they let you know if you need emergency care or not before you go through with any treatments or tests. I highly recommend it!!','2017-10-23 03:39:58.884000','2017-10-23 03:39:58.884000',5,'Madison Bryant','https://lh5.googleusercontent.com/-9iBfDHjhCAo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmshICcs1wr11GYHCeYIeEKbInumw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35361),('AbFvOqmbT92J7SEP0JR99UUGQopnThmw2mboyO0FwLPlXzesHZ4jvqFKsj3Q9MYFPUXquzewH4eZ','Thank you Keera, Jesse and Dr Golla for helping my dad!! Very nice and friendly people!','2019-06-25 17:44:35.192000','2019-06-25 17:44:35.192000',5,'moyosore sosanwo','https://lh3.googleusercontent.com/a-/AOh14Gjvc9q-ZgYC1TKg2msE-BpJG9xs6ELaINROUtg-=c0x00000000-cc-rp','17394740196501090048',36751),('AbFvOqmBTCmOfEMWd0C4EILpCRwVuQBwdnkxr-KS_g4-WLRiSNKdz0d3ChFzGmayuoRpZKcrxi15','BEEN THERE 3 TIMES AND ITS NEVER A DISAPPOINTMENT, I RECOMMEND THIS TO ANY ONE THAT IS IN PAIN. THEY ARE VERY HELPFUL AND CARING.','2018-04-03 14:43:16.142000','2018-04-03 14:43:16.142000',5,'Juana Saenz','https://lh3.googleusercontent.com/a-/AOh14GhAve3j3SbqhHBVbOunS4el4iv45dcpfoAeUF2nJQ=c0x00000000-cc-rp','14567670160750071148',30857),('AbFvOqmBTGobF0IfkfC8GGc1BrpzYleK3KSrFxNSEkBxmZSjR5e1AJvnT0t3vd3rgl8Bf-0_SY4R','Highly recommended!','2020-03-08 04:32:37.052000','2020-03-08 04:32:37.052000',5,'Larissa Schot','https://lh3.googleusercontent.com/a-/AOh14Gg7jeuJOYqO-SOdDjtA-zq2uwrBOlG9qYU56PwkTQ=c0x00000000-cc-rp','8679688254631342173',42395),('AbFvOqmBtiFDLHfCcxwwcKOfLOEEy6_FKj-ATMS0wwbnAZigeUrzFyUEUJliEp0lc61-U6pNISCvbg','I spent 2 days at this facility and it was about the best experience you can have in a hospital. The service is fantastic, not a ton of patients so you receive individual care, quiet, nice rooms, comfy beds (for hospital beds), great food, just a pleasant all around experience.','2016-07-28 17:55:40.147000','2016-07-28 17:55:40.147000',5,'Eric Elsenbrook','https://lh4.googleusercontent.com/-Ow3BnhbALn4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckZhtUgJDltnC3A6HLz6F02TuSpUw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41187),('AbFvOqmBTP-yloUlUYVDzhr5kNfkyoL_BIR8cz0DNGvEPubeFIzbYyD-ph-cOEbLJN0CgQj68nxmng','Great staff, Marcus and Luisa were very calming with my nerves. Clean facility. Quick help and answers. I’m glad I came here!','2020-10-25 13:45:19.303000','2020-10-25 13:45:19.303000',5,'Michael Faircloth','https://lh3.googleusercontent.com/a-/AOh14GhdXdbQGJbJsXz1fJsn5z6dIyMTAwOb8pxp4azvUA=c0x00000000-cc-rp','16389487648212004696',33091),('AbFvOqmBTPAjxvfIrjuU217L2QzaU4bebtExS24kbCPKTWrCg2cypC0AaUKW-7MWQQ1kC_Bl-4IcFQ','Great customer service!! They took great care of me! I’m feeling sooo much better','2019-01-27 23:31:43.835000','2019-01-27 23:31:43.835000',5,'LookatNikki S','https://lh3.googleusercontent.com/a-/AOh14GgpFTC9YW7FQY8U1byy_Ontkiq6wxie19zQD194=c0x00000000-cc-rp','3511292162159714121',40685),('AbFvOqmbui_H_diWRbDnPWk_uw4QFTd-jnO2SWeugjlcTE1VTxYsJwJPWcbsb5QX-Zzrshed2rlV_g','Great staff and quick response time. Irving the RN was a great help!','2019-09-30 02:24:34.009000','2019-09-30 02:24:34.009000',5,'Daniel Moses','https://lh3.googleusercontent.com/a-/AOh14Gis_y6VlfVzGHevREmmk6D9wn7_7o0ZnzRcIDGK=c0x00000000-cc-rp','12541597562633926366',29006),('AbFvOqmbvMlxyarhOqepQvB8-t5T6HsJF86jQznq1VR8BacUQ_egXuQaao_iqR99_WeoAnVuacxqYA','Awesome and quick! Dr. Remington and Jacob were great. The front desk Kendra was so helpful as well! Highly recommend.','2020-01-19 18:42:45.843000','2020-01-19 18:42:45.843000',5,'Allina McDaniel','https://lh6.googleusercontent.com/-NW_ywm7XVAU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucliYtkpI4TqHRhdbVTZ3vdh9KV-wg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34427),('AbFvOqmbVokd3-zBQlPilGV8jOvOyf9WVTpzDeOI3Mh7QWpnYknbjkVoiS7iWbIwNp-VqeZ3t6p3','This place is SO great! I got checked in by Lizzie, the very sweet person at the front desk. After that I was immediately taken back to a room where I met my nurse Melissa who was very friendly and cheerful and took the time to listen to my concerns and got a full picture of what was going on with me, during this time the tech Josh took my vital signs. After that Melissa brought me a warm blanket and a water and a few moments later Dr Yousef(spelling?) came and saw me and explained what they were going to do. They had me in and out of there in under 2 hours. Thanks again SignatureCare!','2020-02-19 10:21:02.032000','2020-02-19 10:21:02.032000',5,'Gabrielle Nunez','https://lh4.googleusercontent.com/-hWTAIXSt42I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnuPCvZ9NpZ1eT67Obx6fxhMfwLJg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40296),('AbFvOqmbVV78-x4PcpR1Q6733z_chlFtzjl3i36CKweURKQ6MuLkQs4iQAW4qbeuwmkfWnTDQirA3A',NULL,'2020-12-31 09:01:22.880000','2020-12-31 09:01:22.880000',5,'Jace Fields','https://lh3.googleusercontent.com/a-/AOh14GhzhnSzgjxr8nUGkQaE_w-D6NEakuRTsYxIE7nW=c0x00000000-cc-rp','17898197009688164559',44187),('AbFvOqmBW-1dmkmotYDzxbNTqaOT_nfFLTvK4UPiLPwWVmUnHzD4-jBXM7mTXZfgqDiHn3w9dPOVPA','This place is amazing! The level of care they provide is phenomenal. The staff is so caring and there almost no wait time. The nurses, Gina and Reginna, the doctor, Dr. Vaagene, and the technician, Ricardo, all deserve to be recognized for the service they provide. I highly recommend SignatureCare Emergency Center! You will not be disappointed!','2020-02-22 19:37:53.735000','2020-02-22 19:37:53.735000',5,'Valentin Serrano','https://lh3.googleusercontent.com/a-/AOh14GhN05_R6qK-rYYVGFvQefZvMzwlI_icQ72SKLDnMrU=c0x00000000-cc-rp-ba2','14567670160750071148',30229),('AbFvOqmBW1NkQpsofpxc97VMh3gnBFt0gDstUIBzIhfdUYY1WtrAxHhZxYBEo_qvn4hiL6iyESNx','I came here in an awful amount of pain, and of course it is Thanksgiving day. Patricia, Bram, Marcus, Nikaela, and Dr O\'Malley have been really great today. It was a bit pricey for a 1 and 1/2 hour visit but my issue has been resolved.','2019-11-28 21:25:43.116000','2019-11-28 21:25:43.116000',5,'Tremelle Moore','https://lh3.googleusercontent.com/a-/AOh14GjCZ82nkbIvtCf5VpJkL2GckuT4Ixmud-LHYjDbWrU=c0x00000000-cc-rp-ba3','16389487648212004696',33666),('AbFvOqmbwSIHKrLi5_q1HZKtXdZ2aWI9F9l5KhLzpYJyx34qismQl3lqFtOZdb6VAv0YaG5AQAce',NULL,'2020-11-05 15:25:01.176000','2020-11-05 15:25:01.176000',5,'rtay walker','https://lh3.googleusercontent.com/a-/AOh14GjF4XgfcpUV_NhLDvY32UEMvZ4owCgFu1kiGSe1=c0x00000000-cc-rp','6521947413723274945',41276),('AbFvOqmbWU50-ZpDtLeKw8cZmB0fMfMRbPpLPOEknu2_co_UWadSlE7_EuSnKlZGzkw6HqZjN-Ix','I came in today after a car accident two days ago. I was taken care of right away. My pain was addressed right away. I was given xrays of my shoulder and my back. I was concerned with my back since I had surgery 12 years ago due to another accident. I would recommend this place for any emergency issues.','2019-06-28 23:45:51.015000','2019-06-28 23:45:51.015000',5,'Baby Grl','https://lh3.googleusercontent.com/-nkYa-f1fqc8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucknn5wLMoxDcwI1HX9WjYgg3ec9Sw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38117),('AbFvOqmBx1QokONQRqJ6InvkfRNWUrj59YKEtz3xju9CRyjMhil5PTIcMtlLr9z0YENcDDuG1x0zbg','Alyx and Dr. Das were awesome!!!','2020-08-25 13:40:12.459000','2020-08-25 13:40:12.459000',5,'Savannah Foster','https://lh6.googleusercontent.com/-XaikYbpLB6Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn8aVeqIadPRLM8m2YkS3EuuD2ACQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31746),('AbFvOqmbx6sUTJjxGet0lvbNZHlWfXVDLOqWyfkq1YF-ZzF_tB7flR7vBG9zfJyGDI31mb4wEBTG','Because of this facility, my appendix did not explode, and I am still alive. If that isn\'t worth 5 stars, I don\'t know what is.','2019-04-05 21:16:56.141000','2019-04-05 21:16:56.141000',5,'Gary Bacon','https://lh3.googleusercontent.com/a-/AOh14Gjo03KJLMrACSCYqIMSg5utPkbYjnMa6RBTEabT=c0x00000000-cc-rp','16590124370714063921',34916),('AbFvOqmbxF1x0VKRr_uHdvLTWYd3rMJo6QUEnc1s_i27QiOoDAt5gA3Sl976asqSskSKAa9ieDNkxQ','Got to me immediately, helped put my mind at ease, and the Doctor and nurses were positively welcoming and amazing. My nurse Sally and Candnace, as well as Dr. Elsbecker were simply fantastic.','2019-03-07 14:04:32.425000','2019-03-07 14:04:32.425000',5,'Heretical Fun House','https://lh3.googleusercontent.com/a-/AOh14GjFpj0u7t53CbBF_-MqU8rePPUNbCIMvEEpzV8_EA=c0x00000000-cc-rp','16891069708558046635',36255),('AbFvOqmbxfRXdNaIPV_SmshLJIyQ0aDCj0LpstFwjV9oXJ9NlSjjfb1h2rrhuJQdK_oYVt842jWy','Dr Estevez, Alvean, Tricia, and Jasmine are the best. They specialize in best practices and put the patient at ease. The facility is as amazing as the staff. Highly competent professionals.','2019-07-25 18:47:49.179000','2019-07-25 18:47:49.179000',5,'Kevin Anderson','https://lh3.googleusercontent.com/-AtQCS_N88bo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclOr21tNAdO2ZZiVRvRsW6gVWOEZQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmbXLmM_UZTyGJg-LRH2ygz7iyYFOTO_YVc588M1Jbp1_OHTQUl_Ji651UT5F0HpYPkguo1SQ','This place is wonderful. Everyone who works here is kind and caring and quick! 100% recommend','2018-01-17 21:22:50.142000','2018-01-17 21:22:50.142000',5,'Jenna Lopiparo','https://lh6.googleusercontent.com/-SNX0Al4imTs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclaa6P9yV8zad3zW64zsUIqDdAKJw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35326),('AbFvOqmbXuSy34VAXYhEt4MEt7SCozv57zMmFbSUCoZATK_7Tx8FonRnNWQeZJ0wfOKrkzAzkQG9CA','My experience at SignatureCare was amazing. Jessica, Dr. Wren, Kris, Lani, and Gus were all awesome. They were all warm and welcoming.','2019-01-26 23:22:33.353000','2019-01-26 23:22:33.353000',5,'Sandra Moreno','https://lh3.googleusercontent.com/-GmM24L2CYwY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck95rGosXMh7Zj0bJimBavd3nIPSg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43315),('AbFvOqmby20gcY0z88En9RrNyfNmt7bbJgNcLMccVWd9P9Mh7WpbAvbu06mytM7jfZLK-f179_b20Q','2nd Covid test at SignatureCare, even better than the first. No wait to be called in, friendly, professional, knowledgeable staff, only one nostril swab this time, results in 15 min!!!\nWould definitely recommend!','2020-11-13 08:03:58.326000','2020-11-13 08:03:58.326000',5,'Ana Thomason','https://lh3.googleusercontent.com/a-/AOh14GghYXB9tQrWXc1dtSinyGJbrdj9vjFOBX3yWtr5TA=c0x00000000-cc-rp','16891069708558046635',35595),('AbFvOqmbY3WHKEVtugdVrZnXP3SxkM-dshfakrWhHA-KKM61lDnImRODGNkX7hzNvCt9e41l1-YJ1w','Very good bedside manner..Wait time is fair.Doctors assisted and explained in layman’s terms..','2020-10-17 21:03:12.647000','2020-10-17 21:03:12.647000',5,'Jennifer Davis','https://lh6.googleusercontent.com/-3aScvjMWhnU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckQktr6GRH-uPXCWe85Ex-jfphg-Q/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38922),('AbFvOqmBY9X52gYUIBR5LKO7RMJQDe1OG7NoRQZzk-jA651w5TBZJA1_cpN8j7GGCzZxLT28wjhF','Friendly staff,quick service!! They get you in and out on your way to a speedy recovery; thank yall!!','2019-06-23 08:27:22.342000','2019-06-23 08:27:22.342000',5,'Kacie Gomez','https://lh3.googleusercontent.com/-5u-SD-F-NsE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclimg1nYQDN3k5BPmprNZAsdgSb3g/c0x00000000-cc-rp-ba3/photo.jpg','13486358490203335051',29772),('AbFvOqmBYDCitPUo2xuyKWloKW8kot1Pt6640DBvrgtzRoKwsiUdbVyCVsQdVHWvN7Pe4RsLo7gKmg','Everyone was great and efficient\nGreat job melissa jani jose david and andrea','2020-01-13 03:31:11.890000','2020-01-13 03:31:11.890000',5,'Robert Vaughn','https://lh3.googleusercontent.com/a-/AOh14GjpKv-URN5n8TBbyTvbx4iSWqmopY6zBsl0Kn0DcQ=c0x00000000-cc-rp','16389487648212004696',33518),('AbFvOqmbyg4GqBY-zOq-wFw8FsRqBZTW94DOO_swjPZckjmXtOPu2rVIgzO7HVuy8Ryi6S6jMNepWw','Dr. Ioram and his staff provide excellent care.','2018-01-24 12:46:25.489000','2018-01-24 12:46:25.489000',5,'Cynthia Holland','https://lh5.googleusercontent.com/-V_mG4l05bkg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnSP8ynP0K_WSynu4jg8x7_7N1btg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30888),('AbFvOqmbymuumbICA2lFQmwG5oUcAK8kzt_2yPJCt04MRnjxuagIfogSmv4p3d3d5xjbRhrqqigL','Awesome place','2020-09-10 02:18:10.244000','2020-09-10 02:18:10.244000',5,'Big Drip','https://lh5.googleusercontent.com/-GUVM0t_wO7s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBXOFX0G1QP1yV9_7Q5HH2Q_t0TA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42300),('AbFvOqmbYv44AUYJlwkUf6o0cR7DvQyKgIx8G3TmZGGltVKJn9Ei8UbkOulx7EVu8lUznKhttqp2LQ','The staff here is warm, kind and efficient :)','2020-10-19 02:12:31.986000','2020-10-19 02:12:31.986000',5,'Annalea','https://lh3.googleusercontent.com/a-/AOh14GiyMQq4m8Z-7MmGPyQVqNH3IMBtoF-eWh9alu3u=c0x00000000-cc-rp','16590124370714063921',34120),('AbFvOqmBz0WnM-PMjf4227KYeWUnuu8kHJCV0pru6I8dwCjAG4-jDsLuzfS5H99tOBHy22sHtnHEmA','Dr. Chowdhury was very kind. Nadia was as well. We drove about an hour to get here, so we could get rapid Covid testing done. Well worth it to get results without waiting. The whole staff gave us peace of mind about our situation. The front desk staff was very quick to get us processed. Overall a great experience!! Thanks!!','2020-08-05 22:22:32.698000','2020-08-05 22:22:32.698000',5,'Jennifer Spilman','https://lh3.googleusercontent.com/a-/AOh14GjEpZ_erjRlOxuAF1APqSa8tYlJUmqcuaPD5YR3=c0x00000000-cc-rp','14748677429039074158',31799),('AbFvOqmbZa8mbuKlZ9Zog0tuOmfqklcZcTW5CPnQqnTiSKeUiZ2FUjYSFNYAs6jqu__Vi4QTnnRm','Anthony and Dr. Vakey were absolutely awesome and super friendly!! Didnt wait at all!','2019-01-30 05:17:53.992000','2019-01-30 05:17:53.992000',5,'Margaret Anne Schmidt','https://lh3.googleusercontent.com/-m6AwcpcwZfg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnx6vEJcFlBTdm9hTMDMDhRtmAYSg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35024),('AbFvOqmBzo9J815KXkoPzF0zXR4Qg7xEiJxXSzihI6EgOV2b0Ra9uE1YFNNenhdpttWfQGBr1ThKtg','Had a great experience!! They took care of me in a very kind and timely matter. The receptionist JJ was also very funny, friendly and inviting. 10/10 recommend','2020-11-08 22:20:15.372000','2020-11-08 22:20:15.372000',5,'David Redding','https://lh3.googleusercontent.com/a-/AOh14Gi7sCPSrncR6V7viFtplvVKB7djyFKSQyXcuewSpxo=c0x00000000-cc-rp','3511292162159714121',40064),('AbFvOqmc_2HQqp2AKQzJZypwlsdFVZy9sUZi1yGGL-GjSMOx-q4O-_3vm0L7UBXNTvIKFd8V2ld5pQ','Big thanks to the entire team at SignatureCare Emergency Center! Dr. Grinblatas, Veronica , Dawn, Norma, and Jaqueline all made me feel very comfortable and well taken care of. A++','2020-02-18 18:12:55.637000','2020-02-18 18:12:55.637000',5,'Logan Keslar','https://lh6.googleusercontent.com/-Tby5QnaAaNI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmz8jBkIpGihFjPDtRfUsAAU9S47A/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40299),('AbFvOqmc_Lr9bw1ssKGypEP2TzFkakDVp1AMPuJWJOWlfch_gMrvvUJHTDWyW4Z-Ct1SIuroNNCztQ','Came in sick with trouble breathing and Dr. Elsbecker and staff took such good care of me. Got the tests, diagnosis, and treatment right there close to home. Thank you to my nurse Adam, radiology tech Linda, and Aileen at check in for all your help and care. I really appreciate everything you did. Thanks again. šŸ™‚','2019-11-04 15:27:28.385000','2019-11-04 15:27:28.385000',5,'Laura Miller Garon','https://lh3.googleusercontent.com/a-/AOh14Gho0PYo-JC4-G-c4WMoIICRfJn0mLSn4S78Fa1f=c0x00000000-cc-rp','16891069708558046635',36092),('AbFvOqmC0DCooGQLooLooSs7GAqbUeXaDb9rvBNkKgboQjPCeoN4NkmC74nflUVcTMBYjsitYBupJg',NULL,'2019-07-29 21:46:16.793000','2019-07-29 21:46:16.793000',5,'Shania Harrison','https://lh3.googleusercontent.com/a-/AOh14GhpnisJ3djQyde5P4itaQL_Ncshz7bBKYOr9qrx3A=c0x00000000-cc-rp','17898197009688164559',38060),('AbFvOqmC0exbaENC3TdL3yqRMN2eOFHpOml2ZGib-K0l2IcFcMtfGE8toUWI2wcHv0IcWRHKP88z','Thank you, SignatureCare for the phenomenal service! Thank you to all the caring staff Dr. Smith, Maya, Kristina, Laura and Bram all made me feel much better!','2019-12-13 22:31:47.027000','2019-12-13 22:31:47.027000',5,'Amber Casimiro','https://lh5.googleusercontent.com/-XGH1bUL-PR0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCAf83pczuE-JVZS70lz546Nzw6A/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28949),('AbFvOqmC0J0onKmF0-_HWWUbJEy6_eYuTqmsaFI889gz84euRHYBcCrAZDfih00g097UvEaBH213vg','I had an a very well experience. Bryan was very knowledgable. Alvean was very tentive and of course Dr. Farooqi was just the best. Jocelyn was very profesaional and helped with my registration for i couldnt fill out due to the situation i was in. All four were respectful and professional, also answered all my questions. I would recomend this place to anyone with the need for emergencies.','2019-07-11 22:32:59.192000','2019-07-11 22:32:59.192000',5,'jimmy hoang','https://lh3.googleusercontent.com/-O2-LtpzJjfM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckpmF1OtWLmnIhCCx9WLwXINSmjtg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmC0k29GsxnVsc12AzUILZJhC3wCjk4jpYGbygxIoM092mAIBFUrPuWYHfWB_BNhRCbqUXQwg','Dr.Patel Was great. Best experience I’ve had since I’ve been in houston. Every Dr. and Nurse all was on the same level. None better than the other. No complaints. Highly Recommend. They’ll take care of you.','2019-02-13 17:18:25.510000','2019-02-13 17:18:25.510000',5,'Shawn Williams','https://lh3.googleusercontent.com/-i8iw2EMeDLU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclV1bWRf3xgLocqhUHZqVbps71f3g/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38298),('AbFvOqmC1pouvSNAMHLbC3DU4ITsyA3agOuMErQsBOq6cZb_6Rmgzoqd4vVIf-JjoHaV-ATmStHA','This place is awesome, they are fast and extremely courteous.\nThe staff went above and beyond and the Admin, Mercedes really helped turn my frown upside-down! I\'d definitely return!','2016-06-09 17:44:55.298000','2016-06-09 17:44:55.298000',5,'Marissa E','https://lh3.googleusercontent.com/a-/AOh14Gg7Dl7pnEOKhu6gpi7xH1Fz90k075ESz_YS4kPRFDA=c0x00000000-cc-rp-ba3','17394740196501090048',37335),('AbFvOqmC2pDv8dQw7PDXPel6OJaekoY7TYobOnUifKTbsfANZR5KRqRh3bkL-MVADO78bBjTHGo-zg','Friendly staff and very caring.','2020-02-02 18:45:46.897000','2020-02-02 18:45:46.897000',5,'Marianna Rodriguez','https://lh3.googleusercontent.com/-vganBtH2dUI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckDPi-dFKSIcjSwnASFHF0bqAg9OQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39644),('AbFvOqmC2Rg1GxyuRSzLSC4paL2vgHUl65vlt1Lq4zU8lPwyTUI19WEi_bKmZc-jId1vLHvUbHVmew','My husband and I went early for our scheduled Covid-19 test. We were extremely pleased with the way the facility was run and how professional the staff was. I highly recommend this location!','2020-07-10 14:17:21.810000','2020-07-10 14:17:21.810000',5,'Peggy H','https://lh6.googleusercontent.com/-JtKrM8cZRa4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclujieTK7XbvU0trRF0fyLrl-xqrQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40244),('AbFvOqmc3-ynssr4cQ4-jxQveKlGf7tEZ_LK8dHK1PDNS22Y5G7nEKI1Je7SGacGXjYmLBDDP8MGBA','I have never had quicker and more precise care for my little one than I received at Signature. Chasity was very welcoming from the moment I walked in. As a nurse it is always nerve wracking when your little one gets sick. Dr. Huerta was wonderful, quick and precise with his care and diagnosis. He explained everything perfectly and kept me posted throughout the stay.\n\nAaron Ortega & Krystal Marquez were the absolute best!!! They were quick to get him back and triaged, and take care of all of his personal needs and medical needs! They also kept me updated throughout the stay on what was going on. I appreciate their top of the line care. During his stay we felt we were in a hotel suite it was so welcoming and comfortable. Thank you again Aaron, Krystal, & Dr. Huerta. If my family ever needs anything at all, I will be returning to SignatureCare.','2019-01-31 16:04:11.149000','2019-01-31 16:04:11.149000',5,'Erin Mann','https://lh4.googleusercontent.com/-IOTMT4YMPWY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmybCAT_VI4qhHchAzhgDbYbUiT7Q/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29915),('AbFvOqmc36Z0RaP6RriPBjZhY1ns2xRTdlGfpEyMNkvZLto9bVrBWymDZXJPW3KH_8qWQ8by8rz_','Service was wonderful, fast, and friendly. Ashley, Jose, Andrew, Paige, and Dr Vaagenes took great care of us.','2019-09-15 02:11:42.250000','2019-09-15 02:11:42.250000',5,'K S','https://lh3.googleusercontent.com/a-/AOh14GhtHOFWnWGXZi-KlPCj9RJCyuasEIduS196Oz1K2A=c0x00000000-cc-rp-ba2','13486358490203335051',29671),('AbFvOqmc3FUR27iHB_tbDAM1YSv3C8Sj_TrF-PX90fIwzgC5oBOoM1sHDUVzzc7u5nm7J7JpyJmbcg','Huge shout out to everyone here! They had me in and out within 45 minutes. I felt comfortable and safe knowing Dr. Golla took the time to really listen to what was going on with me. Check in was a breeze, I didn’t feel pressured to just sign papers and go sit down. Nurse Joy thank you for the Apple juice as well! I know as clumsy as I am.. I’ll definitely be back because of y’all!','2020-09-30 12:38:54.886000','2020-09-30 12:38:54.886000',5,'Celi Marie Sullaway','https://lh3.googleusercontent.com/a-/AOh14GizXKR2h7HTo9GUaFN2LWtpaHs8kT0R5sTSWq195Dw=c0x00000000-cc-rp','17394740196501090048',36525),('AbFvOqmc3pWc8noVCS-s1pmWACpTdiF7tD4vk9WLdBjW0icI5J1nbpr-rj2jfbMeBKpH8LxGz6HU','Everyone was very polite and friendly. My husband and I were seen in a timely manner. I would recommend this location to family & friends.','2020-07-30 04:06:46.087000','2020-07-30 04:06:46.087000',5,'Carol Lowe','https://lh3.googleusercontent.com/a-/AOh14GgI-OtP68kAMG8i8QbwO-6asqwCIXifqflBQrMMP34=c0x00000000-cc-rp','2077061009497551125',38689),('AbFvOqmc3TzCVeS2Ux4byyYauJ3ke3a1PQfF0mXfqGbo46J3JwSGXRqPDRdIzeO6_KuO0OFItMmm4A','I had a really great experience at SignatureCare Emergency Center. The staff, nurses, and doctors were all very kind and friendly. The center was extremely clean. I would recommend this ER to anyone who asks.','2020-11-19 16:10:06.928000','2020-11-19 16:10:06.928000',5,'H M','https://lh3.googleusercontent.com/a-/AOh14GhaLKzXjXvj60Tpjh_Mxx4Dhwt83y8dD8ehYegKlg=c0x00000000-cc-rp','17898197009688164559',37426),('AbFvOqmC43OypL3e5c2iBW6x0rxhyqUIrVguPwkjv4wKnHO7pQCxrUyf6sM-2naVfMyd0nLenX84eQ','Facility was very clean and neat. Dr. Daniels, Rollie, Natalia,Yasmina and Stephanie were all professionals and extremely pleasant. Wait time was very short and the care I received was head and shoulders of ā€œtraditional ā€œ hospital ERs! Highly recommend this facility and staff','2020-01-29 02:50:35.096000','2020-01-29 02:50:35.096000',5,'Farrel Wright','https://lh5.googleusercontent.com/-vQtgABE-9ik/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmKYK7XTvG38E9zgBl8VKYwK_I7RA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42471),('AbFvOqmc48_ZaTKE1v-dNMlQt9QXzY9M0cgJ5nctxfAG-e3-jX2IXnnTdDJap7rHdBILtX7gVjkAUw','This place was amazing! There was no wait. I was actually in and out in less than an hour. The staff was great too!','2019-10-20 15:09:13.836000','2019-10-20 15:09:13.836000',5,'LaToya Brooks','https://lh3.googleusercontent.com/a-/AOh14GgqwM4aqGHK-L2mJVGIQ8BKU7fHEC0d7Uv2x6Te=c0x00000000-cc-rp','14567670160750071148',30435),('AbFvOqmc4Ps1_gaS-JRSoLiKZsauu7428HF2Ik7MMSkj5O1k2FvtEVlSB1KacUwgHH01EWuqtbXrRw','Aubrey was one of the kindest people I had enter the room. He made the experience awesome. The nurses were awesome. The tech in the radiology room was super sweet and made me feel comfortable. The lady at the front desk helped charge my phone which was a big thing because I know my family was worried. The doctor was super efficient. I really would tell everyone to come here.','2018-09-17 19:22:59.537000','2018-09-17 19:22:59.537000',5,'Ebony greenfield','https://lh4.googleusercontent.com/-kC9fPwWJhxs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnbFbA9VcJCVkZbmanMGB4huONgkg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32542),('AbFvOqmc4qEbp8KfG6AviAiMnDdQogifAxJ2iy93PzZcjBQvaPrw9_NaGn_ClGzmGCkw_wuPH9tp9Q',NULL,'2020-06-17 18:44:20.671000','2020-06-17 18:44:20.671000',5,'Adrian Guillen','https://lh3.googleusercontent.com/a-/AOh14GjJkCWcgAo8ECYC_89ubMavIAZtY825wQHqCQ8P=c0x00000000-cc-rp','8918455867446117794',43034),('AbFvOqmC4xVlB5qVAiPpzKegdL9xOar18ONL_W06WYLB-z82JD25X_UWaUneABqkkGjKIEndTg9Z5w',NULL,'2019-12-11 16:24:39.924000','2019-12-11 16:24:39.924000',5,'Kimberly Griffith','https://lh3.googleusercontent.com/a-/AOh14Gg01Flm3orkUEl-lECZoR5C9QrkD7i6hGVvMqNR=c0x00000000-cc-rp','2694018788013845459',39190),('AbFvOqmC4yBqnrq9HlqSXHuIkY8zOImdHObDA0VslS3pygmiYfhn_5aA1zvLB-13KN7aI3bVZYtDeQ','Best Urgent care ever! So nice and clean. Staff is very friendly and always concerned. They always do there best to give you a thorough diagnosis as quickly as possible!','2017-05-29 14:07:10.361000','2017-05-29 14:07:10.361000',5,'Ashley Nicole','https://lh3.googleusercontent.com/a-/AOh14Gi1uxA1sAGhMeTOnpi8RgYUQheaV9Y1bT3StBn3xw=c0x00000000-cc-rp','14567670160750071148',31033),('AbFvOqmc5s-VGxmMmJ5TfucHOM60WW4YDe_JzUgIBk4sJR-ARDDR4VAOrVuNxNWKvgCrTh4Rb26p',NULL,'2020-12-09 14:29:38.132000','2020-12-09 14:29:38.132000',5,'monica rogers','https://lh3.googleusercontent.com/a-/AOh14Gh2O-I2v0MIgzPabktytxbOHz-JzDWnEQanTzg8Ug=c0x00000000-cc-rp','17394740196501090048',36499),('AbFvOqmC5SUH_9mEQPRB-22yYa0spTjweW0EXdsn-jeSqMsvb5aouM5BE3aWNXu7jcmyZRNfMg5iqg','This experience today is the best I have had in years Dr. Harjai, Alvean, Tricia, and Jocelyn were great. Very patient and help. They all took care of my daughter from the time we entered the front doors entering the back and leaving the facility. This is the place to be even with an injury.','2019-09-18 22:05:15.373000','2019-09-18 22:05:15.373000',5,'Kenya Young','https://lh6.googleusercontent.com/-Lmg6AE64ALA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnmen6PwQE6-qVy1Xh4yiwYtmLkMw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33948),('AbFvOqmc6_9nOgKWSsaEQ9aXhkN1qrxaW8AwecKPHQSBLjvsMJuDRjwdnC4T-z7M1QPsjdXKic2BFw','Security walked us in\nFront desk was fast\nXray tech brian was amazing\nTech richard was very friendly\nNurses merdith and sherri offered my son a warm blanket\nDr miller was very informative!\nI would recommend this er to everyone!!','2018-09-08 03:46:28.224000','2018-09-08 03:46:28.224000',5,'1 1','https://lh6.googleusercontent.com/-rSt_eiGKJTU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmofbM_3yHdcUySJy_hcwt0CGO0Aw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30735),('AbFvOqmc6Q2eQwM30MEQYedN9Vkcj9xjK6_JFZ1B9l6kA5O6Y_XprB9Oiv4VQGWI8q9SOIQ8o9qrqw',NULL,'2020-02-10 21:31:56.373000','2020-02-10 21:31:56.373000',5,'S.R.C B.I.G','https://lh4.googleusercontent.com/-X3UajQ5EJaI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclCmC8PFFIEgdVp8dQfwnICb3XIkQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33378),('AbFvOqmC73XXbXdbd7RctQWT2AjOtnhxkGsNznkYGO9aCAmp6vR7TpN17PJgmTEUaDy_MaB8J9iSzw','Thank you guys helped my boyfriend in a fast and careing way no other pleace has','2019-06-30 23:59:21.467000','2019-06-30 23:59:21.467000',5,'Caraline Ward','https://lh3.googleusercontent.com/-30mlQEcmEFQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck2ctydbg3exwM1c2mK9oIzpCF5FQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39318),('AbFvOqmc7cKQw3zTT_FmRTZvusLSMmT4B2zZzVgO4_WzQ0eJhFRFE4eMuZBRtMhh17rnxJ880IFMeQ','Kirsten (tech) did a great job at handing me the required paperwork to get scheduled for an appointment to get my stitches removed. Jacob the nurse was good at making a positive mood with his jokes as well as information needed to get my visit in as quickly as possible. Doctor Vakey gave me a great experience by making my visit as quick and painless as possible. I had two visits total, one being to get stitches Put in, and one visit to get them out. Both visits being quick and painless.','2019-04-23 20:33:26.900000','2019-04-23 20:33:26.900000',5,'James Forlenza','https://lh3.googleusercontent.com/a-/AOh14Gj4Wpcrf5Xau0M1fmKIHuFgiWku7HcsIZtrmXcOCA=c0x00000000-cc-rp','16590124370714063921',34876),('AbFvOqmc7z91-Mx5m4YRqVl-f5oy8im7eR2t-yhwJPVzz9W8s8fTAUxielK7UbKNJRlTc63-NBGjjg','I’m fairly new to College Station and I hadn’t found a regular doctor so I came to SignatureCare Emergency. I don’t think I have Ever been to a place with such nice care givers! The Doctor was so kind and had such wonderful bedside manner that I wish this could be my doctor’s office from now on!','2020-02-25 22:26:54.682000','2020-02-25 22:26:54.682000',5,'Tina Phillips','https://lh6.googleusercontent.com/-9B4MY826058/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclNHm2Nv9NIoRjIrvsh4WJJIxsLkQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34343),('AbFvOqmC8IjaKao4MJ1jTbZxcH9xgHYv8O9dgBlgG1NJjxlSda5b0ugxur8iZAe9lV3GosDIwx5Otw','Super fast service. I came in at 11:30 PM and had a 0 minute wait.','2019-08-29 04:42:38.680000','2019-08-29 04:42:38.680000',5,'Matt Anderson','https://lh3.googleusercontent.com/a-/AOh14Gj7iBoipBCJk4fybobe1PCDlfgTIcrTkgvlURhYaA=c0x00000000-cc-rp','16590124370714063921',34705),('AbFvOqmC9APHhRbEMx45imUBrgHwX_H6aq40i062p77Cn58cSR0YHchBbsS1PBwB7QOPlZ6A5kl4','Thank you so much much for your treatment and compassion. Being in healthcare myself and I am the patient on the other side was definitely a struggle but the team you all have their is wonderful . Please keep up the good work . I feel safe and in good hands , god bless.','2021-01-25 03:59:45.003000','2021-01-25 03:59:45.003000',5,'Alicia S','https://lh3.googleusercontent.com/a-/AOh14GhDjk4QWJJk5vFoIqyts2MqRqa4JnzMtBT0uQEtAA=c0x00000000-cc-rp-ba3','2077061009497551125',44418),('AbFvOqmC9YNI9EfVFD4N02CIsVo7ntRM-oIM8YgMWUQyBFctPfwaQJK-jgariwB-Zs1qNlkWL94GeA','The staff took such good care of me. Everyone was very warm,friendly, and attentive. This is my second visit to this ER. The great care is what brought me back.','2018-11-16 16:11:16.650000','2018-11-16 16:11:16.650000',5,'Kristen Hartfield','https://lh5.googleusercontent.com/-3-26Z-he_24/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnWbOVzgEq1r8H7cMkb3sIcCD4jpQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32526),('AbFvOqmCA46y-mpuW4HXOXoMtHFE_VI-aDi8jcHvIKxC3Hvlgbud2RWCrjuMI1Y0Bup-p1Ufim5H','The staff was awesome! Dr. Lingan, Adam, and Roderick listened to me, made me feel comfortable, and continuously checked on how I was feeling. They are a warm group that made the best of rough time.','2019-10-27 09:05:26.128000','2019-10-27 09:05:26.128000',5,'Claudia Ritchey','https://lh6.googleusercontent.com/-fPJdNM8UjkM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclEzvwl8AyPWp_XhmHnDdkM-9EKrQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36099),('AbFvOqmcAfurymx2weaIOBWicJC1QksRBKP0hHISqPBr14_4kwZeUtEQMQCajCCvy2yJbwmZ7Bm9MQ','Drove an hour for Covid testing after not being able to reach them by phone to confirm if there was anything I needed to do ahead of time and when I arrived they said that all the Covid testing spots were taken for the day. I checked the website to see if I had missed something there regarding the mandatory ahead-of-time check in and there’s nothing there.','2020-06-17 13:27:43.650000','2020-06-17 13:27:43.650000',1,'Taylor Levick','https://lh3.googleusercontent.com/-fM3e7w8D-0k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl0UG7E5wtV3AFmnToUBBurr3KI7g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33233),('AbFvOqmcapU8_5FePQVPDQLu1aY22tc-Hyo3ahjIcCw5IsSwU-aSWeW74xDg2sySNptejlZQVcgE','Very friendly staff and the service was very prompt, especially if you aren’t feeling well.','2020-10-10 14:37:54.026000','2020-10-10 14:37:54.026000',5,'Nanette Coleman','https://lh4.googleusercontent.com/-BSJGjds_M2A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn4ORJl4AYRGC0CVYZrR1ZrpI8f7Q/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38931),('AbFvOqmcB2a0iUPvyHQO0Im54lOk4AwNHtpVCVCZQtngQQI5aNtZbjj27e1oRXAh67lqwYFewJ80-g','Me and my daughter had a wonderful visit her nurse Alvean was so helpful and kind to us.','2020-11-12 22:05:03.049000','2020-11-12 22:05:03.049000',5,'Christina35pat','https://lh3.googleusercontent.com/a-/AOh14GjlFlexKmYRgfNWzFC9_9VYAm0F44SYJ_9A47SvlQ=c0x00000000-cc-rp','16389487648212004696',32931),('AbFvOqmcBF-8w3lSG69bHQ5Nu0EpfbEIGJkKoZtDuQM2k2ejN4OdwxgcngCIAk5i1BjyRbMtxG8JtA','dr. Ding amy and chris took care of mg wife exceptionally','2019-04-27 21:02:23.880000','2019-04-27 21:02:23.880000',5,'Michael Geronimo','https://lh3.googleusercontent.com/a-/AOh14GjP3uOxk5zH33o3eZUehqDcHIBA_Vw5-3wdFQOcoA=c0x00000000-cc-rp','14567670160750071148',30556),('AbFvOqmcBfhS0YrRPkqWiP7kUbir1hoMNMmjLbpXgHZFU939bGJ1ftIDAJoH1gvBwMeDpBM5MC4u','Dr. Jones was great. Sherri and Luke took great care of me. Kim was super sweet. We will definitely be coming back and recommending SignatureCare to our family and friends','2019-02-18 16:16:14.107000','2019-02-18 16:16:14.107000',5,'Tiffany Maxwell','https://lh3.googleusercontent.com/-DpHafRWXoYI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVkPvVjpHOED94Q-Cm63K5uSZ_Tw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39913),('AbFvOqmCBHJkmdZdSngvcgp4aOCbihaCES3uAxE7RbcftN9Q70JZgYmFSidMva9-_X2NyLQPod0Qlw','The staff was amazing from start to finish.\nThank you Stephanie, Rollie, Natalia, Jaslyn and Dr. Ybarra','2020-12-01 04:04:57.895000','2020-12-01 04:04:57.895000',5,'Denise Richards','https://lh5.googleusercontent.com/-BoETdA_iH-8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckit0sRYkCmptpgDymTRvQmjjwH3w/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42247),('AbFvOqmcBK5HVpuKqh9-glynGI2Dmx-lqCaFl5Y3-oSuoH0otW_75dYMJKbjwX8w-ECTLjLp1Ea5HA','It was amazing and great care here!\nDr. Datta, Soumitra\nAlvean A. (Nurse)\nTricia B. (Radiology)\nDarnisha A. (Registration)','2019-09-08 16:36:51.312000','2019-09-08 16:36:51.312000',5,'Becky Moore','https://lh6.googleusercontent.com/-uGKmMUXGNZk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclTK59vkwV0sQRESjfpGyaxvxUHhg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33988),('AbFvOqmcBrlM6SHUfeZzJfGTwUxZsD32E6qCEWl_ELMwniqridTWEwCmPvWvAKpssMxs_Px8qdh5OA','One of the best places I have ever been to, gonna recommend this to everyone.','2019-03-11 04:35:19.848000','2019-03-11 04:35:19.848000',5,'C H Galvan','https://lh5.googleusercontent.com/-S7mfrmzw6kw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclCLUN16lD2vSW-H3lmYZoCjXLvRQ/c0x00000000-cc-rp-ba3/photo.jpg','17394740196501090048',36816),('AbFvOqmcciauspxOONI7h-QvL3HWlefjUEOfkhLxExGiTv-JtytjScQtPDYk3tTtMdiyw4vG5snZ1Q','Botester and Amy Great Service','2019-06-29 01:48:10.585000','2019-06-29 01:48:10.585000',5,'Rodrick Hall','https://lh3.googleusercontent.com/-oWlcdWCzsvM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckqnxEwoYJ5iT5-n8JwWJzC0UsJbw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30501),('AbFvOqmccM7qN4QqUFRAeQ6PSoUzls26d8b4ccEdm9L1kq_G7nQAkp3StYch5U6Q5k6hnGqZW86L8Q','Last night was my first time at the facility, and I must say I was thoroughly impressed. I literally didn\'t have any wait time. I barely got a chance to sit down before they called me back lol. They actually took the time to examine me, and made sure that I felt better going out than I did coming in.','2017-04-18 20:05:59.689000','2017-04-18 20:05:59.689000',5,'Sharnele Mack','https://lh3.googleusercontent.com/a-/AOh14GhGulCRLVp_RKucd11XdbY-EEeXRb9A04gkao8a-g=c0x00000000-cc-rp','14567670160750071148',31061),('AbFvOqmCCr7iP2cc_w6olvuyT_kmyexBIRKlK8TMkhz75xTdX64g1Gqt-jUyT6wJvergcD1BiDSI','The staff and doctors are awesome! Nicole G. And Andrea was nice and very compassionate','2019-12-22 04:59:02.404000','2019-12-22 04:59:02.404000',5,'Kay Williams','https://lh5.googleusercontent.com/-Hiq_ukzDJVw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckUPMjgQLzffBy-qXOlLI5Vo2mBUg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30386),('AbFvOqmcCy5ga_Bgmh3gjDgKT2hLvOVtE4Rz1JahaQyeqgbu3CWXyOTibiS8Ok9YNb9fK1aC9f7mvw','Walked in and was immediately greeted by smiles. I was prompted to fill out some standard paperwork and was offered snacks and beverages from the mini fridge which I thought was awesome; I helped myself to a Gatorade. I was called back shortly after into a quiet and clean room with a warm blanket which at that point my experience couldn’t have gotten better. Saw the doctor, was discharged and they gave me an ice pack and a refillable ice bag for my swelling (as I had just gotten my wisdom teeth removed). Everyone was super friendly, I loved that the facility was clean and even before heading out I was assured that if I had any other questions or concerns that I was welcome to call in or stop by as they were open 24 hours. If anything ever comes up again, this will be my first stop. Thank you guys for making this experience smooth, quick, pleasant and warm!','2018-02-03 15:32:13.043000','2018-02-03 15:32:13.043000',5,'Bianca Elias','https://lh6.googleusercontent.com/-nHISgM5ovm0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckcDYNkuKxkeygRfiAY2r65fyt9yw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36437),('AbFvOqmcDb3VbwbzplKtu3ES64zosWN-OOCsSJVtOW7rpgCnePtwUr1-hTaLNJkPtUytVGoCQRUdWg','My experience at signature care was awesome everyone was so friendly and hopefully the staff was amazing','2016-07-21 12:41:08.408000','2016-07-21 12:41:08.408000',5,'sophia thomas','https://lh5.googleusercontent.com/-A1fy_CveuK4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm0-UjSG-m6EUgAV9tL6TINXC9MeA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37323),('AbFvOqmCDE-SXj5YvjXcxY8DVO7HmQ4x8ssAyYoepNWsttl343RK5a-vY6f4UD9P-tVjXNvcVP26tQ','Everyone is great, starting w the security outside that nearly ran across the parking lot when I arrived to help me and all the great Urgent care team inside. Everyone is friendly and caring. Quick and honest service. No extreme high bill for self pay.','2018-05-13 14:52:58.454000','2018-05-13 14:52:58.454000',5,'Lupe M S','https://lh4.googleusercontent.com/-HcaDtuAV-6w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucne7vDsnC5356L7rhjyQ10B2H1FmQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36950),('AbFvOqmCDIk8gIB8X5V4xY4eOzkplYVp1eZM8n3pdrfhA-9eTcYa0JKys1pAog2PauV9hoiaN_RazA','Ashley B. great at the paris location','2018-12-20 03:51:04.823000','2018-12-20 03:51:04.823000',5,'Kimberly Paxson','https://lh6.googleusercontent.com/-3oYJbHX_9t8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnWgDFC7tiTqdRZfsbBZJkx6pSu0Q/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42215),('AbFvOqmcDt2yqXkraGe1a9REuZTL9XGNt7y_Hwi6pn0vFj-LMQCFBfbv24Va0h06Pd2TArAn0T3V','Great experience with , Amanda, Kate, Kristen & Dr. Cabaniss. Quick, easy covid testing','2020-10-16 20:09:45.132000','2020-10-16 20:09:45.132000',5,'Hilary Gray','https://lh3.googleusercontent.com/a-/AOh14Gh54ppEddfztiaELjKwA2xLJ4qtZG5PJyoG_v4eTnU=c0x00000000-cc-rp','16590124370714063921',34132),('AbFvOqmCdUnhATJoxnENadaGybk-Eyvl0oaBxkYxptUDdp1-445rMeDU9bwd4xbsvnRe2ztr2Vyn','Super friendly staff. Iris and Joe took such great care of us! 10/10 would reccomend.','2020-03-12 00:09:15.106000','2020-03-12 00:09:15.106000',5,'Mia Gallardo','https://lh3.googleusercontent.com/a-/AOh14GgFVR7IeIZLsRYhczi1QLWWhetqx-yE_TIC4C4hsQ=c0x00000000-cc-rp','14567670160750071148',30204),('AbFvOqmCdwOPs4fzqGjqKCPMQPlrFDex4R8HfHeXfp4kGqiIYCgDAfKDxgIlFXs3Ei5ej4oJd4mFjw',NULL,'2016-08-25 18:37:53.613000','2016-08-25 18:37:53.613000',5,'Baudelio valdez','https://lh4.googleusercontent.com/-YiQbYbyMheg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnS9uHik9QztFG5INqccjY2XfKgIw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31198),('AbFvOqmcDYOgYpe8FHiF5RyFSqGDJiqDskao-6-7PP4xZwvh56-mSPmbdoDER_7ODrX4HHWqtbEAiA',NULL,'2020-02-18 01:46:19.484000','2020-02-18 01:46:19.484000',5,'Lorraine Gutierrez','https://lh4.googleusercontent.com/-x198AlAQ6Cw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmx82_4etgwN3DCBNk1Da4BUxqOnA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30241),('AbFvOqmcEIVpGwx-BigXU_yV3NAWL4S2WqIip_UqsjiehH0iY5hx_hKbtRWQNwLE_AFZv6xUVA1j1w','Mollie was very efficient and helpful','2020-12-26 13:32:20.803000','2020-12-26 13:32:20.803000',5,'Kirby Kell','https://lh3.googleusercontent.com/-JRBlFVa0YgE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucncONI9wKzEzXZhnH3auOl74PrEgA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43905),('AbFvOqmcetAG3RVx0JYp5FzxzvJLUE3p_ULow9MjCFIHvIU_-ITA0nLSAdZ3XWxLfthWUx6iK0lv','Amazing and friendly staff! Thank you Jennifer Diggs, John Bell, and Kanyon! Will definately let everyone know how awesome you are!!!!!!!!','2019-07-29 13:50:59.044000','2019-07-29 13:50:59.044000',5,'GerryNell Merritt','https://lh6.googleusercontent.com/-h9Tgra1NN6o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmanDBH8dFie2pN-p6esflVCdcSlA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42018),('AbFvOqmcEtfnRiRQhQA-CgkMuWfdrG1sJS9qBhpMDHmVj4pB9qZh6HX6lARcWNX8TxQaMd-gVfVCxg','Very attentive and informative staff. I love coming here!\nDr. Ybarra, Natalia, Rollie, and Stephanie are the best!','2020-02-11 05:14:30.622000','2020-02-11 05:14:30.622000',5,'Ashley Kelley','https://lh3.googleusercontent.com/a-/AOh14Gho9CERhHe485hp6fEk7ChrgT_f9oKI58rsZMfsvA=c0x00000000-cc-rp','8679688254631342173',42446),('AbFvOqmcf2rnHAfMe0RALOVhv8FpaSUxxH_J30WD6mCqGp75IWEnNVxeU7ss3mPyxoaG-YTlB5_J2Q','Super quick, very clean, courteous, and super friendly. Lisa H. , Erin, Matt, and Krystal were super helpful.','2019-07-24 19:00:57.583000','2019-07-24 19:00:57.583000',5,'Frank Guzman','https://lh3.googleusercontent.com/a-/AOh14GjZxs4f1is71M7C5Kw5PyS3J4-FcZ2UUAMsPrGBSg=c0x00000000-cc-rp-ba3','13486358490203335051',29724),('AbFvOqmcf7Jez8_nIV605suBkYYrMAPNhjqvMMVJyAF_dNPjGTb8vBEwp5qMF2IxebrfWHYrABxp','Ive come as a guest while my mom was in the er and ive had the best experience they take care of there pacients and they are the best to laugh with and talk to love them so much','2020-03-02 03:14:20.143000','2020-03-02 03:14:20.143000',5,'babygurll periodt','https://lh5.googleusercontent.com/-hSQg7aVUYSs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckYLxCLzjXP7DoTFPxkGEJNXf07Hw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30217),('AbFvOqmCFfvABwa2IJ19cdjaxq-A3JmQnC9EgnsQ5yvgIVWr6cmjVWwitW26POwliETJfh0mc3xa7g','Best place! It is so clean and up to date at the Neighbors facilities. Everyone is incredibly nice and welcoming and the service is very efficient here. Not to mention they are taking great care of you! Highly recommended!','2017-03-27 14:34:23.748000','2017-03-27 14:34:23.748000',5,'Elizabeth May','https://lh3.googleusercontent.com/a-/AOh14GiLjyqR2RuJwFJAPrtJ5ttDjU3cGCcyRPCPLH9r=c0x00000000-cc-rp','8679688254631342173',42772),('AbFvOqmCfg4llSbNo_VXpNAnCyp4XnV4IDDkFFvb2jIhSJV7TmiYzYGpAky1Bvj_qqqjjbgv1dOp5w','To say this place is friendly is an understatement. They where not only professional they where concerned as much as me. I took my mom here because she could not hold food down for three day. I came inside in a panic because at this point she was throwing up. I was freaking out and despite my shortness and tears the receptionist was still a sweetheart. Jasmine again I am sorry for freaking out on u. Then we where meet by a Mr. Marcus. He was so great. At this point it was fighting back tears and unable to set still. He calmed me down and informed me the will do all they could to make sure my mom will be ok. He obviously loves his job because in the mist of my panic he remain calm and even managed to lighten my spirit. He was super attentive to my moms needs. Jani the nurse was really nice a super sweet. She keep on my mom regularly. Dr. O\'Malley was great he made sure to check everything. He even found a great surgical doctor to send her to. He let me know everything that was going on. This place really cares and I recommend them highly. Thanks for taking care of my mom.','2019-06-18 23:17:19.673000','2019-06-18 23:17:19.673000',5,'Cheryl Williams','https://lh6.googleusercontent.com/-Ub7hi-IxHVc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucngujfe9e5Yea690uPzOoDwZZeo_g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmcfiP9OElXNoy4y0qpVfWcOrej5itLzA-2A5GopXwPevekTLc0hAsLEUXh5u5XZfeqFeHOYw','Great service checking in. Cody made me very comfortable prior to meeting with physician. Provided very good care.\nJohn F','2020-08-03 21:12:28.551000','2020-08-03 21:12:28.551000',5,'john fearheiley','https://lh3.googleusercontent.com/-EqQSZxJROy4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJXpd3mT_tqMElkVrorOZ0Z41fsQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38655),('AbFvOqmcfWyQG4OygKHJoKYNReSeIl4ecxV03LJfStPShfheutrkNiaD5rK-1nGCu2IGzZt9VL7v7g','I HAVE A GOOD EXPERIACIA AT SIGNATURE CARE EMERGENCY THANK YOU GUYS!!!!!!!','2021-01-26 12:50:58.843000','2021-01-26 12:50:58.843000',5,'Antonioe Santizoo','https://lh6.googleusercontent.com/-Thcw6r7f5lQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnzCCMole-Hq1Ay9V6PqJLiNAK0zQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',44400),('AbFvOqmcg9bZX99vAo-FR3w3NUljUP-wm2iGRDWA1k8iPzBIUh10grwTQD3Kr-wHt6xLHc2-1QKayg','I can’t began to tell you how caring professional and attentive everyone was during my visit. I checked out of memorial Herman and Beechnut due to the staffs rudeness and lack of care. I then came to visit signature care on Westheimer and experienced a total difference in the staff. Thank you Kristina a, queen, Scott, genesis, and dr king for saving me. You guys are awesome.','2020-01-14 15:38:09.776000','2020-01-14 15:38:09.776000',5,'Starlett Carrier','https://lh5.googleusercontent.com/-NnHxoQIXceU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckqB_1aqydVSd9KWZ0L5QvYm3wRzw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28823),('AbFvOqmCGKxz7hrw9UNrZOViH0Z_7v7VeQC2jNJSkDa6VWmpLO-YJX0LkHTksagQMYLuVZrwPJwP','Dr Das was great quick and prompt','2020-12-21 17:05:47.975000','2020-12-21 17:05:47.975000',5,'Aaron Pierre B.','https://lh5.googleusercontent.com/-ceT7j9NVqN0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnJAezeMdg952Xekr_gXBN1o0aDmg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',43641),('AbFvOqmcGLEehw1DCDN9Yj6RKseFpxeVNtMONCNCPnmKvXqadTY-0L5-GwrDoqNQcUv9Ya8YFwz7Ew','Dr. Ybarra, greets you at the door RN Katrina give special care ER Tech Cedrick made me feel like I was right at home Rad Tech very supportive Reg: Therisa was very patient, kind, and offered good hospitality Overall they were a wonderful tea','2020-01-04 02:53:50.063000','2020-01-04 02:53:50.063000',5,'Regan Johnson','https://lh6.googleusercontent.com/-nxJVLRp6QC4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnRWeRkX5JfzpZtTZeE4lRfoVEWGA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42514),('AbFvOqmCGq6iZ-6XOMtMVeh0cA6HQW1O2ID0vPZF4Xc-WScbmSNOdQA-RmVNSp8e4_9fbMmHY-1uTg','Violation of HIPPA Act by the nurse named Laura. She also made fun of me and one other patient that was being treated while I was there.\nInsurance fraud: billed for services not rendered. Repeated attempts to resolve matters ended in being treated nasty by administrator Larry Deitrich.\nRequested a face to face with owner and never got it. Definitely going to report the HIPPA violaton and insurance fraud to the Texas Medical Board of Health and Inspector General.','2020-10-25 21:01:26.970000','2020-10-25 21:01:26.970000',1,'CHAD','https://lh3.googleusercontent.com/a-/AOh14GiYn_Br9KKNrOy10nQ3ZdXV4P84dm0H9ieX--HY74E=c0x00000000-cc-rp-ba5','3511292162159714121',40107),('AbFvOqmcHBewZZmo-uhnisLdaIpjJ_ByHGt5FaVEd0m-zoUySfGq9hDtmSvh1fHWo-v57B6-s_xNuA','Almost cut my big toe off, foot slipped and came down on a sharp tile edge. Oh yea I was in my bare feet. I was bleeding like a stuffed pig, did I mention I was on blood thinners. My wife and I tried to stop bleeding for a couple of hour at which point the smart one said \"you\'ve got to go somewhere\". Found this place on the net. I didn\'t want to go to a Hospital emergency room--have you been to an emergency room lately?\nSo we drove to this place. Sat. at noon and they weren\'t busy. No they didn\'t take my insurance. I said what the hell, fix it please. 8 stitches later and $300 and fixed. Great folks, very professional and caring too. They even called me the next night to see how I was doing. I\'m impressed.','2018-09-24 03:31:21.105000','2018-09-24 03:31:21.105000',5,'Nelson Miller','https://lh3.googleusercontent.com/a-/AOh14GiFlr27s6opkzWnsoIK_Dl2wxZA3jABvpgSOmbVhA=c0x00000000-cc-rp','17394740196501090048',36890),('AbFvOqmchJ8Q7Fv3rVFFANhAu0ffuPFyVqTXeXNvrNrySEC9f4vzilz8fxwuKvI8vvu4VXUZWlyn_Q','The staff was very friendly and professional,\nDr. Iheme and Nurse Avean seen me very quickly. Jocelyn and Oliva made the registration & vital process easy and quick. I was finished within 20mins. It\'s the best emergency room experience I\'ve ever had.','2019-12-04 13:47:57.756000','2019-12-04 13:47:57.756000',5,'Sherterika Anderson','https://lh6.googleusercontent.com/-qio5VgHM3g8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckETCiST3Z3Yj0yWO2EV0fBtj30aw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33643),('AbFvOqmCi2BnQ1wI4px11R44Mk5vnAInoFpYayqtTDzjN5VoqMyvZDHRHxwFpSG1kG8LX4nTN8XrVQ','The best ER experience!! We didn’t mind hanging out here for a night with all the wonderful staff and Excellent service.','2018-07-21 03:17:04.626000','2018-07-21 03:17:04.626000',5,'Isabella Luna','https://lh6.googleusercontent.com/-ri_8cNEIu0I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLec_AEHvSB91_CPRnu4mCDpcurA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30808),('AbFvOqmcIXHiBSli6w5ruVHLfL7sFeOVrcXOCKcdrNgFY3PwvBUTN7kispskPBi34P5weaPyiN2goA','Stephanie checked me in a timely manner.Rollie and Natalia made me feel comfortable during my visit and Dr O’Malley was very good. The service was great','2020-10-19 07:37:01.431000','2020-10-19 07:37:01.431000',5,'Pasion Morgan','https://lh3.googleusercontent.com/a-/AOh14Ggn5c3jlTlVYXYwwhOr3fm58epsUZ_XaqgYenFRFQ=c0x00000000-cc-rp','8679688254631342173',42281),('AbFvOqmcIyIVXWbg80C0kH3YozBYEMZZWYoZsobZ42F_1OyuhuoDJwrWuLAk7_72NaIcFnkQx1xjIQ','We received great care and excellent service! Dr. Yost, Nurse Lucas and R/T tech Sherri gave my daughter quality treatment and care. I would highly recommend Signature Care ER to others.','2019-07-07 16:03:48.643000','2019-07-07 16:03:48.643000',5,'Audrey RNY4L','https://lh3.googleusercontent.com/a-/AOh14GhP7UFtpOA0Aoi9-eETBiMdtvzFJdPgqI0x8PYQ2A=c0x00000000-cc-rp','3272657195432704501',39848),('AbFvOqmCju3RlyghzKtI0Wz3AdqurXSesilO6xSqN6YXveipb6_Lj5DwG45UhNNWYRhAPMY5p5sx','Honestly, the staff are very nice. No wait time, process is very quick. I do recommend.','2021-01-25 03:39:43.124000','2021-01-25 03:39:43.124000',5,'Kane Robinson','https://lh5.googleusercontent.com/-yQbWhHD6SQo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjJtbLWlBtrOFhNIg2BZeRpogcwg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',44419),('AbFvOqmCkbO6fX7i_e28RYkia9B3bYVi6S7f4r3xQzJXo7mFf9_kCCkFuMwKP_QBvDiNmPEKUaYI','Keera and the entire staff were wonderful!','2018-11-08 06:27:42.501000','2018-11-08 06:27:42.501000',5,'Baylee Floyd','https://lh4.googleusercontent.com/-rkYcg-URN_A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucknARgujWCL_7w6iFIdntap4M3VtA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35112),('AbFvOqmCkdlkZgAT8GITyUPRKNplZzFYXJIZFpxzJdN6bcZDauEBedTL6OdciO6mFnIHGEFnsRbSAQ','2nd time that I have visited this location when I was very ill and in need of good care after hours. I am self pay so the options that are quick, good and don\'t cost a fortune are limited. These guys are ALL of the above. I was seen by DR. SOUMAN, MD, ASEM\nNurse: Christine M M\nRadiology Tech: Sharesa A W\nFront Desk: Tatiana G D. They were perfect in every way. Thank you!','2019-12-05 19:23:09.920000','2019-12-05 19:23:09.920000',5,'Sista Whitenoise','https://lh3.googleusercontent.com/a-/AOh14GgyPnhCFYaNvJd-TTI-rgWhQAZu0lhPESBNO1GERbk=c0x00000000-cc-rp-ba4','14567670160750071148',30404),('AbFvOqmckDw6ElNSdKG4hqRov102lcb44QZAp7vcpdIW-QID15qQSDd4bSfCi4WT8GTlG23N4zUd','Jessica took great care of me!!','2020-07-20 16:37:59.602000','2020-07-20 16:37:59.602000',5,'Dream Finders Club','https://lh3.googleusercontent.com/a-/AOh14Gg7AhrtSZ-n4mkKUKkiGnjdNulV6WoWQUM7ElPc=c0x00000000-cc-rp','14748677429039074158',31932),('AbFvOqmCKzhNv1sKydR6Hn0HsoHIYwFM1KoiFv-NP-IY3h1PZxEUYAhE27B1Fzpwy2FIcyQY9utq','Very clean and good experience. The entire staff was so friendly and helpful at my first ER visit. April was amazing','2020-12-21 22:37:32.954000','2020-12-21 22:37:32.954000',5,'Casey Stewart','https://lh3.googleusercontent.com/a-/AOh14GiU71JB0V1rKGa7_H66isPXhBxKIjDOoh_L6ywxUA=c0x00000000-cc-rp','14748677429039074158',43691),('AbFvOqmcl1nqyIDohwcvA7nmHQW8vIWesO2T-17GDwfCSlx_58SPegwU9Q7X-inv-RDUKJysULeoaw','Itza and Jacob were great. Service was fast and efficient. 10/10 would recommend','2019-03-31 17:14:37.679000','2019-03-31 17:14:37.679000',5,'Lizzy Baucom','https://lh3.googleusercontent.com/a-/AOh14Ght_zaF66PJVMgv0PFPfSCN-NhzL4x9qNpk9P2kiw=c0x00000000-cc-rp','16590124370714063921',34934),('AbFvOqmClIrwgQ1WSm5c0nD7udgDZmm99Nc2YftUwqxz62xGiMxKci72uaNRPRzJTBmjvraFgRM2nw','My visit went very quickly and staff was honestly, kind and respectful. Made my visit not stressful. Thank you Signature Urgent care staff!!!! ā™„ļø','2020-07-14 21:16:19.804000','2020-07-14 21:16:19.804000',5,'karla Herrera','https://lh3.googleusercontent.com/a-/AOh14GiIFWL9W2PufbQ2E_X2coqMbXfDAhmwWqaEl9LA=c0x00000000-cc-rp','8679688254631342173',42354),('AbFvOqmcljxeB7co_eZsPCgIdDBnkf856IPV5GI3-oxPkgJf_Z8cyNEKRDaMfD_adFHC1UYSRlDUzg','Dr. Ding and the wonderful staff including Chris and Amy at the front desk helped us yet again for another visit. We are always so happy with not only their care but their follow up. Thank you for all the special care and attention they show their clients.','2019-04-27 13:04:43.435000','2019-04-27 13:04:43.435000',5,'Judith Irvington','https://lh3.googleusercontent.com/a-/AOh14GhKYuz1LBmGjV4cs_VqXfOUMK1NfwVBiQvTBrwlJg=c0x00000000-cc-rp','14567670160750071148',30566),('AbFvOqmclMadP9jiTFgTOCfwFkLSZFrfVN50y_X9rHZSjinq7b1kTAXbQ0VtkySoe80sRglskczx',NULL,'2020-10-20 20:35:54.032000','2020-10-20 20:35:54.032000',5,'Dave Flowers','https://lh5.googleusercontent.com/-0nDFd1jpWyk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVCEi7_oBQL7AvNTOg4I9gWKKESA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40154),('AbFvOqmcLNGwyZrTSdG1WZs_GDZjIgn_ItStM2pPL48p4FMv4JDOirGcN-DO5NfY0a2YVUilbQI6','Very compassionate and efficient staff all around! No wait, got me in and out as quickly as possible and didn’t feel rushed at all. Dr. Miller was very considerate and responsive to my needs. Both he and my nurse Gina were very comforting and knowledgeable. Have been here previously and will return if need be, very recommended.','2020-01-23 15:16:47.230000','2020-01-23 15:16:47.230000',5,'Stephanie A','https://lh6.googleusercontent.com/-tLcP9VDeSXs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckrg3Ho0GeYf2pEDj_0ofe7n2mXsw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30312),('AbFvOqmCm7Nj88KUBMj-fqE9os48RLNZC_8ZZzIvpMejpgFK46qbcq_Cc0FPTwNdi7GfCnKiHynw','Great service, staff and dr. Was amazing. Quick and easy visit','2019-01-14 19:20:09.182000','2019-01-14 19:20:09.182000',5,'Levita Dobbins','https://lh5.googleusercontent.com/-V9zc75c1lQE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckaDBsOOzSD3LouvmnBzGD0EsIo5A/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29160),('AbFvOqmcMaAi5-nci0f56w8Qk9EIoUjTO2ZjgjvCzrIhqowKPBVVF17oHtC02U4bM4becI5lWJDm','They took great care of me and I will bring my family here if ever needed!!! Thank you stafff!!!!','2020-02-23 21:06:51.218000','2020-02-23 21:06:51.218000',5,'Emilio Sanchez','https://lh3.googleusercontent.com/-usVWgGKg35o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVTFuvS65dJcSCbVg4nOJqEKj18Q/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39100),('AbFvOqmcMf7t8nBON98rxj6iXWJ6N8yXaH2D5v07e9e0iOWjczj4FbrunFI5I-aFEeSXpdyAC-YEeQ','I was feeling terrible but as soon as I waked in I was instantly greeted and they made me feel at ease, Dr. Grinblatas was so helpful and knew exactly what was wrong with me. All the staff( RN: Melissa, Tech: Natalic, and Radiology: Diem ) took great care of me and I appreciate them so much! Thank you guys!','2019-01-17 15:50:12.017000','2019-01-17 15:50:12.017000',5,'Efrain Serrato','https://lh3.googleusercontent.com/a-/AOh14Gh7p1XQ_xADV-0_OtGuBymu48u_UcVPZzzIdLxtJw=c0x00000000-cc-rp','14567670160750071148',30625),('AbFvOqmcmg5i51yvBip0_2u_EDgnjgjzgH_RgqI00IXbRTuKd9qBT9kfr3-dp7VKYNQVxR91efhF7A','Very quick the staff was excellent definitely going to be coming back','2019-07-05 01:51:41.438000','2019-07-05 01:51:41.438000',5,'Kyelar Connally','https://lh3.googleusercontent.com/a-/AOh14GgfbVfJR6ia7JacFJlJVeypW7N5lOFfLw3PwWWu_Q=c0x00000000-cc-rp','13486358490203335051',29741),('AbFvOqmCmnwioH1g-uFF1lJlb8Jz0ciVHmltHqOFurSrmtnYxOyvkfsaquCK7hFTNOIRS5CCc8OPLg','kind, caring and professional staff. Patricia greeted us at check in. She made it very quick and easy. Nurse Dana took time to explain what meds will help my daughter and she even showed her how to swallow a pill. Dr. Nweze was very kind and she really did an excellent job at explaining what my daughter needs in order to feel better.\nThis is an awesome and excellent facility. It is extremely clean and the staff is extremely kind and professional.\nI will definitely recommend to my friends and family.','2020-01-31 13:24:43.745000','2020-01-31 13:24:43.745000',5,'Barbiedoll maddie','https://lh3.googleusercontent.com/a-/AOh14GiB2FKgD7sGoMjdTtHv-w7LdO80e-jyiMo1YzdLR68=c0x00000000-cc-rp-ba3','16389487648212004696',33422),('AbFvOqmCMSztLtOT7XQpusjOe2IwNaYuW14fPTfaUx1feCpF-25LwgFAfELtlU6h1kdgIqjRGzYD',NULL,'2020-09-14 23:58:49.041000','2020-09-14 23:58:49.041000',5,'Payton Collins','https://lh6.googleusercontent.com/-1daqqaaxUL4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckazD2KXr1YR_YCR7hwFQysYsKDbg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38996),('AbFvOqmcmUvMSzcJ5YYcbpcharErrSZ-VX8x3X5poQhLnjJpHyWhfcsN_qddDe9gr4VY1pwPTaYi9w','My er tech leah was great. Very sanitary and efficient. NP Erin is doing a great job.','2020-08-01 14:39:35.729000','2020-08-01 14:39:35.729000',5,'Kim Garza','https://lh6.googleusercontent.com/-InnZO3MLrWg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmTYZQ_XP2SfMU4CfycQtxS1IhLlQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29349),('AbFvOqmCNdb5tCgakCwhvc6RqJG-ineyfu3jFvKmIU-3vQZvlJO5XpKK_xtZiqAjZuX4wur0kdIC','Most efficient COVID test in the Austin area. Have been in and out with our results in under an hour two times. The night staff is very friendly and helpful.','2020-07-12 06:22:25.612000','2020-07-12 06:22:25.612000',5,'Lily Mae Crowdus','https://lh6.googleusercontent.com/-X3F1K5k1Vfw/AAAAAAAAAAI/AAAAAAAAAj0/AMZuuckVEjnkUzZFQ-ivl7BC0A6iFPpZDA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39044),('AbFvOqmcnOnsPJ686vFMID_bxQpFA9bRfvooZltMlNbI1VsM7AmbW0hxanoI1hqqJy_U-4JkA8sKVA','Adam Pinon- awesome care, great staff, amazing experience','2019-06-04 19:23:23.812000','2019-06-04 19:23:23.812000',5,'James Buono','https://lh5.googleusercontent.com/-4qYo31YyMvI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmy9O2Ci9u_QRSnn-erYUjzQzdt7A/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36187),('AbFvOqmcNVuv-KnpIdSO6XRZCvZIeNwWiktoOPGz83yHQd95LsLxPU6SxIewJFWa3TIzXTPGuirp','They were very friendly and patient with my family and made us feel better about everything going on 10/10 would recommend!!','2020-07-29 02:25:41.047000','2020-07-29 02:25:41.047000',5,'isabella tablas','https://lh3.googleusercontent.com/-KmF9RfpNB9E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl8NHf0dTL6N5fHiCUoot8WS00b7Q/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38720),('AbFvOqmcO6IPu8wC5p7CXW_VuUyVwvq1q0J3pyIqA2gEFllJGGkfXP3sz9TbXSx5l9of5hShdvLApw','We received prompt and personable care from Alvean, Tricia, and Dr. Harjai. They provided complete instructions for followup care for our personal doctor.','2019-05-25 13:35:55.299000','2019-05-25 13:35:55.299000',5,'Angela Allen','https://lh6.googleusercontent.com/-Vo3so6spgjk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnfN_137IIEdwRmzkYyODS6msJX7Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmcoIJzFrw96XEeKVznUlSoojaKNftQShE30T0iOirBXEppcVj1XNirmT3-8GjWDcoySCeYww',NULL,'2020-07-21 05:00:47.346000','2020-07-21 05:00:47.346000',5,'Chris Keaveney','https://lh4.googleusercontent.com/-UozLB2Ji504/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucntVOMhfGiyQZcYdqXObF_mf9Ysnw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31911),('AbFvOqmCouVGpcjvTqdr5_HLSb7p29uddrQL_ZeJ89rxmsqsjAh2dgfwvn_DN-c9wO7eILJ8v73X','Jennifer was very friendly and helpful when we came in the door. Nurse Erika was friendly and thorough in her check up. Dr Dillon came in quickly and answered all of our questions and got us on our way. Thank you all so much for your help and fast response.','2019-01-25 20:40:39.142000','2019-01-25 20:40:39.142000',5,'Trinity Dority','https://lh3.googleusercontent.com/a-/AOh14GhreSttzqEpQCAPt3XegAWsCB_8pHh1gDH5CBnxPg=c0x00000000-cc-rp','8626688543755174284',42171),('AbFvOqmcOzKBjqvisWRL8lAnyK9Vohiee7hHMq2tD1z2SITVFhbcCfELbURuVRqBxEkvYH19aSkIIw','I made my appointment that Friday, for Tuesday (earliest they had). There’s a line OUTSIDE which I didn’t like ONLY because it was sooo hot but overall THEY WERE WONDERFUL! They were nice, security was nice, it was sooooo clean, they were very prepared, very protective of us patients which I absolutely LOVED! They have you to sit on the bench by yourself and only the patient can be in the clinic unless it’s a minor. The place is humongous, rooms really spacious and they were very very sweet and kind and didn’t treat us as if we already HAD COVID. My test was only $10 and I’ve paid $80 before so I was very pleased.','2020-07-02 05:54:55.879000','2020-07-02 05:54:55.879000',5,'Williesha Robins','https://lh3.googleusercontent.com/a-/AOh14Gi9f6P8YX3yJHKutQzRfZ0_XlVCsjrrRIoX5pPORA=c0x00000000-cc-rp-ba2','3511292162159714121',40259),('AbFvOqmCPAXMGE5TRrvidyLK6YMcOUaJi8HkZhd5XPMVmJHdnQxLO2YOzWdeZncc7qYESDS6OkrrLw','Had a pretty decent experience for it being so early in the morning. They took care of me and covered every possibility before actually providing a diagnosis. Your normal average wait time','2019-02-28 07:08:16.812000','2019-02-28 07:08:16.812000',5,'Gracekelly Ovalles','https://lh3.googleusercontent.com/a-/AOh14GjrxyCv6QQveUwE81AdLvevrXi3SmFu9P7hZNle2A=c0x00000000-cc-rp','17394740196501090048',36819),('AbFvOqmcPjLa9Bw6E6FOOHdRa1Db-tgekXZQclTlrp-Y_IYhjFJ0Co8lzRveu49x7xSuSu6Oy2LxSg','Fast and thorough care. I was in a bike accident and the staff was very concerned and recognized the problems with biking in houston','2016-02-29 19:44:20.297000','2016-02-29 19:44:20.297000',5,'Andrew Comer','https://lh3.googleusercontent.com/-h1x-WUVDfh8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnApZiuYvB2AesgwTnPY7pMQqYbQQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41251),('AbFvOqmcQ4gIJC385xnw1l0oLB7khkOHe6JriYtR3TsNX53QFkOYHiQ4Hw3DthkaguQU84il8dV7YQ',NULL,'2019-09-28 03:10:23.563000','2019-09-28 03:10:23.563000',5,'Katelyn Welch','https://lh4.googleusercontent.com/-u3ed62hFvSA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmViHwI98FHvyGfue--YexC7-T6eQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29648),('AbFvOqmCqpMgCEvlMaD2D1Gb098jq7giLvW67EMA3_73EJkL91x9SKy_IO2J9FjQhttobhAGfln1','Dee did an amazing job taking care of my family. Will definitely be back.','2020-09-23 19:11:42.046000','2020-09-23 19:11:42.046000',5,'Savannah Garza','https://lh6.googleusercontent.com/-vnDrI8PLhy0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmEIUZOd4Wycvgrm9xkHa-dRxdYQw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28536),('AbFvOqmCQqO7UfZWAwlDCIxmX2Dm03zo_F8jsACWRKnrNuFFnUiPW0LCMGFwchriHU4mVmhOhPM3Zg','This ER is my go to when emergencies happen. My friend was injured and I knew to recommend Signature for the best and fasted service. The staff are super nice and accommodating. Norma, Dee, Dawn, and Joey helped us during a very chaotic and overwhelming time.','2020-02-02 23:58:24.379000','2020-02-02 23:58:24.379000',5,'LuvPinks','https://lh3.googleusercontent.com/a-/AOh14Gg0LYWshkVT-WXV738C6NDo5slNwNR0tsjStUQiOQ=c0x00000000-cc-rp','3511292162159714121',40318),('AbFvOqmcQyUqj0mXmJFS5tLKbn_E8icNzgkvimvYKz53XLcFRaMzyAPCq21ZKZ7Td1mrbrHHp-x3','Awesome Care!','2019-03-01 03:59:05.113000','2019-03-01 03:59:05.113000',5,'Aaron Daniels','https://lh4.googleusercontent.com/-UsqkhHQ745s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm16Kb4NAzVzLdGoMM6G2Uu3JduAQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38271),('AbFvOqmcr2HE6D92dj5TfWsoFGyQ_ynnNhbulruL3TCoY_dkIWGD0sjw14VAJZvPmtqeGq4d3rtGsQ','Great people that work here, took care of my son really fast.\n\nRN: Irving\nER Tech: christian\nRAD Tech: holly\nRegistration: ana\nDoctor: souman','2020-03-07 06:16:48.419000','2020-03-07 06:16:48.419000',5,'Jose Olavarrieta','https://lh3.googleusercontent.com/-fdXVKv5CNHw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmKt-H_ILR2R6pHaiHh_IlMmLb3FQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28658),('AbFvOqmCRhsjiqxRK5iloqxa_dSBRVRi95uEgI4WLGZHpdVo3jmAveVDIF6n9XMSf6w5SJnbv_bYSQ',NULL,'2017-01-22 01:30:32.599000','2017-01-22 01:30:32.599000',5,'Pu Ying Huang','https://lh3.googleusercontent.com/a-/AOh14Gjrp0UV9DLHOcDMHeZYJqUMEkfM8DiMgC6T6XRg5A=c0x00000000-cc-rp','3511292162159714121',41126),('AbFvOqmcrmIUExbZmMFPiVpU0ev8yCABo4EL1qs16WAmt_8WsJCbhX5b9vOkrxHAcd_05bOedPRtxw',NULL,'2019-11-13 14:33:23.712000','2019-11-13 14:33:23.712000',5,'julia guerra','https://lh3.googleusercontent.com/a-/AOh14GjycyqvqLOEBLp-zIZhC7MbJpD-OBMWAvEaeo7M3w=c0x00000000-cc-rp','6521947413723274945',41558),('AbFvOqmcRojDuX9AAk72uYZltj7YN6BR0PFPk8gmTufHA37HdyS33xenJ50YE-fl7fMQE7buoEHc','I brought my mom here after she had a fall at work, everyone here was so nice and professional. Tanya the receptionist was quick and attentive, Rachel our nurse was very nice she made sure my mom was comfortable and even brought her a blanket! The service here was great and I can tell the staff here care about their patients. If I ever find myself in an emergency situation I will most definitely come here again','2019-01-29 23:53:20.021000','2019-01-29 23:53:20.021000',5,'lesly delarosa','https://lh3.googleusercontent.com/a-/AOh14GjSxtuReeQx8WQomLezcYudcYOr_rRLzU46ZJoI3Q=c0x00000000-cc-rp','17898197009688164559',38313),('AbFvOqmcSAxqeuFYONHXYL8WmLYuMNNNsLAmqPZYvoqcF2Ixy-8mhoC1g1qKgrDr_HAj68dBHPh4bA','Came in at 11:30pm on 1/5 and was treated for dehydration. Ended up sick again on 1/9, and refused to go anywhere else but Signature Care. The entire staff is more than helpful and patient. Olivia had to swab me and give me shots. By far the easiest to work with. Love this place!','2019-01-09 19:18:10.688000','2019-01-09 19:18:10.688000',5,'Brittny Ray','https://lh6.googleusercontent.com/-U3C0f7IFrJI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm4A07oCDH5FN3LXou0eGnwnrWQxw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40738),('AbFvOqmCsblYBGScNzBnY6eYgJxQW4dnww7Ry9jBJ5-ScpckbmtUo-UuO7kxZ0saJOSWvl5QFNbraw',NULL,'2019-01-24 00:54:53.293000','2019-01-24 00:54:53.293000',5,'Carlton Jordan','https://lh5.googleusercontent.com/-gFzuafAwHCU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmuSDxNUXj4kjbUKu7oPywHmFm9lg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39944),('AbFvOqmCslSz9eUr6wc_mOyMIAPxqrEyHtSQs8gqVRtHdFjUPJBoIC0vCFTuLPpGAX-hKBiytj7xyA','Awesome, friendly staff! Such great care and made everyone so comfortable! Very accommodating! Thank you!','2019-08-24 02:22:40.872000','2019-08-24 02:22:40.872000',5,'Katie Orona','https://lh4.googleusercontent.com/-NcG5gzRRBlw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmP6yxCUI19VQ9et2pzKSQ9hD1y_Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34712),('AbFvOqmcsPmURdcIQEPM-xoCqZAmYx8Tmc-JNNs3MhhKBTncwzCTCpATy6GGj5IU4o1U2i7qUEod_Q',NULL,'2019-11-18 16:57:47.759000','2019-11-18 16:57:47.759000',5,'LJ birriel','https://lh3.googleusercontent.com/-uYnISSoUjkE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmHhAlFSlIXiNxEIOp-gtrngF_Qmg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39772),('AbFvOqmcSTt1OHxIyAl4ofvrUAYfTCZLCVXpnBoc5eeC-SqVRv6kQ3le4UE3WldYOqq5MoMiSNLuqg','Amanda,Kate and nurse Bryan were all excellent!','2020-12-08 20:27:22.930000','2020-12-08 20:27:22.930000',5,'Xavier Colunga','https://lh4.googleusercontent.com/-TGyMauwEjcc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucml1r5GOlbDISEcZBy54Z-gBc86fA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34049),('AbFvOqmCsUJWhHIvucpCSFzRQRgYDlnBF0zLl8LY1Hp1DFA6VD5bMi6-egByYaZ5hHDAeATcz0w8','The staff here were amazing. I received adequate service in a timely matter. I\'ll definitely be returning in the future.','2018-02-09 17:20:35.145000','2018-02-09 17:20:35.145000',5,'Ronshell Lacey','https://lh3.googleusercontent.com/a-/AOh14GhRBoblY95Hc6Ad-njywXlFWMDiaO529l_pYwnuIDk=c0x00000000-cc-rp-ba3','17394740196501090048',36987),('AbFvOqmCSWRcrtujNJIGBjxWQRQrTESMi8XNQhUjopKpI4KlJkWw1rU1I8qM6Yw8Pp-RosFl3F-q',NULL,'2020-07-30 02:36:22.157000','2020-07-30 02:36:22.157000',5,'Thomas Clyburn','https://lh3.googleusercontent.com/a-/AOh14GgNBrtUJ7vhoJyIhihAvr9UBO7OS6ZojkiR0FPteg=c0x00000000-cc-rp','2077061009497551125',38691),('AbFvOqmcT2DZsHNo3pxmyd23a6WGdd3c3wadBChRPaq1LKJjj4OmJGZTnP6dkqqAKCuyxe-YkJhLKg','Great experience.','2019-07-01 18:25:44.015000','2019-07-01 18:25:44.015000',5,'Amiri Alexander','https://lh3.googleusercontent.com/a-/AOh14Gg3-jgfhLOXbbzBheM5PVZeM_7iFgjRqOmL-VAADQ=c0x00000000-cc-rp','13486358490203335051',29744),('AbFvOqmcTE5WbpUdZ-Q2Bal0Pd3J_niGB8PPf1jRW7QJBTwHHbNPKgHpjWoAXPzkeQCVJRQ3X9QaBA','The staff was friendly and they take good care\nof you. The facility is very nice and the location was great for me.','2020-12-31 12:03:13.470000','2020-12-31 12:03:13.470000',5,'Jimmy Hernandez','https://lh3.googleusercontent.com/a-/AOh14Gh7HS8xRxcI-sxZu7zFZ4aghl2u2cuMK4rvEWz1=c0x00000000-cc-rp','16891069708558046635',44215),('AbFvOqmCTh4AyoKtZl1fko2rEoL5EN2PKwjB8K33YdsBEQYH_Iu-b4vmrNrbw42xZpfASzKH8MxSdg','Awesome staff, they are very friendly and service is fast. Highly recommend! Manny made sure I was comfortable during my visit.','2019-07-04 17:44:43.554000','2019-07-04 17:44:43.554000',5,'Thomas Morgan','https://lh3.googleusercontent.com/a-/AOh14GhK_5iaS4IR795N1t9FDY_PuTjx6St1JA0s1Woj=c0x00000000-cc-rp','6521947413723274945',41672),('AbFvOqmCUFZJX1xFup6Lr4uN51sefxvAXdpjd6HUjLAjnbjLrMToU2zMKSIMeLMNm4wvGj2PB-VD','Staff was friendly and efficient!!! Place was very cleanšŸ‘šŸ½šŸ‘šŸ½šŸ‘šŸ½','2018-01-06 22:15:50.490000','2018-01-06 22:15:50.490000',5,'Kesha Stennis','https://lh3.googleusercontent.com/a-/AOh14GjU9N8IGowEd1gRko37yokKL_r80k5cB1yWiLb7qeI=c0x00000000-cc-rp-ba4','14567670160750071148',30910),('AbFvOqmcuX-dCQ82iqB7x43RfPVMZP4mk1x6PSuRFwnliq5CpimymEF-riwXkztG0Gm1aEodhR9L','Amy A is the best and chexked me in and out quick','2019-02-04 22:16:00.073000','2019-02-04 22:16:00.073000',5,'George Smith','https://lh3.googleusercontent.com/-w3I9N1i1vkQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmG-2DlPKySqq3GCCe3u4y-SYjOdg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38307),('AbFvOqmcux7ojqCJZwPMK_4SKW5nZBTXYfAtxkHL2PWq24CLGMoLH8s-2QXS1yafOByJOH52mFnZYQ',NULL,'2019-09-30 11:49:17.780000','2019-09-30 11:49:17.780000',5,'Jose Rodriguez','https://lh3.googleusercontent.com/-PYArHdD-8uM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnzoPFh7_MNnnCpb7EqVur1UPnBIg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32423),('AbFvOqmCv05im0j5SONPpAI9d-t1dE7StJ7jHBANuPZ1P-V0TNlns_GAG-EZwrNiTU-yFTmKq2QjIA','Outstanding service, will come back and recommend to others.','2020-02-27 05:31:00.608000','2020-02-27 05:31:00.608000',5,'Errol Hill','https://lh5.googleusercontent.com/-NqMp5u5ie6E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMewEbvMl2hGb9ekadO3MfgtUpVw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39095),('AbFvOqmcVW58L3joT_Sz8asdewacLjHshExrlTzC470JZqzm52n9AWPkG-ZxhGNfwHN8nI_c8O3sxA','very good experience all team members providing excellent service','2019-08-21 00:07:09.296000','2019-08-21 00:07:09.296000',5,'Ali Hussain','https://lh3.googleusercontent.com/-EKHsfvI--S0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclR0Mck-axlM_WXcINBbaXChhtjlA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38020),('AbFvOqmcWhfJrZf-sPK9o-fjqqWdrk-EmF20yEDDvtGnh2ftjJHOhAbZEkxQzwg6WcgPXb-1beVd9A','Great staff, super quick!','2020-11-26 01:48:05.364000','2020-11-26 01:48:05.364000',5,'Michella Matthews','https://lh3.googleusercontent.com/a-/AOh14GiWFH39Oj01W_CqGZXw0KsdQ5bs7WPTKMs7uzDENA=c0x00000000-cc-rp','13486358490203335051',29255),('AbFvOqmcwtqsnOo4K7x2qNl8IEFIPqGjEUdGpFlPhCVmjgLUlczYyw1OfbKcSvrUOUi4EDGQd8zC5Q','dr das was amazing and his team !','2020-09-11 18:48:15.986000','2020-09-11 18:48:15.986000',5,'Seth mitchell','https://lh3.googleusercontent.com/a-/AOh14GiAi7Jmle2hIjQwuCHkmCQ4NEADJKraBZAsATKI2Q=c0x00000000-cc-rp','14748677429039074158',31676),('AbFvOqmCWY1mSMcIKqK4DFi8ynqx6uGqIJVoX6FPTrhvKfPSDB-WLZYnYG70UdJkMiFPgQde8SGCfQ','Great service !!! Fast Thank you','2019-05-08 21:14:02.534000','2019-05-08 21:14:02.534000',5,'Heavy Equipment Mechanic Kell','https://lh5.googleusercontent.com/-SPa3Vaf5mSs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVKCT7_MclD-1H3NtPOhxQb8NJiw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41743),('AbFvOqmcXcknHnSSlwbpcHsV245Iu4-14qhOeqInb0HxtZllu8c-ikP-6zuI4itlJkjVL5iDP82Z6w','I had the best experience ever! My nurse Kimberly went above and beyond! She answered my questions and my grandmas questions! She had so much patience with us! Never have I ever had so much respect for medical staff, but this lady has so much knowledge and cared so much I had to leave a review! Thank you nurse Kimberly fOr you amazing work!','2020-06-19 02:05:27.806000','2020-06-19 02:05:27.806000',5,'Tina Quezada','https://lh4.googleusercontent.com/-6SaD9KKaW4E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckt6myJpYk6B1t0qL-faRY9hndf2w/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39059),('AbFvOqmCXEg9qcp2hnBj0-m8vx6AoC2Cn6n7CFdvfb4348Kc6LY_vsvQUZjnG7gF2zvsec4lImnjFQ',NULL,'2020-03-06 21:07:55.881000','2020-03-06 21:07:55.881000',1,'Yeabsera Bogale','https://lh3.googleusercontent.com/a-/AOh14Gh-Lr8hFADoAN6bnNPpkxj2LndRU5y2GbnyfdcS7g=c0x00000000-cc-rp','8679688254631342173',42398),('AbFvOqmcxTMmOg4Xm1xnWdhqXjhYn9bs8kDpaE9rsrnj_ovVFmXcATcUpx7bxV43B43L67X0EirdIw','Keera, Jersey, and Dr Golla were amazing! They explained my diagnosis and treatment thoroughly.','2019-06-25 17:43:11.385000','2019-06-25 17:43:11.385000',5,'Noah Sosanwo','https://lh3.googleusercontent.com/a-/AOh14GhLFAQeNVe2S5laUbJj_rMxOlrtrQ7wmLUU22M-SA=c0x00000000-cc-rp','17394740196501090048',36752),('AbFvOqmCYpgf0O9iLNaMibv-Hg4vQn4qLIU_mA1RULJ0cUTgKgqWqUFE6qe34TI9w2VhOY3Q9OLHKg','Thay where very good','2020-02-29 20:03:42.939000','2020-02-29 20:03:42.939000',5,'Lakrisha Richard','https://lh3.googleusercontent.com/a-/AOh14Gh4umQPAv5TsXh7kXKEBCyRuS1dLaV-oPjpkcn8Rg=c0x00000000-cc-rp-ba3','8918455867446117794',43068),('AbFvOqmcyxNRt5iQ7kFiuy_e8vvbHlRUuzdMVTLedcCrmCP1bR8Jcg6a_3Ny8J2pVraTbBhwe5oFIg','It\'s was very friendly..Adil was friendly. Overall great experience.','2016-06-10 01:30:30.018000','2016-06-10 01:30:30.018000',5,'Lan Nguyen','https://lh3.googleusercontent.com/a-/AOh14GiSKq9rYPd63OreHYhrkO0q9pRQMuqnp5qjiXa1YQ=c0x00000000-cc-rp','17394740196501090048',37334),('AbFvOqmCYxRPSYV8H-4FLJSgtC40eqQvR8VtV94lj8J4V3mWfXtBmZkn7s9c149HBiawiZuli1E_tw',NULL,'2020-11-18 02:35:51.386000','2020-11-18 02:35:51.386000',5,'deven mangham','https://lh3.googleusercontent.com/-C7LT8aPzJXY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckNhtpbNWyH3B3GqQvuaCMRuJz7jQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39450),('AbFvOqmcZeWjeRYWo_qFb3XdXZpm2oWhnrkqLKhfa6T5E0Bwm26YcdyyKBOguda6lWKyYuptwj_c','The staff were very courteous and attentive. Dr. Golla was very knowledgeable and did a great job. If I have another emergency I would go back there again.','2017-01-14 18:11:23.649000','2017-01-14 18:11:23.649000',5,'William McGough','https://lh3.googleusercontent.com/a-/AOh14Gi-eOBnbTr_DQ3GtBq8BpvZOHsEeGzHhGxa1K-8=c0x00000000-cc-rp','14567670160750071148',31131),('AbFvOqmCzggjVBAbu1Un1-X2IFTS0ddSlgwvVBB4WFTu1smQhRNToE8mRLtzHbtFgm3cO743XawgCQ','Very friendly place. The fastest service I’ve had. Bryan D and Juan C and Dr.Singla are great. Samantha was super nice as well.','2020-03-04 04:20:01.697000','2020-03-04 04:20:01.697000',5,'Suterio Johnson','https://lh6.googleusercontent.com/-zdPH57E5ShY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckgaV0pecQhbRKJKQst2i3d4ihwRQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30213),('AbFvOqmCzkzrAd3DMWSiGqy1XiobgCm8TW4MnH2tT1cT_qr8wThyUfC-H2i6tckkb5YmU-dwpQr8','This office is amazing! The staff is very friendly and make sure you feel comfortable the entire visit. Jocelyn welcomed me with kindness and concern as I entered the office, and she explained to me thoroughly how to fill out the paperwork. Meredith was my nurse and she was so witty and sweet! She made me feel very comfortable with the visit and took heed to all of my concerns. Finally, Dr. Harjai came in and saved the day. He fully explained the diagnosis and answered all of my questions. He also made a personal connection by congratulating me on my engagement. This office is wonderful! Its SUPER clean and very modern and visits are QUICK. Little to NO wait time. My only choice for urgent and emergency care!','2020-02-19 18:20:40.012000','2020-02-19 18:20:40.012000',5,'Angel Jo','https://lh3.googleusercontent.com/-zO7KhmP4YKk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckiXg0FoIt_RGze65O7whsMUeY3bQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33355),('AbFvOqmczQg3csXpuOoqHKd-9mSrshNmMi06unlFh8OkATfOPQMHRuXT4zJ6ivbK8PtWHu9Bj4AU',NULL,'2018-11-17 02:53:47.127000','2018-11-17 02:53:47.127000',5,'Kanti Bansal','https://lh3.googleusercontent.com/a-/AOh14GiCKVKzYDC4NNGzA4jdW26TbXanp0hUppJrg9q2oQ=c0x00000000-cc-rp-ba3','13486358490203335051',29961),('AbFvOqmczU4UewUvAMqPWz82Xy1KBtek7eChUPZKLxyd_7gUxjkvZ5kFW_WSD2Z-QTtBxrUABuiGYQ','Doctor harjai was kind the staff Erika,Marcus,patty we’re very helpful.','2019-09-25 18:09:23.563000','2019-09-25 18:09:23.563000',5,'Rosa Zamora','https://lh3.googleusercontent.com/a-/AOh14GgzWy99Dio0TTa95TLFHdAwHx2bjzhPZ3qYGU2ogg=c0x00000000-cc-rp','16389487648212004696',33928),('AbFvOqmcZV3ydmPc4duwDUjA7tbIICgk4PGhBc1eUOVeh9TifCns84NEGs9FhRnVbGZrqda8IvQT',NULL,'2020-11-04 01:16:32.078000','2020-11-04 01:16:32.078000',5,'Tasha Wilson','https://lh6.googleusercontent.com/-h-if2hE6Yas/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnhmZubXgd6vuUfIReqogoY8peoww/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41277),('AbFvOqmD-fAzqmTdDQypSJYy-bFzveJnV1vsJ3w1whY8-SxjJu3AyJK9TRkXnAcddSSQe7VR2_9gMg','Jennifer was great made me feel alot better','2020-12-28 22:40:25.652000','2020-12-28 22:40:25.652000',5,'Dionne Coulter','https://lh3.googleusercontent.com/-bD8FvF_4W20/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckUguEKOy4GnSYcOpDMq_Yuhyj4Jw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44067),('AbFvOqmD1K7NF3ztXaf-1kMsjhE42A0_8pIGIBWv-5belG648KcYfkB6jh_7Oq7hQzAxwERDUM2NiA','DR. Lindsay\nJani\nMarcus\nJesus\nFast & professional customer service was great šŸ‘šŸ¾','2019-07-02 19:16:02.935000','2019-07-02 19:16:02.935000',5,'Von Numbersix','https://lh3.googleusercontent.com/a-/AOh14GgIAVCKWPf5D1ZNGH_96wvPxrkSCNB6ggGovrvUFw=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmD257-CIeaWEpYyKNd7ol-3DZfVOWSuGp1qKwiHQBRLnv5BBfFBUVbX0OlbFMS2o-amCY',NULL,'2020-12-21 13:43:31.001000','2020-12-21 13:43:31.001000',5,'mr Coleman','https://lh5.googleusercontent.com/-jVmfWFTuYx4/AAAAAAAAAAI/AAAAAAAAAkc/AMZuuckcj22p0cXoztIovXSDK4RvtIYNgA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',43532),('AbFvOqmd2poxrzCLCHZND0Auga4Bw1tlYuXgVW8qEkrv8-wGFQmO3_JR24evdZ-6iabDFvSRixtIwQ','Best ER experience I\'ve had. Deserves all 5 stars.','2020-02-08 16:24:38.506000','2020-02-08 16:24:38.506000',5,'Shannon Castillo','https://lh3.googleusercontent.com/a-/AOh14GiMO9__b3OQ9rEsl78hXkUlXql5FswV3HDRatHOow=c0x00000000-cc-rp-ba4','16590124370714063921',34388),('AbFvOqmD2ttsy0fpSF4kRjWOUNXHlo-69F06IW8iXUnYp08sn7puUimiUbBxdsApmMWEiaE2f_ziJA','The staff was great! Dr Ortiz, Ekaterini, and Jordan were amazing!!','2020-11-08 22:35:33.609000','2020-11-08 22:35:33.609000',5,'Rosibel Vargas','https://lh3.googleusercontent.com/a-/AOh14GhSssZemy4xwvT0G_gGhEpuFbO2svGT611W2JCx=c0x00000000-cc-rp','16389487648212004696',32964),('AbFvOqmD3G5cKMJXqaQ--trsCZ86ldcYC7XdngOXWC6Pdm1YeUqSg2kQAR4tOXGltHSByZG8wcB9bA','I was completely blown away by the quality of care that was offered my son. We were traveling and unfortunately my son got extremely sick. We happened to see a billboard for SignatureCare and stopped. Every person we encountered treated us like we were their only patient. We had zero wait time and never felt like we were waiting around for tests, doctors, etc. Not only did they make sure my son was comfortable, they made sure I was as well.','2019-09-03 15:40:01.346000','2019-09-03 15:40:01.346000',5,'Sarah Harrison','https://lh3.googleusercontent.com/a-/AOh14Gj21932cfaF1IKD_IWHSChbBxitto3_QuNBCTvRjw=c0x00000000-cc-rp','3272657195432704501',39807),('AbFvOqmd3IPADXQBljVNdqfMRB3ReGZluAIQNWD63ShvAnOjEAGEwwGnIkMpEBK3atpsvGhdRXJWCg','This place is amazing! They truly care for you and want you to feel better! Rebecca, Stephanie, and Brandon G are great!!! I would come here again and again!','2021-01-09 21:56:48.864000','2021-01-09 21:56:48.864000',5,'Annsley Grych','https://lh3.googleusercontent.com/a-/AOh14GhCTD0UcgMFMeYJ00oBXYsCCH5I2tUGX73a60pFHw=c0x00000000-cc-rp','16590124370714063921',44523),('AbFvOqmD3kv-5tou0bbwcemVSUhsYK3plLmkegje2NYt6EfKol5EY8Wgu-PbY1IDoBVobJNCm5cD','Kay, Jocelyn and Dr.Omalley were great. It was super fast and I was in and out.','2020-05-25 21:58:14.090000','2020-05-25 21:58:14.090000',5,'Aleeyah Azurin','https://lh3.googleusercontent.com/a-/AOh14Giz-NjPaI3rlYJw1ndp-laj6mRXbV7FMs0iJJAWbw=c0x00000000-cc-rp','16389487648212004696',33245),('AbFvOqmd3QAnzkldB-sIXHjAz50BvaWWW9x03e5b9qOBFRUEFWBO-2Nv1R2ft-B_ERt5K6YxP5934g',NULL,'2020-02-04 16:11:18.608000','2020-02-04 16:11:18.608000',5,'Anthony Rice','https://lh5.googleusercontent.com/-TCtQVlUeqR4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmGVDTQ_mljbNh2ITSUw3M48hAsLw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30275),('AbFvOqmD3vRO4wv8KRyg3ZAzSu_9UYflO_NSzTLicaObXqikmgXxRyJmSTmJfp-u739xIjHVKm2bSg','I had a wonderful experience at SignatureCare ER. The entire staff took amazing care of me from the moment I walked in. My entire visit was only 2 hours. The staff: Genesis (Registration), Rollie (RN), Natalia (Rad tech) and the amazing Dr. Wang was exceptional. I highly recommend this facility. They offered me snacks before I left as well. Just awesome.','2018-12-16 02:28:02.882000','2018-12-16 02:28:02.882000',5,'Chrisnatha Derosier','https://lh3.googleusercontent.com/a-/AOh14GjVro8fsWPo5r2i_9dOFq_ZrxkXy8oS341ls0KAeQ=c0x00000000-cc-rp','8679688254631342173',42748),('AbFvOqmD4pqiYx-CTJneH_rvBJ0ZQtx2MGQ_iDcYG7h5yPuhSjfa-IeLzkgQ-9YLNNamkz1-Vs3xZg',NULL,'2020-03-15 20:42:12.311000','2020-03-15 20:42:12.311000',5,'Norma Ventura','https://lh3.googleusercontent.com/a-/AOh14GhP9E2rF0GYplolXExuwlOHUJfUxmQbZG8LkjpVqg=c0x00000000-cc-rp','16389487648212004696',33260),('AbFvOqmd6gFcaz81-pzwzqohWudMg1vc8azp61ctwyL5TDEtwQlSsdrtFdXR0ZBNH7d89TdFP7lYhQ','Great service in the front desk and by Michelle','2020-12-07 19:34:01.685000','2020-12-07 19:34:01.685000',5,'Candido Santiago','https://lh5.googleusercontent.com/-i84ipzG6hLY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucndL-k2bAfKRTudTsHSn0_lS-TVnw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38858),('AbFvOqmd6xoHEdrprBH3aNIP-5ssNQamhkvNPM2RMe7SLUbKhQChESMyojKHCH4WqqBC_V6kDp3B8A','Money hungry ER that want you to pay to take covid test even though you\'ve been exposed to someone who tested positive. They do not care about people. They are only interested in money. Don\'t waste your time going there. 175 for a test and I have insurance. That\'s ridiculous. The whole reason I went there was because one of my friends told me how awesome they were in helping her. But I guess it depends on the location. The money matters more than people at this location.','2020-09-19 12:04:38.953000','2020-09-19 12:04:38.953000',1,'Sakeidra Magic','https://lh4.googleusercontent.com/-284-HlP_YL8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl2dQ4twZQJYOFa_VFuVaWegS1J_g/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42905),('AbFvOqmD71_KgV24ddkJ1Irr6Nw3We01Vyrn0iLE7Jcjp_wkV-oot0lOUHQF-FIPZyDj9Z_w5b8qig','The Staff was great and very helpful .','2020-01-16 18:14:53.871000','2020-01-16 18:14:53.871000',5,'Tramaine Hayes','https://lh4.googleusercontent.com/-9mpoC8pGzHE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclu6mU3rpzu8xjqaYSeOa2HuuOPHQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33500),('AbFvOqmD7iCmZ9_T16AYA78sZjQQ4OakqhXzqoil2-5K6Ip9eR00DpT0K7lQJhFK0B-CQfXfwWBWxg','I am a first time at an emergency and the whole staff was very knowledgeable, concerned, and friendly. I will like to thank Dr. Daniels for her patience and creating a worry free zone and Radiologist Bryan for letting me forget i am in an emergency room. He was so funny and friendly he lets you forget that you are in pain! #signature care #awesome','2018-08-30 06:06:11.772000','2018-08-30 06:06:11.772000',5,'Terrika Turner','https://lh3.googleusercontent.com/a-/AOh14GiES4-iB--7RBwRnwYYVrEb2iGMSbppBof5_P2Kow=c0x00000000-cc-rp','14567670160750071148',30757),('AbFvOqmd7iq6gMq5q6Bo-jSGKmruKfMm0kv4Tfwg7TzSkLo9DGGwKlQwCczaCru6f3K0UGJbdfjlJg','This place is the best, they are always very thorough and will answer any questions you have. Thank you Lisa V. And Dr. Dewaal. I wish I could use them as my primary care.','2019-06-29 16:54:03.354000','2019-06-29 16:54:03.354000',5,'Jessica Rupe','https://lh3.googleusercontent.com/a-/AOh14Gh57-ifnmWfapmTq5TvdVyibgfJY383dxLyPzc2=c0x00000000-cc-rp','13486358490203335051',29751),('AbFvOqmd7ko-SQCy0iI9vyMrlpjOiLA3YNZahs1OOta_w-eysHbO82Jy8W08Yue0ef4NyOIUwAX2ow','Fast service, friendly staff. Was in and out with my daughter. Love this place!!!!','2020-10-24 21:58:07.656000','2020-10-24 21:58:07.656000',5,'Lee Ellen King','https://lh3.googleusercontent.com/a-/AOh14GiMLJuPzg5XEz9b2OXHwnqJPXYF2tK5eg5yK_-XJg=c0x00000000-cc-rp','17898197009688164559',37486),('AbFvOqmd8-NMSYAftqnsbodo221v-9kVDkFSY3nTmk-FEFbd_k6qJDewutx5qatqXoC9p7LvhZIX-A','Lovely experience, very nice and caring. Addressed all my concerns.','2020-09-26 15:21:13.009000','2020-09-26 15:21:13.009000',5,'Rox V','https://lh5.googleusercontent.com/-8v_QgkFV84Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckuhXaVx9ZK71l5waOuvGOnmfvU5A/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37533),('AbFvOqmd88M56xfUwrMk-PpbYyVtf1AV2hfdNjc02ng-xYTa4QrSltaivC6wqN1M_x8GwUeyHLMO1g','I was refused treatment.','2020-09-22 19:32:54.339000','2020-09-22 19:32:54.339000',1,'Michael Stephens','https://lh5.googleusercontent.com/-uQhcEUWzdoM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckGoxN6h7v6BkkWBJ3Pi-A42bdqHA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33180),('AbFvOqmd9jDmH_-GTw3ckdmqhJv3p6iDL0gZMDaWUM-qA1eeB2fLQDbrwdAolW8sLG96HnhntYVUrg','Great place customer service is great so clean and nice !! Would definitely recommend','2019-08-06 16:21:32.025000','2019-08-06 16:21:32.025000',5,'P B','https://lh4.googleusercontent.com/-PWX9TE8Pb-A/AAAAAAAAAAI/AAAAAAAAAWE/AMZuuckshwnyVdU0HySoSMwFVC5yo-PsxA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmDa7_YQODX0iDn-ngPeYIo6exPWTk-49JQl2HfnJ9adUY0EmUelEU8L0R0-Nqy_K38KIDSxg','Maya was really excellent in getting me and my girlfriend through quickly with no hassle. I definitely recommend attending this place if you have an immediate need you have to attend to.','2020-02-21 00:04:07.662000','2020-02-21 00:04:07.662000',5,'D Mitchell','https://lh4.googleusercontent.com/-HQvMRAgySXE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclzb0qfDOYhIahfsSEpTmeg-7JsNQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28710),('AbFvOqmdA8A8a80a0_v7OWECVseJCB8OdVdNyp3xDTHKlnZ9w9iMSZFKBWrN2PgA0H5695sdRHd2','Very knowledgeable and professional staff. They made my visit comfortable and brief.','2017-09-11 02:43:39.205000','2017-09-11 02:43:39.205000',5,'Terrance Devereaux','https://lh6.googleusercontent.com/-sz7o8aHcR2c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnInD7r2r_ZqZe2I-wgLWuvuICtNg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43484),('AbFvOqmDAir_nRE3KEcLwPqnm5vDBGea-eith3IGhI894QhkZNMExIekH-sr_0v_wxCnMFJ3BEzAMw','I love RN Susan she took good care of me in I I left quickly it was in an out great nurse','2019-10-04 03:08:26.599000','2019-10-04 03:08:26.599000',5,'LSB Qween','https://lh3.googleusercontent.com/a-/AOh14Ggrk2LZcl2SaDIatBJxqg4EHSEd_UR8N8fM8IsGmg=c0x00000000-cc-rp','17898197009688164559',37967),('AbFvOqmDARGEbpZ8QtzS_cuxWGTP_cYgYXba37PMvAQUr-qwVHcBZB7cDGIVWJtXvRSm_rPpphJq','They got us in quick and were super friendly the moment we walked in. Husband is all stitched up and ready to go!','2019-09-17 03:37:51.116000','2019-09-17 03:37:51.116000',5,'Jacelynn Moroles','https://lh3.googleusercontent.com/a-/AOh14GiIqmrjEUXO5r5VBBCzVOCx0bpDchG3Th8CQf4k=c0x00000000-cc-rp','13486358490203335051',29668),('AbFvOqmDaX6MU27Vofc8CT0r1A7wn4FcOvrBi5ZefBJJOlwR1Q63xig6QRl5BFq6RwrvpVCbZjTw','The staff here are very welcoming, caring and wonderful to have this experience with. From the front desk, to the nurse and doctor. The nurse was clear about the Covid test I was about to get but yet very understanding. Never once did I feel like I over reacted coming here with the symptoms I had. The facility is super clean and organized. I hope I never have another emergency to have to come here but if I do I know I will be coming here!','2020-10-21 23:09:18.094000','2020-10-21 23:09:18.094000',5,'Annette Calo','https://lh3.googleusercontent.com/-ijlX6B123iI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmBbr22RG90yMOAhKtwKrNRo_Yd8g/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38462),('AbFvOqmDb28DKqe0a2GwhFawPLuB8_oIfdD3S9WtANRSFOCdEwuEzMkNjuOhB8RRR1y4mdX5t8REPQ','This place is awesome !!! my son needed stitches and they got him in right away and very friendly staff . Many thanks to Dr. Nguyen and Manny that attended to him','2019-07-12 19:17:14.767000','2019-07-12 19:17:14.767000',5,'Hugo Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GijE-ljimnpMa4wfu4AgsJ6mGJTzIDTQ0jmqUpVDA=c0x00000000-cc-rp','6521947413723274945',41661),('AbFvOqmdbez2irkt2GDNorhUjFzXHaTeeFx43UCwubuqllCVP83WvQAjQNrSbuUGjYRLSGnYaV1V','Dr. Mauldin , Kat S, Marvin, Melissa are very friendly. The Doctor and Kat S \"Nurse \" took their time and asked all the important questions so the could figure my issue. And they made sure I was comfortable while waiting for test results ,and meds.','2019-06-30 02:01:24.080000','2019-06-30 02:01:24.080000',5,'D J','https://lh3.googleusercontent.com/a-/AOh14Gjmke_1rdgtEWXIUtpkQSzctaSza93AVoqZvEMTxQ=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmdBi6ny4_Gcj-0Wh1a6YdKnO6MN2_kCNedDCCB7a2l5JR2pAdDFxtPvKXfGuS8lnOzlc6Llg','Thank you for the most amazing experience! Kara, Josh and Dr. Yosh helped me with my debilitating migraine and I can’t thank them enough! Fast, friendly service and very knowledgeable. Highly recommend!','2021-01-02 03:15:15.047000','2021-01-02 03:15:15.047000',5,'Amanda Bowers','https://lh4.googleusercontent.com/-cISQrI3G74Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn4nVemDGrpYywZxiQc2PE2HlEaCQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44250),('AbFvOqmDbnvHwLkbJQQeeUJswBZZjWb8ki7XxsQFcWRHIizNJeB-xX3QfIiQGqRUnHN4fT8w8oet1A','Everyone was super nice quick check-in','2017-04-10 12:06:24.820000','2017-04-10 12:06:24.820000',5,'Cursila Longoria','https://lh3.googleusercontent.com/a-/AOh14Ghe7q233V62rL79qSAyc0f6Laj3fyNtD47F1ghgGA=c0x00000000-cc-rp','17394740196501090048',37178),('AbFvOqmDBzaAIbqWbLt8zkRzhBzhBMeF-h3hpMV1VjI5-Bzshz1TsojDS6jysIqt_n589RQaYOdFHw','Everyone is so nice. Niki was so attentive attentive . Excellent service.','2019-11-10 01:35:06.274000','2019-11-10 01:35:06.274000',5,'Garrick Whitlock','https://lh3.googleusercontent.com/a-/AOh14GiXdjjkZDqSW1x_GvOJNIQZCrpGIC8LuuaH2MlZiw=c0x00000000-cc-rp','14567670160750071148',30418),('AbFvOqmDCTFa6UXtJAR65sZMpwMh76dsfWiIhW3zWVwCNUpNUtMdJEIOOKM2u5Dgezv7f-OpEXCJrA','Dr Elsbecker city ambulance\nLauren marketer and staff have been really helpful with the process coming to my car and being very kind to me throughout the process! Recommend coming for the fast covid testing and friendly faces','2020-06-09 21:16:34.909000','2020-06-09 21:16:34.909000',5,'Emma Drake','https://lh5.googleusercontent.com/-Ckt3PWL6S6U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck0nOE1M9bfThly0gITjxjS1SSmUg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35898),('AbFvOqmDcUCrn8EbbZAAj7pnX52QgdprOMYuJJnpQvhiqOk-7yamzlz_LlD3Ex4QftfWUWXkgGUVOQ','Had an emergency that turned out to be a bursting appendix. The staff was so caring, and everyone ensured I was made comfortable as possible. They got me in quickly and figured out what was wrong. They took care of my pain, and then got me to a neighboring hospital for surgery. The doctor and staff were all very attentive. I recommend SignatureCare. Thank you! Gina','2017-04-07 17:21:55.961000','2017-04-07 17:21:55.961000',5,'Gina Messick Farquharson','https://lh3.googleusercontent.com/a-/AOh14GjT1OiH0rINGSKhvikIykZMJ9IxFXzVaPNOXffkb_M=c0x00000000-cc-rp','14567670160750071148',31069),('AbFvOqmDcyDzzimOwLHq_8nf387AYwgnozU0S8YF-o-kqgTHZiaUNz6vYbJRqWL-CdrfQ1wsW7F2_A',NULL,'2019-09-20 19:27:20.360000','2019-09-20 19:27:20.360000',5,'Heather Menchaca','https://lh3.googleusercontent.com/a-/AOh14GhpQgtwUU_TSDkUKTAw-dk3KY-RyYShAbzvljR-Pw=c0x00000000-cc-rp','6521947413723274945',41598),('AbFvOqmdD_ZJDNVbR-Z5IhMdbeYYDRmukOxvnY1brEGMicayh6bwwZxEa8LmHrMjpcoyjPUdWb5qzw',NULL,'2020-06-30 18:10:56.928000','2020-06-30 18:10:56.928000',5,'Catherine Garcia','https://lh5.googleusercontent.com/-LeSRzdz7jBc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclP-qKJbvxYfPgWGnRj8NcCDUgYpQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36573),('AbFvOqmdd10OEs5g_TWNY-B2cFRp4pjvXhPaDiqhnKu5i-W0EDIySDpCNEbQ43LW3GBO5fzl4RS7Dg','Staff is awesome! Super polite and made the experience easy. The center is extremely clean and if I need medical attention this will be the place! Thanks again for the nose swab. You guys rock','2020-07-25 00:25:13.710000','2020-07-25 00:25:13.710000',5,'micah adams','https://lh3.googleusercontent.com/-vNaNOdoAZFE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnO1TUlnFLOxGO6MYGmOKHLK1wVvg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35848),('AbFvOqmdd1EA3RjovhHVZDjThvG69uVEVmITVU0IIXilbWqCVD_B4iQHvWSERd9-aGik-Q3nE8KYuw','Prompt and excellent customer service, the physicians and all the staff were very friendly , caring, understanding of all my medical needs. Great service!!!','2019-06-22 13:23:01.511000','2019-06-22 13:23:01.511000',5,'Issel Rivera-Garza','https://lh6.googleusercontent.com/-zrPJI0tvI-I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmrlgHytuXNczMDC5NfCFNdxk8iSQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30508),('AbFvOqmDdAA6nyIoSiecHytRlp-mwl1NYS--_tjLMU31RdGfGM8B8Q--M3PI2Sh0V75JXSvCwmcVhQ','I would definitely recommend Signature Care Emergency Center to everybody I know. The facility is very clean and the nurses and doctors are very professional and very concerned about their patients. If ever I need emergency care in the future I would definitely go back. I would give this place 10 stars. I was very pleased with my experience.','2016-10-12 15:10:52.610000','2016-10-12 15:10:52.610000',5,'meme77677','https://lh6.googleusercontent.com/-Wy0G_b-MX-4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmCKrTifSKFOXnMRPH-on6Fe7IxnQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31174),('AbFvOqmDdDDomL2UtdLaz_9snzJCaFqX9RKvRqhbno8Lc7VkN6WNbqmBq1-6YPfkc2Ywqzt37NC-EA','Very great staff\nDr.smith\nNikki r\nJessica m\nMelissa e\nThey were very good to me took care of me very well.\nI absolutely had a speedy recovery!!!!!','2019-05-22 00:15:33.873000','2019-05-22 00:15:33.873000',5,'Ronniesia Mcdonald','https://lh5.googleusercontent.com/-vtqz_Ey0zj4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclREUmXjImG87GCNCzN6tEv0pQ5dQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmddGzj-pV7y6i7_zr56Qbtyg9GcXA3WLNu0CKDMGENHeQ17cObMgBxyOhPjxLdKCQXVl6-EA','Took my child in for an allergic reaction - was treated courteously and efficiently by Maya at registration. Nurse Stephanie was helpful and gentle, and tech John was as well. Dr Faig was clear and effective in treatment and instruction. Overall a fine experience, all things considered.','2020-01-01 19:29:03.912000','2020-01-01 19:29:03.912000',5,'Daniel Binder','https://lh3.googleusercontent.com/a-/AOh14GiMuSfUheV-8RtY33FnQRVv6ymG2-KeZa4egzInKpY=c0x00000000-cc-rp','12541597562633926366',28869),('AbFvOqmDDIntCkE6ZMZC2xs40ew0qY0Cj5YLkD1cWAP0cepob6z5JQSrW2JuDy4bJBcj8LgXG59xhA','The staff helping me today has been so friendly and made my experience wonderful. Going to the ER or a clinic can be dreadful, however they were super quick and efficient as well as made me feel so comfortable.','2020-10-13 19:39:58.983000','2020-10-13 19:39:58.983000',5,'Kinley Nicole','https://lh3.googleusercontent.com/a-/AOh14GiBMq6GXmP89U-w1ytzI73AkRFqJODeL9TS6H3OQA=c0x00000000-cc-rp','14748677429039074158',31506),('AbFvOqmDDoQDBFgPFiojYqVeaX61Q-IjRIXmsEU330yPZ7zaaowcQRSeO8pvFxs9qRF-X46cHlAt','The entire staff was very friendly and professional','2020-08-12 00:49:11.256000','2020-08-12 00:49:11.256000',5,'Marcus Leigh','https://lh3.googleusercontent.com/-MNWhngbsYc0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnEWn7ix4mDi3mBxSSuKUSyOyFNAw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38613),('AbFvOqmdDQvw0vUSFVMphQO17xSR6mAGusizPa2zwukytCibwjvlsGo098PQbVLA63OjoVX_SPcR-A','They treat everyone so nice here I love the staff very friendly people','2019-01-02 08:12:14.578000','2019-01-02 08:12:14.578000',5,'Tasha Malbrew','https://lh5.googleusercontent.com/-_kXiUrgzogQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn5AItx3lmMtQ3apVADwPSuawTLtg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29170),('AbFvOqmDDtGZwjTxsSch5Th8ZEJ2hWuQPo94KcDibhn-NCRLoyXlTlphnB76MvEWMQHUKECguwaw-Q','My husband was seen Awesome group of people. Dr. Ybarra, Rollie, Natalia and Stephanie','2020-02-25 07:42:45.415000','2020-02-25 07:42:45.415000',5,'Apriel Woodard','https://lh5.googleusercontent.com/-18b2evtWE10/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnkVSrFyNhpN6Dj5gjENhW4NMb6Bw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42425),('AbFvOqmdE1oDLwOSSUq4xbIxpzMAWJ8JVxK-oru27SzBjtVKlEfL8-_8zjHB7eAhoDjC5YtnarEJiw','They are everything as advertised. Quick, efficient, and competent. Very caring as well.','2019-06-14 15:17:10.475000','2019-06-14 15:17:10.475000',5,'Christopher Davis','https://lh3.googleusercontent.com/a-/AOh14Gg1SA7Dp4fFcGZRSVE2qwgWimdyZvwY-CVEGtP59A=c0x00000000-cc-rp','13486358490203335051',29800),('AbFvOqmde9Wl7tkP-Dc7pNlWLTncaUvELWv_tKd2P77_WqfubqRiEAJgCAjdUGSgxDhoOKFkEMaUVA','I received prompt and courteous service at the front desk. I was quickly seen by a doctor and he explained what tests they would run and why. If I have any medical issues that I need immediate care for I will definitely return here.\n\nUpdate - Received a bill for over $2,000 a year after receiving care here. Partially my own fault as I was not aware that this was out of network. Any care here will be the same as going to an ER not an urgent care. If they weren\'t trying to be deceptive they wouldn\'t wait a year to send the bill.','2020-02-08 22:47:49.933000','2020-02-08 22:47:49.933000',1,'John Greff','https://lh3.googleusercontent.com/a-/AOh14GhcAuLm87DvT9rURRrL-cK02MNw7apQDB1ZtDXNpQ=c0x00000000-cc-rp','14567670160750071148',30258),('AbFvOqmdEiJvCI-KC6_tC7xlvFIygwoFwDLrTqK6KHeoan1w488Bv9RLH3FP42hX1v9-3u73mQJ8',NULL,'2019-11-28 18:41:11.074000','2019-11-28 18:41:11.074000',5,'Mareo Hendrickson','https://lh3.googleusercontent.com/a-/AOh14GjYsfQTVt-oMnoRzE3qM4ysaUol1bVhq9FMynPbng=c0x00000000-cc-rp','8679688254631342173',42565),('AbFvOqmdEkuYI4VLP25ovLxxDoEfVlfnLNq2Z9qHWz46h4ocH0mlqbOnrca9XPDe_uJhu4-V0HCXQA','I had such an awesome experience with Dr. Jolly, Ikita and nurse Allison! Ikita was so welcoming and patient when I entered the door, Allison was\nso comforting and Dr. Jolly was just mind blowing amazing. I was nervous when I entered the facility but when I left my mind was at ease and I left happy. I recommend this location to any and everyone! Such an awesome team!','2018-11-09 23:54:45.965000','2018-11-09 23:54:45.965000',5,'Shawna B','https://lh4.googleusercontent.com/-5zvmCA9iim8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckDAvcTaMxGw_stumZVvj3ufjuJJg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29183),('AbFvOqmDExQeKWFoT1Z8b1lavc4iYMeYQhymeFia6BsHBXACZPoh6LQeZ41nrrce1u9opy8AY8WbxQ','These people earned their 5 star review from me! Great service from the time I walked in to the time I walked out. Dr was very knowledgeable and friendly.','2020-03-07 04:02:02.914000','2020-03-07 04:02:02.914000',5,'Nic','https://lh3.googleusercontent.com/a-/AOh14GjKHnxHcZt9sA3GEELFK3dmDTZfBbp4ndy55gRZ=c0x00000000-cc-rp-ba4','3511292162159714121',40282),('AbFvOqmdf_5O9XzrVttZlpIyI5JP-kLOvwxwuJLwB1tz-tjDRSMFz7X4pfasT98jfCslbTM_519kUw','The staff was excellent! I brought my 12 year old daughter in and they were very friendly and fast to get us in and out.','2019-05-04 18:56:35.703000','2019-05-04 18:56:35.703000',5,'Vicki Richardson','https://lh3.googleusercontent.com/a-/AOh14GjiD57La5dLrId_APBDBkHmx9DLdTp4K3VZvkl_DA=c0x00000000-cc-rp','13486358490203335051',29858),('AbFvOqmdfaGgG6V6sSIa0QTylfLfbx0o3KDxUZFi93iBEDbazs6XdwqCbdF5mmbpLKQ7zceNYvNZ','The ENTIRE staff was warm and friendly and make me feel safe! Walked in in tears for severe throat pain etc and left smiling. If I’m ever sick again i definitely want to come back here! :)','2017-12-13 12:08:13.254000','2017-12-13 12:08:13.254000',5,'Megan Coleman','https://lh4.googleusercontent.com/-cgFyKJqVAtk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl8n-asFUaCGfF_rC63McD7mCcTyg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40981),('AbFvOqmDfBJkJaPGkSRbeMhXPId5IeqQsN6W82ZCBBxBK2EwswBsMIQD-6Os0alKAQrpygxk8NAi2A',NULL,'2018-08-30 05:30:25.485000','2018-08-30 05:30:25.485000',5,'Casandra Mendez','https://lh4.googleusercontent.com/-yFllfZZALto/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3VqRbFkE9K40_NlKFrMu1znwdnQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30759),('AbFvOqmDfDq_enwdMxUdil3Z8FMOw4pZwP2vAuIGo8h6qMn0nrarBjzj8cDocDvQv85qaczGm5TO','Staff was super friendly and we were taken back right away. Doctor was very helpful and accomidating to my sick child. Would definitely reccomend to anyone needing to be seen. Great location and very clean.\n\nThank you SignatureCare Emergency for taking such great care of my daughter!','2018-08-19 16:22:33.237000','2018-08-19 16:22:33.237000',5,'Alexis Bonilla','https://lh6.googleusercontent.com/-2rk1WN27VXU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmGbuaHRcj8pVtIZyTHyYyaY6fpqQ/c0x00000000-cc-rp-ba3/photo.jpg','3511292162159714121',40847),('AbFvOqmDfPbgq7o9qZANCUBHGD2SfauWqU_orIhQpsl5sz9Isni03vHcmqqDhcVZhlpDxszHql5d','Went in to take my mom, front girls started off the experience with a smile, quick service, Sita was training someone I think latisha and they were great!! So caring! Then nurse Vanessa treated us, along with dr Huerta, David was great too!! Two thumbs up, will never forget the complete care they offer .. šŸ™','2020-02-27 05:14:23.268000','2020-02-27 05:14:23.268000',5,'x BowDownPeasant','https://lh4.googleusercontent.com/-nz-GD-bhGEE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnyTb9h0Kp_jLh-xzpcqUdCDWiSjQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29417),('AbFvOqmDFSUiufzBJxTH9XT6NwZxE4kCcKgFfucN8MBsYCkXXt49DqaVWsR8Mkg9SibZzzhQ7g7wOQ','Great service - fast, friendly and professional! Highly qualified medical team that makes sure you are taken care of. Brought my son and he even got snacks after his stitches! He loved it!','2019-09-07 19:32:34.511000','2019-09-07 19:32:34.511000',5,'Richard & Katherine Brooks','https://lh3.googleusercontent.com/a-/AOh14Gh7vr8G345VkwqNPxFg38SMSxKHhF8Vo61qSoEs=c0x00000000-cc-rp','17898197009688164559',38002),('AbFvOqmdfyxqVtawPl5wmr271ohgYvN5sSzunfj6tClwqOvKtFpq_BHbrjKIr9vQZPEMKcE6s2LrIw','I brought my husband in for back/flank pain. He dont like hospitals but his pain became unbearable. We were greeted with the most pleasant and hospitable staff. Thank you Ashley, Alisha, Dr Henderson, Nancy and James. Best urgent care ER ever!','2019-06-17 22:30:32.368000','2019-06-17 22:30:32.368000',5,'Chikita Washington','https://lh4.googleusercontent.com/-VZgfzbKvQI0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhyTFF_bEIxxqxtiUTgipO9Okl1A/c0x00000000-cc-rp-ba2/photo.jpg','17898197009688164559',38136),('AbFvOqmdgeE5KXxb3q7GrlTmT8P3HdiTCZM1hjNHEVWzrSqFXf5n2lVUACTGEI8PUoUmaj_aX6QH','This ER Care Center is one of the best I’ve ever been to! Elizabeth was very helpful from the moment I walked in. Dr.Souman was very helpful and helped me with getting results fast and easy.Joey is one of the best CT doctors! The process was very fast here. I would recommend anyone to go here.','2020-01-26 05:57:16.529000','2020-01-26 05:57:16.529000',5,'Isa & Dez','https://lh3.googleusercontent.com/a-/AOh14Ggdhy7sfULEeIW2I__hj3igkaIMSyp3kEAnFYSR=c0x00000000-cc-rp','3511292162159714121',40333),('AbFvOqmDGj_Agu5-ag-iiks1qJevlwrgL86dB0BM6vSH3-svIEgIAg-67njA2eV4tl-X2XfXcsYowQ',NULL,'2020-07-18 19:59:56.759000','2020-07-18 19:59:56.759000',5,'Caden Monk','https://lh3.googleusercontent.com/a-/AOh14GgKIHA9lX2kCj2tiiR8gR9WtTLwJfOfBbEuzWFsGg=c0x00000000-cc-rp','14748677429039074158',31995),('AbFvOqmdgnW_QUShKjiJQ1M5lHglFlA8zQbi_8ETYC_8t-DXe7yrIfB9xf6LaUv6KDECCYLiIdIgdA','Amazing service!! We were called to the back before I could even finish the paperwork.','2019-10-12 02:32:20.707000','2019-10-12 02:32:20.707000',5,'Cassandra Caldwell','https://lh6.googleusercontent.com/-6LjIyLvBS0E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckK4Axal0FN2s1PKmMKGGIq3_xuuA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39242),('AbFvOqmdgtZktA96ao2PdBWyj3lFgHLKAypSiPMv5ntAKWh8vTSKooISt03GZMMnU_CCUrxKq9lDhg','I had a wonderful and stress free experience here. Alvean and Marcus was very professional and took care of me and daughter with anything we needed. Dr. Patel was very pleasant, and the receptionist was very nice and helpful as well.','2019-06-09 16:21:01.957000','2019-06-09 16:21:01.957000',5,'Aundria Curry','https://lh3.googleusercontent.com/a-/AOh14Gj_sL8Bt2isHvrwFxbDQipGiEphtMXuhV79KR2P=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmdh076zFA46dpxKtLQoo31l_IF_pQ9SIyGmFqZgmRAQvqsGwl7b6N1iwryG8_FWK-RaBn0og','Very nice staff! Dr. Chopra was very friendly and Georgia was very gentle with the covid test! 10/10 would recommend!','2020-09-24 01:26:57.811000','2020-09-24 01:26:57.811000',5,'Jennifer Walters','https://lh4.googleusercontent.com/-JrZK4MhPIaY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckBbbki81Vd1CVnPCYeDwroW_1RSg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31622),('AbFvOqmdH72YbIaVVmhbdcBmfuXnwHEz7dq2ZuJjXooFeOWCDBhsz-LPVKUUjV8gKAZVhRwGICdtaw','I have had the worst night. My boyfriend projectile vomited on my carpet and is refusing to pay for cleaning services. Kendra at Signature Care has made this experience so much better. She offered me a warm blanket while I waited. I love SignatureCare!!!','2019-12-28 12:37:26.274000','2019-12-28 12:37:26.274000',5,'Vanessa Perez','https://lh3.googleusercontent.com/-Exe1MzN0wa8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7BW_Z3s8cp3qZb8kLNpM9IflNCA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34483),('AbFvOqmDhG19JR3YIfJ1r9VP05dkJpFrh58oquXVKiVXMHsgX6X3XQ7KsFvnGYDfbw5pgBfIlq9ClQ','I really enjoyed the experience here. It was fast and efficient. I want to give special thanks to Dr. Faig, nurse Jennifer,er tech Elaine and most of all Tanishia. You all are the best. Thanks for rocking out with me.','2019-12-20 08:13:59.448000','2019-12-20 08:13:59.448000',5,'Damien Duren','https://lh3.googleusercontent.com/a-/AOh14GgjH1J6LByiypBEvTbOXZsD4EGu8OJrPKVZAthuaQ=c0x00000000-cc-rp','17898197009688164559',37795),('AbFvOqmdHjTp80_4StIcSdEhjNytx_3g-vpwEbTKfTzIunV70_kRTwo2XyakMtW8xv-I5Tl7SeUy','I love it they were fast explained everything and my nurse Katy was awesome !!!!!! DeAndrea Glass','2020-01-16 18:46:09.655000','2020-01-16 18:46:09.655000',5,'DeAndrea Glass-Stephens','https://lh3.googleusercontent.com/a-/AOh14GiiaW2CSgEVolG2v_GXh0kC6rd77sXDWSsTym4FJQ=c0x00000000-cc-rp','3272657195432704501',39703),('AbFvOqmdhq8tBaI22YqW2d4L0OHZLmVtXDK5kys6EQbIT_Ves9PT0HO8nf2wMenqo80NtgbzP7UlMQ','My experience was very pleasant. Adrianna . Mari. Magali and Pete were great. Thank you!!\nAlso Dr Dewaal Thank you!','2019-12-11 17:46:15.629000','2019-12-11 17:46:15.629000',5,'Tabitha Fierro','https://lh3.googleusercontent.com/-6BkI42xokYc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucllu-X_byayQQPh4xJL-RAC11TxGw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29536),('AbFvOqmDi59dfgdLUlFM45pwL3C0Te2_wJV6HuQhh_XSSXa1cxUPhrgsc2fCWys1dHDKoi5pgGLt','Not the best experience. I scheduled an appointment at 2 in the afternoon...and waited over 4 hours. I was put after patients who came in after me and was given no explanation. When I first arrived they told me they were running a little behind and I would be seen in 30 minutes. The least they could’ve done would be to apologize and explain the situation... this is very disappointing especially since I heard such good things from this ER. However, my experience in the room with the nurse and doctor was exceptional! My nurse was extremely gentle and caring and the doctor was very personable.','2020-07-29 04:09:26.602000','2020-07-29 04:09:26.602000',3,'Olivia Dyck','https://lh3.googleusercontent.com/a-/AOh14GjqHtsWyyOgvUOcm7XvvuMfIcXjhA3Euvp6MSsYhg=c0x00000000-cc-rp','8626688543755174284',41908),('AbFvOqmdIbP69TMroF5MazJRLXABWie8q4nvsEfPFNWh3vDSXY5QnMulFpunKKLexDI0PjmnWI9caQ','Great hospital, Dr. Straface is amazing and helpful when you feel like crud!','2020-07-21 04:26:18.714000','2020-07-21 04:26:18.714000',5,'Megan K','https://lh3.googleusercontent.com/-MPTAHwGvXOw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn5G7nlKCcH46_xESFoeP1R5gS9zQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31915),('AbFvOqmdiIiR2l9P8aUm1JP8FwNNIDUOvnWuUhN9T5xzE7nhcRbDvgxuv0e_oaQkYro98JTGfBBPyg',NULL,'2020-10-22 17:31:29.872000','2020-10-22 17:31:29.872000',5,'Mackenzie McQueen','https://lh5.googleusercontent.com/-p8sR2LXilKI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclu1scNGFOp56DxldfJ9JQVFBgvmQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34118),('AbFvOqmdIlqVVERPD4PXyZJ10hJWKLWvVKSu-OeWv2kr3CN86ffGaPz-AnMKXcx_i5iIw47QxpHzXA','By the time I had made it to their clinic I was not only physically or down and exhausted but I was emotionally given out. The staff was beyond accommodating! They cheered me up and made me feel comfortable. Not only was the doctor and staff professional, kind and friendly but they went beyond their means to make me feel at home. I will definitely return should I have any future problems!','2018-11-13 00:13:27.724000','2018-11-13 00:13:27.724000',5,'Tammy Kaye','https://lh3.googleusercontent.com/a-/AOh14GicXYBrSUl-tIG1Blyb_kqqnGFLWoQc95StPHzPlg=c0x00000000-cc-rp-ba3','3511292162159714121',40796),('AbFvOqmDiMm3BnHhMHRQSeOnZcyzi59xbnUg_BW_lGgs7Sjh0Y7qvEfHt8gqZK_xAA72Igh3fr-7YQ',NULL,'2020-09-11 14:37:53.579000','2020-09-11 14:37:53.579000',5,'shashay wilson','https://lh3.googleusercontent.com/-mttXpvPsUcQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmkbXLj-XEDidgj5ZiA9d4PL8onKA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39004),('AbFvOqmDiVa-HjldQmHI_pmsFsmNnoeliHnHnG7NTNEDF0Wagjmjim9iazARfaGo9pRIrH0KQCddlw','The process to get checked and tested for COVID-19 was so quick! Cody, Sam, and Nydia especially were very friendly and helpful with making me as a patient feel at ease. I can’t thank these guys enough. I think everyone should go here!','2020-07-26 21:36:55.896000','2020-07-26 21:36:55.896000',5,'Isabella Carrasco','https://lh3.googleusercontent.com/a-/AOh14GgAr0Ff0jz3guy0JEkj9lzzIiBUX_mtFirXnXzswA=c0x00000000-cc-rp','2077061009497551125',38756),('AbFvOqmDJ38DldzAPzx_4Vyf3QpSSckWnyRh-D4DVTP821h9ar9RQ6BvurZSQLLgiAs9ZikDPTQpXw','Got my covid test here and the staff was awesome! They were very polite and the place was very clean and we weren’t waiting forever! Kevin was terrific and I’ll be coming back for any medical needs!','2020-10-12 18:02:10.278000','2020-10-12 18:02:10.278000',5,'Grace Lane','https://lh3.googleusercontent.com/a-/AOh14GhuDdS-uU6Xa6smYoqZbxB5V-LAMHTnBYPEsiKs=c0x00000000-cc-rp','14748677429039074158',31512),('AbFvOqmdJ4hV2mmtEk2DvkEc3AC1wUVvKHuVFJKLfj8sllPjYwB-ffIWc_sUVTCGnx-AsIgpvOaOKw','What a complete pleasure and blessing to find this place! I was totally satisfied and treated very very well by Dr. Appiah, Delicia, Son Le, Blake were a perfect dream team of care. Thank you!!','2020-02-06 15:17:51.940000','2020-02-06 15:17:51.940000',5,'Erica Tyson','https://lh6.googleusercontent.com/-7-yvjxCQH5I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckzIbF-d3jfSSVtQZTwpbNzc5vp1g/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42448),('AbFvOqmdJDQo8LIWJFdyuXrw9RmxTqz7G-5DH7FlEwEBJEkzCoehL7gRBInchh6TxDRIIcfjnEljIw','Andrew T. and his staff were super amazing, helpful, and knowledgeable.\nI got the best care while waiting for my test results.\nThey followed up with all my questions and concerns.\nSuper helpful and great to know great care is just down the road 😁','2021-01-22 17:58:14.867000','2021-01-22 17:58:14.867000',5,'Lori Estrada','https://lh6.googleusercontent.com/-54MbgiKvrro/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclCcE_7hp2CLZkqJQjDqOJo88mZiQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',44720),('AbFvOqmdjmavr7JeXTJjq6H1BaftoVHIoOKv2552olYpsJP96UExAXw0g9_qa-WWrFiWMnSUw4OTKg','Great experience, staff were very welcoming and helpful. Definitely an 5 star service.','2019-09-24 22:36:45.488000','2019-09-24 22:36:45.488000',5,'Ī©-Dat!!','https://lh3.googleusercontent.com/a-/AOh14GhOA5FTOb7Exp_ByVvDP3GC_daLT4XZhwRUut5yAw=c0x00000000-cc-rp','12541597562633926366',29013),('AbFvOqmdKHyBvcS6u2vKnYitxAsvwTe2OTSsEG97aQIHCDwbauZEZYIUuGzktFvdII2LLU_ezBjTbA',NULL,'2019-01-23 02:29:46.669000','2019-01-23 02:29:46.669000',5,'Ryan Maddox','https://lh4.googleusercontent.com/-gkZz7NItzz0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnxHmuouQFsRaOdh_UVtgRhn5zBsg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29930),('AbFvOqmDKnXZCgEVslwOUCgbO2E8aNAV-ed_3p20fn9gbIaTydPkqyZ0v2hE7X2-oSyLV2GeaeXa-A','The receptionist and staff were welcoming and friendly! Highly recommended šŸ‘šŸ¾','2019-03-17 12:44:24.626000','2019-03-17 12:44:24.626000',5,'Autrice Carey','https://lh3.googleusercontent.com/a-/AOh14Ggp6J_DJz9Hpslbakehx9ljkjZ0i04ItfKSOZ91Mg=c0x00000000-cc-rp','8918455867446117794',43282),('AbFvOqmDkQuAx-CV_rX6Ovy9a-LhqkIzInRTYsyKlBSxgGU4utZb5gVr4WXMKn5aAPdnOjRsS6LSWw','Cody helped me out; quick covid test, results within 20-45 min. Beats waiting a week+. Do this if you have private insurance, they don’t accept medicare.','2020-08-03 21:50:59.851000','2020-08-03 21:50:59.851000',5,'Chandler Scott','https://lh3.googleusercontent.com/a-/AOh14GiT20HRv1a8Khfngq2GQuKyAsTejxg_L3jL-zEMRw=c0x00000000-cc-rp','2077061009497551125',38651),('AbFvOqmdKwd4h_5IuCo_YX40m24qSv6rc_IfKge7B9F0jHTMltm0lHHv0dBf6QwrSbrhgXwjCNtsVg','Dr. Henderson and her staff Mollie,Eric and Tobin are are some!! They took excellent care of me and my migraine!!','2020-01-24 01:51:45.891000','2020-01-24 01:51:45.891000',5,'Jennifer Henry','https://lh4.googleusercontent.com/-pNchTVbn4eo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclR2Kb-OOzDNnrbMBFP27DST3KtxA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39674),('AbFvOqmdlcFdZv-FiOg33SDrTiwXg3EH9Hp79KtajzuMBzemtBnOKP-cq9kLNW6zTzqmdYc8hI9bSw','Alvean was very accommodating! And nice :)','2020-10-23 18:54:29.517000','2020-10-23 18:54:29.517000',5,'B M','https://lh3.googleusercontent.com/-dd6SOioHzpw/AAAAAAAAAAI/AAAAAAAAA38/AMZuucmE1Cm_qi9TQbK15rPqyoT0ptfpyA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33102),('AbFvOqmdM4PnVMBmjQHA6sfVhDoQAmab8Y4oI7uGKnaHS5cP0ZCpUYO9fnMQnVIAZr6xmIgGbeSD3Q','GREAT PLACE TO GO WHEN IN NEED. LACEY AND LUISA TOOK CARE OF ME.','2020-10-30 14:53:07.578000','2020-10-30 14:53:07.578000',5,'OSCAR DELAPAZ','https://lh3.googleusercontent.com/-cvPIGQg5vl0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnAjHMF2z0fRd1O5DduUKi4jFt8SQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33039),('AbFvOqmDMfvOz1uCd5AojFRMa6L4fXzdzMwKbUyTSEVoGgWqc7Zfc77fMSb6oMkuRMwh4-NeZTZgUA','Helpful and quick COVID testing!','2020-07-18 19:01:28.958000','2020-07-18 19:01:28.958000',5,'Lindsey Lee','https://lh3.googleusercontent.com/a-/AOh14GjxJKeqlLIrw60neh7Iv2PlXt1uE9ofaJ9jawmO=c0x00000000-cc-rp','14748677429039074158',32002),('AbFvOqmdmnQcA5QHp9QkcVUar8yPGgU-7zeA3MR_yc7bDTBiB-w2Ytnb2Fhe3AazwvrhNxRM0rf-pQ','The doctor, nurses, and staff at SignatureCare were very kind, friendly, and informative. They answered all my questions and concerns I had with honesty and attended me promptly. I received superb care and would highly recommend this place to anyone seeking medical care.','2019-10-11 14:28:10.125000','2019-10-11 14:28:10.125000',5,'Alejandra','https://lh3.googleusercontent.com/a-/AOh14GhGgSYSUvao5lyIins1zFb47bdnaiFtf3_g_HK4Cg=c0x00000000-cc-rp','14567670160750071148',30441),('AbFvOqmdNLbQwcIWg9_JMoS5pA8xHHfNGz0VDSlRRjFpW8-xNEnvCY0-V7kL0yD-NJ9W3btFdsEFWw',NULL,'2020-11-03 18:38:42.585000','2020-11-03 18:38:42.585000',5,'David Jones','https://lh4.googleusercontent.com/-1A6k5yaemAM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnAtuiOW6YltcJYe_TokCceVWHaTw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31423),('AbFvOqmDnpLWOHDqzuW1WqfiOZ7xDqxUx9Ud4WLjlVqv9JVKmkrkYbNkoBjKGJMtBh7GvmydFV0F','The staff, nurse, doctors, were so nice and kind. I really appreciate their patience and compassion.','2021-01-04 01:09:25.177000','2021-01-04 01:09:25.177000',4,'Alisa Semiens','https://lh3.googleusercontent.com/a-/AOh14GjhO7gkx7kzwGmwOdpMZ0vksK3qaXrhG1QKOaPyYQ=c0x00000000-cc-rp','17394740196501090048',44288),('AbFvOqmDob4acVigFxzXrD276EpEaDJs-U-bteEC-siexH7ETk8n-bonfrrWoLVWvEHT8tevE7Rx','Although I felt extremely miserable when I ame in, I was treated with the most respect and all efforts were made to make me feel at comfort. I absolutely loved the location and will use this if needed in the future.','2019-06-17 14:31:44.179000','2019-06-17 14:31:44.179000',5,'J Alvrz','https://lh3.googleusercontent.com/-zR3ugnX86-E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmEuIcNH62EJ0gBQ9Eho85pRg4IAg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38137),('AbFvOqmdoipp8_30TL4GJg6IFkLbVNFqy5typwvRHUBjcCO4GqUWDhY7D1xm28pC8wWBKN8X_tKtaA',NULL,'2020-10-24 18:14:33.630000','2020-10-24 18:14:33.630000',5,'The Servant','https://lh3.googleusercontent.com/a-/AOh14GhpLjLjTCPUlL8wFrjx7m2ziMdH1Ha_wP7tiL6eDw=c0x00000000-cc-rp','16389487648212004696',33093),('AbFvOqmdor88rtsqaA_cJRAwxKuyff73ZSYLqdnxVGnvsVhRYk-hYfBoj2WJ4pQZfZabve3dqIxA3g','When I wasn\'t able to get the comfort abd service I needed else where in a timely manner I came here. The staff gave me what I needed in a very timely manner and was very professional. Yes I will return here if the need arises. They were very helpful and kind. Thank you','2017-09-10 14:40:08.528000','2017-09-10 14:40:08.528000',5,'Diana Robinson','https://lh3.googleusercontent.com/a-/AOh14Ggs8165JIDFsvWIlQAUkwvubBgdbYNpP3aVKgq7-KE=c0x00000000-cc-rp','14567670160750071148',30974),('AbFvOqmdp1KVzFDpZRXlw-ikzVeA5RS5UpPnjy2vrfH5OHk5g3qE72fbvi5E2fvFm4Kbjq5n782E','Nobody ever want to go to an Emergency Center, but if you do, this is the one you should go to. From the second I arrived, I was greeted and treated with the utmost care. I interacted with at least 4 people during my visit and each and everyone of them made me feel comfortable and did anything they could to make my experience better. They will even provide you a warm blanket should you need one. I hope I never need to go to an emergency center, but if I do, this is where I\'ll be going.','2019-08-21 14:12:11.150000','2019-08-21 14:12:11.150000',5,'Kevin Gregory','https://lh3.googleusercontent.com/a-/AOh14Gg4uu15Yp_fswtkk2iXTUFCljmw06UyoX4lxqqkmQ=c0x00000000-cc-rp','14904078213800803294',32432),('AbFvOqmDPg0vZgvpGzf9f0wUW0IYHz-yiGrlXSsFh4NqIrWx8kmCqJm4eaj0rf2ye9FG51J-IxNPww','The treatment that my son and I received was wonderful!!!! All the staff we encountered were absolutely friendly and caring which includes Jennifer Diggs at registration, nurse Erica, tech Valerie and nurse Jamie!!! We will definitely recommend this place to our friends, family and colleagues.','2019-01-03 22:56:28.500000','2019-01-03 22:56:28.500000',5,'Ashley Wilson','https://lh4.googleusercontent.com/-TyN-djMnlcw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckWkkzCV3pbkhjKD_4gzZAOgbm8Zg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42202),('AbFvOqmdpgooKAybmlVHK6Mz7OH9kgvwbQlHBKmYjIOpbOvAy1erbocqlsFgGih_O5C_mTGfpDJorQ',NULL,'2019-07-03 21:24:47.302000','2019-07-03 21:24:47.302000',5,'Mr.gotTheMunchies','https://lh3.googleusercontent.com/a-/AOh14GhC8hQ7ED416YkxwnVXPzwoax1RwmL6rIfiapYuTA=c0x00000000-cc-rp','17898197009688164559',38109),('AbFvOqmdpto1C1kbKxaR_6a0Ylgid29KcAPaSz2pI0uUHcL_9J1TurY0UuNE-yKL9HiimxvDoWgz',NULL,'2020-10-12 18:39:29.179000','2020-10-12 18:39:29.179000',5,'samip regmi','https://lh3.googleusercontent.com/a-/AOh14GihJISwQ9ApKt3tWcb2NdJwKS4TflJNAKkS1MVj4A=c0x00000000-cc-rp-ba2','14748677429039074158',31511),('AbFvOqmdQ-D1LmvKoEU6tC3mH_P3A9vta4cBFnXEqK7K9NuKtYDj4sBjrJ2QG9OmvX2vJenWV_ye','Great staff and operation from my experience!','2020-08-07 19:13:47.229000','2020-08-07 19:13:47.229000',5,'John Burk','https://lh6.googleusercontent.com/-1yNpqXa6Ec8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckLXjXxN-JzVh9iqocUJbzPL1LF3w/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42940),('AbFvOqmdq-mJEj3qZZvvHvVY8Ds7xrDD8dJDY1ywwf67hEdGiz8PuIxWqTMOBdo7i3EfxXkIN2b4_w',NULL,'2016-05-23 14:55:47.047000','2016-05-23 14:55:47.047000',5,'Melissa Garcia','https://lh5.googleusercontent.com/-zvtHfyanwvM/AAAAAAAAAAI/AAAAAAAAAlY/AMZuuclix-aXOUW1GEmnDiELt0UFinDM6A/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41226),('AbFvOqmDq3uuJwcnk6kx3wieP25KcGlHvDk8V4JWJGox-h7Ty0apWV6-SIwCgShHK6x517ucwSlgjQ','The receptionist Itza was very welcoming and friendly and assisted me with the paper work. Technician Laura was very kind and made me feel right at home and she got me a warm blanket and whatever I needed to feel right at home. Nurse Jacob was very informative and assisted with whatever was needed. Dr. Harjai was phenomenal and gave me all kinds of information on my illness and his own experiences on how hee deals with it wheel he\'s sick. Overall Signature care is the place to go when you\'re feeling down. I was in and out within 30 minutes. The staff was amazing','2020-01-17 19:40:58.824000','2020-01-17 19:40:58.824000',5,'Joseph Belcourt','https://lh3.googleusercontent.com/a-/AOh14GgIy2yh7fsgDTAfW8zWVAznilPZe-2RMx7vA4Fi=c0x00000000-cc-rp','16590124370714063921',34439),('AbFvOqmDq5u6MERmHj2-UkQIuHcKAMzX44D4_sZ03c8yYfGg88pC4BOijoTBdDWL90hvTtcByYbSKg','I went in and was called to the back before i could even start my paperwork!! And to me that’s A++ Alvean was super sweet!!','2020-02-19 17:12:51.607000','2020-02-19 17:12:51.607000',5,'Adroska Jackson','https://lh3.googleusercontent.com/a-/AOh14Gj1gTbQP8a-u1dxeKA2Q90zBeQ22U3i26p8ck7rTw=c0x00000000-cc-rp','16389487648212004696',33356),('AbFvOqmdq7FoVutzqrGIwngd1wsdaFQlyg3pElEyV6CHFrANlgVgWhBeBWnqHoCpz4R7NHBvS0BGeQ','Great people working here. Didn’t have to wait long in the waiting room. Service was very good.','2019-03-17 17:34:29.811000','2019-03-17 17:34:29.811000',5,'Jose Villarreal','https://lh5.googleusercontent.com/-zF0lBawCbAM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3CJZJQVWnir8RU0dTawxM7FxAYw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29895),('AbFvOqmDr_jxll5rZRkaj8-Khofc3gJwNV85Sp4Vvi8hquTsCZEfjgqp0RNW3S6QsIdMb6RVqGap3Q','Very easy experience. No wait, staff was very COVID conscious without making you feel scared or uncomfortable. I saw Dr. Elsbecler and nurse Townesend and they were both very thoughtful and attentive.','2020-10-21 16:28:24.905000','2020-10-21 16:28:24.905000',5,'Dorothy Sermons','https://lh6.googleusercontent.com/-FmugA5K13AQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckJqHj-hDDcIH0enBi87YcOH4NGGQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35690),('AbFvOqmDr-ikZUO77U5-_W619JbrYeGtpoNHTYa1p9ZTQOF52v12zpGFnzV16s6smD95Nepw_fwOFg','Kimberly at the front desk was so nice! Dr. Dang was very informative and great too! They got me in quick, had friendly staff, and office is clean!','2020-03-04 22:51:22.440000','2020-03-04 22:51:22.440000',5,'Delia Meza','https://lh6.googleusercontent.com/-gc0mRiCebas/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn32emoUy18YeNBQ9oxVDgGcL-ZGw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30211),('AbFvOqmDR7XcgXNfkYtXs2pzPmZflHMd4xzdZ_RDlOs3vn1Mf3gQsWn6qyrM2STBrmCI3LAA2PW1',NULL,'2020-11-17 03:14:52.031000','2020-11-17 03:14:52.031000',5,'Julio Gallegos','https://lh4.googleusercontent.com/-fv_UCpOpE6o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckMeY_hzzEee4DcR481HHFdrNYpjw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30015),('AbFvOqmdrbSJ_z2_NLwqQ9S9PWldGButug7nP2HSvxcY03CE_lMlryRElTOrwuVETAXs3ukhlEMOvQ','Fantastic Job by Dr. de Walla the Eric. Would go back every time! Thank you!!','2019-10-31 22:05:54.328000','2019-10-31 22:05:54.328000',5,'Becky Howell','https://lh3.googleusercontent.com/-gDrJY_rsF34/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucke_9EStgbLLl119Srsq8bIjuvdMw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36094),('AbFvOqmDrhsf5wJAXPsBN8fKHEiKP7aJM113tmSCmcSCmvCIHdV7efywlkrLmr68J9l2i1cIb4AxqQ','Quick service, clean lobby. Alexis took quick care of my friend and we were satisfied with the service. Would recommend.','2019-02-14 04:48:40.388000','2019-02-14 04:48:40.388000',5,'Adam Cearley','https://lh5.googleusercontent.com/-uOaB0fogo0o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclkyWR0JxqBxlpxdslePme9y-XFbA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35010),('AbFvOqmdRj8VsTrv8M7xkajIK2HylXuHRXBjxChy2I8akyJ19q5iNU5juztXqN06lxsCUTJQaxhl6Q','I had a very positive experience . All the staff were pleasant and informative','2020-02-15 12:49:57.309000','2020-02-15 12:49:57.309000',5,'Marlo Miller','https://lh4.googleusercontent.com/-32QdTqUuNy0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMMSBc2MGicBMnCCJOEk4tOujKFQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43095),('AbFvOqmdrSKKd_XjMwjUOAGqarEyLgvUv1Qy4Lp5HIc1ANRZjrVEQ6fn7sF70BgpmhNbSj5V4P8yEw','Came in to get the rapid covid test. They were quick and welcoming. The office itself was very clean! Recommend','2020-11-27 23:50:32.633000','2020-11-27 23:50:32.633000',5,'Dylan Clark','https://lh3.googleusercontent.com/-LxZDAs1wuCg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnQqhlf13krQ7OyYnXHA_S4qQRTBg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38405),('AbFvOqmDSGQuG3Dv3VMPs7pZq6U-Nbm5-eD6cOq5isHJanApp2R3NbAaaQHGLwUaz4ULXHz-1dyecQ','Signature care is the best, fastest er in town. Great service','2020-12-27 17:06:54.488000','2020-12-27 17:06:54.488000',5,'Me Low','https://lh3.googleusercontent.com/-9EunXpgbEew/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnUG2QZLW20Ex7sXKC_7-ysXrbAMQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43950),('AbFvOqmdsl-4iaDxH1G08YFZYYcoSeGhUlCOBtC9QmzsUtBIH05sT5QIQbStMwIT7cqwpLd11j7l_A','My little brother got taken care of as soon as he walked through the doors. Great care and friendly staff.','2019-04-29 00:53:40.967000','2019-04-29 00:53:40.967000',5,'Tamra Holmes','https://lh3.googleusercontent.com/-4M4FR0gopHM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnrrG9VllsFXQhZ8OBihe4Rxf9dGg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42093),('AbFvOqmDSpFWNyHbYlaGGJuOOwzk7xyueELWkw_cES1_VzNMtkvLR6v5krg48tjGv6ng2zf7AxyCjA','Pleasant, efficient, and caring staff.\nVery clean and safe appearance.','2021-01-25 23:49:07.728000','2021-01-25 23:49:07.728000',5,'Pastor Edith T. Neveaux','https://lh3.googleusercontent.com/a-/AOh14GiO0-qwBizqgb2MuRotEBEB_GC7k41ypMa8QhXktg=c0x00000000-cc-rp','12541597562633926366',44402),('AbFvOqmdsuqkgzEEUlTwM1pgeLxQ5mDIjSIOa2OWLSZuwDqjU9fY1miIqKiIfVAIi2wBsOFHDRiP7w','Jennifer D with Registration was great and my nurse john bell and Tech Valerie they took every step to make sure my visit was worth it and they were just a awesome staff thank you for your help!!!','2019-01-07 20:53:48.735000','2019-01-07 20:53:48.735000',5,'Rodrick Taylor','https://lh5.googleusercontent.com/-hAQBJ3-z1Z0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCKqhNewQagX3DBCjjElpF18rbRg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42189),('AbFvOqmdsXbrymtJtx5JAp-r0c6iWthtr63FpMWt_anEsy_G1GqN2D9Bu8EiW7gfcS1BxD-iO12VjA','Great service. Very fast!','2019-12-05 05:09:05.478000','2019-12-05 05:09:05.478000',5,'Edith Martinez','https://lh3.googleusercontent.com/a-/AOh14Gi-dC6cyhAJ5ahCx8XJY8fZTGYsYmKXpGnKSW8rTkY=c0x00000000-cc-rp','16389487648212004696',33636),('AbFvOqmdT-UpcH8cahL6y_drd0bWDQDhParJdR9hWNDlbvrsHwgYINGumDwFG2Y2mt4hDyrDc8HrpQ','The staff is very friendly, the facility is very clean, the atmosphere is calming & the customer service was exquisite. Leslie & Eve took good care of me through the registration process. Leslie answered all my questions. I drove myself to the ER center b/c I injured my ankle and Eve had a wheelchair brought out to me IMMEDIATELY & I was taken to a room IMMEDIATELY. I will DEFINITELY come back...if I have a medical issue. Dr. Grinblatas is friendly & has a calming nature. My nurse Churiah was attentive & friendly. The Raditation tech Olivia was gentle & kind. Thank You Montrose location for everything.','2019-07-15 17:27:13.441000','2019-07-15 17:27:13.441000',5,'Taylor Roy','https://lh3.googleusercontent.com/-ySOFMfNMf7A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucncevLed_T3gQkHSTN0zBl0qG8haQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40491),('AbFvOqmDtPDOhA3MjWhJ5o8tyJodJdxQxWOvJU6caBu8iCR6o8wbfXSepUXxLAbpeVzmZDRDI4oV','Lucas was really helpful and very efficient. Not a long wait period at all. Quick and clean','2020-02-27 22:32:27.980000','2020-02-27 22:32:27.980000',5,'james plummer','https://lh5.googleusercontent.com/-3t_7ZyNfWj4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckaAFRXxUy9CvwWUaIyFnWKCZpxCA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39598),('AbFvOqmDU_oCV-qZsvz-J67hQOmT15oR9-AU9ob7Ch9LHw_XYGhtI2oA2VKNX_CEEl5gyaxsUapq','Ellen R and the evening doctor Edwards were awesome. The bedside manner here is great. I was here with my family member and they went over and beyond to make her comfortable and aware of anything going on with her health.\n\nThey wanted to make sure that she knew exactly what they were treating and what the plan was.','2018-08-05 02:42:01.056000','2018-08-05 02:42:01.056000',5,'the soul spa online','https://lh6.googleusercontent.com/-fBe44puRTqg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZqwWuNSlTsweCoeQosRr0jvJ92w/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36920),('AbFvOqmdU_UIbbflTm-LVFEhpaOiR2VXZryYBmpBsdyFXGI8ABjpp7AJvxl3iNr-j-4ZnZVf-eSo','Excellent care and patient services. I have visited them twice. Bronchitis and I could not breathe. All the staff was responsive and helped me to relax. Erica at the front desk was very calming. Tech Ryan was incredible and reassuring. My nurse Jessica was great. Explained everything and keep checking on me. Dr. Billy Miller was so attentive. He took great care to explain what was happening and the treatment.\nThey are an incredible team!','2020-03-11 15:19:53.060000','2020-03-11 15:19:53.060000',5,'John Rooney','https://lh3.googleusercontent.com/--Mg0ZM1taR0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclLKO_4qtpSShrtWOiQ9NthfzXJrw/c0x00000000-cc-rp-ba5/photo.jpg','14904078213800803294',32331),('AbFvOqmDU1s-V8I7Lxf95O_IxjCZ3Ed2cW674OsOA50utEIfl68Omzi9gOSzgXyH9OJGmZlndcWNNA','Amy at the front desk was SO nice and helpful!!\nChris was my RN and he was super friendly.\nDr. Ding was beyond helpful and explain my illness and treatment plan in depth and made sure I didn’t have any more question.\nI will definitely come here next time I need to be seen urgently!','2019-04-27 21:03:46.978000','2019-04-27 21:03:46.978000',5,'Chelsey Porter','https://lh6.googleusercontent.com/-ChfRccs0Q5s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclett_iz-2ZubI1WwhIeLjhGdoJkw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30555),('AbFvOqmDURtY9EJjJXg3eDYFax5d6oQUXjdY33zJJWPuvX0mFV7AV1N8m2xQZ8j2Anh0V4r1eX1ikg','The staff was great well treated definitely recommended..i was treated by Dr.Zhen and my nurse kristina was great and the er tech scott is patience. They answered all my questions and made me feel comfortable. Even from the moment i walked in diana help me and acknowledge me right away.','2019-12-27 19:02:37.808000','2019-12-27 19:02:37.808000',5,'Juan Vega','https://lh6.googleusercontent.com/-MwoFKiGo4Ws/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnon_EclstZjlxWT3u_eqGuaiS8vg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42528),('AbFvOqmdUWPgKOvOQPWitUJQdmvSiVRSiJX8LgjFMxhgUm5cU9j9kh4TsHpQMm47c8bKDeZvhDqf','Great team first time, and I had a great experience I would definitely recommend them. Had a great team of nurse Alvean she did an awesome job with Marcus had a great experience first time someone actually made me feel like a patient not a mom lol thank you to Signature Care team','2020-03-02 17:01:45.049000','2020-03-02 17:01:45.049000',5,'Alma Marquez','https://lh3.googleusercontent.com/a-/AOh14GjMxecezM5OkF6FjWb1RxtKo_Y8ksIXfyeq6cMobD0=c0x00000000-cc-rp','17394740196501090048',36604),('AbFvOqmdV-jSuu2Bk4A25ayDoDIqCA41sA1yS_PCZzSONIe1nlEyeq_k4yWVPEuAtVY78QGpy0mN_A','From the moment i walked into their doors i was treated extremely well. The front desk girls were kind and quick.\nJonathon, Jessica and Isaac were very professional yet compassionate. They made me feel comfortable and at ease even though i felt terrible. Dr Chukwuma had wonderful bedside manner. He asked and answered all my questions and explained my illness clearly.\nI highly recommend Signature Care and will be back if i need their services.','2020-11-30 03:26:38.479000','2020-11-30 03:26:38.479000',5,'Kristina Vallee','https://lh5.googleusercontent.com/-SMEfUd2hMIo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckOkWWYHZYXqcnBqyK-GIt4T8ZkTQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32139),('AbFvOqmdVBcXa5IM73k9FCU7Qn_zxuHBOqNQ1aU2PuwgzDxGNxJ_2aswHgfrmma9T3xyzV6t03TIWw','Great service','2020-07-21 07:03:54.663000','2020-07-21 07:03:54.663000',5,'Cruz Gonzalez','https://lh4.googleusercontent.com/-8Eqhi9Dob7g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1OP0Bm1C_qvskYzqN0lY7a3DyJw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31904),('AbFvOqmdvbL2Gh2qZZEgDTh-rs4ntYU02HsjJCsbDPtLOafUQvvEb43N-0y55vSm8EPwNWw-tHan','I\'m very satisfied with welcoming of each employee at this location. They made sure I was comfortable. They even offered me a blanket.','2020-09-24 17:06:54.138000','2020-09-24 17:06:54.138000',5,'nina vasquez','https://lh4.googleusercontent.com/-gASsMrm8g0A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckrkNDZqZLD0W3K5DmAD0qlIUvsiA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31619),('AbFvOqmdVf7OuBoIRMA3s5qfuAge2WISBSJLvUKkIyayHAav1ucgKU13h2bnXU10xhCJbBjdz2RSRA','Dr. Tran, Amy the nurse; Shaunda and Thai were very professional and courtious, they tended to my needs and made sure that the problem can and will be solved.','2020-02-10 20:59:30.206000','2020-02-10 20:59:30.206000',4,'Robert Gaines','https://lh3.googleusercontent.com/a-/AOh14GgpKw4GaGOBlLSN9mJbAlFlJnNwTq9y-465Pu5dyw=c0x00000000-cc-rp','2694018788013845459',39129),('AbFvOqmdvufouiYRFuvbv2gWf_GihdWIo2IC2Wz9zF6FUtS-oygCO5LAtkav4zatnNlhwHEreTudAw','Drove up, staff was very professional and polite. Once you were done with the procedure they told you where to park and all you had to do is wait there until they knocked on your window. Overall good experience with all the staff and Dr.','2020-07-20 05:11:57.513000','2020-07-20 05:11:57.513000',5,'Sam Barreno','https://lh4.googleusercontent.com/-qSbCRuYFRwU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckPRLyhIVF12TE9_kwsknDjxVY4vQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41356),('AbFvOqmdw6ZyXb_4oCmZx5Jl7vD-2_XDTMtPyr4ABE9Q3HJlYqAecuLwKuoZvw4H6q0yYanulbti','I had a great experience. Easy to schedule, right on time and Brenda and Cody and staff took great care of me.','2020-11-23 19:07:48.247000','2020-11-23 19:07:48.247000',5,'Rick Minton','https://lh6.googleusercontent.com/-21KkXOSiP14/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnvfrpeV9CQy1dX5FX7vCyRBfw_tA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38416),('AbFvOqmDwL-cy6afQDW2Fn57y9C2m9w_qy2zCTgv2XRJRc1hk7NHpvgeTuCOOnDuf7TtW-wnya2n','I was seen today at SignatureCare because I was in a great deal of pain from a recent automobile accident that I was involved in. First of all, I\'m terrified of hospitals and the experiences I have had there in the past weren\'t good. I\'m not one to really write reviews, but I had to share my experience with SignatureCare. From the moment I walked through the door I was given First Class service. I was greeted by Jesus, who made me feel very warm and welcomed! I just couldn\'t believe it, I had to pinch myself because I thought I was dreaming!! From the young man named Jesus that greeted me at the front door, to the Radiologist named Tricia who I must add brought me a warm blanket and she offered me more warm blankets throughout the entire visit. Her attitude and sense of humor was out of this world! Then I met Dr. Appiah, who was very thorough in explaining what exactly was going on with me, and I felt for a moment that he could actually feel my pain too. I can\'t believe I\'m saying this, but I actually loved this Doctor visit. I will never go to another hospital, It will definitely be SignatureCare for me if I need to see a Doctor in the future.','2019-07-14 22:41:32.828000','2019-07-14 22:41:32.828000',5,'Tandra Graham','https://lh3.googleusercontent.com/-DYGbtribXxA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcEa0ESMyPrMJtPsFWfZajE3O1Cw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmdxGQymlM8ClN_s2QvnDLxlH7jZ5mwcGIyimcM-RHIRLvZDkEXQNgCikQI-OOO02yvcXw8VA','Dr. Ybarra, Ekaterini, Joshua and Luisa provided outstanding service, very professional and caring.\n\nLisa Lewis Sidney','2019-09-14 08:00:42.378000','2019-09-14 08:00:42.378000',5,'KATRICELYN WATSON','https://lh6.googleusercontent.com/-K1yon9YrCrI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnnruC5cSJYOXZqqMacLk9vDChCwA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33960),('AbFvOqmDxhlZdfIJOWj5KXikzuBaNAfnX15dLtRaNvMF8xC0_NERIu7Qs6h0ClYRwEbgipnwe6ip0A','The service that I received by Dr Lingan , Tech, Frank, and Nurse Gabriel was great. They was not about to continue helping me but give me some advice for help at home. Also while checking in and out Reg. Earl H. Was very nice and caring while checking me in and helping me fill out the forms.','2019-03-21 04:18:47.195000','2019-03-21 04:18:47.195000',5,'Phyllis Kelly','https://lh3.googleusercontent.com/a-/AOh14Ghe4s-tBAV_w67XzHTX0_R31xej2_KVXcbEWnxiu_0=c0x00000000-cc-rp-ba4','16891069708558046635',36243),('AbFvOqmDxqpbk9ZitMbgudZUU5dUx9CxVDBmCCYpPCVZsBFJvc55uneaEfiClIgXL4uhpojeRrturA',NULL,'2019-03-04 20:21:23.535000','2019-03-04 20:21:23.535000',5,'Brian Wilson','https://lh6.googleusercontent.com/-gjOqdapKf5w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2zGqM4IBm2reiwb0_zcvXULGS6w/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38266),('AbFvOqmdxYRrbLFIykgLmqVVgee0sXUGDXozhiDUUq1jU0DD9UcdpTSbMqoOl_TK_zUraJaXo-y0OQ','My experience at Signature care was really nice! The entire staff was warm and welcoming. Amanda and Kennedy at the front were polite and respectful. Nurses Bretnie and Megan were very nice and helpful. Highly recommend!','2020-12-31 22:11:20.899000','2020-12-31 22:11:20.899000',5,'Alifa Karim','https://lh3.googleusercontent.com/a-/AOh14GjWi8gK1tHpaqibn8hAQj8p3f7j5XzRMdczGRZ_=c0x00000000-cc-rp','16590124370714063921',34148),('AbFvOqmdYCoQ4-o1TctpihF51dDS4gSIYnbEwnheK1QDV4zudVWsI3n87cyyoGtk_6FUSYPDZy98mQ','The staff was extremely friendly and personable. They got me in to see someone in less than 10 minutes and did not keep me waiting long in my room. Great experience. Nicole, Briana, Madeline, and Dr. Miller were all extremely helpful!','2020-11-01 16:51:28.552000','2020-11-01 16:51:28.552000',5,'Cassidy Burkle','https://lh3.googleusercontent.com/a-/AOh14Ggvpuz0wi_fGBNw7-R49R4bIbHirkp_EVihGQyQLA=c0x00000000-cc-rp','3511292162159714121',40085),('AbFvOqmDYWAc47EPNSlTwW5e6U1kqosoAKWjuzbJO9zTkmjQ3JTyg8hzKbkpP1LFgH8fv-V8qJYu7g','Chelsey, Kristina, Adam, and Dr. Elsbecker were amazing! Despite the circumstances for our visit, this was the most pleasant ER experience ever!','2019-09-21 21:12:24.839000','2019-09-21 21:12:24.839000',5,'Julian Graubard','https://lh4.googleusercontent.com/-TYjgdCxDDaY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmRX-oecdv9vmb7gmOmwKJyIln5NA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36127),('AbFvOqmdz8S_uFd_EBR0lisSUPQ2Idu2knjBa9yHsuzTBrI4Qtkn37bO9GD6uYmH-Hdo8dqmAHfrzA','I had an awesome experience here. The doctor and nurses were very caring and quick ! I don’t have a primary doctor here as i have just moved . I think i will be choosing the doctor here because of the care i received . Thanks again for making me better !!','2018-04-20 14:37:43.533000','2018-04-20 14:37:43.533000',5,'Marquata Mcmiller','https://lh4.googleusercontent.com/-hIBMpiU6sBA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckHuoxc9VTqohHmWDdAlwuTHxl2pg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36959),('AbFvOqmDZHoUCdT-HMzAMCBynw7ALpr3YSpIwkLJQ71AEzFHn2uTx7Tc1zCC9MjZz_F15RjbSelicQ','Jessica S was awesome!','2020-07-20 15:59:12.344000','2020-07-20 15:59:12.344000',5,'Mercedes Armijo','https://lh4.googleusercontent.com/-guDWHJNZFxY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnEmZsHInCFb08N7aoejg0l41Za_g/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31935),('AbFvOqmDzRn631gs-dL-XCs_MlbUXivDIXZSIUauilHH3LDUabY--T-nKFq0luS-cQLizgpBRQ4wiQ','Great overall experience and Mercy was great from my phone call on...highly recommend.','2017-02-24 15:52:43.406000','2017-02-24 15:52:43.406000',5,'Macey Schmitz','https://lh4.googleusercontent.com/-eWk7pC1oecc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmpfEjWF7hEIS-ZYoe8A4XnR-VNGg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32725),('AbFvOqmE_KzZJJE5V_19Uc_vIdCZgA3Jx8mmEbU1a3WPuLrVbGTTbv5KVwoNWieeNC00EaglqB4KpQ','I brought my mother to Signature today to test for COVID as she was showing signs.\nFrom the second we walked in, I felt very welcomed, was assisted immediately and all hands were on deck! We felt very well taken care of and give this ER the biggest thumbs up!\nChristina R., Chelsey and Clay, along with Dr. Rose, were amazing! Thank you for taking care of my 90 year old mother! Cheers to SignatureCare Emergency Center in Southwest Austin!!','2020-09-13 18:50:41.399000','2020-09-13 18:50:41.399000',5,'Connie Teykl','https://lh5.googleusercontent.com/-2ZVlu4NBsRY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnn2ZzGgih8VmS1yECQJmJepA_e_Q/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35804),('AbFvOqme_T4CJYrTxZlU6lEXJMHwxmeeGzxCn56yVUzPByJSc0_2x-5MRYsaCdTLdQpi-j3TyqAy','Omg words cannot Express the gratitude of care my loved one received here. We had went too HNW Hospital and from asking for a simple wheelchair the attitude and service was a BIG ZERO. So I had noticed this location a few times and immediately left and took him there. From the moment we walked in he was taken good care of immediately. The WHOLE STAFF SHOWED CARE AND CONCERN FROM START TOO FINISH. My loved one had Kidney Stones and I give the staff Patricia Registration, Ekaterini Nurse, Marcus B Radiology Tech and Dr Cavazos for such an Excellent and effective experience. I have worked many years in the Healthcare industry from Trauma Centers too Family Practice and we all are asked TREAT YOUR PATIENTS AS THOUGH THEY\'RE YOUR OWN FAMILY AND I CAN SURELY SAY THE STAFF HERE DID JUST THAT. IF YOU ARE EVER IN AN EMERGENCY PLEASE PLEASE GO HERE THE LEVEL OF CARE IS EXTRAORDINARY.','2020-01-05 22:26:50.164000','2020-01-05 22:26:50.164000',5,'lilgoldy gaming channel','https://lh3.googleusercontent.com/a-/AOh14GiqyI83PVKBmuCLHE7N9tWrbck57yRvYjUFbKuwXA=c0x00000000-cc-rp','16389487648212004696',33543),('AbFvOqmE-A0uafMlvLr2CiR-vs4Zvqm541f_WwylBL_V7z8u_XyGMZf9uUNll-lfvBA83exw-H-v','My experience from start to finish was excellent. Facility is nice & clean. Staff, from receptionist Tanishia to nurses Shelly, tech Jessica and Dr T. Lindsay were professional, informative & compassionate. Definitely recommend SignatureCare for ER services.','2019-02-18 03:52:27.146000','2019-02-18 03:52:27.146000',5,'Elizabeth P','https://lh3.googleusercontent.com/a-/AOh14GhkAS-OF1E4AdC5lsLR3OzH_xiuxOusyVNKzQOpcQ=c0x00000000-cc-rp','17898197009688164559',38291),('AbFvOqmE0_tKamS6hojZmiFxmn5ODYLLE79BZUsg6Oh0h4oV4x6r8yZj7eHTN7QIQ6jywhkp5QU3_g','Staff is very friendly! Will recommend','2018-08-26 01:37:02.757000','2018-08-26 01:37:02.757000',5,'Tecca 30','https://lh6.googleusercontent.com/-IozCBvnUfa8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnJRty6R4I23JqwHp8SBPFqX5c7hA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30770),('AbFvOqmE0Fa95NB6gdzfRcSShNXgXHQEgQ9Vmu9f8H7ErFTlJYuwW-gFwYLeVGgOypVRukyfzL3S2g','Itza was very attentive when we first arrived. Jacob and Rebeca provided good nursing care and were very helpful in answering questions and putting us at ease throughout our visit.','2020-01-20 21:28:23.330000','2020-01-20 21:28:23.330000',5,'Jacob Johnson','https://lh5.googleusercontent.com/-skLlMvH4lo0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclLwGbxzjWKkcQfOrK5uHcNUBxlpw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34424),('AbFvOqme0IdcBIzdSgx_5hxBqjo10HK3Q6618EABx2Nw8MjApisDPotitl398-fX-qiE3qoeL8miTQ','My dad was there a few days ago, and his nurse Ramon took great care of him and my mom. They only speak Spanish, but he took all his time in explaining what was going on as well as follow-up at home. He\'s amazing! I was worried sick when they were diagnosed with COVID because of their age, but Ramon took his time and made them feel better. They can\'t stop talking about how amazing he was too my siblings. Even though we are all miles away, it makes us feel good that there is a place like Signature Care that will take care of my parents. Since their visit, they are doing much better. Once again, thank you!','2020-12-15 02:49:58.973000','2020-12-15 02:49:58.973000',5,'David Mesa','https://lh3.googleusercontent.com/-4Ny7lAtoV-U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLfU7lvjOBTOsRM-ftkQtGK8NGDw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29241),('AbFvOqme14N9wT-1BAwK2zAG92TeKxtOl59mTK8toegbOL6-ruSbu15nk7AnfKBMLd_M1BntX2BLLA','Wonderful experience, Doctor Patel was very patient and informative. Just as well as Nurse Tony and Rad Tech Sonny. Ms Delicia was also very kind and involved! Wait time was little to none! Will be going back.','2019-02-23 14:21:05.660000','2019-02-23 14:21:05.660000',5,'Brittany Thibeaux','https://lh4.googleusercontent.com/-hiugFs5VfaQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucluk3Pwh6QZkE4h71az8iPV7aoSyA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42723),('AbFvOqme1E_i68OpJnbp6ld10dZHXbMkcLIBnRCsrevGgOarUpqsTU7T6WSBgtitAkk9BFR8jOyDhg',NULL,'2019-11-13 20:50:32.323000','2019-11-13 20:50:32.323000',5,'Muibat Kareem','https://lh4.googleusercontent.com/-DAnVgHa4pvg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclu4Nsgdd3NpTDGxqqPfnl9AjHf8g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33766),('AbFvOqmE1F9PsHxSwg1YIcZie1B18f1vg1mqTclv8QoQRTaT8EVqOiwlXb1SpZcb6mUHhlaJb_JbUA',NULL,'2020-10-08 22:59:09.338000','2020-10-08 22:59:09.338000',5,'Elizabeth Nolazco','https://lh3.googleusercontent.com/a-/AOh14GjCziShOhNHyhVI9IP70_SffvcMKyqNIvxeMB-cIg=c0x00000000-cc-rp','14567670160750071148',30064),('AbFvOqme1fs28RUddF-CoZPsPogoGkzNT4vQ09FzngkjnJqCfiD3eeTn5Mx88ZwyJe9sUfTeKZQ3DQ','(Translated by Google) Dr. Souman, Cris, and amy antendieron me excellent\n\n(Original)\nDr. Souman, Cris, y amy me antendieron excelente','2019-04-19 08:48:18.561000','2019-04-19 08:48:18.561000',5,'Geisi Morales','https://lh3.googleusercontent.com/a-/AOh14Gh9BFkNaob_O9cbXLNj6fDwdb_qpA7UcsXfjgduSw=c0x00000000-cc-rp','3511292162159714121',40599),('AbFvOqmE1rrV4GOr6n3gg-OJHHCgrNzTguJF9vgYpkTxKLS-7pCfj1uyZTVJsVZNz3WgAc4hPPuixw',NULL,'2017-02-23 19:06:55.353000','2017-02-23 19:06:55.353000',5,'trichy rockz','https://lh3.googleusercontent.com/a-/AOh14Gh31YhVJvzn3r0b6mg7rE8STXENji4noM676G4_Qw=c0x00000000-cc-rp','14904078213800803294',32727),('AbFvOqme2AydbdzM2EbdKF-zYYlER5h0fzaKjWJ7CKvgu-tVOJPN6PLnbY6PQSirWMUb_hvwBHQpPA','It was fast and easy. The best staff I have ever encountered! I was very impressed. I highly recommend this facility!','2020-11-11 13:49:41.861000','2020-11-11 13:49:41.861000',5,'Dany','https://lh3.googleusercontent.com/a-/AOh14GilllvrfCMHNu4yR6tj8fgwInOTZoII6c4Ir3mEUIE=c0x00000000-cc-rp-ba2','12541597562633926366',28467),('AbFvOqmE2sAGTRq0LEsSdxkk7iD4YVUJjhQ_ZcWOn6sH-IyFN7Arv15ZcLJzURHGx8beMmEfB1FrnA','RN Anthony and Dr. Jaber were very nice and professional and made me feel at ease. I would recommend anyone to signature care.\n\n11/28/2019\nLorena is very professional and she got my wife checked in right away. Nurse Jacob gave my wife her meds on time and was very nice. Dr. Harjai was very professional and nice when he gave me and my wife her diagnosis and very patient. Y\'all are a wonderful team. And I would recommend signature care to anyone.','2019-11-28 23:21:39.297000','2019-11-28 23:21:39.297000',5,'Matt Matthews','https://lh6.googleusercontent.com/-qSa5sSJiJBY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmv5TcvD6jFeJlSvPJk0JK9zTmUfA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34545),('AbFvOqme2ySGoTv5pw25OBI5VYkT4_uZ3R9lWPckPh_WON2xYOJGk51tS-OvIMVjQzAhe2uHMUtJtA','Thank you signature care for taking care of my aunt. She came in because she was feeling so sick and her nurse Chris C. was amazing. She wouldn’t stop talking about how well mannered, professional, & gracious he was during her visit. She was also impressed on the registrations staff Cecilia on how friendly and welcoming they had been to her.','2020-07-10 09:55:22.290000','2020-07-10 09:55:22.290000',5,'Okarys Bonilla','https://lh3.googleusercontent.com/a-/AOh14GjSXmEbSagdAdaRTXVLS9lGc_749gJsjyj-twUX=c0x00000000-cc-rp','14567670160750071148',30174),('AbFvOqmE3AI5hJvBQWviNQcoqnSKoq194Yn9D7j_dyDxmOYSZk_2xyFmY-ggLE0nMDbU88mOUfrQGg','Was able to get a rapid test done same day. Was quick and easy, people were friendly.','2020-07-19 21:49:01.756000','2020-07-19 21:49:01.756000',5,'Monica Swanson','https://lh5.googleusercontent.com/-btzMF79Wtec/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmiAHHzf6CiuT08U1NnUYEx4Rh2Sg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31958),('AbFvOqme4KbJifsEesBgcjSKZEaTpc5Ml41D9zW9Zb58TBn3fpJin9C5qsLiTV-8H5hJtXlI4SGgpA','I’ve been to my fair share of emergency rooms so I wasn’t thrilled about getting my covid test done at one, but I was pleasantly surprised upon arriving. Let me just rave about how CLEAN their facility looked and felt!\n\nJennifer Printed out my paperwork and got me into my appointment in under 10 minutes and then I was greeted, with what I could imagine was a big smile, by Chelsea who swabbed and got right to work on my results.\n\nThe Burse , Gabe followed up directly and Dr. Mauldin came in to wrap up my final round of questioning.\n\nOverall, it was a very pleasant experience','2020-11-21 01:20:27.720000','2020-11-21 01:20:27.720000',5,'Shauna Riordan','https://lh3.googleusercontent.com/a-/AOh14GhSq9Xnhb1ZxshJW9hWomJxZg7AaIwR0KqzC_W8Tw=c0x00000000-cc-rp-ba2','16891069708558046635',35574),('AbFvOqmE52k9_QyN0s_qfl1C4Y0jRL-IqVwXlHKr7-1v41RJMWQ5kH87jdrXUNss8O8ujPU2Wyuhlg','My daughter broke out with some sort of allergic reaction. As soon as we walked in they took us right in. My daughter was very uncomfortable but they gave her some Easter eggs and stickers and she was able to calm down. They made us feel comfortable from the moment we walked in. All of the personnel that took care of my daughter were very kind and caring. They gave her medicine, allowed us to give her a shower, and they wanted her to stay a few hours so that they could continually monitor her. We also had our two year old son with us and they had snacks, drinks, juice, and other things that could accommodate him so that he wasn\'t fussy. Our overall experience here was great, and everyone treated us wonderful.','2017-04-04 17:34:59.087000','2017-04-04 17:34:59.087000',5,'Victor Cardenas','https://lh4.googleusercontent.com/-6NoEYbZBlJg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnU7CV7JFY2HQIjOjFVJTR_94xFtw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41083),('AbFvOqme5B8ZZDLUPQuFUkW8kKsOsONe_fTS-U9mqE_4R06QzchD9cBKoRn8SCPJvGBxzumAwkUzHw','Everyone here is awesome! They treat you like family. They welcome you and give you the attention you need. I highly recommend this place!!','2019-08-03 19:53:22.024000','2019-08-03 19:53:22.024000',5,'Leslie Ariza','https://lh5.googleusercontent.com/-4JBivQUfhCU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckb_3nsCqIg26Vk4yhYc2eIUkBdYA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38048),('AbFvOqmE5RS1MTZ4NjWHRWMappjOvVKUzysFF-WiBmmFcn97ZhXw2bUiXyKMtSI0u7hE6pU9nQoHQA','I was able to make an appointment, get checked out, and get a referral for specialist care immediately. Clean, organized facilities, polite helpful receptionist (Brittany), nurse (Jeff), x-ray technician, and doctor (Dr. Edwards).','2016-12-18 15:16:57.562000','2016-12-18 15:16:57.562000',5,'Heather Carr','https://lh3.googleusercontent.com/a-/AOh14GhwWBvSvh7N9yjJq94voO7Cd3rJqCySE69gIvb_=c0x00000000-cc-rp','3511292162159714121',41146),('AbFvOqmE6vzkfEmNxhyAM9IGtEJJ2Ue9K1XcHkohCNNntxpamnA5GdL_zifmpJOC3Nf0NhpRZiqy3g','Wow!! Amazing service! April was amazing and made me feel super comfortable given the reason why i was in today!! I would definitely recommend this location and facility to others if they needed!!!','2020-10-21 15:56:50.809000','2020-10-21 15:56:50.809000',5,'Da Boyz','https://lh5.googleusercontent.com/-jiEUDs-f1NA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm4aKJ7JBUoy9OEGwtY4u6xQmFOEw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31480),('AbFvOqme7Y5uSYfP1hK4uQUG8BRrJq9VzodsYTMfTjNnDyYswcDLn1XbC2SPYvwnOxfwdhly54oA','Friendly and quick covid 19 results. From the time I arrived to the time I left with results was about 30 minutes.','2020-07-26 14:36:46.044000','2020-07-26 14:36:46.044000',5,'zac gunderman','https://lh3.googleusercontent.com/-DRPCaUtPZoE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclAzj5bcaQVsWWoOegVL8DG8mssAw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38774),('AbFvOqmE7yikPDFG7OHtlxjemV8OmWB7o9mifZF4jVlyCmLVEeu2uknVqFgsT3QvLF0L1YUlrWOauQ','Staff is very pleasant and caring. Also very knowledgeable about COVID-19. From the registration clerk, Amy, to the nurse and tech, Mina and Brian, also to the doctor, Dr Lim, everyone was very professional and kind. I would definitely refer this ER to my friends, relatives, and acquaintances. A+!','2020-08-03 12:53:48.310000','2020-08-03 12:53:48.310000',5,'Gina McMahon','https://lh4.googleusercontent.com/-h7OxnuLg7q4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBwpqtNATcHdrKZ1ztHxDIX55Qag/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40218),('AbFvOqme89SCG7HHb93jE-wRa3JR6bl1P8r1wE4p06owOPS7iILfotw7FY9DrNaB8EgzaZte9nAMrQ',NULL,'2020-12-16 20:51:11.384000','2020-12-16 20:51:11.384000',5,'DANIELLE YOUNGER','https://lh3.googleusercontent.com/-Us1gWvVQUp0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmKvzHq-T_zorv6LiQ89nPf8aHyAA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28418),('AbFvOqmE8KatpwNBTeb60oS1dMzLZoOvaYEwCEH3aCyhgAIDMf4amtj39q6-nItBabHQhuHBdiUbFg','Quick, great care from everyone involved.','2018-09-10 15:28:08.482000','2018-09-10 15:28:08.482000',5,'mmiklaw','https://lh5.googleusercontent.com/-fZcoecWUIWM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn_5HfYD2K_ULS8r8h4c_FuadUDUA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36356),('AbFvOqmE8prjE5uzztmSmdwMOd0DaUJfOkrAcQCTkkM6JvdsyI6_tTCHp_9OF7tJsR3cyFHV9D_-fQ','Great staff, easy process, and fast service! I came in for a spider bite on my leg and they treated my issue, was very friendly, and I was surprised that I was in and out really quick. The nurse Ladona comforted me through the whole process, and Dr Wang treated my spider bite and provided me a breakdown of everything he treated and the expectations. This was my first time discovering this place and it’ll definitely be the first place I come to if I have an emergency again. Thank you guys again sooooo much for relieving me from my pain!','2020-10-08 17:41:20.520000','2020-10-08 17:41:20.520000',5,'Caleb Smith','https://lh6.googleusercontent.com/-PlT4sWSFhVY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck8rujB0M7Jk9Apb5iYbrWYeLCxQA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36523),('AbFvOqmE94Q7Fba4Wwj8dxeHrVs-M_pugqnkNaIBE7XR-D4n6Uc7FKUXDSS1kWSw69lTtq4P_FEfog','Awesome','2021-01-20 19:23:04.997000','2021-01-20 19:23:04.997000',5,'SkxRenegaderaider','https://lh3.googleusercontent.com/a-/AOh14GhxoK0JFrgk3BcZTShLtARzj9erQRZo5vtsqiLGIQ=c0x00000000-cc-rp','17394740196501090048',44553),('AbFvOqme9KOkZuBlwBTcrXRYJ6yra1FnQYK-_yHqAb1vJohLxldVi8wHNPCeP7bFvhjTDgnQnLlh','SignatureCare was amazing! They are quick and super efficient. Tiffany M. was a sweetheart and explained everything so well. I highly recommend visiting SignatureCare for all medical needs','2020-09-22 14:28:42.025000','2020-09-22 14:28:42.025000',5,'Elizabeth Nash','https://lh4.googleusercontent.com/-7nmUPRes7Og/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxWJtAwuWAcyvR6uuyHkwPtjGUsw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38961),('AbFvOqme9OzY5cxC-gwbkNTCWg2-sk3A6AkSFGGenNBkqtmD2jz7Yp0ieGRmhkdZu_F9FfDD1Xcz','Came in at 8:30pm for a COVID rapid test. The staff were great and very kind. Thank you to Chelsey, Eric and Dr. Rose as well as the other members on duty!','2020-09-13 01:56:12.470000','2020-09-13 01:56:12.470000',5,'Lily Beveridge','https://lh5.googleusercontent.com/-wAyj6kHV-o4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmUS18CUyn5DR7fwqhXzQFSXEQ7Ug/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35812),('AbFvOqmeAKEu5WaW5THJsl0o_6PPhDjimFbAKe9kGsVdTkIMjcSZ14NkyFvYpKR1KjtctXgxPDZekQ','The staff was great! Kennedy and Lorena were very welcoming and Jacob, Nina, and Morgan were great with my daughter. Got us in and out as well!','2020-12-13 22:32:20.708000','2020-12-13 22:32:20.708000',5,'Chrystie Butler','https://lh4.googleusercontent.com/-wiBgKy9ZCS8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckGfUw-SwHgbvpa0FSyFoqoiZiFIw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34034),('AbFvOqmeavNUxtThn6vo_Q1o4dV1g8FSI8zI_ggQhw_sH-LPYlzc8NieuUlD9r6XshfPiaxPeiw6jg','It was a pleasant experience and Georgia Johnson made it better. She was so nice and caring. Thank you','2020-12-08 04:15:10.824000','2020-12-08 04:15:10.824000',5,'Cheryl Grant','https://lh3.googleusercontent.com/-2moltSKY9DQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckAwZ7BWqvI-hy_VC4BiwZq4Q6P8A/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31292),('AbFvOqmEbN3Qwfc87EkEXhpPvI96sDABKtoe_sj9PFcJBtddN1EUuVu6gJSGLRt52wfw9QxknzmsKQ','Awesome group. Dr. Ybarra, Rollie, Natalia, and Stephanie','2020-01-28 01:50:21.345000','2020-01-28 01:50:21.345000',5,'Clifton Swift','https://lh3.googleusercontent.com/a-/AOh14GgWwFK9xRWV1iJD3hyUHtDinV15meR29VeeP0INOw=c0x00000000-cc-rp','8679688254631342173',42479),('AbFvOqmebx3vbxZNXKZShp6yz6bmxLsmZlYCgS0lp9mezubNGSmh6VyLAmyu87L1o6wiLTC0xrZA',NULL,'2019-09-11 15:25:26.195000','2019-09-11 15:25:26.195000',5,'Lynze Coleman','https://lh3.googleusercontent.com/a-/AOh14GgKhjMFX2aLxEr2KEnan1wmVBNJKkUw1r_GhVeS4Q=c0x00000000-cc-rp','8626688543755174284',42005),('AbFvOqmecxgaAESKw32Jmfy5VanWeRE7ftrKmbWS-8GHMKTVQWEMHFkcFPA_fCsi8BcKmY-Q5arCbg','I loved how they took good care of me. They made me feel safe under their care. They also attended me well.i would like to thank Dr. Harjai, nurse Alvean A.,radiologist Marcus B,and finally Jasmine R thank you so much.','2019-10-15 20:12:40.943000','2019-10-15 20:12:40.943000',5,'Jason Jimenez','https://lh3.googleusercontent.com/a-/AOh14GgNFjMkMpg9oaLXJom9m4Mc-KwVGmyR_02c6-Vt=c0x00000000-cc-rp','16389487648212004696',33874),('AbFvOqmED95w0eM9bRPNJZMiHC3wx_A-Sp_9VFXc8UveiXRwMWZgCb3u75PNB6wECI61sG4PExWcfg','I had a great experience here. The doctor and nurses were extremely polite and professional. This is the ONLY place I will go if I need some type of emergency care ion the future!','2016-08-17 16:55:49.975000','2016-08-17 16:55:49.975000',5,'Robby Robinson','https://lh5.googleusercontent.com/-ynvKzbLTq-s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckGLyCZQ9YfNyETAPe6jsRLBqCwmw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37312),('AbFvOqmeDkuX1GG9Dy8pPxvwE9hVjUAhu82A3yyNNAiHPBnTCf3CJfc9gGWiqwBGOtUIobaTTH44','Very friendly people in general. The waiting time was awesome , I had not even finished with the paperwork and they called me in. If I\'ve ever have an emergency again I will go there without a doubt!','2017-02-22 03:59:41.644000','2017-02-22 03:59:41.644000',5,'Rosmary Jimenez','https://lh3.googleusercontent.com/a-/AOh14Gix2MINMg35KGmSPpoOW0Xi7wulz8pB5JQcB6lh=c0x00000000-cc-rp','17394740196501090048',37208),('AbFvOqmEdlWO-LBY0o0pnyHOV_5A2J25Fhb6JsUkWFbErsWQ1wRc68L3LRmR3-oV-rCpksQP0DX42w','The staff was polite, friendly and on time with everything.','2018-09-18 12:45:46.164000','2018-09-18 12:45:46.164000',5,'DownSouthRep Sunnyside','https://lh3.googleusercontent.com/a-/AOh14GhsbtKSFNS_V0rgnTcFt-BKGgihi36pH3smYIJwYd8=c0x00000000-cc-rp','17394740196501090048',36896),('AbFvOqmeDQeLyQb-JZTO0f8gaNA7B4LQcOfaWk0-GYcJ_ifbIb4veWJ4B5BgwrDgHLUnDjIlv-x6Bw','We recieved the best in customer care and treatment. There was no wait, and it was a welcoming waiting area with friendly informative staff.','2019-06-22 04:53:54.310000','2019-06-22 04:53:54.310000',5,'LeA Jones','https://lh3.googleusercontent.com/a-/AOh14GgHY5AG49SwwwMI2RwXlUA9MIukxcgnsO2en2-SRMs=c0x00000000-cc-rp-ba4','16891069708558046635',36172),('AbFvOqmee8c8tpHp5Vh2uSUpyeCy_OTxUSl4MhOqlTaABuYj7dRw21dfhT9fULCeeRM1TVkf37WTQA','Superstar place....I recommend this clinic. I had no wait time here. I spoke to Keera who made sure I was comfortable and and handled customer service like a pro. The nurse assigned, Anthony, made sure all my concerns were of comfort level to communicate. Dr. Morrical, great bedside manner. He listened and took all the time needed.','2018-07-26 04:48:43.986000','2018-07-26 04:48:43.986000',5,'Michael Truss','https://lh5.googleusercontent.com/-1cT6iukP8Uo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclTJy0lCbTK6cGxuNL7joQe9EqRCg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35254),('AbFvOqmeEfnxVMCZkAmDFKTAmw7fTUch4D2Cvyj8YBjTzUBhLVB0fGWxkCvidtlPMhAK8NIoS5YXRg','Do not get COVID testing here! Got a PCR test for COVID at this facility. Labcorp had results after 3 days but did not post them on the Labcorp website because this facility incorrectly entered my info. Tried calling SignatureCare over a dozen times and was told they were not responsible. Security guard finally let me speak to someone at front desk after 14 days and I got my results. Facilities like this, holding up COVID test results, are why we are having an outbreak in Houston.','2020-07-17 22:50:52.379000','2020-07-17 22:50:52.379000',1,'Ben Mescher','https://lh3.googleusercontent.com/a-/AOh14GgVaeGK7RhQT574zIhBgja7GlNektIQc7TzzUjBhg=c0x00000000-cc-rp-ba2','14904078213800803294',32304),('AbFvOqmeEjLCUYyyvbULRZ1f-doXng3zxQlv5W1L9Tdwo8HE03JRBBCEPUQ9vsCr2ClcLCQq9jvP','All the staff including doctor are so very polite.\nThey didn’t take long at all to see us.\nRita , Daniel , Holly , Adolfo , Dr. Kotey. Thank you.','2020-12-01 15:54:29.855000','2020-12-01 15:54:29.855000',5,'Veronica McLean','https://lh3.googleusercontent.com/a-/AOh14GhAzUwdU-PBqbp-1kpG0adMhYiGubYlToU6aUm8GP8=c0x00000000-cc-rp','14904078213800803294',32135),('AbFvOqmeepccc0wvEx3Anb331IwUsW5RzyUBdG4U6qF23zcZCGMAn39r9p1NAgweqqhYEFVxflhM','Very helpful, caring and understanding staff! From the minute we walked in, staff was on board to help and make us feel comfortable. Words cannot express how thankful I am to them for truly caring about their patients.','2020-03-15 19:10:30.133000','2020-03-15 19:10:30.133000',5,'Dora C','https://lh3.googleusercontent.com/a-/AOh14Gh-_sqsiFoyaXFxXm2UV5nxfP391_pNudhw8wVmqQ=c0x00000000-cc-rp','16590124370714063921',34308),('AbFvOqmeePUQ9sBsOFSc3QBU4Y11ZTdyEaFMrs3yxUpYe8DvW5XccFMcjNcXjVlnLMd8mZHletZT7A','Great staff and care. Jesse and Shelli were amazing! Dr Elsbecker was fantastic.','2019-02-05 17:38:13.673000','2019-02-05 17:38:13.673000',5,'Keshia Frederick','https://lh3.googleusercontent.com/a-/AOh14GjtNLo7F3Vwnlk0iGDcNugE-eZa11VpGirWYqGAwQ=c0x00000000-cc-rp','16891069708558046635',36279),('AbFvOqmeERzUZS6PknPqCbZL_P8oC1hT7JcYNMiXFphHyEJ9BvC3c2l7ZEw7nIBjkm-vNmcKzjjYoQ','Everyone was super friendly, it was fast, but I felt that everyone still did their job amazing.','2020-10-23 16:23:48.788000','2020-10-23 16:23:48.788000',5,'Adrian Bernal','https://lh3.googleusercontent.com/-cr5y24UNm_M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckmcBmFG8bd9tHChYSpXk1RFZhMYw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42852),('AbFvOqmeFaCKDTkhZ7qoH2YSvpSSPsGYBDYP83MYs796DrW_NBtQuQ0DnFejtrqvwBIjAi4-c4gA','Dr. Ortiz, Nurse Ekaterini and Tech, Jordan were attentive with excellent bedside manner. Thank you for your caring services.','2020-11-08 21:49:30.569000','2020-11-08 21:49:30.569000',5,'Jean Ann','https://lh3.googleusercontent.com/-5MAsyiN3vts/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckrLxhpPAa_q3vNMJf79IFS-ClrgQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32965),('AbFvOqmefEsMTaOWc44m9Fux0cMCQK_5y3jOOYYetJ4wBwKjmL1ngU7xxVgWRSkQCMu5HqodN5a8IQ','Can I today for service, and it was very clean and smelled REALY good inside. They took me back quickly, I wasn’t even done filling out the paperwork yet. Most places you wait for hours. Jami, Marcus and Jesus were AMAZING!! Very friendly and super helpful.','2019-06-03 19:55:37.135000','2019-06-03 19:55:37.135000',5,'Kimberly Thomas','https://lh3.googleusercontent.com/a-/AOh14Ghxl9xwY9IfjJ0lmi8qT20IqbOl4Ds-q70q1su8=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmefHgm6NkoprAN0aTrA6ylAKswwIHjCD_VJ9RyqAiNJziJQ_EI9pJLP3i_02GGK0skxTyKVQ','Doctor Patel, nurse John, and registration Deanna were all very empathetic and efficient. This will be my ER from now on.','2018-09-08 17:24:50.362000','2018-09-08 17:24:50.362000',5,'Polly Heins','https://lh3.googleusercontent.com/a-/AOh14GgRT9Q0zpxbd6rNxBLw7RGRi9qCMKWy97V23mlPjC8=c0x00000000-cc-rp','12541597562633926366',29205),('AbFvOqmEFIwTA1m6LtBO5IVLk-wMg8Vbg9u9yqa5H6rCE0nt2EpMNM-qiHC1VJFdmj6GweS6NhTt','Excellent service provided by crystal and Jamie! Took care of us in a timely manner and made sure we understood everything.. brought a little one with me and they made sure she was comfy and taken care of as well!!! Will never use another hospital in this area! Thanks sig care, y’all are awesome!','2019-05-15 18:51:01.019000','2019-05-15 18:51:01.019000',5,'Bethany Plunkett','https://lh3.googleusercontent.com/a-/AOh14GiWCZMEKt2QKFl500EMKp2zsD-s0hv0tGLNA5OL3w=c0x00000000-cc-rp','13486358490203335051',29845),('AbFvOqmeFSC_SMoXC_Ngs0w_jbtstjCTkUR83zgqcIYPdWo9OG3JZvAaNsbhftYZTQk2UTk-G1Fxdw','Great place we were taken care of quickly.','2018-08-18 04:34:25.251000','2018-08-18 04:34:25.251000',5,'Sylvia Perez','https://lh6.googleusercontent.com/-Gjqy2VOZZTw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckLJO3hfx_8A_g6kdZiPpCUC7vTTg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32554),('AbFvOqmEFtxhG6r9J8VFnhIHheoex0f8rTkO1UfRCY1BSB0Xthwn-j0gQOoEZdnjMD1cVQxS6E0IRA','Costumer service was amazing and all staff was very nice Dr Das was very friendly!','2020-12-30 20:06:05.810000','2020-12-30 20:06:05.810000',5,'Karla Olivares','https://lh6.googleusercontent.com/-1qeYxFw9z_M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckWdRknFh_MLDFkCLRkJ_jSfobcMg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',44161),('AbFvOqmeG6hiZ9_FLq6T3iLGp3Hn-ZQr0Nr0dDCKcu-MC_l7_poJ0UxUFCKHMndG4ydgH29xFwdk','Some are very unprofessional and rude. Wish I never got my CAT scan done there.','2020-09-25 21:19:14.076000','2020-09-25 21:19:14.076000',1,'Collins Brandy','https://lh6.googleusercontent.com/-T4ftF12AD4s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucloI-oIdnIbzvVt-eY5qQqbxN1lRA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42294),('AbFvOqmEGaRqWszctj652t_IPiyzVZT6DRQtqImFUBu4VjvMp1jluCYCN914EOw_f3G5ms7S8csrQw','From the moment you walk in, front office staff is friendly and welcoming. Doctor Miller was very open and makes you feel like he really cares. He gives you all options and explains everything thourouly and will repeat if needed without making you feel like a bother. He’s also funny which helped get a laugh in after all the pain I’ve been in. Agnes his nurse constantly checked on me and always ensured I was my most comfortable. I felt at home and would recommend this place to my family and friends.','2019-01-31 23:02:57.710000','2019-01-31 23:02:57.710000',5,'Adriana Alvarez','https://lh3.googleusercontent.com/a-/AOh14Gia7Bn8rKAQINDBbtuN3wLEfNpkH7bgSXV7xUN-bA=c0x00000000-cc-rp','3511292162159714121',40661),('AbFvOqmegivuql04p9zLfbvEcr1pfUfZPi0V7rD2KbZ9gkajqwgJlr-6j6u-vJngojGHcz8HXXWi_Q','They have the best and quickest service, they made me feel better than home thanks to Dr. Kotey, Rachel, Monica, Diem, and Jessica!!! ā¤ļøā¤ļøā¤ļø','2018-10-04 01:31:15.756000','2018-10-04 01:31:15.756000',5,'Isabel Tavera','https://lh3.googleusercontent.com/a-/AOh14GhFFbiI9XkhgA-WUpu7Ea8y0SJhzo_HWYJ_zgwz1Q=c0x00000000-cc-rp','17394740196501090048',36876),('AbFvOqmegSiphhD-5d-ZGcL1esT4x1YVKjD27FlST0NrG-3tyADbnSaw5MdQk-KKTVRvjAguSJa9vQ','We spend most of the afternoon looking for a urgent care. I am glad my finance and I stopped in this location. All the staff was wonderful. Very friendly.\n\nChroriah, RN\nDr Soli and Dion.\n\nHowever, Chroriah was the best. She had a great personality and she had the most caring nature. She was such a blessing. She made our day. She sincerely cares about her patients. I had been to plenty of hospitals myself yet I never met someone as caring as her. She is a great and it\'s meant to work there to make a huge difference. Thank you so much Choriah, RN.\n\nShe explained everything in detailed and answered all of our questions and it was a lot of questions lol. It\'s not a easy job to have. But she is great at it and it comes naturally. Thank you so much. God bless you.','2018-08-04 01:05:12.612000','2018-08-04 01:05:12.612000',5,'Vicky Trevino','https://lh3.googleusercontent.com/a-/AOh14GjaE_SDU_LaUzmzZ_ft6gucyacCPvzfjpmGh9Gatg=c0x00000000-cc-rp','3511292162159714121',40899),('AbFvOqmehM3sgrlAaBJZYAhf-JmxlqgPslo-7vmE5ucUFlDoLTepp5Idv5-o8PvWDOtcCSVrTSv7','I don’t like going to the Emergency room but I’m thankful for Signature care and their employees. Especially Okarys, who is so friendly and positive! I had a great visit thanks to her!','2020-10-16 02:01:53.087000','2020-10-16 02:01:53.087000',5,'abraham lara','https://lh3.googleusercontent.com/a-/AOh14GgaEAxBoc8nxjliqg4ddE3OvuGP9IdpnlBshSOs_g=c0x00000000-cc-rp','14567670160750071148',30059),('AbFvOqmEi2754XsPrVwTXqmNv6qWKSlzXp5_lt0RPl8nof1dvXk1JpKBfTDJwHhew2RO34WHikOJ4g','Dana H., Kimberly P. and Ricardo C. took great care of my daughter!','2019-10-15 19:29:11.922000','2019-10-15 19:29:11.922000',5,'Cathy Darrell','https://lh3.googleusercontent.com/-wupnR29HPPg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6iV3gIV2ioOWLtDJAaQmfNV3P5g/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30436),('AbFvOqmEi81iuMVhteN6QAtBFRoxmWT7u3_hx2eWiOzcPNfb5m1TFteg373ikCv-3FKEvwuDaO9CCg',NULL,'2020-12-03 18:36:05.633000','2020-12-03 18:36:05.633000',5,'TrueHero UnderGod','https://lh3.googleusercontent.com/a-/AOh14GhfjVA4TovAaQjlt3n6gBr2o0jcR_Eg11pe2ECf=c0x00000000-cc-rp','14748677429039074158',31299),('AbFvOqmEJ8nF8Gjd7_sgHCbQ8p3heCXCiBmsAt264FQZn7dKNvztfc3bPRCBRzGAnM7pU-ZpG9Kr6w','Nurse: Eda\nRegistation: Amy\nDoctor: Dr. Grinblatas\nThe service here is amazing. The doctor was very nice and asked before doing anything to see if i was ok. 5 out of 5. Recommend to anyone.','2019-03-23 14:30:18.750000','2019-03-23 14:30:18.750000',5,'WakManiak','https://lh3.googleusercontent.com/a-/AOh14Gi0V02SGqm2SB3gDz94WVtTRE02iF_6DswNM84o9g=c0x00000000-cc-rp','17394740196501090048',36807),('AbFvOqmEJG3uL8i--QdxRbA6FmdbAUMg6dzsPLECaAu1Qc9keCoiFdt8Z7-GT0ekYBWdUd7wfWiwcg','Very attentive and knowledgeable staff that go above and beyond to ensure your comfort and safety throughout the course of your treatment. I would highly recommend to anyone seeking emergency care, thank you for what you do!','2019-06-05 13:47:03.305000','2019-06-05 13:47:03.305000',5,'Gianna Jacovini','https://lh5.googleusercontent.com/-tjAhtZ_Z48c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclIOesrC1fNelVB2fyyR3OoKN70jA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36184),('AbFvOqmEJIhNbaArBCW9rJorrQKaVF8iRG6kyChbRbOi4VAml-cfzFtwlgPfTXmysQ5D6ZBkpj23','Nurse - manny and Alexis\nDr- estevez\nEverything was great','2019-12-09 19:37:17.267000','2019-12-09 19:37:17.267000',5,'Lauren Johnson','https://lh5.googleusercontent.com/-HYirKOcMOhc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckX8VCJl7cV9g9QAheQSuibLbrygA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41530),('AbFvOqmeJwKXfVTX1PmXfHhFzsIlB8BTyWMdBaj2jI_TddjBSwVm4XrUwTAtQTfyy5N7btoZ2wYH','Everyone was kind and endearing. I had an excellent experience.','2020-02-12 04:12:44.010000','2020-02-12 04:12:44.010000',5,'Talha Khawaja','https://lh3.googleusercontent.com/a-/AOh14Gj6k5f1lTEZeVj6hTDqj8A9GkVR7sorULPIqlr_ig=c0x00000000-cc-rp','17898197009688164559',37706),('AbFvOqmek83Fb66FiS3r00D0EKV9t47GHtRWmvjUSlqpTdW4p5LO7bubmo0YCkEW5ijeyGMWuGIB','We were treated efficiently and with respect and empathy.','2020-11-22 16:25:20.191000','2020-11-22 16:25:20.191000',5,'Carole Juarez','https://lh3.googleusercontent.com/a-/AOh14Gib9NKSMRys_alXnf-olFbqBm6uxazLWpBz8U_AGw=c0x00000000-cc-rp','12541597562633926366',28446),('AbFvOqmEKBJanuB-TlI_2d0-UqWGMsro7JBPR39m_2A2U6_6Bo4SRxtxIcL4ZeVcsmsRCw6vyBz0gw','Nurse Gins was so nice and awesome! This place is wonderful, super fast and efficient and professional. Very clean too. Will be back next time!!!','2020-10-05 13:28:09.588000','2020-10-05 13:28:09.588000',5,'Rachel Radford','https://lh3.googleusercontent.com/a-/AOh14GhOf8LHtm1wbX3oD4ATdF8IFP45gHCWusGUeCSBgA=c0x00000000-cc-rp','14567670160750071148',30072),('AbFvOqmEkcAiZsuQ2jR1Zn8I3IUEMr6s9glNcCuqM8dlOFaFvJschDJhPu-uLWXRLLwioB_6ftSzgg',NULL,'2019-01-13 23:56:47.421000','2019-01-13 23:56:47.421000',5,'Storrey Slaughter','https://lh3.googleusercontent.com/-uzOAv--DDnI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmfvxxp67057sMdE8EzA2WqXql8vQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35048),('AbFvOqmekCXm3ak9LRYy_qckgRUh73aEm-JeUwnXVlXt0pTWdNYalFlMfjYPTXGiQrE5rAZIVh2tcg',NULL,'2019-08-30 19:29:20.863000','2019-08-30 19:29:20.863000',5,'Mathew Kkd','https://lh3.googleusercontent.com/a-/AOh14Ghz2SVVaQNWLEbALFmhLW6kZEMot5t-wxVt-P5Ohg=c0x00000000-cc-rp','17394740196501090048',36714),('AbFvOqmeKkmq6U3HcaZ-r9dU4WNKo2so3bHKlhNtfhcziFTa4q2euBjokMpt4eN1OsdQwk5wI6-oKw','This is the 2nd time I’ve been here this year, the first time was for an infected tooth that had me in tears, they were amazing and super helpful when I couldn’t even barely think straight.\n\nThis morning we got COVID testing done for my 6 year old and it couldn’t have been any easier! Cody and Melissa were extremely helpful and attentive to my daughter. Made her experience way less scary.\n\nI recommend Signature Care from covid testing to any medical emergency! The front staff to the medical staff are all amazing!','2020-10-27 15:46:06.694000','2020-10-27 15:46:06.694000',5,'Sara Ferguson','https://lh3.googleusercontent.com/-6rF5fjXjTu4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQ6Fg2K7gGHBf2J_4aQDkQ9zgdyw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38456),('AbFvOqmEKn6pkwhcAdSgyQyHXUNIQq-C3dEm-9pzsbYmoldmSDofuwVXF13AyGrVGqxhAhSq93-rZg','They treated us like Royalty, I Highly recommend SignatureCare at anytime. They need to Train all the Hospitals! Thanks Dr. Golla , Nurse: Jubril&Tammi\nRadiologist:Sandy, ER Tech :Ralph ,Regirtration:Patty . We Appreciate You All, Thanks Again','2019-09-23 15:43:49.532000','2019-09-23 15:43:49.532000',5,'Hair-Ca-Tects salon','https://lh3.googleusercontent.com/a-/AOh14Ggdxj-488fcBMY8jvKtHj2Qm9dreAyy_9CufOxIyg=c0x00000000-cc-rp','17394740196501090048',36705),('AbFvOqmEl55E0PKgKlSQb-5EbsSpnrB1jwMvQ-b3qHIljlgBwPrCCEqbiuC9Min6GEaOoowYVdhi','Wonderful ER, no wait. Everyone took care of me in a very timely manner. Dr. O’Malley, Tricia, Alvean, and Joclyn were all amazing and I would highly recommend Signature Care Emergency Center.','2019-04-10 14:23:13.117000','2019-04-10 14:23:13.117000',5,'Melissa Duran','https://lh3.googleusercontent.com/a-/AOh14GidGODKIMpJTxW6xVnx0Suer-avH86chW5dH5pvulc=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmEl9hiVwRNUxm6QciTdsZCobynXYEbqGDohpFLlILNJrl7DW9WHRN_9wBKeK5YbEJ_2-D2','This is our 2-3rd time coming and its always pretty smooth. Disclaimer, to get the proper care and assistance its a must you have insurance. Hold on wait, good insurance, if not then you\'ll be wasting your time. Unless you just want a doctors note. Urgent care is never really packed so it\'s never an issue getting to a bed and diagnosed. Mos def suggest this spot for all ages! Could always be better but without a doubt like this spot.','2020-01-23 14:55:24.461000','2020-01-23 14:55:24.461000',4,'DeAnthonee Liggins','https://lh5.googleusercontent.com/-0YEI2qEm45c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn8A983LQYYE50lk_ulsryO4PLdTg/c0x00000000-cc-rp-ba3/photo.jpg','12541597562633926366',28796),('AbFvOqmElHov3DaZW-JqiSEV0Q4s-pMBV4FvQChHTCS1QlS8Mtyk2h58TvuZBa5AJKa20GPha7bYhA',NULL,'2019-08-15 20:25:46.509000','2019-08-15 20:25:46.509000',5,'Danielle Geter','https://lh3.googleusercontent.com/a-/AOh14Ghx2chNkNgr-sm0UDWVjG63JEbg49rRModpJXKpvQ=c0x00000000-cc-rp','3272657195432704501',39816),('AbFvOqmElZ3t7saU-XC7SK6EJED0cO-Au3G68Org9CVrnd9QuyF2RFncO0-gCzA66-VGTtVew46B8A','Nice staff and fast service','2019-06-02 15:40:44.285000','2019-06-02 15:40:44.285000',5,'Larry Parks','https://lh4.googleusercontent.com/-733V0hKpj9s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclwgsFqgheaslrPJ5N5QU1pG1PN-g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmEMI0puzuzCNCYDOQP-8qdz6NYALaw84_3eituO2QiNlUDjYKsdAxLNXisTYds-BfHUObZ','Super Quick! I was in and out in a flash. The entire staff from the receptionist, to the nurse, to the doctor, were all very knowledgeable, professional, and compassionate. Oh and then they even offered me snacks and drinks. I’m talking name-brand, like Gatorade and Cheez-Its. I am so happy they are now taking Tricare-Prime. What an amazing alternative to waiting six hours somewhere else. Yes there is a $61 co-pay, for retirees, but still. It’s a ā€œNo-Brainerā€ for me.','2019-11-04 16:57:12.095000','2019-11-04 16:57:12.095000',5,'Sandi Primous','https://lh3.googleusercontent.com/a-/AOh14Gg-ttrmGHmh5wvDnsR4-xuDaawkFtSUPLsgYDcskNo=c0x00000000-cc-rp','2694018788013845459',39218),('AbFvOqmemP61J-K0zB2_3bQolEl_davvZJlAVH7Qzmpa55UXj50BaQUcEDPv9YqNLhxOl0NrClxzRA','Excellent care by Lacy, John, Dr. Jones, Christie, Alia, Allie, and Dorie.','2020-12-28 01:36:06.329000','2020-12-28 01:36:06.329000',5,'Patrick Dandley','https://lh4.googleusercontent.com/-nRTPYJc70ws/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmyUIQpIt9jl8xdO5c-fmXU8aCwsA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',43986),('AbFvOqmeMrKSJoFm2gi9HnzHEQOpP-UySYKaW1fTNz7Po4EfvNd7sNUGB-qcebT191qm7YDIrHKspg','Awesome place and friendly people! Jennifer and Mandi were very helpful.','2021-01-07 19:48:55.807000','2021-01-07 19:48:55.807000',5,'Shauna Lee','https://lh3.googleusercontent.com/a-/AOh14GgUr2luvaF5LYda9FB2PuPXL3kakgX_yhW9wkO7OB4=c0x00000000-cc-rp','3272657195432704501',44639),('AbFvOqmeNnLetF4ioxOCRP5bwzJlv7irj4QpWyqk6l-C8RDAjNMdS3T-fL7Fc8mrI3wVPg3z_uXMDg','We got there yesterday (Easter Sunday) around noon. There was literally no wait at all. My 14 year old daughter was seen immediately and within the hour she had a cat scan done and appendicitis confirmed and was being transferred to the hospital for surgery. The entire team there was amazing. They were all super attentive ants caring. Even my daughter said how great the experience was! Highly recommend this urgent care center!','2019-04-22 12:02:20.983000','2019-04-22 12:02:20.983000',5,'Emmanuelle Roussel','https://lh3.googleusercontent.com/a-/AOh14GhmrWmqaCgI-_AYt9TSVapcxLvs90eik7U_28cD=c0x00000000-cc-rp','14904078213800803294',32475),('AbFvOqmenp8J5PJ7bS2h_ZSFwZ41eCFGbNw_bCjme9p6bwnkZioRE_p12yN8RSpsQGNY9VgqnRTT','Kim was very helpful at the front. Michelle and Sherri were very nice, and Dr. Yost was also very helpful and informative.','2019-06-05 16:46:08.004000','2019-06-05 16:46:08.004000',5,'Lorrin shaver','https://lh3.googleusercontent.com/-us425K7t5_0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck6y9v4SMTF9zGFSr03RhG2LS6LtQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39859),('AbFvOqmENUxi0e-1cAVrJIM9n143o7Ti2SHbz1W1-Aa3EA6uNTjYMYaR7daqvjXHAplStWMJ0JwLtQ','Great service, have been here a couple times and never been disappointed. Great service from Dr. O\'Malley Dawn RN and Olivia the tech.','2019-12-21 14:48:31.531000','2019-12-21 14:48:31.531000',5,'Jenny Blackman','https://lh3.googleusercontent.com/a-/AOh14GiafQbH7VM5HeWJ9sL68en7RO5xpZhGAIJYPABM=c0x00000000-cc-rp','14904078213800803294',32394),('AbFvOqmeNVCxOnVR5jcW4qKxuUmqQG4TsJBvo9p-jSB_3txUlrJC4xELsavP646Iv_Bm-CelXCFiUA','I went to the SignatureCare location on West Wadley late in the afternoon on Saturday to see about getting a Covid test. I was promptly and courteously assisted by Leah for over fifteen minutes. She very patiently worked with me to make a reservation on my phone and set me up with Paypal. The next morning I arrived ten minutes before my appointment and was immediately processed for my test and then tested, all of which took less than fifteen minutes. Dr. Appiah (unsure of his name) gave me the negative results about twenty minutes later, and he gave me some valuable feedback concerning my temporary medical malady of a few days earlier. All in all I had a very good experience. Kudos to SignatureCare.','2020-08-02 16:49:14.545000','2020-08-02 16:49:14.545000',5,'Robert Campbell','https://lh5.googleusercontent.com/-tm5BcLU6mfw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck0OvA9gNIDjlr2oLRt_DXgKi15yQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29342),('AbFvOqmeo5IQqzMaKn0IwkYFnwlpd7mOhxRLkf2l4i-wVNx67sF10ToXw8LBp5-h9TcrXeZIi9YjmA','It was great. They took care of me Gave me water and a warm blanket.','2019-07-07 18:23:09.784000','2019-07-07 18:23:09.784000',5,'Marcellus Boykin','https://lh3.googleusercontent.com/a-/AOh14GgXwf9OaUlIbipnNQpbTIayUr9pQTEsmAaVV6UvDA=c0x00000000-cc-rp','16590124370714063921',34778),('AbFvOqmeOmEvaex-uI5SvQmGX6ocweW0VUeQFTVWN-NM9DPI1kvC3upjxMjwNpaxN9mbd6dk6jg20Q','Dr.Pham and Patricia were amazing. Very gentle and caring. Also very quick one on one services.','2020-01-30 21:03:42.180000','2020-01-30 21:03:42.180000',5,'It\'s B Kirkpatrick','https://lh3.googleusercontent.com/a-/AOh14Ghn900egHIS_Yrbn_lX6s6ncg2Uam_SWqBWqMYnqEQ=c0x00000000-cc-rp','16389487648212004696',33424),('AbFvOqmeoOdL0_f_I2Lu2OZ_UCmQqHygN97AFRIvwkgiYQr2x5RhlWxAIobrJUsGmfP1Or9HiZVICw','Dr. Harjai, Erica, Marcus and Patty were all nice and helpful.','2019-09-25 16:25:07.662000','2019-09-25 16:25:07.662000',4,'Ryan *','https://lh3.googleusercontent.com/a-/AOh14GgO26mqbrkkDZj0OB-Y0nxrUbYmZizZRe3XqbfC=c0x00000000-cc-rp','16389487648212004696',33931),('AbFvOqmEoyC0EesNw1Lf4CvgaWZGDI-__tVFphSNEEn0JHdrXI7StHOJh0s7wPw7MIU3nXxGtlh2xg',NULL,'2020-12-14 00:32:20.398000','2020-12-14 00:32:20.398000',4,'Anna Benitez','https://lh3.googleusercontent.com/a-/AOh14GiutYr20OteJnWe3qr_nE3SDmrPV2f2_Uu2hJXPrQ=c0x00000000-cc-rp','16389487648212004696',32847),('AbFvOqmEPAXl5fs9yThrDBjJDeSsmmpCAuoYbkdGE9kGLBdHnrLiu80V5-qED1wmFZLZEDVsMuBWlg','Excellent service came in wounded left out like new. Dr. Smith had excellent bed aide manner and provided me with exceptional care and pain free stitches','2019-10-24 00:56:14.359000','2019-10-24 00:56:14.359000',5,'LESHONDA COLQUITT','https://lh3.googleusercontent.com/a-/AOh14GjZLiGx0OKKc4K-D4Aj8ZTvXqXLn1wzQKwYvc4G0eM=c0x00000000-cc-rp','8918455867446117794',43186),('AbFvOqmePBIzKMcYvJE7BDM6eAhztwItq6C_dzPOIQeAmwNxm7nyg1Meog8ELQeGRBscVXaQG-p-gg','I had an excellent experience at Signature this morning. I was brought back quickly, and April took great care of me. Dr. Chopra was very warm and made sure I had a doctor who was addressing my other health needs to follow up with. I will definitely be recommending Signature to my friends and family.','2020-12-03 15:37:09.758000','2020-12-03 15:37:09.758000',5,'Betsey Boone','https://lh5.googleusercontent.com/-wu_qB1NGkMo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6op3B5f-k_CiCvq56Zj9f3RgRmg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31302),('AbFvOqmEPEJpFdKDCJs61CDg0J380QXQ2G8NGz8Oiz5fNaDRiA2RKmCbV_IdaQGiJcCezt6NTOTu','Good experience with nurse Rommel and Kenzi. Super nice and fast.','2020-10-10 01:53:52.076000','2020-10-10 01:53:52.076000',5,'Roy Barbosa','https://lh4.googleusercontent.com/-FUBbXWCkqmA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckLAWkcT5eW5ar7n5Oymu2Vl6WkAA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32238),('AbFvOqmEPQQVHQnNTYnvK9vo0HLmCpmiPMaljLcfsxkQcAc7BMKemc9zXwSh3J6ORZZViinBCjVauA',NULL,'2019-09-03 14:14:09.366000','2019-09-03 14:14:09.366000',5,'Samantha Martinez','https://lh5.googleusercontent.com/-vRdceZ3SmmQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckqoak-KulX6vsPNtvvEw4Fa_rkOQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34690),('AbFvOqmeprAVJfoCBwli6b3LlH2GRfk9FuTR6GhvkmfyJ-BtRdYH_GUwV97rSNDxixKVJ9e1AGeyMA','Wonderful staff! Alexis was great! Very attentive and helpful.','2017-09-10 00:05:11.288000','2017-09-10 00:05:11.288000',5,'sadie thomas','https://lh3.googleusercontent.com/-ogEnbnLaipk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucloxd-k4QOfaU4FwGftgT2l-r8Mpg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35384),('AbFvOqmEPrkRXYSbGP2tuC2NTxXzVEvZyCujW1euLPYR0wkVAAAKjHIWXozFoJb70sPFrflLZzB0',NULL,'2021-01-13 17:13:13.036000','2021-01-13 17:13:13.036000',5,'Landon Evans','https://lh3.googleusercontent.com/-avjG96ms0q8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucke0ivgSIICne6nDbMjboiCYc97oA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',44489),('AbFvOqmePt81ahDRDmxA_suwjuFcx28EnGGs6rddUeLpajvMAkxZstd_VwacuDb8qkiOGUY5gPJg2A','Staff was very friendly and the process and treatment was efficient!!! My go to from now on.','2020-12-09 01:03:53.054000','2020-12-09 01:03:53.054000',5,'LaTorya Cole','https://lh3.googleusercontent.com/a-/AOh14GiM_YZ7p6CWSGgNt7VvlrdN_7lyL0wos_XbsPYcyg=c0x00000000-cc-rp-ba2','2694018788013845459',38853),('AbFvOqmeQJkPGa6CrwMoeN01RUef6vXof4FnrjV8h5D4_gBeaSp_yyTqQn1SuDiNtqSjEem2NxmWoA','Great experience!','2017-03-08 18:27:08.605000','2017-03-08 18:27:08.605000',5,'Nora Berrones','https://lh3.googleusercontent.com/a-/AOh14GiHTvsjCAdXCGyw95nO9eFO0argyh19olrcMM8tLw=c0x00000000-cc-rp','17394740196501090048',37199),('AbFvOqmeqJoU0sAnqT-y_8pevc-h4v2jS5J8XD1NB9hJaZ4Ws4orlX79VXFxYRQDhHP66o-YLx2FCw','It was so fast and easy the doctor made me feel so comfortable!! Explained everything they were doing !','2020-01-29 19:59:27.326000','2020-01-29 19:59:27.326000',5,'Megyn Rowdon','https://lh3.googleusercontent.com/a-/AOh14Gh-qn7yoA1iXGSCuRy4cXtHpAev-1QIuW0zY3aNgA=c0x00000000-cc-rp','2694018788013845459',39149),('AbFvOqmeQKBS26teiAkrewES-kRx-elmyRG8IogGjPTIL66zYi6l9sSTWFvYlTjJTzcUkcD039LOsA','Tanishia the registration lady was very nice and welcoming. Sarah the RN was very informative and helpful as well. Thomas the MD also was very informative and knowledgeable. I highly recommend this place!','2020-01-31 03:49:30.419000','2020-01-31 03:49:30.419000',5,'john an','https://lh5.googleusercontent.com/-XVmm3I53rSA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclNU9hnjWDRp8WDEbBwye9ksvsiMw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37727),('AbFvOqmEqLA5hVW8Y9J--ELKFagb4EjY3Dkg0cZp6Fw9Ual2JIVPDI6_ev_zMoT0PZRRt7IApv716w','Great experience. My care team - Vanessa, Chelsey, Clay and Dr. Elsbecker explained everything thoroughly and we’re all very accommodating with my questions.','2020-09-14 16:19:33.275000','2020-09-14 16:19:33.275000',5,'Sarah Strack','https://lh6.googleusercontent.com/-ApVYdMg61vw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnovb5gMuPJvsmBqzGL29sruKwRuA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35801),('AbFvOqmeqRznLmw13kA7GdHxwRVHfBYoQLmIEpnJ_z-DS_-_VDyhYpPaWXQBBj5_BAFToYi2AEyr1A','I came in today for a rapid COVID test and was greeted friendly and brought back fast as well. April was awesome she explained everything clearly and made this process fast and easy.','2020-11-06 23:41:23.969000','2020-11-06 23:41:23.969000',5,'Johnathan Perez','https://lh3.googleusercontent.com/a-/AOh14Gh1mRbXTNCsAjbxLd_zoDw0tlheEolcQdkuV5zi=c0x00000000-cc-rp','14748677429039074158',31400),('AbFvOqmeQtCpSw6siedytOXgft-Fk6KSzfwWT-V10noetjyVAex4QtKPVcov8WkuXU-C9QLBNNRpJw','Clean establishment and quick service. Urgent care down the road was a 3 hour wait, I was seen within 30 minutes here. The staff was friendly and listened to all of my concerns, especially Valory, Julia, Jesse, and Anna. Highly recommend.','2021-01-03 20:02:40.584000','2021-01-03 20:02:40.584000',5,'kevin hernandez','https://lh6.googleusercontent.com/-FS4xmIpIR1U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckoZN9z3aDYSEj2I9we1BbNngVInQ/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44303),('AbFvOqmeqYKu6a9UNv7vQK5hKI6LAK_YEefhfv7bz9pe7LCY87bxPLKQxr40YVNI2CgzRtOsZHQH','Thank you for the excellent care doctor O’Malley and Ekatertim!!!!\nYou are really personable and I highly recommend Cypress Creek Signature Care!','2020-11-03 23:57:15.222000','2020-11-03 23:57:15.222000',5,'Family First Funeral and Cremation Care','https://lh3.googleusercontent.com/a-/AOh14GjpkiPnq7w3mrO0_uDOAo9youlkEH35A3es3uBTJSk=c0x00000000-cc-rp','16389487648212004696',33000),('AbFvOqmeqZPLD7QzmiNanhrgNRe7DM1bEAWUTDvrZiojF-vMdXeP9aardXWb66PIiXu0FvZdFljngg',NULL,'2021-01-02 16:03:10.781000','2021-01-02 16:03:10.781000',5,'Kasie McDuffey','https://lh3.googleusercontent.com/a-/AOh14Gg-wDV8QlRGP4JiEBnG5r0N7CYbHFcF-QY6H1Ta=c0x00000000-cc-rp','13486358490203335051',44197),('AbFvOqmer6jA0_nQDt3amV1zzhlMHGRcC4Xwg3KYgoPHk7jlN29ZBvqRc4qqL1gy9jum48tBAeQxpA','Super caring and attentive staff!\nThey made sure to explain everything in detail and Alvean was great with me and my son during our visit. Even offered us a warm blanket while we waited for our results.\nGreat experience!','2020-11-12 16:03:37.748000','2020-11-12 16:03:37.748000',5,'Daniela Aedo','https://lh5.googleusercontent.com/-UV8LSn62Io8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUQHSmUJs77GvdKpimZtDiPoDmcQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32934),('AbFvOqmEreTNoFwhT6OfHl95v2E2sTOWwGrlfo-K7PtpiUpJDGLaOz6Hmu8BXRgSK68XWxl6BYnbsA','Very nice and clean place, Keera was very understanding and kind.','2018-08-23 02:43:17.386000','2018-08-23 02:43:17.386000',5,'Faith Leyva','https://lh5.googleusercontent.com/-yd0KKX07sdA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHhSgVCqqu0kQADOoJFTFsMDzIDQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35217),('AbFvOqmeReV7zqpxwEpUjpEAttGDQJKZYi8Hx5YN0nXyGAcDsI_ACPnBzZh0h-qdzYpkVWuvfsfC3g','I came in struggling to breath, the staff was calm, quick and amazing! Thank you to the staff below:\nDR. DATTA, MD, SOUMITRA\nNurse: Jose L S\nRadiology Tech: Allison S L\nFront Desk: Sita Isabel B','2019-06-11 19:53:41.278000','2019-06-11 19:53:41.278000',5,'Franklin Young','https://lh5.googleusercontent.com/-HA5Ix5erJ1w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclmOikZC6TyA8NRZ4uUBbC4DlUJ_A/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29810),('AbFvOqmerJnTkAN0XEaZ3L0GwGm07zlrhwy0EkYjIH13Cg70NCW-cMkgyhd4qXIq1NbgUrlkOcNFqA','Very professional and caring!!!!','2020-03-09 18:29:48.687000','2020-03-09 18:29:48.687000',5,'Barbara Martel','https://lh6.googleusercontent.com/-TopwylTFhew/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucngf7qdCPCD3OtWM8qRz-rQJRbhkg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43059),('AbFvOqmerJS8OGjcphWSXj3j9LIDvqITnvL5ZFhQETiUyLrumrVMOBvzydph6I22Lqete1kkuIl7','The staff was very friendly and Lucas was very helpful','2020-01-20 12:53:07.035000','2020-01-20 12:53:07.035000',5,'charles beasley','https://lh6.googleusercontent.com/-K14wUiV5wWk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnBnr_yanjpFqAHJ18AWtIfkxpnKQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39691),('AbFvOqmeRoAk0p5KUqjDXntcaPuwljUQUTDaxK_6DwfzUcCj6A5n-_k2P6vfZXznwvmaEvi6EaHZvw','I came here with my 2 year old who woke up screaming with leg pain. I arrived at the Westchase location soon after. Malissa at the front desk was extremely helpful and expedited the check in process. We were brought to the back immediately and met Krystina the nurse and Quyen from radiology who helped keep my baby calm during X-rays. Dr. Wang was very professional and reassuring. We were in and out in less than 30 minutes. Thank you guys for taking such great care of us and providing such excellent, professional, and prompt care. I definitely recommend SignatureCare and we\'ll be back here if we ever have another emergency.','2018-08-08 18:55:02.860000','2018-08-08 18:55:02.860000',5,'Sonia Tsals','https://lh3.googleusercontent.com/a-/AOh14GjeTOajPHyq2yuhx8XylMlw74Z-rQTZcoeSzVT53Q=c0x00000000-cc-rp','12541597562633926366',29213),('AbFvOqmerSnNrM2HGCA2PKeeiOvXJ1DGJlilXwWKlAqaEqoEeIKkuHTtXc1QrgeJ1EVMoo61YxJA','Fast service and professional treatment!','2017-06-08 00:33:14.518000','2017-06-08 00:33:14.518000',5,'Joy Jolley','https://lh3.googleusercontent.com/a-/AOh14GgJSayTQQBmxcJk5fJYmDuHRL7XoAomi5JZG3hr=c0x00000000-cc-rp','14904078213800803294',32674),('AbFvOqmeRvmhLod7nPhB000bu3frJE6kjh38B9reUd__O733I5nuNuVs4sIO-SOX_c-fA9DKCiNo','Dr. Faig, nurse Sarra, radiology tech Holly, Carly at registration and E.R tech Thelma where all very nice. I didn’t even start the paperwork and called my name. They whole process was quick and easy, I came in with back and leg pain and I walked out feeling much better. Thank you all for your help and Merry Christmas.','2019-12-25 04:37:25.826000','2019-12-25 04:37:25.826000',5,'Hasna Aouya','https://lh3.googleusercontent.com/--m1IcDjqjxk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmNRfZH8ob4DelJvByngWxCqmEEvw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28907),('AbFvOqmeryK0X6KefCQCnlFUI14s5FK7diq1nWKC3z6wl3qnFTSVSQqKyeWvpUOd8q5moBOhF--W7g','I had a great experience! The doctors, nurses, and staff were all very nice and accommodating!','2021-01-14 18:53:58.327000','2021-01-14 18:53:58.327000',5,'Fareeha Qureshi','https://lh3.googleusercontent.com/a-/AOh14GgOPUzoeXd5tqPlJdMgI97n4625GxNaGBgGzxSTEw=c0x00000000-cc-rp','17898197009688164559',44563),('AbFvOqmES1sAhezhLe--QROiIb8mWgaPUHoNl4HXeVEACM8tnQqUJiC6HgHICSJQovWHutjaeKJ63g','This has been the fastest ER visit I have ever experienced, while being cared for in a professional and friendly manner. I highly recommend this facility.','2017-09-06 19:45:05.792000','2017-09-06 19:45:05.792000',5,'jaynazier','https://lh3.googleusercontent.com/a-/AOh14GihUC1r2AZm9FbU2MHO0nuetTEoxbjtW12iSoDDOQ=c0x00000000-cc-rp','17394740196501090048',37081),('AbFvOqmesFpORrh_IVuDenFxBytixIzMAZwXdZKP3-RZ2hB_iEp6wYcIEkWTvqqzU_E56QEUnNG6','My experience at Signature Care went smooth. The nurse Nicole was extremely patient and helpful and offered my husband and I warm blankets while we waited. The ultrasound tech and the doctors took great care of me.','2019-12-27 00:25:37.140000','2019-12-27 00:25:37.140000',5,'Chelsea Washington','https://lh6.googleusercontent.com/-RwO5vUnnJes/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclsnL7lKmi8rJm1dYUZvPqSf8l3xQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43153),('AbFvOqmeShVoHGBHKciCJHLhhqlB-IcZMhSvxSKpywJwEwRRjWPlg_68LnpkklDqwbXRpKGMInkD_g','Love this place! I’ve never had to wait longer then 5 minutes to be seen and the doctors are so friendly here. I had the nicest rn Anthony and such a friendly pct Kirsten. 5 stars for sure!!','2019-04-17 20:44:03.815000','2019-04-17 20:44:03.815000',5,'Christiana Cole','https://lh3.googleusercontent.com/a-/AOh14Gi3SKtA5Er-aMISWBpnyGnOf3UMyo23IvvD7JXmEg=c0x00000000-cc-rp','16590124370714063921',34888),('AbFvOqmeSNA9j802jupoPpQi5b2IpVzKjDdbPvDewtWjDMQ0RhBx95iG9gDLDKp7qdJ60ImR1bSr',NULL,'2019-06-08 19:54:21.048000','2019-06-08 19:54:21.048000',5,'Breshan Smith','https://lh3.googleusercontent.com/a-/AOh14GhuEOqxt_9qVPyfWPWhXdmsWVsG8UFiFXRVgZHN=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmesu0LqS5fZYijM3mVp0mUP9siyczKGb6p79F6agvX6hg3eZfRaP4fJvsd2pA7sjDuDdfs0g','Hey Josh and Jorge E. did an amazing job and got us checked in and taken care of right away. The doc n staff was also nice and informative šŸ”„šŸ”„šŸ”„','2020-12-16 19:07:41.280000','2020-12-16 19:07:41.280000',5,'KING SHAAD','https://lh3.googleusercontent.com/a-/AOh14GiuGnNB5YuXiWUmTmV27YT8BLCb5OqfQZEWcOtgOQ=c0x00000000-cc-rp','17394740196501090048',36490),('AbFvOqmetgOaSa8J8UHog8tgk8o9ikamhYbCYhETh7CERRTaVwOqlUw_4wblio5HTRoSEf1s3qgTLg','I had a very bad toothache that was causing a headache all night. My boyfriend found Neigbors Bellaire online and I am very happy I went there! Very fast, kind, friendly, and caring employees. I left there without pain after receiving immediate relief and prescriptions to go. Very satisfied and will always keep them in mind for urgent care!','2014-09-26 15:53:22.737000','2014-09-26 15:53:22.737000',5,'T Sumpter','https://lh3.googleusercontent.com/a-/AOh14Ghs16pjZzJg9oEnQ50M1oGVhIOnyh0DavJ8Lzid2w=c0x00000000-cc-rp','8679688254631342173',42795),('AbFvOqmETOsst-SzgGxTfrF5ZdrumqhZW9i3XhCGlEG3j8R1QH4eKJCj_fVOliR7ahqPqClq59wO','These guys are great! Feeling better! Dr.Boester, Amy, and Bryan E., are the best!','2019-06-29 01:04:45.108000','2019-06-29 01:04:45.108000',5,'Ramon Hernandez','https://lh3.googleusercontent.com/a-/AOh14GhqedOdEkLSHIyhmgQYtV0QYm79ND60MN0OinwPGA=c0x00000000-cc-rp','14567670160750071148',30502),('AbFvOqmetp77YleM-J33DMmwAShNOylu6NxKvJJ4WSL8JWL9HXaJJhPUbhUv8tjxLWdP1fn24R5p','First time visiting the facility this morning the staff was amazing every chance they got they had asked if I needed a warm blankets I was in and out in no time definitely will be visiting them again amazing','2020-10-21 18:59:23.675000','2020-10-21 18:59:23.675000',5,'Michelle Coronado','https://lh3.googleusercontent.com/a-/AOh14GgIIFLmCpJVVfjV84p8vgj68YHUAFMK2zJH4HwXqA=c0x00000000-cc-rp','17898197009688164559',37490),('AbFvOqmeTVhJlkN6iqQbgSr0mpmY6IpByCZV0m1_SPc5gw68eISkM_fJZz05D8PDlXYU8DCAPHP56A','Dr.o\'malley was great,took care of all my medical problems .Love Melissa she\'s so sweet. Troy was awesome really nice .over all everything was perfect would highly recommend','2019-09-10 03:56:17.280000','2019-09-10 03:56:17.280000',5,'Peter Martinez','https://lh5.googleusercontent.com/-qhN8OLalkU4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucljjnhW-5riXH5CDiC467lPL-Ey-A/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33980),('AbFvOqmEu3fvSHSr8siSuXE-U7mcOhcFVs6mNL6FIan86CS_mB9WG_UcST719emuak0HKX4Y5Wds5w','Staff is great very fast as well had a great experience with dr. Harjai nurse Dana and Alvean and radiology Tricia I truly recommend them if you ever feel sick','2019-09-05 23:54:45.840000','2019-09-05 23:54:45.840000',5,'jonathan cruz','https://lh5.googleusercontent.com/-sjjKa5oDLV8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclr2KuceOIlU8OduphHTaFlCOL1bQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33997),('AbFvOqmeuhUP7kwW4srOtRQQzdbfIsTcPzCJQjz1XNMroH8wRvxDEUDG8Fz0yllLJChwXAbTyMK7tA','Great service at signature care!!!! The staff was very nice, yet helpful.\nDr. Ybarra\nNurse Jani\nTricia B with radiology and PattyC.\nWill definitely recommend this place to my family and friends.','2019-09-13 18:58:40.698000','2019-09-13 18:58:40.698000',5,'Nathan Miron','https://lh4.googleusercontent.com/-AkLtN3mFsbM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucklh-kEQpqOg6p3z0oYHRj3awta1Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33962),('AbFvOqmeuymja0M68WbvM0_sCtr2CU5jF_o-aLe2y5WJwe6kOhM7QDwMyJkgCBgK_erElhxSDMoJCA','I had the best experience there from the moment I walked in love the hospitality thanks to Dr.Henderson,Alvean,Patricia and Zeik','2020-02-08 23:00:36.920000','2020-02-08 23:00:36.920000',5,'Latonya Ceazer','https://lh3.googleusercontent.com/a-/AOh14Gj97nrbhppf64to9On8sbpyD4fmE7t-zzL8f_7qVw=c0x00000000-cc-rp','16389487648212004696',33387),('AbFvOqmev0Q8Wa3WZ95nn1qoZqxWtDQuRnZmAc6hLKk-iWws-6VolfcTez03WYStTO5ojV3OMS4YQw','Nurse Andrew\nTech shay\nRad tech Lonnie\nRegistration Thanh\nExcellent felt right at home very comforting!','2019-12-01 14:18:58.889000','2019-12-01 14:18:58.889000',5,'TearfulTati2.0','https://lh3.googleusercontent.com/a-/AOh14GgMNoUVuv1cy2sjWeMjR7-Ec-zxHnZ1fXSZXP_PXg=c0x00000000-cc-rp','8918455867446117794',43170),('AbFvOqmEv5QZufmpDaNQUTKX3RFWbYayw0gVhgzlUp2uIkLCW0y8t70DlO6RU7uPAJ-TcNkmO-MuWA','Very professional kind and caring facility best ER experience I\'ve ever had, were greeted with a smile and compassion upon arrival and when we left','2017-03-27 07:41:16.902000','2017-03-27 07:41:16.902000',5,'Moniquel Rogers','https://lh5.googleusercontent.com/-vKigAuExYEA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl_766vgkPxRj5kpjIZJstJ58u0Aw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35465),('AbFvOqmEvbotAy1uEUCZIuiS2lkTT02bUyU4gbjQQrR-lfg_hUH7EKYBJXSTlwYltK_9Nt7EtQCSkA','The staff at SignatureCare Emergency Center were attentive, prompt, professional and most importantly very thorough when going through our reason for the visit and what they were going to be doing in regards to treatment. We were very pleased with the level of care we received from the moment we walked into the door until we left. The bonus to it all, there was no wait. Our Nurse, Shawn was very friendly and engaged with my 12 year old to understand his injury. Dr. Do was great! Brenda at the front desk was so pleasant and made us feel comfortable and welcomed. Thank you for your great care!','2020-01-31 14:39:03.469000','2020-01-31 14:39:03.469000',5,'Stephanie Diaz','https://lh3.googleusercontent.com/a-/AOh14GhFq5B0lQtR48XsMWOGDoC89hKlpgmlgc8wYLsMHA=c0x00000000-cc-rp','8918455867446117794',43127),('AbFvOqmEvbP9GCMXEKAvwxQhOB_iBbcXK2KJD0vJkPWk0cMU7Z8RjHF6ru5XkAqNsLYQE1EXPS18kA','I had to bring my sister here after leaving her nail shop and stepping on a nail in the parking lot 😩. The staff, nurses and physician were incredibly nice, they made us feel comfortable and the process of care was super quick. I would highly recommend. Thanks SignatureCare','2018-08-10 01:11:23.940000','2018-08-10 01:11:23.940000',5,'Sheena Worsham','https://lh3.googleusercontent.com/a-/AOh14GhW8eJwhdzUBtxqAZm_UGEVbJmpe42PdjP_CS3ovCQ=c0x00000000-cc-rp','14567670160750071148',30788),('AbFvOqmevDV84_1Chv-O7OrcRx_qakQhnR_yfkmpv_N_0riMzmB6I9pHMHPxSwfrgVbJvGR7r3s',NULL,'2019-02-05 04:16:26.001000','2019-02-05 04:16:26.001000',5,'Dillon Paul','https://lh3.googleusercontent.com/a-/AOh14GgzfmBHuI9IyOi8G0qEFSmEBiMtTst7Yb9nx5VymQ=c0x00000000-cc-rp','2694018788013845459',39380),('AbFvOqmeVEAzz5ysZv5hKH-Hwr4RxGAyoE1CU7QKYzPgurwU34GQF9fFjqlNKBvnu9rzGIrEX7tEXg','Taylor at the front desk was really helpful. The nurse that took care of us was awesome.','2017-05-13 04:12:26.391000','2017-05-13 04:12:26.391000',5,'Pinkal Patel','https://lh3.googleusercontent.com/a-/AOh14GgDgaKUH9cMQhHxf5XlP05_kKJz610Yt47XYIjzaA=c0x00000000-cc-rp','16590124370714063921',35432),('AbFvOqmEVhLeJ_1dyOrVcu3zEhSFA1gFQDUM76SH4fTw7i21lwk3vB5o8tYoYT1gOCizsD74UCscVw','Very friendly and Made sure I was comfortable while I waited. Also the wait was not long at all','2017-03-12 16:00:47.659000','2017-03-12 16:00:47.659000',5,'Brittany Moss','https://lh3.googleusercontent.com/a-/AOh14GhcMx5QQUCTSHO-5Ssz5oVLObHgjWPbdSUZ1UqqCw=c0x00000000-cc-rp','3511292162159714121',41092),('AbFvOqmEVjcC30oOitRqWbC_FfLMGqLt9tQs9DvXpZxOtaHXdzrT1gNvH7HQAOLSuHR7adqbzvQoSQ','Deanna was an amazing person to talk to even in the late night hours!','2019-08-29 03:07:02.282000','2019-08-29 03:07:02.282000',5,'Daniel Cavazos','https://lh4.googleusercontent.com/-iOMAIr2UhIw/AAAAAAAAAAI/AAAAAAAAAKU/AMZuucmwCZMm44OukJ0uuqJw85-tkmvNRA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',34018),('AbFvOqmEWcypomVWj8lBu8-nwhEQpm6xO-qg1oc1wOQzOILmy6Su073UwSOU6oTagMS238sbf0c9hg','Brenda and Lizzie were very friendly upon arrival, the nurses Nauveen and Keri called me back quickly and made me feel comfortable.','2020-10-26 04:12:19.812000','2020-10-26 04:12:19.812000',5,'Lolys Sifuentes','https://lh5.googleusercontent.com/-fqiT71NQKS0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckVVgTAYpGYIxlVX80YWsDCO8cuSQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40105),('AbFvOqmEwEnV4Hi4zvUhRgDwvTr214M2FYyYQV4u5pgzT386xu0x3dh9wkHyyQv3yJEvROxzMbeM6Q','All the staff here was amazing! Both morning and evening shift. Dr. Kotey, Nurse Adam, Techs: Anastasia, Dion, and even registration Ms. Elizabeth! They made me feel very welcomed, not saying other places do, but I think this is the best service I have ever gotten period!','2019-08-14 03:02:57.308000','2019-08-14 03:02:57.308000',5,'MARIBEL CUEVAS','https://lh3.googleusercontent.com/a-/AOh14GgdEyyeaIp7rhYwl-c3nZAEM0bQ71E-jsxiGYu7Gg=c0x00000000-cc-rp','3511292162159714121',40452),('AbFvOqmEWIko6bQhN0G2MM5jwPMB5bJk-wD8PDGu7TaCPwNaih4tZ2Gw7BtaofhOZEg13-v5TQQB','Great service! Front desk, Jackie, was very sweet and helpful. Glad you guys are open 24hrs.','2018-01-09 15:35:46.219000','2018-01-09 15:35:46.219000',5,'angela mendiola','https://lh3.googleusercontent.com/-hAuEpDbCUtI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1mFlCEQDMMjWALxZNymaMxsJwbQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30908),('AbFvOqmeWLz068txs6_S4qq9gTa9Pm2XyjTQdFlmt6pVMHdefKXORIeHWQUrrJrcg1z0UY0uBr0pAQ','Went for a covid test. Nice and friendly staff.','2020-10-01 20:20:56.308000','2020-10-01 20:20:56.308000',5,'Andy Quist','https://lh6.googleusercontent.com/-dbCD4JMnWbk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclOCgFsvH7JV6P9Cfq3uMN64duq1Q/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31587),('AbFvOqmEWXMXc1P3bc4vnWgZQxI1r-vooWXK55EScnTpnJMxg4M9QENVbkgX7DPEKNVzxsu4KtULPA','Amazing friendly and professional care','2020-12-14 22:26:11.919000','2020-12-14 22:26:11.919000',5,'Tiffany Crump','https://lh3.googleusercontent.com/a-/AOh14GhpC36BPTgZ84Q5416eOs9Bn7UPgGJ45AWIy8wq1w=c0x00000000-cc-rp','3272657195432704501',39410),('AbFvOqmexJYe37zGf8hVSEWcOkEwd_auWUxP7Ws6o__rqC7nn3Bf3zzY_0nCIMyXca43XRuvfntang','had the best experience with\nDr.pham, Alvean A,Marcus b and Jocelyn a','2019-11-06 17:10:42.392000','2019-11-06 17:10:42.392000',5,'dev 213','https://lh3.googleusercontent.com/a-/AOh14GiahzRkXDrAk65PtEFF8UWSWLcAmqjq--GGpF23ZA=c0x00000000-cc-rp','16389487648212004696',33781),('AbFvOqmexR47IcHhQZHxbD_H2bmngJ_TIOFwtPPmSynjOVqq23MTkgAhykRPmWE2HbVNZ9e8zBEkyg','We find the medical staff to be knowledgeable and kind at this location in partiicular. The entire team- Dr. Zheng, Dr.Boester, Trisha, Pam, Shay, Marcin, and Jessica was excellent. We extend our sincerest appreciation for your care.','2020-02-16 04:40:49.349000','2020-02-16 04:40:49.349000',5,'Lisa Ashley','https://lh5.googleusercontent.com/-v00dDXjilgQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn86btdkUTsTbJpCK3eaLwaCB3TPw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43093),('AbFvOqmExR7G_N_xOr0JaGNBEatxbCyzUZxBcUoVNL00KjnjNSnRtQsM_sjG1US1jhiR1NiNb_r1gQ','My two little girls were treated with gentle care. The staff eased my nerves. We left with a smile.','2020-10-04 15:03:55.594000','2020-10-04 15:03:55.594000',5,'Kathryn Kohn','https://lh6.googleusercontent.com/-4JNBVVJjrVs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnAKb5fHjqc7el9MbpsMhIb1CmFZQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36524),('AbFvOqmextoPazcM6jVJYLM1LtAc9wmkcT8Af9pBFnaAEwJrOFbYJQcJRasYK4Dl-3W3vIW3-oo5yQ','Absolutely awesome experience. The staff was fiendly, knowledgeable, and willing to help .No wait and was out quickly .Thank you .','2018-07-19 13:12:27.581000','2018-07-19 13:12:27.581000',5,'Lee Arnold','https://lh6.googleusercontent.com/-gd0jn8ziThc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclyhSFpkEcC242nCeb9PkiNCYfKVA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35256),('AbFvOqmey8b0Ez-xYTWvJmB0ogOrlKvB1FyCvTRJOvdNeYawIv725XDdTmPUkKRO7Jq0t0Z_K0Je-w',NULL,'2020-07-15 02:18:37.999000','2020-07-15 02:18:37.999000',5,'Poiised_Flow 00 00','https://lh3.googleusercontent.com/a-/AOh14GjYArij7Wz-0do1a4146ixqPuumXHKBCMRGZBsa=c0x00000000-cc-rp','14904078213800803294',32306),('AbFvOqmEYX5jTIArLDKmn6gLkgnUszkPG3oe6lCGgdknVxEQ0Fud-gHzwVLbAEYOjS9ZY6N3IUJOXA','Place is good but dont commit mistake of asking the charges they will charge you out of the world even your hospital wont charge that much for emergency . There are many better places I have been to much better then this . Its a ripoff','2015-06-25 20:46:59.409000','2015-06-25 20:46:59.409000',1,'Mohammed Juned Bala','https://lh3.googleusercontent.com/a-/AOh14GiX4Q3nqpce44Tfjv0VtgHGU2Hl_NqOycTeOCCdlQ=c0x00000000-cc-rp','17898197009688164559',38394),('AbFvOqmEYXQ83tJjwIvzqtHm1sNYDw_nKmHM4LNqGbdU_4udlMQHuW0EcTidpkxhnK19rQsyypw4DQ','They all did completely amazing I\'m thankful they are here to tell people.','2019-12-14 22:18:27.557000','2019-12-14 22:18:27.557000',5,'Angelica Nicole','https://lh3.googleusercontent.com/a-/AOh14Gjss8bOAljUHBxelqVS52M21FePtQcaixEYE4soLA=c0x00000000-cc-rp','8626688543755174284',41978),('AbFvOqmEyZNQlU4N9uLPwi-W1qRHU-RS6AEn_ov6OR_jvhignRlmsVOGrzdQBx7GIeDfGV_9KKxW8w','Went to get covid tested! Great and very helpful staff!','2021-01-09 01:08:28.935000','2021-01-09 01:08:28.935000',5,'madalyn hardi','https://lh3.googleusercontent.com/a-/AOh14Gh97j7p52X-HsV9Gaf_8uiX9m1AizY1mM0nlD1M8tg=c0x00000000-cc-rp','2077061009497551125',44581),('AbFvOqmezerT81K2odcEAwZY0RKtzMpp5INqKy6DSLMq0UVAFkfYkESYglzGOKKzvz1Wf9VvUAtSEw',NULL,'2019-01-17 05:54:40.837000','2019-01-17 05:54:40.837000',5,'Fine Kula','https://lh3.googleusercontent.com/-730vUnx67zo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQ3rUPewysE-zM__2tJaLj8wj-8A/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29943),('AbFvOqmEzGrWZuWv_-MJ424BSc6GdthRR9qnkagnoOm5RZ4s1JQQt6rUMpgT3rHsTV10ONG3ilo7FA',NULL,'2020-12-07 19:01:33.785000','2020-12-07 19:01:33.785000',5,'Blake Zieren','https://lh5.googleusercontent.com/-aQyySrdgLYU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUw9Z7eWVxcx1C0T5XyXJLD59BfA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40028),('AbFvOqmezHRUQ1xC-fcMSTciRhMuSD4_wLPkf4NUdqygsAB5s_EOLE5xxkposkf5BH7txyowifoFyQ','I called up there for info and Dee and Laura were very helpful!! Thanks','2019-01-29 21:39:48.628000','2019-01-29 21:39:48.628000',5,'Christian Aguilar','https://lh6.googleusercontent.com/-b8-SMZycMmg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckLtTJ37uz4LhE31-uaM608uvT2hQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40678),('AbFvOqmEzivDZtEbzQB4dp1CU7NX8O_O3mFJOfp-e594ZsIiLa-uuS5BY81FfWKhdEawJmZsfTr9bg','Fast and prompt service, thanks to Theresa ,Marcus ,Nancy , randi and dr Miller','2019-07-25 01:17:56.890000','2019-07-25 01:17:56.890000',5,'Edgar Luna','https://lh3.googleusercontent.com/a-/AOh14GiYuNa-aFvDpD1Iw190uuAdVdeL1g2RDF4noV_V=c0x00000000-cc-rp','6521947413723274945',41645),('AbFvOqmeZlwOzZlfu8HR7Au_Lg72tpDNqIgCvRwCBfy2x_lZhczBAxjHq755yk7lAIkNBbzg5jI22A','Becky, Anthony, JR, and the other staff members were very kind and knowledgable! I felt more than confident in the care they provided.','2019-06-19 14:12:14.920000','2019-06-19 14:12:14.920000',5,'Erin Fitzpatrick','https://lh5.googleusercontent.com/-qE_baEiiPhw/AAAAAAAAAAI/AAAAAAAAAE4/AMZuucnPDKNvSzVB0LmDx2fxT3TEEJKL8Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34810),('AbFvOqmF_0uws3MfItJwsx4SCF-hbjx0J4csR3Ugmhj4yNCuPpsraojlVGbov6xp0VciuiL079nF_Q','This is now my second time going in for checkup. Each time has been great. Everything is clean, the staff is nice.','2020-02-14 20:00:52.998000','2020-02-14 20:00:52.998000',5,'Eric Washington','https://lh6.googleusercontent.com/-gd5fWVwH1Bs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckphqLPTGpeWNwmoCZDvpmGRsnXAQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28721),('AbFvOqmF_eZ3XZsIiOeZJ-E4gwsoiLc06RczVfVYfKzzKTEqxwF2mjoY0sFK-uUI-02OIwSasiFa','Amanda and Sarai with registration were very helpful and nice. Dr. Wright, Nurse Jeri, and Rad Tech JR were all very nice and made sure I was taken care of quickly.','2020-09-22 15:17:48.504000','2020-09-22 15:17:48.504000',5,'Nina Bowser','https://lh4.googleusercontent.com/-acHgpkr1Bw8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclCDJIMeIRK3Ryb87WzTEPaqQYeFg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34158),('AbFvOqmf_IT8bxAnAh4WdLsISIXROFMi5i_3Udp5fR3v6QuXsohHS9QgYCqFlE_RB_t_e2ZFO6PzTQ','This place is has great employees such as Doctor Cavazos J, Nurse Sarah G, Registration Tanishia W. And Rad Tech Elaine & Geovanny. Every knowledgeable and we will be coming back for emergencies. They are right around the corner from us and we feel relief to have them here.','2020-01-24 02:10:58.573000','2020-01-24 02:10:58.573000',5,'Peter Wells','https://lh3.googleusercontent.com/a-/AOh14Gio1zGBCLYZbpB1Grc_-lEF1bky_z0KCUpUCNO0=c0x00000000-cc-rp','17898197009688164559',37734),('AbFvOqmF_jPg3INwPW-3WPZ3a_0FSoDvDrc1ziku-PicOrOthVQGBRB4-aNSIg4Rh2ngU9-ruStx9w','My friend was dying and we came here. Long story short, she lived and was treated very very very well. Everybody here was incredibly professional, attentive, caring, thoughtful, and fast. The facility itself was spotless, tidy, clean, you name it. Definitely coming back whenever another emergency arises.','2019-12-08 14:46:37.916000','2019-12-08 14:46:37.916000',5,'Daniel Salinas','https://lh3.googleusercontent.com/a-/AOh14Gi1qPHBniAJBHLUeT1doKfsccW80KrDcCaicpdncw=c0x00000000-cc-rp-ba5','13486358490203335051',29544),('AbFvOqmf_M79Ps_HN0tQ33Iobo7-omNn-c7m5v8vGKBnHFQy2ZxeTUcLNekMrckT4Ltbfhzipmx0bw','Unfortunately I had to make a trip to ER, but thankfully I chose the right place (Copperfield location). Everyone I dealt with, treated me with professionalism and courtesy! Thanks to Dr. T Lindsay, Nurse Dawn S. Rad Tech Nanci B. ER Tech Bekka W, and Ashley S in Registration, who was the first person I came in contact with. Thank you guys for making me feel taken care of and showing me such kindness.','2019-04-22 20:20:37.006000','2019-04-22 20:20:37.006000',5,'Marlon Blair','https://lh3.googleusercontent.com/-KL-ZU4daGUM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm9EcIvJ_ahjYO9AKS7zYPQo0tW9w/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38206),('AbFvOqmf_rrSYWz0ii_g48SDgJg7eIMJIvMtANLl8imDGLFWpF8bo2eYalk8i3XUxGGzcr85nBKHiA','Loved it here.. nurses and doctors were really patient with my 3 year old and newborn!','2017-12-30 04:28:57.437000','2017-12-30 04:28:57.437000',5,'Valerie Montez','https://lh4.googleusercontent.com/-sJurGhuQAY0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmbsnpKIclJQ9N0CXMM-AA6dWkzEg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43437),('AbFvOqmF_ZsI8h8RBgohrwgpIoEeG0ZSa32w9BLLUCNGFuuWzJHra4C8jbaseGgHlF8rpHeu6VSWKw',NULL,'2018-02-27 17:02:05.556000','2018-02-27 17:02:05.556000',5,'Aida Vigil','https://lh3.googleusercontent.com/a-/AOh14GhV6_uYscc2_G2aBSKiYUYz6BGcTgGwoSEwz39ZaA=c0x00000000-cc-rp','14904078213800803294',32603),('AbFvOqmF04mv1TielVVtq5O3ug34FcdvMyIcI90eOWFi2N6vkEzXSbKoAhHQPhQAFN5bZyBgTCvs','Had a great experience at signature care as always. Best bang for your buck as far as medical care goes in killeen. They are always quick and caring. Shawnda at registration took my info and got me to the back quick fast and in a hurry. One of my favorite nurses nurse Amy was there to patch me up after my fall and Dr. Nguyen was very through explaining my aftercare. Always professional.','2019-10-06 16:34:31.800000','2019-10-06 16:34:31.800000',5,'ZoeLynn Kittrell','https://lh6.googleusercontent.com/-3hj2qGNPJno/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn0onQomQx0OaeyRQILaKEah7HGEQ/c0x00000000-cc-rp-ba2/photo.jpg','2694018788013845459',39250),('AbFvOqmf04sw6brbVGpJisFnBxmuVhILXJb86u23nlvs3QV8oarF0K5yrGq6ZXYUDZpeDYPFJRfH9Q','Thank you so much for everything!!! Rita, Holly & Dr. C was amazing 🄰','2020-10-19 23:48:39.445000','2020-10-19 23:48:39.445000',5,'Airianna Carrasco','https://lh3.googleusercontent.com/a-/AOh14GgDkdQ68U3HReORRcb8-yEqGA5-t9a1zeEM4hqbYA=c0x00000000-cc-rp','14904078213800803294',32211),('AbFvOqmF0FcklVN1wKXJwco6-pvn2mCeO8IxliqE4Cas-F-sFPtNrYU5aucY_BX0yK6clj2ctkan3Q',NULL,'2019-02-22 17:15:29.881000','2019-02-22 17:15:29.881000',5,'Casey Barnhill','https://lh3.googleusercontent.com/a-/AOh14GgZV8sk4VPRCJDQyZPs1ajof5cqJvEE193syru0=c0x00000000-cc-rp','17898197009688164559',38277),('AbFvOqmf0RMQMfnGz-Atj81QwikUwFWAoNDV1vY3-TOw1_CgM9wO3OjoCMKPTcZi5qtOLSXAM4LDYQ','Very professional staff and overall excellent service .','2020-10-16 17:01:12.572000','2020-10-16 17:01:12.572000',5,'Fernando Sanchez','https://lh3.googleusercontent.com/-fCFFG8JcKzI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXyjwl23QN1M6c8uTprlcSiEzxlA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32219),('AbFvOqmf1FjsmnRFqcBAy8jgRzHT2_nUC8xP4pG138CrNKjpxGOoXEYOJwnPOMhdGaI-cvrw_FtfNw','Dr. Appiah, nurse Rollie, radiology tech Natalia and Stephanie at the front desk provided awesome care. They were friendly and welcoming and explained everything to me. I highly recommend.','2020-03-06 10:47:45.954000','2020-03-06 10:47:45.954000',5,'Sandra','https://lh3.googleusercontent.com/a-/AOh14GhbD5cCnPJIM67RqNB7iDIJy8H4SLJaeViQAnuN1g=c0x00000000-cc-rp','8679688254631342173',42400),('AbFvOqmf1gFjkw54R27dcKoXtstbdaoFfxLtleOaXrS7e6d8fSR3GEPiYRdjKtsT1rfA5H2iNHxbxQ','Had a great visit with Dr. Thomas, Jaime and Carolina. The receptionist was very cheerful and a wonderful person. All smiles!','2018-11-30 03:57:31.091000','2018-11-30 03:57:31.091000',5,'Monica Reyes','https://lh4.googleusercontent.com/-FK5UJeO4Nuo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmTD8dOh7NA8J-RZbyfDw7krXJG7w/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38359),('AbFvOqmF1IP1agjMe2LMUHkh0KZoopnytLUnzBbhOnycAgTfZ1JjB2oUfqCg9VfQejVz77r7APjXgw','Sita was very friendly and got us back to a room before we could even finish filling out paperwork. Our nurse, Kim, and the X-ray tech, David, were both very kind and attentive. Dr. Werzanski was very thorough and listened to exactly what was going on. They were busy that evening but no one acted like we were not important and took our concerns very seriously. Overall, if I had to be sick, I don’t think I could’ve asked for a better experience.','2019-06-28 16:15:00.812000','2019-06-28 16:15:00.812000',5,'Ashlee Hill','https://lh4.googleusercontent.com/-QUGhj33rxd4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMkCsVRgtJg_LHcgdrhmRJJuSPtw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29755),('AbFvOqmF1r0ul6xMaO7ESU4S4bR1O4N3r1CyH4xOgeZ094AZolhmVD1aiEXUt-aSttEbBn9NGyzzSA','Marcus was really patient with me for the strep and covid-19 test. Alvean was really awesome and they both had excellent customer service.','2020-10-13 16:49:36.007000','2020-10-13 16:49:36.007000',5,'Canisha Barron','https://lh3.googleusercontent.com/a-/AOh14GiOB-tZZigIW1DRSxGzLGl53obrrdIzVUUSYUde=c0x00000000-cc-rp','16389487648212004696',33165),('AbFvOqmf2ysejPT_8VWuu2scBA2hoEIM2yRck05OgKuTFDVmFfDNA9IMFIWqkBD2lgFiuVefL4IO','I’ve been here a few times and each time it’s a great experience. The staff is so nice and accommodating. Service is usually quick and everyone makes sure you understand exactly what’s happening with you. A great place overall.','2019-02-18 14:28:41.214000','2019-02-18 14:28:41.214000',5,'Stephany Hill','https://lh3.googleusercontent.com/a-/AOh14GjnnliuBq6ZePBf6MOegevzmO2bnmj5e1Ph9yA=c0x00000000-cc-rp','3511292162159714121',40642),('AbFvOqmf30j7CVttjTzK8NSIZZvNMusYKtN309WOIbrJRWZs0oYVTswZOf0E6xAyOlWjW02jTM7uWQ','Both Alvean and Patricia were very nice and provided a wonderful experience. I think coming to this location is a much better choice than going to a major hospital because they will see you much quicker and can still provide the same exceptional care the larger hospitals can.','2020-02-13 20:46:51.563000','2020-02-13 20:46:51.563000',5,'A G','https://lh5.googleusercontent.com/-HzmdVmBHBkI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucntlZUwqD_tjK5xOXhipVcsT-ZYrw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33369),('AbFvOqmF3sqmJwvS9jHY7xIEh_kxI1A2Q7JU3ClTxqOtmzKG0qsrn88wzAzicko8NkPw7y7BJOCwmQ','Huge thank you to Kare Banks and Xray guy Gunnar!! Everyone there were all super sweet and kind to my little man!','2019-05-03 17:08:11.609000','2019-05-03 17:08:11.609000',5,'Shaina Scoggins','https://lh4.googleusercontent.com/-TMYTmL-nE_M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck8pXawCvcg8-dGfsZ1FC9YWLzdWA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39874),('AbFvOqmF3tfjJDwXqDvv4mMsWnVnGJOFd5rR1ZCI0ITfNxbgiVG2JvFAXWcj7Xxy8_AilUXZv2ytlg','Great Experience!! Dr.Garcia and the nurse Nicole and Joseph were very helpful..great and clean place and awesome service. Highly recommende!!','2020-02-02 19:01:11.358000','2020-02-02 19:01:11.358000',5,'Carina Leon','https://lh6.googleusercontent.com/-ozQ2GTCYFGA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclv1tR-WxQ7MVcV486Y2mF43igU2w/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43119),('AbFvOqmF5_A4P9rRtKIOxAQco3u4Tz6IT-p_01iC1qwF947idmbUFt_IXVaHmLDicJn_m9tYC1N-','Came to get a COVID test per request from my employer and it was very fast. Dr Jolly and Aracelli were very professional and made the process as painless as possible.','2020-09-10 14:52:59.003000','2020-09-10 14:52:59.003000',5,'Jeremy Natividad','https://lh5.googleusercontent.com/-wSqBNOaPy4M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnsopi_97CjX2FUq0NLhot1qL56oA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41295),('AbFvOqmF64pkwWZes_b14oPqKzGpstlJIxRkPw1rtulBixlr61QOUMjbZaNMOVXCUg5w8jbFV93yNw','They were so amazing and nice. Made me feel like their friend. They explained everything perfectly. Thank you Jennifer, Susie, Matt, and jorden.','2019-05-22 13:16:37.903000','2019-05-22 13:16:37.903000',5,'Montana McCraw','https://lh4.googleusercontent.com/-c7vqBUUzCGY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclyU6RK4l17NTkkQsKzD3jdYH3dnA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42071),('AbFvOqmf65dWT1di7F0_9EWbQQBLWJHEnIVvVy973ZTtx01GL8RFWE9l4v3GB1VcgEhM4EtV9k21MA','Loved this place, so quick and personable. We had Clay and Christina R. They were amazing, and so sweet with my baby.','2020-09-13 14:19:25.364000','2020-09-13 14:19:25.364000',5,'Karen Bridges','https://lh3.googleusercontent.com/a-/AOh14GjaJSwq-QznmWDgtN2qdsxKlBtTd2iRIIuuf88Z=c0x00000000-cc-rp','16891069708558046635',35811),('AbFvOqmF7y_Ni4KJau9hdcs6ULXB2-B7W4RSyIBS8Rihtyqu7IHPH-aJvrPfHuP6k1RR8hq4Vm7sFQ','This place really makes you feel cared for! I was taken care of by Anthony, Natalie, J.R., and Dr. Harjai and had a great experience. I give this place my top recommendation.','2019-04-03 19:12:19.623000','2019-04-03 19:12:19.623000',5,'Brianna Crooks','https://lh6.googleusercontent.com/-bJIdE4kiACo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckw3AN33H0S9YWfQyMbFEfuYjdz4Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34921),('AbFvOqmf8irCc4u1SeMDlVLHVX6jSkTzbJrdZeytGcKIsPU0EFT4YS-rSPqDPY0iBAQDOBbnr-Txzg','Clean, polite, fast and professional','2016-04-10 21:07:16.508000','2016-04-10 21:07:16.508000',5,'Donna Hodge','https://lh6.googleusercontent.com/-ZY9ztDQ-AXM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckoHliIl7NN1SXJk3YSbnhUda8GcQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37365),('AbFvOqmF8qYxwtPgyMfakikc-_azpRsDQP5c5zzvGeUqkX6OhZvPH6YTq5Xvx0znhtvb6UdibmOD','I had a excellent experience. I got to watch tv and eat snacks while here and the staff was very friendly her name is Patricia C.','2019-12-27 19:54:25.602000','2019-12-27 19:54:25.602000',5,'Doughboy Torrez','https://lh6.googleusercontent.com/-_7bTB3HqMes/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnaZKOW86YSDt56-7EhXEuaUL-o6Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33566),('AbFvOqmF8tENbxmYftyWUSUDhJo9dh07Yit2S37tZBS4kt5ICceENCoQBzgWJPMTShiOSKfHULac',NULL,'2019-07-11 12:07:01.118000','2019-07-11 12:07:01.118000',5,'Sarah Kline','https://lh4.googleusercontent.com/-cXBNPKK-4ak/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclj4Yguewexq_BFrGAU3BdmE8GxCQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41669),('AbFvOqmF8wCUdiwn-oXGx_UIbOrteclkfyvrhizcPbZm7n0kzySXc5cqOw-UfaSsu7aTvj3RUj6bNg','Dr. Vakey and nurse Jacob were so nice and helpful, made me feel a lot better. The tech Juan was amazing as well. Highly recommend coming here for any emergency','2019-10-14 17:08:22.406000','2019-10-14 17:08:22.406000',5,'Anon.','https://lh5.googleusercontent.com/-5cP3KhNZn14/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl4aGU5nsIASTVJP-Yvskl1mqazjw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34617),('AbFvOqmF94C6humMkjzcrhqmK8Xj1ASB_g_MbzdrQHCO1yBuYPV-dZkHcUoINnwRPavG63GIhByhOg','Super helpful staff!Clay,Bo, and Chelsea were all welcoming the entire time.Def made it as enjoyable as a trip to the emergency could be:)','2020-11-22 19:17:54.626000','2020-11-22 19:17:54.626000',5,'Christina Solis','https://lh4.googleusercontent.com/-CRweozxYsoA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclO3MiIvHvBBbjKt6k0xcBLZJSm-g/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35564),('AbFvOqmf9sd9Yzj-UCRvKpwYAOS7oLe8YLqpveiDngs0CpTff5cli46bLZ8E3t4hIEx99WE6ABpw',NULL,'2020-02-06 21:52:02.266000','2020-02-06 21:52:02.266000',5,'susake u du','https://lh6.googleusercontent.com/-5P6bYuzhu9g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnhnJTbfGgC-hYarNrzSN0RS8f3vA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30263),('AbFvOqmFa86IEv9DtQJGJCcODpKAJ3NH5I1-xSiUWg5R-g-7lCuUqcucowwosQkYo4Co_hcHvygC','Front desk people are really nice','2020-07-29 14:03:39.112000','2020-07-29 14:03:39.112000',5,'Luz Marquez','https://lh6.googleusercontent.com/-LfrjPwqO-IQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmBv4yB1RNWP8DnYT8qLxsSeHIFmA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34231),('AbFvOqmfaa5Fj2oMXHOGtwMYpshyyXT1CCwoo6-_LDKuNpkbZGvLHjVzaZdXEPW6vBCOOtP3-lQK-w','I walked in and was met by a very friendly and concerned receptionist. He was being so patient with everyone in the room and doing a great job of organizing. I filled out one small form and right away a charming nurse came out and got me and took me to an examination room to consult with me. She was super nice and understanding. From there I waited only a min or two before the most attractive young doctor came in and went over all my concerns and got me checked out. couple mins after that the nurse came back got me and took me back out front to the reception area did a little more paperwork and paid my bill. This is how things should be done. Thank you all so much. Great job!\nSincerely\nJames Kent','2019-01-09 17:59:49.430000','2019-01-09 17:59:49.430000',5,'James Kent','https://lh3.googleusercontent.com/-tdWCzVTPtwE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJHg6AlnONXVpkr5Xmp6zzvd9ofQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36848),('AbFvOqmfAa9gx7ZEhnJmKxD-ir7OY2pyu5EB1541yE8BK8JlzxqynZ26_OA_jusGVbEseSt72Ys4jA','Ive been here twice so far and its my go-to for urgent care. They\'re quick to take you in and see whats going wrong. All of the staff ive interacted with have been very nice too. They do all the testing you\'d expect from a \"real ER\" just much fast and much more comfortably.','2017-07-22 23:51:45.875000','2017-07-22 23:51:45.875000',5,'Adam Lowell','https://lh3.googleusercontent.com/a-/AOh14GhCdxBCY4sXKugElTUIc3tOycECFj0BY8kboo_JOA=c0x00000000-cc-rp','14567670160750071148',31004),('AbFvOqmFAIArMYLImM3TIKjWSsPtsgPwPP-wc3ZAC-7gfzU9wGvc1cffWNO4mTK0V-w05hH4S_SIsw','Great job Skyler R., Jamie M., Courtney K. and Dr. Henderson.','2019-12-18 06:38:06.456000','2019-12-18 06:38:06.456000',5,'April Blount','https://lh3.googleusercontent.com/-R9WQel-vRTE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclccHj0jEDCU6PP-lSAgR9NKu8AiA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41968),('AbFvOqmFAJU0wTZakcgUaHLFLm85fXYuTXQipvoRJvyu0SQBVP13GRb-KsmF19X8nhu5-lvrsWQw','I loved the service here. The Doctor Dr. Miller was the absolute best doctor and most sweetest person I\'ve ever met. The nurse Meredith was very nice as well, Ms. Amy. Brandon, and John were all so sweet. God bless all of them. The world is full of ugly people and they all proved that the world can be beautiful. Thank you guys for your service.','2019-07-30 21:05:29.748000','2019-07-30 21:05:29.748000',5,'Jade Tatum','https://lh3.googleusercontent.com/a-/AOh14GgsExPz8SQpiNV1oULFNSD5JYnPPNSdPJ1CyfIleA=c0x00000000-cc-rp','14567670160750071148',30483),('AbFvOqmFb09tX9WBIeuA_ty09d2GxUysLQ44fL4owTIKxqDfQUcaAdjj3NiL_k4n-0Ho7auUcY5W','Dr. Kimball , jeri Rn , Becca , Stephanie and Becky where all very helpful, patient and understanding thank you so much ...!!!','2019-07-06 02:32:57.116000','2019-07-06 02:32:57.116000',5,'taniel williams','https://lh4.googleusercontent.com/-20VSMO0WwEA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2vZCDkejbXkIj7BA9vHdvyOFIlQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34781),('AbFvOqmfb3Ey3HyeB33M2ga1B0elDvx4zWKrHaYS9QBQrT9Tqo_Bj1jwPeWBFIn5w9ysnmS-VjXWYg','Great place to be healed!! I\'m a very hard stick and my arms were already covered in bruises from previous visit but nurse Lucas was able to get me first try when placing the IV which NEVER HAPPENS!! Dr Ashbrooks was very friendly and did not moonlight me like you get at regular ERs which was refreshing. Kim at the front desk was able to get me quickly checked in and back to a room.','2020-02-27 15:52:45.980000','2020-02-27 15:52:45.980000',5,'Mandy Johnson','https://lh4.googleusercontent.com/-5sH7CAt-Z-k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckZVEGhNNC4ZtzvBUJx5yGZYhgFig/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39599),('AbFvOqmfBiYiIMMh3PJ3ldeCnMfzlQ--HJI7Y7ZnCYakAymL7D3te_qDp6EGi8hgs5Yl_9LCRFJqvw','Very attentive\nListens and makes sure to be as helpful as possible','2019-01-17 03:33:08.811000','2019-01-17 03:33:08.811000',5,'Carrie Garrett','https://lh3.googleusercontent.com/a-/AOh14Ggj4CpsAAwn5MpjOHJS57R3Eg1YK9RH6OEHOHRygps=c0x00000000-cc-rp','12541597562633926366',29156),('AbFvOqmFBvkKD0c6Sf80xrKQMwwywVWxO7mKZZSkaI376T7UButw5wopwT4Izaj0lFOWMJ7e7lEzyA',NULL,'2020-12-21 14:56:51.645000','2020-12-21 14:56:51.645000',5,'Life with Lexi','https://lh5.googleusercontent.com/-fSfJIgpv7r8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclFG8IJRaUVJ8Ge8dhlLkedxiYjfg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',43531),('AbFvOqmfcc0MDd2G481Bc8yCBLFGpZyzhiags1q-dVz8BMAjTzxnHCYdOP5ao-HdTeeUu1ne7qtcZg','All the staff that I worked with were great! Dr. De Waal gave me my diagnosis and I left feeling relieved by the results. This place rocks!','2018-08-16 02:48:19.603000','2018-08-16 02:48:19.603000',5,'davren montgomery','https://lh3.googleusercontent.com/a-/AOh14GhMNypVGa6Ih3nB70R7GFtvvpjCFQ0aZdgbmM0KXA=c0x00000000-cc-rp-ba3','16891069708558046635',36370),('AbFvOqmfcI6x9G_Pg1QhRxEcV7fTo26jedtYso2to8S6L4iUrO2lqQ05oz4i_zipF3ugBpk4kP9kZg','My wife was in and out so fast and the doctors took great care of her. The doctor and staff did an amazing job. We definitely will come back in the future.','2020-09-25 00:28:15.371000','2020-09-25 00:28:15.371000',5,'DoctaJayTX','https://lh3.googleusercontent.com/a-/AOh14Gjl22PlyRIC51KQIG351MLu2HPyB2RkFR6nsJ97nA=c0x00000000-cc-rp','6521947413723274945',41288),('AbFvOqmFCxagz7MpptSWGv1GxiL6-U6WypXmdhSRh62tgWjgiNUSjW0gB9lerilMnbePoSdryy8qxQ','Dr lindsay and mercy were helpful','2020-12-17 19:20:52.874000','2020-12-17 19:20:52.874000',5,'Cristy Bouley','https://lh5.googleusercontent.com/-tYLHFV13KMw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckE0hgXdpUYZrGXfVR54lCTaPDMHg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28417),('AbFvOqmfd4yjujUPqBKkZqCXuNk2Paxu6aCpuL8bvIrMQEamURYeJsHJWqEoY42H3ZLRgX0y43ZABA','Fabulous, as always. Strict COVID protocols in place and are much appreciated. The team — Nisia, Remington, Tina, and Chelsey — took great care of me. Dr. Miller is awesome!','2020-10-02 19:57:25.718000','2020-10-02 19:57:25.718000',5,'Craig de Waal','https://lh4.googleusercontent.com/-fS7UoX6wnEM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck2-ZEFasqp_Q7L9THRlFiSgkG78g/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35751),('AbFvOqmfdA8aYcrt-V-kb8QqPx-wW8IlfRg0UBKdL0rIJDwgBW2iUkSqjqH9HLBA9bF3h9KoQe_1RQ','I am saddened to write this review, however, this is a warning to anyone thinking of visiting SignatureCare. First, let me assure you that this review is in no way related to anyone on the staff; during my visit I was treated well by everyone there.\n\nSignatureCare continuously sends out marketing material in the mail where they present themselves as \"your neighborhood care provider\", making it appear as if they are a routine care center, telling you that they are there for any health related concern no matter how small; from a stomachache to a simple soar throat. With this pretense, I visited SignatureCare for a soar shoulder, minor discomfort if you will. For context, I will offer that I was asked about my pain on a 1-10 scale, to which I answered 1 or 2; the doctor then saw me for no more than 5 min and a painkiller shot was administered at his advise. Little did I know that this visit (one I thought would be no different than seeing a local doctor, again, as they make it appear on their marketing material) would be billed as a full on emergency, one equivalent to coming in with a dismembered arm.\n\nIn short, I came in with some discomfort and left with a painkiller shot. All for a total cost of $3,987.00. Again, for a soar shoulder.\n\nI write this to make you, my Heights area neighbor, aware of the misleading information you might receive from SignatureCare. Be advised! you will be billed as an emergency for something routine and minor.\n\nIn addition, efforts to obtain information from the corporate office about the misleading nature of SignatureCare\'s business practice have proven entirely futile.\n\nUpdate: I emailed SignatureCare as they requested, however, no response or follow up from them.','2020-09-10 02:54:41.858000','2020-09-10 02:54:41.858000',1,'Diego Castaneda','https://lh3.googleusercontent.com/a-/AOh14GikNUb4YM92_Zi0vxitixlJO8cucdKOq7VHqx3f=c0x00000000-cc-rp','14567670160750071148',30122),('AbFvOqmfdAg0mmE91bzL8ABRjKEEX4c14LsdvlZ7PcblLtAQGofKNLs62V3fO4uym8EWbM4pPERW5w','Super friendly and attentive staff. Thorough explanations provided of everything happening and needing to happen. Attention to making the patient comfortable and at ease definitely prioritized! I recommend Signature Care Emergency Center South Austin very highly! I hope I will not have the need to come back but if I do I know I’ll be in excellent hands.','2019-02-03 09:31:18.359000','2019-02-03 09:31:18.359000',5,'jessica rattray','https://lh3.googleusercontent.com/-9KcNTVT04LY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmigpFgLAB_cOzJsaD_Q32c0VYR2A/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36282),('AbFvOqmfDRIU6bHCfCc4f6WY1hj0LV8QE5PN9cDJ5tvWY2ptuKX35KyHlngghkCTNmWYdTlLUnWM','Dr. Tran, Troy Nurse, Marvin Radiology, Jesus Registration, Sean ER Tech. I was well taken care of tonight the whole staff was wonderful.','2019-09-25 04:02:11.454000','2019-09-25 04:02:11.454000',5,'Marvin Marshall','https://lh6.googleusercontent.com/-dH_OSVAwPVs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHgw6ZHdriwwQdr79JlUX3BgegNg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33934),('AbFvOqmfE-8u9vwl7ywbkInjbbmlem41GREA2_8LRR_wJt4UToL9wFUXpcV_oGeaRw3hjQULLpIRHQ','Kim ,lucas,sherri,carpenter there were all awesome best place u can go to get seen excellent staff','2019-02-28 21:37:45.284000','2019-02-28 21:37:45.284000',5,'King Jonathan','https://lh4.googleusercontent.com/-A1Z3Jk6xBeQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckSsV3oQR2nvKte-SkT6SBt9AkFig/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39905),('AbFvOqmfeaWH_ew4x28RhUD1leoAdk3LhWpKcsJO6DBBnSyYjn9uL6d5DC8VwxuBueNt5d_OiHMdeg','The reg nurse is very nice makes you feel welcomed and like you in good hands&& the nurses Julia and crystal are very nice and listen to what you have to say the doctor is vey attentive and also listens to what your feeling. Over all I’ve had a great experience here.','2020-12-22 13:31:06.614000','2020-12-22 13:31:06.614000',5,'Michelle Mendoza','https://lh5.googleusercontent.com/-ZXCitcoJL8A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXwgTU8uk2bnmQAFP49M5ANqOSNg/c0x00000000-cc-rp/photo.jpg','15979470999169074295',43704),('AbFvOqmFeOwyQEBviN2W1U7uN7j8YYCnxb1U6OhlIiPi0TDzcu7aNRy2OlvC99WeuZJuUS7Avmb0Ig','They are so nice here and it’s so clean','2019-11-27 07:25:27.812000','2019-11-27 07:25:27.812000',5,'Audrey','https://lh3.googleusercontent.com/a-/AOh14Gh1wBNwdlxQJV6ITlySCo0CE7snNwm-V4fe3np1WA=c0x00000000-cc-rp','3272657195432704501',39765),('AbFvOqmFERB5cR419rf0FbaNoA_cPq3KdBcI2BC26EolpRx9t546MCo3wP4vPTSQ6oJUrhqJo6emiQ','No wait time. Staff was very friendly, caring, and knowledgeable. Very patient. Thank you to Ashley, Kristina, Tino, Olivia, and Dr. Wang!!','2019-12-16 01:00:43.796000','2019-12-16 01:00:43.796000',5,'DJ DOBBINS','https://lh5.googleusercontent.com/-4PcZn9Tsnds/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKr5LRYcdjxgx2DJS5r-mVkmhIQQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28942),('AbFvOqmFEZGRkaQvsyYEyciwKO9hxS1bckg3bNYP75vqUu2TUUgvxWijSDwZeiXqRvSgjboBIoZmHw','It is very clean and as a patient I felt very welcomed and I felt that I was properly being taken care of. Anytime in an emergency I recommend them. Their service is too adequate. 5 stars for a reason.','2016-11-16 12:14:34.750000','2016-11-16 12:14:34.750000',5,'Deja Ham','https://lh4.googleusercontent.com/-2rRZwgZ50EM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck6366BHlAzss1Tq3uf3N8uKz5_Ew/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31158),('AbFvOqmFF4XPY_8zmoQkP0jj7PtRG7OwreKu5iQfpAfbWzfz5CV7kofFe_cItadbFS80r_bZDPgUEg','Had to give a star, it would not let me give none. I had appointment for covid test at 4 pm. I showed up at 3:40pm according to their procedures. At 6:05 pm still waiting to be attended. Horrible system. Dont understand what\'s the point of appointment.','2020-07-13 23:14:31.284000','2020-07-13 23:14:31.284000',1,'Pragneshkumar Patel','https://lh3.googleusercontent.com/-Ai46vQGQkJM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmsvEWbkcwGNMzHuAuMgIDDK-BUfg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36556),('AbFvOqmffrawpR9tnyctd_LJjV2ZvVHiRILW9srGSzoL7ddSPzziGYiO7u20Hdo-PDdd1TLRQFaqcw','Hands down the best care ever! Rita, Rommel,Adolfo and Dr.Smith are the best!','2020-11-09 01:23:29.548000','2020-11-09 01:23:29.548000',5,'Kenzie Payton','https://lh3.googleusercontent.com/a-/AOh14GgZmAQK2NapsjT7MOxXn4_ApjCLrDLPfzazgogyaA=c0x00000000-cc-rp','14904078213800803294',32161),('AbFvOqmFfYOJ3nUsR1qauMUIUZnI0NBlMbBfajihqNBTQKAYxCU2eNxr5nQNB_fEhs5xh85mlvqgKg','Everyone was nice. Everything was done in a timely manner. The facility was clean and comfortable.','2020-02-04 22:07:50.677000','2020-02-04 22:07:50.677000',4,'Janet Mitchell','https://lh6.googleusercontent.com/-OJKOZaVwWB8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucljIqUZpVQ2Ec0hZD-GDT85dih78A/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39140),('AbFvOqmFGCSws9GtKqJOPkqaID4QOBGWQ68pBHmYtGO1dMZtaf5kj1NCPCwyfwjJix2gZRHwbU4VUQ','I was greeted by friend staff and a nurse. I was braught into a private room and we discussed my problem immediately. I received my x-rays and ultra sound in a timely manner and both technicians were super nice and super awesome! Dr. Ashbrooks was an awesome Dr. and went into detail of my problem that was much appreciated! I would highly recommend them to anyone!','2019-05-04 01:47:48.786000','2019-05-04 01:47:48.786000',5,'Haskell Head','https://lh3.googleusercontent.com/a-/AOh14GgMu_aPMTeKh2SPML0zdm8zu2dNhg3GW8VzDebOaQ=c0x00000000-cc-rp-ba3','3272657195432704501',39873),('AbFvOqmFGUM6zuutUNvuXNTSzj2s4-E0PoOLlxsk_-MIqPElihyVQTP0yoFnj8p33xCa2fLtYYrvDw','This place is the bomb! Went here twice for Covid testing and they made things so easy - very efficient process, plus extremely professional and friendly staff. Would highly recommend for any emergency care needs.','2020-10-01 20:26:58.706000','2020-10-01 20:26:58.706000',5,'Courtney Goeres','https://lh6.googleusercontent.com/-o0hUxvOMn9s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckS_J4P0V18sWj7tOIkAGo4lm9NUA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30082),('AbFvOqmFh58z_K-weWeKym5IGw0CjndC5W594TlzfztAQwMd6F6Wlj3giYyVib1ZpCYJ7Sk1D-Mo8g','Lindsey and chelsey were extremely professional and very welcoming! It’s my first time in and I live down the street so I will definitely be coming back for any emergency needs!','2020-09-14 19:25:42.772000','2020-09-14 19:25:42.772000',5,'Ashley Teykl','https://lh5.googleusercontent.com/-o14at8fgXsQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZWjKt5zUq6ls_v8VA99pni1cXRg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35793),('AbFvOqmFHaR7jOQ5wtCjKX7TZmyn58kC_jLg-n6nWFcFImvxEaFtEvnrvlYMdhLCz-SEjWrn2QslmQ','I was in town for the birth of my first grandchild and became ill. I googled for the closest emergency care and decided to go here. I am glad I did. Staff was outstanding and made me feel like I was very important. Not at all what I expected. They were very thorough and consistently checked on me to make sure I was comfortable. After many tests and IV fluids and antibiotics, I was able to go home later that evening. Highly recommended','2019-04-24 11:50:54.490000','2019-04-24 11:50:54.490000',5,'Chris Holcomb','https://lh6.googleusercontent.com/-FQOkueyfDHU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmasHelFqvB5ibbyKhyqzyzYkcLBg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29107),('AbFvOqmfHhdpf3JoqB-NGGfh_elszZEizRONASNUkYnCWl-WO6dx968fIy_mD9RQNengSkV528jLCA','Great fast friendly service. Dr. Patel, nurse Shelly D. Desk Alexis and Rad Tech Heather','2019-02-24 03:30:33.608000','2019-02-24 03:30:33.608000',5,'Denise Iheka','https://lh3.googleusercontent.com/a-/AOh14Gi6zLTCSNHVmBDO3a3q8BXZDBd6DHipuntLOoEGOA=c0x00000000-cc-rp','17898197009688164559',38276),('AbFvOqmFhpJ9_kipZS8wE64DaebaVEIGVffZOsmrcWhMi7g1clOXxYj3lr-MbVsNuMoyU_4dOIPo','I went into the emergency center because of a foot injury I sustained playing basketball. When I arrived Airianna was very helpful and got me in a room with the nurse Carissa almost immediately. They were very knowledgeable and efficient. I didn\'t have to wait an eternity for Dr. Samar to attend me and go over my xray results. The whole SignatureCare team was great. I don\'t want to get seriously injured again but if I do... I think I\'ll be visiting this facility again.','2016-10-14 14:54:46.063000','2016-10-14 14:54:46.063000',5,'Jose Cruz','https://lh3.googleusercontent.com/-Im0cCpMHQek/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclnl_pmIjUsqFoSWzIqUakMmGhxcw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32776),('AbFvOqmfItOgnqqXCTr0nK0VNKeeVDxGEQclWhKfmcOfJZ2LUwNllOBKP-iYUYN7tdtqGJgPXGIpug',NULL,'2020-06-25 04:05:32.443000','2020-06-25 04:05:32.443000',4,'Roberto Jaimes','https://lh5.googleusercontent.com/-FtpQIoJcH3c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmBXu7kFw7QwtsW3Wl5TzSq4QNUvg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35865),('AbFvOqmFiwA2PCqoFokdPZefaaJAS0CPDT7AM2tSbSi8SUfLUXrHe5dNRwrmJ62awTotuY0ZTcb3',NULL,'2019-12-22 14:27:50.188000','2019-12-22 14:27:50.188000',5,'Hannah Waid','https://lh4.googleusercontent.com/-jF-dgynje0s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm0UGRrniw9JGpyjZE25Ek_zFVn9Q/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39746),('AbFvOqmfizMQxTjicVIpz28W9FpKBNiMkStEjxKBOwBkyD-cDIfO_b86FN1n45xjQBW4Gkclm-hfqA','Unbelievable care , best er visit we have ever had !! Facility was very clean and nice decor! Jennifer at the front desk was very welcoming and nice ! Christina R was our nurse , she was Very attentive and seemed to really care ! ( which other er hospitals seem to treat people like a number —- NEXT!!! ) Chelsey took hubby’s vital signs , offered warm blankets and pillows, all with a smile and bubbly personality. Even the X-ray tech Christina was nice and very professional. Dr Elsbecker was amazing , listening to our concerns he was very knowledgeable and understanding! Overall I would give 10 stars if I could !!! And definitely would recommend to family and friends!','2020-02-21 20:14:40.986000','2020-02-21 20:14:40.986000',5,'Erika Folger','https://lh3.googleusercontent.com/a-/AOh14GjNtMAQAB3x55RX3WCDfEsE2KZtJLOBqGQLrbyB8w=c0x00000000-cc-rp','16891069708558046635',35959),('AbFvOqmFj-n4xCtDwIlz2rwbym-lRV4t3_kFnEZ8u4ZUerCOYDL1DMN_trtsEUD8OJcsyIVdH0Ds4w','Dee and Alysia were amazing! They were so nice and attentive.','2020-11-06 23:59:36.443000','2020-11-06 23:59:36.443000',5,'Jershuntas Webber','https://lh3.googleusercontent.com/a-/AOh14Gg9QMIhSutjXS0OBilaUqroVyDTM3308cB_eyW4og=c0x00000000-cc-rp','12541597562633926366',28476),('AbFvOqmfJSUU6OyXYtbtahyOisxdB_03xYRavSZ5kAPRqtU_RU0REFSz7SHV0UUvMQd02M767o18','Great Emergency Care Center! Very helpful doctors, nurses and stuff!','2018-03-21 20:19:01.163000','2018-03-21 20:19:01.163000',5,'Florentia Kavoura','https://lh3.googleusercontent.com/a-/AOh14Gj05TkTcXqVIZdZfoIQ8CZzswVR5HPtIUG6Jhkh=c0x00000000-cc-rp','16891069708558046635',36417),('AbFvOqmFjY5ULlOzW1qGO8wcZHW_1-lC_sTVX0daw1mmpq80wrIvGeMiRlRno0gcD-uo_5_sTYaG','SignatureCare has been a lifesaver for my family on several different occasions. The service is always fast, professional but also very personal as well. We are always well attended to, every step of an emergency call. We drive a little further than the hospital by our house so that we can be seen sooner. Can’t say enough good things about SignatureCare. I hope they open more locations so the service is accessible to more people.','2019-12-19 04:47:46.035000','2019-12-19 04:47:46.035000',5,'Info Zen City','https://lh6.googleusercontent.com/-UIvG3eTnU_0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckqN5rMy5JDG95Fi4zmWsBv_30xlw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28937),('AbFvOqmfk8LvIbJUqBJZ1BNvDd26L_h2zWnxzIhUU1sle03OYaHRrz80DQ76UMtLFu9HDaTawBhj','Both visits here were 5 star quality. One was a morning visit and the other was a late night one, both for different eye issues, months apart. Each time was under a 5 minute wait from the time we walked in until we were taken to a room.\n\nFrom start to finish each member of this organization was so friendly and pleasant. Their tiered pricing system is well balanced and generally affordable for those of us without insurance. I would highly recommend anyone to come here if you\'d like to avoid dealing with a general hospital.','2018-04-22 23:56:53.820000','2018-04-22 23:56:53.820000',5,'Daniel Aguilar','https://lh3.googleusercontent.com/a-/AOh14Giu1BQpfnvcP_8mOIc35WYoE3ILKeUVAPz95lRZ_i8=c0x00000000-cc-rp-ba4','16891069708558046635',36408),('AbFvOqmfklIPIPUpT4PThNQvDDwYYGMzjcDOCwLCLcpRyrDxwhFPyibIvBdOKq_tWnpaFYRpUAtI0A','Kim, Corey, and Andrew were awesome !!! Thank you!!1','2019-05-02 01:34:38.534000','2019-05-02 01:34:38.534000',5,'Katelin Payne','https://lh5.googleusercontent.com/-ehK0SZnYMQI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmKh8qYVdbRwH9ha6nwe6p-skM_MQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29861),('AbFvOqmfkOpWWtW414_05HomO5m5yYAqzwkk3aFLQMNeoXIecTKG4VfK0Ff_I7Yf6YwCyN2n2ZIe','We had an excellent experience with the signature care emergency center employees. Everyone was so kind an attentive. And excellent patient care from Dr. Huerta, Nurse Kiera, and Registration lady Nancy I might add.','2019-10-31 00:37:57.802000','2019-10-31 00:37:57.802000',5,'Carlos Leyva Jr','https://lh3.googleusercontent.com/a-/AOh14GhNo23EFfPHog2GCLS1Ko-YM27P4cnkLTOJd8yzdA=c0x00000000-cc-rp','6521947413723274945',41565),('AbFvOqmFksl7t8dJPR_zUFvdpKK49h_qzialdivx6MeRMJd7O0VXZGhu0CNJh8DWLKgNdWJ90uwhUA','I usually go to west Houston hospital, but after a recent uncomfortable visit i decided to give signature a try. BEST DECISION EVER!!! The staff was so polite, caring, and concerned! Definitely will be going back if need to!','2018-07-01 12:34:38.981000','2018-07-01 12:34:38.981000',5,'lenisha browne','https://lh3.googleusercontent.com/a-/AOh14GhKNV3Zz9zqyQapLcwXepWP-Um7J1tMZx2Q6QbNwnk=c0x00000000-cc-rp','12541597562633926366',29230),('AbFvOqmFkx9JXsu6p9B1KVejwy8BrpEYMsNW-_3hC199ZKTmrNLwOsd578FEADR30fu30xvLInPbuA',NULL,'2020-08-26 04:58:57.516000','2020-08-26 04:58:57.516000',5,'Sadia Shantu','https://lh3.googleusercontent.com/-DijFKQKGU58/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclAPlYdlQ6h5ufoYPUf4po9lK_JHQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31741),('AbFvOqmFl57VC76P8MQDm6KRMMdK3h2-_2m3OyK7p3VPY3_zes8cHkMinj4cQn2aa8w_pkL-t2tj','Dr.Jones, Karen, Gunnar, Keo, Courtney, and Kelly were super fast and so patient with my 3 year old! Would recommend them to anyone! We will definitely use them for our Urgent care needs!','2018-12-31 22:00:11.229000','2018-12-31 22:00:11.229000',5,'Ashley Booth','https://lh6.googleusercontent.com/-eRN6Yw1iYDw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnCdMZ485R0pPfihTqF-8HjzbpVtw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39975),('AbFvOqmfl7eveaP5piu5m43nKwGH1v_quEyYEEd20mFw20WI50-7sFwhjhHnYXAYc8bLFY0-eap8AQ','Fast and easy! Great service the nurse Lindsey was very helpful she explained everything to me. Thank you! I strongly recommend it.','2020-09-10 02:35:15.586000','2020-09-10 02:35:15.586000',5,'Gaby Campillo','https://lh3.googleusercontent.com/-HDgrY8iG8sc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVeU2k816ErfGSU6eIHij9aFOQVA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42299),('AbFvOqmflEE8IxNAQHjfC_-9qD6siWx_E6taLfEvDRiG1THIbAsoSG3AdB8tkmrOye2p5_VmhZMwGg','Really friendly staff! Doctor was very personable,smart & surprisingly happy!','2018-12-24 02:48:00.542000','2018-12-24 02:48:00.542000',5,'Bridgette Nealy-Davis','https://lh4.googleusercontent.com/-m_QhRHe4gFc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcklCKL67fat-Xt6xVpbeK2fGhFA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38346),('AbFvOqmflZX2p6sRFibdPP6qYALVTYbEEQ6rvuObJq92q5Cajj6zKatcpgNHgua3RiWzwcrQolTE0Q','Gina my friends nurse, Dr. Souman, Dion, and Amy all helped very nicely!','2019-04-20 02:06:46.645000','2019-04-20 02:06:46.645000',5,'Ghufran Ali','https://lh3.googleusercontent.com/-2fPY6Hf7DEE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_wEnVF94tRdGpuQ3zcffgQL3fJw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40598),('AbFvOqmfM3KOseHNn1OLnbQ7HJ42E1d8ne7IWfpQKCsTAsWQUtHpRq_HQ-E3-CFm-m-e-s5AcXc0_w','Everyone was awesome and quick as always.','2020-03-09 14:32:44.705000','2020-03-09 14:32:44.705000',5,'monique bridges','https://lh3.googleusercontent.com/a-/AOh14Gj9VaYXGRO56rozpPsocjsoJedBydgO6HrFSs4VdS8=c0x00000000-cc-rp','16389487648212004696',33280),('AbFvOqmfMauuQwFvpxH42bHSrGZHiaVXS2aHo_ci4JyIlAQgpZ67fZuwJsnaZqW6aed1BN3_GgIhDg','Came in at 3 am got fast service & great care from Dr.Daniels, Rollie, Natalia & Stephanie for a friend! Good to know something so helpful is so close to home!','2020-01-15 11:34:42.478000','2020-01-15 11:34:42.478000',5,'Kaliyah Marie','https://lh3.googleusercontent.com/a-/AOh14GiqVzqurV0zolob5I7XNolvzhZJNg7voe1JlmU=c0x00000000-cc-rp','8679688254631342173',42502),('AbFvOqmFmClV9YY410ebetCIf2NBYoT1yQL73rqbiNT_bKzjbJCmskKkVxDCtOzUS6Y0-mWqvlgc9g','Fast and friendly service! Kimberly, Brad, and JR were great šŸ‘','2017-03-02 18:37:37.637000','2017-03-02 18:37:37.637000',5,'Mike Hulick','https://lh3.googleusercontent.com/a-/AOh14GgiBp4BobFHrJcsAfQ7PqN3DPwAGAuyN8DdKD4=c0x00000000-cc-rp','16590124370714063921',35486),('AbFvOqmfmeiwNlOrzJrnU8fOYFogu_6Cox39CNBlmpHv8FJyVozT3uL39NXQ7LaG1LA92TTKZoQ','So far my experience at Signature Care Copperfield has been great! The staff has been very friendly. Haley, Asia, and Evelyn were very welcoming when I went in, and Elaine and Dr. Henderson provided clarity with the procedures. I hope to not have to come back but if I had to, I’ll definitely come back to this location!','2020-11-10 17:47:13.002000','2020-11-10 17:47:13.002000',5,'Chelsea Howard','https://lh6.googleusercontent.com/-MkGJvjWgeog/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm5Ily94ECHQuoA2meiQ5JsMaNwvg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37451),('AbFvOqmfmjiuQhvp1cqOEmn7ovjk2pazTwUymCMuET-kfdIZFFb4lKKvInde8nmUC3gfcE0pBlMoig','Friendly staff fast service doctor to time to explain and answer all my questions','2019-07-13 17:27:58.824000','2019-07-13 17:27:58.824000',5,'Domi Bernal','https://lh4.googleusercontent.com/-l2ToKTYc8FQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclR4KRh-OhehYineIPMljlPQbGMbQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43220),('AbFvOqmFMm8UGOAyTwGeBEZ2-Z42kipvT4pV-LS_bePMOKkTfcunkRa391IwZoH6c1LITssAkhHeuQ',NULL,'2020-10-17 21:41:00.976000','2020-10-17 21:41:00.976000',5,'Holly Crow','https://lh6.googleusercontent.com/-u3U7wOrmPqA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl9_Be-EeZmbuWqFHju9Th0_wdQ3Q/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38921),('AbFvOqmFmzEphFkweL7FsGukD2zAOTG8zsoVD9iWEHTW5YwMzqrrKsN-sm_xXLzZ27NL91lcCcT_PA','Excellent facility. Quick service. Professional staff. Great experience.','2020-01-26 23:25:02.809000','2020-01-26 23:25:02.809000',5,'Julie Muegge','https://lh3.googleusercontent.com/-EX58WPbYJSk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmiay5jveMamCaVRqhUrrQ3FFSI4Q/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35992),('AbFvOqmFNdR40NJn3keISI5s0dQh5pW9Zh3u-zf4jgX6cD8IhjpO5FK0uBYohtZg8PrlmC-GWKICug','very nice and fast!','2020-05-27 21:44:05.306000','2020-05-27 21:44:05.306000',5,'Audrey Rawls','https://lh3.googleusercontent.com/a-/AOh14Gg5zPSlR7noya_NbaEpgdXowBTv27Kkp1Qkro4x=c0x00000000-cc-rp','14748677429039074158',32081),('AbFvOqmfNjjhHItZ7r5eeRX-aShv1G-SWeMgtWbOwQ7UFRJ6yNBy-6KQOHnlS-AHB9fXfu3vXa7wyg','Dr. Golla & Liz are so awesome! Friendliest people ever! Plus, they\'re so attentive and very caring.','2017-10-08 00:35:45.493000','2017-10-08 00:35:45.493000',5,'Jackie Benitez','https://lh5.googleusercontent.com/-k19fU8Dr1_g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck4_KYq2zGH-AwuEpGxrYrmicqWVQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37057),('AbFvOqmFNnvkoLi3FQTaO_a1qyCDTcaysfriAk_SihP-3X1b7KMjWgsNEC4L_2H2YDcRjN_oFJNY6g','I had the opportunity to visit this wonderful facility on Friday and ended up needing to have my gallbladder removed so they put me in observation overnight before transferring for the surgery. This place has the absolute best care and best team! Dr. Elsbecker was quick to diagnose and treat my symptoms and get my pain under control. Nurse Shelli, Aileen in registration and techs Andrew and Carolyn were attentive to my needs and made sure I was comfortable and taken care of. I was even lucky enough to meet the night shift and nurse Gabe and X-ray tech Roderick were just as nice and caring as the rest of them. I thank you all for taking such great care of me. It’s never fun being a patient, but this place felt more like family taking care of me at home. I’m very grateful to know you all.','2020-01-05 15:08:24.974000','2020-01-05 15:08:24.974000',5,'Tina Kirby','https://lh3.googleusercontent.com/a-/AOh14GiDDHRyv6k1wp73SBIRvqeM9SMUaGDeoC9jG0gFE9Q=c0x00000000-cc-rp','16891069708558046635',36025),('AbFvOqmFNNx1hc-jJm-2pPVpOE4W1r2LFjk2-InPTRvvVtuRz1Wdaj26njRH92jTlrDC9tBRjRAgyw','Took my husband in to the ER here and everyone was so kind, caring and thorough. Also a very nice/comfortable ER if you have to be in one. Thanks so much to Adam, Chris, Linda, Aileen and Dr Leung for all your kindness and compassion. Wonderful team!','2020-02-25 02:23:26.977000','2020-02-25 02:23:26.977000',5,'Lacy Conrad','https://lh3.googleusercontent.com/a-/AOh14GgwOa5R5A-1JiRe8-J_5HWMaJ8km-nzFOz7pQGEkA=c0x00000000-cc-rp','16891069708558046635',35952),('AbFvOqmfNOsNsg99DFpwXP2VCBJwv44VhjPGtt9utrJmZ7gHcJTyH2K-ZSnUNBuGYLdTza62tVpa',NULL,'2020-02-12 23:38:47.187000','2020-02-12 23:38:47.187000',5,'Kensi Bledsoe','https://lh5.googleusercontent.com/-4wfnQb8ac7A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmp0XiWK8-Y87VGSfzFr7DSWp2QYQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34372),('AbFvOqmFnSxWQRwKIIQKG-48VFREA6xqjchbv9hXB_kftKVvT2wDZcbV-6zi9BTkCCplLBFnmW35og','Fast, friendly and well taken care of! Dr. Ding, Jasmine from registration, RN Alvean and Rad Tech Marcus were great! Definitely recommend this ER! šŸ‘','2019-03-19 16:50:39.274000','2019-03-19 16:50:39.274000',5,'Deanna Garcia','https://lh4.googleusercontent.com/-w4Yqe4OspVk/AAAAAAAAAAI/AAAAAAAAkC0/AMZuucl9XWx02X2zfN0jkq6Hi_DCsDjJyg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmFNVBVzOdtEqRyCYSvGJzjETSPXeJibKfdUDw3jQQ_aXE0M9SHLJtOG_Ehyy7TFjkh1MThyw','The team was very nice and we were attended quickly. The facility is clean and the Doctor, nurse and tech were very helpful.','2019-08-24 22:01:13.939000','2019-08-24 22:01:13.939000',5,'Judy Lopez','https://lh3.googleusercontent.com/a-/AOh14GjnhW57VMYEV3ZurIaHhUO14EO9OuR1c7oijmE0iC8=c0x00000000-cc-rp','16389487648212004696',34027),('AbFvOqmfoasWm_BctflN59hNRW4ByuEJpbbwOOXFr3tN8OeZz7t9HsSl0WJqK5YBYPcqCuo9Vn93Ag','Very prompt service, and took great care of my father\'s injury.','2019-11-24 00:15:45.402000','2019-11-24 00:15:45.402000',5,'Steven Gillette','https://lh3.googleusercontent.com/a-/AOh14Gi0v9DNykcPID2pyFt0saBKLN_8Og6S16OxS-qj=c0x00000000-cc-rp','13486358490203335051',29566),('AbFvOqmFOIFhTVR-7LI3OaLvWuirL_1a-2biPLKDDu7V6NfRdk7BAi03sqasLtjpkBk6Azjnn11cWw','Dee Saldivar is one of the most kind and helpful employees here. Highly recommend SignatureCare Emergency Center, if not solely for the fact that Dee makes your experience very pleasant.','2020-09-28 21:30:37.389000','2020-09-28 21:30:37.389000',5,'Rachel Flinn','https://lh3.googleusercontent.com/a-/AOh14GhX8-kVn0pfO06Z_pWglx4GS3NHyWJugra0-5k9=c0x00000000-cc-rp','12541597562633926366',28523),('AbFvOqmfOOTGK735hNluD7Nl4qgg3p_vUFyMaAztI8ddKnILt_22q27q5mIstUpUnFs55M2EC6dCKg','My son was sick and the Dr Starr and nurse Krystal Marquez went above and beyond to make sure he was comfortable and well taken care of. They made sure he had the necessary test done to make him feel better and get the proper diagnosis. Thank you so much Signaturecare especially to nurse Krystal.','2020-01-30 18:32:45.291000','2020-01-30 18:32:45.291000',5,'Lorena','https://lh3.googleusercontent.com/a-/AOh14Gi8wYMgEc2hZD0SEW7dvmbySKqPQuSKMq8y61xiZQ=c0x00000000-cc-rp','13486358490203335051',29457),('AbFvOqmfOQHr7h5Z2bXa5Qcz6ICGlME4Utnp6dzqLTyLW_nHoIds8aVUSGEgS7zgbcCdN6-7ajCXYQ','Everyone was so welcoming, considerate, & professional! Dolores at the front desk was very friendly & Dion was helpful with any questions I had during my CT.','2018-05-06 07:57:35.714000','2018-05-06 07:57:35.714000',5,'Samantha Garcia','https://lh3.googleusercontent.com/a-/AOh14GiIloJz05GHsYrR1sD26_gNIgE-6laEBsNW-x_ptA=c0x00000000-cc-rp','3511292162159714121',40940),('AbFvOqmfoTS5aekuHGYsaaeBWvi0ZWw0lMiXN3XGeN4S3gj0uYtRvHpqZZxiRMZ-2h2Ns0i5t8e_',NULL,'2019-10-09 21:09:42.125000','2019-10-09 21:09:42.125000',5,'Ana Izaguirre','https://lh3.googleusercontent.com/a-/AOh14GitzCFm1yDRQdsHKX5QZAR2YQrt_JWbBPp0Avy27w=c0x00000000-cc-rp','14904078213800803294',32418),('AbFvOqmfOXDk79Graes6UrbYYyd6P6js4cjhD54BErOdBbMA4OmaecreRcgbxjUZi0_iEDb-gwMZ6w','Tricia Erika And Heather Did an amazing job making me feel extremely comfortable on my visit.','2020-03-09 11:58:22.959000','2020-03-09 11:58:22.959000',5,'Carra Watts','https://lh5.googleusercontent.com/-D_ZmVjbk1Ms/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZK55HgFLk8TZXs_e7kyjRvl5cXw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33282),('AbFvOqmFpIDyJvJTJA9ZZZcUUdKBI18B7JM8IjefPKQg8UnjGEUem1G1bL1sHsmhcQC4pv-po7PMKA','Super helpful staff, specially Carly. She was understanding and super nice and helpful. I originally received confirmation from the ā€œmontroseā€ location. Sent me to the ā€œwestchaseā€ location but they took me in to get tested no problem. Thank you to the whole staff! Carly you’re the the real MVP šŸ¤˜šŸ½','2020-07-01 18:49:03.336000','2020-07-01 18:49:03.336000',5,'Nicholas Melchor','https://lh4.googleusercontent.com/-SeHHZk9gRPk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmPZQpoqSk4N31oTJnZqX5GCqLYhg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28622),('AbFvOqmFPKyh7meC-EMy9KqzlXvQVEzEd-eOCBxqR9GsnxhXnMqtBzmwSGYplwHdMbyqOhfCy8ZM','GREAT STAFF! Amy, RN Jeff, Josh er tech, and Dr. Yusuf. Thank you for everything šŸ‘ŒšŸ½','2019-05-21 02:22:40.234000','2019-05-21 02:22:40.234000',5,'Jesus Estrada','https://lh6.googleusercontent.com/-ycP54U584Yg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckdMddU5kFefFQC1p1pJXPYHDxUbA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40559),('AbFvOqmFpLsrvwO5_IleCjW3MZCHi1-i5H08rpWAs7S13M9cX_JrTq9wouC7qrK3ekB-7Q7PH2RUog','The staff (Valory, Julia, Kim, and Crystal) were very nice and quick. I did not have to wait long and they answered all my questions. I was recommended signaturecare and would recommend it to anyone needing testing done.','2020-12-13 16:22:23.980000','2020-12-13 16:22:23.980000',5,'Vi Kelly Tran','https://lh3.googleusercontent.com/a-/AOh14GhBlorHdLkbPE1kk7v3v0NNktlb6-NF1VNZnXEjyA=c0x00000000-cc-rp','15979470999169074295',32825),('AbFvOqmfPmoLUy0w61a_Mcrn7PgXznB2QuMPXj22JQnN3Fru285FoiyQ0-IEmM1LfcR-kYamOliNWg','No one likes to end up at the ER but when something happens and you need urgent medical care, it\'s good go know there are places you can go and get immediate professional care. Thanks for the quick in/out care you have me. From the moment I walked through the door everyone was very courteous and professional. I was actually surprised my visit was only for about 45 minutes. I was anticipating an experience that would have me waiting all afternoon. You guys took me right in and got started immediately. Thanks for your prompt professional care.','2016-12-05 05:08:06.395000','2016-12-05 05:08:06.395000',5,'Robby E. Alsbrooks','https://lh3.googleusercontent.com/a-/AOh14Gj3HoF6Yr4lIlgWbGnCo7MF0Tvd1SDBBqiigFQlGg=c0x00000000-cc-rp','3511292162159714121',41151),('AbFvOqmFPuuCEPbjSgz5gYoKNwp8VWetKTzOYPggNOt4MLRZo5X_K1g3xFYpbDXgDjtPPTsqK13y','Went to get tested, social distancing, making sure it was not overcrowded, and getting patients including myself in at a timely matter, staff was very nice and comforting. Front staff had a bit of a attitude. But I can completely understand it can be overwhelming and stressful. So no worries. But over all I received my results in a timely matter and service was great! Thanks!!!','2020-07-08 02:46:15.176000','2020-07-08 02:46:15.176000',5,'Vanessa Zamora','https://lh3.googleusercontent.com/a-/AOh14Gh0kVKyLnOE3GEKT5QiMnMm7RR5fizic1vcAVUKRQ=c0x00000000-cc-rp','14567670160750071148',30177),('AbFvOqmFPxsXSUCQm98ZC05HB_dCle_4La9aGXcdT5AE7FPn93-kMTYTTzOsmBlNmjBhxW6naoK-','Scheduled a Covid-19 Antigen (Rapid) Test on 10/16/2020 and was greeted by two warm, lovely ladies at the front desk (Dalia R. & Alyssa P.). They were quick to answer any of my questions and helped me get checked-in for my appointment.\n\nThen I was seen by my Doctor and told him about my situation. They quickly then gave me my nasal swab, and within 15 minutes I got my negative test results & was on my way. Overall this facility and staff was very professional, helpful, and kind. I recommend getting your Covid test here if you\'re in need of a rapid result.','2020-10-19 19:39:55.979000','2020-10-19 19:39:55.979000',5,'Jeremy Paul Visuals','https://lh3.googleusercontent.com/a-/AOh14Ghc8_P6xb-Sug_Gksiv3sorzOjwBcSH33DQ8COHJQ=c0x00000000-cc-rp','8918455867446117794',42855),('AbFvOqmFpy6TC7t6RF9Ij9eZX-L0PMZvrsqlM0nEZK2rbNCgBym--QXPPDPpblVMvcbPuV95jbfU',NULL,'2017-06-12 13:11:21.060000','2017-06-12 13:11:21.060000',5,'Tolly Adebiyi','https://lh3.googleusercontent.com/a-/AOh14GjDCpnlslVyXKlohfKomw76jzW9MU--hpHxKRqd=c0x00000000-cc-rp','17394740196501090048',37139),('AbFvOqmFq37RbwrZCwDST5WknYtLAvIUTVtkYbYBNTHUPnKgPTp_6Jko10qzeyGsp-2Dqv6CENqK_Q',NULL,'2019-10-06 15:49:25.466000','2019-10-06 15:49:25.466000',5,'Slava S','https://lh4.googleusercontent.com/-2Pa1MD79tv0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm7WIkpCITFHu3VEWCQNeEFLcHO_Q/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37960),('AbFvOqmFq6h7jfN4nhys4t9ps3YESinwjOys4ar3i29_J119pLMJ8q0bOJ3SDC9gz-acAutYozwr7g','Service was quick & staff was so pleasant! Especially the nurse Gabe, & registration staff, Lindsay & Rebecca. I had to get an X-ray of my hand after a car wreck. I would definitely recommend this facility!','2020-10-01 00:35:27.868000','2020-10-01 00:35:27.868000',5,'Elizabeth Bilyeu','https://lh3.googleusercontent.com/-wRk3Fflv3mk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckixsUYU-1LbQGjTLmLW9GHgX_r-Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34153),('AbFvOqmfqbhVJlYlgmtlK7413mWhJoygoISX_SwkYtkM1uDhA-4p6Y23KVaLuLGY6p0Jgoc9G20wIA','I\'ve never experienced an ER visit in which I would boast. SignatureCare in the Heights was not only efficient and effective but also clean and super friendly. We were seen immediately, experienced excellent and clear communication, and left feeling relieved. My son was even given a little bear to take home. No one wants to go to the ER, especially when it\'s for your child, yet they made the best out of a dreary situation. The supporting staff, nurses and doctor were all knowledgeable and comforting. If (and hopefully not) we ever have to make another ER visit, I wouldn\'t go anywhere else but here.','2017-08-13 22:43:52.987000','2017-08-13 22:43:52.987000',5,'Ashley Warren','https://lh3.googleusercontent.com/a-/AOh14Gj2Fp1VXFzb0jC6k8cdfdbIC4ysj5jii-iYzrc_EhA=c0x00000000-cc-rp-ba2','14567670160750071148',30988),('AbFvOqmfqrdWUtyjf7elhLEWOU3PAj3pR0xA2SexjdO4Q3WxeorFs0Cx0Z42MBB7j8lCZ2LhT4nQFA','This place is amazing!! The employees made it feel like home. Special thanks to Dr. Patel, Sarah G, Fatima B, And Tanishia W for being so amazing.','2019-08-21 02:50:19.924000','2019-08-21 02:50:19.924000',5,'Elaina Garcia','https://lh5.googleusercontent.com/-jM4J2w6LQHk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnNTI8vLMwI9r_UGAGa_MkJ3nmiZg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38019),('AbFvOqmFqWM3-Oqh91ilWZzTDEX936GIqzMc5u74-6mfozs0CgsfqdvDG8gWX0Sm3qCN764GPxRZYA','This place was super fast & super friendly. WAY better than, sitting for hours at an ER. The longest I waited for my name to be called was 6min. max. And right away, they started running tests! After being send back to my room to rest, I got offered blankets. And they offered my mom anything that she would like. That was a bonus for me. My mom was already super nervous about me being there, but having a staff like I did, really calmed her.\nDR. SOLI, Jesus (front desk), Rachel A. & Vanya Joy were very professional, helpful & nice!\n\nEveryone here gave me & my mom a great experience. Definitely will be back IF neeeded :)','2019-07-16 11:47:06.242000','2019-07-16 11:47:06.242000',5,'Jennifer Ponce','https://lh3.googleusercontent.com/a-/AOh14GhLhHN3isPIlMYp3j3hSaF1oVxAxu4DWysYCNO0-w=c0x00000000-cc-rp','17394740196501090048',36731),('AbFvOqmfRbXh07heO2dAstFnjGPXz5BGJh394Je4Nr4D0ZFnYS-3BieDObDGLD0BNW_4YVydOfWVkQ','Cody and JD were awesome great service great attitude!! Quick service!!','2020-08-12 19:58:56.697000','2020-08-12 19:58:56.697000',5,'letty gonzalez','https://lh3.googleusercontent.com/a-/AOh14Gg7iPgq0vzuVMzZtBE5HwuwYR-M_EU-ve2C2KEvDQ=c0x00000000-cc-rp','2077061009497551125',38605),('AbFvOqmFrR-7MDqeUQymkurvwV3YP0RMZOo-60z-mywmxAfgZt4LopJGCuyr7JF1B9RYRtdM81RWkg','Lisa H., Shania S., Saundria are awesome....','2019-07-17 17:53:15.431000','2019-07-17 17:53:15.431000',5,'MeLisa Antuna','https://lh3.googleusercontent.com/a-/AOh14GhbLl4u8t3Hq0Du5GyKh4SvzcPXwtP8rJQqL9vm=c0x00000000-cc-rp','13486358490203335051',29732),('AbFvOqmFrrJhIhejlufh84NRwDaCuHBMWz5_rM-PV9LHIdeqrAtSXFKMgsbRdwLEHQTfoyeya7nqUg','The staff was quick, professional, and kind. Would highly recommend','2018-08-11 22:23:25.278000','2018-08-11 22:23:25.278000',5,'Corey Woodson','https://lh6.googleusercontent.com/-sj_tZyS7vog/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmvtRihz7NjGYGNWYiBdeDKkbphtw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40863),('AbFvOqmfRz47d4PCeFqrOKR_stBBSU5ZiYINaLK0AJXQQMv0bVfbocNb5Fod8nfE_qsY-XXsp_FQ','I can not express how amazing the staff at SignatureCare Emergency Center was to me. As I arrived in pain, the receptionist, Jennifer Diggs, saw my struggle and had me taken to an available room immediately rather than wait in the lounge for a nurse to be ready to see me. I was offered a warm blanket and vitals were take along with questions by an available tech, Erica. She was very personable and helpful in making me feel comfortable. Because I was there for a CT scan, Tech, Matt cam into insert my IV port, taking blood sample and preparing my vein for whatever was needed for the Scan. I had a blood sample takes 3 weeks prior leaving an ugly bruise from another center, though Matt\'s IV that ended up being in my arm for almost 48 hours due to being in observation on fluids and IV antibiotics, did not leave any bruise but a simple small dot where the needle was. Matt and Canyon were so helpful when it came to taking care of me during my visit. The Doctor on duty, Cynthia, gave me my CT results explaining that I would need to be on IV antibiotics because my diverticulitis attack had lasted longer than it should. I choose to stay there at their facility rather than being transferred to the Paris Hospital. I was placed in, what I referred to as the Executive Suit. I was cared for by Nurse John Bell during the day and Billy on night shift. John was so gentle and considerate always asking if i needed a warm blanket, another juice, etc. Billy was very lively and funny keeping me feeling like I am not in a horrible hospital. I was overwhelmed with their hospitality and kindness. They provided me with a most comfortable robe to take with me as I departed after almost 48 hours, and was able to shower in a very fancy bathroom. I hole I never have to return for the same reason as I was in severe pain, though If I ever need to visit an ER, this is where I will go from now on in Paris Texas!!!','2019-01-03 18:18:16.148000','2019-01-03 18:18:16.148000',5,'KRISI HERRON','https://lh3.googleusercontent.com/a-/AOh14GioPAAkZCkj263S1NxGCdR8f7pc3MquDmtvC_N8JA=c0x00000000-cc-rp','8626688543755174284',42203),('AbFvOqmFS1SryJSyQqoH7exyaFsUIyivY6j4dyQBr8vk4qQQst2L3tGtapsFElAcxfWQ-88T_hjKWQ','The doctor and other nurses and staff were so welcoming , friendly and professional. Also I ā€˜d been called within 5-10 minutes. I highly recommended them.','2020-02-21 23:54:36.539000','2020-02-21 23:54:36.539000',5,'Sarah AL','https://lh5.googleusercontent.com/-3P0TYCC-MvQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclLEsbYlL3thBeTNqicvpmoiRicpg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42434),('AbFvOqmFSarrqpJtKfnUWBSeGJ5ddFtnewOi-Eva779PCyO21_lccPaU4uwXpn58fSnFQOec3oDDtA','Awesome experience! The receptionist was very professional and the doctor and nurse were very friendly. The doctor carefully assessed us and made us feel very comfortable! They were very upfront with what my insurance would and would not cover so I appreciate that very much. I would definitely recommend going here for any emergencies.','2020-12-05 18:44:22.931000','2020-12-05 18:44:22.931000',5,'Lisa Tran','https://lh3.googleusercontent.com/a-/AOh14GiJ0QzLF206X_PEvtX9vEai1DRVim0JiYN9YMbU0Q=c0x00000000-cc-rp','12541597562633926366',28427),('AbFvOqmFSfcBdncR4HiBmKW6QchawVUvn5WBLdqBImLpTLeFqm0FtN9-8yFUhfDrH0dbHH_a_k15iw','I had a good experience here, very fast service and friendly doctors. Thank you for caring for my injury. Happy Holidays!','2019-12-26 16:26:16.973000','2019-12-26 16:26:16.973000',5,'Brie Brown','https://lh3.googleusercontent.com/-9bPgIR3g4eY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnDqRvwdii7efho5pLOWSFwrirX4A/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28900),('AbFvOqmFsGo5r3dob8-oFBwdU06AXhFECH-WhGXML07UOpxOdi11_hZgNqjkUkI53D5x9ngJM-yd','The nurses and doctors were very prompt and willing to get you whatever you need!','2019-02-25 19:14:05.522000','2019-02-25 19:14:05.522000',5,'Nikki Beebe','https://lh3.googleusercontent.com/a-/AOh14Gi6DR2e9zbAfEDBOiwjJITwPFXxM7iuhe-uDV6ZLw=c0x00000000-cc-rp','16590124370714063921',34981),('AbFvOqmFSj_BVazSSgU8gpVx3C0TaTU-iuhjBQxCuAGX7BND-QU71iYNF_WLfJs31XbyHQF9OhEJOg','Excellant ER with a very kind staff. Dr Ashbrooks was awesome. Great place to go for an emergency.','2019-08-25 23:27:39.346000','2019-08-25 23:27:39.346000',5,'Debra Thompson','https://lh3.googleusercontent.com/-kB7VFmx3wvg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnNljh2KQ2FI4-9Co4_jdrNHo3Imw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39813),('AbFvOqmfT_LFfjbkqz093BQ-fTynWfmQLundMQAtv0y9AfA81oUGALi0hdzWgYt3NU2_HpFBvmOq5w','Signature Care was absolutely one of the best facilities I have taken my family to. Very clean and professional. Ashley at the front desk was very helpful and polite. We were taken back to a room very quickly and our nurse Erica made my kids feel very at ease. Thank you very much to the wonderful employees of this facility!','2019-01-04 15:51:45.829000','2019-01-04 15:51:45.829000',5,'Amanda Kemp','https://lh4.googleusercontent.com/-PsyKX0_TtBo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnWOr2-0bJOXRyV5rC__haWx5dk1Q/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42199),('AbFvOqmft_NuTuaMO0_DLDrVF9CPMPcPnVNdRqSM58EZHh7dSsPwhyOqXezPlAVk6jideqwtsMDC5Q','Very friendly and compassionate doctors and staff! Glad they are nearby!','2018-01-04 21:28:08.699000','2018-01-04 21:28:08.699000',5,'REK-TEK Consulting, LLC','https://lh3.googleusercontent.com/-G6s6IVleGQY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnwWDC0f0cmSDULpyr87YZL2lE7Tg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30913),('AbFvOqmFTcfWNXjhkPg2TrMOLI1JefoMBYMymUdNT6PxOh35jaL7dA5gp32oKu0M00fUXWXTeSaHWA','Had a step throat and bad ear infection and pain was like 10/10 and they took care of it and staff was very friendly i would highly recommend.','2019-05-18 02:19:27.369000','2019-05-18 02:19:27.369000',5,'N SAYANI','https://lh3.googleusercontent.com/a-/AOh14GgrZIZ1DSAjSc3i2kJYVD8tsNPW5PIiBy0cKEp1PA=c0x00000000-cc-rp-ba2','8918455867446117794',43269),('AbFvOqmfTGJzUTobREyC0txoDHhVVEacWEbjOOOD-EzwgVMQLL_7gKmONsK4tdLBqDleR29O_qUbJg','I had a great experience. The staff were great and very professional.','2018-11-01 12:10:37.873000','2018-11-01 12:10:37.873000',5,'Elizabeth Flores','https://lh3.googleusercontent.com/a-/AOh14GiDQ9jzlF4p93BHmudcVQtQ5c9JNVHpndC4zs2PEPs=c0x00000000-cc-rp','14567670160750071148',30682),('AbFvOqmFtK3t_uyW2FOfI5L0CjP5nQS7lmKQALFeiHZTweyciw8CgPtf4P4053oTxIiJuo_Qs0FDGA','Was seen here Sunday 2/24/19. Unfortunately, I had to resort to urgent care since my doctor was closed. My experience here was less than satisfactory. The medications I was told were administered did not seem to be effective at all, or not of quality. Toradol and morphine did nothing for my pain which was a 9 on a scale of 10. The Toradol at my doctor\'s office took care of the pain just fine, no need for morphine. I would not recommend this facility or return here. I left with pain level 8. No worth the trip. There are plenty of options to choose from in this area.','2019-04-19 12:57:31.336000','2019-04-19 12:57:31.336000',1,'Al S.','https://lh3.googleusercontent.com/-pq86BTb4Zbc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnIpt5-r2rzHGdiEtEISwSVxx8VEw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36792),('AbFvOqmFu1ClzQ82bVJFt5siz5e7yxUt7RIJ5v7HoPzWbPU1LlSliyAr0MAfaU8r397UzvwgOpdu','I had a great experience at this location with the help of Briauna L.\nKelsey J.\nSibienne\nMarcia\nBrodrick','2020-08-01 00:33:25.213000','2020-08-01 00:33:25.213000',5,'chelcey armanii','https://lh5.googleusercontent.com/-U1R9vNwVLYQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnh0ksjQNBK59N7iHGDqmTNGOMlUA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42949),('AbFvOqmFU1qBEQKELPqgorFk2YPre1-jqw0ErgQ-8tpQJGtOBkAEmuBKUABQa9qrV92csnQEVeya','Dr Pham, Alvean the nurse , Marcus the Radiology, Jocelyn the Registration, Michael the Technician, all are good people. They help to feel better.','2019-06-23 16:35:17.109000','2019-06-23 16:35:17.109000',5,'Flavio Ubadimma','https://lh3.googleusercontent.com/a-/AOh14GiNOUohkwajodv12bPG-dV2ndYwW009OwjbYIvM=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmfURc0wvfrNPLtY9JbxeZXnpN4bCgSkNplkLhogqO6jWbWkxP8mjwIwoy5IBuM3iZlZAoP3g','BEST ER IN TOWN! Super fast and friendly service. I think we waited maybe 5 minutes after checkout to be seen. Staff is wonderful, very respectful and always informs the patient what is going on. This facility is my #1 option for any emergency that comes up with me or my family. Definitely recommend it!','2020-03-08 19:06:25.972000','2020-03-08 19:06:25.972000',5,'Fernando Lopez','https://lh4.googleusercontent.com/-_XY8K1HllHM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn59647oAXzNAnYOmiEUtWJnFH-SA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29403),('AbFvOqmfWV5bNVG89iylPA-dCjV9ACCXugSXjcOHMqnMgG9UuCnK0i8xm-Ho2BMSOOgB7uVnmdehug','This place is little bit more expensive than other urgent care but it is reliable facility. They can diagnose and give treatment right away. They follow up on you and if needed can have the follow up visit. They are always very nice and kind.','2019-07-25 22:19:32.677000','2019-07-25 22:19:32.677000',5,'Michelle Oh','https://lh6.googleusercontent.com/-L09zqlA37HA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclsqGggN6iuAP6rNPUxE3fCzhUfFg/c0x00000000-cc-rp-ba2/photo.jpg','17898197009688164559',38069),('AbFvOqmFxERuoT-afkq-7ltNVoZtrVxexKg5FcXMyO6gYWY91Em1-2Iq2fKmkcVS1IGqieX5i0kthQ','Alexis & Kim were great the service was smooth and quick.. Brad was very informative','2018-06-11 18:22:58.795000','2018-06-11 18:22:58.795000',5,'Andre Green','https://lh3.googleusercontent.com/a-/AOh14Gg_Yr6WZAjB0ziHZvRNA1AsTuWfB0d208hbwlUk=c0x00000000-cc-rp','16590124370714063921',35265),('AbFvOqmfxgpYPhO3TtF-F7AuKXQq6-CUy_-AcxjOC5WXkdEz9WgYr71nfivkjyQEh9bJJFQ-EFJi2g','Dr Elsbecker, Gabriel, Chris and Earl were all very pleasant and worked well as a team. Highly recommend.','2019-09-06 12:02:09.854000','2019-09-06 12:02:09.854000',5,'Gary B','https://lh3.googleusercontent.com/a-/AOh14GglpDgqRhrW33RT86D9wP47JUzzHW4wF-A9quZ2mQ=c0x00000000-cc-rp','16891069708558046635',36135),('AbFvOqmfyiBjEOtXIuoshFWcdNKxPy5VyMFPWxOThpk5jTmGAgBSVeyNZWJLjUn_JVOu-hHuZ8XbXA','Wonderful care from Christina at the front desk to Dr. Rose and Nurse Christina. They were very attentive, quick to bring me back and make me comfortable. Would definitely recommend!','2020-01-24 00:43:17.389000','2020-01-24 00:43:17.389000',5,'Litz Lef','https://lh4.googleusercontent.com/-ZwJ5LNaV6tU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckG2MVcdAlNXHFZS4ebZE0wszM7cw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35996),('AbFvOqmfyJ_kQzCbs0YRiJN5nOfV5TO2gBcb8lgvicAXrpViT5sDSXmygeGCxKIEwCKdLvu7AmS69g','They staff here were all very helpful and professional. I would recomend this establishment if you need any medical assistance.','2017-09-07 12:54:33.668000','2017-09-07 12:54:33.668000',5,'Braden Mathews','https://lh3.googleusercontent.com/a-/AOh14Gi3unG58SzmBNeqrk4w1PDe_pM6IjqphJS5Eig_Xg=c0x00000000-cc-rp','3511292162159714121',41023),('AbFvOqmfYTC7lssQI4hZMVN_sHEdSQ1Hw9-67hlVk_LMD7aRRT-qvrDhlZhrKfQJf3g8BlGtT1N5Nw','Honestly, I had my doubts about this place. I saw the amount of reviews and the rating and it completely threw me off. I’ve had bad experiences at the hospital ERs in town so when I had to go to the ER I figured I might as well try this place. SO GLAD I DID. check in was quick. The front desk staff was nice. The doctors, paramedic, and nurse made all the difference. I wish I could remember the names of everyone who took care of me because they were amazing. They were extremely attentive, caring, and professional. It was the best experience I have EVER had with medical care. Hopefully I don’t have to visit an er for a long time but if I do this is my first choice','2018-02-28 05:07:15.424000','2018-02-28 05:07:15.424000',5,'Mina Heldich','https://lh3.googleusercontent.com/a-/AOh14Gi1Sp3_XCiEh9a5NCMyqJFY-rQC_VfHPiHblTuljA=c0x00000000-cc-rp','16590124370714063921',35302),('AbFvOqmFZDvRPwohDJxWkfY8uR6PqV6ERsxwUM8aqpZBrSJU_BAsCTrkFInQs-OxAosmNLWxbJGQ','Kendra checked in my girlfriend quickly and got her to the back for help as soon as possible.','2019-11-30 14:10:11.076000','2019-11-30 14:10:11.076000',5,'Matthew Streety','https://lh3.googleusercontent.com/a-/AOh14GinS537CEujk0A7LZFxWwZlEnuJxDbIRFp91bQ5Xw=c0x00000000-cc-rp','16590124370714063921',34540),('AbFvOqmfzjVR7QdSOkbGTLJlPipLTN2DvDo3ruhZnCdXvQvALoyifnzXBCPQH1PGj-XOYFobzJEDeQ','Very clean Emergency center!! Wonderful staff!! I would highly recommend Nurse Jessica, Front office staff Ashley, and Tech Eliza, Megan in radiology','2019-11-04 00:48:46.717000','2019-11-04 00:48:46.717000',5,'Amelia Ford','https://lh3.googleusercontent.com/a-/AOh14Gi_5TA1NqeDt6GETVcTjNtoOroPnQ5AOAn9TkCAiQ=c0x00000000-cc-rp','6521947413723274945',41563),('AbFvOqmfZn6-z91MI9wpNq9Ooef52vpmEzbirEx6k-Iexy2CD-dTC07qYIvbLWzhGdUb-4ENWydX_Q','Everyone was super nice & helpful! Dustin was my nurse & he was great! Super convenient, in & out with little wait time at all.','2020-08-20 21:25:58.727000','2020-08-20 21:25:58.727000',5,'Morgan briscoe','https://lh4.googleusercontent.com/-UTyjDX-9zFw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3jkMiad20obuEQWTnEv4wWjTDHQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31757),('AbFvOqmG_-_03KzC1l2tyhQchj2p0ZtN1DKmMCf2B3bOmaQRoLrnH4SYxjahvlMK_iobriQeL6McIg','Whenever I need emergency or minor emergency services I can always count on Signature Care. Dr. Zhen, Kristina, Quyen, John and Genesis took great care of me while I was there. They always make sure that they are about patient care first. Thank you for all that y’all do... GREAT EXPERIENCE!!!!','2020-02-04 20:07:30.751000','2020-02-04 20:07:30.751000',5,'Mirenda Langston','https://lh6.googleusercontent.com/-YMez7jS11i8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmm0X8tF_7DyKV2f3g6vi7UqBwnYQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28752),('AbFvOqmg_1O-YthyMIF6zioDnCOSel8Vcz_Taa_lNZirZP60lCH2ib2P731fZHVDLBo9J76vCRYa','Amazing service! Kindest nurses! Would come back every time I’m sick! Thank you so much.','2020-08-21 03:24:21.088000','2020-08-21 03:24:21.088000',5,'Julia Garfinkel','https://lh4.googleusercontent.com/-u1d_ldnyllc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclpr0dAIYbFORwaAZuex5xnJYr6Xw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38570),('AbFvOqmg_JpmtUrSOvKfys7WkF8xvBIvcyQT7Tbmzc79Aq4nR5RBswATIYIWgQ3fMkfU452IEKHsYw','Great place, and better people! Leah was my care provider and made me feel very comfortable and safe.','2020-08-04 13:01:33.840000','2020-08-04 13:01:33.840000',5,'Tanner Culp','https://lh6.googleusercontent.com/-Dw4h8-48KfQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJNhEIEviJ6yGExIT8byMd4yhtjw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29333),('AbFvOqmG0ifq7GCTrCmQEt2QOvsv00ksMtAOypco2O4zbxzcVw8q4u3SyCvGVlnspQz1Q_5d5lwDdQ','It was so easy to set up an appointment online and came in wit no wait time. Staff is amazingly friendly and professional. Recommend 100%.','2020-11-23 23:15:37.747000','2020-11-23 23:15:37.747000',5,'Arlenn Bookout','https://lh3.googleusercontent.com/a-/AOh14GhwtMb44pnou2yDtIGi64ozRy6PDFNnqfZ0U6XWcRw=c0x00000000-cc-rp','2077061009497551125',38414),('AbFvOqmG137vLYkP7LDRnwJx8ufGlnoiqbkgYsRbqn-0BVRZNbh_o_IhN1LcMa8pmB2mY9M1zCEJ6A','Signature care provides the best care in Houston. The staff is very attentive and friendly. Amazed with how up to date the facility is. Would come back again.','2018-08-11 19:20:19.851000','2018-08-11 19:20:19.851000',5,'reena thomas','https://lh3.googleusercontent.com/-L9yBh-31zW8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckHinuXruX3K9_x7cQKX1W-E8XZwg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40864),('AbFvOqmG1Bnf4L0eYT62TSB6__QrEv6mCS6PEGE5IXIZ2Nbhj2x2jW28K0uafFbkb4omI0aoUiujzw','Very clean, fast\nThe staff and the doctors are wonderful..\nI recommend it to all my family members.','2017-02-07 12:33:20.134000','2017-02-07 12:33:20.134000',5,'Lupe Parra','https://lh3.googleusercontent.com/a-/AOh14Gjyp6BMKLic90xVnZMzOTn5byZKWmCV35k4vL2YXw=c0x00000000-cc-rp','14567670160750071148',31108),('AbFvOqmG1yV4JSxzJbMVRnZfVKPSf-b4HVV9PpkVZLTuNqocYo81QSdeAxqrULDzKGC0xr7rVDgp2A','Patricia, Alvean and Marcus were great! They took great care of my wife.','2020-02-06 19:37:16.664000','2020-02-06 19:37:16.664000',5,'Joe Harris','https://lh3.googleusercontent.com/-UzoMtfprrko/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmWnWGdZGIf6ZQh7q78xn4BdV6N0g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33402),('AbFvOqmG20vWsJa7-514yEneHercm9_unu6IR2KqmW86qwQxjsPEehDsOZm0_QVu-vFx8OLIJfUs1Q','I have been to this ER previously and every time I have been they have called me to the back and was seen by the physician within approximately 15 minutes. They always have treated me so very kindly. Everyone is friendly. I recommend this ER to my family, friends and anyone who wants good and fast medical treatment.','2017-12-28 22:23:15.359000','2017-12-28 22:23:15.359000',5,'Marlena Gardner','https://lh3.googleusercontent.com/a-/AOh14GgEEOeKLM-dfW7qwGdIcMu4s_TpGGyEBn6h7YYV=c0x00000000-cc-rp','3511292162159714121',40976),('AbFvOqmG27TOcnV1rIaY0MLpklUso7ZxlLZsstfec83ZU9O6DNnL7JddGoyc-ZutBnIDisGgSCeBrA','Was seen as soon as we got there on Christmas. Dr. Jordan was great and asked all the right questions and the nurses were excellent.','2018-12-26 00:26:36.958000','2018-12-26 00:26:36.958000',5,'Dometia Wherry','https://lh3.googleusercontent.com/-32q8d-uL6Ac/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnclxNvHCsDlmHGeE3gRFKkQgSDjA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39985),('AbFvOqmg2D2gLyO3fMZdUiF6dObAlORI0tCyoNS4FkBND89s6DOMlTBeNWw5XK6-trIRCp0StVaD',NULL,'2020-09-26 16:12:48.094000','2020-09-26 16:12:48.094000',5,'Rosa Mendoza','https://lh3.googleusercontent.com/-pcukvIR5JSo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl2_zEncDKU7pDRh7toEIPLjJZm5Q/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42894),('AbFvOqmG2t-IAR3m-jWElpYWHGu2L4Z0Wf1AZzqgI6hQtA25XjRvWcUY4UJMnd4GAbWdHs-px62jgw','Place is amazing. They treat you well and are extremely professional. The place is spotless. They will guide you through your stay and explain clearly what is going on. If you have a quick care need that needs a personal touch, go here.','2019-09-12 06:06:26.991000','2019-09-12 06:06:26.991000',5,'Christian Hoppe','https://lh6.googleusercontent.com/-r-ySuHDu8kk/AAAAAAAAAAI/AAAAAAAAAFg/AMZuuckR-6zL1QmhB3H_2qmwqIaRIa8raQ/c0x00000000-cc-rp-ba3/photo.jpg','16891069708558046635',36132),('AbFvOqmg35gKWmWWrSCdHRrrk4kYBAnpz0v8ilKDw8Xl0s5Ln1opaofgVzkncSsJl9DMYJckp4J6ug','The facility and the service was great! I was very comfortable. Dr.Eisbecker, Chris, Townesend, was very professional and caring ! I give this place a 5 star and would come back for any care or treatments needed.','2020-10-18 14:33:44.735000','2020-10-18 14:33:44.735000',5,'Claire Blanchard','https://lh3.googleusercontent.com/a-/AOh14Gg7PNYh6bMPNuJgmqoY1QTRkTGMGxXk46TF2DUzrUA=c0x00000000-cc-rp','16891069708558046635',35692),('AbFvOqmG4dZms-ybgbd5KQyyTkZvkDBDW2ooy5K1JY_IzPUCF-Lmj1oUNXpsCJZkKaS-LF36bK-m','Amazing experience! Thanks so much\n-GFT','2019-03-04 15:50:49.110000','2019-03-04 15:50:49.110000',5,'Jakob Marine','https://lh6.googleusercontent.com/-2zJEpVNb6bA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckvEuqNMk5OtF_cNbXxVDnIvg-QAQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43296),('AbFvOqmG4sgfNIRdILoNpIMIdFYMuwltxXHmPGREcx7Myf13KURHedd9HzoigccoB-tAOKzqs2SADg','Every time I come to this emergency room I am greeted with the nicest staff ever! They take care of me like I am a priority and do their best to figure out what is going on! Totally recommend for any emergencies!\nI just want to give a personal thank you to, Haley, Charlotte, & Dr. Qureshi! Such a great staff!','2020-11-07 19:06:19.845000','2020-11-07 19:06:19.845000',5,'Fatima Parra','https://lh3.googleusercontent.com/a-/AOh14Gg_vbyJQzUXYoqFlbbAUGa0L3NGkBOAu2Dw1HURuTY=c0x00000000-cc-rp','17898197009688164559',37459),('AbFvOqmg5dYxy02HEBuRTLUIhgaU6SbvOl4IOqIiuQz_npjBeH9v6NJGVZvi_YoqXggDOFxDVAq9','Always a pleasant experience here. Fast and efficient service. Highly recommended.','2020-02-13 17:03:45.131000','2020-02-13 17:03:45.131000',5,'Anjanette Curtis','https://lh3.googleusercontent.com/a-/AOh14Ggc3sKHUXcJPu_806c4A58UKtarEH0KuQZO31Ih=c0x00000000-cc-rp','12541597562633926366',28723),('AbFvOqmg5GdxU1yHJEL_n_JfdZ-21vDXMy7R6lW3ve6TqrZyV0hBwCLqMVFaa6QQWBPEllppIizhfQ','The experience at SignatureCare was fantastic. Everyone was very helpful and friendly. From Clay my Technician to Vanessa my nurse they couldn’t have been better. Vanessa put me at ease right away with her smile and easy manner. Dr. Elsbecker took his time and explained everything thoroughly. Highly professional and extremely thoughtful. Also, the waiting room and exam room was very clean.\nI’ve been to the South Austin location a few times and the experience has always been top notch. Dr. Rose was also very knowledgeable and helpful on a previous visit.\n5 stars across the board.\nHighly recommended.','2020-09-14 20:22:42.662000','2020-09-14 20:22:42.662000',5,'Terry Stewart','https://lh3.googleusercontent.com/-vaFrUow1mks/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQ6oCkQ6Pr9uVpfA8caLQqI0tTjw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35790),('AbFvOqmg5hWwRBDj_qH2scS0XNVh0XsOvY694scaAVwSJCjSFrmsaTKbW7oFSqSQOE4G0gu_gN2GMQ','Ms. Angela at the front was very fast and friendly. This was the fastest I\'ve been in and out of the ER. Doctor Randy Jones, Kat and Britini were very helpful and efficient with their care. I\'ll definitely recommend to friends. ~lance mccombs','2019-02-14 05:43:16.852000','2019-02-14 05:43:16.852000',5,'LeeRoy Jones','https://lh5.googleusercontent.com/--gl8DqpuXmM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckfc5bmCNFEfewQjzbsm5HdkJ5oDw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39377),('AbFvOqmg6Q44mGDEMaQZgoyaJCNzs1rCzGQjNWmXM0R-Q86QiCDTZzNpUj5bia45tTtH-dKJmfqbMw','Jennifer was amazing and took great care of me','2020-12-27 20:37:02.775000','2020-12-27 20:37:02.775000',5,'Ricky Wheat','https://lh3.googleusercontent.com/-RuSKbHcHV7o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnY1iM4mqvtZVXRlTcYJt-Poae3xg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43999),('AbFvOqmg6Zy5pb3DSfZwK0iuXtY2nDq5WJoFRu1MmrUkSCItI3uovU_KZkoZ5XyVIDpXSq3jt5dd6A','Quick, helpful and courteous','2020-02-12 02:19:35.519000','2020-02-12 02:19:35.519000',4,'Desiray Rodriguez','https://lh5.googleusercontent.com/-9wuQ_3moR6s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck0f_-d75nqKAfGIeohMpYvVAraUw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39126),('AbFvOqmg7hk4bZiUxm1RCz7bOnrWP0clQfG14Uf_7LUyebgc2xM2LmM2e4lwK6-rytTUQZmZFeKyJQ','Great staff.Fast service .Dr.O’Mally is a awesome friendly doctor','2019-06-08 16:34:04.675000','2019-06-08 16:34:04.675000',5,'Olga Ventura','https://lh3.googleusercontent.com/a-/AOh14Gi31v-sPJlSjs2U2YUJYqTl2Zs2kYKBY5zZmngQ_Q=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmg7KjTtEgaMP26tBVkQn36JGMwqaEVpWL1ibFsuPNNr2TdA3iRGm_7lsGjO_2O76dOFU7UTw',NULL,'2020-11-05 22:00:57.916000','2020-11-05 22:00:57.916000',5,'vanessa sierra','https://lh3.googleusercontent.com/a-/AOh14GiPzpAtPP7WZYiX39GzIucg0PhS913oaFMf84ldlw=c0x00000000-cc-rp','13486358490203335051',29273),('AbFvOqmg7pujfqtDSwi2TDvnhnhYvl9F2PI0rGmnM2edd2nPPY6CTQY_WW_ce3uYlTqrXTk2mSVL3g','The Signature Care I visited was amazing! The staff is very friendly especially when you freaked out and in a time of need. I really enjoyed everyone who helped me! The only thing is I wish they would of let me husband back in the room with me but I understand due to covid. The crew who helped me were: Sabrina, Dalal, Julia, and Valory. Thank you to you all!','2020-12-29 23:41:38.400000','2020-12-29 23:41:38.400000',5,'Samantha Bossom','https://lh3.googleusercontent.com/a-/AOh14GigT1CfuhAaJVWT12LkoXeYH0r5i5TUG7AxAZD3KA=c0x00000000-cc-rp','15979470999169074295',44132),('AbFvOqmG88CUUbt6PkZ1oYbOzexSGC5IgpBME1b5ywOG9tTgTbQ3nOPVOhjRVG-TrVdAJqq0e2hyMQ','I found my new home. The staff is super friendly they explain everything in detail and plus they are really quick. The facility is in immaculate condition and very clean.','2018-02-14 06:24:03.474000','2018-02-14 06:24:03.474000',5,'nadine myres','https://lh5.googleusercontent.com/-qqSd0Ru-Yiw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnyK6nVPcHecjGU9qwKYfWKRf2_1Q/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36982),('AbFvOqmG8GzmQwI45Q_SfnI4g8RosahgTICC57_D8bAqPlmLPw_o3W2QHhOt4UNJkVdccs7XOz0RzA','They very friendly& helpful. They all have people personalities. For sure come back& and they take care of there patients. Thank you, Dr. Pham, Susan, Angel, Tanishia, and Evelyn.','2020-03-04 01:47:43.907000','2020-03-04 01:47:43.907000',5,'Hallie Rivera','https://lh5.googleusercontent.com/-pLck8_RED8U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJ12mvnrP92ewFLNOkqQ25y7O7MQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37641),('AbFvOqmG9UxnoRN8otSOAD6tGOoTZvjvInuF1bnTZqEeuvMlPXKxlKQFwCX7ETqvzIEo1x1otceo7w','Amazing service from Doctor Das And staff!','2020-07-31 19:55:31.681000','2020-07-31 19:55:31.681000',5,'Olivia Royal','https://lh3.googleusercontent.com/a-/AOh14GhtOfRG4hnJdnjTa5lAN3Nt3DS40IE1j01lIx4ouw=c0x00000000-cc-rp','14748677429039074158',31823),('AbFvOqmg9WcnpyHRlWJfTfXcMwjx4fqh4M34UxAfjGZWU_4PTySlGDtwAZNmItZxKr-i3KCuPGrjew','Everyone we encountered at Signature Care ER Center was amazing! We were greeted and sent to a room quickly by a very kind gentleman. Nurse Katie went above and beyond to make us feel welcomed, informed, and updated on the patients status and checking in to see how he was feeling frequently. Dr Dewall was very knowledgeable and kind as well! I can\'t thank everyone there enough for making us feel welcomed and at home in a situation that was less than ideal. Thanks again. We are return customer for life... but hopefully not too many times ha.','2019-03-25 15:02:05.937000','2019-03-25 15:02:05.937000',5,'Caroline Crockett','https://lh5.googleusercontent.com/-j21pI-XGKyA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckMur-1sw5NnzoDzkJWt8u5NM7ngg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36241),('AbFvOqmgA-7A2baESvDo7C_YprqOLFi3JN3700pptXEfX9i2RucRIZ4QLUUiQv-a1VWKk6QEj-yavA','The staff was incredibly nice.\nDee in registration was a sweetheart and our nurse Dawn was very gentle when inserting the IV.\nEveryone was very kind and understanding during our visit and help make me feel really great.','2019-06-25 19:56:43.875000','2019-06-25 19:56:43.875000',5,'Julie Palomares','https://lh3.googleusercontent.com/a-/AOh14Gh5ukTUJgYNAIyWNbRB9nteeMTvOT7k2P1gczDIhg=c0x00000000-cc-rp','3511292162159714121',40524),('AbFvOqmga3MZLg7CZRcAdJUPUe0m--cj_qS_KF1Bfz0aaz2SQVBNyfmTw93QYOhM-XLwk2lyku7oSA','I just moved to the area and this was the best er visit I have ever experienced!!! The service the professionalism the courtesy EVERYTHING!!! Everyone is awesome!!! I will be returning here in the future!!! Thank you to the staff y’all are the best!!!','2020-11-08 22:57:22.347000','2020-11-08 22:57:22.347000',5,'Savannah Cascio','https://lh3.googleusercontent.com/-qnnGYv2wwq8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmFgz9SxGky8NGERMno93Ug7Sa0MA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38905),('AbFvOqmgABbrkYroGLov7HyWjZyMsw56AWTzjjUu8sG5338yxhcCyi98mkn4VQyL3JWXF6iESILRcQ','Great medical staff, quick prompt and very friendly. Alvean and Luisa were great !','2020-12-28 00:11:09.626000','2020-12-28 00:11:09.626000',5,'Jose Paez','https://lh3.googleusercontent.com/a-/AOh14GhLEdIgJJPE6oSy-TSp-cYsAZ9m1vKWXxB7m0mg=c0x00000000-cc-rp','16389487648212004696',43987),('AbFvOqmgaM_0L1FjvBKPv-LDSqhbmbNs_r4nxFLAIv32wibD4K3mjGlVIwR8NGr8YxVTjHFVRPAPIw','This location was great! The staff was very courteous and quick! Special thanks to Cody, Sam and Brenda for taking great care of me!','2020-07-26 20:20:07.929000','2020-07-26 20:20:07.929000',5,'Erin Michelle','https://lh5.googleusercontent.com/--tVFSNqeXa0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmhGGRn6qWtfSmCxylEf_m2x0Blvw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38759),('AbFvOqmGbX5RKGjutJZhuWYBTVpqZgCW9j64SxCP-DEafRnSoX04s6pAQTAIV0As5wcFYMFTi5dr','The experience here is much better than a traditional ER. The service is top-notch and they make sure to get to the root cause of your problems.','2020-03-13 21:23:39.053000','2020-03-13 21:23:39.053000',5,'Caitlin Somers','https://lh5.googleusercontent.com/-RlATrb3twVg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnPSDz0Dd-a_CRMqX1PrsvK5VmlDw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28640),('AbFvOqmgC20-KR_l0tuCYqUWinUUODQy9W5K9QCGY2APYF0Wc6KJISwSSa-ej2ugqPNpkpB0s8E4ew','My nurse Meredith and tech Luisa were very competent and knowledgeable. They made me feel very comfortable.','2020-12-11 18:14:09.429000','2020-12-11 18:14:09.429000',5,'Michael Kirkpatrick','https://lh3.googleusercontent.com/a-/AOh14Gh8seeVRcHTj6Q-Ltmlre_lVHkern8Yb4wkRVdBLQ=c0x00000000-cc-rp','16389487648212004696',32855),('AbFvOqmGc7qmXn_MU_Osp4iUuVhH0msouXC04ZHFd9IxAdKpU0ZL_c-A0jfaLryE_LV-TQssxEJ2og','Chelsey Eleanor did a great job','2020-09-16 00:47:26.709000','2020-09-16 00:47:26.709000',5,'SAMUEL PRATT','https://lh6.googleusercontent.com/-OILbXc7nPr0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnF-BMokyPUB0MAGdUnIfq6C81SWA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35780),('AbFvOqmGCDo44fNBtdeNrQbgS71W1i1-a6JSGht08Q91okFH_lziPfXlUFtfp2FoDLjdxSHtPDvCJA',NULL,'2020-07-13 00:48:04.007000','2020-07-13 00:48:04.007000',4,'J.','https://lh3.googleusercontent.com/-_RCrqn_yXr8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclg13gfz6LLHSv8uQ-8QSUxw2Xq9A/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32030),('AbFvOqmgCeF6xpisfUrQXIDVPr_JTOd0ylOOkjn0L2Her51PqeGIHfu6B8YQn0_2Orb-K3WDgd_cmA','Awesome . The people here are the nicest ..','2019-11-10 15:39:09.589000','2019-11-10 15:39:09.589000',5,'Skoobs3082 Rubio','https://lh3.googleusercontent.com/a-/AOh14GgT7JOb3crAWF4YhS1qDuqx3mpi4H5VZ1Biw5JoAg=c0x00000000-cc-rp','13486358490203335051',29589),('AbFvOqmgchf7aryRyfaffgrlJ9w1e-6egBE6SuvQjp1DBScpeWQAPpxLl-0odfxosAQjhR-mePdvQw','Staffing is super friendly. Josh did a great job of handling my COVID testing by making it quick and easy.','2021-01-22 17:43:53.975000','2021-01-22 17:43:53.975000',5,'Michael Williams','https://lh3.googleusercontent.com/a-/AOh14Ghd84p6zHOBOuFqus_T2c0cW96WHzzBwhd_r4bA=c0x00000000-cc-rp','3272657195432704501',44606),('AbFvOqmgcMldJ_CYlL0ShRHFX4bFgv5mqMJiDuh36F8iUk-ZaKkITGdNw4zqYsTGvG89lUwLcjrWOQ',NULL,'2020-12-15 19:33:18.487000','2020-12-15 19:33:18.487000',5,'Detra McCarver','https://lh3.googleusercontent.com/a-/AOh14GjZtFtOREI9HeXQL9slr7Z32JsFz1Fho0X9A2EU=c0x00000000-cc-rp','3272657195432704501',39394),('AbFvOqmGcxZ738scU8jMe2jFybUUt2uB8Zzb2ENdpoorEtniLRn6kD9FTQxMpu6gzWc4k07pMvnACA','Had a wonderful appointment with April today. Came in and was a bit worried but she made sure I was comfortable and taken care of. Thank you!','2020-11-18 16:03:24.718000','2020-11-18 16:03:24.718000',5,'Rebecca Davis','https://lh3.googleusercontent.com/a-/AOh14GhNFOIDXCDfVIK3Rzf6chsl9JYTcvu2KdIX9GO6wA=c0x00000000-cc-rp','14748677429039074158',31351),('AbFvOqmgdaFGkAQvgGU2S7-qwAzyBqjj_Is0xtXRAA_C7-eGSfC84D42qB43z1S14d6kE4HGMpXMLw','Jocelyn was so friendly! Great care facility.','2018-08-29 17:38:23.992000','2018-08-29 17:38:23.992000',5,'HBTLJ Recruitment','https://lh3.googleusercontent.com/a-/AOh14GhzEqJ6FeaOnOSYMXa_Y1hEKLgu9fB1jTpjGmqr=c0x00000000-cc-rp','14567670160750071148',30762),('AbFvOqmgdboFLDHwacS4oTcd6WzrNyK5Qt-iQD2tjyyXxi5plsUUCewu1uWIap3FbtSxD0nmxnII',NULL,'2019-08-24 02:10:44.221000','2019-08-24 02:10:44.221000',4,'Shaelyn Ballard','https://lh5.googleusercontent.com/-F25K-AHGILg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck6NUG7lDuUo4LN8iIZittRwNylGw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34714),('AbFvOqmgdD4F4tv_JYCPPLsTMtofNIl84ZfRVFRtKthLArtTsRzNCoJ79iHHidHXLjpXXKjl0oVt1g',NULL,'2019-01-27 22:22:01.343000','2019-01-27 22:22:01.343000',4,'Shelby Horton','https://lh3.googleusercontent.com/a-/AOh14Gj-AEC2yb6jzhV0tpfxQeyZfni-grt5QoGLtUJaag=c0x00000000-cc-rp','16590124370714063921',35026),('AbFvOqmgdJIVlnYapbj-jcwHrW0Kj-YFHEr2KP5gdcIDWMUQ92kfzqZC4Twh9H3Scje3ioQR_Pledg','Easily the most efficient and fastest ER visit I\'ve ever experienced and I break myself rather regularly. From Jennifer at the front desk to Andrew, Landen, Dr. tran and her nurse whose name I don\'t recall I was treated kindly and with true compassion. Hard to say a trip to the ER is a great experience given the fact something must be seriously wrong if you\'re there but the team at Signature Care did provide a great experience. I was in and out in under an hour, had three x-rays done and was charged an incredibly reasonably rate for my broken collar bone. I\'ll be singing their praises to anyone who\'ll listen for quite some time. Thanks again to the whole team for not only being there on Christmas but for also being so kind and caring.','2020-12-26 04:53:21.363000','2020-12-26 04:53:21.363000',5,'Doug Zolbert','https://lh4.googleusercontent.com/-NPRaib5NNA4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn3NHwT3JWQh4Et8PROKODFJXwD-w/c0x00000000-cc-rp/photo.jpg','16891069708558046635',43845),('AbFvOqmGdx0diPHAKS2AQf8q2tvUIlZ8_hHcXQz1Whk6EiuM5MBfO6dJH7xHG5gZepvhjLE7jweO','Taneshia wilts was so welcoming and making sure we understood our invoicing for our insurance!! Highly recommend this facility, all the staff was great!','2018-11-28 04:40:01.448000','2018-11-28 04:40:01.448000',5,'chiara cosby','https://lh3.googleusercontent.com/a-/AOh14Gglt8tkwYAKp6AzjPQIlFm5joIAu_aF5rWu2bgv=c0x00000000-cc-rp','17898197009688164559',38362),('AbFvOqmgdyKvj4MMmxmMltvpPfrc39DCQwoCMvU1TUZ1aGIWjZLKierk0C7AW6AmB9Rku46Gdzv8_w','Christina and Clay took care of me and despite not feeling well I had a great experience visiting with them!','2020-09-16 19:05:11.764000','2020-09-16 19:05:11.764000',5,'Colby G','https://lh3.googleusercontent.com/a-/AOh14GiP9riWFL52h-bCquTcGH1A-lbdy0dYUsuUQRrxfg=c0x00000000-cc-rp','16891069708558046635',35777),('AbFvOqmGEb_lWbslLSlR8Tg0sXnlrMff3HkINI5cbhZrCgcrisHiWJdMQ_i5Qj3Q-GT0D1qfhxXJUA','I have been here several times. First time was for COVID-19. I tested positive and I bring my infant here all the time. Staff very friendly! Mandi was super sweet and so was the rest of the staff!! T it','2021-01-22 13:47:07.210000','2021-01-22 13:47:07.210000',5,'Danielle West','https://lh3.googleusercontent.com/-x3l3mCrmBog/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6j6PVM0W2UN-Iua6GnccxwWqJ3g/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44609),('AbFvOqmGejBIW-vJQ1ipbkOPyvk4fErNLR8IG2uzrCwbZSLpUUEzShV-Kg85pTu6B-R9O-2RON52','Even thou I\'m on Medicare and have a supplement Signature Care Emergency /Center doesn\'t accept them but I still go to them because I have sent all my family there the doctors as well as the staff are amazing. I just went Sat. 5/26/18 had to have stitches on my lip as I had run into a door, I took my husband there in 2017 he had a heart attack and had to have open heart surgery. My daughter and granddaughter who live out of state have gone there also when they have gotten sick while visiting. Even though I know I can go to a ER that accepts Medicare w/a supplement I won\'t go. I feel that I will and as well as my family that we will always get the Best of the Best care there and that means a lot to me I still hope that someday they will accept Medicare w/a supplement. One thing that Signature Care does they call the following day to make sure you are doing okay and if you need anything they are there to help you.','2018-05-27 15:47:30.025000','2018-05-27 15:47:30.025000',5,'MJ V.','https://lh5.googleusercontent.com/-BkmYzIJF0_I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckL61Cgc2vJDBZg7LtgQpa07nRWew/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36947),('AbFvOqmgEmdt4CJbDdmmc3xAivyb9AEbAPY2mQ-7jpJhE8RgdzPy1kOxLQZIUqm_CL4b7iHJ7XsHDw','First time at Signature care was wonderful. Staff was extremely helpful and very quick. Thanks for the great visit.','2019-05-11 18:10:18.844000','2019-05-11 18:10:18.844000',5,'Landry Cunningham','https://lh3.googleusercontent.com/a-/AOh14Gg5tpuL9PwWe1-iiB2FbbKaU2IXMFD0Yy6VLuSf=c0x00000000-cc-rp','16590124370714063921',34856),('AbFvOqmGEPjMfOxVKOQCac0pSuZHdJiVz7sEOslR6Bgb77tp0lbz3odffkPO9Ns3kGS8bPR2d6OvxA',NULL,'2019-06-20 20:09:38.478000','2019-06-20 20:09:38.478000',5,'Robert Gonzalez','https://lh4.googleusercontent.com/-Dqco_21AO4c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmmzB3OJNr-VoIzRvKmmzwiSLgd_w/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41686),('AbFvOqmGFfCGNLeKjE_CvogvFz_bkijd6Z1TPtGesB6GnCsSsnrJhwWsLUp2mg9VL4G3HT98zUCWHA','First I would like to say thank you for the fast, professional, and compassionate care! Your care really is your signature! Evelyn at Reception, Nurse Graciela, Radiology Deim, and Dr Dang were all exceptional.','2018-09-15 16:58:17.396000','2018-09-15 16:58:17.396000',5,'bryan dilli','https://lh3.googleusercontent.com/-tfGAagYgTpE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmgt2GorYmpdfmSo7k_BNs0-ttV0Q/c0x00000000-cc-rp-ba2/photo.jpg','14567670160750071148',30723),('AbFvOqmGft1ykEoIkbqByllBzvqzD1JqnwpZ1ZyqYDrhk6g4oNVzMUe-taMvio773aTjEe1jjl3QPw',NULL,'2020-07-28 05:50:29.503000','2020-07-28 05:50:29.503000',5,'Yasmine Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GiVL7uCy1pzk30kgzBO7tqmJ1B1pkWMgCMXkjvC2A=c0x00000000-cc-rp','14748677429039074158',31841),('AbFvOqmgft5vyP1zVwLbqiGOlP45b3K22VViHPEciAV0NRRzoD4IHiIB4rQoL8U1LUl-7lZkBKEAwg',NULL,'2020-08-21 03:38:43.353000','2020-08-21 03:38:43.353000',5,'Misty Newkirk','https://lh3.googleusercontent.com/-L3-b_Xyc2Dw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn0OzJ-lh_zhox5ldNoyKHQFwzpow/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38569),('AbFvOqmGFUIFgPmymBa0EK9Ai55xA9uIfV2hv9Ycp96kvd5AXXIFBRp5Tk2bfQUN3Ua9KSeI9dBYSQ','Absolutely wonderful place! I have been feeling so bad and they got me right in and tests run in about an hour! Treatment started right away and all of the staff has been so sweet and caring! I will definitely come back for any emergencies that ever pop up! I\'ll recommend this place to everyone!','2020-08-21 21:31:22.891000','2020-08-21 21:31:22.891000',5,'Lisa Stanford','https://lh5.googleusercontent.com/-FAkpSzjhwgM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnnLzftsFO1f2O9hkNKN_IaSwEjuw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39021),('AbFvOqmGGEQVliKLYhs715UcSxf-uumzhvOLKnCz0UpCV9tkY1i7nky3t7leHFJwWhq1Mju2HH4sqw','I\'m an emergency room doctor. I heard what happened to a great friend of mine in an emergency situation. I\'ll do whatever I can to stop this center from dispensing inappropriate care that jeopardizes human lives. My dear friend almost died due to the lack of proper care at this facility.\n\nViolations of state laws and federal statutes. Extremely rude, grandiose and aloof staff.\n\nSuch a horror. r. g','2019-11-22 20:20:56.381000','2019-11-22 20:20:56.381000',1,'RetailStore 5210','https://lh5.googleusercontent.com/-u9mB0WEl3QY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnDuiD1OzYqDGfNz90h1F1ptJnDbw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36071),('AbFvOqmgH1VRXTixYbwEkxxo9Ou_QmtMc1smfF4_wy6DGwSmr9U7EohEsAMnydyBKIfuDDyxQTrlsw','I have been here 3 times this year, one time for my son. And 2 for myself. All at different times of the day and night. Each time the experience is the same. From the moment you walk in, to the moment you leave.Very kind, and professional. It’s an amazing experience, the staff is super nice, it almost feels like you are at home. This last time I was there for an extended period of time, and didn’t have anyone to care for my son, so he had to join me while I was being treated. The staff was super nice, and kind with him.( granted he was well behaved), but the staff acknowledged he was there, played with him and didn’t make it awkward for us. I will forever be grateful. They truly do have a signature care. Keep up the great work! I hope I don’t have to go back anytime soon. But if need to, I know I will be in great hands. I truly recommend this location to everyone.','2019-05-30 05:42:55.489000','2019-05-30 05:42:55.489000',5,'Alex & Rose','https://lh3.googleusercontent.com/a-/AOh14Gi4YqeDLw_Y3vc3L57MsH8zIS8gbBEm8xccHOyY6Q=c0x00000000-cc-rp','14904078213800803294',32467),('AbFvOqmghI8rNjxDDHykfW8TCM7nslxvXuwV3aFmzxSj_wrYM24aC4rLgYO_eH5nJ-xba4HaEtb3Lw','Great experience! Thank you all, Rita, Dr.levitt, Danny and Jordan (:','2019-08-05 05:25:28.385000','2019-08-05 05:25:28.385000',5,'Vanessa G. Zavala','https://lh3.googleusercontent.com/a-/AOh14GiQWh4sgEP4TJIXSNsJ5WayOn_5Lg9n5Py8d4hHww=c0x00000000-cc-rp','14904078213800803294',32437),('AbFvOqmgIk8cor4z7220Np2F4ZvfhXWrUuJLDN0Ckq1cn9RTgbcEgR1x8WpgyEgg01HqS5vuiNscKA','The staff is very friendly and you are in and out within reason. Lisa H. Is help full at the front desk. Jaime and Savannah are the two smiling faces in the back.','2019-07-29 13:27:42.693000','2019-07-29 13:27:42.693000',5,'daniel chagolla','https://lh5.googleusercontent.com/-YaPry4I5A9g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl_pTozwnUHYrhjzqGtJt5n9nrZ8A/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29719),('AbFvOqmGIuzpaFO4iQPIjwlajElaR83FdkQ3RgaHFDTzF2K-1mzCQOj5KG_bkveW-WOnI-O7dNiYdQ','Staff are incredibly friendly and the facilities are pristine and comfortable. Came in for some emergency tests and they helped provide some much needed peace of mind every step of the way. Would absolutely recommend if you need emergency care. Very accessible location at Montrose and Westheimer.','2019-01-17 19:13:45.397000','2019-01-17 19:13:45.397000',5,'Samantha D','https://lh3.googleusercontent.com/a-/AOh14GgGUq3fvMBE2tQS6W6Qpqtc8gU5yxB1R-0fjGx-Kw=c0x00000000-cc-rp','3511292162159714121',40703),('AbFvOqmGix1gyQ1dDxhRqUhaz0u24GVbq4I99XlZgLzABpJMmfNFWEwMNvMz6eCoIZDf_WGbW13foA','Great experience! Very caring and gave great advice. And nice facilities! Dr. Zheng, Nurse Joseph, E.R. Tech Shaylene, Rad tech Lonnie, and Reg. Alyssa were all very helpful!','2020-02-07 17:00:12.440000','2020-02-07 17:00:12.440000',5,'Mary Anderson','https://lh3.googleusercontent.com/a-/AOh14GjasCxUK8X1r-blDVcdXPWr74cnXXTnAJR09y8KsA=c0x00000000-cc-rp','8918455867446117794',43108),('AbFvOqmGIZzniEOt6n3paAhK7HTKxw2ixYYiVVP2N4y9BsHocChgCf9aIuni7UDpDcyB66q6tYsB',NULL,'2018-05-27 22:48:45.237000','2018-05-27 22:48:45.237000',2,'Staan Schmidt','https://lh3.googleusercontent.com/-e1gusFM4RV0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclTpoEQzAZ-s04o9pn-2AUHWZqqwg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40936),('AbFvOqmGJReIrh6dp7QvzWBEYNlUsXm7mJO7i8Q3eY4djyRuR7rnzn9h5CqweXHqQDv3xR2_2Iijjg','Great service!\nValory, julia, iam & crystal were very friendly.','2020-12-13 17:13:52.651000','2020-12-13 17:13:52.651000',5,'javier perez','https://lh3.googleusercontent.com/-BRiAPDpb_lw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckd1RmZB08ee6gpGTNyMYZXm8ALsQ/c0x00000000-cc-rp/photo.jpg','15979470999169074295',32823),('AbFvOqmGJYcUTybaBOnAyz9PjN5E9BZ0xScDt_nthd9IyEBDBe3t4z20wzSLMkDX5EQ9qxn51Y4o6Q','Came during my lunch break and the front desk staff, Aileen was very fast and friendly. Big shout out to Kara, Adam, Christopher, Linda and Dr. Miller for making sure I got what I needed. Always feel taken care of when I come here.','2020-02-10 20:32:17.515000','2020-02-10 20:32:17.515000',5,'Neressa Salazar','https://lh3.googleusercontent.com/a-/AOh14GgH9em7W0wqa59-AjdnN6_QkrA-gzitH-jeK2j6=c0x00000000-cc-rp','16891069708558046635',35976),('AbFvOqmGK_jdN9kgxPP1ysagMW6L_dQlPBxnnOoK-gJpN1LozTAj86fuwtS0cTsZUpKoFl8lhculgg','5 star facility..Tricia Erika Robert Darnisha and Dr. Chukwuma are all very professional and humble people. Thank you for your excellent service..and for taking care of my sons health!\nMay God bless you all!!','2019-11-03 17:13:29.186000','2019-11-03 17:13:29.186000',5,'Yuvi B2B','https://lh3.googleusercontent.com/a-/AOh14GhQ6hb20ICHZZBooYPy3cHKfSqaXerfXBIOCaSjqVg=c0x00000000-cc-rp','16389487648212004696',33786),('AbFvOqmGkHiA9o69C4ui7fPf6vlmDcf09v5QD5NAZZTgmnVdj-mdex8DJq2yiTx8-k0Ty7PrxmWk','Absolutely the best. From start to transfer, myself and my child felt totally welcome, totally cared for and safe. The staff, from the Moment we were greeted at the front desk, all the way through the whole experience, were genuine, patient and encouraging to my child. Giving lots of praise for taking nasty meds, being brave during needle sticks, thanking my child for trusting them, and making sure to keep me informed of everything going on, patiently answering questions and taking care of all necessary transfer arrangements.\nIf I ever need an ER service again, I will DEFINITELY go there!','2017-02-22 13:46:13.015000','2017-02-22 13:46:13.015000',5,'Snow & Ice','https://lh3.googleusercontent.com/a-/AOh14Gh5-HLSh_yd-3x_5vfLs-jIo5T3VMUclO7C-H0L=c0x00000000-cc-rp-ba4','17394740196501090048',37206),('AbFvOqmgkpfGa_WY5deGP-aub7lHYf6w7PipYKxitQdXIqcJyiBKFtqVdZID33r7hdxEdXHR6tqe',NULL,'2020-09-16 04:04:58.148000','2020-09-16 04:04:58.148000',5,'Sarah Kahn','https://lh6.googleusercontent.com/-6ZYxJmZpr3M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclsrAdnhki8orRASEEqoQxNZkH1RQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38535),('AbFvOqmgKvJGJ6TscvnY3DQKUBF2G9tTDDAbJgB_fykP_z8hDHm4YImjo-YQk2slDYzqvMbnCYMDwQ','Awesome experience with this emergency center. Dr. Lovett and Nurse Fatima were amazing. Also, first impressions matter, and Ms. Cindy welcomed me in with a smile and made me feel comfortable. I would totally recommend this clinic to anyone!','2019-06-07 18:24:58.650000','2019-06-07 18:24:58.650000',5,'De\'Andrea Thaw','https://lh3.googleusercontent.com/a-/AOh14GhHJAYeDVBXpTqmm_GI_mrSpK7rqGdPQ_r7oh9v=c0x00000000-cc-rp','17394740196501090048',36773),('AbFvOqmGlgpuTftS0LbD_Vq3QL_IX3SOYpweRL79IkBWH9-YLpQVRBkU_tJ7RgvRlyhCekR10oQA','Was seen and treated quickly. Left feeling much better. Staff members were very attentive and kind. EDIT: Glad I have my own medical license now and can call in my own Zofran prescription, because there isn\'t a facility fee for that.','2019-01-30 07:41:05.030000','2019-01-30 07:41:05.030000',5,'Nancy Rice','https://lh3.googleusercontent.com/a-/AOh14GhSSdnPTubz8EQcYDDi3k9DNsVabF1fBJgRnBwr=c0x00000000-cc-rp','8918455867446117794',43313),('AbFvOqmGlHE-hZz6KF1oNVSnh_lC2wIRkhJnktJipbo__gNGi-D3SbGCWHyIbZd-ZjL9nWRSjgYIDg','Overall my experience was exceptional from the introductory to the discharge. Georannyy and Tanishia were very sweet and nice made it such a much more easier experience and Dr.ReuKauf were really clear and direct with what was to be expected. I’m really glad everyone is working hard and would recommend.','2020-10-30 01:15:09.641000','2020-10-30 01:15:09.641000',5,'Adrian Escobedo','https://lh3.googleusercontent.com/a-/AOh14GjPyUyDacx5R8TKLWL2OY8h0i2FE0L04wkUeC6I=c0x00000000-cc-rp','17898197009688164559',37476),('AbFvOqmGm-YLfNheUDorXZwLfSyWxyAW1lZNVtipCY3uigQJ3FeISGpiI6PdjkvD8b2IOSAE2YfJvQ','Everyone is so helpful and caring here! They make sure you get the best care you need.','2019-10-31 22:05:26.961000','2019-10-31 22:05:26.961000',5,'Crystal Longoria','https://lh3.googleusercontent.com/a-/AOh14Gi5c_3K3Rxxj1BtwSnujQI0-3XegCgLjhoTaIvpHV4=c0x00000000-cc-rp','8918455867446117794',43182),('AbFvOqmgmCRK6i-73aQb6zBennRUFlhl-uXzbozSXrVFw8KYVC5SLyW6L_w06xSAzpdfsF3ix5NA','Great service w/ Clay & Chelsey. Very knowledgeable and made COVID test easy for my 2 yr old. Highly recommend.','2020-10-26 22:40:13.035000','2020-10-26 22:40:13.035000',5,'Elizabeth Johnston','https://lh4.googleusercontent.com/-qx1fYl6qdZI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclpBtqmS57HvCtw1xL9gm8xHKvD6g/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35668),('AbFvOqmgmI5uEuawSgo8-twrK-wt51Jp7q4yUEzod2r3l9d6PvHPnnTSuBUB4S5AP2v7UA00ycI6AQ','I had the greatest experience at SignatureCare Emergency Center -\nMontrose! I came into the emergency center with severe stomach pain after midnight on 11/08/17. I could barely function and Terra Henderson at the front desk saw my suffering and had me checked in and in a bed, it seems like within 5 minutes of dragging myself through the door. I was examined by Dr. Wren A. Aprielle, M.D., as soon as I was assigned a room. Nurse Erin Mitchell came to my rescue and assisted in controlling my pain shortly after. Blood and urine were collected and Radiology Tech, Quyen Nguyen took me and performed a CT Scan on me. We had all test results and a diagnosis in less than an hour of arriving. Silly me, I thought I would be returning home since the pain medication I was given had me feeling better and since I thought I was only suffering from severe gastritis. Reality hit me like a ton of bricks as I was told I would have to be transferred to the hospital of my choice for an emergency appendectomy to be performed in the AM. I was transferred to the hospital 30 minutes later. The staff made me feel comfortable and truly cared for during my short visit. Everyone was so pleasant and informative and they turned my awful night into a positive experience. Thank you SignatureCare Emergency Center - Montrose, you’re the BEST!','2017-11-13 05:00:24.948000','2017-11-13 05:00:24.948000',5,'Angela Harris','https://lh3.googleusercontent.com/a-/AOh14GikbzJej_c5zHrPHPnv61GfXlb9qV8sHNK79_1xl5g=c0x00000000-cc-rp','3511292162159714121',40993),('AbFvOqmgMi6wBXRCPPMXoHJ8KcE9_sY0SnUvYKcTGhoHWmSf4KC7B1HT0JhPNQA6AS1uoC6EOcaC','Very professional and friendly. They showed that they care about their patients and made sure my visit was as comfortable as possible!','2020-03-17 13:25:53.202000','2020-03-17 13:25:53.202000',5,'Ashley White','https://lh3.googleusercontent.com/a-/AOh14GgqNAW_PtI63rnsuSv3rNXEue7lv2SYh8jLNBKxwRw=c0x00000000-cc-rp','14748677429039074158',32092),('AbFvOqmgMLxYqSKfghP3ObY5j50tUjIUA_R6zKcVjCFIFETV6kOPOtteodVIsq20_plXngeGe9fl','From the time I walk in the the registration Amanda Was perfect & the Dr name Ms Daniel was great plus Nurse Gracie was lovely also Mr Bryan was nice the experience was cool everything was great even the tech Carmella','2019-06-12 01:21:25.193000','2019-06-12 01:21:25.193000',5,'Gary Foy','https://lh6.googleusercontent.com/-DUceUOZjlPI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmlr4KFf8oldO-R5azVeMGvsyuj2A/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30532),('AbFvOqmGN34sWYemie9RaWpvdlH6FtJCy9WrqCrTDgYeMt5FzoEjQLAyFI6dnZl1P6v550Eq814mAQ','Took my girlfriend here for a minor issue with her eye. Staff were exceptionally considerate with her issue and kept being positive throughout the whole process. The ophthalmologist was an hour n a half away stuck in traffic but we didn\'t mind waiting. When he got there he was very nice and informative with her questions and even though we didn\'t get to fix her problem he was very reassuring and recommended waiting a week before running more tests (very budget friendly!!!)','2017-09-07 22:03:16.726000','2017-09-07 22:03:16.726000',5,'Mariano Morales','https://lh5.googleusercontent.com/-nLJNovrRC6s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmTLfUmc1pgI5Vdz-FqH9_JIDLmnA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30975),('AbFvOqmGONLkgg8fK4UFmsSe1SCcqBVAfZdGJUe6yAMfLEBazQZzWXT5omEbDbCBuwn6oOhcbRJUWg','Josh and Molly were great. They are very friendly and professional.','2021-01-22 17:00:27.286000','2021-01-22 17:00:27.286000',5,'Justin Vershay','https://lh3.googleusercontent.com/a-/AOh14GjFbR_Oeorj9SbwweOuezzrKu0GirCEfzCc8cVe=c0x00000000-cc-rp','3272657195432704501',44607),('AbFvOqmgOz3-__odVgOxW0vZbVVD52yp2xX7EphJ2tZfasIyfmeB78jBjVHhEMNtUNyh1Px2Lk9Ovw','The doctors and nurses were amazing. They made sure I had the right test done to make sure there was nothing wrong. Made sure I was doing okay. And they also made sure I was able to return back to work the next day.','2020-12-07 01:11:58.991000','2020-12-07 01:11:58.991000',5,'Ann James','https://lh3.googleusercontent.com/a-/AOh14GhF9BEo6iFpe8oQNF0_4JNBqJz-4fhs4IQXf0x9=c0x00000000-cc-rp','2694018788013845459',38864),('AbFvOqmgp2iZiqoX8rXAj-Fak2fWyvIvrPoVOf-rcfpyQkXeLi4wwtUu6f92vPTqMbIBT93oKQM8',NULL,'2019-06-10 15:30:03.043000','2019-06-10 15:30:03.043000',5,'amy Johnson','https://lh3.googleusercontent.com/a-/AOh14Gj3UzL_Y3JKgNJ5mFlXv1gdpHTqOesJJN3w0VLc=c0x00000000-cc-rp','6521947413723274945',41703),('AbFvOqmgpFmJb1KQsdTQ3VFcFpFYJ2Ra0CUT0u57jXzGcKC6Ah7mBHGLXmZukvvApBVbR56Km2Of-w','I had a wonderful experience at Signature Care Emergency Center Montrose. My son was having trouble breathing due to a virus and I got a little nervous so we took him in late night. The staff was friendly and we were seen right away. We saw Dr. Akunyili who was amazing. He was attentive listened to our concerns. He was great with my 3 year old. He even respected my wishes to only give medicine if absolutely necessary. I appreciated his honesty, experience and openness to my views. The facility is clean and a security guard escorts you out, which is nice being at it was 3am. We are cash pay and the price was very reasonable. Hopefully we never have to go again, but if we do need urgent care this is our place!','2018-09-07 15:57:30.942000','2018-09-07 15:57:30.942000',5,'Alayna Pagnani Gendron','https://lh3.googleusercontent.com/a-/AOh14Ggb5ZdwWnNOtvaZe3LANtGq2MRcfSVcWUoDx7QZuQ=c0x00000000-cc-rp','3511292162159714121',40837),('AbFvOqmGpwIvAzZAkUu5oO9PnKJgsqsOdUgMfJ54QKpxPL70C61M8yXd4gK6RDrHi50GA7EII_Kx','Thank you guys for making the whole Covid-19 testing experience comfortable and informative from the start to the finish... especially while dealing with Jessica S... Very nice person.. and overall helped make the whole experience that much better ... Thank you SignatureCare Emergency Center!!','2020-07-16 18:37:10.147000','2020-07-16 18:37:10.147000',5,'Micaela Sampang','https://lh4.googleusercontent.com/-vaMUJBw1AkM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnLXNPHIirs7LQu6pijby1r0J1sBA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32022),('AbFvOqmgpy_r2zPwEGAmLiBcx3YeEE8IyHicfN5oSIPlUeX6YGYaTF0s2-0yoIB1iZuyk4jBK9nnwQ','Awesome','2017-04-17 04:02:42.725000','2017-04-17 04:02:42.725000',5,'Valentina Doss','https://lh3.googleusercontent.com/a-/AOh14GiP8-6M7b7gHNtJiFa-CcfC5zol-chwkrTl7a7v9A=c0x00000000-cc-rp','8679688254631342173',42771),('AbFvOqmGQAlu1tifCtfrruybeguNNNCpgISgvLjt8f4mUay6jWVBcicFnq7gVwta4-cpeKQHtCYNsA','The nurse mrs.charlotte was so kind and helpful and my doctor did the best helping me get rid of the pain I was having I definitely will be back here for any medical reason','2020-11-16 21:21:49.378000','2020-11-16 21:21:49.378000',5,'Green Blue','https://lh3.googleusercontent.com/-2uRYVmihfeE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnbRrOxgn5qLh_dBEID44MzxGaeBQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37430),('AbFvOqmGQHiCe9o3iQb7i4VwnOh8sVi3lPznzLOhBt7D5ktyQQ6504aX3sgcV230SXX9PADemJU3tg','This facility was exceptional from start to finish. Thank you Mayra, Lia, Christian, Scott, Dr. Zhen, Dr. Do, Kayla and Estelle! I recommend them to everyone!!!','2019-12-29 01:33:56.637000','2019-12-29 01:33:56.637000',5,'Katina Chimney','https://lh3.googleusercontent.com/a-/AOh14Gg8zgVW01MwwtOIOArXHRXHOn432O6rvyFLfLcmSw=c0x00000000-cc-rp','12541597562633926366',28891),('AbFvOqmgQuHqNCY61SeCnvFTFU94d4ohbjBHOAwasNS63lyQZST0-H1slt1X6NOkFDXsh2bHubJI-Q','The staff is kind, courteous, and caring!!','2017-11-01 16:22:24.393000','2017-11-01 16:22:24.393000',5,'Lily Bivins','https://lh3.googleusercontent.com/a-/AOh14GjZMelGgQiCO-qFYY4JljDi9_sVS1WLi5jfHM1NjBg=c0x00000000-cc-rp','16590124370714063921',35358),('AbFvOqmgqXcr8MaHt0O8jcUrOysvM4sT5XsXpWI2VUbi-_fxEuFN19jHf5gcaG2_qfhUekEBMsYG-Q','I came in because I wasn’t filling good I was a little nervous due to the COVID-19 that is going around but when I was checking in Jessica S was so sweet and so informative and answered all my questions. Thank you SignatureCare for everything your doing for our community!!!','2020-07-21 19:43:27.760000','2020-07-21 19:43:27.760000',5,'Andi Soriano','https://lh3.googleusercontent.com/a-/AOh14GjJJgnj0T3XTZZ1bMWjyyl1wSn-ztzzpPn3216TWw=c0x00000000-cc-rp','14748677429039074158',31884),('AbFvOqmgqYZ52BKj0qTsFxht9JpkIccqhwtei_8XfsQ7HSnHpZOfQjszSYVVv31x9EARB5LT3YPG','I have been to signature care twice , and they have always been very quick and efficient . Gina and Dalal at their heights location were so sweet and helpful . Highly recommend their location or ER in general both times I’ve been and two time my husband has been we have never had to wait long.','2020-10-21 15:00:44.246000','2020-10-21 15:00:44.246000',5,'Nathalie Cordova','https://lh3.googleusercontent.com/a-/AOh14Ghp4lAXsIAxloLbC4jaDhganpkQR_9w2HtVV9FQRA=c0x00000000-cc-rp','14567670160750071148',30054),('AbFvOqmgrFshbUhrsnM_C2SbPNG2fwbTB-3V8EY8ErHUDjC3tLNiqBlobvjRY4sUxYSMvTuUKCzulA','More than welcoming, responsive and diligent with any symptoms you have. From the receptionist desk back to your patient room, you will have nothing but positive experiences. The nurses, doctors and anyone communicating with you will offer warm blankets as you wait. Kat, Michelle, Daniel, Mauldin and shade couldn’t have been more helpful with my visit. I received pain medication, X-rays and further assistance requiring the help of many in the ER and everyone was more than professional.','2020-11-07 16:07:44.079000','2020-11-07 16:07:44.079000',5,'Walls','https://lh3.googleusercontent.com/a-/AOh14GiZjy1UTPbtyTVLMzQCSOPpZFbBxuHOsBe6lqOe=c0x00000000-cc-rp','8918455867446117794',42843),('AbFvOqmGRgM9vPxwvWDmBe6UBtEbP8ElDoLOtYIPok9zS3ZcscLdE6_fLzwoH_BKOJ-4QYjVKgub0w','Very professional and accommodating.\nTook 5 minutes to sign in and another 3 to be called back. The nurse was great, did all of the preliminary work and 3 minutes the doctor was in doing his think. After some diagnosis, some shots were given and discharge paperwork was completed. In and out in about 45 minutes with the wait after the shot to gage any reaction.\nI would definitely use them again.','2018-06-04 22:57:48.746000','2018-06-04 22:57:48.746000',5,'John Centner','https://lh6.googleusercontent.com/-kvjZa6t_rns/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckc898h6WRhlNz49QOIcGjLtzWx8Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40935),('AbFvOqmgrmzDIu9rSucKMB2YLG6Vk_VjHwY_BUqEcbz7RGOuulGyxp85JoO4SExHgOfSPx3S1pNolw','Wonderful staff, very helpful. Had to bring my father in for abdominal pain after sitting at midland memorial for almost 2 hours without seeing a doctor. We left and came here, they got him a room in 5 minutes and had a diagnosis in less than 30 minutes.','2019-08-21 05:07:48.426000','2019-08-21 05:07:48.426000',5,'Darielle Arnstrong','https://lh3.googleusercontent.com/a-/AOh14Gj7vVUwVH-bQ1HXrVzpoqjROlCmeffGTh_ZwYyh0g=c0x00000000-cc-rp','13486358490203335051',29689),('AbFvOqmGrowuzJat_CNvjrCRukHaKruHSiJsLXPu2_8z7p6_D0NWpT_6K34qPWrVRQVx8fLrCjz_','Visited this facility a couple of weeks ago and its customer services is the best. Dee was very helpful.','2019-06-19 20:30:46.165000','2019-06-19 20:30:46.165000',5,'Marcial Jimenez','https://lh5.googleusercontent.com/-gbnoxbL2km4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmzcM7_5LntSAzTLgqEqUKvGe1umw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40535),('AbFvOqmGs4OSIPelztIX2y5qeINOPdS4NS2NaU7YB-hRjFnVWxVyoF-boQhZfSXc-2poR-ROf5vIgw','Great service by staff ! Treated me well and kept me comfortable at every step! Especially Patricia and Alvean A.','2020-01-16 21:24:55.958000','2020-01-16 21:24:55.958000',5,'Omar Rios','https://lh3.googleusercontent.com/a-/AOh14GhdKYDQ4RbDiS_m9KQvKioGEF1ddZ0_ncmokE4=c0x00000000-cc-rp','16389487648212004696',33497),('AbFvOqmGs6X6zm-QDvP6x8Mzt1VtRk78bL83sE2dSCBGce4Kvl6MZGwtKyYikkiAf5rR4hHtj0v5cw','Always super nice and quick service. Big or small they treat you well no matter what.','2019-12-23 16:39:03.879000','2019-12-23 16:39:03.879000',5,'Aida Del Moral','https://lh3.googleusercontent.com/a-/AOh14GhzNAj-C5FQYvlbaxPiG9EGPqdM5Q7SkNb1NbnqvA=c0x00000000-cc-rp','14904078213800803294',32391),('AbFvOqmGSaboI3y3hZD2yzDstFyhI41bi6Z7KxQBMoQ7wXy7cMIsX1VVFsgw0EkG8ir4d5jy58pm_w','Amy, Rollie, Natalia and dr Patel are the best staff in the Houston area. Very professional and great at what they do','2019-07-03 04:51:46.006000','2019-07-03 04:51:46.006000',5,'Robert Lowery','https://lh4.googleusercontent.com/-DjKcDTuzEQs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckDSRZqZI_zGwvOz0p2IrgkVFOT4Q/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42682),('AbFvOqmgsou5-_fH-MWkRMqwzkIK_V1Lpnptu0TewoS3fRbhTVV8yvYB1HWxzaLGor2ocMnmxiLQYg','Great experience! Friendly staff and great service. Recommend!','2019-01-09 18:36:31.423000','2019-01-09 18:36:31.423000',5,'Renae Donus','https://lh3.googleusercontent.com/a-/AOh14Gh8ZwPnj0EBZuuDwZ9V5M4rfMsmi1BPexR30BWOQQ=c0x00000000-cc-rp','16891069708558046635',36296),('AbFvOqmgSVQKvgMy3pjUFbqUtYx-3gjidPMPohmkh4ZbCxILAVKKbjgI_zjYUCxUjLvkEOXkPOxkFA','My experience with this ER was amazing!\nFast, friendly staff! Gracie, Ellen, Sam, are awesome\nAndrew the manager is so professional, caring & kind!\nDr Hehmann is informative, made sure we understood the diagnosis, spent plenty of time with us!\nOverall amazing experience','2019-06-27 05:37:07.978000','2019-06-27 05:37:07.978000',5,'meenakshi avila','https://lh5.googleusercontent.com/-jxegDQy8XvM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmRgC0yUjv1IJZjRQiWIgocmXlQSA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43239),('AbFvOqmGSx1qa0JSvvitDdR1gTvI6qX8ub-vmosEdUGfXf-q7F3EfRKphU_cIgAMMkV9ZaipjLX_Sg','My first time coming here and I\'m very impressed!!\nProfessional, immaculate, and welcoming atmosphere and staff!! Thank you Michelle Kirby,Helen Dukes, and Austin Daniels for an unforgettable experience!!','2019-06-13 03:24:10.644000','2019-06-13 03:24:10.644000',5,'Stacey Tyson','https://lh3.googleusercontent.com/a-/AOh14Gj64gU3eR9snH4iMtMQK6li_P7-YjImIDvfDGewCQ=c0x00000000-cc-rp','3272657195432704501',39854),('AbFvOqmGT2v2zwTSBs6q4muQHlez_Nbq-uicziqerJsXPKUboCls1W5dfMcrLQ2uDkju9vY9GqYIeQ','This place is terrible. The waiting time is outrageous called on the phone to see how much longer my mom would have to wait for the guy on the phone said an hour and that only two people were in there. And asked her how many and she said a bunch of people!!! Hmmmm... This is just ridiculous. If you have this many customers you should be able to afford for staff. I mean y’all don’t even take insurance.','2021-01-05 03:21:15.473000','2021-01-05 03:21:15.473000',1,'Chloe Fleming','https://lh5.googleusercontent.com/-nof_jOE9avc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnwtNMHrQZGRBiw7uBhJfM08EaQUQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',44338),('AbFvOqmgT2yrWHa11mHLQ4KEx78VeTaAw4_Z_vYZHYjpAWQVSQxmr7mNSQ71f6RtPuUMzIREwzeOTg',NULL,'2020-07-26 16:15:00.672000','2020-07-26 16:15:00.672000',5,'ervin centeno','https://lh6.googleusercontent.com/-CqtoZmvs5nw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnvh1CMLH3hmkU2NRm9AbwiOpsgcQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32301),('AbFvOqmGTbx-YXYGOecEb0ATdFFEmx_MkIrcn5H1Q4EVT7JhNyU6K5m7X4IqJNpt5zng4ZBK2Dy0lg','They were great! Brought my husband here and they fixed him up well and quickly!!!! They were all so nice, friendly and helpful! We would highly recommend this place!!!!! Special thanks to Quintessa, Melissa, Kay and Dr Hasegawa!!!','2019-07-20 21:58:09.847000','2019-07-20 21:58:09.847000',5,'Earlann Bumpus','https://lh5.googleusercontent.com/-CNtwyrJGW_Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckbLN7-q-tOp2sryluoDJOK-MLpiQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39302),('AbFvOqmgtCAyx0HieXWbYiaWD6Pg4YTTxIgGA2O3WT4m_HvmxiAkidrdoQpbkrGusXbMzxx94rK2','Amazing team at this location. Shoutout to Dr. Faig, Olivia, Danny, Keri, Holly & Mildred. They were so nice and attentive. Thank you again!','2019-12-28 03:37:56.014000','2019-12-28 03:37:56.014000',5,'HecticNHeels','https://lh3.googleusercontent.com/a-/AOh14GiSvFE9fnHMULM2uiJT87nEuApkg0x7gInSwjY=c0x00000000-cc-rp','14904078213800803294',32389),('AbFvOqmgTMA-3pzXwLsf-WZEDhwOyo5hRJJfSxFfZddEVzFyoZw1d2uNU0A-kgOlZXKcGHtPYIDpFg',NULL,'2018-06-09 02:43:16.809000','2018-06-09 02:43:16.809000',5,'Chris K','https://lh3.googleusercontent.com/a-/AOh14GgvHjbllTawmzrVkFJpff4Wt8OBh5wlQuovu-ol=c0x00000000-cc-rp','16590124370714063921',35269),('AbFvOqmGU2gSfmWERn7f2A5fOV7rena9bjamM6PBI7nzvSA1zH5IaP9c3dY1VKPgkZZFrc3mBXha','Maria and audrie were awesome','2020-10-07 12:21:09.054000','2020-10-07 12:21:09.054000',5,'Joel Ruiz','https://lh4.googleusercontent.com/-cEYSAeVjutk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmYqGKsuY_8mtttpoNvULlj6dRHsQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29300),('AbFvOqmGuSc1meKjGZ1GoblmaAOpsEE51NZChryTYu5_xblHVomt0im0Ns03uXB34JGw73TV8ubl','I had a great Experience! Nancy W. was so thorough in explaining what she was going to do and what you expect.','2020-12-16 15:40:17.313000','2020-12-16 15:40:17.313000',5,'Tabitha Fierro','https://lh3.googleusercontent.com/-6BkI42xokYc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucllu-X_byayQQPh4xJL-RAC11TxGw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41263),('AbFvOqmGVEkhjv8O1ljt0gTtfpstJ89V0ubpA4AIn55Sx2RKKRciLLNT8tL-o7gBf4Qmo5P9cpLtaw','The staff, nurses, and Dr were very friendly, caring, knowledgeable, and professional! We were in and out with a strep test! We will be back.','2020-03-14 00:44:27.430000','2020-03-14 00:44:27.430000',5,'jaketez09','https://lh5.googleusercontent.com/--0dhNUB7ED0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckltWl_WtKW1cPJ-ij-lJbFRPZ_2Q/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32106),('AbFvOqmGVJ-eW7VWjj9kamlNX7RmmWb-uNx5J9pFy7snGILF8NchyOG_ehwz8Rdf9elR7_RaPU5KQw','Highly recommend. They truly take care of you and have you in and out. Snacks were a plus for sure! Every experience has been the greatest and will never go to another ER if I don’t have to. This is the place.','2020-09-01 04:52:43.516000','2020-09-01 04:52:43.516000',5,'Alicia Marzano','https://lh3.googleusercontent.com/a-/AOh14GilUzJT_8x_WJD9CcFNrLb25I9af5ML0Z4de7NChQ=c0x00000000-cc-rp','2694018788013845459',39014),('AbFvOqmGVqh7EwcvaC-Jn1bG3omxyb8lVOCCNsNM0ypZ3UDGXsSU3EqdlSwslVAYnPNwP3YKFxeC6Q','Nice and friendly staff!!\nPatricia C. -registration\nAlvean A.-Nurse\nWere they were both so helpful!!','2020-01-26 21:11:28.404000','2020-01-26 21:11:28.404000',5,'marshonda fields','https://lh5.googleusercontent.com/-PUWrCHhmPqA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmBWXQP-oIeYD8CakHP49mDG9Saiw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33449),('AbFvOqmgVTrHSsydCIt86vJxuGhnskSVqIiIYN837hAMpfwYYx_oxE9EDstp_VNGa_GBqNRjas6eTw','Great care! I was greeted and help right away and spoke to a doctor soon after, in a room. The doctors and nurses were very nice and explained things very clearly. I went in at 3:00 am and expected to not be back home until after sun up... I was back home by 4:15 am! Amazing! I would definitely recommend this location.','2018-01-25 17:19:43.729000','2018-01-25 17:19:43.729000',5,'Thuylieu Aligo','https://lh3.googleusercontent.com/a-/AOh14Gg9_gVfECIb0m8swUWL1hQWWvaDwAtXbQYJnNQHow=c0x00000000-cc-rp','14567670160750071148',30886),('AbFvOqmGwaB2xwGUM-4Ee46UIiqTqxlPf960z8sAdlVdDL4IwTjKLVy9SADfVFsZ8yQHb_Z2GQ7C6Q','Very efficient, personable and caring. We were treated with utmost respect and concern. Very thankful for this excellent business in our neighborhood!','2018-07-02 14:12:45.712000','2018-07-02 14:12:45.712000',5,'hesterpie1','https://lh3.googleusercontent.com/a-/AOh14GiKaZEivJiirHQfHMC8cLmGaEJpASYM5MjO7vTkyA=c0x00000000-cc-rp','3511292162159714121',40928),('AbFvOqmGWAJzwQKEqoT0GFhgMXlN992uw-nlcxIr7c1_1t2RTUdvatJJb8JclQQmomI_vQEhZEn85g','Fast and good service. Thanks Tricia Alvean šŸ‘','2020-11-14 14:58:50.760000','2020-11-14 14:58:50.760000',5,'Luz Marina Bedoya Vanegas','https://lh3.googleusercontent.com/a-/AOh14Gjp6eP1kmDrl5nhF8XLt0UMyn0Z-QVxbqL6Vm-lhw=c0x00000000-cc-rp','16389487648212004696',32926),('AbFvOqmGWuERyutSlm9kJGiumpL3FFUM5h5SQUPFhrK-TvoXagcOPkUoFYDiWr3JWsYH-rVQL09UPw','Great service, helpful staff. Dr. Das was gret','2020-08-22 00:24:38.523000','2020-08-22 00:24:38.523000',5,'Verna Youssef','https://lh3.googleusercontent.com/a-/AOh14GiXzC1JnJnSnDvUdDi7ePeaSMOMF7GKWxy_9SC3=c0x00000000-cc-rp','14748677429039074158',31755),('AbFvOqmgXdGTOMRpoeccVrsGbGPvPxoOVf7M4ErvFW_5VygUXvK8BYD9WszFQ3dQW3MHgYyYHp7D','This place is the best! They are very patient and very kind. To be honest they saved my life! They stayed on my about making time to actually take care of myself and for that I am forever grateful!','2018-12-23 12:17:53.902000','2018-12-23 12:17:53.902000',5,'Nessa','https://lh3.googleusercontent.com/a-/AOh14GgYM9aPyHjNyWJm22odq4eHq82KmtEVs3CtNP5d=c0x00000000-cc-rp-ba3','3511292162159714121',40776),('AbFvOqmgxn9VjmguQydqOs_v2pK1LSqpUS7LfpaGwArg_q6I-6043TzKjOZ94hw2o2ulH6z_hD4m5g','Quick service and awesome staff','2019-07-01 16:33:21.652000','2019-07-01 16:33:21.652000',5,'clint jarosek','https://lh6.googleusercontent.com/-EBGwJrgOhZY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckA__vnXWwhrG7o_HdpxzUacJBhfg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36166),('AbFvOqmGXOzWgektbnfSLjVyneqE9V8gBiNXpSMKXAfjlgRLz0cY9hALVsfwbmMLPYEFIRXzH-fUZA','Hands down the best medical experience I have hand. Exceptional staff, from the front desk to the doctors and everyone in between. Thank you!!','2017-05-17 04:29:22.591000','2017-05-17 04:29:22.591000',5,'Kareem El-Sadi','https://lh3.googleusercontent.com/-LRwpGcxhgCU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmbGSmyHPLYCAccjmAkJNnz25zl3A/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32680),('AbFvOqmGxSL2RCCifD2f4FLgDjrKqgaR8xGxbm6fIhmcXX__LXFPL2-aKNNKudsUUbHM3n5yZSZYIQ','Dr. Ybarra, Karen,Sonny,and Delicia made our experience so comfortable. I am grateful for their professionalism and service','2019-12-27 20:25:38.816000','2019-12-27 20:25:38.816000',5,'Sherrel Lemon','https://lh6.googleusercontent.com/-LL6iw4Ssj0I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnpfGN2Tw1W5Z_h616NfSRM13LCCg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42527),('AbFvOqmgxUubD52SiqquIrMdbEzCYyxjFz2rhOg-osJt5rgwf5d39lSMTH4u7gnVqHxgIVFRHz9jOA','The entire staff was caring, friendly and professional. Thank you Lorena, Victoria, Bretnie, Matt, Tori, Lindsey and Dr. Cabaniss. All my questions were answered and they even followed up 2 days later to check on me.','2020-07-28 20:45:02.720000','2020-07-28 20:45:02.720000',5,'Lori Jones','https://lh3.googleusercontent.com/-5y3MT64_ifU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclnNOJg6xzvjGzTQuDnKH2Br3Xwqg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34235),('AbFvOqmgXY9GkWcJ3BC1sv5c0F4jdh0hg1hlCvannk9fpJnaliJQxCQYCeb8QwF1VLQoo7bxTG30',NULL,'2018-10-04 18:56:20.182000','2018-10-04 18:56:20.182000',5,'Lauren Rohloff','https://lh5.googleusercontent.com/-gI41Wz2UYIQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnYcpUgKvzLpab6xAJT_M-S3IIFLQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35169),('AbFvOqmgy_Fl1nV0SdoubN9D1UEDWC_Yhm5sBze4Vr9T39tTMXsL6CcNYDp58-B6Jez9boAXdG4arw','The staff, Lindsay and Monica, helped very much to make sure that everything went smoothly and efficiently.','2020-07-23 02:06:48.997000','2020-07-23 02:06:48.997000',5,'Faith Garza','https://lh3.googleusercontent.com/-6-zvAGyzTYQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckPr8OKYe_Tc7SpjlmcHQBVMaUSDw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34274),('AbFvOqmGy2YH-E4WkPZEUZFneenYJmGcJfMVY8S-JlFQCFWjWOI4Zjppm116xOGl5_1tl-XpAmTlhw','This is the most incredible ER. I have been here twice and have had THE BEST experiences. We were greeted immediately by Aileen at the front desk and offered beverages and snacks in the waiting room (my son loved it). We didn’t wait more than 5 minutes before we were called back and put in a room. My son was offered a warm blanket and got to watch PJ Masks on the tv (which again, he loved!). The ER team came into our room within minutes. Adam, the ER nurse and facility manager, Andrew, the ER Tech and Dr. deWaal, were all so attentive, kind and caring. They quickly observed my sons injury and decided an x ray was necessary. Christina, the radiology tech, was warm and engaging with my son. She was successfully able to get my 4 year old to sit still long enough to get the images she needed. I made a note to remember everyone’s names because the level of care was SO excellent. We were in and out the door in less than an hour! Incredible care without the long wait! 10/10 would recommend!','2019-11-17 02:19:36.710000','2019-11-17 02:19:36.710000',5,'Dayna Smits','https://lh3.googleusercontent.com/-xgwfsBxeIP0/AAAAAAAAAAI/AAAAAAAABIY/AMZuuclXG0raCD_M2zCjPv3fy38RiXRtJw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36076),('AbFvOqmGYA3d11B9tMWln9HDHh86kii1GZRMvMSoT5KB0WxlR3AqdfDsRcVID4fREqm-ds2QqDBEAQ','I Came To The Cypress Location , With A Neck Pain I Was Greeted By Jasmine With A Big Smile Ready To Assist My Problem , I Also Had Some Test Ran my Tricia Who Was Ever Gentle And Helped Throughout My Whole Visit Checked On Me Without Having To Ask , I Had The Best Beat Nurse Heather Who Made Sure I Was Comfortable Throughout My Visit And She Made Sure To Explain Everything To , And Of Course The Best Doctor Dr.O’Malley Not Only Did He Make Me Feel Better But Also Kept Me Entertained With His Story And Conversation','2019-08-22 17:33:54.373000','2019-08-22 17:33:54.373000',5,'Deija Roberson','https://lh3.googleusercontent.com/a-/AOh14GgBpRu0d8Ue1lYGEC8uMOuDoWEw0b84Foprsi7B=c0x00000000-cc-rp','16389487648212004696',34030),('AbFvOqmGyCz0faSggg7RI5saMQvJ5S_Hgm064mrMg5vxsVx2AEjMp_3nayHF27JQeubY1YHHI3ad','Fast and helpful! Ruby Varela went above & beyond & was able to get my husband in the same day for an appointment. Definitely will be back.','2020-06-28 15:43:56.164000','2020-06-28 15:43:56.164000',5,'Erika Sanchez','https://lh4.googleusercontent.com/-AuDmJX8cn-Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUU3_HFJdMwor76Ju8sG8OHdApEQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29379),('AbFvOqmgYfyryjIsCsQkjUlfNBi9OM4gfXQoRJec2M8h_NeDa72Pud5GREh9cE5rqnrItoAFW5bfGA','Wonderful super friendly staff. I highly recommend.','2019-12-16 23:13:13.334000','2019-12-16 23:13:13.334000',5,'Kandys Landry','https://lh3.googleusercontent.com/a-/AOh14Ghg2v7pPf7XCYCFxk9bfHOkXFKVnBvvqVLUOU4B=c0x00000000-cc-rp','12541597562633926366',28939),('AbFvOqmgYk6QlQ-ajyatzyaBY4eelQfXybLARj-iyPQDGGy99U0zcasrdA9afZ_oTveL2rzh_Y7wFA','I had a very good nurse her name is Alaina she was very attentive to my needs she made sure that I was comfortable and I had everything I needed thank you Alaina you\'re a awesome nurse keep up the good work.','2020-09-29 22:17:51.395000','2020-09-29 22:17:51.395000',5,'shannon watson','https://lh3.googleusercontent.com/-eSG_7l5pfGw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDNBTsHE1WVmoN_ziPvG1jHJPtZw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39503),('AbFvOqmGZAO72YxYYoXg_DE8i7xD5OQQZmuwPxtNGE1qR13D9ASrVu1PJW2SCfDYhimik76S8fTg','They were very welcoming and time efficient!!! Recommend them.','2020-09-01 22:22:28.109000','2020-09-01 22:22:28.109000',5,'Kandis Hartdegen','https://lh6.googleusercontent.com/-nd9howfj2Gk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmRSfhK16ClGx3B6abhVSW6k0ONVw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31721),('AbFvOqmGzC7eePr2jcfT_tih4fIpp_fVhRSqCbeOhmg9p8lBIVoOqzZOkXl5dnmnmCqUKkWdiX9aXw','Great nurses! They sure know how to take care of you\n\nDr.FAIG\nNurses : Sarrah , Fahme , Catherine.\nRadiology Tech: Larua\nLab Tech: Scott\nRegistration : Mercy & Kandi','2020-10-29 19:30:41.273000','2020-10-29 19:30:41.273000',5,'Brian Alvarado','https://lh6.googleusercontent.com/-6MtkSN5T7as/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckDMrU5wcYF6mABA_370gd-UoOJGA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28483),('AbFvOqmGzhtxEt-7_ezJOslsAoI7gbd4r8XeelxIhSP7Yinlnj-UYuzKYkVhiew0Nt02kOlCOuf8wA','I took my wife in to the center early in the morning. Dee had us in an exam room within 2 minutes. The registration process was simple and easy as well. The room was clean and comfortable with a warm blanket waiting. Olivia got her vitals really fast and helped make us feel comfortable. My wife passes out at the sight of blood. Dawn, our RN had an iv going comfortably without my wife even noticing. Eve took her CT scan quickly and brought her a fresh warm blanket. Doctor G was knowledgeable, warm and comforting. He reassured us that she would be fine. Overall great experience and wonderful staff.','2019-10-02 14:51:13.851000','2019-10-02 14:51:13.851000',5,'Connor Elliott','https://lh3.googleusercontent.com/a-/AOh14GjhpDLShgtFdxMJszFCUsab3Tq4yVG7SwzrIchQSA=c0x00000000-cc-rp','3511292162159714121',40407),('AbFvOqmgZI6xfWnMOK1gk_bvMqzQQ96bVObshrXwqkZNV_v4k_IQ_TAD0jyQaZBpETld5O7KjsPtEA','The staff and Doctor was very attentive and caring! I’m so thankful for the treatment and service I received at this facility. I would recommend anyone to get treatment at this emergency room!','2020-11-08 22:11:42.484000','2020-11-08 22:11:42.484000',5,'Faraz Saleem','https://lh3.googleusercontent.com/a-/AOh14GhFdhDLCKC8pSjP_0IkAlPLASiRY4B_Lyb-4PucVA=c0x00000000-cc-rp','17898197009688164559',37456),('AbFvOqmGZOPOWicNb9gkLXLr-YFuG9VOs2_2xbUgbWwVEsqOUYZSPJtV4MsTXmrl4Wx0XQ419gvwyw','Awesome care from tanisha, heather, Shelley, and dr lindsey','2019-02-04 04:37:59.457000','2019-02-04 04:37:59.457000',5,'Julie Bernard','https://lh5.googleusercontent.com/-e9dR5IiJitc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjhgzRtVfSnSbXZO_gaj908J_siw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38310),('AbFvOqmgZPOryRzDsegMcMNBdszt8XyfIRkXciw3soEeGgmNMte7CRx5Z_O8LqiqYnqMSGDxSOT1','Dr. Tran, nurse troy, marvin, and Jesus are so nice! Made my visit very pleasant, easy, and quick. This is the place to go to when your in need of immediate care.','2019-09-25 06:23:03.230000','2019-09-25 06:23:03.230000',5,'Michele Davis','https://lh3.googleusercontent.com/a-/AOh14GipBxItCsPlMN2wSvYLUeebhb8madLdgJjzaQpBeXA=c0x00000000-cc-rp','16389487648212004696',33932),('AbFvOqmGZpquy65iRBHjv-FRk-s43oatJtLxT9n-wACzz2Vn13Ox5akZIBTrOOD9-AeMdRIpnV1wTg','We stayed over night at the Montrose location, Mercy checked us out. Everyone accomidated us exceptionally. They are quick to the point and getting out was a breeze. The staff was very attentative and always made sure we were ok.','2018-04-01 15:34:07.678000','2018-04-01 15:34:07.678000',5,'Amber White','https://lh3.googleusercontent.com/a-/AOh14Ghdhx_JPu0ndbAII_W0rI4QcRaUP2ntcfZhP8nGGg=c0x00000000-cc-rp-ba3','3511292162159714121',40948),('AbFvOqmGzw2r_-_aweeAoqM1OThRjRn1k8gEnDaAKLkjKRStgHh5ivhNjrLq8_NOD5LR11x0UAE9yw','Great and friendly service','2020-09-22 18:23:30.207000','2020-09-22 18:23:30.207000',5,'Julius Jones','https://lh5.googleusercontent.com/-Kj-7smYF7pk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKhM9Rk5S4910BriXCB3PRdXOQaA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38960),('AbFvOqmh_s4sI6uPSA95Uz45DDGNVSh2VX-4J4YTBVMZzAYa_enuja2zBFw0eVwm1nCeHIt8rKPjnA','Wonderful staff. As usual, a wonderful experience!','2019-02-24 17:50:30.399000','2019-02-24 17:50:30.399000',5,'Candis Fricks','https://lh3.googleusercontent.com/-7H30W-2L_3M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhkHxD7UKY7sC0JVK8odd2luGOfQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39907),('AbFvOqmH_XfyFiiBArYBs7XIn4KR2GXdM0N675Ub7fpxPf8S0c26ohwJip_RIL6F3a8NDhZp2dcYWg','Great place omg ms.nikaela was great all the staff was awesome 30 min for stitches no wait','2019-01-14 04:09:41.900000','2019-01-14 04:09:41.900000',5,'LaLa Tells Da Real','https://lh3.googleusercontent.com/a-/AOh14GgOazOA8ZvJxSg9Jepedotj3QWNpuV_EUXqc_ykig=c0x00000000-cc-rp-ba3','17394740196501090048',36839),('AbFvOqmH-bEcrGGrMZV89DLcyn4orNlDWw9Hhh-1I2bOPnBB6Ew0WVmnFfrUwi_km35kWwLwgPLW','Great service and staff! Everyone is super nice and responsive, especially their nurse Jacob!','2020-10-06 19:23:45.088000','2020-10-06 19:23:45.088000',5,'Mathilde Le Bon','https://lh3.googleusercontent.com/a-/AOh14GjzVbCzSU6eHh1RPbjUsBgr8OeyZqK1J7Ya3O3a=c0x00000000-cc-rp','16590124370714063921',34146),('AbFvOqmh-gXcydDfvhXIKjP8M8oA3XWHhBBGlvnjgZALO6oAwxI6LDPGNCttbN56Nrow0lv92TcO6g','Doesn\'t get any better than this. Really high quality service without judgement. I was imediately seen and my injury taken care of by Dr. Wen. WHY can\'t hospital ER\'s run as effeciently and at this cost, this quickly?! THANK YOU','2020-07-13 02:03:21.369000','2020-07-13 02:03:21.369000',5,'RHanna','https://lh3.googleusercontent.com/a-/AOh14GiTLS58s-6OS-4NMZZ4Z2QmpBDwjKXRZM5Uj13h3w=c0x00000000-cc-rp','3511292162159714121',40241),('AbFvOqmH-NsoYxuHEqPoBVRwnJ-2pKOUzUR3c_DeMN72v1EaHH48LR-ALe68i-MKtEfnjLohy50R','Signature ER in Lewisville had me inside in no time at all. Wendi had me fill out my paperwork inside my own car where i was comfortable and they quickly called me back for my test. Georgia was very gentle while probing me for COVID-19. Very thankful to the great staff and a negative result.\n\nThanks again!\nDana Dardenne','2020-11-26 04:08:43.760000','2020-11-26 04:08:43.760000',5,'Dana Conarroe','https://lh3.googleusercontent.com/-yjyYaaO-dOY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckJtJHM3xh9qCCiNJrZgfwtxakvJg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31316),('AbFvOqmH-QQ_P0VgFqI6Fhyo3-7pyb14VlOZYBBGEb0T2iJWGC3SeCOGYMsxxac5_Zk2oi6Xr1dd','Fast, friendly service. My ER Tech, Leah, was attentive and had a great attitude.','2020-08-03 15:57:53.019000','2020-08-03 15:57:53.019000',5,'Bella Samarron','https://lh3.googleusercontent.com/a-/AOh14GjXEOI6xPCT0iqhvjHWn8R7H_M1WFZbQFQoIPkj=c0x00000000-cc-rp','13486358490203335051',29335),('AbFvOqmH1hovqK0xu53MJg4o_hBjLlYh8EzZTNSaMbxT8V-37ZhEhrl5KVWRQtLDSiP4BYVl8BSw2A','Very pleased with my visit at signature care! Jennifer D was very great at the front desk as well as all of the staff who helped diagnose my daughter and myself and treat our problems. Very Clean and very nice facility! Will recommend to friends and family!!\nDefinitely will come back in the future.','2019-01-19 00:24:26.404000','2019-01-19 00:24:26.404000',5,'James Diggs','https://lh4.googleusercontent.com/-s6TC7MmlawI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnddZ9_-daIqnpnq6X9w_0Q7O6F9g/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42174),('AbFvOqmH1VcW1qneGpulgUqpPO544GIUOXT1_SSdLFUS4SMBIbl76lDnTvkA_5fiv5A1rhtPmhId4A','Very friendly staff & fast service ! Stephanie greeted me and assisted me as soon as I walked through the door. & RN Rollie and RAD TECH Natalies as well as Dr. Daniels took very good care of me. I recommend this place 100%!','2020-08-12 03:43:48.346000','2020-08-12 03:43:48.346000',5,'Diana Santarosa','https://lh3.googleusercontent.com/a-/AOh14GgSqJJ8AV_GAVYE-R0paBZyG976TOLw5Bk4vT2coA=c0x00000000-cc-rp','8679688254631342173',42323),('AbFvOqmH20i691CNWlx711rsmMomSLkxouK9r7gTbFVpHVEWhxFrHJ1ywLQvwGfNQh21HSFMg3WzhA','The best er I have ever been to thank to dr.Harjai and nurse Alvean and to the best radiology Nurse Tricia and we must not forget Jocelyn.','2019-09-18 22:06:28.898000','2019-09-18 22:06:28.898000',5,'kash0utt gaming','https://lh3.googleusercontent.com/a-/AOh14Gh9lDPgffmxKIOMymeWpo2MGg_WzXissG92bCFv_Q=c0x00000000-cc-rp','16389487648212004696',33947),('AbFvOqmh29-ZDyglSaGxZjGzU-pffCdLOI9oLP-hk-SJDSVsWU63le7PimR5nVXwF_UIKqU9_lhatA','The staff is super nice & the faculty is very clean.','2020-12-20 15:14:16.709000','2020-12-20 15:14:16.709000',5,'Chelsea Vickerie','https://lh3.googleusercontent.com/-qEwHPlO95kc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclOxlK5tYLixf0xEIeH-jXueUWNlQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36482),('AbFvOqmH2aueCpLgKPiVLWlIAhcNMR4dCcCueqmrnbO9GmKv9BgfCBcNAMRDc3f2iDFESv4__RGn','This facility is fabulous and has an outstanding staff ! My husband and I arrived to register for a Covid 19 test time for the following day....we arrived at midnight to get in line...expecting to wait until 4am to finally get our timeslots. We were told corporate protocols were in place....But the team pressed their \"higher ups\" and modified their process timing so at 1am we got to register---then to our surprise they took us back for our testing RIGHT THEN! The team had used common sense to appeal and gained approval to start taking actual patients for testing as long as there were no other emergencies on hand!! Every single employee, from the security guard outside, to the front desk, to the doctor and nurses....alllllll were outstanding!!!! The facility is top notch and the team was superb!','2020-06-22 13:48:06.020000','2020-06-22 13:48:06.020000',5,'Rie Hoehner','https://lh3.googleusercontent.com/a-/AOh14GiQuhwYTZUZn2mJwzq0P-0X2qBm8tK7z4PcRwBW=c0x00000000-cc-rp','17898197009688164559',37599),('AbFvOqmH2esK26IE_6HVOB3TUFts6gyerShbSAscObk_L21NDsf4-54GtqBFPlGC1zy8Qc6BA1Sk5w','Had my 1st ER visit. This place was very professional, fast, knowledgeable and very caring staff. I would highly recommend.','2019-05-09 19:05:25.426000','2019-05-09 19:05:25.426000',5,'Dawn Chandler','https://lh3.googleusercontent.com/-IufS7IgcIw8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl0DZ3yFqNiA4-JkKyWybARWJ9czw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34857),('AbFvOqmh3uu-mNar13m0nA7l4Oj0kGeoa2mSrTKhxbiu0yrxYZZXfndGppsPJcnFNKFqOlVaBpJVzg','Just quick and friendly service.Walked saw the Dr. and walked out with in 1 hour. Would totally recommed them to ANYONE.','2019-04-18 15:07:40.901000','2019-04-18 15:07:40.901000',5,'Angela Mabry','https://lh3.googleusercontent.com/a-/AOh14GhfKXnndwry6Tbq6lh_n8xWISv4LGd5OiLwTpcQuQ=c0x00000000-cc-rp','8626688543755174284',42100),('AbFvOqmh4jbKW1DRMjSHaL2aZWdTaIz0h61p4mAVvtmye-uj6ueL-09CCDAmUSFs2cEl0useikMQqw','Awesome staff: Manny Aaron Pete and Lisa. Quick service. Short wait time. šŸ‘','2019-01-13 23:34:41.989000','2019-01-13 23:34:41.989000',4,'Angie Saenz','https://lh4.googleusercontent.com/-Zzc0kix3j6w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmh6k86Xn5vUkJ3y6ao7LKYu6WybQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41787),('AbFvOqmh4jr_KCN0pTi2p-H_DZgcvzv9uh3IywuaraZg90XpzyT5hcLTaDnEIkoVIFRF383qCXr9','Brenda at registration was fast and kind. Dr. Souman gave me a very detailed explaination and answered all of my questions. I don’t have insurance and the visit was affordable','2019-07-07 17:36:13.131000','2019-07-07 17:36:13.131000',5,'Ron I','https://lh3.googleusercontent.com/a-/AOh14GixQ_UQSHVZO_p5sXyNF_MPC2udfObL8tXweLuNeg=c0x00000000-cc-rp','3511292162159714121',40504),('AbFvOqmH4mvQKl4fLUCNEr4p9sQRYYXgvGI1sFLkPS7rx3hj4YU7mOyToAjpq505OdAGQAR-bYyR','The team at Signature care was outstanding. Dr Das was very friendly and went out of his way to ensure we were comfortable and was very informative. Thanks to the team.','2020-10-03 14:44:22.097000','2020-10-03 14:44:22.097000',5,'James Hull','https://lh5.googleusercontent.com/-TM8mKRSMGdw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckJunL3NZ6Pi7AAbjI1QoXejw_eVw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31576),('AbFvOqmh5gWxZX-LFeKZar5a3WX8yzvxer4y8UWBCMd7vUW2t4XNS1brF2SM4bBz8Gn8QIT8Fov8KQ','Lisa H; Jair; Krystal; Jaime; Dr. Bose.\nWe’re all awesome!','2019-06-11 22:45:52.723000','2019-06-11 22:45:52.723000',5,'Karla Grado','https://lh3.googleusercontent.com/-_lQpGE5xKpg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm4DBbJu1i4PYXp8F4cVLNpct0-CQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29807),('AbFvOqmH5NRQwd8tLMGzeAwSLWFq1vyagkdlYMQdPYQYLDSKRcDEGzub_8MyPjxhAyFY6EwmlR7Ieg',NULL,'2017-05-01 23:21:30.207000','2017-05-01 23:21:30.207000',5,'Danah Ramadan','https://lh3.googleusercontent.com/a-/AOh14Gi8zJJoeu680y_Yd0zdkoDnZm7nfowkyG6hsP23=c0x00000000-cc-rp','3511292162159714121',41057),('AbFvOqmH5oHrpf0z62tU99izRvbkO_IX3ZLyppoH2Kai14HTDnVc7-usU1AfPSnymffc0W3fOny_Eg','I had a good experience here. They immediately brought Jaron into the back and started assessing him.','2020-02-02 00:06:50.973000','2020-02-02 00:06:50.973000',5,'Kendra Batiste','https://lh3.googleusercontent.com/a-/AOh14GjQzGM4JK68vRX0-iphYk6G0_1_BomGcyY1mnA3hi4=c0x00000000-cc-rp-ba3','17394740196501090048',36645),('AbFvOqmH745_s9h7-6NcGSP_nMJSSi1zjKWw00F_47yDr8-wzLNMMQLo_5j1L33eHdMXRuLE4kE7yQ','I would highly recomd this place. Great staff all around. Quick check in. Great doctor.','2017-08-19 11:50:49.651000','2017-08-19 11:50:49.651000',5,'Richard Cruz','https://lh4.googleusercontent.com/-TDeiWHta_cw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmSOZe5LXvJYpIz6fmr2mZUTpOVcA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30982),('AbFvOqmh816Ee8DVR3dncq7qsqGs7qSSq09IfDpsdFCzQAIQID5aCZLuBQFFWQXJsQJbkYtraYhm','Great staff here!! Rebecca V. was so patient with us even though we came super late and with a large support group.','2020-02-02 07:03:47.071000','2020-02-02 07:03:47.071000',5,'Chioma Mordi','https://lh6.googleusercontent.com/-BODQ1l0nKHs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclFTM1V59cgvCN0X2hC_hQlNbdsDg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34403),('AbFvOqmh93kur82MbG3oh0RWrQ8a6NBE2MgUWWla54qa5k3owioNLNWuxIYoP10hnbAGF1wXVjkkuw','This place is the best. Fast service and they just do their job efficient and in a professional manner.','2018-03-17 06:34:08.283000','2018-03-17 06:34:08.283000',5,'Krysshondra King','https://lh4.googleusercontent.com/-lcQCR3-0_LE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucny7L3JkMzRvXJivgSegTNm8Ehcew/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36970),('AbFvOqmh9A3NQw-G85yVkC3ZyAAuQnFSvI9Lsm1_OahkykoItJYQQHn8sz5Fv091h82SadgLEc4f','When an emergency arises, there\'s no time to waste. That\'s why my first choice is SignatureCare, whenever crisis finds it\'s way to us.\n\nThankfully the are in my insurance network, however they have many payment options in place and seemed to have a large array of patients.\n\nDuring our short, 2 hour stay, we were taken care of satisfactorily. There was nothing spectacular about it, aside from them correctly addressing the issue. THAT is what matters most, nothing else.\n\nHowever, the nurse can was hot \'n\' cold and it was stretched out a bit. Loud laughing was heard for a portion of the stay, which wasn\'t putting our serious situation in a better mood. One nurse started undressing my wife, and ended up hurting her. It wasn\'t serious, but it wasn\'t nice. The other was fantastic, but it shouldn\'t be such a balancing act.\n\nI would recommend and feel comfortable coming here the next time, heaven forbid, we need to return. I\'m confident we would get the same, signature care as the first time.','2016-10-18 02:33:29.030000','2016-10-18 02:33:29.030000',4,'J. P.','https://lh3.googleusercontent.com/a-/AOh14GiQgZ6uLKCv2mrZd-wZp5czfzh40Rukd2mD_oAG7M0=c0x00000000-cc-rp','17394740196501090048',37286),('AbFvOqmHA78UI1TnAHe2bfYafB3puNStc_uty-19QaACRxJEroiUmoXhCrqpzOUDcIg4YVA9zBUT5w','Here to support a family member. Service is great and they have been very attentive to their needs.','2019-07-21 13:38:46.934000','2019-07-21 13:38:46.934000',5,'Lisa Human','https://lh3.googleusercontent.com/a-/AOh14GiOJ_zHpwuVzgmhveuLCQqXl8MWbJJVUHB9DmVa=c0x00000000-cc-rp','3511292162159714121',40481),('AbFvOqmhAC0XMlPl3jcqV4FSGeGN9cF37H4049Hvepq6NsKUSG5-OzvzRy2-K4T9yHLcm4qTNQnJlQ','They were very helpful, friendly, and did everything to make my daughter feel comfortable during our visit. Doctor Was very caring. Most definitely will go back and refer others.','2020-09-30 12:24:43.465000','2020-09-30 12:24:43.465000',5,'Courtney Krause','https://lh5.googleusercontent.com/-aWKvkuDHBlA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmzrpjI50OHnUD1oRe-vtziINMh-A/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36526),('AbFvOqmhAG6NgICN8XexS23RyfjFEinxR3PF11D9jgSs7N8CPurd0LKjVAPVtnMdlGci2SxZK7lSgA','jessica Sanchez was awesome and answered every question I had?? great place to go in case of an emergency.','2020-07-21 14:28:38.160000','2020-07-21 14:28:38.160000',5,'freddy perez','https://lh3.googleusercontent.com/-4DeusQSdSac/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmOOM6NJzzyrZHm9TwZm_4u7z0uow/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31895),('AbFvOqmhAHANU4MKALjn1OgOOq_RVhiJj4QBIcv4RhonH-EopB0PXFK8bb4uq0qEXPabRTGTtVgJzw','I love this place!!!! My nurse Anthony and tech Natalie were so present with me the entire time, from when I arrived to when I left! They made me feel comfortable and calm, when I came in not feeling my best. Dr. Vakey is someone I won’t forget. He understood where I was coming from and sought out everything I needed quickly and with ease!! These people work towards excellence in a way you don’t see every day! So so thankful!','2019-02-19 00:53:28.584000','2019-02-19 00:53:28.584000',5,'Danielle Durrett','https://lh4.googleusercontent.com/-QRloZvnRogM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxtUQuQyu6NuZoLJxlkBa9Qsw1OA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35003),('AbFvOqmhAHXhW9YvGm4xhokSCsh-aWwxLVI5wKO15HzQbfPYrxzi2PgH7NlpxzUmUGb4IXogefXdmg','I DO NOT recommend the Paris location. I\'m STILL sitting here as I type this review. I paid the $10 online to schedule an appointment for 3pm, THREE, We arrive at 2:30. We\'re told to wait in the car because lobby was full of walk ins..we FINALLY got in a room around 5. It is currently 6:43 & we haven\'t seen anyone since we fist got put in the room. I had to go out to the nurses station to see if we could just be called with results. Their response was \"NO\" I asked how long before results are in their response \"Results are in I just can\'t give them to you, You\'ll have to wait in the room for the doctor.\" I have a 1hr 20min drive home from here. I\'m not impressed and wondering why you\'re made to pay for appointments if you aren\'t seen at that time.','2020-08-03 23:49:15.426000','2020-08-03 23:49:15.426000',1,'Amber Colegrove','https://lh6.googleusercontent.com/-lZyhjQGN8os/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucncs8jF2GABivH3OJAt8XMaMOn5Vw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41907),('AbFvOqmhAPfViTTw1LOii8MZYZnMoGJNUcwc3yft9W7AEyKyAsYKQLNhdfiPs5TSrObNbQMCai9Udw','jessica s was very sweet and wonderfull, the dr she was awsome, great place to come, staff is very nice and attentive.','2020-07-21 11:48:13.810000','2020-07-21 11:48:13.810000',5,'Ariel Galaviz','https://lh3.googleusercontent.com/-JpRynTMG3RA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckYMTxc-nvi6jGQ-AQ6SLYVIi8qpQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31900),('AbFvOqmhAVy0FweHSJb7tez-Pm3qRJZ9zKmiylEr_FvCYhlvHxNotELlmJ46g7ldCemodA6LHtLT1Q',NULL,'2021-01-12 22:42:06.990000','2021-01-12 22:42:06.990000',5,'lindsey simmons','https://lh3.googleusercontent.com/a-/AOh14Gh14Fdmc0DjkHcq4y8kpMzPpYP5uYU7QY7QkDk8=c0x00000000-cc-rp','3272657195432704501',44626),('AbFvOqmhb1dPQClRi0CObEqiwL1Yd6USO6WTqqGyeq-OE4smLxtLu9eniG1YuMfKvBs-M6v2HyjLWg',NULL,'2019-01-04 03:40:26.521000','2019-01-04 03:40:26.521000',5,'Long Huynh','https://lh3.googleusercontent.com/a-/AOh14GgV8--CQ-qIy5UPpchGJ4GR2lFLSFZZNp_Az3oVFw=c0x00000000-cc-rp','17394740196501090048',36851),('AbFvOqmHBbTik_fsLT_WeVQXhLv8FnfbgEnWD05yJ4Q6T0ikcAKgUkG5kDo_GJzxLgSucv4F7jHhTA','Shout out to everyone who helped baby Aurora and I tonight! Sita, Andrew, Alison, Brittany, Amanda, and Dr. Anders! All extremely amazing and helpful. For my first baby I freaked out of course and they helped assure me all my concerns were normal. Thank you for being so kind. Highly recommended!','2019-05-12 03:12:28.286000','2019-05-12 03:12:28.286000',5,'Amber Cox','https://lh4.googleusercontent.com/-QduTlh6AuDU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucljBtPNiYheh0c2O-3YvMol9CYaMw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29849),('AbFvOqmhBE95t43OkHIG8Ow5H9ZIQksIeE9EcdSkAm2q6lKDt3y1hnxG37TfSY6Ig4fL5NN5rw-c','Very friendly staff form the time we walked in the door. Amanda at registration was great. She got us in very fast. We were asked a number of times if we were comfortable and if we wanted something to drink or snack on. Dr. Dang was very kind and very knowledgeable. I would recommend to anyone in the Heights area to come here.','2019-08-07 01:32:37.800000','2019-08-07 01:32:37.800000',5,'Adam Hounshell','https://lh5.googleusercontent.com/--mAL0qJOmcw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn3kSfShZAwVGva5_5-qJK1DQQnzQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30477),('AbFvOqmhbepe66P1zOcN3DhC7Hn0icOxwAKiVoCwLM7koAnBJIFJEEkF4xAcP5JZrwAh5UCHTxg6','First time here amazing service from Dr.O’Malley Alvean Tricia Jordan and Patricia.','2019-11-30 20:42:00.000000','2019-11-30 20:42:00.000000',5,'Olga Serrano','https://lh6.googleusercontent.com/-Alr2YD4kHL4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckTIpgg4v_YOCr3Xik7UADtxyLvoQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33657),('AbFvOqmhBF6ntn_VGtQhy1FoCcBO_lkA6yMEviCaUVEMcdoew8jXmmIda1Hg493uJ4yNT4hP7dErOQ','Signature care is the best ER! I’m an employee but today I’m a patient. I work alongside some of the best doctors, nurses and techs in the city. So when my family or myself get sick I come to work for treatment. I know I’m in good hands and I’m going to get top notch care!! Thanks for taking care of me today!! Dr. Akunyilli who is awesome to work with and an excellent doctor with great bed side manner!! Thanks Laura, she is a wonderful nurse who is very knowledgeable! Thanks Jackie you made my x-ray so comfortable!! Olivia and Christian are amazing ER techs! Thanks Leslie for getting me registered quickly with a smile!! You are all amazing!!','2019-01-09 13:16:33.424000','2019-01-09 13:16:33.424000',5,'Churiah Moore','https://lh3.googleusercontent.com/a-/AOh14GiWXtqt16hlgzBBJX8pQHWc3VKH8gX5BucZsfzL=c0x00000000-cc-rp','3511292162159714121',40740),('AbFvOqmhBfau-kdJLf4EGl4G77wxm7GWtTJlVVrKbD-3bueJNY1iLXsox8lgwhqcWODEwTZm3bU1fw','the receptionist was so kind and welcoming! Great experience I loved the doctors and had a great night','2020-02-09 18:40:43.218000','2020-02-09 18:40:43.218000',5,'twyla onwenu','https://lh3.googleusercontent.com/a-/AOh14Giq0lNXirwefKnHgRGGB_MMXYLVF76rM_6ODLIYLQ=c0x00000000-cc-rp','12541597562633926366',28737),('AbFvOqmHBmNrMitdtp6fYnKDuWfBY-3TRlZJGLHGPofhyOonublDlXACSFfYjvLIayY4CLGSEPgUPQ','The service was outstanding, a great place that highlights the fun and good times of what being a doctor consist of ... the nurse Gina, ER tech Olivia, and Dr Grinblatas definitely made it better with their smiles and great vibes.','2019-07-15 23:01:42.297000','2019-07-15 23:01:42.297000',5,'It’s Tahjk','https://lh3.googleusercontent.com/a-/AOh14Gi39fjqxno7gcgcYon9roVwQPZJqf23j-2T7JbCnw=c0x00000000-cc-rp','3511292162159714121',40489),('AbFvOqmHcEG388igK9Z2k5wCeaq98XkbnGOnheW5uzqfMFQESRvEm9k5J_LPmRN96dymB7LKyu29JQ','There was no wait time and the staff was very friendly. I would suggest this new clinic to any of my friends and family that live in the area.','2016-05-16 19:27:43.750000','2016-05-16 19:27:43.750000',5,'Steve Ball','https://lh3.googleusercontent.com/a-/AOh14Gjn-I7MfvLomeRY69fV4eXBE38OyETEm4dWcDS0=c0x00000000-cc-rp','14567670160750071148',31246),('AbFvOqmhCEszOOrqUjEdiY45GP0mDyZLJAmxZWVwCKBkAuSShsH3YnmoNKWLiHd6H51Zc7mZjcorUw',NULL,'2019-11-09 19:04:16.649000','2019-11-09 19:04:16.649000',5,'Kirsten Moore','https://lh5.googleusercontent.com/-Y6drOSBaoRQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckIdASrI8C6Onz0MDruC0Dr2YKUDw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34569),('AbFvOqmHCjJSDrGS9ebetWIYn2VLY1apM2yo7kBnDxSVjhTlGTWgDl0X-cKURWPZ0RfxEgtSyv0NSA','Super easy and quick. Everyone was very nice and caring','2020-02-16 21:11:06.515000','2020-02-16 21:11:06.515000',5,'Meghan Savage','https://lh3.googleusercontent.com/a-/AOh14Gj7tx7qHoLgA1FKfiv1GmWwsTBHx_3svU5WEYJwVw=c0x00000000-cc-rp','2694018788013845459',39118),('AbFvOqmhCjSNraX5QhmJb10kb1V1UHZJnMBX3ghwhawqRZqgK5ET9ZZILVOMCnoc-hcMij3yvUn8cQ','Very professional and FAST!','2018-09-16 21:43:17.681000','2018-09-16 21:43:17.681000',5,'Brenda Andrews','https://lh3.googleusercontent.com/a-/AOh14Gj-6xtGrIQp3cqmA_KQM5LcFA-jX6HccrknVM0TJMA=c0x00000000-cc-rp','3511292162159714121',40830),('AbFvOqmhCN7zBbVfPCf63aWJjiUUKLoP2YNoGx-P3vmoHYwx4QdTZrzsE6or8aFRdbz7zINQv4JeeA',NULL,'2020-08-09 16:11:50.473000','2020-08-09 16:11:50.473000',5,'Jana Bowles','https://lh5.googleusercontent.com/-oeWpiE-3Aho/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckjJmdIq2fc2Wklxbalc8_BOzI9Iw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29323),('AbFvOqmhcOkNHmo5VD5HXVp_n5z1XZKkmFNaC3HnDdOQRKsCwg-i_LoRqGhpU_PmTkSn-BpOVJZJ','This place is amazing. They got right to work without waiting for me to finish a bunch of paperwork. The nurse let me finish while they were taking action! Very comfortable and they let me keep the robe. Super soft. If anybody has had severe wisdom tooth pain, then you know how frustrating it can be for people to move slow. They never moved slow and they treated me like a priority! Dont look elsewhere this place is amazing and a blessing to the community.','2019-05-05 15:18:43.123000','2019-05-05 15:18:43.123000',5,'Stefon Jones','https://lh6.googleusercontent.com/-yPG7fuArHbk/AAAAAAAAAAI/AAAAAAAAABE/AMZuucnomC7DTCLmxErrKr0Rh2BhDo8P7g/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36213),('AbFvOqmhcxMqLdHHiWEV2ANJvFrCW4EEjQ-4YEHyWAqcBkMhwc2Ur7ImexvXLwtknpL90vXs19I8MQ','Wow!! Kudos to the staff!! I had the pleasure of dealing with Jaqueline, Nancy, Pete and Dr Daniels during my visit. I felt horrible due to my illness, but these amazing folks created a \"most healing\" experience. God bless y\'all!','2020-02-22 02:41:05.984000','2020-02-22 02:41:05.984000',5,'Michael A. Carrasco','https://lh3.googleusercontent.com/a-/AOh14GgrPIgu8wyeW-axixqdVQoaSWplsnu13CNW_xaqWA=c0x00000000-cc-rp-ba3','6521947413723274945',41466),('AbFvOqmhDWG-PudtP-Xt4u7szAQReqhduJBfYw9ezxPg9PiB_sx3vi86Qiwa93iihJ61m5u8fkBVGA','Had a great expierce here. This was my first time going to the ER and everyone treated me as a priority. Everyone was supper nice and funny.','2016-07-14 12:27:03.816000','2016-07-14 12:27:03.816000',5,'Irene C','https://lh4.googleusercontent.com/-6STmNUxb8_s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmCv6mFaavypPxeJpqDvAHmFdTfdg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32797),('AbFvOqmhe17tapjR4iuy7OACLMvSOuQ2oZI4dIQth-qlkmxZfaXp0B4JXWhMVh8eeW4K6zuryIKn','Excellent service Dalal K. dr. Estevez wonderful and sunny the nurse great thanks for the excellent service may God keep you all safe and healthy.','2020-11-14 23:40:46.177000','2020-11-14 23:40:46.177000',5,'Marisa Roberts','https://lh5.googleusercontent.com/-C0SVpv1vadw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmI_6c9tZsPq23TM9YJ7M5uGq_CmQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30017),('AbFvOqmHEfrvJNlVTFCkeDRkUh2dqsWKKLYyDjbmKPFSdjbsXb9J_W5_L6DLRxfZrpMm0pJ5eUEU','The er technician Georgia was absolutely wonderful!! She calmed all my nerves and made everything extremely quick and painless!! Thank you Georgia for easing all my worries!!!','2020-09-23 02:41:21.147000','2020-09-23 02:41:21.147000',5,'Desirae Larini','https://lh3.googleusercontent.com/-IqffetctQFo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2mSiKvJbA73ke5eS1pQ7YenOZ0A/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31624),('AbFvOqmHeUxzN-JSO4EekGX4URvySo-J-HOOgqmOh1mAdpHZQC4DNIucHb5Tm5OcGWuobL3bT48M-g','Going to the hospital ER, waiting dead hours to be seen is a thing of the pass, signature care is the best thing ever, before I was able to finishin filling out my paperwork I was already being seeing, love the service, doctor ZAJAC, MD, PAUL\nNurse: Konya D S super team work. The rest of the staff amazing, what else can I say when everything was just perfect. thanks for the stickers an the great time in suck a bad day...','2019-04-26 11:33:36.575000','2019-04-26 11:33:36.575000',5,'_ LuMagraal','https://lh3.googleusercontent.com/a-/AOh14Gh0olaKi0_b3IPppw1xSV9WT0h2Av5pKg39ibfWYtM=c0x00000000-cc-rp','2694018788013845459',39360),('AbFvOqmheWDZmRRMgAKKDjOgJIw322Vxb1jmxIGZIGMdp5gO_y1NKb8NDk7tfQxY6Drflk4bpsxQ','Very efficient and friendly. Dr. Miller and staff are all amazing. Will definitely come back if ever needed.','2018-09-07 00:34:52.031000','2018-09-07 00:34:52.031000',5,'Jessica Williamson','https://lh5.googleusercontent.com/-wV3bjWL-w_w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclK8d6P7GXGhkq3WwsEpzr5v2cX3w/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30747),('AbFvOqmhF7MKBe3sjzirc59-KOHnvrvOV4hdL_qK2Aj0RfZ6qI1s5zuNhAvuFAhL2ZSjxr6DYIGY2A','Super nice staff, quick and efficient! Graciela, the RN was great, super friendly!','2021-01-02 15:22:34.396000','2021-01-02 15:22:34.396000',5,'Alexandra Perez','https://lh4.googleusercontent.com/-LHTJsTNMrG0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl9yfpM7g6fc0DC2Mfu0pWEJAnHIg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',44204),('AbFvOqmHFBqhGKpvveDX6G7iXt7x66noMTuSqtVm5BVhnqdhNc8qPmR7HM9V9lNpSXNLulp9GxsT','I dont have words, to say thaks, because all time, any people on that place does everything possible to help the attention is the fastest I have seen in my life, THANK YOU. I\'ve gone me and my baby.','2020-09-25 02:58:11.221000','2020-09-25 02:58:11.221000',5,'jesus bracho lobo','https://lh3.googleusercontent.com/-OyJ8p55Oqb0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckAeU22oNOvXEroOJQf-WBfveb_uQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28532),('AbFvOqmHfD55E6OJryeCeI8Au13BMOlBQSwgePI4mLDMJKtHP_TNYBYe1ytCSZm-Nbe8MhOvDfP5hQ','Staff is best in town\nThanks to the staff my nurses jennifer,mollie and Katie, jacoya and brady-tech, reg- Mandi and Sam and Rt-Gunnar were all super awesome definitely best staff in town!!!','2021-01-11 19:12:38.861000','2021-01-11 19:12:38.861000',5,'Kim Domanski','https://lh3.googleusercontent.com/-uy7padQ-4KI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucneV82Qlf6dTNtmKzyFqnPVn6h1Fg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39440),('AbFvOqmHFIMQG4mJgdg69tYIkWh-pszAlmJzwqMIxKYAbKQHfrImKHkuizkQxC9KaQX7rq-gM1JZeg','Best place to be seen with fast service. We were in the back within 5 minutes! Our nurse Kristina was awesome as well as Matt. Thank you for taking all of my concerns into consideration.','2020-01-17 05:17:02.487000','2020-01-17 05:17:02.487000',5,'Ashley Staggs','https://lh3.googleusercontent.com/a-/AOh14GjCFa7UIdPtNVr5R2NXpjg-hlt9LmrB4zB9z2k7Iw=c0x00000000-cc-rp','13486358490203335051',29481),('AbFvOqmHGSD3Eb7jhqBeaH-MoMV9m_aDHy1LuDZoarL2lEDIKFuWlej7jqxEAR1Wd0YU1yyVi9X30A','The place was very clean and the service was the fastest ive ever seen. The staff was very nice and even offered drinks and things of that sort. The language used was professional and immediately understandable. The went to all lengths to make sure you were comfortable. The team that helped me was amazing. (Dr. Nguyen, Nurse Robert H., Tricia, and Patricia.)','2019-08-30 15:36:16.408000','2019-08-30 15:36:16.408000',5,'Betanick','https://lh3.googleusercontent.com/a-/AOh14GibuQJOg9SQzPm5TbZoKrgH3ZVzT29wryMj24diOA=c0x00000000-cc-rp','16389487648212004696',34012),('AbFvOqmHhqJezwi90NYZqNXThS_rM3S9UvDrDEvTRqhLe3OBdruylL-mqXdm4z1U5d5SmkCxIcG62Q','Very helpful','2019-06-04 14:53:48.154000','2019-06-04 14:53:48.154000',5,'Alan Lopez','https://lh6.googleusercontent.com/-4x8CkRscbn8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnOpm9BoOSMzKOJ5fvA1K45eGL3QQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmhHxCpkANSMghHVLYa0h0avMm5rCusIaa1AI0rr7dt2A1_JhGdMME8PisienrOJrcP-KAt','My fiancĆ© had a knee injury and we visited this location. From the staff to the facility, everything was excellent and professional. Hopefully we won’t have another ER but if so, we would definitely visit this location.','2019-09-25 04:47:26.004000','2019-09-25 04:47:26.004000',5,'Wendy B.','https://lh3.googleusercontent.com/a-/AOh14GiQVRGPg3L52KMeNdiCMuHvQvt4Hwa4bN48jnw4hw=c0x00000000-cc-rp','16389487648212004696',33933),('AbFvOqmHI_bYUz9O24jlsIQiDeIy5N6Y5mOvA7cGWYrpV2v2ZTzDNy8UcCUZoxD7tNjqHp6oILuh','Oh wow what a place to be. Great staff(Adam Penion) Dr.Elsbecker was the best!!! In and out with a diagnosis and meds. Very painless and a wonderful experience. Thanks Signature Care šŸ’ƒšŸ’ƒ','2019-05-01 22:30:09.060000','2019-05-01 22:30:09.060000',5,'Chasidy Sherrell','https://lh3.googleusercontent.com/a-/AOh14GhbFrbxO0XHcUOTLr-51_ZbWttK1Ywjp1oBd17m2w=c0x00000000-cc-rp','16891069708558046635',36216),('AbFvOqmHi4-r8v4z25Cf4U6gaD14iMfk2UJN8ZljX22mIhvJomWq-wlSLiGkRFBjaIlYXk0jrM0d','Nurse Jessica gave detail information I needed to know and took great care of me.','2020-03-01 22:44:06.758000','2020-03-01 22:44:06.758000',5,'BRAZY Becca','https://lh3.googleusercontent.com/a-/AOh14GiaMzPzcrX4VB_2JpAoVjAzeH-UoQb6-rZQQ0kg=c0x00000000-cc-rp','6521947413723274945',41429),('AbFvOqmhIa30ID1vrvaoC2VHzLghL3RopkyW_2anSd2A2OSz5yIwVf2vitB7-TzWJG-yKfqa_oCk0g','I was in a car accident and felt awful afterwards. I don\'t have medical insurance so I\'m always very reluctant to go to any hospital but I decided this should not wait. I went in around 7pm and I did not have to wait at all before someone sat me in a room and did what they needed to do. The price was extremely reasonable and I was in and out in about 45 minutes and they called me up the next day.','2012-11-09 22:54:03.671000','2012-11-09 22:54:03.671000',5,'veena Courtney','https://lh6.googleusercontent.com/-aPhKRb4zCXg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckN3dzhjoFGgA46YqCwPOh7SpKRSQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42804),('AbFvOqmhii9MgOAvDnqHE0CR6BnepHQ1zwD0qf3KEH_rgWxpUUq71YnuMboy_FNCMzHutUfdHqCE','Love them great service in and out\nSingla Stephanie Carly Mercy','2019-12-16 21:51:14.229000','2019-12-16 21:51:14.229000',5,'Cally Hearse','https://lh4.googleusercontent.com/-uWbx3JNhtKM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn360edtwRoa5pVdUnKyx-MKdLWUA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28941),('AbFvOqmhIMU3qUpjUcinGQlHpYL00pZ0KRIB_QZubhdEaoOyOoL6H_qWW1odCoMwS9pS4Xaf6NdnCQ','(Translated by Google) Wild MD, Laura and Amy excellent service\n\n(Original)\nSilvestre MD, Laura and Amy excelente servicio','2019-04-13 21:49:11.474000','2019-04-13 21:49:11.474000',5,'Fernando Yakowsy Rojas Pineda','https://lh5.googleusercontent.com/-vvBZpujWwVI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnWn0PgQkzlG6EDJXzSCRLLOp1MFQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40603),('AbFvOqmHk-5sOaABrQ6Xgzt5xCv0crD2AtdFyP0dO_ex_3s7UG1KD8t5o9C1dpIPVe2_J-rlLpyB','I love the care and speed. It is a very well sanitized and a plus is the snack bar they have. The Reg VY & Naomi treated my mom so well and RN Julia is a sweetheart and RN John is so respectful. Rad Marvin is great. Such a amazing team and hospitality. Recommend this place!!','2021-01-07 23:14:58.095000','2021-01-07 23:14:58.095000',5,'jodie aguilar','https://lh3.googleusercontent.com/-TGpQc3dNAow/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmolNe4CgX9D7Pld33LKsiHVi0QoQ/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44484),('AbFvOqmhKiz2nfCVw3dMfeZMEbUAjQ9qns3MkTAWSud8z-GBMOENny3JbD1-LFjThniTRIl4_XcoEw','This place was awesome!','2020-11-04 17:41:31.394000','2020-11-04 17:41:31.394000',5,'Joan Sanders','https://lh3.googleusercontent.com/a-/AOh14Gh5ykmVQ3G8lGnlNsLl9_hSt7SeHUW63W-TcYht=c0x00000000-cc-rp','14904078213800803294',32169),('AbFvOqmhL_q6wNAov_xiXJ1Vuat1TLlPCyjarF9iyxW35044j4DWoC8PsVMngnluEBdd49tOhsCS',NULL,'2020-01-22 18:02:11.748000','2020-01-22 18:02:11.748000',5,'manuel gaytan','https://lh6.googleusercontent.com/-prAJ7tfcRWo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmTy7wmJryhNy6tZsjnv7lmCy-gUg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30319),('AbFvOqmHLw8jWYfsiUp43mS-V4EvsjdRXQMuO8T81WsMnEAV_rVpJpcxs8qneF_GnknbhLs6eF6INA','Great staff and experience but i found them from looking online for emergency dental which they do not do. So if you have an emergency dental problem go directly to a dentist.','2016-05-16 05:43:47.933000','2016-05-16 05:43:47.933000',5,'John Taylor','https://lh3.googleusercontent.com/a-/AOh14GhoveP0cfBICQ20Vw8hUxgl6-EtdZEQAKBMN6ofPQ=c0x00000000-cc-rp-ba4','3511292162159714121',41230),('AbFvOqmhmFDanK82_B_8-kQC5l-Vp0dqgN0IElLrE1IkWGtuXBnteAV35ymLYBcgOjqKUoMxxPHhig','Tricia & Alvean were awesome āœŠšŸ½','2020-11-14 19:36:23.744000','2020-11-14 19:36:23.744000',5,'Chris the Dreamer','https://lh3.googleusercontent.com/a-/AOh14Gj6uCkScpZboE3kYdLai9QdYzLfxbLumvKZ-B1p1Dg=c0x00000000-cc-rp','16389487648212004696',32924),('AbFvOqmhmlAJGWCTHdCyfEuFOnbPYdV_ITiR_mxIDIX6wjR9O5TYMBUjTR4XZaIQfFuiAtLNgl9G',NULL,'2019-05-09 23:51:51.238000','2019-05-09 23:51:51.238000',1,'Fadel fun &games','https://lh6.googleusercontent.com/-FqHZFNn-lCI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclYW2fcFPyJnr8ZwFfX7YLpWg9LvA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30543),('AbFvOqmhnFSkB68u2vx28ypBI1fYJET6-PDfUqrwULKP_94Cq1gJOEIMEISvyyNowHaz1VGyYbKmqg','Came in on a Saturday night to Stafford location. They were busier than I expected, but it was still an easy and fast process. They did a good job at the door of only allowing a certain amount of people in at a time due to social distancing. The waiting area was clean. Although they were busy the front staff was polite and helpful. Brodrick helped register me, he answered all my questions professionally and was very helpful. I know how overwhelming it can be to know you have a line of people waiting (outside) but i appreciated that i wasn’t rushed and all my questions were answered! The nurse was also great, she answered all questions and was very knowledgeable and getting my test results was fast and easy. Great experience!','2020-07-22 19:39:39.440000','2020-07-22 19:39:39.440000',5,'Bertila Navarrete','https://lh5.googleusercontent.com/-ws05vL_fV24/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclbBbBmAbh17ma6LMVe4WRKNY4PQw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42985),('AbFvOqmHnPvHn-zU_rHk1HYptcITtCvkwfoiLA2N07iH8Q3Fsxe9qrfm-T5UpHfxJ7y0yzAoQy__dQ','Tricia/Alvean are the best','2019-05-23 14:58:56.366000','2019-05-23 14:58:56.366000',5,'Dequel J','https://lh4.googleusercontent.com/-XCBlePgRdto/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmhQKFAGTl-XGTNpX9yn7wfYOorBw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmHnQGXykIZTxLCbEdI4p7Fy3dJ_FkvuHhDMnuR1FqTbKEDKpPjvdDMUG58-a5ViadNOW1Wig','This was by far thee BEST emergency room I have ever visited. The hospitality is exceptional, and Dr. Chowdhury listened first, and made sure I understood his reasoning. The Rad Tech (Nanci) along with Nurse Steve acted quickly and made us and our comfort a priority. The Registration nurse didnt overwhelm us with billing and insurance at any momenrt during our visit. I wish this Doc had a practice I would most definitely make him my PCP.','2020-03-14 01:31:42.686000','2020-03-14 01:31:42.686000',5,'Justin Davis','https://lh5.googleusercontent.com/-Zg6pnI15OVA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckNjWiAR6OYbmXFm99mGGo9gy2ukQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42385),('AbFvOqmHnyLF0I5yXnODLKcdlbBAELFLMV19X9dDw9jziygO9wtPq4ih8DfSHr_-Jvi4jx2e40RefQ','I had to spend overnight here and Gina was my nurse for the past two days. She, the facility, the physicians, and everyone else were amazing! 5/5 would recommend!','2020-01-24 14:58:22.717000','2020-01-24 14:58:22.717000',5,'Christopher Cox','https://lh3.googleusercontent.com/-fc9D-D7ogq4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucna3LF9VV0GPgtQW9jJCJZZOwH4Pg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30311),('AbFvOqmhofwGdP4F2DC76s2zQu5B2cg8Zaen3klPmiJeZWUu4K8lezxaUkGNZwZ1PzF1wg9grsjZFg',NULL,'2017-09-08 17:59:36.524000','2017-09-08 17:59:36.524000',3,'ramin zanbaghi','https://lh4.googleusercontent.com/-oECtBLvwnsk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckSN9cuZPIKRwAEkN_oZUCB13WjDg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36463),('AbFvOqmhoPmkDK4cG8CYAC4z0mAokF8SpIsfM_O6BNGnrad1m3RMTLUg-yJqo-G-PlAC8PfTFafr','The front desk clerk was very inviting along with nurses and staff. Dr. Miller was very nice explained what exams he wanted to run and when results were in he sat down to go over them with me. This place is very nice and clean. Thank yall for everything','2016-09-09 22:28:28.719000','2016-09-09 22:28:28.719000',5,'Brenda Mendoza','https://lh3.googleusercontent.com/a-/AOh14GhAy4KCLs4PjY1OINeA--tMyzetrO7NzHf6hQL5_w=c0x00000000-cc-rp','14567670160750071148',31187),('AbFvOqmHOPXnYe4qN2A2ZeoNWdUyhprU84UUD_wEhjVqEvaFSIg-AmGVZwyFFj4iAKC-o-1zBMVwYQ','Such amazing staff! Nurse Sala and nurse Naureen got me to a room quick and were compassionate. Jacque did my CT and was very patient and kind and also went above and beyond to make sure I was comfortable. Dr. Leavett was so caring and took great care of me. Dr. Golla was one of the most sincere and caring doctors I’ve met.','2020-09-28 17:44:43.968000','2020-09-28 17:44:43.968000',5,'Alexis T','https://lh3.googleusercontent.com/-9k8TE9MD2J4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnXoilsewa3AOs2jWl9WoNwBSM5tg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40192),('AbFvOqmHOZf9-JK_h-Dz_chjlXizDeWy8dZHTohQL_GwaR2Lc87l-eTN03LLdMtFYf9aPiJJvPd_9w','It was a very fast and efficient process. The staff was professional and Doctor Yost was very knowledgeable. I will use them again.','2020-11-09 13:42:50.692000','2020-11-09 13:42:50.692000',5,'Robert Little','https://lh5.googleusercontent.com/-1Ax4aEC5Gjg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucklIg1yeylRgHa8Ip1ZjLQ62w_C0w/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39457),('AbFvOqmhPBFGMOmktbYaHBbIMsZ-KzWYl9iX2ZEHpzowrs_reN6QpoJqIDbORduUCh2TPM9allvgtA','I had excellent service and I was seen by the doctor very quickly! Overall experience was above and beyond! Thank you! Oscar.','2017-09-22 22:09:32.356000','2017-09-22 22:09:32.356000',5,'wavvy eliie','https://lh3.googleusercontent.com/a-/AOh14Gh0EUTjmZAqk56C514c_tE-LU-IVGj498jp8-8szw=c0x00000000-cc-rp','8918455867446117794',43478),('AbFvOqmHpBOkEksUZWw2RDrlOjyqFPvNv7Ik6afJZMpvczzZULxb_lSk43k5uI10wqMQuLYhOKJrHA','Very poor service','2018-09-06 20:04:38.305000','2018-09-06 20:04:38.305000',1,'Darrel Cotner','https://lh5.googleusercontent.com/-gXbZfund3os/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnD5yYpZ7sLF5zKq45oaNMMF999tg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32546),('AbFvOqmhPJvQtyyPKFvYI44kEB_u1KlOpc4rEyh1uVMUANNvpYW7c5_qM_4UzvpU-detbUe4Sq40',NULL,'2020-12-28 14:17:03.182000','2020-12-28 14:17:03.182000',5,'Janice Gutierrez','https://lh3.googleusercontent.com/a-/AOh14GhUlFDHoXyTLvC7xN2_HIERlSJ51bR64xNtl3MX=c0x00000000-cc-rp','15979470999169074295',44011),('AbFvOqmhptriShxDD3GMFndqapjgv_M6yX4cxuZ3uDyRkL4tT4D09I6Gkh2xl9CVWhofpxbBl01PCA','I came here after I got into a car accident. I was greeted promptly by the receptionist,Amanda. She was very helpful and courteous. The RN, Barbara came in and took my vitals and made sure that I was comfortable. I really liked her bedside manner and how comforting she was with me. Dr. Akunyili was very friendly and attentive. I could tell that it was important to him that I was receiving the best care and that my discomforts were being resolved and explained to me. I had to get XRays and Bryan was very friendly and attentive. The staff here has been awesome. The RN James , Ricardo, and Amanda made sure that I was comfortable and helped promptly. I would recommend this facility rather than any other emergency care center in Houston.','2019-01-15 02:12:48.554000','2019-01-15 02:12:48.554000',5,'Mariel Agbayani Bathan','https://lh5.googleusercontent.com/-Ijmnn50EYx8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnvjXnU39gjvelgBa1m7ar4iyOmMg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30629),('AbFvOqmHQGcQZtuUjAqWIGBx3aOwTdQGa_wicEZ_3bdKxPV6RJNwmM2-_un4jaP0Kc2JFpnvUTMItw','On a Saturday morning I was expecting a long wait, but there wasn\'t much of one. Everyone was so nice from the receptionist to the doctor. I didn\'t feel talked down to, nor did I feel like I was a burden to them. I highly recommend this place. Thank you Dr. Jones and everyone else for making me feel better.','2020-02-22 16:27:37.894000','2020-02-22 16:27:37.894000',5,'Jini Branson','https://lh4.googleusercontent.com/-fHIMcaQmjb0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8EN04_xAGGYX0UJrNgj0mBSGbtg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39107),('AbFvOqmhQVoePjNT7mthTGG3eED5tzhBEjL5TvOyGBpycSE3rnnt48iGwL0LpFsXwQCXi_J03CHHKw','Shelli and Chelsey were so kind and warm! Made such a nerve wrecking experience more comfortable! So friendly and personable. Definitely recommend!!','2020-10-08 20:48:08.910000','2020-10-08 20:48:08.910000',5,'Alyssa Mendoza','https://lh3.googleusercontent.com/a-/AOh14GiYhGshvgXNh5LtJ-MRGiu8z13YahiU57LyjGNBGg=c0x00000000-cc-rp','16891069708558046635',35727),('AbFvOqmHR0_bsdOOuY78HVT2ZhNx5l1ZV0nqAnSzuaxIPI-4s_M2LcvwYIZQhaYydvhSvV9o3-Ctyg','Lindsey, clay, and Christine A were great','2020-10-25 20:45:38.800000','2020-10-25 20:45:38.800000',5,'Josiah Marschall','https://lh6.googleusercontent.com/-gdYReAVUSfo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmXC_CzoVf5__6b0JJVCxIFromoyw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35673),('AbFvOqmhR9OqIrWs6ENnSlQoOJwzQbAXFyFMS85ooLfsABzNm3C9O9BFgNgRtqBd-7tN2n6rKkaY','Amazing service! Dr. Rosenthal and his staff were super nice & got us in and out in 40 min including with having a CT scan of his neck! Definitely recommend and would go again!','2017-05-10 20:39:46.393000','2017-05-10 20:39:46.393000',5,'Jeanie Taylor','https://lh3.googleusercontent.com/a-/AOh14GiXXjSd04HrHQRNWKCxyA4tNujKSH7Eyxs0bcbAOg=c0x00000000-cc-rp','13486358490203335051',29967),('AbFvOqmHRlHYpcNxGVbN_3UBbtNDVk2KRfxwb682UoTwUoqFzYVgahMKufOrcbxFzCJm6uIo1kHEcw','I can\'t recommend this location enough, every single Dr. and nurse I encountered was knowledgeable and kind. They were constantly checking on me to make sure I was comfortable without being intrusive. if I ever have to visit an ER I will definitely go back to Signature care on memorial.','2018-08-07 23:55:23.306000','2018-08-07 23:55:23.306000',5,'Daniela Mercado','https://lh3.googleusercontent.com/a-/AOh14Giqm-x-rSzMEns0H3Vmg16EcVn_I0W7m6iXwikN=c0x00000000-cc-rp','14904078213800803294',32558),('AbFvOqmHrsppfHkT92QWfpm4_ky6F3RLn9ozvBOrMHsVHDlIZs84aB8pfpY7BXDH72JxcLNKt73mfQ','My tech worker was Becca and Lauren’s at registration both were very helpful and made for a quick visit to take care of a cut. Would definitely recommend!','2019-09-01 19:43:18.297000','2019-09-01 19:43:18.297000',5,'Austen Kaul','https://lh3.googleusercontent.com/a-/AOh14GgsJhbiH5Oz2aDP-y6uVLFzos4wLlyyyYJzbkuSqw=c0x00000000-cc-rp','16590124370714063921',34692),('AbFvOqmHRv3klT905cPkayHbtJ38E1px9x4pqKsZZ_RXFXQa543tczZaTyWq9O-0eMNhDRDzhOX4zg','I came into to SignatureCare and was immediately welcomed by Kendra, who helped put my nerves at ease with her positive and reassuring personality. I was helped by nurses Jacob and Remington, whom assisted me in a speedy and kind manner. Dr. Vakey did an excellent job at diagnosing me and was extremely kind. All in all, it was a great experience!','2020-01-19 17:05:48.092000','2020-01-19 17:05:48.092000',5,'Valerie Rangel','https://lh3.googleusercontent.com/a-/AOh14GgcFtK0tE-fnEBdU666MRl-DDnEQBfmJRE591rO3Q=c0x00000000-cc-rp','16590124370714063921',34429),('AbFvOqmhS-3BnVsQ47_WbpGQ-4aFnTvfJfxPcu5AcRpopbVnisloqejCydvcUyqNI3xBjuoJMD0EoQ','I really like this place, they are very friendly and helpful. I appreciate the nurse Ms Chantel and the registration Ms Tanishia . Thank you for your help! Love you !','2019-11-11 03:49:21.401000','2019-11-11 03:49:21.401000',5,'Huan Hoc','https://lh5.googleusercontent.com/-Z6_sTs1B0WE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn3dI05C3lcIPDq9XSchQVOzTglMg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37895),('AbFvOqmhSlVGPZdeW01U8DvLCkGePWRUppNppsSkwtccqlhad3wjy9rEGlshlvjU0qF38exzFgRxDQ','Great place nice people get things done very thorough 2nd time here and I will keep coming back when needed! Nurse Brenda was very nice and comforting making sure I have everything I needed and Dr rosa was nice and very thorough. The best urgent care I\'ve ever been to.','2020-11-14 15:28:38.275000','2020-11-14 15:28:38.275000',5,'cody burnett','https://lh6.googleusercontent.com/-OFyYL3TTftU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmv1mTybpZGcKu6eO9Oum7IvHhBrw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38431),('AbFvOqmhT2_IPM8qtsR2F_DAMxPEzTSd3-L4wqpZdeNZk90TJM7ERmv8xS6S4e48EaBZlGDQRwGv','From the point I walked in i was greeted by Jennifer D. and taken seriously for my illness. We were gotten back quickly before I could even start my paper work. My nurse was wonderful her name was Susie and she made sure My family and I were taken care of. They even offered my family blankets and beverages. I will be returning with any future emergencies','2019-01-28 17:16:58.017000','2019-01-28 17:16:58.017000',5,'Lauren Martin','https://lh3.googleusercontent.com/a-/AOh14GhVWZU8xMLGSMPmJm7SWZ-WhdxKgUyfJRdHaVRT0w=c0x00000000-cc-rp-ba2','8626688543755174284',42167),('AbFvOqmhtEP_lO0Xr8oTTaLCL33nTPprYwAggVLGEKxyBsUKeA6S_X-ebZlubNG1AjHqI3-A4IGa','Dr. Das, Dr. Yost, Kara, Lucas, Kim, Jennifer, Sergio and Kelly were all wonderful and took excellent care of me!!','2019-04-06 14:02:55.140000','2019-04-06 14:02:55.140000',5,'yes we Hignight','https://lh3.googleusercontent.com/a-/AOh14GjcUcBMbPAIvF7KB76WdwVoR4MWnjKEe9xnkEv1RQ=c0x00000000-cc-rp','3272657195432704501',39884),('AbFvOqmHtLuTPTCq3HzkhDvsF9ixd144i8YqqmOWHxGi9mPvpjtKk6xrrsZaLLcRzG2gDqOrIqwjlQ','Great experience! Dyveliz at the front desk was very friendly and helpful!','2018-12-08 17:49:27.194000','2018-12-08 17:49:27.194000',5,'Brina Whitlock','https://lh6.googleusercontent.com/-4keNsCQhPSg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclFw5vSv_1oZXxhbSxSMfoEuTJvmg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35075),('AbFvOqmhTrQttAraeCZJZI0cVhM5GL8kX5hw7s60yGuDd_RvJsdLnKYbGWuVicHp9FyQ2CC341YC','Great service, COVID 19 precautions and fast results.','2020-08-06 11:38:26.044000','2020-08-06 11:38:26.044000',5,'Caleb P','https://lh4.googleusercontent.com/-JnTK4YyHjbY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucks0xpxN5oEUu5gw0-mbGFGa3J91A/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38635),('AbFvOqmhts2pThzW32RW4ugYBqC6LMEQu0ngKkGoa1bm-FZWmaR7YDYxAm596nvAM2nN27IyP7qexA','I\'m usually skeptical of ER centers, mostly due to bad prior experiences and generally poor reviews from friends/online. However, I needed after hours care and did not want to deal with the long wait time at the hospital. So after seeing the great reviews of this place, I gave it a chance. By far the best hospital/clinic experience I\'ve ever had. From the front office staff, to the nurses and of course the MD. Everyone was very courteous and professional. The facility is extremely clean and well laid out. I was checked-in and talking to the Doctor within 10 minutes of arriving. My procedure was quick and painless, and I was out the door in no time. I had a few follow up courtesy calls the next day. If I ever needed similar services, I wouldn\'t hesitate to go back.\n\nFor reference:\n\nDR. VAAGENES PETTER D.O.\nNurse: Hernandez, Johnny Keith\nRadiology Tech: Rojas, Vanya Joy Sanchez\nFront Desk: Rojas, Jessica Rae Sanchez','2018-02-23 21:44:29.505000','2018-02-23 21:44:29.505000',5,'Michael Juarez','https://lh3.googleusercontent.com/a-/AOh14GiHn1NDK1oNgDFUx2czxt0f9CGGzilXIZm7qib2Aw=c0x00000000-cc-rp','14567670160750071148',30869),('AbFvOqmHU1LulVUW9B8OMN7ChEycUbXZaEUHnwBiE3r_E-Jj7GfCLSHoOCRz_NU-McdyklN0KlfWUA','I have not been serviced myself although the place is really clean and the nurses were nice','2017-04-01 04:07:14.711000','2017-04-01 04:07:14.711000',5,'Carina Molina','https://lh3.googleusercontent.com/a-/AOh14GhIL9RB2f9r8PG0ZPb7V5-IDCDAl-vncwFywdag9g=c0x00000000-cc-rp-ba3','14567670160750071148',31077),('AbFvOqmHU4ZD9e49xh_vRq0upuOxcPft32x06pIxbC4oR1JZzazbUguwrfbN5AXo1MPaHbcDkKUkIQ','The staff and nurses and doctors are awesome and take very good care of you and Also check up on you when you are discharged to see how you are doing.','2020-09-29 17:22:56.793000','2020-09-29 17:22:56.793000',5,'alicia White','https://lh4.googleusercontent.com/-9ZaN_4L3aYM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclD69t3HpjZ-GFlbM3w1AiKKMfWFQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37528),('AbFvOqmHUv9s4gQ7XRz5ijrU7RbGN9_MQYdsJ7XQi3xCYWhgNB2QxWvbCEOxxGDJ3NcwFf5FhlV8lw',NULL,'2019-02-08 22:04:31.686000','2019-02-08 22:04:31.686000',5,'Jess 25','https://lh3.googleusercontent.com/a-/AOh14GjFfqTHn6JUbjPah4YFE_35SvwgZWjK5pPwzu9zdSw=c0x00000000-cc-rp','3511292162159714121',40645),('AbFvOqmhVbzxa0G4awJwFTisKLVE-sdyZZ4aUAq64r6yxsKryJH515GzXZreLxTOBYqZt4P_ThsvQw',NULL,'2019-05-31 20:33:04.385000','2019-05-31 20:33:04.385000',5,'Merlot Thomas','https://lh3.googleusercontent.com/a-/AOh14Gjc-26vbc4lH_DlMIi9AHd7F2SqbNCkLGwCfmQGvQ=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmhvJddPvl7PsW8Kai3ekYFGEKP04w9XzsNcumUyDLCpIXr4kQ0NpfYh4VgqJ4Wgd26vyEF6g','Amazing staff. Clean rooms. Charismatic dr. All around perfect. Thank you Peter , alvean really sweet lady , Marcus. ( funny guy ) and Jocelyn perfect perfect perfect staff','2019-07-31 14:28:41.574000','2019-07-31 14:28:41.574000',5,'Dj Bozo','https://lh3.googleusercontent.com/a-/AOh14GiWwE0rkakGPgTSgeI-Zas9xjNU9bf0Dj5h2jp4aA=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmhvnJbUu21L4Q2V9JZ4u3ddPL4sqRjIgDpOYSpN36gIwvVLH_IFkl2S8T1Ui3_OtWFr4Ok','Dr.Zheng\nAmy\nPailes, Rn','2019-07-05 16:34:25.108000','2019-07-05 16:34:25.108000',5,'Faren Carter','https://lh5.googleusercontent.com/-s6MvYpmrtFo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckwDasriiYekJv4rJmEj1l9wwZB5Q/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43229),('AbFvOqmHvQ6DuldjpzlhJNVgsr2ot0z_5ANOFd-zqHBxkz3o7AfUS6VRo307rb-lihaGulQEtILv-w','I had the pleasure of being take care of by Karen(receptionist), Julia(Radiology Tech), Kelly and Shawn(Nurses), and Dr. Garcia! Even the facility manager came to check up on me. They were so amazing! Very kind and they were really concerned. I was offered warm blankets, given many accommodations! If you are ill and needing to go into an emergency room, I would highly recommend Signature Stafford location! Thank you all for everything, and thank you for all that you do. You guys are all so amazing!','2020-05-20 20:35:21.498000','2020-05-20 20:35:21.498000',5,'Courtney Jackson','https://lh3.googleusercontent.com/a-/AOh14GjPsHaA7w6PLmW27P4PG7pfV3WwnUHDs7F8gKZK5Q=c0x00000000-cc-rp','8918455867446117794',43053),('AbFvOqmHVVGVjBe6wJAKGlrB1gz24u7l1jCcp7-4MxwlgBeLPgeefk2-Ioy5ZZAmCQ6xxFs-ykFqUQ','(Translated by Google) Excellent experience. The process of the visit is very fast and professional. If you have questions or doubts they are answered.\n\n(Original)\nExcelente experiencia. El processo de la visita es muy rĆ”pida y professional.. Si tienes preguntas o dudas son contestadas..','2020-11-05 03:38:55.274000','2020-11-05 03:38:55.274000',5,'Yuridia Garcia','https://lh5.googleusercontent.com/-U2UFq7hPjns/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmwxO9M4_WCL8rAZYTliCHizzEPVA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32167),('AbFvOqmhVVIJ2AvObhqwXl82jFBVP4IjD6swsxLMxnLGjV4u8GvVrKfRU4wbOGETJqhmur4JC5NXuQ','Regina was extremely friendly!','2020-12-30 00:22:39.441000','2020-12-30 00:22:39.441000',5,'Skillet Shot','https://lh3.googleusercontent.com/a-/AOh14Ggu2qFXl7rZiiHVVWwiyBwNgM9Tg_iUlOJ0zOkhaw=c0x00000000-cc-rp','3272657195432704501',44130),('AbFvOqmhVvMby_QzJgBM5MZ_pCxXTUVxaX374e8PrpVjhN4jZPJaqqNOoTcn2KE4KoBuwWuznqtV2w','Thee fast and the nurses and tanishaa have a good vibe keep the good work','2019-03-06 04:42:11.708000','2019-03-06 04:42:11.708000',5,'xTexasDevilz_','https://lh3.googleusercontent.com/a-/AOh14GiF6D1MowHYZyyCBV7TZFcuFjmlW9lQFDNA21VVKQ=c0x00000000-cc-rp','17898197009688164559',38263),('AbFvOqmHWCr634fWR0rJhxi_PiFP5RxJBH0MHisNE3bwMTbLjVVkaQ_yiHatX7t8AD40HAuWYF65BA','The best! quick easy & fast! :)','2016-05-29 11:51:06.537000','2016-05-29 11:51:06.537000',5,'Victoria Aguillon','https://lh6.googleusercontent.com/-52jqIn4eXDA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnld9q25H9xdaPe1KSrPTQjhxlXAA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37346),('AbFvOqmHwegRm2GvUJZuvfCdp60dvVYil3O_gBSrXVC8mYTIlfrm1GRCAphychHLbzJuRa8WfzcY','Great experience!\nDr Patel,Sarah,Fatima,Daniel,tanisha were excellent !\nHouda Benamar','2019-12-11 04:21:07.394000','2019-12-11 04:21:07.394000',5,'Houda Benamar','https://lh4.googleusercontent.com/-rPbx1ibZRPE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclCiS3wJ7pDAdwY62Cb63k6eKFcpg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37814),('AbFvOqmhwoaugl1Oz-s1yKndokTEl9Bs4RQWpAMrcKbzQ8iYIXRGgHGXTCbM4GEmkYfG56cERJDXDg','My daughter was treated very well by their staff. I was waiting by the phone expecting the call for a big sum of money. Her injury was minor but it wouldn\'t stop bleeding. They helped her out and sent her on her way! I didn\'t have to loose sleep over my daughters well being or the cost! I will not hesitate to send my daughter there again should anything arise! Peace of mind is priceless when you child is off to college and there is a place you can trust to take care of your child!','2018-10-19 02:01:21.662000','2018-10-19 02:01:21.662000',5,'Trish Polkinghorn','https://lh4.googleusercontent.com/-6PYja4DGVRM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucksdz74YiOBW5RmLBJuL7lduEt-CQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35150),('AbFvOqmhwSce0nImyBSLX6uCyBtsZ8QCWba2sYlYPeLz5uF6hHW9DExsnemZ4EFRQEimqDmBZ-eWeA','Dr. Ding\nNurse: Blake\nRad Tech: Sonny\nER Tech: Yasmina\nRegistration: Maryann','2020-01-28 22:10:46.271000','2020-01-28 22:10:46.271000',5,'BegoƱa Senosiain','https://lh3.googleusercontent.com/a-/AOh14GgP-rflj7g806Xm2wad3FeQDeUGYt4qD_l-6EEq3A=c0x00000000-cc-rp','8679688254631342173',42472),('AbFvOqmhxEKDEJiS6VRwrMZC0FKLbmJKLbas-RBhCGzWPfv5p4bPfEaR4e08kAxUul8FWV1TEP-cRA','Much greatly appreciate you seeing my elderly mother in this pandemic.. She tested positive and the care and procedures she received where beyond was was expected. Thank you for the great service.','2020-07-15 02:25:29.273000','2020-07-15 02:25:29.273000',5,'Luis Ponce','https://lh3.googleusercontent.com/a-/AOh14GgOi2zFK8mXgo4qJMSRwfzxZuOtt7pcYFEUIsDnAS4=c0x00000000-cc-rp','3511292162159714121',40238),('AbFvOqmhxG5jeWbi90B_zLU6NRvNZgf4p37cm4K9c15jMFp2VghX2TppH16xIR22ii1KRCDS8tQxRQ','Staff, doctor, and facility was great, just hope my insurance pays the high bill!!','2018-07-26 23:17:27.004000','2018-07-26 23:17:27.004000',4,'Greg Hazlewood','https://lh3.googleusercontent.com/a-/AOh14GhJE63m5yFwiq_IsZV3uAk3u9JNVTaZYEmQHIeh=c0x00000000-cc-rp','3511292162159714121',40916),('AbFvOqmHXNXFBxpu6FbutGniY2hIoZdm29RmIaCj6eqk1SvQxxCLVtAarvM4UMRN81gq3U5WLYGN','Excellent service! Took my daughter last night she had high fever. They took care of her as soon as I was checked in. She was giving Motrin to get her fever down and took all the test to check if she had flu. I was offered a warm blanket and apple juice for my daughter. Very professional and so caring šŸ‘Œ','2020-02-19 20:50:04.255000','2020-02-19 20:50:04.255000',5,'Ingris Luna','https://lh3.googleusercontent.com/a-/AOh14GjZ4tlQJ1Huha9vPHW-r4GV_5FPawBUTLP1_lG4Wg=c0x00000000-cc-rp-ba3','8918455867446117794',43083),('AbFvOqmhXyeHR7Z4x99Mh7U98747SeiSIWqgWzwiSHMz5O4KH9f_hE5yLfY-UtQ2lCHdWzlNqfDrpw','I had a great experience and the staff over multiple shifts was outstanding.','2021-01-10 14:56:09.967000','2021-01-10 14:56:09.967000',5,'Chad Elrod','https://lh6.googleusercontent.com/-uslZwkobig4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmRkO7ofj_rs_nmj_Spx1DCc9K0bQ/c0x00000000-cc-rp-ba3/photo.jpg','14904078213800803294',44455),('AbFvOqmHyh8shVxKHfXBd-22crpND_6-SSLXeE3HLGFLrkNOBqpTagnCdazNYk9bEyQV5WzsXTn-YA',NULL,'2020-07-16 15:47:42.903000','2020-07-16 15:47:42.903000',5,'Eric Martinez','https://lh3.googleusercontent.com/a-/AOh14GiaBGshw3r5WH6ZmsP7VnT8bXwx_7vCYcMER-SlAg=c0x00000000-cc-rp','6521947413723274945',41376),('AbFvOqmhyNHXXvYEsgqWKvKPOZxGQ0ydWzXXE3Wy3gyJTYIbhEETRJZD2LZeA_UjrKjU_O8MtxrNrA','My wife called this center which took 30 minutes to get connected to check the schedule for COVID-19 test. The person on the phone told her to just come to the center and register. Once she arrived, the staff behind the counter told her that she needs to register online(???). It was not possible since website keep saying there\'s no available slot. She wasted time to call, drive there, waiting at the center. She ended up going different facility. Avoid this facility, slow process, mixed communications.','2020-07-02 16:27:26.627000','2020-07-02 16:27:26.627000',1,'Kyle Lee','https://lh3.googleusercontent.com/a-/AOh14Gj_tkErcy5nnNWKwdkX2iah-PQJ7JmyYicxJUcHZg=c0x00000000-cc-rp-ba4','14748677429039074158',32052),('AbFvOqmhyqL4fsIK3BWXkv10vzKOXXDyuqcienlrVUmGC2j_RnPoMe1gzRE_KN6uLsmofOfei6CA7Q','Dr. M. Mauldin and staff provided great care while in the center. Tanishia was also very informative with coverage on my ins and making sure I understood by invoice.','2019-08-12 05:18:09.378000','2019-08-12 05:18:09.378000',5,'Maria Plascencia','https://lh3.googleusercontent.com/a-/AOh14GjHPTXImiPVd0olzKhompyZC29qcNOmso51EJlTjQ=c0x00000000-cc-rp','17898197009688164559',38038),('AbFvOqmhzeX2wtDc3ysH4k7o_QUdxf2zy76NFVrTfM6S8vUVifKht2AUUjt1MqRscC_9XsHpS35z','Amazing staff. Timely and efficient service. I would return','2019-09-23 20:00:10.285000','2019-09-23 20:00:10.285000',5,'Kilakitu Abdul-Bashir','https://lh3.googleusercontent.com/a-/AOh14Gj-Ni5SBKPxGXQK3xZiWGpM4Z2dm90eDHeShMQdCQ=c0x00000000-cc-rp','2694018788013845459',39256),('AbFvOqmHZorv0lWSSN14oIJ68F2rKeK6e0GKSjq4gMBGoutnEhAl3keZY6U6wrffGbqXqIP-nOAnGA','They take great care of you love miss shaylene,dr garcia nurse Nicole','2020-02-02 18:47:12.695000','2020-02-02 18:47:12.695000',5,'Vein Amoris','https://lh3.googleusercontent.com/a-/AOh14GiwXcz3i-lMU4Z4qq8HOFqHjc-wXAMku1Dt6Tq59Gs=c0x00000000-cc-rp','8918455867446117794',43120),('AbFvOqmi_IV5zcKpw0hqjD7UZy2eLB_6D0hLBVerUkheD64sY85JCVWiR7DGYfj_w1jBLDv_-1MP_w','Nichole P., Staci, Pam, Nicole H. , Alyssa and Dr. Hehman are absolutely great šŸ‘šŸ½','2019-06-06 19:21:28.035000','2019-06-06 19:21:28.035000',5,'Temecia Ross','https://lh6.googleusercontent.com/-HU-K-dkZAaM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmW1J2N4wNrsv6I7eVy66V_qwsNPQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43265),('AbFvOqmI_mEAghqJ69TausOmBHbxnL_j5_NxZXxxGlScApY_kh_M1H6-zlhOUfA_q7PwM-iJwIzTUA','All the staff very friendly, they took care my mother very well','2017-11-10 01:12:46.244000','2017-11-10 01:12:46.244000',5,'Quan Le','https://lh3.googleusercontent.com/a-/AOh14GjzfqFOBZBP4YxBeFdJustaupq4LHZPgSSXjJpb=c0x00000000-cc-rp','17394740196501090048',37036),('AbFvOqmi_rcqQPPId5_lIpaQl1pMOC86LyBXapoUtVKgxWGtGRASqoHh18ufN4vv3A6eHy0qXuDTHw','I loved the experience it was very nice and Calli was the best tbh..','2020-03-03 19:06:07.866000','2020-03-03 19:06:07.866000',5,'Earnest Knott','https://lh6.googleusercontent.com/-QBeys50ronc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmEn_xI8F1Izy1h9YaAZFAvqu6VCQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39090),('AbFvOqmi_yT60gOO5dpkP0fnoj1kRHiyE48LD2dKVsuayCrobxrDrlpTi1pLycGyOdc9gBp_qVPZ','Worst customer service ever!','2020-06-30 10:52:48.248000','2020-06-30 10:52:48.248000',1,'isabel Juarez','https://lh6.googleusercontent.com/-eEnyG-AWxwU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxrhsrgUPBvPSWRphaio-1O671SQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37592),('AbFvOqmI-j2tWwVVUogtiahRQ1bD_4dWNh65tRdn2TaXYOlN1TBMS723KZoIShy8KTTxhvVHuJIZ0g','5-star treatment and professionalism.\n\nDarnell didn’t have any same day appointments, so we had to go to an urgent care. I’m glad we came here. The await time was a few minutes. They gave my daughter juice and she was seen by the doctor and diagnosed quickly! Thank you to the nurses and techs: Whitney, Daniel, Jacob and nikki! Dr. Haseguwa was great!','2020-09-16 14:14:03.626000','2020-09-16 14:14:03.626000',5,'katie knox','https://lh3.googleusercontent.com/a-/AOh14GhZA7CXhnIuQ5FatujOjLl186z6FuFO-oolHk3gAxQ=c0x00000000-cc-rp-ba2','2694018788013845459',38985),('AbFvOqmi-lwwrIY3wIo-pX8w0k9935TjIosqlF3c0u_XEhxkiiKHAIk2FiaEcvLsd_0n-Y7MA_JP','Tanisha at the front desk made the ER experience pain free! All staff were very kind. Fast, friendly, courteous service','2019-10-18 02:51:53.361000','2019-10-18 02:51:53.361000',5,'A R','https://lh6.googleusercontent.com/-_Ab8Cow0yqg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnFiwXT6Xe4vYJjDUQZnd6xyXFzJg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37945),('AbFvOqmI-Y9f4CRNY1CTWKuzaM9sIFVpnn24-VQ20-pSFXfWZkmqOh9NI81NnWOn7vMOnqoJt_wtdA','This facility was great. Service was much faster than your traditional ER. Jana and Marcus were gentle and caring. I truly recommend them.','2019-07-04 00:16:29.511000','2019-07-04 00:16:29.511000',5,'Linnette Tamok','https://lh4.googleusercontent.com/-gfuRWB2lUlk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmKKdwUFGP6T8Yh5UhMz3nF27C2kg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmi09d13HCvP2AMUL5YIdKpgQwE9z8oQX25g-IFWM_BrZaLsiLHa8ereNW1KrqQ_msu8vjg9Q','We walked in for a Covid test for my family of 4. Great experience from beginning to end. They kept us well separate from other patients and took us back fairly quickly. Everyone was super friendly and answered all of our questions patiently and thoroughly. Cody, JD and Nydia were especially great with our kids (5 and 2), which was a plus. Quick results in ~25 min as well.','2020-07-28 20:54:05.487000','2020-07-28 20:54:05.487000',5,'Abby White','https://lh3.googleusercontent.com/-weGEJMoG6ts/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckI3e7XdWe765O0muPryTOwIL-TDA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38727),('AbFvOqmI1FSANxBvGmi8LU-NHdNv8lL4_fUfadq1XMIkBDPz-fM_GVNgi9dXfv9CpLJ7-SMrxXe0','I can not say enough nice things about the level of care I recieved. Anthony, Brad and Dr Vakey, Dr Jones, Vanganese were all very thorough and professiona. At the same time I was treated with the level of kindness and concern I would think a family member of theirs would be treated. I am blown away.','2018-08-22 01:04:11.419000','2018-08-22 01:04:11.419000',5,'Lisa Loffredo','https://lh3.googleusercontent.com/a-/AOh14GhWxrVc2LdQEJpt12xY4EBl3cIm2A2dKt8iNEnreg=c0x00000000-cc-rp','16590124370714063921',35231),('AbFvOqmI1k-V0fOEkfEJcA337fvWhXNt14ygw8BTEv2q8YEor5r-UKQUT9TLae6dsdHd64OFxYm-qA','I took my mom very ill and was examined, treated and released quickly. Dr. Boester was very attentive, nice and patient with my mother. He answered all our questions and concerns. I would definitely recommend Dr. Boester at Signature Care ER.','2020-07-12 21:52:33.563000','2020-07-12 21:52:33.563000',5,'Toni M.','https://lh5.googleusercontent.com/-TBmJCI7v648/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnN992HOIkzcXBYBYP3VRwRkgy1tA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30171),('AbFvOqmi1LtkxCT2sp76Y01cXcEtbwR2i7qMqiihLYIeh0n8NgTZV7O5uiR1YVIG5GaEVF6fYRbX','I had Anthony (RN), Dr. Harjai and Laura (X-RAY). All of them were so incredibly nice, I felt so at home even without my parents here with me. (Laura even held my hand while I got my shot) They’re hilarious, respectful, and professional. I really couldn’t have asked for a better experience!','2019-04-13 16:55:30.217000','2019-04-13 16:55:30.217000',5,'Becca Davis','https://lh3.googleusercontent.com/a-/AOh14GjZ-JqlY8733uFGLJDK2Sb6kzF_FVsVug1JbjJg=c0x00000000-cc-rp','16590124370714063921',34896),('AbFvOqmi1rrDinzXCiYucicjvm8lFyXvw8QsZVRSgdUwCL0BKDp3uFe6a3hr6w8KjEhPr6VhwM32','Received fast and friendly service from Olivia who checked me in. Dr. Das Sajal was very nice and ran all the appropriate tests. Brenda, at the reception desk was wonderful and efficient in checking me out. Thank you for providing caring and friendly service!','2019-02-19 16:33:54.228000','2019-02-19 16:33:54.228000',5,'Felicity kiesling','https://lh3.googleusercontent.com/-Z3cfmSvulIg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmhT7cEjHhA1D9IPvv0jaXtnhGr8Q/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32496),('AbFvOqmI1ueyFCHcd8U8vwWPst-XFXboexyKFtMVOQdnQKfr-C9gYXP5ZAkq-28SV1QYtwapPotOxQ','awesome staff! super friendly! nurse & receptionist were great!','2017-08-15 20:46:54.553000','2017-08-15 20:46:54.553000',5,'Krista Llanes','https://lh3.googleusercontent.com/a-/AOh14GjeZ8aNh0AHiM35PjdvDlVNylSz-tc4u68OJe9Vrw=c0x00000000-cc-rp','16590124370714063921',35409),('AbFvOqmi2CwpbrtTlwbc6kfUJOFxr6C69sSw93Nibbu28Pgqaxx6qWsLV6XZWvWyIoAFT0GN98Vsiw','Came for COVID testing and the staff is very helpful and nice.ER technician April was very friendly and gentle with the testing would definitely recommend!','2020-11-18 21:23:22.891000','2020-11-18 21:23:22.891000',5,'Ricardo Mendoza','https://lh4.googleusercontent.com/-s7Fh2M3QDdY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclg_Nl5Y40EkCo89p6ifarllsh3ZA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31346),('AbFvOqmi2qBiiLwssuYDXDLO9Er6W17P_0APRZ8iy_tadSe0GsoT-Yw_owRWRnJDfnAV8-kBtdqosw','I had a wonderful experience here! There was little to no wait, everyone was caring from admission to discharge. Everyone made me feel so comfortable I would definitely recommend to anyone!','2016-01-22 21:49:42.843000','2016-01-22 21:49:42.843000',5,'Chris & Nicole Sanders','https://lh4.googleusercontent.com/-Qh6sS9y48uI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclSxkntTcBQ4DESt37tZrC-BsMg7g/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41256),('AbFvOqmI2Y0VK2XNeTYuRerymitSnRw3EL-UzGX-LVUFRmaetDSHVP1TeyRB-fXtaJ4vK1-hBzJxyA',NULL,'2019-12-23 01:22:25.272000','2019-12-23 01:22:25.272000',5,'Wes Adkins','https://lh3.googleusercontent.com/-sqFD963BJiw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnc_Vx_UDi2YhVjbo73IigEOOjUSw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29514),('AbFvOqmI3T8amZnBt9oLkMZ3-PtPgKlv06XhXpP_udUTU40xOHs-RPLA6PIVQeQk1ywJcVm6FLn4-A','I was absolutely blown away ! As soon as I walked in I didn\'t even have to be seated in a waiting room they took me straight to the back & assisted me with my every need. It was very clean & welcoming ! The doctor was GREAT !!!! She made me feel like I was the only patient in the entire building. She didn\'t act as if she was in a rush & had other things to get to. She made me feel very important & comfortable. I would definitely recommend this ER to ANYONE !!','2017-07-15 20:34:19.828000','2017-07-15 20:34:19.828000',5,'Ebonie Stewart','https://lh6.googleusercontent.com/-bIlkecvePU4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn_SpSDDJrE60tVM-04JIi0F2VmNA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43498),('AbFvOqmI4PrXtNIfZKylEW2F5Q2-kLQLhw9ADtJQ2LtmaXR_yuqlMyOyG0lSDlTZFn_upVMG4MtJiw','Wasn\'t feeling too good, but the staff (Kimberly, Brad, and Morgan) all took really great care of me. Would definitely recommend this place if you\'re not feeling well.','2017-04-25 13:09:59.956000','2017-04-25 13:09:59.956000',5,'Isabella Caparas','https://lh5.googleusercontent.com/-g3S8C6Terho/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmO-X7NLh9lpluhIM94u1SIRjGR6w/c0x00000000-cc-rp-ba2/photo.jpg','16590124370714063921',35442),('AbFvOqmi4yHpIs4bJv20fAYZ_fZagGa5yE6a9H5E3lE5FrqUFSm5vqVOywK-whLGr9P9EAYtNc9L','M.Thomas,Sarah G,Jessica N,Ashley S very friendly and reliable staff','2019-08-21 20:24:47.028000','2019-08-21 20:24:47.028000',5,'Binje Tv','https://lh3.googleusercontent.com/a-/AOh14GivSIqQP3bNKFCmbe9iLPz4YB72HoVkIdHSI3DrJg=c0x00000000-cc-rp','17898197009688164559',38018),('AbFvOqmI5633hHr3ue2zSIIe9ESMMR0BN-hpNX3fSAbMm1JSLmskSPnP8uCcaOZU_TeaAhMsK5kQbw','I was in sooo much PAIN. All help me n ease my pain and made me feel like I was at home!!\nThank u ALLšŸŽ‰šŸŽ‰šŸ’œ','2017-05-29 21:47:02.946000','2017-05-29 21:47:02.946000',5,'Roe Hersey','https://lh4.googleusercontent.com/-GaX4rmroq1U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmnE7kP5AMm8e-tJwuHty5BxV2mSA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37146),('AbFvOqmi5rS6P4hHH-AwyRIjGonb7NewTlEq9CnuLZSnwt1BMAxSNQ7rf95YmIsSWmOHuL99C6hCPA',NULL,'2020-10-07 13:39:10.353000','2020-10-07 13:39:10.353000',5,'Tina Berger','https://lh5.googleusercontent.com/-NA4vumAPqf8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck4uIHtdjBuWNLgGhD7xxqURU-flA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38934),('AbFvOqmI6FBI1rDMieLQwBLOlPUZPAUWMmXlTm2w6efltJRke3XZegPObQFEVYULLjOSBR7V-q7g',NULL,'2020-10-09 16:55:12.249000','2020-10-09 16:55:12.249000',5,'kachelle','https://lh3.googleusercontent.com/a-/AOh14GgBjPERviVHag1aa9r7Peya1IXFZFFVnXbBGmBNpQ=c0x00000000-cc-rp','17898197009688164559',37517),('AbFvOqmi74659uksmzJYhpQmmGOUCbTXDGJCOwVdDYkLvl0Mi_pP811P4Jn-O6_Ze5rFA2hwRrA-ug','Rachel, Breanne and Jacob were awesome as usual. That is why I come here.','2020-07-24 23:56:13.519000','2020-07-24 23:56:13.519000',5,'Angel Bates','https://lh3.googleusercontent.com/a-/AOh14Gj_uo9XJRmw9Ep05VIuoDXH4pPvgHk52u_1qEe4=c0x00000000-cc-rp','16590124370714063921',34260),('AbFvOqmI7ts2z8RMhk-K15LhGr_r5q5U2iLYSF6vRUCUaPnrE6HEz-daiHu5yxTN4-lOMz9lhXIxYw','Excellent care!! Jennifer and Kelsey were absolutely wonderful!!!! Dr. Jordan was very helpful. Fast service, in and out!!','2019-01-06 22:48:11.381000','2019-01-06 22:48:11.381000',5,'Betty Dollins','https://lh3.googleusercontent.com/a-/AOh14GhuRZ5092YxbJiQVZddivM0xnW1yzgfw6Oh0XFZjA=c0x00000000-cc-rp','8626688543755174284',42190),('AbFvOqmI9kjvK7uODpnBCvaS7v3DusAq1-P2Ld-oSw7I3Au2O5zmPcf9ZHU9WGNFmHz1wCTkQFnI','Amazing Service !\nFirst time here and I felt like home,\nJust like my mother would take care of me\nNurse Selina and Doctor Wang Did an amazing job, way beyond !!','2020-01-10 17:39:05.228000','2020-01-10 17:39:05.228000',5,'Alex Gonzalez','https://lh3.googleusercontent.com/a-/AOh14GjaCArOfs1jDj4QTUU-6XhxsEzkbgwG1vibq_oh=c0x00000000-cc-rp','17394740196501090048',36661),('AbFvOqmI9LDj4ReVv3xyTHffTmbxCNzZk_-TMNErKIOhjaHVr4GucDQlUkRTB5E1ZZxVvz5gwyLJhw','The whole staff was nice and got me in within 10 minutes. Kelly was very nice and even got us a snack. Dr. Curtis was very professional. Highly recommend','2019-01-02 19:39:45.302000','2019-01-02 19:39:45.302000',5,'Rosalynn Swofford','https://lh3.googleusercontent.com/-lE74Lfqb_hc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmnyFpEPLxGrfYoVl-Zf3vp9s5Atw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39972),('AbFvOqmiAoavRAIYDUJ8c6tv6uowMJ5O2vtBMuH0y4XyrmuCZRVkMh50y-0_M9yDY-sj6bqWTLHP','Very clean and friendly staff. Been here for multiple COVID tests for work, and they are by far the must gentle. Some places scrape and jab, to get you out, but the drs here are patient, gentle and personable.\n\nHighly recommend.','2020-10-10 14:02:07.315000','2020-10-10 14:02:07.315000',5,'Marcus Ogle','https://lh4.googleusercontent.com/-nux85PCdRZo/AAAAAAAAAAI/AAAAAAAACYY/AMZuucmOKC49fPXHAwd_u733TQR3CgWbjw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37515),('AbFvOqmiapiWICIM-RfNQX71gPSTwYW7xraxBfjQEsxHDaRz8qHvnYVTZVFJ7omy-vGYHj9W47Ca','I got evaluated for the pain I was having and all who were taking care of me generally seemed to care about my well-being and making sure I would be safe and sound. Thank you.','2019-01-13 16:33:52.157000','2019-01-13 16:33:52.157000',5,'Mohammad Al Khajri','https://lh5.googleusercontent.com/-KmOWEBsuJlM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnIzO017A0JXft7STlpag5WJQyymQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29163),('AbFvOqmiasRXK145esYVgYCW1e_AW_-hc6gjcRqfAnLrFN6GkchSTcggUFDefG-wZQlCzI3aAmxu3A',NULL,'2020-01-21 18:32:01.602000','2020-01-21 18:32:01.602000',5,'Deon Washington','https://lh4.googleusercontent.com/-DgPuyYEvD5I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucne4fdgF7gIa6zYkrTm9SUREJB3fA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33476),('AbFvOqmiATTI6SOD27Vd6kNXap_rabr0SGyLMSt-y-Dsmfh54yVajPzVFkVmGrLp4tsKTnbndiwK1Q','Great customer service here! My friend needed stitches after canoeing and they got him in and out really quick! Would recommend','2019-08-23 16:41:24.653000','2019-08-23 16:41:24.653000',5,'Alec Martinez','https://lh5.googleusercontent.com/-naLWCNHf3UM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnXm-ij_2LltbEpUD3Ka6KmwMQsrg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36141),('AbFvOqmIB5PSH-rFs1qTvBJbUd4ZW_z25MbZ4w1UNmDFvLpoz9e_bcDAcwYUM6HJni8-z4R1PqKO_g','Amazing facility. Staff and doctor. Hayleigh s. Receptionist was so friendly. And welcoming. Rn hernandez was prompt and nice and doctor daniels was so informative. And security was very nice as well. Thank you so much for the great care of my husband.','2018-07-31 04:04:00.504000','2018-07-31 04:04:00.504000',5,'Megan Mullins','https://lh3.googleusercontent.com/-sVT_Z1dIzkw/AAAAAAAAAAI/AAAAAAAAARM/AMZuucmvYZcZXe6w2TcXhcONmd2AF6w3TA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30796),('AbFvOqmiBazvqDzxG0Ze7OwhQuLX7SXzYUYHvO6hHzvxLEj6BtQxMSFmP-aV3TCuTp6VmSgyIK_LUQ','Jocelyn, alvean, Marcus, Ann were super nice, everyone was helpful and fast. Great customer service!','2020-06-03 14:07:11.810000','2020-06-03 14:07:11.810000',5,'Ana GArcia','https://lh3.googleusercontent.com/-iunGRBH44kU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclA-PHF80WfGMiqKcw4w_Gin8Z0Bg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33239),('AbFvOqmIbgXsaMWzb49YfMUY1I2ycRqEy6MTYzx6IZb_mrRTKBXJAUtLbq19YotcG2Klwsv-tZd6mw','SignatureCare is a pleasant contrast to other ER or urgent care facilities we’ve experienced in the past. They are caring, attentive, and really make it as comfortable of an experience as possible. Dr. Miller is fantastic, as well as RNs Sherri, Meredith, Barbara, and other staff members Radiology tech Bryan, Ricardo, and receptionist Jasmine. Thank you for taking such good care of my husband!','2018-09-22 03:49:09.439000','2018-09-22 03:49:09.439000',5,'Jennifer L','https://lh5.googleusercontent.com/-KBhBHXNFkX4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmElRkwFQK4Xway9gMx6phDiX0rDg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30714),('AbFvOqmibqH7utF9VQY_WicAiVARrAG3oCnx3LtJCRj0GPHwDU_JM0cuCci635cizMtpiimwhWYJ6g','Wonderful experience\nDr Ybarra\nNurse Rollie\nRad tech Natalia\nReceptionist Stephanie','2020-01-26 04:35:50.636000','2020-01-26 04:35:50.636000',5,'Karen Cruz','https://lh6.googleusercontent.com/-dPBKjgSeUJQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmzojErAHWgKJtCiiAiL7502D-cRg/c0x00000000-cc-rp-ba2/photo.jpg','8679688254631342173',42485),('AbFvOqmICji_xYXC3OEfg0tZUnfiPQMUYZyW21AjKw_J_PMFbDZZiL4MjZu1poRG-uNr2tdjE3Y7PQ','The service here is A1! They are quick and very knowledgeable.\nNurse Lynn was absolutely fantastic. Dr. Amy Patel answered all our questions. Tech Gogeo had a wonderful disposition. Jessica in Radiology has a true passion for service. Evelyn in registration is super sweet and welcome.\nI will definitely reccomend them to anyone that has a need.','2019-10-02 19:13:45.346000','2019-10-02 19:13:45.346000',5,'Chondra Burnett','https://lh3.googleusercontent.com/a-/AOh14GhH6opxpk4QxTQs4GujflsjJBs75Ab0Nfp8SzSsQg=c0x00000000-cc-rp','17898197009688164559',37970),('AbFvOqmiCmVNZb_AqO8nUM77ws8GPzrAXikSvkyMzVQbEcYcR80iVRODU5x2fsa4nA3tczttB9373Q','i’m in college station area and I went in for an issue and Dr. Kimball and nurse Anthony were super super kind, making sure I wasn’t cold or if I wanted a water. I would highly recommend if you need attention fast!','2019-03-29 22:40:22.694000','2019-03-29 22:40:22.694000',5,'Casey Gaige','https://lh3.googleusercontent.com/a-/AOh14GiFpvuvayqefW22Cy7y-tbS8m6x7dFuPQVhLHk5jQ=c0x00000000-cc-rp','16590124370714063921',34938),('AbFvOqmICqBHvmuyXSKCOd6xgYEWsD0PVz8EqRFJMHtdiRpiTqYlkyq3nnTOawmwdAAm3Vk4NEAz','All the staff, Ashley, Senaida, Keira, Randi and Dr Daniels were so amazing! They made our visit very comfortable and smooth. This is the place to go for your ER care!','2019-10-26 06:28:41.727000','2019-10-26 06:28:41.727000',5,'Erica Lujan','https://lh3.googleusercontent.com/-3iV-qEacTmY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnj7KnJT66juiW4dIumW8OZP8U1kw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41571),('AbFvOqmICUpalOSq3pGztHWAVFfGdbqKEyXpijy5syMLRp6KA-YAx7YNDKgU_q7wEGiIf_8vSwm5DA','I had a great visit at signature care today. I brought in my 3 boys to get tested for the flu. Vanessa Garcia in the front helped check me in fast and easy. Great job and this location is very clean. Staff was friendly.','2020-09-30 00:43:08.942000','2020-09-30 00:43:08.942000',5,'Rob_2Deep','https://lh3.googleusercontent.com/a-/AOh14GhCH4kmpve0ZmJVkM_iGBKqJjT7qize0wkUjUeE=c0x00000000-cc-rp','16389487648212004696',33174),('AbFvOqmIcxGnXIQDm8iglBe6zrSRjaMv2m6uMI1Sr0dF4IRhwhs7sE49FhYNzf3cNZZLXXdKqpJPVw','Quick, easy and professional! The staff was very friendly and knowledgeable. We were well-informed about everything that would take place and they were gentle and patient with my daughter. Would definitely recommend Stafford SignatureCare Emergency room to my family and friends.','2019-12-08 00:04:06.343000','2019-12-08 00:04:06.343000',5,'Renee B','https://lh3.googleusercontent.com/-w4WUpru-brI/AAAAAAAAAAI/AAAAAAAAACY/AMZuucknC02jjJTgxgtrG6YAPYqpe1wiRg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43168),('AbFvOqmIdaY33xC7vXruqyfxWkmzoUjbLktJ2by-N8gt_U4wXs_HgvJekwtelDdzu8m6P52BK2CRVA','I wanted to say thank you to Dr. Kenneth, Jerri, Dyveliz, Natalie the EMT, and Tori who did my x-rays. Y\'all were awesome and it was very sweet of you to send me a card with all your signatures. I\'ve never gone to a nicer, friendlier place with people who had amazing senses of humor than Signature Care. I was actually treated like a person! I love you guys, 10/10 will fracture my Fibula again.','2018-05-04 18:32:04.410000','2018-05-04 18:32:04.410000',5,'Patrick Darnell','https://lh3.googleusercontent.com/a-/AOh14GgyA3akk55Kc-1raT40fujZVm_Id8r0B7bGWDxn5Q=c0x00000000-cc-rp-ba2','16590124370714063921',35278),('AbFvOqmIddh5cBT9JrF_5rnjhoNd9CenUwLuMGpphhPyYFDUThzINhRv394rTsy4gKBdHvwgp8VI','I was having some bad abdominal pain a few days ago when I decided to come here to see if I get some help for it. I was very impressed by everyone here. Luisa at the front desk was able to get me checked in quickly even though I was in a lot of distress and not able to pay close attention to her. She was very professional and understanding. The nurses and radiology tech( Kat, Heather and Joshua) were very thorough and kind. After running all the tests, Doctor Wang was able to determine that I had a kidney stone and treat me for it. Good job all !!!!!','2019-07-25 15:49:07.053000','2019-07-25 15:49:07.053000',5,'Clifford Jensen','https://lh3.googleusercontent.com/-UOmnHvvrKzU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckTPd05p398MNstMTdRmuOnhi2-QA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmidjK5NeG9ScHQ93XacTeLufola_DI58pmoSv2Wrd07DFBCyqzqpZI_NNj49XIQ9KeY7ZFfQ','My first experience with Signature Care and it was awesome, Dr. Elsbecker really made me feel as though my issues really mattered.. unlike most Physicians I’ve seen since moving here. My nurses Michelle/Konya were super sweet and took very good care of me.. Thank you all for your help!','2020-02-23 17:00:22.395000','2020-02-23 17:00:22.395000',5,'Esha Cole','https://lh3.googleusercontent.com/a-/AOh14GjCfWssbtMP9kKNlCRBEn4nsLlfTLF7ItCVb2Udzw=c0x00000000-cc-rp','2694018788013845459',39104),('AbFvOqmIE63gMAW2uXPfBvIjs30WKYnoBKg5nHFd6Y12uKvFN0aY9fIeN2hiizM-WQ4Ah-5Hbu0o','Great service! They took great care of me! I will defiantly go back in the future','2018-12-01 03:40:11.051000','2018-12-01 03:40:11.051000',5,'Myriah Nance','https://lh5.googleusercontent.com/-qp6wVRcCvxc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclX22-HVrYJyOj3wkyisfIobU4QSw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42225),('AbFvOqmIe6QfRTJ4aVVwXdFtwscq76YV-w21Gr_AAUTgfBz1L7OLS8zmbpfJbh-xlaF8F61hy4baFA','Satisfied with with service! Was fast and easy would recommended them to anybody!','2020-08-10 17:47:23.992000','2020-08-10 17:47:23.992000',5,'Ruby Harris','https://lh3.googleusercontent.com/a-/AOh14GikyQDElcDFF1DsqR7x40a3offsJoBFvjNrAAkC=c0x00000000-cc-rp','14748677429039074158',31778),('AbFvOqmIeNU-zqw76saGKwYItMWPa-EfcfNX0DZBvmF6xJGNQQLgXUBJDh6BtbEY7AaKFMnVm2NG-w','Theresa and her staff were all very professional great service and attention to all the patients trying to get screened for COVID 19. I recommend this facility for persons wanting to get tested.','2020-07-16 16:09:18.831000','2020-07-16 16:09:18.831000',5,'thomas rivera','https://lh5.googleusercontent.com/-8a_N7usaqR8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmSEAUlGq1InFGX7u6LINjaIz8oiQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41375),('AbFvOqmif_XFKhiQ6OMEvcOAVEty_nY_L67ZLj_9QxdoU8nFToywZDH5toQtcBimGduJQScUNET1','Received great follow up care. Dr. Diaz and Allison were very caring and helpful. Would definitely recommend for emergency care and for those who are not able to see a doctor during regular hours.','2019-06-23 00:54:23.080000','2019-06-23 00:54:23.080000',5,'Brittany Hernandez','https://lh3.googleusercontent.com/a-/AOh14Ggxe7uHNAtwa8K_G6p7OIHEtPR5jmVbt36Ovon4FA=c0x00000000-cc-rp','13486358490203335051',29777),('AbFvOqmiF1crN_j81AYjHP3gPebpftEWPIyqqbIXQ8jYuUNMt90j6rLoFKpAC6AcYqpchw','No wait. The staff is so nice. My family and I are repeat patients! I love everything about this facility and will stop here before going to a traditional ER.\nHands down one of the best I’ve ever been too. They not only took care of me, but calmed my son down who was hysterical. YOU GUYS ROCK!!!','2019-12-19 00:14:17.302000','2019-12-19 00:14:17.302000',5,'Ingrid Hargrove','https://lh3.googleusercontent.com/a-/AOh14GhfDU886W-YtX0oAtuOSu-BFAOGeZK3buF8Nfj9MQ=c0x00000000-cc-rp','17394740196501090048',36673),('AbFvOqmIf89D_a_Nxtqy2eFcVKphHH3VtsgaYWfZF9uBNqlCnwGT8iHAcbrYjcAkNpt5K5Fx5coK0A','The reg. Dyueliz was amazing and I had quick assistants. The tech. Morgan was very help full my experience was great and very likely to return.','2017-09-16 20:23:43.894000','2017-09-16 20:23:43.894000',5,'Kyle Regalado','https://lh3.googleusercontent.com/-Zix7B56zwJw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmyJPFvMO92kBxNhnuQ5kDkoyp6iw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35377),('AbFvOqmifaQWOop-J9GSHDUkucSYLT_mZ4UHFH04MIqOx6EWB0UIcctm-C6okXeqYxMWXRJIfV6iGQ',NULL,'2020-11-28 03:28:17.925000','2020-11-28 03:28:17.925000',1,'Jorge Rivero','https://lh6.googleusercontent.com/-VnmUWJhbjHo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnoEz02k54Va0swAezCHZAemIQ56A/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29249),('AbFvOqmIFHqZg5wm8DPGr4fDueODNhk1wkEXg4mIUC1bqjJLIjIdifNfEe1uy_UwYYQ5kPXefLqqug','Check in was super easy and quick. Nurses Jessica and David were super friendly and made our 6 year old daughter feel safe and not afraid. Dr Plante was great and got her feeling better in about 10-15 minutes after we were in the room. Whole staff was great and if ever needed we will be back and would definitely recommend them to anyone.','2020-03-13 20:49:51.915000','2020-03-13 20:49:51.915000',5,'John Sellers','https://lh6.googleusercontent.com/-kL1o2KPHmnI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmV5tlIJGK_SnN7JK_bcxo4o8gBnQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41393),('AbFvOqmIfK7eYQknhCst8jXXyYuSvQKfWzzq3-2lBz3wvV5nu19n26xCcCYz_BSBosrsmzxZthZa0w','I was very pleased with my visit and the level of care and concern shown by the doctor and staff during my visit.','2020-07-30 18:47:13.905000','2020-07-30 18:47:13.905000',5,'Ginger Crenshaw','https://lh3.googleusercontent.com/a-/AOh14GhYJDEJEi5T5FYDchxQAZKZ5fwSkgNoIOeRKG75=c0x00000000-cc-rp','14748677429039074158',31828),('AbFvOqmiFkZOcme4RS63wQzpctvj81x-sy4TMdVQ0yGh8msUlTL41eJasq60828NXdE4lbROHZPg','The staff was very welcoming and we received medical treatment in a very timely manner. I recommend this service to everyone who is seeking emergency medical treatment!','2020-12-07 22:19:11.089000','2020-12-07 22:19:11.089000',5,'Kristin Putz','https://lh5.googleusercontent.com/-G85PQGRcrFw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclKz4RApyW2-mnUuqFEa068HeDjaw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38855),('AbFvOqmIG2WvIf30wNROVChQXUxG8G_s96cE-bQL1lCW920v5mL5U_EN1_ZZTPzGWqe9ngCGISr_NQ','Dr. Lim, Jordan and Ekaterini were very nice and professional!','2020-11-09 23:09:39.482000','2020-11-09 23:09:39.482000',5,'Mo Hagewood','https://lh6.googleusercontent.com/-xclg8pBY-7I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmR7z2cwIAqnMnfjXMQy7h8J2plAw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32948),('AbFvOqmIGiILc9UvAvMi5Gdx7cT45qinVs5x_YoP2EgrepG_hEHFYah_dX5N_TVTw8sNqWsxowBJ','This was the best clinic i ever went','2019-04-16 21:47:02.163000','2019-04-16 21:47:02.163000',5,'Rafa Rt','https://lh6.googleusercontent.com/-XJmlFQxjqSk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckUikFPYZ1zTFmGrNpc2LG207D06w/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40601),('AbFvOqmIgNW_JzSGT2nA45969dT72SOol9jydsfh13s6eSczJoA0vw-x6G7ITsQ8DATeGsmoGZ8M','Wonderful staff. Greeted with friendly faces and answered all questions. Didn’t have a long wait at all. Would definitely come back.','2019-05-17 17:15:55.248000','2019-05-17 17:15:55.248000',5,'Seriah Bryant','https://lh3.googleusercontent.com/a-/AOh14GivCoTf_OckiDLh2c7P6_oCjLTpGLxtozYXMs9Q=c0x00000000-cc-rp','2694018788013845459',39348),('AbFvOqmiHhX1K2dKz2FI7pRiFd4rfKDzbMAc4BFNXJ6Hx1aXWMmA2QqBwjlUoNM8Cx_wGxszyzzb','Staff was very caring and helpful. Prompt attention to my nearly severed finger. Pain was managed well. Highly recommend!! Lisa V. RN, Andrew (Tech), Dr. Huerta thank you','2019-05-05 16:11:29.059000','2019-05-05 16:11:29.059000',5,'Randy Craig','https://lh6.googleusercontent.com/-Au7hpMzAT8M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHnGyJ3ZGSQnfgZmqFMDwuhJykSg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29855),('AbFvOqmiHilIpvTDDUNJMRIZZlmd7Nc75UaNmsVn3o8Ay9zMP_liCmiLUVB9-BV3RDScAlGHefFT','The staff very sweet and the doctor personally did her best to make my visit worth the wait.','2020-07-28 00:57:17.072000','2020-07-28 00:57:17.072000',5,'christian ojo','https://lh4.googleusercontent.com/-uBVwjFh1P4M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn1mOeFik7S3BQR6gPuw4vP5vFPZg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31859),('AbFvOqmiIGckdjWiZrHwCbpNOoOizOFrLfcX2aUXNSGUnzIJXslA5o--OXSNuD3yCKTUBIUj0tLe','Dyveliz, the lady at the front desk, was so kind! They have such quick and effective care! I\'m sure to recommend this place to anyone!','2017-06-19 20:36:08.297000','2017-06-19 20:36:08.297000',5,'Victoria Kowalenko','https://lh3.googleusercontent.com/a-/AOh14GgnqVfMYI6CQyB01JdPBVmflLY0nOhwUYVbPQZglg=c0x00000000-cc-rp','16590124370714063921',35418),('AbFvOqmIIkqBiqLl7bu2S8XwtVZGvAyKNKWV4yAfc5uPFZCysW0nLq4j6HqGbt2g-606ERiaA_I2cg','I was taken care of very quickly and thoroughly. Staff was nice and facility was very clean and comfortable. Dr. Appiah was great as well as Alvean and Marcus my nurses and Jocelyn at the front desk.','2019-09-20 18:02:54.830000','2019-09-20 18:02:54.830000',5,'Bella Roberts','https://lh3.googleusercontent.com/a-/AOh14Gi4RRYjGGSHcJf_7g_MNUH7UYz2cj7RwzCCtq5nBRo=c0x00000000-cc-rp','16389487648212004696',33942),('AbFvOqmiIOp5c-sgyIB1yPx5os-DrTtT3h9zL8-1nXmTgX36FtvSs3sPHbgH2QH1gGP6Evv3eiZcoQ','The staff was very kind! They were all very friendly and sweet. Starting with Alysia at registration and then the help I received once I was checked in, Brittny, Lia, Scott and Hanh. They were very sweet and answered any questions I had and took their time with me. Dr. Quresni was also very sweet with the treatment and answering my questions. 10/10 recommend!','2020-10-10 16:34:33.622000','2020-10-10 16:34:33.622000',5,'bee gomez','https://lh3.googleusercontent.com/a-/AOh14GjhOP0zAuY3UD2O97E7xnJ4tgXZBtQQKPPFRQeg=c0x00000000-cc-rp','12541597562633926366',28504),('AbFvOqmiIQW4A8DK0HlXnSTl9fB9sJHisvKJIb3A4VJl7zta5ZR09dSF6Cut0_KaSVURDDXvkjMRKQ',NULL,'2020-02-02 03:08:01.857000','2020-02-02 03:08:01.857000',5,'Kirk','https://lh5.googleusercontent.com/-mqBQ4SMvg4o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclq5bRbmJJdrXbfx7OEIxkRPqRtJQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29453),('AbFvOqmIkyGztVLHjFB0sILmtyg3-npy1v74tAFkiR7rVSLscEth54W2VKbMxhMmWeTVRrE3baUv','Dawn, Norma,Jacque! Are soo helpful and nice! They are very smart!','2020-01-21 12:28:49.151000','2020-01-21 12:28:49.151000',5,'Rashad Punch','https://lh3.googleusercontent.com/a-/AOh14Gj21SjHnDViBPHWdf5C8z0mg64Jnc0PcOhCFCM4LA=c0x00000000-cc-rp','3511292162159714121',40342),('AbFvOqmiL9HsGtX61IhHp8lHVB2xTqaf6jrdoct5YwYYuF3ppG3ErfBOWrN2Z1e4yax5vJxVBxj06Q','The staff was great especially Robert he was very funny. The rooms were very clean and nice. The warm blankets were great along with the snacks.Thank you for everything!','2018-10-01 14:40:38.841000','2018-10-01 14:40:38.841000',5,'Josephine Salazar','https://lh3.googleusercontent.com/a-/AOh14GgqxLLxYHSXkij3-1Vf1DSIK1-RL4_XkpoZAGOucNc=c0x00000000-cc-rp','8918455867446117794',43355),('AbFvOqmiLEGZ7iYnuqAeLFjtyMve32niFLE1cN8Zebq3Qt_MnlXYmwHA6vWcB1RWj2CCT1xsR62w3A',NULL,'2020-01-31 21:19:39.924000','2020-01-31 21:19:39.924000',5,'Richard Garrett','https://lh4.googleusercontent.com/-erR6U6Sxvv0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXI8CBwpkG-n8uMyGEcEd0lyoTKQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30283),('AbFvOqmILeJIwDbG76e2I75JKr_JflCdti8VdLtBe0e2X-7L29TBH0vTnCEsI2iBPAaBc43prvahmA','Staff handled all our needs in a timely manner. Our nurse did a great job and he was very friendly.','2020-10-15 23:10:01.558000','2020-10-15 23:10:01.558000',5,'Ryan Gleason','https://lh3.googleusercontent.com/a-/AOh14GgyxPzycXgHa6DHd67SLkn6DxGXl9oBk9j9Jrz9Ug=c0x00000000-cc-rp','14748677429039074158',31494),('AbFvOqmilnsReBgBpEFYBmZahyPRjA_qT8pGBgdWVPruCvxooHm8FzGcYsSMb7noTescRZvcaOgj','I love it Nurse Anthony was the best','2019-05-31 18:07:38.280000','2019-05-31 18:07:38.280000',5,'Jessie Conley','https://lh5.googleusercontent.com/-oFzAs1Xj1TI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclqxKFyvmSyc8qE3ZKbuAmQxn7IIg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34839),('AbFvOqmiLq1WUVucB_1gBvfdAdPhfO2NeTXSz0-wBccxDB8Qiw_kqVOKZf0wHdMvmdRaAxiLd8LmzA','The RN Anthony was very attentive and friendly. Natalie the Tech was very welcoming and friendly. They were so fast the doctor came in right away.','2018-08-22 21:41:17.978000','2018-08-22 21:41:17.978000',5,'Caroline Grace','https://lh3.googleusercontent.com/a-/AOh14GiCWzqmPobmpJUYNVE34OxEWpLuqa8ygy5It3UD=c0x00000000-cc-rp','16590124370714063921',35222),('AbFvOqmIMAAOZCyKmJNlhvqJ_4Hybq0L_Zv6--j1HctZbgtOT0QCbIe1P1AC7zdf-65LCaMb9lhDNw','Signature care has really great service! Their detail ,specific and very friendly!','2019-06-21 03:13:59.623000','2019-06-21 03:13:59.623000',5,'Paco Fowler','https://lh6.googleusercontent.com/-OYccpbLTcQ8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckqN-2GmpnBh1pAVqTjEajtmpFJXQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40531),('AbFvOqmiMgjhOiA1XDq9-p6rApXbkPdZxeAlqa5p5lidQAaJ8tQFys6XIbgez2BplCR0fOTFFTRqww',NULL,'2019-12-21 20:27:36.801000','2019-12-21 20:27:36.801000',5,'Leannda Fazzio','https://lh3.googleusercontent.com/a-/AOh14GhPTvpOfk08xgN-kKMSRtDtnrsftIYS3eeb7Od-vA=c0x00000000-cc-rp','13486358490203335051',29521),('AbFvOqmin9PxUv3m1B0iLpjLf27E7mD492icfbNd5weskYCA2pm5pGI6ONIbgF7K6gjUdZV8uGYP','I had a work injury today. Came in to Signature Care, I was blown away! The customer service is excellent, I was seen right away. Thank you so very much Lisa, Jair, Krystal, Jaime, Dr Bose!!!!!!','2019-06-11 19:23:05.091000','2019-06-11 19:23:05.091000',5,'Miriam Morris','https://lh5.googleusercontent.com/-skgZJ6_KZUs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclENyzu0iYBZt8-ukqtXfqO-6UMSw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29811),('AbFvOqmINJU2V1NO1syD7VDitube3-DEydHrEQ6h3qE7XzriP1zFIoWkyezYZBpJwZwvhqmpycFuaA','Friendly staff, nurses, and doctors! Would definitely recommend to family and friends. Doctors and nurses were very attentive to my needs.','2019-01-21 18:31:20.912000','2019-01-21 18:31:20.912000',5,'Strawberry Diamond','https://lh5.googleusercontent.com/-E2JbtWFh5lg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJLzjp20XS-ETQfgT0YrhhYdasqA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38324),('AbFvOqmiNl9a_JRm7L6yRFENgmUHf8muTovxeBJPHmUEKCJtcO4ncf-dy50h93qgy3K2HtCNedasWQ','These doctors get their knowledge from webmd. My fiancee cut her hand open and had to get 3 stitches (that cost $2,500) she came back that following night because the pain was so intense. The doctors then pulled and tugged on her hand saying \"you\'ll be fine because you\'re crying and feel the pain\"... because of poorly trained staff her hand suffered MORE damage and had to go under Immediate surgery to repair the severed nerves ($8,000)\n\nI would trust my life with a vet before I go here','2019-04-30 22:40:11.946000','2019-04-30 22:40:11.946000',1,'John Cook','https://lh3.googleusercontent.com/-_M0C6OnaNeQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnlM0byytPjSU2-wFQpE7oe4BSP7g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34864),('AbFvOqminLkCVoIhSl1w6Xi9cpC-FfhzBYvaKioZ_aVDQCanlgvMJ6phAi7jRUdAwMfg88wl1JKKOw',NULL,'2020-12-12 13:02:34.538000','2020-12-12 13:02:34.538000',5,'Hannah Morrow','https://lh4.googleusercontent.com/-4i1HJhxIBk8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmtroVyY5isFAr0bvodhQlPGsJGiA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31283),('AbFvOqmiNmOP0DbAuvTavmqvHw7RFq0lQbGeWTE73SejDK9nj5z6yzWcYZzb1tOXRi1eMfK2BdLspQ','I always have a great experience at Signature Care! Today I was helped by Dr. Singla, Leslie, Nicole, Sala, Amanda, Victoria and Jacqueline. Everyone is always so helpful, caring and make me feel very comfortable. The assist me with all my needs in a timely manner. This is the only ER I ever go to. Highly recommend!','2020-11-10 22:35:15.841000','2020-11-10 22:35:15.841000',5,'Emma Mangum','https://lh3.googleusercontent.com/-YoRO8LV9AT8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmVlP4MErtSgG_Gnd6deWunqFUXPw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40057),('AbFvOqmiNz9RvR4EffH3boL6HXU0FbdA-v_kHI2g2RCWd1MNdbAQ-RSr36jh62Bu7AxVCsoQNA6H','Fast and friendly service, very clean and knowledgeable doctors and techs. Thank you Jocelyn, Alvean, Marcus, Jordan and Dr. Jang for a great and quick experience','2020-03-16 14:57:11.838000','2020-03-16 14:57:11.838000',5,'Timmy Evans','https://lh3.googleusercontent.com/a-/AOh14GghBPREYXIex97tKIEEwVQtdUJAx7EAoH4jgm28zos=c0x00000000-cc-rp-ba3','16389487648212004696',33258),('AbFvOqmIp7hu61BVz4qT2Jt79LF2z28LMrSUXSnEd6ZYMin_BFMWUPsj0ZOu9hI0IaFAPFxE1_kW-w','This was a great exsperiance. New clean facility , friendly and profetional staff with prompt service !!!Gets no better than this.','2019-09-26 20:36:34.420000','2019-09-26 20:36:34.420000',5,'Robert Smith','https://lh5.googleusercontent.com/-6oXMk-YOI4I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclEWBmitkxZS_cVO_4o6MfPo2fWqA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29012),('AbFvOqmipE1R1WB1jyYsIGn8Pz8BoRnbJp9RcI_4QthLBL_ozL_aGa7dTOv13urC_IHQaTkzIDug','I’m a physician . These guys are great .','2019-10-18 12:36:24.152000','2019-10-18 12:36:24.152000',5,'MUZAMMIL SHAFI','https://lh5.googleusercontent.com/-uf3G-kvvzfk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckuja8LvZDcy9s0Pl_UXrvyKkQj-g/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28998),('AbFvOqmiplpK_sfL9hLx3RnwDV9LjuetGv2DOA7HQPZHf63QfjARTaSbNC9OOcg_Cfk7XBveoXm_',NULL,'2020-09-09 23:27:44.126000','2020-09-09 23:27:44.126000',5,'Tavia Hodge','https://lh3.googleusercontent.com/a-/AOh14GjNYEAWmBsFxOC3ensUOkPuWR_Fs6iXJifCmVeyvA=c0x00000000-cc-rp','8679688254631342173',42303),('AbFvOqmIpsIus9vPesJxPIegrhROsL8aAv1aCcWEPC7EvIHoHPdoGzfNu5uxT3Aiqn8KK3P8x4xZ','Had a great experience everyone was really attentive and friendly.','2018-01-09 04:07:20.965000','2018-01-09 04:07:20.965000',5,'Brenda Rubio','https://lh6.googleusercontent.com/-OCWQOseL084/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmRh-0J6wrlj8R3V0MpHa84L5GlWg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43434),('AbFvOqmIPSJDErou9EVAsktYrSbuj0KlZq73BttjUaUMCEumqkh7a6UXTr13kXbM3rmy3sOpew-cDw','It’s still friendly like last time. Quick and easy. The whole staff was great. Ryan, Ashton, and Christie.','2020-12-30 21:01:37.796000','2020-12-30 21:01:37.796000',5,'Devan Kelley','https://lh3.googleusercontent.com/a-/AOh14Gip36o2faJ435YXRbxi-ar0k96X5i6BLiaZhuExoos=c0x00000000-cc-rp','3272657195432704501',44185),('AbFvOqmiqgMqa2Kf6tQOto-mTI4LUew6XgPuk51hMwaNwiIoYfRdiedHzycx0S8riPCVA2JS3RFJLA','I\'ve had three great experiences at SignatureCare. Jennifer got us checked in quickly. John, Erica and Valerie were very professional and went above and beyond to make sure we were comfortable.','2019-01-04 00:51:34.359000','2019-01-04 00:51:34.359000',5,'Lanelle Arner Polak','https://lh6.googleusercontent.com/-NRepAt5UKuY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmSyUqtJ7ZEHdd4oWUTX_q21WFEmQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42201),('AbFvOqmIqpbsapENSgfDzFKITysxVbixpBYrqtSmMlY7f-kvVrU3yUTOlBIJQKBwZGHGP2lUcwdTqA','Very nice staff with almost no wait lines','2021-01-10 17:21:38.306000','2021-01-10 17:21:38.306000',5,'Alex Waldie','https://lh3.googleusercontent.com/a-/AOh14GiuNKoxttjgnNvbVUReTPWr6UNdfPeWECKMDcZI=c0x00000000-cc-rp','2077061009497551125',44576),('AbFvOqmIQyabQGGKbh4vieTXy7ZPpymjri7j4dyiCTvC2tiwMfBgmQDdApg3DGaqUep1IPrK8jXg','Best ER in town. As soon as I came in the building I was offered refreshments. Josh was great. Fast and efficient. Great medical group. I was treated like a King.','2021-01-13 23:17:56.993000','2021-01-13 23:17:56.993000',5,'Charles Porter','https://lh3.googleusercontent.com/a-/AOh14GhOOFSzoSuQ0USdsZfhsz99_YLP68A62x4Wao69sw=c0x00000000-cc-rp','3272657195432704501',39455),('AbFvOqmiQz0JwqTAfaQfxuyQ219fo-1pktEmtysk3XxFDceuIAVfdqS61UCRinEGqdu8s1PEinnH','Very polite staff and fast covid testing results.','2020-07-26 21:11:52.122000','2020-07-26 21:11:52.122000',5,'Jack Reigner','https://lh5.googleusercontent.com/-ZVQAD9vbLN4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckJdtqYsr6r5_CZUo4wR5P7VwiKNQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38757),('AbFvOqmiR-U-lHrTHwr91fMdHLTs9TdsULqllsGF7aDqVc27CjbVPlErGJD_6TQ5U-OVm7w_CQ4CUg',NULL,'2020-08-05 12:18:23.691000','2020-08-05 12:18:23.691000',5,'Nick Vandenbossche','https://lh3.googleusercontent.com/a-/AOh14GiTLfb1-r2hgWZGFaOf7-jLTE1DHWr26wIlSHGZ0Q=c0x00000000-cc-rp','14904078213800803294',32287),('AbFvOqmirA0NOdwHQ6NXrPw_Sai6BlxxqluZkKsvrOCb9dBSlJQQpbQX8u6G2Vaj-UOA5GR9eaG35A',NULL,'2020-02-11 04:24:54.880000','2020-02-11 04:24:54.880000',5,'Andres Delatorre','https://lh3.googleusercontent.com/-KAHgMvlUQtk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucksWNKBYw9RAUO1OL3R3to5MWJOHw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41487),('AbFvOqmIrJJGhIBfHCnhEh32XTSC4RmVI9HAcwGoMzFRapcGW8LaaUeeNOiMbhgV4GYkhODm4sPmaw','My nephew was extremely sick and taking him to a hospital was just going to make things harder. Signature care has taken care of my daughter before on a late night and was a very fast, informative, easy, and comforting experience. With the very pleasant experience in the past, I came back again last night for my nephew to be seen. Again it was just as the last visit. Very well taken care of and my sister most definitely knows where to go next time. Thank you Signature Care!','2016-10-02 22:14:26.579000','2016-10-02 22:14:26.579000',5,'J Ben','https://lh3.googleusercontent.com/a-/AOh14Gjhh7-6nfQ23qorz4YRjVnoxmAO7K0gBccao2BJVg=c0x00000000-cc-rp','14567670160750071148',31179),('AbFvOqmis5SE8_hAtDOopqa8BsGzjClWURrL-mh8qchCsjgIPql8bgW5jiQRhTMWL6Ib4g9Rw6iENw','Very friendly and super quick service!','2020-07-26 17:00:45.276000','2020-07-26 17:00:45.276000',5,'Just Me Rylee','https://lh3.googleusercontent.com/a-/AOh14GiaOe4CDB97j-dKJeVqeI-LaizaG1FIxzNRoQcX=c0x00000000-cc-rp','8918455867446117794',42970),('AbFvOqmis9X-9P9dbHS0SDqe736iMHMiKqB-CqgUABij5yRfomMSOaFFhJ9abEaqCAB-5up0SCjf','Very friendly and professional staff. I appreciate their hard work in the heat!','2020-06-12 17:49:51.086000','2020-06-12 17:49:51.086000',5,'Emily Bowen','https://lh3.googleusercontent.com/a-/AOh14Ghpfz_Vjw6VPtaxKglNkfNrTxK6lvlibWJqxJXX4A=c0x00000000-cc-rp','16891069708558046635',35878),('AbFvOqmiSEjaeJnGOTQqLrn5QC20QJ2xTIeF23lJ_NBUbpDwmaL0TJDxWm_59lmRLpcahCyDoSQMVA','I have been here once and had to bring my daughter on another occasion. We were both treated promptly and everyone from the staff in the front to the staff that treated us were very friendly and caring.','2019-01-21 17:32:55.685000','2019-01-21 17:32:55.685000',5,'Karley','https://lh3.googleusercontent.com/a-/AOh14GiNIjLJt_lQRhjbjhTqLuI78fU4RnvDnF7_Bzi3Jg=c0x00000000-cc-rp','13486358490203335051',29936),('AbFvOqmisgtRjS6Y5tb9Ux-OYOBHRI2M38Zfjmn3KtP57lV7t62DNy0PPLak_f908C89pZNLcluwZQ','I visited this ER yesterday due to acute pain in my ribs which turned out to be a fracture. The lady at the front office, Teresa was extremely nice and helpful. She was very kind and comforting right when I came in.\nHowever, I have to brag on Jorge Madrigal. He was awesome! I was in pain and I did NOT want to be there. He made my visit. He was very funny and extremely kind. He walked me through everything that was going on and told it to me in terms that I could easily understand. He truly made my visit there.\nEveryone was super amazing and kind and even though I stayed there for three hours, it definitely did NOT seem like it. I was being waited on and talked through things. This was truly an amazing experience!\n\nThank you all for everything you did for me. I appreciate it.','2020-05-27 23:34:42.951000','2020-05-27 23:34:42.951000',5,'Erin Dombkowski','https://lh4.googleusercontent.com/-Rkewwxgp3DM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_znnpuJJ9RjXlIq_tP-LA0sxexQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32080),('AbFvOqmISGvCwiNoeD39x31g-YK6Hv-1gyvqsorGZI2Q9GxSPVUn79T7EXXF0nNQr9oa8jC1rAE7yg','Everyone here was super helpful and the speed of the service was more than excellent. Kevin and Dr. Das are amazing! I would definitely recommend this emergency center!!','2020-09-07 15:43:07.222000','2020-09-07 15:43:07.222000',5,'Marquis Shelton','https://lh6.googleusercontent.com/-R6GfU_EJWZA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnhvsjhouyOU1bN4uIQMSZ1lgPfmQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31698),('AbFvOqmiSu06NmX0dn7u7Tku-g1fBny6fP9WeLEKB5k95ttZVkb3-2atak3mR1jgEFn1ogW7TqjjeA','Tobie, Mollie and Eric were awesome! They really help things run smoothly.','2020-10-06 19:54:23.410000','2020-10-06 19:54:23.410000',5,'Shelbie Scott','https://lh5.googleusercontent.com/-9ROxRDn7_NU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLOmWbj6TeixYQb9pmmRTAXoMvNg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39496),('AbFvOqmisYsDtanX2o624a-e2HpKVVdZimu1zTspJzBIyy0h6i9cIVMmkQtKl1_pzCejDSsGozGp','Everyone is very friendly. The ER is very neat and clean and you are seen fast.','2020-11-08 07:08:12.146000','2020-11-08 07:08:12.146000',5,'Denise Ramirez','https://lh6.googleusercontent.com/-I3RK7ieux5Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclLt9B1UBTA4GYtHG2puiwP56OeiA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42842),('AbFvOqmit_wNiQPuodD4t3CS0bQkuPSOvHUwkuVLLtnb-VaylN7JjI6ZQmYBu7YHafQJdFIdQ3hWqg','Very good service, they were all very kind and quick and answered our questions. I recommend people to come to this clinic for any problem they have.','2020-09-18 19:36:37.541000','2020-09-18 19:36:37.541000',5,'Kri R','https://lh3.googleusercontent.com/-mktWSOHUjCE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckhPxeLnISFiwdTNEyRx7REYzY0Ag/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29309),('AbFvOqmIt7TCH3SH-YO2fwxH1offWkp4DJSC9_PhRGdeOon37T3GUcB2Lr73EvXFc-Lfk5jO4nqJHw','It was wonderful Dr W Appiah MD Nurse Lynn S and REG Ashley S all were so helpful','2019-07-12 22:54:59.911000','2019-07-12 22:54:59.911000',5,'Leticia Mata','https://lh6.googleusercontent.com/-LpYI9DVTXng/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucniW-bW3LAw0IkHgGtVeADnhfLc8g/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38081),('AbFvOqmitNbzobfcpKJSC78Q82NF2Xq7yinuQ2JwRijVkOTd7CZoNLRzP-Wc3SlM8k54g72YSdqn','It was great experience. The nurse definitely put us a ease considering the circumstances.','2020-07-25 02:31:25.255000','2020-07-25 02:31:25.255000',5,'Maurice Williams','https://lh4.googleusercontent.com/-E_AqrHlslBk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucltNPV7HyJiuxEJqZtqjUdF17B6Nw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38783),('AbFvOqmitVwAmCTh8wjnfD___D-xUzTZHT9JvYnyWDlGGvAqAPmjW88AViVaPEeK0NfgdbeS-vAl2g','Quick service - I made the appointment and was called to come in on time and had no wait time once in the room. The staff was courteous, thorough, and very helpful. I felt safe and taken care of. Strongly recommend for an easy and well cared for visit!','2020-07-30 23:46:09.568000','2020-07-30 23:46:09.568000',5,'Kelsey Reid','https://lh5.googleusercontent.com/-O3cSkSiEeEw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck9LVx1bhhrivhbaaeZbz3_Ssj9VA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31827),('AbFvOqmIujn5jgQ_lvqJd0Tk_bR-sbc8W6oHT2IG9fBLMr91-VS5-yFgSP-3mCBqmOrVpXdEbUebWw','Awesome place, friendly staff, and very fast on attending their patients! šŸ‘Œ','2020-08-17 20:52:11.404000','2020-08-17 20:52:11.404000',5,'Marcelo M.','https://lh3.googleusercontent.com/a-/AOh14GhiEiHVVXQPNs6fPMczEUki-ekrx4zmMYGzVFRJrA=c0x00000000-cc-rp','14904078213800803294',32256),('AbFvOqmIVoMfWo1vYAF11uXSIY65Gs077ed1sDB3gfKBV9dWFTE0UF5BVI_qVoJzU5aAALa9Gln4','Very professional and thorough. These people care about the wellbeing of the patient. I am very satisfied with their service.','2020-07-24 15:01:47.217000','2020-07-24 15:01:47.217000',5,'Michael Dakkour','https://lh5.googleusercontent.com/-DBWKzosBGUc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmj8YBHZbB7v5nkATBy_0jp_7CK4g/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40225),('AbFvOqmiVWyEIkAZQRiNLJmTRKyFukU64qTsDn5I2n1e_aay8-O5BCNWpQNUMm20qGAEdG1SximPqQ','Extremely pleasant atmosphere, very friendly and attentive nurse, technicians and doctor! I will recommend this place to everyone.','2018-10-05 14:31:47.124000','2018-10-05 14:31:47.124000',5,'Dianne Jolivet','https://lh3.googleusercontent.com/a-/AOh14GgkGkgwiXfYGuwVx_lCrrxc02FFnQhE_Iit2643nQ=c0x00000000-cc-rp','14567670160750071148',30695),('AbFvOqmiVy7FZB2iJbo0JrUhzXVrVbph4RD1l1QlfnUGj2b5YBIRGcRgFqEicKOEfh_A2-CB5Q6uFQ','They were fast and very sensitive to what I was dealing with. The facility was clean and staff was friendly.','2017-05-15 13:16:18.877000','2017-05-15 13:16:18.877000',5,'Trevina Bennett','https://lh3.googleusercontent.com/a-/AOh14GigiWb9OXIcAMp9QVog-1r1_Iwo4SUkz7z-uX_m8A=c0x00000000-cc-rp','8918455867446117794',43523),('AbFvOqmiweqSIKaHcnFCQv_R-2nFmWx7lwFonK4voqY2vQoFl_yRNg_p_75g3BZ9h-R89UMWSgWO','I went in to get a Covid test and they were super nice and fast. Morgan Scott is the nurse who administered my test and she was extremely friendly and did the test really quickly and gently. All the nurses and people at the front were really helpful.','2020-10-29 17:45:36.236000','2020-10-29 17:45:36.236000',5,'Paul Ibrahim','https://lh3.googleusercontent.com/-KYwYh1ZphlM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmGpiRMpOeVCnEsqsQhD7SNV2IFYA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34090),('AbFvOqmIWkY4R24Z7UUOm2wzL27WA01fK1vD4KWqQGVeA7CWjAcqksI0zbGRJHtNS9SspMs-fhvjqA','Fast, convenient and safe COVID testing. Appointments available online and drive-thru testing was very organized. Would recommend to anyone needing a rapid COVID test!','2020-07-22 14:17:14.333000','2020-07-22 14:17:14.333000',5,'Stephanie Fultz','https://lh5.googleusercontent.com/-uhXlMGwUBdM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclGzM4e5OJCwSMYaFqJyZhdLvqrmA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30157),('AbFvOqmIX0gCNiZElg5PKOq1g7XUL9zVjia3-34HUMsbv2oli0ZA4h24k4a10eoHytVXqzLw10Y4uw','Adam and team were friendly, efficient and thorough. They took great care of me and got me out in time to catch my flight! I would definitely recommend them.','2020-02-25 19:16:16.433000','2020-02-25 19:16:16.433000',5,'Loma Miller','https://lh3.googleusercontent.com/a-/AOh14GjEmJiz7AYM5ziP0S964rW_nxLtHqTx3m1OzLSAPA=c0x00000000-cc-rp','16891069708558046635',35951),('AbFvOqmixbmVFvSqlnzLq6w39AKLjSfsgyeb77SysVPzySe_Y9ViqlPPJhmtOVSMKZ4ZB7gYtnOcvg','They always take good care of my daughter. They go pretty quick and address all our concerns. Everyone is friendly. They have a coffee pot.','2019-12-27 21:45:41.702000','2019-12-27 21:45:41.702000',5,'Christopher Garcia','https://lh6.googleusercontent.com/-abHRN6CAKNo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnp2A59Ho5vcG7K29d0ffLB06RUBA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39174),('AbFvOqmIXGpDty_ts0lR4vdEDdBgnFEWbzTqNpf41dS1-8QmZvgFsjCHI1V6foUZ4Fy5o8LGEFmY-Q',NULL,'2020-01-05 05:15:47.737000','2020-01-05 05:15:47.737000',5,'Ramirez Ramirez','https://lh6.googleusercontent.com/-Bt1KVmX8AyY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucniTpRATKdr2obk93KrdMzTCztJrA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41503),('AbFvOqmixhbgUXSUn8KAjy5V8mReienWxBC3wE3YNkCaQqw8I2EOJhaCNDVt8RrJSMaf-5jFHNsdcw',NULL,'2020-12-03 16:09:44.300000','2020-12-03 16:09:44.300000',5,'Kyle Marchlewski','https://lh6.googleusercontent.com/-JlOHTlhqzOw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckAXlac1cx0F62Rzi7ipw_jk3JRrg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31300),('AbFvOqmiXKj2WG-6HCyLRzDCmppk1r7ol5G73eZTdGXXzGLvVzszoud-zw_EA7MNW_2LkufD4VUh','Amazing doctor and nurses. Jennifer was so nice and patient with me. Mark made me laugh so I could feel comfortable. Dr. Edwards made sure to test me for everything. Thank you guys!','2020-01-15 15:27:54.232000','2020-01-15 15:27:54.232000',5,'Olinda Cardenas','https://lh3.googleusercontent.com/-qruZMDQ-LV0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckKEXSAJG09DMj1s-9AdFPHaINjHQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42501),('AbFvOqmiXL68MSDzAHYPh--ooPxc-D_VNoOCRYTtCn8gsW5jwQ_KiRgnjlvaDYscokSjEeBWB1rtXA','Awesome facility! Anthony RN, Morgan on the x-ray , And the Doctor were all absolutely amazing:) thank you guys','2019-01-25 18:06:27.504000','2019-01-25 18:06:27.504000',5,'Katelynn Brooks','https://lh6.googleusercontent.com/-GPFnPV_lDZI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclh54yb50AkgDY_IOfcpbgHfB1Ndw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35037),('AbFvOqmIxVej0FQRHX2symMsRh6c_HA0WV2W754vpHjLcvVcR8pA-PnGCRnWU96TDlRlb6_OZVSH','Everyone was very kind and attentive to my needs. I went feeling unwell but left feeling amazing. The staff was nice and the doctors were very caring. I love this place and will recommend to anyone, if you want great care ..','2020-10-21 10:00:31.202000','2020-10-21 10:00:31.202000',5,'Divine Care Senior Living of Houston','https://lh3.googleusercontent.com/a-/AOh14Gg5b_uxl677qPEZdjkTXYoN14W7rt1WX96sNRR5=c0x00000000-cc-rp','3511292162159714121',40146),('AbFvOqmiXZMAwceBJpx7zNV61fNuxeK79IxBFZMkAkpTj_2kyxKKwP1aezBOCnthXgeBdIu7TNf-uQ','Best ER experience since I\'ve moved to Texas in the last 3 years. Super fast and friendly service and care. Hopefully I don\'t have to go back to an emergency center anytime soon but if I do I would definitely come back to this one.','2019-02-05 04:35:13.853000','2019-02-05 04:35:13.853000',5,'Janisha Caraballo','https://lh3.googleusercontent.com/a-/AOh14GgzVxEwxRrHAnuEvxwm_4wbnd5glckOKoXYrpLetw=c0x00000000-cc-rp','17898197009688164559',38306),('AbFvOqmiyba8MW6UIiOuZlvD7pY0fpbNQpgReTyN1bUx0EgNbjlUrRaquXapKNr2yjDURfI89d-vKw','Mr. Marcus and Miss Alvean made my daughter feel very comfortable, she was not afraid one bit. Dr. Chakwvma definitely put a worried mom at ease! Everyone was very friendly and reassuring, will for sure come back with any future worries!','2019-06-05 21:46:07.387000','2019-06-05 21:46:07.387000',5,'Amanda InGold','https://lh6.googleusercontent.com/-Y6-Y3Vr9kxI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmwrCcXvkq5vM93yP9U-J5NqF5WVA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmIyN-g8bYeDLbeR3wBRSZv-SN3aIpS6GbKf949e2fYV5pba8H4gKVtvkDLgIUK5VH_IJsW','I highly recommend the Montrose SignatureCare Emergency Center to anyone who needs health assistance. Dr. Miller, Laura, Christian, and the rest of the team were helpful, patient, and got me the care I needed fast! The facility was clean and well-equipped, I was very comfortable.','2019-01-31 18:42:00.236000','2019-01-31 18:42:00.236000',5,'Madison Ford','https://lh3.googleusercontent.com/a-/AOh14GiLf3GybdVTVJ7cGWKL8JshOwYjY9t58dtj4z_BSA=c0x00000000-cc-rp','3511292162159714121',40663),('AbFvOqmIYpNXp5jVKPvpDbgsdFDap7zzZ-OT9TkkD-t12mYblqufDs0z73mcCr_r7zw15qwks0fbXw','Amazing service quick to processing, Sarah and James were amazing super cool and had wonderful bedside manner','2019-08-06 05:04:07.472000','2019-08-06 05:04:07.472000',5,'Tiffeaney Lopez','https://lh5.googleusercontent.com/-IQfK-xkN5NI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmMBW1LTUSwaF8ptTslimvSGOwyrQ/c0x00000000-cc-rp-ba2/photo.jpg','17898197009688164559',38046),('AbFvOqmiZGMn1dOjlTbeD-eTvu9o_98j914a3k74Y54wt1AdKqE8WUG1Br2hI2lmizFisEKnzf4dHg','Great experience and the front desk person Mercy was a huge help! Definitely recommend and we were in and out in 30 minutes !!!','2017-02-12 20:19:37.933000','2017-02-12 20:19:37.933000',5,'Nicole Sitz','https://lh5.googleusercontent.com/-npZstZ87wcQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-QOR7Smz48YKnEEcNM-EhNvFV1g/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31102),('AbFvOqmIzjEzKxd3ginA0z8qxaF4crO1dEJu8aFOpyxi5eKCeoP2ii8CM4PEtdTHIkGcZrmUK_ZG','Just had an amazing ER experience with my 7 y.o. daughter with a ruptured ear drum. Going to the ER is never fun but when you have a team like Robin, Billy, Courtney and Dr Simmons we feel beyond blessed. Fast, efficient and compassionate.','2019-02-19 03:57:12.024000','2019-02-19 03:57:12.024000',5,'Karen Dozier','https://lh5.googleusercontent.com/-KQ0SgIfwDDE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKXNpetoNO_NZN0NGX8H2N8ncb2Q/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42146),('AbFvOqmIZL_qTaKv_3l7V8u_1KHamLXCrPqcivu1K81O1yHWq1b6dCSHvu5bMCNh9WPD0ysIPgafgw','I had a wonderful experience and was treated like I was the only patient. The facility is a great facility and the staff is very kind.','2019-06-04 19:30:43.862000','2019-06-04 19:30:43.862000',5,'Odessa Edwards','https://lh4.googleusercontent.com/-i0LZl0KCBfY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclCKC2OvBtlKJXxpkvWlaOmITMbMg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmizscadNGo5QUN3U6wKwZSDQV9iM7YJHXb3GT66_qawOvKYKu-2GJNOJ4-5SP6aTjU9MIR','Best experience I have had in an ER or minor emergency center. I went in severely dehydrated from food poisoning, the staff was amazing. They were warm, caring, sincere... honestly I wish my real doctors were as awesome as them. I was seen immediately and they started treating me right away. The facility is well equipped and they even sent be home with my EKG readings for my cardiologist to look over. This will be the only place I go from now on.','2017-06-12 22:38:16.211000','2017-06-12 22:38:16.211000',5,'barbiegrlpixie','https://lh3.googleusercontent.com/a-/AOh14GjJuuJzaELK-0HysmGER6T_3Ay8FVM7KouQ9ILFng=c0x00000000-cc-rp','14904078213800803294',32671),('AbFvOqmIzvQvuGlSmbAUmsoYi945uJd7XFmSl-Ux1ogSL1cJMTRAZtqqOTDuMfZwGC8HouHZWXh_Yw','Cody and Brenda were super positive and made the experience easy.','2020-11-23 17:47:48.440000','2020-11-23 17:47:48.440000',5,'Robin Ray','https://lh4.googleusercontent.com/-UuTQcT9pFno/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclD9PdZxLE6MuXr0EvgRtTqn6iBLQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38418),('AbFvOqmj_kRbwFf5gjTtMCqjfeNRdd26_MRZvJnj5KhD691vnvUuFx0z3Xt-QY-KQWON_FXKYJ47NQ','Amazing service. Nurse was very kind. Was very concerned, explained to be thoroughly how to take care of myself. Gave me a warm blanket and made me feel great.','2021-01-16 22:51:34.963000','2021-01-16 22:51:34.963000',5,'Subhana Ahmed','https://lh4.googleusercontent.com/-Ge7e0McFjD8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclmBm_nGnZaTtDT2fitwMZckNUarQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',44555),('AbFvOqmJ_rSlJMauum5oftnSUvPxkKWM-t14Sy3AmARlhHmw2VfnIousVSrY8dLQ4qsfsiUEmWaF','I went in for throat pain at 2:30am, turned out to be strep. I came in feeling just awful. The young lady at the front desk, Jessica, was wonderful. Prior to arriving, I called and she even offered to send directions. Her pleasant and helpful demeanor was the same in person and already put me at ease. Gustavo offered a warm blanket, which I kindly accepted. Nurse Conrad was just as pleasant. I was uneasy about getting a shot and he shared a personal experience that made me feel very brave. Dr. Hehman was very knowledgeable, kind and attentive! I knew I was in good hands. The security guard waited outside, seeing as it was very late as I safely left. This visit exceeded my ER expectations by far! What an exceptional staff you have!! Ps... no wait time :)','2017-08-13 21:35:57.115000','2017-08-13 21:35:57.115000',5,'Michelle','https://lh3.googleusercontent.com/a-/AOh14GihVMd-MJa5A9cnexCxw_Jgzzw3UD1eQl1ZMWgC=c0x00000000-cc-rp','8918455867446117794',43491),('AbFvOqmJ_sL6PlwKk0RnHbKLm-mtdfBG_Fx5pSw3ShVPjuoqv8_9PEXOmsBDyxM-VcF2v8rJiaaS-w','I took my mom to this ER location, the staffs Sarah Y. and Kris S. are very friendly and helpful. I called before coming, and they answered questions very promptly. Absolutely recommend this location!','2020-09-23 14:40:56.815000','2020-09-23 14:40:56.815000',5,'Dan Li','https://lh6.googleusercontent.com/-SKoVxy1Tj9w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmfRQga8aYlh7Q3KJ8LdRGBSZILGw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37541),('AbFvOqmJ_tC7qODN8DheIPcAMB5ViUaRUPA9BhR5HZOmwxMr5smDIqOd5X-E3NFIcJebBnu3DmdohQ','Great friendly staff, was assisted right away. Cody & James treated me with so much care I was super comfortable. James was a great help as well on checking in. Highly recommend!','2020-10-07 16:03:00.918000','2020-10-07 16:03:00.918000',5,'Charlee Harrison','https://lh3.googleusercontent.com/a-/AOh14GgNAtBRSPziMT_DzaYMgwtHV2yyihDqbMgF0Xny=c0x00000000-cc-rp','2077061009497551125',38489),('AbFvOqmJ_vVfNHqsVKqduL0iAaSET3HWq79bGO7LaKfosv893UhU6gHwVBMqiSQPBUM1o4g2hSqKzA','Worst place to get tested!!! If I would’ve known the wait time to get tested was over 3 hours I would’ve went elsewhere for the same prices and results for antibody and antigen same day. Staff was rude and the young lady at the front desk wasn’t even wearing a mask.\nI had an appointment at 1AM, wasn’t seen until 3AM and was there until 5AM. Its been two weeks already and I still can’t get my PCR and antibodies results. It’s ridiculous.','2020-07-30 16:06:15.272000','2020-07-30 16:06:15.272000',1,'Yulisa Castaneda','https://lh3.googleusercontent.com/a-/AOh14Gh6hSvWhfMgdIbAgeBGj272dNl9UJTArMDW5hlw8w=c0x00000000-cc-rp','14748677429039074158',31829),('AbFvOqmJ-_zN8yU7lcMAzJ7o8kMODfUU3ojrSjbPUW9gKWnd3fcasf3F8WjxNT3VGUAk73Y4n0ouUw','(Translated by Google) Luisa & Graciela are great\n\n(Original)\nLuisa & Graciela are great','2021-01-17 15:29:43.360000','2021-01-17 15:29:43.360000',5,'Jennifer Guzman','https://lh5.googleusercontent.com/-PP3ihIN8Xfg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclc4aozSXREsMBoFzOZeP9JBtBJ9w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32927),('AbFvOqmJ-3pbkRnTshnSNgmCV5AelYrRChuKqFjvEEjPUkYZil1p0sFR9BEo6NvDB_03z6SJAcbGNw','I had the friendliest, fasted service! Staff was informative, kept me calm during a stressful test and were so friendly! Nydia, Cody, Sam, and JD were awesome! Highly recommend this place for all emergency care needs.','2020-07-28 21:27:25.573000','2020-07-28 21:27:25.573000',5,'Nicole N','https://lh5.googleusercontent.com/-aMOB_G8Mz8o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclbJpWayVzqDgT28k1vh6PWWjTiLA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38724),('AbFvOqmJ-jaE_3n5xg9NJTPMIvrMpGT0Cp2-GZjzCsD3XgFXVE0P_5gCk289goC3C2bVjw-V_HtYaw','Amazing staff and I was not waiting in waiting room all day to been seen. Would recommend this emergency center!','2019-10-23 18:43:56.712000','2019-10-23 18:43:56.712000',5,'daejenera morris','https://lh3.googleusercontent.com/a-/AOh14Gib24cGJNwL3qWym4K2f_WFLRWfodt9Ol6ua6fxIw=c0x00000000-cc-rp','2694018788013845459',39230),('AbFvOqmj-XwTyXbOQK5Rzc-tHXEnC6naH5foppHcpOTwiVC_Rs5NB_RhS8b5calcbP-AjL7OtCylew',NULL,'2020-10-29 13:49:22.862000','2020-10-29 13:49:22.862000',5,'Latonda Crisp','https://lh4.googleusercontent.com/-_A2Wkoqwjvs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclAKYsp6y4DZwnNznxZxWQt4zNU6A/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29284),('AbFvOqmj0V2Hc6kZT97KTxUXYwZHfZZsMIOxmFJq4g0cLuqG8UUgjGw1kfV4Zxl0TWUmOhkDhA0mzg','I had a wonderful experience here. The front desk ladies were so nice and helpful. The nurse practioner and doctor were also very friendly and receptive to my questions. They took their time and didn\'t rush me even when I looked so confused. I would definitely recommend this place and come back here if I ever need to.','2021-01-08 03:25:02.943000','2021-01-08 03:25:02.943000',5,'Samra Baig','https://lh3.googleusercontent.com/a-/AOh14Gj3AsCDBcm_PaRi54R87K7x1wVJyD7njMyDT4ylxA=c0x00000000-cc-rp','12541597562633926366',44431),('AbFvOqmJ1DIsILSW6x-w5MZs93DUsUbdm1RJ-P69wUy5BEj4RuvSciT83FY0bkwpYMhwLbgn8bMn0g','Keera, it was great','2019-06-08 21:49:18.311000','2019-06-08 21:49:18.311000',5,'batool naqvi','https://lh5.googleusercontent.com/-aB5KWXSKC3o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucldU0_HoysJjE7zUiIOtyhkIQjr2Q/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36771),('AbFvOqmj1P7Q3cE6XrG0mCQcvWrkKwLH4T14FbABvY7mmZ8Ux8XG2UztufZSUdRy9qV80pVugw2lrQ',NULL,'2016-11-14 04:09:01.564000','2016-11-14 04:09:01.564000',5,'sabrina claborne','https://lh3.googleusercontent.com/a-/AOh14GixSsuKAdl3Zjr_RrnTXoz9iPjkUQ4n4Hbn8es5vFI=c0x00000000-cc-rp','17394740196501090048',37273),('AbFvOqmj23BfdgW-48LN2NH9XLMd2b85AscJN0fAeDdAl_ZL5UUeDATl1KjHyUOqXhlQxBcUPc94Hg','Dr. Henderson was good to me and Karen my nurse has amazing bedside manner and Amy treated me right and checked me out quickly! I highly recommend this ER!','2019-03-20 05:37:46.008000','2019-03-20 05:37:46.008000',5,'Ahmanda Polk','https://lh3.googleusercontent.com/a-/AOh14Ggj15whkmSUQwGtAHAtYv4xo_og34171v0FzTs0tw=c0x00000000-cc-rp','17394740196501090048',36809),('AbFvOqmJ2u59RYtawyu4ATJQ6RIa8KqN0MRpqtNdzBm1kvDR3GL9g29BfJjP0o3ILXGtBmih9XY8xQ',NULL,'2019-11-24 17:16:55.290000','2019-11-24 17:16:55.290000',5,'RollaGangE110','https://lh3.googleusercontent.com/a-/AOh14Gg7KmGaYOxCkOB4l4zxI6YIbujg-pKxFYsZXDF6Aw=c0x00000000-cc-rp','8679688254631342173',42569),('AbFvOqmJ2xYYWg3VdqtbNPIM9EBeo9zZyBSqZ1ghRpEvDCXDQCk1d9-8IRSvHmLylePVJum479wz','The nurses and doctor\'s are great.','2018-04-03 00:25:01.221000','2018-04-03 00:25:01.221000',5,'Brandon Haley','https://lh3.googleusercontent.com/a-/AOh14GjLGZ_71jKFzHZZKBUq6Y1pjb72G6INQ-i30_6T=c0x00000000-cc-rp','8626688543755174284',42233),('AbFvOqmj4BKhbyLonDUwa1OB7tLsUIvSGHwq2cnFN1lSwT4R3-ndAFq3x66fYYyNmQibJZyEb9nc','Doctor Vakey and nurse Jacob did a great job getting me in fast and getting me taken care of. The front desk Naomi did great along with the techs Becca and Morgan.','2019-09-23 20:19:57.126000','2019-09-23 20:19:57.126000',5,'Andrew Doerge','https://lh5.googleusercontent.com/-MQObWeax50k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVjAiodj5GI6NYlgBPWAKVhkYIuw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34651),('AbFvOqmj4RXbZiNH5cQnKJUISrIwWezx8awgoemE4v6oJ5WuLIBUF6jgaAXPZB9UwnjjM-Q8VH3OXg','I worked with so many amazing members here and all of my needs were addressed quickly and professionally. From the front desk staff: Dalal and Natalie, to my nurse: Sunny, and Dr. Estevez, I was treated amazing. I would recommend this place to anyone in Houston!!!','2020-12-11 21:01:11.538000','2020-12-11 21:01:11.538000',5,'Chelsea Clakley','https://lh4.googleusercontent.com/-ChnYOv2iOVs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclA8i-eMtG4XoQBmEVp8grU75SrDA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',29988),('AbFvOqmj5A0b_4cXhU3HTdFxR1ByxC5cKSf7E1gCwHaOUqLmqe4GN4o2I60ebhB8y-glVa5w5faKAw','I burned my hand pretty bad on a Saturday night and lucky for me, SignatureCare is open 24 hrs! The staff was very nice and attentive, and I received care almost immediately after I arrived. Also, they took their time to explain the proper care and what I should look out for with my particular injury.\n\nThank you for the best ER experience that I have ever had. I really appreciate the humane treatment that I received.','2017-05-21 14:01:00.903000','2017-05-21 14:01:00.903000',5,'Alejandro Velez','https://lh6.googleusercontent.com/-CfNBnxyTmTU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKRVHhcEFgxI0SaGnbXJU2ocBkDg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35426),('AbFvOqmj5IW6emdn_RgGLYy7zeUoFYQ0PG4-JMYPaLyGrjJAs0WJYKKMGKe-6ULkG5juD-cyhhTy','I recently moved to Houston and was very reluctant on going to see a doctor here because I don\'t have many contacts/references to ask. However, I didn\'t regret my choice for a second. As soon as I walked in, front desk staff were welcoming. The wait time before I was called back was about 5 minutes- the fastest I have ever been seen by any doctor!! The nurse, ER tech, doctor & radiologist were so kind, caring and warm-hearted. They made sure they were thorough in the tests they performed, and they asked me constantly if I needed anything to make me more comfortable. I am 100% likely to come here again if I ever need, and definitely would recommend this place to anyone and everyone in this area!','2019-11-18 16:10:07.038000','2019-11-18 16:10:07.038000',5,'Anmol Patel','https://lh3.googleusercontent.com/a-/AOh14GiKUSaHRsln1ugomGaQRaIEiG-W08dRKLeKd2BP-A=c0x00000000-cc-rp','17898197009688164559',37873),('AbFvOqmJ5jpulKUl6RHeVnP5Fy02uMgicE9Vpa8dJnyafN_eBrVD8itkQfnZrxZlaeegjhayEbj4','Fast friendly care. What more can you ask for. Sita,Vanessa and Allison were very kind through the whole process. I would definitely recommend coming here for your emergency needs.','2020-11-26 04:35:13.214000','2020-11-26 04:35:13.214000',5,'Juan Lerma','https://lh3.googleusercontent.com/-I_-GGvj0fSo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmfDYff1l6gxeWFNIBN84kMukQwyw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29251),('AbFvOqmj5uhhPqv7RiJCtY3WK2Yl5O0ugqgI9TVx5iA-NDTp5KsLhJLToVfLR2QBCUQLY2Kfflq9','Cody and Brenda were awesome. Got in, got stitches and got out. Quick and easy','2020-10-30 14:28:25.051000','2020-10-30 14:28:25.051000',5,'Scott Bayreder','https://lh3.googleusercontent.com/a-/AOh14Gj7bIPcuFBz8BBFOWtPqyOXKrsJA53-x0C9anQoTw=c0x00000000-cc-rp','2077061009497551125',38450),('AbFvOqmJ5X2nYa_SyyxhOHH8a2K600IjQebB1HqAOZU9YoWoH3Jg0dJKGCJspTTAmxQ-Ek-9tFK1mg','Laura, Jacque and Brittany were awesome.\nThey took care of me and were very friendly throughout the entire visit.\nHighly recommended šŸ˜‰','2019-01-08 16:45:36.654000','2019-01-08 16:45:36.654000',5,'Pollly Alvarez-Neri','https://lh3.googleusercontent.com/a-/AOh14Giyplm8Vxc2qzE3PWwOwL7rilKrJefmpxCFpvvVCQ=c0x00000000-cc-rp','3511292162159714121',40743),('AbFvOqmJ5YfVIjKbSEXd6y9VjfxD4_0P95byCyFUuAss-a346qbV-hJ4uMxs74NTf0Tr9f7NgF-fgA','I got my covid test done here and it was a quick and easy process. Staff very comforting and it was a pleasant experience.','2020-09-01 17:43:53.912000','2020-09-01 17:43:53.912000',5,'Zoe Sugar','https://lh3.googleusercontent.com/-cvlbz8WpL_s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckUxUOE_Z1sq1-aoHGmOX6Jl8XRqg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38553),('AbFvOqmj61i-mZa-GpYnBVx3Ub-24LLvumYkM9DFEB8Zo6jR_tUSwlNGx5w9qKkNlQXKXJiwCZCLZg','The staff were all very professional and extremely polite. Ms. Abigail and Naomi were extremely helpful! Highly recommend their service here','2021-01-12 16:49:19.543000','2021-01-12 16:49:19.543000',5,'Chef Mcgee','https://lh3.googleusercontent.com/a-/AOh14Giw7vwkjKAx0wiC5Use5Ua0ztPmkcx_-eChwLfa=c0x00000000-cc-rp','15979470999169074295',44475),('AbFvOqmj6wDebqq0KfWoDrztv0RFGrsrjhxodiK5-ZurZpsxt005w4sn9OS80AFhHHas7mxlLUHE','Dr. Jordan and crew Linda, Kara, and Christie were great. Came in on Christmas day with a dog bite they treated me with kindness and in a timely manner. I will refer them in the future.','2018-12-26 00:26:36.231000','2018-12-26 00:26:36.231000',5,'A Wherry','https://lh3.googleusercontent.com/a-/AOh14GieG7wtXp3fEdSb-PdbNDYLj5TztfLmSMIAn04SgA=c0x00000000-cc-rp','3272657195432704501',39986),('AbFvOqmJ73nUxI9T2O8TOgCf4PvdesioqDTV3Me8X5IEF70_LWib3vsuam0BKrgTbvZSThcF5myA',NULL,'2017-04-09 21:07:29.061000','2017-04-09 21:07:29.061000',5,'Roxanna Sanchez','https://lh3.googleusercontent.com/a-/AOh14GgFtf3i5YO2QUyKzkpxa3XY5zhaBPn1iEnpjv5GpQ=c0x00000000-cc-rp','14904078213800803294',32692),('AbFvOqmj7iyl9QdeGZny9PAuTjDlZPnDCvAHT7IlPApGmbw7hGHYV-4bl3A_KiXzgqSfipKOQNxzeQ','Friendly staff & doctor with lots of patience for my 2 year old! Thanks! Will return whenever our next emergency happens!','2020-11-03 02:35:48.619000','2020-11-03 02:35:48.619000',5,'Morgan Kiessling','https://lh6.googleusercontent.com/-IQu49VO-WIA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_eje1CCC7q0CDogEqCuJB3T6iLA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29275),('AbFvOqmj7jebU7oeIE3PxA6XZzyRw1BSOHCauqz4FGewelj6yHVouW77lsjYUuhNY6o1o2DcwWHTIg',NULL,'2019-05-23 06:29:40.394000','2019-05-23 06:29:40.394000',5,'Tasharion Callaway','https://lh3.googleusercontent.com/a-/AOh14GhqpvfBb89KqaN2-ESx5G0fw16U5uvpb0wbSPkv=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmj7nwpydaszIGdWcAR409FP51KpfVsnRSM3vQOgxzT3z0cczyJEjAaBw9ofUoRdWK-7KGV1Q','Very fast and effect! Left feeling way better. Will definitely be coming back for any other emergency.','2020-10-14 02:26:40.513000','2020-10-14 02:26:40.513000',5,'Becca Jackson','https://lh3.googleusercontent.com/a-/AOh14GhM-zj6lpWIrgo23h4iXuzOPaEnK1xMN8CNEN7_Kjs=c0x00000000-cc-rp','2694018788013845459',38924),('AbFvOqmJ82n8EHkG5k32CtXd5nrWZb0VX7rWs4ZbwiGavvQyNHGcmKNeeI42tOE4kRolJTJnR3tt','Awesome staff and service','2018-01-13 19:37:59.741000','2018-01-13 19:37:59.741000',5,'Donovan Forman','https://lh3.googleusercontent.com/a-/AOh14GgMEmom8wkwehvgSTZNZ6wOzmFAh9LYT0LOE5pO=c0x00000000-cc-rp','17394740196501090048',37000),('AbFvOqmJ8XT2l1r7OKIFFw2eoo00YQxwvTpG-DyiFXpEKaKU9MQfKVlyqKQLbJgyWeBxvJKJoyY1jA','This is the best ER I have came to.Very friendly and fast service.Thanks so much Dr.LUIS ORTIZ!He vas wonderful!Thanks Veronica too sweet and fast nurse.Highly recommend this place.','2020-08-19 15:18:27.026000','2020-08-19 15:18:27.026000',5,'Ana Popovic','https://lh3.googleusercontent.com/a-/AOh14GjyUDg5vvjgBX2Gp61pTtCWFyxGLu-qoy9j3J2G=c0x00000000-cc-rp','8679688254631342173',42315),('AbFvOqmj9o24t9H5WH1K4ff5bT_d4pp_Blz33ZPCkiP1baaMQZF_CC8ppNXgz05g3sUCJmCiDV3RlQ','Thank y’all so much for taking care of us during our visit! Skyler answered all of our questions with great empathy, Jennifer was very nice and gave quick service, and Brook made us laugh and feel very comfortable!','2019-07-20 05:54:01.792000','2019-07-20 05:54:01.792000',5,'Kristen Bennett','https://lh3.googleusercontent.com/a-/AOh14GhmJjN3o3TByvVSUMaETVnt96ykqUzL2-NeC_Hf=c0x00000000-cc-rp','8626688543755174284',42021),('AbFvOqmJAApVbn_qESTWUqKvmmx-DrdvOmziwXH4qInkyj0k2ksmQAM2Kf-VmaPjW7VGjFijV3jnsw','Tammy Rangel, Brooke Green and Ashley Burton are so amazing at their job. They make you feel so comfortable and make sure their patients are well taken care of.','2019-12-13 03:56:34.805000','2019-12-13 03:56:34.805000',5,'Brooke Rangel','https://lh5.googleusercontent.com/-MwhXAS_iNIs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmPda7-Yol9F1HpTFwC7bKHm-AN4A/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41981),('AbFvOqmJaFaoFGs7DseocEj6u1YATy5E17mzXD0jgi77gVVqBfksuPfY0gcaXcXjBGmirTI6r_9KMg','The people at SignatureCare are great! From the front desk to Dr. O Malley & Ekaterini were very professional and helpful!','2020-11-03 22:57:10.582000','2020-11-03 22:57:10.582000',5,'M C','https://lh3.googleusercontent.com/-0aD5b6NzZ6M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnWndOrQwxG_japiVopUZmvwVkO6Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33002),('AbFvOqmjAGvepE_-etmzttHvqiOt8H0T3P9NKcdwUgldmxOc15CBCCw1a2oLlLciAHwnn1U5sdum','Very friendly staff! Explained everything, answered all my questions. Highly recommend.','2018-03-14 18:27:42.193000','2018-03-14 18:27:42.193000',5,'Clay McComas','https://lh3.googleusercontent.com/a-/AOh14GiaMoYIIu2DCvnFO7GLIuNA2aqKz5trWpeW1lj0=c0x00000000-cc-rp','17394740196501090048',36972),('AbFvOqmJANxssH2S2p6dx-DNxsBq5VzGNPxzc2m4fPcCc7fB3cNNwC8yQi3EOBi_peCpGg7JVXI26Q',NULL,'2019-09-21 21:37:26.734000','2019-09-21 21:37:26.734000',5,'ClownXD_','https://lh3.googleusercontent.com/a-/AOh14Gi7boLhlVjcJYPxaWbMuFCaF2T50kZ7Lhj7X3TY=c0x00000000-cc-rp','6521947413723274945',41596),('AbFvOqmJaV9FbfPOMksxfyc2FqZSbnNTzkWvX7mdn-30SaBMK7R8fOJOE6EQs_BqiiMuUMLxHL5eug','Anthony was very attentive and everyone was very kind. They did everything in a timely fashion in the best way they could. Had a great experience!!','2019-04-29 22:43:01.717000','2019-04-29 22:43:01.717000',5,'Alexys Kenvin','https://lh5.googleusercontent.com/-gK4mNmlg9Ks/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmGjwUPxzY-VVK91d_JnNbsIyMO2g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34868),('AbFvOqmjaZ0Lqd9Uc0wjr3U7nx4k1p5EI_hZt3RKS0l_FfcSughrY58xXIVs27RiCZ-T16JdQDikJA',NULL,'2016-04-30 17:06:15.612000','2016-04-30 17:06:15.612000',5,'Jessica Rivers','https://lh3.googleusercontent.com/a-/AOh14GgFGOkLoQNMIh8ZkKigxjGHfFS05IAnkXeAAw4veQ=c0x00000000-cc-rp','17394740196501090048',37357),('AbFvOqmJb7F8ZtY-TP8jeF0Bx-NZYRWsycCR4EpanAlAChQEIdAtAfVoE7hj2HJteeihECPK24cY-Q','Georgia was very nice good conversation','2020-10-08 00:50:13.375000','2020-10-08 00:50:13.375000',5,'Dominique Taylor','https://lh6.googleusercontent.com/-G-TBVeLTvTs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck9QBvnaH06LAWwO_YRX_5bvmussw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31539),('AbFvOqmJbfNXjFAjTVhZX_dCRj3kYXCHt6lLXm41wzekB0yYX-XsNS1oXwRjKiziHhfGdcWUt6e68Q','The lovely people at SignatureCare emergency center was great! They were very expedient and pleasurable to encounter. The have wonderful waiting for you guess. They also have great bedding areas where friends and family can accompany you. Dr. Kimball was awesome and so was the nurse and cray tech. All in all it was a great experience from the receptionists to the doctors and nurses.','2016-08-22 06:29:40.738000','2016-08-22 06:29:40.738000',5,'Christie','https://lh3.googleusercontent.com/a-/AOh14Gh_Kioc55d_c5XoSpC6VVts9G0ZEZi-113J3Bv_pA=c0x00000000-cc-rp','3511292162159714121',41179),('AbFvOqmJbihVoEkDY0QI6EGTCppfmTtU_oMDX18GvCGYeteiAas0eAKRuJsRSZaeIEhFcj53yOLtaw','I wanna shout out to a girl named Dee. Dee was kind, knowledgeable and very helpful! The best experience at an ER šŸ‘šŸ¼','2020-09-19 18:53:45.766000','2020-09-19 18:53:45.766000',5,'Jessica Rios','https://lh3.googleusercontent.com/a-/AOh14GhhYIbVbZ1l-hW_mH2J6Osghtagf1amR2KvE_xB=c0x00000000-cc-rp','12541597562633926366',28539),('AbFvOqmjbk_U1FAuzqsv6TE56xmrCqhwBhdUV1lj4rPhexBIVEMx1KBmOukGobZBPQEVxKS7sEdQDw','Everyone here was very nice and helpful.','2020-12-01 19:12:22.669000','2020-12-01 19:12:22.669000',5,'Crystal Mable','https://lh6.googleusercontent.com/-DC-tdip5TjU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZ2xfTVuvnPlQXESvbWidWGltong/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34064),('AbFvOqmJbVFg2spxzOexfD9bP-CDiCPMls2TeYnNu3B77IowaaXlh5XUTfpz6sZGHIKY8cV5qxSTAQ',NULL,'2020-06-16 22:32:17.631000','2020-06-16 22:32:17.631000',5,'Jay Hicks','https://lh3.googleusercontent.com/-i1dtn6Og_lo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnr7z_ME04TBgqjdiF1ko0MeS-gBA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30195),('AbFvOqmjBY2PGjAPwScEErQtEM8lGMS6tsY1b4htonVjtpMBwUhyssxKpkJT11IG7lSwJG9K8ckMBA','Kristina, Laura and John were great people','2019-12-20 16:16:29.269000','2019-12-20 16:16:29.269000',5,'Sam Sam','https://lh3.googleusercontent.com/--No0weXzqCk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclH_9s0uexO86JJqlLwH6N9nhkjzg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28926),('AbFvOqmJcI1SnXXwDEAYDEf8aG6AOVdX1faeUjO0WaITNwVeWfpkK58MI3yGZrxwmZfIrUsT3fPrvA','My experience at Signature Care Emergency Center was great! There was no wait. After I filled out my paperwork, the nurse, Karen, was ready to see me. The doctor, Dr. Yost, was very friendly and thorough. I give Signature Care Emergency Center 5 stars without hesitation.','2019-01-13 19:20:25.005000','2019-01-13 19:20:25.005000',5,'Franshicka Banks-Brown','https://lh3.googleusercontent.com/-HQKbLVRkfnU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnht6psCUcPIiiESkbIh0eI0AX6ZA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39961),('AbFvOqmjd4og4hjCwg5zj5LL6RsGEcsfKtzGuUduoh49d9nOzq3l-WMHbAIEAfgj2RsHuWDYCvB2mQ','I had a great experience at the SignatureCare Emergency center. All of the staff was friendly, and professional. We were greeted immediately by Rayven, who had us checked in at no time at all. I had to come to be with a friend, and they were super quick to get her in and see about her. Gabe took care of her, and did a great job. She was overall taken well care of and I would defiantly come if I ever needed assistance.','2018-10-16 01:45:57.707000','2018-10-16 01:45:57.707000',5,'Lindsay Leck','https://lh4.googleusercontent.com/-hRCOI4aTXi0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnd5_PbHeGJvv8HuoeQpd9sLWFNEQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35155),('AbFvOqmJdj8bySbkpYn3eezIZzxihKPFmIuIH_sycYnewCydeOHkC1JX1wCyR4gRz2_7E6MPW8GP','Went in in the middle of the night for one of my children. The service was friendly, fast and welcoming. Anthony RN, Kathleen & Dr. Harjai we all very knowledgeable and made sure my son got the best care needed. I’m so pleased with our experience!','2019-06-19 12:11:49.070000','2019-06-19 12:11:49.070000',5,'Sakinah Sutton Williams','https://lh3.googleusercontent.com/a-/AOh14Gh8Zvpgg-lGSUOdoLkUub0yVwgB-Mkr-_DqysVPgQ=c0x00000000-cc-rp','16590124370714063921',34811),('AbFvOqmjdq1d2Y8tY-nRdmtSMZeckchffAUig_FHYVTNsWfWOuh5se7PHotGzoAt84YOk1YEMBQGYg','Dr. Golla at Signature Care is one of the nicest, most attentive doctors I’ve ever met. He explains everything in detail and takes his time. I would recommend him to anyone needing care.','2018-10-05 16:01:21.476000','2018-10-05 16:01:21.476000',5,'Alexis Duff','https://lh3.googleusercontent.com/a-/AOh14Gg5JQFDS-rwHuxj_yDKYCIddXwn1URB3xmGkw-MLQ=c0x00000000-cc-rp','3511292162159714121',40813),('AbFvOqmjDSA_eplj_W15NhRBBSUUK-1xQbs9hzaQ-40BSqzwLkCYwDygRN2LkApGKuZUYVqcrtnJbA','Greeted with care and concerns as we checked in with front desk clerk, She was polite and very helpful, Nurse was patient and helpful so as doctor the whole staff is phenomenal this is best emergency care Houston has to offer be sure to ask for the following Dr. Tran, Delicia, Duke, Reagan','2020-03-11 14:51:34.055000','2020-03-11 14:51:34.055000',5,'Mario Marles','https://lh3.googleusercontent.com/a-/AOh14GgJrEYCJCVioNhnJJT1oBUMloMsz7-hsqC4jYOT=c0x00000000-cc-rp-ba3','8679688254631342173',42390),('AbFvOqmJDusy8QOuQI2A0Uczgz0Lmtho0xohqIAff1kmj4fs7i_uVPa6T-rAhYPdy5iO_CGcVtmAgA','I\'ve been here a couple of times now and the staff is always very professional and quick to help. Special thanks to Adam, Andrew, Eric, and Dr. Lingan for being awesome.','2019-12-20 01:27:00.544000','2019-12-20 01:27:00.544000',5,'Stephen Frank','https://lh3.googleusercontent.com/a-/AOh14Ggh4z85JxrRIW7JqAI6PiNdkbGEtLFQ_O-ljsg-99k=c0x00000000-cc-rp-ba2','16891069708558046635',36037),('AbFvOqmJDVe7-700bjrlW9hpMpg8GsA-ZGUl9Wo2xgMh2TkMRJeyVxp_5jtD38V0gdUQV3frlO2pJg',NULL,'2019-12-29 05:28:55.672000','2019-12-29 05:28:55.672000',5,'Panama Rose','https://lh5.googleusercontent.com/-ntAT_GITC4o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm4azUPPmm6hV4Fjlaaqk9rQkdp-A/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36668),('AbFvOqmJdXme8Vkh7mAvTI2Xm_kw2-iktedgq_xTMCC37cUM6PaZKj3KLIJvyQfCNZXhvWV00oytcw','Very friendly staff en everyone was so helpful.\nLoved it','2020-11-06 21:02:14.431000','2020-11-06 21:02:14.431000',5,'kayla holm','https://lh4.googleusercontent.com/-SbUks-OqQ1U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7L1jXgvFttQ6c_bGdFWz0QJGF1g/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32163),('AbFvOqmjeMKkpY1OJFG2xQl2qt0wx3RBWyCfIKs_vyAsN1KKUkMGtvJqeff1sdZKoeSvRHB9b9x35A','I came here in excruciating pain due to an infected tooth and since it’s Sunday my Dentist office is closed. Despite me explaining how I am unable to sleep or eat due to the pain the doctor deemed it a ā€œnon emergentā€ service and required that I pay 175$ JUST for a prescription. I literally waited an entire hour to be told pay this outrageous amount or go grab some things over the counter yourself. THIS WAS SUCH A WASTE OF MY TIME AND DID NOT HELP ME AT ALL. During this time of pandemic and financial uncertainties you’d think they’d have alternative options to pay a fraction or less than. The only reason I refused the treatment today is because I have dental coverage but I can’t get an appointment with my dentist office until next week. I will NEVER come here again and I wouldn’t recommend this Emergency care center franchise to my worst enemy.','2020-07-19 16:59:23.767000','2020-07-19 16:59:23.767000',1,'Shari Denmark','https://lh4.googleusercontent.com/-RxpEK0AsFeY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl18iPK7Z690Ew5VL_5CbFKyaRs3g/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28593),('AbFvOqmjErWW2DeSP01FeeoWYLtdqmvlOYr62PNIHbEMqBf5N6FCHfWynJm-9IqI0ZQnbz-6do9s','Everyone was so welcoming and accommodating from the moment I arrived! They kept me updated on exactly what was happening and ensured I had a warm blanket and was comfortable while waiting for results. It was the most efficient ER I’ve been to by far! Thanks to Dr. Elsbecker, Shelli, Linda and Christina for your quick and wonderful care!','2019-12-16 23:23:46.218000','2019-12-16 23:23:46.218000',5,'Andrea Sour','https://lh3.googleusercontent.com/a-/AOh14GgmI_hijMRuj79NheIi0A_k3n-Ihh4M8Y4TbXqO=c0x00000000-cc-rp','16891069708558046635',36044),('AbFvOqmjESTCjrPRW05itKuQJN3fbQraSRaie2nBnovs-aHPPHflh76U7OrdYwJKsXo6MYqvci6e','Everyone was very friendly and helpful.\nKim- Regis.\nLucas-RN\nEric-RT','2020-02-28 23:33:56.075000','2020-02-28 23:33:56.075000',5,'Dawson Wooten','https://lh6.googleusercontent.com/-BwzlYZ4PoMQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucktMxQPnhjapsCtxvqPaNQMOmkaHA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39587),('AbFvOqmJetUXkdk4SEg3mmaPs0nNUamzCjamX7-rnhd4KCWyCoWEC5JEP-Cknjq_ocfj8ZWL45sH',NULL,'2017-01-12 08:03:45.152000','2017-01-12 08:03:45.152000',5,'Life As Ezinne','https://lh3.googleusercontent.com/a-/AOh14GjNwSKbkbnZyEoo3Jb0rIkPR0ZxiDnM70QYZ-lYHA=c0x00000000-cc-rp','17394740196501090048',37234),('AbFvOqmJF4KH1SpgOveKv-MNeuTphmuKIC24eTNPquiqvyU-1W1vUK3-zYZdh3HbpRtbsn_pGsYMtQ','Nikaela, Brittany, & Jocelyn was so helpful and my experience very comfortable. Great staff!!!!','2020-02-29 16:43:14.957000','2020-02-29 16:43:14.957000',5,'Tasha Calli','https://lh6.googleusercontent.com/-3SUnMdMXxeU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmC4FOnX5-CnH6Gac5q0OOXqd5nrw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33310),('AbFvOqmjF9qWRjDpvYiTrPjCNtPrfRbqaCdUIiLx7Ri3KR9xXWLt-3zL8MALCqcAFnfe9hhpMSi-','I really liked it there. People are nice and sweet.','2020-10-22 18:13:52.260000','2020-10-22 18:13:52.260000',5,'Melany Esperanza','https://lh5.googleusercontent.com/-TPXO6fW1m10/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclSKBgmPI0bbov0XzKy0wWybLz13g/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32201),('AbFvOqmJFcmhUbl77EYwi8gRjIyS5VNXAk7DrAcO49BEi6GF0WEIXt2JMG8QAZFat4CtpQ57UWcy','If you have private insurance, why you would choose to go to a hospital emergency room is beyond me. Maybe you don’t like a pristine luxury setting, friendly employees, a serene environment with no alarms, moaning, or screaming and professionals who are efficient, courteous and spend time with you. If you are allergic to any of those qualities, don’t come to SignatureCare. You’d be disappointed with an ER that treats you like you have a first class ticket and you pay the same insurance obligation as coach.\n\nIn two hours on a Saturday, I was checked in, treated for flu like symptoms and discharged with a complete explanations due treatment plan.\n\nSignatureCare, Thank you for valuing my time.','2018-07-07 16:51:34.532000','2018-07-07 16:51:34.532000',5,'Cedric Dupont','https://lh3.googleusercontent.com/a-/AOh14GglG_sRcWzKS2tPi1OS5QbVXSWZv3GALT8khlc2=c0x00000000-cc-rp','16891069708558046635',36384),('AbFvOqmJfdAfRezhvT1BbAqXmVdPXzLe4tscTasTyQtUZu7hcsvKSbEmeUkFsIgi68883EYMufnR',NULL,'2017-12-30 14:51:27.081000','2017-12-30 14:51:27.081000',5,'Amanda Baughman','https://lh3.googleusercontent.com/a-/AOh14GiJr-lU9oCHxxMgvE787ya2hVW_io_wC7HoBjiZ=c0x00000000-cc-rp','14567670160750071148',30919),('AbFvOqmjFEGE2sIW06a1rCWwLCJWE4mDtKHzBpsG5omcXl1eL2sZQP2z7toiJP9JnIGOCD-z_5n19g',NULL,'2018-02-03 19:04:37.840000','2018-02-03 19:04:37.840000',5,'MSC OPAS','https://lh3.googleusercontent.com/a-/AOh14Gie9MIuPHlZItM8FjJ28v51LSDcKdmFAn5o_BPa2w=c0x00000000-cc-rp','16590124370714063921',35315),('AbFvOqmjfgA8Qpelq2q5sXJdCv6ZyMC31-chp39V74pol5wsrjuisxiEqjCkFxnBdJdj3rgWrBsH',NULL,'2020-01-15 14:10:46.051000','2020-01-15 14:10:46.051000',5,'Gina Barriga','https://lh3.googleusercontent.com/a-/AOh14GjDyRP-2uFSh6dZIrkh8quSJTzmKAoRQ19ac8NN6Q=c0x00000000-cc-rp','6521947413723274945',41499),('AbFvOqmJFyqdTcly9R7ov5kyuY-osiSA4EGxZ-G40IO65v3vYq3koJ3tbornPDtDChepxk4QeuNHqw',NULL,'2020-10-03 15:24:30.415000','2020-10-03 15:24:30.415000',5,'Catherine Garvin','https://lh3.googleusercontent.com/a-/AOh14Gj8aGFONb6axH1Ao3tz7fTcacvmjDn7I6Xp2gd7gg=c0x00000000-cc-rp','14567670160750071148',30074),('AbFvOqmJghyJ-bjb5XgSNeGHZMw_iulVqctkC3-1n-0nwc2HVFXWU9iP4XUU841HXyf8VEk_FCvX','Each time that I\'ve visited I was treated well. This was my daughter\'s first time there and the staff was friendly, helpful and thorough. I recommend this ER to everyone seeking medical attention .','2017-08-08 15:41:48.085000','2017-08-08 15:41:48.085000',5,'Kaveri Crawford','https://lh4.googleusercontent.com/-vE7eksQ7vUw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckTW8aFAhKJXB-Fxio2cGtDB8bSuw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37103),('AbFvOqmjgLTimI7ncXCwiNB5fph5o14wZ_ND8rTnp2TMYdWxSWlCUNDBoNB5CCTJu25N_WKill8M','Fast service and very helpful staff','2019-06-20 03:49:59.246000','2019-06-20 03:49:59.246000',5,'Taylor Aldridge','https://lh4.googleusercontent.com/-OcOR3pHBUmg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucly_65jOKYLPJBl2rZhzQRUQd13uQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43245),('AbFvOqmjGpSGIGV0GP4vs4_lT1P8nOw5Gxx6fMRnBIp2-ALEa_XzwepsrOCoe0nSl3JYSXZK4Y2zkw','Great and quick service, without any wait time and all the personnel has been particularly friendly and helpful. Dr Datta and the team, Jesse, Joy and Amy have made the experience even greater!','2019-07-04 17:07:08.497000','2019-07-04 17:07:08.497000',5,'Michael Panas','https://lh6.googleusercontent.com/-_6DlzcBxTp8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck86ccqo5CDWnHaH7JVXy49IOTh7Q/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42679),('AbFvOqmJgsUbwp5an-FYlHcuIxHHIfGdxXAbnmS15SvyfTkRCvgc4gxRnuVdseF1tEeUKByWPnzE','Staff was very friendly and doctor was informative.','2020-10-09 03:44:54.025000','2020-10-09 03:44:54.025000',5,'david','https://lh3.googleusercontent.com/a-/AOh14GjBxYZ78FFVHoMFdqVJPP3x6SHRDrOsRKHIdp84=c0x00000000-cc-rp','8918455867446117794',42869),('AbFvOqmjh-3b1rPu-u7DnT-f2ysvZr-8kqvqa_-z4SilGEO1bYNtB3ZozRfsioTE44r4MQaOoGKz','they were very timely and nice!','2019-10-27 17:13:20.389000','2019-10-27 17:13:20.389000',4,'Jacob McDaniel','https://lh4.googleusercontent.com/-9vAwbcrRCg8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn_51yGzYCLAb7nRzzbNwxe3VAHJw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34595),('AbFvOqmJhTlPzvOKDsFgKBh8jAs2zfY_kIzHQIwFyJvlbz0wWIEDbnYYu0n8bn0gegKTSeooAvrp',NULL,'2019-05-08 16:18:40.111000','2019-05-08 16:18:40.111000',5,'Latonya bayonne','https://lh3.googleusercontent.com/a-/AOh14GgGNn6yNglvMyzRhDk7zATEvxk9LzpYfjBe0kwDcw=c0x00000000-cc-rp','3272657195432704501',39870),('AbFvOqmjIAKeWXTy-Ce_bcRRkbdFz8ddFSyCPfNlMXBReXSMq6dN5gqMVW1qFt7LdkbCxpzHsy1M','They got us in fast with no wait. The staff was friendly and helpful Ashley was a big help','2019-02-19 00:36:08.833000','2019-02-19 00:36:08.833000',5,'Rose Jeffries','https://lh4.googleusercontent.com/-LDqpdeTtlh4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck0TW2UttQrpi_ZmQw9ZJQKohJinQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42148),('AbFvOqmjIcF4dStNI6g_ox3jJKTFxlBqOHHllZpB6jDQbVLlPO5tSpuGC5oHVY6WSZYv683lpE1i',NULL,'2020-10-13 00:03:39.182000','2020-10-13 00:03:39.182000',5,'Patricia Riccio','https://lh4.googleusercontent.com/-s0CTxLozJco/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnY-3JklPJbBJbr0-aSBXpeOioD7w/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42865),('AbFvOqmjIIILGuK-w30HkD3nOJv0yxWBGrPm9rXvsU9UzbGifRbsax2G5wvvflQtRzyKTD95EPyqmA',NULL,'2020-06-14 17:21:54.452000','2020-06-14 17:21:54.452000',1,'Harka darjee','https://lh3.googleusercontent.com/-gsjYma0iG9g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnQhaeWMysjVjNpVeILNQ5U6T96rA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36583),('AbFvOqmJJD102cEs5CbFAL9z5jiWKtK1eP43G6RnG6O7R2y6g0Sf1hNh6QvH0CaN3t5rOlE63uE4','From registration with Krisandra to the sweet nurses Ekaterini and Gracie, the Doctor Smaistrla it was a very pleasant experience. Will recommend to friends and family.','2020-11-22 17:38:55.243000','2020-11-22 17:38:55.243000',5,'Kim Campbell','https://lh3.googleusercontent.com/a-/AOh14GiOQSX0tQJNm3AO8SC4rjkTtMX5KWw08acahk3E=c0x00000000-cc-rp','16389487648212004696',32899),('AbFvOqmjJKh5pUUFGY0IfH4ZsR450_t2AR57NU0ZQ51Kao0FPmmsZntBh1CcEEfZDzcsumhH4eHw1Q','Good service. The staff are very helpful in the South Austin center.','2018-02-02 18:00:19.425000','2018-02-02 18:00:19.425000',5,'Nimo Galaxy','https://lh4.googleusercontent.com/-H9_WstZzcm8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckmCt4b26Oj8sEv0ExYYIebmjCW7g/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36438),('AbFvOqmJjQxiDhVK3wlmAttkauRImgWyRUQyethR1aN9FsoU4w_F9vMGsgGRGBlQemBDmRC1RC91Xg','Great service, very welcoming and friendly staff!','2020-12-24 22:32:29.307000','2020-12-24 22:32:29.307000',5,'Kaley Kent','https://lh6.googleusercontent.com/-wpzD4qeS6s0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck88Pp0KeGDxtJAyOBNcFDeYwTbPg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',44589),('AbFvOqmjK2fzCv9fojUXci1DBS9QGgg_y2uRm0A_a5QrP7AEYuY11wAjf6NY0OwjpuDpCKhp3mIg3Q','Lorena & Kennedy were so sweet very welcoming and friendly. When i got to the back Morgan M & Juan C took good care of me & i was offered a warm blanket which is always a plus!','2020-12-12 16:41:36.919000','2020-12-12 16:41:36.919000',5,'Mikey Wolff','https://lh3.googleusercontent.com/a-/AOh14GixxrAcX8nAmEKbVhMpUDYcR4sAy6BDvHeeEOljdg=c0x00000000-cc-rp','16590124370714063921',34041),('AbFvOqmjKoIs0sUfGooAg79wWdkUIagLYzp8tOAhSoP7JjiK-Qsk9VBpEPSz8D8TVyGZdVeX4gblWg',NULL,'2017-09-26 21:47:37.607000','2017-09-26 21:47:37.607000',1,'Nathan Nanson','https://lh4.googleusercontent.com/-j-ZTHPiFyAw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckZfTOvtjCl2gVkF6JBTzRP0jUUIA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37062),('AbFvOqmJljJC3OXDrO_g--HFM_mJvoNQ-5i-B2HtFpKol1afxnOUxkzufqMmP-1tv28yTRrjV8vwQA','They bribe you to put good reviews on here with Starbucks gift cards, honestly This place does not deserve the high rating. Doctors are a joke and did not know how to deal with a minor cut. I received staples, with no pain meds, and had several coworkers comment on how poorly the doctor had done on the staple job. After two weeks, I returned to have the staples removed. I let the nurse and doctor know that the cut still looked open and they proceeded to take the staples out anyways. The wound instantly started bleeding and the nurse and doctor just laughed and put glue and bandaids on my leg and charged $2100 for the glue job on top of the $1500 for the ā€œsurgeryā€. Save yourself a big headache and go to a hospital where you will find qualified staff who knows how to deal with your emergencies.','2018-09-23 02:18:56.404000','2018-09-23 02:18:56.404000',1,'Emily Roensch','https://lh3.googleusercontent.com/-5ru2Xz-2wO8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-363vbNlNCoRN8oZ9pynEV-NY2Q/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29196),('AbFvOqmjlrFbVLnE4hzCkj_Vg3mJnaQ5lV12AwWPqQRUgoRWDF8HlLmwZDuHi1k94DSYgRu123kvKQ',NULL,'2020-12-21 13:25:36.543000','2020-12-21 13:25:36.543000',5,'David Burns','https://lh6.googleusercontent.com/-Vi3KudEiFnM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclmPd7I8PT5gDfYUZohSyO3IieIaQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43533),('AbFvOqmjLUYiyICsWreywrdNc_MGGnmFZxQwTH6KQIK_8eIWPo5zKa_2JYziR2NSc06tsPgsERAVCg','This was my first time here as we just moved here a few months ago. They are super attentive and very kind throughout the whole process. They are always happy to find information for you and make sure you are comfortable at all times. 10/10 recommend. I had Dr Jones, john, Alia, Angela, dried, and Carl help me and all were amazing.','2020-09-16 03:51:21.660000','2020-09-16 03:51:21.660000',5,'Charity Palmer','https://lh3.googleusercontent.com/-RT34hC6sTMs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm_UmbZ6mQFP9E8fjseI-adlyK_pg/c0x00000000-cc-rp-ba2/photo.jpg','2694018788013845459',38987),('AbFvOqmJLYImdkLonxJ5gXb0QUsLlS7WaLudZk-m5ygYgYR_Oj-Y2bel2HuQOr6K8C2kUWQ6PQW0cQ',NULL,'2020-07-04 06:36:50.901000','2020-07-04 06:36:50.901000',5,'Letsy Garcia','https://lh3.googleusercontent.com/a-/AOh14GjkEV_VfqYxschVO5A_7Im63h4_m8LIiJ-Orgy3-Q=c0x00000000-cc-rp','8918455867446117794',43018),('AbFvOqmjm1wzoei6vPHSRiIyyxqB3IDKJqjbbb8Z0MDa6ZCFSKL67xOYn3Jq0ZG27QIrXeP81M1lgg','April made our visit so much more relaxed and awesome!!THANK YOU','2020-12-03 18:47:02.961000','2020-12-03 18:47:02.961000',5,'Hailey Ruttkowski','https://lh4.googleusercontent.com/-1vWh4gnYjZQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn8r-cIj4Bn04EYj2lmvACj_NnriQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31297),('AbFvOqmjmJXGfkJFeBJGpJ9m-3vQY87waRbyksWCfKC50uHI_mu0TPwgurqcSQ9aCcLt445a9pFULw','Dr. Appiah is the best, he explained everything to me in great detail and handled my problems with care. Any problems please visit Signature Care. Alvean A is a great nurse and made me feel comfortable with my pain leave when asked. Marcus B is a great radiology tech. He kept me comfortable and warm during my cat scan. Receptionist Joyclen is friendly and very good with customer help with getting patient in as fast as possible.','2019-10-09 19:43:22.763000','2019-10-09 19:43:22.763000',5,'Jade Bufkin','https://lh3.googleusercontent.com/a-/AOh14Gi9JWNurceNVb9Z4nM_mPJkPk5cFCXCs1G_Ir2n=c0x00000000-cc-rp','16389487648212004696',33893),('AbFvOqmjmtj6-8-vr_r_Tttc_HlFUw2xnIUeJohtcafrpaI0yxEAlIhmtErf5up8-I7JmHJMFQcBPQ','The staff was great. Dr. Kimball was very knowledgeable and my nurse, Jacob, and tech, Cameron, were both very attentive and kind. Liz at the front desk ensured that checking in and payment went smoothly!','2019-05-01 15:10:01.398000','2019-05-01 15:10:01.398000',5,'Callie Wycough','https://lh3.googleusercontent.com/a-/AOh14GhZnXy5qPNP7f7kkO2-VNSliyHcQJQeI03rrZBlrw=c0x00000000-cc-rp','16590124370714063921',34862),('AbFvOqmjMV34kFyqTDt8MH8flyaUgnhz545pu3tOlZoQnuprcvU7zA9td_VMwKxlIpPkvO6fcKCu9w','I\'ve visited this location twice now...once for a sick baby and just a few days ago for myself. Both times I was seen almost immediately and given incredible care. Everyone working here was so kind and answered all my questions. On my visit a few days ago I came in with abdominal pain and was soon given pain relief while they tested me. It turned out to be appendicitis and while they called a surgeon to come see the CT scan results they moved me to a bigger room and made sure I was comfortable until they transferred me to an ambulance that evening. I can\'t say enough good things and I would definitely go back (I\'m sure with 2 small children I will be back soon enough)!','2016-06-10 20:17:30.763000','2016-06-10 20:17:30.763000',5,'Kelin Ward','https://lh3.googleusercontent.com/a-/AOh14GgP55z7bckICBm6fc9o8X76Krd2ZGJrf-wMtgUe=c0x00000000-cc-rp','14567670160750071148',31236),('AbFvOqmjmZC4p9-p2aMlKdWFBqpq4-So-9ReJ8yt01jQNQcc7z-cFJrfCYoiJz8Y33Xzhf2cSdDX','The place is absolutely amazing looking. My daughter was the only patient there we were in the room in 5 minutes. I am in the medical field as a nurse and would bring my children here any day top-notch service thank you for treating us like one of your own.','2017-04-23 00:44:51.142000','2017-04-23 00:44:51.142000',5,'Tera Martindale','https://lh5.googleusercontent.com/--Ysj1wgY6Is/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckYFlujlU17VNzxldhxT7QGrNsAvQ/c0x00000000-cc-rp-ba3/photo.jpg','6521947413723274945',41811),('AbFvOqmJn1ux4L6Mp6hDYSEONUi48KjprwW4LM_0siJyZDzkbEoRupFpJbZbLcxUVZfb-IYz1D3G',NULL,'2019-02-02 23:40:59.029000','2019-02-02 23:40:59.029000',5,'Melinda King','https://lh5.googleusercontent.com/-KW1DZ-XwRCc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmoiJCESiVJ4JCY7FFdG-RFkpXmBg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39933),('AbFvOqmJn3ObpUd1UlKQnW16cEUKbNMgguWTNtKiDg3-Y-R2_9w858-z6h73QPBa-OyJoIrT1HuYWw',NULL,'2020-05-27 18:11:51.587000','2020-05-27 18:11:51.587000',5,'Jacques Foussac','https://lh6.googleusercontent.com/-e2kakLZ8XkA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucny4JimyfQ4naNKrxDaWidbb1hHSA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28632),('AbFvOqmJNawvnmIB6MO3rScYRWNGhwSb5yRCTsy1NvcE4SU5AAW87pHxTV88KCicTJItcepRWG6AfA','Quick and attentive really counts when your toddler has a high fever. They took us in within 5 minutes of arriving and were surprisingly good with kids. If you don\'t want to sit and wait for hours before someone even speaks to you in the ER, I highly recommend this place and their attentive staff.','2017-03-06 05:27:58.873000','2017-03-06 05:27:58.873000',5,'Audrey Suarez de Medrano','https://lh3.googleusercontent.com/a-/AOh14GgdA1w8rdlRIqrFo7gy2kWgrGGcArlNqDOJPHCQ=c0x00000000-cc-rp-ba5','14567670160750071148',31089),('AbFvOqmJNFpsAzvamQKGNEWaSUaPVxX8s6YbxEFHFmH43Rf3zAHTf1IaDT5hJlpQao7_7-p7wTIQAg','Honestly the best ER experience ever!! I was feeling terrible and was having difficulty breathing. I was taken to a room pretty quickly even though they were busy. My nurse Lia was very helpful, caring, and great at her job! Dr. Miller was amazing! He answered all of my questions, explained everything and has excellent bed side manner. Nicole was another nurse who was very sweet, helpful and checked on me often. Kat the tech was great and I barely felt her start my IV. Will, the rad tech was very helpful as well. Overall, great experience! I would definitely use Signaturecare again!','2018-01-10 09:26:04.138000','2018-01-10 09:26:04.138000',5,'Christian & Jackie Carrier & Reyes','https://lh3.googleusercontent.com/a-/AOh14Gg2Byb96I_slygeOWRp-jPB2dNIEoGqXV0KmRhe=c0x00000000-cc-rp','14567670160750071148',30907),('AbFvOqmjnFZkLbS8kiIllC7bsoKT58ScXTYw58WpKR5ECaWLm-6buh63hv7FMfHIVBmfPw4jq-pS',NULL,'2020-08-30 16:38:43.050000','2020-08-30 16:38:43.050000',5,'Lakyn Hardin','https://lh5.googleusercontent.com/-4KSeIYhX5ws/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclCJdEoC9l9SYyIWmk2RLQs2RlC9g/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39537),('AbFvOqmJNT9ZWqasFPWjtkmdhvnceeeVcnFL-xp-n2egGYiQONF_8FGObKG95IQH98g3GvpGPuxrnA','Service was fast and simple and everyone was very nice.','2020-07-19 17:23:42.657000','2020-07-19 17:23:42.657000',5,'Sam S','https://lh4.googleusercontent.com/-1bogBBdexbc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck6CbTAicCDB9NSkU30IQTjQWEzww/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31979),('AbFvOqmJNy_-2HpgstFxF_v1X_eA6yb9HosUQ9PCt0CgFYa5qQoRW8VVAgVGc5bpymyJOoZfygkXVw',NULL,'2019-04-20 20:07:05.610000','2019-04-20 20:07:05.610000',5,'Carlos Leclaire','https://lh4.googleusercontent.com/-kISsPHM4Kjk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnfmLYYcXjBI93_XUryvj3ddGbxIg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42098),('AbFvOqmjOgLyZZiBCDDVsAG9X1Nz75m5nne5PwfIo1E7b9etmzfwdXYrYoqs0lQrUTANy9Bvr6hr','Thank you from the bottom of my heart for caring for my daughter and taking the time to hear how she was feeling and not dismissing her pain like another hospital did. I finally have answers and know what needs to be done next. Your staff was caring and had good bedside manner. My daughter wasn\'t just a chart number to you. I highly recommend y\'all for all emergency needs.','2021-01-22 02:23:48.047000','2021-01-22 02:23:48.047000',5,'Jessica Long','https://lh3.googleusercontent.com/a-/AOh14Gh-wzXHUXMaPnDOiBNcFnOCEOSVqZuW6Ovydq9IR-M=c0x00000000-cc-rp-ba2','2077061009497551125',44566),('AbFvOqmJOGwNiIu-0djYk_6gluar41sm2fHOBkw81iJ9qLwrJHLQs55BUxBnjXpxUlKKt5RWVAclDw','Lorena T and Victoria P were very kind and helpful, at the front desk!','2020-07-31 17:08:54.910000','2020-07-31 17:08:54.910000',5,'Cheyenne Slaughter','https://lh4.googleusercontent.com/--cAQc3nxF_c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl_raigywwiAjG4Qrl1aak3QwRx9w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34217),('AbFvOqmJoWg_dUeTQyPeFGC1VYTgg3jaJdufxX-nj-niaz51x2V7yADn8yHlpbNfLCYeXzCqCHyd7w',NULL,'2019-09-20 02:50:45.536000','2019-09-20 02:50:45.536000',5,'Dolores Guerrero','https://lh4.googleusercontent.com/-KobdFEde1Yc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn9aaVzKILcSe7avbjSDGqt1A_PEQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34665),('AbFvOqmJOYiK2YNbOkIOl4fKHQbBFT8J9A43g6hwT8cY1N-sO8P81ZPcOfJ0T8DByj8o8_F42zXk7Q','The process of waiting outside before being seen makes sense but if they have my phone number why not just text me? It was cold and rainy and I was not expecting to have to sit out in it.\nThat being said the technicians that took care of me were very nice, especially Clay. I came in for covid testing, the intake and screening was quick and professional, and the results came back quickly.','2020-09-21 16:35:30.581000','2020-09-21 16:35:30.581000',4,'Name Change','https://lh6.googleusercontent.com/-bZzoZAzNJdA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLMVYzNZtsxCwzqDj9tDZH26ar1g/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35770),('AbFvOqmJpC-nipA21oAAhpPgocbOcfkwsj2yuI2-QxGewTTkUMXCTE57fqSVXgqbt6gjok-5QMn3_A','My husband and I both came here to do our covid test. The people were nice and relatively quick.','2020-08-23 23:49:48.357000','2020-08-23 23:49:48.357000',5,'Jessica Carpenter','https://lh3.googleusercontent.com/a-/AOh14GgU4kGQnOcuYydxyZM0EBVBBxPuGDuSz7AW5VXJ=c0x00000000-cc-rp','14748677429039074158',31750),('AbFvOqmJPF_tMm9A2o7ybBXWJTfwmBWpRiZAK1Ac18-8CV1OoxCndh6flo_IH9U2QcooyAAhIhtitA','My family and myself went to go get tested for Covid-19 and the staff wore all polite, kind and answered all our questions and concerns. I will highly recommend this facility and we received or results in 20 min.','2020-08-05 13:22:01.697000','2020-08-05 13:22:01.697000',5,'Oliveth Flores','https://lh3.googleusercontent.com/a-/AOh14GitMnuIPyPhnLc1Gq7FOzVLz0FLpwnd850jNGC_3A=c0x00000000-cc-rp','14904078213800803294',32284),('AbFvOqmjpJPZtD_nOaEYG23nvLD3LEcCSaCAObLfhynkj1vko5DRXqrBEQaSMhqOVItsIExWrmrX9w','Very Prompt..and Knowledgeable staff...','2017-08-21 18:58:59.438000','2017-08-21 18:58:59.438000',5,'Sexythickums4u 2have','https://lh4.googleusercontent.com/-jSVobT27I_8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckC_M6QpANXheVq3gJ9POCSlfi6yg/c0x00000000-cc-rp-ba3/photo.jpg','3511292162159714121',41026),('AbFvOqmjpNGJFk-Xd_9WSpSEc1MZFHj6nlIPcB0N2EswwyucAokr6u-o9y7Y8yZKGvpDpefivkcckg','A really clean facility with really nice staff. Literally no wait and everything went so smooth. My nurse was Dawn and she’s so attentive and nice! Dr Yusuf was also really kind and informative. Helped solve the issue very quickly. Everyone made me feel really comfortable. I’d recommend this location.','2019-07-18 14:47:05.905000','2019-07-18 14:47:05.905000',5,'Candace Gracia','https://lh4.googleusercontent.com/-G3NNSts-nrk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclfB3fHD1H4fSRYaCDn44SESp70Mw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40484),('AbFvOqmjPXzPDhuLDjhcjMTz8Yu-Z4eZvqC3-kRm0L_fJG3ehGUZCUqC8bZhIGMbrEWPdV4IW8ldpw','Always a great experience Dr.Fiag is a sweetheart. The nurses kristina,Kristina, always calms my nerves.. radiology tech Scott.and registration nurse Alyssa has tge best personality always professionalism at this place its nygo to whenever I\'m sick.keep up the great work .and thanks for all yall do.','2020-10-30 15:11:53.067000','2020-10-30 15:11:53.067000',5,'Connie Anderson','https://lh6.googleusercontent.com/-muyxYxEADMk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVupro5vbSUSMyMl5VpqOc5nZZbA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40091),('AbFvOqmJPynM5WkUTnqVpH8muI9EmS37Xg9LfOPRZcTy-7yKh-hk-Jjc1McPf6WkWpCUYhdALCDymg','I had a great and super fast experience at this location... Everyone is friendly and they are willing to work with you if need be. I would definitely recommend this to friends and family in the area','2019-12-20 17:20:59.638000','2019-12-20 17:20:59.638000',5,'Brittany Young','https://lh6.googleusercontent.com/-DFodUyzF5CU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck2ySwXUswPk0pAD_h-uhl_vwwA-Q/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36035),('AbFvOqmjPZwQcXux7KzQ01uoCjkrK7NEDx-fddfylHthLTX62v0acHL3dZqqFwLb03JooYU7YssHuQ','My experience was amazing! I severely burnt my wrist last night; 3rd degree from spilling sauce. The girl at the front desk was empathetic and sincere. Lai was my medical assistant/nurse and my attending doctor was Dr Leavitt. They were both very caring and attentive.\n\nIt was so inexpensive compared to going to the hospital (under $200 for the treatment I required) and the care was EXCEPTIONAL.\n\nI HIGHLY, HIGHLY recommend.','2020-12-31 18:52:04.825000','2020-12-31 18:52:04.825000',5,'Tiffany Bailey-Armendariz','https://lh3.googleusercontent.com/a-/AOh14GjzUDVz-2ymA2yMI1239S8bQ-ZZ2gicjHupBkrqabk=c0x00000000-cc-rp-ba3','3511292162159714121',44213),('AbFvOqmjQ0IvaSja8HAnUosa9U1sOunjy2XWGopjoYASceUxqXXXAfAQeesizpSOuTbmZlRDb_3IjQ','Thank you for the great service, Dr. Edwards, Sara, Carly and Tino','2020-02-03 04:29:58.751000','2020-02-03 04:29:58.751000',5,'Shawn Humphries','https://lh3.googleusercontent.com/a-/AOh14GjyzTjCyNapnNbOxoZiDOeyHqz0Y6HjeL8PE-OpYQ=c0x00000000-cc-rp','12541597562633926366',28761),('AbFvOqmjQAXmxvG5Q4dwPAtKu9O-70q88whHAMHk4hRA1WOyN2L9hBz04gqUvjDAbYST1ksJGoSszA','Rooms were clean and Alexis, Jacob, and JR were all very helpful and friendly.','2018-08-24 15:10:54.851000','2018-08-24 15:10:54.851000',5,'Brynn Wittenburg','https://lh3.googleusercontent.com/a-/AOh14GhsPB0y84DFUkOyhUhVc4xYU_EvYWM2tsEMjoCi7oI=c0x00000000-cc-rp','16590124370714063921',35215),('AbFvOqmJqgf_IgO971hg0gl9UGBVa4Dkasaqgg4c7z0SNHbOMYDUXH6EgKilaMFfjPocHjlkWfjt',NULL,'2020-11-19 22:03:31.016000','2020-11-19 22:03:31.016000',5,'Emily','https://lh6.googleusercontent.com/-2yuRqncO3jc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnopUa-q4n0jC0G_P7ouqMQatA24A/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30013),('AbFvOqmjR1T0pdYNN5dH-0OwNEmYhSqVz-FWXE88nUUrI7CIfMgt4QFLeeXrMWk1EK6DrrJi-IGj','Went here last week when my husband injured his finger. Felt welcome and reassured from the moment we walked in. The front desk staff was friendly and helpful. The facility was spotless and very nicely decorated. We were taken back to an exam room immediately and saw Dr. Braun. He was very warm in his bedside manner and thorough. He sat down and got the whole scoop about said finger injury and carefully looked it over. After a couple X-rays (which he looked over with us, and pointed out exactly what was going on), he placed a split and it wasn\'t long before we were on our way. The nurses were all super nice and professional and made sure that I (the super pregnant wife of the patient) was doing ok too.\nWould not hesitate coming back here or referring friends to this excellent facility!','2016-05-02 17:11:51.137000','2016-05-02 17:11:51.137000',5,'Allison Eisenberg','https://lh5.googleusercontent.com/-A9o4P0RxS6M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclzeUWBiBIIKf0Bjdi-WzO9skakkg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37356),('AbFvOqmJR5zX0z1Jpp_TihlJ3zUSzaB6hhpvtO98NrSNm4q3wEo2OvaW1Ky6d5fQdjkd8tFNxaZj_Q','The personnel at the SignatureCare Emergency Center at Memorial City were fantastic! When I checked in the receptionist was very friendly and concerned how I was feeling, and asking if I needed anything. I was quickly seen by the Nurse, Rebecca Smith, who was very friendly, and prompt! She asked appropriate questions, asked if I needed anything. She brought me a warm blanket which was very thoughtful! She was genuinely concerned about my health, and wanting me to feel better! When I had a breathing treatment she checked on me frequently to make sure I was doing OK. She also, covered all of my medications. The doctor, Dr. Craig Sylvester, was very friendly, and did a great job of asking about my symptoms, examination, and coming up with an accurate diagnosis. I also needed an X-ray to make sure I did not have pnuemonia. The X-ray technician, Aubrey, was friendly also, and concerned about how I was feeling, she brought the heated blanket to make sure I was comfortable during the X-Ray. She also did a great job of positioning me for the X-Ray. I would recommend this emergency center to anyone! You will leave feeling like you received great care, and the necessary prescriptions/information to get better!! They receive an A++++ from me!! Nancy H.','2016-12-05 16:33:13.299000','2016-12-05 16:33:13.299000',5,'Nancy Hickman','https://lh5.googleusercontent.com/-Ec5uuOo-Shw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmdoTxPq-MszHrkXJKzc2BfZt8TNQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32765),('AbFvOqmjrCOO4ot7EFyRUN_5aLN8Gdaa6u4119o3Tx8zH2Cxg7MpwEm4ECG8fB5AHtYQODmSiJMRyA',NULL,'2019-12-23 07:45:59.740000','2019-12-23 07:45:59.740000',5,'Debbie Martinez','https://lh5.googleusercontent.com/-IMo9OWTR6TI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckfh46wmWBRWz1i6KhrXuFyTKmVXA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29509),('AbFvOqmjrWnbJshrFE5361leu9cTayxhpkynskpwwyUjgfMvu4HlP5AtZxa_D0OOhhC3QIHNpVaV','Very good service and was quick timing thank you ā€œDasā€ again now I can enjoy my trip to Puerto Rico šŸ‡µšŸ‡·','2020-09-16 17:38:31.018000','2020-09-16 17:38:31.018000',5,'Secure Credit','https://lh3.googleusercontent.com/a-/AOh14Gj6HKhGMCaCeET7_WsOr7HUbpGY-QwPI6UxH1gE=c0x00000000-cc-rp','14748677429039074158',31649),('AbFvOqmJSC10RWqT-l0_4257_lxImUpdtvxN70u_h1po8mesuJ1JXB9dv5KUO336VtopjfpIZ7bmHg','Signature Care is great. The staff is super nice and attentive. I didn’t have to wait long but once you go back things go quickly and smoothly. They are a great option for rapid Covid testing.','2020-08-31 13:13:53.789000','2020-08-31 13:13:53.789000',5,'Caroline Sowell','https://lh6.googleusercontent.com/-r-_x-H1H4M4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmkZ48HnOqoGO0Ok0X8eXUqFcNA9w/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31728),('AbFvOqmJScoTzD_q21bqW19GRIbAhDHu8zgTE3obtNNvaW7mi5xh5u-Zk-LlHmt9L2blAmW4D_amdA','My MIL had an allergic reaction to some medication that were prescribed to her. We came to this location around 10:45 pm. The moment we walked in we were greeted by the ladies at the front desk in a friendly manner. We were checked in and sent to the back immediately. The staff, Dr. Harjai, nurse Ekaterini, and Kay were all in the room immediately to check out my MIL. Everyone was so pleasant and extremely friendly and made the anxiousness of what\'s going on with my MIL that less stressful. I highly recommend this location and I hope everyone gets the opportunity to be taken care of by the staff members.','2019-07-04 04:38:56.880000','2019-07-04 04:38:56.880000',5,'Julie Reath','https://lh4.googleusercontent.com/-goVII1m4q6I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm6N9Yks8D4gSMAJ5q8D1aSSZ8KeQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmJsm1XLQfBT8ZyF25URzn4m8EkHZ0TgnjazK2ZragQUvxN7yX_Ytgj2dn96Pngmdt9yGHktg','Nice staff and they work really quick\n\nDr. Patel, nurse Irving','2020-02-26 01:03:13.475000','2020-02-26 01:03:13.475000',5,'phuong tran','https://lh3.googleusercontent.com/a-/AOh14GgaOAB_QpbRCtCUI8nC7xxkaTgOiXA6c5Ppt8oNXw=c0x00000000-cc-rp','12541597562633926366',28691),('AbFvOqmJsOiVZpPV_6zuCiNVSHA6HJqosi4jTd2C25xfVu4xEJTRVb6z0aRRXXArofxjqVxqofgFSw','An amazing emergent care. I was turned away from other 2 redi-clinics around the montrose area. This may be a bit more expensive but the amount of care and attention that the friendly staff here gave me I will always be eternally great full. Thank you so so so much.','2016-09-19 21:19:11.748000','2016-09-19 21:19:11.748000',5,'Jonathan Russell','https://lh3.googleusercontent.com/a-/AOh14Gid0p2NZ8c4RgGrjvmdDxSc9OLVeX0beO66RyCBLw=c0x00000000-cc-rp','3511292162159714121',41169),('AbFvOqmJSuVCYGN8mHfE38D5fWxn41RLUuD0RfDnoDhQzKoROdNqaxHHQisk09RmyKA3GdCLwfxvmw','From the moment I got to Signature Care I knew I was going to be taken care of. The check in with Stephanie P. was quick and easy. I didn’t have to wait longer than 5 mins. Once admitted M.D Billy Millen and Nurse Hamzah were quick to see and assist me. They made sure I was comforatable and ensured that everything would be ok. When it was time for me to get my head scanned the technician Olivia made sure I was comfortable. Olivia and the radiologist ,Eve,explained everything that they were going to do clearly and thoroughly. Every single person that helped me was friendly, and very very helpful. I can’t stress enough how the staff made sure I was comfortable. They checked on me several times and whenever ver I needed something they were right there. What I really appreciated the most was whether it was the doctor or nurse they explained everything that they were going to do from scans to administering medication. Would highly recommend Signature Care Emergency Center to anyone that wants the best care and that wants to be taken care of immediately.','2018-12-01 14:48:23.314000','2018-12-01 14:48:23.314000',5,'Ricky Murphy','https://lh3.googleusercontent.com/a-/AOh14Gi8RApDCQcUGKoyJJhNNIPI441-t9tmzA5ELe1l=c0x00000000-cc-rp','3511292162159714121',40787),('AbFvOqmjSZ9S3zmlCHUb8VbTRDmoltN055SkhCR-rcefAzmlFHY5s6yC3ZvjkRsqeNPR8N4Pn_ViTA','it was a very amazing experience!','2020-07-18 19:00:40.905000','2020-07-18 19:00:40.905000',5,'Mckenzie Schultz','https://lh5.googleusercontent.com/-tBZKbKnmp74/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxd8LJWwLTU5iQahXVR2lFEz_cBg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32003),('AbFvOqmJtEPEKEj5XQJEV2jWgHPDzxTD0m9zZuHPRwIthDfUv2w9lRl6mm0sJzcEwTPLiQSJyz1AbQ','GREAT staff. Dustin was very caring and listened to my problems and helped me calm down. Awesome care!!!','2020-07-18 20:34:39.626000','2020-07-18 20:34:39.626000',5,'Angela Brown','https://lh3.googleusercontent.com/-o9eyYAmUHiU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl5JnAerFW0CFJmrGSpzWisLKdnhw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31993),('AbFvOqmJTT062xJSZ7s8oDA_M0zR91Rl1mUXYG3n0eCP1Wi2xTmnfNWNTxJj6TC6dDwuLs4jIRQD_Q','Everyone, from Registration, ā€œTanisha W.ā€, to both the ER Techs, ā€œRebecca W.ā€ and ā€œHeather G.ā€, to the Nurse, ā€œShelley D.ā€, and the doctor ā€œDr. J. Cavazosā€, were absolutely wonderful. They were all very kind, welcoming, thorough and very caring. I couldn’t have asked for better people to assist me. They truly are all about their patients and getting you taken care of while providing outstanding customer service!','2019-04-01 03:32:43.343000','2019-04-01 03:32:43.343000',5,'heaven hazel','https://lh3.googleusercontent.com/a-/AOh14GhrLl1i1RiRr6rHeQqSPt-RijNe1SXsneo3mjiB=c0x00000000-cc-rp','17898197009688164559',38231),('AbFvOqmJUJIYxOnhZUKmekauJqRB0P_pnSeI6jXXDrAqQ6Ux1M70wNkrSZ1GwEoldphMfqjeJvczZw',NULL,'2020-11-03 16:40:31.696000','2020-11-03 16:40:31.696000',5,'Jaqueline Martinez','https://lh3.googleusercontent.com/a-/AOh14GiIcSCK8QZLcdjTUUM9oaDCvQive3mGdvUlOAOA=c0x00000000-cc-rp','3511292162159714121',40078),('AbFvOqmJw_eEKtz9KxR6BdGqVhxfb3SrsOePge3UcSlWa5aZsP_A0X8xVom6e0Ar6QeGdFmyrHg3Ag','Best experience ever! Doctors and nurses are very caring and understanding of your needs.','2019-04-24 04:05:07.192000','2019-04-24 04:05:07.192000',5,'Antoinette Wilson','https://lh3.googleusercontent.com/a-/AOh14Ggvg53xiooIJA0BGYcj0W3Gn7sY741alOISn9zqRvk=c0x00000000-cc-rp','8679688254631342173',42707),('AbFvOqmjwDjIx_d72K_C8UzFBjSl8bovWWbRjkpQJt_2m3kB8ra5YYJSFiQQh7HJDSGsDCWEIerC','Really great service , fast , cared for me great this is my 2nd time coming !','2019-11-14 22:15:52.014000','2019-11-14 22:15:52.014000',5,'La\'Nae Lewis','https://lh6.googleusercontent.com/-VvqETe3snek/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnzvPQQP5Kb6mT6HBFgZUN6krQV4w/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40384),('AbFvOqmjwF9yOcR-NBsWDuK6vJVC7Sk8eCfRqakR8ns24L_51sd_V2R_IURZ21Q0nB4K7BJM-BHGsQ','(Translated by Google) Thank you for all your attention Angel and Dr Pham, and Tanishia. Thank you.\n\n(Original)\nGracias por toda su atención Ɓngel and Dr Pham, and Tanishia. Gracias.','2020-03-04 06:39:14.055000','2020-03-04 06:39:14.055000',5,'jose buendia','https://lh3.googleusercontent.com/a-/AOh14Ggesr-bqNuWDxhqmG3Y-hVqYzWMG11H_7outvy3YMY=c0x00000000-cc-rp','17898197009688164559',37638),('AbFvOqmjWUglcTg0ULznPqHSgcVvpFsglio4BkHsSZRIKKGf5-eSEsQ3D-Qvnrv_fXC0Tif2O_9-',NULL,'2017-04-03 22:31:06.185000','2017-04-03 22:31:06.185000',5,'Cynthia P','https://lh4.googleusercontent.com/-8YTG4_wQgXk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclxNRNzwH7cD293LgBKULbYtu_eDg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32698),('AbFvOqmJx2_PiyeXYNu-V6Ysah5qAjYA3DTjcVMW6q79EIHm0tzdQmMQ-96rp9t4cAFn8sb_irCZjg','Came in the ER ... I was greeted friendly and fast... My doctor and nursea were amazing... Dr. Thomas checked me out fully. And my Nurses were fast and cool LIA and Trisha along with Shay all showed concern. Thanks ladied','2019-02-22 03:22:10.797000','2019-02-22 03:22:10.797000',5,'Jupitersqueen_','https://lh6.googleusercontent.com/-M0LrS38CdW8/AAAAAAAAAAI/AAAAAAAAeDo/AMZuuclzy-T7jgSMKBgYUzfq8waOw9GBJg/c0x00000000-cc-rp-ba3/photo.jpg','12541597562633926366',29140),('AbFvOqmjXycNNeofWvlq0rO9J95_HtjTTphqiAq4fIIkxGAuLwyqjae5ecpxalsIGvcpzWAVr0bCTg','I decided to try it out for the first time since its near my house, And they are very fast and friendly. It sure beats the wait of 3-4 hours waiting at the MCH. Really nice staff. They also called me the next day to see how im doing which is nice of them to check up on me. Thanks again','2016-08-18 18:32:09.846000','2016-08-18 18:32:09.846000',5,'Daniel Salcido','https://lh6.googleusercontent.com/-vtlUngwXEJk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucla-QDMP1m-MhM1QD5rbFnMICfV_A/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41815),('AbFvOqmJy45aOu6BU0_VrsMa5J1SH94-AbyenZMSee7pQCl0dfaSP59PC9sIm-vPHajoQ8dO0Fq0mQ','Awesome staff','2015-04-09 04:34:24.653000','2015-04-09 04:34:24.653000',5,'Felicia Rivera','https://lh3.googleusercontent.com/a-/AOh14GjvNdmGIjcxovZQuXE6gHTSchrhh6zW4JbBwrk6kQ=c0x00000000-cc-rp','17394740196501090048',37398),('AbFvOqmjY6QH5DXEdpuxlOAqYTSFb3QUi_JQlSQMY0LQ5hE1RxqNyqH1e_uhO3Qz5zGe54VM3QokQQ','These folks really set the bar up high when it comes to injury treatment. I live in Houston, but may drive 3 hours to Austin if I need an ER in the future. This is how patients should be treated. A+.','2018-09-02 17:31:13.490000','2018-09-02 17:31:13.490000',5,'Mac McDowell','https://lh3.googleusercontent.com/a-/AOh14GhDG9PyW7AQcYy065TIOtycwYnRegnLwI0WAgnZ=c0x00000000-cc-rp','16891069708558046635',36357),('AbFvOqmJyaDk1mYoyuKg8v-q-2U_nIKM6kdWvSpTczE86AsuYS8umy6wUr9-IWiXgVaRTwrfC8Bi','Everyone was very patient and attentive to me throughout my entire experience. Rebecca- who works in the front register- could not have been kinder. Both of the nurses Gabriel and Remington were professional and asked me on several different occasions if I needed anything -from a warm blanket to water. Dr. Vakey also went out of his way to assess all my symptoms and explained that the payment process in terms (me, a college student) would understand clearly. ER tech Patrick was also incredibly nice and professional. Overall, each of employees have a genuine, honest nature to them and made me feel comfortable through a time I was severely uncomfortable to start out with.','2020-02-02 01:31:09.910000','2020-02-02 01:31:09.910000',5,'Caroline Lydick','https://lh3.googleusercontent.com/a-/AOh14Gh7zY1KkhlLxCx4YH1kTkfZUKEU6xIpR4VczC3-=c0x00000000-cc-rp','16590124370714063921',34404),('AbFvOqmjyKvp8xF7B5Mpm7RVX7UT_Fswt6RkePW2o80CDLdEC7_eOjw2h6KHzgls18Uig4rxizIGXA','Went to SignatureCare a week or so ago after having trouble breathing due to Covid. I\'m 42, and have asthma, so I am young but with a preexisting condition. I was really scared.\n\nDr. Rankin and Gabe took great care of me. I was promptly brought back to an isolation room and Dr. Rankin came in to get my history. He had a calming presence and confidently told me the plan to make sure I didn\'t have additional serious problems on top of the Covid affecting my lungs.\n\nHe also let me know thresholds that might mean I would have to go to the hospital. I appreciated the honesty and straightforward approach.\n\nGabe was a fantastic nurse, when I initially came in the room, he also let me know I was in good hands, and he painlessly and carefully drew labs and placed an IV.\n\nI luckily did not have anything additional after my workup, and my vitals were stable enough to go home :)\n\nAfter being to E.R.s at main hospitals in the past, I would 10/10 recommend going to SignatureCare over the main hospital. Thank you to all that helped.','2020-10-07 22:46:43.631000','2020-10-07 22:46:43.631000',5,'Nicholas','https://lh3.googleusercontent.com/a-/AOh14GizOTWX-bfVKhJBVXw0y8JfF9VhF5U91PorB2nIIA=c0x00000000-cc-rp','16891069708558046635',35733),('AbFvOqmjyQmpbH6gijcK6-SAa8uuvnZvKcKDfAqEE8kFG-LUeGrCKnyQaEGb5T_Ry-4SZpeewBYL','Great staff friendly & quick!!','2019-10-28 01:43:56.009000','2019-10-28 01:43:56.009000',5,'Brianna Guzman','https://lh3.googleusercontent.com/a-/AOh14Gjgt8IoxxWKOmG5NfoiKmVCPbIJGyWqf4YXfvI7=c0x00000000-cc-rp','13486358490203335051',29602),('AbFvOqmJYueb8OZ2y89ESuHmDVU462gzVNexgsGVaUlXBURCsu8GppCptfpPxRcVYZzgTiUPUtUgew',NULL,'2020-07-06 04:37:48.665000','2020-07-06 04:37:48.665000',5,'Rebecca Alvarez','https://lh3.googleusercontent.com/a-/AOh14GjPZFTcfpnD2JpZCH0EU0cYqceBa-yT4yMjwF32=c0x00000000-cc-rp','8679688254631342173',42364),('AbFvOqmjYYqiG2XfLbLCnIeE9U-WXiEX6mWFnm4BX0ENcEyfSUT1-AmILFAgojgNCeCC-QdJVqznsw',NULL,'2019-01-24 22:05:14.908000','2019-01-24 22:05:14.908000',5,'Crystal Evans','https://lh3.googleusercontent.com/-NR11TeeK4sk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnawGn_Lb0XRlhVknT8AzroHtSUtg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29923),('AbFvOqmJZElFzBIXyHS9WbbvpkmdPDt27m8MMsA63hOaRQgvOLfg78z6dzbXwvbmo27m35bEcZfbRA',NULL,'2018-11-30 13:49:16.534000','2018-11-30 13:49:16.534000',5,'Zypher K','https://lh3.googleusercontent.com/a-/AOh14Gjk72KkajuJ27hA4Hf35Njq1fWb6FWdCKMDkIV31w=c0x00000000-cc-rp','3272657195432704501',39996),('AbFvOqmJZgEHbKTognJZnyK59AYyWvfBDWq3AIjb01ILAZEb4s1UaVdx7uzmWUX9xNx8FcQAci7itQ','They were very nice and sweet and were very understanding. They explained everything they were doing and provided amazing care while treating me!!','2018-07-19 19:26:15.983000','2018-07-19 19:26:15.983000',5,'Celeste Francis','https://lh3.googleusercontent.com/a-/AOh14GhbjSn41n6GjN24i2e_FdoKMSB3v0Zqev7CT_nv=c0x00000000-cc-rp','12541597562633926366',29220),('AbFvOqmJzmREQk-Fa_A_1AE__og69muie-CJVpns3h_KqtKeQSRj4aqBQnT6AnkAJS12V8wkNZWG','This is the best ER I have ever came to. They are all very welcoming, and care about your emergency situation. We are new to Houston, so we were a little concerned to come to a new place. We were greeted by a lovely soul named Delicia who quickly got us our paperwork. Blake then assisted in asking questions regarding what was going on, and was very comforting during the procedures. Dr. Omally, Sonle and Mary Ann are also amazing. Highly recommend coming here!!!','2020-08-10 12:56:23.092000','2020-08-10 12:56:23.092000',5,'Katie Langrehr','https://lh4.googleusercontent.com/-pG-_CADJp8k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm66evoLYu965EX8hKQup3wnBMeIg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42332),('AbFvOqmjztzwSOqiq8XpQWZakn4IXv6IxYHQfVGiSXRF348oJYNsuO3sp2FND48HDR9oMo0zkAbomw','I went in because I knew I was feeling I\'ll. The staff was friendly and prompt. I was surprised to find out this facility housed patients overnight like in my case. My nurses and Drs were very caring. I would like to thank Dr. Garcia and Dr. Hwang along with all of the nurses who helped me.','2017-09-19 15:06:24.853000','2017-09-19 15:06:24.853000',5,'Hank G','https://lh4.googleusercontent.com/-TmPzM9v4-to/AAAAAAAAAAI/AAAAAAAAAHE/AMZuucmtn9jhuZ30pB2Od6w9fbQ7k5pDeg/c0x00000000-cc-rp-ba3/photo.jpg','8918455867446117794',43480),('AbFvOqmJzY5xz35T6RzkRsiV8QInZ2Oj1VHXGXtpRjE_7MtP2ShXeIEHp5WyelxShxv3hxhejmr1LQ','They did an amazing job! They are very attentive and the doctor even called the following day to see how I was doing and how my event turned out. I have never had a doctor care that much.\nI highly recommend them if you need emergency care.\n\nThank you,\nCody Williams','2016-05-22 06:04:11.674000','2016-05-22 06:04:11.674000',5,'Cody Williams','https://lh3.googleusercontent.com/-0IogX8RN5Pw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclKOEHbcsfesThO-muN48WFUaXxYQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29976),('AbFvOqmK_nxukSyW1oXbgG6oLAToaZSNI83hkJsEDGmxi60FOZCSJsKdH_SGH5zEbFAwceXE6Vq7zg','Alysia was quick and helpful at the front. Nurse Rathborne was kind and attentive and Dr. Singla was informative and very polite. Love this place. Thanks for always taking care of us.','2020-11-14 15:01:45.812000','2020-11-14 15:01:45.812000',5,'Morgan Mansur','https://lh6.googleusercontent.com/-EPtSjH7Gi5E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-j-rjCh05HwS5SHAq9oZnJ4wcUA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28461),('AbFvOqmK-5-OKMaivopwpNy5LGPiRNDSei6SZFic8tAAvrM9lzrzG_cW7_nNkdJkEgoKJv8PHZU8TQ',NULL,'2020-12-03 18:38:03.866000','2020-12-03 18:38:03.866000',5,'Morgan Page','https://lh3.googleusercontent.com/-Q3FPYOdBnic/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnBNTjw7oQS0R-3uJDKt2peDF3zNw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31298),('AbFvOqmk-7itVpAdN0LGtAk2a5bQTO0qDq0e0SKZYuPOQjYDBHnDGwaDrGQlWALU7MdQfv6PACinTg',NULL,'2020-11-18 19:25:42.602000','2020-11-18 19:25:42.602000',5,'Brett Houser','https://lh5.googleusercontent.com/-XbWIK8N6pBM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm_XAuna17m7SiWTrckRvWpoJIjWQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31347),('AbFvOqmk-Mirg_TmztRy5aamy5rQt4bvNkO0MlqowH0z2zP-whRbrhx4TbS4e4NWWMGoI807GhJOOA','The staff here are wonderful nurse Irving B is a great guy just all the staff here are great ppl please visit here if u ever need an emergency room.','2019-11-25 17:45:40.193000','2019-11-25 17:45:40.193000',5,'Cavin Langston','https://lh5.googleusercontent.com/-diA_gX4NHfk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclwuUwSp7heY1xFwRaLbEGaH7JmNw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28970),('AbFvOqmk-MUBkIXsqXvMkXRJRLvC2HvEAypj0vxhKez0C6VhbcdbxxM4aLSYGgO6BmOrSwW_ML-URg','Alvean,Jocelyn, and Dr.Henderson where very professional and had excellent customer service','2020-02-05 23:51:47.868000','2020-02-05 23:51:47.868000',5,'Reginald Willis','https://lh3.googleusercontent.com/a-/AOh14Gj2LnwT3XvwP1P1VhuP4ZHAeZVd4EvIfnRQa7VH=c0x00000000-cc-rp','16389487648212004696',33407),('AbFvOqmk0Bh3Mevbi4jgetVNFMziKnkJeWdxH089zHCn9zkwGdQ8_Bjk2_NEl4hwfSnmRuuNZ8TNLQ','Great experience\nReceptionist Amy, nurse Shaba, and Dr Smith are amazing!\nGreat customer service!\nThank you for all your help!','2019-03-09 06:26:19.623000','2019-03-09 06:26:19.623000',5,'Carolina Gervais','https://lh4.googleusercontent.com/-tLABP_pzyyw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclSdqkFcFPfc9BECqH5YrroLvAA8Q/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43289),('AbFvOqmk0mLiEMK9D5Bks7htBL3Jwq2JvDNphPJLEfm2wbWlxQfm7eOrj99RDC_JCSADqD31eY1CdQ','Best service anywhere! Less than 15 minutes to be seen and ALL staff were so nice. Dr. Das very knowledgeable and helpful. Had to stay overnight and they provided more care than a lot of hospitals. Also, found that they now accept Medicare which is a huge plus! Will never be going to hospital ER again but instead will go to SignatureCare Emergency! A huge thank you to all staff!!','2020-11-14 19:09:12.634000','2020-11-14 19:09:12.634000',5,'Linda Langston','https://lh5.googleusercontent.com/-GqR-kW59mrY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMj7eKyIJHC_RAPiMMBlbRyfrnKA/c0x00000000-cc-rp-ba2/photo.jpg','8626688543755174284',41832),('AbFvOqmk0mpOSbsS136iUzS-DpBfW-2XA2zXiL5mRCUCiPiCPpaXGeU6l2EdEs__z2o-PP4T_gAGBQ','The care we get here is always awesome. Jessica was great. Dr.Eisbecker was very knowledgeable.','2020-02-27 18:49:20.964000','2020-02-27 18:49:20.964000',5,'Erika Willis','https://lh3.googleusercontent.com/-MvsemgYOvbc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmeSwzgCu5SDbzeT7D81S6sGLT_MQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41441),('AbFvOqmk1Mc905KoEsRVFa6DLWJGKUw7amJgtPsjcrMeQmxcC_uIZ6C8z71tH65CteOdyQtNCzLAyQ','Great service! Doctor Angela & Nurse Georgia are awesome!','2020-10-27 01:44:53.537000','2020-10-27 01:44:53.537000',5,'Christy Williams','https://lh3.googleusercontent.com/a-/AOh14Ggt4FoWo8ifx8AgRLj4YtqoUh8yvEa7H7r8jBSW=c0x00000000-cc-rp','14748677429039074158',31458),('AbFvOqmK1W0kJJkK5AGgK6AbjrKjEKxN4aA0z_1LIjyOBx5ndHrIXdZU8_IxUVUaVaWztxPPtrsFsw','Very friendly staff, very helpful. Definitely would come back. Our nurse Brad was awesome and Kimberly at the registration desk was very nice. Morgan in radiology was very nice.','2017-03-07 20:34:59.975000','2017-03-07 20:34:59.975000',5,'Samantha Holle','https://lh3.googleusercontent.com/a-/AOh14GgR3OtdIFpfsPECjZKO2UfufhTA1r9ml4yVqG845g=c0x00000000-cc-rp','16590124370714063921',35482),('AbFvOqmK20nadUHjAaWblr9BQA0yT2Us7DyH9TZbqIQAaQNEmIUMZP_i8mAqLmKjtD-ZCSgh5YfHGA','Jake and Alexa were great with my 2 year old twins! The room was very clean. We had cartoons and snacks that they provided to keep the twins occupied.','2020-07-12 20:56:10.271000','2020-07-12 20:56:10.271000',5,'Adiah Coleman','https://lh5.googleusercontent.com/-1PnDe-kZl1c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckKtT9tc4Gs5Az-d5l4cqZWqcT1lA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39043),('AbFvOqmK2sezmggbG-JRwxgwrwTNlGkBmUR3msOX4RjbqghsOnZRDfC7nIlVd69tcmSz4kzF6XHRdQ','Dee was so caring and so professional and very nice. Made me smile.','2019-06-25 22:02:45.699000','2019-06-25 22:02:45.699000',5,'Armando Garcia','https://lh5.googleusercontent.com/-p4TlpBOTb48/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclvY_igXR9Cm3SJlotZR2nM2xfKoA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40522),('AbFvOqmk31z8CqipdsHPdkUSx4D1a1fwaMvAbvvKJX8RaW2skrdJlCzVENwYMppzCl3QR2IEj5z-3A','I walked in and only waited for 5-8 mins.The registration was quick and easy. Everyone was amazing. They made me feel comfortable and addressed each concern. The entire staff was caring and attentive. This is the only ER I will come to!!','2020-11-09 16:23:07.319000','2020-11-09 16:23:07.319000',5,'Lawrence Family Adventures','https://lh3.googleusercontent.com/a-/AOh14GhRT54t92BI0dZGgKN7Gatt96olA25m2ASN2xKgSw=c0x00000000-cc-rp','17898197009688164559',37455),('AbFvOqmk3jpDIW5z0O_IsfkUkXVaIIg6tVvMGy513CC6DXjNSrO3uqI-tcGZZoLQ51jrlFc6Qd1C','We own our own business. For what I am going to explain please do not hold this against what we do, we just had a semi-bad experience.\n\nMy husband cut the tips of his left hand index and middle finger off!! I know you are thinking pain just like everyone else that has heard this story. They were very nice and speedy getting us to the back since we were the only people in there. The admissions girl waited until an appropriate time to bring the paperwork. The doctors and everyone started working on him ASAP. A nerve block was done and shot of morphine was given. X-rays were done as soon as the pain was under control. No bone was cut thank goodness. The ends could not be sewn back on so it was left completely open, which I understand.\n\nHe was bandaged up and then told to take Ibuprofen. Now as a nurse, I know how much that hurts. I asked if they could get him something stronger? It was Friday at 2pm so the doctors office he goes too was closed and a possibility of an appointment would be Monday at the earliest. Of coarse we were told no. So at 3am on early Saturday morning, I called the ER and asked them if they could please get him something stronger. They asked me to wake up my children and bring him back in to have another nerve block done that would have only lasted maybe 6 hours. After explaining that we tried to prevent this from happening, the doctor finally gave in and wrote me a script for Tylenol 3. Being a nurse I know with an open wound that size and hitting the main vessel in the finger, it is going to bleed quite a bit and adding Tylenol will only increase that. I wasn\'t going to argue though considering he was in terrible pain. I went up there and got the script. This is the part I almost lost it..... The nurse came out and handed it to me and said \"If he is still hurting that bad, which he should NOT, he needs to be seen again\". So cutting the ends of your fingers off should NOT hurt and missing it isn\'t a problem enough, I don\'t know what trauma they themselves have ever experienced. My reply back to her \"Have you ever burned your fingers on your curling iron?\" Her reply \"Yes and it hurts very much.\" My response \"Now cut the ends of them off and tell me it should not hurt. Also as a nurse myself, you are taught in nursing school and at any facility you work at, besides this one, to never tell a patient or anyone else, they should NOT hurt EVER.\" I grabbed the script and walked out.\n\nI was very infuriated by her demeanor, response and her ability to think she was above me. Now I am not saying everyone there is that way because they are not. I also understand that pain medication can not be given out like before because of the state laws and yes it is a hassle now for doctors to have to write it out. But use your logic, his fingers are going to be in severe pain when the block wears off and may need to keep it under control so it doesn\'t get out of control like before. The dressing change the next day caused him to pass out.\n\nMy son had to go there because he had pneumonia and they did a very excellent job with him and I had no complaints. Even when we had to go back because he was having an asthma attack while sick. The care was excellent. That is the only reason that I took my husband. If it is for small things it is great but for large illnesses or injuries, I would think a few seconds longer before we go. It is all dependent on the severity.\n\nI wouldn\'t give it a one star just because of one person and there pain management protocol but it is not a five. I know the state had to tighten the requirements on narcotics but there should be discretion on prescribing them. It\'s not a horrible place by any means but there are areas with the staff that need to be addressed.','2016-06-06 20:22:28.225000','2016-06-06 20:22:28.225000',3,'Texas Made Graphics,LLC','https://lh3.googleusercontent.com/a-/AOh14GgxxcnI3Kv_MJi25ytpMtAUbI-y7sgtfXTpmASn=c0x00000000-cc-rp','13486358490203335051',29973),('AbFvOqmK4LsAVD8CeWGH-YAOe3g8VwyztMtaeNoCVGMYyFmWtenTVvc7KmtqEEucZ2Y0JiJ5mzC2QQ','Threated great šŸ‘ thay even had snacks šŸ˜‹','2020-12-18 23:57:35.464000','2020-12-18 23:57:35.464000',5,'Greg Ross','https://lh4.googleusercontent.com/-i95XDSeUemY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm7szUGBUKk5bGcVuqhfHZUiiuxHA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44660),('AbFvOqmK5GROSkh5FqhuodGntplXFKJRHfOR3TWMr_brvmyvEGLqsMzJw8F5vzPTcBrBBswnu_UF','I had a pleasant experience with SignatureCare. From the receptionist to the Nurse and even the doctor. The environment was clean and welcoming, service was quick! And efficient. They even called the next day to check up on my niece that I took in to see the doctor. If you don\'t have insurance, they have convenient payment plans that allows you to pay up without feeling overwhelmed. I will definitely recommend this facility to my family and friends. Thank you to all the staff!','2018-06-21 15:57:59.042000','2018-06-21 15:57:59.042000',5,'uyigirl1','https://lh3.googleusercontent.com/-wBanXEUWehQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUb1iFXq_6vAvA-dR9HT_TwZx2og/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36939),('AbFvOqmk6a2-x_MKUAghepnkOwC2JY87c7ajf8UCIazeBdWcG7T4_VDHiXREqrPssDWbKVwd3MbDSQ','This is the way healthcare should be. Very caring, efficient and thorough.','2017-03-27 13:13:21.697000','2017-03-27 13:13:21.697000',5,'Christine Cobb','https://lh3.googleusercontent.com/a-/AOh14GhvMTK0YKAWS0PTBxQ1pKZfSNRuaFZnmifnpK8lBw=c0x00000000-cc-rp','14904078213800803294',32703),('AbFvOqmk6bjabF5cbtrhdubghBlM77gUT28ugMVWeV3x-bKbrGGWtRHL92whAHqYTanw4iuWeabL0w','My experience here was above amazing!.Mrs.Jocelyn was very nice, Dr.Appiah and Mr.Brian both are very professional and patient I recommend anyone to come here. No wait time and the place is super clean!','2019-10-09 15:24:12.958000','2019-10-09 15:24:12.958000',5,'whitley williams','https://lh3.googleusercontent.com/-XvoLdWPoDHA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckjPyt3r0ku8Slre071u39eBMgeag/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33895),('AbFvOqmK6cbvO8XXlmIdepYd48RghNutsdAOl5NS-hcG_7TVn5bYt5ELU8swZQND0xjgSAWRZScYlQ','Dr. Harjai was excellent and so was Tricia the radiologist And Jocelynat registration','2019-05-25 20:24:58.926000','2019-05-25 20:24:58.926000',5,'Paul Perez','https://lh3.googleusercontent.com/-D5XWwLGfqwc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclF_OFckTOO4anee25TRNWJUd0vSA/c0x00000000-cc-rp-ba2/photo.jpg','16389487648212004696',NULL),('AbFvOqmK7wj4PBDJZK_qTU9tDvXXN1VfzrJqqgGBNxC4OdBvaSxXU0fZXhmeY0n8Gzr-yJEdnf2V','Friendly staff','2018-02-06 03:15:37.149000','2018-02-06 03:15:37.149000',4,'Ivan Sorto','https://lh3.googleusercontent.com/a-/AOh14GiDh2tFtFd8mubV_rHNL5IejNINkS8xZoaNB_ZU=c0x00000000-cc-rp','8918455867446117794',43419),('AbFvOqmK94Vz7UfyQO9WVzFyei0zQdryX8_ZGqZ0dJTT02ICtfiP36raKsYA-naZjDhS6aCQjVfO',NULL,'2020-02-18 01:13:28.080000','2020-02-18 01:13:28.080000',5,'Rob G','https://lh5.googleusercontent.com/-hcAa7E8Yk5A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnWVhpkTxybvEDdpCM9pakNhs8AZw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43087),('AbFvOqmK9mq9-gB3Qn1iMCkIMigPYXYCptjVXRPQv2M8E1sc2BCQig2O6NouKi3pYODnfy19qeShrA','Regina and Katy were very professional and they answer every question that I had for them.','2020-12-30 00:26:02.881000','2020-12-30 00:26:02.881000',5,'Oliver Webster','https://lh5.googleusercontent.com/-PzJUoZpICow/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucny6nGRxqHqV9_XoISUlQyOp-BwGw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39639),('AbFvOqmK9VdyAH2gs6o8_8W-optAgvlKpr89avSZdNmUgfoZJ-4Zh3z_xtsy8ax-c_Bb-fkoWEiD','(Translated by Google) Like the place nice, fast, clean place natalie, Tricia, alvean, Dr.faroogi. All very lovely and speak both Spanish and English\n\nI really liked this place Natalie the reservationist speaks English and Spanish very friendly and the nurses Tricia and Alvean also very kind, and Dr. Faroogi also very kind and explains things very well I liked the place very clean and tidy everything.\n\n(Original)\nLike the place nice,fast,clean place natalie,Tricia,alvean,Dr.faroogi. All very lovely and speak both Spanish and English\n\nMe gusto mucho este lugar Natalie la resepcionista habla inglĆ©s y espaƱol muy amable y la enfermeras Tricia y Alvean tambiĆ©n muy amables, y la doctora Faroogi tambiĆ©n muy amable y te explica muy bien las cosas me gusto el lugar muy limpio y ordenado todo.','2019-11-01 22:13:27.182000','2019-11-01 22:13:27.182000',5,'CLAUDIA E PALOMO','https://lh3.googleusercontent.com/a-/AOh14GgNjhs968j-T_gOULzTe1qZxWWVj299suNf32CvPu8=c0x00000000-cc-rp-ba2','16389487648212004696',33791),('AbFvOqmk9ylTzSvEcQ4EC2VYmYptEBJf8Uz8Sm8mRekelhDagN-zCk5j2dsWVqGM-apF-FTE4yv8jg','I deliver linen to this facility. Adam has gone above and beyond for our service team whenever anyone has delivered to this facility. Always offering drinks and snacks and even treating our team members to lunch. If this is how Adam treats the people that deliver his linen I can only imagine the care and detail to which he services the patients that come here for their services.','2019-03-18 16:59:42.396000','2019-03-18 16:59:42.396000',5,'Juan Martinez','https://lh3.googleusercontent.com/a-/AOh14GgOhK4DKY1BcJGzJt2MDAAkI-dkOYaaNNRWhCWNhA=c0x00000000-cc-rp','16891069708558046635',36246),('AbFvOqmkA6CK9GafPwVi2Nizf3pgVKJ4ABcJXSYcOJx7KHcEHob6td0I1MfDENuPAs1z7mndU90ptQ','Very clean and professional. I felt listened to and received the care I need. X-ray done in house','2016-07-28 22:13:49.000000','2016-07-28 22:13:49.000000',5,'Taylor Steele','https://lh3.googleusercontent.com/a-/AOh14GhPRYv-3jqVAWKyym6ulpIRSHYRTcAQFjYL928wFw=c0x00000000-cc-rp-ba3','3511292162159714121',41186),('AbFvOqmkaA7eS6IYs5XIAWFqAhFIOlC9--ScpDf3S1UkzDCHZbTygy7GXRoxTi6sjtnGUhXwlsgmaA','It was awesome','2017-04-30 21:05:21.223000','2017-04-30 21:05:21.223000',5,'Frederick Ramsdell','https://lh4.googleusercontent.com/-7abBRnycTr4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmHt5S6GRx0p56pcAZ7MT6XRyWk2A/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37168),('AbFvOqmKaGcL5aY8tP413QHM3lN5IpgwRuAFagm4wtQ24xO_LXsxh7uJhOj5jfFcDvVgVM6WEfYV','Great service very kind and caring! Will return soon!','2020-11-03 21:56:00.267000','2020-11-03 21:56:00.267000',5,'Allan Castillo','https://lh4.googleusercontent.com/-1vsp35YCwKA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLeP0e1KZNX3-8GWl-mOq7yRMxEQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38443),('AbFvOqmkAgNIGac5TNNfF0DE1sXD8qlB5VOV3o40YL_lf2fsN4dunFVHg1s2NfZ9US9fyRmuu2nSuQ','Nurse alvean and Pete were great !','2020-11-06 15:12:30.783000','2020-11-06 15:12:30.783000',5,'Lily Guillen','https://lh3.googleusercontent.com/-EwEvCmy9RzI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclpIrQz0PEXIDn7MyvfVtttoSXeWw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32988),('AbFvOqmKal1Oin6H-X0IbnmzRzlTSd572c5oA4JTTQvpCGjgJNWN1bgJjILph2qeUh7althB-MR3','Wonderful staff!! Sergio, Mollie, Eric and Dr.Henderson were all so sweet, helpful, and got us taken care of quickly! Great place!','2019-11-05 07:39:01.139000','2019-11-05 07:39:01.139000',5,'Brittni Smith','https://lh4.googleusercontent.com/-RlwYsPqndL4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnx6eaKxmIO5KKwKzUd8-6lymUHWg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39778),('AbFvOqmkAqM-Nm-xFWIJMcVuNicSnQZate9JE-jr0IFbe1EuKVMDMLmGeRHgWcmCTgUzjlies_wJ1Q','Best ER in the Killeen area! Very caring staff','2020-05-26 21:02:19.565000','2020-05-26 21:02:19.565000',5,'Felicia Josephson','https://lh3.googleusercontent.com/a-/AOh14GiKpvf53cxO5OQfavbWteq7Nri7k1BoVc2AP3woL2I=c0x00000000-cc-rp','2694018788013845459',39071),('AbFvOqmkAULWSclnQS2iitz496EqSs8_-uAlDsA64q_4iCP25iYWcFtjYBWrRwhMgvWSgCyrzr9AmA','This is my second time visiting the clinic. Prompt. Great service. Kind. Helpful and very clean. Would recommend to anyone.','2020-11-23 15:33:06.939000','2020-11-23 15:33:06.939000',5,'Trey DeJohn','https://lh3.googleusercontent.com/a-/AOh14GhquI28uZ3Z3oJhGHUXfxO_DCkcz9ZlqOEoUvU6Fw=c0x00000000-cc-rp','2077061009497551125',38421),('AbFvOqmkbEK5SyyjTKqs3xRQ1zTIsru5o9s0FCAt1uW7YcQ9fVPA08nagLxyxQ4weHV_buErSSOU_A','Absolutely love this care center!! ALL staff are very nice and welcoming. The doctors take their time to make sure you feel comfortable and at ease. I live close to humble area but drive all the way over here for the treatment!!','2016-12-16 16:58:19.836000','2016-12-16 16:58:19.836000',5,'Gabriella Delagarza','https://lh3.googleusercontent.com/-ICyR3HoCENo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1KfKXHfVaQjxHog7H-uOmK_acWQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32762),('AbFvOqmKbRJArm9Z9MZcP2PczSJMV0ng6RTFcVsr7OwlddlX0NggM2yk72j9_p-1cYBHAWG9K8JIUw','Great, quick, and high quality service from Theresa, Katrina, Cheney, and Ybarra.','2019-10-26 00:28:10.407000','2019-10-26 00:28:10.407000',5,'Ike Ojiaku','https://lh6.googleusercontent.com/-hG2rEBjuJ98/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclS-cOmSMVRPP-_CYz0-zvXRyUgAQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42633),('AbFvOqmKcZ68KomB-P8JH_y8kbfncFF4qSvwnU81czFmxZteZQu88Tf_1JPGCzvNch1_nQgDzBqfKQ',NULL,'2020-06-15 15:02:30.989000','2020-06-15 15:02:30.989000',5,'lisa Marie','https://lh3.googleusercontent.com/a-/AOh14GgwzdkoZGrS3gDG7zhJmGWTEm9OdgUeo2kUSjUsdw=c0x00000000-cc-rp','13486358490203335051',29386),('AbFvOqmkD_9g4E5JVghgTfkWSxF5slrT6Q9BF42_HWmNU00yh0tqbV0kSwHYN72fqCGLsZ6_dWJUaA','Staff was friendly and helpful. All precautions were taken for social distancing. Kept covid patients seperate from ER patients. Thank you.\nMaeva and Katoira were extremely kind when i had to come back.','2020-07-13 15:47:30.320000','2020-07-13 15:47:30.320000',5,'Dre Rodriguez','https://lh5.googleusercontent.com/-FastLJCFAdw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckBDhdIR5nQXwT6WuIBoys4hhL0NA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39040),('AbFvOqmKd7r-BC3S8g-0bniIEY6T-ndjPhByCNoKmHMGTwF33q_MtDPzohClJT89JqAQ3bf4SrKcbA','I came in to do covid testing.Overall experience was great! The front receptionist were very kind. (Dalia R and Alyssa P)\nWould totally recommend!','2020-10-09 15:17:40.887000','2020-10-09 15:17:40.887000',5,'jorge cardenas','https://lh6.googleusercontent.com/-fEmcJpWS1lY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhI1WSxEYB0DleFo7FB-Z5z6Oy2w/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42868),('AbFvOqmKdDD9SEH0PFuA-Hk3tp6il4_CVdUEqL4utYgFt1HEySjITekBKCTNu4rVUurROXyr_13WtQ','Wow! What an AWESOME experience!\n\nWe came in on a Sunday morning around 9am. Wait time was maybe 5 minutes! I couldn’t even start the paperwork it was so quick!\n\nThe staff here are AMAZING! So friendly. So caring and they are awesome with young kids. My daughter’s 5 and they eased her fears. Dr. Pham was wonderful, nurse Lisa V. was excellent and the receptionist Jocelyn was warm and inviting!\n\nThe facility is BEAUTIFUL! It’s modern, new and clean! The reception area is comfortable and has plenty of seating. There is even a snack area with juices, water, coffee and assorted snacks (goldfish, crackers, fruit snacks, etc).\n\nHopefully we don’t NEED to come to an urgent care but if we do, we are definitely coming here!\n\nThanks for everything Signature Care!','2019-06-16 15:50:23.889000','2019-06-16 15:50:23.889000',5,'Sarah G','https://lh6.googleusercontent.com/-7nrmS-9a6Qw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnyL2LjWKPhLh-jfEyAUZactsES_Q/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29793),('AbFvOqmKdV243sGkB1D6waBPNHM-DHH7C09P4r9qoMZcukBOAfRmN4MvxKjoQiFIbR5zkcLRNcr_IA','Prompt, Professional, Service. Highly recommend this location to all','2017-01-29 15:22:06.615000','2017-01-29 15:22:06.615000',5,'Lee Warrick','https://lh5.googleusercontent.com/-rEXMQTr-X4s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclSTqV9tKxZKu7TrHA4Rhc3JumBAw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37224),('AbFvOqmkDZGFaevz6Arm0q5hwepWdNdv9ur1WoB6ekgLRDVQ9-X8z2KQmWY10McfP8OQyBJ3YxvXrA','Visited on Sunday and could not be happier with the experience. They got us checked in and called back really quickly. Kristina A. was excellent in taking care of us and helping ease any worries for me as a Dad and for my son who was receiving treatment. Thank you Kristina!','2020-08-18 05:00:43.840000','2020-08-18 05:00:43.840000',5,'Chris Baez','https://lh3.googleusercontent.com/a-/AOh14GhXno6yt2qqprhCv5De3I40Vw8wOH0flF_ds7Qysg=c0x00000000-cc-rp','12541597562633926366',28563),('AbFvOqmKe4Q02OIYMwmpRIsxlewyqc0id85hLhjIFqix1lNhq4wWALs-sCj9zpL9mQZ0tQ7WXbFoTg','Everytime I have any medical problems I go here when I have health insurance. So does my sister. We have fast, quality care from caring and attentive staff. They make sure our concerns are thoughtfully answered and give us clear instructions.\n\nSignature Care saved my life twice by their quick action and care when I needed it the most and I will always bring anyone in my family here or recommend them to everyone I know.\n\nWe love Dr. YOST, Lucas, carla, Jennifer and the rest the staff there.','2020-02-01 19:43:29.413000','2020-02-01 19:43:29.413000',5,'Mandie C. Purifoy','https://lh3.googleusercontent.com/a-/AOh14Ghz70opBVPJ4v3NMteMofO5mGp7RnfhAmtwp3Nq0Q=c0x00000000-cc-rp-ba3','3272657195432704501',39650),('AbFvOqmKeghH-ICpqGXB6ob1WRHEkxGK4niFr8BaLWawSI2vvGEAA5H0tr4xisDEwIRihZiBkI-C','Awesome experience. They were all very nice. Kimberley at the front is super nice, and helped me out so much!!','2017-01-23 19:41:49.006000','2017-01-23 19:41:49.006000',5,'emma williams','https://lh3.googleusercontent.com/a-/AOh14Gjk1ww-AfSTrU0tl8ewTc6VSNwXlyRJ7adEjCwo=c0x00000000-cc-rp','16590124370714063921',35526),('AbFvOqmKEtojbCUxK9ndA05DlbFcT7GgdG106D07xAfRq6PJlcDz6uM_y0Ayb7ZfOWtcCw812OOSJw','From the moment I walked in, the staff was alert and were genuinely concerned about my emergency needs. I was in and out of the there in No Time.... Actually less than an Hour. Thanks Again','2019-01-28 12:29:39.082000','2019-01-28 12:29:39.082000',5,'Toya Demouchet -Palmer','https://lh3.googleusercontent.com/a-/AOh14GjiWgpdWeWAhaDNIZmDaDYLc1GDdwlCcW47os2c0Q=c0x00000000-cc-rp','14567670160750071148',30619),('AbFvOqmKf2dr9hjatS7eYD8VNS-tiPMfA-HrXZ9yD0lVfrj6IXzBfmltyeA0IzMO7OLAqZrsooMl-g',NULL,'2020-07-07 15:01:49.390000','2020-07-07 15:01:49.390000',5,'Cristal Roman','https://lh5.googleusercontent.com/-knVZqwH21z8/AAAAAAAAAAI/AAAAAAAAABA/AMZuuclOfy3tQjI-GVjl7oNsZWmVM2CuIg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36564),('AbFvOqmKf9vwjCK1xsU1J_OrJ-l3xxo7BpwmEv4aaplQqMbFNY47lFCDrEYdzejOkgbsSObG7D8jvA','Is better then in the hospital waiting alot when you can get a better service and beutiful smile of caring about your health','2019-05-18 04:23:31.865000','2019-05-18 04:23:31.865000',5,'CINTHIA MARTINEZ','https://lh3.googleusercontent.com/a-/AOh14Gg3T0G6oGBXorg-K8A6wd-QzQJwxB4MGAXWD6e4Mw=c0x00000000-cc-rp','17394740196501090048',36784),('AbFvOqmKFd35oNwB7NnugbPJHy52om9SlUzYvanSdvKV5EJV_HPDh8FAYThSF3WdlJBob27kbuVofg','best place ever!!!!!','2017-03-25 21:31:18.478000','2017-03-25 21:31:18.478000',5,'robyn morrow','https://lh4.googleusercontent.com/-2TxyjSsrUvE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmKHaKZLsVaOl347VeGfrnLas-Gww/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35466),('AbFvOqmKFeAFOK-lEnE7EWswQBK-xvpl-feoSDC4Pl8Bp4qLwy3zWy0WoBldO345Yr-FogOxBVqLdg','Doctor Huerta came in and spoke with us five times during our hour and a half visit. Nurse Savanna explained everything she was doing and was very sweet. The rest of our team did a great job and we would recommend this location to our family/friends.','2019-05-22 14:31:52.787000','2019-05-22 14:31:52.787000',5,'Jennifer Gentile','https://lh4.googleusercontent.com/-EAAQD3kDWqw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnw_2riygKPLzYbsGSLPAAO6B9Cgg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29840),('AbFvOqmKfI1sbzLNe30KMO3uC4qj3QY5jrKBvUDGaN_ierVIuNTVPrjpBMpcSO1oS61arlblVDTL','Staff was amazing. Very attentive and answered all questions I had. Thank you so much Jocelyn, Alvean, Tricia and Dr. Nguyen .','2019-10-02 19:31:50.260000','2019-10-02 19:31:50.260000',5,'Lisa Lisa','https://lh5.googleusercontent.com/-mM5jaqkrRPU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnxT5d4kWyVnS0cdJMMniMm_euM4Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33914),('AbFvOqmkfJM-xRYBOmg2MMQ1vTQMko2BFcPIbRddojZPVUW7J7sAu35NeLO4sgE5PsjFfd92ix4vvQ','The signature bellaire has a patient, friendly and welcome staff. They offered a warm blanket along with snacks. My wait time was quick the process was smooth and Dr Dang even gave me a hug. They listen to my problems and was knowledgeable about symptoms for certain illnessesšŸ‘šŸ½','2019-12-03 17:17:08.339000','2019-12-03 17:17:08.339000',5,'Latosha Britt','https://lh5.googleusercontent.com/-Ydnd329ybUQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnvIyrLS6uGjCymyCOHsnPBUXM6eQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42559),('AbFvOqmkfKXXFlde3jKe3CY5N_hi6J6FxMiItTcz-lm2-XnEQNa6Lzq5v37bd0jbD1_FRxLFqBwAVw','Amy was really helpful with my wife','2019-03-10 01:55:57.756000','2019-03-10 01:55:57.756000',5,'Donte\' McAfee','https://lh3.googleusercontent.com/-wYOOSVmZ17w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckg8gWGeGLsD7M7dMS9IdD5vSP54g/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40626),('AbFvOqmkfpPVlD_B251xHLwSodeyIQI5bqFardDSlzaM-Py54FZXSE2HOndNDf-OcKDVX-he4dXO','Had a great experience. Was in and out super fast and the staff was very friendly especially Anthony, RN, Nathalie-tech, and Dr. Jaber!','2019-03-25 18:33:10.108000','2019-03-25 18:33:10.108000',5,'Haley Edwards','https://lh3.googleusercontent.com/-yPFLPizJoXI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnmTyELGbMEa9npUreHABYjfgeIdw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34946),('AbFvOqmKgCFkePOFXFwJmJh4NjMRF2q8sihb8TfFwa8aXumckUBeNEZIFk3NfMjCG61OZsUyA2x38Q','This ER was the best one I’ve been to I loved how welcoming Tanishia was when I walked in and loved the nurse Susan and er tech Daniel Rad Tech Laura and most definitely the doctor Nguyen every one was very sweet and caring and I loved how the doctor took the time to sit there and answer all my questions and explained everything to me','2019-12-04 07:37:14.760000','2019-12-04 07:37:14.760000',5,'Ashley Rodriguez','https://lh6.googleusercontent.com/-OWeK7vE-me4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckvdhW50xjdNVnZnncrDoyiYUtReA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37829),('AbFvOqmKgdhdEXVdStHNbzgJI3flrtS-E40zRVXZbzKkDwqq4q_YmEqVM3VLOms4fpJv4SyHU-oCiQ','Thank you to the team at SignatureCare! This injury to my hand could have been much worse if it hadn\'t been for the care and insight of y\'all.','2018-09-10 20:54:33.713000','2018-09-10 20:54:33.713000',5,'Andrew Martin','https://lh3.googleusercontent.com/a-/AOh14GhLBulwexIY1THdyJKWGUKQbixzBMDlLisA19nA5g=c0x00000000-cc-rp','14567670160750071148',30732),('AbFvOqmkgn1pjB6ZcPrzgZ8HrAYfMBuuTZeIw3w9y_xJq-28TofpeiS3fpIJcNf3QrR7lj6tMm8C5A','his is definitely one of the best er care places that I’ve been to. I was seen quickly and based on the information I provided Dr.patel I was diagnosed accurately and they even shared with me common reasons for what I was experiencing which was very enlightening. Nurse Kristina did an amazing job drawing blood and placing the iv she made it look effortless and it was done well! Scott,tino,maya also worked together as a team from checking in ,and all the details that go into making a patient feel as comfortable as possible!','2020-01-25 18:33:23.527000','2020-01-25 18:33:23.527000',5,'Elisha Taylor','https://lh5.googleusercontent.com/-W6v8oXp9AqY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmRZTJZAAC-ai5llFwkcEJLacxB5w/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28785),('AbFvOqmkhjCSJeWck80yESvEWomFYEtjOPYB8fKfkimi2jUXi_Zdf2IE3hYnahdb4rp8plSmwjHH','Great place thank you shania, kim, lisa and Dr. Miller.','2019-08-17 07:04:50.063000','2019-08-17 07:04:50.063000',5,'Rosemary M. Rubio','https://lh3.googleusercontent.com/a-/AOh14GjKXrpq_3C9ym4qqsKo6dHX0PXAUCTxqBlCUlicQg=c0x00000000-cc-rp','13486358490203335051',29695),('AbFvOqmKhoqC7M_FfJ291f4RhU_lHAe-hnOxe-I6dL9m7h7i9ea29k5Ve1t5VZQ47shQAlvaVuo3Cg','Nicole, the receptionist was super sweet and welcoming .... I love signature care ER its always my first choice.','2021-01-25 15:41:08.478000','2021-01-25 15:41:08.478000',5,'Yessenia Hagewood','https://lh3.googleusercontent.com/a-/AOh14GjxWuVQVa1m4q6lIqOQQpsiDWVoww2Coyf3oYUD=c0x00000000-cc-rp','3511292162159714121',44416),('AbFvOqmkHsfH4cksDasIew_w2WZKNQp8VguV__GwLokwxrxWQ3FDNWlP7wdw88rAsFpigqaj1DDn-Q','Rayven was very polite and welcoming when I came in. She was very fast and efficient when it came to answering questions.','2020-01-08 03:25:41.863000','2020-01-08 03:25:41.863000',5,'Eryn Harper','https://lh3.googleusercontent.com/a-/AOh14GgNLSCphqmSS6B6R_hc5DUqKNhygCJiEQvtC2CACw=c0x00000000-cc-rp','16590124370714063921',34463),('AbFvOqmkHsg0u1YFcBhEcey7VFIBWzj-4obUP8Nmg1RpukaLnUSu8MUCxLN6CIUAOHuktr3MwpbeCQ','Awesome experience. Fast service and great team. Valory and Julia were so helpful. Will come back!','2020-12-27 15:02:08.803000','2020-12-27 15:02:08.803000',5,'Lindsey Bang','https://lh4.googleusercontent.com/-1jNbpHRD8Mk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmSJjAzBbpmaAy656HdSeAKKTUhIA/c0x00000000-cc-rp/photo.jpg','15979470999169074295',43959),('AbFvOqmKIgdhVSa9eR31Rj0AH2xi9xX9ieWAaIdR0BOlDk5NODHcnoLe4cByxwtbb1_qSa9C5StuNA','They were super fast in receiving me, the front desk lady was super sweet as well as the nurse and the doctor. Highly recommended if you want fast results and caring staff !','2019-06-01 15:39:03.582000','2019-06-01 15:39:03.582000',5,'Leticia Loera','https://lh4.googleusercontent.com/-BAB-PUDA6MQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn10mtUfsOddJgzsO_bpY05e-5bSg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38159),('AbFvOqmKiLIOW5lnCMm_jmbLLYtJqIIGk_pjnN3JA7Qz3RyfUSRH0ZR4ODidmg6cFsniG4jJcOIsmQ','Great staff, run very well and smooth. Thank you dr.harhai, nurse kat, Selina, & Melissa keep up the good work!','2019-03-07 02:34:04.054000','2019-03-07 02:34:04.054000',5,'Christina','https://lh3.googleusercontent.com/a-/AOh14GjwYXCvPhIpuYA9EciNFJYoGpbt_FkZOkjub-dsco4=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmkIRCGjDLBskYuobZ1wQr6GK3Wzwq0FmHJ3_w-Dm0pTFINZ3vVZdvttpTToWIsXKMdETgDdw','Fast treatment! And Erica at the front desk was fast getting us checked in and out and making sure we had all the info we needed!!','2020-01-06 22:39:01.831000','2020-01-06 22:39:01.831000',5,'Dezi Dee','https://lh3.googleusercontent.com/a-/AOh14GjviwJCQiCbU4Tx9mLBLJTi1YkPaGuB8zYAWjncfQ=c0x00000000-cc-rp','14567670160750071148',30363),('AbFvOqmkiz1OR7M4g0RyOalRnXXWbQ1o3IPHxEEZygF5B5rYUA_Y3Drslidx7jOZKHRkV5HVfJLs7g','They were open on Thanksgiving and it was better that my baby\'s doctor visits. The doctor was amazing. My son had been seen by a doctor 2 days earlier and tbey said it was viral. They tested him here and he had flu, an ear infection and croup. My poor baby was helped by this awesome staff. From my first phone call to make sure they were open until the very end. Highly recommended!','2017-11-24 03:47:18.995000','2017-11-24 03:47:18.995000',5,'Erika Pineda','https://lh3.googleusercontent.com/-9sBdnHvD3Uk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQMmTsMuLZPlqGbIVBL8DeHwdEEQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30944),('AbFvOqmKiZzONJSH73ftwOSWyep0m01ghEUoiUoTf7IC348kiNFx6ncLNfR1aV3TeKCAWUMLjJPgqw','I had a great service they helped me so much and answered all my questions and let me know before hand what my billing would be\n\nDoctor jabar\nNurses chantel Lynn\nRad tech:Laura H\nER Tech:Daniel B\nRegistration Tanishaw','2019-10-21 06:18:51.856000','2019-10-21 06:18:51.856000',5,'Azfar Lakhdhir','https://lh3.googleusercontent.com/-6wEA_huKUdM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckjcb3j1LZPlYf4MHXzr-wsX24zxw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37940),('AbFvOqmKJmG48hSlCKCUwN18DOjQeb82U8X_Oe4YxtlSUrGR_NFfogs1-nAyYZk_BlvZWypduMAm','Great Experience today!!! I will be back. Thank you Dr. O\'Malley, Tricia B, Jose P, and Patricia','2019-11-29 20:05:03.116000','2019-11-29 20:05:03.116000',5,'Lagennueffa Jefferson','https://lh3.googleusercontent.com/-li_vcIRW74E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucljiHzMecMXRfgqZQwbf5hD77AzCg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33665),('AbFvOqmKjSgwj_PFDEWKO2dBlYHV3B82WwfUQcZtTKGEQxNle75Hywl6WIzCUPv1BYhcYHwheJF_','Dr. Morrical, and his team Irvin, Laura, Lisa and Maryann were great. Fast and friendly service. 100% recommended.','2019-09-15 03:31:02.233000','2019-09-15 03:31:02.233000',5,'Igone Garayo','https://lh3.googleusercontent.com/a-/AOh14Gi3Jzc5_BrQLD5IaCTRKEG_nly0DH8KXuxdSLI=c0x00000000-cc-rp','12541597562633926366',29021),('AbFvOqmkJuHTjk7d9yjBtb3DNZRMNgsOoGl_pbj88QOVYb6yDAJxjTJblOajFmIJFU33c8LpISZFNA','Very clean and fast love the service I highly recommend you to try them.','2020-02-27 13:59:53.701000','2020-02-27 13:59:53.701000',5,'nichell joseph','https://lh5.googleusercontent.com/-SaSBmJmC9Po/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm7A75bGwMh2JA6yF6uEyQxoayAnQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42418),('AbFvOqmkK_E2-u8zndHrQMDhnOCG11Ya0VFHMd5x8KCfNwOPhxzv0U9VIS7miRZA5Yi-DUdj_m-H2Q','We had a great experience here, we were treated well as soon as we walked in the door. Fast and easy, were were in an out. Thanks to the wonderful staff Dr. Carzos, Delicia, Duke, Waldo, and Yasmina. Highly recommend this Facility','2020-02-05 18:16:19.728000','2020-02-05 18:16:19.728000',5,'Ben Paquinto','https://lh6.googleusercontent.com/-wy8MV5mzcGQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTVl741qydYWvGInbwIeSy-Yy5FA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42452),('AbFvOqmKkKrmbA5fahLJ6uKoo-AU47q_dpjNvXKwT3sM_wJzdDiVe-THAq84LuGUTzk0iGkjcOq6jA','My care here was excellent. When I brought my son in for a Covid test they gave him a small teddy bear what he sleeps with almost every night. It was such a thoughtful thing to do for a little boy. Thank you Nurse Gracie, Tiara, and Dr. Smaistrla.','2020-10-31 15:09:55.743000','2020-10-31 15:09:55.743000',5,'Deborah Edwin','https://lh4.googleusercontent.com/-nNGTSsTDjtI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn5yojLRXiPdZumy8xFaWLyAN6gLQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33036),('AbFvOqmkKPOmiod6FQ2GAZRxbjNEymTP9O0DIi0UUHpNQKLpvlhXX2ZkB0TGPzf1BV6EszWdTvzKdw','The treatment here is better than half the hospitals I’ve been to in Houston.\nThe actually care about their patients health and well-being.\nDr. Wang, Malissa, John, Rajesh, Laura','2019-08-15 16:23:24.136000','2019-08-15 16:23:24.136000',5,'JassyCakes Francois','https://lh3.googleusercontent.com/a-/AOh14Ggfyvz2kqVWPRJJzJkrcFY4sTZyIpsrJboSgKC7iQ=c0x00000000-cc-rp','12541597562633926366',29054),('AbFvOqmKlcNioceqXEU46lKKDpwgFBoF6aLlH0_KQAWF12vvWv9bLPuiG7sJDahJBKqo_B8BVHlY','Came in earlier than the appointment. Registration was fast and easy, I got called back within 5 minutes. Jacque and Amanda were amazing with taking vitals and getting me anything I needed to feel comfortable. I will definitely be returning anytime I’m feeling ill.','2020-10-21 15:42:23.247000','2020-10-21 15:42:23.247000',5,'Yvette Rodriguez','https://lh5.googleusercontent.com/-Ue7qxotcsqI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucloxgCRm_4nsc0A6pX8GMF1ZrU1Mw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40141),('AbFvOqmKLHDu0JFm7crdciRPlSwjn4HNhuZv8o_jWnX-2XB0-1tlI-h_wPqiiTF7_OlwOevCFU5zHw','This SignatureCare facility is amazing! My father had severe abdominal pain, and we visited two other outpatient facilities that turned us away before we stopped here, and we are so glad we did. Our experience surpassed our expectations. Jesus C. at registration was so kind and informative, Tricia was so calming with my father being nervous about receiving his IV stick, Jani was courteous and informative as well, and Dr. Nguyen had an answer for all of our questions, and explained everything thoroughly. We are so grateful for the care that we received, and will definitely be coming back for any immediate needs!','2019-03-21 15:59:03.573000','2019-03-21 15:59:03.573000',5,'Vanessa Elliott','https://lh3.googleusercontent.com/a-/AOh14GituqOyrdowPPU1-UP6VrrOtElO1QKIpH1r7xftlQ=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmklILA4AGiVWYzLWyLeLmuvtRH5lroTN2FttqWuojuUUJEISSiXFSgugz9ukdY3MIORQCl','An appointment means feel free to come stand in the sun with the ---- who knows how many people, but many many people who have scheduled the exact same appointment time ---- as if it meant anything. The only person I ever saw was some lone security guard who was positively goofy and seemed to think the entire debacle was hilarious but couldn\'t answer the most basic question. His only purpose seemed to be making sure no appointments admitted prior to freaking melting. After standing in the sun for an hour, I left having never entered the building. When I left all the crowd of people with exact same long passed appointment time were still standing there. No signs, no help, no answers, no medical care.\nHorrible and shameful representation of medicine.','2020-07-11 05:58:06.174000','2020-07-11 05:58:06.174000',1,'Anita Giezentanner','https://lh6.googleusercontent.com/-rWFc4r3Vk1c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckhcxS-jqT4qF27lCZXsgsnFCvLBw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33207),('AbFvOqmKlTowX8lU6Y5PkOqOdIjWn2Oq6NKeW_ESfFRjqXEpoGHOj-NqykqrnGvpmnWOsxWMvJFEQg','One of my friends thought she had a stomach bug and woke up not feeling well so we came to Signature Care and it was great! The Doctors, Anthony, Angela and J.R. were extremely respectful and were always asking if we needed anything, great service! My friend had a few tests done and was given an IV and everything went smoothly! They all made sure we were comfortable which made for a great experience and she is feeling better already. I will be back here if I ever need anything.','2019-01-12 18:56:24.467000','2019-01-12 18:56:24.467000',5,'Morgan Fissel','https://lh3.googleusercontent.com/-E5qnhdk85tQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn3EVhkeCQc9zW2sesif8TqzKUMLA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35049),('AbFvOqmKmDFFNokKd5bQAVbcfltjFYwhZtBVwJHstfkG7GWNnjX7r_e50BM-2wXYtOuYHufreKI19A',NULL,'2020-10-27 21:38:14.572000','2020-10-27 21:38:14.572000',5,'Christina Brown','https://lh3.googleusercontent.com/a-/AOh14GjNmfsjST-GZHCcYkhOS0pmcGd-0KYPLKxprNh1ag=c0x00000000-cc-rp','16891069708558046635',35661),('AbFvOqmKmuatHxewd8yXXmDC3BODZJvMCUSgx4OO7dr3po59vslwhcYmh1Gsf4zEPE95tqTcZ2CbLw',NULL,'2019-11-27 16:06:00.974000','2019-11-27 16:06:00.974000',5,'Saadia Khan','https://lh6.googleusercontent.com/-EPa8Jd9xtY4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucljIDFVFQ9xax1xmfMUBiyn4IuA8Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33673),('AbFvOqmKMYZ5kB1jvYvg6REmSeUifhfLZFxLlzjvxyix-hJZ2KujIjRQI_Le67ZuW6TEGSILD9I-OQ','Great E.R with great staff like Nurse Charlotte and Dr.Qureshi. Was in n out in less than a hour.','2020-11-08 16:10:55.940000','2020-11-08 16:10:55.940000',5,'ahmed mohamed','https://lh5.googleusercontent.com/-dEG6-EpRT-A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmorAwvSK-ugVAQVkhfXKMj9_ZJzg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37458),('AbFvOqmKN5a3eJWlVI6S3U4qRn0Mwob9a9839cz7sR1LiWuHONiSBZk5vgv-5v9vZyumYmqmnuYnUw','I haven\'t been sick in a year and I needed a place to see what was going on with me. I had fevers and body aches. Once I arrived the lady at front counter was very friendly and was very understanding. I got called back very fast. Unlike some places it takes hours. The staff in the back asked me questions and did so promptly and were very very kind. I saw the doctor in 5 minutes which is fantastic. Dr. Patel is a very sweet and patient doctor got me taken care of very well. It only takes 20 minutes for testing which is extremely quick. If your wanting a great trusted place I highly recommend this place! I will be coming back, hopefully not anytime soon, but if I get sick again I know I can have somewhere to go!','2020-12-09 19:00:07.944000','2020-12-09 19:00:07.944000',5,'A Heart','https://lh3.googleusercontent.com/a-/AOh14GjzSNXEY_7Fglt7IRfrTyY7doCMBNjJg8_Hld4e3w=c0x00000000-cc-rp-ba4','13486358490203335051',29244),('AbFvOqmKNBmbXJFuQV5XOzGkJcNwSDj-vHnTc2ZhWNy0BfP0QbSX1Haw8zwAoKVe-qi14w-UlG0n','Awsome customer service help and understanding since we dont have insurance.!! Go there all the time.!','2019-05-03 04:47:22.113000','2019-05-03 04:47:22.113000',5,'Alexx Villalobos','https://lh4.googleusercontent.com/-Ug82-yM4OXA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmd2cJ9UETmGSDwLa3lAQg2wUpTGQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36785),('AbFvOqmkNcKyEFcgd8U2eFgDfRZsnfILuz57tclObINzcbqFGnPqtLuImfriZS7VHAt9B5h6gFX3hA','Alvean, Marcus, and Jordan did a great job at taking care of me.','2020-01-29 23:19:51.705000','2020-01-29 23:19:51.705000',5,'Banana James','https://lh3.googleusercontent.com/a-/AOh14Gjb37GixBWdKybm1jUR016RhIUNcRQsXfg93AAphQ=c0x00000000-cc-rp','16389487648212004696',33429),('AbFvOqmKnEidQLDD4Bx6GxZDhFsk5phgEUYS5lJYdDmPFDkw00sqOr-qxvmbpqCjxSqpzzq45JZP','Cody and marquitta are dope','2020-08-17 16:51:08.268000','2020-08-17 16:51:08.268000',5,'Jameris Smith','https://lh3.googleusercontent.com/a-/AOh14GiXiqHi88xmBQDGb4ycEuBq2SYH3YFJjXBewj3C=c0x00000000-cc-rp','16891069708558046635',35838),('AbFvOqmkNVa7QWR9c1bIi6dH-VxGDCcP4j7yXQHhOaDSzN-bfA_hEpeB3PfBfDoI8P2KDP8nr0-DuQ','Ms.April was very nice and professional.','2020-11-06 15:58:51.547000','2020-11-06 15:58:51.547000',5,'Darius Lark','https://lh5.googleusercontent.com/-tUx2YnMJWsM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucni8htGUyOeqaEeZALXcplFveoILA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31403),('AbFvOqmKo_Eh3wQ5--VdsMGUpsdV35Nh0ryMQLmlwes-7373-RbonYxRGlZodWbTJzea82aG0fz8uA',NULL,'2019-09-17 21:42:18.928000','2019-09-17 21:42:18.928000',5,'Alynna Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GjgSADqV0yDGfBQyrj38opw5blupBwZjYDzIHwG=c0x00000000-cc-rp','6521947413723274945',41602),('AbFvOqmKo6Y4wJ_m_ncq6H4WU6bTQToWLEHvs_gAaQ_l277CS7UrADs6nIq9r3NKZJ_1HrPdXdA79w','Awesome facility!! Easy appointment scheduling fast in and out process Dr Angela was so sweet!! The nurse that helped me when I first came in was very gentle and kind. Would definitely refer Signature care to my family and friends.','2020-07-28 02:54:30.554000','2020-07-28 02:54:30.554000',5,'Nicole Zavala','https://lh4.googleusercontent.com/-0O59DoVFg4U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmhFMHUVnYhOkGjupJHpOvhN1NSfQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31850),('AbFvOqmKoY7bI82tsSbyZyqtd1PFoEtzFq11uUJ5PzfQCN9qnLb8qBDMCx3B2PeKtQAb6M1e5oPJrQ',NULL,'2017-02-03 02:20:44.328000','2017-02-03 02:20:44.328000',5,'Patty Tilney','https://lh5.googleusercontent.com/-sZP4sTF6dU4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJg4MfASgWCFJaj9J6NNaI5qqjdQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41120),('AbFvOqmKpfn2OllFux8oNJGAn3hHK11HZ-x2_HdV3D6pfoflzD2gyMVa0wzOVEke7WLSr9i8C4OZ','Kendra at the front desk was quick assist my needs, got me in to see Gabe and Dr.Kimball ASAP. Definitely recommend this place.','2019-11-23 03:05:57.177000','2019-11-23 03:05:57.177000',5,'Jack Greer','https://lh4.googleusercontent.com/-Z6pLipriHyk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucledx-C6gkw6DZFId0o-ll1LdzSPA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34557),('AbFvOqmKPkeNU8zae_yEFXsPQexTW0zAaBmTyBVVQLdjcrV8TNLPxI4pxwCjRugRQOcTy5U_IWOivg','Excellent care and quick in/out. 5 out of 5 stars thanks Jennifer Erica and Ashley!!!','2019-05-04 14:46:21.523000','2019-05-04 14:46:21.523000',5,'Ryan Nance','https://lh6.googleusercontent.com/-XLzOEBaDsw4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnn4Ms0jW92xdEVOHRAG6qiZnEwkA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42088),('AbFvOqmkPu1OIQPE_vQzjVuEDrwx8glcbauQmuQgK1gmfvn2VYLGfCaTc42y2KN-UILHvEelCmJI','Cody, Sam, And JD Was AMAZING. Very Friendly & Professional. They Get You In And Out Fast & The BEST part. You Get Your COVID Result The SAME DAY!!!!! Definitely Recommend SignatureCare ā¤ļø','2020-07-28 16:52:16.876000','2020-07-28 16:52:16.876000',5,'Charity Brown','https://lh3.googleusercontent.com/a-/AOh14GihLEJ1NASL-Cn8IRAIMLCvCHpt9z4hPnGH_CRv=c0x00000000-cc-rp','2077061009497551125',38735),('AbFvOqmkq9l-JPLkd333TnLC-2JjADijQdsLO-RnTWS_RUXd_L8U6b-TfKV5OmJ0N2a_M0R4isHirg','Very helpful and polite. quick and easy process.','2020-07-20 20:15:30.344000','2020-07-20 20:15:30.344000',5,'Mark Mitchell','https://lh5.googleusercontent.com/-MpwjyMbRx_8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnCOOqPANK56dMC-5sGlUYhhPgqDQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38794),('AbFvOqmKqE6Imub8A1bNHQImj_e8OkeEOHi5vBYIXYiBjrrKr963qd4b5jyFoqM67QPtMKqGIf1LQg','Cynthia Jonathan Dana Loretta h o a n and dr. Alcantar we\'re wonderful','2020-12-01 14:47:53.984000','2020-12-01 14:47:53.984000',5,'Bonnie Kosik','https://lh3.googleusercontent.com/-osRG2JBggGU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckRqn-UG5MVqlpaGJQoOIALQnuq6Q/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32136),('AbFvOqmKQJnEEjhgJgIU5tatIzOnl2p1dSCHx9orIwheijQ3GXR5nGD7RBB-mMWzQL5eYifUJ34mWg','I Love the Staff and enjoyed my visit with Emergercy care they do a great job. I definently recommend anyone who wants great service to come here.','2019-03-15 20:00:23.868000','2019-03-15 20:00:23.868000',5,'Alexandria Oguinn','https://lh3.googleusercontent.com/a-/AOh14GhGP7_AQ9cfbqMx3Pqwl4cwCmPFWj46gxkjqe_tMw=c0x00000000-cc-rp','3272657195432704501',39895),('AbFvOqmkqqt29Rkv8QZoxn3dpwpDDTM1qC7BasZLtoBlSa6BefkAJf-LeWQnd4X3sgD9v9FEq1-eKA',NULL,'2019-11-08 18:31:18.828000','2019-11-08 18:31:18.828000',5,'Keywaysha Belford','https://lh3.googleusercontent.com/-JBThSRgUxZo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJcfgsrtKqsIS8XdxIJ1bS6DOM1Q/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39776),('AbFvOqmKQruRhPOMQ2UiLhCNuGYo3JeVYuIm7v50gWTGFGlIO76rZ87QSzIdYbO4bCfJyCoOGfuP','The wait was a bit long, but the staff was very friendly and quick in the actual COVID testing process. They offered to answer questions and were extremely helpful. Thanks Dr. Angela!','2020-07-28 01:46:35.198000','2020-07-28 01:46:35.198000',4,'Anna Helmers','https://lh6.googleusercontent.com/-UNXUITab1fQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck217ilSq2qOInwUOAplK2iQmp5YA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31856),('AbFvOqmkQV8RJjtHY4EyvWF8KxVZcCzBWSRBRG3hvY-X3shABAk0n09rJrxsNL4Jn9pwQL22QNTfjQ',NULL,'2020-10-16 07:43:50.583000','2020-10-16 07:43:50.583000',5,'maya -','https://lh3.googleusercontent.com/a-/AOh14GhiJOf6M2Pl2f61mTNMS2SsKGHdC8oNNQeQe1r4kA=c0x00000000-cc-rp','3511292162159714121',40175),('AbFvOqmkRDNRdanF0dSG9_QmF-xKGDjP6bZU1b6y6-MFvbykTt3FVc1jIVlDXnsVK6Q2YqiDVS-5hg','Unbelievably amazingly ridiculously nice staff! Cannot recommend them enough. They\'ll get you taken care of','2019-01-22 17:56:51.535000','2019-01-22 17:56:51.535000',5,'Dustin Lee','https://lh3.googleusercontent.com/a-/AOh14GiHF2emZIIeECr5fKM3iRFBMfxHwcL9QGHOLYYp=c0x00000000-cc-rp','3511292162159714121',40696),('AbFvOqmkrR8iQcus4zm1HLueo4pdYJ8bUQ48orkRmk0JlSgzYthFs7Z3nPWHAyxcJwFSi12gPl_a','The most unfriendly and unprofessional doctor I\'ve ever met. The \"doctor\" did more judgement then assistance. (Happened to be in town with my fiance & daughter on an oilfield business trip) I found this place online & went in because I had been feeling nauseous earlier that day, but yet still felt lightheaded & weak! The doctor just laughed in my face when I told him why I had came in & all this before even examining me!! I told him I thought I might have inner ear infection. His response was, \"I see this all the time with kids your age. Their is nothing wrong with you. Your just dehydrated.\" Seriously? I see I\'m not the first whom they\'ve belittled & with my epilepsy I was just more worried, but they could of cared less about my health while he said sarcastically, \"I can go run some lab test or maybe even give you some fluids in an IV!!\" I\'ll say I walked out feeling shaken & so upset & got help elsewhere the next day!!\n\nThis place is a joke they care nothing for their patients - If you dont want to get treated like crap then I dont recommend this place for you or your family!!','2017-07-06 17:04:15.925000','2017-07-06 17:04:15.925000',1,'Harmony Brooks','https://lh5.googleusercontent.com/-ZIsCBqooeGM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckFM4JNttyW_66ISh5UrLIBdnp1IA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41809),('AbFvOqmksHzMDAbDK6D4m_n6-tZppLPkKp-Ry3pxfKX1TY1TkUpMVTzRx6BuBg7U4Rnb7HxmM_xGww','What a wonderful ER to have in the neighborhood! Let me first start off by saying how easy it was to get to and park at the front door, and how fast of service we go when I ran in for help. Sweet Elizabeth came out with a wheelchair to help load my mother and Karen at the front desk was full of knowledge about the insurance and payment process. We were taken to the back immediately and were serviced by Nurse Joseph who had a very calming effect on all of us. Only after a few minutes in walks Dr. Adam Boester, he had the best bedside manner with my mom. He made her laugh and calmed her down, he looked at her arm and immediately knew she had cellulitis. He explained everything about it in a easy way for us to understand and he was very sweet to my mom. I wish we could use him for our primary physician. Do not hesitate to visit this facility, they will take great care of you!!! The place is super clean and has a relaxing atmosphere too.','2019-03-14 17:08:34.838000','2019-03-14 17:08:34.838000',5,'Sheri Beasley','https://lh3.googleusercontent.com/a-/AOh14Gjon8IUF0wJLjKfzDpwRYQQ7LWvfIPnJULbohhE=c0x00000000-cc-rp','14567670160750071148',30582),('AbFvOqmKsMFozmiwrNYKtz97Q_NfDPao2jQifpeXlhQhRKXhL0y2g8TdPjZbPthd6OfhMdqnDOmyHw','The frustration begins by simply calling them. When calling, you\'re forced to listen to their poorly written marketing piece on a loop the entire time you\'re on hold. Once on the line with them, they will tell you that they can charge you whatever they want. This place is not for those of us who aren\'t enjoying the luxury of having health insurance.','2020-12-28 16:37:17.286000','2020-12-28 16:37:17.286000',1,'Kevin','https://lh5.googleusercontent.com/-7qL1407QJoc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnH0f1OZqjExaHNZZhrbB6W3OC6iw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',44048),('AbFvOqmKSnmHERkLpWLV8qsJOwF0iijB51zO7DPCDktuGWUOMHZrhu45HOoa9coLEmbHrmyH2ts3','The emergency care center was really nice and the staff really made me feel comfortable even though I was pretty nervous about being there. Definitely recommend this emergency care center for anyone in the area!','2017-06-01 17:39:07.181000','2017-06-01 17:39:07.181000',5,'Jessica Xixitla','https://lh6.googleusercontent.com/-wlAeYZlvY_4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclu1G3hMlfVaHbha4l352_AP62Zgw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41045),('AbFvOqmksqm8jDydFRrPCX0o_u8rTBqi_8SLwDLEMyS9WCCH4jcIWds3TIXhIPaqlFmxbtCuEOKhzQ','Great care provided for my fiancĆ© who was having some stomach issues. The staff was very friendly, polite and helpful. Cody & Sam were our nurses and they were excellent. The doctor on site was also very helpful and did a great job of explaining everything to us. Service was quick and easy, no wait as well.','2021-01-01 18:59:35.214000','2021-01-01 18:59:35.214000',5,'Kailey Davis','https://lh3.googleusercontent.com/-BexbIWBLLT0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucluekAeZZmNdL0SDto6fjE8BkXHIw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',44257),('AbFvOqmkT8x3r6lwEnpjMuUb1NdwqbTTA0VcKNBJQ5j1eSq8wEnBQfBnQiQiIDsKWkYW1ANX5xs3ew','Dr.Cauasos, Tricia Aurora, & Jani Jasmine made me feel welcomed and comfortable while I was being treated for a injury. I would definitely come back here for a emergency situation.','2019-08-29 17:09:09.487000','2019-08-29 17:09:09.487000',5,'Aves','https://lh3.googleusercontent.com/a-/AOh14Gg5rIFxLb1NHTgLoL9eUMIM_2CB9-GefbJM12-NzQ=c0x00000000-cc-rp','16389487648212004696',34017),('AbFvOqmKtxJ2Gikms73yfbqYS9m8rS0Ax-EYwpVjEYwf1xKDLFPEwd2IE09gLuUpuivSVvG73AuFXg','Our experience at Signature care was great. Our nurse Jessica, doctor, and the staff made us feel welcomed and taken care of. 10/10','2020-03-01 22:34:45.803000','2020-03-01 22:34:45.803000',5,'Justin Deanda','https://lh6.googleusercontent.com/-ba9jEAeZVB4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnhz9sCC30_-LWEcsi2QRWIY_hU5w/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41430),('AbFvOqmkuAfJO7qPgWMQdvsh-wARr7gCf9nhGgLjrQiyvPRRuYNanSSUI5tGOWNP3Yln8xt7inOc','Dr. Vakey, Kendra and Jacob were very helpful and helped me in a prompt and professional manner','2020-02-01 19:00:01.515000','2020-02-01 19:00:01.515000',5,'Brett Johnson','https://lh3.googleusercontent.com/-5ORsZVyc3u0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmlrWqNEcR90XGhcy1R--6R6yOzdA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34406),('AbFvOqmkubew5JclFl5OVxyPfJng9vrgUtkBN29RCa15H4QYdqaSulwUcgKjwJhegBz8zVIm4zIxMg','I had a great experience here. Everyone (front desk, nurse, doctor, radiologist) was very nice, accommodating, and helpful. I got right in and didn\'t have to wait. They gave me crutches and a brace right away, and everything went smoothly and quickly.','2020-02-05 19:10:42.833000','2020-02-05 19:10:42.833000',5,'K V','https://lh3.googleusercontent.com/a-/AOh14GhtfUxVNVJQLsA1MEYOIdxfNE__5l2eXtYh4a5MtA=c0x00000000-cc-rp-ba2','3511292162159714121',40315),('AbFvOqmkUgKX-qZLWhSVHT_LyLO0Ve4Qoea80xGbsD38BjZaZFLxxWlJetuJrOhX4ZWR3oXu1FinlQ',NULL,'2019-07-15 15:52:21.465000','2019-07-15 15:52:21.465000',5,'Erick Aldana Massella','https://lh5.googleusercontent.com/-glZLNaJd4is/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmrX34g5xImcyPqx9Esmlxy0sXpUA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38076),('AbFvOqmKUh1LpVXXxv7IHKyqVHqsQJLjiH5FyQtPBTS3xvzL0DHIZ9lsK7MzDiHdxlu1HG9o9Pudxg','The staff here was very kind, helpful and informative. The facility was very nice and clean. Thank you signaturecare.','2018-08-21 15:04:11.857000','2018-08-21 15:04:11.857000',5,'Lenita Whited','https://lh3.googleusercontent.com/-efecAnROXEA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckVokwLNNLivzigdMztiBjBwIqHkA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35236),('AbFvOqmKuleaklm1fgyZMvTSuKEe1DA5mKQNZVTWeVoTt2uv2Wq8WH10oO65ydVvlFp9FNNakWkbow','I met a great team during my visit. Shout out to them:\n\nDR. LEAVITT, MD, LAUREN M\nNurse: Johnny Keith H\nRadiology Tech: MildredĀ Ā  C\nFront Desk: Cynthia Joyce B','2019-07-04 03:38:16.390000','2019-07-04 03:38:16.390000',5,'reymark stackwell','https://lh3.googleusercontent.com/a-/AOh14Gg984x_W6vfpZBbSC6xygZvyaEtGoEjgb6LSJw03nQ=c0x00000000-cc-rp-ba3','14904078213800803294',32449),('AbFvOqmkUu3OCnGE4uotjtk3c8Q_aNRm6O9_YWRuixyOVDY5RQLD9YqifKtfVjMKZ27fAZJa7OVt7Q','The entire staff from Katie, Christine, Dr. Elsbacker, and Townes were incredibly helpful. Helped ease my mind in regards to aggravated symptoms I was having from the flu.','2020-01-08 12:59:23.830000','2020-01-08 12:59:23.830000',5,'Jameson2018 Rhodesian','https://lh6.googleusercontent.com/-mJQ0kk5Uf34/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclRthD2pkZTJLhdrYBUedEwem857Q/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36022),('AbFvOqmkVdq6SHGK-sJboddVveTlfu4pYru5CnJkMHYjHudktaS2mZqCASuMaGYWIlqiGzAvQIna','Great place, Great business, very friendly and helpful.. Valinceia is very helpful and professional','2020-02-18 17:28:47.268000','2020-02-18 17:28:47.268000',5,'M Mac','https://lh3.googleusercontent.com/-1VhQBYGrrh0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm4sHP9ubmOdwoGhykYqbgVICtnwg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43086),('AbFvOqmKvV-fioOoRH8yQw4lALSaEjvibkz_TYuJI7tiicDUXcO2Vzcr8ydmHsVEyges0K5fkkKyZA','Great place! Great care! Best experience with ER!!','2018-08-09 18:42:29.701000','2018-08-09 18:42:29.701000',5,'Aaron Rosas','https://lh6.googleusercontent.com/-PrzdOdJd5Dc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckNEjJhF3zYnaCqbVXB_QPeo98xuA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40883),('AbFvOqmKwCPaJpYw3ssJFL3rmmO335BLAqc0wGY3xKBMORYlpyV3daa_hneJvDQAM6qGc7-XhdMc','My husband and I came in today because we thought he had a gout flare up turns out he had a stress fracture. The entire team was very attentive, great customer service and very knowledgeable. Thank you for getting my husband back on his feet. Thank you Dr Cabaniss, Nurse Julia, Rad Tech Megan, ER Tech Brian and Registration. Ms Delores\nYou guys are the best!!','2021-01-17 15:55:09.068000','2021-01-17 15:55:09.068000',5,'Ebony Baker','https://lh4.googleusercontent.com/-OSEnAJKlBdI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck6UFISmIzi6wbnDKWCXq9WsDCu6A/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44468),('AbFvOqmKwfzUeLJW1RUrBWasyda-_FzMXvp8JPRHBPOLnb74eBxe7Qv__TZJCIeYcibI7HexzDDgvQ','Thanks for your help & concerns Mollie!!!','2020-12-14 23:25:54.255000','2020-12-14 23:25:54.255000',5,'Shenqiua Devose','https://lh3.googleusercontent.com/-NiFb1xiJUIU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckLGxTxNJP1JnuAMkjn4X0Rx5-PVg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39409),('AbFvOqmkWQOJmYuLH5x1OWFoEybSd466Bq43SLudhTGpR8aGr9wDJf9PXVKifenMXeSPGnui10HboQ','Always professional and quick service. Ashley W at the front desk was very kind and helpful.','2020-09-29 19:55:09.687000','2020-09-29 19:55:09.687000',5,'Cortney Spruill','https://lh3.googleusercontent.com/a-/AOh14GgTz4e0n32RMLRlJfmdZlTJiA-xKdmC_tH0Nq1f=c0x00000000-cc-rp','17898197009688164559',37527),('AbFvOqmkX6euDLT3I3rIxk4Pxk8Y8Ptt13e988KDrXLyNPSx14zef2_hfbkB5_IHebJCgvCA3FBb',NULL,'2019-01-09 20:44:15.012000','2019-01-09 20:44:15.012000',5,'Doug Lehrmann','https://lh4.googleusercontent.com/-rJSnXuVCyfA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclSmPerkNAlO5M45bQuey4TMDsDUw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43321),('AbFvOqmkXEgbWNFdmXSMyq2yzP74jprDYimmyk8FlNa9EizHMVBg-PTS3A3QztkOMv4N3mk2KfnrlA','Always a great experience','2020-02-22 16:42:47.889000','2020-02-22 16:42:47.889000',5,'Kenneth Brown','https://lh5.googleusercontent.com/-fTV1g8Cmoqc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclM4ECmH5rOSLndonbQEv_cfH7OrQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43077),('AbFvOqmKXRUPEz4afSRzq4NoQF4OXiT82hhLBEJ3XmO14yZ0ZSLImoEtV8TEiNKfMZ67aY1reUTePQ','Stephanie, Rollie, Natalia and Dr. Daniels are the best. Quick, easy-going and professional. Next time I get sick, I know where to go. Thanks guys!','2019-10-18 04:30:46.721000','2019-10-18 04:30:46.721000',5,'FAHAD2679','https://lh3.googleusercontent.com/-zQnW0Szr5GI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnd2PeXE09u_HdoKDmDeA0Fz598jA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42650),('AbFvOqmkXsmx_ILAamkYFyHNGgLjse11WZGCnRijW2yr3b54udFyV6826Mfkn5x_pAiax35RHT0NdQ','Honestly I had such an amazing experience at this location with the help of Ikenna Amaliri he was so understanding and didn’t get frustrated when I ask silly questions. He had an awesome personality and a positive attitude I most definitely will be coming back there if I’m in need of care.','2020-07-07 03:05:47.324000','2020-07-07 03:05:47.324000',5,'esosa Evbuomwan','https://lh5.googleusercontent.com/-6VNV72pvSg8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl5grXrsyA7lvzPv6viN1bUujq16w/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43011),('AbFvOqmKxuvUYxVOHtU6mXWFVPgRBF-sIOOlczRmfhftnq0FB1fkwe5uBYrPdddlOwNPWp8SrUSOjg','The whole staff was amazing. They made sure I was comfortable and addressed my issues quickly. I spent the night and the accommodations were great too. Thank you Dr. Patel, Dr. Nylander and Dr. Zhen. From the reception Genesis, the nurses John, Sarra, Laura & Kristina, you guys are awesome!','2020-02-04 13:58:32.925000','2020-02-04 13:58:32.925000',5,'Ram Benavidez','https://lh5.googleusercontent.com/-Z1rRBRd3Cp4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckdIizkQPqdgZLG5yjyyHVBLBVRkA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28755),('AbFvOqmkY94LEXz8Ij0HmtJGW3OfUjKSYap3cio-Dlkmx-Ikzn-wCYyYp5tt0JhTYPuuZAOZshGxIg','This was my first visit with Dr Soli Giancarlo. Very professional polite positive and down to earth doctor made me feel at home! The moment I walked in the door I was greeted with a warm smile by Stephanie, Betty and all the staff were very accommodating, warm and caring even offering me a warm blanket! I have come here on 3 other occasions and have always felt like my health mattered even to them! Strongly recommend the care given by all of these professional men and women. Simply the best!','2017-07-08 15:00:33.824000','2017-07-08 15:00:33.824000',5,'Laurie H','https://lh3.googleusercontent.com/-Avopk4UBZiA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmU16l32WCVqMkP41wS-6pWgZpBNQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37121),('AbFvOqmkyaL8IcEu3RP_-smtChxSqFb66EroFclQEPthcT9rdeJMsvQT1ShrBCd4aVp14jjSBwiQkw','Everyone was so great and attentive! Emely greeted me in the front and set a great tone for my experience.','2020-11-05 09:35:26.467000','2020-11-05 09:35:26.467000',5,'Kaetlyn Bartels','https://lh5.googleusercontent.com/-7oU3MsC90as/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmaxdbYVRSzbtuuxWja0II3vlocsg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28478),('AbFvOqmKyENDDd6Kz0mBWJUg-5QiqCRD17firVDgoI2TKU6J4nVfhuBoXyrMCY6vNZmZStQUPFdz','Nice service\nStephanie, Rollie, Natalia all were great!','2020-10-19 07:26:18.623000','2020-10-19 07:26:18.623000',5,'Mike Morgan','https://lh3.googleusercontent.com/a-/AOh14GgRKbk5LALn-V8T1LRSsOZs0jPf-YMbz7rOmneJVw=c0x00000000-cc-rp','8679688254631342173',42282),('AbFvOqmkZBru5MSBzpsk-JOQvwO_3pajKcaiyaEuqiE-WZEvz2v2w3CpSSZ52uyb1k5ooQdckWyMfg','Awesome experience! Came in for Covid testing and was in and out with no issues. Facilities are clean and well kept. Registration staff was pleasant and knowledgeable. Thank you Amy, Valencia, Julesia, Dalia, RN Kelly, and RN Pamela!','2020-07-22 17:10:50.912000','2020-07-22 17:10:50.912000',5,'Smiley Garcia','https://lh4.googleusercontent.com/-2XqwRYcPmh8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-_lOKHjTeHCH09LAvgZj-NMut1Q/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42992),('AbFvOqmKZCpSWQNChmPYsh0DLYGyzRHwiHSD2l3EsohUxGJtUsxF5J5pAGgFMQ1vgjl7QIFrY-BcPA','Great job','2020-12-22 15:32:51.776000','2020-12-22 15:32:51.776000',5,'Reginald Stewart','https://lh4.googleusercontent.com/-kAbl3JkNgbA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucki-APqW4X9GvZA4EN4gnGlM6hpqA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39947),('AbFvOqmKzl7085IoVfy6u7Yu809zf4ofs0ercNfw72SXNIlzra9334x_xLKrXdOelur205ia1Cjt','The staff was very helpful. Shawn Alex explained everything throughly and treated me with compassion! I would highly recommend this emergency center.','2020-11-29 23:47:47.245000','2020-11-29 23:47:47.245000',5,'Staffy John','https://lh3.googleusercontent.com/a-/AOh14GhXJgP5yVXP_M66YNr6wyo_n-98lgYX_i_qCNkbMg=c0x00000000-cc-rp','8918455867446117794',42815),('AbFvOqmkZv9L-C0n-rO15l2nMhzb0JAH_5p5oYG2LmaDPYeO24faBPwENf3Oep5zGDJx-hvFnlztgg','The stAff was very friendly Ashley Neal Ashley Williams & hayley L was so sweet thanks again','2020-10-10 17:36:33.315000','2020-10-10 17:36:33.315000',5,'Torion Garner','https://lh3.googleusercontent.com/a-/AOh14Ggj4GQdvVJejeT9HYyLiHiJO3A1Jd9bPKIN6Lp9=c0x00000000-cc-rp','17898197009688164559',37514),('AbFvOqmkzvW-ukg1WhYPupRLrroA4wn5kFTWTeT1GU76OH5RiE9DlR5vsh81i5Qvybl1eGKe5wE1GA','Very welcoming environment! Lorena and Taylor greeted me when I walked in and were very helpful and kind while getting me set up!','2020-12-19 16:44:30.954000','2020-12-19 16:44:30.954000',5,'Julia Hanna','https://lh5.googleusercontent.com/-CphbzeoXMRI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-j2iY5YxdzSFix_-TPUdzIjTQMQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44529),('AbFvOqmKZXF-mdzZKqKHRiWAKFiopD0gbykaxoLUsM7cy2KR9fwdtTQJcFmvdnA8IW3psBACojlrFQ','Great place to go when you aren’t feeling well! The facility is veryyyy clean and the staff is very polite and knowledgeable! I’ve visited more than once and I love each time I go! I checked in and called the the back in 10 mins or less each time. And I was checked out w/ meds and an excuse for work within the hour! Best I’ve ever experienced!','2020-01-02 05:19:26.807000','2020-01-02 05:19:26.807000',5,'Lasaige Francis','https://lh4.googleusercontent.com/-IO6BypCLiOM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckGAdl-OnNbvwPNogolIUi_3LILDg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39167),('AbFvOqml_uBAxsnVwy4dmFMPYQY6j7a4-9nz9L0HmnuH9GkOJsVrj-OBiDlko-gKa08bviGMq-KbQw','The best ER experience I\'ve ever had! Went in for abdominal pain and was seen immediately. The staff is amazing, everybody makes you feel welcome. The facility is nice and super clean. I highly recommend it!','2017-07-03 15:48:24.916000','2017-07-03 15:48:24.916000',5,'Jesus Diaz','https://lh3.googleusercontent.com/a-/AOh14GjUStlaXE5sy6GnrzEQ7uyIzATdprWr924_MEqGtA=c0x00000000-cc-rp','14904078213800803294',32664),('AbFvOqml-KLyegGuHlrU_S_eeYn3VBofKMe2HOQ5QN4xWSQRTe0PE2sMvwMnRH3s8ffT54eztOH6pQ','Thanks for doing your best to make me feel comfortable in an uncomfortable situation.','2020-02-11 15:36:49.835000','2020-02-11 15:36:49.835000',5,'Brittany Weak','https://lh5.googleusercontent.com/-k-3UgfFlUoM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQRk32AcFp_HA6t68CWN55Vyq0wQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35974),('AbFvOqmL0JtezT8W4bycbUhEflKBiB-8aLwjK12LmoESOSLKqxh6rK587zXWrFNqtp5oTgo9vBjd','Great experience the receptionist was very informative. Brenda, Sam and Cody were nice and caring.','2020-11-26 13:40:16.639000','2020-11-26 13:40:16.639000',5,'Susana H.','https://lh3.googleusercontent.com/a-/AOh14GhCecnuJVr6422OdY02ribLBAZMhqnjKQdjjPpYIQ=c0x00000000-cc-rp','2077061009497551125',38409),('AbFvOqml0OIJBnEOQ1KYENimgTuGJtKHWh65Q0J5005j0eeoe0VchVLS4irL9Plx3qXiEn-q4-DBag','Wonderful experience - Nurse Madeline and ER Tech Bri-Anna got me in quickly, treated me with a great bedside manner - and were both kind and compassionate.','2020-10-19 12:59:17.138000','2020-10-19 12:59:17.138000',5,'Joshua Karam','https://lh3.googleusercontent.com/-rq-875fww5o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckbgMgm3qaWZvyMd6kM1HdhTWf2dg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40158),('AbFvOqmL0TZxIQuZ7ivXcpGnVnsxIpB0E7UMOZushLYyfle05EKtHAHJxXU6bBVHRSWqfMAgPbLVbg','Very nice experience! All the staff was friendly and Productive\n\nAshley Williams and Shary Pipkin were Amazing.','2020-12-17 16:29:18.650000','2020-12-17 16:29:18.650000',5,'Cali Sanders','https://lh3.googleusercontent.com/-dHtMMQgo6m4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm9SgRTgLcOQzZTwgt9VguypEfJiQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32840),('AbFvOqml1M-4xe7tpf2D5Lua9F0GIEUZPVAA39zcJA_wFjTnnY6NqkBUB3JkusmmdFbWzW2hLboLeA','Stanlisha and Heather was great!','2021-01-17 01:58:33.370000','2021-01-17 01:58:33.370000',5,'Tisha Ellis','https://lh3.googleusercontent.com/a-/AOh14Gh592JfqYwryNF8wXNL9rvY5umI1IYW1CENXEttfQ=c0x00000000-cc-rp','8626688543755174284',44703),('AbFvOqml4EcJsCIgbSS304wLHiCSKzTF4OPCbM4ZW1FG28WZJGcoo6p4BcjQlVc9xYmOBhqnzXrGwg',NULL,'2019-10-22 21:06:46.413000','2019-10-22 21:06:46.413000',5,'Jorge Castellanos','https://lh3.googleusercontent.com/a-/AOh14GiFcddE6JEfr-5eRmrtI_JxN6CzLfyeyoTW0fRf=c0x00000000-cc-rp','12541597562633926366',28993),('AbFvOqmL4kXFQr0oPqHhnFvXyEGz3LhaGe8ukmFGZXXVrsX8Vu45tUVfgnw22nl3hm9cP0qVfGR94g','Great care! Nurses and staff were super helpful and kind. Quick too!','2020-08-16 16:20:23.434000','2020-08-16 16:20:23.434000',5,'Madison Montgomery','https://lh3.googleusercontent.com/a-/AOh14Ggin8tghCfxk8V0R1PuA7gr56fExA3jAs7w3Bimqw=c0x00000000-cc-rp','16590124370714063921',34198),('AbFvOqml5mox7GxjIPIck5aW7QfuyXnB9icpYK8g-uL_ewtCpk6DVLLIUDVob19AOIpBJUfBQhhSXg',NULL,'2019-12-30 18:46:14.525000','2019-12-30 18:46:14.525000',5,'Kiwana Hamilton','https://lh3.googleusercontent.com/a-/AOh14Gj_Pey0bBVoKx4YI-ayaGb2lyrYTbuXKlxl7tuj1Q=c0x00000000-cc-rp','3272657195432704501',39728),('AbFvOqmL6Dh_HYFkDsdwgOgfhD9s_hfKKUT5vaoB93jpDrdu6PlZ7TmeBLxIhA5A787yvvp5nhbU',NULL,'2020-03-03 19:55:23.031000','2020-03-03 19:55:23.031000',5,'Caitlyn Green','https://lh3.googleusercontent.com/a-/AOh14GjyyPZPPoUcYyXZzYjYzfxgLTGIhF3lr34p7xi9MA=c0x00000000-cc-rp','2694018788013845459',39089),('AbFvOqmL6mSysAguNzspod9LqV93gdpSYec-XhL-CbybtYaDD-LBz0jlNdVhQhWSGnkx4x1bRPbI0Q',NULL,'2020-03-02 01:23:21.864000','2020-03-02 01:23:21.864000',5,'Margaret Harmon','https://lh3.googleusercontent.com/a-/AOh14Ghwa-TNY4-015nxYCLzW_IGEQIz_Rgu0OVsKvqzhg=c0x00000000-cc-rp','14567670160750071148',30222),('AbFvOqmL77fBxMZwKr9DcMcM3ndgyVhJn6ox3yanX8JOTgctOCEXu5MMivJCXhDfg6RcEL9GXBOZ','Kristina and Laura and maya were a great help they assisted me with my injuries and answered all my questions. I would recommend coming here to receive the best customer care','2020-02-21 19:57:13.185000','2020-02-21 19:57:13.185000',5,'ZEKE RODELA','https://lh3.googleusercontent.com/a-/AOh14GgCQuWMlbtbj__Ks3_lWls-U5QF0ePuIg4lc-fZjA=c0x00000000-cc-rp','12541597562633926366',28706),('AbFvOqml7VA7u8N5YcjaduZtDtdwVdlE4nEsvgCMMXW_tKKiSbboKNh-O5dfMaaIzuCzb4vL94LYTw','Kiara at the front office was so helpful during check in. Staff was friendly and service was fast.','2020-11-28 22:05:56.516000','2020-11-28 22:05:56.516000',5,'Samantha McCann','https://lh6.googleusercontent.com/-VHPThrKGSBw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmkUs8M0s8XxoA1OWDsZHOgxKWZvw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41822),('AbFvOqmL834XOSpcSyZah2BIBaKnQZVxnruEscuG2mirKEfc8TUafAINYmHrjq9gv3l4Q4X4PmcpwQ','Signature care on 1960 wunderlich has great service!!! Highly recommend!!','2019-05-28 22:12:46.356000','2019-05-28 22:12:46.356000',5,'Casey Lee','https://lh6.googleusercontent.com/-mqFTEPuY-_I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmuFYm5aFcrYWAHQwIrRP0Ee-tmOw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmL83ILW-nh2AiX7iAxau_20o8QuQB5jatSSIeyOyFoSQKckXXmGzjTGSmAXXbW1C9Ld_qgZA','Fast, professional, easily accessible','2018-06-18 20:02:57.769000','2018-06-18 20:02:57.769000',5,'Jeremie VanOeveren','https://lh6.googleusercontent.com/-BLUnqHFxLzk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucls90wI4rIaX-skXLpvjFRB6MFROQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29236),('AbFvOqml8Ap_cxBfHr25262x3dXmXHsoeQRmofGYNk_DHG_uUPF1YuE0dvLP5YEXKZsftzm1sLRaGQ','Super fast admission. When I say super fast I mean super fast. I didn\'t even finish filling out my forms. Came in and got greeted. I did search on google for a facility near me. It is definitely cheaper to come to any of these locations and get the same treatment at being in a regular hospital. I couldn\'t drive to a hospital and I honestly refuse to sit in a waiting room for hours before being assessed by anyone according a pain chart or level of urgency. Their website is what lead me to this location. It clearly lists what they take patients in for on the webpage. The staff was super sweet, attentive and very well mannered. The facility was clean. Climate was well controlled and the walls weren\'t paper thin where you can hear patients next door. Although there were kids in the facility and I heard a cry here and there. It didn\'t bother me none. I would definitely come here again and would definitely refer anyone who wants fast service at a fraction of hospital costs. I was a cash paying patient and their rates were very reasonable.','2017-04-09 12:54:32.730000','2017-04-09 12:54:32.730000',5,'SynSyn Volen','https://lh3.googleusercontent.com/a-/AOh14GjvbkNANeP1UaGIk0jt3zq-CRwzJ8u6JnQPT14BRA=c0x00000000-cc-rp','17394740196501090048',37179),('AbFvOqmL8bpjfr2vHDG7fR3N-OUMmf0zaXVMFkcGgt0x1rX3RB2f5jG79blkWSWZM-ESuuw_qPDW5w','I had a great experience coming here. The staff here is very friendly and attentive. Tanishia the receptionist was quick on getting the paperwork ready, she is very friendly and courteous. Laura was very helpful, and took care of my needs while in the room. My whole experience was great visiting SignatureCare. I really recommend anyone visiting this place is way more easier than going to the Emergency room.','2019-12-30 04:27:08.418000','2019-12-30 04:27:08.418000',5,'karla Mendoza','https://lh5.googleusercontent.com/-j26KECjTAXk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnItNZEk9pAnax1lOBiNZ0XYDDcqw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37768),('AbFvOqml8NiAEVfNQ1sPa048E9d5BCVRP1JXLnRcZXNkCO0JKLa2khcyWfGVjIQjK6Ce4l9c5vWA_g','Had an excellent experience at the clinic. My husband and I were taken good care of by the staff in attendance. Special thanks goes to Karen, Laura, Betty and Dr. Chiang . We recommended our neighbor Pat Meurer to visit the clinic when he got sick.','2018-01-09 01:38:10.242000','2018-01-09 01:38:10.242000',5,'latifa khan','https://lh3.googleusercontent.com/a-/AOh14GhWOJlzs0HBOlX1IpO6igr8voZcyxwNW03t1EXK=c0x00000000-cc-rp','17394740196501090048',37005),('AbFvOqmL9JJKIAalE9hkYnWN4Ig8ZfPAOVF87WsSgN0wRczzWTrv6Q-EW2ksB-eODXdRmfgJ__E59g','Very friendly environment, takes great care of their patients','2020-02-02 18:44:09.716000','2020-02-02 18:44:09.716000',5,'Eddie Ramirez','https://lh3.googleusercontent.com/-mZqp7AZfrbU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnrJngy4NFA8IZwpOZFFg0meu28vQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39645),('AbFvOqmlAC9OXk-AnEn0hznd3h0PHAUrsYpdZ7a_beIoHo7QS3iv86uvNCHMgV2q_REnJbPTHNzPpw','Hands down the best medical service I have ever received. So clean and equipped building. Had to stop by for my baby\'s fever in the morning. Even though they don\'t have pediatrician Dr. HEHMAN, MD, MICHAEL G was more knowledgeable than my pediatrician. He was so friendly, answered every single question we had in a willful manner. The antibiotics he ordered was so expensive, did teach me GoodRx on the phone made me save $150. Nurse Fallacara-Pailes,Nichole M was really helpful and kind as well. I don\'t easily give 5 stars but they deserve all the stars on planet. Special thanks to Radiology Tech: Biju Puthenpurackal,Mathew and Front Desk: Cruz,Genesis. Great staff. It is best not to visit urgent cares but if you have to make sure to go to SignatureCare.','2018-08-25 05:31:27.751000','2018-08-25 05:31:27.751000',5,'Mehmet Bereket','https://lh3.googleusercontent.com/-Lm7sEjxcfPU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnadAEtPddHQ7-SU_xlEO7I5vY4dg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43365),('AbFvOqmlaf1pbuKcrSEnVUBXploxDisnwIfakNeom9xuFzWF4T4Uo2OKSIVAxXSAnOoGbtVrhoU1','Excellent attentions from all the staff. Dr. Kotey, nurse Angel C, Rad Tech Carolina, ER Matee R and Tanishia W from registration, everyone very nice, friendly and explained every procedure and details about my condition.','2019-03-27 01:34:08.478000','2019-03-27 01:34:08.478000',5,'Monica del Pilar Garcia Cantu','https://lh5.googleusercontent.com/-uCcKr4j4wZ0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmM9RxnZN_01U55DL0w_N2_NWPGiQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38235),('AbFvOqmlaNE8pxbXqYStkQOLJrZ8tzUi6lwfDsmV--1KNO1CxMNkTnU2un8t5hV5iKr7FPLzKKkM5w','Very professional! The registration lady Sita was extremely professional and nice! Waited only a few minutes and was taken care of very well by Daniel, Allison and Lisa V! I have a very complicated medical history and have been in and out of the hospital numerous times so I know good care when I receive it !','2019-12-11 04:02:27.731000','2019-12-11 04:02:27.731000',5,'Katrina Brown','https://lh3.googleusercontent.com/a-/AOh14Gh0FvoZWvIwg8no4m3j4IwKOvtMztOLYXe6B-hEIQ=c0x00000000-cc-rp','13486358490203335051',29538),('AbFvOqmlAqDaBJCsR7ElMm2x0xGM6UJBFKWEyhJn9GCcxxtq8zm3rn54TByuzgPZKnj8DVTjjYTMkQ','Hello folk! I was on a trip to Houston for the super bowl. Got sick! :(\nBut looked up and went to Signature Care, and their staff was incredible!!! Mercy at the front desk was awesome!!! She took care of me right away and the doctor and nurses, were great as well. So I highly recommend this clinic for you\'re under the weather!!!','2017-02-04 15:31:39.274000','2017-02-04 15:31:39.274000',5,'DJay Campbell','https://lh3.googleusercontent.com/a-/AOh14Ghi3DL6fRsdnpUcstFQqbROOgzCUjn9ATRj9OzR=c0x00000000-cc-rp','3511292162159714121',41115),('AbFvOqmlaVTtaTKUW6I-_EDmmMGPWqcvilNRLnHPW5We-48VQx3k-aIxdpmbmDzDyyacZeMbutmylw','Great facility and nice people. Kevin was extremely exceptional and easy to talk to. I would definitely recommend to others.','2020-10-08 22:39:07.731000','2020-10-08 22:39:07.731000',5,'Jeff Eudy','https://lh6.googleusercontent.com/-vUzv2h-pwSs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl058Pe-5xp2JeWVbwJrBAMNfiPEQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31527),('AbFvOqmlazrflIbaVvvub9sKIyfFPWO-KfYztGZ2yNbue59liu5ghoFNtADyiMNBisNPaIeNeroh8Q','Sometimes its hard to be a patient when you are in the medical profession however we do all get sick sometimes. I highly recommend Signature Care ER Lewisville Texas . The staff was excellent Leah,Kanyon, Jennifer were all great. Very professional, caring, and friendly. They all seemed to truly care how you felt. I was seen in a timely manner. Dr. Das was very good. He evaluated me offered a treatment plan with options and allowed me to take part in my care. He is truly concerned about his patients and tries to make sure everything is covered and their needs are met in a timely manner.\nIf you need emergency care remember Signature Care ER.\nThanks to all of you.','2020-02-27 18:59:49.908000','2020-02-27 18:59:49.908000',5,'Debbie Chrisman','https://lh4.googleusercontent.com/-NyErFiIg9q0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLU9UcabFqnGE6kqChKcjzf9l23w/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32125),('AbFvOqmlb5i5w30AvZvZNbplmOYdyLAY3vd8OBHsKN7ISkqS4zrQ_5Pcfl9QyIQLEVQRZALBp_3Fdg','Worst experience ever! I know they are a private emergency room and need to attend to those patients, but if you are going to take appointments for a service people are taking the time out of their day to pay for, you should be efficient about it or only take on what you can handle. I have been waiting outside in the line for almost 2 hours and only then does someone come out to take a list for the line and said people can wait in their cars and will receive a text! After 2 hours!!! If they are going to have someone placed outside, they need to make sure that person knows what to say and what to do when a person comes to the door. I understand all these people are working the best way they can but so are so many other people! I work full time and on my day off I am here paying to get tested AND paying to have someone watch my children on my only day off! The doctors and nurses were very nice, but the older lady at the front desk and *security* boy outside should not be working there period. I also do not appreciate the employees texting back and forth talking sh*t about the people who have to wait outside! Will not be recommending people to come here for anything. Sorry not sorry.','2020-07-11 20:06:54.837000','2020-07-11 20:06:54.837000',1,'Jinnie Gaviola','https://lh5.googleusercontent.com/-OwRRPnReKTs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnbMARMD7qC5UY9fHriDffUGmgSoA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32310),('AbFvOqmLBAXK3pyPHRJ_3hyhvkP2RRZgzAdK1RUKqLnOxiVg_XtAj8QcTPOjS-xqLZiSNkqtFZ3i','Dr. Nilang Patel was a very awesome and attentive with my dad when we brought him in. Also his nurse Cris was very attentive at all times! We loved the experience here. The receptionist they have Amy is very sweet makes you feel at home. Love this place.','2019-03-21 05:43:24.084000','2019-03-21 05:43:24.084000',5,'Aracely Saldana','https://lh4.googleusercontent.com/-D8_mQ23_0hg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm2-sXqNVCaxLh1wtunuA6sPxRLfQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40613),('AbFvOqmLBgLo5XcBPsuzeTKGJQofzD8zrlWbOwR_luT8K0Rw5n4nUll44GiDk5CcRTehD_SeQ8k5','Treat you very fast, Dr. Richard Ybarra.\nThe nurse Rollie,. Natia and Stephanie were very friendly.','2019-11-16 06:52:26.161000','2019-11-16 06:52:26.161000',5,'Luis Arno Silva','https://lh3.googleusercontent.com/a-/AOh14Gh7g9wx50GhEPrFNwjlWu49I1q-noBsp9x-XwtB0w=c0x00000000-cc-rp','8679688254631342173',42588),('AbFvOqmlBmhN_KtlPxEFMOJZ6WhksF7QE6RuOh0gzcoRk_fAIdzVRT43ie2qIZfKUf332bHTfnvX','Great job Awesome doctor and best all the staff and I really appreciate their good work and efforts.','2019-03-09 17:17:35.665000','2019-03-09 17:17:35.665000',5,'S H','https://lh3.googleusercontent.com/a-/AOh14GiqDTOjHKNS-d2w7E6Xfys8ZCuRusz05m1QnfAKd7g=c0x00000000-cc-rp','17394740196501090048',36818),('AbFvOqmLBMU-txO2jQaVCUQdreg53M4_IvgbnfOWHgEd1XNT-Vq1XRJtghZWlHM1ClbUuNT0xbLopA','Great experience I saw the doctor in no time. I highly recommend this place for your emergencies.','2020-01-10 17:13:20.507000','2020-01-10 17:13:20.507000',5,'Lu Perrilloux','https://lh3.googleusercontent.com/a-/AOh14Gj1DQ9DwrnCHOGnQIAgzSZ8QPTFXoycKzKVSVS8=c0x00000000-cc-rp','17394740196501090048',36662),('AbFvOqmLbs7p0FQtWemof6pq0sqMAWDVvPqJN3qrYM63NuDv80_CfYQwArKpedl6FoeSJ4WcOoFStw','Maria greeted us with a warm welcome. The check in process was efficient. Savanna, David, Erin and Jose were great. Dr. Huerta was professional and kind!','2019-05-31 19:15:58.593000','2019-05-31 19:15:58.593000',5,'Lynn Huerta','https://lh3.googleusercontent.com/a-/AOh14GjYR0qn8eHXIh_4PBJwCWqOHqggVJ42MOVsGEH9Ow=c0x00000000-cc-rp','13486358490203335051',29831),('AbFvOqmlc81S7iwsZyzzu-rX9akbTwYOiM2Jv9--Kq3Y2WYj-dfSB-3j5vdLWIao81bhEeUl_xgZjg','The nurses Jacob and Morgan where really friendly and offered me the best comfort during my visit. They took time to ensure that I was well taken care of.','2018-01-21 18:00:07.680000','2018-01-21 18:00:07.680000',5,'Joshua Elijah Rillera','https://lh3.googleusercontent.com/-UKNUW2HDfxM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7CC4fQVqBly7LQzTzxgcJRhVuiw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35321),('AbFvOqmLc9SkS6EyXalXip_B4_h6VOWFjG2KybsVQJoTt3WHXn506b4N6fgFAQ0Y8WqvmDcxQY4A','It was my first time getting tested and it felt like I had done the procedures before. Great personal.','2019-10-20 06:47:37.206000','2019-10-20 06:47:37.206000',5,'oscar morfin','https://lh6.googleusercontent.com/-3qTih7QH9Zk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_u92lzJOSWqR-YP8jt5oIkrcIEw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42642),('AbFvOqmLCwxB9jEOMIZA1EzryTXS8wuDOgiQxtzGaKlcsHGfdQqGDfbCFNIN0UeqSZmt9He8Be9Mmw','I had a great experience at this ER. Staff was super friendly and knowledgable. Hoping that I don\'t ever have a need to go back but if I do, they will be my first stop. Kudos to Dr. Lingan, Nurse Shelli, Radiologist - Chad and Christina at Registration. Top notch!!!','2019-01-08 21:02:11.763000','2019-01-08 21:02:11.763000',5,'Katherine Fowler','https://lh5.googleusercontent.com/-_TEKAbjMBVk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjrNImWu7ZRjZrtLozMxI-eZ73lw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36298),('AbFvOqmld_24YnZ2ibjhLM6sa3nK7H8DJfPz8HUfELG6FA3W1sYhnY0L0s3PlgPMBhe8APLT8_7F','This place is excellent- efficient, clean, modern, and the staff were wonderful.','2017-04-30 00:17:50.200000','2017-04-30 00:17:50.200000',5,'Christine Nanan','https://lh4.googleusercontent.com/-gsJ4VZtE-nw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclAhcV6uZ7GJMlxEjb8vm5BOyAmow/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31051),('AbFvOqmLd6QyUhjf3iCaSuKclQ4KVQyqV-JMN-pZizbU2DzD4c-aCUnbc0rXqwmIePWZy1l3G9xo','As I entered in pain, Jocelyn stood up to great me with a smile. She was patient, thorough, and helpful with getting me checked in.\n\nAlvean, my nurse, welcomed me into a personal room and listened with care. I really appreciated her sympathetic ear as she gathered necessary information for my care. She checked on me often and explained clearly what she was going to do before doing it. Though she had to give me a couple of shots that hurt like crazy, she apologized in advance, and followed up to ensure I was ok. What a beautiful soul.\n\nWhat can I say about Ezequiel. He was so tender in my care as he took my vitals and performed my CT scan. He treated me with dignity making sure I was covered well with my gown. He assisted me with getting off the table after the CT scan. He too gave an attentive and sympathetic ear as I shared my mother\'s recent cancer progression. I just can\'t thank him enough.\n\nIf there could only be a book that would serve as a master on patient care, it has to be modeled after Dr. Patel. She was just fantastic. Again another staff member of SignatureCare Cypress who inquired about my reason for coming in, but listened with much care. Yet she has a cheerful optimistic spirit that is infectious. She is literally a person who shows true fellow feeling. I am besides myself. She took care of my immediate need of pain relief and then addressed the underlying factors. She too followed up often, gave detail results from my test, and me a clear understanding of what happens and what to do after I leave their care.\n\nCan I please take this team home with me! You would be remiss if you don\'t choose SignatureCare Cypress for your urgent medical needs. As a whole they are through, attentive, and kind. You will leave feeling like you were just cared for by family because they make you family and because they care.\n\nThank you Dr Patel, Alvean, Ezequiel, and Jocelyn for all that you did to care for me today.','2019-10-24 21:51:25.455000','2019-10-24 21:51:25.455000',1,'Kimberly James','https://lh5.googleusercontent.com/-OP6tCvu3g44/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckGWFfpar-VaZ3Ofi_hi_Df48bdYw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33830),('AbFvOqmLdedqtMVyWzdMinybmQTlCvTtCHBZ91YLb3GNeLlEEteeWmllqx-Vhzr-raD0TCO4FsrzzA','So glad i went here instead of waiting hours for a hospital. I was seen within minutes of walking in. Dr. Zhen has the best bedside manner and reassured me that everything was going to be ok. She continuously checked on me and made sure i didnt need anything. I couldnt have asked for a better nurse than Kat. She made sure i was comfortable and explained everything that was going on to me. She made sure i had every little thing i could have needed. Im thankful for those two ladies and would definitely recommend this place!\n\nEdit: i had to go back just two weeks later and still had a great experience. Dr. Pham, Alvean the nurse, Marcus, Keith, and Vanessa were all great. Everyone who works here is very good at what they do. I would recommend this place to anyone.','2019-11-19 23:56:01.204000','2019-11-19 23:56:01.204000',5,'Terry Blanchard','https://lh3.googleusercontent.com/a-/AOh14GgWYh_BAd-wUp40brvSG_mb-_6zH60Af3Ukpb-HF8Y=c0x00000000-cc-rp-ba3','16389487648212004696',33712),('AbFvOqmldm4dwI5yqKZap0Zt-5uG2vZ1NLtXtn6iVc1cIWSpoZFpEzlkzvNncD2X8pmLaJVruUu-Gw','I had such a wonderful experience at Signature care. The staff was so attentive and helpful. Dr. Miller was great and made me feel so safe. I will definitely be recommending to my family and friends.','2019-06-04 02:24:44.329000','2019-06-04 02:24:44.329000',5,'Estela Carrillo','https://lh4.googleusercontent.com/-5mdn6jwBlQ8/AAAAAAAAAAI/AAAAAAAAAHE/AMZuucnoUkHUr3dYHDJ34CU7va4Bo_N3pA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30535),('AbFvOqmlDRTAvvGgTF4gGAo3TO9x6CVreVU47H4Knx8VibHPyPJ2YJwt_uvWaKold9FOTKjuvjzuVg','I\'ve never had this much attention and care from ANY hospital before. They were on point with treating my pain and follow up care. I want to say a big thank you to Dr. Vaagenes, Nurse Rachel/John, The Radiology Tech; Richard and Dee at the front desk for treating me like the most import person in that room. I won\'t go to another emergency room that\'s not Signature care.','2018-01-30 20:07:24.978000','2018-01-30 20:07:24.978000',5,'Janie','https://lh3.googleusercontent.com/a-/AOh14Git__MG61NTCAa7H2bOSpPVY7mN9sy3w7HSy-NVIw=c0x00000000-cc-rp-ba2','14567670160750071148',30885),('AbFvOqmlDs7iKqvTxD5h1vN9y_PCg_LNmEW5sgjWvptLclp2qOhnHu_1MVXomnAbWdL3KJV9M99_','Since we got here all the staff and the doctor have been very friendly and helpful','2020-02-14 04:37:06.008000','2020-02-14 04:37:06.008000',5,'Armenia Ardon','https://lh3.googleusercontent.com/a-/AOh14GiBJBe8Es_wN-GzTDxa-7kPCdTs_srDydYMENq5ww=c0x00000000-cc-rp','2694018788013845459',39123); INSERT INTO `review_review` VALUES ('AbFvOqmLDXCRwj7hZDsDiC2pt_J1MmoBJcTKB_pMNWG3Ke4m4kvRdRX678UfRFV6O3_iQidvPhoFMg','Told us they were in network over the phone, but after they treated my son handed us paperwork and said they were not in network with any insurance companies. Very misleading and un ethical.','2019-09-12 05:52:02.753000','2019-09-12 05:52:02.753000',1,'David Egan','https://lh4.googleusercontent.com/-8cPW_4xt0bw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnt2XH7dZIBM2JM4gIYwFP8DiD9NA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36709),('AbFvOqmLE719I6WCpCOL9ig9u-xvLHcr7niyb0ebS-qi4nsXufT-Wo1prEMxAmo0PyexRNTCCFuV4w','Staff was friendly and caring and everything was done in a timely manner. Thank you so much for taking care of me!','2018-10-14 00:08:45.110000','2018-10-14 00:08:45.110000',5,'Tracy Q','https://lh4.googleusercontent.com/-jBihFG513bo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnu3KFTE_-4ylokqo4qcbvGJCpzlg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30689),('AbFvOqmlebPjHI2Wrr0-1e4g4RVOEYey8dhAd4bAYBcq0lW2a9VwcRB8hWPYKdNxgVez1JJ8QVl_0Q','Being new the area and not a fan of hospitals I opted for the signature care emergency center-I made the right choice! I scheduled an appointment online-although there was no wait when I arrived. I was quickly put back in a room and taken care of right away. My service throughout my care was wonderful from the docotors to the nurses and techs I delt with. I highly recommend this establishment and will return if I find myself in need of emergency care.','2018-09-06 19:59:29.911000','2018-09-06 19:59:29.911000',5,'Rachel W','https://lh6.googleusercontent.com/-gmfX1rn-S14/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2imWGcNSdMC3s4BH2jEAMNsR3Zg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35194),('AbFvOqmLEhkPuM6UvUitB_9hmH4Ui8OGN4Xr8El_ltM8dlJQhJO9-z_E-uOGxWelwt1Z8yqA8ZSTkQ','I received excellent, compassionate and very prompt service at this ER. The atmosphere is very pleasant and non-institutional in appearance. It was clean and spotless. The staff including the physicians, nurses, techs and front desk staff were all amazing and very professional. Sindy was so welcoming at the front desk and made me feel comfortable right away. Dr. Faig, Lisa, Agnes, and Jeff were all caring and kept me informed of what was going on at all times. I would highly recommend this ER to anyone seeking emergency medical care. In addition to the excellent care provided, I received a call from nurse Jeff a few days later to check on my status and to make sure I had followed through with the referral that I had received.','2017-06-24 19:15:22.529000','2017-06-24 19:15:22.529000',5,'Elizabeth Hudson','https://lh4.googleusercontent.com/-eua7qFpqH94/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckuT1HvJ6FocB2WTfMwM6zX8Y68KQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41041),('AbFvOqmlEK2k2RYk_YUPmPMrrQ5q8TUOQQo2dViW2mj4FauVhVZYPFEyC4E4W5NVWNP4XiRAxcHAVA','Anthony, Natalie, and Dr.Harjai were all so respectful and caring! Highly recommend coming here.','2019-04-03 17:55:28.639000','2019-04-03 17:55:28.639000',5,'katelyn thompson','https://lh3.googleusercontent.com/a-/AOh14Gh4NETfnEkcctNWDtdf2S7JAmBHD5ijgemH1OYZhw=c0x00000000-cc-rp','16590124370714063921',34922),('AbFvOqmLePhnJIpeZmdVs97u4ncZiNhoUvsPfNKMmVp4AhGghf1007Y2EOE5pSexCryoPrvNmETb','Doctors were pretty quick to answering my questions and concerns. Dr. Appiah, first came in and spoke to me and overall staff was friendly. Would recommend to anyone to come here.','2020-11-01 13:25:46.113000','2020-11-01 13:25:46.113000',5,'Elda Rios','https://lh3.googleusercontent.com/-5nGzfst8hbI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3of8xxP373arHC077RC5xwCuWvQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42265),('AbFvOqmleYfgK_EttZdBDT9ekeDcXXb-jB3RsXFIETY2kpaQuWrewt5LRZUTamdwxr1YUpeT9iBv1g','Excellent service and helpful engaging staff @APRN Charity, RN Mollie, and registration Mandi and Courtney Temple.','2020-12-26 23:59:32.239000','2020-12-26 23:59:32.239000',5,'TeShuna Sheppard','https://lh3.googleusercontent.com/a-/AOh14GiPwS2eCd36vC3yMV5_pgEHrxbk_d5JfqKStc61=c0x00000000-cc-rp','3272657195432704501',43922),('AbFvOqmlF0r2JUKgwCGJ04iWq0KO1aYmF9qfop0PXPsxM6skg2pteazVK57NFJGQxAqFiivk3jw-Ng','Friendly staff and quick service. Thanks Mandi.','2020-12-12 13:45:00.894000','2020-12-12 13:45:00.894000',5,'Amanda Hayman','https://lh5.googleusercontent.com/-TheaE8ZkUpc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn5jrDp3mkaDBwt3jn0N2zVjqcTKw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39420),('AbFvOqmLFBDMkMjcbB-KLviSJmzx0GbpFx9rIrJbkoIXGTsvkiYzqizy6_5mCYF5iGcoSABrs3Y9','This place was fantastic. No wait, fast and competent service. We took our 4 month old daughter and they took care of her immediately. We strongly recommend this place.','2016-12-26 15:49:06.251000','2016-12-26 15:49:06.251000',5,'Claudia Oramas','https://lh3.googleusercontent.com/a-/AOh14GiXXEDw-1SnvIpYmq_RzVkasnRo6tr3IAJJ2qPd=c0x00000000-cc-rp','14567670160750071148',31146),('AbFvOqmlfeME2coOVvkRCDLU_xL5V3vp5tea33EtHaFxMl1TnuTYnZ-Lvogd2OCI05tTpexIFw71wA',NULL,'2020-03-12 05:06:18.607000','2020-03-12 05:06:18.607000',5,'Ivan Romero','https://lh3.googleusercontent.com/a-/AOh14GjwzRWIaXyb5e3cu1HFheIFr3Ao-jLVuxnhgKcoNw=c0x00000000-cc-rp','13486358490203335051',29396),('AbFvOqmlfPMKPh4JuIOhN6ykTxeWANTniwwyziUYkoqu7S4iwnd0Zmz2JsCYdqWtaDN4_G3Cr5uoTA','They take care of me and they were really nice to me specially Christopher C.','2020-11-08 00:44:17.285000','2020-11-08 00:44:17.285000',5,'Angy Saraya','https://lh3.googleusercontent.com/-F9bosgze_PY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_7gxcR0kWNK1ckSSono5eEZ-8iQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30029),('AbFvOqmlfwpXB64bU6kdoG1ftn23e85ySmiDAh6Q110r7AKF_7a1iyjjGBHfdF-xK4zi5F6GN9_3','Dr. Huerta, Corey, Andrew and Jessica! What a amazing team. Very caring, compassionate and took really good care of my family member! This is where I go 1st for a EMERGENCY! And I am a local Midlanders born and raised!','2019-12-08 22:18:08.048000','2019-12-08 22:18:08.048000',5,'Sasha','https://lh6.googleusercontent.com/-8kOJoXy4LHA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnFwtn1POlZXUsZHpHdQPmy6nQgYQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29542),('AbFvOqmlG2duk1lXvW8n8mix9Xp9E-twHcw94Xl3jXLHad3cFpScYLCpD2yWL5xyiRENAN56ECUI','Signature care is a great place for all you emergency needs! Tiffany at registration was great, Ashley was completely helpful with vitals and X-ray, and Dr. Curtis was so knowledgeable with the diagnosis, and John was great at with after care instructions! Everyone was great HIGHLY recommended!!!!','2019-11-02 16:34:04.189000','2019-11-02 16:34:04.189000',5,'eh emily','https://lh3.googleusercontent.com/a-/AOh14GijMpoYFm6_GiWy2bCPznZaXqDVPvByrWkF3z3U-w=c0x00000000-cc-rp','8626688543755174284',41991),('AbFvOqmLgAWLM9eWb4aQ-OBhMpFJVrePxyOsuQ9m86kZshAb6HkCqnciS_OkT6DEq8j4M5HV7YGO','I have always had a great experience at the Heights location and co-pay is always waived for first responders and their family! #win','2019-05-13 15:05:43.026000','2019-05-13 15:05:43.026000',5,'keith burmaster','https://lh6.googleusercontent.com/-XeCnzGpjdqU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckr-bqjroWhgrzeY3m33ePhCTwBiw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30541),('AbFvOqmLGcxgWNuMCKFINaVPeyDfCt03gFp7Uw1n43emiHCVxAxAAD1YUBe5klwNhLtoxa_KGJQmLQ','As a poor college student something as simple as an ear ache can be detrimental to the fragile balance between work, school and social life. I\'ve been to multiple clinics and ER\'s in the past and have never been treated with as much respect and care as I was here. The entire medical staff was genuinely concerned for my well being and activley worked to get me in tip top shape and out the door as quickly and as efficiently as possible. The receptionist Earl H worked fast to get me into a room. The nurse Kaite K and Radiologists Clay R really made me feel welcomed and at home. Dr. Lingan was hands down one the most caring doctors I had meet in a while. This man genuinely cares for his paitents. The experience Signature Care Clinic at South Austin provided is the standard that all clinics should strive give.','2018-09-13 05:39:51.996000','2018-09-13 05:39:51.996000',5,'what are you doing over there?','https://lh3.googleusercontent.com/a-/AOh14GgyiHwwQSY5RRiH72pZYd52wjU-FVk-pkARihn2bw=c0x00000000-cc-rp','16891069708558046635',36355),('AbFvOqmlgdnDLYZUG5D9IjKZJikiPdcHqsB_cmW1dGayOQmvxD0OQSlpwLskXUZYa4qjjda1MvVzsA','My stamp of approval to this place. Everyone helped me despite my anxiety. My nurse Karen, doctor Nweze and rad tech Rick all were so helpful and attentive.','2019-11-07 18:38:03.731000','2019-11-07 18:38:03.731000',5,'chassidy smith','https://lh5.googleusercontent.com/-TAFhPWPE4QM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckSPobPbL57P2ayQkJudKDGyeXg9A/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42600),('AbFvOqmlgK1vs-HEu4C5CvRXXLCtBG7RkG2_OcJQWRf47xuLWFRJqr1NDL5fPbmxQhS82SteL5uy','Very clean environment and incredibly fast. Nurses and Staff were very kind. DR Wang was very professional, and so far best ER experience','2019-12-30 23:39:49.265000','2019-12-30 23:39:49.265000',5,'Bernadine Philip','https://lh3.googleusercontent.com/-veAsUjR-hmI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxkDDzLbVrdrNSXIHr3fpN6FDVZA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28885),('AbFvOqmlGLxoWcOUytxGmS4tTMjZcUFsjAZUZarKWpy7Nj_nLgJo3bvwTvFW6gsBF4ZAlQ2I5WKilg','Ariana M was the best nurse there. Fantastic in providing patient education ā¤ļø','2020-09-24 07:56:34.997000','2020-09-24 07:56:34.997000',5,'tricia Tagli','https://lh6.googleusercontent.com/-ExBZRuncct4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnlD09P_DzJN4xsUuiiwhvbaJq5kg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41290),('AbFvOqmLGNQIL_VeCsg3agGL5Qn3zN2mH65juy6O9lZLbHZ-07yCw_EBfr6-2XrvpqXqpmQQXNl3','I enjoyed my visit . Staff is amazing . Thank you to Enrique, valory and Julia for getting me back healthy.','2020-12-26 16:02:54.026000','2020-12-26 16:02:54.026000',5,'Frank Luna','https://lh3.googleusercontent.com/-fkz4BTR7QVY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmOxDnUumJ86dY5Nuru8Rt9yIitzQ/c0x00000000-cc-rp/photo.jpg','15979470999169074295',43900),('AbFvOqmlGUoRxJ5m1WfiduP9geqM_8WjBwbXDwLSf9dtxTN_Bt7y3NXbPjdqvljZPFwDP1n_THg8','This facility was extremely helpful and had all the high tech equipment to do all the testing I needed done at the time. Tricia was super sweet and kind...very gentle and patient.','2019-10-21 22:34:12.112000','2019-10-21 22:34:12.112000',5,'Ann Haskins','https://lh3.googleusercontent.com/-2m4PX6BMshY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckTV5IHeCm5O3Ys9GK6PKE4y-CSDQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33850),('AbFvOqmlGwpkRx9jDbxhOwDS76Q_qS2ldLnjCsSWD9juXZzBacblc2XHuHwi4dBocbm6Ow_gYHV-','Since the entrance everybody treated us very nice, the front desk lady was waiting for us with a wheel chair, nurses and dr were very nice specially Aaron Ortega.','2020-02-29 17:50:02.786000','2020-02-29 17:50:02.786000',5,'Aileen Hernandez','https://lh5.googleusercontent.com/-RmdSdXF2om4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclKa7yy8HXCN2iHZ-UQWXPNsKpTUw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29414),('AbFvOqmlhApY9J35xMIusS0XUQu_FHfSN-Ar6ulgW8fLmcWK5LDHiCmHXPamhr72qDyjXRBHtfHD','Love everything about Signature Care!!! Lucas was very friendly, very informative. Eric was awesome in all of his testing. Carla was spot on with registration!!!','2020-03-01 16:42:30.671000','2020-03-01 16:42:30.671000',5,'Amanda Easley','https://lh5.googleusercontent.com/-vv7UhJLI95w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckOIYYqmTKwEkaNmugfLt-Be0Vb2w/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39581),('AbFvOqmlhmA2mNFg8AjHKUdfY5Z5SO0P0w7CerOmeGfdlWsYqGf4xMKwA9l6K1FIc7904-gwfuI-','The people at signature care are so amazing. They go above and beyond just to make you comfortable! They build relationships with people and treat them so well. I love signature care! I also love Adam, he is the coolest, sweetest most attentive manager I have ever met. Whether I am a client or a neigherbor (I work a few doors down) he is always so polite and respectful.','2018-03-11 13:34:09.007000','2018-03-11 13:34:09.007000',5,'Sylveonnx','https://lh3.googleusercontent.com/a-/AOh14GjJ-QmwavJAMZ0OPSpxfCdondXEuAx_ilDc9rZEkA=c0x00000000-cc-rp','16891069708558046635',36422),('AbFvOqmliBlpRWUc6IaiU-RhZH5QVK2PK07c7L_soXckzS77O-enYS-3i8Wt79bNLSDh5EnPT5GhUQ',NULL,'2019-07-17 03:05:10.913000','2019-07-17 03:05:10.913000',5,'Kandace Moree','https://lh3.googleusercontent.com/a-/AOh14Gj4u5ZzBMiqFAOwm4x6PwO5vlStNmzpFz4NkhE6=c0x00000000-cc-rp','8626688543755174284',42024),('AbFvOqmLiCsXWHz5zr3-ZsM42Af4CK5SQaEQuxrVU5z0LRKy9a-EVBs8HS2BOzHwbVDDamDXiS8QQg','everyone was nice and respectful with no pain or struggles','2019-09-16 14:22:27.941000','2019-09-16 14:22:27.941000',5,'Girl Almighty','https://lh3.googleusercontent.com/a-/AOh14Gh2j_x4JsYJvvT8XVOl2pIdrWH9HpaxvNDh2SMxAw=c0x00000000-cc-rp','6521947413723274945',41604),('AbFvOqmlII_jJk1cZ7tjVJeXAXuJmXRn1pdzTpphMfouUx1ig81AWMVbNAbUjsM5Eb_gOCuS6kJVkg','Excellent place to go for a medical emergency . The nurse, Alvean and lab technitian, Luisa, were very compassionate with my daughter. The receptionists were very kind and Dr. Harjai took really good care of my daughter.','2020-12-10 20:11:57.563000','2020-12-10 20:11:57.563000',5,'Patricia Land','https://lh3.googleusercontent.com/a-/AOh14GhgSIJUjSXvSjy4PHcnurzY0ZhaudXatMxLLbM=c0x00000000-cc-rp','16389487648212004696',32858),('AbFvOqmLJWcZt7xvn6L90muU3SM4wi-4wVnyq5Ly0avDZewLhQuIQCO3zl7iF3CyUNzwOm6xuIl9','I really liked the way you treated me, you are very friendly and the best thing is that you speak Spanish and English thank you very much','2020-07-16 00:07:29.125000','2020-07-16 00:07:29.125000',5,'Fredy Sabaj','https://lh5.googleusercontent.com/--sMAZJlXmDo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucky4Ue62T5s1u-3yGnE3WnxXJUxXw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28595),('AbFvOqmLJxG2j7Ka-l-7zcISwil4L5089wx_pndow7xw2Z4_BWb5pr0Q5YLAb2GQJ-bfRiBHe20m','Dr. Kotey, my nurses Gina and Cris, my techs Anastasia and Dion were all so kind and helpful!\nEven Keaire with registration was helpful!\nThey were able to assist me and get me feeling better within 24hours!','2019-06-22 12:25:35.221000','2019-06-22 12:25:35.221000',5,'Shelby Smith','https://lh3.googleusercontent.com/a-/AOh14Gi67SIhkCDi5gFzQ_Opq1clWRRK-1hoWOJfF0If=c0x00000000-cc-rp','3511292162159714121',40529),('AbFvOqmlK-cUXMj2gSdQhTkmmLxOFKThgNojVy8soWKS5X0x00KLNCXVUM4WyC1gNu64pOtzDs7Ilw','Ashley W. & Ashley N were very nice and friendly thanks','2020-10-03 16:17:02.900000','2020-10-03 16:17:02.900000',5,'Ronald Cash','https://lh4.googleusercontent.com/--XYcXCTPn-Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcfiXQsFGM4BAP5Cv2_j5UX53Buw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37526),('AbFvOqmlk6hJ_pgEwDH9UmMbPtM3LBthpjX7Y0Imuu0Ddc-dpbc2HFThBcjbze6gqANyGJt9SWkpuQ','Andrew,Kim,Sita,Kristina,Carolyn were amazing and outstanding great service highly recommended by far the best ER in Midland tx!','2019-08-01 03:01:22.604000','2019-08-01 03:01:22.604000',5,'B&H Channel','https://lh3.googleusercontent.com/a-/AOh14GjLU5lxqhYwUv7SepwYS-XS4D6W8yo1eXYDvT6jow=c0x00000000-cc-rp','13486358490203335051',29715),('AbFvOqmLKyehjaZHt-IgTliWoPajPPXMFz_TTUoBjHo0PHZ4qHfVSshDAjTAjhJ9I7GFKs6KiW7tPQ','Went in for two bad falls, and was greeted nicely by the receptionist. Little to no wait time, and told them my symptoms. Supportive staff, was offered snacks and drinks. They were professional with the whole routine and made me feel special. Would highly recommend this place and would come back for any injury’s. Thank you SignatureCare!','2020-02-10 06:05:26.371000','2020-02-10 06:05:26.371000',5,'Ace Stewart','https://lh3.googleusercontent.com/a-/AOh14GjmzYfR-jtxQ8kl8XkfYmj1QRnrXlgScmzpX1MVxA=c0x00000000-cc-rp','16389487648212004696',33380),('AbFvOqmlLF-XUW7nEG_P3P8KSZ3HkxXA1avNMuUdFEhj20hWFft-yoLz7LrCJtLVrId5c4awX3Nr6A','We just came back from this emergency center and it was a wonderful experience. I felt at ease with the staff being very caring and attentive. Highly recommend.','2019-06-15 06:10:02.075000','2019-06-15 06:10:02.075000',5,'Imelda Juarez','https://lh3.googleusercontent.com/a-/AOh14Gg1mbD-wYAYBYe0zQNfaRDtS1QRGe_cjPEBxpEqDg=c0x00000000-cc-rp-ba3','16389487648212004696',NULL),('AbFvOqmlLomgkfEitNZL_lZ314DbniYrL5C3IOstNMA8D5oPu8pO0RXA2SrL3AR1kyF2s0URTjy10g','They have it down to a science. Quick in, friendly staff, make it seem not so scary being in','2020-09-15 01:00:57.426000','2020-09-15 01:00:57.426000',5,'michelle robert','https://lh3.googleusercontent.com/a-/AOh14GharRDCYhfKmQDu0Xr3S0wZA1-A0LKRbtONVA58=c0x00000000-cc-rp','14748677429039074158',31662),('AbFvOqmllRIJNGL2B-m9DbpIEW5Yv1MsxrEJikH7gq-mlUvvmX6uGn7O9O3TLBXTjJLT-KiBFb6zZA','Fast and straight to the point. Helped my friend when the pain in the gallbladder was knocking him down. No wait at all, Adil was on it.','2016-06-12 09:23:47.778000','2016-06-12 09:23:47.778000',5,'Chün-Ting','https://lh3.googleusercontent.com/a-/AOh14GhGm64QRM2Aymz5mrymk3AbVpQywveVznNih1YLfQ=c0x00000000-cc-rp','17394740196501090048',37333),('AbFvOqmlLVdG2wWAuyCoou6qfkevRArXBsyWNRUuZ8p1mfV4nSuV9sE2sIa2P97u55EzwNDrAculIw','Everyone was very helpful! This is an independent ER not an urgent care, but I\'m glad I end up here. I saw a doctor within 5 minutes. I had a couple concerns about medication and she explained everything and made me feel comfortable. I would highly recommend this place!','2017-11-05 14:08:02.534000','2017-11-05 14:08:02.534000',5,'Maran Sprouse','https://lh5.googleusercontent.com/-i5W8g8fa1dg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckUjfWMM6P8YiuLJnaP5viI6SfGYw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40997),('AbFvOqmLN3QQ2weMBZNh3_6nKpE4FK7CyaepCl7e5Ng6g9WVtAjrUb5MmQsbPwb1ENtu0hI3EknL','All the staff were very kind, especially the doctor and nurses. They were attentive to my needs and i had a really great experience. Everything done in a timely manner. Highly recommend, they’ll take good care of you!','2020-08-09 22:33:56.856000','2020-08-09 22:33:56.856000',5,'Carlos Mosso','https://lh3.googleusercontent.com/-zeuncO_05tM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckUTPh3oejMho1OtUtPMx_qV7GdHg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42333),('AbFvOqmlNMz7BfoW-ZI3Ut2qdjqNcJX52Ppo4HOLKW2XlcTK_Yfl5ghrSCv9fefmbMpWdkCdVu79','Shannon, Jacoby, Brenna were extremely helpful and caring.','2020-11-05 21:40:06.527000','2020-11-05 21:40:06.527000',5,'Hayden Johnson','https://lh5.googleusercontent.com/-WmhFYViaTOc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmzNKaCAIB5ffjYK5AvNhT9x3eW8g/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41856),('AbFvOqmlO09Pai4jgXp8zxf6FhAinko1BtvJv2gKrKfwEnUkjpqZMeF6mgfbp4dFlh5PBVOmIBxsgA','Great staff & quick treatment. Highly recommend!','2020-09-15 21:45:27.679000','2020-09-15 21:45:27.679000',5,'Nkole G','https://lh3.googleusercontent.com/a-/AOh14GgP9og8IJjnTPPdTeF8V8QwipUK94rzDwo2RAM4ig=c0x00000000-cc-rp-ba4','6521947413723274945',41294),('AbFvOqmLOlEvUzqp9N6pmJ7Cn1Za8wLFWDhXTdUUICY9626yZqEUncm5ydGeayYyiGqog47iWYLFdA','Staff was very friendly and prompt. They got me into a room as soon as I arrived. Everyone made me feel comfortable. I had a great experience there.','2017-01-21 00:05:19.497000','2017-01-21 00:05:19.497000',5,'Milody Tran','https://lh3.googleusercontent.com/-uHoQdCU8Bqc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucktAvLaxMVugX61PuOxA0UMpqYIUQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41128),('AbFvOqmlot3ykUjUecNbDDgyKJeyuV07t2BOAs8iNQbXI8VlBzROP83AISO_1ipenIBY0PstUsDQvQ','Friendly environment made me feel welcome.','2020-11-11 04:10:51.791000','2020-11-11 04:10:51.791000',5,'Jisella Martinez','https://lh5.googleusercontent.com/-86xY02PHbSw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmEcrwq08V13e81k8Gj_kZhUY1QkA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29267),('AbFvOqmlou1XMRxi7p8N6TJz85t4bAShhsQq-sRbPAkM03CVly-3Bqyl9gb_fk_p0DI8kLFFIljq','They are AMAZING every member of the team Dr.Pham, nurse Susan, Rad tech Laura, ER Tech Elaine, and fantastic registration Tanishia are my new best friends! I LOVE SIGNATURE CARE!!!ā¤ļøā¤ļøā¤ļø','2019-12-27 05:40:10.115000','2019-12-27 05:40:10.115000',5,'Melanie Luzader','https://lh3.googleusercontent.com/a-/AOh14GiWZxYXQn7D4BfcV2Kx5LWzH2o2ucS7zZDm4OIL=c0x00000000-cc-rp','17898197009688164559',37775),('AbFvOqmLP6sKLDXv4ew04xtMsZUGVqOtwBDTZREBtvNdMwCZ3vAAZi5E3F8j_b124CMaU5yqBRaRbQ','From the moment my daughter an myself walked into Signature Care We were greeted with a smile. Everyone was so helpful. My daughter was in a car accident with neck pain. They took extra special care for her. Many thanks to\nDr. Iheme, Alvean A, Marcus B, Jocelyn A, Brian W . They all were terrific!!\nJ Renee','2019-11-20 20:25:36.445000','2019-11-20 20:25:36.445000',5,'J Renee','https://lh6.googleusercontent.com/-vxjtvma3e3g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm9wkXk3OoPT_3aWy0X3BCDhw_-JA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33703),('AbFvOqmlP6sslFuBkM0S10IzkqkqchRkDrZTLPH9jEK6qtSJylI5vKvwOYIfVbe3_kidRqpreW7aNg','Very kind toward my kids and I was very happy how they made my kids very secure. Thanks guys.','2020-08-01 02:57:18.924000','2020-08-01 02:57:18.924000',5,'patricia chapa','https://lh3.googleusercontent.com/a-/AOh14GhLPNE-tL2NTPyBuQ6ePU6asbus8RGFXBrcO9HLMdE=c0x00000000-cc-rp','14904078213800803294',32300),('AbFvOqmLPcwXnK6hDTYDIbk29N_SkqbbEVTmo-gMdnp167_8QMUBJexuLSGstBQPe0mSMJFhXVFZyA','I had a great experience by dr.daniels and nurse Joseph, and rad tech ms Natalia & registration was veronica','2019-11-11 15:36:43.345000','2019-11-11 15:36:43.345000',5,'Deshawn Magee','https://lh3.googleusercontent.com/a-/AOh14GgMDFrxiTPbJ-7YMXgLlxu5l1BZl82TuUw2xdjD=c0x00000000-cc-rp','8679688254631342173',42597),('AbFvOqmLpQcDLIezt2w6oA_v82tgH9ezUQ-XaljQ5O3JqRRV_BBZR9bfxRgko9wyQ7Ho_nedeVd_jg','Elida, Denise and alvean attended me very well! Highly recommended','2020-02-20 15:34:56.377000','2020-02-20 15:34:56.377000',5,'Abigail Castillo','https://lh3.googleusercontent.com/a-/AOh14Gh86Iilk28E13Dmz1dYEFhqxTbHCtnGb0BY-bjn=c0x00000000-cc-rp','16389487648212004696',33351),('AbFvOqmlpSpnG8-KBYsgkJaBxRXVXpuqJea-iHlonSWl_iUjqhwIx6qVj_Iq4wNbCqTrXRK-s9fApg',NULL,'2020-12-27 23:24:33.634000','2020-12-27 23:24:33.634000',4,'Taylor Howell','https://lh6.googleusercontent.com/-SaqK0uHYAL0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZpPw0SxNkO_Ah8L0AxkxFfrJhww/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43990),('AbFvOqmLpxKCCrQqNhfjQn3iWqUagW9n41fHed0I7a72QYr00yvlbvQrUcNiF0C2M-v0kNPqOWpZ','I want to say thanks to Dr. Vaagenes for helping my wife. He quickly found her bad stomach pain end up being she needed to remove her appendix. Dr Vaagenes didn’t waist no time and set up a surgery. I thank you very much.','2020-03-18 00:35:12.135000','2020-03-18 00:35:12.135000',5,'Guillermo Hernandez','https://lh6.googleusercontent.com/-5NLnxoBq7Zc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn9tRGsK3DYixhc2Et94CefODsE7g/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41388),('AbFvOqmLq4zttZN3M7bQqfbb27dc98UxfUMJEgp1-EUzo9Jh5zWSvLpfc6D9KT2j9-Y2zeNpvQ9ozA','Anthony RN was the best ever!!! I had the best experience ever. Dr. Baker was so sweet and nice, helped me have a fast and efficient visit! Everyone in the office was very friendly and helpful! Rebecca the tech was very nice and gentle when she swabbed my throat and nose!!','2018-12-12 04:22:02.048000','2018-12-12 04:22:02.048000',5,'Emma Phipps','https://lh3.googleusercontent.com/a-/AOh14Ghl-kJoOWrij0620Z1cgBXubavYJYcrGQ8nRm_7dg=c0x00000000-cc-rp','16590124370714063921',35068),('AbFvOqmlQal6REYqK86NBB1b-EKtzBFpSaCWA8e1eRE59OItha0C92ltyCGNwIvwtVwYPstTadDq',NULL,'2019-05-13 22:21:33.128000','2019-05-13 22:21:33.128000',5,'Lonnie Seamster','https://lh5.googleusercontent.com/-iKLL2BK9yHI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckoEz_UwE8FSA3yo9aF-uzVWtsNgQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39868),('AbFvOqmLrM0HifdFbpHS8cEtJhaIgg8jM_OssLjKJhPcvzvqyl3b8SltBOBChRcE_FG9uciZRSQliQ','Everything was taken care of!\n\nThanks,\nDr. Ortiz\nAlvean A\nGrace K\nGenesis C','2019-10-27 21:19:15.913000','2019-10-27 21:19:15.913000',5,'Ashley Rowlett','https://lh6.googleusercontent.com/-2sW7Et8X8RM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckiBbLUaE40mBp-18BlrvjCxpCk-Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33810),('AbFvOqmlRncHafsfr8PY8YXsUNKJdV4v90MWHaK2hlqjY-8QuDHnd86P2JwgkRaS4itE_T2I-duu9g','From the moment my daughter and I walked in to the time we left we had exceptional service. My daughter received 3 stitches under her chin the staff was very prompt with giving her the attention she needed. I want to say thank you to all the wonderful staff that made my daughter and I feel very comfortable. šŸ¤—ā˜ŗļø','2019-08-22 12:27:23.621000','2019-08-22 12:27:23.621000',5,'Monique Smith','https://lh3.googleusercontent.com/a-/AOh14GiKzg1VmJCSnS1JBJk15yNrgebGuMaP9FmJjuSn8w=c0x00000000-cc-rp','17898197009688164559',38016),('AbFvOqmlRprx0gkRkVpF-E0FTMPdQ_cVmwLLCGqZIFv4tRAoler22U4jOAV1unuaqQM2FQWiAMHT','Politeness from the staff and I came in with a spider bite and they helped me fast and treated me like a priority and made me feel comfortable.','2020-01-30 17:59:40.037000','2020-01-30 17:59:40.037000',5,'Norma Ochoa','https://lh4.googleusercontent.com/-WVh63zfXChU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDgo3lotGPVQxPJcsbn2uE0vyhaA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30289),('AbFvOqmLrr1OuT25Cnx5TS_UhBOVOkYxR2fqYqhOnyU8HNCMfAdfLQjYgdLbLFqDuTeXEA5e45cXCQ','Very prompt and knowledgeable','2019-10-24 18:53:07.542000','2019-10-24 18:53:07.542000',4,'Kim Fitzgerald','https://lh5.googleusercontent.com/-C05zC4ZvbZU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckr77nRtcBWkwEjMIDevBQ5mrTPSA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33832),('AbFvOqmlRrxLJ82dvACXKA2kLZTPh52Tyvb9g3Vu3Skfl6o2zpuIs1MjOWw5u3zXHmKcBc3PRdnnDw','Cedric, Karen and Delicia was very!','2020-02-27 22:41:30.371000','2020-02-27 22:41:30.371000',5,'Dahn Edson Brisseau','https://lh4.googleusercontent.com/-CmBTj2Q_ACY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckGFVCbS2UxFhhfNmqHuawOGSkG1Q/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42414),('AbFvOqmlrs32eJjBkLpUyJFlz2uoZFhSuj3q2B_CZXX6X9lhw6R_du3GAjAap21h1vBLWmP1y7cZNQ',NULL,'2020-06-09 22:00:22.303000','2020-06-09 22:00:22.303000',5,'Patricia Martinez','https://lh3.googleusercontent.com/a-/AOh14GgYukB6zXbg9Z-T-_bY3XN8OqcsdT1_V4NaTR3YYwg=c0x00000000-cc-rp','13486358490203335051',29387),('AbFvOqmLSVGtBygRQnRPcVgraRfu1KtSkbAtlTgb1nNAEeVfhKQEqrNCsvTyZ_cnPxr8kuHcr6H8xQ','Great staff !','2019-12-20 03:30:08.921000','2019-12-20 03:30:08.921000',5,'Natalie Urias','https://lh5.googleusercontent.com/-GHzq-1B-jp4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclyY_3ZHyOCIGlMVeu3E-SHe5Gjeg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29527),('AbFvOqmlt2hTjo6z84BLnC98lAgvMLrmu7pQR3XMMnt1WwODrHfcNRivWVxFn_C9OQmIf2ZCj10UDA','I live in Circle C and both kids suffer from pretty severe allergies that result in breathing difficulties. This place has been a godsend. During our most recent visit, Christina at the front desk was very friendly.\n\nAdam, the nurse manager joked with the kids and made them feel at home.\n\nLinda took both kids back for x-rays. She’s a pro and very friendly.\n\nDr. Rose was amazing. She clearly cares about her patients and went way beyond a typical MD visit. She had some great suggestions that would complement the traditional approach and everything was based on evidence based research.\n\nWe were seen quickly, given warm blankets and treated like guests.\n\nThis is a great place with great people.','2019-05-20 15:12:56.619000','2019-05-20 15:12:56.619000',5,'Jennifer Butel','https://lh3.googleusercontent.com/a-/AOh14GjbxtcNWXGWv4fX4w9xLO5lTjfomQJMgVsukPJG0Q=c0x00000000-cc-rp','16891069708558046635',36200),('AbFvOqmLTGmRQsShJBZMBjGqnxJf7qT2oKgFywCsLg1TVgjWVUYwqH0nJoktdPREM2PQL8AYJJChwA','Tikiko was very nice and made me feel comfortable.\nRecommending this spot to my in-laws. šŸ‘','2020-07-21 23:41:14.899000','2020-07-21 23:41:14.899000',5,'William Plascencia','https://lh3.googleusercontent.com/-22C3uJUP988/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1uNhxlC0Jmnh6AtcIAHXgBMUZ_g/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31881),('AbFvOqmLTksAKo5AlMzCaSwJpOEH3OkLcPEasjG9Puwa0n0zlVzxkjs5KFouN2CLKfRqFUDSUQva','Told me everything I needed to know , prescribed me some medicine , offererd me drink , snacks, blanket .. overall the best I’ve been to.','2019-04-06 17:00:33.177000','2019-04-06 17:00:33.177000',5,'Jaime Gonzalez','https://lh4.googleusercontent.com/-1MEzJCh62JU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck5PW8KjWbJVzAbOC54gl4a4EYsbg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34915),('AbFvOqmltn0lQElNFzdXd67tQ3aoGjM-KCZNEkQqDOfRyZrQzYZxQHbtJUm98RjxwExf1zzbtExCjw','Went in last night and was attended very promptly. They ordered tests and helped soothe my pain in a timely manner. I stayed over night and was given a plush robe and full toiletry kit. This isn’t your ordinary ER. Very nice, clean, modern facility and the doctors/nurses are great! Definitely recommend!','2019-06-13 16:35:04.700000','2019-06-13 16:35:04.700000',5,'Christina Deloach','https://lh5.googleusercontent.com/-HX9hE_CZ4iE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclXtq37uy6aQfvEB_EZeHFArihnAQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmltuel6_c2B-mi1snlyiHs3x7YPPFZLVxmdcmDOTbrH8UQ_TGiBysqbi9ivMlhjsJWN7t25g','Great doctors, nurses and staff. They treat you with great care and respect!','2020-10-02 21:12:18.888000','2020-10-02 21:12:18.888000',5,'Mo Rehan','https://lh5.googleusercontent.com/-cEZ_TH6cXT8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmOt_McdEoyKuLCuTpMOy82OlvESQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30075),('AbFvOqmlTY74QWZPMkys1yIrdhLzWs4Za4D7SO89BtZ0kAanvtG6JV7RGYCiBvNSrUwn-K1HHCP-','The staff are very professional, helpful, and caring. I appreciate everyone hard work! My doctor kept me comfortable and minimize my pain. I would definitely recommend Signature Care ER (Copperfield)!!!','2019-04-17 18:35:25.144000','2019-04-17 18:35:25.144000',5,'CB Plays','https://lh3.googleusercontent.com/a-/AOh14Gig-yzAPbLl0u2lqjUQxI6stamFeArWS0y2Tbiugkw=c0x00000000-cc-rp','17898197009688164559',38211),('AbFvOqmLTZIM8pZQ9lCIa09EIs58Qh-lDU8ZDiP-jz03AUE1JJ37gTHupCFnZ7AQM7FCbVIinjsNWg','I injured my ankle around 9pm on a Saturday and thought it might be broken. They took me in immediately - no waiting like most ERs - took x-rays, gave me a diagnosis, sent me home with care instructions, a boot, crutches, prescriptions and recommended that I follow up with a podiatrist. Very friendly and helpful staff.','2018-12-19 04:07:55.351000','2018-12-19 04:07:55.351000',5,'Samantha Cavanaugh','https://lh3.googleusercontent.com/a-/AOh14Gi-jD2GQH9XK7J53p6MMYhno5eCOOBgtz5lEgTD=c0x00000000-cc-rp-ba2','14567670160750071148',30667),('AbFvOqmlu-N2qX-Awx6PnHvd4BzcV2c0VhBb4lNafNCYRFI1FxILVOMDEpDeQGUD_fr99oHJEHOpIA','It was awesome! Not being able to breath and out of state they really listened to what I had to say in order to help me. They were very friendly,caring, and helpful. I would go there again if I needed health care again while away from home.','2020-02-09 18:34:20.739000','2020-02-09 18:34:20.739000',5,'Beth Johannes','https://lh4.googleusercontent.com/-UR1i_Dj8_yQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn5e2NOcGmv8mYlb2SR857aNs1R7w/c0x00000000-cc-rp-ba4/photo.jpg','2694018788013845459',39133),('AbFvOqmlU2RnQNfcJ1W8LNeBjFgLuXJC-ysD5kPv8byAVSyExMz5zkde3X8QfUSkXDv86ETkMZ-mEQ','Very clean! Good experience! The nurse Sharon P! Was amazing! She made me feel at ease , very professional, caring, gentle, understanding, respectful and a love for what she does. We need more people like her! Radiology tech Valeria was amazing as well polite and respectful as well And front desk Kayla was very polite soft spoken and respectful! Dr Cavazos/Juan was good but could listen to the patient a little more and have the understanding that some patients come in with conditions they are familiar with so they know their body, and there will be some things that happen out of the ordinary. but overall he address the issue! Thank you guys especially Sharon for the care provided!','2020-11-21 14:10:33.363000','2020-11-21 14:10:33.363000',4,'Ms. crayton','https://lh3.googleusercontent.com/a-/AOh14GhmJq4laG_LShvVpZmVi1_lRYWM6kd4CXHZ3-OqDg=c0x00000000-cc-rp-ba4','17898197009688164559',37425),('AbFvOqmLUjYu47WlA5c_8ywGWc73xyBq5wtb9HcB9f4rVCaZ4awZnIb9F6ERzplRdySxLthcLUY2','Awesome people, very attentive, efficient and professional! Clay and Vanessa we great and made us feel very comfortable, 5 out of 5 would recommend!','2020-09-14 18:04:54.049000','2020-09-14 18:04:54.049000',5,'Anya Choy','https://lh3.googleusercontent.com/a-/AOh14Ggq4X7GOD_1vwtDHG9peph36sgEFf9EdRrwMdW6=c0x00000000-cc-rp','16891069708558046635',35797),('AbFvOqmLUrdO0SNYarcW0vNy8OLZUKW503ZO7gu5vkJMsv4Le6_GJGjcYwi8nkYOrUvP19DlxXucEw','This place is awesome! My experience there was great! The staff was super friendly the whole time! From the receptionist to the technicians, doctor and nurses. They would check on me constantly and offer me warm blankets (which was AMAZING!!!). They really care for you and if they truly don\'t, then they can sure fake it! Definitely recommend! Practically no waiting time since it\'s still pretty new.','2016-11-17 00:19:30.343000','2016-11-17 00:19:30.343000',5,'Bere Medrano','https://lh6.googleusercontent.com/-XHmKWIDglfU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucliN3bUmZshS5B4t8ZzR2HowPeZuA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31157),('AbFvOqmlUrEm493BiS-IZ50d3oLaOKSpl0P5hefZRt9Aiishjk0AafqGi5QfwvAYKljDKeog-bOi','Excellent care and very friendly staff','2020-10-31 21:23:36.009000','2020-10-31 21:23:36.009000',5,'Robin Hampton','https://lh3.googleusercontent.com/a-/AOh14GgNiXuUhRxP3bs6BUnAdphCzMqAiasfALsctAtk=c0x00000000-cc-rp','2077061009497551125',38447),('AbFvOqmLUYFWSLICQX58kURI4IbbATowkhc2oaAuz-Ko0Ins-5DyQIlE-YZxdwW_ytKK5ne86OF6TA','I visited this facility for chest pain and indigestion. I was immediately and well taken care of by the team - Anastasia, Joe, Dr. Yusuf Samar, Brenda and Noreen. They kept apologizing for the wait but I didn’t think the wait times were long at all, considering they did have other patients to tend to. I felt I was a priority and they took the time to address any questions/concerns I had. I would recommend this place and I will definitely return for any future medical emergencies.','2020-01-17 19:01:58.940000','2020-01-17 19:01:58.940000',5,'Natasha R.','https://lh6.googleusercontent.com/-aMEY7zIOmEI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmF6P0BTtGKN4Ob_O3ZRk1hTCUIEQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40345),('AbFvOqmlvgUis7bJ2lSBp3CJ1KrdvijquuLtVaGuibvuGrYaeZlINMKNaZBGRMEqREBoCfaioSLP','The office staff and nurses here were amazing and Dr Haynes was through and explained everything with great bedside manner. Would recommend. There was no wait to be seen.','2020-05-23 19:27:44.713000','2020-05-23 19:27:44.713000',5,'Cody Winnett','https://lh4.googleusercontent.com/-NVof3t-nufs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmgUVu4hOnS9WxDz-olhxvVe8SBHA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32086),('AbFvOqmlvQXTNJEosncKXQmLk3VztJbnWQZSZJtpTdUekg3oe5QW_klv624PQqJb-alGmU3_yeADww','Everyone was so caring (Carly, Sarra, Holly, and Thelma)','2019-12-25 07:19:34.757000','2019-12-25 07:19:34.757000',5,'Jennifer Alvarez','https://lh3.googleusercontent.com/-SglOQVjzrIc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckdOEgsshQDOyY1xpWm8GHpviU3UA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28904),('AbFvOqmlvz_Agd4ofiPmZMVM55CW5D2AWR9dlIaOAm5FL1FjiypJ13Dax7B7KTDmRAbK_jRkE2oVRw','Facility was efficient about getting my daughter in immediately for care. From the registrar to the medical staff, the entire staff were professional and friendly. I was extremely pleased with SignatureCare Emergency Center. Doctor Cal Do, and the on-duty staff (Susan R., Laura H., Natalie B., and Tanisha w.) all worked really well together to get our daughter rehydrated and back on her feet.','2019-07-12 02:54:24.190000','2019-07-12 02:54:24.190000',5,'Bill Bowman','https://lh6.googleusercontent.com/-Uv6tZG6zGh0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnT5XjdrGfap3nJGtGFHlaoU0Ncuw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38086),('AbFvOqmlW_-6yjP6JEr17LIUwDXsIYQ6CKjBFdgcwdNpXFXCS9aJTrdbVAPnyW4BaMva9UcjFqcJuw','They were way faster than the regular hospital and they were very nice I want to go there again','2020-02-29 17:15:56.520000','2020-02-29 17:15:56.520000',5,'Kendall Henry','https://lh5.googleusercontent.com/-XqJxkickdqw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmc35IOm7SLIZuHvQUeC8CVqV1f7A/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41925),('AbFvOqmLwglUZ5k7qhu2siHLPYxx8v6YeBf4URCzhj5v1krsl8q8G8LfOf2e2Yw3F3gNZ2ka-XIs_w','I had prolonged my strep throat trying at home remedies, etc. until i couldn\'t bear the pain anymore. When i walked in, i was immediately greeted w friendly staff that went over and beyond to make me feel comfortable. I was in a tough situation financially, and my doctor helped me find a solution! Extremely happy with my visit!!','2019-07-24 03:13:51.916000','2019-07-24 03:13:51.916000',5,'Micah Vaughn','https://lh6.googleusercontent.com/-ian-xrJHEfw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclLAdOR6WF-4N4jATTFaClj7XRvgQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39299),('AbFvOqmlwJKLyKdELmEyx_n0nj2d5hl2yLDgDNNLfc0hzyokc5ixdeWq5qfZzb7g2zWH8vHnWgTj-A','The staff was wonderful! April and Kevin were our nurses and we saw Dr Chopra. All were friendly, professional, helpful, and just all around a pleasure given the circumstances and what they see daily. I would highly recommend this facility!!','2020-11-05 15:47:52.476000','2020-11-05 15:47:52.476000',5,'Heather Howrilka','https://lh5.googleusercontent.com/-3lSFlJTb0SU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclX-eX8MqWJQ8XNEV7YAJPsSTHlHQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31413),('AbFvOqmLwyEy4XBE12a4Q1nRBM0Ftc-DjYSLFgDllruwzTTkrlhRX1vkLat9mga1Njiog4omygJfKw','It was a very convenient location the staff was very friendly and inviting and the service was speedy I highly recommend this location in Stafford Texas.Dr. Garcia and his staff with Raven and registration and nurse Nicole in Techs Julia and Stacy were awesome','2019-06-12 15:07:42.539000','2019-06-12 15:07:42.539000',5,'Shareese Royster','https://lh6.googleusercontent.com/-Of5sbS-f45Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmK2uELvmXV7GMnL_gQxoNCamYvGg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43253),('AbFvOqmLWzTdXqSe0zqYVT_I5O3f5gCQM6BISTAaQqTEGW45R6ShAUVeJZD-psNivALsNMroJiLwmA','This place is VERY questionable! In my husband\'s recent visit after he\'d fallen and knew a rib was likely broken, as he\'s had multiple broken ribs in the past. He worked two days prior to his visit. His wait time was short. He was X-rayed and told he had 3 broken ribs and a partially collapsed lung. THAT\'S when we should have left!\nThen then \'Board Certified\' doctor told him he needed a CAT scan to check his liver as it was likely injured by the broken ribs. My husband was in a lot of pain and was given heavy duty pain meds. Altering his judgement and I just wanted him better, now he was feeling no pain.\nAfter the CAT scan verified a partially collapsed lung, the doctor told us he need a chest tube. NOW, we should have left, but the ads say \'Board Certified\' ER doctors...My husband said he wanted to leave because \'You\'re just trying to get my money\'. The doctor told him he could NOT leave to go to the Hospital, We were told we \'had\' to stay. Should have called 911...\nAs they are now very quickly prepping him for the insertion of a chest tube, I notice that everyone but ONE person is dressed in clean, professional scrubs. This person, who was \'acting\' like a nurse was wearing an old, dirty GAP sweatshirt, some kind of non-scrub pants and FILTHY looking bright pink Crocs!!! I\'m in the room until the actual procedure, then told to leave. I hear my husband screaming in agony, horrid! THEN the doctor says my husband has to go to the Hospital for an overnight observation...in THEIR ambulance no less! Should have called 911...\nAt the Hospital, they said the chest tube equipment was outdated, hadn\'t been used there forever! Then they asked something we didn\'t even think about, what if something had gone \'wrong\'? What was their backup?\nDO NOT USE THIS PLACE unless it\'s for a cold or vaccination!!! Also, I CANNOT find that particular doctor\'s Board Certification ANYWHERE! Buyer BEWARE!!!!!','2016-02-16 00:24:44.846000','2016-02-16 00:24:44.846000',1,'Margaret Byrne','https://lh3.googleusercontent.com/a-/AOh14GhGScl_fy7p5yFSCZ85uaT8MtXgOqnrXbADuEBl=c0x00000000-cc-rp','13486358490203335051',29979),('AbFvOqmlX2Z2UN4eow5Av4kFPEefz3rB82juGD4z02V5F8XG_6Kc4REswcmwlxid6GLokDViz45d','The staff and Dr were all wonderful. Really enjoy experience however not the cost\nI do feel it was better than going to major hospital ER','2019-11-03 22:08:26.206000','2019-11-03 22:08:26.206000',5,'Deputy Lawson-Haugabook','https://lh3.googleusercontent.com/-am1MB3RP7Hk/AAAAAAAAAAI/AAAAAAAAACY/AMZuucm5eRFqQm_7ZN9xwL6j02Vdrivw9A/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33784),('AbFvOqmLX4fk7otc13slxsa1n-tEoG2gmEH3eAsitFUlXA4R9zrLKOcfa1Mn5zhokRy6bVKSB8y8','From the moment you walk in the door, you are taken. Delicia at the front registration desk is prompt and courteous. You are quickly taken to a room by Nurse Karen and I am sure at this point that I have made the correct decision to come to this ER. The care provided is next to none. Dr Datta was complete and made me feel very at ease . Thanks to the whole staff.','2019-10-05 23:02:01.082000','2019-10-05 23:02:01.082000',5,'Marlena Gardner','https://lh3.googleusercontent.com/a-/AOh14GgEEOeKLM-dfW7qwGdIcMu4s_TpGGyEBn6h7YYV=c0x00000000-cc-rp','8679688254631342173',42654),('AbFvOqmlX9vBhtNEGad8wGZ5QEt_MahYLhADGVr_kaOQwN-Ps_pCskN5Iw8Y2BazqzMKA7MIk4lxEA','Thank you so much for taking care of me! Since i walked in the door i was treated well. The environment is clean and welcoming, the staff is courteous. The RN and Dr were attentive to my symptoms and got me all better real quick. The staff kept checking up on me making sure I was ok and didn’t need anything. Went home with no pain or ache in my body. A day later after my visit I got a phone call from one of the staff members just to see how I was doing with my recovery. Thank you for making my experience a great one.','2019-03-23 06:30:04.698000','2019-03-23 06:30:04.698000',5,'Ariana Garcia','https://lh4.googleusercontent.com/-DmboPIt-aUo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCcBUyfZGtTlkfHIl7lpJeqZ0Gxw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30577),('AbFvOqmLxd9XT9XqBpeX-xpiekU8f6XBByp9JUeVQePyNPJif4w_e-HrhQ8jnfaXW8Xrm216DxzHiw',NULL,'2019-11-26 03:37:03.543000','2019-11-26 03:37:03.543000',5,'Modesta Vela','https://lh4.googleusercontent.com/-YSAVtnHyUvg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucllnR2r9gi3Oll5Desndf32FxImig/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41544),('AbFvOqmlXG8jmSnVDs0O5erQVutd9hl6VVh6lQsXLz9YbZRZRYjjMTtNwptCkp822HZfaY-jshRb','Came here for COVID testing. Despite the long wait (not their fault) the experience was awesome. Super nice and attentive while waiting for an appointment. We got water bottles and other treats during the middle of the night and when it started raining they even set up a tent for us. Security guards and the main person outside (I believe his name was Nick) were great! Our nurse, Sedrick, was awesome as well. Super friendly. Thank you everyone, we will definitely recommend to all my friends and family.','2020-06-24 21:42:39.048000','2020-06-24 21:42:39.048000',5,'Sandra Hernandez','https://lh4.googleusercontent.com/-D9k16-EdURg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckrmQiVeBKT6mkC2p1tK_M13xoSmw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37596),('AbFvOqmLYmghrRiRdlofX7EgUen8XOJMSMkQri8TwiiA9tZRS4gw6c9eGA-H20qvOJI0zDc4NTc1','Middle of the night and we were trying our best to keep our smiles up to make the best of the rough situation ahead. And Therisa,Theresa, kept the positivity going throughout the intake and discharge. Katrina was professional and you could tell she was totally used to this type of situation. The doc was pretty chill. Bedside manor was perfect and almost casual it seemed. Which made the let’s just say , sore situation a bit smoother and easier to deal with. Thanks guys. You made it all better.','2019-10-26 05:27:33.259000','2019-10-26 05:27:33.259000',5,'Chad Reid','https://lh3.googleusercontent.com/a-/AOh14GgdL9ZeNRITFxiB-1kWi5UxIOsZTK_BPCBZ616pMw=c0x00000000-cc-rp-ba3','8679688254631342173',42631),('AbFvOqmLyR0suotPFaxKzoxCWKyqcaez2KpK1omZdmfixMfA-KQTtq28a8j4pLADMRSs7OvuCSBaVg','Was scheduled for a COVID exam here by my employer so that I could return to work. Was in and out in under 30 minutes. Nurse who swabbed me was quick and professional.','2020-08-06 15:34:45.789000','2020-08-06 15:34:45.789000',5,'Justin Maloney','https://lh3.googleusercontent.com/a-/AOh14Gj3kVYqua7DaX8dgtyTCt65uIVRm6WpCw95Knct=c0x00000000-cc-rp-ba2','8918455867446117794',42944),('AbFvOqmLZAU1JMO7FCM89Sppsi0FaEtFgnSNvjrBM74v11pxQYTZXzneuFb2umhW0kM15-5m1uFw1Q','The staff was considerate, and the process was easy. Laura, Tanishia, and Ericka were fantastic!','2020-10-14 03:54:26.363000','2020-10-14 03:54:26.363000',5,'Bandilism Music','https://lh3.googleusercontent.com/a-/AOh14GjHcCDOwdPP4_p7GqZeCd2W_CuFEvOoA-Qjn-3U=c0x00000000-cc-rp','17898197009688164559',37507),('AbFvOqmLZIYnNvk5tmCIr1QHfqJR1gxEu-2_Z6MQVzoRKoYh1UUbDf6a2IVYM-bupXZsLS5kWK2Itg','This place is great for COVID-19 testing! Such a great staff. I had Christine, Danrie, Chelsey, Dr. Rose, Kathryn, Clay, and Tiffany all talking me through everything in detail. Highly recommended for South Austin people!','2020-09-12 14:30:44.829000','2020-09-12 14:30:44.829000',5,'Sarah Sneed','https://lh3.googleusercontent.com/a-/AOh14GicfpY90c4dPg8htcJ01AibvZQF6_Cq5YLKe2Lg=c0x00000000-cc-rp','16891069708558046635',35825),('AbFvOqmlzVTPF05Cq0Zct4h9bXzh4SUQMLRGHWQXOS7kFEOjdwxhOCCF8udzOHEtLIU_yfaWUx4Rpg','Had a great experience got seen right away by RN Anthony and Dr.Harjan!','2019-03-19 23:22:44.601000','2019-03-19 23:22:44.601000',5,'Paxton Koop','https://lh3.googleusercontent.com/-qR-H0_cld-g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmlc-CV0oaeABmB324HnX5b7j3-5Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34957),('AbFvOqmm_bvbmtik297ncTKSgPAOWRH5nNwlE1EYt60dF8qaelHowZyxEcoJY-dvMvmSXgQ1735N','This is not my first visit to this ER, the service are fast and amazing staff, especially Dr Tran, and Nurse Alvean, also Tricia the Radiology person, and the Lady at registration Jocelyn . they took a good care of me. so I recommend this ER for everyone in need for a Emergency room.','2019-06-27 02:25:29.389000','2019-06-27 02:25:29.389000',5,'Al Nomani','https://lh3.googleusercontent.com/a-/AOh14GiGl2rdxDcTNUjzNNuOsD_ZNSkQXu3bcN2riFdNyg=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmM-8kvdiRh9eSjL0nRAb9DgQ3mGifnnuHEKe_V5rFk6V_b4uqQ8sA64cyh3Lt_vWPPvFcvbA',NULL,'2020-12-11 18:01:28.873000','2020-12-11 18:01:28.873000',5,'Left Handed Archer','https://lh3.googleusercontent.com/a-/AOh14GgLZC2OKaY62tzG4OXfV7KDlgaCrGOQRqK2yTu_nQ=c0x00000000-cc-rp','12541597562633926366',28424),('AbFvOqmm-Il8_jO9GhSBEtqDD0NELXm2FSgXoTz_wYJrqZVdn_5RyREDlknflQcGPTyumVuKiadx','Teresa M. Me and my daughter felt extremely comfortable with this nurse, she asked us questions, swabbed us for covid. She was gentle and genuine and overall a great nurse. Thank you Teresa M.','2020-07-16 15:40:57.233000','2020-07-16 15:40:57.233000',5,'Rosie Serrano','https://lh3.googleusercontent.com/-5PHrJtv_3dI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl21CKeA-aithCDQLbg1ZANFmpDTg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41377),('AbFvOqmm-LhjD99z6CCxDh3DKFl935XovvCsJP0MJhOzL86EIvACsHDAbGxmWmLS2TIiZ8_n0p6-rQ','Brought my uncle in and from the moment we stepped in it has been very pleasant. Everyone makes you feel like you matter because you do. We are still here almost done but this is the place to bring you family all the staff is great. From the front door all the way to the back door.','2019-11-12 18:57:28.837000','2019-11-12 18:57:28.837000',5,'Yameki Daugherty','https://lh6.googleusercontent.com/-3Y4D_DWpa0c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckR9Y98cxZRtlBqkd9ChIdZyBRFbA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30411),('AbFvOqmM-NqwdFTkHSo-jPJQJHNU6ZBYEFGHgmGGVRQ-mlalyjkCXj-fiJIZh7EN9WhTrmZpH7Sf','DO NOT Visit this ER, they will BALANCE BILL YOU. Which means they will tell you that they accept your insurance and then balance bill you for the remaining amount! They told us that they took our insurance last fall when we went for my son\'s concussion. Then the next day when I called (my husband took my son in) they said technically they don\'t take any insurance however must accept payment based upon in network for emergencies so to not worry. Our insurance paid based upon in network as it was a true emergency. We are now being billed over $5000 under what is called balance billing. The billing people at this ER keep stating that this is our deductible. It is NOT our deductible as our deductible is $2500. We visited another free standing ER the year before and had no issues whatsoever.','2019-07-19 15:04:17.085000','2019-07-19 15:04:17.085000',1,'Mary Villamil','https://lh4.googleusercontent.com/-VbWl2z6e-t0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm_CPQa0pLcZIgCNI1TETs_59ITng/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36727),('AbFvOqmm0jmR8o35_BibT_alG9AjfSJdCm_DkFGbeOymLyoiHLobkvc8iyx7MBk-0PWngkFU0xBbrQ','I am very grateful for SignatureCare Emergency Center. I am happy that I was treated and put on the right path. My medical issues have significantly gone down and one of the reasons is this place. Good doctors, nurses, and staff. They are not like Memorial Hermann who charge an arm and a leg! You all keep up the good work and take care!','2018-10-18 18:55:31.478000','2018-10-18 18:55:31.478000',5,'David Snow','https://lh3.googleusercontent.com/a-/AOh14GjPpm9lXwzwnQ1jdft5cg9OgjcFFmPgdWFL3c_rfQ=c0x00000000-cc-rp-ba3','8918455867446117794',43350),('AbFvOqmM2i8ds7VJgkZWgOIxX80sOP5PJKoL6_aDQBYWp0WiD7zGMF15Q1JOY1HYZb0oIPQk9skxGQ',NULL,'2020-02-23 04:51:39.951000','2020-02-23 04:51:39.951000',5,'Yadira Alvarado','https://lh4.googleusercontent.com/-NmFgwkGokcg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn1vmrP9QdzHhl5kv5XyQ-eq4WQOA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37665),('AbFvOqmM2phmHRsYY7AhNVNsjPMntfCGQGb-LIwOPJsQUmFGPdM-wopP9B9s_VLEdJux-wcG_8hL','No wait time, and everyone was super kind and made my son feel much better about getting a shot!','2020-08-26 00:53:17.160000','2020-08-26 00:53:17.160000',5,'Allison Haley','https://lh5.googleusercontent.com/-o5w1m-np_ow/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucklTzyP7VnEBYSnzTZRgxWz-jAahQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38561),('AbFvOqmm2rgnDytjNehUfgLzzOJVsRLVm_hjZCKp1UsOLq1jBvqaregb2jnFp9UlyA_sWY6WADXk','Good medical service with ER Tech Leah , she was very professional and caring for my treatment and walked me completely with the process Easily.\nThank you as well to ER Tech Kramar. It\'s good to have people who really care for you and treat you as family.','2020-08-01 20:12:21.120000','2020-08-01 20:12:21.120000',5,'Jessie Nino','https://lh5.googleusercontent.com/-z2u8RS6-3zc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-uw0o8JGPMzpQVwKifvR9AOR8zg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29346),('AbFvOqmm3T3uRDBMOkm3EFagt09erGjOLvrHrzuVqhViOxpaVCmwigNsWwbJfNNw3VyA84C5zx0E','SignatureCare is the best ER. I came in with some very serious concerns however the staff was amazingly friendly, helpful and I knowledgeable. Is started with the front line staff as Jasmine checked me in and offered quality client services. Nurse Tricia was amazing she was gentle, knowledgeable and hospitable. Nurse Robert was great and made sure that I was taken care of. I will definitely be back....they were amazing!!!!! If you’re in the 1960 area don’t waste your time going anywhere else','2019-11-21 22:48:08.038000','2019-11-21 22:48:08.038000',5,'jasmine bennett','https://lh3.googleusercontent.com/a-/AOh14Gi9PGaV5RbkG1zJ6yT335vp2L5aIgZyoPIyd06ygQ=c0x00000000-cc-rp','16389487648212004696',33700),('AbFvOqmm43JsfxBDfBgKjeG48mpi7frtOuB79R7f9tBxI80xxSWD6Szoh_fQoVj0Gp1fI--6l2Cg','Excellent service. Chelsea, Lyndsey and Christina were professional and friendly.','2020-10-13 16:36:03.070000','2020-10-13 16:36:03.070000',5,'Trisha Arnold','https://lh5.googleusercontent.com/-qtugmcruLjw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck5NlgN_dw8Rty4uXHW3nQs3Biw6g/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35700),('AbFvOqmm4qyCFHO1ET5r5KFqijtVAEPwKSxtoFwM99iA5AJAtezPbfI1xL1ZMG_AzO7KzzJxNhWG','This ER is great! Such friendly and caring nurses and doctors who want to make your visit a positive one. I have received a few rapid COVID tests from here, and it seems like it keeps getting better each time I come. Thank you April for such great care and for making it a great experience. Will recommend any of my friends or family members to come here.','2020-10-24 14:52:38.813000','2020-10-24 14:52:38.813000',5,'Michelle Montgomery','https://lh3.googleusercontent.com/-el-75gdiCNI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-vcws2FQndPKDB5ffJsIriwcVbg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31469),('AbFvOqmm5PXJ2oqZaHhkP74nkD1UnWe-Wj2LTUQKmEAbZHfPTZJY3iJzrdT8BBiKx5cfsfcp2MKolA','Everyone here was excellent I received the help and care I needed right away.','2019-10-01 16:46:58.409000','2019-10-01 16:46:58.409000',5,'Love ToEat','https://lh3.googleusercontent.com/a-/AOh14GhfAqnZr94XseBgXkVZ0E0gq5x7hA6JCwe762lVww=c0x00000000-cc-rp','8679688254631342173',42657),('AbFvOqmm66h2mGMCN8jWYgaLckCsM6qgtNRoyRrwp0T5hDDH8ySS6eXVXGk5FZINdiYcs9LWklxnfQ','Jessica is a great representative at yalls odessa location! Give her a raise!','2019-10-21 23:47:36.648000','2019-10-21 23:47:36.648000',5,'Kirstynn Coppedge','https://lh5.googleusercontent.com/-4I2VwRbERxU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnFsN20dpayAJ-7sX9iAyUMCXaugw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41576),('AbFvOqmm6pj7pwoxoznqUKqO_7iX79J6aMzY_TGazb0J6CNKqx_7_Rt2mGtzE9CvMfpjLYsPhvSV_g','Dee was absolutely helpful throughout my whole process, very knowledgeable and made my first time visit smooth. Overall the center was very clean and maintained felt cared for. She ensured that I was informed of cost throughout the whole process as that was my biggest worry.','2020-10-15 20:33:19.990000','2020-10-15 20:33:19.990000',5,'Alden Rojas','https://lh5.googleusercontent.com/-YB0pdd0v8f8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-0EDcBtqPpLzGezgiyKHId1NSmw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28502),('AbFvOqmM7blGYMeJBotHJa49cjgQ6Hdy5zWhTdaob_wut3llPIiSDsooEcpbQTA1Tgc8NxeiaNun','Lisa V was very helpful','2019-10-24 20:33:42.216000','2019-10-24 20:33:42.216000',5,'Aubrey Jade','https://lh5.googleusercontent.com/-Q_Ni4jr7n9E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnbom9ts7qsqIKHgc_B3qsNV4W94w/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29611),('AbFvOqmm7c2pF4AxEbTlpGpC2qZTfr9OTmotuk3wZM38w0WLnIii2MEwwYokqGyfsdszQEHPV2g-Rg','Service was AMAZINGGG! Dr.Golla, Jubril & Tammi, sandy, Ralph, patty we’re all amazing! Love it here!','2020-02-18 15:10:18.080000','2020-02-18 15:10:18.080000',5,'Opeyemi Jaiyeoba','https://lh3.googleusercontent.com/a-/AOh14GisJRGVus7JgSYIo_J3nyb9QsQg407QYll7I7x-=c0x00000000-cc-rp','17394740196501090048',36624),('AbFvOqmM7UOWOGFzsZfuM6O3UDdemDncyGfJXpSxJGVhx5W_v2KoXSoBgLcl4ghx59RZWub_d21lRg',NULL,'2020-07-03 12:13:38.639000','2020-07-03 12:13:38.639000',5,'Michael Ross','https://lh3.googleusercontent.com/a-/AOh14GiODvM0HpsVjdr3vJPaYggpLvJWv-glSlMvkeDI=c0x00000000-cc-rp','17394740196501090048',36570),('AbFvOqmM82AFQOqTDsPHLJIuMTP-KRmcJmJCFfWqRMtmrU3o43hbbbUAenUA0Nuotit7nZb6VoiRfw','I want to thank Signature Care emergency center. Especially Dr. Singla, Nurse Nichole, radiology Tech Jauckie, front desk, Ayesha, and ER Tech Staci. OMG THEY ARE SUPER FRIENDLY, HELPFUL AND HAVE LOTS OF PATIENCE. AND THERE WAS NO WAIT!! Was seen immediately!!!!! OMG BEST EXPERIENCE EVER. I highly recommend Signature Care Emergency Center','2019-06-08 17:07:12.297000','2019-06-08 17:07:12.297000',5,'KingBoogieQ','https://lh3.googleusercontent.com/a-/AOh14GgURaMnBM8ZcX326JAhX68HSsU6a3tKW2ilNNyA=c0x00000000-cc-rp','8918455867446117794',43261),('AbFvOqmM84FxxyliLZ8t1Lba-gneAR1Fao__afhOiui2K_8E3PMud-09xadCgK1NuDdlKEtsSX5E',NULL,'2020-11-13 02:25:19.164000','2020-11-13 02:25:19.164000',5,'Jorge Ibarra','https://lh4.googleusercontent.com/-mdIWQfuUGDs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckhof6Fexj4F9jaxy238j9lYUJslw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42829),('AbFvOqmM8cIHJ8BBH5SP0K4JRDgD0WhjY0I3anag-JWMK-xLAQkSm7APGEH0AGWjuvzCe1bRGavqDw','Got in and out!','2020-08-12 20:24:22.642000','2020-08-12 20:24:22.642000',5,'shaelyn stocker','https://lh4.googleusercontent.com/-c-MA4seY7g0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm4-oTMf57qJIZuZMOHo3aaLlbYZQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35841),('AbFvOqmm8ODLJFWSa4uumk_Mmtj1GtsUzQGcCj32ow8ePU8wDR3WoGBLCZUJlkIxg3qRxxpNQz0EEQ','I was visiting from Florida when I had severe belly pain. The staff put me at ease and treated me like family. Thank you Dr Wang, Jenn, Shay, Trisha and Ariel for making my visit great.','2019-05-11 10:22:23.866000','2019-05-11 10:22:23.866000',5,'Ricky Bobby','https://lh5.googleusercontent.com/-o3wjPBhkwAE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnXvGAkH1Z6ckOEFNlBPYgMd63Zpw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29100),('AbFvOqmM8OrZtADX3meq4qEe42edi2TxQAUVdLiGtebLXdMHBdKkE6uCUfEgCuk9MfNc3NXIhEgjZA',NULL,'2019-07-05 08:29:21.663000','2019-07-05 08:29:21.663000',3,'Ty Turk','https://lh4.googleusercontent.com/-BA-XptuhxpI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1wdq35plmllZMVu6NlkAAlBjLEw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40514),('AbFvOqmM93SgLBQzBzvlIjJbGQGv_IM84LTszLqWn6caEysRSnCQoSjgzFnthkvDIdV0HzJaKXtxvQ','They got me in as quickly as possible, but my test had to be sent off to the lab. No one explained if they would call me or email me the results. I\'ve been calling for 2 days now for an update and after being kept on hold \"due to a high volume of calls\", the system always disconnects me. I\'m hoping someone from the Lewisville will see this review and look my info up and call me back. I really don\'t wan to have to drive back over there just to have one question answered. The staff there was great, but I\'m not happy with the automated call system. If call volume is that high, hire more people to answer the phone.','2020-07-08 17:23:43.362000','2020-07-08 17:23:43.362000',3,'Lori Hankins','https://lh3.googleusercontent.com/a-/AOh14GitaeUNAaI5ziAROiG6l3RzMEHg6F8ZLJ-mQbTAH8w=c0x00000000-cc-rp-ba5','14748677429039074158',32042),('AbFvOqmM9dBIth0lMkmji-P0O5xfLiImVijVqV4lW5n9f5Pt3vo-3XCj9uv8EM4hzoLJPCqKgOWO','Friendly staff, and seemed to enjoy what they do. I would definitely come again in the future and definitely recommend.','2020-02-25 19:58:29.242000','2020-02-25 19:58:29.242000',5,'Jralcongtz','https://lh3.googleusercontent.com/a-/AOh14Gh0YfJevWjWpaeiAi8Tw7qiRJhZUHMryfHOW2F9Eqg=c0x00000000-cc-rp','8918455867446117794',43073),('AbFvOqmM9EF45DVHJ_HS_PVw_wTFkLgefJnwgf0ZajdF77wBgYnvOG5vWET9PoDPTjvh3TdvARkHTw','The Staff is extremely friendly. They truly care about your needs. When you go you will be seen almost immediately. You even get a warm blanket. I would highly recommend going here. Especially if you don\'t like waiting my in an ER.','2019-12-18 12:55:42.325000','2019-12-18 12:55:42.325000',5,'Princess Bear','https://lh3.googleusercontent.com/a-/AOh14Gjr8SmmpGwp9aUaONzrBIXBObfXkRZKr-EGdV4oNw=c0x00000000-cc-rp','2694018788013845459',39183),('AbFvOqmMavBhhjDrjFMNPDsNSsv2oTxFRHuxchgVWkNa-MVrqkoghqxdBJle3JiWKfzXB0kJXxQMpA','Melinda was the sweetest she seen I was in pain and brought me a warm blanket without even asking🄺','2020-09-30 23:35:10.655000','2020-09-30 23:35:10.655000',5,'Alyssa Ramsey','https://lh3.googleusercontent.com/a-/AOh14GgoFHae_PonsqU1peUnp0xdNwppca50xEVQ1kDW1Hw=c0x00000000-cc-rp','2694018788013845459',38947),('AbFvOqmMbbwYMX78cTV0j-Qa9xWFuJRPj1JO4Ds_LPtsFxuEsZgFEedEeDQ1iYb0yEfCNa4KiHfuPg',NULL,'2018-05-12 17:21:57.584000','2018-05-12 17:21:57.584000',5,'bobby palomares','https://lh5.googleusercontent.com/-KDXexL5RwQc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck4DcSdDMT983PRgqORDfAFh4s6fA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41798),('AbFvOqmmBk8umR8ePwb6EaARWiyh8zzEI6YsVOzgPz1rluP5WMNXZnolsSqb32BG8Xof4oezEaIaVA','Dalal, larshary, aislyn, Miguel,Bryan, Myra, Patrick were da bomb','2020-10-17 17:48:03.550000','2020-10-17 17:48:03.550000',5,'Thanh Nguyen','https://lh4.googleusercontent.com/-XXLnNOmfGps/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmw_Qp5osEryqDEuiXD0QsWGO1ybA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30058),('AbFvOqmMC32MzifZrNJ39Fi5rmYjChRiRFrP0xI8s9U_IJSlEeOwIljQoTyoVM7iqjv8uLI7kH8-','Never tough coming to the ER at night can be great. As soon as we walked in we was greated, minutes later we got called. The nurses, tech and doctor are great and attentive. Never in the times I been to the ER felt welcome... they provide SNACKS and even offer me a blanket while they check my boyfriend. My sister is waiting in the lobby and they gave her the tv control, and snacks! What facility does this.','2020-02-18 04:48:37.196000','2020-02-18 04:48:37.196000',5,'Reyna Zapata','https://lh3.googleusercontent.com/a-/AOh14Gi01Knu7sj8y3sDBkomUygnHAIHXwdb0LXooJpnDg=c0x00000000-cc-rp','14567670160750071148',30236),('AbFvOqmMCGTFzUnCAk4ZRDhaJ_B4MlehinNka8EPY6WvhkNNfELbT6KHx7-Gky5e1EWI-_jo5ViI','Christina R, Chelsey, Adam, Linda, Christina C and Dr. Elsbecker were amazing and this was the best medical experience I’ve had.','2020-03-05 18:09:24.011000','2020-03-05 18:09:24.011000',5,'Will Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GhKT8Q-e-sDmGBHhQm6MlBzfiOpTAxbgAhDqpEn=c0x00000000-cc-rp','16891069708558046635',35940),('AbFvOqmMckE5QBBkDUpbn06zC_bHmX9EBgCXVAlI2UIZVxjhV-jIfGhUHY47k-bQ_JqCyyxjMeykqw','I had Dr. Hasegawa and nurse Teresa during my recent visit to signature care, both were professional and kind. They explained everything I needed to know thoroughly which is something I greatly appreciate. Wouldnt go anywhere else, they were fast, professional and comfortable to be around.','2020-09-27 00:53:40.300000','2020-09-27 00:53:40.300000',5,'ARIOUS','https://lh6.googleusercontent.com/-Uw4oBEE1T1c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclS8UdVkpL5V4T4QRSRod8wuYKjww/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38950),('AbFvOqmMcNC9crrqxOzGjiwfdsJIocj0PQbHTdxbLA1bOuROs2V0KR9aHdFR_oIuKB3n5WmJ517DqA','Great customer service and attentive staff. Manny was the best.','2019-06-20 23:28:24.902000','2019-06-20 23:28:24.902000',5,'Lexi Villarreal','https://lh3.googleusercontent.com/a-/AOh14GgW33w3qvPpF_M9R_IX_ywnMu-yw49gs7B2a47OgA=c0x00000000-cc-rp','6521947413723274945',41685),('AbFvOqmmCVSaCDqpASnSvYiqJAyZya-mxKSdWUCYErq-uRVyRu24H7g0xyV7CBFe9mAWWU7yXpIjgQ','After several days of an intestinal issue I googled Emergency Centers near me and SignatureCares stellar rating and location were a match. It was a Christmas miracle! Talk about fantastic service...caring staff, thorough exam, very nice facility, convenient parking and they accepted my health insurance. While my issue had to run it\'s course I knew when I left that it was just a run of the mill issue and nothing major. Christmas was saved!','2018-07-14 21:16:15.833000','2018-07-14 21:16:15.833000',5,'Alan Morlan','https://lh3.googleusercontent.com/a-/AOh14GjoWdG-iT3KfXX1L6J-Nn2-Czx_VavUynCMlX52CQ=c0x00000000-cc-rp-ba3','14904078213800803294',32568),('AbFvOqmMCYhNNd7_lAj0t7zHmhNBLnKv1RucYZoMRjdNPSbUXEKwiykDCUEr0SpwJ7hAdS03YbsLiQ','They were fast and very nice I would definitely recommend signature care to my family and friends Dr.Faig, Nurse\'s Kristina and Fahme Radiology tech: Tino Lab tech Scott Registration:Alysia','2020-10-30 16:26:24.104000','2020-10-30 16:26:24.104000',5,'Lelani Galicia','https://lh3.googleusercontent.com/a-/AOh14Gjti8t9sVHT7Vj6LR8f7E8xF71VTwWdjRhhpX4Dfw=c0x00000000-cc-rp','12541597562633926366',28481),('AbFvOqmmD3llkWnn6lK-abHa6z-nKPFWVRKxgecVULKV9AppxcRj8ReinQSvPf-uu-YQjbtwKbyXRw','Kim, Gabe, and Stephanie were a great help!!','2018-10-13 10:05:11.349000','2018-10-13 10:05:11.349000',5,'Haley Schake','https://lh4.googleusercontent.com/-wc6aHlYe8AA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclYEsnC-MUvhTqBGiXTtY1RcTiLJQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35162),('AbFvOqmmdgqR7OC20ER5ag2DqZjkWVmFSI6JaU7sKLxiK0pNYeTLoQGTiqhrmMBvw_lGfwFUd-423w','Great service! Quick and efficient. Nurses Grace & Ekaterini were very sweet and so was the front desk staff.','2020-11-22 19:03:40.080000','2020-11-22 19:03:40.080000',5,'Valerie Sierra','https://lh3.googleusercontent.com/a-/AOh14Ghrnr7zAcK_-xqBkx8c5qJE8s5WVjkzNTAQcmkqEw=c0x00000000-cc-rp','16389487648212004696',32898),('AbFvOqmmdo4YOGk9e0cbc-8HKYZT8OYPbwuatD8e9adKDo_acnblL1GFLeglyzJkC81aDVl8Fco','Mercy and Dr.Lim were Wonderful I wanted to thank them very much for all of their help and consideration and having patience with me coming in with bronchitis needing several testing and diagnosis done','2019-11-19 18:41:46.001000','2019-11-19 18:41:46.001000',5,'Alisha Beard','https://lh3.googleusercontent.com/-Hdjuc8tCZnc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclsqVHdVhqzmaBiuWfHG5CGJ_0YAA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28979),('AbFvOqmmdp_NuOQBi0pHCynS7MWP3sl5a9BgCz0nLcIt09BPGt70UtI7jSYGxANyYj7HEpCG7U4b',NULL,'2020-01-25 23:02:31.076000','2020-01-25 23:02:31.076000',5,'Haley Berry','https://lh3.googleusercontent.com/a-/AOh14Gh4g9yk03Yy75tR-tQEH7H1IaoGaqPa1Wwpaz7fIg=c0x00000000-cc-rp','3272657195432704501',39672),('AbFvOqmmDy0XRZt4Ro8piHuVrgyJxiLpB4qNJ2T1vaSao3JBA--0996mRq8abC27Xd1iDL42Gyv-Xg','Alvean was very helpful!','2020-10-26 20:56:17.970000','2020-10-26 20:56:17.970000',5,'Rabiya Javed','https://lh3.googleusercontent.com/a-/AOh14GhLGQz1CxXD2DFymJUKyBQXEktKPKtYorKbjD-Iyw=c0x00000000-cc-rp','16389487648212004696',33080),('AbFvOqmmEHWNegA7EA2LbaDxqE9jSMgGVPW23sJDZ0WnqFV992vJ2WdJJnOfY_Zx94GmHHAt_nxaaw','Rene and Dolores were extremely helpful. Could not be more satisfied with my experience!','2017-02-21 21:25:14.792000','2017-02-21 21:25:14.792000',5,'Southern Spots','https://lh3.googleusercontent.com/a-/AOh14GinJJpFIOTLajz8idKnLokCLUJdAELq5b1u2cIHlA=c0x00000000-cc-rp','3511292162159714121',41103),('AbFvOqmmewN_OAwfS0HzQT0W500XcnfPYWLZvTS-9aJVxYk_39t3m62aJck1XE2NBjWhCh3dIEKP','Thanks Dr. Yousof for the excellent care. fast service','2019-02-18 21:10:27.212000','2019-02-18 21:10:27.212000',5,'Tim Nguyen','https://lh3.googleusercontent.com/-8qCTiUxCSfo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclPAx5XKXHxuBvEE2w0JT73p4LiUA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40637),('AbFvOqmmF5Xn_iLFGnwDQrI0N5vLVNjI4MMI9_L7om5YjRWXbkGYVJUHqfSDZi1_x9xnpfVbZoyUyQ','Thorough answers, good patient care, and reasonable timeliness','2019-07-15 03:03:57.945000','2019-07-15 03:03:57.945000',5,'Jordan Williams','https://lh3.googleusercontent.com/a-/AOh14GiLKXkVahl2L2oMx5tpRnKd-9J0xP_RbmRoP7QwYQ=c0x00000000-cc-rp','14567670160750071148',30494),('AbFvOqmmf8n7PG0i-d5tEB6AwDPMNRybWfvv77pOpaZCrUcA-O2w1s7HaSiAinvMllq23mEUXokzLg','Wonderful staff everyone was friendly and understanding. Dr Miller took great care of my child.','2019-11-11 04:20:04.455000','2019-11-11 04:20:04.455000',5,'Miranda Carrasco','https://lh3.googleusercontent.com/-o9ehPgBMOGg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck3ucNzMiy-_75NFpErE0nYsKeM9g/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29588),('AbFvOqmMfb5f4ld1iuLnlZku2i3YIIG6IZzf9W5Ngah0QgTb7Pgn1x5Ki0RSceWNA5t9MWqIJxq0','Quick service, friendly staff, thank you to Dr. Patel, Amy, Josh, Joey and Jessica','2019-05-06 06:02:10.854000','2019-05-06 06:02:10.854000',5,'Dustin','https://lh5.googleusercontent.com/-OqEdibCZofg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-SE_sgPfHb2NEmLY87C19ssqn6g/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40576),('AbFvOqmmfgfh2Ct_N0BMq0vIs-mFGE948FJ38pVg3-WKWFWCh4wS7JGSJKXn_fwUpSoWsUNUfU1UIg','During every visit, the Signature Care staff is polite, informative, and caring. Jessica S, Eliza, and Erika were very helpful and courteous. Thank you!','2020-02-17 23:00:06.637000','2020-02-17 23:00:06.637000',5,'Alivia Aguilar','https://lh3.googleusercontent.com/a-/AOh14GifT89r1U8Yr_NVzwpGa-iMujXYUUuCIlI3XQvg=c0x00000000-cc-rp','6521947413723274945',41477),('AbFvOqmmFiqI7vQhdu22l0dLC5_3Ow1bkA-yUfWj96citJhP3iWA7C_iMTvNq-JLHwMVGnhkMVG9VA',NULL,'2020-12-20 01:25:58.916000','2020-12-20 01:25:58.916000',5,'Matt Copeland','https://lh3.googleusercontent.com/-Hr-RVsYmjjE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckIQBDrH0CFNr4D2VwW8m85VYTh-w/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38828),('AbFvOqmmFuvRHUs5F-yYiJQRbudm4SREw2BE97DVyK0t_evWGmGML787Mk-S6FX4GTCOdOrwhSUG','The facility was very clean. Staff very responsive and put me at ease. In and out quickly with four stitches and two CAT scans which would have taken my afternoon if I had gone to the hospital ER. Dr Henderson, Alvean, Patricia and Zeik all had great bedside manors and very professional. Thanks to all!','2020-02-08 19:31:24.831000','2020-02-08 19:31:24.831000',5,'Lawrence Boe','https://lh6.googleusercontent.com/-AtI3NHUhpzY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmeGm87CDV9JEyqcs2lN2JhU7-ANg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33393),('AbFvOqmMfZUq2-or15ywgz0RYiyrcaQoKJZAiUC76PjE5GXOuX1CqscpzXPXrzdHILsc6ci3tDzvIw','This experience was great Sindy was quick and very nice as well as the nurse’s Vivienne and Gina','2019-11-13 23:00:01.125000','2019-11-13 23:00:01.125000',5,'Development Yuh','https://lh5.googleusercontent.com/-i2XgQXy6heA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxvmUq7mh2p-uXzCmN-spZon-Z5g/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30410),('AbFvOqmMGAvGMElvZerNH0BjD2lG5m2UQLIrNZK47JQdvCXgWcmIJafoLbJVAJ3BUMoODh9BGFBURg',NULL,'2019-04-05 05:15:45.621000','2019-04-05 05:15:45.621000',5,'Aasif Budhwani','https://lh5.googleusercontent.com/-3uoBRy1uW_Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck9uIJx13AWHC2pJ_slC812l2CVFw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36800),('AbFvOqmMgcSWPPekZjKO9y1PVwAdMSHsqBFGU2_X1OKKMbM7pcCZU5rSl1JkYFRrLAKMg5A6sLJ9YQ','Alevean , Jocelyn and Traevis were all awesome.','2020-02-05 22:41:12.097000','2020-02-05 22:41:12.097000',5,'timothy townsend','https://lh3.googleusercontent.com/a-/AOh14GjT60irMchuDkRrfz_o87BYwphewpQ7kMRjv32A=c0x00000000-cc-rp','16389487648212004696',33408),('AbFvOqmMGhs56_qmkxHkhzAEljaJeJH7eIxJW_2KX0MQzBcg8oSkoP0pskvx3PfyqwkNPT2BIDBD-A','The staff was AMAZING. I love going here over other ERs in the area!!!','2021-01-26 22:57:22.956000','2021-01-26 22:57:22.956000',5,'Brittany Jenae','https://lh6.googleusercontent.com/-YlO8nVIPBUA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmepeZWLvTKvGH3WNkf8SGiVsPu4w/c0x00000000-cc-rp/photo.jpg','2694018788013845459',44384),('AbFvOqmmgLqH0elFlOhDKHMxY7AQONpuUQSdrMuLNYwe015YnbEZENA2lk8ExHDvxPQZr3P0tOMqPg','The Medical Staff is extremely friendly and caring. Elizabeth to great care of me when checking in and out. Overall great place.','2019-09-26 04:34:53.770000','2019-09-26 04:34:53.770000',5,'Romell Horton','https://lh3.googleusercontent.com/a-/AOh14Gg0AR0B0uZT2YKPojUFP7jtRI_mGCQeWXqwuYmvYA=c0x00000000-cc-rp','17898197009688164559',37983),('AbFvOqmMgoJW3N-TpoahNXTjAXclw6NwPSjfd4Up9cjT3vmXTF4Fg-Iw1V2KxFvm9DUVUael4mU2','I have had to visit this place 3 times in the past week for 2 different medical issues, and all 3 visits were exceptional. Wait time has consistently been next to nothing and the staff is super friendly and accommodating. This is going to be my go to place and the place I tell people to go to for any urgent care problem. Could not recommend this place more!','2019-01-01 22:39:27.257000','2019-01-01 22:39:27.257000',5,'Laura Fickel','https://lh3.googleusercontent.com/a-/AOh14GgjOJbCaCel40ZgpFcaTUIb7_9Au-LzMwNi84V7oA=c0x00000000-cc-rp','3511292162159714121',40771),('AbFvOqmMgQenswFfeRNwFSLjnCwWOsKvLs1G94YbqR_FrjbfYO_R5d-TwaywGtXa75zoBPcjn20Dxg','Had an absolutely wonderful experience! I\'d be willing to break my arm to go visit again! They were so kind to me from the start. I was in and out in no time!','2019-07-14 16:18:06.487000','2019-07-14 16:18:06.487000',5,'Lissette Molina','https://lh3.googleusercontent.com/a-/AOh14GgSLY90o1W0l6xoNB8AdeKRzXNNksrg8jxWTuDAOuU=c0x00000000-cc-rp','2694018788013845459',39305),('AbFvOqmMgqSItahPheTLFgpJxgcw6tjd2pk7SSqV-CZTDyqSFdvY6Nh9VQhgQANbmjUuXv9Cv7WHqw','This location has taken care of my mother for her covid testing and I can say the service was exceptional from all the staff. This will be my go to for future testing and other services!! Thank you all so much for your serves.','2020-12-18 23:41:52.675000','2020-12-18 23:41:52.675000',5,'Naeimah Abdin','https://lh5.googleusercontent.com/-kw2Y3TI7In0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm0FzPieX8u3eUrZBchNMmBCStEPA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36484),('AbFvOqmMHVR6AVo3SWgGsCYKyJR2dKNFWx-y177EGkz3ZwkU5PDZ2Ll-4GjfNczoLk6dlSTTFov5','Pretty fast, good staff and nurses.','2020-08-30 18:41:17.266000','2020-08-30 18:41:17.266000',5,'D F','https://lh3.googleusercontent.com/a-/AOh14GgASahoaiOB0020aPUklij6-Iy4Kj4TOuvaOZGZ=c0x00000000-cc-rp','6521947413723274945',41301),('AbFvOqmmi1hKUlvEkvqwdu3GK96OhHk4LrRPcj5vJIeYDVRxq2vfBq7v5_V3pxPZbRJP8jtDFxbOSA','My daughter was treated very well as soon as we walked in the facility until discharge. Thank you Dr. Smith, Raymond, Nicole B, Nicole Rad Tech, and Sam.','2019-04-18 04:32:47.802000','2019-04-18 04:32:47.802000',5,'Annn nnna','https://lh3.googleusercontent.com/a-/AOh14GjgmMZaV36-5Q0rbh3a3qaysLXMm0zR4_dXGmZx9g=c0x00000000-cc-rp','8918455867446117794',43273),('AbFvOqmmi6OiwzjPUuRaqI5k7M_pyQLYEJOOY9I1_aDKAlOBMVbFqFx-QpR7spE_wP35_yPVUCRI',NULL,'2020-10-12 20:01:07.119000','2020-10-12 20:01:07.119000',4,'Lorraine White','https://lh3.googleusercontent.com/a-/AOh14Gju2-iCv2qjkbEuZg4XbDkPwKXvZHc7djkFEN2-=c0x00000000-cc-rp','14904078213800803294',32233),('AbFvOqmmiiDpoHva_yehJSQ2Mc_jsINOIXHr5koNNp6v2RQizIzC935eP-UevqQrcGwOEJlQCzv-',NULL,'2019-05-12 13:35:07.045000','2019-05-12 13:35:07.045000',5,'Joseph Roberson','https://lh3.googleusercontent.com/a-/AOh14Ghf7RVC9HaJGaZmfQY1AAsnNGVvv02oErEjfpWB=c0x00000000-cc-rp-ba2','8626688543755174284',42083),('AbFvOqmMiIp7DorL8DCKbcDERkZpRKaTRv0HLSfiBD0yuuQiAs3SS1FKxE49WiEBcml8AzVRhpJa9A','Great staff. Doctor was funny even though I couldn\'t laugh. TV didn\'t work properly but the stuff did everything possible to make sure I could watch something.','2017-02-18 19:47:52.881000','2017-02-18 19:47:52.881000',5,'Chris Baldacchino','https://lh4.googleusercontent.com/-OBqWBBjTwek/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnrYPWWuDpfHBpP8fLJtybKTGcGpQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32731),('AbFvOqmmIm5lN2a_kVQy5Q6PSslhRg-_56smEeZvk_XwsdMNQvBx34zBuSCHPXbfSBuZzZ4R43e-fg','Great place to take care of all of your emergency needs. High Tech equipment. Easy payments. Great friendly staff from the first phone call to my exit. The Receptionist, Jocelyn was very welcoming and polite. Dr O’Malley has great bed side manners and very entertaining. My nurses, Jose and Alvean, were a tag team sensation. Marcus and Jordan were extremely polite and upbeat. Highly recommend.','2020-03-02 21:54:03.614000','2020-03-02 21:54:03.614000',5,'Tara Criner','https://lh3.googleusercontent.com/a-/AOh14Ggxv5JYRkBZxMuhFtaloyx65fXwRZzKXDXML_2HDA=c0x00000000-cc-rp','16389487648212004696',33305),('AbFvOqmmiWMXeI0OsqZuc5JRAD1vYTDGXioeXy9GGS8eqHMohBr6xGqGeySww89ud7c4Vt7dCGJg','What a great staff! I felt like I was in the right hands. Very knowledgeable staff. Definitely recommend this location.','2019-03-22 15:59:43.077000','2019-03-22 15:59:43.077000',5,'gaby mora','https://lh3.googleusercontent.com/-ZEQ0CqG5AHs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclrTubUjPZHfKtC9VoF75K_eWRmfQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40611),('AbFvOqmmiXhFtkzvTcwJseK58yyLCFjzbD3K3b7HbDlEymybJqGywBqXLUAeBO7mWWWt7mNVIEWxPA','Best experience I have had with emergency care. Very little wait and everyone is so kind. This place is kept clean. You really can tell they care.','2017-04-28 03:55:51.416000','2017-04-28 03:55:51.416000',5,'Katie Jo','https://lh3.googleusercontent.com/a-/AOh14GjTSz6pi2DPXDifbPO6qcsQvBf99lTYwfbWnGcZfw=c0x00000000-cc-rp-ba3','14904078213800803294',32686),('AbFvOqmmixNHL_3D_TtEkXH-8W86qSadnKkgJdqPEua3qxahAbn4907Wv7iAfqwj9Xkh7O2CjElt7w','Comfy, quiet, clean. Big rooms and a very friendly staff. Highly recommend.','2020-01-22 22:50:21.369000','2020-01-22 22:50:21.369000',5,'jlshelton83','https://lh6.googleusercontent.com/-6NAa_3fjAZA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmimHPUOTTO8NsmvsFbyqGnLo5H4A/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36001),('AbFvOqmmIXO9R02NN_CeQKcb6FX8Q6rKXlRf7PiGfb5hYIEXyhbgl5s8ijvsZQO7pqFotBxqHLL3LA','Good and clean inside. Nice people','2020-10-14 01:05:35.590000','2020-10-14 01:05:35.590000',5,'Russell Hedges','https://lh5.googleusercontent.com/-8cWnJT6LczI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnNdgUOzAD_FkpLDPookshpK4XOFA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39480),('AbFvOqmMIZRROkhIoqC_P0-HpPorLh8Cf45LAcdh6BGs_64vEVzcvanSss_E8U0QWGL8erclI9pWIg','I recently visited this location and I have to say I had a great experience. From walking in the front door and being helped by JANET all the way to being seen by the nurse LIA, and being talked to by Dr. Kimball. The whole visit was great. Not to mention they had me in and out in about 30-45 minutes! Great place to go!!','2016-08-16 15:08:13.596000','2016-08-16 15:08:13.596000',5,'Raquel Ramirez','https://lh5.googleusercontent.com/-CTHhlDVSE7E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckqjzRjeWx9xe_yeoZ3xUtH_xSiMA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31205),('AbFvOqmmjAE7nUuP5LuzN-JG6XmxuJx7_FliW_9wmOHVGMsxDzO-WTIxKeDiTBfBmhv6OvVcMVZqfQ','Didn’t take long I was in and out. Patricia, Ekaterini, Marcus & Thuy Anh.','2020-03-13 20:02:55.383000','2020-03-13 20:02:55.383000',5,'ashante brown','https://lh3.googleusercontent.com/-lHswOHTvthI/AAAAAAAAAAI/AAAAAAAAACA/AMZuuclouwe74CqwtH76K2C8MI8gupPRuQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33264),('AbFvOqmMJcRfwkcwO_v74yYg7Z5lJBVRpL_QONhuBvpM7ozJ_5Qa4CEpnyt2RVPa2uUeiUfTbWLkZg','RN: MOLLIE\nRAD: ERIC\nREG: TOBIE\nDR. YOST\n\nALL OF THEM WERE ABSOLOUTELY FANTASTIC AND HELPED IN A TIMELY MANNER ESP WITH AS BUSY AS THEY WERE','2020-01-15 06:34:14.269000','2020-01-15 06:34:14.269000',5,'Brown Family','https://lh4.googleusercontent.com/-qz4cC4EbQTY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmY0TpbSNvPtglveJTL-VU8EER4jg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39707),('AbFvOqmMJO4rXOEM2POru54xcP3RLJIatX4PYgnHqKezcdqM7NiUPAfXVaMs2fjWSqQmAlUaYjDU2A','I had a little accident where i got my finger stuck between a steel wheel on a gate. Amy took such good care in getting me checked in, while i was still in shock from pain.\nDr.Patel and Gracie(RN) was so amazing in calming me down and getting me all fixed up in less than 10min!\nThe best ER in town and will be coming back for any future emergency.\nThank you signature care team!','2019-05-06 03:18:27.299000','2019-05-06 03:18:27.299000',5,'Jinha Bong','https://lh3.googleusercontent.com/-IRMi2xB-ppw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmkC-UfEHUkmzbVCCXKBzVZqGpQfA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40578),('AbFvOqmMjQaxqIFK3NK6tpO5el_YqbHvotFAh_cxwx-KPNVQ7oUQqcOJFGmEjTq3LgVN-ZlGeyCu3A','Very good place. They took real good care of me and listened to what i had to say.','2017-01-21 03:03:47.665000','2017-01-21 03:03:47.665000',5,'Rae Morton','https://lh3.googleusercontent.com/a-/AOh14GiYLqxbMgQ1SBi7ooAoQwgyfQO_m6d1bkAwz4_RLg=c0x00000000-cc-rp','3511292162159714121',41127),('AbFvOqmmkmCYeNn4diIMtjjOeZWThVUsFfR5aS3mh8kMIPfVgvu5fReaDAMqr15QLB2mDveMuJon','I\'ve been to NEC at Bellaire twice and wasn\'t disappointed either time. The first time I went there although I was the only person in there, I was treated so well by the doctors and staff. The second time I went there 8 more patient\'s were there beside me and the doctors and nurses were still just as caring and thoughtful as if I were the only patient there. I highly recommend Neighbors Emergency Center. Simply I can say that the best ER I have ever been to is NEC.','2013-10-15 16:03:54.022000','2013-10-15 16:03:54.022000',5,'Masy H','https://lh3.googleusercontent.com/a-/AOh14GgOItkk4XxXoLPi8dnUlG7BnEhCjwoDy4bowDgtIA=c0x00000000-cc-rp','8679688254631342173',42801),('AbFvOqmMkvzsxjyVe8HbXqkzVjHKI8dQPzeXQabR6tCphkubV6bRjSOpzhFQ-IqFW-sOtZLY8by_kg','I called ahead of time to see if they were doing covid testing and the receptionist who took my call was very nice and informative and how long the test would take and the different billing and payment options. The nurses were great and efficient, I was taken back and swabbed within 5 minutes of signing in. The doctor was also great. Overall a great experience, definitely recommend and will be returning if needed!','2020-09-02 08:06:02.566000','2020-09-02 08:06:02.566000',5,'Cindi Lee','https://lh4.googleusercontent.com/-dcNCOrPVNo0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8h2d1PSoDj5UsMfAZ-3QNZFMllQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38547),('AbFvOqmMKyzbgs3HM6CBk4NOQHy-vYjVJhLOUtqwpbgF6bzPV1FxkZ4CmATxsv-EnEm4NV_30cYCAw','FRIENDLY! VERY CLEAN! I APPRECIATE THE CONVO MS. ASHLEY B','2019-01-08 21:18:21.658000','2019-01-08 21:18:21.658000',4,'Joshua Henry','https://lh5.googleusercontent.com/-NdpLBCp-upg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckoDWWb2jJWaePj5C3U3aWUeUWZcA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42184),('AbFvOqmmLB1Hduc7GbU-cBBt0M7MyDXq7pOfBmGJBBSjiMLaxqDF_kvwR8TXeCs9QRC-6bYPj48PHg','They are super fast very nice an caring!! Kim at the desk was very sweet and caring! Loved the nurse he got me a dr.pepper😁 this is the place to go if you want to avoid the wait an chaos of the er!!!!','2019-01-21 20:03:39.825000','2019-01-21 20:03:39.825000',5,'Amber Miles','https://lh3.googleusercontent.com/-ULfdGv0UjzM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucltsoKsD9uKHMEpF8o6Xio0uRNwww/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39950),('AbFvOqmMlfQgaAM2UFXVXyJ0aWFQiWN-7kMl93CAmuHtoNdg81Lg1BI7m9aBy1dB9NJxufPcFkEGVQ','Very fast and friendly service. They really are the best er in town. Thanks Doctor Kimball, Rebecca V, Jeri and Cat','2019-10-18 00:56:47.534000','2019-10-18 00:56:47.534000',5,'Kevina Walker','https://lh4.googleusercontent.com/-6YGlOwETkOs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmSeA6pid1627Oii-SKVN696tkwNw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34608),('AbFvOqmMLlMLrCAL3MVzG8gzp99_scAybBPqscbkMRSIunbRKZiJztRu8cXy7_ugLgOq_Szdn1ig9Q',NULL,'2020-05-25 14:44:47.508000','2020-05-25 14:44:47.508000',5,'Lauren Roberts','https://lh3.googleusercontent.com/a-/AOh14Gh6TQ2_r6Db15t54BRwE0HTTGEkaSG5RrDvqfoZqg=c0x00000000-cc-rp','16891069708558046635',35904),('AbFvOqmmlvmwaP182BvPPi1FrtNrupuj1czUe2T5aNUeEhT6B0iXEIHb00TlbK2p6VNuF9XJnNIA','Nothing worse than getting sick in a city from home. Nothing better than the treatment and kindness shown by everyone at Signature care!!','2017-05-03 16:00:34.148000','2017-05-03 16:00:34.148000',5,'Jordan Modell','https://lh3.googleusercontent.com/a-/AOh14GgOeOMo2hv-0LRRX7lE-kIego3MPHHxqiJj5NUi=c0x00000000-cc-rp','14567670160750071148',31049),('AbFvOqmMLVyaSYgFufDh9XI60htuo11sOS3CIk0Sxbqxzmfye5AqUNvlSgJu-nPFbcthmNmysAmCuA','Always fast to get you checked in, great service. Actually listens to your needs, you leave feeling better than going in','2018-05-14 20:52:48.665000','2018-05-14 20:52:48.665000',5,'Brooke Penaloza','https://lh3.googleusercontent.com/a-/AOh14Gir65eXy5ZGtJiuP-pNXwDQL--DIxSD6jkhPQIysA=c0x00000000-cc-rp','16891069708558046635',36404),('AbFvOqmMM0JJQi25hV46R_J4_zgcmdyUBXbs2UffuXNAt1W9BLzdZaaMp_IvM7mqc4_Lvl5i3cEK',NULL,'2020-12-15 15:40:38.054000','2020-12-15 15:40:38.054000',5,'Rebecca Beckham','https://lh3.googleusercontent.com/a-/AOh14GgO0U6t_B97dGZ06yEQwns_5G_E9iVDvDSRoSdiPA=c0x00000000-cc-rp','3272657195432704501',39400),('AbFvOqmmM0Tfh6TjumCdhSrO5j0Z2Lsn6qUuEcDMKtgbwqF5NjPJ8XMXl8jAI9aXf-zc8SnOurbttw','They are absolutely AMAZING!!! I always receive prompt and thorough care! I will definitely use them whenever necessary!','2021-01-17 21:14:59.988000','2021-01-17 21:14:59.988000',5,'Chris Stronik','https://lh5.googleusercontent.com/-e3uBmltQHpw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnasALAtLPEcRGKrtN5eEPw21J2LQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',44696),('AbFvOqmMm43LynYtDIuJiQw5CL_GnKZs0ay4gRqiXpWqj_9BPIZRJugwwWy_3_D7WGVxdUGyHtcJ','Good','2019-08-12 15:40:33.249000','2019-08-12 15:40:33.249000',5,'Kyrstin Nieto','https://lh3.googleusercontent.com/a-/AOh14GidV7u8KQVrTLER2YacZe47uy1hQi0cuIL14O3m=c0x00000000-cc-rp','13486358490203335051',29702),('AbFvOqmmM91ak4hK-O68fazUbIy77W-rUdqubuZhWZcmhYJArUPDUwjrou6sDak16DNgBUTnKnBRbA','The staff was very pleasant and friendly my issue was resolved. From registration with Jorge and Sarah to my nurse\'s Fanny and Ida to Dr.Patel the experience was great','2020-08-30 13:27:34.612000','2020-08-30 13:27:34.612000',5,'mona crawford','https://lh3.googleusercontent.com/a-/AOh14Gh4eeu00X-cm6bVTQaPd4cEa25A8No-pVhGj0fLqg=c0x00000000-cc-rp-ba3','17394740196501090048',36539),('AbFvOqmmmDkAEpxVgf97FAgHIxbWdERkvn_AGbdFD_el1RHXpxZWkeoQW2RsGJuE7SHG2KiKY2kUgA',NULL,'2020-10-13 18:09:19.886000','2020-10-13 18:09:19.886000',5,'Moranda Anderson','https://lh3.googleusercontent.com/a-/AOh14GgXd7OZ95KaEsF-6UZCul1h6oD4MkOPZo62qCJNOw=c0x00000000-cc-rp','2077061009497551125',38483),('AbFvOqmmMGVTLkLfLf4s0HjTFElrNWFsL5YF6a9RqPh5K2jclMLnq1vKWaCRlkM3c79H_Wj8BmHk',NULL,'2020-07-09 00:27:02.152000','2020-07-09 00:27:02.152000',5,'Steve Rodriguez','https://lh3.googleusercontent.com/a-/AOh14Gi0UUetsodg6Gx75rGEjgtY87y8YWF51tee-6CX=c0x00000000-cc-rp-ba2','12541597562633926366',28603),('AbFvOqmMMnprw3rqE5FjPyMEBLO-mfk8UMKowEVd_UrzHXClv3MotAOo_PCKkojeM5xlEAmrckjv','Team was very welcoming, nonjudgmental, and extremely helpful. The entire facility was clean with great lighting, lots of space, and great refreshments. Everyone was extremely professional and it was an overall quick and easy experience.','2018-12-16 01:49:51.262000','2018-12-16 01:49:51.262000',5,'Brian HowellJr','https://lh3.googleusercontent.com/a-/AOh14Gh8zUQK64LQ9TV2KDQZ_aC8p7bQs7l1SQr7Pjld=c0x00000000-cc-rp','8918455867446117794',43332),('AbFvOqmmMoV6wflWk0k4nbTLj80EngdhC4C-w-qtwXhS1tVwAdMNQGXF-Jk0OlNo-c9XFhmSQifl','The staff were awesome. I had a great experience for the first time ever in an emergency room. As it has been said doctor\'s make the worst patience this can be said for anyone in the medical field I know that I am one of the worst I know how to do it the correct way and I will not mince words or sugar coat how I feel in regards to the care I am receiving. I did not have to say anything except for why I was there. It was GREAT!! I will be going here for any medical emergencies I may have in the future I hope that I won\'t need them but if I do it will be them I choose.','2017-03-14 20:15:48.467000','2017-03-14 20:15:48.467000',5,'Jeri Thorgaard','https://lh3.googleusercontent.com/a-/AOh14GiBLnNzxkv2OO7eFLwEt-x9aHAYzOzBzYO-MP9W=c0x00000000-cc-rp','14567670160750071148',31080),('AbFvOqmmMPNyGppj268t6TvHlDmNacaGSTjwrOtEORXm_BI4PsI0RGmrq7-bS047jlTZg_UGI9wlnQ','Dr. Spangler, Duke-nurse, Amy-registration and Waldo- rad tech we’re very friendly and helpful. They made us very comfortable. From check in to check out the service was great.','2019-06-12 13:01:26.795000','2019-06-12 13:01:26.795000',5,'Tyra Williams','https://lh3.googleusercontent.com/a-/AOh14GhwC0Q9oSGSmGDlHJvx4Xvf39p0Jula5Gt4RM192w=c0x00000000-cc-rp','8679688254631342173',42692),('AbFvOqmMNyHwgF-3u_SHkfm1I2oCVAquHMgsiK-nKwcbs37DW8znBamvblPAlQnSivz7v_fsmWqM',NULL,'2018-11-25 00:11:19.156000','2018-11-25 00:11:19.156000',5,'Shelley Weaver','https://lh5.googleusercontent.com/-RcEDRtnwuIQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnrok4yj4zm38azSb3GiUeTcBdyHA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42228),('AbFvOqmmO1b7RmpSRrUklFGd18BGl5VIS1arCKbLL3j7Vw-7-iiYAvUOkOxBF5-6-R0arsECjb6vZw','Went in for a COVID test and all staff were the greatest!!!!!','2020-12-11 04:40:13.419000','2020-12-11 04:40:13.419000',5,'Ms.Jessica\'s fun classroom activities','https://lh3.googleusercontent.com/a-/AOh14GhsZmjzBsWXF7XlnOKkZstzc5tP3TPd5JYniU3Yag=c0x00000000-cc-rp','8679688254631342173',42244),('AbFvOqmMO3DNFENz2LNO-e1s7yFJTwuIl-U7NzGs-S1yVW0a-TZm4HMCtzeLy2J03iHdOjHV0QAL3g','Very friendly staff starting from registration with Jorge and Joshua to the nursing staff : Jesse, Jeff and LaDonna and the rad tech that took my vitals Janet. Doctor Qureshi was very kind! The facility was very clean. Definitely would recommend.','2020-12-16 22:45:05.536000','2020-12-16 22:45:05.536000',5,'Kimberly Moreno','https://lh4.googleusercontent.com/-a9SYMv8vnIo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnGhyfi6V1jabgoar2gil3KtG37NQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36488),('AbFvOqmmo73O3nyr4vyAw7xjZA8qH0DUm-mZboI1TPMspugjcFgpGzdTYbLlcA2ZRkpEW8wyzpNmhA','Came to get checked today. I was super worried and the staff all around was super helpful & caring. The registration, Dyveliz answered every question I had about paper work. Dr. Vakey and Remington were super helpful, and made me feel so much better.','2020-03-16 20:08:46.847000','2020-03-16 20:08:46.847000',5,'Maya Dominguez','https://lh4.googleusercontent.com/-UkKkWOFscy8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclrx2qDtHEWJfKZkf1CemHjvVlkYQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34304),('AbFvOqmMOF78XyrrT86lFygXbiXzLSavvmK4yab1BG9_cs4l4FfC1JG-UcINiN3Nt8Z7KuEUIts3uA',NULL,'2020-06-06 16:09:27.916000','2020-06-06 16:09:27.916000',5,'DeLissia Britton','https://lh6.googleusercontent.com/-tw8fiSfI0tw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm6D7QBFj61Usf2GgI6qmqBfEMm_w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34290),('AbFvOqmMp5FeAyqKxChXu8RNS0jnh0r5X6EZdK_oWHHXvRG-0sJrRYNK7GrucY_YIMYlZ8l5xXAl','Amazinggg townesend was so nice!!!','2020-09-04 14:10:47.051000','2020-09-04 14:10:47.051000',5,'Avery Zuckerman','https://lh3.googleusercontent.com/a-/AOh14GgwCBkniIdst-J_7-69i_cCUwX1_gN1SCbmcpHR=c0x00000000-cc-rp','16891069708558046635',35830),('AbFvOqmMp5SFaC_Z2ZZg76CEr9Ucm8TB1getQeRw3Z8t0XAzIdHE_QgsrTtZSWxsmXXPlOH9b9dMPw',NULL,'2019-11-04 01:04:11.344000','2019-11-04 01:04:11.344000',5,'Yoana Picazo','https://lh5.googleusercontent.com/-IU9mhiuwav4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckwmr7LdBo8nvlnhFwwoCqdTa-Zdw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41561),('AbFvOqmMq5j9xsRVcr7Gdkq7U61Ot1hmpaMkjtXeDfVRd8TrWoG2bNEhKo3bb6WSA3WzND_H_AZy5Q','What a great team! From the moment we walked in to the time we met the healthcare team was not only fast but friendly. I am super impressed with the level of care and customer service SignatureCare provided. Shout out to Christina, Chelsey, and Clay!','2020-09-13 20:27:01.907000','2020-09-13 20:27:01.907000',5,'Trey Steele','https://lh3.googleusercontent.com/-fu02lBsnGaE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucldXEao3Gt7qoELva7i2yGM0S-UPw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35802),('AbFvOqmMQfuALAQgSQ-Z72im3cSRXULg06UzSEBZ1MKXFztwL2CjR9K_iUqQbXtywfKT3HmxsQ-jyg','I had a great experience! Everyone was very pleasant 😊 Sydney, Fatima , Hasan, Tanishia, Sarah were awesome!','2020-10-20 00:19:41.630000','2020-10-20 00:19:41.630000',5,'Hannah Moss','https://lh3.googleusercontent.com/a-/AOh14GibBsr_DQJKH-dpSQmcwRzcIHHnPVVlga1xVTX8SUQ=c0x00000000-cc-rp','17898197009688164559',37496),('AbFvOqmmQrvn8dJN6OhnHjssTurl-eDHnqGOd3ul3u2Dr1nI2N5A9J3TqwFdjoKlQvuiBQxcsuRW','The staff and Gunnar and Shannon were so nice and caring!!!','2020-09-02 22:18:51.189000','2020-09-02 22:18:51.189000',5,'Tracy Griffin','https://lh3.googleusercontent.com/-jPbCq5a2EyM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucldZxhGuYNhi4k5uxOF04PupCo-2A/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39533),('AbFvOqmmr0Fuu6S57fBlbjNEkUBnORckwHX3YalTXkTCZ1Y7ObBWQupAZWausbeI66zNop568Xf6','The receptionist Tanisha was extremely friendly and made me feel welcomed! The nurses that helped me out, Sabrina and Fatima were amazing and made me feel extremely comfortable. Dr. Reukauf gave me all the information I needed at the end of my visit. I left with no questions or concerns!','2020-10-30 02:18:25.006000','2020-10-30 02:18:25.006000',5,'Ena Banduka','https://lh3.googleusercontent.com/a-/AOh14Gg_cAsivM-NOPDh-NXLYtptxSNQBBND000Hzj7W=c0x00000000-cc-rp','17898197009688164559',37473),('AbFvOqmmrcCjihAH1yz-d1TtE5VNRF0y5Euty_ENi8TwEa07F9J5F_X6Hi0Cx-GbJc4_Z2F4A2OImg','Great service! Tanishia, the receptionist was very kind and had a great attitude, nurse Sarah was very sweet, Fatima the technician was awesome & doctor Kotey was great. They all made us feel comfortable at all times, great service. Thank you guys!','2020-02-21 06:59:42.040000','2020-02-21 06:59:42.040000',5,'Mafer Ugarte','https://lh3.googleusercontent.com/a-/AOh14Ghyg6FbSEDB85AbYZFd7kkB7SmOiGdwCyhTWhWRjQ=c0x00000000-cc-rp','17898197009688164559',37672),('AbFvOqmMrgdmyK1RzviTZiA7dzLftVRnhPHcH_0ieQU9rYkor0urcv1ILJULrZS9nJ4R0TwMaJAUMw',NULL,'2018-11-20 17:26:18.458000','2018-11-20 17:26:18.458000',5,'Naomi Romero','https://lh3.googleusercontent.com/a-/AOh14GjHODCoLLn9E4kCzvMVZ6m3sHxXR2p7kYbNZwCsCSE=c0x00000000-cc-rp','6521947413723274945',41794),('AbFvOqmmS0Aknd7uOStwVvBF0475R73K69oP83esTqHNP66LoK8H-krKW3aKr-HXNY1AVSZZl4qcAg','Really love this place!! My second time in and it was amazing! Thank you to Dr Smith and Amy you guys helped me even though I didn’t have the money to pay! Will be returning for any future treatment!','2019-03-09 06:00:54.617000','2019-03-09 06:00:54.617000',5,'Jayron Bpston','https://lh3.googleusercontent.com/-vvWn7rr-CRo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclXzmclxkZM2uw6pTZ6tbKCNF-dpA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43290),('AbFvOqmMSaJK8zyX9HAw51xs4PErZWZCvQsoELXP2WEEaSP9v5oIsT9AHBscPHDlZcIWJtQKL-ci9w','Second time coming here. They are always kind and professional. Kristna was the RN who helped me and she was so sweet :)','2020-11-28 15:53:31.886000','2020-11-28 15:53:31.886000',5,'Mario Sarreon','https://lh4.googleusercontent.com/-ysC9wCNj44M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmYWP6QsCeUYLi9IbhHnu8iC_nsSQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28434),('AbFvOqmmsAV60GPfwvz1NZkxKT7acpuJf3OSPGvEXax-M09YKIYrWU361DCsqOeH4y4oTKjlXEhJ','All staff was friendly and made me feel comfortable. I will definitely come back to this location!','2018-04-19 16:11:17.780000','2018-04-19 16:11:17.780000',5,'Shoun Collins','https://lh6.googleusercontent.com/-8Eas2EUQljY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnRUI0v6XmS4xlNmi-aGZK0lRQG2A/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30851),('AbFvOqmMsBss10VrPPOxBP9zRzV9juqN47NMgJAMwMkd93t3p99uOBFxp7KGYEVX42Y084fnyKo0MA','Excellent service very polite. Very fast','2019-02-22 20:22:18.742000','2019-02-22 20:22:18.742000',5,'april turner','https://lh5.googleusercontent.com/-1KARtrV2Boo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckew_X3UMyQwzf4K_lbttjE_Qrtjw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42138),('AbFvOqmMsoYU50t162nqfJzHadAqQPxNoXs4okZFJx4BTckK5EpxyvTphStrEw6bInBMHDQ2H1G7',NULL,'2020-02-16 18:59:23.173000','2020-02-16 18:59:23.173000',5,'Heaven Haynes','https://lh3.googleusercontent.com/a-/AOh14Ghizbb6aND7Njm5Fi_EACZpoExOT-dEQ4EsK9qeQQ=c0x00000000-cc-rp','17898197009688164559',37697),('AbFvOqmmstKddDqmclNaBrgDXRldrs-En9BBSQ7AQWgi8DVe-PVvcVPce5HJzfptScGZKCK1vhSQ','Great bedside manner','2019-04-20 13:58:04.258000','2019-04-20 13:58:04.258000',5,'Simeon Law','https://lh3.googleusercontent.com/a-/AOh14GgrkbJkFmmASlBXQiuWP5mTbnVzoCPKIYJTAPNgwQ=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmMtDeoPDZ4mbDi52SqxBFThdSjG51VkOqHemWZX5u4M7-ymdPHK1d1zHBW_icelu8672u7','Came here for a check up due to a car accident and my experience was great the staff was amazing nice very helpful , Luisa and Alvean were awesome thanks ladies !!!!','2020-11-15 18:42:21.249000','2020-11-15 18:42:21.249000',5,'Roland Cavazos','https://lh3.googleusercontent.com/a-/AOh14Gh5c40kSj7Degykd3igaTqTozixHlj-9MFAfUJHPw=c0x00000000-cc-rp','16389487648212004696',32920),('AbFvOqmMtFM9MUwxR2_O9CZKhQljHX4rIoL7qCNGbFMPbQb2B240fq7nXRuYYuTqd-ytUkAbOdn1Vw','ER Technician Megan S, made my stay at Signature Care very easy going and comfortable. As a student with bad anxiety, she was able to help me relax during my time there. Highly recommend Megan, she did a great job!','2021-01-21 01:15:51.661000','2021-01-21 01:15:51.661000',5,'Natalie Villareal','https://lh3.googleusercontent.com/a-/AOh14Gg0amWKfOJS_fajeHmU7QDOPEUjyNuilXfSzj5wXw=c0x00000000-cc-rp','16590124370714063921',44501),('AbFvOqmMTuLmbSTT7HrKhBM1oXi6gepepRNhHsYAP-2otkCfb4T7ba0FcbPh4gc6iGY6ppvWV6uE5A',NULL,'2019-11-23 19:16:12.539000','2019-11-23 19:16:12.539000',5,'Ross Loth','https://lh3.googleusercontent.com/a-/AOh14GiWBb-Bjrf52jwW6UaBYBNr-s50DT22J2ssFJnv=c0x00000000-cc-rp','16590124370714063921',34553),('AbFvOqmmUJaJgD00O3yosb4wnynSf2VZt6_WWyDnkgj2raGqRvAP20On_xK7rbV-TPPzWRXvWTgEXg','Excellent experience with Sunny and Dalal here at the Heights location. Super helpful and quick service.','2020-12-11 18:15:02.998000','2020-12-11 18:15:02.998000',5,'Eric Degeyter','https://lh3.googleusercontent.com/a-/AOh14GggNJFHXiQSFwsiaNHHZuNIKRAweb45unhwO78=c0x00000000-cc-rp','14567670160750071148',29992),('AbFvOqmMutx0gwQJIHtLg2Tc7HLYW4yHY3Xa2e0hKuDm1-_dJz7mtEfv4w53HwxP8efG_iMnnCaoUg','I search the metroplex for a COVID test that wouldn\'t require a week long wait or three to five days for test results. I drove an hour but it was worth it. I recommend making an appointment during this time when everyone is trying to get a test. I paid 175 for the rapid test because I have no insurance but I was only there an hour total. All the nurses and staff were very nice and helpful.','2020-07-04 00:31:31.486000','2020-07-04 00:31:31.486000',5,'Casie James','https://lh3.googleusercontent.com/a-/AOh14GjknLIhtQW0aKgLIYeImUkiv4dbOVhIIN7W1GvTgA=c0x00000000-cc-rp','14748677429039074158',32051),('AbFvOqmmuWXl2W1DeTJdt73Es5c8C_9mbJPRA3otaFOqYggTN96QVhlzGzvckPEPEKHSsNlnrxvJrg','This is my first time to personally use Signature Care but I’ve brought my son in before and both experiences have been great. Everyone is so pleasant, patient and knowledgeable. Bed side manner has been top notch. Highly recommend!','2020-10-15 21:43:20.958000','2020-10-15 21:43:20.958000',5,'Lauren Casey','https://lh6.googleusercontent.com/-kuVhD3nz32c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmGJv1d_GNiQt13qLTc0QAePu6dDw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31495),('AbFvOqmMux7XuxEJRT-ybXuuWfVo6UovYQ1ukEhbJRsEjbJLIoXBcQWq74Y6OVnUwhW61kcvcWqy','being an overprotective parent like I am.. I took my 6 year old in at 1am. Thank god they have coffee! Everyone I spoke to was so patient and polite! I would recommend this place to EVERYONE. The doctor there was so nice and caring! we were in and out way faster than other ER\'s I have been in. This Facility is 6 stars!','2015-04-25 00:18:09.241000','2015-04-25 00:18:09.241000',5,'Leah Bryant','https://lh3.googleusercontent.com/a-/AOh14GhhYw4F7tAkEFyc7qwEZgXW1wFfYu2uNEiaLwO0=c0x00000000-cc-rp','17898197009688164559',38396),('AbFvOqmmv1q5wVGbjKVZlhh4LIvJH0I2b49gjqxdjF3MrEOhJW0EaH_aGH7ukd_lYTLqzgKW83ToEw','My wife brought our sick toddler here and we were seen right away. Nurse Christina, Christina C. at the front desk, and Townesend T. were beyond attentive and compassionate to my family in our time of need. Dr. Goodman had a wonderful bedside manner and treated us like we had been his patient\'s for years.\n\nI felt the costs were appropriate and affordable. I\'ll recommend this place to my family and friends! Don\'t forget to enjoy a warm blanket!','2017-10-04 19:18:52.023000','2017-10-04 19:18:52.023000',5,'A P','https://lh3.googleusercontent.com/a-/AOh14Ggi57KU_b1zxqX6nzh14OYjhw6Kl6G_J-oc00SLxTI=c0x00000000-cc-rp-ba3','16891069708558046635',36460),('AbFvOqmMV4TmyY9cHLVD0dnnTNBj4IiR8Er3IQQe4y8gTF2nJ2jSS9HryH5fS_ACYNng0MRCbY5bww','Jerry and Taylor were extremely helpful and offered great hospitality, care, & jokes to lighten the mood. Top notch.','2017-03-11 04:05:11.805000','2017-03-11 04:05:11.805000',5,'Matt Binnicker','https://lh4.googleusercontent.com/-6WxbUeGoTjM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZ6GJlrKclyaUNOaAOzO7NrS9ngw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35476),('AbFvOqmmVCeQk3U3aVDIAUUiC6aWyyO-Csq11BGTOl6bsVFsCo00G-9D7LjF_h5B9RZ3ljMflmpBqQ','Exceptional staff and quality service! Highly recommend to anyone.','2018-12-22 06:02:40.153000','2018-12-22 06:02:40.153000',5,'Heather Ham','https://lh3.googleusercontent.com/-aypgPcl9i5o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnYQo_DNXSYC30uPKUvdTD6mhAN8w/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42213),('AbFvOqmMVDuXkl7mV1Zhdc4RB692WiDI9V4rWVvh9BOls28G2xGdQYTy15wE_VV5PAd5eH-v_REP','As an registered nurse & emt, I was very impressed on the care that was given to my son when he had a lacerated chin. Great job Dr Kimball, Gabriel,Rn and friendly Naomi!','2019-06-12 03:22:07.008000','2019-06-12 03:22:07.008000',5,'Christy Seidenberger','https://lh6.googleusercontent.com/-ENjHf5kN9PU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckY5YHxuj9zkwXStlxgFLNnTSbzTA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34825),('AbFvOqmMvrBtX6XaMtMYzfz5ZFOhFvbTAi_6BDB80r0O794Zfw_K7D7nfsrfodkB_SnSijUeX3Ok','I was very impressed with their hospitality! Everyone was professional and thorough. I highly recommend this emergency center!','2019-01-13 13:26:13.269000','2019-01-13 13:26:13.269000',5,'Major Latin','https://lh4.googleusercontent.com/-tcXn9nCVQgM/AAAAAAAAAAI/AAAAAAAAAvE/AMZuuclZxqlWx8myViXTPPu9abqPLJMJJA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30634),('AbFvOqmMVyq5lcfvhF3YPXe-dKzwNZlYoQYNpIGbFI6A5q_JVZd2InVnn1BLNkCyvbwbp7uRuz4s','We had a great experience at this location. We arrived here after walking into another ER and walking right out because of bad customer service. The staff is great, and very welcoming. Nurse Nichole took good care of us and Dustin with radiology did great work.','2020-01-25 17:08:40.113000','2020-01-25 17:08:40.113000',5,'Melissa Jewkes','https://lh3.googleusercontent.com/a-/AOh14GjoBX6mC8_dzL0Xrgs3qhcMjCw-NGNA-XDQaTo7laU=c0x00000000-cc-rp','14567670160750071148',30300),('AbFvOqmmWdxZ3PTR-hCXc8oHeWv6nT1JgzsX8IPpfsPo7Awo5-gJ0Ovd4dMxS4Cp21UYFkslagoqtA','Took my husband in for severe abdomina pain. Must say from checking in to checking out the service was excellent. The nurse he was fast with meds and tech was excellent. Dr Dang explain everything very. I highly recommend this urgent center. Took us no more than 3 hours.','2019-12-26 16:51:03.655000','2019-12-26 16:51:03.655000',5,'Angie R','https://lh5.googleusercontent.com/-rgdXq_xR8EM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckGk9vAYwSllzphwqONV5kd-m1Hjw/c0x00000000-cc-rp-ba2/photo.jpg','14567670160750071148',30380),('AbFvOqmMwfBqlPajGFXlfxcpqAXFM1Y2IY3ekekgNXNO3PX81gBpSCif1ScwEzpv9axi0Q7TegbFiQ','This will be my second visit here, both times I hardly had to wait and everyone was very friendly!','2019-07-06 00:11:09.271000','2019-07-06 00:11:09.271000',5,'Sierra Samaniego','https://lh3.googleusercontent.com/-K2B1UxEQn1U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnzNitWmvzujDzDYuFi5NPYTangGQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29740),('AbFvOqmmWGk9rRNwrsXwMZoDGtnE-CvxhsM-gmEK7xR_dQXJ_9_hazUFpmX_0rsQUjJR__EEkOvhZg','Thank you so much to Dr. Smith for the amazing care and to all the other staff too. Alevean(nurse), Tricia (radiology), Jesus (Registration), Sean (ER teach), you were all wonderful! & thank you to Jocelyn (registration) for the referral! You all made sure I was comfortable and warm especially with the warm blankets!','2019-07-13 18:50:28.462000','2019-07-13 18:50:28.462000',5,'Maricela salas','https://lh5.googleusercontent.com/-gKV4ClGkXkY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3X4Zd-aOTLw9L_Nsl49wf4qTqFQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmmwiRCjbF5wPAqRscJeBORykEgtVFG1qsxRqnymcZDjyry351kLP4P8QUspCq3ZRhQsOCU','Amazing service at a very fast time and extremely friendly and professional doctors . Will totally recommend to friends. Thanks for the experience.','2020-12-21 03:17:22.037000','2020-12-21 03:17:22.037000',5,'Rodney Alford','https://lh6.googleusercontent.com/-vHT8TBs-XsA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnB4EbZExfr-A9HO4sVTptY5sofZw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',43656),('AbFvOqmmWMR3BKMQH08NKUnCFOaG81jTU6yVVmFuMQqqhziteb8oOSUDDpUiDBVwrpOXNkykxGWEJQ','Highly recommend! Quick service and Courteous staff (Dyveliz)','2019-09-29 01:51:44.497000','2019-09-29 01:51:44.497000',5,'Alexandria Jefferson','https://lh3.googleusercontent.com/-wE3-7rJGc_0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCXX7xjKYNah_7AuiRNEfWgEdpiA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34642),('AbFvOqmmWWdFNPp91qHCM_tStzMJuVG5xHNwI66f6fxnX5hPQ_i4E3JSK_0gYo5rhSeL1bdrAf5EXA','My grandson was feeling very weak as we entered the building. Someone immediately got a wheel chair and took him to an exam room. The nurses and staff immediately took care of him.\nAs he was flushed, cold, and shaking. Wow, what an awesome staff. Best of all, it would cost me the same price to take him to the hospital ER. This place is so clean and everyone is ready to go to see to the patients care. A big KUDDOS to all. Signature also has an xray machine, ST Scan, and ultra sound and ekg. All necessary things to provide awesome efficient care. THANK YOU!!!','2019-04-09 16:50:59.823000','2019-04-09 16:50:59.823000',5,'Colleen Verdun','https://lh4.googleusercontent.com/-8ddx1tt1OSA/AAAAAAAAAAI/AAAAAAAAAsw/AMZuuclRiTrVv43VB99d6H6XCfXx_6c5Bg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36796),('AbFvOqmmwzRipGtoqpraM4v8dKnBCZEq7_0Rtwh_0si6-Y9LenNcX5K2JVKvnxaxi25pCtQxBgo02A','front lady kim very sweet and sherri and brandi did a great job definitely be back','2019-06-12 11:35:58.985000','2019-06-12 11:35:58.985000',5,'Charli Kaye','https://lh3.googleusercontent.com/a-/AOh14Gh4_x1bV2Zd61PIdlx9M_eyq5YXweppJSh1y6Ur=c0x00000000-cc-rp','3272657195432704501',39856),('AbFvOqmMX5yebVVfbqnOh3WN_0PIPxJ3oW8ixBHarP6TM2Cq--XoG4X1vYLM-3hMLJmnCKlbz5k_','Aaron was a hottie and super nice.','2016-07-26 02:10:41.390000','2016-07-26 02:10:41.390000',5,'Shikinley Rena','https://lh3.googleusercontent.com/a-/AOh14GhhDNFWZp5lAU7Y5_BDoAnmcmPGJRKvpRCXx46Z1g=c0x00000000-cc-rp','17394740196501090048',37319),('AbFvOqmMX6-FaBio9S5Bvuu_VlNDzX8HI9NPBKvKLu2188wZLOWS3qUVtR9OGtXQ4ARWNV5dPetqZg','Staff was wonderful, Nurse Angel, Rad Tech Can & Registration Ashley, Thank you','2018-12-20 15:48:26.916000','2018-12-20 15:48:26.916000',5,'Susan H','https://lh3.googleusercontent.com/-iyvWh4v1sQk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnRUOFv28fySD9UZIk0nFJFp2Fwrg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38351),('AbFvOqmMXAnDO1aePDyg8SwSzrYk1LKtPbCCg1qOYUMy4jxeH6rHIy9mOEy82TkBjiSzepTbuH1sIA','Kim , Allison & Jolynn was my care team. They did an amazing job making sure I was comfortable & feeling better. Thank you','2019-09-27 01:09:31.628000','2019-09-27 01:09:31.628000',5,'Akayshia Jones','https://lh5.googleusercontent.com/-CM3O1iz4Qbo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckdNc_HlfFIpMppSlYb7qmJwty9UA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29654),('AbFvOqmMXC--7T9sIL5748oihv9jFjtTSolkm37jfnP4yJJXnteRlDxdTggQ0EFishXDew_gKOxPfw','I can fully recommend this clinic after my wifes visit for stitches. Dee and Dawn are courteous and attentive in a time when medical attention has lost some of its personalized character. Dr Ding and his staff of Jacque and Norma are first rate and saw to it that my wifes care was handled in a professional and timely manner. Also, the price was fantastic, especially considering the speed at which it was all handled. Absolute first rate facility.','2019-06-25 17:01:10.321000','2019-06-25 17:01:10.321000',5,'Jimi Soliz','https://lh5.googleusercontent.com/-gwKJVwEu3VU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnwEj4wjHmh3302Mxxw9dIAmg0RGQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40526),('AbFvOqmmYGk_RtmmwYG7XTqxsrAn1xEhejl8vUxKVx0rKZH7Wn7SGgGOeAqN8asEGoHhf1ptrdE-FA','Great service here and fast with results! Amanda, Bretnie, and Dr. Caraway were great!','2020-10-20 12:35:30.491000','2020-10-20 12:35:30.491000',5,'Brittney Hillier','https://lh5.googleusercontent.com/-XR3GQRsCvY4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnJo_ayR3LBpslHMiUFdIojjyqDgQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34119),('AbFvOqmmYy-B_D3HDBEq0xjWa3O5I4I8sDFPCrzg20pTjboim7i-9VdVXteZg4b5Cbs6UBgzY4Ry6g','Was great','2020-12-30 15:27:19.399000','2020-12-30 15:27:19.399000',5,'jessyca driver','https://lh5.googleusercontent.com/-BTdxu209QAY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmsxmbWym3fIlz3sjsAGIvqwR5gBA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',44169),('AbFvOqmMzScr6Goa76l1Gwg_8Cu6-CqgyE5CvBJuUe4XXaqpi_Tl1P-dqe6oOqc0rLmuSdNs8tLSfA','Checking in was ok the nurse was awesome. The doctor on the other hand was a jerk and should not be allowed to practice!','2015-03-11 01:17:34.390000','2015-03-11 01:17:34.390000',1,'Diana Sisco','https://lh4.googleusercontent.com/-WomxMOH-tc4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm9o9cWi1qvD90-OmnkDsXOW0pMpA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42788),('AbFvOqmn_B9DB6R471mE-RZMAuJcVZoZRFfCd996MKG2NEDgUypi6nJh9WjK7QmdP0c5OYtoGswQTg','Imagine opening your standalone ER at the same time COVID-19 arrives. And months after opening being the only nearby provider that is offering the 15 minute rapid test! This location is slammed busy. Apparently this is one of a chain of locations so the easy ā€œno appointments, just come in personā€ blanket statement on the website obviously wouldn’t work for this new location in the middle of the COVID spike in Denton County. Guess they are too busy treating patients to update their website - fair given the circumstances!\n\nWe couldn’t be seen as a walk-in but were able to make an appointment for the next day. When we arrived we still had to wait about 3 hours (in the comfort of our car) to be seen. Once in the building our patient was quickly in a room, tested, and released. Back in the car, we drove around back where the attending doctor himself came out to share the test results (negative for COVID-19, BTW). Sure I wish they could have seen us quicker, and yes the nice lady up front should be coached to stop offering ā€œanother 45 minutesā€ as an answer to your wait time. But all said we are thankful for this service that nobody else around is offering, and the hard-working professionalism of the doctor.','2020-07-11 13:12:34.845000','2020-07-11 13:12:34.845000',5,'Alan Michael','https://lh3.googleusercontent.com/a-/AOh14GigbZt2en_Q7N7_ucT45A9OwMTviptXdrK98jIpgg=c0x00000000-cc-rp-ba3','14748677429039074158',32034),('AbFvOqmn_quv6projNcmF9k9fE6Fnu0I4GUdjLoOZmo7YeTAwT_v8LbE7Ah0J_vqXgE0quf63qfLvw','I had an amazing experience. The staff was extremely nice and attentive. I would like to give a huge thank you to DR. Edwards, Nurse Franco, Cindy, and the rest of the staff for helping me. They were very caring which calm any types of nerves that I had. I would recommend this place to any one in need of urgent care. The staff was very welcoming and put me at ease by answering all my questions and was very knowledgeable and professional. Thank you!','2018-06-05 16:36:57.413000','2018-06-05 16:36:57.413000',5,'Josh V','https://lh5.googleusercontent.com/-9cYwBwpQHHc/AAAAAAAAAAI/AAAAAAAAAu4/AMZuucmg5jSTBNnK1v0oIEI9FWW9PpzdPw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36943),('AbFvOqmN-mXMxw06owHtomKTzitsyVY8IReKGzubf3xqDxQ3EbY9UocSI-VmstOJxfKLtHccMNgiXg','All you can ask for when you have an emergency is a doctor who doesn\'t seem like he\'s in a rush to get off to the next patient. Clean with an attentive and comforting staff.','2019-09-23 14:28:26.855000','2019-09-23 14:28:26.855000',5,'Matt Meli','https://lh5.googleusercontent.com/-YUkT0J0l96g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclsLNlX7tPI5WheSbs8drfBP5UPWw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36123),('AbFvOqmN02pu1QfI4_Vkg6pcOPXb8dqitx1v_9ZrR5j-qmQ3FrcJKAk5o-A98_yknqdPUuhxdPoD','Georgia was great! Funny kind and made it very welcoming.','2020-08-19 01:52:29.194000','2020-08-19 01:52:29.194000',5,'Lauren Snell','https://lh5.googleusercontent.com/-FzKC5g0G1f0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl24yhlzLLEVR8s8m8FgZfG90zXLQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38572),('AbFvOqmn0mJrCTG77tXYHKEeA66ifpJQzEjn6EMcUa3IMUnG91l_n2ZqMC2zJqthidpj1LMvXvfE','Amazing and helpful staff. Very caring and treated me right away! Jorge was an amazing and Eda and Fanny were awesome as well','2020-12-05 17:25:04.233000','2020-12-05 17:25:04.233000',5,'Hadil Oweineh','https://lh3.googleusercontent.com/-gQZYlpLYDmI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmkyk4WLEVaMPTbzZHJVzJZYICQnw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36503),('AbFvOqmn1IrVHnWhTkGMNjCA4j0qtmCmFa9Dg6JWStFyZxZ1LxfChGoZ3UUI_zqvgt5d4BtqePwQkA','I found out I had contact with someone confirmed positive covid19. I started having symptoms and tried to find somewhere that I could get tested. What I found out is that this disease has everyone, everything constantly evolving and websites are not able to able to keep up. It is a confusing time especially when you are feeling sick and worried. I went to SignatureCare and I have to brag on Aaron Ortega and all the staff @ SignatureCare is Midland. They were each so nice and Aaron guided me though the whole process. 100% recommend SignatureCare in Midland !!!','2020-06-27 21:58:11.486000','2020-06-27 21:58:11.486000',5,'Belle Fitch','https://lh6.googleusercontent.com/-nINjlrzmEFQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckwKMucuZLnTzRyXSYFI0rqF0zAmQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29381),('AbFvOqmn2FQTxTOCmVjgxi3dGxhvE5D69_e4IQniSVEL6WIK3XQPyzuSx6kzLSAxbiIecDuJvgWFDg','Very clean and beautiful facility. The staff was very helpful and informative, truly appreciate every thing they did for my mom. Ashley s. at the front desk was very helpful and explain to me in detail everything about my moms insurance and how they would treat her. Both techs james and nanci b were excellent as they did ct scans and with the Iv. Alisha H my mom nurse was very nice and helpful made sure my mom was comfortable at all times and pain free and doctor Q. Henderson was excellent he was very attentive, informative and very professional. Highly recommended signature care emergency center. Thank you all for everything!','2019-06-17 20:08:51.405000','2019-06-17 20:08:51.405000',5,'janet solis','https://lh3.googleusercontent.com/a-/AOh14GhfI933HrQd_ms0wR4OpYqoTBN0PU0UagXnyEKGgw=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmN2ujGe08SJoPYmQKZvP4TUtcvO3H69nPoELMkHOjFMbT2-eEQ9xKPaVP9X46d7XloJWydBA','Fast care. Really great docs and staff. Much better than a trip to the ER.','2020-02-01 14:51:30.434000','2020-02-01 14:51:30.434000',5,'Clete Goetz','https://lh5.googleusercontent.com/-YS6W-gNAHbM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTRSLw4qO-a42ssRYJar8DlZGLjQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39145),('AbFvOqmn2ziJpPiVOri7yeXMZR6LKLYGX8YS0ickI0b9Jb9zPCq7wFYd_dNncYHMQQsLIAUXe0Jo','Amazing staff. Alexis was wonderful and helped us get my husband feeling better. Everyone we dealt with was super friendly and very helpful.','2017-09-09 23:56:24.191000','2017-09-09 23:56:24.191000',5,'Lauren Rhodes','https://lh3.googleusercontent.com/-eCaeAvEt5vg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnrE0R0x5bsKCxsSA5cWHkCGeDnIw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35386),('AbFvOqmn3BQpRsCeYrTltXfPJhOXBct9hCvhibYYY8Yc_rktLEe4F0wiKC3qxlX1Kcq9dDZJutiXaw','Great service and staff! Dr. Miller, Ashli W, Eric P. , Felicia D., Chelsey were very helpful!','2020-03-14 02:46:09.767000','2020-03-14 02:46:09.767000',5,'Shumaila Lakhani','https://lh3.googleusercontent.com/-C6c7ypvwG2M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm_WmygtGqufiLIEuhsxL85y0iNvw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35918),('AbFvOqmN3nz-aDdHELjSOQm6FhZ0GYNJcBrvDlxIaiJLZtF1d5yxE4gVwpmpnVSR2gqD5Mk-UWwfOg','Dr. Edwards\nRegistration: Carly\nNurse: Sarra\nRadiology: Tino\nEr tech: Olivia\n\nThanks for everything šŸ’‹','2020-02-03 06:32:33.952000','2020-02-03 06:32:33.952000',5,'Melody Santana','https://lh3.googleusercontent.com/a-/AOh14Ggslcqs33sZRmsp_dB_8wS4Bd0_p0yhkNW5Hn6Dmg=c0x00000000-cc-rp','12541597562633926366',28759),('AbFvOqmN3SKOOI3vZRVjbbiAXrttfeI77sK7elkRPuFNAsG9DnaP7sy-VId7FZVHrbXMhjmzd9gF','Loved the wonderful service amazing workers Josie,Vita,Dr.ttuerta,Heather,Emily,and Charles all wonderful people','2020-08-31 02:33:33.223000','2020-08-31 02:33:33.223000',5,'Serena Luna','https://lh4.googleusercontent.com/-My0JMa153cA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm4GrqBnsr-9EWCkT7wjAU_6To9Vg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29318),('AbFvOqmN5uw-yYtf5rzUd-rD1NYrHJyrBIPR8WXOrgzl2ZnJJrA6KXL-q_BB_QXOA-uD2YORRR4t','The staff was very friendly, short wait time to be seen and treated.','2018-09-13 19:18:25.008000','2018-09-13 19:18:25.008000',5,'Clementina Nunez','https://lh3.googleusercontent.com/a-/AOh14Gj6MNci8dG_h5Zy58itx-Xm2Og_qP34sYv7TmkzHw=c0x00000000-cc-rp-ba2','14567670160750071148',30729),('AbFvOqmN7CPWGYwwOUNxR7yxFOyJoRG3Co1ZBYtJ0MnL3QYGjTIT5VyvCgwYvYFqyPo4QREoUPmP4Q','Today was my second visit. Both times they did a good job minimizing time in the waiting room, allowing me to do paperwork in my car and calling me to come in when it was time. Georgia did my rapid covid test and was friendly and efficient.','2020-09-28 23:42:03.681000','2020-09-28 23:42:03.681000',5,'dianne johnson','https://lh3.googleusercontent.com/a-/AOh14Ghf9tacYFZmc-h2jX25Q6hZBE-4TStlnJv-Rob-=c0x00000000-cc-rp','14748677429039074158',31609),('AbFvOqmN7niXl4E8GDOo450KLZCV18JC0ZvFNI0bWHdetKeDW5ofEIpasjP3Zqfa_mCn1M7WDR7zFQ','Ekaterini and Gracie were great as well as the front desk. (:','2020-11-22 19:04:06.955000','2020-11-22 19:04:06.955000',5,'Boi __','https://lh3.googleusercontent.com/a-/AOh14Ghc8kJuEXKCF3MV4UFVXtX2nMDSYVLmW7oJdDv4=c0x00000000-cc-rp','16389487648212004696',32897),('AbFvOqmn8_ChfhL5cckmMA4T6K4hAiSdwxed41cH9ErchRefB4SAaEWYBVXd0YTEFZ_bigkY0TVEdQ',NULL,'2020-06-25 00:47:39.953000','2020-06-25 00:47:39.953000',5,'Adrian Ibarra','https://lh5.googleusercontent.com/-Yic2M9DblWc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckj8iMCghlvo5seWiTy22EGBNv6eQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37595),('AbFvOqmn8Jz1pPYf846CZooGXrq1sqgkiBA5v4ahUNGzBr1dKUmDBuu2ZPfufeEUTystBPB3wfDKGQ','The best emergency room ever !!! The front desk is awesome and staff on the back was super nice to us !!! Thank you šŸ™šŸ»','2020-08-15 01:42:57.866000','2020-08-15 01:42:57.866000',5,'Childrens Daycare#2','https://lh3.googleusercontent.com/a-/AOh14Gi8_rtqygWwb4VVCPGNtfLzvwo9mAVNNPtaCunc=c0x00000000-cc-rp','12541597562633926366',28567),('AbFvOqmN8NxMsV5A2_c6V3ElphtAPfXn-R-qHSqHST4tkfmIQUFJx3Ezyc46LyD3PKDk92MY76sI','Doesnt answer their phones','2020-02-28 18:15:26.232000','2020-02-28 18:15:26.232000',1,'Matthew Arrington','https://lh6.googleusercontent.com/-V08XndA_Hik/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnAmPQPl15_ZbiUiXJkSWUGWeclpg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34331),('AbFvOqmn9HIaROiKXN5TSJH1FN_DsVJINqnplnrQ9p95CiJGit2IXmVbjiXHd_MXf5vj2u4s_uJQ','This place is wonderful. Maya was very kind and friendly as soon as we walkes through the door. John came to help me out of the car with a bjg smile. Kristina came with a warm and friendly smile as well. Dr. Ortiz was amazing and ao friendly and down to earth. Thank you Signature Care dor treating me like a queen when I needes it.','2020-01-17 15:21:44.070000','2020-01-17 15:21:44.070000',5,'Marcia Johnson','https://lh4.googleusercontent.com/-TuL01VnJqNc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmwyw5LhgUnlk9bkI4SI27Jy0Ktvg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28813),('AbFvOqmn9N1zZ4QociHZEXfmLm5ON_kSe8wwqv3AVRmjcUPGTLwkYDRUlkiIyrxYPwaS5GSKyF18mg','Open 24/7 and Didn’t have to wait at all! Very helpful and knowledgeable staff. The facility is really nice too!','2020-01-26 03:18:38.369000','2020-01-26 03:18:38.369000',5,'Devin Herd','https://lh3.googleusercontent.com/a-/AOh14GjPBS-FN-B3ruWxkl6XeveDxkpGLKwSpIqC7YgQag=c0x00000000-cc-rp','16891069708558046635',35994),('AbFvOqmn9n5hH75B67thjdbTYvhwaSWp67am9zm4ybVHaJ0finZwq2NhSGH6PpZ5bXAu5SynQBN0DQ','SIGNATURE CARE EMERGENCY CENTER IS THE BEST .....So nice and clean ... I love how my doctors and nurses took care of me especially my nurse Catherine she was very caring and patient .\nMY NURSE:IRVING/CATHERINE\nER TECH:YASMINA\nREGISTRATION:VERONICA\nRADIOLOGY TECH: HOLLY','2020-01-26 05:05:54.272000','2020-01-26 05:05:54.272000',5,'Dayja Rockwell','https://lh4.googleusercontent.com/-ffaZy2AEpI4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucky-7ppiTvtysc4Xn9pmUGQ4XNomg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28780),('AbFvOqmn9NEGj2vL6b0vUKjVuFNdSOKyJbJA5WFlFRkVR8SzeQzdAoScIWWWZBwT9UOyQ2Q-woKwZw',NULL,'2020-12-18 22:07:36.827000','2020-12-18 22:07:36.827000',5,'Timothy Miller','https://lh5.googleusercontent.com/-gQDQMg_Rn9g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclPG_N7IqjvoEebjmSv6a9Yjv-RGg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39386),('AbFvOqmN9rzMzNkOs324aFEV7uUdR6iR6ZEmJE84SkH9BR4oxOPst64FB2xUlKxTaPlcHUGsbuBU','Dr. O’Malley, Nurse Alvean and Ms. Jocelyn were all extremely friendly and prompt with everything. The timing was fast and they made sure I left treated with wondering what was wrong with me. I definitely recommend this Emergency Room. And it was also very clean and they provide hot blankets.','2019-12-11 21:48:37.069000','2019-12-11 21:48:37.069000',5,'Mykhaela Ayshe','https://lh3.googleusercontent.com/a-/AOh14GgCsPfxDxqokBU6rv2Wt9SbTuQ9nfFQ0zIsIvy7QQ=c0x00000000-cc-rp','16389487648212004696',33611),('AbFvOqmNa0zhmm4nAIXEahpDq-C3dLnmY74vh9oROrl8ZG_pZuE-k-5w-i4m_H73XGLUkA','Dr das and Kevin have been a1 with through out my stay at signature care I will be back here for anything even tho i stay an hour away from here awesome keep up the great work','2020-11-03 20:20:16.000000','2020-11-03 20:20:16.000000',5,'Erik Rodarte','https://lh6.googleusercontent.com/-YxCYjBkNt-U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckZFXPmser1XXP8kBWTrlktpRQs1g/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31420),('AbFvOqmna3Ec4wJ4E7bt2GqZv4wl1PaXXAx4xayFkbo57liybjiF-SK-5_G5AN5tsmYwfv1AZSPq','Speedy check-in, and friendly staff. I was quickly attended too.','2020-12-29 02:09:32.027000','2020-12-29 02:09:32.027000',5,'Ivette Carbajal','https://lh3.googleusercontent.com/a-/AOh14GiH0TemDhU-Ec7ygPQ2JJtK3JuBNKw3j41jncIOqeA=c0x00000000-cc-rp','2077061009497551125',44063),('AbFvOqmNACeSa5oG_wx7gArir647iGQ3y019Bz7Gv5uhh4rLyI9Hibr5mSZPiS_sQelspiKSgjHvMw','Fast. Got tended to right away by staff friendlier than you’ll find in any doctor’s office. Lisa, Jose, Aaron, Leah, and Dr. Miller made a great team and took very good care of my family. I’ll be back.','2019-12-21 19:00:17.631000','2019-12-21 19:00:17.631000',5,'Brynden Rivers','https://lh6.googleusercontent.com/-b4B9Mj0I9T8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmKr2Wa0QDIVDk4IGMU85CJPjj86g/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29522),('AbFvOqmnbB273bZE4XyU6df75QhduSTM_qWGLlTcGXJFD0pAcogUc_1Y0LwN-tKm0XiUJDggZT7vaA','first the center was emaculate,very nice and very clean,the whole staff from the receptionist to dr hannan,to the nurses all were very caring,understanding,extremely professional,and well acquainted with patients needs.much better than most emergency rooms.definitely a big plus.','2018-07-24 04:04:45.428000','2018-07-24 04:04:45.428000',5,'Ghassan Ghalayini','https://lh4.googleusercontent.com/-l8T4DbF6Xqo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnmzi0HXirSHejZLUMLCIWbRQXKGA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32563),('AbFvOqmNbtuOCy9E351YeVegUmgjINur5LnxP_-ZaQyBw6KdusK4SpZc18U0qK9d7wCsMFUbRkDRjw','I was so thankful for how quickly I was seen. The staff was extremely kind and made sure that I felt comfortable.','2018-01-23 00:17:41.661000','2018-01-23 00:17:41.661000',5,'Magen Ross','https://lh3.googleusercontent.com/a-/AOh14Ghezvb2lyOjGa-u_ceqWcP1unQQkHvTOyQqXi0vnQ=c0x00000000-cc-rp','14567670160750071148',30891),('AbFvOqmNc80NbUBEXgNE1Bh_8B6O_k6y05uax_gsOaAMSGdRvs49lMp99GU21zrZWGdt1FYwSlCWXA','The staff was super nice, generous and very caring. I highly recommend this location. Brenda, Diane and Michelle did an amazing job of care. The female doctor was very sweet.','2021-01-23 05:48:19.571000','2021-01-23 05:48:19.571000',5,'Sabrina Torres','https://lh6.googleusercontent.com/-QUtdvF_EwJU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclqn6FKXFDRDrikwUwC4J4n1VGLmw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',44565),('AbFvOqmnCaELG7tox2LHFhB9hZt9E6w4dQ0GSOvJWSI1eBoaDjaSG1kLHvB0Jr9uCr13RIaqkJq7wA','Nurse Karen was really sweet and nice to talk to. Tech son le was good on explaining the prices of the cat scan and the process . Dr Allison was descriptive on explaining things. Register delicia was nice when we came in help us get the paper work in Spanish and made everything flow easy. I had an overall good experience fast and quick.','2019-10-20 20:44:04.796000','2019-10-20 20:44:04.796000',5,'Itzel Cruz','https://lh5.googleusercontent.com/-OJTUijtZFhg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnG6_TN9Sbc73U_XA0yoJtPUKauyA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42641),('AbFvOqmncPNccH4ewqdIlG7zvvRr7U9eXvF_lNMT3AJoILd3wS_DAk1vs7ZGGp8-3jWBRP7dTy7vgQ','Dr. O’Malley was awesome!!! Patty was very nice and friendly! Jerin and Maxeau were very helpful! I love this place!','2019-09-06 12:52:23.821000','2019-09-06 12:52:23.821000',5,'D BallZ','https://lh3.googleusercontent.com/a-/AOh14GhaWaU1iq5qihbRRO2I5JH4uaj67xm0aDw85Ex3pg=c0x00000000-cc-rp','16389487648212004696',33996),('AbFvOqmnCRZmZC1iSwfRIB3rTNCpkAJAhxJy8cnzmw7O-dP44EmXJl7OgmwjE-2JXNqKgsnpHPc-VA','Had a great experience here!! My sister was taken care of immediately!! Chris, Adam and Dr Jones were definitely knowledgeable about what my sister had!! First time here and would recommend this place to anyone!! 😊 Thank you!','2020-02-02 21:59:51.726000','2020-02-02 21:59:51.726000',5,'Deja Benson','https://lh5.googleusercontent.com/-TmgCbpbMu9M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnJVEffz28Abtdw5I2RKeWB3TgNiQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35982),('AbFvOqmNcvHdREk48dFgm-gt21TvzMNVbqoHeQgE4k4BjstjHxy6IMmTRatPVdSc_JAChzGKlTRy','Dr. Harjaj, Lindsay, Gabe, Cameron, and Becca were all very friendly and helpful. We were seen very quickly.','2019-07-10 06:02:18.232000','2019-07-10 06:02:18.232000',5,'Suzanna Cronyn','https://lh3.googleusercontent.com/a-/AOh14GjH4yA3onfxceTkL0AV33Q5FodpwCP0y5y3X8K7=c0x00000000-cc-rp','16590124370714063921',34771),('AbFvOqmnCzoa7TOU13cNpNdKhVPVCRFtjw6SwqFFCcooAr0fDxiQGHmUM9oUMbdUXAw3LwqJZt-A',NULL,'2019-01-30 03:17:24.080000','2019-01-30 03:17:24.080000',5,'rahul dubey','https://lh3.googleusercontent.com/a-/AOh14Ghy5Q9G6yWWVT5BSDjQpmjxdILnyfmEXXaSWhYXBg=c0x00000000-cc-rp','16891069708558046635',36288),('AbFvOqmNCZQl7k-_WNXKW17eWns6Rkbex16rE0wen19AaWKHg8zJTf6Lj8qREKDE1AsQyBZa6VSm','I had a wonderful experience today. I was feeling terrible but everyone was so comforting and nice. Liz, Cameron, Jacob and Dr. Kimball were attentive and helpful. They were so quick and it was amazing to not have to wait very long. Would highly recommend.','2019-05-01 15:12:04.134000','2019-05-01 15:12:04.134000',5,'Alice Richter','https://lh3.googleusercontent.com/-dQVCPd864gU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmfYFAtBLrbzQQC5kBnG2MxqwnBFA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34861),('AbFvOqmnD5m6X0Qv2ue7Ad_hyMu-E9ks96LYSLIYxMPjSmvprIMBW2-3MWD2R1AeD7ferpEMnJlA','Wonderful and speedy service! Tabitha, Thoresa, Ector, and Lisa took very good care of us and made sure we had everything we needed.','2020-01-23 21:50:54.129000','2020-01-23 21:50:54.129000',5,'Gabriella Valles','https://lh6.googleusercontent.com/-SPaha-OLljk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnapxgP4KNt3I8NkYJu2xVgm6ZT2w/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41497),('AbFvOqmNDj9ti5yREwJIzWNddbaaneXCkHCqNccGdqi2Yx7RBrROhdpIWe6OsrGyBTM98_5xRa-q',NULL,'2019-07-15 06:45:31.289000','2019-07-15 06:45:31.289000',4,'Veronica Montano','https://lh5.googleusercontent.com/-91nMDX0DYI8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDcpSLjzN1h-U4byiuESwYa4K-zw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41658),('AbFvOqmNEeE2UUFX3jmiZJCzZ5jIzbNy_rxI-bxsgxMTton6XihFy-wajvhjwBaDw5ZXGN2UupRL','Excellent costumer service-provided by , hayleigh DR. Golla and nurse reed were great, very helpful, kind and knows there stuff. Every one of them were super freiendly and could tell they care about there patients. Will definitely recommend all my JNS Fitness clients to them.','2018-07-19 20:05:22.036000','2018-07-19 20:05:22.036000',5,'Madiha Khan','https://lh4.googleusercontent.com/-nC4Fnxk7_xk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckTspALeHjErmq9--E54FoGXQQFhg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36930),('AbFvOqmnehXxdik-lWY85V1zTLW_9RBYp2LB16mvI9lxex0lmXaLzdNj2lb403DVGOTQCJDqFQsO','My name is Kemarrian Love i was very pleased on how well the nurse\'s take pride in their job. They interact very good with the patience. Small details like asking for blankets water stuff in that nature. You guys do things that big hospitals don\'t do. Take pride and confidence in what you do. Bigger and amazing blessings will come your way. Thanks Signature Care Emergency Center','2019-12-13 16:38:53.444000','2019-12-13 16:38:53.444000',5,'Kemarrian Love','https://lh6.googleusercontent.com/-pde1gc5SlJQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_s-RVqow4Dpep0xexOB3ZjSu_mA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39188),('AbFvOqmnelxjK90a4cGx2Al9rHFfanYnocbuDnnabzM7MbMrEaXg99dcRxFMhKMkTS_jRWtof2NQrg','I had a great experience at signature care with Anthony, RN, Natalie with tech, Dr. Vakey, J.R. With x ray and Angela with reg. Everyone was so nice and helpful, and there was no wait!','2019-01-22 00:03:55.434000','2019-01-22 00:03:55.434000',5,'Georgia Peyton','https://lh3.googleusercontent.com/a-/AOh14Gg1s4uFa7nVoKByY7vap4Bz1Y2NU0nW1rGKG2MTMw=c0x00000000-cc-rp','16590124370714063921',35039),('AbFvOqmneOvZCBuVNFk0FbPkZAwGw7KZVClkALmZ9VpAMQaMpXNkjrKlymuDS7gbOHBz60wtDMomwg','Great experience.. that staff was great there was no wait .. they got me seen very fast .. dr jolly was great and really fun .. also Kristina wAs very helpful and caring with my needs .. maya got my information and made sure I was seen very quickly .. GREAT staff .. love it here ..','2020-02-11 15:25:01.380000','2020-02-11 15:25:01.380000',5,'Taurus B','https://lh3.googleusercontent.com/a-/AOh14Gj7UTuAyrXXw5J3F0Dn8OEVhoiDUufgYRBq0Cng=c0x00000000-cc-rp','12541597562633926366',28736),('AbFvOqmnePqB3Ao3E-1KzC0kaxsDTijNVmmbZJB1A3LKV5tI4aTzqYt291Y6aHHVRRb64tLRkYojFw','I love it they are nice and I was comfy to talk to\nPatricia c and Jani w','2019-12-30 19:36:53.663000','2019-12-30 19:36:53.663000',5,'IT\'S ELIDA','https://lh3.googleusercontent.com/a-/AOh14GinMve6DeEmQYZfT9jUjAj9Ho6U75mkGZghLkIrSg=c0x00000000-cc-rp','16389487648212004696',33559),('AbFvOqmNf7zQmGG6HGh_bEPuKQHPtB1OwLhZst7pn1NQsGwGUaIR2hRXXYmAhSNJ14vNUrGUUAigGg','Genesis registered me in and she was very polite and helpful. Dr Cavazos was very quick and helped me immediately! Nurse Duke has conversations with me that helped me feel more comfortable along with the Rad Tech, Seale. All in all was a great, clean, and quick experience!','2019-12-11 15:39:56.063000','2019-12-11 15:39:56.063000',5,'Preslie Matusek','https://lh6.googleusercontent.com/--NS7ZJda9aA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucko3T16m8FmwXTHcXPKufcfc2L5vg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42555),('AbFvOqmnFe_QmvNMQk4_o6e4V_tSbH3nkzMR67kt8DMSIICVFERo04bE3mb-hmCWAx511nigEy31Mg','Experience was great. I was in and out very fast.','2019-02-21 17:21:20.983000','2019-02-21 17:21:20.983000',4,'Jonta Joubert','https://lh3.googleusercontent.com/-fqMo87XLAEQ/AAAAAAAAAAI/AAAAAAAAMGE/AMZuuckPrinL4pB_OW0agJlUbV8xB9hteQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmNFN9DecWdSf7ukRgRcxSMTui8cglaDBteyG_mEWA06EVVfW8kLLe777zYz2gCr_Rji8bnbg','i had a great experience. from the front desk until i checked out.. everyone was very nice and they were all great.','2020-10-09 03:24:16.608000','2020-10-09 03:24:16.608000',5,'Emilyn Verdinez','https://lh3.googleusercontent.com/a-/AOh14GjPSiFa4BWkwb0necBBC73vBFxxQkAuD6YvkAki4z8=c0x00000000-cc-rp','14904078213800803294',32241),('AbFvOqmNFOjednO5VkSO1GVgJR967RcXgZA1xhakBIgGxeaiweWYkfnOQOzW56R-tfJ699ae_MvE','Jennifer and Karly were very nice','2021-01-16 14:22:51.108000','2021-01-16 14:22:51.108000',5,'Matt Davis','https://lh3.googleusercontent.com/a-/AOh14Gjs5F8lD5Exq-cFvNv4sLecDs0Oua_W451j0tBY=c0x00000000-cc-rp','8626688543755174284',44708),('AbFvOqmnFSxxkeQHRdvX6eLIAuFfVsY52cCMvzFhZRyUAdafI-q682cWQttmBCcTZCfhGyj9gMf4',NULL,'2018-11-21 17:39:51.074000','2018-11-21 17:39:51.074000',5,'Chill Ray','https://lh3.googleusercontent.com/a-/AOh14GiVgbhOV2IVNhN0lk-3qow11grSNT6h3W_aQvBqWg=c0x00000000-cc-rp','17394740196501090048',36860),('AbFvOqmnFYPulPCy1IGTx9olIcY1lMEORMsjqOYaPSWnpw9gMShB6m4EcARObMjYwa_8zA8gkYAnuQ','I had a great experience with Dr. Vakey and Nurse Jacob! I took my sick friend in and they took great care of her. They were very attentive and efficient!','2019-10-22 16:04:26.405000','2019-10-22 16:04:26.405000',5,'Elise Yellitz','https://lh5.googleusercontent.com/-xmqeutu_wM8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclSFLum3bHFyodBKaNx3lOshSC1rA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34602),('AbFvOqmNgBYXAatDcvkJ1heuZVSHDtcm_Fe6ajwwjV8uQmeZx4QsloxeKaysVYZROzKyl3gkIlw1Cw','I had an amazing experience!! April was amazing and she really made me feel like I was at home. The staff are great and they answer all the questions I had !','2020-12-08 14:58:34.547000','2020-12-08 14:58:34.547000',5,'Jeannette Marquez','https://lh3.googleusercontent.com/-cEBexxAgzY0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclj2xeK-Hy4S72dmCMFALsEWtBA-g/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31288),('AbFvOqmNGotjuo3HXshZKiEPHGt81zSX-bvvgJx447Pdr12UUIXI0Q2iwlXJNHOay-lf84bg7PhAIw','Dr. Osiecki was awesome! Very personable and professional. Senaida and David were extremely kind and helpful!','2019-01-18 04:52:02.527000','2019-01-18 04:52:02.527000',5,'Nohely Sanchez','https://lh5.googleusercontent.com/-O615hsuldiY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck2CKzN8JQBhiekIygAbTlC0Gvs6A/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29940),('AbFvOqmnGReUVwEVvUmprZNZB6htxki2BfFZNNL37In99TCkAPI2ZNvOmjLvKrsS2OYG6lneggm7mQ',NULL,'2019-12-11 02:17:32.863000','2019-12-11 02:17:32.863000',5,'Taylor M','https://lh5.googleusercontent.com/-mjnglPQdNCU/AAAAAAAAAAI/AAAAAAAAADI/AMZuuclJk1RwRU87piiDLmotU_nTXVVmBA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29539),('AbFvOqmNHgbLu_dFXQu9nvVXx4RQO-g3hIGtVuaN0G6bYdbZuGsJV91vKeSIL0nMBjYgWwjHBqmm','They have great customer service. Ashley Burton did an awesome job answering my questions','2019-03-13 16:43:38.010000','2019-03-13 16:43:38.010000',5,'Casey McClain','https://lh4.googleusercontent.com/-Kzi3DoFv1fc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZMRFST6B1x_QR93AhkYB6n3RnEg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42121),('AbFvOqmNiBvjc9lZ6QwGaykejKREViLx5jcDsmTVsmv24q2QNGJIEtJD3fkBpenSbzcPJGNkbc73','Outstanding staffs!','2019-11-16 18:31:01.059000','2019-11-16 18:31:01.059000',5,'Breasia Green','https://lh3.googleusercontent.com/a-/AOh14Gi_Hd9oCQj-M5f4evNyUGktcMlEgbqCuMHMM-1UaJo=c0x00000000-cc-rp','16389487648212004696',33738),('AbFvOqmnIY_olq6vo-cRT7nLsJ-j6DH28ZD1j7i2V2LhIPyLqvJWwjCypcKBc_tHKg43w3-07bEX','Very quick and efficient care. The receptionist Patricia, the nurse Jose and Dr. Souman were all amazing. Everyone was nice and professional, one of the cleanest facilities I have visited.','2020-02-09 18:36:37.108000','2020-02-09 18:36:37.108000',4,'LaQunta Redd','https://lh3.googleusercontent.com/a-/AOh14Gg8lwgUdmFanExIHx7AdMxr-l94YP71hTkjkHMvWw=c0x00000000-cc-rp','16389487648212004696',33382),('AbFvOqmnj60wgsRKk1sRsCVT8z-mBVmtlMpWBrctcX9_68csRUGW-55vmClByFfmSyZiJWhl4EzSug',NULL,'2019-08-01 13:51:10.780000','2019-08-01 13:51:10.780000',5,'Me','https://lh3.googleusercontent.com/a-/AOh14GgSuI5SW65PfzQK9qzm2cf-uzq2_aPYqDmshrbhGw=c0x00000000-cc-rp','12541597562633926366',29067),('AbFvOqmNJFcFuI3A_zm9JE3Tkg_CZ2i6B_XSRhx71E6U-bXO8XQWKUHX1owJWOZgsYtXdU7oqk4R',NULL,'2020-09-18 16:29:50.039000','2020-09-18 16:29:50.039000',5,'Melanie Sheets','https://lh4.googleusercontent.com/-Afjgp0d4WLM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucndVWZRYLmx1tYbebRqOg4EjP9njA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39523),('AbFvOqmNJj9scjdTi8mPDY9uXZSGfJ5AJymPRAGY0hmGKRsKTcpV6i1FV8i2_RLyCJ4QecVtCipWkw','Excellent experience! Dr. Sajal Das and the nurses were so kind and very thorough. They truly cared about my problem and took excellent care of me.\n.','2020-10-13 19:13:40.301000','2020-10-13 19:13:40.301000',5,'AMANDA WILLOWS','https://lh3.googleusercontent.com/a-/AOh14Gj1TkcVUerOol7bRfQ-H7oVAkfSZQA5XltUYn3LFg=c0x00000000-cc-rp','8626688543755174284',41874),('AbFvOqmnJOAIxQ4m2d6EJGWGHiwAgDZVQkeLDImN3QMLmSH6IWhTJuWXqfxmhGJXtVF_eSjCXSlzHQ','Great staff Registration Ashley, Nurse Erica, and Tech Ashley K were great and made me feel very comfortable. Service was speedy and treatment was speedy as well. Great job and I\'ll definately be back for my urgent care needs.','2019-07-26 21:03:42.855000','2019-07-26 21:03:42.855000',5,'shaneika moore','https://lh5.googleusercontent.com/-qIv1PQ02Iz4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmL0adhoHeekqXeTr7BdgLujH077w/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42019),('AbFvOqmnJtU5eMV5lnaB-Iv-f6PdN5-MMkxQxInHpicLHEwQ-tbwiiXzFhp4IfqOwWArIpePbcb0CQ','I had a great experience at signature care in Texarkana. Dr.Henderson, Josh, Jacoya and Mandy were very polite and handled everything in a timely and professional manner','2020-12-29 20:04:37.835000','2020-12-29 20:04:37.835000',4,'Calistro Pequeno','https://lh3.googleusercontent.com/-7MZOwzLXJtA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclvXPRMd7vk6yNj3Wl7Pa5z_dJ2OA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44095),('AbFvOqmNJuZL2JNm_yNShwehhEVp3D5HzUa9x28HlcXCDGCrLd6CS_0Nwn2AcKKp06DgMzk1-f8fxw','I had a great visit reg Rashaad and Sunday was amazing. Dr hung, azizi and tech miss Fatima. Definitely will be back','2020-02-21 03:05:51.269000','2020-02-21 03:05:51.269000',5,'Francisca Nnabuo','https://lh6.googleusercontent.com/-5_qOP2ljacU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZCtNuednSJ7HuP_BvEPyBY2aoBg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36619),('AbFvOqmnkByboMMuckjzKHZvzggzMypQvWfONmsgsYjj1t2tKil18xYi-ugvHeQvEMVlPKHj7gMQ2Q','Horrible experience at their Stafford location. Worst ER or Urgent Care experience I have ever had. Go to this chain of urgent cares only if you want to die alone in a waiting room. You will not be seen by a doctor.\n\nWe have been here almost 5 hours and have only ā€œseenā€ the front desk lady, who is incredibly rude and condescending. Go somewhere else. We came here for the ā€œrapidā€ covid test....5 hours later, this has been anything but ā€œrapidā€. Horrific experience sitting outside in the Houston heat of summer.\n\nDo not come here for medical needs. Do not come here for covid tests. This place is awful. The people are awful.','2020-06-15 01:47:43.820000','2020-06-15 01:47:43.820000',1,'Michele Whitebread','https://lh3.googleusercontent.com/a-/AOh14Gjhhvc6vHtvMzlulgPtheyYr6I5W9E6AZDvOPaVhA=c0x00000000-cc-rp','16891069708558046635',35872),('AbFvOqmNKx4ec2bwLFtZAVYQFhmZZ_RrxB56vcnwoWIoro_2YT-jSHCMMiHaxjWd0sKCYVCnZ1ftyg','Very friendly staff. Carly made sure my check in and check out time wasn’t prolonged. Dr. Akunyili diagnosed me and prescribed me with the proper medications. My nurse Irving was funny and helpful in time of need.','2020-01-14 06:31:56.800000','2020-01-14 06:31:56.800000',5,'tyjanae smith','https://lh4.googleusercontent.com/-y7W4-MjiI68/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnmRe0EAnZXWCe8ZW8SMlKelxGiZw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28825),('AbFvOqmNLgy9MyRexy6kJbOkdYCkHB-SJRHumlif6UDfEAM2kTkwAn09q4vwdpsmgSFuL0BWgC9Eng',NULL,'2019-12-27 22:24:12.732000','2019-12-27 22:24:12.732000',5,'Keyla Lain','https://lh6.googleusercontent.com/-z-RZ5ZVVbAs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckrwl5agR0xjEhagrOOVW1cQChc5g/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36669),('AbFvOqmnLj1EMYTrGgxbsb2ssLit1VSYNV4Am0mflHIK39TkvGUxIIB4emf2LS7mLRfVnF0-NHm7Ng','Everyone was very nice and professional. I was seen promptly. The staff made sure U was comfortable and if I needed anything.','2020-12-24 03:54:21.593000','2020-12-24 03:54:21.593000',5,'amy stewart','https://lh3.googleusercontent.com/a-/AOh14GhWjyAIzwtij62DOLzXF0K4omfbTiMbI079r1IZTg=c0x00000000-cc-rp','2077061009497551125',43742),('AbFvOqmNlTnUwqK1CpI1CDBrj8QKjkxbAk7LiMHG7flIQn2hFyiikfkqFsn3tVof25mbYV3djTWN1w','Maya the receptionist was so nice and amazing! I was in and out quickly','2020-02-14 22:45:59.586000','2020-02-14 22:45:59.586000',5,'J Jordan','https://lh5.googleusercontent.com/-7N2qzzxISk8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmyD12XKytBB3nuzsSTA6S2qkbbLg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28720),('AbFvOqmnlUf4-In4kbXiMTHF79nR_8M4MMOebtQyAQvLhqDQMvLSWVM9dWiYMx7fR4leLVP6nlBycA','I had a Great and wonderful experience here! With the help of Pete and Shana I would recommend anyone coming here to feel welcomed and taken care of!!!','2019-07-22 17:20:28.446000','2019-07-22 17:20:28.446000',5,'Spencer Dunning jr','https://lh4.googleusercontent.com/-xmYs2Vr48kc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6YBGBeIAoLVJ7iMIrEt8pGMg8eQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41649),('AbFvOqmnLukSl4p8YbMMBZrrfEwD7BhutvSCibFyRADOnjajLeE2txAu7jwAt9JDwhsZ7kY68hvhNQ','Dr. Das treated me very well and was very kind and attentive. I walked out of there already feeling much better!','2020-08-14 13:10:00.313000','2020-08-14 13:10:00.313000',5,'Emily Wallace','https://lh6.googleusercontent.com/-DVYW8nBICq4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmKPhmj9w-FV5Ab36YkIolz70WH6A/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31764),('AbFvOqmNM9ajrcN3P_zDSv_hkhl4UwRTakruCSFDd1w5cYIHElwylwDoXnaS2M0uXUNFd_XpIBZ8ng','Signature Care has a great staff that is very professional and prompt! The staff made my short stay as comfortable as possible.Dr. Kotey was very kind and caring. Wendy was very attentive along with Al, Emily, Down and Zineids. The hospital was very busy but stayed on top of things thanks guys!','2020-01-15 01:05:52.861000','2020-01-15 01:05:52.861000',5,'Sadie Alanis','https://lh3.googleusercontent.com/a-/AOh14GgUNQN2-nLC16IW_uIPlaxHhRNT2DeathLwCCHF=c0x00000000-cc-rp','17394740196501090048',36655),('AbFvOqmNmTfGZSx7qtCaJbyNxG4NNoOikEWGLShgceWwu08N-ZaZGbnCLgJ4q4gMun6JdZAXgpzcYw',NULL,'2019-03-22 21:27:49.832000','2019-03-22 21:27:49.832000',5,'Kathy Carroll','https://lh4.googleusercontent.com/-ZyryfEdCBcM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclEJH-nc9NGKpv2p07uCnBvp2uMFg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39893),('AbFvOqmNNN91ExxmlevVFuByoqwcFnaTt-xNQfo1HQaJgWm2IAR6hR0eXSoRKDS1Hc5lgTClvH77Og','Farzad Soleimani, MD was a very judgemental doctor based on my $10,000 worth of tattoos all over my body because I\'m a musician. He told the receptionist to not even put me in the system and said \"I won\'t charge you for the visit.\" simply because he refused to help me with my inner and outer ear infection and blown ear drum. It\'s very unprofessional and sad to see doctors have walls up like that. The blonde nurse kept trying to whisper things to him too. They should be reevaluated to refuse to help a patient in serious pain, infact I think he took an oath as a doctor to help heal people.','2017-09-22 02:43:58.277000','2017-09-22 02:43:58.277000',1,'Reid Kuzma','https://lh3.googleusercontent.com/a-/AOh14Gg9b2zdWvFU5p5KNG2dp3XTGoLLzqaTuyXeg5-z=c0x00000000-cc-rp','8679688254631342173',42766),('AbFvOqmNnqgQIEiv3ljK_jZSa0q06dONVlX29CqdntUIRv6SokpJreG0nZP2ZVwkkKjwZ6GqWneEVg','Thank you to an amazing team that took top notch care of my Gram! As a retired nurse she absolutely hates going to ER but you all definitely made her feel relaxed and loved. From Natasha’s helpful and welcoming attitude up front, Amy and Mike checking in on her frequently to make sure she wasn’t in pain or didn’t need anything, Thai’s helpfulness and care with her X-ray, and finally Dr Hemerka—thank you for making her feel as a VIP patient and not just another number! The entire team made her visit an amazing experience and she sang all of your praises the whole way home...keep up the amazing work!','2019-12-13 13:40:57.610000','2019-12-13 13:40:57.610000',5,'Angela Stover','https://lh3.googleusercontent.com/-BmCLwbMUDvQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl4YsvfF6oqmCnL7uLeKRbBvfxScw/c0x00000000-cc-rp-ba3/photo.jpg','2694018788013845459',39189),('AbFvOqmNNrONSioFwfgjj_n7PZ1NHD0goy4sogkZaipVFnw8DzFPGzyoVaNUndDarBUe2fS3qd2O','SignatureCare Emergency Center is exceptional. This is coming from a nurse of 30+ years and I\'ve seen a lot of bad care. They are respectful, fast at getting your problem treated, and you are treated like a family member.','2020-12-21 05:25:31.942000','2020-12-21 05:25:31.942000',5,'Paige Schock','https://lh3.googleusercontent.com/a-/AOh14GgZBQf7mbv-g4php-EvFxc5RU2tWRpzO9BMTXpNcg=c0x00000000-cc-rp','14904078213800803294',32127),('AbFvOqmnns-myT9NpenTYdM62gGB-lGl3mAUGnqDecxWAwklJ2FtG2HqeGWUyoUJk5dmQCwhUD1itQ','Dr.O’malley ,nurse Alvean ,radiology Shazia Er tech Olivia and registration Patricia made this experience for me a breeze and a lot quicker than hospitals.','2019-12-01 21:50:27.748000','2019-12-01 21:50:27.748000',5,'Nicol Ed','https://lh3.googleusercontent.com/-x0ZPCnT_wJY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnOaNmzZ-BqneYvE1Nik3MqNorppw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33647),('AbFvOqmNnWotjzo2wNCHEZvendQpHdYOhPFfjfXHtyrpSwcHsyUeTuEpPqCyUIMe3pWzMtNVfhUQKQ','Jessica S was very kind and helpful. I was in and out very quickly.','2020-07-21 11:52:40.773000','2020-07-21 11:52:40.773000',5,'Arturo Duran','https://lh4.googleusercontent.com/-LWaWFhSLqa8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck5XEtLRXZfog6tIVeRK5spzbqxFg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31899),('AbFvOqmNNXMe8NPzR9SAV-Yte8TqxzV01_chFgndwPq-lJuKyD-jvDnCvdbeK4dobo6mup5WvUjnAQ',NULL,'2020-10-30 16:59:39.643000','2020-10-30 16:59:39.643000',5,'Tim Kutas','https://lh3.googleusercontent.com/a-/AOh14GiwTkixS7MSwYnFlJUeVct3eHAcOrweQy2_cREy=c0x00000000-cc-rp','14748677429039074158',31445),('AbFvOqmnO6Ct0b8X5I6FqCXRFecdHxRfTVKLgkH2nvenRd0FUq2b0kBcjnbFgOAShR8VJ_BUJxyJ','Was helped by Dr Singla, Dustin, Ricardo, and Nicole G. They were awesome!','2020-02-06 01:23:41.203000','2020-02-06 01:23:41.203000',5,'EMMAEZ LOPEZ','https://lh6.googleusercontent.com/-09VIHZB8sb4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnB1_53-Z8xQzdABkS16UJ8If4Iww/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30268),('AbFvOqmnO7wc1PRZLN7DcYcaCsyFX9FpdYJVLBllMXgo2v6iqs39smKqdceJ7cXpo5OMIL8ppGOIHQ','Thank you Valory, John, Kim and Crystal for the great caring service!','2020-12-14 19:31:00.410000','2020-12-14 19:31:00.410000',5,'Faby Ruiz','https://lh6.googleusercontent.com/-QCAN5711LVU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3ZKm09HqHAQWFFxErRYRvKE6XLA/c0x00000000-cc-rp/photo.jpg','15979470999169074295',32820),('AbFvOqmnOcMcUqsdvWYt0h3QAqofnw2ZGkznhzw9Dnt1lmMYJk62fg7vjvnCFs8HXeipnSmHvbTpgQ','Cat and Stephanie both made our visit very comfortable - not only for me, but my son as well. Thank you ladies for your patience and being so sweet! (:','2018-11-03 14:41:09.500000','2018-11-03 14:41:09.500000',5,'Keera Walton','https://lh3.googleusercontent.com/a-/AOh14GiZCjXX914lZptRbVbqwkeOlj9SaNWI0GCTCKDj=c0x00000000-cc-rp','16590124370714063921',35125),('AbFvOqmnOPfOtAfb75NP1zfpj007MWXiSECw4Jtewb0F_Uz8G_LomNwKpGNTRiRjAyE4-zNQQsVP','Thank you to Sarah and Tanishia for your help. Everyone was amazing! Thanks again.','2019-11-01 05:07:06.190000','2019-11-01 05:07:06.190000',5,'David Herrera','https://lh4.googleusercontent.com/-hxjDcl_yAcs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmoast8PARn4jLb2PfXkSjy3DH9vQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37914),('AbFvOqmnPcxv65BocQVouQrBgZlY0MAkVw8lCr3wO7BqntJpSkJA56RJwxotHBTw1Iay-VM9MGSvAg','Marty, Andrew, Dr. Leung, Adam, Christina K, & Cristina C were all VERY helpful. I’m very new to the area & came in with a very bad sore throat & was greeted with warm hospitality & smiles all eager to help me. The warm blanket was also a major plus! Clean facility, fast & efficient service as well. Got me in & out very quickly!','2019-11-05 17:04:53.984000','2019-11-05 17:04:53.984000',5,'Kaci Hansen','https://lh3.googleusercontent.com/a-/AOh14GgJ-g4bcT39_PaZuYrhtvHqyG8ulpJwMY9EkPqoQA=c0x00000000-cc-rp','16891069708558046635',36087),('AbFvOqmNpkGZ5NXQVNGH99rBMyUqVyRUNr2jJVBtZkG3Aeqx-hP_zpOubdGtPGOsX35vwFiYpo7u','Very quick and kind. Had warm blankets if you get cold and refreshments and TVs for while you wait for results!','2019-06-17 08:35:22.579000','2019-06-17 08:35:22.579000',5,'Ethan Ohl','https://lh4.googleusercontent.com/--X4d7vISyQM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6I4EIwGCC2L1SGgmjBzkYPIFrTw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39326),('AbFvOqmnPU_zpK2J_TXz5tO3m59rvdi15o-lp9UXg8tSjXghCBsdi8ooRlEbpqbPi5RPczQdoSB8sg','Gabe (RN) was extremely informative and helpful :-)','2018-04-04 06:38:19.790000','2018-04-04 06:38:19.790000',5,'William Patterson','https://lh3.googleusercontent.com/a-/AOh14GjEgb4bIcfjg6p8QNycJcR3eSBIK4IDY4LMZgqKzQ=c0x00000000-cc-rp','16590124370714063921',35292),('AbFvOqmNpxzEDzYaWzZUKGqU7lVJtsk_ahnn94NXDUK2_IWmh3U3HDOHL_IzcBCUoXkcjrjmCGGB','Don’t even think about coming here for a covid test. I couldn’t book online because there was no option to do so. Therefore I drove to their location and was given the ā€œsorry but we are booked for the next 3 daysā€ spiel. Yes I understand that their is a high demand for testing, but my advice is to find a more reliable testing center that is more straightforward with their availability.','2020-06-26 03:01:02.078000','2020-06-26 03:01:02.078000',1,'Rigo Guerrero','https://lh3.googleusercontent.com/-ghqaTH260MM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl5DZ05PAiIaphzwAccHeTQcnP_Lw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32062),('AbFvOqmnQ14HsCEnFb_uAApzK-m2YwB549-BONYhyXsBvXbCMCzKGwchAil3vdOTvXGw4-Z6GF2dUQ','Always fast service and friendly people. Thank you Lisa H. & Jaime & Savannah.','2019-07-29 13:09:53.645000','2019-07-29 13:09:53.645000',5,'Patricia Chagolla','https://lh4.googleusercontent.com/-GdyoSbXK9rE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnq5dgUveYLgq_KS7mAJekpNK1v3Q/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29720),('AbFvOqmnqBSgL7OapeP4_a2xIEHRE2Z9COoq90cnfzoHYdJk8Ae4SqNGXmsnWuavBv5faveGnjs',NULL,'2019-01-22 01:36:59.002000','2019-01-22 01:36:59.002000',5,'Drew McCulley','https://lh5.googleusercontent.com/-0trB1HYjvXc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm6uE0tj1Qm2qmnuzJ0UcsIXp4gyw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29934),('AbFvOqmNqC0AThCbuQOxbJQ9jJbOVtSYINcP8uH0v0JU-JNWozAEglwuquFIvPaJ18lmPWeoAd-cLQ',NULL,'2019-03-27 21:57:08.816000','2019-03-27 21:57:08.816000',5,'Vu Ngo','https://lh3.googleusercontent.com/-t23RQ3QKECE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucniOXcBveD4STya8G2KADtukHYS_A/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36803),('AbFvOqmnQStyxlrgKDkm5bz34o655lKrYIo9XFgkfjMYc-a4UoOnKuVYv3YklCGFfTdj3F6H0DmV4w','The staff and nurses were great here! They were able to get me in and out quickly without making it feel like we were all in a rush.','2020-12-02 22:28:26.274000','2020-12-02 22:28:26.274000',5,'Hannah Sexton','https://lh3.googleusercontent.com/a-/AOh14GgvS8biRdFzmcjxdODdSC4RIcK9EC65OWYtc4PVbw=c0x00000000-cc-rp','3511292162159714121',40032),('AbFvOqmNR70r9VXiRaeUMZC7Y-jlsg7GOBXVzUGBw57crE5UtQdrWtFJ_tQTi-DSl1mIQzNBRSHsvA','Mercy met us at the desk with a smile and all the help we needed. Being out of town made us feel right at home. Excellent care- thanks so much!!','2017-03-30 20:50:42.837000','2017-03-30 20:50:42.837000',5,'Debra Maytubby','https://lh4.googleusercontent.com/-yYWJHeSWI6I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckKmkSNhy7WiFIxpqJuab8YLSUDfg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32699),('AbFvOqmnRAwfzxTLRHbhqPPk8NN6pK-TI7E0G3qXyqVVLT99XtSd4NS4qC4WHVsiKDcfHInXsp8ByA','This is by far the best ER ever the staff is friendly and quick I recommend this place to everybody.','2019-12-01 22:52:10.497000','2019-12-01 22:52:10.497000',5,'Tissa White','https://lh3.googleusercontent.com/a-/AOh14GiZ8n492LT17v_K8B19kirZOakzIhQ99bDtiOQsMQ=c0x00000000-cc-rp','2694018788013845459',39195),('AbFvOqmNRcTUJ2I6TJhSDA3Z85pMpwuYwRKetDjqjT8wrpR2UXNXp4-9_5UKndlQgBN5wQXf8-nQsA','My friend came for stitches and Natalie and Dr.Vakey made our experience great!','2018-10-29 02:45:40.955000','2018-10-29 02:45:40.955000',5,'Vanessa Vozza','https://lh3.googleusercontent.com/a-/AOh14GgMRzbkRf7RDzf7iuNlrNcR-PVpPxUTHU7rSVB3=c0x00000000-cc-rp','16590124370714063921',35137),('AbFvOqmNrDoXUVV7iYMo8PQONWCq-RQdwwhfPxvB4K4A0ZKp2e9FSB1eSQK7wFMvU3MkeO6r-YrB4Q',NULL,'2019-11-25 16:15:11.634000','2019-11-25 16:15:11.634000',5,'Maggie Martinez','https://lh5.googleusercontent.com/-_VeIVhKlYKo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckU24qNvY2Vgt_zcfYboE7vyowKZw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33689),('AbFvOqmnryKzosCvwyrFYugsgHQrGy1VPzTidLkwhgVt8g_d-HPFJ0_1V5iZt9EIaNRQT7wnYPD2','My visit was very pleasant. Nurse Vivienne was so sweet & professional. Dr. Miller was very informative and make me feel very comfortable. I’d definitely recommend anyone to come here for treatment.','2020-01-13 19:58:04.179000','2020-01-13 19:58:04.179000',5,'Pawel Lindsey','https://lh4.googleusercontent.com/-V7glYCndz4U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3nuUZQEcNV9OgzKns2UxuckRhJA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30343),('AbFvOqmns6qrOcPt-rb2hNm9UM7afJUwV0tzZXMDui8J1apkeLgZErlVEZ7TMMT0vzX09cTCmIRkbg','Always an enjoyable experience with them!','2019-05-23 17:10:58.024000','2019-05-23 17:10:58.024000',5,'Shelby Huggins','https://lh5.googleusercontent.com/-lEmHyrC7kjo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmFdgyfvC8wuaaD_ma9GniKoHiJ9g/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39866),('AbFvOqmNsKu5i5sSMMPicosk5Z_KCSU4itw0ud0HtoYieUC3HydqtCUrJiY7gkAlXWiH6uqqm86T8w','2.6.18 Dr. Rose, Adam, Linda, Ian, Shelly, and others I may miss: these people are remarkable! They are passionate about a most vital and demanding field. They are priceless!','2018-02-06 17:57:23.124000','2018-02-06 17:57:23.124000',5,'Nan Riley','https://lh3.googleusercontent.com/a-/AOh14GgaPylOFKYAE_IFW1_f9q64CVahXPh-NmMXJHZdRA=c0x00000000-cc-rp','16891069708558046635',36436),('AbFvOqmnSsdPGaQyMk3tNHut5p3dRZWN5iyZJXU1r6thzhFjqnE74XxnI2dRMsUAQ-6W8HkFrxW6','I would recommend Signature Care to anyone. It was a great experience and all the staff were very polite and caring.','2020-02-14 17:26:35.107000','2020-02-14 17:26:35.107000',5,'Bradley Miller','https://lh4.googleusercontent.com/-ephT5nMHevI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmg8DOpMgpJo9rGpRmyD-I62wD1cQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39632),('AbFvOqmNSXbA5NtTjdOD1_CWvy0L0GONpuE8uMoFmMYesXA9k-arL0KfD0EK538kbxvfVinJ8gEk','\"GREAT STAFF\"...Dr. Lindsay, James my RN šŸ˜Šā¤\' Amy 😁. I highly recommend SignatureCare Emergency Center The Heights.','2019-03-13 18:45:06.100000','2019-03-13 18:45:06.100000',5,'Deborah Batts','https://lh3.googleusercontent.com/a-/AOh14GjMO3yRlx-GBAxTjAEin-aiQ6dfJ4xwHZwJ9SQJSzM=c0x00000000-cc-rp','14567670160750071148',30584),('AbFvOqmnt-T0d7j6uTX5uLyZKu1lP7f2QDJYyi2fgCiXqUXqPnNr7Bvsq32_ILBoJWT8r_UzMQOc6g',NULL,'2019-03-27 05:32:36.351000','2019-03-27 05:32:36.351000',5,'Kenji Fujioka','https://lh3.googleusercontent.com/a-/AOh14Gj1veRdHB8Is-_K_tgsgeW-TIbILhdrWJMCBu0zLg=c0x00000000-cc-rp','3272657195432704501',39889),('AbFvOqmNt4nzdEqCUcziiH77rHnmkKzPrPK2YwG9FWEegGj13oYXgLPnKL-GoC0dUW9bXeWUlxh4fg','The staff was friendly and I did not have to wait too long when I came in with a group of people. Would recommend if someone is need of care.','2021-01-16 00:02:14.382000','2021-01-16 00:02:14.382000',5,'Will Heye','https://lh3.googleusercontent.com/a-/AOh14Gh5gVAoMgmEkpmqE6bghbJNNhosSWsUWSem2oXviTI=c0x00000000-cc-rp','16590124370714063921',44518),('AbFvOqmNt9i-YK3iCr8a0o0RFJmlgaSdvQ4ZoAoBmgrKjWKI3kJNiPZYmThoJ_qshyShAfRC4c4zLw','Quick and prompt. Took me no time to be seen and everyone was friendly and warm. Definitely will recommend.','2020-11-25 17:17:36.783000','2020-11-25 17:17:36.783000',5,'Brianna Hall','https://lh3.googleusercontent.com/-0e6nHEFbVao/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn0DkTkMn1DOpfaDEccmQXhHnZOBA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32881),('AbFvOqmNTOCa5J7LnriyGW48dG074gdjRHndrUHnD1MtrNMBjkaWRQWkgZ6TrZRC_UDnZed5VXrjEA','They made me feel relaxed and confident about my care. The wait time wasn\'t to bad.','2020-09-24 15:47:58.538000','2020-09-24 15:47:58.538000',5,'XD grimreaper','https://lh6.googleusercontent.com/-7C67vKcdeE0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckmtsYeAyy_33nKUh8dnts_reafMw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39515),('AbFvOqmnUQRb86GgN-ZALxQ-ue8lHsB5ACdUvjYlnSRGD4qtlic9DFqPx_k3-sOPV28f_qXqyxIQ','Came to get stitches and my stitches removed. Everything was nice and clean! Great staff !! And great service','2019-07-03 15:19:29.038000','2019-07-03 15:19:29.038000',5,'Angela Mejia','https://lh6.googleusercontent.com/-YYtQhtD5njM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZFeW7gt6SXr498lL_Rhczyn2RRA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38115),('AbFvOqmnuy0w10yUC7R-YEhA5vUlSRrYW0W6Ba1a6Yzqvbx9HLLn4_TQpV1LJEfqI5rua6adyP5U_A','Staff was very nice brought my mother in law in to get check out for sinus infection. Dalal an sam no question asked check her in fast .. the nurses an doctor very attentive with her needs she left very happy at peace','2020-11-12 01:51:39.071000','2020-11-12 01:51:39.071000',5,'natalie gamez','https://lh3.googleusercontent.com/a-/AOh14Gj62zkv5AEshKy9yIWeov2f2BIChPSlywr5K-jKJQ=c0x00000000-cc-rp','14567670160750071148',30019),('AbFvOqmnV2T7AOmkIqpDE9e0OxCtR4wFj_ATo32uQQ_TDRA1EhEATEKc35KvcqsNkeur-IuD8mqjxw','I had a really good experience here with Dr.omalley and Alvean chanell they helped me with a really painful cyst and im grateful for chossing this place !!😁😁','2020-01-22 00:09:15.471000','2020-01-22 00:09:15.471000',5,'I Dizzy','https://lh3.googleusercontent.com/a-/AOh14GhVXSCywAunvfuUA2ysTSgPoM38xIs7G3nhtq0=c0x00000000-cc-rp','16389487648212004696',33471),('AbFvOqmnVDDrh0XLp6nnMF6_F9g_0Z6dzriRN5ir9NOj8PM7q2-N_hYxdeKznM-aURqfUIRfAzjiOA','Came in with major congestion and a painful throat that felt like it was on fire while being pregnant. Every one of the staff, Dr. DeWaal, Nurse Christina, ER tech, registration admin were extremely professional, courteous and managed my care with excellent service. All my concerns were addressed and were given a followup course of action. This is what a great ER should be like. Thank you for taking care of me!','2019-08-17 17:45:10.675000','2019-08-17 17:45:10.675000',5,'sophia ou','https://lh3.googleusercontent.com/a-/AOh14GghqKYlUQYi_haV3vegbVTJvSsyXwN2wce3XVhl00E=c0x00000000-cc-rp','16891069708558046635',36146),('AbFvOqmNvPalLU8SeNXcx_Ywff1x0fDmuEnf-5xMGlCPDg7gMlBnbNiDwdbzR4NNzN3W5ZwuN8lpbQ','Awesome staff! Thank you Jocelyn, Alvean, Marcus, Jordan, and Dr. Dang! You all were very friendly and helpful. Great service.','2020-03-16 12:53:44.552000','2020-03-16 12:53:44.552000',5,'Myeesha Williams','https://lh4.googleusercontent.com/-Jgk8HrffUxg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnFYNK4P1vfrowK6OE6SzpMuPBRtw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33259),('AbFvOqmnW-7hmb8yE_qeOMbKqPagOZteCrRjZIUgBNxBz2_gNDnv650zhOisrEmu0kAA7y5MmOmegw',NULL,'2020-12-26 23:56:51.938000','2020-12-26 23:56:51.938000',5,'Kymberly Sheppard','https://lh5.googleusercontent.com/-l9kfNqEKQjQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnrAN9ti5eqY1IMWQgKJNhZNfM6Tg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43828),('AbFvOqmnw-XpwfS8KiL85MJjNtmocQaTYi366wJ5LGfpj0ZToohFEjyNK7TRSPasuAt769EdXw8vGg','(Translated by Google) Dr. O\'Malley\nAlvean\nClarissa\n\n(Original)\nDr. O’Malley\nAlvean\nClarissa','2020-10-08 19:31:42.573000','2020-10-08 19:31:42.573000',5,'Staphanie Larkin','https://lh6.googleusercontent.com/-sTu4PT2MBKU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmHKfmpCWRoI4c3sbXNgFpK-KFwoA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33169),('AbFvOqmNWexWcsL2WzG0ab_r6Ho62LEhJ-oZO98Nv1Isw4dPA2h7RVxjPIzk_8ha_oRY6gA8wgG3',NULL,'2020-09-28 00:32:23.224000','2020-09-28 00:32:23.224000',5,'Carla Samarripas','https://lh3.googleusercontent.com/a-/AOh14Gjver6BAtnfzg3Gf131pDuouFKWiJM7zbj3fs88=c0x00000000-cc-rp','2077061009497551125',38514),('AbFvOqmnwGtbznYeJysbJirxBNssuimMM5XkVWphVdt6VU44QOXy2byaAoTheMBGyq3SNKsvABopKg','Staff is super nice and very helpful!','2020-01-13 16:07:10.202000','2020-01-13 16:07:10.202000',5,'Brianna Stanzione','https://lh3.googleusercontent.com/a-/AOh14GjD9xsaNKFWTdrhQVidIbNllZpZq9JUcPfByF8aag=c0x00000000-cc-rp','16590124370714063921',34451),('AbFvOqmnwlWGqaSpUEi6pW8ZUU6cuJr1ceJW0DJuIu4NHecrWC9vgTEpRjFq-VhS4WATYCrUn5Z_xA','Deanna in registration, ER tech Jonathan, RN Dana, RAD Tech Hioan and the whole team was so nice and very quick with testing/making sure I was okay!','2020-11-04 23:42:00.255000','2020-11-04 23:42:00.255000',5,'Valeria Barrios','https://lh3.googleusercontent.com/a-/AOh14GgLuBA0R3e9GJ8k0nI3pbk6sgPOpn97HD1U4SMF=c0x00000000-cc-rp','14904078213800803294',32168),('AbFvOqmnx7cE2xEQg0Nrcs3TqS3SAf14pInGnwiPGuFGVZbhApLXyrCiXoRTnpPvyoFSPDQCcwVO','Dr Henderson was a very nice and a good doctor. And the nurse Sarah G was very kind and helpful, the registration was very fast and I totally recommend this er','2020-01-03 01:28:04.475000','2020-01-03 01:28:04.475000',5,'Minerva Morgan','https://lh3.googleusercontent.com/a-/AOh14GjFRl-EvR9LsLUGzHZjGlXotIiBpiLU1A7N97zHyA=c0x00000000-cc-rp','17898197009688164559',37763),('AbFvOqmNxGKPTxMfC4k4SpIreGbcJgRyZvCb07EhSGubYtWtFUoeKUpZjKwZggZmWNtSBzqzh6oXyQ','Dr. DING was quick and very nice. Amy was very sweet and Joseph is kind and informative.','2019-04-27 13:23:33.548000','2019-04-27 13:23:33.548000',5,'Albred Carroll','https://lh6.googleusercontent.com/-uSqYaoc-0us/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnr_jjsNw8hrasbJ9hkn_JWOJd7Fg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40591),('AbFvOqmnXZQpmYb5BEDutXlzFZVycwRUGId0x_yCFPXQPEj68apmwuq1tYJ0_f2kB-lHMtjx09650g','The quality of service at Signature Care is very good. Rebecca at the front desk was extremely helpful and efficient. I was seen right away by Dr. Kimball, he ensured that I understood everything that was going on and made sure I was always comfortable. My nurse Cat was extremely helpful in getting me what I needed as well as very nice and welcoming. Patrick and Stephanie were also very helpful in checking in on me and keeping me updated throughout my visit. Overall, I would definitely go back there for future visits, I was treated right away, everyone was fast and efficient, and it was a very welcoming atmosphere!','2020-03-05 14:31:16.407000','2020-03-05 14:31:16.407000',5,'Kelley White','https://lh6.googleusercontent.com/-mTeeG1Y0LTw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnIT8QFuzehhg1IxheA5WIxyurwRA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34322),('AbFvOqmNY46hGQqIr-QmgO6qFl2XANXYalRh1PwOXmcT7PygpZ6PQLNvFVUmcQVPA0Q1SEztV76K','Georgia was so nice! Very quick, personable and thoughtful. šŸ™‚','2020-11-20 21:29:49.018000','2020-11-20 21:29:49.018000',5,'Michelle Cope','https://lh3.googleusercontent.com/a-/AOh14GiVt-sMOBKc-58j62ar5Qet3TbRmoJ28alH7VBJ=c0x00000000-cc-rp','14748677429039074158',31329),('AbFvOqmnY9EVJsEdrYCn4vb0EqMT9HPhda2hcQK28k1vCHwUTDf6pr1p2t79Swja7YIsHpXzix1EJQ','DR O\'Malley Alvean Clarissa\nShowed Amazing patient services. Friendly and detailed','2020-08-15 21:16:29.532000','2020-08-15 21:16:29.532000',5,'linda cavazos','https://lh5.googleusercontent.com/-cjkYVsTZ0WQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHdV_mFrv6XogKy0ySAls8KNuGeQ/c0x00000000-cc-rp-ba2/photo.jpg','16389487648212004696',33191),('AbFvOqmNYICI55e-eUp5n7HR6J981C4M1z1LjswFrRcBY_J3V7mF-d7qPT8NX2InPsLe36SohIDCfQ','In the last week. It\'s never fun when you don\'t feel well when you are traveling away from home. While in Houston for business, I had a medical issue come up that needed immediate attention, I went to SignatureCare in the Heights last week and the entire team made my visit more comfortable and quickly worked together to find the problem. I was seen immediately and got first class care. From the front desk to the nurses, radiology team to Dr. Sylvester, my visit last week was handled impeccably well. I would highly recommend SignatureCare to anyone that needs immediate medical care.','2017-07-23 02:17:50.595000','2017-07-23 02:17:50.595000',5,'Cathy Leritz','https://lh3.googleusercontent.com/a-/AOh14GhP512mzIDQFJOi9pkz2uPMzBLSCx2whYM5BsQ9uA=c0x00000000-cc-rp','14567670160750071148',31003),('AbFvOqmNyJ6Y3fXRM-uQV7hFn3-ilLvbb3xr0vCAXiHjed7XCGhZ1BHhSSP39vMKjO_Znjv47TWkGw','You guys seriously need to update or improve the automated message when someone calls your facility!\nThere is only one option to select just for the automated message to re-tell it to you again! That option is to speak with someone. DECEIVED! I’m in need to speak with someone over the phone! This forces so many patients just to make the worthless drive to your building! Y’all are something else. Wish there was a zero star option for your piss poor automated phone message.','2020-09-02 17:35:55.505000','2020-09-02 17:35:55.505000',1,'Moises Cardona Jr','https://lh4.googleusercontent.com/-7kBu1rI3q_I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn3QKAWDjDqVboqhNQIrxVkamLG5w/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35831),('AbFvOqmnZGUh5_Q7A1UQmY-8RBSHm0dMR4LY1HlNvI8eiR_wr3wFvN1KviJ3qeZcoMTco7W19cYP0A','Great work done for allergies from james and sarah','2019-08-06 05:03:37.438000','2019-08-06 05:03:37.438000',5,'Alex Lopez','https://lh4.googleusercontent.com/-31Z0qZtZdUQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclYahbbAqgaSxixLZhZ3QxXtmqBKg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38047),('AbFvOqmNzifb0Bt9MnCQMpXP1Lmc5pCpIPruppfC0WKbJX-0alWsEH6CsU9fdNuLswLD5PBJH9yxmw','My experience there was wonderful the staff took good care of me a the wait time was fast thanks to alvean,Patricia.and thuyan','2020-02-23 19:49:52.378000','2020-02-23 19:49:52.378000',5,'Shelley Walton','https://lh4.googleusercontent.com/-QUTAIOYI04c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnzGCcc_1JNU8_Iw8zKmGuWg4wBdQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33332),('AbFvOqmNzqQSulmlX4RAP-eXy_SrkcfY07W7LKd5NX_WOe2FXVrt5iWLnp8rcmxwAufZ2bgFqw63Hg','I had a great experience. The service was extremely fast, staff was friendly, and the facility was clean. Jennifer, Fatima, Elaine, Tanishia were really nice and Doctor Faig was nice and fast!','2019-12-20 02:35:04.966000','2019-12-20 02:35:04.966000',5,'The Mccoys','https://lh3.googleusercontent.com/-eBULg-ZQsa4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclxlKtgaCGtMiL9NI8L0cZyPCnLzg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37799),('AbFvOqmnztva6jE7H9FoKmP0SMm5bkj0lAceklgO8Q_R21gCAZWRuwKs1fSufNwM_XPlV5d9VtE8_w','Great staff members and excellent care! Dr Golla was awesome. Thank you!','2016-04-19 01:55:57.802000','2016-04-19 01:55:57.802000',5,'Hanh Nguyen','https://lh3.googleusercontent.com/-kuINAm_FKX0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnInW2DkjCFRAcomIvg3sEwuBqE1Q/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37363),('AbFvOqmNzuDcv4zssuXAP4bfUPS_xgbkMTF8eyRrQBdzP4nR5vw8jZALsKlrWFmdywGHSuArPD6w','Great customer service by Sunday and Agnes','2017-05-20 02:27:17.308000','2017-05-20 02:27:17.308000',5,'Randy G','https://lh3.googleusercontent.com/a-/AOh14GhDHSJjXDMO5Q5A1i-fEZeuGCz-RTFjGjeutmGErA=c0x00000000-cc-rp','3511292162159714121',41049),('AbFvOqmo-62WJvlv460UV2K5OtpTzmBg3GvOIJY-P6zpCacFMfsHG_3BFkIgrz3ILDu0pjm7QeBI','Aaron, Krystal and Dr Huerta were amazing! They were very fast and went out of their way to make us feel comfortable.','2019-06-07 17:42:40.672000','2019-06-07 17:42:40.672000',5,'Makailey Pittman','https://lh3.googleusercontent.com/a-/AOh14GhW1nx68QGuGsD6MnqanHWZ0mYhjPhZh3Wz9Qw0cA=c0x00000000-cc-rp','13486358490203335051',29823),('AbFvOqmO-pt_HEB-fU1EVYrrltWiGOnFo6EioaSBuzgNbVOFMriLeWSREFQ2i274DU288rv_AReq','Leslie and Valenceia was very helpful.','2019-06-24 21:59:28.258000','2019-06-24 21:59:28.258000',5,'H. Hall','https://lh3.googleusercontent.com/a-/AOh14GjK9oobNGXOi5PgN8wMFIFMIvdb8ZAOINM6OUOE=c0x00000000-cc-rp','3511292162159714121',40527),('AbFvOqmo-PydkWg8N71JvFim_o1mU487-vYfgOImd6BU8AnDyz77-cASwDl-1ozRULrJZRA8H0wujw','Derek Lowery , they were awesome. This is the only er I trust.','2019-01-12 00:59:54.585000','2019-01-12 00:59:54.585000',5,'Derek Dwayne','https://lh3.googleusercontent.com/a-/AOh14Gib7ipdsRzIbqaCWXUM2-C4PNA-wiz6RD69yNE0VA=c0x00000000-cc-rp-ba4','14904078213800803294',32512),('AbFvOqmO-SBPYiADygag1LzRZipxw9vV3lAp0fRr5zoknR841s3rsiMvqltZRn9Z6QE1N0emp4d4zQ','I had a great experience at Signature, they took care of my illness in a timely matter. Gabriel and Kimberly were incredibly helpful and made everything easy to understand. Highly recommend!!','2017-04-23 05:56:09.965000','2017-04-23 05:56:09.965000',5,'paige hoelscher','https://lh3.googleusercontent.com/-ABKjTk4H8yQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucks4xXqqQtkTCgUfwtExCZR_A-lfA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35445),('AbFvOqmO-WZ6_cg2n-_FUc4WyG7yLbuKO4Sy124GHvaZz4Wgfg9g5woe_jO0PQRZBf1pJA4PWtv6','They were also nice starting with registration with Carly! Dr wang answered all my questions in our Rn Sarah was wonderful even the tech Thelma and radiology Sherman was great!','2019-12-24 01:28:59.225000','2019-12-24 01:28:59.225000',5,'Bunny Evans','https://lh5.googleusercontent.com/-uE-jLv3_m4k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnPuUshHyCUxxnQ1i1GBdv5I7aSAw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28912),('AbFvOqmO0eJtVnZGgqeUj7Npv6dtaDSXETJD7THKIY6KTqYMgcSnp49RJYuFmj80fk4QF5KiIpL__Q','I have been to this place twice and they do everything right to make sure you are prepared and comfortable when it comes to covid-19 testing. I would recommend this place to anyone if they have to get tested.','2020-12-29 05:48:25.643000','2020-12-29 05:48:25.643000',5,'Ethan Hottinger','https://lh4.googleusercontent.com/-el_oxKbjv14/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckifMmkIj8vUhz-m_5fi_d8FNyHLA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',44112),('AbFvOqmo0Fj32rlMjypW_WgTe99hAMkzfJ2m4IodTDbvWTHwGq7qT2wRUjJD2zVDIimlLVBU1wabVA','Came into signature care ER this morning and was greeted right away, filled out paperwork and before I could even finish was called to the back and placed in a room. Krystal Marquez and Aaron Ortega were the nurses who quickly and efficiently got my husband started on IV fluids, pain mgmt and started bloodwork. Friendly staff, nice facility and quick service. Glad we decided to come here and not waste hours at hospital ER.','2020-02-29 17:24:09.352000','2020-02-29 17:24:09.352000',5,'Brooke Parker','https://lh5.googleusercontent.com/-vJpSIJZqshE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclWqIEQbqqWytgVEJ1Cj4I-VX_8bQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29415),('AbFvOqmo0lPiIs_Zg37d7bJkdwTLJCz8BqM8NHqf_DDOWHrIVJYV4dimOPCtxzVfJgY9Yn0ztb9erg','Very satisfied\nJennifer D.\nSusie\nMatt','2019-05-29 19:55:16.312000','2019-05-29 19:55:16.312000',5,'Amanda West','https://lh5.googleusercontent.com/-W3g9l4HNc-k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnmuLA4BDJd3t-A8HpJvHlY_R4RDw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42062),('AbFvOqmo0snreXgKUhUXWIQ4JgDKDirmMjUfF1igTx-8CKCKwA7qg6m95zBuasKsEbl60t8D4xx7lw','I had a great experience! My friend was able to be taken care of in a timely manner. Kendra, nurse Jacob and doctor Vakey are very professional and super nice!!! Would recommend coming here!!','2020-01-18 22:02:26.271000','2020-01-18 22:02:26.271000',5,'Morgan Kingsbury','https://lh4.googleusercontent.com/-kWDmgbYpPLA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm0ymmY9AZ9O_JsKJsFdLjAB9wNOg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34432),('AbFvOqmO0V0lRypV_w7UnKvI2lloA-JtxwDwpx2wBgUeD2FpF0h62YYcxXwouJNZ6GYntn36OduV','Very Awesome Place!\nDoctors are very nice, always make my son laugh to make him feel better😊😊','2020-09-23 23:15:34.263000','2020-09-23 23:15:34.263000',5,'kelly merino','https://lh3.googleusercontent.com/-OMvCvV5udxw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMqS_mAzaB0HKHkCxJQEVbivbimg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42899),('AbFvOqmO1132Qt8LAhrP3Q_3wff3MgoMlmzKbp6Y7rJdr2rjK0vcTkkm8ONaAFDcmGlJx160OUD5Fg','Absolutely horrible! I came here a few years ago with a chief complaint of a prolonged cough with blood-tinged sputum. The doctors and nurses didn\'t even auscultate my lung or anything. He just diagnosed me with bronchitis and sent me on my merry way.','2020-07-24 16:12:21.958000','2020-07-24 16:12:21.958000',1,'Jessica Haynes','https://lh4.googleusercontent.com/-BWkuiocfIb0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclRy9BOQf6NnBpbKOcD81L_1YNzOw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36548),('AbFvOqmO3pctii95ssV6q0eeSQ3ix1B61-Jq4jjni-2Aqy8FMnpqDf0ohRoU9jvMIr2TRUO6h7AZRw','The front staff Brandi is attentive and caring, she offer me something to drink for cough. They gave a copy of all documents.','2020-08-10 19:32:22.479000','2020-08-10 19:32:22.479000',5,'ZHCOWBOY','https://lh3.googleusercontent.com/a-/AOh14Ghw6VH78N-9ljb6Xr3EXnYqUfzH5eo0tZ6YoHynLw=c0x00000000-cc-rp','14904078213800803294',32261),('AbFvOqmo44z_StAPN9Kpa2Fc0CMpIV6eBXVDZTK871kDYFYw4trl-qSEa7tJFU5t1bmDH-OOW6iCIQ','Jordan, Lindsey very great people! Took very good care of me, answered all my questions and made me feel extremely comfortable!','2020-10-13 18:13:28.873000','2020-10-13 18:13:28.873000',5,'Carlos Amaya','https://lh3.googleusercontent.com/a-/AOh14Gj_Dpox8Dpz0b92akf0NVrecyZ1EZPMtj1ghma1uQ=c0x00000000-cc-rp','16389487648212004696',33164),('AbFvOqmO4HLqx8OvOtxlUOYnsinTw0KGpGRUGCdik5VVJVzbxl-wRRlxUZgzycxeWoDV6w5ucobIeQ','Came in after a car accident. Within minutes I was getting taken care of. Their service is 10/10 they will take care of you they’ll also make sure you get the results you’re looking for.\nFor sure I am going to recommend anyone who has the same problem I had!','2020-02-02 21:56:03.415000','2020-02-02 21:56:03.415000',5,'Sebastian Garcia','https://lh3.googleusercontent.com/-gtKf_q-7Iw4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckJDzCkZ7mKuXe5qyjB7uHq6HhLCA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28764),('AbFvOqmo4JnzVXm0PWpcC67XUwlLGmn6VipuPHzztz63i5s6x2S8iAw_x7wKS1iT8gQjGA3vOpcgFg','Didn’t have to wait. The nurse was very friendly and professional. The Dr explained results clearly. Good bedside manners','2020-12-28 05:28:34.779000','2020-12-28 05:28:34.779000',5,'Joseph Ubina','https://lh5.googleusercontent.com/-_TdAe-kteeM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmbtnhmIPSa8fFXITeFM0UKIj2n_g/c0x00000000-cc-rp/photo.jpg','14748677429039074158',43985),('AbFvOqmo5QyJUcwUWCDOhOzNy5-vCNn_NJr0T61OPH8h8iPBSddeurzzayTKD31vY8nClmoBhzCq6g','Robin did a great job and getting me through the paperwork as fast as possible. Courtney was very helpful with ensuring I made it to my room eaisly and that I had any snacks or drink to be comfortable while I waited for the Dr. Billy made my discharge from the facility fast and easy and engaged in conversation with me until I was in the waiting room. This is the best ER visit I have had in Paris, TX. If I need to go to an ER again I will certainly be going back to see them. Friendly staff from start to finish.','2019-02-13 04:03:20.891000','2019-02-13 04:03:20.891000',5,'Kyle Butler','https://lh3.googleusercontent.com/-JQjcs_EHWzk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7QG-R6VPaPyLnF-Y0XAx6GJoTSg/c0x00000000-cc-rp-ba3/photo.jpg','8626688543755174284',42159),('AbFvOqmo65smUryoA1VfqiSm2eSE_XB_pactmaCxm4G3zMr363hquizrzypXJBd83VXdwidvElQgvw','This place was great! Itza, Liz, and Brad are terrific employees and are extremely welcoming and professional!','2019-06-10 22:17:16.504000','2019-06-10 22:17:16.504000',5,'I Am Ballistic','https://lh3.googleusercontent.com/a-/AOh14GjYSo93MSwvLENidW-2peT7aZzNJYNHb4qqoMRI=c0x00000000-cc-rp','16590124370714063921',34828),('AbFvOqmo7BEC_GYvrzxB55DBmhEbN54xncTE9laS9rqhBqzxq-NZjpNhHfvKvNr-4lkAWPGYmVvn5w','My experience here was great! Lorena T and Amanda C at registration we’re so joyful and sweet! Ten nurse, Jacob, and rad tech, Laura D, were awesome! Dr. Caraway was nice and fast! Would definitely recommend this place and would come back again!','2020-08-30 18:12:40.049000','2020-08-30 18:12:40.049000',5,'Lauren Hinze','https://lh3.googleusercontent.com/a-/AOh14Gh3ONMBI5AINcip_I2GvFxN3fg6a_hTWBKgCLcILw=c0x00000000-cc-rp','16590124370714063921',34180),('AbFvOqmo7jnIIEfQ38lpGTeE8rfFCCOffLA5mHFhCHOtgGMdnOnNU2iHthwc1-4icGbsz2RL4_kK','Came in with what I thought was abdominal pains while pregnant.. little did I know I was having contractions. The staff worked together and was able to help deliver my precious baby girl which I know they weren\'t prepared for at all. I thank theme for doing what they did','2016-09-05 22:43:33.083000','2016-09-05 22:43:33.083000',5,'Razna Khan','https://lh5.googleusercontent.com/-RtrMnsy_Mvc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmijEbkiDbNhQ60ouvrCNmVkBbdvA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37305),('AbFvOqmo7l6tH34FXyexHwYSTRlBW_ABAsbF8I9wfJTFkTtOcCdSkrvHRlGrivClynuqCIno-2Zc','They had a really accommodating staff!!! Kim made sure I was comfortable & satisfied my entire visit.','2019-08-14 22:53:04.062000','2019-08-14 22:53:04.062000',5,'Kendyl Myers','https://lh3.googleusercontent.com/-xOIVVL5_D_I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckSZbhC22sn6gbKKDRZGJvmEbr--g/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39821),('AbFvOqmO8hyZjO3SfVeqWfOjJuIHLSjUIHElWTtZXdNULctFSSqeAvp3dLVh6UCXsC2yYuG1hCbnrg',NULL,'2019-07-28 04:03:22.427000','2019-07-28 04:03:22.427000',5,'Anissa Marie','https://lh3.googleusercontent.com/a-/AOh14GjrdGtgIeVcaBuYZnqgK76qQKBLoOUZSml9bWehVg=c0x00000000-cc-rp','16590124370714063921',34746),('AbFvOqmO8u-vVIeKvEulwvkQiJDQIVW5g0FrAXaSEfoWsi8xkaV25qfsm3lFSqPZIr9rMUvn6rmmog','Everyone was super friendly and helpful!! Brandon G was a great nurse and Andrew was a great er tech!','2021-01-21 05:12:26.306000','2021-01-21 05:12:26.306000',5,'Taylor Dellesky','https://lh3.googleusercontent.com/a-/AOh14GhqqNnhy2-NKwlFdgGuvIGeKKR8qgoQGb3CZho7=c0x00000000-cc-rp','16590124370714063921',44498),('AbFvOqmO8VvOpuLYLTTYBgqZypjXJtlI1ueYTneAISRFFkeYzKR5iAHiVJxkodtnmaMI-7X_esSYHw','I had an very satisfactory experience at signature care emergency center. It was a very quick check in, wonderful staff, complementary drinks/coffee, and great doctors! Chris, Tony, Dion, and Dr. Guhany were all excellent!','2018-06-19 19:57:29.606000','2018-06-19 19:57:29.606000',5,'Chris Mathews','https://lh3.googleusercontent.com/a-/AOh14GhjUswSvOwek4a7SSkLM9-PhbO59k7TqjTPU20oxrY=c0x00000000-cc-rp','3511292162159714121',40930),('AbFvOqmO9c4AcqyLVagwW4MfWwfBtRRiWzw6W1rVmR33MgfC4g_Ax4jNqYhi4nxWokYoDKFT57Kcrg','Laura, Gina,Nora,,Eve and Natalie along with Dr Ngo are Awesome!','2019-01-01 22:00:14.902000','2019-01-01 22:00:14.902000',5,'Rhonda Tillman','https://lh5.googleusercontent.com/-czCd11HNpxc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclWm2LEdzJNy7XfT_mzc-fzwqhbeQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40772),('AbFvOqmO9UXtMFDg8M6ff6u_Hr4phfAyFH-9ytzZ34k7zJK0GSE7bweIvZaElMsm1qtvPcNRUPz7Vg','Everyone here was so friendly and professional. I really appreciate the staff for being so helpful.','2019-07-29 04:51:59.656000','2019-07-29 04:51:59.656000',5,'Haydon Pustka','https://lh5.googleusercontent.com/-yT_Y80I-jc0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm0offL-X9B-UoGo8_UeBdP_WW3eA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30487),('AbFvOqmOABZdto1y5WyvQNv7bGwmn_UM5tIoMK2SfkJBo1OOPuuaWZI2DldTaWELdjDsQE6eqEEusQ','Our appointment with Nydia was quick! She was very friendly and sweet to our worried 3 year old. Cody worked to get us our results fast.','2020-08-12 18:56:39.497000','2020-08-12 18:56:39.497000',5,'Chris Walker','https://lh3.googleusercontent.com/a-/AOh14GjzXbxFsXYmkmftuzubLhGU_TZnVuezylD9sbP86g=c0x00000000-cc-rp','2077061009497551125',38609),('AbFvOqmOAf9Tlt0cepBYYieAr6MaD7P08jUmiBn84dn-QK0fyY8HL-iJuJM8ny2Lh1uoa1kyP0jRQw','Fast and caring staff would definitely recommend 100%..... 09/24/2020, just received a call from signature care just checking to see how I was doing that was very unexpected and showed me they actually care to follow up!!!!','2020-09-24 18:14:21.239000','2020-09-24 18:14:21.239000',5,'Vanessa Velasco','https://lh6.googleusercontent.com/-di578Op7Kkk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmuicxIFJkQ0PH--jkK9FfAkGQZNA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41289),('AbFvOqmoainnGRpyY7Cz6OyNMl1EL02VPT_XbUv9cGMGd7WxldbymnZrpCLoqpnHZG5WA1Occmps','Receptionist Jackie was very helpful in explaining insurance questions - they were able to get me in right away without waiting. Tests and exam took 15 minutes before I was on my way. A+','2017-06-14 14:19:32.235000','2017-06-14 14:19:32.235000',5,'Mitchell Anderson','https://lh5.googleusercontent.com/-seJB_jONFII/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclz8pBljTPSiIEz0w7Qf_cOXG-68A/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31025),('AbFvOqmOAy0N4bntjjsnIs8xxe7qtOUDqtpnnRY_dP7WIfu7hQgsHdmoGpGJSQm03X5xrPDAWA7dWA','The staff at Signature Care is amazing! They took care of me and my needs as soon as I walked in the door. They made me feel at ease and were quick to treat me. The facilities are clean and very comforting. The doctor and nurse that took care of me explained every process and kept me comfortable the whole time! I truly recommend this facility.','2017-10-23 17:07:18.725000','2017-10-23 17:07:18.725000',5,'Maria Chavez','https://lh6.googleusercontent.com/-rEI5ZH5dRSw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnxUaYAPLa8t5k2lGty7G457tucwA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32640),('AbFvOqmObB6-ZWJNc-0-bfRC6I81_aL8Xihq3c-TnDiOiV_K74wBYtX07PeFKZCUAgsI2rvAY-uXyA','Thanks Norma and the entire staff for your care. Dr. Nguyen provides a very calm and clear explanation. If you have something urgent, come here.','2020-02-21 17:49:06.866000','2020-02-21 17:49:06.866000',5,'Brian McCarthy','https://lh3.googleusercontent.com/a-/AOh14GijOpmqo3CqA7rqC6I6dnh29idSMDgSAf4GU7sIyDM=c0x00000000-cc-rp','17898197009688164559',37670),('AbFvOqmoBbyjf6YSSp7ZaAb65Jq9blO4ZVjXsN8vDtCewFzrMWPXj_bNNnA7xAEyvayFLSdphZMXPg','I always enjoy coming here the staff is always nice and happy to see you. My experience today was the best my physician was Dr.Henderson. She explained everything and took time with me to understand my test results. RN was Mollie Love her and my tech was Jacoya very friendly and patient. Radiology tech was Gunner and he was so sweet while taking my Ex Rays. I also can’t forget how you get a warm welcome from Regina when walk through the door. Thanks for everything! šŸ™‚','2020-12-29 18:10:41.784000','2020-12-29 18:10:41.784000',5,'Tasandria Singleton','https://lh4.googleusercontent.com/-BkWjxtw-R4M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclwNxETmUmxHkPgaADB-8Qzm7nC2g/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44100),('AbFvOqmoc27M-JO0AfUhgPUU9OmBkhYKZzh9jCbwoLV7noMjR4YihExJXgNXcTjk8Z2z3cCwc9AFJg','We are fast and friendly experience here. I come here for any thing I need taken care of right away. The service is great and staff is very nice and caring','2019-12-18 21:45:39.720000','2019-12-18 21:45:39.720000',5,'Amber De La Rosa','https://lh5.googleusercontent.com/-RLWtVucNfmk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmYOfpi1V6jBXssBx1jOBtFlvfnwg/c0x00000000-cc-rp-ba2/photo.jpg','13486358490203335051',29531),('AbFvOqmOC7gsCZpIX9j6PULlMk7aeq09Y9khHcBJvRui3KDQimw-EM6VfX89HvVYrjtAXvvORUJEag','Great service, fast and friendly. The Dr. takes his time to go over everything and explain in detail condition and relief. Thank you for the great service!','2020-06-30 16:20:42.335000','2020-06-30 16:20:42.335000',5,'Derrick Black','https://lh6.googleusercontent.com/-l-Ku7nVDY9Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckZAr8vm5_Rom5H89v4eUlIypfnZA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29376),('AbFvOqmoccxsDUo3M1y2WIVIRd9bS_6Yfm9HXeZqq6nckiYKgtyWWsyrCuc3DFty72UDECGWTjg0cQ','The staff was wonderful! So friendly and hands on. I would refer this facility hands down! Thanks Dr.Alisha Wren!!šŸ’•','2018-12-10 21:46:09.828000','2018-12-10 21:46:09.828000',5,'Lillian Ellison','https://lh3.googleusercontent.com/a-/AOh14GgcvRoH2VixP_Cx_sgNZT7LHEffd6JyKsSYLcM0KQ=c0x00000000-cc-rp-ba2','12541597562633926366',29177),('AbFvOqmoCDCb99ZOsXRpBW_7KTlIAdaRgto9ManpUkpfSIWZmprhk9MBN59pYj4wzX6V2v2GULsgZQ','Signature Care was absolutely amazing! They were super helpful and made everything easy. They were attentive, caring, and extremely friendly. Jamie and Kim were so awesome with my daughter. I’m so glad I came here for my daughter’s emergency.','2020-12-02 02:52:14.466000','2020-12-02 02:52:14.466000',5,'Sandra Finney','https://lh6.googleusercontent.com/-QEGgXMMTuG0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnt_NkewxuH43DW_kwZ4DxMNu5RiA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38876),('AbFvOqmOcni_C7BhHSz7Ba_M5TdEBGXmRWvx5XY_TZARaBbSUVk9_QT6mE2bWoTTGgUaVj6jgU2qQw','This is my second time coming for a rapid test and everyone was great! So kind and helpful and very quick!','2020-12-20 14:59:10.803000','2020-12-20 14:59:10.803000',5,'Krissy Lynn','https://lh3.googleusercontent.com/a-/AOh14GjqHL-0XEv6EGUeTjKrAbjeP6OONLnNW0gvh6ND2A=c0x00000000-cc-rp','14748677429039074158',31264),('AbFvOqmoCOXWd27FRQ6zjr79zsyUiSUHv5qzywnaOXSLlB7bYsM0yFWg_gaMyHxrLJ6JjOUIlfZrfQ',NULL,'2016-06-07 07:29:06.513000','2016-06-07 07:29:06.513000',5,'Ashley Filippi','https://lh3.googleusercontent.com/a-/AOh14GiPG4qOhrg4bgk7Q7cbaANS_2wjdJi41G8iY3pYVsQ=c0x00000000-cc-rp-ba4','3511292162159714121',41221),('AbFvOqmod-9D2auAlpcKq24shvfQn6tTqsXcodx0dQXqpSvVdcqrpNVJ20pQ9mTSu__RLO3J_FDI','Amazing service I was in 5 minutes. I would definitely come back very sweet people.','2019-11-08 01:12:34.237000','2019-11-08 01:12:34.237000',5,'Jennifer Montiel','https://lh3.googleusercontent.com/a-/AOh14GhnOw8fB4amhOFFVxtRsiAc4utXj70WELKYqvfTYyU=c0x00000000-cc-rp-ba3','14567670160750071148',30419),('AbFvOqmOdiiokshqZqkZKZjheSJM16gVNJwEIu6KZgpU4P1_x_Gdm95XyolSD1kg_W4day1hRnQdUQ','I’ve been here twice in two weeks with my 15 year old, first for the flu and now strep. Katie, Townsend, Freddie and Dr. Elsbecker we fantastic!!!! Thanks for keeping my boys healthy!','2019-02-12 02:24:05.965000','2019-02-12 02:24:05.965000',5,'Eileen Beckmann','https://lh6.googleusercontent.com/-Q75v-1gi5YU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclA78FfFCbQRACzJNP62jecAjh12w/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36276),('AbFvOqmOduF3gWuSbHyGeI15JL7CrPVyG7vBrAPeNwA24XMsSfkn93400ASbdxK3Vun0TDcmtxJdtw',NULL,'2020-03-15 18:02:45.741000','2020-03-15 18:02:45.741000',5,'Lucas Morales','https://lh4.googleusercontent.com/-wPCYkCM4pas/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclAMt4OhTtsBvsVlI8L57G6PnSYzA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32096),('AbFvOqmOE7mE3zD2AIorMAqxCoZjWXNbIRK982FvO5uwJuiX3hS9_38_XHfgUhaZmdDf1mkzlwVK6g','Signature Care was very friendly and quick at getting me the care I needed at 4AM. I feel so much better after only two days. Thank you so much.','2019-05-12 05:50:06.783000','2019-05-12 05:50:06.783000',5,'William Sedlacek','https://lh3.googleusercontent.com/a-/AOh14GjgwgSUCg_ISsbDX4mMtAFRnJXhSOYMroL4nY3Sjg=c0x00000000-cc-rp','2694018788013845459',39352),('AbFvOqmOeEFoocgJmSQ-DUpuMD9AC548N8ghbrkd9Y-OgWJt5SUiSbOsZYwBCz8b01K1WFOLkC8OpQ','I had as wonderful an experience as one could have at the ER. The entire staff was extremely polite, professional, and helpful. They checked on me regularly and kept me updated on wait times and talked me through all the tests and procedures they were doing. They kept me comfortable while waiting for a transfer and bought me dinner. Even though the wait for everything was still pretty long, it did seem to be faster than a large hospital ER. Thank you everyone at signature care for making an unfortunate day a little bit better.','2019-10-30 21:30:39.802000','2019-10-30 21:30:39.802000',5,'Chanell Dawson','https://lh5.googleusercontent.com/-58JXhsxXDL8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclB8ksiyZ_QF7ViKzoPrsTPBerCew/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34591),('AbFvOqmoewurnaoYeQ5U9QDyZrvlPBRU2aYAWDvW70cd76gwZ8YnQ1crwqHJNhGXXDYaDEZDhYpT','I had food poisoning tonight. Dr. Kimball was very nice and informative. Kendra was very welcoming and patient. Overall great experience at SignatureCare','2019-12-28 12:45:26.604000','2019-12-28 12:45:26.604000',5,'Alec Pinon','https://lh6.googleusercontent.com/-jgNQg8-NxKY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucka4_4CGTYxCdH49TzAgQLEQ4Lnfw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34482),('AbFvOqmoEys9gfcXjSMfYU5JHvMXG2Uhu6hzbGbvccAkwb7aBlCqQcht8foI2ytGwUjwiEsGUkxveA','This place is the Best ER I have ever been!\nThe staff treat you as if you are family... I definitely recommend any one. All the staff is great but over all you are blessed if you get the Nurse Kristina and Quin as you’re Rad tech. The staff make sure they put a smile in your face even when you are in pain. Thank you 😊 for everything the healthcare workers do and anyone who works in this facility.','2021-01-18 16:11:27.055000','2021-01-18 16:11:27.055000',5,'Vanessa G. Zavala','https://lh3.googleusercontent.com/a-/AOh14GiQWh4sgEP4TJIXSNsJ5WayOn_5Lg9n5Py8d4hHww=c0x00000000-cc-rp','12541597562633926366',44430),('AbFvOqmof2PhdPcjMOjPdbpe781qsiFofsTR5bMqSJL_DlOrXoKFSFOwVh6H4f3HuRRcqw_HQgoxYA','Just recently went in for a kidney stone. From beginning to end the service was Amazing!!! Alicia at the front desks what’s one of the kindest ladies, and the staff throughout the visit were so caring! I want to thank Dr. Simmons, Erica and Ashley for being so attentive and kind. I highly recommend this facility!','2019-05-25 19:58:39.413000','2019-05-25 19:58:39.413000',5,'Cecilia Case','https://lh5.googleusercontent.com/-j_KJdQv3_SQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckaKwko3ZWnpvS3Ul-EVKJNTxtEYg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42068),('AbFvOqmoFgrs_kWu7lpR-CqnScTuFLBbDa1_GhEaRHcFucGzSEHlRhp5lFwUaj3RJKI2FYLXtwWYUw','Dr. Hannan did excellent stitching up my hand, Ill be back. Even got a $5 gift card to leave a review! But for real, great experience.','2017-09-20 15:00:28.209000','2017-09-20 15:00:28.209000',5,'Madison Mills','https://lh3.googleusercontent.com/a-/AOh14Giyv8ucCaGtM5PhblxBAdNV1FEa3U0OtOQuc0Og-74=c0x00000000-cc-rp','14904078213800803294',32646),('AbFvOqmOftZV_RgFYM6tg7drXOBTG3FTnm3UGX8Ftg6htLtSgn5jKOalE1_JVkXl1IbIBWVCfsPh','I am very upset and disappointed. I completely understand that the system is overrun and that health care workers are very overwhelmed. However, there are things that can be helped. Such as: please update your website and answering message with the updated procedures. It currently says that if you are symptomatic to call ahead and you will be escorted to a private room and that you do not need an appointment for testing. BEWARE! This is not true. I have a fever and was exposed a week and a half ago to someone that is confirmed positive for Coronavirus. I tried to call ahead and there were 69 people on the line ahead of me and I was only a few minutes away. I showed up to a line outside the door and was told by the security guard that I would have to wait in the line to make an appointment for Coronavirus testing. I asked him, ā€œeven if I’m symptomatic?ā€ He said you’ll have to talk to them. So sick and not feeling well, I waited outside, standing in a line still believing what I had heard and read that I would be seen at some point. Mind you, I realize there are so many people and I knew I would be waiting. I didn’t expect to be seen immediately and would have patiently waited my turn. I finally get to the inside and the front desk girl was so unnecessarily rude. Upsetting, because all of my past experiences with Signature Care have been so pleasant. This used to be the place that I would choose to go. She doesn’t even let me tell her that I’m symptomatic, she cuts me off after I said I had been exposed, she just says you can wait 12-14 hours or I can make you an appointment. Then I say, but I’m also symptomatic and her response is, ā€œwell you didn’t say symptomatic.ā€ So, I really don’t appreciate being treated so poorly but on top of that, I wouldn’t have been standing in that line, taking up her time if the information online and over the phone had been updated to the new procedures. I would have gladly waited or called to make an appointment or even better, made an appointment online like other facilities appear to be capable of doing. Instead, I am potentially putting myself or others in greater risk by standing outside in this line just because it is advertised to be a walk-in testing facility and I would like to let anyone that I may have been in contact with recently if I happen to be positive as soon as possible. Very disappointed in this company.','2020-06-29 00:01:29.219000','2020-06-29 00:01:29.219000',1,'Leah','https://lh3.googleusercontent.com/-7TBN0FUhUjg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnEIBhHdbOtGENMKZ8th_9_PZR2vQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34283),('AbFvOqmofwN2HkVdHD3lwfa69Nkw0MzJdf5vyRkJL1avNdthcUWw-hELcbVt2c6BFxcm1L94KBi5Ug','Dr.O’malley,Ekaterini s,Marcus b,Luisa r thank you y’all did a good job','2019-10-13 02:59:36.280000','2019-10-13 02:59:36.280000',5,'Sandra Collins','https://lh3.googleusercontent.com/a-/AOh14GhYfeYu6s6ixBPAhYKeN1BjobCRVTuXto_gCF5e=c0x00000000-cc-rp','16389487648212004696',33877),('AbFvOqmoFYsXUraNpICMbuUfHvpCWQn09Dx9_zkbymkdg5HbiAKqETg8DnML4hUCzE_DdEg-c9Ce','Staff was informative and friendly','2020-07-23 20:33:58.097000','2020-07-23 20:33:58.097000',5,'William Kirchner','https://lh3.googleusercontent.com/-MOJ44-Id7JY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmvu5kc52kemJQCpj9lGhMX3ku-CA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41347),('AbFvOqmoGeYawAvby66z4u8GkAMJ0Rr9SeYudH49xDvcxgSvJRe8noqpi71MDZzWkM1GuFNptzvw','Was taken care of in few minutes. Fast, easy and professional.','2020-12-01 16:12:00.157000','2020-12-01 16:12:00.157000',5,'Henry Sotelo','https://lh5.googleusercontent.com/-ndzdUqhbdjU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm0_vAy4bkkSiPo02MuNq-T2lXKFg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34065),('AbFvOqmoGI7dcat7XmRDZify7Rl2Y3FW0lPPmDP-al1706Nn3gFUnS2txo8WOoLGgkjRIRNeCnH8xQ','Went to put my name on a list on a Monday knowing I would have to wait to be seen. Two days past and I return Wednesday just to be told my name is no where to be found and I must have missed their call (which is false) and told me to come back the next day just to put my name on the list again (which will probably get lost once more). Very unorganized and inhospitable.','2020-06-17 14:36:22.991000','2020-06-17 14:36:22.991000',1,'Sabrina Guzman','https://lh5.googleusercontent.com/-iKs3aFdDgv4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQPJX0pR0jUnAljGcW7LcZYoL8ZQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35868),('AbFvOqmogJL8aA4z5tvPYYf4rsUUBI-H51HXw6EQFL3YXSHQJnZU98pSpGgJccbnuUCKgOR2fT-KIQ','Very helpful and friendly staff. Fast care. Would recommend!','2020-11-26 17:31:16.504000','2020-11-26 17:31:16.504000',5,'Andrea Barrick','https://lh3.googleusercontent.com/a-/AOh14Gh_RVqSpfWm55L980XROhiZiEccbNVG4CYOkoJ7=c0x00000000-cc-rp','14904078213800803294',32141),('AbFvOqmoGlk9Ak9kQSeXHGw-n6BvwG6bKR_pxBHkDR--Zm8Rbz9n-vuUvOmSd63bVYlHNgSizTsKUg','T.C is the best location there is! Every time I walk into this building I am greeted by the best staff. A big thank you to Sam from registration and rad tech Brandon and Dr. Do for being so welcoming and treating me so kindly.','2021-01-08 06:22:35.415000','2021-01-08 06:22:35.415000',5,'Okarys Bonilla','https://lh3.googleusercontent.com/a-/AOh14GjHhFIpAg5DqNRwGhUvxIk9z6OWoxQCGLujPZrosg=c0x00000000-cc-rp','14567670160750071148',30187),('AbFvOqmOgqnRx28o5dy8YccrwGMRWt7rQ2DQ5bVgMtREkMPPvuLd6mU_EYU6nEXGWw7V1yW4qkfe_w','I’m not the kind of person who writes feedbacks but this one really needs an exception. The front desk was very very rude, I came to do a COVID test at 2:00 a.m. because that was the only spot that they had and I thought it was better because they were going to do things a little bit faster, but nooo not at all. Once I got there they told me to go to my car even though I had an appointment, there was no other people like to tell me to go to the car. Ok, so I did, I went to my car and WAITED for 2:30 long hours, they finally did the test and sent me to my car again to wait another 2 more hours.\nJust do not go to this place.','2020-07-12 10:51:23.977000','2020-07-12 10:51:23.977000',1,'Melissa Marquez','https://lh3.googleusercontent.com/a-/AOh14GikcNfb8eNht6cMQWN6dixjDKQp9vCF1CkjvOCCHP0=c0x00000000-cc-rp','14748677429039074158',32031),('AbFvOqmoH8P6sDr4umAYvJ_23BxIee7IV7ajuBHZzw0mZRHAlO5OyggoRXZBry4xsoweh5uQv7G8_Q','Front desk, Lorena T. & Amanda C. were really sweet and helped me out fast. As well as Doctor Maudlin and rad tech Cameron in the back, made me feel comfortable .','2020-07-30 11:37:26.459000','2020-07-30 11:37:26.459000',5,'Keyli Ramos','https://lh6.googleusercontent.com/-zNW8Z8Zeacs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucknBwJYkQWcxZDqnGWf-jFP9Qu_hQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34226),('AbFvOqmoI1VwH8VZ8gU6yhfDsg5m8E_7qlNhZPVnkW3MT3AAzSh8YcvZBf6tVzOjcyVZkoqObcqbhQ','I was greeted when I arrived by Elida Jasmine who helped me sign in and I was promptly called back into a patient room where Tricia took my vitals and Nurse Alvean asked questions concerning my symptoms. Dr. Harjai was polite and showed empathy with my symptoms. The whole team comforted me during my visit. This location was also very clean.','2019-09-05 15:50:35.684000','2019-09-05 15:50:35.684000',5,'Jayda Venable','https://lh3.googleusercontent.com/a-/AOh14Gj_al9B3RkeWJVF9ETV5R6-dBawenX5EhieEZ1T=c0x00000000-cc-rp','16389487648212004696',33998),('AbFvOqmOIECPF9b3LYsfSELyr-fzZHD6G125cMokcvmuMhBmoojXsxTYd9RaFRbS9jguIQH9cFbzyA','My experience here was great, although I was not treated my brother was taken care with love. We were helped by Tanishia which transitioned throughout the experience we the nurse Jennifer, Fatima the tech and Dr. Faig.','2019-12-20 08:14:32.514000','2019-12-20 08:14:32.514000',5,'Ortez Williams','https://lh3.googleusercontent.com/-8jdj8AkitUA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1H5CoTrsiZBfyUlJi0-qH86C8Vw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37794),('AbFvOqmoJ1VZoD8fHTO6YRg2o_qwcK0P65nJNDjnsDP0KJCJrvMG2Hd7gPFQdoUR_-qk1zuNGP2-',NULL,'2019-08-06 19:59:27.021000','2019-08-06 19:59:27.021000',5,'Amyl Chaudhry','https://lh3.googleusercontent.com/a-/AOh14GhTjR07tNstUz8AXqT00teSKRpkf8FKenQlQCUXwA=c0x00000000-cc-rp','12541597562633926366',29056),('AbFvOqmoJNoVegaDzXHnqO25Vz1yOLuFYGO4RZJ7cPYPZ-TRj7T5JruGzcOiIi13FkH_qEls7QlG','Manny, Magali and the Dr.Plante were very friendly and helpful...','2019-06-21 19:16:59.956000','2019-06-21 19:16:59.956000',5,'Stephanie Ray','https://lh5.googleusercontent.com/-OBpJVaGe7GA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnNxI4iA99pUzHX4CLQUM_01E_cTQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41683),('AbFvOqmoklHU2sy9uKcf1PpulsNAD63BM3jQWDR56BFT8ba1jGPnsp0qjTtnWlMBX5kmWnj6PdIeFg','Very friendly and timely! Manny, Peye and Dr. Marks, thank you for a great experience!','2020-11-08 14:40:10.708000','2020-11-08 14:40:10.708000',5,'Emerald Sharp','https://lh3.googleusercontent.com/a-/AOh14Gik3wbIW2QSEtKTZ679ALGOsAtLqtoaZyZ0UA69TA=c0x00000000-cc-rp','6521947413723274945',41274),('AbFvOqmoKSM7x5Lfx8NgdMxYTceql0-ixNTd0b5_JNwRLEq521AbtlYbf7nt3l2p-xWvWQlsW4ECzQ','Impeccable service, friendly staff Maria Lara and Nurse Kelly helpful and kind, highly recommend! Heroes of Houston the whole team!','2020-08-04 23:46:30.934000','2020-08-04 23:46:30.934000',5,'Elizabeth Garibay','https://lh3.googleusercontent.com/a-/AOh14Gihy_9h7j41rceqBqFeIkeqJ3T_DQVgQ6c5OIxX7w=c0x00000000-cc-rp-ba2','14567670160750071148',30141),('AbFvOqmOl98V_0MqFjx9CtwvqwnK72Co87dkgyMtwNN15eAaEdiTt_4EDONndqrU0iGF7mh0mTRxOQ','The staff are very friendly and great at there job! They made me feel comfortable and like they cared about my overall health and making sure that I was okay! Kevin T one of the techs went above and beyond with his customer service today. This was the best health visit I have ever had.','2020-10-12 22:28:57.510000','2020-10-12 22:28:57.510000',5,'koby pollard','https://lh4.googleusercontent.com/-BWd8Fw8wetY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnUvydQLxoy7O-C9Qqz1HT3XjLX9A/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31509),('AbFvOqmOlaDxrAjXde0gJmfcTsAwLBqih2MUU0Rq_aZWtknU3P0tQuzkX5vJrQU6VaJo3BDfP81YLA','Everyone is so nice and helpful','2020-07-28 21:36:49.434000','2020-07-28 21:36:49.434000',5,'Christina Lunkwitz','https://lh6.googleusercontent.com/-bXP0SgkYGBs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclicGRw1y0xaZImwbpc6ckVUtCR4g/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39028),('AbFvOqmolKVtFkPdzTOoNWlHiuQckw3hN5DpjLPeUUAqmA85uR7ZUmERn79RSRyivCP0-7e5W3uuqg','Dr. Huerta and Nurse Alexis took very good care of me . I was in and out in less than an hour.','2019-12-11 14:16:59.947000','2019-12-11 14:16:59.947000',5,'Tiffany Drummond','https://lh3.googleusercontent.com/a-/AOh14GhhBfwK90jXr-YCy22DRs4CMFY_k8LOrrGxCznm-w=c0x00000000-cc-rp','13486358490203335051',29537),('AbFvOqmOLp5xt5f3iuVssNlhuWmHkgqFUB1oywBpnSr6zRMvL4MbAX5M_jRMuujp5Hq4Lu8qlTyISA','Great service awesome staff!! Wonderful atmosphere, definitely take care of their patients. Dr. Harjai is very knowledgeable, Jordan and Ekaterini are very welcoming and kind. Amazing place','2020-12-29 13:16:39.835000','2020-12-29 13:16:39.835000',5,'Im No one','https://lh4.googleusercontent.com/-szEymW42aho/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckUQEbxcQd4fFgqvnCzO9WpKnNiiA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',44111),('AbFvOqmOLrcCn8JxjI7oYjkd2X9THL4U0fsGeCeZMsjuyg6hOn1SIOWuDFetkrOkhDDBZ4OnaD7p',NULL,'2020-02-11 02:55:32.031000','2020-02-11 02:55:32.031000',5,'Karen Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GiIrcmjq6-_4XU7Vhsx8B06z3YOxN4BaaNwuZS9fw=c0x00000000-cc-rp','16590124370714063921',34383),('AbFvOqmoLSr2K4EebIfXS3_yAG47ozdPVOl6zj9umGEm0HJvktpob8OArTM2eRrBzk7UvpdaskAh8g','This was my first visit to Signature Care and I would absolutely recommend this facility to everyone in the area. Scott and Laura were very kind and accommodating and Dr. Patel is so sweet and made my daughter feel very comfortable. This is exactly where you want to go if in need of emergency care!','2020-01-08 15:17:26.408000','2020-01-08 15:17:26.408000',5,'Sajdah Habeeb','https://lh6.googleusercontent.com/-GOg0YLaWZWA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclXJUXu4IYNA6HFTkjAcbiPMEjVYA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28841),('AbFvOqmoM6T56oDOmUw9xfuFcz6Dz4A_uo7rHqPsQQ0Q8tbCtnG09xB0wvIDACk_jsNYMMFHqHpSkQ','Staff members are extremely accommodating. Nurses and physicians have all been very helpful and caring. Only place I bring my family!','2020-05-19 02:26:26.732000','2020-05-19 02:26:26.732000',5,'Maggie Moon','https://lh4.googleusercontent.com/-nAvsq5wPg4s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmbyQMNUNdLS4sZjC0kq6Rb6Bz-bg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39074),('AbFvOqmOMh13CiLeQNeRCOyal0XO6UHBNpCw7SGzrt1TOyihjOVSANiAo0hACKRAnaS7zBp7Xqx3ZA','Excellent service!! Dr. O’Malley, Nurse Alvean and Marcus were excellent. Thank you!!','2019-07-17 16:32:01.552000','2019-07-17 16:32:01.552000',5,'Roger Suarez','https://lh3.googleusercontent.com/a-/AOh14GhQaPkibmLbskroQKWd-RWd3PK-c3qtW9iuBbHh=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmOmXyvUx2ZU8a7JiycRcE8Cztg6xrSdXykpb8ZaNLCo-VAcXIt_WJlfFZu1dj0FhTASY0Tgg','Dr. Ding, Jacob, Laura, Becca, and Lorena were all super pleasant and helpful. I was in and out quickly and didn’t wait very long for anything.','2019-09-29 18:30:42.714000','2019-09-29 18:30:42.714000',5,'Samantha Beirne','https://lh4.googleusercontent.com/-dnqfjmY0hWs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLFQqrHco7m9pJ3le3dsEZLB6NSA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34639),('AbFvOqmoN4_9JjddQ8iqdguqpkdoEQxpuM07e0VMjYlk2IJrX4ST00p2fcfDbRh951deQRtaUSID','Such a great experience here! In the midst of a lot of public health concerns they were prepared to protect patients and staff. All of the staff were pleasant and helpful, and really helped ease the anxiet about going to an ER. Very considerate to uninsured patients too! They were thorough and efficient and made sure I was safe to go home before discharging me. I would eagerly go here again in the even that I\'m sick!','2020-03-17 01:53:44.142000','2020-03-17 01:53:44.142000',5,'dallas wilburn','https://lh3.googleusercontent.com/a-/AOh14GgRGTyIrmbsf3kkNuPspmAjG0Y6QpaWKmhisgJOYw=c0x00000000-cc-rp','14748677429039074158',32094),('AbFvOqmoNhSfJg5w0WFNmdUsXRAb94blieRXe90RIZ1rmw8YDGndU4byn_ivZZAnyTLBId-6HfjGug','This place is AMAZING! Jennifer Diggs was so kind and compassionate as she quickly got me registered and to a room! I had a horrible cough, chills and overall did not feel well! I was tested for flu and pneumonia (thank goodness I had neither) so quickly by Luke, my Nurse! Dr. Simmons was so thorough and so personable! I am beyond thankful to have a place like this here in Paris!','2019-01-13 03:49:19.507000','2019-01-13 03:49:19.507000',5,'Paris COG','https://lh5.googleusercontent.com/-2KnbW0Q9sD0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmVBjT0jTnMs0ZjPtwDzxcc9k1U4Q/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42177),('AbFvOqmonSIG2HJZ71vYJuQ1tJZgVhevB6hPsBbqxSqaVshEAMklYaiwT3aYs1ykdjxmCQbQK2MPDw','This place was great! Wonderful service, friendly staff, and they helped me in a very fast manner!','2017-04-23 02:49:30.838000','2017-04-23 02:49:30.838000',5,'Rebecca Murdock','https://lh6.googleusercontent.com/-64pNnU7KtOU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnxOm9mgnsZxzsRtAsZcImQmQKoiA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35446),('AbFvOqmONSNoOwvnssyCLIFDhbW0VLZNJ4884uzzuCE9LybOG1eawPl3-LQIfpmkkrGxkRYRaPon3g','The staff was wonderful! Mandi and Kim at the front desk were so nice. Chloe and Alaina were amazing as well!','2020-12-17 23:17:38.480000','2020-12-17 23:17:38.480000',5,'Colton May','https://lh5.googleusercontent.com/-L7tcv1aisaA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclqLjBUnFGi0nHhDQ8GHD3h2oszng/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44669),('AbFvOqmoo3V5LKvrVPhLt7XvvgaPJ25oj-WzkM9jZwLEH8JfgR3fvh_USFhq24LhdJ03f04evCD1','The staff here were very kind and helpful in what was a scary event for me. They even called the next day to check on me, which I appreciated.','2019-01-28 21:08:19.171000','2019-01-28 21:08:19.171000',5,'Carolyn Welch','https://lh3.googleusercontent.com/a-/AOh14GiH6MKbxcq9tfX5YbFhdGabzNGuW3Fng8DGLQ7AcA=c0x00000000-cc-rp','14567670160750071148',30618),('AbFvOqmoo7-vBgw4wFa3BekPayfTghS7YXpq23qkViC9HR441l4L9uDCa_0doQXDNX_Z7c5fL50b','I had a great experience taking my daughter here, the staff, Shanna, Trini, Ben and Dr Anders were very welcoming and attentive to my daughters needs. Thank you very much!','2019-12-16 00:55:09.083000','2019-12-16 00:55:09.083000',5,'Brittany Hudson','https://lh3.googleusercontent.com/a-/AOh14GgksdqkX61fgJSdWmED7E8ABuH-Q_qsq0pCozM2OA=c0x00000000-cc-rp','6521947413723274945',41524),('AbFvOqmoop0FOov105Mc8pwtQMXQ9bijaFceskLuNz1lN2tBSlMvekaopJJMLMry3s2g4rs2ZCtP','Nurse Lacey and Dr Omally were great. Fast friendly and made experience very comfortable!! Thank you','2020-10-26 23:18:53.024000','2020-10-26 23:18:53.024000',5,'Mayra Fuentes','https://lh6.googleusercontent.com/-EfFF8cgKl1s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMzBQOH6_AG9TL90j-H1vyzQqKjQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33079),('AbFvOqmOP0Ux8uLALdhz4WEaPUnhrPBipz9DhaWvR-A6-I3uRj2l9KE7ES35t3nqr-P3P88rVu-e','Staff was extremely friendly. Our wait time wasn\'t even 5 minutes to get in to see a doctor & get labs started. Very clean environment. I would highly recommend coming here!','2019-08-11 19:49:22.049000','2019-08-11 19:49:22.049000',5,'Nicole Barker','https://lh5.googleusercontent.com/-KaSehZ-gnr4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmzMd0mYl6lCNifxXmU0i4yhKcw2w/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39282),('AbFvOqmop3lPODBzUCgyy4bCS2ZtPns-3HA8CC8mCqFiEyVX_KyU_46b4xKx-NBaLIi9xy2azPiavQ','Fantastic customer service, and the doctor’s diagnosis was on point! I started to feel better the next day. Everyone was so considerate and kind, especially at the front. Very much needed when you are not feeling too well.','2020-03-04 21:26:04.619000','2020-03-04 21:26:04.619000',5,'deniz','https://lh3.googleusercontent.com/-_bXdnH2Ud9g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucninaDnRP3Gj407B0xM8dGdy2DpAw/c0x00000000-cc-rp-ba2/photo.jpg','8679688254631342173',42405),('AbFvOqmOPcZGn9BX_XGC8mXtFODOP6SHh9HCMMLX2s7oj7k4AmXSebbnvNfjI_cz0TbbRZ2jBvgZlg','All are very professional and very compassionate. Dr.Garcia ,Jessica RN,Dawauld Brandon and Samantha are awesome and are very knowledgable..The facility is so clean.I would recommend this ER to all my friends and family.','2019-09-27 19:52:57.971000','2019-09-27 19:52:57.971000',5,'Sanjith Gamer','https://lh3.googleusercontent.com/a-/AOh14GjizdTOEN_KENR4E3FdD1T-LoNScF_kNGV1Hw1X0A=c0x00000000-cc-rp','8918455867446117794',43197),('AbFvOqmoPEX1rzN38c9NeX-YY4xJ4581MPv4grEsjmkIsmQSzz7_w3su8J4xzH8Zvf-9SbtbrVtf0A','4 months after service I was hit with a $1,500 bill this is after insurance paid over 13k for a food poisoning situation. Granted I got a cat scan which I’m inclined to think an ultrasound would have done the trick but ok. I was only there for about an hour. The only thing I got was temporary pain relief. I regret going there now','2019-06-21 14:58:36.590000','2019-06-21 14:58:36.590000',1,'Million Airess','https://lh4.googleusercontent.com/-ivQlHedNeBQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmNszrRymjIKfwmHWGPeBUxT1wviw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43244),('AbFvOqmoPIqEfzvK-kc8i7-9Hqn2xw3ORscW6h9uuNGN7Uw3ma5qhGFTtYllL4oimsvIc4xP8Ef20A','Staff was all extremely friendly and kind. Christopher C was a fantastic nurse! Doctor Lim was also wonderful. Highly recommend.','2020-12-04 01:26:15.859000','2020-12-04 01:26:15.859000',5,'Jennifer Scogin','https://lh3.googleusercontent.com/a-/AOh14GjlQJ0fXDLHcutV0WevmJK4qlNOsD4wSWkL8OpqfQ=c0x00000000-cc-rp','14567670160750071148',29998),('AbFvOqmOpmwBTr8_BMZ4qFS9MaLhcVGvJPYhUTQytYTVkWwiFljGxed8EmW0VvRrptBvSB1HzT7hJQ','Great atmosphere taken care of fast Dr Mauldin and the nurse Jose and all the staff were alot of help','2019-09-09 04:30:29.648000','2019-09-09 04:30:29.648000',5,'Itzy Leyva','https://lh3.googleusercontent.com/a-/AOh14GgrAZ7gcxSvjZ_KGxOgHKLDb2hmgkxRPIsIlYz86xk=c0x00000000-cc-rp-ba3','13486358490203335051',29679),('AbFvOqmOqEo_aByvMuv3I4KX4HY-Tb0-aNONvoWIunbCDKeN4wglL-w6jWLfTrgtpfAc-TO5I5lx9A','They are fast and friendly. Patricia is very accommodating.','2019-12-30 19:55:50.159000','2019-12-30 19:55:50.159000',5,'Jahren Salazar','https://lh5.googleusercontent.com/-Z8zNBlwcrGA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmeHf-eHQHyNFdxqC9D2V7ZA9lOiQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33557),('AbFvOqmoQFcAWptUnWJGktzmGzSY8pwqeCXWlrb52IMMhD-opv7x36vz7QPFnpJoCrmFeAzWCM_-nA','Very professional clean and quick','2020-07-03 16:51:50.398000','2020-07-03 16:51:50.398000',5,'Kanisha Evans','https://lh3.googleusercontent.com/a-/AOh14Gh1tryZZaAf1wpDl7P5rmNlw3mBhw2vKFB_dryGwQ=c0x00000000-cc-rp','14567670160750071148',30186),('AbFvOqmOQjvklV_E2JG7ueuPXDwI-7lWamodpX2hziLJoBCTovIm_pFbRLueOpZun-ZyUDGV9nC00Q',NULL,'2017-03-03 14:02:09.536000','2017-03-03 14:02:09.536000',5,'RowdyGunnshyTV','https://lh3.googleusercontent.com/a-/AOh14GhaRAtDLHc6klp6tkX0kjQlVq-jNUwi1EU_ol3uxg=c0x00000000-cc-rp','17394740196501090048',37203),('AbFvOqmOQtxAaHRjrCkj2o1yd_706fFlCqYCCpWMb9w09FEIl3DGBOzHvLxz_3e3J-v8oGT6qAaMCQ','Very professional Group. Attended first by Lorena and Grace. Then the ER Tech Brancroft got us in eventhough we came in as walk in. Nurse Theresa was very professional. Thank you','2020-07-26 16:30:43.413000','2020-07-26 16:30:43.413000',5,'Noemi Baeza','https://lh6.googleusercontent.com/-puagQOgVTeM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckjgDlXgAJ7Cl9oNRfMJe7YW4uzkw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41336),('AbFvOqmoqwvIJHiqvlTVwSCtew_kpmHuwelhcG4K_XwA_doCikKPwbNpk3s_vy7uu89pue3em2-cZw',NULL,'2018-11-06 05:24:54.282000','2018-11-06 05:24:54.282000',5,'KYLE GARZA','https://lh3.googleusercontent.com/-I-o2G_xkSlI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck5FWzCW8HStQXS9XOWEGFtXevpIw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35117),('AbFvOqmOr27ieN5qF0E7PjRyZET_khT-_dKCQXrK0NPMrsOpgxRYeTbFEcSQsbLWVQsojSFKYuXneg','I came in for a quick check up and I must say Doctor M.Wang , Patty from registration , nurses Rachel & Rommel , the radiologist Fatima and the Er Tech Nikia were AMAZING !!!','2019-08-29 05:15:48.559000','2019-08-29 05:15:48.559000',5,'nancy aburto','https://lh5.googleusercontent.com/-utVozchNN78/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8j-sTVmAE6E7jcplaTgQdFpZuLw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36715),('AbFvOqmor287wYlgDJyRPr2D9iB8NPyM9abBl0XZKUFXk9HqhO7XR6zCLFQUQl-TjB4OKdDqq7XTBg','Great staff !\nEveryone was very profesional and courtesy. Thank you for making my visit a pleasant one. Thank you for your hard work and commitment to taking care of us.','2020-07-10 03:22:29.975000','2020-07-10 03:22:29.975000',5,'Rene Gonzalez','https://lh3.googleusercontent.com/a-/AOh14GhGI4_fMrjNE7ZA5XLUc0PzqG_CQySVjyC6AVQw=c0x00000000-cc-rp-ba2','16389487648212004696',33212),('AbFvOqmorgBzhJG1sGq_f7V0hAWzoDJm8zbDF9Yc-9nwEAwafsB1T0uM8UwfCEn5E_mCBFH6UsjhDA','They were so nice and made me feel comfortable. Kat the nurse was very nice. Recommend to anyone!!','2019-04-20 00:19:00.848000','2019-04-20 00:19:00.848000',5,'Destiny Haro','https://lh3.googleusercontent.com/a-/AOh14GiQd8ZaiSMhJz8GdxHD3f-baVE5LXxB2v32RpkfLgs=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmORmeTDblZENrXCQ78N4bK0hOb1rqWlOy5q-arrwCNg82weFfIXUHgtG3QTZbeFVKGkZRKlA','Needed to test for covid due to work exposure. Thanks to Dr. Hehman, nurse Nicole, and techs Lonnie and Shay, the visit was quick and almost painless (swabs aren’t fun).','2020-07-27 13:28:25.411000','2020-07-27 13:28:25.411000',5,'Ke Zheng','https://lh3.googleusercontent.com/a-/AOh14GhZt0VO8PmESTCMmDCnKZ89JFQ69urA5pjIP5Hapg=c0x00000000-cc-rp','8918455867446117794',42966),('AbFvOqmORN92lIoZaUF8x60wU945YDAFN1mu-TIjDYl-Fn7nOEAz0ZeuLqCXzb9BCDdCkv2m6n3J0A','Came for coronavirus care. I was seen quick, fast, and in a hurry. Rollie, Natalia, Stephanie P, Stephanie R, Nat and Dr. Daniels took great care of me! Thanks Signature Care','2020-08-12 05:17:40.205000','2020-08-12 05:17:40.205000',5,'Erica Evans','https://lh3.googleusercontent.com/a-/AOh14Gj7QDdm42xpYPbWkkno7qVSST34iT_6ZvzB3eJj=c0x00000000-cc-rp','8679688254631342173',42322),('AbFvOqmORQyaiZsdk5RHr6McZntcKLEuleraAds0wKus8wFjzYLReKo5R6cBb34p0h4i2QZKa9Ci','AWESOME','2019-02-26 18:51:15.075000','2019-02-26 18:51:15.075000',5,'luvenia king','https://lh4.googleusercontent.com/-IrJbVjNW5-A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclKPDBfqBTG23aSpXHC3A9zpgyi2g/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38274),('AbFvOqmorYG4ZVCxL7QJd-LmRinJVi9isJ-Zy8mCF85rqorlwZayxaANi0xdeRyNdurO5L2QXnuC4A','Great experience and nurse ryan was very nice!!\nI definitely recommend y’all to come here!!','2020-09-30 05:35:03.006000','2020-09-30 05:35:03.006000',5,'Katie Mann','https://lh3.googleusercontent.com/-pLuqW78kBzQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclRp3g1g_LQ1bVl41jTXwD6zBiVAw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39501),('AbFvOqmOSBxChj3mTvPJaZ1unENY30LQeWe9pZlha2_RP5ERJifl2qMFNqiWgTLp3neLYLhaLVJ6vg','The doctor was accurate, the service was fast and overall excellent.','2017-06-05 16:50:21.092000','2017-06-05 16:50:21.092000',5,'Ramon Torres','https://lh3.googleusercontent.com/a-/AOh14GjWR0IIn3Od_Bran2kb1QYvkmhDXGX04xjodp4Fcg=c0x00000000-cc-rp','17394740196501090048',37142),('AbFvOqmoSsB3vGrxP3QSYLKIsolKaWGHt0UQ-30T7h2-XqW-5BVftlyNcsFww55wAYfCQdG_kZ3BNQ','(Translated by Google) Thank you Cody and Peggy very kind excellent service\n\n(Original)\nGracias Cody and Peggy muy amables exelente servisio','2020-07-29 15:21:56.086000','2020-07-29 15:21:56.086000',5,'Lorena S','https://lh3.googleusercontent.com/a-/AOh14GhIX2N8iqyBzERGwYZ1tkunyJ7WxZ6ajaiwoArjfA=c0x00000000-cc-rp','2077061009497551125',38706),('AbFvOqmoSwGz0VD6ml04NahfI_Sg5SnFnJHJxIWX7SaNCgpx_iL2Rpy1WTf-u6zv5DPOxjtRNj7g','Service was absolutely amazing! Fatima, Selina, Thelma and Dr. Edwards was great. Bedside manner was terrific. Thanks you guys!','2017-10-22 16:41:52.104000','2017-10-22 16:41:52.104000',5,'chasity peters','https://lh6.googleusercontent.com/-oeo7cLhSFjU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZUX3WSqaVKl9nHVG4zKOiAnC3MQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37044),('AbFvOqmoSWxqLFs487_x5x6eOsYKZTZ18zgO1mP6e71bKwdDN0xYftOAAZiyVGR9T06fEnlKrY3djA','Had a wonderful experience with all staff. I highly recommend this location and they were also very fast, efficient and very profesional. Thank you so much for all the well care to your patients.','2020-11-04 03:27:15.945000','2020-11-04 03:27:15.945000',5,'Daniela Garcia','https://lh6.googleusercontent.com/-l9amxFsc6vg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnvzBAa-edhieNiqL0k_z1fcNkHsQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32171),('AbFvOqmoTXBgyXzNpJMFzluoyze4gU8JjusB5fSPLZrfYQA4Mbahu8PVJmLHEl3smOCSBx23ZnQc','Very friendly staff. Very attentive. And thorough with questions and care.','2020-02-15 17:37:46.051000','2020-02-15 17:37:46.051000',5,'Hannah Cabrera','https://lh3.googleusercontent.com/-6ocHxp6KGCo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmnCKqZMhAxSg5F7ULNuDWZVlSuiA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30245),('AbFvOqmOTXYT23k0LgTdAlrH6jFr5PbZlzBL3vXQmCg7rPA3WkU4ISeMQWTHRmu18TRxMn_IkZwiUg','I had a bit of a scare. Was seen quickly and efficiently. Thanks to all.','2019-12-12 11:19:50.427000','2019-12-12 11:19:50.427000',5,'Christopher Bennett','https://lh4.googleusercontent.com/-G3XXe7SSLYA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckb_RC0I7DvlzUGyW00Y7JHDKYBvQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36052),('AbFvOqmotZHw19L5c7ycxLcs3JBy-VGX9kOjgXuNCBGRa48Gf_IVEg9tVTdcFTkQm9jB4Ey44_TIIQ',NULL,'2020-07-18 03:57:04.640000','2020-07-18 03:57:04.640000',5,'Raford Hargrove','https://lh5.googleusercontent.com/-Ss0Hjc5Zya0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucluF7NB2nF77D454Lc1yt2jHbM9lA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34280),('AbFvOqmoV0EoaWVKKX1RBzTK1i8m_3clovQpocZEHSGlyOZw3nHotDnVbLLaoS9qEb9_LAHwHmuCXw','Shade was my nurse. Excellant service very friendly and helpful. She was amazing. She helped me in everyway possible to feel better','2020-11-14 17:10:23.739000','2020-11-14 17:10:23.739000',5,'Tori Terry','https://lh3.googleusercontent.com/-MQQHYmcXUXk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckRk9vfhwgVJDIx_Sec-lX_JrNoGA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38895),('AbFvOqmOvvwssD75hMUtsl6qU6c3bFQqyP0dT91e67PStyBeXaqrJkU4yApdnoRBxIHw0ZLpW2dGeA','Great staff! Awesome service, made me feel better just by the positive vibes.','2018-12-11 12:31:21.624000','2018-12-11 12:31:21.624000',5,'alyssia darensbourg','https://lh3.googleusercontent.com/a-/AOh14GgEv0YkoyvCY28WZUba6D3RIGl7YpWwPKqj5O5i=c0x00000000-cc-rp','14904078213800803294',32518),('AbFvOqmowj0jbu7xC-qL_th-kuJXy42-dWt3M_QyjmprW6MTtq0F5joJuYPp_1CgJXOSm5fgVPnRiA','Amazing, the staff were very helpful and kind and took their time with me. It was refreshing for a change. Will come back. Also very clean','2020-02-19 22:48:06.606000','2020-02-19 22:48:06.606000',5,'Stephanie Weiss','https://lh5.googleusercontent.com/-5gYTB-BlLDs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckAyWGcXElDOhjS9thulJRQKsZD7A/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39111),('AbFvOqmOWJABrRC-0DeSKwxS0NLsffFJac6rt2Op9lccTg9kbD_IdVMD1PzWVpA_ZHZGppzoXPrDYw',NULL,'2018-08-09 18:59:48.656000','2018-08-09 18:59:48.656000',5,'Hailey Blaze','https://lh3.googleusercontent.com/a-/AOh14GhYPJJJT3_LaFD2oj6dRX1Gw3kIboX3M97c3n2yjg=c0x00000000-cc-rp','3511292162159714121',40882),('AbFvOqmOXBwIfb8rr2RPfee7xDXdftpm77LE6F2Xme1orQ_2MUp6FPwGvivAW1a8dbDqKxjrXW2vEg','Staff was absolutely incredible. Was admitted and treated right away. The best emergency care I have ever received hands down.','2019-01-05 08:31:03.226000','2019-01-05 08:31:03.226000',5,'Justin Hampton','https://lh3.googleusercontent.com/a-/AOh14GisnswAoA0FhTsb8ER_r0JpHnmcT9-1afUhRDuw1g=c0x00000000-cc-rp','8679688254631342173',42743),('AbFvOqmoXoKccYTSCqdSIn9O3FaUTN-JtluHwvt_ZlmH1AaPDQ6CDPzsvBO-nyawOCyHlk8fb0NE6g','Dr. Gola and their team (Kristina, Laura, Scott and Maya are exceptional, there is no wait and I got treated like a vip client. They don’t overcharged like other big hospital. I really appreciate my life got rescued many times at all of their locations','2020-02-26 22:36:10.494000','2020-02-26 22:36:10.494000',5,'Hong Nguyen','https://lh6.googleusercontent.com/-sudPCass3qA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclzsc5DC3oBQ9ZFZzMsYI2NmAnNLg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28683),('AbFvOqmOXVgwX2XnAzhK6TilLpWtug864C25gw5P_4M7jaZcP8uJepEK-t5hjKiYUiVvVYonWNIR','Awesome service!!! Clean facilities, superb attention, everyone was friendly and cared about my issue... I was seen in a timely manner and everything was explained to me in detail. Definitely recommended!','2019-11-07 03:06:02.065000','2019-11-07 03:06:02.065000',5,'Herbert Castillo','https://lh3.googleusercontent.com/a-/AOh14Gh9X_vt3M1_M3gbk78FSNuJsDan9DAQt7YFHX1r=c0x00000000-cc-rp','17898197009688164559',37906),('AbFvOqmOXywPoRS2__OwQFATtiCyp5BqSGdvtv7TUnlCgiRQjnUgsJehH238ffa4JT5db2D1r-TR8w','Great service!! They were fast and accommodating. Genuinely felt like they cared. 10/10 šŸ‘šŸ»','2019-08-17 09:18:19.925000','2019-08-17 09:18:19.925000',5,'Anna Meyer','https://lh4.googleusercontent.com/-shr-hRI5dt8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZNzo2qX_SxQ5aP3CzgEfSp41AqQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42675),('AbFvOqmOy_HxpwKNn99H2i4klRkRul0H85l8B27a06WQwBC4PxuZVT1nQOrir42x_BaUGAV0SkwS',NULL,'2020-08-01 13:36:51.238000','2020-08-01 13:36:51.238000',5,'Enrique Castillo','https://lh4.googleusercontent.com/-DADGX-Ez5Do/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnJZfIRuewSbLhGfFiRcB5rkVUqgg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29350),('AbFvOqmoYptIHuj_jbbGXPgoBvNyHRvrXLzdBlttZ7IHPUK6Y-3MiCbQ0UUR5ipKAyYJAoFpyTZj0Q','My experience here has been excellent. The staff including the doctor, nurses explain thoroughly everything they are doing and its purpose .','2020-01-02 04:00:59.386000','2020-01-02 04:00:59.386000',5,'Maria Gonzalez','https://lh4.googleusercontent.com/-M8Da3YTeV0I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucni1P7MkJlRNTJsb9ul8QLmzqCMQw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34473),('AbFvOqmOYW9J_Han1WuPZ6Kz8hrz0deQT7wjP-Gi9Mw_SGU7K1_PkEJ40CnTy7TpJbiitVcUKGVq','Great service and great staff! Kept the place super clean and took great care of their patients!','2020-07-29 03:33:09.099000','2020-07-29 03:33:09.099000',5,'Rocky Ferony','https://lh3.googleusercontent.com/-A_2Cpat0lfI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmBn8cM9eE_T-lB8r70CnVFSB3NQg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38716),('AbFvOqmoz3qxCXZeGQcOFGbRqsOz5fjDWIbI9BGJtIfqf07JDK59jiQzzONI2aTlfiG8kegF9gtI','Tory - awesome service!','2017-01-30 02:10:37.566000','2017-01-30 02:10:37.566000',5,'Veronica Padron','https://lh6.googleusercontent.com/-j4OkeH4t7c0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmBMvPxtI_QQTSYwOG2CC1yG32Xig/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41121),('AbFvOqmoZe31KVtp7hjFo7kmx5CBhexiAlxypKgyKvNn-8Ywlyo-vLR7iHm9S3joedZdaSML7LxzaQ',NULL,'2020-11-17 01:23:25.480000','2020-11-17 01:23:25.480000',5,'Katie Rodriquez','https://lh3.googleusercontent.com/a-/AOh14GhBInEFRiNaNkas7IDbY5FT7lIL27XpiRMinHj3kw=c0x00000000-cc-rp','14748677429039074158',31356),('AbFvOqmozfNypT9JohTQgd1lPzwbNCO8CeACFTFvCCn2t4u57fe1MZRz5uhLD6x_SRjjacfbv536yA','Our experience at Signature Care was one of the best experiences we\'ve ever had in an ER/hospital. The receptionist, Aileen, was so kind and welcoming and really made the registration process quick and easy and had us in a room within minutes of our arrival. Less than 5 minutes later, we already had vitals and medical history done and Dr. Rose was in the room. I can\'t speak highly enough about the staff at Signature Care. The manager, Adam Pinion, the RN, Cristina, and Dr. Rose, all took such great care of my husband. If we ever have any after hours urgent/emergency needs in the future, we will definitely be returning to Signature Care.','2019-05-17 02:31:36.627000','2019-05-17 02:31:36.627000',5,'Melissa McClure','https://lh6.googleusercontent.com/-10EiGTWE8ao/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclp9-wLBRa9onCUdg2wq8ynEwktIA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36204),('AbFvOqmoZIxmEfh1_rGoigyyfrfwaJNk5sW8KOecamYqEYVYIfxc50GN0ZhSyJw5yryRb74hKz-zdA',NULL,'2020-02-28 07:08:23.863000','2020-02-28 07:08:23.863000',5,'Dylan Robichaud','https://lh3.googleusercontent.com/a-/AOh14GhzeYqBoQiDiIwjBTJNWBR_wdM2k1O4Xr_-rJnsGA=c0x00000000-cc-rp','16590124370714063921',34333),('AbFvOqmozlaDQleU632P6gWZ99LlFWRWWNqZK_gwio14xVkVsfDVVDemhFXJ6OBfKvvKLys6LaiiJg','Great people reliable and fast šŸ‘','2020-09-09 18:14:58.765000','2020-09-09 18:14:58.765000',5,'johnathan wooldridge','https://lh3.googleusercontent.com/a-/AOh14GikEYYYb7INyp9ZiXguqgyDYJ68GbGioIGeOlimgg=c0x00000000-cc-rp','2077061009497551125',38541),('AbFvOqmP_6M3YIN1g8RKdMlw6V1-DShroYPEsx7IplZlQKpMY8mcL7ikJ-K1PNaREOITehyga6BuyQ','Quick and accommodating. Dr Angela is great!','2020-07-19 14:38:07.292000','2020-07-19 14:38:07.292000',5,'Mindy Ham','https://lh3.googleusercontent.com/a-/AOh14Ghhk9-UXJUsk66LFFRfNMZ9lYHxYFWFqNNjDX3Q=c0x00000000-cc-rp','8626688543755174284',41911),('AbFvOqmp_jDUB9yfP-Y6-XQSDGPtdo3nwq_66R6r4hd0gekWtpiClFwgLB9ua9amwoDLm5b6xdwf0w','This place has always been great. Thank you Heather, Shelly, Tanisha, and Dr. Lindsay for the prompt and great care.','2019-02-04 04:38:16.861000','2019-02-04 04:38:16.861000',5,'Matt Bernard','https://lh3.googleusercontent.com/a-/AOh14GjD1mJCnqJ7fSxTGMo3gbKxVx2nSXfg5seJ8st7=c0x00000000-cc-rp','17898197009688164559',38309),('AbFvOqmP_kjnLY7Dw5FcnTBhIELcfYq41_4BcH1-KpVrnpZlKFT3Xf9CnTA5micBj3tfN8PNJidlPQ',NULL,'2019-10-17 16:29:19.452000','2019-10-17 16:29:19.452000',5,'Toke tochoke','https://lh6.googleusercontent.com/-FDPQI1qa0Ec/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck69iYj3ElwJt54QssL8bl5fFt9Dg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33860),('AbFvOqmP0-8OE-X2sXnJQQitp98sZeOQ9RoOCgGyCFXYWLxhdftCYZfk6DL4mWfFltyYY-NcCrzmqA','Wonderful experience, staff was fast, caring, clean, and efficient. The facility is super modern too, would HIGHLY recommend.','2020-08-30 20:21:47.606000','2020-08-30 20:21:47.606000',5,'Cali Diaz','https://lh6.googleusercontent.com/-s4ZsXYDzD1M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck3KCsoWqwRCGbOYl2lLzQpyHNpgQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34179),('AbFvOqmP0cHsNLE04RspNi9ns4GCrPayH6E8ULK55ZXDPPrvYvuYbLMGkdCdRkzRIgCJSh1SdGLVwA','Fantastic service, Dr. O\' Malley, Alven,Tricia,Jordan, and Patricia','2019-11-30 15:30:43.985000','2019-11-30 15:30:43.985000',5,'Douglas Smallwood','https://lh5.googleusercontent.com/-LkBxS5Xz89Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucldq_F-198HxO7Oc7iJxZRbeotnOg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33663),('AbFvOqmp0QKj-NQ8fJyX4uoBWTh8_EZWsFO9iDZ3JysarGm674cMNvBPYDlUqcUmYuczdt_Eo83cxA','Signature Care took great care of my daughter. They kept her comfortable as they ran a battery of tests to determine what was going on. Dr. Grinblatas and his team that day (Aaron, Cynthia, Mark and Nick) were absolutely great! I would recommend Signature Care when and if an emergency arises.','2019-04-07 18:07:13.303000','2019-04-07 18:07:13.303000',5,'Dawn Wilson','https://lh4.googleusercontent.com/-NYnN6YdxA0g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclfX_pG6WtTotiVEvWSWLitQErB1w/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32480),('AbFvOqmP1b9G3QXWWUl_uApiwitBpyz-EsxNGFTt-QCNhqVzsYkUmCMRTsExF1f1GRKCo1-r4j-4','Great Service..\nFriendly faces..\nKnowledgeable staff..','2020-09-28 19:38:54.257000','2020-09-28 19:38:54.257000',5,'rego hardwell','https://lh3.googleusercontent.com/a-/AOh14GikDHWz0MxGnlXdMXJGLrdsGxxHA1SxrJy8Af07=c0x00000000-cc-rp','17394740196501090048',36528),('AbFvOqmP1RWBYsN0X6Oyn6gyVfBNu5zG4flkoSsjiW2ujjZDsDPlRuHgijxfvann8TFGY9LG5uW0Sw','We don’t like to get sick! But every time we had an emergency this place treated us really good! We feel calm and safe with them!.. thanks to the staff! Dr. Harjai and the team johnny, aaron, aubrey and ashley for doing an excellent job and this time to took care of my wife! We appreciate that!','2018-11-04 01:29:01.495000','2018-11-04 01:29:01.495000',5,'Jesus Parra','https://lh5.googleusercontent.com/-ERj70Zoxa_Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucloBv44FC3hXbqooJcKQluNOtqBOg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32529),('AbFvOqmP2vFBStKJ4w8b0fHMA4WsgQ6b-9pcK1MWKMAeDEq2DvQVl0mgrPuUzkWl2vy2xxNt1J4oew','I went into Signature Care because I was really worried. I wasn\'t too sure what was going on with my body and needed to get checked ASAP. Everyone was so nice to me at the front desk, they took me back for my vitals, and so forth. I waited no more than 15 mins to see the doctor. The DR. was very nice and respectful. I would recommend this location to everyone. I will never step foot into another ER again. No wait, fast service! What more could you ask for with an ER Center!','2017-01-24 18:10:42.324000','2017-01-24 18:10:42.324000',5,'Susan Garcia','https://lh3.googleusercontent.com/a-/AOh14Gg6t_uSIZYafqY30zIRbEsRxneZxOE4ZsLzjIJEeQ=c0x00000000-cc-rp','14567670160750071148',31124),('AbFvOqmP3I_6KQLljKAsnwBPgP1k4W9QNaBhXHN9LiSQqqoGyxL2hLAg7h24q6Vv141j8LJ0Dz9baA',NULL,'2019-09-28 15:24:47.522000','2019-09-28 15:24:47.522000',5,'Josh Davis','https://lh3.googleusercontent.com/-qwRO_XdS4_I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl8mTHZ12y_o3dHB5enO6xvoYYslQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37980),('AbFvOqmp3reapGyOqaREW6dTnASgPd1lwiTnL3kIWFQpar1QngbI46VtNXGAq1KpA3vy-k6jgGGZ','Great service!! Starting from the registration with Mss.Tanishia, to the nurses Mss.ShellyD and Mss.HearherG!! They took care of my daughter really well:)','2019-05-01 02:38:13.154000','2019-05-01 02:38:13.154000',5,'Martha Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GhIlcfIyaBwfcd5QlwgrAKZ1HS_npbAMdZ7hyHX=c0x00000000-cc-rp','17898197009688164559',38198),('AbFvOqmp3RS2TPkSSRgNh0PQSnvHp0xY-Ce_fncYueYWSKvws47SLhgETIjHeE7Qo3y8p5IfjB-fxw',NULL,'2020-10-06 20:25:12.407000','2020-10-06 20:25:12.407000',5,'charlie duncan','https://lh6.googleusercontent.com/-ZOIsfJIAi_Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckuG5yv-LOKoZS3PnPDzD8fPeSGIw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41888),('AbFvOqmP47lEAmahex4Ao-h9sqAs60KfSmzb2TbtejE_qR1W9Bm5NBcBoEgOG5E3I9XKoOe83wxHPA','Signature Care Texarkana was so great with my son this past weekend!! Thank you Mandi M, Carla C, Courtney T, Jennifer W, Mollie, Katy, Tracy G, and Jacoya! Also, the wait time was nonexistent!','2020-12-18 17:39:06.900000','2020-12-18 17:39:06.900000',5,'Baker','https://lh6.googleusercontent.com/-frVmBKFIuwM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnyZHNI8dEaISsouJTCWzDnepc3lA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44664),('AbFvOqmp4k5TcHUx07oPzalt2xwqQVaJp0tmoVYPqrmqV4N6HbwA8kf_gXRzKr1kfbalWh70DtlBNg','Great experience','2020-08-07 14:55:07.552000','2020-08-07 14:55:07.552000',5,'Bric Steed','https://lh3.googleusercontent.com/a-/AOh14Gjd03JNnhyIRSFf98xjMQOML66OYTBCnkrxuQZh=c0x00000000-cc-rp','8626688543755174284',41904),('AbFvOqmP4TGa2A2m6-q2EuPWqIPJbvLa924q-z4NE1H6ZgBvd9CFZxBqEAN9boS1sCHowRzIrsaHDw','Quick detailed information, while still making sure everything was good. Great bedside manner.','2020-10-21 22:56:52.970000','2020-10-21 22:56:52.970000',5,'Tony M','https://lh4.googleusercontent.com/-b20RKmUJ-KE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucls6d2UTuSjzzgPpedD-4Z2xsSLVw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32203),('AbFvOqmP58pO0_2xnhfbwfvmbR78DPmqeFUWt9m9soCszkK1JNdDKkAw4y6LDxo689dRT2yRZ9-J','Was very quick and the service was hospitable and made the experience of getting a COVID test more bearable. I would recommend this location to anyone in the area looking for a fast COVID test. I worked with Cody and he was fantastic!','2020-08-03 19:36:56.756000','2020-08-03 19:36:56.756000',5,'Elisabeth Sullivan','https://lh3.googleusercontent.com/-UXORqu25O_A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckGZDEl67OVuKo9egSYMlbI-VEimA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38657),('AbFvOqmP5CJljVSwHwV9u1AjOfBFd4Q2LsygMoJLfJ456_nbYoYcL4ku3xS-13C_pYL1gv0CDyUZJw',NULL,'2019-03-20 14:18:55.951000','2019-03-20 14:18:55.951000',5,'Brandy Bellamy','https://lh6.googleusercontent.com/-JRNaKHAaTXc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn91g8dAUWqgbS40Y4APDGgylinFw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42112),('AbFvOqmP6v71aFGDRwZVMyZc6F6gprgAmqW8qh4pZliRiPPZ349IWvu483rQ6D7tqcBl21332u64cw','Came in for my wife’s hand sore, the nurses at the front desk saw her with no problem. They offer patient self pay and will see to you even if you do not provide a copay, which was extremely helpful. My wife is getting seen to at the moment and I am confident that she is getting the medical attention I could not provide. Wait time was wicked short. The ideal time to come is early morning.','2020-10-28 12:13:29.293000','2020-10-28 12:13:29.293000',5,'A.K. SUTTZ','https://lh3.googleusercontent.com/a-/AOh14GgHIGT53sw4ZapN-cr92EalNtiqTKZTNad9ewTRbg=c0x00000000-cc-rp','14904078213800803294',32188),('AbFvOqmP7AE09RTg6fnJcoR-ojVwBV0O0UoSQDgPSqL135c7K0pwhSa0Ab5KSl0ajn0dr2wIOaQdJw','Everyone is very nice','2018-08-03 09:56:00.613000','2018-08-03 09:56:00.613000',5,'Qualon Nash','https://lh4.googleusercontent.com/-5M1ivzDRAS0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclrhFehpCBsF9CIFt676iaLotOVjg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40903),('AbFvOqmp7HH4fHA30tia3KWyPZjcpROVTZcfRXT039tS-3h0Sjiot5UUPZl6mn2isjWmgrunDRP2Eg','They were super attentive & fast.','2020-11-19 03:49:35.852000','2020-11-19 03:49:35.852000',5,'James Cleveland Show','https://lh3.googleusercontent.com/a-/AOh14GhoMn7FotMXXa61Gm8GJazPVz8SLUXJffc6XLIpZA=c0x00000000-cc-rp','2077061009497551125',38426),('AbFvOqmP89fZfHQnfG92s3ctawmCJmdFLu4T7mjz3g3u3lw37FCSm54ksd_5Wl6ki-rkJY11hTOn','There was no wait, they were super friendly and professional.','2017-09-20 13:35:53.100000','2017-09-20 13:35:53.100000',5,'Sara Gueory','https://lh6.googleusercontent.com/-5hc3bQKDyKE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckiz1_mUpVLsakzqSvrMWTyKG_eLQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30970),('AbFvOqmp8WyL2p4_SnkVT9AizkbbKEpSYnKMqHm7O6gyqS3S87__UZmH7Jh_p18bf5QqwdYwlSJTlQ','Ariel the receptionist was great. She was really polite and attentive. Dr. Nylund was very personable and was involved with all facets of the care. My nurse Sarra was really nice as well. She held friendly conversation actively listened to my issues','2020-02-04 03:43:08.386000','2020-02-04 03:43:08.386000',5,'Maurice Stewart','https://lh5.googleusercontent.com/-arMyxFXZHyU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmAABSsn-nlKufcF224OYjqo_iRhg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28757),('AbFvOqmP93xc9oehyd-mZToYZdY6d9M_WLyPmbWWc2Dvc1K9NvIMP3ahu5mgsyAUe7jZG2JvtGhdXA','I had the best expierence...Dr.Henderson,Courtney,Kara, Gunnar and Shannon were all very helpful. Thank you for the best experience! !!!','2020-01-23 19:11:24.530000','2020-01-23 19:11:24.530000',5,'Oreo Gacha','https://lh3.googleusercontent.com/a-/AOh14GhfmsB2cjMLTY3Snm6ZzjMuTThHErFWYH_hEpHZxQ=c0x00000000-cc-rp','3272657195432704501',39676),('AbFvOqmP9sJ-NoydSNXoqiPXkvdAX1nu1Kl8_9bpR1Sc47m11MWdcBE6WetywmlTBO8EErFDx3Om','I would like to say Mrs. Courtney, Mess. Robin and Mr. Billy where very wonderful people and I would refer anyone to go here. Best thing that could happen to Paris. The doctors and nurses are phenomenal.','2019-01-08 06:09:53.089000','2019-01-08 06:09:53.089000',4,'Elconette Smith','https://lh5.googleusercontent.com/-u2dfwofEWGI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmcccSxC4qGSXrPzoxYkuB_BN7Gtg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42187),('AbFvOqmpa2k_Nqr4ziZnZ_OldBOdqjWH-P5FH4XrNiNmni5CF1Xb5_Enx4WLmpGHBUA9vAuh8fe2aQ','Quick and efficient service, friendly staff appropriate medical care provided.','2019-12-26 16:11:47.388000','2019-12-26 16:11:47.388000',5,'Taneisha','https://lh3.googleusercontent.com/a-/AOh14Gg17l6DW5dAb4UZga39zUsMZW-1Eu1G6DNvVncdDw=c0x00000000-cc-rp','12541597562633926366',28901),('AbFvOqmPAdtVscs7EOh99B4Ng5UjxgfWBRNxSqR7LcIDE4lFqTx1e3EKmImHHRWIdr2Ls-mkk2lsqg','My experience coming here was the best experience I’ve had yet with any emergency room in Houston, Texas. Dr. Ortiz was very thorough, and the staff here ( thanks to Brandon N , Bryan D, Meredith S)were wonderful and the bed side manner was amazing. Samantha at the front desk took care of us quickly and smoothly. The xray technician Bryan and the doctor were just the best. I highly recommend everyone who is not feeling well to come down so that they can take care of you as well!','2020-01-27 05:45:28.382000','2020-01-27 05:45:28.382000',5,'Erin L','https://lh4.googleusercontent.com/-s2rCmOGjkpw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmVl7wQmtsg1VyWbeRQ7Sll7OTsTA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30296),('AbFvOqmPafjt8vfO3g3AzNp63e6JTlDk015jF_XqafPGRRhrYxRG4spemm5O5z_IWlQydE3Gag9oFw','Thank you for your care today to all the staff at Signature Care!! I will be glad to stay on my feet, but if I fall I know who to call!\nDR. HARJAI, MD, JOGESH\nMy Nurse: Jacob\nRadiology Tech: Nick\nFront Desk: Kendra Gray\nSpectacular crew!','2019-12-12 05:31:07.596000','2019-12-12 05:31:07.596000',5,'Chrissy Brannan','https://lh3.googleusercontent.com/a-/AOh14GhmFPyy7udsdTv8XP83y_jl2vtd_B9Cia11BpT2_Qc=c0x00000000-cc-rp-ba4','16590124370714063921',34500),('AbFvOqmpALQfVutFmIEG4wc6zJjuJmQ9_JPG5UV5oDntU61HtaBiFyO1YMA0vjacMTxohZHihNcl','Just walking in is nice , I mean really nice and everyone was so nice. And if offered a heated blanket take it. The nicest professionals and left with a good feeling. A real cool crew! Thumbs up','2019-03-05 06:02:27.061000','2019-03-05 06:02:27.061000',5,'Galynne Herbert','https://lh3.googleusercontent.com/-epcuDjbBCls/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclFTemH1fHMaxu3UcMBgkymg9BXLg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmpALYctFgkUUq32KM65QteIfWCoapIqUGRidM6b1BrDHXK_Rbc7GKzes6GkiAiPF21ld6K','Dr Appiah is the best! Great doctor that helped me feel well while i wasnt feeling good and explained to me in detail about what caused it and what he recommended me to do ! Excellent service! Stephanie is very attentive and makes feel welcomed as soon as we arrive at the clinic!! Rollie Was excellent as doing procedures and making sure everything worked out well!!','2020-03-06 08:13:30.117000','2020-03-06 08:13:30.117000',5,'Eve P','https://lh3.googleusercontent.com/-ff1Z9j2TxYY/AAAAAAAAAAI/AAAAAAAAAyw/AMZuucnO8wwWmMov-Y1hw-NBQHD7bDnXbw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42401),('AbFvOqmPAnDoaPxl3pVyPlyVYloWOsmpOlEKrmGEKS9srctNSY3YuaW0uK7YdEwApOsbjwUKg6Od','Jessica and the entire team were great!!','2020-02-27 23:41:37.229000','2020-02-27 23:41:37.229000',5,'Heather Maddox','https://lh5.googleusercontent.com/-XUW7j8ahMQI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclAiu2aH5gSzZV4a11QL3Ttz9MMlA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41438),('AbFvOqmPAQE9HrsgOHcyR8yQzngBqoD6iuNQtDvNXTEz7XI_mfkd58x_qoZ_f9uLqedoKH_E26-zzA','Everyone here was super friendly and helpful! Especially Dee!!','2020-11-12 00:03:41.740000','2020-11-12 00:03:41.740000',5,'Ashley Mattingly','https://lh6.googleusercontent.com/-mHWPsdjKdd8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmXNY7t-RtftAag3lGi5G_wGZ34Vg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28464),('AbFvOqmpb413MSy6j1AkT_JHXn94EYOLa4I-nG4VTx_X7BJrzX7_Uub-3R70kzA4AhD7hWeKLTzI',NULL,'2019-02-19 19:55:14.487000','2019-02-19 19:55:14.487000',5,'Desha Barry','https://lh6.googleusercontent.com/-YVKLgSead80/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmOSU0-6jDQ98ciPCvQ2mhL9xTSyA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42141),('AbFvOqmPBEAg-ij6aIc4Iq5tFZuHiwQvdDiWgMsetzOqSsc9_fO2y-XZWlN2g0pEvjt8HtjggdZy','Very friendly staff, and they got me in very quickly! Anthony was very nice and funny, and made sure I was comfortable throughout my time here. I would definitely come back here in the future and recommend to friends.','2018-06-06 23:42:20.057000','2018-06-06 23:42:20.057000',5,'Audrey Winking','https://lh4.googleusercontent.com/-M_u_bKCstBk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnXmp7yUy1fhpgb79tzs8kWwGAZKQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35270),('AbFvOqmpbhIPmbtDdSZ3lkbUWVJquolsEl5D8lVMIkNDIgnQB32uWii0xklGtk_e9UC-OYgJLc0erw','All the staff is great, everything is very clean and neat. Clarisa was very nice and Marcus did my test and his amazing.\nWill recommend 100% to everybody.','2020-10-13 16:17:27.353000','2020-10-13 16:17:27.353000',5,'Maricela Lopez','https://lh4.googleusercontent.com/-SitxPmDr8rU/AAAAAAAAAAI/AAAAAAAAACM/AMZuucnh4MpygpdcpbPnu5wRcxuVohpUqQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33166),('AbFvOqmPbxkndr7Jh4WcfwEg7NU15O5R9rwPpy4LrXOYGDoQF6JWd7FhjrLgDik1idT-ek6-xOYMOw','Super friendly staffs !','2020-11-20 20:29:48.398000','2020-11-20 20:29:48.398000',5,'Beth Vasquez','https://lh3.googleusercontent.com/a-/AOh14GiIzIYzSqDxGCrBijqoLRgFS2N07c7d5lyrh9mq=c0x00000000-cc-rp','2694018788013845459',38889),('AbFvOqmPCEdlsQtxrZSZKgqe8qZ2z35zAAE9JkhWdpUOxuGUt1GSVVx_tqarErwuNZ5BfzNtlh8TfA',NULL,'2020-01-03 19:46:50.509000','2020-01-03 19:46:50.509000',5,'Adalberto Arguelles','https://lh3.googleusercontent.com/a-/AOh14GjXh-GLTisuyOb3syhVxVxqw16QuIoCTUXrhhFGcYU=c0x00000000-cc-rp-ba2','12541597562633926366',28859),('AbFvOqmPcXE1H1bBeUldxDkokoHxM_jQs-2c8jRh3IW350hU2Bz_beDtX_ZSWG6bCQFWuL5n7YyA_A',NULL,'2019-07-22 20:34:03.437000','2019-07-22 20:34:03.437000',5,'Maci Ruminer','https://lh6.googleusercontent.com/-3XWZ0ggAslg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnyhd6cvQhL8OCFxs9MS1QhZhH6tA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41648),('AbFvOqmpD1ZP0vSZWGwziNbntAW-09A4Y03Ivcgz2laTWtsiF6_Bm66gq3-mH2KdAdIUNkK0oEv4',NULL,'2019-07-15 17:51:00.140000','2019-07-15 17:51:00.140000',5,'Abby Davis','https://lh3.googleusercontent.com/-fS699bNvstg/AAAAAAAAAAI/AAAAAAAAP1c/AMZuucmA6Ws9AdgRbjxN98uxgvqClO9H1A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34762),('AbFvOqmPdcEpwGfPuyxIZGG2GVGfbenA53aQjbGff2xFEbPGyA9-cLp6KQiwgU_H5XzYJIjRtn9oQg','Great group of people here. They were very professional and friendly at the same time. Took the time to explain everything, and made sure I understood it. I was in and out pretty quick.','2020-07-23 13:40:10.811000','2020-07-23 13:40:10.811000',5,'david zamora','https://lh3.googleusercontent.com/a-/AOh14GjSwkVgnz1IVe5BybBODTtnC67rLKt5JIcZa3Qn8Q=c0x00000000-cc-rp','2077061009497551125',38793),('AbFvOqmpdPDhpZITj4kz7x1Lfy8zctyxN6SI71-aXPzbfV8TR6jQ5QiarXQLKDfH5nhWzrA6tocY','Lindsey, Valory and Marcus did a great job caring for me!','2020-11-23 19:52:37.089000','2020-11-23 19:52:37.089000',5,'Amy Freeman','https://lh3.googleusercontent.com/a-/AOh14GjA_9oBq4ZYjJXjSoQ46DocAANuXOKCKlFsH-Sm8A=c0x00000000-cc-rp','16389487648212004696',32891),('AbFvOqmPDRMoC1hL1uhLRGSRYmkiLJOR9TdcPvluSSQjFL8bzF6o2VxjlZH7EcwRpI6M5nbYNnjjiQ','liars! they don\'t accept government subsidized med ins plans and charge $300!!! They need to close','2019-03-29 02:36:04.406000','2019-03-29 02:36:04.406000',1,'MICHAEL KUZNETZ','https://lh3.googleusercontent.com/a-/AOh14GiG6oiVX3YyfkXpxMkABdOpE1zuLlbaA6JHSLdlAA=c0x00000000-cc-rp','12541597562633926366',29121),('AbFvOqmpEDnlcJ2IU10hw1bMQS7D-8utv5F1r5bLMIY7hZfBvGtDIVMoAMrqnfyGOGo5NmKACwmSEw','I went to signature care on a Friday night for something that has been bothering me, that my wife said I couldn’t put off any longer. From the moment I arrived until the moment I left everybody I saw made me feel comfortable and they were all super friendly. I couldn’t of asked for a better experience. They will be highly recommended by me for anyone needing emergency care and is the only place myself and my family will go moving forward.','2019-08-19 17:39:24.773000','2019-08-19 17:39:24.773000',5,'Jordan Thomas','https://lh5.googleusercontent.com/-NPRrpM_rjCQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2MBYbP1CsKrDtCxWTyGKzrWzYcA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34721),('AbFvOqmPEtbfzYmldzt514r0dFVkJrEOFlTN-NPfXGMucLNdVmIJp4oRDWzpdMMUYm_oNYr1-CWD2Q','Always fast and friendly. Thank you Darryl, Ke Aire, Lisa and staff!','2019-01-10 05:13:51.399000','2019-01-10 05:13:51.399000',5,'Tania Castle','https://lh3.googleusercontent.com/a-/AOh14GhFJDvtGXd8DDIVntdduCQUCmuLE1RRUklFP8POGQ=c0x00000000-cc-rp','3511292162159714121',40732),('AbFvOqmpf7JdJjvg-nkHXvXrGrzaj_9Z1yWpaYzlZiAcCuzwV3GsHCgq4Qz2w1K6-B1me7wRyR2MBw','Ended up here before our wedding for my flu, and then took my wife in after the honeymoon when she sliced her finger when cleaning the house. Both times had great, prompt, and thorough care. Dr. Elsebecker, Chris, and Adam were both incredibly calming while injecting the right amount of humor to reduce anxiety. When she sliced her finger we knew exactly where we wanted to go based solely on our previous experience. Although I hope to be done coming here, if we need and ER this is the place I\'d prefer to go.','2019-11-05 01:32:10.846000','2019-11-05 01:32:10.846000',5,'Spencer Copeland','https://lh5.googleusercontent.com/-XCVDNTm4sCE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3WN65l1uJDf6FMIiIkrz9a6YuxQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36089),('AbFvOqmpF82XAg6JBkOXT19eemA8TGOdyIKyOb1ZdXDd7rBp_LejV5i5zDna2OrGSmF0qQv8_cHoJw','Poor experience.','2016-01-25 16:32:46.412000','2016-01-25 16:32:46.412000',1,'Frita Wiggles','https://lh3.googleusercontent.com/a-/AOh14GgKX2pFfU8-k7Rl48nJgdK-e3C72wkjhwX1TIRxJw=c0x00000000-cc-rp','3511292162159714121',NULL),('AbFvOqmpfbN0M7ps1UqoYfipr9Gx-KHOC_l-0Xo4hfiT6ulqjOh0JXs4Far2nP--cJTdb1kCKecxUw','Super helpful and informative staff I will definitely be coming back here when needed!','2019-02-12 23:13:00.077000','2019-02-12 23:13:00.077000',5,'Vannesa Martinez','https://lh4.googleusercontent.com/-w1ZxAPfjXfQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclpJnDg8D-GKY_n7MCQyNnagQBOsA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35016),('AbFvOqmPfTciLMqhuWeWaJjjBpGvnzy5R2Nu1fbcQMMm1lIwVfSuF_g4qQ_cNT9_pbzt53nrnswwZg','Exceptional. All staff was very professional and friendly.','2016-06-28 03:19:16.704000','2016-06-28 03:19:16.704000',5,'Gracie Presas','https://lh3.googleusercontent.com/a-/AOh14Ghj1-49iZtBpMwY1thSlT7YX32scWz2Zb1SBEFLcQ=c0x00000000-cc-rp','3511292162159714121',41200),('AbFvOqmPG4fzhCl6FOTHsvpGPvArnJ3rpt1r73gqGN3s1uAUuhP1tNENEY2k6_7MRerZLSWtUZidew','Awesome place. Cody and Nydia were friendly and professional.','2020-08-12 16:57:56.895000','2020-08-12 16:57:56.895000',5,'Natalie Woods','https://lh3.googleusercontent.com/a-/AOh14GhdDn1HYJFr6byjCHioJrGy5-avTH7pxh3CafNuqQ=c0x00000000-cc-rp','2077061009497551125',38611),('AbFvOqmpgckWsfMdY4HWCjw_IQKytCLcoJ9VbBGYcvOMuQk3QUfPl8FPI2kOFIoo-xEDXtnr6UbeyQ','Everyone here was so kind and helpful. Keera was so sweet and everything was fast and easy! LOVE this place','2018-10-26 08:54:27.804000','2018-10-26 08:54:27.804000',5,'Maddie Jones','https://lh3.googleusercontent.com/-CU4mxUXq7Oo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckzGjvLK_1hVFw8yVA5ptV8sheogg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35141),('AbFvOqmPGiTomQpigPrVrFr0uhca3iJp8DIop2CL8Jhiyxx3p13PzSM9RkIjz4uBhu12xAEokwQ-','Everyone was super nice except our nurse. He had an attitude from the moment he stepped in my room. I understand having a bad day but this was unprofessional! Upon dismissal he handed me my papers without clarifying what I was getting or what to do for follow up care. When I asked him what something was he responded very rudely and condescendingly. Not impressed and do not feel I received the care I paid for as I still had questions when I left that I did not get a chance to ask as we were ushered out.','2019-03-25 02:17:08.993000','2019-03-25 02:17:08.993000',2,'Casey Williamson','https://lh3.googleusercontent.com/-iF3PRfcehpQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckrMfKVoRwCLo___IXqsAvFAD9T7Q/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29888),('AbFvOqmPGmFY_LKbX2SzXH0aHY6Z9kjzCWd180Tl2IapGOyY9qaTT5v41GIg5Zx3AUpeq3CHa5PfwA','Great experience! Fast service, Very friendly staff and Nurse Nadia was beyond pleasant!','2020-08-05 20:17:45.645000','2020-08-05 20:17:45.645000',5,'Jay Roby','https://lh5.googleusercontent.com/-0GX_0mNNRG8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnBz1GnTjadEOqfhvx-ujwKnZfGCA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31807),('AbFvOqmpGPtioz4aldWmpBTXBGjaas2MeCjrC6szlWo801XQ_ZifiYZmOU-jpXk2N6euqxurigqYog','Fast, clean and courteous! Would never go anywhere else!!!','2019-12-28 18:26:54.533000','2019-12-28 18:26:54.533000',5,'melody rangel','https://lh3.googleusercontent.com/a-/AOh14Ggz1Nvz6o0FY9ItdZkvfIpAc38UX0FpSDslxz4-=c0x00000000-cc-rp','3272657195432704501',39738),('AbFvOqmPGRJQ69oD69jnFxDJaXAkAP4l2kLBk-0l6AOu9DVLDFQGsnB9-izWcx7azvfygoTIzcrrzQ',NULL,'2019-08-19 13:33:02.654000','2019-08-19 13:33:02.654000',5,'Ashley Bostick','https://lh4.googleusercontent.com/-6XdxRNcrEGc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucliKU47yGI8K6kYGC7Ky_yJQ3CwuQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34722),('AbFvOqmpGYfpLZWhN50zCfpQGwvoCzAukEepgek9-NgSPhTCpCnSaXPuJrEUx3wti1bXYpZdZDEXXA','I love them all. Always friendly, careful, and quick. Hands down the best I have been to.','2020-10-08 14:32:43.273000','2020-10-08 14:32:43.273000',5,'Marquita Etienne','https://lh3.googleusercontent.com/a-/AOh14GiMwLPhsibrrJ9FcfFXBS05aQdA6OUyzc2nYL_xnWg=c0x00000000-cc-rp','3511292162159714121',40185),('AbFvOqmpH2BUAT4FzWr8rUgNMq7p_fxuIOQKFNcQvwkpl8KJo4FoX2F_qaE4YFyeo28rLJXRaNXfjw','Signature care here in Cypress has the most curteous and caring staff I\'ve ever met. Dr. O\'Mally is the best and is so considerate and understanding. Alvean A. Kelly L. Jocelyn A. Keep up the good work. Thanks. This is the BEST 24HR EMERGENCY CENTER on 1960.','2019-11-27 21:52:52.980000','2019-11-27 21:52:52.980000',5,'Our Mother','https://lh3.googleusercontent.com/-95QgLv1WP0w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmu4hbAySOXJfP651vd9rKw8RsGdg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33671),('AbFvOqmPhGti8IUkGOrYcx8PTN1VkdZzxo7xsSEpBXloaReYfi-UFShNV1NZM3rxL65r2FsqYbhh',NULL,'2020-02-19 19:29:52.155000','2020-02-19 19:29:52.155000',1,'Johnnie Hogue','https://lh5.googleusercontent.com/-2nAew3s8Q9s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck2btkp_quQERjl0-04Zy9sBHVSQA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39112),('AbFvOqmpHQZ0dPi56DliluAf_EiXo8TWAKop6n8uX06prF8Z4uIX2AIl9jzCMyDXFHsLJHKfMqQu',NULL,'2016-05-02 12:59:47.113000','2016-05-02 12:59:47.113000',5,'Nonya Business','https://lh3.googleusercontent.com/a-/AOh14Gg-eOwKiBZd2v41lZ2GpFusiHrRDv_cwL0nkVmC5KA=c0x00000000-cc-rp','3511292162159714121',41241),('AbFvOqmpIkCCleOLBULzGr67BR_XcNXReRHF6a4Mfui62Q1vb9WFQh2UnEsMLMypXWam1EDfgRHfjA','Great hospitality','2019-06-14 19:06:23.746000','2019-06-14 19:06:23.746000',5,'Kashmere West','https://lh5.googleusercontent.com/-62jh03Hb2AY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3K1_4f5iqueAGKQ7BNJT9eqfrnw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmPIUdDwqbIVgR5URMy5F_76W3MlKo88jeNjf1yOIbRm2-RJavW1gdHbEuLAN2iyCTotYFm2g','I am from out of state and woke up with a severe toothache. SignatureCare Emergency Center took excellent care of me. Dr Zhen and her team, Erika, Alvean and Marcus were caring, efficient and were able to get me out of pain and treat my infection. I highly recommend SignatureCare Emergency Center.','2019-08-13 12:23:48.681000','2019-08-13 12:23:48.681000',5,'Mike Shea','https://lh3.googleusercontent.com/-ccQusbgOk0w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckw5F0R2r9nxpxr1CDH1lMwxZbeKw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmPIUetG4VHQLAc26jxJHK628fVsTZ7Aci4FmPZxpNgLqTQ2iNzzBjNayj_f4G9IrJEV3Sf','The staff were so nice and helpful. April and Oz did our tests and they were kind, informative and answered all our questions. If you need to come to the ER, I highly recommend ER Care 24.','2020-10-14 22:02:01.161000','2020-10-14 22:02:01.161000',5,'Cynthia Navarro','https://lh6.googleusercontent.com/-LV8iNVG58tQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm5t-hc0xDVzKFxAR7QBECAff1xrA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31501),('AbFvOqmPjgnM-kPCbzbJLaCXHQGupb5pJ9QpkhzL1NPsP6sHiwDkyWtutQX2J3LVZmoMIH7oTY8H','WARNING: Do not go here! Unless you want to pay over $3,000 for a strep throat test! They bill a $2,000 walk in the door fee! Either you pay that (most likely the case with most insurances) or they bill that outrageous amount to your insurance meaning you still pay it in increased premiums. An absolute scam and they explain none of this going in AND add extra testing that is not needed and bill outrageously for that as well.','2019-06-13 14:34:29.576000','2019-06-13 14:34:29.576000',1,'Paul Janowitz','https://lh6.googleusercontent.com/-YN7anGqdGpw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucln2DxTnhJTjyd70iiwqeA89O6wYQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36178),('AbFvOqmPJlnCFaWjd3lKBqPls_EtyhZO4x_MJ5jzejVRGzwsilwVtvO7t_N3dRVm33RKMKGE53547A',NULL,'2019-05-06 16:05:31.529000','2019-05-06 16:05:31.529000',5,'Tyler Mcbride','https://lh5.googleusercontent.com/-Gqsu7iTGtrM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckVgnWfUHSHCs5f5GPqDtgjOmDNpg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39871),('AbFvOqmPjrIzyjZ5fxVQaHk626G-v5L9xTjZ14RFMhDaXulyJKxZvnOttDZcetwujNRR-vqhlJ5oEg','This location was excellent. Marcus and Alvean were very attentive and friendly. I would recommend my family and friends to come to this location','2020-01-21 16:15:48.935000','2020-01-21 16:15:48.935000',5,'Tonya Dolphin','https://lh3.googleusercontent.com/a-/AOh14GjtrV_19itWiz4fqZryfrpWV6OiRAuBkLcrGSxv3A=c0x00000000-cc-rp','16389487648212004696',33479),('AbFvOqmPjtdU74pkyB3nNhyEM8TygKzPyErHARYjy7DAI5vw4177g7RI7aArx1Sp3OCNmEmD6wFYVg','Fast and efficient service! Stephanie with registration was welcoming and helpful. Dr. Ybarra and my nurse Rollie were great. I got the treatment I needed and my CT was negative which gave me a huge sense of relief. Will def recommend and come here for my ER needs!','2020-01-28 05:26:45.609000','2020-01-28 05:26:45.609000',5,'Cassie Garcia','https://lh3.googleusercontent.com/a-/AOh14Gjv6_zBVKuJ5mvNZ64Qrsk2WQvUIW07FKyg8fwGBA=c0x00000000-cc-rp','8679688254631342173',42477),('AbFvOqmpJwPjLJzZeiZerfeNuwRFnDovUlo4uWUnKEAtRC5ziaT4vrMQBaPH3dMjzAXUZUCahx5lGA','I loved my nurse ozzzie he was amazing and very patient while testing me for covid and Dr Das was amazing very sweet and checked my throat to made sure I didn’t have strep after testing negative for covid ! I recommend coming here again','2020-09-09 17:53:55.888000','2020-09-09 17:53:55.888000',5,'Iris','https://lh5.googleusercontent.com/-K6vL_w9UopM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmoPyFOd77UKXhLXhJFIT9EzACq-g/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31686),('AbFvOqmPk1zcWqb2A6-QGittdXHf5Z1wuWVM1H9ErjDhol5no4zXmgiCqmm2HAxkeB0FtBUol_oJ','Signature Care has an amazing staff and they took excellent care of me! There was no wait time and I was seen right away! I\'m one of th u send people who hardly ever go to the Dr for myself. I don\'t even have a primary doctor because I haven\'t had a good experience with any of the Dr that I have gone to. When I had an emergency because my blood pressure was way too high I was desperate to find a Dr that\'s open on the weekend. I just happened to find Signature Care ER online and I\'m sure glad I found them because my friend had the same problem and she went to an Urgent Care on 1960 and was sent home without any medication and was just told to that she needed to go see her doctor. All the staff at Signature Care was very attentive and answered all my questions. They even had a program to help pay for my $250 ER co-pay! I can\'t afford ER copay so they just charged me an Urgent Care copay of $75! They are equipped with everything needed to take care of their patients. I highly recommend this place! Dr. Michael Hehman, nurse Melissa and front desk receptionist Stephanie were very knowledgeable and attentive! They even called me the next day you check up on my condition!','2016-06-12 21:00:33.729000','2016-06-12 21:00:33.729000',5,'Lao Princess','https://lh5.googleusercontent.com/-wCqQkE1UcHM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnB4EN_btQsqh_8dOC9ZKBTx6eqmA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31234),('AbFvOqmpkEKYJTCZaYpLMEQRQXdH8B3OVu2OmKJYTFkd0GXC1OYg9OY5jIf9cAIMJ6D2Ji4HnHNlGA','The staff here are wonderful, bright and vibrant people that excel in their field of care. Christina and Clay were very helpful with my visit. Thank you for your service.','2021-01-25 17:02:39.921000','2021-01-25 17:02:39.921000',5,'Bryson Quick','https://lh3.googleusercontent.com/-eTArWZCmcgk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclqa8g9oF5CY8LKbIWwy6JLIYPW6A/c0x00000000-cc-rp/photo.jpg','16891069708558046635',44412),('AbFvOqmPkHFqWYAGLNVKpACUmbA5-Ka9N8x3KXk5XgnW30CTHiDRPbIp3xkQ9jfdXLLzOt-nrNhk_Q','Maya at the reception was great and helpful!','2019-12-14 20:02:11.205000','2019-12-14 20:02:11.205000',5,'Margo Branch','https://lh3.googleusercontent.com/a-/AOh14Gjox4QnIxtUvVt6u-vSsA7pyoEzykbOKfAKKbAzag=c0x00000000-cc-rp','12541597562633926366',28945),('AbFvOqmPL1b36h3WsiTM6pNq4JsQtFuYEtbkos6lh1wKGKngHdpQChs_hSporWL5si3-gkV_awflOw','Our little guy put a peanut up his nose, and got it stuck! I rushed to Signature Care, and Kristina, Tina, Natasha and Dr Jolly were amazing, friendly, professional and efficient. Thank you so much for your wonderful care.','2018-11-06 17:00:14.863000','2018-11-06 17:00:14.863000',5,'Ward Reid','https://lh3.googleusercontent.com/a-/AOh14GjeDHvF76iB5NvIL7L2HuZpMsTHkcmTdeWSvWA=c0x00000000-cc-rp','16891069708558046635',36329),('AbFvOqmpLDauujRfArUCeUG4sRhApsQZReDGbzKSIS4c-4ywo4DTDj0FXu2Ig2oXOD2wZu_GdCieaw','Very friendly & professional doctors and nurses. Less than 5 minutes you can meet the doctor. Highly recommended.','2016-09-28 17:40:09.718000','2016-09-28 17:40:09.718000',5,'Joy Zhou','https://lh3.googleusercontent.com/a-/AOh14Gh6e6jCGNIK-n5NDqyZQ22dSC_YB3SAuRqV69OvPA=c0x00000000-cc-rp','3511292162159714121',41162),('AbFvOqmPLGkqXYuIoNswhbJRqOmOAlHTZV5gLFtpmcYs5Qi3KwnZsu6U5ZKGBoH2cGpLf9rh4FZR2A','Thanks they were great. They’re very sweet n fast','2019-05-14 21:02:33.663000','2019-05-14 21:02:33.663000',5,'The JJ family','https://lh4.googleusercontent.com/-89l4oJJzlAs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl0aKv4nIJio4RYNdDj1XwGIV-uCw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmplHtXDNkoR6W_N2ZDtIliE8Ggb2IF97DrpBPsjRZEZqVfOm_oHblqYscQV8mzZNX01YqC',NULL,'2017-01-30 14:23:45.034000','2017-01-30 14:23:45.034000',4,'Kevin Hicks','https://lh3.googleusercontent.com/a-/AOh14GgF3DfDSqOb-JKo7V5Z2YLNpVv2WiXamNxEnDOm=c0x00000000-cc-rp','14904078213800803294',32743),('AbFvOqmPlUHN5JXM-en9vsjZihMsqDuJAEZ9RWdglyECQu5Gsa4ZIlN86sPOGUfQ4Qgn9tltSAJnIg','Covid Test was quick and above all organized.!!','2020-07-20 16:09:10.447000','2020-07-20 16:09:10.447000',5,'Serge Torre','https://lh4.googleusercontent.com/-FO8tZABhutM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclsvVbJew1uVPkefQQnrh5mxZmvLA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30163),('AbFvOqmPLW3KewFw2zbhvWNH5mtsUPOeBZqJds0PirB_8fJWAHr2tjdZwhYvsn4hgwQADrbtncXTiQ','There was little wait in lobby. Got tested for Covid and strep . Results passed in drive thru ! Right by my house too :)','2020-08-14 13:46:38.459000','2020-08-14 13:46:38.459000',5,'The triple J’s','https://lh3.googleusercontent.com/a-/AOh14Gjt9NmWqxKkAQyUew4qFyOcfYJMCVTdE-MnjgLybYY=c0x00000000-cc-rp','2077061009497551125',38598),('AbFvOqmpLWZQ_i94uw32_FbAiwbJDyoNKwoonvcEM0SiSqazE1uBEwTWCHC-lP63eLRKbxj8zYbMHA','Best care ever Dr. Cat Nguyen, Ekaterina and Kelly were so amazing! Awesome experience!!!','2020-11-07 18:54:42.311000','2020-11-07 18:54:42.311000',5,'shayne spinks','https://lh5.googleusercontent.com/-NzZra0KXoyk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-olbYmqhKY9bHem6QJ8avMa-CwQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32971),('AbFvOqmPm8eoIjjwU3gEfeNAriOoBqG0vR8p9q4ZaCbXtAA8vbEH2AHGwWV5uuKGVULZXa78yp8zZg','Itza and Jacob were great!','2019-03-31 17:14:33.572000','2019-03-31 17:14:33.572000',5,'Hope Driggers','https://lh5.googleusercontent.com/-YwZA7NnUztI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmmr03hotG9SLQrx1zcvqpckRYbNQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34935),('AbFvOqmpMJf3fZjx0-qHBjfjuoVP4srrfZaC9sSdnpAuSSeESY4IuU4r1c5eQmuOJHdMadDhm7QgMg','Actually my name is Lucille Robinson. I came in late last night because a q tip broke off in my ear. I got such wonderful care from the doctor and nurse. The facility was spotless!\nI was scared to death but they took away my fear and I left as a happy camper. I was so impressed how professional and caring the staff was. This will definitely be my go to place if I have any more emergencies. Hopefully I don’t have any. Once again, thank you !','2020-10-07 23:05:14.177000','2020-10-07 23:05:14.177000',5,'Jonathan Farb','https://lh6.googleusercontent.com/-D9JYzUdmdS8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucki1qCEZEoB7CeIB39DuqnvvlL1nw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40186),('AbFvOqmpMJm_u6Z1r13-Gt1-cwki-R1TZOESC-B1LQ1Wc9e5kft0I8qNA4WkdQNDCZQP6xjl2P3yoA','I visited the cooperfield location today due to a mva and was unsure on how to handle medical dealing with insurance companies. I was seen quickly and given the royal treatment. Maria at the front desk explained the billing process and gave me the reassurance I needed to make sure I am during everything correctly for my insurance needs. This place is the best and I highly recommend them for your medical needs.','2015-08-12 16:28:13.565000','2015-08-12 16:28:13.565000',5,'Shonda','https://lh4.googleusercontent.com/-yxTd-U6KXww/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmOXuApg3gwRT4X6NT3rqf0qaRl-g/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38392),('AbFvOqmPmUi79W00eT6IR97zdF8k-4IPbYfZFqH4JPHiZReLZPih4WQrBuUYBIvSqQy2dClpAcf_xQ','Christina R., Clay, and Dr. Rose took great care of me. Very nice and professional. I would recommend them!','2020-10-05 20:30:59.520000','2020-10-05 20:30:59.520000',5,'Caleb Schnatz','https://lh5.googleusercontent.com/-DlY_uyqyjLM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucke_LAZRLIt4z9lQsmZANeg7BsSbA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35741),('AbFvOqmPNiFvntG4jgEKGASWE1W7PvFNWzQ7pAMaOd-Ni4Od8tQ78gVaWNL0fqgDGsNgKMCcLFf9','Nurses and team were very nice and attentive. Got check in and seen very quickly by Diana. My husband was the one being seen and the doctor was dr. Zhen and his nurse was Kristina. Great team and staff!!! Would recommend coming here.','2019-12-27 19:01:59.058000','2019-12-27 19:01:59.058000',5,'Crystal Vega','https://lh3.googleusercontent.com/a-/AOh14Gj8rGARq37bpa9NV-yrQOfxrcaPozAv1lSy14Ta9w=c0x00000000-cc-rp','8679688254631342173',42529),('AbFvOqmPnlKxINh_4_QokdkJ7rgvGTsBhgFtQmfD70ZcblRnIYkqyEfLU-LW7vG7QOoGLrwlN8JY',NULL,'2020-01-24 22:01:19.759000','2020-01-24 22:01:19.759000',5,'Og Dynasty','https://lh4.googleusercontent.com/-neUw9NewbZ8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm2LQF-kdPnZkYFWgAYjeWTrhRM9A/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39673),('AbFvOqmpNu1xWor-qhlbyeE2jRl_90QKcRKzzknFhbMJ125JaQsGt_26gg9C6zlOFKlFK5kp7dM75w','Website was very quick and easy to use.. There was a bit of a delay because a lot of people coming into to test. MY ER technician Georgia was awesome very quick and professional. Waiting for the results.','2020-09-29 00:43:39.656000','2020-09-29 00:43:39.656000',5,'Michelle Garcia','https://lh3.googleusercontent.com/a-/AOh14GiBJOKtPLUrp87A4GcYj311gLvhd_8zetGqlAlYcA=c0x00000000-cc-rp','14748677429039074158',31606),('AbFvOqmpNufSUnr317oGWYJfoVKUil_Och3ZkBt17LQ_LZtGK_nkmlPwTVsFf_DpGgVOb_i_rLyw_Q','I had a bad experience, MY brother had a Big pain, and i called the 911 abs they Bring Us to San Jacinto, and we had yo Wait more that 3 hours for they to take Care oh him. They Was focused on the information and Work whaterer! Instead Of taking Care of him. Then when they saw him that he cant even tell then anything, then they took him to the room. And leave him hours+hours without salina me about him Or something. They when i told them, one Big word, they went inside to check him, and he wasnt good, he Was leaking on his back and the ecg wasnt promperle located.','2015-02-17 19:26:58.311000','2015-02-17 19:26:58.311000',1,'Jafreysi Abad R','https://lh3.googleusercontent.com/a-/AOh14GgeHuf6ubU-dFqkpvgJsCUty2TdTka_KU1rn9T9hOo=c0x00000000-cc-rp','8679688254631342173',42789),('AbFvOqmPnvoUBk07LevqarzoZr6nlnL6sf5nJDqaIz9N5tvPBy6Shdpj4CtKhpkymWC_IRrTlPFT8w','Everything was great. took care of the problem went well.\nthank you !\nDr. Harjai\nKelly L\nMarcia D\nPatricia C','2019-12-06 22:17:35.634000','2019-12-06 22:17:35.634000',5,'Areon Trammell','https://lh3.googleusercontent.com/a-/AOh14Gh9TSOv_xXaHPF_nhXHNFjfpHT64vZ67jaXBXmx=c0x00000000-cc-rp','16389487648212004696',33631),('AbFvOqmpo-mtBsrDJDayXjmtXSZodQil_Qau1b4a80swwN1X0bukSBLmutUp2MJK5UTXc-aqfjNc7Q','Dr. Sali & his staff at Signature Care took great care of my 9 year old! We will definitely use them again if need be.','2016-09-22 23:30:11.337000','2016-09-22 23:30:11.337000',5,'Rosanna Hoodye','https://lh3.googleusercontent.com/-BVIm2jY5ipk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckmXT1jkrXPQB3XZWeLWVjrMYYJCg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37300),('AbFvOqmpo1MQY226BvTsYf_PDY3UjohvssFlIzvzWlAB2cASAYh2vmrveVMyvczzEKr7K_zf4FJ8Ig','Very clean, and fast service. April was so pleasant and helpful.','2020-10-21 15:57:13.812000','2020-10-21 15:57:13.812000',5,'Robert Epps','https://lh3.googleusercontent.com/a-/AOh14GiGxZtCpiLZlMtBXcpf_up0wqFOyQQO5ISBxfVJyw=c0x00000000-cc-rp','14748677429039074158',31479),('AbFvOqmPo5aR9n015329DJHx11U1mCwySpwTsezSpkHQIj_n_tnZUxQMuOfEF5l0g70aHbOlDxwapw','I was sick, a very bad case of food poisoning. The staff here (Dr. Noor, Nurse Naureen, and Dion) took such good care of me and were so sympathetic. They even feed my poor boyfriend who\'d been taking care of me all day. Keaire at the front got me in and out with no fuss. One of those places I hope I never need to go back to, but if I or my friends/family ever do need urgent care, we are going here. As a side note, i had been to a different location previously and the staff there was great too. I am very impressed with this organization.','2019-08-02 20:24:08.587000','2019-08-02 20:24:08.587000',5,'Stephanie Craig','https://lh3.googleusercontent.com/a-/AOh14GgYFiXonOSPIEEBrR9tB_B3ZkKiaLGTHSdmNjdPeg=c0x00000000-cc-rp-ba4','3511292162159714121',40467),('AbFvOqmPoE9nkyPXYfotmbk6rEkzWiRln2TSEJq6kRFjZbC81az6UcGC66y9ng7XZPtQPahvN66psg','This facility is cleaning, customer service excellent, staff is very helpful Dr.O’Malley, Alvean, Sibienne were all helpful and made our visit a breeze , you also get complimentary drinks/snacks and a warm blanket while you wait. I would definitely give this place 10 stars if I could. I just love love love their professionalism. Great job guys keep up the good work!','2019-11-14 19:13:35.752000','2019-11-14 19:13:35.752000',5,'Richblvck Guh','https://lh3.googleusercontent.com/a-/AOh14GgG1sQopgxU-6uTFb3CudPjRr7gOMcWuaeGjmjm=c0x00000000-cc-rp','16389487648212004696',33759),('AbFvOqmpOF1QR4Baqqrz2gjlywxrkfPIrFa6qKS85tsWlExj7yF48FrCf8mX-aESyobId2t0ujDKgA','They staff was wonderful! Anthony, Morgan, And Dr. Vakey were so nice and got me everything I needed in a timely manor. I highly recommend coming to signature care!','2018-11-19 20:10:03.415000','2018-11-19 20:10:03.415000',5,'Remy Hebert','https://lh3.googleusercontent.com/a-/AOh14GhbhhaK4NX54C2PA6cgaLNjgwzVOUORRJSEho2Y=c0x00000000-cc-rp','16590124370714063921',35098),('AbFvOqmppAnbt0YJD_pXcJFxKwiIdsYR1Su1OSq4dYFehth8MM2swYU9Bq2mbJv5igfPpYJt_goCFA','Very fast service! Everyone was really nice. Very professional. I got my results very fast. It\'s very clean in here. Thank you guys\nAnd once again I am back and the service is just as fast!! Haven\'t even been here for an hour and just now waiting for results.. they treated my pain.\nThis place is great! Highly recommend','2020-09-20 02:53:09.941000','2020-09-20 02:53:09.941000',5,'Estephany Davalos','https://lh5.googleusercontent.com/-wN8XlmTSt8c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucktgSjuzJNlZTlbHu0gFCZ0enFdew/c0x00000000-cc-rp-ba2/photo.jpg','2694018788013845459',38968),('AbFvOqmppCWI6PfEcYotMCsjtcL2HySxwOXpB2qIT5ZYLooNMEU5mhaLftKGZsaG2V3kYdek3lBHzg','Brought my daughter to emergency a week ago and they treaded her so well the beginning we got here. Now I came too, and they also treated me great too! The ladies from the front desk to the nurse, the doctor, the RT they are ALL really nice! Definitely a great ER to come!','2020-01-28 00:15:57.630000','2020-01-28 00:15:57.630000',5,'Maria Hernandez','https://lh5.googleusercontent.com/-GLDR4maRvMU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckNtiFyE3Iqnaas6XjV5yN2sWkCPQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32360),('AbFvOqmppebDg4-0jRmYd8G04hgYiQURyVHZSV1BPaOMYXzSKcU0fd9O1lsb1MQJ2SxhReNrMb_egg','My husband was treated here by Dr Wang for a urinary blockage. He received excellent care and was treated immediately. Everyone was very helpful and kind, very professional . I recommend this center for anyone who needs immediate attention with their health needs.','2020-11-21 15:04:19.873000','2020-11-21 15:04:19.873000',5,'Theresa Chambers','https://lh4.googleusercontent.com/-d0byZntBvnU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucno7skuhjn3ksB_YozrsdkZaGpisA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36511),('AbFvOqmPPHi15qRfiCtNuoICTbxzFgqTM8Pw_dSf7Lh4fPA6fDjrcaSTTJ2qAuIdnDTjm6HPF0H-7w','Everyone is very friendly .. Thank you to Doctor Ortiz . The nurse Dana . Marcus , Jocelyn and Jordan for being so caring . I had no wait time . I would definitely come back and will recommend Signature Care to friends and family ! Thank you guys for everything!','2019-12-16 16:49:31.803000','2019-12-16 16:49:31.803000',5,'Tasha Cruz','https://lh6.googleusercontent.com/-CzLaK-y61X4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn_4lB9cAle9luD9TBguJm1uEBI_A/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33602),('AbFvOqmPpxfMiJY4JNT12DXNSc6Z6XgGIyiOX-sWyY4o5YIDSQ_lLaPX8uZOV3-jf6tf6Jkx03jiDg',NULL,'2020-07-19 21:01:45.601000','2020-07-19 21:01:45.601000',5,'Kirstyn Schultz','https://lh3.googleusercontent.com/a-/AOh14GhOVs6qCDYoXCfBshlzPa2hAIkOGq1paXJT0vmjEA=c0x00000000-cc-rp','14748677429039074158',31961),('AbFvOqmPqLWB3Z6urqa5LfZu8yF0mXZNAQkHnuDTANEK9Elb3PKKPNwssVek5Rt_tUH_LTtdksrUTA','Ana,SARRA & FAHME, SHERWIN, CHRISTIAN I love these place','2020-03-07 04:16:59.647000','2020-03-07 04:16:59.647000',4,'Erving Wilburn','https://lh5.googleusercontent.com/--o7790yqZOU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnJYJU_Bo-VUmoKwLgoNhPrJP-vDw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28659),('AbFvOqmpQNb8l-ckr8NHWzYvjr5pIo1eHyvEjJxF51ZBZqymyoQc-DYt9iKcMeoCbk76k3GXxnrcrw','The staff was so nice and helpful.. they were more than willing to help. Dr. Wang explained everything perfectly and Irving & Thelma were extremely courteous as well. Would definitely recommend!','2019-11-05 01:19:40.489000','2019-11-05 01:19:40.489000',5,'Latasia Ramar','https://lh6.googleusercontent.com/-FvVQSV5beMY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckz9N0KAxjRiiSwE19Z7N5c568oMA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28985),('AbFvOqmPqP4JKGlgpEGwQR9OKBL_YQViDblaOgOeDj_DqkN0T7vtI1RT-RpHdGNHjOhvZoW98DtU','Had to take my son into Signature Care today for a broken finger and stitches. Everyone there was so amazing at helping him. The front desk ladies (Amanda and Christina) we’re quick to help and got us right back. The nurse Christina and tech Chris were awesome at calming my son and getting his x-rays and prepped. Honestly couldn’t of asked for a better Dr. Dr Miller took the time to explain everything and keep my son calm. Everyone was very professional, compassionate and understanding. Thank you so much.','2019-10-17 19:23:00.257000','2019-10-17 19:23:00.257000',5,'Tammy Husband','https://lh3.googleusercontent.com/a-/AOh14GgC38sMrK2rFGkzvg6qgrvNpfVJvjk778ch194ZwQ=c0x00000000-cc-rp','16891069708558046635',36109),('AbFvOqmpQPFjAVfZqy0L5OmxwR1Zoi3pgreKNyVs5fHe1ve-qBHgJioamNzY7gLgANr3wd9N_Mab','Awesome service from Maya at the front desk and the nurse called patients in quickly!','2020-02-11 22:56:21.891000','2020-02-11 22:56:21.891000',5,'Adrienne PCC','https://lh3.googleusercontent.com/a-/AOh14GgZ8ZENe2QM9uLKY3LosnTmUxcKERKA9THSv7hnzA=c0x00000000-cc-rp','12541597562633926366',28735),('AbFvOqmPqRmIJ0EtRmmmo2LEZ5iLRttYpYiniz8p-DsBCV4BdBkjNOwgmWcJIbfnhMDNhoNcsVXt5Q',NULL,'2019-06-10 07:29:03.352000','2019-06-10 07:29:03.352000',5,'Magen Trent','https://lh3.googleusercontent.com/a-/AOh14GhM099vKMDc8eobQ46mSne6Jf3Lj0YTGrt9kIy7cg=c0x00000000-cc-rp','13486358490203335051',29814),('AbFvOqmpR6k9FzuiUOcm1qZz_Zs1Q-Q6IxDqSvH_221OT6qmhl4mA1DONhTITJPOXhNWyG3IFdFf3A','Well I posted a good review back on January 16 when I took my husband with a bad throat infection.Now I regret that review I was soo ignorant and too nice after all money I have pent It was a waste of time and money.\nI paid $300 for 1 pill Motrin and 1 Shot supposely Steroids. and the only prescription was Amoxilin, well we already have those at home. Dr Anders all he did was open mouth and say ahhh.\nI regret the Positive Great Review since he never got better the following Monday I took him to Clinica Hispana OMG they were awesome they cared they talk they diagnosed, Gave him 3 shots and 3 follow up shots and only 5 strong antibiotics pills. He was a good by the end of the week.\nSignature Care oviously is either Racist or they didnt care to take care of some gay couple. Never again','2020-02-11 21:18:40.240000','2020-02-11 21:18:40.240000',1,'Javier Ronquillo','https://lh3.googleusercontent.com/a-/AOh14Gg_rYjiL0gDWvV3tWtMBmJ4n6LiUH7KyAUbVyfCWyU=c0x00000000-cc-rp','6521947413723274945',41486),('AbFvOqmprf__tGUFjangahxCriewz5Cs3bZBl249XowRLOuEI_TW6y7uZB7RTQsdm8nM_jNIy1j1ww','They were very nice and helpful the process went by very fast.','2020-10-31 00:22:57.321000','2020-10-31 00:22:57.321000',5,'Alan Perez','https://lh3.googleusercontent.com/-tlNXtPJ4JkI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck59rWVyVHDgDO1DFQn75z2Biu3lw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42273),('AbFvOqmPrFeLevnOaOKD717TuaY3JSlT-azFag1jFeK-EkYfDIV2KKv4v7wxvTaQsAod-WWC3RE-jw','Staff was awesome! Took my 4yo with an ear ache and he was seen in less than 10mins from when we walked in. He was terrified to go in there since he had just gotten his 4yr old shots less than a month ago and he forgot about it once they started treating him with toys :) they were great..even walked us to our car with an umbrella because it was raining!','2015-03-31 01:17:56.285000','2015-03-31 01:17:56.285000',5,'Karina Tristy','https://lh3.googleusercontent.com/a-/AOh14GiGXDk0ivriLyC6MqFDRAbW-_56-Xj_5CoTk-7JSA=c0x00000000-cc-rp-ba3','17898197009688164559',38397),('AbFvOqmprLFdjnQhK9eRbEeO3Dq7U6Ncof2QEnEc_hFULadumVIyCwr_3NLHk9sAX9FjqCEzR1b_Vw','I was treated very promptly and with the utmost respect, which hasn’t always been the case with other emergency clinics. Dr. Soli specifically was very kind, gentle, and respectful; he made me feel safe. the staff was communicative and answered any questions I had promptly. 10/10 would recommend','2018-09-14 14:30:48.872000','2018-09-14 14:30:48.872000',5,'Hannah Logan','https://lh3.googleusercontent.com/a-/AOh14Ggbv0hFqEBs8jEPx2zQaCr_-kcREQdmzE16kTfWmw=c0x00000000-cc-rp','3511292162159714121',40833),('AbFvOqmPrmDlvNso8YS2xzR8MS6Qdgtr1NlIuVf8aaownT3mJcewwbKmI2Hobraw70ioAtZ9Y8tPQQ','I was treated like a Queen. The doctors and nurses are the Bestest!!!\nIf I ever need to go back, I surely will. I recommend the hospital to everyone. When I left I had peace of mind knowing that the staff really cared for me. Love.Love Love the services.','2016-02-24 17:45:27.404000','2016-02-24 17:45:27.404000',5,'Catina Jones','https://lh4.googleusercontent.com/-IYdf-WFzRaQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck6Q_2cAogVoM0raTfzFuBWAdlxKA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37375),('AbFvOqmprmyLG55E6tjREHqiHdxlQLoZqE-v3P4BUJVlx8Wek2X43Rp7Kic3nkS2B3Xhu_8BD-fVzg','Dr.miller, Nurse fanny, jorge and keshawna are excellent team','2020-12-21 17:53:04.961000','2020-12-21 17:53:04.961000',5,'Teniola Aminat','https://lh3.googleusercontent.com/a-/AOh14GhPlepdBW2JTIWIszDkpwXViCdqCBNs1008YJYAlw=c0x00000000-cc-rp','17394740196501090048',43637),('AbFvOqmPrVGJYfbByNa6--FO2pFAfLu3ZQsisSJ8NvV_f2yJqBbbGO60TQ7IVnJ5XVmUbH6JNqDg2A',NULL,'2020-10-06 23:00:25.584000','2020-10-06 23:00:25.584000',5,'Benjie Link','https://lh6.googleusercontent.com/-ZIdEKBKqyAk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnRwPNA8nz6ukpczzQVlBLZ7E0rKQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31549),('AbFvOqmpRYQD4db-7kk5nEcduA65abDwTCzAJ6exVnh5WADpaYPffv9Bfv5KTk3-uSl5RXwKDGGM4Q','Got in and out in 30 minutes. Facilities were super clean and well designed. Staff was extremely attentive and prompt.','2017-08-20 02:02:30.492000','2017-08-20 02:02:30.492000',4,'Maya Kumar','https://lh5.googleusercontent.com/-104ZnOwvTRI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclCQNgb2CC90H2KFsiL6swEJUtpEA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30981),('AbFvOqmPRZpp1b7zI8-e4HPC3droIG_aBAaTbYUpdp7BLBmPCpjvGMnOgUSBeRy_7qCdikqTmr99','I rolled my ankle and came to Signature Care Emergeny and Dr Anders and the whole team was very nice and took really good care of me. Got my x-rays and meds and wasn’t in there long. Adrian was really nice and wheeled me around in the facility and wrapped up my ankle and wheeled me out to the truck. That’s when we realized we needed a jump start! Megan gave us a jump start cuz my fiancĆ© run the truck battery down listening to music while waiting on me. Her Jeep wasn’t giving our batttery the juice our battery needed until Adrian figured it out that it was cap over a ground nut on Megan’s battery needed to be taken off first....then as soon as that was removed our truck started right up! šŸ˜€. Thanks everyone especially Adrian & Megan for everything!','2020-09-07 07:37:20.937000','2020-09-07 07:37:20.937000',5,'Roberta Miller','https://lh3.googleusercontent.com/a-/AOh14GgLq-_KOl3EGeg7rV1Jy_Ln0ILZXKadP6yiw6Rw8Hw=c0x00000000-cc-rp','6521947413723274945',41298),('AbFvOqmPsbqOoaVsqy8Dyv0GVeOeRLl2Qe8xr-WMgqCShIKBTCcmYAWQ5Fr4t0mr1RMCrB9rv_oV','Service was awesome! Experience was great. Staff was super friendly. Iļø walked in didn’t feel very well, but the doctor and nurses make sure when Iļø walked out of the emergency Iļø would feel better!','2017-11-11 16:27:07.691000','2017-11-11 16:27:07.691000',5,'Uyen Huynh','https://lh3.googleusercontent.com/a-/AOh14Gga0mGybCu3vsE7QwIlaKOpThsnbZjR8lmCf19vVA=c0x00000000-cc-rp','17394740196501090048',37034),('AbFvOqmpSOW_flIxCEwCEtP4-lBPDF_xp-PrC9KvBN4H5Qo7cFu0XNz-Z6soZ2hfNeMSFKDvNs-4','jacob, kendra, and Dr.Vakey did a great job. i was in quickly and everyone took care of me it was literally the best experience i’ve had at a hospital 😌','2020-02-01 18:21:53.075000','2020-02-01 18:21:53.075000',5,'victoria field','https://lh3.googleusercontent.com/a-/AOh14GjOrn5S_81xxSClwMGv_LPU-vuH2pb3vunjxof_gw=c0x00000000-cc-rp','16590124370714063921',34407),('AbFvOqmpsSkINktEEJZQejBwX0_Fj8Ws4EEWgpUwQKfY5ZFB81-O7GKpefEb9UV2W2H5FFsvxF6x','Great quick care!','2016-06-09 16:21:40.355000','2016-06-09 16:21:40.355000',5,'Colin Dooley','https://lh4.googleusercontent.com/-RDUVuC7UbFU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclm9bAu4kQzKqDOTFo2pZdp3-BcTw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41219),('AbFvOqmPsWkBeistHTmVkMutc4zSGzJwJR173xvP07nfKWaGA0Yh5ucjtpTNfuyOIIvVAT1FG-k12Q','I had a very good experience and very friendly and helpful staff. Thank you y’all for making this testing thing so easy!','2020-07-24 18:23:56.691000','2020-07-24 18:23:56.691000',5,'fabiolaa calderon','https://lh3.googleusercontent.com/-eAQdEeLhhgI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmWYok-Tiv_HEA2bhDLV34KQGc3wQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38789),('AbFvOqmPtO7wYaosRA7Y4rsLH5LaivmuZpyIgQdGsAznGTVaQznxs4b8R_puKMqy-CucDO9oKvQA','Everyone is so friendly here! Ms Alvean is awesome! Brian was very sweet, Jordan was very professional and Jocelyn was very sweet as well.\nRooms were spacious and comfortable.','2019-10-23 20:33:13.507000','2019-10-23 20:33:13.507000',5,'Stephanie Colorado','https://lh3.googleusercontent.com/a-/AOh14Ghq2Ycmdvq79sSl52rSbu0e1JehucFNBCJYF6VD5Q=c0x00000000-cc-rp','16389487648212004696',33840),('AbFvOqmPtOFLo4_oPTxZBdP1qqFbLYLNM7sP_G92WXjtPWrZY0Nz-aybMOSM3fKhXAzBXYorsrwv','Great place went pretty fast everyone was nice. The doctors and nurses were very helpful would come again if we have any problems','2019-07-08 02:13:36.081000','2019-07-08 02:13:36.081000',5,'Alejandro Erazo','https://lh3.googleusercontent.com/a-/AOh14GigNBpNUaAYhykAKcWSKxgrC_e_04vjtvqsgPEbqQ=c0x00000000-cc-rp','2694018788013845459',39310),('AbFvOqmPTRPkstFl1Bzq-X5ObWmywk96eyO3VNkOOYCUbrrMp3Q-2VZzz1dj1ciLwX3fbdZm9biMFA','Had a very easy process thanks to the help from Cody, Brenda, and Nydia. I was in-and-out in no time.','2020-07-26 20:19:24.817000','2020-07-26 20:19:24.817000',5,'Eric Boecker','https://lh3.googleusercontent.com/-44v4qPJD-q4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn-l9XL2OImcFeRXZQVr26vN3bTFg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38760),('AbFvOqmPU75WGL4z_daMSyQeVMMgKd1mVroLLpoHa-RVvrK931Zh6w9ej5P4HanexSgANSIYMKB2','The care and service given was fast and professional. Very polite and friendly staff whose smiles will make you feel like you were never sick before you got there. I recommend them to all who truly need urgent care; go to them and you will never get disappointed.','2018-01-24 13:59:33.877000','2018-01-24 13:59:33.877000',5,'Kennedy Kwasi Yeboah','https://lh3.googleusercontent.com/-lkqvHQRURsY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckETVjJaG-QKgIYozoAVK3F7aYD5Q/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36995),('AbFvOqmPU9JHIK_qzgQfytwzQnmq_YSj1N4WKHGbGZ0byopFamPNyYkvYWRy86fWoQZNx-0jsOd0hg','Great care and and customer service!','2019-08-22 13:59:30.518000','2019-08-22 13:59:30.518000',5,'John Jaster','https://lh3.googleusercontent.com/a-/AOh14GiXQW47l7zaZaLGZOuFDLpPT8sPTtyivshRjdJ1=c0x00000000-cc-rp','16891069708558046635',36142),('AbFvOqmPUa4ACzjAE9RSSpPf72HWIBI4WrSZMn12K-DyVxkr6yee6zqYAYGYKyV5QQ28yVsq4yZs','I have been here twice recently for pretty serious reasons, and the staff here is outstanding. Doctors, nurses, radiology techs, front desk staff are all extremely competent, friendly, efficient, and all around great. No wait either visit, even though both were on weekends. Very nice facility. Free snacks. This is a great ER facility.','2020-03-07 03:38:29.150000','2020-03-07 03:38:29.150000',5,'Sally Gustafson','https://lh5.googleusercontent.com/-EJlxZPuu0rc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclwV0eOqPB6r8F4LGxAs3ZGUTqJ2w/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35933),('AbFvOqmpudstDpBG27spY3J2JVaRNTWtg2x6rcP1LmsZyIS0wJc3irWEEYggfDpFgREESNgoTdoCvw',NULL,'2020-10-22 02:20:09.695000','2020-10-22 02:20:09.695000',5,'Frem Reggie','https://lh5.googleusercontent.com/-1rmKo1-HLWw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmufQe4tT2K_zbDzSUPk8wzeWQdIA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40130),('AbFvOqmPuIeYg8w1c4Ma_hspUjrkMZJPf62hrp9ZVQiGTwFQDdtXq8-EjJfpTjp3hkKqkhFkLoLzhA','They were very friendly and helpful. Asked my boyfriend if he needed a warm blanket. Doctor was very nice. Overall was a great experience.','2019-04-24 22:46:12.582000','2019-04-24 22:46:12.582000',5,'alizza valentin','https://lh3.googleusercontent.com/a-/AOh14GgyWzvNTEs9WHMF5_6rqoGZ_oWKyyv6xiRg8y-wdHQ=c0x00000000-cc-rp','2694018788013845459',39362),('AbFvOqmPuQ6pZJ-rKnVOxasDEiosQYGfKQdfjwpu_CugVghMfR6H_lmS2Qb77-hnFlpZwVC7cl0T_w','Great location. Wonderful staff, and very quick. My family will be coming here for all future cuts, scraps and bad bruises!','2019-05-08 15:09:17.602000','2019-05-08 15:09:17.602000',5,'Darryl McGuire','https://lh3.googleusercontent.com/a-/AOh14GiLmdTqcosWRNSsGO0dgzGjf9EEUk-XcpnOGPRiIPQ=c0x00000000-cc-rp-ba3','17898197009688164559',38192),('AbFvOqmPuShKuNSE1A5zFx1_37pw9qgEAF6k4fH8mj63JVLkwcA2qf6fFykbgFhTNjzvceQmvTBuiA','Great patient care at Signature Care Emergency Center! They make sure you are comfortable and well taken care of. Once the doctors find out your illness your treated and your out pretty quick! Where you back home resting. Thanks Dr. Grinblahs nurses Laura, Jacque, and Richard.','2017-10-10 21:32:13.463000','2017-10-10 21:32:13.463000',5,'Tina B','https://lh3.googleusercontent.com/a-/AOh14GjQdxYgMZqNzCws3XWhsnRL0lWU1Owc_qFcB63kig=c0x00000000-cc-rp-ba4','3511292162159714121',41011),('AbFvOqmpvLanU5t6sl3Msn-pWc7nqK4AcO3SJzoiIjM56Eh3_Ii2RDrL2rsdj5bvdn5z5rmoGMUB9w','We went here during the night with sick kid. The place is very clean and neat. People are professional, kind and efficient.','2019-10-25 05:34:31.603000','2019-10-25 05:34:31.603000',5,'Zhijie Dong','https://lh4.googleusercontent.com/-0FWRjL6H-g4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnrTvez4VZLiE0V8XS7WKdX1eJYAA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36101),('AbFvOqmPVmXMTh6yfT668H14AtnsvdGItq5X28XoqUjg0tWRtaCduNI7-0zAp8QNUSlMCwTUx7CpUA','This place they do have very nice people working there. But the only thing that I do not like about them is that they take to long to file your claims. I have been waiting on them to file my claim for two months going on three. I need them to file my claim with Cigna so that I can meet my deductible. I cannot afford to pay this high deductible but my insurance company has told me that it is because of Signature Care. So if you get sick and come to this place, please be expected to wait a long time before they file your claim. This is ridiculous and one is blaming the other. Insurance company or Signature.','2020-03-14 02:33:25.888000','2020-03-14 02:33:25.888000',2,'Sharon Watson','https://lh3.googleusercontent.com/a-/AOh14GjaZ42YinS_1DspX7AamLBxcqtuK-PTJHcb8CmI1w=c0x00000000-cc-rp','16389487648212004696',33262),('AbFvOqmPvolMApBNn_SmGABbyRty1xqStxRJlc0EgVxg5Ln3VaZBBhY6mdjumdJg8cKdhWJOUyaFuA','We are visiting US from a different country. I don\'t speak English well, but I have to ask my friend to write this review for me to show my appreciation. Yesterday, I took my son to the facility because he was having a lot of belly pain and vomiting. We were uncomfortable initially because our English is bad. Dr. Ding treated us so kindly. She brought in an IPad translator and explained everything in such details to us and gave us time to ask any questions. Our son love this doctor too. Because we are new to the country, Dr. Ding print out pictures of Pedialyte, so we can buy it in the store and she also wrote down the exact dosages of Tylenol and Motrin for us, just in case we can\'t read the instructions well. She spent so much time with us patiently and brought my son different flavors of Gatorade, so he can choose. We had a very nice experience. Nurses are very nice too. I wanted Dr. Ding to be my son\'s pediatrician, but she said she only works in ER and has no clinic. We love Signiture care and especially Dr. Ding. She made us feel that she really care about us!','2017-09-20 14:50:04.932000','2017-09-20 14:50:04.932000',5,'Huyn Hmmuhy','https://lh3.googleusercontent.com/-f_Rs4k31-0M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTUOG30GoKxPex8QW6_BcoEhp2rg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35376),('AbFvOqmpvoRVVaDueKBQgDO8Xer3ag170zKrqI-Z1ImVUSlcWzFbLseOUReQ8zMOLVUlcyNJ3iwx',NULL,'2016-09-03 17:55:37.266000','2016-09-03 17:55:37.266000',5,'Mirna Centeno','https://lh3.googleusercontent.com/a-/AOh14Gj8BlArISbPsA1mTi7UyM7YsvTw5wpumzIky24EDQ=c0x00000000-cc-rp-ba4','14904078213800803294',32782),('AbFvOqmPvvmArvIeZoP0TWCXMhetxQoQB1oigV5fLldh6nG6chsbXeVnUuhrIYGCCIUfa0u9_DlVYA','Superb visit. This is where you go for emergency. Excellent, fresh facility. Super kids friendly, which makes things far easier. Quick, knowledgeable doctors. Super positive experience. Thank you!','2017-04-03 16:30:30.438000','2017-04-03 16:30:30.438000',5,'Dmitri C','https://lh6.googleusercontent.com/-pNKN_VmM3Tg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnRV1Q-88jx8YVIT2U9KVTtytGoyA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31075),('AbFvOqmPVxCHwF83e5kVr0qMJvUPmUrGhGRVNmdlPdjNcTDiRD6Oaltzq3ygsOxDVrOn6RyF8Evw','Iwas seen by Erica. Her and everyone else was very friendly and helping','2019-02-22 14:24:19.192000','2019-02-22 14:24:19.192000',5,'Octavia Jones','https://lh6.googleusercontent.com/-4LvSlHLAdII/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmsuMJNOsblLmaJA_80YQwPjprsaw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42139),('AbFvOqmPw7Dam7PTifbWPv9Ub0OAcyKu0ZOCyjnRv4XAKc06mnwOfGCd0GzGVOBsfA8jP4GbPV0i5A','If I could give zero stars I would. They were rude, dismissive and uncaring. I heard them joke about me and give more attitude in the hallway. I sat there and waited while they joked around for 30 minutes because they didn’t care. If you really need help I would suggest seeing qualified health professionals that can actually get hired by an actual hospital. Also Lia the rn was by far the meanest most uncaring RN I’ve ever come across in my life.','2018-12-30 15:24:43.545000','2018-12-30 15:24:43.545000',1,'Caitlin Jackson','https://lh3.googleusercontent.com/a-/AOh14Gjw45ox7aIKgNHbgWRvZwA2TOc9clN7YxJOIwcm=c0x00000000-cc-rp','12541597562633926366',29173),('AbFvOqmPwZhQ4MFlDUvlpyJxCeS1Cdct_iaWFNTYRQp0GhJRqFtpNDx4_RJnzsuXzVhLwFkce--h',NULL,'2020-09-17 20:01:52.243000','2020-09-17 20:01:52.243000',5,'Norma Acuna','https://lh3.googleusercontent.com/a-/AOh14Gh7uLcsi3TyiyYck1Klc5Ve6fIYX67dkIinrFwB=c0x00000000-cc-rp','14567670160750071148',30120),('AbFvOqmPX5xcw9LVAhhD6S7u6-Ga7WcsYKbMaeC-RQ4LUbBw-BSb9tJw8dtCSjt5TvEmFFH3JyhGFA','Very fun, friendly staff and Teresa is nice.','2019-07-27 23:52:14.915000','2019-07-27 23:52:14.915000',5,'Jacklyn Millan','https://lh3.googleusercontent.com/a-/AOh14GgqPBwO7glEeEnr-dk9F1wjyWIKoLioAu6dW8Yk8w=c0x00000000-cc-rp','6521947413723274945',41637),('AbFvOqmPXK_zc-A0KUH0y36MLqTTXePxI8rG8om01wMmQx4P3Cllood89Mpml1Bi0gNSAMJR_i9jrQ','Very Friendly and caring staff members.','2021-01-20 14:59:29.421000','2021-01-20 14:59:29.421000',5,'Anjela Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GhAD03I5hBpejN6R5a45k16gWFYR_HRXmoSRQjamQ=c0x00000000-cc-rp-ba3','2077061009497551125',44568),('AbFvOqmPYaXxyBdSDBNNuBXGpKnI2on25WZMq-XhFM27XGvskVG9locGHuvDdJxCPEN8IR6V4tH4PQ','Very impressed with the care I received on my visit.\nEveryone was very nice and professional.\nPatient rooms were private and very comfortable.\nI would recommend this location if you are in the area.','2020-10-13 14:13:40.888000','2020-10-13 14:13:40.888000',5,'Michael Mohl','https://lh3.googleusercontent.com/a-/AOh14GjBkNXsEhDq-aJms1xGVbmSgkX7IYacEGYa3GMv=c0x00000000-cc-rp','14904078213800803294',32229),('AbFvOqmPyCKbUdwblnyghN6FX0gvr7CGtuI051V-DAcyj3PCLgB-MC7Vwtv0W4-G9TWwxWBGjqDg0g','Theresa M she is very good at her job and she really cares about the patients','2020-07-16 17:19:04.821000','2020-07-16 17:19:04.821000',5,'Juan Carlos Lopez','https://lh4.googleusercontent.com/-AHrNvRPwMLw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmKkXCicjGlrD3fUGNKCIB3j9Kusw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41369),('AbFvOqmPyf6vnM7yav-rw_08sxITneMXJeqgYXqrVmc9DBiVK1MoDB2cDbdnQqA42ugqawtkfTVL8A','Katrina was very nice and helpful','2019-12-24 06:23:11.024000','2019-12-24 06:23:11.024000',5,'Kahryn Matt','https://lh3.googleusercontent.com/a-/AOh14GieoEflw6yPwKLuYRgPDvFLRgkhIGQTsG5oCwwpXw=c0x00000000-cc-rp','8679688254631342173',42536),('AbFvOqmpYfg6fPBQNqr2ecq6fZhdTGdHdehC2r-8VHeDeAKCD2EhCS1FjbjeaBP56kSxVGq-yANqaQ','If your website has appointments available, and a patient makes an appointment, the appointment should be honored.\nIf you no longer take appointments, that information should be removed from your website.','2020-11-13 14:04:18.492000','2020-11-13 14:04:18.492000',1,'Margie Mcilroy','https://lh5.googleusercontent.com/-xPsUe8ZoGYg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckdRlPvYU5yKcYvVkK_-uktY_51-A/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41268),('AbFvOqmPYz_2iBCwG3Z5z0tb7mcdvx1c07MV0fHDM1zWRrNfT4f8lO7QKRre6h9CMgtat6EraIes','The entire care team really made us feel comfortable and made us priority. They didn’t hesitate at all to take care of business. Thank you Nurse John, ER technician Dorie, Physician Dr. Jones, Facility manager Alia, radiology technologist Christi, and registration Barbara.','2020-12-27 05:56:29.026000','2020-12-27 05:56:29.026000',5,'Dezi T','https://lh3.googleusercontent.com/a-/AOh14GhTPo-zL_iCWBz6wu7K-h8q1GahNGxbG5V-WJmX_Q=c0x00000000-cc-rp','2694018788013845459',43918),('AbFvOqmpyzX_SFuKWhqFiiVjLIPHCYHlXzKmKg5IswOMmkTs34mBIQIGGZKFP2fGi5K5swYNyfwxXw','Amazing service. Would recommend to all seeking a 24/7 COMMUNITY ER. Alexis, Jacob and JR were great! Thank you guys :)','2018-06-21 13:05:00.810000','2018-06-21 13:05:00.810000',5,'Stephen James','https://lh5.googleusercontent.com/-CVWq5zltpqw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclAcx_1cBA-tuB5D_2ksihcPz4xWA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35263),('AbFvOqmpZ8fv9qsRAOmutPJf5al6dfTtwoAXOietMALRDdVamhHFPE9xEKbt2o3XV4kc2KjQFTcaCw',NULL,'2019-11-15 11:58:36.834000','2019-11-15 11:58:36.834000',5,'Jason Johnson','https://lh3.googleusercontent.com/a-/AOh14Gh9bGc3KSYtkKSrVBiwoh5gL77_qMHKW8UQTLosGg=c0x00000000-cc-rp-ba2','17898197009688164559',37880),('AbFvOqmPzI7YMmepgg0Actrnd_LcinlKS_8bWsgUYG4j3c8Tf-eDpMTNrRLcKiWGF6x72kUwvaHqNQ','Love this place, always thorough, the night shift Meredith, Gracie, david b, and Luisa took great care of me, even found my vein on the 1st try and that is no easy feat!','2020-10-22 04:02:43.503000','2020-10-22 04:02:43.503000',5,'Laurence Grigsby','https://lh3.googleusercontent.com/a-/AOh14GiZHZQ8gMLE02YtaeEGHnvN6UBN4ACOj2H5NV0t=c0x00000000-cc-rp','16389487648212004696',33112),('AbFvOqmPZj_OjX5Za_UHAbiAJdsZXnwkkYpxxTurpD1rw3A3RaKuIophKB81g6PbEqKR233ic9NvkQ',NULL,'2019-02-05 16:10:46.866000','2019-02-05 16:10:46.866000',5,'Sandra Philhower','https://lh5.googleusercontent.com/-kxk_QrTDAOk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl0BwEgFMtg4oVPRgcOkEan3vmkDQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42733),('AbFvOqmPzPFYSRiIsvk5js5ICnbZugMb_YOVzOkP_HZOmQhvT19vTC4kyz_o4FJRgiJfMYCiPwhDLQ','Dr. O\'Malley and his staff was great,Alvean A,Shazia U,Olivia P,patricia where all great help','2019-12-01 19:23:01.788000','2019-12-01 19:23:01.788000',5,'Raul Galindo','https://lh3.googleusercontent.com/-XFpfSDBJ3Uo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmzS56_UiIKdETFTHhX0aqGmz3VmQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33651),('AbFvOqmPzQmD3ZuioUTW9sAybDrbJNBemv-B0mNulMIMxQX0nTXd4jY1rOFUOPcdxUcmvwiOWG_y','incredibly nice staff!','2019-10-21 06:41:38.136000','2019-10-21 06:41:38.136000',5,'Maya Dee','https://lh3.googleusercontent.com/a-/AOh14GhfSROndHOCOSt8uJg_O24tCqKEkF9WvGZbTS3yhw=c0x00000000-cc-rp','2694018788013845459',39234),('AbFvOqmQ_R7GhX5tNLFW5mJCC3fF7u2mFjXein71rzTDTPp2JRcVoHSW0Yj9om2rQ3DaVFgKiQB7tA',NULL,'2020-11-06 00:25:43.345000','2020-11-06 00:25:43.345000',5,'Reese Grimes','https://lh3.googleusercontent.com/-3VeRpt3OXYo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmhDaM33CnevdJz0GY6n2Rjb4NcIA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41850),('AbFvOqmQ_UNV0OiGaEZDHhg0VSXdVVIE-L-CRgNY81rPMupIKSWBH3mK-yDSroOLqZv7McsKvyZB','Doctor and staff were very friendly, professional and caring. There was no wait time','2020-01-09 05:12:29.243000','2020-01-09 05:12:29.243000',5,'Gloria Banks','https://lh3.googleusercontent.com/-VW-Sikr0GJE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmSLBSHIrhO5l7pkTGzOjmjb4wZVQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32381),('AbFvOqmq-DA4r3tPit3idQrArVfvVugfsXeiQzrUsW7-0m_derm6ESG-LhQdaOFxTDRFrHAx8Tfd','Wish I could give this place zero stars. I can\'t respect a business that won\'t answer the phone. Not a single SignatureCare in Houston will answer the phone. The corporate number just hangs up. Not everything can be done online and I\'d rather not go to a place full of sick people just to answer a simple question. POOR CUSTOMER SERVICE.\n\nAnd don\'t tell me you\'re too busy because of covid. ANYONE can answer a phone. Maybe you should pay a receptionist.','2020-06-24 16:42:15.096000','2020-06-24 16:42:15.096000',1,'Jason Blunck','https://lh5.googleusercontent.com/-5QRknsr5SZU/AAAAAAAAAAI/AAAAAAAAB44/AMZuuck09xpJE8dj8qNhrnr2vLFQGDg-FA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30191),('AbFvOqmq-E4WUHYPw5ey6RSp_jZS5oCd_IGvekY09QviOP8vPQCb4x9HWxuKaquXNQxn-y_MDme5zQ','They were great with my Children!','2018-09-28 00:32:28.794000','2018-09-28 00:32:28.794000',5,'catherine balinski','https://lh6.googleusercontent.com/-KWp7gScfn0w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMZUC5lFAaZE3jJzf_LIWq-GC2iQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30709),('AbFvOqmq0ETy3pWIqOMRML4PZk6w-3gadDkOCyVP5C-D0BVaFbVs9iU-5P5kHbCQWg1bCwk_HV-Sjw','I came in because I stapled my thumb trying to do my nursing application. Nurse Jake and Dr. Jaber did a good job keeping me calm while they took it out and fixed me up so I will be all good for my A&P 2 class this afternoon.','2019-02-12 15:21:53.190000','2019-02-12 15:21:53.190000',5,'Haley Christian','https://lh3.googleusercontent.com/a-/AOh14GhtEz-nsAl90XJutZfRbRqB4kNRy6YV8gwa0br_=c0x00000000-cc-rp','16590124370714063921',35018),('AbFvOqmQ0MErakcFN56nYJzXpRXKoLcDg8rMHFx8pSnnEdplXF008OvFxutL70gQMDBXv3lEECBo',NULL,'2017-10-13 15:05:33.200000','2017-10-13 15:05:33.200000',5,'Stacy Kimbrell','https://lh3.googleusercontent.com/-QBEypCcmKb8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclSpWh1ROvsYTaX5bzhhul6J0exSw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41009),('AbFvOqmq17lONE1XpHzaxcX6soe5VRlj2bw0VNg4a_czjKUELS2yeQh_epFItMTrym8h04s7gd9iyw','Very efficient and friendly.','2020-09-07 13:10:26.772000','2020-09-07 13:10:26.772000',5,'Ross Spence','https://lh4.googleusercontent.com/-rVFqIbZ6Gj0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclzIwPdpmdKnCoQl55oR3Wf1KNpxw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32251),('AbFvOqmq2gEzsuQC2fNUNo5Wc94FQ023qTM6pTfQxyoimHJsZoL1i8bF_WnB7mP1HgrutB1nfJ3vdw','Fast check in process with Okarys, Alyssa and Aislynn at registration! Chris C and Brandon W were awesome nurses! Dr.Do was super nice and explained the diagnosis very well! I would recommend it here to all my friends and family!','2020-10-06 00:31:41.181000','2020-10-06 00:31:41.181000',5,'Cecilia Zelaya','https://lh3.googleusercontent.com/-GIAbGSOf5Iw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck5gbVYBItmCola4DEnVAFxPogWCQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30070),('AbFvOqmq3oBE4BKp-Hgp9FQd_31hieDlguOup_xDa91F5rmTLtUEukll45ISc7l8fAEVnF8cN55p','very friendly staff! the service is quick and i would definitely recommend this ER to others','2017-08-19 23:01:59.079000','2017-08-19 23:01:59.079000',5,'Stephanie Johnson','https://lh3.googleusercontent.com/-8km4LoM7wWE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQ5iZiIr_eG9-WIoaCOxaxZnhHjw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35399),('AbFvOqmq4Hn7ifh5gw-dURhyOlAcKgJ5PDZmt2CtKPKYU6VnwyI3p9GNZl30lUwvc_MIVUuLQtrc','Fast and easy, thanks Dr. Dad!','2020-11-08 17:30:16.157000','2020-11-08 17:30:16.157000',5,'Clay Blankenship','https://lh5.googleusercontent.com/-CoZAGnq-Z0o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclXzoptLRXFETjr5UpxBAMNNcetUw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31393),('AbFvOqmQ5G5qjKBLRVhvRpbZfwjk7Gqr5gyOcohldTy44QnNq4dnG-rgtABl_22wYLjyaj4DTDmQ','Rude staff... went here on a Friday and was told I needed an appointment so I go to my car and get online like I was asked.... none avaliable as I rolled it out to October (3 months away)\nI go back in to explain it must be a mistake and they tell me that the scheduling opens right at 8am and I can try again tomorrow.... 7:59am I\'m ready, I just watched the hunger games so I\'m ready to get my appointment... \"tick\" 8am... one slot open for the next day at 7:50pm... this will likely be my last log entry as I fear I will.... not..... make.... it....\nNo seriously, this place is the worst...','2020-07-04 20:02:39.119000','2020-07-04 20:02:39.119000',1,'Karl Wirth','https://lh3.googleusercontent.com/a-/AOh14GiXWTesXI1UJb2U6DHAJrIjgjM2r6wo-pBreBA3=c0x00000000-cc-rp-ba5','14748677429039074158',32050),('AbFvOqmq5ge-eOMj8HXeDAOsnx7rinT9gsWrfO825bwi8iVDKZ71aRqRayM0suT96FQLRsxzC55aKg','Most amazing place ever','2019-07-10 22:10:32.437000','2019-07-10 22:10:32.437000',5,'Jason L','https://lh3.googleusercontent.com/a-/AOh14GjvN9fvwKC2bRP4w3PSBSuLV229PDjaUuK97XXBxGA=c0x00000000-cc-rp','2694018788013845459',39309),('AbFvOqmq5RKqMgQfbpH2nBF1q9IhwLmwoFPkhT28h3dpb5znTefMedTmMcW_8SIHaSYMrzpB52uaZw',NULL,'2019-04-20 09:12:34.436000','2019-04-20 09:12:34.436000',5,'Jani Whitney BSN,RN,CHPN','https://lh3.googleusercontent.com/a-/AOh14GixNN_HXgdVolN5qFQnM5Mu987mMlfVXhK9tKP4Og=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmQ5YAnQBRVk63pvj1UAAzU9k1ZMJaStZZfCt18o9TvIeBhGhHfizMav3zPE3VkVG17VXNCvQ','Awesome experience, thanks to the Dr, Nurses and Staff who took care of us and made sure our experience was world class.','2015-06-24 15:49:46.863000','2015-06-24 15:49:46.863000',5,'Pedro Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GiuA8U_jsMaXxl_4fKG_biW9zEn4a5UpLnUVvSPSQ=c0x00000000-cc-rp-ba3','17394740196501090048',37392),('AbFvOqmq5zGvJx4VKsgAHOWHDPj9Jla2_3_MA2UVA96PdXgENDuaRzrU0jULX6TWrg6kDufk5dsqug','I walked in because I haven\'t used the bathroom in a week. Staff was very nice but doctor not sure she was even a doctor. They said just go to Walgreen\'s but decided to do more test on me. they took my blood and said they are going to run tests. I left and went to Walgreen\'s and bought over the counter medicine and was fine 2 days later. the next week i checked my insurance statement and got a bill for $9000.00 dollars. I didn\'t even go to a hospital to have such an amount this outrageous! Make sure you are informed of fees and what is going to happen before you accept service. I thought this place is next to my home and it is better but the fees are not worth it.','2016-11-25 20:50:54.848000','2016-11-25 20:50:54.848000',1,'Sounreal 1973','https://lh3.googleusercontent.com/-LGamdPgpEtA/AAAAAAAAAAI/AAAAAAAAARk/AMZuucmDnFQFooUwkriTsxjxU7AX2l-Urg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37261),('AbFvOqmq6KBdPzgBl57h-w2-v12v9JYa0fvMXHsKmR-F4YZhiX4oJz-uT0PjeUy8YLnm2rwifaja','The entire team was awesome! Prompt service from Stephanie up front. Rollie RN got my IV on the first try and Dr O’Malley was very attentive.','2020-10-19 04:47:48.228000','2020-10-19 04:47:48.228000',5,'DeAsia Reed','https://lh4.googleusercontent.com/-M1D8L1I-dac/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckR6L_jkiGsye8NTI_7Bkz7Rnnihw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42283),('AbFvOqmq72wT6Js4-g4DKozeOuXENFQC3dPPaTeF7m8d4A7tMzmTPlfXNz5_HPnRaMSvjMVx8BPRJA','Alyssa P was very welcoming and delivered great customer service','2019-11-08 20:54:34.800000','2019-11-08 20:54:34.800000',5,'Mark Green','https://lh3.googleusercontent.com/a-/AOh14Ggb3Jc5k0-H_lKC3FUVHtHb9x_R3rwMF6NVhBW-YQ=c0x00000000-cc-rp','8918455867446117794',43180),('AbFvOqmQ7U2W5SjPLGTgand-O6eFkJfYNb5mMZtblE4D2UujDnketpf3Apl5FMT5g1zb48f6E8QbsQ',NULL,'2019-05-19 01:09:13.563000','2019-05-19 01:09:13.563000',5,'Ruth Nastase','https://lh3.googleusercontent.com/a-/AOh14GjMmQN3UyMUATL9F5SqG_D4VleRMeiZOJ2o9vwyzQ=c0x00000000-cc-rp','6521947413723274945',41734),('AbFvOqmq8_XCneqMi93j1OamZnBmEVn2B8XdG7b8ldHEoY2deRROtYk-NeULiOc77089feJSXuPGJQ','Excellent and fast service. Friendly staff\nBriderick R, Trayce D and Alyssa P did an excellent job taking care of us','2020-08-28 19:07:10.386000','2020-08-28 19:07:10.386000',5,'nuvia rosa','https://lh3.googleusercontent.com/a-/AOh14Gj6LAWritEz9j-Rq-XhFe7kyp41FND3hJq7k0tWxA=c0x00000000-cc-rp','8918455867446117794',42923),('AbFvOqmq8-Zk3pwTi457bSn-bssjXqFvXHAciVUBChbysT0PYleVyGNC7RtCM7ajVn3Lyb7uALNj',NULL,'2019-12-20 03:24:07.487000','2019-12-20 03:24:07.487000',5,'Brenda Bagues','https://lh6.googleusercontent.com/-OKIGbnTVjcA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckavMZJPm8NCUbB-FQmyttp5e90ww/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29528),('AbFvOqmq8dHn1tMRUnP7kw9toHWYHbrOpVYbJr3cAv8vQI05uJwtelVd9Vn69rNXQ_siP5bcjoCV','Very clean, quiet, and friendly place. I was very surprised with the amount of equipment on hand too! They are also very good with giving you the resorcres to follow up with your regular physician. Definitely will be keeping this place in mind if an emergency occurs again.','2019-01-26 20:03:09.248000','2019-01-26 20:03:09.248000',5,'Amanda Ackerman','https://lh5.googleusercontent.com/-q1fe2GD57fA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6ebrIojyGM2L1LRMcUvjR5jGwTA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35034),('AbFvOqmQ9GQG9RMogFoIuBMHaO4Rt1cbiMyBx2713YtiKV9BpkBxmpngdCpRppr1y4Xmu7JrT-zP','Staff was great and helpful. Graciela and Luisa were very caring. Would recommend the facility to friends and family.','2020-12-11 19:33:53.029000','2020-12-11 19:33:53.029000',5,'Vern Riv','https://lh5.googleusercontent.com/-rCZ7Mh-KEf0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmm83Wp_QXS6F_G4Kq5W5_1qFv4NQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32852),('AbFvOqmq9obKSg9I_g-fB2MT7JRj5yoJFe7Y-G3nOI3-5kyQbxx2bKFpeCI4TO9MIkBuKPTfYh5v','I have always had very positive experiences at the signature emergency center in montrose. The staff has always been very nice, warm and attentive. I’ve always had very thorough follow discharge instructions. I’m very grateful this center is so close and open when I’ve needdd it because I wake up very early for work and most urgent care centers are not open.','2019-02-27 11:46:20.057000','2019-02-27 11:46:20.057000',5,'Lara','https://lh3.googleusercontent.com/a-/AOh14GiLgGZHZEprOunhvEYuildhny5Q1XeHmlUs85BO=c0x00000000-cc-rp','3511292162159714121',40634),('AbFvOqmQAATXPhmol5_TZMOxbJLjYF78OLYFjLWskCHpuftEOCdD12AHGuR5Is5q5N4LQzjtrlLKHw','The care I received was phenomenal! The entire staff was professional and caring. I thank God for having the ER a few blocks away from my home. The entire ER team I met was absolulety amazing! They even made sure my wife was comfortable asked if she needed a warm blanket. From registration to leaving. Samantha, Pam, Dr. Zengh, Jessica, Duwauld and Marcia and hope I\'m not missing anyone... they were the best team I have experienced in any hospital..Very fast services but never felt my care or stay was rushed. They were attentive and made sure I had full understanding of my treatment and answered all my questions. I HIGHLY HIGHLY RECOMMEND Signature ER!!!! Thank you for your compassion and time. It was a pleasure meeting you all...even under those circumstances. There are not enough Thanks how well I was taken care with my fees were waived as a fast responder. Such a Blessing! šŸ™šŸ¾\nCMiller','2019-08-16 04:57:17.707000','2019-08-16 04:57:17.707000',5,'Jin3t D','https://lh3.googleusercontent.com/-bpdbIhe2igk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckYzvmzed6TrH8w0Qwf3uBwIUFPmA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43210),('AbFvOqmqAHYT8zVNRh4DwwdPcLlx79vX7Ju0VZax1vBd85LQy8hLTjL2xZkg6zh-E2HUk9AosEwfMQ',NULL,'2020-08-01 18:10:14.658000','2020-08-01 18:10:14.658000',5,'Anaya Perales','https://lh6.googleusercontent.com/-go_Uj3JM_Wo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclOG8ndeHgo_Lm9VdSw1dWNihoGfg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29347),('AbFvOqmQAonK4Fqz5YB-F3yoabDpG_--hksxuEu9N_F5KVP2MIySJYcrNPKnMuVsfACGR-2kZxewcA','My daughter was sent home from school running a fever of 102.7. I knew it was too late in the day to get her seen by her PCP and I did not want to have to wait til Monday for her to be seen. Sindy at the front desk welcomed us as soon as we walked in and got us started on the paperwork. Before I was even finished her nurse Melissa was there to take us to the back. Between Dr. Miller, Melissa, and Diem my daughter was very well taken care of. They were very thorough, kind, and seemed to really care about making my daughter and I comfortable and getting her better. Thank you very much for making a scary experience as nice as it could be.','2019-03-02 14:59:33.633000','2019-03-02 14:59:33.633000',5,'Tareena Guerra','https://lh3.googleusercontent.com/a-/AOh14GjMG6NfW8nbxDCm71Fimhg2BaiQGNvBHWT418eq=c0x00000000-cc-rp','14567670160750071148',30595),('AbFvOqmqaTMPgZqWZaHmWvdE2ni1EWEufmQI6u3dhlb9DoB3GWCzbmjILx4cOnMfybaXVZD6GOThnA','So I was having a lot of pain in my hip and leg and I was skeptical about coming at first. Glad that I did. Ana waS very nice and cordial at check in. Christian was friendly while getting me settled in the room. Her and my nurse Sarra even liftted my legs onto the because I was unable to do so alone. The radiology tech, Holly also took great care in handling my painful areas during imaging. Lastly, Dr. Daniels was very knowledgeable and friendly. Great experience here and while the painn may still be around, they definitely helped while I was in their care.','2020-02-02 02:33:18.728000','2020-02-02 02:33:18.728000',5,'Gary Hill','https://lh3.googleusercontent.com/a-/AOh14Gikkm6cZOsa1KfSfpqZ4NbSgaAHAF6sxR8Q62e1fA=c0x00000000-cc-rp','12541597562633926366',28765),('AbFvOqmQBrzIMSN7uQcG9lRVXGf_RfL3PZ50wvVCLWPZwGwIwx07Ol_VuvFBTSo-slEE-a1SX4Lg1Q','Had a needle stick injury at work and I was sent here, best care I was ever given, and the fastest, Lizzie was so sweet and Great, definitely would recommend this Place again, thank You Guys so much. Had all my questions and more answered. thank you!','2019-08-30 23:32:49.962000','2019-08-30 23:32:49.962000',5,'Vivian Castillo','https://lh3.googleusercontent.com/a-/AOh14GgBIvmq_qdzi6kDwWVndf4E8NuedF6SZ6wKXy1oFQ=c0x00000000-cc-rp','3511292162159714121',40424),('AbFvOqmqc8tpOLtgt9rWOKZgmYHwsw_2OFSSqpjP9sqhyNnQ1Bxez2VjXJGqMweHLlRRi2MbItGDeA','The receptionist and nurse were very nice. Very friendly.','2020-11-19 21:21:30.947000','2020-11-19 21:21:30.947000',5,'Lauren Mullen','https://lh4.googleusercontent.com/-7RwSk1-FmMo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJrCtpr2cjg2eNqJh8mBa1Lgm9wg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31335),('AbFvOqmQd0jH7v3ZkpGdBL5m71itSWExOaDEOtVyjP428Pr3bfmORp4XJmCvsVPs_9aVDszLlWiy','The ladies Yeovil and Amy was very nice and they explained every step on the visit...','2020-08-15 14:25:24.149000','2020-08-15 14:25:24.149000',5,'mary Contreras','https://lh4.googleusercontent.com/-cjmiXhQoMqw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclqQntJPO1rBbvnLCLMnfJ72Vq-UQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38594),('AbFvOqmqddmoef4mD2scv75ZlZDYkot6l_XlcaIELO8dFbpwyfVCyzD_4UmFg0IyINBHiy_s5azH','It was a great experience and the doctor and nurses was so helpful thanks to Dr. Patel, Sarra, Christian, Sherwin, Carly.Thanks again....','2020-02-05 03:43:08.512000','2020-02-05 03:43:08.512000',5,'K*DUBB Washington','https://lh4.googleusercontent.com/-8XZkXzNHx_o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckFv2F0w32rKRLHVrjiYt_JrKMpVA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28749),('AbFvOqmqDxpyreGsufTYa22cGbdnCpLkKTnVeF1GtYaLbj0tYh2KtBFDmkgbR2_T6OLHrO2CjIq1sw','I was in and out and all of the staff is super friendly!','2020-09-15 21:33:07.593000','2020-09-15 21:33:07.593000',5,'justin faecher','https://lh5.googleusercontent.com/-iGxC19qD3wI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckJzqF6gRbL_AFvylg7rjy3HpqUDQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37554),('AbFvOqmQdZUX_HwM0uMfUsbBJPSXlvCrgJsDcr1W8khrDVR-lIRk_qC3Op82g3RTEZWZx_6Goq0lyg','I had a great experience at SignatureCare in Pflugerville. The staff was extremely friendly and professional. Cody, Sam, and JD made me feel very comfortable, like I was chatting with friends. Highly recommend!','2020-07-28 13:12:29.599000','2020-07-28 13:12:29.599000',5,'Kellie Payne','https://lh4.googleusercontent.com/-slZ-ijYuka8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn0ijfnsRv4zcWCfeYo5_3sZiQL9g/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38740),('AbFvOqmQE8iR29hBkMQj_JFWo_UyvfLDVCpkNWECOpI0UUXzDCD06sIO0YFSvGDPAdGn25O3QQ4o','Alyssa was amazing... The service was wonderful.','2019-08-30 13:08:14.009000','2019-08-30 13:08:14.009000',5,'kirah mayes','https://lh3.googleusercontent.com/a-/AOh14Ggcd9MnzWMUA76V74ht9s5pRl86DoTJIvYZA6Eg=c0x00000000-cc-rp','8918455867446117794',43202),('AbFvOqmQeEoi9cvIALxzj_TQLfcQG59vvJW4JI6UQZglewohh4OIKmkTCpKEECpVrf-dDBRCKqgw','This place is great. Went in a 5 in the morning with severe abdominal pain as well as other complications. The nurses and doctors were incredibly friendly, and made me feel 10 times better. I would recommend this emergency care to anyone. They really take care of you here. I received much better care at Neighbors than any other hospital ive been to.','2013-07-16 02:04:11.252000','2013-07-16 02:04:11.252000',5,'Rebecca Sims','https://lh3.googleusercontent.com/a-/AOh14GgJ8te-8qTgrIBD4bB2UmlCBCEGVj1StZYW14ns=c0x00000000-cc-rp','8679688254631342173',42803),('AbFvOqmQEi2St-opEkUZ_uJj6zNv2JBQzp-pWmd8HzcODwBTB8A89iYLRkya5xkQh4q26hyH6N3cIw','There was no wait! Keaire at Registration was very nice and Dr. Guharoy was informative. Thank you Dana, Norma, and Eve as well.','2019-09-08 20:35:23.806000','2019-09-08 20:35:23.806000',5,'Khadijah Turner','https://lh5.googleusercontent.com/-V_mEdKemo6Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck72mdaRO4SwadhRBQy2Sn8EoUOAQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40420),('AbFvOqmQemSELT-MgW-EJ-dkwmEwyj_YsQSbMkgHAjwZS4lg19eWQ-E_UKaTh8eryZVLpIfneLn98g','Very quick, in and out. I was helped by Heather and Alvean.','2020-10-28 21:23:39.185000','2020-10-28 21:23:39.185000',5,'Eggg Wommb','https://lh3.googleusercontent.com/a-/AOh14GieLoBku0SMc1TAxvT3cIoqfCZ4tDEI8dZo_bN3=c0x00000000-cc-rp','16389487648212004696',33046),('AbFvOqmQes-jGgG75C9oVcxfQ9n6-7VeBF8exbxrIbUmhOBj1ntXpv83tQu8UE37D_Uoa2mn5IYr',NULL,'2019-07-09 23:58:09.548000','2019-07-09 23:58:09.548000',5,'Rhea dont steal my waifus','https://lh3.googleusercontent.com/a-/AOh14GhXkLH2GCTtgvYjarDsTPAcJntbbMhuirglX_8_kw=c0x00000000-cc-rp','17898197009688164559',38091),('AbFvOqmqexK2n0GW9jRAAJZ0RDwchGYo4yQd23qAYGFRK3FX9vX32RiPX6j4RyM3sFPu96byHB-GrA','They were absolutely amazing!! Dr. Anders is a honest and truly healpful Dr who answers any and all questions. Nurse Darhiel was very helpful and catered to my needs and made me feel secure. Tech Johnathon is so helpful and kept checking to ask if i needed anything to make the stay comfortable. The receptionist Olivia was more than welcoming and truly helped explaining all the paperwork. Every staff member there was truly helpful & friendly even the security guard!','2018-09-13 04:13:37.274000','2018-09-13 04:13:37.274000',5,'Jessica Drobnick','https://lh5.googleusercontent.com/-JINhHWC8i0E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZDcLwa7jgtopnlF4LnahLI-nM4A/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32545),('AbFvOqmQeyJvdktcal-EdBqDYcO6KPSJDsRlnziVcnhTnaQeDTMn7SuD0iR7x6enu8ujoNI6BrrZGw',NULL,'2017-11-28 00:57:54.905000','2017-11-28 00:57:54.905000',5,'Bobby B713','https://lh6.googleusercontent.com/-MILYhCI7WzE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckzGc6h2V0u2kcWzGLNk0qzo27jwA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43452),('AbFvOqmQEZEov63nd4UpCX9Oq3eyi8ykdc7EGpldPJf_Zv72h7ltzF-LKdmSmZjyLS45U__Ssk86','I always enjoy coming to signature they get me in fast and treatment is the best! Dr.Miller was awesome and his nurse Kristina was the bomb.com they really care about you here and treat you well I will always come back!!!','2020-08-11 21:34:10.011000','2020-08-11 21:34:10.011000',5,'Jessica Duharte','https://lh3.googleusercontent.com/a-/AOh14GjAwLNEyMUXdCt37SPyXqaW-3Zklro-LkOlXCiRUw=c0x00000000-cc-rp','12541597562633926366',28573),('AbFvOqmQFnsjJ3wRLYXDRAQPMcqJyg7GyBbOKQepEJcQR1T7Pp5t84WZ07Y0iUoj4BalVKBWuIpvuQ','Helpful and friendly staff, Naomi and Valory Abigail were super awesome and helpful.\nSuper clean facility','2020-12-21 20:48:59.880000','2020-12-21 20:48:59.880000',5,'Gabriela Escobedo','https://lh3.googleusercontent.com/a-/AOh14GjPoTxH0jOISKPpS3HGqT3fINg9fcES_3nAqp5MJw=c0x00000000-cc-rp','15979470999169074295',43695),('AbFvOqmQg52wSACWdyAts4Ccfd51SpZvC37zUZBddBBUGu1FyQqI8bcFAWCPHGIqYHOrpbSLcq43_g','The staff here are excellent and very attentive. Got right in and was able to talk with the doctor more than I have any time I’ve seen a doctor elsewhere. They have everything in the building so you won’t have to be outsourced (except for MRIs). I would also like to commend Dr Huerta and nurses Savanna/Corey for their care. I would highly recommend.','2019-05-22 14:37:28.537000','2019-05-22 14:37:28.537000',5,'Cody Keenan','https://lh6.googleusercontent.com/-sEI2BBBkGDY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnXsRuUqJZ0vGqqq6ZVi0hOEwVlwQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29839),('AbFvOqmqg8eDE59LIj5wYymbhIta5sxx9myFFz5Ne6DC5OEPPorGkdke3B0c2urShwTDmGtVftDmyA','There was little to no wait time when I went in to be seen. The staff was all very friendly and helpful. My issues were addressed and I didn’t spend a crazy amount. I had an overall great experience and would return again and recommend to others.','2020-07-03 22:20:13.868000','2020-07-03 22:20:13.868000',5,'Deni Hohmann','https://lh5.googleusercontent.com/-hGrMUrlKclA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLw6E4_Pk1FTUO5ibT6DRTH8b-RQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42368),('AbFvOqmQGnxtnlJJIJJa_VndPppOhxVgFud3EianqkuK9zCkZCjW5mmEa6_lTvZ0sHdSj0FWvVJhFA','My experience is always super and the front desk is awesome! Especially \"Mercy\"','2020-09-30 16:53:53.791000','2020-09-30 16:53:53.791000',5,'Billi Scott','https://lh6.googleusercontent.com/-VrG4UBbjMd0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnXJi4mUrpPcM_pzPBEvKQzeMd2hg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28512),('AbFvOqmqhfkqqGNa_FAWu60Kj4RcesObv9egpp5o2dOWB2tdFcPPe7Eaxc1fl4yoLvAuLJnQSEoJkg','Amazing experience Dr. Cavazos delicia and duke were so helpful!','2020-02-05 16:49:51.470000','2020-02-05 16:49:51.470000',5,'Levi Curik','https://lh4.googleusercontent.com/-7tKMnvMnAx0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjEUgpKQa5RHcYm1Wvh8TquzIcbw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42456),('AbFvOqmqHiQYUDorz74ZGQvQbz-dnSegYBjsC93nidOkfHllrQrzGpnlbhxJNwAIFrwAbJkd1VdG2g','They provided quick and quality service. Reception was friendly and explained their paperwork and policies thoroughly. Nurse Shelli and ER tech Chelsey were both super friendly and efficient.','2020-11-05 19:14:23.834000','2020-11-05 19:14:23.834000',5,'Megan Mcculloch','https://lh4.googleusercontent.com/-sLlioI2iCYA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnUtvDbid5FPegXSl-biI-1RS-f0Q/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35640),('AbFvOqmqhJ5WrqJitlGUf3mE2FUxIFTa4eY7C4K-0_m9k4IGzfiikc_1lcuIm8F0s6jtFaMDBjn_lw','Dr Singla, and Nurse Laura were very good communicating with me. Front desk Leslie was clear and everyone was efficient.','2019-01-10 13:59:58.609000','2019-01-10 13:59:58.609000',5,'Mark Reed','https://lh3.googleusercontent.com/a-/AOh14GgI_7HRciOBonASMX1XJO6aMVnEElAuPaRCycyyyg=c0x00000000-cc-rp','3511292162159714121',40730),('AbFvOqmqhkvAipO1JZp0TL06ca_nhxuR7YPM7C6Rfc0QaN4h2oOVZ4Schjzs36PN8EXF5DS3IWy8','I love SignatureCare, this is the only emergency room I will go to. I went previously and loved it so as soon as I start feeling under the weather I didn’t look at any other ER except for this one. Natalie at the front desk was exceptional and friendly. The wait time was none existent! Joseph and Diem were friendly and helpful and Dr. Pham was very knowledgeable. He clearly explained the entire process. They took great care of me and I’m never going anywhere else!','2018-12-11 17:17:49.016000','2018-12-11 17:17:49.016000',5,'Kay Danielle','https://lh3.googleusercontent.com/a-/AOh14GhtT2hegg7uS_5y_3APlBFjyFx98w2uwsS7gzDPrco=c0x00000000-cc-rp','8679688254631342173',42749),('AbFvOqmQHnobW7LPyGm_D4xFmfW7m4SbgeFmZWc1h7Lz1UsdrOPET58tAPOWOm70QFPPu-NCLkaG9g','Worst urgent care! I would never recommend this location.','2020-11-06 22:14:00.427000','2020-11-06 22:14:00.427000',1,'Diana Slf','https://lh3.googleusercontent.com/-t_dvoYw-wGA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm_OOEeIaIKkfp6d9xOhs1udiklpg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32984),('AbFvOqmQhrsVC-Wf2d6U91XY5ucmMy3V5QtMr00hoekhMROhneY6sZZq2lfW9_QTiz_Jis6OI-Fq_g','Super quick visit. Staff was super friendly and helpful. I would definitely come back here if i ever had to go back to an ER. I was in the back in less than 10 minutes and the care team was so quick i was never waiting more than 5 minutes for the nurse or doctor to come in and do evaluations and what not. All in all, my visit was less than 2 hours.','2018-04-07 13:16:47.919000','2018-04-07 13:16:47.919000',5,'Chastity Braxton','https://lh6.googleusercontent.com/-aAEt1stX6no/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZBrYkAQtVKzZUKCIim5Re_JNHLw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30855),('AbFvOqmqHUE_pEm-cWMDGpNDG_SnA8ZJf93ssb4jtDg9ay-r6ATyMCK8dj7btewZu49RyF34zRHxug','I came here after a kitchen accident that required stitches. The whole experience was exceptional, from reception to treatment. I was warmly greeted by Shaunda, who immediately began my paperwork. I was seen within minutes of arriving - there was no wait at all. The ER tech, Chris, was particularly kind and really made me feel at ease. Dr. Goodman, and the nurse, Christina R, were also very professional and caring. I will certainly be back if I need urgent care again. I highly recommend!','2019-11-16 15:41:16.783000','2019-11-16 15:41:16.783000',5,'Kaitlyn Newland','https://lh3.googleusercontent.com/-JJQXldN6Cng/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm7aWQjOsJnaZyByG3XvVWRI4K-Gg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36079),('AbFvOqmQIIk33rSn999sNJED3vwEqFyZabaP3_ZSFjTdIVvWGQtDFB67-WzhsrXDUt-CekslTf94Dw','I was seen within 5 mins of entering the building. Luisa, Graciela, and Meredith were so sweet. My nurse and doctor were attentive and made my experience very personable. I definitely recommend you come here!!!','2020-01-31 01:56:53.578000','2020-01-31 01:56:53.578000',5,'Keri Davis','https://lh3.googleusercontent.com/a-/AOh14GiFQRoQT6IQAT9yYkNmZkE2ByFmShi8BoctTLwLmw=c0x00000000-cc-rp','16389487648212004696',33423),('AbFvOqmQiTqnSDkgW6U1zetTrf8ABJgm8kjwZIODA8SG7h2bL_2Ii8JTfUU66wfo9GCHIiQQa96l_A','Dr. Angela was great, she got my results very quickly','2020-11-19 04:33:52.899000','2020-11-19 04:33:52.899000',5,'Cairo Lindsley','https://lh3.googleusercontent.com/a-/AOh14GiL_UuGBfF3Cke4VlN8N031YtQ6EwBnYe46Atm0=c0x00000000-cc-rp','14748677429039074158',31341),('AbFvOqmQiuvcTvFRKS3liVsAqcGqIAKmD1VphUJivtWSRW94k9SntlvHgj_TzZ1v3DAV51yy-0EETg','This is one of the best medical service I had in a very long time. They are very caring and fast so you dont have to wait a long time!!!','2019-02-19 15:41:58.652000','2019-02-19 15:41:58.652000',5,'Courtney Cortez','https://lh4.googleusercontent.com/-6-XI2wEgTHA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmtts97zeUuaZft3YlCdRZ6Yfn6dA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43301),('AbFvOqmQiY0lBGCWq08u00Z0rfInzSnN7OxOxe3Pcxag0jCjtc6OsLDN_HK_uubeMO5N0hRIRTA3','I visited SignatureCare memorial last weekend and my experience with this facility was great. The staff, nurses, and dr were all super nice and professional. The facility was clean and comfortable. Should I need to see a dr over the weekend in the future, I would come back here.','2019-07-24 12:47:14.904000','2019-07-24 12:47:14.904000',5,'Paige','https://lh3.googleusercontent.com/-tl6lpxU7Xcc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnspYyZeKYwkSTSG0Q8N2jLBdk9Fw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32440),('AbFvOqmQjH2hrWSB1_fB48KUrEBlFMw4D2K1QZ5Kukj56ous-g7tS1WKiAxarUXVqucTiqaKNXxRZA','Hello! I’m a UT student and the staff at signature (Vanessa, Lindsey and Chelsey) were so friendly! My ā€œstayā€ was quick for the rapid antigen covid test, but they made sure my questions were answered and I felt welcome!','2020-09-14 18:40:45.615000','2020-09-14 18:40:45.615000',4,'Renee Acquaye','https://lh3.googleusercontent.com/a-/AOh14GhGLgJmBC93yrzA0a3YshPBQQvG9lmfk0HwMZHdWDo=c0x00000000-cc-rp','16891069708558046635',35794),('AbFvOqmqk-irEAmNS2B-HrUQdqSR3oVBfG0K_CZ4xqirP1TuMGMahtCgVb7N40qHviztH1OdZVnS5Q',NULL,'2019-08-09 05:27:09.321000','2019-08-09 05:27:09.321000',5,'Carol Curia','https://lh3.googleusercontent.com/a-/AOh14GjBkZKnEaghgmG4YJJPnr8KX0g1NNDUHm3hZ0CKcw=c0x00000000-cc-rp','16590124370714063921',34734),('AbFvOqmQKcobzJvRXL1oKaR4X2_8LfFYcZ_l7ELXwGNWKn_xXCRmz1HKCkZaAMsRxMcL_32T5BuBYg',NULL,'2019-05-20 21:08:42.076000','2019-05-20 21:08:42.076000',5,'Stephanie Salas','https://lh3.googleusercontent.com/a-/AOh14Gj_Nbq-kazRSEZsQ-Gfe12orNf5697BdskRVO1S=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmqkJ5zzCj82ABt-ZFCX3s9sK-KMuLgP1VmQcxRgaN2Zuqfik01qmXEMJ7lTdQPWpPX0Cpz',NULL,'2020-07-26 20:39:32.010000','2020-07-26 20:39:32.010000',5,'Vanessa Lopez','https://lh4.googleusercontent.com/-eWyNRXEB5Rw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmOPWGvNC0ppbNOdiFUH70cpDgpBQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40222),('AbFvOqmqkpgJhQAaIPlJT1huLofD19BrQeZQixO1cEiNqOdWo4i-hea6PT0IzOi613viyq8OHthbnw','Great staff!!! There was a very short wait, and very informative and friendly staff. It also helped that they had complementary refreshments!!','2018-02-06 21:25:53.762000','2018-02-06 21:25:53.762000',5,'THERESA TERRY','https://lh3.googleusercontent.com/a-/AOh14GixxC70TCYNMb3k2DTbZb6bs_ueenN_p30i9SE83A=c0x00000000-cc-rp','8918455867446117794',43416),('AbFvOqmQkTymwSiI8Pv4V98yES8AXLrBWkvE-xtubkZttUSPiW_X9Y4ZtnVkT1yYEeqTjmYOxV9fWQ','I had Georgia as a nurse. She was super nice and funny which calmed my nerves because I was being tested for Covid.','2020-08-28 04:33:35.444000','2020-08-28 04:33:35.444000',5,'K Holt','https://lh3.googleusercontent.com/a-/AOh14Gg4XBqp7MEkDU82uq5UWE87oa09iKyQZCgS0-rwtw=c0x00000000-cc-rp','14748677429039074158',31735),('AbFvOqmQKuyGe-pobIyrI6nUsWsWgaTrO8jablDFniwD-Ob-nBvN4V7X-q6kIlfeQjY2-x4OFa-KXw','Jessica S & Jessica M - Great customer service!\nMy family and I were in and out quickly','2020-07-16 20:51:54.612000','2020-07-16 20:51:54.612000',5,'Julie Clark','https://lh5.googleusercontent.com/-rdWYzCOGnE8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclr9NLH_cC78de5UchZg_Tm_haxSQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32020),('AbFvOqmQkwrPnyfv0_FpDVp0Sa0yR78XkoeTgCpC7-jW9aSoGjsxW3H8810kArjiaznF3xDXToSs_Q','I love this ER!! walked in and was greeted immediately and the staff was extremely nice and friendly! It was so fast with no problems at all','2020-11-25 18:42:29.927000','2020-11-25 18:42:29.927000',4,'Aliyanna Brown','https://lh3.googleusercontent.com/-AYHYJfvhXos/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckKVi_HExc-44PVwefyOQ1lebi9lQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28443),('AbFvOqmqLkn77QKIgQs6036wSs-2rGlS-WoKPChSalnxKKNXJpgZfM-uCO12LFZiYKTYw1Sc1E8OTg','Dr. Edwards, RN Shola, RN Irving and RT(R) Thao were all so wonderful! Made a stressful situation better by the time we left. Definitely great ER care.','2019-09-01 04:46:11.406000','2019-09-01 04:46:11.406000',5,'Sobeida Diana Rodriguez Valadez','https://lh6.googleusercontent.com/-O0hl9KrVdRQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucncd0NXj2gzxuYmyAng5cISF8oOlg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29033),('AbFvOqmqLrxu2rT7-EYR9hwe5okaq6JpciJfLAvtvxAHoP-_2AyUoX18cJT7NqwZwg_5KCAYbQ6C',NULL,'2019-10-28 18:23:27.020000','2019-10-28 18:23:27.020000',5,'Patricia Marshall','https://lh4.googleusercontent.com/-t5_vg3F1LP4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclfGtSA0PlU0k26YRuXAOXFj53Jng/c0x00000000-cc-rp-ba3/photo.jpg','16389487648212004696',33808),('AbFvOqmqlSan6VYG0gMuq1f7qNDD0lEGbSQ51dRJa_4JMC3D1D3pF1sVujuLrKnVnxqGuXow2GOH','Gus was very Funny end quick. John was very Professional ans Doctor Chen was helpful ans sichere.','2017-06-17 03:36:58.236000','2017-06-17 03:36:58.236000',5,'Germaine Obas','https://lh6.googleusercontent.com/-VvEpam6LUr0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmfDW5VzhrnTdHywqyxxtPvOtpRcQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37134),('AbFvOqmQm_sAA8EDwDato5nTNeM1uYydV1BPi0yO1Suq8iqPapsoZ5zH6mweXLQ4FtVnWfFOP9QQAw',NULL,'2020-01-14 07:15:24.390000','2020-01-14 07:15:24.390000',5,'Christian Giles','https://lh5.googleusercontent.com/-kdKbUT-2m6E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckp4T7-3vivyXcDYtqCcH91dne0ZA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28824),('AbFvOqmQmplhdMpPcPZ-RqjXtjE_-EFdpCVwthHPeKbtJvhDkYHhOAtYSJSqPZGgBRWrpojOixitng','The staff was very professional, patient and super friendly. Sita, Allison and Leah made me comfortable and explained what they were doing. I will recommend Signature Care to all my friends, family and colleagues','2020-03-02 02:56:23.934000','2020-03-02 02:56:23.934000',5,'Zonjia Jackson','https://lh3.googleusercontent.com/-M3EejfiEav0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnDdYkmfqXMpB2vHAX0LKhtqJYd5A/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29411),('AbFvOqmQn5c1P3eEsdUQ34g_6Zfr1AJ3aKIgw-WNv8w06gXEWQ7TAWQdkOnN0JlhpJ8zRQLXPVsVbA','It was a good experience at Signature Care EC. The staff was warm and they were quick.','2020-07-13 23:55:27.404000','2020-07-13 23:55:27.404000',5,'Pam LeNormand','https://lh3.googleusercontent.com/a-/AOh14Gg8mzPndXYNzpBLvZfz69r4UfQIHo-DVOCiIxqe7Q=c0x00000000-cc-rp','17898197009688164559',37586),('AbFvOqmqo2lNMEps34epoPu_xV-0I6LiyLp__nbx15-ImZpB7n2ktsFl8mCigItQn3APIyN0g6Po','Leslie was great','2019-12-03 16:25:29.201000','2019-12-03 16:25:29.201000',5,'Mia Leah','https://lh3.googleusercontent.com/-NPc8ULixMBA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckpnKNxWQWrpn2sO5DtMEAfTmRsCA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40380),('AbFvOqmqOaH4R-3va779hsW9LS7fVczyz4nW61K5sM1I7MrrCYUphdLxayqssL0gjGsj8S2x-NJMxw','The staff was awesome very friendly.\nPersonal thanks to Gunnar Kara Courtney and Dr Edwards for taken great care of me.','2020-03-10 14:10:29.585000','2020-03-10 14:10:29.585000',5,'Deedria Wickliffe','https://lh3.googleusercontent.com/a-/AOh14GhEVrS01r8K3nQAuJjK-VVpcmCEdqNHeq3vt07K8w=c0x00000000-cc-rp','3272657195432704501',39565),('AbFvOqmqOe_Tn3vk5RLpvFAK2QO6aYk8L4WMSSkpvA-MkZUYUmginCUm_ZbhtEPQIPemavfq-reG7w','Great fast service and very caring! Helped my son greatly when we walked in with him covered in blood and missing teeth from his bicycle accident. They treated him with so much love. Very thankful for Miss Maria, our nurses Jose and Corey. Our radiology tech Allison and of course Doctor Jones.','2019-06-07 01:34:18.996000','2019-06-07 01:34:18.996000',5,'Theresa Barrera','https://lh3.googleusercontent.com/a-/AOh14Gg9YrOW53cONs3Txv7imENKk9kOeA3NAy2MViWf5A=c0x00000000-cc-rp','13486358490203335051',29826),('AbFvOqmQOEUYBayGPgyrGjcSI_lwXJRuCqJ-5zD9zVBULAMEaB5k0IXYa9_YEtaQwIxKppu_k7hpXA',NULL,'2020-09-09 01:16:03.488000','2020-09-09 01:16:03.488000',5,'David Carter','https://lh5.googleusercontent.com/--6Sv_x8d7yk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnOq87X0BLgKkRH4VAMHeygcoolrg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31690),('AbFvOqmQoJgPL_yX21Oi22X8sLnRUrruf88FRh-10LXJ23R33R8m4vrLAu7_IuVbQiUK_gRQ2Smp','Everyone was extremely helpful and polite\nAdam Christopher Christine Dr Adam Miller Linda and Aileen were all great.','2020-02-10 23:47:35.072000','2020-02-10 23:47:35.072000',5,'Kevin Dawson','https://lh4.googleusercontent.com/-O9zTgGwUk0o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck9t5_Ghmw4GFwPP7RKK4nmINogvg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35975),('AbFvOqmqoPFHcUYS3H84yrt8HZgjSRO_Qms_LpHxYsUbQM5-Oe0rOkn_c9OLa_JXFDyFVnI9kKtV','I saw Dr. Jasmine Thomas and nurse Jesse Reed. Both were very kind and caring! The facility was very clean, no wait time to get in, and I received excellent care while I was there. Thanks to all of the staff and physicians at Signature Care Emergency Center!','2017-03-13 23:19:30.031000','2017-03-13 23:19:30.031000',5,'Kelsey Dry','https://lh3.googleusercontent.com/a-/AOh14GhUexaKg9c7WLauIRQUr4gKzmHbe22Te3eh708PoA=c0x00000000-cc-rp','17394740196501090048',37196),('AbFvOqmqPBiTTnCrbP82iOocCJT00KlkKVhX-cYnA-1zj4SoAvBa_NDtO0i3XSvqaLdvXgpmOzC_eQ','They are doing the best they can under the circumstances. Great Job','2020-07-08 18:10:12.990000','2020-07-08 18:10:12.990000',5,'Gail Caffey','https://lh3.googleusercontent.com/a-/AOh14GiC19nfe59lsRpC4UrJ7YnLfjTWz5tY3pG1XZiE0w=c0x00000000-cc-rp-ba3','8918455867446117794',43008),('AbFvOqmqPbX5IJO0XhgREgLRat8hr3Rm-k6ZqH9auQRTrpDAvFNLtogL7CThg0pSr5gr4v42GTgG','Came in last weekend because of flu like symptoms. Staff was very friendly and I ended up having type B Flu. Gave me my prescription and I was on my way. Called to follow up and even sent me a thank you card. Top notch customer service.','2018-01-19 20:29:44.919000','2018-01-19 20:29:44.919000',5,'Jacob Herzog','https://lh3.googleusercontent.com/a-/AOh14Gh6cn8_fIt-GWIA0rTqKY2NOvfOD8dDL3fSuSFp=c0x00000000-cc-rp-ba3','16590124370714063921',35324),('AbFvOqmqpN4Q-dlDgVypMaKciWW2IuR65kVFa-ssHKAbsQq4KJdmJlbCBW4BHxDAKUkeDLr92ZIxGQ',NULL,'2019-06-09 18:36:44.511000','2019-06-09 18:36:44.511000',5,'Cedric Fowler','https://lh3.googleusercontent.com/-4sxEpvFqBHo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckYZFIDv5Ksf6TY2lO8v_bnYVfYkQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmQppmFChgfkoT-yATvLRiolR8oGIwxPMxoDGQLyHTsuMhQxFR4CvnjhR3-PNi6cWZaSZBK3Q','Always very quick. I\'ve been twice and I barely started filling in my paper work before I was called back!','2019-08-11 22:07:46.698000','2019-08-11 22:07:46.698000',5,'Gabrielle Amaya','https://lh5.googleusercontent.com/-FvMx4rYuVu4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnxLzd2mVsYzCJalIlomPk5ch82SQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34731),('AbFvOqmqpsfxox_32Zm51FhxD75IKIioe2zfIKVieUMdxFGnF3NVDHONKLhM7qmhl-edl8HAaIiuXw','Very helpful, kind, and fast','2020-10-10 13:45:59.714000','2020-10-10 13:45:59.714000',5,'Fallan Wilckens','https://lh4.googleusercontent.com/-V5LR5ydsEIg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmfqq73YAFtnDF5cnecKO_2YVUM8w/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39487),('AbFvOqmqpXhXSiinYAmmeq8HEkoxL_Lujd3Gq_1VGKtVFqShG1bdUhh3gE-eurEpKHPbpDX4xpmm','Great staff. Everyone is so nice and took care of me right away. I can’t thank Dr. Ding, nurse Monica, and ER tech Ralph enough.','2018-09-29 04:27:10.338000','2018-09-29 04:27:10.338000',5,'Marisol Aguilar','https://lh3.googleusercontent.com/a-/AOh14GgjHpIcSW0KkXE5jl26VS6-MXXy1jvLWAoxoBCKhw=c0x00000000-cc-rp','17394740196501090048',36883),('AbFvOqmqPYVXxYBA1uD5C2gHdZWqrhOcGkoyP8twddb2kfsNMp4Z0lyRVnRUsLxxOKWoevyYMpDh','This place was amazing! Caitlin and Jennifer made me feel like a special guest. I was offered water and a warm blanket while waiting. I was able make an appointment online. The whole process was easy and made me feel important and that they really care. Thank you!','2020-08-15 19:44:43.211000','2020-08-15 19:44:43.211000',5,'Julie Greer','https://lh3.googleusercontent.com/-2o3AreUHcHU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckeQxuYeYhKV3RUwpzQelyMzPvMzA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41901),('AbFvOqmqq2fnvRbq9ZJrqoJ4YD4CdT5SmJCxDEU317pgh8AlrS_v59joi6LR4PFdOkeAqjQbc1vTrg','This was my second time going in for a COVID test. All staff is super friendly and welcoming! I witnessed them go above and beyond for my friend as well (she was also getting tested and was having trouble with finding her insurance). Definitely recommend. Brandon, Hannah and Meagan were especially welcoming and kind!!','2021-01-27 01:18:24.715000','2021-01-27 01:18:24.715000',5,'Samantha Mosqueda','https://lh3.googleusercontent.com/a-/AOh14Gg7yuMllvyEvHQ-4va3FtXXB2Klcf7hkGJrGb-A=c0x00000000-cc-rp','16590124370714063921',44379),('AbFvOqmQQ6zHdmJlDvKK1_MJ69LTPEHaV1t5uUrhPef83-2194UmOZRwMwk8tLUGnSVhXHFeBlOoFg','This place is absolutely amazing! I felt like I needed to be pinched to be reminded that this was a real life ER experience. Very clean facility, attentive staff, thorough medical attention and information were given by Gabriel and Dr. Lingan. I am really happy to know I have this place in my back pocket. I wish all ERs were like this. We are blessed to have this kind of care within a few miles of our home.','2020-02-13 09:33:16.237000','2020-02-13 09:33:16.237000',5,'Candice Escobedo','https://lh3.googleusercontent.com/-ILQ5ma9zu3I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBop4DtNjZNd_hMexDtt96rqfCQw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35972),('AbFvOqmQQai_DqfYCXGgmVcgaMNlVCro_k0RGnVDQQcJwceSH58d7btCNzvfT1GEu65cyxbq4CJ0uQ','Always treated w such great care & consideration, was immediately welcomed by Leslie when I walked in the door! Then Naureen was so caring & sweet when giving me the dreadful COVID test! Followed by Dr. Sylvester coming in with his genuine concern for me and my family that I’ve been in contact with. Lastly, Breana coming for my strep test and being careful w any discomfort I had & taking notice to my birthday in 2 days ā¤ļø','2020-10-15 18:28:53.959000','2020-10-15 18:28:53.959000',5,'Madeline Jenner','https://lh3.googleusercontent.com/a-/AOh14Gh0vQzsyJa8KklFyCIt9YSEKcqIQXjWFO2uYtHwvw=c0x00000000-cc-rp','3511292162159714121',40181),('AbFvOqmqqArkuX-lWlbzAfzaWiWJACTriKMo9RHYckopcSzotpE4J3Ua1V0NHEEtK70Q7Vqj6DFnOA','My boyfriend was not feeling well at all, so I took him here. He came for abdominal pain and within 30 minutes they helped relieve the pain. Elizabeth was at the front desk and welcomed us with a smile! Churiah, his nurse, helped explain the medications he was getting. Anastasia was very sweet and explained the tests he was getting. He is terrified of needles so they were trying to help resolve his issue without putting an IV in him. Doctor Yusuf was the first doctor that actually gave my boyfriend referrals to a specialist, since he has GERD. I am very pleased with this place and so happy with the care. Made my boyfriend and I feel welcomed and relaxed!','2019-12-09 01:53:22.303000','2019-12-09 01:53:22.303000',5,'Valerie Renovato','https://lh3.googleusercontent.com/a-/AOh14GheSi5yTN5p6K0FVp9NC62aoWxi6Iqt07PN2sOOoQ=c0x00000000-cc-rp','3511292162159714121',40377),('AbFvOqmqqExRxGBpFBuFz78iaPiUSiSyL9VG1hWU9yiJYdVT60sR6Hisj4amHdTZYQA3A25ujtuMZQ','The nurse and doctor were really nice, helpful....I had no wait. My care was actually better than my real doctor....I love it.','2016-12-04 03:19:44.539000','2016-12-04 03:19:44.539000',5,'Tiffanie Henderson','https://lh6.googleusercontent.com/-KWj83CXl4-Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclnjpkrR86yQRobCoukq0xajLmAWw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37252),('AbFvOqmQqJ9_SVfRX4FNi7yW5Ozf0SzDM6d95125wD-4xpAJujZDJOqqs-ggjoD1rJx11Jr7I4-YXA','I was here earlier today for breathing problems i was having!!! I must say, this has got to be the best emergency room visit i ever had. I walked in, they took me straight to a room.( No waiting at all)!!!! They immediately took my vitals and asked what was wrong!!!! They performed about 6 test on me, checked everything, before they gave me a diagnois. I was here a few hours, but it was worth it. I was scared and nervous when i got there, but everyone made me relax a little and get comfortable. The place was very neat and very clean... These people care about you and how you feeling. They give you step by step instructions on every procedure they are going to do to you. They explain everything where i could understand!!!\nI would definately go back again, if needed. I highly recommend this place, these people love what they do, very professional, very caring!!!!!.\nI love them all!\nOh and when you get finish, they offer you snacks and drinks, coffee & water!!!!','2018-01-05 05:19:03.175000','2018-01-05 05:19:03.175000',5,'sheryl joseph','https://lh3.googleusercontent.com/a-/AOh14GgGHoAn4tpE5piHLwtHrueKqzn1im9RMEPtjzO7QAI=c0x00000000-cc-rp','8679688254631342173',42763),('AbFvOqmqR2V94p_ctvD4xgtwlVYML7Lnjr9ISVeNoJS0IYE0gwGRp2BBvvrbrF1DFXH4XZ1sJHp2','they’re all very nice :)','2020-06-12 16:52:24.045000','2020-06-12 16:52:24.045000',5,'ZOEY ZEEFF','https://lh3.googleusercontent.com/a-/AOh14Ghqb-fkO7U0iON7yC3F3yKW5wZ3UeSYD586zY0O=c0x00000000-cc-rp','16891069708558046635',35885),('AbFvOqmQr4d3AjRZPOw5MPQpje30DOK-gUoThgA1cKs9xJ3MXz1StOi-YleK_T7DR_pwjcYbivq4','Our visit was very quick and the team is very professional. Service time was quick. We was educated on the procedure that was about to be done.. 5stars... Thank You Thank you','2019-11-16 05:36:47.078000','2019-11-16 05:36:47.078000',5,'Nika George','https://lh3.googleusercontent.com/a-/AOh14Gh_5dmluMruEGix29VlxImjnNRIOK-iA5CFiJx7Ag=c0x00000000-cc-rp','16389487648212004696',33741),('AbFvOqmqRDgBeZKFXbVbDSyvFniG0W5ncVmjqueseib_58qvMIirBzMW-Za4T3GtHTdg9JZoL-vELw','Its never fun to have to visit an Emergency Center - thankfully my visit was super pleasant.\n\nThe staff was very attentive and provided great service - I am good as new this morning. Dr. Boester and my Nurse Jessica were especially great.\n\nIf you aren\'t feeling well - this is the place you should visit.\n\nYou\'re welcome.','2019-04-21 14:27:25.398000','2019-04-21 14:27:25.398000',5,'carlos amador','https://lh3.googleusercontent.com/a-/AOh14GiUMKFaHueY9RGKsqgfAqbu7HNriix8z6LmTwEpuQ=c0x00000000-cc-rp-ba2','14904078213800803294',32476),('AbFvOqmQRgZFMuVrUGB4qvD7ebmdTtLLktNTKlv0PVPbohDYKp3NkZR9mEUuRqhQ-UPX54x_tf4p','Bretnie and Jacob were GREAT!! Super quick! My appointment was at 2 and I was out of there and in my car waiting for test results by 2:25!','2020-07-24 19:34:42.074000','2020-07-24 19:34:42.074000',5,'Lauren McCollum','https://lh3.googleusercontent.com/-jE-WzSvmXAY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclEck5zQ6mMhoiqt_l3b21KKhEyLA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34261),('AbFvOqmqRML5wwVjTzmIPTRcUFUBeoh3TtycPADSGOgeuuC6U2bcjCcBgvNQJRWxyM9Gq3ONNfgk','I was in major pain due to an intestinal infection and could of gone to a nearer emergency but decided on this one because of someones review about their attention to pain and no delay in issuing pain meds. I was not disappointed I got treated like a queen from the Dr Ortiz, Nurse Chantel, Radiology Tech Fatima to front desk Tanishia. The most impressive part was that I had no insurance and they still treated me. Though you are not required, I paid $750 and rest would be billed so I can do payments. I am thankful for their assistance.','2020-08-31 16:54:12.083000','2020-08-31 16:54:12.083000',5,'Jeanneth Escobedo','https://lh3.googleusercontent.com/a-/AOh14GjM6BPJoA4ECOIXzcpEFgsmj1A_e7fPooGUdj_deTo=c0x00000000-cc-rp-ba4','17898197009688164559',37571),('AbFvOqmQrT4_CavZBRLFEvEk3xsUDjl0hS3fHs1Jqj3TW8nQFE7k73ed6vbHSEqzyebvNXcF_CYD','Super fast and friendly front staff. Clean environment all around!!','2020-09-08 00:09:07.097000','2020-09-08 00:09:07.097000',5,'Jared Traci Anderson','https://lh4.googleusercontent.com/-HXweBCOPGFM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmovwvvgcd8P8troad-xsfqh-uOMA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38542),('AbFvOqmqS7pB7lAXl3ocjvBGaV1O2GiwE-TtdHeCBGvCVsGKGzuViqltz2K9IYvNjqaQDBI2YJv9vQ','The whole staff very friendly and professional highly recommend if you not feeling well to come see them. Tell them Kelsey sent you šŸ˜‚','2020-12-30 02:34:38.706000','2020-12-30 02:34:38.706000',5,'Richy Rich','https://lh4.googleusercontent.com/-3-yyiDnQg4U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmqX7J6X6ydYhXR4CC7QiYDhiAkDA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',44126),('AbFvOqmqSj64wLwP1JrlcJLnPdCfCo1CQjNBLGY6QWmk-OZ7rJlS5TvO2iHOwNe1wTccRIJcC03_','The staff Lynn, Tanishia, Geovanni, Sala and everyone else who has helped me today were amazing!!! I’ve had panic attacks lately and they made me feel so comfortable and like I was at home that during my tests I calmed down and to know also I’m perfectly fine calmed me down too! This place and the staff are just wonderful. Second time here and will come back for anything emergency related.','2020-03-16 05:57:05.239000','2020-03-16 05:57:05.239000',5,'Rachel raymundo','https://lh6.googleusercontent.com/-N5gynXcA6Fs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnlcZAjmhlwotB6poCaFv_T_jt7Gw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37619),('AbFvOqmQSKOIJGgRV05LkqHfll74vFG19yagZDQobXFR9cTU2Ys1UTzSuhPyAzbYA2lMDnIQS2Uk','Was well taken care of','2020-05-30 03:45:09.056000','2020-05-30 03:45:09.056000',5,'Gary Malcolm','https://lh5.googleusercontent.com/-8ETLLfX0p_o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn4cLMLnmVBihijA2EFUxKCRZ9_wg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41384),('AbFvOqmQSMub3R1BnqHioXatoIIzUosHvAt5CNYegYWliq_bwEZ8scc7XghTvZBlO7oG5U7Kdh94','I came here after a long day at work caused a severe sprain to get much worse, and I could no longer stand the pain.\nThe staff here was incredibly kind and took my injury seriously, even though I had waited to get it treated.\nI cannot Thank Dr. Davis and the staff there on the night of my visit for their incredible attitude and care they took of me.\nI felt safe, valued, and that they genuinely cared about my well being.\n\nThe only note I would add, Please make sure the list of allergies is read before prescribing andy medications.','2019-02-11 05:47:17.247000','2019-02-11 05:47:17.247000',5,'Ann S.','https://lh6.googleusercontent.com/--F65P4P0gZk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQ-pyE_k-oK7IDWHNKlSoQm1MYpw/c0x00000000-cc-rp-ba4/photo.jpg','14567670160750071148',30608),('AbFvOqmqso9-hzKNC5QlJGzjSZScwkCsBpe_8i6eqcNovNRwRrr74rE8p9asq4KDh81e2MX6HYHsnA','Took my wife and my oldest soon on a Saturday night at midnight. They took really good care of them and we felt very comfortable the entire time. Also, they took us in as soon as we arrived which was awesome! I definitely recommend them to anyone who requires immediate attention without the long ER wait.','2016-12-12 19:47:57.642000','2016-12-12 19:47:57.642000',5,'Angel Martinez','https://lh3.googleusercontent.com/a-/AOh14GhBnXbCnyHLBRQKtUHp8_r3ooh-0RPAYpCxmZQ=c0x00000000-cc-rp-ba3','14567670160750071148',31150),('AbFvOqmQSojQKEcIOt9YoPb_PirPBnaslIMHGYew9HSp89mbsl5gkbDaWWQragyYgrn1LFHGN8WhbA','Calli(RN), John(Tech), Cody (RN), Kerri (Tech), and Dr. Leong were all super helpful today! Calli was super persistent in making me feel comfortable and checking in on me a lot. This was definitely one of the best experiences I’ve had at an Urgent Care. I will definitely be recommending everyone to go here. Thank you for being awesome guys!!','2020-10-19 19:03:37.446000','2020-10-19 19:03:37.446000',5,'Bella Mancilla','https://lh3.googleusercontent.com/a-/AOh14Gj3TlaABfYq8o7-zsLvfGmaMVt66vJq2Q6GpO0tMQ=c0x00000000-cc-rp','2077061009497551125',38473),('AbFvOqmqsP9mdG-HT18oz2NnzvOrtWWV-2uVT69XpcF0czs8_f-ALUlCCJCPF30Znp-g40CXi7xVVQ','I had a bad bike accident in Terry Hershey Park and went straight to Signature Care Westchase. After having had a previous experience with them, they were my first choice. I\'m glad I did. I saw:\n\nDR. MILLER, MD, BILLY J\nNurse: Sarah A G\nRadiology Tech: Laura Imelda P\nFront Desk: Malissa M Re\n\nThey made sure nothing was broken and gave me excellent care in a timely manner. Highly recommend.','2019-08-31 10:14:02.356000','2019-08-31 10:14:02.356000',5,'Donna McCoy','https://lh3.googleusercontent.com/a-/AOh14GiOvkXTijZOSEw172YjewhoNDjOrpwHvQARW3YU=c0x00000000-cc-rp','12541597562633926366',29037),('AbFvOqmQSSDEt7vsXCWIjwK4621CTWSrpDlmg84NKZkNUmqrjbBF3VETAQd_5i65ByHmUlq1h7L4nw','I was treated very very professional. The staff is all well trained, professional, excellent customer service service and very friendly. I was seen within 10 min of arrival which I believe is very prompt service. This is definitely my new spot in case of minor emergencies. Thank You For you excellent customer service!!!!!','2020-07-17 08:29:08.525000','2020-07-17 08:29:08.525000',5,'D-Lo D-Lo','https://lh3.googleusercontent.com/a-/AOh14Ghm4dnvn-_Gtc3LbFbljbAPT1CZYe-qi2CdAWcT5A=c0x00000000-cc-rp','8918455867446117794',42995),('AbFvOqmqsWQbNTGa2qmXh3wUarF99Ypf1xDp0y83U73TWLr3fohJulmiC5QiRnnWWyhA9mLzEkp4_w',NULL,'2020-08-02 18:45:06.651000','2020-08-02 18:45:06.651000',5,'vp m','https://lh3.googleusercontent.com/-yTZPToeR8GE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclCXgSRSXiBL0DV5y8ilbjR_2pZDw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32290),('AbFvOqmqt1u7EkFJZZ1WrDqUn1o_tmpc45JdduXrPq26L2I1-9FyelSCHzU5LcwhTx-1QJFfWm5J','When I arrived Jesus checked me in quickly and with a great attitude. From there Alvean (my nurse) assisted and was very friendly as well as Sean who took my vitals. Tricia was very gentle during X-rays and super sweet. And Dr. Appiah was great. He made me feel at ease and was very attentive to my concerns. I will definitely come back to this location if I ever need emergency care in the future.','2019-07-14 22:50:59.101000','2019-07-14 22:50:59.101000',5,'Allysha Comer','https://lh3.googleusercontent.com/a-/AOh14GjvB1lZzjUPOSEkNyyTPga2s2p0JS8Fu0JU9TzW-g=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmqtH2dTdfMORwgPS2-lWn-RHqDUI0A2bKPrOLMT6FUgmqxCVk-1UK5sD_R_Q8zImJDb_3M5g','Lisa and Chris, Lauren and Marty were so awesome! So calm and nice when I was not! Thanks for getting to us as fast as possible and being out here in the heat.','2020-06-12 17:32:03.500000','2020-06-12 17:32:03.500000',5,'Mia Grimes','https://lh3.googleusercontent.com/a-/AOh14GjpzUq8vbDXAZahnBUThdjioSpoD5ZuH5Cw6Nkq=c0x00000000-cc-rp','16891069708558046635',35881),('AbFvOqmqthagH_7VYUoH_BFgK9IxGdn6yNG4rUxFWrlmxaYUbPkmIwkr1H2rIvDskPuWhE530-GJDw','If you need to get tested for COVID 19 I recommend coming here. The nurse who attended me was very nice and polite. The testing was fast and easy and I got a result that exact same day just a few minutes later!','2020-08-06 11:37:44.308000','2020-08-06 11:37:44.308000',5,'Queensteph Chavez','https://lh3.googleusercontent.com/-Zyz45dOOXkM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclikQd6-ZlrLPwKG5EqSbFXnc4WGQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29326),('AbFvOqmQTHlJgkneWonw5s5bEUUt_kLHjULPSZsVsP2p5wpKWwE5xtC4GRdOco_1c2hfYZYgKXBsaQ','Unfortunately, this is NOT a drive thru COVID testing facility. They make you go inside to be swabbed and then you can wait in your car in the ambulance bay to receive your results. False advertising.\n\nThat being said, the staff members that I spoke to on the phone to determine that this was the case were very polite - I have to admit I was frustrated and got a bit short with them, but they took it in stride and answered my questions professionally.','2020-07-19 20:54:27.682000','2020-07-19 20:54:27.682000',1,'Zac Williams','https://lh4.googleusercontent.com/-blUtpwAwkY0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucniX71RY-zM5PWSXkXV6_z77JhOGQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42994),('AbFvOqmqTv9k2kesg9DGNWi4VAwufW5nDgzgGn0uLaJf1FPgkIALbTuBDd4SrUMfmxWbG_4xlsAOHw','Great service, attentive staff Dr. Nyuyen, Karen, Tricia and Sean were great! Specially Patricia great service.','2019-08-30 21:14:07.322000','2019-08-30 21:14:07.322000',5,'Nancy Lara','https://lh6.googleusercontent.com/-76bOQmFVc1s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6BPO_8XghB3OYZQ3aqrAFzjwNdw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',34008),('AbFvOqmqtWFf7IcuGzbDxjK3WfT0Zod-a17liAm3samxuHlt2wd9AZjUuWGl_uwBrnQ2Tc22DTKp9A','Had to go there after falling off a 14\' roof. I\'m so glad I went there. Staff was super kind and knowledgeable. Dr Mauldin, Cory, and Andrew were awesome! Thank you again Sig Care!','2019-11-28 07:12:09.987000','2019-11-28 07:12:09.987000',5,'Lee Rojas','https://lh4.googleusercontent.com/-hW6NFCxH3aM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmalPKhubvac4laM45pWx837lNXRw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29557),('AbFvOqmqtyPUjQIRiN4eX3Jxu1yPVGiyJF8PufuWdyOIEvkeVTeUiN6IKXbEO5GlkFEZKPzm-1s6WQ','On December 10 ,2019\nFell fractured my left malleus bone and Was in severe pain.\nWas not in good mood obviously and was very short with Maya at the desk.\nMaya was very professional, kind And understanding with me\nEveryone was excellent !!!!\nFrom Dr jolly , Catherine , Scott ,and Queen.\nMerry merry Christmas\nThanks again for all you do for us !!!','2019-12-10 19:04:23.420000','2019-12-10 19:04:23.420000',5,'Anita Rich Salazar','https://lh3.googleusercontent.com/a-/AOh14Gj_NJ5-xyUZ7duXeBV4T36VUl7ViRz7KHDUqPL9rw=c0x00000000-cc-rp','12541597562633926366',28955),('AbFvOqmqu-0kQgAavUB4ZQR7dgQb3Is_KuONfrYiR1Hcaz0xfJWuv9aj8rA0fQ92NIEsZaH-Z4nPZw','Dr. Vakey and nurse Remington did an amazing job helping me. Everyone in the office was kind and professional, I was in and out in an hour, I was seen as soon as I arrived!','2020-05-26 20:20:19.298000','2020-05-26 20:20:19.298000',5,'Madeleine Frere','https://lh4.googleusercontent.com/-y-5iJR8GVnI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclrpwdcI-6NJ2vf6E4afxyqQSD4gQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34298),('AbFvOqmqUPvGCwJn5e03lW2xHTAYeIG1FG6vGmmThrHRe0YNpzr9lY7jLprPaLLDSRB3RVEAxY2q8A','Itza, Dyveliz, Brad, JR, and Dr. Harjar were all super helpful and kind! The visit was very smooth and timely.','2019-08-01 17:48:19.370000','2019-08-01 17:48:19.370000',5,'Becca Kelley','https://lh4.googleusercontent.com/-l4UNGwPyL_k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnvRzzuH-9Z-mZOoC7uONRP00h8yw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34741),('AbFvOqmQV7-BvpGC9gl0WKo1cW-9xSoChPogPE43d91r3DfuKLdUtwUn7bH-ZZ6l8Ui1qsz5KAwaIA','I had a great experience with the Signature Care in Texarkana. They got me in a room quickly, everything was very clean, and every person I dealt with was very attentive and caring. My kids were asked several times if they wanted breakfast, a snack, or a drink. I was diagnosed with a vitamin deficiency that two other hospitals overlooked. I started on the supplements discussed and I have been improving every day. I would definitely recommend Signature Care and it will be our 1st choice in emergency care.','2019-11-21 15:25:48.889000','2019-11-21 15:25:48.889000',5,'Amanda Horton','https://lh3.googleusercontent.com/a-/AOh14GgILNGTtz8ayBvRgpX2Q8_ELNAzbcAknLTbOMPjBQ=c0x00000000-cc-rp','3272657195432704501',39770),('AbFvOqmqVGxvHAoLIFWRffMBrpLz5l43sPbHJWnU6inVkOFF6yNKrwXfLjjo001Io8WOhf0Z378OKw','Greeted carside by uniformed security if I needed help or wheelchair. In-processing was a breeze. Taken back before I could fill out paperwork. Waiting room is smaller (10 people) but clean. Clean and updated rooms for examination. Prompt service, friendly, and informative. Check-out was even easier. In and out in 40 mins for 2 stitches. Will come here from no on when Urgent care can\'t complete ER tasks. **Side note: urgent care can\'t do stitches to the face and claim an ER or surgeon needs to do these. ** Apparently the security company is brand new for 2017 and the ER staff love them.','2017-02-01 04:34:47.773000','2017-02-01 04:34:47.773000',5,'Chip','https://lh6.googleusercontent.com/-nXRnWG9CIX4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn3O7UH6KFaqWRex3yz-qMcrlnW8w/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31116),('AbFvOqmQvKKWURdUgMUZqXHpnrdaTWl_1jqyVidsUFgj3bjfExRBS2Y8v3WcnSWjDF1LuAoJyHdt8A','Dr.Nguyen, Deanna, Jonathan, Rommel, & Adolfo were amazing. Thank you for all your help.','2020-02-04 06:01:30.577000','2020-02-04 06:01:30.577000',5,'MeArisha Walker','https://lh3.googleusercontent.com/-chpPUieQ1p0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclsIQ8jhpAz7RrP551OQjw99Dhh9Q/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42457),('AbFvOqmqVQ4g-cQ2AADH-aY4Wu8d3hNrNHOwVdUAsd5JFiHwMhdpnR20x-mi42JTzrwsucI4uL7n','Great service, very fast and the staff and doctors were outstanding.','2017-09-07 21:47:49.117000','2017-09-07 21:47:49.117000',5,'Brian Shor','https://lh5.googleusercontent.com/-iDZjU_CZrHM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckSXD5bzNqzgcERv0wAumBroWXC0Q/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32652),('AbFvOqmqvTfaNPamDyUi6Iq-UqR7V791XUZL6EkFh1yB23cy4fEu1LkSMPfZaRkSpuYh1UKhrWBLNw','Thank you to Charlotte, jessica, norma and kayla!','2020-02-21 22:39:41.352000','2020-02-21 22:39:41.352000',5,'Vanessa Fountain','https://lh6.googleusercontent.com/-xttkrG9PZ9k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmyh6KaIGK2F3yK4Lj17--dqYSrVw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37668),('AbFvOqmqVxCBHlTRKaoP3gtKTA2hDMM20XCDjdpNmHw6KCcQHGJuLDjYZGjALzsXFQWeYaahPrmdWQ','Cody and Sam were very helpful very fast service in and out right away did take very much time out of my day great service friendly faces I would come back again','2020-07-28 22:08:46.280000','2020-07-28 22:08:46.280000',5,'Mark Mitchell','https://lh5.googleusercontent.com/-VLHBfs5SQVo/AAAAAAAAAAI/AAAAAAAAD3I/AMZuuckhV1Qk3HVirKHEPP8AEmUxkdsRkA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38721),('AbFvOqmqW1ryXK4Kj3YykZ8-1TcF_HHg8S-_VNeRfv3m9gL9MFuXq-oJ3ELf-rtVCN5FBxhWbPt0XA',NULL,'2019-06-22 06:19:19.323000','2019-06-22 06:19:19.323000',5,'Brandon Keith','https://lh4.googleusercontent.com/-WnvOiAcb5YM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck4Y8lKkVEviuK_8uIPUzn1UH-Q6Q/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29779),('AbFvOqmQW58BsNueHJekMuay369uYNKhxKT_NoGcXPwYWu-TGMaL18Fdjr7iIUwgyz52TziCg7A5',NULL,'2019-11-28 00:04:46.076000','2019-11-28 00:04:46.076000',5,'Kayla Tumlinson','https://lh5.googleusercontent.com/-DJ1NgV5GiPA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmTZCmQ2kIQ1w39elbCv9N4_gEDdA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34548),('AbFvOqmqXKPAe6rd4yQbFMSi-C77t3ACjVt9es18FaCPJhJKME8FW7U_aNIH-c0tZZ97WGPttLwa','The staff is phenomal. They made me feel very comfortable and at ease. Great job will recommend:)','2018-08-06 20:01:46.108000','2018-08-06 20:01:46.108000',5,'savannahceleste','https://lh3.googleusercontent.com/a-/AOh14GiRpywfwBhjBfyse8osnqvB3DWvnAflwxlOvaOObA=c0x00000000-cc-rp','16891069708558046635',36375),('AbFvOqmQXtUTkVjWVFxqIOvOR_EZYvW-klAFjh1-h_cyDt2eFWcJ3KMvJd_rw8jNGlhCdnRgl27h','Everyone was very friendly and very hospitable. Thank you Dr. Thomas, RN Sherri, RN Toni, RAD Bryan, Tech Ricardo and Rec Amanda. #dreamteam','2018-10-18 02:10:51.567000','2018-10-18 02:10:51.567000',5,'Julie Sirianni','https://lh3.googleusercontent.com/a-/AOh14GhrBGJ7m9RQ2xMPey0h8sL6BV-0Wl7R_miruo5llWw=c0x00000000-cc-rp','14567670160750071148',30688),('AbFvOqmqxu5-zSKnrvYRIDF02pGhyCOoRDbCgIHRkUiHv8bT2IGDeFkG1-sFxHzs3ybOV1EXK_9yLQ','Amazing & Caring Staff. I felt like I spent an appropriate amount of time there, location/parking was not an issue, and the front desk staff was super helpful. Nurse Madeleine & Dr. Grinblatas were very reassuring and friendly. I would highly recommend to anyone!','2020-12-30 21:06:09.307000','2020-12-30 21:06:09.307000',5,'Amber Williams','https://lh6.googleusercontent.com/-HMwr478kYNA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnGye4u_f2q9nO-S3acmQpT2DK9IA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',44147),('AbFvOqmQyIzjLyBtD4IBIUTVNjw3fzC2tt7_zNqRLyOUXrPq_EUzWa0frjH0vplGapk_A6r9bepu6Q','Great customer service! Constantly apologized even when the wait wasn’t long at all. All staff was very friendly and informative! If you ask they give you a Starbucks gift card!','2020-11-20 18:02:31.642000','2020-11-20 18:02:31.642000',5,'Adriana Burkett','https://lh4.googleusercontent.com/-enm6M_BOY5k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnYT4vThzS_LX7ol-DVbqrbZXY_rw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31331),('AbFvOqmqyn7RIdSEfL0htFK_GJrnfPBNaWQE90Y_7LEhYXD73Ozr76FUfdgoCn2ZirWdPqxihZqpCQ','I had a horrible experience with Signature ER! I tried calling four of the locations and waited for over 45 min each to just get through the call line. Once I finally got through to a real person, she informed me that I should go the Heights location at 3:00 am to wait in line for the 5:00 am wrist band line. I did that only to find out that they changed their policy and that I would have to come back at 6:00 pm. I asked if they could help me get in touch with other Signature locations to see if I could get in at one of those locations..(It takes over 40 minutes to get through to ANY of those locations via phone) but they would not help me.\nMy initial frustration was that I was given false information on the phone after waiting on hold for over 45 min. Had I received the correct information on the phone or online yesterday, I would have gone last night to get a wrist band! I was there from 3:00 - 5:00 am trying to reach any of the other ER24 facilities online or by phone, trying to find another facility. My biggest frustration was how rude they were and that they would not let me stay to try to locate another testing faculty! All I needed was a safe place to search online and to call the different locations, but they made me leave. They would not even let sit in my car in the parking lot to try to locate another cover testing location. I was obviously next to tears and pleaded for their help, but instead they were extremely uncaring and extremely unhelpful. The security guard seemed very caring and tried to be helpful, but they forced him to make me leave. At that point, all I wanted was a safe place to sit in my car while I continued to search online & via phone for a different test center...but they would not let me do that either. Cruel and uncaring front desk staff!!!!','2020-06-27 11:29:29.478000','2020-06-27 11:29:29.478000',1,'Debra McShane','https://lh3.googleusercontent.com/-emkzRanQLY4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnm2bVgpMCKMjuDCPRv7ku9f-yhuw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40263),('AbFvOqmqYNtvpKQ_6MuEzONI52UnnCddmw0dcxY8tEUBlHSpfSYydd5LqKyvcHB2CDyRse0_yy6N',NULL,'2017-10-19 14:29:10.028000','2017-10-19 14:29:10.028000',5,'Zachary Banks','https://lh3.googleusercontent.com/a-/AOh14GgC2sBVhFn06wXMx3k6e_r8Zhx7xiyTBQxcB61O=c0x00000000-cc-rp','3511292162159714121',41005),('AbFvOqmQyZNP6oDjl0rVgBKXUyleYPa6B8WZ4fGTqJiBpZMrdEVz2Qzg0VVGBkNc5-a4SW02BpYYDw',NULL,'2020-10-22 02:35:59.819000','2020-10-22 02:35:59.819000',1,'Jaricka Florez','https://lh3.googleusercontent.com/-e0qDBtMniYc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucljipnAKblqK5aRMSLybsU-Ge32gg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41284),('AbFvOqmqZ1warr-FcrLy6IAVmOIGbbG_hm4AzoHLpEnYM3uos7LCoH8ySAHrvuCOwxHKvXGbC4PFKQ','When I checked in I received wonderful service from the check in people all the way to my nurse and doctor! Overall great experience','2020-08-04 17:26:46.888000','2020-08-04 17:26:46.888000',4,'Martha Alvarado','https://lh3.googleusercontent.com/a-/AOh14GgpagBx8bWiWI-i-TH_ORvS3OJfcNnra2ceneotyg=c0x00000000-cc-rp','16590124370714063921',34208),('AbFvOqmQzl78b5cC8l3AZTX6cuMOhDI8yoy3-9PvDfr97eOnvqfDLG263KUqbJ3n3Z5_cZHmDNPS','Service was Fast and welcoming the lady Tanishia at the front desk was Awesome would recommend anyone there','2019-07-26 04:50:08.101000','2019-07-26 04:50:08.101000',5,'Dynasty McCray','https://lh6.googleusercontent.com/-bPeSBqpnRGk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclci4C-XBN2Wxi807mXRXduUTmW9g/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38068),('AbFvOqmQZmKcs8CeUVG5R5kB3Q8_905frFsyxwLSUTrlSkSqTiow4IpdKY7KLkVlRLCM67BDhQovew','Very clean facility nice nurses and doctors very little to no wait I highly recommend coming here. Dr. Thomas, Vivienne, Joseph, Erica , Travis and Natalie they\'ll get you taken care of and on your way.','2020-02-03 17:18:25.885000','2020-02-03 17:18:25.885000',5,'Soul Good','https://lh3.googleusercontent.com/a-/AOh14Gidd3nE973QXqoQ2E0Xpr4edhXA9nwGhip2ehnL8w=c0x00000000-cc-rp-ba2','14567670160750071148',30277),('AbFvOqmQZQn4jtt-KKPgUEpJIrbi8a5hGIprOsHakWnX30gXO8t6UMaFRwTaKwFTM5O4CyZMEbkOCA','Dee was really nice and helpful at the reception','2020-12-01 23:24:35.085000','2020-12-01 23:24:35.085000',5,'Lemyr Miguel','https://lh3.googleusercontent.com/a-/AOh14Gj7-KYyC2UzKYa95jSY0N7rSUvlteEOFJH96JoJWAs=c0x00000000-cc-rp','12541597562633926366',28432),('AbFvOqmr_B7CW5Km94LkGZEtxOfQOnUlKP16G8A6Rwwx5OHJsAt_-H35n4xVHND0egvmPvJkJtc9','My experience here was so great! Big thank you to all the nurses, doctor and Earl Hines for getting me in and helping me out quick. I totally recommend this ER and would definitely come back if needed!!','2019-05-27 07:10:47.645000','2019-05-27 07:10:47.645000',5,'Estafany Marenco','https://lh4.googleusercontent.com/-JW63S8bZchY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckbhLFKcXURlBMvl8jA4a2qeE_Y7w/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36192),('AbFvOqmR_x9NG2UH8_TMp9gbYj7RVnwi-1hxUVsu5TB-tcNzcLcdCG-dsm_esAzPXbApBpCB88kqnQ','Great Excellent service!!! Great Staff!! Got welcomed in and very fast registration by Ms.Lisa. My Nurse Savanna Was Awesome. Got well taken care of by Radiology Tec Jaime Dr Plante And Er Tech Corey!! Great great team! Recomend 100% to come to signiture caare Emergency Center','2019-06-19 17:27:44.648000','2019-06-19 17:27:44.648000',5,'Chita LoveKillsSlowly','https://lh3.googleusercontent.com/a-/AOh14Gjnztqft6b_BsXrVVhO5YHGf2Bp7eFc1qsrxHN-gQ=c0x00000000-cc-rp','13486358490203335051',29789),('AbFvOqmR_yXbV38pmvj2DsglUUiV8DvWFBGPC-M6-r68p8IW869r0LAXPqoiZpclvJgsX3rHvnuO','Dawn, Amy, Dr. Yusuf, Amy , Dawn, Isaac, Norma, Eve you all treat me like a queen and have very professional staff. Nice & clean environment good take out','2019-12-20 15:19:33.945000','2019-12-20 15:19:33.945000',5,'Lisa G','https://lh3.googleusercontent.com/a-/AOh14GhW9LweHbCHSykbgTtmaH5-W3uTsmGre9dOdNiGug=c0x00000000-cc-rp','3511292162159714121',40368),('AbFvOqmR-fQ3XVReuow0JvWu34BERUhAzIPIFX6IfEenRjNg-aw_hu7mFI-hkz5BYODWOzj4w8El3g','I\'m currently in the ER. I haven\'t a diagnosis yet but I have to say this ER did more for me than StonyBrook hospital back home in NY. I was left with a huge debt and no relief back then. Year later and I\'m in the same pain, but Signature ER has treated my pain like a real emergency. I\'ve needed that for a very long time.\n\nThank you.','2020-11-17 00:13:00.392000','2020-11-17 00:13:00.392000',5,'Gina Pisani','https://lh3.googleusercontent.com/a-/AOh14Gjb-toO_Y7lsWYEur1oN-1K49impgy0emb10To25Vo=c0x00000000-cc-rp-ba3','16891069708558046635',35589),('AbFvOqmr-Ms6GHHyuWangj77Fg6fTzO_iZDxCOvjaVgrwGpNjXNMNDQoltobKV6qTNf_oqBdBtF2GQ','Best place to go! I didn\'t even sit in the waiting area when they were already ready to see me! I will definitely consider bringing my family members here for whenever we have an emergency, thank you all at signature care 😊','2016-02-09 23:57:08.339000','2016-02-09 23:57:08.339000',5,'Yesenia Vega','https://lh6.googleusercontent.com/-zIHVTiRy-Pc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnFEU-j-tbkYBytZfSZ9l11axljhw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37382),('AbFvOqmr-Um5gU_5XQZ8BT1ieLt7f7bwqqt35RohbvkOHlYB31yhETerOyrLdzLdjQb1ydhR7TLoSQ','As a first time patient, the service was fast. I didn\'t have to wait long to get treated. FD Brandi, RN Lucas, Regis- Kim Domanski, RT Kim Davidson, Dr Jordan and rest of the staff are very friendly and professional. They answered my questions and explained the treatments etc. I would recommend them to anyone that needs emergency care.','2020-02-02 01:20:36.340000','2020-02-02 01:20:36.340000',5,'Jay Ayle','https://lh3.googleusercontent.com/a-/AOh14Ggrt4eD-B7Ve4-GkW7qXFEzDV-zmR-vlddruUbgLg=c0x00000000-cc-rp','3272657195432704501',39648),('AbFvOqmR0pn8ZXvNCy3Bp-uyqU3KecnTXrk80se2Q_aF35uknvuJl2z1jy170H67oQ-091oPRv_2ag','I can\'t say enough about the staff. From registration to discharge, they were great! Melissa, Jeff, Norma, Seble and the rest were just beautiful. They were very attentive. I can\'t remember the rest of the staff by name, but if I could, I would personally list their names also. Thank you so much for being there for me in my time of need.','2020-02-10 00:43:33.810000','2020-02-10 00:43:33.810000',5,'Trena Lowe','https://lh3.googleusercontent.com/-IYiiMTUyPsA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucksbr5GixHpWzZcChAgUDFqQUMa8A/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40306),('AbFvOqmr0q_N0a4jiy7b4LW8_cy8mKl23PG_amp7jymA4h5qBzFvVi9lxeno7JB1Hf5YEA1irON2-A','Entire staff was great.','2019-07-17 03:39:33.924000','2019-07-17 03:39:33.924000',5,'Patrick Storm','https://lh3.googleusercontent.com/a-/AOh14GjQoAKejw-NDUdii_himMzXUx75bfwMkNfHn5-NtA=c0x00000000-cc-rp','17898197009688164559',38074),('AbFvOqmr0QoRo3XI0T6yCC8jr3DnG5cRTitu95LgkaEq3-5hO5rnojqQpmXLa-JsDqFpUHUGBtlN','There were nice really fast great nurses, and thanks to arianna to helping us also .','2017-11-04 02:08:23.978000','2017-11-04 02:08:23.978000',5,'alex lozano','https://lh4.googleusercontent.com/-eeGQVKxyHrg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckK71FL-L-6bimJH1FHozKGdqUv5w/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40998),('AbFvOqmR204O-bkZ_7hCeLgnh6_rXM5BmfmYRSVJTSWB9qroazYfR1P5KkfZbXGNJfpyNMh6CtIaNg','Great friendly workers!','2017-01-13 02:56:14.923000','2017-01-13 02:56:14.923000',5,'Paris Rutta','https://lh3.googleusercontent.com/-ETQQRNgBMds/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclDXYjhO5ySHdQkAYzWSTtefpWRIg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37232),('AbFvOqmr22ySqlUalEwk-a6YY7iKzUn8c0mNpmTY9-2dkWIQIEZsgnJ-tIs5PJq4PuEpoaZcdE7QJA','I really enjoyed how nice everyone was, the doc was very helpful. We were in and out with no problems. I would go again!!!!','2017-02-24 23:49:10.292000','2017-02-24 23:49:10.292000',5,'Amanda Gonzalez','https://lh6.googleusercontent.com/-ByTgiTMUTTk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclGT0KANtTEJmmgbQI5gKmLHT1-jw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31095),('AbFvOqmr2pm61hHGD9Bx3QB6WKzfqe04HxJGENh4QGir37nb9HJtdMJ3mnsQGxoddaTxsdQsonZVLA','While the wait was long, I was okay with it because nurse was personable, kind, and caring! The facility was very clean which is very important. I would definitely return and recommend!','2020-07-08 23:26:30.765000','2020-07-08 23:26:30.765000',5,'Amy Schneider','https://lh5.googleusercontent.com/-WzIfarG38mI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmhc-PJATmoHjjg_Uq17_cMxLvzcg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32041),('AbFvOqmr2t5KnjsJ6pduPrUN_5vCg8KUquMmDsfel-RG4_ikIHXWIDxH8ZqxjDlfxozuXNrwd8t0','No waiting and they have a full staff, private rooms, X-ray and lab. They got my fever down within just a few hours. I will always go there if I get sick again. The doctor even called to see how I was feeling.','2018-02-02 14:07:42.181000','2018-02-02 14:07:42.181000',5,'Stone','https://lh6.googleusercontent.com/-Fl-MiSnvYjs/AAAAAAAAAAI/AAAAAAAADUc/AMZuuckiE0Wnr447A91rOMEPFiC06ua1AQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36440),('AbFvOqmr30SqVIFwCVEfHqG6A1t6f8YQrc6vJ539HExsrdmSsYX5jhQ5_koeoTNXM_Xp11NKCGAz2w','Superior service. I felt comfortable and welcome from the time I walked throughout the entire visit...\nEvery person who assisted me did so with a great and caring attitude... this will always be my first choice for my emergency care needs for my family and I. Keep up the great work Dr Wang, Dana, Tricia B, Jordan N, and Patricia C!!!!!!!!!!! Signature Care','2019-11-15 21:57:06.107000','2019-11-15 21:57:06.107000',5,'Kiantraea Green','https://lh6.googleusercontent.com/-j46ElSf6V30/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmhULL0Axinrx3Pi3uHUbqBfGz8GA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33745),('AbFvOqmR3DTfh1NWRQ9ctP1jeiU28xOM6AY6ZG4HXRqZ7lz_ctjsMSHVCO3cCkBHTWblWavvdCY4','The staff were extremely wonderful and very helpful to my needs and care!! Strongly recommend to all!','2020-01-17 08:53:29.114000','2020-01-17 08:53:29.114000',5,'Shaqueta Henry','https://lh3.googleusercontent.com/-2AQOAdJkjt0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckd_enYOJBoVsN_H2yesfjWQQowxA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39702),('AbFvOqmR4Xb9vR9Fn8yG438szq2FoIq_UmMDUhnPhlv_U3oVP_g7FRxMVhfVpmSCIvW7bzH_zm4HEA','I really had a wonderful experience at this facility. It was very, very clean. The staff was friendly and helpful. They were organized and there was no wait what so ever! The doctor had very good bedside manner. The next day, I received a call from their staff just to check on me! I would definitely recommend!','2020-02-22 03:54:43.654000','2020-02-22 03:54:43.654000',5,'Patrice Jones','https://lh3.googleusercontent.com/a-/AOh14Gh2dRmD9Y8HIzhZNpULo5N-7OH5UbV8Lnrn6ERO=c0x00000000-cc-rp','16389487648212004696',33348),('AbFvOqmr56zSaYQ77OgOa5prQE1QJNSraTU_VTRiQ54XSTNozZbtG96tqVKk1FZbISuhZXzb6TqRxA','Everyone was very helpful and caring. Definitely tended to all of our needs and helped with whatever we asked about. Absolutely recommend them to everyone in need! Doctor wang, Rachael b, Jessica n, were all amazing! Very friendly and comforting','2019-07-10 20:03:15.574000','2019-07-10 20:03:15.574000',5,'jacob mccloskey','https://lh3.googleusercontent.com/a-/AOh14Gi94AVBepj8my-hnes_aObDPjaEvyazKLIs4nR8iQ=c0x00000000-cc-rp','17898197009688164559',38087),('AbFvOqmR680nTWlfWUdAaWezW3Hq61i5Ce3NfHdrYgNAqknLKFXt8wdJB5yaxcTteq1gJQ-9drb70g','I had a very good experience here! Came in due to breathing issues and someone seen me right away!. Very professional!','2019-02-26 23:41:40.533000','2019-02-26 23:41:40.533000',5,'Sequoya Jones','https://lh3.googleusercontent.com/-DNNt8Ttq8Aw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucknv6lSNdWwawIbdglXscz36LCDlg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39906),('AbFvOqmR6ZG6VC1_kdL0jXe-i7783sbHKOGhfABoeSU3UFb83YtLE-V591hpV8xnKl3P7C3DiElZEg','They all were very nice. Dr.Bansal was the coolest. I came in for one thing but she helped me with other issues I was having. Everyone was nice good job Sarah and Kristina, Laura, Scott, Dee. Alysia was fast and super sweet she made sure i was taking care of.','2020-11-20 16:17:09.566000','2020-11-20 16:17:09.566000',4,'Latoya Stewart','https://lh3.googleusercontent.com/a-/AOh14Gh50MfRTVZfsoFU_6yuY5QFVGwBJ33wLy_xH0cY=c0x00000000-cc-rp','12541597562633926366',28450),('AbFvOqmr73knnGBbPKaNGqMbflWY6ErxiXfySvvPZqA5uSMUwscEogvMrXPKZH0PyMSSszaPu4-L','This urgent care was great! Great staff, the front desk lady, Amy, was very friendly and helped us get checked in and checked out. My friend had to come in due to a cut from an exacto knife and the customer service was great and super helpful. The doctor, Dr. Wren, and the nurse, Chih were both great in helping the process of helping her fix her laceration and begin the healing process.','2019-04-21 05:31:22.926000','2019-04-21 05:31:22.926000',5,'Priyanka Gandhi','https://lh4.googleusercontent.com/-kzB3Y9358H8/AAAAAAAAAAI/AAAAAAAAjTY/AMZuuclcKY_ZIVL1SepPMJ-B2UNed7_0dA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40596),('AbFvOqmr73pQIuWnT65zfhB__8Vd7ix4x-2jgMQzAtPyOR3TBPko9RUeGuaigmczR3NX0UaA65br','Excellent service. Exceptional evaluation by physician and nursing staff. Highly recommend.','2019-12-25 11:48:32.232000','2019-12-25 11:48:32.232000',5,'txnyc2','https://lh6.googleusercontent.com/-tqnGG922UV8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckf1j2TFQaptMWjUEOPQ9aTaAAnQA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30381),('AbFvOqmR81VTxKl4exUv-AlC2C2DzNlSmwOSjudAwa_o4vVEfx3lY_cCIC1QHWKFxWjm_cRTQkMNJA','Everybody was very nice, eventhough we did not have an appointment, they made every effort to help us. Amy at registration was very nice and made the registration process very easy. I was impressed as to how quickly they called us to have the test done.Jaslyn and Dr. Rodrigez were very professional and the test well done. Thank you all!','2020-08-01 21:48:14.933000','2020-08-01 21:48:14.933000',5,'Sonia castaneda','https://lh6.googleusercontent.com/-6ibgTR5Q4xw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck0WrhG5ytbNQGlNuojGXCOxriUaA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42339),('AbFvOqmr89SAZ93VpRJ7F-cTNyWZFPhm1-CeicWptvcjzxyUIe3vfundt2gg8cvSp9p0OXzaVF1SrA','The environment is so modern but Is calm with a hint of warmth to it. Next, the staff is so wonderful! Very engaging with sincerity in their voice, seriously, major kudos. It\'s a Sunday, I was taken care of pretty quickly, but even if there would of been a small wait, the setting for the waiting room was pretty relaxing. I HIGHLY recommend this place. It will take care of your emergency needs in a courteous way that you will be flattered by all the attention and care. To the Montrose Signature Care team, good job guys!','2017-02-26 19:30:09.638000','2017-02-26 19:30:09.638000',5,'Jaws F','https://lh4.googleusercontent.com/-dNVzTHxyI-k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckRGAYJM_MYNXSc1gW1Vhjs1cZTDw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41097),('AbFvOqmr8aXTVg_rfGEyim6MU7QBQjyOadlF3P1pMCH7YVK2iTeLugLi1-8lv-f4q_5ubCUxLAIj','The service here was awesome and Dr Jeff was very nice. I would recommend going here if anyone have a pain problem with their teeth. The staff is there are awesome as well.','2019-07-12 15:31:39.146000','2019-07-12 15:31:39.146000',5,'jonathan kelly','https://lh6.googleusercontent.com/-I-Jf_LHDnaY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucndaLG6Z1rrO2mW456CcyxQ1b1t8A/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39306),('AbFvOqmR98VYkJIS-cMDRg2g9QvdtjSra2a-hDlz9004G64S20GY8QqE4KgxnRj13cCPS8rX5-PyrQ','Best ER EVER!!!! Hands down!! Dr. Yusuf, Reg. Malissa, RN Kristina, Rad tech Laura and Rad tech Scott most patient sincere center!','2019-08-29 18:56:29.276000','2019-08-29 18:56:29.276000',5,'Mikeya Foley','https://lh4.googleusercontent.com/-a7rbQaMbv4M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckb3Ia_8CJmKJB-zd-wxvVJwEgL3w/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29045),('AbFvOqmR99w1JA9bmnsHE8iJ7UMF7qb_xzMiunyFb1PzUnEQAWo5qy2I8jsP_LlJoVMeXlyI9xcZTQ','The doctors, and entire staff, from reception to nurses were amazing. Very friendly. There was no wait. I had a car accident. They ran all the tests necessary and thoroughly explained the results and treated me quickly. I hope I don\'t ever need urgent care again, but if I do, I will definitely be going to this clinic before anywhere else!','2016-09-29 23:20:05.153000','2016-09-29 23:20:05.153000',5,'Norma Abad','https://lh4.googleusercontent.com/-N53_zhuR2y4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmBGOpMc4QGVMRKMEZIN8oxfCRzVg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37296),('AbFvOqmR9kx0c1mD5Fq5yC58561iLALKYfyoMQiBLl9vOthyT0VkaOqiPIMiTP6nsYgKozrZzFJ5jg',NULL,'2020-09-07 00:45:41.355000','2020-09-07 00:45:41.355000',5,'Hallie Goodstein','https://lh5.googleusercontent.com/-O0xv8Fyorto/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn8mm0mTPnLnGzJTUOLeq7ZM-HeIQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38544),('AbFvOqmRa0_ECl8qKzIDRAiKZ07xyNhUgmfZFIFwqCPYv7uGMM4QX1XGgY2VitmXyso6UBqUhNrh2w','My 1st visit on 3/17/18 with Dr. Soli was Great!! He addressed all my concerns and provided the necessary treatment. The entire staff was rather pleasant from the start to the end.','2018-04-10 01:32:37.778000','2018-04-10 01:32:37.778000',5,'Jo Ann Mugica','https://lh3.googleusercontent.com/a-/AOh14GgLM5B99rlUu0uw-5qRymPYOjp8rW556sUIG2N-zQ=c0x00000000-cc-rp','3511292162159714121',40945),('AbFvOqmrA0S4vWT8rBqrbs-UQI-Bs7BPHPUrwSHJ8_JvEza7VTbQ8MV8rPRwYvf-Fyk1HzarrS8C','The Dr. was very attentive. He explained everything tgouroughly. The nurse was great! The front check in person was helpful. X-ray technician was gentle.\nDr. Ybarra is a wonderful doctor. He and his staff were very professional but down to earth. Would go again!','2019-01-27 16:52:06.216000','2019-01-27 16:52:06.216000',5,'Rebeca Guajardo','https://lh5.googleusercontent.com/-bctBPO027kc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclnIW5lGyw6TVPtt_4SP6umlPF8Xg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42736),('AbFvOqmRac-dmZrNuSMyeHlHLJzacjSXd3qNJDHXUJyc7mw8tRzPyxCp_-Jp81ICrFAL46K9oHScBQ','Quick experience!! Shannon and Gunnar took care of us like family!!','2020-09-02 22:22:41.616000','2020-09-02 22:22:41.616000',5,'William Griffin','https://lh5.googleusercontent.com/-0xmhxJdoLgI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcD7kzWvD4-Mh86MgC5Pyg334YzA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39532),('AbFvOqmRAKSDwV22LOj0VBzn5zb-b6UNoi3oQPJJJHBmfaBK9nKNSHsd2hY1QmhnmXSY81b-Y8_21A','Prompt, friendly service. No wait time. Dr. Appiah was attentive and explained everything in great detail. He took his time instead of the usual in and out as other experiences have been. The nurses were very nice and showed great care and attention. Troy was the nurse and he did such a great job. Aurora was the ER Tech and she could not have been better.','2019-09-05 10:56:44.855000','2019-09-05 10:56:44.855000',5,'Lola Andress','https://lh5.googleusercontent.com/-OfqCz0LvZQU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclavoabp1bSuF3hzcgf6fUvzHh-IA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',34000),('AbFvOqmraPlzb-TUY77G-r_4mwD6PxSr9Wyia1dxQEzEytR7ggFvQUim14IKBSzKw-5VR-5bQU94Dw','The care I had during my visit was excellent from nurses especially Dr. P. Golla who was professional and very caring. I appreciated the check up call a day after my visit. I am expressing my gratitude to the entire staff and thank you.','2015-06-07 23:41:59.289000','2015-06-07 23:41:59.289000',5,'Obiajulu Onyeachonam','https://lh3.googleusercontent.com/-ypGfrgpQtRY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclbKWH_fcotmoRwb2o7gDivI70S7Q/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37393),('AbFvOqmrAv5aSRjvMV6oaX_oO_piurqx10891shXmTwN5GcIlMG4O-eWpinjfRUcZVCG7nyWKmzfOg','The facility is clean warm and made me feel like home. Staff really knowledgeable. Dr Mauldin was very threal and caring.','2019-06-13 07:46:16.347000','2019-06-13 07:46:16.347000',5,'jay m.','https://lh3.googleusercontent.com/a-/AOh14GiGDtYtLU7Xn9jiVeTOMHRXJO0RW63M4PabeY6q=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmRb1is4r1If_JUKM6tOnHiphtBWaq2JiOKHb2f3xti7d-wyFrl8K_4gHQEmTM3zqmgRgJnjg','Rn: Jessica, Duke\nTech: Kenzie and crystal\nRad tech: rycin\nRegistration: Cynthia\nDoctor Pham\nThank you for your professionalism and service. They took care of me.','2020-11-26 22:28:52.326000','2020-11-26 22:28:52.326000',5,'Julio','https://lh4.googleusercontent.com/--EyKgkVT5CA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3if-cVW8E2FhqNbyQwm3ylYQAUA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32140),('AbFvOqmrB5tT5IPDM3qbjKr8flYwLxPsu3aG92uaJ1x-IvdeQGE1E_LeN8YYfRJIVOeTwjQ73u3mVA','Excellent care providers! I checked in and was taken back in less than 15 min, and had aCT scan and discharged. Thank you for taking such good care of me!','2019-10-22 20:54:22.970000','2019-10-22 20:54:22.970000',5,'Kat Quintanilla','https://lh3.googleusercontent.com/a-/AOh14Gj_EFyzLKqpahLF5ZqiyBSM6DkVKdNTVoXq8QVvAw=c0x00000000-cc-rp','2694018788013845459',39232),('AbFvOqmRbBUelsNl3onecp7YJ0Ps3J772iEBqxhWKbUsKZ-pCjyD2ZrXhCbHwOXMCl9Cd9_5lzNX','Awesome staff\nTruely careing\nThoughtful\nHelpful Morgan was a sweet nurse who helped and alwing also\nDr Ypst was the best !!!','2020-12-19 00:56:34.069000','2020-12-19 00:56:34.069000',5,'Mary Sutton','https://lh4.googleusercontent.com/-pkObRp_UJUo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckP1kb9neR5z7LGN_2RVF0oxrvRbA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44659),('AbFvOqmrbcKdLzetGIzRgkBQKEsezYd6hn7h0ARSEBMmW3ncuq8pNQ1jZ1qI5stRi9mUGhe4x6Zy7A',NULL,'2020-11-13 10:44:41.511000','2020-11-13 10:44:41.511000',5,'RAMIRO GOMEZ','https://lh3.googleusercontent.com/-dBvT30vV6QQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmmiVBow1wKeNvt5O2IgKAUtmHxOA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42827),('AbFvOqmrBdhvSPYYNt76KMWOwTYLZ2w4cW01Rk0b_7AOdvGmW2NIMA85wVTrJoJnnDP0XNhavOI75w','The staff was amazing including Dr.Estevez, Alvean, and Tricia. I have never had more faster and professional experience before.','2019-07-25 23:15:40.371000','2019-07-25 23:15:40.371000',5,'Daisy Smith','https://lh3.googleusercontent.com/-J13loUf1UQQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckYnQOvcHFxjjOXCrnekqThSjmQLg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmRBmfu3KJqzZI09id7EU6odNu0RLwqHxeZ0BOvZOQ8kEYd1vKb2fOozXSQuHgJAGcvQKxk','Great service, Thanks','2020-02-02 03:12:43.149000','2020-02-02 03:12:43.149000',5,'Patrick Mink','https://lh4.googleusercontent.com/-1ko6WO5ZNQ8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm22AwYS46EWDd9sD8cfP3hgKY_5Q/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29451),('AbFvOqmrBo-WR-5Bm4rWHuou95LfiUvOsfv1Ft395YphQ6RDPsN6dJyac4nvTiNbWuJZ2KJUXHr2gQ','The staff was great...very thoughtful and caring.\nKatherine, Irving, and Nicole took great care of my little brother. They made sure he was comfortable the whole time.','2020-02-07 03:57:26.401000','2020-02-07 03:57:26.401000',5,'Jenny Berrios','https://lh3.googleusercontent.com/a-/AOh14GiLi6gCl58MDjUJj5G8atZDGAzN5yw8ILAK1Vj2jg=c0x00000000-cc-rp','12541597562633926366',28746),('AbFvOqmRbwkN1_grk_5Fy2_WauxF_iaK3E_Lc8N1_m2lGHysnEdUWNX66kC6rHNho52mNCQD-DxOnA','Very efficient , they get you in and out fast. Very friendly staff!!','2018-03-19 14:02:59.327000','2018-03-19 14:02:59.327000',5,'eric juhlin','https://lh3.googleusercontent.com/a-/AOh14GjempCOTZMi4qfH51PdWFHfsDLOWE9bmXcn305MwKQ=c0x00000000-cc-rp','8626688543755174284',42234),('AbFvOqmRCCccGQNGJ_xd6FfcTOPMUT2FoBwct0sHfx_Tq4QeBout1Z8iEKZNZj1eI-P9GBYxRUdP','I had a wonderful experience both visits, thanks to Elisa T, Vivian S, Gustaro M, Wendy, Keller C, and Dr. Pham. I highly recommend this ER','2020-09-02 04:41:53.613000','2020-09-02 04:41:53.613000',5,'maharajah bey','https://lh6.googleusercontent.com/-TfUF8jV1qEQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6mc9Sa8BPIQrKKP9MwjflEUx6yA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42920),('AbFvOqmrcGZn5RSesccQkQukTn71hXzGey4lWunUHh6e-ihP306fRBCD_VyY3qORbvm-qPoNttmSEA','Wonderful, Ashley K, Ashley b, susie','2019-05-16 21:03:38.349000','2019-05-16 21:03:38.349000',5,'Tina Gilbert','https://lh5.googleusercontent.com/-ioet1_VcLDI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnQ9UlOLrmrGPiW0tud7LVIYzKbFA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42075),('AbFvOqmrCZ4dWy9TxvsdeOSXDKQybYpCXKXFOTx9iz6POyk4kDPIPq2D_IFnZ0KL-RfQ_i9gSQWh',NULL,'2020-01-18 20:18:55.075000','2020-01-18 20:18:55.075000',5,'casandra gulley','https://lh3.googleusercontent.com/a-/AOh14GhNtEOul0wu1MwrceDdrz02Wax73S2fe8I5y2v8iA=c0x00000000-cc-rp','3272657195432704501',39700),('AbFvOqmrD4Is7nZduK06mjpH5TnBds8-Ixjt8CFlC4PqUeFtw9dd2UaAmuahuFs71--NP0qeB1n52Q',NULL,'2020-07-25 21:43:30.313000','2020-07-25 21:43:30.313000',5,'MariaLuisa Mena','https://lh6.googleusercontent.com/-qNtuzl1-EIc/AAAAAAAAAAI/AAAAAAAAbRw/AMZuuck8K_pdtq8GiNk86V75L6B2K4JDJw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28585),('AbFvOqmRD8lvXGBshk2N9iDIaHEqKdSyAV3lJWGEfHrpF_7YHDInOQxz3t0hrVYMmbD8qJlKulORWg','They have a great staff. And i mean specifically Dr. Boester, Churiah, Gina, Ke\'Aire, Dion, and Anastasia.','2018-09-20 01:13:05.446000','2018-09-20 01:13:05.446000',5,'Lord DGP','https://lh3.googleusercontent.com/a-/AOh14GgW0eQmrD_Od73ndDPz38-wdCeUS6J5zImv1PUgXQ=c0x00000000-cc-rp','3511292162159714121',40827),('AbFvOqmRdI4zKP47TqQ0J_v6co3i26dJGCB_XuGSDdMRzeuBI8f2grsBmE2miiiRsjfOKBSgaCb2',NULL,'2019-12-13 03:43:27.038000','2019-12-13 03:43:27.038000',5,'Chadlee Lester','https://lh3.googleusercontent.com/--DGB0TFy8DU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmvmzWtYVqWVIXCNeJhoISf2vL2mA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41982),('AbFvOqmRDkeLkkSOumRgBnp7IdBDg6IC6jI0YIquaz93X2pWvbsM5eFoKVCRQXVN84Gy09Ei6O4M','Omg! I just found my go to spot for getting sick. When I tell you these people are Amazing! I just took a coworker to get her leg checked out from a fall. They treated both of us like Royalty. Maya was so friendly when I walked in. I needed a wheelchair to help her get in. Scott came to assist with getting her out of the car with a smile. Then we had Kristina come in to get more information and she was very kind too. Dr. Ortiz was so Caring and nice. I am totally loVing this place. If any of my family gets sick and we can’t get in to our primary care doctors we will be coming here.','2020-01-17 15:07:52.198000','2020-01-17 15:07:52.198000',5,'Kristin Hicks','https://lh6.googleusercontent.com/-zqik8ezAFeg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnkBNK-2xH6EcX9NESDPnfV2qf3AA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28814),('AbFvOqmRdTSiDZdZm6nQczQMJGFcwLdEkWT56zlUPDqNk4CsINVf5ld92sMiDxw2fIQnDiDWQCLCEg','They did a great job entertaining me and getting my mind off everything. Thank you Sarah, Do, Fatima, tanisha, and Elaine. They have all been so great and i would love for anyone to come here i highly recommend them.','2019-10-11 06:14:52.990000','2019-10-11 06:14:52.990000',5,'Johnny Harrison','https://lh4.googleusercontent.com/-DBOztEm_WaU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckR65jBQmqCXOc7Cy-VJRoHqWT3zA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37958),('AbFvOqmRdY2At9Y3O_pnTeAS3bWc6UVNC2iZRFk14k623WTbmCqjV4qlYhvMaikjw1CbDCdFdjWBKw','From the beginning to the end of my visit I had no complaints. The staff was friendly & caring and the Dr W. was comforting as well! Ebony, the ultrasound tech was patient & caring. Pamela RN was also a very nice nurse compared to others at places I\'ve been before. It was close to home & service was quick & efficiently done. I recommend signature care for your emergent needs!','2018-02-14 13:10:53.698000','2018-02-14 13:10:53.698000',5,'Ticarra Mays','https://lh4.googleusercontent.com/-o34j876v9ik/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmowN5oReklKBniJDdQjGgjNzEBlQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43412),('AbFvOqmrdyaZLtz9gfxiHM3sZpxt1c6iPKt5pa9j3jPRW1q0h62hiFyu1prJentuQMIySTeGHFvvJw','Very nice staff, and got the job done.','2019-05-05 06:37:47.108000','2019-05-05 06:37:47.108000',5,'TonyDGreat','https://lh3.googleusercontent.com/a-/AOh14Gicw5s0XleEsZA8ym1V2BK7LseUn2PHKcL3qIWZOQ=c0x00000000-cc-rp','13486358490203335051',29856),('AbFvOqmREdYgbWUhCHQ_AiyFhpg8hkorrUw6JVvn-90VdCDGbxKwtnzjrkQNs44Ep5oNpIKX2_u6Bw','I went in to get a covid-19 test. Although, there were lots of people getting tested, the process was seamless. They ended up needing to run some more tests on me. The nurse Nydia was awesome and really knew her stuff and the attending doctor couldnt have been more professional, reassuring, and kind. Hopefully, I wont need to go here again but if, I needed to, i wouldn\'t hesitate do so. 5 star care !!!','2020-07-19 14:37:23.690000','2020-07-19 14:37:23.690000',5,'Sterling Simms','https://lh3.googleusercontent.com/-frGSVsSMdnI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclpwusQlGsP0EFCLxWIUh39zj3bUQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38796),('AbFvOqmREVFEvDR4pHwTU2v2onUrowt9KLhUGvpmPRfpyc6-aAPgh37cDM-uomAKUltMOrP8g8Q','my wife had a really bad pain and they took her straight in no wait and were very professional','2019-10-06 17:37:41.001000','2019-10-06 17:37:41.001000',5,'william smith','https://lh5.googleusercontent.com/-DdIO-Mieyrg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVtyleB5SWyvkkmsWqJYLXKNFk9w/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39249),('AbFvOqmReVIZcxdh6DYKF6_eWaL0xLHgAdZ5XUWur3IJbsewN9Q66D4HtLyWik5u1ANJM5h78_1E','Actually I\'m posting just to let the management team know that the reception employees very rude to the patients I took my mom to do an x-ray she was in pain we did all the paperwork and waited for almost 45 minutes and they let another patient came after us goes in and we asked she said he feels bad and I said what about my mom she is 67 years old and she have been crying from the pain and after they let her in I waited outside and the receptionist asked me to wait outside the clinic I understand if that the rules but there is many ways to talk to people with respect so I had a bad experience and never go back again','2020-11-26 20:49:46.557000','2020-11-26 20:49:46.557000',1,'mohnoor1','https://lh6.googleusercontent.com/-SvsAz6rH-go/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclgGypgb6SuT0o1LnGbCqfEtTsugQ/c0x00000000-cc-rp-ba3/photo.jpg','12541597562633926366',28438),('AbFvOqmrFjv_7GzdsE-eapmaNLp7GPPHr6sUKRVhvQ8gYx-EutSlkNdXdsplDheUp3BpCd6ZWE8hAw','Great service!','2017-10-27 13:50:14.779000','2017-10-27 13:50:14.779000',5,'Tina Glenn','https://lh3.googleusercontent.com/a-/AOh14GiRINkeTT2IVS4KMHA5MsvfRsvgfR_EiYXSvhNspA=c0x00000000-cc-rp','8918455867446117794',43465),('AbFvOqmRfLaa2qyuAhb3uYoO74Aim1ImWNH3mD-HT9x_wYlIMVc21cFpLog-ev8qpSzhMaTaif7-uA','Open and took my friend immediately to the back to see the doctor and came out with a wheelchair to the side of the car. Dr. Kimball and the RN Anthony were so nice and very helpful!','2019-08-12 03:00:16.302000','2019-08-12 03:00:16.302000',5,'Caleb Cable','https://lh3.googleusercontent.com/-1TZvOswt-DI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck6agtPa73n7F11YyQ30l4BTPjy6Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34730),('AbFvOqmrFqs-JQaPGBMkeIrXY4imP5FCuSEULxHzYiOtGFmlJniHV6p3E8jovVRtraEPrUozNP09CQ','Very fast and friendly service. Thank you all: Dr Henderson, Alvean, Grace, and Jocelyn.','2019-10-26 15:32:39.272000','2019-10-26 15:32:39.272000',4,'Katrina Barrett','https://lh3.googleusercontent.com/a-/AOh14GhdXwfcdrzeepUvvgs6OzsNIwfpjNPJfguDple7=c0x00000000-cc-rp','16389487648212004696',33824),('AbFvOqmRFWRjJZn8a01sFD9LPXFv8IidApKa5BSMDsb8G664FnB74zAzC5jWf0r-WJFkj14jNjQC','Godlike','2019-07-06 18:42:26.436000','2019-07-06 18:42:26.436000',5,'Alex H.','https://lh3.googleusercontent.com/a-/AOh14Giqdpa5-eNzzDcq-Z9jIDcn2QVqyQSnJ0O_I5IR=c0x00000000-cc-rp','16590124370714063921',34780),('AbFvOqmrG-QFmKMtjSVtzCX_sjnxKqAi2QXKNjFPISGCCw078dxjz06AEY-CutYDAUIu0QYOB5FyYg','Excellent care. Very courteous.','2020-10-10 02:07:19.604000','2020-10-10 02:07:19.604000',5,'Kathy Garess','https://lh3.googleusercontent.com/a-/AOh14GiCSGRkbYdh7YPBK7OkLKCeFT2Q-l8L4HWaMuLw=c0x00000000-cc-rp','8626688543755174284',41880),('AbFvOqmrGXexij1wssLFqBNmztcRIo5eWKcKg-fNNFIopv4OKhG4c_yIrdR0iKRGmUzARBcz0XCPAQ','Mollie and Mandi were great and so helpful.','2020-12-29 14:35:37.544000','2020-12-29 14:35:37.544000',5,'Macey Rutledge','https://lh5.googleusercontent.com/-X3JbuhFqVvg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmzcy7JkwfXYysmH1rxln9CHteCiw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44108),('AbFvOqmrh4GcbqsyQslNifLY8EPIfL2IsTjCNR1pmjYbUL5GDvVRhIUZJLMm7UnyvcgyR036Il7SUw','Place was very understanding & patient with us college students who are new to the adult life.','2020-10-27 06:03:18.272000','2020-10-27 06:03:18.272000',5,'Logan Eagle','https://lh3.googleusercontent.com/a-/AOh14GiHKGFsQDnY-zIASQfa1guV33sq2D5OCDbhTuwK8w=c0x00000000-cc-rp','16590124370714063921',34098),('AbFvOqmrhCl0F8yCOT5LdIsrZhCDD1HY4mN4fSc3L-p95jCZsuT3rgN7nPmHGLuJe7UuOL2Vi68h','WHEN I VISIT THIS LOCATION, EVERYONE IN HERE IS VERY GOOD. I LOVE THIS PLACE','2021-01-06 20:57:30.246000','2021-01-06 20:57:30.246000',5,'KIM HA','https://lh3.googleusercontent.com/a-/AOh14Gi7WqiM-DbjVH0y_FE4HS4rprx3q39YsrTrjRt82w=c0x00000000-cc-rp','12541597562633926366',44432),('AbFvOqmrHqZByB2s55oAXZxywLEm-0ZqNzB7wwD_0hjHH4jHqmb0wrJRdylEinJMfAZlSG5rBhHVaw','Had a great experience with Ann and Graciela the RN they are testing us for Covid!','2020-11-07 16:32:11.601000','2020-11-07 16:32:11.601000',4,'Glenn walker','https://lh3.googleusercontent.com/a-/AOh14GgdzkXqpF9EYdTrIiEi_aEVW0bSWj6pefuY0GnGLQM=c0x00000000-cc-rp','16389487648212004696',32976),('AbFvOqmRHRdTbgR-ziEgwOinLA8fUe1oD9NN3slRoS2oFfyU5YPtVoP7G7f0cLCyvep1qWSTRWsTKg',NULL,'2020-08-08 02:10:05.762000','2020-08-08 02:10:05.762000',5,'Luis Blanco','https://lh6.googleusercontent.com/-XOPLl_MxbGc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckGAOuKAUx0ighpnwpJvr2z-o81Zg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32268),('AbFvOqmRHvLPbIxRm1JDxxuaO87_GD1mF6oB2uAFofg00Y4PFM5TC58lobFb6-LlDNobx7UrGXDwsA','Very nice people with great service.\nAttentive, profesional and prompt service staff\nNice and clean atmosphere.\nThank you Dr and staff','2020-10-29 10:49:09.558000','2020-10-29 10:49:09.558000',5,'Victoria Veloz','https://lh3.googleusercontent.com/a-/AOh14GhLluMBYtw0Kf2GMRiAzrrwx7vSN0HsFo-alMK1=c0x00000000-cc-rp','14904078213800803294',32185),('AbFvOqmriEmRhEg6HCo75VVszo1SKiSId_zrQJxS37RQxF7IAdhQZjqj4R_1KinVJkyT3u6HePewVw','Our experience was fabulous! Great staff and great nurses and doctors!','2018-12-08 01:54:09.712000','2018-12-08 01:54:09.712000',5,'Ainsley Trapp','https://lh3.googleusercontent.com/a-/AOh14GjkkznSt9OPFPJVdwkmkOqTQ6HQuM46Y8g-J0E5=c0x00000000-cc-rp','8626688543755174284',42220),('AbFvOqmrimVGxPqneFuVF2nf52hlb_XQCXuCkxYPBg9SMNa1Ub576A-bBRaauUpEx4cXBJp_tyeBvw','Kendra was super helpful and answered the questions I had very clearly','2020-01-18 20:34:16.658000','2020-01-18 20:34:16.658000',5,'Jeremy Solis','https://lh3.googleusercontent.com/a-/AOh14GgDfEtBZSYtOhRps568-qZLpbd6kOk8vZkfnlyXEw=c0x00000000-cc-rp','16590124370714063921',34434),('AbFvOqmRjCBCZJJ-l4TelQZDLlxLSpLgtxVuMnwRAzHbcr6Euphz3cQLEzh6OZcHoeB5v4b_-3Dd','We had an excellent experience. Every time we come, we feel welcome. Sindy is a great help we hen filling out paperwork and very friendly. The entire staff was kind and professional. Dr. Boaster was very kind and will definitely come back for our urgent care.','2019-12-21 17:41:16.202000','2019-12-21 17:41:16.202000',5,'Alma Gomez','https://lh6.googleusercontent.com/-RFFtZz7SWmk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJG5DKGcNO1HaIBClCogfHM-MmNQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30391),('AbFvOqmRJFGGxsr3q33rz26cgBEEZZV0h6f4zNCeSOCuQr32trWnX1nBR9n8A_5NQfT5blV3rssGVw','The only doctors office I will ever rate 5 stars.\n\nDR. DE WAAL CRAIG M.D.\nNurse: Ramirez,Christina Rochelle\nRadiology Tech: Saucedo,Linda\nFront Desk: Garcia,Stephanie\n\nThe entire staff went above and beyond.','2018-01-16 10:28:18.596000','2018-01-16 10:28:18.596000',5,'Travis Williams','https://lh4.googleusercontent.com/-G22EGXRb3aM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckabAfzjjNutCF702vAFtkmNcuw_Q/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36446),('AbFvOqmRjgSTF06o5ikrareTzc25oG48FHfkcPdNPZMpW7M2g521mTlOXEQaQ15ztzVHyGiXzIcXVQ','Service was great and everything was done in a good timely manner.','2020-03-12 22:14:07.694000','2020-03-12 22:14:07.694000',5,'Kirsten Hedrick','https://lh3.googleusercontent.com/a-/AOh14Ghbyh3c5Kmx73TGEOA5UpASQfaOHRvIr7rqb4DmSGc=c0x00000000-cc-rp','2694018788013845459',39082),('AbFvOqmrJLsyc-8SdJlwWO6IczA9a44mU0AR6sd4Pcaf_b-EBOdamM9t3zP0Cvtyq2q_0OVEsPGm','INCREDIBLE STAFF! Everyone was so helpful and FAST! I will definitely make this place my go-to! There arent words that describe just how amazing all of the staff treat patients. Great parking, clean facility, and caring staff.','2019-06-19 23:08:52.089000','2019-06-19 23:08:52.089000',5,'Amber Maize','https://lh6.googleusercontent.com/-BV9B7kizz7I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclC8rrLNaSJFIIrwSry4BbN4uceOA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39321),('AbFvOqmRk14dndQYz72FNHVEQrGzNqxVgaH5YXTRM12AX9-0dv6wyZcRiRLvcljJjWGQ_L3l0j-zQA','These people are awesome and super helpful! Kara, Kim, and Jeri always had a smile on their face and were always willing to help. I\'ll come here for any problem I have!','2018-04-16 19:22:32.683000','2018-04-16 19:22:32.683000',5,'jacob copeland','https://lh3.googleusercontent.com/-eVbVmvHvbDE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckgniJKhvFIfl156rYs4TD-JOOmqA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35287),('AbFvOqmrkGFUfHXixfieFZRDXZfOlSMYTNiRECeAvmhwTO-0sA1lf6ojx-aMUQFwzbSbLwYt8pDr0Q','Very cordial friendly and helpful actually caring about the patient...tammy was very helpful along with tanishia','2019-07-31 02:45:21.985000','2019-07-31 02:45:21.985000',5,'Justin Roeben','https://lh3.googleusercontent.com/-_V6-PVrIZGU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclsTreWFrRuprybvUpJz-19xNudpg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38057),('AbFvOqmrKHD6Au6oLrQ5GLrDcMD2vTndAt5N4gOiDNrXZWN0etqx5O1A0CrTJxTZ5MzcbfrC6VEuVw','Jessica and Magali were very helpful. They answered all my questions and were very friendly to my daughter.','2020-02-20 21:39:55.938000','2020-02-20 21:39:55.938000',5,'Zombie','https://lh5.googleusercontent.com/-4Q1apVLfIUY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckhq9JkggaWk4oLvmBteNqD4ry2lQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41469),('AbFvOqmrkPDQzY3FjrXfal0yGI_7o0xsShJiVTwl68pBBx69Sm2EWxmhhiP6TqGQPP-fDXE1CKBbIQ','Dr Edwards was amazing. She very happy to help, answered all my questions, made me feel at home. I’m so happy she was here. Also Nurse Adam and Nurse Le were Great!!!','2019-07-08 18:25:31.810000','2019-07-08 18:25:31.810000',5,'jayedos112','https://lh3.googleusercontent.com/a-/AOh14GgbrVJBF66nrFkPMVieW_WtzP6WIVndNUkXikNPfg=c0x00000000-cc-rp-ba3','17394740196501090048',36738),('AbFvOqmRkzXFCQuq3M25FlpjzChDNOM7Uw1kpoP0gEEkPAOhDAML-W8LMdfS0I8ttLtJKFFjHY0N9Q','Awesome help quick and very professional.. dr. Nguyen, nurses Kristina and Fahmi, Laura and Er tech John , registration Alysia and Mercy... really appreciate all the help and first line support team thank you!!!!','2020-12-10 15:34:02.703000','2020-12-10 15:34:02.703000',5,'Mia And Riska','https://lh3.googleusercontent.com/-_nnp5aRHNHA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck4FMOXlVLt1tVBJH1pCqqLSOC_7w/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28425),('AbFvOqmRlIGAP3W_HAw4o9niAPVPoDrRGXBp3QNm6uE3P-ZMzcFHfVBiBzEMp25QkdjG-3g_96R4RA','Dr. Eric, Nurse Jani, Check In Amy, Tricia Tech\nHANDS DOWN TVE BEST EXPERIENCE IN EMERGENCY ROOM VISIT EVER!! THANK YOU SO MUCH FOR TAKING GREAT CARE OF ME AFTER MY ACCIDENT!! šŸ˜šŸ˜','2019-07-22 00:21:01.184000','2019-07-22 00:21:01.184000',5,'Dana Annis','https://lh3.googleusercontent.com/a-/AOh14GjJzMNmQT5uO1MwXkZzIj7r9sc2EpMQimWQ_R0R=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmrLmUsCHwx00decyR8E4aPAl_w7MWtxmal_vlyufDTi4UzFdICJ8l9KXKIRkqTO19Vau9e2w','Dr. Smaistrla and has staff Erica and Tanisha took great care of my son and had excellent customer service!','2020-10-13 00:39:44.140000','2020-10-13 00:39:44.140000',5,'Tysheka Cunningham','https://lh3.googleusercontent.com/a-/AOh14GihONpxl98LpRQKwtIq4rzmNlEc4_dOeVCIHFTO=c0x00000000-cc-rp','17898197009688164559',37510),('AbFvOqmrlOMKEZuZYhYON_mhKoLN0pWQvcag9aRmkT3_Uxy8WYlqFH2yTHax4uB6KK35d_yMVIer','Dr Yost Luke Sherri and Kelly are amazing!!!!definitely recommend!','2019-02-17 19:40:53.034000','2019-02-17 19:40:53.034000',5,'Amanda Hensley','https://lh5.googleusercontent.com/-vmvJKl2Xmwg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm9wYP4vV2XFG92BYNqhuq_Jm-Avg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39914),('AbFvOqmRmLFKGlD1XiOC_MsT6fs4px61D4Ok-yG_VSNaqYbCezU-wGvcPPwFm1x1j-6a8JBjPDcHdQ','I would recommend this place to all my friends and family. It was very clean and nice. I didn\'t have to wait long to be seen. The facility was really nice to me . Loved it :)','2016-11-30 22:31:28.668000','2016-11-30 22:31:28.668000',4,'The Journey Of Finding Niysa','https://lh3.googleusercontent.com/a-/AOh14GirickbodWRwEEGsHANk5LjuGdoKA49-X-t5YKj480=c0x00000000-cc-rp','14567670160750071148',31155),('AbFvOqmrmS4R5hs6hUrW0ke-0dx5o-H0a1UOz7F7kRObmKAoxWHb1wOH4TeHPtCzxDxp6gDPgLvTZQ','I am here right now with a sick child. I am thoroughly impressed. They figured it out. This is what a parent wants when there is an emergency with their child. It makes the big hospitals look very bad by comparison.\nIt\'s hard to articulate the length they have gone to. I would call it innovation. How many times have we all waited until the last possible moment to take ourselves or a loved one to the ER. We don\'t want to catch something serious trying to prevent something potentially serious. We don\'t want to wait 5 hours to have vitals checked. People are rude. People don\'t listen. It\'s cold and uncomfortable. There\'s a bunch of errors. You repeat yourself a million times. The doctor avoids you. People don\'t set an expectation or tell you what\'s going on. They don\'t solve the problem or diagnose, just patch you up. You feel like they\'re paying you to go through all that instead of like a customer.\n\nIf you could think of a place that answered all the problems of emergency room care, that place would be SignatureCare.\n\nThank you Signature Care for taking such good care of us.','2017-12-23 00:34:52.407000','2017-12-23 00:34:52.407000',5,'Keara Mack','https://lh5.googleusercontent.com/-aXUHmEX2FFs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnnmBihHyAbhw7DGdPJmf8HHOsxiQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43441),('AbFvOqmrmvmHyHl4s2Ql7mquX5Ea0rm8kk3qtE89_HAw_UWjTgswzYM0ihU0Z6PrPnd8ZL3_yZRB_g','Lovely staff, so friendly and efficient from start to finish!','2020-12-02 21:12:52.197000','2020-12-02 21:12:52.197000',5,'Amaya Hunsberger','https://lh5.googleusercontent.com/-DDLsX-tqEgs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmh33Zc1LEErA822Hv4iuH3N2uXuw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40035),('AbFvOqmrn3Hgbng7gAwNIp9uIeTwTooCjPQYTHIW8OJC0BdePuU0yPdjgMJ_mcqqCDVcqTzWAFP6XQ','WOW. What a gem of a place. I have had so many bad experiences at other smaller emergency clinics and ER’s but this place has restored my faith. I will not go anywhere else from now on.\n\nI picked this place based on previous reviews, even though it was further away than other ER’s in my area. The reviews were not wrong. I was greeted like an old long lost friend upon arrival and made to feel very welcome. Most places barely look up at you, hoping you’ll disappear. These folks were ready to get me in quickly and taken care of. Waiting Room was empty, and there was no wait before being called back. It’s clean, well maintained and lots of snacks and beverages in the waiting room. Christina (didn’t catch last name I think it starts with a C) at the reception desk and Andy the office manager were super friendly from check in to check out.\n\nI had a gash on my foot from broken glass so was going to see if I needed stitches. This place is equipped for serious emergencies OR minor bumps, scrapes, fever etc. I will definitely be using this place for the next my son isn’t well.\n\nSherri the Nurse and and Tina the radiology tech were so professional, yet friendly and easy to talk to. It really alleviated my nerves and helped my blood pressure come down!!! You get a heated blanket too. Nice touch!\n\nThe doc (Dr De Waal) came in about 2 mins after vitals were done. No long cold wait in the treatment area either. He was really nice, down to earth, (cute) and friendly. He explained every procedure thoroughly. There was so much friendly banter and had I someone with me almost the whole time. It was around 9am on a weekday.\n\nSherri’s tetanus shot skills were on point. Didn’t even feel it. Luckily no glass in wound, and I was cleaned and patched up. I left there knowing the care I received was top notch. It was a breath of fresh air, compared to any other emergency room I’ve been to, so I would definitely recommend this facility. It was WELL worth the drive.','2018-05-24 16:49:41.379000','2018-05-24 16:49:41.379000',5,'Maria Limey','https://lh3.googleusercontent.com/a-/AOh14Ggf1f4SlTICL6AcaQ10H-ErWiUJVRS6sqaMA8dV=c0x00000000-cc-rp','16891069708558046635',36397),('AbFvOqmrNi8TsBJ-J2unIyOeZa4KMaVKIHt6N8eCilSgil5t0-6o5Z-rzgt8TAgZYlauGizwRcDs','Great sevice, very helpfull, quick service by Dr. Ding and Amy at front desk','2019-04-27 20:19:25.113000','2019-04-27 20:19:25.113000',5,'Lawanda Irving','https://lh3.googleusercontent.com/-QQ59BfVwovQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn3bGp2N1vbwzPsPJlCmzPGoJev4A/c0x00000000-cc-rp-ba3/photo.jpg','14567670160750071148',30557),('AbFvOqmrNN1gOl2YG_hpV7cvuVEkTUC_4YvOfM7vzD1pHSRxF4byzyJ4lvdewtgWNaYstP-98Snm-g','They provide excellent and fast service! Dr. Wang and Nurse Kristina provided excellent care.','2019-12-20 20:08:17.423000','2019-12-20 20:08:17.423000',5,'Tracie Jones','https://lh3.googleusercontent.com/a-/AOh14GgBMpePbu9M3MlIq4S8YtWQchvzMZI-JNwdcsb0aQ=c0x00000000-cc-rp-ba2','12541597562633926366',28925),('AbFvOqmRNz-jzlzv2NyXm87Wh6L6ZFdz7a7_ZKauo5-dgkLNjsN5lw0oi-YRLvbJaMkv6gRGLzZy','Fair warning, this place is great but outrageously expensive even as far as ER visits go. I thought I had broke my foot so went there after googling urgent care early one morning. To be fair, they warned me it would be charged as an ER visit. I was in pain and didnt think much of it - huge mistake. Got nearly $4K in bills for essentially a foot xray. I should have just swallowed the pain and gone to an actual urgent care facility. Lesson learned.','2019-02-21 09:53:19.167000','2019-02-21 09:53:19.167000',1,'Jarred Sharp','https://lh3.googleusercontent.com/a-/AOh14GjDHJbIi-dmOH-iHVbSxQSN_YGXfKwhzmvpXh8emQ=c0x00000000-cc-rp','14567670160750071148',30602),('AbFvOqmRO0pXHXmTNtpoKfY4-VnwphdnImU03NmDrLsFAZ3pC_xfc8SZ7i9M1uTPQUj93n6elPIiZg','Lacey was so sweet and efficient. Happy I came here first! Cecilia in the front got things checked in and quickly. Dr. Sylvester explained things throughly too!','2020-11-21 21:54:29.261000','2020-11-21 21:54:29.261000',5,'Nicole Dority','https://lh6.googleusercontent.com/-6NTU2wg-rog/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclCF2ni9hE-gf7Y30xEabhQcmnGfQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30007),('AbFvOqmrOpunRiSJ9SrUkym2AEsDFObugD4Fx__HtuINoNOiQK744zST87nRKzludNZylT1UKVvdtA','EXCELLENCE SERVICE!! THE BEST! THANK YOU!','2019-06-18 05:04:41.451000','2019-06-18 05:04:41.451000',5,'Roy Brown Jr','https://lh3.googleusercontent.com/a-/AOh14Ghm7GzyvC81lwiE0dEfS8I7Lc2Wu1V3uTBRo6do=c0x00000000-cc-rp','8679688254631342173',42689),('AbFvOqmrP5KgVNwxvUT_Gh4rhWGw6LDor3D2EEsuFuHgEFKPLhu3jTZXg7er-W1Ht3het_2cruP6fw','This center was so great! We had to take our one year old to get tested for COVID and the nurses were so sweet and patient with her. The nose swab is not fun but the nurse waiting a few minutes after to help her calm down. Definitely recommend for all ages!','2020-08-09 14:25:17.482000','2020-08-09 14:25:17.482000',5,'Jaclyn Trimble','https://lh3.googleusercontent.com/a-/AOh14Gho68nJStRySpFFq0MUGQaBVgR-Qp9xPVT2E9tj=c0x00000000-cc-rp','13486358490203335051',29324),('AbFvOqmRp8gX3Mil-zY3P1OZRpeKNhxEodmaakUM57WpWwS5eMwtJ33LoFdJBQnRVCmxO4rAk_06','Kevin is a rockstar, some of the best emergent medical care we’ve ever had. My daughter was exposed to COVID and woke up symptomatic today. The place is clean, not crowded at all, everyone has been super friendly, and we are now awaiting her test results after a far more painless experience than we had anticipated. Will definitely come back here for any urgent needs.','2020-10-12 17:55:00.012000','2020-10-12 17:55:00.012000',5,'Jamie Henderson','https://lh5.googleusercontent.com/-tbWWlzPbjx0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckRiw4zypaxLeymOeqY3Qz5_YIQCA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31513),('AbFvOqmRPMAMKfOi_5wxixrVLC5qUGGFi6KcADwtbIb5X0zp2xdqLAjCqWof0Yjbqx99WxI3msRSSQ','I came to get tested for COVID and they were very professional , quick and efficient.','2020-08-07 17:02:57.647000','2020-08-07 17:02:57.647000',5,'Joseline Magallanes','https://lh3.googleusercontent.com/a-/AOh14GhtNFrfr-BhdJfWatvTZAFfeW9s1eNJRfuhRBtJeA=c0x00000000-cc-rp-ba2','8918455867446117794',42941),('AbFvOqmRppuHGZc-1s0bPeB1_wTRPEiASU1aeBNl53KpZhVeGr1DL7R3MMXCzdgHrD0aNx78GNSTvA','Fast and extremely friendly! Staff was amazing! Dr. Garcia is very compassionate and caring. My experience was precise and will recommend anyone to this location!!!','2018-07-26 09:31:57.463000','2018-07-26 09:31:57.463000',5,'Shalena Stafford','https://lh3.googleusercontent.com/-CpdhcUkt0F8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclbdrDBybIFzJXo0HpVF208vrfiEQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43379),('AbFvOqmrpYmh5LU1hlQ51rF8L1J_iRm6DDXes090O9PS_-45TSLBdTMda1WIntcajyTb51vvkC20','Choosing SignatureCare Emergency Center to treat my son was a wonderful decision. From the moment we walked in, we were greeted with warm smiles. The staff was friendly, polite, quick and knowledgeable. The doctors and nurses worked fast and efficiently to treat my son. My son voiced he was cold and he was immediately offered a warm blanket. The doctors and nurses gave him stickers as well.\nTo treat me son, he needed a prescription. The staff went above and beyond to find coupons for the prescription so I wouldn\'t have to pay full price. I highly recommend this place! Staff was patient with paymentand provided several payment options. I didn\'t feel forced or pressured. Best customer service hands down.','2016-08-16 21:05:01.087000','2016-08-16 21:05:01.087000',5,'Lauren Griggs','https://lh6.googleusercontent.com/-eMcpeSNhNqU/AAAAAAAAAAI/AAAAAAAABLs/AMZuuclIxTgGxJaXz5Vx-RUgh7Yzuo8YhA/c0x00000000-cc-rp-ba3/photo.jpg','3511292162159714121',41181),('AbFvOqmrQ9aJJX0wNdIiYNa74h9L5817MToSWTtQwnlTAhzoP_URl_Iurja0PZrTLTPsAJhnHmud','Very polite, took time to help me through the necessary procedures and fully explained my diagnosis.','2018-06-03 10:00:53.058000','2018-06-03 10:00:53.058000',5,'Stu Werner','https://lh3.googleusercontent.com/a-/AOh14GgKaPuSfUDx8G7jWGdRySgjvvJBfLGO9sntDEYL=c0x00000000-cc-rp','14904078213800803294',32575),('AbFvOqmrQdWx24SvNEUoIZWg8jm_iwL907LAtnxOyHm1qIx6DDGy9hLdcwwdrNmXY_XzdFeI2Ox9kw','Never been to an ER, the experience here was wonderful. They are attentive and they want you to be comfortable no matter what the situation is. I came in with a really bad sprained ankle and they quickly got me in a wheel chair. Love the attention to detail, it is also a very clean ER with a wonderful staff. Mercy and Dr. Samar Yusuf answered all my questions too.','2018-01-25 23:32:38.829000','2018-01-25 23:32:38.829000',5,'J Sanchez','https://lh3.googleusercontent.com/a-/AOh14Gi0O23nzgjem3xU3fndg1mNIYtqzaNpnEXj66vupA=c0x00000000-cc-rp-ba4','3511292162159714121',40966),('AbFvOqmRqF-D8up9cHHbe16F8WQwurDIxP-EIoJC-UlLtYfV5bY4nBhzr-sbcSkZ3CQk9LkYYM2INQ','Great quick, and efficient given the circumstances','2020-10-08 18:48:06.155000','2020-10-08 18:48:06.155000',5,'Steven G','https://lh4.googleusercontent.com/-6YyX9fFqU4g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmaRifR0n7qUe1wL91qTuKFM_VjmA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31535),('AbFvOqmrQNNVfjsjfGp8BNIVkaTdgrqnRuY7pdPGz_wpC9FyzVIHoGWz43_ITzFTkNpar4wd0c6L','Very friendly and helpful staff. The facility was also very clear and professional looking. Came in not being able to hear out my ear, but left hearing perfectly. Thank to Dr. edozie j akunyili','2018-02-27 02:31:29.102000','2018-02-27 02:31:29.102000',5,'Richard Johnson','https://lh3.googleusercontent.com/-27wBNehgjpY/AAAAAAAAAAI/AAAAAAAAAKU/AMZuucnrZCy30RsvnNsWUHNsrhefza1P0Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40955),('AbFvOqmrRmopcfa8UkOeqyTsuSO31TSSvV7nPSgIB41owVLgRXMXKNErXAZ4rByABFuolwmR9DfbLA',NULL,'2019-07-30 07:21:39.707000','2019-07-30 07:21:39.707000',5,'Taylor Czernohus','https://lh3.googleusercontent.com/a-/AOh14GhBN7ZiJF3WAtRK7tTKq68g2jg2iMrdwknlJllB7A=c0x00000000-cc-rp','14567670160750071148',30484),('AbFvOqmRS4-SLrAdP2egwlnPJzFGqNikMeAeuXH-a3qE0q86Kv7w05Ao4LXECBhZZ2O8nLjU33RkDw','Great place! Extremely helpful! Mercy was lovely!','2017-03-03 20:56:59.548000','2017-03-03 20:56:59.548000',5,'Carson Severson','https://lh3.googleusercontent.com/a-/AOh14Gg6sI5g9QryXiXfiro1SahkmiHHnKbF9DCc2PBu=c0x00000000-cc-rp','3511292162159714121',41095),('AbFvOqmrsINzpkKYC31LG9ciHsQ0jiin2oMIDyJm7hlJWnd5quzwtN5QGuxZ547ohVO1aORwm3pk',NULL,'2020-08-30 18:39:58.120000','2020-08-30 18:39:58.120000',5,'Brenda Ducker Woroniecki','https://lh6.googleusercontent.com/-68XlMQpyLmM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmSvLcX7c93xM-oH8SzWjBFVpcFmQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31730),('AbFvOqmRSj4J2uCt0UdOvlnkFr5Zbkl9yK6lpdAuKawhi2ahG6sztFji3kclJkqD-uj_xi2xu0jqVA','Have been here twice for covid testing, took less than an hour each time. Claire and Chelsey were very kind and professional.','2020-09-15 21:39:35.717000','2020-09-15 21:39:35.717000',5,'Natalee Darst','https://lh3.googleusercontent.com/a-/AOh14GifcCdWjdZNT6P-xohWG5i1bCbbY9e-2rST55O02Q=c0x00000000-cc-rp','16891069708558046635',35784),('AbFvOqmrsUHbyatnFWNsqjzx5pYd4EZh3E3HkFjTkx0LH_wbuk-ZDu07MHQ9Qlxm3-XTHvfgt_MQ','Great customer service, friendly staff. Cared by Chantelle, Fatima, tanishia and cabaniss','2020-11-04 06:13:54.012000','2020-11-04 06:13:54.012000',5,'Jerry Simon','https://lh4.googleusercontent.com/-A2x2pKiQt9k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclbJE-LWWSzwE6ZZb4TYUPPhIoRUA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37461),('AbFvOqmrSVDhqE8hwRkEUzVOsNUe6u8odhTvqnterLiQ8Jux-WQ2tPLfymcATn6cHNUMf8BXNrh_mw','Nice and easy process! Everyone was very kind, friendly, and professional! Dr. Dunn, Lynn, Fatima, Daniel, and Tanisha :)\nThank you for taking great care of me','2019-11-11 03:30:36.285000','2019-11-11 03:30:36.285000',5,'Amneris Palacios','https://lh3.googleusercontent.com/a-/AOh14GifDbjgOnyifUZMkfxAZAks75rLnT3ICGYdsAaaog=c0x00000000-cc-rp','17898197009688164559',37896),('AbFvOqmRswIoUMfDLFGlCtIDg5owiIAzAoiHsoDraWsiEoAMT86PpST9Y2Hp_8JwbAq0nbMkGqNV3w','The absolute best health care and personal service I have ever received. Every single staff member I encountered was friendly, personable, caring, professional and awesome...yes, awesome. .not merely professional. From the front desk to the technicians, doctors, nurses and in my case, a consultant also, every single person treated me with respect and care. Everything was explained to me and they waited until all my questions were answered. I cannot say enough about the staff and the operation of the place. Just WOW! Signature Care is my ER from now on. You ROCK!','2019-02-04 02:04:09.135000','2019-02-04 02:04:09.135000',5,'Rose D.','https://lh6.googleusercontent.com/-qGvJ1DBG3mo/AAAAAAAAAAI/AAAAAAAAAGc/AMZuucl40GUesjX3oN7xQv0ScWxNJEQUvw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29912),('AbFvOqmrt-dBJ5GBb8I7a1YikZ0clIpKgKAkHkUtVlo8RmsoB8Pm4rN7KL673RqhGpouQBXJ5f6y1w','Came for Covid testing for our company. Theresa M was great. Made us feel comfortable about getting swabbed. Great attitudes, especially with all the added stress with all this.','2020-07-20 19:59:11.806000','2020-07-20 19:59:11.806000',5,'Brandon Rollins','https://lh3.googleusercontent.com/-ZNcJX8d0umY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl0ugRr-34XS-RBy8uGkx27M_7_qg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41352),('AbFvOqmrTfbg9b4gjIVlz6X3iEQsGcIzCvgbAwiTyIf5guTloeerzEEYTQcqGDsthk-0EQbR7t8Z',NULL,'2016-02-17 00:35:06.160000','2016-02-17 00:35:06.160000',4,'Juliet B','https://lh3.googleusercontent.com/a-/AOh14GjmStRsL5Zz4jDONiETfXCwZal_hsNcYVMlEi3PxA=c0x00000000-cc-rp','17394740196501090048',37380),('AbFvOqmRtIo9IyX5pWBh2I46gBnETggXprBwl0SrEN4SI1Cj4xgbDbE-ev0ihEXZ_RVEVCT4ZttE','Thanks to Dr Henderson, Alvean and Mr Marcus\nMy daughter had a very healthy day today..thank you guy at singnatureCare emergency center..','2019-03-29 17:29:09.201000','2019-03-29 17:29:09.201000',5,'Ronald Winston','https://lh6.googleusercontent.com/-xF99ZgnCaR4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnAkx_WNRf8btwjjHEX4-8xJcB_uw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmRtiWxEGbifDEHlmD67p9BBOvxwJTWARSTodKOELDZ4H43LnzhV4d7eUGwdLQgy6zzDcykSg','Highly recommend the staff was really good. Amanda and Bryan were welcoming along with the rest of the staff. Megan and Rick as well','2020-12-04 19:07:50.302000','2020-12-04 19:07:50.302000',5,'Johnnie Jumpshot','https://lh5.googleusercontent.com/-tIn1GpoYZng/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTM2_woRVEKALJsGcA2p7iqAGx5g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34060),('AbFvOqmrtzspwpxQ-pBXoi_tqXHsAPaZAmpZhW8APCty84KmJdQoINPBAvqiDzSckkgpZJkWHfQYSQ','They great you as you walk in ,super friendly and super fast','2019-08-01 16:15:35.194000','2019-08-01 16:15:35.194000',5,'Erika Barrientes','https://lh3.googleusercontent.com/-L4f2HysfroA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn4MVususbtjLh2CiRX7aCjpjBcMw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41636),('AbFvOqmru_8SIw-kJ-ve4JSWDGT4G4WgdFm6KfVgCa7Oj5uUjQnZ9vcJz4brN3B_UiYHqXLEjf98','Great place friendly staff','2020-09-07 18:43:02.127000','2020-09-07 18:43:02.127000',5,'Sunriseat Fairgrounds','https://lh3.googleusercontent.com/a-/AOh14Gim6D1JNbv8tJBMzzTPessYbqtHUIFl1tfhZwxn_A=c0x00000000-cc-rp','13486358490203335051',29314),('AbFvOqmRu16dW-quj2googd06YmS_-z8WaU9w6cr6qZQJi54f5wFHlaAie6dTkZ6oChHwnHbWBj8iw','Nurse Dawn saved my life and ER Tech Norma\nThx so much for all y’all help y’all the best','2019-12-19 20:35:39.751000','2019-12-19 20:35:39.751000',5,'Rahman Stokes','https://lh4.googleusercontent.com/-eCPuZbLkztU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn-43J3JYza0qUKBODor8PjOGHQ-A/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40370),('AbFvOqmRuHhRqjsbWGEFNXcOz6hqPlLArW9aKZ353VkT33fHuMrhq1DXDFgLhb0lE3Qd6pDaASFN','They provided me with excellent service and care. I would definitely go back if I need to for my emergency needs!','2017-10-09 15:38:24.222000','2017-10-09 15:38:24.222000',5,'Farha Waheed','https://lh3.googleusercontent.com/a-/AOh14GjVq3Z8cJ6j-Rk21ZajHgEZRZAhBK-fpPAT1A4ZnQ=c0x00000000-cc-rp','17394740196501090048',37053),('AbFvOqmRuQJcizjGfcR98h10H42f5wKNBGANYC2jdTrdtmZXqcHCuJcB3mdGd0nQUE5g3aG90DVN3g','The entire staff was very nice and welcoming. They got me in and out really fast while treating my problem!!','2019-10-01 00:19:57.919000','2019-10-01 00:19:57.919000',5,'Jasmine Gowdie','https://lh4.googleusercontent.com/-q4ocZLg15Og/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhsSwrtL7f0Eaj1wCP2nqay_Dg8w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34633),('AbFvOqmRv7Og_r6RgnDzCQLb0wA91uZPHGRrgKfPeureqnCALRSB0pj8h2LPSqHdud4p3O2gVcqafQ','Taylor at the front desk was so nice and helpful. Jerry, our nurse was fabulous and so funny! You hardly know you\'re not feeling good because he makes you laugh. Great center.','2017-03-11 04:05:02.350000','2017-03-11 04:05:02.350000',5,'sarah huante','https://lh4.googleusercontent.com/-vRXYhpP4urs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckUG7-r3QsyrbxADfjB-1yDC45V2g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35477),('AbFvOqmRvAJaiE8ywp8OJ-t3DwK9q3298TwyUcfoTwIfNE4nU1tOIahpC1rOlFbJkIwJ5CDsDZTd','The staff here was so nice, and the card about how I was feeling . The Doctor suggested me a place to go for me knee. It felt like home.','2018-07-07 22:47:28.242000','2018-07-07 22:47:28.242000',5,'erma scott','https://lh3.googleusercontent.com/a-/AOh14GgHVQvH0vEM7Gzjf2aTy9qUS2xthxwkQ3iyZjIOVA=c0x00000000-cc-rp','12541597562633926366',29225),('AbFvOqmrvOThP130sV1lD7qvUY-A-nZI-gSX1-IAM4d3tbKtZ8hzM3_Zeq3r33pFfuqyEdnrBM_BkQ','Great experience. Dr. Das was excellent!','2020-10-05 22:41:33.639000','2020-10-05 22:41:33.639000',5,'Mark Stieber','https://lh5.googleusercontent.com/-PMAAqMzMDIk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucknRcR6Vga6wfYnAmExx2lqkC0KXg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31554),('AbFvOqmRVrAtCZEoRh0-xmei7gDtxW8qGASpsCpVmkFnnpg043TZsPpwdQFgeEHYpTStEIj-H8fvvw','Thank you to to staff at Signature Care Center emergency care off of Montrose. Yesterday, I came down with some virus that crushed me. My fever shot up from 100-103+*F. It takes an awful lot for me to go to the ER.\n\nThis staff was nothing but professional from top to bottom. My dad came down with 18 blood clots, and the months I spent in ICU with him, I’ve seen so many nurses this year. Not to mention that my brother is a top floater nurse in San Antonio. So I know a thing or two about hospital nurses and doctors.\n\nThis group was abosolutely as good as it gets. I don’t know who manages this place, but every single person below deserves a raise. This is what you call top level medical services. This younger staff has a bright future in the medical field.\n\nThank you all\n\nDR. YUSUF, DO, SAMAR\nNurse: Hamzah J A\nRadiology Tech: Marvin A M\nFront Desk: Natalie S G.','2019-01-07 16:18:47.551000','2019-01-07 16:18:47.551000',5,'Mark Weathers','https://lh3.googleusercontent.com/-VKSWUDpLIh8/AAAAAAAAAAI/AAAAAAAAAHg/AMZuucmCv1lYNbAJFruCyx6lMFcntk0MGA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40746),('AbFvOqmRvX_4PVGDCE_ar1MgXeviB4_5RUseWx5NDaNssbdMsgttSCxkiU4Wg-E03PDckbD2nMe6','Fast service, the staff was way more friendly than at the ER. Cost me about half what I would have paid at the ER as well.','2017-06-06 18:29:13.234000','2017-06-06 18:29:13.234000',5,'Jason Dando','https://lh3.googleusercontent.com/-KjbxTcPNrws/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckP7ihXSvfdeF78li5uX92dBo0hbQ/c0x00000000-cc-rp-ba3/photo.jpg','6521947413723274945',41810),('AbFvOqmRw8DxlrWDPrpUN3smM5jpGYslSBcBmIv771p8eX2X8yZhvVuYso6zRW6Tv1l-mYcLaoCm0w','Great staff! Helpful, courteous front desk help! Made everything super easy! Very knowledgeable doctors on staff that explained all processes in a very professional matter! Thank you to Kimberly, Jacob, JR, and all the wonderful staff!','2017-03-10 20:43:54.709000','2017-03-10 20:43:54.709000',5,'Jessica Evers','https://lh3.googleusercontent.com/a-/AOh14GhMretXCnRU6VZOybObgky8oR80r6QP-972dTFWIA=c0x00000000-cc-rp','16590124370714063921',35479),('AbFvOqmrwC1EozATepvZWCD52-MzxppRq6VJ_xpw1TU95QfHDOVb7VGbbXqC6ZOw3_bvsirTgSfl4A','Dr.Patel and Nurse Alvean treated my grandson very well! Had such a great experience and amazing facility!','2019-08-07 15:04:12.682000','2019-08-07 15:04:12.682000',5,'Elvia Medina','https://lh5.googleusercontent.com/-3u6s8xKCdCE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck843KpghxK8c7MGqGFXDPuQHRwFg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmRWGJSbdeadB0F9PIf-wf0atRrmoraavWrJzBb_qqqe6XtJ-9Wi5ufju3rRUJyhIDcjRMX6A','WONDERFUL service from everyone especially Jennifer W, Dr Yost, Mandi M, Carla C, Courtney Temple,Mollie, Katy and Tracy G!!! Fast, friendly, competent. Fully recommend','2020-12-12 16:46:19.732000','2020-12-12 16:46:19.732000',5,'Amanda Lance','https://lh3.googleusercontent.com/-hvzC2BmCW-4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclAU0Pw8WVIMUFAKYdVdZtXY-sxJw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39418),('AbFvOqmRwNbPz6Cmj1NaTgVO78oVWKGtIp3z6-KV8n81DBF3ra7t944Bt_vrUFHwxxWYEkVne26N','Amazing care! thank you so much Adrianna, Eliza, Magali, Jessica S and Dr Miller!! best ER anywhere!','2019-12-23 19:29:09.237000','2019-12-23 19:29:09.237000',5,'Jacee Boydston','https://lh5.googleusercontent.com/-xCk99E1UAiQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclkVjeDSAKsNG59J0eO-Mn1TQ7h1Q/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41510),('AbFvOqmrWnOjSFel2I9aBmhnlyQTqjmINsmO0R269uWDMpRRo3vXu45NXgw0lQU81MQP8bSk0SBIBQ','This location is probably the best one i’ve been to! Naomi, Valery and Abby were great and took care of me. The process of getting a rapid COVID test was extremely fast and easy!! I would definitely recommend this ER.','2020-12-21 22:09:02.416000','2020-12-21 22:09:02.416000',5,'Olivia Pardue','https://lh3.googleusercontent.com/a-/AOh14GjtUiteK843mhe8RbSDWO8bJmhEgSu71oyph1Q4AA=c0x00000000-cc-rp','15979470999169074295',43692),('AbFvOqmRwq-1ZBbcxgR72WLPeLHfBQEejjAFM9QLgFr050kUlqeiR3mszwI2FXiOYp_Qxohsh9ysiQ','For the time i entered until the time i left this visit was nothing short of phenomenal. I came in because i had a car accident today and was in pain. Dr Souman was very thourough and explain everything. Nurse Churiah was absolutely exceptional even and kept me calm throughout the shot i had to receive. The entire staff was amazing! Shoutout to Agnes, Dion & Keiare and Shay also they were just great! If I’m ever in pain and need quick attention i will definitely come bck to this location.','2018-10-26 00:35:18.507000','2018-10-26 00:35:18.507000',5,'fairuza bailey','https://lh3.googleusercontent.com/a-/AOh14GhHVnKzQVzPYojQ1rfY2jl8-InYtzhf1sJM17v6gQ=c0x00000000-cc-rp','3511292162159714121',40804),('AbFvOqmRWvuCB29wOBkBCCCS_4Lrno2e6fwacMrcmJ6SjgrPNDZVVgdpx1XSVEaNWi-iwnpzuEDjLA','From the moment I walked in the door they were extremely helpful with me registering the gentleman Sergio. was very kind and helpful. The nurse was awesome she helped with everything thank you Kara RN. The doctor was in and out several times making sure I was being taken care of and he was very kind and explained everything that he was doing thanks DR Carpenter. And the Tech that took me to ex Ray was also kind and thoughtful thanks Kim. I definitely will be back here for my needs and my family needs and will tell everyone about your great service. Even the security guard walked me to my car. Thanks again.\nShirley Lomax','2019-02-13 11:22:14.195000','2019-02-13 11:22:14.195000',5,'Shirley Lomax','https://lh4.googleusercontent.com/-PlI9e1fFFio/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJNCAY7ySP2-gAD4iHM3McYASnuA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39922),('AbFvOqmRx5Em-mgm5aIyvNrYn4-n591aKf1XFC1RG0ZE2zIgOO0J52C8W8OPesQQOjHR_z1Rj7GB','Amazing service!','2019-08-19 03:13:44.736000','2019-08-19 03:13:44.736000',5,'Danya Rodriguez','https://lh6.googleusercontent.com/-3cHtlIQYrYo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclXPKR545VTNdwbH5oVxgOxRHfQXQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmRXL6Rgmw6hg6xCTL6kykWwLqYEZCJG0TuJBkVEssiQLQvo3oamo-JpszxU0z_4QaLiTIu','We had a phenomenal experience here. My little one went in needing stitches after a fall. I was moments away from passing out and/or getting sick and everyone was so kind toward both of us in handling the situation. We were put in a room immediately, the front desk offered us water and assisted in making us comfortable. The doctor and nurses both had excellent bedside manner in discussing treatment, follow up, and at home care plans. We were checked on constantly and did not have any long wait times. I would highly recommend this emergency center, especially if you have little ones.','2019-07-31 17:32:55.158000','2019-07-31 17:32:55.158000',5,'Courtney Staley','https://lh3.googleusercontent.com/a-/AOh14GgYJIQ9oQkOGnHZ1ws3KFegC7ldKphuQwPFAIyocA=c0x00000000-cc-rp-ba2','16891069708558046635',36158),('AbFvOqmRxlidDCLN9xAzv0Eyq9BE9V_D5DCz6UkblfLbBXFAVBYyDfSAsUqmU8UpJLyRIfbIvt9XZQ','Nice friendly staff. This is my second time using them. Fast and friendly services from all staff members. Eric was gentle with tests that would be harmful elsewhere. Lucas was nice and friendly with hospitality. Even the main doctor Ashbrooks came periodically to check on me until tests results were completed. I would definitely recommend instead of the regular ER.','2020-02-16 18:40:03.378000','2020-02-16 18:40:03.378000',5,'Quentessa Robinson','https://lh4.googleusercontent.com/-ty5iPFXTA4k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl9aaqvNNzfoz2kdaSe0CIhY_KPaQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39625),('AbFvOqmRXpo1-CTPOsoYlwjjNCQozlSdBoSqXgAMU-pL0pEqrUlmE10Uzf2_4Bmc2sNNRSeELhJ1yQ','Excellent Service. Came in with a sprained ankle and a bad sense of humor. Left with a smile, x-ray, prescription, brace, crutches and a lollipop. Totally worth the trip.','2019-08-19 13:36:34.376000','2019-08-19 13:36:34.376000',5,'Joseph Frasier','https://lh3.googleusercontent.com/a-/AOh14Gg15Gs7cXDjHPlQcm0ymG4hgc2_pBBdDLS5bxXKXA=c0x00000000-cc-rp','14904078213800803294',32433),('AbFvOqmrxRFnwMghpsGM9KdOYZknjOeS9vqF0Rz08KTS14CusAmVqs8pKkb2QeD5cT7h_nQ72xZ4dQ','It was a great experience. Fast- quick and very through.','2018-10-04 01:23:07.484000','2018-10-04 01:23:07.484000',5,'Corinne Dunn','https://lh3.googleusercontent.com/a-/AOh14Gg-PKtGLJqzbFvV__GlEq_3ClRIIm8Oe_QQvZjTtg=c0x00000000-cc-rp','14567670160750071148',30699),('AbFvOqmrycealNVHyJT7AGHV9zxLDNtFmqGMNA5F2hwXZ3iSGuFwUYsv3u1TEMH7f5pWKZ9TfMI_Vg','I had a wonderful experience best Er visit that I have ever had. Everyone was so fast, sweet, and had so much patience. Anything we needed they were there. Tatiana was awesome. My nurses nicole G and kelly were awesome and very helpful. Brandon Williams was very helpful and friendly. Bre M was sweet. Dr. Souman was very nice and knowledgeable. Thank yall so much','2020-01-12 12:26:25.852000','2020-01-12 12:26:25.852000',5,'Christan Coleman','https://lh3.googleusercontent.com/-OPH8xTCfgwc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckrP85lG535tOXeTgM_ii7TgmT-fQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30346),('AbFvOqmRYJIW0hUMSLR7f5sFjA4apFJYHm2UJZ6yrtY7-VqQcdMs_UpdndOFKDUF9Bcd79-ji1KW','I went today paid 170 because of no insurance ..There was no people it was calm , the front desk lady was nice and the nurse and the doctor really care for there patients . Cero wait time ...I would go again','2018-08-31 06:36:02.963000','2018-08-31 06:36:02.963000',4,'Gina Serrano','https://lh5.googleusercontent.com/-fXZw_-vkKxE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKguz_HL-oYrLhugePJKGYVkopuA/c0x00000000-cc-rp-ba3/photo.jpg','17394740196501090048',36913),('AbFvOqmrz58D9hv6xzlUemXB3vZ5MF5JTQ_OymhXfAENVhCtibLcg55zgr5lpabcY_ncAvossc7qiA','Thanks for the care','2016-10-04 17:14:05.108000','2016-10-04 17:14:05.108000',4,'JO MENDOZA','https://lh3.googleusercontent.com/a-/AOh14GiQhPbjmwyiCgPOdOmOyiSDDUN8MeTY0OhY12wR8g=c0x00000000-cc-rp','17394740196501090048',37291),('AbFvOqmRZcwDfvPYsi5gPeQBxyxUli4WYDqZnrLIG1I2DGKQobQI2CIpQ0i-HK52tGoxeNgNsSr8VA','Quick and friendly service. RN Mollie and registration Mandi','2020-12-29 18:59:31.794000','2020-12-29 18:59:31.794000',5,'Sherry Sherman','https://lh4.googleusercontent.com/-krUMqMSzfOI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckTaBlv_pu9ZHP7SYsi3D11dVqrSw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44096),('AbFvOqmrZKTHjeTxEZX4oj3KTxZcB1BM1o4TnU2eB2hrjS8LhBF1hBJhefYriAnuNcVjrlI37SckeA','Hands down the BEST walk in ER in Austin - I’ve been to plenty unfortunately during my years and will continue to come back here - best staff, always quick, top notch care!','2020-02-21 23:15:21.729000','2020-02-21 23:15:21.729000',5,'R MM','https://lh3.googleusercontent.com/a-/AOh14Gj6u2YYXANRKCtrAXAibtjS1UU1zTxhIcmG3qALWA=c0x00000000-cc-rp-ba3','16891069708558046635',35958),('AbFvOqmRzX8uUfvbx-u_PyJe4aL8jhKRbKyY1cT4ss0JY-q6vHoZD0yxUQPfhcOBSw1RRqcAohWPEw','The staff was really nice and helpful! Rebecca V. at the front desk helped us right away and we were able to see the doctor within 2 minutes of arriving. Everyone was very helpful!','2019-10-12 01:20:26.965000','2019-10-12 01:20:26.965000',5,'Amanda Davis','https://lh3.googleusercontent.com/a-/AOh14GiURfVOzniQxLmn1II500TIn-RXP_y8IugA8ZkXoQ=c0x00000000-cc-rp','16590124370714063921',34623),('AbFvOqms_0gxVAGc_deOdBbhkTcp9KKEZ8D1a2mN-9EZK3PYqLOIUP8yVPDwjMVDdI3_nQZl9iLk','The doctor and the staff are friendly. The services are good!!','2019-07-23 19:51:05.144000','2019-07-23 19:51:05.144000',5,'Huy HĆ­','https://lh3.googleusercontent.com/-BaWzfxBEBLk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-7vgW5hvO2II7dhSlEkmbif-uRg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29075),('AbFvOqmS_hy--__W0tJPRVr-vuohGRsVAg1tdwUMdIXE8zaFG6sqokzz3anf3VbYO5xkqpHENTOipw','I highly recommend Signature Care in Bellaire. Dr. O\'Malley and the entire staff are so nice and extremely caring. Tim Pipkins','2019-01-23 01:20:52.914000','2019-01-23 01:20:52.914000',5,'Tim Pipkins','https://lh6.googleusercontent.com/-PZh8UfJsWSI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnRzOw23YOLoBnjFKHfDeU-6mInew/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42737),('AbFvOqms_JwXsIhcBOYmQus8ZurCSkLVlav-S7FvPdTkJW5VJqYM8yqHPxOGSZPn9oFD-g9YGCss','Nurse Alvean was so kind and professional.\nDr Do made me feel comfortable and relax.. Very easy to talk to! Thanks y\'all','2019-06-25 18:42:24.196000','2019-06-25 18:42:24.196000',5,'Hector Sauceda','https://lh3.googleusercontent.com/a-/AOh14GhOGDdgTseOXn1ftuBzkvwv_DOKv79iax5sPRnE3g=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmS-kdbaiQyPfOSA5PSB8R7nWUx8538elPGgXRiryC1S_r18oWIeWFzM4eZCXVA08pdUCfJIg','The Whole staff is amazing.. it\'s definitely paradise.. you forget about your illness due to the up an beyond generosity and hospitality.. Thank you Thank you!!','2018-12-13 20:33:30.467000','2018-12-13 20:33:30.467000',5,'Lasundria Roberson','https://lh6.googleusercontent.com/-nnnTlE0TfdA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucleRAqKkZsGGzDDbtZgBQiKjpaz0A/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39992),('AbFvOqms-MTDbO_oO-JzsH7Qa9AAQwyMmykDwfMiA1nZ1zWZan6aPasf4abAWwrytzjD4h2FZhlMBQ','The only place open 24 hours in a college town where late night accidents are bound to happen! Super great and super helpful!! Definitely recommend coming here!','2017-10-23 03:39:29.782000','2017-10-23 03:39:29.782000',5,'Courtney O','https://lh6.googleusercontent.com/-BrsIRZVuT1Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnfCtUX5XQbFPhhQ3F9j8gl-LzXKg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35362),('AbFvOqms-tdKqllalLAxmCtvhWMSwQNK5oUwkwUQ0In8R6rF_zBz2EXw1BkLW_08Lje8HE3qA7sOxg','Appointments are a joke. Took over an hour past the original appointment time to get in.\nALL forms should be online to speed up wait time in an over-full waiting room.','2020-07-20 14:46:30.289000','2020-07-20 14:46:30.289000',2,'Valerie Peters','https://lh5.googleusercontent.com/-zPC51XREsyA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_ztDMDqh8qYh7JmaN_6eokJsvYQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31940),('AbFvOqmS0b4QI-VjVEiEmh8czc-zC1_81OsBShriKoUs1DtfskC5I2FFJU48BQzNv2dJo5XG0O5x4w','I came into SignatureCare a few mornings ago in excruciating pain (passing a kidney stone). Within seconds of my entry, the staff had brought me a wheelchair and rolled me back into the exam room to take my vitals and begin pain management. They were very quick, professional, and incredibly sympathetic to the fact that I could barely speak. It took fewer than 10 minutes for them to provide me with pain relief (something it took St. Joe\'s over an hour to do with kidney stones 3 weeks before). The doctor and nurses were amazing, and I cannot thank them enough. Hands down the best emergency room experience I have ever had. You guys are amazing!','2017-08-11 18:00:53.982000','2017-08-11 18:00:53.982000',5,'Chelsea','https://lh3.googleusercontent.com/a-/AOh14GjcAbtdYxd23WfC45h7hmSWg53eMM0DIQghyemZog=c0x00000000-cc-rp','16590124370714063921',35411),('AbFvOqmS0lArzwNRMrMO29s83h6yrXLpPX2QqYI8CIBeIQckDkNhtnfL97OSYCDrp7ywMJh445yL','Great Customer Service!\n\nDr.Golla has been the nicest doctor I have ever met.','2018-10-05 16:01:19.085000','2018-10-05 16:01:19.085000',5,'Edgar Sermeno','https://lh3.googleusercontent.com/-HJWzA0qCuFo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclrzUBUpBaEbEj1BQUqCQqwF4bfPA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40814),('AbFvOqmS1AK8ZnLkNv2QhZ1Ixoaq2DAbS11usPUfYovi3PS55l5JRo5hrcS_fwxjhhcyp9JoawBTiw','Wonderful staff...Ashley...Erica and Nich!! Calm and relaxing atmosphere!! ER visits are never pleasant but this is as close as it gets!','2019-01-10 19:27:48.705000','2019-01-10 19:27:48.705000',5,'Bridget Kent','https://lh5.googleusercontent.com/-S-BWqoRztzY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnqxkRtHtJ9tsdGwq7Juf6OHPR0Rg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42178),('AbFvOqms1CoMcgtEHYYpBBFFJ71c_glyOej-Sykq80Evr4x5UcJZJkDdbf7-d9C93mGZeQzSZ_1C-A','The Doctor and the Nursing staff were amazing and provided excellent care. Thank you all for your kindness and care.','2019-08-30 17:45:57.631000','2019-08-30 17:45:57.631000',5,'Andrew Millward-spence','https://lh5.googleusercontent.com/-7nAQTR1-muE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmeYvpdnmuIg9VegNOKLsfza16Rqw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30471),('AbFvOqms1eJiZ8Bfk12SXTEx6Y8v9hQXWR00wXJJ0GdBLt_tEk3WjPVW9Ex0-hfwUT_sK2kyoj7xwA','I came in and Kendra was very fast and quick to get my sister a wheel chair! Nurse Gabe was very professional and sweet!','2019-11-23 08:33:57.831000','2019-11-23 08:33:57.831000',5,'Hannah Alkowatli','https://lh3.googleusercontent.com/a-/AOh14GgJTLAnOPtIJ2YtRogJG8AgXdl1A2ajB-gWB5c1GA=c0x00000000-cc-rp','16590124370714063921',34554),('AbFvOqms1U-Hsq5RT6fYJiVjPQYc_JNCg7n8ZRECheB8yVlgYrXEzJhocbCepks928JM1dSCxcYh',NULL,'2020-09-14 16:10:55.088000','2020-09-14 16:10:55.088000',5,'Jessica Ferreira','https://lh5.googleusercontent.com/-XQkiTz1oS3k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnUZnWUY15F926LBu5fpY7mnmCOiw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31667),('AbFvOqmS1UERNG7PmyFoHway4lpFKTuKKW8AoLDme-ucDFx-JJJ4mx5L-mdpoQEO_SVQgjd7mUspHA','Brodrick,Trayce, and Alyssa are the best!','2020-08-28 22:10:39.628000','2020-08-28 22:10:39.628000',5,'Jacky Abyy','https://lh6.googleusercontent.com/-W83wkuwjCUs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2i04isYNKl-w1W1bpYnG9durhOQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42922),('AbFvOqmS1uzUrmJCzv0yYB_6Qjd0U0ruHcuchvhyO9ZEay47vOOCRasqSHKaE0E8gmDofhyKC_AKFg',NULL,'2019-01-14 13:36:59.389000','2019-01-14 13:36:59.389000',5,'Kiara R.','https://lh3.googleusercontent.com/a-/AOh14GhS6IesrcGOfApIMPRmLBknWYM7TEUoX3pEG-tsPg=c0x00000000-cc-rp','3272657195432704501',39959),('AbFvOqmS2uS6dNrYjgCf_YGu23gURqjWMVy5q1Mh65IAvg7k8y7rJHloOozRaMFuCRK1PhGNowTdjw','Awesome staff thesd people actually care about u and ur health! I love them fast and caring!','2020-01-24 18:27:56.750000','2020-01-24 18:27:56.750000',5,'Angel Redd','https://lh3.googleusercontent.com/a-/AOh14GjqwYbBg4SSRSHfa13Dba9wiRAJVSvXaKIbcXrgjQ=c0x00000000-cc-rp','14567670160750071148',30308),('AbFvOqms36KTcKUtVeTUiK1c27XKjjCm7i2qaA71Pj15spkrGiFcvCSh10Vd-RlqpY4hRJ0nE7ziiQ','Lindsey, chelsey and Christina were great and made me felt very comfortable and well taken care of. It was also a quick and efficient visit.','2020-12-07 01:03:48.674000','2020-12-07 01:03:48.674000',5,'Celeste Hermes','https://lh4.googleusercontent.com/-CEEZoR78_7E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclNUEPaKyc7GO084DPUN5VLRAjVUA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35537),('AbFvOqmS4BwqhsZjIt_tJ9TW6YGkz8jBj-c041Ygt1ZpCr5fMM50hzutXcRlpasWugamzNYwV3ONjg','Ms. Dee, welcomed us in Professionally, overall the wait time was great','2020-03-16 17:27:27.374000','2020-03-16 17:27:27.374000',4,'Brigeda Fitch','https://lh3.googleusercontent.com/a-/AOh14GirejVjowPuEhyM6EWmgOHJ0kVDh_pVmNengOWLKg=c0x00000000-cc-rp','3511292162159714121',40278),('AbFvOqmS51bHytkZ0dcgHEdMf4ZbWg2m3mksScCQgRzLjsKVviLCgMPevmsJP-KDYMPHKIMdc_EVsQ','I had to return today 03/01/20 and the staff was amazing front desk Samantha nurse Christine, the rad tech was great and patient. Tech Ricardo very nice and helpful, Dr Jaber was amazing and explained everything! I always feel we taken care of here! Thank you guys!!!\n\nAs always signature care is a place I highly recommend, they take great care of you, beginning to end! The receptionist Erica is amazing! She is great about getting you in right away, and Making you feel comfortable. No pressure to sign papers while you are in pain. Very calm and caring! The day staff and doctor has been amazing every step of the way, keeping me informed and making sure I\'m comfortable! Thank you signature care!','2020-03-02 02:15:08.723000','2020-03-02 02:15:08.723000',5,'Ms. crayton','https://lh3.googleusercontent.com/a-/AOh14GhmJq4laG_LShvVpZmVi1_lRYWM6kd4CXHZ3-OqDg=c0x00000000-cc-rp-ba4','14567670160750071148',30218),('AbFvOqms5EpT2WPsz9Q3Wtu8CtFLemnZxkKP3o0oFgKYOcHTVGB47ICv31hNwGLJlFXAM4vs4MOc','Had a very wonderful experience with Dr. das and the staff they were very nice and fast.','2020-09-11 16:13:51.098000','2020-09-11 16:13:51.098000',5,'Marisol Espinosa','https://lh3.googleusercontent.com/a-/AOh14GizV5zDFgYNgKH73ipOWpVkatZJL-70dddqFHAVGmo=c0x00000000-cc-rp','14748677429039074158',31678),('AbFvOqms5wUPsSHTt8LM3iHAJWBJMr5bk-e0jEPFraARYUjAQPeLQ2MhufBpeOw80ZpBTkaC-CPB','Everyone was very courteous, understanding and knowledgeable. Everyone greeted with a smile and willingness to answer all question we have. They went above and beyond anything we could\'ve ask for from the moment we walk thru that door. The decor and area overall was very welcoming. Big big thank you to Nurse: Sarah A G and Front Desk: Tanishia W. for their overall assistants and everything they were able to do to help us.','2019-10-25 00:14:24.298000','2019-10-25 00:14:24.298000',5,'Vinny Q.','https://lh3.googleusercontent.com/a-/AOh14GggVEdQYzyL8cx8Y6bkheaUj07Dwj1_fpdD8c46MQ=c0x00000000-cc-rp','17898197009688164559',37927),('AbFvOqmS63sFeoOvOj02EKT7Fqy17x82agpF80SD44EYMpjKsfU6Evtz_8ku5k8jvZ-gZbuUDmJcfA','All the staff were very kind. Dr. Henman was the best. I wish he could be our pediatrician - no exaggeration.','2018-01-01 02:55:14.631000','2018-01-01 02:55:14.631000',5,'beth castillo','https://lh3.googleusercontent.com/a-/AOh14Gha985rJFZosLLF3hZmH2g6ijUKoDFnO7eYvO4D=c0x00000000-cc-rp','8918455867446117794',43436),('AbFvOqms6934RVKoUEFR36AsriSuzN7lmoNjkF1kWy4UA1R4i9WRBvh2HjIopzAtcOC1kTHq0MM2','Great experience I came in and they treated me quick there wasn’t a long wait like other ER’s. And I felt comfortable and cared for. I would definitely recommend! 10/10','2019-10-23 20:39:04.521000','2019-10-23 20:39:04.521000',5,'Dominique Colorado','https://lh3.googleusercontent.com/a-/AOh14GirKX5w-C7rIdnA12TD9gkIlmS1mMOAuWpw2fRr=c0x00000000-cc-rp','16389487648212004696',33839),('AbFvOqms6KgZQb_yZ9EYBZibUyT0VVo_4OsUYkmayrahSiz-eDimRG4oHyo92UPpnOJMbRImeh586Q','I absolutely loved coming here. Dee got me processed and sent to the back in less than 10 minutes. The entire staff was amazing, the doctor was thorough, and they all were incredibly accommodating. I highly recommend this location.','2019-06-25 23:11:58.601000','2019-06-25 23:11:58.601000',5,'Antonio Carraway','https://lh4.googleusercontent.com/-UIaG6cp7a-Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmH5-quLSluh2eSeyWO-ISOHGYJew/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40520),('AbFvOqmS6U2VJCnFmVkjN-Qks2oinD08mYYcM1vTX4254y7XVM9gbReTrAmtjUTPbE6IEiz_BLZgQg',NULL,'2020-07-20 13:43:40.714000','2020-07-20 13:43:40.714000',5,'Raul Garcia','https://lh6.googleusercontent.com/-JXWHZruQbyo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclXaVOqIk9GeCyRSf0Z2kxpBbOqyw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31943),('AbFvOqms8e-qOlxjLAiH19PzCcMf6yNNE1bt5UBjdBEXPM17BgNs6eM_GzcwW3qrzmEscdG_VflS2Q','This place has nice staff and they help you right away, very pleased.','2019-12-21 14:38:08.869000','2019-12-21 14:38:08.869000',4,'Brenda Delira','https://lh6.googleusercontent.com/-K7AMTd2RosU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmUqy4xmcZZc2dmO-SR7a7Ru_W8qg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36034),('AbFvOqms8HfN13iXV6f-e9eeySvpHuyBS8x11Ef0hwoGz-zpzreTYRDPznHQo7c8PLbgNDkL1A1ODg','I had a great experience at my visit today everyone was extremely friendly and caring from the moment I walked through the door Ashley in registration and my nurses Erica and Ashley were all so very caring they made me feel right at home I would highly recommend signiturecare to anyone!!','2019-03-15 20:28:56.315000','2019-03-15 20:28:56.315000',5,'Carolyn Adams','https://lh3.googleusercontent.com/-Nw9c9F8Mhis/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7YLFVEcvBghFXrduN-gZO6iTqHQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42118),('AbFvOqms8lrbUl_-yJc_jl7pFkYOGTFjL7j8KRJoqf06_B97m7vDsY2klQvyMWqUMocqjb94FiIFEQ','Dr. Iheme, Alvean, Tricia and Elida took such great care of me. Thank you!','2019-10-03 16:19:31.809000','2019-10-03 16:19:31.809000',5,'Brook B','https://lh5.googleusercontent.com/-SILpYPjwQ1A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmWgAYTrI0EEyfKZKaTa7IDLSIbRw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33909),('AbFvOqms9O2Mc9K2Loz4CRNNImPYCe9GFo6RGPVuKVhUeMRUKwK1-63ifz-PZB1q94IhmWi3kF7Dtg','I had to come to signature care to get some tests done. I was immediately taken in and all the employees were very nice and made sure I was comfortable the whole time. I highly recommend coming to Signature Care. It is one of the best 24/7 emergency centers I have been too. Also a bug shout out to Brenna, Keily, and Tiffany for taking care of me.','2021-01-23 15:58:23.841000','2021-01-23 15:58:23.841000',5,'Sydnie Smith','https://lh3.googleusercontent.com/-rOIihizEJdM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmuaYpaxMLvjiwIaz6tQ4MvAmXcMA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',44688),('AbFvOqmSAP_JZ1VaN30Wi1gWIB29LbbGVyseyj7I6djs1vL15Iw-NdBButVeE6dAYjElxcjahW0kWw','Nurses and doctors could not have been more friendly. Really impressed with the care provided and the professionalism of the ER. Thanks all!','2016-02-03 13:55:57.246000','2016-02-03 13:55:57.246000',5,'Cecilia Brenner','https://lh6.googleusercontent.com/-0fkcKoWih-U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnf92g_JKizInXCBb1pKvuYe_YQjw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37384),('AbFvOqmSbCsuW8ax7HrunHh8LFAxtLShie64cLQPrtavLa2Crho0PMQBrfVAhj3ExXtugncT5I93rQ','Great service with caring and informed individuals. Fast service, and over all a very good experience. Nurse Lisa V, Dr. Daniels and both techs Andrew and Bancroft did an incredible job with the whole process!','2019-11-08 04:10:22.271000','2019-11-08 04:10:22.271000',5,'j p','https://lh3.googleusercontent.com/a-/AOh14GiSHjf1KaJi7o5rnJ1DIwiGKlST3zZn0S3yf43UQw=c0x00000000-cc-rp-ba4','13486358490203335051',29590),('AbFvOqmsbeE_0TEovw3OGVGJwVcG2T3lbX1_5IlaTYVYROk0xqm_kSOChKwXoSAs8ju-J0Z_hDBqEA','Our experience was great, great customer service and our nurse Alaina was awesome she very helpful to my fiance and myself','2020-09-29 15:15:27.569000','2020-09-29 15:15:27.569000',5,'Kimesha Perkins','https://lh3.googleusercontent.com/-KNCYSgSftFY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck9b6I9H3q6fcs7-C7xV3a8MZpORQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39505),('AbFvOqmSbQbLw_qXHbm1zvWhVpELqhphIx6s5IRSfnzUGdPo4uuhCFi24xgIv_x-fFWz0NmAz39_5w','The whole team from the doctor to the registrar was awesome!!! Dr. Souman, Sarah G., Fatima B., & Tanishia W. were all so caring and welcoming! Will definitely refer my family and friends here...','2020-02-07 07:35:31.860000','2020-02-07 07:35:31.860000',5,'Tifa Coward','https://lh3.googleusercontent.com/a-/AOh14GhBItk5E0fFlStDdvqSFuWWC7fN6pTtU5o6vIjS2Q=c0x00000000-cc-rp-ba2','17898197009688164559',37713),('AbFvOqmsbRYz1RVzhFVkAnjcdp4jT_7l7T3WUxE8x9j_WtWEORl4OpwnlNnVu_QiRYfH2GGXTPx4',NULL,'2020-01-15 06:33:57.253000','2020-01-15 06:33:57.253000',5,'Alana Morphew','https://lh5.googleusercontent.com/-erZXKYwZo6g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmNWzCnbQaQ28w8eBGdX14HTxNCOw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39708),('AbFvOqmsBziEQjyKZgGXGfAKPz5szWg1XtGlytjTBkCOrr7cZY2IoWIMwDvPkSapoTb2Klu9ubRVDg','5 star !!! They was very quick !! VERY NICE ! need to see someone quick and Fast I totally recommend coming here','2019-10-13 04:56:13.415000','2019-10-13 04:56:13.415000',5,'Jaylon Guidry','https://lh3.googleusercontent.com/-K59CdPZN8PM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclFAO1nuAbvSO9r9McNDwuj0rmMYA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40400),('AbFvOqmsc0DkuUA1Oh6puMF2YKqCwBtGxQiotbZZsuYGJtmEGGWlIuYCFU0Ac1xZhMd-NhwAv9yKmQ',NULL,'2020-02-28 23:01:40.898000','2020-02-28 23:01:40.898000',5,'Dexter Young','https://lh4.googleusercontent.com/-R-uSnKxL0kA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm2x9dC-G9c8iD56D8m9yfHJq8o9g/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39588),('AbFvOqmSc4UiGBBDPcLbPvyFebCDSMvkFdRO8flxo9DURVeSg508_IL59DzVld_RZjJnqNtxLogN1A','First off, I am extremely paranoid when it comes to going to the ER. Especially with everything going on in the world right now.\n\nI\'m usually a pretty strong person when it comes to pain but on my birthday after noon as I was getting ready to celebrate with friends my head started feeling like it was going to explode. I tried to stick it out but couldn\'t bare the pain any longer.\n\nI experienced horrible customer service at the Lewisville Medical Center when my daughter had a miscarriage, so I was terrified to go there.\nI took a leap of faith in visiting ER Care 24, and THANK GOD I did. My head was hurting so bad I threw up in the waiting room and the nurses quickly registered me and got me a room.\n\nI was afraid I may be having a brain Arianism. The whole staff was amazing and calmed my anxiety 100%. The doctor and nurses along with the ex-ray tech all were so understanding and made me feel comfortable which is hard when you are already stressed out which is what they informed me caused my headache which lead to high blood pressure...They informed me on how important it is to take care of myself especially with my high paced work environment. They took care of me for 3 days and I cant thank you enough on how great full and blessed I am to have experienced an amazing team. I would like to personally thank Dr Chopra, Tech Oz & Liz, Nurse Keylee and Alyx! Your team rocks! :)','2020-09-02 19:15:32.970000','2020-09-02 19:15:32.970000',5,'Rachael Carranza','https://lh3.googleusercontent.com/a-/AOh14GjZ6luZR0ni3uMBPY0qYKtGi_mUpl7Y29GPxloxKw=c0x00000000-cc-rp','14748677429039074158',31718),('AbFvOqmScIAxV7HZFa07wRonQ8Q7aFtgNWo7L8D62w_F8DAP9WKnwHLxRj1OIkuk2QCK3I7t9bE2Dg','Had a great experience! The staff (Dr. Elsbecker, Delfino and Katie) were great. They listened to my concerns and were very prompt. They made sure I was completely comfortable. I would definitely recommend this place to my friends.','2019-05-23 16:46:57.494000','2019-05-23 16:46:57.494000',5,'Sona Singh','https://lh3.googleusercontent.com/a-/AOh14GhzGinj0pkzVkQ1vWO_v1snB78x0pOdplhm4o3h=c0x00000000-cc-rp','16891069708558046635',36197),('AbFvOqmScy9MHYhheiI_LozI97IUDYFfAgHkt3ySeOV4gRCiLoAEXvYm8MuI3sYh6_OVo8qP4P_ulw','Very professional the staff was quick and efficient and I got my Covid results back in a timely manner. Dr Das was excellent and I would 100% recommend coming to this location for testing. 5 stars.','2020-08-01 00:07:23.127000','2020-08-01 00:07:23.127000',5,'Alex King','https://lh5.googleusercontent.com/-1yD8HrUgqVo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmnonvvg7aML-Y4PIIldthSfNNd1w/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31817),('AbFvOqmsCyiBH7Nd6D5ExsfeRuembBin-DYRT7cO7CIlnQBIROW1VEHhW979MkMgewZ7Th8j7DD9','Great Staff. Very detailed in explaining and helping.','2019-11-02 16:23:12.231000','2019-11-02 16:23:12.231000',5,'Leticia Quintana','https://lh3.googleusercontent.com/-xk_Q1aXWQRk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmMqrU5gsXU7hr9216W1f_8zGQB6w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33788),('AbFvOqmsD8WRlQ8uTh2KetRCIMXSTTw4OR3LQRPkuKvrV1QGu9_yJ1dlyTtAO9fgAlqAH18YH6yFvA','Everyone that I came in contact with was friendly and very professional! Melissa my nurse kept checking on me to make sure my pain was under control after I got back from getting my MRI! Thank you SignatureCare for taking care of me!','2020-02-28 10:05:28.978000','2020-02-28 10:05:28.978000',5,'Rosa Zamora','https://lh4.googleusercontent.com/-lAvKxW2pI7M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxJWq4iA3sO5LzG-bIGT9Ws7c01Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40286),('AbFvOqmSdGnQTa8foYBCYSa66GxZlz-hLKUdlik3IXdMHBHvuDvSooTAvkNzWxz85l1Lcc1336nDhg',NULL,'2019-09-10 18:20:09.280000','2019-09-10 18:20:09.280000',5,'nicole howard','https://lh4.googleusercontent.com/-yXYBpMxqwi4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJfqxVLPJW6i547_L7U_HaShbnWQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34685),('AbFvOqmsDNUABn9ePwoE4VCVNFKatBENGlZvm07nj74DG2Ej8-I9LN8hH0NwwA-2n-xTbXkUC0vY',NULL,'2019-06-11 21:51:21.056000','2019-06-11 21:51:21.056000',5,'Linda Mick','https://lh6.googleusercontent.com/-qz0z6pSNwhs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZvqgJyC3CX9I5lPhwszkm-RKpiA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41700),('AbFvOqmsDw2kHE2Tvnql1tnnvxQokKTiBkCHC4jaPVHIMeucStHKU-RA_VsSi6kgO3A609RUvq6B4g','Our experience was wonderful! First Brittany at front desk was so nice and helpful on the phone before we even got here! Then so so so sweet once we got here! Dr. Braun, Jeff, and Mrs. Eve were excellent so professional, so nice, so fast with their work, and just all around great people! Very satisfied with our experience and will/would recommend you guys to others!!!!','2016-07-11 18:47:52.955000','2016-07-11 18:47:52.955000',5,'Renee Roy','https://lh6.googleusercontent.com/-y5p-stlBqIs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmrsby1qpcwpV4LhAZOXOH5_E-DQA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41190),('AbFvOqmSe7XVSvOUORIttcomdbSi-pYWwTNfvNbu2Zv1NMOYTCjQ_ydMWUdXL0x9sndbcF1syNSa','Having to go to the ER is stressful in itself, but the sincerity of the staff at Signature Care made my trip easy. Everyone was attentive and helpful. If I ever need after hours care again this is the place for me.','2018-04-09 15:44:04.148000','2018-04-09 15:44:04.148000',5,'Sunshinefairy1','https://lh3.googleusercontent.com/a-/AOh14GjPNA1kmioZnV2J3aaQs3oiMSHRiiZjTocc-sdAiw=c0x00000000-cc-rp','16891069708558046635',36413),('AbFvOqmSehfI-T_CJqnEvDeRfXKZ44UUnYcREWwXGPyhKZFFWDGz2ay5eAX7B5RroaoepDdAumI6Uw','The staff was very polite and helpful. This was my first visit and the staff made my experience fast and easy....','2020-07-07 02:29:43.882000','2020-07-07 02:29:43.882000',5,'Elizabeth Chapa','https://lh3.googleusercontent.com/a-/AOh14Gg0Q1VNME0hqofAWSTVZNasDLbCpS8awYfQdYH8xQ=c0x00000000-cc-rp','3511292162159714121',40252),('AbFvOqmseHiVMjRmf1a-dzjRaGLJsm3fiH9QNDlPSiCt7rnZvfeWPMniFwaFH2F6zYotOtZS60UKGA','Great staff and facility. Ashley Burton at the front desk was extremely friendly and got us checked in very fast!','2019-02-28 21:32:05.741000','2019-02-28 21:32:05.741000',5,'Jamie Payne','https://lh6.googleusercontent.com/-4njVW8JPN6Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm--5VLavJ4Upx8ZotGYFuP_83iaQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42135),('AbFvOqmseWtI4qkrbMwc7adSz0VqhsqeZRpKaFlJZ-gpqLAqsKDFCQZCx28WLtWZEsuDSbjxfu7wJA','Very short wait time!! The ladies at the front desk were so nice and helpful! And my nurse was very friendly!','2020-10-15 20:52:04.504000','2020-10-15 20:52:04.504000',5,'Alexa T','https://lh3.googleusercontent.com/a-/AOh14GimVmjtjb9HI8Fz5RDTXr_KOmhezHglrOgnYWsExA=c0x00000000-cc-rp','14748677429039074158',31496),('AbFvOqmSeXUrZKO2SsehNKO4rcssPsrpQyR-B8vKl6Csnw2wvD77gfdkp2SJeTTm3vUzkqQ9pDGEyA','Fantastic facility with an even better staff. Dr. Leung took his time to engage with me and figure out what was going on. Nurse Gabe explained everything I was doing and made sure I was comfortable and taken care of. Chris, Enizlo, and Edward were equally helpful and nice! Glad we came here.','2019-08-02 02:33:25.619000','2019-08-02 02:33:25.619000',5,'Alex C','https://lh5.googleusercontent.com/-ot41398O2S4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmGT6DoR0X0v2MJb1SvEKTW64em3Q/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36157),('AbFvOqmsf1Ca-0N-7iEmt71oMcfOM-6C_gAlqWY4tqqzOyHOisA6H3Edxe_q6KaeeFyK1jlFsYuuwA','I visited this location with my daughter. Naomi, Valory and Abigail were amazing. They made us feel so welcomed and taken care of every step of the way.','2021-01-24 13:38:19.757000','2021-01-24 13:38:19.757000',5,'Yaaresi Gaeta','https://lh4.googleusercontent.com/-QIMQ82xnHrw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclSCJ7N9RCXm34AWQED_QiCS2wmnQ/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44461),('AbFvOqmsf9pDFL653wbhxko_B3pMFTCs51LeVCjlJ2ol7XUr1_HjH9Eqxek1iRF5FUpzQ_Cz2267',NULL,'2017-07-31 00:00:46.700000','2017-07-31 00:00:46.700000',5,'Keyrin Lopez','https://lh6.googleusercontent.com/-Izy4ioxP6n0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-XCsPtgsU7yFClB-eQgu43Uw2UQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37110),('AbFvOqmsfkw9NfHYjlYX31hp7Lzg_KKHODUPBkFvtFYZHy89EQSQyVk05RBB0t2fpdbJipE4U2_OSg','It was great! They treated me with little to no wait! The receptionist Airianna was amazing she was so polite and took care of me!','2016-10-27 16:48:17.968000','2016-10-27 16:48:17.968000',5,'Lord Tacosupreme','https://lh3.googleusercontent.com/a-/AOh14GiQMg9sHsKMYnGibWueevZn21lWlVX9_F0HZytdqg=c0x00000000-cc-rp','14904078213800803294',32773),('AbFvOqmsFMDeAFMRgOuV0SQNsV-11hH8LGhka9UUqnylhQoHAC7rdlEBw7hQpdTyKZFTkkqHPjHZTw','Sarah the nurse was very comforting. Dr Zhen has really set good expectation, made me feel comfortable and answered my question. Really good experience!','2019-07-03 21:54:15.496000','2019-07-03 21:54:15.496000',5,'Kenny Mokuolu','https://lh3.googleusercontent.com/a-/AOh14GjfUgtsfrfNBkEiGBFcd5mq7ZE2kZv13GLmeUO0=c0x00000000-cc-rp','17898197009688164559',38107),('AbFvOqmsFNBCn0VG_LEX_poyP81lM6-HQL2JbJL6ypkrb9vFLxZlEinyo9rRXu97TMIoqCvXIcWLTw','I walked in and was promptly tended to with a smile. Check in was easy and fast without a ton of paperwork. I was seen quickly and everyone was very friendly and showed concern for me. I was offered a warm blanket and my problem was addressed quickly with clear explanations and the doctor took time to really listen and answer all my questions. I would highly recommend to anyone in need!','2017-11-26 13:09:37.849000','2017-11-26 13:09:37.849000',5,'Diane Cahill Bedford','https://lh3.googleusercontent.com/a-/AOh14GiPsg1BRT2STFBSOzws8Hksy7NhaxKDQNGoJKYw=c0x00000000-cc-rp','16590124370714063921',35350),('AbFvOqmSfyw6TucDp4HmWog-DLST96uVO49LRa6x0DX87Hy0TaIMLpI98BoJZVS59RMcZoK6XLjf','The nurse Kristina ,Dr. Golla and Register Maya were very nice and professional .','2020-02-26 22:46:56.130000','2020-02-26 22:46:56.130000',5,'Daylon Stewart','https://lh5.googleusercontent.com/-uEK9Wzhe9ds/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnUj3zw8MyC36RDHAfMYxMvvhu_0g/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28682),('AbFvOqmsG4tutuQLAE6neAmD55D4YLD08BB8LB2AWI3iicdoFMkGB749RQJPKp85Z7qYVCVB7OElNg','Horrible place.....rude receptionist rolled her eyes and smacked her lips, was extremely loud when telling me it was expensive for self pay like I wasn\'t able to pay, witnessed another guest go in and ask about an appointment she made and after the guest left they laughed at her,......instead of going outside to get the patients whwn it was their turn they just said oh well and pushed their charts to the side if they didnt answer when called NEVER will we return there again......','2020-10-06 04:03:22.849000','2020-10-06 04:03:22.849000',1,'veronica gonzales','https://lh4.googleusercontent.com/-8bzobuxmK04/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnIgb0UVzgOPptXQQ5xNpARBEP8Uw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41286),('AbFvOqmSG9R3Mh4LBxnDbMWJadGYkey7cRCTTW5Wt28hqKbz25oXTnzkvy5_AKEbqvrs5aPIup6xPw','They took a scary experience and made it easy. I would recommend it to anyone. Brenda was helpful and kind.','2020-08-08 14:22:38.321000','2020-08-08 14:22:38.321000',5,'Corban Carroll','https://lh3.googleusercontent.com/a-/AOh14GhhnZbNNxRgznovmlbAZWbGsIDzWGQ0fLXQMuo=c0x00000000-cc-rp','2077061009497551125',38631),('AbFvOqmSgb_LNinTHCthcBJetdozDz7vuGChIMe4LcUw2xR6FP7xnChiMhmskIBnbPq38hVvLJZv','Alyssa p was great','2019-11-22 18:38:27.004000','2019-11-22 18:38:27.004000',5,'Kechia Kelsey','https://lh3.googleusercontent.com/a-/AOh14Ggnbbb092YGQIzTbEpq7vNFhk_oSNyLNNpTSBDqHg=c0x00000000-cc-rp','8918455867446117794',43176),('AbFvOqmsgVH9jjeRLtA-nx3R7lArJr7A933JlaxUtB_JrPmAf5bDP97SIqfealN_YXW7PUj3RtM5','Nurse Christina R and Clay were awesome!','2020-10-05 19:50:30.045000','2020-10-05 19:50:30.045000',5,'Adrian Piloto','https://lh6.googleusercontent.com/-4DUig0w-uhY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclpsD2MqBphFB3x-WX-JjiMeNWdwQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35742),('AbFvOqmsH5ZD8np87IEoL9Bnhuvwehg2PTD2hSG49GMdT-S_dqr_-e9N3dKIRcSzBWXoRo3q4Ts-mg',NULL,'2020-02-18 01:12:55.475000','2020-02-18 01:12:55.475000',5,'Osvaldo Guzman','https://lh3.googleusercontent.com/a-/AOh14Ggg2_Qb6aC5AuVL2DfZHhoQnxdltFZ--J1rCgq5=c0x00000000-cc-rp','8918455867446117794',43088),('AbFvOqmshN3z9PHiblBHJKDlGvOJ6PuMVjCr0xGFKvYbE1nTFDjr7TNEk5JTFvdvx9kfqh58lPNeig','Been here several times now and each experience has been nothing short of excellent. Dr Sylvester was very thorough, the nurses Meredith and Sherri were very attentive and kept us laughing. Bryan, Ricardo were very quick in getting us in and out of X-ray and the receptionist Brenda was again receptive and quick to get us in and out. We appreciate the kindness and care under the circumstances.','2018-07-29 03:38:47.711000','2018-07-29 03:38:47.711000',5,'zach jacob','https://lh5.googleusercontent.com/-G-MjpCVj1n0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn5dbWElLIT36PsIiPwAU3HHFqGTQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30798),('AbFvOqmShQEDXXi1m4k3S4eWbhTOHOuR5yl2a8WW5Xb3igCEoXrxhvMhYfG00E2KH6Ry-Kbk_aaQfg','Mrs.T was great and fast šŸ‘šŸ»','2020-08-10 16:36:31.564000','2020-08-10 16:36:31.564000',5,'Alejandra Rmz','https://lh3.googleusercontent.com/a-/AOh14GgsBU9MI6btHA5NTuClw-WRzTLFD5MhCN4epinGmA=c0x00000000-cc-rp','8679688254631342173',42330),('AbFvOqmshrj7mM459kgOdN4TpHGE9LghvyomH8vXymOZWnPLijJqzQwj721zdGnFVqjyhgdyTaP9','10/5 stars. This place is amazing. They attend way faster than any ER hospital I’ve been to. Also, their staff team is fantastic!','2019-11-28 19:57:19.030000','2019-11-28 19:57:19.030000',5,'Jennifer Martinez','https://lh3.googleusercontent.com/a-/AOh14GiljmzfjEcA8VUm02eWiPlWNwYv0e6n2hNNgJ19DA=c0x00000000-cc-rp','17394740196501090048',36678),('AbFvOqmSHvNuF8kDxLKRBSla3TGk_HYyii4pg8d2dOrMlGbF_8gc0g16TBzSpDpUF5yTKOjK0avEbA','Awesome staff : Brad , Vakey , Kim ,JR and Kristen . Y’all are so cool .','2019-02-21 19:28:47.573000','2019-02-21 19:28:47.573000',5,'Tasia Rogers','https://lh5.googleusercontent.com/-FfO_WrZ1u5U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucklnILy0f2KvhCwmypc2KzslDWqEw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34992),('AbFvOqmShwPnlM-TB8mKmcoL3FlI05mD3HJ5IAz7H6OFYzZP6ANtXrFRchJ04cQBJuTo15bn9pAgUA','Fast, clean, nice staff, Nurse Alvean was super sweet! Recommend!','2020-12-16 19:00:37.768000','2020-12-16 19:00:37.768000',5,'Cyndi M','https://lh3.googleusercontent.com/a-/AOh14GjZPgktdFm0RkRaTAcdibJRDOyYFXkljk8yCkb5Nw=c0x00000000-cc-rp','16389487648212004696',32844),('AbFvOqmsId4BUytykqymqTZmcmiCpHgUJFrdS6raTUlzsEedUEWknlqb9JJET1fEGOyBIE_PiS3MyQ','Great team! The team, Doctor Henderson, Nurse Sarah, Laura, Daniel, Tanishia was super kind and friendly. The facility was clean. I would recommend this place and team at the Copperfield location.','2019-10-24 00:14:14.819000','2019-10-24 00:14:14.819000',5,'Latoya Taylor','https://lh3.googleusercontent.com/a-/AOh14Gi3zCBcRLGbaF639_Nbz7lT9kWPtVkxwlsQUadP0A=c0x00000000-cc-rp','17898197009688164559',37930),('AbFvOqmsIgwzZ1nNbnW4xuvXcKrCZDrPm9sV6w7GhTGj9qCxi8SfSd3o9b3FRJU4u2l3qPRCMw112Q','Doctor Faig\nNurse Jennifer\nRad Tech Fatima\nEr Tech Elaine and Reg Tanishia awesome friendly professional staff. We got in and out within an hour. Warm friendly staff if you need care try Signature Care','2019-12-20 02:57:15.421000','2019-12-20 02:57:15.421000',5,'Mariechelle Malveaux','https://lh3.googleusercontent.com/a-/AOh14Giu6UW1xyxCZi4r0JuBd7ejciV_7eTVdnJ3_3u_-g=c0x00000000-cc-rp','17898197009688164559',37798),('AbFvOqmSihDeFKOyespnSlOqDOVqX3WGLn2o_7aQG5VjkdawSkJA3XuGxDYaRQJ7KHTKostzTIbg','Loved SignatureCare! I would recommend anyone to it as it is fast and super efficient! I was taken good care of by Clay and Lindsey and will definitely be coming back if I need to!','2020-11-11 20:42:27.031000','2020-11-11 20:42:27.031000',5,'Chinmay Pingale','https://lh3.googleusercontent.com/a-/AOh14GjhVrHcG9sXrjBXtfl7wU3iWVdpRZ8RyELevrfMAcU=c0x00000000-cc-rp','16891069708558046635',35599),('AbFvOqmSII58epfp-Edp016HENkJVv7B4P2ya4kROzG7u5KECQ4ZrvbeXG-DhGeJhf8UgRPpL9lG','Went in for a knee injury, stupid hard floor. 🤣They are always quick and courteous here and the facility is super clean! Thank you to the following folks for making my visit awesome. 😊\nAnthony - RN\nMorgan - X-Ray Tech\nNatalie - Tech\nand Dr. Jaber','2019-04-01 23:16:22.003000','2019-04-01 23:16:22.003000',5,'D\'Nita Broussard','https://lh3.googleusercontent.com/a-/AOh14Ggzd5AR_oshhFDUdYFGkRrjKU4OYzDf8dzDwCat=c0x00000000-cc-rp','16590124370714063921',34930),('AbFvOqmsijeltnVz5fEj2ifHz4mvNpgHqGGLdHuR81xjKdeypu_fmER5StzxnKex0gR9aYiRKCHSIg','No long wait time, the staff was professional and thorough, and the facility as clean and well designed. The best part was the follow up call from a nurse; this shows that SignatureCare really cares!','2018-02-06 18:38:01.126000','2018-02-06 18:38:01.126000',5,'Veril Hughes','https://lh4.googleusercontent.com/--C12uIiSpAs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHh22100ku6MgiTr3rrKAoIGN66g/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43417),('AbFvOqmsIqGGQXwBtSpWKwPAE9xRLaEm9qtPpMdBbVTYYxlZxEJc_KBf57KDWCdlH_jHrDJZ_wXI','I walked into the Montrose SignatureCare ER and they IMMEDIATELY went to work on me. Brenda took great care of me at the front desk and got me in right away. They treated me kindly and did all of the work necessary to ensure I was being treated/diagnosed properly. Nurses Karen and ER tech Carmella took great care of me and worked fast and efficiently. Dr. Daniels was fantastic! She was genuine in her conversation with me and made me feel at ease, while informing me of my symptoms/diagnosis. Dion was also great as well when I had my X rays done. Overall this is one of the best health centers I’ve been too. Would recommend them to anyone in the Houston area!','2019-08-09 02:22:22.661000','2019-08-09 02:22:22.661000',5,'Sean Johnson-Bey','https://lh3.googleusercontent.com/a-/AOh14GjSQ70KHy-AWUJqm6AuBryGIqkX3mzrQZzvIHDS=c0x00000000-cc-rp','3511292162159714121',40457),('AbFvOqmSj7ZvDwAw5WThfqMceFH6NJsb6Na-9aAj_pMzrUoU0ZnZIAnnlQENE2NKAWDCw-d31s66nQ','while on a 2 week road trip got dehydrated and two kidney stones decided to block my kidney... luckily I was directed to this location which I consider to be the future of immediate care, hospital 2.0. I was treated immediately for dehydration and was eventually transferred to a hospital for surgery. all the personnel were very professional and caring. I couldn’t have found a better place. Thank y’all','2019-07-16 17:22:44.546000','2019-07-16 17:22:44.546000',5,'Alfred Richner','https://lh3.googleusercontent.com/a-/AOh14GjHyPch6k0GhLN0b2xgxlQkjkrNpZZyseqtF5Zaf1w=c0x00000000-cc-rp','14904078213800803294',32444),('AbFvOqmsjBUY4T-GV79YQqOlYB-SveyoRyJqsmHjb-TeuMDSIR0gAid2M4MFBCTZkmhJx-_iTGD7HQ','I had a excellent visit cavazos , Dana , Tricia , and Jesus is was wonderful','2019-06-14 20:04:15.003000','2019-06-14 20:04:15.003000',5,'Shirley Gaines','https://lh5.googleusercontent.com/-_TDkdlGY0C4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl82O2yP38HbfK8oNSknTbb-mT-tQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmSjez7Ry92O5jvga0HrK7P_7aLOWCurOhFHpKVLu-jbEe7V8SutlAeG4ajt8JsDs7imcsdIA','Stephanie, Dr. Soli, Irving, has given wonderful service to my daughter...FANTASTIC JOB !!!! LOVE IT','2019-12-23 23:30:53.683000','2019-12-23 23:30:53.683000',5,'Kiara Brown','https://lh3.googleusercontent.com/-SRBcgOe9P-w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckGZBu9YxmIuUQScj8EzMnO26AkKw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28914),('AbFvOqmsjqS48Z_CB0lGFW_Flgnv22lcHlp3d6ZBhSnJotO4-CSVeZZjmPFVwSLbfTi9GQIb2cD6UQ','Best ER service and hospitality ever experienced. Kendra helped check us in very quickly. Recommend to anyone.','2019-12-09 15:57:15.902000','2019-12-09 15:57:15.902000',5,'Walter Hood','https://lh3.googleusercontent.com/-IpwOpdZFlsA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckKGTdB5yX4q64r8m1xmAP_em1u8w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34504),('AbFvOqmSjttXlmOIA8El5tAJaN_FQsyFytkSKi5YZCG39DatcnmPq7MzxlxENAgVddDV5ZvYes6soQ','This place is amazing, the quality of care I received, which included x-rays and ct scan, IV, etc. etc. and course very personalized care for an unbelievable price of $1,300. They covered everything, just excellent service all the way around. I think they will be the leaders in ER service/care. I can not give them enough praise, so very impressed. Thank you, thank you thank you, sooooooo much!!!','2019-08-22 14:37:07.812000','2019-08-22 14:37:07.812000',5,'Larry a','https://lh6.googleusercontent.com/-v3aHCwZemmc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1QoNhPG2s0ohxJOan40xsBWZOMQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40433),('AbFvOqmSJZIw5tcRxNmGp64X-KOR5FA3fGG30kelONa7k-YWiYlLLfpWw7NPxe5MKs8Vlreotzna9A','This was the absolute best emergency room experience I have ever had. I went in on Sunday night about 9 pm after I fell and hurt my wrist. The receptionist was kind and efficient. I was called back after waiting only a few minutes. Everything went very quickly--seeing a doctor, having xrays, getting the results, and receiving treatment. Every person I interacted with was polite, very kind and very helpful. Every single person acted like they actually cared about me! They even called me the next day to make sure I was ok. I cannot recommend Signature highly enough. I will definitely return should the need arise.','2019-10-23 20:46:28.541000','2019-10-23 20:46:28.541000',5,'Dianne Martin','https://lh5.googleusercontent.com/-DxCQ4okOJCQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn_PnfEKRQhqIVJG0YjrTu_texDwQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41574),('AbFvOqmSK1IQ7F0iXvqpJS-JeXjTSiL5Ls-Vj1vyyJ3mRwROgondA3AyovjbFub4Fcf403EpDYQkGA','Love them Maya was perfect! Quick with check in! Dr.Golla, Nurse Fahme and Laura were all super sweet! I think her name was Christine that was there that let me get some really nice snacks! Awesome visit','2020-02-26 21:49:17.751000','2020-02-26 21:49:17.751000',5,'Shawna Brown','https://lh3.googleusercontent.com/a-/AOh14Gjk846mvurpJxRsENQSKQW7HDtMgTWWHMIVFiZvDlA=c0x00000000-cc-rp','12541597562633926366',28686),('AbFvOqmsk1ybpHT1BqD5iqvMAtNo54-B-a-C0fMyO6pVqjveiF9-IwLCQ_nZqjPFSu5qGVRPpFmz','My son was seen fast and diagnosed promptly. Everyone on the staff was very nice.','2019-12-21 04:31:03.173000','2019-12-21 04:31:03.173000',5,'Celeste Hernandez','https://lh3.googleusercontent.com/a-/AOh14Gg3w-q26Lb8fhbleXaBkUilZpx04ra1Jo-z0DmjQXk=c0x00000000-cc-rp','13486358490203335051',29523),('AbFvOqmsKJoA6JWZyp6s--KgdFoznAOFfhnEmczWmF9efFRSndf32PUlUNuMxrwh5ZQ2nSLfCHuIbw','Great customer service. Timely and efficient care.','2021-01-03 22:16:06.289000','2021-01-03 22:16:06.289000',5,'Kelly Pitts','https://lh3.googleusercontent.com/a-/AOh14GiD8nTrTDfMr7g1QO52GtCPVQm2SyLzvjsmVjRkKxM=c0x00000000-cc-rp','2694018788013845459',44297),('AbFvOqmsLgPJGUflnOQ9iWPLjFcI1V0Jy5-Xq8rfsE5HqQmSoXXyqyODB3NVXNzAaa2UeyADTPNxjA','Everyone is really nice!','2020-02-24 14:34:30.553000','2020-02-24 14:34:30.553000',5,'Ashlyn Williams','https://lh6.googleusercontent.com/-ytEx3maw9mw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmL0-Tng-gzzACdu3o3Hqwq6RbjqQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41930),('AbFvOqmsLQ5KTZzQ3CNYyv1DCPmCcmupZ16LNw-Tm9jGrxTurBHVaxRwzJxvkVi0-u1c7LX9WZS7',NULL,'2019-10-17 05:36:20.077000','2019-10-17 05:36:20.077000',5,'Nickolas Tijerina','https://lh3.googleusercontent.com/a-/AOh14Gg1HflSHkKW5oa88DVfrWwkaySuXUMMRBfhUEpZmA=c0x00000000-cc-rp','13486358490203335051',29615),('AbFvOqmslzs2LS_gwpj5VEJ8dBp7gv9SVr4ISeodgKel59qmYSOsLThn66dJDNHBVPVxniRh8EQWWA','The staff here is just so sweet and kind. From the start Tanisha was kind and caring. Dr. A wrench was quick with her care, Shelly was sweet and gave great advice and Heather was gentle when she did the xray. Thank you ladies for making my bad day better.\nPlace is so great came back for a second time, lol. Seriously though love he staff here.shout out to Ashley, Dr. Cavasos Shola, Jessica, and Matee! Everyone was so so nice.','2019-04-05 23:20:10.905000','2019-04-05 23:20:10.905000',5,'Jamie Freed','https://lh3.googleusercontent.com/a-/AOh14Ghh83nw794K7mLGpSwU499ZC2BcsZuMvlV3ld2Ssk4=c0x00000000-cc-rp-ba3','17898197009688164559',38220),('AbFvOqmSnGS7vQMEYBgDKnxgovYo8YrGUcge1wPGcfRcgQ1KJ5JGnEhm0Jahr-nBK6xSWmgopOsk','Dr. Iheme\nAmy-Registration\njani- RN\nTricia - Rad tech\nSean - ER tech\nAll great staff','2019-07-19 22:54:41.227000','2019-07-19 22:54:41.227000',5,'maria infante','https://lh6.googleusercontent.com/-8jXATVjtbkM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTVLx5tqTFsVagtnHzsNOo_JQhKg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmsNjftv05SaXr_5-P4I3rn8rBTT1hGAfVNjq2mdJI1j9866qfBqc9ZIjXRVYWj4ADvJgDcxw','Fast service, friendly front office staff, and clinical team was very caring and responsive. I recommend his place for Covid testing','2020-12-03 22:17:59.865000','2020-12-03 22:17:59.865000',5,'Joicele Schneider','https://lh3.googleusercontent.com/a-/AOh14GiTPpR8kSKDNN7dQWNSuCIH8st5HzAfOO8mbzPnOfg=c0x00000000-cc-rp','14748677429039074158',31296),('AbFvOqmsnoLUlR9TaXiiAaT4Lh7Uc0r9703ph8zKGRsPoFY_MZfjofIfPPctlqttjw6PpREJY_tS','Excellent care — wait time was minimal and all the staff were very efficient and professional. The technicians Dorie and Christi were extremely helpful and showed genuine care and concern for the patient and family members. Dr Hasegawa was outstanding. He took the time to explain what was happening and to ensure he addressed all of our concerns. He provided excellent care and treatment.','2020-12-16 06:50:55.214000','2020-12-16 06:50:55.214000',5,'Gladys Yoshinaka','https://lh5.googleusercontent.com/-sP-oQbqXjR0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnlvuxNwoHjRnfYN8zssT8Ol4fuIw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38830),('AbFvOqmsNTgu7h_uY4Cc0RJ_grCw4DqpfnOtJYCq5cHRmxp1BdcoCcFxpB65e1xGDpU-LjmfwdOENA','I had an abscess under my arm and was nervous to get it checked. When I went to signature care, I felt comfortable from the minute I walked in. The place was clean and the staff were friendly. They explained every procedure to me and before I left, they made sure all my questions were answered. I will definitely recommend this place to friends and family. Great job Dr Chen, Eda and Stephanie.','2017-06-12 20:15:30.931000','2017-06-12 20:15:30.931000',5,'nana akua Somuah','https://lh3.googleusercontent.com/a-/AOh14GjekVgN15mEY1RmI1DLrV4ozQjCJPeCzUo5SL7GoQ=c0x00000000-cc-rp','17394740196501090048',37137),('AbFvOqmSo4xUE4WcLj5KVFDAYTw0GSPO9tEBso2TvgwWYVZI92m1y_CfjsYrdjkxtx91tplzViMU','The staff here was wonderful and very helpful I would recommend this E.R. To anyone in need. Ask for RN Alvean and Tech Luisa very attentive, catering, and patient! You will be in good hands!','2020-11-25 23:47:53.114000','2020-11-25 23:47:53.114000',5,'Brandon Daye','https://lh3.googleusercontent.com/a-/AOh14GgBcYwISuBCXK_A_ps2E9PbGDLjf7ZyWJ4tmum21Po=c0x00000000-cc-rp','16389487648212004696',32874),('AbFvOqmSO6MHojG-hVIBXHpgxVdKiFwEKpF5P0viBPPa14LQ83OXnutvqSwWb9bczZAmQpYbRT5-Ng','Nick was great! The staff was great ! Jeff dr. Yusuf Leslie and dee! Facility is so clean and service is fast','2018-08-11 17:59:37.889000','2018-08-11 17:59:37.889000',5,'ivyon ellis','https://lh5.googleusercontent.com/-kMMr_WqBFFY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckFMn6sFTaPymzk1N-PbR1ZtjBrCQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40866),('AbFvOqmsokrMo6ja-MI0ptM9lNukpumxj-ZXzsFi2PKZlydHJThS0Fj8pO0Yij4Zuo-lZfY-ciiGSQ',NULL,'2021-01-15 23:06:53.692000','2021-01-15 23:06:53.692000',4,'Madeline Altendorf','https://lh3.googleusercontent.com/a-/AOh14GgOWwli0UCaCXkTtmObaZGAIF13G8KwBuFjvnmLNg=c0x00000000-cc-rp','16590124370714063921',44521),('AbFvOqmsoLYuqTtZtVHf2agRn6M4wo8ZehpKloGMyDIqJN3ZSTA7z2xHfx7t4lKedKXIXtVAVvWG','The people here were very warm and friendly. I was in and out within an hour for an xray.','2018-09-05 22:22:28.022000','2018-09-05 22:22:28.022000',5,'Richard Dickson','https://lh6.googleusercontent.com/-s4HIY4HTU_4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucketRDcQYxPV1cmsYndmswUDhj4gg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30751),('AbFvOqmsP2knSilYNpZpzx8Y3EOCeXbB3FLJjzoHwmMWa_0yCnQVNNrtSODLUQ0FBNx5VgP1BxfF',NULL,'2020-07-24 18:42:54.047000','2020-07-24 18:42:54.047000',5,'Debi Mcnerny','https://lh3.googleusercontent.com/a-/AOh14Gh-lBECzVD_qTvyttCX5L1AXi6FZdAgXyej_W3w=c0x00000000-cc-rp','3511292162159714121',40224),('AbFvOqmSPGmj0oTyDJojOMLKrwXH9ch9ju30sHpxyXBexJ3faq6JMz17XwFv8AWIQ_WgncW4tPZiFw','Excellent experience. Nydia, Cody and Sam were great!','2020-07-28 19:35:35.894000','2020-07-28 19:35:35.894000',5,'Debbie Bailey','https://lh4.googleusercontent.com/-IF2eD1t9MR8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm4omvdC31eZkWCUlYKOPSklBpX1A/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38731),('AbFvOqmsppIIvW_dgPZhHDPZxA38Fr3QdlAz6B2BHeX05TlTnkI2CLgonvpBs27lrNuBsqUhQHOSBg','OUTSTANDING FACILITY AND STAFF ALWAYS.','2018-11-27 19:11:49.612000','2018-11-27 19:11:49.612000',5,'Reba Winfrey','https://lh3.googleusercontent.com/a-/AOh14GiM7YKv-CyrSzJgssyHdWYbJAvLyR2qk5bsVHEi=c0x00000000-cc-rp-ba2','8918455867446117794',43336),('AbFvOqmsPX3JZVYCYyivcg_zH7DQg2lk6AKIXCr9hD4YSKy0EZ1CIba3-GJueOkxisDo5-Cym2Xd','Technician Kevin & Dr Das were really helpful on my visit! I really recommend them!','2020-10-01 19:55:21.040000','2020-10-01 19:55:21.040000',5,'Cristina Juarez','https://lh6.googleusercontent.com/-U2l3VqiQvWc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKT2eURRp0xZF3zTuOfNBGtsg7-g/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31589),('AbFvOqmsq50Dxv_K3PU5OJfDPayjMEip6yYeXuoIfxrd5XkF4x4JHlORMdrFKZpzfWi2J-x82fMgkA','The staff was very friendly and welcoming from the time I walked in until the time I walked out! Thanks Lucas(RN), Kim(Regis.) and Sherri(RT) for taking care of me in my time of need! You guys ROCK!!','2019-08-20 23:59:15.686000','2019-08-20 23:59:15.686000',5,'TOYA SHAW','https://lh3.googleusercontent.com/a-/AOh14GihxLARDEoTvrnUxsVbG0086PJaPePaLxm8rXROVg=c0x00000000-cc-rp','3272657195432704501',39815),('AbFvOqmsQ7RgMMxIn4XSVfmCjZgt9XUKMnrEuijS7MzupiN4hJ-tSvMdUnN01bvcOYrGqy9gESZr6Q','Came in this morning for an impromptu eye irritation and was ushered through the door before I could even finish filling out the paperwork. Thanks so much to Dr. Vakay, nurse Jacob, and the lovely Mai and Morgan!','2019-05-26 17:02:25.759000','2019-05-26 17:02:25.759000',5,'Andrea Clark','https://lh3.googleusercontent.com/-wZ2_N-tzbcg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckmPS4Hybm3mpIQyh1pu-hbUuKgSw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34844),('AbFvOqmSqaA0ijfZ6l8AVgCPBzfaMq2CQWhC-qfdWi_53KsIRXVaOmeiBLZvgz_qsid-jbXXN0Hn3Q','From the time I walked in to the time I left I felt well-taken care of at Signature Care Memorial City. The staff was friendly and the doctor was personable and knowledgeable. Dr. Spangler made sure I understood the injury and how long it could take to heal. I would recommend SignatureCare and if I ever have an emergency would go back (hope not) but if needed would.','2017-12-10 17:37:22.500000','2017-12-10 17:37:22.500000',5,'Linda Clayton','https://lh4.googleusercontent.com/-GXHoeobQSao/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm6kNiS5-wo8bQ4fAGv2yY9e-qIRQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32629),('AbFvOqmSQCdNEwrIoDWl8XRgzqmcILGT2w5Xu75ogvffSAx93r6rTxT6j42-HVcAEf0R1op1m6w0',NULL,'2019-02-06 02:58:35.693000','2019-02-06 02:58:35.693000',5,'Lisa Stark Rand','https://lh4.googleusercontent.com/-V5wEyWBLIqA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucles9RepEfeO2mN9fbs8YCa5UOqnw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32502),('AbFvOqmSQcutWtBOMvKJI9w990qJjsevLibL48mVH1oc9SkibIiLHF40CVzgyJJD88sLmn8ST14K1g','Both Christina R and C were very nice and friendly. Was able to switch channel for tv in my room got to watch a great movie while I waited also had delicious treats in the waiting room, overall one of the Best ER I have ever been to\nGot a warm blanket\nThe doctor elsbecker was great and focused on getting me out and getting me health all in a timely manner\nIf you need help and you can’t find and urgent care this is the place','2019-12-01 23:45:45.529000','2019-12-01 23:45:45.529000',5,'sam cole','https://lh6.googleusercontent.com/-5LtLD8bhT7c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl2ffq1JR11_83IQ0Ck8orKMn5vrQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36062),('AbFvOqmsqes56yfhBpVHD1lD0f_MzLEjn_qLRMV-IamtsWKQD-52tZR5AdA_hLe0cXu28WwS349Hng','Dr. Patel, deanna, John and laura were all helpfull and very kind. clean facilty, and registration was was easy. I will definitely be back in the future for any of my er needs.','2018-09-08 19:17:31.350000','2018-09-08 19:17:31.350000',5,'Rachel Gleason','https://lh4.googleusercontent.com/-6mf1oBdEST4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmhm3oBcxbNSfvkUJ0I1l6DBfPRSQ/c0x00000000-cc-rp-ba2/photo.jpg','12541597562633926366',29204),('AbFvOqmsQKvYx8eaJsBOajpeFuEshJ2FvsvxvDYYAf4JTwRHKUuX28ldiUYS-zLKZXQ_Z5fvEIMFRQ','Alvean is so kind & helpful. Little to no wait time.','2020-12-14 00:09:54.761000','2020-12-14 00:09:54.761000',5,'Tori Leal','https://lh5.googleusercontent.com/-GaFPyw_dR8c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn5EiqFHMCtd7ETh6EwKKzcqmf47g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32848),('AbFvOqmSqo6tPAlSQy7zsD3JoEHfbJ9Q-rQsNphjruOiJgBWjgJ6rHTd4I0vdp9FcN3ut3Z4x6ZO',NULL,'2020-12-05 16:59:24.180000','2020-12-05 16:59:24.180000',5,'Niah Martinez','https://lh5.googleusercontent.com/-gM_5foPNvLw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmRWqpJmCBGZIpXHsKnp7tJaqPQww/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31293),('AbFvOqmSQqSqtFXOEYfvyloy6ix_DC7FcP3CzWjtGUXc5rd95ZfBFKXwlHZsA6yROql38v3w7K_bxA','The staff is attentive, friendly, and fast! They got me in and out and feeling better in less than an hour. Best emergency room visit ever!','2017-04-04 22:22:12.422000','2017-04-04 22:22:12.422000',5,'Tae-ahj\'hsha smith','https://lh3.googleusercontent.com/-CQkFHuFhW0I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckDN37bhlwgyI-EyKk0x3jWoUez2Q/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32697),('AbFvOqmSQrP9EDmQPpLPHZbp63IcwfN5UJilrshUur0Rxwz4taUROBh8iSC-a0TLtvziUQQsOaI','Everybody was very nice. Everything was very clean. We didnt wait to be called. The dr.was very profesional. Very good staff and service.','2019-10-24 14:33:39.001000','2019-10-24 14:33:39.001000',5,'Irazema Torres','https://lh5.googleusercontent.com/-t8gMvF5cb_M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnWGdh8p4NSgmikTjn3_gytBN7-3Q/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39229),('AbFvOqmSqXioOAi2xziNPn9uW6k4aRMiGQzTD1Ne_DGdrYlt1ZemD-LZfTF6IfUD83HzUdLY_qj0Vg','Everyone here made a difficult experience quick and easy. I knew I was in good hands from the beginning with Dr. Rose, Clay and Christina R.! A great place to get the ER treatment needed with none of the wait!','2020-11-07 16:48:56.741000','2020-11-07 16:48:56.741000',5,'Jeff Harris','https://lh6.googleusercontent.com/-cn4asLSOpdI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7zyRtQzV_DEW_57Q19hXwDclgzA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35626),('AbFvOqmsR4UPs4a7pxKXmDmXRSRfsfiDSqQqKQB63OxgBxTjXznampOA0tgDX1Ee5DTrgcRJLG9FUw','Friendly staff, minimum wait time. Jocelyn at the front desk was sweet and helpful. Alvean was my nurse. Her attitude was great! She gave me a shot while she distracted me... that says a lot, I hate shots! The doctor explained everything to me and he was super friendly as well. Amazing staff and service. Thank you for making my difficult day a little easier guys ;)','2020-02-19 15:55:45.808000','2020-02-19 15:55:45.808000',5,'Marionnth Dcroz','https://lh6.googleusercontent.com/-BifQB2-adUs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmc1iBteqd-6lSBYMukEXqJ6Zj5Xw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33358),('AbFvOqmsRT8MAQE0xnADHdPrXyVOcZzrpYCXxbcaQmEjJeiGRod23_K0WKXhmfnnt5Kdl2aCyMe3',NULL,'2017-10-01 11:10:12.034000','2017-10-01 11:10:12.034000',5,'Misael Alamillo','https://lh3.googleusercontent.com/a-/AOh14GhBztqVq3ToS5-LSrJB2TKx3wtyzT8pJNttyPoTzQ=c0x00000000-cc-rp-ba2','14904078213800803294',32644),('AbFvOqmsRTuWLvWNxHoJdDXpT8v26qSZU_TxZ15IidE_dDEKiYykkk91OCHsHsgPDNerBRlWmOHx8w','Gloria was great! Had a fast and easy appointment!','2020-09-10 03:16:13.482000','2020-09-10 03:16:13.482000',5,'Deep Six','https://lh3.googleusercontent.com/a-/AOh14GintfLmjrF9wU5WasTmsgjGS3DeLBrzq95pcZCrFg=c0x00000000-cc-rp','14748677429039074158',31683),('AbFvOqmss8v0JgbA6PsPV5z1i9m8KtN1V1aZwa7PMuF_0IjjJH905svgULt05TJcfU6GVuW9ij1n','This is unfortunately tbe second time I have had an emergency and FORTUNATELY Signature Care was there! I had the best experience when I arrived at the Westchase location. At first they thought that I was there for Covid testing and wanted me to stand in line but as soon as it was learned that I had medical issues,I was immediately taken care of. From the evening ER doctor and tbe evening staff, I received nothing but compassionate care. Night nurse Marissa was so caring and patient and made the stay seem pleasant ! She catered to my needs and it didn\'t seem like it bothered her.\n\nThank you Signature Care staff! If an urgent situation comes up, I know where to go. The day crew was amazing too!','2020-07-09 22:43:06.198000','2020-07-09 22:43:06.198000',5,'Marilyn Knight','https://lh4.googleusercontent.com/-JZ0KEPBmxe0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclpoNdTh700uxxzI7QDW3A7MnuPrw/c0x00000000-cc-rp-ba2/photo.jpg','12541597562633926366',28598),('AbFvOqmSsyWYleojtDIVmGCiWhHZxt8I1GYKtrTBeIoKY77Zu5yomQdCRkIBZ14_tJXR7CH0KdT_VA','I was very impressed with SignatureCare Emergency Center-Montrose I visited today. The minute I walked in, I was greeted by Leslie who was genuinely concerned for my care. I did not expect to see such a \"top notch\" facility when I was taken back into the center. I was under the care of Olivia, Jacqueline & Hamzah who were outstanding medical staff members. They were professional, compassionate, and focused to getting me to feel better. I attempted to go to a different ER facility that did not open until 8. It\'s reassuring to know that SignatureCare Emergency Centers are open 24 hours.','2018-07-14 15:51:35.290000','2018-07-14 15:51:35.290000',5,'Ralph Leal','https://lh6.googleusercontent.com/-TPVPo41UsNo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckuiZlW5OBMq6T_fOmku2izmZ2Pjg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40923),('AbFvOqmsT86Fm19yBGZv6APkc95Y3Ki3hAoQa4vz-hdg0F_hgKtE0YL0z4PSNRPb0DgsxfSzgTTnng',NULL,'2019-01-30 14:48:11.977000','2019-01-30 14:48:11.977000',5,'julio fernandez','https://lh5.googleusercontent.com/-1DSMLn73kTA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmMF6_qyv-rQ0eRjEuuKmHET-qbnQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40672),('AbFvOqmsTDE8I3zd1FBtBoKhZ1A_ltXDpXlNKbZPYI0oPbKrnidVwtMlH5Q8UG0Mpv2aWEMot6_W1A','I really feel very confortable was given a chance ask questions and feel all questions answer very by everyone tonight Dr Daniels, Chantel, Laura, and Tanishia. Thanks!','2020-03-02 02:41:17.829000','2020-03-02 02:41:17.829000',5,'Ellen Scott','https://lh6.googleusercontent.com/-8fepe9-gUw0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckN5xPY-Wio-NVylMEEWL0tvYfC2Q/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37645),('AbFvOqmSteICkH1zAETRCQ5CdIwl7RPRLGEjEGkdP_71PMKbgV8KYFjzV0LtcCFAM2A1RP11tUwLRg','All personnel were outstanding. Very helpful and friendly.','2020-10-01 20:17:56.835000','2020-10-01 20:17:56.835000',5,'Robbie Cortez','https://lh6.googleusercontent.com/-DPqO4varlZU/AAAAAAAAAAI/AAAAAAAAADA/AMZuuck0kKuFcYAFntEtB40gfq28ccs1Yw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30083),('AbFvOqmSu8NcO1x4LeZ99RdErz1HWigedgnLJZDPWWli_9VAW50eSDnS1Nn1To23pVxomEEjJSRhOA',NULL,'2020-07-24 18:25:20.492000','2020-07-24 18:25:20.492000',5,'Jean Hughes','https://lh3.googleusercontent.com/a-/AOh14Gj2yghJP-gkq3bUzBcNFPe3xZLDs2IfgPwRyFkkyQ=c0x00000000-cc-rp','14748677429039074158',31871),('AbFvOqmSuGbfPIVRXBnwdGlJ1iMlnH6hwPk4zWkWkyxR2kEHCnaryPTSQT6e1rD8weBemT1i1dmqFQ','Dr. Boester was very helpful and made me feel much better and reassured that I would be ok after I came in with head pain from being rear ended hard. He was very pleasant and calming. I would definitely recommend this location. And I will be back for any other emergency needs. The following people went out of their way to make sure we were helped and comfortable: Churiah, Gina, Ke\'Aire, Dion, Anastasia. We will be back!','2018-09-20 01:17:40.169000','2018-09-20 01:17:40.169000',5,'dyllan jenkins','https://lh3.googleusercontent.com/a-/AOh14GgrsGWCg-vJ8jb46Z_VsBllyfG1x-pKzB0ZTblg=c0x00000000-cc-rp','3511292162159714121',40826),('AbFvOqmsUtYfZPfOljLJ3RnIcQLuW2fcR-6DQcfYBTq8QbC5jSJHCRtRm7U9zonNUrgGxis6vUxtRQ','Great place and friendly and professional staff. Dr Zheng listened carefully and took her time to assess the problem. The warmed blankets provided by Nicole was just the personal touch in a stressful situation. Val was super friendly and patient as I hunted for my medical cards. The Radiology tech, Trisha was thorough and highly competent. Everyone took time to explain their part of the process.\n\nAlso, facility was very clean ( I saw personnel routinely cleaning while I was there) and furnishings were stylish and inviting.\n\nI highly recommend this facility.','2020-02-17 04:31:27.518000','2020-02-17 04:31:27.518000',5,'Karen Johnson','https://lh3.googleusercontent.com/a-/AOh14GiVKDUmHzpVenNFJjZK0ygK1WT0tHq1zYc5F3dE=c0x00000000-cc-rp','8918455867446117794',43089),('AbFvOqmsuY5hYOqPP2JdlfvxL_apm1FGqe-AkMhTH-d1kqpNbJHfKVmrEk_VrOgrqYjivHOu06jVTQ','I visited tonight and received the absolute BEST experience. They took very good care of me. I was in and out (with labs) in less than 2 hours, feeling much better than when I arrived. I appreciated Dr. Dang taking time to address my concerns in a way that showed he cared. Nurse Al Raydon was heaven sent. He listened to all of my questions and helped me overcome some fear. I felt like I was at a spa, with the fabulous treatment I received!','2019-04-21 03:33:14.557000','2019-04-21 03:33:14.557000',5,'treberry 713','https://lh3.googleusercontent.com/a-/AOh14GiJcvBfxtxnocwiDGIicyAMSfB2j_CRjC0sxwJi1Q=c0x00000000-cc-rp-ba2','17394740196501090048',36790),('AbFvOqmSvrfSX5C0RfVmKjktnHl1FqndkHw2dtf2Lc-hE2wFa3OS5OXBzvaPIyw1ChxqravxXaq0LQ','Thank you to Elizabeth T, Gina, and Dr. Souman for my quick covid-19 results!! Front desk is always so nice when I visit!!','2020-11-06 04:10:13.436000','2020-11-06 04:10:13.436000',5,'les C','https://lh6.googleusercontent.com/-p31g7Cjeiko/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnxOr9yvo0ob3cYsUZXtZ5AipSnHg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40073),('AbFvOqmSvuS6T9IJUTrNjqy1xlKP9GGsL7YhlllJ39hMg3saaNpUCYvSWTPJFygbAgRpfBDxxDc81A','My nurses were Gabe and Ricky and they were soo nice! Stephanie took my X-rays and made sure I was comfortable and was quick with the X-rays! Would come back if I ever had an emergency.','2021-01-23 07:12:36.573000','2021-01-23 07:12:36.573000',5,'Stefani Trejo','https://lh3.googleusercontent.com/a-/AOh14GjrzDlxuA5CPxnbCzHc55dEYLgO_W2oS0Uf-wXVEQ=c0x00000000-cc-rp-ba3','16590124370714063921',44494),('AbFvOqmSvXlQ98LfhvFcF-TS8ct2QPz-1mJKH8i7mlQh8vDtbC_4GwcMvZ95fvrGI8wujrdEJ5RJ2w','Doctor Grinblatis and Nurse Jessica were AMAZING🄰🄰 to say the least. In fact, everyone here was friendly and personable and very compassionate. I would feel comfortable sending ANYONE here knowing they are going to get top-notch care and be treated like they matter. Not your typical ER experience, MMUUCCHH BBEETTERRR and 10000x faster.. I can’t say enough about this doctor.. VERY friendly and engaging.. can you be my PCP??(lbvs).. Oan by the way, THIS IS A REAL REVIEW.. nobody paid me or asked me.. so if u don’t feel well, what r u waiting for?? It’s worth the drive from WHEREVER you are😌','2020-03-16 05:52:06.123000','2020-03-16 05:52:06.123000',5,'MeToya Boyd','https://lh3.googleusercontent.com/a-/AOh14GiBNBWWTtpcpZRGEnA8d593_ND4pZJrAAwjadNlDVI=c0x00000000-cc-rp-ba2','14904078213800803294',32328),('AbFvOqmsvz0clbUTSI4aORe4VIn93Mu6vrT9So7uT3ItQqMUbwU16x3AmqY8cYSYO000lkMu2inhxw','I’ll try and keep this short and sweet. On Thursday the 9th I woke up with a slight headache and back pain I didn’t think anything of it...throughout the day the pain started to get a little worse. I thought to myself...maybe I slept wrong. So, I’m at work on my grind. Later that night The fam and I go to my nephews football game. A nice cool wind chill had just pushed through my body was slowly starting to shut down. Again, not thinking anything of it I simply say to myself take a nice hot shower and go to bed early. I did just that and after a hot shower I felt great!!! Well, Friday morning I wake up. My headache is even worse!!! I took some quick pain meds and was off to work. Throughout the day my back pain gets even worse. I finish the day go home take a nice hot bath and immediately after I take some Motrin!!! I wake up feeling fantastic. I go back to work on Saturday...two hours in Im ready to call it a day. The pain is simply unbearable from an excruciating headache to extreme back pain. I go home ready myself for another hot shower and this time take a serious shot of NyQuil. I knock out and at exactly 3:35 a.m. I feel as though someone has just hit me in the head repeatedly with a hammer or a bat!!! I knew I had to get up and take care of this immediately!!! I had heard from several people and even drove by this emergency care facility on several occasions. Believe me when I tell you that this is by far the best place I have ever been to for immediate care!!! Starting with the administrative staff Jocelyn up front!!! She was very informative over the phone and in person. The other three care providers that blew me away were Allen whom took excellent care of me and Informed me of every little action in extreme detail. Then there was Pam my nurse!!! She went above and beyond the scope of caring for me. She too explained every move she made in extreme detail and leaving no question I asked unanswered. Last but not least of course was Dr Ding...handling me with extreme care and making sure I was extremely comfortable for an excruciatingly painful procedure she was about to perform on me. We shifted about five time before we both found our comfort zones to do my spinal tap!!! I am extremely grateful to those who had informed me of this emergency care center. More than anything I love that I didn’t even feel like a patient. It was very intimate and comforting to the point where I felt like I was in my bed at home and family was taking care of me!!! THANK YOU ALL SO MUCH!!! BEST CARE I’VE EVER HAD!!! At the request of Dr Ding and Nurse Pam I was instructed to find a primary care physician but I’d much rather come here than to any PCP!!! I highly recommend this emergency care center!!!','2017-11-13 13:29:12.628000','2017-11-13 13:29:12.628000',5,'Doe Doe Garza','https://lh3.googleusercontent.com/a-/AOh14Ghj13wpCMyWPkLG2m_0RUHqmWl7uV0ahptTG1Kw=c0x00000000-cc-rp-ba2','8918455867446117794',43462),('AbFvOqmSWh8_N7N1-snnUR1gdsJOnXVsbS2_h1e6nRgqFwroRNPNYx0uB1ei5CUfQ02OyrzRFza9fQ','Kim, Dyveliz, Anthony, and staff, Thank you!!','2018-04-17 21:41:42.336000','2018-04-17 21:41:42.336000',5,'Takashi Gollnick','https://lh4.googleusercontent.com/-cRJTj32mlhY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm_usMHS607oCz-vEe8a4JT2OL14Q/c0x00000000-cc-rp-ba2/photo.jpg','16590124370714063921',35285),('AbFvOqmsx7QeU15tDAmyCLOLgqGJkyW5ovIZ-moi9FFVSYOycLo_PY0ZLUQ8JkwSg-BopBQT7OLETA','The best ER experience I have ever had! Everyone was so eager to help me get comfortable. The doctor was very prompt in seeing me and addressing my concern. This is now my go to place when my family doc is closed!! The cleanest facility I’ve been in, and I was see so quickly ! Thanks everyone!','2018-01-07 17:51:45.821000','2018-01-07 17:51:45.821000',5,'Jennifer Johnson','https://lh3.googleusercontent.com/-NPjriumI_4U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckk0q4Fg8hrreFamaK8Yvcgtsko8Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40971),('AbFvOqmSx8Jf3Kh0ZclhR9CoeDiyKHXE5uWMtG_WK-oyM9K6RNHk85j_DE8KJWSFZoQRU8R8QrR2aw',NULL,'2020-08-17 19:38:51.921000','2020-08-17 19:38:51.921000',5,'Teresa Lartey','https://lh3.googleusercontent.com/-BYY8S-sQfyA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLisHHB7mbZapC-n0hvudsYN5d6w/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38583),('AbFvOqmsXuH_hAqtvpIldGNBOsulU02ncFkjVUPhQhfwqnVLcMUB3TZE2YJZdpCol1qLGa_pxqfc5A','Great Urgent care.....in and out in less then an hour. All fixed up!! Amanda, Lisa H. And Dr.Diaz did a great job.','2020-02-07 14:21:37.153000','2020-02-07 14:21:37.153000',5,'Andrew White','https://lh3.googleusercontent.com/-dHHwAzG5y00/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclzQOOA3A5AX9gwMty7NUzbJIU2ew/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29444),('AbFvOqmSXYLX3RofPPpS6aLBQG1D3u7SOb5MDQVJ8CWxqDuZWj06Q3Y1YmV8ill9UwR5SPkNXwWvhg','Dr. Siddiqui, Leslie at the front desk, RNs Churiah and Gina, ER tech Olivia, and rad tech Jacqueline were incredibly nice, friendly, fast, and efficient. They helped my husband and I feel secure and confident in my husband’s health care team and that he was in great hands! Highly recommend this place to anyone!','2019-12-17 18:22:21.967000','2019-12-17 18:22:21.967000',5,'Alyssa Babin','https://lh3.googleusercontent.com/a-/AOh14GhzFq7eI6rcpZPWUZYHqqERcYFpLNweT4jTXEL0nA=c0x00000000-cc-rp','3511292162159714121',40372),('AbFvOqmSy1vwvUNsX_7YRmQU6W_M5cp-ce5pnc2P6DCzGBQ0WGS7GOmiBvVdlsvbqiblnrziMAA6Zg',NULL,'2020-05-21 21:35:06.806000','2020-05-21 21:35:06.806000',5,'Seba Raquel Suber','https://lh3.googleusercontent.com/a-/AOh14Gii5MYey-igj3PMtctRd6RZ-O1inAros3sNiuWomxU=c0x00000000-cc-rp','8918455867446117794',43051),('AbFvOqmSY8m9KxS4_8honoo4BKq1mpTODN91mZZcwYLbBRc7CXn2gV8pmQOlPUJTcyYOlvTG6pO9FA','This place completely misdiagnosed my friend. He went in with vomiting and extreme abdominal pain. His dx was that he was constipated. lol....\nI too him to the ER a day later and he then had his gallbladder removed. Big difference.......constipation vs. needing gallbladder removed.','2018-07-10 21:44:52.900000','2018-07-10 21:44:52.900000',1,'David Lohner','https://lh6.googleusercontent.com/-fV3ytlDjYrs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckznNzZeLWknnfeg1Z9Ykn6d8gH6Q/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30821),('AbFvOqmsY91MWHAUuXVsh91_02plswlubs8cQ27VO_Qpcc2HVMnpitsCiBaW-LECEKajc3-JoawzZQ','The service was quick and efficient when I brought my daughter in with a high fever. Thank you to the doctor and nurses for all your help!','2019-01-27 02:10:21.367000','2019-01-27 02:10:21.367000',5,'livingright87','https://lh3.googleusercontent.com/-lT6pulpXklQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn9BJ1ctbJU1NjdJidh-vp2tXVgYg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43314),('AbFvOqmsyFer9eaEMfNCcQgZ36ZtGffToXVVjsrRtceMCFEPtKrf4s6P8L0BanVnBHDwJBRnlwmLzw','Great service! Wonderful staff! Dr. Tran, Trisha, Ariel, Trisha B and Shay are amazing','2019-03-31 03:26:04.811000','2019-03-31 03:26:04.811000',5,'Chay Thomas','https://lh3.googleusercontent.com/a-/AOh14GiiuxUC3GTCRytK89RiLkPjEGO1xFmONIMVwDlw=c0x00000000-cc-rp','12541597562633926366',29117),('AbFvOqmSylVRX4Y8nwZ0FvV6VuKirqjut6dSW7pg4awboUpGMe1WQUFWzqLE2S5xRexn_wGPAS-90w','Excellent Staff, very informative and friendly. My husband was having sharp pains and we were given results and care within 1-2hrs.','2019-10-01 16:45:36.788000','2019-10-01 16:45:36.788000',5,'Julia Ho','https://lh5.googleusercontent.com/-sRw0kkf9_fs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnYQR-Cbr8DF7vNA1wmHdMz3fwScQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42658),('AbFvOqmsyo3LG-_iZane1FitV6hAdBEnxJfz970jaCuk-jXS2uyXG5YvQCTaAr11hwI7EEUVMj-BGQ','The staff was friendly, knowledagle and ultimately got me feeling better before I left the care center.','2017-01-28 16:28:17.393000','2017-01-28 16:28:17.393000',5,'Sam Morrow','https://lh3.googleusercontent.com/a-/AOh14GjZTz3zsCYK0EDhyj7Jw6OFqyG8XVss6xd9k0YV4PE=c0x00000000-cc-rp','16590124370714063921',35518),('AbFvOqmSyOwW46QMtlJjij2UkioKQOYQr-g_5HqzdpEbwdF4BrUyEM9oQOyLQATb6XjHOwXGr7BlWw','Great experience! Molly and Jacoya were great!','2020-12-15 16:09:54.566000','2020-12-15 16:09:54.566000',5,'Allison Horn','https://lh6.googleusercontent.com/-VgJ3OyNg-hY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn5HzADtfBoRqAFZhcxQT1Am5SsIQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39399),('AbFvOqmSYsb3wkzhB2YLwwOim7axtzjCwyd-MomXTy9xTdv0ug6BYY2gk80MGIlXzI2xUZjWiRMq','Nurse Fanny, Nurse Eda, and Dr. Wang were excellent to us. They were all very warm, welcoming, accommodating, and addressed every single one of our concerns, taking the time to carefully explain what was going on in a concise and understandable manner. We know exactly where we’re heading if we ever need medical attention.','2020-01-11 23:47:59.044000','2020-01-11 23:47:59.044000',5,'Alexander Tran','https://lh6.googleusercontent.com/-LSIRGvut26o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnDNPb-yL2eUzonG8ZH645aYgJf7Q/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36659),('AbFvOqmSysqLgmAC4Q6JYpJVA8RnKgglyeP_GYFUa_lblEpHjFCVjWGc9cZXzl0saCzGm_WWVbzFsg','amazing, caring and funny staff! took care of me and made me feel at home. if you need an er come here!','2019-03-06 02:38:00.950000','2019-03-06 02:38:00.950000',5,'Haley Morales','https://lh3.googleusercontent.com/a-/AOh14Gh4ykn6yZMhY5DX7KJhzdfNeQGULWSWXdTMQ2CGSA=c0x00000000-cc-rp','17898197009688164559',38264),('AbFvOqmsyw9L8VHdyrE5yoEPYTn77uOa-7--637kNAWyhf4e0d97W4lH3Bp7F_jFzDlhyVVoTcuU','Dr Peter was very nice. Took good care of my kiddo. Theresa the RN was very sweet as well. Marcus Rachael and Shania were all nice as well. I highly recommend Signature Er Odessa. We would have waited for a very long time at any other ER in Odessa. They took very good care of my son and are very quick and timely and provide quality care and treatment. Very good place highly suggested if you need somewhere to take your child and don’t want to wait at the regular Er for several hours just to be seen. Thank you Signature ER.','2019-09-11 03:58:47.219000','2019-09-11 03:58:47.219000',5,'Megan Jones','https://lh6.googleusercontent.com/-P5OKOaWX25U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnBDHuXH79tgDB0_lkN-3UvPjJRQw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41611),('AbFvOqmSz8Po1vQivUooXA2PNe6TJpoOT7z-ZvxJ4d8mqOdUPXNjUvle2lANt9a__DEm-Pi_Jj9b','Kim and Dr Huerta took amazing care of me when i injured my back!! David with radiology and Sita with registration did an amazing job making sure my visit went as smooth as possible!!! Highly recommend this facility!!','2019-07-01 04:04:13.003000','2019-07-01 04:04:13.003000',5,'Andrew Clifton','https://lh3.googleusercontent.com/a-/AOh14GjiApSsz2ZgQvkFf2pj4x5VK11R9_PLVU9i2vnwMw=c0x00000000-cc-rp','13486358490203335051',29746),('AbFvOqmSzG7oGafhcPZgLN24QOTTKIyav0SUFhVu12cK68aPs1IuVTDY9s9-u2Hda6TXXSJ5tpXEYQ','Great atmosphere. Nurses make you feel comfortable. They answer every question you might have and they check you in right away. I recommend them to everyone. The doctors and always there to make you feel great. Thank you for everything','2021-01-26 17:16:26.625000','2021-01-26 17:16:26.625000',5,'Isaac Razo','https://lh4.googleusercontent.com/-T9mGjrqJWh4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckVMggHX3fRs3vsGSgY8Y0WOLYT9g/c0x00000000-cc-rp/photo.jpg','14904078213800803294',44392),('AbFvOqmSZRCMpbi99efHYMBnl78cXXiD3tF2YRlVSSdl10oWrxCDDREN7AGVmvS1ZASd2lVPWL_c','Had to stay overnight and everyone was super helpful. It’s, Remington, JR and Dr. Haraj were thorough and explained everything with detail.','2019-12-24 14:28:38.079000','2019-12-24 14:28:38.079000',5,'Elizabeth Chavez','https://lh3.googleusercontent.com/-fPpOZRM2cSU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmIwxQX-5ggP7IYAEPXHRgXl9Cuvw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34488),('AbFvOqmSZuF4jo4AQIPmZ-89GV62P50oqWgQNEPCQlax767ipjBn8XR_VKlMzf1Cvp2UkLPkq9eQ8g','I cannot describe how thankful I am , 2 weeks ago my mom became really sick,everyone was really nice the waiting time was like 3 hours because they had to run some diagnostics , they were busy that day but well organized. Thank you once again .','2020-07-22 17:49:05.638000','2020-07-22 17:49:05.638000',5,'Alexis Guevara','https://lh5.googleusercontent.com/-TNIUIQTdCFE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclqVLR0w-O0if_WQnjimngcLidOgQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42990),('AbFvOqmSzzUz8YIvyNz3x2N06NIs3coY2QKir2uzzld-Kh65ZUmny489YclbAUdKEmJ7yWQOdU_jEQ','Super friendly and amazing staff. Convenient location and quick on time. Very clean. Doctor/nurses are caring and make sure patient is comfortable. Def would recommend!!','2018-07-03 18:10:42.572000','2018-07-03 18:10:42.572000',5,'M Dav','https://lh5.googleusercontent.com/-piGKQNwfvZc/AAAAAAAAAAI/AAAAAAAAFfU/AMZuuck6kKE_YYjlmDqZ8M8UMCuN3ZCY9g/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29228),('AbFvOqmt_Q6HG0JY7FpkYJqjDzCnrI2eV0o34YJYl4tdbSrqM6MaTC5nZQ-2pg3L3maBWH5ZOi9Q6Q','We went in on a Saturday morning because my boyfriend felt like he might be having a heart attack. They saw him right away and we ended up staying all day for testing. They brought in a very nice cardiologist from the Med Center to help with more testing. They made a bed for me to stay in, offered drink and snacks and were very comforting to us. Everyone who works there is so kind, helpful, professional and thorough. We’re so glad we chose to come here for help and I highly recommend them. It’s so nice to know we have a place like this in Montrose. Thank you to everyone who helped my boyfriend feel better.','2018-02-05 17:21:43.388000','2018-02-05 17:21:43.388000',5,'Sharon Barile','https://lh3.googleusercontent.com/a-/AOh14GjvUStod1y8iCc1wsaxuvgFdbol1iZfaPmpUjsyxg=c0x00000000-cc-rp','3511292162159714121',40959),('AbFvOqmT_REkJGP-tq8b_4g2KLCL63F5U7oraxR8SjfTmN7OBR5uYmWyfEHJUJVp2eeVQdnVPC4AvA',NULL,'2020-11-05 21:39:03.406000','2020-11-05 21:39:03.406000',5,'Chase Alford3','https://lh4.googleusercontent.com/-0cQMpxFELSY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucml-_HrEHiMfBkwgbweG-0PbR1Z-A/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41858),('AbFvOqmT-7vdJGc3gOBjzDmZkfWpghnhCjDcEgwjuBOdKpG9LtKtp6pvq_g3JaHrzyJRXjqEIGzh','Husband was seen for chemical burn, they took very good care of him and gave great instructions on how to take care of the wound. I will definitely go back here. Very fast and friendly service.','2019-10-16 22:16:44.164000','2019-10-16 22:16:44.164000',5,'Kayson Green','https://lh5.googleusercontent.com/-5sh-7mF70lQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnsqAhBVtbCvy1VooZNxGRKTknTdA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39238),('AbFvOqmT-z_7KvlSJgXnTSKymFRnJHpqhZCUtGnWbjyz9UgBvraWMn71IHRO8UTgNtSNgQZOoc1-','Very good and friendly staff. Thanks Dr. Ybarra, Stephanie, Rollie, and Natalie for being good to my daughter!!','2019-10-22 05:53:10.127000','2019-10-22 05:53:10.127000',5,'Shirley Ward','https://lh6.googleusercontent.com/-SChtERPwj54/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclboy_rTwdb20CJQfWIcJJGPF3jUA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42638),('AbFvOqmT0A5322Jo1RG6HCJW8Axr79jbaXMljUQYKC9pYVdEmUtSwTASr-r2xVqQdHS3__ufSnfHSg','Everyone at the clinic was very kind and attentive. Very quick upon arriving and answered any questions I had.','2020-10-29 14:22:15.641000','2020-10-29 14:22:15.641000',5,'Grace Theriot','https://lh3.googleusercontent.com/a-/AOh14GhUENNZomx74OS1AKH7d0_E-oIZdtfni6RAr_UdaA=c0x00000000-cc-rp','12541597562633926366',28488),('AbFvOqmt0fI3U_djnghuhbUOkI7P_kkmQ7i4SZkhJEp3_hCpollul7QBHdkmEXqMAS3RhqXvTtxv3Q','Very nice environment everyone was super helpful. Especially Sarah. If you’re looking for a quick urgent care place I definitely recommend this one. Also thanks to DR. Patel. William and Bri.','2019-11-21 05:45:04.679000','2019-11-21 05:45:04.679000',5,'Zoe Smith','https://lh3.googleusercontent.com/a-/AOh14Gj7YsHOd6FXAJ9too2K6dxqi-OlSf33Zc8dQVkl=c0x00000000-cc-rp','17898197009688164559',37858),('AbFvOqmt0X7JO_Rf6VMSr1BQbKBN-Ck6qS5Tdy9Ms1PvNVTVY-99XUg2IdCmxsyZGgJtbto-FdDl5Q','I came in for ear pain and everyone was so nice!\nTanishia was great, super helpful, and funny!! 10/10 would definitely recommend coming here!','2019-09-30 02:55:03.385000','2019-09-30 02:55:03.385000',5,'Edith Grimm','https://lh3.googleusercontent.com/a-/AOh14GiqUZbFfkfGn4UgVlT-Gic338B2lWuhun22BSNCFzs=c0x00000000-cc-rp','17898197009688164559',37978),('AbFvOqmt12aBZs3K_60-qqEcmyxnZnQ-STIxk9Ydp4pvRJZwITbP4S8utbS4_2O4XNkukPKmBYKhkg','The staff was excellent! Sarah, Fatima, Daniel, Tanishia & Dr. Patel. This was our first time here and they welcomed us with open arms. Will definitely recommend this facility. Love the staff','2019-11-27 07:07:58.604000','2019-11-27 07:07:58.604000',5,'Christina Vasquez','https://lh3.googleusercontent.com/a-/AOh14Ghts97Heo7m6RkIbRCk5ZixWZIUMMwVi6K9tkD0MkM=c0x00000000-cc-rp','17898197009688164559',37847),('AbFvOqmt167x2mU5CoYMK1VzAde53LhupXlAwY7v1xbgp_6i_JDlIw4Nykb0Atw4t8pIJiQ2v2oWJA','Excellent service and staff. Very friendly and promptly assisted me in everyway and worked with you on payment options. Wait time was very short. Rebecca V. And Dyveliz registration. Brandon W nurse er tech Rebecca w Dr herbert and rad tech Cameron.','2020-03-19 02:35:38.992000','2020-03-19 02:35:38.992000',5,'Sara Thompson','https://lh5.googleusercontent.com/-TkvZdMJOy5U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck6x5bncaM-qpvYjNNOW--I4LEneA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34303),('AbFvOqmT16iKq-JLMS5Z19yQHZFXpqFM9Ur4jxKBcXDyUeA5FFK39NpqxrCbTdrEs_kiNVENDw4xfw','Great staff from the moment front registration Linda. To when she put me in the room. Sherri the RT was great made me feel comfortable during the entire visit helped me a lot. And the Luke the nurse was great teaching how to use the boot and was very understanding. The dr. Yost was amazing explained things clearly so I would understand and double check everything from the other hospital. They did great definitely coming back again','2019-02-15 21:49:31.010000','2019-02-15 21:49:31.010000',5,'Margarita Hill','https://lh5.googleusercontent.com/-zLrrEhNZLbg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclmUh7_A24555BJkegn5PXvKa2PFw/c0x00000000-cc-rp-ba3/photo.jpg','3272657195432704501',39916),('AbFvOqmT1WEpxmPMrsliQY-PhBCvNjEs9GgCxCJR_p0op1C-N8r9j8Cx-u-wcSmA26Ujupxbg-y8zw',NULL,'2019-01-21 23:18:02.746000','2019-01-21 23:18:02.746000',5,'Diana Torres','https://lh3.googleusercontent.com/-31YrV-0gFqM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmVB2R_ZMd-p1QUFgb4n6FTXKQlgg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29935),('AbFvOqmt2C6GaLIsxUvMUjEZe4SqEalMHjOD-nrORifRaPWs0hfQDZnVvLJaxduK6JwVYZv4Rfnb','Great place. I arrived and was immediately greeted by Ms Jessica Sanchez , who was very professional and helpful . There was no wait time to be seen. Everybody was very kind and I was out within no time.','2019-11-19 16:55:09.024000','2019-11-19 16:55:09.024000',5,'Stephanie Rodriguez','https://lh6.googleusercontent.com/-4dBl2ghk7nM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnwm9AVEO6Mkao-pVXn2qoPbO4v_g/c0x00000000-cc-rp-ba3/photo.jpg','6521947413723274945',41553),('AbFvOqmt3HlWzIxY5DMr1EeTUxa5oJvtM_rCLQOmDOXhSXqnOJHVpn8Jj_OLqqxoVVXbZJxIBhhN3w','The staff really cares about your well being. They treat you like a human being.','2019-01-05 00:00:58.285000','2019-01-05 00:00:58.285000',5,'The Voice King','https://lh3.googleusercontent.com/a-/AOh14Ggcu1HEGA2sEH7QeVi7_o0zt64ShQvK59s-Yq1BTw=c0x00000000-cc-rp','3511292162159714121',40759),('AbFvOqmt3S0lFtfdDIe1PFV2cYa-qbXBMbmMGM1FI3J5jXiTuiTA5cnOmaQAZjaA3-Rv2dkkqGrjwg','I really enjoyed my experience with Signature Care very relaxing. When I walked in Jesus greeted me right away and got me started filling out a few simple forms and I was being called to the back room before I could even finish the forms. Nurse Alvean was very kind to me asked me a couple quick question and complimented me on my vision test very nice young lady. Also my technician Marcus was very comforting and shared a couple funny story with me that I could really relate to really nice guy. Dr. O\'Malley was great he took his time and made sure I was comfortable though out the entire process.','2019-06-11 20:10:36.648000','2019-06-11 20:10:36.648000',5,'Taylor Jackson','https://lh3.googleusercontent.com/a-/AOh14Gg6deZYSQIIwDzEpV8U3AjcYp2SxwOt_bbxgXnF=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmT4_C3N6vSi1iL6CJuhm5yD2-F4wh7ocMlnnggr1nlxZFAiVUDP5tky8eE9t-Q3ydXHtqm',NULL,'2018-08-23 22:26:55.224000','2018-08-23 22:26:55.224000',5,'Layne Schmerin','https://lh3.googleusercontent.com/a-/AOh14GiZ1HL5kxQxCQn_RZ40-xig2gAT89wpz5HWcf81_Q=c0x00000000-cc-rp','3511292162159714121',40845),('AbFvOqmt4Z0jd9EOBFN4KPg9YEk8wSVNMu54tQlLBAAVX9AodAe8GtsvDyLXa5l3M0BIJC--v9U1ow','Best ER CARE ever! Pain free flu swab by Lucas! The rest of the staff that helped me was super sweet and attentive (Lucas and Ryan - RN, Kim - Reg). And of course - no one can go wrong with Dr. Yost!!!','2020-03-03 23:57:59.335000','2020-03-03 23:57:59.335000',5,'Jennifer Ariniello','https://lh3.googleusercontent.com/a-/AOh14GgoDQcOoS-ne6bm5wSbP-yd6CteeI7wUKxTIZQNxQ=c0x00000000-cc-rp','3272657195432704501',39574),('AbFvOqmT50vb-t1bKKGlyN9whHE16ktGd8Mf1sI3kb0ZX-iXzCHRax6HlVNiWSM8nGL8v5nI_m7EjA','Cody and Brenda took care of me and helped me get the test I needed. Very fast results and very professional people.','2020-10-20 13:44:05.370000','2020-10-20 13:44:05.370000',5,'Tommy Oreilly','https://lh3.googleusercontent.com/-KuIkdwBlol4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnm3bMcUqo9PlsK3_xUEbXzjg3gDw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38467),('AbFvOqmt5F0A5FAn4zNoo8Ay84HOkmjJv8dSlS2m18rJMVVi_Pr1ihMU03dygDC7Er1X6qnjpwyGcA','Alicia, Erica ,and Ashley K was great! Was in and out in hardly a wait.','2019-07-04 14:48:54.732000','2019-07-04 14:48:54.732000',5,'Charity Ferguson','https://lh5.googleusercontent.com/-Qgydg91X1dE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm0wK_G1riPh6bgkbKkrN42w6OUJQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42035),('AbFvOqmT5PhwWf1CkpLReZl-D_wylVbYtvBS2cNOnr-WYRV8SSSFKidE0p0cBlyhVhn2oliQZpFFVg','Fantastic team great service from Dr. Daniels, Elizabeth T, Dwight, Anastasia and Dion will definitely be back','2020-11-08 04:11:10.858000','2020-11-08 04:11:10.858000',5,'Kanda Shelton','https://lh3.googleusercontent.com/-5GsrkaQiqlw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckVO0YLuGvviRXLPod9e_TcxWzMWQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40066),('AbFvOqmT7Uf2rVJztEcatcn2vzjn4sLJ5Sw5ePzxHe2ktdqTh7pYb8jRcsA9FaQlv4bldjBf29EDfg',NULL,'2020-07-22 02:36:07.373000','2020-07-22 02:36:07.373000',5,'Adriana Ayala','https://lh3.googleusercontent.com/a-/AOh14GhnEgntlw-32vXvdOZRM0vPXxvNNAvg3cZY8_U=c0x00000000-cc-rp','12541597562633926366',28590),('AbFvOqmT7YjNnB6KxBydLAsCCXKROyVkK5usLYx2KLyUf3edqxgySgiAdG4sh5vFzdbJH7nXjoDhhA','They have been amazing since we got here super helpful and very attentive l. Our nurses Adam, Marty, thomsman and doctor Dewall made us feel very welcome!','2019-06-12 21:15:02.713000','2019-06-12 21:15:02.713000',5,'Andrew Parks','https://lh5.googleusercontent.com/-nVQHVPTNS_0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMajx9Rqkt84Cv0nMwHYfLJjhyMA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36180),('AbFvOqmT8fKJ_PpfrNgw0ILypvw8hml2gO9Mz6olbYlFtaplmGdEQIzmu_KvtdlvAPoSeCnjaVuCuA','the experience is consistent! Every time we come here, we are in a room being treated before we can even finish the paperwork. Always see a dr. within 5 minutes of being in the room. Of course, we\'re consistently offered a warm blanket. This time, our young daughter was being treated; the staff was so good with her: very caring, funny and able to gain her trust and cooperation. We were in and out within an hour, prescription in hand and headed home. Can\'t say enough about this place. Completely first class!','2017-05-09 18:18:52.750000','2017-05-09 18:18:52.750000',5,'Stephen Rimes','https://lh4.googleusercontent.com/-NzDezHtbtXY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclG4AhY0U4Q3B9BrXv5hS_PHD7MoQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31043),('AbFvOqmT9GhkHjoJForoTB4f5oXKyALtMsqKXRNqHhzVI1W9IW8usO7sgjivgiFGkU6sKvlhddLf','The entire staff is very helpful. The doctors are always very attentive to all my needs. I highly recommend anyone to stop by when having a emergency.','2021-01-21 17:25:43.051000','2021-01-21 17:25:43.051000',5,'Joel Rey','https://lh3.googleusercontent.com/a-/AOh14GgYWp8qPApSQkITqmS92EqwdFoNi05EX2nIjqPr8Q=c0x00000000-cc-rp','14904078213800803294',44452),('AbFvOqmt9ROPrUquwo2LBT-zJou1boSWjeY4-qXpQJNGfQom6l5WpLkHJdlw8o_s8hN17ezH6GSpsQ',NULL,'2020-11-12 15:59:03.999000','2020-11-12 15:59:03.999000',1,'Gabriela Giles','https://lh3.googleusercontent.com/a-/AOh14GgdFu_11viRmnFyqVCPo2NuRyb13lr-wV5dgGtY=c0x00000000-cc-rp','16590124370714063921',34071),('AbFvOqmtAbYqqCvQs-iSzCEgmXNJ-K1Vi7yvLB8An1Y64xdfrv8yYulQuR7Bo6u4c1p5Y9AJaUhaMA','Friendly staff members.','2020-09-01 04:42:19.318000','2020-09-01 04:42:19.318000',5,'Sandra Garcia','https://lh6.googleusercontent.com/-Z2bRHSc52VA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHVsl9gxzh1eAsTc2uX-lltXqCAA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29315),('AbFvOqmtAhZwCkyhTZ7V1bnOkhsOCKKWMLnuMz7ZXykJjOYAltUiuO4z84_JEKp-qEyMT-7DpPcy','I had an accident while on vacation in Austin. SignatureCare staff were very helpful. They were very accommodating and helped me out tremendously! I really appreciate everything they did to patch me back together!!','2018-11-27 14:55:04.137000','2018-11-27 14:55:04.137000',5,'Shirley Bilotta-Brown','https://lh6.googleusercontent.com/-gyaVJL_H2fE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZxZ_T3XGCpRxX2UzDjpOEbpj_Nw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36323),('AbFvOqmTasOXoj64ryKKHzvJWz3gDyPGW7_XH75yFs84OzaQOsnfLXIthF6xbDdUzoFINGJ964iZIg','Been in a few times. Staff is very attentive and helpful. Taken in almost immediately.','2019-12-21 00:24:56.483000','2019-12-21 00:24:56.483000',5,'Alex Healy','https://lh3.googleusercontent.com/a-/AOh14GiAvYV0GxEz12T1z-y389NjjVJ07Yk0YN-cDcwc=c0x00000000-cc-rp','8679688254631342173',42543),('AbFvOqmtaxBJmSZgMVWD0lPXOu0OFpk0_Xpn0KwcJS5wNvvEB3a013obGAYdFM-YWSGcdAYzGhu5wg','This company is a front for an insurance fraud and racketeering scheme','2020-01-05 20:36:21.308000','2020-01-05 20:36:21.308000',1,'Anthony Baccari','https://lh5.googleusercontent.com/-PA5MPXC--_o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckba9JTF0UzEOPQB3zd3hpmfGmz_g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33544),('AbFvOqmTaygTdQv4GLrIcuZqqWBo2fEEq1-_XoUDm5bERONrPz1sAfHn9fLGc9PvZU8aa7vKrpNAkw','Could not have been a more pleasant experience at an ER! Staff was super friendly, and the nurses and doctor did not make me feel like they were rushing through to see the next patient. Gave me a warm blanket while I waited as well. Was in and out in less than an hour.','2019-11-07 22:39:23.278000','2019-11-07 22:39:23.278000',5,'Lauren Harrison','https://lh6.googleusercontent.com/-YrRz9wTSVXo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclrnwO9k-p8glDZs_beWJxKN_zgWg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36085),('AbFvOqmTBnvO1dYNUqK7CE59x273N0jaUgbwWIMl_DKG65v6V1W-bVpKnzvbeqjm-Meo8wWAcifOcg','I received excellent care here. I recommend family and friends to this location. Dr. Lindsay, Niki my nurse and Amy were very nice to me.','2019-03-12 00:32:15.730000','2019-03-12 00:32:15.730000',5,'Freda Edwards','https://lh3.googleusercontent.com/-bSky9uGiASU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmU7ZWAQN4cTnUCMamgUGQjgbAloA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30591),('AbFvOqmTcBSc8rETUQ-V-di2nj94FPScfSP9KbleEKo-FfepLLD9yE5TzwVme7JoQnTO3nwlYR2qVA','The experience I had at Signature Care ER was amazing. Ashley S. was very welcoming and worked very fast on not only me but multiple patients. When Dr. Patel, Tony, and Scott came into the room they were very friendly and attentive. If you want fast and outstanding services I would recommend that you visit this location.','2019-12-08 16:54:41.984000','2019-12-08 16:54:41.984000',5,'Andre Murray','https://lh6.googleusercontent.com/-xR2K4LE4fYc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnF9ST6UWQuDyFNWrWLmxJmatgKzw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28958),('AbFvOqmTDg8o2E1WGnTHz1VL9mSgG59A03RU_O6dVkoOQAP-BjP1tkq6BiSlMgztkh4P7j0F034mlg','One of the best ER room in houston, very lovely and very friendly, the human touch is always present since you enter trhu the door till you leave the building, number one in cleaning and very helpful, i brought my cousin with a broken leg and they send a nurse with a wheelchair to my car to pick him up so i could park the car, within 10 mins of arrival he was already been attended, i would definently recommend this place','2019-07-21 22:59:13.977000','2019-07-21 22:59:13.977000',5,'Jose Tubens','https://lh6.googleusercontent.com/-jgP0-aP1utY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnGa8lJGhdrP6DWGL38UGLaffuC7Q/c0x00000000-cc-rp-ba3/photo.jpg','12541597562633926366',29078),('AbFvOqmTDrWNuuhJ-lWYQmyr0iSCGgY8eZ2X--nYHEB87KBptAHZgyJkNvKy0wU7-I3mEK0YjAxl','Staff was excellent... wait wasn’t too long & they are very attentive','2017-12-16 18:56:59.541000','2017-12-16 18:56:59.541000',5,'Jasmine Felder','https://lh3.googleusercontent.com/a-/AOh14GgCPHAkCIko2g8kONs2YhoFD2EQ9PgsugI_IX7Brvo=c0x00000000-cc-rp','14567670160750071148',30929),('AbFvOqmtE5VgZtOqnT0AI5NQMTfoZjO0V-TPY62eUbq67ekoFXEl9iVeayx9zYqrUxQan5T4SUnZRw','It\'s was a welcoming experience, Dee was polite prompt in getting you to the doctor','2017-12-16 18:13:48.952000','2017-12-16 18:13:48.952000',5,'Vonzell Charles','https://lh5.googleusercontent.com/-Gg6klw_u-us/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnUM9Hyma-cwJgNoTFbNakqsq9PNw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30930),('AbFvOqmTE8nEwq57gYmeoMMg3Bm1J_qgJbq3cI74GVb3F8vVtJf_397mbvPBfo3LDVwL2SsVzPO9Qw','Front desk personnel was great! Thank you Cecilia amd Dalal!!!','2020-11-17 17:14:58.159000','2020-11-17 17:14:58.159000',5,'Will Garcia','https://lh3.googleusercontent.com/-wjB7iU5ixvQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckLhoixXp8ZiuElyqzaOGeb_DH9Uw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30014),('AbFvOqmTejqaQHnnVse9lAezDfSJ8Zpd_rxyOd-ixkn64GlsF7HD7VRU-KQQpru7NMQ5QZdlbRRURA','Everyone was great. I was in and out. Tatiana registered me, Brandon Williams and Nicole G checked me in and Dr. Sylvester was my doctor. Everyone was very kind.','2020-01-02 00:36:59.430000','2020-01-02 00:36:59.430000',5,'nick warren','https://lh4.googleusercontent.com/-erZAyg4pWIU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJW7y-zsGt_6zOKF1KYunM2jGOZQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30369),('AbFvOqmtEPloLgO9uNM0spk_bsrAihc9qHmLUax0f88VikawynePQ8lCANIPlJlsk-e0qAra34ZKSw','The service was amazing, and the staff was so accommodating & friendly. Marty Lewis the RN on at the time was so nice & calming & I\'m sure they\'re getting such a high influx of patients, but are handling it exceptionally!\n\nThanks again Marty!!','2020-06-10 19:50:56.788000','2020-06-10 19:50:56.788000',5,'Ryan Smith','https://lh6.googleusercontent.com/--32KdDMj13A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckVRqjC0ijRY-EQFJGskV1N5u3Bkw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38820),('AbFvOqmTez4HHs7-ykZaImgYdgPXg9hL_BvtNYqumKJgg3MoSEKCt_DpB0nXdjqgq7etqWH8WVou','Great service!','2017-12-02 18:57:01.214000','2017-12-02 18:57:01.214000',5,'International DJ Omu','https://lh3.googleusercontent.com/a-/AOh14Gg-YXlWJLklF7KUp0Fk3ZqslwkSaRSiHI0KtBD6tQ=c0x00000000-cc-rp','17394740196501090048',37023),('AbFvOqmtf0BwFoLaAC3KuOO7atdfbPzPrfRbxr8XLHLNY9U1HHAcLlB1jUnpHho8y4mdRLpg7SKD5w',NULL,'2017-03-01 05:32:03.319000','2017-03-01 05:32:03.319000',5,'Colton Rembert','https://lh4.googleusercontent.com/-KDrFd9eNK6s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnhbUS8z_4Elwx7WSZpBHrXla9hUQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35488),('AbFvOqmTF3QbpazlpQrJZfwz_iLgf85RXpWzBwrLOpRAdmo8guVmq4ASXG6NnnWQhcTs4kalH8x1Ng','Unfortunately this is the 2nd time in 2 week\'s I\'m having to visit and both experiences were exceptional! Dr.s Lingon and Elsbecker were very attentive to my history and concerns, spent as much time with me as I needed them to in order to feel comfortable and informed. The nursing staff is excellent! Christine, Christina x2 and Katie took great care with me and were very thoughtful and kind. From someone who gets to spend a lot of time with medical personnel for lots of chronic issues, I highly recommend this ER for top notch care!','2019-10-29 20:31:07.459000','2019-10-29 20:31:07.459000',5,'Catherine Bartlett','https://lh3.googleusercontent.com/a-/AOh14GjxTdOOS5_vIu4R2yn6ou3TfyRss2-ASWfZ7ggr=c0x00000000-cc-rp','16891069708558046635',36097),('AbFvOqmTfBQ9Ce-RG_yErpmuRHku9y_s8qe6WUIuXt55dw0nh61sfcfF8b6PBlFM2Pzd3FEoOLHItA','This is by far the best Urgent care/ER we have been to in the area. We always come here any time our kids or I need medical attention. They’re always kind, prompt, and make sure we’re completely comfortable during our visits! Dorie, Jamie, and Jones were on staff tonight while we were in and they were so great to us. They made sure we had warm blankets for the baby, snacks and drinks for me while we waited on results! I’d recommend anybody come here!','2020-09-07 04:29:06.135000','2020-09-07 04:29:06.135000',5,'Jenna Pool','https://lh3.googleusercontent.com/a-/AOh14GjdstP5T-2CPpBtmwFtXClHDhlHdET6S-2AL92q=c0x00000000-cc-rp','2694018788013845459',39009),('AbFvOqmTfhTLE4Tl7J0O8KNKTuKti5kmj4WhxvA9buzRivhIKOL6-uOQrmH4v1eOR3jAoyzYECKEfA','Fast and excellent service šŸ‘Œ','2020-09-23 16:43:09.799000','2020-09-23 16:43:09.799000',5,'Rocio Cervantes','https://lh3.googleusercontent.com/a-/AOh14GhiJ8DyOOR5IAlI8Z_B83ZmrmO_XXK1oqewCVWqSw=c0x00000000-cc-rp','14567670160750071148',30111),('AbFvOqmTfIpMPe-k2HnO_eYoV_0hZ8PzP3CcHU333T4QYSSFLH-zOmLzkEQlTHH7UtxqZpegVPx89g','The nurse Charlotte L., registration Kayla W., Doctor W. Appiah & technician Elaine M. We’re all wonderful. Very friendly & fast!','2020-10-23 17:44:52.232000','2020-10-23 17:44:52.232000',5,'Krysten Pittman','https://lh3.googleusercontent.com/a-/AOh14GiyI2JpBH6GiMyq-ZA5vrgn7yfHAO7Ak6M7uvH7_A=c0x00000000-cc-rp','17898197009688164559',37489),('AbFvOqmTFRaGD7-780_UxxKQwe10SDXosEEeSSeGTniWjNhMiQac0PDboRXUh1PTBx5zajuNnRZ_qQ','Dr. H and the staff here are amazing! I came in and it took me less than 10 minutes to be seen. It’s nice to see that they aren’t sitting around twiddling their thumbs, but rather they are actually practicing good, effective bedside manner!! This will be my ER visit place to go.','2019-12-19 16:46:33.666000','2019-12-19 16:46:33.666000',5,'Miriam Harris, LPC, NCC','https://lh3.googleusercontent.com/a-/AOh14GiyCRnt4bLicsC9t7I3ttIaEhOubzMe8SOBvdZ4=c0x00000000-cc-rp','8918455867446117794',43157),('AbFvOqmTGDZReUe5itwId-nMeGrzKtGqu75KY-HTYTgL6edESng0k04lNJL34yqEios3rxjbXPLJvw',NULL,'2017-04-12 19:49:32.273000','2017-04-12 19:49:32.273000',5,'Ale Saldana','https://lh3.googleusercontent.com/a-/AOh14GhE7A-X_2Kxbi6iEDLcCywcu_VH1TLSSlb_GEgoIg=c0x00000000-cc-rp','14904078213800803294',32690),('AbFvOqmtgJaVEZn-7fYhD8qq3ws8axXajzJ_D0QN4GzP9YpqzkiEZ8cO793OKDmlkD8DYcx1FAhZ5w',NULL,'2018-09-05 12:40:01.401000','2018-09-05 12:40:01.401000',5,'Jonell Hughes','https://lh3.googleusercontent.com/-BNmh9y7B0DQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckiKJ2c9ZjRf8HJ2IAW3Fnz-6MCWw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43362),('AbFvOqmTgwMuWTzPdOmegcop2VDtn9UEqpZDc8znaQlpQK_CvfJw5hbhaQcPbTpUfB9RHnX81DPxuA','The people here take good care of their patients. They are fast and easy to deal with. They have helped me a great deal.','2019-04-05 14:21:00.237000','2019-04-05 14:21:00.237000',5,'Don Fogel','https://lh4.googleusercontent.com/--tHomoEMU_g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclWXmVuIC7NuPHhiI0PWK4LIm8wnw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32481),('AbFvOqmth05Ujce1Ti_lpcCGKJ0WEUjglhZITl8Z2cSGQdTAKh48Ib9v7PyHUMhvyG2I-KeFKu4eTw','There was no wait and everyone is very nice. Inexpensive and affordable. Dr. Henderson, Alvean, Vanessa, Marcus are very nice.','2019-12-09 23:37:00.865000','2019-12-09 23:37:00.865000',5,'Sidra Sabir','https://lh3.googleusercontent.com/a-/AOh14GiEd8zJQKLZFcyqucOZYrPuJqT3C-mtSr8xh07pFQ=c0x00000000-cc-rp','16389487648212004696',33619),('AbFvOqmtH3o4Kft_f1L5XsJi8MTT5t3gAky4PKkq8hHDZAJR1zvCBGQ6qj-R4h9i7TjwQgb-wECwCQ','I’ve been twice to this place for the rapid covid test and the staff are always friendly plus you get out quicker than other places l’ve been before. A big Thank you to Elizabeth, Gina,Dion and Dr. Siddiqi they really know how to take care of their patients!!Highly recommended!!','2020-11-09 03:15:47.532000','2020-11-09 03:15:47.532000',5,'Maria Quintero','https://lh3.googleusercontent.com/a-/AOh14GgtNgw-aAuW7EctMIO6B_2mYDNh9Mif7wtxuToVMQ=c0x00000000-cc-rp','3511292162159714121',40062),('AbFvOqmtH52QI5VxdJs1xjQAPZM68jekbO1yTVvz7uZ59iEqB3nGK3kKM9lYB7ylDMChvY5hhdISmQ','Quick and fast service,Dr. was very knowledgeable,very nice staff I would recommend this emergency room to everyone!!','2019-11-16 17:53:03.985000','2019-11-16 17:53:03.985000',5,'Bernice Jackson','https://lh4.googleusercontent.com/-IgSoeUqNKA4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnAyLjt-5GvrCR9ElJzIlebuHnCew/c0x00000000-cc-rp-ba2/photo.jpg','16389487648212004696',33739),('AbFvOqmtHvLVe7OoHXy0JbK54smS1aXdLxlt2QvjWBBvtE1yOEftuI9iJNS2XF6f1ymg3eys3ZD8ZQ',NULL,'2020-08-01 14:31:38.280000','2020-08-01 14:31:38.280000',5,'Ingrid Paiz','https://lh6.googleusercontent.com/-L73AY4T7nr0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3FI7aGKJeTw1Pwn8mo3ke3EhF3w/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36544),('AbFvOqmTi4WHt3tJ_Hr_tAM_2KImo_UC2D2nO3d-FzsOzkdd_xcqYIl71C5paFLMzJHuvXIU10Pu','excellent fast friendly staff. better than most by far!','2019-02-27 02:49:00.947000','2019-02-27 02:49:00.947000',5,'Tim Soto','https://lh6.googleusercontent.com/-ggIx15x44DM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnlV9KbVhgEiBbnQzMHaEWy2c7wvQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30598),('AbFvOqmTi5ugzVYWW6s-kxRQ2apQui3qN0zgxi7NzcRKHHVX1fXvCAn2gtZoYnHw9BpK_d8iSfUajg','Recently went to signature care off Slaughter... As soon as I walked through the door I was greeted with a friendly face. They took my information and not even 5 minutes later I was in the back in my own room. They asked if I wanted anything to drink, and provided me with a blanket. Turns out I had tonsillitis... They quickly prescribed me some antibiotics, and gave me information about the signs, symptoms, and was to treat myself. They were very nice, and even shot me and email, and called to see how I was feeling. I haven\'t had any other place do that before! TEN THUMBS UP!','2018-12-10 19:47:11.543000','2018-12-10 19:47:11.543000',5,'Andy Medina','https://lh3.googleusercontent.com/a-/AOh14Gio6W2_d1rSDL6SYYVS9WYlXHnwSiwx8HK_mIn8hA=c0x00000000-cc-rp','16891069708558046635',36312),('AbFvOqmtiEZ0yJLhXtTzugwcWj8qbZDG93Z0DICXxFmfDatZnmg1Fqam6AXsa-L0udbG7UbfiLSc','I had a great experience here the staff was nice and so well organized you would\'ve thought they were 1 big family that cared for others as their own family. Jennifer Diggs gave me a warm welcome soon as I walked in John Bell greeted me and made sure that I was very taken care of','2019-07-14 15:44:07.420000','2019-07-14 15:44:07.420000',5,'Shantae Brooks','https://lh3.googleusercontent.com/-GVJ0ysK3r1A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck76i3os0IdeTCen9t5lUpUG_X7Tw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42027),('AbFvOqmTIJbqT6NXDIHw_ImGsI9kQjd9x-BKotdsJ8x6ki7pWdc4A93AamR9tPMwebWWMMDXsUAp','Very quick to be seen and get results. Everyone is very nice. Dr. Carpenter and and RN Jennifer are great. They explain everything really well.','2019-01-17 23:59:11.167000','2019-01-17 23:59:11.167000',5,'Tanner Inman','https://lh4.googleusercontent.com/-JENWlwevVQw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclt_O_dI3xuRnSpBvzsaBC9es4DVA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39956),('AbFvOqmtiK2CETcSB0c1eAFY8yloL6CwJQcEHGM58G_5bPYITB5brfiZJCEGKbV-ub7yIL512UAezA','Dr chambers and his staff consisting of savanna, Lisa, Jaime, Andrew, Lisa and Saundra were amazing. We took my elderly grandmother there and she was treated like royalty! Thank you all so much for getting her to feeling better!!!','2019-06-04 22:53:12.392000','2019-06-04 22:53:12.392000',5,'Dejonna Haneline','https://lh5.googleusercontent.com/-VqpXMK6LUlQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclULZ9TqhfImsJZzbe2UEaB-2kaGw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29829),('AbFvOqmtisseQz4y9IwA_i3Mk1nESov3u6JWyQ_wtWeGuVkOH-mtLyRJyGe5QvxIL7OHMkE68fBRAg','Everyone was nice and made me feel so comfortable and seemed to be concerned with my issue..I really recommend for people to go there when you have an emergency. They really take care of there patients..','2017-11-07 12:07:41.920000','2017-11-07 12:07:41.920000',5,'Flor Avellaneda','https://lh3.googleusercontent.com/a-/AOh14Gge_eOgsIo5OslvFLqjDucw_6dBmzGbygeNuRJj=c0x00000000-cc-rp-ba4','17394740196501090048',37037),('AbFvOqmtisWPsrrHY0nCKOzetFnMBDCZKu5n2AlycTYtw5dooufGmXGvxyAP5PLnka4LcbYipPEN9g','Thanks Cody an Nydia for your great service','2020-07-28 18:56:09.938000','2020-07-28 18:56:09.938000',5,'Javier Cisneros','https://lh6.googleusercontent.com/-1FyAQGcb7pA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmwfXpkSvdkIe59Df4kZTDbt49QmA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38733),('AbFvOqmTiVZ5S3fQmthmwGgMuD8fc7y7gNzAy6g9P2einymMoKJYDOwc0G9Nc1lDkQ2Mrxzx6lIC0Q','Dr.Edwards\nRN Karen\nRegistration Kim\nRT Gunnar\n\nStaff was so understanding and patient with our family. It was a wonderful experience during a difficult time. Would recommend that everyone comes here!!','2019-11-27 21:24:06.651000','2019-11-27 21:24:06.651000',5,'The Man Hines','https://lh3.googleusercontent.com/-kES6FTE948E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnHvkcfkGUqKHyu5hfvlRbZzDwyPw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39762),('AbFvOqmTj_VKM9J9K36nxfsk19MrPlKsPk19Eo-oeO5NZ4Ul_Oj41SyrwccDx4txOwdxTF9H_GtF','Amazon staff and quick even going into a shift change\nQ, Sarah Fatima, Matthew and Tanisha we a great team.','2019-09-13 00:20:24.693000','2019-09-13 00:20:24.693000',5,'Kimberly Briones','https://lh3.googleusercontent.com/a-/AOh14Gjvf_Na-wVq6iII47f3rP-NQvIVmlnjK9G0LiIgnw=c0x00000000-cc-rp','17898197009688164559',37996),('AbFvOqmtJ-SUqDJilW7BtFNWnUTGGOCmMd5nOyoDunqbYxZeZtHH6y6RLUIqaWzWE5R6LTpYs3Ci_g','Staff was very exceptional. Definitely recommend in the event you don\'t want to spend hours waiting in E.R.','2018-03-10 01:30:09.925000','2018-03-10 01:30:09.925000',4,'Shawn M','https://lh3.googleusercontent.com/a-/AOh14Gh1zJDp2ABPN_ZlWHJj1-nP3qqQyIQbwqAJK8VwzQ=c0x00000000-cc-rp-ba3','14904078213800803294',32600),('AbFvOqmtJv9C0KaQ7vrlBFvzvl4qiVGOTddP2YFeGp_KDkXp3-CVzGhXRrCAiEu8BFUDxBBcFkl2eg','Love this place, my wife has come several\nTimes for different reasons and the service is amazing the staff are friendly and the facilities are beautiful! Dr. O’Malley is incredible! Rn: Dana was so sweet and very nice to my wife during her stay here! 5 stars would definitely recommend again!','2020-01-25 03:03:36.859000','2020-01-25 03:03:36.859000',5,'Andrew Bujan','https://lh3.googleusercontent.com/a-/AOh14Gg6q5iZYshsqmjmSd6OOsfTo-_tUWPYWfUJeRvk=c0x00000000-cc-rp','16389487648212004696',33457),('AbFvOqmtJVP56rVmNBqemBzCv_eTlhZFQ7-lsxPQElXxbYe76hckT_AlHgFBmOLaRnUlnkEZxd6p9g','Prompt, friendly, and thorough','2019-02-17 15:08:44.308000','2019-02-17 15:08:44.308000',5,'Haleigh Jones','https://lh3.googleusercontent.com/a-/AOh14GjDgulnscHyO8gZzjgNV_Q4Fr2x0bJP-jgKmbvgwBo=c0x00000000-cc-rp','3272657195432704501',39915),('AbFvOqmTjZaJqHDNKwZrfqHRxTQJABZ9QrVB6cafB8WwcPV16g-3Fb1DrzOvT-bj4xxrvuAaXhUA','Jessica s and dr patal were awesome all the nurses were the best good ppl thanks','2019-08-03 04:15:49.210000','2019-08-03 04:15:49.210000',5,'rene larreau','https://lh3.googleusercontent.com/-2DiG2v4kJz0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucngIBhiMgcD2L7YLYeIE8LF6WB7qw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41631),('AbFvOqmtKA8jXjGVsp07GfRyoTygm01jrPil9TazhhuwgEd7vOXqJisplUv5k-3WuALWaQMtFHFGog',NULL,'2020-02-05 21:38:17.789000','2020-02-05 21:38:17.789000',3,'Kaci Thomas','https://lh3.googleusercontent.com/-TikQFkr2Rvo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm6Vk0ks6JSjcdxHdw3fDZCPe8x-w/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39638),('AbFvOqmTkFmA3ylmScTOhneYvmA59D8hUe2FqVnPxTPUtvm40rfa4RtSYdtTTTevx-OmF13wtH41vg','Attentive, quick, and answered all my questions. Highly recommend coming here.','2020-10-04 18:30:19.650000','2020-10-04 18:30:19.650000',5,'Robert JS','https://lh3.googleusercontent.com/a-/AOh14GhhopaFOOpXoEK3NlAw9kMMSyWETYLhxXh7yEbm0g=c0x00000000-cc-rp','17898197009688164559',37524),('AbFvOqmtklO-mMEpFkm1YlwfEdPBgrdwFWqHcRqzLBumAFkhyIgj3uJiRIZYo0OYO2o5AoZO2g3L8w','Great overall experience. Very friendly & helpful! Dr. Kimball gave great information about how to treat my symptoms. Brad, JR, & Ashlee were very friendly as well! I would definitely recommend coming here!','2017-01-27 23:56:23.186000','2017-01-27 23:56:23.186000',5,'Bailey Scogin','https://lh3.googleusercontent.com/a-/AOh14GgGjg_8Fk1R9iXQ_ewMHZV23w5J65i7wn_IEEIq=c0x00000000-cc-rp','16590124370714063921',35519),('AbFvOqmTkTDNXtddJZIV8WTSMTIvkl3zO9Mhj7Xi4Ev1KjRINkjP2gins5pNwBa8h3jiOa_Q-pHSyg','I went in last night and they were really nice and helpful! Especially my nurse Selina.. I Love her and she works the nice shift. I would recommend them to anyone.','2017-09-21 12:01:17.500000','2017-09-21 12:01:17.500000',5,'Bre\'lyn Landry','https://lh3.googleusercontent.com/-2a13RTI5gTY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclxtl2qwTQHOmhducf7pntGTX3OXg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37071),('AbFvOqmTLDKk-WuygVlKm9bAV-UFGlAN9oHZDWXlvAQiYabDVbMkjN-a3n9ltxoU46DKssU663rQMA','Everyone was super nice and friendly! They made sure I was comfortable at all times. Thank you Dr. Cavallari, Delicia, Karen, Sonny, and Jazz!','2020-10-17 21:36:11.485000','2020-10-17 21:36:11.485000',5,'Samantha Johnson','https://lh6.googleusercontent.com/-BAkS9Homp6M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckGgrbJBgDfk9rd26HJ0Kk39Cb0Jg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',44719),('AbFvOqmtlDZij1sAosm0iznhDgyyAPi9BSKt4f7vRHBeKgf_ysaR-H-1_MvDPOlFRlx27btvdEJD9Q','AWESOME, QUICK, AND CARING STAFF... Made us feel so comfortable and were so helpful 😁','2020-02-23 01:26:07.872000','2020-02-23 01:26:07.872000',5,'Crystal Carrillo','https://lh6.googleusercontent.com/-wPgqzA957RE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTmM1343B4LbVXpVpFQCK5t8HJXw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41462),('AbFvOqmtLhP21x5bs8biECq-EG3LTOq5oJx0z0HkkcmQRIyao5MMDG0WJ4RLppruyEAjfcP_Vuvn','Mike and jemilat and Nydia were super!!!!','2020-08-06 01:15:53.036000','2020-08-06 01:15:53.036000',5,'Carolyn Reeder','https://lh3.googleusercontent.com/-OmYRtcOyUpI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnrbTH180NJFJ-KCLlnUEogSewPPw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38637),('AbFvOqmTLm6Q7wF5iSPpefAJZJcD7Ue3fLkLXjfae0ZygnDOH8qRUrd7hsgfORGyKUQy4ShObQ74LA','Quick and great service!','2020-01-09 09:57:35.788000','2020-01-09 09:57:35.788000',5,'Karson Brown','https://lh3.googleusercontent.com/-c1mBPAtDyiQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8Z9v5h7FYiH_mWp8-z0vYNSYvkw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39721),('AbFvOqmtMBSzoPn75mENSZSAtjT0MUcpufjGflbp1RASY6tHXIsebcioDz7T2t6hl4iqRLphGr98','Great experience fast and easy dalia.r and julesia.h took good care of me got me in and out quick','2020-08-18 15:40:32.093000','2020-08-18 15:40:32.093000',5,'Alberto Nazario','https://lh6.googleusercontent.com/-OhnCONToP6k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTYaR9-XTSParQfln_wbQSkvSOzw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42931),('AbFvOqmtMus2OtEA-ak3i9Yv9U9eSUJ_eyQt3WzZR7Ro_RI5pv0nhJCf3y6NgxXsokaXxG1Wbm6cKw','Very friendly staff and a very comfortable visit.','2020-12-25 18:32:15.985000','2020-12-25 18:32:15.985000',5,'Michael Riddell','https://lh3.googleusercontent.com/-IQUCKIMB5TA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnC39O1onnMTsORNXf7phqZfI-DtA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44645),('AbFvOqmTn-J41WFY4UNDsKFsnc3qv9tns7sxLUhQV3umtQkACXAlRdQ52_jgEg3hJx7XIIxRftmywQ','(Translated by Google) Ekaterini, Jocelyn, Dr. Farogi\n\n(Original)\nEkaterini, Jocelyn, Dr.Faroogi','2020-01-27 19:56:34.787000','2020-01-27 19:56:34.787000',5,'Savannah Montes','https://lh3.googleusercontent.com/a-/AOh14GgTRdexaWgmNtNCBz8TexzawqNNDbZKGpGDK3qAiw=c0x00000000-cc-rp','16389487648212004696',33440),('AbFvOqmtnhdW0-uAs2xqEmGrxK_ILA7MsSe3fMh9Ipymg2GxL7f4TXDXd5RCD0VmrU4mCdJfJYeV',NULL,'2020-07-14 20:27:03.168000','2020-07-14 20:27:03.168000',1,'wyverne isiaih','https://lh3.googleusercontent.com/a-/AOh14GiM2aLm9uH8n--oSvUUH5iutHIkXmu3yBDXMr5R=c0x00000000-cc-rp','3272657195432704501',39542),('AbFvOqmTNmBaMpx_zVV3luZ-X1AJpwHJChrBtYq-NIk1AKOzj3hFpuOdTqwQpjsQoq8MBF0r2zbc','Friendly & Profs staff and their service was amazing and super fast! Highly recommended!','2019-02-15 17:07:25.016000','2019-02-15 17:07:25.016000',5,'kraig jackson','https://lh5.googleusercontent.com/-KeSS-Ug8gHs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLhzyBdcveIxOzfKsWaDjZX2zLIw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32498),('AbFvOqmtNt1IGUMR5X1B_ff6OSea6UQ1yMy1KeMoamEBvWADosTwG6nSFWB7nu9CH-Uapsvej_WVZQ','Flu season and of course I catch influenza right before my trip to Mexico. The staff was super professional, and very responsive to all of my questions. I came in with a fever at 103, by the time I left it was around 99 which was a huge difference. Great and fast service. Maya the receptionist was so helpful checked me in early','2020-01-16 16:32:20.554000','2020-01-16 16:32:20.554000',5,'Tanny Broaddus','https://lh3.googleusercontent.com/a-/AOh14GgAXN1UzlXZeH7lgPOgGubwZFetbeXxmN2zdMtNMw=c0x00000000-cc-rp','12541597562633926366',28819),('AbFvOqmTO0Aa3NKdEPRRM4OeQC-oJHliFnA6_H1sgb5VTk4ec_oeterou_WMNs_LmpgZEk0rlHIy_w','Everybody here is very charming, caring, uplifted souls and I would highly recommend them if in the area. Spectacular work from Alvean, Luisa and Rick!!!','2020-12-26 19:58:49.693000','2020-12-26 19:58:49.693000',5,'Chris Kilanowski','https://lh4.googleusercontent.com/-OJx9gGLHwcM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckyWXjwhsmlG5vk-2eNnKyhipj4qQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',43883),('AbFvOqmTo13E-Qe_u7htvIDO0CviMAP27ehXISUANuyntaZUIGf7QDN1iQCybca8McWxOxXMESdR4Q','SignatureCare Emergency Center is the most positive healthcare experience I have lived to tell about. On two separate occaisions there was no waiting before professionals began attending to me. There was no appointment needed. I could walk in anytime 24 hours a day. There was no crowded waiting room full of sick people. The waiting room was empty each time. I walked out of the building after the first visit thinking WOW! I should buy stock in Signature Care.\nPlease allow me to thank the all star staff from each visit.\nFirst Visit:\nDion\nOlivia\nHamzah\nMercedes\nDr. Nyland\n\nVisit Two:\nLeslie\nNurse Laura\nIwona\nDr. Edwards','2018-07-06 17:46:36.136000','2018-07-06 17:46:36.136000',5,'Ajax Rents','https://lh5.googleusercontent.com/-9LgA_dLIwHU/AAAAAAAAAAI/AAAAAAAAYvw/AMZuucmerZveEBudrMXaQ5u-HlWxLhOtTg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40925),('AbFvOqmTo7o9txvJQzqXUHjU3D4wFBjmNvJ5gVl8a3Pl8BIQ9MwZ1W5a4ftmzX3qpU8U3_oiu_m8bg','Valory and Lacey we’re GREAT!','2020-11-23 22:54:58.824000','2020-11-23 22:54:58.824000',5,'Diamond Turner','https://lh3.googleusercontent.com/--QmvSBqRQ_Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-EqshshTbhLTfZp_2sMJqiBf6JQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32887),('AbFvOqmtopWGwtZ4m7pen930d9pPGte43Sv6jvEiC-LqV_h6Y531qBZJusGmtChmAsuykMZ5aBtQ','Great place always easy process','2020-12-06 20:03:06.183000','2020-12-06 20:03:06.183000',5,'Bryan Brown','https://lh3.googleusercontent.com/a-/AOh14GiDisLiotJ3k93qIDDh6dO4G9Upv1JB-ZD7UFXbtA=c0x00000000-cc-rp-ba3','3511292162159714121',40031),('AbFvOqmtoScTeq5zCmSfb9yia6NHHGaUskKmKEr0M_2Q5KoDlwwAm6Agh8c9Pg2OV49r3TM82NyK','This place was amazing. Fully equipped ER, with small office feel and comfort. Was in and out in 45 minutes!!! That would never happen at a hospital ER, ever. All the staff were very warm and friendly, and took great care of our patient that we had to take for an x-ray. Highly recommend Signature Care. And Adam was very attentive and friendly.','2019-08-29 18:33:19.045000','2019-08-29 18:33:19.045000',5,'Elie El Hage, DDS','https://lh3.googleusercontent.com/a-/AOh14GguIoKP2f5RrObjK9zc3-I4VOIUZV-6mQ2LuFMNvQ=c0x00000000-cc-rp','16891069708558046635',36139),('AbFvOqmTOv_kKnSa-Yqe85QwA8bTc0oMFlBCLWPXi8TeafQXwoYtgAc5vXVr17G6-Ri0dZZBj_2Org','Came to the clinic late at night very nervous about my situation but the receptionist (Rashaad and Sindy) were friendly and upbeat considering the time and Dr Wang explain to me in detail on what I should do. I left the clinic in relief!','2020-02-07 05:29:37.797000','2020-02-07 05:29:37.797000',5,'fernando marquina','https://lh3.googleusercontent.com/a-/AOh14Gicgtl24URq0AVks14HRITqldrd8Cnn-il_N2oD=c0x00000000-cc-rp','17394740196501090048',36632),('AbFvOqmtpgf-Z5-lp6PTwSfOrazinwcffgVCZ8MomVU3BpjMDEIL6dQ_kH1-vMiaP96koKAuWbVN9A','Shaunda, Ricardo, jennifer and aileen did a great job! Highly recommend this place!','2020-06-10 22:29:44.825000','2020-06-10 22:29:44.825000',5,'Maelyn Taylor','https://lh3.googleusercontent.com/a-/AOh14GgbgX8Y4Aag88Mz4C8OYTKVhbmEydmiVTK64Awy7Q=c0x00000000-cc-rp','16891069708558046635',35887),('AbFvOqmtPOuUeAO7YiZnxuB9jVR-Ctpwv-BdQWBInt51LRzkoWYEh60xyKM2EbcVcJ0E1AgcG-g9','I always come to this place any time I am sick. Every time I have gone here, there is hardly any wait time (which we all know means everything when you are sick). The front desk clerk is always warm and welcoming. The whole staff is amazing! I was seen by RN Shelli and Doctor Lingan. They both took time to listen to my concerns and address my needs in a timely manner. I always there leave feeling like I received the best care possible!','2020-03-01 17:57:57.939000','2020-03-01 17:57:57.939000',5,'Kelly Barton','https://lh3.googleusercontent.com/a-/AOh14GhMHEscmT7ER_zpiQoVAa1pppk88jc58fE17E1y=c0x00000000-cc-rp','16891069708558046635',35945),('AbFvOqmtPwtZx9hKOLCWITfu5femKkQ-Zx3pU0ZH-JZ2YkSIiV9-GmtXsyV_h2MRqScMIZaNK-39','very professional & clean if I need urgent care again, I will return!','2019-10-04 18:11:58.050000','2019-10-04 18:11:58.050000',5,'Arias Featherston','https://lh3.googleusercontent.com/a-/AOh14GhCor3C-tEUPvzp1JnfYXHIxBjzvi551KdM4unVJA=c0x00000000-cc-rp','2694018788013845459',39251),('AbFvOqmtQbK_s9R1maugg2_yUZYRwAeHGVsC5kCV2CdseABh6DoWkd9D_EX6En2ogFNivplgC9GMUg','I had a great experience at this location! Came to do my antigen swab test! From the receptionist to my Nurse April to Dr.Das EVERYTHING was perfect! Great customer service and very friendly environment!! Great medical attention I most definitely recommend this location to anyone!','2020-07-31 20:24:29.701000','2020-07-31 20:24:29.701000',5,'Alex Corado','https://lh3.googleusercontent.com/a-/AOh14Gg0BrUGOUL3y4NfbQqpGcTej4UPT7WPRrm9TBDHyg=c0x00000000-cc-rp-ba3','14748677429039074158',31822),('AbFvOqmtqiXQtyXpDGyBN33-kMzPUC0kWc7x3ji2RlQcZA91ju4i-R44cfqjYOeGhWMaFKYMcoht','Dr. Harjai\nAlvean Nurse\nTrieia Radiology\nElida Jasmine Registration','2019-09-05 14:21:40.210000','2019-09-05 14:21:40.210000',5,'Latasha Ligons','https://lh3.googleusercontent.com/a-/AOh14GgonHzkb4HkUvdfE4cqgnuNNSyPxfK2-WEd3OJiwv0=c0x00000000-cc-rp','16389487648212004696',33999),('AbFvOqmtqR522K9RT5FhPoq_8dUEb7EqQRuNO7R3TPWt4NBw8va-gu2aNtKJ902yq-sy37xke6uvLw','Very clean facility, Dr. Ding, rad tech: Rick F. Nurse: Blake H. And Ashley S. Took very good care of my friend. Was the best and easiest staff I\'ve experienced','2020-02-01 17:03:13.677000','2020-02-01 17:03:13.677000',5,'Geoff Lary','https://lh6.googleusercontent.com/-ZWSgKFTKuO0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-JVBvm_Py5gg77uR6ZZG8b6NGvA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42462),('AbFvOqmTquXvVoZGv9uM2FCkK-lfE4emkskmcCtc6Y3hQRnVQSZ9C-Us8xGpb2tHM5_NbZORr5Ldiw','I always have a good experience Nurse Irving and Doctor Edwards was really nice and helpful.','2019-09-01 00:19:41.465000','2019-09-01 00:19:41.465000',5,'Mimi Wilks','https://lh3.googleusercontent.com/a-/AOh14GglnFUxqXvYP_6HlUKkM3-t7-Ib_O90dFq4M_EUJA=c0x00000000-cc-rp','12541597562633926366',29036),('AbFvOqmtqV_uOqFZvgribwEDqAOylPD3ysC9_B7nOgh2FLJFGWgCVlYAbj8TJBndPwizxDAYttVr','I was blown away by the service! I was seen in by a nurse and doctor within 5 of being there. Everything is so clean, nice, and professional looking. The staff, Dr.pham, nurse alvean, radiologist Marcus,ER tech Keith and vanessa at registration were so kind, welcoming, and helpful. They made sure I was informed of everything I needed to know, gave a nice warm blanket, and made sure I was comfortable and not in pain the whole time.','2019-11-19 20:30:29.120000','2019-11-19 20:30:29.120000',5,'Allison Keith','https://lh4.googleusercontent.com/-svxrsRk9RgM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDXlmYyVrs5UmfHKhsd8lrH6c86w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33717),('AbFvOqmtRDUYA0SXcyMbuhZdrFIV5Vvh9s_YMxaNXfaOfC_PQvyq5IxgY30oiqKesLpkC72OJIyC',NULL,'2020-03-06 07:37:21.012000','2020-03-06 07:37:21.012000',5,'Kate','https://lh3.googleusercontent.com/a-/AOh14Gh4ZqkWtjPmioJy5CGKbNQp3unzyt6vItwZGKV7=c0x00000000-cc-rp','16590124370714063921',34318),('AbFvOqmtrjs-LuPnHelgBwI2xTwzuC9q_FsSM34MrZLXRBQjo2jiM2tuO8IfQ3K0lCHNrM7BNGBrqw','Thank you to Dr. Dang, Kayla, Edna, Tammi, Janet and Fanny','2019-08-28 14:06:44.359000','2019-08-28 14:06:44.359000',5,'Andrea Matis','https://lh3.googleusercontent.com/-yKscFihnBTg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclqjDC4tRG0FXTDS4huflRTZGVmpA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36717),('AbFvOqmtsa6n4RaXiJipl340aQ8QJf4bnB1GIWvGlOxWPI-rXQ7mwJ6NPTQQNd27v8yiQ5IWImdu','Dr Tran has the worst bedside manner than any doctor I’ve ever seen. I came in with a high fever, body aches and chest pains. I was not offered fluids or an IV and laid there sweating through my clothes. I was not offered blankets and had to go to the nurses station to ask. I was questioned about my autoimmune disease like it didn’t exist. Dr Hannah Tran and her staff should not be allowed to treat patients. The only person who had any tact was Nurse Connie. Do not waste your time going here- go to a real hospital. Worst $500 I’ve ever spent.','2020-01-03 18:45:13.348000','2020-01-03 18:45:13.348000',1,'Emily Dunn','https://lh4.googleusercontent.com/-z3qHuYFJ1cM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnLYUPzxntuXAL-8ZDZQOlwjHgbqQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39165),('AbFvOqmtsJc6UVvUZdr44v0AkL2cpsJyjgokeQm4_T8mWYPj_C19uRZaxri40B8TgNwTzAbuipNeMg','This facility overcharges to the max. Before my daughter was even seen by the daughter I wanted to make sure my insurance was accepted. I was told that they were an in-network facility but come to find out on my EOB, they are actually out-of-network. Mind you my daughter had an allergic reaction to some bug bites. Over $1700 for some advice, something similar to Benadryl to reduce swelling and that was it. No patient bed or any other services were provided. I\'m extremely unsatisfied with the way the financial aspect of this was handled. Only reason I\'m giving 2-stars is because the liquid medicine did help my daughters allergic reaction go away.','2018-06-20 14:07:45.916000','2018-06-20 14:07:45.916000',2,'Andromeda Williams','https://lh6.googleusercontent.com/-KcLy64UH2jc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckoxLSObKYUPbny_k6WYA6i_zbWMw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38371),('AbFvOqmtSmlo4TWpFMf-nPqHk2Rh5-HJYI1USYe_lTdmtzEtRRBOJzo8wlru7eEyLHrTMhqYpNCKlA',NULL,'2019-02-22 20:24:46.909000','2019-02-22 20:24:46.909000',5,'Joseph Villarreal','https://lh4.googleusercontent.com/-dsNSZPrgeJU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmujNB8T7oqvq4u-aTjO-s94x8rbw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42137),('AbFvOqmtST9bKAdQQRDYkAuCM50qqUXJlsV5TACXl4nABnS7_0isqt6-oyqSnGQXnqYa8M80KvvQ7g','I visited SignatureCare for an x-ray and was in and out in under an hour. They took me to a room and were checking me before I could even finish my paperwork. The nurses, doctor, and x-ray tech were all very kind, attentive and professional. The facility was very clean, quiet, and my son enjoyed the snacks in the waiting area. I would highly recommend this ER Center and wouldn\'t hesitate to return again if, God forbid, I have another injury.','2017-05-09 11:49:49.769000','2017-05-09 11:49:49.769000',5,'Kristi Callaway','https://lh3.googleusercontent.com/-lbj42b0jd90/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnYkhR8Y-Jm01355ZXPIbjndcFkSw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32684),('AbFvOqmtTDU_nYWX5IwGC0Rp82d5Kwalmyp1DnORXBKDvsYKW7rHR20rl86_3UaDJCHhU7XVgjNBzQ',NULL,'2019-05-21 01:29:18.385000','2019-05-21 01:29:18.385000',5,'On my way To hell','https://lh3.googleusercontent.com/a-/AOh14GjWIhYg7ucWP-efumZDocQT8a56bMHpMMkJAU31=c0x00000000-cc-rp','6521947413723274945',41728),('AbFvOqmtTwog53jytgV9_H_7Q2xFepidPseom_t0S1iR_DpHZudimQLN2l-tgoeczJ-cq6V4yJiB0Q','Very courteous establishment. Sam and Cody are nothing short of first-class medical professionals and made the experience of being in an ER enjoyable','2020-08-18 18:38:51.901000','2020-08-18 18:38:51.901000',5,'Logan Henninger','https://lh4.googleusercontent.com/-w8Q31ytr5mE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcN51XdMl4qK2-ncqdDaM6HXlfZQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38577),('AbFvOqmTv2pCjF1PA1NH6x3TmYvRT4HhAk3vhDc4u0zrft-oawscx2v9UdWnwMDd6jh_9kLktibvVQ','Incredible staff, clean space. Unfortunately I came down with the flu on Christmas Eve. I went to the SignatureCare Emergency Center that morning and was quickly seen by Dr. Rose and her staff. They were extremely informative and friendly. The place was very clean as well. Additionally the manager of the Center called me on December 26th (he said he usually follows up the next day but didn\'t want to call on Christmas) to check on my progress. That is next level customer service. Highly recommend if you need quick care.','2018-01-09 15:48:16.105000','2018-01-09 15:48:16.105000',5,'Tanner Nall','https://lh3.googleusercontent.com/a-/AOh14GhKJiWvEMC-lFZ-xl5r933jZn2kX_uZEy-HIeam7Q=c0x00000000-cc-rp','16891069708558046635',36449),('AbFvOqmtv6ZCVOdpK7TyMy66H9WKyXoiwfMldGAFK4C-cmoASbnh5gqI7rFcgVQpPd4UOirMzQPa3Q','Service was quick and efficient. Was greeted with a smiling face and assurance that they\'d have me feeling better. Dr. Chen was amazing. He addressed all of my concerns and was sure to explain my treatment every step of the way. Had I not felt better I even had the option of staying overnight to he observed. All of the nurses and staff were very friendly and attentive. And by the end of my visit I was feeling better. When it comes to emergency care, it doesn\'t get any better than SignatureCare.','2017-11-05 14:41:34.968000','2017-11-05 14:41:34.968000',5,'brittney mcgowen','https://lh3.googleusercontent.com/-PFmhmfBWwDI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmIqrnYnWNF1aKV0L32M2yTudHZmA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40996),('AbFvOqmTv72mG6ZGk6-FB-3uE712G9dV3BH_D6uQMDyy6Ct_2kuJr4RrXWiN-D_I9AleTOVQXRsc',NULL,'2020-12-20 15:00:16.025000','2020-12-20 15:00:16.025000',5,'Cleo Hughes','https://lh6.googleusercontent.com/-gtHMH46Mqic/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckWehi6_VbHdldMP83sFXDXAh-uwg/c0x00000000-cc-rp/photo.jpg','15979470999169074295',32806),('AbFvOqmTVakKfJSuLWx3mVoHh94ESivC33LS-AG3ww7h1LEPwHvnDvqbV55tZ_hX6SCrempYpGjc','Very professional, and the people on duty polite and kind.','2020-07-22 14:16:44.143000','2020-07-22 14:16:44.143000',5,'Cesar Pineda','https://lh4.googleusercontent.com/-ve4l77cGr-w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmyLeAq01SW1AgNNpyhpWmTkTpozA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30159),('AbFvOqmTvgMU_QiSEGldpT-nhe8yG-R25EXU2_scJYmqnTW5HyJRJRqw_eyrTziBU7qJfvM2FniZ3g','Staff Was Very Friendly , Quickly Attentive , Doctor Miller Very Awesome ! They Make Sure To Get You The help you need .','2020-01-01 17:56:59.402000','2020-01-01 17:56:59.402000',5,'Sabrina Mejia','https://lh4.googleusercontent.com/-NxeUcOdVFZQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjYk4xYia1_aqpEZuQ0j_4mvmkwQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30370),('AbFvOqmTvqpOqT57BkilcYiCLP4UoNC0NdSUDdeZVCF-_8j3dsSbk4euxqzBaZbSbF2Ohz7q9-iQ',NULL,'2020-07-26 01:20:01.135000','2020-07-26 01:20:01.135000',5,'Olga Zermeno','https://lh3.googleusercontent.com/a-/AOh14GgLLp1OjX_GVxVRMH19osYp0oPAA7r0B_ANfJS6VO8=c0x00000000-cc-rp','3511292162159714121',40223),('AbFvOqmtvt3-B4CaxVqj68iJP6Gj_NgXemx43-RsX4eTXh3PFmnXy0U-xFM_2SXly_4syT6Jgbl3','I have been here 3 times once for me amd twice for my son. Service is great, place is amazingly clean. In and out quick. Perfect!','2017-12-14 05:07:41.228000','2017-12-14 05:07:41.228000',5,'Alejandra Arechiga','https://lh3.googleusercontent.com/a-/AOh14Gi_0kSLdgXNGR4GFMZsxqYIAdlclev07AJ2NzbL=c0x00000000-cc-rp','8918455867446117794',43448),('AbFvOqmTWA0lrDLhQCs0jL4PPSCPvE1q3EKjcbtTnVaBhneUwSXb7wukaP9zxTPAIwWCm6Kw26Zd','Incredibly friendly and extremely professional.','2019-12-10 07:23:05.097000','2019-12-10 07:23:05.097000',5,'sam english','https://lh4.googleusercontent.com/-dv8-I43RwHo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmGpR7RaP1cLiPYWfoVwy9lD-fnpQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40376),('AbFvOqmTWa1zP0u4TwBKlDXLRuZfNw5fiSR85VNMaTbthZH0lrGqCT1hPuF0TksxnJmfQTvFKYSAdA','Very nice and really caring awesome workers thanks Mrs.Danni','2021-01-27 05:03:00.035000','2021-01-27 05:03:00.035000',5,'D GAINES AKA MR. POWER UP','https://lh3.googleusercontent.com/a-/AOh14GhokFnlZ3FIELiOw7ZzHKh_1HuvTBG42f3gd4KulA=c0x00000000-cc-rp','8626688543755174284',NULL),('AbFvOqmTWhSks04fQUcHH68E9WvIyvBnOQ8xscm34pLp8Hi62bJW4pFGRtZexx17ZSWWH5L1t6-Y4A','This is my second time here, both times the front office were very polite and professional. I was very well taken care of by Zachary, Brandon, Nicole and\nDr Grimblatas today.','2020-10-29 00:43:04.688000','2020-10-29 00:43:04.688000',5,'Dora Lopez','https://lh5.googleusercontent.com/-36bUH4i1D1I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckPcl71LG7qvtF9fmVbKL1VxqLqLw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30039),('AbFvOqmTwqbv_tA2Ss6_mFzwTCe4XUHHt4aTsm7VTrn46JxEw0R9GWvrUee_oC3g6kpoHHfGLSVX','This has been a very wonderful experience. Dr. Patel, Nurse Alvesn, Radiology Tricia and Registration Jasmine has been very kind and helpful. And another thing is the wait time is great 5 minutes and already was seeing people do their jobs.','2019-10-10 20:49:42.261000','2019-10-10 20:49:42.261000',5,'Yvonne Sophus','https://lh3.googleusercontent.com/-kIXQHrHDf3c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckyQ6SaZQ7vB_wo60r8-S_CbnjzzA/c0x00000000-cc-rp-ba2/photo.jpg','16389487648212004696',33885),('AbFvOqmTwVYnDxewODeA5u6UsuIc34bSxGZK_hY5xSgklFNFKzAKNZwG3wzuP-JlvAJdzoGsE6p6','Rollie, Natalia and Stephanie where absolute rock stars. Rollie and Natalia where super compassionate and patient with my pinched nerve. Stephanie did amazing in explaining how the billing was going to go down. Everyone was super friendly and super understanding. Definitely coming back for my next emergency.','2019-09-21 03:20:16.132000','2019-09-21 03:20:16.132000',5,'Allana Greenslate','https://lh3.googleusercontent.com/-0o9wbwusM5E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnlz2WYkFIj6Fei_tXU_2tlOdKecw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42660),('AbFvOqmTX1Ef6mjMe6C95skrKtdJpMN_afcjuXb5rbTwaNtwxu3l-FROkB5vBYDmTlziRQWhP6c0','This is the second time I come here with my mom and everyone is so nice and very attentive. The receptionist tanisha is very nice and help my mom out with her as she speaks Spanish too. Doctor Faig was very helpful as for everyone else the tech Elaine and nurse chantel. Thank you for your help tonight and for helping my mom ā¤ļø','2019-12-16 03:14:00.177000','2019-12-16 03:14:00.177000',5,'Itzel Mendez','https://lh3.googleusercontent.com/a-/AOh14GimxZhsTv5UkuYmV65F52wOASl6og3U0N2sOD19=c0x00000000-cc-rp','17898197009688164559',37805),('AbFvOqmtx2qtw5vTz-59_3r3XDcjcnky8VaYlIExMeYCGzbM_SdNe_kSgvONavMc4dNaYaiU072L',NULL,'2019-04-07 20:29:45.172000','2019-04-07 20:29:45.172000',5,'Sarah Caton','https://lh6.googleusercontent.com/-e015bRayBBw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnPxyEi5ezHwTbkfnSO2AbRzquc3w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34903),('AbFvOqmTXFVhEV7vzakFj9Ajg7wTtkzzYKSJsprT3m_ED-S0VBcSTlBLv_NA5O_ZnKdTb0zmF6RMNA',NULL,'2020-07-21 03:56:34.820000','2020-07-21 03:56:34.820000',5,'Virgil Franks','https://lh3.googleusercontent.com/a-/AOh14Gjy2Iw4_2auiPyYvv9f2t2N5x-xmJJ8VwTw3YdpVQ=c0x00000000-cc-rp','14748677429039074158',31917),('AbFvOqmtxjDmin9xDUSKvkrfWMFAQJZ39X5k8SbM6uGCpQJwE0iy0oeQdDzbv_iq44IUxRZkKH47Rw','Thank you Dr Youssef and staff for all you do! Took care of my son immediately and assisted us with all needed. Pure human ma treating humans!\nThank you\nAREDA','2019-08-13 20:05:01.407000','2019-08-13 20:05:01.407000',5,'Ali Reda','https://lh3.googleusercontent.com/a-/AOh14Ghph7t6xVN73W--5zqNMsKm1JFyZDLszDw9oHOrMg=c0x00000000-cc-rp','3511292162159714121',40453),('AbFvOqmtXqH1tO8CPRqoOHd_u24Cba43ckss9P1oF2aecpdXDrc4_oUePc7w0tVRbrDfjXqC16eR','The staff is amazing. My visit was fast and efficient from start to finish!','2020-09-24 15:17:51.031000','2020-09-24 15:17:51.031000',5,'Josie Brito','https://lh3.googleusercontent.com/a-/AOh14GhRh2YvjsyAUNc6Y12c16GKWvZctb5ONt4Q0gfJTg=c0x00000000-cc-rp','13486358490203335051',29305),('AbFvOqmTxRN3hLbqpVvzVFk3h_izz8Oz0Kdl2TBE5IuaraE8PmYP2Y6pvu50K3KRdmYTFSp-AnmfRg',NULL,'2020-09-14 17:37:10.950000','2020-09-14 17:37:10.950000',5,'Jim Benton','https://lh4.googleusercontent.com/-p5dxqo0XepE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclp8uqfs0X9uGl9OxSHv7vgsWqVmg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35798),('AbFvOqmTXvaxFkt_2rN9pqoD2_oLJTU9XRgEijy71YQvdESBKXDc22xUqLc-42GHzHMbLlXmeF_D',NULL,'2019-06-09 01:52:11.224000','2019-06-09 01:52:11.224000',5,'Katy Burnett','https://lh4.googleusercontent.com/-ce8YDgiz6p8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnJ-NM_9TXTjmCs1YH0Xuxf_ge_eg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29817),('AbFvOqmTYA_2V9lE7fc2MK-giVDrQ6ivvnWaK7Is8aNHJM1r1lZyEeXhT9c0jrhm7zJj3w','While visiting Austin for a work conference I got an infection on my leg. I saw the Signature Care Emergency Center website and not knowing the area or anyone in Austin I prayed that it would be a good clean facility. Wow my prayers were certainly answered. I was seen immediately and treated like a VIP. The doctors and nursing staff were exceptional not only with the medical care I received but also with their hospitality. I ended up having to stay two nights but was so very blessed and thankful for Adam and his team taking care of me! This is hands down the best medical facility I have ever been to. Thank you for everything!!','2018-01-31 21:13:53.000000','2018-01-31 21:13:53.000000',5,'Heather Knox','https://lh6.googleusercontent.com/-DCKsswpfetQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQlUIAhA8d4i03L2HyFQ2iB4usfA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36441),('AbFvOqmTybrpwKbcQNAez8wYUk5gJUVS17iNe9HKzPDx4jGA2N3_XvkaNplYcaC0iAcYTHMr2og38g','Keera and Jeri made my visit super quick and as painless as possible .','2018-10-11 02:08:12.973000','2018-10-11 02:08:12.973000',5,'Blueeyedtreefrog1','https://lh3.googleusercontent.com/a-/AOh14GijdRf4cSXWBlbyxN0hJGPFf1fnR4scoGPADG0F=c0x00000000-cc-rp','16590124370714063921',35167),('AbFvOqmTyFK-rIbsFPNYREiec7y_BV6m7Fwod0rJojSCz3YZ4Q0YDt1QjY15eTIweyTIe7nvh5Gw','Cody and Sam made my COVID testing go smoothly! I highly recommend this place if you need to get tested!','2020-08-18 16:27:05.262000','2020-08-18 16:27:05.262000',5,'Philip Hebert','https://lh3.googleusercontent.com/a-/AOh14GhI7Pd84HtjjOtR1IF3iaazh_byhXp5eLS3dRaxcw=c0x00000000-cc-rp','2077061009497551125',38579),('AbFvOqmTYNLinAlIV1uluJWA7jIwX3bSZ53Eig-r5g21T3TCwW5yJoVyjtEzHRFIQnMN6cCzowAfSQ','It feels weird giving an ER 5 stars, as it\'s not exactly somewhere I enjoy being... Nevertheless, the facility is great, the staff is amazing, and the wait is very short. Leslie got me in very quickly and was extremely pleasant, and then Dr. Faig, Dawn, Olivia, and Eve took it from there like a well oiled machine! (Except with more personality and empathy than a machine haha)','2019-08-01 20:47:02.802000','2019-08-01 20:47:02.802000',5,'Alicia Ranney','https://lh4.googleusercontent.com/-HDcIBNPrBaw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckd0Pw7JrefjUDrH0MQuPNAtJ39aw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40469),('AbFvOqmTZ9oYqe7yTq6XqHEx7ElrsQpGK0uOyW2HQ3zEPubKBndLrLXin6yvVunki783ClrJ44IZVg','This facility is very clean and the staff members are friendly and caring. While i was there, they were very attentive to me and made sure I was accommodated. I definitely recommend them.','2018-11-27 17:43:40.316000','2018-11-27 17:43:40.316000',4,'Lupita Hernandez','https://lh3.googleusercontent.com/a-/AOh14GjJ0GaqfYo9Ts0ogLNauQWXWcHdG965pauj94GRNA=c0x00000000-cc-rp','17394740196501090048',36859),('AbFvOqmTzp4Ijl-k-OAwh1ptielSXW6nZsWHdviTWD4Mgn0qOhgKV44NjSYINaXrFRZRIuvc5BiG','It was very easy! Christina R., Clay, and Chelsey were very welcoming and kind through my appointment. I recommend this emergency center to anyone who asks!','2020-09-13 14:22:57.226000','2020-09-13 14:22:57.226000',5,'Molly Snodgrass','https://lh3.googleusercontent.com/a-/AOh14GjlJsDw5RihpVPveKpTPKFnojzZ4u9SVdthfKHWAw=c0x00000000-cc-rp','16891069708558046635',35810),('AbFvOqmtzpmJS7WKOZAl8wXLGQ5Tp-mL8T-6sjbjAljYRPWN7l0oE2n5eFYTlyW_KoOwmCUetzds1w','Love them!! Nice staff and always keep you comfortable. I got there freaking out because I was concerned with my breathing and all the medical staff kept me calm and relaxed. They go to the max to take care of there patients.','2017-06-21 14:03:38.566000','2017-06-21 14:03:38.566000',5,'Arlene Flores','https://lh3.googleusercontent.com/a-/AOh14GjKLW_c2m7FzuByA-VrCy6aRiThYn4eQKEy0XTB5w=c0x00000000-cc-rp','14567670160750071148',31021),('AbFvOqmTzt6hKHkDKDinAAoJobIcS5lvRnt-4XccSCnOaC5hTZY1I5ZyhD6XbmlvPdyVcWPq7ep3-g','Friendly staff and knowledgeable!!','2020-12-22 07:44:34.845000','2020-12-22 07:44:34.845000',5,'Cason Jordan','https://lh5.googleusercontent.com/-sT--q8UUCA0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckpAReu9k0U-vrokIexkOPZwFmLgA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43699),('AbFvOqmu_9kvts02FhCN0Pc-YbbacN0pvs16OOaRb1ODDVDSp1jdr3oTwHBdmJCG_R3BMMecpKehrw','While my father came by himself, I arrived shortly afterwards. I was treated kindly and my father was also treated with respect during his stay. Everyone was patient by answering our questions, especially Amy W. Amy explained everything she was doing while she was in the room with us. Dr. Leung also was very profesional and even answered some questions about me.','2020-11-05 17:48:04.948000','2020-11-05 17:48:04.948000',5,'PONCH CAS','https://lh3.googleusercontent.com/a-/AOh14GjDSyvdhBvdOs-e6f36kUn_4acYRVmm3RaDSRz2Nw=c0x00000000-cc-rp','2077061009497551125',38442),('AbFvOqmU_XfaBVQRuQ_jEvNj7ir4QCUUbo8wsd3sbDax6JQ8z0SElsZbfBt815XCReFc8pv4GxD9VA','Staff friendly and attentive. They have Rapid Covid-19 testing, results in 20 mins.','2020-09-08 12:52:56.507000','2020-09-08 12:52:56.507000',4,'Lissette Lopez','https://lh3.googleusercontent.com/a-/AOh14GhLsDWKwueJSBbPxxoS4ZZz6-QUMeTx32kRbTK1JlI=c0x00000000-cc-rp-ba3','17898197009688164559',37562),('AbFvOqmu-oZN0uJBUuyRq-8F3Yen-kgfXGldLBOBs-HuO0SrYUIoNcFNWjnzJ77lRUbQPRdnhiJX','Cody was awesome! Very personable and knowledgeable. Also the customer service at the front desk was great. Came in for a rapid COVID test and would definitely come back for any medical problems.','2020-09-25 18:47:46.206000','2020-09-25 18:47:46.206000',5,'Jack Lennox','https://lh3.googleusercontent.com/a-/AOh14Gjzb9DAGwZ1XEZHeNfxkLDwX8MC58p9yZoNzgkP=c0x00000000-cc-rp','2077061009497551125',38518),('AbFvOqmu0asIISQpeSigHnuIJ2lzhjGsBoNHps0YxK6EleVCIsQpGV6THFCjRrhjatZRw7KN4Kpr0g','Thank you for the excellent care of my little boy! I brought my 3y/o in with a high fever and productive cough in the middle of the night. All of the staff was very professional and thorough from Dr deWaal, Candace RN, Townsend Rad Tech to Delphino at the front desk. My son has never needed emergent care before and I was nervous on how he would do, when we got in the car he said \"Thank you for the fun day and letting me see my bones (chest x-ray).\" He was super glassy eyed and tired but I will take that as a win.','2018-11-19 12:20:41.475000','2018-11-19 12:20:41.475000',5,'Katie Kelly','https://lh3.googleusercontent.com/a-/AOh14GgR1y4Z1P2W3FPgYfgYL3CWia00ko1sGBtIsF4ALA=c0x00000000-cc-rp-ba3','16891069708558046635',36326),('AbFvOqmU1POMxue1S5Ee8o_MOq4QcMEDPBRzUC5shR19432xQpLkJaMJ4Ke1iy2l5e8BPEsQxpyE2g','Did a great job taking care of the patient and was in a timely manner','2019-03-12 18:46:32.809000','2019-03-12 18:46:32.809000',5,'Kevin Dorsey','https://lh3.googleusercontent.com/a-/AOh14GgTQ-LdBJ1efW_Gt-wAVJ2dIwm_SZ7WNC_sS0zU=c0x00000000-cc-rp','17898197009688164559',38256),('AbFvOqmu3Xz_8cYa3UB3dxJ6Az1E8M0PwJ880rWZ5nCXmi5Ji0bCzY9NE5IPxf7GRsJ7f506CXRDuA','Dr. Akunyli\nAlvean\nTricia\nPatty\nSean\n\nVery sweet staff. I felt comfortable and got the answers I needed. Will definitely recommend','2019-08-25 15:49:16.520000','2019-08-25 15:49:16.520000',5,'Nisha S.','https://lh3.googleusercontent.com/a-/AOh14GigQW0MB9zOmbtcPJKP8Jv76zV2M_pezJ_tI6tf5g=c0x00000000-cc-rp','16389487648212004696',34026),('AbFvOqmu40cIRmBaDssYnApW2HP13Y3gGR9CV6PQ5c2xrarFHs8FmdBI1jAvhVpu_2Lst4z7Cmg8','Overall they were very accommodating and patient with me. After meeting Leslie for registration I was taken to patient room promptly. Nurse Dawn was very sweet and the ER tech Olivia was great also with her blanket service lol. Would definitely recommend this care center to others whom have an emergency on their hands and need quick action. I got in and got out within 30 minutes! Thanks to Signature Care ER on Montrose in Houston, TX!','2019-08-01 13:29:39.064000','2019-08-01 13:29:39.064000',5,'Steven Fentanes','https://lh6.googleusercontent.com/-FHLxC8hobpc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmUNxhsAzwXsyB-PPWqX7Dn-3wZpg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40471),('AbFvOqmu44NP_797p-Lo31RItDswsKVPgO3QdPevzgtRssYlqkvwg2eFD-96brTH04w9Su3IJFCERg','The doctors and nurses were very attentive and caring.Will definitely recommended for your emergency needs.','2021-01-22 20:38:32.167000','2021-01-22 20:38:32.167000',5,'Nicole Star ASMR','https://lh3.googleusercontent.com/-3tTlz5J14IM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclad1pGbBZExfmWSBmqVbtjWPY4KQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',44428),('AbFvOqmU4Kl-egxWr8JJpfzSGMYnR8iCShOpV1xWfJ2YK0ldYlziKJjE3lluPyWv__D8jwDyKdG0','Had to bring my sister for a rapid COVID test. The process was simple and easy! Cody, Sam, Brenda, and Nydia helped make this visit as seamless and quick as possible! Great team.','2020-07-26 19:24:42.023000','2020-07-26 19:24:42.023000',5,'Megan Mielo','https://lh5.googleusercontent.com/-uEBmWX43HPM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckn1EuiMODMLJpwsZF-xCXH8elMDQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38765),('AbFvOqmu4nPSt0dUvEbpWHJ3qknGt9Lp9vQRwlu65tTB-VJQRvDTVLuTyVLRGjhXRB_ip2Ud4drWiw','So I walked-in for a Covid test and was initially advised to make an appointment online due to restrictions. However, after giving the Admins, Elisa T. & Brodrick R., puppy eyes and asking them to double check with the doctor for an exception, I was allowed to be seen. Great interaction and friendly service.','2020-08-05 09:23:26.740000','2020-08-05 09:23:26.740000',5,'krena c','https://lh5.googleusercontent.com/-UtUJr45hPhQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclifviIn3da9_5RYJZoSOGsq9PnCw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42946),('AbFvOqmu55dBPqoGT45rkjDgLHlLy3Y45epfONr3OPsNEnkYuhTAZkGtol6yhSiaE9UZaVWDyMUNeQ','Had a great visit, everyone here is so nice. Was taken care of in a timely fashion, pain management was the best. Hopefully I wont need E.R care any time soon, but if I do, this is the place.','2019-09-22 21:22:52.463000','2019-09-22 21:22:52.463000',5,'bobby floyd','https://lh5.googleusercontent.com/-SjZxOrgK3Ro/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnlLHki1AV5wEc5aZKy_IguHCwNdQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34657),('AbFvOqmu5A2YmnM3bwBqP6s-cuKFjkm6ZAlWhZIsZpkXLcmBCuhJn_iuE4dM2cqAvhJw15dhL8KB','A chemical burn on my eye was what brought me in. Tanishia was wonderful in the check in process and it was a very expedient visit. I was treated very respectfully the whole team that took care of me, Angel, Nurse Lynn, and Dr. Cavasos.','2020-02-17 04:54:12.232000','2020-02-17 04:54:12.232000',5,'Lene Bruheim','https://lh3.googleusercontent.com/a-/AOh14GjWR9i-N7-4k5eY_BO5GKzfaB-J1I_FCjmkPdWj=c0x00000000-cc-rp','17898197009688164559',37693),('AbFvOqmU5nruZf35OMj8fKglayCeDCWrPxAuwHvd8IFUkM00rWDyUfx7L3bhK3qEie0HlKmc6oaf','Robert and staff was EXCELLENT! I recommend my family and friends to signature care the service is great and the staff cares.','2018-09-21 23:43:38.952000','2018-09-21 23:43:38.952000',5,'Shakie Howard','https://lh3.googleusercontent.com/-Vvqe6g4o96k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnCKzkM0CS2I4sB76p4zTukFRTXfw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43360),('AbFvOqmU7k09UWWIVwETcSjkiUHY8q7vwdmTqWGzVdFXzDTqppsbnSh3iWU58V_lgOUkMwf-RrdvWQ','Had a great experience at SignatureCare Emergency Center. Dr. Miller, Townsend and nurse Lindsey made me feel completely at ease during my visit. I will definitely be coming back!','2020-11-24 21:16:30.520000','2020-11-24 21:16:30.520000',5,'Allie Bond','https://lh3.googleusercontent.com/a-/AOh14GgscMmLUUxmFPbKW6RQoDhphAyc7cVcGtXgN70SAw=c0x00000000-cc-rp','16891069708558046635',35553),('AbFvOqmU87slXYSGanpLdnrDIdjpy9ApQo8XQOeFsh5rE84ChUNAljJ7Qgs1MQcBIfh--QBeSHHI','Great place to go if you need to see a doctor without waiting all day. Ashley got us in and out quickly.','2019-02-16 04:15:39.116000','2019-02-16 04:15:39.116000',5,'Roger Goza','https://lh3.googleusercontent.com/-M9X_fOKVtfg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnvLE_9gdr0oKPBNUm0QkeQ0FBuLQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42155),('AbFvOqmu88b-vpFSNoyZC7RfWmqrkjOLdEKJC8oEhbpY_W63wc6_WdHxMaLRItofPbJ4VpbPihL_Lw','Dr. Zhen and the nurses were amazing! Thorough, and answered all questions that we had. Couldn\'t be happier. Hope I don\'t have to ever come back, but if I do this will be the place to go. Thanks for the warm blanket and smiles guys!','2019-08-02 03:28:30.489000','2019-08-02 03:28:30.489000',5,'Farzaana Phillip','https://lh6.googleusercontent.com/-kx2nrpPaD6U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmSWvlh4pPu1SeCaf2YRiPGbj3UCQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38054),('AbFvOqmu8QlnuNH6Vr0vpKm10M1n-Y4zc4Xe_-yYQhSChSA_FYPmhAtQzsnRta0wDEovNRwC_brLHA','Kind and polite staff! Great people!\nFront desk really helpful, patient and nice: Naomi and Liz!\nNurse really helpful: Remington!','2019-06-24 23:41:14.348000','2019-06-24 23:41:14.348000',5,'Andrea Nunez','https://lh3.googleusercontent.com/a-/AOh14GgcXnlVQ9zcwa4Ijybc3GbmLTtWhypNI_9hhN44Jg=c0x00000000-cc-rp','16590124370714063921',34803),('AbFvOqmU8YhWg4KGQnvEqVilelbsnrvgk-sLw4QqcyFW3c1S0EjJpdCJCWI8wjLG1PTwMdFqAUcIQA','Tested for COVID at this location. They accept Blue Cross Blue Shield. I reserved an app online and was in and out with my results within an hour. Everything was swift, clean and respectful. Great at social distancing.','2020-07-17 20:27:58.507000','2020-07-17 20:27:58.507000',5,'Evelyn Flores','https://lh3.googleusercontent.com/a-/AOh14GiyniS3RYqQrQL2SQ64n2YU2AyrCHUnk3r-MF39=c0x00000000-cc-rp-ba2','3511292162159714121',40235),('AbFvOqmU94-fERx6Q_EZ0-0YiX1Nwm34pfu98orsn0S52WdE7-tEq0szDz68Vr03dXHa92aA-jWR','I had great customer service from signaturecare an it was fast an I felt comfortable thank you so much for helping me today dr.lim,Ekaterini, Jordan ,and clarissa that you for taking good care of me.','2020-11-09 22:39:16.025000','2020-11-09 22:39:16.025000',5,'Kayla Gladman','https://lh5.googleusercontent.com/-csjAzMV8rhc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl8-L5X04EMMeVmVud8Rju_FhabFw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32949),('AbFvOqmU9jeDE5bEkwX0cih92fONuoMJ6P6CLCHp5cEyvHvQOHEWelwEeID4-fxpTqA4zgs7UauR','EXCELLENT SERVICE!! I came here to get COVID tested and there was no wait at south Austin SignatureCare. Clay, Christine and Dr. Rose made this process very quick and easy for me. They were so sweet and made sure I had everything I needed to stay well. This location has followed COVID guidelines and has sanitation stations everywhere in the building.','2020-11-02 23:06:14.220000','2020-11-02 23:06:14.220000',5,'Kelsey Bunner','https://lh3.googleusercontent.com/-5W_tiGkhAK0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckDmdpy88ph7MQ7IoUoLA4Kbs_muA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35651),('AbFvOqmU9ntVgTfht4DQagoZ5nKJMLMYXv6-nPwk2ddLRvbR8zvdbNmI3qKFo9wzh-tmVp5MnJzw1A','Came in on 5.15.15 @ 12 noon after a fall and Melinda as well as the medical staff were very professional and caring. I had a great experience as they wrapped me up good and I do highly recommend this facility for any emergency care if you are in the area.','2015-05-15 18:23:29.512000','2015-05-15 18:23:29.512000',4,'Official Nkechi Uche','https://lh3.googleusercontent.com/a-/AOh14GiC3dx4OMHVQwgQGjcpf028hkP1iibQ0M9P-0WLY_A=c0x00000000-cc-rp','17394740196501090048',37395),('AbFvOqmUaCZpKI_xfIr_lFIVeMIF6sXLzejYWpvRlN4Vu6C1cAGQ62CWL6OjvdZnK-5fJIVyBBqAxA','Everyone on Staff tonight were very friendly and promote with services. They managed to nbn ste it a very pleasant experience for us. We even managed to giggle while here .','2018-12-22 07:57:47.975000','2018-12-22 07:57:47.975000',5,'Andrea De Hoyos','https://lh3.googleusercontent.com/a-/AOh14Gjscu38es49D-YMacZ_ojNasb3jyKXstAm3FcdD0Q=c0x00000000-cc-rp','14567670160750071148',30664),('AbFvOqmUAl3zbGqmsfmHcG1TvUtuZb3yWMfAq_uqRhY5YZ-xC21lWqcbOSfONhdPGbuaMp5uLdzu-w','My father\'s nurse was Meredith and doctor Harjai and reception was Jocelyn were very pleasant and sweet while my dad was having a tough time with his issue šŸ‘ Also super fast cause they were done with the procedure before I was able to come and support my dad after work šŸ˜„','2020-01-08 23:35:07.908000','2020-01-08 23:35:07.908000',5,'Alexandria Y','https://lh3.googleusercontent.com/a-/AOh14Gh_YR3JV13Q5UUV7FUTIzdGzPOlgsfNPlg-Va7aIw=c0x00000000-cc-rp','16389487648212004696',33530),('AbFvOqmuAZrTyF-61IO9Zp-lXd9icGOHMoXr_QrDS_0bt4TojqW_lZpxhpbAACbx_m4LABpAGP0-0Q','Dr Das and the Nurse April were excellent! The staff were welcoming, discussed and answered any questions I had. I was surprised how quickly I was seen considering how busy they were due to the COVID pandemic. I definitely recommend Signature Care Lewisville if you need emergency care.','2020-11-10 18:11:51.337000','2020-11-10 18:11:51.337000',5,'Dixie Tyler','https://lh3.googleusercontent.com/-ADhxKFUBxUU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnPegNNtrZUvCUsBWdIxujMzprDqw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31381),('AbFvOqmUAzXllj_ywZ9ylARbhmAITa8ZhTqQ4WoXNTPaAfVq8riuA6zlw_EAMusdy5jPUfXgdB0C_w','I need Covid-19 test they did so fast and the people are so nice special the nurse April and the doctor Angela\nthe place is very clean, it took less than 10 minutes to get in this was at 6am','2020-11-19 13:06:20.917000','2020-11-19 13:06:20.917000',5,'gloria nava','https://lh4.googleusercontent.com/-Vz-b3P0gSdM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCB5z2l21oTg3Odt0SDLc9OPiSQQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31339),('AbFvOqmUbcvZZLUfBTT9k4uIzb8hXkY9JxCgQHglWSkEsoqHy79jnHLPL1ILtGsYXow_SbQrghhDHg','The staff at Signature ER is very professional. . Tiffany is great. She kept us informed and explain what is going on with the patient. The place was comfortable and clean. Thank you, Signature ER staff and Tiffany for your help today.','2019-05-01 02:19:45.784000','2019-05-01 02:19:45.784000',5,'Theresa Ricks','https://lh3.googleusercontent.com/a-/AOh14GgVTm32iSl2S_4gt091fk8PS0zvQkVqsGyeqLSl5A=c0x00000000-cc-rp-ba4','8626688543755174284',42089),('AbFvOqmUbKMLue0YZu6w_H_yP-bzWFZ35SWiveKVpZ2fnyOgU60Cs7_MPkTJUKOP5yVtatEAcQY0fw','Phenomenal Service!','2019-06-02 15:07:26.343000','2019-06-02 15:07:26.343000',5,'Jeniffer Rojas','https://lh5.googleusercontent.com/-SpXQLzabyuQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl0lINDxAbnP3hjD7WU4VzcxRdAlQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30536),('AbFvOqmuBqwWYIGWUEfTX34eRv8M0xmtmn_ZSHFEvlk_Owtix_TSti5JHsW9ygVuCpQ7qCsdTV_jGg','This is definitely the best ER. Dr. Golla and staff treated me from the moment I walked in as if I was the only patient in the facility. Like most of us do, I diagnosed myself before I went in. Thinking antibiotics would solve my problems. Dr. Golla suggested lab work, a CT and an ultrasound. All were performed within 30mins. Test results were received just as fast. Unfortunately, the results were not good and I would need to have surgery. I assumed that I would have to be transferred and admitted into a hospital. That wasn\'t the case. Dr. Golla called a general surgeon over to see me. They were able to get me into the Operating Room the same day. Their physicians have continued to follow up with me since I\'ve been home. I strongly recommend SignatureCare and definitely will go back if me or my children have another medical emergency.','2016-02-01 04:12:35.434000','2016-02-01 04:12:35.434000',5,'Angela Mendiola','https://lh4.googleusercontent.com/-HXj2pWEyi2g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclOoFAk2IeK410ar8G8eTZN5gdWiA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37385),('AbFvOqmUbtsYFbnkKHSsRLG7A4nJxk9NPBt_shirxe5BjK6pWmdrlJZyOX1y5fYpwsclg_0voc7NpA','This was my third visit there. Always quick and friendly services!!!!Thanks Brandon (tech), Sherri (nurse), and Haliegh (front desk) you guys are awesome!!!!','2018-08-17 21:16:59.373000','2018-08-17 21:16:59.373000',5,'Meredith Sam','https://lh4.googleusercontent.com/-wkl3D5jHz80/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck8tNZDqR3m_bRYmnP9vES6waboEw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30781),('AbFvOqmubX0Mec7btB-W1-OZ2_IGZTL3D8KEIGyEU-WwnYOll6FrxQe-NTdaJLHNiKzdDF0IRJeb','Mercy was very friendly when we walked in! Staff is awesome. Very great experience here!! No wait either. Quick in and out.','2017-04-20 20:07:25.172000','2017-04-20 20:07:25.172000',5,'Mani Cheema','https://lh6.googleusercontent.com/-0echkgBCk1U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBVO9q8dOq3quwuY-4GBECLHBQmg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41066),('AbFvOqmuc3AYxUHRklLCjTGHy9lHjiShTN3zkNQGFiftZUUuTlF8t-MD9h1g0qQlUfQCzK2I1Ri5','I was impressed by both the reception and the facilities and staff.\nVery welcoming and efficient.\nPlease see Brenda at the reception Nd she will set you right.','2019-06-02 19:19:45.197000','2019-06-02 19:19:45.197000',5,'Jan Erik Johansson','https://lh3.googleusercontent.com/a-/AOh14Ggysmdjk3dEhJ82Maz_1loepXm6mNs4vpqWg-W5=c0x00000000-cc-rp','3511292162159714121',40551),('AbFvOqmucp47vSHB_3QZOPI-pGiu1hD6u7KzHiY6hkl_dkW8PM2x9GuNSwLNK50iKr3y9EIo0HaM_A','Very good customer service Patricia was very helpful so was everyone else.','2020-01-24 22:43:02.457000','2020-01-24 22:43:02.457000',5,'Tyrone Stewart','https://lh4.googleusercontent.com/-LaiiMyeGUL8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucndP7TR9U89HFn6f6JdHLpk0P-wpw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33458),('AbFvOqmUCq5rGVTfWq6mNLsd4-04NjNH-g30euHd-5iULvxp89N6SCwhQOEORHziMA8Eum16Iiahaw','Went to the ER tonight and it was by far the best ER experience I\'ve had. Tobie at the front desk made the check in process super easy and quick. The nurse Jennifer and Sherri the rad tech were really nice and made me feel really comfortable. I really liked Dr. Ashbrooks, he was hilarious! The whole team took such great care of me and even occupied my grand kids.','2019-05-31 04:21:51.501000','2019-05-31 04:21:51.501000',5,'Helen Buck','https://lh6.googleusercontent.com/-Bag3TUV93Qg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnYKk5ohtTIwRrMxCx3d8AD9JN_yA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39860),('AbFvOqmUcTCdWppcOKfWcgB4qhrNTHKfdI4NvOsLZEcuRX4r4E5_5t7-NH57wn2LVixZGrpGqV8kfg','Out standing care. Got me in-and-out very fast!! Carrying staff. Number one urgent care!!','2019-05-24 00:53:30.369000','2019-05-24 00:53:30.369000',5,'Dakota Cole','https://lh5.googleusercontent.com/-Psxw4kqMupE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckGKqd_QYnx_Fp7q-ybu5YaTfxd4w/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38169),('AbFvOqmUD_cykoNIylC0pC29edHscrEt9IiU0onvb9WeWTLtWXwN3zaeT6ClN1bE6btAfIQG_tkahQ','My overall experience was really well. They treated me with care and concern while also checking on me and my mother while we were there. Nurse John and Dr.Hehman were a big help to my recovery. They were absolutely fantastic','2018-02-15 00:59:51.499000','2018-02-15 00:59:51.499000',5,'Kvxshh','https://lh3.googleusercontent.com/a-/AOh14Gg9sUg2Sp2lOGfrFf-KPfTVflY3imiEWdpZ4KK5=c0x00000000-cc-rp','8918455867446117794',43411),('AbFvOqmUdGiYDE6YO35Qn5qSUyZpHt-Q76ofMBqkKVH5L19iNaSHYRCb6reRiZRr_HHTbdD-MNyuCQ','I came in with pain from a car wreck the receptionist Evelyn was very kind and understanding and answered all my questions concerning my paperwork. There was no long wait as soon as I completed my paperwork they called me back... the nurse Rachael was kind as well really made me feel like I was special and important. Dr. Miller was excellent I’d have to say he’s the the best doctor I’ve ever had treating me. He explained everything to me and eased all my worries and concerns. Very nice and kind. Overall the quality of care at this ER Urgent Care was amazing.','2018-02-02 17:29:22.778000','2018-02-02 17:29:22.778000',5,'tamara byrd','https://lh3.googleusercontent.com/a-/AOh14Gi8IKOL5nW91IcaK5TpMOb4VGj66_N3bLQckHFEgjQ=c0x00000000-cc-rp','14567670160750071148',30882),('AbFvOqmUDyResI0RZ-MaPFU34dbmVTNbqNVYGLjWcS1po8UoEsxDAgO4lyg0_6h2wYZbK5vy3Qe9Vw','I was helped right away gave me pain meds, drew blood and urine. Not your normal waiting games. Friendly experienced staff. I felt no needle pain and was given pain management. Went in with a 8 out of ten pain and 30 minutes later felt well enough to walk out. Results came in shortly.','2020-11-05 02:43:42.395000','2020-11-05 02:43:42.395000',5,'Minnie Jimenez','https://lh5.googleusercontent.com/-vsAZKoddMUo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnOXC1w6H-xb7ic5UGEhKeYuG-2WQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38910),('AbFvOqmUdZXLu3R6t_pNtnsf4YUg3VjThhTRie2itPzP4ytlyGoSJQWaLCn-00MoT15b9GRMsa9auw','The experience at this location was excellent we had great service coming from Dr. Castaneda, (rn) Miss. Katrina, (ER.Tech) Miss. Yasmina, (RAD Tech) Miss Cheney, Miss Therisa.','2020-01-03 03:37:15.713000','2020-01-03 03:37:15.713000',5,'Keicy Robinson','https://lh6.googleusercontent.com/-B-gpRXsg2Ko/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnSyOLqcVCNS4bQy65a-PVsCubS0g/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42520),('AbFvOqmUe_FY6ReGg3lNWkEiukgHUwAg_4NFnm6t8rdjJZ8pVvA8EAM1Ff7p6YI3VndFdxM3tnB5IA','Absolutely terrible. Here for seventeen hours and they put us on a wait list. You dont to this to sick people. Can you pick no stars?','2020-06-30 04:55:04.342000','2020-06-30 04:55:04.342000',1,'Michael Brown','https://lh5.googleusercontent.com/-jfQcSgdsHe0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmMlyXfwE2I4IrNj65BIsnXybMhdQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40261),('AbFvOqmUe3HaZT1S7Rw1VDburGHS3w9JahcNOE5GnYd7QS4XgbZi3BEnmMAFRm8_2LPKvjQEFC_ZTg','Overall good experience. I needed somewhere close by to get checked out on a Friday night. They have clean and comfortable facilities. All the staff I met work courteous and competent. The ER doc took his time to explain everything well. Also there was almost no wait time when we were there. The pricing is okay for an ER. I’m glad we chose this one.','2018-04-07 13:48:56.926000','2018-04-07 13:48:56.926000',5,'Rebecca Owsley','https://lh6.googleusercontent.com/-mvv2kL6xJD0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVihLnPvizgZ-TEsGg2r_JxUdz2w/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40946),('AbFvOqmuef142WasHWl4UbjgIemoDbdQLhWbDrHhpjqRp72BGtZeoBuecO1w5MMgCjqVZ1Rw8ELGqw','Great facility, they get you in and out in a timely manner. They take all the necessary precautions by limiting exposure in the waiting area by having you sit in your vehicle until it’s your turn. Staff is very nice.','2021-01-04 14:53:42.852000','2021-01-04 14:53:42.852000',5,'Jennifer Tutt','https://lh3.googleusercontent.com/a-/AOh14GitQm8jinNQmGWLp3UzsSm7FPHd1qfxFgb0cvud=c0x00000000-cc-rp','14748677429039074158',44321),('AbFvOqmUEKzBs-w6z1c_uwVPvJdIaZG5eSvXPyIAqWiPGN8W3xavRtSH_QM0pTVC6L2RQsH61E4GSA','The staff was awesome at Signature Care! Everyone was super attentive.. Amy at the front was super friendly and helpful explaining the process, paperwork, and next steps. I would highly recommend to anyone needing care.','2019-06-11 09:52:01.319000','2019-06-11 09:52:01.319000',5,'Marlon Zavala','https://lh4.googleusercontent.com/-K1Fi2miYPuc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmluFenrCcruXSjrxeTAo3cfeKwJQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40550),('AbFvOqmuEqb5jsojX9ORXk684p7zjgOVLkCpoyetZIZLnp0-SmobU64WlwxdjeywNsKz85nH1aixug','Absolutely love it the wait is less than 10 minutes staff was awesome dr.pham was so helpful and informative. Patricia was sweet as can be I recommend signature care to anyone!!','2020-01-30 17:48:19.994000','2020-01-30 17:48:19.994000',5,'Ravyn Traylor','https://lh6.googleusercontent.com/-n5HrbKBbuDE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclnB7ScLaceP60w9CkM9PsjXCm18A/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33425),('AbFvOqmUeviqRolDnyysyZjbgfM5mDFmiMGwi8xvZEFNtVVhmQUbQa5zFhoWrxr0Jdtlwzb4JX-f','This is a great place to visit if u ever have and emergency .The service is way better compare to a regular hospital ER . The Doctors and staff are the best they are caring and makes your stay comfortable . After my visit I was feeling better, I will definitely come back if need be in the future . Thanks to DR O’ Malley (great Irish doctoršŸ‘šŸ¼) nurse Alvean , Robert Rad Tech ,Jocelyn from registration . DR Nguyen , nurse Nanci , ER tech Jordan and Jasmine from registration . Expect to meet these people when u visit .','2019-12-13 09:07:55.291000','2019-12-13 09:07:55.291000',5,'mcgregor oneil','https://lh6.googleusercontent.com/-zjT8s9b9GyQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmsnvzrzMpYpRXhaei7kpkHymeiug/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33606),('AbFvOqmuF4gEF2WE5aixNszazV4H0kE_iUsCvKW2Ot_dm7Az2Qgu7CgYAhitrRffX6HA5E2OUyrXHA','Alvean & Marcus gave me really good service and alvean gave me knowledge and what’s wrong','2020-10-21 18:28:13.662000','2020-10-21 18:28:13.662000',5,'zaniya kelly','https://lh4.googleusercontent.com/-t4ehotNq6KM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm6CN0HnRzvwng9aKsmZsKhk2Ng9Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33123),('AbFvOqmUfaeY3OAiTSyfm4sQ8ks-t0g50L7H5vftzM3wQ1MMS0idb8-QWx5Axu_cN6S5pqFTnqDCvQ','Both nurse April and Dr. Chowdhurry were amazing! Couldn’t have asked for better care!\nFront desk staff was wonderful too!','2020-10-20 21:09:02.609000','2020-10-20 21:09:02.609000',5,'CAITLIN AND CHLOE OMG!!!','https://lh3.googleusercontent.com/a-/AOh14Gg52VKhyJ4b4gdEHW5W3sk2guo7Un7UgEAoEdTTHJk=c0x00000000-cc-rp','14748677429039074158',31483),('AbFvOqmuGLepVRjrIiUBhkVr6MVr0U1VgtIaY_WRJXJn76DdNxwGwJ8EUNbUPsfJDMwLLriKH8l4Uw',NULL,'2017-12-11 21:45:46.281000','2017-12-11 21:45:46.281000',5,'Scott Smith','https://lh5.googleusercontent.com/-ShJ_AdVW8JE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmSa97Z6YuQldUR5BdVjXw8qPnIVw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30932),('AbFvOqmuH-dnpZmrd8mEXTDViO1QeJJcqIN6drBT-YTdkBm694h_O5YcMDXPBzMYMHoCQ6ny3naK',NULL,'2017-11-14 02:43:39.220000','2017-11-14 02:43:39.220000',5,'FryingPan','https://lh6.googleusercontent.com/-j6OO-a5jfF4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7ld1ycOeR7vnV6P0rcK0qZxBDlw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35353),('AbFvOqmUHcpjoUng9mGE3dCuh03k6yUks1efpPFmw5aKCYr3fjQ3m2eSD3fhuh70sN5SumomDwkqVg',NULL,'2020-06-25 11:22:33.850000','2020-06-25 11:22:33.850000',1,'Annual Spice','https://lh3.googleusercontent.com/-qCJeUPIxZlU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3ArTVmICnbnYqxe_x_B-jNj-xSg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33228),('AbFvOqmUhVaiGAFOSYTPx7zGCCxSnGUnjIk-cBNyRaOQztY1JWxk7C8axSzond0-J2ZUtdxYuUTn','Would 100% recommend to anyone and everyone! I barely had to wait to be seen, the staff were not only helpful but extremely friendly, and the payment was so reasonable. Thank you to Nurse Ashli W., Dr. Langen, Eric, and Amanda U. You guys are the greatest!','2020-03-13 06:29:44.132000','2020-03-13 06:29:44.132000',5,'Marisol Garza Rivera','https://lh4.googleusercontent.com/-C7kOLmZdRA8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckHKMLwLMfZl3QcQhZ4AWMDiPmiMQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35920),('AbFvOqmuHZGM7D23OO782Lj45wmH_u5vHpW0KcUuFJQoGlYgEGbHyeDZBquz5PJkW7mbP25XazRuEQ',NULL,'2017-12-19 15:11:06.976000','2017-12-19 15:11:06.976000',5,'crystal mata','https://lh3.googleusercontent.com/a-/AOh14Gg7-5pdhs9N66L9Zyu77xb-pSvWveF8JzOXrfZ8lU8=c0x00000000-cc-rp','14567670160750071148',30927),('AbFvOqmUi7TKbdCq7JECDg8VMKe9i6KA-17Cu9C6zil8oMpV1liIG9OEDVMyxcDFnGjyaKLZ-DEy','(Translated by Google) They are very professional, attentive, respectful, super friendly, 100% satisfied with the treatment of Dr. IHEME, Nurse, ALVEAN, Radiology, MARCUS B AND JOCELYN A at Registration\n\n(Original)\nSon muy profesionales, atentos,respetusos,super amables quede 100% satisfecha con el trato grasias Dr. IHEME,Nurse,ALVEAN A ,Radiology ,MARCUS B AND JOCELYN A at Registration','2019-04-01 21:29:49.037000','2019-04-01 21:29:49.037000',5,'Angelica Rodriguez','https://lh4.googleusercontent.com/-srEDwglW1rY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmGs4D9AS0TIn74-N9t4oiXwvyKaQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmUID3Q91X3-oPv02f26Cmi7WeFa4I40MNdIOtCTqQJpzAKNPuQUmUoUvjoJN9zwdWljRsh',NULL,'2019-12-29 08:59:38.255000','2019-12-29 08:59:38.255000',5,'Nikki Scott','https://lh3.googleusercontent.com/a-/AOh14GjiLkmVaSC7j_c-zoTD6_PwRn0z5nmQlfze-qNl3w=c0x00000000-cc-rp','3272657195432704501',39732),('AbFvOqmuIJJNQwNr4Nh_0LXig1SbY27i4tUPRsW6jIELoa_VPUd4_8oZykzTOtHZtJ6TxYgR-j7FYw','Heather and Stanlisha was great and so was the nurses and doctor.','2020-11-21 00:37:45.869000','2020-11-21 00:37:45.869000',5,'Sarah Smith','https://lh3.googleusercontent.com/-1YJw-T73HIc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnAUrtLgo4xA0M93w7d4Q8GHtQTlg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41829),('AbFvOqmuivCWtv3mMeJ_jLUKb-lHpsAS0G1zz-Zw-0l4rKk1Emty3DU2FN_RAyHus_L7V3zvqaNQ','Dr Yost, Mollie, Brandi, Shannon, Tobie and Shelbie were great with my son at Signature Care!','2020-02-23 01:59:57.390000','2020-02-23 01:59:57.390000',5,'Brandy Campbell','https://lh4.googleusercontent.com/-Z5CWiyq-uSs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUhDZHAOe5cz8pJup6MT8bjh7liw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39604),('AbFvOqmuIYWorBvdJMzEMm5kmWTrLrBPvqb0EgDG0AVeu_C13Y9dTRtFvqcNYFDV5nXQqo1w1Y8ASw','First time here & they definitely brought us to our room in less than 5 mins. The staff did great, especially Nicole G. who was very sweet to taking care of our son. Our doctor that helped us was great & knew exactly what was wrong with our son. Would definitely recommend coming here. The front desk, Kimberly P. & Cecilia . The nurses Nicole G. & The Rad Tech, Dustin were great. Thank you to Doctor Estevez','2020-01-19 05:30:48.888000','2020-01-19 05:30:48.888000',5,'MarissaJuarez11','https://lh5.googleusercontent.com/-qB__-TRFEug/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl0Q78siv6tTTC-DHLDj7YSrmAvKA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30324),('AbFvOqmukbctfQ5WpEwmj9KZJhXEnWHWgF19upes9NfPY7WTqjI2XN6HBUrphqI1i0G7OFg5gqAj','I’m really happy stopping by here. I came in and got seen within 10 mins. My nurse Sarra was very sweet and answered all my questions regarding recommendations and my current wellbeing. The radiologist tech told me everything step by step that would happen and did an overall good job. Dr. Lindsay was very approachable and made me feel really comfortable discussing my health concerns.','2019-12-20 03:54:29.176000','2019-12-20 03:54:29.176000',5,'Madeleine Mag','https://lh6.googleusercontent.com/-XShp8hS9BY0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmvn2C_m3Ip0nEt4pGFAqeft2pXDw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28930),('AbFvOqmUKNJXKyxpPkCNO7O31AQUz0FjHr0TrudVG2PC0bhCntroTI6d4-VYqPp8omIrS7L9HrOc1w','I have been here several times with my kids and I love this ER. We will always go here. The staff is wonderful with their patients - especially Dr. Harjal, Lorena, Cat, Kathleen, & Natalie!','2019-07-23 01:10:27.152000','2019-07-23 01:10:27.152000',5,'Tiffany Lambright','https://lh4.googleusercontent.com/-RrjiWReSels/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckgytO5bEThDEau-QrHUDH6pI_Vjw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34751),('AbFvOqmUKXojN-2nZ2le7y72CgWN_SUx_iGeZOw9OgdKomhGfzg432Oxz3rXqYgne8Lndbdfh5JT',NULL,'2020-12-18 04:46:15.147000','2020-12-18 04:46:15.147000',5,'Mayank Aranke','https://lh3.googleusercontent.com/a-/AOh14GinXN_XlhmKnGnoy7jgGbnQe9-zw7TBLZjIWrFB7A=c0x00000000-cc-rp','3511292162159714121',40015),('AbFvOqmUlltaPTrO8ps7H-QWe1F8u-4rfBBxKKaGlODmrxMQMBeyTBsHphmKSyxtHsjKGEPXjqT1gg','Friendly and helpful. Resolved my issues in a short amount of time.','2016-11-10 00:24:54.798000','2016-11-10 00:24:54.798000',5,'beta nine','https://lh6.googleusercontent.com/-yqgjmerhDGs/AAAAAAAAAAI/AAAAAAAAAI4/AMZuucl68ppL9BIHb57c-tc7b3KjVuhCzQ/c0x00000000-cc-rp-ba3/photo.jpg','17394740196501090048',37280),('AbFvOqmUlLUVeR9j4ILI5qpddWC1SWP9mlJnPo_pIOHGCxKaBqN7B4YyUzD-gR_B_rXRinFz97sSjw','I have not been to a facility such as this before. They were fast to get my boyfriend in and out quickly with amazing care. I felt as if I was at a top hotel being taken care. They not only cared for him, but me too. Kiera C was the nurse, I think that’s how you spell it. I wish there were more nurses like her. I will be returning to this facility if ever needed.','2019-10-21 07:51:14.861000','2019-10-21 07:51:14.861000',5,'Jaime Shane','https://lh6.googleusercontent.com/-LxGRY3GPhJY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnrsquuCO6SFvVsBekydOlBiGel3A/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41577),('AbFvOqmUlVMUJ_B-D3mcCZPugRlWZXsb9jKtHz6vJR8x9rIuSzQ-3ryS6HHJBOmDnXonNzjNDYzMvg','Service was great. I was In and out in less than an hour! Friendly staff and clean lobby! Highly recommend this location!','2020-12-12 22:07:38.389000','2020-12-12 22:07:38.389000',5,'Evette Garza','https://lh6.googleusercontent.com/-4xOmkCeF_zQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl4dLJJX6wrvvvxqKiHrXRIxcI6Uw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42809),('AbFvOqmUm5VBPKW9nAIamhNc23cREZ317ei5IeM1qI4YA3WyrqOBDeFlSxM2QdvmlR_zCE7ToVoyEw','awesome service. Front desk was so sweet & doctors / nurses truly care','2018-08-21 22:36:27.740000','2018-08-21 22:36:27.740000',5,'Jared States','https://lh5.googleusercontent.com/-GGlKSbK-6_0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm_kzGi-aU-hDnI3GWWRkDgiPgDIw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35233),('AbFvOqmuN0nvWRQQum_vkw7VfoP-eRdauRU5pvNXu-Ek6JAZEAUIRO1B11iZKmW8SAtZPe3dVPMxnQ',NULL,'2020-10-22 18:12:24.766000','2020-10-22 18:12:24.766000',5,'Melany Esperanza','https://lh6.googleusercontent.com/-sz6bJqctVCE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucniY5WzgruHUGDGa1-QXG8FK3SLFQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32202),('AbFvOqmUN1GRQ7bt4D3RdlclAGRqMOnORXiWDLOtvhhpYybezFloTv_4aqc4X-fSN08b8jCtoRw3kQ','Cody and Nydia helped my father, this facility is friendly and the service is quick. šŸ™šŸ¼','2020-08-18 19:25:02.979000','2020-08-18 19:25:02.979000',5,'Natalie Nicole Bugarin','https://lh3.googleusercontent.com/a-/AOh14Ggh1JKbhvYzu6p2eX7WZ0dResGk9iXCtnldBUNYug=c0x00000000-cc-rp','2077061009497551125',38576),('AbFvOqmuNrcOq0iMMEsgiQ9aND238xwWDSEsJZ7YdAwPW_gpe8rWDPtLzTj3XI6Mi8ZAcjRuHIUi7w','SignatureCare on Westheimer is excellent. I have visited several times and each experience has vastly exceeded my expectations which I can\'t say about most health care locations. The level of care they provide is outstanding and the people are first rate. If you are looking for a great place to get reasonably priced medical services, visit them.','2019-01-23 00:10:55.005000','2019-01-23 00:10:55.005000',5,'John Fisher','https://lh6.googleusercontent.com/-BzI8NjyUzsU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmy2skVKthB6In_rH6_oyiAnJjTuw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40691),('AbFvOqmUO1DOZchSe8VqvTQrABxWAVTZme00ZnJB8CkrjGb47ZdqpSqYx_UlM9py5YELSjnDZIdHlA','This was the absolute best experience. My husband was hit by an 18 wheeler while driving and we came here. Robert, Dr Sylvester, and the rest of the staff from the front office to discharge was incredible. It was clean, comfortable, quick, and they had snacks to hold me over while we waited. Robert and the Dr was even kind enough to let me use a charger for my phone. Double and triple recommend!!','2018-12-18 18:05:43.679000','2018-12-18 18:05:43.679000',5,'Antoine Hood','https://lh6.googleusercontent.com/-QVof72y8bkY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn9I4ZM0Rb2AegOO2gx9euzFm0gog/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43331),('AbFvOqmuoksjOhHubiezxKRm_PhTlnzxIqZsrheNO-Z2kRmmonLPv3Bs9bvJPEhZmVekXYbjFS8W8w','Clay and Christina R were awesome. Very friendly and thorough.','2020-12-18 15:53:20.281000','2020-12-18 15:53:20.281000',5,'Ashley Karpinski','https://lh4.googleusercontent.com/-2KAOSW-0OuA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnbw6eFopRilfZGrdhwf8dOp7d0Fg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',44549),('AbFvOqmuoY0gQR3-xUsTzrvcT6K9bJQqPDLCfA33Dv611mvxFhQbwozjrCwm9ES1RoPnxzA69voi','Great service the got me in and out very fast they were very friendly and made the experience great I will definitely go to them again!! Thanks guys!!','2019-04-02 01:06:59.027000','2019-04-02 01:06:59.027000',5,'Johnny Leal','https://lh3.googleusercontent.com/a-/AOh14Ghfv7lftPkJR28P0PWiWwnx8N1-gse5WdbUjr8s=c0x00000000-cc-rp-ba3','3511292162159714121',40607),('AbFvOqmuP6r-FAwgI3PXdHs2oeuxUzw6PpcbX8qonH2hUGpMq3A_YYVwEptg0jOTBloGK6JQJ11M8A','The staff was great! Thank you Katy, Mollie, Regina and Mandi for all of your help!','2020-12-29 18:52:48.429000','2020-12-29 18:52:48.429000',5,'Justin Morgan','https://lh6.googleusercontent.com/-WD89E03pFFM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnHNhfK0F6hYpfTOlTofWNzI-XCAA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44097),('AbFvOqmupDkDG8x0STtrf5dEJTBYsu-pV5dP6quswn13u9mW3Ij14hYGlFsppjLVZnE19Grxg1tjwQ','Was a quick and positive experience. Very friendly and attentive staff.','2017-06-15 15:19:56.283000','2017-06-15 15:19:56.283000',5,'Scott Anderson','https://lh3.googleusercontent.com/a-/AOh14GgFsRb4Z5xdRPr8lHKjNW6XrNGjussSkK7ZeSKTjA=c0x00000000-cc-rp','8918455867446117794',43514),('AbFvOqmUPfQbiTX8fcx5uCVNw3H9NDR4EFcKoboyHbyniT18X2aDQ8qJ0FiU8RDsGYIL6h6eyqrnEw','Great place. Went in for an upper respiratory infection and was helped by Kendra, Dr. Vakey, Jacob, and Morgan. Everyone was very friendly, pain was treated quickly. Even was offered a warm blanket and something to drink while I waited (which wasn’t long at all).','2019-11-30 14:57:22.659000','2019-11-30 14:57:22.659000',5,'Megan Hargett','https://lh6.googleusercontent.com/-prLT8i5_Zno/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclIMtnNbLA_kwEBEKZhoMmQmOkhug/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34538),('AbFvOqmUPYs9XSIJbseGBlO-QW48XGG_il9r7CJexyP6l9amlQl4-StmVm4kX7wi7yhfCcWXsSdk','Checking in and out was easy. Staff was very friendly and attentive. Nurses and aids went out of their way to make sure I was comfortable. Did not have to wait long to receive care. Received appropriate care and testing. Clean facilities. Quick response to call button when used. Wrote a note for missed school/ work. One minor complaint. It would have been helpful to let patients know when shift changes occur. Special shout out to Robin. She\'s an amazing nurse.','2017-05-02 18:10:00.800000','2017-05-02 18:10:00.800000',4,'Byron Holzberger','https://lh3.googleusercontent.com/a-/AOh14GgA-obWesdfM2wck9ErRSNgqdDgSKA6nJ04cmB2Tw=c0x00000000-cc-rp','16590124370714063921',35437),('AbFvOqmuQ1ptqZ3axZZHvatXVyOAy53VYMn1emgnbzxbX1vjcfAlVqks13OR9OqLmEokpnJI2JWmvw','Nicky Ty Cali Michelle were great good service very professional tru homes Michael Hunley','2020-06-26 16:13:33.679000','2020-06-26 16:13:33.679000',5,'The GoldenGoon','https://lh3.googleusercontent.com/a-/AOh14Gh0wNd-1whcJAg5DkrIB8wRi1xQrPU9rCEJvr4lDw=c0x00000000-cc-rp','2694018788013845459',39057),('AbFvOqmUqBwjqw5WzeISVysfbNDH6aolMN7swMSwgbKjDWva8WOW__-70FzmB2Jx8b-1dSlajLJQWQ','Was very friendly, clean, and efficient. Service was great!','2019-12-13 21:37:12.518000','2019-12-13 21:37:12.518000',5,'Ariah Brown','https://lh5.googleusercontent.com/-0uXhLbFz3ME/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckH2SE4HTHf7R3aSAm3w8m_lyubRw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28950),('AbFvOqmUrDN1IrBtm_oRghD-q6JKrMycM47Qybxm-mVLI9g-QztO5G2ZngXZlBQFr2jxeITuQmV-dQ','My friend was very sick and came here by herself while i was at work. She was very nervous being by herself and the staff including Anthony made her feel very comfortable! When i got there everyone was super friendly and helpful! Highly recommended coming here!','2018-09-12 03:39:20.883000','2018-09-12 03:39:20.883000',5,'Skylar Anderson','https://lh5.googleusercontent.com/-ohmhAqZRM90/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckj7ViwEqiqH7wbFwjGQXxceKnZsA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35190),('AbFvOqmUrOo43cyk30-SRIDQW227RyMw2JBiX5GeYliQqaXkHJwBqobAbcq6q9gd7n_5xDzPTWGf','Tanishia was amazing. If i’m on the edge of death i’m def coming herešŸ™‚','2019-11-18 05:59:14.161000','2019-11-18 05:59:14.161000',5,'Telle','https://lh3.googleusercontent.com/a-/AOh14GgHDzsTqaWCL_I44-26rTpFBaS_80eZqV8kUspm_w=c0x00000000-cc-rp','17898197009688164559',37874),('AbFvOqmURR7q0Xqu_aWxHYsiSnVCg1iQpu0V39KS99tYfohDu62WySznR8gB82sy25iSltiiSfR1zw','Great Service! Quick and Safe. Dustin did an amazing job of explaining the covid test process to me','2020-09-24 18:12:46.572000','2020-09-24 18:12:46.572000',5,'Guillermo Arbelaez','https://lh3.googleusercontent.com/-kd9ZCgUeCSI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl_CMV0nK_n7SyBfx2i6T8XyYhXGw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30094),('AbFvOqmUsfM0_bmzBSU6q5HurKOTdA-CWyOrIOes1b77xDInCN3I_AbUVi_PdROM8jqWJNvBGlz1BA','The staff was incredible - so kind and great communication. Chelsey, Remington, Shelli, Aileen, Rose, and everyone were so amazing! They were so quick getting me in and made me feel very comforted while I was there. Went in after having COVID symptoms and quickly received results in 15 minutes. Definitely would recommend!!!','2020-11-04 18:18:52.623000','2020-11-04 18:18:52.623000',5,'Katie Frost','https://lh4.googleusercontent.com/--NiSpTk3mkA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmPckgOxQWkWzPMegYekmtzgZrcTw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35648),('AbFvOqmut1OWKD0zr75HEDqxwWqXAfpWq9qgkASi7-8uRmo6zq3XGaI4iIh1EoW9AInoNrlCIb7u','I brought my friend here for a bad UTI infection and immediately upon walking in we were greeted with disrespect by the nurse. He was extremely rude and treated us as if my friends pain was not extreme. He treated us like children because we did not walk in with a parent, disregarding the fact that we are all 19 years old and pre-med students. My friend was in extreme pain and we were not treated with urgency. We were the only people in there and we waited multiple times for an extended period of time for the nurse and or doctor to treat her. I am extremely disappointed with the way that they treated me and my friend who was in a lot of pain. Many passive aggressive comments were made and we were treated very rudely.','2019-05-02 05:55:14.117000','2019-05-02 05:55:14.117000',1,'Stella Sable','https://lh3.googleusercontent.com/a-/AOh14GgqpKwZjPwwW20Rm_5NNDnWmaY5gwfkwuOy45t8UQ=c0x00000000-cc-rp','14904078213800803294',32472),('AbFvOqmuT44W8yNBn4zf7lzgeiTQtxeTqScOJq0D3HpORk8RsDQbmJroSHUZqDuZ42_PVMC3hYqHBA','Signature Care in Lewisville is great. The staff Mostaque, Mollie, Brooke, and Anavel were all very friendly. They made me feel comfortable and being that I don’t have insurance they gave me options on how to get my prescription at a reasonable price. Excellent place to go to if you need medical assistance. Oh and they get you in and out.','2020-03-03 08:28:03.985000','2020-03-03 08:28:03.985000',5,'Kametriese Cooper','https://lh3.googleusercontent.com/a-/AOh14GjqRvO4z_2oud96e2xEaq6i12hgfQE4WKO8EVC4=c0x00000000-cc-rp','14748677429039074158',32122),('AbFvOqmutIq3wlJPy-njQESUV2422ER9exFS9_ur29jjNLTO_dxTytMi_4fwo-8GLaFzOw6_hfwKIA','Great Staff, soon as you walk in Amanda and Lorena are the first to get you situated and helped as soon as possible.\nBretnie and Christina looked at me and already knew what was wrong and took care of me right away. Overall this is the place to go when there\'s an emergency!','2020-12-06 13:39:04.623000','2020-12-06 13:39:04.623000',5,'Patricia Baynes','https://lh3.googleusercontent.com/a-/AOh14Gh9EKYBx-gFXJvskwWAO_r0uzA0k1TrSsgVEipV=c0x00000000-cc-rp','16590124370714063921',34055),('AbFvOqmUtJayFU0n-ltmK7IjDhb2MnPHru5W_H4S6HVSH60AU8D7fonTbnoLFGnBz0JArmbQ4NrWqg','Loved the staff! Kat was awesome and even offered my son a warm blanket! Amazing and efficient service! They made our ER visit as painless and quick as possible! I will definitely recommend to everyone!’','2019-03-29 03:52:46.592000','2019-03-29 03:52:46.592000',5,'Bruni Ortiz','https://lh4.googleusercontent.com/-7-e-r-ladT8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckHB-fQ34BqYM9cZS61tGUwzIYL3w/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39369),('AbFvOqmUTxUVP6nfHE0VjPtEqAff9k_V2Ge8rODy14FqU_-6AW2cPa4FnC6KD7wDY-RXZJj5SdklAQ','Anthony and Dr. Vakey were incredible. This was my second time coming to Signature Care and it was professional, quick, and enjoyable.','2018-11-19 20:09:30.898000','2018-11-19 20:09:30.898000',5,'Morgan Sewell','https://lh3.googleusercontent.com/a-/AOh14GgqzP9xZLkzigYU_otgCjTtJEwb39AqPypy5fsy=c0x00000000-cc-rp','16590124370714063921',35099),('AbFvOqmuU1uevfD0G-h0TMWyh6ELVzR3I2IlNKxyMoXHA0Is7GljfHA6zH8h7lvb9qVnnZ2LiRBb9A','My child was having an allergic reaction which could eventually lead to anaphylaxis without prompt care. We went to an urgent care center near this location hoping to receive competent care but the front office staff were indifferent to the gravity of the situation and they consulted with the Dr. who seemed to not want to \'deal\' with the issue either. My child needed steroids in order to resolve so not super complex. We left there and went to SignaureCare. They saw him immediately, quickly dealt with his issue and administered the meds to make sure he did not have a more severe reaction. They were amazing, efficient and caring. I would 100% recommend them even though fees may be higher than an urgent care center it was completely worth it. Great job and we are thankful for you!','2018-07-03 01:41:57.475000','2018-07-03 01:41:57.475000',5,'Laura Bennett','https://lh6.googleusercontent.com/-b4jF7N_S6Kc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckQDmYM8eqGu3XGdXvcqAC-xg9IWw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35260),('AbFvOqmUu2PTtRJ-CG89-IjDU_eotardCxWkEElplA2hT9yQugxXRcIIE5ZVfi4wj9UAqZgduO5Pmw','The service was awesome!! I took my son there . Warm welcome from Keaira the front desk.She offered me to go to the waiting room where there’s coffee and snacks.\nThen after my son was done with the Dr.The Dr who treated him is Dr O’Malley. He came to the waiting room and introduced himself to me.\nHe explained to me my son’s condition and what he should do in order to heal.\nI was really amazed about the staff and their hospitality! I recommend this clinic highly!!\n5 stars ā­ļø\nThank you so much!\nMerry Christmas and Happy Bew Year!\nNashieda','2019-12-21 16:22:58.702000','2019-12-21 16:22:58.702000',5,'Nashieda Hadi','https://lh3.googleusercontent.com/-jvcBaUJEosI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclc9lQBgZCr6bagVmbQh_33ivYDxQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40363),('AbFvOqmuv0jsn-CKJGzDn23t3SPkfZXIU07AoJ5-heMEINqLBkILoTJjyBUuorX1rkprnr5FJltnyg','Took My Wife here for a Post Op Complication and they helped us and made us feel very comfortable. Great Physician and Awesome Nurses! Thanks Signature Care.','2019-01-22 22:46:19.480000','2019-01-22 22:46:19.480000',5,'DX Construction','https://lh4.googleusercontent.com/-9Fli-SjQeYs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn1IU207jGRn4rkkIocaBoCqPVLbg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40692),('AbFvOqmUvePdIXJh1s_btIavGLl3X5rlgMLA6uhZp8WR6F350cepqw1gtGzvPpUOdODumydeudY1XQ',NULL,'2016-11-28 17:03:52.915000','2016-11-28 17:03:52.915000',5,'Ivanska Merced','https://lh4.googleusercontent.com/-5wGsSjqgC7k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckcvTZRPZKLGgp-bRglVlafZBv0aA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37259),('AbFvOqmUvvLPcDeJvS_ZsALhR16_zhOvXZHgaiMuozWj5SCSVdBnOiCv6LsU25cWFtzEF3E5EifuSw','Staff was okay as far as customer service. However, this place needs to understand that as a patient I deserve some respect. I made an appointment at 6pm and waited for almost 5 hours to be seen. That’s not even the issue turns out that another person was called before me, I had been waiting more than an hour more than him. NOT FAIR! The least they can do is get their files right and call people how they should ! Ridiculous','2020-07-09 03:34:46.324000','2020-07-09 03:34:46.324000',1,'Susana Quinonez','https://lh6.googleusercontent.com/-hd-nRNLZohw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8heIcePL39CYWBDLln1PDBa2nwA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37588),('AbFvOqmUwLfLrKZswAWl53bAfzI4o1bl9SXUO8-Lv3jE_4EAiqV-uRXl9lvIhJ9P-rz4khOYekjqQg','My family and I came to get tested for the Covid-19, and we were introduced to these two lovely ladies named Jessica, who came to us in a very timely manner. Also we were greeted by Gabby who was very helpful! These wonderful ladies were very sweet, and I highly recommend coming here during an emergency.','2020-08-02 20:48:31.289000','2020-08-02 20:48:31.289000',5,'irisss','https://lh3.googleusercontent.com/-TqQXGoZcgmw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn0Qr5dnHOHkTOc_lVqRU6BEFivnQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41317),('AbFvOqmuxXxag9DfSXVGu5e_sIMQPo7b7Wa6F0jn8vNVgRLuQvGRl0RLYli88ezYof4ytdwgV_tKSw',NULL,'2021-01-05 19:54:36.419000','2021-01-05 19:54:36.419000',5,'Devan Raj','https://lh5.googleusercontent.com/-1Ph51O-XIMA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnn87B9YJhuaFX8n2uEa8y_QG_26Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',44359),('AbFvOqmuy2FmJ06kFbX84YN25M_a4UJhBinFdU46QWIFrg-KiiryiCRHiWHV2K7lW3MovwcZc6TtWw','Everyone is so kind and quickly ran tests to rule out fears I had a heart issue. I had zeros wait time. The receptionist was extremely welcoming and the doctor was succinct while being very empathetic to how I was feeling and his thoughts on what was making me feel so bad! Really, really recommend this clinic','2019-11-03 00:08:52.270000','2019-11-03 00:08:52.270000',5,'Lisa Lents','https://lh4.googleusercontent.com/-nF-0PkpkLEs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm4MAh8j6Kz6BnrhJ4PE0QUh4Qh2Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33787),('AbFvOqmuy2q2TetUxnGaSPCAIF-M6RkfVIPF-uAZOROXU90oSn2JYGFa-21R2kYFbsLMDfyzceft','My family and I always come here, Patricia was very patient and welcoming from the time I walked in to the time I walked out. Dr Edwards was very informative on the diagnosis and Nurse Jesse and Selina made me feel comfortable and I could really tell they love their job. I needed a Cat scan for the first time and Tino took good care of me and made sure I was comfortable and so did Wendoline. I will most definitely be referring my friends and family to Misson Bend Signature Care.','2019-06-07 15:56:51.108000','2019-06-07 15:56:51.108000',5,'Justin Hudson','https://lh3.googleusercontent.com/a-/AOh14Gi0xwNPhI50rvnC6WU8zxspBTn-yoh0j39J-Mcc=c0x00000000-cc-rp','17394740196501090048',36774),('AbFvOqmUy6mxyPBuC5AhGYjpdbC8NeI9fkCjkSMTEsY6hsiuD5D-yybcUdnUkPvO-Po_HzDZ29Ydcw','I\'ve been here quite a few times!! And its the best care I have ever received!! Doctors and nurses are patient and do their best to make you comfortable and explain the diagnosis and after care instructions.','2017-08-07 19:48:46.359000','2017-08-07 19:48:46.359000',5,'Sally Van Cleve','https://lh3.googleusercontent.com/a-/AOh14Gj9ZerZIelDNFOyZTLXE1DN_GOa--FajT7XVmWPyw=c0x00000000-cc-rp','8918455867446117794',43494),('AbFvOqmUy8KYAWc5sJHIhSxtSCSBReUFfkOM3tmi7QgrX5JCs8ZvGj-JNB7pJMBZaKM1gAMDtZ-5QQ','I was treated wonderful from the moment I entered the facility to the end of my leave. The front desk lady, nurse, doctor, and the tech were very professional and polite.','2020-01-30 20:02:33.484000','2020-01-30 20:02:33.484000',5,'lina pau','https://lh3.googleusercontent.com/a-/AOh14GjE9YV9SYwGJQz-2Sr8JgApwP70TFSCKTGsDhP533U=c0x00000000-cc-rp','8679688254631342173',42466),('AbFvOqmuYKRuNCSr6drf__eeNO2b2U_kKPV7B_nMnDeAYBb2n15JZiNIvVmxlK7KEYJMVZ0smL-D','The staff was amazing! The minute I walked in, the front desk greeted me and immediately got me checked in. Within a couple of minutes I was called back. Literally a minute later the doctor was in to see me. Dr. Rose was awesome! Very kind lady. The nurse was excellent. They all made me feel at ease. They explained everything in detail and made sure I was comfortable. Very attentive group of ladies. I definitely recommend Signature Care!','2018-09-30 20:18:45.238000','2018-09-30 20:18:45.238000',5,'Jessica Davila','https://lh3.googleusercontent.com/a-/AOh14GifZGQSBL6cE7jZbDUX5lMs9FdVHm_SLmBbScVZrA=c0x00000000-cc-rp','16891069708558046635',36347),('AbFvOqmuYLdApuK_MUmI5rpv6gtp0yVvv2x3TVmtVD9uJq77T4h7Djnu5xAo6RgoK1iOSmAU1OV6Ew','The best emergency center in town! Service is quick, staff is exceptional and facility is clean and comfortable! Atmosphere is welcoming and they have all the equipment necessary for your situation. Nurse Kat and Dr. Joseph are the best! Highly recommend!','2019-10-10 05:13:41.896000','2019-10-10 05:13:41.896000',5,'Roselyn Santiago','https://lh3.googleusercontent.com/a-/AOh14GgH_RRZ-9mT-FmNOcU4XjQx4I1ciRDr8RAj6Csp=c0x00000000-cc-rp','2694018788013845459',39245),('AbFvOqmUyM68zrbD2UyjtJNTahlXZekASKiaLls53lKQmc_-f2roe0jXaJfrXvOVXIHfVTQ7VSSirw','Very great facility, I loved ever person that assisted me on my visit (Doctor Henderson, Nurse Sarah G., Rad Tech Fatima, ER Tech Elaine, and registration Tanisha) all very caring. This facility is better than going to a top star Hospital!!!','2019-11-22 06:03:16.666000','2019-11-22 06:03:16.666000',5,'Ollie Richardson','https://lh3.googleusercontent.com/a-/AOh14Gj2OSSwTVBe1M-x2OFDGNykimaFHxa9JDc_ixOFGg=c0x00000000-cc-rp','17898197009688164559',37853),('AbFvOqmUYqIoVS39V1d0BXUQYKCu-P6hY94JiI1TyWUzLYyCszj6AHxuqiE-Gwbqx_L1-5hwTLjqNQ','I’ve only had great experiences here. Dr. Dang, Nurse Sherri, RAD Bryan, Tech Richard, and Erica in reception, Thank you for the quick and comfortable care.','2018-08-25 04:12:16.152000','2018-08-25 04:12:16.152000',5,'Paul Kremer','https://lh3.googleusercontent.com/a-/AOh14GjkAwbGr5vUuNB5DKHFw-AmaJ2HU_GAbToW9sHK6u4=c0x00000000-cc-rp','14567670160750071148',30773),('AbFvOqmuzHw3F5WVX8ASeOx9jnBC4CamgTvILB7P3rgHLnyiyuid-3512iEMdL8relV7IIpn54B4Bg','First time coming here, and the experience was amazing! From the moment we walked in they greeted us and made us feel at home. The experience here was fast and professional we were in and out in less than 2 hours. Plus the hospitality was very genuine. Thanks to every staff member who made this visit easy and stress free.. and also making it as fast as possible to treat the care of my wife.\nThanks Dr.Golla\nNurses: Jubril and Tammi\nRadiologists: Sandy\nER Tech: Ralph\nRegistration: Patty','2019-09-23 18:21:41.840000','2019-09-23 18:21:41.840000',5,'Marco Reyes','https://lh6.googleusercontent.com/-NfwXeFU2cnk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckorw2jbFAjaM6VBvZrs6fmQ5wx6w/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36703),('AbFvOqmuZMyzpd-TV7dOSVdbgc_NL4yvG6EW07WkK7Srmgrdkid8sJntgziIUUZMFSVTXwjAUuKc','Amazing staff. Fast and Easy process. Handled safety guidelines very seriously.','2021-01-27 02:30:48.805000','2021-01-27 02:30:48.805000',5,'ChloĆ© Chehab','https://lh3.googleusercontent.com/a-/AOh14GjhXMSYqw4QwdjfC8KNG8bvGsqWYG6ArsC2m5VKuQ=c0x00000000-cc-rp','14904078213800803294',32194),('AbFvOqmuzQ14IMngeFzZjR_W1tpq9bERnvc_Uq_h2jAe2oia-ON1tfe5QhenWSUGB-Yu0QfQ40dJWA','This facility was very clean and comfortable! Tricia, Heather, Sean, Jesus and Dr. Hall were all very friendly and accommodating. I definitely recommend this place!','2019-08-09 18:53:44.276000','2019-08-09 18:53:44.276000',5,'QUEEN _CHERRY_PIE','https://lh3.googleusercontent.com/a-/AOh14Gh-6DvaRPic7dpDCPAXoBPg_JDEamVOZ-4GvE1VnA=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmV_wzwLGMocrJhcaVQ4mlMEerqSkP5ZvQobTxNVGbwtOZLnsOkep8Tc1FYIKpfraY9uvQx','The place is new, clean, and no wait time at all. The doctor seemed knowledgeable and sincere in his care and diagnosis. The nurse and front desk ladies were both a pleasure to work with.','2017-01-10 13:16:45.048000','2017-01-10 13:16:45.048000',5,'Richard Gonzales','https://lh3.googleusercontent.com/a-/AOh14GgzqbwvKGT-OCHRTRrsZfyGa3WLiB4D03CMNrUr=c0x00000000-cc-rp','14567670160750071148',31134),('AbFvOqmv-9TiJbWBSqZQ2buID8iXgbIE7pgoLqb6r7vi_wbodosogXVYGKFSUw44fC-z49SYs0WE',NULL,'2019-11-25 21:02:40.093000','2019-11-25 21:02:40.093000',5,'Abdelkhalek Atiyah','https://lh3.googleusercontent.com/a-/AOh14GjLpUDdbW3Y7kpzInesHlloD045i-RDXLwLEpWc=c0x00000000-cc-rp','8679688254631342173',42568),('AbFvOqmV0ic9ZctUIt9DY19mgHt20o26Nr6EJCbHDU4y5VLdffgqvxF0dIfeCxWJVRsHe94m_CwReg','So friendly, professional, and FAST! Thanks to Alicia, Erica, and Ashley K! We appreciate you taking such great care of us.','2019-07-04 16:53:55.565000','2019-07-04 16:53:55.565000',5,'Ty Prestridge','https://lh4.googleusercontent.com/-JHww3MIG2Bk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmM7Dr6m3043QSpz1V8eLwABHQuwA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42034),('AbFvOqmv0Kx-NvokB26mZXpPnduhyb39Lelp9YzJFnO3huTsHATLsV1y2gAbsdLgjgQ5SjElaW8MRw','GO TO AN ACTUAL HOSPITAL!!...$2000 + a $600 doctors fee...was there for maybe 20 minutes with a leg infection..doctor spent maybe 10 minutes with me in the chair on the opposite side of the room relaxed like he was on a break of some sort ($600 for that) gave me antibiotics that my primary care doctor said can cause a host of other problems. They didn’t even help me dress my leg when it came time to leave. Don’t fall for this sham of an operation...chances are they aren’t in your health insurance network either.','2019-10-25 06:47:25.822000','2019-10-25 06:47:25.822000',1,'Bryan McConnell','https://lh6.googleusercontent.com/-uRJHOPA0gDo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclNPiiBD3jGVpn2V-KVvNcMeOefZA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34598),('AbFvOqmv0ouY6HahuC3BogqXFu26pCXiAu3Qf5GCZFRgWqw9NR6yrcmjaPAGuTFJu3FVkVibscq3',NULL,'2020-08-01 02:46:53.173000','2020-08-01 02:46:53.173000',5,'Consuelo Iniguez','https://lh3.googleusercontent.com/-svIg_Kty8iI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclmDwImTpjnC1rZw7J89ViLEA_0mQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38680),('AbFvOqmV14nVDZgfv_UUdhOG7ErlGq27PdPSKBi1nhVwLHbPzPkFj7-DxO4ROvPkAnziuAORYs0Bog','** Please Be Careful, if you’re visiting **\n\nThey advertise COVID-19 testing. But when you arrive they make you stand outside with other possible infected / sick individuals. They give no timeframe if you will even be tested or scene by medical staff. So pretty much you either stand around or sit on the ground with other individuals on the hope you might get tested for Covid-19.\n\nIf you had the possibility of being negative prior to visiting SignatureCare your chances probably will go up by how they are organizing it.','2020-06-27 01:37:35.904000','2020-06-27 01:37:35.904000',1,'Daniel Rivera','https://lh5.googleusercontent.com/-KdrGycQa8s8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnQNb0EKQUYbur3gosKGv2TDcpRQQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32320),('AbFvOqmV1RxgHaBCXrUsJrALKkZpIce2DbhY-OeIRhrv28_3kcXImzjP1mWtZwIcv0fvK4rsw5TNAA','A great experience and a great staff','2019-02-25 01:13:22.417000','2019-02-25 01:13:22.417000',5,'Trent Jones','https://lh3.googleusercontent.com/a-/AOh14GhZfhJ8WsqSvK5yv2Y62oC3OMX-MOG3xLeNtPg=c0x00000000-cc-rp','16891069708558046635',36266),('AbFvOqmV2B6ztddfc7fwnao9t1_Nqc7BVssnbD0QWUI2O6Hzx1a2ZD3YfZ2-3ePDfG8sw2uTPElp','They took great care of me and were quick, kind and informative! Thank you Dr. Singla, Leslie, Hamzah, Olivia, Jessica & Agnes!','2018-08-25 18:01:31.060000','2018-08-25 18:01:31.060000',5,'Fepher Ayala','https://lh3.googleusercontent.com/a-/AOh14Gimrk57J6DuvLl5s9Nr7wcmjVW2LSSeR1tz-n9EANo=c0x00000000-cc-rp','3511292162159714121',40843),('AbFvOqmv2BSPUYwhcAQxBu-vEX3FkJ3t47mUdsi1J6xAVEYHwy3h-Jdtgl1QsNHPHfzQ5nFkg92T','Thank you a million times over. I am so impressed with the level of care from the staff. Dr. Garcia Ms Brenda and Chris were my first team members to help me. They made me feel comfortable, cared for and informed. I highly recommend them. I have been to many emergency rooms but this one buts all the rest to share. Two thumbs up. Thanks again','2019-03-10 09:36:20.805000','2019-03-10 09:36:20.805000',5,'Mary O\'Connor','https://lh3.googleusercontent.com/a-/AOh14GivX6hXxPUcBlyo494ABbSTrACHRok2TZzkmFHtyg=c0x00000000-cc-rp-ba2','8918455867446117794',43285),('AbFvOqmv2gcr3uGIh9oCDh2MtSjApKY852Rrne5KJdrNKhutbMvhu25fHY1wUrpnsfwfzDRNHU0ibQ','Tanisha was really helpful and patient and nurse Lynn was nice too.','2020-02-17 03:36:32.850000','2020-02-17 03:36:32.850000',5,'Duane Shipp','https://lh4.googleusercontent.com/-6y8XKhA6N0o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm_RAYdPL2_IFY_admmfplsDL_I3Q/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37695),('AbFvOqmV351kWTPzO_UZjvf-scTU0vNWAF_q7Zn2m5M20xfRHzgtIAc6-p2WtJmBzpUdLbvzQc_q','I am so impressed with this facility, the staff, and their service. Dr. Akunyili was kind, attentive and great. I was seen quickly and they made sure I felt good before I left (when I arrived, I was in bad shape!). Nurse Dana was amazing.','2019-09-14 14:06:19.134000','2019-09-14 14:06:19.134000',5,'Wendy Lee Johns','https://lh5.googleusercontent.com/-aRHowSPd_Ac/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn0O_OsBi2pZwnLwEW6LIurAwmaQQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30459),('AbFvOqmV3oVWY7iXQJjUtF1lBFL_YMLv-vM64iaKD8xlvXzkx1iR401PHTKS-e6NYQDZd2LdAXFTLw',NULL,'2020-11-02 03:33:29.908000','2020-11-02 03:33:29.908000',5,'Rohan Mathew','https://lh6.googleusercontent.com/-K3DVQiih4Is/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnICjUYtBJZYthLFxvoTv41jo94nQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42846),('AbFvOqmV3uHva885zijUBoUcykHJFiWt_embdbl4ajRMP5WrjlupWxlu4ahQ-7KQ-zweu-AN8qEfJg',NULL,'2019-09-27 05:14:34.940000','2019-09-27 05:14:34.940000',5,'Carlos Garcia','https://lh3.googleusercontent.com/a-/AOh14GjjsrkFsNPtrxYKdiY8fzlJQryWqgFm5fECeOvi=c0x00000000-cc-rp','13486358490203335051',29653),('AbFvOqmv4t8BbbsD5SQ8uMCBwrqKlnNY-JLy7oo60NWsBwvPew5VcGI3ftO1hEMyg-g3tJ1Kh4iC','Great experience! Went in for back pain. The nurse Lynn was wonderful, the x-ray tech Fatima explaned everything very well and the tech Daniel did great with my IV. The whole visit was amazing!','2019-09-30 04:34:53.135000','2019-09-30 04:34:53.135000',5,'Courtney A.','https://lh4.googleusercontent.com/-wzW9btRSqSU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn3crYRPip6arjsEnL7F6tRSPgBXA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37977),('AbFvOqmV4UF3yMoDDqahB9aaa4Q8BdS0EZ31ffyEoGOujVJEGN9a942qPrwY9opJ6wxyHkc7BWyrAA',NULL,'2018-03-07 06:39:46.500000','2018-03-07 06:39:46.500000',5,'Nafisah Hankins','https://lh3.googleusercontent.com/a-/AOh14GikIPfJ4xAPzR4fpNuSp9AK1CIzajjFCRHuu5JF8A=c0x00000000-cc-rp','16590124370714063921',35299),('AbFvOqmv55mDL4H_H6EIvLRvW8HCwyYUsrzH9ISwJMbH4a0fMtrRDewiCQgoq52Q4vaBhA-fNbnuCQ',NULL,'2016-06-23 21:43:08.841000','2016-06-23 21:43:08.841000',5,'Michelle Harrison','https://lh4.googleusercontent.com/-V-VQb8il4Wc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmmiuPZE7oQ11Li0tbuv8jSpPZyEA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32801),('AbFvOqmv56UKA4c8mKZA1GvJAkW6vrmUNdBnL2lV73BdTiNbkwNAABcGQ8gtKelIYqu31vECXOfhSw','I think younursekara andjaylondid Avery wonderful job!','2020-09-26 03:29:13.824000','2020-09-26 03:29:13.824000',5,'Diana Sellers','https://lh3.googleusercontent.com/-_g_f0G0vPYg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn5CimaW8sjGPliAwMB2tc9LQJI9Q/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39510),('AbFvOqmv5V6qVrsjf_wCApHnr6YdUgQ7lOGgG1ZlA2-aXWp6z8XUpdseOBh2oOVfxyUfFExEGxJ0zg','Fast, great service!','2016-09-20 15:19:17.814000','2016-09-20 15:19:17.814000',5,'Jeff Martin','https://lh6.googleusercontent.com/-zJ9Z_mUMalM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnBmCZKw8Wk1crRSJ5cgWLsk1bWYg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31184),('AbFvOqmv7LzQ31zQ1JTd-M62xvoS6uIWTssdsjJrTaVdLk-nJRkW-8lEY5HpdPKWW7bdRMVlS7JNYw','From the front desk to the patient room, the entire experience was a beautiful one. My child walked in feeling nervous and exited relaxed, actually smiling. We felt seen, heard and RESPECTED by the entire staff (doctor and nurses). Gabe and Dyveliz were wonderful!! Thank you!!','2017-05-20 18:58:29.921000','2017-05-20 18:58:29.921000',5,'Udoro Gatewood','https://lh3.googleusercontent.com/a-/AOh14Gin_beW9sas3ozHP9STMP_oKkJndlvdvrQad8qGwA=c0x00000000-cc-rp','16590124370714063921',35427),('AbFvOqmv7VwNFDYzSeXCAvKRkgsCCr-caKaIX183jULFcnRCjxLR913hNjNKcK2fIyaWX1RWh1CKkw','Fantastic emergency care and staff. Probably one of the best I’ve experienced. The staff and Dr.s are always friendly and straight forward. Very short wait times in the waiting room and examining room.','2020-07-04 12:48:54.456000','2020-07-04 12:48:54.456000',5,'Dan Houdek','https://lh3.googleusercontent.com/a-/AOh14GhdksgKMAONxwKc4QExLxSJEnIsu6fvf_jGAabsqQ=c0x00000000-cc-rp-ba3','16891069708558046635',35860),('AbFvOqmV8hfZdt76T3PcD6XLa9aXmTulHOQglIXKk_uQgeoElyt24ZIufA6C_hjk9jr5oFBbXs4ALw','I\'ve been to SignatureCare Emergency Center multiple times and each time they\'ve been wonderful. Dr. Elsbecker, Dr. Lingan, Adam and Chris M. have all been extremely helpful and each took the time to make sure I\'m comfortable and well informed on my condition. I highly recommend this team.','2019-12-19 01:34:10.809000','2019-12-19 01:34:10.809000',5,'Greg Katanick','https://lh4.googleusercontent.com/-CLa9-4W8FLk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckw5OzboVwYxXfRUBSWD0Pzile1WQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36039),('AbFvOqmv8nJlTg8ggWFJISBStlMotafuyx6QyhM3_fDv54ijPE3NkvG10ekECWgzqjlM1CKuBJTf','Great service and very friendly staff. Dr explained everything in detail to me. Nurse always checked on me and sonogram tech was very friendly as well.','2019-05-22 18:17:37.206000','2019-05-22 18:17:37.206000',5,'catherine vargas','https://lh4.googleusercontent.com/-bISdYqWVtLk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn0sfoRq3ado0icy54fWyfby9krBw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41721),('AbFvOqmV8sc4d0q9FHwMHTXB7HzdIzIKPtYA7eTnLtjhSOqSU4yRKV01gSueLh_754Cu5gwALSV9Yg','Extremely professional and friendly. The individual care from the staff and the doctors bedside manner is 5-Star!!!!!','2019-02-28 13:51:58.907000','2019-02-28 13:51:58.907000',5,'T. Anthony Terrell','https://lh3.googleusercontent.com/a-/AOh14GjqtN6sT56u-27xQVZzWQbmPMWghV3-LxNVBBvH=c0x00000000-cc-rp','16891069708558046635',36264),('AbFvOqmV8w5MzFryMKgOYsFaZ0lB98apkLkHMdvAadnLx9MHRbd0fNZBIMcI6XokZmIptrfSa0xf','Very good service, fast, professional, and organized.','2020-07-21 17:32:41.236000','2020-07-21 17:32:41.236000',5,'Erykah Elder','https://lh3.googleusercontent.com/a-/AOh14Gid9qpvHpKMPAdvFO5nTvNpXHQeIA8H0lqdakm4bWQ=c0x00000000-cc-rp','14567670160750071148',30161),('AbFvOqmv8ZIh_LkUGDZVOWt_ZPHCWXnQvTEB_RGmEl9Snhi3APOPIFn45VXqNxDfdYnszOjEBq7Vkw',NULL,'2019-04-26 15:30:07.298000','2019-04-26 15:30:07.298000',5,'Dementice Johnson','https://lh5.googleusercontent.com/-KVQqH8qMy9E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTq0HhXlqo2BkxzsBgVIlEhST24w/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42706),('AbFvOqmv8ZJ3A-o-GGSkDosTQ_rxdwL_srGqnXOoBVOwr3wftYMtUypelNhYKc0A4XAmIHsh3o0O7Q','Rude front desk personnel. Won’t come back. No compassion whatsoever.','2020-07-06 14:48:40.977000','2020-07-06 14:48:40.977000',1,'T M','https://lh6.googleusercontent.com/-GCMWX0VbB-s/AAAAAAAAAAI/AAAAAAAAAIU/AMZuuclgV6mFTjkycJuxmBbGRHpFRf3gNg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30182),('AbFvOqmVaj17BPcQhIIEEl1KZPkloB9XKauufh_xy4HX3zkMytSFfA2Ssc0pwa3bjlVkTMlaimhAZQ','As hard as it is to give high ratings for being at one of the last paces you want to be, I have to say this place is awesome. The staff are all super welcoming and comforting.','2018-07-03 04:54:15.378000','2018-07-03 04:54:15.378000',5,'Jeff Hall','https://lh3.googleusercontent.com/a-/AOh14GjBpj0MqBou8c31WWxCqqrnIZKklNyPYnxavthQnA=c0x00000000-cc-rp','16891069708558046635',36385),('AbFvOqmVALxXDSetgU0a_GT_x2E3w2t6E_KoWsJbRzcHBmKJ-L3ZV0xKpTDkAT8O3a5_43paYuHZ4w','Exceptional staff! I had Alicia, John, and Kanyon. No wait. In and out in a little over an hour with xrays and all. Highly recommend!!','2019-05-20 15:40:51.592000','2019-05-20 15:40:51.592000',5,'eric sawyer','https://lh5.googleusercontent.com/-OEb1XCBJFPc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckBZSEE8DwqA9WvdYP2HLXM5Ft5MQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42074),('AbFvOqmvb6gviseLgFzakMehbmHkuQMVyTx8U-3QKcfx9Bm3cuYjsSYsKeqb6FY-vjmsPif5vHG83g','Fast, clean, friendly, and caring staff. For every emergency I always go to signature Care. Down the street and convenient.','2019-06-09 23:47:02.322000','2019-06-09 23:47:02.322000',5,'j Amaya','https://lh3.googleusercontent.com/-maMnvQ29QNY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1ORtGCxcjbn-_Q5QSB_MVhqZg6A/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38150),('AbFvOqmVbDTIx1pkpFS6a9SqPgwCAZzkzl9BjTu1roR5A-UL4opjNFPFqKOVlZyqr7NIHBduHBsmAw','Great! Told them what was going on and they wasted no time. Took me in and took care of me. Wonderful and friendly people here! Very precessional and highly recommend','2020-09-01 17:11:23.420000','2020-09-01 17:11:23.420000',5,'Charles Nowell','https://lh3.googleusercontent.com/-lZevBmm9seg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmc1fsWArO0z5n0-tBb7T_ng5--Pw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30127),('AbFvOqmvbTlTsU5jJrWKlwirBYmCkHdIStuxmTBF-RPOPobNDPfPXL88gKOMcyAll6sOUdrIwI3E4A','Front desk staff, nurses, and Dr.’s were all fantastic and made us feel very comfortable. The facility was modern, clean, and hi-tech. Almost no wait time. The Dr. was very thorough, and took extra time explaining things to my wife and I. We wouldn’t hesitate to come back again if necessary.','2018-11-26 16:36:19.457000','2018-11-26 16:36:19.457000',5,'Michael Horne','https://lh6.googleusercontent.com/-k__1LU4E6vM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn9vhGCsltXJmI6fsSFnVu1nqwayw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30674),('AbFvOqmvC3zsuOA-OZW2Mu_Y3vvTYiK1S8aVeWVPWJ-fdEi0K7hvnnsFIVraS3Y7ckayhwfMoUqd2Q','Amazing place, the staff is very friendly and attentive. Also the facility is nice and clean..','2019-05-01 04:34:23.384000','2019-05-01 04:34:23.384000',5,'Xochyl Maldonado','https://lh3.googleusercontent.com/a-/AOh14GiAium1evuAfidWJ7oPAk1VL5a_HkbvrzVl7V2GIA=c0x00000000-cc-rp','17898197009688164559',38196),('AbFvOqmVC8iXuvpqCOUcBFmxisw0TXFIg0XW4NhFoZGfdkfZJtcTFbPb9zKpA8RfEgbIzqDS4mSOYA','Workers were very nice and efficient!','2020-12-09 20:20:19.959000','2020-12-09 20:20:19.959000',5,'Grayson McGuire','https://lh6.googleusercontent.com/-20NTkHXNKns/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmrWOp2z86V66SDu5-CDOp16QHAzw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34048),('AbFvOqmvcLsVoQXZs-YuVYsw-ktSTt7-x1YyXbKjJIvZyeqkmRIWrx4Rz9UcUdMmxEOYOtFMTxuT','Kendra was a great help and really sweet!','2019-11-03 15:49:48.834000','2019-11-03 15:49:48.834000',5,'Aden Herrera','https://lh3.googleusercontent.com/a-/AOh14Ggtk0MDyR1Mky9qVxQivIp6q0ZPZ_a25HNHT9OCyg=c0x00000000-cc-rp','16590124370714063921',34583),('AbFvOqmvcpuyyqy-ZJhyYdV6FUm0O0VK6aTO0D5C5U9-U8lN9WoIwRIidatBXjxxcqWYWEqoSwKD-A',NULL,'2019-06-12 21:34:04.860000','2019-06-12 21:34:04.860000',5,'Christina Young','https://lh5.googleusercontent.com/-GqpZVe5-mqE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclNjHJnSs5z-s5w3zzApwrlk1U7Vg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34821),('AbFvOqmvcq463IvEMU_PPuSVat3VPS1nVkgDANaH1ZDaeGKIXInokadky0F-7GuVWay9DCyPKX6VCg','I had a great experience always on point and accurate','2020-12-22 03:23:52.627000','2020-12-22 03:23:52.627000',5,'Felecia Spencer','https://lh5.googleusercontent.com/-A7A7E8VJmiw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnyEKBmLNlBWZjJEYffeUY9yHZZrA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',43688),('AbFvOqmvDcHfJCZILrn-FJ48teiT8T-1MmunPKknpOmrKdI0cQGhrXVqNekpOBAs6E1whpnxNmnm3A',NULL,'2020-10-16 06:51:34.380000','2020-10-16 06:51:34.380000',4,'Kik Hernandez','https://lh3.googleusercontent.com/-ZznAkZMTeko/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhfbViBDmCDdkCYTToSgMqXTRJ-w/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36521),('AbFvOqmvdFYyGeN646acOdWjgcNmhnvFeKNymfURLLScpzOT_l6nUXkINsEvk4uCpKL22Mh24n12','Dr Rankin, John, and Angela were amazing and I feel much better after my visit! Been here a few times bringing friends, first time myself visiting and always was great.','2020-09-13 02:55:17.366000','2020-09-13 02:55:17.366000',5,'Jorge Votra','https://lh3.googleusercontent.com/a-/AOh14Gg5mRr8a93WT_OKvXiw2ATUrf5JI59D_lmhR0w_=c0x00000000-cc-rp','2694018788013845459',39000),('AbFvOqmvDNtzyHgw7toH7jSPLYkzeV86hv22hkzXPK4HZAMTV_g1gdg3tTypNASKILCsDKWarWzhtA','Compassionate care.Knowledgable and courteous\nstaff. Purvika-Desk clerk, Rolando- our nurse. Hope you see Dr. Daniels for treatment. I THANK YOU\nand APPRECIATE YOU.\nMs. Debra.','2020-09-09 23:48:09.745000','2020-09-09 23:48:09.745000',5,'Debra Hodge','https://lh3.googleusercontent.com/-mhYmhZtik5I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucklszRhYXC27uGKYaIERiKuJANSZQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42302),('AbFvOqmvDT7lsbfAjNnDh6WfvtCW986OiQPz1LHPafsSUhNhUFY4BsmMBxk4Ql61ErP2WaNo16mGLw','I have never felt like I was taken care of better than at Neighbors. I am so glad that I was referred here. The entire staff from start to finish we’re compassionate and caring.','2018-07-07 12:39:30.324000','2018-07-07 12:39:30.324000',5,'Renee\' Manning','https://lh4.googleusercontent.com/-En2_iWaNbb0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnALPK1PWmZszLaa_SeWAMHYI-BSA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29963),('AbFvOqmVDVaM9Ocmzm3ByeE7_M268lsTcR0nr5iwLkYSs3SZVrE2HO2Aj47vs5vsuPHFBoAliU-m9g','In and out everything was great from receptionist to nurse and doc. I strongly recommend this E.R','2018-09-08 01:11:16.822000','2018-09-08 01:11:16.822000',5,'Lucy Gomez','https://lh3.googleusercontent.com/a-/AOh14GhNp5GD2azqWExDbM7eZETVxhXyxUl3TePiVXiD8Q=c0x00000000-cc-rp','14567670160750071148',30739),('AbFvOqmVe0PpxN66HOw_q_V2qhiEI6KGg2IfBJeu7QjhpfyuBMhpukh_iM76IM5iZ7QQS1JS5G-t4w','Had a great experience with Cody, Kari, and Brenda. They saw that I was nervous coming in and they talked my nerves down and made me feel comfortable!','2020-10-30 15:23:00.413000','2020-10-30 15:23:00.413000',5,'Karlie Ramirez','https://lh4.googleusercontent.com/-mqrHnDr2i_4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckvvh78tk7W1x956xj4V1WrKs2b9g/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38449),('AbFvOqmve4gS3w4lEaHf11Vo26E9xNotCq7-tiwl2pys-ZUxMM4L47ouNsqCk1QtIj8N1j4Ap9DPww','Facilities was clean. Quick service and lovely staff. Dr\nYBarra,NurseBlake,Son Le,and Delicia took good care of me.','2020-01-24 17:10:32.577000','2020-01-24 17:10:32.577000',5,'Theresa Arline','https://lh3.googleusercontent.com/a-/AOh14GiowtXY8I-9MuIAKP0rbC3ogmuRH-oyNjVzHwYsug=c0x00000000-cc-rp','8679688254631342173',42492),('AbFvOqmVE5nB0HQv6Y3dwjHnKkazsAVe2s8ELZwKl63SYP4GdWtN9O5nrCsJ-gYT_5vNkBBZXLvYig','Always a wonderful experience we’re always treated like family and their blankets are always warm!','2018-10-18 23:55:34.107000','2018-10-18 23:55:34.107000',5,'Jennifer Arguelles','https://lh3.googleusercontent.com/a-/AOh14Gj2oAJ_ekhzOMd-MbSN4V4pjjnQ-FKj0lwv-GZmxg=c0x00000000-cc-rp','14567670160750071148',30686),('AbFvOqmVedOEfROHDoMCwsBuYBvVlKEywR5Z1fy2P7BDhFOhMbqcYeLw1iGlV5tfibdHUb5sVoKYTw',NULL,'2019-11-07 15:16:48.930000','2019-11-07 15:16:48.930000',5,'d hernandez','https://lh6.googleusercontent.com/-SvLadd0OIWA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckdKQeeogZoS2EhSIy8VErFN_pdhQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34574),('AbFvOqmvEiYEY0gJVwX844FjhnMDrMfgW5CwgobUl4n6-iK47KFnRWPeadlnLp556kk7FK4iuAPzfw','Given the circumstances, they did their best and ensured that we were treated with quality service. They gave us water and snacks multiple times during our wait. Lisa B was great!','2020-06-12 23:14:23.609000','2020-06-12 23:14:23.609000',5,'Mary Hoffman','https://lh3.googleusercontent.com/-QXcl8E-K0Zg/AAAAAAAAAAI/AAAAAAAAAKM/AMZuuck2wqsSc-w1RhRYis-3fjs-aSjV-g/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35874),('AbFvOqmVemC1Hlh3rByYLKpfp47_AlDeDtp8BubnGJ9STNTRrKtP82IXR_H2C3rBN5Ri43btxVmPeA','The staff was great and Dee was very helpful. I will recommend this ER to my friends and family!','2020-09-28 22:01:42.495000','2020-09-28 22:01:42.495000',5,'Anne Barraza','https://lh3.googleusercontent.com/a-/AOh14GgLE-wamb_IfKCjJOjsKmNemzSX3GaS9EP9399z8H8=c0x00000000-cc-rp','12541597562633926366',28522),('AbFvOqmveQCX8HkNAvMJfLoI5SPYy-HHSNAh3OtVgxiPdoyxEegU-S-Tx4R2mIdmP3QGENtS9DeUmg','This place was amazing! I just moved to houston and got sick so I came here i was in and out super fast and everyone was super nice','2017-04-18 19:50:33.276000','2017-04-18 19:50:33.276000',5,'Chase Smith','https://lh3.googleusercontent.com/a-/AOh14GgLlJ3Egit9DrkWAa8sG1JRIafXPbWjsRCTmUHqNQ=c0x00000000-cc-rp','14567670160750071148',31062),('AbFvOqmvEQJb7VphVkZ2lqn3i55c0ecHrS5GLi-VL3LMgFv4QvA7VfwSy46Oel8Zmz6rET0ZfCTZ','Facility was very clean. Jocelyn at the front desk was very welcoming and nice. Alvean and dr Daniels were really cool and insightful. Ask them to be your nurse and dr .','2020-02-26 14:49:03.197000','2020-02-26 14:49:03.197000',5,'shae stewart','https://lh5.googleusercontent.com/-rkVyxR-_hwQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmnFhRwoBGgZ6VH4Q7wft8_-S5d9w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33324),('AbFvOqmvEWvDdOBVB2IaCEHW_0egXHyIgP0QIRlFbM2HJCGC48ZnEyIahany7WHgq8uZSGHQ8VGIXQ','I am from Alabama visiting relatives. Before driving here, I had an accident and broke a rib. It was healing, but when I arrived in Houston I had a little setback. I walked into SignatureCare in Stafford and from the time I got there, I had the best experience ever for anyone who needs quick medical attention. From the front desk person, to all the nurses, techs, and doctors, I was pleased from the first minute there til the end of my visit. I was called back quickly and everyone was genuinely concerned for my best care. Thank you to Alyssa, Andrew, Lonnie, Dr. Smith, Do, and Jordan for all that you did to help me have the nicest experience for the pain I was in. I wish we had such a facility with caring staff where I am from. Thank you for all that you did!','2019-12-28 00:06:44.370000','2019-12-28 00:06:44.370000',5,'Eleanor Oakley','https://lh3.googleusercontent.com/-ZPbDShQIvSc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnnI6bocGne6p2JotifHwnjJ9GHNQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43152),('AbFvOqmveWxPkdweH13r_EvtUiuiZYZ5gwEqp32hF3_-PAQiKkh_5zfcK3A7b8ShXXN6nnFo1_YjGg','Everyone was so amazing and nice and sweet. The first thing they ask was if I needed anything or wanted a warm blanketšŸ’–. Amazing staff Christopher c and Dayak','2020-12-04 01:46:04.951000','2020-12-04 01:46:04.951000',5,'chelsia burns','https://lh3.googleusercontent.com/a-/AOh14GgxNmL20Eb8PBm-qgUvWDequkLnooqBow3-jAB0mQ=c0x00000000-cc-rp','14567670160750071148',29997),('AbFvOqmVexWpnF_tIiQZ-16CrBM7OJM3yjwwLMe6sd0f1pn1kTyvYP0YIeSh9c2LkjMK3lH5Z7YIrw','Great front desk and staff. Efficient and friendly. Thank you','2020-12-14 15:58:27.976000','2020-12-14 15:58:27.976000',5,'Justin Smith','https://lh3.googleusercontent.com/a-/AOh14GirOrmxDrVBt-b_4InflmaavMC0N7fS7Mt-b8FnlQ=c0x00000000-cc-rp','3511292162159714121',40020),('AbFvOqmvfL_y6dmJ0PSinePPAHr2BLlJ9Dq40mIaXysAXL6qo9pOT2x6l1byBCw0IB2jpmY0rh9r9A','Very kind and professional staff. Fast service, clean and modern facility. I would consider them again if I ever need services again.','2017-01-26 15:52:54.955000','2017-01-26 15:52:54.955000',5,'Lisa Rodriguez','https://lh6.googleusercontent.com/-AVYMClLFxdA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQZN6ocMSUal3taTXCMmac4NnMMQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31120),('AbFvOqmVft5QQS3insrISsxFumvk6dgFS57bMc89dWPeb49N3WIilowx7zqBobClOvDBua6OaSOB','Chris, Townsend and Dr. Miller were all awesome! Got results fast and everyone was super polite and informative.','2020-11-23 20:13:41.207000','2020-11-23 20:13:41.207000',5,'Lucy Pickens','https://lh3.googleusercontent.com/a-/AOh14Ghrvs-gYBIilZmACytTWftdL_EU8y0MyVBnZKsYqA=c0x00000000-cc-rp','16891069708558046635',35557),('AbFvOqmVfzttO8q47sRB_SLDAO9EOr3KoV_T0GQTO5YIrrCKEZoOm5ckbWVXRW8tBpy1s2ZUGVJw8g','Had good experience thank you for your help Jocelyn,Thuy, Alvean','2020-02-22 17:12:52.988000','2020-02-22 17:12:52.988000',5,'Matthew Clark','https://lh6.googleusercontent.com/-hYgyzbwmS3w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmTeUIjyAeDAqtD72MC9SCVzDPvUg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33346),('AbFvOqmVg1MYCn5CM7FFKHyFvX-y4jFi7Sk97hTgpZkh3rjZL-ebQ0hx1bZlF6GNueIeICavEqUSEA','Good experience. I was taken care of quickly and it is close to home as well.','2016-05-15 00:13:12.689000','2016-05-15 00:13:12.689000',5,'That Kent Guy Phone','https://lh3.googleusercontent.com/-0qzo8VWh-z8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXtBNUSjHTybqh2-TJ5B5KJk3mtw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31247),('AbFvOqmVG36pAyXoGEUXyDdiMIBs2rS2T1EZStxkquSw51DmKp3x-p3-FejBoinBS8movrM3K2l4','We came here an just like every time had a good experience. Our nurse jeri was very good to us. Doctor cimball was funny an nice. This is the only er we go too!!!!!!','2018-10-15 21:18:34.933000','2018-10-15 21:18:34.933000',5,'Megan Glass','https://lh3.googleusercontent.com/a-/AOh14GjeBNTrRdwcjKV5zAQ4qEOMaQBoayebHcXmZ_Np-w=c0x00000000-cc-rp','16590124370714063921',35156),('AbFvOqmVg47cSmZjbugDxrs4OW-adZPA3OPobVL2uvR0w2C4TQCUGt1LEeyC-hXl2H2jAX51hSoCmA','The staff was really friendly and I didn\'t have to wait to receive attention.','2017-03-22 17:26:45.919000','2017-03-22 17:26:45.919000',5,'Alyson Valdes','https://lh3.googleusercontent.com/a-/AOh14GigY3ifMIxamfhSwDODmMAPmpI_dkY9MnTEH_DF=c0x00000000-cc-rp','17394740196501090048',37186),('AbFvOqmVgegopuWuFxcQYJalVXn2fTZxHhn7CL_QbntkId2qXUU3P6BVGP2kzFIpPTJTzN9AwwUFLw','Great service! Thank you Lacey and Marcus 😊','2020-10-21 15:48:50.380000','2020-10-21 15:48:50.380000',5,'Brenda Garcia','https://lh6.googleusercontent.com/-AZS1FSi_luU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucngkvuGO1ozK5bLB0oI0U0aWh5f0w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33127),('AbFvOqmvggiL3p5d6A6BwuDMT5xlFYxjgwUe9rs-0iUr5cDGhblyRMcIdYLHClowjhi_XEBl5s5m','The nurse, Brandon, was so kind and made my visit super stress-free. I had almost no wait too!','2020-12-04 20:36:39.224000','2020-12-04 20:36:39.224000',5,'Kelli Gilliam','https://lh3.googleusercontent.com/a-/AOh14GhgfXsf7OzFHEUZfrRlJGIh79qekBwR6hB4Gzm6=c0x00000000-cc-rp','16590124370714063921',34059),('AbFvOqmVGiyn75U-VasZmb_KsMfBlDVoaiD4vIx75IXDUAKWVtqWc1BPc0l7BAARaPKHM6v49a1o','Dr. Das and nurse Dustin Hopper were absolutely amazing!! Zero wait time, Dustin was very informative and helpful!! For an ER visit this place was top notch. Even the nurse that did the scan was so gentle and comforting!! Highly recommended signature ER!! Thank you staff!!','2020-07-28 15:14:41.010000','2020-07-28 15:14:41.010000',5,'Jake Williams','https://lh5.googleusercontent.com/-XGPBXyS7nuw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckp6H4vglyPt2juNt-w6Ot-5Iscew/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31835),('AbFvOqmVGVRz9X5tdzP3wJquxajyKA4YagyTuHWcTc_G4Gkhq53droNdC4nTEVC8jImAg65HrM83_w','Very professional in and out! Great service and friendly!','2019-10-11 00:21:07.549000','2019-10-11 00:21:07.549000',5,'Rebecca Hoffman','https://lh3.googleusercontent.com/a-/AOh14GiI3q8791VdMR3YUjSFBVBL5Ya27v982zjkGJyG=c0x00000000-cc-rp','6521947413723274945',41585),('AbFvOqmVGWj32TuVz8Pjam0riNQy_AbQOH2IgzXbsbca6G438YymWjd0tZCc0nQrAW7ex3Ly47X07Q','This ER is great! Always friendly, quick and efficient. Ashley W. and Hailey L. in the front were very helpful and explained everything about insurance! Thank you!','2020-12-12 22:49:43.800000','2020-12-12 22:49:43.800000',5,'Jennifer Swisher','https://lh4.googleusercontent.com/-11xDhZ4CuAg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCYBAlK-yAZgTL4pgEKkm5BuGcHA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37406),('AbFvOqmvhfDcLJet__Yo8jnObfk7hBbGIbp0lU8xDrtzfY28HQoSVAAVCQuUoijZYp0Lo78e2Bhs0w','Jocelyn, alvean, thuy an were friendly and hospitable.','2020-06-03 15:57:04.255000','2020-06-03 15:57:04.255000',5,'Austin Floyd','https://lh4.googleusercontent.com/-Dwd8jlKUKiY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnBtIVcXM5okG4bzxNtviUKki218g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33238),('AbFvOqmVHjeav-8tj6dEh7lTDsNgF9T8hLr896Wh6ZReI4Osl2yqx6LQg_B_0IBsPKaP7zs2_qga','Super quick staff. My visit lasted less then an hour. Brad was the nurse whom helped me out on my visit. Dr. Pham explained what was to happen. Lastly Laura did my vitals. Really quick and professional staff. Everything went really smooth and pain free. I strongly recommend this medical facility for any medical care!','2019-02-23 16:15:58.141000','2019-02-23 16:15:58.141000',5,'Robert Sustaita','https://lh3.googleusercontent.com/a-/AOh14GgrpWVFQM3ZknPesDOFyBQDG_dfqCMt6gdgk5KCAA=c0x00000000-cc-rp','16590124370714063921',34990),('AbFvOqmVhOTk0DsSIBXxkxMy5yBD2mgGVzNES5aVbgF1dI5YtwU72yiX2aC2mamnr8opJAmVPFqQ','It\'s great and fast service very polite doctor and nurses.','2019-01-13 20:08:04.870000','2019-01-13 20:08:04.870000',5,'Lisa North','https://lh3.googleusercontent.com/a-/AOh14GiF7d-cBEtXaImWG9ABwS23e7nEU_WuGAEc8nU_kg=c0x00000000-cc-rp','17394740196501090048',36840),('AbFvOqmvhOZERmqx3hDeo6gKLnZwkTwRNzL9vJT8vCSsJV1zX7soQkB8Wnzi6bkA8IKyhL1pjpBpkA','I have 100% taking good care of with in a short period of time. Thank you Alvean, Thuy An & Patricia','2020-02-23 15:09:40.973000','2020-02-23 15:09:40.973000',5,'Jacob Mentee','https://lh6.googleusercontent.com/-b7ZxtOsIDSs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckbl2OovUvDn58bRlEl5DWxuhWhyw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33336),('AbFvOqmVhsNRB28lI8FYYoWiNO5yUivBGMiqADiuwKXyNESS3fWd76pUa4tVbvrPX4Nlp83Mxtbr7w',NULL,'2019-01-06 04:35:08.460000','2019-01-06 04:35:08.460000',5,'Vyron Dali','https://lh3.googleusercontent.com/a-/AOh14GgOeQYi238NixxVBGejPfMFQFVWQJiUeYCzQuSIiQ=c0x00000000-cc-rp','17898197009688164559',38336),('AbFvOqmvic-UIROPx9VfvOmA6QMkf7oJwTjkAre57-khFKIGAZYVMWCKr3svnYh4lDS2rJloLNJK4w','I had the best experience at this place. The doctor was very thorough when I brought my son in. Staff very attentive and great service. I will return if necessary and will recommend....','2019-03-24 14:06:50.919000','2019-03-24 14:06:50.919000',5,'Cassandra Apodaca','https://lh5.googleusercontent.com/-GOlfkfVBRc4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucls_5R9DVJwq2K37Y8c6-yvpe0Jng/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmVIEr0_P4KrgBwPd6t9f5fSCAO5FTlulr8Xnt93zPNPBnE0gb2pe0e7LRA4sCLbd6qZJ-HRQ','Staff was really wonderful & attentive to my care of needs today .(Patricia , Alvean, Thuy An ) would recommend coming here for more future visits.','2020-02-23 20:45:42.844000','2020-02-23 20:45:42.844000',5,'antho green','https://lh5.googleusercontent.com/-XH8ipz6ybTg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmVWniE7nZW-1gVPsJMX4HIJfwEOQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33329),('AbFvOqmvIf4iAJaZ5nxjJCFqN8ZKPiQ7BE7c1ungxwCkE2il30DqYm1A0jrZ9eOLB4ri2eg2c0MA','I had a good experience, the doctors were really helpful and patient.\nDr. O’Malley\nAlvean A\nTricia E\nSibienne w\nBryan\nThey were all so helpful','2019-11-14 22:23:07.294000','2019-11-14 22:23:07.294000',5,'Payton tharp','https://lh6.googleusercontent.com/-rE8BvEd86Hw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmmLJUtsVLpLiEX9v_DNKL58GKutg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33754),('AbFvOqmViN7aVmUP8lBjObDT04iNhN7F-89qHuU4Bsap9jPpLbN0lprjUYgAn3sVpyi98FQnQ_8Qsw','Alvean, Patricia and Thuy were very polite and professional effective','2020-02-23 20:00:34.785000','2020-02-23 20:00:34.785000',4,'Cesar Rendon','https://lh6.googleusercontent.com/-OFOKKAXVhVs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclrVLPBUKU1Xqf09qzZQgNcnx6mYA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33331),('AbFvOqmVj-mATTJmKwA9gpiOTng1F3op3Nn-vc9lz-eB44aK35G9OWdbzARGPtAFALGbPrgntgZZeA','The staff here was amazing. They got me in super quick and with ease. The receptionist Tanishia W. kept my nerves calm while I was in pain. The nurse Shelley D. Was very nice and offered me a warm towel and kept checking on me. I saw the doctor R. Estevez a few times while I was here as she popped in to check on me as well. The staff is amazing and the care was excellent.','2019-04-03 07:05:09.279000','2019-04-03 07:05:09.279000',5,'Ladies Night','https://lh5.googleusercontent.com/-aV2Yy83J5-k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7kQzznB34yH32zWz4cQuTAjizYA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38224),('AbFvOqmVjiJ19jhuOl7mkTyhdSZjPZp_mbBotvrJxfn0UDZFxIe-zMvYisqepFuwQodVWOBqbeY8dw',NULL,'2017-04-03 15:35:24.318000','2017-04-03 15:35:24.318000',5,'Jenny Wang','https://lh3.googleusercontent.com/a-/AOh14Gj4fx2VkDyHpBNoqmHKetHG4iDqByoBe6hCAKnVUw=c0x00000000-cc-rp','16590124370714063921',35457),('AbFvOqmvJNuGUwuc6DBS4IzeoM4k8Jv6cv9SWSNaC9ESP9ZiAGtGuwynmJ2VSZ7gwKrE8PCGUccruw','Great experience, wait time was minimal. Valory and the Dr. we’re very professional and took time to explain my concerns.','2020-10-14 21:49:06.457000','2020-10-14 21:49:06.457000',5,'Connor Stanbery','https://lh3.googleusercontent.com/a-/AOh14GiGxrZcU_PY8uIXiINDSt6kCd5FobLLsaPAvnY=c0x00000000-cc-rp','16389487648212004696',33154),('AbFvOqmVjoNPGKfLqObN4yDsokywOurMPkuCBuXPLWJM2EhtLUVrRdgJLMSE3iL0QiUzbJ11cYqrpQ',NULL,'2020-07-11 02:35:16.997000','2020-07-11 02:35:16.997000',5,'JOHN OYENIYI','https://lh3.googleusercontent.com/a-/AOh14Gh8GxAzB1zqoCt-UEiV9jFYpYp6lTCdJVpxg8HC7Qg=c0x00000000-cc-rp','17394740196501090048',36560),('AbFvOqmvjY7AGO0LGzyzpNCqXsS8Qb_j4HIZAenMzKCNNOE8ADe5_W29sAzO-Qy_ZAkIwIQl-WVs','Service was great - Christina and Chelsea were quick efficient and caring. Really made things less stressful and comfortable for me.','2020-09-15 16:16:24.115000','2020-09-15 16:16:24.115000',5,'Adam Weinzimer','https://lh3.googleusercontent.com/a-/AOh14GhhPWSfkYx44Tt9QJkUMfhjt3YrSzLqcOUcFsBc=c0x00000000-cc-rp','16891069708558046635',35786),('AbFvOqmVKcjhUTGaJ4hLZCF3onMBydky3ZJmge8FkLr-PHbcOWXOBYOPideTSysn-wMo5MwgeUV2','Kim, Sherri, and Luke were very personable and showed compassion and concern for my condition. They were very professional, quick and efficient caring for me. A big thank you to Dr. Das!','2019-07-05 14:51:35.894000','2019-07-05 14:51:35.894000',5,'Justin Jewell','https://lh5.googleusercontent.com/-fI0lSU0XdyE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1Sj-ojym5iSEpPoxbSecOZY3RJQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39849),('AbFvOqmvkF4DeTAiG1nKG7bLafG8UG9DSw8vlCptnDWXUT1VlhhFZj12JFx0bRyJ6RzjYCfVGMvTEw','Today I was helped by Kimberly at the front desk, Brad was my nurse, and my radiologist was JR. THESE ARE SOME OF THE KINDEST AND MOST HELPFUL PEOPLE I\'VE EVER MET. I was helped right away and felt incredibly welcomed and cared for the whole time. I had one of the most enjoyable and helpful experiences here, definitely recommend!!','2017-04-19 17:45:41.331000','2017-04-19 17:45:41.331000',5,'Breanna Collins','https://lh3.googleusercontent.com/a-/AOh14Ggjb-dwR7ik4Df7q3TtfXjg5KRr6VPk6rjWuonQQSo=c0x00000000-cc-rp','16590124370714063921',35449),('AbFvOqmvkQU1CJu4kKnufu1HxZsHsYgAWaWaNMp7h6d8UFJeUqAGiWZCux9GC9N87qOxO8owmWt29Q','Staff was professional and friendly. The ER tech who did our COVID testing did a great job.','2020-07-28 06:20:03.190000','2020-07-28 06:20:03.190000',5,'Brandon Nunley','https://lh3.googleusercontent.com/-Xy7g5VyA7jU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmmmPwZzWe6WK0vgZK36opJmYsBsg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31839),('AbFvOqmvlBrBH88mx97UIf432E3qoiT8zcGW3Z9EdHnFVYtCupYLoQa_JBu-JOH6UsdWhl4NuCN9','Very quick in and out! Love it way better than the hospitals','2016-11-14 12:35:10.723000','2016-11-14 12:35:10.723000',5,'kaylah crosby','https://lh3.googleusercontent.com/a-/AOh14GiQSQCiAm-JqEexwOPMmmf0LsxA9qkA2SYxNUkN7w=c0x00000000-cc-rp','17394740196501090048',37271),('AbFvOqmvlIGa3pvkXXic-tzjZCsgZ3U9IUfILBS5itZDznEdlTxxp7Pjx00jtGBY3OBI9nFy-Nq6RA','Every time I’ve come here, they have had the nicest and most helpful staff. I always leave better than I came in! Definitely my number one alternative to the on-campus clinic. The RN Anthony, Dr. Jaber, Reg Alexis, and X-Ray Tech Victoria we’re all so great to me!','2018-09-02 14:22:53.482000','2018-09-02 14:22:53.482000',5,'Kate Blevins','https://lh3.googleusercontent.com/a-/AOh14Gjem8-YZiMTHkMDZEMo4-Fs0cSIy82uq38Pnvo3=c0x00000000-cc-rp','16590124370714063921',35203),('AbFvOqmVm-2JZTjg4e7-mlxkDY4sV1FDb28pcHUwnSuEBKEC9ehrQTK0fVvfvO5xVGrMfINcRKAg6g','Jesus was awesome! Very pleasant place to walk in and be welcomed.\nJani & Richard were great!\nDr O\'Malley was an amazing Dr with excellent bedside manner!!\nA great place to visit for your Emergency','2019-06-01 16:43:42.267000','2019-06-01 16:43:42.267000',5,'patrice dyer','https://lh3.googleusercontent.com/-AIhoOqENEA0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmuyLw7hmWdvx8Gp6Aiw6K7uV6NMQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmvm4URLDqNl239ly0__Q4_MigptzjGZT82WWoroMTFlC6JAMVKWrvmNJfm6ZTieNPTnYq0','Dr. Das and the nurse that helped me were very nice and fast with their service. Great experience!','2020-10-02 02:08:58.155000','2020-10-02 02:08:58.155000',5,'Beckett Storage','https://lh3.googleusercontent.com/-bNcs-mpwxc8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnw8KM2M1ZTjm8GNMqycysnJExE7A/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31581),('AbFvOqmVml7Y0iIeZ_ViOiPR9AQwBALZgZ9GqJAT1d1NYGSj4Hho0Kb-08c-ri4KAZ_0CFPr_jmC','The COVID testing here is super seamless. From the moment you walk in all of the staff are so friendly and kind. They make you feel validated and welcome! Thank you Chelsey, Claire, Christina, and Dr. Elsbecker for keeping us all safe and well!!','2020-09-15 23:42:56.251000','2020-09-15 23:42:56.251000',5,'Elyssa Halford','https://lh4.googleusercontent.com/-oJJZ24b93Hk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucno_pC_eIr-KEDEn46pdzt4peHF0w/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35782),('AbFvOqmVMpCY6Praaqcl8ZQLtoANPYX2nPurMzQ7JcEcNNlmDj_zUSRdXqQMWgcON52XUDa-pVOegw','SignatureCare Cypress is very friendly!!! Dr. O’Omally and his team will quickly get you back on the road to a healthy life! Thanks SignatureCare','2019-06-02 04:11:22.499000','2019-06-02 04:11:22.499000',5,'Chris Graham','https://lh5.googleusercontent.com/-ohS8HO3pXlM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl87cT1kAcHtUpsWwr58MoCQw65aQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmVNcHn2Q1OKGOln869XOb5xTDNeyNce3SK55jpVe3DXUe-RZEMK0BCF_YNr0qT0mG-jFgbCQ',NULL,'2018-02-03 20:25:24.394000','2018-02-03 20:25:24.394000',5,'Nicole Kuhn','https://lh5.googleusercontent.com/-7T62ZKPjE4k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclfl2bYozd4yVMfv9A1LZmokPPrfw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35314),('AbFvOqmVnDKGICD3tzDQ7MvHYNMmGeVYQcLvJ4mo-HygR-UywxPVNt6MKRn67kGFVpuqV7lN3-dN','This was a very easy ER visit. They were quick and efficient. :-)','2015-09-12 15:35:27.088000','2015-09-12 15:35:27.088000',5,'cassiwoodworth1979','https://lh3.googleusercontent.com/-mTX7eWugBok/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn1s8ylOeLaWs4dbpkRHexddUbbPw/c0x00000000-cc-rp-ba3/photo.jpg','17898197009688164559',38391),('AbFvOqmvNIIWmix6Fw4K-ZOpowP6C9Sn6Gu61jbtMYOpS-zEOLimUJfXzO8fJ6AUZGWomg8Rm2mMaw','This place is completely Inconsistent! They charged me 175.00 for my sons test for Covid who was asymptomatic and didn’t charge my daughter or husband who were also asymptotic. We have good insurance too which covered my husband and daughter and now this place is saying it isn’t covering it?? Taking advantage isn’t cool at all!!','2020-10-07 15:01:28.737000','2020-10-07 15:01:28.737000',1,'Julie Fox','https://lh5.googleusercontent.com/-izA6QK5BW_g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckZ0DmuQZOvst1EHPZBRxjTdRT53g/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38491),('AbFvOqmvNRsCCmGx5OG5tmY1ooZnzZ6FgafQ9pPCBZZTyiylAvLp1b_JzK65vBP39dpoNP2rnumz','The staff treated each patient with respect and warmth that we need when we get sick. They responded to emergency cases attentively. Provided the best care that every patient deserves. So we at Okey Dokey Locksmith highly recommends SignatureCare they treated their patients like how we treat our customers, with respect and provide them the security they need to their homes. Peace of mind is priceless.','2019-02-22 19:05:26.174000','2019-02-22 19:05:26.174000',5,'Sharon Thompson','https://lh3.googleusercontent.com/a-/AOh14GgaHGf5lyNjQKeAmxZilx_AmTJf9YYxMzKKozxN=c0x00000000-cc-rp-ba2','3511292162159714121',40636),('AbFvOqmVnWzqgbXzOjoP8M13aE-qj5SArfBLp9Bq7c2wwc6kv7DX-2WI7MG92D8iX17P2a1H5sZyBg','The staff was great Lisa, Allison, Daniel and Leah took care of my husband and we had no regret of coming here thank u so much!!!!!','2019-12-11 02:09:48.764000','2019-12-11 02:09:48.764000',5,'Daisy Chavarria','https://lh3.googleusercontent.com/-WO_Ct01xjGk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnzcK63g_tNQ3LALPPYQiXDPJn0qQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29540),('AbFvOqmvnxckshjD-l44SzM1s8gMzg8UWkDRasYaBjSDZ4lnP95NfEBNtsEma0zQZJvzIjhmlwf6','Great service and Ryan our nurse was amazing!!','2020-09-30 05:19:53.523000','2020-09-30 05:19:53.523000',5,'Katie Mann','https://lh6.googleusercontent.com/-_DQckadnE4U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQbER_U7BellCWAOcNRBUMS5uQmQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39502),('AbFvOqmvNYqLt44QZxz6Du9fbZ6YBAbosObAYfED2jD02vyF0fnqenT-aasq4KhFFIzicyXCuA_CUQ',NULL,'2020-11-11 02:30:00.331000','2020-11-11 02:30:00.331000',2,'alfonso elizondo','https://lh6.googleusercontent.com/-STd3zMefav4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmUT69MHLM1XBEMopN51JwYx4JL-A/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42839),('AbFvOqmVOe_MNjBx-m-YEfz34_3a0ER9OgK-ToQWjCMYZ_NOZj_lqRyP63of6jOemkgfxzRyfKx8','Full service Emergency Room with only board certified docs and a clean, calm atmosphere. No wait at all!','2017-11-02 12:14:22.728000','2017-11-02 12:14:22.728000',5,'Jared Schreiner','https://lh3.googleusercontent.com/a-/AOh14GhPPwuhvyqsPSAB0unEBOMOBZoaJAf9LbME3pMdqpc=c0x00000000-cc-rp-ba2','8626688543755174284',42239),('AbFvOqmVoUl2Psl3UHbaumVftfuzT8-_BvP-Eo-OQPN_w6LpM6EdAUW22oiaHDp0hlmF8ydOwS3EXw','Thank you Graciela, Melissa and Andrea! Great team fast friendly and caring','2020-02-15 05:46:38.848000','2020-02-15 05:46:38.848000',5,'Oscar A','https://lh4.googleusercontent.com/-EPlsT6-4zqU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucndxlk1kJI-HeGgPxtrbLe3HwGMpA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33364),('AbFvOqmVOZujw5-3vDibB81ty4XynwteX-GERuqDylIZBoqJmELl3unnCXLh3SpPAJ2PiaiVX4mD','I had a great experience with Alvean ,Patricia and Thuy An. They all treated me very friendly and professional.','2020-02-13 22:06:52.241000','2020-02-13 22:06:52.241000',5,'Reyna Hernandez','https://lh5.googleusercontent.com/-asf2Tq_GWHM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmcTUrgMXgNuNqjcSib28negW56Qw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33368),('AbFvOqmvP10YtV0NFPip70yb2lO9B5mw-ldefsUUWUzubxrgh9ogM950vj4r0YIxxdQdkuE2RL1qFQ',NULL,'2019-01-01 18:12:34.888000','2019-01-01 18:12:34.888000',5,'bradlea christian','https://lh4.googleusercontent.com/-fC_YZu98lcs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclNLfzCTerM6dL-780PfJaQ7IvggQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42210),('AbFvOqmVPPbHzsjeRwUmCoOq3au24fIsXq1I6s9im54ey-z0vjbp-3KxcwmOZdBoPrUqW2UPzGWl','My wife and I cam in for COVID testing. The process was streamlined, safe and well thought out. Once inside for testing, the staff was engaging, courteous and accommodating. For having to get COVID test this was as good as it could possibly be.','2020-10-15 19:50:46.140000','2020-10-15 19:50:46.140000',5,'Dale Hauser','https://lh3.googleusercontent.com/a-/AOh14Gi1XLYwxL8PrHEdhKcaNuZGHVgcR0T6HbQQy8pZMw=c0x00000000-cc-rp','14748677429039074158',31498),('AbFvOqmVpRgtNjuwP346dm3d0wG3WDO7eOUJpAgd_VyMCQcMGI8R8vlCuVJ3V-Qv8s3Cy1g_7f_w9g','great experience , a very welcoming and friendly staff with Dr Henderson , Alvean our nurse , Jocelyn A at registration , and Sean.','2019-10-26 20:46:33.283000','2019-10-26 20:46:33.283000',5,'vanram ting','https://lh3.googleusercontent.com/-vP2RBZKlTpA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmNhh1E_RyHepLFiSWwIt3X_W5FYg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33820),('AbFvOqmVps09CXuv5GCy-hb6ajz_xS1-QcukUB39yejHTlbHIaD0J_wW1R55r3WMxbsTLiila5bCeg','Leah was very quick and professional. Everything went smooth during our testing and was less uncomfortable than previous tests. Also, the hand sanitizer they provide smells wonderful.','2020-08-04 20:19:46.509000','2020-08-04 20:19:46.509000',5,'Tamara Griffin','https://lh3.googleusercontent.com/a-/AOh14GjDfe_IEWG0kjjzC-J2lsByraz5aYWqCAr7LXoY=c0x00000000-cc-rp','13486358490203335051',29328),('AbFvOqmVpZdaKfCiANZti8L7sJTiXUAvlYm9EbWuJKH10t4pAbh6xvF3l4dFwl7F36o5iSTswbpF','Super speedy service! Dr. Das and assistant Kevin were very nice and helpful!','2020-10-05 14:03:36.008000','2020-10-05 14:03:36.008000',5,'Alfredo A.','https://lh3.googleusercontent.com/a-/AOh14GiWjtB2nluXculkZWNqp9ZSZGiuhk5rpy_CQqEjSQ=c0x00000000-cc-rp','14748677429039074158',31565),('AbFvOqmVQA_gJ0w5WIRYr1Sr5S7tSGxQXezrsIGyZVx_4ISkEbdpGXWrqIgMCCuiSu3Cen_LsvDEow','Loved signature care and how quick they were to get me in and out! Highly recommend!!','2018-10-19 01:43:47.466000','2018-10-19 01:43:47.466000',5,'Jessica Polkinghorn','https://lh4.googleusercontent.com/-3Agvx2kHWfU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmtwyvuWbTNeYoVZ2XTlgfWEn0yXA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35152),('AbFvOqmVQOD0UtraXwDSY_VD3hQ_emYeODhepF5SwOi9Hd7d4VIOccASu0vbPjf1PKOUnW3RsE8BSQ','Was recently seen most staff members were rude, and snobby. Decided to make a quick phone call to ask a few questions regarding my most recent visit. The lady who answered was very unprofessional paid no attention to the questions I asked and was rude to no end. Overall I would not recommend going here unless it is an actual emergency.','2018-10-06 22:00:29.016000','2018-10-06 22:00:29.016000',1,'Jeremy Strickland','https://lh3.googleusercontent.com/a-/AOh14GjAWpN4ylZ_iTnoNd5rDNgKPbHwK1jhFJ3p9FcFRjA=c0x00000000-cc-rp-ba5','6521947413723274945',41796),('AbFvOqmVqrW1FBMeAq0z1ADiinRRaFRi-LAUgq9wQ6VWzXFCrEBv8hDrY_5-f1_j3nlFr37tiDzp','Clean facility! Staff (Robin, Courtney, Brandy, Dr Jorden) was very attentive and provided care in a timely manner!','2019-05-06 01:43:25.048000','2019-05-06 01:43:25.048000',5,'amanda young','https://lh5.googleusercontent.com/-fl7jQ7CMD5Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclLeSOTn_mWTh6TLC2WNCCQitXtbw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42086),('AbFvOqmvQW27G5Atf9VxFD7Ltqy1py3xmnMoW0vkSOEnWDeCPvOaw02HcKRN2A-F1KjNPCsRNi8t8Q','These guys are the best. Thank you for a great experience.','2020-07-22 14:59:09.462000','2020-07-22 14:59:09.462000',5,'Scott Smith','https://lh5.googleusercontent.com/-G58mRmVWgvk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclpbCnY2IQrHCsB9qlAAfRaVn8p_Q/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31880),('AbFvOqmVReCutgKze9vUVMYRi037cB0U1I3OGtVqhkxmJe2mY0Ny_lUHwbISUngWznDtJZxzEtCD','This facility is extremely clean and smells fresh despite being an ER. Staff worked quickly and efficiently. The doctor and nurses are professional and attentive to patients. They made sure that I was as comfortable as I could be, considering the circumstances. They offered warm blankets, listened and sympathized. They addressed my concerns. I\'m grateful for the staff who helped me recently: Registrar Malissa, RN Kristina, and Rad Tech Quyen.\nUnfortunately, a few days later, my experience with Dr. Castaneda was extremely poor. He is extremely arrogant and unnecessarily aggressive. My husband and I were not pleased with his behavior. He argued with me in front of my sick daughter who is 2 years old.','2019-05-25 22:28:04.420000','2019-05-25 22:28:04.420000',2,'polarbear442','https://lh3.googleusercontent.com/a-/AOh14GimyHTPSpmqYfAVKqB2vr_nNOZnZnjYvLC7YbsfYw=c0x00000000-cc-rp','12541597562633926366',29096),('AbFvOqmvrMdvIxA_MBWqSV0AowKXre-pbJebwJ1xfp-rOvMucfkAxIrl5alpe68KECk4lOfYNNUNlQ','Signature care treats their patients with great care. All the staff is very organized, orderly & sweet. I was pleased with my visit. Thanks to the nurses Marylu, Leung, Thai & the ER technicians, Daniel & Alia.','2020-09-26 13:43:52.483000','2020-09-26 13:43:52.483000',5,'Emma Stinson','https://lh3.googleusercontent.com/a-/AOh14Gj78bGFiVd0piuY7PAbk2iR3YLn1Q2CpO3sLoe2=c0x00000000-cc-rp','2694018788013845459',38951),('AbFvOqmVrNcmp882bsCfPTFIgNBha7K4bOz1s4iUoqE0uO7AJXhSAFnfk9VeSOO2t2ZtmajviawNzg','My second visit was wonderful. Thank you for your care Troy, Jessica, and Luisa','2019-09-17 00:01:46.044000','2019-09-17 00:01:46.044000',5,'Michelle Payne','https://lh6.googleusercontent.com/-UVXroS7dZC0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJxtsoKSkSVYFmxHdXEK-O3aaOaA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmVroHsEFk28diQaaCavFyffeNsjKdPSb3KJ3qs31zdxySheQ5W32wXqgWBMuF7OOb86yclSg','Great experience! Staff was so sweet and extremely fast. They made my visit feel very pleasant. If you’re sick and need great care this is the location I recommend!','2020-11-03 16:27:42.873000','2020-11-03 16:27:42.873000',5,'Ashley Green','https://lh3.googleusercontent.com/a-/AOh14GiMwUJeFNydss5jbQ6J43sJrBtfafDMhU3ZXMrGyA=c0x00000000-cc-rp','14904078213800803294',32178),('AbFvOqmVS3SjEqTbUZ50w-FCSibQ2FHUJAzy3d_nnjhehDqcOoTuquflK5BfJL10OpoeAyUJduQ-WA','The Staff was was professional and clean .They got me in quick and took great care of my blood pressure right away and also my wrist. I didn\'t have a long wait at all.','2021-01-08 12:04:02.835000','2021-01-08 12:04:02.835000',5,'Ghada Wyckoff','https://lh3.googleusercontent.com/-QVqo5iab4iA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclr3xqM-uf0N5bwULI3IGl8fivvWw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',44721),('AbFvOqmvSovGpkCWPfceknhWju-QCX9QLY7YVLYR8GS7gGNWTWZCmgAAgYB6fXcvJqCSj9JuQMzM','Dr. Miller, Myra. Rn Natalie tech John and Sindy were excellent. Great service and Great people. Awesome experience','2019-09-30 15:04:54.196000','2019-09-30 15:04:54.196000',5,'Dorian Vallet','https://lh3.googleusercontent.com/-OG5zbSOWGo0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm7BW5bK1QPEKkwLANYboMBTBtuCw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30445),('AbFvOqmVStqJ2N7xv5YXOafmbSTn2CCoJ-gRsohx9EzgxoyiKz8JbAMKeDk-FmbM8-VaQR3GfXcs','Short wait, whole staff was very sweet and informative. Very pleased with our services!','2020-11-20 01:34:38.554000','2020-11-20 01:34:38.554000',5,'Laura Fleming','https://lh6.googleusercontent.com/--ZBzWlP_o-U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucna1FaDxKMJNaDv_VhrsPgXiZ_oFg/c0x00000000-cc-rp-ba2/photo.jpg','14567670160750071148',30012),('AbFvOqmVSu1CGz3Dnx8jz4-gh9WkGLqRdXpBlI-iiylLec4wVKChorYruj5wqLiu9wt9xebbcxo0MQ','It was a good experience. The staff was professional and the facility was very clean. There was no wait time and everyone was very friendly. The staff was great and really cared about the patient, Dr. Henderson, Nurse Alvean A., Grace K, Jocelyn A and Sean. I would recommend to anyone.','2019-10-26 21:07:19.568000','2019-10-26 21:07:19.568000',5,'Janie Charles','https://lh4.googleusercontent.com/-fFl6bIffuos/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclkqg173mXtZQ9tld0vxK0W5JIWIw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33817),('AbFvOqmVSxolZ7ejXy1JjFFFm3CFVpHCNPohOrSIAceiWNSZ09Uiw8NjtIT8vmmSYv10wSy2MWjm9w','This was not the first time I have been to this Montrose SignatureCare ER but every time they excel my past experience. From the moment I walked in greeted by Kearie, everyone was so friendly & helpful. Got me back to see Dr. Golla within minutes!! I came in for a suspected concussion and the entire staff couldn’t have been more accommodating & attentive. Leslie, RN & Olivia, TECH along with Dr. Golla constantly made sure I was comfortable. I knew I was in great hands the entire time. They gave me genuine & amazing care! Thank you all so much!!','2020-01-17 15:32:49.781000','2020-01-17 15:32:49.781000',5,'sharon gomez','https://lh5.googleusercontent.com/-aRzVMULfK5s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckloIorpPDN4aeSUVb6TyeB2TJ87A/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40346),('AbFvOqmvTABO-9F-8ySaXOJ7ZQzU3goaeCCNKE4Azpsc8nDO-hATlWF1WcwJcN9_8dFBleXhvLlI','Friendly staff, short wait, in and out fast. Will come back here instead of usual pediatric urgent care','2016-09-22 16:36:47.595000','2016-09-22 16:36:47.595000',5,'Esmeralda Nuno','https://lh4.googleusercontent.com/-J7RvoMfVwnM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclbQKWn94M5qjL98uMVxPGTnZsTog/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31182),('AbFvOqmVTBAtGwtQehUL8Vzppo9d0xAZ5yw-XQuCe53J8p8sU7-LlVGPQk7m2hyDIZ_kaIOrc_MZ','I had a choice to come to Signature Care or another facility. I always choose Signature Care because of the staff. Katy and the registration crew; Carla, Mandi and Courtney are professional, caring and concerned. I\'ve never been here for too long and they always come to check on you and see if you\'re comfortable. The way it should be.','2020-12-27 17:49:31.505000','2020-12-27 17:49:31.505000',5,'Karen Green','https://lh3.googleusercontent.com/a-/AOh14GhhuSNPuiHm1M8D-bevIv9cSZ_dscVf6mVl-Ybu=c0x00000000-cc-rp','3272657195432704501',44006),('AbFvOqmvTMN-4kBiA7uEbwkyOmdGp9M8NtEY_7A2szPw2O7WfqWClqFYGFIqym5Cp2IEeSG-gSzr',NULL,'2019-06-08 22:57:07.167000','2019-06-08 22:57:07.167000',5,'Rosemary Cervantes','https://lh5.googleusercontent.com/-aWwHPsMJWS4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclKBfiuI4tUo4SUWPgSiJwNy0z-Jw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41705),('AbFvOqmVTtmpKHsH06DTPX4S9ryamfCxc3V8y2-JwYTLzlNu8J9OkDJyMYGCsskIcQw_yXcFy24nFg','Great experience and was done fast and informative','2019-10-11 23:51:41.973000','2019-10-11 23:51:41.973000',5,'R Bushnell II','https://lh5.googleusercontent.com/-l8I6Kz7TuyE/AAAAAAAAAAI/AAAAAAAAFxQ/AMZuucnxXq4iK6Cvq8RNLsZEyIvgFHEvRw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33879),('AbFvOqmVU8hi-Ngf5Fxo4l-hSb3Gfhq819vrav_95MVYV2hV8J34L5r5zT_Y63fLmLknxSxBBUWYLw','Have a broken foot dr gutfreund was great all the staff very awesome and helpful\nNurse Kim\nRadiology allison\nEr tech Jared\nRegistration sita\nFacility manager Erin mann','2019-03-14 00:37:16.424000','2019-03-14 00:37:16.424000',5,'gina solis','https://lh3.googleusercontent.com/-gbbrh-ufnh0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMOeRCdjFK4qNJXbyjYuwhm-hXPQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29897),('AbFvOqmVulGL3ZfuXOZ3YmEODxbMHhCp7r8uAoNsCbA-H1GPEkF55yuWrm2TBKPMjK30u6yCtTK43A','The staff at SignatureCare in Texarkana were all excellent and caring. They are also fast and friendly.','2019-03-11 23:15:15.759000','2019-03-11 23:15:15.759000',5,'Shannon callicott','https://lh4.googleusercontent.com/-9sG2i4Y-Kj4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck5_q7U2znpgyBIRN8k0NOklwih3A/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39900),('AbFvOqmVuR2A2QSx1Vkni5BUBIOIji1IxQNPrRmkEJGjm4Gd4auMZNGODgEG5CmFmppcdU5wZy9x','Amazing service by Dr. Patel, Amy, Agnes, Joey and Josh! The workers are super helpful & friendly!! I’ve gone to Signature Care multiple times & I’ve had a great experience every single time!','2019-05-07 04:03:14.130000','2019-05-07 04:03:14.130000',5,'Bethany Carroll','https://lh3.googleusercontent.com/a-/AOh14GgExdvAsJXK08dK5YDrkIy6stlkWsDB-LMbx0XYEQ=c0x00000000-cc-rp','3511292162159714121',40572),('AbFvOqmvUSujWOWthvRSxmroxeifZ7ye1QW8-uVGLmMkf_2-jwPkAenZDusvpi92KMfgADvF4qA_eg','Great experience! Erica, daniella and Kathy were so helpful. I will come back','2020-11-25 19:12:53.721000','2020-11-25 19:12:53.721000',5,'Ricardo Villalobos','https://lh3.googleusercontent.com/a-/AOh14Girtm6nDzkutbrqGgPt6R8PGVulCqnnD_A96bfS2w=c0x00000000-cc-rp','14748677429039074158',31317),('AbFvOqmvUV6GQo9KYduvEs2hJcyb0rpc3yxNnXojtkuWfjM7CIzJ4YGpBxv0kokEJLUYC-2Me6Y2iw','Everyone there is extremely nice and helpful. They were fast and efficient . They also kept me laughing even though I was in terrible pain and they really listened to me.','2016-09-11 23:10:12.648000','2016-09-11 23:10:12.648000',5,'Dominique J','https://lh4.googleusercontent.com/-PQuZDxoeikU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3F4F3UEDkuljFp0f0IfpVwrzmng/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37303),('AbFvOqmvV2PHIUUL6AHucAw9PQ0SvktyLbRXnUhEyeeG-AKleAIHBPw9ocROuDwvtnD4yFYW31Zo6Q','Doctor n nurse super sweet.','2017-01-11 14:44:06.014000','2017-01-11 14:44:06.014000',5,'Juanita Raji','https://lh3.googleusercontent.com/a-/AOh14GhU29yLaFZWbLOi8eQv4iAxIKQPhq7GLFTu-jjj=c0x00000000-cc-rp','17394740196501090048',37235),('AbFvOqmVv5kQM0pr9AFBuMRRGWLczH0_sV29XgIqiCkqvX5C_9KUPXTLw06W1bBxQKP8vtsU2Xjg','If you are seeking medical attention I recommend you come here. Everyone from the front staff ( office ) to the doctors & nurses are very nice & work in a timely manner.','2020-03-03 16:05:27.114000','2020-03-03 16:05:27.114000',5,'Terence Robinson','https://lh3.googleusercontent.com/-b-WU7dIvE5g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclOfPJuCpI3cEF8sk_uEYbgb6pE0A/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28667),('AbFvOqmVVhQDA9NkA_puE8iF2hZ0m1gq-zEmS_zIpkgUBAZrXCAsTw7DxKzIxoLoCyNFzZB6vKHhsg','Doctor and staff were great, I was in and out no long wait times.','2019-05-27 03:46:55.561000','2019-05-27 03:46:55.561000',5,'Hiram Johnson','https://lh4.googleusercontent.com/-M41vbyB7ZYc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn-YPGd8b4aeKAfUj6niEoWrBt5HA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38165),('AbFvOqmvVNY_PAdFrIf6H3xPAjb8yRHxf3BxUJqSIa0UEPIsto_XM0yI7Rl8pCmWXtPR8GTAIPvC','Dyveliz was super kind and made us feel welcomed!','2018-11-14 04:14:21.159000','2018-11-14 04:14:21.159000',5,'Sydnie Acker','https://lh3.googleusercontent.com/a-/AOh14GhB8Il1gOTMInnF43ayrkoF4sYGDqTUhajdMF7b=c0x00000000-cc-rp','16590124370714063921',35106),('AbFvOqmVVORfnS-gQFnsI6hi7KLtGPu2Zp6pqipVInQKsFfmMcWVPhQNT3DgZpMfZMfftz3VYUblPA','From the first call to the drive thru service Signature Care Austin took care of all my family of 7 covid 19 testing in a snap! Excellent and friendly staff','2020-06-05 19:46:07.318000','2020-06-05 19:46:07.318000',5,'Mistine O\'Connor','https://lh4.googleusercontent.com/-bfNU7l-xfC4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm7h2C4rQu3lj5Jd3Vds5a-gAkzOg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35901),('AbFvOqmVw3wcbtJ1jcCCCQajRQmGCH12zJNp3HYiBskayTVGie4XmPe_kkC9UjmqZD6S75LRTveGPg','April was extremely friendly and put me to ease let me know exactly what to expect. The entire staff was great.','2020-11-10 15:39:52.329000','2020-11-10 15:39:52.329000',5,'Nick Nabors','https://lh6.googleusercontent.com/-cdQjrqODUhc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmhfhNc-t68_mhpMIg2s7SjocAK0g/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31383),('AbFvOqmvW7NM1uCjvHB5KKpWK0aNeHnoKUxDiCggz3qE_ItVgfcfFrzXFb8xoN3RN1BYydT3mX_nmg',NULL,'2020-07-11 16:43:16.731000','2020-07-11 16:43:16.731000',5,'Kizzie Penson','https://lh6.googleusercontent.com/-LNbqADUZdZ8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl2LAK0F_CzAyaXK-h4Gjr3vxxIxw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36558),('AbFvOqmVWO9yh564rwfyoGcoo9D5kq8vlL8TGT1s6CD-LhAHYYgW3XR_DdQRXiJFEE9GTbbjPgir','Amazing staff! Very friendly & quick. I’ve been to a couple of emergency care centers and this one is by far the best. Remington and Townsend were very informative, friendly, and love what they do!','2020-10-02 18:35:29.203000','2020-10-02 18:35:29.203000',5,'Jose Garcia','https://lh5.googleusercontent.com/-Ya_bprllHEQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmEKhM-ULNXNz3y2Cf4wtCemeatoA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35753),('AbFvOqmVwTa4MsykUGIcwxCRGGI8IgymLfadjsm2p-W93c_Zukadxin1dbpegFvJ-b7GH8mZ62-6','Very short wait and near immediate assistance. Staff are attentive and excellent at what they do.','2017-07-11 00:52:34.125000','2017-07-11 00:52:34.125000',5,'Jim Riley','https://lh3.googleusercontent.com/a-/AOh14GgZB-zoOFPVi47KgyXzhgXgXCpDrHDXphBEVC4ignQ=c0x00000000-cc-rp','16891069708558046635',36470),('AbFvOqmvxZLlluh2q515UM2V_EW5qJUxSzlPOVtmVmGl1m3LmMPf6pazCg8VYvqY9WdT9U1WSlh_','I love Signature Care Mission Bend Location they provide the best care,\nare very efficient, and there is never a wait for Service!! I give 5 Stars to the facility and Staff Pradeep Golla, D.O., Keera the Registrar,and Nurse Selina they are the best!!!','2019-07-02 18:43:22.244000','2019-07-02 18:43:22.244000',5,'Lissette Smith','https://lh6.googleusercontent.com/-m1Zveun7vFE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckRGarB-48KfcydYsaiAFu_YYwBvw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36742),('AbFvOqmVY3P7Z42DBUNyezlFI7FHpOpoU1EjZ3DywoFpg2geJFHgr5elvXZVVKp2to4wZsNhUSTj','The whole staff was great. The girl at the front, Okarys, the nurses Gabe and Jerry and Stephanie. Dr. Daniels was really good as well. The facility itself was neat and clean.','2019-12-07 03:25:37.961000','2019-12-07 03:25:37.961000',5,'Holly Hubert','https://lh5.googleusercontent.com/-rE7OPt3NqOY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclEPUIOJVOwdNOcfNUhXKUSCOHiBg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34524),('AbFvOqmvYV68P1nhn7SW61ldvWBvri2t8ZlQCRv7QF1MuZYH8C0xdAo7FDCUF7kpmjYp5RjcL_jR','They got me in and out quickly. They also explained everything to me in the most concise manner possible. The registration staff (Jennifer and Keily) were great and super helpful, and Dr. Curis was great. I would reccomend this place to anyone.','2021-01-25 16:29:35.306000','2021-01-25 16:29:35.306000',5,'Nathan Riggs','https://lh3.googleusercontent.com/-GJUG6ggX8EY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck3Xitjyh7C7lw1UDCbz_rOb0JdJw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',44415),('AbFvOqmVz1ZXPFNuX_8Yq3b_N3O-TVYb9V0Xjsil4__yTi-yli7r8GbEa2pzGnox3jRgSIeTNemjQA','This place is great! I was seen right away and the staff were all very helpful and personable. Dr. Thomas was friendly and knowledgable. Our nurse, Racheal, checked on us often and made me feel very comfortable.','2019-02-15 02:00:52.363000','2019-02-15 02:00:52.363000',5,'Amy Ponterella','https://lh3.googleusercontent.com/a-/AOh14GhFXhEUjNlXTyyK2cjZPhNMmbfKD4kZiLwwFxmWBQ=c0x00000000-cc-rp','17898197009688164559',38296),('AbFvOqmvZ2YCR_jUVN07zhXxzCEZzl8ZgPKeAo8k0Xx419XQO_maHJBMFveiGIE86db7fct4VaXYPw','Awesome Staff and very helpful!','2017-06-25 16:37:09.323000','2017-06-25 16:37:09.323000',5,'Paulina Gonzalez','https://lh3.googleusercontent.com/-TqCSwqYCVhw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmBLSclGb7dtqIqYypy7g8C34g48g/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37128),('AbFvOqmVZm-RlXheIquu_Rzkur4JHqajsmfmfx_MW4z2-p5KsDBvvtrVOfwwaQ9WW6fK9585BYhxgw','Everyone involved were very helpful!','2020-02-25 17:12:31.703000','2020-02-25 17:12:31.703000',5,'Frank Mitchell','https://lh3.googleusercontent.com/a-/AOh14Gg2bB6lMw7E5MEYfXtk3fL7bW688rJw0nShBHFxLw=c0x00000000-cc-rp','16389487648212004696',33326),('AbFvOqmVzOcpiRRkbFUDd4sAQRilIaR8eFnUEMLiMLsdTz1IY3lEHARWDTA70Pve8fCr6JabKfiWmA','I had an excellent experience. I was seen immediately and the staff and doctor was very nice and helped to make me feel better. I would definitely recommend this place to everyone.','2018-02-01 16:54:34.745000','2018-02-01 16:54:34.745000',5,'Clair Hall','https://lh3.googleusercontent.com/-cC9wX4PR9Ec/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmf5DrVIaAX6ImusS8h-3nvD7_9_Q/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36992),('AbFvOqmW-LGVHGEexKKdY93KlwsTOf1jaS6BFu-04wOxqgA0i-eO4u9avm_9LGzjVAjYJht-z_z4',NULL,'2020-09-24 06:20:26.238000','2020-09-24 06:20:26.238000',4,'Erica Lacy','https://lh6.googleusercontent.com/-UtFOxMRgCfo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnD0CqeciUq0vC4OphEfJFMWPCt7g/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39518),('AbFvOqmw-lULD6nOBXaTEH_4NUcTKlxoIc2xi7hrlJVf0HpfhqcHUG1_gkGsT9EQ_NryipacgllMlA','They are helpful and i can t imagine that much more understanding and polite people. We don\'t have any insurance but they find a cheap solution. Thank you all you guys. As specially We appreciated to Dr. Grinblata and Nurse Rachel Reyes.','2016-10-23 02:23:26.880000','2016-10-23 02:23:26.880000',5,'Nihat yilmaz','https://lh3.googleusercontent.com/a-/AOh14GgHKZL1ZT44YD_RFHbDX3fi3_akw2MX_vCyS7ilsg=c0x00000000-cc-rp','17394740196501090048',37285),('AbFvOqmw-uOKrLCQUUJUCUGny_gPSyhaqpt33SJ0xchDZAQDfkLVIt73ArDi8afdpZty-UzOZr8C','Doctor Mauldin was a professional as a doctor could be. From the minute I walked in I was treated like a long time customer. Efficiency, hospitality and professionalism was demonstrated by each and every staff member. It gave me a whole new image of what the ER experience was about. Definitely will go back when needed.','2019-07-26 11:56:36.448000','2019-07-26 11:56:36.448000',5,'Eric Flores','https://lh6.googleusercontent.com/-X-oK6lJFmCY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckNCUreBT6_C2lB34P6eEG2l-pSog/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38067),('AbFvOqmw0-C_5aKr9SOjsdHiw_Mc0Wwu6hbSdxxt-BWU2Nua23wGFYNOulXU7VRVoNJUeq2nj-kDGA','This is the second time I visited this location. Everyone is extremely nice and professional. Dr. Wang was very knowledgeable and made me feel better. He took his time and talked to me and gave me great information on how to better my health. Rondya, Brandon, Aminata, and Brenda was all very nice and helpful. Thank you again!','2019-11-06 23:27:42.760000','2019-11-06 23:27:42.760000',5,'Andrell Kirksey','https://lh6.googleusercontent.com/-cb2tIW_wzEA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmA1iTdPtFJwXl_DVfoQNp5ixU2OA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43181),('AbFvOqmw0dVUf_HBHwGHb_F4sjqidmnrjqFFxl5e4V6GIclvnP6bmWICA-eczBAsGO_RZ0Zs-JrBjg','Staff and doctors are amazing.\nDefinitely recommend this center !!!!!','2020-01-24 18:33:13.996000','2020-01-24 18:33:13.996000',5,'Rebecca Mendoza','https://lh3.googleusercontent.com/a-/AOh14GisTRXk9AsrTo8QC0yI7IDg3LuBfXVMwrNirmB_QQ=c0x00000000-cc-rp','14567670160750071148',30307),('AbFvOqmw0Me6FpiQ2faTkpNoc_X1deZ2hppFDttivBHHPWMlJGsXWJd5oBI6h4JRZhMfDk2GLWufQg','Love this place! Dr. Edwards and RN Mollie are amazing!!','2020-02-08 01:01:05.488000','2020-02-08 01:01:05.488000',5,'kaylyn jones','https://lh5.googleusercontent.com/-pw6YRHx8tsg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmA0KdWA0KpKml3u4qTrxz9gvJd3Q/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39637),('AbFvOqmw0vxRR2sE0V31k7imFfZGmBseQkQCnM0D_uImIMO8Xd06q9S2N9uB5ChkQq0Sm2xfzwVf9A',NULL,'2019-11-01 16:19:09.623000','2019-11-01 16:19:09.623000',5,'Evangelina Mendez','https://lh5.googleusercontent.com/-w6AVcfoEKzY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnk4g8EbzQ7MS73INV11I1vNZ-Tdw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29596),('AbFvOqmW12h4lSA6t6uKyoZOtM1LWWwrgRISFUY3vgK_XZmK7eA48w6tfVIiloahjzf61fylJCUYGw','Awesome experience! No wait time, staff was incredibly friendly. Doctor miller, Amy, and Brandon gave stellar service.','2019-08-24 02:04:35.565000','2019-08-24 02:04:35.565000',5,'Nicholas Traylor','https://lh3.googleusercontent.com/-f5yIqDL-A3Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclGhM6GtZc6mGyCzcpMcY-K8iFJoA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30473),('AbFvOqmW1cWxxsK_23ktC81tHpeqInuzaAufPKwNX5hOT7YVjfXKhOkvA0hzAVfboPS-4MEEb5cUvw','Great customer service, friendly and caring.\nThanks Mandi M., Ashton, Jennifer W., and Morgan!!','2020-12-15 13:46:30.197000','2020-12-15 13:46:30.197000',5,'Felicia Black','https://lh3.googleusercontent.com/a-/AOh14GjTv2Y9_MQSpJz21jRqcjay75MM5OrTgNWLEnKkrw=c0x00000000-cc-rp','3272657195432704501',39403),('AbFvOqmW23r-u8mu-_HWI5jJyKgV1-_UzzPe-H1JpOdmiPPOjYSMFBUpbYF6LIn9ASxCdtC1wsIlwg',NULL,'2019-03-12 23:17:08.672000','2019-03-12 23:17:08.672000',5,'Delores Hunter','https://lh3.googleusercontent.com/-bzrc88HU5E8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-bJzTsgG80iUCh-t_VlsxPuzDww/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmW29MQwO8CY1wdw5O921hySeZAygEyMxnG74nPFIsccFjg_zyN8QRPmLe8nHxHTPb1SrmuGQ','Great, fast and friendly staff. Explains everything being done during visit.','2020-01-26 16:46:35.495000','2020-01-26 16:46:35.495000',5,'Tracy vigilance','https://lh3.googleusercontent.com/a-/AOh14GibqMgJGpVqBiFFWxs3jwtTifqxcH5vrXVHZVgSkg=c0x00000000-cc-rp','12541597562633926366',28779),('AbFvOqmW346wTuI0_1u6hUeQMKwfaDqrYDgqtpwHRoZOWTyYE6rM5J214gAJNlKQrP0ZG9Y1qCdzVA','Fast and friendly. Treated me with the best care possible. Dr Ashbrooks, linda ,Jennifer and Shannon your all the best care team.','2020-02-15 12:12:43.290000','2020-02-15 12:12:43.290000',5,'Micki Rains','https://lh3.googleusercontent.com/-mrt7De3EIHo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucldYYys8quN4nf_aB410gcSgN6Dzg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39628),('AbFvOqmW3d7W65frTSjjJFOsnT_MCR2ADgq-B8ybrk-yf93Cgu63P5ljE9li9TDuoxWqoezeQfo7tg','Signature care was very helpful!! Went in at 1 am last night and they were great and knew exactly how to calm me down!','2020-12-10 18:00:20.750000','2020-12-10 18:00:20.750000',5,'Madison Gruetzner','https://lh4.googleusercontent.com/-ujOjOSuz6SU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnEZmiN08ok8xugn0YRSJzNG3qO2A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34046),('AbFvOqmw3PpZb7d_FbEQHk-p2tJvFhzLbzr-Idpt-4BaGPZwlomoE3D2cPfVCcb4b9pGcNkAfi0-0w','Dr. Fair, Jennifer R.N., Rad Tech Fatima B., ER Tech Elaine M., and Tanishia with Registration were all wonderful with helping my son when he was sick with the Flu Virus. He was made to feel very welcome and was well cared for during our stay! I definitely recommend this emergency room to everyone that finds themselves in need of emergency care!','2019-12-20 09:13:43.752000','2019-12-20 09:13:43.752000',5,'Lacey Martinez','https://lh3.googleusercontent.com/a-/AOh14GjoyP10wTGWzdugRYfuvJPz_wPJEtEXx9PLFDlP=c0x00000000-cc-rp','17898197009688164559',37792),('AbFvOqmw55sII2qOqx94Cu9JxqQEK54X4Zg8_bhXvdOkF3gNZ6bChdwqYgU9c89Fl6o77cUVy3o7SQ','Quick and easy to make an appointment, able to work with your schedule. Checked in with Alyssa, the whole process was quick and easy. The wait was short and I was seen right away. Saw Dr. Hehman and he was very thorough throughout the visit. Able to answer all of my questions and concerns. The whole staff was very helpful!','2020-09-13 15:52:36.173000','2020-09-13 15:52:36.173000',5,'Elizabeth Tran','https://lh3.googleusercontent.com/a-/AOh14GjbARsJro09k790KM7ZCwdBAOMla8eaqyld6_Xmrg=c0x00000000-cc-rp','8918455867446117794',42910),('AbFvOqmw5A-K8GUOOPJ3dF5TFPPdmTbV4jasRC3-EZRRxL0II1ICG-ENbWfHxBPUwpU_fBOAjBifiw','I took my girlfriend here a while back and everyone was great, especially the receptionist Tory she was amazing.','2016-12-17 01:36:02.652000','2016-12-17 01:36:02.652000',5,'Cory Reutzel','https://lh3.googleusercontent.com/a-/AOh14Gic7NDOrUBOCAIY9AVjXf2QEImOuFU2YUfBf-Ao2w=c0x00000000-cc-rp','3511292162159714121',41149),('AbFvOqmw5EJnOfNqdpc6SyoSXFA7-X2oJX7WT41D1NN-wcD_5eWX8FAbpb6C2yCIZaTrGpKXm1rkwQ','Awesome experience! Lucas, Linda, Kim, and Sara were all wonderful with my daughter! Nurse: Lucas\nRadiology Tech: Eric S C Front Desk: Christie B were also great when I was treated the other day.','2020-10-11 22:28:26.167000','2020-10-11 22:28:26.167000',5,'Blair Richardson','https://lh4.googleusercontent.com/-MKXt0X2Lx-c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckVrJasjRMEIRY1GUmksOBrcGVU3w/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39484),('AbFvOqmW5yexai3aVKYQXUm21UkbwsCN1RXF7fw3NWEU38R9TlZR5ukAVXDJ1suJcZ9U7SJgrpQROQ','Racist, rude, unprofessional!!! Would give them zero stars!!','2020-05-31 23:33:35.473000','2020-05-31 23:33:35.473000',1,'Jay G.','https://lh3.googleusercontent.com/a-/AOh14GgD0Ki5L8EiW2dIpInzLeICo5XBxuRXy9U6epwVBw=c0x00000000-cc-rp-ba3','17394740196501090048',36585),('AbFvOqmw6L0sm_AlFbJmJ9U_sI0M5DW8eLOc-xovI5nddWPKNxxd02zkTRBy2vLGtp4HEU3Q2RbofQ','Went here for my covid test Dee and the rest of the staff were very friendly and helpful','2020-09-28 18:56:24.740000','2020-09-28 18:56:24.740000',5,'lincoln pham','https://lh3.googleusercontent.com/-0jwAqFAyENI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxeQ8e64VocRMaYqKaUky6ws2hbg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28527),('AbFvOqmw7FsfjO2TkFxLwI_mEO5ptDGOP9o08AmCgTIQyEK5QJa0xjmPvJ7ljfTrV-NGgM0QqnAF','I called 4 times to confirm that the clinic would accept my insurance. They said my insurance would cover covid testing. Therefore, I drove 2 hours to get the test. However, when I arrived the clinic, they did not accept my insurance for covid testing. Terrible customer service. Wrong information. Inhuman with patients.','2020-08-03 00:21:14.264000','2020-08-03 00:21:14.264000',1,'Huy Le','https://lh3.googleusercontent.com/-aIfDS-_UleY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmKrVwHx6-DgIfQJRI7T-47zUxDcA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31812),('AbFvOqmW7hXikwWELfFyu808D-5N-aQ78AmnWqN2nQ0118F-AtOnD2KibxB5lHKvb2jmM4k6zaL22g','Was greeted as soon as we walked in, the receptionist seemed to care about what we were there for. Didn\'t wait very long at all to be seen by the attending physician, everyone on staff was very caring and concerned about my daughter\'s wellfair. Would definitely recommend this location and Dr Sylvester to anyone needing emergency care.','2016-12-06 04:07:26.933000','2016-12-06 04:07:26.933000',5,'Robin Contreras','https://lh3.googleusercontent.com/-vFzWCjRUnPE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxvZEpVe5rPaIoaU3cJX1bhH2GcQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41150),('AbFvOqmW7QsYxPpqPIld6-xwCiKlag5RQ4UZIicbkhTUjDqd7r0GJSdrEYIkTr4tImrWQptZDDZMVg','Best ever,real good place to go on this side of town,Dr.Yabrra,nurse Jani,Tracia B,and Patty C','2019-09-13 14:18:31.902000','2019-09-13 14:18:31.902000',5,'Damon Gordon','https://lh6.googleusercontent.com/-1MOeGkebP-A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclCQJiGCqEPogS1Nf_7TWpbPJO-DQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33963),('AbFvOqmW8Nqp2eo1rsuStVG9NdcsMOt7kpw-uTrhXAv02DpkNQ8ixnbpnEZ9nX6vooKrhcgiLPf0pw','This place is amazing, I have had to come here a couple of times for various emergency needs. Everyone is the helpful and polite. The quality of service is impeccable. I’ve dealt with other medical ERs stand alone and in hospital. Signature is by far the best. ER technician Chelsey is compassionate, reassuring, and funny. She makes you feel special and safe. I would recommend her and their entire staff especially Dr. Weston to anyone. This is a trying time for everyone with the pandemic and it’s so refreshing to experience competent, friendly and compassionate care, especially when you don’t feel well. These folks are wonderful, thank you Signature Care.','2020-10-08 23:55:14.565000','2020-10-08 23:55:14.565000',5,'Michael Crumrine','https://lh4.googleusercontent.com/-loVCoDKCGmY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcB2TszDOi1i4ynLp7MpTMkQRpFw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35726),('AbFvOqmW8vg6NOIYrL6naORi21Ko1s6RWWWXyF3CGbsDluCc3S8hsg_IkahCMhZaU-E4c5eAMWFOlg','Scheduling an appointment online was so easy, soon as I got there the wait wasn\'t long at all I was In and out in no time. Chelsey and Clay were so friendly and helpful best experience ever.','2020-10-12 18:15:50.731000','2020-10-12 18:15:50.731000',5,'Martha Puentes','https://lh3.googleusercontent.com/-BHVspM3cQ4I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckNMcHldejAIKDx4cj5zvA9Gq900Q/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35703),('AbFvOqmWaIqQfsyrKCGTPpCTByOjRzSEDCF1XnEmCdWwEwiTyAsBlSS4GggdmSXYwdN6NgCEF8t32Q',NULL,'2020-11-06 00:25:35.362000','2020-11-06 00:25:35.362000',5,'Julio Riggs','https://lh6.googleusercontent.com/-LU5j88A1hRQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhHPcDhsTwX9XroPrN4EWn0HhiDg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41851),('AbFvOqmwaqOq5opu38O21GFVA5oM3Q3uAnmyXHw0ioS1Lv6QslH_99dg5fhSo3JnpYuBQUqtcJkngw','I have to say that the service we received was beyond exceptional! No one wants to find themselves in an emergency room, ever. My family and I were in Austin, in part for a training certification and mini vacation. During this time my husband suffered a back injury and we had to seek help for his pain. Jasmine in the registration desk assisted us immediately because my husband forgot his insurance card, she was amazing and made the necessary calls to admit us within 5 minutes. Brandon and Clay provided a room and service immediately taking my husband quickly to X-rays. Dr. Elsbecker was amazing! Very knowledgeable and took his time explaining everything. I am so grateful to all of them for making my husband comfortable and the pain bearable to get home. šŸ‘šŸ¼šŸ‘šŸ¼','2017-07-18 00:24:57.560000','2017-07-18 00:24:57.560000',5,'JFlores Alvarez','https://lh3.googleusercontent.com/a-/AOh14Gj9g0ytkqpgn4NW_abFx9MsuwYATuFVTZohZDgGqQ=c0x00000000-cc-rp-ba3','16891069708558046635',36468),('AbFvOqmWb62OZ10npvWsPlor5Bjo1G22PagCBF0xLUpF7FJrVX9eVl1he10pRrSzZJh56gYNfC9Hhg','I took our 3 year old here for a finger injury yesterday. The facility was clean, modern, and had snacks/drinks available in the lobby. In the patient rooms, my son was offered a warm blanket and Disney junior on the television. He was completely distracted from his injury while eating Doritos and watching his favorite shows. The staff was caring, kind, and great with kids. Dr. Elsbecker explained what he was going to do in a way that made my son feel comfortable and at ease then he also answered all of my question. Mr. Adam chatted and joked with my son. He explained all of the billing to me and the price for the whole experience was really reasonable. Without hesitation, we would absolutely come back here for anyone in our family.','2019-10-03 15:57:08.705000','2019-10-03 15:57:08.705000',5,'Lyndsi Parker','https://lh3.googleusercontent.com/a-/AOh14Gj4rKcePV9Mg0kDresahrIfzd6Re9bhtEs2-MflQw=c0x00000000-cc-rp','16891069708558046635',36119),('AbFvOqmWbMtvRopkQZz118L-FQqo_Rw02wufMEyD1ELHPh1Aq59R3UTbbQlLcP6jXP7hpwsWm9V04Q','Rita and Brenda did an excellent job even though I wasn’t feeling well this location made me feel better in no time!!!!!','2019-07-05 23:45:06.376000','2019-07-05 23:45:06.376000',5,'Kingdom Biz','https://lh4.googleusercontent.com/-5MwNmwtPSzY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnwXEEou3GzyOJmOOqDm3gQR8FFtQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40513),('AbFvOqmwbn6Yp3F_l7EJMAYHNIOTL9DZUL0yv8reTHMhu3gTFnMqyyeCyA06FVgJ0Y8MtTgmOHkS','Fantastic customer service! Fast and efficient.','2019-04-11 01:52:47.174000','2019-04-11 01:52:47.174000',5,'Jason Crouch','https://lh4.googleusercontent.com/-HtYQ7rmiIHw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl8G9T0sHb4JS7250LfVoK_tsyycA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29879),('AbFvOqmwBnft5mN-G7SSdBuEvlBCyEBVmnTIfMXwQpnhuvc4lp5Vxh2BQTytvZTzxLmeYaE0XObb7g',NULL,'2018-12-11 03:31:26.550000','2018-12-11 03:31:26.550000',5,'Savannah Johnson','https://lh5.googleusercontent.com/--bme0LwkTQY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckl1tb7nRXe2yiBhBGN58btcvrNHw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36855),('AbFvOqmWbxngmveeG6JeYm9FotigMnyS8oOO7iom6PDfiF6XOcstNCBkFHlGLxg1BTuZBBjD2h3HlA',NULL,'2018-09-21 05:31:44.787000','2018-09-21 05:31:44.787000',5,'Cara Hogue','https://lh3.googleusercontent.com/a-/AOh14GgpEv__sMSy0ROMD8AFLYZ9G0g37V11vKxVI2_MSg=c0x00000000-cc-rp','3511292162159714121',40822),('AbFvOqmwc6cDUNJToE9ceMTgg8IeGnrvBVwwarrBAGVq5ClfUPa3DQVQ7deYH9MbVIwS9VRpXapvDQ','Walked in for a rapid Covid test and was seen immediately. Test took 10 seconds. Providers Christina and Chris were very professional and easy to talk to.\n\nMy wife came here a while back for a different reason and had the same experience.','2020-11-06 20:49:35.879000','2020-11-06 20:49:35.879000',5,'John Miller','https://lh6.googleusercontent.com/-4QpH6PCCXVY/AAAAAAAAAAI/AAAAAAAAAVY/AMZuuclO3OvTus1JDZmYWAa9GQZlDr2USA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35631),('AbFvOqmwcCHFcXUkwzGgLFyBYaU73hXCg2xWCx_NkYPsA9ArUCYGPDFgMWB3klaWMtzWEY6x-Hushw','Dr. Das and Jaime were amazing','2020-09-11 21:25:32.576000','2020-09-11 21:25:32.576000',5,'Paul Messenheimer','https://lh6.googleusercontent.com/-aMHGFpIWyvg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckIq_cm8c61AHL680Bqa_VyBjkowQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31674),('AbFvOqmwcdeB6HQ-SsJiRoo-lS7HtAJNEqaLlljPAN8EWn6CPKtIZsITXL1JNfOhxe_K69dlfJ2X','I love Signature Care ER! They always take such good care of my daughter.The staff is so friendly and professional. Her nurse Erika was so great with my daughter and Dr. Elsbecker was so nice and he really took the time to explain everything!','2020-02-27 16:25:59.857000','2020-02-27 16:25:59.857000',5,'Torie Spivey','https://lh3.googleusercontent.com/-jTGVUv_TiKk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclwjpJTH4O8clVkBL0fz37ogIbB_Q/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41444),('AbFvOqmwCLfkSMmo0YOOhoyp-zHUnMISjEvpsPni913C-9Y6QdwI2xAGoOEsZtMmaO_rlETDiGk_','I am a first time mom, so when my son fell and I saw his mouth bleeding I was very scared and rushed to this emergency clinic. They saw me right away! The entire staff was nice and helpful. From nurse Paige and ER tech Daniel who were super sweet making my son laugh and feel comfortable to Dr. Nguyen who was informative and professional, we had an amazing experience. Thank you everyone for your care! My son even walked out with a cute Teddy Bear for being so brave :)','2020-08-10 02:05:28.012000','2020-08-10 02:05:28.012000',5,'Daniella\'s Tales','https://lh3.googleusercontent.com/a-/AOh14GgfMjAzWpF8pBpRsQVXKA-TR5DfhbWhFmpFpkwQPw=c0x00000000-cc-rp','13486358490203335051',29322),('AbFvOqmwcogzPUVvJHRJU7Tq1uGy-YAtCu028w4B1kbG0UvkY6OZWrr4dkIalstH7q7e_551o2WQiA','My husband and I came in he injured his hand at work on New Years Eve this was our first time being at this facility walking in we were greeted by the ladies at the front desk immediately and was able to fill out the paperwork & handle the insurance just as quick. This facility is visually nice and very clean. We did not have a long wait at all for him to be evaluated, cleaned up, stitched up, a tetanus shot administered and discharged complete with his prescription & work notice. This location is about 10 minutes from my home so pretty convenient and great service what else could you ask for? I would recommend this place to my friends & family who are close to this location for their minor emergency needs.','2019-01-02 21:28:14.525000','2019-01-02 21:28:14.525000',5,'Jennifer Jenni JJ Ba','https://lh5.googleusercontent.com/-Urr24Hi1sOA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl9QPB7FGdOPoZZBYI-kiH1pBG7TQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43325),('AbFvOqmwcoJ4Izmu2QYyqT3QsS05M3ADB4w1qjUjbVjufwJNAFN38A8N6ZKwITGc3SZqXKh8surBWg','The staff reassured me that i had made the right decision by coming in and not waiting until the week started. Every player was polite, asked questions and listened thoroughly to try to find the correct diagnosis for my problem. My nurse Racheal and the physician Thomas were both very attentive and addressed my concerns. Ebony, my radiology tech, was the sweetest of them all, talking me through her procedure to keep me informed and calm.','2019-01-26 20:34:08.697000','2019-01-26 20:34:08.697000',5,'Amber Perry','https://lh4.googleusercontent.com/-I9cSx2lgic4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucly5J-twA3cT0zjp01fTgnbuQm1GA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38318),('AbFvOqmWCW2ny-ed-4ZKs6wo0oesvXj9ekYPL6K9lXZH11o1895gEqs2-zdaGBnyOb_tzq1OVhfxLA',NULL,'2020-10-11 13:57:01.517000','2020-10-11 13:57:01.517000',5,'Rhonda Turman','https://lh6.googleusercontent.com/-oNpIFoD85y0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmy9k5Nh74Q9Vx6rvIrbxotkDxR2A/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39485),('AbFvOqmWd_Ekynds4Mi_JCVDVsgzvpUUkLZ14I2vM4UISKQ14jfd5GTuRl1BWbRS4bryAfTo7fyXVQ','They are fast and have good bedside manners.','2017-04-11 15:19:37.850000','2017-04-11 15:19:37.850000',4,'Eve Lluv Joii','https://lh3.googleusercontent.com/a-/AOh14Gh7BnW4G47cpKuA3tzcB6J44CGgj1pbdlLHN3FM8Q=c0x00000000-cc-rp','14567670160750071148',31066),('AbFvOqmWDCnOFWKlMlD2XHAUS8c23WywXd9OFfa64F25pzuyYDWbJpO5YI8qEcG61jMJllL86B0yhA','Moms & Dads - They are fantastic with children! Don’t hesitate to bring them. They are totally equipped to handle them. They even have a pediatric exam room. I took my 7 year old here and what a great experience. (1) Total time spent - under 20 mins. (2) Knowledgeable front desk who addressed cost concerns (Thanks Christina C) (3) Nurse Shelli was a great w/my son. Gave him all sort of choices - do you want water or juice to take the medicine? (4) Dr. E knew how to manage a little one with hyper-sensitive ears. He gave me thorough info on what he thought was happening and why, and reviewed the recommended treatment plan. (The Doctor has 2 kids under 3 yrs of age so he gets it.)\n\nPS - I have probably written less than 5 reviews ever, but this place was worth it. I wanted parents to know there are other options besides Dell.','2018-11-22 15:27:57.732000','2018-11-22 15:27:57.732000',5,'Michelle Martin','https://lh6.googleusercontent.com/-a9GQUlPQfgw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJ-rGNQgEVR-SeZluszoz2sMkNxg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36325),('AbFvOqmWDeWqwz6mgKsOuwN3bgvdwdJcpgtrJts6rpXhDQMqsisA4zL-JlOvhtIkHz8WlbIEAqkH','Great service. I will recommend it to anyone','2020-10-23 18:38:32.720000','2020-10-23 18:38:32.720000',5,'Edwin Barahona','https://lh6.googleusercontent.com/-Xd4TIOWC5Xs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckIk1htkOuWk5lRxngeoy0JbrPo_A/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33103),('AbFvOqmwDVJ36Qk1OHpaHaB11zPk8n8nntsU6sfJdNiTcIOe2DPftEN-Xl2YvXAvnw74wpdGwqm4TQ','Wonderful experience. First time here. Awesome facility. Special thanks to Dr. Smith, Alvean our nurse, John, Jesus and Olivia for taking such great care of my 7 year old son.','2019-07-27 19:26:25.345000','2019-07-27 19:26:25.345000',5,'Richard Ivey','https://lh6.googleusercontent.com/-bbJp5Knvwz8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclsUAotQYf3iJ7iwS6aYdF0ZwRj_g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmwe16puWfl94Q8MlsL2IcAAsDBbbP_DwgBTuBd8Ue7AfLtuG-XR2yYQvp1zlcxHS_Y-QDjUw',NULL,'2020-11-05 12:10:04.824000','2020-11-05 12:10:04.824000',5,'Grace Summers','https://lh3.googleusercontent.com/a-/AOh14GjrVW_R9FegutPXLhiCl3hhB0crG83r9pAU4WdWmA=c0x00000000-cc-rp','16590124370714063921',34082),('AbFvOqmWeLctjP4Wi3qECPi6UVHH6ZieIhZUlw5eZfNDcYi4V3xuz5k41_OdDT6H8g6p7KDhd8DyUA','We were taken care of quickly and the staff was very friendly, especially Tracy’s D. and Jalesia N.','2020-10-05 19:22:27.904000','2020-10-05 19:22:27.904000',5,'Cynthia To as','https://lh6.googleusercontent.com/-zX-AITiAKyk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmsqFw3A1-0xw9jtcGd9LUs2t-6RQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42880),('AbFvOqmwePEBW5pvs-PlUf2gNKf2L9pyV3QKKPE8kYxA9YGXOQPvD1cffylb4mxn1magJt5o8VtXiw',NULL,'2020-06-15 03:39:31.488000','2020-06-15 03:39:31.488000',5,'Katherine Crenshaw','https://lh3.googleusercontent.com/a-/AOh14GjF3DbfxVqjJAmKSjBnEMbfeeBu27TWzWsNHDM=c0x00000000-cc-rp','16891069708558046635',35871),('AbFvOqmwEV-5CsFrG7wY3kDcHWQo6RMs3zkbb0DRINL1yF1IlEoKlg8os4GYGkshDGMf9uy6mwc_pg','My son was rear-ended and I was concerned about concussion or other spine injury. This is the 2nd time I have used Signature. Always great customer care and great patient treatment. Always feel like a VIP. Just like a hospital without all the extra fuss! Highly recommend.','2018-05-28 01:11:41.848000','2018-05-28 01:11:41.848000',5,'Mark Rizzo','https://lh4.googleusercontent.com/-RsVPGVdQ6PA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmRkBtz1YKr6oK8krx58Ybq9kwwxA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36395),('AbFvOqmWeV4k9lQZRG8iHiqYy5z6cqs3QPqCsPcb6zUScZhqQK_RKu6FXKwx-kD30vf7trkvYsfCiw','I\'ve never had a better experience in my life. I seen immediately by miss Jocelyn. She was nice and patient made it very easy to check in. Once I was in the back the rooms and the facility was amazing, never seen an urgent care so.nice I was seen by 2 nurses immediately who were kind and attentive the really seemed to care, not even ten minutes later my dr. Was in my room seeing me she was nice and made me feel i was her her only patient. I would recommend this location to everyone I\'ll always come.back. thanks to dr. Faroogi and to nurse ekaterini\nbetter','2020-01-27 16:06:14.887000','2020-01-27 16:06:14.887000',5,'Timothy Griesbacr57h','https://lh3.googleusercontent.com/a-/AOh14GjwFqVsIjxhD8YmXlkedTHNcrYe_0DX_mppwANE6Ik=c0x00000000-cc-rp-ba4','16389487648212004696',33441),('AbFvOqmWEXV6G_N2O9lNOZ_IdIgNFX4qzcaCyAVGFTMNBoy81Ce_uebTVR30Epy7laxKgLd857fDXw','Great service. Friendly staff. Clean hospital. Knowledgeable staff.','2020-08-28 21:48:07.703000','2020-08-28 21:48:07.703000',5,'Chuck Izzat','https://lh6.googleusercontent.com/--EbzQi0v_Z4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmIrS8yOqfVUs8eoG8-IIpsHeIFZQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30130),('AbFvOqmwf28EN7v9Msa0QjZt51IIj09UIDw14O4p6pIsHW4oSEjS1s8NB6vDKJUwE5oWAt0znxWd','I have been to several urgent cares and ER’s in my life and this place doesn’t even compare. From beginning to end the staff made it clear I was a top priority. It is easily the best medical environment I have ever been in. The staff clearly love what they do and where they work and it shows. I won’t ever be using any other facility ever again. I would recommend them 100 times over. There’s not enough good things to say about this emergency room.','2020-08-01 21:07:32.213000','2020-08-01 21:07:32.213000',5,'Baylie Gomez','https://lh3.googleusercontent.com/-L-h9nEel59M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMhx5-eehzfGB67BDJn8KXKoC_7w/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39027),('AbFvOqmWF3iDJV3b4ZmHRDVh3ZbsNQ897rfJTD6LWYdkxqLNaHJ_eCbp0Xyz1Wx7FotIH2ajTm1l_Q','This is the second time I have been to this location. Both times the staff has been very friendly, prompt and efficient. Thank you.\nBoth Alvean and Jordan were great.','2020-10-27 19:36:49.737000','2020-10-27 19:36:49.737000',5,'Rosanne Berry','https://lh6.googleusercontent.com/-_g_68YjrJyM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn93w3AoJgfctCPh81hQ-T7Z1VTeQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33058),('AbFvOqmWFiU-uh2WEKNfVglS3vnj4PDAyZ4rNLRSyDJpwNJQ4va7GKjAt_j9Kym70ejT1C99NvRu4A',NULL,'2019-06-05 11:44:02.988000','2019-06-05 11:44:02.988000',5,'Antoinette Lane','https://lh3.googleusercontent.com/a-/AOh14GhahMOzMwk91Wc6TKzCrXBhJbg59kYLrjDN6LZQQg=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmwfjktKkXiDwTHXA2abaFSh3x1EmhEg86dSiZEW9YqoJZtAV1lcnu1uwfB95ljn_bmVjRsJQ','Just had a COVIF test due to exposure. The staff was so helpful and nice. Doctor was very patient with me as well!\nThanks Stephanie R, Karen, Yasmina, Rolando and Dr. Ybarra','2020-11-20 16:51:42.745000','2020-11-20 16:51:42.745000',5,'Beverly Langston','https://lh5.googleusercontent.com/-y1jZtrAhLk0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmx-C0d0JC017tU_QoDb6lWwmQ0GA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42255),('AbFvOqmwFoMoe63guapb0esMXLX-UklxCZsTBDw5bawPkCKGQ7VAws9WdqRnY4MvzPuA1Yj5Iw3eBg','The staff was very helpful and fast. Thanks to Tim Andrew David Lisa Derrick and Alicia.','2019-06-29 00:47:35.795000','2019-06-29 00:47:35.795000',5,'Matt Kossman','https://lh6.googleusercontent.com/-3-WR9M2KMpA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm6mIEHkFBKe9Ak_AC_USBdO5sYNQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29754),('AbFvOqmwFqXbvMQsEcc_ovjhILxCtUigrVSIlHQjuCH8MC1BqMEMuFaR28WNhGELObmZ6vooakI04A',NULL,'2019-11-27 03:33:06.900000','2019-11-27 03:33:06.900000',5,'Tru Avants','https://lh6.googleusercontent.com/-kZsCMgFOrSs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjqbPaZpX153vZ4JE-3g_qAGjz3Q/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29561),('AbFvOqmWg4OrH0Vlj9GKAhq9dgdfCVf9q1BUCJY8oqGFaUusqr8jLN2ZIruaiGoJ3WSt-aTYtgOO','Customer service started entering the front door. The receptionist was kind and made myself and the housekeepers smile.The entire staff was so pleasant and concerned about my wellbeing. This place is one to model after and the type of dignity and respect they give should be displayed at many hospitals. Unfortunately it\'s not and Urgent Care gets an A+. Thank you!','2019-02-28 15:49:03.079000','2019-02-28 15:49:03.079000',5,'Cynthia Turner Robinson','https://lh4.googleusercontent.com/-1l0v7-qYVtA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckYiYo9Yj_1gSt3GwY-m7PkyDM00Q/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30597),('AbFvOqmWgfzNtfX90LwfXScL9aWEmun7ulCREgyV_jGjj4XjFeKFCoBkDqdF1jCRQ2o4FOFQXzFcww','The entire staff was extremely nice and welcoming. Alvean even went out of her way to help me feel better!','2020-12-16 22:49:15.302000','2020-12-16 22:49:15.302000',5,'Florencia Vial','https://lh3.googleusercontent.com/a-/AOh14GiaEsnoW55xA9Fs5DfuCVshjWfN8Qzww6sE_jbw=c0x00000000-cc-rp','16389487648212004696',32841),('AbFvOqmwGH9UPn5IrLOjp7eO60VtuN-1P24K3otUtxKNQgt1Ym17YL-yUCepc4hYAlBwFFp2Gipi','Fast efficient professional kind and CLEAN!','2018-01-24 18:32:36.101000','2018-01-24 18:32:36.101000',5,'Rita Maniha','https://lh4.googleusercontent.com/-XMnKlhMt7UY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmCGw2cDCPYk32j6ecJZl9a0VINvw/c0x00000000-cc-rp-ba2/photo.jpg','3511292162159714121',40967),('AbFvOqmWgmeKQBRZSsnoOg-iNwzZaTt1QWjBFamFZ7cCacmlKNRSxGXH2MaaigjtEYdvSjuE7iq4Ng','I came in feeling real bad. Front the time I walked through the door until the time of me being released I was treat like family. They reassured I was in great hands and they did not lie. The care was wonderful. I appreciate every who saw my through my pain treatment. Thank you Kat, Aj, Alexa, Alia Thai and Dr. Hasegawin! I truly appreciate you caring for me. Have an awesome day.','2020-09-17 13:52:20.526000','2020-09-17 13:52:20.526000',5,'Loving Life42','https://lh3.googleusercontent.com/a-/AOh14GjCCQbxaEtDCb8uSs-cZHzcMQ9p-q5-Nk8US7zw=c0x00000000-cc-rp','2694018788013845459',38982),('AbFvOqmWGtuhzJas3JDdO8KlJC24F7PEdl1Vd3EbSDuY0AMKX3CXgyHLDd-QBTyOgfTgWBqsjGSSWA','Was the best experience I have had . They all were very welcoming. The care team is so exceptional . Calli was so amazing great smile . They all made me feel so much better . I came in hurting and anxious but am leaving stress free and feeling better about my situation. Thank you so much Signature Care!','2020-03-17 17:43:19.772000','2020-03-17 17:43:19.772000',5,'Gsnipe','https://lh3.googleusercontent.com/a-/AOh14GhaXV40bhi6WSRlXa0ITGS8dLWHrGHFclGJaDMA=c0x00000000-cc-rp','2694018788013845459',39076),('AbFvOqmwGZLetAdMlOXWx_BaU4D4vcAxCMVMF5jXsfcSuVrme5fyHMCWJiq1TbGYZmFJzPRT6_1abg',NULL,'2019-06-25 02:55:55.907000','2019-06-25 02:55:55.907000',5,'Ageia Watkins','https://lh4.googleusercontent.com/-GMhBuPLuH3M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucksoh7rhdfOsB3MFZYEhuBkYZSy5w/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29085),('AbFvOqmWhbRrWP0W2Encjv20jOJnbJ04z5C0Bnapn2Kl6umRxVSVBadNZSgFu52IYpk__XsOIZpGyw','I took my daughter to Neighbors for a stomach virus. The next day, the doctor called to check up on her. I highly recommend this E.R.!!','2017-03-12 00:24:57.305000','2017-03-12 00:24:57.305000',5,'Dorrian Wallace','https://lh3.googleusercontent.com/a-/AOh14Gh3PnIk9aLlEBfpiHdXhQ5CvRH3mbTFL_Y_3_W6TQ=c0x00000000-cc-rp','6521947413723274945',41813),('AbFvOqmWhfXbdGtu0SKsSVU_jSVS0pwUe8EEk_wj9b01LOyfxQAR4E6aqO267eG9xm8dEtYNwGYEIQ','Fantastic ER! Wonderful service at the front desk by Kim and Dyveli! And then they the diagnosis was quick and easy by the tech, nurses and doctor!! Would recommend you go to this ER!!','2018-08-22 22:44:11.938000','2018-08-22 22:44:11.938000',5,'Trevor Pendergast','https://lh3.googleusercontent.com/a-/AOh14Gjyqt939uVCEvTqrojQCEw5MtX067Iujq5V6izw=c0x00000000-cc-rp','16590124370714063921',35221),('AbFvOqmwhg_0D5vYtlXRNPcUW3IPaIt0kM7Wmzmmfyb5NM2n5Zs-m0J47GIRovX_5qrJqLDSO8Lh','Everyone displayed good customer service. Even though my situation was minor I constantly checked on and was out of there less than an hour. I was given proper medication and felt better hours later with the treatment that given. Highly recommended','2019-05-16 04:27:02.232000','2019-05-16 04:27:02.232000',5,'Coco Latoi','https://lh3.googleusercontent.com/a-/AOh14GiDznySphv-DUb--e1SDK1bDbTyTjKQJ4f0vX_fIQ=c0x00000000-cc-rp','12541597562633926366',29099),('AbFvOqmWhN9WrT9muuLmEzv6FnuDXq6a0paYL1IrlzT5jGkw9XBEEAM2ZEl8AarrETKVwj3wh_Am6Q',NULL,'2020-02-24 01:46:59.994000','2020-02-24 01:46:59.994000',5,'morgan poteet','https://lh3.googleusercontent.com/a-/AOh14GivL-l0YNTk9B5HbGS5wblcHABJC_yigPPXkSCccg=c0x00000000-cc-rp','6521947413723274945',41455),('AbFvOqmWHwN9mvlyDeV2eay3xdnJcwPst_Zphv4lp_D71C10H29HTNeGoWRXoQl7jEkiE5mDjRI8VA','Made me feel comfortable and answered all my questions','2019-03-22 02:52:10.455000','2019-03-22 02:52:10.455000',5,'Herman Cruz','https://lh5.googleusercontent.com/-1R8RLqpWBSs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckVHdON1RnxLk5mqC695A0DNz_5tw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29126),('AbFvOqmwI_hN1UA4pYyO_fbZJ2xZZlIdeAXcK3xlTqdCCi5_3MP8q0SufSvmcpAkoR4-uVAGONtmvw',NULL,'2019-05-29 01:17:18.665000','2019-05-29 01:17:18.665000',5,'Ronnica Rodriguez','https://lh3.googleusercontent.com/a-/AOh14Ghj0QFZ95hNFrbQ1UUJoGa0IuAWFrywTO2KlMDe6Q=c0x00000000-cc-rp','6521947413723274945',41712),('AbFvOqmwIDOVg66ihLU-jE5FRGxiRrKlXPFrTaXfWCCfD8AFuvLR2vezB1Qi2i_uHyQuuBicuQEZhg','I’ve been to seton hospital and was terrified of any more hospital visits but at signature care my opinion has changed will definitely let our patients know and everyone that this is one of the few places that are good . Dr. was super nice the goal is too not have patients waiting long but give them excellent care . Great nurses great experience','2020-02-04 00:16:05.542000','2020-02-04 00:16:05.542000',5,'yajaira davila','https://lh4.googleusercontent.com/-NPmcprZTABU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnv_Dvp_l7t22XD_H3x8pjV2vlyNQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39142),('AbFvOqmwj6QZY5iDM2hCfUU2g1AOXEpipP79oeIa3o6wFoH532wCir1GPgjE9IuIQ_uNvzhaOlNY',NULL,'2019-12-30 01:27:23.158000','2019-12-30 01:27:23.158000',5,'Becky Cranfill','https://lh3.googleusercontent.com/-g3UNiy5cPQc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn_dL1tMG0Jy6lbju9oXPXIGm22UQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41505),('AbFvOqmwJAOfMJ7DxFPgfpzn_veXh2gy2FWJ561jB4DEdDVcIknmtP1C0EhMqnpNo_KAHcJLf_dl','Tricia, Alvean, and Jesus were great! Dr. Mauldin our hero! It was my second time back this week with my 7 year old son. They were very informative and courteous the entire visit. Truly a pleasure at times like these. They will always be my first choice when having to attend the ER . Thank you!','2019-04-04 15:13:47.141000','2019-04-04 15:13:47.141000',5,'Dee Ayoola','https://lh3.googleusercontent.com/a-/AOh14Gj4ROW5n53fGjaLXjM-Er6tJF0GPGWPTcdTuO4xRg=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmWJBV8PdJ0GQ0cmYQywpWDXWZBWugwDGNogSLgil_IRRVaON-GTucOuydm1w7EMG8o_Pcb',NULL,'2017-01-29 16:35:56.030000','2017-01-29 16:35:56.030000',5,'Rachel Denniston','https://lh4.googleusercontent.com/-VhZgbwields/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclTruYVAMGph9GJwEXxIjRx_UAJ4A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35516),('AbFvOqmwJCeqhWoCsVUxy32_FEO7vo-5NOlANDnKkvRXJvOQq7k0FLqtNXSkOY5iD6J7D4K8_y4X','Huge thank you to Dr Reukauf, Lara, Jonathan, Karina, Sarah and Deanna! I had my first visit with Signature Care today and it was very pleased with the service I received. I was tended to quickly and it was clear that the team that was working with me cared about how I was feeling. They were thorough and communicated everything with me to ensure I was aware of what they were doing to meet my needs and address my concerns.','2021-01-07 01:21:30.263000','2021-01-07 01:21:30.263000',5,'Betzabeth Amaro','https://lh4.googleusercontent.com/-jZJPw72FtoM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmlOe3GCAPe3qGej070RmUbK19fjQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',44457),('AbFvOqmwJkr3-3nvoS-uULRUx6gTcF7BooyVN5z5qUDpVQTG517ZVPu5M-eEcJTDUCFzPeKAX4z0Rg',NULL,'2017-01-16 16:33:01.930000','2017-01-16 16:33:01.930000',5,'Erin Robertson','https://lh6.googleusercontent.com/-OkUkj5aRftM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmzl-LLEx7J_UMRHu9JgLa-ym-3kw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41131),('AbFvOqmWjQmSDvbubCvFSHA-MU5JFBIMhXEXu1RJbfquWjgqiTdLjglCyo64gUjzRBjOhTPngHBsqQ','Dr Hehman is very professional and he listens to your concerns.The nurse Shawn was very nice and theygive good customer service! THANKS TO KAREN FOR YOUR HELP!','2020-03-13 01:36:40.868000','2020-03-13 01:36:40.868000',5,'Victor Almestica','https://lh4.googleusercontent.com/-x3BxZK58TgA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmNEoUUpjVqnlzxKqllhiNhYM4Uiw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43057),('AbFvOqmWk0NNZPARBHQAYnDjLc98iTss3RSDyCK5pxGy6DFGWq1oMeXtLPVnqn9zXIavYGe1cAk','Jocelyn...alvean....Tricia and Dr Nguyen were amazing and polite they took the best care of me and I would recommend them to anyone!!!!','2019-10-02 21:57:54.531000','2019-10-02 21:57:54.531000',5,'Karole Webb','https://lh3.googleusercontent.com/-08mp2CDIwOI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn_WR-A-CorhOoQUbcPM4DOFiO55g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33913),('AbFvOqmWk5nqyWT-96V3XChmZ4hrRDYiV8m1A2Kp5suaZ56GoAy9ehIKDCq9Wbg30veqtLbUVMZSgQ','The staff was very friendly and the services was fast. I went in and got an cray right away and a shot for my pain. There was absolutely no wait. Fro the front desk with Patricia to the back office, physicianand Radiology team the serives was perfect. Thank you all- Dr. Harjai, Ekaterine and Kat.\n\nThis will be my first choice if ever I have another urgent/emergent situation. And the facilities cleanliness is impeccable!','2019-11-07 02:45:22.876000','2019-11-07 02:45:22.876000',5,'Ms. Kakes','https://lh3.googleusercontent.com/a-/AOh14GhnPBGQtbA9Xq4rK18Yt0nLQkLlS2-1la6HBwDu1ng=c0x00000000-cc-rp','16389487648212004696',33779),('AbFvOqmwkGUxOAeLgHM3aU8klJFWugmkjIMPnF8cnjeUsp4SalZIh_KGrl6W_EvnLZQaHwCt05gkiA',NULL,'2018-12-21 01:30:51.607000','2018-12-21 01:30:51.607000',5,'Maily Gallardo','https://lh3.googleusercontent.com/-r8Fv4fNfooI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclh9YRCarbO5w6rHDolwJoHkYLHKA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30665),('AbFvOqmWkX42DdSFi0vEB1Q-cpu0VixrHrHChx--7RvcX5WV866x7y6dYB7WOZzZaZzsqNMjH8u5OQ','Awesome experience, very thorough, very prompt,Jennifer Diggs was so pleasant, and John Bell, and Matt were soo kind, thank you','2019-01-01 18:25:49.787000','2019-01-01 18:25:49.787000',5,'Jennifer Seimer','https://lh4.googleusercontent.com/-icx4vO6SfAE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVcvfw5RzuZ6ipC3CiiqQrA6TzSg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42209),('AbFvOqmWKyWEH1Dx3WyjFeOOfssRB33pxLd64A2qcXOGzkHKVuo1q870c3Q3k71We4A2cyNo9BvTEQ','The staff was very welcoming and friendly. Quick and speedy service and Dr. Das was extremely thorough in his explanation and evaluation','2020-11-08 16:24:31.346000','2020-11-08 16:24:31.346000',5,'Dennis Hanifan','https://lh3.googleusercontent.com/-9NZLfA0s-Mc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMgg6iMhLji9-sx8Fuo_J83auDGQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31396),('AbFvOqmWL-8akPxv4l2OoeWkxpHhQOlydWEpHCXkqbqYlrj_Yg72MDZ2M5LVTgJKR_1-PYh7QiTjdg','Great staff! Nice,clean, quite.. my go to e.r. for any future visits.','2018-09-20 19:51:36.635000','2018-09-20 19:51:36.635000',5,'edward armendariz','https://lh6.googleusercontent.com/-ZpeQp8EzUI8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmzYssC-Z2a5IjvWNPJ1nbm-VY77w/c0x00000000-cc-rp-ba3/photo.jpg','14567670160750071148',30720),('AbFvOqmWL5JaUQ5YVz624YXzBLf52sL0pYeNSLMin0DIcgM7aTQqfCeXF_kOgce7NPQKw4Nr6lsM6w','This place is short of amazing!!!! The staff DR. Appiah Nurse Susan Rad Tech Laura ER Tech Matt and Reg Alexis were all so amazing šŸ˜‰. From the minute I stepped in the facility I was greeted with warm smiles and concern for my visit. Not even moments the nurse came and got me took me to my room and shortly after I was doing xrays spoke with the doctor and on my way home all of this in less than two hours!! I absolutely love this place ā¤ļøā¤ļøā¤ļøā¤ļø And it so clean!!! I won’t go anywhere else','2019-07-13 01:28:40.362000','2019-07-13 01:28:40.362000',5,'Janis Haynes','https://lh6.googleusercontent.com/-OWt9-RB6gQ0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnu9SUQb4Q_ybpBSh3wWzvt6B7fPA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38078),('AbFvOqmWlADdvnMr5HlAlPgErypZoUGFx8Jp6aj-k_j2PqwPhKFKqYHN301Wxw2G2oy_6x2a4PhWCg',NULL,'2019-06-27 02:04:17.287000','2019-06-27 02:04:17.287000',4,'Madison Montez','https://lh3.googleusercontent.com/a-/AOh14GicLCSD9rWL7Iaajjl8sYMNTDCM5vkJf1LjNSK35Q=c0x00000000-cc-rp','13486358490203335051',29756),('AbFvOqmWLqpqSEWePs34OAnP0VEx9vrFXGJA57t-ofiAT0VPreYV2qkqWcVsmVVmPwBUiCffTub2Zw','The staff was very friendly and accommodating. They were patient and thoroughly explained everything. The facility was very clean, spacious, and offered lots of conveniences.','2020-01-28 19:06:46.913000','2020-01-28 19:06:46.913000',5,'DeAndra Hayes','https://lh4.googleusercontent.com/-Cr5Cvrrbj_s/AAAAAAAAAAI/AAAAAAAAAJo/AMZuucmkxOhENn4IlHa6NQ5XgTiCX3y9CQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42476),('AbFvOqmwLzsupnHEE6v8_WH1XZDFb8hqnYez6HCzG4Pf4KwxTiqlZ_-JVFyA1_8jfdi2dGKWeU7b','I loved everything about this place the service time was quick,the staff Cody and Kelsey were very nice to me and my gentle with my son. I would definitely recommend coming here!','2020-08-03 21:08:51.094000','2020-08-03 21:08:51.094000',5,'Porscha','https://lh3.googleusercontent.com/a-/AOh14GiLRATmHjWDfy5fJK4q5x8i-wF0zua43Di4BLaqBg=c0x00000000-cc-rp','2077061009497551125',38656),('AbFvOqmWM-zzp8a5dyNuQt0rBhzyUQzW3foFpEgtEOOIlPKVISvGc14kjFSN16PQ9oDtzWzSce67ow','From the receptionist In the front and Elaine ( Er tech)and Dr. Henderson treated us with the up most respect and care , so glad I chose signature care thank y’all for making us feel comfy throughout our visit!','2020-11-10 18:35:22.852000','2020-11-10 18:35:22.852000',5,'The Jeep Tech','https://lh3.googleusercontent.com/a-/AOh14GgDyqDS0o_R6bxJBk_pdG8wxPrxtfhqTFLuzoneCw=c0x00000000-cc-rp','17898197009688164559',37450),('AbFvOqmwMvEN3P1Hdl_pPSd9ZAC90Oe8jU1AmyuvH5qpan22U17b7_1oXhswc35lcs9chasigjBH2g','Great fast and easy urgent care ! Valory,Julia and vy took great care of me while I was there making sure your as comfortable as possible and have the best experience at the least present time of you day. Wouldn’t recommend any one else !','2020-12-18 20:25:19.536000','2020-12-18 20:25:19.536000',5,'James Clark','https://lh4.googleusercontent.com/-NXGLlPzaUl4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucleTbcALindYGO_IXcQoamXxvwFYQ/c0x00000000-cc-rp/photo.jpg','15979470999169074295',32807),('AbFvOqmwN7n1mMymrRJX6fAOaH1PRngBPvIwxJt5LJKb4MR6aV-HN5T2KijCdkIIOtRjyuaND9LSBg','In a time where the norm seems to have shifted towards chaos, ER Signature Care was phenomenal in regards to testing. They have designed a very efficient system that is incredibly efficient.\n\nSpecial recognition to Carly at the front desk, who went above and beyond her duties by being patient, empathetic and caring in her interactions with us and the rest of the patients that I saw.\n\nThank you!','2020-07-05 20:20:42.293000','2020-07-05 20:20:42.293000',5,'Eduardo Torres','https://lh4.googleusercontent.com/-AbjIMylEFcM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnaTue5fuXqfGOO87jbfi3gpsY7-g/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28615),('AbFvOqmwnaOLb8D5jk3ki65D2NZeKmToy6mHhBGq8gsRJJhWd988kjbiscTAcfDkC3l1C6uFn5OIVg','Excellent customer service. Dr. Lingan, Christina, Linda and Brittney were all quite helpful during my visit. I recommend this South Austin gem to those who need immediate care and compassion. Thanks y\'all.','2019-01-08 00:26:53.983000','2019-01-08 00:26:53.983000',5,'Darrell Edwards','https://lh6.googleusercontent.com/-eQuu0PexTew/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmrkuqTwFjtUYEtEIzqo12f0oOqzA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36299),('AbFvOqmWndl59og6Oy8-I3qTD6Gn07CCgRXMEdlpHSYhWABCex0_1YBj4JIFJ1nP-uu20Dv62DRm7w','Dr. Vakey was very honest and good as well as my nurse Brad and Naomi. Would definitely recommend them and they offer great snacks too lol','2019-08-26 20:31:42.473000','2019-08-26 20:31:42.473000',5,'Kelsey Steele','https://lh4.googleusercontent.com/-Kic8IiSAv60/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckrOkF4QlrxXF7TnSNhcdaT1C5qHQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34706),('AbFvOqmWnmGfV0YGIX4Sq9_Pk_95J7tww3nUB8xwHVyLYKivSGyTzLu5zgKoAc2nHaeaJZGXP4T_xw','The doctors and nurses were quick and efficient. I felt cared for the moment I walked in the building. Dr Rankin was understanding and accepting to my requests of no pain meds. Angela and Dorie were friendly and compassionate with their care. Carl with X-ray took good care of me while I got my xrays. And the registration person, Angela, was very friendly from the moment I walked in the door. Highly recommend. This is the second time I’ve come here and it’s top notch care each time.','2020-09-14 01:00:04.498000','2020-09-14 01:00:04.498000',5,'Angela Kraft','https://lh3.googleusercontent.com/a-/AOh14GjL914xqU_BTpFUkP8qerniignPMVLFqC7-AZbNWmI=c0x00000000-cc-rp-ba3','2694018788013845459',38997),('AbFvOqmwNuEWa4-QYFi9sh9sFTi5faKVCpprgXWxbOYk56zbdDYV68LanFoHBqJHp8dUao_FGAItKQ','Everybody was really nice and I didn\'t have to wait long at all to be seen.','2019-06-22 01:13:36.663000','2019-06-22 01:13:36.663000',5,'Courtney Scott','https://lh3.googleusercontent.com/a-/AOh14GjLmmASjKDXnSY15SzQVOIlWB5Mxj6PKAwv39g5=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmWnvaY1FtlkjhaRNuHnJDKZTblECFCLyuLWWvPFJ4CITJ78hM_BQxuagClNt7YvMLYPQ0EhQ','Everyone was so wonderful and attentive to me and it didn’t matter what the job title was. They take good care of their patients. I wouldn’t choose another place other than this one.','2018-09-05 22:24:55.941000','2018-09-05 22:24:55.941000',5,'LaTonya Trimmer','https://lh3.googleusercontent.com/a-/AOh14Gg7b4g8KKfKHlFbZTAysl-uwxNuSTMJnhNJNOFa5A=c0x00000000-cc-rp','14567670160750071148',30750),('AbFvOqmwnYO52ny82X2AyPS9RIXn3T7IlJ1Jj7yYqtOXo78EgFG77e_88Ma7Ti3dI4VJgsnKuNaUkw','Great staff! Thanks to Dr. Tran, my nurse, Katrina, and the registrar, Therisa for my care!! You all were very helpful and friendly!\n\nP.s. Thanks for the great food recommendations, Therisa & Katrina! My husband and I definitely appreciate it!! šŸ˜‰','2019-12-20 04:14:41.718000','2019-12-20 04:14:41.718000',5,'ShaRoya Scott','https://lh3.googleusercontent.com/a-/AOh14GjFzEInytS6PgEpzo4qWQtCqj_mt_cxXpUfOkYmuA=c0x00000000-cc-rp','8679688254631342173',42545),('AbFvOqmWnzC7Gx72vjHwD_xo8lHA1QTI1IkqB4S7ZcuivU8hldxOGiS4zWSREx_5SFHKWuXXk07t','Very fast and friendly','2019-07-31 21:22:17.150000','2019-07-31 21:22:17.150000',5,'Jose Rodriguez','https://lh5.googleusercontent.com/-hxnzbpmXwl0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclNgw6wdCC5-JznFAqC3aRVqbTyzw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29068),('AbFvOqmwO3o0Si6Xecf1-LeRFKuUFAovJLk1lHg4des1xHaJdpcJrGKflrRyuoYwcFA7cDonUusNSw','The staff Amy Agnes Rn and Dr Faig are simply amaging. Simply amazing. I will always come here.','2019-05-05 02:46:21.822000','2019-05-05 02:46:21.822000',5,'Jessica McClelan','https://lh3.googleusercontent.com/a-/AOh14GjHqsVeDNb_3b7a4RhEBjWD7AtklXMNUveQbCBTn_4=c0x00000000-cc-rp','3511292162159714121',40582),('AbFvOqmwO90RAvExHrLyomWYxBZBUWUzYQDAovV-TCmbAgLSn8wVbJnqlLL6LEqjocySUeHFyzy5','Excellent care','2020-11-02 03:34:26.806000','2020-11-02 03:34:26.806000',5,'Rohan Mathew','https://lh3.googleusercontent.com/a-/AOh14Giv2Va897iSDzTGJOi2Bolo_QHEW9U9pNs9Y_WunA=c0x00000000-cc-rp','8918455867446117794',42845),('AbFvOqmwOj7bMA8ZY19qBTGafal2CXvl47J0U0A2ccp_7ikN5WEiwuvVfcCiEibqo-fk5YZ2BDfMlw','Thanks for you\'ll services, great experience for my first ER in Texas came for Covid test they found another problem just glad I\'m Covid freešŸ¤˜šŸ¾','2020-12-13 15:35:01.749000','2020-12-13 15:35:01.749000',5,'Chris Taylor','https://lh5.googleusercontent.com/-vgMnBb6Q30c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclfco-rf_84LRdGphX0MJ_zTtVdXw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42807),('AbFvOqmwoow-NgODnS-QbxZyTFqGnOOAMorniKuDhX4qXlN_8qgNmkAyo1HYTx3i-YQ7-tVDbKepYA','Process was fast and friendly. I made an appointment online as recommended by Cody. I took my daughter to get tested. All staff very friendly, results in 30 minutes.\nThank you Nydia and Brenda and the whole team!','2020-07-26 22:20:24.023000','2020-07-26 22:20:24.023000',5,'eliseo ramirez','https://lh6.googleusercontent.com/-S2TT_jKTFTA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclOXfhA49budaaqnpIyc_86qw63ow/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38755),('AbFvOqmWp1qbVt3Npbo2T1WN8OZQMHCy0h_Kmtus3sq-iBKTR8P7MhpEuBPGfQJJrIb5TjW4tXzFDg',NULL,'2019-07-12 00:03:45.694000','2019-07-12 00:03:45.694000',5,'Daniel','https://lh5.googleusercontent.com/-Y7feRrjSsyQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclP2Xse1iinSbU1cqK9R-PzC1oR7g/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41667),('AbFvOqmwPMxbusxUQ-4A9dsoQZqTHe4I0odhDVUQofQY8x6ucYI96P7vbKXdjr9AjQ6hvXtWSz619g','It was very nice. There was no wait, and they had you in and out of there in no time! The staff was very considerate and cared about you. The best part was- they were fast!','2017-04-30 05:21:11.393000','2017-04-30 05:21:11.393000',5,'Skyler Blount','https://lh3.googleusercontent.com/a-/AOh14GgX7_6uQGojf9uRrZu_8DXpuTX-CK-XPWbl4CtTYA=c0x00000000-cc-rp','17394740196501090048',37169),('AbFvOqmwpuvu01x2qo2h1Hx_8AUMAYGDeGnN1dKSjBVmVAyx2l8s6HyPxPG0NajlAdgrWGwJAOlv','Great great service Amanda and Kennedy were super helpful at the front desk. The people were super friendly and nice, was even offered a warm blanket during my visit. HIGHLY recommend. Megan and Bretnie were super friend and nice!','2020-12-31 22:07:58.583000','2020-12-31 22:07:58.583000',5,'Cali Diaz','https://lh3.googleusercontent.com/a-/AOh14GiZYby0rE_lr8pBsv1pOjracAklqE4uYEb7rokX2g=c0x00000000-cc-rp','16590124370714063921',34147),('AbFvOqmwPWF3rUufhUIOol_9Z9bP0pmGk4qsmNu-tcNeS47BKc9hY1GecIvDIiSa0E6lEjxVZaNc','From the moment that I walked into the front door of the facility, until I left, it was ā€œ5 starā€ service. The empathy that was shown as well as the quality of care that was provided by the entire staff was stellar. I would recommend SignatureCare Emergency Center located in Stafford, TX to anyone.','2019-03-18 12:58:39.151000','2019-03-18 12:58:39.151000',5,'Ivory Noah','https://lh3.googleusercontent.com/a-/AOh14GgBPslIbPinTPXC8jLwBZNKTgLYdQx2yGcNrkI_kw=c0x00000000-cc-rp','8918455867446117794',43281),('AbFvOqmWQ2pMc4pw55R7aVTJv4DYLkK9qi9R21vWOh7zkjABLhFryLFeZHcwYcUEibBlsWVq5rPs0w','Josh was really helpful, I got my results fast. He made me feel very welcomed and never felt like a burden. Was super polite, got me in quickly and out as well.','2021-01-20 23:00:55.720000','2021-01-20 23:00:55.720000',5,'Brooklyn Adamson','https://lh4.googleusercontent.com/-2bIUd5Zt7WE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucklWHqlqLiiUislTyW6EIRIBV4odw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44610),('AbFvOqmWQ6jsEYv4UJGVMXwCD5whVBtRiCWkQgYoIUUsxFSbTmyc3HstRZAFVKvmskC952swTb9tug','This signature care is very fast and convenient. They show they have proper training and care about there patients. Thank you Anthony (RN), Natalie (tech), Dr. Akunyili, Kathleen ( X-ray) and Dyualiz (Reg)','2019-03-19 00:56:40.535000','2019-03-19 00:56:40.535000',5,'Tanni Tan','https://lh5.googleusercontent.com/-9z2xeTU9SaI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-d46zcuSeNeQFSHFdw2uLcGw7dg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34961),('AbFvOqmWQfGHvLryew4R-IeKw4VBKPfjEuZMOKFJungi6_itfSk2UO0LqQQteCPM-f4EPOc-kCn2RA','Best medical facility I have have even been to. Their emergency team (doctors, nurses and other staff) was quick and really understanding to the situation. I would highly recommend this facility.','2018-12-05 15:30:18.531000','2018-12-05 15:30:18.531000',5,'Devanshi Vaishnav','https://lh3.googleusercontent.com/a-/AOh14GiCGnHmL9Wefqndd_H3shH27xkR5GCiiyg354Ysaw=c0x00000000-cc-rp','8918455867446117794',43335),('AbFvOqmwqigeFvoNL7E9uU14A3RZltHn4UkKTfMQCwXD8_zKs4iDutLGMJZxrbju2TKjOQDTzNA6Rg','My daughter came in with a fever and had to be picked up from school. They immediately seen her. Our nurse Kristina was so kind and sweet and made her feel so comfortable. John was so gentle with make sure was was not afraid. Dr. Faig made sure every test was given so she can have the right treatment! Fast and quick!','2020-02-13 17:44:39.410000','2020-02-13 17:44:39.410000',5,'Maya J','https://lh3.googleusercontent.com/a-/AOh14GhhEJsPWYOTfMs7jGAxYmMC1NhdaGuOIwyEXEnM=c0x00000000-cc-rp','12541597562633926366',28722),('AbFvOqmWQQLzN6rmbsKvokqZ2ViM0wK2qu7wBo4Su8shTvmvPk50-SUxLbjUnlmD7Z0ynItMO9WTLg','I had a great experience coming to SignatureCare Emergency Center. Working in medical care industry myself, I\'m impressed with the service, attention to detail, and honesty of the staff there. They cheered me up in a moment where I was vulnerable, tired, and depressed. Thank everybody!','2021-01-25 00:08:41.963000','2021-01-25 00:08:41.963000',5,'Luu Nguyen','https://lh3.googleusercontent.com/a-/AOh14Gj1eW4uZ9BGNgRPD1WfG6LbFwRb_0LJtAutyvXwAQ=c0x00000000-cc-rp','16389487648212004696',44423),('AbFvOqmWQt4odbj3N48KejbXbRFz0UphUFvQ--L7KFLbI_NlDW6O6sc8M2TAT2Mrqzb7rFVKLSQe','I will definitely be coming to this facility if ever needed! Thank you Dee for everything!!','2019-06-19 00:36:13.925000','2019-06-19 00:36:13.925000',5,'D Saldi101','https://lh3.googleusercontent.com/a-/AOh14Gi5EZJm2j4wtsVmnD9siXwil41EL9hULv5MyKgb=c0x00000000-cc-rp-ba2','3511292162159714121',40536),('AbFvOqmwr-ByT768j9tYGI76QPf6Ilqbn9PCoCL0vjaJImbs_8RTK1kduNrI3aP_koJm8MFciA88_g','Top notch facilities and such friendly staff!','2020-01-17 03:02:00.896000','2020-01-17 03:02:00.896000',5,'Natalie Dowd','https://lh3.googleusercontent.com/a-/AOh14GgJHhVDXDbzqWqVAiSMlrk1MjhlH8amP4DaAb8wcw=c0x00000000-cc-rp','13486358490203335051',29483),('AbFvOqmWRbh3cmi8TFj88iIfE4ahLFsr9T6ig4dMETlFkW2kCGbWpIs1IcQ10oQKCjqwzmbOxdj8Tw','Kendra checked my friend in very fast & problem free! Very hospitable place!!','2019-12-06 21:08:44.529000','2019-12-06 21:08:44.529000',5,'K8 Pullen','https://lh3.googleusercontent.com/a-/AOh14Gj-ikpsdDgrfK6xfVFljnYqFTdzR9CYYoY1Zi1d8w=c0x00000000-cc-rp','16590124370714063921',34527),('AbFvOqmWrdGGTsWbE2c7iL24wceeiL_6m8EmEHAwX_1ypATeYQ081T83Jo7fkXXRJ6ugcpoQIF-T0w','Great job to the staff!\nDr. Grinblatas\nRegistration: Veronica\nRN: Dawn and Gina\nER TECH: Norma\nRAD TECH: Jaqueline','2020-02-18 22:40:08.573000','2020-02-18 22:40:08.573000',5,'Darline Nisar','https://lh3.googleusercontent.com/-7ZOQrPnrg5A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclOQKRf2Ov3Z2JkuRYqnuhlyPoIeg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40298),('AbFvOqmwrLXu1lrcbKQJie0Dt2v5Hyr8JuFJYRjQym-rgilYJ9CCKCPut-7AFuIS9nfO0Fzf5rpX','Great service. Friendly staff. Chelsey, Clay and Christina R we’re great!','2020-09-13 17:52:14.238000','2020-09-13 17:52:14.238000',5,'Mark Keedy','https://lh4.googleusercontent.com/-95EnJfFCSSU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxoBNmaivJoPOdtAZcy9ylC4TTVA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35805),('AbFvOqmwRnMzfPPtKpAM5KU_GLiHk40Bho0SK1ouy-OaAaJTXlwuUhgIWF3nxuYya5NUMuhMm_ykIA','Dr. Werzanski, Gabe the RN, Becca the tech, Kathleen in radiology and Lindsay all did a phenomenal job at making my wife and I feel cared for. They never left us wondering what was going on. They were terrific','2019-07-03 05:32:46.271000','2019-07-03 05:32:46.271000',5,'Chase Bosley','https://lh5.googleusercontent.com/-qoy2NwFI_oE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck0iBluYclFSYw2-tvxQA_dohE_qQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34787),('AbFvOqmwrwTw5ENaJ83TFvJyAVKzZxW6v3AK-XbiNHvFTdO2BB6HrcYO5UbLKDiK3zfAopJToXeS','The best experience I ever had loved it','2020-01-10 20:06:02.032000','2020-01-10 20:06:02.032000',5,'Christy Hicks','https://lh6.googleusercontent.com/-g9yNcOYWAvw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnqnapGV2mnLociM9d5UqasegcJog/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39719),('AbFvOqmWs2BxjF9XydFgjLwGwW8IfcLFk1pgoyj3L_3uHPixN-w1GNm84Q4Sga0pXWuEH3c3bLgIig','I came into SignatureCare where I was greeted by a friendly receptionist. She was fast and there was absolutely no wait time! After being brought to the back, two nurses began assessing me very quickly. Both were attentive and kind, even offering me a heated blanket. The doctor took his time hearing out my concerns and was very clear about the plan of action. After being told I\'d have a CT, I got a bit nervous but the sweet radiology tech did a great job of calming my nerves. Over all, everyone was fantastic. I would highly recommend this ER. Thank you to the Montrose team: Dee, Gina, Churiah, Eve and Dr. Singla!!','2019-05-22 21:04:41.781000','2019-05-22 21:04:41.781000',5,'Norma Trevino','https://lh3.googleusercontent.com/-Bpe8I80ZB4A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckzupJTeeBwwWdDZEDBCh5VyeUodw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40557),('AbFvOqmwSGTEW8jl2Gs3VkkSwTcRghKKOK4EC6j9ok8r7PQNoJ7tuycf8BraxIadeGIyJeuRks50','I was able to be seen quickly with attention to my care. The front desk staff was friendly and the nurses were kind. I appreciate getting the care I needed without going to the hospital.','2020-12-29 15:07:19.018000','2020-12-29 15:07:19.018000',5,'Teresa Loden','https://lh3.googleusercontent.com/a-/AOh14GjjDj8ONlu0H6vhFFF3CU2Qz2j6UCb7AYSUJz-U4g=c0x00000000-cc-rp','3272657195432704501',44105),('AbFvOqmWSnp8Gam315nqyk_YSpWlR0-ELLNLPJCnkRJtgQXKax84fuZKNYpl9nroRH0q2-4OG8gmVw','The people are so nice from the front desk to our Nurse Kristine who is awesome!! Very friendly personality and always checked to make sure we were doing ok. Will definitely come to this location when I need an ER','2020-09-28 20:17:29.507000','2020-09-28 20:17:29.507000',5,'Estelly Santos','https://lh3.googleusercontent.com/a-/AOh14Gh_anf81QIKxd8arlfYRCXfMgI7d2hJlHRyk_kH8Q=c0x00000000-cc-rp-ba3','12541597562633926366',28525),('AbFvOqmWSr053K_dbZppUKYRoMwDdsGZA5zOp0O_ot4DQ72Zpiz1hdrYZp3XWyBBVTeYktzASYG4EA','I was given excellent service by Tracy. E, Dr. Wendy, Blake, Adam, and Jas when I came in for some tests!','2020-08-02 17:51:00.683000','2020-08-02 17:51:00.683000',5,'Anthony Clara','https://lh3.googleusercontent.com/-D4NLOo33gWk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm15mHb-dZO4cy0DTQVUSy-3EouYQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42336),('AbFvOqmWTecDXPV8HVagwl4k4x5X2IcoTb9g8S_RFnQn1ZYlFP9sgvTbtvHyoQLX6P6TAezTz3Vvzw','Yea I waited 30 minutes and no body came out so I think I won’t be going back there EVER :)','2020-02-16 17:23:13.995000','2020-02-16 17:23:13.995000',1,'Shadow Cookie','https://lh6.googleusercontent.com/-vHfOzPt86zw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZC2ksGqBDtKIl841qfi2cTiRJ-A/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43091),('AbFvOqmWtmX2uSUNxmvv9CznWbxFKwgWEJpzyknTn6DWZ-1bXv-r2w-flU5mbbG3Mrsv0f5MclLT','Great nurse and team!','2020-07-31 20:30:52.012000','2020-07-31 20:30:52.012000',5,'Maria Morfin','https://lh3.googleusercontent.com/a-/AOh14Giq0UxMYqyjUkTD6x5lped96IQ3oPyxc6381gPVfA=c0x00000000-cc-rp','8918455867446117794',42951),('AbFvOqmwtydpCs57yhvw4epGPc8xzw697P40NSASFE7wzRMEAk03OdwGccbAaMMw9gHUV6fpaEdiuA','I\'ve been here a few times and every time i come they are always so helpful and kind with my children.\n\nToday Dr.Nguyen was fast in his diagnosis of my sons strep throat and flu virus. Other employees were very nice Rollie,Natalia,and Theresa.','2020-01-12 04:05:05.593000','2020-01-12 04:05:05.593000',5,'Lily Mejia','https://lh5.googleusercontent.com/-olcVl-160C4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnUbS0y7wOgi0P--y5mLf4hLGQQew/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42509),('AbFvOqmWu0rJZljHrtpPAy6QYOHXzFM-iBqT8vxuCBkoulh82ES-sI44Mare5F2QwDCyeAMjCtgSxw','Dr. Mauldin, Ekaterini, Marvin and Melissa did a great job. They were very nice and helpful. Clean facility as well.','2019-06-30 07:29:12.395000','2019-06-30 07:29:12.395000',5,'Anurag Sharma','https://lh3.googleusercontent.com/a-/AOh14GiB3Y2dsBdzqvw20C3CYs7gScoAwh87pjF0bar_XQ=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmWUgHOW2CfQx-LwC_BPSOENLaVDFRzwdeW6rq5wkWqdP-Ipuj6ReNcxe-TJBsGRpeNI_DSLw',NULL,'2020-10-01 13:37:23.281000','2020-10-01 13:37:23.281000',5,'Sherica Williams','https://lh3.googleusercontent.com/-7qMfD6nzCng/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8gY1mnBvuIUssjjYZ-cHKxYdoEQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39499),('AbFvOqmWUlRzqvZ37C3lYXJRMi3gOFQM0_TOLReYtdsyuM-rH8MtSXRiEqFpaMkUeR3l34fBw7KIPQ','I was a amazed at the level of care my husband and I got here. We went in and were seen quickly. Within 15-20 min of walking through the front doors(never been here before) we were taken to the back...Within 30 min we were being treated. We were there, maybe a total of 1.5 hours and received 4 shots, 2 X-rays and an EKG between the two of us. Not bad at all! They were very polite and very through.','2019-12-25 12:19:19.686000','2019-12-25 12:19:19.686000',5,'Regina Choate','https://lh3.googleusercontent.com/a-/AOh14GinNP5A2OZGNuUDG1EkHJ-YZCP3EpmOPEPPqRo=c0x00000000-cc-rp','6521947413723274945',41507),('AbFvOqmWuQESVsbVQqNBj8Og4H85VjCDWVwhGlsDZZ8le5ZQE4djxPDLsJiRUcNXjDNfHhFNE1Zs0A','The staff is always very attentive, you are treated with a sense of urgency, always asked if you need a warm blanket the atmosphere is conducive to your urgent care needs.','2019-06-14 11:30:31.524000','2019-06-14 11:30:31.524000',5,'Ken Roopchand','https://lh4.googleusercontent.com/-uXeC2dAURnc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm5ZeOwTqKjLD2z5Oet6lYgC6rVEQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42691),('AbFvOqmWv4QqOh_vUr_EjzGqovsHe4qf9tI7PbvzvXeBexvV0Tp45COSjVG8VwGOzCUkQe7vt4ZEww','The staff was very professional, nice, knowledgeable and helped me to be cared for by the doctor and out in a reasonable time to enjoy the rest of my weekend.','2018-07-29 12:24:14.752000','2018-07-29 12:24:14.752000',5,'Marva D Burks','https://lh3.googleusercontent.com/a-/AOh14Gi8U-hwQCXERI_Utyby1Ktiwp7OpRIbIegPUP3gdA=c0x00000000-cc-rp','12541597562633926366',29217),('AbFvOqmWvjBVZHjj6CySetk6PBjusrI_6IK12ERygBcnIl7Ec42bXhvSXY12acifwZ0d7nNIUFZ7fQ','I was nervous coming in here during a pandemic and alone (I\'m 19 lol) but everyone was very nice and very respectful. They were also quick I got into a room within 10 minutes of walking through the door. I really liked both of my nurses they were so fast and very attentive! Dr. hermerka was also very polite and listened to everything I said, which I really appreciate, he also gave me all the options for my treatment and let me decide what was best.','2020-09-20 16:27:09.643000','2020-09-20 16:27:09.643000',5,'Zoe Bennett','https://lh4.googleusercontent.com/-l6ipFBnpNHA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnFctO2YCUmPZZeEzuLphElbzxvlg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38966),('AbFvOqmWVTcFG4ZFOIlNQHEzOHAh3Vk3lARRCq8OW_it6UYMMi1Z2bFKkl7pdCPLowx5LTkWppMu','Ricky Scott and Andrew where great people and really made me feel comfortable! Really helped me get through what I was going through','2020-12-05 04:52:04.672000','2020-12-05 04:52:04.672000',5,'Dayshawn Harvey','https://lh6.googleusercontent.com/-dPw44bTv-FU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnkRArJjbnxGJiZQzEYfKFN3r5Lgg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34056),('AbFvOqmWW5ZouoSYJ5l-s14u6RPRSA5VKREmilaifWRibcC0V_KkxDQb3opl2SHykykzgQjTxPqDMQ','Amazing!!! I took my sister here for a leg injury that she had been walking around on for 2 days. Turned out to be a hairline fracture of one of her leg bones.\n\nThe care was amazing from before we walked in the door as a nurse came out to ask us if we needed a wheelchair, to the radiology tech who took the x-rays, to the nurse and tech who put a wrap on her leg.\n\nThey made sure she was comfortable, made sure she had a snack so she could take pain meds and made sure she was comfortable using the crutches.\n\nCan not say enough good things about this place.','2019-11-29 20:53:20.700000','2019-11-29 20:53:20.700000',5,'Elizabeth Cook','https://lh6.googleusercontent.com/-nqqL95cACYQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclIqfKr2_QyVcVFcFNwpWlGMyYr6w/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43174),('AbFvOqmWW7sjG9Q5jbiSPmX_ibYxATJbPrlY4sYPUjbgSS8IQJJWpxeUGS12oSISPZwEqWEK9IQ0','Dr.esrevez , Nurse Susan , Ms.Tanishia were the best hands down . I had been too three emergency rooms before this one and I was so upset . These ladies were very sweet and understanding and made me feel so comfortable. Thank you so much ladies ā¤ļø','2020-03-20 04:43:02.112000','2020-03-20 04:43:02.112000',5,'jada boone','https://lh3.googleusercontent.com/a-/AOh14GgsdIVqws_aeYjPBOB7JTdlFHrlXam6bKlQyScPqQ=c0x00000000-cc-rp','17898197009688164559',37615),('AbFvOqmwWBnEp39SHuGyHdJMRjwY5qgIu9kyl9nWPVdejZBqBleJueK3dan3DtyYeCOgX9KDIP2Q5w','Lizie was very helpful with getting us in promptly and explained everything clearly. Our Dr. Chunah was wonderful as well, very knowledgeable and kind. Overall we had a very good experience, and my husband was happy we didn\'t go into a major hospital to get the same great care.','2019-04-27 15:33:57.711000','2019-04-27 15:33:57.711000',5,'ninfa m','https://lh3.googleusercontent.com/-xs0xLQH4RQw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucniCrTslo2NiGz4pORUl421jdm8RA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40590),('AbFvOqmWwe7w-BjzGqo23eEqfMMSe5xZ_hiLdsIm72IEKrggO0qfHED4K0NofNYNyOfExWTVqq_FVA','The staff was super friendly! The process was so easy and I was seen immediately. I highly recommend this location.','2019-02-16 01:12:43.305000','2019-02-16 01:12:43.305000',5,'D M','https://lh4.googleusercontent.com/-1IqyRjIg4vg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucldMyzJXRxnQMqanomEAsi5OkAuRg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36273),('AbFvOqmWwGyYWMbhhpaxnA3wpwj8gTWz2B6__O0GyilFb_YCla_BcQqUDU2aMNhN96NadlA-MvOf','I came in late at night traveling on a business trip in terrible pain from a dental procedure that resulted into an infection. Within10 minutes of my arrival I was seen by two nurses who were wonderful and promptly after Dr. Ortiz. He is a fantastic doctor with incredible bedside manner. The whole team was wonderful from Ariel at the front to Nurse Lia and Sherwin and of course Dr. Ortiz. Super clean facility. Thank you all so very much!','2018-08-22 05:11:58.216000','2018-08-22 05:11:58.216000',5,'Kara Garst','https://lh4.googleusercontent.com/-Ns9w5JPvFV4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclTZNoIrGEjPiTkLEpmeZaxZybYnw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29208),('AbFvOqmwwjtA019G1o4mblMGIaO3iVmxyFFE_pMpQPgpJ9iy8dshlrS4LIO9wXVdPer-NAsXRCfE','I would definitely recommend coming here. It was a clean environment and fast service. Hayleigh at the front desk was nice and helpful. The doctor and nurses were patient and attentive as well.','2018-08-29 05:21:23.214000','2018-08-29 05:21:23.214000',5,'Coco','https://lh3.googleusercontent.com/-L0vYDoi-ty4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3uvZbAJDXZa9JgS2d9EBX45KRTA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29207),('AbFvOqmWWqstlTtjMcwPOaTpSx6Gqno5kgowLX8IoCxIqN2JoLwCNnYBGgDPtSUkbfoD9u7-VJkcQQ','I really recommend Signature Care Westchase I\'m sure all locations or just as good however this is the only location I\'ve visited. The staff is very warm and welcoming and the service is great all around.','2019-08-30 19:41:56.597000','2019-08-30 19:41:56.597000',5,'Roberta Jeffery','https://lh6.googleusercontent.com/-p5-U9tLFhc4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclE3Apyawm8M5rA8Np-IOHJKt6jow/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29041),('AbFvOqmwWTA4ZIAhItOIXlK2Ios6eWY371UDUr64zu5B4bC7mdWqHnVhOS55jJ1Sj2dWgE6WSt788g','Great people! Wonderful care! Thank you, Kim Domanski, Kim Davidson and. Lucas','2020-01-30 15:07:17.864000','2020-01-30 15:07:17.864000',5,'Lana Easley','https://lh5.googleusercontent.com/-MCWf27B-xxg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnPQKX95j2cmcJJpk9fENnRcjcCSw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39662),('AbFvOqmwwW-nt3UplY76HK5jFxXgVH7ckkRT7sZ7Z-z4kuZ06Y3q0y6PL0Q2wAsMO74wcNqLcC5yOg','Clay and Christina R were very personable and made me feel at ease during both of my tests !','2020-10-09 15:27:37.898000','2020-10-09 15:27:37.898000',5,'Ella Austin','https://lh3.googleusercontent.com/a-/AOh14GgAETR1meGIk17tG7q8TyHjIRFgpE6Rm-yRTDy_glw=c0x00000000-cc-rp','16891069708558046635',35723),('AbFvOqmWwyKQ1CA5UV9KGjaU5U0LYp5uDdSd0Fa9lUYXGziQo-e1lwDQK5Flk4LzquR-KZepw_rtsw',NULL,'2020-02-05 16:50:00.607000','2020-02-05 16:50:00.607000',5,'Catherine Walker','https://lh6.googleusercontent.com/-qGVT3CypfB4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmeYq2mcJ3h6mdV8k_yLYM2X1HErA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42455),('AbFvOqmWxbTeBGzqEurBz01mL7tRjMZwN2Dvfx0tEyZywFQLJaeKusapA91bRoTtfWHhfmFIT_AknQ','Fast service everyone who worked here was so nice and helpful. We felt very welcomed. The doctor explained everything in depth. If you have emergency needs I would definitely recommend this place.','2018-07-23 07:01:54.932000','2018-07-23 07:01:54.932000',5,'Diamond Rose','https://lh3.googleusercontent.com/a-/AOh14GhtxQPr_KKVS374bXnjYOuOMOL5ZecIbTduP1-D4A=c0x00000000-cc-rp','3511292162159714121',40919),('AbFvOqmWxCJ5GDI7fAxR6ZEAo9xA9eJ5vDMYzzOEqkY9cMPVK88YXommnyLsZyVtziIG7rn__aYvMg','I had an amazing experience here. The care was thorough and fast. I came in with some breathing issues. They ran a COVID test, chest X-ray and check all my vitals. They gave me a breathing treatment and made sure everything looked better before I left. Dr. Miller was very kind and always asked for permission before doing something. He was clearly with my diagnosis and treatment and even refilled my prescription without me having to ask John, Veronica, Delicia, Rashad, Yasmina and Stephanie were all so nice and helpful. I felt very safe, heard and well taken care of. This will definitely be my go to emergency care facility. Great bedside manner and awesome treatment.','2020-11-12 17:47:24.421000','2020-11-12 17:47:24.421000',5,'Dominique Dorsey','https://lh5.googleusercontent.com/-XurLmugU-z4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckSNRoh3_wcHTlYYz4W40APtyu1iw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42259),('AbFvOqmWxo0Dh_PM1kzw97JCKZNX6bfHyH13Wmakjjfh8NS2fyaLOJrPthBrw4XUmjKhwiTkMtFJ5g','Very nice facility, the staff was extremely helpful and friendly. I was seen immediately which is amazing when you’re in pain, I would highly recommend coming here!','2019-12-27 02:18:34.838000','2019-12-27 02:18:34.838000',5,'sheni11','https://lh3.googleusercontent.com/a-/AOh14GiJPCaNcEiHVNEKLfbQzAsaPfl5oHqtb4MoWFNd5A=c0x00000000-cc-rp','12541597562633926366',28898),('AbFvOqmWxuKsbBWREEVOA9IqDS41ek6XqHx4ibxvd5i_w9MYuS93gx2S9qv45CWrTtzkGx7dtZzz','Brayan D, Nicole G, & Christine M. Where very helpful and kind and great stuff','2020-02-19 01:51:32.194000','2020-02-19 01:51:32.194000',5,'Mayraaa Elii','https://lh3.googleusercontent.com/a-/AOh14GiE_0czfndXu85lrdtgOLdxTuRuApCoCq68wkhMXg=c0x00000000-cc-rp','14567670160750071148',30234),('AbFvOqmwy_Ni-6XBSPvxXm7xU4b4Ov-nhKBIAyBzTdQZ7gHZzAbdjgzPNKN6uxCEdGTxKDyON1-U','Everyone was wonderful..Everything was thorough, quick and efficient..Dr. O\'Malley calmed me in knowing I will be ok and taken care of..he answered all of my questions and concerns without rushing me or cutting me off..I want to thank the entire staff Troy B, Jessica M, Melissa E, and Stephanie L for doing what they do everyday a GREAT JOB..I normally don\'t do reviews but I could not let it be known what a great staff SignatureCare Emergency .','2019-09-10 00:48:18.726000','2019-09-10 00:48:18.726000',5,'Javian Garrett','https://lh5.googleusercontent.com/-ADjBl3aUz7M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDmTMuKt3u9i6QwhMFzS0Gq3Id1A/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33981),('AbFvOqmWY_Tk4CZkeirtrRlzG87aYdFfu251OxNTqHYEe0ZFsUBy53a2OjkLRsMuzv0umBFZ00Jcvw','Been here twice and always have a great experience! Staff is kind and attentive, always making sure you are comfortable. Highly recommend for emergent care or a covid testing appointment!','2020-07-28 22:57:03.597000','2020-07-28 22:57:03.597000',5,'Taylor Smith','https://lh6.googleusercontent.com/-8S_h_iXsutg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckmb2SC3UUhrkAlTayCritqVbzhhQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34234),('AbFvOqmwy2LqgRQUd4bjAxbj8_yTULmdSTYMgt1BcJ-pOe64j2OQhvj_mWVKelPT5ztEqmMY7jBy','Wanted to thank eveyone from the front desk staff to the Tech & Nurses & Doctor that where on call the day I decided to utilize A Urgent Care.\nhad a good experience highly recomended to family & friends','2018-08-22 19:45:25.066000','2018-08-22 19:45:25.066000',5,'ANA ESQUIVEL','https://lh6.googleusercontent.com/-YKaiQZtZB9w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnsvbZWJIb9Pv9vAn8bdYu_zSTmfg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32551),('AbFvOqmwyMj-5DNwhLsqJR38CfKZsRLPz7m48oM9eAZ8u3eu_CCcJcuFxsbHRMsYu85NKiZA3SDftw','I booked an appointment to get tested for COVID & the process was extremely swift. The staff were so nice! When I got to the front desk, they were extremely welcoming & explained the process in a really simple way. The nurse that I had, Nichole, was so nice and was super gentle with the swab! She was also conversational & just welcoming & didn’t mKe me feel uncomfortable whatsoever. I highly recommend the Stafford location Signature care!','2020-10-09 01:08:07.299000','2020-10-09 01:08:07.299000',5,'Ariel Nguyen','https://lh3.googleusercontent.com/a-/AOh14GgD89Nta0tqCwecZ26ChU6Sa1Z0ul2QTvqPUUP3iA=c0x00000000-cc-rp','8918455867446117794',42870),('AbFvOqmWYuS94xS3O-7OdBaLR-dMI6auwL5o2pdsO7j_6fVw_oGFuPg2bKj9JxXUl7dtFI17EKkKzg','Dr. Vaagenes\nAlvean\n& Marcus was the best man appreciate y’all idc if I was dying it would’ve been a dope way to go out šŸ˜‚šŸ˜‚šŸ˜‚šŸ’Æ','2019-07-30 18:22:39.290000','2019-07-30 18:22:39.290000',5,'600 Musical','https://lh4.googleusercontent.com/-QqerRctqrXc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclbahz4h-uvBKJ263qgjfttQ6i0Aw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmwYw3_8ADl9S-h3lBqwJy-JV4i-a9iB60Ax5xtUrt-JgUYYnwRenVC1oZBehTVRsl6Pse56A','This is the only urgent care I trust! The staff is always friendly and knowledgeable. I always feel the staff is empathetic and quick to acknowledge my concerns. The service is quick and to the point.','2019-09-18 05:17:01.904000','2019-09-18 05:17:01.904000',5,'Eryn Stanmore','https://lh3.googleusercontent.com/a-/AOh14GiOEI9cWzCbqY12RIABD3hWfXiTLjJda2Q6DqL6tA=c0x00000000-cc-rp','17898197009688164559',37991),('AbFvOqmWzf7cFecT1dlFqV2__8v4LyteOOggkvY-6ZEEppHm2litRbcUZKQoo4DgbfjbeJyr3Cu8CQ',NULL,'2017-09-05 18:36:11.443000','2017-09-05 18:36:11.443000',4,'kevin campos','https://lh3.googleusercontent.com/-ZCQqSPs170U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckmgeBH9K3n-S4fgFa8-0GckApiLA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35389),('AbFvOqmwZFYLTjWlc-dA42q2BApxpR2kvZAC2dlH3hJH46yOrjx82blFYMKpvsajgrBalIYLLrodmg','I was very nervous coming on for a Covid Test, but Chelsey and Drew were able to help me calm down. They were both funny and nice and it really helped me feel better. Thanks to both of them!','2020-10-03 01:29:04.642000','2020-10-03 01:29:04.642000',5,'Aeri Grande','https://lh3.googleusercontent.com/a-/AOh14GhaOORt8GGrDhVDLvv4GEnDenPf0Okm-wHClgAI=c0x00000000-cc-rp','16891069708558046635',35746),('AbFvOqmWZn3PTyRduvqZHyz5tKTTucYoKhROmbm8l1eoXz75nPl25BM_RUK7xOiiotAJiwYa-5wQRw','We went in with the expectation that we were probably going to have rude staff. Its usual around here to be treated horribly, but NOPE from the staff in the front to the nurse & doctor in the back, they were awesome!\nJohnathan RN was so sweet & patient with my 1 year old, he tried his best to make sure she was comfortable.\nDr. Miller was just as awesome, he explained everything & took his time with us. Usually doctors run in & out but he took his time.\nBest place we have been to so far ā¤ļø','2020-11-13 17:41:38.773000','2020-11-13 17:41:38.773000',5,'Sandra Reynosa','https://lh3.googleusercontent.com/a-/AOh14GheIPHJh8kPOEw-7F6vVShqHozCy7S3yQWmmcQ=c0x00000000-cc-rp','13486358490203335051',29266),('AbFvOqmWzP7nC2wCqoG01wFETLK-WPntdLhWVjIb4bBfBi_0DD6kLFmtcsh1Y9kuXGvopsC3kAmdDA','These people helped me through an extremely hard time with my health. They treated me like family and I can’t say that for any other emergency room or hospital since. They even sent me a get well card. I truly don’t know where I would be if it weren’t for these people. The best place to go if you’re in need of emergency care. I am very thankful for these wonderful people.','2019-05-18 09:17:29.053000','2019-05-18 09:17:29.053000',5,'Allan','https://lh3.googleusercontent.com/-z3fQnpQwHLU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckkGRUBhF7AESgI1jYCewzLViao6A/c0x00000000-cc-rp-ba2/photo.jpg','3511292162159714121',40561),('AbFvOqmX_bPz9f9FZ1NcEjdnwXBbLlYFePLLDLEOeoG-5cuQPZ-VrOGbKcwxeEZHxm3vMiYy301zyg','I had a great experience! Everything moved nice and efficiently. Very pleased with everyone’s hospitality, especially Anthony, Laura, Remington, Becca, Alexis, and Dr. Vakey. I highly recommend SignatureCare for any medical emergency you may be facing.','2018-09-15 19:04:15.770000','2018-09-15 19:04:15.770000',5,'Megan Loya','https://lh3.googleusercontent.com/a-/AOh14GjwcD22inhIixSN6gDA7tDF8KZc_FDZfAuq55R3iw=c0x00000000-cc-rp','16590124370714063921',35182),('AbFvOqmX-5aJYDfFFIIJatdv_MKKH57Q260E837gQDk77JP18DH4TTvFWVlcn7Z3pCN3D9D_zl7T5A','Very nice and helpful people! Such a good experience','2018-09-13 04:06:18.553000','2018-09-13 04:06:18.553000',5,'Heather Harrison','https://lh3.googleusercontent.com/a-/AOh14GjxHEzYQQFWsiGyNbj4nipdA_RUB6wJDak9b390=c0x00000000-cc-rp','16590124370714063921',35184),('AbFvOqmx-xuJeBjPZjZx73QBRJ_JMIB30rsGnw-1-WsBiV4-rf6cpUOL4kAwTOvXxFXX67lCZ1gY5Q','Keera did a wonderful job at helping and assisting me today.','2019-06-09 22:22:15.490000','2019-06-09 22:22:15.490000',5,'Ayri Wilson','https://lh6.googleusercontent.com/-TOv0Go4mKZ8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucleq-vpKnD-xV9YvRHlWsHBNk7F3g/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36770),('AbFvOqmx-ydYcy1-6K1EtAJB7P00N5xCGzo_ptf9xNLNHm0oWC1LKSKyXe3Zud1MgXMJxmc7BXBGeA','Nurses were very caring and friendly, but the IV was extremely painful','2019-04-07 19:12:23.420000','2019-04-07 19:12:23.420000',4,'Tanner Mellinger','https://lh3.googleusercontent.com/-0f6_ZIvHdrQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck326uHd5h9VwI6LwM5PAnwWn_SgQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34906),('AbFvOqmX0N020tXpHWLB6sIZYD4M5ed_fce4z8Fc4FJ_7uoy2UeK-N_VMno_DVh3JsLATNqRKJW6dA','I had a hard time, but they helped me. Also they called me the next day to ensure that I’m doing fine. Very nice place and people.','2017-11-06 07:58:33.363000','2017-11-06 07:58:33.363000',5,'Ahmed Almunawir','https://lh3.googleusercontent.com/a-/AOh14GiNV2-PAMntp4o9f_1-0aY-g3cHRBtvTgEfE2D_CQ=c0x00000000-cc-rp-ba4','16590124370714063921',35355),('AbFvOqmX1-J8C5_6-G4kGCemS9vzlkIJSK8WFaB3WCLmmYOW6zqMIAd8SCm43WjZEVdx0wSgUpi5','Thank you! Ya are Awesome!','2017-10-05 16:52:19.136000','2017-10-05 16:52:19.136000',5,'Glynese McNabb','https://lh3.googleusercontent.com/a-/AOh14GhhvSggMRML1vnbuP-5UH509jtAmqg1Rf8zt9YqPw=c0x00000000-cc-rp','8626688543755174284',42240),('AbFvOqmX1zIWqaqhX7NSyYphoVPUWqRz_nXqe2NJYycDNpAlTfVtZXBzSaGPOshaoA4OMtIPkv-reA','Excellent quick service with a super friendly and professional staff expecially Shaleah! Thank you all!','2017-05-19 22:32:15.736000','2017-05-19 22:32:15.736000',5,'Joshua Marks','https://lh6.googleusercontent.com/-mh5KJd-5xK8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn-nFnr229xBVhNGWRYNI45n8uSBg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31038),('AbFvOqmx2doyyJLMdhD99fAXHojps0XQ8HTuRkTXZPoJATg-rG_mtq33nfr0Fh9ZamoAfGza5UOayA','My daughter and I were involved in an accident a week ago and were not receiving the service needed at another location. Left still needing assistance my daughter suggested Signature Care, only based on us driving by. The service we received was great. Employees were thoughtful and considerate. I only wish this facility had an MRI machine in addition to or instead of a CT machine.\n\nBig shout out to Dr. Henderson, RNs Mollie and Gary, radiologist Eric, and Tobie in registration. šŸ†','2020-01-01 06:09:35.416000','2020-01-01 06:09:35.416000',5,'Roslyn Price','https://lh3.googleusercontent.com/a-/AOh14GjFOEhLnjBeJWr8cZ5VAqpXCOfvE9Bw6tUeLNbxiQ=c0x00000000-cc-rp-ba3','3272657195432704501',39725),('AbFvOqmx2mg5rvN9lP1pHHb9BJinCdvK0r806DJ2R81D-W0T8lnq4XXeLeAONKQb0n2LdMmWNc460g','They get you in fast and attention fast, very clean nice place and the whole staff from the doctors to the front desk were all amazing caring people. I highly recommend this place if you are need of medical attention!','2016-09-25 23:12:26.432000','2016-09-25 23:12:26.432000',5,'talesha cahill','https://lh3.googleusercontent.com/-l4TKYjXAaAk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckssjjLOUoUiiFeXiDgs2s6K7Ulaw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32780),('AbFvOqmx3DU822Fdv5exlJzb0L5VyE1fMp6nUZDuDp-sx2GtUKNfKthVZZ0-cbiRTbpThHJKdEd-1A',NULL,'2019-06-16 02:43:09.460000','2019-06-16 02:43:09.460000',5,'Karla Garza','https://lh3.googleusercontent.com/a-/AOh14Ggu2V-q0_OT4hubLyKv81HYWG6niWvhQdQ1d2AxqQ=c0x00000000-cc-rp','16590124370714063921',34817),('AbFvOqmX3Z8QhRTpTN544B1k6jcUKco8iBQ8Bp0T2T5yjSSY3l9aXg2VzZ5As7gIryntnfnBadP1EQ',NULL,'2019-09-30 14:36:23.977000','2019-09-30 14:36:23.977000',5,'Patrick Harris','https://lh5.googleusercontent.com/-R269TByWzt8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnSWUO7ilP7iivmWPnyiFY1vwmPWg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29638),('AbFvOqmX4eeLfU5hxfI7p9JFa7IbagC0FDoJVQ3wXfHY6PZB-XWJB0TGDARuM_X3zFI_VYXxE3sG','Dr.Datta was very friendly, Jesse our RN was helpful and friendly very attentive, Amy at the front desk was very helpful on the check in process. Over all the wait time plus the staff was amazing','2019-07-04 16:20:51.219000','2019-07-04 16:20:51.219000',5,'Sonia Luciano','https://lh3.googleusercontent.com/a-/AOh14GggXnFon8zNrjSynyRxEKBgCmP4bg0laOG-G1fBfQ=c0x00000000-cc-rp','8679688254631342173',42680),('AbFvOqmx4ZFkbcjW4uIjoUjvlgCeRKkBWaFoNzSCqam8DQuy9z-oL17j49xnOulg1oxZQoOSJlKVyQ','I came in for Covid-19 rapid testing and had an excellent experience. Hardly any wait and nurses Christina and Clay were gentle, friendly and informative.','2020-11-02 21:27:19.553000','2020-11-02 21:27:19.553000',5,'C Ryan Winkler','https://lh3.googleusercontent.com/-ElCjWF5Umkc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck5VdlLch3u81rgqjSmEbrWtEN4lw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35653),('AbFvOqmX51zYoxOrep6T_J6tAFvUOldvpf4SL9SPOcr9Kgvh-JwNPUd6Vqf46QqegvEN7FmZRf5kEw','Had a great experience at SignatureCare Pflugerville. Cody was extremely kind and gentle. The process took no longer then 15 minutes. if you have the unfortunate need to have a Covid test done....this is the place to do it.','2020-08-11 21:29:46.333000','2020-08-11 21:29:46.333000',5,'Margaret Rios','https://lh3.googleusercontent.com/-9xJf03nOLxQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmPsYegYNORjKKr3IYRMQPqrgkMow/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38614),('AbFvOqmX5utNWmjFovq0iyD_HEmghlmRDj5w_zupRwmR9VH4txtFrTpaQG4_nOzfZKm6Rb2EtpWY7w','The Staff Was Amazing From Start To Finish. Nice And Clean, Decorated Beautifully. If I Could Give 100 ā˜† I Would. Compassionate People Still Exist. I Appreciate Your Care 🄰','2020-05-17 14:42:20.516000','2020-05-17 14:42:20.516000',5,'niquie cross','https://lh3.googleusercontent.com/a-/AOh14Ghc7dAfPurVp5H1_fzc_PfRe7VuGfKex9Paiov9mg=c0x00000000-cc-rp-ba4','16389487648212004696',33247),('AbFvOqmX6yvT5YfJPw1P8S6uc4WXSS9KKnZsHdUEYjcc2mQrztlUyCVVzJJYh_JnXdQBfxXXa66H','Katie & Chelsey were so nice & helpful! They got us in quickly and were very knowledgeable & friendly!','2020-10-02 23:53:41.125000','2020-10-02 23:53:41.125000',5,'Cristina Guerra','https://lh4.googleusercontent.com/-nh8ID9ccV6M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjxHc-8-NMNer-oCjVXbfSsJR3-w/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35749),('AbFvOqmx7E7kao3Deuyw-YD6CJfYH7XxecV1MSuABnjt5jNTpH8Bw9pZ6XzRw5ERqnSxgU4dIiab','Alexis T, RN and Dr Janet were fantastic!','2020-12-02 15:27:53.267000','2020-12-02 15:27:53.267000',5,'Andrew Cloud','https://lh3.googleusercontent.com/a-/AOh14Ggcvj_bIVmxlS97FQJLjzlmo7M6Fgq71bPBFCBz=c0x00000000-cc-rp','3511292162159714121',40036),('AbFvOqmx7nstpVOd563_B8cI2GmPjDdP5nLJcB2haYnTO4bhVodGTpKxxo13y2e-8ctZFoBobq5igg','Dalia.R and Alyssa.P was awesome very friendly','2020-08-13 23:05:23.427000','2020-08-13 23:05:23.427000',5,'LovedLockedDown','https://lh3.googleusercontent.com/a-/AOh14GgxmV64TUlryjT8oyv79gwMfa2AJJ4fsit-AhIXTg=c0x00000000-cc-rp','8918455867446117794',42937),('AbFvOqmx7pguEBR3YhdqF3yX27lRPsgy86aDy8jcEoQhEJL-dzQE4D-4z2ICdlnHYgphY03IwS5uwA','Very friendly service! I was introduced to all the employees. Eve, Agnes, Laura, Olivia, Dr. Yusif and Shai. They gave me a tour of the facility and it’s very clean and updated. I will definitely recommend to my friends and family. I am interested in getting a scan here soon. šŸ™‚','2018-08-02 18:34:51.779000','2018-08-02 18:34:51.779000',5,'Anna Duran','https://lh3.googleusercontent.com/a-/AOh14GgwmOYz480bduoYj1NfE6xmahAp0-LTiQhK1m4WSA=c0x00000000-cc-rp','3511292162159714121',40909),('AbFvOqmX7xRlwnLCeq50o9Xi0_RjhcK-XTnNei0lJlGJAvDBT5HYiKoMhUHjkLys6wEk73EvbWpMmQ','I didn\'t know why after a car wreck i decided to go here the hospital bill cost me $10,000!!! When i hit the steering wheel with my head. All they did to me was do an MRI/Cat Scan and give me some ibuprofen, a pregnancy test and some water, and sent me home saying everything was fine. Why did i get charged dang near $10,000????? what kind practice is this? Idk any practice that charges this amount? is because they feel insurance and lawyers will pay them? Well NO, i have to pay.','2019-08-30 12:05:27.855000','2019-08-30 12:05:27.855000',3,'Jennifer Ogundana','https://lh3.googleusercontent.com/a-/AOh14GgJwD2x5MaSjo0jAjENh_swpRgm2WaaqubzK0Aodw=c0x00000000-cc-rp-ba4','3511292162159714121',40429),('AbFvOqmx8fLEX2_lmM9GZgY-v5xlJbz0yPozMAKl2LuNfVkDA5E9jL0YNkwT-LObzTtDwwwQv74uhQ',NULL,'2020-07-24 22:11:49.643000','2020-07-24 22:11:49.643000',5,'jaylee w','https://lh3.googleusercontent.com/a-/AOh14GjAWysC5klhvV5Oy-xmMqmH-MsDObJbFeAxTZJgwA=c0x00000000-cc-rp','6521947413723274945',41342),('AbFvOqmX8NCyra1S5Q8mZwKnVnh7KjJA3sJbtfagvw-nA9Ks9f-9WuuA6raAWkXpfSD_WAJStNnU9w','Everyone was so amazing! We went there and everyone was extremely friendly and quick to help. The wait was not long at all. Best emergency visit we’ve ever experienced!','2020-09-29 03:57:11.395000','2020-09-29 03:57:11.395000',5,'Whitney Allen','https://lh4.googleusercontent.com/-C4cEIMZgQdo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclxVMdbBQd-81q3E7_H5eH1_DDjQg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39507),('AbFvOqmX9SavcZgBWOaEJtsajMt47vzwaiCXd9JGUAhrEs2YgMtWT9ZJpDOECKLo4qsIu1BBLMMn','Lorena T and Amanda C were so kind and made me feel so comfortable and welcomed! Jeri, Tori, Lindsey and Rachel, along with Dr. Vakey made the whole experience as easy as possible on me!','2020-08-16 20:13:03.205000','2020-08-16 20:13:03.205000',5,'Anya Ittiruck','https://lh3.googleusercontent.com/-EgZnkRnly7c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn3-fjsxcwC8P0iowloG2i_ju011g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34194),('AbFvOqmxa-y2pJwom_QKzNO5CIf0EbqU945v1N76GnBLV3eFeHu6KSQr154ny6qPC95kEuTsYG5xdA',NULL,'2020-06-20 03:28:48.788000','2020-06-20 03:28:48.788000',5,'Nicole Benedict','https://lh6.googleusercontent.com/-QwAHM7ewpzA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQwgvSTb-c8zYcV1s9ov0F7InC4Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40268),('AbFvOqmXa11SInKoIJ-Ot59eJnaG6GL81TjJuGWIdYEMzFsjiwLezDoRJJbV_1hwlsEi0xiEUEJaJQ','The service was great! I was treated in a timeline fashion and the the professionalism was great!','2019-12-16 22:49:33.653000','2019-12-16 22:49:33.653000',5,'Anthony Artis','https://lh3.googleusercontent.com/a-/AOh14GjwshpEi0lxRDLAgXMmDiEaf508YjydGyCuwkG8hw=c0x00000000-cc-rp','12541597562633926366',28940),('AbFvOqmxaAUKPTnYcOm5p_zsGBwmt4i_lkchIFhWvIBpOyUnpdkJx4Fcfx0t1noZszQL9Dcuj9OG',NULL,'2020-12-24 23:54:07.188000','2020-12-24 23:54:07.188000',5,'Sharon Demel','https://lh3.googleusercontent.com/-jIEMehKOPQM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnPKy8csxp8FM0qG5F4GE8WHaXcDw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',43796),('AbFvOqmxadnrFU57Fduh4OSkXuDq-FUy4A3XyOGEjDmx0JlthG__6poHdISOjctdOriO_fOxSVc0zQ','Great service and helped me more than I could ask for!','2019-08-09 10:00:58.404000','2019-08-09 10:00:58.404000',5,'Aj Martinez','https://lh4.googleusercontent.com/-rFYxck7qoCQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDUiBaMMp1IzqSO3t3bQZb9Uqepw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34733),('AbFvOqmxaoVlDc0dycElR4kjfQInMukf6lZ9jwBeGeYL2VkMtfmTZ_TquSlBmpkZkv6NGi1jJsMvMw',NULL,'2018-07-31 15:29:49.167000','2018-07-31 15:29:49.167000',5,'Damascus Starr','https://lh5.googleusercontent.com/-3xyxMsDbSpU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnmPmeSDgfy8TX6A3uMniArpwBdfA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36922),('AbFvOqmXAwXqh4_-WeclQ1EQJbSAE7PTpAQLNp5vwxKsBqhYGEQjRxnfWVZwBmlOZ7o9TGxTmmEZ','Great staff and an amazing doctor. Would recommend and I will for sure be back is ever sick again','2020-03-13 17:04:31.013000','2020-03-13 17:04:31.013000',5,'Dermont Laws','https://lh5.googleusercontent.com/-wvQTWp9rF40/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclmZiIE-sR6Mqc-8LifJaC3oz783A/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32108),('AbFvOqmXbaX8wVxkAJqPuFa-tW1OaSR5psbl3ATKFGC7l8RL9--86W0nG2ZVE1dfqup6HI1MbNwLAA','Helpful and friendly staff! Dr. Chiang, Candace, Frank, Dessere made us feel welcomed!','2018-01-09 05:23:36.043000','2018-01-09 05:23:36.043000',5,'Amy 512','https://lh3.googleusercontent.com/-kwe_aTqsihI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclnllibPWKou_xhbIKj1eRiozXK2w/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36450),('AbFvOqmXbcTMIzzeKA84wPZvTK171NwgfgTVpemaxcDg7N_Io0mCaD7Dlh-U3Ft7gvfVOnT0Iyvb','Staff was great and made the visit so easy! Especially Valory and Lacey!','2020-11-23 22:42:56.313000','2020-11-23 22:42:56.313000',5,'Christine T','https://lh3.googleusercontent.com/-MEcN-RLYzgU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnd_itURv04euLjjjkQgefqWM9czg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32888),('AbFvOqmXbCYAeeR-qVpZ08butfuL3IoMhl8TfEmpXzHzXgP5NOjkrhquOGaoK30daBihy3Or0xTN5Q','Great experience. Came with my roommate and we had Kathleen who was phenomenal. 10/10 recommend','2020-01-15 11:23:25.954000','2020-01-15 11:23:25.954000',5,'Kaitlyn','https://lh6.googleusercontent.com/-k1qAo2GRLmc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJyxVVhGd9b6QU5OZXhpLmz6ZhJw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34446),('AbFvOqmXbnccMQVk8lSlbToALATKfB-PC304fKVBPhTq-jqY9yzMCezXcuPzxbnZQLf44eFGxmcPyg','Best experience ever. Staff was very helpful and friendly and they took good care of me. Was in and out in no time flat! Highly recommend to everyone! Keera and Remington were very professional and amazing!','2018-07-29 16:40:51.229000','2018-07-29 16:40:51.229000',5,'Marty Vick','https://lh3.googleusercontent.com/a-/AOh14Gi2mOZuOnMsP1dZXCrHMx7NSzpaNITwMdra8jfKCw=c0x00000000-cc-rp','16590124370714063921',35252),('AbFvOqmXBnSNjFDDHC0X3YlhC0jeFY6lTpgAUvtr8uDkSZP9H3F42fybVVHL1CRkdj_WG5iYWoai','I have enjoyed the kindness today. They treated my son like family :) The other reviews were spot on!!!!!','2019-05-12 21:43:52.118000','2019-05-12 21:43:52.118000',5,'Artavia Lewis','https://lh3.googleusercontent.com/a-/AOh14GgWcrqOA-IPEZpPtvomfPmTN6Am8td9xrmU0uG9=c0x00000000-cc-rp','14567670160750071148',30542),('AbFvOqmXboIfzCOLwvsWNBuKZhcjXvFpj50qdlMk3x5bWd0Sq1wIKWgyuzBDIufqshes1u4qdRbf8g','SignatureCare is AMAZING! I came in, frustrated with the dismissive attitude of my previous doctor from a different practice, and all of the doctors and nurses in SignatureCare were concerned and attentive. They took my concerns seriously and Dr. Sylvester was thorough in his explanations. I wish he could be my primary care physician!\n\nThe nurse, Johnny, was friendly and often offered things like hot blankets and drinks. Jacqueline, the girl at the front desk, explained everything clearly and was SO friendly. The building and its parking lot were clean and organized. I\'m definitely coming back if I have another emergency!','2017-08-15 16:15:16.053000','2017-08-15 16:15:16.053000',5,'Allison Villarreal','https://lh3.googleusercontent.com/a-/AOh14GilojTIhooRh3H3-UaBAUZhK19-IjQZn8Qsmkj5=c0x00000000-cc-rp','14567670160750071148',30985),('AbFvOqmxBVa9kr4SIyLEWt877sCtFB96B3mFhnt-GXIv_bPDeX0Bea_qXu8zLNy4Lg9FYLkHouMK','I was taken here on the third of December 2019 for Nausea, vomiting and unrest in the stomach.The receptionist was super kind and calm and the nurse took me in. The person who IV\'d me was super rude and in haste. He just wanted to get done with it and so was the doctor that night. She was pretty straight forward and uptight. Slept for 2 days straight because of the tranquilizer which was given to me. Went back in today for my paperwork and the doctor there was way more calmer, cooler and ready to answer my questions. His name was Pradeep and he answered way more questions than I was prepared to ask and helped me understand my condition better. The receptionist was great too. Only if all the human beings were like these two. Overall, it\'s an emergency room what am I typing this much of a review for šŸ˜‚','2020-03-02 17:28:04.195000','2020-03-02 17:28:04.195000',4,'Mirza Ahmed','https://lh3.googleusercontent.com/a-/AOh14Ghf2zrzqk_5VmktKHoXuwL2I-x3AGRFMg3nvP5-pQ=c0x00000000-cc-rp-ba3','17394740196501090048',36603),('AbFvOqmxc5Zh2UvqbY9Yw5QMTY2T4fVRMuB7wWUwNB495hSZjvM6XPduYxT1nNXWE2XPlzOpopVk','This was my first time coming to SignatureCare and I couldn’t have had a better experience. Every worker was very kind and showed they cared about their patients. I was assisted by Christina, Clay and Dr. Lindsey at the office and they all exceeded my expectations.','2020-12-19 22:09:50.182000','2020-12-19 22:09:50.182000',5,'Curtis Rose','https://lh6.googleusercontent.com/-OMCmM5083Gg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucklzg_8HQpkynic7E-_2t6qaa_BEQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',44540),('AbFvOqmxcd5d5_AsE2r_dJpGz4ywySJ4lfsrebeCRFYRIhexGTL8Pyong7zsQsvog7I8KlhSEOvBuw','I brought my daughter here at night. We were called within 5 minutes. The nurses and the doctor were very much so attentive. They address all my questions & aIso made my daughter feel very comfortable. I very much recommend & give them 5 stars! Thank you everyone!','2019-10-18 04:23:35.982000','2019-10-18 04:23:35.982000',5,'LaRhonda Goatson','https://lh3.googleusercontent.com/-Jc89yFgVhDw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclaknUD3yzzP49LcaOZTUGF5EGkpA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41579),('AbFvOqmxdpitLzVKFeH8TK3mDz5Kw-aOx8ZXOrucfwdpxl6plR50GFtQnvQ10PhWMdOynnZVXdZE','Every one was great at the facility!!brought my daughter in for a swollen ankle and was out in an hour.staff is awesome: dr.singla,niki,johnny,mary (ct tech)and brandon..','2018-09-19 05:05:20.017000','2018-09-19 05:05:20.017000',5,'Jn Gato','https://lh3.googleusercontent.com/a-/AOh14Gjw9vK5wPltYhwZfxAJlBwWRrefb0nLqlFgvwVDIg=c0x00000000-cc-rp','14567670160750071148',30721),('AbFvOqmxdRWTwBFAvTYKg1-B59cMTQ2sfCN3TmS_Itqb4RFXxEFSOhEJEueF_gJK-AQoVYTA2O0e','They took really good care of my daughter!','2020-02-21 03:27:14.629000','2020-02-21 03:27:14.629000',5,'Cassie Clausell','https://lh3.googleusercontent.com/a-/AOh14GhnfHCwLm5qkXatSX4ZSaRCZzy8UykhaGPkJeWLPA=c0x00000000-cc-rp','8918455867446117794',43079),('AbFvOqmXeAw8TYkldqxkrZIYPrh0i73J_0vJZYvgeL0AUKGUz0ts0nD6G_iavKY5APXq4FYkhOku5w','Everyone was very kind and helpful from the moment I walked in till I left !','2020-12-10 05:38:51.897000','2020-12-10 05:38:51.897000',5,'Daisy Divine','https://lh3.googleusercontent.com/a-/AOh14GiXM38lMMw9uPQEBZEkVHJRfJYsOk5a2vig640a43Y=c0x00000000-cc-rp','2694018788013845459',38844),('AbFvOqmXEeAZaaMRvZJrpYwbYWaGZpJXIi_Pf76OPBOwPPd7ZlM0lfIsb-S8JLd-DHmP2BdrXeK8rw','Great and speedy service. Excellent care from Dr. Zheng and her team. Shout to Maya for being professional and expedite when we first arrived.','2020-01-05 16:04:09.493000','2020-01-05 16:04:09.493000',5,'Unapologetic Politics','https://lh3.googleusercontent.com/a-/AOh14GjppfOno8e1yJ01S3dfI7xcJ4ih3DmWKxVG1yLi=c0x00000000-cc-rp','12541597562633926366',28853),('AbFvOqmxEHVf6A24eiKQkmjEBzjwnmzvejm9-Yi5FOKySYdekx_UFeG2s0HFDUIY9Ktk5CJOzWfrRQ','All the staff are super nice and friendly . They go out of their way to make sure you\'re comfortable and to help you feel better! Everyone there is great especially Dr. Golla!','2017-05-21 12:49:01.627000','2017-05-21 12:49:01.627000',5,'Dominique Jefferson','https://lh6.googleusercontent.com/-eK3J8TXCo-0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclvfm6RzUWg0yN4hkz05b4hkgUFkg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37149),('AbFvOqmxeLrxNkrLWJ_fgxZelyLZf588lyePcv13h__pRw4Q9bsza4zs70VofdnyA1Jw9D4Ng1kJUg',NULL,'2020-07-30 18:00:27.505000','2020-07-30 18:00:27.505000',5,'Amy Dehoyos','https://lh4.googleusercontent.com/-pK44Qxn7qGI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclYW-ZgTDY_oUa5NvHZZNLJ1laqMQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38683),('AbFvOqmxEx8zg5-mQz0dn1M5RtGIcbkaXSOaRSfCiJY3KMxMTtOE4T74UlzrN2k-YmpunT6P9NSR','Had a deep gash on forehead speedy staff and very nice people took care of me on timely manner','2019-08-20 03:42:25.185000','2019-08-20 03:42:25.185000',5,'Waqas Ashraf','https://lh5.googleusercontent.com/-n_VAfBTWkn0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmn0m-_XhPy08ARGHVAD0tJhM7Sxw/c0x00000000-cc-rp-ba2/photo.jpg','16389487648212004696',NULL),('AbFvOqmxF9FC9QTY96lrqxeED575AXzNJ4UWqUGCOhd-HW-rbH_QmMNCkRSY6Zr6Cgj5KjHOJzggfA','Dr. Vakey did a great job with my friends stitches in his hand. Super short wait as well. It’s really close to Campus and would be my first choice.','2019-04-23 20:33:09.852000','2019-04-23 20:33:09.852000',5,'Alex West','https://lh3.googleusercontent.com/-E7ymRTnjfbs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclls2qvdsn_qzsc8b2BwwC_6ejjTA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34877),('AbFvOqmxFgP4TJFuQ3rooaVAHt-FUDV8-LFijhD-sA63T2Rfiw_ZzW-KqQaH5D18awtDDoFngHwU','My mom visited this location as it was closest to her job. Dr Yusuf and his staff( Kristina,Laura,Scott and Malissa) treated my mom like she mattered and wasn’t just a patient with a number. They addressed her concerns and treated her quickly but what matters the most to me was how compassionate they were. That is a hard quality to find in anyone these day. I would recommend coming here to anyone I know or that reads this review. Thanks SignatureCare!!!','2019-08-29 16:58:41.240000','2019-08-29 16:58:41.240000',5,'Tiffani T','https://lh5.googleusercontent.com/-H6eKiAWF1SY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnqB2UHKex5JOrmYPa6NUKBk2S8Zg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29046),('AbFvOqmxFjXG5uGPeh8a8RqN_XF8KehCYlqGunN5inrMGausQu3XSQsTJb2D8TM2wlpzUKPsvSaZ','Great staff. Very clean and comfortable. Brandi, Lucas and Kara are amazing and do everything possible to help.','2020-01-31 18:12:18.016000','2020-01-31 18:12:18.016000',5,'Kara Lannom','https://lh4.googleusercontent.com/-DRoyfLd3lTU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckQj2Jkt-wCHPDaNhIvtTOX9Wa8Tw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39652),('AbFvOqmxFKVJGii7qp4USAv3CgJTZPHuJKFk9B9jGSPNUAidrXWkgGti0veMS3V2-zinm_TJNrC5uA','Great environment with a awesome receptionist, Keera, who helped me understand my diagnosis while being quick and understanding.','2017-12-07 17:14:19.704000','2017-12-07 17:14:19.704000',5,'Blake Robertson','https://lh3.googleusercontent.com/a-/AOh14Gg4X73XnHeaUAxBsXX2-PXSKzZFv06O67iHtfH5=c0x00000000-cc-rp','16590124370714063921',35345),('AbFvOqmXFW3s6G-PMCty32jEy2ONvA3HZDIIt7o3YKqpKXQ-HSDUFT3voaj37ioTE7MWZYgkwTFqqw','Seen in a timely manner. Very friendly. Dr Daniels is very thorough. Nurse Blake very warm and funny. Son le very informative. And Delicia is friendly on top of her game!','2019-11-05 20:10:36.929000','2019-11-05 20:10:36.929000',5,'Rocio Garcia','https://lh3.googleusercontent.com/-Hj5j3WK1Duc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck6wQ11PvTKYr5h96h41CuJJhsuYA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42602),('AbFvOqmxG4EQiGxCRwtFyRy6lz2FGAYG5HvFIPzQ5q_Srwy-CsE15C_s86dQl7k17V0GZeB10HmVsg','Fantastic staff, prompt service, I felt very well taken care of.','2016-09-27 13:04:03.736000','2016-09-27 13:04:03.736000',5,'Erin Grubbs','https://lh3.googleusercontent.com/a-/AOh14Gj8nBpQ-73JbwlUi1Z_GSA_RxlMRFqbagMYIfdh1g=c0x00000000-cc-rp','3511292162159714121',41164),('AbFvOqmXGSkg3PxD6tPXMiOLfQ69dT_9oZRRb3AcoWNoZTKSDdaKBHyOGqE6E1IJwMegcWUI7MGQDg','We brought my daughter in with severe abdominal pain. They had to stick her 3 times to get an IV started. The doctor examined her and said that it wasn\'t her appendix so he was ordering an ultrasound. He was very abrupt and they kept us waiting even though no one was doing anything in the entire place and she was the only patient. We got out of there bc she and I were both very uncomfortable with the care she was receiving and she ended up having emergency surgery the next day to remove her appendix. Had we stayed, it likely would have ruptured because of the initial misdiagnosis. We were there less than an hour and they only did labs that they ran in the office and we got a bill for $2226.00. Even if they find something, you\'re going to have to go to a real hospital anyway so avoid this place.','2018-10-23 12:56:16.944000','2018-10-23 12:56:16.944000',1,'Caroline Roberts','https://lh5.googleusercontent.com/-gviidq96BaM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn0NHWPEVil_PBM7wzCiCEjU5Aeyw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35145),('AbFvOqmXHbEyPCVKaUgdbyOuj2WY_XI4P4jEfdRfAVA2_e4O67CARZV9A_NbT9EI-LLUs_qMgtz1','Dr. Faig, Amy, and Holly','2019-09-12 23:41:30.089000','2019-09-12 23:41:30.089000',5,'Maria Rodriguez','https://lh6.googleusercontent.com/-T6hShe7Qrvk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmlBKh2d3_O43Yo_INKbdtisYb_Qg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29028),('AbFvOqmxiAiX1xt9a3JQguYXUngDumOTEFLtRdlRn5L0Yoh9Hx94wR0v2_KCBltDwKFmYBHLISTf7A','The facility was great! From the front desk to Dr. Henderson and his staff, it was a great experience. The whole staff We\'re kind and accommodating. They made my whole family feel at ease. I would definitely recommend them again!!','2019-03-20 23:40:48.876000','2019-03-20 23:40:48.876000',5,'Barbara Newman','https://lh4.googleusercontent.com/-k1TK5Oll8XI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckRW7eKIRSMCUuKG0tP-Bgq34NE1Q/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38244),('AbFvOqmXIcTJgbm3a7VXauS-PQblf3anyboPGDBQXFAj8NBf9Cl_dtVge9XAJBpuvgvK2N8R3DeeqQ','Unfortunately my husband had some extreme pain on Christmas morning. We went straight to them and we could not have asked for a better experience! From walking in, to all of the nurses and the Dr it was the best service ever!\nHe ended up having an emergency surgery that day!\nThank you to everyone at SignatureCare!\nNurse Lucas and Dr. Henderson you made our day!\nThank you for doing what you do! Especially on Christmas! We appreciate you more than you know!\nThe Edmondson’s','2020-12-26 23:28:14.511000','2020-12-26 23:28:14.511000',5,'Blair Edmondson','https://lh3.googleusercontent.com/a-/AOh14GjAjDQ71rxCr0RZFGapchTORgYJXCXx_sic1SfG=c0x00000000-cc-rp','3272657195432704501',43926),('AbFvOqmxim9H9zDhudaxh40LXbwNHs_JXqSzFLwfxlWt-3AiARYUHWdpMU1-JGP68BGa959MPAH7ZA',NULL,'2019-03-16 05:04:21.430000','2019-03-16 05:04:21.430000',5,'Ifeoma Nzeh','https://lh6.googleusercontent.com/-_Gbiy1tk_tE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDfC-3WBUum5FvN5b4YrYoMZ22gQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32486),('AbFvOqmXj-93C7Z7enIv9xxiAHNtQyZzyiFuGflvZMPAgsAiDRWeTyChimLOly64DEzEBPZhsUTTuw','I found this location by looking on google and made a call. Tory the front desk clerk was patient, quick, sweet and knows exactly what she\'s talking about to take care of her patients. I went in for strep and had like 5 physicians in a room with me doing everything all at once. I didn\'t even notice all the tests they were doing they were so fast and so nice! I was done in 20 minutes with my shits and prescription. Everyone has their reservations and ERs or urgent cares but I would def. come back or def. reccommmend anyone else.','2017-01-11 04:57:18.746000','2017-01-11 04:57:18.746000',5,'Lena Mitchell','https://lh5.googleusercontent.com/-o8KDCE6GO2A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck8Nnje4I3fRPYlqtjvCGKN5ZO-uw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41133),('AbFvOqmxJidj3t0_LgyimTSjFTjdzHj5npoIFwJYj6_GljAOUd57Zz4v5ijYhOoXnfDrV6vc7sHE',NULL,'2020-11-20 15:01:20.165000','2020-11-20 15:01:20.165000',5,'Laurel Martin','https://lh5.googleusercontent.com/-cBoTKtso3p8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmHh-O_NrNi0JqpPlpbY54rQQd1Og/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39446),('AbFvOqmXjwMFjJl6NCjDUXsjG5qTU0GJqlt-WCWYZJmV6pxyUTG5R-dxHqWwZld959T4TTzvry4bSQ','Honestly I love it here. I don’t have a primary care doctor so whenever I have a medical issue I visit my local Signature Care. The nurse Lacey is kind and works efficiently to get you taken care of in a timely manner. 5/5 highly recommended. :)','2020-10-26 23:51:11.586000','2020-10-26 23:51:11.586000',5,'Jaylicia Hatchett','https://lh6.googleusercontent.com/-Ja92sDg0Tpw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl591O7YG5WbnWnoubUfF4s-0Rh9A/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33078),('AbFvOqmXKDGFJK4gn_mgFe0cwzuk8j0HCGVeBMs4beqh_LVBlliMKU9hdM1Zaosl7L7H92Kdy_P0Sg','We had Erica as our nurse & Valerie as our technician & they were both outstanding! Quick & efficient patient care! Will definitely be back if needed!','2019-09-29 18:30:13.912000','2019-09-29 18:30:13.912000',5,'Hilliary Baker','https://lh3.googleusercontent.com/-JcMY4gnuljo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7UwrDQZ68ZCesQBFamRNHQwB3SA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42000),('AbFvOqmxkpYQEfWG-tHNVWss7jObZLtTUnr5clDyxkFFUIX7jF0YZ-NspKJqdXVXRAgiK9eSaBWR','I took my wife to Signature Care this evening. She had some pain that we could not get to go away. All the staff were incredibly polite and helpful. The doctor was patient and explained everything in detail. All in all it was a quality experience and she left feeling better than when she walked in.','2019-07-16 04:59:26.012000','2019-07-16 04:59:26.012000',5,'Josh A','https://lh5.googleusercontent.com/-QobMWwp8H7k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclS8OkoH827su1G_sIaboC-G-1wTw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39304),('AbFvOqmXKtdPekPI9SstpSxxXLNv3cMV1OtIdlCxJFpyH1X_vUqjcCXre9o_nKUCbW_jQJudPBAF',NULL,'2019-01-29 22:47:03.036000','2019-01-29 22:47:03.036000',5,'rejina williams','https://lh6.googleusercontent.com/-UsivbzByb6Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhNiMN_n0DhPzXjZZN8P4ORhYrOg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39939),('AbFvOqmXkxjwe7HDMjYSz7Drxl5MNjmFUzisq1UZahbXcWv2dZVSvBZq1wos8xV1dAfzoSvouZZWUg','Though it was almost 4am, everyone at the Heights location treated me so well. The staff was friendly and caring, and Dr. Leavitt was patient and understanding as she examined me. She and the staff took care of my medical needs, and I am feeling much better now. I\'m so glad I stopped by to see them. Thanks for a great healing experience!','2018-06-06 19:21:12.965000','2018-06-06 19:21:12.965000',5,'Paula G','https://lh3.googleusercontent.com/a-/AOh14GhE0V-uEKLqKlEIdetmhxc3tsubrvNpjEQ_V2x4xw=c0x00000000-cc-rp','14567670160750071148',30828),('AbFvOqmxlBbdT-7lEnrwoVJgPMb2Y-ZIOTbcDs4FZsbEYmG5awYjVTW7qeZ6e96JzIGq4oT-FTlq1Q','Service was great here ! The receptionist Vanessa was really nice and took care of us right away. All the staff was very friendly and helpful.','2020-10-06 05:39:42.689000','2020-10-06 05:39:42.689000',5,'Bianca Aguilar','https://lh3.googleusercontent.com/a-/AOh14Gg6uyduc236DrUXLAOsSjetwMEKeaxk5-YzhfBgf2Q=c0x00000000-cc-rp','16389487648212004696',33173),('AbFvOqmXlGSXuQ0sFoV3iRV5B-jWhdzNRiXGvXsnuCkStQvGSdqBpUw_tGLXl0uTTSAGEwGEPXpkJA',NULL,'2018-05-26 13:57:56.667000','2018-05-26 13:57:56.667000',5,'chelse jones','https://lh6.googleusercontent.com/-9coC_n3hPNc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckIkZwPmnZ3OhKcZlRlud0oAyKGnQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30836),('AbFvOqmXlr-Qit7K4ECV4WiRUpYnsW149DwSlwqGApofqE-VZXH-vyE9bS3LeUalQBvAZtWDXtL9','Super friendly staff and great service! I was tended to by Dr. Elsbecker, Nurse Vanessa and Lindsey, Rad tech Clay, and Tech Chelsey who were all very nice and made my experience there a great one. Sio’Nisia from registration was also really friendly and made the whole sign in process a breeze. I’ll definitely be coming back here for any ER needs.','2020-09-14 17:17:00.091000','2020-09-14 17:17:00.091000',5,'Gabriel Alba','https://lh6.googleusercontent.com/-El5e1Lb7tyQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckFMQog4Vkgnb0v5ygAkFZi0fo3Rw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35800),('AbFvOqmxlU9aeyZ2RYjHnVTLvaBq5X5GQHHWbETppYuHlaiegh5CM0kYKC0kebNsoTnJf6ATqpX-tw','Staff very nice. They took care of my husband and I would go back again.','2017-11-09 00:14:27.240000','2017-11-09 00:14:27.240000',5,'Rhonda Duffield','https://lh5.googleusercontent.com/-GaoC1UXqgtI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmGb_UW3ZNMRM_bL1_8Kxf4ddhJDg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30952),('AbFvOqmxlwXsNIzUW_XRgqQwY4Ygs247pYi_LDA-czrbJQhFWWJpLlgV2MjKc881a7_WLMNWBiedDA','Very friendly and CLEAN facility! Test was quick and easy, results in minutes.','2020-07-28 04:03:59.435000','2020-07-28 04:03:59.435000',5,'Jill Vaughn','https://lh4.googleusercontent.com/-zPVIsxZ7a1k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckDXq8-yUtvChYDWL45wODDT8YUnA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31846),('AbFvOqmxM2nEmjls01pKYSZEeEGkH5w_odU7fPPGXpRi1okqCwU2QTDXUv3OSy3NNBO1GdC9b4aHHw','As a healthcare provider I always get nervous when the roles switched and I become the patient however this facility took care of me promptly and made me feel comfortable.','2017-05-30 09:21:27.634000','2017-05-30 09:21:27.634000',5,'ambrielle davis','https://lh4.googleusercontent.com/-ToJSBpcJnJY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmpfTdW-VJ98Y8j66xHa7ZRHWO3Vg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41047),('AbFvOqmxmhK84tO_-orKnOWAbQEX-YkLdc4lL1Kn6Bc9gxgcsSMktNmhgiVFEIpTrM3At7wsu7f4Mg','I was always able to talk to someone on the phone. Speedy & helpful.','2020-07-19 20:45:01.818000','2020-07-19 20:45:01.818000',5,'Alex Parsons','https://lh3.googleusercontent.com/a-/AOh14GgEXSj9hHCTfUATfkc4IKpRfLnL9SzyoyMzr8tR=c0x00000000-cc-rp','14748677429039074158',31962),('AbFvOqmxMR6qF8-lTbu8uXtHWeMnU7MXsqiSsH4Ame21ElUkw8eHyhcrbLvSs1y0WAi9tsi7VIfqOg',NULL,'2017-06-06 15:09:59.340000','2017-06-06 15:09:59.340000',5,'Eddie Rodriguez','https://lh3.googleusercontent.com/a-/AOh14Gg0xQJJf4w-R9I1TIlsMGeanwPIJECj6Pi_jE50FQ=c0x00000000-cc-rp','17394740196501090048',37141),('AbFvOqmXMuWqyCH-mlINz3YFGMUki7xj8pRHrq5RIyPTbvItl8Nhl5Nak1DxKaQjqpCBaYa01R_Ubw',NULL,'2020-11-22 17:28:01.441000','2020-11-22 17:28:01.441000',5,'Noelia Herrera','https://lh3.googleusercontent.com/-aILFs7_NNmQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmCNZ-Y_lMRxGr18LRW0a5pezLJfg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32901),('AbFvOqmxMVfodiv0647CnXVNPiwlhC9a5n-E2PLtIalyOfi7HOTcrE1I-Om8FB4Ilfib6-P1lYNk7w','Very awesome and understanding staff. All needs were meet highly recommended these gals and guys! šŸ–¤šŸ–¤šŸ–¤','2019-04-01 19:11:32.432000','2019-04-01 19:11:32.432000',5,'Kyla Nash','https://lh3.googleusercontent.com/a-/AOh14GhZHfPrHyQ1r6G65EzGUamRpn_mzZC_0jK7EJQhmJo=c0x00000000-cc-rp','3272657195432704501',39887),('AbFvOqmxmZ7qEhr0xWGEJgzdnf1E_aT_aTmcFF7xuCp-Pb4ROjjiMP8Cgm0pk6p04m4-saSMOGXNuQ',NULL,'2020-01-08 16:55:42.656000','2020-01-08 16:55:42.656000',5,'Chris Robertson','https://lh4.googleusercontent.com/-N0hRcJ-dFmg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclKYnhhgvm8wAhG3RAIbZSoVMszlw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37756),('AbFvOqmxn8qE2TNmg0zf8NEZNWiY3lMeQa-UVeg36XFL8jR0tK7a_RVnuZkv2XwyRzB1GNZOGPcsIA','Honestly, I have never had a more PERFECT visit to an emergency room. Service was awesome, I was taken care of, and got to go home within 1hr and 30 mins. Plus, the facility is so clean!','2019-02-03 17:15:15.564000','2019-02-03 17:15:15.564000',5,'Sparkling Chelle','https://lh3.googleusercontent.com/a-/AOh14GhmRoL3BGgIBqC3t7T5khJ5ORb4F39vsBX9JC-Qvw=c0x00000000-cc-rp-ba3','12541597562633926366',29149),('AbFvOqmxnf4-CAwz45n0yPRX56rakS9jY8FcIIL5TaZto5hMaqROV_N3i7rUlXJBuBtaF5RLcjtodA','Every member of the staff was very polite. Dr was super friendly and great bedside manner. Would highly suggest anyone that\'s needs emergency care to come here first','2019-12-18 06:36:57.396000','2019-12-18 06:36:57.396000',5,'Casey Blount','https://lh3.googleusercontent.com/a-/AOh14GiKTz7uJNDFH8ZndltbNOy6V4M5I82E0o2V9L8auA=c0x00000000-cc-rp','8626688543755174284',41969),('AbFvOqmxNPTVY8KgrjUUa59XTqpQhZfk7mZzwxzed5YO2N8UeYsaNm3VR-KJ24oB3QhW01I-ltW6iw','Fast friendly service. The staff takes the time to explain and answer questions and concerns. The facility is top notch, each room is clean and equipped for all medical needs. Thanks to Patricia, Alvean, and Zeik for all the great care and friendly service','2020-02-23 19:15:44.241000','2020-02-23 19:15:44.241000',5,'ray wong','https://lh3.googleusercontent.com/a-/AOh14GiquZqcnbZCi3VcZhl0iRHVCnCyzRpMRtLbmjix=c0x00000000-cc-rp','16389487648212004696',33333),('AbFvOqmxNzcpiATidgQgr-nB-jyjq2myGuWDTBERd6W34OhOolbQpGGOfOn6TFTlKmctGUqQUI9UyQ','Recieved awesome care from Dr.Yost, Brandi, Karen, Kim, and Gunnar.','2020-01-22 23:12:34.655000','2020-01-22 23:12:34.655000',5,'shelby lejeune','https://lh3.googleusercontent.com/a-/AOh14Gi6-GLoME-u8Q-P-_hhtmK-HYVcsp8xd9OsARuj=c0x00000000-cc-rp','3272657195432704501',39680),('AbFvOqmxO_W527DTCMyMOHoDQYYJr9KgcXa3wO-q2Jp8mFb3npLt8IY96qBTKuJFYFT485wN_cGjtA','Lorena and Amanda at registration were super efficient and kind while getting me checked in. Nurse Matt and Nurse Jacob were great too and Morgan was super funny and eased the stress I was having. Additionally, Dr. Cabaniss and Dr. Sara were super nice. All in all it was a great visit and I would definitely recommend this location because of their great staff.','2020-07-25 16:14:46.955000','2020-07-25 16:14:46.955000',5,'Nikki Restivo','https://lh3.googleusercontent.com/a-/AOh14GgJgKvIiwH2HcqRqmo8eLJQn-P7gAtVKORDTNJrPg=c0x00000000-cc-rp','16590124370714063921',34256),('AbFvOqmXO2tycrpvtiJL4On7oOCSMNsVNVIJ27ur2YPvw4rMEEI6GzXHtACX-0vyoWuIlT_NzAJg9Q','Quick and easy process entire staff was very friendly including Gracie urias great and convenient place to get tested.','2020-07-16 20:53:34.855000','2020-07-16 20:53:34.855000',5,'Bobby Aguero','https://lh6.googleusercontent.com/-5g1orSov1-U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucksuhfHT1f4zqZUCDAmdoB6TNjomA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41361),('AbFvOqmxOkMDE9YjKks7reIvzvKfmoy3yl4codiXTCkjSZV10GMd9IXkk9VqU5fs-2KwlM1SbsgeYA','Went in for COVID Symptoms and the test was negative. The ER doctor was determined to find out what was wrong with me and did further studies till he got a response, I had pneumonia and strep throat.Julie the nurse was very informative and friendly. Would so recommend this ER to my family.','2020-08-17 15:52:55.509000','2020-08-17 15:52:55.509000',4,'Adriandayo','https://lh3.googleusercontent.com/a-/AOh14GijH0mPwE4wXPEF0P2SdvjRHeFnCli79LcPlFRJDQ=c0x00000000-cc-rp','14567670160750071148',30136),('AbFvOqmxp3xR6XCOXrnfN2LKsvAnS-pRy0RK-tRrPI1Lg18JugSYTuRa7CCHbbdNlSGNN4V_KA0Kaw','The staff was very helpful and courteous! Jessica S, Jessica F and Maria S were so nice, I will be back here whenever something is wrong. Thank you ladies.','2020-02-20 20:11:36.719000','2020-02-20 20:11:36.719000',5,'Cheyenne Bueno','https://lh3.googleusercontent.com/a-/AOh14GiE7q3_W5niw04X3gDbYQ0b1UrjnHaorOgTabaPjWI=c0x00000000-cc-rp-ba2','6521947413723274945',41470),('AbFvOqmxpCL78s4SEyTJKsLHSBWWrKYwdPL0ziHyoSas5iZesPSY8yZ5C-A71U2ukoJDxSQUiX3ecg','Cody, nydia, Sam were very helpful and efficient. Quick and easy experience! Everyone was so nice and friendly. 5/5!!','2020-07-26 16:59:29.724000','2020-07-26 16:59:29.724000',5,'Jayme Clapoff','https://lh3.googleusercontent.com/a-/AOh14GjQhoE_tCrXNKRZNxP6UJ3e606fK_ijJM5uWiXT=c0x00000000-cc-rp','2077061009497551125',38769),('AbFvOqmXPj7yipgXzdZ755k0t9YGD7b_NYansu7goA7zMuhvVA8TrbbrtCw_jK8RN3Eh9wP7pha54g','Thank you! Leslie,Jaslyn,Eve, Churiah, & Dr. Pham for making me feel comfortable, I highly recommend Signature Care Emergency Center 1007 Westheimer Houston, TX.','2020-07-09 15:30:32.019000','2020-07-09 15:30:32.019000',5,'Eva Ybarra','https://lh4.googleusercontent.com/-rE7qFojvX2o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl90KGy64d6UQdpE9BTMaimQby8-w/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40248),('AbFvOqmxpSgoph65N8LjXMWoMrdNkwqBCFJepsgppo__8foLT9S3R--Qns__UG7cfERi7vAJZQfRQA','What a great ER! Had some allergy issues and they were able to take care of me. Dr. Iheme is a great doctor with a great bedside manner. You can\'t be the great customer service at this place either... Thanks Jocelyn!!!','2019-11-20 20:45:10.498000','2019-11-20 20:45:10.498000',5,'Sherita Jackson','https://lh4.googleusercontent.com/-XUAQVO30Hxs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn51Y4cXEIG3tcVeVxc5bYVFa1g_w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33702),('AbFvOqmXPYAOj5FLOBceglx6dyD17j6UGU52HrYPdxxQCAq5iYfeMtFfdtf6wUHiUKQDDVjYk5YArQ','Tanisha, Alicia and Laura H were very helpful and treated us great! 10 out of 10 recommend','2019-11-15 08:30:02.302000','2019-11-15 08:30:02.302000',4,'skyler johns','https://lh6.googleusercontent.com/-CHeyYQLhaJY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckp7Uk6fKU4ZfZDPng8eGbMYfvCrA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37881),('AbFvOqmxq_8eb2YIEJmeUKAbwb58mWO-38Tb8l1xYu3MAd0W73Ixjpy7NeV3OjJNyhPmsheQ1z9XfQ','The receptionist. The nurse. Excellent. Pam is her name the imaging lady was amazing. The place is clean. The waiting is short . Dr Patel was highly intelligent and efficient. He studied my chart. Unfortunately Kailin Zhen was curt. Did no such preliminary investigations Prescribed me something that would not benefit me at all and I am extremely worse due to her particular negligence. Now theve asked me to come back in as a result of not correcting a simple medication call to H.E. B. And I\'m far too weak now to return today How easily\nAll could have been to corrected by one single phone call. and. One admittance of her mistake. I could have well been on my way to recovery. But she was insolent. I\'m not sure its her true calling to heal people. Perhaps a career change. Dr. Kailin Zhen try something new.','2019-09-22 19:23:47.538000','2019-09-22 19:23:47.538000',1,'every experiment with Jeremiah','https://lh3.googleusercontent.com/a-/AOh14Gg-CEaLBJ5Jq-qHzJc-gPHyX82HtBLuJZO3iXXIFw=c0x00000000-cc-rp','17898197009688164559',37987),('AbFvOqmxq6alS3qu4kZYZhKRjTd2M6G61RSUFmTvxBtuWvHona88IYaXN01BKyRcmhncXl7eSC4lIQ','Fast, easy and simple process. People work steadily and quickly.','2019-06-05 18:48:32.632000','2019-06-05 18:48:32.632000',5,'Mittens','https://lh3.googleusercontent.com/-0s_KA2jHZQk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnC5eQt489rNojGwEPASywB8mEdAg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmXq85lMuxr3qVsurOxhnFFbzEondgRm8LFJliRkIvM5IqxLVW8btdOhTIvC0EAweSRg1BMDw',NULL,'2020-09-23 17:47:44.432000','2020-09-23 17:47:44.432000',5,'jocellyn umanzor','https://lh4.googleusercontent.com/-hpKstTN-5Fw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl03aGTE5BiEsYioFinsJbYmN77PA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37537),('AbFvOqmXqh-93VQgFSEJSmFEzx6KRDq-3Ous3eJaf2_q2iQyF4jO7K0FLawG16YdCx8q7SHWdVC6','Everyone was friendly and the service was great! Irving, Aerial , Thelma , Sherwin were all super','2019-09-03 23:49:13.268000','2019-09-03 23:49:13.268000',5,'Raven Martin','https://lh3.googleusercontent.com/a-/AOh14Gjdre5kBWBoZB0v9Rz-EXq5YeNp1xky-DKojsAeJQ=c0x00000000-cc-rp','12541597562633926366',29030),('AbFvOqmXQvwjTHepLU-TtWomqTjwi8y5RLeK_VNMLcRD545A3je-_3LOjNUGGt86tHVnmnG-8LFI','Probably the best experience I ever had in doctor\'s office. Great staff. And they really care about you and your health. Great staff\n\nNurse: Brittany, Lisa V, Rhonda. Great job\nRadiology Tech: Allison\nER Tech: Randy, Kramer\nDoctor: DR. Vaagenes\n\nAll did a great job and take great care of everything\nThank you','2019-12-23 01:48:43.546000','2019-12-23 01:48:43.546000',5,'Kevin Jones','https://lh3.googleusercontent.com/-_1ylHchUnqk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZe9L5uTogcCwiex7U-24YwcV-Yw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29512),('AbFvOqmXRhmz2L9LMHYd7fEB6LUOFk0CHzTVa9FWY6mhOjNsjKhNghwjo4NIyBynuhgLP6JbDqkAyw','Very fast and very nice.','2019-07-25 19:20:58.492000','2019-07-25 19:20:58.492000',5,'Angela Barthelemy','https://lh3.googleusercontent.com/a-/AOh14GhTIew49FZ7_mAp09ac5aojbITinrw_yxeiZ0Rb7NU=c0x00000000-cc-rp','14904078213800803294',32439),('AbFvOqmxrkuhYdg0ZVZuf2XP3sKQLlzw2T6JPQ5MYp8sYKe8jAU1rrDZ3ENkJT1qv2oMXJXtx0qjzw','DR Craig, Laura , Olivia & Eve made my experience awesome . I have no complaints . From the welcoming receptionists to the staff , I was in the a lot of pain . Yet they made me feel right at home','2018-08-09 18:04:09.592000','2018-08-09 18:04:09.592000',5,'Jordan Coleman','https://lh6.googleusercontent.com/-nvfHncI3hUo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmvdRX47sgbaGBp1-g6A5IgS8vvnw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40884),('AbFvOqmxs_PXyYGYfZmZMys0xjAOEzcx3BEnUB8o-GfB2p0WKypj9Xg8HSwxQQq0pvx54WRLuyVmMQ','Great care team. Fast entry up front and very prompt and attentive caregivers Dr Huerta assessed my symptoms quickly and prescribed meds. Lisa and Julie took care of me very well and did everything they could to make sure I was ok and getting better. Thanks for a great experience. If need ER - I’ll come here again for sure','2019-10-14 00:28:33.964000','2019-10-14 00:28:33.964000',5,'Bill Brown','https://lh5.googleusercontent.com/-l2Y6RNkly6g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnDIaBnJ6GEeYBljFO12yFk3JLLDw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29621),('AbFvOqmxs2mZXwaggM6uYUlbYhnOzrNGbLYRV6_K1n4m3RhN9TH2NGOkid7HhVyLXnT0V4eVewPhZg','Dr. Boester, Churiah, Gina, Darryl, Jose, Lisa, Ke\'Aire.','2019-01-10 06:05:09.290000','2019-01-10 06:05:09.290000',5,'Anthony Aponte','https://lh4.googleusercontent.com/-h3HR4Boq2Vg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTPFUsXAKBV5-1T3bK4PXQqs1zNA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40731),('AbFvOqmxsC53s0aa7uqYZvUoc14oXsVzekQPrW2T3dh29DS8Kkvg-VtRvTqrc0-axpNahJHqt7eykQ','Dr.Faig, Gina and Dee were great! Excellent service and they even when the extra mile to make sure I was ok!','2018-11-03 22:32:37.825000','2018-11-03 22:32:37.825000',5,'Ajeenique Payne','https://lh6.googleusercontent.com/-d_ljr_YDPyA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmaVh-8zksZ1nOvFbyUrVn_OsqoRw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40798),('AbFvOqmXSPH8KdA9OfzO-vUgE5gpCPfaddv6IEe3euOrUFKd4xoarWF150d6f26WRdtPvoq2Xr2ZlQ','Everybody was cool and real nice .what a nice hospital ,thanks Bryan for the Wi-Fi password!','2018-09-07 01:23:34.545000','2018-09-07 01:23:34.545000',5,'Michael Ray Vasquez Jr','https://lh3.googleusercontent.com/a-/AOh14GgoRk_W0rer9hZrdpkryyzMuV14k5FnfKijQxNFSg=c0x00000000-cc-rp','14567670160750071148',30743),('AbFvOqmXsrSEgdMUzlw18qZlw_NlvlkwPBKG173IkraTEx5LXi4uuhtOriCZMyQYpSyMylXUxiyl','Dr.Appiah was very nice and answered all my questions and Chantel was very nice and offered us snacks and drinks. Registration with Tanishia was very fast and simple.','2020-02-24 01:31:30.127000','2020-02-24 01:31:30.127000',5,'Kolani Perez','https://lh4.googleusercontent.com/-K4TKSrYHnKQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnHPfYmQdYc_cGhebaklbiKS80bkg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40292),('AbFvOqmxT78PaAmtqeBQLRtPTvHOpHVRnXnnu2FlaB6TS6lo2LqVSshAxzXn5XPgc9ZKJb2_PHaI','was kinda dying come to signature care &’ they gave me all they could so my pain would go away, did many tests to properly diagnose me thank you to the signature care staff especially dr starr &’ nurse krystal marquez','2020-01-30 18:32:28.893000','2020-01-30 18:32:28.893000',5,'juju maraj','https://lh3.googleusercontent.com/a-/AOh14GiCVD9GFbqd2atyUS134Rzl6_IMqRT4k2vgnVNo=c0x00000000-cc-rp','13486358490203335051',29458),('AbFvOqmxTAb12S-wtZgG8m5vdPwUox3_PuY4qNz5hR2CRH4wbaRGICisxXML2k3ojxB3G5giSwDgAQ','Dr. Dang\nSusan (RN)\nTanishia (REG)\nThey were awesome','2019-11-06 06:55:35.826000','2019-11-06 06:55:35.826000',5,'Jerrick Shepherd','https://lh3.googleusercontent.com/a-/AOh14GjnyuGmb--XmMfGKCOB3D3d8-LjIWKVLyu2FgFokA=c0x00000000-cc-rp','17898197009688164559',37907),('AbFvOqmxTAgmJYiDAi7eifXx5rcwlSympafvb5cKaFS8Z12UyIDL9ArqIvdgRnmiuJBmQDUo2eryxA','I really appreciate the welcome and hospitality from several people from Dr Mauldin to the Nurse William to the RAD Melissa and Reg Therisa.\nI would definetly go there without thinking it twice for any emergency. I soo recommend this place.','2019-03-12 01:25:31.843000','2019-03-12 01:25:31.843000',5,'Magaly Benitez','https://lh4.googleusercontent.com/-6hkjpVGoLfE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmW1PmnJkqhFrfpyT2pj7ESVu9XMg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42718),('AbFvOqmxtE_uAF7701excAAvcE0q-8Fe08_AEI7EhW1gw70c2B8Ka0HtSRICaVbevgEawLY0mRSWQg',NULL,'2016-05-05 05:31:53.780000','2016-05-05 05:31:53.780000',5,'Pooja Chopra','https://lh4.googleusercontent.com/-g9BKaGM_WTE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclEhUlQQivD23lm6vszmIr2BtFqFQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41237),('AbFvOqmXTJ5KqzmAIzAs29zlshaFhf_TvSHZ-zFFPU2lPJQ1AHCrgMGwn6x1kzHB8-nZU093EGa0','Great Staff!! Thanks Ryan for comforting my son. He got his first X-ray & he was super excited to see his inside of his body. ā¤ļøā¤ļøšŸ˜‡ The whole staff was phenomenal! God bless!','2018-01-11 00:29:20.040000','2018-01-11 00:29:20.040000',5,'Olivia Munoz','https://lh3.googleusercontent.com/-bZkOVu8hep0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBsHSfRzY-2TiriByXLhb6_j7lYg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32619),('AbFvOqmxTlWOWk1KlLWFQOr2XH7zJFgO7Zyf3T88cwVQbIMQOiV6bilwiJbg89eeBPHS8vToeulDLA',NULL,'2020-08-25 05:01:21.435000','2020-08-25 05:01:21.435000',5,'Kaylinn Churchill','https://lh5.googleusercontent.com/-HpJJ9z52B8k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7Yb1xryGP2WdIExqzQhKGvC5tow/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31747),('AbFvOqmXTWo2_FbRHO5__1rrocQ6BpHAr7oc8mRVGBZAAoJSyfbr_05WKSPRhfbF9b_k3_YqMgp24Q',NULL,'2018-11-06 05:23:54.360000','2018-11-06 05:23:54.360000',5,'Branden Keene','https://lh4.googleusercontent.com/-JbcJ_9bkpxs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucllJuUwqaNWHhuDR0BrtCoutDo3WA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35119),('AbFvOqmxtxfUb4yjBneVSHnsxNd-swsLYs5SA_OyHKIO6p2Bk18eTLnYn1WSA1n-jklcgYSt9jMAOA','Very quick and efficient service. Georgia was very helpful through the whole process. 10/10 would recommend for any emergency needs.','2020-09-10 07:34:43.474000','2020-09-10 07:34:43.474000',5,'Riley Mendoza','https://lh5.googleusercontent.com/-8jMvR0Kc_mk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckeM-FfTO76uAUD7Q3L_rkum2bKDw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31681),('AbFvOqmXuilsE0BRNtUA6jU37e4Konhcp1JOvTwWQY5pjV1DbCTXQ4Wh2BS7fVnbJJQiCQYCAGHe','Compared to other hospitals that are high traffic and larger, Signature Care is much more efficient and cleaner. You get a private room that has a TV. The staff are more informative and friendly. And if you\'re coming in there for something like a cold or a Flu, you can be out of there within one hour.','2018-01-06 01:43:48.098000','2018-01-06 01:43:48.098000',5,'Annisa Wilson','https://lh3.googleusercontent.com/a-/AOh14GjR23hFUqAS5D1I-GiShNxTtNHZBizLQRkRNgkMGw=c0x00000000-cc-rp','14567670160750071148',30911),('AbFvOqmxuRe9Yxp0K909ZbiQf4CAq8G1IO7d-V3-hO0zNwXn6WinrYBSmLDXdYSgbc-h_A-jI7e4Lg','I do not normally post bad reviews but this will be the one exception for me because of how extremely disappointing and disgusting my experience was here. My daughter had/has a very bad case of strep throat, I made her a Dr\'s appointment and took her to see her usual pediatrician, upon arriving we learned that her health insurance had lapsed. I contacted SignatureCare and explained to them the situation and that she just needed to be seen for strep throat and that her insurance had lapsed. I called twice just to be sure that everyone was on the same page. Each time they said, no problem bring her in. If she is truly sick the Dr. will see her. When we arrived everything was great, its an absolutely state of the art facility for sure. It took maybe 5 minutes for us to be taken to a room and only a couple after that for the Dr to come in. When he arrived he looked in her throat and verified that yes it was bad and needed to be treated, he said he was going to get the tools to do a strep test and then he would return. Maybe 30 seconds later a nurse walked in and said that the Dr. had examined my daughter and determined that her\'s wasn\'t a life threatening emergency and in order to proceed I had to pay an exorbitant amount of money for the visit and a couple hundred more for any test done, then a couple hundred more for any treatment that she received. I tried reasoning with the nurse that this isn\'t what I was told either of the times that I called, and explained that when I called I advised them that this was just strep throat, albeit a very bad case and they said come on in. If she is sick we will treat her. Had it been a life threatening emergency I wouldn\'t have had the time to contact them twice and drive from my job 45 minutes away to their facility, my daughter and I would have been in an ambulance had it been a life threatening emergency. At any rate the nurse explained that those were my options and I had the right to refuse, which I did being that there was no way I was prepared for those kind of fees. My daughter of course starts to cry from sheer disappointment that this would happen, the Dr. returns and casually advises me that sorry they couldn\'t help but strep is one of those things that will clear up on it\'s own over time the body will fight off the infection. At this point I am thinking then why first try to charge me an arm and a leg?!? We left the facility and my daughters condition progressively got worse. I could not be more upset or disappointed than I was with these people. Don\'t use bait and switch tactics when it comes to the health of anyone, especially a child. Set the right expectations from the start and be completely transparent with your potential patients, they deserve that. I get that it\'s a business and you\'ve got to make a buck, but do it honestly!','2017-06-15 16:57:54.255000','2017-06-15 16:57:54.255000',1,'Anndrea Danielle','https://lh3.googleusercontent.com/-wLnA4MHwGOk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclK7H6cLEakrzuAD0TyzpRcBWCtLg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43513),('AbFvOqmxUtzKBq-sFbxvpaaWwzqn6JMkL6tjBeoteaVIEQZs0mvjk-AtozxBEb_q9i1-gguXiOkakA',NULL,'2017-12-23 15:30:50.957000','2017-12-23 15:30:50.957000',5,'Elizabeth Flickinger','https://lh3.googleusercontent.com/-RkO2KFvpCbM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckDlIgLj-baXeq-VG9ClRWlEUYb1g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35340),('AbFvOqmXvYMntdhcq-YOzmnHNQzHk1GyD6oR9-UFOF6dXpz3D8Jo_cH41NlVI2cM19ykwrkXk2y9ag','Great experience, and wonderful staff!!','2020-07-18 20:57:18.358000','2020-07-18 20:57:18.358000',5,'Jamila Gilliam','https://lh3.googleusercontent.com/-JWCoh1RRIz8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6Yw5GxVPR9bXp4Yq2LO4hezwAFQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31991),('AbFvOqmxw1WA-9Wg0KOqSHCR7-STk95KGTklciTxJ1nMVhkzTYTyOomvGNiI-ma6mzXzTndCjkqVgQ','Best ER in Paris, TX! Everyone is always so wonderful!!','2019-12-16 23:31:25.082000','2019-12-16 23:31:25.082000',5,'lorena peralta','https://lh6.googleusercontent.com/-enRlonqN5sE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm5fvLh_li80h2vWoM6xBM9V1T-9Q/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41971),('AbFvOqmxwUi5_MKj9lwKFWiOEylSmDYVFyJVc54ll4udHrCLuvDPkzwXIci6Rq1-c-vtF4uHo4DWYA','Laura and Norma were absolutely the best, came in with fever and pain they set me up real quick ran labs immediately. Bed side manners are amazing, as well as Dr. Singla.','2019-01-15 15:30:07.935000','2019-01-15 15:30:07.935000',5,'Rosa Ortez','https://lh3.googleusercontent.com/a-/AOh14GiPl5YyTwYm10sL4I_HeOBbi4An9QYoQ6tV5Usb=c0x00000000-cc-rp','3511292162159714121',40715),('AbFvOqmXX3G5euCBgki3aaP9U0xLyu0cq3z7I_ZvqHvmnWJLqBIfUS39bCgCGhH46pGGXTBsYueVrg','I went to the Emergency room on June 20th because I was Spitting blood and had a stomachache. I was very scared.\nThe staff was excellent especially Dr Golla. Honestly, he was like the face of Jesus that morning, what i mean is he was very comforting and assured me that i was okay. It turned out , (Hilarious now) The blood was coming from my mouth. Lol! I forgot i had, had a deep cleaning the previous day and i guess my wisdom tooth had been nipped and couldn\'t stop bleeding.\nThat was the best diagnosis I ever got in my life. LOL!\nBut the customer service and the entire team is The best!!\nThank you so much Dr Golla😁','2018-07-20 07:21:39.770000','2018-07-20 07:21:39.770000',5,'mary foston','https://lh6.googleusercontent.com/-dRioh8mEiqg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclY9drSNOjWFlWcSZtM1XLlaei0tg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36929),('AbFvOqmxxCuMZJc5QK2W8qV43_wauOaW8sP4EWHs529IPl50FhthJq3b7Mm4spIINVEcfKKtN9qg9A','Came with a friend and the care was the best I’ve seen in an emergency room. Ashley, Keira, Magali, Eliza, and Dr. Anders were great.','2020-02-25 04:36:19.996000','2020-02-25 04:36:19.996000',5,'Lauren Lopez','https://lh4.googleusercontent.com/-amuJta-bsZY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-PqaJ7vc7ayEWbdXuZ77b7Suy6Q/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41449),('AbFvOqmXxilaUpJWdq1ttf3yS4KEYWdh6NHqAGcPnxg1108HsAuJUFbMxBUWh9l8GqXlsV7CiRyA','I had excellent service since the minute I stepped in. Under the care of great doctor and nurses checking up on me at all times and every need.','2017-04-22 04:24:12.494000','2017-04-22 04:24:12.494000',5,'Nelsy Matamoros','https://lh5.googleusercontent.com/-SChH5H_1MpI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmcIibM0JEgVJpZPcs9WKl0J2UPzw/c0x00000000-cc-rp-ba3/photo.jpg','14904078213800803294',32688),('AbFvOqmxXs5iWkfGpYaf_Ca16zw2UAYNUZP9kcRHL0UsldSuKFZfmAWZT_onrQvKDwu_d_iP0aRT','Thank you John Bell and SignatureCare staff for taking such great care of my granddaughter on today.','2020-02-25 19:51:43.031000','2020-02-25 19:51:43.031000',5,'Cathy Porchia','https://lh4.googleusercontent.com/-pNnp7y61Bts/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnOFAtofnQHDBP5uQnUaqovt2Y1cg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41927),('AbFvOqmxy7F_J9QiwFXsBkeL681PznIIsG6-NKA7xOBWOEPPNwQLKRajTZ_r5DxO7P5IjKHSbHeodg','The staff is very nice and professional. Ashley the Receptionist is amazing love her spirit! I would definitely recommend this facility to someone.','2019-09-02 14:51:10.982000','2019-09-02 14:51:10.982000',5,'Reena Trotter','https://lh5.googleusercontent.com/-hpfholmltIs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmsjI9Qm7o9aniS7Qq_QlCu4XlqIg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38009),('AbFvOqmxykOYOSeE-zMYGOuZXJiqtxU46DQ1pQm4bdncje_gmaS4DAB0RZBrj8IG-UutqxCJ9Qv1iQ',NULL,'2020-09-18 15:11:49.861000','2020-09-18 15:11:49.861000',5,'Ann-Blair Lawrence','https://lh5.googleusercontent.com/-4ph00xkNHX8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckPBdW-tOMpG2y10WvHAeZ5YEWVMw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39524),('AbFvOqmxYsn_DXfMKPTAVXVHxZiOn7kccJzSJ8tuyht7lCIV7YQ4UmL6KyK0LwHynvfGuQra0JRA','Very great, took care of my eye quickly and were very friendly\nThanks to Dr Healy, RN Shelly, Tanishia at the front desk.','2020-10-14 03:18:13.095000','2020-10-14 03:18:13.095000',5,'Carlos Miranda','https://lh4.googleusercontent.com/-0ls8I3qIzvk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl4mJfkJzZOxwtmxp2iWBe4B0t9rg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37508),('AbFvOqmxyW-gHzg3jlB6Xll_Z021kpiZhnsmQ58pR6_eMNtzm0I2Fg4btYnC1PBHDCWiunhaPyDO5Q',NULL,'2019-07-29 23:41:43.343000','2019-07-29 23:41:43.343000',5,'Lynda M','https://lh5.googleusercontent.com/-4LL9szinOuo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmXCm6kXeKSJzXMlQPkiOEW6WpkIA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30486),('AbFvOqmXyzSMGd2MnNFnCs9gVUyu1rwEKa6CvZWhGegSg5nk1DI09OR3OfCFLd_C6HVPVQI6vzDq','I had an amazing experience at SignatureCare at Montrose. Everyone moved with efficiency and kindness. I was in and out in no time! I was seen by Lai, Maureen, Keri, and Dr. Yusuf, all amazing, sweet and extremely professionals. 10/10 great experience.','2020-10-16 23:24:18.575000','2020-10-16 23:24:18.575000',5,'Toni Ojomo','https://lh3.googleusercontent.com/a-/AOh14GiWlGz6lkfAHCPU9Q7xdeYhdhFDfGbVwttiqPRmzg=c0x00000000-cc-rp','3511292162159714121',40166),('AbFvOqmxzAwTzvotJn1W_r6zKg-K2uhttKezAw6_wSt03KhlkTWGrRlNgFaNrHEXFbKpY60wyGCz5A','I\'ve visited this location twice. They are so incredibly efficient. I\'ve never waited more than ten minutes to be seen. The staff is friendly. I recommend this ER to everyone!','2019-06-17 00:05:04.857000','2019-06-17 00:05:04.857000',5,'Cheeky V','https://lh3.googleusercontent.com/a-/AOh14GjGhgQ-MDoM3AARUBDcObtu7rZaQwT2m3kOChYc8XI=c0x00000000-cc-rp','14567670160750071148',30520),('AbFvOqmXZfej6mfjisaj04sugHOLkwBx_dZUByfepWE2xEcT59jl9z5G3D4YjDDxoBHv4Kd-GdlDhg','Clean facility and they were all nice. Alvean took good care of my wife and I and had us in and out quickly.','2020-11-11 13:31:12.162000','2020-11-11 13:31:12.162000',5,'Carson Hunsaker','https://lh3.googleusercontent.com/a-/AOh14GjEXVmZXNj_vQyLCo1PGQnYz5mB0Okh2kY4segR=c0x00000000-cc-rp','16389487648212004696',32940),('AbFvOqmXzXp-pz6x97KJ4-z0UW8uHRYUjs8NF7iCCQG8ymMHWNjmSeZJQZ_qz9v9DuX1i77JGzG7iQ','Nurse Jessica and Dr Chowery were amazing and professional. They explained everything and the wait time was short.Great job guys thanks.','2020-07-20 12:42:34.885000','2020-07-20 12:42:34.885000',5,'Quincy McGee','https://lh4.googleusercontent.com/-dnc6FV99D-U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucneQgM8ZuyrUCJ_lQEke5fq1tvQOg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31949),('AbFvOqmy_9uioqXQdSPxgMQB0-VGqztOf1nlFyP1un8E9ZLK8lPeZPHftwVPQutsrQzEaknGCpyB','Atended my daughter fast and nice\nKat s, kat k, dr dang','2019-09-12 05:01:31.252000','2019-09-12 05:01:31.252000',5,'Norma Portillo','https://lh5.googleusercontent.com/-Fz3S-5mXpNE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnRJNBxNDCXDEd3zfXZqQsRzjrTNg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33967),('AbFvOqmY_ECvqKgUI3C28gNyeoPj-PS_CoqVnERiM3XPE4wdg8SNjU0V6bnsXMQCYbXxnvI8iGy_','Had Such A Good Experience, The Staff There Are So Sweet And Caring April Was My Nurse She Took Great Care Of Me And Was On Top Of It If I Needed Anything Loved Her! Plus They Get You Back Pretty Fast!','2021-01-09 17:27:41.112000','2021-01-09 17:27:41.112000',5,'Annastacia Guzman','https://lh3.googleusercontent.com/a-/AOh14Gg1xVnMxGxYKaA29HS4QwHh41kjdHLH686pXcDp=c0x00000000-cc-rp','14748677429039074158',44447),('AbFvOqmY_TLoyxXl8jZVZJB0WMheQXvVjNoXJs4SMnI7zjoVz4Lf0ExBzO3PCTSXRTxVDcmLnmI5hw','Dr. Chopra and Georgia were so nice and comforting while I was getting tested for COVID 19','2020-09-16 03:28:10.724000','2020-09-16 03:28:10.724000',5,'Matt Wilkin','https://lh3.googleusercontent.com/-aHoMV8-2b_Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6T5AsyQrt_8AHJ5JestXIqEmPnQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31657),('AbFvOqmy_zi5YM4vufs_vUl_Zqewj3RhK3-mVzAAOu7AFVgCbKhdOpDqKCXdeH4f99SBGoAN8PDkdA','Kat helped me out and did a great job! I got an IV and an antibiotic shot (I hate needles) and she talked me through it and made me feel not so nervous the whole time!','2020-11-12 16:50:54.326000','2020-11-12 16:50:54.326000',5,'Guisy F-O','https://lh3.googleusercontent.com/a-/AOh14GjQIKLOhfETsCVVjy2MfG8eLChHgpyzlLPz7v6D7w=c0x00000000-cc-rp','2694018788013845459',38899),('AbFvOqmy-dCCJaMR9p-67zRr4lVzTxKb4jBLWeqgjf_zYXhhAkR8AwdOZL70VM_03KKnsUwGi7vhhw','This is a wonderful place to go when you have an unexpected situation verses a conventional emergency room ; fresh coffee\n, snacks and the staff was very professional and quick to assist with a sick toddler, I\'d recommend signature care over other I\'ve been to ; definitely appreciate Dr.Leavitt and staff , Stephanie, Rollie and Natalia','2019-10-23 01:42:59.822000','2019-10-23 01:42:59.822000',5,'Cory Black','https://lh6.googleusercontent.com/-soveU6ebscE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnsK0iLD7bunSnArCguN84QIJ3Lrw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42637),('AbFvOqmy0BXQyXFXBiRFcc9Vao2M91nMuteqho11-xcss37NPMEG13ve1GjrZ9KqUNezQpYknFRbpw','From the moment we walked in, they kept trying to get us to leave a good review for them. Once I got back in to see the doctor, (he was foreign) he was more worried about my period (which I haven\'t had in several months because I have the IUD) and thought that may be the problem when I know my body well enough to know what that feels like. He wanted to argue with me and he felt like he HAD to prescribe me pain killers so I wouldn\'t leave a bad review for them. The nurse who did the blood work missed the vein and now I have a huge bruise on my arm. The receptionist came in at one point giving us info on how to leave them a review, in which they bribe you by offering a gift card to a coffee shop. All they cared about was their reviews. Well here\'s an honest one. I do not recommend this urgent care.','2019-08-08 19:23:20.707000','2019-08-08 19:23:20.707000',1,'Shelby','https://lh4.googleusercontent.com/-PkAXTRyWxfM/AAAAAAAAAAI/AAAAAAAAAaA/AMZuuck_US6HqQ_IOu_mG4VqgOCTO-e9Bg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42013),('AbFvOqmY0n9LTnHVbK-EhG6zXNtGxP6czjnQ1iI4q9dvrd7uy5lHtRtJcglft2pEW1xJ2WRAGZAb','My visit was great. It was super clean & the staff was extremely friendly. Lizzie Torres was extremely understanding & helped calm me down when I was freaking out. Dr. Jaber was very helpful as well. Great Emergency Care Center.','2019-06-17 12:49:37.012000','2019-06-17 12:49:37.012000',5,'Klee Flores','https://lh3.googleusercontent.com/a-/AOh14GjDzHYjAH7WkBjJ2nR8bkz9Rx9GPFO3LrMH9jXr=c0x00000000-cc-rp','3511292162159714121',40540),('AbFvOqmy1cv6JQzsTNfajuQ11rEHfV_oh1DHqqAq51_oY6_V0eWL0VemJ--SbovbhtBg17dGxvXwTw','This was a wonderful experience from beginning the end. Raven and the other staff had some of the best customer service I’ve seen in a long time.\n\nI’ll definitely recommend this location to anyone I know.','2018-08-25 19:17:22.677000','2018-08-25 19:17:22.677000',5,'steve jones','https://lh3.googleusercontent.com/a-/AOh14GgSELGmvtB0fGMWEy57wpfKKzOxXTAVdik0pds8Bg=c0x00000000-cc-rp','8918455867446117794',43364),('AbFvOqmY1i4aDWQHYF-6R5iJVaHoQGNKFlp8LJU3vZrNrGVnY9L8n5nIh9cLmfVpxESVhefjY-IYjQ','Excellent service and staff are very friendly!','2020-09-14 23:30:42.861000','2020-09-14 23:30:42.861000',5,'A P','https://lh3.googleusercontent.com/-cec49VA9PoA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclV1x5je062uX5GEs1AY9rYOWVX-g/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38537),('AbFvOqmY2pzfhazhr9DOVOIqa0k-H8u1PeY1ZX7DCLKUz1tYSSIR0_IWoCkMuy52TUMquz0S-zlH','quick fast and easy!','2019-11-05 19:11:46.081000','2019-11-05 19:11:46.081000',5,'Melissa Adams','https://lh3.googleusercontent.com/a-/AOh14Gj3PuiAgBx0lM8MZ21wkRMJU-DRt7BAnj9MGv4KzQ=c0x00000000-cc-rp','14904078213800803294',32409),('AbFvOqmY3l5FL4FpJjlrdrD4eSvIkmgp8CrMsLxpTBiGAHfMqdTcWIoaJC8nwWGJm02cZi7xXo2SCQ','Thanks DR. THOMAS, MD, MATHEW and your team, you saved my life. I really appreciated your effort otherwise I won\'t be alive today. a service to me was expensive, but life come first. Only one word\" God bless you\" you saved my life. I recommended this emergency care to anyone who wants good service.','2019-06-14 01:26:23.483000','2019-06-14 01:26:23.483000',5,'Eyadema Simplisse Iyanos','https://lh3.googleusercontent.com/a-/AOh14GiPNe3qPksil9wL626l1Euk75z5tTUrqACbCOTdqw=c0x00000000-cc-rp','17898197009688164559',38145),('AbFvOqmY4Dk0g6Z0994fjGbA7l4qAkIZchMl5_yGssHKQrlXHHsCbzXkw3Pc0O7XAxBBbUK4I7CR','I sliced my finger open on some metal. I was so upset and frustrated. I walked in and Erica greeted me. I told her my story and she was so nice and welcoming she gave me all the info I needed. She was the best. Dr. Bill was wonderful, he talked to me about what was going to happen and was so helpful. Regina bandaged me up and was so nice. My experience wAs great. I was in and out within the hour. Thank you again I will recommend Signature Care to all my friends.','2019-06-17 23:03:32.031000','2019-06-17 23:03:32.031000',5,'Brianna Ojeda','https://lh4.googleusercontent.com/-F53YeKozXhM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckrt_Lp9RynYx51OqPoKYWt9Xqviw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30516),('AbFvOqmY4ssjycggIKmUGJXxN_Yh-OHKNlX-ui-ZgISzmdcRUnIqek1lj_hF2qFYpAvreo_02ZFGwA','This location is awesome, we have been here several times for my father\'s heart issues. All the faculty takes time to listen and understand what is going on. Jennifer D. Does a great job at getting us in a room fast and letting us mess with the paperwork when everything has settled. The nurses are awesome, especially Jamie, took time to explain what was going on and why. Overall great experience for the situation','2019-03-11 21:34:30.895000','2019-03-11 21:34:30.895000',5,'Kevin Baugh','https://lh5.googleusercontent.com/-j6wqj1edeP0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckivl4qfEpv3Hd57XX-Vg9JTk9tPg/c0x00000000-cc-rp-ba2/photo.jpg','8626688543755174284',42125),('AbFvOqmy4uuBqDXQazSXH810jIbeSP4ZuanxBd4FvTlA6c2Y8xbFGRIwMziFDuBeY3QUuC7-CxKShQ',NULL,'2018-10-26 08:54:56.900000','2018-10-26 08:54:56.900000',5,'Tallye Woody','https://lh3.googleusercontent.com/a-/AOh14GiwCZsuZN-NdmCQylHzey3u435BAhdNpNAujdGHBg=c0x00000000-cc-rp','16590124370714063921',35140),('AbFvOqmY5BNI33nrV2iwN4B1_srIaQn4T7l5IbjcH8sO6Wb_qXmGgxOZuWE8FjJRWPD_b3VQthlLGw','Staff was quick and courteous','2020-03-03 17:07:41.317000','2020-03-03 17:07:41.317000',5,'James Dixon','https://lh3.googleusercontent.com/-Id7qhs7XIb4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmenRkgY3P0O0TTSiROU36zkdrIng/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41421),('AbFvOqmY5dSRRuP-yOQXwCKwkwbQNplwkyR9LIcejgDJSjZyyjyApO0yD3eeQ-3m_8AYmyuhbvA1','The staff was polite from check in to the Dr. giving his final report. I didnt have many options on a Sunday, but they provided the exact care I needed.','2020-11-09 13:38:11.090000','2020-11-09 13:38:11.090000',5,'Katelyn Nunn','https://lh3.googleusercontent.com/-gg3T9MmVnY8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclYlRygZ4kMOWUC7zMY6XRpN_jyNw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39458),('AbFvOqmY61Hb66ZOff7woCi5fu85ei27dnzJ7y2vKWQF_8BPmVV54qjqAO2W37A9pu8uXnjrD8fryQ',NULL,'2017-10-04 19:02:47.451000','2017-10-04 19:02:47.451000',1,'Sharon Clark','https://lh3.googleusercontent.com/a-/AOh14GiG_r2jV77iI92F0B5Hx5IWVRlQcfiFuWThMO5ZHg=c0x00000000-cc-rp-ba2','6521947413723274945',41806),('AbFvOqmY66xOHrRl-fTTYLDv3IT08xWMuj6jzludfWlO3DLZQXl3jGLsH_UUNU1BJivFiic_iLCHZg','I had a great experience here they didn’t let me leave until my pain was completely gone I would definitely be going back if I have any more emergencies great team!!','2019-01-24 19:27:01.688000','2019-01-24 19:27:01.688000',5,'Alyssa Chambers','https://lh3.googleusercontent.com/a-/AOh14Ggx4xeSNcVNJYt0TMRIqleBeSM4ZPK5yIb7r53EMw=c0x00000000-cc-rp','17898197009688164559',38319),('AbFvOqmY7fRC-LvU2O-LU1m3Qt7RlBrmGMnQrUqHKYMVgo4XvmAPW6NbgwO_UBhDyHQjmudxstTiCQ','Everyone here was very nice and took care of us! Tanishia in reception really knows how to handle patients of all kinds and was very thorough in explaining our benefits and other administrative details.','2019-05-01 03:40:47.208000','2019-05-01 03:40:47.208000',5,'DJ Husted','https://lh4.googleusercontent.com/-g3AbRM8RHb4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6Mnd55twlVB940Vkgl1vHM1ZJWg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38197),('AbFvOqmY7J33QaHEFpvUhoWCyfgqFM7vNjO3Vd6uMRAfsoFJkVX8NRRLA3np6ph7xqXQMr7SDurlsA','They took such good care of me in April when I had a sudden emergency and today they were great when I got my covid testing. Thanks Chelsea for making the test easier for me today! :)','2020-11-04 23:13:06.867000','2020-11-04 23:13:06.867000',5,'Rebecca Lovitch','https://lh3.googleusercontent.com/a-/AOh14GhzG8-1rzwGaQKcJ2ySgXs3lDjccMIOpX7EUFBFiw=c0x00000000-cc-rp','16891069708558046635',35646),('AbFvOqmY86a62dhbsUwCQnn80U2jUCdy8iGYUw1OIuNOVkIMmvNIPsGAl9xD3WkPjr0_dAIG-yuIlA','The staff was so friendly and took really good care of me! I was in and out quickly. The faculty was super clean! I would highly recommend this place to anyone!','2019-10-08 02:14:03.647000','2019-10-08 02:14:03.647000',5,'Roxanne Manley','https://lh3.googleusercontent.com/-fcjjtebVGSg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclh0exE1_bysiBV4vU2Wcyycei1pA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30443),('AbFvOqmY8ixcwx_fFhlBeWGMTdCOcOwnK4D1ZngLtVV9kbkSRSGXzDGsLjOPWGCgo5RPPsMBLQ2j','Had to get a Covid test to fly and they got it taken care of quickly even after I chose the wrong test and everything!!!The staffed that looked after me made me wish that every hospital experience I’ve had was with them, so friendly, caring, went above and beyond to accommodate me! Couldn’t have had a better experience! Sad Google only goes up to 5 ā­ļøā­ļøā­ļøā­ļøā­ļø because they deserve ā­ļøā­ļøā­ļøā­ļøā­ļøā­ļøā­ļøā­ļøā­ļøā­ļøā­ļøā­ļøā­ļøā­ļøā­ļøā­ļøā­ļøā­ļø','2020-10-02 20:49:25.061000','2020-10-02 20:49:25.061000',5,'Avery Apple','https://lh3.googleusercontent.com/a-/AOh14GhxhfBPPjUy-djyG5ySgcunYytpYrK1HimAjEhlPg=c0x00000000-cc-rp','14748677429039074158',31580),('AbFvOqmy8jJdYm_dOrjjsJPi6Is7gNqsJepdjbLsVb4DD116Ye_J583491o_nYI8yy0nGFP9wosBtg','Great experience speedy and polite workers thanks Cecilia and Natalie!','2020-07-07 20:56:14.300000','2020-07-07 20:56:14.300000',5,'Trystan Puente','https://lh3.googleusercontent.com/-TvATmR7wZ1M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmk-I7nUQdfNJl90WJkyj4ofTSbVA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30178),('AbFvOqmy8xzOJeOFlZBw-MAYGnrKyYZAG537DnVFF6kUQXOrK698gsusrVWtkl4wRv79HBTMlbdReQ',NULL,'2020-11-06 21:48:13.658000','2020-11-06 21:48:13.658000',5,'Kara Coughran','https://lh3.googleusercontent.com/a-/AOh14GiV2t9cIKePbhy947XeEXL-dAX_kwvzFJkbzxWPkQ=c0x00000000-cc-rp','16590124370714063921',34076),('AbFvOqmY8yP9L9shFnzXnaUY3rxsBJ4h8ICyPiKww3aT7MIKWkosKPYp8B-xb9QzbrpZ1i6G-n0Mng','Very efficient service and friendly staff. Leslie did a great job explaining what my copay was and how the billing worked. Olivia was walked me through the questions I had and Dr.Boester came in a timely manner to get my checked for strept and flu.','2019-11-24 16:59:38.476000','2019-11-24 16:59:38.476000',5,'Heather','https://lh3.googleusercontent.com/a-/AOh14GiNoIn29rZ9_ZJyMBMpHaYhGZZ3pGZuOPMO6PsJKQ=c0x00000000-cc-rp','3511292162159714121',40381),('AbFvOqmy95CFSg8-bnYlvQMCSElSj-Mm_v2vPoTs5jqOGlf0zzn5QmKybT6TGKbYKdx95-2fWh_Ang','ran very smoothly. only took 1 hour.','2020-07-31 14:11:00.740000','2020-07-31 14:11:00.740000',5,'joe araiza','https://lh6.googleusercontent.com/-RfER9gXv-Eo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn3o676MTQv5bamKd9K7Nz5ZfobNg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30143),('AbFvOqmy9D9Rzzs0r-Mi_P0rS21toiRK97cMBSfU1-6qetOqHuiww9HTjv_6E6Z04leXUDnhbHF7','The service was fast and amazing!! Aerial, Dr. Tran, Irving, Tino, and Carmella were really great with treatment and answering all the questions I had. I expected to be here for hours since it is an emergency clinic, but I was taken care of in no time!!','2019-09-02 04:34:07.137000','2019-09-02 04:34:07.137000',5,'Jo M','https://lh4.googleusercontent.com/-DvrzHuOhYeA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTkoZjhBxz2ZMQcuvlRrMjeVF22Q/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29031),('AbFvOqmY9LlAwVmYblmp-PqenaYOL5thj7XoYqM75sTjK_lhh_PpkOiHIQwcojvOstiOLTNXDTl0qw','Great customer service and wonderful staff','2019-12-24 01:20:25.444000','2019-12-24 01:20:25.444000',5,'Christina Treybig','https://lh3.googleusercontent.com/a-/AOh14GjY_A9MccGNJSG-cSbDKC83m4tfFULXuUxFZ9jV7Q=c0x00000000-cc-rp','12541597562633926366',28913),('AbFvOqmyA2nmJedCOiICBMxmch0-hlWiTP10rdifMfuvAJWyzAbwO9OBqHMHPc1wtDz7DCIxEuQERw','The staff was great! Hannah was my nurse and was extremely informative, answered all my questions and made me feel comfortable. Would recommend this facility for your healthcare emergencies.','2021-01-26 21:59:35.586000','2021-01-26 21:59:35.586000',5,'Makeda Asamnew','https://lh3.googleusercontent.com/a-/AOh14GiqINTQYMIKhQCiTmKCHC-AR0cjnPyzThH5FxguCg=c0x00000000-cc-rp','16590124370714063921',44385),('AbFvOqmYAqe0r7PKig-J8iO59rc6bbfzsxysFOFTY6vRRSEt1MHaNU4WdMNpwDlyG4C32I1l8Z1_','Very good experience. Valory Delores and Dana Kim were fantastic!','2021-01-25 20:14:55.590000','2021-01-25 20:14:55.590000',5,'William Hairston Jr','https://lh3.googleusercontent.com/a-/AOh14GhQIoVcPBv0trF2Bi2yFcahC5f-mDDUfPM5Kh_E=c0x00000000-cc-rp','15979470999169074295',44404),('AbFvOqmYaY4gn6eUbdQXdjk9ZPN9RLVVfysu6oBfDFj7ovC-oFAUplMY3hj_ocYVIbFgOklV2A8V','Solid er, very friendly staff and knowledgeable.','2021-01-06 19:25:15.257000','2021-01-06 19:25:15.257000',5,'Kyle Sells','https://lh4.googleusercontent.com/-p-yb-zllEAw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnCq2EEw46hnk2ZO9-TK1doPjqpPw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',44440),('AbFvOqmYBA2Z5JIbjludeJY3eTQXZ9b9WkZKh2Rs6j0487OkVNPVZKxRVm_ps04FRa9s2614l4cPTw','Such a great level of care from check in to check out. I greatly appreciated the helpful, kind staff at my visit. Also, It was very reassuring to see the level of cleanliness and organization of treatment rooms. Thank you for making my visit stress free!','2019-09-17 16:37:05.303000','2019-09-17 16:37:05.303000',5,'Genevieve Sykora','https://lh3.googleusercontent.com/a-/AOh14Gibs7K5UUVlZ7qL0g88B6WpkVJtvWX7zrPy3DD2jg=c0x00000000-cc-rp','14567670160750071148',30454),('AbFvOqmybapJDpKKKom4k1Md-ccj-GpX7E25YTsWSYEn04Aj9uZgunmk835nvPy8XbM9IaLLRkU3Rg','Clay & Christina were SO kind and attentive! Definitely felt like I received top notch care!','2020-10-25 15:47:14.830000','2020-10-25 15:47:14.830000',5,'Haley Holcomb','https://lh3.googleusercontent.com/a-/AOh14GgtabGcQ9qH0EcaiLUTen9k86m0ciONsZZxgUhuiQ=c0x00000000-cc-rp','16891069708558046635',35675),('AbFvOqmYbfTaztrLcQ__bO4vF6bRKH7GFAo7gTXOt5RVph4mNj44_dOdRqv13hLRDvvLkKkoOLO0KA','Their reception, doctors, nurses where was so welcoming.','2018-11-03 13:51:29.845000','2018-11-03 13:51:29.845000',5,'marian iwe','https://lh4.googleusercontent.com/-RoO1ExglI6M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnOF5tz3I-p3gsYLxQkWkurtNmrAQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43348),('AbFvOqmYBGPtLnGfnGOp0V9zOWZLrwz4coG7LZMspis-zxaJ6rwQqUthCLJ6Gj2jU_OF3Zf3T2Lrlg','Kendra, Brad, Morgan, Dr. Kimball, Ashley and Dyveliz are literal angels!!!! Coming to Signature Care is the best decision i’ve ever made medically for my children. Such caring people and thourough. Thank you guys!','2019-12-30 15:47:32.401000','2019-12-30 15:47:32.401000',5,'Allison Lassetter','https://lh3.googleusercontent.com/-7OspHdtfs-w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmzhDiN5uwGhNu6pWigFhG7wxvtNw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34479),('AbFvOqmyBt5jqSw1DAWNPSLsRSK_gM7Ut0H3IZni7uGn7OD-h_1Vi7AJSFUxC02UBzAK7Gzm-ib0Uw','Wonderful experience from check in with Robin, Nurse Jamie And Matt was so sweet and brought me warm blankets.','2018-11-27 13:12:41.266000','2018-11-27 13:12:41.266000',5,'Ashley Burton','https://lh6.googleusercontent.com/-Pi0WUPry1ys/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-SFV2q8-pk2TNOuo_zIlSArPX6A/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42227),('AbFvOqmYbvB0QwHhgZEmdaP0ekKQr2lVXQKbCfpYO_Wy9-g1Vt_5WigJHRatA-EEMpH5fSDngIOy','Kendra was very welcoming and nice and nurse Jacob was very kind and Dr. Vakey very helpful and Super nice!! They got me felling better than I how I came in 😊','2020-02-15 23:03:32.133000','2020-02-15 23:03:32.133000',5,'Sacora Lewis','https://lh4.googleusercontent.com/-DozVqeUZQg4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmEJJnxZxp7arX1723xLgY9t5amdw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34366),('AbFvOqmYbX3w7s3vvf8ntJobLr895HbcHDpysn1LxXPhh8eXa0n95WV98plJSeiTeVTDNky8df7g3Q','I just went there for a Covid test and they were super friendly, very efficient and felt safe ! Thank you','2020-06-27 02:18:48.795000','2020-06-27 02:18:48.795000',5,'Damon Brenner','https://lh5.googleusercontent.com/-8wlknlD-3NE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclTpSfxTw0qUg2q4lRijg83nDwPrA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33226),('AbFvOqmYBZWpGi0A9xxvrfHm4XMWwXP2ZeR_MJ6_w6jDgePdpcag32EwhuZfhxO-baiaxbc8RijVmQ','Georgia is amazing, kind hearted and made me feel good about my decision to come here!','2020-11-20 14:07:48.322000','2020-11-20 14:07:48.322000',5,'Jacqueline Crow','https://lh4.googleusercontent.com/-ooO_ch2-8DA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckbSaALd5wdIYp8RaxZFqt4c1W4rQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31333),('AbFvOqmYC1RuZ6BQROItn_fW7yCcmcJ-SWAKexxG0kvODCM_KllHc6Baa1HnFoFJc3OLCVgsBrFZcQ','By far the best ER in the area!! The staff was by far the best medical staff i have ever met. The doctor spent a lot of time explaining everything so that we understood it completely. It was more like a stay in a luxury hotel or resort, the staff pretty much waited on me hand and foot, readily anticipating every possible want and need!! A++++++++ in my opinion!! I will never again waste my time or money WAITING ever again!!','2017-03-04 04:10:13.844000','2017-03-04 04:10:13.844000',5,'Andrew Clifton','https://lh3.googleusercontent.com/-YDt6CRiuTl8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1_gUj01azVIwqL4IRiyTO-ESsgg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29969),('AbFvOqmYChyOLba9ml5HzzNaMnPxQy8kOAuhj5bzanBzOU6IcA_GbzevZ5xFXCiGBSx-z8RGzPHkOg',NULL,'2020-07-04 13:52:46.462000','2020-07-04 13:52:46.462000',5,'Juan Delgado','https://lh3.googleusercontent.com/-fCDGuwAIMoM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnrgD4BrSNwbtbDMHFJF2hxavF_QA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30185),('AbFvOqmYcr2ahr1S4JJHqI1CA9fOfZaeoukvQ1QKvSqPjIHWWgTPoKbXClDppmQ5HVo5moe-OYnqmA','Awesome. Quick. Great Staff.','2019-06-09 18:46:48.404000','2019-06-09 18:46:48.404000',5,'Amanda Garcia','https://lh3.googleusercontent.com/-d23Kz0TAMlI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn_4XrIVKOsVRRan0eCQQKWi91fhw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmYCuOra35JUe4xo9UewGgNr6Kz4lSUnojicp-GTeVc5oHhOX71RTbT5bskLOGcd85G50Luqw','Cody and Catherine were great!','2020-09-18 16:32:07.558000','2020-09-18 16:32:07.558000',5,'Kaitlyn MuƱiz','https://lh3.googleusercontent.com/a-/AOh14Gi3SUGE0P1PJY84Ri7sPKYv1BnqSYNjAGGOIGNh8A=c0x00000000-cc-rp-ba2','2077061009497551125',38530),('AbFvOqmYD47MA7uU6g2AyOe3DKbZmxt7KW-z0JmDV0n53Uh0UQpV9q0mQE-BpbOlKv-leSVLG9YFUw','i would recommend you come here it’s fast an the staff of very caring!','2019-11-15 01:36:44.186000','2019-11-15 01:36:44.186000',5,'Aja Rios','https://lh3.googleusercontent.com/a-/AOh14GijZPGHSilxtw2dF4mBeKFNQYRgXfe_JBZn4vEEDQ=c0x00000000-cc-rp','13486358490203335051',29583),('AbFvOqmYdeXE2E3fkIEo42LR6ioIOmakztAIiSysM5I-xhIJvpJ25nUVMnYZ3cd0fSjW9JlQx5dA','How nice is it to be able to go to a free standing ER using your private insurance to receive exceptional care in a speedy yet direct and concise process allowing you to get the care you need without the chaos of most ER hospitals. Dr Grinblatas was attentive to my needs, answered all my questions and sent me home feeling not only better but informed of my care with adequate follow up to continue my care. Staff was efficient, Wendy the tech was caring and drew my labs with a gentle hand, nurse Tammy reassured me of my care from the time I walked through the doors to the time she walked me out wishing me the best. The facility manager AshLynn R actually had came by during my stay inquiring how my stay was and if there was anything they could do better to ensure my care. I was speechless and felt truly engaged with the care I received. I couldn’t ask for a better experience. Thanks again for all you guys do and for sure will always have a special place in my heart for such excellent customer service!','2019-04-11 14:33:13.073000','2019-04-11 14:33:13.073000',5,'Adam Ramirez','https://lh3.googleusercontent.com/a-/AOh14Gi09kDEe5loDm-eN2OtgM-AT4uV1wwjD1EG3BWA=c0x00000000-cc-rp','17394740196501090048',36794),('AbFvOqmYdgO5pFfishnVZHtLQ6-UcxAUeXNsJ9T8_XDgpZIGGe4T2kP9032vV0Ls5-emtdF9JhLm5Q','It was a quick and great experience. Ashley Burton was nice and welcoming at the front desk and Ashley K took great care of me.','2020-02-21 20:29:55.352000','2020-02-21 20:29:55.352000',5,'Shelby Peeples','https://lh6.googleusercontent.com/-fOa1GtP0JEk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnmAc0yi6cHgg0wmshBKWlzXfTJZA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41933),('AbFvOqmYDQTP6AmSD8rz4o5cGALSA_JfHqyfdLV_JE8sq56b26rArYmgyQ-XSxYhfxE6d4vlHRpS','Love it !!! Kenda Christine and Nicole G. Bre Brandon will dr. Sylvester','2020-01-01 04:56:28.348000','2020-01-01 04:56:28.348000',5,'Miranda Flores','https://lh3.googleusercontent.com/a-/AOh14GgTN3IgEvNjERRqbPIStEgCUwHvehgvcP31_Q3X=c0x00000000-cc-rp','14567670160750071148',30371),('AbFvOqmyE_n6Vq5YqpNgKHvaG_Wqo3IPDez_yRwLy4S4-L5OeBuyOKh2ohBlf7q-3FuStwqraYs0Ew','I went to the emergency room last month and the quality of service and care from the doctor and nurses was outstanding! I highly recommend them if you’re ever in need of medical care.','2018-12-21 05:31:51.661000','2018-12-21 05:31:51.661000',5,'Chronic 45','https://lh3.googleusercontent.com/a-/AOh14GhrwI0mONSIH4KWsWAJaHTeeg5_vbAsh9qX64_Skw=c0x00000000-cc-rp','17898197009688164559',38348),('AbFvOqmyE93LPZYoWBaPSo95LLrozXCehuHkgGapXvu2y79G--DkDBnYSGqg06uZ6Otytq8qi-eJSw','Dustin and Team were excellent! Very attentive and focused on treating the patient ASAP!','2020-09-03 15:03:27.074000','2020-09-03 15:03:27.074000',5,'Ivan Melgoza','https://lh4.googleusercontent.com/-TLSTBxAJg7s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn0h_RXKrTdLDoeehIZq1AdsnzCbA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31710),('AbFvOqmYEi0JPHLW-AnWGcHgilpIQXPv6uV5Cqah18BHF9Al4AnUoeEIB7fH3Vy-e466Fvu2G_T9KA','Had a great and quick time, my nurse Morgan Scott was awesome as well. Overall a smooth and quick experience!','2020-10-16 22:21:48.395000','2020-10-16 22:21:48.395000',5,'Yash Singh','https://lh3.googleusercontent.com/a-/AOh14Ghmxg18wLZguk3IP1BhmX0UTU9PpTwqbz0wojq8qg=c0x00000000-cc-rp','16590124370714063921',34127),('AbFvOqmyEnmnqoYxTKXOhUjL3fLnB_hJwmAZDuyfhB6XXTgeWBq0ma5OQloNpAfYHtVmbEYKPI6xsg','This place was great far better than any emergency room that I’ve ever experienced. From when we arrived Sindy was supper helpful and efficient. Reginna our nurse was very knowledgeable, and Dr. Golla was very kind and humored us since we were so nervous. I definitely recommend and will come back here.','2019-12-27 17:06:08.746000','2019-12-27 17:06:08.746000',5,'Karla Martinez','https://lh4.googleusercontent.com/--J1hqrnCfPc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmelqyXM5SYp9QaEI9JQqBXEhYJJg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30378),('AbFvOqmYEsVIZL-RYTna-MN2GiStVMlD5aboU2aOLtSrapWvOj7znXT_pQ-PZDggdD5JAqDS8ey_Gw','I had to get tested for Covid and I also got tested for strep throat. Neither of those tests are pleasant and they made it as painless and tried not to make you uncomfortable for very long.. will go back again.','2020-08-02 14:23:50.760000','2020-08-02 14:23:50.760000',5,'Kailey','https://lh3.googleusercontent.com/a-/AOh14GhlANJ0zPKQ8u84vs7y_LRuvN-rDV9FZ_Itmf1pnw=c0x00000000-cc-rp','6521947413723274945',41325),('AbFvOqmyeumg8AOHJxIbkBLVK9IHE1jQeLg-ur845GjQvY6F-vov3VCT2NK-_szC_7DHXyL9s20Lpg','Great staff! Really convenient being able to go online and make appt, choose location, and upload insurance card to give a head start to your visit. Beautiful facility, organized, told me exactly what was going to happen and followed through.\n\nDr. Ortiz was very informative, Nurse Alvean was straight to the point, Michael was very helpful, Jocelyn made sure we were setup right and Ms. Tricia was my absolute favorite. Really everyone made sure we were absolutely set for greatness, but Tricia was really soft spoken, kind, made me laugh, let me know exactly what I’d be feeling with different fluids.','2019-06-22 19:26:40.426000','2019-06-22 19:26:40.426000',5,'Kiadra Wilson','https://lh6.googleusercontent.com/-nFfT916WrqE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmEZuB-Pgqrjok8Cxt9gKnaqgOrYA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmyevFpV75jdwoyNA7I2BewgkARQWGzWavl4uZNE7gPiutsPYdMtor885hvh4oRqx5hRnMg','Feel absolutely awful. Doctor and nurses all seemed to care and have been trying to get me in and out as quick as possible. Jacob, Dr. Vakky, and Liz were all great and have helped me a lot','2019-04-02 16:55:27.094000','2019-04-02 16:55:27.094000',5,'Will Statton','https://lh4.googleusercontent.com/-2Be0Mm6iNTM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckIWTjv6HtBsI8e6VSkMerey0xQTw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34925),('AbFvOqmyf_KcfYs4-dPZFAq5mZmsQHAQoA1y5D-GSjk8qCSgVWPRxm3Tb36cCAjXy77Y0mFBH7UkAg','great experience, very courteous and professional, no wait time at all','2016-06-16 22:53:06.673000','2016-06-16 22:53:06.673000',5,'Kenneth Guyton','https://lh3.googleusercontent.com/-IM3DeWNdPls/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmdLmiOH2pA15cCdHOZJh7_pAnnnQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37332),('AbFvOqmYF8HZZbhym812avCNr5H614i-23QCwJ5OjRneG_-Md9v5bFX0U-EhpIxQIuPl8Dy6zxiW_g','Greta team . Fast and on point šŸ˜','2020-03-12 00:26:58.487000','2020-03-12 00:26:58.487000',5,'Yomi Borrego','https://lh4.googleusercontent.com/-jMaEuIOyTYg/AAAAAAAAAAI/AAAAAAAAAHg/AMZuucna923TNVYwFZtJsDzw4jgad3-gAQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42388),('AbFvOqmyfcGRHm99o3DNHqnD_yY9U7dU-WpOKskHWndM1OcIf8rP_RsjWzLyyV7u7NsIMVyneIut5g','This place is really amazing I would recommend it to everyone I know! Thankfully my friend is feeling better but it wouldn’t have been possible without the help of the outstanding memorial city team, Jordan, James, Mildred, Sylvester, and a special thanks to Olivia for making me feel so comfortable in a stressful situation! 10 out 10 all the way around!','2020-01-30 09:18:06.978000','2020-01-30 09:18:06.978000',5,'Alissa Jetlife','https://lh3.googleusercontent.com/a-/AOh14GgR3FStmLqQuoI0wC-JjMe41Tpd_s8MqoDQdipX=c0x00000000-cc-rp','14904078213800803294',32358),('AbFvOqmYFF9dEBFrFQxLjEJlDtuQPqRReBqGzhk8FjER8lFdlAiope49SlB4vFDOiNX-5vkYPRgO','Everyone was very thorough , knowledgeable and empathetic.\nIt’s not always easy working with the general public , especially when it involves uncomfortable tests.\nFrom the receptionist who noticed I was cold and offered me a warm blanket , to the nurse who gracefully offered me water when I started tearing up , to the professional physician , everyone was amazing !\nThank you for making a stressful situation a lot more bearable !','2020-09-12 17:02:29.095000','2020-09-12 17:02:29.095000',5,'Abimbola Olutimehin','https://lh4.googleusercontent.com/--M_yiy3bHRA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckl9QStC_oIdeeEd6CBPah1rmV54w/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42911),('AbFvOqmYFOTl1Dt0VeRZJwZ0n8DA0aOzd3VzppJnVi4ftsdg8eH1lkO7rj9qiU3a1eX0xALVCBJnuQ','Great staff!\nDr. Henderson\nAlvean\nJordan\nJocelyn','2020-02-05 16:13:08.896000','2020-02-05 16:13:08.896000',5,'Sasha Wilson','https://lh6.googleusercontent.com/-YaEQS9NwzFY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnHaZp7_kjaLKWrTV7SA7OPcHA8rw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33413),('AbFvOqmYgfSlR0L_YHuqyIKjyKQkSMITFu3C75H6oyM75r2OgMzhSxrdLEfcmJTFDnyt9lnFnQCx','It was an EXCELLENT sevice as soon as we stepped inside.. My daughter had a dog bite and they attended to her before charging for the visit... I could not pay for all the services and i was still helped, sure did pay what i could and just have to pay the rest with no interest or extra charges of any kind.. From the receptionist to the doctor it was awsome services and kind assurance.. Unfortunately in the AM shift was not as helpful as the PM shift.. They said any problems within 24hrs. Will be a follow-up and no extra charge... But as I am returning the nurse upfront way different from before with attitude and no help... All she cared about was to charge $175 again... Sad how the difference in shifts changes and the service provided... ERIKA should not be part of the team to service people or be the 1st person to encounter... Unless they are asking for you to walk out like I did and take my money some where else...','2019-06-30 13:29:09.804000','2019-06-30 13:29:09.804000',5,'Erika Garcia','https://lh3.googleusercontent.com/-OWb8VWb3YYo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck8pUfqmJJdCs3bWxaCF9QmpcZ8Mw/c0x00000000-cc-rp-ba3/photo.jpg','14567670160750071148',30499),('AbFvOqmygSBpxcrdPTEq3cmN-zNPQBJECOIO7heL5eQFZnUW6nAigjQV1mDgpWgm-VSFSfpdh1X9Cw','This was my first time visiting the EC. Wonderful staff, great hospitality, and awesome M.D.','2019-10-25 14:34:53.773000','2019-10-25 14:34:53.773000',5,'Bridgette Harris','https://lh5.googleusercontent.com/-o8GgyPDagiU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmtovt8ntYI4nKA9PL7eIvyEO5JDg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33827),('AbFvOqmYHbOaSI7-JlKQzFQBeQyJ5gJ_7NsMjiLGEPkdA9c2jR0oooXivtNuVIyrchb_1CR8QV2bOw','Very helpful, very patient. I have gone to them for a few different things and have helped tremendously every time.','2020-12-25 14:37:15.698000','2020-12-25 14:37:15.698000',5,'Kimberlee Carsno','https://lh6.googleusercontent.com/-SPHcN2uxMqI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclTU3qne0u87arcZtSjhN0M5iC8Ng/c0x00000000-cc-rp/photo.jpg','2077061009497551125',44588),('AbFvOqmYhfzJUqf7SrJmZZv1AhjlxTQDuXr7lV4jx7OA_2XsC83d20Vp16tl_rAHSu_kDim8XnAu1Q','Dr.Eisbecker was knowledgeable about my issues.','2020-02-27 18:54:18.717000','2020-02-27 18:54:18.717000',5,'Skyler Willis','https://lh6.googleusercontent.com/-ExLElbUbrc0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnDhWo14Lhw6JJ5SLU6aOeoj7C1Zw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41440),('AbFvOqmyI06D4ttonviSODeT0HP4QYB0UDPr4cNJ5QmiYExdznr9_T3ZsfTnvzvHOmm36_YRI9EK7Q','Dr. Vakey, Brad, Gabe, and Anthony were a great care team for my boyfriend when we came in for an emergency. They were very kind and answered all of our questions and we will be returning in the future when we need emergency care. We would highly recommend Signature Care for anyone that needs great and immediate care.','2018-12-05 01:28:26.693000','2018-12-05 01:28:26.693000',5,'Haley Caron','https://lh3.googleusercontent.com/a-/AOh14GhHi37HLPh4onZtfE8O5FYB1kGGlxGC8LLIFG4O=c0x00000000-cc-rp','16590124370714063921',35082),('AbFvOqmyJcj1_eZSfEdLIZDVISSYKxqbZpob_xczroL97n2PgDeDlUqDHZME1hS8wJSk_wWaRzui','Signature care is ABSOLUTELY GR8!','2019-07-23 17:30:09.267000','2019-07-23 17:30:09.267000',5,'zoe lovelis','https://lh3.googleusercontent.com/-N2VuqZtIFqE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmmmplfuspTHFbE4FQTP-1SZdFEYQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39839),('AbFvOqmYJJM2Mh-fz-bB5dFymiNtGFqdeFQ46VSfW54_rjbdbuUh0jfWA56JnyaOfAXoeASm8RUksA','My sister was admitted today and Dr. Ybarra, Natalia, Stephanie and Nurse Rollie took such good care of her. #verygrateful','2020-02-11 00:36:20.578000','2020-02-11 00:36:20.578000',5,'Kae Shakir','https://lh3.googleusercontent.com/a-/AOh14Gi1uZ6L85Ka6vuSJA8vzCSN3E8z5TKLRva2V-ER=c0x00000000-cc-rp','8679688254631342173',42447),('AbFvOqmYjmqKbNPYB0J2g6XzsoG3pDwZFAuSUEnjAUDQN3gk9dI86rUaH58bNf0Q18x1-j7Ted6w','Everyone is extremely polite and very helpful. I had an amazing experience at signature care emergency center. I have 3 kids and have taken them to rediclinic and minute clinics None of them can compare to signature care.','2018-08-30 17:32:26.765000','2018-08-30 17:32:26.765000',5,'Forest Vanderburg','https://lh3.googleusercontent.com/-Uxig18_mS0g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclLExYbL71xwBCnlI9mXBeqX2meBQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30755),('AbFvOqmyJveCYeByhXeZhguBKZlE0pM2wGAuquIgsvjoesUc5earP-vsk-UUZc7H38MkAB9b1dMB','Excellent service','2019-02-26 05:32:54.255000','2019-02-26 05:32:54.255000',5,'Ashlye Bee','https://lh3.googleusercontent.com/a-/AOh14GhR3ppmI__W4pcMA2xy6PiAHFOYORRa4nO6t53aoc4=c0x00000000-cc-rp','3511292162159714121',40635),('AbFvOqmYK5xSHqfyp0P-gLvWlPhHn_W_xI_rolJxjAGMdlcnGEeWLuLcrVEqru7Woo35Mab4iryA',NULL,'2018-12-08 05:18:20.083000','2018-12-08 05:18:20.083000',4,'Emily Caulder','https://lh3.googleusercontent.com/-jPATihb1iGs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclRe-gFdte4WoBCk1Vk_yfKMJHcJw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35076),('AbFvOqmyKxIRCLweTlhXxgh-SBXIY9LUeIfPhpd8_yes0V-_lrjIR5GdZ7T3taqcapy9N2xZ3N03Zg','Great service!','2020-12-17 14:31:32.091000','2020-12-17 14:31:32.091000',5,'Amanda Sumpter','https://lh3.googleusercontent.com/a-/AOh14GgypAcUbgg1HkG6mf8qkwQarayDHXMSYwiTNVFT4w=c0x00000000-cc-rp','3272657195432704501',44675),('AbFvOqmYleri3-1U2jnzTeyhjrV-6--S25wZbJh_ks3EBgr-wEZj1nnQJzjNmLrxQwbvyQWekv2U','My experience here was the best I ever had at a Emergency room! From the moment I walked in the door Jocelyn was friendly and super welcoming. Before I could finish registration paper work I was called to the back! Super fast! My nurse Nikaela was super nice and knowledgeable. Dr. Cavazos was the best hands down! He was quick, listened, ,addressed all my issues, and explained everything in plain English! I can appreciate the friendly staff and quick turn around time! I will be coming back for sure!','2020-01-18 21:52:15.004000','2020-01-18 21:52:15.004000',5,'Landria Manuel','https://lh3.googleusercontent.com/a-/AOh14GhwmaIW7Axtk4hjl-fEnPq8IVIvP-cCALwQtpuDPA=c0x00000000-cc-rp','16389487648212004696',33490),('AbFvOqmYLj_tXAH7jmew3rcrcDXIG4wQLkZT6jZ9zHgjFKkwYRZk5HgCD_41VRTFQKD8OEg2cSeX','Keera helped my roommate right away at the front, very nice. The experience was great and helped.','2018-09-24 05:27:16.155000','2018-09-24 05:27:16.155000',5,'Julianna Machac','https://lh6.googleusercontent.com/-hZZO1I61mr8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnsndf0pt1-cD9Wz0Xanh1hiXThEQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35171),('AbFvOqmYlrNnp6gX_tZrA06c_v37e7corb4G3n-vpqC2jCChuvcZYq3j-ulBOdoNT3IFtm_-oolecQ','DO NOT GO HERE FOR COVID TESTING. My mother had an appointment for 7:00pm, we arrived at 6:30pm, she is still currently in line and the time is 9:20pm. Staff is not accommodating or organized at all. They were passing out multiples of the same waiting numbers, you have to wait outside in the heat, and we had to ask for the registration forms several times. I wouldn\'t even recommended as a last result. My sister was able to test within an hour at another location.','2020-07-16 02:29:51.941000','2020-07-16 02:29:51.941000',1,'zaynab okuns','https://lh6.googleusercontent.com/--lNMJKrthv8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucme6KsOmj0i7VwmAEOmEA8TZxNM9A/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32305),('AbFvOqmYlu-jKldAootrVeBTTdjHDFARbqygld5ikTeRsIiqLrY6xxH7pIdinHotMabPEFfYIkWU','My experience was Awesome! Right when walked in the door, Shaunda greeted me and made me feel right at home. Dr. Miller and nurses Shelli and Chelsey took really good care of me super friendly and professional.Had a CT scan done. Tina who ran the test, explained every step and made me feel at ease. Highly recommend this facility.','2020-03-19 17:46:59.019000','2020-03-19 17:46:59.019000',5,'lindsay utterback','https://lh5.googleusercontent.com/-N4lcmb0g-Uk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckFJosu-_OkkifMihTDRfyi-bhjpA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35908),('AbFvOqmylzSrsY0MlzyItPFlgFSpxVqL9Kssma7gkZDCmTqXptXajskxZsSaBuk86x5ZLgLA4NBBXQ','Teresa Jessica And Katie where amazing they where really attentive thanks ladies keep doing a great job','2020-12-12 15:35:34.284000','2020-12-12 15:35:34.284000',5,'Desha Ball','https://lh3.googleusercontent.com/-On5L9JomZew/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclfDTgZBKakzAnkAlstTxERJMtzxw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32130),('AbFvOqmYm2g0M5eYeIcPrXFY8al0MEFUmuziLtfyirfHxy5T4cu5APv-45JgUHBfhlOPEjrIUxHQ8Q','Great service. Really fast reception and the staff was great. The doctor identified my problem immediately and solved it in a couple hours.','2018-08-27 02:41:22.252000','2018-08-27 02:41:22.252000',5,'Pete Arriagada','https://lh3.googleusercontent.com/a-/AOh14GiyzoYiFAJTgfLY097XrRST1Kr3SJe32DRaFXOASQ=c0x00000000-cc-rp-ba2','14567670160750071148',30764),('AbFvOqmyM5p6tJXEgWARz9n8yIcBOnjw7Lg3Zb1Icrm9KuPIGZQDAYz6XMyk9j1GWN-ag4z479tK5w','The staff was extremely friendly. Particularly Lindsay at the front desk and Dr. Ding. Lindsay has a great personality and is very friendly. Dr. Ding was very informative and straight to the point.','2020-02-08 22:31:36.615000','2020-02-08 22:31:36.615000',5,'Jacky Gonzalez','https://lh3.googleusercontent.com/a-/AOh14Ggt9v4kwsXbq0ropmlQNCY8bJy6HsUhNLDXGabT=c0x00000000-cc-rp','16590124370714063921',34387),('AbFvOqmYn7FeV7f17FtfAz6eyN039MARihoK8xwNSdTJknPaXSzVOOKMb2jvShLrU8JKp4AMHO1Q1A','Tanishia W. was very friendly and nice she helped us with everything with no problems very outgoing.','2020-02-19 10:02:04.531000','2020-02-19 10:02:04.531000',5,'jaela hughes','https://lh4.googleusercontent.com/-OjMpabLVztk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmFV_0Vkx4_2AVNETMGT_D-y1Hn4w/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37683),('AbFvOqmYNCYYqkRZA0vOIrVyHWbs4IP5WRwDYPKCnaDczeAS07QdR34i-hdDR1l5CDbqsp6CE1tnPA','The staff and doctors at the College Station were helpful and caring. Lorena was friendly and checked me in fast. Jeri was a great nurse, very calm and kind. Dr. Smaistria was extremely helpful, very kind and made me feel at ease.','2020-10-24 15:16:39.436000','2020-10-24 15:16:39.436000',5,'Paula Henderson','https://lh3.googleusercontent.com/a-/AOh14GhkRMC7zNN87ddVxoa-fTZWk_0XET2ac7bR6A7SAQ=c0x00000000-cc-rp','16590124370714063921',34108),('AbFvOqmYnznRZus5WAz-27piifjeA_Re3XPAD2DSjSG2lSHz_NCIRGPm9teeoCFDs5kIRx3X2jyc','I went to Signature Care ER Center in South Austin today 12/13/19 and had a great experience. The staff was friendly, got in fast. I would recommend this to anyone.','2019-12-13 18:53:00.169000','2019-12-13 18:53:00.169000',5,'MaxpotatoYTT Gaming','https://lh3.googleusercontent.com/a-/AOh14Gg21ejYDc6PtxL22vMoD7hTDV6_Dmil4LbHh_WQ=c0x00000000-cc-rp','16891069708558046635',36051),('AbFvOqmYO7bxiPqYNHR7xJe0n1cliBmyQ7Q9AQV0nOezvXkaFOZ6IyEs10IoX4wJJBkMXc-WqVwrEg','Website says \"tests anyone for COVID-19, no tests, no appointment.\" I waited 3 hours on the phone to see if they would take my insurance and talked to them at 2:30am Saturday morning and was told that Saturday was booked. How are you booked with \"no appointments necessary\"?\n\nI have a flight on Sunday to see my grandparents. I have called them for the last 3 days with wait times over 4 hours to speak to someone.\n\nFalse advertising. Manipulative practices. I will let people know.','2020-06-27 07:41:20.517000','2020-06-27 07:41:20.517000',1,'Nick Mecca','https://lh6.googleusercontent.com/-_ZXarpXNaTM/AAAAAAAAAAI/AAAAAAAAAKE/AMZuucmCtOXNkzPGt8B9bPDvVrRsRwASmA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35864),('AbFvOqmYokoY_33bkPw42sD0BOG6iFDwJkR4emziYobUygnWHErk5mdaJWHvVy2UeuaWCfTNwzTd1g',NULL,'2018-07-09 21:15:38.015000','2018-07-09 21:15:38.015000',3,'Nelson velasquez','https://lh4.googleusercontent.com/-b4YXJNVe3CE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7HvMjrpdjxQDZtY3Fg9t3by3Dzg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36934),('AbFvOqmYORN1KBDq6pDJdjIfr1Zb1wof0X2HTaNMfO_DXBTJlcZfwDHdJfYb4gxDTFHJtBv7wDXP',NULL,'2020-11-05 09:35:38.216000','2020-11-05 09:35:38.216000',5,'Maria Zavala','https://lh6.googleusercontent.com/-rpDhLn3XB8k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl52aRX8hASygO2Mgi9luHeE_zhBA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32166),('AbFvOqmYOvXd1HKfPbDLhu_ClAz5-Bo8t_RQ6yiunF2cYEVDJrMxMcupV7PSJFdm3ZtGW_revUwbgQ','I brought my daughter here after work. The entire process was smooth and easy as I was so sleepy after night shift. The entire staff starting from the receptionist were so friendly and courteous. Dr. Thomas came and explained her findings in simple terms. My daughter loved it!!!','2020-02-13 06:07:26.961000','2020-02-13 06:07:26.961000',5,'kajay_ hai868','https://lh3.googleusercontent.com/-RSFgz-Dw2ZI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnbbzQ9DFwL6leViWTxnCwUqocF8Q/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28725),('AbFvOqmyps8OcqiQ_PAfV0_8easQFpmtm1dTdpUUFMqKYxDpK1oE51aKD0Pg8qYlYWpYH8SzMZp_bw','VALORY JULIA VY was awesome help me the best I give them 5 stars 🌟 šŸ˜šŸ‘Øā€āš•ļøšŸ‘©šŸ»ā€āš•ļøšŸ‘©šŸ»ā€āš•ļø','2020-12-18 20:24:16.866000','2020-12-18 20:24:16.866000',5,'Jamail Smith','https://lh6.googleusercontent.com/-yqRwX5XT_es/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucluCyOeD6vpPJbTlG8zGFxga6flww/c0x00000000-cc-rp/photo.jpg','15979470999169074295',32808),('AbFvOqmyPt3DZ3Wrghdi8k71vmZaFuYzTezmuKX76UJAh8vLwaLkGm8qb-3ztNwtXCKazkQDJAZdYw','Hands down the best Urgent care I ever been to!! Dr Harjai and his staff was amazing','2019-07-04 02:56:51.531000','2019-07-04 02:56:51.531000',5,'Linda Serrato','https://lh3.googleusercontent.com/a-/AOh14Gi1edGx2i37-KBIotKO5HjykbA9NTuQtsUES1sb=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmyr0-uyZr97LmovJzZaqzw1KSn0xxALh-E8OfSMgoahuo4Q_u0wzth2BaqgnvjSGzzQseJ','We come here anytime our regular dr or walk in clinic is closed and they’re very good.','2020-01-20 01:36:01.151000','2020-01-20 01:36:01.151000',5,'Brooke Smith','https://lh5.googleusercontent.com/-CsTQ22EBOJM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckhvVh_1WxXfxgrPcLSC8bfkgriow/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29472),('AbFvOqmyr7QnllT26VDAMJK9rlmW7rmZ4bnxD3KLgrGPpjNE6XnNT8kDpM9NAN4veQ-bcAexBp1bOA','Wonderful service by all the staff. Thanks Ashley B, Jamie and Matt!','2019-01-10 01:32:17.730000','2019-01-10 01:32:17.730000',5,'jo Mcc','https://lh6.googleusercontent.com/-Kf8qAo27d2c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7Tlnyq8GtVZ4rOHOSt4nUMFAozA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42182),('AbFvOqmYRbOWaZyR5rxtmgYXy8j4tlHjlKZxt582WO3-P8gnZRe_5Ye7NcHH8TMhntKOa70WUHgfEQ','Jose/Allision was very generous and kind and easy to talk to. Dr. Baker was very helpful in explaining everything..','2019-06-26 05:21:01.071000','2019-06-26 05:21:01.071000',5,'Yanine Muela','https://lh6.googleusercontent.com/-DxA54EK760M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMWNQ_aa5_RGXJERDNIi7L18DhaQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29763),('AbFvOqmyrKH4YjMXVPT2LwdlnNFCJ3ojEiMkQuaKbwHq-JKpNMrAfTrCzbbEIid32b4kWNDVf02tCA',NULL,'2020-08-22 22:17:17.813000','2020-08-22 22:17:17.813000',5,'Cristal Gutierrez','https://lh5.googleusercontent.com/-EnydVlBJTN4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckTJEH8GeSyFr_flGAl0Aw5c9MGbQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42313),('AbFvOqmyRl2ZqQqv1lWgumjuyV7-2cRz2tkaa2JE92K7TwUmJP5HC4QuHWafrX8QGG35CFz-MR_7hw','Great experience at this site with a wonderful clinical and medical staff: Dr. jones, Calli RN, Brenda Tech and Nicole registration.\nI highly recommend this site for your care.','2020-08-08 16:18:17.438000','2020-08-08 16:18:17.438000',5,'Ross','https://lh5.googleusercontent.com/-n92yreJwd9E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmWBetTJM0qvvazOX1GfWucV02UPw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38629),('AbFvOqmYrR3g8_Sz3uHu2oaMEcIr_p9xHyFbAhtM9_gswwAye8EMWCY7NvAHawaGH5bRx4l_4iianw','SignatureCare was amazing. They are super professional, fast and OMG so caring and understanding. I ended up having to get an CT scan which i never had before and the tech Jose was very great at answering my questions and making me feel comfortable. The nurses Pam and John and Dr. Wren took care of me so well. It was a chilly night so i was grateful to receive the warm blanket. Nurse Pam made it a personal point to learn how to day my name lol. Which I thought was great and although I missed the Courtesy call the next day she did get it!. Sibienne at the front desk was amazing also. She let me know about a mistake my insurance made that i was able to rectify the next day. I HIGHLY recommend this Care Center to everyone.','2018-11-22 07:52:46.497000','2018-11-22 07:52:46.497000',5,'Shealtra Carter','https://lh3.googleusercontent.com/a-/AOh14GiDCU_L8lupTgRLiS_gwH0b8Ybzc-BRgVqWiCDQmg=c0x00000000-cc-rp-ba4','8918455867446117794',43339),('AbFvOqmYRwDYr75Y6385sC6KjGwlsHkGEiPb_du9mHCajQWU6xyYjDa2O4xmOnqT4ozePFpc2IAK','From the time I walked in, to leaving everyone was very respectful and had compassionate care. They were very prompt with my care and kept me updated. If my family or myself needs urgent care in the future I will be coming back.','2020-01-25 20:03:08.120000','2020-01-25 20:03:08.120000',5,'Camille Beaver','https://lh3.googleusercontent.com/-vj0j-3ZweW8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclddvAKUGMk3itmJeN9J1t_ss_D7w/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35995),('AbFvOqmYS4pUO6DISsJ_agr1JgcNWgIjaSwOSpHJaUdV7OOejWjgEGz0NGAg0PaoBpmTW4rMKwp7','Friendly staff and great location. Came in for Rapid COVID Test.','2020-10-06 14:03:36.517000','2020-10-06 14:03:36.517000',5,'Christopher Aguilar','https://lh3.googleusercontent.com/a-/AOh14Gg8SZYrMo6vCUvJQshy80Jj8WN79X9WNFPWAaAL=c0x00000000-cc-rp','17898197009688164559',37522),('AbFvOqmYs5XbR89AxJzCIWD7KmQ85AfuNrWBMpdCsvfXKYtmzHxiRq8RBTPm59pEBtd6zwK7eDa8PA','Taylor was the receptionist and she was very nice and helpful. I had Kelly as a nurse and she was very informative and friendly. Overall a great experience!','2017-02-11 03:10:03.389000','2017-02-11 03:10:03.389000',5,'Christy Turner','https://lh3.googleusercontent.com/a-/AOh14GjZ3aIi0Rpk5XJdT2uXvf2sTJ7XR03BZntv0RKa=c0x00000000-cc-rp','16590124370714063921',35496),('AbFvOqmysYfWzF1G35buU81bfu-zFNTSUWB5x48khTLnZHvGQj25aHsMFIm723NR6aR3phYVswSJFg','I overall loved this facility. I went there cause my little one was in an accident. There was no wait and they took him straight in. The doctor came in shortly. The facility was clean and excellent staff. I recommend this to any one with an ememergency. -Chase Newton','2015-07-03 15:20:39.589000','2015-07-03 15:20:39.589000',5,'Chrissy Newton','https://lh3.googleusercontent.com/-1wDhuboDTjQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmuZ4DgDwCrFU_TOhf8Um7h3CieLQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42783),('AbFvOqmYTbYolHSFui6aAaEqk9fsenkd0hgS99ROM5KLYuaaCrL4cu-nm79aZjMwFMVup9AtAd9vVw','Very prompt, I was seen to immediately after entering and describing my issue. Both the nurses Kristina and Jennifer were quick to get me set up in my hospital bed and get me on IV, just as a side note they got the IV needle first try and with calm hands which is always nice. Dr. Miller was great checking up on me and following up to make sure I was ok and if my issue was subsiding, has very good bed side manner and a sense of humor. Finally Genesis at the front desk helped me get all my paper work in order and offered to describe any of the paperwork that I had to sign.\nThis was a great facility from beginning to end. I’m glad that I came to them when I got sick.','2019-11-22 20:31:42.833000','2019-11-22 20:31:42.833000',5,'zach leal','https://lh5.googleusercontent.com/-5j6wtDdt3Do/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckuSnnd2NeYLvyzN4SbV6rRe9aRDg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28973),('AbFvOqmyTd39RD7ztT3holYprLf4rmuXSvJhW2oV4cy4RnUOsdNLeane2soxqxE_ejtTxxJRTzsc','I had a very good experience they were nice and we had no problems','2020-08-02 20:41:54.030000','2020-08-02 20:41:54.030000',5,'Tiffany Edwards','https://lh3.googleusercontent.com/a-/AOh14GhcUNpOgVyBrMGZRwuV0PXMlA2dK9IHr10O1_m3TQ=c0x00000000-cc-rp','6521947413723274945',41318),('AbFvOqmYTn8kau_-RMCqWZ92fV4IskfGTUDNMg7l8t3CwegPb6XVlm895CfJHLFxHgZHjjDkvc2nmA','Great experience! The whole team, including Gabe, Townsend, and Dr Hotchkins, were very professional and kind. They were able to get me results in a timely manner. Will definitely recommend for someone who wants to avoid a facility with a long wait time!','2020-12-24 08:37:09.458000','2020-12-24 08:37:09.458000',5,'Leigh Ann Simin','https://lh5.googleusercontent.com/-5gdSgIJMFTs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckuPmS8XQk4AaA7NwhdoGlhWZ4g7A/c0x00000000-cc-rp/photo.jpg','16891069708558046635',43760),('AbFvOqmyToNEle-99Be-ebjALtcwizgc0wc4v0pMdtYV5F_rrCp0ffFm7ksIGFtmXl1YNS6zJEOm',NULL,'2018-10-05 12:13:42.221000','2018-10-05 12:13:42.221000',5,'Noemi Barrera','https://lh6.googleusercontent.com/-cgoS9uaxKCY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnkmAGte9oSyQYawakrAdTDkf2cmg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36875),('AbFvOqmytpBfQL8dWEOOdfB5opcLwIZ93DVBCcjJoMkEhsoNcm7mEiL6zYfWenaVjHozKGt3bVqt','Dr and Robert were GREAT! Friendly, helpful and caring staff. I rate signature care #1 for any of your instant medical care. Yay signature care!','2018-09-22 00:08:49.247000','2018-09-22 00:08:49.247000',5,'Eric Henderson','https://lh3.googleusercontent.com/a-/AOh14GgQZsWQuknf76mldXI6D6tUROwOtszlpGa17tj5IA=c0x00000000-cc-rp','8918455867446117794',43359),('AbFvOqmYTxrumkE343FLbONm1wl0374RdzoYcgXCL2bE62wXywW27t83tlhI3jJcIbYC7_VcPYbG',NULL,'2020-11-22 16:50:39.255000','2020-11-22 16:50:39.255000',5,'Michael Pressnell','https://lh5.googleusercontent.com/-Bki6NmUsZHI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucluB9wkDjVF_Ml7kZtU3XQ_TasPUQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39441),('AbFvOqmYul7kPQUUnPML0ulAS57iLNYc4-wzCyScLKZ73U0Ez5jXr5qFKNq9XyB_82Ipd-lSr1XI9w','Nice and friendly. John and Sam did a fantastic job, explained everything very well.','2020-08-18 20:51:11.757000','2020-08-18 20:51:11.757000',5,'Johanna Crisostomo','https://lh6.googleusercontent.com/-HbZODhs-g_w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckc-3s-pI0uXLm69czzAyiWcvezjg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38574),('AbFvOqmyuLbUehz8AhBfwPvV59aVqIgeH2KaZYeJcrwyEawJs_FPvHSraFWluTnMahFtCoYs6uZIBw','Very pleased with this location. Dr Boester and nurse Joseph & Vivianne provided the best treatment and friendly service.','2019-12-20 15:52:47.666000','2019-12-20 15:52:47.666000',5,'Monica Mata','https://lh3.googleusercontent.com/a-/AOh14GgXg7LE1kjrwPvGhKyOB36MyD-uoI4IS4nCnRUurw=c0x00000000-cc-rp','14567670160750071148',30393),('AbFvOqmyUlcK7JiHjpgeAQ92mhhPxB3Y6iY4kab5WKNRp79VFl4c3AxctOG7L33VA-rLbsB1pDhXiQ','I was the first patient to come to the ER and they saw me right away. Josh at Registration was friendly and helpful. The ER tech, Jonathan called my name and escorted me to an exam room. Once he identified himself, he immediately explained to me what preliminary tests they would run, UA, CBC, etc. They immediately brought me a warmed blanket and allowed me to sit anywhere I chose. Before Jonathan could finish, the RN, Dana, walked in. She began her exam, asking me important questions relating to my visit. She listened while I explained my pains and did not interrupt. She then informed me that the ER Physician would be right in, which was soon after she and Jonathan left. Dr. J. Smith walked in, introduced himself and began asking questions about my pain. He wasn’t overbearing and didn’t stand over me and some physicians do. He sat down in a chair across from me and talked to me as if we were having a casual conversation. He then began a physical exam and it necessary to order some further testing. And I like that he left the floor open to ask or say anything further regarding my medical history and how I was feeling. Next, the Rad Tech, Hoan, came by and escorted me to the CT scan room. He stopped and grabbed me another warm blanket and was very nice to cover me up once I was on the scan’s bed. After the scan, he walked me back to my exam room. Dr. Smith came back to deliver my results. I really appreciate his warm and friendly bedside manner. Overall, my visit has been pleasant. They listened to my complaints and took action fairly quickly. I KNOW I would not have had this level of care and attention at a hospital ER!!!','2020-11-24 15:21:31.680000','2020-11-24 15:21:31.680000',5,'Ashlie Bausley','https://lh3.googleusercontent.com/-m20xt2oxA8o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnd7-3j9nNfPkrx34EsjZZ1PcP97w/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32146),('AbFvOqmYVHTrdweUCG_XRk2bpEF8y7kkR-ExT6bcM8cgAXTBjt88TD8LmkqskJkugYjoXnuxXKmWXg','I am never going to an emergency room again. I have been here for less than 30 minutes, I\'m already in a room, had xrays done, and waiting for results.','2017-12-19 22:50:17.333000','2017-12-19 22:50:17.333000',5,'Samantha Guzman','https://lh3.googleusercontent.com/a-/AOh14GhCTztCNwGMJF9Hr7oNY-HB9xkryyzfu-np6C48rw=c0x00000000-cc-rp-ba3','14567670160750071148',30925),('AbFvOqmyvWp1mfUla2Yv8tTIw4KXP1D44AT_oB92DhjUhqQNwKoT_ZuSLDt3n1hpZoWlDTIQuA3-OA','Everyone was so kind. The Registration Darnisha was very informative. I was treated very well by Dr. Spangler, Nurse Tristan, and Radiology Tech Quyen.. Great group I felt very welcomed. There was no wait time, I was seen very quickly. The facility was very clean and comfortable.','2018-09-11 14:19:31.366000','2018-09-11 14:19:31.366000',5,'Courtney Sneed','https://lh6.googleusercontent.com/-mBnLFwh7Dd0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclaKm4Gh6AnrzArSOjMyouKng1iaQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29198),('AbFvOqmyWGECLpoaKIDlcv8NgvUSY3eGCCIkZheMDORRS3g4ijn2zc8tTReWIVNZPOzAlKRAa2Nq','Every staff member( Kimberly p, Vanessa z, Christopher c, kelly b, reginna l and doctor miller ) was kind , caring and very prompt . I highly recommend this emergency to everyone','2020-02-07 18:19:00.061000','2020-02-07 18:19:00.061000',5,'Shumeria Gains','https://lh6.googleusercontent.com/-ZIE8lLzjiqo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7O1B2k4bKzAAhWirUI3lSRz4k7g/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30262),('AbFvOqmYWm3CE0sLMUkcAxsEU4fQtW3dbuKPNV59B4cPTDauEiVQjrJB504mkwxP8V_Y5G5v-cYc','My experience getting the rapid covid testing was great! Didn’t need an appointment, just walked in and was able to get the test quickly after. Kevin was great and really thorough!','2020-09-24 20:26:20.220000','2020-09-24 20:26:20.220000',5,'Morgan Baker','https://lh5.googleusercontent.com/-DGvGIUG9770/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-1ShQwLP66Ap6kWo85BgIjkkzVg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31615),('AbFvOqmywVCpcN622J7np__WEGqwlqOkoWfQooLh7bramtKwnQ3ACdsnyzdG_tZ9oN5knRV3cGL8_g','The whole staff was great! Tanisha has great guest service. Will pass up other emergency locations again to come get helped here','2019-11-20 03:13:53.416000','2019-11-20 03:13:53.416000',5,'rendell thompson','https://lh3.googleusercontent.com/a-/AOh14GiOyl_DmqzH6OOwGiY5YbBpshUOj5hh5moJJCyy8w=c0x00000000-cc-rp','17898197009688164559',37864),('AbFvOqmYwx05hfLDKwn71auEpYvi9MeV3VQPZggniKaS8G7ctV806m1NJGea5MHpWwS0Xn_zmiTO','Came in for rapid covid testing. Please read and sign documents that pertains to how you pay. Since I was self pay the insurance questions didn\'t apply to me so I didn\'t fill it out. The staff was nice and professional the facility was clean the doctor was prompt and since I called ahead the call center let me know that the wait was not high at this facility.','2020-09-12 20:32:54.130000','2020-09-12 20:32:54.130000',4,'Baby Grant','https://lh3.googleusercontent.com/-wtxSgvlxqGs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclrmbeevZlxNO8jxgCddz6jH5fMOg/c0x00000000-cc-rp-ba4/photo.jpg','17898197009688164559',37558),('AbFvOqmyWxWt-gPRzPNZMH1GALEPJS1e1R3-J6wYJLNCFfpZpTIXV_9UN08pzG_kMxXRcIhWfHZrjg','Clean facility, friendly staff. Josh was very polite, answered all our questions, and got us taken care of in a timely manner.','2021-01-16 02:14:37.787000','2021-01-16 02:14:37.787000',5,'Zachary Hubrel','https://lh3.googleusercontent.com/-C0TyirOP02s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclgWz762liG5B_A5kt8HfsIg73yDg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44615),('AbFvOqmYXGP2XO9t97fBC4gxc1MM_Dz3icBUfFKvvn3roPUqrB4OPjGjR4BOupIEx5icS7WN5BS-8Q','I love this place. There\'s never a waiting period. Very attentive staff. Dr. Thomas, Sherri, Toni, Bryan,Ricardo and Amanda are truly caring and goes above and beyond.Thank you guys.','2018-10-18 02:26:57.010000','2018-10-18 02:26:57.010000',5,'Erica Kizzee','https://lh5.googleusercontent.com/-Xu0ZwgPdQc0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnR3Ubv-fc8Bno0jUTSAnojjS4vhA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30687),('AbFvOqmYXQVh-RQpi5n4wSlwonsVrqUhdtmfBInxKpumFSn7tQ70TLHV6Dsh3Oh9M8DXEBuLsbdy',NULL,'2020-01-09 01:30:12.171000','2020-01-09 01:30:12.171000',5,'T Jackson','https://lh5.googleusercontent.com/-_23213FW4Yo/AAAAAAAAAAI/AAAAAAAAAHw/AMZuucmQDu8svNvLZ8gZ3kGdiMwmf1LbxQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37755),('AbFvOqmyXY-QwB2CkaOeIXR4ft-KjEWimCMfV10tuILQSkx_AERa49jxwlphtNR1NHK4H94hADS2MQ','I\'m new in this area and was feeling horrible,and I don\'t have a primary care physician just yet so I stopped by SignatureCare Emergency for what I thought was a common cold , but was the Flu and strep throat, but needless to say the staff was amazing, from the wonderful hospitality as soon as I walked through the door,(Patty) ;Dr.Henderson, Nurse Alvean and Tricia were just as wonderful as the receptionist and were very thorough about what they were doing and always asked if I had any questions or concerns , now that\'s very hard to come by nowadays. With that being said I would recommend SignatureCare to anyone !!\nS/N: my estimated wait time in the waiting room was less than 5 minutes , which is a BIG PLUS!!','2019-09-20 08:21:48.698000','2019-09-20 08:21:48.698000',5,'Ikedria Young-Muckleroy','https://lh5.googleusercontent.com/-CPAFwi0Yop0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckVAZIM7bh9FW5372gSbRgOlMNVeQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33944),('AbFvOqmYy0Z_9qoDRm7JNxS11CVrq0LNEKU5w3ocZ4AUghWHYMVOEJiTYaPQ4pXl5fNIxUOvvj9pzg','Just wanted to leave a review from my experience last week with my husband. We had a pretty serious situation that caused him a lot of pain, and I was nervous going to an urgent care because of cost. They didn\'t make him wait uncomfortably, they got us right into a room and immediately had a nurse and technician ask him preliminary questions and get comfy however he wanted. The doctor was super friendly and knowledgeable, and then they performed the procedure right then and there. He went back for a follow-up and they provided him with instructions. So far, so good as he\'s been healing up. The price tag was way under what I thought it would be too. Super thankful for these friendly professionals helping us out at a difficult time!','2019-10-22 22:28:13.662000','2019-10-22 22:28:13.662000',5,'Ariana Gurel','https://lh3.googleusercontent.com/a-/AOh14GjwGEumCRJOmwYmSAkcaD6llYBDmG660iC3dSLKAQ=c0x00000000-cc-rp','14567670160750071148',30429),('AbFvOqmyy9zkmq6qirEXWD0apoCY9L17juDq8IqMSje4ylu_cYghqUcaRTaR-asqnfnrtaUg4N7l','This is the best medical care facility I have ever gone to. They helped me very quickly, on both visits. Every doctor that I have seen has been so very kind, and I received wonderful bedside manner and service from every single nurse and staff member. They really care about how you are feeling, down to the smallest thing. I don\'t think you can get any better service than this place. It\'s extremely convenient, only a few blocks away from my house, and you are taken care of in an extremely timely manner. I will be coming here from now on for all of my urgent medical needs. I love this place and I am extremely grateful to the entire staff.','2019-07-05 20:39:51.018000','2019-07-05 20:39:51.018000',5,'rawwritsrachel','https://lh3.googleusercontent.com/a-/AOh14Ggf6Aty8uS3ek7HlVIEBsf_pNNV1iH52DvMl8HH8w=c0x00000000-cc-rp-ba4','12541597562633926366',29084),('AbFvOqmYYf4c9BC8Jy8TPRA326tDJQvoPvnG0DYmEoehUT97_6xGSEBEK1d3wr6cAW8P6j5QbVP2',NULL,'2019-03-01 15:43:04.207000','2019-03-01 15:43:04.207000',5,'Gabrielle Rodriguez','https://lh3.googleusercontent.com/a-/AOh14Gjc6UrHCjaPOKiefSLeKaSmH3kcpcCOjX0UJjyjqQ=c0x00000000-cc-rp','6521947413723274945',41757),('AbFvOqmyymNi-2bRB9h5gF0CYmoBNIXSQu6efb_UGSGm3Mu3GPMPc0u8yWgCxn-NucJilXj9ZZ9ofg','Had the best experience here. Dr. Sylvester and his staff (Robert, Rachel, Ralph and Amelia) were all nice and professional. I recommend everyone to come here when seeking medical attention.','2018-09-12 08:32:14.498000','2018-09-12 08:32:14.498000',5,'Emili Castro','https://lh3.googleusercontent.com/a-/AOh14GgCpIP6bXB2CKeOdH3Kl0UPuEYeaDrKnyRdyEmM_Q=c0x00000000-cc-rp','17394740196501090048',36899),('AbFvOqmYYn34Apn09gkvYgPhaZcVNDLAYX5p_MvAkOCmGz7REToG8lp78YWA9zivPzCscJueNrtd','Easy online appointment process; staff was friendly and quick to handle my paperwork upon arrival and explain insurance coverage. Great service by Amy, Jas, Chris, and Dr. Rodriguez.','2020-08-01 21:16:30.028000','2020-08-01 21:16:30.028000',5,'Elizabeth Reza','https://lh3.googleusercontent.com/a-/AOh14GgjQDONh4LusTtnBy3bsdOlj4J5z2llNiwpiYCzicI=c0x00000000-cc-rp','8679688254631342173',42341),('AbFvOqmYZCLrNgyz3L41-Ub69_DADv7tB2RGrQ_yuM4ZdRHLUkMxlo5caKTW6jHud7auxZ3g_dxDoA','Dr Das and his team were amazing!! So thankful for this place!','2020-12-24 21:21:55.590000','2020-12-24 21:21:55.590000',5,'Jennifer Armstrong','https://lh4.googleusercontent.com/-rIpm_zClUN8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckqXF6R-7I6SvHb8gDPZwWs3wQxTg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',43803),('AbFvOqmyZhRoPWyvBl8FyEJqQVeuUr5kLXRqRUJ8odHr4oKHpnfDHxuop1imrCF5HljDmoHawyVi','This has been hands down the best clinic I have visit in the Killeen area. The staff were very nice and their service was fast. The nurse was very polite and loved what he was doing. No waiting to be called and went direct to the point of my illness.','2020-01-27 10:35:09.021000','2020-01-27 10:35:09.021000',5,'Jose Guzman','https://lh3.googleusercontent.com/a-/AOh14Gj-Z2qA0GMpMYmdouErtuC-WNJonhssfl7PLgsu=c0x00000000-cc-rp','2694018788013845459',39150),('AbFvOqmyzMffuiY7kpdEPMS2w317OlWbvOYymhRYZfNf9mmYoVkCFmsZO2bKHOHt4Ji7MCZP7kHT6Q','Excellent service! Nicole G, Brandon Williams, Kelly, Bre M & Dr. Souman were all fantastic! Great bedside manner. Have already recommended this place to others and would definitely be back if the need arises.','2020-01-12 12:30:49.936000','2020-01-12 12:30:49.936000',5,'Leatrice Coleman','https://lh6.googleusercontent.com/-4Q19__1KSOw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucltL_lLIccUYZuDB1XPdlvtyFNS9g/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30345),('AbFvOqmyZxym_VmqAZjYxS3Kf0ooQJHT16RqeReAbYyUqhzMb-fxZpJogFGEYvvoti4BnoQrDv-kFg','Everything was awesome and quick! I am happy I came here instead of ER at a major hospital. Everything is cute and updated. The staff are friendly and helpful! Highly recommend!','2019-11-29 20:46:21.707000','2019-11-29 20:46:21.707000',5,'Kayla Holiskey-Cox','https://lh5.googleusercontent.com/-CJgJmkExVsI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnp3GM93ELhU1SQc7iQRaLiwqfrBw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39198),('AbFvOqmz-a3iaAA-j8j2iNDP9iRx59EIHZDmWHlnFcp3hQza8aYf1bZyK_fEHjqpBfdEm9QFEK04','Sindy was very nice and got my niece seen fast and the nurses and doctors was also patient and didn\'t take long I like to thank the staff for helping my neice Doctor Singla Nurses Reginna and Mayra Rad Tech John and Tech Natalie','2019-09-04 22:36:23.045000','2019-09-04 22:36:23.045000',5,'Evelyn Mitchell','https://lh3.googleusercontent.com/a-/AOh14Gj9dX_k22QT3spq4frjWi4mq9nwqgSGOUpxt-Ow=c0x00000000-cc-rp','14567670160750071148',30470),('AbFvOqmZ-CdOQ9FBpFCfYdIMPovo905l_9Cc3Urul4otSUhdOKPy5jOVFSt-Y5zkuoiRTTOm-tn9','I Came And Patricia Right Away Helped Me And Answered All Of My Questions. Very Friendly And Made Me Feel Welcomed. I Came To The Back Right Away, Little To No Wait. Alvean Helped Me When I Came To The Back. She Made Me Feel Super Comfortable And Made Sure I Was Okay. I Strongly Recommend Them.','2020-01-30 16:22:26.203000','2020-01-30 16:22:26.203000',5,'Karma Marie','https://lh3.googleusercontent.com/a-/AOh14Gik7qn9UZaarnuOAckiWO9g_omcF1fr44RbLuG2=c0x00000000-cc-rp','16389487648212004696',33426),('AbFvOqmZ-IstgwWh4xs7NKsyt-Slfd8qrBhdPDWt4LYsSchkwn-nYgK-L4BD8_wSqHfjt_YpYSyFqA','Service was amazing! Staff made sure patients were taken care of in a very respectful manner. Impossible to leave this facility unsatisfied.','2017-11-14 00:16:12.729000','2017-11-14 00:16:12.729000',5,'Dawson Stone','https://lh3.googleusercontent.com/a-/AOh14GhTO6s2nFnumEdymnKFdyHmj_Kg30pmn_YeSVSW=c0x00000000-cc-rp','16590124370714063921',35354),('AbFvOqmZ-lMccHqYKmPyk9LyVH-BWzl6MLM0e0PQPSR-oaNdGe3TG42Kc0c-sLiqwnFqx_NEo40R','My husband and I came in, and we were honestly worried we would get stuck at the doctor like all of the other places in town. It was quite the opposite! Naomi had us checked in and in the back before we even sat down. Jacob and Tori were caring and knowledgeable while gathering symptoms, and before we knew it Dr. Vakey had my husband checked out and diagnosed. Dr. Vakey was helpful in explaining what was going on and why the treatment he was prescribing was appropriate. Before we even left the room, I told my husband ā€œI’m sold. I won’t go anywhere else again!ā€','2019-10-12 16:40:25.909000','2019-10-12 16:40:25.909000',5,'Sarah Jordan','https://lh3.googleusercontent.com/a-/AOh14GjWjSxKFPXuPbcpuwuUG29XoZmsW51ARh5buzfP=c0x00000000-cc-rp','16590124370714063921',34620),('AbFvOqmZ0IRl4pG7okA4eh6SXGKuT4qW34gMXthCpcOkA6_0psx1h-E4Ac-nntd_WPWGwNRdSzkFPw','Dr.Das was very helpful and patient and such an amazing Dr.! Definitely will Be using them for other things!','2020-12-21 18:48:28.222000','2020-12-21 18:48:28.222000',5,'Faith Carpenter','https://lh6.googleusercontent.com/-e4UDLAebd0U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnbbgEFNT3DMX7IIQxyY97OZXZivw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',43636),('AbFvOqmZ0P54IqKnfaW1UFV7C1ZXTf_1BCZ99pFRr28fn_jrSM4rOiAQIZcGCyi13S4gk8g4Fz36',NULL,'2021-01-23 19:22:00.079000','2021-01-23 19:22:00.079000',5,'Matthew Krall','https://lh4.googleusercontent.com/-mvxkVGrsKkQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnhFgU-QZ34XT5_qpRjAhZImFQtKg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',44687),('AbFvOqmz0Pc2X9C8CFmhPlep8HB7dlOs_to9NOHessrDOk014XekWOoGLM5c-PyGaGl4tPa7nYSl0A','Immediate response. The fast treatment. The smile, courteousness and care. Yes I will go back. But I can not conclude for now until.......\nYes the reception was great.','2017-03-11 20:02:06.679000','2017-03-11 20:02:06.679000',4,'Glory Taboh','https://lh5.googleusercontent.com/-CWTv921wnb0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclmSD0Wp44fRIiHe_22jjJAEa7viQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37198),('AbFvOqmz1ijxatNtnHsE79tTxD8u4XX_rA4Ex_1I4_V_-NNj6v-lZKSXx3O3VV7ADDgO01oy1gZQgA','I visited SignatureCare ER Center today. Within minutes, before I could finish the registration paper work, I was placed in an exam room and immediately was being accessed. The staff, from the moment you walk into the door until you walk out, are very friendly, courteous and helpful. All procedures were clearly explained before and during the process. Dr. J. Thomas listened attentively to everything I said, then proceeded to examine me and explain test she wanted to do and why she felt they were needed. She was so friendly I did not feel like I was talking to a doctor. I felt extremely relaxed during the entire visit.\n\nA major feature of the facility is that they have all of the state of the art equipment needed to handle your needs! I had an EKG, Cat scan, chest x-ray and blood work done without leaving the building. This meant alot to me.\n\nI will definitely use SignatureCare again, if ever needed, and highly recommend them to anyone needing emergency care but don\'t need to go to a hospital ER.','2017-08-20 03:41:19.628000','2017-08-20 03:41:19.628000',5,'NANA T','https://lh3.googleusercontent.com/a-/AOh14GjE6IIdvydN2Nq712Whae2fyB6qdUfB9U2ImHXrcy4=c0x00000000-cc-rp','14567670160750071148',30980),('AbFvOqmZ1l7FYylp1Xpdd6o1G5eMEyZlRMb_x4uZ8bE4T0sIuEJZ4LeJOuDg0xF2MwJsG5H0XkX1Yw','Dr. Pham, Patricia, and Ekaterini were incredibly efficient. The facility was really clean and everyone was very professional. They took great care of me!','2020-01-23 23:36:22.853000','2020-01-23 23:36:22.853000',5,'Allyse Rivera','https://lh3.googleusercontent.com/a-/AOh14GiEcIqksJQgZjCOR8_tpgKh1eLhxu_LiKPpSkK2=c0x00000000-cc-rp','16389487648212004696',33463),('AbFvOqmz1xiOFZo6_WZqBnMz9mLrMDi5mvJIPxfuB41dug96Nx0kr8k7q3Ff31U2odhkhFZqo9q2','It was fantastic service ! Friendly and very welcoming place to be.','2020-11-06 00:26:21.189000','2020-11-06 00:26:21.189000',5,'Thomas Mayo','https://lh4.googleusercontent.com/-FNuVjFqAOHo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl10ltJ8iQ2xCjqesaoZNHKtNMZKQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41849),('AbFvOqmZ2uQD3vD5Y5TSojRJrBV66-S8uPTKxc5dbts0x2F27OO0LMjXrEjzn3jH2aTaWj9PipvAeg','Amy and the whole staff were amazing','2019-03-10 01:52:21.895000','2019-03-10 01:52:21.895000',5,'Janee\' Nunley','https://lh3.googleusercontent.com/a-/AOh14GgTkcKhLUPHKmVwWUbBWLsPtOB8pb1bajoUE01kcto=c0x00000000-cc-rp-ba2','3511292162159714121',40627),('AbFvOqmz2ZbCN6-SIVKMt5dS9kO8ZwDNJtNJNDLgyj1BTBHPci4wwesuQB3Rew1ymh_ld8M7HgcxDQ','Thanks Tanishia, Angel, Henderson, Susan, and Laura. You guys for great and spent a lot of time with me and were very patient.','2020-02-19 06:57:54.910000','2020-02-19 06:57:54.910000',5,'sautaria W','https://lh3.googleusercontent.com/a-/AOh14Gi_Tq-nS7BlLTWuqiXfkKz8dV5QyWHTFD6O74mfQw=c0x00000000-cc-rp','17898197009688164559',37684),('AbFvOqmz4wf3zLrqOk4_x2dGzY3urVElTa1jUyXO3BA5RUqEB9vzdx6_cGEeMkH1hscZqfFoNxCB','Great staff','2020-10-22 04:42:11.078000','2020-10-22 04:42:11.078000',5,'Ayo Fashoro','https://lh4.googleusercontent.com/-PukLtULMlNg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl5xS1exbqmSA6Gq6H0tpeH9nlIsQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40129),('AbFvOqmZ6b8_an0kp6ncFdr4UKCaYMx-bxD2NN7bKyoPbRZ6yTaPNxqTVVJGYou-9VHeMAA6cwMmYg','Great experience at Signature Care in Paris. Brenna, Jacoby and Shanna were all very welcoming and courteous!','2020-11-05 21:39:44.641000','2020-11-05 21:39:44.641000',5,'Clay Cox','https://lh3.googleusercontent.com/a-/AOh14GgI9oPZYVUnc97IOtT4pGggSkuPvvDAzEcWtyuM=c0x00000000-cc-rp','8626688543755174284',41857),('AbFvOqmZ7_4GyF-n_PlAIySsZgTGSt8L87e-dqkF9Hz6gd3WEr4EymS9tReD8qzKmcRdbI7syEYX','Christina R, Clay and Dr.Elsbecker took great care!!','2021-01-25 22:09:52.441000','2021-01-25 22:09:52.441000',5,'John O\'Dwyer','https://lh5.googleusercontent.com/-IZCs8IUWcyY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclAb8zdWF9KCxzJBdfNMkuh8u9ahw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',44403),('AbFvOqmz71c_GOsZPiVPRCaTRTIMmhdTxL6ocm_RWjt3YV64mclLsME-qNCzyTX6zvPGCuRUSMLv','Everyone was helpful , very great staff warm welcome I loved it , I waited 5 mins and I was in the back','2017-08-01 19:06:19.146000','2017-08-01 19:06:19.146000',5,'Ylonna Vaughn','https://lh3.googleusercontent.com/a-/AOh14GhbvLA0UIKEPuY32WLjDM2hZcN6eOtJitkccQt9UQ=c0x00000000-cc-rp','17394740196501090048',37106),('AbFvOqmZ7VEYOlrL7i_RZaY3PmzR_WZYpnVdcLzjITi3YgfoYP_G7AL1NCPjWFLg_N22t1b0UpPxkA','I was greeted by Kendra early in the morning and she was very kind and welcoming. My treatment by nurse Brad, Dr. Harjai, and Stephanie was excellent. I felt respected and always enjoy coming here when needed!','2019-12-26 14:38:09.939000','2019-12-26 14:38:09.939000',5,'Tiffany Truong','https://lh3.googleusercontent.com/a-/AOh14GjrePA_BCNG3hqvMFhxH9ETKN7YCO_LntEwun8=c0x00000000-cc-rp','16590124370714063921',34485),('AbFvOqmZ8G3wKayBUCv2vfuBH--b1063W1rGDZGe-_cOB1cq_GcQjh5-3mv30Vu5h4ztrRd8_OSeUQ',NULL,'2019-08-24 15:45:58.084000','2019-08-24 15:45:58.084000',5,'Kassidy Luck','https://lh6.googleusercontent.com/-Nb_SWndg0H8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclmhCT99JVpPAG3ebnmUQaC4GnLdg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34711),('AbFvOqmZ8X5i_uRH7FSK2tk8ZCz5Np3vEnorg1mbZx_RC96NoYcvXtcsYQl-YV_Yu-9zD6psp4tgmg','Awesome staff, superior customer service. This place is amazing. They also have snacks for the patients.','2019-06-04 23:15:49.956000','2019-06-04 23:15:49.956000',5,'Sal Diaz','https://lh3.googleusercontent.com/-4E4ZqFFyWG8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucljEp2rYruzP5fEaMFVJdEA99IpZQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32465),('AbFvOqmz91jXVR4pQZqUvziSaYHNTuDRhmQf4whhf2y_O8sc7S8ceIbGWOH0BRGB6dIOFpBXqal1',NULL,'2019-09-05 02:57:11.017000','2019-09-05 02:57:11.017000',5,'Bones Sanders','https://lh4.googleusercontent.com/-6_B78t-VKks/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucknhrl4fbKeOfqawK9vVtDt1g23Rg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41614),('AbFvOqmZ9ztGeHg0kda9GThwn9Yk75EYl4hanfcwzLFAR5H-zpnEfckgk_m4JbkoTQL5pHrg1o1Z4w','Excellent service thanks!','2019-10-24 18:40:20.384000','2019-10-24 18:40:20.384000',5,'Crits Tapisquen','https://lh4.googleusercontent.com/-IrJD2Q5Lcu8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnR5dUvL_dpF3iYNhWiGBBBaOi1tA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33834),('AbFvOqmzA91rODz3vc-PT-Y6pY2mLnpdjtgAOQtFY8yg0bzLQWybCNTgslEhzJQWTyNedvj42Vl6tw','Great as always. Staff and receptionist are amazing. McKenna was absolutely amazing John bell is great.','2020-02-11 19:45:19.520000','2020-02-11 19:45:19.520000',5,'Patricia Hopkins','https://lh3.googleusercontent.com/a-/AOh14Ghv4btVlH12ufwp30V6Vf_q8Aj6_ThKc-W82S3w9Q=c0x00000000-cc-rp','8626688543755174284',41942),('AbFvOqmzagdDDeBE8K0Rsts5y7HXJmSsv-ZaPZJ9wi8gH-LmS5DXT5g7QjxQTahRb2PwZZpMEFJrsg','Very caring and informative. Excellent customer service and much quicker than a traditional ER. My nurse Rachel was the best.','2019-04-04 21:48:03.584000','2019-04-04 21:48:03.584000',5,'coreiona george','https://lh3.googleusercontent.com/-FiO_D6tBMrU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMxNujBctK9IhBad-IWiiJGQbtOg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38223),('AbFvOqmZAse3pi7uLW2vTElSvpEzJjEM6kZZugA0wl79Vinlua4CWvCuzsYO9Iz0NIbXoGI8QRKy','Great experience. Super clean, very friendly staff and the fastest ER visit we have ever had!','2018-05-21 16:37:21.476000','2018-05-21 16:37:21.476000',5,'Becca Luedecke','https://lh4.googleusercontent.com/-46IeA26XjP0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmH2kND814tqOzuidNWOfz134Wq1g/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36400),('AbFvOqmZB8I5COatikr1M-r6P2ff1V-tCcJ_iAWulPYLJavIfb1_vziYI4fcUcA9PwM-EvfD6KbO_w',NULL,'2019-09-23 19:57:52.677000','2019-09-23 19:57:52.677000',5,'Cameron Eldridge','https://lh5.googleusercontent.com/-lyRtRT9_yzQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm0PkNu74W4pGnV5l77CcpLUZrtWA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34652),('AbFvOqmZBnxqwNPKTlVxQIUax2KptbVRBXiIny9nJcCuH2J4dwlUusG640nZjBkI2W-NJExaCD5-','Just visited SignatureCare ER for the first time and my visit was everything. The receptionist Patricia C. was very welcoming, & Dr. O’Malley was very thorough and caring. The staff; Nurse Ekaterini, Rad. Tech Jessica, & ER Tech Stephanie was very caring also and made sure every question/concern I had was answered. Not to mention I had no wait time. I will definitely visit again if needed & refer all family & friends.','2019-10-07 23:47:32.194000','2019-10-07 23:47:32.194000',5,'Megan Aycock','https://lh6.googleusercontent.com/-Lv4S3aFZupk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclf7WNAU-mIhX2UsyAyCGRg_xP_bg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33900),('AbFvOqmzBO-KZsx5sMT9oRDG4DdUkJnLfE9xUZ43hVc2_loH_3YxYQSz9_tRrlrc-439S8VLWhzdPw','I initially came in behind flu like symptoms. The lady at front desk stood up and greeted me, she was very polite! As I gave her my insurance card and ID I began to cough really bad could barely talk and she offered to complete my sign in for me and called the doctor right away, so there was no wait time for me. My BP was checked and extremely high for my age so they took that very seriously and requested blood work, x ray, and CT scan on my heart. They went above and beyond, even kept me overnight! The only problem was that there was lack of communication. Every time they would come and get more blood they wouldn\'t say what it was for I would have to ask them. But overall they do better than major hospitals, they don\'t just see you and write a prescription, then send you on your way! They actually take there time and run tests, bloodwork etc.. to make sure you are ok before sending you off! Thanks to the nice staff, warm blankets and Dr. Grinblatas that was on call that next day for being so caring, attentive to my needs and concerns! Thank you!','2018-05-31 01:45:55.775000','2018-05-31 01:45:55.775000',4,'Babyface Beauty','https://lh3.googleusercontent.com/a-/AOh14GieanjsOjQ3bjEDQLfTsA5pVCfHnbkSKVaNa68dmo8=c0x00000000-cc-rp-ba3','8918455867446117794',43391),('AbFvOqmzBzXzeAFHbTaVrq_7XoVZZC86J75UDBole4mz8peozBRQZs3Rchi3MZe7R4SWQDzpyAeQ','Memo\n\nDate: December 2, 2020\nTo: Physician’s of Signature Care, Westchase\nFrom: Tracey Valencia, JD and Gabriel Valencia, MD\nSubject: Patient Care\n\nLevel of care was not properly set established or adhered to.\n\nPatient was not given her current night meds to continue.\n\nPatient was told when her departing plan would change it was bc she is taking said medicine staff did not administer (as well as others) thar were given notice of.\n\nPatient was given a lack of continuity of care.\nThe night of December 1 Patient was given a set of taken home instructions.\nThe morning of December 2 said instructions were dispensed with and patient has to advocate just to her part of her initial take home orders given by the previous physician.\n\nPatient lack of care and regard - rushed out.\nPatient was not asked how she felt.\nStill groggy and tired to drive immediately.\nPatient still had stomach pain.\nBut with the Physician and Staff in December 2 - patient no longer want to bother if not literally dying\nThe day went like this - it’s morning l, get your x ray and bye.\nNot even a nice would you like a water (since you have been here almost 24hrs).','2020-12-02 14:27:10.190000','2020-12-02 14:27:10.190000',2,'Noah Valencia','https://lh6.googleusercontent.com/-SgiogjQVRac/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmB5puk_oj5p3Yg3kthbJusaW060w/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28431),('AbFvOqmzC0_pJ8TP3GJM_wHX8i--RPwm5gQYiIWQTOfblVxbElohUcTgjibpt3esJgwXS1gAVAVU','Amazing facility. Free food and Alexis was amazing at the front desk.','2019-02-14 04:48:59.135000','2019-02-14 04:48:59.135000',5,'Bryce Adams','https://lh5.googleusercontent.com/-VCWit1EWBek/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmhxptW0NTYgtIuAzIosDNlfUAQQQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35009),('AbFvOqmzC2MqwwfqRLi19QWYPibxbhjPb3ENrPPAaAldZA5gaukMBxSIxI_5zSlP3RAJF8EV6W9y1w','They are so hopeful and confident in their work. The atmosphere in the back with the nurses are wonderful, very thoughtful and super understanding in what\'s going on with u. I had several chances to attend other places but this is the right place if needing help.','2020-11-13 22:56:22.320000','2020-11-13 22:56:22.320000',5,'Eric Charles webb','https://lh3.googleusercontent.com/a-/AOh14GiTbCpi1qnfFn-RtolT-IHjqOodqXjbvkYJdQSlEg=c0x00000000-cc-rp','16590124370714063921',34070),('AbFvOqmzc67orLTWr3hKGneQnQuZ_cIqWRthyPDk7GEA2RpcsRbwge82TeR68fS0tG58hcAtEyJlmQ','Excellent, friendly and quick service!! Thanks Yeovil','2020-09-29 17:58:35.356000','2020-09-29 17:58:35.356000',5,'Tom Jones','https://lh4.googleusercontent.com/-oKd9wqmm2Xc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckKOQWaiUQsHhgB9pknR5Bxl4A2Og/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38501),('AbFvOqmzCHsmbywpQqdsBiZ8MseJDvktXbQMcsvjwIWXl1f7CUD3ix7a0cFTfweDoBUCCG8lhJJ0Mg','Front desk personnel extremely rude complaining about how many emergency visits they have. After I made an appointment and paid deposit I show up for my appointment and the check in lady starts complaining about how many online appointments are being created and how busy they are... worst customer service ever. Being a medical professional myself I hope my patients never deal with someone like this.','2020-07-05 00:10:50.480000','2020-07-05 00:10:50.480000',1,'D Rico','https://lh3.googleusercontent.com/-wftQunaeu9w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnpSlC_D1wbt7VkaVLkTauZE7c8aA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32049),('AbFvOqmzCMiKbyPX0_1h77esqxwYvg8CZXIVIf_1SfKjM2FTmaJ0Ek_-HmKIVBR2_1sxjlksTPHVEg','Visited today and my experience was excellent! Kristina A. was very helpful and put me at ease. I would surely recommend anyone to this facility!','2020-08-18 05:02:30.855000','2020-08-18 05:02:30.855000',5,'Lydia Baez','https://lh4.googleusercontent.com/-AaYPgwjQpEE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckzVDMy0bTbb0F9YPBX3tCalmu9mA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28562),('AbFvOqmzCmtXuQhM_QB3lP0ezUOVb64QJMZ81VGit3W4FUXZq0RVQS-Q86yHqcHdfK-Lsu3BI5eCOg','This place was amazing! Dr Gutfreund, Nurse Nikki, and Nurse Calli were very comforting and informative in a time of such wide spread panic. The facility was very clean and efficient. I would recommend this emergency center to everyone in the killeen area!','2020-03-20 02:16:07.854000','2020-03-20 02:16:07.854000',5,'Candace Peterson','https://lh3.googleusercontent.com/a-/AOh14Gi-fA14IeD90zOA6NpO6umPSJdTEgqSvdgO0zNQrA=c0x00000000-cc-rp','2694018788013845459',39075),('AbFvOqmZcpkNvqD_UZRnpDtBKVv564GldxEGPgPaTx7pFxlpdKcfDteRc9FRs03w4KjerHo553T63g','Dr. Nguyen and nurse Naureen were great! Very helpful and informative. Elizabeth and Nicole were also great. Everybody was very friendly. The ER was very clean. Would recommend!','2020-10-21 23:42:34.893000','2020-10-21 23:42:34.893000',5,'Kacy Horan','https://lh3.googleusercontent.com/a-/AOh14GhUjf3lHzsyuJuBU7bG-sjjVOmURKJK0lprjjinnQ=c0x00000000-cc-rp','3511292162159714121',40133),('AbFvOqmzcRV9TYnFqBfuIHOjAeCXTHJ2wLEfUK9pBb9kla7LvEuJZQeIM7ukFAVDQWpDJOJfNPUb','They did an amazing job taking care of my mom! My mom is currently 4 weeks pregnant and when stop by anytime she\'s having any problems. They always take us right away and are super nice! Eboni is the best! Everytime we come in she always has a smile on her face and makes jokes to keep is laughing. Truly the star of the team!','2018-09-10 19:23:25.174000','2018-09-10 19:23:25.174000',5,'camry wheeler','https://lh3.googleusercontent.com/a-/AOh14Gge_PhHIuBvKHFxWTvxL3vmO5s8ONe0Q8duL1vY=c0x00000000-cc-rp','17394740196501090048',36903),('AbFvOqmZD5AZUv7tbqU1i85C2pdB_JI5XeBKu3Y5bbgQzyWls-PMUhtzxnYBKtHM-wskM3panN2t','The service was great , and the nurses and doctors were great . And thank you Tory , for helping me out today from the time I arrived til the time I was leaving !','2017-02-22 01:43:38.531000','2017-02-22 01:43:38.531000',5,'Breana Sargent','https://lh3.googleusercontent.com/a-/AOh14Ghd3z_t0NtYKATbTwejdipJ_wXsGhNrGn3HVbVOgw=c0x00000000-cc-rp','3511292162159714121',41102),('AbFvOqmzE6BnPo94SCIWikErAEEQ2S5bkgs1BIfCi2libxOtISQP0I5vyVBAb9fko9DKMLF-R11drw','The Amy, Nichole & Dr. Zheng are helpful and nice they attend to our son needs he was I. A car accident this just to say thank you.','2019-07-05 16:22:35.338000','2019-07-05 16:22:35.338000',5,'Pat Lee','https://lh3.googleusercontent.com/a-/AOh14GhQw6ThCjxJgruAwvruUMICNrgHF_YvtN1xR9cRCw=c0x00000000-cc-rp','8918455867446117794',43230),('AbFvOqmZeJeZyYYTpAqQ6sCmGBs6PJdtuOS7ubGKriw0hJXNcYVH-zd7Chyd9od5OReZhijdfjRjzg','This the most amazing urgent care center I’ve ever been too .they treated me so kindly and made me feel real comfortable and they took there time wit me they were very helpful I would like to thank the whole staff Dr. Appiah , Nurse Alvean , Radiologist Tricia, Registration Ayesha and the ER tech Jordan.. the whole staff was amazing .','2019-10-11 15:32:14.586000','2019-10-11 15:32:14.586000',5,'Ikhea Huery','https://lh3.googleusercontent.com/a-/AOh14Gg13Y643ppoFqMVvteR8NK0-rUhZp-8-3ezB83lfA=c0x00000000-cc-rp','16389487648212004696',33881),('AbFvOqmzEMGGvxM-OqGpwbsmERQoRR6tkIfBx7YdMXnGLsTCm35EJv7V38uejLkGBfJGPzJe7KciXw','This facility is excellent. I was taken care of in less than an hour. The staff is very kind and resourceful. I am very satisfied, I will never go to a hospital ER again.','2017-05-17 20:29:31.503000','2017-05-17 20:29:31.503000',5,'King Monkey','https://lh6.googleusercontent.com/-EEVnkr1X0_0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKLndXs4SVVLoTrCoKTaZXc-dE0Q/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37152),('AbFvOqmZEWd1FdP5VLv4u4zyQkIVggI_YH976DvLaPz_hhzrQ-VycixkC6ECSFPsQIs8CoB1P0K22Q','The staff did a \"Fantastic\", job caring for me!','2016-10-25 22:31:35.970000','2016-10-25 22:31:35.970000',5,'Marilyn N.','https://lh3.googleusercontent.com/a-/AOh14GiZXSpxwW83dCIuGSpnbU_C-D7tp234xgd7Usiu6Q=c0x00000000-cc-rp','14567670160750071148',31169),('AbFvOqmzf9ZBO0YJzCqqdpjmW3Y8wKqzte39dejutGRRimPZx8nFZDBmvjZctCCUKV_rKzJnLvfD','Very fast and pleasant care Manny and Aaron, Pete, and Lisa were very nice. Will be back.','2019-02-06 14:05:52.936000','2019-02-06 14:05:52.936000',5,'Valerie Soto','https://lh3.googleusercontent.com/-HkVhJw7UNAg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMd4FMMkh4vGeoDnzg4L2SEKOYaQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41770),('AbFvOqmZFC0vs_2VlcWOyB3VfemqQwmE2Vl5nQVRwSvhgqD97p72vur1I5RJc1vShJUwRiFqsWcU','The staff was wonderful. Very sweet happy and positive. Very short wait time if any. Dr Carpenter was very sweet and funny the RN Karen Jeniffer the rad. And Tobie and Kelly where the best I will most definently go back and refer them to everyone. Thank y\'all so much for your help.','2019-01-27 00:58:18.178000','2019-01-27 00:58:18.178000',5,'Cecilia Milligan','https://lh5.googleusercontent.com/-iX__5qAxt0s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmk5D10S0lWddXEkoBaKRO7ppAFNw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39940),('AbFvOqmzffSmFIrbll1UY-6bgoEfkbubONwracAvucTX8VM6ZdgNixnV4D0gIhjEn_7IWNAI-gSY1w','The staff members were very disorganized and disrespectful. How on earth do you tell a patient you do not get paid well enough for your job just because the facility failed to organize check in time.','2020-07-21 18:28:44.589000','2020-07-21 18:28:44.589000',2,'Ambe Ayinwi','https://lh3.googleusercontent.com/a-/AOh14Gh8LHmNHNeGBMowa4-3CMjy5yPgEn6p3Ds99OejaQ=c0x00000000-cc-rp','12541597562633926366',28591),('AbFvOqmzfyEYAITriCWgCUgXnnT0SdkdgvdU5iuyrZWbeuBfR9PvZL5_113O9KjX7KUlux0t22Ve','Dr Grinblatas and staff were very patient and comforting with my daughter. Excellent customer service! Snacks, drinks, and teddy bear were given to us too!','2020-02-06 03:53:36.252000','2020-02-06 03:53:36.252000',5,'Hieu Nguyen','https://lh6.googleusercontent.com/-P1LcEVM2Orw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7Br67XhzxC70A4fimTCYsSHgKMA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32349),('AbFvOqmZgeSLQcnIteCR_sFVqLM8tBht8TK94aG6mucfydtL_eoT8UYCo0KVcZhH2OqC2sqtElNqXA','(Translated by Google) Everyone is very friendly and the service is the best. Don\'t wait five minutes to be seen\n\n(Original)\nTodos son muy amables y el servicio es lo maximo. No espere ni cinco minutos para ser vista','2017-12-31 01:49:56.512000','2017-12-31 01:49:56.512000',5,'Rosa Campos','https://lh5.googleusercontent.com/-Pv7sLUe4n44/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckYqU0Eh51q66NIeL6hScn0fkhYoQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37008),('AbFvOqmzGyOoforGLmqYKY_3Fk653akiQPanB2hS2Ead0NOIPYrSg8rEQnyekMW30FII6eVkiliHWw','Very nice people, with smiles. Definitely would recommend this place for others to visit.','2020-10-26 19:10:03.997000','2020-10-26 19:10:03.997000',5,'Angel Almanza','https://lh5.googleusercontent.com/-nQATA8JEZv8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnsyroop2Poh5Jfxa5T9HmGGq_pRg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37482),('AbFvOqmZgyW0fx7Cn_Err-vyaBGogIyTvXqIL8J3Mdo09huqnNGxSRC3uZAfBniV2wmUpjhwMZOcvA','I came here after an unseen event. I was really freaking out but I was taken care of by Dr. Edwards, Selina, Janet, and Alyssa. They were very caring and solved my issue quickly. I didn\'t mention on my visit that I\'m a Registered Nurse at a local medical center so I know how patients should be treated and they did a fantastic job.','2019-01-04 20:22:05.895000','2019-01-04 20:22:05.895000',5,'Allena Davis','https://lh3.googleusercontent.com/a-/AOh14GjMItSLA-t8BM8tipqlluvl5dHIMTJEN2AK0bfIEA=c0x00000000-cc-rp-ba2','17394740196501090048',36850),('AbFvOqmzhBRU5eKMnMukCtb1FYUwNoNbD2eN1h68PLuAeHX5bJfKeUMcmBjwzQBDwNUEjWtvLdYTnw',NULL,'2019-02-28 11:28:12.633000','2019-02-28 11:28:12.633000',5,'Barbara Williams','https://lh3.googleusercontent.com/a-/AOh14GhncPZObpZBzlN_zFMPdjDt7hDP7HoXI_0HDh8C=c0x00000000-cc-rp','12541597562633926366',29134),('AbFvOqmzhi0h5Cmtp3mzAFmB5UL-bFXlW7QGUUopYJdQ_gGsUEFay6SvYLpo1a6JPNdWOrobVtfXQA','Everyone there was extremely nice and helpful and got me in and out great place to go for an emergency!!!','2018-05-14 12:19:58.596000','2018-05-14 12:19:58.596000',5,'Jason Gonzales','https://lh4.googleusercontent.com/-RERG3n-Vy10/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclCVOLKsNeo9RWcXOInGI1CcIHnTA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36949),('AbFvOqmZhtWJdInCms5jSG5enD6SEpEPvWlevOExXPvq_sWylxwU5zeFM7tVtvWBOfgESjq9k18_','Great experience always very kind, quick, and thorough','2020-11-07 02:16:25.049000','2020-11-07 02:16:25.049000',5,'Kourtney Nichols','https://lh4.googleusercontent.com/-IHnuUaX56zQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZZ3DoXenTEosYaWyBW8Eobp32ew/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29272),('AbFvOqmzHTxu6Z-Q9SpqlK2b1zPNsHnfJEJq9XMZwzKItLU8A1wvtN1sTY1dIYIXILgXM6RwgUsd','Great experience. Very clean and inviting. This has been the best E.R that I have been to. My daughter was comfortable throughout our visit. She loved it. Tanishia handled our check in very quickly. Sarah did a great job taking care of my daughter. Fatima and Elaine were amazing throughout our time here. Dr. Henderson was amazing and explained everything to us. We will definitely reccomend those that we know.','2019-11-22 05:42:44.148000','2019-11-22 05:42:44.148000',5,'Veronica Flores','https://lh4.googleusercontent.com/-QTgiHqmoEgQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmqTC0Scwm0hWQlqE6EVp61fSN51g/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37854),('AbFvOqmZiMeAzJFDld6ebpTbOq-SSmYvGwJB7is8t-dpTgM5MyG2aXwKEvWdW_mdduxiy3_i-TFl','My visit was very warming from the jump with Jesus giving me great service with a great attitude. To being handled by Alvean and Tricia doing a great job making me comfortable during my visit. They even offered water and a warm blanket for comfort. I enjoyed my visit overall','2019-05-11 14:05:19.895000','2019-05-11 14:05:19.895000',5,'Bob Means','https://lh6.googleusercontent.com/-iXxInrfmoWE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclGtfc-nS99_w36vIF0mnXdj4lX1w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqmzIMUp58h34OpAkYKs8f6MqXoleUp6uKPGxFKyH9NyUDIL7hE238fCpC_pVrbENAUjCLdZAA',NULL,'2017-07-24 01:55:35.478000','2017-07-24 01:55:35.478000',5,'Stefanie Chambers','https://lh6.googleusercontent.com/-c8qPUivT50U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckIPlEXA7ikQ_K8zjuJjP5hRpjaoA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37114),('AbFvOqmZIn53tUz9maIiYKHGmeKOIzSRyE7GZ2U8KHS-x1lXZOdyA5xrWra8CZNenHaJpVeO6VIlsg','Friendly staff... great results','2018-12-19 20:45:40.551000','2018-12-19 20:45:40.551000',5,'Carolann Mansfield','https://lh4.googleusercontent.com/-gi8v-USp-Wg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcGGkoxpNWBmjUMd7M8hCr4BstjA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35062),('AbFvOqmZjkzUmOs1NB4Xf5dHGrzhxk8hvw5rQtSrd9mXcRE4jJhAkFNdYXiAUH7A1AFXi7wPE1Gn','Dr. Das excellent and professional. It was a fast and through process. I will be back!','2020-11-01 17:50:03.202000','2020-11-01 17:50:03.202000',5,'Stacy Galyon','https://lh3.googleusercontent.com/-Lxe5OJQcgbY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclGDSu1OLJ-L20a9Xo_q_L6xGuVNw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31437),('AbFvOqmZjL3YGGYMIIoEahZXc79_6xr0huEk1hKu-O8aNMZdaBi9h0TI8jwzhtee0J2f8KJOtsu1sA','All the Staff were very helpful and informative. They made me feel welcomed and treated my wound with care and attentiveness. The staff that helped was Doctor Thomas, Nurse Sarah, ER Tech James, and Receptionists Tanisha.','2019-11-20 01:30:12.936000','2019-11-20 01:30:12.936000',5,'Traverez Johnson','https://lh3.googleusercontent.com/a-/AOh14GjPMrC7q1LGxwC5XKetmhuu1Q6FHAWask2yMAbaZA=c0x00000000-cc-rp','17898197009688164559',37867),('AbFvOqmzjNCxmC0Sc5D0FNF4Zy62_22ky0EHSYAkkj3nqA4jvHx0cZayULjut0kn1Mm44VgF6NyOPQ','Amazing!!! Fast service, friendly staff and a clean environment. The best by far.','2020-01-14 16:32:29.523000','2020-01-14 16:32:29.523000',5,'Samantha Galvin','https://lh3.googleusercontent.com/a-/AOh14Gi2fBQiwYNdv2rIgZUr4l_kAn81Vgdcq-gna_Tq=c0x00000000-cc-rp','14904078213800803294',32376),('AbFvOqmZKbCT-F7qKzawU6Hv_h4aWrmeFth4Li9VOhx9F4kLs4vrKP6W7phobWltI5dXiQOChtutkQ','Signature care of Lewisville was great at getting me checked out especially Dr Das. He really took good care of me.','2020-12-30 21:36:06.433000','2020-12-30 21:36:06.433000',5,'Brandon Evans','https://lh3.googleusercontent.com/-VG6GYieDA-k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmPekEyg8a_6wtIVaI52NdW1vt_IA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',44182),('AbFvOqmZKjg8m3105y_hdwvFEvWPvr5J3s4CM8fvM3vcKmBZRb3oW7S9fspY-4iwexni8o2r1qWNYQ',NULL,'2018-01-17 12:42:26.774000','2018-01-17 12:42:26.774000',5,'Cindy Cantrelle','https://lh3.googleusercontent.com/-1uj9u21_fFI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjxWM_0viW5usUNs__UpnBABxjrA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36999),('AbFvOqmZkOASaP-pVax64ti0HPZoaqIg3Yu-V6T9lbhwQJeMvnzNLpNGzAO6tcuk8u5uc2HNiNesIQ','Super easy check in and quick turn around time. Cody was awesome!','2020-07-29 14:23:08.628000','2020-07-29 14:23:08.628000',5,'Vivian Butler Najera','https://lh3.googleusercontent.com/a-/AOh14Gh1cnwH5z1yOt37nM38ORw4bPT6eZXbO8QB5dgd=c0x00000000-cc-rp','2077061009497551125',38709),('AbFvOqmZKqOUTXPt9aiowDCCXpNND0TcFY8C8JzTZDHMs0bK4Ycgm4-y7xo-EV3ntb8zCOlNsTiV','I got tested for covid, it was quick, easy and everyone was so friendly and welcoming. Got my results in about 30min. Both the nurses and doctors were very thorough with me and my symptoms. My test was came back negative and it turns out i just had bad allergies. They even prescribed me medication to take care of my allergies.\nThank you so much\nAmy\nMarci\nJD\nKari\nCalli\nDr. Lindson','2020-12-03 19:30:28.223000','2020-12-03 19:30:28.223000',5,'Jazmin Contreras','https://lh3.googleusercontent.com/a-/AOh14GgctrTRXQloDX-FIR-WpKVvXiY3aRJZOj8MVu2x=c0x00000000-cc-rp','2077061009497551125',38403),('AbFvOqmzkWMh-eQNFMo17Y2eFtQ9X-kbTeFoq0er4ANjxlJgfnu907WIimbf1tqqCTT2jLDs8MxZbQ','Beautiful place. Staff is professional and very nice!\nEdit: The receptionist was very welcoming and helpful. Kat and Daniel were very nice people, too. I felt like I was treated extremely well - and quickly and In a very timely manner.','2019-12-11 06:13:54.877000','2019-12-11 06:13:54.877000',5,'Katie Edmondson','https://lh4.googleusercontent.com/-q6TXaXAD1as/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMAQKZY7oUeqcnZiNAkJJrajoqVQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39191),('AbFvOqmZlGSlcyh1pUtpcJVJs29vSBJpE5qakE2U4ROGPWT23d2mNhW9z7Ofy58tZ79FYeZuob0-ug','Tricia Jani, Jordan and Dr. Harjai were very nice and friendly. I walked in and was seen within 10 minutes of arriving. I saw the doctor and was out within 15. Highly recommend if emergency care is needed','2019-11-23 17:45:29.798000','2019-11-23 17:45:29.798000',5,'Tamike St. Jules','https://lh3.googleusercontent.com/a-/AOh14GgdtbfjEE9E4GH-gF4HrJlPdJUuvSL83r4pzdrftPw=c0x00000000-cc-rp','16389487648212004696',33695),('AbFvOqmzlxIC8jc8nIr5FxAoAwjl97d6-0iX1HedaAwCbW00M4AZIX6Q2rt-VDRV6v6So_jcbOcJ',NULL,'2018-11-28 07:16:38.171000','2018-11-28 07:16:38.171000',5,'Tristen Babineaux','https://lh3.googleusercontent.com/a-/AOh14GhKkYxr-0Z0dg9wPQCUFPtRmMuP87AH-hbMTIrtdg=c0x00000000-cc-rp','17898197009688164559',38361),('AbFvOqmZm_Eyzw1jskOVuJ7B-XhG-BmqQ0xxRssSgpdMsIn-rvGv46mJgG0PZ4E_61UZUcBMSiLlGA','Best ER! Tobie was fantastic at getting all my mva stuff together for me and DR yost was great on getting my pain under control fast! Thank you Sarah for giving me the best IV I\'ve ever had. And thank you to Katy for taking such great care of me you are such a great nurse!!!','2019-10-17 02:25:29.261000','2019-10-17 02:25:29.261000',5,'Courtney Timmons','https://lh3.googleusercontent.com/a-/AOh14GgJG2h8i_nhaBhZDs_JExQ6YUaSdrh_TIaHnaUMuw=c0x00000000-cc-rp','3272657195432704501',39788),('AbFvOqmZMesUvKzeCBQXDTrJBSlQI3t2_CA6yHNY7W0F3QRpNSgxs3df92iBQM0rDMSKlU-spglG9g','This was the sweetest, fastest, cleanest experience I have ever had in an ER. I was in pain, so the lady that checked me in filled out my paperwork, the sweet nurse, came in right behind us, doctor came in not more than 2 minutes later. Very clean, fast, and very very nice people. DEFINITELY RECOMMEND!!!','2021-01-13 23:39:03.441000','2021-01-13 23:39:03.441000',5,'Misty Draper','https://lh3.googleusercontent.com/-SWIDqVSmbVE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmYlXeoV5F6XeILFR_x4iq8VmllIg/c0x00000000-cc-rp-ba4/photo.jpg','3272657195432704501',39506),('AbFvOqmzmHM4IkPHVcKyL9jfmtx2NeEy5udy-4VRKCe6iS69ohe8cdt_tBygvRX-Vent7lGdJ3NhUw',NULL,'2018-09-22 00:41:39.585000','2018-09-22 00:41:39.585000',5,'Jason Ferguson','https://lh6.googleusercontent.com/-i1iqAktMyvQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmyVg5UM0GeqSC2C1l_u6fPcB32PA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30716),('AbFvOqmzMHRRPxwT-LQxFRs6B_Hy2lf8klPvdVRTliwjPaDdtLQarcJu80ZZIRK_75CLXsCcl0-MBw','Wonderful experience!!!','2020-02-09 18:42:12.732000','2020-02-09 18:42:12.732000',5,'Tiffani Crawford','https://lh3.googleusercontent.com/a-/AOh14Ghk25U6PijngOD-AY1aVDt_5rFbFrYy14clxAJnGA=c0x00000000-cc-rp','8626688543755174284',41948),('AbFvOqmzMvNVDOaiHt1IpJyEYeacgP_a36ZT-P5buH322ey6Remg88M_x9LiMypzefuQ--65BYN6pA','Once again this place was exceptional. They were fast, understanding, kind, professional and all around amazing. Every single person came through and made a very difficult situation much batter with their care. This is my second time here and once again I feel nothing but gratitude. Thank you to everyone that help me with my son yesterday. Thank you all!!!','2018-11-05 15:30:15.893000','2018-11-05 15:30:15.893000',5,'Sonia Suazo','https://lh4.googleusercontent.com/-6LsE6fD_ssA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3UCwtm_WKrwO_Huyyki0lKMa_9Q/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43344),('AbFvOqmZmXv33ZR4tpmmYWGeZcWMwal9UKKlwiqE0hdK3H6j6N7vjSGmR3jVbu0vPmYeBnzXlPmDxw',NULL,'2019-06-03 15:39:08.630000','2019-06-03 15:39:08.630000',5,'Shania Harrison','https://lh3.googleusercontent.com/a-/AOh14GhpnisJ3djQyde5P4itaQL_Ncshz7bBKYOr9qrx3A=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmzn3Ts8RlxkNkMgmve947qIdOxlgqUAcVaHddl_G8fI4mXg7B6AREfQrIeH4iwGDuSeOSdIQ','Great staffs ,they are very quick and helpful, my 4 year old son had a nice experience with Dr,Mauldin ,nurse Tammy was so sweet to him','2020-12-25 01:27:30.284000','2020-12-25 01:27:30.284000',5,'Elma Azadi','https://lh4.googleusercontent.com/-Dbune779Mw8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl2_mqyTbTu8qS08jsV0grNn-Edrg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',44564),('AbFvOqmZNA2gemHDvxRaQ32GmhTZHB09QyY1mA3LuQ-WTT3fKk2Dz_c_stXuChchBqhpi7o3jgWlOw','Jocelyn a , Jani W, Selina V, Brittany M and Dr Omally were fantastic!','2019-11-09 22:34:44.534000','2019-11-09 22:34:44.534000',5,'Ms. Pat Fulford','https://lh4.googleusercontent.com/-KQxok8CcwT4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckJg20kLv0nTTtMQ5oU-QRqtaHdCQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33772),('AbFvOqmzneA7CaHZUY6gR7XeMd6rvyZ4cQDfzl_Vesn_lVgzLUFCPRKK-KtuIkAH_fopA98UGtq_yg','Great fast service. Cody was great.','2020-08-11 15:41:08.487000','2020-08-11 15:41:08.487000',5,'Daniel Gonzales','https://lh6.googleusercontent.com/-wAq5FrS8Wa0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmn30Oz_uCbrAlhpQtAL8EvM_8dFg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38620),('AbFvOqmZNiOfGwgfX3Heful1RfZI7_jDI1c26mO0CT90QlvF-y0o-twTfWKSKYscz4tX8jPIFIo_uA','They staff were nice and friendly. Within 2hrs l was taken care of. My thanks goes to Dr. Werzanski, Jessica, Lia, Stacy and Lonnie.','2017-07-10 05:27:17.043000','2017-07-10 05:27:17.043000',5,'Charles c Chukwu','https://lh3.googleusercontent.com/a-/AOh14GgTJzboMhiXJxVx5WTzPookMEMYqFvv0HTeyBqe=c0x00000000-cc-rp','8918455867446117794',43503),('AbFvOqmznlNn0xNM-WTb8lCl5jd9qHSjCh7Emc_WLjAJ6OdP7w0WO-BiaW0ro-YyqdY-o7L2Wt7DLQ','The staff was completely friendly and courteous. From the time the I stepped in the Front door I was seen immediately. I appreciate everything that Dr. Miller, Nurse Laura, Ms. Denise, and Ms. Eve had done for me. This is wonderful crew and would recommend anyone to this facility. Thanks guys you all are the best.','2018-10-09 17:03:49.260000','2018-10-09 17:03:49.260000',5,'Lady Shay','https://lh3.googleusercontent.com/a-/AOh14GhgWBZnboU-h5BYQo_AgrbMhfZlZoi8LzcB6mDNlA=c0x00000000-cc-rp','3511292162159714121',40810),('AbFvOqmzodrgjgHqFjJ4mXiQi8uGL2E81Ey3zDfIrBofsX6fD91SB1zJ0UNzGIqxxtXf8aJ9Yj-vAw','So friendly and nice once you walk in. Jocelyn at the front desk made the paperwork process so easy and quick. Not even 10mins when we get called to be in a room. Alvean and Jose are kind and professional, makes you feel like family members.','2020-02-22 22:48:05.708000','2020-02-22 22:48:05.708000',5,'Yenifer Ortega','https://lh6.googleusercontent.com/-oPGWP8DlfTQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmvsYvip-zB1B35IU3mhJOoVT3Pag/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33340),('AbFvOqmZOIxI_WL2ia9OF3FTDc0LoCMlpyRQqBkrvEsJO7FlGKRpGqvTbK037HdtUCJP3m066MtXgA',NULL,'2020-06-19 22:50:59.446000','2020-06-19 22:50:59.446000',5,'D B','https://lh6.googleusercontent.com/-eXJ9lafaVls/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucltyKfDvKfh4lrXUIQSUFj3NdycHg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35867),('AbFvOqmZoMYS55qBl9tjr0-DFxd4Y_MzZKWSuwIDlDho7YGSrJpA-cdDdPINfkUZZ030r_AAHprh6Q','Honestly, this was one of the best experiences I\'ve had at any stand alone ER center. The staff that assisted me so well was Ms. Briseida with registration, Dr. Wang, C helped me with everything... he\'s (AMAZING), Nurse Charlotte and my ER Tech Geovanny was great!!! SignatureCare Emergency Center is definitely my go to! I would highly recommend them to all my friends. The urgency they have is top notch! Thank you all!!!','2020-02-20 23:21:47.048000','2020-02-20 23:21:47.048000',5,'Lakessiah Neely','https://lh3.googleusercontent.com/a-/AOh14GjgmrV95bXxYBEHnU024FC9hfTJ05ZRssbIYJZ_=c0x00000000-cc-rp','17898197009688164559',37677),('AbFvOqmzousJwFE0ONGzzFpCU9tVdH6ZXJ6mi-3GI3fF4sYvOOqa0ZVtRf4CT7cjw7oLjF0uZL3g_w','The staff was very friendly and quick. Everybody in the emergency center was very excellent and cooperative. Starting from the front desk to the examination room, everything was wonderful. I had a great experience there and I will suggest this Emergency Center to all my friends.','2017-08-07 01:28:18.535000','2017-08-07 01:28:18.535000',5,'Winta Tekie','https://lh3.googleusercontent.com/a-/AOh14GhCvnDtzPbhNdEAsEKeqaK0PHijmg_wydNdnPsZEdw=c0x00000000-cc-rp-ba3','8918455867446117794',43495),('AbFvOqmzOY0v4UfNIStnbcTLFTgfnn5l13xj18dUVjzegcqidiKN6TthU2DlblRG2HJn_p4VNwAe3w','Jonathan the nurse answered all my questions and really made me feel comfortable there. This place is amazing will be back.','2020-11-03 19:13:10.483000','2020-11-03 19:13:10.483000',5,'Daniel Ramirez','https://lh4.googleusercontent.com/-R9ZqYfeJQ5g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn19qZzLZPbfYPeoPUtHz_p0gL2uQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29274),('AbFvOqmzpM5hn8s4gTqvvFrfn-994kgZWmF5oEVrmed6MWlqc4whKy4rrwEUfPf88jEViG_Sr6Ds','Every time I have come here I get in fast no matter how many people and how busy, great staff all around good experience','2020-08-27 16:58:18.257000','2020-08-27 16:58:18.257000',5,'Amanda Gattis','https://lh3.googleusercontent.com/a-/AOh14GgNFXHQueM4VYZqx7vuNg0WRrwm5HE8lzazkTcnsA=c0x00000000-cc-rp','2077061009497551125',38558),('AbFvOqmZpmgA64h9Iq_D1NhACpHAhuIVhNR9heBGHq7Fd0BOXfOdQkGLAze1e4CjWLCjnnUIUrMMcg','ALL staff were great. Very fast and has great customer service. Would recommend to anyone.','2020-12-29 14:24:11.988000','2020-12-29 14:24:11.988000',5,'Fantasia Curley','https://lh6.googleusercontent.com/-UbapMe8zy1s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQf6DvDOwPHrYZtU4j0Dg4-mieUg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44109),('AbFvOqmZPOxq09ndlL5GnBZW_JYprUX31zoOk4RpBk4JsNww-JhQc-ke8yrd-5jB6wPCvcA80mWo7Q','They got my mom in and seen by the ER doctors so quickly than it would any other ER hospital! The ladies at the front desk were super helpful and so patient with us. Very much satisfied with how our visit was.','2017-08-23 22:48:27.996000','2017-08-23 22:48:27.996000',5,'nadia suleiman','https://lh3.googleusercontent.com/a-/AOh14GhAvQKPnM3UAVwOKopdNIEDgT-VoXwclnXK8Q1L=c0x00000000-cc-rp','14904078213800803294',32655),('AbFvOqmZPvJZnp4k8dIHChzi3x46ImNr-hJeJuv4E6JDjLzgKVb9RZIQg9F2qkV9gHWkJBKIv3Gx8w',NULL,'2020-09-19 21:07:56.757000','2020-09-19 21:07:56.757000',5,'Lacey Marek','https://lh3.googleusercontent.com/-NmEQFN8CW-8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2BO8pJnzan276caxXOVooEs4PHA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30118),('AbFvOqmzPZm42wIY93Qm9lQsf7qNOUYQn35rltj_THyf90BnRZgXX6951FpSUpNE2m4XqLPasvgDyA','Went in to take a COVID test late night after being exposed to someone that had COVID. From the front desk to the nurses to the doctor they were very intuitive with me end my son.','2020-12-10 12:54:05.145000','2020-12-10 12:54:05.145000',5,'Coming To Get You Investigations','https://lh6.googleusercontent.com/-Z6EIjfMr5lo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmRH4tIgUE-1Xi2r5Nz_fZaXLQW7w/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42812),('AbFvOqmzq_DIeHt6xQnGBL38PGlUlM8rrqZ7wi7bts4ooSKns0OLk9upfJ6UJ3zAEHenpvW_s74i','The staff is AWESOME! Tanishia W. is always welcoming and I must add a friendly approach to patents!','2019-02-27 05:20:50.009000','2019-02-27 05:20:50.009000',5,'Cicely Jacobs','https://lh5.googleusercontent.com/-Yp1QrbJMYcg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm_jjBgHmL2wBvefLql94RwnPvU4A/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38273),('AbFvOqmZqiWupUIvetTVFTu0ixM-2ZX-4bH93zxTu7pkiuLawrsz2v4Ld6O83SuxbChZraU4dWdqnQ','Had what ended up being a crippling muscle spasm. The staff quickly helped me by coming out to my vehicle with a wheelchair to get me in and got my pain under control very quickly. The facility was extremely clean and quiet. Everyone from the receptionist to the doctor; Shania, Jose, Allison, Leah, and Dr. Appiah, were very professional and took excellent care of me. I can’t thank you all enough.','2020-02-29 02:55:09.272000','2020-02-29 02:55:09.272000',5,'Joshua Rooker','https://lh3.googleusercontent.com/-oMApUWKSoqs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl86YLG4fSDO1XTdX0dg4hQu9lcGg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29416),('AbFvOqmzqnFYq0kH8iU0qw01OsmJ2EqcF6u5_DcfCHQKhQG_ikVnp_aaIbIy3wrB99VDcE9s5gvc','I never thought that going to the emergency room would be a positive experience until I visited SignatureCare.\n\nThis is where you need to go when you are ill and desire VIP service.','2016-02-14 02:57:04.115000','2016-02-14 02:57:04.115000',5,'Adrianne M','https://lh3.googleusercontent.com/a-/AOh14GjbITxvocB3bp2aHwowEY3_iJxvv7Hgt_SYDI_kcyQ=c0x00000000-cc-rp-ba3','3511292162159714121',41252),('AbFvOqmZqPx0lDquO6_D98goOYiOn_YeLhPT6Hh68yj3lV0u1gwH95kugas1W5GFd02dlLkwI8aqxA','Have been here several times and have always left happy! Georgia was awesome tonight!','2020-10-07 03:06:23.986000','2020-10-07 03:06:23.986000',5,'Ariana Aghassi','https://lh5.googleusercontent.com/-RZRwAY4qciQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnizwFxon7wLxSYFPzGZ-_8z9fEmQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31545),('AbFvOqmzRSYh8ik_AfnYvmFx_zduM7_GypOTBzRG6cyinr2cSq7Dvlqu1RiXxXNvsANuKrIsTTqE','My husband has been here twice and has loved the service here! Brought my 9 year old for severe stomach pain and Tanishia was super friendly and explained before the visit how process normally go. Er Texh Mathew was so nice and explained to my daughter everything he was going to do to her which made her feel comfortable and trust him. Nurse Jaime was a very good listener and took notes of everything I told him. Super nice and fast! Doctor Farooqi was amazing! I appreciate her so much in helping my daughter! My daughter loves her. We will for sure be back if needed to but pray we don’t lol.','2019-04-22 03:12:21.226000','2019-04-22 03:12:21.226000',5,'Jenny Grohs','https://lh3.googleusercontent.com/a-/AOh14GiUk28h2d_teyxYDRyThj-ouWgXYSFFvm0q9QO1qg=c0x00000000-cc-rp','17898197009688164559',38208),('AbFvOqmzryV5wChvzwGksmuEpRXSzKgzjm7h8wA0pBs1yI_mC776nUGDBUX-sE7lB3s6ty_ku38S','worst place to go . No employee to come and talk to us','2020-06-28 06:20:15.154000','2020-06-28 06:20:15.154000',1,'michael Photography','https://lh5.googleusercontent.com/-kKTpb0ew-1s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclnj0IKBjagsH9tVyjV0HY6S58Qpg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28626),('AbFvOqmZs37AOR1T7lFZzntzg7To_Yxh0SZFsCYRxzv5ERJaHsPm3RQhBgw5yhKQurLGenjZhje7','Kim, Lucas, and Sherri are amazing!! The care was fantastic!','2019-07-23 17:42:29.028000','2019-07-23 17:42:29.028000',5,'Emily Fuller','https://lh5.googleusercontent.com/-MjjBWtC53Z0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm4bIdXw5b3S_np3X9kqwohHQQP6w/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39835),('AbFvOqmZS8KgpCM5fk354_MeBbAlaT4Kbx7vwE0aWSGnLTjRENzdmZRcA8k7FURbzFe-Z-eTR2RIOA','I feel that the Hospital is very professional. The staff is very friendly and helpful. I would recommend anyone to come here.','2020-11-02 18:55:41.563000','2020-11-02 18:55:41.563000',5,'Tazanique Robinson','https://lh4.googleusercontent.com/-oy5bqR6nk2Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnn6uopjPQqd-z8l3TXg2nwAZZ5Kg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33018),('AbFvOqmzsa2wXfhhDhJpYND0gxtrgn37A0oZdnBUB3OhCigeYV6cPP543Qh0_cmsFYc5eueSuo0hVQ','Staff was very friendly and showed concern.The visit was quick, and I left feeling confident with the diagnosis for my son’s shoulder! Thank you all so much!','2020-02-27 23:05:52.879000','2020-02-27 23:05:52.879000',5,'snagareeasy 2','https://lh3.googleusercontent.com/a-/AOh14GhF8WpJQMEh-C_SDd4VeA83eVB5gL9dhSz1A6TmNQ=c0x00000000-cc-rp','3272657195432704501',39597),('AbFvOqmzSuBy8Cv0Mwq-IPw4jzHx0QdiolL0MEW6GoZ4cP0q-S36fZdN4trmlSZdM5t-ICJClIC23w','Wish they took Medicare - otherwise great!','2020-01-22 23:19:35.456000','2020-01-22 23:19:35.456000',5,'Joe Watterson','https://lh3.googleusercontent.com/a-/AOh14GjaErjMgVjVNXWubYR0h0oiWgJ-bvv1ULmHkfcbpA=c0x00000000-cc-rp','16891069708558046635',36000),('AbFvOqmZsxhrV7TK-H6NK-8G_p-i9HWutai9g-RBRbSoCQpTF7u7BRg5nBqv5tn-mvtVlfuoEn-LLA','This place is amazing. Im here at 5am due to a possible ear infection for my little one and the staff is amazing. Doctor was prompt and they made sure my daughter felt comfortable.','2019-04-27 10:43:27.280000','2019-04-27 10:43:27.280000',5,'Robbie Nolan','https://lh6.googleusercontent.com/-yQ_gLHPDm1I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZujU-ZBS6e-faOeJtTsOqduQtRw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39359),('AbFvOqmzT7SPgajFtBbVoud0tJcxWrf6Twzrj0ju7rEEwvSwvX2sVsSGIK_mlZE982uiTnIZn7V5LQ','I waited maybe 5 minutes and was taken to a comfortable room. They really listened and developed a plan to help me. I honestly am so impressed with the care.\n\nI really truly felt that that cared about me and wanted to help.','2020-10-03 18:48:22.466000','2020-10-03 18:48:22.466000',5,'Amy Comeaux','https://lh3.googleusercontent.com/a-/AOh14GhgDAX4B_IkV4DGrg9cfhsI7XT6J3zrkXmQJg_Urg=c0x00000000-cc-rp-ba3','2077061009497551125',38495),('AbFvOqmZTdbMTncNWzyVtM6G_YSCWPcBgorNX8SfnTDv7ebkqwyuhVgBxLWr-a3vv80fDs-VbuQLiA','This facility was very clean and accommodating. Itzy is a very pleasant front desk clerk. They even had snacks and drinks which was nice.\nDr. Pham, Reginna, Bre, and Miguel were very nice, quick and professional!\nThe ONLY reason they got 4 stars and not 5 is because the exam room was very hot! It was so warm in there that it was uncomfortable. Other than than it was a great visit.','2020-02-04 19:42:49.563000','2020-02-04 19:42:49.563000',4,'CANDICE FORD','https://lh3.googleusercontent.com/a-/AOh14GjjM2GbN76Kx2O2gsI16boyyqvw5OCEZjX6aUEo7g=c0x00000000-cc-rp','14567670160750071148',30272),('AbFvOqmzTiPA7rH7HP97BJXve3m9edZkeyf2GM-FC35ixkzFyXJtFe9f6jTHOdFY0yTNG-c6B2HY3A','They were very respectful and nice and offered extra help with other issues I might have. They were able to figure out I had bronchitis when I only came in for a COVID test. They assisted me very quickly as well.','2020-10-30 01:12:56.533000','2020-10-30 01:12:56.533000',5,'TrustMeImSami','https://lh3.googleusercontent.com/a-/AOh14Gj0lxhUYgKDbxPnRb1Wil8PUJL6CUzBUBbAuolpRg=c0x00000000-cc-rp','16590124370714063921',34084),('AbFvOqmzTkDrfZestI3Ugd3LUf_gqtHhWod7tPAm_ud1QqfFs2JqZtPqFgF7xUz3VXaxPOhIpb07NQ','Great service and fast accommodations. I was seen immediately and felt like I was truly cared for and given first rate service. The staff here really know what they\'re doing, highly recommended. Both Kim & Hunter got me back quick and made the check in experience seamless.','2019-04-04 19:29:13.751000','2019-04-04 19:29:13.751000',5,'Matthew Butler','https://lh3.googleusercontent.com/-EdjYhOR37f8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm6z4eAru6IOr1tubhgvvtqpklY5Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34920),('AbFvOqmZTl0225duWlKFh9pgg0BaF5iWVPUNBoZ2o4aFv5rXVqeP2qX1Qo5-QKVFxXCXsusIEDHfeg','(Translated by Google) Thank God for having known this place and thank you very much to people like Patricia and Alvean for being so kind and professional I recommend God bless each one of his staff\n\n(Original)\nGracias a Dios por haber conocido este lugar y muchas gracias a las personas como Patricia y Alvean por ser tan amables y tan profesionales se los recomiendo Dios bendiga a cada uno de su staff','2020-01-15 22:05:29.537000','2020-01-15 22:05:29.537000',5,'Kenny Aldea','https://lh3.googleusercontent.com/-lSaS74aQb8A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmoyWtHp5hf4RlD_EniVjbcnF73mA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33503),('AbFvOqmzTNQQwoImg0n3oy2a-Mlap0yOlizh1oSoHb8BPoqNxActZa8TSbXiTiPwq-suPL_7pvHrzA','Open 24 hours? Nope.','2020-02-11 09:30:38.744000','2020-02-11 09:30:38.744000',1,'Scott Fleming','https://lh3.googleusercontent.com/a-/AOh14GjFqnWq_3Xz21Mawo1IDWL5aci25sk-_qebrHZ81g=c0x00000000-cc-rp','8679688254631342173',42443),('AbFvOqmZTxaviC9ASIZyq2_oGldeRqgLtoHUS4L8fg0w8J5ry_xEpBOXrmhpxCMATrGw7wpmz0UvBg','Was great!! Really fast and nice','2019-09-01 03:13:30.574000','2019-09-01 03:13:30.574000',5,'Megan Adams','https://lh3.googleusercontent.com/a-/AOh14Gi9kIpaVv7HxCBVkLaFxXJ8aRnmoYRsZ4OMasZG=c0x00000000-cc-rp','16590124370714063921',34696),('AbFvOqmzuaNOoVak6ZIVzrlPZ8H_rqxlo05P4PKXaCpaOnNZUV4lqm_g0sxJiKxeWB0TeRrVL_EYfg','Bill was a shocker. I will not advise this place to anyone unless they are dying and have no other option. They have a lot of 5 star reviews which I don’t beleive.\nI visited here for a stomach pain which turned out to be a kidney stone. They did not tell me anything about the cost and did several tests - I did not receive the reports for any test. All I received was a bill that they had charged my insurance a whopping $13k for a 1 hour visit and asked me to pay another $2500. They were pushing me get admitted and stay the night, wonder I had to sell my kidney to pay the bill if I had done that. On top of that the nurse kept joking about the pain. I appreciete humor but not when I am in excruciating pain from a kidney stone.','2020-11-16 06:45:48.728000','2020-11-16 06:45:48.728000',1,'Tarundeep Singh','https://lh3.googleusercontent.com/a-/AOh14GjZupj8-JTlMSgh6AWzTn5A03TRUe856HZ2d7Ec=c0x00000000-cc-rp-ba2','3511292162159714121',40050),('AbFvOqmzUcKWHHHQTxoi87-zz4WQxE_Tf_WVtSCKeyDW3qFly-tfQ4LO6TxV9xYSkTL-byR301JShQ','Great environment super fast!šŸ™ŒšŸ¼ Thanks Vanessa!','2020-06-01 23:50:35.365000','2020-06-01 23:50:35.365000',5,'dakota neil','https://lh4.googleusercontent.com/-jw6JMijGEW8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnfbzPtaC1iopZiZFFy6nojLv1Srg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33241),('AbFvOqmZUJ5kFg_xt62DpNyNMcj38EodwfWn337lDxp7mNsuG0emb9ppF2_cdvnyONWdTJOJ-nKr6g','Great experience. Staff was really friendly and helpful. Robin,John, and Courtney were very caring and kind. Thank you! For awesome service.','2019-04-30 00:05:50.786000','2019-04-30 00:05:50.786000',5,'Kasey McAllister','https://lh3.googleusercontent.com/a-/AOh14GhtfWl6OMl94YoCVqMGNlNK9XozGsJaznwuJV_H-Q=c0x00000000-cc-rp','8626688543755174284',42091),('AbFvOqmzUJfKxoWXiev-J8KtXJDlBV_aTr7ouvSg6x9sI7bRDDsA4esUQtQytG1N4R02W-4pt2o7','The service here is wonderful. All the nurses and doctors are very friendly and they make sure you are comfortable. I always leave well informed about my condition.','2019-03-14 10:51:28.851000','2019-03-14 10:51:28.851000',5,'divinewaya','https://lh3.googleusercontent.com/a-/AOh14GjjpqTLXpfDgDiA2rSpGC7uO9BFZrUDmeiQVEy-fVI=c0x00000000-cc-rp','17394740196501090048',36815),('AbFvOqmzUQ295PcCu3rSzJBlZiI2rZCAI9eOIC85s4alSwRKavLJnqsHU6MOCyViD_HLcWO96LJXCw','Great service. Friendly staff!!','2020-11-22 16:40:18.974000','2020-11-22 16:40:18.974000',5,'Fayon Manning','https://lh3.googleusercontent.com/a-/AOh14Gixe8mo7ti2vd2HAWAPJoyLhGIcXndOafFx6B7erQ=c0x00000000-cc-rp','8918455867446117794',42822),('AbFvOqmzurxoU0Efb9izNI2Z_9d3FkCh7uwr_yZuKUaU1gWGARIzASeVNUqtunglmYOzXn0dI46CUg','Great team who is very attentive and kind. Jennifer Diggs is super amazing and will go above and beyond for her patients.','2019-03-29 20:49:14.704000','2019-03-29 20:49:14.704000',5,'Brandy McRae','https://lh5.googleusercontent.com/-CZ-eSgYNpwY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVw0kEFE1EnKTcLBHba4fbhk_5aQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42105),('AbFvOqmzV-N39Vpjzdd2N_kX35PLN7YeMFfw50c-IlyvpdNmnPEEULjytmY724p0YRuxLNKseU7c','It was very quick and efficient! Super nice\nKeera','2017-12-07 16:30:08.987000','2017-12-07 16:30:08.987000',5,'Lauren Sinkinson','https://lh5.googleusercontent.com/-SkBw_6a18Xw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl62LeXZ6m42bGLjatwenFcZ3n-ZA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35346),('AbFvOqmzV7MEn-d4VZfGQqrnQaBXZHSe9I3KCJtkTvg6g2F61nMLGWBFEX8l21UO6hqak3twYEjxKw','Excellent staff! Very friendly and quick!!!','2019-03-13 00:33:36.973000','2019-03-13 00:33:36.973000',5,'Jenn F','https://lh3.googleusercontent.com/a-/AOh14GhXLS1z4V9ZB4YAnfF8lVs9MQ_mdZSvfEolOBheHQ=c0x00000000-cc-rp','17898197009688164559',38255),('AbFvOqmzVKM_0GW9vPwFQ4y3xSdvNDN6bMO6EaiXcOcd3Ox7i9k2quxaehBJKl_PhVrwh1JfRtPe','Amazing staff! I was in and out! Everyone was very nice and helpful!!! Thank you Chantel, Dr. Thomas, Fatima and Tanishia!!!','2020-03-09 03:57:26.195000','2020-03-09 03:57:26.195000',5,'Amanda Vazquez','https://lh4.googleusercontent.com/--jxAEPfYbgw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclzA_wnl9K5dm7CLhUd19hng-g6OA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37629),('AbFvOqmZvxorqwZNChJ4cUdj8pwi9R3hgIqoZfNH9d6Rq6kOy7ug8Geof1NlmRWSf5i9mTaUJsQG_g','Very thankful for Dr.Sylvester and nurse Selina Franco for the awesome job they do. Definitely would recommend them for your needs they re extremely attentive. - Lily leyva','2020-01-29 02:31:12.466000','2020-01-29 02:31:12.466000',5,'Thalia Gasamanes','https://lh4.googleusercontent.com/-277rrqUUzdA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl5l-rRL9vz_q5IG85_WzNdkqnc_Q/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36646),('AbFvOqmZWiLLdNiRVh1ddX7bdDmnkVWTHss1tdbq9hQXceKTLgYFz7e9cXvvn_ayFcOiNxtXIo_MZg','I have been here a few times and it’s always been a great experience','2019-03-08 14:34:05.536000','2019-03-08 14:34:05.536000',5,'Elle Jordan','https://lh3.googleusercontent.com/a-/AOh14Gj00U_b6MWeXC3hCPTm3cRqT7485J21TDfKAXsfbQ=c0x00000000-cc-rp','14567670160750071148',30593),('AbFvOqmzWRkc-r7o0PYUmYMy88slVsd3bQ1DR2fCOOMKfXjuuSLp4Oy9YqtgAxvtOSbuwmaCOmqlNA','I have never been to the ER in my 37 years of life. I have always assumed it to be a high stressful, intimidating and scary experience. This was not my experience under the care of the staff at this location. Valory, the Doctor and assistants were genuinely caring and concerned\nHopefully I won\'t be back but I have made this location my choice.','2020-12-28 21:16:52.925000','2020-12-28 21:16:52.925000',5,'Shenna Burton','https://lh3.googleusercontent.com/-cSSyAzFHFN0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6jaOy-ho0Fa5gejHO5lRy1akWxg/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44069),('AbFvOqmZWSxcVn9xefrtYp-f8BlV5s21h8y17w8YuBfInlj9RHmsWkECjThc033YCzwBgLUvF47I','I came in with my friend who hurt his wrist and Keera was very helpful and he was helped within the first five minutes of walking in','2019-01-19 00:55:18.259000','2019-01-19 00:55:18.259000',5,'Taylor L','https://lh5.googleusercontent.com/-38JUm0n4src/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl4Ez3t2TmRrGJqHcntr_XOcm6qeg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35044),('AbFvOqmzx7Uv1sRKJHXDyGL2lA0niQ2YnhutYtcLIt7aXpli_rwjAvRUAUu-KEZV0aruIyjuMO_P','Caitlin and Jennifer, at the front desk, were very helpful and receptive to my needs! My information was immediately taken, and i was offered water and other cold drinks while I waited my turn to be seen! They have made me feel very comfortable, without even going to the back to address any of my needs!','2020-08-15 19:44:19.246000','2020-08-15 19:44:19.246000',5,'Montisha Wallace','https://lh6.googleusercontent.com/-_eXtmFYTBYU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck3nlWtVqxh4K2otMWgLwk7uBqfXg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41902),('AbFvOqmzx8kjJPUcWRup6NEUBBtN_ybc9Afb8dBm7CEQO3BJHIwnR_0L3Kt8kRUWYGX7Eh6xA8t5wA','Excellent service. All staff was very attentive and courteous.','2019-06-13 03:01:31.944000','2019-06-13 03:01:31.944000',5,'Adam Cawthon','https://lh3.googleusercontent.com/a-/AOh14Gi4W2s0__LjQiq8uPatcvJ5nSncDZKRC6pV_XuDcA=c0x00000000-cc-rp','8626688543755174284',42047),('AbFvOqmZxDzLTrUMKzjCArs5ecYhGAKEqZpAaeZG3xbnS4NMmO8PfQCWPaYCl5t_Ni5jTVmxrsQkTw','Anthony, Natalie and Dr.Pham were so down to earth and very helpful! Wonderful experience and very efficient.','2019-01-26 21:37:41.248000','2019-01-26 21:37:41.248000',5,'Lexi Taryn','https://lh5.googleusercontent.com/-G2zaRWVBVys/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckouwALs2qE_-D9sc0hPWUXZ5AXIw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35032),('AbFvOqmZXiQv8Of7rJGrTMLkWQylTFhNA5YLe6g4FsAkajvLAdmtumZLLjquJ7NY5mUre8X0fwvvGg','I came here for severe pain and a unknown condition. I was barely able to walk from the pain, but Dr.Nguyen and his team (Alvean A, Kelly L,Patricia C, and Jordan N) all treated me with such care and in a timely manager. They were able to diagnose the problem immediately and thanks to their positive attitude they helped me stay calm. Best of all I was able to walk out pain free! I can’t thank them enough!','2019-12-20 18:11:09.525000','2019-12-20 18:11:09.525000',5,'mellisa Tejada','https://lh5.googleusercontent.com/-rkNWyxtPL-U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckgBTGm3udhc0qHTaU4J9kWuAQ_6Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33585),('AbFvOqmZY_YGqtRCIcZrQGgyqLGETarvGHGd1SOL4uxBj96ILdpZ3i7fzCz9YWm2TwQfIVfsZjzmXQ','I came in and I want to specifically thank DR.SMITH, ALVEAN, TRICIA and NATALIE for their time and care they give to help! Thank y’all keep up the amazing work!','2019-08-08 16:52:49.860000','2019-08-08 16:52:49.860000',5,'savannah Torres','https://lh3.googleusercontent.com/a-/AOh14Gjyi9-4lquWVmEJzWNGwDj5TtL2dj7MoA5h3U9GSA=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqmZyIQG-ooK0g53xAHg9UxAZM8mRpXib89BOPxfNfJPqER-fOez0Zb3wJxDuVcqLliee6wT1Q','My mom had to go to the emergency room for unknown reason of short of breathness. Staffs are extremely friendly, helpful, and available when needed. Dr. Omalley listened carefully about the symptoms and give us helpful advise what we should do and discuss with our primary care provider. Registered nurse Tiara helped me through a quick check in process in the front so that I can go to the emergency room and assist my mom to translate. Meredith was a professional nurse: friendly and try to do everything to make us calm and be comfortable.','2021-01-23 00:27:51.352000','2021-01-23 00:27:51.352000',5,'tam ngo','https://lh3.googleusercontent.com/-HxqqnGtz1hQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmm6owzb3sD0cjXI9mAheIHf4_NZw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',44485),('AbFvOqmzZEVyh2rjov_7G8_aq2vwbQesHLumN53fwmhiqTSUucvWioZ2BoOL1hpef2B5G4Vj3Qnw','My experience at Signature care was amazing! Linda, Christina and Nylund were very helpful, informative and friendly, and I’d recommend this place to anyone seeking attentive care.','2017-10-13 23:32:01.266000','2017-10-13 23:32:01.266000',5,'Kyla Barnett','https://lh3.googleusercontent.com/a-/AOh14GidkVZWlqNgDd-hDEuExvFTpGAq0xXSUkCM8ZpgqA=c0x00000000-cc-rp','16891069708558046635',36459),('AbFvOqmzZMclWLJOcExSQMyw2tRBMcCK4MqWQKpEx0NK0Tnp-OJ-5JYKM6JpJWFcexoe1WWElQ971Q','I had a great experience a couple weeks ago, great nurse named Lisa V. She was kind, listened to my problem, and helped me how she could. She actually offered me a pillow and blanket, most places dont care. I appreciated her very much! Dr was caring and listened as well, I believe they deserve the 5 stars.','2019-06-06 16:51:23.939000','2019-06-06 16:51:23.939000',5,'Tiffany','https://lh3.googleusercontent.com/a-/AOh14Gjt_OBnBMiQxA7fdAo7wCyQd8QW3ToAgFDx6OX6=c0x00000000-cc-rp','13486358490203335051',29828),('AbFvOqmZzwQPrrpmWtgVn54JEHusBNS0boxcVMahBhcKtYTqxJX_mOTJRHJi3srnoKz1NsbLzFReMA','Second time visiting Signature Care in Montrose and as usual, everyone I came into contact with were totally service driven. A clean atmosphere and peaceful, friendly and professional. I rate 10 stars!!','2017-11-02 18:06:57.928000','2017-11-02 18:06:57.928000',5,'Darrell Washington','https://lh3.googleusercontent.com/a-/AOh14GhQ-A8C2GZnKbkVcrTb3ydk230pElRvCIi1l_zgGQ=c0x00000000-cc-rp','3511292162159714121',40999),('AbFvOqn_-eJE54YUTog8Ah0KmTyV4XjfnBfGL4NFpi7R9PELJkIZuELwOEJKy7puY62utdg06-TF','The staff always treated me right. They are respectful too unlike some hospitals and clinics. It\'s well lit so that you feel comfy and they are very accommodating.','2021-01-14 23:34:50.952000','2021-01-14 23:34:50.952000',5,'Lynn Diep','https://lh3.googleusercontent.com/a-/AOh14Gihoo9tuB7p2QhovuBrDmAgT1C8ZNKeH49b-1uSuQ=c0x00000000-cc-rp-ba2','17394740196501090048',36993),('AbFvOqn_0f4UbisqgaikC36JB5zJMe26lAujQm13AMhsjrIlxQu9e_Ww-Dcpa5hYVeJVzuyWWl60','Brought my son in after he got a bad cut on his lower lip, which is a terribly difficult spot to put stitches in a 4 year old! Aileen at the front desk got us through the paperwork quickly. Dr. Anders was great...and we couldn’t have pulled it off without the amazing staff (RN Christina R and tech Andrew). Manager Adam runs a well-organized clinic!! Thank you everybody...he’s doing great!','2019-11-09 21:31:58.221000','2019-11-09 21:31:58.221000',5,'Kate Ross','https://lh3.googleusercontent.com/a-/AOh14Gi4MnQZ5ppvU-cL-9t6norUNbvBMVC3WpFbQuSzuw=c0x00000000-cc-rp','16891069708558046635',36084),('AbFvOqn_1nUqHaoceeU8KZh6GvZOnSw9ykzuIzRJyVI-c6kZlFavQvyLBE1zi3Oi7v1ncQZygD-C3A','Dr Patel was great knowledgeable and sweet. Genesis at registration was a welcoming soul and my nurses Catherine and Fame .... No words ... I left feeling much better due to them . Thank God I came here instead of the long wait at the hospital.','2020-01-07 21:13:14.787000','2020-01-07 21:13:14.787000',5,'Henrietta Turner','https://lh3.googleusercontent.com/a-/AOh14Gg9un7ZFCs-bK2U4v2Y5FkfJeNMVv7RxNnmLu25Jzs=c0x00000000-cc-rp','12541597562633926366',28842),('AbFvOqn_1Tj7rGl1wgYc1jEt62i7kn868k3IacSLIkjZyebmWQBmqRIh0_4BKE_mgD_lLHmtf_Qx','Dr. Morrical, Nurse Irving, Rad TecH Holly, Holly/TecH; Lisa Registration Aerial W were all very professional, courteous and caring ... they made my visit very pleasant','2019-09-16 08:48:41.163000','2019-09-16 08:48:41.163000',5,'Dana Robinson','https://lh4.googleusercontent.com/-xNefmzQDsYQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclpH2tgC3Hx-iBUl2IVo7HhZEeEdQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29019),('AbFvOqn_2DzhDxx2pUvUg8W6S12_gSglVzkcLiA34-kQPmXc9Wh1GUOKnc2VzYtuSug3DarI9EUOKw','The professional and compassionate care we received from Mercy, Shelly, Matthew and Dr. Soumen was exceptional service. It\'s a great location and open 24 hours. Thank you so much!','2017-04-06 13:17:08.773000','2017-04-06 13:17:08.773000',5,'Terhea P. Harris','https://lh3.googleusercontent.com/a-/AOh14Gj844OFVIEybBbyg2FIKWFiXqo7LmM_QWexs0_E4zI=c0x00000000-cc-rp','3511292162159714121',41081),('AbFvOqn_5KDYhin3OGPt3Uu2_ksUkPedrWCjamIdHfcIXq_rKHTafihv_AJAn2WipXm-A83Uf7rY4g','I came in for pain and i was greeted fast and frirndly by Hida .. The treatment was fast and awesome','2017-01-04 03:42:37.446000','2017-01-04 03:42:37.446000',5,'Jupitersqueen_','https://lh6.googleusercontent.com/-M0LrS38CdW8/AAAAAAAAAAI/AAAAAAAAeDo/AMZuuclzy-T7jgSMKBgYUzfq8waOw9GBJg/c0x00000000-cc-rp-ba3/photo.jpg','17394740196501090048',37237),('AbFvOqn_7Hk4xXjp6c7ws8U1KVtRiSQ2UtnrsxTmJGgLlE7qMUs4MqVH6smMJehvRrYPJoiJmJhG8Q','Great service, no long wait , highly recommend to anyone in need of emergency services. Registration by patty was very warm and welcoming. Dr. K. Zhen gave great service and was a godsend. Nurses Eda ,Selina and Fanny were very comforting and always reassuring us that everything would be fine.Our radiologist Coraly was awesome.','2019-09-08 18:45:42.671000','2019-09-08 18:45:42.671000',5,'Maison Demoll','https://lh4.googleusercontent.com/-SX9JjHrq7_c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmM3I_9qyQaO5ykO1IUI3qxzdcbaQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36711),('AbFvOqn_8IKxwVeHcAqyaYSS027-A6-wor7tgC3MEWkvjLu7hjPyBFnPfHRO_-1lxbCfQd9Ez9yPjQ','The entire staff at The Heights branch took great care of us. Dr. Thomas was extremely thorough in her examination. Sindy got our paper work fast and into the room quickly. Gina and Diem explained all instructions thoroughly to us.','2020-01-08 18:37:08.946000','2020-01-08 18:37:08.946000',5,'Anna M Garcia','https://lh3.googleusercontent.com/a-/AOh14GjSoURqWXucHsOoD21pmwXu6Uty89OlraKa3C1hF20=c0x00000000-cc-rp-ba3','14567670160750071148',30360),('AbFvOqn_8qzfrMhRL_WCXmAcjQgf86UGIl1R0oCVBe2d3qgHM4Y-A-gUMpLaF2pZ_w32haUPSQD38w','Everyone here was amazing. So warm and welcoming. All of my questioned were answered and all answered were very detailed and thorough. They took any fear I may have had away. Awesome team. Awesome place!','2020-10-08 23:24:50.424000','2020-10-08 23:24:50.424000',5,'Jessica Williams','https://lh3.googleusercontent.com/a-/AOh14GjJs03Ac4wDwXellKuCGb12ota9HX9sw7utV8UuGg=c0x00000000-cc-rp','14748677429039074158',31526),('AbFvOqn_8vbtZq_GRStb-zqtRbukYPT7kA_gQNoedSJKuoyo76M26zV7UDehpUpzI7g2yxPNPTqQrQ','Highly recommend! Super fast care & Bryan and Megan were very attentive when helping me out.','2021-01-19 17:36:28.400000','2021-01-19 17:36:28.400000',5,'Audrey Dixon','https://lh3.googleusercontent.com/a-/AOh14GivXsMJbH5OcgLOmI50xoRzdWYe03iCQqzaEThL86o=c0x00000000-cc-rp','16590124370714063921',44513),('AbFvOqn_AdCHhBHBEA5fsSQlzsMzeqHPjoiPRqosTorgzb0B3VSJcrtuFK3WMevA2ml9-eZE3X8s','Perfect place to go and great care! Jennifer D was excellent','2019-07-10 18:47:40.006000','2019-07-10 18:47:40.006000',5,'Presley Crawford','https://lh3.googleusercontent.com/a-/AOh14Gg2gZ88T-94hVCNxwtGcVoV9IlPNlMtCRx0onamVA=c0x00000000-cc-rp','8626688543755174284',42032),('AbFvOqn_bifFcAlZYrcXyJ96hjm_5pjbzog4uMwwAbHAnr3jEqqC31j4a2B2GrJWcw0dKSCMcaZdTg','Had a good time here. Very friendly good experience with Tech Townesend as well as Dr. Elsbecker','2020-10-21 22:37:03.387000','2020-10-21 22:37:03.387000',5,'Cy Young','https://lh3.googleusercontent.com/-rFdNIckevrc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckoNFUYGfw67EIbr3w1HnTCPPPDkg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35687),('AbFvOqn_BSsCM5ZrnfGHvatBfc92rLyC1ly1gRzKKCJrs_Tb7BXrL1j23KcLqJDCs1tVzhTFhmMVjw','This is the best free standing emergency room we have ever been to. I wish they had taken Medicare so we could have stayed there instead of being transferred to a hospital. Jessica, Erica, Dr Spangler, Teresa and Ryan were fantastic. I would give them 10 stars if I could! Thank you all so much for the wonderful care you took of my mom!','2020-02-21 19:32:07.756000','2020-02-21 19:32:07.756000',5,'Tracey Garza','https://lh5.googleusercontent.com/-nmmrKG018Co/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnbFDT_MwGdG2azOgwI73Z2rbz6Mw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32340),('AbFvOqn_CiEBaZXHHZvIvRmETyFubK8KGUILZ5fW90BHS0i4r6ZUQR1Lispl9b5znfOqRSvVYov-KA',NULL,'2020-10-19 14:35:15.630000','2020-10-19 14:35:15.630000',5,'Zaitha Suarez','https://lh3.googleusercontent.com/a-/AOh14Gi8FdYXjz6uYyEZi_xbu4kbjSNGO_X6xM-jxbiUAg=c0x00000000-cc-rp','13486358490203335051',29292),('AbFvOqn_cM7bu_GQD8SofyaDVX5yeCPZ3bGhunSAXAvVrg4SLdCnt4tB_2lxb7WRqBpPtF7xDM0c2w','I came in here with excruciating abdominal pain and they were very quick to get me signed in and started on some pain medicine. the receptionist was very patient with me even though I\'m sure I was a bit short due to the pain, and the doctor and nurses were polite and attentive. I would definitely recommend coming to signaturecare if you need medical help.','2018-03-11 11:09:04.626000','2018-03-11 11:09:04.626000',5,'eboni daniels','https://lh4.googleusercontent.com/-y5lDe4BRpp0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckEUAwy9ByIeTEq3Jd5dCCFlrdhIA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35298),('AbFvOqn_COq04poLuO4WSLzgM0YZWLZ5EroA4MOgOAEOR4K-cdkROBFpdl4FcL3vVNMLSK6F7OGl3g','Ashley Williams and Amanda P was very sweet and nice thanks a lot guys','2020-12-13 02:36:12.473000','2020-12-13 02:36:12.473000',5,'hector herrera','https://lh5.googleusercontent.com/-WV6AlLbgXRQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhCsKfYw11E01tK8ZjNv35SEpaVw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37403),('AbFvOqn_d0DoIZUg1Um9bei4qt41V-KT3k5_Ju6greSW7UKezpBGb9Ad0-nZhuFZ4-q0lKpxb9fFpw','Front desk (Kassandra and Tiara) were super nice and friendly!! They were very fast to take us in and the staff was very friendly. Dr. O’Malley was very nice and spoke Spanish which was very helpful for my mom.','2020-11-01 20:03:56.687000','2020-11-01 20:03:56.687000',5,'Esme Garcia','https://lh3.googleusercontent.com/a-/AOh14GiSaMFa6By2CqzgdROysoCMuLEcdQ88EA1A_3M0-Q=c0x00000000-cc-rp','16389487648212004696',33025),('AbFvOqn_EaZPLHyxRbKGNevn3zo8jd0O5MmoYHYmxlActK8C1Qmgeekt7oMUr6Siv9QDLrNVdA27','The Dr. Was very professional, considerate, attentive, observant ..the staff was amazing, the nurse Melissa was very caring, attentive, amazing. I was in my room, and the nurses, Dr. and even the young lady checking my vitals, were very considerate..constantly checking on me ..these people and place are amazing. I was there awhile and they took care of my throbbing pain , made sure I was comfortable, and had wonderful personalities.I normally go to Memorial Northwest, but I pass this place everyday. I had got hurt at work and needed immediate care , so I decided to give them a try, I was completely satisfied. The next day Nurse Melissa even called to see how I was feeling and if I needed anything ..I Highly recommend the SignatureCare Emergency to everyone this place is the best..Thank you so much for the Amazing Care šŸ’œ I will definitely come here when I have an Emergency again.','2016-12-07 01:54:44.140000','2016-12-07 01:54:44.140000',5,'angie leija','https://lh3.googleusercontent.com/a-/AOh14GjoxI8YaSLEEANA-r8nPQBJpQG1H71CDX39Ul5kXg=c0x00000000-cc-rp','14567670160750071148',31151),('AbFvOqn_ekfJq0nI961UybcZ6hVpjEjSel7WBkZMHoXO6zIzzMTIJF9LdHu2iY5yxVEFZBF7I78onw','Great customer service with many friendly faces with smiles. Great and fast service in and out less than 30min.','2019-10-01 15:06:44.286000','2019-10-01 15:06:44.286000',5,'Curtis Ross','https://lh3.googleusercontent.com/a-/AOh14GiyUs1igwUvPGOH-RjmwKecCrINQ9-QpV5UThmvcw=c0x00000000-cc-rp','16389487648212004696',33920),('AbFvOqn_EL4gxPrCJLh1MWgIsZyEhcGUIOGF5KgvnO-AoA6SFI_IwV8lSrsZHKhWdTkSwy49i-HVGQ','The receptionist Keera was amazingly very friendly and polite as well as the nurse Fanny. Amazing visit per usual','2019-10-15 15:20:49.802000','2019-10-15 15:20:49.802000',5,'kayla nelson','https://lh3.googleusercontent.com/-5mdIc3VF8S0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn96HUGOKL-IsQ3MOw8FCi_lmcvJA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36689),('AbFvOqn_exagGlUS7V3Oqkayfyajvm7oYuzhSJ6xvjmwfvP21by109R_dQOBt-AnAKXQCasrfN9-Dw','My son needed stitches from a work related incident. They were efficient, speedy and friendly. I hope I don’t have a need to come again but if needed service I would drive past a few others to come here. Cynthia at the desk was great. Thanks so much for making this painless.','2018-11-26 00:22:13.780000','2018-11-26 00:22:13.780000',5,'Keisha Breaker','https://lh3.googleusercontent.com/a-/AOh14GiPTio_aID8PYhdJPKzgjYASYhLg56cLppG-Kfo=c0x00000000-cc-rp','14904078213800803294',32523),('AbFvOqn_ffbEOEWWVCBsallS6LATg3tMcOAr8zvHW0YbBSGh1_zMJPDwFb9ZPfBrT38xtr5_knHclA','Top notch service. Everyone was very caring and helpful. Luisa made sure I was comfortable with warm blankets and water and Alvean answered all my questions.','2020-12-27 15:42:04.814000','2020-12-27 15:42:04.814000',5,'Santina Malone','https://lh4.googleusercontent.com/-PmIKNIwCWVw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmI3EiyuNCH_XAnHPaIALFEGBvMiw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',43957),('AbFvOqn_fKWcGEwnS0sTRvNzaKZYrak0rmDpzV4uzaeVnsO0aGBI3jqypiWX20q6e_CLTJ_eKEQorg','Wonderful places and excellent services. Rollie, Natalia, and Stephanie are a great asset to your company','2020-01-27 01:49:49.487000','2020-01-27 01:49:49.487000',5,'Francesca Nelson','https://lh5.googleusercontent.com/-gzn9q6uiZtM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckeuPdK-h2vZzsPR00ViHKWqvU5Bw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42483),('AbFvOqn_GLJeOPDUN9nA-Djm59lbkaR1Yuk8XtS1TEnULM2SnN2V54O_59Z0vpPAikmsVpE494x2','Dr. Chukwu was pretty patient and was helpful in understanding on what is going on. Alvean Marcus, and jocelyn were very friendly and helpful','2019-06-05 18:50:28.134000','2019-06-05 18:50:28.134000',5,'Esmeralda Ca','https://lh6.googleusercontent.com/-Z8QWgiUnNXc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmA6GoP4U16D8YUyAX2QkGvxRLK-Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqn_Gofj83qs7Ok7EtjI4IP9tuIoD2H7bzBAfRqaB44g4WxF-kUL8A2enYtEmpJYYyijtq9jUQ','Great clean place.Very nice and quick to take care of me.','2019-08-12 19:41:47.611000','2019-08-12 19:41:47.611000',5,'Amber Elise Campbell','https://lh4.googleusercontent.com/-zcBuHhLPY2A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnzm9KI9eCMGaFtOrdu3-tpa-wyJQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39825),('AbFvOqn_GrQ2bh1pRhIqQJQf_O9vsbGLCVAqvF1R7aMgDDqGy1S2QBBql4qM_dJG4pVhF_C1OXzaMw','My nurses Erica\'s were amazing they took such great care of me and got me in and out thank you so much for you quick service','2020-03-09 16:14:17.575000','2020-03-09 16:14:17.575000',5,'Amber Muldoon','https://lh6.googleusercontent.com/-UoCSVXBsHcY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnBBTZuAgyvk2jE5DPMjb8jTorQkw/c0x00000000-cc-rp-ba3/photo.jpg','16389487648212004696',33278),('AbFvOqn_iezRt56DB9dgTNvVeyK-Ujp3Sr4CyGzRIm_d87P48XZ6iRmV2zaXkOWNTEn29YmVBXmE4g','As soon as I walked in I was treated with such good care. The front desk people were so quick and nice to get me in the ER with my son. Georgia was super sweet and even brought my son a teddy bear. His staff was Aubrey, Gabby, and Dr. Bodige, they were all so great.','2020-10-22 00:33:51.556000','2020-10-22 00:33:51.556000',5,'Liliana Cavazos','https://lh3.googleusercontent.com/-OVAE42EiG4k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl8xMCwEDH2LjhZHA8RRwtpcoHUVQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31473),('AbFvOqn_iIjgrbW30T3QslEel-N-2L1khuleJ-dxMxX-Ma-PuneZcOFSMNTFkXrnyUSfv2PJw8cW','Everyone was super friendly! And fast! Jessica at the front desk and April, our nurse, were both so sweet and welcoming. Dr. Evans was great too!','2020-11-28 19:13:23.689000','2020-11-28 19:13:23.689000',5,'Hailey Nett','https://lh3.googleusercontent.com/-oP6pKxk0yAY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclqaVLR5UiFE1puRWPaT0vjQ5Yy3A/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31310),('AbFvOqn_ISQFJ8a_ct5cCC669tAXzHUcwe2z76SvDApTCf7gsDS5pYV3jjtfVDek69GtEfDbALfP','Been coming for 4yrs when needed and always a pleasure.','2020-11-23 16:52:50.247000','2020-11-23 16:52:50.247000',5,'Larry Hopkins','https://lh3.googleusercontent.com/a-/AOh14Gigydz8NWQgWq3sH62NuKoX6nsXLoRt1NUGSatrS0c=c0x00000000-cc-rp-ba3','14904078213800803294',32148),('AbFvOqn_jD2y01IfsOyVwzpiAgMc3sVo0IXAjfyz8G63-RhJJR0DyTh8oBAuJ7l-A5kVWKMYaj7O','Every experience I have had here has been fantastic! Very efficient and friendly staff, and felt especially taken care of by ER Technician, Georgia. I would highly recommend this place!','2020-10-07 03:09:56.253000','2020-10-07 03:09:56.253000',5,'Hailey Laferriere','https://lh3.googleusercontent.com/a-/AOh14Gj1ePvfm3ZenBg8IQrS_7Tc44MimgBeKwlAqXZ8sQ=c0x00000000-cc-rp','14748677429039074158',31544),('AbFvOqn_JE5xMCyvYyf6sbH5ayl9iDqV9sBUKkY2GLV-TX5JaoaFGwcweexWAyBbBe5wNa7wT8pc','What a great experience. I was seen quickly, the staff and dr were so caring and even though I feel horrible, I feel so much better after coming here.','2019-08-07 17:06:50.097000','2019-08-07 17:06:50.097000',5,'Amanda','https://lh4.googleusercontent.com/-d7z9rJ-xdy0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnSRWmEnz9pqnVhmFvg__JGIyNvpQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39288),('AbFvOqn_Ka1H7hf_9Sr1F_Q2PCv45624wVbIL0xpIOxHnycc96pTpVMDCBdK-1-qrhY7VgUMaQv0fw',NULL,'2020-12-07 16:09:52.369000','2020-12-07 16:09:52.369000',5,'Tiffany Sifuentes','https://lh3.googleusercontent.com/a-/AOh14GjzJTxWtQRHaLzFXnJHU2dx2X3094GpfJ6HDCwE=c0x00000000-cc-rp','14904078213800803294',32131),('AbFvOqn_kJzE1ur7SGniqKcJS1pLtPa4GPfRplQEecgOUtPxNZeJt3xZHBnZ2O9ohCvUeevtKyJ4aA','Had I great experience beyond happy with my service..being sick and getting gretted by Nurse Laura and her smile made me feel much better and Dr. Sylvester has awesome bed side manners. Never felt more informed and care for by a team of professionals.. I recommend this facility to everyone','2018-08-09 19:07:33.270000','2018-08-09 19:07:33.270000',5,'siemaj davenport','https://lh6.googleusercontent.com/-Ksyd3vVHpD8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckkGGPAEvXE__TMD5C8qe4bKnZngg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40881),('AbFvOqn_l20VenCWn3-tUOhX39pDum3d4YlEjn7TSAen4uFI_-v3hTxLBP3BP1WHCd8-jfyYUh0ZBQ','I had a great experience here! (Minus the reason why I went). I’ve had kidney stones before and knew the pain I was experiencing was probably due to that again.. when you’re in an extreme amount of pain and discomfort the last thing you want to do is wait... and I didn’t have to wait at all here! I walked in gave my info and before I could even think about sitting down, I was being escorted to a room. The nurses and doctor were so kind and comforting. They made sure I didn’t have any questions throughout the process. I definitely recommend SignatureCare !','2018-06-16 04:59:15.751000','2018-06-16 04:59:15.751000',5,'Casey Joshi','https://lh3.googleusercontent.com/a-/AOh14GhfJRslMFzAuNcA6j44ITp9ZcTF4gmdLyReg7b-Dg=c0x00000000-cc-rp-ba2','3511292162159714121',40931),('AbFvOqn_lDI_nqbH-5WD6tJ3RL1fdGU-MxP-eiaSVeYWV089qHtGiHEdzOG1tPnSqesmmZtxXuyFnA',NULL,'2020-09-09 18:54:29.804000','2020-09-09 18:54:29.804000',5,'Lil\' SegaMarkIII','https://lh3.googleusercontent.com/a-/AOh14Gje8mwopqHN4hJjwgYsLRhcJRnnMGx_HcX2LQxkgA=c0x00000000-cc-rp-ba2','8626688543755174284',41896),('AbFvOqn_Lfk0FQZHjo4Godh3mbXNbs40axITUn0azDI0uxNc48ACBNRjLGl3lhD48h-Va3j7BCBs',NULL,'2020-06-01 23:29:43.103000','2020-06-01 23:29:43.103000',5,'Robert Lamb','https://lh6.googleusercontent.com/-HhsGvAWpN0E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckX00IUXY_wxFzwyYt-K-kYMrGjwg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38825),('AbFvOqn_LoD1cc5nay2tKrsHy6_osbhHAlH-0XAib7d5lpEEnQwuSYtV5d9WB7RgWntsTi4SW4i-','Dr. O’Malley\nAnd nurse\nSharia U\nOlivia P\nPatricia was great very knowledgeable will recommend family and friends','2019-12-01 21:49:42.006000','2019-12-01 21:49:42.006000',5,'Love Meh','https://lh5.googleusercontent.com/-FqEoPAgeYJ8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl0HEhUpAKvOxK8ljIcMm5IqtONCw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33648),('AbFvOqn_mV2fnUVD_1aeVoCtrQkoOU9qI07CcN5OGNuImaLNxNb5UNXP7nS8SJAGlH4QsZpSTCux','This is my second time at this ER and each time has been a great experience despite the circumstances! The staff are incredibly kind, helpful, and understanding. Tanishia attended to me at the desk and made the check in process very efficient. Dr. Henderson and Charlotte were very kind during my procedure and very reassuring and great at explaining each step they would be taking. I’m very pleased with my experience and I highly recommend this location for any issues you may have!','2020-03-13 01:24:15.234000','2020-03-13 01:24:15.234000',5,'Sarah Garcia','https://lh4.googleusercontent.com/-H1OhhioFHWo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl4_n4sZD_xHq9ajckEkE2AsxtEPQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37622),('AbFvOqn_NdnJyRNarehezZNPl4RZ2LYfG7CrH58Wn5ptmyUxQWqWz0UqcwcLb4a07kLAHeEPvEhgYw','Service was great and speedy... the staff was friendly and explained everything they were doing. Made sure we were comfortable.','2020-10-08 20:41:20.894000','2020-10-08 20:41:20.894000',5,'Alveisa Gamez','https://lh3.googleusercontent.com/a-/AOh14Gih8JSSiOPLpnley6MiPrV5mrSfvc7N8Nc0dRQQfQ=c0x00000000-cc-rp','14748677429039074158',31531),('AbFvOqn_nJBmOHexR5mlmC0WbRQ2IlCm5nL5bIhRYZMvim_rabG1WSzJ9x5Bqi6F6qo4RDHqWeFZ','The front desk staff member was very personable and professional. She was extremely courteous and showed genuine concern. The facility was exceptionally clean and sanitized. Now, the reason for 1 star was the doctor who saw my mother and gave her one of the worst exams and diagnosis. My mom\'s right hand was swollen, red and she was in excruciating pain. Dr. Natacha Oureshi put my moms arm in a sling and gave her a prescription for Tylenol with Codeine. Period. The following morning, the pain was worse even with the Tylenol 3. So, we went to another physician and it turns out that my mother\'s hand is somehow infected. She was given steroids, antibiotics and given a topical cream. This doctor, who obviously takes great care of his patients, told my mom to stop taking the prescription Tylenol and use the over the counter Tylenol with arthritis medication. He also wanted to know why the heck was my mom given a sling???? What a difference from Dr. Oureshi.\n\nThe facility is nice but if you want to be treated for whatever is ailing you, go somewhere else.','2021-01-05 00:23:40.194000','2021-01-05 00:23:40.194000',1,'Ms J','https://lh4.googleusercontent.com/-0Y2CQl0sBHA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckWXVlAiBsqidk-7UfxW8O0sufAWg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',44341),('AbFvOqn_O1rKS5wgPR7qNX39NL0IHviOUKOXCz0xdoZ21UEIAnduieZaPvuNwORAh4TJ9suiamye','Incredibly nice and clean facility. Exceptionally kind and attentive staff. Jasmine at the front desk was incredibly kind and helpful!','2017-03-14 05:34:53.264000','2017-03-14 05:34:53.264000',5,'Lizzy Vernier','https://lh3.googleusercontent.com/a-/AOh14GiMA12ddaGf8cHfx_hVEGAOXNr3qjCmuepcc6i4Bw=c0x00000000-cc-rp','14567670160750071148',31081),('AbFvOqn_O3JRL7cd0ABodpYg_mhmQIioQkGIrgeWMrXDQgN5Ocf_G0xMj_ETMRj9kvIP0NwSJuUFsw','Came on a Thursday afternoon with a friend seeking services. We were taken back very quickly, very clean facility fully equipped it seemed to handle emergencies of all types! Dr. Smith and Rommel the nurse were very helpful and respectful. We got what we needed, quickly and efficiently. Highly recommend if you need emergency services!','2019-08-05 20:28:59.920000','2019-08-05 20:28:59.920000',5,'Mahereen Maherali','https://lh3.googleusercontent.com/a-/AOh14GgaeCOYwdTbPAmF6uzAyxksrJ30x3uxYGO1PuBT=c0x00000000-cc-rp-ba2','14904078213800803294',32435),('AbFvOqn_oiysEzZ8gml-x0X4CJudOoFKiTz_W-C2dF4m3QKpBFmHvh_FHXcoEc5YZbDBC9nGU2cN5Q','This place is so kind. The staff at the front (Kristandra & Tiara) complimented my son and were so sweet to us. The wait was appropriate for the visit time frame and we were taken care of by the nurse staff Gracie. Dr. O’Malley was very informative regarding the pandemic information and gave us lots of helpful information to use. The little one was even spoiled with Gatorade and a snack! Great staff, easy and convenient location and clean facility. Will come back in the future for any emergency needs!','2020-11-01 18:10:02.052000','2020-11-01 18:10:02.052000',5,'Shayla June','https://lh3.googleusercontent.com/a-/AOh14GiqhyXUdsXUuVQftC_t785Q52WPS3EQkXDvG0ns4Q=c0x00000000-cc-rp','16389487648212004696',33030),('AbFvOqn_p5prgAUz9t2eGXteyhqTjxllPgMZG-UFH7E_Hr1gy6gBpCekWwjkX85gR04vWfDAty8ZPw','Made an unexpected visit to the ER and although the circumstances were bad, the experience was amazing! Everyone was so friendly, informative, and respectful. The receptionist, Rebecca greeted me with a smile and quickly got my paperwork together and had me back in no time! Thank you Gabriel and Kathleen for taking such good care of me, you guys are awesome!','2018-02-05 07:01:54.870000','2018-02-05 07:01:54.870000',5,'Matthew B','https://lh3.googleusercontent.com/a-/AOh14GgTd6L0xBc7M_MUfVJVsJNrGNDfBWpvt7_XUXmv6w=c0x00000000-cc-rp','16590124370714063921',35313),('AbFvOqn_PY2v-_ltyCzVMBL0N60zAitnq5xfP5oyQ4XdFPw261GmGQumv7r3lWolCZ1xBC7aEeiG','5 star experience! Fast , no wait time . Everyone was amazing and wonderful experience from Patricia the front desk to the nurse Exaterini , the tech An , to the CT tech Laura all the way to DR. Rodriguez everyone was amazing!','2020-03-19 19:38:21.042000','2020-03-19 19:38:21.042000',5,'Anthony Chavez','https://lh3.googleusercontent.com/a-/AOh14Gg58MpdEi53x5PV6HfAWjMSQd9pUtYsclSI0D1oWQ=c0x00000000-cc-rp','16389487648212004696',33248),('AbFvOqn_qNaVwgQkuzQWkJmabt122o2WU7nqoCXBLRVy06Z2H53n6gc_ds90qhBKFKFYEyMgvJMR','The Care here is awesome. Dr. Daniels takes her time to explain everything to you. Each and every member of the staff is amazing.','2020-02-23 04:55:17.162000','2020-02-23 04:55:17.162000',5,'Cynthia Burciaga','https://lh3.googleusercontent.com/a-/AOh14GhnHUwGOBgh5MJHVEFfa8tga1oE_19w-aj7pG5-QA=c0x00000000-cc-rp','6521947413723274945',41460),('AbFvOqn_R1Z77AGMI38Y0WkdlqSEEpb7QFPWtVSP52-8N9Z1KGpMURQ5VJmPquop-JTHQpDtVI3MXg','Staff was very friendly and extremely helpful. the Nurse Kristina was very concerned and explained well. The E.R Tech Scott was super care when drawing blood and made sure it was as little pin as possible. Dr. Zhen was fantastic and answered all questions.','2019-12-27 23:50:24.827000','2019-12-27 23:50:24.827000',5,'ANTHONY BUCHANAN','https://lh5.googleusercontent.com/-WvgIJOJpF4E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl_njiqr8GEfVTegGvYiUrwGCXAeg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28895),('AbFvOqn_Rb0H1hVWQiEGnznNT_zefHhYKggrAezFnrGee-hGt8GnNwykz1ibG-BYnzji3whqRjYHQA','I must admit that this facility attended to me almost immediately and i was out of the center within an hour with all the needed information. Dr. Dang was so nice to explain the problems in detail ensuring without raising any fear in me. Nurse Selina and Tech Janet were equally caring and concerned and ensured all the treatments were given appropriately. Not to forget the front desk Cindy also was very warm and smiling when we went it. Overall a wonderful place and would definitely recommend anyone looking for any emergency treatment at a quick pace without waiting for too long.','2018-12-18 18:50:06.360000','2018-12-18 18:50:06.360000',5,'Sunder sarma','https://lh3.googleusercontent.com/-CuHZnOg2mHk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmuDJtkwfL7vaAnyh0X9C2gF9OJbA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36853),('AbFvOqn_szPoMODmWtxia3_G7tWWaknPqbOZc1IDhHH8AYrTwGsEzfemyXXi1dUqwkTYl2NnCietTw','I absolutely love this location, I have been here a few times and each time the service gets better and better. The office is neat and clean the front desk, Nurses and Dr are amazing. The visit is very quick, they always take care of my needs and get me out of there. I highly recommend this office.','2019-02-26 13:25:42.647000','2019-02-26 13:25:42.647000',5,'Lafranzis Cox','https://lh3.googleusercontent.com/a-/AOh14GjzhLkchqhL_F86PflhyVWLZdBO6aWHCCe8G2xPdDA=c0x00000000-cc-rp','14904078213800803294',32494),('AbFvOqn_T9YkYwQNMgQ-MO9qIL_vcJFKiZceH5IlimBiFAoFWnS2McA5BLs1foTS3l9bseDwLTo-yw','My son has a cut on his forehead. All the staff were friendly and very efficient.','2017-02-23 22:57:16.478000','2017-02-23 22:57:16.478000',4,'Su K','https://lh6.googleusercontent.com/-GYG1_QkHsG8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZBnvfgDKsfSicpnNzRLaiBY7LdA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32726),('AbFvOqn_tDgv6V8bK4_3Prn-W6rAPfHFy6_I9qB1KRxUo_jqY3HPYeIbi_RSJfeAYJocLaLgMupH','(Translated by Google) Lace, Luisa and lam .. excellent service ... very kind šŸ’œšŸ˜»\n\n(Original)\nLace ,Luisa y lam .. excelente servĆ­cio ...muy amables šŸ’œšŸ˜»','2020-10-23 15:30:20.029000','2020-10-23 15:30:20.029000',5,'Odalis Maldonado','https://lh3.googleusercontent.com/-7SP83xp-iRo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnvSa2jBz9F___qx-mwgE5POTZsCA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33105),('AbFvOqn_Urzi18xUhvcKCch3Bd64kxFjeYqb_w6QfLaQ6uzolA0Qd8gQqaPwg2lKfOsGb3advhCSuQ','Great place very quick and friendly staff','2019-05-19 04:03:06.663000','2019-05-19 04:03:06.663000',5,'Martin De La Riva','https://lh5.googleusercontent.com/-sFur7l5mR0I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMsiZYrEIyX2zAyWmkJcOa6W5pCQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39347),('AbFvOqn_vssuUiSAsmg6sVtWA8FlZMHChkKUYE9gVYymddRExKybSFVLpWR3C_tcFpCMA_E7evz6vg','Dr. Das was very helpful and nice facility with welcoming atmosphere','2020-07-31 15:14:23.471000','2020-07-31 15:14:23.471000',5,'Yuriko Ortiz','https://lh3.googleusercontent.com/-Y_4bFFoec54/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnF60je3aGe04Au7KhQKQlaZk5wog/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31824),('AbFvOqn_WB-tZSdWWqnURAaH8gSXqremvkMrxEnxsA4lm1IwosvDBoD87gZbR5lUDIIxcM03lOjo','Dr. Edozie Akunyili and his staff, Nurse Johnny, and Tech Ryan were very attentive to my needs today. Very knowledgeable and professional. Thank you for all you do! You are heroes. Much appreciated.','2020-05-17 23:52:43.414000','2020-05-17 23:52:43.414000',5,'Alicia Matsushima','https://lh3.googleusercontent.com/a-/AOh14GgQLoCOqOWokwFrpJQh2Q-LbV6WGCoo4Fu4Plr35Q=c0x00000000-cc-rp','14904078213800803294',32327),('AbFvOqn_WT3HXGUUXfSCbi07I3fGm8vzY7TAlKe_lQgOdfO0UdMYr8mq0QR5zW0kDZBfeSUHUFnsig','Staff was excellent and friendly, very efficient with no wait time! Gave me a nice blanket, added some brownie points. Very thorough!','2018-11-16 22:10:44.170000','2018-11-16 22:10:44.170000',5,'Leah Voss','https://lh5.googleusercontent.com/-nTJE539jWBc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmP7oZoxJMUYEYiOaQF_KVs6V2iAQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35102),('AbFvOqn_WTnyeUwwqpqAzca3eeM8h7SoM3a6zcID6hMDPo6sNx2xKzVfplBrluwsoiB4lx1VlDbdaA','I WAS SO SICK AND THE STAFF MADE ME FEEL SO COMFORTABLE\nTHE NURSES, TECHS AND DOCTOR WERE ALL ATTENTIVE PROFESSIONAL AND CARING. THANK YOU I WILL RECOMMEND AND RETURN','2017-02-22 07:37:15.668000','2017-02-22 07:37:15.668000',5,'Cynthia RamĆ­rez','https://lh3.googleusercontent.com/a-/AOh14Gg2PfmAcDrZ1CqC5G7RITzgCOoh9NpBBrDazeTqAQ=c0x00000000-cc-rp','14567670160750071148',31096),('AbFvOqn_X_30c4r4NJjalzTNgqJGikwQsLt5yGl5AkTcEO5cS1hrQWE3bA2qh40oo5cYxayvqUJmnw','Alyssa p Shawn k y’all are soo awesome thanks for helping me','2020-01-24 21:49:55.689000','2020-01-24 21:49:55.689000',5,'Alexzanderia Starghill','https://lh6.googleusercontent.com/---Tzm2_ZJUg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm9YccXUWe8Te1N92ZapnULdP7O6Q/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43135),('AbFvOqn_yMV4ewji-HVYKJKDOX-72RkMKffT6bUDpaPPKLF1oBXTS7qbIXjgqvOxyu_OsunR_PuL','Hi am in here right now','2019-10-28 14:42:02.214000','2019-10-28 14:42:02.214000',4,'Khmer Texas Going Home 2040','https://lh3.googleusercontent.com/a-/AOh14GgWpCgHlZ8VnWAYuW7kFCrOBh4TAd-i94k8NhrwuA=c0x00000000-cc-rp','14904078213800803294',32412),('AbFvOqn_YutdYraGZtyv9w7wOkflMAzkDLY9XHtjfoYbioFXR8MrQOINo86TvxwVkCZmfeGydXiC','I had an amazing experience with SignatureCare 1960. It is the BEST service you will get for Emergency Care in a freestanding location. No wait at all when I went and everyone treated me like a king. I will return if I am need of their care again!','2019-09-17 16:06:59.668000','2019-09-17 16:06:59.668000',5,'Sean Holt','https://lh3.googleusercontent.com/a-/AOh14GhQwNi-xPKwu1Ru1k-1hDoyKQwDv3NazdLvfSkAOQ=c0x00000000-cc-rp-ba3','16389487648212004696',33955),('AbFvOqn_zxKL_AzgB5xyuGYJXmkEpC8Slc95iw3fRUI83mR8WhK53zDNFrReNuEtldqtVUQXuxNOOA','Excellent and quick service. I recommend to friends and family.','2017-07-13 22:27:50.312000','2017-07-13 22:27:50.312000',5,'Paul Gaxiola','https://lh3.googleusercontent.com/a-/AOh14Gj_Etq_ESZbmpj5SfKpHXPBKtkEt35FEYIToAHJ=c0x00000000-cc-rp','17394740196501090048',37118),('AbFvOqn-_9lKkgZarsNy_jKCvGzOpWGEOdct3rBrUCNREhEKz3LcOibpQirzlgw10sxdQJSPAbEIzw','As soon as I walked in I was greeted by Samantha. All the staff that was working that night was very friendly especially Brandon W and Bryan D. They made my visit very pleasant. The wait was not long and Dr. Singla was very good, he have great bedside manners. I can’t forget that Juan C and Joann G was friendly as well.','2020-03-07 21:06:56.653000','2020-03-07 21:06:56.653000',5,'Monique Cotton','https://lh6.googleusercontent.com/-Ps66_OTh4wQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn1er0f_zUQHfE0HZSj0i9tg97dtA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30208),('AbFvOqn-_MUReV-zqS4qK-fm1-jkJoRQste9BOpLi-LbnIYM6-7HGZH2gUiVL0zOi5OT5o4Ywf6Szw','5/5 stars! I came in worried I had the flu and my nurse, Gina, was so nice & took great care of me! Dr. Singla answered all my questions. I walked out feeling 100x better than when I came in. Thanks yall!','2020-01-25 00:14:55.470000','2020-01-25 00:14:55.470000',5,'Hannah Goidel','https://lh3.googleusercontent.com/a-/AOh14GiS5aVkq3InueOg8aJJhMMcjxvxzxQLKflE-6GfLQ=c0x00000000-cc-rp-ba2','14567670160750071148',30304),('AbFvOqn-_uq2DwXQbVJJuzkt2gBsrx5m8BNoTeLjTgvebzejrBh27Saioz0rrg8gi-Pv6W6QXapD3g','This place is phenominal. If you need the ER, go here. This is the best ER expirience ive ever had.','2017-06-16 15:11:11.532000','2017-06-16 15:11:11.532000',5,'Danielle Cooper','https://lh6.googleusercontent.com/-nzAG7kKxmIw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1ZPoa-WrO_sPJ1FUOHr7xvtefLw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36474),('AbFvOqn--rEqe1ta2EFXx4kr39KwEsFJURgD3-JAvPEK6jhW9tofUr0sK9t881mGGHJifbj934e4',NULL,'2019-02-05 14:53:43.215000','2019-02-05 14:53:43.215000',5,'Aaron Findley','https://lh4.googleusercontent.com/-5PjNVlxdslA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmPqe6M6eOGqtVQiAbYKbQyxH0Nrw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29909),('AbFvOqn-59ieGwxI51kdzxy11qs1m3x2cdqB46vINWpuMMl7Ghqm5qBv-hY1y4qONeKUXAhLEE2KjA','I love this place they are very fast ,and great people. They will make sure you are greatly taking care of. Thanks to @dr.yost @chloe-RN for having me in and out with great results.','2020-09-18 21:26:06.827000','2020-09-18 21:26:06.827000',5,'Martinues Manning','https://lh4.googleusercontent.com/-6Jc8H1TFEwQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckOJeJAERFibVEB3tOrqw_JrjVhew/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39520),('AbFvOqn-5B6ndqsZQ_lxBF_-tTlU5uyte_2ub0JEu4RZg8hCOUm7zLRPJ8PWDJm-p4BGCXs3WT1_eQ','Dr. Ybarra, greets you at the door RN Katrina give special care ER Tech Cedrick made me feel like I was right at home Rad Tech very supportive Reg: Therisa was very patient, kind, and offered good hospitality Overall they were a wonderful teaM!','2020-01-04 02:48:32.673000','2020-01-04 02:48:32.673000',5,'Blaire Roberts','https://lh5.googleusercontent.com/-NDGTRFYzMXA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckwDUb8I0rB6qLyUIT2L0qjnsC3Dw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42515),('AbFvOqn-5msqSTLmXY8CtftAymKVGLVWr0iVj0C9XmELuHSXGHUOhZV3_x-fJCIbasYgtfowAbrNeA','Dr Boester. Niki. Rn Amy','2019-03-11 23:39:23.527000','2019-03-11 23:39:23.527000',4,'Kenneth Grant','https://lh4.googleusercontent.com/-ANCTjddiW08/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckYEZJ6eou5lZwMe6YlmDUrffa0hA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30592),('AbFvOqn-6auO4HioNtVA0x-a7a7aeeus-D-xUAX0EXbukUTq7uC-4-DH_ocQHsX6YGJThWpfEk9uqw','Had a fast, safe and thorough examination thanks to Clay and Christina R.','2020-11-06 17:23:10.561000','2020-11-06 17:23:10.561000',5,'seth Millard','https://lh6.googleusercontent.com/-UqtySp-LR9s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJ6LdwWk6eiL0Cvl-rHE6SPRLTuQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35634),('AbFvOqn-6Ht4L47nqp8SjHgQCOh0a8FKU0Pn-Px3HlgdhtY_2Zlwf8UuxKv4QGjYs8fIKIoLO66EuQ','Fast service. Everyone was nice.\nDr. Patel\nAlvean\nTricia B\nPatricia C','2019-10-24 17:25:14.002000','2019-10-24 17:25:14.002000',5,'Teairra Richardson','https://lh4.googleusercontent.com/-zNIZKW595lE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmOKAYc14DVBY9wte87AbK86Zj-8A/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33835),('AbFvOqn-6ViJxEIXX88JYgEVTPfqnbFsz_rL0NwmA09EnQmYEnlF8IyfjJEzpWVMMw-_MfriTGM7HA','Valory and Alvean were very friendly and helpful!','2020-10-21 15:15:35.964000','2020-10-21 15:15:35.964000',5,'Amanda Smith','https://lh3.googleusercontent.com/a-/AOh14GgCy9Zh-gxBbNTpLLHTzuRqy-3Khar2zyTslMZT=c0x00000000-cc-rp','16389487648212004696',33128),('AbFvOqn-7nUhNDPux7KCCUtsVkA3Ui-5upcSfVFCTh0pDRWx6asQIDXXQKoM2ABX0BSAfjkLQ7NsVw','Fast, friendly, clean, efficient and outstanding patient care! I am truly impressed, the way they treated my 6 year old daughter was absolutely amazing. I appreciate you Dr. Leung, John & Alexa, Casi and Angela! From the front desk to the back you all did great! Thank you for taking such good care of me and my daughter. God bless you all.','2019-12-17 01:34:41.668000','2019-12-17 01:34:41.668000',5,'Stephanie Bruss','https://lh3.googleusercontent.com/a-/AOh14GjQzDMOakJtn7Gh0Nrs5FRxtSbGCaiUA2NVv5GpSw=c0x00000000-cc-rp','2694018788013845459',39185),('AbFvOqn-8jjZHUcBM998RAQ85E62o1okbnejH1F6i2Seyjv6hZD1mbZoFtPs9MpUjFxFqADSRWEW','Very clean facility, very professional. Even when we were hesitant about treatment they took the time to explain further to make us feel more comfortable. Front desk staff was especially friendly','2020-03-05 18:27:00.104000','2020-03-05 18:27:00.104000',5,'Kym Hulslander','https://lh5.googleusercontent.com/-F5udnR82LoU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck8AHnhJq0QgPUFZPnSyrJThmou7w/c0x00000000-cc-rp-ba3/photo.jpg','6521947413723274945',41408),('AbFvOqn-a46EGCAroTJU9fbkHloTZLfL6_T-CMqozp0XbGXMHKwU1TIASRC-obrdmn-1uDkj236vAg','great new facility, friendly staff and was super fast','2019-01-30 12:21:59.469000','2019-01-30 12:21:59.469000',5,'Keri Maddox','https://lh4.googleusercontent.com/-3uzZ1TyRNdM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucls6RgeXxSd5yY25st5x2Y7UZtwLg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32505),('AbFvOqn-AFZVUVtxUZnCgG3PM9pwc8I_SIyC556uC9gn2JaCFufV9JNRY0j_6TloWo8luTAa6ap3fg','While visiting in Houston I became very ill with food poisoning. After vomiting and nausea for 24 hours, I was dehydrated and very weak. My daughter recommended the Montrose SCEC where I received immediate, professional, courteous, and healing attention. I was made comfortable and given excellent medical attention. Dr. Boester, Churiah, Gina, Ke\'Aire, Dion, and Anastasia were wonderful in every way. I highly recommend this facility to anyone needing medical treatment. JoAnna Howard','2018-09-23 16:38:18.451000','2018-09-23 16:38:18.451000',5,'max','https://lh4.googleusercontent.com/-qALAJwZRHpc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnAKQTV_EW2MgKJwPhvAZTtrnawNg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40821),('AbFvOqn-AqYXZTqNfbI09bJpd0P912MwXC7eEm2qBocPlXJyI5DVUEKEUbWxQIkFeImMqLpJdRyZGA','kendra did a great job checking in the patient in a quick and timely manner!','2019-11-23 02:49:56.655000','2019-11-23 02:49:56.655000',5,'Tori Fuller','https://lh6.googleusercontent.com/-d_MQlcCFRvQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucknr80OY79lhE4GqMAlmTJ5Hyf69A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34561),('AbFvOqn-c1tDysWFIhmaGy8LRqJX5XIkEnWfbyupsRE9C18yvRKOjM5EK_7dQVITdNgaCa6Z2WCl','Had a great experience. Front desk was very nice. Thanks! Erica, and Dolores.','2020-09-26 22:45:00.034000','2020-09-26 22:45:00.034000',5,'alyssa c','https://lh6.googleusercontent.com/-VZisix7f9v0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclYwv1cLBdjWAiE1eeJV0_mko1cOg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32249),('AbFvOqn-didE0kL4zLP3AFHbZtSCykqusqJG68LrDZLa6dXO5_imudZ8qQy3x9T4Xj_Mnvx7gLS8BQ','Wonderful experience with Valery, Abigail, Crystal, and Delores for making today such a quick and easy process for Covid testing. Despite the brain tickling from the swab, it was an enjoyable experience I would HIGHLY recommend.','2020-12-15 18:43:25.284000','2020-12-15 18:43:25.284000',5,'Brent Kloc','https://lh5.googleusercontent.com/--plG-aU1GYU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn_rppba8CAjVH5TkKA3wghzByB1A/c0x00000000-cc-rp/photo.jpg','15979470999169074295',32818),('AbFvOqn-Drqj8RkfmqV_QlnLsMuaB-lUX9I377qPZve4DrLq6UiRyR2FAS-0SYHwqI8OzL6P_kxi','Services were great Registrar was very friendly Elida, staff in the back Tricia & Alvean were very nice continued to check in on me to make sure I was comfortable while we waited for my results. Dr Harjai was very nice quick and knowledgeable.','2019-10-31 12:58:08.151000','2019-10-31 12:58:08.151000',5,'Kim sweet Sweet','https://lh3.googleusercontent.com/-ATosbyvyJeI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck3n5JCkflRhhMFxFe7Ogd8y6roDg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33806),('AbFvOqn-eeJ_m-70dRMvTbTR6jaUbTPbEA8QKK0Ckg28dVn-9TFDg_bwZHWORYlaF_zEuGhfblWgTw','Dr Jones Lucas Kim and Sherri did an amazing job taking care of me!!!','2019-02-18 20:02:39.976000','2019-02-18 20:02:39.976000',5,'Courtney Brewton','https://lh5.googleusercontent.com/-4eOPXbzRH2k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckIubEnUYoIpPndo8ndXcfGG32NeA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39912),('AbFvOqn-EorFGCtb2TbDoszweX75vT4QsQLZM_4yRmkERrEpCsxWapM2IZa9em4mEbvAe6blyd_NrQ','The staff was very friendly! They were very patient and answered any questions I had. The waiting time was great too!','2020-10-20 22:44:00.572000','2020-10-20 22:44:00.572000',5,'sarah gonzales','https://lh6.googleusercontent.com/-mcz-UT4ZCGo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckGRIajPIaI9dl103bsnGWfjfNRVQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40152),('AbFvOqn-f2eGcHxpEp9ADd9zBy7d8NjDaHFL6yOQWe9XBnPIq45wVfb9d98MvavV0FUSs56UuCc1uA','Went in for a COVID test. April was really sweet and got the test done quickly and easily! Be sure before you go that it is an emergency room and not a testing center so be aware of that if you’re going for a COVID test.','2020-10-21 16:42:37.965000','2020-10-21 16:42:37.965000',5,'Sarah Hinderliter','https://lh4.googleusercontent.com/-rHIYr9P6ins/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmaXIcDrglyozr1eHYc-QPDT5KVPA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31478),('AbFvOqn-fjoiCmlkmk3wv3WG3XsiCnmwJyWpCaa_TKt_t4dZLDmBNuf6JhlbNZtz6S8umPepCjig','Very professional services.\nThank you','2020-07-19 00:30:19.106000','2020-07-19 00:30:19.106000',5,'Sebastian This channel','https://lh3.googleusercontent.com/a-/AOh14GgR8x-NazbFN0WSDmhD97RFoJ8qa2mts_FdAb7I770=c0x00000000-cc-rp','14567670160750071148',30165),('AbFvOqn-FXychQQ1IBqX-ufB4RVtjmJuhdmLBn2bQIx6HtRagNjozfaongXwN3-PpeRLBchBixWdng','Everyone was very friendly and professional. My nurse, Kevin, was friendly and made sure I was comfortable. Would definitely come back if needed.','2020-09-28 22:27:02.816000','2020-09-28 22:27:02.816000',5,'Stephanie Baker','https://lh3.googleusercontent.com/-fZc8O1T4iaE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucneWC_RkHd5AhahukOyZ_CrmRIJkA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31610),('AbFvOqn-IgHX37Nm9DsH9QpxbqZgbZC838ZK43KDQQ8EhZRxCT3UvyNB3GOpuvWGLYohGAWvzAoI','Super clean, very attentive to your needs. Staff is very friendly and helpful. This place is the best for just simple check up or emergencies. Get you in and out the best they can','2020-10-28 18:11:26.222000','2020-10-28 18:11:26.222000',5,'Kayla Martin','https://lh3.googleusercontent.com/-t83gNCYUkgs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2Gk1FUSLDbKNSGm3GnikoX4xjDw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40098),('AbFvOqn-kk9htkGowQsO6ima2-quLvGbHSRWAUtR1mlUzJb4lWMAQ9ADYWcgJ4cuQez0MkywnlOe0w',NULL,'2020-10-14 12:48:47.877000','2020-10-14 12:48:47.877000',5,'Emely Valdez','https://lh4.googleusercontent.com/-Byh3JjFUQHc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckRPNQHFRWqLfsUBKNWVxshmf2ioA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40182),('AbFvOqn-lo--np7lTaFuXP-3DSz8tQUg2g8HGB4Yqx3w7RXZFIBTzUaKSkpw204PsfSnA45qupqt2A','Overall this was a great experience. I was very impressed by the cleanliness and appearance of the entire facility. The other thing that truly stood out was the friendliness of the staff. From the moment I walked in the door to the moment I left they were all smiles.','2017-03-29 18:29:43.315000','2017-03-29 18:29:43.315000',5,'Dan Butler','https://lh3.googleusercontent.com/a-/AOh14GgfrBjw05a2H5EiDUIETsT_Dx7SX19-SkReuG0n0QE=c0x00000000-cc-rp-ba4','3511292162159714121',41086),('AbFvOqn-lruJ9Iw-dynOcCsnVPLzMSQm2l57z8HAbPMFh3zcgE0cv2HpJpeT1QUU1XF3X7fwJQz9pQ','Dr.das and Jessica very fast and amazing','2020-09-16 15:42:39.859000','2020-09-16 15:42:39.859000',5,'Nicholas Quintero','https://lh6.googleusercontent.com/-ApmvztuiiVo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKGgqOH6eQvDnpp0NeQICl4PqunQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31653),('AbFvOqn-M7_dkfXushd-HxuRiiRMPwYItC4uO-F2RsVp8zfaeHpB3b-hkwD4RAWmz8--E83La8psgg','Dr. Werzanski, Nurse Jacob and Rad Tech, Morgan, were wonderful. We are assured that our son will be well taken care of if he gets sick during his years at A&M! Thank you!!','2019-08-18 17:07:51.376000','2019-08-18 17:07:51.376000',5,'Jeffrey Kajs','https://lh5.googleusercontent.com/-Wq3rpVmDC8g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnwq3IijM3-Bs7_Hlsh3zBMwYH8-g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34723),('AbFvOqn-mb9lihuahxMOfnHE2JOiuCXGYLI6R-PBlql0CBQdE8yVmCzcs2uccQkqouprn0VXZGASVw','I arrived to the patient pick-up area and a nurse immediately came out with a wheelchair for my sons fractured ankle. We were in the waiting room no longer than 10 minutes and the staff was very sweet, attentive, and knowledgeable. So glad I found this 24/7 Urgent Care center!','2018-01-27 04:36:42.710000','2018-01-27 04:36:42.710000',5,'Miranda Gonzales','https://lh3.googleusercontent.com/a-/AOh14Giy--924r_z1mX_NuS8S4m4UVfux280qTFfl0-9Sg=c0x00000000-cc-rp-ba2','14904078213800803294',32612),('AbFvOqn-mXo9uEu9KNMKkn5Dozuw1abcWVnR5EkhG1UzAbX4l3q-1_fTRDfUdZDzfmRwiAIuQSq08w','I took my 2 year old son there I first went to the ER at the hospital it was a 2 hour wait he couldn’t breath I knew he needed help right away and I’m so thankful we went here when we arrived they took us right in his oxygen was so low and got the help he needed if we would have stayed at the other ER no telling what could have happened\nThey treated us like family with fast care. Thank you to Kim, Jaime and Andrew and the rest of the staff at Signature Care ER. I wouldn’t go anywhere else for urgent medical care. Y’all are the best!','2019-04-09 18:00:44.815000','2019-04-09 18:00:44.815000',5,'Jessika Rodriguez','https://lh3.googleusercontent.com/a-/AOh14Giv7ylXG_dMfas1IkBFlxyY6CGqDiLoUbuUUtH9=c0x00000000-cc-rp','13486358490203335051',29882),('AbFvOqn-mySA3KnYvwTz7DAYV7xLGmLQW-HepkxPQHuetXFdsiaA6uZYw9mXQw90ldxw1uTaRZE-_A','Absolutely great experience. The staff were knowledgeable and kind. The care was appropriate and prompt. My nurse, Dawn, made my stay and care here as good of an experience as possible and she did a stellar job of starting an IV and taking blood.','2019-10-20 02:21:01.139000','2019-10-20 02:21:01.139000',5,'Davis Maddox','https://lh3.googleusercontent.com/a-/AOh14Gh46hEmT0IPLRdOS2baE3MdsYvn6ejgEuCR5nUqwQ=c0x00000000-cc-rp','3511292162159714121',40396),('AbFvOqn-OCDXcA4UuB8bTWtNtypicaBA2ueM_wPhLlm7s5YOmRfRMReoszziEgWKCdsEhddaoqZb-w','Do not go to this place for covid testing. Very disorganized process and will not give wait times. Staff clearly overwhelmed and after waiting 3 hrs I left. Overheard that management was not allowing them to give out wait times so you register having no idea how long it will take.','2020-06-26 20:47:52.400000','2020-06-26 20:47:52.400000',1,'Stephanie Lauck','https://lh5.googleusercontent.com/-UKmO-cOfQcM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnw9usXlg11i0Wqa_VRZG1xgqiXOw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32061),('AbFvOqn-PAMzrFR1ybd7a1NeY_Qg1niIP0ZvyeMudyw7fgkOCzg539AE7p34JVcO9nirwWnr7wQuIw','We called ahead before arriving and just how the lady explained over the phone our experience there was smooth. Thank you Dr. Leavitt, nurse Alvean, radiology Travis, registration Amy and ER Tech Keith.','2019-11-17 20:34:24.996000','2019-11-17 20:34:24.996000',5,'Rewa Honora','https://lh3.googleusercontent.com/a-/AOh14GjK0sXDsF8bbN35qg4XQq0pad2ltrw1qSi9ldAK=c0x00000000-cc-rp','16389487648212004696',33725),('AbFvOqn-puG_8IbAe1-vYxrvRByNGiiTa_BCBpyAvti0BDDD7dvThJIzL_IT8BAZVTLHYvq7ZYxMJg','The staff was friendly but the doctor that saw us doesn\'t seem to know what he\'s talking about considering he assured my friend that he was 97% sure she had a life changing disease when she 100% did not. Pretty low quality physician.','2019-01-15 01:36:55.526000','2019-01-15 01:36:55.526000',1,'Kellie Heusi','https://lh3.googleusercontent.com/a-/AOh14GgXLPAwmMheQIlVMjy9p0HGMIHEtXYXVcyx4Iv_rXU=c0x00000000-cc-rp-ba2','14904078213800803294',32511),('AbFvOqn-Q3hkuWHOlQABNwOLWGm1fq4HcZzpYYetdRkoKkldm9HMuRjnWLSrs0WxkqYMcZhSEX_v','Took my 3 y/o son here after he had a bench fall on his foot to make sure it wasn\'t broken. The staff and service we received were world class. Aileen had us checked in swiftly and explained all of the necessary forms for our insurance, Marty and Linda took amazing and compassionate care of my son, who is usually leery of new people (I\'m still stunned at how great they were and how quickly he seemed to trust them), Dr Tran was confident and knowledgeable in her diagnosis and treatment which put us at ease, and Adam make sure the whole thing ran like clockwork. I think we were in and out in <1 hr with x-rays, forms, treatment, and everything in between. We will certainly be back here should we need expert, quick, efficient, and most importantly compassionate care in the future.','2019-12-10 18:25:03.016000','2019-12-10 18:25:03.016000',5,'Jeff Pharis','https://lh3.googleusercontent.com/a-/AOh14Gjiv-QeciASM_qk2ZXK9cue3ms0b-RxPZP6NZISYg=c0x00000000-cc-rp','16891069708558046635',36056),('AbFvOqn-Q7usR5kY8FjXX2VT6Tvs_p2MAcKR0cMRSiz2I_3RLCgqnaWGECj9MI-i1bLibKp_uClN5A','I recommend these folks all day every day, kind, speedy, caring, professional, efficient, attentive to hear the issue, examine and proceed to answer all questions about meds etc. Place is immaculate and their smiles and great service helps one feel on the mend very quick. Love them!','2019-10-27 03:08:57.965000','2019-10-27 03:08:57.965000',5,'Marta Molina','https://lh5.googleusercontent.com/-3Zr4UGVIwx4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmBmCR6ZBG-pOxTVaOQtPFfO1glTg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28992),('AbFvOqn-Qb2HjnlGwuMtUo0ssJtyVjriJUdX7E3-GSzLC2N_UVIC5hEj_Bn40j5SEZzeu8cw-JCKhQ','Highly recommend this establishment I\'ve never felt in better hands professionally ran clean with the most competitive staff I\'ve come across thank you Dr Guharoy, Laura,Dee ,Olivia,Gina and Jacque !','2019-01-29 18:42:18.622000','2019-01-29 18:42:18.622000',5,'Juan Abrego','https://lh3.googleusercontent.com/a-/AOh14GgY77XqFL62bDAk8MfK0TPvwwgjXDpR34FyjURKBQ=c0x00000000-cc-rp','3511292162159714121',40680),('AbFvOqn-QJHotTi-5wzKCZjCuvrR7dmK4IOZL12U97Fmr9GWpYv50Gyqv8VdQrq_4cxhs6eT9ErBxg','My experience was amazing and they were so nice','2019-02-05 19:18:21.990000','2019-02-05 19:18:21.990000',5,'Dogs For Life','https://lh3.googleusercontent.com/a-/AOh14Gh08eeH7PI9221VmxyQKAv-NZm8iye9_rARu0MbFw=c0x00000000-cc-rp-ba2','3272657195432704501',39929),('AbFvOqn-QRAekutjjIUl9CbYCyoG5m33bZLbqUA3hAj2AeQ3kiarPwEmQILclcnYrddN8v24H-yLJA',NULL,'2020-01-19 23:07:42.483000','2020-01-19 23:07:42.483000',5,'Jasmine Orduno','https://lh4.googleusercontent.com/-DTGBRE9nrgw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnpqkKr6KTYxGqwdhsv6rFb89y0Sg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28801),('AbFvOqn-rCPElYGXlMIvTPiEpYuXYjQGeR3tJ1hfYh6IrApIECsr_gRlUq7DKAQvDvp1dhOlUsd1','I came in with sheering lower back pain. They got me right in with no waiting...I did not even have time to sit down. The whole staff was awesome in their attentiveness, and focus on my situation, asking questions and providing good insight as to what I was experiencing.\n\nAfter starting an IV, and a quick x-ray of my lower back, they administered some medication via IV, showed me the problem with my spine, and provided me with some immediate prescription medication to help me until I could see a specialist that could more thoroughly treat treat my problem.\n\nMy wife has also previously visited this location, and our experience was equally as excellent.\n\nWe will DEFINITELY come here again, should either of us need quick medical attention.\n\nI\'d give them 11 stars out of 10, if it was possible!','2019-07-25 13:16:21.099000','2019-07-25 13:16:21.099000',5,'George LaFleur','https://lh3.googleusercontent.com/a-/AOh14GjlBy1Ef3nhKtasbyno43gDxBQs2arZ1JqJHoFLaA=c0x00000000-cc-rp-ba2','8918455867446117794',43216),('AbFvOqn-T1paXYA1jjxRs-8hLC4DgpdVObD7CEcRVnxsF0pRYRvrg2QpCkCg3FWcD8JWIfM0cINlDw','Shaunda, Dr Lingan, Cody, Chelsey we’re super nice. I loved Dr Lingan. They got to me super fast! They were really friendly also. So much better than a regular ER by far!!!!','2020-06-05 19:47:45.751000','2020-06-05 19:47:45.751000',5,'Melissa Kuhn','https://lh3.googleusercontent.com/-sFGLkMj-FMU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmE0lb4lVD23c4Auir7Vjhbv1QK8A/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35900),('AbFvOqn-tB8nBqGujZta-mflDvrQfem7-D_s-W48bBojGiETsQczmGXg62TK3c8aZZrcdDfl-AhpYg','Signature care is one of the best urgent cares in Odessa if not *THE* best. Staff is amazing and friendly, Dr. Sullivan talks to you like he’s known you for years and is very clear and honest about everything. The nurses Jessica S., Jessica F., are very friendly and definitely make you feel at home! Thanks guys!','2020-01-02 15:44:35.181000','2020-01-02 15:44:35.181000',5,'Ricky Oronoz','https://lh3.googleusercontent.com/a-/AOh14GiM6FZnnTfCNuijGl9O5DJW0yKiuBXMjfUbGaPoNA=c0x00000000-cc-rp','6521947413723274945',41504),('AbFvOqn-tm1WLFozLyr85trysiBj0yRuPyAdzTosqvQ7EPceqqEs6V2YPyXG9hZnwso49iXJOBMvNA','I was met with fast and friendly service. I came into this facility in a lot of pain and they made sure I was comfortable right away. Dr. Ybarra made sure I was properly tested to get an accurate diagnosis and my Nurse Blake took great care of me. Delicia and Son LE were very informative which eased my anxiety. I would definitely recommend this facility to everyone!','2019-11-15 22:37:38.957000','2019-11-15 22:37:38.957000',5,'Cheri Lane','https://lh4.googleusercontent.com/-PCKeXLatJt4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckmq8R37xBHOq5zbn3i87zkl8ATMg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42590),('AbFvOqn-UEPLCGbtaCu9tOQCVw53VlrreZ58T9nVAc5q4fvbhqKQlOnWLzids7TkaYCCny4T85MPRA',NULL,'2019-06-22 19:17:18.433000','2019-06-22 19:17:18.433000',5,'Dedrick Woods','https://lh3.googleusercontent.com/a-/AOh14GiCMXvV59K6I-mCvffOUiMxGlzRu4kiHgYdAU2J8Q=c0x00000000-cc-rp','17898197009688164559',38129),('AbFvOqn-V4o0qGZaw_TanjzXlcw2PEZ4ftXIcOh4UUJLL91EgBlRh80228xxtqMcBJNShfJg5ps','The whole staff was courteous, knowledgeable, and prompt — from the front desk (Delfino), to the nurse (Candace), to the doctor (Dr. Elsbecker), to the tech (Townsend). I will definitely return if I ever have another emergency.','2019-01-05 01:35:46.598000','2019-01-05 01:35:46.598000',5,'Atwood MHC','https://lh5.googleusercontent.com/-LlXOJE-PD6I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucni-6J1PfnOld8bA8gPwlttTIiXOQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36302),('AbFvOqn-VjFOWt1FzBBTcHV-_qNWCLJe6UL1cGdVPaa0nIGg0cxLN4bl5ckEr5Pg1LW1tfUGr_Qu','Great, friendly staff. Very professional excellence service','2020-06-20 21:27:49.036000','2020-06-20 21:27:49.036000',5,'Tad Golden','https://lh5.googleusercontent.com/-kKfyx09iKeY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclqVgNdXp0xbUIPyA3tkxhRdSEScw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43031),('AbFvOqn-vWdM1R9kMvakJfHI-eWqytCPhSBNBoDz4SJXAfxPCjDDRqKS4GVONBeuW1pfYMq3O_MOjw','Love this emergency room. The staff are very nice and wonderful. Rooms are always available and there is no time wait. I will continue to come to Signature Care for all my emergencies.','2019-08-14 10:05:48.440000','2019-08-14 10:05:48.440000',5,'Terry Pumehana','https://lh3.googleusercontent.com/-Z1AGde5YncM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmMdcvZdYCrPV-pyim6awTnZ776ww/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39280),('AbFvOqn-wDrAW1lCY5F1CGcYKdsoJNAFBXpsD1D4cCVq8KX1kBdO0B54IVvRgHQJA1DoRC8hToB6kg',NULL,'2020-11-26 02:44:35.500000','2020-11-26 02:44:35.500000',5,'Sheri Burgen','https://lh3.googleusercontent.com/-i84ygI92_XY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKs0Hm-OHWvqjGPyT61bnOtYCghw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29252),('AbFvOqn-WhEFBWVPLXJpZqkYN0TCmqsf6yelcdIy3UX5vjThJvShV41JuFTYOKzMqTaiXKc211gT','Love Signature Care in montrose! The people/staff are amazing, the place is so clean, you feel relaxed walking in and they have made the entire ER experience into a pleasurable visit, who knew that was possible! Dr Patel was wonderful (5 Stars!) and X Ray Tech Jaque was so friendly! Leslie and Dawn also were all smiles and so kind!! Thank you guys for putting me \"back together\" again :)','2019-09-18 19:39:38.068000','2019-09-18 19:39:38.068000',5,'Liz Maddox','https://lh3.googleusercontent.com/a-/AOh14GjkZNyjIiIFHl8uls057bvfyfieIX4yKueI9OzSL0g=c0x00000000-cc-rp-ba4','3511292162159714121',40413),('AbFvOqn-yageIoHJitvXk2svXcO15WKNWW3yy56zpDh16yb3zETbFqeeGB647bGSOIMYemQNMLwPXA','Georgia was fantastic!!!','2020-11-03 02:20:07.569000','2020-11-03 02:20:07.569000',5,'Trevor','https://lh6.googleusercontent.com/-kOeWEU90XVs/AAAAAAAAAAI/AAAAAAAAA_E/AMZuuckJ6uRAQED0Qa4rbV52KZVrFsWzqg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31430),('AbFvOqn-ydm5NmbuLBNd7V2-PST0e6nsw0rBnQaQZmKQ2whWmaSgNtltOKJJg7nke1YPhONF1u7d','The front desk operator Melissa was the bat at getting us in and making sure I knew what I was signing. Once we got in our nurse Marylu made sure that we were comfortable and knew what was going to happen. Great staff and will always come here if I need.','2020-12-01 14:56:52.080000','2020-12-01 14:56:52.080000',5,'Michael Archer','https://lh6.googleusercontent.com/-_nBeUpuJVUk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclIiobXgRblSn6Mj35hODFVZqvNQg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38880),('AbFvOqn-yQfNxTY0uWxfKGhFRvd3Z3FqIUis3prQnpDnXE5qHo1RKuaGdJEdCACS4qpi90PlqbV0dQ','Dr. Maudlin and ER Tech Kramer and the nurses were AMAZING! They were very prompt, attentive and thorough. Waited only 5 minutes. Dr. Maudlin made sure to give my son the best care and made me feel very comfortable while stitching my son\'s head. We are very thankful we chose to go to Signature Care to get my son taken care of!','2019-06-21 17:04:11.577000','2019-06-21 17:04:11.577000',5,'Cadence Brandt','https://lh3.googleusercontent.com/-WwvS4V08yYg/AAAAAAAAAAI/AAAAAAAAEpg/AMZuuckXIJilUZa3fLEjs6sG-tovyaLvHA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29782),('AbFvOqn-yxnzz_NkacB64QthlAcNxw8CNQbOpAlKuoZbtnwbBcMy9X9cL3nTzUea-uWdwXFat383vQ','Lorena and Victoria were very helpful and friendly while I checked into my appt. Rachel was very professional and gentle while doing myCOVID test. Highly recommended!!!','2020-07-26 21:41:06.952000','2020-07-26 21:41:06.952000',5,'Kasi Wright','https://lh3.googleusercontent.com/-NPXPS0MgL2A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZCdXAVQQ8ZGnrOzVuuEQDXaQjDw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34242),('AbFvOqn-Z0rwuD_tyyzvH-KS4STFPGQAMimM3Rw1EBlO5jfzQ6IiPkDACPAn2G5I85xM_F_9KyWgSA','Awesome and quick service. Dr.Nguyen, Erika, Elisa Jasmine and Jordan are very professional and delivered great service.','2019-12-12 18:48:13.348000','2019-12-12 18:48:13.348000',5,'Tina Green','https://lh4.googleusercontent.com/-p38C0vrsR5Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck0p7n_uJtPpy1peZaf85DqGRJxrw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33610),('AbFvOqn-z6AxfsrkPAfIt6oc-qKCwCX6OuaKpLo4-LuCq4gxLbHETZni_56QiCYIT3V28e-Lt25fvQ',NULL,'2016-06-18 11:06:32.869000','2016-06-18 11:06:32.869000',5,'Kanti Bansal','https://lh3.googleusercontent.com/a-/AOh14GiCKVKzYDC4NNGzA4jdW26TbXanp0hUppJrg9q2oQ=c0x00000000-cc-rp-ba3','14904078213800803294',32803),('AbFvOqn-zaeEmYM5wCk_30ZerhW6eqSCaLTxa36ZlKdHcCj66GAu94dGyfG-gDSukUdRH2GCwKqe','Good service\nNurse was super sweet\nEverybody was so helpful and provided us with snacks and warm blankies\nThe best person was the ultrasound lady she was the sweetest person and kept me so calm','2017-01-02 17:15:42.724000','2017-01-02 17:15:42.724000',5,'Aimen Arabi','https://lh5.googleusercontent.com/-imOKOhYtsiU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl4zVQmspFF9OHTXxoKzgwtXdivbA/c0x00000000-cc-rp-ba2/photo.jpg','17394740196501090048',37240),('AbFvOqn-ZHccZDBXWs3n4tYw1MuMC5Rp5OJtVICXDZWYe7jJ5rtSUbdMEeNbndHQugfSkUzp0xN-','I came in for a visit for a work injury and they took good care of me. Quick and efficient','2020-09-16 00:44:17.019000','2020-09-16 00:44:17.019000',5,'Estevan Escalante','https://lh3.googleusercontent.com/a-/AOh14GjhiHfsGdxmwzyebCUfD6hWAb9QzDuD7R4_kbRGhg=c0x00000000-cc-rp','6521947413723274945',41293),('AbFvOqn-zQbPvCdfB2p3ZgMLEBr_W2PMuEeIVSq9GxrgwPvQCD-WcEjXi_68dfmht69vDQzcyP6dFg','The visit was great, friendly staff. So willing to help and understanding. After a awful visit at ER. The professionals here at Signature care were able to help me with my eye infection, a big thanks to my nurse Adam and Cristina R. yall were awesome, thank you Signature Care will definitely come back hopefully not too soon lol.','2019-06-18 22:14:58.652000','2019-06-18 22:14:58.652000',5,'Isidro Uribe','https://lh4.googleusercontent.com/-W7sv53gcvnU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1_O8V4f6TV16L-1XmDI-FYJgczQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36174),('AbFvOqn0_dRhJ0YsFP8-oj1WY-F0J9Qw-Zun_nW_FbwiecNPcIWDYzkZMEIZfvpxzZFnPCxX4DTXbw',NULL,'2019-09-03 14:14:29.415000','2019-09-03 14:14:29.415000',5,'shannon ruiz','https://lh6.googleusercontent.com/-yeqQI3QxkYA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckIQ5JM-Cn0qt14NwfMcW-_pzomkA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34689),('AbFvOqn0_kvX4GwR48b_3e8LjMhvL8d2jdThS2mavbHzmoIHfUtshUlDCk39pKH1YWZVylgQd2pFvg','Dr. Faig and the team was awesome!','2020-10-29 22:45:10.280000','2020-10-29 22:45:10.280000',5,'Charles Pham','https://lh3.googleusercontent.com/-r86fkIQCXPI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckulq7hbWlVGRgxFopsNc6DUJDAlA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28482),('AbFvOqn024jvJmDr8-vBmQga-XXFdtg9kEQgbCNEbRa6llX7MbIksZ7Xpv8T7oiKbckKm_YpYGq8ig','Fast and friendly staff','2017-12-19 15:16:58.032000','2017-12-19 15:16:58.032000',5,'Aracely Escalante','https://lh3.googleusercontent.com/a-/AOh14GgYyQgqgpphbAjuS9v2vbHdY91QYHoyV_eXXS6ypQ=c0x00000000-cc-rp','14567670160750071148',30926),('AbFvOqn03SyvTOA0fYquohsESdCBSzlYsdlNf92HPu7wRqKnRuNU9_YgJDnJf0-4ilKIPYves9eQvQ','Excellent care. Fast service and very friendly staff.','2016-06-22 22:19:34.444000','2016-06-22 22:19:34.444000',5,'Samantha Reddic','https://lh3.googleusercontent.com/a-/AOh14GgIxkkb7mc9DQk7iVgWddPrf5AqLsPO-BCTlv50cw=c0x00000000-cc-rp-ba4','14567670160750071148',31227),('AbFvOqn04l1QMBS-1StaswLt568XMsfJVtjcCbVmoOV_v1zNYGVGSaPRK-H-RfCWZsVOM-f69ATnSg','Fanny and Jeff were friendly and completely distracted me from my pain. Sandra made the X-ray machines not so intimidating, Jorge and Wendy helped me out so much with my insurance and Dr wang was super informative about everything I have to do to feel better. In total one of the best medical facilities I’ve been in, in a while.','2020-10-19 20:59:09.966000','2020-10-19 20:59:09.966000',5,'Jose Gomez','https://lh3.googleusercontent.com/a-/AOh14GghK4t6V2lXnQoKdzvCsUl2F2l4AnCLNrFNUwevkQ=c0x00000000-cc-rp','17394740196501090048',36520),('AbFvOqn04Mn8zRl2cMlBgmV-i82vK6WvBTYSvwLu3rtNEl5r8WMfyoFJHzbd732BYq6abSaf6EZlLA',NULL,'2019-11-20 02:52:21.639000','2019-11-20 02:52:21.639000',5,'Rodd Johnson','https://lh6.googleusercontent.com/-BfARv4ZJ-A8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclSXtO8nwaHVy6kWez-VxeZueofUA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41552),('AbFvOqn04QfHD3iidXBdnV9Xu1mtJruUfXjLxZ3HhQU-2JMaMSH0SFMdr1dlKiHKVVxgnNu-trDZCA','Very fast so glad I came here instead of the regular emergency room 🄰','2019-08-03 03:37:26.303000','2019-08-03 03:37:26.303000',5,'Jazmine Day','https://lh6.googleusercontent.com/-okreWXd0f2I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmmJpSNFHIX6pm9zFtTOF7KUQL8mg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39291),('AbFvOqn06P6HPA4iCeWjPTwiVp_WMl-NZICHzq7NxFosLJXL14new0NQ2xEHrOlRi064XOJZVUm1qw','I\'m so glad this location was put here, with all the intersection collisions in the area they need it. Anywho, the staff at this location were absolutely amazing. Mercades was knowledgeable and helped me gather everything I needed. I had lots of pesky question because I\'d never been in an accident before but she made it a lot less stressful. My nurse & doctor were so cool. Explained everything to me in a way that made sense and they made sure I had all I needed so I wouldn\'t be in pain anymore. I don\'t advise getting sick but if you want great care, come here. Thanks y\'all.','2018-06-09 19:47:08.280000','2018-06-09 19:47:08.280000',5,'Navi Dillard','https://lh6.googleusercontent.com/-uKGr7Nk3hv8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmT6OWpXZnlui0XRsrtN5qfNPNn-A/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29238),('AbFvOqn08XlpVbtFgAGXK53jrA46yh7GpevytCQRpiZ1KvcvIx_jm-otZ0JSFpY4AJhV9jcrJoYzOQ','JESSICA SANCHEZ WAS AMAZING. VERY SWEET, KIND AND PROFESSIONAL. TOOK REAL GOOD CARE OF ME AND MY MOM. THANK YOU VERY MUCH!!!','2020-07-21 16:08:07.652000','2020-07-21 16:08:07.652000',5,'Jennifer Nagg','https://lh3.googleusercontent.com/-LDydvG6ZukU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckRWchB6vKZ_oDee3bks_Dts5P_og/c0x00000000-cc-rp-ba2/photo.jpg','14748677429039074158',31890),('AbFvOqn0B06Ekw4UskPhv_ACLGeMkX81BETBSu8HE1UjqvKxSvDvn_blowrTm7x5ZBfUCrDHqZEzsg','Everyone that works here is very professional and friendly. I did not have to wait very long. The doctor and the nurse were very good about explaining everything. There was a young man at the door named Carl - and he was really helpful and calm (even when a few people were rude to him) Definitely a good experience','2020-07-25 20:12:23.826000','2020-07-25 20:12:23.826000',5,'Mary Kegarise','https://lh3.googleusercontent.com/-95yxvSB9WOg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZhbszxseHE4q5t8hpctzNG0t2Nw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32302),('AbFvOqn0CD8zhW18XSIsreWgZfdoy37oU56NvVbUFZ0QYDhtCFlgvEhIs50OmKz2JVyHh5No0UMMiQ','DO NOT GO HERE. Please read other negative reviews! Although the staff and doctors are kind, the billing is insane. My husband and I had been to the center 3 times in the past year and (after specifically asking the staff at the front desk about this very issue) were led to believe the $30 copay of each visit was all we owed. We have BC/BS and they charged our insurance thousands of dollars, never sent us copies of our bills, and then sent the debt to what seems to be a collection agency.\n\nAt the time of my original review (1/05/20), they were offering a Starbucks gift card to any one that leaves a positive review, presumably in an attempt to bury any negative reviews about their predatory billing practices.\n\nOriginal Review: We had an amazing experience! Kendra got us checked in quickly, Dr. Kimball was super reassuring, and Jacob took great care of us. Definitely will come back if we need care!','2020-06-26 20:39:25.660000','2020-06-26 20:39:25.660000',1,'claire n','https://lh3.googleusercontent.com/a-/AOh14GjDw-jMpwBbAxIxThoLCKfRiLKwQmVA0Y6cYRF6pw=c0x00000000-cc-rp','16590124370714063921',34285),('AbFvOqn0cONNHwZf9YaHY0_kymCvwm3bl-aLZpQh-c1LP14GdNrjG7omyAjZOxmjm5I8mEw_ZKNegw',NULL,'2019-09-18 19:36:36.382000','2019-09-18 19:36:36.382000',5,'X Gordon','https://lh3.googleusercontent.com/a-/AOh14GhxVXT2SRaj5h8mxFka_nMUsovVtyzsG3kEMKuR0w=c0x00000000-cc-rp','16389487648212004696',33950),('AbFvOqn0DeAwExWVb30Qw2XtK1ZWXdrvxfZU8RzY4Z-XRlrYBLuST-WqjFs0dyAMf8Kxtb21wTId','Got into a car accident and I hesitated to go to the ER because I hate hospitals but they were so so nice and put my anxiety right at ease. Dr. Souman was so kind. My nurse Leanne and cat scan tech Jackie made sure I was comfortable the entire time and I was in and out of there super quickly. I would 100% go back if need be.','2020-10-28 19:52:43.034000','2020-10-28 19:52:43.034000',5,'Alexandra Volcy-de Nes','https://lh3.googleusercontent.com/a-/AOh14Gixtyw-WswccsRgytFcnmkQBLO5mvSUrWaBd9xdJFE=c0x00000000-cc-rp','3511292162159714121',40097),('AbFvOqn0eSmjPCyYamMowqLGuWO0bqXum6K7RJ0dCFvlL4Wz65Wtzvb1rIQhcmc-4ohzw6UXq-Y_1g','My experience was amazing fast and caring very clean and effecient','2020-03-02 00:39:12.351000','2020-03-02 00:39:12.351000',5,'Angela Woodley','https://lh3.googleusercontent.com/a-/AOh14GgGEGHT8s0oZfXJsmQNMgxNiL2FuHuXE70D8LeXRA=c0x00000000-cc-rp','12541597562633926366',28671),('AbFvOqn0eubPKZRFEvYfq2xoCqmnRChPOskb2yyP3qzcpJNd1ceVGWFqNOktEZMcXkEmD6f67mAwrQ','They treat us very good\nAnd they did a wonderful job\nSusan,HasĆ”n,Tanishia','2020-10-19 01:54:01.418000','2020-10-19 01:54:01.418000',5,'Mayte Gonzales','https://lh3.googleusercontent.com/-Hu2czE3J8p4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclKTKKJlXtMhQ00vXOSPcKPXcBfMg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37499),('AbFvOqn0ewbnTbz_WQvqoj6RUWgDCcM42mCFYEzD4z6TdoRwMuGM9vts2UlTUqGo_kU9T0_WkdVTrQ',NULL,'2019-01-04 03:39:12.993000','2019-01-04 03:39:12.993000',5,'Long Huynh','https://lh3.googleusercontent.com/a-/AOh14GgV8--CQ-qIy5UPpchGJ4GR2lFLSFZZNp_Az3oVFw=c0x00000000-cc-rp','8679688254631342173',42745),('AbFvOqn0hypJpuKJY6bJkyKVuJME9ciq_H9LDz4t5W9bajk4ANQrsnHd_RBvYxTEVZWg9CTuHVzJ3A','I had an amazing experience here. Very caring spirit along with professionalism and skill. Everyone does there job well here. You feel taken care of.','2019-05-17 22:11:27.674000','2019-05-17 22:11:27.674000',5,'Carmen Anderson','https://lh4.googleusercontent.com/-xdhNQJVGlfw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHQZpyU-Z5FqEPaNz6otnyYyoWoA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38179),('AbFvOqn0I_H7lGC38i82kCDjNtAlGfmYxs_stzQAe41GlNBNOI6QwwGfWyx8utcZ_ZnfIZBPVZJVsg',NULL,'2020-08-03 14:11:24.329000','2020-08-03 14:11:24.329000',5,'Diego Guerra','https://lh3.googleusercontent.com/-nqogauXqefo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmFBQtaOY61yv-1t-u2Y8wYTp-NNQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38675),('AbFvOqn0iadn-9BC9T5aLcSZA9F4YQeE7CwFESqSEEOCe1ctKZj6VMPgLf5WLIRnYQWQTgFA9-mByw','Dr. Das is amazing!! Great place and great treatment to their patients!','2020-11-08 15:50:43.339000','2020-11-08 15:50:43.339000',5,'Annette Camacaro','https://lh4.googleusercontent.com/-kZsFPvcgG9M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckOp3bx3IzSw5OgURA6VdeOkH7LIw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31397),('AbFvOqn0IFV_nVTA6oPRxyI2Djww0H7Mml_r5XYre-JeQ5YbNJ9BPd6pvj0Y1P0SmVafCXAIFkgwNw','Lisa H, Krystal, and Dr. Diaz were awesome! I was in and out in less than an hour and tjey addressed all my issues. I will visit this ER again if necessary.','2019-08-17 15:07:18.800000','2019-08-17 15:07:18.800000',5,'Lisa Smith','https://lh6.googleusercontent.com/-1wqHFWMLYic/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmCvqsBklinpWFmix_Qw2lc4Mty2A/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29694),('AbFvOqn0iNAKoNO6I7qpagCNphIUeRVwDdKhDrhYtPoByxat8VWmU8sbCjGTqiHtZpW103UJsJBg9Q','Fast and compassionate care. Very few ers actually treat you with this much care and respect. Thank yall!','2021-01-12 04:05:53.925000','2021-01-12 04:05:53.925000',5,'Vanessa Wakiumu','https://lh4.googleusercontent.com/-0ZBxTuYScmU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnqc2N6OHWz8mrY78DHdoKHCNwCBw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',44574),('AbFvOqn0jh_T-zxPU7f4hI1YTioHlQeN4Z_sb8a57UJ86xp6BAnO1onMAqE0O3LmsPLEs72xa7H75Q','Amazing Staff!!! Was quick and easy. I am very happy a friend recommended me here!\nDr. Ortiz, BrandonW and Samantha were amazing start to finish!','2020-01-31 13:20:37.454000','2020-01-31 13:20:37.454000',5,'Ashley Rodriguez','https://lh4.googleusercontent.com/-37BopnNMiaY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm70M9gSVMdLhpCycJiY_PfN568MA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30285),('AbFvOqn0Jo1kMH99S-lo2ekpdhBWS21e8-jUhMZkBG2if2kiPAhx_3xBTCNwatiw_KgsDM8YqJa11g','Amy, Dr.Chukwuma,Kat RN,Fatima\n\nThey were great and very helpful, and nice','2019-06-06 02:01:39.652000','2019-06-06 02:01:39.652000',5,'Zb 1selfpaidlilree','https://lh3.googleusercontent.com/a-/AOh14GgsNfI5X4griPCVKpEJ-hjkEbwUlo3zo_GXEpJkIA=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqn0jyERc7L-57Drr-BLaYi_5UMFcnwcaHk9BLGggpcZvU9m35Pm5Nvo8o51uLS3wtHm1zYB','Quick check-in, everyone was so friendly and caring. I was seen by Dr Ortiz quickly who did a detailed history of my illness. He was caring and listened to me and asked me if i had any questions. My test results came quickly. i definitely recommend this ER.','2020-12-20 14:46:59.011000','2020-12-20 14:46:59.011000',5,'Namrata Sharma Goel','https://lh3.googleusercontent.com/a-/AOh14GgcT0WMHLtCwFqdu884fujAuIw_NJ54m5-Ey1lthw=c0x00000000-cc-rp','14904078213800803294',44458),('AbFvOqn0jZo-yify-NsP44RBuqu1MkytMwSvdJ9xpsfUNVh4fQei5mTel2DzwJ1JhpImyvTmVWnf','This was amazing. The doctors were so helpful and treated me like I mattered. The wait wasn’t long and the nurses were great. Adam did a great job of explaining everything and if you are a family member of a police officer believe what they say. You pay absolutely nothing out of pocket!! I live in Bastrop but would drive here in a heartbeat!','2019-08-22 00:15:07.255000','2019-08-22 00:15:07.255000',5,'Jennifer Rivera','https://lh3.googleusercontent.com/-zx3N1WJ7vPg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmUAjnkCgfT3b90z81nHL246DpQnQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36143),('AbFvOqn0KdIPmViVXZEvncSrgbYqfewgkZw8WuJqaxJyOpEyfXASVa5vic76BKTmQD8xDM_6kYUhdA','Jocelyn marcus and ekaterini. Get fast service and friendly people here','2020-01-13 19:50:11.827000','2020-01-13 19:50:11.827000',5,'Chantal Hayes','https://lh6.googleusercontent.com/-PeuFQgg3vWw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnE5Fhno4JxxYrLq1QK1QDDqnS2dA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33512),('AbFvOqn0KYGuGBeiZ0kcYpFUx9K_Bs-QXUzMRlQoFqbq_U2JB3CMG3d4oPZBspElCp56yL00I4KxLA','Came in and needed tested done. Front staff was very professional. Dr. Omalley and nurse Ekaterini helped me resolve my problem in no time. This was my second time here and will continue to be back with any other medical issues!','2020-11-03 22:06:18.053000','2020-11-03 22:06:18.053000',5,'brandon Veal','https://lh6.googleusercontent.com/-6qwLKib0yjg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-G2A-kjYxV6eQ7XSh0cftVH0mpg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33003),('AbFvOqn0lAUvp1JaMPiB7tkOah_xMf-pcNtKj7HdUkSVWzR8_wOzCk9_FKGCTRwxMEXvXSPCAPbp',NULL,'2020-08-03 16:48:53.148000','2020-08-03 16:48:53.148000',5,'Kim Karacz','https://lh3.googleusercontent.com/-ISix5n29dLw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnoaZJzfkillRqbGG3_3VVAafodLw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38665),('AbFvOqn0m0GwfEPopMhW12H__zM1kyvpSggeBYTzHjh1qLMLv8jwE5ckGC9evMTHURhrPRB4EVdu2Q','There was no wait time at all. As soon as I got there they took me to the room and the doctor came in right away. Facility is very clean, and staff is very professional.','2017-03-21 15:21:02.383000','2017-03-21 15:21:02.383000',5,'Brooke Warnock','https://lh5.googleusercontent.com/-MsWxSHyP7V8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmcU7nhttkf_gukCouaxKxBp2CyIw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31078),('AbFvOqn0mbGTJX7b_j4g2-olak2C3pS5O4VDsY5xIWAhzYgk3HyukUMZeTSugdY7Ta_dJFVe5tffEQ','One of the nicest, updated ER I’ve been too. The rooms are very colorful and doesn’t feel as depressing like most ER’s. The staff is very kind especially Allison. All though it did take a while waiting it’s a very good place!','2019-08-21 02:03:33.505000','2019-08-21 02:03:33.505000',4,'Katie Price','https://lh3.googleusercontent.com/a-/AOh14Ggz3RfYDS_I0t2MlEbJkeiI3Gvd2QLBVfHQu2UGNw=c0x00000000-cc-rp','6521947413723274945',41620),('AbFvOqn0MejDR1hflvZrARUdBHGbcmkvyrgvQ0FVG_EBNkxiTLC6BCtM2B-S7wsIbEQd37IYjmgC','Very friendly staff, I was seen very quickly after arriving. Everyone was very nice and professional which made my visit very comfortable thanks again Alyssa','2019-11-27 01:43:28.818000','2019-11-27 01:43:28.818000',5,'Monique Gingerich','https://lh5.googleusercontent.com/-qyUMPx2tdk0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmVfGr-QUDLSX1lRNhaZCuceMJtgw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28965),('AbFvOqn0MOBg0Y50CYnTJ-kGOK_SyZW9WgItp5ooaeRB0Tq3Q84N6udQwzmgqQtG8C08ed45FLJN','Horrible staff , I recommend people to not go there . rather make a long drive than to go there !','2016-11-02 15:19:42.081000','2016-11-02 15:19:42.081000',1,'Joanna Martinez','https://lh5.googleusercontent.com/-SyAQAG2rIlY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucneqLYq0oBo-reAxEmjiqK6iIvPXQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42776),('AbFvOqn0mokcuVFg0I7nmZn7xIUHWjBH7vNxNg5QNIVLcZeIbYIuOwFagEn-10BRz6TcHgSRpOOQ','If you ever have questions ask for Dee! She’s awesome! Great facility!','2019-07-07 01:01:46.047000','2019-07-07 01:01:46.047000',5,'Eliseo Saldivar','https://lh6.googleusercontent.com/-2Na-7a6EsSg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnRR_l9tCKhZOq6R8QhuFQFXKEZVQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40511),('AbFvOqn0MSgt_2COr-c5Qlu9vhU0rRDLg11iLyS2_OUhXNrbgwK_XgYqaxpiOs9QklIRjgTbQhtndA','Dr. Pham, Nikaela, and Jessica were all wonderful! I was able to get in right away. The facility is spotless. I appreciated the tentativeness of each team member. They were also sweet with my 4 year old daughter who was with me.','2019-05-17 23:35:40.823000','2019-05-17 23:35:40.823000',5,'Sahar Hindi','https://lh6.googleusercontent.com/-1_8chsotxuc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckSGN1WgKglQGKIy3j_NI1RpY0Vpw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqn0mzvy2Y1Bpg_2JYNoLYoShZsXzLdup30WzeyqreZc2w8RDs73GzueVVNOfRAbJNTA8zJK','Chloe was a very good and helpful nurse... She got us in and out with out any problems... She also answered any and every question that we asked without any problems... We will be using the 24hr care from here on out...','2020-09-18 21:29:24.266000','2020-09-18 21:29:24.266000',5,'Alisha Carter','https://lh4.googleusercontent.com/-gxf3adnG6QU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucniWWIA4I70QE3TB6MRc5VWNEblWg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39519),('AbFvOqn0N0eRiBXmpSpIeXF-TrAU8TGmyBl4QJ77yUcK52MKkUTuLA3wUBUqvr_SiB8pk4nUQE02kg','Excellent and fast service !! Totally recommend rather then going to a Hospital Emergency Room. We had different people service him which made the process go by really fast. The nurse was Sarah, ER tech Daniel and RAD tech Carletta. Dr. Pham gave my husband 7 stitches and was done in no time!','2020-02-20 01:03:34.772000','2020-02-20 01:03:34.772000',5,'ADRIAN ORTA','https://lh3.googleusercontent.com/a-/AOh14GjqtP-6wG6ApeUwqckr_KJyjN6QvISQi2kZJiYopw=c0x00000000-cc-rp','17898197009688164559',37680),('AbFvOqn0nF0chfr_MsZ3IfvtA9DW9gY05LssMCt8GyH91AyMIzahSJ8hvs1YmWhfLoR30V-WJXti','This is by far the best ER I have ever been to. The wait was very short and all staff took great care of me. Shanna was really helpful with my insurance questions and answering all questions. Go here they brink you snacks too!','2019-06-15 02:29:40.088000','2019-06-15 02:29:40.088000',5,'Mikey Winsby','https://lh5.googleusercontent.com/-KRsibd7fXac/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclWRkKf5kgnth9k6WXVuXFTJnSImA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41693),('AbFvOqn0o19fcLwvZ2cmxScLdBFrMRTK_o0OT2hY5KIvzMAOPJwa-Q9Ay3ZLtacSxyXZ-hp1pa-K4Q','Friendly and professional staff. They really take good care of you.','2017-09-05 12:52:57.818000','2017-09-05 12:52:57.818000',5,'The School Of Grace & Early Learning, LLC','https://lh3.googleusercontent.com/a-/AOh14Gg5MVc8INOlfZKMVbJ8V7aHTKoR2XC7oFsVxysFvfw=c0x00000000-cc-rp-ba3','17394740196501090048',37083),('AbFvOqn0OKa_cmq_4t51Hvf4vFWtne3eBQ3Ot9U5GNEwKgT19iZSqn5GPcMs7Woty0hhVmWiGWNYPA','5 star hospitality came in and the Doctors made me feel secure Dr.Haraji,Nurse Alvean,Tricia B,and Elida were the team players that made sure I was great I appreciate SignatureCare on Cypress Creek pkwy/FM 1960','2019-10-31 21:50:01.623000','2019-10-31 21:50:01.623000',5,'Blood Money','https://lh5.googleusercontent.com/-aA82-Gks9-E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZp6JOGzZIU6K3-M-yr5eMProEeQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33798),('AbFvOqn0Ovp9WPN3qapB2EKuJD3WY1LgdYxOaejNSwDYuje5yEo-NcmZiC8h6mPpjLw1WMcefSFIMw','The Front Desk! Great!\nThe Doctor! Very thorough and kind!\nThe Nurses were very nice and gentle! If you get Kionna, you will love her!\nEvery person that helped me was kind, warm, and showed genuine concern.','2020-09-01 18:46:51.577000','2020-09-01 18:46:51.577000',5,'Joy B','https://lh5.googleusercontent.com/-wtyOvTMKBO8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck1W9V-22HXSawZAKZPo87BCY77kg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28557),('AbFvOqn0ovXgxgjyl5_gq2XwELHcuwFFQefHzC5VxSwQG3E4UxDWK2hx4-G8J9GyypyYVjXz6dyGuA',NULL,'2020-05-29 15:09:28.831000','2020-05-29 15:09:28.831000',5,'tre Leblanc','https://lh3.googleusercontent.com/a-/AOh14GiKVWU-Z-mMP9MgOlgfuacZp0Ib24dMWdRZlvV_mg=c0x00000000-cc-rp','16389487648212004696',33242),('AbFvOqn0pPutogTggGDtrpVRWu8Cv_hFXyb8No6g2owUk_RTDwEf53Jko0BIbk_JPU_b2LSfRKDowQ','Came in with my 3 year old for covid related reasons. Vanessa,Theresa, Victoria, Jazz and Dr. Nguyen were the best I had a great experience. This was our 3rd time here.','2020-11-01 00:11:21.458000','2020-11-01 00:11:21.458000',5,'Rosana Barron','https://lh4.googleusercontent.com/-Q6FmAyYWcgU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclOeS03Xs5ORF8mc-f9xs0oHFqTRg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40086),('AbFvOqn0qVZOsNixI82R3pjKCDRbzrys_uTJv-darZ-f4oFpx-777h4W51Tu4jFtagx9kYBzmC7fCA','I had a good experience , staff were helpful and very kind people I surely recommend this clinic','2019-02-11 22:24:50.502000','2019-02-11 22:24:50.502000',5,'Amadeo Quicano','https://lh6.googleusercontent.com/-piciObobxW0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnLfIFqHQfth3g8MUTiaMV5Ckg9Tg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38299),('AbFvOqn0r_dWibPCo0wFrIAK8dkPwBKoDtpbaYNoq-8vYwKMH16oC_cQb7vBp0NxoDZ793DZfRtLdw','A wonderful Emergency Center with fast and friendly staff.','2019-03-11 20:22:58.526000','2019-03-11 20:22:58.526000',5,'Cassidi Marie','https://lh3.googleusercontent.com/a-/AOh14GjebtAeaN1yC3lactJd4moO4L4a0rHjbaC5Z9MdZA=c0x00000000-cc-rp','3272657195432704501',39901),('AbFvOqn0r4OZeTn352Ahdhxv6mr2Te2efnQLQpzf1bCSW78W0glxLKEqQ4NNrPOGGLRR9HI2fvzjHQ','They are always so welcoming and make each visit so comfortable! Lorena, Laura, Jacob and Dr.Vakey are the best. I’ve been coming here all 4 years of college & recommend them to anyone in the BCS area.','2019-12-21 19:13:51.995000','2019-12-21 19:13:51.995000',5,'Isabela Hadad','https://lh3.googleusercontent.com/a-/AOh14Gjyv7XLdrf_6UUmvgxrY7tnYy-ekTtQau4I3Xft=c0x00000000-cc-rp','16590124370714063921',34492),('AbFvOqn0RVy6UJh_H_KEN5D9M2iZIbgivKEUKoFnYcutEy9mE4HdS_ev1640MYiP-AXrF3EMoxRl','As soon as I walked in the door Lindsay, the receptionist was very accommodating and friendly. When I got back to the room Jacob and the technicians Becca and Juan were excellent and very thorough. Always made sure I was comfortable during my visit. Dr. Vakey and Dr. Bear were great and I left feeling so much better. Overall would recommend friendly staff and excellent treatment services!','2019-10-14 22:59:06.246000','2019-10-14 22:59:06.246000',5,'Nevada Nicolette','https://lh5.googleusercontent.com/-Fok7tBFNVTo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnEDWhylnZbmCZLoRW_Ir6Bo70Gsg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34615),('AbFvOqn0RZudzBU663hG_fVOOL93SS6dthWoe23OIVRDwQWfTdkhi4yGPe_YgMUAefdT_v_9OqkCtg','Dr. Pham, Nurse Niki, Bryan, and front desk Jesus, were all great! Fast and very friendly.','2019-03-13 01:51:29.492000','2019-03-13 01:51:29.492000',5,'Jacob Gonzales','https://lh4.googleusercontent.com/-cammXV2rFFU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmaqQXPc1OHzdqcu7Z_HRMKDHwCSw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqn0s8qNdReOh9r8WfbqQqM5MWQzO8nen1gnfmwM4DpxTPUzCBo9wjs0eJZbNRaUr7ja3DV-5w','Christina, Christina and Leslie were so great with my daughter. ā¤ļø','2020-10-01 20:07:19.832000','2020-10-01 20:07:19.832000',5,'Miranda Heaston Pathways','https://lh3.googleusercontent.com/a-/AOh14GiPmamMs_RCInAgiX_V8q0Aw-SWolYPiCtqvYKjDg=c0x00000000-cc-rp','16891069708558046635',35756),('AbFvOqn0U-D6jMkbg_ROfEaHs27N09BZMTLp4GOsgWzCnoyptshLxPvmw7d90M951Qyuf01IJanmUQ','This is a very Professional and friendly facility. Treatment here is very through and the wait is minimal. Thank you to Dr. Henderson, Linda,Jennifer and Doug ...','2019-12-24 03:44:30.909000','2019-12-24 03:44:30.909000',5,'Yvette Gray','https://lh6.googleusercontent.com/-K0l-wGFay50/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn1vVQi015yDkUsFL69RPDHLCZJrg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39744),('AbFvOqn0UdO71jqQnrGS_YHuMBbFjhnelmCHfOBRW9Qi56R2_3SLx9pxh7CrM-OtzTyjVZP9BrzZxw','This emergency facility was very quick and got me in and out. Tanishia was very friendly and very efficient with getting me in immediately. Dr. Erica Daniels was a wonderful doctor and answered all my concerns. Would definitely recommend this place to anyone!','2020-03-02 05:39:17.375000','2020-03-02 05:39:17.375000',5,'Jacqueline Echevarria','https://lh3.googleusercontent.com/a-/AOh14GiEh6wEdpLq0l-wus-ylcqWhoTwTUMqR6i7VrTD0to=c0x00000000-cc-rp','17898197009688164559',37643),('AbFvOqn0unMrdrq83QR5ZrAAheC7NtIuSTivMhnswpq9pe16niwBE_SZRWwbZk3lp33XoQQdVXfJ','Dr. ybarra, Stephanie, Rollie and Natalia were great!','2019-10-22 03:11:28.065000','2019-10-22 03:11:28.065000',5,'Todd Chaykosky','https://lh5.googleusercontent.com/-gRMrdbc9p8s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxlBGSK4CWCS9f95vCzZG09odq4g/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42639),('AbFvOqn0UtAZaqFoHAPw18aeIVAcMtcvUXJNY2w6PJo6Js6C0vFOxjr1zkh_bIKtBHOASFFHIH1Ubw','Came in thinking I may have strep throat. Waited almost no time at all. Just 10 minutes in the doctor was confirming I had strep and asked what kind of medication I wanted to treat it (pills or shot). Jennifer Diggs, John Bell, and Matt were all very helpful and kind!! Will absolutely come here again if I need ER care! Thank you, guys!','2019-08-06 20:12:46.304000','2019-08-06 20:12:46.304000',5,'Russell Keeling','https://lh3.googleusercontent.com/a-/AOh14Gi8z4Yy1ZZxl-Na4oc_5kl62uQC2DLDxBHgJ41m=c0x00000000-cc-rp','8626688543755174284',42014),('AbFvOqn0VfQJaWu7sOhgWtbjnrDi5gUUn10zEBHRlplkueM543J3XvFdmEd4uMNXbSudof7t55Rx1A','Excellent place to get treated in a very clean, quiet atmosphere.\nThe front desk personnel is fast and efficient.\nThe Doctors and nurses where profecional and very sweet, they showed support and diligence.\nThey have good prices and offer payment options.','2019-10-09 11:37:37.780000','2019-10-09 11:37:37.780000',5,'Saira Navarrete','https://lh3.googleusercontent.com/a-/AOh14Gh27d8pJutxjy5djKZTEH-8fT1LeYC7Ek3snYSt=c0x00000000-cc-rp-ba3','8918455867446117794',43192),('AbFvOqn0vTWxkOYn37D1kj8KR8r3m4dTKi_d4qZudRtNocuEJlf_aCcXGQC93Y1nmn9hcgV7mXVb','SignatureCare was very efficient and willing to work with us! My husband and I came in to get tested for COVID after a recent exposure. We had both kids in the car with us and were able to wait in the car until they were ready to administer our tests. They called one of us in at a time. Then our car battery died while waiting and we couldn\'t pull into the driveway to hear our results, so someone came out to our parking spot and let us know. Our entire visit, including our results, took about two hours.','2020-10-28 14:33:41.016000','2020-10-28 14:33:41.016000',5,'Catherine Dean','https://lh3.googleusercontent.com/a-/AOh14GgouqV-fF-T2C4XKK4wMINulCbnDc-mX3qQNPjmbBE=c0x00000000-cc-rp','3272657195432704501',39461),('AbFvOqn0W2PgmkKntzgEVcbWmgPD1a9tef83W84XvAqXre-a5RjZ8aILqtpRA2sLweNctR2nq47q','Very clean, very polite, and very fast. The lady at the front desk was personable and helpful, and Alvean was great and walked me through everything once I got checked-in. I hope I don\'t need to go the ER again anytime soon, but if I do I\'ll make sure to come here.','2020-12-13 20:57:22.176000','2020-12-13 20:57:22.176000',5,'Ivan Carrasco','https://lh3.googleusercontent.com/-NAOygpAKisQ/AAAAAAAAAAI/AAAAAAAAH-U/AMZuucnQA-pqeyWnJIODuh67H8KXqAYZMA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32850),('AbFvOqn0xXWJYsg2XSRjq8x9W546rpvhmr1seDHczhCwIeGNsjTeGKUjj6z3AooaJjOezt_oOWML3g','This is my second time going to SignatureCare Emergency Center Cypress and I must say everyone is genuine and caring. The consistency is amazing and they are great with you no matter the age. The first time I came was at night and this time in the morning and it\'s awesome to see that both staffs are professional and caring. No long waits either time, literally seen within 5 to 10 minutes of arriving. They answered all my questions and are very patient! Thank you so much for showing courtesy and professionalism!','2019-11-13 16:19:16.857000','2019-11-13 16:19:16.857000',5,'Riquel Webber','https://lh5.googleusercontent.com/-wxaYL5IL5SQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckczGhBastIB8VrkLeG6YuR-DDkHA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33767); INSERT INTO `review_review` VALUES ('AbFvOqn0yhSYzDmu7ZoEBXHWgeHAxGnmEsx8DDhPmljXN3PiSUBXRKik3KovY9qhd2AyG0oEHb-E7w','My husband and I came in for COVID testing. The process was streamlined and safe. Staff was courteous, friendly and accommodating. We greatly appreciate the experience.','2020-10-15 19:55:30.723000','2020-10-15 19:55:30.723000',5,'chelsea hilburn','https://lh3.googleusercontent.com/-ZV0MTYWmNl0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHKGAnumK4LLnKjMAlv8WJN5GwHg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31497),('AbFvOqn0yTU-lpHDDbjO09SbR5IWtfB3jiBUenKhcDdt5CYy24QP-Cv2yY83V8W7T6MRPyL8KSCvdQ','I hate going to the emergency room, but this staff was amazing and made my time here enjoyable. Kat was so sweet and friendly. Diamond and Natasha at the front desk were friendly and patient. Dr. Jones was funny and caring. Frank was great as well.','2019-07-04 03:56:11.496000','2019-07-04 03:56:11.496000',5,'Kristian Stewart','https://lh5.googleusercontent.com/-pHt87m4WWvE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnDtg1uKybDQV5-U5tdiJ2kAz9TcA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39312),('AbFvOqn0zN4TVLRrugISL65d8h9keZ3MVeXg0bav8muH5fjpz8TePF3PC8LHx4CK8uLzLV9zRnfPMg','Lovely Environment no wait the doctor was awesome so was the nursing staff','2019-02-08 15:08:45.871000','2019-02-08 15:08:45.871000',5,'Kimberly Taylor','https://lh6.googleusercontent.com/-OrXJM0bVy6M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmUiFxSUdSPr6FVpsa4X9Ta8AyADQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30610),('AbFvOqn1_xXeWAdf2p5OD7k9nJU6Ix4HMp3UElHi8MYhswmIS8S_8Gjc69XcxlTN0IfOR0E5hyHcsw','Very good care. Always get in and out so fast. The doctor and nurses are so caring and gentle with my kiddo.','2020-09-22 22:28:24.598000','2020-09-22 22:28:24.598000',5,'Teresita Legg','https://lh3.googleusercontent.com/a-/AOh14Gguo2rLsOPNWermse_Txou7FtFgjdnXwg9KkQo9oA=c0x00000000-cc-rp','2694018788013845459',38958),('AbFvOqn10ct-Robju_UtDEW5UTVU6jI6wuNd5VqvVk2bbVAti_VRqKACAdSsCIcHgWTd9L-3CGjpZA','Great customer service. Jessica Aaron Ryan Cynthia Smith. Fast service no wait','2020-01-16 20:45:17.842000','2020-01-16 20:45:17.842000',5,'Nicole Williams','https://lh3.googleusercontent.com/a-/AOh14GhfAGkxGA6E80d5nrSdy-eIjgVhJeNZFqkIf8lki0Q=c0x00000000-cc-rp','14904078213800803294',32373),('AbFvOqn11cVS13IlBw5KcnMmz_cwiDg2Qg0s_mVQDB4wtAd_CvHptLq0Yn1h0mS8O_Cscd8VEbYVkg','I am an event planner and was exposed to Covid at a recent event. I was also feeling super fatigued so I needed to get tested ASAP. I was able to come in fill out paperwork and be seen in minutes. Super quick. Cody was the nurse and was super nice and genuine which is refreshing at a quick ER place. Definitely a great alternative to the big hospitals!','2020-10-27 18:14:25.983000','2020-10-27 18:14:25.983000',5,'Abbie Hillis','https://lh6.googleusercontent.com/-5QxY-Z-3b84/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMOb96i6ZBI2PfxzsIghex8bKTgw/c0x00000000-cc-rp-ba2/photo.jpg','2077061009497551125',38453),('AbFvOqn11VcPgfNw-GqpTpdhwkTrzGczz-bXAuuSGIvhk2Feb_RRa22dPm4gxZ97MLrSebOrk2eo','The staff were friendly, helpful. I would definitely go back if needed. Dr. Thomas, nurse Sarah G., Rad Tech Laura H., Er Tech Daniel B. Registration Tanishia W.','2019-11-20 08:29:10.220000','2019-11-20 08:29:10.220000',5,'Diana Montes','https://lh6.googleusercontent.com/-hVI_HHRjUNE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucln-BmVWnnRX564gpRJ0RMLvs-YEg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37861),('AbFvOqn12Nb8TNikThSf0AX41vAoiBB2heKKH2XTSWEu14bFKO5vx3gDd2LmvIf5zRU7RC-cVeGtkQ','Everyone that took care of me at Signature Care was extremely caring, thorough, and so informative. I was in a treatment room less than 5 minutes after I arrived. i felt so much better when I left. It was my first time having to go to an emergency clinic in the three years that I\'ve been here and this was the best experience I could\'ve had. Thank you so much to everyone, especially Gabe who was an angel.','2017-10-24 13:55:55.482000','2017-10-24 13:55:55.482000',5,'Christine Canales','https://lh3.googleusercontent.com/a-/AOh14GjCKtZnSOOVKTrQkQyWhgsSI0alnC5aVuyxji9g9w=c0x00000000-cc-rp','16590124370714063921',35360),('AbFvOqn19Zk89KeMm5yib-fqf0riqUB3c4kl0aFdl0zLkm46cyE7LU1jC_WJOkWBbVa_P9walmG2XQ','All I have to say is that they are very nice when it comes to being treated & also, the wait time is literally less than 10 minutes 🤩','2020-01-28 00:04:10.342000','2020-01-28 00:04:10.342000',5,'Melanie Ramirez','https://lh3.googleusercontent.com/--HGl_1mVgBk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnFf0L3fWV2F9kNNHiZRWMsx-sSwg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32361),('AbFvOqn1aAAtY7D32shW-J6NAdzpg6CH-HDEa2ULrouCkV_f_i9ITGACYMXTAWf9K8EYmDfcRhw08w','Vivian S. And Shobha A. made me extremely comfortable during my COVID test.','2020-10-16 02:01:40.423000','2020-10-16 02:01:40.423000',5,'Marla Nnabuife','https://lh6.googleusercontent.com/-acGmQrOa6nU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCYk6QpYt1U5-9uocaOAV7_82ESw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42860),('AbFvOqn1cf-0PgqqKa4bF_LxYM8Bm626sdElBNwaw4STvyJmSFSIScep3FRee7BVFF3tmzlZd35ngQ','My daughter came in with chest pains and they immediately wheeled her into a room to hook her up to an ekg monitor. They ran her cardiac enzymes and did a chest X-ray. They then ran her enzymes again to confirm the results before sending her home. We received a copy of her X-ray and a very thorough write up and explanation. They answered all questions that we had. They offered all of us warm blankets and had beverages and snacks for you if wanted. The staff was kind, caring and very knowledgeable. They made you feel comfortable and at ease. Very friendly. You felt as though you were their only patient. Would definitely go again if the need arose and would definitely recommend them.','2018-07-20 16:27:23.838000','2018-07-20 16:27:23.838000',5,'Alesia R. Stevens','https://lh3.googleusercontent.com/a-/AOh14Gg4jXPG1aCsUimFgv719NHPPfgTVhs0uA3WXQQ4=c0x00000000-cc-rp','8918455867446117794',43381),('AbFvOqn1cjh1iJmGfsMinR8S0gdJcJGFCUuoXlRMW0-5Nyn-pbwAXFVH3e_jKLECvcuSp8ksd-2lZA','Cody and Sam did such a great job of making me and my son feel safe and taken care of. Whole place was cleanšŸ‘šŸ¼','2020-08-17 15:59:26.921000','2020-08-17 15:59:26.921000',5,'Melodie_ Lain','https://lh3.googleusercontent.com/a-/AOh14Gi7sGrfaHhsEUQv6UaH4jR9_8hKT7AZaYNzmEhL=c0x00000000-cc-rp','2077061009497551125',38588),('AbFvOqn1cqkhDJUTKtFqqoh3SKhJ7mhqB12zPUoi5_2qerULItLlNJU97rWFWPCDRJsimzMZGik6','If you in need of prompt medical attenion, I would strongly encourage you to visit SignatureCare Emergency Center. I arrived with several open wounds and the SignatureCare staff were prompt and comforting during my visit.. I was even offered a blanket! Wonderful staff!\n\nSo to Stephanie, Katy, Greg and the entire SignatureCare staff, thank you :)','2016-08-28 01:22:56.226000','2016-08-28 01:22:56.226000',5,'Keyneisha McNealey','https://lh3.googleusercontent.com/a-/AOh14GiTt-liagT0wC-O5L3aPOchaixanb42S8AV2tQwtQ=c0x00000000-cc-rp','14904078213800803294',32785),('AbFvOqn1d5q5FmouTbQpS6BZLkHHMD3Mla3-mgmAO1MubMgNBT9A8hYybCLY_tPxrff1s5AbEk8E','DR. HENDERSON, MD, QUANG didn’t pass me off or make me feel like I was dreaming my pain up in my head which is what a lot of doctors have done to me lately.. he got me immediately treated for my back and muscle pain and was incredibly kind and thorough. All the nurses were so incredibly sweet and even the from receptionist was kind and helpful. Would definitely come here again if need be! There was also little to no wait and it was extremely clean!\nMy wonderful nurses! Racheal B l, Nanci B, and receptionist Desk: Genesis C.','2019-09-18 12:22:49.114000','2019-09-18 12:22:49.114000',5,'The Witchiest Woman','https://lh3.googleusercontent.com/a-/AOh14Gju9fgm0rSKBvMT0ceR62xSRZEgyKG1DmT_x1i_eQ=c0x00000000-cc-rp','17898197009688164559',37990),('AbFvOqn1dERn-bj6BfBQ4HQY7IHsBjD4vc-OPAubWRFt1Qx-pHaWn8Dn_XDcbni-ODJaxGAGZFvp',NULL,'2020-08-10 03:54:31.194000','2020-08-10 03:54:31.194000',5,'Jaa A','https://lh3.googleusercontent.com/-2Wl6KOEeqvo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl4QiGFoeUGv6EI_SSjluFl_6y9YQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31784),('AbFvOqn1EUNDRwqUaX-w3cW14O-j7Ko16SYSTCn-KYr9aj5JoNAEKnXXQUBfBoRQstgi91nA5fU','Dr. O\'Malley spent a good deal of time listening to the problem, refreshing in a hurry up world. The treatment team was wonderful, from Patricia in Registation through Nurse Alvean, Tricia and Jordan. An excellent experience, feel that they were very thorough.','2019-11-30 19:45:19.001000','2019-11-30 19:45:19.001000',5,'Barbara Heimann','https://lh6.googleusercontent.com/-VS_U5BjRaTI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck4rAEn3QodSppgCYv2jRsNIdmAdw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33660),('AbFvOqn1fnzFNQ_xXSOTJgrEEQzdJ-RaqPl45hYO4GFzxJzwJFTJaBmMaWkwKD_ZbFiXAroUcqLW','Had great service at signature care er from everyone from the front desk to the rn to doctors diffidently recommend anyone that needs we help to go here','2020-11-20 05:59:52.247000','2020-11-20 05:59:52.247000',5,'Mark Ocampos','https://lh4.googleusercontent.com/-GIxRttKv7dg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnC_JVyPntMrfO19IDqQYULz9ESbA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42824),('AbFvOqn1fWWfG8ypiKlxFZv6LXpvbiFNOI9Uuy8_48BJJUgZhBUi-PtYV8CDqTAQggRklp2SFhUXWA','The Staff is always nice and friendly here. They are always willing to help with any questions you may have .','2020-07-20 13:25:46.691000','2020-07-20 13:25:46.691000',5,'Cristian Gonzalez','https://lh3.googleusercontent.com/a-/AOh14GheS7tjoTvfI6UpYjw8l4Ad7-BvptjEm6drfGaI=c0x00000000-cc-rp','14748677429039074158',31946),('AbFvOqn1g7seLnqoqRl5XV7M0ksX5wId42Z8JYujadWOmGtadT4AaR5vb31dHKJHwZTyZKkfm3nysg','Staff was very friendly during our 1am visit. My wife was very nervous and we were greeted by Tanisha at the door. We didn’t even have to sit down and wait while we filled out paperwork. They had us in a room and with a nurse in 10 min. Doctor Thomas was extremely thorough and explain everything a couple of different time to make sure we understood what was happening. I don’t remember an urgent care staff being this friendly from the ER Tech (Elaine) to the nurse Jennifer!','2020-02-12 10:43:49.739000','2020-02-12 10:43:49.739000',5,'MARCUS CARLIS','https://lh3.googleusercontent.com/-U8Hf2P6xQCI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmEv8PS4dPUhXYksy8O2ZE8CB-cxw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37703),('AbFvOqn1GMTR6ONVfhqxkeYxm9payiE9tRXRTZMKUTCpktiH5vyEPzLDGLPVeievk4vgEaDWKeaD4A','Dr. Hehman, Jessica, Ellen, Guss, and Samantha all were amazing. They\'re a great team they treated my girlfriend with the utmost respect. I was impressed by how well they handle the situation. If ever have another emergency I\'m coming here. Amazing amazing people','2019-10-14 10:23:07.805000','2019-10-14 10:23:07.805000',5,'Jamboree Gomez','https://lh3.googleusercontent.com/a-/AOh14GhrVyzbAmQ5jefS8i32gEqBvO5kHF908aIp-l2i=c0x00000000-cc-rp-ba3','8918455867446117794',43187),('AbFvOqn1hInQQNFx9SQpbCDifkuBwaFjV7i_ci-fDwqu_-_HjfAs8PTal4WlVMZN_8xc0jT4nl0pNA','Great and fast customer service!!!!!!! With Sabrina And Reukauf and Tanishia!!!!!','2020-10-30 01:45:25.535000','2020-10-30 01:45:25.535000',5,'Ty Johnson','https://lh4.googleusercontent.com/-Ebm3o4DI20U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclkdpVefcPCgs_vN4bPW0P6ZAGGeg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37475),('AbFvOqn1HuHRaveR5br8l4HnzEcI5TEvygqaigcxr974dNomOcaOvHJ7TqNWcsPe0mbpJ8dqsKCXYA','I came here to get my 2 year old tested for Covid-19. He had symptoms of a cough, fever and runny nose. We were left in the waiting room for 7 hours! When I went up to inquire about the wait...a nurse walked by and said, ā€œWe’ve seen 100 of you people today.ā€ I told her, ā€œI paid my $175 like the first 100 and expect to be number 101.ā€ Terrible service and very, very inefficient. There are too many other 24 hour Emergency Rooms in Texarkana to think about going to this one.','2020-07-07 21:04:39.700000','2020-07-07 21:04:39.700000',1,'Jason Newton','https://lh3.googleusercontent.com/a-/AOh14GjE2WB7Ke9erlQmlsB5n-ZHC9ca0skGO6QqxGjyyS8=c0x00000000-cc-rp','3272657195432704501',39544),('AbFvOqn1Ib7pAwZMMQeLiqyuM4r9xf2p_XC0BdhHErn7M8QFBFvBcK2ypCZJ1JoPSj1YEbON7lVPOA','First time here and they provided me with excellent service. Okarys in the front was very professional and also attractive. She did everything in a timely manner and the wait wasn’t long at all. Joy and Fanny made sure I was comfortable and continued to check on me to make sure everything was good. Ralph the ER Tech walked me through everything that he was doing which was really helpful. Dr. Wang the physician was very knowledgeable about what was going on with me and gave great tips on how to better my situation. Overall, I would recommend SignatureCare Emergency Center (Mission Bend) to any and everybody. Thank you for your awesome service.','2020-02-19 13:42:36.557000','2020-02-19 13:42:36.557000',5,'Daniel Adebayo','https://lh4.googleusercontent.com/-rUTBc4_s1cs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclShsTQn43WjD34PqJ-reZ55QZ5IA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36623),('AbFvOqn1iC5ltvRT4AX7Od-pXFSDm30YxSmpHGhFpz5oGD6F9j48aS8PPLCCm70vrDblg1WKa6da','Very nice and friendly!','2019-12-07 06:07:03.291000','2019-12-07 06:07:03.291000',5,'Abbi Lanham','https://lh3.googleusercontent.com/a-/AOh14Gj3FDh2ImN4dfv8guC6a1S0zqqme8Fm7scZBCTjxw=c0x00000000-cc-rp','16590124370714063921',34522),('AbFvOqn1j8LfP7eLoN0NbldHWb84nmwOnMYDZqZfKynMCYwU2WhEkhSUic6jxx7-sBRbQ-HjN3T1QQ',NULL,'2019-09-16 17:39:11.329000','2019-09-16 17:39:11.329000',5,'Emma Sager','https://lh5.googleusercontent.com/-vYmMzIGr9I4/AAAAAAAAAAI/AAAAAAAAAsE/AMZuuckubZkwTSB-svM7g8qPlAbiSwIN4Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40417),('AbFvOqn1ji-FKq7rY_PqQSRPFJiGUYEsxsXmfZ2II6lprv0F0gdsD7MjfeF7H2NOJNDec-V7iMiB','Elaine M and Dr Ortiz took very good care of me this morning. Very professional and helpful. Very little waiting. The team of Angela C,Lia O,Nanci B and Sarah y did an excellent job helping me today\nThanks for all the good work!\nBarry Conner','2020-10-26 16:07:19.424000','2020-10-26 16:07:19.424000',5,'Barry Conner','https://lh6.googleusercontent.com/-_Cd3NBWaChc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckRaWl37QThloogBWuzLW7nsDV4og/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37483),('AbFvOqn1KvXHJeDItq3EBKD9oW1Ngg52yC7oxtI7bFHiRmgbSerPPgxLI6Mt0a89juP5X9hSGJLk','Dr. Grinblatas, Nichole P., Allan, Staci and Sibienne were great!','2019-07-07 15:36:14.137000','2019-07-07 15:36:14.137000',5,'Bennie Jordan','https://lh3.googleusercontent.com/a-/AOh14Ghx5TRK5G0nCNwIEkbxHuSFSubnlAsOeHkaHrYOHQ=c0x00000000-cc-rp','8918455867446117794',43223),('AbFvOqn1kWdCKPYeHi4CaHtWydlc2Sv8BghcoHRTd7vpUxcLhH1aCp2hsedUfrPXoPVTe71tcHvAZQ','My son had severe eye pain but it was coming from behind his eye. He is 10 and it\'s a big deal to him. As soon as we walked into the doors we were greeted by Shania. All my questions were answered and we didnt wait but 2 minutes to go to the back area to see the doctor. The radiology tech Allison walked us into our room and was very polite and welcoming. We also has a nurse, Audrey, see that my son was cold and offered him a warn blanket and me too. Then doctor Mauldin came and asked questions and was understanding and nice. He then checked my son and wanted to find out what was causing his pain. All in all we are being very well treated and cared for. My son is doing better. Thank you to all the medical staff for taking care of my son!','2020-01-18 03:48:41.657000','2020-01-18 03:48:41.657000',5,'christina villarreal','https://lh3.googleusercontent.com/a-/AOh14Gg8k1YgKCneEnhDhwxUmIXshHKAGzPdt-YwMcK7=c0x00000000-cc-rp-ba4','13486358490203335051',29477),('AbFvOqn1LLBlSNSKNPq0tyfpPuKeUyK2mAwb--k36bQwrra_mMnVA0wBy5uo5pkqv4CZ1RDX56G4RQ','Very helpful! I was helped my Dr. Evans, RN-Jacob, Rad-JR, and Reg- Ashlee. Everyone was nice. The visit was fast and easy as well.','2017-02-10 15:15:03.513000','2017-02-10 15:15:03.513000',5,'Megan Marthiljohni','https://lh3.googleusercontent.com/a-/AOh14Gjxrqr-CHR83cXcq2RTPoPWd5Nf3iOaH4SaTPwu=c0x00000000-cc-rp','16590124370714063921',35501),('AbFvOqn1lx9XZPFzzBJhWI-Af8-Jx_xWndZxPSys4QvmSMDzq4vxXQPY_rGI0WwCf9JENxyETgWOkQ','After taking my friend to two hospital ERs and having bad experiences, it was a pleasant surprise when I had to take myself and my child to an ER and we found SignatureCare. We had a great experience. Dr. Miller and the nurses were so friendly and did not rush. The only negative thing that happened was that I was given a drug for nausea that the nurse told me would make me groggy, and the side effects were more extreme than that. But I did not have to stay overnight, so I was grateful to be treated and sent home.','2017-11-16 18:16:38.299000','2017-11-16 18:16:38.299000',5,'Robin Owens','https://lh3.googleusercontent.com/a-/AOh14GjI3NINUAvozQO_Ud0e0w27wd3cCojAWDERc6VD=c0x00000000-cc-rp','14567670160750071148',30948),('AbFvOqn1Mctz0F7ENw-VeDPlgOnQhbJbvy2gFN3fIs8eiUnZPO5RW6knAjwrkbaISmiPFyTVp3kpNQ','they were amazing and really took care of me.\nclean and nice facility! i will come back anytime i need to','2018-11-29 08:03:47.351000','2018-11-29 08:03:47.351000',5,'Alicia Salcido','https://lh4.googleusercontent.com/-o3ZctF1Gneg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclxUd0TFjXK_kNEAJl0FomDp19weA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36321),('AbFvOqn1mzqHZr481azFv_ZKoXIHXv4Tot_QwciLVzOJiJda0XvNPWfnISlzQPDPPRqLyFWwo-bm','I recommend this ER 100%\nThe staff is very knowledgeable and caring.\nThank you. You did a lot for us.','2019-03-26 17:58:56.189000','2019-03-26 17:58:56.189000',5,'Silvia Moreno','https://lh4.googleusercontent.com/-0wZzefb2DVo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmoYpwhQQVHdtdl1nQdSmFNzpR94A/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36239),('AbFvOqn1NbDY1xuTy5RddGKMxrkyqP9CfIQLtyIxjlYKrfdGRa6dLqFFGajOtgis1Hn72DOW0DXz','Great service from the receptionist and nurses, very professional place to get tested.','2020-10-01 15:03:46.149000','2020-10-01 15:03:46.149000',5,'Giovanni Fonseca','https://lh3.googleusercontent.com/a-/AOh14GgbH1H4DyXMjJV5NUNUcwbPXK6r-Ohdnr-A_XtNAg=c0x00000000-cc-rp','8918455867446117794',42890),('AbFvOqn1nPOZSMibpif-2cGFFiYthAfPACmGdvXqN1blpeLzOwWm5yr47XGpckQ9k7Gtga81Yo4Ecw','This place is amazing! Very easy system and friendly/patient staff. Low wait times and quick, proficient service. Dr. Das was very kind and informative!','2020-08-10 15:00:55.416000','2020-08-10 15:00:55.416000',5,'Kandi Ibarra','https://lh3.googleusercontent.com/-EEbUZHxpgpA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnK9fCKchUjIlDliFwb5_m1rkR8fg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31779),('AbFvOqn1nPrPjJWFRmdQ31aASDfYJOgfWy861-nkKJDcuB8SuTwE--4BbXsuJRm8lQxdh-S8-7pxeg','I have visited this facility on several occasions and had received wonderful care. Recently, I had a less-than-satisfactory experience here but when I reported this, the staff been over backwards to see that I was well-taken-care of.\n\nI would recommend this facility to anyone needing urgent medical care of any kind and am deeply grateful to the staff for the kid-glove treatment of me and my condition during this and past visits.\n\nThanks especially to Adam and Dr. DeWaal for their kind attention to my situation and for the excellent advice received. Thanks a million. R. Bass 3/5/18 2:30 PM','2018-03-05 20:59:59.148000','2018-03-05 20:59:59.148000',5,'randol bass','https://lh4.googleusercontent.com/-BsbiLVfaYds/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclDXRpcCbpDlUNbdAsIApGCVzwKzA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36426),('AbFvOqn1NqYkpeG3-GTqMEMvCEfi6xajAObkirGCCaHbwslARzDFvXNzjHLAQb_S4ZtiXjqkgF9IUg','Thank You Tatiana, Nicole G, Dustin And Ricardo G!! I came with my wife and you all were a delight! Extremely kind and very willing to help in any way! I always have an enjoyable experience every time I’ve visited this location!','2020-02-08 22:21:28.509000','2020-02-08 22:21:28.509000',5,'Michelle Lopez','https://lh5.googleusercontent.com/-PE8f4ZEr9tY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucngA7gyXb9DPT8WGTK-rE0DcgRP8A/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30259),('AbFvOqn1OtJJdMiLjxpfUwVv3dfgUn4bXZ5yKOaXbnAkjaG4vp-oCgqtl1vZ0vAcWVCkf28HIygx','I had a great experience at SignatureCare Austin. The front desk was friendly and got me in quickly. I was seen by Dr. Townsend and Dr. Hotchkiss and they saw me quickly and were and thorough. They also checked on me throughout my time there and were very polite. I would highly recommend them!','2020-12-24 03:41:37.072000','2020-12-24 03:41:37.072000',5,'Mackenzie Taylor','https://lh3.googleusercontent.com/a-/AOh14GjCOsKIjeNf04GoB47Uun_SWNOH6S8ogzgKR32o=c0x00000000-cc-rp','16891069708558046635',43743),('AbFvOqn1ovlCDV7wRGrRCCOhCJnEj33jxKERuIxy2LK4Fe56GunqbwXjG0XUjRyR5-0fO6cUsf4h','Amy dr faig and holly','2019-09-12 23:40:47.750000','2019-09-12 23:40:47.750000',5,'Emily Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GjF_-ZeG4buGeBxvCaT7ZMezWlWmv8SXRfel7Tb=c0x00000000-cc-rp','12541597562633926366',29029),('AbFvOqn1piphP0zO58FksHOvAWm7UaczA3LqeFZA_zKJUFvMk7rfmpb5JBfGGFWW-V3e0XfzAeK0xQ','Excellent costomer service. Fast results for my covid test. 15min to be exact. Price is higher than other places but worth it if you need immediat results.','2020-07-13 20:40:39.601000','2020-07-13 20:40:39.601000',5,'abby ovalle','https://lh3.googleusercontent.com/-af4f5v0FQcg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnihUTpIjSLhaNDQXsU8kKImV59GQ/c0x00000000-cc-rp-ba3/photo.jpg','14904078213800803294',32308),('AbFvOqn1pX9xwWs2xf-J5WX0aW5TsSsb40x3V85WX3eluuU8pZqVt2Ij8xHLwWd5QLuWC4URmuanuA','Friendly staff!','2020-07-23 03:51:21.442000','2020-07-23 03:51:21.442000',5,'Taek Kim','https://lh3.googleusercontent.com/a-/AOh14GjhaYPQ2xTMdGwyIDOtNcOWhXgPVLZ0HCIdKD66=c0x00000000-cc-rp','16590124370714063921',34271),('AbFvOqn1REQcX9WIuxiL75ztHbSXxEpzpvdmdnLhPwRKQtcSuakPhAhMEmJLjw7tNFSaEgfmaaTyuA','Overall great experience. I was nervous due to the pain I had but the receptionist Amy, nurses (Regina & Natalie ) & Dr Henderson was really helpful & informative.','2020-01-18 22:03:32.585000','2020-01-18 22:03:32.585000',5,'Dejanae Eleby','https://lh6.googleusercontent.com/-prS02vBpUrE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckgZs9Mlp9VytSnsdDN86hFjdbEHA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30329),('AbFvOqn1rKZhG6tKu4JTVdCBZCCKYqVv_fIZrIQo7Bw2Utkvo8bjqejAqBfg_c-jid7gPWwcQdBrDA',NULL,'2016-11-28 12:16:12.359000','2016-11-28 12:16:12.359000',5,'luis vega','https://lh3.googleusercontent.com/a-/AOh14GjrWlw-0sTXqO6Cw-0Ph3adNIQBzZD9wxq4p1F-0YE=c0x00000000-cc-rp','17394740196501090048',37260),('AbFvOqn1rQEThsP6FDpriCWhJN4hgkKpTQm4X99tri53I3rpnUEDNjA-l8YNdK7AaTRvh80HCSeCvQ','Jaime and Dr Das were amazing!','2020-09-11 21:26:19.687000','2020-09-11 21:26:19.687000',5,'melanie messenheimer','https://lh5.googleusercontent.com/-8tnyE69vN1k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckL3Dn0DCrAdU0KFHl0XqTmCwZ9_g/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31673),('AbFvOqn1TKC_PTCrCSPBsMCvg0n-XvdYowONcS_HKHfAToW7rlfpeVLoltJffgbmZ4RQd0lFoFlkng','Service was fast and doctor and nurse were awesome!!! 100%satisfied!! Will definitly recommend','2020-01-25 00:33:09.376000','2020-01-25 00:33:09.376000',5,'anna galindo','https://lh4.googleusercontent.com/-W0xKgaAlplk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclzQxPlYea_3Q0ksbs8Ha6RHc5LzA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29463),('AbFvOqn1TWrDhIf_nAazcC_kWoFAHPSWGQMzes5AMBfOkiRPXGzq5oJALdZOpwUTC1vFZ35Bf5uw2A',NULL,'2019-02-22 08:55:06.296000','2019-02-22 08:55:06.296000',5,'Markkell Reals','https://lh3.googleusercontent.com/a-/AOh14GgPK1d8JNeFWKG7xkZ7opeToJoRMMzdXggWHpXemQ=c0x00000000-cc-rp','17898197009688164559',38278),('AbFvOqn1ugtxIipd5zGOOwpHL1CmqxJHCJni8HliAdxdQitPv55hM7m7hDhP-06YTcXRjkaiRMuG0Q',NULL,'2019-12-29 08:34:49.451000','2019-12-29 08:34:49.451000',5,'Amberly Melton','https://lh3.googleusercontent.com/a-/AOh14GgulQQkwt1tt1rVZSL-3gYJNtlNAL0MTCye9CAOnw=c0x00000000-cc-rp','3272657195432704501',39735),('AbFvOqn1vBYomzx8YAUNgyfv5rgsyBYwRKxqBj4KsamxEkaKPhIwGiVWdmbmUlIz-gNNTq1Aztf9','Really great service here. Front office, nurse and doctor all nice and easy to talk to and care about your well-being.','2020-08-09 17:08:13.151000','2020-08-09 17:08:13.151000',5,'Andrew Munoz','https://lh6.googleusercontent.com/-ZgL79IsFW74/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnqeHtymzGGKdbDYXn2HP3cxc4DTQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31788),('AbFvOqn1vozMjam9BiofzXemSZCx4xnBY7YJ0l48pWKH7kD6-enFHTtMnInAUssjyfsG1VNWaXkd4A','It’s the first time and they was really nice','2020-09-28 15:02:23.453000','2020-09-28 15:02:23.453000',5,'Ahmed AL-Khafaji','https://lh3.googleusercontent.com/a-/AOh14GhHzYTeQBKWsi2_Xcrtxh6rMJQZ9EnkVZEAEU2J=c0x00000000-cc-rp','14748677429039074158',31612),('AbFvOqn1wNZCTTKZ-6T6yZ5yDcQmWc_3ShZ1-9nq4J7a3Ajnkw9Hne7rfwG5eHYFMKDeaE_jmIAT1w','In and out in no time at all! Very positive experience.','2016-06-17 14:35:38.971000','2016-06-17 14:35:38.971000',5,'Sarah Monigold','https://lh3.googleusercontent.com/-5zyX8aPE5P0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7_HWvjonFZjJckNJeIkufrC0TZA/c0x00000000-cc-rp-ba3/photo.jpg','3511292162159714121',41208),('AbFvOqn1WP1P1QMvSa2TtA7hSjdzxVALAMZ6XnZIuJ6EOa-o3wVOExzaTVASQdLEAAHCQblnf-zBZA','SignatureCare is the best. The staff is very friendly from the front to the back. Dr. Ortiz, Nikaela, Joshua, and Luisa took great care of me. Thanks for SignatureCare.','2019-06-23 02:29:56.392000','2019-06-23 02:29:56.392000',5,'Tracey Daughtry','https://lh5.googleusercontent.com/-oZBLum3YbS8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnHEiJp-YVZpDv_jMnfgOurUp0LtQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqn1WP3xJfLED6rrbdaPW7E47nUY0lqXo_ka5o_jC4JdLFW0WrR73y0hlRkuhZyho8ClmPkR','Staff was very friendly and attentive from the front desk to the nursing staff and Drs in the back.','2020-11-16 02:27:14.168000','2020-11-16 02:27:14.168000',5,'Andrea Hernandez','https://lh5.googleusercontent.com/-x_W5hngaio8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnr4mmI6nmvTn4A09R2izo5Jf0pfg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29264),('AbFvOqn1x2cicS5ApaKNbMxnTABj2D2fXm6oOkFwup-K_9TuYDdeY7r3OgfSqR7NclJV2xQEALmolQ','Shawn K was very professional from the beginning he treated me with ultimate care. Mercedes and Brenda made the process of checking in very fluid and easy!','2020-06-17 02:23:30.821000','2020-06-17 02:23:30.821000',5,'JOBIN’ FRANCIES Ima','https://lh6.googleusercontent.com/-7a-1HAMfexM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmy1Yed4omP31Dmz5AoTyWNJUXhyg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43036),('AbFvOqn1ylA_6vuDFWtyPFhd1UVZB6bixVVXEJEzNTdXflBwrmL5JKIxO9OzsRM04zWlm9cL98TS','Though they do not take Medicare, I still go to them for urgent care needs. They are helpful, caring, informative, and I feel both safe and taken care of when there. They let you know what is happening and keep you informed during your stay there.\n\nI will definitely continue using them when the need arises.','2018-04-11 18:54:10.020000','2018-04-11 18:54:10.020000',4,'Cat C L','https://lh6.googleusercontent.com/-kx-rICBK5to/AAAAAAAAAAI/AAAAAAAAAPU/AMZuuck-D1XmmclW8f772bF27F4VONbg5Q/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36411),('AbFvOqn1ZDKleD0Ia4WmBP9cEpKhfFWLzP3pvzDih9wrUGGLUfsn4vlz2bkRswvVGXodPH2yXQVIvQ','The ER TECH L. She is very nice. Had testing done. Very easy going.','2020-08-03 13:13:30.606000','2020-08-03 13:13:30.606000',5,'Robert','https://lh4.googleusercontent.com/-X9PUDK3JBn4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnjGP79EY1rGWN3Ascg9dH2ZK39DA/c0x00000000-cc-rp-ba2/photo.jpg','13486358490203335051',29339),('AbFvOqn1ZXhmVsqfyxCbJVW-gwrRkTXqysCgyxAACcX_00JSE1SfO91SeWJzHYAiJjP1AKy7e3-Muw','Facilities were clean and the staff was friendly. I appreciate how efficiently SignatureCare worked to get me checked in. It is clear that they care for their patients, especially Karen C., Dalia R., Lauren S. and Katelyn W..','2020-08-06 15:39:28.865000','2020-08-06 15:39:28.865000',5,'Bethany Holub','https://lh6.googleusercontent.com/-Hw3v5cvbREc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmdfSBSGgaZrq0YhpOG3ig61cDWzg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42943),('AbFvOqn2-wdqyYLan066D1rKbNtd2CTPscu5ls6TcKCMttHI3crqh9TcoQ4fxjHQY9lKe3X_dOfqjQ','Awesome staff and very attentive. Teresa, Holly, Ryan, Dr Zheng & Queen Cynthia were very attentive and professional. Yes, come here for your emergency needs.','2019-09-22 13:01:06.540000','2019-09-22 13:01:06.540000',5,'Vicente Sosa','https://lh3.googleusercontent.com/a-/AOh14GhEXhw9dvTyQK-VJ0HN1mCnzdEKzSQCmPHr_5hZ=c0x00000000-cc-rp','14904078213800803294',32425),('AbFvOqn204fL6VngrguKXj9k-7pc4YDGVqN3LGLdR_NEUCc6bKfu7AxLjH3TKa-dC-nlhKnL2FJVCg',NULL,'2019-08-13 18:54:59.591000','2019-08-13 18:54:59.591000',5,'Tamara Gaines','https://lh3.googleusercontent.com/-tJARuPR6rL4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmhgcT8OMmL3LuGL6Of5zsV_25Fsw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41626),('AbFvOqn21Kk5UwrJaWzXljjmawPZo3Id1j9BjJaJtZQ3gZ6avZwzu7FnJwptSkPax3Sz901CYvKU','Great customer service would recommend anybody to this er thanks Dr.Souman, Nurse Irving and Lara, Radiology Tech Holly, Er Tech Christian and Registration Ana keep up the good work','2020-03-07 04:00:36.153000','2020-03-07 04:00:36.153000',5,'Zalayah Kellam','https://lh4.googleusercontent.com/-WmpqzRSKktM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck2fdFfa-yxlAWPe2usuXZNtgD8Bw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28661),('AbFvOqn22aR8Nta9mBX7zjOVaVnbFBd-Ofd_t5McYS9xDLWlYmuevT77lOkyadiWV4-JFph1mx6GQQ','The first time visiting emergency centers. I came in due to extreme stomach pains. This place is very nice. The staff is very nice and professional. I\'d definitely choose this overt sitting in hospital emergency room anytime!','2016-04-07 11:47:28.549000','2016-04-07 11:47:28.549000',5,'Michelle Nguyen','https://lh3.googleusercontent.com/a-/AOh14Gj5UnmuwHJne6aME7yKCJW3WRbRRRlwzAuVMP935g=c0x00000000-cc-rp-ba3','17898197009688164559',38386),('AbFvOqn22m5MJkAQtDqYEK6R2TAiH-oCP9PJivrK4HIwr7eIII_8rnuBTLe89pplASC0G4QWQTVWkQ','had to bring my sister in for care and the people were really nice. They had such a family environment and provided snacks and drinks for the family waiting. Fr. Patel was really good and explained everything to ur family. All of the staff was really nice Nurses Tammi and Charlotte, and Nanci, Norma, and Vy. Thank you for taking care of my family.','2020-02-24 00:08:24.712000','2020-02-24 00:08:24.712000',5,'Arriana Sahagun','https://lh5.googleusercontent.com/-ToROdD3SPa4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckMjJFbGLx5vIlbhw_bOLVVknMyGg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37657),('AbFvOqn233zDUhPoDUJDrVcPGD1MkGJmeGeaIvur1oNMjxhERTtOqZW94dX32CrWkuGroq7ey4t-Kg','The staff is excellent here which is why I gave them 2 stars, but my problem stems from corporate offices... I got an antibody test done a week ago after being exposed to COVID-19 and was told my results would be back in \"2-5 days\" and to \"call if there\'s any problems.\" After day 4, I started to get a feeling that maybe my info wasn\'t put in correctly and my test results were just floating around in the system which is why I haven\'t heard anything via phone/email/labcorp portal, so I started to reach out. First I tried via phone. While I was there in the waiting room, the phone rang constantly with no one answering it, but I didn\'t think anything of it until now. I realize they just aren\'t answering phone calls at this time, but are still instructing patients to call? There isn\'t even an alternate phone number listed on any of the paperwork I received. I then tried email with no luck, so I started to reach out via social media. I hate being this person, butI I honestly feel like I have no choice. The social media manager was the only person I talked to who was understanding and tried to push me through to customer service who simply said \"I can\'t help you.\" Never had I asked for a HIPPA violation, but just some information on how I can get help with my problem. I hoped they could pass my info along, and the facility could contact me, but nope! I completely understand and sympathize with health care professionals during this pandemic, don\'t get me wrong, but how this situation has been handled is unprofessional. My suggestion would be for them to put in voicemail services and have a designated person answering triaged voicemails once an hour. I honestly believe my rapid test and antibody tests were scams at this point and have demanded a refund so I can go get my test done somewhere else. I\'ve heard of Spectracell giving results back in hours, so they will be who I end up going to as I should\'ve done in the first place. Do not come here for anything COVID-19 related.','2020-06-20 17:28:36.633000','2020-06-20 17:28:36.633000',2,'Micaela LaPeer','https://lh5.googleusercontent.com/-lBraICUa40k/AAAAAAAAAAI/AAAAAAAAAQM/AMZuuckvVfajbNbnkzcpFoKlUI8Vuc1MxA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40267),('AbFvOqn23yQldHt9_ZiBkPgc8OonVYGUvR-bIWV0-nwsvqTNCY4NssSoktnk2DS4B8x94tP9hWh0xw','Very fast, efficient and the staff is amazing. Kim, Lisa, Kramer, Allison and Dr. Huerta were absolutely amazing','2019-08-19 03:43:15.920000','2019-08-19 03:43:15.920000',5,'Rebecca Harrison','https://lh5.googleusercontent.com/-UtuOCoWZ3fU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm78y5Q3B4ODUWOwkcaUS7_Nia3Yg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29693),('AbFvOqn24Z-A7b7DD0xDQnq0k3-YbleqG0Pw86P1N7iZr29XCLBttGgsiYE6ThhcfZ6SRSrgO0E9-g','My mother was seen here earlier in the day and she can’t stop raving about this ER! I was with her and I can tell Samantha G. was very friendly and nice up front and was very thorough. Christopher C. was a great nurse as well as Brian D. And Tammy B. were also very nice. There was a great physician! Everyone here was amazing','2020-11-10 07:09:17.826000','2020-11-10 07:09:17.826000',5,'La\'shiree Jones','https://lh6.googleusercontent.com/-GMDVbOnH9w0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmI63oABF8Zq-s2AxQD-MxyLAn2jw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30022),('AbFvOqn26KxSZmuAFO_RH4jw9i1Rok4EbISo1HsVEAMLsN_f4dGYro21C8ZXEQw9oj-uc8jmrMMExg','This facility and all the employees are clean, efficient and kind. I will be using them again.','2017-05-15 20:19:12.953000','2017-05-15 20:19:12.953000',5,'Shauntel Cooley','https://lh3.googleusercontent.com/a-/AOh14GgtXDkjg-c60JOnyn3qEDlpAMBqtLdz959e5oay9fM=c0x00000000-cc-rp','3511292162159714121',41055),('AbFvOqn26xlqQDqwRBU4UT-uwu8h-oWDkNOOrGJUQly_U3x3aEHTFLnHJRHJPwo2gYL44viuoWF_','Went to this location to get a COVID test. I had to wait several hours, which was long and not fun, but once I got back there Alex took care of me and was incredibly kind! I have a phobia against things being in my nose and when I told her she was very gentle and kind despite what seemed to be a very long day for them! Also, I was negative! Overall, very impressed with their staff!','2020-07-05 01:35:30.156000','2020-07-05 01:35:30.156000',5,'Ally Pigmon','https://lh3.googleusercontent.com/a-/AOh14GgqZPCLjpiEXl5jbLF4nbrn-TzXoO3gksyk23hyIQ=c0x00000000-cc-rp','14748677429039074158',32048),('AbFvOqn279RfN2wLpYOAxliw1XMymv31EIbkaP1mMwhm-wCmt0becsDF3G9jiP5VvF-8VivBgiYSOg','Got tested, got results','2020-08-12 19:59:25.639000','2020-08-12 19:59:25.639000',4,'Senaida Leos','https://lh4.googleusercontent.com/-OgItLvlhATE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclaT7MGvyfk2jdmCPGBBd8AEj2uyg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38604),('AbFvOqn27hoN6Di9ZRShHvulA6DPPqmD4AyPcmZSAluhieZ54kF_ErcZX4eyHYvhhKf29qIMWhOUmw','Dee was amazing, she’s was super helpful. Great customer service.','2020-10-20 17:45:51.806000','2020-10-20 17:45:51.806000',5,'ashley sot','https://lh3.googleusercontent.com/a-/AOh14GgokmIYMZQ_mXFBrZXtT-Ivv0XD2ZOH9YtdxqCvvw=c0x00000000-cc-rp','12541597562633926366',28499),('AbFvOqn27pLuMD0Xz2JVTiXp1RY2rY2hORD8X5-VhEKjzw-0XIGXKxvt7iVruLwXrc3WsnP7T48M','Had chest pains that I didn\'t know how to treat,and as soon as I walked in, reception was very welcoming which is always nice. Staff were very quick and helpful, and did everything efficiently. The doctor effectively diagnosed​ my issue. Would definitely recommend!','2017-04-15 02:39:08.082000','2017-04-15 02:39:08.082000',5,'Guadalupe Rodriguez III','https://lh6.googleusercontent.com/-OrFV1ykFoQU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZKza20lsOM_oY5Bx7EsCLybOWKQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35452),('AbFvOqn28pMPn31TCKBu2bDVeqgWX35WGVulHXBex7UzA4a0kxLU1NNr_Zo-cecPVlRroV6RJXeMfg','Staff we amazing. I was in and out within an hour or two with full diagnosis.\n\nStaff were friendly and went the extra mile to make me feel comfortable','2020-05-20 07:37:32.554000','2020-05-20 07:37:32.554000',5,'Adam Mills','https://lh3.googleusercontent.com/a-/AOh14Gi8l5zJeqNKM6hK9iDbf2BRNxpdGNH0_HfCGt4v1w=c0x00000000-cc-rp','3511292162159714121',40272),('AbFvOqn296xA8PfyRKWshbXeJcLnh5TJNjsfNesGLI08OrN2i-cDwtxb5EQ9xrkxx96BP5cK4DlEXQ','Overall it was a great experience, they were all supper nice specially my nurse, Alvean. Would definitely recommend this place.','2020-12-10 23:28:22.522000','2020-12-10 23:28:22.522000',5,'Henry Teccsi','https://lh3.googleusercontent.com/-bk5LcVS_Okc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucleQgCz_RDIJwOmLeoRixTybnRFVQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32857),('AbFvOqn2aqxJ19ecFCoJW42zaMrMbhOnqcAGBN983OBImFy1liN6vD3l5nwHcgoT8iioNjoAhAuu',NULL,'2020-12-16 13:29:04.011000','2020-12-16 13:29:04.011000',5,'Marilyn Ortiz','https://lh4.googleusercontent.com/-dnYw8dro5kI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm18s4LpRdt6eO-3gPzq1tkKF97qA/c0x00000000-cc-rp/photo.jpg','15979470999169074295',32817),('AbFvOqn2B2WeSbfFBDCw7okoWJo0IqU2qMXleUeZIUuMpZwpERSA_TB8ngi5uNKfNwS7jqiqoODk8w','The receptionist, Sita & my nurse, Linda V. were the sweetest & took great care of me. Very warm environment. Definitely recommend.','2019-09-17 19:23:19.477000','2019-09-17 19:23:19.477000',5,'abby moya','https://lh4.googleusercontent.com/-AVzZfqFq1MQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclWlwrHYo25id71yo5P4Mxj3S1RRg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29665),('AbFvOqn2BCTofoOgSeSPm-k6SALCMgWClVakhwFBiYNt3dN5QsG-CFZfkTvJJxLb3GGDiPzzo0jkAA','I was treating so kind and they really care.Thank you Norma,Amy,Dawn,Dr. Leavitt and Eve.You made my day so much better and I forgot about my pain.','2020-02-02 19:26:41.141000','2020-02-02 19:26:41.141000',5,'Jessica Salinas','https://lh5.googleusercontent.com/-mG00jJkkCNc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclocz2BQgQZirKYtPFNbx8kSDR6vA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40323),('AbFvOqn2cUvYc9-DjDFHwVWFgjKyGISumHcrT_jZvHzAbeUqVAfzCrq_aZdrwdZ5PwlvMXyUPr4OAA',NULL,'2017-04-10 14:36:31.388000','2017-04-10 14:36:31.388000',5,'Michael Baker','https://lh4.googleusercontent.com/-jOcSRJt2wc0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn1Lkw4yiICiLxb8v1lF2ET17cDzw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35455),('AbFvOqn2D3cscYqvZqLgo5YO4CcxBIOBtH2DgnKwAgyTbC6pOC8ndnadG_3zHrM2kE8L8lzgDa_lKw','Great service great staff, very professional','2020-06-20 21:29:12.654000','2020-06-20 21:29:12.654000',5,'Tad and Nicole Golden','https://lh4.googleusercontent.com/-JdGPgPXlY3I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmTUX9FGnjZ2XQikXL5Cz0Hwsq2pQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43030),('AbFvOqn2ez9E7UbhBTfI0sUWwP4p2q9k1kJkBcKaltuoC3vCU6yto8q2n1fGjbGHTnwLj66ZwqwYAQ','I’ve always looked forward going to this place when I’ve needed medical attention. I’ve been gong there faithfully since it was Neighbors Clinic in the past. Jackie at the front desk is WONDERFUL and always a sweetheart!!! Unfortunately, I won’t be returning to this place if I need medical attention in the future because I lost trust in them.\n\nIn brief:\n1. I drove 30 mins to pick up and take a family member whom I referred and who was needing transportation for a COVID test (her coworkers and family members tested positive, and she was feeling multiple COVID symptoms). Keep in mind it would be another 30 minute on the return route.\n\n2. the clinic’s website stated no appointment or referral was necessary and that completed online forms were required (ready)\n\n3. Upon arrival, no one came out to meet us. They denied testing on site because we didn’t have an appointment, and they said that the website info was not updated about the new process. They also said because I got off my car to ask for a test inside, their policy was to tell me that we would have to return at 8am (it was around 11:55pm at the time) to get a wrist band with a return time for the test. I wouldn’t have gone inside to ask for assistance if so one would have met us to begin with.\n\n4. I explained I respected their policy, but that I not only put myself at risk of possible COVID exposure, but that I also went out of my way to help this family member with transportation, and so I asked if they could make this reasonable exception to get the tea done. Reply was no. I asked, ā€œwell can you inform the nurse that we’re outside and if he/she would kindly go out to ask questions?ā€ The answer was no.\n\n5. Number of patients in waiting room: 0\nNumber of cars in testing parking spots: 1\n\n6. I replied that if I came in a different car, they would come out for sure and they would have no choice but to address us then. The lady said, ā€œwell, the nurse is hearing this conversation right now (the person was not visible), and they’ll know you’re the same person and refuse you.ā€\n\n7. we drove to my house and got into my other car, drove to the clinic and arrived about 8 mins later. Guess who walks out in no time? Yup —- a nurse. He asks questions and says ā€œoh, you’re the same guy that was here a while ago - I saw you (creepy because I couldn’t see you), and the nurses told you you need an appointment.ā€ I said ā€œyeah, they also said you wouldn’t come outside for us.ā€\nI wondered why he hadn’t stepped out right there and then when he heard and saw the conversation - why hide? I think his name is Adrian.\n\n8. We insisted for a test. He said ā€œI’ll check her for fever and for oxygen levels, if they’re normal, she’ll have to come back in the morning to request an appointment. If they’re not normal, I’ll ask her to go inside and continue.ā€ (Why inside? I thought this was a drive thru test?) Vitals were normal and he refused to test. COME ON, MAN...why cause additional possible exposure to the next person providing her transportation taking her in the morning? Just test her there and then when I had her there. As we insisted another time, he said (and I quote) ā€œI don’t care how much you ask and say, I’m not budging.ā€ WOW - how professionally stated.\n\n9. What really disappointed me even more was that one of my friends drove up to the clinic about 30 mins before WITH NO APPOINTMENT, and the test was done and results given in less than 20 mins. FACT CHECKED. When I confronted them about it, they denied it and said they needed to protect patient confidentiality and that there’s no way he would’ve been tested without an appointment. My friend offered the proof - I later saw the results with the time stamp and a return to work order given by the doctor.\nBecause of these inconsistencies, I couldn’t help but think that this was something personal. The nurse could have done a good deed and made an exception for testing giving consideration to the circumstances. Denying the test at that moment was a poor judgment call.','2020-06-29 08:57:36.909000','2020-06-29 08:57:36.909000',1,'J. Hdz.','https://lh3.googleusercontent.com/a-/AOh14GjLq1hjamQpezjIy7bOM-neRfd32hGMHTmEZOSl5g=c0x00000000-cc-rp','6521947413723274945',41380),('AbFvOqn2F9ppRT_STOXK1xX_PuENLSoh87uZ5z7Hplv5T2ASTuyxpqJFrrpxFT5iCtOqv3N7QDSf','I was welcomed very fast and friendly by Naomi, Gabe and Remington were excellent and overall had a quick but very helpful time with amazing people! Dr. Wang helped me and you could tell he knew what he was talking about! Natalie and Morgan were awesome! Would definitely recommend!','2019-06-23 00:30:09.618000','2019-06-23 00:30:09.618000',5,'Josey Moreau','https://lh3.googleusercontent.com/a-/AOh14Gj52ppOyyD1AfEgSnf-B31s2IAM0MDQnuyiy8jz=c0x00000000-cc-rp','16590124370714063921',34805),('AbFvOqn2fH6MVivZWsiH6mh4WQb2ZfOvLMa1AjgANSI6-MU0pD1BTvPrULF525dS_8daPSwHEzdmSQ','Had a good experience. Everyone was passionate and Kind','2020-11-29 14:00:36.729000','2020-11-29 14:00:36.729000',5,'Eva','https://lh3.googleusercontent.com/-9syyLwZDfTI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmGEDkH4lbWZkwSy0javnPeKaCd4w/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36508),('AbFvOqn2g0trbSfTVaixhOtj47uxcGbP_iBNEeSvUnIXBY3mg7b2xgPTxj_wYX36TFhtb24RBsxu2g',NULL,'2020-01-21 16:19:28.449000','2020-01-21 16:19:28.449000',5,'Lara Fendley','https://lh3.googleusercontent.com/a-/AOh14GhgdQFas71eFtU-wRDhKUa7V6Stf7gL8MXE7K7hie8=c0x00000000-cc-rp-ba2','8626688543755174284',41954),('AbFvOqn2GlwYJwBj3H7Fe5GnpjcYatlU-m36leURojrm7gyLJA0UTiAOaDvWAEbVaku7O0hlIxGP6Q','Always very friendly, never takes forever. Always get right in!!','2019-01-05 16:20:34.456000','2019-01-05 16:20:34.456000',5,'Alyssa Cox','https://lh4.googleusercontent.com/-lA0IQc7oFcg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnPqT1AsDJCzx2TZ3D8CIUUYtCFIA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42194),('AbFvOqn2GYsYRemt0Uwii1t3noT3mxAWmQ1YOJEFAREs6og2gkkcZE7UhRf7Tx4tMf-fyYM2cE8NOA','Fantastic, expert and friendly service and experience!!!','2016-10-04 23:01:00.439000','2016-10-04 23:01:00.439000',5,'David Uthe','https://lh5.googleusercontent.com/-Khs9yC2xVJs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmY_DXsvtwDmop9KVXofSRJWXxg2w/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31177),('AbFvOqn2GzQUSd48Hx-FWne4rT-en4qhv7Ev1KWdTdbOZXxLfFxkbdtLH0rkMBp76dtEIkmAEdDMuQ',NULL,'2019-01-16 16:08:21.950000','2019-01-16 16:08:21.950000',5,'Jackie Jaiyeoba','https://lh4.googleusercontent.com/-3LxDrinjTPk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckVYmRxJhklyfq7DhioHWcNX7ZOzA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36838),('AbFvOqn2Hh0VrL6u5ZT9-iEMjAg7tzojUwZCGd0xnkLR-vn0VaPhmPVgiRNIO1DlJcbn35laRXEhKw','Came to the urgent care on rice in the Bellaire area. Was only in for 15 minutes. Great staff and friendly. Lived that I didn\'t have to wai . Dr daniels was very professional and knowledgeable.','2020-03-08 05:48:05.036000','2020-03-08 05:48:05.036000',5,'mayling silva','https://lh3.googleusercontent.com/a-/AOh14Gh5MD_S_cE5wD4bAoFdk4T-vFoxUHK6ZMVTTmq-Gg=c0x00000000-cc-rp','8679688254631342173',42394),('AbFvOqn2hhoI0YW7eJr6-M-HSrNzvFSx1FfHLqD8Td1PCkz0GSCnfontSSqvQSzGNBGpRnh-Qv6D','This has been one of the most amazing urgent cares I\'ve ever been to. The staff is so kind and so loving. Definitely will recommend this urgent care in the future!!!!','2017-05-05 13:07:35.933000','2017-05-05 13:07:35.933000',5,'Brandy Ramos','https://lh3.googleusercontent.com/-yb_B1_3gDPI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl0ypR85i5DrZZgAmCK0PGiZG_X6A/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31046),('AbFvOqn2hMm3BRASnT2nnTkh_sRPrUedRs0rRnbt8EhzQ1D7KIeJrE9L5cN-c0awY7yuB28FIO11jQ','Great service by Dr. Das!','2020-11-08 16:45:05.781000','2020-11-08 16:45:05.781000',5,'Nathan Correa','https://lh3.googleusercontent.com/-KQKTXe2bSzI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclGJU0nYxqr61N5COfx9UbSx6f-KQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31395),('AbFvOqn2iSjwppKJiy7MRfe2yUZjsGRNK0VOzwkP5xe7nG66mpzaW1m15Oz1nOGb6Lvc693GCdfS','The RN Anthony and Dr. Pham were superb. And the edible arrangement up front was most delectable.','2019-02-23 19:54:54.087000','2019-02-23 19:54:54.087000',5,'Mitchell McDonald','https://lh6.googleusercontent.com/-mWnk3eFvq0I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmYtXNIGJQXwet5TR1t5VGPNDz0Eg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34987),('AbFvOqn2Kj9mOsdq7ZIzDgwyp0ee_iWHvlMqdZdIVzNiBWMmuFBlhN36l4OdEWsBlc4LMyl249V28w','Signature Care Emergency Room was simply amazing. I ended up there with my daughter needing assistance twice in one week -- once during the day for a migraine and two nights later for the stomach flue. Both times we were helped immediately and it was good, solid assistance. The second visit, in the middle of the night Ashley met us at the registration desk with a very friendly smile and she was instantly all about getting us inside as quickly as possible. She did too! She was caring but extremely focused and boy did I appreciate that. Dr. Wang was very compassionate and articulate and he immediately knew what the issue was. He talked person to person to my daughter. Dawn his Nurse was so sweet and she stayed calm so we calmed down. The Copperfield ER staff is truly amazing and are a well trained, extremely efficient group. I will go there every single time I have a choice for any future medical emergencies with confidence.','2019-04-29 00:53:59.545000','2019-04-29 00:53:59.545000',5,'Tricia Campbell','https://lh3.googleusercontent.com/a-/AOh14GjYF6CiRsHI5l9L_aWV2LaiE-GD3oUTt1NCws_6=c0x00000000-cc-rp-ba3','17898197009688164559',38200),('AbFvOqn2lyC00MWGhLRI2Y-TzdQij_4T78usDBbjNnIVPloAaTQM0zHusdH1w62uhqR-3HTq-whC','Caitlin in registration was very helpful and went out of her way to make us feel like we were at home. We definitely will be back!','2020-09-13 03:08:30.039000','2020-09-13 03:08:30.039000',5,'Brent Sumner','https://lh4.googleusercontent.com/-wy0JsD6OLdc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnJq2IqZTwNH09MmUUxck90WCF3_g/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41894),('AbFvOqn2mSFYlSCql70vzW_1xINkOsXb5cwKyt0l8lUJ-xDt2bWUnb6-HcppHfdP-PkcAIoHkaj-','I had a great experience and it is an excellent place to visit when you need urgent care. It is clean well maintained ER. The staff was so friendly so helpful. Thanks Dr Lingan who was so professional, Thanks Nurse Gabe who was so helpful and friendly all staff was very nice thanks a lot for helping me.','2020-02-17 19:49:18.262000','2020-02-17 19:49:18.262000',5,'Rana Damaj','https://lh3.googleusercontent.com/a-/AOh14Gi0YwW1pDKRnrLHQNk5yoxTd2HX9hg6f3e-pmBb=c0x00000000-cc-rp','16891069708558046635',35967),('AbFvOqn2MYoUZocp7K65mf5BHk5boNUsvN1zCzr-VvWvqNYRUChN42XrJHunGpyxYRVIx4MhywUJEg','Loved this Place, they got me in and out. The staff and nurse were very friendly and helpful. They took care of my needs in a timely matter and the male nurse explained everything to me! Definitely recommend this place to everyone!','2020-07-19 17:27:29.508000','2020-07-19 17:27:29.508000',5,'Eduardo Zuniga','https://lh6.googleusercontent.com/-MJuix18y9LU/AAAAAAAAAAI/AAAAAAAADGQ/AMZuucn0s2WdzZNmo4hKo5iXYvOk5jqyJw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31975),('AbFvOqn2NDxZHHFDW_xvb8AfpEk_Bk8dGksP8mk7SXqrCcRSwMFs60MUsplpM66vi__gkEZW24wj',NULL,'2020-02-02 14:48:27.310000','2020-02-02 14:48:27.310000',5,'Josie Martinez','https://lh3.googleusercontent.com/a-/AOh14Ghd37-4aYtTw7aPik4pATeMtf8PXIuSrc8inpXQnQ=c0x00000000-cc-rp','16389487648212004696',33418),('AbFvOqn2neTpdpXpGd9NUu32JNC0kZS3RDUoY-KNCGHJwuR3x1KiTF5sOkbILZEhUC0PbA5wiJbc8Q','great service, super friendly! would definitely recommend to others, kendra made the process so easy!','2019-11-23 02:53:36.107000','2019-11-23 02:53:36.107000',5,'kelli muhl','https://lh4.googleusercontent.com/-IUK49Mob704/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck9AL9CBI3TuFRMgU1oPYCMeN4QjQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34558),('AbFvOqn2Olxr13ETYRrV5zNRykCLhWFKBpRzQZYhbfvi5gvKseonY_YnCJtXxqmTHwViDEs7il5F','Dr. Strarface is a great dr. Gave us great care.','2020-07-21 04:26:43.062000','2020-07-21 04:26:43.062000',5,'Sandra Knapp','https://lh3.googleusercontent.com/-RQweLVwIJLs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckqnBE0DNlJ7zFyFRvda20n7W24tA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31914),('AbFvOqn2oYGWlyQMV71CTqn16dTaVJrfetdR4b_0tIIENGGwwJQfqxkmKkwOs8YkKSDwspUV32P62Q','They put me on the waiting list for 24hrs, made me completed paperwork the next day, just to tell me in a very snug manner that they won\'t be seeing me because they don\'t accept my insurance. Not sure they even called my insurance. When I called my insurance later they told me it was acceptable there. They looked at the name of my insurance and not the details behind.','2020-07-04 13:42:52.591000','2020-07-04 13:42:52.591000',1,'Cymilian Kedia','https://lh3.googleusercontent.com/-M4C8OasbuoM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclCXj4uKYTOsmKElBnOiLjmpkP68g/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35859),('AbFvOqn2QGL-ZbxdUrSxaQG4oUyg11uTwBJgf3QTd_RccuPc35LtEkWS_qsMLyAPXfyH_gPUNwnhaQ','Great experience! The receptionist Rebecca V. helped us immediately as we walked through. Less than five minutes of coming in, the nurse had already called my friends name to check on him. I definitely recommend anyone to come here for help!','2019-09-21 02:39:15.755000','2019-09-21 02:39:15.755000',5,'Akriti Regmi','https://lh3.googleusercontent.com/a-/AOh14Gio0kSwcbgEkZHQ0SUA71vmkC1T90zYZvxJUJm056o=c0x00000000-cc-rp','16590124370714063921',34661),('AbFvOqn2rpMaTyFN4Eok4vZ1diqQdMIrraoa3uYv4UZilOR0zPcyehhL8Et_Y4xnXXX7_Qd0CSBUuw',NULL,'2020-09-19 15:14:14.752000','2020-09-19 15:14:14.752000',1,'Jason A','https://lh3.googleusercontent.com/a-/AOh14GjHvZCJG5uoGczPBBhLJUQZHYYygTbSRYEoo8gPaOc=c0x00000000-cc-rp','12541597562633926366',28540),('AbFvOqn2RsQzTM68BPY8Xb_XcSDnq7QlHuircesDH4bjUU-3CAmWNnHw0p1UIVfai2uVr8l83K0t','SignatureCare Emergency Center made what had been an otherwise horrible day finish on a positive note. I was able to be assisted to a room within minutes of my arrival. The staff was very courteous and professional and thorough to my immediate needs. The doctor was in to see me within 15 minutes and provided more that adequate service to ease my pain and mind. The facility is very up to date and a great bridge for those who will follow up with their primary physician. If needed, I would certainly return again.','2017-03-01 19:32:28.128000','2017-03-01 19:32:28.128000',4,'Darwin Pennye','https://lh3.googleusercontent.com/a-/AOh14Gg0s0LjwLSDQOpdElp_RC9rrzrzBuju1OF9hRI=c0x00000000-cc-rp','17394740196501090048',37204),('AbFvOqn2TaOOj4w5e1GlOeCGElgymrcQIBT7yOnOIocof5OfmGjYiD8NdDKM_V_fbKlVxHfdABZI','Carla and Mandi at reception were very friendly and patient with our small children. Helped us complete paperwork as quickly as possible and processed us in a responsive time. Mollie was wonderful with our small boys. She was friendly and funny. It made an uncomfortable situation as painless as possible for them.','2021-01-09 15:15:09.223000','2021-01-09 15:15:09.223000',5,'Jonathon Baldwin','https://lh3.googleusercontent.com/-AGjyMFGfGLw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnh3avN5qs9rhuy1XTBYoJoaNMCQw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44632),('AbFvOqn2Tk2B6eARwxrS3x_0sA8pQHiXifikjheS121eW7w6jgozezRuClkHRhkR4t7CjC3EVog4vw','I visited Signaturecare today and had the BEST experience. Lindsey and Clay helped me into my room and took my vitals. They were both extremely friendly and helpful. Thank you to all the employees at signaturecare for making my visit so enjoyable :)','2020-11-20 23:20:46.590000','2020-11-20 23:20:46.590000',5,'Ashley','https://lh6.googleusercontent.com/-OEyc0VXmDKw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn4Aq6mOunijicq5q3sXl6OPlyT9A/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35576),('AbFvOqn2TP2MFqIWKLGHyXnBCLUdLBCxvpwOEd85wpdmfO9oxWj-RxVFPKWHte6zT07YTXrKrqYcTw',NULL,'2017-05-18 00:04:53.313000','2017-05-18 00:04:53.313000',5,'Patricia Jones','https://lh6.googleusercontent.com/-CtiB09aXApQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnyPahK9AfvPcPdPZCjyVgdrRXdUg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31039),('AbFvOqn2v44q9Yd7ts0LdoDictMynB6yawcWWs0I5TeUBU0slC-bKzVCYOu4W9ek0Y2-e1aUSfzk',NULL,'2020-01-13 18:35:42.056000','2020-01-13 18:35:42.056000',5,'Laura Gravestty','https://lh4.googleusercontent.com/-e25jc203-9A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnjewiU5kovu7uBJDgMm9KgyGxjXA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41956),('AbFvOqn2v4ydMXA6WTg5PoH1aAFeB6yfsGXVsaTsuIFgRqSNOXKFdfwuukG3UQuHTok5v1YeKvVWJA','It is never fun having to have any medical procedures done in the first place. However, the professionalism of every staff member from beginning to end was top notch. They certainly made our experience stress free and were very attentive to our specific needs. Wish they had been there the last time we were in need of an ER!','2018-04-03 21:50:08.661000','2018-04-03 21:50:08.661000',5,'Niki Steiger','https://lh3.googleusercontent.com/-6EsF8dOQ89c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmV3xGFQtruB5HARkA05yLdSGcusA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43397),('AbFvOqn2VQGTicCv80QZlOYsx19E6zTpYmE4uCZzDBMpEv-kb01m35PKeqOYg_1IIepZS5NyLR8heQ','Jessica S was very nice & polite. She helped get us through very quickly.','2019-08-03 01:23:35.785000','2019-08-03 01:23:35.785000',5,'I Carrasco','https://lh5.googleusercontent.com/-MqEtBEbc8XM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnJ1-d8Z0dNGvLDrKmHx4beuZz65A/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41633),('AbFvOqn2VVH0steg9Zc-OpiOD4aqwHQXzKADpZtQGlnEOh5cA3Iz5o_NzEQlW71fWjQJM8SwXG32Rw','I had a 5 star experience.the care team was efficient and knowledgeable from the front desk all the way to the back. Alvean .A and Jocelyn. A where absolutely great. And the Doctor was very efficient ..I love SignatureCare..','2020-01-08 16:08:04.379000','2020-01-08 16:08:04.379000',5,'carolyn thomas','https://lh3.googleusercontent.com/a-/AOh14GhZkbj8d0lMjzBaib8CQrenhgOoD91FXCuDQswH=c0x00000000-cc-rp','16389487648212004696',33531),('AbFvOqn2wrAMR0ebyltgL7iv2pksZjzyd9b3oGhPkS-uzqyMbrLhbXCPatFYve6IwYtpc_DTV64lUw','Went in with a throbbing headache, congestion, earache, and sore throat. I left with the same symptoms. I was told I had a sinus infection, yet they didn’t prescribe me any antibiotics. I was told to get some NyQuil and you should be better. It’s been two days, and I still have the same symptoms.\nDr. Simmons was not helpful AT ALL!\nJohn Bell, my nurse was awesome! He made sure I was comfortable, offered me snacks, something to drink, and even a blanket!\nI will not be back. Worst service I’ve ever received from a doctor.','2019-01-03 02:33:11.286000','2019-01-03 02:33:11.286000',1,'Jane Doe','https://lh4.googleusercontent.com/-pHkisLaPjbg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmwboKRYVRtEmISpQP_aHIsrd_IbQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42207),('AbFvOqn2ZxutRv70CY-q-KkqTz1zyJwICEq0fwQutF0q-l0dlkg1S0ZpUc-q-ys8Ob6VIPczBbSTJg','Hands down the most satisfying customer service I\'ve ever experienced. When I went in there was no wait, the nurse at the front was very nice & helpful, and I saw a doctor right away. The doctor was very friendly & genuinely cared about my well being.','2016-08-21 05:29:55.887000','2016-08-21 05:29:55.887000',5,'Daijah Sanchez','https://lh4.googleusercontent.com/-aQXxRxhUXhg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm7hxMSSS3VhK-idK75eyTRtcUzDQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31203),('AbFvOqn3_IkddgVA_v5KnKrBBiMTlXfNAcvXbjiEmekg1m-ZIpB4Vm9wnN03UgCFowldQOMTl192rQ','This is the best place to bring in your loved ones. The doctors are knowledgeable, caring and go above and beyond to determine the root of your ailment. The facility is super clean, with all the technology necessary to run any and every single exam needed. The staff is warm and kind, knowledgeable and caring. During my stay I got hungry a couple of times the offered me full meals for my mother and for myself as I waited for her, also snacks , drinks and water . My mother was offered warm blankets, food and the best attention along with the best test to determine her illness . We felt like at home during our rough times. I will continue taking my family here! They are the best!! If you want a safe, clean,place with professional caring staff and want the best for your family this is the place!','2020-08-17 03:30:56.335000','2020-08-17 03:30:56.335000',5,'Flor L','https://lh3.googleusercontent.com/-8A5bYlBWGuQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_krFbw6hOW5Fr2qlkGeiXiYpQig/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42316),('AbFvOqn30r2QKj6ktlEO3it-EbvSxF5qi9Q_LjUihisrvjUp4EDmwlHFdsus8kUdkxucCy9QxFW1YQ','This is a great place for urgent care need avoid the hassle of hospital settings. The experience at this location was awesome from admission to discharge warm hospitality by Patricia, vitals by a man of little words Jordan and nurse Alvean was so warm, caring and the best medicine for pain. Now the best for last Dr. Mauldin he needs to teach ethics classes great bedside manners and gentle doctor he is in the right profession because he care for people. Thanks for the wonderful experience!!!','2020-01-25 21:13:07.862000','2020-01-25 21:13:07.862000',5,'Wanna Thompson','https://lh3.googleusercontent.com/a-/AOh14GjyUvlCriR0QAxLQenSTjU9_xti_-uiGYKAshwVDXI=c0x00000000-cc-rp','16389487648212004696',33450),('AbFvOqn31nWDTCPJkR3w7YAv3KUzsCzjRA3VLtPd-iUTyCHWrGIWyO28G3K2o3YIXHm7hzZy2F4V','Staff at signature care on Rice were very friendly and thorough, made me feel at ease during this nerve wrecking visit. Stephanie, Rollie, Natalia, Dr. Nweze, Thank you all for what you do!','2020-10-31 04:02:08.402000','2020-10-31 04:02:08.402000',5,'pat garcia','https://lh3.googleusercontent.com/-hiJJshjuXYs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmGDYI31fkqnttFecOkUl8bTJs1Iw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42269),('AbFvOqn31y7lD1C8vIo1MJx5K3DhQlUf8yf-1j7nu6crEGmbM62EoMe2OBn1cLttVax8V6foGxxHKQ','Great experience for my first time here for Covid19 testing.\nStaff was awesome.\nLizzie T\nDion\nAlanna\n& Security Guard\n\nW arrived at 2am - first in line\nWrist bands handed out at 5am\nTesting began at 6am','2020-06-24 10:55:20.744000','2020-06-24 10:55:20.744000',5,'Sonia Ruiz','https://lh6.googleusercontent.com/-9dVCdUcMQRY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn389ZOEW-PHP3R6xypVu4oc497nQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40265),('AbFvOqn329RP6Do6bm6Is64LVtEiJmLnuY8yQlW5y6bfxIancKCbtcAVfVFeN4yAQKFY51gzFkMukQ','Dr.Harjai , Alvean , Tricia , and Jocelyn did a great job','2019-09-18 19:32:21.396000','2019-09-18 19:32:21.396000',5,'Tarvia Dixon','https://lh3.googleusercontent.com/a-/AOh14GjR00ihvWVfF8OWcHEM3cyHNpD4P6jLHda8ByaFnw=c0x00000000-cc-rp','16389487648212004696',33951),('AbFvOqn34fLZrrSI07lWmQo2xSytsAqlcWzIOUYmBgO5LwPeGeDdBBulEvwtppPDFArFhZI6sxA2RA','This place was amazing and helpful! Thanks for everything! Staff was great','2020-02-23 15:30:41.885000','2020-02-23 15:30:41.885000',5,'Louie Lovejoy','https://lh5.googleusercontent.com/-SUYihpcvUi4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmaHmXm0BCrkhqNbuFse6ogDsvd3w/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37663),('AbFvOqn35KBKiFt5x-kaU91HtFLPbvl3WoCovVJV20RDP-76VLn3-Yc1WROPhC5-ociDeh0FGUtZoA','Great service Dr. was very professional and laddies were very friendly excellent service.nurse Ekaterini was very professional as well and friendly also Patricia was very helpful with process','2020-02-07 17:22:44.588000','2020-02-07 17:22:44.588000',5,'WENDY ZALDIVAR','https://lh3.googleusercontent.com/a-/AOh14Giv8kwnFjhqp0wMOmlYCA2xwotsAdrCbIDSHGJVoA=c0x00000000-cc-rp','16389487648212004696',33397),('AbFvOqn36ZOZgbkMjSb0rjW4CvQX98NOcx92K3DzCLhtsprIIhbglshu30KacM5bDg0MuPdO8M5oOQ','Jocelyn on arrival was very helpful and lead me straight to the back to my spouse very professional!!\nNikalea the nurse was also very helpful and professional the whole time there. Highly recommend this place in any emergency!!!','2020-01-18 23:05:50.862000','2020-01-18 23:05:50.862000',5,'Beverly Edmonds','https://lh3.googleusercontent.com/-4hgIs4twn9c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLkejzw3QR7-OKHK4UnIYUlqSFrA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40344),('AbFvOqn372XiFa09aix4liCWhMqLqDrfQ6ER5C5yWMinxwk_mA0GQcyakz_HczlK1MxdGRodv5IRqg','they’re so nice to their patients <3','2020-10-25 03:04:00.526000','2020-10-25 03:04:00.526000',5,'Chayden Kyle','https://lh4.googleusercontent.com/-rPZUIRLzPZM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmB0TqS1wX_F2H0USZEpTNzNtuyVA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38915),('AbFvOqn3748-_xGfhq1mUEprkmlxlJ17sDtjtskLLK_tWhivQHtxvoEXmPf729_sp_q1EiF-VoPLYQ','Alvean my nurse was fast with getting me in and out I was there less than one hour. I was seen the lady in the front Chanel made sure my insurance info was put it and I was see in less than 5mins. And Brian was quick with taking my blood pressure I highly recommend them I wish I could give 6stars I’ll be coming back.','2020-01-21 21:19:12.442000','2020-01-21 21:19:12.442000',5,'Gloria Sayles','https://lh5.googleusercontent.com/-g-5er3TfKbc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLpW-iCVPKH2Z8-Ok4x5c1v499iQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33473),('AbFvOqn37e0diI2eJW5UtN5veo6PwXAC4qsCoNnwId-0M7Qoow9-_EjvDmkifV4_7ybnTsuZO_pjFg','Very clean and professional facility!\nThe staff and doctors are very polite and Nice !\nDr. Soli was very caring and thorough in my wife’s examination . Nurse Robert offered us snacks and refreshments while we waited for my wife’s results . Cindy C in registration was very nice and helpful ! There Technician was very polite and patient !\nHighly recommend for non emergency concerns !','2019-09-27 02:05:54.536000','2019-09-27 02:05:54.536000',5,'randy c','https://lh3.googleusercontent.com/a-/AOh14GhdGN_WfC4FemYDzwUs9LbfyH39aZUzuRScxrox=c0x00000000-cc-rp','17394740196501090048',36699),('AbFvOqn37zCnto3ha1Wd_ejqeifxU17Jq9rrKdiTT5KTR87MYJ4TN_8mbHi6FwRa3wXG5qlC9PCE7Q','A very professional couteous facility. I highly recommend.','2016-02-26 21:09:30.677000','2016-02-26 21:09:30.677000',5,'HMilli','https://lh3.googleusercontent.com/a-/AOh14Ghah4a5O4HXVS71fIi9o0ZBG-3UfPSQkLReZe_C8Q=c0x00000000-cc-rp','17394740196501090048',37374),('AbFvOqn3adzuvFPACKPvuoxNcgDCpfZtfCh5TQsM5Y-qpelcDck0VGqsgiragRZoPcOzCOYQkDAg','i came in with a broken ankle thinking it wasn’t just a sprain, but they were very friendly! offered me snacks, drinks, and a blanket when i first arrived. Dyveliz was very sweet, along with the RW Jacob! JR took care of the radiation process and was incredibly nice. thank you guys for everything!!!','2018-08-15 20:26:01.095000','2018-08-15 20:26:01.095000',5,'Connie Rodarte','https://lh3.googleusercontent.com/a-/AOh14Gg455o8kK0WFoCp-_ArO1N28y-928NrRh3q07Xo=c0x00000000-cc-rp','16590124370714063921',35240),('AbFvOqn3ArRE-rVelZfEDit0VS4horHS8cc7_4VckgBK3dRT2Tzpxnk-z_8mKU48V8-FEdVUd4a9OA','I had a great experience with my visit. Right off the start miss Elida at the registration desk greeted me in a pleasant way and was very helpful with my registration process. I was there for 5 min and they called me to the back. The tech, Marcus, was friendly and funny. He offered me a warm blanket which was the best! The nurse that treated me Ekaterini explained very well everything they were doing and answered all my questions. Everyone made me feel welcomed and made my experience one to come back to. All the staff I saw on my visits went beyond and I’m thankful for their assistance','2020-02-04 13:17:18.902000','2020-02-04 13:17:18.902000',5,'liliana medina','https://lh3.googleusercontent.com/-PRK_83J0frk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmOb6aJANCR9DsvgbCdqGWcjL8ILQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33415),('AbFvOqn3CdXhbWUPsySH31_3k96i_gCDNDisQMdrPe0U6wjOdqGvEj5Nj1y6oGUTd1iBIe1GAj2umA','Very professional and fast Service','2019-03-29 20:13:26.617000','2019-03-29 20:13:26.617000',5,'Pacedric Brewer','https://lh3.googleusercontent.com/a-/AOh14GjoDqGOk5TYMpclhNNlT7uEWLszkB-Uzn17NlOkkg=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqn3Cr7-XSuJ3P0XPIlMZuitE_cZ9N4cyXnUt0VvMfh9KzwFJYWVFPylxXRnt9yah0ECA_iyzA','Susan R is a great nurse.\nEr Tech Daniel was so great with our daughter he explained what he was doing\nWhen we checked in and out Tanisha was awesome and so helpful\nThe whole team was good\nDr Do and. Laura H . Thanks for taking care of our daughter.','2019-12-18 15:18:54.344000','2019-12-18 15:18:54.344000',5,'Maria Vasquez','https://lh4.googleusercontent.com/-VrMUvLFPr-0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckAocs8fkxo9lqnAPltYOhUhhLf0Q/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37800),('AbFvOqn3CrwyqXuV9ZqeMXWBWVodFS7WJx9BUE3IeEErPmm9ps1uZh0tio6t0wSwd5W86J_OB44msA','Top notch facility! Very compassionate and attentive staff. Nurse Alean and Dr. Dendy provided excellent treatment, they were thorough and very professional. I was seen immediately. This is an excellent facility to go to for an emergency issue. I hope I don\'t have another emergency, but if I do I\'ll be visiting Signature Care!','2019-05-31 13:12:38.848000','2019-05-31 13:12:38.848000',5,'Sharon Tate','https://lh3.googleusercontent.com/a-/AOh14GhPMaHQ5mMQ8GLe1flyvhsDBkHk89oVPhTysHNpFQ=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqn3D_tkLVgAu6M6wTbt2nW2bH_tNr_t28MWcINsQinkthLit3GfICUoG4rxpYhSZeP7VX4pFQ','I had a great experience here. Ms. Taneshia, Ms. Lynn and Dr. Dang were super helpful! Thank you guys for everything!!','2019-11-18 05:55:44.433000','2019-11-18 05:55:44.433000',5,'J’da Crawford','https://lh3.googleusercontent.com/a-/AOh14GhlH7k39Rh02_EJ1m9BHxRkbiC7mLUWyd0JmJqSzQ=c0x00000000-cc-rp','17898197009688164559',37876),('AbFvOqn3de5ZF2dJ3-Yj5y65qcrQOV_pkuyh85p33Sl9DxjSncPPREBjFSURmUmZDid7NQYsHGNXow','AA++ experience. Dr Mauldin/Evelyn/Duke/Waldo were awesome. Treated us with the utmost compassion and sincerity. Thanks Doc!','2019-03-11 15:11:52.517000','2019-03-11 15:11:52.517000',5,'Kicking Back','https://lh4.googleusercontent.com/-mjp6S0DSvY8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclePI2pVQVvF2b_S7-DU9cpC8CR4w/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42719),('AbFvOqn3DHtam1kSNMwwh8ETxOZoUAFua8-zm8THqf-EPHf-WA26yZjQtIMsYWN0A39u44D4Mk-61A','Quick, friendly, and efficient. Never thought ER care could be so pleasant','2019-01-30 16:13:43.338000','2019-01-30 16:13:43.338000',5,'Bhargav Karamched','https://lh3.googleusercontent.com/a-/AOh14GikLyxSinu_J537OO1lr8IQQrBAfUaKMs45QQTWMA=c0x00000000-cc-rp','3511292162159714121',40670),('AbFvOqn3DrrGBMLjLDZYelMVFjHP93AfRg5WjpLN3GaCZ8HcNiBTTnDmw_kbrl0gZdjJKxVTgou0IA','An excellent emergency care center. I went for non emergency care on a Saturday and was seen very quickly. Everyone I talked to was so friendly and made me feel very comfortable! I am very impressed by the staff, service and the building was super nice! Thanks guys!','2017-03-28 23:21:40.526000','2017-03-28 23:21:40.526000',5,'Chelsea Williamson','https://lh4.googleusercontent.com/-ZsA-s1xZdss/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclk4Qr-cR932fy1Rp_WbapltsDWCQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32701),('AbFvOqn3Ee7aqJOgo0wby21ON2Rwute7-xGLhevOTM9SJaSkqpd4gkDAfBME1na5-_z2Ym11TMCUfg','Very friendly and professional staff, Kimberly the lady that works the front desk was very kind and Jacob the nurse was very helpful in trying to figure out what I have. Their front lobby was very clean and they provided snacks and coffee!','2018-02-08 16:11:14.977000','2018-02-08 16:11:14.977000',5,'Connor Pierson','https://lh3.googleusercontent.com/-Jh2gbx7U-bI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxmb7dIWprfKBfom85mDZAOcLm3Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35310),('AbFvOqn3FEgjyz81T94dPUqURSDslYJmdOrPiMmzqCKB-m9fZHBqIIrteNoR1dMKokkNZfBdoktz9g','Great Dr and Staff, very knowledgeable and helpful','2019-10-05 16:06:32.946000','2019-10-05 16:06:32.946000',5,'Shane Santiff','https://lh3.googleusercontent.com/-tgBhVHJ3oug/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckJBqrUV1cn06j9dTvRNIdYkxkxog/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32420),('AbFvOqn3gqkNO4FtSeFM6HfjglE_Nzdb2yx9-CCbKoN-neXxDWXC4Ym3paGaw2EcBSUoXYbn_UghlA','Lucas and Andrea were great they were kind and helped with any questions I had','2020-12-21 15:08:26.007000','2020-12-21 15:08:26.007000',5,'Tre Smith','https://lh5.googleusercontent.com/-BFWTIADMrwI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck5MlTy7ms5RhUWk2vdSHMMwnQbFg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43645),('AbFvOqn3HxzRH3_vORu6RT75pMlamDxGwlSow-gybn5Xn7UKxoiaolAazRWGABDZqpqLLt8XpSYciA',NULL,'2016-08-06 03:31:58.915000','2016-08-06 03:31:58.915000',5,'Afrad Abdellah','https://lh3.googleusercontent.com/a-/AOh14GgeNLy5_OzCY8pXLuNJTn7GlArDlPPgKR_uMbns=c0x00000000-cc-rp-ba2','14567670160750071148',31212),('AbFvOqn3Iko0T2y6IPJuDY6Ham1ZXXSrwou3bsWTgPWXHBLm61pGIh3WiRxXE7O_Y8ueMlKnXP2N',NULL,'2020-07-13 19:39:24.070000','2020-07-13 19:39:24.070000',5,'Jeanie Jimenez','https://lh3.googleusercontent.com/-JasbHLaSqx8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZjOpd0Cb-QDwJSqmOcvQi4mK9Iw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33204),('AbFvOqn3JH21itDd0JqFpzpwzMcgWjE9a58bvGB0xgb50u14mXw48OfEtfEYJRjtfGMWGNlmSl3v','Wow they were fast! I came in with abdominal pain, and they quickly diagnosed me and got me feeling better and helped me understand what was going on. The staff was extremely friendly and I was extremely pleased with everything. 100% recommend coming here!','2019-11-18 16:29:16.200000','2019-11-18 16:29:16.200000',5,'Matthew Priester','https://lh5.googleusercontent.com/-7_VM06ndeLQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn4dH1ypGDKhbUpVZ2bVv-zQRkhpQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32405),('AbFvOqn3jRahRbHbHLPRdKEEhMlLdOhdSg_wsqkTKgl08pCr5141BpgflvZBwdwV2WbPJgGeYoJWyg','Great customer service! Quickest ER visit ive ever had! The staff was very helpful and nice! Definitely recommend!','2020-10-25 14:28:02.767000','2020-10-25 14:28:02.767000',5,'Joice_Kristine Lagmay','https://lh6.googleusercontent.com/-jLZKhceA07U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm9_qpAYA19MqkhjhVDST74oKhR0w/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38913),('AbFvOqn3jRhcjKUa49dREf__P3VqzCqRl2DC-5ccN0Y3AisrD6EValEzvy7JgMDOSccFgVTWuIWU','Very good service, from the front desk to the back rooms,very friendly staff,treated us with care and concern, never at one time did we feel pressured or not well taken care of,very clean interior, clean rooms,would reccomend it to everyone looking for a clean,professional,friendly atmosphere to get treatment.','2019-03-12 01:50:32.227000','2019-03-12 01:50:32.227000',5,'Paul Mugo','https://lh3.googleusercontent.com/-T0Fo_OvYFhg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZcI7vZG7RZ_njlk-3LIhfOCo1jg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39374),('AbFvOqn3l5mqrGkQvs9DDE5dqHeb7qEgIknDS4m-u6zcyDgoDaz0m02su6Ny7UPtRQlbrrU7Sx20ug','My baby came in with a virus. Dr. Chukwu was very helpful and treated his nausea. Nurse Alvean was very nice. There was no wait time. Receptionist Jocelyn expedited everything. Definitely a better alternative to a hospital ER. Overall had a good experience...','2019-06-05 18:18:14.450000','2019-06-05 18:18:14.450000',5,'Johana Benavidez','https://lh3.googleusercontent.com/a-/AOh14Gg_TG6VjKd1nTfsVUzjUdxYRlMn9DXZNbJbmI-Y=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqn3l6E7hA3cWBzLnt8izYJwuQqPQIgpdbqcuAeqkr93f6MOfxfNCt2Ds50gCnRqzZC3mNSH5g','I was SO impressed with the staff here. They were very kind and sympathetic!','2018-02-28 14:58:22.892000','2018-02-28 14:58:22.892000',5,'Mary Elise Lovejoy','https://lh4.googleusercontent.com/-gDF8eHlmBSI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckHQte9uQSVmF58ItAIlWcmPfaRog/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35301),('AbFvOqn3LyfThvBuOIn6eN0WOpmtlLpU-7vbS5bSJ2ksIrFpWII6D0IIhYc1eQikqfKzE4901NnaUg',NULL,'2016-09-21 14:41:58.622000','2016-09-21 14:41:58.622000',5,'Michelle Newell','https://lh5.googleusercontent.com/-hleVSenMIYg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl5PihJT6Aq6WlgNnOjxOOzAm3EJg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41167),('AbFvOqn3mo3gcbhgssmquQZDvZ6TynnkvNh-I-L0vAPqddCAB-1gvHzKL80kHlOOBEck2iFm0pUL',NULL,'2019-11-24 23:42:49.973000','2019-11-24 23:42:49.973000',4,'mahesh kambarrajan','https://lh3.googleusercontent.com/a-/AOh14GhROnWATm6Wj0AYI-3I_Sh1RQhKQG1srahO5MNacA=c0x00000000-cc-rp','17898197009688164559',37852),('AbFvOqn3NLuc8OUiXe-cHKI9LB2JPwi36neeQadoPeZpGr11BYexpXU4c3Lfsg1DC0_ro8Zqeq5x','Very good experience. The staff is very professional, caring and efficient. I highly recommend.','2019-06-14 15:28:49.073000','2019-06-14 15:28:49.073000',5,'Tracie Gambol','https://lh3.googleusercontent.com/a-/AOh14GjOX890klHiIvoX1qXtb6aCTHLgmJStqz012s_fgg=c0x00000000-cc-rp-ba3','6521947413723274945',41695),('AbFvOqn3OgX-Hk2Q5-MEHvXV9AqPId6aMzz8hz_3d1GiYlH5KcOl9mgjjAHncc4oR0AkBhhy13oh-w','Very clean 24 hour ER place!\nThank you Alvean and Jordan!','2020-12-24 16:17:10.352000','2020-12-24 16:17:10.352000',5,'Maria Yeppez','https://lh4.googleusercontent.com/-1-zPzw-Ysb4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmTr36mMmQ2S7tXhE9KfdrywsTvwg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',43788),('AbFvOqn3paJWF3osD4sZ-FPF3OhkI5amGmLzP_CCTRQba6gBoBMgBpmctWnjmmD3-Fj1_cJJzOBN','Loved everybody service from check in to checkout. Dr.Do was great at explaining everything, the er tech Lisa took me back within minutes of arriving. The front desk person Cindy made check in and out easy. The nurse Robert did a great job in finding my vein on the first try no pain.','2019-09-25 02:16:27.182000','2019-09-25 02:16:27.182000',5,'ana figueroa','https://lh3.googleusercontent.com/-FRX-1gBRVWg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl9UD4yN3sm5pMDTS9N4S3iT7TzXw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36702),('AbFvOqn3PEhzsTz78l2OBWWONU62MQosYXDScR_8RT1TjIcktqPNvL7JYRPmPjlp_RZJvVIr9nvfSg','This morning was a wonderful experience. We were greeted by the front deskWith kindness. I would recommend this facility to anyone. From the physician, nurse, and registration everyone was greeted in a timely fashion and make sure to check up on the patient in a timely fashion. Every employee that was assisting with me kept each other informed of what was going on which is great. I would like to give a thank you to the position doctor farooqi, Nurse konya, Registration natasha/Ellie, And radiology thai.','2019-08-30 13:28:37.513000','2019-08-30 13:28:37.513000',5,'LGT Assistant','https://lh3.googleusercontent.com/a-/AOh14Ggsdw-8Dd32Iq35yt4zThrJwvYaWuNpwqDzXb7b=c0x00000000-cc-rp','2694018788013845459',39273),('AbFvOqn3PPJ0oJJUeyX5y61lev1fi05JyzsQ-KYU5AL2RorE4LOz8TgJaapVN2p57fwSRDyUWtdkFA','The ER Technician Chelsey was very nice!! Great service as well!','2020-09-15 23:28:10.757000','2020-09-15 23:28:10.757000',5,'Caleb Wright','https://lh6.googleusercontent.com/-_lnl2gT4Ads/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnNNRdaRiz2v_sffKSIejzsJfkckQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35783),('AbFvOqn3qCuW-sPaJS77_rhsac47J-qZKlhKe0BSdWzPSyaxNxj2PttXMK8rtJNLz3JMSMg72Kj6Xg','Wonderful experience! Very friendly and efficient staff. They treated me as if I were someone important.','2019-09-01 11:50:34.676000','2019-09-01 11:50:34.676000',5,'Thomas C. Thompson','https://lh3.googleusercontent.com/a-/AOh14GjIqLDXUdty9Kyr5_SxCKEUQB5PB07X2QOqM8geUw=c0x00000000-cc-rp-ba3','17394740196501090048',36713),('AbFvOqn3r8Gr0tZpnXwYOZwInmijrqih98HSXzP4L4sy8w4-M8WTQJw_aAGiHPn3KAga2Yko7Bse','This is my second visit to Signature, and the service, professionalism and care they offer continues to be unparalleled. They made an emergency situation comfortable and less stressful and I felt in the best of hands. From being greeted warmly by Christina to being cared for by Nurse Marty to Drs. Leung and Rose who were patient and thorough. The whole experience made a tough situation so much better. Thank you!','2019-10-23 18:04:19.236000','2019-10-23 18:04:19.236000',5,'Ctr Dos','https://lh5.googleusercontent.com/-_Ibug9NyUqo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck2QjR-fDuNrFAgR5RMnUHh3ATnbA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36102),('AbFvOqn3rQ6D4Xc4Xuy9W9f4qyLcPRLbHrkFrvX_CDh4NSWSOPSzQ_ww_jkuP_V_A3TK_qE3nIlzoA','Wow! I had great experience here! I came in with flu like symptoms and I was feeling awful! After filling out minimal paperwork, I was immediately seen by Nurse Jacob, Dr. Rodger and radiology tech Laura. They made sure I was as comfortable as possible, listened as I shared some health history concerns, walked through a few possible diagnoses and performed various tests to rule out pneumonia, etc. I ended up having the flu and they sent me with a prescription for Tamiflu and a few more easy instructions. I would definitely return! Thanks signaturecare!','2019-04-19 13:52:47.428000','2019-04-19 13:52:47.428000',5,'Hailey Points','https://lh3.googleusercontent.com/a-/AOh14GizUKhDGnbBvsMW1x_UE4PY3OL8x3jT4UAaoHM9TA=c0x00000000-cc-rp','16590124370714063921',34882),('AbFvOqn3s0lZkcSilHrmD9TdVYRvbfsWzTefeAxlEyaYJrro5PezvMZVSGWD_o-VQo4fVIsmyzMV','Had a great experience! The staff was great and made us feel very comfortable!\nDr. Nweze, Alvean, Tricia, and Jocelyn thank you very much!','2019-10-16 18:42:42.214000','2019-10-16 18:42:42.214000',5,'Hector Sanchez','https://lh4.googleusercontent.com/-AnXT2nS3tYU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8D5o5sEe8m1r2stoAKvZ6fUf8kQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33867),('AbFvOqn3s9MLHBIhdhPAFYVpHuyGY_PMncBCkNOK7MkmHZsBKEO7wYd3dcgmehW1CwkA577VOdPO','I was in so much pain for days. I went to woodlands Methodist and it was a 12 hour wait, I went to memorial hermann n waited hours still with no luck. I came to them and immediately I had a bed and a nice warm blanket Dr. C was so kind and understanding to my situation. Melody I believe, ultrasound tech was amazing n very knowledgeable. Then the nurses were so kind, everything about my stay was so perfect I made a promise that I will only go elsewhere if they can’t help me. Thank you signature care 😘','2021-01-07 10:25:40.159000','2021-01-07 10:25:40.159000',5,'Lashante Branscumb','https://lh3.googleusercontent.com/a-/AOh14GicvmrvrBX7LyXqsX0KwCIhCN5zdrrgrR9XOzQ9vg=c0x00000000-cc-rp','14904078213800803294',44456),('AbFvOqn3SmIZ2VfDx3RV8rArz2BXS4Amn-hoAitrWQf95_oCKVqpnP5NBwVws20PeuQRI6FZzGbBmA',NULL,'2020-07-09 16:31:22.942000','2020-07-09 16:31:22.942000',5,'Ashle Stokes','https://lh3.googleusercontent.com/a-/AOh14Ggs8-bfYvr9yvbRiBxP-st274tc-loUo-H0uMfBQw=c0x00000000-cc-rp','3511292162159714121',40246),('AbFvOqn3UgL7TJo2N1jFfAdZ7NwrDlrbt__AadDA-GOyvE5pBUkFiMH11YzCN3uPZegXB2VlKEB76Q','one of the best Emergncy rooms!! And Hiba front desk clerk was the best!!','2016-12-01 04:55:42.684000','2016-12-01 04:55:42.684000',5,'Ijeoma Okeke','https://lh4.googleusercontent.com/-mmm9YBVLNH4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn_vm2KsoFY79g7RHrMfJR4TCj_dw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37255),('AbFvOqn3Uto803gjC8cyTTi7X_Lzo9Vx_jYQIkGaqZOAemc3KPYbOhWH9wrJ5cUOqFgxyOUWKlsx','Ok I did not even go but had researched many other places and almost went inside. Helpful but expensive my 8 yo obviously could not be re bought so if looking for the best place that a with good MD and no wait you get what you pay for\nI read all the 1 star reviews here and other places that had legitimate 1 stars. This is all billing and sure some staff reviewed maybe but come on what 20 at most and who doesn’t for there business\nOver head is insanity for this type of business, and wouldn’t you want to make money to pay for school to become MD RN etc? So priority is patient first billing second as some places make sure $$$$ patient dies\nIf you worry insurance won’t cover call yourself first. Don’t expect to not be charged minor er visits at a no wait type place minimal. Trust me most places offer you coupons to 5 star them and I do not see that here so save your time looking if you want fast best now but be aware this is a business with low volume so of course the mark up is $$$$$$$$$$$$$','2020-06-14 08:36:36.153000','2020-06-14 08:36:36.153000',5,'katie Loden','https://lh4.googleusercontent.com/-sqRNiqCRJGU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckl22n6Y3zJtWj4dOQwCuVhYerN1Q/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37603),('AbFvOqn3Vi_7UIQErf_g37ZTHc_FvXjfB8F8CXSI3qAYUUhrIYyXC1v8l6h1pYGFQGTJgmBNPDh-qw','I had a good experience and got the help I needed in a professional way','2016-06-17 17:55:48.295000','2016-06-17 17:55:48.295000',5,'Jose Cuevas','https://lh5.googleusercontent.com/-gRpyzVeze84/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucng7p4MKdDJq-Sm8WcEE38KAzNyUg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41207),('AbFvOqn3ViE7UuoHTEmlfXefYue8lgbMt7zxeCO2vmdosIDVF9gw62x4n6yqedZcZuro7ROVfwcFTw','Our RN’s Kara, Alania, and Kevin did a great job taking our temperature and asking us our symptoms. The techs Josh and Brady, RAD Jaylon, Registration ladies Linda and Shelbie were all were all very nice','2021-01-01 02:59:43.869000','2021-01-01 02:59:43.869000',5,'Evelyn Douglass','https://lh4.googleusercontent.com/-WGO5DKiVaKA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmT-vBJPNWi-_XqdEKe66t2aKL_kw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44224),('AbFvOqn3w6_xSzPEF5MFJhq6gqwbNGBXr2u1dAzNFCIuF1OnqsEIsc5fi68057_NGhfXBstxncFT-g','great team, clean place. They took care of me. Dr Nguyen was great, also the nurse Kristina, the rad tech Tino, the ER tech Nelson, and the registration nurse Maya. All great. Thanks!','2020-02-22 23:31:36.764000','2020-02-22 23:31:36.764000',5,'Juan Rombado','https://lh3.googleusercontent.com/-MeskCpHXVlw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnv7olmeyhhkAl8SOpPCxt8pB-bdg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28703),('AbFvOqn3wm9rfa1jq3oBTgfA0gG9L7ueG-_zc38PYS_D09qaMzI0hRTQlYCOIbfMHn9jLwzgXF6LvQ','Great experience! Lorena T & Amanda C were super helpful, fast with my paperwork and very friendly !\nNurse jeri and tech Lindsey & tori we’re very nice and explained everything very well, Dr.Vakey was very patient with me and explained everything very well to me, and made sure I understood!\nVery friendly experience compared to other places that ignore you.','2020-08-16 16:24:38.602000','2020-08-16 16:24:38.602000',5,'Madelyn Green','https://lh6.googleusercontent.com/-1b3d-J5_PyY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnLfn3IV5IL5ozy1Ye1vPTcTkh_Yw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34197),('AbFvOqn3xNyoeLiVIFpfuF79rSjiMgsm6wqhf0jHcdfFSyYjzzX-QKo8ehQ4l2nBIpsw1QYyqXJv3w','Dr. Lingan and Dr. Elsbeckr were great during the Covid - 19 rapid test. Thank you for offering this important service!','2020-06-10 22:13:56.609000','2020-06-10 22:13:56.609000',5,'Beth Zerdecki','https://lh3.googleusercontent.com/-csxFndUhLbs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnCt_St7fRmaZZ7komzxLQCZfxQHw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35891),('AbFvOqn3Y7BLi1XixHnRctY8EvHOuMJEpz54-2Xfo4NFF2dDyiL7-mDXoCMCE01khIBRemmHAjPkPQ','Doctor Das did a great job!','2020-08-26 02:29:10.674000','2020-08-26 02:29:10.674000',5,'Kiyoshi Woolheater','https://lh3.googleusercontent.com/a-/AOh14GgM-uUy2JQ3Wz1GVVlA3ckNFfSgZOTfmwj2qlJNrwo=c0x00000000-cc-rp','14748677429039074158',31743),('AbFvOqn3YdUDmKS5M1eVAeiEf9tNXMCXyWB_LmWk7W3f8c__Ra2-sJztnTv6zlhuBcV_syXVatMf','The best location!!! Keep up the good workšŸ‘šŸ¾','2020-06-05 16:59:45.138000','2020-06-05 16:59:45.138000',5,'D Stevens','https://lh3.googleusercontent.com/a-/AOh14GjWRcSaOLtoL4e5oZBoeHDySzszRnDbxjfpjyle1A=c0x00000000-cc-rp','8918455867446117794',43041),('AbFvOqn4_xM6RAQEROr1q1Tta9a4ySGC_Wp0sOevGDa1MzftkTwb18S0Oyj9WuxoAfaDTyHyzelAHg','Everyone here is so friendly, informative and professional. Especially Valory and Dr. O\'Malley šŸ‘','2020-10-15 10:19:38.748000','2020-10-15 10:19:38.748000',5,'Amanda Deinum','https://lh3.googleusercontent.com/a-/AOh14GgWDW5ZgSAs5_mH53SHlRXxVhaMbH0RUxffm3rl8A=c0x00000000-cc-rp','16389487648212004696',33151),('AbFvOqn4-jR04RUrAUbmFETQPoU25J9Yv7tsLt7PaJhiO6Ks7XMV22s7HZAd85TGNgAbw-UWe4raqw','Super convenient, efficient and friendly. I was really impressed with the lack of wait time (virtually none!) and the modern feel of the ER. A nice change from the typical Hospital ER','2017-07-03 14:48:33.199000','2017-07-03 14:48:33.199000',5,'Damon Brenner','https://lh5.googleusercontent.com/-8wlknlD-3NE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclTpSfxTw0qUg2q4lRijg83nDwPrA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41036),('AbFvOqn4-Kkkz85u2YpImQ8PanOcwJaa7SIZI-ZD-y2Xz6AqBySTPS6YH1aBR65EBU7yyoJQWcCLqw','My visit was great! Jessica was very sweet when I walked in. I was treated quickly. My nurse Senidia and Keira were very kind and caring. The X-ray tech Randi was very compassionate and friendly','2020-03-04 01:24:26.300000','2020-03-04 01:24:26.300000',5,'Delma Gonzales','https://lh3.googleusercontent.com/-dyychXi38kM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmEz2zxBT1gI8Zr9EEfDz9NxaEgDg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41415),('AbFvOqn4-oeR81el47qJ_sVMD0gIVb9f2Lf3zRLiidz4I0j4leGWfsl_EimN_j0tND3FO4_55sak',NULL,'2020-08-22 23:38:46.219000','2020-08-22 23:38:46.219000',5,'Macy Traynham','https://lh4.googleusercontent.com/-E3vYShN-4HM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQjZ9ahSY3FUWNcuPCcDVSL3xW5g/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38565),('AbFvOqn4-WtRE2LTYjrSq5HEEdZJZyekVnk5zhjXY5cMBfUxU97_0v-hS0StxVzyMq3_ZgLo-XRxEg','Quick and easy! Super clean and the staff was very helpful.','2020-09-17 19:03:41.501000','2020-09-17 19:03:41.501000',5,'Brandi Richardson','https://lh4.googleusercontent.com/-brrEOANlOWk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucllnweCnhKQVvnQbvH3DStDjpFiyg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39527),('AbFvOqn40Ntm3yK_p2yeFm6CIjDCPwazSMadyPxj-4gHHNPEegjyh-tkLbrQnnuABeMHUqW2dMrQ_w','Been here once myself. It was good. Husband came here once- it was terrible. The Indian doc should NOT be practicing medicine. PERIOD.','2017-04-25 15:53:36.789000','2017-04-25 15:53:36.789000',2,'Reb Beavers','https://lh5.googleusercontent.com/-DJO30ieBYwM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmk29Lz3DU-vZ1yCui-H6aOs-Yvfw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31054),('AbFvOqn40qDSddd1cWdefyPUReUx1yPEsioBhp48AY_UvNgId4xa3CeTz7U39xP51SqiV2CP0pLb','I was very impressed with the staff at signature care from reception all the way to the nursing and physicians staff, it has been the most outstanding care I recieved in a long time.\nThank you fir the excellent care','2019-12-04 17:06:52.014000','2019-12-04 17:06:52.014000',5,'David','https://lh4.googleusercontent.com/-uq3aYgt1ZY0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckv3_rlHTi25WzJzKGXwLEvfsNzyQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29553),('AbFvOqn41fB_t0qTVozjGiSJ4-bnJapeuGNY_D2sjpVpros2cGM_i3zIYOQPWKMjys8oqnC3h8w','Came in with a pretty gnarly cough, got called back within 10 minutes. The front desk lady even made sure to wish me a happy belated birthday when she saw it was the day before!! Christina, Christina, Linda and Dr. Rose had me through X-rays, swabbed and half way to my prescription while I was still on my lunch break!!! That’s what I call SERVICE!!! Thank you ladies for making my day take a turn for the better!!!','2018-09-13 19:37:46.540000','2018-09-13 19:37:46.540000',5,'becca walsh','https://lh3.googleusercontent.com/a-/AOh14GgsGha7M4yzX5kP2J2V-oOx8VosrdOQXv94AE7q=c0x00000000-cc-rp','16891069708558046635',36354),('AbFvOqn41JxIuMPaioKHHw7O2oL54CR2nuEpA6eIsINWlVMJ0i9TP95dyQz0KqMFpIExilTTlk_ZuQ','Polite staff with great service.','2020-09-17 14:35:21.627000','2020-09-17 14:35:21.627000',5,'Shawn Butler','https://lh5.googleusercontent.com/-up43FQsA8Ew/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnhEw42L3xOrjHnV8fI-gAvIAESsw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38981),('AbFvOqn41MlGQ0wQIw23ojJjcXwoTBOH8fbjar1QkopFUCJ6m0HotB48ENiBOMQ68KMabYQkNIgm','The facility was clean, the staff was very attentive, timing also excellent. Overall, for an ER thumbs up!','2019-05-28 23:08:33.173000','2019-05-28 23:08:33.173000',5,'Sunny B','https://lh3.googleusercontent.com/a-/AOh14GiapNtATsIB-vmDaU05d8oTpfJsRYLJEx9c7U6A384=c0x00000000-cc-rp','2694018788013845459',39337),('AbFvOqn45xx6DEExAjjKK0qkcvBmitiX2KUpb31N1BLqnH7exL7K8Rf2eVR2nIKfIuWpCBeXFb0-OA','They were very organized, clean and friendly. Only took about an hour from arrival to test results!','2020-07-21 04:00:44.539000','2020-07-21 04:00:44.539000',5,'CHRISTOPHER NOE','https://lh3.googleusercontent.com/-ngGtu14Zkxg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnpJGxGPafDfC0Wwp14KweSp8X4wQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31916),('AbFvOqn46CECANFSaBt5dRvDoCJkCutk3_rqLRTEFhdzYy3R3H10Ha0bChODo5mv8ugPNNN7ZIWX','Everyone was so kind and attentive to our every need. There just wasn’t anything they left out. Front desk staff Carla, Kim and Linda were welcoming and helpful in getting us in quickly. Our nurses Lucas and Jennifer were very thorough and took great care of my sweet little girl. Kim, Doug and Sherri were so helpful. And Dr Yost and Dr Henderson were fantastic. It was the best experience in a hard situation and I am so thankful we chose SignatureCare. Thank you for everything.','2020-01-18 21:17:57.087000','2020-01-18 21:17:57.087000',5,'Erica Jones','https://lh5.googleusercontent.com/-Cdrd54Bb2nQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckfmzq_eSOnkjenvl86OLRpx1baFA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39697),('AbFvOqn49ou_uI45UxKrmYOrWwtQfGqwm2joVBCwKkc8yhjx1r1HJtwJTrMsE1CDKeEls2u1zvZ9','Really pleased with this staff! Will go back!!','2020-02-11 20:59:20.168000','2020-02-11 20:59:20.168000',5,'Landry R','https://lh3.googleusercontent.com/a-/AOh14GhrSyVr8CBM0ecYQN2u0iOUQgyBoNNjq3rsUKAy9w=c0x00000000-cc-rp','16590124370714063921',34379),('AbFvOqn4ajAMdo3S51w4PIOPNFp72tg6-D2e2JDDVe4gg4nEnZZWOQ2umRFCpPwxEZbiRGjvjjUxIw','Tanisha is the sweetest lady here and so caring btw she’s also very optimistic and just makes any person feel better ! Thanks for everything.','2020-03-04 06:51:50.701000','2020-03-04 06:51:50.701000',5,'Kassandra Villasenor','https://lh4.googleusercontent.com/-TCz89FNfcpE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucle5Ay37jolqI5YbLE6PG_o-7aYuw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37637),('AbFvOqn4alfUyCf6Ij2m81I9SAU7sLGIZYsk4ZjHVXH0esZu7uSuHTeQSl9BQ2Vjtff60oq3XtjTrw','Jennifer Diggs in registration got us in fast and greeted us with a smile. What a great experience!','2021-01-16 15:56:48.387000','2021-01-16 15:56:48.387000',5,'Jaclyn Lanier','https://lh4.googleusercontent.com/-5Tr1UVnrpy4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckyqmJbWmrAjA6UMMNXE28tlKsLOA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',44707),('AbFvOqn4cdcM-0KybdhAkQNyaBSb7ltJinTkvoqf9Rzr5rs8lSQELhyXLFUITve1sL6JZDeOwHn5vg','I came in in so much pain from I think a kidney stone and the front staff was great and got me back super quick. Valory and Abigail have been the best with me so caring and patient.','2020-12-01 16:07:53.275000','2020-12-01 16:07:53.275000',5,'Robin and Kim','https://lh3.googleusercontent.com/a-/AOh14GiccTSFBC7nwu6FJesjY1G9OJaZKp932k1sMxxB=c0x00000000-cc-rp','15979470999169074295',32834),('AbFvOqn4Ck-72jWgy9h8-mypIQvbpiK_ouwQQdTW_Ypgramh5K7o8anqiNqNVEB1KizLJO_eryfvOA','Excellent team Dr. Golla, nurse Jessy with fanny\nTech wendy and as well as Stephenie and sandy. I will refer my friends and family here','2020-01-27 15:41:59.723000','2020-01-27 15:41:59.723000',5,'Mina Gautam','https://lh6.googleusercontent.com/-x1w4qFcZyqw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl4NBbVKV8ATJBHSEk3EkJvE2Qb2A/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36647),('AbFvOqn4cn8uCiPEbKe6r5Wp_1NVIalNFsyYByOjUcKvO3pVAFPa8JdplFa_galEK_LbtNrFCL54Pw','We had the best experience at Signature Care in Paris with our little boy! Ashley B. at registration was so welcoming and friendly. The facility was very clean and accommodating. Our nurse, Erica, and the tech, Ashley K, were so nice. Erica made sure we understood everything the doctor said and was so great with the kids! I highly recommend them, and we will definitely be back!!','2019-08-18 20:09:01.387000','2019-08-18 20:09:01.387000',5,'sanorwood10','https://lh5.googleusercontent.com/-6WWAvBzCxZI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnLSBiABsxmIxB3AHN97Z98GNc3xg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42011),('AbFvOqn4cZbtov7RaMnOVGg14XVzMI4JoPMWKDu07R8zKcSMB-fJBUqZhJS4a8MU3OeOVOqeJhu1MQ','Amazing staff. Went in for covid testing and then even though they seemed busy every staff member was very nice and kind','2020-06-10 19:28:19.968000','2020-06-10 19:28:19.968000',5,'Devon Henry','https://lh3.googleusercontent.com/a-/AOh14GhVAgo09LVuHpeH_dy2zuDi6_Nj26j_XL8aci01t4k=c0x00000000-cc-rp','16891069708558046635',35895),('AbFvOqn4dNzG0O6LR6SIQXb02frZcPWbhokIXCO_UJ8Tm6WkcpfrQywEqC77vtKjEFX_JsmbS9Ix','Everyone here was excellent. Lynn,Yusef, tanisha, were an amazing. They helped me stay calm and let me know that everything was alright. My night is now full of peace.','2020-10-31 05:07:47.103000','2020-10-31 05:07:47.103000',5,'Millz Fuentes','https://lh3.googleusercontent.com/-Ebya17ylOfI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjBt6e9q3bBm7nqw4ozz-26N9lZw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37468),('AbFvOqn4dOO8kDGY_B13AwT9I7vhzcMCY6l9eBye79q6ojaR2lTgbgkEUXp_EAUauAUKjiOAhj8OeA',NULL,'2018-11-23 16:45:17.427000','2018-11-23 16:45:17.427000',5,'Lynnette Smothers-Jones','https://lh3.googleusercontent.com/a-/AOh14Gjw9N96OAHS366bxlA4nk2KLnmQ8Y_UVdhnQZSBjg=c0x00000000-cc-rp','14567670160750071148',30676),('AbFvOqn4dOwQoiscESvfDELCSdXpqBY6PExC23o-6Z-_Qdufo7VDll5ooYiBe5l5XurUyK6GRySPhQ','Attended us in a very timely matter. The staff is so friendly!!','2020-11-08 15:49:56.546000','2020-11-08 15:49:56.546000',5,'Yanet Loera','https://lh3.googleusercontent.com/-vjuRrNSJ3Ug/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm6fI2clsXlVcj5defA5p9SG_jeOw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41273),('AbFvOqn4f4Qwp3_nVhP8kDWaHblcy6Y3kVcJ5UK1yEvVMGe8O-6WGpfiADvpPhb0M5BQBy7d_1y_vQ',NULL,'2017-03-21 00:08:18.663000','2017-03-21 00:08:18.663000',5,'Maria Marti','https://lh3.googleusercontent.com/a-/AOh14Gh0hwHo2vKku0jtCYOO9iN_WqXMJcp9bT3g2dAK_g=c0x00000000-cc-rp','17394740196501090048',37189),('AbFvOqn4f7KYEqMvktb1op_W3uRxDs0aj_cpt-uolrWtDzHLk2rEgXI0anJaigkzDdSX_USY_fEZBw','Great Doctors , Great Staff. Very Fast service an effective. They also make sure your knowledgeable about what\'s going on. EXCELLENT SERVICE','2017-10-17 05:01:27.962000','2017-10-17 05:01:27.962000',5,'Listen Up People','https://lh3.googleusercontent.com/a-/AOh14GgCflsNRbCsehbN_FZz6d8ji8KS4p4JR3pvsmGM=c0x00000000-cc-rp','17394740196501090048',37048),('AbFvOqn4Fa8-lYizy2P5Ph0HdKPRCzYqNwpHsTOPwGiQvj2fGokPFWiq6mKBQdPmbhfsUhlaSuxYgw','Great customer service even over the phone. Dee was very helpful','2019-06-19 00:24:52.916000','2019-06-19 00:24:52.916000',5,'Stro Zone02','https://lh3.googleusercontent.com/a-/AOh14GgIsmMp_av5jOWB9ax1yXE4jWsHZCi1rmyafBiBfg=c0x00000000-cc-rp','3511292162159714121',40539),('AbFvOqn4G89CV16r1kYYRrCxe-pl8OsJH1KVqft3VpE0s2GzKScJm72_IRjLGYNLZdupAG4-M6wiYw','Thanks to Lisa, Savanna, Jaime, & Dr. Chambers for being super polite & friendly. You never showed rudeness or tiredness while working which is hard to come by! You made this experience great for me although I didn’t like my results ha.','2019-06-04 17:58:08.392000','2019-06-04 17:58:08.392000',5,'Kaitlin Merriam','https://lh3.googleusercontent.com/a-/AOh14GhaEwsZr0H_mxp4gJNDVfhHa7IXgsQ1HoolliGugA=c0x00000000-cc-rp','13486358490203335051',29830),('AbFvOqn4gz1_bAKYJpTH0Sgiy6IlG_8P2_zI5g1za9zXeBYKSx2_Bdjxu_HL6QXruyjnujqS4MBLBQ','Nurse: Rachel B. was informative on explaining test results and caring treatments. Doctor: Esteves explained diagnosis of medical conditions. Thank you for excellent service.','2020-03-01 18:40:06.545000','2020-03-01 18:40:06.545000',5,'Terelyn Bair','https://lh3.googleusercontent.com/-VEaD3oQlngk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm4Jojiu9hrBLam26z85V4biJJOEQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37648),('AbFvOqn4Hl_DmSAhUMguHfUQOVIK07eGy8g7XEMh4EdFMZocRuHxhC7BUt7XnQKuPtzdNQVVy5ekZQ','After stressing with several calls and no answers I finally got a call back from a very helpful young man, Aaron Ortega. He was efficient and quick to get me the appointment that would fit my schedule. Thank you !','2020-06-29 16:58:57.859000','2020-06-29 16:58:57.859000',5,'Karen Munsell','https://lh3.googleusercontent.com/-AwlhxXPGhSU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnaS77j1h1oQTJh9rkXOrlnJ3Au7w/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29377),('AbFvOqn4i2mw-RFfLFo04kafcpLudOTQbOeDRHs4S0MGCiwfQy1KGz3pD666HoHrn6Pzc9r9jHm6GQ',NULL,'2020-01-10 22:19:55.587000','2020-01-10 22:19:55.587000',5,'Alejandra Diaz','https://lh6.googleusercontent.com/-kbgX-S8I3AM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclItjIPYDyPcORJOwvocqSHRQYR5Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34460),('AbFvOqn4ihSI8ocSh9OHHPeX17db4zGtv8m60dyl0-ddE5TdWiZpJFKfECof3dofngniJCQrqvXLPQ','Very helpful and professional, smooth easy process. Dr. Das was very nice and gave me good explanations for all my question','2020-10-04 02:58:04.813000','2020-10-04 02:58:04.813000',5,'Sir Larry Anthony Capuano','https://lh3.googleusercontent.com/-v9sSF-Lr3B0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHsLIrnrT2hvNS7C1QKNSdMcsNUA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31570),('AbFvOqn4IviIkvgZWdJABdjDlPWDU4tFtgJJVppy8-TKmi8HpSXySb9Z9z_1vz_qj2s3IOybWdOw','With how busy they were tonight they got me in and out very efficiently and I was updated and aware through out the entire waiting process. Georgia and Kristin were awesome and very kind! Hopefully I’m not back too soon but I definitely know where I’ll be taken care of.','2020-11-10 02:54:57.047000','2020-11-10 02:54:57.047000',5,'kennedysartor','https://lh3.googleusercontent.com/a-/AOh14GhuXFFZKUicOHVmTMqcpilP-Jd4gXebPS3pb_Mvnw=c0x00000000-cc-rp','14748677429039074158',31387),('AbFvOqn4JYK67lDfbvFpIk0mR4lHJDhCpgmy0DEGJPeTZ9gc2ee0b8RE4yPT9KjvOOgz4qTB_oY0','Very Clean. Friendly staff. Short wait. Modern equipment.','2019-04-23 18:38:26.101000','2019-04-23 18:38:26.101000',5,'Mark Solari','https://lh5.googleusercontent.com/-7eJ3kGCsdJk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckTpn6Vf6tHb6ipW4x-0QDcPS7KaA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29867),('AbFvOqn4kC7HxJTCPephv5DyAoeUcoLs1LghWObIe0_Bni37iKbNPtaLccIE9jNYG4u5vI_u4uxdVA',NULL,'2020-10-19 19:29:10.744000','2020-10-19 19:29:10.744000',5,'Connie Henderson','https://lh5.googleusercontent.com/-MVccw6BuPK0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckwD_fbTGXFfdTrQYGFYLGTXe0GxA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39464),('AbFvOqn4KIbW4uPwv3CzIuRKonFXCsmxTnsDJjH9AnMPZnxRr5-hzJ-hZ_96xC6aSVraAf2sc8orUg','This emergency care has excellent service. They were very timely and kind. Dr. Estevez , nurse Sunny and the front desk lady Dalal K. Was excellent','2020-11-14 23:36:31.846000','2020-11-14 23:36:31.846000',5,'James Roberts','https://lh6.googleusercontent.com/-zMZF_0XDgcQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckuhMnovwUBZ2Hx4H5EUkrwxhU2hg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30018),('AbFvOqn4kyvVYWluBoK2YT41v8nNBoChElTIQmbGZ6YzBkmbXmAQsykxiShEhMF1NnqUed58E2h09A',NULL,'2020-10-29 17:43:38.888000','2020-10-29 17:43:38.888000',5,'Amber Chandler','https://lh6.googleusercontent.com/-MITWB1f1zUY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnnbPebz0yHmgOWgabcWF1SA0pd5w/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29277),('AbFvOqn4lnNTK4nQUTQY-DkIvPqWuJvTVz5WThUNs0u2RMWvfPQMbku-2sPAh2IQsIpzRsrbaK31','Took my fiance here for an allergic reaction. Clean facility, quick wait time, and staff was awesome. I don\'t know why I would ever go to a regular hospital. How do these things not exist everywhere? Why are more people not going to these?','2017-08-16 16:16:34.106000','2017-08-16 16:16:34.106000',5,'John Padera','https://lh3.googleusercontent.com/-oVL1vVF-11A/AAAAAAAAAAI/AAAAAAAADao/AMZuucnp-eatb-m6LXQPgnSOkwxZz0dplg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35408),('AbFvOqn4lteB-BNIG0gw4wQWuxeydLxkW5QCEp_rHOlPLzusN-D9_KxMFQTd45DFIIlP-zuspcIZ0Q','Quick Service, Amazing and Personable staff, Explained everything to me and made sure I had all my questions answered about everything, including all the tests that were done, what medications I would need after and when and if I should ever need to come in if my condition worsened. Would highly recommend them!','2018-01-21 03:09:29.363000','2018-01-21 03:09:29.363000',5,'Justin Jet','https://lh3.googleusercontent.com/a-/AOh14Ghv0YYxtLUJXu4u_FeB5XvZZw_BBYmQN1_FutGKvw=c0x00000000-cc-rp','16590124370714063921',35322),('AbFvOqn4nF0X4swrvDxWfRYW9zSLDdRPRfEgoOw54BegaVUXcRCWZje_IIUGdqI9IEW5gjk9r521cA','The service was quick and I got treated right away. Nurse Jamie and Dr.Hasegawa were the best','2020-08-30 08:24:09.822000','2020-08-30 08:24:09.822000',5,'Jahod Gilbert','https://lh3.googleusercontent.com/a-/AOh14Gi0ZYBS47vGOaT_B1v7dTZmq9Sc1OjCoO6pUzHs8Q=c0x00000000-cc-rp','2694018788013845459',39016),('AbFvOqn4nwLDsN8A7nl97i4seLxppbFeD7-xLpUBjpnyEcc0lYf-_-2G-UJNHQgJA9v9aD6qsW0Z','I was sent into the treatment room before I could finish filling out the paperwork. They had me in and out within a half hour. All staff is friendly and efficient. Made sure that I didn\'t have any questions or concerns before I left. Just an FYI, they are out-of-network for most insurance companies.','2015-06-08 01:32:20.199000','2015-06-08 01:32:20.199000',5,'Jessica Coccaro','https://lh6.googleusercontent.com/-NffVWd6aNMs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnLPGwGCL494U3gUAGZOacWPPNbpA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38395),('AbFvOqn4oDQ0sVtPiPGN1jlaXBmqysjzUsrg7kJJ5E2fdCkY2fCkmT0OyXvuFopbVeiZlzSPhAx4QA','Signature care is awesome. Fast service and and the staff Mindi M. , Carla C, Courtney T. Jennifer W, Millie, Kate, Gunner and Jacoya were extremely friendly and helpful. My family and I will definitely continuing coming back in the future.','2020-12-13 17:49:29.873000','2020-12-13 17:49:29.873000',5,'James Ammons','https://lh3.googleusercontent.com/-sRLMY_0lEMY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnE9tTZHlqrm5DGICqUDYUCMuJrnQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39415),('AbFvOqn4OK-1WXvnhDPzpMT8rLVFDnw9L1XDhL7i3gtS05CKkYruLw_jans9ffo-zrYSgxaSOWl9GQ','Amazing staff!!!','2020-02-23 02:19:59.457000','2020-02-23 02:19:59.457000',5,'Mary Daniels','https://lh3.googleusercontent.com/a-/AOh14GhFVmznDJ2QFKkGtx7v8BcXuEDNz8FEoJ9k5T5pZtg=c0x00000000-cc-rp','3272657195432704501',39603),('AbFvOqn4OV85jmh_arvflPkPDhJPRy2tVHdEyIvbqyr6_rim8eySIog3EFk7ncqS8riCcqXlI9Bg-Q','Super quick service and friendly staff! Amanda and Kate up front made the little bit of waiting I did do pleasent and Bryan took very good care of me behind the scenes.','2020-12-05 01:19:36.802000','2020-12-05 01:19:36.802000',5,'Jacob Duran','https://lh3.googleusercontent.com/a-/AOh14GgOh9zEYW4_QXTRaHdg4DICd3CC5daNrJJu2KPVJg=c0x00000000-cc-rp-ba3','16590124370714063921',34057),('AbFvOqn4pIdGCnY2CuH9kH22X9uORgHUX5eu03RElmajiRJoRcRnTPboVvOPhAsHf9PPpcczcprcTQ',NULL,'2018-06-03 18:00:52.757000','2018-06-03 18:00:52.757000',5,'Emily Sewell','https://lh3.googleusercontent.com/a-/AOh14GgsAIBGjHn8Fuf1mDDi9Q4ByVGX3vJGpiwr-AIXhg=c0x00000000-cc-rp','16590124370714063921',35273),('AbFvOqn4QoBTW5QsS3cZlaYUTDmFQA3SrsgkuKr5opfVzbE4esAGvjTq2dtACo8qgSXCxzO5PPlVZg','Place had a great environment. Staff was very friendly and they ran a tight ship! Lorena was amazing!','2019-12-31 21:14:59.158000','2019-12-31 21:14:59.158000',5,'Tristan Reed','https://lh3.googleusercontent.com/-fVl5gYpDcNs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck0SXOBA1lAXAZDOn2TZ4iRJdLnvw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34476),('AbFvOqn4rrjrggGng3HP8L0xu2xJ4Yt16VvgFW5R7RM3917wUBuBSsJkCAoNtP9LxhLEImIZBrp3',NULL,'2017-04-22 15:41:57.130000','2017-04-22 15:41:57.130000',5,'Max Sera','https://lh3.googleusercontent.com/a-/AOh14GhNu7-_subZ_9YO_Mb_3twsaPjkckDPQc_kKK-Lhj4=c0x00000000-cc-rp-ba3','16590124370714063921',35447),('AbFvOqn4RU_6ePO4q1m20Lg6BQLBuN7Nfxa4iupq10FmdfjMKQPxiLQBPqbaOs8QWzzI5yMy_9VkfQ','After going there physically THRICE for a COVID test, they told us to make an appointment ONLINE. After checking... No appointments for 3 months!\nClearly aimed to get people out of their lot.\nA bold-faced scam.','2020-06-30 04:20:54.328000','2020-06-30 04:20:54.328000',1,'Richard Baratta','https://lh3.googleusercontent.com/-RKnETJeLTbI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckNfLz_2pZFjP-Emgb_k_fTNjVSvg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36575),('AbFvOqn4ryarhqmZyk9IWCbVaHfQeJ3MHrW9FK7Tw-rLftg9vaps9Lllyd29Vlu-vjsiparP28ZaZg','I have brought my 3 1/2 year old daughter here twice in the last month and all the staff have been amazing with her and with me! They were all very competent, thorough and kind as medical professionals and we received amazing care! I would definitely recommend coming here.','2020-01-17 03:10:24.983000','2020-01-17 03:10:24.983000',5,'Pamela Pierson','https://lh3.googleusercontent.com/a-/AOh14Ggqg866kXwYECOYq_mTMd4zAKKLQlDe4YXIwYv6TdI=c0x00000000-cc-rp','13486358490203335051',29482),('AbFvOqn4S0XsJOMm5Xdp8lOTQkrngZ6wu-Sxu5t-evWbbvBOqOLS8EUH-KpsKqNXZx_ATK29R3pXyw','By far, this was the best reception, attention, and medical care we received in many years. The accessibility of the location and the services were excellent. They truly worked together as a team. Everyone of them were exceptionally considerate of our circumstances. This was a humanizing medical experience. Thank you to the whole team.','2018-10-01 12:31:41.944000','2018-10-01 12:31:41.944000',5,'Gemma Olson','https://lh3.googleusercontent.com/a-/AOh14Gg9zTd9GclzSQtkZWKwV8hL-25WTtBiR8sAtxce=c0x00000000-cc-rp','17394740196501090048',36880),('AbFvOqn4SdFjPybEBZoIxCIFODeyoRO958z0TUQV2AR9ZXB7HvYpMvWUsupk3AaddAc-VmU76L8ZqA','EXCELLENT SERVICE !! Special Thanks to the team whom assisted Jamie, Rose, Kim & Erika all showed GREAT care was in and out feeling better in NO time ! :) HIGHLY recommend.','2020-12-11 04:12:35.475000','2020-12-11 04:12:35.475000',5,'Brianna Murphy','https://lh3.googleusercontent.com/-M7saLoXsJkU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclpmAAIgsPgu0x9hu7FUGJPl-Bpgg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38840),('AbFvOqn4T6NqoKRaj8tGJyUS7scRV_G4QwnmXZXhBkBhg9kCd1soWEruZRi6PpoXdtJVJgGASpkDog','Great place and quick service.','2020-09-07 18:56:13.472000','2020-09-07 18:56:13.472000',5,'Andrew Niehenke','https://lh3.googleusercontent.com/-4rZhu-sLHF4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclz2jK0YUMKEisiFzccpFuG3gXFMA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29313),('AbFvOqn4Toistf5tltc_caC4Mug39fmfutXLXssM5lHXujBgyyoV3lRhR2sP4WNGzSl4xOiMyZ9XfA','Be aware if you are a college student. This location will say they accept your insurance, but chances are, if you are like us, they will discount your bill $50.00 and then bill the rest to you. My daughter had a minor UTI and she literally pee\'d on a stick. We now owe $1400.00 for twenty minutes of care. The people are friendly enough, but you pay $500.00 just to be seen in their facility before anything else. Be cautious and ask the right questions about insurance. This facility will never get another dime from me. This is the epitome of the fleecing of poor college students.','2018-04-23 21:06:21.406000','2018-04-23 21:06:21.406000',1,'Jeffrey Salsbury','https://lh6.googleusercontent.com/-kPsCvbtAEdU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclxbCBZ2ulq2juVeTEIl8cy2wnluA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35280),('AbFvOqn4ugUeypthgat5S9iXfX-N_elNAVP8ZUgslmWFtnpz0msqG22Wi0gPhjdFcqZucwmYlsqWLw','Dr Pham, Jocelyn, Erika, Jordan and Ezequiel were great! Timing was great and definitely recommend!','2019-12-13 18:16:12.956000','2019-12-13 18:16:12.956000',5,'Darline Davis','https://lh4.googleusercontent.com/-fkurB2e2kEM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKpX_HLMbDR2gSnY1yTzHtIJKaow/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33605),('AbFvOqn4VdyVmKZMftpCz_gTzhVrdU4nwE731VTed-so-d1cDZTHvVziHKvHe7H4I5IAFueo1rEHow','Staff was super friendly, minimal paperwork, and everything was done efficiently.','2020-09-16 04:17:59.402000','2020-09-16 04:17:59.402000',5,'Anna k','https://lh3.googleusercontent.com/a-/AOh14GhiSfSZjDqrX0JjSiLUjWVg-zmZP5eQxaVHvfLmmA=c0x00000000-cc-rp','16891069708558046635',35779),('AbFvOqn4VJKkHSYNI5J9jTuPX9DpbkP6USWfA6wh0wE8Hx_Izwl5jv0iJtZB67AQlPDuQbhVMtVdqw','Georgia was very helpful and accomodating!','2020-09-08 01:56:07.352000','2020-09-08 01:56:07.352000',5,'Olivia Vanmeter','https://lh5.googleusercontent.com/-RfioNCu7ZG4/AAAAAAAAAAI/AAAAAAAAFG8/AMZuucnQmOmrJm4qHgaBZjPqXAfeFeeivA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31695),('AbFvOqn4VvUEgqTIrOM_W8_Vn_u7cJrZJ6dpVAS-AI03IxktnEhZy9cS1RLnME0d4Jr8XUw2GEuczA','BEWARE!!! I took my husband in to this clinic due to a pulled muscle. We have fantastic insurance but due to the extreme charges from this clinic our insurance would not pay the inflated bill. Just to walk in the door, they charge you over 1700.00. A few X-Rays and a couple of Motrin we were sent on our way, paid a co-pay and now 5 months later we get a bill stating that want another 400.00 from us. Not satisfied with the 2500.00 my insurance already paid. Literally nothing but x-ray and a pain killer, oh and by the way 1st bill you do receive will also show you are already overdue. I can\'t give negative stars or I would.\nThis facility is a complete sham. Just wait until you get your bill.','2020-10-15 18:54:48.376000','2020-10-15 18:54:48.376000',1,'Angela Hearn-Jackson','https://lh5.googleusercontent.com/-b0fTNMhESQk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckv5JcE0hPSZ6GUrTURyWrMpzlcjQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38923),('AbFvOqn4VYNRDr52lcOc8OaW-C-pK4vNyMyjBmxHIcXWx-_wRYcpxA0-Lksr2qrBvDOqMAG90UeuVg','Very friendly staff. Christina & Chelsey were super upbeat and friendly and made me feel relaxed. They were careful when sticking the swab up my nose for a Covid-19 test. Fast results as well.','2020-10-07 19:21:33.871000','2020-10-07 19:21:33.871000',5,'jerry latigo','https://lh4.googleusercontent.com/-WxpI2thh4nA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclKyQOSDe5q2jbeaYPu4XkIJoGbTg/c0x00000000-cc-rp-ba2/photo.jpg','16891069708558046635',35737),('AbFvOqn4VYW72O4fY91bYbSmNKZpXIUxRdBq8BkADTRqJ-L7JvtZs67VpQr5iGRetoYXnQH54KhjJg','I brought be daughter in here a couple months back and I loved it so I decided to skip the military hospital and give this one a try for myself. Not only is the staff very kind but they work fast to get you in and out as soon as possible. It looks very nice on the inside and is super clean without that weird hospital smell. I recommend this emergency room to everyone now!','2020-02-18 16:27:00.753000','2020-02-18 16:27:00.753000',5,'Sophia Alexander','https://lh3.googleusercontent.com/a-/AOh14GhOPVrClPxEzfOPDZig3pyTly7E81JpgYZ19J2M3A=c0x00000000-cc-rp','2694018788013845459',39117),('AbFvOqn4w3dEVnjTMhAaeewZ3NoDgXe8WjkMQvQGaOSFxonpMtIXI7KFnLyMsTrjcDxxrihVwZiGqA','I had a wonderful experience here. Usually some physicians do not really acknowledge you when you walk into their office/clinic, but at this location, everyone including the physician greeted me as soon as I walked in until it was my turn to be seen. The nurses, x-ray tech, front desk, (whoever else I unintentionally left out sorry lol) were all welcoming, kind, and always smiling. That\'s what patients need to see to ease their pain and malaise. I\'m so happy I chose to come to this location and do not regret it one bit. Even better, I soon as I sat down it was already my turn! Most importantly, everyone including the physician did an amazing job because I came to the ER with pain and left pain free and joyful so you know they are also very experienced! I recommend this location to everyone and wish I could give it like 10 stars. Last but not least, this location is extremely clean!','2018-04-09 05:07:56.953000','2018-04-09 05:07:56.953000',5,'Tracy Chanthavong','https://lh3.googleusercontent.com/a-/AOh14GiMW9-zD8pXhBRqzcNivfRl36156xxH8TzAK1FR0Q=c0x00000000-cc-rp','17394740196501090048',36963),('AbFvOqn4WaDwgG1t1LBC63qqTBY1oBmBr9lb8D-yhc5Lo2YYQzx12fxAOyIpfG4-tDnmwbGxUvrwFA',NULL,'2020-12-05 19:24:20.894000','2020-12-05 19:24:20.894000',5,'Jaime Almada','https://lh6.googleusercontent.com/-wT312QgU660/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHmFawNttLZz-XLG5WyJIv-vVlCg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41266),('AbFvOqn4wyJDUgbkaFsco48Bdy_ZkTtAfWo--RwwBNKfZS5RH6ulaPA1SyNDOrlpLjylpW-GtNdF8A','Kendra did a great job of signing me in!','2019-12-08 18:24:21.934000','2019-12-08 18:24:21.934000',4,'Krista Stoner','https://lh3.googleusercontent.com/a-/AOh14GjovMfzFoC4R2__Ghv6nzXtAyheJnpiYWJYgkZF=c0x00000000-cc-rp','16590124370714063921',34508),('AbFvOqn4x_59La-GkH9cMyOui-Xz6bUJgftw8tUe1lQjiSW1xE474n5VsLJIq_YCV5ttSDz0b0nZsA','The facility was professional, courteous and fast. The wait time was less than 10 minutes from in the door until I actually saw a doctor. The cost was very fair as well. I would recommend this facility!','2019-12-24 19:13:57.875000','2019-12-24 19:13:57.875000',5,'Ondrea Pasley','https://lh3.googleusercontent.com/-4uhDdinGhrw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTH_oi6lUF_u7JcQXh4Kn55FOpjw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34487),('AbFvOqn4XPvLjwCQTJkOboDXeFoAOOR_ciszmVzw_lZFaNDucAqhaD5d93EfDe_2YNrx2eqBitDuMg','Came here on a Friday night since I wasn’t feeling well. Vanessa G at the front was very nice and helpful. Once I was in the patient room I was greeted by the nurse Nicole G. And rad tech Dustin. They were both very nice and accommodating. After a few questions, they left and I was seen by Dr. Patel. He was very thorough in asking questions and explaining what I may have. I would definitely recommend this urgent care! It’s very nice and clean. They have warm blankets! They also have some snacks and drinks in the lobby area.','2020-01-18 03:59:02.355000','2020-01-18 03:59:02.355000',5,'Yusra Mumtaz','https://lh3.googleusercontent.com/a-/AOh14GiWZhVAyap-tPikxShsivep4DNflNJ9BYRE4BpJ8A=c0x00000000-cc-rp','14567670160750071148',30330),('AbFvOqn4YoxrnYQdPSbhWgUNmN9R5t4mcSpjzovwRng9MKyOFhj0L2Tv2eJWIt5brMKpk5SJxKkk-A','10/10, DJ was great. Had an aisle seat but still had a blast with Chelsey. Would recommend to anyone with covid or just out on the town for the night. Can’t wait to be back','2020-10-27 00:30:05.864000','2020-10-27 00:30:05.864000',5,'Michael Izzard','https://lh3.googleusercontent.com/-o0Vv8zWFz8g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnCFlFlaSDK87ANtfeKES2ZaQpjrw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35665),('AbFvOqn4Yxtmk_K-ptM-CTvmQba461zFRcAl15SvpeCMr3tFtAoC9wZYuxpqXHZufTlrH4l0uSih6g','This is one of the very best locations for emergency services. They are always professional and they give you the best care. Away from family this is as close as it gets when visiting the Copper field 24 hour Signature Care to begin cared for by loved ones at home.\n\nThanks to a few of your Heroic Essential Health Care Team members:\n\nNurses: Charlotte and Tammy\nRadiology Technologist: Nanci\nRegistration: Haley, Asia, Evelyn\nDr: Henderson\nER Technician: Elaine','2020-11-10 16:40:19.708000','2020-11-10 16:40:19.708000',5,'Nehemiah Keeton','https://lh3.googleusercontent.com/-D2C2or8_3Uc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmEbpDzvlkoSvt0izdZKJNPjX12ZA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37453),('AbFvOqn4ZvvBJudaq5dGnQtX3lGfWTITqVXfPLkSLjzn609aoH1KhiuKFKvYeoTmNy0SeCX-xr_lsQ','Dr. Carazus\nJose P.\nMeredith Sam\nGraciela Rios\nJocelyn A.\nLisa R.\nThey were great care. :)','2019-12-23 01:15:59.680000','2019-12-23 01:15:59.680000',5,'Rabbit V','https://lh3.googleusercontent.com/a-/AOh14GiZMKO4E2P4uQ3-F4FYs1iEwDdba2le6Zz20trHaw=c0x00000000-cc-rp','16389487648212004696',33577),('AbFvOqn5_Rke21b1eCJeWqKHJWd_00x7TSuQUUs9Dxe39iGTqC3jdB2FAuV4KLcZ8bBFaVeX4UZYow','Super quick! Office is super clean all the staff Dr.Haraji, Ekaterine, Kat and Patricia were very nice and attentive. Highly recommended.','2019-11-07 02:51:17.662000','2019-11-07 02:51:17.662000',5,'Stephanie Rojas','https://lh3.googleusercontent.com/a-/AOh14GgtepXQ5gWKk_XQQ2-_MkwJN30M5RTbD5eX11__=c0x00000000-cc-rp','14567670160750071148',30420),('AbFvOqn5-1sgrQzgR25IVAeMEx0ru__GgMG6Agh2vDe4JzwwxKIoDUWVALG3-vA6t9rymFSCcax8','We were in a room before I even started the paperwork! The staff is friendly and knowledgeable. Mercy greeted us at the front desk and made us feel welcome right away!','2017-02-25 20:05:12.230000','2017-02-25 20:05:12.230000',5,'Jay\'markus Smith','https://lh4.googleusercontent.com/-hFFo9EkU1QY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclf5yZKZzUCkc6ZK1T4dbyAHWmsVQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31094),('AbFvOqn5-h9HDRLrRDt3o8ExiuA4Iy3ki030RM9DfWsSLPflpzX8L3cU090gmSnrAEWAvNbE9kKuUA','Unbelievable experience. I walked in, and was seen by a Dr within 5 minutes of arriving. I live in Cypress but will drive to this ER for any future needs.','2018-02-27 15:27:37.998000','2018-02-27 15:27:37.998000',5,'Ian Milefchik','https://lh3.googleusercontent.com/a-/AOh14Gix6THy897kUJyL8jWq6wtCrFMf4aBeTFDvEe_zqA=c0x00000000-cc-rp','14904078213800803294',32604),('AbFvOqn50bvxKeJ2zRJMNgrRkRKVuUSDm0i28GqkarV5nR5ZMCM5W9ofe63CnY97t-qRDPDtGw2t',NULL,'2020-10-23 20:30:18.153000','2020-10-23 20:30:18.153000',5,'Taylor hale','https://lh6.googleusercontent.com/-E20wFSOVwoY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmwV-Pwb9tiM3j8EVnEQ_UUHBQ1ZQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33097),('AbFvOqn51IAPlMlHELU3ewZflbFuYXD4xgI5g7CMoRMp1VsEu2SvrOIKpF2VtupfVckFuUr8MrLS','Wonderful staff and doctors! Everyone was friendly and very attentive. They were also fast and thorough so i was in and out of there quickly. Definitely recommend them.','2016-09-28 16:33:50.107000','2016-09-28 16:33:50.107000',5,'Marcela Manzano','https://lh3.googleusercontent.com/a-/AOh14Gj_Ef2y11zIHAxyIIf_P5LXZXilHJehSF-clyLG=c0x00000000-cc-rp','14567670160750071148',31180),('AbFvOqn51KuxChkumNrlS11KLoicsJVM2x5wTgt_Uepv3b7ib3L2EUb0OJyZ3nEU6PR3yF3JDnQdXQ',NULL,'2020-01-22 15:01:49.460000','2020-01-22 15:01:49.460000',5,'Nancy Cruz','https://lh6.googleusercontent.com/-2QM-9mAg2FM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucliG4aMLDSreKB2f1fDg9Txx3bc_A/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30321),('AbFvOqn51sVmgm2DJHNFpzu8ZrYKeIrC7IvizySA_yk8SQWSpOL_uQ5KL_o7FxpeZCRC3qwGiNNynQ','Seriously the friendliest staff ever. Not only do I consistently find doctors that couldn\'t care less about me in this area, but the office people are always so disrespectful and honestly just grumpy. The staff here was so welcoming and friendly and answered all of my questions. The woman at the front desk greeted me with a smile and didn\'t make me feel like I was wasting her time (like I usually feel at other places.) I literally want to be their friends. Was in and out really quickly and took my minor problems very seriously without making me feel stupid. THANK YOU. GO HERE.','2019-04-07 19:06:48.871000','2019-04-07 19:06:48.871000',5,'Caitlyn','https://lh6.googleusercontent.com/-j0Z2EBG93OY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckHVlfPXm7uVEVPPdEbSxERc1ptpw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34909),('AbFvOqn52PPZJPKJ2NMkFdps7l3t8AP58d2YvAf8QNlvr89avT-zmYXrmQeki6lPsa6ybewxmRXiKw','Got right in and everyone was extremely helpful and professional. Definitely a top notch facility and staff.','2020-12-13 16:39:26.748000','2020-12-13 16:39:26.748000',5,'Richard Hageman','https://lh5.googleusercontent.com/-z65Mwasyf48/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck9b8wT4b7aKVIyKYwPWYIT0uxpgQ/c0x00000000-cc-rp/photo.jpg','15979470999169074295',32824),('AbFvOqn53hXhw2jW_Mxy-ufRMX-t5a3dDWn4GwCOM0ZmHz1tkgpckBZFryOjqh9XiMegjqqsM0Y','Went in with a stomach bug and they were all very helpful, very friendly staff, very caring and understanding! Left feeling much better! Anthony & Angela were the ones who cared for me, very friendly people. 10/10 recommend coming here','2019-01-12 18:55:07.001000','2019-01-12 18:55:07.001000',5,'kacey stewart','https://lh6.googleusercontent.com/-nrrRZGq4n84/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucllAZNYaKY-6PrnQRvXUXjLflZirA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35050),('AbFvOqn55W77zL7ySignYr-eJZ3O2RrHFo7BIkl8sWyqi0KVEmx084Q9IiEM13p--paXsiJ1KJWh','I\'ve felt terrible for a few days, but as soon as I walked into Signature Care\'s Bellaire location I felt the first day of hope. Delicia was warm, friendly, empathetic, and efficient. My nurse Duke and Dr. Cavazos assessed and diagnosed me, while making sure I was comfortable throughout the process. I highly recommend this team for your urgent care needs.','2020-02-05 17:13:32.040000','2020-02-05 17:13:32.040000',5,'Cicely Benoit','https://lh3.googleusercontent.com/a-/AOh14Giy-WV1BekKqnnvhjopYoP10xhqPVp-ypJt920lQg=c0x00000000-cc-rp','8679688254631342173',42454),('AbFvOqn56cC8eGNWV0GEmF5pH3ImPGPXDz7KSoa2cdYRQuSgcYx-U4Au8C_Ka7hcnlcaxfQTO0Zt','After hearing horror stories of 24 hour Er places I was scared but after taking my son I was truly impressed by the kind caring staff\nAll the way from Maria of registrations to Dr.Huerta\nThank you and we’ve found our new ER','2018-12-26 23:21:51.236000','2018-12-26 23:21:51.236000',5,'chris bolton','https://lh4.googleusercontent.com/-FG1H-qYxka4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmnAPHpglV59QCANOEgtZ5Fu0oyFw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29956),('AbFvOqn586Gvofl-oVXak6f69srW9q-p2O554Xdh2vRQUPeI3W_wy-MV78xXactt9zezlSP65ig-',NULL,'2020-02-10 20:31:47.031000','2020-02-10 20:31:47.031000',5,'Ryder Villarreal','https://lh3.googleusercontent.com/-AWY48Z1VrC8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnqvQ7TG-f_W_lkE8mZs_6cdPcbzw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29435),('AbFvOqn58t6j8jamqgoRwL-eZs0aY8ibougrMdwkk4Qx3zExnAgOfHYaLfiGjmYGfXOEO50UOq2RUA','Delores James and Christ Valory were extremely kind and patient with me. I was nervous about my visit and they walked me through the process and offered comfort when I needed it.','2021-01-12 18:19:14.452000','2021-01-12 18:19:14.452000',5,'Shawn Daniel','https://lh3.googleusercontent.com/a-/AOh14GjCjyo8ywapw4iG6_fYUY3GtCFZn8sjruvTzvyeSA=c0x00000000-cc-rp','15979470999169074295',44473),('AbFvOqn58tFpNGJnJ2KxEUSOoexcRecQFzBtNecCidX3vZ7ToRKCzLaYUWdnQPpk9RBnOxogWTQsSw','From the staff Webber and Raven very hospitable and friendly. The Doctor and the nurse very caring..... Love this place...','2018-03-12 08:15:34.614000','2018-03-12 08:15:34.614000',5,'BO Sandle Jr','https://lh3.googleusercontent.com/a-/AOh14Gg6GzdnsxB__23H5Z9k7YUpNeH61nO-kLgqDtFZ6A=c0x00000000-cc-rp-ba3','8918455867446117794',43404),('AbFvOqn59OP03n8rvvfUCTdNq5D9hM-nagaHAym1w5W5DHl74Z-9zuFOR7vagS8r6hl2Yp1T5RKrkA','I needed a quick appointment to get a rapid COVID swab and was able to get in the same day. Excellent customer service and super clean building. Special shout-out to Chelsey and Shelli, the ER tech and nurse for being so kind. Dr. Elsbecker was also super thorough, attentive, and nice. The test wasn’t bad at all! They were so gentle! Highly recommend signature care ER!!','2020-10-23 19:43:11.227000','2020-10-23 19:43:11.227000',5,'Kaylee Poston','https://lh4.googleusercontent.com/-o92TuuwmfBE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl7NwC9KQPoSXvzLoqPe_N4BxD7HQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35681),('AbFvOqn5AAjJyjow6kulUTY10UfU6vw629OZVjiTaQQUCP1onGsJPyhxEPFMGEreZfTeaqMKWn8N','Vanessa was very helpful and friendly','2020-12-07 06:27:21.131000','2020-12-07 06:27:21.131000',5,'Sadie Rose','https://lh3.googleusercontent.com/a-/AOh14GgLCndZyd5BNOFrAaUJoP2joZf_4m-6mc23cO2HFw=c0x00000000-cc-rp','16389487648212004696',32860),('AbFvOqn5bD1hpmXNOUbOQwE2jCPumk-Ke-tUboix2-K-wI2gpPW_xqjDLojLlOfkMcc2ygMSfg9UuQ','Tammy the nurse was amazing! Dr. Henderson explained everything!','2019-08-19 16:26:15.955000','2019-08-19 16:26:15.955000',5,'Daphne Carter','https://lh3.googleusercontent.com/a-/AOh14GjwrrC4WVHkvjCAQPvKMkmuXKBR5MTUt4OSCsKk=c0x00000000-cc-rp','17898197009688164559',38023),('AbFvOqn5bkkLn67RjXJ--5gEF5JObtDRl9ses8rkMhpkXQ0eNdwXgEoxAHpi5P_caPZ2pnwX0RBx','Thank you Dr. Smith, Remington, Itza, Rebecca, Victoria for a welcoming visit and speedy service. Definitely coming back here when needed.','2019-08-24 22:07:59.095000','2019-08-24 22:07:59.095000',5,'Karla Garza','https://lh3.googleusercontent.com/-7c7GCe8BGUw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl7NBRoENCVgF7-q57ThmO78ZIv3A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34708),('AbFvOqn5BskLUjnGNDpIt63KR3cz4I6Q1uXM13ASgLDCt5ixIHLCiykBAPkB3Xy0t-PAAkkZZuXcwg','My experience very very wonderful Ms Deanna, Jonathan, Leslie, Lara, Hoan & Dr. Chiang did an excellent job taken care of me today. They where very helpful and made me feel like I was at home. Their customer service was above and beyond. They deserve a noble prize and a raise. I will definitely be coming back to this location.','2020-11-10 13:33:09.418000','2020-11-10 13:33:09.418000',5,'Michael Anthony','https://lh3.googleusercontent.com/a-/AOh14GhVuvc2GmHUeK0LTtFnD8qsK8uf5iY0cF_QZxc5Og=c0x00000000-cc-rp','14904078213800803294',32160),('AbFvOqn5bZ7fRbBKfoj6yDW6gIRoIYY_iEqS4NbDAlwE_g1xJ-9oSTv-q9ZW6n2HZGYvJKsIZXBQRQ','I was checked in within minutes. The only No wait time ER care in Midland so far.\nWonderful team; Dr. Vaagenes, Nurse Lisa, Allison, Andrew, Leah and Shania at the front desk were great.\nThank you all and I do appreciate your care!','2019-11-22 00:50:49.288000','2019-11-22 00:50:49.288000',5,'Stella Ademola','https://lh6.googleusercontent.com/-yxcbPbdjHUk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl41RPRsNNBY5lG1Rm3f243xI2tdQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29577),('AbFvOqn5CBQZ1diDk6heVkJ-9xtVK0LFUmRZv_ZVVUIsBYWDsah3_t2kgASVWVHGMas9MXc3VdcAIQ','I absolutely love the level of service and care at SignatureCare Mission Bend location! Dr. Edwards is the best; she\'s very thorough, patient, sits down and actually talk/explains test results, etc., to you. This is my 2nd visit to this location in over a year! The nurses, Selina & Eda was very patient with me during the examining process. Front desk receptionist, Keera is very nice and explains billing, insurance as well as answer any questions you may have. Tech, Ralph and CT-Scan Janet stayed with me every step of the way during the entire process. I came home feeling much better than when I arrived at SignatureCare! You will feel very comfortable going here for your urgent health care needs. Everyone is very professional! The best part...no waiting!','2019-08-18 00:09:32.963000','2019-08-18 00:09:32.963000',5,'Vickie Davis','https://lh6.googleusercontent.com/-SLFTxJzmmkI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckvGAYgO-PtsS1tC4P4H1fM8wgjfw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36718),('AbFvOqn5ces0KacnW7vgkJ7sJ3w8btkgU1IEIs8V__IWrw-Qy8nscCuTWaRh7uB_VB7_9eNLUUuD8w','Very professional place. Staff were amazing!','2020-03-14 06:51:03.585000','2020-03-14 06:51:03.585000',5,'Darrel Davis','https://lh3.googleusercontent.com/a-/AOh14GhNiF2EkGLVzKIhhHKTmtXN0Nl7pksy4SQR-2biCQ=c0x00000000-cc-rp','14748677429039074158',32102),('AbFvOqn5DS4_i75R3UseWu-9Zl5vAAqb2lNd3w8ja1ZeXPnS3mEr3ICBWXZYogRm9wg0OJ9q-PB-','Dr.cavazos, Rollie, Natalia, and Stephanie did an amazing job. They were super friendly and informative. The doctor was very knowledgeable and quick. Definitely recommend for any medical visits','2019-11-20 02:21:39.161000','2019-11-20 02:21:39.161000',5,'Alexis BaƱuelos','https://lh3.googleusercontent.com/a-/AOh14Ghf6wkQ0HlVtEXYvkNwqU-D6KV0HrMEPme7BUAtgg=c0x00000000-cc-rp-ba4','8679688254631342173',42574),('AbFvOqn5Ef0zJMauHSzB1qGUFoaW9tUFymuGJHP3hPg903mFkyAEpDAGe9uysSxjJAoAr5ZCvJ2s5w','They got me in quickly on nye (my birthday) and got me back to feeling well in just about an hour. They were so kind and the whole experience, which I thought would be a chaotic one, was very calming and relaxed. Nurse Ricky and nurse Quyen and dr. Tran, as well as the other nurses and front desk staff Carly were kind, caring and attentive. I will always go back here for my emergency needs over the plain hospital. Thanks for making my terrible birthday a little bit better.','2020-01-01 16:47:07.829000','2020-01-01 16:47:07.829000',5,'Nicole Stapleton','https://lh3.googleusercontent.com/a-/AOh14Gjc25-yrE_nn00MzxdFabPRBe_CsvYThk0nvs_1=c0x00000000-cc-rp-ba3','12541597562633926366',28870),('AbFvOqn5Ef2f6XqsQX7Sr_YgxPNIjrlBBX_RuMTUrcUFQTbIjj61fwxFiWKHPO4_U7twR-N25Z0GJQ',NULL,'2019-04-12 12:20:47.442000','2019-04-12 12:20:47.442000',5,'Tim Arredondo','https://lh3.googleusercontent.com/-Nzu9nHXgg-s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclYIWRj0og6zhtl782fRbie8AOOxw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29876),('AbFvOqn5eMZJFBnqwQ8lh11EAXX5i9m9dkzMEQPLMYRRUno89HLrGRdMo0rIY40p-pGBVu1P47tk','Great place to come','2019-08-07 18:57:21.754000','2019-08-07 18:57:21.754000',5,'Aracely Chavarria','https://lh4.googleusercontent.com/-XWK_OwKTei4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclXLws3l1hJaihHV0ty1dVhvLU0ng/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29703),('AbFvOqn5eXUNvGakvqdIkJdYLgsGNQlIG7OXUp5DVrs0hR_aP2xf5dhyjyHU8YEGRhRHJr33a8LvWw','Could not have had a better experience. Such friendly staff who did more than what most ERs have done. Extremely helpful and kind to the patient and family member. Would recommend to anyone in need, you guys did a great job!','2019-05-22 08:23:52.284000','2019-05-22 08:23:52.284000',5,'Syd P','https://lh3.googleusercontent.com/a-/AOh14GgTiOovgkz-zu2E5Y6xgtbvfHHyWDC08pHGieEa=c0x00000000-cc-rp','2694018788013845459',39344),('AbFvOqn5FQ2tD0gwbRSVkNV3hqlw-JEfgD0ndHQuWq6ButvE49w1ZQdOTwsAwWODT2bvU3vGf-TE','GREAT service! If your looking for the quick rapid Covid test, come here! Staff is very friendly & you’ll be out in no time! HIGHLY RECOMMEND!!! And let’s not forget the mention the sweet ladies at the front desk Mrs. Lorena & Mrs. Amanda, super sweet ladies!','2020-07-25 13:01:00.675000','2020-07-25 13:01:00.675000',5,'Kaylei Mallard','https://lh4.googleusercontent.com/-Cu9_HLwVIf4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcoafsSi3bLHsU-7tsntwirbWmuQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34258),('AbFvOqn5fVDof21FugbZjzaOk8ugeSDBU7rjYPEb_lkqLY_Tw4V5ym7WscGd9nBO9kd5_-HozZQiVg','My son fractured his wrist in his soccer game yesterday. I found SignatureCare online and was so pleased with the experience there!! All of the staff were caring and friendly and got us seen right away! They made my son feel so comfortable and he was immediately put at ease by both Nurse Remington and Dr Rose! They put a splint on his wrist and gave us information that was very very thorough and we were on our way and fast! This was my son’s first experience with a broken bone and I can say that it was a very pleasant and good experience albeit he fractured a bone. Thank you staff and Dr Rose again we really appreciate it! Although I hope we don’t need to visit anytime soon... they are now in my contacts! This was a 5 star experience!','2020-10-11 17:59:31.384000','2020-10-11 17:59:31.384000',5,'Stephanie Edmison','https://lh5.googleusercontent.com/-sbsTNBwq9Ow/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnHs610rYZkC6HDuIc8vG2QmHag1A/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35711),('AbFvOqn5GS7_F3a_ebPjMnCM6GQ5kc6jtLahHQXeXEJf4CUzSXpudvH7pGI7MLMmEwN5tYZQVd7H','I had an excellent visit here. It\'s really nice','2017-09-04 20:05:43.571000','2017-09-04 20:05:43.571000',5,'Kynder Lewis','https://lh3.googleusercontent.com/a-/AOh14Gh2ww0-Jai-qn3Zzcf5e8S7ZXjaX9y5FlKzdgFasEw=c0x00000000-cc-rp','8918455867446117794',43486),('AbFvOqn5gWSRlrUBJGOb0tO60L5TAjx1fE475T6VXd-w0XP00RS1drap1O7Nqg7Ens03fJ-XR-ywvw','Fast service, made me feel comfortable, treated us like they knew us, made sure on multiple occasions we were comfortable and asked if we needed anything. Very personal staff. Thank you Jacob, Tessa, Naomi and Amanda','2020-10-08 23:15:28.633000','2020-10-08 23:15:28.633000',5,'Eric Marion','https://lh3.googleusercontent.com/-MKICxyKolAw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn1C684hnO_6wkSbybuUS8oOXyWAA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34144),('AbFvOqn5hbrmu3apFaBnKDW0AorSTOwH1WjjbN49kjBH0YZHx2hKtFdYuV87KQhlzxn3RBRkATkLyA','Great experience and very quick service. Dr Das was very pleasant and ensured that we understood all information and had no further questions. Would definitely recommend! Great facility. Thank you for everything.','2020-11-10 17:14:53.680000','2020-11-10 17:14:53.680000',5,'Samuel Flores','https://lh3.googleusercontent.com/a-/AOh14GhDBl9wqfbW5ZysspEoIZKlf7L6enVh36Yda9Zo4w=c0x00000000-cc-rp','14748677429039074158',31382),('AbFvOqn5hiu5vmyqGGGp7ZXHOw72rer3TdoV4WFwlQmZ-zn_3tKNj5DQLiNw7M7Lw4zDFfY1kgyBHQ','I came here on Friday for chest pain and my doctor notice something wasn’t right. He took his time he ran ALL the necessary test and wouldn’t let me leave until he knew I was safe and released me me into great hands of Doctor Ali. You guys are amazing thank you so much for listening, and really trying to make me as comfortable as you possibly could. We need more doctors like you and with the staff you have I forgot to mention my nurses were so nice and they were there for me every step of the way! You guys get ā­ļøā­ļøā­ļøā­ļøā­ļøFrom me!!!!','2018-11-19 19:12:00.402000','2018-11-19 19:12:00.402000',5,'LaNail Edwards','https://lh3.googleusercontent.com/a-/AOh14Gha07S1KqoUf3Br5axA_4UwrYGEY7EEPxbx-S-NXrY=c0x00000000-cc-rp','17394740196501090048',36863),('AbFvOqn5hp5yViW5YNNN2eVhH9qHHQvFhPYbqae4g8DjyqscUOPMYoS8rFqBTSSdSYn8iI5zw-UIAQ','I’m new to the Houston area and had a bit too much fun at the NFL Sunday! #steelers won.. I conveniently stepped barefoot on a piece on mental and cut the bottom of my foot...I was greeted by Genesis who registered me and got be going quickly... the ER Tech John wheeled me back immediately where I met nurse Kristina and Dr. Spangler who greeted me with warmth and compassion I felt like family... the radiology tech Quyen took my X-ray... to sum it up I’m from DC and been around along time and this has been the best medical care I ever gotten. Thank you all for your service... I hope I never need an ER again but if I do I will be hereā¤ļø','2019-11-25 19:57:12.686000','2019-11-25 19:57:12.686000',5,'Magdalena Dias','https://lh3.googleusercontent.com/-6Y_MjH3QaJs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmwa3fFVaSVJn89nZL5-sYBoeTyWw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28967),('AbFvOqn5hRwWbsmXhyWMI7LZtHGaEY4qcA5CG63jOnozZgfWZ8JHE4Ek4LfQ_FRR8-em3Wp7bB93qg','Dr.Ding was a good doctor!!! Nurse Chris and Amy was at the front desk! Was a good stuff!','2019-04-27 15:48:50.392000','2019-04-27 15:48:50.392000',5,'Lacreta Hawkins','https://lh3.googleusercontent.com/a-/AOh14GgxXVaLcB6Zg-bX-aMGF9z3vbKLyRO4yrLOvsl7yg=c0x00000000-cc-rp','14567670160750071148',30564),('AbFvOqn5HXL7ihro6ffO6t5a-GFLsQoH4cA693lPUbuwJO30tR2GNdsIlNPxv8C_NZd6mYyMYfN14w','Staff was very friendly and caring of my needs. I really liked how the Doctor took his time with me. I recommend anyone going here for your emergency needs.','2019-09-16 18:20:32.737000','2019-09-16 18:20:32.737000',5,'Suzy Ware','https://lh4.googleusercontent.com/-sZJPQKTEBEI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnkzG0Aun3XdjYS4fuRGlw3uvtx2A/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39800),('AbFvOqn5i_I0hBU-iEitiipgONoLz4RyoVamt4D45WEu9ap0WUMPEupyJpiIA4UGWORTlXyWA2K-','I was super impressed with my experience at SignatureCare Emergency Center as always!! I never have to wonder if my child has gotten the proper care when I leave, Dr. Edwards is our fav along with the staff Courtney, Kara, Gary, and Gunnar!! Super attentive and such a blessing to have in Texarkana. We will continue to use SignatureCare for our emergency needs!','2019-12-17 19:08:51.742000','2019-12-17 19:08:51.742000',5,'Brittny Pickering','https://lh4.googleusercontent.com/-EeniCAFpwQs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-5sp1KXjkH-XBNux7as2Bki4hRQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39749),('AbFvOqn5ieokFqfM1BXRu0TvSkh-Z525OtpZSHLWtRcBRV_IKO9JGpxRtvZHtTgYf8U6OqAaZjufNA','This place is phenomenal. We were in & out super quickly. Snacks and drinks for the wait. Tanisha, Daniel, Dr. Dang, and Lynn were absolutely amazing. I’ve been to lots of doctors and ERs & emergency care services - this takes the cake for all of them. I just moved to the area & now I have peace of mind on where I’ll go if needed.','2019-11-18 03:16:45.324000','2019-11-18 03:16:45.324000',5,'Kaitlyn Baria','https://lh3.googleusercontent.com/a-/AOh14GhCqOyv9clXPfohxtgLW5YfC1zwoG9Ybf97ZfwiWg=c0x00000000-cc-rp','17898197009688164559',37878),('AbFvOqn5iKEM8UqJj3oB3uGawv6vFU5tFuFDmcCQGhvE6pPv7O5LemykH9Vf-XR4xbPGw1Wa-bInIg',NULL,'2018-12-10 16:57:29.506000','2018-12-10 16:57:29.506000',5,'Trevor Brown','https://lh3.googleusercontent.com/-9tEUZ1Vjqqc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckMzX_vKzL297dQYwyU3Bb4gZBPmw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35073),('AbFvOqn5Iona739WUjFg6e45XUb8KldgNW2qlbCUM9c-IuE1oLXWMY8GZ9t3w_HN4Z8ESjd4qRB1','Came to signaturecare for a routine checkup. The staff including KAT, Denise, Dr O’Malley and Patricia were fantastic and very welcoming. I will definitely be back in the future.','2020-02-21 15:25:51.007000','2020-02-21 15:25:51.007000',5,'Sandy Ceazer IV','https://lh3.googleusercontent.com/-rYoT0jJ0SIw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclCXnZS_TLEA8aVTOfGvkVyUlHLuA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33350),('AbFvOqn5Iy0cXf9JuSkDSQi1J15K8teu5NkpJshmCRbul2yKV-RwnKgrl-ipcGmMdxXc8WUwfoX2hA','The entire staff here is awesome. From registration with Rita to being cared for by Jonathan, Rommel , Adolfo & Dr. Jolly. Everyone is attentive and made me feel at home. What a great experience.','2020-02-17 02:36:43.501000','2020-02-17 02:36:43.501000',5,'jessica miniel','https://lh5.googleusercontent.com/-qvMBdE_TEZQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnRJTGjxqkSuFu4epdwpRGu3IaOPg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32344),('AbFvOqn5J8BMXsIAs5CrSGVrVgiIkVi2ClBXRgjQElHF4AaqILDgnLdh-k4xypL844AMjeGAntmNXA','Dolores, Laura, Dr. Kimble and the staff were great. Thank you.','2016-07-11 18:50:44.996000','2016-07-11 18:50:44.996000',5,'Kimberly Dougherty','https://lh6.googleusercontent.com/-0k9iOuVd40M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZxmW9dGahsVPeJXbFDWjcoXqYqw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41189),('AbFvOqn5jh8tiM-nRkYL-r0Z6xaFRLAeC0StBpep5bwLnv5MmvA6eyxZDn5lhzJG8Ju-gRT0r4H00Q','Great staff. Had a great, quick visit! Lorena T, Jacob O, Laura D, and Dr. Caraway were all fantastic!!','2020-08-29 13:23:22.191000','2020-08-29 13:23:22.191000',5,'abigail adkins','https://lh3.googleusercontent.com/a-/AOh14GjUvItjWP6kYn4Ksra_AxDbi03ObYcpw1bAZStl=c0x00000000-cc-rp','16590124370714063921',34188),('AbFvOqn5kfxtm9kw1xGgr42RP6xcL9hnfyWoBtV0lI-gzEnH2LAKwFvd-aBU7P_m76ST2dlXrGCV','I was visiting from out of town and had a medical emergency. Signature care had me feeling better within an hour! The staff, nurse Gabriel A. and Frank G from radiology were so sweet and caring. Dr. Dewaal was so patient and was ready to help. Thank you for everything!','2018-10-20 18:03:14.571000','2018-10-20 18:03:14.571000',5,'Heather Cubas','https://lh3.googleusercontent.com/a-/AOh14GinzyeegWpMq-1lnmjpYStaAvMoP0cN2cE4CT4o=c0x00000000-cc-rp','16891069708558046635',36335),('AbFvOqn5Ks-0PLsAXqvFfE-LyY7ns-GMlJ4uSTCYPC5y4YZqAimDXPciVHhswD0Bt4jNWJkxRY-X','Great service. Fast and quick','2017-01-18 03:11:54.025000','2017-01-18 03:11:54.025000',5,'Jeff Case','https://lh3.googleusercontent.com/a-/AOh14GiwgEOOCUt7S7HY_gy8qDYL4maAndYN3qH6JLPb=c0x00000000-cc-rp','3272657195432704501',40010),('AbFvOqn5lEttT5m2cSov60N2y_N9d-SCa9Wr714u2aeAkybyeFK9Z8B9sZcYWl56zur1nfD66ggv','Once again the staff at Signature Care took wonderful care of me. I am so happy to have them close to my house. Everyone was courteous and attentive and I felt like I was in the best hands my entire visit.\nThis was my third visit to the facility and they were very patient and understanding with my concerns and did their best to reassure me that they were there to help.','2017-07-22 10:32:33.740000','2017-07-22 10:32:33.740000',5,'Kellie Ewasko','https://lh3.googleusercontent.com/a-/AOh14GhFSmqioiOM3ViX8vgZC5yRJybYai6shRnIwdwihgE=c0x00000000-cc-rp','17394740196501090048',37116),('AbFvOqn5lPSLAqKy6nQ0uFiOh4YsbtAO5RyhowSmJcJXwf3z6MkMkQPwk0BEJyyyZwLJVviNSG-MjQ','This is the place to go when you are not feeling well, the staff is so nice, and welcoming, The Doctor listens to you, and try to to everything to help you feel better. Shawn, he is so funny, and he made me laugh. OVERALL I LOVE THE STAFF. THANKS SIGNATURE CARE STAFF.','2020-02-27 03:38:22.283000','2020-02-27 03:38:22.283000',5,'Alfreda Franklin','https://lh5.googleusercontent.com/-SJBc1T3ST1w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckkg8pB_dNdb9BKXzXTEpHHE0kCTQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43072),('AbFvOqn5LqXI5H2fjbzWdy-Z6GTEFT5FzTS7uobGwpJEpEJts3Kr_u9V80sXwM4Dy2Wi9MrBcv5viQ','I have utilized services at Signature Care Montrose several times for various family members from someth in ng in childs ear, to stitches, to severe abdominal pain and other urgent care needs. I\'m always pleased with my experience. I\'ve never waited more than 5 min to be seen. They are always kind, thorough and efficient. Today, I was treated by Keaike, Dawn, Olivia & Eve and they were all super personable, friendly & caring. I highly recommend them!','2019-08-30 19:52:29.225000','2019-08-30 19:52:29.225000',5,'Brandy Laakso','https://lh3.googleusercontent.com/-NqqqVi5mpWw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm2N9bygCtpUrlEpME5Sb1x7ClCXw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40426),('AbFvOqn5Ltg-Cby3uAgOwng4DllHrx1NsrQNpbmb_N9JvKdwnmvhHc20STdnqSfRkqc0HLayetaDVQ','The ladies that greeted me ashley w. and lopez were polite and very helpful.','2020-12-12 21:21:44.305000','2020-12-12 21:21:44.305000',5,'James carter','https://lh3.googleusercontent.com/-vTWbZYvYP9s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnPig8yU593v-e9xvs_UmibzZ7IfQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37407),('AbFvOqn5me-unwVP6mlkdFgHL30K4DtwxtLUyiNgIVCQOZK3qpUoo6I3KxCaw2Fqkti33WTnnZyS','Dr. Kotey Fatima Karen Donna Sindy Wendolline were great they took great care of me and my family. Made sure i was comfortable and that i understood the plan of care. This is the best Er in the Universe.','2020-02-20 03:55:45.106000','2020-02-20 03:55:45.106000',5,'Eva Yorks','https://lh3.googleusercontent.com/-_OOeHCEyvqQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnSGAPXyS_8WuQPa_vQVi3TbBBM1w/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36621),('AbFvOqn5mK1W2XmaU2ZNzV0GE9CdmHu9k0uDpnGrsdmat034RmNV4UdJSLzvdu9lLLuWLW2PBKLmPA',NULL,'2017-11-29 15:47:07.960000','2017-11-29 15:47:07.960000',5,'Sobia Ali','https://lh5.googleusercontent.com/-Oejcr7lVcmk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLUdWlGeTIjwtz-4rNUyC-GvqHYA/c0x00000000-cc-rp-ba2/photo.jpg','17394740196501090048',37028),('AbFvOqn5NBWVT0rdEcDJN56JFD7OfIjNt_HQ70-zLHG8AnD1-aGwpUWeu0odpREhB5NzjZjmVs3Y3Q','Valory, Luisa, and Jerry were AWESOME! So nice and comforting! So pleasantly surprised.','2020-10-20 23:44:15.310000','2020-10-20 23:44:15.310000',5,'Erika Fox','https://lh6.googleusercontent.com/-HhhJPVogXOw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckUYC5Lutz67nwo5LamDH-Yde6qAQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33131),('AbFvOqn5nI_F6hgRxxnwxqHSZyK7DK9M_QEVtxlLQuLxVrQ4ZtvDPFF0A_xRr013OWZEHPySwkEbYw','I had a great experience. The whole staff at Copperfield was very helpful and sweet. I would like to give a shout out to Dr. Hall, Angela A, Shelley, Chantel, Jessica, Terra !! :)','2019-10-12 00:02:39.883000','2019-10-12 00:02:39.883000',5,'Veronica Martinez','https://lh3.googleusercontent.com/a-/AOh14GibL7Evw84ol785m_nzXlR8tkwwPO_xTeJvtw3KnNI=c0x00000000-cc-rp','17898197009688164559',37957),('AbFvOqn5nqja7L6tw4Gytc-rpNhp_dGezDLl8HbUvlDy0Cge8jhnnqkalLS-y_xfLuBOTcCeXZ6z-Q','The staff was amazing and very helpful and Gunnar the RAD WAS BY FAR THE BEST PERSON TO EVER PUT A IV IN MY ARM I WOULD RECOMMEND SERVICE TO ANYONE ANYDAY ID MOST DEFINITELY BE COMING BACK','2019-02-08 20:56:41.671000','2019-02-08 20:56:41.671000',5,'Lacreisha Coleman','https://lh5.googleusercontent.com/-b7j5CFb79pQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmwDilOkreEEnj6QJ7IDMzKUpDmpA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39927),('AbFvOqn5p1v8_-qZALBL6sj8G3QaUyPUFh3E8MPUBn_JMyA4NaSUXSCj5lGU5VqBS1aP1CO62rWBmg','This is my second time being sent due to my employer but with each experience, I was treated promptly and with great customer service. Dr. Das was great in helping with my symptoms. I’ll definitely return if needed.','2020-10-01 16:14:26.271000','2020-10-01 16:14:26.271000',5,'Stephanie Callaway','https://lh3.googleusercontent.com/a-/AOh14GgjC7Ml0cKMTt8Ch95QA5qxu27FBBKep1G_QTMj=c0x00000000-cc-rp','14748677429039074158',31593),('AbFvOqn5PtC6xL-ZlAA4F1ZRCu7ELgl_R7iTOSkqgiJIfM-S8qxs2RQyofSoQT-uG6ruGbuk7E9lxw','Went into SignatureCare for some swelling and dietary issues. I was immediately taken care of. I was in and out within 2 hours considering all the processes I had to go through. Christina C was so welcoming right when I walked in. Christina R immediately took care of me and was so kind throughout the process. Then I met with Dr Lingan followed by Chelsey, Christina K, and Adam who were all so nice and really cared for my health and concerns. All of my questions were answered and I felt a lot better after leaving their care.','2020-01-14 19:42:39.620000','2020-01-14 19:42:39.620000',5,'Kacie Gilmore','https://lh3.googleusercontent.com/a-/AOh14GiEELlFs-_HsQPuLxD5nyue4BTYE3-rLXM69GzkLw=c0x00000000-cc-rp','16891069708558046635',36016),('AbFvOqn5QvApPeigqfZpWwVrOufXK5MNcsauXXScIPTDPcEePT8p3x92SXD8z5yIaxC_4tza_p5TfA','Great fast covid testing site!!!','2020-07-25 22:05:11.565000','2020-07-25 22:05:11.565000',5,'Gertrudis Reyes','https://lh4.googleusercontent.com/-THsXccuvUPI/AAAAAAAAAAI/AAAAAAAAAPM/AMZuucmA0pW31uyP7WA3fshQ7q_MD--1hw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30149),('AbFvOqn5sO3FSB9Yl3tEOEXlop17Hyh3WpxyPNPq8C1OMk1I4vDg5XRtkcvE6PujLuQ1jhNvmVCTOw','They are fast and very nice','2019-10-26 03:00:30.497000','2019-10-26 03:00:30.497000',5,'Karla Her','https://lh3.googleusercontent.com/-Szdi8PHmrTI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck6Cha4ViYEYFyssAYWYJvXDzwDMw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41573),('AbFvOqn5SYpPH6oN8n2HwDALI2u54Nj4_hrOhRGXgCL7npSA5lNWZ_i9zBubszMuuTMAnJfth00E','Great place very professional','2018-01-18 16:49:59.242000','2018-01-18 16:49:59.242000',5,'Christopher Blanchard II','https://lh3.googleusercontent.com/-uWBGiW6-8X4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcO5rsjITZLwydXjKGsRsR9Fdq9Q/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30895),('AbFvOqn5tHDQE0BqdA0CnszvBcjWItkRo3l_ao3AMPsfd7kezIlEvSHGp2RSCORW55foNDp15zg',NULL,'2019-02-05 00:19:47.001000','2019-02-05 00:19:47.001000',5,'Maiya Morris','https://lh5.googleusercontent.com/-8jlT9P2zfiM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnzmXpBSsyE3azmGTbjOfkRuqAHeA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41771),('AbFvOqn5tVyw336gXWlinn3D5MWnFplxwqLOD0l401b0FSwuX5SLiX7-H4tbWeE0BcOSH1fP0OkU_Q','Great experience, Lorena T, Amanda C , Rachel and Dr.Harjai were all very helpful.','2020-08-08 19:03:49.665000','2020-08-08 19:03:49.665000',5,'Veronica Banuelos','https://lh4.googleusercontent.com/-KwwIE8ZAq7g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclSz5OBXH-8yojicUEjBvO3phMGHw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34203),('AbFvOqn5UmANP1Cp8F29kV9abeJYTcoI88Vy1JLcIBq21H5cqpp7W-loS_lGCwP3klOkpJTuYglcXw','This place treated my daughter like a princess! Excellent people and excellent, fast treatment. Jessica S at the front desk was quick with the paperwork and extra friendly. The nurse Araceli was great and Doctor Elsbecker was spot on.','2020-02-27 17:29:10.014000','2020-02-27 17:29:10.014000',5,'Brandon blake','https://lh4.googleusercontent.com/-A7iMuZMIxFQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucld7wM-xTcuMLgGTg2iMFabNsa8lg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41443),('AbFvOqn5uTSWN9mWAUMsps8kdsnFoR-As77N7BW2ZgOHDGMwYxQL3wFqmFCsYii1dvRyD8PkE6cP4Q','Great experience','2020-11-24 19:46:35.344000','2020-11-24 19:46:35.344000',5,'Kadejha Brown','https://lh3.googleusercontent.com/-3rvJXWaHFJE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclFfc-fWffOd5ihZUy8gcmHiBPRDg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37420),('AbFvOqn5v6fkiP5Xkm1e2Kg7EvbCcAWVjSq-t-s4V9m-oq11YnaNPfJt7did-0yw3cz2YUaJ3yGNBw',NULL,'2019-03-17 14:03:21.813000','2019-03-17 14:03:21.813000',5,'Lewis Allen','https://lh5.googleusercontent.com/-jEFEJLGRHTw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjaCOTx2AKippc7EU_qDANXWIMqA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42717),('AbFvOqn5VCXAGCrpUygwg1Wken2iHq_E0CQCp2IThCEUk2sREFSsoyMdN8og3FXg0uPxnrc7idlDrA','Awesome staff!!! Christina at the front desk, Christina R my nurse and Dr. Jones were amazing and provided excellent care. I will never wait for hours again at a traditional care facility. If you need medical care, try this location out. They are the best.','2018-02-28 00:25:20.144000','2018-02-28 00:25:20.144000',5,'Greg Williford','https://lh6.googleusercontent.com/-RZDub2wXc-s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmRvzrz2RqmphXucdtA2BQFjXMxCQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36427),('AbFvOqn5VmaHVJpxWEq8umRofNBkvvscQG4jbGlnVr8cjXaJhGur-kBAnbhfJUIocROCGYhIrBkOqA','Loved the service they gave my grandmother! The doctor and staff were very attentive. 10/10 recommend!','2020-09-19 18:25:34.648000','2020-09-19 18:25:34.648000',5,'Daisy Vides','https://lh3.googleusercontent.com/a-/AOh14GjC32K777AudG5NGXuo5cbS24yx57u3K0i6pDg=c0x00000000-cc-rp','8918455867446117794',42904),('AbFvOqn5We4jy0bsq5ftWAjabwFSd9LQV7HgRM9l41hGjqXQM597BJkmNQkBJn-G_YXJbPCzEwo3DA','Kendra, Remington, Juan, and Dr. Vackey were very helpful and attentive during my entire visit! From the start they made me feel so welcome!','2020-06-04 16:04:08.398000','2020-06-04 16:04:08.398000',5,'Haley Cottingham','https://lh3.googleusercontent.com/a-/AOh14GjYDvcw4Jo9D7ODwXaunjFJk15gotDRdRUkbQrvZg=c0x00000000-cc-rp','16590124370714063921',34293),('AbFvOqn5WTtpXSQweeQM8TGYyXh6v9wtSz0wDgxLXYv-DDhRc_rQRhXhwVjnV0_qlN6PVSqRwGc98Q','Went for Covid testing and the directions online were inaccurate. Do not go for testing! Completely disorganized!','2020-07-10 17:33:19.461000','2020-07-10 17:33:19.461000',1,'Stephanie Irwin','https://lh6.googleusercontent.com/-CHYNvRJTHBA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckV-NufjDJuvPQkDmtirRwxjnkllw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33209),('AbFvOqn5Xa_cQyvwGj3bBJ_DiEUspJkYA1VaCXUq7muXw_Ky9PCGw2S07hf8_oYtyGDERzVBHkmpWg','I can say this was amazing. Clean friendly welcoming staff. They made this a home away from home experience. Tanishia was very friendly and fast during check inn. She explained things and if you didn\'t understand she would go above and beyond to help you understand','2019-05-22 15:18:41.273000','2019-05-22 15:18:41.273000',5,'j owens','https://lh6.googleusercontent.com/-9PUd_HZqbAo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucltsJp8veHg_vQiwJg9LxY-PeIP8A/c0x00000000-cc-rp-ba2/photo.jpg','17898197009688164559',38171),('AbFvOqn5xdWC8gBG3xOO388Kd3nr3uZjqkPjyz5zXm0G6s_5B4ZB5UKZbsgIzCH6gELHhGgsLch2Dw','Great job don\'t change','2019-05-18 04:27:44.378000','2019-05-18 04:27:44.378000',5,'Luis Martinez','https://lh5.googleusercontent.com/-8UV9M21yYMc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6V_dJEtm7-3Sv_C0jJpo5HjXVTg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36783),('AbFvOqn5XNcIA4WsNlZTq39W4P5ug-xNY5CWFOQDR0vz2t4cbF8ivahv9eyeJMPl0voKJOVeMtvh0Q','The nurses went above and beyond the expectations. Dr faroogi was one of the best drs I have had in a long time. I felt very welcomed when I came in & the staff did what they could to keep me comfortable. They were patient, kind, and you could tell that it wasn\'t just a job but they love what they do.','2020-10-29 14:30:48.474000','2020-10-29 14:30:48.474000',5,'Sara Elizabeth Piazza','https://lh3.googleusercontent.com/a-/AOh14GiKaCh-mgl-jHJfPThE6z74JErwbqaLD9Gutsmqbw=c0x00000000-cc-rp','2694018788013845459',38912),('AbFvOqn5xWebsysW3UQ5S6auVbbqSj4zlbpikBGFXiUYTNhp7Z-NnzULWz2rw0HskY4U3cMX-jfnBA','will require mind anyone very great service Patel great Sarah Fatima great Elaine Tanisha great','2019-11-22 00:45:36.803000','2019-11-22 00:45:36.803000',5,'Ayesha Warner','https://lh6.googleusercontent.com/-tEdUg0y3h-8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckc9ZKj2B6Yt8VPfG6u84-92L1qkw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37856),('AbFvOqn5yKCsqwLECDNBc5_OQaM-n27PhkM25b0jKKHpIzXbarmM79zYatQNCTzMf2nZAFirU_wp8w','I love using Signature Care ER. I always get exceptional care from stomach bugs to a simple hand sprain. The staff is knowledgable and friendly and you leave there with confidence knowing you were treated with utmost care.','2018-01-15 23:28:17.305000','2018-01-15 23:28:17.305000',5,'Kara Fraser','https://lh5.googleusercontent.com/-Sw6lTdUvqXA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclNMRnRQgf7CcyIVb0V_3lvWDYcZg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32617),('AbFvOqn5yz9ZB74deDLocHuPxeBxhYGltLVQljqUeF5nX131T_sHzENLbanX3YqTzpjWrowZarDc','I arrived in the middle of the night with stomach pains and as soon as I walked in, the SignatureCare team made me feel so comfortable. Every single nurse and doctor that worked with me were so patient, friendly, and thorough. Dr. Miller took the time to explain my options to me and wasn’t pushy or rushed when discussing my health with myself and my husband. They also made my husband feel welcomed by giving him blankets, food, and drinks. A situation that could have been miserable was made a comfortable experience because of the SignatureCare team.','2018-04-23 23:33:05.132000','2018-04-23 23:33:05.132000',5,'Rebecca Mott','https://lh3.googleusercontent.com/a-/AOh14Ghwv_nAJBmP00iEWZGFCLgPcdNbeo5JdbXw-mWalw=c0x00000000-cc-rp','14567670160750071148',30849),('AbFvOqn5zrEw_oLqi4Sa7CFhgxgLP_ygDznVJUvp_P0iCUr6_-eU6orydvOzRYQnlA2drm6fp853lw','Kennedy & Lorena were extremely helpful and kind!!','2021-01-17 17:56:50.533000','2021-01-17 17:56:50.533000',5,'karlie sluder','https://lh3.googleusercontent.com/a-/AOh14GjbY00EqlAuhxyXKZi7EC5_vEsgjXRffjUfDPg_=c0x00000000-cc-rp','16590124370714063921',44514),('AbFvOqn5ZSZ5aWDqnaYtRvMGbz0VrWzC9PP5xTjl0jyk5OBLDCNCyYG3avgDYLkx8tWjTvhX0NIReQ','Very friendly staff and short wait times! We were in and out in 40 mins!','2019-05-07 04:54:54.643000','2019-05-07 04:54:54.643000',5,'Stephanie Lopez','https://lh3.googleusercontent.com/a-/AOh14GhFJ-wsOiRme8P2UJVwyj6oI5mdM6BK4H5YCLoVLg=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqn6-OKWoMnWuffpljfrMuXxbp_2GPbYHLzDn6MdPOOOBJM62fdC0g85FxGPxYicwHzMceDyPA','Awesome staff! They were able to get us in and out super quickly. Each staff member was attentive and just made a scary situation, positive.','2020-08-11 20:52:32.773000','2020-08-11 20:52:32.773000',5,'Danielle Bell','https://lh6.googleusercontent.com/-8xWEoAn4lAA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnGX69pAFeppNxZtGptUuAmAkB19w/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32259),('AbFvOqn60-rbxvK1pGJrKTnuSqBb51XtN7zbqp0n2EdrnRbAApyH57VIqxCRq4HfQc1fMHUFnoX6Ew','They are doing their best with all the limitations. Website is easy to navigate. It’s taken almost 2 hours, but better than other places. Nice people!','2020-07-19 18:46:04.490000','2020-07-19 18:46:04.490000',4,'Paula Meador','https://lh3.googleusercontent.com/a-/AOh14Gi03-bJ9dpu_J7vLAQg0yTHrg17XW6omeHaHqHXdw=c0x00000000-cc-rp','14748677429039074158',31968),('AbFvOqn60DFIUn_eFLJXwIlTrZKQT5x5Nij7PXr7d52146arZurOFiR5D2NmgjaK5zSmwmNNkawQvA','We had a phenomenal experience here. Luisa at the front desk was timely and very friendly. Heather and Shelley were my nurses who were so helpful and reassuring. They took great care to be informative and gentle. Dr. Lindsay was very thorough and kind. This was the best and fastest ER experience I\'ve ever had. Will definitely be back if we need an ER again! Thank you all!!!','2019-01-22 23:25:41.846000','2019-01-22 23:25:41.846000',5,'Megan Arispe','https://lh3.googleusercontent.com/-eAINLA_J4D0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckT75RKVKelJKUFzgrBEsy_jPSiYg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38321),('AbFvOqn60FonTQHhlssfED320H_p0yvLyt8t5LX4jmouUED48cSk58NCne7-U80wvsA7Eb9aRsqh3w','Doctor Kimball is one of the greatest doctor that I have met. He and his assistant are very professional and have a great sense of humor.','2016-07-29 05:09:36.007000','2016-07-29 05:09:36.007000',5,'Eric Pun','https://lh6.googleusercontent.com/-fii0iv4VfU8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVM_YrYVS5YtqslttGnkwnGeyTCg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32794),('AbFvOqn60Iy9vrebAJ22AiPhdnMdn_Cho_W6MZ-P3zKJfy6AswMfkWSLAnWYYBrVH3qVhaZ_PidmcA','The staff and service was wonderful! They explained everything perfectly. I would definitely come back.','2019-11-25 19:20:57.515000','2019-11-25 19:20:57.515000',5,'Mashal Kazmi','https://lh3.googleusercontent.com/a-/AOh14Gg9qAkctnvWAFOPIgukA3JmRQGsi-moIzN4hgi74Eo=c0x00000000-cc-rp','12541597562633926366',28968),('AbFvOqn60O7rf0KOVVBEBJe2ObFAmynjT8CRCBuav8esdOPyGexS9iHp8h9r-OWG4hQtoNXVayQhPQ','Lorena T and Amanda C were awesome at the front desk so nice. Nurse Jeri and Morgan were fast and very efficient. Amazing care','2020-08-08 14:31:15.395000','2020-08-08 14:31:15.395000',5,'Krystashya Baker','https://lh4.googleusercontent.com/-vESKNJowoHo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckRIIbU6kBpkHitgpWyLVkm-3WcgQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34206),('AbFvOqn60pkqAq8lCNImhKFJef8DSTO_4O1vt8esfvE8mXEBsoUCYTIr2DUAi9Vxim6n0lp5nGOr0Q','I’ve honestly never had such a great experience as my family and I had here. In over a decade of being a parent not once has a doctor or nurse taken the extra time and effort like the staff at this facility. A lot of times with younger children it feels as if my concerns are treated as almost being silly, or overreactive. Like the questions I’m asking about specifics of ā€œthe virusā€ or ā€œthe steroidā€ are of little consequence, or not worth explaining, because whether I understand or not that was going to be the diagnosis/ treatment. The Dr there today talked to us as people, not as hysterical helicopter parents. He explained differences in particular viral strains, and their collective potential to produce similar symptoms as a result of infection. He told us how to check whether the infection was bronchial or laryngeal.\n\nThis information not only saves us the time and cost of running to emergency appointments because we’re unsure, it gives us the confidence and peace of mind that comes with fully understanding a diagnosis— not just the doctors means treatment the symptoms. I can rest easy tonight knowing that we are prepared and know what to look out for with regard to our sons respiratory health.\n\nAside from being communicative and informative, the doctor and staff all seemed genuine in their care for our son. Each person we encountered was extremely attentive and pleasant to work with. The doctor even offered that if any symptoms did not decrease as predicted, that I was welcome to bring my son just into the lobby and he’d check him for signs of respiratory distress.\n\nIt’s not often you find good people who put patients before paychecks. That in and of itself. It speaks volumes for me, and is a testament to the level of care they’re providing at the Heights Signature Care Emergency Center.\n\nI don’t recall everyone’s name.. but we were there today, 10/06/2018 at about 9:30 am. Thank you all, again!!','2018-10-07 08:52:40.106000','2018-10-07 08:52:40.106000',5,'Megan','https://lh5.googleusercontent.com/-lwL6xtjYUR8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclyxXAxOOCDhMtrf6hToTNIU6enuQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30694),('AbFvOqn60QTDXlPLQEeP1dzP9VRjOJe9oQR_PiMASbI8R36FI9G5udw8LJXkCk0diPoDieoXNYM9Zg','This was the best possible experience I have ever had in an emergency urgent care center the doctor was fabulous the people that took care of us right from the beginning and the front desk all the way back to the person that brought me my test results you could not get a better team I highly recommend this place for all of your emergency needs as it was referred to me Lindsay who came out with my results was very patient. The Dr. Gutfreund took time to make we understood what was going on. The ladies at the front desk Stephanie and Joanyelle make the sign process very painless.','2020-09-03 02:16:28.522000','2020-09-03 02:16:28.522000',5,'Kim Wooten','https://lh4.googleusercontent.com/-PdfrfZpRXyg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7Z-wjUN9G7XQzhbAWQ67d3llw8g/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39012),('AbFvOqn616mzOdXzBr2Y41S0qXxua9pV12B5GK--Dcy7V6TDwgMDe3p6OsWAU3RTxUldbiUUvlmK','Wonderful experience! Kind, helpful and SUPER fast!!! Thank you so much. My daughter felt very comfortable and well taken care of! Would absolutely go back!','2018-04-09 20:48:49.223000','2018-04-09 20:48:49.223000',5,'c r mcmillan','https://lh3.googleusercontent.com/-RqRzzmJ6HAE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmiLtZ3pYmR_AvoyV96MonW7wTSzQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32591),('AbFvOqn63F4yOSC0SvNQ7rFwXd0glqBkyxsGfw2bEfC1GuMU1dsij7HdVom6dbzTiL4XjjoOZgI_nQ','Really enjoyed my quick visit. It was prompt and to the point. The entire staff was very friendly and will be coming back in the future.','2020-09-07 20:50:07.761000','2020-09-07 20:50:07.761000',5,'Glenn and Vianey Farren','https://lh4.googleusercontent.com/-xlrf0BvFBcQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclKx7CT3eQdWN60ItaIDiAIxUGlig/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31696),('AbFvOqn63F7oOvn4JMN2PvCEwGRH5Lbq0sUEdIbvqW0BPc8gFC2f4W16FwF5p2KmyhJsYbXH984G3A','By far the Best ER Team ever!! I was in top notch care with Hilary RN, John Rad Tech and Delicia & Ashley front desk with Dr Lindsey!','2020-12-11 00:00:23.816000','2020-12-11 00:00:23.816000',5,'yasmina bolden','https://lh6.googleusercontent.com/-xWHrUUsZjYo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZlKAsIzAUlYZ4X5J5JPlQsu8evA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42245),('AbFvOqn64RpzP1ukqPlYpSFb5fCcX0QWs2T2FcrYjAkPMYURa4vRw09BRNh5KGsCcm1AVQf5KJUi',NULL,'2018-12-05 04:06:19.133000','2018-12-05 04:06:19.133000',5,'Lance White','https://lh3.googleusercontent.com/a-/AOh14GjmwRJJXdWnLfi5ZuncDAIKEE3sLRVoDVjGhSlg=c0x00000000-cc-rp-ba3','16590124370714063921',35081),('AbFvOqn64x2H0FFOcNJxJOahSOAzRvtLJyGR_od1pNBoQ4oqbgdJd3GH5EBDJkc5iuw4dx8i4xtVmA','Dr. Das and his staff were phenomenal and very helpful!','2020-10-01 23:42:05.572000','2020-10-01 23:42:05.572000',5,'Khandon James','https://lh3.googleusercontent.com/a-/AOh14GiGWdy-T-WkjEQE7WauMfx8vKlO7xWOKZZw8qRVdA=c0x00000000-cc-rp','14748677429039074158',31583),('AbFvOqn67QeYU3veKUxvmuY4TrSEFW1zF-PQOFM3Dm6xdpLmWgIWVA03bzDU5hzTa715NTWFYX6_9Q','I had to visit signature care emergency center for my brothers head injury, when I walked in I immediately notice how clean it was. Jesus was very friendly and got us checked in, in under five minutes. Once in the back nurse Alvean was super friendly and saw us immediately. Dr Henderson followed shortly after and made us feel comfortable and like we were going to be properly taken care of. After he was done talking with my brother Tricia took him back for his xrays and what not. Everything was done quickly and when we were waiting for results they kept us updated on how long it should be. 10/10 would recommend','2019-08-16 22:25:34.580000','2019-08-16 22:25:34.580000',5,'William Vaudagna','https://lh5.googleusercontent.com/-QpSKSIuv8bg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmG0IZzDBVC7YOp35XwsF_8ky6j7Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqn67RCO72D0BTD87aBwVhrZx3ObBiJxcZlbhliKnN6D3YXFZ_K-rUz1VkQbcLNzNxdCcA5r0A','Dr Souman, Sarah, Fatima, Elaine, and Tanishia were so helpful and they were very good at explaining everything I loved it','2020-02-07 03:31:37.917000','2020-02-07 03:31:37.917000',5,'Gisela Avila','https://lh3.googleusercontent.com/-1MaB0TmLAY8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmhDXrMmJRGCiMfGQ8nQSoP4HtIWQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37717),('AbFvOqn67Yhq-eJ-Y_yr64oVDmyk-6OewbBHqcDUP0qjZPtGrcCoGJk68LkB3UWsxqn6vfaCP-6R','The staff was really nice. Mercy and Kristina was awesome!! My doctor and nurse was also also. Thanks you rock!!! šŸ˜‰','2021-01-22 21:22:31.444000','2021-01-22 21:22:31.444000',5,'marcus Wilcher','https://lh4.googleusercontent.com/-bME4IFiRhNE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnBtOqyDcxtkWKSAF6jNarFyaEk5g/c0x00000000-cc-rp/photo.jpg','12541597562633926366',44427),('AbFvOqn680CUIAHo7TwPPNmGaWfqzRbwTnqueDpWa7Wpx3aGMl-Brmr025_pgLZDSz0zGgCGdLQq','We are from out of town and needed to take our 2 year old in for croup. SignatureCare took GREAT care of us! They got us right in, listened to our concerns, and gave us the medicine our son needed. If we’re ever in Paris again and need medical help we’ll definitely be coming to SignatureCare!','2020-03-06 10:04:18.252000','2020-03-06 10:04:18.252000',5,'Ev Leyva','https://lh3.googleusercontent.com/a-/AOh14Gh1DxNE0W9qkquaNcZ4HQuRtAXZLtSVjVvm0Jkoeg=c0x00000000-cc-rp','8626688543755174284',41921),('AbFvOqn69DE7_BB8raOVctrVcW2AmB0yIlV4ZDSfqX4F2VB58b6IKQzH71T36vuBjG-enxOLpUaYWA','They just took my money and this didn\'t give me nothing for my headache','2020-07-10 08:08:02.879000','2020-07-10 08:08:02.879000',1,'Lola Balderrama','https://lh3.googleusercontent.com/a-/AOh14Gh72I0t3jgbqI6DIF0d1_hERU5SJWXOEzFsZC3lSQ=c0x00000000-cc-rp','6521947413723274945',41378),('AbFvOqn6aHoCa3PCbY1hR4ElaQRhtQ_XthMeiz3fH1WzIRPtJoN-Q3fxogSAaDmO12GnG5V88R6KiA','This has to be the best Emergancy Center in town!! I was in and out in 30 minutes. The staff were all welcoming, and took the time to explain everything to me before it was done. I highly recommend this place if you’re looking for fast and friendly emergancy care.','2018-08-28 04:56:36.974000','2018-08-28 04:56:36.974000',5,'Joseph Turcios','https://lh3.googleusercontent.com/a-/AOh14Gg2QUsQSBWE_kwU4TvK442VPDPQeadsBzz6r-mH=c0x00000000-cc-rp','14904078213800803294',32550),('AbFvOqn6aXcVyaae2_ll2mGI-GqqdKfzlIiUpo4MH-Js7qoF2XvoX2qoQ6z7kcOt2qbQNlWTeE79','I had an amazing experience. As a RN for the past 6 years, I know good care when I see it. I was VERY impressed. Thank you, Signature Care!!','2018-07-21 01:26:56.014000','2018-07-21 01:26:56.014000',5,'Lauren M','https://lh5.googleusercontent.com/-3nIf3vOorHc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnotEoj7Q5E8Ni_KSWOUt8kTP2aQw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43380),('AbFvOqn6b2NgB6j_Pe1bdN_W4zZgKUVNU6QElvuOFALdqU8kEPF6MlVVR4xaf3gSQ5PbCOUt-0HGLQ','No wait at all. Staff is very friendly and experienced. Would definitely recommend.','2017-06-16 14:07:33.993000','2017-06-16 14:07:33.993000',5,'Hoan Huynh','https://lh3.googleusercontent.com/a-/AOh14GhCKzDKN9obEaJMirDJvAx5auBWqSJT2-4q12Su=c0x00000000-cc-rp','8918455867446117794',43512),('AbFvOqn6cmwnqgyneNMfd5ikn-gkMzyxP6UXTn0r6Sfod78A4HCZuj87FAFHN1rRYGq9HXsoOFZW','I’ve had multiple positive experience in the last 2 weeks for myself and my employees who needed covid testing.\nHas the process always been perfect? No\nHas the registration process changed? Yes\nAre the front desk and medical team doing their best to help people get tested ? YES!\n\nAny business offering rapid covid testing is overwhelmed with request. It can take time to work out the manual and online processes regardless of the advance planning someone did.\n\nHats off to the 24x7 team working there for ultimately providing the test that were needed.','2020-07-01 19:18:33.041000','2020-07-01 19:18:33.041000',5,'Chip Tabor','https://lh6.googleusercontent.com/-wCH5lvQifbo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBjcDdjCAF-4Ha9o482NRNazLpzQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32053),('AbFvOqn6CNnye4kxDJsTHufYNzNMtCd90khJ5ka-xg5NmSv1J_x208xFcYXfT9-gK-r7johKi1GzWg','WOW!!! Not going to lie I thought I was going to die before I got there and they calmed my nerves and Doctors are efficient and understanding. nurses are awesome especially Derrick (in think that is how you spell his name). Receptionist was just a awesome person and helpful. I walked out of there feeling like a million bucks. I highly recommend coming there for your emergence ailments. hopefully there will not be a next time but if there is im going there.','2017-11-14 18:02:07.386000','2017-11-14 18:02:07.386000',5,'Drewsk\'s Adventure Channel','https://lh3.googleusercontent.com/a-/AOh14GgAT55nuwR2ukntg68LI1PQp88Hh5Mw_1iR8moE=c0x00000000-cc-rp-ba3','14567670160750071148',30950),('AbFvOqn6D6FBCgXqnDv-Ge7Dqrp-1vo1Zu7fxeUg56yEdMTO_xuJT6islXpF53_qVZc-0dcWyccwFQ','I had to take my son in the other day and I have to say for a very scary experience. The whole staff was amazing and made us feel very welcomed and helped explain everything that was going on. I have to give a special shout out to Jessica S. and Trini who went above and beyond with helping us and explaining what was going on step by step. I would highly recommend anyone to go here.','2020-02-13 19:08:41.754000','2020-02-13 19:08:41.754000',5,'Misty Fraley','https://lh3.googleusercontent.com/a-/AOh14Gg-77WieWTT2le6A9tuNocde_OOTWOJj5B2V5vUxA=c0x00000000-cc-rp','6521947413723274945',41485),('AbFvOqn6D7rDalhMNtDIKgQOABF1jnufyKFnKWUTPRwfJypk0-2Auw8XEW7LmQfxSRVRbllLTUYd','The staff was very attentive and were very nice and concerned about my grandma. They moved quickly to make sure she got the care she needed. Dr. Patel and the am staff were amazing!','2019-11-21 13:53:44.049000','2019-11-21 13:53:44.049000',5,'Desiree fonseca','https://lh3.googleusercontent.com/a-/AOh14GgNLvVLW6V6YVg2j9HLJCko2PPSLcPuCLKmOPdIuA=c0x00000000-cc-rp','13486358490203335051',29578),('AbFvOqn6DiZhgydLOznddpuVRliIMJ1UrgwSfXcbmeoFYKGiLrhLwXo17_9LGOgLcp5PdRHAAMIMdg','(Translated by Google) Tanishia W\nFatima B\nSarah G\nDr Ortiz L\n\n(Original)\nTanishia W\nFatima B\nSarah G\nDr Ortiz L','2019-12-25 12:04:09.622000','2019-12-25 12:04:09.622000',5,'Shiren Dean','https://lh3.googleusercontent.com/a-/AOh14GgJmGZMdx1YIKNwyzgfBNdYUJOyWMlYotnrKTzRzQ=c0x00000000-cc-rp','17898197009688164559',37780),('AbFvOqn6DLHepKW3flCSbeugK40xbRNiAWTEfnFkKwMWTV9tsWJwFYD3oqizXwEzorJqFMrqnLdCqw','this place was good, dr. das was very nice and helpful','2020-12-24 20:17:39.387000','2020-12-24 20:17:39.387000',5,'Daniel Talari','https://lh6.googleusercontent.com/-uuiE-uKzadM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck1sRa5xVvYBo58ujzUKThW3m83fw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',43805),('AbFvOqn6e7s6XZ8MRoX6XAK0w9_bVJqHsYS0URDLI4fBxMgvEkjEcAmfSrjk6nbYU_ewOrWVaNVm0w','I absolutely love this place. Every time I come here its so quick and simple. I just left there yesterday with daughter having to spend the whole day there. Omg her Rm had cold drinks a Apple ipad free to use and access to lots of snacks. I can\'t tell you how impressed I was for them to have all these things and for a 9 year old that was perfect. Everyone is sooooo pleasant and gentle. I wish this was our regular Dr. I\'ve already asked one of the Drs if he had a practice lol. Luv this place!!!!!šŸ‘šŸ‘','2016-06-08 10:49:56.804000','2016-06-08 10:49:56.804000',5,'cibabie22','https://lh3.googleusercontent.com/a-/AOh14GjqTgk_tuhUnkeXbe3A5znXz92exNt4M2auajyV=c0x00000000-cc-rp','17394740196501090048',37337),('AbFvOqn6eVNewivrcVwZR02OPHABNy-cYdAW_Mc9E-eVZc3ktgrLw0YeromX99rLW79aj6PAFl5pCw','The staff was very professional and listened to my concerns and the doctor did everything he could to answer my questions and solve my problem. My daughter was with me and treated very kindly and given snacks while I was with the doctor. Most importantly there was not a wait. I did not even have to wait in the waiting room I was taken straight to a room.','2019-01-24 04:15:26.398000','2019-01-24 04:15:26.398000',5,'Adrienne Scoggins','https://lh4.googleusercontent.com/-7ehZg-h160g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnDyCaejxtmOdl1Ja2DY-EtK5fFeg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39943),('AbFvOqn6ff7Id1UTqXQ4_x931Z0YfKOJCb9ADBhXN1rfMBnG_zoCtPWpmy5PIsWPspuvw5eOi0t2dg','Very great visit. Was cared for by Anthony and Jeri, both RNs. Went in feeling miserable and left with answers and treatment. 10/10 reccomend.','2018-09-05 00:58:22.807000','2018-09-05 00:58:22.807000',5,'Courtney Kate Calhoun','https://lh3.googleusercontent.com/a-/AOh14Gh-nyAVhQwAviYb5FhZJd5Rq_b1NQ1O-AkS29sEPQ=c0x00000000-cc-rp','16590124370714063921',35199),('AbFvOqn6FQh28G68hGoEHeSr84e6CcIqV_QH08BqYELd8Cj8yIWMmCiATaC1YioCGk-BE732DmL1dA','Amazing experience! Very caring !','2019-08-29 20:14:47.545000','2019-08-29 20:14:47.545000',5,'CroozWitMe','https://lh3.googleusercontent.com/a-/AOh14GggTtyHATDr8SU1qLdwfklvkG4HNoWbD5j93aJKKg=c0x00000000-cc-rp','16389487648212004696',34015),('AbFvOqn6fRI0YSd5xrX4ehim0vx0DFidb2alOTjbjmBoxBkbvKtWhUXUAQOryWsGLo0l3eZEKcUy9Q','Great service and care given by Lorena T, Jacob, Rebecca W. And Dr. Ortiz. I will be returning!!','2019-12-22 20:30:04.014000','2019-12-22 20:30:04.014000',5,'Rebekah Elizabeth McManus','https://lh3.googleusercontent.com/a-/AOh14GjWz7HRCodb1GMY3Qj6Wb8Vt2kecetJK4YG1IuN=c0x00000000-cc-rp','16590124370714063921',34491),('AbFvOqn6GEjQMddG11PulaQMAOVQCYT3Qbx7D8Jr4BzH_0MgByCSNrMgissC9KcxsqFZX_nWyBr0SQ','Had a weird rash crop up on my arm that needed to be seen and heard good things about Signature Care. Everyone was nice from Carla at the front desk to the nurse Lucas that was very professional. and caring. Dr. Edwards took his time and listened to my concerns. Never felt rushed through like some places I have experienced. Definitely recommend!!','2020-11-20 22:44:54.800000','2020-11-20 22:44:54.800000',5,'Charlotte Tyson','https://lh3.googleusercontent.com/a-/AOh14GiAxOovMb4B1U_Q_1vdlduBvDpwGjQ9wYlqKEIS=c0x00000000-cc-rp','3272657195432704501',39445),('AbFvOqn6ghnqpd6jv8BovXpSbia5UU5lHN-BD36P3t3xGmpkt-Nr3WaV18YoM28lPK0KrjOTLlwuXQ','Doctor refuse to see me even if I told him I\'m not feeling well. Doctor as in doctor','2020-07-09 04:13:12.511000','2020-07-09 04:13:12.511000',1,'Cynthia Samson','https://lh3.googleusercontent.com/a-/AOh14GgikczEaYB56tpsXJj9N9nwYeNM6cK82lVAriGWjg=c0x00000000-cc-rp-ba2','14567670160750071148',30175),('AbFvOqn6GIz-WpI_OEvZ2D3DJwHgkXwAtjhOVL8_gUg54Tug0CC1uEl_LgSA8hR3FMUASHi04fhbug','Nydia not lydia the best ever And Brenda listened so intently to my concerns and genuinely seemed to care about my well being. Dr. Rose visited shortly to inform me of the entire process and addressed any concerns I had. ALSO, BIG SHOUT OUT TO EMILY AT THE FRONT DESK! You put a GIANT smile on my face and made this bad situation so much easier to deal with! You all have a great team here. Thank you','2020-11-14 19:22:36.821000','2020-11-14 19:22:36.821000',5,'Jesse Miracle','https://lh4.googleusercontent.com/-1Oc8ENyRWjs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckpCWcvIUjfzRwFDdqLRu04DiBjDg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38430),('AbFvOqn6Gn7ZAtTAKd3ENFv1qfwUp1gdBQxScIgaUQ7Wlfgr9e1sibDe--6F0rd1jp1smiIG9pMQ','Such a wonderful experience here! Alexis was extremely helpful in assisting and the staff was so friendly and caring. Beautiful facility with a warm vibe','2017-12-08 01:15:26.932000','2017-12-08 01:15:26.932000',5,'Maa Greee','https://lh5.googleusercontent.com/-hVzg0g_StZg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6S8unam3klPIwiJB8LZ27TuACHg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35343),('AbFvOqn6gOdVHWuIBRrb5Oe7q2oIWjt2J3NOMydssk2xPCC7KqSpbQAXYbjomBRMWp_0NNAEVjJvVQ','Had great service by Alyssa P, Karen C., Shawn K. They were delightful and amazing service! Would definitely recommend.','2020-01-24 18:46:34.722000','2020-01-24 18:46:34.722000',5,'Nancy Barrios','https://lh3.googleusercontent.com/-_G3yEioAT_M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnV4gnvq5-1KQ5D_AQ1KwXkn-NXSQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43136),('AbFvOqn6gPRlg93S0mz1_h4ERUTk0v2CFbYSpIPH5jYuNdHIwjE7s7x39R8EqLxyN98v7MfSSTHggw','Great staff and care. Warm and inviting as soon as I walked through the door. Very thorough and would recommend to anyone.','2019-02-08 06:45:41.532000','2019-02-08 06:45:41.532000',5,'The Shepherd fam 09','https://lh3.googleusercontent.com/a-/AOh14GjgA-hf9boybqCnEdQlTiiuHfnnRsQuvEMraV6sZg=c0x00000000-cc-rp','12541597562633926366',29147),('AbFvOqn6hPvrt4cd21J6cG1C0oP-N-hp3eGZWzsYR3iMSxk8-ZASbIJTNICNuZGF6cl76XrVr0PI','Excellent and very thorough service!','2020-01-30 12:07:14.079000','2020-01-30 12:07:14.079000',5,'Liliana Luna','https://lh3.googleusercontent.com/a-/AOh14GgAxYQ82-eVR0u1QOIPIYe-k1ksnCgLDvK41iT2ng=c0x00000000-cc-rp','3272657195432704501',39663),('AbFvOqn6HVU_5PdPBNDALLkchb970xkm6h0yb6kNUwwvxNRxfIX4xmEhz0Xk4J8PUcTJM2K8ZgF0bw','Everybody is friendly and welcoming. If you need anything,they’ll do everything they can to help. I love it here. Nicole Gilchrist, Dustin Holder, Graciela Rios and Grinblatas are amazing','2019-12-08 05:30:08.517000','2019-12-08 05:30:08.517000',5,'Cyd','https://lh3.googleusercontent.com/a-/AOh14GjE4b7Eu9ST7ORzr9GgjQUBcmYYy9y4dfqfkN_eIg=c0x00000000-cc-rp','14567670160750071148',30403),('AbFvOqn6jSOr4fPSNIFfiKKOGtpNQ5CCYesaR_G9QoE-7_180WgHWIeMEeHidgmyctpbu5-hzR2qvw','Staff was great and overall friendly. They went above and beyond for my medical needs. Even though it was due to a fracture tooth they help me with getting rid of my pain. It was around midnight when i went into see them knowingly they are not a dentist. They were sincere and kind. Will come back if more medical attention needed. A+ work!!!','2017-11-26 07:41:47.982000','2017-11-26 07:41:47.982000',5,'Bobby Nguyen','https://lh5.googleusercontent.com/-_-ry1ZKxn_k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl_TpifGM63QjkKTxJ20su2rqhFjg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32635),('AbFvOqn6Jueallv2WtgXcip5LP3ia4iPkL8fXtr5uwEbd3C7ZoIVN-UoyZ5FyOCdxee6nxD2UxpV','Patricia and Alvean A did a wonderful job to get me in and out quick with the doctor. Very friendly staff and helpful.','2020-01-15 19:05:05.202000','2020-01-15 19:05:05.202000',5,'Victoria Cook','https://lh6.googleusercontent.com/-Ksrw0igYank/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucln0Gr154S7mTbmA5D2xjG09igh2Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33505),('AbFvOqn6KsVI334uc7sUdLLXyKqa7zF7MEs4OEmK_eFz91cgfs1X5daRT7oXbqS9FCXtV3OxTXTD5A','Great service excellent and friendly nurses and doctors I would recommend friends and family to come here love it.','2019-01-22 03:29:53.782000','2019-01-22 03:29:53.782000',5,'Alex Mora','https://lh3.googleusercontent.com/-32c2w9H4MiY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckOYkzfpzFyZt4UY3EhviVyAST4sQ/c0x00000000-cc-rp-ba3/photo.jpg','17394740196501090048',36836),('AbFvOqn6LCHha-x_BMnI7CwIsi4UQWhOh7b6-kaimxiAyWAK7yWun1PPnnnvcvBskb5RmX419UX2mw',NULL,'2020-12-13 01:58:49.977000','2020-12-13 01:58:49.977000',5,'Maria De Los Santos','https://lh3.googleusercontent.com/-LkoegraECfI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucltryLabevpDVKEBrxAj40F5cK_Zw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38834),('AbFvOqn6LDRiluT0WmDKkV-q6-2g9YoKTQSdI5vDCRIsXDt4W8b5IPbZaU7xk0YgKp9brO_DRao7QQ',NULL,'2019-12-27 06:52:36.527000','2019-12-27 06:52:36.527000',1,'Quynh Le','https://lh3.googleusercontent.com/a-/AOh14GjzbxD8dcrKZgHJUNppzCg0e__pxvMS7TjD7yVw=c0x00000000-cc-rp','17394740196501090048',36671),('AbFvOqn6OnXANY_tEGlDb7_aGCMlSE9jTAlRoZf-UEvbHIFga8-_QXPEv1dp7Qop18mK2jFJNK9VgQ','There was no wait time, the facility, was clean . Dr.Zhen was very informative, the staff Ana, Nelson, Sharesa,& Irving we very friendly & efficient!I definitely recommend Signature Emergency Care Westchase!!','2020-03-08 04:15:17.615000','2020-03-08 04:15:17.615000',5,'nicole tate','https://lh3.googleusercontent.com/-wzByvJuWoIg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmgne2R5t-DiZU0uLjwmHPCKbO8MQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28655),('AbFvOqn6owBSISrETe8snDClWFn0eecUys1dWTHY1GU9YPmkpaI_bi8UTZ_mmxOsK98xO9Z3TznUow',NULL,'2016-05-17 00:35:47.947000','2016-05-17 00:35:47.947000',5,'Jegors Jeskovs','https://lh3.googleusercontent.com/a-/AOh14Gi3KcQXdipbNH-PHQUQJKlMyWwRyUSDc8ZPjcyjVg=c0x00000000-cc-rp','3511292162159714121',41229),('AbFvOqn6Q8qwhX-YrGnPf2VGpI90UPM79x6BBVx9IexPTXpzqEUwW7yNfPp0z2PS-xCCPXgDQT9gLQ',NULL,'2020-07-20 02:04:28.820000','2020-07-20 02:04:28.820000',5,'Lopez Aaron','https://lh3.googleusercontent.com/a-/AOh14Gi4iuJ_v2VD3v3S8inzNuzshRBCi00nGgcLo9Ra=c0x00000000-cc-rp','16891069708558046635',35850),('AbFvOqn6R2UA05s-BQ568ZZBR4a7hzHm76ciIWUC586FcLnMhjf04NemHdpl7dL4vbhrs5veu3Tb','Fast! And very friendly staff','2020-08-22 16:00:49.237000','2020-08-22 16:00:49.237000',5,'Rosa Garcia','https://lh3.googleusercontent.com/a-/AOh14GjMqGkNPV_NduvlG4l_6VlIAiwVHgUg8YVIm6Ev=c0x00000000-cc-rp','17898197009688164559',37574),('AbFvOqn6rXrYGIgMoZQF_Gq1z1S4gaO4vyDcji2zi2iXhZuvnmJk-PwSuWiVoS90zf6z-yJvTaUbyQ','Airianna was amazing at greeting me and Dr. Garcia was very amazing as well in taking care of me as well! I would most definitely recommend this hospital!','2017-08-22 00:51:03.782000','2017-08-22 00:51:03.782000',5,'Briona Harris','https://lh4.googleusercontent.com/-s52xbmt13Hs/AAAAAAAAAAI/AAAAAAAAHZU/AMZuucmNs5afBSWmcPjl9xGrH21xO9wTpg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43489),('AbFvOqn6slkxZgn9lIQRMz10cY8Wtamxwc6AvQLVYvf2MhadCXYgqWMi0i-FlOZqSgnNLhnumRn2Zw','Great place. Sarah is an awesome nurse!','2019-12-02 09:04:30.765000','2019-12-02 09:04:30.765000',5,'Jessica Grace Lee','https://lh4.googleusercontent.com/-ZjnK_clhsRw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucna3tohtbBiwhlNwC6Cafm9GI6AOQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37835),('AbFvOqn6SvGl4MiDUpyV8e-RAddRow42Ba4HvEBwFDZtBgfGOA78d2TZ51VrbFpDDFIiR06pJ6HzSQ','Georgia was awesome, she gives great customer service!','2020-11-27 22:21:21.928000','2020-11-27 22:21:21.928000',5,'Jeremias Aldair Soto','https://lh3.googleusercontent.com/a-/AOh14GjIb_SgZPclhC6-3xFAn7KfKmOFarVNjkVwm0RP=c0x00000000-cc-rp','14748677429039074158',31312),('AbFvOqn6tkm5BlxUw8aGm9q7VyITxF7Onpa2ocIHFvnMBuoYYTLRetNOpY6LpKr3x7DORawaf1fQ','Awesome people! Love em to death! They got me through the worst pain ever! Thanks signature care!','2020-10-27 00:11:00.114000','2020-10-27 00:11:00.114000',5,'Mr_Jiberish','https://lh3.googleusercontent.com/a-/AOh14GhlCY7prJIOoreTm_oC8g1NoW0tjlzvIPtm_zhn=c0x00000000-cc-rp','16891069708558046635',35667),('AbFvOqn6U94bVP6pbFAVYcCeCulNjoPX2orx7wMUkMYj6CvUdjcYjgDR7oW6VLM0tF3W7-3l70iKIw','I took my dad to this Emergency Center for acute closed head injury. We got there around 8 am, got check in and saw nurse Fanny and Dr. Miller by 8:20 am. He had head CT done and the radiologist read around 15 mins later. We were basically done within 1 1/2 hours. Fortunately, my dad didn’t not have internal bleed. Both nurse Fanny and Dr Miller are pleasant and nice. We were so happy and extremely pleased with this Signature Care center. As a healthcare provider myself, I would recommend this emergency room to others.','2020-12-22 13:44:40.472000','2020-12-22 13:44:40.472000',5,'Duyen Nguyen','https://lh3.googleusercontent.com/a-/AOh14GgiIn6Xq7nfUXRo9lEcMAD9vt8iRelyhZvPVlQ8eg=c0x00000000-cc-rp','17394740196501090048',43703),('AbFvOqn6v04bJUQwrCphZAhmDCn0HfejByOQ5cFlBmMHvKRcGqtJs2YB5FgpIvnvui07bVR8dXqRBw','Very good staff Dr Faith Nurse Jennifer Tech Fatima Registration Tanishia were excellent','2019-12-20 06:23:00.496000','2019-12-20 06:23:00.496000',5,'Chad Samuels','https://lh3.googleusercontent.com/a-/AOh14GjGyMSofFG6-D4Pl8x1BonXisOEMbPzwBkhwWGzSQ=c0x00000000-cc-rp','17898197009688164559',37796),('AbFvOqn6V707oWz65wXGgt90Hny2s_9wqqoqHStDFgwYnpmcAZSjNzQkz6SnmVplqQUGn-A1yLpmew','Awesome experience! Anthony, Natalie, Kathleen, and Dr. Frausto were all so helpful! I was in terrible pain and they resolved it quickly.','2019-02-19 05:59:55.460000','2019-02-19 05:59:55.460000',5,'Samuel Asay','https://lh5.googleusercontent.com/-dKhvrQD0Ryg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckjm9LC63kQqz_xoBhJ-U3EhR8-oQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35001),('AbFvOqn6Va_Ig3oPqZa7Gba9LVQlBnlP-I8CxE5EJtmMmFqQmTU3aRbtlMB4sjZZUa4377iWZH-8CA','Professional and friendly staff. Dr. Kotey, Ke\'Aire, Churiah and Josh were excellent and very helpful. Thank you very much.','2018-08-10 06:46:57.066000','2018-08-10 06:46:57.066000',5,'Andre Lee','https://lh5.googleusercontent.com/-sf2tTrSLHXg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckrNrHNt5OwY-J03aiVCbfTfWuK6A/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40877),('AbFvOqn6wcAbwOCYCVomYhe5R4Cden4mwy2Y2yLmoUiGa_MxhxvyFBE93KNx_L0797B9s7fktkNLlg',NULL,'2017-03-27 19:28:21.612000','2017-03-27 19:28:21.612000',5,'Julia Carnes','https://lh6.googleusercontent.com/-UrwaY_4Gvi0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmIhSX5CHnOppLLWXC7t8WY4xaV7Q/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32702),('AbFvOqn6WtNbSQ8h4APnKAFTMYOicEU_HgSBO_a3Gb987wsZi_yTcSs-09CipCOEq0ps6dXIBZ9z_Q','I would definitely recommend it. I arrived and registered and I didn\'t even wait 5 mins when I was called to see the doctor. The doctor and nurses are very professional and were concern in addressing my illness. Thanks.','2017-08-06 22:41:21.522000','2017-08-06 22:41:21.522000',5,'V Salazar','https://lh5.googleusercontent.com/-EoPTC1ro2pU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclWDW-f3PS4LgnIt7B6zFrkzuIdbA/c0x00000000-cc-rp-ba4/photo.jpg','14567670160750071148',30995),('AbFvOqn6X6JY4aXTYtH9ryz0zQNaz1wi5o07JQin60nuQKjSY4Nfq9oPN-vA_X37_M2b7vO1V0j42A','They took very good care of my mother.','2019-05-01 20:36:02.383000','2019-05-01 20:36:02.383000',5,'Frank !','https://lh3.googleusercontent.com/a-/AOh14Gi9lxjugPF-Ey0dSWHJImPQIFwKKv0YtiaotOrRsg=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqn6XACdVKwHlhNPyMsDDJs-gbSHH4DVYtTRtrl5rbt_VlEQ2x_UL6qBCqh9XvzMhoh0e4boBQ','Everyone is so attentive and treat you like you are part of the family and thank you to Ashley w .She’s awesome','2020-09-21 16:01:42.948000','2020-09-21 16:01:42.948000',5,'Veronica Rivera','https://lh4.googleusercontent.com/-mSjJY4eXQCk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmIQgBLdERjf6R--kbySg6H35oh0w/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37548),('AbFvOqn6Y_qVq4ZetHGuTPsLk9khh9GxFIz0Bxx05PgFii4YLCpqvi9blBC5p_Nyf9U94-Me7RJUpg','I highly recommend SignatureCare Emergency Center to anyone. They have trained staff who work or have worked in a traditional hospital ER. The staff who assisted me couldn\'t be nicer or more helpful. I went in feeling terrible and left feeling great (as great as i could feel at least). All this with a 5 min wait time.','2016-08-01 18:41:49.997000','2016-08-01 18:41:49.997000',5,'Marisa Hendrick','https://lh3.googleusercontent.com/a-/AOh14GioQY4FPjHyytiPL9TeczGC9TOmi8VLwR2_Vio3=c0x00000000-cc-rp-ba4','14567670160750071148',31214),('AbFvOqn6y7yBxe_A1aZXmt7qW6CLPlZ1jwyi_Rcx7cHI62GzANqA6vF30mXPBYVX8trvOOeJmrktxQ','I came to This Place and The Doctors and Nurses and Staff Were Really Really Nice Quick and Professional about Their Job they Did Absolutely Excellent Great Job You All thank You for Y\'all\'s Time I will come back again!!!','2019-09-15 19:38:07.144000','2019-09-15 19:38:07.144000',5,'The JT BAY WAY','https://lh3.googleusercontent.com/a-/AOh14GgwqgC_jmkNZ5i8RLWiRMfaNFZtFkMEdM2lTXr5JA=c0x00000000-cc-rp','6521947413723274945',41605),('AbFvOqn6yCyXvD2CbVEaJv_5IBrQzzzwGEU6bKTY6hAKIKkHs5Yglk6xXuOg6kFo6YERXIjTudax','Very nice looking place, great management, a little pricy but they’ll get the job done.','2018-09-07 22:07:27.207000','2018-09-07 22:07:27.207000',4,'Osama Atieh','https://lh4.googleusercontent.com/-EhidxwP5Xbo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-ZLndJ_ahR7HKIqAdExBr-V_yYQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40836),('AbFvOqn6YFddjHkovtcPM8gFQ7OaUBcHqF9t0dA9VsRTmg1visl5838aKOcIq4ncfv6VrtAV9aerIw','I went here and found the people to be prompt, on task, and effective. When I followed up with a phone call regarding a complication, the problem with handled promptly and efficiently. The staff were very friendly and attentive, which is hard to find in my opinion. I had very specific questions about billing that were answered. I haven\'t seen a bill. But, if there are any inaccuracies or misinformation, I\'ll revise my review. The one thing I wish they would work on is the parking lot - it isn\'t lit very well. Other than that, I have no negative remarks. It is a standalone center. So, of course, you need to use some judgment about your particular emergency and where to go.','2015-03-12 04:12:18.922000','2015-03-12 04:12:18.922000',5,'Scott Chapman','https://lh3.googleusercontent.com/-_Huwtu0gZVA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnHibFIMNkF0r3kFaYqIBQalRGRLg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42787),('AbFvOqn6YZzsvC8R0HVDujHnvo3fjHUrE34i1MwGYE3DtPSc247sG2lXjbsSe8u1VXpPXCfMlXuk','Madeline, Seble, Naureen, Kerrie and Dr. Sylvester were fantastic.','2020-10-16 18:02:19.338000','2020-10-16 18:02:19.338000',5,'Michael Long','https://lh6.googleusercontent.com/-hfNeHWQbT8M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZvtEpjdusy3V7NHWraMaiCetPOw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40169),('AbFvOqn6Z2fmA8JQrycmM9UDEtaNN6wbIQhOAoo6DhL1CVvGXe-vE-AIzl_Xkqe7iDiBTG6egm9Y0w','Nurse Alvean\nDr Thomas\nAssistant Marcus\nAll very professional, courteous and friendly.\nI would highly recommend this service to the next person that needs ER care.','2019-05-12 14:24:23.293000','2019-05-12 14:24:23.293000',5,'Theresa Zamora','https://lh6.googleusercontent.com/-5WmGrcn48Gk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckvX1tRTVW-2CgKzLlkduIyu8Qq-Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqn6z2PX65PNKz1Uh4AWzUFgNOCmsia0BB4IlmYIFFNzxUfSQGcrBeNxf_Nrp6Uo1AkwMaeu4A','Friendly staff, and loved the warm blankets!','2019-01-09 22:59:26.308000','2019-01-09 22:59:26.308000',5,'Jessica Torres','https://lh3.googleusercontent.com/a-/AOh14GjKBfACHk9q_yzzAhKKZ_iTQMaKdC1pBAr7-Tzz8g=c0x00000000-cc-rp','8918455867446117794',43320),('AbFvOqn6z3S6qMuxlTodAVTurm8K8Vdr62_fZ6jSNMEtq9jN7DWkT6vGeWgPG4qgMVLyIngzDbAohg','Awsome and quick staff!! Jennifer and Ashley K supper police and professional! Was given a warm blanket because they know it\'s a little chilly in the building. Will definitely come back in need be!','2020-10-15 12:41:40.612000','2020-10-15 12:41:40.612000',5,'Kaitlyn Pendleton','https://lh5.googleusercontent.com/-DuPYThE38Cw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckBWjUTX5T6Vl2Yl7vgJh-wvj9_Aw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41873),('AbFvOqn6Zd4l-8Yiys5tZ6yzzYnj2LGUO4FatvSo9acpI8WONqdFifPJdgOm4zF4tutHcEJZN_4H1w','The staff is friendly, I didn\'t feel rushed and the rooms are clean.','2020-11-14 17:31:04.822000','2020-11-14 17:31:04.822000',5,'Korynn Barnett','https://lh6.googleusercontent.com/-IlkjCnRNKOA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckYaC9s6gjnZip_8MwaVXWlesuUcw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31367),('AbFvOqn6zrZEkvcng-gQRg7dwTz2YzHazSgqJupDmQH4kDGsF0MDBiIQE4j9omQI96n98qzbqtm89Q',NULL,'2020-08-02 16:17:52.965000','2020-08-02 16:17:52.965000',5,'kayla lopez','https://lh3.googleusercontent.com/a-/AOh14GjTqhjSofvxE6sLEQQsyu9Veo0TxS9H6dzmS7bA=c0x00000000-cc-rp','6521947413723274945',41322),('AbFvOqn71aZwFGJtUu9AGbgqnCLd0stEjNdaAY-R5mR0R2okeNXvAUDzZqkARAXV0Q2avraj4b3kaw','I’m not a patient here, but every time my older brother gets sick. He runs to signature care and they always leave him better and make sure we know everything about his health and medicine he will be taking!','2019-07-20 04:37:18.945000','2019-07-20 04:37:18.945000',5,'Mario Alvarez','https://lh4.googleusercontent.com/-PTEWFHsRs5k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckhFGgrZ-AF1VGX3Dja537Wgia27A/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29730),('AbFvOqn72xvluC-cEJ_1R7pG0mUTuXLv0C9TFX3L4XKOoQUV7PnscXogCHnvzgJIm0gV7pSbRiNnEg','All the people that helped me were great. Chelsea and Clay were particularly helpful. They were able to keep me calm through the process. Another positive was the efficiency. I got there and almost immediately took the test.','2020-10-11 21:33:12.543000','2020-10-11 21:33:12.543000',5,'antonio mijares','https://lh5.googleusercontent.com/-m8qk0GTRJvQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclKw6sgglbh7_Rl7dayt8_QmRJFzA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35709),('AbFvOqn75R91UQjzO3Zvj1g2-N6yffofhk9iwxcunKgdA-lT0TXIk2FpeV2yqpOvgfSY_z1QueueHw','Amanda and kennedy at the front dest where super sweet. Bretnie and Megan made us laugh great at making us feel comfortable!!','2020-12-31 22:28:17.976000','2020-12-31 22:28:17.976000',5,'allyson sipes','https://lh3.googleusercontent.com/a-/AOh14GgU2D3TotUTNbOQnbjd7hRTuYt3hjkBOnLHn9iw=c0x00000000-cc-rp','16590124370714063921',44228),('AbFvOqn760RcPOqqiz8_6Eoz64O0OkwP4hwmZfFZy1asx7n77sCfglV3YxDgb14QYHgschNdWTED_w','My mom had an accident over the weekend and was in a lot of pain. We came to the Stafford location and ended up receiving the best attitude and care that you could possibly want. Many care facilities are so busy and not trained properly so you hate to even think about going bcuz you don\'t wanna \"go thru\" the norm. But these professionals were amazing with us and I would recommend this location to everyone, no matter the distance. A little driving for great service is definitely worth it.','2020-02-04 17:12:11.846000','2020-02-04 17:12:11.846000',5,'Lakisha Scales','https://lh3.googleusercontent.com/a-/AOh14Gi1TD4yHDx5buQzCiaK7ae_1J9wdVOOF1s7G-q4zQ=c0x00000000-cc-rp','8918455867446117794',43117),('AbFvOqn76odxuwvXFyQFuUBquA1qXEslH4VKtvEjl7aMB1T2f5xNHL6wxo6T8k3GxraLD9LoWfGSjw','Sam and Cody were very helpful and kind! Would highly recommend!','2020-09-28 12:27:04.914000','2020-09-28 12:27:04.914000',5,'Rachel McCoy','https://lh6.googleusercontent.com/-YQP-SMR9PjQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclnAIuQEMnN37sqQZvu1OYGRA8hMA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38512),('AbFvOqn77jKlgyfal7i2lU52uMSt7EszYhF9dL1DuSEmvlMMb4Q0MQ9cC14SYykeM1mCHLINCeXmNQ','I was pleasantly surprised and immediately put at ease when I was greeted by the front desk person. The Doctor & Nurse were professional and showed an honest interest in my problem. This is one of the best/top experiences I have had in a medical facility.','2017-01-14 22:19:02.948000','2017-01-14 22:19:02.948000',5,'Lorena McLaughlin','https://lh5.googleusercontent.com/-ou2LhEkspI4/AAAAAAAAAAI/AAAAAAAAAAk/AMZuucniZOvgL-UAuoysOtmFIsWzQcqQ2Q/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32751),('AbFvOqn77z5Zd0n3AVkE8MFKrAteUVWu9cLa9luDApKxq46uSW3AIHxP2hEfGDp-u6KtLDSJquzZLQ','I came in to be tested for Covid-19.\nApril was fabulous! She made my experience painless and quick.\nFront office staff was helpful and kind.\nThe entire stuff here has been wonderful šŸ‘\nThank you for making this process easier on me..\nNancy Procter\nFlower mound Tx','2020-10-20 19:00:21.710000','2020-10-20 19:00:21.710000',5,'Nancy Procter','https://lh3.googleusercontent.com/-xqqXbWuWzoE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckeyQC88mYTO0R0eKsWjCNrrJEhsw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31484),('AbFvOqn79xYNnQGkELzSfmu9fuw3cnyhEWKa_WCkLl5lnO9ss5nM3-3iHkZJAovhcZYzTCSVhwc8PA','Very hospitable and attentive! I had Dr Vakey and Nurse Jacob. Came in for minor virus and they gave me blankets, water, and were very efficient! I recommend coming here for any injury/ sickness!','2019-10-22 16:04:27.949000','2019-10-22 16:04:27.949000',5,'Stephanie Daniels','https://lh4.googleusercontent.com/-jHpvnbj7Lvs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl78Maz1PcxCS401yN4wZancXDalA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34601),('AbFvOqn79zcq82nn_dfddEKyMZquQZmWgu6wRiNQqAl2I0FupSOdsYpwvDtNezbx-e0zGMQV5wra','Nice staff and they did everything very quick and professional','2016-01-28 01:42:03.053000','2016-01-28 01:42:03.053000',5,'Saoud Albader','https://lh5.googleusercontent.com/-c616CMVlUGM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnxwNTbwKnoPiAwdoNNKKd8pJvlPw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42779),('AbFvOqn7a17yvfk-YuCP-Zpzjj9OC2CsVdWcsiS0a9KT238qT5JZHLTKcMOj_LQ7jkxkXOSYqyCzhw','Love this place the doctors the nurses they are all so knowledgeable and helpful! Quiet, clean environment they are awesome!','2019-06-19 04:14:26.441000','2019-06-19 04:14:26.441000',5,'Dandeezie G','https://lh3.googleusercontent.com/a-/AOh14Ggjw76IGCGhAhy79_5aOMK3TCYJ77ouCaVvdR-NNw=c0x00000000-cc-rp','8918455867446117794',43249),('AbFvOqn7BEgucicFLTK0vl3SmjDK4Ldoxmr49PiPBVog0svyUuxDFXiGfnecM308JTK40VbDTGZR','As soon as I walked in, the young lady at the front desk, Jessica, took note of my hives and immediately called a nurse to take me back. She had my husband fill out the forms for me and got my little boy a teddy bear and a warm blanket.\n\nI was seen immediately by Lia, the nurse, and she took me back to a room for my vitals. She asked a few questions and grabbed the doctor on her way to grab the IV stuff for me. Dr. Daniel was very friendly and efficient. I was given medicine right away and they grabbed my husband from the lobby for me. I got a warm blanket and the observed me for a while.\n\nOverall, everyone was very friendly, efficient and the space was clean and modern. I would absolutely recommend coming here!','2017-07-10 19:32:20.208000','2017-07-10 19:32:20.208000',5,'Therese Rook','https://lh3.googleusercontent.com/a-/AOh14Ghay-Sfu3lVs-aY64x93kH8CcmpgReNAsiChL_HFw=c0x00000000-cc-rp','8918455867446117794',43502),('AbFvOqn7c6cBurNCnu_3AhSVvNwN4Yg7StRUVHWoEjxEaf6Kiwns3HYisaEnLsgfRi51lNr8PkeI-A','I had a good experience and customer services a nd environment very clean I received hep from Dra Tran Registration Malissa and the Nurse Kristina Rad teach Tino and ER Teach John GOOD JOB!!','2019-01-16 00:00:52.773000','2019-01-16 00:00:52.773000',5,'Ivan Canga','https://lh4.googleusercontent.com/-pbg577APlhU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnqUESVZhUhfakv7uf_-GhI7Ejigg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29157),('AbFvOqn7ch1967AKSuifvTQoDxA8iACy2gsTlsdO8-C8nlTqD_TOp8iYTj4AnYoVkjuNFXeBDLukGw','We had no idea what to expect coming in here for my boyfriend who injured his shoulder. From the moment we walked into the ER care everyone was very welcoming! Alexis helped accommodate my boyfriend when he was having trouble figuring out which insurance he has. Anthony accomated him immediately and helped us feel so much better! Dr. Jaber was right in 5 minutes later and assisted his needs and explained everything that was wrong. Victoria was very helpful even with my boyfriend almost passing out while getting an x-ray. This is the place to go to if need medical assistance!','2018-09-02 21:03:40.467000','2018-09-02 21:03:40.467000',5,'Mikayla Gutierrez','https://lh6.googleusercontent.com/-C9ymwGVT_Jk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnYouuBjW-wvEJ3bOeysEOyZNup9w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35201),('AbFvOqn7CrJOvKX67q6ohvdOea66-SiwkHcSJu5BSNo9R5FnDzs4bYTmycOp7hQW764z9ceQ1nzdzA','Wonderful staff, thanks Manny and Ector.','2020-08-04 21:23:08.329000','2020-08-04 21:23:08.329000',5,'itzel ortiz','https://lh3.googleusercontent.com/-5b_vLFlIeCI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckyYb8y3f253YQzwRq34O-7hXg1Ig/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41309),('AbFvOqn7cSGPf-Zu-OiFLClojwaI2ZBYj4IGwz5G_LKvWUEhFz6_gTy49jgGIP7OpwGyYJNaqmiASw','Great experience staff was very kind and helpful','2019-03-10 22:23:36.578000','2019-03-10 22:23:36.578000',5,'Elijah Martin','https://lh3.googleusercontent.com/a-/AOh14Gj-ty7GPyC-G7P5HaciegLA631CfoD6dMlwKCx4Wg=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqn7DLOccVoFJak0s2Y1tQStDPpiz1G0eb9jFPNTIewaww-aV2VYhRnWJoUHw3ZMytf39tuGVw',NULL,'2017-12-19 14:09:01.651000','2017-12-19 14:09:01.651000',4,'Michael Byerley','https://lh3.googleusercontent.com/a-/AOh14GhnrGpNT1l0hG64W2yulhFQYxwBFHZZnVqM8m2IfWo=c0x00000000-cc-rp-ba5','14904078213800803294',32624),('AbFvOqn7DNxvVag0FL6ZE52X8OUcakr7_ZL8ejXGbT81g0hJDhT9WMYn58m5NKyuESn6OPrTEXIuvQ','We had a great experience. My girlfriend had gotten a cut on her hand and had to get stitches. Everything was very affordable. Dr. Ybarra and Nurse Rollie were excellent. Stephanie and Natalia were extremely friendly and helpful. Should anything happen where we need care we will come back to this location. Thank you!','2019-10-20 01:21:52.971000','2019-10-20 01:21:52.971000',5,'Garrick Smith Bass','https://lh3.googleusercontent.com/a-/AOh14Gg4ZbT93RKtOPZdBFGtwkce_8GL11PSh30hhjMoLA=c0x00000000-cc-rp','8679688254631342173',42644),('AbFvOqn7EF--FI03EXOkWKrijGogguyG9oDck6-RxOg7_IKNZgeK1ZHMrDc2apMJsKgmF3npjuiO6g',NULL,'2019-08-26 11:48:22.430000','2019-08-26 11:48:22.430000',5,'Necole Walker','https://lh3.googleusercontent.com/a-/AOh14Gir_FuvOZDdk9PhCgjq4zzo8zlvuJRs-2Tv3QLl=c0x00000000-cc-rp','3272657195432704501',39812),('AbFvOqn7EVVyxkdD0MR5aBVB3BeZPou3BwheahPWl5P_R0LMyZ9WdAoHiYthXgqa3tUdndXmDSwsVg','great','2017-01-02 20:03:33.423000','2017-01-02 20:03:33.423000',5,'Lily Molina','https://lh4.googleusercontent.com/-sqCgAIX0gh8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucklsRpeJuIC3c1ize7YSQ6Ew60rWw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37239),('AbFvOqn7FKzoXPkkg21jRXlYesjNzhNIedAxV6I5wUGgKeLWLFRszBlAVgkVdBW6XSyAO7AYD1qdKA','The care I received was impeccable. They were quick, kind, and very informative. They were truly a blessing. I did not wait at all to be seen.','2018-10-11 01:01:58.512000','2018-10-11 01:01:58.512000',5,'LaPorcha Carter','https://lh3.googleusercontent.com/a-/AOh14Gjw4Z-igBEoxhZ7NvS8uE9t6Tq8mfxp92ncbYr_=c0x00000000-cc-rp','14567670160750071148',30693),('AbFvOqn7fy8474bMvnfZk0xLqCQ68_xc7HwrivmVmE0JsDgxD-BQjdZyLTKwq52h8gv8h0CpuVlN','Had great experience and thanks for the help from dyveliz brad and Morgan for the help','2017-08-16 21:20:07.096000','2017-08-16 21:20:07.096000',5,'Austin Johnson','https://lh6.googleusercontent.com/-dEsw8tdii74/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckp_A1HqssKgYyUkqtTu_2FIwNpcA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35407),('AbFvOqn7GPPIB30x1I_mELYKZwehVZKDx73xySrLrwRVnyM6GY4riB3OWISYz86fdm-6ObwiMGs8','Dr. Boester and the others at this emergency center were very attentive in my care. I felt they really listened to me and my concerns about my condition.\nThey also made the other aspects of my visit quick and easy (e.g. paperwork and cost concerns). No wait, but I was the only patient there at the time.','2019-11-23 04:33:24.247000','2019-11-23 04:33:24.247000',5,'Daniel Putt','https://lh6.googleusercontent.com/-CzBwNIZIsKw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxm-k8l_U5aJvlVcsF2n62LcTqzg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40382),('AbFvOqn7HpEAjWGQB2_PBHkcsk4VrXtls7gb1z837fNIHwAESuZautcemyDN6pQEVJOvBCOsIlDKng',NULL,'2019-07-02 19:39:32.496000','2019-07-02 19:39:32.496000',5,'Leo Lozano','https://lh6.googleusercontent.com/-hNXUFU59wMg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckkkKff9dGqo8uDEQcJ279FoKXTbw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41676),('AbFvOqn7IMFuU5ErPGQmGbvUB8b3hSXKe4IYjlmKsoKPDwds9hkJd8IxD3r7mpdrIDF42VQ1rNKzJQ',NULL,'2017-07-08 13:39:03.374000','2017-07-08 13:39:03.374000',5,'salma lalani','https://lh6.googleusercontent.com/-s1jTC-vGe7k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLSuyKTItdZCeUwMfph2xx_Hv4iw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37122),('AbFvOqn7j_Yv6fW4gPne7FpoQmzV_eI0V84wOiAczVb5nc2FrjeefZE9XDk_i836nSVAseRIjwdliw','Super friendly staff, very fast and clean. Chelsea was my ER tech and she made me feel comfortable and was very knowledgeable','2020-12-18 23:04:38.454000','2020-12-18 23:04:38.454000',5,'Taylor Swiedom','https://lh3.googleusercontent.com/a-/AOh14GiNW2wwxKQQ8dY6s31g5S4K18WBbQy9hu4je_51ag=c0x00000000-cc-rp','16891069708558046635',44544),('AbFvOqn7JLQ4piBkUGOUNIwWQZHFApsSBSorgCzP-XUHFvNyRxZV70oQGMo6BBrEdlEYXQdGLzVi','Quick, helpful, gave me options for my treatment','2018-09-14 08:14:58.482000','2018-09-14 08:14:58.482000',5,'Nike Blue','https://lh3.googleusercontent.com/-J_yef_dOu_I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclzOnguXozv6_Tw6nnVqrgLUUooBg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30726),('AbFvOqn7jQUGx8eVO8tAQ1LfOfro3rYLILdhwuCpSV5sokzEs4li7mHwh-fjyYzSVCAOe6fQ8i_j3g','Had a great experience here at Er care. Lisa, Cynthia, Krystal, Audrey, Daniel, and Dr. Starr where the best doctors and nurses I’ve ever had','2020-05-21 15:25:00.331000','2020-05-21 15:25:00.331000',5,'francisco sanchez','https://lh4.googleusercontent.com/-lZu94nOB6QE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmqpPpHRZPovyQXqMiaZz0dmR8eDQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29391),('AbFvOqn7K2E_l7kNUmwooh7PJmE8GJab5w7v1Kuo7aqZU7umT0qVfTVL5d4GTEOXHXapc_auJpUmQA','Came to this location for a rapid COVID-19 swab. They are not a testing center, but if you are exposed and have symptoms the offer testing. My experience was great. It was handled fast, professional and with ease. I will return to this location should I need anymore medical help. Special recognition to my ER tech April. She made the visit very welcoming and provided me with comfort and reassurance before completing my nasal swab.','2020-12-19 00:03:48.997000','2020-12-19 00:03:48.997000',5,'Karra W','https://lh3.googleusercontent.com/-cj1PLE-5_nY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnfzlEhEd4c9J151S9Qo0l29prQPg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31266),('AbFvOqn7MQ9_aN30p_00L3LM0cVAh06aAkq41ps9FIyIjDUxn_9oHxby-Ut_pDBx797aiWDOZXe-9w','Our experience was great. My boyfriend was brought in and seen immediately. Dr. O’Malley, Nikaela our nurse, Amy our receptionist was great! He’s been to other hospitals three times and this is by far the best!','2019-03-11 01:40:17.711000','2019-03-11 01:40:17.711000',5,'Enola Lemon','https://lh3.googleusercontent.com/a-/AOh14GhiY_rGJTkINPhYTlp4Qu4EWDLeak3-SHXhazklgw=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqn7n-72FLdcDuXh1OePX8kZL5lAEXFGUv6M9pGvOjdA2BpbcnK36t1ETfpF4gwptgTDm3W-lQ','This is a very clean place with nice friendly smiling faces. I usually go to the one on Hwy 6 but this one is closer. The service was great, I was seen pretty quick and I am pleased with the care I received! Thank you!','2019-12-31 09:32:58.411000','2019-12-31 09:32:58.411000',5,'PJ Norseweather','https://lh3.googleusercontent.com/-3qTzbgRFSlM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVV-JupnF_4St67z6Tlh9YCDUSCA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28879),('AbFvOqn7Nm0egynIQFswZitqAuyPPAX64cX1SVJ8SLbS_lLqXbA_Cdg7_O-z48gI-nnenKMlYPb2FQ','Great experience! Ashley B was especially helpful and friendly! Can\'t recommend enough!!','2019-03-14 14:17:41.810000','2019-03-14 14:17:41.810000',5,'Randy Parr','https://lh6.googleusercontent.com/-QCJtkfcKnJg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckheH35j_I1ydlQqxpqUcNbU_O47g/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42119),('AbFvOqn7O6eu8WSUsuB4LRCHoTDWYuq-JCoDib4hSUMZTpipyTRKehZ4cbbFEWFPqlcoqu7Y5H8jnw','It was amazing\nDr.Dendy\nNurse:Nicole G Brandon W\nReg:Vanessa G\nRad:Dustin H\nTech:Andrea','2019-12-22 05:02:38.710000','2019-12-22 05:02:38.710000',5,'Caren C','https://lh3.googleusercontent.com/a-/AOh14GjaBO-I57lmTwSUi0gC-NgPyTipxzqZ-WbXSxT_jA=c0x00000000-cc-rp','14567670160750071148',30385),('AbFvOqn7P44tzI7PWZrxwNq9lhpEvJXzWQ8bE81r38So-raIkpD0vmGLu54ZYcjkUw5oKEcW8eJMyg','Excellent customer service. Very friendly staff!','2020-06-20 21:57:53.779000','2020-06-20 21:57:53.779000',5,'jaime marchand','https://lh5.googleusercontent.com/-NB54tAzEDic/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnJ7hqv73KV_gCY5MNn9Xvh9GlTuQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43028),('AbFvOqn7P4fM7Dt6dicelidOJN2nsF19HL2fXurJvKyjb0iYkLMDiKIZ45s1E0r_u69FNi-e2MugmQ','Had a very excellent interaction, the staff was awesome and friendly. Dr Toni was great and all the nurses and front desk had me feeling welcomed and treated me fast. This place gets an excellent rating from me A+++','2016-09-09 14:32:01.209000','2016-09-09 14:32:01.209000',5,'Jose Perales','https://lh3.googleusercontent.com/a-/AOh14GhI2eqzhSVbnKlgbphZIsZsabwevNdBAEOHqMdaOw=c0x00000000-cc-rp','14567670160750071148',31188),('AbFvOqn7PjRCtPtyl8xaR4wEojN6pr8b6F3UAMAU1u32M37CzwPCtPUBuJtMIBXMhmokb8-H42RLVQ','Came in and was instantly helped by this locations awesome team āœ…\nShout out to Patricia, Ekaterini & Thuy An!!\nThanks for bringing me back to life!! šŸ„šŸšØšŸ”‹','2020-03-19 16:01:00.282000','2020-03-19 16:01:00.282000',5,'Chaz Fuego','https://lh3.googleusercontent.com/a-/AOh14GjK8se38bfMJe4jRqO4XP-tztAeyb3z7rKNXwODzw=c0x00000000-cc-rp','16389487648212004696',33250),('AbFvOqn7PQqxJi5d3KbmyOtsZYBzOi1Y53GIz46kQSabfzlc1gw-V8pZbrX4iTfGYgSFEzxmT3I0Sw','Really friendly and attentive. Christina R and Clay were great.','2020-10-09 12:41:09.949000','2020-10-09 12:41:09.949000',5,'David Ruff','https://lh3.googleusercontent.com/a-/AOh14Gj0jye6j1iLHEHS4bhyOhlvtEgPng3gsN3ROIb3PQ=c0x00000000-cc-rp','16891069708558046635',35724),('AbFvOqn7q2kgrLqwBHfvuDiBpekiAq24TCe-AzHZDC5eTdvpZp8oFVeKXCzacLYXkUTHv3QlhOhu','The service and care at this location was exceptional from beginning to end! The receptionist, Jessica, was super polite and friendly over the phone as well as when we got there. Dr. Miller as well as all the nurses made sure all of our questions were answered and we left without any concerns. The service was fast, but did not feel rushed at all. Matter of fact, it was very thorough. I am very grateful for their care and service.','2017-06-27 17:06:47.220000','2017-06-27 17:06:47.220000',5,'Duc Nguyen','https://lh3.googleusercontent.com/-NQx9Lhgko60/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn4UCzSbNSJARB-I6cI5sDMQ4C7Hg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43508),('AbFvOqn7QFzFIQDyx5WjcAtAZTmLRdLLf1_gdKLvmJ9--KMBJOtioA1NVUDFlI3x4oGMvJOGDZ8X4g','They were awesome. My wife’s service was speedy and efficient. Thank you Alyssa, Shawn, and Lonnie.','2020-09-19 22:29:51.329000','2020-09-19 22:29:51.329000',5,'Elia Ayala','https://lh4.googleusercontent.com/-V_bvl8nmVQQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnpmbIEbbupYUKF7i2opMwLku_UXw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42902),('AbFvOqn7qNfMKsnGpODsvFDCKRGbrYflcrIU9N0lBl_ahps-WBgI7xLTNS3OY5b4RDEe6FpN0bC9uQ','This has been the best experience in such a bad time, from the time you walk with in youre greeted by Austin with a friendly face & a breeze through paperwork; our nurse\'s Luke & Kim are amazing. Kim started my IV; she was so passionate about making sure she would only have to stick me once. I can\'t thank Luke enough I was in some pretty bad pain and he jumped on everything to make sure I stay as comfortable as possible.','2019-01-25 04:36:14.772000','2019-01-25 04:36:14.772000',5,'Justin Drake','https://lh3.googleusercontent.com/a-/AOh14GgYHiKXoQQxW10lijOUH4ckrwPyolFPTmsc49fb=c0x00000000-cc-rp','3272657195432704501',39941),('AbFvOqn7RdCr3f6290No-gNfUxpWtlEwz8NNh0vv-tqaqyzNuThmEeujJ1uLTH58V1GFv8jV9Zgx8Q','Staff at SignatureCare Emergency were kind and ensured that my experience was pleasant. Tiffany in registration, nurse Erica and tech Ashley K greeted me with smiles and they all worked together so well, I was seen by a physician promptly!','2019-08-01 15:31:40.376000','2019-08-01 15:31:40.376000',5,'Tee','https://lh4.googleusercontent.com/-lrriXfkTvO8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMl_w19V0i8kownqBgb8MQmEqdTQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42016),('AbFvOqn7rFeBFbCM4JmbLDjKFWiCGijmyfgxB1cTBpVKVDTG5RyCObsmpEbJhIReke5vLvjpOpzeGA','Would like to thank the staff here at signature health for supporting my family thank you Ms.Cat for being so nice and friendly that truly helped during our visit ā¤ļø','2019-04-24 00:05:04.193000','2019-04-24 00:05:04.193000',5,'Mariah Booker','https://lh3.googleusercontent.com/a-/AOh14GhB3ovKUNxCYAhi9hHGuOixE-9Tj22mU0sCiJjB=c0x00000000-cc-rp','2694018788013845459',39363),('AbFvOqn7rTmWNFjk6AP31YQ4qqhkDz9F_PvFu5o6W_6GbXpRGFmUubAdpAgn3patCZmrnXqDrOH3RQ',NULL,'2019-02-24 18:57:02.504000','2019-02-24 18:57:02.504000',5,'Cassidy Gray','https://lh5.googleusercontent.com/-VRENorbOc4A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhOkNUNQfXpjDH4zLQs-Z8GZR6Zw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34985),('AbFvOqn7tJEE-nrZcxVZCcNdFnE4ZlraIaZ5hlBzhBk2WvInl25NXQAg8lSU7L2-H6oIKKiKhmbY','Great experance! Fast & friendly service. The entire staff treats you like family.','2019-05-31 21:11:39.221000','2019-05-31 21:11:39.221000',5,'The Knights','https://lh3.googleusercontent.com/a-/AOh14GgW5GOFHjwcJE7D7VefXusJ-S0WmnPOxx-YNOL0=c0x00000000-cc-rp','8918455867446117794',43267),('AbFvOqn7tnqvv5qzWQEPiBOmVTzqsz-SpmHNk46HS-8HVkvko0mox9MxjfHD_eQGkm5c8x0oTwTW1A',NULL,'2020-10-12 16:02:28.693000','2020-10-12 16:02:28.693000',5,'gone cold podcast - texas true crime','https://lh3.googleusercontent.com/a-/AOh14GgvMs_EGf-uxlxmAQcNltFlx4KDcLXB0LwKCepe=c0x00000000-cc-rp','14748677429039074158',31516),('AbFvOqn7TXZnHLx9mpRPuKDmydYiFKIQ9Ty4-Tc9TY4bbmrdf5hGyq84ppnef8Ta9MGfMG6ac2Jw','My experience was great...the doctors and nurses(Trisha. R, Trisha. B and Shay ) they were amazing....the doctor was friendly n helpful.','2019-03-16 00:25:02.146000','2019-03-16 00:25:02.146000',5,'Ifeoma uwandu','https://lh6.googleusercontent.com/-qrnHXhVB27s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnanoc2mle5mgCezqPVxLDpHW3fFg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29129),('AbFvOqn7Uni2RKVHGjGXGfz4uDkRIM7Ay9Sye8hxSo5718lGscnmbvLUUvd6qNkkbGXoxg8-eTduBQ','Great staff, very professional and fast','2018-09-12 22:42:45.341000','2018-09-12 22:42:45.341000',5,'J Roc','https://lh5.googleusercontent.com/-lNGtRnxBlVw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucki8oYi2TregaG_oNtYdWQAwMcp1g/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36898),('AbFvOqn7VwhD-pzYI24j1VtknPyFrVrm_ydcPGRsbjRXwOnihNKZP8HirlcxzrdBGtPmQV6gFgKQiw','I had a great experience with Dawn, Agnes, Dr. Faig, Olivia, Eve, and Lizzie. Everyone was so friendly and efficient. There was no wait and the nurse and doctors came in very quickly.','2019-07-08 22:29:15.293000','2019-07-08 22:29:15.293000',5,'Maddie Talbert','https://lh3.googleusercontent.com/-Ed5QBVZdPi8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm0cJ8hNuMLgF1wO_BVof3Hi-2vxg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40497),('AbFvOqn7wISeEV66HZxSTyTeWVggDXQDygrS8xGThRfi6a-KQ2_M1Vfb3E7FJ5i1Y7tWN6n_ymR3Kg',NULL,'2021-01-08 22:21:59.703000','2021-01-08 22:21:59.703000',5,'Les Wincher','https://lh3.googleusercontent.com/-4Fmj0bAds04/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckO00ViGxtSonOpXmrK8vDx8QXpIw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',44683),('AbFvOqn7XUia-mh8n1ZnGwN93W8LpYEBElsOTXVyAZX9LvbiBHVRtGcMznddN3-RqfjgwBJYHAQmJQ','We were helped quickly and the staff was very friendly. Rebecca W. was excellent.','2019-08-31 22:09:09.675000','2019-08-31 22:09:09.675000',5,'Ross Beazley','https://lh3.googleusercontent.com/-zSoivweDjOI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl7qNjplzX5LIvxMgALHDeYlbAUWg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34698),('AbFvOqn7y26DoEzKWUgQQU47-a_H3Yso9e53tg4_7r2sj7VHowjiz9fs7v1BAfWHwq-w7ZNNzcUO','This place is a breathe of fresh air compared to the hospitals walking in i was immediately greeted by austin with a smile michelle helped me to my room and gave me nice conversation while i waited i love the vibe the great customer service !!!','2019-06-13 02:53:33.241000','2019-06-13 02:53:33.241000',5,'Dyshe Jones','https://lh4.googleusercontent.com/-Rj_wpOHn8dc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnRSFd-DhObbeZHLLG6TKsjHcjpOQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39855),('AbFvOqn7Y2ajZkheKHvFeJdOi8rj0b8vknvxXIpGRBYeNb0ltpWeCOog8NwfYitBF-JpO6-3fCPcMw','Great experience. I booked an appointment online earlier that day, went in, was handled in a timely manner, filled out my paperwork and was taken back to a room. Everyone I came into contact with was very kind, very attentive, and super helpful. The doctors were humble and gracious. This was an awesome experience and I am very grateful for the staff.','2020-07-24 18:16:19.848000','2020-07-24 18:16:19.848000',5,'Allyson Page','https://lh3.googleusercontent.com/-_bs7FRtdZj0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckzbFm37RbDGW0PCc0JdP_zGroa_g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34264),('AbFvOqn7y2aPTGCP3SfwXPBqvBFuvmYec2HL3UoWHlONFmGDC5f5Ilkpyxl6Ol7IPULTWkfTTLIwuQ','Great visit at the Copperfield facility. Ashley with registration is awesome and has wonderful customer service skills.','2019-08-09 19:58:45.905000','2019-08-09 19:58:45.905000',5,'Willie Polite','https://lh3.googleusercontent.com/-3-iQa-FGuic/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclk1r4Yc-Hmn3F6FTH98nZChj1i8w/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38042),('AbFvOqn7ya0pxPrdH6EbWuKpE0Ujk5UIpL-RN4lb-NCAPNLjqO-kiHLJyNrvpZpsPvnBMv4VfEs5yw','The receptionist, nurses and doctors went above and beyond!','2019-07-25 03:34:32.826000','2019-07-25 03:34:32.826000',5,'Claudia Marquez','https://lh3.googleusercontent.com/a-/AOh14GhddB08AvUUNv7jEbddxL8RGo8AFgykJM0XbSqwPpA=c0x00000000-cc-rp-ba2','14567670160750071148',30490),('AbFvOqn7Yef-toSQtRQRpKuwPWSEh1Nq8TGwglXo__MozRCaJ2dYBiPBXGa5FvOeqPaC6iOTDxIbpg',NULL,'2020-01-05 05:22:44.892000','2020-01-05 05:22:44.892000',5,'Karis Miller','https://lh6.googleusercontent.com/-eP7Ikr0Jreg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckiFdcPDn8tk3QkfZmMktapwRR3eQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34468),('AbFvOqn7YIAmoy_nN3p9-bWd0mf2MOSp5nrfODvuRLVVs_4-o3NfO2ZMeYeG38bK_aJUril8gn6p','I was in need of a Covid test after exposure and experiencing some symptoms and they were able to see me quickly! Great facility. Dr. Rose and nurses Chris Remington and Christina R. were very attentive.','2021-01-02 19:20:00.109000','2021-01-02 19:20:00.109000',5,'Ashton Andrews','https://lh4.googleusercontent.com/-4SoB7bxWe8M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmbgaVbLelGp-BQO4awhFE087Kfuw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',44201),('AbFvOqn7YvZfwhJ4rg48K7HNfpEbQXslfvaV5-yk17VPsS5Fp1v0G3AqkixKHXsU4XcPAsLVGNk0og','Best emergency center in town! Service is quick, staff is very professional. Dr. Patel, the radiology tech Orlando, and Amy the nurse provided great care.','2019-10-22 16:53:35.690000','2019-10-22 16:53:35.690000',5,'Anja C','https://lh3.googleusercontent.com/a-/AOh14GhdVLj7HdFfVDdxL-68PnhhKl09gkTKEl2tfXu_Kw=c0x00000000-cc-rp','2694018788013845459',39233),('AbFvOqn7z4V5b7q9gyRp-xfVwHMxkak6EatYNtQtv1lYmqaWtS2aq0eVS-VZh3wE4zkXFcXb8QHu',NULL,'2017-06-19 19:26:31.189000','2017-06-19 19:26:31.189000',5,'Claire Rhode','https://lh3.googleusercontent.com/a-/AOh14Gg-kEHem63N0_WqtqE3uGuz6BWBwnnq7juuIXZY=c0x00000000-cc-rp','14904078213800803294',32669),('AbFvOqn7z51u4Gqt5KmaPzqyrCxF5fTK7EBUTV7FcogbUrNXB5lH0YvdijHHZvGxsu9EaZunPIbLiw',NULL,'2020-10-23 22:46:45.658000','2020-10-23 22:46:45.658000',5,'Zaven Rollins','https://lh6.googleusercontent.com/-ydAPEI3o76o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckLhKCBVpU_2Pcb2dmTsKK7F1jVwA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40116),('AbFvOqn7zKXTU_3jD9FrvFAvKSnKnGt2kOAHZMOnR4uce0YYbHumYn8UAgCTLJbI56B9wnWKqIJugA','Very friendly staff, was in and out in about 30 minutes (that doesn’t include the wait for results). Considering the circumstances I felt safe and the facility was very clean.','2020-08-03 18:50:24.755000','2020-08-03 18:50:24.755000',5,'Claudia Lopez','https://lh3.googleusercontent.com/a-/AOh14Gi61-Vh6NsIluRDXz6yn9CqTio_8D_29Fnl-P19Xg=c0x00000000-cc-rp','2077061009497551125',38659),('AbFvOqn7ZoqdpghmK01YkvHY0r35sUfzJrmthmiUP5deJ_zAs9rA5FZbvFZ6TkZ_m3WRWjjdLTwgjQ','The staff was very pleasant and attentive.','2019-08-09 19:40:57.672000','2019-08-09 19:40:57.672000',5,'Theresagale Bruce','https://lh4.googleusercontent.com/-WQCvKHXhoFA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl2cc3YFvMVEzvdExGOUx401-7ggw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38043),('AbFvOqn7ZPDQxXRAjXKrO01y_QRMmyJJP4KWY9V4sByFYecUEr9ErdX9QmGkNlCG79fnVg','I had a Good experience at Signature Care all the personal there was so nice and kind, first time Going there and everything so Good I didn’t have to wait to long to get in checked and not to long to get my results. And Araceli and the Doctor were so patient and carefully with me. Thanks','2020-09-10 14:10:35.141000','2020-09-10 14:10:35.141000',5,'Jesyca Salcido','https://lh6.googleusercontent.com/-kTUC6stvMf4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmH67eSG3TReGBARyLDTc_Fbfkucw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41296),('AbFvOqn7ZQR39dn-4T14Fxbi9h5j1Wgsnlr_xmnKzGsqZgwrkry_XslFlpzuUZK1aHc8Hku_hreE3A','Today is my second time coming here. My first visit was end of July 2020. Both visits were a pleasure experience for me. Everyone was over the top friendly and attentive to my needs. I will definitely keep coming here as needed! Thank you Kevin and Dr. Chowdhurry for talking with me thru the process!','2020-10-13 15:01:21.452000','2020-10-13 15:01:21.452000',5,'Gina Islas','https://lh6.googleusercontent.com/-UmUiXh6JWjk/AAAAAAAAAAI/AAAAAAAAE_4/AMZuucl4On8o8BfVmM4UDJO2vbjDAsYMSA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31508),('AbFvOqn8_1nlFuS_PIhKumQmUnFodfFeZ3cyjkZ0-3IGX6ZDT3he-iHUDmK4CjN3LOWTlxOGmyji7g','Wonderful care from the moment I walked in. All the staff greeted you with a smile and truly acted like they cared about you and wanting to help. Very clean facility as well!','2021-01-18 01:24:57.914000','2021-01-18 01:24:57.914000',5,'Carissa Dillon','https://lh6.googleusercontent.com/-PKn90Hmc0Ek/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck21pyuqD2FACmslrHHD0q512Bzsg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',44590),('AbFvOqn8_j5xdbjgAG1htsXgarbhIfk5QbKDpaYhlsBZMIIy--VlxImpsAusBYf0vrbYWzLq6av0','It’s was amazing from beginning to end even with being sick ! I was taken really good care of by. Jennifer Digs, Dr. Simmons and Nurse Billy Brooks. loved my Experience !','2018-12-31 06:29:15.223000','2018-12-31 06:29:15.223000',5,'Renayia Black','https://lh3.googleusercontent.com/-Hoxmeqqp1bc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnpBtj7d2qQkYlRELe_LoAxAMtq9w/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42212),('AbFvOqn8-AuHeEK7eD_8kLwWt0qmqCj9IEbhhBDW9fHVBcZiTdCkz9_tW6TYvPu-as3BY1-jvtl7YA',NULL,'2019-11-24 03:36:55.691000','2019-11-24 03:36:55.691000',5,'Kat Green','https://lh3.googleusercontent.com/a-/AOh14Ghdw251V5KBo9jqdfaqWCLXrsibc-DcRNkgATrSRA=c0x00000000-cc-rp','12541597562633926366',28971),('AbFvOqn80a3axGfrLv3XEPAOCp9q2DcYxyD4zQy9rabJWIURtSYdLOcrU5lBh8eTGV717fdH03C7Vg','I would have given it 5 starts but they were fully opened yet mid construction. My anxiety that through the roof.','2018-06-30 04:12:38.413000','2018-06-30 04:12:38.413000',4,'Ashley Perry','https://lh6.googleusercontent.com/-AnffOmI2ZfU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclYlinEaqtOwV8UQW6W8L99TDdocQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29231),('AbFvOqn81KjRWs7kZ9vV892J-0y8HL2MAkhNkgi1ToivghTKYwwusUz-sk1V9igKDtqOG7Q1BP1A','Nurse Jacob and doctor Vakey were extremely helpful','2020-01-20 22:09:01.678000','2020-01-20 22:09:01.678000',5,'Sean Wilburn','https://lh6.googleusercontent.com/-20Cy-zt3Izk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmg9Z_4egxUkTxPAqN2y2zNW2eZNQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34423),('AbFvOqn82Em3D5JbBg45sl8vBpz8WcCTr9oHQe-bQp14GaEdJjLCnkc5Kw1U00bv5l6VhlL25a7s','I chose this place from a friend who had a recent experience here. From the time I looked up SignatureCare online, I was pleasantly satisfied. I was able to make an appointment online, had less than a 5 min wait time, was greeted with friendly staff members-Dr. Rose, Adam, Jesse and Chris. THEY truly were amazing and very personable, they care for you like you’re one of their own. I definitely felt an ease from the second I walked in. Definitely recommend this place, especially any fellow healthcare workers out there ā˜ŗļø','2019-10-07 19:02:24.169000','2019-10-07 19:02:24.169000',5,'Michelle Brantley','https://lh5.googleusercontent.com/-t9_V8mGbJ6I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnd6DUfpraqjhJSOQM0HGoEDdVovA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36118),('AbFvOqn84pOwoGewCkvUqViAAMcm-i82cgf8df7iFAexdv9XYt4zwR9W1GOi_AHlp1Nou7wRHygIYQ','Thanks to all the staff that helped my wife , Dr Vaagenes , Manuel the nurse , Maria at front desk and Magali from radiology, will not pick another ER , because of all of you and also staff that didn\'t even help us were very attentive ask us if we wanted snacks and drinks on the house , never thought we would have a great experience here in Odessa , facility was very clean and on point . Thanks again','2019-06-13 01:50:46.354000','2019-06-13 01:50:46.354000',5,'angel c','https://lh3.googleusercontent.com/a-/AOh14GjrqDIJg8S8Ys5lAF_vHF_EzUQ18pqCwhLsd_TTwQ=c0x00000000-cc-rp-ba2','6521947413723274945',41698),('AbFvOqn84zVujw5OevlzH0pLOJSEEooO4rtT_cZP5Bp3ToBpd-KWcXC6ziQZ2v00ZNZV-60U15Y7wA','Very fast and good','2020-09-30 19:32:50.856000','2020-09-30 19:32:50.856000',5,'Imonte Shaw','https://lh3.googleusercontent.com/a-/AOh14GhSy6PDSjJQmb9ZWnmphlGOc_w_FZtetaeRevOB=c0x00000000-cc-rp','14567670160750071148',30090),('AbFvOqn865c4f8VYKuHA7WHQ7TYPXsIhmjgOv8dhUnv0TEY2qXtz0jqyJUCb7q8Esl2-5AjdywpnCQ','Very nice people. Your ER to go.','2018-08-27 00:54:49.349000','2018-08-27 00:54:49.349000',5,'Xuan Kuai','https://lh4.googleusercontent.com/-t99YmY3VN_4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnWT6hd4_nx-SwRq0mMT-zp3ln2IQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30765),('AbFvOqn86RNprqB7bO-dS0jDQ7b4Snv2dQd3r0ATlfKkOA80NpKwLYL3wddnvExyYOY0udU02ps2Sg','Straight forward pricing, sweet, nice staff that can make you laugh even when you feel like poo. Much better than any hospital I’ve been too and they treat you like they care and that’s what matters! Fast diagnosis and very helpful through the entire process. They always provide a warm blanket which is nice during winter.','2018-12-02 10:01:50.506000','2018-12-02 10:01:50.506000',5,'Victoria Aranda','https://lh3.googleusercontent.com/a-/AOh14GgDBuQHCiDYD4yHZPhd2xry-pvC3EQQC6e4BflF=c0x00000000-cc-rp','16891069708558046635',36320),('AbFvOqn86tLAIq43t4lyu_3nqZt5vyBSD-ynna_2SDKNd5In8hn1xH6w15wvYR-wbhb9omVC5QXi','Andrea and erica were so heloful. Will come back','2020-12-12 16:48:54.188000','2020-12-12 16:48:54.188000',5,'Moses Moon','https://lh3.googleusercontent.com/a-/AOh14GgnlWSVtNaI5jztR_duXWvdoCSpT4w9JCjW6G0_-sA=c0x00000000-cc-rp-ba2','14748677429039074158',31281),('AbFvOqn8a2qxkBLRQuvpN-sDnwtck5YVYTzp4SE3ceRv2qN2CFCZG1VfAmEsts2Cv0CfF1unXl7D','Very professionals and fast service. They keep everything clean and safe for everyone.','2020-07-09 16:39:26.254000','2020-07-09 16:39:26.254000',5,'Patty Diaz','https://lh3.googleusercontent.com/a-/AOh14GgM9RAWKKUIAI3HtLz5WIxVPC3qe4EitFglyKik=c0x00000000-cc-rp','8679688254631342173',42358),('AbFvOqn8ao_j-dPfVmNyB6jjJfyOSr1iB1E36LOqdjW0zUF1KIrVA_9a4Dmbz-F-0QREUc98dHVXMw','I Google a place to go straight after work from being in excruciating pain. This was my 1st pick and boy am I happy I did! The staff was amazing... Tanisha (fellow 504) was so sweet, Laura, James & Sarah were amazing & patient & talked thru every step they were doing. If you missed anything, Dr. Mauldin repeatedly made sure you heard & understood what was said from him! Amazing experience, thnx team! šŸ’š','2019-08-14 03:24:20.830000','2019-08-14 03:24:20.830000',5,'SHAY FORTNER','https://lh3.googleusercontent.com/a-/AOh14GhGbu9UvsHX-L8z7KqckVHUI7vAET0ZL1SMnin2NQ=c0x00000000-cc-rp','17898197009688164559',38036),('AbFvOqn8B5KxEqbWL5LUwvdmpbYHFjS1vGSL42frr_-xwBlULPiNUvLSGOJ_YWNGfwGnFH-cbu55wA','Great care from Alexis and Gabe. 10/10','2019-03-05 03:43:53.347000','2019-03-05 03:43:53.347000',5,'Venkat Reddy','https://lh5.googleusercontent.com/-jiL5XVo2BuU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcbleoQkZ4aKxtZLqV-VOQx4Ryzw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34974),('AbFvOqn8bG1V_mujRZulbIBjpdypkosXSU3pQ5Qr9B2kpxhrC-sC1O26Vvooslxo4LxahD-15iayJg',NULL,'2019-06-03 22:19:00.459000','2019-06-03 22:19:00.459000',5,'Sierra South','https://lh3.googleusercontent.com/a-/AOh14Gj1KSOz1C9_4f6iHgFrZkn6wIqOYdrZn-Khi2QT=c0x00000000-cc-rp','16590124370714063921',34834),('AbFvOqn8BP5hbnnTy2Ao-jQlggksZ3AOjZOoEjkO1E5M3ogr2l7odTJwLDfdCR0JsUqFeFAS0turgg','Good place for treatment','2020-12-28 18:46:47.847000','2020-12-28 18:46:47.847000',5,'life with TT','https://lh3.googleusercontent.com/a-/AOh14Gg0VfGpeiV-KnVS-w4rVl_i2D6n3EIkRxRbT8UI=c0x00000000-cc-rp','3272657195432704501',44045),('AbFvOqn8BZe0lXcFMYyO9xp4DRLLrZ4EOn6ekeRHmM1ENe68p3JVnout-29Tseu_r-BODBwk9F_4','Very good service Jose and Patricia were very kind and patient with us, and fast.','2020-02-09 20:48:36.896000','2020-02-09 20:48:36.896000',5,'Demetria Darjean','https://lh6.googleusercontent.com/-Zt63BTS92Hs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclxZVbhenzTdocZsHuyBssv3impuA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33381),('AbFvOqn8C2qKLUz8Wj31nkeMvY0ELyEpNlMQ05z0MHzNBE9jSvE86461gUohHQBGm65aW4P8q5Vyxw','I went there Saturday early morning with severe stomach pain. Wait time was less then 5 mins and turns out that I it was my appendix. They made me feel comfortable until the ambulance came for me to take me to hospital for surgery. The staff was amazing! I was there visiting Houston and unfortunately this happened but my experience here was absolutely the best.','2017-11-20 01:53:41.581000','2017-11-20 01:53:41.581000',5,'Christina Castillo','https://lh4.googleusercontent.com/-ObpfJ5Q3qqI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm0m-vk4d4uwx0Y8BfhwkVv7l_T6A/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32637),('AbFvOqn8C4O4BPi6CTClltgyTttRqjzkcfKMExTXm5kdbuGlFbxd9rr89I42e9ox0Z4aI0vaxmAt','Excellent, friendly service. Sarah took great care of us.','2019-07-29 13:34:03.173000','2019-07-29 13:34:03.173000',5,'Alexandra Ferretti','https://lh3.googleusercontent.com/a-/AOh14GgUNByb3tZ2MzFmGe9ZplXL_gTDeDKZE5hJMkMWKg=c0x00000000-cc-rp','17898197009688164559',38062),('AbFvOqn8c9Wznkp6pdsZLcrMKdbUSNkTEbbwfT9jMbQ7Ayz6B3a3y_-2YL8LdTnRTxT3Kxh0qrbqwg',NULL,'2017-11-17 06:27:13.904000','2017-11-17 06:27:13.904000',5,'Jonathan Nguyen','https://lh3.googleusercontent.com/a-/AOh14GiX6bcdo6cNJ9SNWzvM-C1N6DeMyayqd8rQF1xarA=c0x00000000-cc-rp-ba3','17394740196501090048',37032),('AbFvOqn8Cn0MJWCq5lST1F9yq_kyYvZGjyJoPhDDl3Fnc5pw_iM8k01Is44BVr3aXoowXp8UTO_KIQ','No wait at all!! Rachel, Ralph, Monica, Koley, Fatima, and Sable are extremely friendly, warm and informative. The whole experience was smooth and well organized thanks to this amazing staff!!!!','2018-09-01 22:06:17.625000','2018-09-01 22:06:17.625000',5,'Cali Jay','https://lh3.googleusercontent.com/a-/AOh14GifgI-H5OV7CckSkMLlAqOmRXbjUSXP7YXVy6fyiw=c0x00000000-cc-rp','17394740196501090048',36908),('AbFvOqn8CqgIygVOkMUBgJPEXJzHCICSfax28Jh0VFqH8CWD5elKqwmSK-JoSo5WkhV78ERvingQ','Such a clean and great facility everyone is so nice and caring!','2019-06-11 17:14:14.428000','2019-06-11 17:14:14.428000',5,'Bridget Hernandez','https://lh3.googleusercontent.com/a-/AOh14GhF5cO_cbkHl12OdyQ8UCln122_IsiIt-d057EEPQ=c0x00000000-cc-rp','6521947413723274945',41701),('AbFvOqn8DnRaVztB_FcTeq9ymaTIiTKlImgZtrw3rW2ghe89wapjnS4KwfqaeFGuXmUV4Dmea-q1mg','THIS FACILITY IS AWESOME. I sought out an ER facility at 2:00 a.m. for excruciating leg pain. However, I wanted a good facility and good staff; therefore and started reading google reviews of a facility near me BEFORE I made the drive from Pearland and this was fit the bill. My husband called first to see if they would take my insurance, they did and we immediately headed there. I cannot tell you how satisfied I was with my experience from the minute I walked it, as I was barely seated when I was taken back by the nurse. Thereafter, I immediately saw Dr. Daniels, she was very kind and thorough and was concerned about MY concerns. She ordered multiple x-rays and was immediately taken back and the tech was so kind and caring. I then had an ultrasound and experienced the same kindness, even though she was not on staff and had to be called in for it. DO NOT HESITATE TO USE THIS FACILITY IF YOU ARE ILL.','2019-10-09 11:45:59.330000','2019-10-09 11:45:59.330000',5,'Denise Bridwell','https://lh6.googleusercontent.com/-ordM54Uyd1w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmXQ6EiGQp9SA57J3Vts4nro8D1YQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40403),('AbFvOqn8FImeTeQNwBAW6euO4q490OpruiKmBCfVKDqry-9MrL2-5lH3b0zvXtqjd_iOV9WDqARadg','My experience at Signaturecare Emergency center was quite the exception. Everything from the front desk clerk (Janay) recognizing my immediate emergency (severe allergic reaction) to the radiology tech (Linda) getting me connected and checking my vitals to the calm, yet highly efficient and lovely nurse, Christina was definitely up to par. Dr. Lingan was the M.D. that night. He was very thorough and calculated as to how to properly handle my situation. I knew I was in good hands with the high level of knowledge and professionalism that each staff member exemplified. I am very thankful to each of you for nursing me back to health. Thank you, again, for your attentiveness and care.','2018-10-16 03:55:24.766000','2018-10-16 03:55:24.766000',5,'Priscilla Plant','https://lh4.googleusercontent.com/-zHdoq-P6tzc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclthk7Nk5s7HJfcTnSMOF79YZbUCQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36341),('AbFvOqn8fLTpq6l2a4fvQ6VnnGyqibY6IGM2Z0oN0CdayK2zdk6mYZsYiRnL7xZrP7eMWPV_PZ3PAw','The staff were all extremely friendly.\nI fell and hurt my foot on Sunday.\nThat evening I went in. I was taken care of quicky. The place was very clean. I will definitely use them if ever in need again!','2020-12-09 04:34:43.435000','2020-12-09 04:34:43.435000',5,'Kayla Juneau','https://lh3.googleusercontent.com/a-/AOh14Gg8kTyRI-qM7bGpc3E5v4Gj4DFPOZC4lWoV9skySQ=c0x00000000-cc-rp','8626688543755174284',41819),('AbFvOqn8fvl4yyN5ayC8ZR0dHIP5Om-xTg7NS4dJBUih1MsLfndtadSTmzBQuW2fmOAbRx39oWG51w','Dr Hanna Tran was the best she helped me and made sure I got exactly what I needed and the rad tech Marcus made sure my cat scan process was smooth and the nurse Alvean made sure I was perfect before I left I’d give a million stars if I couldšŸ˜‹','2019-04-30 14:53:00.893000','2019-04-30 14:53:00.893000',5,'Cynthia Ball','https://lh4.googleusercontent.com/-ERJYDJXhNt4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-kRJPLVQmc1Jb39QIvtOP84j-oA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqn8g-BxDjN4laySVuUzHnA0mdzBd6ueGfdgqFL11fWkrH6ThZuXe_xQth4WfTPkYQs51GiU','Was welcomed by Rebecca at registration and Nurse Anthony and Dr. Vaagenes were so attentive and respectful. Great facility.','2018-08-22 04:56:50.179000','2018-08-22 04:56:50.179000',5,'Kathryn Bryer','https://lh3.googleusercontent.com/a-/AOh14GiQRn8xBiZROdi1wmOcpnxAXrpyk-zuOj7MorGr=c0x00000000-cc-rp','16590124370714063921',35228),('AbFvOqn8GdsXlFRroB3nxid7IUAZ72o-QNOrRYaQebkL_oHBPH4P5012vnc_QIDkFluIE8xksNQO','I had a great experience here with Kimberly, Jacob, and Victoria- and I didn\'t even have to pay a thing! They were super nice and very attentive. Also there was no wait which I loved!','2017-05-06 18:01:26.142000','2017-05-06 18:01:26.142000',5,'Selin Ozaltun','https://lh3.googleusercontent.com/-IV5dRZAWM0M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckU-7Z-n-IyRgUfeeKto4vczs0O9w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35436),('AbFvOqn8Ge51iMiJ6WO0Rsss0itnYaLO4Gje2hhHoMakSVuVPxCtQC4AZVb2gE0B0DEsmZ31H0FwNQ','Really fast & convenient service. Chelsey & Katie were terrific.','2020-11-12 00:18:25.702000','2020-11-12 00:18:25.702000',5,'Darragh Bonfil','https://lh3.googleusercontent.com/-YLIyzj4jaiU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucne9_RhU50ZjuEWUDbiq44Y0lPbmA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35598),('AbFvOqn8h7He72sA8dOsz_8W46YocH39QJqUsoKtykEZ3XFComlG7Tx8yEZVWEe0fBBDN_J_Q7w2','I love everything about this er everyone is so nice and welcoming! Ashley and I had a very good conversation she\'s very sweet. Sarah and Dr.then are a great team also! I highly recommend','2019-07-03 17:09:02.221000','2019-07-03 17:09:02.221000',5,'Matthew Bereal','https://lh6.googleusercontent.com/-UycJd2Vpf7E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnOvxA1_AAcNEHgYi66Rm6XDuM10Q/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38113),('AbFvOqn8inqNIGiXs8-Zrj2X6YrMB646_xRd14IRnvcUnV-5N-MHX0Ji1v4W64ru6aKFl0oYbRTi','Very friendly and clean!','2019-11-22 02:20:22.155000','2019-11-22 02:20:22.155000',5,'Jade Huang','https://lh5.googleusercontent.com/-zCtVu2btox0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnnf70KU2apTDOzSuChr6bwwYr1WQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36072),('AbFvOqn8IrusGT5N8i_SRLYwmIXNBmsPauMpRzybExc5wV2vEdC9ce0cMPyr_KwOUtf6iL8U4oxHAA','From Linda at registration to Amber RN and Christie the lab tech to Dr Carpenter everyone was friendly and took great care of me.','2019-01-18 05:24:01.802000','2019-01-18 05:24:01.802000',5,'mary hicks','https://lh6.googleusercontent.com/-3IvdF_7zyr0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckJqmwRRnN0WiixkZWybXi1LIP0hQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39955),('AbFvOqn8IXE7ro5XCYG0BXIKHw_uC4NWnfGceVEdY5XjZ4EtdmqwLy9FVnP2V1vRbcGgJhVRd_-Etg','Lindsay and Dr. susbecker helped me and they were so helpful and made me feel super comfortable! Will be coming back here for sure!','2020-11-25 17:08:08.375000','2020-11-25 17:08:08.375000',5,'Darci Davis','https://lh3.googleusercontent.com/a-/AOh14GjKMZnKVHRUewUCKNYz6dBVvB8MWAgi7C9VwXj-=c0x00000000-cc-rp','16891069708558046635',35551),('AbFvOqn8jf3F68MFNsCfxW-w4_tf0J5dV_dUCIHfyglGVUcXn1PaudNPCOYksUIIRBe442qktg93-Q','The positive reviews are real! First, I want to start by mentioning that the staff is super friendly and professional from the moment you walk up to the front desk. Dalia, the young person at the front desk, was cheerful and prompt with providing help. The wait from the initial check-in to get to see the doctor was not long at all, I don\'t even think it took ten minutes.\n\nThe doctor and nurses were amazing. They were super helpful and attentive. They offered me a warm blanket - Which was a first for me. The entire facility was really clean. I highly recommend their services.','2020-09-20 16:22:56.821000','2020-09-20 16:22:56.821000',5,'Miquelle Leonard','https://lh3.googleusercontent.com/a-/AOh14GgaQgg3kcwSxyxmYAq59mz8RcY4sbk7rC6-LZYh=c0x00000000-cc-rp-ba4','8918455867446117794',42901),('AbFvOqn8Jhk2qKnLC0YsJsq2H9K1H-nbMs3GDnNzzleKIjVE1Py6_Kmc17Ut-9A5mzcJ3PtOHAsv','Professional, and relatable staff','2018-01-19 04:49:38.288000','2018-01-19 04:49:38.288000',5,'Blessing Akinyemi','https://lh3.googleusercontent.com/a-/AOh14Gi9Pe2JSwdGRaXn-5Ok-eZfC2ZZ50yBIgLmDxwN5w=c0x00000000-cc-rp','8918455867446117794',43426),('AbFvOqn8jinKi38W1OK8rIIcesa3kDKEoNRizWuNoHsZVj92V6i432hY0YAK86TOHcWoB6G7XSHcKQ','(Translated by Google) Excellent service and attention from nurse Alvean and Patricia.\n\n(Original)\nExcelente servicio y atención de la enfermera Alvean y Patricia.','2020-01-27 00:09:13.322000','2020-01-27 00:09:13.322000',5,'Fernando Gonzalez','https://lh3.googleusercontent.com/a-/AOh14GjSE6NpBrUkbO1xZU415D3kC2ulDE5zj6y-0ksBrA=c0x00000000-cc-rp','16389487648212004696',33445),('AbFvOqn8JVylqPo4E71Rprpj_Vrj9_5nCji4xndbb4pR5vy5RZjehD8Fyh7eLpxAR-doohjoNat_Ow','They are really nice people never had a problem šŸ‘šŸ‘','2019-01-20 20:43:40.827000','2019-01-20 20:43:40.827000',5,'Aniyah Jones','https://lh3.googleusercontent.com/a-/AOh14Gh9fbAeFjdh6_ttFHm6oe3ohcIxbhq9LpfLdBzs=c0x00000000-cc-rp','3272657195432704501',39953),('AbFvOqn8K3e6R0C8zgX-6BaRgIz5rrN2TXnbMb7xJ-QsQFy64-HSn3pepxVDZmXKowMe1XL5S5sCGg','This place has the nicest facilities and the staff were all fantastic. Special shout out to Lisa v. Kramer and Allison they were all very nice.','2019-12-07 04:04:00.510000','2019-12-07 04:04:00.510000',5,'Walker Partin','https://lh3.googleusercontent.com/a-/AOh14GgBstmTW6ZaBgZYVMCc4JJISbotguNhtHrHZNzppA=c0x00000000-cc-rp','13486358490203335051',29548),('AbFvOqn8kiUn_4T0O-v19J5LZ8axH4apNocS-XxELhXlbKxGYTQ1u0pjWzxKR5LpunrktrHZ1OZw','Unprofessional for both staff and nurses , can’t even asked them a question without sounding annoyed, can’t even feel appreciated and respond in a normal manner, shows a lot what the people turn into in epidemics like these smh','2020-06-27 17:47:44.141000','2020-06-27 17:47:44.141000',1,'Manny Perez','https://lh3.googleusercontent.com/-yt6h4TVCn1M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclkLoiJYi5YCh2gxCHWMFK9qFX5pQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32318),('AbFvOqn8KvJl7XTHAuN_bIsjybiCe6rV-4D3RfaksStascj7TkGtGVw2WdTzyaB-L1WL8zCH8VbZ','Everyone here has been great! Earl, Katie the nurse, and Frank the rad tech were all fast and efficient. They made my son comfortable when he was nervous. Thanks guys!','2018-09-01 02:00:15.824000','2018-09-01 02:00:15.824000',5,'Kaye Berube','https://lh5.googleusercontent.com/-za0eZOBfF5Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckt2L_bUuLdSXtSZNz1YPCXMCWTaQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36358),('AbFvOqn8LkLzbXTzaN2_1eGtaDoRXquoB7HgSPfJFTn5_LHGnwDyEixEdX-H50GKO4Mpp0PVAot6xQ','Great and fast service! Dr wang, Susan, Tamisha were awesome and took really good care of me!','2020-01-08 02:39:00.688000','2020-01-08 02:39:00.688000',5,'marmaljr mmm','https://lh4.googleusercontent.com/-KaVVPcFXp_4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckS7ska4HEYzo596eA6qOiOebIoFQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37758),('AbFvOqn8lu9cMqU-DCAWYgHJfMMNhFcwNfIbGC4CxLk3SUIBpJIVoNJ2lFpwzpjvfA-7Q8uZVtgT','It is really a caring place\nAll the folks works here are so nice and caring\nThe Dr Elsbecker is so nice and he knows how to treat you, More importantly he listens\nThanks','2020-03-06 02:47:00.251000','2020-03-06 02:47:00.251000',5,'Silkson Manickam','https://lh3.googleusercontent.com/a-/AOh14GhzTYPXwbMWG84Xc3x2uyjRGQTyw7I0ODkBkxWb7A=c0x00000000-cc-rp','16891069708558046635',35938),('AbFvOqn8mmRrDjrulnizM--XZyA-cbAB1hyORAgtfZoRAAG9l8t1pxpdk4zTD6bIotbWQmTdAFKWNA','I totally recommend coming here. Absolutely NO wait time and I came on a Saturday. My nurse, Christoper C. was very kind and helpful and made me as comfortable as possible','2020-11-08 00:38:20.823000','2020-11-08 00:38:20.823000',5,'Whitney Jackson','https://lh6.googleusercontent.com/-cjBufMEF8pI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucktC4kR9HlKQN_QbsOoxg2rTZXThA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30030),('AbFvOqn8OldiGmY4IKAhkJeBCi_cF4r5KXD6B_BqnmONQpq3kafJ4PqxvIasDtCFYGF3w6yI0VEUug','No wait time whatsoever. Fast but friendly efficient service!','2020-12-19 20:13:29.351000','2020-12-19 20:13:29.351000',5,'Francisca Ramirez','https://lh4.googleusercontent.com/-Y7cw_mNOVyk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl2M4ksVhdUieLsUSPvrE442YWbbw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44527),('AbFvOqn8OYHaBCv2FdKGlBBWB2zuAxaeTFQugrafoaA40O0JYOEY-JrdoEY7-z8B4Nbo3IaUSEuTsg','Alyssa, the receptionist, was nice and everyone who was there were helpful and kind.','2016-06-16 02:38:18.594000','2016-06-16 02:38:18.594000',5,'Arlen Huynh','https://lh4.googleusercontent.com/-9CV-bWUs3S4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxCCOxkjY8B2MyOT7VuQiyGixnLg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41209),('AbFvOqn8PgxzCRBplcz8LjzMMvtOAf-hxYli25NOc41HquFrLNiVtkHI9jvqKNFAY59IzZZXVI8k',NULL,'2018-07-25 16:22:52.134000','2018-07-25 16:22:52.134000',5,'Ryan Sharrer','https://lh3.googleusercontent.com/a-/AOh14Gi_aB1WcVNgGrUNAT9cF50REc8Mj80s7bXnu4BMyg=c0x00000000-cc-rp','3511292162159714121',40917),('AbFvOqn8PHJBnlKIQYl4SJvgGHWzCsc193SP-84ePl2_ULAfoQK6HrOVwKW8G5Hm7ZsuOFNcETxr','I came into the office super nervous to get tested, but the staff made it super smooth going! Definitely recommend!','2020-11-27 23:47:40.126000','2020-11-27 23:47:40.126000',5,'Brittany MacDuffee','https://lh5.googleusercontent.com/-tw7YDcOZjw8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucktgT5FHpqcyO-NRGkgWrpnhCqgNA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38406),('AbFvOqn8qPUScUE5LVyfFjOs5recOCqctt4R-2wtjNEPMpD_nOAgJgW-4FYjF2u-t4FPiFmPSQaM_Q','This place is Amazing!! They take great care of you and make sure you have everything you need while in their care!! Always asked if I needed a warm blanket and was comfortable. They are a Five Star health Facility. Gunner their Radiology Tech was so personable and super nice!! Dr. Ashbrooks as well as the rest of the staff including Kara, Courtney and LeAnn were very sweet and professional as well! I would definitely recommend Signature Care Emergency Center!!!😊','2020-03-09 22:52:18.402000','2020-03-09 22:52:18.402000',5,'kimberly murphy','https://lh3.googleusercontent.com/a-/AOh14Gjh-mx8hvrdJkFnrVjUbTOlddBZKmG-gz7a642x=c0x00000000-cc-rp','3272657195432704501',39566),('AbFvOqn8qrFcxCJR-4e-XVxG7qSCfQ5ggKYpbnjjYv8JzLOOzG9L0vSyEuygriJzqu1jV-BmnVx0','Unprofessional from the time I walked in the door. Only concerned about my insurance card or if I had cash. These trash, so called medical professionals let a 7 year old with chest pains hunched over to the point I had to carry him leave because I told them I did not have my insurance card and did not have cash to pay. I explained that I worked for GM financial and had Cigna insurance but just didn\'t have card. The receptionist (after she finished a personal call as we were waiting) said nothing she could do and they could not see my 7 year old son unless I had cash to pay since they claim they had no way to look up my information. Thank God it ended up not being a life or death issue, but I would warn you not to go to this place. There are other places in area and was able to get my son seen at Methodist er a few minutes away. I hope these people are really proud of the piece of crap job they do and hope they have some type of morals and feel like crap for letting a child leave without being seen. By the way, Methodist was able to look up my insurance and less than an hour later my wife was able to get home and get my insurance policy number. So the idiots would have got paid if they were professional enough to see my son.','2016-01-26 14:27:25.749000','2016-01-26 14:27:25.749000',1,'Marco Rangel','https://lh3.googleusercontent.com/-IEObJxMRjuc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnwuWdrT49JiOAwcUnKhyTc6jWqCQ/c0x00000000-cc-rp-ba4/photo.jpg','8679688254631342173',42780),('AbFvOqn8QS5WLnQwmGR9p7UphjLjGckqAM3oSB4unCcvx7m9HICk6iQFTtzWNnC_KZRjFeFRohtPcg','My wife went to this facility with an open wound and the attending MD? prescribed meds but was not able to give us suggestions for the care of the open wound. Since when do MDs fail to learn how to dress and care for an open wound? It was in the past taught in public schools as part of the homemaking classes for decades! When we asked if they no longer cross trained MDs in wound care, the MD indicated that she did not know, but would refer us to a specialist in \"wound care\"? I could not recommend this organization to to anyone. The attending MD had a very unpleasant attitude. They did see us in a short period of time, but the resulting $175 charge was really worth about $25.','2019-07-12 02:30:32.695000','2019-07-12 02:30:32.695000',1,'Bobbe Mcclure','https://lh5.googleusercontent.com/-iw7ZkSAk9Us/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclm47mCrx2IigrOVF8jlyCJTjBl9A/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41666),('AbFvOqn8QVSCK53E6R61wdkHH4VhtztP_KvTIqeAAZNzGcamubUo6xIo7sn-sDa3jOFDErwE5iUr','The entire staff from check-in to seeing the doctor were phenomenal. They were caring, courteous and very professional. I would highly recommend that you see them should you need ER services as you will get the best care possible.','2019-06-27 20:14:38.021000','2019-06-27 20:14:38.021000',5,'T Jones','https://lh3.googleusercontent.com/a-/AOh14GhGp4q0sr8m8Z6lalZk1dwQTV2FXiTcerIMOZ9B9Q=c0x00000000-cc-rp','17898197009688164559',38119),('AbFvOqn8R-VgKIjBDDNPfFtFbiJ98332lueG4d7F_IszqrhAy0U55VR0CXS8xr2_ZqYo4KHpqDGcVQ','Really excellent facility!!! Everyone was nice and caring!! Thanks to the lovely ladies Angela, Jamie and Kim you guys were amazing!!!','2020-12-02 05:08:08.443000','2020-12-02 05:08:08.443000',5,'Keyanna Wilson','https://lh4.googleusercontent.com/-Sgfd2l1dMaY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckrTMHOkbekUP9mBeTNHGmTnHbm_w/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38875),('AbFvOqn8RvksfCX64WxzZfjkK9xqUknkesHr00W3S1xjA3tRiIfVtg_3NR-lWwSK12yUOePE4ADMag','Very nice people . Well taken care of during my stay ! Even received a bag of my fav chips ! Thanks','2020-11-20 16:55:22.672000','2020-11-20 16:55:22.672000',5,'Carliss Ward','https://lh3.googleusercontent.com/a-/AOh14GiOxbuvlBHv5Ab825nTtkIo-sAy0YKeQ3x9OwbnOQ=c0x00000000-cc-rp','2694018788013845459',38890),('AbFvOqn8rXF6PmGGOSHokw8EFffsEQTblCbgQL5m-WdoRBikz0eFXci5dPDQ1X6CH3Bsz_-P8nm5',NULL,'2020-01-26 02:11:52.135000','2020-01-26 02:11:52.135000',5,'LaCole Dunn','https://lh5.googleusercontent.com/-Xx2QLmqWCIM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmRz_QiKgsLZn0zjyQyW3wvTKu-8w/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28781),('AbFvOqn8S4NNy419DFBILKl5jb743BO6qEkYzd05GD0a_8UQ605Fpgz2Y3JnIE4JJD-2DmrQCYVR','Came in for a hurt ankle, Nurse Rollie was kind and professional, my registration was smooth thanks to Stephanie. My radiation tech was the absolute best, she was sweet and kind and honestly made me feel so comfortable. Dr. Alloju was quick and effective.','2019-11-17 01:41:53.267000','2019-11-17 01:41:53.267000',5,'Esmeralda Rocha','https://lh3.googleusercontent.com/-Ed-ZYKwCCqA/AAAAAAAAAAI/AAAAAAAAAP8/AMZuucly3dJiep7V11vCfd4dyZcJ7E5r1Q/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42583),('AbFvOqn8SH_cYn98BdlQVm6RaprnxSyg1a4vrTuG5nObXWO8Nxjzdx0as6NrpUM32NfsVHvcI5j_9g','Even tho I had to wait 1.5 hours outside even tho I had an appt it was still better than most covid testing center experiences. Convenient & quick results.','2020-07-04 13:22:39.411000','2020-07-04 13:22:39.411000',3,'Samantha Del Toro','https://lh3.googleusercontent.com/a-/AOh14Ghaw_1FBnMKv0MC3fpDrrvTztu_1QDAQo0_iys_zA=c0x00000000-cc-rp','16389487648212004696',33219),('AbFvOqn8shO2BmepIkxKzQO8GwHRVVflvor6X3R1TEIPlcPnFmYxcGFLnu07Wi_5gcJ7vo1st7Gn','This is a great place. Doctor is really nice and distract attention when doing the stitches.','2019-04-19 02:13:05.060000','2019-04-19 02:13:05.060000',5,'Lanchun He','https://lh4.googleusercontent.com/-WMUyg8YQCog/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclWuGs-9OJrkQSRMTbGp2J8mOiGVA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34884),('AbFvOqn8sLK1dm1Hd6tibeki0G95EiqEJ8FhpDBzvcHfUV1ho_HB-janEFFlVcOSqOkO1AY6vD3NJQ','The SignatureCare staff was attentive and so helpful. I felt so comfortable and taken care of while I was there!','2020-10-04 16:29:35.668000','2020-10-04 16:29:35.668000',5,'Kaleigh Corbell','https://lh6.googleusercontent.com/-BvSA2-xjCQU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnfi4sNsOT5g8uL7GlnZY0-JCT5vg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34151),('AbFvOqn8srFHPvz7BF_lzBDIQqBuf0VVgKi_RsPIhdPSOQVtF5v-uUacO2fRti18st7wTU7ASXKLLA','I had the best possible experience here. The staff were knowledgeable, caring, and went above and beyond. The staff took the time to explain the procedures to me. You could tell how much each of the staff truly loved helping others around them. I would recommend this ER 100%! Thank you for everything you did for us!','2019-03-04 03:08:50.506000','2019-03-04 03:08:50.506000',5,'shamber miller','https://lh6.googleusercontent.com/-p70Y0Wdl9JY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnD45bzXfDzzKP0OgvnhWKMTkXwXg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36259),('AbFvOqn8TatY-Iowda45E5LBUuOTeVfHau0k5E2Hk74YlywNHWV8iuswEBmpwfBgYuBxcR6yKY7HQQ','Great care! Thank you Dr. Golla, Keera, Joy and Fannie!','2020-01-15 12:52:28.431000','2020-01-15 12:52:28.431000',5,'Sandy Klamert','https://lh3.googleusercontent.com/a-/AOh14GioGO4TgerbgidW1lKD7tsxXZzfAXycNgpStOfY=c0x00000000-cc-rp','17394740196501090048',36654),('AbFvOqn8uSn52FWSx2PVEsIXiwqro5MMyBdL4LntwurCQ_DO8m-sYmazgYlUQ-5RibZa1S9aHvkxGg','We had to take my son in for severe abdominal pain. Thankfully it only ended up being a severe case of constipation! The staff from the moment we walked in was truly AMAZING. Dr. Jorden was so thorough and calm with my child, even though he was screaming in pain! Lucas, our RN was absolutely wonderful. From starting his IV to the end of the visit,\nhe calmed G\'s nerves and was so easy with him! Our Rad Tech was phenomenal as well! Signature Care is our first choice now for any emergency that may arise! Thank you for making such a scary experience not so scary for our little guy!','2019-09-08 22:20:05.845000','2019-09-08 22:20:05.845000',5,'BRITTNEY HIXSON','https://lh3.googleusercontent.com/a-/AOh14GifEad2yndnfCBTxzknk_-J7kjYUTYW1hiW37XChg=c0x00000000-cc-rp','3272657195432704501',39805),('AbFvOqn8uwA3UWTWGWiqyWbST285am3CB3fldBRn-IOaiawyQB_67GGlA4Hiwl7z7TYS3xJAExlF',NULL,'2021-01-08 19:59:06.233000','2021-01-08 19:59:06.233000',5,'Becks Konradi','https://lh3.googleusercontent.com/a-/AOh14GgH5ym0Ln2dhSTUaNHqV2D1iobdVvQ7GGAPvXjA=c0x00000000-cc-rp','2077061009497551125',44584),('AbFvOqn8VREq9UMmgCtb2VvucYUCZu-d1yc3zsSKn7s7VUfnNsQJsNqiDR9IxzLAcJZ8LuaKqi6L','The doctor and staff were so amazing! Shout out to Jaime, who made my experience less daunting. Super sweet! Dr. Chowdhury was also very helpful and explained everything so thoroughly. Great clinic!','2020-08-28 23:31:16.193000','2020-08-28 23:31:16.193000',5,'Diana Chung','https://lh6.googleusercontent.com/-n0QaC0xGQiM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8uNEVJfMrz7Hvx1mBPqbAPzrKJw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31733),('AbFvOqn8wLTn89ot2lDabAZSMoGKl0ifWiWrslNkB8f8z04OXZjTZEUiS5C3tXidXQIuYerUaEHS','The Service was great from the front desk workers to the doctor that treated me highly recommend this location','2020-08-23 02:02:53.004000','2020-08-23 02:02:53.004000',5,'Michael Sanchez','https://lh6.googleusercontent.com/-VCoaqfZ-gn8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7YU8_nlUPj_DFMIpdWONMN2Q7dg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32255),('AbFvOqn8wtzTrdQKhTfohKd9y3pxvGE9hxqK9cHRLL3BaAvRBSVSk4nCrGR2OXmc5wUuk084Btr0qA','Sita, Kristina, Allison, Leah, and Dr. Chambers took such great care of us! All of them were so kind and friendly. It is such a great place.','2020-02-17 03:06:25.577000','2020-02-17 03:06:25.577000',5,'Anne Conder','https://lh3.googleusercontent.com/a-/AOh14Ggs77P52yujg8LRYgCnNTt1515RLg5Ai6mV7RwKUw=c0x00000000-cc-rp','13486358490203335051',29425),('AbFvOqn8x-XU8uqLmeRwkMAJR60QbtfOs37v_SAYpgQe78sx-mm6zqZMmsbK8Q1zv_vAeH0ltlVr8A','I am so Thankful for the members of the office, so sweet, nice, everything is so clean, dinner, breakfast, so conocer about my health and the medicine, prescriptions!! Definitely I do recommend this ER when you need it, God Bless everybody!!!šŸŒ¹šŸ™šŸŒ¹šŸ™šŸŒ¹šŸ™','2020-09-20 16:57:26.871000','2020-09-20 16:57:26.871000',5,'Juanita Alvarez','https://lh3.googleusercontent.com/-NCi6qNxUVnw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclg_qluphcaMSwuLGR-b-7vzxAe8w/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42297),('AbFvOqn8x0OeW9KhqI7oRmnatxhmNvpFjWhKoJ5ztH-iyrKb1awaeDZLtLsXNuxZJ8LIuIsNZp-urw','i am the most stubborn person when it comes to visiting the doctors office when i am sick. unfortunately i let my symptoms go on too long and i ended up not being able to walk. i called the nearest urgent care center, which was this one, and i am so happy that i did.\n\ni walked in and was greeted by mercy immediately and shown lots of care. she made filling out paperwork easy and let me go back to a room almost immediately after i sat down in the wait room.\n\nthe nurses and doctor were incredibly sweet and patient. they were also very clear on pricing as i don\'t have insurance.\n\nthey were extremely helpful and reassuring in getting me back to normal. i was given a prescription and a doctors note for work.\n\ndon\'t worry, you\'re in good hands here.','2017-04-19 03:59:25.644000','2017-04-19 03:59:25.644000',5,'Gabriella Gonzalez','https://lh3.googleusercontent.com/a-/AOh14GhvkaW_6IMtofFaQcS1VMrojGNJigFzVLnEdShpyg=c0x00000000-cc-rp','3511292162159714121',41070),('AbFvOqn8xRcXYQi9joIutsKQT_BQCx5GagXdff0ttSn0_wsJZ3_6mhbOMS09RdElY5Y84GdUfJi6','Been here multiple times great service. Helpful and very equipped with the best machines and nicest staff! The registration with Okarys, Dr. Herbert, nurse Gabe and Rad tech Stephanie were amazing','2019-12-07 09:04:32.069000','2019-12-07 09:04:32.069000',5,'Michaela Dylag','https://lh3.googleusercontent.com/a-/AOh14Gg9hfli2-SWQJ24geNOP43Opxyv0g_cibNbFMiJ=c0x00000000-cc-rp','16590124370714063921',34519),('AbFvOqn8yJ9QzUsRjWap1AONKETb23FqQu6k_TqYghfUdcET7bZekqZihu3TeK5BJol9wj_WXnGrDg','Excellent service! Great receptionists, great nurses and doctor Gonzalez was super nice, caring, compassionate over all great..','2020-08-26 00:37:12.342000','2020-08-26 00:37:12.342000',5,'Maria Donjuan','https://lh4.googleusercontent.com/-3wPGa3YcP94/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclObXtlp6jZLqTiFrlVwpd4diF_PA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38562),('AbFvOqn8yyvPT__vNPfUj2hgOtzfLSePFqpQcVU3h-TDHBZ_jaJ5Cs0FnnJKjgUJrr-IoUy6qntR','friendly service, helpful under pressure from Rebecca V and Dyveliz','2019-08-30 01:58:00.419000','2019-08-30 01:58:00.419000',5,'Giovanni Rocha','https://lh4.googleusercontent.com/-dHkQr-GUt5o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1LEVKJ3y25spgbuOIcW8F271Nng/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34702),('AbFvOqn8z8FzePE6zSvPjvkI5W9LG7mhUkYmkHO3ZWlEXyUyfnmKJ60Q5Wc4pYxjgDvsQNbUCcAVCA','My nurse Mrs Regina was very kind friendly , she made sure I was comfortable and helped my nervousness down a lot . My doctor was super friendly he made not worry he was gentle and quick . I feel no more pain . Great job guys','2020-02-10 20:46:21.633000','2020-02-10 20:46:21.633000',5,'Chelsey Hatchett','https://lh4.googleusercontent.com/-Y-O1LYnF-OM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn0Q5h4Th0dtnFm3mfkWxaswPCraA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30254),('AbFvOqn8zQasbaphcubTESMMRGibTQDdl8D2H0WrOC5y7QCz82TRht7DSGTzQFLGKtsBHVg20tyNtw',NULL,'2016-08-25 15:43:55.329000','2016-08-25 15:43:55.329000',5,'Carlos Pereira','https://lh3.googleusercontent.com/a-/AOh14Gg1jwFVEJOHZsXXoK1ThxhE5PgKIwVEjmRWu73-AQ=c0x00000000-cc-rp','3511292162159714121',41175),('AbFvOqn9-vh9o0mLLVU3UuRRO-CyPhUK8IabYiT8ghwLGHVokoLBCzcusnoHhjIp8cKTU-ylfCPF','Thanks Cody for rendering excellent care & being knowledgeable on Covid information!!','2020-07-29 20:32:41.189000','2020-07-29 20:32:41.189000',5,'Virginia Sandoval','https://lh4.googleusercontent.com/-FWIrqK9ZnY8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclDBE-_mQotJygNoy5RXhIFhAYYsg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38696),('AbFvOqn91-vIJ4ebveuEGVh-yGZWK4GfOCeKokCwiwTZSV_4d_F4K24k-2C0zqGKlfTmTYj2ItMy9Q','I really appreciate the help and information the doctors and nurses gave me...Dr.Do,Nurse Alvean, Jasmin and Marcus are one heck of a TEAM!','2019-06-25 19:30:54.795000','2019-06-25 19:30:54.795000',5,'Lakenya Ellis','https://lh3.googleusercontent.com/a-/AOh14GggYYE6-yfzoXFlJgUPjK-uYSw7-1maligtwNRY=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqn91qcHuClwk0ewhDLLwm27jzjwCpgHcD4D3D7Sm65l3w0eiNcwapky90F4htMUTegeq-t5RA','Clean, elegant facility. Super friendly staff that actually CARED about my pain. Most ER staff are \"so busy\" that you are just a number to them-AND they seem irritated with people who\'s injuries aren\'t \"trauma\". At SignatureCare everyone from the lady at the front desk, to the X-ray techs, to the nurse(s) and doctors...they all expressed a genuine concern for me. This place is by my work-nowhere close to my house-but I will DEF make the drive to come here for any emergencies that may arise. I barely waited 10min!! At any other ER I\'m sure I\'d have waited over 2-3 hours! (I went in with a broken wrist)','2017-08-10 12:53:08.613000','2017-08-10 12:53:08.613000',5,'Vanessa O\'Kelley','https://lh6.googleusercontent.com/-xyoGdYZXKgY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMqby1WJ0-E9gPjcjNrpAfV3UaVw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30991),('AbFvOqn91tHOs6WCfT_OqN7uYCltajjV8eYprJkmhVEt6WMbcG3u6tTvHAzcTuZEf0CcBTZv1emVCw','I can\'t tell you enough how GREAT these folks were!!!! I\'m sure there going to know exactly which patient of there\'s made this review because I reassured them consistently during my visit that they are the BEST facility I\'ve ever been to! First they saw me immediately!! Attacked exactly the problems I addressed and made me MORE than comfortable during the entire process! I almost didn\'t want to leave! I\'ve been dealing w a health issue my entire life.... never have I felt more confident in medical facility! Thanks everyone for all you did for me!!!! Can\'t say that enough!!','2017-09-21 18:40:04.443000','2017-09-21 18:40:04.443000',5,'Mandi Perkins','https://lh3.googleusercontent.com/-cFcKXaNDXxs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVOzuNjJh89mI3rl6oPNUDUCJ9lw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32645),('AbFvOqn91x0vFkz4CTRYYOiSljJYMCXqxhGHQZXZjBTg6ke46NSGYqwcY_PK-DuRThQW27PXlrN8yQ','Exceptional care as always! Kim, Kristina, Bekka, Quyen and Dr. Estevez were amazing and very caring with my daughter. Best Ever!','2019-06-23 20:40:15.847000','2019-06-23 20:40:15.847000',5,'Ashley Skripol','https://lh3.googleusercontent.com/a-/AOh14Ggj6j4YSBdTwOUo2vdvgSxT2ruIQ1RGas7Bq8gimtk=c0x00000000-cc-rp','12541597562633926366',29087),('AbFvOqn93AfMJqXq6wCqgfu1pm0PUSekOhTcNWnJUTke5KrnkoyjP2yKWVyHBI5S4MtmFy4PKlBh9Q',NULL,'2020-10-29 03:00:23.343000','2020-10-29 03:00:23.343000',5,'MCKENNA KOONS','https://lh4.googleusercontent.com/-DWS3HV-RwZk/AAAAAAAAAAI/AAAAAAAAAHk/AMZuucm8WuUYq2SrTyBKzjObHjARGhFztQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40094),('AbFvOqn95KCuUpHGBXDNFcEVTcLAkhvrxLmJ9n8MKbJRx2o3jYNiQEJxhQtNroHUimdbxFwe_FtD4A','Very good service. Took care of my mom right away thanks to Sita, Rhonda and Allison.','2019-12-24 01:52:22.939000','2019-12-24 01:52:22.939000',5,'Linda Garcia','https://lh5.googleusercontent.com/-2d2RfK__NNQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnJFl-JIfS15fR-4hRVrVs1psbzag/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29508),('AbFvOqn964zwQAo2Lf1igRDoddzkCLZfGAOUj1-Q9D8fSpjYC9aEDJ5bOueMVaO3MqJmAeM4sjDE',NULL,'2020-12-11 22:55:37.108000','2020-12-11 22:55:37.108000',5,'Titantia Baker','https://lh4.googleusercontent.com/-lGBzEcFyOlA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckVbRO6RLJ8LKdyc5jZSJRgaYiBhA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37408),('AbFvOqn96stIp4wSEvgmKnWArZCvsq8kZq3Qjx8elQg2GbVU5StSDai9YlKi5ENKcBKlpPQJxg3Rqg','Took my mom to this facility, everything went great and will be returning for myself. If you go to this one ask for Dee, she really was helpful with everythjng!!','2019-06-26 20:57:46.873000','2019-06-26 20:57:46.873000',5,'Melissa Skelton','https://lh3.googleusercontent.com/-Cs7lZaOZpeQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmwG27pGoSfQsi070N2tPhhLGj-WA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40518),('AbFvOqn96XmZLUfUW3c93Vimrsr7bqRXpqSSt6FM6nu7kUV4GIppUwL3zQLAZxAIyp-goWJmZPOZLQ','Very friendly and efficient. I was there for just over an hour.','2020-07-03 06:24:29.344000','2020-07-03 06:24:29.344000',5,'Jorge Cordova','https://lh3.googleusercontent.com/a-/AOh14GhwmeKGjRfDaQPjN4hlWHK0a2if3Za9BDAwE6N7yw=c0x00000000-cc-rp','3511292162159714121',40257),('AbFvOqn98-S2xkFO8FuIEFG14maYEJD8vhH-1SlPeiQ3i5QgNF53bDur2rjcNac6LfnL3s8xNWXmHQ',NULL,'2018-02-15 08:06:19.497000','2018-02-15 08:06:19.497000',5,'Xavier Crespo','https://lh3.googleusercontent.com/a-/AOh14Gh9r2-XKzHce2NgtC2Y6dDWlkl5uWNdEgbp_sgWYA=c0x00000000-cc-rp','8918455867446117794',43410),('AbFvOqn98dDnmOcMYlCM-a1MExxjzzWWGayXoAVrZkLHl1iMZkVe0v0qenN4T0uLtG3kj7_CU9rQJQ','WARNING!!!!!\nUnless you\'re about to die , you\'re a millionaire, or there\'s no nearby emergency room, do not go here.\nI was new to Houston and one late afternoon I had an emergency situation. I walked into this place, they took my insurance and started taking all sorts of tests. They also kept me there much longer because they claimed the specialist had to come see results before they released me.\nFast forward, after my insurance paid there\'s a $30,000 unpaid bill, and they keep contacting me to get involved so my insurance can pay more.\nThey said they will not balance bill me, but I\'m worried sick this will end up in collection and ruin my excellent credit.\nMy stress level goes up and start having the symptoms back every time I think about this...','2019-09-28 13:43:39.693000','2019-09-28 13:43:39.693000',1,'Pheben Giorgis','https://lh3.googleusercontent.com/a-/AOh14Ghm1eQ6m9dodrHTPeFUC9DTPhfDGMWlfvqBnSoe4Q=c0x00000000-cc-rp','3511292162159714121',40408),('AbFvOqn98MbFi1ZTpUML_pKWLL1GVCiLYZggrkfs2FjCZ9TRSV6Rwn0os7_ki3CMD9w_LMtjVCaH6w','Dr. Edwards\nRn. Shola\nRn. Irving\nRt(r) thao\nReally great people!','2019-09-01 04:44:14.888000','2019-09-01 04:44:14.888000',5,'wtf hermes','https://lh3.googleusercontent.com/a-/AOh14GjO4Wr8uIWQ7X3hFISP-LqaURKFQQIBi8073Qc7ZQ=c0x00000000-cc-rp','12541597562633926366',29034),('AbFvOqn98r-iTZpQfPqfEgn77IQyDTQG1KhneN9JtL1LW4NauUFHcAFWEu2NVH2u6JR3YY39u2n-Ag','Went in because my son was sick. They were amazing they took great care of him everyone was so friendly and helpful. I will definitely recommend this urgent care to others. I\'ll definitely go back if I need to','2019-10-29 00:01:40.814000','2019-10-29 00:01:40.814000',5,'Amber Mcivor','https://lh3.googleusercontent.com/a-/AOh14GhKBYgEM-3TdDidCpx3nfWF4rkYsziFUiWo0vgJRw=c0x00000000-cc-rp','2694018788013845459',39225),('AbFvOqn9acUYlGtsNKYVx7YPv1yWyrRyuujprV72vxZGvxaLsvQxu12en55k8LnZ0JEv8ozq39seSw',NULL,'2019-01-19 19:12:58.596000','2019-01-19 19:12:58.596000',5,'Valeria Guerrero','https://lh6.googleusercontent.com/-vI6DAdomwvg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8DhIJMIrnqVH1CQUL0N9E0mgiZQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29938),('AbFvOqn9aLiOFPp4tC0sJJq98I7Jc33bt_ml00rwb3KFSScSBTmy1NHDE-C6tVbOFi2hcYeKnJHIXA','This was my second visit to Signature Care when I first broke my wrist and now I went in for a rapid COVID test. I was welcomed with a nice greeting. The facility is a state of the art building and I felt comfortable from the front desk to the nurse, tech, and doctor. They made me feel at ease and concerned about my illness and even offered me a warm blanket if needed. I want to thank Samantha, Jonathan, Hoan, RN Lara, and Dr. Jaber for their professionalism and friendliness. Definitely recommended.','2021-01-26 17:36:20.178000','2021-01-26 17:36:20.178000',5,'Robert Vasquez','https://lh3.googleusercontent.com/a-/AOh14Gi7yYTefTPrLlU5zN9j-U9M9JwmiISt3QD1BIAL=c0x00000000-cc-rp','14904078213800803294',44390),('AbFvOqn9Ctup0t2uoz_gaeo5AN3ioTTEHfnqn8R0oPAM8wE-igWm0uK-8cCm6hBQ74EAih7lWpFPKQ','Experience here was absolutely wonderful. Alexis, mom, Jacob and Jr were very helpful. No wait time and very professional.','2018-06-21 16:54:14.699000','2018-06-21 16:54:14.699000',5,'Jacquelyn Williams','https://lh3.googleusercontent.com/a-/AOh14GhXDDDB9Xy6AkCvCdvHbBxlg6nPjuCBuDrKO-mydw=c0x00000000-cc-rp','16590124370714063921',35262),('AbFvOqn9dfJGwu8Mfw2s1QxFfb7mFZDec1pFskTDU58O0z200Lo7bBLyauY5Z0jOeNGHIGfiHcaJkg',NULL,'2018-12-03 04:13:28.757000','2018-12-03 04:13:28.757000',5,'Leslie Spangler','https://lh4.googleusercontent.com/-eMz65HDb0vM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm2MYQ0gjItbf2iZxqnbryC4ZjWRQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42223),('AbFvOqn9ekrF6H4K94NzP9U9xgfbN2Ov8198lonMiIArQFXBoRDtsywyz0ihzuvp7xk7tn2IOeK9mg','Definitely recommend coming here. It was really quick in and out. Everyone is super nice and are very helpful in answering all questions. Anthony, RN J.R.-X-Ray and Dr. Hariać Kim- Reg provided me with with excellent care and I left feeling way more informed and confident about what to do next.','2019-03-01 18:53:24.994000','2019-03-01 18:53:24.994000',5,'Zane Morris','https://lh3.googleusercontent.com/-eS9Mfwy6B-g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnjlYi-iuZ1L2Lk5_MAgzIipw4XjA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34978),('AbFvOqn9EZNBECzWSTSJ7qx2v0Yj-BiaALLJQSrb_Pttz9G5LkiWtQMnnOiGVmuqo4VxbRE8UsFxMQ','As I entered I was immediately greeted. I had a great experience here with the er tech James , Nurse Tammy and Dr on staff.. Staff was friendly and helpful!!! Great facility that was fast and gave care into the check up. Did not rush me out but ran appropriate test to verify issue. Over great experience and will continue to use Signature Care copperfield! Thumbs upšŸ‘','2019-12-23 16:23:13.649000','2019-12-23 16:23:13.649000',5,'Mayra Drobnick','https://lh6.googleusercontent.com/-rT5oeN8H5wk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVtqDxRZSNWTz3yrL5J-gADhjiPQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37783),('AbFvOqn9GLatRC5_0FYUGA8XPd6no75TTGCWaRuSy33hz05hoQfhslaEWu2jC7izvUjz1Euhl9WBiw','They are all very sweet','2019-06-06 22:26:44.731000','2019-06-06 22:26:44.731000',5,'Sam 31','https://lh5.googleusercontent.com/-8XtOp-1NH0g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnbO2gUD03Hgx8XiosGg_2o40rQ5g/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41708),('AbFvOqn9gN-OF4EQMJMWozDGau1letTTB0Vl9bFDKSR63MBXuHPln2id3xrDH-RwhX0gXmQfSiJhSQ','my appointment was 3:00 am for covid testing everything was in order\nthe nurse was very courteous I wait for 30 mins for the result was negative. I will give this clinic for five star..','2020-07-06 17:41:27.927000','2020-07-06 17:41:27.927000',5,'Danilo Lofranco','https://lh5.googleusercontent.com/-w6W5X3ltB5U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJtdfSW_7r9hiktZA44RuVOQxukg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28612),('AbFvOqn9GTaeRTVjP5Sl9DhJPJm_yBLj0xdu5pd9JvUE4cmWd4wspMf1uuuFkn4gn88DIHZStl4-OA','The care was fast and efficient. Dr Henderson and Tanisha W were nice and great.','2020-02-19 03:53:24.529000','2020-02-19 03:53:24.529000',5,'Suavey AJ','https://lh3.googleusercontent.com/a-/AOh14GiUX_2pY8QG_rVmFkq9QyB0iOdyZCStMmeuYU_q=c0x00000000-cc-rp','17898197009688164559',37685),('AbFvOqn9I5OLkidxelvgloIq88Iq8klmpsTlXOC-K1Q08rY7W8Drq2C7Nw9c-Zy7UsoeIn9MnMXP','My experience was 10/10 they got me in very fast and the staff was very friendly. Rashad made me feel really comfortable during the process as well as the other nurses Keri & Dion','2020-10-26 04:16:37.115000','2020-10-26 04:16:37.115000',5,'Erika Dalz','https://lh3.googleusercontent.com/a-/AOh14Gh9IaGQv5p3vWoZae-PNI5OUHFy2QLtDLyx8uqziQ=c0x00000000-cc-rp','3511292162159714121',40104),('AbFvOqn9IdN0kWGU_cvFchLaKaEffOB-ZTKCVpSo-h_Xz29EfJSrxdmD3GMsX7erNg7Qoc_0XahsEQ','Christina and Clay were very friendly, quick to the point and got me in and out very quickly. Would recommend to others.','2020-09-25 16:34:06.458000','2020-09-25 16:34:06.458000',5,'Joseph Wylie','https://lh4.googleusercontent.com/-QoT2NheUucg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnebiet7NlyOa6lRs4wnarO--qdng/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35761),('AbFvOqn9J5DCb9QbE7ULl-nFpl_S2pfqsyyqpaUYTTe7bHQbcMsHwMj2TJZYkWH7vX70Mh0KFPrbgg','I had a great experience with Anthony, RN and Dr. VaKey! Both very nice guys!','2019-04-23 23:58:00.740000','2019-04-23 23:58:00.740000',5,'Grace Redding','https://lh5.googleusercontent.com/-LTbtnilY2MY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucme04nhExTjKEndpGGCP7bP3Ys0sA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34874),('AbFvOqn9jDjGZdCQ-bWBF0P9xQaB5KYL9Hv-fJlYEVT55V6aHmFAKf6YVDkwazLxt7hgV36F8F3OFg','I have a great experience every time I come here. They are super friendly, very fast, and right on point. The rn hannHa was very sweet. All the other stuff was very helpful. Mrs kim did an excellent job with the ex Ray. Sergio was amazing and he made sure I had everything I needed. great job you guys','2018-12-03 04:25:51.831000','2018-12-03 04:25:51.831000',5,'Taylor Geards','https://lh6.googleusercontent.com/-MzRVMFhi5FQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclXKs9zLl7JLQL06wj_vI5tUXQK2w/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39994),('AbFvOqn9l9Yb9h8fzxVcUxDUW9m7r4ZnLgLJ7-I0TDiUUXAk_H3FbjvnkUy28othOC4aXsxgqFK2HQ','I had to go in & be seen yesterday, & they got me right in!! Jennifer D, got me registered & set to be seen, & she was very helpful & friendly!! My nurse was John & Val did my I.V., blood draw, x-rays, etc!! They were both on top of things!! Made sure that I was ok, asked if I needed anything, & just made the whole experience very Awesome!!! If you need urgent care, I would definitely recommend them!!! They care about their patients!! I can\'t remember the dr\'s name, but he was Great!! If you go to the er, you\'re lucky if you see the dr once!!! But, he was in & out to make sure that everything was good!!','2019-03-05 13:45:06.558000','2019-03-05 13:45:06.558000',5,'Martha O\'Brien','https://lh3.googleusercontent.com/a-/AOh14GjcivCQpMKRGkEzDM2Fvw7x6yoxdDw1RH7x1bzG8g=c0x00000000-cc-rp-ba4','8626688543755174284',42130),('AbFvOqn9lO_9ey7c9mkAgbpSj1oFS5SnhLv7xqsdRcJzWs6h7_KGDvO4TSSQEhYLLZck-u9vbc6YIw','This was my first time going to an Emergency Care Center. Registration was fast and easy Jocelyn was really helpful. Dr. Nweze was really attentive and took the time to listen and explain the diagnosis. Nurse Alvean and the radiologist Tricia helped my 11 year old feel comfortable and helped us beyond my expectations. All staff was really attentive, courteous and professional. I would definitely recommend this ER to anyone.','2019-10-16 18:59:02.586000','2019-10-16 18:59:02.586000',5,'Lizeth Lopez','https://lh4.googleusercontent.com/-wKeKAU1GEs8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmzfxQgAd89UTjM4uY_MOL__fvUbw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33865),('AbFvOqn9lPEqCFVmAKesipl_CE5sumDW2v2gsfMHnwSoQ1jai0pMtG70jUKNKzqdXrx_tCI_zm5zBw','The care was great. I was checked in immediately and they quickly did all the tests necessary. Doctor Soli was very helpful and gave me all the information necessary. Mercy helped us check in and see the nurses as soon as we arrived. Great service!','2017-02-17 18:27:08.544000','2017-02-17 18:27:08.544000',5,'Sepehr Moravej','https://lh3.googleusercontent.com/-BtCNtrjKah8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXIHTr8Tg8KUqouTnJhDbGSd_3Sw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41107),('AbFvOqn9m1LUzbAVLQYYGDReorqC1YJmdgFKjPKun0uywruODJGVWww2mmdBY7KUBtwQhljFXPCSXg','I will highly recommend this facility to anyone. The whole staff from Karly in registration to nurse Susie and Matt the tech were very professional and extremely friendly. So if you find yourself in need of emergency care don’t spend hours waiting at the local hospital make a stop here instead you won’t be disappointed!','2019-06-02 22:50:32.996000','2019-06-02 22:50:32.996000',5,'Jamie Kirkes','https://lh3.googleusercontent.com/-m_GZWAqzg5o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclKcDxQfCW1MQjODujTK2DYxO13Tw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42059),('AbFvOqn9m4LU9nsABkaVn6bVYrFeVFfzlFVQcaWhujLMJ7Dh8BTWM28ZlthSXmUQQK70w3EO3UaApw','Super friendly staff! Dyveliz answered all our questions and was super eager to help us. I\'ve been there a total of 3 times with friends and every time they\'ve done a great job!','2018-01-20 22:11:53.611000','2018-01-20 22:11:53.611000',5,'Casey Burchfield','https://lh4.googleusercontent.com/-frsbBj9rYDQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckrX1WA1c-l6zJi4L9VVTnY3B2dtg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35323),('AbFvOqn9n8USqYtdlVidqW41H3-7s5w3xeLO_j4Uxf7jWIFPw8MeSRecvnLLGysaAFqcYCPxZ6VIFQ','The facility is very clean, they were very efficient, and Dr. DAS AND KEVIN WERE AMAZING!!!','2020-10-01 22:39:35.417000','2020-10-01 22:39:35.417000',5,'Lauren Ott','https://lh3.googleusercontent.com/a-/AOh14GhqxywnKLFeh1L3_GvB6jvZrFiyUFWvoEF0dm7oEfU=c0x00000000-cc-rp','14748677429039074158',31584),('AbFvOqn9NMp_LUyA40dWb8okgDweT01VN5gDAP2HcIRNtV9ZZ5JHggPlITkGWA4r7PJdyLkyzdNF','Very fast service, staff very friendly, Dr was very thorough and listened to everything I had to say, got in and out fast, highly recommend.','2020-02-07 17:25:29.019000','2020-02-07 17:25:29.019000',5,'Alondra03ful','https://lh4.googleusercontent.com/-cSvH-C8X04U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck4GotOrRNfpJ2e6qVjMqX2W5Ba8w/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29442),('AbFvOqn9O13-qIBO6LhPxtWROTJ1LzEf1rzHD4TAPfx_-a-fJx9rRYuomg3_RjQh9vQHDjfCBqrccQ','I had a wonderful experience. There was no waiting and i was in and out. They were friendly and professional.i would definitely fo back.','2017-09-26 12:11:36.036000','2017-09-26 12:11:36.036000',5,'Mechelle Johnson','https://lh3.googleusercontent.com/a-/AOh14GgTOm1C0muwi5R-NgpR8GuZDp6haIxTUD_DRBFP8A=c0x00000000-cc-rp','8918455867446117794',43477),('AbFvOqn9odqICQDx_3qDmkHiPKX1s0L_4fsZ4s5OTSHKHHTo2Mvx6Q3hYLR7w9vd4tVB7eRWVGly6w','Everyone was so kind and compassionate! Delicia, Jaslyn,Duke,Amy and DR. Cavazos took great care of my friend! There wasn’t a long wait, everyone seemed knowledgeable, and we got results fast! I would definitely recommend this ER to anyone!','2020-09-09 22:58:27.415000','2020-09-09 22:58:27.415000',5,'chester price','https://lh5.googleusercontent.com/-6yoDpn-XqoA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucncz5iyb72nBoKiRYLBjAdRmGJ1Tw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42304),('AbFvOqn9opKg6_zmokbQpQHAypQKFuV7kYigsbsmbMCozWldYuSciywqjKSVyPwhtE1aUuxRRNsGuw','Anthony, RN and Natalie, Tech were both amazing and so helpful!! Dr. Lingan was very informative!','2018-12-07 22:20:34.246000','2018-12-07 22:20:34.246000',5,'Kaden Callihan','https://lh4.googleusercontent.com/-Zo4f5mmbJxk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckn0xnWzF0U8DTC02E3qZEkpJyS8w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35078),('AbFvOqn9oQMKb94LS0sQB12db41tnwzwTRpuHVqYQA8pJ3LYDeQxE8O8dJyvXA4J2Nq2pQG5QiNI','Quick and friendly!','2018-06-28 19:45:41.731000','2018-06-28 19:45:41.731000',5,'Rick Kennedy','https://lh5.googleusercontent.com/-9aWlQsDR3oY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMF8GHVR8ZG7VELT3r7v7t-YSszA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29232),('AbFvOqn9pe0hwv2anzX2UqdecijIaLOz61nJC_jdUVtkDSMrrBUXsf_v-SD5zgRg3XI4ch0x9JBS9w','Fast covid-19 testing service. Friendly staff service. Highly recommended. Georgia was very helpful and had an amazing attitude.','2020-10-06 00:30:48.107000','2020-10-06 00:30:48.107000',5,'Wendy Herrera','https://lh5.googleusercontent.com/-DDoOWNyCZj0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclRCBh_tuS4Necarhd4Y4PQ2gwUJw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31552),('AbFvOqn9r3Ks7FM1Bz0GnHhRomQTDNPwaS1pXkpEa_-USzbkv4esf_PE2ZYmDk00CC8MmRgTjKweYw','Was very pleased with service, staff was very attentive and open. Enjoyed their desire to see that i was okay.','2019-03-29 18:12:34.830000','2019-03-29 18:12:34.830000',5,'cridge74','https://lh3.googleusercontent.com/-mXbW3-nSfJs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmGbpwzAeTEr-I5NFA7QCBzhxwWJA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqn9RT7moILK759KSaWfK99LRKSnam9OT8gGW1KDnwpUf2gaLOAYJv1zUWNpZZB24GEf7Ea6','No waiting.. very clean and professional...excellent care','2020-12-02 14:55:34.101000','2020-12-02 14:55:34.101000',5,'teresa Woods','https://lh3.googleusercontent.com/a-/AOh14Gg6J-PrcV-jNVD5tovb5hFmudXRcLkV9hR0Lc616g=c0x00000000-cc-rp-ba3','17394740196501090048',36505),('AbFvOqn9sG5x7jxy2y0PETRTBaCEHg300oQrXhGWLSAbvCKatCenN9ZlCfwhfUdgu3noJWGYRc76wg','Wonderful experience at Signature Care. From the moment I walked in the took care of every problem I explained, the lab work took under thirty minutes the nurses and doctors were wonderful, Dr. Ding, Gabe, Dyveliz and Stephanie were awesome. Overall very helpful','2017-04-07 05:43:48.800000','2017-04-07 05:43:48.800000',5,'Macy Smith','https://lh3.googleusercontent.com/a-/AOh14Ggnc9ll11w31YvU6jMY_M4AedwvxMim6FyCqImk=c0x00000000-cc-rp','16590124370714063921',35456),('AbFvOqn9t5SXI1EgLg-I2nHLxRXvNW2Hobs4Hy3AEsQa68u3gqjMsOOyhH0alk0xgwgwQhwWn8HJaA',NULL,'2021-01-20 18:01:16.778000','2021-01-20 18:01:16.778000',5,'Graham Holmes','https://lh6.googleusercontent.com/-dv2qJdyIHfc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnP5iBiD3v4I08VmYFmETEbaU71kw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',44453),('AbFvOqn9t6fPQHPMt-zq4QBfpS8e2tYykCqcJbRPF7GtBzS4MPn77TPY84z5_ASuxCrrJ7XXTt8hfQ','I couldn\'t have asked for a better experience! Everyone was friendly and knowledgeable. They made a difficult situation a lot easier for me.','2017-03-23 20:53:25.631000','2017-03-23 20:53:25.631000',5,'Susan Kane-Lombardo','https://lh5.googleusercontent.com/-8Kson47Ugzg/AAAAAAAAAAI/AAAAAAAAAGE/AMZuuclgjJEp9mSHx4cEAEWTyQq8acngNw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35467),('AbFvOqn9Trpegqh_D1KXVUVv7PVPsuZBFxZ-m1zowaKU1gzMjqFtcs8ktfkDhKjrDTNJtF7KalMgJA','Every one was wonderful..Dr.Leavit...Jeffiner...Christohper..Patty','2019-09-21 14:14:28.449000','2019-09-21 14:14:28.449000',5,'Dannette Smith','https://lh3.googleusercontent.com/a-/AOh14GjCHTZd--jZVD1DFX2FNWGqDxurQz9wX0tt1h7N=c0x00000000-cc-rp','16389487648212004696',33941),('AbFvOqn9TXkMI1e_pVz3BtPyLrIKlfRH1ePB-RwBTDcIlTgrH-DTG5UMPihKdm5di6hcYM2fVnJBxA','Mandi was very positive, and I’m also very appreciative of the rest of the staff dealing with so many patients efficiently','2020-12-28 20:56:39.480000','2020-12-28 20:56:39.480000',5,'Lia Graham','https://lh3.googleusercontent.com/a-/AOh14GifZK_JRRU0DiANA798p9mXEsDeQFudsPZsKS8UdGo=c0x00000000-cc-rp','3272657195432704501',44038),('AbFvOqn9UGxSyabUQbFsj0O6l-GjoNdQkCFJrPCGHbna8IyCHaHKVwXnc50RGPWVN8JS1oHAHSbB9g','Without a doubt this is a 5 star facility. From the moment I arrived I received world class care. The entire staff was courteous and professional. The facility was very well equipped and was able to exceed my expectations. I went in experiencing heart attack symptoms . Every test that could have been performed at a hospital was done at this facility. I was kept overnight and the nursing staff was exceptional. I highly recommend this facility','2019-10-23 14:06:07.638000','2019-10-23 14:06:07.638000',5,'Terrence Hurley','https://lh3.googleusercontent.com/a-/AOh14GhK9vs0U9jh8lQkD1Y8ADmNlElHyXEK3n1pjGeueg=c0x00000000-cc-rp','17394740196501090048',36686),('AbFvOqn9v_MgugJIpvpR75UaJ6vrmJLPjAqXBDdVwpFCnZDkQHonQxTIdj5zR2Gp2thVd0I3AC2xSg','Never been to an ERCare before. Wasn’t expecting or planning to spend my 4th of July here. But since that was the case, I must say it was a great experience. Beautiful facility throughout, very clean! Staff was wonderful, very caring and comforting, asked and answered a lot of questions, and didn’t make me feel rushed. Luke,Sherri and Kim you’re amazing! Thank you so much for taking great care of me and getting me on my way. Long story short my experience felt like a spa resort with a medical team. I would definitely recommend this location to anyone!','2019-07-05 02:33:21.003000','2019-07-05 02:33:21.003000',5,'Erica Muldrew','https://lh3.googleusercontent.com/a-/AOh14Gh8s9vy4iJJwzehrEaJGK795cuAHEZ8t1yLiPtX=c0x00000000-cc-rp','3272657195432704501',39850),('AbFvOqn9V2ethM8CjiasV9rO4JClbgc1kG21gRLqhkJxQ815Hyr5o1LGP9PO7dAwVWAI5Pr5IZ8Iug','Fastest ER experience ever! Lorena made the registration quick and easy. Remington kept everyone in good spirits. We were in and out in less than half an hour, thanks to Rebecca, Laura, and Dr Ortiz.','2020-01-04 21:55:02.971000','2020-01-04 21:55:02.971000',5,'Michael Brown','https://lh3.googleusercontent.com/a-/AOh14GhDf1j1NNZkf7XB4zZgmA0NoaRY6SSyaBqRjWs_kg=c0x00000000-cc-rp','16590124370714063921',34469),('AbFvOqn9V4jBNCKci-YaqB07-jr9HCuFpX89aAVPNj2MSPL-HJL3QYh1XosLSywNn_P1qXMSOVIUFA','I’ve been coming here for almost a year because they’re so good and kind. Elizabeth T was kind and friendly — helping me to check in. Churiah is my nurse. She is helpful. She listens closely. Thank you to this SignatureCare team for your genuine care. It makes me feel better every time.','2019-09-25 12:29:08.383000','2019-09-25 12:29:08.383000',5,'A Galloway','https://lh3.googleusercontent.com/a-/AOh14GigqmUko7SN8ototvBQqJAsPXUC8E2qeU2duFXo=c0x00000000-cc-rp','3511292162159714121',40412),('AbFvOqn9VB5egnRyEpDG_gcE38eyyPO1d3SvsXAzoVZT2iEpaVFMdh8Nnars0rJWcl3dvPw9m3N4pQ','Very welcoming and courteous service. Clean and well maintained. Very friendly staff. Sarah Y & Kris S we’re very friendly and professional in assisting us.','2020-09-23 15:52:39.986000','2020-09-23 15:52:39.986000',4,'Terrie Heidemann','https://lh4.googleusercontent.com/-0exJJlPuj0E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmNWbytjsltwH1JP84HMmSEbs3TfQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37539),('AbFvOqn9VHOMHK-O21Smp6FphpvWzdNjYqPviwwq3h9sfyCpTizebDYRaN0aGUFHkYDcZOIgX6_6mA','My nurse Alvean Valory was very nice and professional during me and my wife\'s visit. The service provided was awesome.','2020-10-25 16:02:22.421000','2020-10-25 16:02:22.421000',5,'Roderick Sanders','https://lh3.googleusercontent.com/-28HgLuRkccU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck050qNdXbcD4R21DiTXluLgKLYNA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33088),('AbFvOqn9Wa2z9oqMj_mc30xMmzNbhQJLLwlJ34WK1XXL36tzKM8WDmtwOUTLBPiVD9wkR6ReFMgt','This emergency center is amazing. Everyone was very helpful and went out of their ways to give me information about everything, from registration with Tanisha W, to ER tech Daniel B, to Doctor Thomas, MD.\nIt is a very comforting and cozy place.','2019-11-20 05:02:07.089000','2019-11-20 05:02:07.089000',5,'lesly nuƱez','https://lh3.googleusercontent.com/-5VUSfcc6RNQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucklZi14YM-oW_8z3GulCcktf_g-eg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37863),('AbFvOqn9Wb5c6pamA6EG9YYc6b47sZvl8hg2PQkLevIWXOIzrcQAOqRlZX1pLM5NG8pAI2xaj_p9FQ','Alvean A. and Marcus was very caring. I really appreciate them.','2020-01-15 14:21:28.449000','2020-01-15 14:21:28.449000',5,'MTB BASS','https://lh3.googleusercontent.com/a-/AOh14GgNITmKmyzoV1j8N6vQ8dIWJgZsI-EEK9tg7cGi5A=c0x00000000-cc-rp','16389487648212004696',33507),('AbFvOqn9WCZ85E8twJ4ruO__f90OBOycyk2GS8TIBeubQFyfqbTeLrjDeud019Ql-Ek8XH7vIxTMcg','Had a great experience at Signature Care er clinic. Their team was fast, professional, & kind. Dr. Lim listened & addressed my concerns & explained my test results thoroughly. Their staff is amazing I felt in good hands with Ekaterina, Jordan, Valery, & Krisandra. I would highly recommend to everyone.','2020-11-09 18:11:37.822000','2020-11-09 18:11:37.822000',5,'Diana Martinez','https://lh3.googleusercontent.com/a-/AOh14Gh4D_GSuUQwtX9TQ47jtpfV0KSUzmT1-QVtri1w-Q=c0x00000000-cc-rp','16389487648212004696',32957),('AbFvOqn9WJ4KeHdP2qOmC8NAdg9e5nMZYgdhcDucno-OCibOIIGC63n9auVI7Bs3gSnUezJW2DVSbQ','I was referred here by minute clinic on Hwy 6 and they got me in as soon as I walked in. Very nice and professional staff. Everywhere I have tried to get treated for wheezing I have been turned away due to COVID but they went the extra mile and found a solution for me. The two women in the front (receptionist) are very helpful and professional. I have found my urgent care.','2020-09-21 18:02:05.524000','2020-09-21 18:02:05.524000',5,'Krystal Hurd','https://lh6.googleusercontent.com/-84VTQ_tmI_A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMn-4JV8vPhSmvi78-UxvAuLgSJQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37546),('AbFvOqn9wjB5XB2U_fQyymWO6haVvw4wQPD6rsnGM5esDzF0eGR607dfZEkvPvsfwRc1vyjHQYCawg','This is my 3rd time visiting SignatureCare Emergency center and every time I have went I have had the best experience. The overall environment of this place is welcoming from the receptionist, to the nurses, to the doctors. Everyone was nice and respectful and willing to help you with whatever your situation may be. I totally recommend this place!','2016-05-10 16:07:06.634000','2016-05-10 16:07:06.634000',5,'Mychal Bass','https://lh5.googleusercontent.com/-gKed9MkvYnc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUsSkeCf4vASk4RhNPDqAsNALQIQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41232),('AbFvOqn9X_NsnRTXcp-E38CDNo0iTY0hNlE2wHBBFEwZZ7UmH9KRucewtNAQiOnXorDU3kT5ye7v','Friendly staff, would definitely recommend!','2020-01-02 16:44:30.177000','2020-01-02 16:44:30.177000',5,'Lana Mayorga','https://lh4.googleusercontent.com/-ugwLBcjI4xo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucln-AgbkU_SSrKtfzdUhfeWWgmFgw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34472),('AbFvOqn9X4lV9xbzfmGBmeaUOiIc7xRL8gFOMd5L9UNzQMM0V3MM0FSiNO_arLmA_-L-sVJEBRZ9jw','COVID-19 TESTING. Extremely long wait times\n\nThe employees, physicians, and doctors are very nice and friendly but the wait times are not accurate.\n\nThey will tell you it shouldn’t take much more than an hour or two to get in to see the physician and doctor for the test. But if there is a line of any sort to get in, you should expect to wait a minimum of 4-5hrs. 6-7hours, if the line is long.\n(I came by today. Arrived around 8 am and waited 7 hours before being tested.)\nOnce it gets close to your place on the list you should expect at least another hour or two to get check in and then sit in the waiting room for 20-30mins.\nThe test itself won’t take long to administer. The physician will get you in and out within 10-15 mins. Then you will have to wait 30-45 mins for the results, as opposed to the 15min advertised time for results.\n\nAgain the people working here are extremely nice and helpful but be prepared to sit outside in a line for multiple hours before getting tested.','2020-06-14 21:04:39.609000','2020-06-14 21:04:39.609000',2,'Collin Mitchell','https://lh3.googleusercontent.com/a-/AOh14Gif-awybdRQWgtlqs4i8A7sVeKpB-07DfyiSofy=c0x00000000-cc-rp','16389487648212004696',33234),('AbFvOqn9XeJ8Fh0g0eGGgAtyvW4BQ8gkQ6dDKiQETiBl-jMIohePmYTOxVJDy0P7kLstuqQaIeIb','Quick, friendly, professional and clean....the receptionist preethy was nice','2017-02-08 18:47:38.203000','2017-02-08 18:47:38.203000',5,'LEASE A HUSBAND','https://lh3.googleusercontent.com/a-/AOh14GisGNdDOmw80fBLvgUfqWrBHGjlL0d0ABiNi8XaQw=c0x00000000-cc-rp','17394740196501090048',37216),('AbFvOqn9z3TSohkLZXTVx8P55e2DCu4jPxb6zn-Jf-PFRz4D2-Dc0QjoY1OqIAJA5pVEp0OUNOa6','Fantastic staff, very attentive and diligent with their work. I’ve recommended this place to friends because of the outstanding service. Highly recommend!','2020-11-06 15:35:19.101000','2020-11-06 15:35:19.101000',5,'Iheny Nieto','https://lh3.googleusercontent.com/a-/AOh14Gi04KqqO50ojcmqXeoIxcCv-nRp0r4iQ2S7g9sTEg=c0x00000000-cc-rp','3511292162159714121',40071),('AbFvOqn9zzRjy9CBCVvDDLaasDTFhSJBR9zFPiVicvZLg7QoN-c_Hlo7VDESkOizmUV4sbF6Hd2X6g','The wait was long but the staff was friendly and knowledgeable.','2020-10-17 13:04:46.632000','2020-10-17 13:04:46.632000',4,'Hayli Hamilton','https://lh3.googleusercontent.com/-K-R_FiLQAiQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclf1zhgtnJKnijM7FuMqG-9WPT6Aw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39471),('AbFvOqna__bDj0cVWlO5MloOqinAlmnPGxLQJIiBtA6avXn9lQYZlOEjlYlZGXiaMZSY9dfkww_k4w','Best experience ever! In and out in 30 minutes. Dr Patel was very easy on the eyes. Wonderful service and explanations.','2019-12-08 22:20:05.746000','2019-12-08 22:20:05.746000',5,'Andrea Jones','https://lh3.googleusercontent.com/a-/AOh14GgXvznMN_Bpe0DkWiOR_BV-nt2D6__BiEMg6TO1a54=c0x00000000-cc-rp-ba2','12541597562633926366',28957),('AbFvOqna_CQpUm8pm5DAEafJ6NsOk5YBQAOnwKj9L83DkUngl1egiXSsUpLONrOi-HUurPWUFY6uDw','good experience. dr hehman and Andrew Rn were nice and knowledgeable. took a little longer than expected for discharge thou. everything else was great.','2019-07-18 20:53:31.553000','2019-07-18 20:53:31.553000',4,'Hollie McAllister','https://lh3.googleusercontent.com/a-/AOh14GhLriCm2AThma4i45zDHXyI41Dnb2w7BLgkETqttA=c0x00000000-cc-rp','8918455867446117794',43218),('AbFvOqna_iAN9SOQnwNnon_mMqJUEUo4OgqIAUIbKBGso59QPE_4gWClbIFW-WtpclP7EiRFEhxlTQ','Great customer service. The nurses are very helpful and professional','2020-09-16 00:06:50.430000','2020-09-16 00:06:50.430000',5,'Dwight Williams','https://lh5.googleusercontent.com/-uYq3P-0ibuw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclm1iu4HpVGzRyfyjDpt8TuA3tMwQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38992),('AbFvOqna-aP4uFxBwslQJqeaWKYEYp4rcMIIgMBeukGtUeT2KT2rVkfZBUH0Amy_iTMkfFTPIQbRQA','They have great workers who are super nice and comforting. I went in with a bloody face and they got me in right away and stitched me up.','2020-03-05 16:21:15.555000','2020-03-05 16:21:15.555000',5,'Lauren Walk','https://lh3.googleusercontent.com/a-/AOh14GjzSevnQZ_Svxgl_9GsE3VhyQFA0W7OqrCUszC_bg=c0x00000000-cc-rp','16891069708558046635',35941),('AbFvOqna00bxA2dy1sy3PWa8zU2iDwKO_XKPQlrqRnL9g3nmB7GuhFjk9kGGBVT6Ru1Jj129vJOv','Kevin was very professional!','2020-10-08 20:43:59.036000','2020-10-08 20:43:59.036000',5,'Manuel Gamez','https://lh4.googleusercontent.com/-2oSs5eRfugI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucldHPz7_iL6gdppKVNnudUL825sEg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31530),('AbFvOqnA03AmgJOaT-qAiqY8JXl_e9_aIaWT-TBKUQKWgy3BLz5XG0NR5X6i7EAvIs9YJRhLEmQbnA','Late into the evening on Sunday my four year old son got into my daughter\'s epipen. Like any mom I started freaking out. Upon arrival to Signature Care + Emergency Center, I was greeted by a warm staff. Ms. Sibenne Watkins, receptionist explained the services provided, and we were taken back within minutes.The Nurse Mr. Raymund was able to calm my son down, and make him not feel afraid. He made him laugh and feel at ease. Dr. Boester reassured me my son would be just fine. I would recommend anyone in the Stafford area to visit when faced with an emergency. The care we received was amazing and quick.','2018-07-16 13:23:06.645000','2018-07-16 13:23:06.645000',5,'Apryl Owens','https://lh3.googleusercontent.com/a-/AOh14GgotbFHPeMbIXl5_tHQh_KJCxjT5pIaM4h7UzHFDA=c0x00000000-cc-rp','8918455867446117794',43384),('AbFvOqna0Bg2WMR38Un0H1SdFT9IY4bt5hKwbOIpVAJLeAdm4akWOaYag2AO5LOngKhjNU8B0XCRDQ','I walked in and was greeted upon arrival. Thanks to Dr.Pham, Nurse Alvean A, Radiology Trucia B, Registation Elida Jasmine and ER Tech Aurora.','2019-11-26 15:03:50.271000','2019-11-26 15:03:50.271000',5,'Lanell Saulter','https://lh4.googleusercontent.com/-tRxzVMa1wl8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckZ6jlqWUuLnGHqV5Tfj3Yx8-3kvA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33683),('AbFvOqnA0QN0Ct04Fp6zUL6mmKY8Q9ew9mrXaFCU8mU7Xhds6yVeeoJdB0QlQd-gDlUDNBpFymNiOw','Great patient service from the front to the back. Excellent personnel Delfino explained everything very well Dr. Leong ruled out what was wrong with my son, nurse Katie excellent nurse made my son feel very comfortable while he was getting checked and also Townsend. Definitely will be back whenever I have an emergency. Thank you everyone!!!','2019-08-05 00:13:02.999000','2019-08-05 00:13:02.999000',5,'nancy aleman','https://lh5.googleusercontent.com/-LR5_YlO1D_k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckKap4p1aqr_VQThBcI_YJTrworNQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36155),('AbFvOqna0qVARm-lz43TaV4o1Kmr_rzhlkaQAONJq3Ak0J-DNQKv_LVYHi-MTNRT4CMYhMhG01X4','There was very little wait time, I was greeted quickly, and my reason for visiting was handled promptly. We were pleased with the service.','2020-11-24 16:28:57.105000','2020-11-24 16:28:57.105000',5,'Brian Young','https://lh3.googleusercontent.com/a-/AOh14GjafO6c-GDq_yTHYgj-lEYTu0hKz_tDxn0sBQ_tWg=c0x00000000-cc-rp','16389487648212004696',32885),('AbFvOqna0U0O_yekrHKfziLNjwPJ0qnyvSo7jJE1SBTq2e-8uBJL_f63jhQTu_EEIn91EN1bhn5b','I received exceptional care at SignatureCare Emergency Center in Texarkana. Tobie, Mollie, Sarah and Dr. Edwards were all great. Thank you for everything.','2020-02-12 09:52:52.134000','2020-02-12 09:52:52.134000',5,'Kimberly Oglesby','https://lh3.googleusercontent.com/a-/AOh14GgYBjWUTSUblJlPh6XVnSip3w4W3uCa1o-JFQFqQA=c0x00000000-cc-rp','3272657195432704501',39634),('AbFvOqnA1slGKT_xe-87PLfBQnjeE9uBw45qz3ihIkAyFa35_h17Enc3zvvvVOVspKUfp1KPjy25hA','The patient rooms have all the same setup and equipment as any trauma center so they have you covered.','2019-03-15 03:38:14.764000','2019-03-15 03:38:14.764000',3,'Mary Zhang','https://lh3.googleusercontent.com/a-/AOh14GiDewfvtUeOmqYAAAT6Ol8jU5KI_gsItbaCz-uh=c0x00000000-cc-rp-ba3','14904078213800803294',32488),('AbFvOqnA1W2GjML0Q9QuG6dbdmxecXoqIu268Zv-CWDNvDYq6jCOeT7gBLa2RSpVcUv7WVOKfBjo','JD, Cody, Sam and Nydia assisted my daughter at the Pflugerville SignatureCare emergency center today. My daughter was extremely scared and all 4 of them made her feel so much better!! A+ experience!!','2020-07-28 19:49:42.247000','2020-07-28 19:49:42.247000',5,'Katy Frank','https://lh6.googleusercontent.com/-vjJaqME9CTk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJtpv4npWfT5x0qE_kXheZhOh9wg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38730),('AbFvOqna2vfXus7AHc-z142CVdna2UeTV16jb4JJneT4p3qW5tSEpZMzrT1PORuJLzIlhQrrgKjuzA','No respect for the people waiting. We waited for 3 hours and when we got to the front of the line, we were told that they had cut testing off right when we got there.... 3 hours ago!!!\n\nHave some decency and let the people wasting their time no. Joke of a staff and services.','2020-06-18 18:35:50.762000','2020-06-18 18:35:50.762000',1,'Uriel Quintanilla','https://lh3.googleusercontent.com/a-/AOh14GgUrXpbWI4ti73rRqHx1jW54A-kIHBjRJwpDyCcEA=c0x00000000-cc-rp-ba2','14567670160750071148',30193),('AbFvOqnA3GHQkra7o_4ShbGDSDtqbx0houHSAEEtouAGNZEynmJ1qGN_QIZxceJrVEqj7Vj5XZ7d-Q','It was a great great experience! Staff was super friendly despite being super busy. I did not feel rushed at all. Very professional and polite.','2020-07-07 12:33:38.970000','2020-07-07 12:33:38.970000',5,'Stephanie Ogunrinade','https://lh6.googleusercontent.com/-k3bs0lNAAHc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn475teAXxLas5cKq-2xYbrRqUGtA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43010),('AbFvOqna3lxZJTn14SRnkfanpYXlL7hWLdNvjPJceR_X9AKEvIx4e2xRXTywnoauZhhrMRaup7BE','Cody was very informative and awesome thank you!','2020-07-29 21:44:21.872000','2020-07-29 21:44:21.872000',5,'Jiecelle Flores','https://lh3.googleusercontent.com/a-/AOh14Gh0U06aEtRWUOoCXlEB-byKUnw2TblQSAnjTDW4=c0x00000000-cc-rp','2077061009497551125',38695),('AbFvOqnA3vmW1pOq7GCOeVmk4zT3zyPYKts-78cbLBWu7umXc5X1VFB5N-78SkNSE3IyHiX3Aceq5Q','Clean facility and friendly and helpful staff.','2020-08-07 22:45:04.434000','2020-08-07 22:45:04.434000',4,'Ally Allison','https://lh3.googleusercontent.com/a-/AOh14GjntcV5FiMKlaa990qZosMgWKhHdVnL79AwTJFt6g=c0x00000000-cc-rp','14904078213800803294',32271),('AbFvOqnA3yzmHj3cp9BupIXqdxSaXQGE2mW16z5kNl_GD-C6XUxZFsM2YxBrognWCeAZe2_BPOuj','The best ER experience I’ve ever had!! Great staff and friendly service. We stayed their 2 nights for urgent pediatric care. They cared for our son using the same procedures the local\nchildren’s hospital would have done. My son never got an IV put in prior to this visit, so we pretended he was getting lasers injected in his arm like Buzz Lightyear. :) Their goal was to take care of us and make us as comfortable as possible. They did just that.','2019-02-02 05:13:14.134000','2019-02-02 05:13:14.134000',5,'Stephanie Owens','https://lh3.googleusercontent.com/a-/AOh14GiR6YkjZPyN9U0_CtjKTirGFw-bEMvHTDY8kfFdsbI=c0x00000000-cc-rp','16891069708558046635',36285),('AbFvOqna57TqrABVSTibo5kFY5ffivRmUZO_gt4nv_XtctBv9o6ekj-5g5dIUN347PNuk2468fq5xw','Super friendly staff, and fast service. Dr. Miller was exceptional, he\'s super nice, friendly, and courteous. I could not have had a better doctor! The nurses were all great too. Jasmine, the receptionist was able to help me out with my bill too when I couldn\'t afford my full copay. If I ever have another emergency I know exactly where I\'m going!! Highly recommend!','2016-09-02 01:30:10.097000','2016-09-02 01:30:10.097000',5,'E A','https://lh3.googleusercontent.com/a-/AOh14GgNYDzabzmTUOapYPQ0Hb6UIcGxeJLj-iBAnwyFwMI=c0x00000000-cc-rp-ba3','14567670160750071148',31194),('AbFvOqna5TOGSlrWZNc-I_lOpLgFAaOOVfNmkHjwIiEAd5dtVB77819w7CBX2zT3BHBkwBAorlyq','Everyone i encountered at this center were very welcoming and made the whole process for covid testing very comfortable to endure.','2020-10-24 21:23:58.221000','2020-10-24 21:23:58.221000',5,'Haley Garman','https://lh4.googleusercontent.com/-A37Ar69vPOw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclpRtXHT8HEFiSncrT6xV_NYoVAUA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31468),('AbFvOqnA61dr3nw1a5H8IY_yQpt7PGE7fyx5fcix7wkzPYXhKUztZZrxwrUR1g53UMXoGqx5PT0_1A','Ms Krisandra, Dr Miller , Nurse Ekaterini , Tech Jordan and Rad Tech Marcus were very helpful, I would go back to them if I needed too any day and recommend every one to go there if they are having any problems health wise','2020-11-02 15:05:14.750000','2020-11-02 15:05:14.750000',5,'Justin Brown','https://lh3.googleusercontent.com/a-/AOh14GgMH5BM6i0gpmDt9P-RnT7uaAJNPNbvV6Tmkdya=c0x00000000-cc-rp','16389487648212004696',33022),('AbFvOqnA69p9v5dfxrdZh0ps0lAxw8FHU0dngvc5FmVOti8SAXU3ERjMHWwYrG-lzyMi2xiN2SXQ-w','One of the best emergency care centers I have been too. Everyone was very professional and they took care of me in a very timely manner. Rebecca and Jacob were awesome! They made me feel comfortable and made sure I was okay at all times. I definitely recommend this clinic!','2019-06-30 22:19:47.331000','2019-06-30 22:19:47.331000',5,'JJ Johnson','https://lh3.googleusercontent.com/a-/AOh14GgbK8pipPluQVFOg4_nNRFmAEGkKa6AO2UZx43g=c0x00000000-cc-rp','16590124370714063921',34794),('AbFvOqna6pKi92ezo68AfaX0A3wX-iun7IKqHIpeg3-vY69_nqIzwcdooXBDuJ1W4BnaGDwm7EiG','Friendliest staff ever! I think they know how nervous we are, and Alyssa and Mercedes are so kind even though they’ve been working all day and night. They’re also super patient with kids...and adults that act like kids (thanks Shay). Lol!','2020-06-20 22:45:29.228000','2020-06-20 22:45:29.228000',5,'Nicole Marchand Golden','https://lh3.googleusercontent.com/a-/AOh14GhCEVAhseqxjA-IF5SOZRqxRYhXM8kOdHhnYrCZ0g=c0x00000000-cc-rp','8918455867446117794',43026),('AbFvOqna76AADPTd4UvrvgEkR5NQJZOm3tppaMqDpPs6Sc4ptHL39btJtUi92tq_qvo4cWqgg9YcdA','First time here and I had an awesome experience. Everyone from Dr. Iheme, Nurse Alvean A, Marcus B - Radiology to Jocelyn A in Registration were very warm, welcoming snd friendly. My visit was quick but thorough. Will definitely be back. Great experience overall.šŸ‘','2019-04-01 22:51:01.802000','2019-04-01 22:51:01.802000',5,'Maria Ortiz','https://lh3.googleusercontent.com/a-/AOh14GgNwhFLG6L2N9Chr6BiVtiWjodHb30TFdHLTtC_xQ=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqnA7IzF6HTQoEZv20b2obUGiyAleQI4fwc_xIY-w6ERsnQMEv8aYXLrtj3q1eJLAGP064jQxw','Receptionist Honey , Nurse and Doctor were Awesome!! Great Customer Service!!','2017-02-05 02:12:51.989000','2017-02-05 02:12:51.989000',5,'Gail Bell','https://lh3.googleusercontent.com/a-/AOh14GjmAbISf9NKfB8HIIb0LcTSqTzHf9mUcuNfLOaNRQ=c0x00000000-cc-rp','17394740196501090048',37219),('AbFvOqnA7S8j3SV18N_2h1uryRhHoul5lH9ziffTciKevWF0wRl2GKEgBfpAQchgoIDWzDnGSkT6MA','I wish i could make this place my regular doctors office. They are so kind.','2018-05-10 01:52:04.637000','2018-05-10 01:52:04.637000',5,'Cathryn Lee','https://lh6.googleusercontent.com/-41Qg9xZhF40/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckwtdUVP8saCy0DAIkUiWgDquHBtw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36406),('AbFvOqna8VT2Cxp9_wUxNSp5UtljLLVW9WEY0ozqCnlBkgBDXx3kKcVso2AZuSzw-OzOHwL3KRNvWw','Linda was very helpful and friendly she made my registration fast and easy. Dr. Ashbrooks, Michelle and Christie were all very friendly and professional, I will certainly come here again.','2019-03-15 02:24:35.848000','2019-03-15 02:24:35.848000',5,'crystal noiel','https://lh3.googleusercontent.com/-AxmSE9nbkX0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclKcFRf8Om8iVyrUQB_T8WgtdMSAQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39896),('AbFvOqnA9GTpZslNLm9WTgXslUSm5dSSY7_nbHNYSdhfov74kma6-TJXT9zUC3nnu7IhtDDMDTu-','We are very pleased with all our experience here. Everyone is so nice and sweet. I will definitely recommend ercare to everyone.','2020-01-15 15:43:23.036000','2020-01-15 15:43:23.036000',5,'Diane Delgado','https://lh3.googleusercontent.com/-etwtkJq3xfk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclYI13aN83GOW0R5r3Dku7dHywTSg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30337),('AbFvOqnaA1mNpSsBM04shZboA0FiTdHOi1O1PhStkwU4kzcDgYq29ShL9KzcEHK2IRx97DvAJ4Wg','Alysia was really helpful when I arrived. Helped me to make sure I had all the right paperwork.','2020-11-21 14:09:24.373000','2020-11-21 14:09:24.373000',5,'Yuneisy Lazo','https://lh3.googleusercontent.com/a-/AOh14Gi7wOjw5_fTBkjoWyfcZz3wvdj5bY8r2BsW3XGu=c0x00000000-cc-rp','12541597562633926366',28448),('AbFvOqnAaEK98jOLu9au9iyqlBTtNaOGeiy4eIeYMfRjs1bPLcB5BRUPURCrhdzxp_vG8rDFvAM1','By far the fastest ER/Clinic visit ever. Staff was amazing. They took great care of my son and also made sure I was ok.','2019-11-08 21:50:19.248000','2019-11-08 21:50:19.248000',5,'Shaena Smith','https://lh3.googleusercontent.com/-YIA0J7A1DCk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmoBb9ygg6OdKsqjrn5FcByL0oq-w/c0x00000000-cc-rp-ba2/photo.jpg','2694018788013845459',39213),('AbFvOqnabfOXv5-lOa9KiNKtLpGrGzujmGEehTMvdU2y37-UlIuVU88mV75q98ohr60-t8wMwoMNXg','Came in to bring my mom.\nEvery one was great.. Sarah such a lovely. RN.\nAlexis Reg.. Michael Rt. All as well.\nVery fast. Very adviceable.. Every thing they did was on point.. Very clean and neat .\nResults was fast. Excellent service . Thank you Guys.','2019-09-05 06:52:19.967000','2019-09-05 06:52:19.967000',5,'Carol Thompson','https://lh5.googleusercontent.com/-8kdKTSt4k7w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclWFAvjCEjH3i2PNow0D-XRuULkPg/c0x00000000-cc-rp-ba3/photo.jpg','17898197009688164559',38006),('AbFvOqnAbIaGUNntL3DQzo4ME8plC9vN4P2yscGsleXEfjrn-XcjL39iswIqfQy02hksuMdkolRm_A','I have used Signature a couple of times as have a few friends and coworkers and we’ve always had good experiences. I was greeted at the front desk by Carla, Mandi, & Courtney and very promptly given my paperwork. I didn’t wait long before being escorted into a room and seen by Shania with Jennifer, Mollie, & Katy! When I got my results back, Shania went over them very Well and I was on my way in less than an hour!','2021-01-09 21:22:05.553000','2021-01-09 21:22:05.553000',5,'Addison Hausler','https://lh3.googleusercontent.com/-13W12mY_I-k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnkHfwsYYHjeBwKKaTlotpgbvlKiA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44630),('AbFvOqnABiKtG0LeQV9xzpmCazeqs9tKyWHnPJSs8knLIpObR3ZT_Cf_JNzYldpmO982R1qpjr5CUg','I brought someone to this location to recieve medical attention and the receptionist, Rebecca V., was super helpful and kind. Definitely a good experience. Love the snacks too :)','2019-08-23 00:41:00.335000','2019-08-23 00:41:00.335000',5,'Rose Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GhprMA2p9HKth6l_0_rmmPI4oMaT5_SIV4st6WtZA=c0x00000000-cc-rp','16590124370714063921',34715),('AbFvOqnaBLHEQ3X0f90QMG3_A6Qipqu3TQXMb06eR7ED6qLcMxmyD1k3YzoxOGTDQzGA8f180YxrIg','I had a great experience here. Filling out paperwork was quick and easy and I was seen by a doctor within the first 5-10 minutes of arriving. The building is very nice and clean and the staff was amazing!','2016-09-06 15:41:01.248000','2016-09-06 15:41:01.248000',5,'Nicole Shefchik','https://lh4.googleusercontent.com/-KhBs7C9Q1kE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckBhuy0ScoGyTYcpg1L4n7bRqRJYQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31191),('AbFvOqnABRIIMETT1QqR-MJ80iT-u-FXI_D5WgtE3smdlbAvAUMGU1LNX4D8xHF9yw8niaolfomlGw',NULL,'2017-04-25 13:22:51.560000','2017-04-25 13:22:51.560000',5,'Jacqueline Rodriguez','https://lh3.googleusercontent.com/-v6LtRPnbldw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucllx_pKDbu1w7bQCdftze4MVZ4Dbg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31055),('AbFvOqnabrWk16E_rTyHxfVgM6hipEX4lV41inqHuUNBFIDT9qSjQu1HZ0Qktf5eQppY9X5EO7H8eQ','Alvean was amazing very nice and caring made me feel better in a bad situation THANK YOU SO MUCH!!','2020-12-24 19:45:15.810000','2020-12-24 19:45:15.810000',5,'Ebony Wolridge','https://lh4.googleusercontent.com/-EdN7yNuXRYw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck5mvSiMUt2z2tDzRwH-SHhpRrRrg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',43806),('AbFvOqnABu2PMli90XeqKto2yqybd8yI6IH91RBoZtvcaX7gO96e6yEqUhzEqmdD20UG3QqZToHwpQ','Never had a bad experience until today the doctor is really rude and unprofessional won’t ever go back again','2020-09-10 00:24:23.499000','2020-09-10 00:24:23.499000',1,'Kassandra Baca','https://lh3.googleusercontent.com/-kehTihwu35g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmnCHCos-dGoYYJHt_g4sqDgI3pxg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41297),('AbFvOqnAbxorAojd4fbK44LFsz3f4nSHL_Sj-YG488WIdKJCz-WcbvRpblncXMOxw36Q8VZ-tkYP2Q',NULL,'2020-03-04 16:55:44.574000','2020-03-04 16:55:44.574000',5,'Launa Henson','https://lh5.googleusercontent.com/-08D7i2eEo7k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmmqI0hu2HjrjZUflPC595LRDFY0A/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29405),('AbFvOqnaCEC5IiOxgHg5-txPHUyop1j8AAZnx7qa5Y1YgCCh2wKYZRq0hPZfox0c9JZUhqieNGDt','Very friendly and welcoming people. Overall great experience and would recommend! Dr. Harjai and nurse Jacob were incredible and had me out of the ER very quickly!','2019-09-15 17:14:42.599000','2019-09-15 17:14:42.599000',5,'Seth Boleman','https://lh6.googleusercontent.com/-EI2bMIkow1A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucncb6tb9gJDTz33bGo7EDvRqmJs5Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34679),('AbFvOqnAcOM6SoH976-poFUdLSFZTsfgBL6KVkGFyggePxqL-wH7na_i_KSo1YHYNipm4YceW4Euqw','They were all so nice and seemed very patient with me. Super professional and they all seemed to enjoy what they do. Will definitely come back here for any future issues. So clean and modern inside. Very reasonably priced for an emergency room!','2019-01-21 00:54:50.520000','2019-01-21 00:54:50.520000',5,'Vica Nova','https://lh3.googleusercontent.com/a-/AOh14Gg6fOfwyascqVFleu1vRXgE2nN6ZGeu7suOG80ZEQ=c0x00000000-cc-rp','3511292162159714121',40698),('AbFvOqnaCPJVqAs2qpxcn64rz2a2eZfmmcIC5uRFgtbUeIBLNyrnju9QUWJMxGwyWAD-jnikiE-RnA','Wang, susan, geovanny and tanishia are the best ever, they all did their jobs right and i couldnt ask for a better staff!!!','2020-01-22 05:36:08.609000','2020-01-22 05:36:08.609000',5,'Jorge Munoz','https://lh6.googleusercontent.com/-gj1Magr9txU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck0UsLFkoRe55W_EnIghnzUsQZCCw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37737),('AbFvOqnACsorD4Gubm46_dXgS--fBJiBb8V4r2Qju2ODsBjyVxni7q0P045MzeP1XAllqYURhzF6',NULL,'2019-03-08 17:43:21.226000','2019-03-08 17:43:21.226000',5,'Karo Sawyer','https://lh3.googleusercontent.com/a-/AOh14GjAWeZfEcGER4lxCxOnNjc65k1_k30EDeSZ_P0shYg=c0x00000000-cc-rp','17898197009688164559',38258),('AbFvOqnact-UJMVCr2-YKA0q6BFx6cL2rU9kNxsBCx6CzV3Ug1DKmzxn80WPRFXwm3rHxnV-JpuAAQ','This place is truly an emergency care center. I\'ve been here twice now and can say that my experiences have consistently been excellent. The first time I came was when I busted my head open on a brick wall. Covered in blood, we rushed to the Methodist emergency care center first where we were told that I had a 2-hour wait. Ain\'t nobody got time for that! So we then decided to go to SignatureCare where within seconds I was taken to a room and seen by friendly nurses. My family was taken to the guest waiting room where they were offered a buffet of drinks and snacks. I have never met nicer nurses or doctors. Even the receptionist was a sweetheart. They asked me if I needed a warm blanket because the room was cold. Not just any blanket...a pre-heated blanket!!! I was given a snack and Gatorade. The doctor gently stapled my head back together and kept me under observation for about an hour. We left with a bag full of aftercare info, a Starbucks gift card, and even a teddy bear. Can\'t tell you enough how awesome this place is. I wish all hospitals were like this. It\'s my first choice for emergency care centers.','2017-07-09 12:26:45.990000','2017-07-09 12:26:45.990000',5,'Jennifer Mizulski','https://lh3.googleusercontent.com/a-/AOh14GiE5G8dHAH7W_0VjUkdO4egWeGWakV-PsttLLmF=c0x00000000-cc-rp','3511292162159714121',41035),('AbFvOqnAcXUibBH2P5iaPYuWoB0cNmF1Gcanq2I9cQFukalchJkEWJjKqe1N9uzW-iSaMhdQxtf7jA','They were excellent when they took care of me great staff.','2018-09-22 20:28:21.487000','2018-09-22 20:28:21.487000',5,'Kyle Shircliffe','https://lh6.googleusercontent.com/-VBodSuRWJZg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmXAyeso5s8wEyc4PxAolzp4Krl7g/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30713),('AbFvOqnadgavPySZV6rcoLTQEsxc5-B0Rhbucye6GSrDe7FIK3W1YQZYP-OQaN777_0Xyi0vmh_ODw','Thank you Dee for your friendly customer service.','2020-09-29 11:26:39.705000','2020-09-29 11:26:39.705000',5,'Beth Hencke','https://lh3.googleusercontent.com/-2QOLluEOJM0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckMSzkEvSUNWrqctH8FEGU3fdnaTQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28519),('AbFvOqnAdIPI9MR93l-ndkoQF9h2FnTP8GKg7ekgsGThGJItXOtsTZHDwL7hPCyQFoURFHLD9Bu3','Our son woke up at midnight on Christmas Eve, throwing up. This continued throughout the day about every 30 minutes. We were out of town and had no idea where to take him. We were very concerned about dehydration. He kept drinking fluids but threw up every time. My parents recommended we take him to SignatureCare, as it is down the road from their house. We were nervous about taking him anywhere in Midland, as we had not heard very positive feedback about the Medical Staff in Midland. My husband went ahead and took our son to SignatureCare and I met them later. We were greeted with a friendly face and wonderful staff. Dr. Nylund, the Nurse and the Technician that checked my son were all phenomenal! We got called right back to a room and immediately someone was there to start checking him over. When I arrived, the staff already knew I was coming and I was told to go right back to the nurses station. Before I even got to the nurses station, someone greeted me at the door, knowing who I was there for and I was taken directly to the room. My son was thoroughly checked over, given some medicine, some gatorade and water, and told to sip every so many minutes to make sure it stayed down. Once we had been there about 45 minutes, the doctor, herself, brought him a couple different choices of crackers. We stayed about another 30 minutes to make sure those stayed down and then we were allowed to leave. We are so thankful to the staff at SignatureCare for making our out of town Emergency Experience so smooth.','2019-01-19 01:58:53.032000','2019-01-19 01:58:53.032000',5,'Josh and Rashelle Cobble','https://lh5.googleusercontent.com/-ogPdnnY875U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckrnrlaamQ0il3OttlSwqhrr2Ht0g/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29939),('AbFvOqnAdX-Pz05STWzB3Qy9hmEugv4tmhRFPHQk__K5WHoSw3RZCAJItCVNzN7mzamWcjPtyzPm','Quick efficient service. Everyone was kind and courteous. Was not judgmental or rude','2020-08-01 18:35:07.131000','2020-08-01 18:35:07.131000',5,'A H','https://lh5.googleusercontent.com/-6ktNVF9Pu3A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm0NkvtMBFgde1UrQUFYRfVn2QKWg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32296),('AbFvOqnae288Kff63aW63rpKDunpjKSbBMCx-gS6Ufqdog_nar_BVMoti9hFeaCvgPp2fjQkNmOXMg',NULL,'2017-10-11 15:48:08.760000','2017-10-11 15:48:08.760000',5,'Mary Anzeldi','https://lh3.googleusercontent.com/a-/AOh14GizzYxx-xBPkjpqIg8X8MKAvK_-sO5fzNbl3RBqSUA=c0x00000000-cc-rp','17394740196501090048',37051),('AbFvOqnAEl7C1DW_6gBtb4si_rvIjqIS84C2w6Q6xF63Icb5uw8kM3jZKUyM-5Ck1PMYCwKhbNsy','Came in for a traumatic hematoma on my leg. They fixed me up just fine. Just might enter the Boston Marathon this year.\nThanks Rad Bryan & Rec Amanda!!!','2019-01-09 03:21:14.024000','2019-01-09 03:21:14.024000',5,'RIO WALLING','https://lh6.googleusercontent.com/-bfNuxUD0tiI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck6sGTYITsRhmxeXiD_UzVFsOb99w/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30648),('AbFvOqnAELxII03TzYPKV6o-HfTJQxpW5vJ7JhG2hBm34_D5I7qwZgEeUSH9DL1BOyey_ot5ivE86Q','Ashley. B Ashley. K and Erica thank you so much you guys answered all my questions and we\'re very polite and helpful didn\'t know what to expect I\'m new to the state and I had a good experience I appreciate it keep up the hard work','2019-06-13 15:28:53.967000','2019-06-13 15:28:53.967000',5,'Daniel Vargas','https://lh5.googleusercontent.com/-Tq3AsC0WUkw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6_Ia3yMYGsAzxrYx3Gm1_3HtHPQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42045),('AbFvOqnAenWQ3civpTliBlThftccFJnX0FrtMRI-08hQwLCYHY-VnXRorlGA2a0Wc0xB1FIsHh4QoA',NULL,'2019-03-23 21:20:14.998000','2019-03-23 21:20:14.998000',5,'Cliff Butler','https://lh6.googleusercontent.com/-BiPeeVSsKVc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckH7Gsd2Z-Q1Xo2R6otODr2b_D0bA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29889),('AbFvOqnAFNrO-WRtGER7V1PmsszFiuM5jDRaaq-GMw2Cy8HkTvRdTDiLPo5OZZS1Q6jplSK2zFAs','Went in today to get an X-Ray on my shoulder and everyone was very friendly and attentive. They took me in right away and explained everything to me. I was offered a warm blanket as I waited for my results. They were very quick too. I will be coming here now if I need something.','2018-05-17 17:24:20.101000','2018-05-17 17:24:20.101000',5,'Bibi H','https://lh3.googleusercontent.com/a-/AOh14Ghv-ep2LHweXkWhuasf6iW0_y6-_8u0x6zT2883=c0x00000000-cc-rp','8918455867446117794',43393),('AbFvOqnAFrpmv4aiwS5vVJDdJ1LH0l5VAo6blmw1Mtzg2lTjmKUmi0K7im5Q_uTYROrEVgim9yWy_A','It was nice clean and receptionist tanishia was great and funny best time I ever had thanks','2019-12-20 04:53:59.586000','2019-12-20 04:53:59.586000',5,'BigHerc','https://lh3.googleusercontent.com/a-/AOh14GgcY_TlDuoj5MSVInU9RpcXw3VgwYlHTky6IiHnYw=c0x00000000-cc-rp','17898197009688164559',37797),('AbFvOqnAFTNYZ5eZRlJpu4uYEpbeYk-UcXMujKDZ68hKO_0jtPd9lckJ6fJdoN9EACKPGKG_w1_i','This was literally the nicest and most helpful medical staff I have ever experienced!','2020-11-02 17:00:31.267000','2020-11-02 17:00:31.267000',5,'John Brewer','https://lh3.googleusercontent.com/a-/AOh14GiMD3CO84Vo9jDM_IIHyofhisxC5tPrrG_yyo9P=c0x00000000-cc-rp','14748677429039074158',31434),('AbFvOqnAg_-qAoFfuszSwOXmrW3kAm1mrTWvm-KHLrByo6FkmWyCY7AriHLKDMxV86GW0hwSdY0q','The staff treated my girlfriend really well and in good time','2020-02-24 01:42:53.032000','2020-02-24 01:42:53.032000',5,'Arthur Lima','https://lh3.googleusercontent.com/-L3qcvd3TQEE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckJmp5QCqclEACY1Xjkf0aZgo-gOQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41456),('AbFvOqnagCwR2V2XZG-xfO4mBpthPQhw4y2GrQQ0Zyeg2HOOTjA9WweWGEf5VbZmgN92PEYIxa1zZA','They were very polite and gentle. I felt no pain. Theresa, Alaina, Tobie, Shelbie, and Dr. Yost took great care of me and my sister!','2020-10-14 01:11:38.572000','2020-10-14 01:11:38.572000',5,'Landon Huggins','https://lh4.googleusercontent.com/-zb6GqaK8fSU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJC609URw-z03hR7YlKIMzNjyizA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39478),('AbFvOqnAgdUTuSx-N9oU3PtCDfVSaKZox4DFTq7uBU2h9D4bf-eOb4hSwOv-VSBjb0pB51y19umE',NULL,'2019-08-24 02:11:42.058000','2019-08-24 02:11:42.058000',5,'Emily Bryant','https://lh3.googleusercontent.com/a-/AOh14GjM46EZQ2NELH6eKTN8azrKp1ZqIG5V0uul1Bhj=c0x00000000-cc-rp','16590124370714063921',34713),('AbFvOqnAgoUJVMw4WefPpPmNfUkhe4WTJxYN-Vmkg9gCdW9lDeF7SOx5iNp_ls7q6CPMAI4j0aefsg','I\'m Visiting from out of state and the Staff was great with helping me get seen. Dr. Singla was great with Treatment and so was the Nurse Serra. Thank you all for the help.','2020-11-26 17:34:53.463000','2020-11-26 17:34:53.463000',5,'Fredericka Carter','https://lh3.googleusercontent.com/a-/AOh14GjEGJObqrUFTh3IHICTZc6JrtLXim2jkKaoMAkF8n4=c0x00000000-cc-rp','12541597562633926366',28439),('AbFvOqnahFpuWQicfl8QIYHcuG49iWrg4Esr8jig5lrT2VqLvFDyOe1NsmcPuUO96WzcRBEQIbXO','Money hungry facility.\nWife is pregnant and a Healthcare giver we had 90 dlls willing to pay the rest on payday the following day.\nGot refused.\nVery unwelcoming and rude environment\nFront desk staff was unfriendly and not willing to help at all did not give a dam.\nDO NOT RECOMMEND THIS PLACE!','2020-11-12 00:30:40.180000','2020-11-12 00:30:40.180000',1,'Angel Sandoval','https://lh3.googleusercontent.com/a-/AOh14GjLJA0TP5SvvyKu8xB4JNmLcxj-uIF8D-OyK2vmww=c0x00000000-cc-rp','6521947413723274945',41269),('AbFvOqnaHVHALMPUqKkbU9M-gCXYmPQlbUnizDX56q2-eI4lkHmtV0T65D3qLwqByUjtvX6-NifoFQ','My experience was a great one. I’ve actually been here more than once for two different sets of issues. I was treated promptly and with respect both times. Highly recommend.\n\nEdited to reflect my most recent experience: I hate to retract my earlier review because I truly had great experiences there in the past with a Dr. Bell and one other physician. But I went here last night for a major infection I’m dealing with and was treated like a lowly imbecile. The doctor on staff (Dr. Jones I think?) was RUDE, abrupt, condescending at times and tried ā€œthreatening/scaringā€ me into having things done. I ended up walking out. Because after nearly two hours, nothing was done for me—nothing to treat my pain, no antibiotics, no fluids, etc. NOTHING. So I decided that if I’m going to writhe in pain, I’d rather do it at home. Sad that this doctor walked into my room with an already preconceived notion that I was a _____ kind of patient (whatever it was he was assuming about me). Even my husband thought the same thing. So if I were told that if I returned I would see him again, I would politely decline because I do not want to experience that physician ever again.','2018-01-18 14:26:07.564000','2018-01-18 14:26:07.564000',2,'J B','https://lh3.googleusercontent.com/a-/AOh14GjcjN9xbJ0-YlNIs4ck5wNJizRhFwAmErBKcO7VHQ=c0x00000000-cc-rp','17898197009688164559',38376),('AbFvOqnaHxVl55vC4KMJ2ymlZhmbLZQV2hzM_ZUl0AWAlepz68jo2BPOVdiiIwXGTpr62_lEEPMkLg','Dr. Patel, Alvean, Brian and Jocelyn were every professional, service great. Wait time was less than 10 minutes, really don’t want to have to go to the doctor again but if I have to I would definitely return without questions','2019-10-23 13:18:40.998000','2019-10-23 13:18:40.998000',5,'Mark Green','https://lh4.googleusercontent.com/-LZUKuZlL9G0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckGaYzjuGYsgQs9DJK4lMTYMfQ-DQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33847),('AbFvOqnaI3oggSz82pRI3kYCRyUCDJkpyoLEhGObhTHVBQtJzii-fV92HswPQGliz7rkZB878KQCRQ','In the few days after seeing my PCP I had developed an ear infection with the onset vertigo. I had visited a couple of days before to SignatureCare ER/ Robert being my first care provider- but the infection had taken its turn for the worst- but this second visit, I was attended by Tia G. RN, Kelsey/tech which has the perfect IV insertion, and Dr Adam Boester, DO; they made me walk out feeling like a SuperHero!\n\nThere was no wait time. They started the process immediately to discover what was making the room spin.\nThey listen to my complaints and addressed all my concerns, taking the time giving clarity to my issue.\nAfter receiving hydration I was out understanding fully my continued care within 2 hours-\n\nI truly appreciate the promptness in every aspect of my experience.','2018-06-16 23:37:22.914000','2018-06-16 23:37:22.914000',5,'Roosevelt Edwards KR','https://lh4.googleusercontent.com/-RfLL6jueop8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclbbhwkM4XfVdq_k1BbFDhIV_E9dQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43387),('AbFvOqnAI6ENl0TZcRh6s-jtAwzUh241DHQnNUKgJFvfKoW76ZUG-dY02VhR82gDkqcFHWxNoYfs','I absolutely love it here. They have always taken such great care of me.','2020-12-15 21:01:02.220000','2020-12-15 21:01:02.220000',5,'Melissa English','https://lh6.googleusercontent.com/-MvWsrO6yp9c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmE7ucNw_T2_dYXHXXTThOSV9bi6A/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39393),('AbFvOqnAilWWZgUI4S8KyplRUtVia-uXyX13KvV3m47FBARLWi_vvw52tNt5gx_hdQ7Js6xgEHD2Pw','It was very quick and everyone was nice','2019-10-28 01:17:05.375000','2019-10-28 01:17:05.375000',5,'Ayanna DeSouZa','https://lh3.googleusercontent.com/a-/AOh14GiPht3HTizNrOCQ6IPtIEga3jhNSuTAr4rfavXJ=c0x00000000-cc-rp','13486358490203335051',29603),('AbFvOqnAJ2UmXdBQZF3C9NszVWbll6nsh9zXKSdkSJZDoBndjiMZ2spO32_IFoNAtuKjSEVOA0zsMA','Great place and close to the house. Very friendly staff, Jani and Marcus were great and received a warm welcome from Anthony at the front. Dr. Nguyen gave me good advice and helped out a lot. I\'ll be back again if I need to.','2019-05-07 20:52:48.151000','2019-05-07 20:52:48.151000',5,'Chris Orr','https://lh3.googleusercontent.com/a-/AOh14GhuAdUzzImQ8ZGiq7LdxYoEzscU42ZhV8PlrjDQ4A=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqnaJ9Pk9zY4S9XC4d_zVIXDwCPaJ872rfgDXt-fCf6gxDMWmy7Hl-901mGEWL5L1wDXSSwIJQ','Lorena T and Amanda C were very kind and helpful!','2020-08-01 18:11:09.270000','2020-08-01 18:11:09.270000',5,'Emily Atteberry','https://lh3.googleusercontent.com/-82PS3qzPonU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnpUEsigkjgXOvq9ovV2poqEoIZaQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34213),('AbFvOqnAJIjDpQR3uyQeaLi2aCZB41NGvOOq8-ktvduBHWlflWfqgdt17jakXtOtjiZH3hiUEFcR','I wish there was more than a five star rating. Great service and such a clean environment. I was paranoid about getting tested for COVD. I stopped by here, and I am so glad I was able to get my COVD test done here. Everything was so organized and clean! All of the medical staff are so NICE! Right when I walked in, I was greeted and provided the upmost high level care. For COVD- 19 testing, I simply went on the website and scheduled a appointment. Everything was so organized online as well.I had to fill out a quick form at the clinic. This place is EXCELLENT, and they are strictly following the social distancing guidelines. Everyone was so friendly and caring. I was taken into the room, and my vitals were checked. I had the nasal swab testing done, and It did not HURT at all. After that, I was told to wait in my car outside, and the results will be given to me. Everything was so comforting here! If you need COVD testing done, please go here! Apart from COVD- Testing, if you need any medical services, please visit them. This place is awesome, and they will make sure to take care of ALL your needs. Thank you Signature Care!','2020-07-31 03:41:14.114000','2020-07-31 03:41:14.114000',5,'Nayab Sayed Ali','https://lh3.googleusercontent.com/a-/AOh14GgZ0Ddvpyd8rRlxIHsdmGtNP_N2vHRFBxlSCvZD_w=c0x00000000-cc-rp','8918455867446117794',42952),('AbFvOqnAJoFlj1wdr6lyXCICE6ei4eXKOwoXUrvBiIDTa7yMatrx3wjTAe3A8s6zkKF7yuvOHxcMjw',NULL,'2020-01-12 08:51:17.511000','2020-01-12 08:51:17.511000',5,'Envy Vision','https://lh3.googleusercontent.com/a-/AOh14GhmSyGDObkJSzOoW5_lm5N-epOxFe7Lj8xQmtFA=c0x00000000-cc-rp','13486358490203335051',29489),('AbFvOqnajqk1raaHIjOhCO_W8O3A2zbH6rIX20J6ImeX9UzNJbXjeRfhB3NFTXdiGcg_BKcUiQq8cg','Came for the rapid Covid testing. Cody, Nydia and Sam were really kind and patient with me. Had me in and out in less than 5 minutes.','2020-07-26 16:59:51.457000','2020-07-26 16:59:51.457000',5,'Justo Llanos','https://lh6.googleusercontent.com/-59UZ6VpuIIE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck5LE1cwn04k00CYYxKdRDbwh6tZQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38768),('AbFvOqnAKlxtnWMVr8upy-tSHW9tDapzwvKYF8PdzDJlgRMYxNy-q1va2HwZE2BntdTZi6fBctp_zA','Charles was very helpful and professional.','2017-02-03 21:30:23.194000','2017-02-03 21:30:23.194000',5,'Cassandra Perez','https://lh3.googleusercontent.com/a-/AOh14Gg2P0aJ0xt0muRMJOIRVVKfkiACrpwBFYwyADU-Jg=c0x00000000-cc-rp-ba3','14904078213800803294',32741),('AbFvOqnAkpiNigZgsI7pRwSyN9iRSUINzhIEi9PwI_dG9fGdrEcA2zLZIoPAsU2FGxRD3nSB2wYXJg','This is a very clean newer facility with ample parking; staffed with caring, competent medical professionals. I was in an out in a timely manner with what I am confident was an accurate diagnosis. Recommendations and advisement were on point.','2019-08-31 16:24:32.272000','2019-08-31 16:24:32.272000',5,'g _','https://lh3.googleusercontent.com/a-/AOh14GgeFJYO2VrdMuFRXUzFjruBJJXxeoSGa9c_HYbFaw=c0x00000000-cc-rp','2694018788013845459',39271),('AbFvOqnAkwmCDttXlIFsWoQV7GhsEQ5UkMDXyQDonAWKp63kqpBe1wv3okPY8JFgZ_YBd8HNQ28xOg','Justin was my nurse and he provided excellent care. I would recommend this facility to anyone in need of medical care.','2020-12-13 01:17:57.391000','2020-12-13 01:17:57.391000',5,'Tammy Edwards','https://lh3.googleusercontent.com/-qe2g0lYicYw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl5UNs5ooLk7-oHH25gFm6WomF8jg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38836),('AbFvOqnaKwoHDGO3M0OYCO1AT3c_QTlHGXTnnX5O-EQMgWIVUhJiqasYTzQQUQDL2DpmwGPltjhsAw',NULL,'2017-05-12 05:10:25.874000','2017-05-12 05:10:25.874000',5,'Linda Murray','https://lh4.googleusercontent.com/-jGhmCUi0pFM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclvSjRQBswTPu6dS33wqABmtFbaVA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37157),('AbFvOqnal9Gg8OwOOH_7r-6VjQYM-QvrRoG_dtv7zJNQ8pEh4BGwmHIL9g_BRTIQTQl37G7LwQcKkg','Amazing and friendly staff. Clean facility. No waiting time quick and speedy process.','2021-01-12 18:15:29.446000','2021-01-12 18:15:29.446000',5,'Elizabeth Sanchez','https://lh5.googleusercontent.com/-t5h0XUK-FUk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckuSYmppU5ASai4c5s-7dYyPow3MQ/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44474),('AbFvOqnALxNG6jUtnXvlaaDycaJxf0JcmgDFl3pPoiYx651KVQxQx53m1W8De7boThguaGi544ZWDA','My husband came here to treat a leg infection and ended up staying over night. The entire staff has be amazing and made our stay very comfterbale.','2018-07-21 02:54:30.589000','2018-07-21 02:54:30.589000',5,'Juany Luna','https://lh6.googleusercontent.com/-RAWrGc8bZEI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclj9HaJID98gTCmvO-HuNrMESz1Sw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30810),('AbFvOqnAM9JvtVTTxWtBouErED9jzovQGL3saPJz62rRr9o5WAmXElgbVczAqlZZ_V559tdwczhYSg','The Staff was very attentive and took the extra measure to make sure I felt comfortable during my visit. I became light headed at a point and they made sure I was taken care of to the fullest! This is my 2nd visit, and I will have a 3rd if I\'m in need of an emergency visit.','2019-01-07 16:00:52.855000','2019-01-07 16:00:52.855000',5,'Doug Walters','https://lh3.googleusercontent.com/-qOlATZisCq8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclLv5MnAEaGNs95e557q9exwsUpnA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32515),('AbFvOqnAN9wtnPtn5HClMeLW3oqQoKjhca3eC-k0OoHpJE6aXAoKobZJhVcFNZWPZ7dblclY4Tsldw','I was feeling sick for a few days and decided that it was time to go to the ER. I googled up Emergency Rooms and Signature Care popped up. I work in healthcare but don’t like to tell the staff that because I don’t need anyone to feel uncomfortable and let them do what they do best. Ashley was so fast with my registration. She is so sweet and kindhearted. I’ve been going through some tough stuff in my life and she made me realize there are still good people out there. My nurse Lynn was awesome and attentive. She took care of my needs and make sure I was comfortable at all times. Dr Ybarra has the best bedside manners I’ve seen in awhile. He was also attentive and always checking in on me which you never see a dr do. Matt is the tech who took my IV out. He was so friendly and funny. I don’t know what else I can say about this place. The best care I’ve received in an ER!! Keep up the great work everyone!\n\nI was so caught up in complimenting everyone that I forgot to say the place is extremely clean and welcoming. You can’t beat that in an ER visit.','2019-09-04 16:35:59.357000','2019-09-04 16:35:59.357000',5,'Sally Cao','https://lh3.googleusercontent.com/a-/AOh14GjiB-iaSMBAB_LcjyToeIkwX68QYGhqxJBiBSEQsg=c0x00000000-cc-rp','17898197009688164559',38007),('AbFvOqnaNePWHKwmjpC9g7_WJLQ9EXCuatrfYi2mFNvMkWnuAQk2A62ma3vGJbUOtb8rjfcMqKRh','I came in after a vehicle accident in which my car was totaled after being hit from behind.\n\nThe care I received from this emergency care facility and the wonderful staff was beyond my wildest dreams! When I think of an ER, let’s be real, I think of a long wait and rushed staff that is short with you.\n\nThis experience was anything but that! I walked straight back to be seen. I was offered heated blankets (three separate times), water (multiple times), and was repeatedly checked on while waiting for results.\n\nThe nurse, Katie, was so sweet and personable. The physician, Rose, was just AMAZING! She took her time speaking with me and hearing any and all questions and concerns I had and answered them in detail. She was so wonderful I wish I could see her as my GP! The radiologist was funny and personable and the lovely ladies in registration, Jennifer and Shaunda were so sweet and helpfully with all of my questions when working with payment and auto insurance, etc (which is never fun).\n\nUNBELIEVABLY amazing experience and I would drive miles out of my way just to go here in the future.','2019-12-19 02:00:47.163000','2019-12-19 02:00:47.163000',5,'Genavee Maxfeldt','https://lh3.googleusercontent.com/-UiLjM_X9FiM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmhEoWxWFePqwYwKHqz8UTMPZcUOQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36038),('AbFvOqnanIjxKrPlqO2Vxr9Gmafa27Y6imzmeNCZTn1LsoJ8iuBEEME3YgaZM_Ef4Y9uCAOrPpBg-w',NULL,'2018-11-27 00:36:44.820000','2018-11-27 00:36:44.820000',5,'Sophia Berry','https://lh3.googleusercontent.com/a-/AOh14Gg_49S_X0VdEYNmSjqeifGHM195aO2EyZenrwR7jQ=c0x00000000-cc-rp','16590124370714063921',35095),('AbFvOqnAnXhIKd6Lu2wOSfPufvuXRexlAvSE2RH9Gp5FrPEbCVbVUk6GONzpZEMOlAibNOTbdZ0VXQ','ABSOLUTELY AMAZING! I’ve never received such great care so fast. No appointment needed and got seen right away. Angela, Nykessia, Brad and JR were terrific at their job, and super fun and friendly, making me feel relaxed and calm. I can’t praise this place enough! Great facilities with everything needed to provide the best service.\nI would highly recommend them to everyone!','2019-01-04 07:36:31.957000','2019-01-04 07:36:31.957000',5,'Tasha Heggem','https://lh3.googleusercontent.com/a-/AOh14Ghv8jW4UV9ATNI9JY-Kk1RqL828lfck77Tmas3z7w=c0x00000000-cc-rp','16590124370714063921',35053),('AbFvOqnAoWnSK88B62iDxNVkWdV1HJcw2ZLkq90BFYytpEG0bGqhQIodihEnJMp2GQp10aJrXJKF','No words can describe how amazing the visit was! The registrar Okarys was so welcoming and warm. The nurse Jeri was very attentive and on point, straight perfection. Stephanie...goodness....so kind and VERY professional and lets give a huge shout out to Dr. Mauldin... BEST DOCTOR EVER! He was very informative and down to earth. I will def be returning. Thank you SignatureCare for being there. Thank you Ashley for referring me. (BEST MARKETER EVER!)','2020-02-27 01:41:33.961000','2020-02-27 01:41:33.961000',5,'katelyn ripkoski','https://lh6.googleusercontent.com/-jHaJezw1lt0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclekH5ADO2LFAFqJKFBnc4W7Mkh8A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34339),('AbFvOqnAPI4RKci0slg4GKdG9oXnuKMEh_JClGnwdsUT1yeY9wA5_RoeyOzN_vIZNk_NJdk2lnzK','All the people at SignatureCare are great caring people who takes your health as serious as you do! Fast, friendly, caring service for sure!!','2019-06-05 19:57:58.724000','2019-06-05 19:57:58.724000',5,'Rikki Ford','https://lh6.googleusercontent.com/-xaH5I1KEG5A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucktxNejBr6jDu41fdsAqJl0x7Y71Q/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39857),('AbFvOqnapna6ppEaQVh4MUbdC2EKllGrEmSg9oUbBKXR_LP-mFny1eWuBOYfiZ2XpQ0lQLos-Lq-','Very quick, and the staff is nice','2019-09-27 22:00:30.198000','2019-09-27 22:00:30.198000',5,'Trention Croke','https://lh3.googleusercontent.com/a-/AOh14GjSl6_k-IeAwjR7QtufXyXeDVjeSXv1f9I2oxzF=c0x00000000-cc-rp','8626688543755174284',42001),('AbFvOqnApr7NvEuiSL4sGcLNQwFe-kaPHwEwHORhBTuKkOqSyDO32cLfttzmVgygztJFpteOvKCgAg','Blake the morning shift nurse, and Therisa the afternoon registration are so sweet and very thorough!! They make you feel extremely comfortable and welcome and they made sure that we understood everything!! 10/10 recommend this ER!','2020-03-02 01:09:34.403000','2020-03-02 01:09:34.403000',5,'Kaelyn Charles','https://lh3.googleusercontent.com/-G2hmiYNCcNI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclGpFLC-HegwCRPsAxKf0hhH9WajQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42410),('AbFvOqnAq2VPeOpszlMQt4RHEdtwWwrQ_CP8LOpDog6trMUQJWb6f7MFi1eritfvHxp3oroT_UiiwQ','They took really good care of me and I felt safe and everything was explained well to me. The nurse Sherpa and tech Trish were the best.','2020-10-23 16:38:37.299000','2020-10-23 16:38:37.299000',5,'Melissa Algood','https://lh3.googleusercontent.com/a-/AOh14GitxFw5cYtpuxxM1oFY9c1x7t_cQgxsj7cDPjMlPA=c0x00000000-cc-rp','8918455867446117794',42851),('AbFvOqnaQEXLzo5HpHfRti5YXFsK6jL2IcNIRedpTRPhrIht6HLxvCh_OyXBF1cWnfrVu7uMzDCgZA','Darnisha and Tenoria were phenomenal! Fast and efficient dealing with my pain.','2019-10-07 02:17:29.578000','2019-10-07 02:17:29.578000',5,'Kimberly Picaz','https://lh3.googleusercontent.com/a-/AOh14GisS377EBmj4hk80VwnokXNBdW-y61IuV6SAGWtotI=c0x00000000-cc-rp','16389487648212004696',33901),('AbFvOqnaQY0yqpw09KEqkuVukWwKx1WLN__OseWvS3Q28AHx_CtwVGbDc8DiqZFRE8MrYsgzJayA4Q','The staff was amazing and very helpful. They got me in and out in the timely manner and were very informative. Ekaterini and Jordan were very helpful as we\'ll. I definitely will recommend this location to my friends and family.','2020-12-24 17:01:51.653000','2020-12-24 17:01:51.653000',5,'Rodrigo Martinez','https://lh6.googleusercontent.com/-4Lo6qkoAZb8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnvYifdomNRgNHsaDCExsNhzgGgww/c0x00000000-cc-rp/photo.jpg','16389487648212004696',43783),('AbFvOqnAqz27y5-8dXR5TvkJwdOwclQ4vfeaC2QltMAf-P0nq2c0uKWwdn9ikzgA1qy19HHtUjqjUA','Jocelyn, tanishia, Sarah and dr Thomas are all so professional, took their time and fully explained everything. I’m a repeat customer!','2019-11-20 02:26:44.594000','2019-11-20 02:26:44.594000',5,'The 215 Show','https://lh3.googleusercontent.com/a-/AOh14Gj21lIQPr2nslRB8A2Z_kA2Epi4LF7XaNJkHPaMxt0=c0x00000000-cc-rp','17898197009688164559',37865),('AbFvOqnaR0Nqg1eMeumnK4vXjT-Ez7ym2fVZvqP3H0pzIDEfYhz-_oHe9_xv6f0PiJ2G08cN2arb','Dee Saldivar always has such a smile on her face and is makes coming into an Urgent Care a breeze!!','2020-02-17 14:59:48.115000','2020-02-17 14:59:48.115000',5,'Amanda Washburn','https://lh3.googleusercontent.com/a-/AOh14GgO5KBSflDvFmgI0k-ByGGR3VUA-W-GxRIGJs6m5w=c0x00000000-cc-rp','3511292162159714121',40301),('AbFvOqnaR2CEPWAz3mp94o5qb2RxdisjxSwtAUjbLGlZhM2D9-YIMySXkMaQHEm4Pf8YSjwMOFQ4','I went in today to get tested for COVID. Staff was very nice and friendly. Service was great! I thought I was going to be waiting long and it wasn’t bad at all. Dr.Das was a very great provider definitely wanted to make sure I was taken care of. The nurse asked me serval times if I needed anything water coffee a blanket. Very friendly place and service was fast. Thank you signature care Lewisville.','2020-08-07 15:18:52.238000','2020-08-07 15:18:52.238000',5,'Julissa Orta','https://lh3.googleusercontent.com/a-/AOh14Gj9TeAz3T_Eb_pQs5zW6Kg1ADh6qwGML8_wg9y3BQ=c0x00000000-cc-rp','14748677429039074158',31795),('AbFvOqnArJL1SKMINK80VRgd3Np7XgA-iqbMpQJEgNOZ2ieOT4HJ00fP_5D4PRZ7sHGT0KivKdVDOQ','Very friendly staff,knowledgeable,proficient and professional','2021-01-07 23:41:33.457000','2021-01-07 23:41:33.457000',5,'Tricia Simon','https://lh3.googleusercontent.com/a-/AOh14GjKCt24icBQVYafE4gAFcuw2taGc-wtvnCkVi05=c0x00000000-cc-rp','15979470999169074295',44483),('AbFvOqnaSlA_uLG1MwZDQQH49x4mAbUDmgzVTOYJm0h6P9A4tAq19lLapoP1yQrjd3iLo_CFtdBg','Dr. Akunyili and Nurse Marcie were great\nThey explained everything to me from beginning to end\nThe whole experience from Check in To checkout was awesome\nAll drs, rns and staff at signature care should be like them\nThank you for making me feel so much better','2020-01-14 05:06:49.109000','2020-01-14 05:06:49.109000',5,'Erikuh Muhree','https://lh3.googleusercontent.com/a-/AOh14GhMRf9EK3g1EwFSk1U06czmnXrxT1DZ2DAxkYU0muY=c0x00000000-cc-rp','12541597562633926366',28826),('AbFvOqnaT1t43-IGQWuHj9D77Adrost3u5Uo6xD6IOC-d5M7LTzTQ6p2C5wZ_ziwedeQ8qrWTBM1vg','I visited SignatureCare in Montrose very early in the morning and the staff was absolutely wonderful! They were very friendly, warm, and accommodating. I was in and out of there within 30 minutes and was 100% satisfied with the care provided. I even had a follow up call from the staff 2 days later and received a card in the mail about 2 weeks later wishing me well! Absolutely recommend this place!! You will not be disappointed! Thank you, Dr. Pattison, and your wonderful staff!','2018-07-28 04:39:29.772000','2018-07-28 04:39:29.772000',5,'Kelly Wall','https://lh4.googleusercontent.com/-PDizXipOoog/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmNsgMh5CQVPI9Fq7jG9qfutMdnNA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40915),('AbFvOqnAtaI0Aq_spzB8B9Gn9aOgv_Bv5OsOwesBwZtwnyK-qwdASleQ-tbaXgkA7FzHLjH4W-UzHQ','What a great experience the staff was amazing and the provider was so good. Great to have this in our community and I will be referring my own patients and otherS (family & friends) here.','2020-12-29 20:07:25.803000','2020-12-29 20:07:25.803000',5,'Jenny ODell','https://lh3.googleusercontent.com/a-/AOh14GhOB25VcF43Jwr8_IFNvuRA0fv1gAnlDRXdmFIa=c0x00000000-cc-rp','2077061009497551125',44094),('AbFvOqnATatnkiVqf_pyAThS5uUAN_DDWay0TLnxdl1BIdNAoH5ZJCTkV8y8K4CP1pfvND9jD42n','Great facility!!! Would reccomend to anyone needing care... Wonderful staff and quick wait time. I must say as soon as we walked in the door Tanishia was 1000% on point and made us feel welcome. Never saw such amazing customer service from her and the rest of the staff. Thanks again!!!','2018-11-26 09:41:13.938000','2018-11-26 09:41:13.938000',5,'Manuel Entrada','https://lh3.googleusercontent.com/-afNEnhF0uPU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckQcba8fc_Cx-94lmXNz2H3WD35LQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38364),('AbFvOqnaTE6O-oTDIX5N9BeK5Y51JYxV1fW_2nhg5o0YcqgGzq9Y9u2Vok02k_J6RVw_QIfM2ZVI3w','Staff are super, registration staff Christie, Megan and Kim made sure that registration was quick.\n\nDr. Yost was very detailed I. His explanations.\n\nNurses and techs are great.\n\nI highly recommend the Texarkana Texas facility for emergencies!','2020-12-18 13:47:44.445000','2020-12-18 13:47:44.445000',5,'Victoria Dodd','https://lh6.googleusercontent.com/-EoVJ9rS7t-k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6tzNB0zzUuZil5BruHHr7cyLs7Q/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44666),('AbFvOqnAtIaxamRD1SLf3ZoVc8PZGavZoxcqCMl87LJucr7jFkKUGnw9OlZZJGcZDuFplIGjmmVBTw','Nice clean and friendly staff! I would bring my family anytime it’s needed! Thanks','2017-11-16 19:32:47.745000','2017-11-16 19:32:47.745000',5,'Princess E\'myiah','https://lh3.googleusercontent.com/a-/AOh14GgFwHglwR1D8rz0uGB5PQ9wC0VmLcOQ6HuWchL3=c0x00000000-cc-rp','8918455867446117794',43460),('AbFvOqnato4GmvqBrzl3SgumLcZCiSP48siwtehqijLxu4rlK9CaEutLhS_PEM6o5kSQRpvd8wDxgQ','My son and I have both been seen here. The entire staff is so sweet and helpful. I appreciate them being here when we needed them!','2020-07-07 00:13:02.785000','2020-07-07 00:13:02.785000',5,'CJO 15','https://lh4.googleusercontent.com/-mJXCIxlsPHU/AAAAAAAAAAI/AAAAAAAAPdI/AMZuucm6ZrluFZMlpVlNI4_IE2OVyjR42Q/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39049),('AbFvOqnaTZG2u-EedxTo06TCcZRwp90Ok0P9izPSTMnflphBIuuND4pj9P2HAO6Zi1IP6ycytdOr5g','Staff was friendly . The visit was cheap and fast , came in and left in about 15 minutes. Great treatment towards costumers , highly recommend this place. This place looks great too.\nDr: Golla\nRn: Fanny\nReg: okarys\nRad: Janet','2020-02-05 19:28:45.935000','2020-02-05 19:28:45.935000',5,'Rawan Al Hita','https://lh3.googleusercontent.com/-VN0tdrKUzBg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJ8-CXnztRGeQuDqH5UGuAiBd1ug/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36642),('AbFvOqnAuFD3MWynLzY4PjH2DkDHcpzAhU8fxzxmbKB69fUov3Q7m5Wg6POk2_yRRg43WnjN27bM','Very helpful, I was in and out in no time!!! Staff is very friendly and professional!!!','2019-12-26 01:38:18.054000','2019-12-26 01:38:18.054000',5,'Johnathan Felder','https://lh6.googleusercontent.com/-1qpp_przmK0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_2loNQoGaBvfZq5pSY3HeaVqIEQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28902),('AbFvOqnaupR7E8S-QQkM_lZ7d7EPSFJ1unstclGVR1zlSa0mfHz5Wo_-uBu3uFKOc2Fj7z1O0huynA','Best ER ever visited. Loved Lucas and Kim!','2019-07-23 17:31:47.354000','2019-07-23 17:31:47.354000',5,'Zoe Lovelis','https://lh6.googleusercontent.com/-B3N6vUw79e4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck8MHe4IaN4lduX31sF2QyGto1rpA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39838),('AbFvOqnAutPm7KLi-IxunQ4YJEv2JD4Q18PYCi7IKIJdTlFpHoLt2eh53dT0yJ-rlzs5iUolA2_8','SINCE IVE BEEN IN HOUSTON IVE HAD THE WORSE EXPERIENCE WHEN IT COMES TO ER, TODAY I TRIED SIGNATURECARE CYPRESS LOCATION.. I WAS IN AND OUT IN 20 MIN THE WHOLE STAFF WAS AMAZING DR. IHEME, ALVEAN, MARCUS, JOCELYN, and OLIVIA... I WILL DEFINITELY BE BACK IF I HAVE ANY MEDICAL ISSUES THANKS GUYS','2019-12-04 15:04:38.390000','2019-12-04 15:04:38.390000',5,'LaSedrick Toles','https://lh3.googleusercontent.com/-c5FQTiW_WII/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucneP765fiwdhAXmScRWlDs5K0hTmw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33642),('AbFvOqnaVpL3Oly2loSyXDc0ikykNxz0DI31JmSTFq3FTnYsnl-_Lpb7RvYv06zRCgPlYvoujrurjQ','Dr.Wren, churiah,Natalie, Olivia,and Jackie were very helpful. Fast service and made me feel better.','2018-11-22 01:01:56.545000','2018-11-22 01:01:56.545000',5,'jageitos','https://lh3.googleusercontent.com/-4y77eckUBds/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnxC5iTCeyhN2ZZopFiUoPPcmbMiQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40791),('AbFvOqnAvSlo34VntRgmQTdmlqk232OJrcMp_JtFsGQv5NIpb0PEpS9wIy0aA7YqzaOaprP1vJKC','Great service! Thank you to Dr. Vaagenes, Agnes RN, Hamas RN, Kelsey and Eve!','2018-08-24 17:29:59.033000','2018-08-24 17:29:59.033000',5,'D Paradise','https://lh6.googleusercontent.com/-fVbsEOKhwKU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLoSkgqdA4dlJD45kUgTp0OCOm0Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40844),('AbFvOqnaw32A5fL0iDL4DFpDEkgwpyPvJaPiF0-zknN1DyRkizsuaKP-LdGJChSZKcxlzNFlfdd2LA','What a great place. They took amazing care of our emergency.','2019-02-27 04:46:54.308000','2019-02-27 04:46:54.308000',5,'James K.','https://lh3.googleusercontent.com/a-/AOh14GgLL8SR0wW9GOO7o4F75u27GKgKev1uvxiJ9averQ=c0x00000000-cc-rp','16891069708558046635',36265),('AbFvOqnAXC1s-81R2VQjIszCuStTEd62DqxlqCIdwPgTM82Cv9ZX2yJZNUGIoxLSTBokTL1AaETjFg','Reception & Medical staff are incredible and very informative. Place is clean & sterilized.\nCame in to get check up done because I was feeling some covid symptoms & doctor recommended a covid test ( this place isn’t a testing site). Graciela, my nurse, did my swab test and she was good in explaining & made the process easy. Would definitely recommend.','2020-11-25 21:18:36.016000','2020-11-25 21:18:36.016000',5,'Emily Garcia','https://lh3.googleusercontent.com/a-/AOh14GiD6EP18ujg4h8xyhPiSrJjpGXYz-Q5xnfrzqAoeg=c0x00000000-cc-rp','16389487648212004696',32877),('AbFvOqnAxhIX-jp15jThx-wIYLmsx8DwO2l4sMf0RQXCuR2X6VzpX2qsSsZl1o-7qMulDb16_eWMFQ','Jesus, Jani, Tricia, and Dr. Dendy were terrific. We were in and out in no time .','2019-06-02 12:34:58.336000','2019-06-02 12:34:58.336000',5,'Mandy Scharf','https://lh3.googleusercontent.com/a-/AOh14GjLvTIEMx1yrRC66iHSqEBpHpbOf_tgRmGq5hPmjg=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqnaXhusJdHYQRDLDFgkS7Eu1h5o8oq3-ZHfZfOWUoeDxEE3cXX9EfurDBsmuR3y0YJr32wodw','Great experience! Love this place! After this visit I don’t think I ever want to go anywhere else! Thank you Jennifer, Austin, and Matt!!','2019-05-14 14:29:11.583000','2019-05-14 14:29:11.583000',5,'Elexus Hickson','https://lh3.googleusercontent.com/-8lk3fQjaKMA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmmLnqcIi0hSKGBBdp89PBhqOtRVw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42081),('AbFvOqnaxLwmC9qluHDCJdJS8ZZofVAx5vk8EhbZlcHZ1AbQcuFQITF5aTySts23I15QfUC9_ivQiQ','Great work','2020-02-08 20:56:58.822000','2020-02-08 20:56:58.822000',5,'Gabriel nava','https://lh4.googleusercontent.com/-9NLIc9XIeKc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckcI_o_JIn38c6zS_doIck7yOjFFA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33391),('AbFvOqnAXptYCixNMUIH5sAZZGrZ8fNDq6T17AuQDKstbUroMqIkexqNWHzMtRX24yTQDCvx65b2KA',NULL,'2020-01-14 11:43:19.619000','2020-01-14 11:43:19.619000',5,'Terrie Lewis','https://lh6.googleusercontent.com/-URSvs8ZEbUU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnfVrWLzzQXs4ox3sMyPDhkvPqXtA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43141),('AbFvOqnAxSVLp_7-63e_NOKItva6irlqunp0hQ7urWX-qyJeHYLmtnrB1VYJWxHIT2rTlZkrAbmAaA','I have never been cared for the way I have here at ERCare!! Rachel, Dr.Kotey, Monica,Diem,Jessica,Ralph, and Amelia were all more than great! Made me feel so comfortable through out my whole visit and asked constantly checked on me and my sister if we needed anything! Definitely recommend for medical care!','2018-10-04 01:30:31.906000','2018-10-04 01:30:31.906000',5,'G. T. A.','https://lh4.googleusercontent.com/-f7jmIUDfLVM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmALJAp2W4YfDKQtcb5y7MYG5Q4uw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36877),('AbFvOqnAXzuWWSP6340APorYEc_5ir08AnCymqJpyKtkGpihRPGq_oZoAShXBozB6-mCNVDDXaSbCw','The staff at the Cypress Creek location are amazing. Especially Heather and Rick. From the moment you walk in the door you are immediately greeted and they are extremely welcoming. I thought I would have to wait hours before being seen but to my surprise I hadn\'t waited more than than 15 - 20 mins each time I have visited l, and I\'ve been there a total of four times now. The services are amazing it\'s feels more like a medical resort , with the cold beverages and warm blankets. Would definitely recommend. Heather, Josh, Rick, and Tiara you guys get 10 ā­ļø\'s job well done today!!!!','2020-10-29 17:10:21.808000','2020-10-29 17:10:21.808000',5,'Tiffany Johnson','https://lh4.googleusercontent.com/-V3QVcMfq-K4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmPmfORABMCyogqvw6JslfTwVzYNg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33041),('AbFvOqnaY8DndDYoxOYAVfgiItk7sc3wNIwGm_so7Ju00Jzj0caCgrdUbSENCPCk_XFHDO1gX4M2','This was a very professional and quick center. Everyone had smiles and i felt like the staff wanted to be there! Huge thanks to Dee, Gina and Dr. Faig!','2018-12-19 15:43:07.219000','2018-12-19 15:43:07.219000',5,'andrew seifert','https://lh3.googleusercontent.com/a-/AOh14GjVmD9assicOxnsbu3_SEU6fyVgOOaqOpiYjvo7-g=c0x00000000-cc-rp','3511292162159714121',40780),('AbFvOqnayc25vRCpElK24uJ2i5aX_QCtnoY_9ZXv9py7Sp_5cD2i02gHJ4Nj6Lvw47PxM3aqK988UA',NULL,'2020-09-05 14:53:21.999000','2020-09-05 14:53:21.999000',5,'michelle allen','https://lh6.googleusercontent.com/-mABP0u1GlWA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVyVxo-6wZD6pDZxNXf67cI2gz2g/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31704),('AbFvOqnAygqJ-i6TDA-fpXdD0neWDPxc5KSJF2j1cMdkEe1i6zP8zGcUx8THmrkgVkvhd6qnPiFQIw',NULL,'2020-10-31 20:07:01.686000','2020-10-31 20:07:01.686000',5,'Lidia Garman','https://lh6.googleusercontent.com/-blym4LkftBY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8KCh1tDdKl7jJrdZnDL3_OiiFqQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31441),('AbFvOqnaYL9Ca4Eb8XcXIeHYkPbgUHQ3lTEKi_346n6B-oxtUvHNy_vRK19gHIiXLOSoZScakqOcvA','Dr. Wang was awesome! He made me feel at ease & answered all my questions. He spent the time to really explain my diagnosis thoroughly & I appreciated that. Troy & Jessica were friendly as well. Deanna at the front desk had great customer service & was super kind.','2019-09-23 07:32:08.546000','2019-09-23 07:32:08.546000',5,'Samantha Garcia','https://lh3.googleusercontent.com/a-/AOh14GiIloJz05GHsYrR1sD26_gNIgE-6laEBsNW-x_ptA=c0x00000000-cc-rp','16389487648212004696',33938),('AbFvOqnaYqN_53GCTxBjW2mA-bqZxee2_OC8C8jnaIm1YIcWuhvqwuSYIHWh34qI94iKIx7vpgczFQ','Everyone was so caring...especially Keaire at the front desk. She was welcoming from the beginning and made me feel like there wasn’t anything to worry about!','2019-06-20 11:30:57.858000','2019-06-20 11:30:57.858000',5,'Brenda Roman','https://lh3.googleusercontent.com/a-/AOh14GgRzdyMM714Jjt0653pDvqqhPdb9kxbuFcMe6Ki-g=c0x00000000-cc-rp','3511292162159714121',40534),('AbFvOqnb_A4lGbU5yXd5HZFAWxvr4-gPFEwwQWNoGzdz9cAhS_1FBG24UcSAkY2p_a92V9MmnKKWZA','Amazing place! Their service was excellent and all their staff were very friendly and professional! Finally an ER that we can trust and be seen very quickly! Receptionist was also extremely nice! Totally recommend to anyone looking for a great ER experience!','2020-01-14 05:22:00.666000','2020-01-14 05:22:00.666000',5,'Adrian Pardo','https://lh3.googleusercontent.com/a-/AOh14Gjdy55hjoRKtfFhzf8RV8z0NfcJghtdOfg56jdYFHE=c0x00000000-cc-rp','16389487648212004696',33511),('AbFvOqnB_k3Z2N8bqtCdxtChK58IGcUuUoO48sLQRhpY-vDGJKMUH4NH30VDiOg7_4I_qEh8fEgP1A','Chelsea and the staff are extremely cheerful and polite. Very professional and highly recommend if you need medical attention. Thank you, SignatureCare @ Slaughter lane.','2020-07-31 00:58:04.473000','2020-07-31 00:58:04.473000',5,'Mitchell Schwartz','https://lh6.googleusercontent.com/-EJEF4zJOhEc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckylA6WPOJzQoKmK01tddwZy5jPYw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35846),('AbFvOqnB_lWG6yFVzmdcakXXY42bMuaBcKBfBrQZSBFP911xPzD8k_qoTeDaMBQSbXrBHfk5oF0F','I had a great experience here! The staff was very nice and very attentive. I was in and out very quickly.','2019-10-31 19:09:23.612000','2019-10-31 19:09:23.612000',5,'Joshua Fuller','https://lh3.googleusercontent.com/a-/AOh14GhiHJJraUfyqGb1yiYrVeCht6UQBE_6zspvqe6Unw=c0x00000000-cc-rp','16389487648212004696',33801),('AbFvOqnb_q99plxApLm5sYQwZeLmzTaFVFGOBZB5BOnsvuBpQ4GXG1QmnN92F6frd4-0tWJBfquGUA','John and valory were great','2021-01-04 18:06:16.581000','2021-01-04 18:06:16.581000',5,'Angel Fuentes','https://lh4.googleusercontent.com/-4K0xDeuzJhg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJYFq0NmJWZvBPYObwXbkDYqGb5Q/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44351),('AbFvOqnb-SIS_62WRAb-3cQoyCXVnpHSHIR7-am7PHKftW90UJ_wL1KWQeZxoGSMFGRkyVud6ySSzA','Great staff and Facility!\n\nThere was no wait and I was taken back before I had finished filling out all the admission paperwork.\n\nThey have everything short of an MRI machine so they were able to verify my kidney stones on site.\n\nWill definitely use them for any future ER needs.','2018-11-09 14:46:59.853000','2018-11-09 14:46:59.853000',5,'Chris Connally','https://lh3.googleusercontent.com/a-/AOh14GhJEkLtyTAXjQnD5B5stleQPxN5hLsnv8QCFaqOBg=c0x00000000-cc-rp','16891069708558046635',36327),('AbFvOqnb06fAPr5d-pVHVOQUIIQiiz8xMGzpFW1UQcL-kln_Ht-Gv35Pu-klFneofThQTjAya5Ob','Went in for a rapid covid testing, everything from check in to results to checking out took about an hour and a half and it was so easy! Everyone was SO nice and kind.','2020-09-01 21:21:14.214000','2020-09-01 21:21:14.214000',5,'Angie Nguyen','https://lh3.googleusercontent.com/a-/AOh14Gjd1TBIjgS9UUToF5MiuZB8jIvsvxlKDpjEQ5tlxQ=c0x00000000-cc-rp','14567670160750071148',30126),('AbFvOqnB1angTL_3IchMIawqxrN1FXZVCPYhIkEZ7tmp-fZTvYPdSBdySmzIhXcrxce1-dPp9XBC','Had a great experience! One of the nurses, Lacey, was extremely nice and always made sure I was okay!','2020-10-23 15:08:53.702000','2020-10-23 15:08:53.702000',5,'Akira','https://lh3.googleusercontent.com/a-/AOh14GhtEvTsRucC8oQbFmEqMwzzBH7HHq5If-8-bt3I5w=c0x00000000-cc-rp','16389487648212004696',33106),('AbFvOqnB1d8ts9PqQ4d8c68NXfmf9oXRbhoAaXRHD55ozVOgb8CuJJYFtngCDDXp88k7yzNIIaNgWQ','Staff is extremely friendly and knowledgeable. I had a very pleasant visit with Sarah G. and Dr. Henderson. Quick service!','2020-01-02 05:00:36.999000','2020-01-02 05:00:36.999000',5,'Jessica Banahene','https://lh3.googleusercontent.com/a-/AOh14Gjg6IwJWAybQlnaPcaY7m1kW3vhVyAz_aTc_i1Fig=c0x00000000-cc-rp-ba2','17898197009688164559',37764),('AbFvOqnB1vETZKjPH907__HkBpuainuegc0f_Vf28MNZ0HfNxjgaD2O8RNxA2ulRv-V0-aUqIPvDjQ',NULL,'2020-03-12 16:46:23.742000','2020-03-12 16:46:23.742000',5,'Reece Boudreaux','https://lh5.googleusercontent.com/-2tGM-AJ_kfk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucny8E9arkFkqc2d5kry8JP0WFj84Q/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32329),('AbFvOqnB2n08KRTvJoOdrAB54glwe4nIbBtt4ERdYcARsrpcRnU5ToemUgDhsCjAjjVbMWz3r1RXNQ','Keshawna was very nice and helpful. Staff was fast and made it comfortable.','2020-09-23 14:48:42.620000','2020-09-23 14:48:42.620000',5,'Scuba Doo','https://lh3.googleusercontent.com/a-/AOh14GjOAeQgv2MInxafqWgGJ_YjhlBqr02-Nv0zzOuJQg=c0x00000000-cc-rp','14567670160750071148',30115),('AbFvOqnb4d_Q2esCsZoaFx6EpJVjvs6neaT47x5kY5MH0dUeIhw9Er1yH6JiJahuLPpVNrfx8WRL8Q','clean, orderly and relatively quick considering the current situation. made appt at 3pm & was done by 4:30.','2020-07-22 15:02:31.743000','2020-07-22 15:02:31.743000',5,'Jessica Kobe','https://lh4.googleusercontent.com/-4g_th_3Y9jo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm0m1BL8kqcmsCSMJaHW6F7fNRP9g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34276),('AbFvOqnb4gN6Gp4Ig-fKbyHf1nm5kvYGrDCRLQVZ_q3X4yEMw8inpdpM65WWLoRi04pLpc27EMym_A','Fast and friendly service upfront about how it all works not grey areas.','2019-03-27 05:44:21.893000','2019-03-27 05:44:21.893000',5,'Lorenzo Sifuentes','https://lh3.googleusercontent.com/a-/AOh14Gis50nn2RW2z0Y0Fg-gFuMIz46TYpGBT_ILdCsmrA=c0x00000000-cc-rp','16891069708558046635',36238),('AbFvOqnb4ntPqud7FhYAngdhK7XsUwnyM-1PlglRwE2_SNiFi6kR1_oSoGCcNkNQqpLDbpKc6WxMOQ','Service was tremendous. Good staff with Edgar, Irving, Holly, and Thelma.','2019-11-15 00:36:25.734000','2019-11-15 00:36:25.734000',5,'Trevon Ellis','https://lh3.googleusercontent.com/a-/AOh14Gjg1YGXXKrK1gu4LVDtBMwpKEOn8lAChcQlv9PN=c0x00000000-cc-rp','12541597562633926366',28981),('AbFvOqnb6-0YwdNLd1MwDz3S-xr_lMMKd7GujUztf_g5rk_qpc_sCCcOZrtbGxnLdMX50kwi-wffAA','I love this place Amy was so nice and helped me with the registration. Jani and Dr. Iheme let me know exactly what was wrong again i love this place.','2019-07-19 22:20:39.891000','2019-07-19 22:20:39.891000',5,'Damien Crayton','https://lh4.googleusercontent.com/-rKBr_jsri3o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6oa0G6PXDzdG-xqxd8g42RQ2PLg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnB6256koJiKIVldPD1GTCKrhstGLcJsha6mvTiVUB3v4S_uLCpAJx_q-eaGOI7GqEMx7GeyQ','Tikiko was very nice and pleasant. She made the test very gentle and comfortable. I am very happy with my experience with her and the entire facility šŸ¤—','2020-07-21 23:37:02.406000','2020-07-21 23:37:02.406000',5,'Nuvia Bravo','https://lh3.googleusercontent.com/a-/AOh14GjX9CD0U7SN6-EP8o9T4GUEbV1AHNx10WMhD-rvzQ=c0x00000000-cc-rp','14748677429039074158',31883),('AbFvOqnB7E3WoKaTWY_RkAh9xFSpJ8c6JU_7muUcJ2mf675GIfTqlKX8axQrmHmjwy8zU7k_ma5XSQ','Dr Pham, Nurse Alvean ,Tech Micheal, and Jocelyn Where very helpful and kind to me and my Girlfriend they Got us in and out within 20 minute time span and helped my Girlfriend with her Wrist Problems Great place to Go !!!! I’ll recommend anyone here','2019-06-23 19:16:38.707000','2019-06-23 19:16:38.707000',5,'Willie Brown','https://lh4.googleusercontent.com/-kw__fCqN0Eg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucma9ain9JR-HO9dFrgZ3fYdnomXyQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnb8MEV1wbSXbwZghJmHI6ZwFXHI82IJW2iPYtXk4K8trxYzXZBsyn8CecVxjXbSyc2wzgQAw','Came in for a Covid test. Everyone was very hospitable especially Denise at the front desk and ER techs Oz and Jaime. Nurse Keylee was fantastic and Dr. Chowdhury has amazing bedside manner. This is the place to go if you need ER care!','2020-11-22 00:19:47.367000','2020-11-22 00:19:47.367000',5,'Brett Yaro','https://lh6.googleusercontent.com/-08GPnL1ozow/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucku4sylv0YOF-2THBfVDEsA2xFaiQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31327),('AbFvOqnB8S44ZvHl92E8i5wOj2KFswGzL3Ta5oxO04cpBbx6C-l3o6Z1P523mtKrC0pe5XnvwmxizA','My visit here was cool, Keera was cool help too.','2019-06-22 19:16:07.620000','2019-06-22 19:16:07.620000',5,'Josh Cazatt','https://lh5.googleusercontent.com/-svFXeJqQkGw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl0Lqc-w3W_WGHNRDcJVLBKcoLSHA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36758),('AbFvOqnb9E6OrejcvHpck9RHSWuBisXMlCirhmG0yU1_dHiCMeJHf8Q-aLOPQGM2gG5lMJCKGuFBKA','The people here are very professional, thorough, and nice: especially Dee! They got me in very quickly and took great care of me and Dr. Yusuf is so kind and caring. Very nice team! Clean facility, I was very comfortable and satisfied with my treatment.','2019-08-13 19:03:23.010000','2019-08-13 19:03:23.010000',5,'C Will','https://lh6.googleusercontent.com/-uwEUKu4DV8s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJPdPKQOCYyUS2OxGlyiiHjtjfNg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40454),('AbFvOqnB9kTaaJYdpfl6yZPmJHf_Zv-KrbQIOLLM-o7IxIzgTDe-YoWMSRcYa-xcKaOOVBpRYuUD','I HIGHLY recommend this place. I have been here several times now and they are fast, friendly, clean, and do a thorough job providing for your medical needs. I have never had to wait as they call you in within a few minutes of signing in. They are great for children, too. They also have x-rays, unlike some other 24 hour facilities, so they can provide care that other facilities cannot (except a major hospital of course). I was treated by Dr. Ding and Joseph the RN and they were so sweet. Amy at the front desk was efficient and wonderful as well. They truly care about your comfort level and send you home comfortable. They also work great with our Insurance. I will always come here!!!','2019-04-27 21:47:46.700000','2019-04-27 21:47:46.700000',5,'Crissy Siarski','https://lh3.googleusercontent.com/a-/AOh14GgUDNBpHtPuED3LjPo5ruJofPx9e3BRepcP6uNDfL0=c0x00000000-cc-rp','14567670160750071148',30553),('AbFvOqnBADURb32SkLlBKDXo_OlI_ajhssUT5rGW9Lvlm-3tz7dNj1R1H4NCqxv9piZU_9JlMO3TKw','Cat and Pat gave us great care and made us at ease during our visit!','2020-03-06 15:52:56.632000','2020-03-06 15:52:56.632000',5,'Miranda Lamar','https://lh3.googleusercontent.com/a-/AOh14GjJ8A2F5sSH9t4BGHzQIZikcDZiXTI1XwhkPYbG=c0x00000000-cc-rp','16590124370714063921',34317),('AbFvOqnBai285dUaz99iB4mY6PKzuDi8-zXT1WL_BZafskASGzerZhEgnx1S4ZqAt4QUPPyolHak','This was my first time visiting signature care and it was amazing. Ms. Sindy at the front desk was very helpful and nice. The paperwork was not confusing and the wait time was short. My nurses Gina and Vivian and the techs Diem and JB were extremely helpful and efficient with taking my vitals. Dr. Singla was efficient and forthcoming with all the information and immediately knew what to diagnose me with. I had a wonderful experience at the signiture care and will recommend it to everyone I know in need of medical attention.','2020-01-24 20:07:51.258000','2020-01-24 20:07:51.258000',5,'Willie Gonzalez','https://lh3.googleusercontent.com/-Qu_la0t3LgI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclCu4XyFaTcxtyP9-Bl7uaDiQb4WA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30305),('AbFvOqnbauBDidLRS95-YlrIjaTfngJ9_tUef-LyLUZIufHGWMWimBU0kaQHn6JrbhVFR4t5UJY9',NULL,'2019-02-23 19:57:51.205000','2019-02-23 19:57:51.205000',5,'Natalia Guerrero','https://lh3.googleusercontent.com/a-/AOh14GgzTKMsUXoMACdfs5G7lhR1xV_6o8cQcxzyIzlYow=c0x00000000-cc-rp','16590124370714063921',34986),('AbFvOqnbAZYTtENziRDPLD8Hi_LDmQEqznW-adAmUSg-on1YINQAhyh0l0vGELKHGc7-9uAkXP4fww','I have never been to and urgent care, emergency room or doctors office that provided this kind of care. The entire staff was awesome especially the doctor!','2016-07-27 15:16:02.420000','2016-07-27 15:16:02.420000',5,'Tiffany Coleman','https://lh5.googleusercontent.com/-9qkPiBcJy7I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmPoOiRsPDXsGHS9svzwv4GyhR8TQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37318),('AbFvOqnbbJ31z4tqOUVqQkzU68sKiaiPzoka4YRqd9aO5Ou6ocgbVkMcDaZJ6YySyrLUIRMCgPn1gg','Was there was my daughter last weekend and Krystal the nurse was very helpful.','2019-06-16 04:27:56.779000','2019-06-16 04:27:56.779000',5,'irma aranda','https://lh4.googleusercontent.com/-y_vq1kYc0wk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckgLOiv2wlM6tmvC4fS_4tVSVeQPA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29794),('AbFvOqnbBlGtiQOC47LZag7ppP61_B-IEk4gBofMPFnYKXLAiqt0mNxuD8N7qvB09OkSi8OXNAUsmg','I went here 4 weeks ago. I was seen by Dr. Burger. The meeting with him was quick probably under 10 minutes. I saw the bill yesterday. It was 1K. I should have went to an urgent care, for $150, I will be out of the door. This center process payments like a real emergency center which it shouldn\'t be. Rip off. You are warned. Go somewhere else!','2015-05-19 19:22:52.765000','2015-05-19 19:22:52.765000',1,'Miss Katy','https://lh3.googleusercontent.com/-WEsoBz0IY3c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckcBcBE7_dmmZFiLOydki54OfumRQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42784),('AbFvOqnbBlI5rig6QHAlQwio1p5G2VD9lKwE1iUmMCyvglobAgeldzE-0LkQ7pX22pnM_m2f7a7lJg','The entire crew was very professional & Nice!','2019-04-18 13:52:07.304000','2019-04-18 13:52:07.304000',5,'Marquita Spivey','https://lh5.googleusercontent.com/-hB3Dvd6RHCE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-A6sA7eVzJj2FbTvrjbBFtA-gTg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnBBS7tXadB3fSOpZvl02PF3AidtQ5QYk3L2V0jhsXOG8mhuM3vSuArappxYCC2VLIAEMb3','Very clean and friendly, and I had the best experience!','2020-01-08 14:40:44.100000','2020-01-08 14:40:44.100000',5,'Ada Mansaku','https://lh4.googleusercontent.com/-bFZBG6mrrao/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmwehY79D4iuQXZNS_2J0gnndBtWA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42513),('AbFvOqnBbZWnDJoZxH_D-7NaCWW6F40zFuL8oFmeaL_rtlrB8uuy9BsT9HdQhwESwg8RSkA-hEZ1dw','Green, Brad & JR were all extremely helpful. They made my visit quick & easy :)','2017-08-17 21:10:11.524000','2017-08-17 21:10:11.524000',5,'RYANE LEA','https://lh3.googleusercontent.com/a-/AOh14GhN1P3HrDkEs-aOEgntZtGOmQIWrerszhFwmGHt=c0x00000000-cc-rp','16590124370714063921',35405),('AbFvOqnBCeqKjcx-AVOqN9rN9V2TLaa1JhqNbu8IFZWw8VGyAWrw_ZevQu7l_wqxMovgJ33KVRk6Ug','Awesome staff and short wait for COVID test with quick results. Definitely going here again if I need another.','2020-08-28 15:49:34.835000','2020-08-28 15:49:34.835000',5,'Jack Shepherd','https://lh4.googleusercontent.com/-Yo9ZtpvNNIs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclia2cqOiCcngVUaa6toCcSz3wONQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31734),('AbFvOqnbChBEKRTtWQvu_NadOJzBaHPjxsgM9SxR5T6NRKLfb6qQUrVazjzW8n4QCpk1Lwwj-Ffo','Dr. Patel\nAlvean . ..nurse\nEzequiel -radiology\nJocelyn - registration\nSean - tech\n\nCompassionate, caring, helpful and great information givers.','2019-09-07 18:57:28.007000','2019-09-07 18:57:28.007000',5,'Nita Lee','https://lh5.googleusercontent.com/-7AxxOyvTihM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMGgnH-w9PloW2jN6guS-cXXYHUQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33990),('AbFvOqnbD6vsf_ZZkUFIaN4gorBqn4Dugoub99SmCDGkssMcRUrSYMfs3h4H2bXhXjTN4dgmH-n9','Great nurses.. people are very hospitable and the wait wasnt long at all','2020-03-03 23:08:17.113000','2020-03-03 23:08:17.113000',5,'Courtney Serrano','https://lh3.googleusercontent.com/a-/AOh14GhgyQeQZKm2TDimoeL55YYOrzo_g06dyqUjtxzAGw=c0x00000000-cc-rp','2694018788013845459',39087),('AbFvOqnBDahvhxc9H0C9qKPv2AcGC-Us341YiU_QhanaoxvHwgR0BjQUMKDcCgBQKfbh0SNKTzNOxA','They are extremely nice and have a awesome staff that is ready for anything that comes there way they will have you in and out in no time','2021-01-05 01:53:14.718000','2021-01-05 01:53:14.718000',5,'Topper Galvan','https://lh6.googleusercontent.com/-OxIGy8DUMHo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnw4ocIPWiUC-lUd0T_EZ0JrKxQZg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',44339),('AbFvOqnbDcPt393pxzwCzmHOC8MYlvoc8u9Tk2Qyuo5Tc_7lhXh2Km3bsDHOuWpBgFrySfuJsHxsTw','This is the best emergency care center by far!!!','2019-01-12 01:06:56.521000','2019-01-12 01:06:56.521000',5,'tiffany estrada','https://lh3.googleusercontent.com/a-/AOh14GgKH7trjjXGX2OAIQpXLnBsHuz-rEHBgnFm4aZs=c0x00000000-cc-rp','8918455867446117794',43319),('AbFvOqnBdFGOUh05PvjUGsy4pTwpqt0TRTFEVKKaLd65BZe4xrJZLBj9ftcw36ozPXotcf6i-DjpeA','I was at SignatureCare Emergency on Saturday aftenoon and I was treated so very kindly by everyone there, from the front desk lady, Amy, to the nurse Kris, they all made me feel at ease while I was there. The place is very clean also. Dr. Rodriguez was very nice and explained everything to me. I would recommend this ER to anyone who needs emergency care.','2020-08-01 21:44:02.959000','2020-08-01 21:44:02.959000',5,'Lorena Castaneda','https://lh3.googleusercontent.com/-iM9VBejFNIU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclASjbzQDdCwbObQXr8IHBUpSEFgw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42340),('AbFvOqnBdo_rNpWMU_e69zvJ10KPDkPEdcpVr3EjnEKjS04IdDvA4qxosXYaAT4uhjmeVFXHgsP2OQ','Awesome staff....Deanna and Alyssa were great at the front desk.... prompt and courteous, and the Lee the officer was super....thanks Signature ER!!','2019-11-14 03:36:13.299000','2019-11-14 03:36:13.299000',5,'Kena Ware','https://lh3.googleusercontent.com/a-/AOh14Gh8RNccgftQkTyag0LFX4wxYpNO3P_TCXKXiIKf9cA=c0x00000000-cc-rp','16389487648212004696',33764),('AbFvOqnbdZ4OQ6_3ZOIaT6PvjALw-ibOXccwIydNvSpAcbFP7uxECuDtHnh8IsoxmHujJneKa5tNQQ','Everyone is nice here they give my kids a good experience and help them to not be scared or worried to be there and the doctors always know what’s going on with the kids','2018-04-27 17:06:55.372000','2018-04-27 17:06:55.372000',5,'berry Ortiz','https://lh3.googleusercontent.com/-6hXx9lje400/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmoz6PiTJDMHCFBYp6Lc2fOjKkE0w/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30845),('AbFvOqnbe5yR5qJ2MGmQc8V1T7EvXT5rvXWEeK1H0N2qD30X7IsJ-LY_OxjeTcekB5TshatJ7zY9','The care here is much more personalized compared to ORMC or MCH. Our nurses Magali & Teresa were fantastic and the doctor was able to diagnose the issue and refer us to a surgeon.','2019-07-20 20:32:45.224000','2019-07-20 20:32:45.224000',5,'Stephanne LHommedieu','https://lh3.googleusercontent.com/a-/AOh14GghitkVa3uJkSTHUlVqZWvMM_G_tUntBkizc-CjOQ=c0x00000000-cc-rp','6521947413723274945',41650),('AbFvOqnBebCVtZ6S-2sBQp-wb58XRfm-u0_zerB3W95aWLrLC_Pp0eN35G7DpPn8hKPyzM1Lad-tSg','I went here last week and had a wonderful experience. Such fast service you forget you\'re in an ER. The facility was very nice and extremely clean. The staff was very pleasant and never made me feel like they were rushed or bothered. Everyone from the front desk to nurses, techs and physicians were all friendly and over the top with caring demeanors. Hopefully I never need their services again but if I do this is without a doubt where I’ll be going.','2020-06-14 00:29:30.868000','2020-06-14 00:29:30.868000',5,'Brent Bell','https://lh3.googleusercontent.com/a-/AOh14GjDgiPF5VXZzxRx1hC-RvUBKuSxtWriDY0rbsM=c0x00000000-cc-rp-ba3','16891069708558046635',35873),('AbFvOqnbEIDNcExH3XVtJccmm0AgO08wJCB2KxZ1IID1ECWe2-6a_ZWtilDST3GW_iTFh_D4EBux',NULL,'2020-10-28 06:01:39.079000','2020-10-28 06:01:39.079000',5,'Megan\'s Memories','https://lh3.googleusercontent.com/a-/AOh14GiwzNrB-sW2-X1jvSs-j4LFOfeSQrqiZYocLuHN=c0x00000000-cc-rp','16590124370714063921',34094),('AbFvOqnbEN16Snpxsl3hG29RrFpEcX6DcBnT8QVbvPl7rdIiktX37LEUeiyNkXCsXgv9YvpbucBy','Extremely recommend to attend your emergency cares, very peaceful place with the best staff, thanks Minh, Shelley, Heather and Tanishia you all are awesome.','2019-03-15 00:15:46.454000','2019-03-15 00:15:46.454000',5,'Antonio Novoa','https://lh3.googleusercontent.com/a-/AOh14GgeI8lHvH7trxklNMYmd0vo41e_livIYfrdw318Oow=c0x00000000-cc-rp','17898197009688164559',38252),('AbFvOqnBF4ET4S8L3bLrbQn_pIie0xyhwwGTOwqBVdPv69AOmB6Me5U3qQTg_1sbQwu2NB1PkiBv0A','Fantastic experience from start to finish! Every single staff member was amazing: front desk, medical staff, doctor, everyone! Apparently this ER changed ownership and the new owners are much better than the previous owners. which shows in the staff. Keep in mind this is a freestanding ER, not an urgent care clinic. Thanks for a great experience. Highly recommended!','2018-11-27 15:31:47.351000','2018-11-27 15:31:47.351000',5,'BAW Prez','https://lh4.googleusercontent.com/-xqrAiLJs84Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmr_ngCfCipl7hN9yaH0bsW_bgnEg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36322),('AbFvOqnbf7Gjgf44IWBmrj51ThDyCvDh9OPtljORbNkD6gYTMMJkBS3YPuXz3p_0ZPbdu3m98fVC','The staff was very nice. My nurse Sara was helpful. Allison in radiation was great, along with Dr. Herbert. I recommend this ER for the go too.','2020-12-17 02:53:31.141000','2020-12-17 02:53:31.141000',5,'Jeffery Williams','https://lh3.googleusercontent.com/a-/AOh14GiOMksQ5esnLE9Dsl83utjlLIDRu5f0fO4fGU0Qiw=c0x00000000-cc-rp','13486358490203335051',29240),('AbFvOqnbfiq5ILRfAiMwXh_V7VIfoO_sNCRePcSiiJ-PRKWyYZ3pofijHcr6V_q1JAkidg0EN4FH-A',NULL,'2019-08-17 02:00:03.755000','2019-08-17 02:00:03.755000',3,'arnoldo trejo','https://lh3.googleusercontent.com/a-/AOh14GhlyeklyY9I3nH6btoPdsMmGDfz6wM4l9jOt2Jl=c0x00000000-cc-rp','13486358490203335051',29697),('AbFvOqnbfPAk3-nOYOGVqGIpqlVKYGrC4GBvM-bEmiHGcVB4zeg7QWeK8dRgELOBQr_LXqwVsmEV','Awesome Hospital love the staff n the doctors, ur in n out n they take care of u n your family , hands down the best hospital ever','2020-01-17 21:49:03.025000','2020-01-17 21:49:03.025000',5,'Rechelda Stewart','https://lh3.googleusercontent.com/a-/AOh14GgXkEoNjE-iLS4znZGwyYlGM7sBl3ZAl0z0BazUvA=c0x00000000-cc-rp-ba3','12541597562633926366',28808),('AbFvOqnbg26JAblzC-Nyv_iCgDQfXtExmCJXNW-I8dwNdFxvXKhHdVWzpat_19t9Jaac4EJRe9FZrA','All the staff was professional, efficient, kind, and ...well, Caring in a Signature kind of way! Thank you to Olivia Rey, Dr. Wren, Andrew, Aldolfo, Danny, and anybody else I forgot to mention who was at work behind the scenes!!','2018-04-21 15:31:00.475000','2018-04-21 15:31:00.475000',5,'Nathanael Hagens','https://lh3.googleusercontent.com/-cnzp_wf9bEk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMAZmurRh31Z-K8scLvKeIkOkr5A/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32587),('AbFvOqnbg8gWJFoTAa7SBJ5YlkvMkCIb05U7KygpCWD9OY9o16Saf6vx0VHlKREqAJR9051IOU8k1Q','I was nervous about coming in because I was worried it be be something minor and I would waste my money, but I’m glad I came in because I ended up having acute appendicitis and caught it before it ruptured. The front desk ladies were nice, and all the staff had a great attitude and made me feel okay being there. I was given medication on time and they were all very attentive. Nurse Hamsah was super nice and gave me a robe a teddy bear. I was berry happy about that. Also, my EMT: Amelia was very nice and we had a great conversation during my transport to Memorial Herman. Both doctors at this ER location were very nice and compassionate, but I forget their names. Overall I had an amazing experience and will recommend this location to friends and family. 5 stars! Bravo. Also thanks for the Starbucks gift card!','2018-11-13 22:00:39.492000','2018-11-13 22:00:39.492000',5,'Elizabeth','https://lh3.googleusercontent.com/a-/AOh14GhTO8hMCcNRiPfFa2nOMO9YaA_UV6wCVIAS_txax_c=c0x00000000-cc-rp','3511292162159714121',40794),('AbFvOqnbGhDLu49JSC5PnpLsvtu4QsllrQeTwrYqzcz841cO3Z9uygvH_u3pBiSCXXqIqOR7mTMqNQ','Hey Dr. Patel thanks a lot for helping me with my sprain foot. Ms. Alvean was so helpful and nice. Marcus gave me the laugh I needed. Keep up with the good work Ercare24.','2019-06-09 19:02:39.975000','2019-06-09 19:02:39.975000',5,'Kalondrea Powell','https://lh3.googleusercontent.com/-CMaKsNWL2jQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmw0Lil_N7xQbLcoU5rFqP79AxtTQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnBgOBy1FY0OQ9o_pIVONL9_bXRjE7LqoJCQK82xjRVNSP4hqr94lmGZGr93sUT-8huBRIOVg','Very helpful and nice ! I love coming when I’m feeling sick ! You are really In the best hands here ! They will take care of you šŸ¤—','2019-05-08 16:19:12.437000','2019-05-08 16:19:12.437000',5,'Jay Bayonne','https://lh3.googleusercontent.com/a-/AOh14GhoMBlJwHRUJbx5qfeqvPl8jureJtpFfUh7Pi1udg=c0x00000000-cc-rp','3272657195432704501',39869),('AbFvOqnbGspq1c0UOJmT1COhEPJ2VCZqt9eOTMiuUDX9y2MyFJrgmmDdqLpCttTwNL6n2gzJ2RmDAQ','Went for COVID testing. They did a good job of keeping people distanced. Place was clean, staff was nice. Longest part of entire process was check in, which was understandable as they are overloaded right now. Would return','2020-07-09 19:16:42.709000','2020-07-09 19:16:42.709000',5,'Travis Colvin','https://lh3.googleusercontent.com/a-/AOh14Gg6ZrZ5xLFDuLl3p1wA8MKIz8tPCZZ3ayx9KFI=c0x00000000-cc-rp-ba2','2077061009497551125',38804),('AbFvOqnBgx7ZEojEVwSa_dYcuCkpS04i2BzIr1Oy8Gebtyhr2yMC9qiNubZZRAOjvRLKWD1QRsjY','Cypress Alvean Pete - good service','2020-11-06 15:35:33.262000','2020-11-06 15:35:33.262000',5,'Andrea Meshell','https://lh6.googleusercontent.com/-4I48U0U6foI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnstm7cMoxoAf2RdBhg3IMtDAHbLg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32987),('AbFvOqnBHDGoaULDughTGt4rYfJSLx2cW6Jf8EqQphYyznCB2QRD9Zy2vS1Ogugrj_W8XAwMqVD0LQ','I went to get my COVID 19 testing and surprised the guy who did the test want ware a mask or gloves I was a little nerves I didn’t asked him why but later on I called the office asked to speak with the GM to tell him about the issue','2020-06-29 05:39:22.813000','2020-06-29 05:39:22.813000',1,'Allen Tan','https://lh3.googleusercontent.com/a-/AOh14GjtpX-Qe89du1gVu1ol9b7qkw4vkdsco8p-8ean=c0x00000000-cc-rp','13486358490203335051',29378),('AbFvOqnbHFK_h7iWPZ58mrRcB20Pja1UrJhrOSi0FSfPw2K2-PDow1OzfQUS1l878Rmu9ytTL2SSIw',NULL,'2020-12-21 15:30:50.790000','2020-12-21 15:30:50.790000',5,'Brad Montgomery','https://lh3.googleusercontent.com/-KuPu0v1JSSw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl8khic26Sk1jIswgvgp9tGtIsBPA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',43536),('AbFvOqnBHjcpTiUZ37rcmJwyYAsj_Itxgc6Uf8bQPxWvXhU66Gr86N-fgMsDDs4aNppddsMHNIiNug','Great service!!!','2019-08-08 17:29:00.828000','2019-08-08 17:29:00.828000',5,'Lemarcus Buford','https://lh4.googleusercontent.com/-XL7B6lnRJgY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckkMsBv1Cv7oR8x0QFStaFLXfomlg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnbHMm6m-G1BUT_413gGLWsFbdeKrH5J74zeKy9-8dk3-nDEPn2ZtwO-Or16O_UYKV_-z1ZRw',NULL,'2020-12-13 18:44:52.471000','2020-12-13 18:44:52.471000',5,'Makenzie Callaway','https://lh3.googleusercontent.com/a-/AOh14GhcNrBSKQ5vC6hxjtgHlT4-bawg81_FMNQg9NUAbA=c0x00000000-cc-rp','12541597562633926366',28422),('AbFvOqnBHn9XnQFsu-O-zvZmKS3BAnfkk2Gf_0ivKvzHGYFbRC4i_z_t1Hd-YQ0b7Ldb0AJ_gCBypg','Best care ever by Lucas, Kim, Linda, and Sara.','2020-01-31 02:02:15.842000','2020-01-31 02:02:15.842000',5,'McKinley Richardson','https://lh3.googleusercontent.com/a-/AOh14GgTg3aowpSLNLk1rBKp4LPyHV-tRRcU2XYuYcqWtQ=c0x00000000-cc-rp','3272657195432704501',39657),('AbFvOqnbhp73aBr_qQ3a_gAmEU_OP63m9Lh4Q1u-cxbvJBtHPwzFhYUuwOhcXis6P7ElGrL5Lbah','This place is great! They\'re 24 hours so you can always reach them and they ate so quick, so friendly and so thorough; it is a pleasant surprise since a lot of people in the medical field are too busy to provide friendly service and bedside manner. I am amazed and although I am hopefully not planning on returning since it was an emergency that brought me in but if I ever have to go for an emergency I will be back here for sure. Thanks everyone for making my bad experience a lot less horrible.','2019-11-22 02:07:36.225000','2019-11-22 02:07:36.225000',5,'Cindy Ngo','https://lh3.googleusercontent.com/a-/AOh14GiaH3l2rKxh0uiCJ-xw1LePGy3-bz4UOrwE5xR6eQ=c0x00000000-cc-rp','8679688254631342173',42573),('AbFvOqnbIAtflGAICrgVvgCFTEpwiJwGPX8QmDp11j1r88ERxs7V3v7JHtjSMFeFeb9NQxsCUyrCzQ','Great service and excellent attention.\nRoxana','2020-08-27 20:05:05.084000','2020-08-27 20:05:05.084000',5,'Edwin & Roxana Dubon','https://lh3.googleusercontent.com/a-/AOh14GgGexMXAt8YwMOizCUEiO9woqQgMBzgW-tYPWX1ag=c0x00000000-cc-rp','8918455867446117794',42924),('AbFvOqnbisF84VAszhOg37iZUowzjWcGiewSss-Y-iJoFFgsLRM-YXVUPJZ8kT9EIADtqsfehPU60Q','great &’ fast service.. Staff were awesome and so are the doctors','2018-09-24 02:19:50.634000','2018-09-24 02:19:50.634000',5,'Renee Johnson','https://lh4.googleusercontent.com/-mBsE7gLvHbM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmiFAnCesFhiXULhq1Frui3eDD8-g/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29193),('AbFvOqnBIuU1snzuIy2mhP5TmxJFvesU6UoEMT5TZ0_bFIhE6xyjXzoY96MPG1GbNGbNklxgeBXLvg','The best of the best. Not only felt better after treatment but went away with money saved! Christina, RN Chad X-ray tech, Freddy, tech and Edgar front desk and Dr. Miller. Made my family and I feel very important.\n\nThank you all.','2019-02-07 15:05:24.684000','2019-02-07 15:05:24.684000',5,'Marty Lewis','https://lh5.googleusercontent.com/-PMsTxqogY7M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclI84IFqj9Wrs8J-Ddhh46A4eDYVw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36277),('AbFvOqnbiwTbKeeQ9TifHw4OgkzM4SL8TyeX8FlTjOvbP_Zso-SJioR5KId79jM-_fqNDtnPI9hAKQ','I felt like I was in the best of care there in the hands of Shawn(Rn) and Sarah(MD) I was treated right away and I felt like they truly cared and enjoyed their job!!! THANK YOU','2020-08-22 01:28:29.819000','2020-08-22 01:28:29.819000',5,'Melissa R','https://lh3.googleusercontent.com/a-/AOh14GgAZkseMn5ldmrPIOG2laszmqwEKO7nSV7wXhyt=c0x00000000-cc-rp','8918455867446117794',42926),('AbFvOqnbJ7oKuNG1gUtMl-c-G52Jg008sg0dyQi_9BGE9FoXNC5nIJUtoNFXAVHi-QK3RJuOzgBi','my overall experience was pleasant however the scheduling of my code 19 test was a nightmare I planned on visiting my parents over the weekend and started looking for a test on Monday The best I could do was get in at Thursday at 2:00 p.m. when I showed up for my appointment I stood in line only to hear that all appointments were backed up 2 hours and they would call when available other than that my visit was pleasant and the staff was very professional','2020-07-03 19:08:24.069000','2020-07-03 19:08:24.069000',3,'Tom Straughan','https://lh6.googleusercontent.com/--4kPBz7c3Us/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHmJnXEjqc-lLraMdhufXgFdSRPA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28618),('AbFvOqnbJoiYWT4QBAXi1seaIpnDFc3WHo46yUvHocxLvy-pnknEpIkc4489R0TnQTlIDLzHmwjAvg','I have visited the SignatureCare Emergency Center twice and both times I have been very pleased. They literally saved my life. I was in anaphylactic shock and my air passage had closed as I walked into the facility. They immediately brought me to the back and did everything needed to save my life. I am so greatful for the unbelievable kind service that every single person that worked here demonstrated. I couldn\'t thank them enough. The second time I visited was not as urgent but was treated with the same amount of care as before. I couldn\'t have been more happy with SignatureCare and the level of professionalism and care that they provide. Thank you.','2016-03-02 19:51:11.524000','2016-03-02 19:51:11.524000',5,'Sherrah Chester','https://lh3.googleusercontent.com/a-/AOh14GhB6dHuGN57gupM8Bx50iBK_Ff2I7_mnRz_gE27aw=c0x00000000-cc-rp','17394740196501090048',37372),('AbFvOqnbk7WYyRykc3LR-6tUOOzh7zbfEvbyzRXXm1W-iBE83Cgx6gShVRZwGu05LWoLV0QF-QfZTw','I took my 3 month old in because he wasnt feeling well and they saw us immediately. Everyone was very friendly and helpful. They answered all my questions and explained everything very well. One of the best ER’s i have ever been too. Highly recommend. Thanks Charlotte and Tanishia. Thanks to all the staff!','2020-03-04 04:57:50.674000','2020-03-04 04:57:50.674000',5,'Kaetlyn Littleford','https://lh5.googleusercontent.com/-GCpjt8jOLtc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm4AIXYQEZP9597_kOBsg8q_X0X5w/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37639),('AbFvOqnbKBteIPndedsOT5KU305xMJTFPvJDBH1GRvJxqzw52x3A4JauAvvlmuEA6bjprcLHYDif8w','Amazing staff and excellent service. Very tentative and caring.','2019-05-03 07:48:40.494000','2019-05-03 07:48:40.494000',5,'Tom R','https://lh3.googleusercontent.com/a-/AOh14GgqAeMjswSUKItNj39EzLOgvMLGNvfCxOeIhhmjuQ=c0x00000000-cc-rp','3272657195432704501',39875),('AbFvOqnbKJzaNICbxxEuLJ2jESOVZfPnr9MuMduhos6kqc9Q1cdRwzvXXWmyCjxR9Zi9fZAyspN-Sg','Service was quick. Nurses and Aids are friendly and nice. However Dr was opinionated and rude.','2020-08-22 22:40:40.935000','2020-08-22 22:40:40.935000',1,'Crissy Davis','https://lh5.googleusercontent.com/-NGiLl8CVb-E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1pK3GnMbeGqPmDJTVXSpW0EG1cg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39019),('AbFvOqnbkmSptsHZ8DOgaQ6An8hJKqsKI_tjzLFGpQ0Y6MP0HeJwZRJxXuRxTsJcaOoCPlaFQiaJqQ','The staff were very informative, helpful, patient, friendly, fast and caring. I want to send a special thank you to all staff including:\nDr. Faig\nRegistration: Ana\nRadiology Tech: Tino\nE.R. Tech: Thelma\n\nI appreciate you all.','2019-12-23 03:43:40.298000','2019-12-23 03:43:40.298000',5,'Lacretia Richards','https://lh3.googleusercontent.com/a-/AOh14GjGTevS0ME3Fn11uaMMHD7_CTdEkJrqfmRwNOyu7Q=c0x00000000-cc-rp','12541597562633926366',28921),('AbFvOqnBKoaiXgMnus2Aw1NdDduItxGWkANo0xSHrLUHU9w9KkjhHcLLIKFn1LSbAf8894_dRy5q','They where awesome made me very comfortable and the staff was amazing went above and beyond to make me comfortable my nurse jacoby helped me calm and very careing for his patients!','2020-10-07 03:27:33.176000','2020-10-07 03:27:33.176000',5,'Fgduugaye jsgg0 it s8wwHowell','https://lh6.googleusercontent.com/-bfWXNmslM6k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucktTI2lTCoVo5LOGB1HB7ThBDtORw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41887),('AbFvOqnBKqmSs7qfcIbBzxhTFyCxtpBzthwoK2_9wqG0lknbfpzQcwui9SOEAB3zbwfjkZsVMCgi','Nurse Audrey, Dr. Huerta and Jaime the Rad. were all so nice and took great care of me. I felt very safe in their care and recommend Signature Care to everyone.','2020-03-11 22:17:38.260000','2020-03-11 22:17:38.260000',5,'Chris Ann Whitney','https://lh4.googleusercontent.com/-VSn0FXMejXs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmCGeAH6Z0MEZzjXIiv3EScnPXAFA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29397),('AbFvOqnbkR3EEoQ1AXBv39FrEe--waUVYI0gXTKf7jwiG6uwS46Dk33Ggyx__XoxMo3WcuH99-SZtw','Great place!!! They are all sincerely friendly and caring.','2019-09-03 13:55:33.288000','2019-09-03 13:55:33.288000',5,'Sylvia Tristan','https://lh6.googleusercontent.com/-SBB42dhvYp0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckA88ryfaWZGsiU-0n_N9ozGMoZvQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39269),('AbFvOqnBkUotJIhRMYrvUrpqYqPzzLckT-gLbfM-HlRP27cFecGx4RqIAoXIlfI5S0GafkZ2UIo5rw','My visit was awesome today! Quick, easy, and to the point. The staff was helpful, knowledgeable, and got me taken care of in a timely manner.','2020-10-05 19:25:27.313000','2020-10-05 19:25:27.313000',5,'Michael Navis','https://lh3.googleusercontent.com/a-/AOh14GhFnOaulB3qOxFpgS6CBqOvG4nHNrJX6QjDGY8u=c0x00000000-cc-rp','14748677429039074158',31557),('AbFvOqnBkVLfX6jIIL2ig2ip6t7x6rCFdbJiyeJsMmBzc1J8KJFCoOzssjlZ1w3dZ7_pX1K9gxDW','Great service from everyone here, Nurse Jacob and Dr. Vakey were extremely helpful and informative!','2019-04-02 15:31:30.199000','2019-04-02 15:31:30.199000',5,'nick hughes','https://lh5.googleusercontent.com/-Q_J3nX6PSnY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnsUGLoqxTx-h3AeUUAuh3ZR1X8Dg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34928),('AbFvOqnbKWevQCDQmPaaNiJf6E0C8gBRB_tXVwV5caToqw1KtGpB1evta7D9-4lRui_MUbeQmhW_','BRACE YOURSELF FOR A NOVEL: Having to be tested for COVID, I showed up at this clinic to sign up for a spot. When I first showed up, It was not clear wether or not you could, or should, walk inside of the clinic as there was a large group of people waiting in line. I called their number and was told to walk in and sign up inside. Pretty weird to me that you have to go inside to just give the your name and number while we are in a pandemic. I think it would be way easier and safer to take this information over the phone in order to minimize contact with potential infected patients. My whole time here, I was worried about contracting COVID from previous patients, I did not feel safe at all.\n\nWhen I signed up, I also asked what the wait time was looking like and never got a straight answer. I was told to just wait for a call and that it would \"be a while\", and thinking that this meant maybe an hour or two, I went back to sit in my car waiting to be called in. What I did not know was that it would take 7 HOURS for my time to come to e tested and I was NEVER called once. I had to call several times and ask them my spot in line and when I called them at 2:00 am in order to ask to be tested the following day, they told me that they had tried to call me to come in, but that the call kept failing.\n\nSo I showed up at 2:00 in the morning to get tested immediately. I even waited a little bit in the lobby after waiting a total of 7 hours and while I was waiting, I heard the receptionist talk to a nurse about me behind my back -- The nurse was bothered that I was there and the receptionist said that when they called me I \"never answered\", which was entirely untrue, I had been waiting for hours to get called back and I made sure to call frequently to make sure that my spot was moving in line. When I was called in by the bothered nurse, she had this obvious attitude towards my presence. She started to question me as to why I came in at this time, as if it was my fault that I was never called to come in. She was so dismissive and rude to me, I was honestly shocked. She could not be bothered at all and it was so apparent that she was tired and overworked.\n\nI had several more negative experiences after this, with lack of communication with staff, patient negligence, and this same nurse, I am very shocked about how this experience turned out, I was not expecting this at all. I was tested again in San Antonio and my experience was so great. I didn\'t wait at all, signed up online and staff had me in and out in about a half hour. SignatureCare was the complete opposite -- it was a confusing, frustrating experience that made me feel disrespected and disregarded and ultimately made me seriously regret walking into this facility. If you ever needed any level of care from an emergency room, you\'d probably be met with gross negligence from this one.','2020-06-24 19:41:59.124000','2020-06-24 19:41:59.124000',1,'Tomas Diaz','https://lh3.googleusercontent.com/a-/AOh14GhmUXRqJZwoJYlPS8MTGHd8T6QyZ4u_QyIWKx4cDw=c0x00000000-cc-rp','16590124370714063921',34287),('AbFvOqnblECFBjtq5xNgguGETOOkQ_22_h-OnVx1MujLpozmfZHwSLv2_-7hpyEFzLDmvQuiUyO-nQ','Enrique, Julia and Valory made my experience here pleasurable, swift and very informative. The patient’s care and overall customer service was great and if need be I would return back to this location.','2020-12-26 18:15:53.733000','2020-12-26 18:15:53.733000',5,'Brandon Cummings','https://lh3.googleusercontent.com/-I-GjmqvOfMk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnorolTvrLvGlFSzZPwS6lk7SscXA/c0x00000000-cc-rp/photo.jpg','15979470999169074295',43894),('AbFvOqnBMgYR52Uq7kugfJZ_fjjBcfrCj5quYQUoc8GMtEFk7_y255r2GyRxixOu5Y7cJGn5MpMy_Q','Dr Richard Ybarra was very Professional and had a wealth of knowledge that he shared about different medication and the best medications to buy and not to buy over the counter and he asked questions to where and when did my symptoms start.\nDr William O\'Malley had a wealth of knowledge and made sure I didn\'t leave until I was cured, so I would not have to come back','2019-10-10 16:25:29.127000','2019-10-10 16:25:29.127000',5,'cornel joseph','https://lh3.googleusercontent.com/a-/AOh14GhgCA_x1ni3D6ouzviVq1A54m1I_DpT3yn2dYM_sg=c0x00000000-cc-rp','16389487648212004696',33888),('AbFvOqnbnAEu2F30xItz6Peis7V74phV8t1EMsGNRdECTmXvl5onPt3x9ftEp1YL-n6uzUvewF_B7Q','This ER facility was fantastic and made my stay with them comfortable and fluid. The nurses Patricia and Alvean had stupendous bedside manners and made my time here enjoyable despite being sick. I highly recommend this facility to anyone needing care.','2020-01-16 23:00:29.280000','2020-01-16 23:00:29.280000',5,'Mustafa Al-Nomani','https://lh3.googleusercontent.com/a-/AOh14GgdlVzgAAu8kEETvchBwk8qgBpGvRyh889C3stR6Q=c0x00000000-cc-rp','16389487648212004696',33496),('AbFvOqnbnM0mx0MFz9uB2ZrB1ihEpLetJ5EhPRv296S8hJhf02CXtMUlsv1JX5vGuv2YkXPXEaRWWA','I love coming here they are really Good dawn she the Rn she is the best she is good with kids can. Rt he good and the Dr. Pham good they are so nice and sweet','2019-01-20 15:35:26.929000','2019-01-20 15:35:26.929000',5,'Brittney Randle','https://lh3.googleusercontent.com/a-/AOh14Ghpek7DjvppRTUFSVucaqQLSV7w-W9poRO60oQj=c0x00000000-cc-rp','17898197009688164559',38325),('AbFvOqnBnPy9IX-7-BeONeMN5WBsu_HKfWpTKSGpvilejkRC8385ngDyfXFTG1mII9a4TO1MzYXz','I’ve been here twice for a rapid Covid test. The staff is very professional and they have great customer service. The results were ready fast and they were great at explaining the procedure.\n\nOnly took one star off because I was here over a month ago and I still haven’t been billed for that visit. But good in-person experience!','2020-10-17 00:13:19.218000','2020-10-17 00:13:19.218000',4,'Ana Camargo','https://lh5.googleusercontent.com/-5saDxi6LpwQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckR7-9uQO-tnWoAhMuTHV5iatHiaw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40164),('AbFvOqnbnX-tHsmGm4K0PtLvjtwtlW5IzFtQ1dn24AW1hnJ8QHujrkvs22qkAiJbi46K1i0vHCCIkQ','Great','2020-07-30 04:29:39.763000','2020-07-30 04:29:39.763000',5,'Alex Tran','https://lh3.googleusercontent.com/a-/AOh14GiygcDxQSq1yJBY4aRlPE7KAamZjZNpZQT0myLEPA=c0x00000000-cc-rp','2077061009497551125',38688),('AbFvOqnbohb5aM68bOlqGy0SOm2nfy6neWLTDK8hjV8mc2NY_-5ufI1OPeQ1DXg80GWwqr695XaQeQ','Very beautiful facility really breath taking i wasn\'t feeling too well and I left a previous ER due to the wait times I came here they saw me right away and gave me a warm blanket the registration was easy and pleasant I got seen they helped me and was very caring like family I felt better when I left and they gave me a goody bag I will recommend this facility to everyone!! I can\'t thank the staff enough they all are great','2019-08-21 07:40:39.984000','2019-08-21 07:40:39.984000',5,'Teresa Parks','https://lh5.googleusercontent.com/-h4ltyq4gs90/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmWTCthlr64TUogJJnsDC8M6yImeQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39275),('AbFvOqnBOnawNw6VIJFN26eErBZYfWJyjQldYxoEEkbRgz3q_u62LHMy3pxOdWl8RYXuxehrv9lXgQ',NULL,'2020-09-18 06:07:20.459000','2020-09-18 06:07:20.459000',5,'Breanna Doyle','https://lh6.googleusercontent.com/-hExv57gSm1s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclrs39z88U-BDE2AS4u9FdZ9UfBDQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38977),('AbFvOqnBOYoETpYCOCPCCiQ3L23j8GxxHCAuAqDjOVzNPr5lK-jEeTaxWaQV3DY8VjOouzTiZdgm','This location was very hospitable and pleasant my entire visit. Nurse Denise Brown, David who did my CT were both delightful the entire visit. Dr. O’Malley was very informative and open to any questions I had.','2020-08-26 08:06:14.207000','2020-08-26 08:06:14.207000',5,'j parker','https://lh4.googleusercontent.com/-KnG05t_KJCc/AAAAAAAAAAI/AAAAAAAAASE/AMZuucmJiRJN8suBwUK7WCUOtHoa9ZCHiw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33186),('AbFvOqnBOyurrRjWUPtZF5mMs1o2QvTfTZcYSsAQlwlss-GcnjQ_Ae_xMvtuCK3ESz_KvpIZk3VHFQ','Got my covid test done here by a wonderful nurse named Amy and they had me done so quick I almost couldn\'t believe it! On top of that the lobby was very clean which is very important to me especially right now. Highly recommend if you need a test or anything else to get it here!','2020-08-15 22:11:04.573000','2020-08-15 22:11:04.573000',5,'Mega Man','https://lh3.googleusercontent.com/a-/AOh14Ggkdzlb6P0oYW3V0rq1lhkG0MBz9dmGgvxR7Cyg=c0x00000000-cc-rp','2077061009497551125',38592),('AbFvOqnbp9kopPqp6jfcTeJZ1pcLTUJLMInRhwOvjzrTYWoiKYC58P4fD3qHbK7VNo35HHZpynkVyw','The care I received From Dr. Miller, Kristina, Jennifer, Laura, an John\n\nwas beyond amazing. I could barely walk when I arrived, within an hour\nI was 90% better. Just wanted to say Thank you, To all of you from the\nbottom of my heart.','2019-11-22 20:42:22.434000','2019-11-22 20:42:22.434000',5,'slim frank','https://lh3.googleusercontent.com/-LI_kLBCM238/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckbubN1bUzv6ByhWS3R0eLnDRMczw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28972),('AbFvOqnBPMwfY5rcCIKkhb8y1j9FuZ6U8hoy6axGf8dbELefCyhA1QtT6r2tZn7f0zqdo5_KtzVi0w','My experience was so awesome I felt that everyone were so nice. Treatment on a scale from 1 to 10. A 10 all the way.','2020-11-12 20:45:41.622000','2020-11-12 20:45:41.622000',5,'Adriana Garcia','https://lh3.googleusercontent.com/a-/AOh14Ghqv_qOwwuFHVWL5QGENWl5uhBCT5bQn4xjIejdnA=c0x00000000-cc-rp','14904078213800803294',32151),('AbFvOqnBPPoC0HlMAcklZ57dCfl2ucO5pXHy5hOWVqHPgFbMCGfUyLp-9CccT1lP9t4fBjeSG01D',NULL,'2020-10-24 10:56:12.258000','2020-10-24 10:56:12.258000',5,'Patience Johnson','https://lh3.googleusercontent.com/a-/AOh14GhZ6yhwNtj-snBRA1FtHMkLpTT0BsHuRl8ow5LuUQ=c0x00000000-cc-rp','17898197009688164559',37487),('AbFvOqnbPPXsy7j-Jjfwq3otrf7eYp3Pt5-nTEaurk5dTffxQwlp86sQ2r7pmYYk-GllmGpK_YHl4g','Great facility, Amy M. And Dalia R. made sure I felt welcomed and the process was fast. I was in and out within 1 hour.','2020-12-11 23:51:56.860000','2020-12-11 23:51:56.860000',5,'Kash money','https://lh3.googleusercontent.com/a-/AOh14GivRiBmrM8bqqMZlQwkyP5Vovwz9ZmOoWhWbb3fmw=c0x00000000-cc-rp','8918455867446117794',42811),('AbFvOqnbQbYJp_7gvP6XImpzAVQY7ZjR2t6--6Tnbb0GSwknt0mPAF16hR1OAeDymAwhTce6KtUrKA','Very fast I was in and out literally in 1 hour! And they helped me so much cuz my throat was killing me! Delicia is so sweet and has a great heart she was so sweet. Dr B Thomas was very informative about what was going on and Karen was as cute as a button all sweet heart special thanks to robbin the rad tech!','2020-02-27 16:01:36.845000','2020-02-27 16:01:36.845000',5,'Itzjass !','https://lh3.googleusercontent.com/a-/AOh14GiOs9b8l9SZllO2rwObLiNiUIdUFvPSanV4_rVDwKk=c0x00000000-cc-rp','8679688254631342173',42416),('AbFvOqnBqckQrRk6oRtipoVXTRKE-sGNLyIWwwmu3CC_GTJFlm-Fzv3AOFzLAS_K-HoaMUS8KAnZ0Q','TORY IS THE BEST EVER !!!!!','2017-01-09 03:58:15.015000','2017-01-09 03:58:15.015000',5,'jazzmine Wesley','https://lh3.googleusercontent.com/a-/AOh14GiPo2KkzGZAmGlKqzSbGiMZNcT3Z0ZE7NGAjZPu-Q=c0x00000000-cc-rp','3511292162159714121',41136),('AbFvOqnBQdCMolAtjgilie6L04ZsS-Haw4pw6Y9Bh3l6BFEEsQQA5U3BsLEmcBowvFRbnVrbv3EKHQ','Amy the registration, Dr. Patel and Bryan E. RN were very helpful..','2019-05-04 06:41:22.276000','2019-05-04 06:41:22.276000',5,'Jasmin Cruz','https://lh3.googleusercontent.com/-aKtfWrIg0VQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmToY5Z2WjRN7btTO4OVG_ElmShKw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30546),('AbFvOqnbQOMwtljPGFBj28w8eNFiP_YF9SCLPS-Ji4pBDvt-bPON6Q264whKq4bNPjS-y402Jifvwg','Friendly staff, took care of us in a timely manner. Thanks Jennifer W.','2020-12-15 19:27:27.662000','2020-12-15 19:27:27.662000',5,'MALIKI STEPHENS','https://lh3.googleusercontent.com/a-/AOh14GjZOUMieeVPgO_R8-pOP_DqYAaoDatR20yb6QyZFA=c0x00000000-cc-rp','3272657195432704501',39395),('AbFvOqnbQSDLvmwEPQ0XjPPdPND9rfuzWe0nc_il5e9Y8HNWw5-bP30c_fa13z9EFnXesV65V8yrFg','Friendly service with a smile. Jennifer was patient while I did my best to describe symptoms','2020-12-28 15:39:32.338000','2020-12-28 15:39:32.338000',5,'Joseph Kizer','https://lh4.googleusercontent.com/-Gb8tfG62SzY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckoDnnwCTGZoF6V6eegAk6jfHbGCA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44022),('AbFvOqnbrEtZuIXfuMmzDkzR1T1bjGLt8o5kw6_5GyeC8l0oYDFlVe2lFYmWiffcpHyyNr2Y7Kk6','I had a kidney stone emergency and quickly ran to the emergency room before the pain became unbearable. From the second I got there, the staff was incredible. They understood the urgency of the situation and went above and beyond to speed up the check-in and start the CT scan. I want to give a shout out to Jackie Franklin and the team who were very attentive, friendly, professional, and took great care of me.\nPS: When they talk to you about your diagnosis and treatment, nobody \"dumb it down\" or brushed over explanations. It was essential to them that I understood that was going on, completely and accurately. I really appreciated that.','2020-01-09 03:47:01.265000','2020-01-09 03:47:01.265000',5,'Wanderson','https://lh3.googleusercontent.com/a-/AOh14Gg9137M7MKBzzsuntLDqhAhHRan4XE4Obk0HhjA9A=c0x00000000-cc-rp','3511292162159714121',40354),('AbFvOqnbRKqTveau-m08kiYpzFnALVpAofiBzSN3o4XCIzkmePgCn8HxijyY2nWO0jh7Dn4S6dQANg','I came here with a friend and was welcomed by Leslie. As my friend went to the back, Leslie offered me to another waiting area with a tv and snack bar. This place has great customer service!!','2019-09-09 19:40:28.292000','2019-09-09 19:40:28.292000',5,'Sharri Sheats','https://lh4.googleusercontent.com/-pDi6Y8f-igw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-1Cs_aybGT-zPCHMh3Y3cbCPs-w/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36133),('AbFvOqnBROKGMjrEszsXwGncXX3Rcq4evZT6kwl4Hpr2srSnuIIbMD4tjptQ7kEX-8rZ1KYnkQTr','The total disorganization and misinformation regarding testing from this location is epic. No one knows what is going. The front desk staff requires you to wait in lines for hours then only to tell you to come back tomorrow at 5 AM. Then not to get tested until 7 AM but they are 2 hours late so we ā€œmayā€ get tested in 24 hours but you have to wait in line and see. JOKE!','2020-06-18 09:41:40.133000','2020-06-18 09:41:40.133000',1,'Troy White','https://lh3.googleusercontent.com/a-/AOh14Gh_bUtfrrKMjJ5_xE45anDTYiAbYT14GoVAQLemtw=c0x00000000-cc-rp-ba4','17394740196501090048',36581),('AbFvOqnbRWMpLQ-sNdW9Dy0FikD0oV93CMa1Wj3mtPJ3EsOZSNQzoRpEd-ktxGGOMAH-tSfMkhw_sQ','Marcus, Dr. Harjai and Valory did a awesome job in testing us for COVID which was negative!! Thanks guys.','2020-10-27 13:37:52.467000','2020-10-27 13:37:52.467000',5,'Ariana Thomas','https://lh4.googleusercontent.com/-pJfDCOuUirM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl_KrfeZKwYcyq7qallkrFpubUxnQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33069),('AbFvOqnBrZ0jWcFtwu1_pp-KoPy83R7YSN8fj5PeNAcsmytBSbFZhDJJW1ozQqj7rO6xKZ9CYCei','Service was great! Real attentive and concerned! Dr. Ybarra, Rolando, Natalia and Stephanie were awesome..','2019-02-09 05:31:03.151000','2019-02-09 05:31:03.151000',5,'Carrington Allen','https://lh3.googleusercontent.com/a-/AOh14GhK3AGnijWQF74YNkBGQUaoYfbUN9oweaOeYtzaafU=c0x00000000-cc-rp','8679688254631342173',42730),('AbFvOqnbs2d2nobk_EGBBKTqVOuEot_WZ8uc6w3gHzg_Qep7Q9EBiBe5F__RLT9mDybNP6wXL3VC','Jacob, Rayven, and Lorena went above and beyond with my care today! I’m extremely grateful for them!','2019-12-21 13:26:49.194000','2019-12-21 13:26:49.194000',5,'Living Life With Tk','https://lh3.googleusercontent.com/a-/AOh14GgKsKAg71f5UAYOl5R-iAtN0EkaLFljOFFt264YPQ=c0x00000000-cc-rp','16590124370714063921',34493),('AbFvOqnbSAPU8vNeImEIw8ZrBB9nxKrJ1HvuYHDAy2Cu8b40VcsLbua6Oe8_JJF5uGjjFVdQm_La','My wife had a serious back issue and the staff was so friendly and great to deal with. They also got us out in under 2 hours and that is a record for the 24 hour emergency centers. Special thanks to Nilang Patel, awesome to work with, best attitude we have ever encountered. THANKS','2019-10-24 19:51:29.205000','2019-10-24 19:51:29.205000',5,'Rob Beckerman','https://lh5.googleusercontent.com/-GprwfB_B3pI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl5XqNkfyslcM7lMj3LBtyvj1T3RA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42635),('AbFvOqnbSEKdXH_vhqiBPS0su63wZWIFBSLkcHccAOH6te-THrRxfpAfuFjUglAu5OByp-TsPHV-ew','They\'re super nice and attentive!','2020-10-06 14:21:52.592000','2020-10-06 14:21:52.592000',5,'Jazmin K','https://lh5.googleusercontent.com/-19oCmsbS4dI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMaEMqUOXdIFNeweskhn-2LqUXOQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28508),('AbFvOqnBSklnRMNI87WRkonCnQ4O-zrUHUoKVM4tv8LGY8pwQXTIEg6ywA9rydAxg0JFGa7muVa-','Quick and awesome service. Also, the staffs are very friendly! Including the receptionist Ashely S. Highly recommend.','2019-07-10 18:54:37.233000','2019-07-10 18:54:37.233000',5,'Yanci Sorto','https://lh3.googleusercontent.com/a-/AOh14Gi8O3N-fVKqDVTorS8fHz7JUtrlKDYX92re9TujBw=c0x00000000-cc-rp','17898197009688164559',38088),('AbFvOqnBsV48C0_mKCD6EowlVwT4l2QZ78jzAVfpw4imdfAbpwwmdVbhNgosen8JShRyC7MXUjG9','Staff is extremely amazing they take very good care of you. God bless them! Dr. Zheng is great also Jessica and Teresa we awesome and explained every medication to me very well and friendly. Genesis greeted me with a warm welcome very friendly as well. And Johnny was awesome when i came last time. God bless you all for your kind heart!','2019-10-04 15:24:40.374000','2019-10-04 15:24:40.374000',5,'Melissa Vasquez','https://lh3.googleusercontent.com/a-/AOh14GhqRbeY42sjt0qk5_uef52BgMVnfTIIk-Naumy7=c0x00000000-cc-rp','14904078213800803294',32421),('AbFvOqnBSvBvK_azJBXx3_KuBC_7Vkok8kZXaDlRMblylTB0-IXbro6Wya5UcY6LrOAzqchzZd-h','When I walked in the door I was greeted by by two bright friendly smiles, Mercy and Hillary. I was quickly brought to a room where Dr. Yousef provided a quick evaluation of my condition and my nurse Kristina treated me with great care. Great location! Friendly staff.','2018-10-23 15:38:54.024000','2018-10-23 15:38:54.024000',5,'David Skripol','https://lh5.googleusercontent.com/-QKCknF4OGqk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckfC8-bAI72FL-JRpxMtn-DY313SA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29186),('AbFvOqnBT43fBrwYDnUGCGOmx_bojn3jo0cPX_ifsxwdGjekyKjSG0tXJKjDEb441TK9lj71VUY1','Georgia was fabulous! She made the rapid COVID test fast and easy!','2020-09-29 03:25:20.229000','2020-09-29 03:25:20.229000',5,'Robin Ramirez','https://lh3.googleusercontent.com/a-/AOh14GjmY2DpJW0OW2KsGhEDuz2dOpb-8qutwrCi1-HN=c0x00000000-cc-rp','14748677429039074158',31602),('AbFvOqnbt8R3VcAzEKnQh7wzRERn_pg4HLidglweH9TxR6hrzn5Wt-QS2_Kv4kCnbfe-_zODsUG5jQ',NULL,'2019-10-12 15:37:43.648000','2019-10-12 15:37:43.648000',5,'Devaun Harris','https://lh4.googleusercontent.com/-ypwzsW8nNZY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmWswHKWk58qoiHe9STAF-DwcYiRA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37955),('AbFvOqnBtajClMILqSgPAy8riOA1wXZr8kQghIhiL_iFcRrHDTVDQ99R8LU3YuBOfVWDxcC5bV-voQ','I highly recommend this place when you are not feeling well. This is top notch care. A++++. Unfortunately I\'ve been here several times but I honestly would not go anywhere else now and I feel spoiled. I can\'t believe I used to wait hours upon hours in loud and uncomfortable hospital lobbies. They will see you right away here and treat you with respect and dignity. Thank you Bryan, Darnisha, Trisha, Shay and Dr . thank you for being friendly and kind.','2019-03-10 08:38:04.858000','2019-03-10 08:38:04.858000',5,'SaRah Jordan','https://lh6.googleusercontent.com/-jg_ZsaCKvQQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnhJPLYcAkrvdqZxcHNmqAxFzcWFA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29131),('AbFvOqnBthgIY7rClw4GRf-bG1Bpjp2JBmxUDswMrKWhKR4oA3lqPKLg3XKKxA6fHcisJ4ky53P0mw','Regina was very friendly, as well as the nurses.','2020-12-30 00:23:36.627000','2020-12-30 00:23:36.627000',5,'Haley Lewis','https://lh6.googleusercontent.com/-oJ_qOs5MQ_U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnwvmPLlSYgtxKZ4pSF84zuv3RN3w/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44129),('AbFvOqnBtIwJU0HeitJ85elcNAs6_x6NbRe2mRDFtAz9K7S8M-hqlCLGdEIgxnVlvMB2MxLOHoO1lw','These people are awesome humanitarians 😁','2019-01-18 02:40:24.865000','2019-01-18 02:40:24.865000',5,'Mario Lechuga','https://lh5.googleusercontent.com/-CBffvAtZEjg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmb5HUNIEPbZ1JYOg7NdInhwzQh1g/c0x00000000-cc-rp-ba4/photo.jpg','16891069708558046635',36294),('AbFvOqnBtNbcd3rsepNiV6UR0b84oDGhCXT8m4uC7Mn5o-Dd6MJof-nVEzkhQkuFeLjww2LLi3jn','Brought our daughter in, running a 104 fever. They got us right in and took very good care of our baby. This is not our first time here and we have never had anything less than the best care. Highly recommend.','2019-10-25 01:11:33.148000','2019-10-25 01:11:33.148000',5,'Willie Ambriz','https://lh4.googleusercontent.com/-a1KOhxLFOsQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmIT9Ru7tKvHz520CSj8nlHyNgQOw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29610),('AbFvOqnBTReZTq8g-B9af0O5G4wnYBx1qA0qx2TBbnRW_vSq6HbjCwtI9p5-2P0BkmWpVaeEO3z_','Had to go in after the holiday weekend due to pain in abdomen, and it turned out to be an appendicitis, so was glad I did. They have all equipment and care that an emergency facility at a hospital has, other than surgeons basically. I was made very comfortable. Like others have said it was clean and very professional, and I was seen immediately. They had CT Scanner in office to confirm the diagnosis, and then got me transferred in to a hospital right away to have the appendectomy that night. I haven\'t gone through paying for it all, so I\'ll report back if anything unexpected comes from that, but for now, I don\'t anticipate any issues and I would 100% recommend this facility to friends/family, and will come here again if we need emergency care - particularly on short/unexpected notice.\n\nI think a lot of people are hesitant to go in to some of these freestanding places, not understanding differences between them all (urgent care vs. freestanding emergency like this one). I too was hesitant. What you need to know is: this is an Emergency Room - just not attached to a full hospital. So if you don\'t need emergency care, this probably isn\'t the right place to go and your insurance may give you trouble covering some of the fees because they\'ll be considered out-of-network and you had a non-emergency. However, if you DO have an emergency (and the measuring stick, from what I understand, is that you are a reasonable person and perceive yourself to have an emergency), then insurance will have to cover this as an in-network emergency visit, and all your in-network deductibles, co-pays, and coinsurance will apply. As I said, I haven\'t gotten bills yet for this and the hospital stay, so I\'ll report back and update if anything needs to be updated in this review.','2019-12-03 19:41:50.070000','2019-12-03 19:41:50.070000',5,'Sean S','https://lh5.googleusercontent.com/-lsgCmmGHTlk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckFC0xbmqARNXoAAGIHmE4-1gHTMQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36058),('AbFvOqnBtZDu83hJV4mw8joA8pI-ZMbC5CFTcgwSdw9snUrEycTh-NOmzZj3ebOlG97X0mwJjHu_6A','The service was very quick or time efficient. I did not have to wait too long in order to get help. The nurses and doctor’s in a comforting tone. They offered plenty of solutions to ease to pain. Even though I was diagnosed with an illness that they had not experienced, they still seemed to understand the pain that I was going through. The area was super clean and relaxing the whole time. I would most certainly recommend this to people I know.','2019-01-24 02:37:57.378000','2019-01-24 02:37:57.378000',5,'Justin Chukwujekwu','https://lh4.googleusercontent.com/-DN6ckzLWAm0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclWxKBxrmkwVVs9jncsjmXRrMwYDA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43317),('AbFvOqnBUr3-7m5y1rKbxL0HwdOJvKurU27unG14L65xlsrVcsJT3iUSOtdCvpWlRaQGhDQkRM2P','Great location. I was very impressed with the professionalism of the staff. Facility is very clean. Thanks to Dr. R, Kelly, Jonathan and the Registration Staff.','2020-10-13 14:43:21.218000','2020-10-13 14:43:21.218000',5,'Juan Gonzalez','https://lh3.googleusercontent.com/a-/AOh14GhhGEIV32s-EEJxzuDkHa-mkAqXkdr8wzYTEByV2g=c0x00000000-cc-rp','14904078213800803294',32228),('AbFvOqnbuVrmLQ51VGFIAqxlUbUPoDEe-_dRJhrxvhU9W2bWqT85bGPUIleG7jscKm1QVU_evTuJ',NULL,'2019-10-24 16:20:55.130000','2019-10-24 16:20:55.130000',5,'Holli Bratcher','https://lh3.googleusercontent.com/a-/AOh14Gj9MZI68ubf0shXsnksuTSirNWD_muYlAhXfZOV=c0x00000000-cc-rp','8626688543755174284',41994),('AbFvOqnBv7Ad8DsNc56l1-TW-tgXcX85Oi68Upz5uTnxW-T9zweB34QtGdvvYDYLNlaKZ2fNQV2vEw','First time experience and it was very pleasant. There was no wait and the service is great. Seen by Dr Thomas, Sarah, Laura, and Tanishia. Highly recommend this location.','2020-01-31 05:01:01.714000','2020-01-31 05:01:01.714000',5,'Sandra Luna','https://lh3.googleusercontent.com/a-/AOh14Gg-9UCO8fxoV29AwSbRfNKLhtqarGx7crQms-PWOMA=c0x00000000-cc-rp','17898197009688164559',37726),('AbFvOqnbV7gdnpUlMthVNlVxLw04EPBwqCZFtUr2f4MVkF1tsOIWkFVK4mxCyWFx1KhtGoo68PlNcA','My wife and I needed to get a COVID test. The doctors and nurses at the Signature Care Memorial City location (1014 Wirt Rd) were nice, timely, skilled, and very helpful. We felt in good hands the entire time.','2020-08-08 17:12:13.831000','2020-08-08 17:12:13.831000',5,'William Allison','https://lh3.googleusercontent.com/a-/AOh14GjWMQepBnInWp3KO4sS5NuH4NQYnOqhuYOPAW3Prw=c0x00000000-cc-rp','14904078213800803294',32265),('AbFvOqnBVbhdhmCva2WyLd-AvdPPWgTxuyhhuc44u8rx541p3xpuuj1-8ARIGOUv1GczBeJ1oQLi','I went into this SignatureCare with a pretty decent sized cut in my arm. It was pretty late in the day.( probably about 7:00 ) The staff was very polite and the coffee was delicious! I would\'ve given it 5 stars but the wait was just a little longer than i would\'ve liked. i will definitely be recommending this place to any and all people who are in need!','2016-10-15 21:30:28.325000','2016-10-15 21:30:28.325000',4,'Cody Mutzbauer','https://lh6.googleusercontent.com/-v8yhGcAiqZQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcHqc3gDXiu1QGsJ_qNol3PMB1nw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37287),('AbFvOqnBVKsCBrwdDMx-Rfp5ybd5_4Z7vkWo0gzMw19fS_jLGXEh1eP6K8YJitYfRS7yMRW2bEnACg','I had a wonderful experience everyone was pleasant, kind, and caring. There was not wait took me right in, followed all the next necessary procedures to insured that I would have a successful healing process. I was very relaxed and comfortable first time patience I will recommend this facilities to all my family and friends. Once you come here your life will never be the same. Great place for your medicine needs, May God continue to bless all the staff','2019-06-06 12:32:28.621000','2019-06-06 12:32:28.621000',5,'Miranda Strong','https://lh3.googleusercontent.com/a-/AOh14Gjc_ndEazuR1NOamIe6cS7gxan11vEDR-KqKjsl=c0x00000000-cc-rp','17898197009688164559',38156),('AbFvOqnbvR8LP_mQVuF61UuJExk56z1hyp2HNiUXaUyGn0cuKgL2fJLLq-BS19HhnlachPUBhAwLQw',NULL,'2019-02-16 01:12:48.647000','2019-02-16 01:12:48.647000',5,'Steven Velez','https://lh3.googleusercontent.com/a-/AOh14GhBrdaxmJROQAKKMHAR10NMO_ulBx2AwwC3METz=c0x00000000-cc-rp','6521947413723274945',41764),('AbFvOqnBwA40ldZI7t1wvDarfxsEEBJlyhYWYkePJollVIl5LQV2IJi6D8hJfsH_ZXELxAAjp4tBuA','Friendly staff, Clean Facilities. Fast service.','2020-11-08 01:21:16.499000','2020-11-08 01:21:16.499000',5,'Jenifer Sanders','https://lh6.googleusercontent.com/-WToSTW9yz8o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucndoN3a0vU1TNxqw3st2F4pmCzFXA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38906),('AbFvOqnbwlGF6fF3r2JpHqhcgf_Gz119bTsSjW9096aCmm2URO4zTEUGWlyDUGW9v8L62t-xjXssUA','Every time I come here it’s very fast paced and i feel comfortable here. Lizzie is very welcoming and you can tell she is passionate about her job. Olivia is also very helpful and makes the process smooth and easy for Dr. Faig. The Dr. was very kind and patience with me also answered any questions or concerns I had. Overall great service from all the staff.','2019-07-08 20:11:15.710000','2019-07-08 20:11:15.710000',5,'Diamond Da\'Lecia','https://lh3.googleusercontent.com/a-/AOh14Gg_6PMPLiRHuPzeei4deYYyfXBpC4Se4AjgPc9p8w=c0x00000000-cc-rp','3511292162159714121',40501),('AbFvOqnbWW-bOc0X88iK7p4B5F0_H5CODbshwx77Vk0LpPgOsfytiqzho1NB7ZinaL4TmIhfNkXi','The staff was wonderful Dr.Henderson,AlveanA,Grace K,Jocelyn A I walked in feeling awful but I feel so much better now!!!!','2019-10-26 14:34:13.097000','2019-10-26 14:34:13.097000',5,'Sadpensiveface Hehe','https://lh3.googleusercontent.com/a-/AOh14Giijw1r0T0QAPkreb7Kc96RlzxUFeGw4YLBb1AaEw=c0x00000000-cc-rp','16389487648212004696',33825),('AbFvOqnBXElq4Q6L3fzUk4Y3reOXoWE4-F4IzOWquZ-DOhqF2ENv9_hh34f6-QsfxdRU5TAI4ul6IA','Friendly and professional staff, quickly serviced','2020-07-20 22:23:21.671000','2020-07-20 22:23:21.671000',5,'Donecia scott','https://lh3.googleusercontent.com/a-/AOh14Gh1uJJyygRryWVhUZzeZUAE0neVXjg79F7eIhg5=c0x00000000-cc-rp','8679688254631342173',42352),('AbFvOqnbxqwgaT3bubtXB9LPRbISe_cbSpwWF8A-h2EIjYVUTaRtVKAEcI2a0kQM5pKbPhS6rpTJ9A','The thing I love about Emergency Care is how fast they are able to see you! If you\'re looking for a fast Covid-19 test I recommend going here!\nAmy,Juan and Sam made me feel safe and comfortable! Thank you for making the experience fast and easy šŸ™ ☺','2020-07-27 12:27:28.762000','2020-07-27 12:27:28.762000',5,'Abigail Vasquez','https://lh3.googleusercontent.com/a-/AOh14Ghtu6lkN6kDIN00YVKxKLZMKkEASgiG2Ts82cSlNw=c0x00000000-cc-rp','2077061009497551125',38750),('AbFvOqnBXrlHJ5enrH1cgPBjFJHTSOpdLaK8NhQZoaBZsWx9aJzpUNlBT57rKS0x4MHuxU7BlpQyoA','Mrs. Tara, Mollie , and Mandie were all very helpful throughout the entire process today, the environment is controlled and the flow of patients is diligent and timely .','2020-12-28 18:43:59.788000','2020-12-28 18:43:59.788000',5,'Heavunli Reese','https://lh3.googleusercontent.com/a-/AOh14GigE7qwCcdMx0kdERxz_YTAaEn2SbIJ3gqFy9rHhg=c0x00000000-cc-rp','3272657195432704501',44046),('AbFvOqnbXWnT74nr6DzKDrUqrlvQ6UIefrEIMZ67Zxdr4-6G8Slt3bTGgLnv4JqYQytSe2_1zO1D','Very fast and professional! Can’t complain about anything!','2019-08-15 03:41:16.262000','2019-08-15 03:41:16.262000',5,'katelyn hall','https://lh4.googleusercontent.com/-0tPIEV-tEBQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnLn30paONy-HeCzfNptYCc85bUxw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39278),('AbFvOqnbXZF7m8bfHjTrtwudWhfjf4p7sTVYAxZC8XHt4bAeFkPOqKk1lBc37awiKHQuyG9F1RLk7w',NULL,'2018-08-28 15:52:50.326000','2018-08-28 15:52:50.326000',5,'sandra Orona','https://lh4.googleusercontent.com/-iNB82hhHRJo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmub0OM848_sFnqGXk2lpeWLwXVOQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41797),('AbFvOqnbY3PUte_k63Jj7nzVxO_WI8weRnXL_yX9X58SrDc60uDB0XgZHa7_9jD2TJN0UEponpXL-w','COVID testing was fast and super easy! With 24 hour testing I had so many appointment options. It was a long drive for me, but if I need to get tested again it\'s where I\'m going.','2020-07-24 09:14:10.558000','2020-07-24 09:14:10.558000',5,'Randa Golub','https://lh5.googleusercontent.com/-f07KMxJPvmI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm2NE98WQwjsqg_VpapIJIcqARnQg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31872),('AbFvOqnByoDpI970BQ0SSrzfdDV0XWqKOSxoW9eYmNlriE3oX-JCPSkSEL5lb5qULzGkXkP6QVRSRg','Very friendly and fast service. Highly recommended to anyone. Thank you Dr. Smith, Remington, Rebecca, and Victoria for such great service šŸ˜„.','2019-08-24 21:51:42.609000','2019-08-24 21:51:42.609000',5,'Katia Garza','https://lh5.googleusercontent.com/-_9EQXWUfUDk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckfvglY4ls2DASQSNmyvdfJFMbZXA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34709),('AbFvOqnbYX_OplFv_P0NXdsIzWgeCMZWouJCcofPDbsAu_MY9clndzv9gqCnF_iKBHZ_VQEJsvoy7w','Great and quick service From Rayven & Dyveliz and the rest of the staff','2020-02-12 04:16:49.329000','2020-02-12 04:16:49.329000',5,'Customer Service','https://lh5.googleusercontent.com/-m_2hqHDCOlU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnxFb6uwTpKJ0zH_SIVo9oisFuYfw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34377),('AbFvOqnBZDkWvAVGhw52mcFW1lDwyccl-_oUASru4bTQxsOLTVU_U0yTC4MvBJ2h279H2kf6OtHzoA','East, fast and friendly service! Very knowledgeable staff!!!','2019-11-13 21:33:40.944000','2019-11-13 21:33:40.944000',5,'Kawannis Williams','https://lh3.googleusercontent.com/a-/AOh14Gi9ScUsOisFRgQaAqBQYg3pwSbGGnq1yCedXDoL=c0x00000000-cc-rp','16389487648212004696',33765),('AbFvOqnBziXRFnXHFvD6Aa9EuHG_c7wR65ZGhX7rOScWUUJwsBC0f46_uSSoTKyAN9fKtsUuJWREaQ','Wonderful help from Ekaterini, Dr. Smirula, Krisanda, and Shary! Quick and (relatively) painless rapid Covid test!','2020-11-22 20:28:29.464000','2020-11-22 20:28:29.464000',5,'Addie Davis','https://lh3.googleusercontent.com/a-/AOh14Gju3A4NV3uaor5d9ZL-sRvhg-9e_G1OsaxVWe43sZs=c0x00000000-cc-rp-ba2','16389487648212004696',32896),('AbFvOqnBZoGKEb4D_X9Zw4PQLKjYOR8iU7YGR4oa-n_DasrijNhoIlL8HNd7swXqiTjOCy0j50mcbA','The staff was great!! Highly recommend. Very attentive and outgoing staff.','2020-01-08 07:32:13.929000','2020-01-08 07:32:13.929000',5,'Tiffany Siguenza','https://lh3.googleusercontent.com/-lWdiLufPS1c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmyCkYK_V-0VJ6Zsr9shX5CXDEMmQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43146),('AbFvOqnbZsxFclf2oY_2AAE9XdaCwDwQ9Ox4dppB0uWcWJZHGG6VDqCmKdOEvj7KkSoP-8khRhPDYA','Came in about 8:30 left out by 9. Good fast and informative and plus they have a black Dr. (Dr. Daniels) who explained everything in a efficiently.','2020-10-01 02:05:35.717000','2020-10-01 02:05:35.717000',5,'Antonette A','https://lh3.googleusercontent.com/a-/AOh14GhqhP5_4_QZl1PWTMyUZ2wtUklIuRem3zW3DlEa5Q=c0x00000000-cc-rp','8679688254631342173',42289),('AbFvOqnBZY_75TxWimjyVO6IG-PfKfZ7vK4QgSyJTC3Zy6CmHnLNW03TL_bGpnY7BNptpuT6LjUd','The service here was great and I was taken care of right away!','2019-02-23 18:22:05.612000','2019-02-23 18:22:05.612000',5,'Isabella Phillips','https://lh3.googleusercontent.com/a-/AOh14Ghu0l-YfZ0w-sI7GxkNXZq0WibXRE8YYkgzeVBBe3Q=c0x00000000-cc-rp','16891069708558046635',36269),('AbFvOqnC_2p1vPS97EXmwZGw2Wqj6ZZPyODHI4uXdpscirn4rU3M5eIuzW2pxwmx_NEyq01ZxIA3Lw','Dr.Yusif\nAmy A\nChuriah M.\nNorma T.\nAnd Eve M.\nEveryone was very helpful! I was checked out in detail and they were extremely nice even offered snacks!','2020-01-24 17:26:05.016000','2020-01-24 17:26:05.016000',5,'Taylor Burns','https://lh5.googleusercontent.com/-EkQ3yFfGWJ0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclwQO_nFN_JtWQvQWQgsPGeDIDO7A/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40338),('AbFvOqnc-t_zz_KOcK0V7DZiRyAKyhi5sIR9GE2v78YSvX0EzoZc5IUt3QcISWXCVbZfC5i74L80Fw','The staff here was so nice. Very clean place. When you come in here it\'s like a big family. I would recommend this facility to anyone. Thank you Dr. Nguyen, Nurse Alvean, Kelly and Patricia the receptionist in the front.','2019-12-20 13:47:13.524000','2019-12-20 13:47:13.524000',5,'Donald Turner','https://lh5.googleusercontent.com/-r6glx4y2UpM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnDGEoovM7G2Zpcl0cdqGsoPhieeA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33592),('AbFvOqnc-UeLLUGzZRqqm2cQDTweTKqoNpsu9mK81aJDve90L31EQ2rzWgkb4ohhqiLjyEzEsQHClQ','Best Emergency room ever, very fast and friendly. Thank you Jacob and LT you guy were great.','2020-12-06 13:35:16.745000','2020-12-06 13:35:16.745000',5,'ChocolateMona91','https://lh3.googleusercontent.com/a-/AOh14GjZzTF-svlJGDqfIXiUGxIPTGuU0QQE7010oS6IZZE=c0x00000000-cc-rp','2694018788013845459',38866),('AbFvOqnc05yLysWOEHkeUkrwhKKVhC0a9By4upoCzn60SXeubvVk-k2T-WYS4yWMDuMLKeCXkIt3mA','The receptionist was awesome, fast, and efficient.','2019-07-23 19:52:16.892000','2019-07-23 19:52:16.892000',5,'Nhan Nguyen','https://lh3.googleusercontent.com/a-/AOh14Gi5XpFgQ1qIz8CLg01Rt89p7Ghi5TqUhBRa5aHuJA=c0x00000000-cc-rp','12541597562633926366',29074),('AbFvOqnc0inkFL7t9crz6U7UP7NDFVkVUxe__Z1npdUlfAHTCAaZX3opD-4zMCmrNI2aIeXskcgK-A','Always excellent cutomer service when my wife or I need urgent care. Today\'s experience was no exception! Delicia, Karen,Sonle and Dr. Alloju were phenomenal!','2019-12-14 15:08:09.270000','2019-12-14 15:08:09.270000',5,'Stee Frank','https://lh3.googleusercontent.com/a-/AOh14GiFm-5FVJkUfT3vzIbOUkDr8erAUdlnqX7oOBspOA=c0x00000000-cc-rp','8679688254631342173',42550),('AbFvOqnc0qY939JoHx4NZcwgJK6btQ_ArPYqKI6d-m26FMFjus64Hvzml-iyxwGA0QEu1wuQ-rL6vg','Great experience. Nurses where attentive, and Doctor had great bedside manner.\nSandra Archie','2019-12-31 03:22:09.642000','2019-12-31 03:22:09.642000',5,'Sandra Denise','https://lh3.googleusercontent.com/a-/AOh14Ghk0rxQYEm1xA97bo-ozC8jiOX1OD-hZBd646Ok=c0x00000000-cc-rp','17394740196501090048',36667),('AbFvOqnC19pRzkl4Dvj1gHHYL_2BmxAJCISok_icHi6mt9P5VKWkzU11V0UoQhBe1mFt_Zm45ccoRw','The receptionist Vanessa was very helpful over the phone, and made the entire process less stressful. She was welcoming and answered all questions! The facility is amazing and is staffed with wonderful professionals!','2020-06-07 03:17:54.423000','2020-06-07 03:17:54.423000',5,'Lindsey Mayer','https://lh4.googleusercontent.com/-8ckcfGZ-W9o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQMUMoboGy7XeVl4nvUfXs2hUuMg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33235),('AbFvOqnC1AitqHvIUIi86OWlFX365RASvtij6mRkChvGP66Mg2JczKSTvMVM2gdVo-ReCl2WPJWhgg','I was only here for an hour and the service was awesome! The receptionist Kimberly was so friendly and awesome! The nurse Brad was very professional and explained everything going on, and the Morgan took my X-rays and was super friendly and funny! If anything ever happens I will definitely be coming back here.','2017-02-28 15:43:02.387000','2017-02-28 15:43:02.387000',5,'Ashley Duke','https://lh4.googleusercontent.com/-rnCFnt_mF8w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVa0HFJwc6W6aZ9Awk7v2uj4JlWw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35489),('AbFvOqnC1CdXS8NjcUh8gHuEZxlS-KFzVn9ByRSkgX__w3O605dqg9s5yXDHX23p7hHfPFupItqMTQ','Staff was very friendly and I was in and out with very little wait!','2020-09-01 21:49:21.686000','2020-09-01 21:49:21.686000',5,'William Mcelroy','https://lh6.googleusercontent.com/-sn5-f2LGlwU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckr6zP5YvdRfosix_ea2_AGBssptg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31723),('AbFvOqnC1dd_wCdrMZnti4nPHViYxg_32T5VGksREk0ebHm4WGEBRQLWs8vi6fe42oZIld8OIAHhVQ',NULL,'2019-01-29 20:27:43.643000','2019-01-29 20:27:43.643000',5,'Jennifer Lang','https://lh3.googleusercontent.com/a-/AOh14Ghbip1HPXpIATv9Un7nRvXqHcPPFDZIsPs6qm3WPw=c0x00000000-cc-rp','14904078213800803294',32506),('AbFvOqnc1Eg42TJR0vozuosmdgogZmiu-SOrZ8BLzon1oJzSbWJ61pN9bip77SB9hsjcTcGQ2CXWJg','AMAZING SERVICE & CARE. Unfortunately we have been here a couple of times and most recently with our 20month old. She hit her head and needed evaluation for glue/stitches. It being or first ER visit with her, I think the parents were more worried than the baby.\n\nThere was zero wait (obviously situational dependent) and the care/consideration given to our daughter was top notch from the moment reception greeted us through the door to when the security guard let us out.\n\nThey took us straight back to a room for treating children (Finding Nemo on the wall, books and a tv with cartoons). The nurses were great with putting our daughter (and us) at ease, and Dr. Miller was super informative and considerate along the way.\n\nI am so thankful this facility is so close to our home and I could not imagine going to a different ER while we live in Houston.\n\nThanks!','2018-07-09 12:08:17.782000','2018-07-09 12:08:17.782000',5,'Lance Weinmann','https://lh3.googleusercontent.com/a-/AOh14GhMVk08HQZ2TYwIas_YIOWxgwbr29p_4dwFfbPUrg=c0x00000000-cc-rp','14567670160750071148',30823),('AbFvOqnc1lZP7W4Xdiw86XEah7TlJAn_KoQVJ4GYcRq2Qkp82yqKYuysXJmdhJkQDt1Ff0dks3QTUg','Great everyone took very good care of my grandson Thank you, Dr. Do, Alvean A and Jocelyn A.','2020-01-11 18:44:47.575000','2020-01-11 18:44:47.575000',5,'Apolinar A','https://lh6.googleusercontent.com/-Sfh4PGl3GMw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucln6X1d0ewBAmafzdsX3m8hefrEUA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33523),('AbFvOqnC1RIUI-8HbxuD8JEVipIk607nVgT0QGJI9l-WjtMPAYVgIh-tFUG8gLEnbLwW-LRu3iN2Uw','In and out in a jiffy. Dr. Ortiz and Gracie and Marvin were great!! Highly recommended!!','2020-11-08 18:53:05.224000','2020-11-08 18:53:05.224000',5,'Andrew Gaines','https://lh3.googleusercontent.com/a-/AOh14GjO8zvDqVTMFKkyIzjsA0rbc4vHHvurEtHw8xOt=c0x00000000-cc-rp','16389487648212004696',32968),('AbFvOqnC2H3SP25LkkpZ2rjsudmjaeH4CgmgucMxSn-iIhE-j1V5GyYAZ5GT0C23BdmzQC1Z3TAIEw','Signature Care is an amazing place to get the emergency care you need. Lisa V and Dr Daniels really impressed me when I had a sprained wrist.','2019-07-04 19:06:54.913000','2019-07-04 19:06:54.913000',5,'John Rosenthal','https://lh3.googleusercontent.com/a-/AOh14Gi9Pk8aTBIbS4P3cFrJdEmdtyhF5XE6M9sRqXV8=c0x00000000-cc-rp','13486358490203335051',29742),('AbFvOqnC3f4AbF4OW08nu6gx_esGjaE06p2tPYxxoL-B7qGFBMj1v1CnatAn9vyE7b2D8-FTt9aMHw','Amazing facility and staff, Dr. O\'Malley was kind and very informative and the nurses and techs, Alvean, Tricia, Sibienne, and Bryan were great with my daughter, very considerate and patient. Thank you for everything. Definitely recommend to everyone .','2019-11-14 23:02:20.697000','2019-11-14 23:02:20.697000',5,'Jessica Clark','https://lh4.googleusercontent.com/-6Q_ptlYdefA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckDD9yHRSL4KigxjEq2AbcONrKXcw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33751),('AbFvOqnc3tom_7m0dBHHZ3j30a-MDAFxOrC_cYBhxOVowY_Z8hNswhxD3idVtzaTHg4s9VYKWfyUoQ','Clarissa was very helful and nice','2020-10-20 17:55:11.508000','2020-10-20 17:55:11.508000',5,'Maria Balderas','https://lh3.googleusercontent.com/a-/AOh14Gh3DLvc7qKTo-dZKA2TevRfYWppz989_83fxXJ2Gg=c0x00000000-cc-rp','16389487648212004696',33140),('AbFvOqnc46Tt8DMZQ722X3ldB9GbZydMhcBFuh7OJoGQTMWKV5Tqo3nGx3vWq8fT2fTPohtWXBxKsg','They’re friendly and take time to listen. Usually a very short wait. Dr. Sylvester, Laura the RN and Amy at reception took good care of me.','2019-04-13 22:41:14.477000','2019-04-13 22:41:14.477000',5,'Duke Rivera','https://lh3.googleusercontent.com/a-/AOh14GhxBbNUHwx-6Qxrj7MtPgdwaf9gWUSFej2IOiZ7=c0x00000000-cc-rp','3511292162159714121',40602),('AbFvOqnc4GXJ8k5Cu-2YDhBwA-mwYEYaVjSiBfRB8UuWnoFTnM7byFPdImTZikKOQeiN1YdiR-ogXA',NULL,'2020-07-20 12:29:30.697000','2020-07-20 12:29:30.697000',5,'Nichole DeBerry','https://lh6.googleusercontent.com/-o0OYYYgZl9g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm_RhR06nmudXSBS0XNngXRiK5qYQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31951),('AbFvOqnC50QC1WCYl00bZDnwU7vUlRqhyOnuBGGPDbe_GAA7JNcXJGY0EDjnAyyhHbNYH4N3tU_e9g','Recently changed Covid testing billing policy but my ER Technician Georgia was really nice and helpful.','2020-10-06 23:20:58.485000','2020-10-06 23:20:58.485000',4,'Jessica Spore','https://lh3.googleusercontent.com/a-/AOh14GgVjjgoBDodgxMOVzmmeGDabnAxDln-hk_bN7-e=c0x00000000-cc-rp','14748677429039074158',31548),('AbFvOqnC6jRzwkssqj_vO6PF9rZMuLu8Nh2Z0X2Dmd7tJlstLoF-iUSfHA6J69Fit2GNgSce3Qfe','Keera had excellent customer service, she was very welcoming!!!','2019-04-23 15:07:55.046000','2019-04-23 15:07:55.046000',5,'shamekia Cloud','https://lh3.googleusercontent.com/a-/AOh14GiQN40GEtUuvfCSuZSaBeIjeKNJk7d1eN0OUwPIQQ=c0x00000000-cc-rp','17394740196501090048',36787),('AbFvOqnC7EMhGe7HHLU8hhcENs533-4ry643M0_DDXzodiBBfTLBeJFyrgofo59ZOe69h8QDTO9rVQ','Incredibly friendly & very helpful front desk, nurses, and doctors.','2018-10-14 20:10:32.862000','2018-10-14 20:10:32.862000',5,'Laylah Richards','https://lh3.googleusercontent.com/a-/AOh14GhoWgWNyXc2tiqbHTbkbe1wna1dJXg6-e9dA-VIrA=c0x00000000-cc-rp','16891069708558046635',36342),('AbFvOqnC7wztjotITrlTytLGWaL0LhRvBlxU_aVga-lCXjeHgiZuxyq_NLB90LwxrSybrPG5L5Z77g','Dr Farooqi, Alvean A, Tricia B, and Natalie G. It was an easy in and out visit, much easier and faster than expected and the staff was extremely friendly and attentive. Will come back for sure.','2019-11-01 15:08:02.623000','2019-11-01 15:08:02.623000',5,'Bryan Barrett','https://lh3.googleusercontent.com/-u-sbG3TJoko/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnd4Fv1v5-FADaE_8M_L1xknXpW-Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33794),('AbFvOqnc7XOpXA1p0xVHnivLondG1d0-oz2rpO2QocYu6U-oby9eXEPkDPcm7G0Py7XOY9qTHctT','I am so glad I came here for my Covid Test. The staff did an amazing job considering the vast number of people coming in. Dr. Straface was kind and professional and put me at ease right away. Overall great experience under these difficult circumstances. I highly recommend them.','2020-07-06 00:58:59.050000','2020-07-06 00:58:59.050000',5,'Linda Runkles','https://lh5.googleusercontent.com/-Mft_F7Pgewk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJDrdfI4nJt71v3trDyNCXt2KoUw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32047),('AbFvOqnc8MxElqgIoqM9GxvT9UfG-tOHEhifvaBsHGNTFSSs7fuS1urACVbYbBxgYixc4xmYHBB-Nw',NULL,'2018-06-23 03:50:26.472000','2018-06-23 03:50:26.472000',5,'Emma Crane','https://lh3.googleusercontent.com/a-/AOh14Gh9R_87umr6h4b7AM8Kf79_wJcXEkI6BWi08naR=c0x00000000-cc-rp','16891069708558046635',36388),('AbFvOqnc8sOUsK80byQMqs7oco5DsSMEmfHtN6yeK5CcI1YIQE0Rd4FY3jEu2JMAGoUMoxLiaZfQ','Wonderful service. Had me in and out super fast and were very helpful explaining everything and answering all my questions.','2017-09-10 23:32:20.246000','2017-09-10 23:32:20.246000',5,'Mackenzie Lewis','https://lh3.googleusercontent.com/a-/AOh14GhVf4-nQTh1ruJw_TjTd2XYQkoEC8RQKG-3OeNE1g=c0x00000000-cc-rp-ba2','16590124370714063921',35383),('AbFvOqnC9O-BnMcCJvqYjx-Ggly2zbOHr9VbRYGJRNECfhXyFNBfJVapJVX-H1pebdLjVvigf8mzOw','A very welcoming and calming experience here at Signature care. It was very fast and I was in and out. Kevin was so informative and made me feel at ease. If I need any other emergency services I will definitely be back here. Thank you so much!','2020-09-14 21:10:24.662000','2020-09-14 21:10:24.662000',5,'Alanah Gomez','https://lh3.googleusercontent.com/a-/AOh14GjGURJXGNHsqOGRlDZvwy34aYWpwKsScO73uYHC=c0x00000000-cc-rp','14748677429039074158',31664),('AbFvOqncA-O87w-7LOCyt5dQdLoyRA3WyqHmPPHc7MSg3bqrBZcqVECzU86Gxvw0DZM3kfOcLdIySg','Dr. Dsiecki along with the staff took great care of us and was in and out quick thanks to senida, Ashely and Delpha.','2019-07-19 04:36:47.775000','2019-07-19 04:36:47.775000',5,'Matthew Zubiate','https://lh5.googleusercontent.com/-qVSy0HX4_XM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnUxHpozbmn8nrCmRhqJUvwdAaoKg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41651),('AbFvOqnCa2hF-9LPh2b3LpKj82ga8BSte9N_pS_bWQpcdWC6bNnYrXf57igAnNzvQPEQScBa-J9t','Friendly, clean, fast, 100% recommend. From receptionist to nurses and Dr every single person was very informative and friendly.','2020-03-09 03:01:46.021000','2020-03-09 03:01:46.021000',5,'Danielle Dominguez','https://lh3.googleusercontent.com/-KvgUvQ_FIFo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucltNRsHpVA_TNN2-6Sy3GtCACKwMA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32116),('AbFvOqnCaehL911FhBLkP93tdMpUpEWCgVlKE5P3KgGBCPKO3YYSATp5aGDfrCCRAaOSurDRxZEa2w',NULL,'2018-01-30 06:36:54.589000','2018-01-30 06:36:54.589000',4,'Anjan Arja','https://lh5.googleusercontent.com/-qS0M-roJpi0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxR6nBAo-flZG0_07dzAAu97F0_w/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42758),('AbFvOqncaO6ItTwelGT1-G7xwCB93UDD2ES6G4LdHS8CJLLkwkwQ6mERjXGN4QCe40w3AakAJ7O5Og','The entire staff was amazing with my little girl they made her feel comfortable and we were literally in and out. The absolute best experience hands down!!!','2018-05-12 05:46:09.824000','2018-05-12 05:46:09.824000',5,'prototype ent & dance company','https://lh6.googleusercontent.com/-_aCw5AQPAAY/AAAAAAAAAAI/AAAAAAAAAAo/AMZuucnLxdt5KgwADYtivagIVJWa1ffBsw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32580),('AbFvOqnCat6dWPQXVMPdw6m7qieIGTJ-AJSCygJT1sbHY-cOf7K9D4VtxK8KBA0sPcLyMNjoB6ZfQA','I’ve been to this signature care on multiple occasions. They truly do care about their patients and get you the help you need fast. They have state of the art equipment, and their staff is very knowledgeable and compassionate. I could not recommend this place enough. If you live close to the Stafford area and ever need medical assistance, you should feel fortunate to have signature care so close by.','2020-06-07 23:50:25.929000','2020-06-07 23:50:25.929000',5,'Steven Sills','https://lh5.googleusercontent.com/-HZ_qn7V7bg8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckm8w55oiexcSoXKxzHVz7sOkzODg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43038),('AbFvOqncAVMprtukhE4_s1-tGPXs4Y2_JGEao3lWfVPZ1kbj6hRJwy7Ocr_BLNRZT6gG_A80YlhrGA','Kathryn, Chelsey, Tina, Christina, Dr. , Dr. Lauren, Aileen, Ricardo, Lauren, Jennifer were all a great help when I visited!','2020-06-10 22:26:51.390000','2020-06-10 22:26:51.390000',5,'Helena Triska','https://lh3.googleusercontent.com/a-/AOh14GhTfBs6Gr326NY1jzqRBDLhoio0Opn4ReI3Svwa=c0x00000000-cc-rp','16891069708558046635',35888),('AbFvOqnCB497-GMVGFH48o3YawF9AipEulzReynQs7lFdcefR2Ff0YFAo5PQOLF1iAt8XlIzBZQrRQ','They have been so helpful here every single time I have come in! Alexis is a very friendly receptionist who I have spoken with twice. Stephanie was very sweet while taking my vitals, and Gabe was a great nurse! My doctor, Dr. Vakey, was super helpful! Everybody was extremely accommodating and welcoming! I will recommend SignatureCare to others!','2017-09-29 02:19:56.308000','2017-09-29 02:19:56.308000',5,'Aly M','https://lh5.googleusercontent.com/-2vhfGLgWM0E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn9QZIVCwYq06JUAJSOnVPwhgmnGg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35374),('AbFvOqncB9nqf3X2SMoCMF1XXk8-zoqbdoUIYa-k5hRyP-1wNIPHCggEuwCRZ5B3AVss5Jf4Ew96qA','Had an asthma attack and got very quick service, and was treated with the medicine I needed.','2019-06-13 12:00:10.053000','2019-06-13 12:00:10.053000',5,'Elizabeth Ramirez','https://lh4.googleusercontent.com/-8Fyg755Rxxk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl7P4x0usjv_fCGcUoxn0Hl0ApHaw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqncbCuI03R0L7JF1Af7tWn6u-Ej73ykO3TkF7McUqISkHNux-73Ub7YMgIRiqkJrguG-6KKKg','great care,fix my problem and nice doctors and nurses!!','2019-06-12 06:23:43.623000','2019-06-12 06:23:43.623000',5,'Lunyu Zhao','https://lh3.googleusercontent.com/-mIkII1-VRf4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclKl5YiNARdA7ZcJuY8rvH122OKvQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34824),('AbFvOqnCBnbDh2f24GaNHsD9qb2hxybIrQLbBUgAn2usyaqnxpTY-ga7Lx2zC-wRTcOjCjrJQzURFw',NULL,'2017-03-18 18:32:54.314000','2017-03-18 18:32:54.314000',5,'Dinara Sunagatullina','https://lh5.googleusercontent.com/-BsqkJxX6Or0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckdxXpToXa_xQC5WQ9SLUFJT4ticw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32707),('AbFvOqncbtcDF-_8OJeMgQRL-zIRQZmmAk7-10Pjpa-fXcOIZbACw8keNDCgWeVFoz6rU3hXZPYVHw',NULL,'2020-09-29 16:51:27.305000','2020-09-29 16:51:27.305000',1,'Anime God','https://lh3.googleusercontent.com/a-/AOh14GhHPCkz3UxoZAeQAxp0X_7J6O_C-Zc5FRkfPtG3=c0x00000000-cc-rp','13486358490203335051',29303),('AbFvOqncbvSQbsFlMvolX_2BI0Ir_jIQ4iNF_1i-R9DWhUTn6QK83za7CzZ4M6dtf1s-duZkgRH9',NULL,'2019-02-23 19:33:27.016000','2019-02-23 19:33:27.016000',5,'Eric Cadondon','https://lh3.googleusercontent.com/a-/AOh14GhPK4kgwqRDtZFsEmw_VUF89fY3AQlNn2WD9aYXMQ=c0x00000000-cc-rp','16590124370714063921',34988),('AbFvOqncC18z9rxZ3ZjmPk4PeSpGaxrCF8HnTROQJgsMmEiC0HFNu_cv5jI9bQCGwyge32zLCJ-u','Remington\nBrad\nDr Vaagenes\nKristen and Laura\nWe’re cool','2019-07-16 02:01:26.891000','2019-07-16 02:01:26.891000',4,'Gabriella Gutierrez','https://lh3.googleusercontent.com/a-/AOh14Ghwopg1dgUWLqdrrZjy59Ew9xfszqi6pghqadYHbg=c0x00000000-cc-rp','16590124370714063921',34759),('AbFvOqnCC9qvBOwR2f8FljJz5gufsekcwQhk7uDTboRlbj5K67kQnjJo6-uGxUczuCboU_cZve48qw','Everybody was great, they even spoke louder because of my hearing.','2016-12-28 04:39:21.282000','2016-12-28 04:39:21.282000',5,'DOUG GASKINS','https://lh3.googleusercontent.com/a-/AOh14GgZO0GBYK5jNpoi0OlbTaiXFncibR9_tyIJJiZCEA=c0x00000000-cc-rp','3511292162159714121',41139),('AbFvOqnccDqfFLlDth8hI8-W1hQJ-H_K5xveKT2_QRozuLaC3wC1TcQdRwme2-RUNcOEBFKd3euC8A','Came in for a friend with a broken nose. It happened at a party and the entire party came to the ER. Everyone was so sweet and welcoming! Doctor Kimball and RN Gabe were thorough and very helpful!! Even offered to arrange an Uber since it was so late at night. My girl Rebecca at the front desk was an absolute angel putting up with the whole crowd. Great experience overall!!','2020-02-02 08:10:54.488000','2020-02-02 08:10:54.488000',5,'Madeline Aguirre','https://lh3.googleusercontent.com/a-/AOh14Gg49KtQBB-OnWXSLO407r1ZhR18m9iibYZxwg5-8w=c0x00000000-cc-rp','16590124370714063921',34402),('AbFvOqnCCDqybYknlMVJowEmv7K1mDNY3imq-Jb_B2EZQL55Xbp9-AWkCCVVkJ6zq8SjEWCD7Aqa','I was immediately pulled back when I arrived thanks to the fast pace of Christina C. at registration. I had the most caring nurse ever Christina R. made me feel good! Dr. Nguyen was very caring and thorough. Andrew took my labs and made my experience more comfortable. What a great and caring staff!','2020-03-07 16:26:26.248000','2020-03-07 16:26:26.248000',5,'Morgan & Amanda','https://lh3.googleusercontent.com/a-/AOh14GhQLudeyQMiRMQ6ErvXSsb1Is82_1juHfyPNy9v=c0x00000000-cc-rp','16891069708558046635',35931),('AbFvOqnCCQjSJoycpxtuen9WAGh2Me0CHXldoqfj0LOAy4d-SXqNy1NKlnQqt-49xoIkJ13H1YMr','It was a nice easy time','2019-01-17 17:14:04.123000','2019-01-17 17:14:04.123000',5,'Edith AKAKPO','https://lh5.googleusercontent.com/-Q2ldLHe2eZY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZSNJZEh6Y7XclWMTAW0g-tYO-8g/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29942),('AbFvOqncdeCs7i7XDIYLoCB47n7NmcXcmTEhQQ7eXYcu-f-c19EOCiAYSuBpgtCout-E89E5NpW0','I could not have asked for a better experience. The staff was very friendly and knowledgeable. The doctor had terrific bedside manner. Everything was done with a lot of efficiency and care. I would highly recommend this place to anyone.','2020-02-21 14:08:51.172000','2020-02-21 14:08:51.172000',5,'Amy Rizkallah','https://lh4.googleusercontent.com/-xnlnYCjnUWg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxzok-_GhCFupAaY2Xx79zOHWNYA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42439),('AbFvOqnCDzZIb8PI-ygWUm_j2ve5LpOx0Kb-ynCZbTGiIKk_447t7Jc-tXaYvqkYrUnAA49rAamfrQ','Great service Kristina was wonderful','2020-01-09 16:26:34.497000','2020-01-09 16:26:34.497000',5,'alkaline water','https://lh5.googleusercontent.com/-raLZ0w0vFE0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmRsQar4tdg42CdoirHxyiEYCpq1w/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28837),('AbFvOqncE7RivxGW1ajHiM934JKv9dQpgtgjM1MCitdMFRHC061-YKUSqXyfdsPvmnpov-gYd8kaLg','Clean facility, friendly staff, and fast care. Would definitely recommend signature care to anyone because the doctors here really care.','2019-05-10 20:04:53.954000','2019-05-10 20:04:53.954000',5,'Patience Barnes','https://lh5.googleusercontent.com/-XRLwXIueBpI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucklO3DPO6gQiCahceCgbFf28lT9Yg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39354),('AbFvOqnce81cMrCIFeYw6GfPxMlTgb0c1Le_oK0RBsf9diw8iwLnc4uDbjXHChJyydT9syJSXptZEg','First time going to SignatureCare Emergency center and my experience was great. Anar was really helpful from the time I walked in to the time I walked out. Nurse Sarra and ER tech Christian are both friendly and helpful during my bloodwork and the whole process. Both are very knowledgeable. Radiology tech Sherwin assisted with my chest X-ray and was also knowledgeable. Dr. Tran was great with giving me all the information I needed. She was very thoroughly with the exam and questions. Overall, great place to come if assistance is needed. They are very quick too.','2019-12-19 11:00:57.320000','2019-12-19 11:00:57.320000',5,'Ngan Nguyen','https://lh3.googleusercontent.com/-d8Gt9n7k3So/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXYHr19qvSTFve9xHOJ8-1CGP6aw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28934),('AbFvOqnCEANe3C40FT48huBD_3rjHZ_mXzj0n9Q9Fuhk6g1c3nNZ_egZv7Z4hKCs4Z3hDonWMBW8mQ',NULL,'2019-06-18 19:21:31.324000','2019-06-18 19:21:31.324000',5,'LIBERTY ANDERSON','https://lh6.googleusercontent.com/-ZaeY4q8J-G8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnASXwXGlgk5KDQesQaHrzFJ0-HQA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29791),('AbFvOqnceVUOjkb6FiaWI-Y8TdFEsujlc7Yi1r1iAc68hntjf_OFSztiv2yn9UfkpMZFNLJi_KxK3Q','I got here around 11:30pm and the entirety of the staff that helped me were friendly welcoming accommodating and helpful. Than you Therisa D, Katrina V, Cheney O, and Dr. Ybarra you all made the best out of my unpleasant situation!','2019-10-26 05:27:39.297000','2019-10-26 05:27:39.297000',5,'Cash Reid','https://lh3.googleusercontent.com/a-/AOh14GjWYg0XEOU4ztjEd72H9a4fgZlppAodcxmOag8kgLs=c0x00000000-cc-rp-ba3','8679688254631342173',42630),('AbFvOqnCf5MQEBrC0QafQ-expIPTxMIpPMMl5NmTIfsjO2oM460lUGDbTflDx4wvXzW0e_8AH32Wqg','I am usually weary visiting any urgent/emergency room as staff and amount of people makes it unbearable. I was in and out within 30-45 minutes and the staff was absolutely phenomenal. I definitely recommend and will continue utilizing Signaturecare for my needs!','2020-11-24 08:01:00.554000','2020-11-24 08:01:00.554000',5,'savannah phillips','https://lh4.googleusercontent.com/-Lj-GHHRqVk8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnOJ8dAvPiWTiRCfF6euOnF5_vySg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29256),('AbFvOqncFE-ALHulqcHX_tv3h03LAmSzxAtEfQmxsbe-mBZDw6AqRi5c4w2-nOm26yPoh2zE8kXl','Wait was not like the hospital at all and staff was very professional. Thanks Manny and the female PA. That took care of us.','2019-01-13 15:22:25.221000','2019-01-13 15:22:25.221000',5,'Tometra Mitchhell','https://lh3.googleusercontent.com/-tvq0JIJjLJc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclC2I1hulxCNPocnbzO09iFPzTCNg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41788),('AbFvOqncFx-qO5Y9rQlbndpwPZQiUrVKq0OhdgB4Az8TO0Sfb3ci4KqkPybGL70o5xYEEs92eZsGWA','One of the nurse named Marcus was filled with laughter and a really friendly and nice nurse 10/10 best place to get taken care of','2019-04-17 00:22:07.419000','2019-04-17 00:22:07.419000',5,'verefinesweets 2000','https://lh3.googleusercontent.com/a-/AOh14Ggq96BudFGyeNHZG4UlSSe3cfzkXg-VgKsU49qkAg=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqncGRE7LCaXz0AQwtY3mosdBf428Msn-2R9WzK05-OgaZuyX5ROry-Z5NO8C9hJX5PMdmCsVw','Absolutely the very experience i have ever had going to the doctor. The staff here is phenomenal. The nicest people that you could ever want meet and have taking care of you. I can\'t believe this place even exist. I will never go anywhere else. Thank you all for everything.\n\nShain Hardin','2018-05-24 17:36:04.567000','2018-05-24 17:36:04.567000',5,'Shain Hardin','https://lh3.googleusercontent.com/a-/AOh14GhNldRS5vL9wraxe8ZpXMzjDZVgaaIQgOkdr4Cpng=c0x00000000-cc-rp','16891069708558046635',36396),('AbFvOqnCgte0OduxfOUOsj20YjP-6kaC6CsgSa0g4CCJgAHgGuQOmqOQ03MA5FkK5kV88E4AgwGu','It was a great experience made me feel better and everyone was so kind','2019-01-15 01:02:03.555000','2019-01-15 01:02:03.555000',5,'Dorothy Tolbert','https://lh4.googleusercontent.com/-bSRGVVau6bc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmmXqi-bvswOfwkOWF6gBX2M0h31w/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30630),('AbFvOqncGWbgw1LptxL1ULitxfnFAz8N1Dr27VW0dIiRN6lBCvPK19WAVLWEJN6cDKYOIS07KgKh','Anthony was super helpful and made sure I was comfortable and well taken care of the entire time I was here! Definitely made my experience here a great one :). Dr Harjal made sure to explain everything to me and was very informative and efficient, Kim was very friendly and Becca was helpful and sweet even though I was getting a throat swab lol','2018-11-13 20:29:20.023000','2018-11-13 20:29:20.023000',5,'Jensen Von','https://lh4.googleusercontent.com/-31SqR5CLHEo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckDptBX9jlTtQIU3DhdEKOyrz8lZQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35107),('AbFvOqncgWH14BoTWhNUNj12WQRY1YASActKEsJWgtcMfwIk5Xt-BBRaW7mNaO0yYd_F0Tbx_r-U','Mrs.Keshawna, and Mrs.Dalal are excellent, professional, great front desk individuals that gets you taken care of immediately, and the rest of the staff are great too šŸ‘šŸ˜ŽšŸ‡ŗšŸ‡øšŸ™šŸ˜·šŸ˜Ž','2020-10-28 18:54:07.201000','2020-10-28 18:54:07.201000',5,'Mannie Willis','https://lh3.googleusercontent.com/a-/AOh14GhccnJkV3rNnZC6PUVnOq9ofEMC262nLysAm-12=c0x00000000-cc-rp','14567670160750071148',30041),('AbFvOqnch_wAhMoIYoAAlYEXjXjp-_hp3woJbNat_MmJggWF57FLVBBSXCMo2Jg-0ZfHWkS2gyJwQw','(Translated by Google) aurora alvean\n\n(Original)\naurora alvean','2020-11-12 18:10:19.581000','2020-11-12 18:10:19.581000',5,'Deja Ashley','https://lh3.googleusercontent.com/-8THDE7mt7B0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclWqp1zO_Qu2Dh0p-x5O651PGm65Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32932),('AbFvOqnChekN3HffyVFaSkUjOjPiUpQHoEguy407YarSaVsJkS3em2DlAcqGfn7I-_rWpDATJ3U5Hw','The staff took such great care of me when I was in incredibly major pain prior to walking in. My nurse, Chih was kind and very attentive and was with me all night of the hours caring for me. Dr. Yusuf was super informative and helpful too. Thank you Signature Care for saving my life. I will never forget you all . I am so happy Townsend Turner recommended me to come to this location.','2019-03-23 03:52:42.462000','2019-03-23 03:52:42.462000',5,'Erika M','https://lh3.googleusercontent.com/a-/AOh14Gj6wah6mFxfEnVfNf-UvnaQodW4C4XprI1Gl58cdSo=c0x00000000-cc-rp-ba2','3511292162159714121',40610),('AbFvOqncHZX4mSrrmD4mYPIcxkV4GvmNYc8LCowycOhDVeDwdyBHHazzkiVicDZI-zONodrrbGgpGA','From Check in with Genesis to being Discharged the staff was truly amazing! Shout to Nurse Kristina, Radiology Tech Quyen, the Er Tech John, and the Dr.Zhen she was wonderful!','2020-02-04 16:38:35.939000','2020-02-04 16:38:35.939000',5,'Charity Martin','https://lh3.googleusercontent.com/-KPNHEgPPf6A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnyfqXtUvBGu2a5WGdeu5lR5uaccQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28753),('AbFvOqnCi-TStIre-wzBXhGrFqWhw_Zu64lelRnV2Jc6obpquOVdPRIxlyOMA488GO2KX1ZOY12xSA',NULL,'2019-07-09 19:55:19.339000','2019-07-09 19:55:19.339000',5,'Candice Evans','https://lh3.googleusercontent.com/a-/AOh14GjwDokROdNVXu0QG-O_p3nBaFPJqA11q11o_sQioA=c0x00000000-cc-rp','17898197009688164559',38094),('AbFvOqncIGQoHs81laahSoBan6kIV-cvEEtrx4sNWng-lK-6V0jr8MmYEl-hE2uGRrBEOt2lY5-Qxg','Lisa the receptionist welcomed me, got me signed in quickly. Doctor Huerta provided a quick and accurate diagnosis. RN Amanda administerd excellent care and treatment. And in record time.','2020-02-06 23:21:14.910000','2020-02-06 23:21:14.910000',5,'Darrell Jackson','https://lh5.googleusercontent.com/-tbkxRHUa4to/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmec6Z_XVO-9q_14v2PXEtT5QdvVQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29445),('AbFvOqnCineJSa8edndyJoLvL8wHVVAugB0_sFX_yYYXumlJZUojonEk9PofXGHQlsP5wvU-Dq9UKw',NULL,'2019-06-24 02:14:56.855000','2019-06-24 02:14:56.855000',5,'Brock Niezgoda','https://lh3.googleusercontent.com/a-/AOh14GgaAAw4Ymh3q_6EBEjmSrZoamUKziIgM3hK6BInCQ=c0x00000000-cc-rp','14567670160750071148',30506),('AbFvOqnCIV3Rv1Iq90tb3qGswjXiE5xgimOnI3Fgs5fThN_Eikh6P2WxPLSHT7jh-0xV-C5o8ya5aA','My daughter needed stitches after a fall and everyone here was wonderful! From the front desk to the nurses to the doctor, we couldn\'t be happier.','2019-12-18 22:23:08.769000','2019-12-18 22:23:08.769000',5,'Natalia Chappelow','https://lh3.googleusercontent.com/a-/AOh14GjvgBl2HS9TTydqnlqMB_69T7Nr1HTVO2tOSIN2TXE=c0x00000000-cc-rp-ba3','16891069708558046635',36041),('AbFvOqncIYxMb9mHy-uVbwC6gpBb59Ut_1QtHhZyvIBVHhU3MVMYaCSmYWpgYuOiJy7Kt694_wclrg','They are always amazing .','2020-09-25 02:16:38.757000','2020-09-25 02:16:38.757000',5,'Mary Silva','https://lh6.googleusercontent.com/-J-aT2cF1Rbg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnUlHz9GzFNMQlD39JMsWKPiJl8ug/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28533),('AbFvOqncjTFPP51FaEwCNm1lk0RnRCuj6-A3oB0haIFxr0ERtB0aRR9xtCB8YaZ48eLEvBNwN-Qy','Jesica s she is very nice whit the patients in drive thru and all the personal in the clinic are very nice also they are very attentive to the patient and they give us all information we need to l give the 5 šŸ”†\nThank you all !!','2020-07-20 15:21:58.254000','2020-07-20 15:21:58.254000',5,'Frank Segura','https://lh4.googleusercontent.com/-mfZcc3Qr9jc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCmCclyj283ugR6HMUMAUvbVY5Tw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31939),('AbFvOqncjUvw-B4ypP1dIjNc4Ycna_qjBZ2FfymSG3uJj2s0zoYItfKRwI_y1mWmtV5GmvNRrfCM','Luisa made the COVID-19 test fast and easy as possible. Highly recommend.','2020-12-17 16:50:35.428000','2020-12-17 16:50:35.428000',5,'Brys Baggett','https://lh4.googleusercontent.com/-RrrvfQLb7hk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHYY0bb7qd6ORg3HYUndoUAxKbcw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32839),('AbFvOqncjxVsH7in3K3qx96Oy0CeaKvpZWBcxvNafvMCJ9g8J9Pj-AmIvG_JBnaZdOXqeM7daQrUUw','I brought an employee here when he cut his thumb down to the bone. Jeff & Dr. Yusuf were very helpful. The front desk staff, Leslie and Dee, got his information and got him seen very quickly. After they treated his injury they got him a Spanish translator and made sure he understood everything about his treatment and further care. They have a clean and modern facility and provided excellent care.','2018-08-11 19:01:04.619000','2018-08-11 19:01:04.619000',5,'J Cherian','https://lh5.googleusercontent.com/-VfHycOEXdYk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclaSzE5oV6SSDa88BElT5h_MCAVEg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40865),('AbFvOqnCK0x_lVLhxq8YZhVKpSuSTWa3oDx_7SG6RykQ2gpFeulakXE3bcJvg_ItG_w517rhwJsqQQ',NULL,'2020-10-29 19:44:13.483000','2020-10-29 19:44:13.483000',5,'taryn smith','https://lh6.googleusercontent.com/-cjhbTTqvvdA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnatrLuy_LwNTMYnKKSxkyuQPUDQA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32182),('AbFvOqncke8YXOwNKGJ4EU8su7Mim5nifbMCUu0WutNjxGMqD5h7Z67JtzIUsR5tpKoQiJmDnjlLKw','I brought my mother in this morning to be seen for an acute condition and the care we received was truely amazing. The nurse that saw us, Dana, was friendly and helpful, Dr. Akunyili had a great bedside manner and was a really good listener, and Sindy at the front desk was great too. I would absolutely bring her back or come back myself.','2019-09-13 13:32:37.923000','2019-09-13 13:32:37.923000',5,'Daniel Bahrenburg','https://lh6.googleusercontent.com/-WlELearPwpk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckhF1R32ynTSVNuE7cZUIEKihjUrQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30464),('AbFvOqnckPHi5kGbl_eHRwaY69RjoE_EvnZO_gTbrtksgHh8vEtRx6QEINjXikiGBWfp0j-UMutUMQ','Staff was extremely friendly and quick to respond. Heather and Jennifer were both very helpful. Would recommend','2020-09-06 13:27:17.767000','2020-09-06 13:27:17.767000',5,'Shelby Brisbin','https://lh3.googleusercontent.com/a-/AOh14Gh-eQOc1ycXRf7b70L4aV_6SYUAvaB1gWPA1Fv7vw=c0x00000000-cc-rp-ba3','8626688543755174284',41897),('AbFvOqncL_zjf-6f9Z3v_z2mz0-vWCYGjNVDmWnTWfgkdihqsVM60DxhrgxeygQ9M07TukDsaOLr',NULL,'2019-09-30 03:06:06.273000','2019-09-30 03:06:06.273000',5,'mario hernandez','https://lh3.googleusercontent.com/-xiu8FEN-pcY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclCNpbPkIn2M_vIkC5y7fiCRBSIGQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29640),('AbFvOqnCL-V-sWoHSyxvCHXlYxupdIN1Ok0H0TputwoA3upxyel9lg85Ke1qmxja6PNuGPzrCA5wzA','Hands down best ER/urgent care/medical center I have ever been to! By far the quickest, easiest and most efficient experience I will definitely be returning and recommending to all my family and friends! Dr. Chukwuma and the nurses Nikaela R/Troy B were amazing, so courteous & kind, reassuring and made me feel totally comfortable from beginning to end I left very satisfied and I only wish I would\'ve found them a long time ago!','2019-07-02 20:16:53.942000','2019-07-02 20:16:53.942000',5,'Taylor Bowman','https://lh3.googleusercontent.com/a-/AOh14GjjqF0-AdeOsGkxKmji8Q5TwZBu9h2Y5oFQrtuTCg=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqnCLAodNAYHPoj-ommqTQAOdSG3oy13SsMbYH_7hWGeS8tXyysttFSwhNN_nQicjUIHeLoj5w','Dyveliz and Rebecca were very fast at checking us in. Becca and brad took good care of my fiancĆ©. JR was very friendly taking her to her CT. And dr. Daniels explained what was going on very well.','2019-06-25 21:32:59.645000','2019-06-25 21:32:59.645000',5,'Hunter Harris','https://lh3.googleusercontent.com/a-/AOh14GgDeKL_buU3PsCHqf2rS1lwelopn7AGxEoBx5ug2g=c0x00000000-cc-rp','16590124370714063921',34801),('AbFvOqncldUup1nSAWO0nEMvrk7jxfIPg0J2twZx-YPF4znYuAnzhahE9xw7OOwRs7ZFCSXKW3pU','So friendly. Love the help!!! They were very detail and cared about patient. Dr. Miller, Ashli, Eric, Felicia, and Chelsey all helped me and were so sweet to me.','2020-03-14 02:31:34.285000','2020-03-14 02:31:34.285000',5,'Aliya Sunesara','https://lh3.googleusercontent.com/-Hoteifpn85w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhVvehKjQnlrPfI-uSMDeZm0pdGw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35919),('AbFvOqnCleGzlfnwqXgjyrslAxL7wOtJFA2PSdrrtbXJ21g5942Rbz_gaZJLRWWwGnnlW_HEiw-Gvg','I have never had such a wonderful experience as this at an Urgent Care. The staff from the security guard at the door to the nurse to the X-ray tech to the doctor were phenomenal!!! I really felt like they truly cared!!! Hats off to you Signature Care!! And you to Rachel!!!šŸ’–šŸ’–šŸ’–','2016-04-26 17:49:45.439000','2016-04-26 17:49:45.439000',5,'Dr. Marlo Washington','https://lh3.googleusercontent.com/a-/AOh14Gga0FxvifSrSNR9roluaDEKK5uHI_0XZDChVuKwwQ=c0x00000000-cc-rp','17394740196501090048',37359),('AbFvOqnCLKOCfexhv_Dv_JxPDLTzBPAjbsT43D7HLdu5jN-V2kwwlWxCs25jLfbAt4TCBIvcIOlNtg','Signature Care is run and operated at the highest quality and standard. Alexis (reception) and Gabe (nurse) where both amazing and made me feel so welcome and heard. I had no wait time at all. The staff is highly respectful and understanding. The facility is clean as a whistle. Most importantly the staff from check in to check out are very clearly trained, experienced, and gunuinly care about what they do. If I ever need to go to the ER again it will most definitely be signature care.','2018-04-15 02:36:55.354000','2018-04-15 02:36:55.354000',5,'Megan Morgan','https://lh3.googleusercontent.com/a-/AOh14GhKxPz4Oy0B8DxpJo8oauaajMLbhqF5XOx9Q_sYOg=c0x00000000-cc-rp-ba2','16590124370714063921',35288),('AbFvOqnClXNLHLQgCfdqyhi63VJe_vyuMfDSnYv0ZqgFMKdrOFWPyl7zoRh-JI5-KtFgf-47_s9A',NULL,'2019-06-14 18:28:56.232000','2019-06-14 18:28:56.232000',5,'Bereniz Baeza','https://lh5.googleusercontent.com/-fnCr3D_6sRs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclN9CwqjZs5-iGKJNcZWjxO6sGW9Q/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29798),('AbFvOqnCmbYxfYi_9pTRdv0iDzk00JbBxPep41U0smML05NnpMtPXBwKq2aHxAcgUm1AqdlIcSOW','The staff is amazing and so caring. Dr. Patel was so patient and understanding.','2019-07-25 15:05:46.232000','2019-07-25 15:05:46.232000',5,'Misty Webb','https://lh6.googleusercontent.com/-bJ_rrJHIg-E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckU5-SqZpjY2mMmkihyrxTbt2OhEw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29722),('AbFvOqnCmKSeVgQDbVED-QCdwV1RjgU9toj-n05HEsPqMuM8ZIJGByCAhwKMu5xbKnwrquDxMeiDqw','Very helpful and staff is amazing.','2019-01-14 00:23:06.617000','2019-01-14 00:23:06.617000',5,'Tyler Hargis','https://lh3.googleusercontent.com/-zPp0DBsDXeE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclF8C8zVUfH50eAGjzIqe6_wqI2bA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41786),('AbFvOqncMsqmsV8vkIg9m4vpV5hto2aZJRpiiBsoASCRfegOIIVnctKexboDocrprTGXA6c5fAmzlA','I was at this place on 02/06/2020 due to severe leg pain ,Dr Hehman,Nurse :Nichole ,Rad tech :Lonnie,Er tech :Staci ,Reg:Alyssa was so compassionate and helpful and took good care of me throughout the stay.\nNow the pain is gone and will definitely comeback incase of any emergency !','2020-02-06 17:03:18.625000','2020-02-06 17:03:18.625000',5,'ans 86','https://lh3.googleusercontent.com/a-/AOh14GhsX8gYwNUvp5rtk3Te_55UbgBZXVo5YYz2LS62qA=c0x00000000-cc-rp','8918455867446117794',43113),('AbFvOqnCN7uyTf7eHxcnnSK_fRaYNgS1pLeFG6PArx8r6s-eQcuUVGsYHEqyI--RivDGGKryhzBO','Had a great experience and help with\ndr.yost\nRn:Mollie\nRad tech:eric\nRegistration:tobie','2020-01-15 06:40:18.295000','2020-01-15 06:40:18.295000',5,'maddi brown','https://lh3.googleusercontent.com/a-/AOh14GhSe45RyET44VcX6b_VOJUi3V6b_dstHcUBtp6Exw=c0x00000000-cc-rp','3272657195432704501',39706),('AbFvOqnCNFMcF5HpJDhx8YA3i3ibQN42kC8V6S5_FvKFiykTUkRuAwmDqDyqG1Tq1PUXKAduDCg','Came in with a head injury Terresa and Rebecca the nurses where amazing and.genuine. the doctor Chambers was funny and very thorough with the exam','2020-03-11 15:20:48.001000','2020-03-11 15:20:48.001000',5,'Bernadette aka Bee Roberts','https://lh3.googleusercontent.com/a-/AOh14GhUoJSgHQIOaGZq23PNh9ZrItD2htA-ENpAEUzb=c0x00000000-cc-rp','6521947413723274945',41398),('AbFvOqncNjidfK0fKzNwX-8IwHGy57_nl1yJtETrPIJ-JkBZtreav73GLnaehri9iP1HMfBSGWYzLA','Dr. Dyveliz was extremely friendly and helpful. He made sure to check all possibilities before diagnosing me. Jacob was very friendly and talked me through the IV process as it was my first time. JR was also great helping me with my CT scan that I needed. Overall a great experience and great people!','2018-08-03 19:10:57.141000','2018-08-03 19:10:57.141000',5,'Brittany Martinez','https://lh6.googleusercontent.com/-2sdPUfzihXQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckNCcPIX8a5AmeufGAsThbe8ZedbA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35251),('AbFvOqncNT3J7UMxOhgeEcSDV_IxcaFzdAzlcUBSZg_WPIuqq1-n3XOVPUo_QAwO8TExaNuroDbVvw','Anthony, Brad, and Rebecca were all very helpful and got me in and out quick!','2018-12-11 21:04:36.263000','2018-12-11 21:04:36.263000',5,'Kendyll Reznicek','https://lh6.googleusercontent.com/-lOYvKe_2Hyk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJK-rsmEXWlk2Myc6P3BaeqvCrmQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35070),('AbFvOqnCOAtsa0oe7W_hvnHA7jLjfpqkA39lcBKlLPEMnNyZSXxx14ftQyNWsSjhXxw48oXO_wtICw','Friendly staff,helpful, and clean. Sam,Cody and Doctor treated us well. Me and my wife are thankful of there services.','2020-09-28 12:39:58.923000','2020-09-28 12:39:58.923000',5,'Liborio Jr Mendoza','https://lh6.googleusercontent.com/-YCFhOubIlOM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmbCnKB298_pgXdrZMP35PBlnxhUQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38510),('AbFvOqnCOEXERe3zLdphiTsCnYIn9icidUHVWzimKV4m_rz7hH_lE6m1eVGTTDcYzXYrgD7BrAzUig','Best medical office I\'ve ever been to. Everyone is helpful and caring. What a place!','2019-12-22 16:29:43.707000','2019-12-22 16:29:43.707000',5,'Action Jackson','https://lh4.googleusercontent.com/-dNssh2mgLPI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnBLYlcOlpPWjI2RYBE7k_wDY3-Yw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36033),('AbFvOqnCOksfatDLlt1Tq5IYu6qmF6_89cvDIEc9A7l_RXVUe5wPX_VIjyuUO6HZdsQpPeXPNUE1','i loved the process of of the the covid test here everything went smooth and well doctor das was bery nice and kind i suggest u come here','2020-07-31 23:06:11.067000','2020-07-31 23:06:11.067000',5,'Eric Tate','https://lh6.googleusercontent.com/-PPo4xWlIa-Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLH8PJUAcY7ExXKybEhF4xTiYWuw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31819),('AbFvOqncPQ0LRhFvATRWcxfhyvmxS48alqkWnmBOw2rkqBu1LZapdDLKnvb6_I-efxyPUlKu8oa41Q','The staff was very helpful, attentive, and delivered great care! Had a great experience and would definitely recommend!','2018-03-20 22:14:08.435000','2018-03-20 22:14:08.435000',5,'Alex Powers','https://lh5.googleusercontent.com/-54mWiPFWg8Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmh8Ty8tbBnN7838naxaNovsswi7w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35296),('AbFvOqnCpvBip_vOGFY3IAcJyek5ZiZ7YkkRDSlquSVKXymaUAUQmZhC0Qgmq-Gmrg0PPAgVEUkO6A','Very quick service. It is extremely clean and Kelly V and Trisha went above and beyond to make my experience as smooth and prompt as possible. Will definitely refer family members.','2020-08-17 21:46:05.402000','2020-08-17 21:46:05.402000',5,'Estefany Sanchez','https://lh3.googleusercontent.com/a-/AOh14GiUwZkV7XqgN0vZQPFtiaFnwiuv0bWY16mN3CfM7A=c0x00000000-cc-rp','8918455867446117794',42933),('AbFvOqnCpzA8RR7tlNPni9zEb9ZLGQw3wzzCnY1uW-9dSuJlpnnM0JV1LIgFi-QYtmtwQoFwEVpd','I highly recommend Signature Care ER. I came in for a rapid COVID-19 test and Christina R., Clay and Dr. Rose were all very kind, helpful and efficient in their care.','2020-11-06 21:31:24.196000','2020-11-06 21:31:24.196000',5,'Emilia Harris','https://lh3.googleusercontent.com/a-/AOh14GiFn6x8pSaszJ0xqtncAik6VQKETkoK6gQGL6CCPA=c0x00000000-cc-rp','16891069708558046635',35630),('AbFvOqncq1jwQ0E6NBgQ8_bOMJ8D4esQB_4goVlBWRTbpgo0FHFCgsvTb7g5eWutDH68_q4XKNPO','Very nice place, very helpful, but the medicine they prescribe is not helpful','2019-06-24 18:04:44.005000','2019-06-24 18:04:44.005000',4,'Cheryl Johnson','https://lh4.googleusercontent.com/-BA34eXNfd9Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckibGkv0E8B0oMDaXWzCs4Sop1YHA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqncq3q9Hvdv951Vj8TuazLY7KfRTt4sPOD1zcmv0tUY0l_myTEQNqGDZxLmIim_U553LTvs','This place and staff is exceptional!! Would recommend to anyone and everyone!! One of the best experience I\'ve had !! Thank you to the staff and Dr and nurse!!','2017-06-29 18:00:44.913000','2017-06-29 18:00:44.913000',5,'Cheriee Williams','https://lh3.googleusercontent.com/a-/AOh14GiKM49IA5AmFyJLHCyWujNxo60pxH2MLc4j_nDA=c0x00000000-cc-rp','8918455867446117794',43507),('AbFvOqnCqriabNWnXW72RcksvpWVD5cGmBjWAYkKqh4VoCWz2ZI4-96VEYtB9O9Hvd5ickx9ozGBtg','Best attention and care from their people. We didn\'t wait too long, Shania was very diligent. Nurse Kim was very kind with my boyfriend who was very sick, just like Dr. Allison. Also, Dr. Huerta take care of him very patiently and professionally. This is the second time we were there and we couldn\'t ask for better treatment.','2020-01-04 03:02:00.661000','2020-01-04 03:02:00.661000',5,'Maria Palencia','https://lh3.googleusercontent.com/a-/AOh14GjU4J6nEt4Jo6xCgR97y8rvPOFw8vzI4N9KVJMtkA=c0x00000000-cc-rp','13486358490203335051',29497),('AbFvOqncRb3q4zhU2W-cRe5LVDkUdc4b3lTc4Kx8yj06uaxtMy_5MjBLoWc7rHZajVuZ5O1n5zUu','The place is very sanitary and I didn\'t wait for long before I was seen, everyone was so friendly Especially Mercy at the front desk, They ran all kinds of tests to rule out all of my concerns and they all made me feel better during my visit.','2017-03-20 21:11:20.212000','2017-03-20 21:11:20.212000',5,'A Afia','https://lh3.googleusercontent.com/a-/AOh14Gi5KRrIONVMtAQGA3QW9naPghCjU6KJ45eA7KxJJg=c0x00000000-cc-rp','14904078213800803294',32706),('AbFvOqnCs0M78cmcCu59li2nxTXOJ4Efw-RLA8qHk-LrWnLgYqnjPL1z3H9OjCVCE4iDwYJ7N8DsSQ','Ms. Alvean was my nurse and she was very direct and to the point which I love ms. Tricia made sure I was looked after as soon as possible and Dr.Nguyen got to me and helped almost immediately I love this location would recommend highly','2020-03-04 17:45:15.303000','2020-03-04 17:45:15.303000',5,'Jazmine Johnson','https://lh5.googleusercontent.com/-OoVW2-Rw_BI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJr8vUTUCSFPwtJdKY-KXUa0j8Kw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33298),('AbFvOqncS2znC7PfT4XYrmfhCcecAX8kX-vtiQ5AywSEXh8LsP96n2d2FnqE4u5hGupfV-5KNqow3g','Great experience with Dr. Appiah and his medical team and staff,. Alvean, Marcus, Jocelyn, and Brian. They were very attentive, and through, throughout my visit. Making sure all my needs were addressed accordingly with the proper care. I highly recommend the Cypess location for your next emergency visit!','2019-12-18 17:42:44.726000','2019-12-18 17:42:44.726000',5,'Sharon Ester','https://lh3.googleusercontent.com/-f7fh3HLdncI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnw04djpjj24UpWCiGEXFGE5vFFwQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33595),('AbFvOqncSBjz7qLFxKuv_IBiNDCrkGNg7e7UiZewCRww6jZdKyJs6z6CZcDM8TM-Q1ekVpZLLSij-Q','Hello!!\nI would like to start this email off with the service I received from the doctors and the nursing staff was beyond amazing words can’t explain how they made me and my family feel when we was in the Killeen facility. However my wife and I had a problem no one but two separate occasions with the front desk. Natasha was speaking with one of her employees and they were speaking very poorly about the security guard that works there currently and also were speaking badly about a previous security guard. Now to me this is very unprofessional considering you work in the medical field and you never know who may or may not be listening. I’m brining this to someone’s attention to make this staff aware that if you have someone plotting to get someone fired this is not acceptable at all these are the people that we do not need working in this type of environment. From were me and my wife stand the young man was very nice very out going greeted us as we walked in and when our visit was over walked us to our car to insure safety.\nIn closing understanding this is not a reflection on the nursing staff but a reflection on Natasha and the other young lady she was speaking with. I hope someone takes this very seriously and hope to hear back from someone cause this behavior is just mind blowing.\n\nBest Regards\nThompson Family.','2019-05-11 08:51:07.320000','2019-05-11 08:51:07.320000',1,'James Thompson','https://lh3.googleusercontent.com/-d0JWLyenfmM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn5htwzL8cggfiMrY8hIYMakL-jkg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39353),('AbFvOqncsdikWituzIMdC9vZh4LDuqTTSg9tEgdl1vdgXm8-4gC2GPt1ImnLRU6T4TVIyryZHEBsOw',NULL,'2016-05-27 11:44:46.080000','2016-05-27 11:44:46.080000',5,'Kim Portillo','https://lh3.googleusercontent.com/a-/AOh14Gg65n0TsskW-lcUpKo31ndhc_Kqq98DVSsl5k7naA=c0x00000000-cc-rp','17394740196501090048',37348),('AbFvOqnCsKsm-f28ypJtp_FEdou9ShH6llMwcG7EunQZzxnOgr_4ARfWlJ2bQ6lLZdi441exvJHdMA','The staff was wonderful! There was a little bit of a wait, but well worth it for the treatment and care of the staff! The nurses and doctors are wonderful! I had a rapid COVID test, a rapid Strep test and Rapid Flu A & Flu B tests - which sound terrible, but the tests were given with such care! I knew what was going on every step of the process and everything was explained with great detail. I had to have a painful injection, but the fella who administered it made me feel very comfortable and was kind & courteous (and it didn’t hurt that he was gorgeous!). I highly recommend this facility for any emergent situation that you might have! They’re wonderful!!','2020-12-22 04:09:17.586000','2020-12-22 04:09:17.586000',5,'Ashley Jerez','https://lh3.googleusercontent.com/-qtoLG0J5WVM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmTSvwVCOyiqxJlBlXZyYRt0GdDCg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',43686),('AbFvOqncsWMp-4g-3hUX0LILK9dxINYNF2D0En2KbMW6agPhfyWqD5RHRzSgmwW13Vh7PufTI7lS2A','I do not like going to hospitals, doctors, dentists and especially emergency rooms. I am not claiming my visit to SignatureCare Emergency Center was pleasurable, but considering I was in pain it was not a bad experience. Everyone was very friendly; Genesis the front desk lady, the nurse Brenda, Radiology Tech Mathew and Dr. Singla were easy to talk to and explained everything in detail and showed concern for me as a patient. Honestly, I hope I never have to return, but at my age I am sure I will need such services again and will to go to this ER. I am glad that there is a place that is open when my primary care Doctor is not.','2017-11-25 17:42:16.650000','2017-11-25 17:42:16.650000',5,'MoabJack762 YTSA','https://lh3.googleusercontent.com/-R-0ckHLzZbg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl_SFdfcZHNMrTFqFaxcmw16dOUTw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43455),('AbFvOqnCT_wYbjsRMetOCM0ppUsxDC5oq1IHtF6ppMa-usqwhOEfgSjTwXSyUGLbpkotqoADmA1SJA','Keera G was excellent and warm welcoming aswell Dr. S Edwards. I would recommend Signature Care to everyone.','2019-10-08 16:14:21.485000','2019-10-08 16:14:21.485000',5,'Kendra Nelson','https://lh4.googleusercontent.com/-jA3p455iIrw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnQeW0gXsMO9jc8In3niS1u06rZgw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36692),('AbFvOqnCT-SOmU1h2yipYRKH-ieaqHKYXUwdrXqq8N0u26j2HyeYuMZJ5wweB1lc0crYO4qqKB8OZA','I loved this place the staff is helpful and friendly','2019-07-03 15:41:44.657000','2019-07-03 15:41:44.657000',5,'45 Newbie','https://lh6.googleusercontent.com/-gvxTU40P1es/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmwy9pg9FYNVu_yOnNIHD9prpbV8Q/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38114),('AbFvOqnctcFxrcez69AsTkbyb_ZG1uG0jq2ybDbmrdeLeiFzMKoLql_gCod-_RdoeUvrdc4pjLGvRw','I will never go to a hospital ER again. No wait time, they called me back before I even finished my paperwork. I work in the medical center and have only gone to hospital ERs in the past. I will be only going to SignatureCare for my emergency medical needs. I was truly surprised how large the facility was once I entered and was brought back into a room. The facility was the cleanest medical facility I have ever seen. Everyone from the receptionist, to the nurses, to the doctor were just outstanding. You could see that they genuinely cared and would do anything needed to help me get better. I felt like I was in the best hands from beginning to end and am so thankful for everything they did to help me. I couldn\'t have asked for an easier more comfortable experience.','2016-02-01 05:01:37.584000','2016-02-01 05:01:37.584000',5,'Risa Chosed','https://lh3.googleusercontent.com/a-/AOh14GiohnleAIoshFIUfwVcncC5rqZKTqnXhdPHkBUp=c0x00000000-cc-rp','3511292162159714121',41255),('AbFvOqncthkSaZLjFWdj7ni0VrO2hnvudCGeol_F7AiCV9KW3RDBY9IxW9P1hhIc7cUZZntu_Duc','This place is not professional at All! I have been trying to contact the billing department to pay my bill from my car wreck and they have been giving me the run-a-round. I will NOT ever use this place again. No one knows anything other than their job. Spoke to the billing department multiple times and the lady in charge told the other workers to tell me she not there, she’s at lunch and just ignored my voice mail. So I go in person on 12/17/20 @ 2:00 pm, to the facility and they no know nothing either...Compassion is only when it involves self!!','2020-12-17 20:12:47.152000','2020-12-17 20:12:47.152000',1,'DeAnna Benson','https://lh4.googleusercontent.com/-YMpmTHXLPOk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclnLKlAAKqp9Ww1y2se8kL335-gyA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36485),('AbFvOqnCTKGjkUma9uvzyLEgpJW_jPuovfPbqE8TnQ-IZhEIoSiLgpyWVCPZ2FWhGIHP3fPbXcZj','Excellent service by ALL personnel (Dr. Curtis, Lucas, Sherry, Kim)!\nThey are the awesome!','2019-02-14 22:57:08.120000','2019-02-14 22:57:08.120000',5,'Lori Dillard','https://lh4.googleusercontent.com/-unXta_wK4M8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclG9AyWD0_fiIMBeOR41HByox1hPg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39919),('AbFvOqncU48vASX9yV_C6_VyYL-A9cVDHMPerOfqimeANf132hn0mSUsMM_RsxF-QeYzkaP4Apyl9w',NULL,'2020-12-21 23:01:39.801000','2020-12-21 23:01:39.801000',1,'Courtney Rae','https://lh4.googleusercontent.com/-DrzbReHGKWg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn9UE612Dbq0EMU7yArfKDZtL32rQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',43690),('AbFvOqncUYtbFeIgpPyKYMg1sVLlNYfEj6g6CeJaAOAuLL_K1eTmoAcKgu4vksep0jA1A1y3ObPBRg',NULL,'2019-10-10 23:15:35.975000','2019-10-10 23:15:35.975000',5,'Denise Priar','https://lh3.googleusercontent.com/-EK0guuJ7Xrs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclwoTq6KEQM5zglf5V3BFrOt24wGw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33883),('AbFvOqnCvBrzhyOn-qjcZ3rMG4cMieBpWS8ylVIub3tCrdwr1NOZuj_kFiUSPoHUfAF55CjYSujqTQ',NULL,'2019-12-27 16:19:28.440000','2019-12-27 16:19:28.440000',5,'Carson Riggins','https://lh3.googleusercontent.com/-YaAhg9LKXjY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckH9pHNvf8WF5zVeN7ZWusBIf2jSw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40359),('AbFvOqnCVGwGzCmef-sdrHPSJ1_kuSLw_DC-9k4TKqTkGEwTLq--cEaUK0vkPMDynfdah0Z4vqLrqw','The staff were helpful especially Dr. Ding, Katrina and Cheney.','2019-09-18 03:18:53.332000','2019-09-18 03:18:53.332000',5,'mounira Tarnagada','https://lh5.googleusercontent.com/-Ufftu4_SVzk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclL6aahbY-FZp0WPF-fDrkdLQjyag/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42662),('AbFvOqnCVjAYugc6YfcaJkRhboI1njKB9Z7aUTajISI3BV096vqaf2KnrKO67HFevCDD8eD6V05pMg',NULL,'2019-11-13 17:55:09.963000','2019-11-13 17:55:09.963000',5,'Jennifer Mcintire','https://lh5.googleusercontent.com/-AoEsUPA_toA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnjaISETBEVo0iAE2pcdLO4vxLhRw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41987),('AbFvOqncvqgkspeydx9x4eELxRGOmNnOqPZ0G1D2TiMR5bnlVwOiwx8OZDx_hYHpoNFnlCA_HDNrEQ','The front desk was perfect we came in they let us know what the deal was they got the job done, Right while being nice as possible, but the back let me tell you, the doctor was rude, the nurse that was helping was rude, I will never ever go back to this place again, the nurse that swabbed my nose for covid testing was freaking Awesome, I think y’all need to get a lot more of her in there. I’m telling y’all now, if y’all don’t get more respectful doctors and nurses in that place you will never make it in customer service. I get it, it’s hard to do your job in a pandemic, but that gives them no right to be rude and act like the patient is a bother, if the patient seems like they are a bother to them then I think they need to choice a different line of work. This was the worse visit I have ever been too.','2021-01-01 07:30:11.375000','2021-01-01 07:30:11.375000',1,'Sierra Torres','https://lh5.googleusercontent.com/-HQgKvFw_dyo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucntFY9n7PjAvMkhlWQ781ovWJ8b2A/c0x00000000-cc-rp/photo.jpg','17898197009688164559',44208),('AbFvOqnCvsQRjDn4R9GPIc4zN6a8OmIFpTJ3EcuWHo3xQJUfjzJg8Zba26Bbl0HR2xgf7eXAEf-i8g','Went to the Stafford location last night and waited for 2 hours just to get covid- 19 testing, the staff where not helpful and no updates at all, everyone sitting in the lobby where there for testing, if they had no doctors available they should have informed us. I ended up canceling just like the others, went to the hwy 6 location which took about 30min in and out. I really think they can do better, will not be going back there.','2020-12-09 19:34:28.408000','2020-12-09 19:34:28.408000',1,'Irene Edo','https://lh5.googleusercontent.com/-uPUg5K6Ny1U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckRYc6UFIrUw-_7gdhnT-XJD47GLA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42813),('AbFvOqncvvemt7ca6Ew62vf4hcxIxBea7m3JFW56ZOKhwgiODMdM-7SqwPvuIeYI8dTW4hXYbsUj','Very nice nurse, ER technician, Physician, radiology, facility manager,(Jamie,Teresa,Kim,Jacob,Hasagawa,Alicia,Carl\n\nThanks for the service and take care my daughter with a teddy bear and sticker ā¤ļø','2020-12-09 03:22:33.210000','2020-12-09 03:22:33.210000',5,'Deyshka M Velazquez Casillas','https://lh3.googleusercontent.com/-_dYoyayCTjM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclw5PJU2ShJrAQ9x1CfkHhVftJWNA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38851),('AbFvOqncwecUeA068bGD30jSUlskqKmCDgGZXWHKVG6GkEH8n-UhMqccWJD0-uZnsygbf-rlCaShuA',NULL,'2020-07-21 10:13:14.490000','2020-07-21 10:13:14.490000',5,'Aaron Petry','https://lh3.googleusercontent.com/a-/AOh14GhxgLjS29p9PghY640cDFbse5gupB6_kRc5vRHi=c0x00000000-cc-rp','8679688254631342173',42351),('AbFvOqncwjug_dbLQlFDpwzgUvAFFkI8uAbC91lylyfHjJdpufu8u--tIEXXHORw_M1OzVTnTUNJ','Fast reception, took real good care of me and explained my problem, what I had and treated me kindly and patiently, highly recommend.\nDr.Nguyen was really helpfully\nMiss Patricia at registration and the nurse miss Ekaterini were also really kind and helpful\nOverall staff were on top of everything','2020-03-05 20:15:18.117000','2020-03-05 20:15:18.117000',5,'alexander ulloa','https://lh6.googleusercontent.com/-c126oIhgsR8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclu1QOKLtippHX110F4DFTfrIYlVw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33286),('AbFvOqncwyd_6Dt1CRtE7uuSkkArQ7atMjwE0iBdHVBee4MTBPwGbia2wUql4khVgRPgO_laU82FTQ','Google User is Pilar Patrick\n\nDr Sylvester is great. You want to know why? Because not only did he assess my symptoms for himself, which of course he should, but he LISTENED TO ME and what MY PAST EXPERIENCES has been with asthma and I explained what treatment regimen works FOR ME.\n\nCan you tell I\'ve experienced the opposite treatment somewhere else ? Yes I did, and it resulted in hospitalization because of under treating my symptoms.\n\nI\'m highly satisfied with Dr. Sylvesters bed side manners and his willingness to listen to his patient and then act fast. I know for a fact that I wont be hospitalized this time because he gave me aggressive treatment to calm my asthma down.\n\nRobert was my nurse and he also was very kind and attentive to me and to my mother. He got us snacks, beverages and warm blankets and we had only been here 15 minutes. šŸ˜€ He sparked up great nursing conversation with me (I\'m an RN, second year grad student for PMHNP) and had a positive energy. He made me feel very comfortable. Hit the IV on the first try! (That\'s important) šŸ˜‰ He gave me tips and reminders on what to ask the doctor for before I left. He came in frequently to make sure I was comfortable.\n\nAmelia was my tech/Nursing assistant.( Im not sure of her title). She was super nice and informative. She taught me a trick about nebulizers that I thought was pretty cool. She smiled throughout our interactions and appeared to love what she does.\n\nI would reccomend this place to everyone. The wait time to be seen was short , super short and The service/treatment was fast and accurate to my needs.\n\nThank you all!!!!!!!\n\nPILAR PATRICK','2018-09-12 05:16:48.529000','2018-09-12 05:16:48.529000',5,'Pilar Bonds','https://lh3.googleusercontent.com/a-/AOh14GgLS6wJYFPCaBRhOJ1VZsB6YjrAh9fgvjxe0hrmsw=c0x00000000-cc-rp','17394740196501090048',36900),('AbFvOqncx72TNq2SjXx3tbnEhJW5OPppBWG12KfDHxXDLwn7S1rlniPzz8LntNBaEzbT4x6xqf0U','Dr. Dang, RNs Rachel and Al, RadTech Diem and Cindy in Registration were all amazing, friendly and professional!! Five stars!! I would definitely recommend SignatureCare Mission Bend!!','2019-06-17 04:09:13.158000','2019-06-17 04:09:13.158000',5,'Amelia Merchant','https://lh4.googleusercontent.com/-uA7mky_8HeI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJ_wVC3-dazz0PGwQH0kZ_wyIBdA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36764),('AbFvOqncXjs9EVqUsGUVTzIl8Ui1GQXfOuG65rHXlaZ-2Hltvtw-OkvxJdjCBYkNxTIF8qbK0aEc','Overall everything was great. Everyone was very friendly and I didn’t have to wait long.','2020-01-21 14:16:02.114000','2020-01-21 14:16:02.114000',5,'James M','https://lh3.googleusercontent.com/-K_bpMjEjLI4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckHjTRKN9guZBjWsJF712aFUr-omg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33481),('AbFvOqncXMo_Whdu-wb3QUzUJK0KcOhdyjSIUDM7IYdLqtXnjfiCFC0M_8hkj_UeZmY1I17cqtX9Rg','Ashely W at the front desk was such a delight during my visit this morning! Both of the ladies at the front desk were very helpful and sweet','2020-09-05 12:56:39.299000','2020-09-05 12:56:39.299000',5,'Hannah Collins','https://lh3.googleusercontent.com/a-/AOh14GhbRqhbNgKhdHrHH440pS0LuqGJSff5zROnQBWp=c0x00000000-cc-rp','17898197009688164559',37564),('AbFvOqnCXn7_V89l_wHL1q_7dGAaibosOU3XMqKDGjoOiiaXkyYtyCnxEO3LuyA1R7eR37PZolP3sQ','Great Services!','2019-12-20 18:19:54.472000','2019-12-20 18:19:54.472000',5,'Dorothy Foster','https://lh5.googleusercontent.com/-Dr6gvnW2l34/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckpvcZJ99MUBpPENRlTeMjEOfKVnw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30392),('AbFvOqncXoE9deB2qso_511Z0fGnv7dxSjoIWvOZSqJJCGZbyM8K75ZsH3M08X1Dw6tjbt8qInFM','Nice staff and very accommodating.','2019-06-01 07:38:28.867000','2019-06-01 07:38:28.867000',5,'Cherish Destine','https://lh6.googleusercontent.com/-dFelKpoWJkM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckYF6Xyl8_-0Qw0fAo-afl6SwfwuQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnCXxWgQ2FJr7BC_Q7X66ic4U-v95fcgsVVwAw92SlQZWt-SBGTTA6KcvtBs8AeUHXmO04VMA','Dr. Kotey, Ke’Aire, Dion, Churiah, Agnes, and Josh. Great experience!','2018-08-10 09:11:09.707000','2018-08-10 09:11:09.707000',5,'Sal Pellittieri','https://lh6.googleusercontent.com/-FCgalZRlmQ4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckbv3VGGSRXP1zLdlcSnt2i7mw66g/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40875),('AbFvOqncYa1T-gIQvVq6phoRPsa3BBw8nEUyNPEOwOVM7aJBaH0FtofkCO-Ry_p2_XWTMiaU73V_8A','kathren, chelsey, tina, christina, dr elsbecker, dr libyan, ricardo, jennifer, & lauren they all did a great job and really appreciate their bravery.','2020-06-10 22:20:16.334000','2020-06-10 22:20:16.334000',5,'megan meier','https://lh6.googleusercontent.com/-KYbvI4GdtRk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnhWZ_pz_J8Z9Oxw6FavlF1GEoYiw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35890),('AbFvOqnczbEfdYZnojazUO7OoqBc-dSkYFWIPwkOTUgzkbf6R9Me99eZ9BnDAPLQNkA8O7kT4vOvMg','Excellent Emergency care center..super clean.my doc Dr Golla was excellent knew exactly what tondo for my pain n discomfort to go away.The staff is always perfect the nurse was superb no jokes.Thank you guys Karen,Wendy,Jesse,Selina and Janet.No better team in Houstin..thamks alot.You guys are good at your job..great place for care.excellent no wait','2020-01-22 18:54:03.941000','2020-01-22 18:54:03.941000',5,'Nkechi Ukoha','https://lh3.googleusercontent.com/a-/AOh14Gjqq5AckqN6aKK1FKLD5VNMh0RjseUHPmdV1fLHKQ8=c0x00000000-cc-rp','17394740196501090048',36649),('AbFvOqncZbS8I1ExmaNE4WtYEEFXAX893e5tySlS6CXLeYzyY8UOZsYAxycpSurifDs0zhWs8yv55g','I understand is a emergency room but if you tell me that the test results for covid takes 15 min, why am I waiting 1 hour and 30 min for just the results, also if I have to wait then is fine I understand the priority on some cases but can at least somebody come and tell me, nobody has come since I got tested, poor customer service\n\nUPDATE: so I called the front desk and the lady told me that they are slow because when they get emergencies they have to deal with that because is priority right? And I was ok I completely understand. But guess what! The doctor came and asked why I was still there and then I told him that because I’m waiting for the covid results and he apologized to me saying that the nurse sometimes forget things. But that’s not everything, now they can’t find my test results. So shoutout to the lady at the front desk that lied to me, making me believe in other words that I was a bad person for not thinking about other with real emergencies. Good jobs','2020-12-02 00:37:07.253000','2020-12-02 00:37:07.253000',1,'Givan Pabon','https://lh5.googleusercontent.com/-ONUVBRVn6CE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnD7dMyUo9tduis7hMQyPZnPdtx1Q/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38878),('AbFvOqnCZPGOO5c1QQVHaigjjpLKCSC5-O8Ce_RLGIAUIzMLmeHS1nUcVCzW-4-4TtLevGB9k_Vy','Chelsey and Dr. Ou were super nice, fast, and professional. Didn\'t feel rushed or out of place. Everything runs smoothly here.','2020-10-27 15:28:41.091000','2020-10-27 15:28:41.091000',5,'Tommy Williams','https://lh3.googleusercontent.com/a-/AOh14GhnSE-JdxgMXEwk6soBdkHsaF1MOJJfaZULDAeG=c0x00000000-cc-rp','16891069708558046635',35663),('AbFvOqncZTsV6ZObPBYZ1CKfHZvZD-dklmxdPFY-nSiL50b582dCI-sdCLnXDP9Tyx3rIT8BKVUyig','Great, friendly, welcoming atmosphere. Susana and Emily are both very attentive as soon as one goes through the door. Thank you for your good attitude and spirit during these difficult times!!','2020-06-15 17:57:36.674000','2020-06-15 17:57:36.674000',5,'Fernando Castaneda','https://lh4.googleusercontent.com/-9abBGJfDbXE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnG4TOe8gnu6na1vJ37kBi0avfEjg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38818),('AbFvOqnD_DwJYH8UIJtq4jGnNhW3qKpJGt3nGCY_PF2x0-0Bz9z8BvNK26LF-sYWt06eej45LFvQ',NULL,'2020-07-24 16:21:10.099000','2020-07-24 16:21:10.099000',5,'Garland Banks','https://lh3.googleusercontent.com/a-/AOh14GhOpw1NR8iip_sZ3LmGWig7OfzcEEADCiRAnIFtSw=c0x00000000-cc-rp','2077061009497551125',38791),('AbFvOqnd1rx-J1Sbc_Ga6N-qSIj_vWowk4us-Vz9xA4uH1e2XcoBQa2HTgRszDiGQh5YrM16NQ81','Love this place! Rebecca v. was great!','2020-01-31 06:21:16.450000','2020-01-31 06:21:16.450000',5,'keltcy schuchardt','https://lh3.googleusercontent.com/-mQQf2OPUbjY/AAAAAAAAAAI/AAAAAAAAAGs/AMZuuckPXinZ69LfFq6w3jjb1r6_HFUh6Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34409),('AbFvOqnd1YibPCji7TYnbkUKritE4cn44mYdrZkPdm5GEv3keWYeSTXNdjeyNxcKTKrCTahc81vUaQ','I loved it! I felt comfortable which is hard for me especially when I\'m not feeling well. My nurse Brenda was always checking on me if I was doing Ok and sparking a conversation. Dr. Garcia explained all that was going on and I loved how he explained all that was wrong. The office was super clean and welcoming. Front Desk lady took care of me as soon as I went in! I will highly recommend this place to anyone looking for emergency care.','2017-08-21 20:57:40.128000','2017-08-21 20:57:40.128000',5,'Nelis Garcia','https://lh3.googleusercontent.com/a-/AOh14GgfEtCyfVfhZKplr7xwl_qcI5fJCtVkNHR-4lXjCw=c0x00000000-cc-rp','8918455867446117794',43490),('AbFvOqnd2kCwDOvAt-n8LG4H6mYgZjFjR_YoKxKK5Y3eUoHvz3Qp0PGiNLgaQmktGEPQiJ_aAGiVFg',NULL,'2019-06-30 23:53:07.643000','2019-06-30 23:53:07.643000',5,'Destiny Valenzuela','https://lh3.googleusercontent.com/-1wOQCf7HIYI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclz3OgZYUC3ht9dc2nReum63Nd4QQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41677),('AbFvOqnD2RY-IrhI4tvahSPN9KRJ6m6DTL1XjQy5tLPSqlOAZBCzerZoDLB0hACxBa2RPeYgoShuZw','Everyone here was very friendly! I was in and out very quickly! The ER technician was very funny and made me comfortable and at ease!','2020-10-01 15:17:42.642000','2020-10-01 15:17:42.642000',5,'Clarissia Dugan','https://lh5.googleusercontent.com/-9FNLOojrq_w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckjtVkSK-gvc8aGQFmZ_J4vzjlzlQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31594),('AbFvOqnD2UvQr9iOLb3sh2UN2ybPbB-0AWa7B5e91DXkUC2m8ozMGuqw2R2h29sz1ILjCCA9nqADpw',NULL,'2020-03-14 03:13:28.807000','2020-03-14 03:13:28.807000',1,'Marinelle Vargas','https://lh4.googleusercontent.com/-MQ8_S1OMozs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn1gPmV0T0ZbpcRA_A-moU1REIOOQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43055),('AbFvOqnd389qx-69Kkv9GqYYVNKal7nxRnr5c205tAmu5umVlXXQUmne4QiIUmfTpKX65Wo8PTUg','I want to take a moment to say the staff at this clinic have been so awesome and caring , there was no wait time to get my daughter Into a room , they also took the time to explain everything to me and answer any questions my daughter is 2 and super shy they we\'re patient and kind with her .i want to think Lorena T Dr Patel & Juan y\'all where amazing to us Thank you again','2020-05-30 19:46:58.249000','2020-05-30 19:46:58.249000',5,'Oneata Loving','https://lh5.googleusercontent.com/-yaZU2hMg_R4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclU3khPlJLW5dBXt-j3FdRd0Pu8OQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34296),('AbFvOqnD3bhO7fFeXkMBdHdxVff47Q8A1r5L44qmSmKuB7VddzuE_M96S8xYX3Ik7FLvkGcsD9vj2g',NULL,'2020-03-16 23:05:29.998000','2020-03-16 23:05:29.998000',5,'megamanx6541','https://lh3.googleusercontent.com/a-/AOh14Gg5BpreirEhCL9Ux1q5Y_rKo6mpWCeTFce91D4Txw=c0x00000000-cc-rp','6521947413723274945',41390),('AbFvOqnD3otiNmAUSYxysU0ti5dfF1aT9tQnRxgNBRQGKxS88lQ29v-aZadCc75oskKDAVtdL0-1Gw','Mollie, Dr. Yost and Tobie were awesome!','2020-01-14 23:00:24.471000','2020-01-14 23:00:24.471000',5,'Jennifer Whiteside','https://lh3.googleusercontent.com/-uUd3bJPDup0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnj1cCvbmxciWz12mKhk_UBMVw5gA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39713),('AbFvOqnd3pvjJfwPTI7i4AqKlVh640oTES3fKfveRWVlf42Hcj2nMfjo1i5QVSXs9rylzG9EknLbGA','The staff was very helpfull and we were taken care off immediately and professionally','2019-06-07 23:27:03.670000','2019-06-07 23:27:03.670000',5,'Jesus Gallardo','https://lh3.googleusercontent.com/-qVtHi1gBfKs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckcwuVetWXjqbp_Vca1Vl0MtZ5mUA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39329),('AbFvOqnd506Bu_6vgLcg4vXYe_d1reQwcI8kvs07jsDiNylRtP5-Hp_cAM9JASjwbQE1GOI1vjYFVg','Extremely friendly, caring, and compassionate staff.. Beautiful facility and unparalleled patient care. Adam, Earl, and Townesend were awesome. Incredible experience.','2019-09-30 05:02:35.608000','2019-09-30 05:02:35.608000',5,'Garrett Paine','https://lh5.googleusercontent.com/-74zUm2KI5uo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnkqx_OEjQTZFcsCSqmztVh6ZxoWw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36120),('AbFvOqnd5jICXvJoPFmCNNpsWgUH1TBG_v6Q4DaSPT6pCQLf4Ekxo9ftUr-zEER86K2zwsQSv-yR','Very kind staff. Worked to get me in quickly and were very informative.','2020-03-06 18:41:14.003000','2020-03-06 18:41:14.003000',5,'Andrew Lidsky','https://lh5.googleusercontent.com/-jM6tlqi9xlE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn56XrRQmt-soBJpU5ipldribZpHg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40283),('AbFvOqnd5nImsEIdb4aMyFk3POHi-F9b3_swiR01w38NZeeaNoMM661fPglxyKwq2MM0XEzK3thKeQ','Chelsey, Christina, Townesend, Dr Elsbecker were all very helpful and friendly today during our visit. Very professional and kind and efficient.','2020-10-07 20:30:36.861000','2020-10-07 20:30:36.861000',5,'Kelsey Walker','https://lh5.googleusercontent.com/-75SKZWWbhdA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckypa0PL9xKzIxk66ZJHGoEsYvF5g/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35735),('AbFvOqnD6-i9uZUTxE82ncl3O7DV6Tb8ya6zMNBDRJtJ1uUjZJSzI3VvmQPeg8Qcwqr5v4gOzavpOQ','Thank you Yoli, Nurse Ramon, Allison, and Dr. Starr for taking care of me today! Your kindness and willingness to help was outstanding!','2020-10-29 12:55:56.163000','2020-10-29 12:55:56.163000',5,'Kori Dickie','https://lh3.googleusercontent.com/a-/AOh14Gh2yHXKdSL8iVf5O5wfDVghSX6Jp94UiQeiOpLeUA=c0x00000000-cc-rp','13486358490203335051',29285),('AbFvOqnd68HAfulTHOuzYVLr0kQ-bdZ8HTJjrqQF0BOHDZCiyR3ln_BaLNRc-y_2MmmUCosfO59S3Q','Another amazing experience. Only place I’ll go.','2019-12-06 04:59:40.980000','2019-12-06 04:59:40.980000',5,'James Kuzilla','https://lh4.googleusercontent.com/-cO_9HI82t9g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnhEvkQUxtHGie9gOp5lRWq47qHJw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36675),('AbFvOqnd6iH9dYxUFhHYSOVMv3CrXZJ0G8cS40t81EPgMNJTxmdyVhsQ_wrT7YieUOaUgPl771DGSA','What an awesome group of people! I went in today to have a cat bite treated and the receptionist, Jerry Conrad RN, and Dr. Garcia were absolutely professional, kind, and friendly. I normally have \"white coat syndrome\" anytime I see a medical professional and I think this was the lowest my blood pressure reading has every been in a doctor\'s office. I went from the reception area to being seen and released in record time. I honestly have never had such a pleasant experience with medical personnel. The office is also immaculately clean and organized. Wonderful experience while having to deal with something not so pleasant.','2017-08-26 18:39:04.854000','2017-08-26 18:39:04.854000',5,'Teresa Salcich','https://lh6.googleusercontent.com/-llQv-TsQzco/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnBZ-6Ws2BE6qfB5Jyl6YX8I-X3dQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43488),('AbFvOqnD7ft5YP_YEdcbjjxoIOIjclgyAQuzofyYntZm8tNbkevsXt4_Hv9HiNJX0srLMDC1yx7inA','Great and Friendly staff. They were quick to get me in a room and got my vitals within seconds everyone working is very kind and caring. They also ran x rays and an ekg to make sure my heart was ok. Thank you Doctor Pham Nurse Sarah, Laura, Elaine and Tanishia you all made me feel at home and comfortable in dire situation.','2019-10-18 09:25:09.654000','2019-10-18 09:25:09.654000',5,'SBC TheLostTapes','https://lh3.googleusercontent.com/a-/AOh14GhVgPvruC5q0iRuWl0eSd9j8a2C9WL780mWtne_5g=c0x00000000-cc-rp','17898197009688164559',37944),('AbFvOqnD7nCoKgD5TXdQlP38WGOk07xkYJKVeBBYCPuFjZDzlb8Qd5TyoO0uZ8YhW-k7-qAGqeP9','Ryan, john, and Dr. Miller were swift and attentive to their duties, as well as genuinely pleasant and kind during my stay.','2017-09-05 16:26:00.088000','2017-09-05 16:26:00.088000',5,'Josh Gordon','https://lh3.googleusercontent.com/a-/AOh14Giw9Dua5D6bXlSbFf5d9vYeiYHu_vL0P7QIS1waWg=c0x00000000-cc-rp','14567670160750071148',30978),('AbFvOqnd9IXblg5oF6D3_mfeQY-ixeyWpAq66v_NNumOV4b0aeLoRUkXZgR4pGAJa2b4HdjWSl27','The team at Signature Care saw my 3 year old son this weekend, they took amazing care of him and us as well! If you\'re ever in a situation where you cannot get in to see a physician and do not want to wait long, go see the guys there at Signature Care!','2019-12-09 13:50:36.201000','2019-12-09 13:50:36.201000',5,'Erin Davis','https://lh3.googleusercontent.com/a-/AOh14GjBeW01xyJthsR9e-Afkp3uF6QiLNxYCBJ_sxys1P4=c0x00000000-cc-rp','3272657195432704501',39756),('AbFvOqnD9NFCIb31P8dDRB29dly97BHtLcEmOrJK6U0Pdna5y1d4tqdwcTFxYTcRi1zTW_crvyMZ','The staff was really warm and hospitable, from Dr. Leavitt Hamzah, Brenda, John, Jessica V. And Eve!! Thank you all','2018-08-04 20:42:18.440000','2018-08-04 20:42:18.440000',5,'Gregory Moss','https://lh3.googleusercontent.com/a-/AOh14GiCXktA1w6YKg9lEQLpwSQiwPNH8E0EpRvrzdXIDQ=c0x00000000-cc-rp','3511292162159714121',40896),('AbFvOqnDa-W9vGmzh_7hIBudF5FRXLEJpAgQZBzaTaIefb5NUWo5aSso26GtObmC31R7-ZCQxlA0pA','I had a good experience at the ER center in the Heights in spite of the fact was sick. The team Samatha, Brandon, Byran, Joann, Juan and Dr. Singla took care of me the whole time I was at the center. My wait time was less than 10 mins. The front desk representative Samatha was kind and patience by going over all my paperwork. The nurses Brandon and the 2nd nurse checked on me Bryan thorough out my visit. The rad tech Bryan made me feel comfortable and at ease while taken my CT Scan. Dr. Singla answered all my questions and I left feeling please. The facility was spotless and there was nothing out of order. I was out and at home in two hours. Good customer service.','2020-03-05 19:21:43.977000','2020-03-05 19:21:43.977000',5,'tappy jones','https://lh4.googleusercontent.com/-ZOaoCapVRbA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclXjkmsKVFIS1uzsL8J_p4BR6daTA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30210),('AbFvOqnDaeKhJaylyIb3jnbdvUdEV4sU3-2A9FUU9c1IHB9gUo6PoLsDzfAou6MD3tYUoLSdlK4HOA','Amazing facility and staff. So quick, clean and accommodating.','2019-02-03 23:40:56.514000','2019-02-03 23:40:56.514000',5,'Tanya Smalling','https://lh3.googleusercontent.com/a-/AOh14GggrooHImDhKz_pkkZqoW1sX7YVRhG52oVu6_74iA=c0x00000000-cc-rp','14904078213800803294',32503),('AbFvOqnDBI1ykvQpYJWgaeIE2RMmvnSkNTgJCFEjt9V1v5Agj_BwIIvnJlaLsieFiZNbpOJNZORw2A','By far the most amazing staff ever Dr. Ineme, Alevean, and Patricia were very professional','2020-03-12 15:24:42.589000','2020-03-12 15:24:42.589000',5,'Terra McAdams','https://lh3.googleusercontent.com/a-/AOh14GhRhYRQwy5KgP-NuyfSqCpiNtzHhrNzCxAwpJpOfq8=c0x00000000-cc-rp','16389487648212004696',33270),('AbFvOqndBSwV28P-0MMFVrNvk8N-JlGh8C_U6OrNzwkMzuTof4AVSU-pJI2IEIX_Z6A2V6xHDPhuow','This is always my go to for minor emergencies. Quick service, everyone is very friendly and accommodating, and they even have snacks.','2017-03-13 04:24:25.899000','2017-03-13 04:24:25.899000',5,'Emilio Medina','https://lh3.googleusercontent.com/a-/AOh14GhjE68jrqDQtmv_RATGGDBTWB33O5OQigTOgPvYfg=c0x00000000-cc-rp','14567670160750071148',31086),('AbFvOqndcbvuREClzM8GRlGe4NBubCtWu4EiEcrZo7Smj5VMZdby4jQaRU1g8PsrPUrMlhV3SEs1aA','Dr. Soli, Karen, Delicia, Sonny, Rolanda, Christina, Jazz, and Jaslyn were all great! I had a good experience from the time I walked in and was greeted with a smile, to the time I went to the procedure room! The Dr. explained everything in detail to me!','2021-01-24 18:41:59.472000','2021-01-24 18:41:59.472000',5,'Ebony Love','https://lh5.googleusercontent.com/-SV3f3LR4XIk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucneOcRbcHrELA173v2zhLIJLTAcYQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',44711),('AbFvOqndCmZfrVmW_D7xFMCAEnivdvzEriNaNeykFkYzeLdfSp19JsI4yxrnQF3w2F9z2H9UYo3w','It was a great experience. Mr. Appiah. Mr. Daniel. Ms. Sarah. Ms. Fatima. Ms. Tanisha excellent people','2019-10-16 02:51:02.135000','2019-10-16 02:51:02.135000',5,'Lawrence Pearson','https://lh3.googleusercontent.com/a-/AOh14GjB33Fz8-PiNdhZZe9j6YLCS45l8zMhX0T0-qSHtA=c0x00000000-cc-rp','17898197009688164559',37949),('AbFvOqndCtT8jpUtJq1PN3A3Eh636qhjoYHl70OLPD9pMKYeWiRZ8PEF_KYRUymWnPPfu4oXZ-Gb3A','Ashley, Trinie, and Dr Anders(I think that’s his name) we’re all very nice and informative. Very speed service and friendly atmosphere. Highly recommended!','2020-02-25 02:19:18.608000','2020-02-25 02:19:18.608000',5,'Douglas Craft','https://lh3.googleusercontent.com/a-/AOh14GgcwtveNYT0RhZmjbf9oVc_ZDw3pQ5ehUJ1K5HMcg=c0x00000000-cc-rp','6521947413723274945',41452),('AbFvOqnDd5Dl9DUo9_O8oQa0ROgeOSGgBcFAI4oR_wmEbeBAO5KK-gsuc7l9bx0rLFnMi2ZNmBY-',NULL,'2020-05-29 01:33:36.172000','2020-05-29 01:33:36.172000',5,'Larry Henry','https://lh5.googleusercontent.com/-BeQFpqs3WCg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckhTJFtRyqPifsaRJjrLQWJ2mvaMg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28631),('AbFvOqnddN6RlhH4enBFVw2Sj-AxcDIBxjqlYYMcI0XKBqDj9V7_cxECBQbtV4hfVkuoMyHUK8Ts0w',NULL,'2019-08-24 18:57:09.899000','2019-08-24 18:57:09.899000',5,'Amy Solano','https://lh3.googleusercontent.com/a-/AOh14Ggf7Oz0kYsGlqNoh5sgzyJO7BffbndZe9trqwXk=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqnddsh_9qhwA7sZ3SNrLSoLR1gDdLVNz9iN8c0BqrGcdktF19r5BI_tDICIqrxbzK7UmLchMQ','The staff is friendly, and the site is very clean. The nurses take great precautions when caring for patients.','2018-10-17 22:10:43.455000','2018-10-17 22:10:43.455000',5,'Alana Lacey','https://lh3.googleusercontent.com/a-/AOh14Gg3w9bH8sGJP-cGsZYqtKakPohfl-JcmBFCX6epHw=c0x00000000-cc-rp','16891069708558046635',36338),('AbFvOqndDtlm-yqSPTdO0bo30lI6hdT4unAdye5OYE_v4EH7e67iZG-t9fazN2Zzgxj5m8n7fLVOUg','Great service and clean facility! Josh and Jennifer were great!','2021-01-22 22:59:27.022000','2021-01-22 22:59:27.022000',5,'Morgan Hovis','https://lh3.googleusercontent.com/a-/AOh14GjC0Pzc6gHviaRhXR8YW-I64R_ZFa8wzqpdfPlq=c0x00000000-cc-rp','3272657195432704501',44602),('AbFvOqnDDVJ2uk71PMbXjsXwCMfRuW4kEBQ8g67-lrlKaPDbuRID6EVnvQTzP17DlRXVmwqxKZWuxg','The team here is great. O\'Appiah, Kat, and Joshua thank you all for your great service!','2019-05-23 00:58:21.390000','2019-05-23 00:58:21.390000',5,'Desiree\' Castille','https://lh3.googleusercontent.com/a-/AOh14GiRc-jq8QAMd49R1QfAZqVCq3uG_aNFlcyPf-Xwhg=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqndE3v1jouNO9NrqJBN59Y21XKH8QoYmJOIqo9RobTnsPAWOGqK9gSS-T-Hm9rw4VBiejMp','Very fast, convenient all night hours, super friendly staff!','2020-09-02 00:53:50.236000','2020-09-02 00:53:50.236000',5,'Julie Gentzel','https://lh3.googleusercontent.com/a-/AOh14GibNtsAsuGkWLdGOVu06Lso-T6k6trz3UtLtWXcmw=c0x00000000-cc-rp','14748677429039074158',31720),('AbFvOqnde97XavqlGdZIR0qhTQeYaTlQoa6JDgrrvXoG-tp6EDaAP7X3jU-6S3O34pqfNyjg6dtrcQ','Me and my wife went into signature emergency on highway 6 and the staff was amazing they help my wife with everything she needed thanks to Rashaad and Josh I strongly recommend people to go there','2020-12-19 02:43:20.740000','2020-12-19 02:43:20.740000',5,'Brad Harvey','https://lh4.googleusercontent.com/-n1DzBAh6INQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnPENN0xD46Xo6zoIM59UTUxhP0kw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36483),('AbFvOqndeDIsR4_E8xtNBjwYzRY66D3_2P1INwkB3Kq0zRaie1JtrNfKb3fsWbNfb6fsY-7e68h1nQ','Excellent service. Starting with the front desk lady she was very helpful and concerned. Then the nurses were Amazing make me feel comfortable. Doctor was very profesional and explain details of all the test and procedures.thank you!','2019-04-05 23:39:23.636000','2019-04-05 23:39:23.636000',5,'Karla Camacho','https://lh3.googleusercontent.com/-nI_Oem8MZbY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucndCxzmT_dqmUqC66_YZitWsok0vw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39365),('AbFvOqnDEEVgmEdyNtXpO9BhjX_1NCO63FFIjnrNZhzrqG8PKds6C0IHyWHmzpuXtoZxjx07JHRc6A','I love how friendly the staff was! The blonde woman at the front desk, who I unfortunately can\'t recall her name, was the sweetest person! Very clean, sanitary emergency room. They even sent me a cars a few days later saying feel better. How cute!','2016-09-21 18:54:35.952000','2016-09-21 18:54:35.952000',5,'Autumn Wagner','https://lh5.googleusercontent.com/-9173BI6dXW8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmd578GJf3xheyXmqv4nrxsi1fy6g/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38385),('AbFvOqndeguLApJiSFRZQrfQDbrJ-ffr-knqoyE7UfMmFJjDaX1_bkG_5kCrWpf8XlwLCiwqa1-GzA','Had a wonderful experience. Everyone is so friendly n nice. Kim at the front desk is very friendly.','2017-01-19 21:51:36.629000','2017-01-19 21:51:36.629000',5,'Shay Williams','https://lh3.googleusercontent.com/-Er8CUFlKFJc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnDQVeed-JABd3AU3xagZG7TewYuw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35529),('AbFvOqnDF-f69bb5vxp04yX-Vdv59EUSh4ut-tiH04TiGfVfg2LML5bJWjdhpGO4ypIpjYjQdQcp','Great experience with Dee .','2020-11-17 19:52:27.112000','2020-11-17 19:52:27.112000',5,'Greta Guzman MillĆ”n','https://lh5.googleusercontent.com/-unF3KEnNhHM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZc4ireHisOQ6bTlZw8q2Hq0-ytw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28454),('AbFvOqnDF71ISArziBQAMykInCR0yNMSlE3kuy0aS_iLUhtoYuuyFL7FrB3OrXpCHYsdsKlDomu4','Checking in was easy, no waiting. Clean facility and fantastic staff from registration with Tanishia to meeting the ER tech and nurse, Daniel and Lynn to the doctor who saw my nephews, dr. Thomas. My nephew loved him and wanted to follow him everywhere!! My first time here and absolutely loved it.','2019-10-07 00:56:21.125000','2019-10-07 00:56:21.125000',5,'Irene Fatheree','https://lh3.googleusercontent.com/a-/AOh14GgKiclbvL8A9irWhQ5mznRXdPemGy-GMr4AfDbMTXs=c0x00000000-cc-rp','17898197009688164559',37959),('AbFvOqnDFiJp79steyeb6l1hGGsD0QSt7dVfDyMM2ka3qhh5Fcl7HFoCZWgus6ViCWsx67CiD3nm3g','I was being seen by Dr. Daniels. She explained everything so clearly and gave her time to see if i have any other health issue. The Registration Ms. Delicia and the nurse Mr. Blake were so kind and friendly and helpful. I had good experience with them.','2019-11-05 21:19:41.674000','2019-11-05 21:19:41.674000',5,'Seema Haidari','https://lh3.googleusercontent.com/a-/AOh14GjO1-u14FFlmV1PKdl2RQ4flJSNKIzoOSdJeLc90g=c0x00000000-cc-rp','8679688254631342173',42601),('AbFvOqnDg4Dc_SzLlYqWLtB6d_TEBLEeSAQjnYCze060r7JNNIiXWUMmykhUFPPQPe_85lOIt9xquA','Chloe and Whitney were my nurses. They were quick to take care of my daughter and were very professional. Dr.Yost was very kind. Wonderful experience every time I go.','2020-12-19 13:06:10.928000','2020-12-19 13:06:10.928000',5,'Meagan Lummus','https://lh6.googleusercontent.com/-dKXlSrTrzMY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmvSjFXKg4AoN1ZJ1vImWmD-Y2CIw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44656),('AbFvOqnDgAnGYPtw1LfVp2IOz3bLuBpo9MDROypsNjGC3KDYbGF5bJIYgLXgn5PPooitb5KylZoEnw','My daughter was ill and lived out of town and I suggested we should come to signature care emergency care center on mall drive and as soon as we enter the clinic the staffing was awesome and on point with each and every need. My daughter and I were so thankful to have such a good experience at the signature care center. Dr Yost was was attentive to my daughter needs and the nurse Kara stayed with us to make sure she was comfortable and Shannon in X-ray, Courtney, and Shelbie was a perfect customer service lady! Signature care emergency center made my day. Thanks staff!','2020-02-20 23:50:01.956000','2020-02-20 23:50:01.956000',5,'lullia Jones','https://lh4.googleusercontent.com/-apbhlPHvoeA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHqOthhjJp6n0pX0-Ot0KsESwzIw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39606),('AbFvOqnDGD9iqoGeC4h-t4zJJ9so-GonaQo_bFmyYd5JP4dnHQN-J_KFcEl4HtVfdUCLrzF-SUqC','This place has a great system going for Covid 19 testing. Check-in was quick and easy, staff was professional and received results in approx 15','2020-07-26 01:11:19.181000','2020-07-26 01:11:19.181000',5,'Alex Paz','https://lh5.googleusercontent.com/-33tpO-gMELY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclf6WGPPKetlFdNJwg-68YPkXsF9w/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38776),('AbFvOqnDGnfziuL9A4UKw2hFvnL01ezUfUwc-6Nx6k5CjPyn4Gr1wV9jCa2hPzG2pXDr7FfnUlXpNw','I had a great experience at your facility this week. I presented with kidney stones. Your team promptly and compassionately took care of me throughout the night. As a physician, I especially appreciate the professionalism.. I highly recommend your facility. Thanks\nStephen','2020-08-27 15:39:21.939000','2020-08-27 15:39:21.939000',5,'S R','https://lh3.googleusercontent.com/-Rzdq7_zF9VA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6gGmE6ial4nABhuXjXF5VU7sQxA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28559),('AbFvOqndGqlz_Ek6rGnAvwvoCXhjFFJ6VupJiEPVodty3KRZ_xzGMxDgSUihJXWAvi4yg_6mgOnRPQ','I’d like to take the time to write this review and thank the staff at signature care specifically Skyler for the prompt and courteous check in, Brooke for the awesome snap shots(x-rays), Tammy for being an outstanding nurse and Dr.Simmons was an absolute delight. She thoroughly explained everything and very courteous. Will definitely be coming back to signature care instead of any other ER.','2019-12-10 04:02:33.157000','2019-12-10 04:02:33.157000',5,'Kevin Reily','https://lh3.googleusercontent.com/a-/AOh14GillUHz4n548AWNCP9OTCBbTe-ZBGQUI-haO0kU=c0x00000000-cc-rp','8626688543755174284',41985),('AbFvOqnDhb1WW62zKqdJOyOFmYLfKYrpsFPZ3RTPfA7CHfk9K0w_IVMgGcbS58uvKgmKVEb2dfgCww','Very friendly staff, clean facility. All the staff have been great, Lucas, Kim and Eric.','2020-02-18 15:23:13.699000','2020-02-18 15:23:13.699000',5,'Jessica Bruner','https://lh5.googleusercontent.com/-JWrDE7nJkWs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclEbm347Zpr_5RuoymlyHP9jNHaug/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39616),('AbFvOqndHeNI8RHuO-7TIVSr6mTVfUza-tonnAzfuXKUMglULCy8EfcX7GT5mIzgfxWSEZMp4zdSgQ','It was an excellent clinic especially Tanishia W. Was great on the front desk','2019-08-12 04:42:31.287000','2019-08-12 04:42:31.287000',5,'Fidel Cantu','https://lh6.googleusercontent.com/-oYv7gV3EKBw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclnSZ0jmXgU2P5JCVZ3yNvckTMfDA/c0x00000000-cc-rp-ba2/photo.jpg','17898197009688164559',38040),('AbFvOqndHJ9uTjCzbcFLSrNN8ogtwUCFoD3kVX-pzfTUQt8WmA69fvysNe_psQyWP5o7QkQlD1LbYg','Treated with care, respect and very thorough!! Awesome staff','2017-12-13 05:33:48.330000','2017-12-13 05:33:48.330000',5,'TishAPlus Model','https://lh3.googleusercontent.com/a-/AOh14GhpDZih-kkGoRGB3UVBN1ciVwPAVuW58oYcQRjk65U=c0x00000000-cc-rp-ba3','3511292162159714121',40982),('AbFvOqndhRQgr32A25L3AFoMBul0eglE9KwJGzuTpYchG_hMQ1wu2jFWTpt9k-jZp_gPmIZhDsiR4A','The staff workers at this location were very helpful and nice during my time of need. They are very fast when it comes to seeing their patients and try to keep you as happy as can be despite being sick. The worker at the front desk Courtney S. really made my experience memorable ! She was very sweet and helpful! I would definitely recommend this location!','2017-12-20 02:18:24.524000','2017-12-20 02:18:24.524000',5,'Kashia Hastings','https://lh3.googleusercontent.com/a-/AOh14GjeUOqD0zeXXt0S3YidbOB05r8wr2Hq9lYkkxtUPw=c0x00000000-cc-rp','8918455867446117794',43443),('AbFvOqnDHZmHTpQK6RrzcVJITDb0MP5lpzQ0xY11BMr8SuftVanZVr7w8jrFyW7Xr_1TSoFMOx39','Great service, caring, professional and fast.','2020-06-08 21:07:09.057000','2020-06-08 21:07:09.057000',5,'oscar oviedo','https://lh4.googleusercontent.com/-srlbIJ1dn_0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCBEjirXw7whj8IiMjcveM02J7Pg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39064),('AbFvOqnDI6cC1b7hFXxjXJJP7gQbWDPO-UcqSLXpL1oLq6wbWcm-exHWmXPX9ayJ6zM8dKhKHTxH_Q',NULL,'2020-10-08 00:08:13.477000','2020-10-08 00:08:13.477000',5,'Victoria Galvez','https://lh3.googleusercontent.com/a-/AOh14GhOfDFfwAHnow7jY4kT1ItZclBJKATzYTk1Gf-23A=c0x00000000-cc-rp','14748677429039074158',31542),('AbFvOqndI8TzOZfpYocTf0672_NDzkJwj2CJCLw8MDq6Frj9pBGpqMTDi_FHJo66_QxGGDMnZ4LvwQ','I went here for a sore throat, dry cough, and loss of voice. Everyone we encountered, from the receptionist to the doctor, was super friendly and helpful, and we hardly waited throughout the process! I\'m definitely coming here for any emergency care from now on!','2017-07-24 17:17:52.833000','2017-07-24 17:17:52.833000',5,'Shareyah Heinrichs','https://lh5.googleusercontent.com/-I1PykUk5jSI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnLUl-73tVt6xBBgfKmMbC_kV0UvA/c0x00000000-cc-rp-ba2/photo.jpg','3511292162159714121',41031),('AbFvOqnDIE_yiKW9dg5_K0GzmTbX-0fAVgzJSb4v0VU396wA9dl74VUocSILnOvNCS1pxQxPYs_A','I normally hate getting shots, but Lacey made it quick and easy.\nThanks Lacey!','2020-10-23 22:22:28.006000','2020-10-23 22:22:28.006000',5,'Adrian Carter','https://lh3.googleusercontent.com/a-/AOh14Gh-ZN7VwqJey9x6gJS5mFBToHb71UhfQ-rnwcC9pA=c0x00000000-cc-rp','16389487648212004696',33096),('AbFvOqndImiFA0ceTMzXdW7aAmL1jIxCR5fN2Hc0mxL4sCm_QM-Ly7UVy6XP8bdOZTVC9vXtVcSDvA','Everyone was so professional. The visit was quick and efficient. Jani W was a great nurse. The radiology tech, Tricia, the Registration Person , Elida Jasmine were exceptional. There was very little wait time. Just a great experience, the best ER visit by far.','2019-12-05 20:04:06.961000','2019-12-05 20:04:06.961000',5,'Sharon Pryor','https://lh3.googleusercontent.com/a-/AOh14Gg1viRlcK9q4lK-8b61osdqruaBq5tgebkRUzqGEw=c0x00000000-cc-rp','16389487648212004696',33634),('AbFvOqndINq76rhhsn6vd94AulhmlL4vI0MsSDg16TeXLE04OojlvPzpDZMEewfXN94OL3GWRnBhgg','I absolutely love my experience with my child at this hospital','2019-02-02 23:31:08.644000','2019-02-02 23:31:08.644000',5,'Lisa Bee','https://lh3.googleusercontent.com/a-/AOh14Ggp_tlwBKJgxB2bZ5QNZthbfmxhLCuncMZSgJiULA=c0x00000000-cc-rp','13486358490203335051',29913),('AbFvOqnDiNv0kt9K7Oh64KNv6KpJ_QYQcbHIGQvsatSdyKPfnHET1gaJeejNwTmOTcNgQ4Rd0KWm','I came in feeling pretty rough and everyone was so sweet and kind. I was brought right back with no wait. They helped to get me feeling better quickly. Appreciated the attentiveness of the many wonderful nurses and Dr. Yusuf. For any future needs they will be my first choice in the area.','2018-11-13 01:37:18.228000','2018-11-13 01:37:18.228000',5,'Leah','https://lh3.googleusercontent.com/-7TBN0FUhUjg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnEIBhHdbOtGENMKZ8th_9_PZR2vQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40795),('AbFvOqnDiTbvdTocPHRPtiHCvWqp2ePKXWizfdEgSrlK79_hjiwQCzKVEZ8LgEOMPCajl4E0FJx0dg','Thank you alvean and Jordan for all your kindness, help and patience this staff is awesome','2020-03-04 19:19:19.318000','2020-03-04 19:19:19.318000',5,'Krystal Singh','https://lh3.googleusercontent.com/a-/AOh14Ggct08uc97iaNURLwBKEzaVINd6Sr0E6104FAdh8w=c0x00000000-cc-rp','16389487648212004696',33294),('AbFvOqndiWVUEVxi4Y2hsA1AF2QHjDfyOWgWJPH39iQU9E-2IZ-FR9X9yuO3pWEuc_daOgKy_tIU',NULL,'2020-10-05 15:16:56.201000','2020-10-05 15:16:56.201000',5,'Erin Queme','https://lh5.googleusercontent.com/-cpsDBaon8No/AAAAAAAAAAI/AAAAAAAAACw/AMZuuck51ickrEUckRnAvY6Vsb25SP54RA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30071),('AbFvOqndJDJ2Zcr4RBWYt9a437aBz-v8PwsJibPvDqth-9vN1kF3NAYLH_rSB1t-COVJIwfAlojfMw','Best place I’ve ever been to... care was great and the staff was just wonderful.. special thanks to Jani, Tricia, Keith, and Ileda for doing a great job','2019-10-20 18:13:35.706000','2019-10-20 18:13:35.706000',5,'Taliaferro Robinson','https://lh6.googleusercontent.com/-vszxKQMbAn8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckAaF2chlcwBxPisqKw5lKKCROzag/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33851),('AbFvOqndjomJFQSD0CgPJMdZdmSfVDSnWLFR_P-nYuQXzkPg32mKtaZep_vVUcsb8l2F8UpFdcW3','Our experience here was unlike any other care we\'ve received outside of a hospital. We went around 9PM on a weeknight and it was not terribly busy. Even while just parking, the super friendly security guard on duty, Officer Hinton, asked if we needed a wheelchair or any other assistance. Once inside, Jessica and Becca did intake in record time. The facility is clean, modern, and comfortable. The waiting room had free cold drinks, snacks, as well as a coffee. Once we were taken back, the nursing staff performed quick assessments with personable and friendly interactions. In what seemed like less than 10 minutes, Dr. Soli came in and was informative, listened to our questions, and had an incredible bedside manner. Overall, I am not sure how we could be more pleased or impressed with the entire staff or the facility. My wife and I definitely recommend this place without reservation.','2017-05-24 14:16:00.847000','2017-05-24 14:16:00.847000',5,'Jason Ramirez','https://lh3.googleusercontent.com/a-/AOh14GhKBsoqejsE38JqgxROrHRW-LmTSougMbfpJZP7=c0x00000000-cc-rp','8918455867446117794',43520),('AbFvOqndjUiE6zkQns-BKD7kt5YkgIjcdHYzUOiXQnQDW-En6kifB4UCT37zVQD_AvQ6xge83BcKcg',NULL,'2020-10-13 05:13:46.559000','2020-10-13 05:13:46.559000',5,'Yadira Martinez','https://lh3.googleusercontent.com/a-/AOh14Gi4QUjf1M0XBFxI9UsS1qQae-nKbCwhDc4uu1l1KA=c0x00000000-cc-rp','14904078213800803294',32230),('AbFvOqnDjUSoFwLVpUPSOkmJJBhnmstfwnceqBW_tMLXwHNpbBvrH3oQT5-ukOitt5h4gjhE3hJpZQ','OMG! My two year old busted her head open and we rushed her to this location. THEY WERE AMAZING! We were so panicked and they were kind and gentle with us. We were in and out quick- three stitches- some tears but overall a GREAT ER experience. highly recommend! Nurse Chunah, Nurse Fahme and Dr. Zheng were wonderful and the front desk staff was awesome too. =)','2020-11-25 15:12:50.360000','2020-11-25 15:12:50.360000',5,'Violet Shockley','https://lh6.googleusercontent.com/-BqCdK8wYOPU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnijGT6LoPIHvprLnIeZqgBsBlIKA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28445),('AbFvOqnDk-HpDgS3dsOwO5R3_OLvqTA7mpkAJQw2xJVUnfT6y8HL1o3foDEAyYuiI7kn9zrhvGbB','Everyone was very kind and helpful.','2020-02-12 06:43:05.049000','2020-02-12 06:43:05.049000',5,'Maria Gonzalez','https://lh5.googleusercontent.com/-_qpUPfev2VI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckkOA3GtBKoaTl29c198gQlgxmlXA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28728),('AbFvOqnDkCjXGaM0DAUtVvh3wLwDMS5RiqyZVDbzk5p4VMAvinA7OdiijIw2CCOaGlGJoIEkzUSmgw','Great service, fast and super friendly.','2019-02-18 16:52:55.271000','2019-02-18 16:52:55.271000',5,'JS G.','https://lh3.googleusercontent.com/-RFyTcc8D0Vk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnIdjt9stHMj0Cf7eB1bv79_iFuyQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38288),('AbFvOqndkpjXS9ttBOuAYBtyPGC5vi3GXIX115vpqmjwM2f0L41UnjufrRSsiBN1-JRQm2DSYEjdtA','Started out like a long wait ER and then the poor bed side manner drove it over the cliff into awful. I miss 1st Response ER that used to be on Barker.','2020-12-01 04:28:05.824000','2020-12-01 04:28:05.824000',1,'Jason Iken','https://lh3.googleusercontent.com/-_rpEaaxDWvs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm4-cplzYQLdghj_ZvcURRwZ42Gew/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37416),('AbFvOqndkyd80vJ-6jxIhL51Ptld1RnZ548iw_nUCeg5LabIsMpspnmqMlxXaKeqm9pQEpuPGutBDw','(Translated by Google) Signature care emergency center was a very good experience, I had a very fast and efficient attention in another word was, EXCELLENT, very friendly and friendly doctors. Thank you!!!!!!\n\n(Original)\nSignature care emergency center fue una muy buena experiencia , tuve una atención muy rĆ”pido y eficiente en otra palabra fuĆ©, EXCELENTE, Doctores muy amables y amistosos. Gracias!!!!!!','2018-09-26 19:06:03.847000','2018-09-26 19:06:03.847000',5,'Martha Flores','https://lh5.googleusercontent.com/-wo5-RJiEtLA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm7a0LkXOsC7PKhcULTUBsoQLbPMg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30710),('AbFvOqnDLebrTZZHSmhispNgx9f4kTdcw9h8Vptd5i0j_QzxfYjPD4mwzK1rrxLLxgvxBBvAVzHeRg','Great service!','2020-07-21 02:31:56.970000','2020-07-21 02:31:56.970000',5,'Kari Parker','https://lh3.googleusercontent.com/a-/AOh14Gi7TWjHkSPnEfzIZnohwASeYLEoRSCDVyCnwnBTmA=c0x00000000-cc-rp','14748677429039074158',31922),('AbFvOqndLg9AXhMDPlMVS9IQmnd885ZfJcfjzHO0XEgbxqkRb10VmSXQU0QjlZ7XB_9QhKRN0zjt','I had a very good experience and would recommend to all my family members. It is a very clean and comforting atmosphere. The is very professional and curtious. I want to thank the staff Dr. Patel, Alvean A - Nurse, Brian C - Radiology, Jocelyn A - Registration.','2019-10-23 13:22:50.083000','2019-10-23 13:22:50.083000',5,'Nancy Lopez','https://lh6.googleusercontent.com/-V8_E3ooV7Zo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclEXoSeX7QT2KZ7RsCweYj2RK_6xg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33846),('AbFvOqnDlKGINSkdGy7rgdGcDssV7aBbFwQ7695XHdKj2RL393Q6UPnLC3470IX1QVQ8VpmYq1ZtgQ','From the time you walk in and welcomed by Ashley she makes sure you are comfortable. Then nurse Racheal is super nice and brings you warm blankets and asks a few times if you need something to eat or drink. Jessica did my blood work she was super nice and got my vein on first try whew cause this review would have went bad fast if she didn’t. She was super nice during the whole process. The dr was knowledgeable and fast which I like. He gets to the problem fixes it tells you what you need to know and your done. I will always come here. No wait time it’s clean they are friendly and it gets the job done. Thanks team!','2019-07-24 15:57:19.311000','2019-07-24 15:57:19.311000',5,'Kelly Renee','https://lh3.googleusercontent.com/a-/AOh14GhZFWWF4J4sPqeaVoz1cTTOMk8VDXe5E1l-SRZ9Aw=c0x00000000-cc-rp','17898197009688164559',38070),('AbFvOqnDLuVKr3JqD25u2JBNHvXrTL8RxecR_yMiMoKFETjlBPRMZvnKAjfeltyXp1x4sIBtLAaB','Alvean, thuy, Jocelyn are by far the best staff i have encountered at a medical facility in a long time. This facility is awesome','2020-09-23 17:35:03.617000','2020-09-23 17:35:03.617000',5,'josephus rodgers','https://lh3.googleusercontent.com/a-/AOh14GjA8Tl4EVVBLtRsWa9I4kbXA2yAhgiK55iASSz0=c0x00000000-cc-rp','16389487648212004696',33177),('AbFvOqnDM-oZk2Iw2VBkTRbma8WM5lt-k5kbmHNK5MzyB6G-u0B67HWJP2iKaoAITD9rMRsMp5lPeg','Texarkana is awesome They are so caring.','2020-12-20 19:15:10.054000','2020-12-20 19:15:10.054000',5,'Dorothy Brown','https://lh5.googleusercontent.com/-mYOjWGJuUY8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmz74mabIw8TJCYkW1jKi7iji8sqA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44647),('AbFvOqnDm4EAru3gPMYXE8zACjp9V435DPIdzkJ1i-DtTz_SAPRePt_GQSSlTsCN0Lce1GlIQEme',NULL,'2017-10-28 17:15:14.014000','2017-10-28 17:15:14.014000',5,'Lex Luxury','https://lh3.googleusercontent.com/a-/AOh14Gg6-v8EGM2Bdk72IY6DjXvsTG0dDKP5Yn-8RRclFw=c0x00000000-cc-rp','3511292162159714121',41000),('AbFvOqnDM98_qaErIZWcpFvUxuDsY5obkEXcQOT8vAmyGDw9q_dIpoo-wjlviozrvBuWQz3TP_0G','This facility was so quick and easy! I called in and was immediately seen. Katie and Chelsey were full of amazing energy and made me feel so comfortable. The facility itself was impeccably clean (with fall decor) and made me feel calm. 5/5 would recommend!','2020-10-12 00:35:48.016000','2020-10-12 00:35:48.016000',5,'Erin Kelp','https://lh3.googleusercontent.com/a-/AOh14Gi5yqIWMVISwGRwBHwexKeB9m2n9hoaMYmPvxqkvg=c0x00000000-cc-rp','16891069708558046635',35706),('AbFvOqndmHsYuETfZS3I4T0FMJJKPLZUXiWr2GEpF1ODvSNNQeS7Kj1WTcNxNWz7wm79KdzK_PvacQ','Fast!!! And very informative.. Doctors and nurses are extremely friendly Will be back if needed','2020-02-04 00:48:23.332000','2020-02-04 00:48:23.332000',5,'Shandi Rogans','https://lh3.googleusercontent.com/a-/AOh14Gilr-moASklWxUm9tWIZAvspMsi6VII0HHFl1h4zA=c0x00000000-cc-rp','2694018788013845459',39141),('AbFvOqnDmQ-4VuiXeW-TUwydJ-1olO9DY4pVfRddh_oJYN2aqGeM2y2XIzxI2x7pNEqK3UAA6l6B-w',NULL,'2018-01-03 21:11:36.885000','2018-01-03 21:11:36.885000',5,'Barbara Rech','https://lh3.googleusercontent.com/-cf2yodjRFQU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnw9e0u0PJOAnyLFvFtskH2xErfxQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30916),('AbFvOqnDmZ4syWllpbbmiTXacPI3x_SgfiEMi346JG6rkgsLh364PGRnz1xrL4B10K0RHcUDolFVmw','This facility was fast and I was in and out and received a good referral for dental care. They even contacted a dentist near my area even though they were able to assist me fully. Shaunda H with registration was awesome and Christina the nurse were amazing.','2020-03-18 23:18:04.024000','2020-03-18 23:18:04.024000',5,'Jay Carter','https://lh6.googleusercontent.com/-uk4vCuVaPr4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckVyBkn264_D4ROzeYMhl2Z3wDwFQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35910),('AbFvOqndNb2mck8SbxRFHgzsFnccI53xSUB2ifyG_2VKTaFgnCPNLtPx0nrt9cXThEs3r-8owIsVWQ','The staff was amazing. Dr.Allouji was kind and empathetic. Therisa and Katrina were really nice','2019-12-23 00:56:16.405000','2019-12-23 00:56:16.405000',5,'Val pickersgill','https://lh3.googleusercontent.com/a-/AOh14GhMv5cRxRiVcOPpWQ4zsHQ9ZniErLMOp_i3P3r_=c0x00000000-cc-rp','8679688254631342173',42540),('AbFvOqndnExKrrT4wTzQt-4-a14D1-Ml3I59TVeHY5K_bH59ALe1ZJd1C7feUm1uOef7zAeVeqTArw',NULL,'2020-12-05 05:05:27.427000','2020-12-05 05:05:27.427000',5,'John H. Chacon','https://lh4.googleusercontent.com/-IsA9WV9smug/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnXzaBsiyoofIdDMsq8sGkPao6RxQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32134),('AbFvOqnDNIrZ7ITHNxtAji75-WhUw_GBtBBkkPV62YMllD0pusK3lkQI-mH0sZQ5LUZeWTTDd3uuFQ','Great experience, the staff was very nice, clean environment. We are definitely coming back if we have an emergency issue again, which I hope not any time soon. Nurse offers us water and my 5 year was also happy because he got apple juice and stickers (he was not even the patient). Thank you to the doctor\'s and front desk staff (Aaron)','2016-07-11 15:17:22.665000','2016-07-11 15:17:22.665000',5,'Paola Benitez','https://lh3.googleusercontent.com/a-/AOh14GhpdCfaXOqFrZSSpAL1ov5VMGaIOp_YaoV0li9V=c0x00000000-cc-rp','17394740196501090048',37324),('AbFvOqndNvd-2RKzCfOT5GlrGVEahF0CEHaZ5UDPkliyN0bZqsZMBICA4Qi3svmDBHpGdR1Wwouq','Excellent service. Thank you so much Erica,Joseph and Regina. You guys are great','2019-12-23 18:33:27.259000','2019-12-23 18:33:27.259000',5,'Marcus Wilson','https://lh6.googleusercontent.com/--MXujpkq5Y8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclfr54fneDpYCwSb3P_uttwzqr6Jw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30382),('AbFvOqnDo0VyEXxo1eqB0UtLlmniVV52Qbv9jfcCMm1TjbIF_H6tu6sfQTsEVbYBQa5YHjl9NLV4','Excellent experience from start to finish','2017-10-07 10:57:38.983000','2017-10-07 10:57:38.983000',5,'Damond Peoples','https://lh3.googleusercontent.com/-UMZrpHFwnEw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUYbPWyYLgWa_JSf1drZTy88XcdA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30966),('AbFvOqnDO2VhoBqeaTfkuIhsaLQ_glTDOtGG9tiDLfJCc285UCRhRF3CDtxDcUEAqoro7Za-i2f7','Greatly appreciate all their help! They made sure I was taken care of, especially Caitlin in Registration. She was very kind and helpful!! Will definitely be returning!','2020-11-13 03:54:22.118000','2020-11-13 03:54:22.118000',5,'Fancy McReynolds','https://lh3.googleusercontent.com/-9ochkqIKi1I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnD06UBx5GEm9oYlyQ89gMMwHHcgg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41834),('AbFvOqndOdS5RVubswG-cHWqH5mn3HaFUbOkwkx-XJABitKfanMPtV9_uJ9VdOJkWKX-FNQqT7i-Fw','The doctor and the staff were absolutely amazing. I felt like I was at a retreat instead of a hospital. They made sure i was comfortable. Let\'s not talk the about the V.I.P. plush robe and the little care package. Awesome. I almost forgot I was sick.','2019-05-10 15:12:26.471000','2019-05-10 15:12:26.471000',5,'Dana oliver','https://lh3.googleusercontent.com/a-/AOh14GjaNmZ2NTIImw65pczQu3sJlVdCydzuFf7erpczM38=c0x00000000-cc-rp','8679688254631342173',42700),('AbFvOqnDoSmg5OuuIMnvm6LPDtEKjJE_3j1bdyL2FIIkVZEOJC9q6USRZDrr7RIbsNeW8RXqK9GxTQ','Absolutely the most pleasant visit under the circumstances. Everyone was gracious, from reception to the discharge nurse. I wish I could have these people for my primary care!!! Definitely will recommend to all my friends.','2016-09-19 15:09:30.453000','2016-09-19 15:09:30.453000',5,'Marta Park','https://lh5.googleusercontent.com/-bjvetdLET6g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnld34FUKaln8YHaQaC1sFIroCVig/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31185),('AbFvOqnDpFRAhUpyZem6VMHE_y84GVTPo58YB0LmwGhFYOaEF7NuG-zEcc0LEICMmsG_7XttvR9KSg','Quick service and amazing nurses amazing work\nAshley s','2019-07-10 18:55:48.165000','2019-07-10 18:55:48.165000',5,'Jeimi Sorto','https://lh3.googleusercontent.com/-WBHPmQjj8xc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckw0zcG6GW5qTJ_uE-l0wUQfyGZbg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36735),('AbFvOqndPlZ7EIrDzBd1VPoKxkIMDqmBli6akh6JjQnpMq0---zmFVik1cTyz28kXWlIKIwxopeK','my visit was good we had no problems they were very nice.','2020-08-02 20:31:11.172000','2020-08-02 20:31:11.172000',5,'Tamia Ortega','https://lh5.googleusercontent.com/-uLBkskwqwB8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmbRzaFv0BFuLRuT8LqC_5g3uhbBQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41320),('AbFvOqnDQYqTZwSClcc6_Lda2Ma6L49aUq67KIHY89srzo-ffRisA6XGr6x6u-19Y9_K5vHDD76w4w','I came in for a covid test and it was surprisingly faster than I had expected. Super friendly and helpful staff.','2020-07-21 06:29:15.287000','2020-07-21 06:29:15.287000',5,'Adrian Gutierrez','https://lh3.googleusercontent.com/a-/AOh14GjvJ-lYkNxsJxZivIX0SWhDxlGaid4DjkdZpPVv=c0x00000000-cc-rp','14748677429039074158',31905),('AbFvOqnDQz8_jDMfpwthHeO1gcS6x6KxdE5-Q-jwiK6Ni3IW-wNJ0kP96iokpBVdEcnGb9pvy93T','In the past I have had a great care at this location and my mother has too which is why I came here today. However today was by far the worst experience I have ever had at any healthcare facility. The nurse and Dr. Was very ruse uncocerned, disrespectful & unprofessional. My concerns were not addressed right away they seemed very un concerned and insisted on telling me it was allergies. I waited a hr in a cold room without being offered a warm blanket and I practically coughed up a lung before anyone offered me any water. I wasted 3hrs and $300 for the Dr. To give me $300 worth of Rx\'s on the wrong RX\'s pad once iIget to the pharmacy they tell me it needs to be on a diffrent kind of Rx paper. So inconveniently I had to go back to signature care er to pick up new RX\'s. I felt worse when I left there than I did when I walked in. Went to an Urgent care later only to find out all I needed was a steroid &/or antibiotic shot hot which is exactly what I told the signature care ER Dr. I needed because it was what worked the last time I was diagnosed with bronchitis. Instead they insisted on giving more Rx\'s for meds not needed. I will never visit this location again or refer anyone else. I used to think highly of this place and today they treated me so badly. I understand it was a holiday and they did not want to be there, but I didn\'t wanna be there no more than they did. I also mentioned to the Dr. I need a work note as well, just in case I was not better by morning. Only to get home and find out it was not in the folder they gave me. As a director of a medical facility this is by far the worse experience I have had and seen.','2019-04-22 03:58:55.169000','2019-04-22 03:58:55.169000',1,'LaKeya Timberlake','https://lh6.googleusercontent.com/-rjG4AayGzM8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucldbFgmGi2d1ZmivgEAe7O2HEzQTg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36789),('AbFvOqnDR0FXpyVx7-SOZXv2jkW74w68LMv6aNAWYRHykKxnh76CBigwWuQN150QVYGhTDBQUvh_ug','The staff was cordial, especially the front desk. I was in for almost 2 hrs start to finish. I would recommend this facility to others.','2020-03-15 21:10:47.341000','2020-03-15 21:10:47.341000',5,'Damion Waller','https://lh5.googleusercontent.com/-K1zzuD7wwdQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnn_Dfw8mSHzKbQIpsrpLtHJFCbWw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39079),('AbFvOqnDro2WkgAKkWrg5jGx_MQCsv1PAaYZP4Dbe2uYJnK0PSJjAPRl05DtsSOljrG9ntPTteY6rA','Great to have such a great place close to home. Full service very friendly staff.','2020-01-19 14:02:00.335000','2020-01-19 14:02:00.335000',5,'Janet Troxell','https://lh5.googleusercontent.com/-IVZpkcSDFqc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnl4pUHx7Gza9Nec85WmgCIqqlUTA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36008),('AbFvOqndrWa-ozMaSKvNR97zvnVSLxJKqLAqOpakYvkm-yL21xu_Gb02V17b3f3fzjhBHBcJSchU','Located in cypress very nice staff and doctor. Highly recommended nurse Alvean and Dr.Omalley','2020-12-26 17:12:09.744000','2020-12-26 17:12:09.744000',5,'Jay Barron','https://lh6.googleusercontent.com/-HtfKYCOd4oA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnd_PvQOJ5nBB3fSg8Du1kBz0SVlg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',43899),('AbFvOqndsbN4Hc1rLblaFcoSXxPH8jQY7oQ-muMLj20AheEW0Y3T6CLhaTgWAYeZV-XTcLOF0M0R','It was a good experience. Got a good reception from the receptionist and the was taken good care of by Dr. Patel and Gibril. Had so much fun with them and forgot i was in pain. Such amazing guys. keep it up!','2018-03-31 04:43:46.226000','2018-03-31 04:43:46.226000',5,'Wilson Jnr. Mba','https://lh5.googleusercontent.com/-TklJhStRSQg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmYxgIuzSWOlGHFqKhFhD0Se2PJVw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36967),('AbFvOqnDsDQgfwqPMJLs4KdT_8dfXeYTkxXtSoLFnxqG2ujt5XvQRi23HK3TRrkOhZY-KtNSD56fSQ','They were all very nice and very helpful','2019-01-13 04:53:39.553000','2019-01-13 04:53:39.553000',5,'Jennifer Ximenez','https://lh3.googleusercontent.com/a-/AOh14GiRCuQyeyC2lUBFySf-eF2CICtHGPGFiWZ77Vhlin0=c0x00000000-cc-rp','14567670160750071148',30638),('AbFvOqnDsK4GVyNT4vVZHrIP8NryYdMho648Slq0Z3yWO1IW54S3AE0604rcIFH6uxbeyssxQvIi4w',NULL,'2019-03-18 16:28:49.848000','2019-03-18 16:28:49.848000',5,'Dallas Richardson','https://lh3.googleusercontent.com/-bDml8PZBmoU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnyeIK6Om0E6vnUKZqS1S1KAdDxow/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42115),('AbFvOqndtBi3SmJR488qEikJapP2audmYVlcFBa5oifZmhLh59xFBct3ypw_7YOuwQPvuEzSfg70','Always loved this place! Quick, friendly, and very helpful.','2019-09-13 17:33:34.133000','2019-09-13 17:33:34.133000',5,'Will Haws','https://lh5.googleusercontent.com/-YEEfwWYuShk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnW39O2vuvQgxqY7x0yfyWEDxbvEw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30462),('AbFvOqnDToF-Swp-lvH8cSK4hduFLjELxRJVvf4PE1_gci4jSrCSIo0RXfGkdIB79MYJKyD3gi4RLQ',NULL,'2020-07-20 21:00:42.835000','2020-07-20 21:00:42.835000',5,'Kate McIlvain','https://lh3.googleusercontent.com/a-/AOh14Ggmse9EWHyQI75PS4ri4o_WbRkg2QW0dOPZKCZHPw=c0x00000000-cc-rp','14748677429039074158',31927),('AbFvOqnDTXxIoUHKeZJ-oQsv1kQNCxPkOPXkGgswF6CDfmlofA6H4sZc3a2DvX-w_mlqU2bMslO4','I have been twice in this facility and the staff members are very kind, specially the nurse who was in charge, her name is April. She is an amazing person! She makes you feel very comfortable and care about how you feel.','2021-01-18 13:52:43.110000','2021-01-18 13:52:43.110000',5,'Irene Alkire','https://lh3.googleusercontent.com/a-/AOh14GgLaPsQ-ChZB3dmZ2QNFW9nxfX8m4PkiG-TBKQ4=c0x00000000-cc-rp','14748677429039074158',44444),('AbFvOqndumk44KBS_hsueCMdr6Tcnw9zr7Nld4-5pXxS2JLZOm6KQ23rGIcMZkx1p09yJvKK9ETg','I came in with a swollen wrist and knee. The entire staff was very polite and helpful. I was specifically treated by Alvean, Tricia, Jasmine, and Dr. Patel and they were a phenomenal group. 10/10 will come back. (If In need of medical attention)','2019-06-06 18:29:41.253000','2019-06-06 18:29:41.253000',5,'Eric Garcia','https://lh3.googleusercontent.com/a-/AOh14GggJNvCW_d50_Z6mw1WRcTvN7A8d4EniBmDP6JP=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqndUnNbXMDn7iOOYHEj2QwN9vfA8SorD3ocNDBkK1_AllfwnjZMQGLKy5W6F-jkTcTEtaScNQ','This is by far one of the best ers l have been to always clean and professional. Dr.Zhen was very attentive and as well the nurses Alvean A, Holly the radiology tech, Jocelyn J and Marcia D you guys were awesome! This is my go to place. Thank you guys are AWESOME... 😊😊😊','2019-10-13 19:20:51.837000','2019-10-13 19:20:51.837000',5,'marquila miller','https://lh6.googleusercontent.com/-ngdlbRI2kqw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn4RS35hGasAoiT5QP1V0gcW0uQ6Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33876),('AbFvOqnDuRHu7tLQrrbWqwTBdCLOt29G8ieYnqiU7zVotQBeRwnQjj90_yODxBtiMP9rZZjuEUFQRQ','Husband hurt his foot and we had to go in - no wait time and everyone was very helpful and responsive - Dr. Tran, the Nurses Meredith and Regina, the Radiology Tech Brian, and Sindy at the front were all great!','2019-06-17 02:20:30.924000','2019-06-17 02:20:30.924000',5,'Jasmine Taillon','https://lh6.googleusercontent.com/-me0fsNJah7Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnkhxIlcCF1gfHjvtZV8Uq1DqiKag/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30519),('AbFvOqndVX8UnLxH4xvu2sb0zWGHf4q78eoxUnp_3kmcsE9MCnYT1J2SmvMgicxBMwyw8FnMHq5dTA','The staff was so kind and calming during these crazy times. Thank you to the whole team, and shout out to Chris C, Dr Patel, and everyone else! That kindness is really appreciated nowadays. Thank you!','2020-10-28 01:47:13.554000','2020-10-28 01:47:13.554000',5,'Brenda Zoltan','https://lh3.googleusercontent.com/a-/AOh14GiaBReZjO5S59FKl718lZNDHoFqL4EWY8BTcD6geg=c0x00000000-cc-rp','14567670160750071148',30044),('AbFvOqndw-84dnAzMRRm8j3o6OOPx9Jcv7qrwAbztXzlZ3CB7Nxyvi_4QU23utXfmN5rwKjZ48enQQ','Dr. Yusuf, Laura, Olivia, Eve and Shay were wonderfully professional and CARING.','2018-08-02 16:03:16.487000','2018-08-02 16:03:16.487000',5,'Wilbourn Woodward','https://lh3.googleusercontent.com/a-/AOh14Gh6UFA4BTyY8seSBWiqODkWUzO3_jphVs6mpog_vg=c0x00000000-cc-rp','3511292162159714121',40910),('AbFvOqnDWi9mihtizhkWKuMZUxEtLU-bFNpC9uUwMeUg-EU2KQLuYQjXX-4wKf5Aszkl_DOX_6DiZA','Kendra did awesome! She really hooked it up!!!','2020-01-19 18:40:55.937000','2020-01-19 18:40:55.937000',5,'Brandi Reed','https://lh6.googleusercontent.com/-0Zzb4On5eCg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclH0O1G31byXaj91XZe-nIhJEPlCg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34428),('AbFvOqnDWNbgx2DGbIPWYLRn7_IBvBTxw79fYySrU1-0Xz2MZe5DNAT0DVP_O93pCYRBkOsQ62I8','Loved this place, my daughter was treated fast and everyone was so nice, will use this as our new urgent care!','2019-11-12 22:10:48.180000','2019-11-12 22:10:48.180000',5,'Patrick Trumpfheller','https://lh3.googleusercontent.com/a-/AOh14Gi8V0DVcd497SKlsl4RpNm_vQ_48XN8e_RANVOr=c0x00000000-cc-rp-ba2','2694018788013845459',39212),('AbFvOqnDwuJDpWRlc5wP2BX2l4Krv1ry2SkpBtm-DrfRBS1TuI4OJ0qaLjNLd89SRHLyfrKlPmooEw','As soon as walked in through the door I was seen almost immediately Alvean was very nice and mad me a cup of coffe while I waited on dr.henderson who was very nice and calm as well','2019-10-26 19:55:51.926000','2019-10-26 19:55:51.926000',5,'Justin Mason','https://lh5.googleusercontent.com/-fGgvR43W5B4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclPV5btlh-w5MawQb-OSBkA9PGFcQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33821),('AbFvOqndX7p0grfB9pZG1VMi3Mu52NMTef1_GJK_gHFiEev-TtahsyBvFgg2dlp1_pKWn78aWTJCqQ','Clean environment!! Nice and attentive staff!\nThank you Georgia in the Lewisville location.','2020-09-03 04:54:23.711000','2020-09-03 04:54:23.711000',5,'Cristina Briones','https://lh3.googleusercontent.com/-xSg08yPjTK4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckSTwR9nLFB1LUj2W-Ne5tvAC_cvg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31711),('AbFvOqndxvH9-XkBO0u_6Gsoh_62xAR7OD4b7k7PIMKr_p7poAm-12sVoXa8cWYpKJ9ttqM_MW-_','Long wait times','2020-06-06 01:20:52.320000','2020-06-06 01:20:52.320000',1,'Tinbite Yonas','https://lh3.googleusercontent.com/a-/AOh14GjCW8AzovcJ66ut7bRio159ERkVr5H0OG6ndaSd94w=c0x00000000-cc-rp','8679688254631342173',42376),('AbFvOqndxYOU-AgAETq_T0kR5o1sMVN3g_K7_ZuKzbMjZYixwCs3Y_6JOQw2Jd1spoIEy2ggUnQaYA','The staff was very polite, attentive, and thorough. The service was quick, and I will be referring to everyone.','2020-11-02 22:01:59.482000','2020-11-02 22:01:59.482000',5,'Ashley Cleff','https://lh5.googleusercontent.com/-UtoOG2xKDac/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-PqwGsB_Xmh17mzYgZlMMm2_OJQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31432),('AbFvOqnDyI8dKyuiW1FtfP1i2YEyKmsJNbeLf6V9RxgPqjmiLy0S0sqwB8I-BGu1CGfAH9rolUfYPQ','The best it’s the Dr. outside taking care of the people.','2020-07-28 05:37:07.707000','2020-07-28 05:37:07.707000',5,'Xavier Cruz Viana','https://lh3.googleusercontent.com/a-/AOh14GhjE7q4ZibYG1Xsa87mcLZa_1479HfuzN5q64E=c0x00000000-cc-rp','14748677429039074158',31842),('AbFvOqnDylaAynUbh9djoFI7MAixLbmhOItW2JXYVlbduAyos2VYQlHi4EdN6ZrcN_WKvdyswDRNaA','Evelyn checked us in very quickly and is very sweet!','2019-01-04 16:11:07.962000','2019-01-04 16:11:07.962000',5,'Amy Adkison','https://lh6.googleusercontent.com/-blomhvZtvmo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckKmUIzBc6H5Su3KYvZ9Sg0yV--ug/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30652),('AbFvOqndYYeSjoW4vW9hfMlrkKe04jQVz1tR7TcPZScUzLDlCtemTCY57MDtUhZjexX5UV93Hx4yGQ','Very fast and helpful! I really appreciate Dr Smith, and his staff Alvean, Tricia, Jesus and Sean.','2019-07-13 17:00:02.374000','2019-07-13 17:00:02.374000',5,'April Lewis','https://lh3.googleusercontent.com/-d19bgEXth9U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclq_we9xisenCmWpU6iRNRxkCEknA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnDYzToERDdX4zuiLOBjT5bN6IdfeQPUWcLii429zFhnKXbtkVuogdSbmUPGQt4Muj0aGFWPw','Very friendly and knowledgeable staff and doctor. Walked out feeling like myself again','2020-11-24 15:40:41.208000','2020-11-24 15:40:41.208000',5,'Wisam Zoud','https://lh3.googleusercontent.com/a-/AOh14GgbluGqyALCuYVqDVErbNfhMRM51tiBaksxmgB5=c0x00000000-cc-rp','3511292162159714121',40043),('AbFvOqnDZ-79IVA3iD6Vaf7k-B58lpGmzKWchl3nSfAM4FOlXPGQGu_RmZNv3aPlDEFr484LYVDhyQ','Remington, Morgan, and Dr Nguyen were all very nice and helpful the entire time. They were very personable and kept me informed the entire time I was there about the different stages of treatment.','2020-01-28 18:44:11.205000','2020-01-28 18:44:11.205000',5,'Erin Jones','https://lh4.googleusercontent.com/-XyKCR-wPaaE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8USnYvi04yhUqez7kGx5qEwWQQg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34414),('AbFvOqndZpDPRz5Y9T4l3AE6V61wlEMTmSzPoTEKzFlE75S07ysc74t1o5ckzMwxCXIdHE9oT09DGA','I had a great experience tonight.\nVery friendly and caring staff... I would recommend this place to family and friends. šŸ˜€','2017-11-11 09:14:31.831000','2017-11-11 09:14:31.831000',5,'Ace Dawn','https://lh4.googleusercontent.com/-HCuyD6ua6hM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucknu_j4GJMQOWtBDOpMC34MVVRoTg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29964),('AbFvOqnDzTifsW2WfEFP65ghNC953s2GX9uBpg7sfLTvQ_tU_qq4jukxcsYM3hPVomKL_uYilY8p4Q','Came in late on a weekday, we were seen almost immediately with a less than 5 minute wait. The staff was very knowledgeable and attentive. Samantha did a great job at the front desk answering all of our questions and explaining insurance details to us.','2020-01-08 02:54:50.947000','2020-01-08 02:54:50.947000',5,'Ashley Williams','https://lh6.googleusercontent.com/-VHCMiw0-5gw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclWX6ndbkGy5qFsXjzSlGhDNmjV-g/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30361),('AbFvOqndzYH2ASLWJfOcR6YyB_iXr_ESUuhEwi8TOZwjPls70sO7Kb9MF322bwTT1JTMH2AnJ10pww',NULL,'2020-10-17 15:33:29.397000','2020-10-17 15:33:29.397000',5,'Kate Watkins','https://lh3.googleusercontent.com/a-/AOh14GggvUXl-A9vVvpM_zx91BdZdDX3Mj3_J0sxlxDOOg=c0x00000000-cc-rp','16590124370714063921',34125),('AbFvOqne_5a3KIcymTgWGAFmfGlYWKaa8pWPVbgTkPfNlrI-VWaw3gNiACcqdTkXKKgzcV-m1dt18A','I highly recommend this place! Everyone here is very nice and helpful. I got out of there in less than an hour.','2016-03-25 21:46:32.852000','2016-03-25 21:46:32.852000',5,'Jessica Spires','https://lh5.googleusercontent.com/-1VyD4j1kRMA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclK7fjXdKwUnmZhZKpnas45_zuLEw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31252),('AbFvOqne_uCuSioSnDHVwYDnnssbWR_YidkPXwghxoLWBZY1kBpjtf5src2t85isiM4BEwDGdR9hRw','This is the second time I’ve been here. The first time was for a tooth ache in the middle of the night. Staff was very friendly and attentive. This time I’m here for a Covid and flu test. Chelsey was my nurse. Very friendly and gentle. Made the test quick and as comfortable can be.\nHigh recommend! All the staff here has been great!','2020-12-01 20:06:26.975000','2020-12-01 20:06:26.975000',5,'Aleigha Stolis','https://lh4.googleusercontent.com/-bhRFcqxOrNY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckAyIMbCKVHyX16Td8ad_RG7tGHHA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35549),('AbFvOqne_Wn6QRCwKWEf_oK5jc8KAqSk9pTEeBD1dtweHjT1eU9skITHIRsEm9UOc1FTC0Qlb1LeJA','Quick, easy and professional. Dr. Ortiz and his staff - Alvean, Jocelyn and Mike - were awesome.\n\nBeats going to the hospital ER any day of the week!','2019-06-22 17:41:31.621000','2019-06-22 17:41:31.621000',5,'Jessie Mann','https://lh6.googleusercontent.com/-sGIm8-WMOPk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZSFo42dK7T6cfBl6i15ngo0vC-Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnE-bCd_7_a3qZdMTAwUBjK73D2bnjnxY-bP2ucJgNaXBPWcEuzlZt-EisNCP074grsLrBi5w',NULL,'2019-10-15 20:16:22.960000','2019-10-15 20:16:22.960000',5,'Eden McDaniel','https://lh3.googleusercontent.com/-fz7exHYCShA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclTs9agtasvYf-UYCksQdY38Vg_0A/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39789),('AbFvOqne-Eolkbj8VHT5FzuhfkVpC3HNSz4Nh1a8SFkYGEEq_fYvIUWLPm52TR_2EWAA1QOHVnBwDg','Cat, Laura, Dr. Morrical, and Lorena were very kind and helpful, DR seems very knowledgeable and cares about patients.','2019-07-28 10:59:23.973000','2019-07-28 10:59:23.973000',5,'Cody Schroeder','https://lh3.googleusercontent.com/a-/AOh14GibLPUewlVwDRTIVjRa6JEeRh-ceQZfV6b83S5cQg=c0x00000000-cc-rp','16590124370714063921',34745),('AbFvOqne-Qol-xuMbJzk3Jvv3_qOeV27ptGeJeGRxCWzN3PHge_1KvImBWbcVhV_vKKh7kDE0EUgvA','The help received at this location was excellent. The staff was very quick to assist me and very friendly.','2020-08-10 15:50:23.643000','2020-08-10 15:50:23.643000',5,'Blake Wagner','https://lh3.googleusercontent.com/-JlfA07pTO4M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmC_pZYmgWxORA0IckacQKjCkwC9Q/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32262),('AbFvOqne-R4BbPBIQbQJE8gko0NvtnWscr4jYkktdPl230QH-XEvHn6M7nHt3WsZ6PVkcz6PIuU0','So they are so awesome and you took care of me and made me feel very comfortable. They made sure I had something to drink and even something to eat because I hadn\'t eaten all day. They were very nice and easy going to talk to you it\'s a great place if you ever get sick nurse Kat and radiologist Bryan are awesome people they deserve five stars themselves','2019-02-28 02:02:19.093000','2019-02-28 02:02:19.093000',5,'Kamesa Smith','https://lh3.googleusercontent.com/a-/AOh14Gj4ssq1uxME13HPEiWEdey__zQJ4-UrQJ67txXAFg=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqnE-Xyn_OUrKYTqDRZw_XUgvv_MowkdkuS5Rk5EyDlvxmBWXUqXCk6G6Jp7wxTRD-TzJPy80Q','These guys were very quick to see my wife, which at 2am is great. Very short wait and competent staff. In and out in under an hour. Definitely recommend. Skip the urgent cares and hospital based emergency rooms and stop in here.','2019-09-02 19:23:00.444000','2019-09-02 19:23:00.444000',5,'Jake De','https://lh3.googleusercontent.com/a-/AOh14GhSVuLl2uilKXtRsv_GNe27Iaf_piBO1X4TcERU-A=c0x00000000-cc-rp-ba6','14904078213800803294',32430),('AbFvOqne0cdbmc405h6Q2AEBOTRRL1mBjtMvQ-B-XKX_-vQfFKc41JDF8hBch-0_V0s4vWqFwhQNYA','Dr. Smith ,Rommel, Kenzie ,Karina and Rita where truly life savers. All other ER visits are ruined in comparison to these folks. They are compassionate, efficient and charismatic. Great visit for not so great circumstances.','2020-10-25 06:25:33.323000','2020-10-25 06:25:33.323000',5,'mike keller','https://lh4.googleusercontent.com/-1sHZS5rlR8w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckhRCy5Wzozam97nByO1X84mzIZ9g/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32197),('AbFvOqne1mg9J5rGfL1rjcuplnbHqQI22T1nXM9ViwLaGxEim4qAhqnNgj47Iz-4p4wjUh22nLSo','Very easy process. I was able to make an appointment 30 minutes before and get right in. The staff at the front were great and made it very simple. Thanks to Alyssa P., Bianca M, Brianca L, Brodrick R, and Airianna C.','2020-08-13 11:58:39.117000','2020-08-13 11:58:39.117000',5,'Alexandra Galla','https://lh3.googleusercontent.com/-AspHuyLc9G4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnpyT6LXD7Yrs5fwzaiPUCvT9CgEg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42938),('AbFvOqne3T-8hLN3uvGdLQhdh33Y8tyuf97BjXtBiuTZ8LdQKo0kuehrvNZjOoFa7eXq2HBdKFxEYA','OMG so glad this place exists. First off the wait was non- existent. The doctor came in right away. I think everyone there attended to me at some point. Dr. Zheng, Dr. Hehman, Nurse Nicole, Brandon, sorry if I forgot your name like the lovely EMT lady. They meant what they said, we were constantly checked on and updated. My hubby was even offered a warm blanket and snacks. Almost wanted to stay longer with such hospitality lol. Then Sibienne sent us off with a gift bag. To crown it all, while I was waiting on hubby to bring the car around since it was raining, the security guard showed up with an umbrella and walked me to the car. Amazed!!! God bless you all!!!!','2019-02-04 14:30:43.824000','2019-02-04 14:30:43.824000',5,'Million Airess','https://lh3.googleusercontent.com/-xRaUHnRGpn8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclFK4nTEVJlNyO4fgoYpVnjS7zSJg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43309),('AbFvOqne4Igx7k_PwSavhVp5F7PpuU97nSXUW7sptofiVnQdAxaKg4SHdB8iP8xondjWwezxVW5LqA','I went in with what I thought was allergies and ended up being the beginning of an upper resp. infection. I was in and out within an hour and the dr and staff were awesome.','2019-09-16 11:56:37.999000','2019-09-16 11:56:37.999000',5,'Michelle Hernandez','https://lh5.googleusercontent.com/-TfkWAT73SfY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl2YG3EER2OXN3dAz6-gf1vFmvMDg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37992),('AbFvOqnE4MXT0U_pm9gBDNMyFs4pYJskvht7MQxScBKbKRJNiN0o1s9qMz15i-nVtL-nuLJ25C0I8Q','Even though I came in under some bad circumstances, the staff was super friendly and nice and explained every detail to me. They even gave my son snacks and juice, which as any parent knows, snacks help keep toddlers calm! Two big thumbs up from me for the excellent service and care I received from here! :) Dr. Elsbecker was nice and calm, and all the nurses (lots of Christina\'s!) were great and sweet.','2019-03-29 12:51:12.424000','2019-03-29 12:51:12.424000',5,'Christina Lopez','https://lh6.googleusercontent.com/-hXLakj-YX2U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmv0n5ko3W0VAXhNmh0ilSkVopqqg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36235),('AbFvOqnE4N0qspDNOaA3QP2UOetQ-MKu5qJ3p7XdPeeGgWLhcTjk9jV_gArM3faxwZ0ha_8IxrgI7Q','Signature care Stafford was truly awesome. From the moment I walked in I felt as if I had been before the receptionist was very respectable and polite the nurses got me seen quickly as well as leaving with no copay in less then an hr I loved the experience and the people assisting me','2019-07-06 21:54:13.615000','2019-07-06 21:54:13.615000',5,'Aja Plair','https://lh6.googleusercontent.com/-yhojCnTzarY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckiKPsvelqqfwbAqRA4whvQwY4-gA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43224),('AbFvOqne5w_-L0PFgUsHTZDDlerz9zQN0vxW8HK-O1sdA916LGthh_eH8L9II5gwzpXadYBqU42Ktw','Everyone here are caring to your needs. Fast at helping and getting what is needed in order to make you feel comfortable','2020-01-13 22:34:55.302000','2020-01-13 22:34:55.302000',5,'amie Crawford','https://lh3.googleusercontent.com/a-/AOh14Gh1Begur_Kj2eQoT3cruZm1BGET0sCbkHG9BCq6xg=c0x00000000-cc-rp','16590124370714063921',34450),('AbFvOqne67IxOMl4MHxto9wyqFTYS1VSjrUOSs9qw5wP90jU3ltk46REJroiQWUhkgVgrfv6IwsZ4A','Very clean facility. Staff was warm and friendly. They had great snacks!','2020-02-22 05:50:17.806000','2020-02-22 05:50:17.806000',5,'Kaleia Porter','https://lh3.googleusercontent.com/a-/AOh14GjwJMdkOAHvzj-dX2pcFaWdwX1QEoZn0jsBGhkPIg=c0x00000000-cc-rp','14904078213800803294',32339),('AbFvOqne77bSUXKYvHbO-zwtF2LLM92DfwV-fWV5lBw30AvPWdb_OrtBajwOCtZSXnLLUR84AUnJAA','Keera was ana amazing receptionist with fast friendly empathetic care.\n\nDr. Gallo was amazing and showed a genuine care for me and had me feeling reassured I would be healed properly.','2019-10-10 16:08:01.353000','2019-10-10 16:08:01.353000',5,'Dantonio Cooksey','https://lh3.googleusercontent.com/a-/AOh14GhOyxplYiVzRUGrakAIwg_hj_VLhrv0DhkdW0V3Xw=c0x00000000-cc-rp','17394740196501090048',36691),('AbFvOqnE7IvMQybADRVvDoBm1uFjbpGYQW1nPuoVfk8oWxHcYFHLTXYUqFiufqerrk1encdom-EoJQ','Excellent care from Dr. Steven Eisbecker and nurse Christina. I haven\'t seen such compassion in a long time. Awesome team of professionals!','2019-07-01 18:26:04.025000','2019-07-01 18:26:04.025000',5,'W. M. Champion','https://lh3.googleusercontent.com/a-/AOh14GjjyB34Xe2l_NcgidnWDkRrr6ROF2y6zszXfhsB2g=c0x00000000-cc-rp','16891069708558046635',36165),('AbFvOqne8t0s_89UUH6sDEmCqGrfwDrb_XumcHffC9XgZnggz8HwBzUDdQ8rRH8CIkVVxUzJ6ytmBw','Mercy was great host','2017-03-04 21:05:31.938000','2017-03-04 21:05:31.938000',5,'Dymond Hanks','https://lh4.googleusercontent.com/-RbgnUNNxmFI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnLzDIP-hHCZRmnPBvXYHRUlIGAUA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37201),('AbFvOqnE8xJYupc1Z8zpTelzK5R9u55zXDiFqBQPEJOrJAYzsjT1fRDJfp558I3-w2JQNZfggKns','They took me in fast, had a 100 degree fever and was burning up, they ran test and gave me medication and antibiotics to get me feeling better was there for maybe around 2 hours. Highly recommend their services. Very happy and im doing great now','2018-12-10 23:45:05.604000','2018-12-10 23:45:05.604000',5,'Knightmare5.0','https://lh3.googleusercontent.com/a-/AOh14GhZTWpF_NLUM7NqEJZ_wgFS8ailDGdZ7VuGYdEl=c0x00000000-cc-rp','13486358490203335051',29959),('AbFvOqne93zCzUiI71ut1j-HcVrKc0j82ThMuFqV-xMKy6U9lCS_q2UrtQQUZZ8NH0UkGFAO7lcfmg','Chelsey and Townesend were awesome and made me feel better with their positive attitudes alone! Just hope my tests are negative šŸ¤žšŸ¾','2020-10-07 14:46:43.945000','2020-10-07 14:46:43.945000',5,'Evan Keys','https://lh5.googleusercontent.com/-i_MfIFSmqzk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCZHlH178DeUMZuMekKY4-NZq6ng/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35740),('AbFvOqne9itXqJhZWtPZu6_wLgM-EUc8Xl4UloE0Ogf4sA6V4mNXzH7RDEDIci9coZzXiGg2fgAJew','Dr. Miller was respectful, compassionate, and thorough; perhaps the best doctor I’ve ever interacted with. Nurse Rachel was so kind and easy to talk to. The technicians and staff always made sure I was as comfortable as I could possibly be.','2018-02-14 05:06:10.658000','2018-02-14 05:06:10.658000',5,'Brooks Cook','https://lh4.googleusercontent.com/-SFOhLVe9WaI/AAAAAAAAAAI/AAAAAAAAAPU/AMZuucmMoW5PqKGaUEQVJa_E1_u3OBgoRA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30873),('AbFvOqnE9IvuZAADUKZTaoEhEeCzuzMclaWiIZjpDan8KyklfoneDGlq4q4HighYAXgA3thj20hU','I’ve been here twice and both times have been great. The nurses are nice and doctor is nice as well. Doctor gave clear information on what was needed for me. Thank y’all for risking y’all’s lives for us during this pandemic!','2020-12-04 00:47:11.221000','2020-12-04 00:47:11.221000',5,'Nathly Tran','https://lh3.googleusercontent.com/a-/AOh14GjvSC1bkfzFfV5zry1zPnZfudOkF0p4qCL97yMxNA=c0x00000000-cc-rp','17394740196501090048',36504),('AbFvOqne9r_OOKg14fvbsb_L32f0_m0oL7EuX6wD7GhMCoeuqyrZDjcLK9I94Ni54F09BoMELrHd7w','Very kind, knowledgeable staff. Chelsey and Christina R did great job Good experience overall','2020-09-15 15:41:15.332000','2020-09-15 15:41:15.332000',5,'Maria Gamez','https://lh5.googleusercontent.com/-l0bL0vqiR_I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnu5Cb5F7z-6lwdm_gaH_vXJMirag/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35787),('AbFvOqnEAhr4vSAsNKJZrRtHGKsxXk1Pns_xy9ATnu8dgJfJnH5vHEn0P8RhzTDEwFWgdZ3Qmw52kw','Staff was very friendly, from the moment I checked in, throughout care, and as I checked out. April was the tech who assisted in my care and has wonderful bedside manner. The wait to be seen was very minimal. I would definitely return if I needed their services again.','2020-11-06 16:48:14.805000','2020-11-06 16:48:14.805000',5,'Kari Hussong','https://lh5.googleusercontent.com/-FQP2o8vNgz4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck47LC2NLMZmCawMBJ_Xs37BqA1JA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31402),('AbFvOqnEAN5Jk2YeiqNJngoiCDxbccz-u2-0qoLfK8dHtJ-whvNYXr-WVr81EzUd9rsJTR99_yDNuQ','Lorena and amanda had some of the best customer service 10/10 would recommend','2020-07-25 12:52:27.704000','2020-07-25 12:52:27.704000',5,'James Brunson','https://lh4.googleusercontent.com/-p1EWqyJ7Yz4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmkc-AJzCVnV9xeEjZOIevnehzVfw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34259),('AbFvOqnEAqXq_RjeyalRuMzd-nTW_Q_4qwvoRoozzonMkudM0Q849XpBR8NMKiInYwqWdv2uWxFbXw','Valery, Julia, and Vy are amazing. Going to the ER is always a nerve wreck feeling, but they made me feel comfortable and they are also very professional. I would definitely come back again.','2020-12-18 14:29:57.454000','2020-12-18 14:29:57.454000',5,'leah Soliz','https://lh3.googleusercontent.com/a-/AOh14GiSsPQaIlsdzzrpfrhutWf8Ik8xA0BEoe6lcuf-=c0x00000000-cc-rp','15979470999169074295',32809),('AbFvOqnEAW7sZCq_LZGItumsrbeg-HhWgf5YVsB6mP53iW7fDAdbnO_QV6bbM30BVQJGyo0yJ7sy6Q','Best emergency room that I’ve been to! Far beyond anything in Louisiana. Amy and Joe were the coolest! And Brenda made sure to make me feel like a champ. They all made me feel so comfortable. Thanks!','2020-11-07 16:02:58.545000','2020-11-07 16:02:58.545000',5,'Amber Bienemy','https://lh3.googleusercontent.com/a-/AOh14GgkQJgjVWAG1_HeSJM6Rdh-fRCWnXrtKEm6rJ9JA3M=c0x00000000-cc-rp','2077061009497551125',38438),('AbFvOqneAXUpMn6duqQyK16S4EsM_SckHxU7qIwTUxQzEKZfbp1GBNa9CGI4fGPXUcIhk0XPscV-LQ',NULL,'2019-08-17 16:16:35.374000','2019-08-17 16:16:35.374000',5,'Yoanda Ruiz','https://lh4.googleusercontent.com/-NafSPjJOqd4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl5YeXzG-NGcaAxW8Q_LcoOJL4sTw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41621),('AbFvOqneAzmgXjItw-j5ZsbT2-sQcVr-SWiR6w2AVj5pruOxRc_sYTVUUB3Eck5F0ffbFHviv-noQQ','Staff was very friendly and made me feel comfortable.','2019-07-21 04:57:12.120000','2019-07-21 04:57:12.120000',5,'Brianna Henry','https://lh6.googleusercontent.com/-ClcBniwAhy0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckw-4H6FkXAwBUXYmrPbv_kWS71EA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38073),('AbFvOqnEb36iqxV0hZTPKKOjnrWsehTU8e5NGSCY6_mPJ9NikNQ-OsO0Hccx7SJhPqZ1qQQ7zYs-7g','Went over the weekend because my son cut his face and the care and customer service was fantastic. The facility was super clean and the wait time was less than 5 minutes. The staff was awesome - Blake and Dr. Wendy. I am so happy this is right around the corner from us!','2019-05-28 02:02:51.781000','2019-05-28 02:02:51.781000',5,'Vlastas Enterprise','https://lh6.googleusercontent.com/-uAinR4FD4Cw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmcUnwWqPIHQzRDtFsqVmHeed0ABg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42697),('AbFvOqneB4kd2Mqpxu54WyDUDUACotoaw4WNUXv63IAX9j_Ir8jbkI5Yu-KD6Cs_FcfHHHUAnLjv','Kara is a wonderful and very friendly nurse!','2021-01-04 03:31:02.810000','2021-01-04 03:31:02.810000',5,'Kenya Watkins','https://lh5.googleusercontent.com/-M4zsMgGFt4M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclr1WjfjSyCE4o2xj-hRguyp84avA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44308),('AbFvOqneBBC7bCPwb-AaOCqONEjvZZrE_MXkQonsJILMvTU5ggZdOzOfIX-tDWF0984erWJkHr7VYQ','Kimberly and Dyveliz were both very helpful and friendly. They were able to get my friend seen before she even finished her paperwork. The location is super convenient and the service is great. Hopefully won’t need to come back but wouldn’t be upset if I did.','2018-01-16 19:51:46.653000','2018-01-16 19:51:46.653000',5,'Peyton Harrison','https://lh3.googleusercontent.com/a-/AOh14Gi4AoIdFTzsxBSj6XoBoCZLWGIzWZcL6ogmLQn_=c0x00000000-cc-rp','16590124370714063921',35330),('AbFvOqnebH9_j91SYbqYjrJdh3zJqFSeUIixnIr9rZW5s8GkA6hO1rIheyj4C2cJcaCEUQEKwtRosQ','The staff at this facility is caring, professional and attentive. The facility is clean and in great condition. I am glad I found this emergency room.','2019-07-13 02:18:27.815000','2019-07-13 02:18:27.815000',5,'Gina King','https://lh5.googleusercontent.com/-XHFhGXZ2nX0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckPq2p4iX27p1hZyHpNchUwkSzgUw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36732),('AbFvOqned0YNB24uV9rlXFm5wUA981BefnGwM5K3LJgOInJbb4i64IkORMeS_elXKJWcJMuOFbTbNA','My experience was wonderful and the process was comfortable','2018-10-05 00:36:03.156000','2018-10-05 00:36:03.156000',5,'Angelica Moffett','https://lh5.googleusercontent.com/-o05UJoYtJB8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck0KwfwEakX4gCJKqKV_MIp4BWk_w/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30697),('AbFvOqnEDAIhsPfA4wvQ2j5clF63_DkBY2_3c4HepMFfFqLVO02TkNCPRqNbhy2oll75VpA2g6DWaA',NULL,'2019-11-20 18:27:33.741000','2019-11-20 18:27:33.741000',5,'Sunshine Mathis','https://lh3.googleusercontent.com/a-/AOh14GjtVE22Bel1XZM4DQ-4yoHaoQsyDJY4KtTSYmIHiEA=c0x00000000-cc-rp','12541597562633926366',28976),('AbFvOqnEDlis0k6c_c7WLCpglbeKfd2_zm0O0VvCRJsEmK4LSG85dllOfNz0DIKaHGWTl29IpnEstg','The whole staff is just awesome. They treat you with such hospitality. Dr Miller is a great doctor who showed concern for our daughter. The RNs, Gracie and Meredith, were very attentive to our daughter. Bryan and Ricardo were just super cool. The receptionist, Keaire greeted us with a smile. Just a fantastic place. We\'ve been here before and we are just pleased by the way they treat us. We highly recommend this place.','2019-01-13 04:20:41.020000','2019-01-13 04:20:41.020000',5,'Johnny Ximenez','https://lh6.googleusercontent.com/-pIEHCEg_A2o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmKE0GOPu1cLsH0Sp4tiRGDoPQ5pQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30639),('AbFvOqnedtJwmvuGmhvcdyMKP80jkqck5WUvIgAD4sM4D-NnlNTV2Si56n4QH-dDIQ-aXhq4Xydz9w','Quick treatment, kind staff. Overall great care experience, big thanks to Lorena and Jeri','2020-10-24 11:42:41.322000','2020-10-24 11:42:41.322000',5,'Ashley Nicole','https://lh4.googleusercontent.com/-vORx7bfCsdI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmSlkcJAWY4Y3jXcUF2gY54und-Bw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34110),('AbFvOqnEDv8Z0E1D6jw2XIkt7RCusrZS2PwHpW05yHNS07EqdJXV0TFSzoWtLSDm7dwQ_T21q2Hj',NULL,'2020-01-18 03:11:24.081000','2020-01-18 03:11:24.081000',5,'Ava Rochele','https://lh3.googleusercontent.com/-yXhefaLeKJM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclRZH8dr1IKf19ykkRtJbsA9ogGOQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29478),('AbFvOqnEdyUnXEZQu-EtL6rmuvtEBLyqaRcL1UBGC3-MQ6Jek58bPqLkDonKYHEb-f5uR_MIuTEe','They checked me in fast and I am very pleased with the service and how fast the staff is here! Jennifer at registration was awesome and very fast with paperwork and my nurse John was very fast and was very caring. All the staff was awesome in making sure I was comfortable!','2019-01-01 18:32:51.273000','2019-01-01 18:32:51.273000',5,'Savannah Welch','https://lh5.googleusercontent.com/-Rt0WnNMP5cw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclgGSeZBkCfomM7YZWEZiLdBzv3OA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42208),('AbFvOqnEdZzZiloylQ63M0VwFw80IwozEIewkb5J7HlLFKwas-fzzr6K0URQLIM6TSjwqbTEgCmQig','They took great care of me and were quick to get me in a room and start running test.','2018-12-30 19:28:08.739000','2018-12-30 19:28:08.739000',5,'Samantha Mills','https://lh5.googleusercontent.com/-kQiwpA7FvqY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucksbWrsdUva969Vi2RwUE6glpwb0Q/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39980),('AbFvOqneE9R4ownFjcXg2R_1JsVdvvRwfjKDpcnItxAeqTvY9Zjesxut-tuz9bB3YrcUoVYfPrVc','Great experience....the receptionist preethy was really sweet','2017-02-21 15:49:10.180000','2017-02-21 15:49:10.180000',5,'J Rain','https://lh6.googleusercontent.com/-Hq_uAx9Q-vE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZOHDGF0tKhQmsayca20ripzYXvA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37209),('AbFvOqneEiKDFO6rv-GdKM2tQdcYMJjqXh59E9s64M9GdebPP6u8kCXhkxQyXCh4s7_Uzt78w6wgsw','Great service. Got great help from Alvean and Patricia!!','2020-02-09 17:12:34.419000','2020-02-09 17:12:34.419000',5,'Rajesh Vasanth','https://lh3.googleusercontent.com/a-/AOh14Gi-5mN78B1qQ6eYCGOsFKynS5i_HXB28qwfDpII2A=c0x00000000-cc-rp','16389487648212004696',33384),('AbFvOqnEF9mAhVAD7dCIPmjAsT2vAQR8WzUeDooIEdTkoB7oapdQTBmKil08QY8iXNVN9RHWPD5MmA','Dr.Jaber, Nurse Sala, Er Tech BriAna, and Rad Tech Sharesa where great šŸ‘šŸ¾','2020-11-06 14:12:30.539000','2020-11-06 14:12:30.539000',5,'Ja’Corrian Smith','https://lh3.googleusercontent.com/a-/AOh14GizQkR1mK6eai5yV2fvHifGbdvqO-UJxxowOz2g=c0x00000000-cc-rp','3511292162159714121',40072),('AbFvOqneF9MiSxg04Gr2uHy812MjWUEQWoW7iC08LHq_WGk3p8OtbJSRceizBGrfEBhLbkAqfo-y','I got my COVID test here and it was a great experience! I made an appointment which took about two seconds, and then they had me in and out within 30 minutes! Highly recommend! Cody, Sam, and Brenda were all very helpful:)','2020-09-01 17:41:02.196000','2020-09-01 17:41:02.196000',5,'Madison Goldberg','https://lh6.googleusercontent.com/-ME2MdnDJNCQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnfMUeX9oTONRhYeRn-tmV7ngIFgw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38554),('AbFvOqneFySHM24Ce8whmjkJIaV7vie5x7C0U76IpbS5SDayey4ktEuUrewudkiAwoxnF5p5scUSpw','Fast service, friendly staff','2019-01-06 23:22:31.952000','2019-01-06 23:22:31.952000',5,'Mackenzie Kenna','https://lh3.googleusercontent.com/a-/AOh14GjSBThkKxOIy6vDJlkXMUEBitr27EwskciqY39O=c0x00000000-cc-rp','3511292162159714121',40749),('AbFvOqnEFZRbvlBEeY3Tbz1k4F_Ht6o4RvOv_5bAGANtxBY6renqMshxwJIbi0WGek4MgEpFO29O0A',NULL,'2019-01-23 18:50:00.927000','2019-01-23 18:50:00.927000',5,'Lisa Giddens','https://lh3.googleusercontent.com/a-/AOh14Gh2O_pOdlyi0hMxYb6DKdZUs3VVAN3CmMeaPgMlxw=c0x00000000-cc-rp','3272657195432704501',39946),('AbFvOqneGu63vUvtZsFykXWNc2Km_YrAztxUQL18D0OdhDHmzOqMlM7tNELKS4P4q4ZloDCu6GYh','Tracye D and Julesia H. Provided excellent customer service ! Thank you !','2020-10-19 13:34:27.887000','2020-10-19 13:34:27.887000',5,'Kendra Milton','https://lh3.googleusercontent.com/a-/AOh14GiG4gG06106odE3-ffiyJsGjaovL05AoBukVT7Z=c0x00000000-cc-rp','8918455867446117794',42856),('AbFvOqnEgUsma39kaXK3np-XfWLVbAg7nbMnBUPpBv1IcSN5uDY9RkVUe4eAD4ulAQepBMVkh4Nz','Very good and fast urgent care facility! In and out within about an hour and half (broken nose).','2017-11-19 20:37:10.713000','2017-11-19 20:37:10.713000',5,'Pablo Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GhjApCBlCR1pGbWyGfL0wTG_rNTPIYzwq4Eu3Kh=c0x00000000-cc-rp','14567670160750071148',30946),('AbFvOqnEgzyxV9YvsOEZqTzDN3C1b6ggYYyD6mEFtljv4QDgWBzM-V2mAQ00H0Oi2dq619LawqkUSQ',NULL,'2019-12-06 03:26:44.739000','2019-12-06 03:26:44.739000',5,'GeorgeAnna Grissom','https://lh3.googleusercontent.com/a-/AOh14Gi2k8nc0xLhhL5PAyCTDs0Fa3YgCfTXkc_-D04b=c0x00000000-cc-rp','6521947413723274945',41540),('AbFvOqneh_MZjaB7QFkmLzStyoZrqq_0mh5nJ7zW9osAK0T0OlFyC2whrOnGpJPubMkCR4hRRmVSVQ','The doctor’s and staff are always very friendly and welcoming, I recommend this er.','2019-09-13 01:25:37.309000','2019-09-13 01:25:37.309000',5,'TC Reyez','https://lh3.googleusercontent.com/a-/AOh14GgPHFIRR5gjkljE13C_fT7hMoetD0L9aJUQ1KsZkg=c0x00000000-cc-rp','13486358490203335051',29674),('AbFvOqneh5IBYj5xbI1UhSdyMsmqrLDj-zFXjVw_M_x0Km4GqpdLC7BCBZnif8eerOzaK2_APngevw','Very great service!! Keera was awesome','2018-10-11 04:25:34.691000','2018-10-11 04:25:34.691000',5,'Alyssa Zuzu','https://lh3.googleusercontent.com/a-/AOh14Gg1dTga9x0ca6Xr7pH8Z0CT2wZ96nSWm2tBolPNUSg=c0x00000000-cc-rp','16590124370714063921',35165),('AbFvOqnEH7pkRjbOlYdwxQ_zfuF5B3IucJAGqPb7J2hikLEdshiOuqh-EVMlTUGFWMU7_Hj2lwsk',NULL,'2020-10-27 01:52:31.253000','2020-10-27 01:52:31.253000',4,'Emily Beltran','https://lh5.googleusercontent.com/-xOsIZ7Z9hA4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmEmeD_cwRmZXhzUaQL1V8EYjGHyg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31457),('AbFvOqnEHJDQ_eVyEVue5nW2yUmPS749OjmXY5aChtYrwvC4D5XWvDqcRT1pN35uNBw-OJlYAoaQ1w','The nurse brought me water without asking!!! They were so nice and answered all of my questions!','2020-10-17 04:08:03.271000','2020-10-17 04:08:03.271000',5,'Kara Page','https://lh4.googleusercontent.com/-EAkj6T9a4jQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMIVCJQjcU3zyowUp_Rgd8Nq87fA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31491),('AbFvOqnEHqIEwxZlWxgIm8lvNk8GC8DHYEhx31AIIG1pMs6X-fsh1xUTOVA32ek-GH7_Hsm_4jEnWA','My daughter suffered a head injury. I took her to the ER and they were fantastic. The nurses and the doctor were awesome. I went back for a follow up and it as great too.','2020-11-15 12:49:07.875000','2020-11-15 12:49:07.875000',5,'Edgar Paca','https://lh3.googleusercontent.com/a-/AOh14GgTUJLPDSORQtKbC-YvtJkDVgkbTQoWbOx7EmOMlw=c0x00000000-cc-rp','12541597562633926366',28459),('AbFvOqneie1BZI4DCx93rpISan4rR6SfS7VRZnTspMDm5czqeMhaipHSjP0Y7xKCsuZMC3DEfIMp0g','Everyone there are very professional, great friendly people. They will attend and care of you. Thank you all.','2018-02-05 18:37:53.639000','2018-02-05 18:37:53.639000',5,'Robert Danas','https://lh3.googleusercontent.com/a-/AOh14Gh4gP9_xRtFnyIPeT12pByq-ZuzcltSCx0kBqcvMg=c0x00000000-cc-rp','17394740196501090048',36988),('AbFvOqnEIJrLYPKKsyA_YDXEg4XfrAVGtJFN6D4syOdjgHZ-9dIkZiD1dKEz7J-BxWy2lvtn7rbVxQ','My visit was exxeptionally well. Everyone was so kind and helpful. Dr. Thomas expained everything and was so patient. My nurse selina she was very helpful and helped us every step of the way. Lastly Keera greeted us and got us in quick. Thank you.','2019-10-03 14:58:38.399000','2019-10-03 14:58:38.399000',5,'Naomi Juarez','https://lh3.googleusercontent.com/a-/AOh14GhFPbSv3bb-RU6VeHS4mBLc18VjvfkyAZWb3DsYLw=c0x00000000-cc-rp','17394740196501090048',36695),('AbFvOqnEJV8w-RtUfF6FEexsvdfBm7pvDvyE-z8y5eOKUNTmfktsQBAmr9YgnPkml4MEQgXgU2Sj1Q','Nurse : Fanny ,Selina\nEr tech : Brian , Ralph\nRad : Sandy\nDr : Wang\nReg :Okarys','2020-02-24 19:50:29.332000','2020-02-24 19:50:29.332000',5,'Trung Truong Cover','https://lh3.googleusercontent.com/a-/AOh14Gi-kwPwHiPsbTvKrN5I4Vt4mEq2DcTSzY8iZjwt=c0x00000000-cc-rp','17394740196501090048',36613),('AbFvOqnejW8zFNGC0Xc7Ur7MalQF529xqBPyF-ZuehEuoEL7zj0cZVyJ0T_LbvopHYJGANNFudDLeg','Fast, efficient, knowledgeable! Jani, Tricia, Jordan, and Aisha were great!','2019-10-18 19:50:18.970000','2019-10-18 19:50:18.970000',5,'Brenda Arteaga','https://lh3.googleusercontent.com/a-/AOh14Ghk-P4tAL2oovJTx5xpO_fhbu4aP_S3S2xbgR7C=c0x00000000-cc-rp','16389487648212004696',33855),('AbFvOqnEJyX0_KU3rs7g_Xd0JfVYDKPoAUI23QszsC55aQHbVElL7f0Id_qi_d08pDSlp2NkTAd4rQ','Kind and professional staff','2020-07-27 20:49:38.447000','2020-07-27 20:49:38.447000',5,'Kenzi Noui','https://lh3.googleusercontent.com/-jl70sPLyFgY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm5Ac9I1V3lBA6KVYneYv_HK26FCA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38744),('AbFvOqnEkrXYtDK6kkFYiTFJoeSZ2cVhM2BSJfksV57khmfR3MPqFxyuLs4FFEWg1BpmF858PjXcLg','I didn’t even have a chance to play my iPhone game! They had seen me, diagnosed, and dosed me in a matter of a few minutes and I was back to my day! Excellent resource close-by.','2019-07-20 14:35:03.322000','2019-07-20 14:35:03.322000',5,'Nina Rochette','https://lh3.googleusercontent.com/a-/AOh14GjN3qgh9qZ-ZovcUaGoGRKA0pJ6euBwlbM2TkAKew=c0x00000000-cc-rp','16891069708558046635',36162),('AbFvOqnElEitgeh55TEffmt6e3jkPqOwBbKUf6bv3OfPdsb5-IvLEDTlqWeI5pnU8t8ujBLK21eilQ','Dr Harjai\nAlvean\nMarcus\nClarissa\nGot me in fast and very patient and great people','2020-10-12 20:31:35.642000','2020-10-12 20:31:35.642000',5,'Billy James','https://lh4.googleusercontent.com/-2LD1ajFsFiE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnXm7q6CdLva-nponY4_L1V4M098A/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33168),('AbFvOqnEllTMh6bqvTgD86mmyriYLK_acE5DWFZ-emoPAJ8rFvuZ9C-i0XTx5OsbohzcUlQBoMtGfw','I brought my 4 years old son here for a swollen foot and dr. Thomas MD., Nurse Jaime O., Rad Tech Carolina E, registration desk Tanisha W. Were all amazing, attentive, nice and most important tender and genuine and my son loved it.','2019-01-11 04:47:41.441000','2019-01-11 04:47:41.441000',5,'Rita Shteyn','https://lh3.googleusercontent.com/a-/AOh14Gg8cofK5XNWjcthBCq3_e8wuuRza3LkyWCRkNofAQ=c0x00000000-cc-rp','17898197009688164559',38332),('AbFvOqnenKQTb54YrY0E76H0cFt3-9w3YmveL9otDGk8QNBKu5CGqFNkL7OHZjrhsVn30UOMjhDxUA','I was a patient here after I passed out. On entering the facility, it looked more like a 4 star hotel than a typical ER. I was taken into a room within 5 seconds and the nurse immediately triaged me. They took great care of me, quickly and efficiently. Everyone from the registration clerk to the nurse to the technician to the doctor was FANTASTIC! I would highly recommend this facility to anyone who has an urgent medical problem.','2017-06-26 15:43:43.276000','2017-06-26 15:43:43.276000',5,'Huan Ngo','https://lh6.googleusercontent.com/-XTR3DoHBlKw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucltOQ-TH5OnY8egtMXkTMOwEajcXw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32667),('AbFvOqnentefwWMfETUpEnPoeG-MUa06eQhtfQ5qk0o89KA4lf5MUf7ZvoLsvGqRhFT3L2Cd8p8-rQ','Very polite and made the testing for covid process easy and convenient. The staff is great!','2020-07-19 15:55:26.870000','2020-07-19 15:55:26.870000',5,'Jacklyn Canales','https://lh3.googleusercontent.com/a-/AOh14Gipr9WfEWKQvGtw6R2lKeeSvZElDW83cQu1jcK5=c0x00000000-cc-rp','14748677429039074158',31982),('AbFvOqnEoF59NzszoobwUBH5I6o4gYgRSxrfQ1i5sgzg4Y1t3JuzWAF23Y-9ukP4__rimEm2va4_-w','The staff was so kind and understanding. The front desk clerks Dalal and Keshawna took the time to help me understand what I would be signing papers for, because I guess I seem somewhat confused. But they had patients . I really appreciate. And the nurse Vivienne was so nice, which made me feel real comfortable. This is the location I would direct my family and friends to go. Thank you all.','2020-10-08 21:56:56.978000','2020-10-08 21:56:56.978000',5,'Ertha Williams','https://lh6.googleusercontent.com/-n6i51akIqco/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn5lZX7eojENjfCRwfrV9ln97rVVA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30066),('AbFvOqneojVs2FtkE1mq6BFSExCM3F2J3E6euHlsGGt7P5AMQoQIDpwX7W4JjqTXiTnH4XPTnihiMA','I would definitely give this place 5 stars. They were very professional courteous thorough and very very nice. If I was ever get sick again which I know I will this is definitely the place that I will go.','2017-11-12 23:58:33.526000','2017-11-12 23:58:33.526000',5,'Christopher Hancock','https://lh3.googleusercontent.com/a-/AOh14GiEDJObN-6BuWJgVAKmkCtCQif__8YEEzypnSnG=c0x00000000-cc-rp-ba3','14567670160750071148',30951),('AbFvOqnEOXlcIROO9ph6iBNNoR6MWgeVbhMvHWQBnj6Dg_eLJ2nXpWlfB3VGAZoiSowGZbVMRzwa5w','Amazing staff! From the front desk to the back, everyone was caring and gentle for our situation dealing with my daughter and I couldn\'t have had her in better hands!','2020-10-05 17:43:07.336000','2020-10-05 17:43:07.336000',5,'Melanie Hill','https://lh3.googleusercontent.com/-YzEsi4Wz1pw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmaJDTUoetRMvSh-YgPJd9yGaXNGA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38940),('AbFvOqnEoYXibgK4-hTuLBmDmFHz2v6_c4PlVNbPeyVfyJ_YuerV3nZblD8-JzAIfKYGpksXGwE82g','Lisa H. And Jamie P. Greeted me immediately as I walked through the door. They went above and beyond to service me and quickly get urgent care for my emergency','2019-08-27 13:38:27.509000','2019-08-27 13:38:27.509000',5,'Alejandro Escamilla','https://lh3.googleusercontent.com/a-/AOh14GjNeFnFbTHeNTxBcyLjqt2zzflkSUIDOT20mPxi-_Q=c0x00000000-cc-rp','13486358490203335051',29686),('AbFvOqneP6KOteI26T7Rv-gV24CENWgy4q__Ke9Aqc2iXX6JmGCJ-asCWnrBez2SEliHr88hCJha','First time visit\nDr. O’Malley and his team made this a great experience for myself. All staff were so nice, attentive and took great care of me.\n\nI would definitely recommend this facility.\n\nNurse Tiniceia\nNurse Jeffrey\nRad Tech Greg\nER Tech Greg\nRegistration team Melissa and Tia\nYou guys are the best!!\nMichelle W','2020-10-24 04:32:12.022000','2020-10-24 04:32:12.022000',5,'Michelle Wallace','https://lh3.googleusercontent.com/-A1-0U-6H9mY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn1NjzZgSidxz_F9DgbYKkkQGrAOQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33094),('AbFvOqnepbhcWBFZiAOZPweZs7OLaoK6SMUeAXbJHcdj9sIFHVmsVZZWbg6V_FasLTbSnXHWl1h8rA','Nurses Heather and John took care of me in a timely manner. Made my covid test a lot less terrifying. Dr. Jones got me in and out quickly.','2020-12-07 01:42:16.600000','2020-12-07 01:42:16.600000',5,'SpawnxofxMuraki','https://lh3.googleusercontent.com/a-/AOh14GiOlU1Lws-worrL4cyeIR60S7kG0ci6cTbG5fxj=c0x00000000-cc-rp','2694018788013845459',38863),('AbFvOqnEpU1tlozJa4erRKfjT83DFJAZILBl8-9_WBzXPGxTOZMfrfy-qqs_GEdS9WifGojJimIw','Stephanie was very sweet and attentive! She made our visit quick and easy!','2020-02-22 04:54:28.147000','2020-02-22 04:54:28.147000',5,'Tatiana Gonzalez','https://lh3.googleusercontent.com/a-/AOh14GjyxQrJeeWTT3avYEJpYygvSaKrF2MmALvTUD59dA=c0x00000000-cc-rp','8679688254631342173',42430),('AbFvOqnEpxWt4nQ1OYrroASN6hm8I8j0ilzzKAsKE6riB_pftsHJQ-zSZCJSI5420u4YHgcftM2MFg','thank you so much for your help!! y’all made me feel much better and made me feel like home.\nregistration- robin\nNurse-jennifer C\nTech- valerie','2019-05-26 01:52:11.864000','2019-05-26 01:52:11.864000',5,'Ja\'Kirah Franklin','https://lh3.googleusercontent.com/a-/AOh14GgZIrdtKIkGPfg2ryJ4fApdGi4YAsYVfU-DhdATmQ=c0x00000000-cc-rp','8626688543755174284',42067),('AbFvOqnEQmlCxLlm7dk2fLUFNEUg-NFza2UhnYzsnI1xaU90WgWRPtZ07MmsJkAkZocvTlEL9zmE6w','I came in because i felt extremely ill and asked to get Covid tested. My result came out negative but they were determined too figure out what was causing me to feel so ill and they did! The whole staff was so nice from the person that brought me to the room (cant remember his name) and assured me that they will take care of me, make sure I would leave feeling much better. Im so glad I came in, they went above and beyond. Thank you so much, I am very grateful! Dr. Bodige, nurse Tuyay were great. Thank you.','2020-07-23 20:54:28.671000','2020-07-23 20:54:28.671000',5,'Z Perez','https://lh5.googleusercontent.com/-P7IKUxeXdHQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmMutlqrr9rSUcV2KGqZk_1B68bhg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31877),('AbFvOqnEQRCz2rpu6tTlVDL4mdnKCahMaeF-CqMrLg2R2komvPOVkIILH-mEMcfwOdB2bOgHpucPHA','Service on 11/17/2019 Dr.Faig, Nurse Balliu along with the customer service rep at the Copperfield Signature Care were amazing. Service was rendered in no time. Simply great customer service. I appreciate the care I recieved for my family.','2020-01-23 05:08:05.706000','2020-01-23 05:08:05.706000',5,'Kymora Thomas','https://lh3.googleusercontent.com/a-/AOh14GhWRKSKZGDKJw4di3HkYp2XD2goR0R0Bb0skhQgyw=c0x00000000-cc-rp','17898197009688164559',37736),('AbFvOqnerHaq6azcexVCHlWQqecez26yvyWOpjDZlLCRQwkl39dRR14AEWRg9kczTpx8QIIKX2m1iw','Greeted as soon as we walked in, everyone was very inviting and had a smile on their face. The whole staff rocks at this location and we really didn\'t experience any downtime. GREAT JOB!!!!!','2019-11-18 12:49:53.567000','2019-11-18 12:49:53.567000',5,'Tim Anderson','https://lh3.googleusercontent.com/-hkSzx6g1mN0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclsIY_8TbJVe8RisEXE2f1AOSlqqA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41986),('AbFvOqnEs2J3gPEseg1aSOC1RdqV6FTOi8CfLXkXCgYFXwXiq2quBerEIoaFCui8q-4pxzexo7Xj','Very nice facility but a bit cold would revisit again. Staff was very good...Tricia had great bedside care. Dr. Ortiz, Alvean, Tricia, Jocelyn, Mike, were detailed and made sure we understood the care they provided. Thank you for a great Saturday experience.','2019-06-22 19:09:53.280000','2019-06-22 19:09:53.280000',5,'lori jenkins','https://lh3.googleusercontent.com/-xSoxEVCxVac/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckg72jKcLg3pND7sUAkAsNIjiu44w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqneSbzZo3niIth5Bbzf7maIGjkhWuO4RN-vPZx8T0yAIVwXNGiTUDtQ4X2H3oS81vZTnuxn','Very nice, quick and attentive I loved their customer service!!!','2018-08-02 23:18:11.085000','2018-08-02 23:18:11.085000',5,'Kionna Uzodinma','https://lh4.googleusercontent.com/-KaxvA2ywK3Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmUdvWVZauqq33A5lQ6ffhW1uncnQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43378),('AbFvOqneSebPGrlkDK1Uz68GDwYP_ZYEN7tdW2cMnPjcwIpgx2A2F7hv5RNAYxVppvOZv3R0qQRpMQ','The front desk person Ms. Erica was super friendly and caring . The doctor came in to check in on me and update me every step of the way. I would recommend them to anyone.','2020-01-06 01:22:44.931000','2020-01-06 01:22:44.931000',5,'Jonae Johnson-Banks','https://lh5.googleusercontent.com/-s3AR3MPxkxs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucllQjHBkOB425jNNVBks9aRLhle2g/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30364),('AbFvOqnesGtT0An75mRXJn92YjLsEtaWwF2y8LBISs0pW39WW8LmfWkhWvuLvkMtUttAOKN7RSl2','The staff is so nice. I had Nurse Lucas & he is amazing!!','2020-12-30 13:58:55.271000','2020-12-30 13:58:55.271000',5,'Lindsey Austin','https://lh5.googleusercontent.com/-bdg0Vmnc5F4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmbo1C4bNFjOMUxVant6oY_yl69ww/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44173),('AbFvOqnEsKwGiu9PfBYJsq6BnUqSAKDTntMhxa6fNBmBig2pqWRpztd2jm8Cszok3vwDP8l2Tk9S3g',NULL,'2020-08-06 22:40:29.506000','2020-08-06 22:40:29.506000',5,'Sara Alaeinejad','https://lh4.googleusercontent.com/-NljyCPZN_oU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclx9VHtrBSZATZ9qfgrz5iUWDIRcg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28580),('AbFvOqneSlJnjV054ROXxkaD4zN5V3KsciG4QpIe6CCz9O_Q2PIbHBV9cRx-mzoB_3n4M-5m-B0OWQ','Awesome facility with great service! All doctors and nurses were very nice during our visit.','2018-08-02 22:46:44.509000','2018-08-02 22:46:44.509000',5,'Gerardo Duque','https://lh3.googleusercontent.com/a-/AOh14Ghg_uByoB7pHjmotIUVRsl3X7TcJKs25eo-BgV2=c0x00000000-cc-rp','3511292162159714121',40905),('AbFvOqneSlOPz-gpKF5-V59cbdkt7KamHB31jY7gB9EByjg1ttspDrCQxlDQ6Pgz-OMahTgVqkWQCQ','Wow! I was in and out within the hour (1:30a). The team is compassionate and courteous. I HIGHLY recommend this facility. It’s clean, the staff is kind and professional, and they work very fast to ensure your needs are met.\nI cannot say enough nice things about this facility.','2019-06-25 07:41:25.360000','2019-06-25 07:41:25.360000',5,'Crista Ramos','https://lh3.googleusercontent.com/a-/AOh14GjO4XCsAVMNqPPMdsgHRqq5kkjPgVli6UoT80d75w=c0x00000000-cc-rp','14567670160750071148',30503),('AbFvOqnesvVZ5hDA9XMA7Tj1pZe4X2uLE3TNp_PzyMeu452P10mZIaOXvF2KB7MLnFIpHBLLvvni_A','Keyshawna Sabrina Dustin Vivienne Kimberley and Cecilia and let’s not forget Dr Lin were exceptional and caring','2020-09-02 21:50:13.499000','2020-09-02 21:50:13.499000',5,'desenegal1','https://lh3.googleusercontent.com/a-/AOh14GhVyy3_99SkRNufipc0CcS-ravPzqBWY0AoEXuf=c0x00000000-cc-rp','14567670160750071148',30123),('AbFvOqnESYHx9qOONNA284JJb1Iv8aZR9oT1F_xj1n1EbdccPF86RpZ_mu8ej4ef25luO21-nlfJCA',NULL,'2019-05-24 13:55:58.787000','2019-05-24 13:55:58.787000',5,'AndreaTehM Cruzfeyhg','https://lh5.googleusercontent.com/-qvMNOzCLxyM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckMf1p1XmtLUcSGNo__wUq5W3OovA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41718),('AbFvOqneT6ARp8UwMKURYedU1mkeEE0fIihyglqhB5tPdtMmO6wfivX0rETvslSP3LkjCf4hYwF_Bg','Customer service was perfect! As soon as I walked in everyone was very friendly and helpful. It was an easy experience.','2020-07-27 18:42:50.958000','2020-07-27 18:42:50.958000',5,'Kathleen Monsivais','https://lh6.googleusercontent.com/-y9IK26g2v8I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnNRq6t_9yPHct0BcDIN3uZhcoo5A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34240),('AbFvOqnet9uV_XP_X5nqF5lfpYf1AxJHOj9b82VZbwo1lX4M9bUmI1XiIimi8QCxgx2k2etLwpFkvA','This place is great. I have had to stop in twice for late medical emergencies and was well taken care of during both instances. I would recommend this place to anyone!','2020-02-24 20:03:34.529000','2020-02-24 20:03:34.529000',5,'Dennis Kihlberg','https://lh3.googleusercontent.com/-8PdTHfszoJQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucktKC9I4nvd2Xe0o4PUSvNVr6ql2A/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35955),('AbFvOqnEuiW7-W3Trc0JFHxfbdl4bcNu1Nd_plIdVWz9idchLxqIo7NXn8yLgYr0hRpHd4Uf_OBMuQ','Great COVID testing experience! I had doctors Christina R, Rose and Clay who were all very helpful and nice people. Highly recommend!','2020-11-07 22:26:13.969000','2020-11-07 22:26:13.969000',5,'Travis T','https://lh3.googleusercontent.com/a-/AOh14Gh8Q2mwm-6jA8oUh9JLpXxmS8Oaclyv0JKy3JLUcQ=c0x00000000-cc-rp','16891069708558046635',35621),('AbFvOqneurtaTejfCEUr4XldgaqnB2FmPSUH4OXJDJL6V-5x6IZEWjZC-6YOCqjesS3hNdrvptA7-g','excellent care, no wait. immediate treatment. caring & friendly staff! my official go to.. i will never visit hospital er if I can help it.','2017-04-21 15:34:00.525000','2017-04-21 15:34:00.525000',5,'Vanessa M','https://lh3.googleusercontent.com/-OO5qNGHpODE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucne98mEx3NcmGdDk3GMTcOb1LAGpw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31057),('AbFvOqnEuT4HJAHMTrHmgYw0eRHJcu53YQTaEDhsWbWZ0fhfSHObwfvf_7Xj-RsM8D0ieiOkuT7C','Came here once with an asthma attack. My heart rate was up because of course I can’t breathe well. Shortly after I was not weezing. They were very kind to me. Doctor did not treat me like I was crazy like they did in another place once. Truly wanted to see if I had a panic attack or asthma. I told him I panic because of the asthma... Didn’t do any crazy pricey tests since they had tested a million things for me before. He sat down and talked to me like a human being. I asked if I could stay a little longer until I calmed down and they said yes. I appreciate that and would recommend this place hands down.','2018-10-12 04:59:02.034000','2018-10-12 04:59:02.034000',5,'Jane Smith','https://lh5.googleusercontent.com/-FPy-YwAy3f0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmrgYoG7OWA-LBvvKN6lP3U66cDBg/c0x00000000-cc-rp-ba4/photo.jpg','14904078213800803294',32535),('AbFvOqnev3C0MzkAe-mw2oknZSDkn3O0-Zrm0xDIEAEsUMSjJlgEem3OUMq2YUCwW_4vZN1y5WLZ','Valory, Julia, Jesse and Anna were very quick to test me for covid 19. I appreciate their professionalism and quickness','2021-01-03 16:17:22.106000','2021-01-03 16:17:22.106000',5,'Omar F','https://lh5.googleusercontent.com/--uvEbSD_mjM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckQu5JcrB6gEUa-qrg5VpDVFCl0Xg/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44265),('AbFvOqnEV6SW0pGjKH6UdRqQrEQG2Y6WWGev2FQIVDFulmDeqAL-r-A_Rpn5CeCeN3zsat_4wUi5Fg','I had a really good experience with everyone that attended me! I would highly recommend this place to all my friends and family.','2016-10-21 15:43:34.782000','2016-10-21 15:43:34.782000',5,'Abigail galvez','https://lh3.googleusercontent.com/a-/AOh14Gj_wjMiEPbg3XlKJ67yfzw8JJYkQTrUVVGDGX5ZjQ=c0x00000000-cc-rp','14567670160750071148',31171),('AbFvOqnEviZsyRQYAShnAPPY3Na9rdPfmdCqAHp1jl9qiSpLcQIhc_ClCNDP32NM49N0G_Qf8bDzEg','Nice to have efficient staff when you are not feeling your best. Thank you!','2020-09-12 13:36:59.023000','2020-09-12 13:36:59.023000',5,'Susie Gunnels','https://lh3.googleusercontent.com/a-/AOh14GgGUNkvGUE93O5gYRDG17Rx1P1g3ICNuMEamYZl=c0x00000000-cc-rp','16590124370714063921',34175),('AbFvOqnevJdQoz3bGurBvVcqydXq0ix_T6hB0UIJCCJ12KB1UlgCjCfmm5oSZvtVG9Ql53YvXF0NXQ','Their website said they offered walk-in Covid Testing. They don’t. I tried to call to make sure but wouldn’t pick up.. drove there and was told there time slots by reservation? And that I have to come before 8am to get a test that day. Update the website, now I have to drive around more and potentially expose more people because of an inaccurate website.','2020-06-26 23:09:17.960000','2020-06-26 23:09:17.960000',1,'Omar Shahin','https://lh3.googleusercontent.com/a-/AOh14Gg4VoSe-dtyS6Bq-ulerkDO9VyKCCIXmSGITP2zlLo=c0x00000000-cc-rp-ba4','8679688254631342173',42369),('AbFvOqnEvwgwAlUYtGrwiTAMgc4IudILEZ7creKrFe88xisGtLXToy5zzOr30Jao_sZ_FEx3_X0b','Super quick and friendly staff; no hidden costs or fees. It is a free evaluation and they will let you know the costs of tests before doing them if you are not having a serious emergency. Doctor Nguyen was super honest and straight forward with what he recommended for me. By far the best experience, I’m super grateful and relieved. He gave me a piece of mind.\nWould definitely recommend. 11/10','2020-02-23 16:05:17.047000','2020-02-23 16:05:17.047000',5,'Ailia Khan','https://lh6.googleusercontent.com/-e9hPe2-mm7Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-22XMZfsDyeTFjULLUzsW5K6aDQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28700),('AbFvOqnEvy1Uoy8fqvI4UhBzYtXCrZo40A27zPkm2gR-1ofL21obkFw6RLfjQ7QNVnoOl_E98gf1','We always go to this place whenever we have an emergency.The doctors , nurse are really nice give us the best treatment options','2019-03-12 04:14:04.143000','2019-03-12 04:14:04.143000',5,'Sharmin Islam','https://lh3.googleusercontent.com/-BHNDToQytM4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckHE7OmyRa13O794Miyt9oVDPKxWQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30587),('AbFvOqnEw6W2Og8czD-YqJswU1p7LzV5YGdO5po8k22I0djckl7Az3OrNXTZVb3YW-WWCCp79pATCA','I don’t do reviews often but they deserve this review I hope it helps anyone who needs to see a good review before they go to a place.\n\nImmediately on arrived the staff was very kind and helpful. I needed to get a covid test so I could travel. I started filling out my paper work and before I could even finish writing my name I was called back lol. They were extremely fast but also efficient in there job and duties. Everyone I met was extremely kind and had a little humor in them as well. Definitely a great place to go if you need quick and efficient care.','2020-09-30 13:27:49.306000','2020-09-30 13:27:49.306000',5,'Saint Phillthy','https://lh3.googleusercontent.com/a-/AOh14GjswInHheHBBBKX4Ickjdsv8g8snSnevcm0hGKT6A=c0x00000000-cc-rp','14904078213800803294',32247),('AbFvOqneWheaoHeThR_54X7GCeDkghA3jIYhiqmkXsb5g2bxRjE8wmuJST4AAvuu1QNIZDn71JbJnA','The staff is so friendly and knowledgeable. They are genuinely concerned and care about your comfort.','2019-10-21 19:18:28.887000','2019-10-21 19:18:28.887000',5,'april smith','https://lh3.googleusercontent.com/a-/AOh14GgGdlg7lYfFel6jdM5fMZ2I5a8Npd1G8UvDyb8Q0Q=c0x00000000-cc-rp','16891069708558046635',36104),('AbFvOqnEXa3BW9g5UUBGBUcfKEYu2hTcAnf8lAcA5p08vSmiifsQFa1fC0Pg98Fq7EgSJjJn2kIe0w','SignatureCare is great! All the staff are fantastic, everyone from the nurses to the techs to the front desk staff are all welcoming and nice. I was seen by Dr. Elsbecker who is very kind and knowledgable and was able to help me and give me all the information I needed and even extra information I had mentioned in passing. Even the manager, Adam, stopped by my room to introduce himself and see if I needed anything. I was also brought back and seen immediately after checking in. Overall a great experience and would highly recommend to anyone in the south Austin area and beyond!','2018-12-07 19:14:07.230000','2018-12-07 19:14:07.230000',5,'Kesley Huffman','https://lh3.googleusercontent.com/a-/AOh14Gga-GW214q_l1YbxKq3aPBKDaWJnzS5sbZPaBH6=c0x00000000-cc-rp','16891069708558046635',36317),('AbFvOqnexgko4taUpbF4jpwK6XchkWAV6rrwHC6Y0D9N6P2FfgxpYEXH82LvMhbh9lMsY9b-0qb3ww','Staff was great. Very clean and up to date. Will go again if I need to.','2020-01-21 07:55:52.893000','2020-01-21 07:55:52.893000',5,'Sharla Enlow','https://lh6.googleusercontent.com/-hcp_ulkOZqY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck86Yc2pWd1zz2boOGaiuCPBN0eog/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33482),('AbFvOqnExLBeztUG4sS3jfDQH1CpX2utPT4MKPrYmwt6UTmRUl17NEcdzqi9awbtOwuFLRMuKZB8GA','Thank you! Customer care is great, Manny is very attentive and cares about the patients. This is about the 4th time I bring my kids here, and its honestly the only place I trust.','2020-03-03 17:06:10.401000','2020-03-03 17:06:10.401000',5,'aj 91','https://lh5.googleusercontent.com/-JGmrJWLtnN0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclYRLoW_cYaYH6Faxs6LgXf3XDexg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41422),('AbFvOqnexMceq9wYKpGF_WczJ86qgRP0uStAuhiiJ6sRfNvRh_Bwlfn6G7lQ17hT7wowGbgrxr4b8A','Excellent customer service & super quick','2020-09-07 01:01:42.478000','2020-09-07 01:01:42.478000',5,'Ashley Hibbs','https://lh6.googleusercontent.com/-cz5h6PPUH6w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl7PL272gbSYdYbxoMGsfvXUiezfQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31701),('AbFvOqneXo675d53D-2ofwlpGrOFUmpa5VO6jhzW-MQl4CL3gGmPIHy0oFhaB4VRi4FiDs5-4syb','Very professional and caring staff. Was quickly seen. Doctor Smith was thorough and clear on next steps and options.','2020-02-11 13:13:40.248000','2020-02-11 13:13:40.248000',5,'Denise Robinson','https://lh3.googleusercontent.com/a-/AOh14Gj1tm2Dt6Ak5ko-rh0HaTuIgKG3saeeiAiuY6Gi=c0x00000000-cc-rp','14904078213800803294',32347),('AbFvOqnexPb5oI72y4n31OcW6dmRjAC0WtoBXbq11XM_A2v2evcLttzOg6oxM5CGGQl-CqhZs1xS','Best ER experience I have ever had and I have had a lot !!!! How is an ER experience the best? Excellent, fast, friendly and very knowledgeable from the receptionist through to the Physician. Very impressed!!!','2018-02-20 17:49:24.148000','2018-02-20 17:49:24.148000',5,'Marshall Kelly','https://lh3.googleusercontent.com/a-/AOh14GiE8UC0BZswzgX50h1XwYv-_wvh5gbWsTZfcGdmZDY=c0x00000000-cc-rp-ba3','16891069708558046635',36431),('AbFvOqneXqpcralJLh_ZZNYwJotuZsuu4d_5fmJ3KORTaskbTnPTPTsGzyqMpNYrpDZRDG1LvIGHIQ',NULL,'2019-10-27 01:20:15.681000','2019-10-27 01:20:15.681000',5,'Alice Larsen','https://lh6.googleusercontent.com/-YnmsomvS70M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmEICcxHkqhViLMMZ1sPlxzpeQVHw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29607),('AbFvOqnEycoFhx4NE2hookCYvRoVyj3JeuZ65-Ypc6oJVjmN2jS3rwjH-MqEITu8G9GPArXLdVM4','I came in on Friday with symptoms consistent with the flu and I was greeted and treated promptly, my nurse Lucas was amazing as well as Dr. Ashbrooks! I came back in today to bring in my daughter to get tested and treated for of course, the flu. Same experience if not better! Lucas was great with my daughter and Dr. Curtis was great and thorough as well. Laynie wasn’t scared at all during the visit. She was also given a little goody bag that she loved! They really go above and beyond for their patients! We highly recommend :)!','2020-02-17 16:53:57.177000','2020-02-17 16:53:57.177000',5,'Anna McConnell','https://lh6.googleusercontent.com/-FoxzS-2E9Lo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZNdZgIm2aHegJFfipOeJ4AMfj_Q/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39621),('AbFvOqneyf2gWup34MZ8FlY7AJGlt6jwvzfyU1cg5NPXyQeBmvq1xqcdUJEuhLpn9skA_9JZEO12Lw','Friendly and efficient care! Many thanks to nurse Christina R. and radiologist technologist Clay.','2020-09-13 14:38:45.923000','2020-09-13 14:38:45.923000',5,'Stefanie M','https://lh3.googleusercontent.com/a-/AOh14GidB6fcmI-IiYRJXtmpau0CJh4D9H_b5g2XSCeMvQ=c0x00000000-cc-rp','16891069708558046635',35809),('AbFvOqneYm1pdIy47vo57ZDQkMFgQBUdQpUy_LwUvn6Dn1d2SdujQjLo5xtcuiJVjvPnYAbgn5yw','My experience was very great i was seen right away\nThank you Dr.Patel, nurse Aldean, Kelly L, Erika and Jocelyn A these ladies took great care of my..','2019-08-07 14:39:49.076000','2019-08-07 14:39:49.076000',5,'Carla Young','https://lh3.googleusercontent.com/a-/AOh14GigBhK4rYLb4bKYdjmkPhm9ujB_VB3lQlqGC_1Q9Q=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqneyOhjCTI1GzgLFIQ9mFp3NuOid6mgV_8ZVyR2WynmuUQ7xViS7sDzB1XlQP7uFSrqUPAGbQ','Dr. Mauldin was phenomenal with our son who cut his eyebrow open! Very informative and caring!','2019-12-12 03:47:34.885000','2019-12-12 03:47:34.885000',5,'Mike Robles','https://lh3.googleusercontent.com/a-/AOh14GgELKtSJ2XBFxLqIrex2GHuK8x75bQzijUcCxVM=c0x00000000-cc-rp','13486358490203335051',29534),('AbFvOqneyphZfMWirAPLfwjqQMTK9She3WnGIbjd4DRyCcXCj72RuYsu_iJR10mfup0kGnT-Fq3ZDg','My husband and I received service on two different visits, once with a fractured foot and once with a torn shoulder. The doctors and nurses were extremely compassionate and helpful. We were treated quickly; we only waited five to ten minutes. Based on my past hospital experiences, I saw that the charge was a tiny fraction of a hospital charge. During my second visit, I was suggested to be seen by a specialist for continued treatment, so they gave me a sling and prescription so I could hold on until I get an appointment with a specialist. To my amazement, they didn\'t charge me for that visit and provided me with a free service. It make me feel like I\'m being treated by a non profit organization. I highly recommend this location to everyone. Cau Lee','2017-06-12 20:53:45.353000','2017-06-12 20:53:45.353000',5,'Kevin Lee','https://lh3.googleusercontent.com/a-/AOh14GjcjhUDKLpyMfPTiLEOzH1Y90UHXfYHo1S7A_BL3Q=c0x00000000-cc-rp','17394740196501090048',37136),('AbFvOqnEzdsvCJple8a6UADHS0m2ssEn3O2nFeboyWjuZ3ASL2uvzmtraazSwWRgNFh-AdenvO8Iwg','Alvean, Valory, and all the staff at ER Care 24 are great!\nWe were able to get in and get taken care of fast and easy:)\nWe will definitely come back when we need help!\nThank you:)','2020-10-21 19:09:56.845000','2020-10-21 19:09:56.845000',5,'Danielle Behar','https://lh6.googleusercontent.com/-ZCCFqcTQ7oY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmK2Sk7ZdcQMi7BRtATo1h63XLmmA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33120),('AbFvOqnEZOfWDiy_sL9pda3nmAXLYuZpdD38o-DN2H1rB8OLsDJ-PiiPH8NB8xSXuMes_T_vmcht6g','Service was great and quick my Er Tech was Leah and right off the back made me feel comfortable.\n\nThank you','2020-08-03 14:00:31.849000','2020-08-03 14:00:31.849000',5,'Vick Lujan','https://lh5.googleusercontent.com/-97eMM-sDi2o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm4qZ0tS2fAOIOxFrc7nY8hsR91Dg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29337),('AbFvOqnf_OaH5k1V5F0aSBEGWCzZRTDi4TuX38G0FgMEVJSjaXLV3e1X6QYzmDWlhGmyI0bzfiEICw','Highly recommend. Staff, Doctors and nurses were friendly and very professional','2020-07-18 19:02:12.566000','2020-07-18 19:02:12.566000',5,'Darren Schultz','https://lh5.googleusercontent.com/-1wx0a61TtcI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmT6Jk8s5XpeEBsqW5uKHwNekC3Ww/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32000),('AbFvOqnF-bJNMxYEs0hC3G9lJPnN1WuFJ8_SOGW8nrrjwN3bFgjEn7QP-aUgQqko7IT1Hw_hulpCBw','Callie, Kimberley, Dr.Lingan ,Alia and Melinda y’all were awesome defiantly felt like I was at a weird spa but loved it. Thank you all for making me feel better.','2020-05-29 01:49:35.614000','2020-05-29 01:49:35.614000',5,'Patricia Rios','https://lh3.googleusercontent.com/-Uaw1P22zPMo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZp4u5RfmZdO_6UudGSZ49k05gCQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39070),('AbFvOqnf-elmLDIRfSd4YKSmdnDgq-tniYN4UVKbHn7njSOR1jN1s93an6bolfaaL-qEhhb0TTSg','Rebecca V and Dyveliz have been super helpful making this experience a little calmer!! So grateful for their service!','2019-12-05 02:33:19.227000','2019-12-05 02:33:19.227000',5,'Katy Seela','https://lh5.googleusercontent.com/-iaWatSG_adQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucllOrKp94eyyFJtG8fjkwdkkoqOFw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34533),('AbFvOqnF-WL3SWjP6QsCJL-SqvGxPWCTjLUJEChB1p91Xu8GDetErXhR4XpThvp4vFGqQn7Lvd2BXA','I received a greeting when I entered the ER. Melissa was very nice and professional. Dr. Appiah, Kristina, and Laura were all very helpful, patient, and attentive. This was my second visit and I very good experiences. I would recommend this ER to others. Jennifer James.','2019-09-20 16:16:52.943000','2019-09-20 16:16:52.943000',5,'Jennifer James','https://lh3.googleusercontent.com/-usWDw5f0WZA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclH5gfdTY6rT-UnLpIV-mTa7tiw1Q/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29015),('AbFvOqnf0mBpLmkwO7aoRf_SGUtKag3BCuxaULTDuisrbqsokwapyNaicwENQSp6CW_a3gSV_MZaGA','Came for COVID testing, and all staff was very nice and helpful.\nBoth nurse Sydney and Tanisha were super nice and very willing to help with anything I need.\nWould definitely recommend this place.','2020-11-04 01:23:39.431000','2020-11-04 01:23:39.431000',5,'Olivia Martinez','https://lh3.googleusercontent.com/a-/AOh14GjcSNkXyRZFK5eR70_jMangIK6ac6riMzqPQf7Y=c0x00000000-cc-rp','17898197009688164559',37464),('AbFvOqnF0P3f8uBdbPlMvRxmKhD_JgDZLOREBG5JhaPfjWWEt5r00FAccMj8LKSOHp_k9f6aYC1BXA','I had a great experience here! The staff was super sweet from front office to back office! The doctor’s bedside manner was excellent !! I drove 35 minutes to come to this ER and will do it again!!! They got me in and out also! Thanks again for taking such good care of me.','2020-07-29 12:48:47.607000','2020-07-29 12:48:47.607000',5,'Mahogany Sneed','https://lh5.googleusercontent.com/-9WQ-00UqlNE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmcf_Zq4mmsXME02CVnNHSLFV3BXQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31833),('AbFvOqnF1Epagy-1BkJ6rLNkHzTHIXGw0iy37YILbVs4KEVLjNsR9ClAmb4troyiXosfekbE8nI','Patricia and Alvean was great. Very helpful and made my stay comfortable.','2020-01-27 00:05:27.310000','2020-01-27 00:05:27.310000',5,'Katrina J','https://lh3.googleusercontent.com/-GFRGdNH5MeA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-T9OD_qDJLO1o4-t9GOhT0Z9f7w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33446),('AbFvOqnf1WbpnBJazSKHrddydWetl_odLCPzD4TdhjFPnsDUrXVN2fiprABM19Wb2Oe6nRtH_SlC_A','I came here to get tested for Covid-19 and Ashley and Brittney who were at the front desk were very nice and helpful with explaining the process to me.','2020-09-01 22:40:39.813000','2020-09-01 22:40:39.813000',5,'Rosalitah c:','https://lh3.googleusercontent.com/a-/AOh14Ggri0tE0E55yftaSl2XgMOwxwnhEPtLmP_dCHXHpw=c0x00000000-cc-rp','17898197009688164559',37567),('AbFvOqnf2sDTCZOUMEflnXcfMI5W2duxg5WSDNYbJWUiPXis1okdhw6KWgSm2d14QTlUlACXeyJP',NULL,'2019-02-04 00:40:34.055000','2019-02-04 00:40:34.055000',5,'Aureona Barrett','https://lh5.googleusercontent.com/-Pv-ulShGe8w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmsd2XOwxQ6VxazGFMT9Zg8eG68Aw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40650),('AbFvOqnF2WDqd5w5SyeDh_QkLoSRFWiOyeOPb3kLxYdAc1gA2ezD6W-klrgNaJKsp6dva0tCIZMz','My wife came in with a split eyebrow due to our toddler throwing a blunt object at her. Everyone greeted us with smiles and our nurse Marcus B was the best and funny. We loved him','2019-06-18 23:02:44.160000','2019-06-18 23:02:44.160000',5,'Chance Hughes','https://lh3.googleusercontent.com/-5ahLNxUKD_Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckdXdHstNLolbIjyE4ODxoyLwGzIg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnF3jofMGKU7Zu8q4sIAb0UtkMI_kOs3stJR02ewg9M4Wqy0BbqRy9yJ9KQRN5EuHLIZ6USLw','Very quick service and accommodating staff! Great experience.','2019-06-15 03:23:26.285000','2019-06-15 03:23:26.285000',5,'Brad Hoegler','https://lh5.googleusercontent.com/-JuJIWLYbjjU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmw_SCkOcDWQmtpGxlb5iOHzR-k6w/c0x00000000-cc-rp-ba4/photo.jpg','14567670160750071148',30524),('AbFvOqnF3pnZmrXnxACS53XSDoSFmcHxPSHbG_d_lN6od2kYiZQiHUdbLyEZcWMmN0U4rowQVMT5XA','Melissa greeted us as soon as we came in and jumped into action as we explained the situation. Jani and Jose then lead us into the back and asked us the appropriate questions and gave us the proper aftercare information. Dr. O\'Malley gave us proper treatment and was fast and efficient.','2020-01-13 03:34:45.791000','2020-01-13 03:34:45.791000',5,'Dystani Jackson','https://lh3.googleusercontent.com/-2nPEecY6Syo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck9EhWfnRcI6bN1sXeuAKR7Fr5Djw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33517),('AbFvOqnf3T-1awbC3jR9p-P4htd6AOcS3B6Q_Rl8DQFMvaHg6pqHlCVxef3xAP8-7mNAtFHeOWoh3Q','Awesome experience. My 3 year old was treated so well here. Alvean was great and gave her snacks and stickers. Would highly recommend. We saw Dr. O\'Malley and he had great bedside manner.','2020-11-03 20:40:40.566000','2020-11-03 20:40:40.566000',5,'Jess C','https://lh3.googleusercontent.com/-DNGXdHxiLxo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKBqWOu3LNjWa6gZJwlqnUzkGzmg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33004),('AbFvOqnf3Z8igSh0fvLJ5BfPiCoWdgTaAEoI7_Eg-EEeIYp_2wu-GWhryYbqzYWK1yvQz33HHFxC','the staff was very welcoming and friendly very helpful, people like fatima, chantel, tanishia','2020-03-09 04:17:19.031000','2020-03-09 04:17:19.031000',5,'Andre Mancilla','https://lh5.googleusercontent.com/-GMETeZ_4ajM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnhCPGSwVjGpbPffuaEuhR-I77DxA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37628),('AbFvOqnf3ZBA6f5lbatk6W2iSnPbR1SZWUitGlSLQIfchfTIAOjYnEuyEJtg1_O8AasZMAJ1xXck',NULL,'2019-04-07 19:22:30.160000','2019-04-07 19:22:30.160000',3,'Alifa Karim','https://lh3.googleusercontent.com/a-/AOh14GhCzSCJ22dyVq9MbzyMF7bkRnRWKtW5hYFBj6bM=c0x00000000-cc-rp','16590124370714063921',34904),('AbFvOqnF66lwndqNsizhdoqL4JCdX_fTOd0Aj6lQij2G4O78jCJs3styb1CocRYdAkf3f4BNxf9t0g','I was seen on 7/15/20. I am a nurse myself and knew that with the symptoms I was experiencing I would need a Covid test but I also was concerned that I had developed an infection in my Spinal Stimulator. Due to my symptoms, I was taken back very quickly. It was determined through testing that I did in fact have a serious infection in my stimulator. The staff and providers here were amazing. They took excellent care of me and got me stabilized. It took several hours to find a hospital to transfer me to due to hospitals being full (thanks to Covid) as well as needing a specialist that could deal with my situation. They continued to take great care of me and keep me comfortable while diligently looking for a bed for me. I am now on the mend and just wanted to say thank you so much for you excellent care! Would recommend this place 100%!','2020-07-20 15:29:14.712000','2020-07-20 15:29:14.712000',5,'Vanessa Corinealdi','https://lh3.googleusercontent.com/a-/AOh14GhKYaHWLTPcObKjsBh3oSAZr48k_i58sRl_At09=c0x00000000-cc-rp','2694018788013845459',39036),('AbFvOqnf6kiUuijO52E6sgJadm_TyQ7v6nj9Ea41vO4atx6Fj7eYJ_NSFuuC77yuRnDkhR_LqzWHRA','Very nice people here. They took care of us quickly and had us on our way. Thanks for helping my kiddo','2019-01-04 16:11:51.418000','2019-01-04 16:11:51.418000',5,'Korey Miller','https://lh3.googleusercontent.com/-o-TrCVtI70U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclb3-Q2ygsiaa_yDJ7ApTBCM53wxA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42198),('AbFvOqnf8Mx6X3TfteFXCq50IZ7MESIgrR5Vgx93Bsyd1kUAethDotnfW9FZmigj4iwzr8FZqXH4',NULL,'2019-11-10 16:08:49.168000','2019-11-10 16:08:49.168000',5,'Cadi Fortes','https://lh3.googleusercontent.com/a-/AOh14GhASMXn76Uy_Q-81YY275LOnhAgIQFO8N2UgdWsoA=c0x00000000-cc-rp','3511292162159714121',40387),('AbFvOqnf8t6CM9b1zL_x-3hZghpM2OVC1LOt8KA9sImbsi0ejH7xYk3mZyBX_nqV-3xTsBLQnSiRBQ','Fast and polite','2020-08-01 14:02:31.548000','2020-08-01 14:02:31.548000',5,'John Garcia','https://lh5.googleusercontent.com/-WoF_6HPEcaQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucma1L1aPeEyqkvlSZIuTAHrMQI6RQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32299),('AbFvOqnF9PRulFN3aV0sxjtu6v015qLSZi1N2NaTV6L0AlorHTlOf4Jt6OCbfS_f3JAlcB1zXDqf9A','Excellent, respectful, timely emergency care! As a nurse myself, I\'m picky and critical of healthcare facilities and this one is top notch. My nurse Shelli was super sweet, professional, and efficient. Jesse started an IV quickly and comfortably. The physician and support staff were all equally wonderful! I will definitely be returning for myself and my children for any future emergent needs.','2019-05-28 17:51:58.000000','2019-05-28 17:51:58.000000',5,'Amy Rhime','https://lh3.googleusercontent.com/a-/AOh14Gj_gIhdD2a-rq2GpO4rdlFw7lMfd3rc1QDOwr63pQ=c0x00000000-cc-rp-ba2','16891069708558046635',36190),('AbFvOqnF9RT1aiE2bgLa-TD_wtXnL3MutmrXmAOyNBf2Divl0s2UWo_lb5godPLH1Ot97y74tUEA','Georgia in Doc Mcstuffins room was amazing!!! very gentle when taking covid test','2020-09-03 01:06:13.181000','2020-09-03 01:06:13.181000',5,'Stephanie Lopez','https://lh6.googleusercontent.com/--7yjha4mjCM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjlvJsJCtp6InpRPBjCS7b2qrIOg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31716),('AbFvOqnFa68WeZorJa1R9fSgOsQRF08oZWiGz8CRUKVgLxSkqYhrl2fg0zkDq7WJ6lfHMKey9mUuBw',NULL,'2017-08-14 04:34:27.734000','2017-08-14 04:34:27.734000',5,'C P','https://lh3.googleusercontent.com/a-/AOh14GgODlMcLQQXoyAaTKF0OKibMiaWLfxlZln2PJAs=c0x00000000-cc-rp','17394740196501090048',37097),('AbFvOqnfAj-CG3KoDZ31wXaUKHjVr7mDbGUwRsWr7lT6EwSZyoXqIzqE7ZXm5P_6sPrvf9gofOQr','Can this place just be my PCM?\nThey are so fast!!\n\nI always avoid going to the DR/ ER due to it taking too long and I can\'t stand sitting in the waiting rooms when you\'re in pain. Or just miserable. Alexa and Nurse Kat got me cozy in my own space very quickly and even offered me a warm blanket.\n\nMiss Thai got my X Rays done and the results back super fast, ( not like an E.R), and Dr Hasegawa was on it!.','2020-09-18 00:53:57.084000','2020-09-18 00:53:57.084000',5,'Miranda Wooten','https://lh6.googleusercontent.com/-6CKmIV5fRSc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3rDiemwIU4qGRS12lKE_Bo1BiJA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38978),('AbFvOqnFaNZEryL4n7-0C1l4LnY1wFjO7GzvKJc2_cyEEQIjllJWVQCgR6l7rexYqBBUFu22si8X','I came tonight and received the best treatment. Dr. Straface made sure she provided immediate treatment to subside my symptoms. She is wonderful and very thorough. Honestly, from the front desk to the technicians to the nurses, everyone has amazing bed-side manners and make you feel comfortable. Would definitely recommend this facility to anyone in need!','2020-10-27 03:01:59.237000','2020-10-27 03:01:59.237000',5,'Olga Zama','https://lh6.googleusercontent.com/-FUVEgv9KkPU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6wbFGlypOvNb8rx7N_hHBRj8VuA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31453),('AbFvOqnfAvdr3moF7o1uJ2cUbtBeEUVVro_iS00NXUVzBGrK0DQbaQsvv-OpJUCtnDtr0imxMFd_-Q','Phenomenal service by a genuinely caring staff. I didn\'t wait, was taken to my comfortable room and given a bottled water and warm blanket. The physician came in and introduced himself. X-rays were taken, and I was given a pair of crutches for no additional fee. They even called to check on me the next day! SignatureCare is the best Urgent Care Facility I\'ve ever had the \"pleasure\" of experiencing.','2019-10-06 00:42:03.381000','2019-10-06 00:42:03.381000',5,'Trisha Barron','https://lh3.googleusercontent.com/a-/AOh14Gj5nUImoJVTtdLPU9fdN5jDoMN9QD6YRGRe8yeH=c0x00000000-cc-rp','16590124370714063921',34627),('AbFvOqnfb-jGj4l2DE39hvuc1AvRuJDzVlUFoi_levjQM0m3bdTwcbWhFKy6xob8tjpPr8Sjc6Dy','Was taken care of in a professional manner. Treat me and my health quickly and very kind, and the medical staff was really nice. I would be going back whenever I have an emergency.','2019-10-10 12:38:52.071000','2019-10-10 12:38:52.071000',5,'Joselyn Perez','https://lh3.googleusercontent.com/a-/AOh14GhVtfNDMmTad5zVFDuoDj_U4VY4T4DiLDmXuu3Xqw=c0x00000000-cc-rp','12541597562633926366',29002),('AbFvOqnFb8OUHbFoirtp0-1YPH4Aqt0EJuDLVucavN7oyOcEPgLR5daLyffiXIyCIIZ69gVG8FVZlA','The staff is amazing & makes you feel as if you are their #1 priority. Dr. Hathaway, Ekaterini, Valory & Marcus were great!! Took great care of my husband and had us in & out quickly. Keep up the good workšŸ’ŖšŸ½','2020-10-27 16:43:11.398000','2020-10-27 16:43:11.398000',5,'ladonna palmer','https://lh3.googleusercontent.com/-QZX5jfWo2k0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckK4gip4iSDbjV_vOq8Mw5b6xIShA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33065),('AbFvOqnfBFp-sXRG566Et1OWJrgo3Dc8MQxsE1z6TefigC_GkYuXzmrZEadwlNwD_f3Ij6VyxU8i','Always have the best experience here. Dr. Jorden was great at explaining everything and truly seemed like he cared. I have received the same great service from Dr. Yost as well. They always get you right in and have the ability to do testing on site when necessary.','2019-09-09 23:22:42.163000','2019-09-09 23:22:42.163000',5,'rosalyn loudermilk','https://lh3.googleusercontent.com/a-/AOh14Gg17jmBkgKKTVnn0DlAxZjl-EN0KzVp1bw_zsqrxw=c0x00000000-cc-rp','3272657195432704501',39804),('AbFvOqnFbSTRGh73k3rP8gA7ZEe3HoJK26wWBTUxyG39RpZGC4A1VI8ezvZ_QySubyxDXXBzjFlQ7g','Dr.Vakey and Nurse Jacob were very helpful and knowledge.','2019-10-12 17:14:49.981000','2019-10-12 17:14:49.981000',5,'Mac McClellan','https://lh6.googleusercontent.com/-u1kV8IMVu0o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMEXhYHwGALYkgNSXKmYoDGRq4Cw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34619),('AbFvOqnfbtTIC1BQZkmmrwFkHp5Md-qt7bjxExlW3P9VngCfksfQbODk2Be4Ig7mehiqYnPhE8dh','The absolute best care I’ve ever had. I came in and was immediately warmly greeted by a wonderful nurse named Adam. Everyone has been beyond amazing and caring. In a night when I should be scared and worried about being as sick as I am, they kept me positive and comfortable. Chris,Linda,Adam,Gabriel, and Dr.Elsbecker are the kindest and most caring medical professionals I’ve ever met and I’m grateful they were the ones caring for me.','2019-11-05 01:42:44.159000','2019-11-05 01:42:44.159000',5,'TheGoldenCummies','https://lh3.googleusercontent.com/a-/AOh14Gh3XfFavn6HU3eG-qXbnBxb3pdwUNON7U0m47x1Mg=c0x00000000-cc-rp','16891069708558046635',36088),('AbFvOqnFBUIIPJnvI5qtcvHz-EBTlApnA2FhFfsMNAg374dnD5J3Ez2wXIXmuexYexsCkKflN9Q4','I waited 3 hours on hold for yall to hang up on my call once it was my turn! How unprofessional!!!!! Very frustrated & now to call back & have to wait another 3 hours! This is a joke don\'t bother calling this place they will just hang up your call when its your turn!!!!','2020-06-25 04:41:54.236000','2020-06-25 04:41:54.236000',1,'Cory Gomez','https://lh5.googleusercontent.com/-BtMEsKd-N4w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckVCGI70JiMAZZHC2-YGlDX9FQCNQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43023),('AbFvOqnFc9ygQkY0MCUhdXbY1I8BO_b9QpTgbsgHGQVcaEkhSpZAve0XLb61t35HmNUFrNS0UAKk4w','Was with my bf in the ER. The Dr came in and was good. The tech Daniel and the nurse Keira took care of him. They made sure he and I were comfortable. We will be returning here. It was my first time here even though I wasn’t the one being seen but I like the care that was given','2020-02-20 02:41:44.387000','2020-02-20 02:41:44.387000',5,'Joanna Cervantez','https://lh6.googleusercontent.com/-JbrwBO9p4S8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3No_y7MLeefsPqQdgC6d_3TxY7A/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41473),('AbFvOqnfcEJ5KC3o68sLRXSiG1_GMb8sQdZDEpcKrOOETazrJOXSOFrH-QZxDtHoMnhvObPAKQe2sA','Nurse Mollie and Dr Yost are amazing!! They were on top of my care and did everything help me feel comfortable!!!','2020-01-16 08:18:27.985000','2020-01-16 08:18:27.985000',5,'maranda Kellam','https://lh4.googleusercontent.com/-yR1rN-Mt4Mo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckgnX-jkB0tqQ3e7y_EoLj0hji8sw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39705),('AbFvOqnFCKjhsDV0x1FwMqScoKyIV9M6fgnmteGwGJKFf-njPJafEefVVlloi2_eR1Dz5d_gdvAzyg','All the staff were so nice and helpful! Especially Shawn! Service was quick and easy and we were in and out within 30 minutes.','2020-07-27 22:02:58.918000','2020-07-27 22:02:58.918000',5,'Shikha Abraham','https://lh3.googleusercontent.com/-z0M2BG6B4Hk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck0m9y6C_fZdOOFfTlgWXH_BPiIFw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42965),('AbFvOqnfCOrX9svpmspdkO5CzCGSUKUtqq163tISo02v7DWmQ08JRL4jTDXpw2Nevau6tdyb4Iyp','Lizzie was so nice! When we came in she had all the information we needed and helped us understand the insurance stuff. Great service!','2019-06-28 04:01:04.223000','2019-06-28 04:01:04.223000',5,'P Badell','https://lh3.googleusercontent.com/-ZS4r8cm1f6c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucklL-pnRDX58m24Uhw05OzpPUkB9g/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40517),('AbFvOqnfCPsUGQs-8xuwiVeGl771HJGhbi5jrkKC0KJA4qG1pjRks4IPpnofyGN518YmzMdWTR0XYw','Great service from Dr. O\'Malley and also Nurse Kat quick in out service and knowledgeable staff! Would recommend and will be back in the future! Patricia was a great registration host and very polite!','2020-03-13 13:18:06.368000','2020-03-13 13:18:06.368000',5,'Jereme Graham','https://lh4.googleusercontent.com/-AW5L5wzVu1g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclX4h63jucNdejQ92VNknsaZKxegw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33266),('AbFvOqnfCuLe1JtApnBbWilxrcQCO9bNam3RavDOPV12BiWf1CKtp-33ziNg_jf6YCw-6wn5gVk2nA','Friendly staff and excellent service, thank you!!','2020-02-22 02:02:37.298000','2020-02-22 02:02:37.298000',5,'Sharon Thiemann','https://lh3.googleusercontent.com/-irA1_X7J39w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckAy9_naz7ASbsgfkAlA6vZBB8wlQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33349),('AbFvOqnfCXnP1NkZeD69W5VqKjo3-prqo9C0WnAkXK9gdIbdMSqDBUxY0DZetFJe4WwXFOU5Ewljsg','No wait & Ashley B, Erica & Ashley K did great!! They were all very nice!! In & out of there!','2019-07-11 17:07:54.282000','2019-07-11 17:07:54.282000',5,'Taylor Farmer','https://lh3.googleusercontent.com/a-/AOh14GiBsQqx7b0glZp1ztiNaBlzu1rAZy-eVHESkFOE=c0x00000000-cc-rp','8626688543755174284',42030),('AbFvOqnfD23-DJixnUwBNbGHgD36a53aps3jr_Ojz26WdXPHoU4IkGQM7oQvwIsu2o7-Ec9LrFmO','I was very pleased with the service I received when I took my three year old daughter into the Baytown location with another croup flare up. They took her back immediately and worked hard to treat her. They were friendly and hospitable. The facilities are nice and well maintained. They also offered complimentary snacks for us as we had to stay for eight hours.','2014-10-18 18:15:51.223000','2014-10-18 18:15:51.223000',5,'MorrisAnderson Bunch Blended Life','https://lh3.googleusercontent.com/a-/AOh14GjP4YV26QAHv2ov7pw4x61CH37MIMPwYJW0LToUpQ=c0x00000000-cc-rp','8679688254631342173',42794),('AbFvOqnfDAmwxPGXM_5xarFbsnEKFw0d9Qrn4LnHSk_DeTsyOJjbXFIraRJERVVR8j2lcOL5htNP2Q',NULL,'2019-08-31 19:27:22.676000','2019-08-31 19:27:22.676000',5,'GOLDEN Golden','https://lh3.googleusercontent.com/-8K_dhuzg2r8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnnfSiBUeTiTnCyttlRFgr3DoD-uw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',34004),('AbFvOqnFDlBNwlhdjny43C1C_ggPxFcMzfgkaKPQtBqIED9s_yJ4WxUhx3u2uZ-7Tswdil6854SB','Experience was very poor, the customer service was horrible and I notice how they pick and choose who they give service to.Discriminating those who need help.Worst emergency room signature care I even had a doctor say he didn’t have time for my problem.','2020-11-03 16:05:37.024000','2020-11-03 16:05:37.024000',1,'joey Lee','https://lh3.googleusercontent.com/a-/AOh14Gjnqbjc6mSlKWcdUqSDk2vbbXjVS06RrlgfgpthjOs=c0x00000000-cc-rp','17394740196501090048',36514),('AbFvOqnFE0zClsjCI6_CfptVLCNI-CkbR5XFF7SroT15H12414bnQ3dVFWYbpGpXPOOFPxxjS4hd3Q','Loved Georgia so much!! She was very nice and took care of me!','2020-09-29 01:02:21.075000','2020-09-29 01:02:21.075000',5,'Scarlett Grace','https://lh3.googleusercontent.com/a-/AOh14GhNOA5lDqP3FsF0JtLQFBs2hHz7GQ6LaRZlfAsq=c0x00000000-cc-rp','14748677429039074158',31605),('AbFvOqnFEOuFfnqt_x-rj0fL1R5G1obJ_HmteaD1FnM9KCQmRaAnlOfF4ovdDHHt6BtnOBKzzt12aQ',NULL,'2020-12-22 05:04:54.354000','2020-12-22 05:04:54.354000',5,'Jennifer Juliano','https://lh3.googleusercontent.com/a-/AOh14Gi9VfKkKx5N1MYWEV3HUsGYcFCRlAw1rL0waCdp=c0x00000000-cc-rp','2694018788013845459',43684),('AbFvOqnFEUwVWcN99cSUgASEMEW2sMccet3v2QWiTi4qwPvGvNDRxrjJAuwOlVI-nqVwdZWGUu4_','We had such a great experience at SignatureCare! Our little girl was running a fever and vomiting and just achy all over. My first thought was flu, but my husband and I decided to take her in to be sure. The entire staff was so friendly and really took their time talking to us and making us comfortable. Shonda, the receptionist, was probably one of the friendliest people I’ve ever met and explained every aspect of the paperwork to us. The nursing staff was so sweet and spoiled my sick little girl rotten! Dr. Jolly was very professional and thorough with his diagnosis and we were very pleased. I definitely can’t take my kids anywhere else now for emergencies, they wouldn’t hold a candle to the care and bedside manner we experienced here. Thank you all again!','2019-09-08 15:43:03.114000','2019-09-08 15:43:03.114000',5,'Paisley Dixon','https://lh3.googleusercontent.com/a-/AOh14GiO2HZVX6R6e10SRAQVXDdetrXkAtKcRYhZ3cFy=c0x00000000-cc-rp','16891069708558046635',36134),('AbFvOqnFFEgXSG-6PU4di_m9nPy15zvp8R9CcyTW_9wtJ5Nrl2F8qBvbDSutcU9MuOaPLvQ65HKrMw','They were patient and they took very good care of my friend with the stitches. Thank you Dr.Daniels, nurses Nicole & Sholas, Dustin from radiology , Ricardo for ER and Vanessa for a wonderful visit.','2020-02-02 01:21:26.960000','2020-02-02 01:21:26.960000',5,'Elizabeth Deleon','https://lh4.googleusercontent.com/-8x52-GdiSu4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclbnpyoIQmNZElqLwjPA9lZwHDrRw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30279),('AbFvOqnfFgXD0RhrhWtXQfEe6Hbl6SQBDn9tuGY11OF3jXD6uaFZnEBcabmq4HBzEQNAiE9z21-bWQ','Extremely satisfied! Nurse Zeli ordered chest x-rays to check my lungs after I came in with a high fever in suspicion I could have pneumonia. She was right on target and I was able to get treatment right away. The main doctor is very client oriented!','2020-10-20 18:03:50.526000','2020-10-20 18:03:50.526000',5,'Jorge De la Pena','https://lh3.googleusercontent.com/a-/AOh14GgsgZb0rb2ehM-2PGqj-rVLZFbncieFlu1KMyd-7A=c0x00000000-cc-rp','14567670160750071148',30056),('AbFvOqnFgFCkxkj9oOz48043j1y4O0fC_tsGRldlEnksjQ3fzgel7_IzoA6NefnUFCQ_ZDQ7KYxf-Q','Very friendly staff n thorough love this place fast service no wait time','2017-02-08 04:34:12.458000','2017-02-08 04:34:12.458000',5,'M Villarreal','https://lh3.googleusercontent.com/a-/AOh14Ginbz1aBruvD363pBdnpyuaN62yaDZrDK8GW-kC-w=c0x00000000-cc-rp-ba3','17394740196501090048',37218),('AbFvOqnFghwSzGOzW-wJykffEcwh-QsszkDo1c5JogHfI_hGGTBBClVrcF41Kf9A_VUHxNa1L0-35Q','Such wonderful staff. All of them. Great service. Love that they give you up front pricing!','2019-12-16 23:04:15.372000','2019-12-16 23:04:15.372000',5,'Jill Moore','https://lh3.googleusercontent.com/a-/AOh14GiItipx-ij5f5UxyjYteq_KPgwxI32-KXLPxjy2Ew=c0x00000000-cc-rp','16891069708558046635',36045),('AbFvOqnfGlvkVmlLQgN2vehFOLdZAXdvZgnK_M8PJWKssnyhi0RlH9Y-lvhLs3DL0olyezurDOFeew','Thank you so much to the staff over at signature care!! They were awesome and took great care of my little brother!','2019-12-12 19:04:17.679000','2019-12-12 19:04:17.679000',5,'Dominic Leyva','https://lh3.googleusercontent.com/a-/AOh14Ghumib-DUJRlPI4Hc0IE5RrM_UNp2ddTIovU_GI=c0x00000000-cc-rp','16389487648212004696',33609),('AbFvOqnFGvHT22QeO0npwNT1w0xiJx8d9LxPtdG-gq-IoeqYti-2DfBhsIBrmEExurnVJxDipduw','Due to a potential UTI and risk of a kidney infection, I came to this site at 10 am on a Sunday. They were organized, timely and thorough. They were able to diagnose my problem quickly and provide me a treatment plan. I can’t say enough good things about everyone I met.','2021-01-10 16:48:26.260000','2021-01-10 16:48:26.260000',5,'Uvalde Kid','https://lh3.googleusercontent.com/a-/AOh14GhJlGUre-U43X2cmaIFZ0X8TXtYkMqHPQGTm6_g=c0x00000000-cc-rp','16891069708558046635',44532),('AbFvOqnfhxNM-BOwk3tdNSv-HFSY9ZsxddAquzp3MchPTitZGsn97qgR2F0472LBnCN8SL2pbmAVCg','I rushed my husband to this urgent care early this morning because he was in extreme abdominal pain. I initially picked Signature because of their reviews. I called them to find out wait time and there was not one. From my first phone call to the front desk personnel to the amazing doctor and nurse who assisted, the ā€œstate of the art medical technology, I have not an ounce of negative to say about our experience. Everyone there was so pleasant to deal with and handled the urgency with great care and attention. Not to mention a fraction of the cost of a ER hospital visit especially when you are ā€œself payā€ !! Thankyou to all who took great speedy care of my husband today! Now let’s pray he passes that kidney stone! 🄓😬','2020-07-11 02:11:23.896000','2020-07-11 02:11:23.896000',5,'Pizza Queen 68','https://lh3.googleusercontent.com/a-/AOh14GgFzxXavte53WjENAt4UGdqHr7kiyN9ttPc8E50gw=c0x00000000-cc-rp','16389487648212004696',33208),('AbFvOqnFhXrg6ZD79HYvso1qK0hhAWd7zuX2w4sPxh-YCugpGzyxu09z52tVhpqkRIzpjnJXJ_-I','I’ve had to get tested for Covid several times for my job- and this place is the best place I’ve come to. The nurses and doctors are so friendly and took the time to talk to me and make me feel comfortable. Today the nurses were Shelli & Chelsi and they were so warm and kind, and Dr. Elsbecker took the time to literally draw out and explain the answers to my many questions on a little white board. Very impressed.','2020-10-12 14:41:43.047000','2020-10-12 14:41:43.047000',5,'Kalli Wild','https://lh5.googleusercontent.com/-ZfRFmeedu-s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnoAaHsub2dIxEy5M_F8c_ymkYv4g/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35705),('AbFvOqnFHyEErpFnadaocxIXXNO2BpCGAGobqLveYfVvywSNyFXtLzDIpPGavkH9v4KiPUbJTyRy','Everyone was great with our 2 year old when she started complaining nonstop of arm pain. They were fast and good with her. Kristina and Leah were perfect with her.','2019-11-27 06:21:06.299000','2019-11-27 06:21:06.299000',5,'John Hord','https://lh5.googleusercontent.com/-yIIcmRyTHGQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclRgkf0GWLShWDo7bL34LSsG5uhGg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29560),('AbFvOqnfi1A0DOOkzr6OZi8s1W5C9BFHXnVNDauoAK4XZPpla-Txm73jMR_U1-uXiJOkNKab9NCE0A',NULL,'2020-08-17 15:46:08.372000','2020-08-17 15:46:08.372000',5,'Bren and Bre','https://lh3.googleusercontent.com/a-/AOh14GhKOf1P9NSvx3IMCFVTteVR05h_LpfgeTZKNVv5=c0x00000000-cc-rp','2077061009497551125',38589),('AbFvOqnFiPv_WUpG8Fcb7YNsysyB4DeytxeYIG062JZfSLTOlDe-XN9seN0P9nfaI1uUplr1TVnF',NULL,'2019-07-10 15:24:11.166000','2019-07-10 15:24:11.166000',5,'Miguel Gomez','https://lh6.googleusercontent.com/-E1aMnW1V7m8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclh2eXzTuQXbEeA6VSOdGup1FgYAw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnfIX7FCJCp8GMUU5wgPFqgLF3NoAv4jS_iBiJmUdE7iWTsu15o_1A9uxg9aPQHy4HEVZ0H','Manny, Ben, and Dr. Osiechi were great and tended to our child in a quick and calming manner. Whole visit took less than an hour. Very great service','2019-07-12 03:03:34.080000','2019-07-12 03:03:34.080000',5,'Fortnite Bros','https://lh3.googleusercontent.com/a-/AOh14GgaA9mEGqevLy6uen_v6EA7fThbB2p4a89Dohx-=c0x00000000-cc-rp','6521947413723274945',41664),('AbFvOqnFJ5On8xkCn07aTsPEG7hCUAzLFxP45xdU6nyy32fgs_3rAa98_CftSj14EEVQnecqBJHHlg','Excellent and quick service.','2019-04-21 05:28:25.546000','2019-04-21 05:28:25.546000',5,'Benson Benny','https://lh5.googleusercontent.com/-nAZn6Y9VQF0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclRjaQ0rjnN5NypqFK6DUgxOLIo9g/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40597),('AbFvOqnfk3NA8eNA-GuAmzVDcFlV9ihZpCOqr_CbGmMsiidsomGdfnFrzq2aHw_9X-j7xWKb5yn0','quick and great care!','2020-03-01 13:09:51.236000','2020-03-01 13:09:51.236000',5,'McCall Norton','https://lh5.googleusercontent.com/-FgPzw-NCAEc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucktoOfB47INUb8JZ6mgWsDA4wEyZw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39583),('AbFvOqnFk8KlH2UulwU9vqtXj8mIYi7-Zm0eHQJ6VMj85FjDMx6jJCm9NvufYxKJFelmNG1D-YTouA','Fantastic staff. Efficient service. Alison and Eizabeth were so kind. Thank you','2019-06-23 12:12:00.432000','2019-06-23 12:12:00.432000',5,'T D','https://lh6.googleusercontent.com/-Sg86xWcxm1s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclq0vo7K6kkIYprSOcQOm4FzbmDvg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32456),('AbFvOqnFkogWyT01NqmSUw7E0SVe9scK9Ve0JUKQChz8tV6WkZKoWra-h5ItDBt0NcH4sgwfJjm0rA','We brought our 6 yr old here on July 4th and I can’t say enough good things about them. Lizzie at the front desk is the absolute sweetest and so very knowledgeable. She was seen by Dr. Nylund who is amazing, Dawn & Norma are exceptional as well and the experience was unbelievable! They make you feel so comfortable and at ease. We will definitely use them in the future when needed. They are open 24-7 (including the holidays which is a HUGE plus). We were blessed to find this place, if you have an emergency do not hesitate to come see these amazing ppl ā¤ļø','2019-07-04 16:46:25.699000','2019-07-04 16:46:25.699000',5,'Julie Millan','https://lh3.googleusercontent.com/a-/AOh14GiyYUUWGVs1uNUdi61Q5nIjQMgq81V9GlmkpRrYRQ=c0x00000000-cc-rp','3511292162159714121',40515),('AbFvOqnfksB0NBAy5xJdt_zJaxcpmb0OroydK0e4utKOkPX0KoK1Bhk_wUzU7F6BicWQ07thskyqRA','Dr Vakey and staff were awesome!','2019-06-29 16:23:14.280000','2019-06-29 16:23:14.280000',5,'Erica King','https://lh3.googleusercontent.com/a-/AOh14GgfJkjvQjqBUYXoEvgbSewwkPDo1JoItb8XFyvO=c0x00000000-cc-rp','16590124370714063921',34796),('AbFvOqnfkYJcTkTPmFmTfhmQTLb5HeELzweagenIH1XiUZY5PbIhlovnkCptNwNGV9lZrLdLpEeAUQ',NULL,'2020-03-04 14:41:37.961000','2020-03-04 14:41:37.961000',5,'Peter Ejeh','https://lh3.googleusercontent.com/a-/AOh14GiBLBkz2Pnyd8a3_iC-opDChtR7gFY77C-i0ZAH=c0x00000000-cc-rp','6521947413723274945',41409),('AbFvOqnfkyyWfGDoaWACH3x1B5iK2WoyLCe6BIyBR4VdNssEL7s9_4lHh6AztShCx9xjBaURl2R0','Jennifer d nurse Erica and the tech Matt did a great quick job thank you','2019-11-09 15:11:05.071000','2019-11-09 15:11:05.071000',5,'Eric Wren','https://lh4.googleusercontent.com/-3Bcv5zqG6KQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmvodaVXG9sE84oAed6a2OGT4LRRA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41990),('AbFvOqnFl_dyAci19AAMmedKfBB34QgWKYEXBVprf7-FVqvlD19A8kTY4AB0qj8ao5lcqYinllVL','Thank you to Dr. Hehman, nurse Nicole and Melissa, Tech Lonnie and all ladies in registration for a quick and safe experience with COVID testing.','2020-07-26 17:31:20.160000','2020-07-26 17:31:20.160000',5,'jessie glendening','https://lh3.googleusercontent.com/a-/AOh14GhWTUklP_jmQdKUquBpt0trbzXIlntlVzKsDIwUUw=c0x00000000-cc-rp','8918455867446117794',42967),('AbFvOqnFliGPADaIDGLX50mqau_g09FFWJSI84vSfdxie-WHyAtT1mCAlZJv-SP5h-VshnLaxH_-tg','Very friendly, fast, and helpful. I had a very pleasant experience here.','2019-01-04 02:39:15.171000','2019-01-04 02:39:15.171000',5,'Gabbi Pendleton','https://lh5.googleusercontent.com/-7b7giSIOHyU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnkL1zfTgiyPYTbEmjamo3An9Jgfw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40763),('AbFvOqnflKOdMMhviVrjiZ3F5-Jt-l1UlhSb47kUSvGe_1d34TnIxvblKwQaix51MhwCUn1BljVgtg','From the time we walked in staff was great and helpful! Shania was great and getting us checked in and to the back right away.\nLeo, Lisa V, Julie, Allison and Dr Huerta we all great at taking great care of my husband and getting him to feeling better.','2019-10-14 01:09:21.668000','2019-10-14 01:09:21.668000',5,'Jennifer Saenz','https://lh3.googleusercontent.com/-_F-8vnnfSuQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckEir02ELECikKuylwWMf2JLZt1yw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29620),('AbFvOqnFLm3qHw1wGc0yX-HzrYD0EfFEXaW4BC3agulzCx4wc6JB6-uGps2iKKBO6jPhlJhaBXOGaw','Regi. Vy, nurse Rachel, & Doctor nguyen a the best! Absolutely appreciate their service and taking care of me as good as they did','2020-02-09 15:09:02.139000','2020-02-09 15:09:02.139000',5,'Kelsie','https://lh3.googleusercontent.com/a-/AOh14GhQhJZoXORIwD8BrvPsUINvFQxMGG4QZ0uyG9mskA=c0x00000000-cc-rp','17898197009688164559',37709),('AbFvOqnflp9t3-Z0a7Toxa4zSKI0A6Z4bPq9fQ2g_1kYlPJ3nvxFIAs_oShit7fEu8QvurR5q9TplA','Excellent care from all staff. Dr Das had excellent bedside manner and was very friendly. Will definitely come back if needed. Very clean. We felt comfortable and safe in this environment.','2020-10-04 02:23:36.413000','2020-10-04 02:23:36.413000',5,'NICOLE SOLETE','https://lh5.googleusercontent.com/-1Qgg2cdMARM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclsRtvDBUAijuiyWKlAosW_jKy7gw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31571),('AbFvOqnfMFC7Q1cvuZ49qLNy_QnArUW9NoLuzMCCbmut_YSNZy4kCGn2Vtuk_FSyrkfqvFYvmX-cqw','I came in to the ER and while there was a wait once I got to the back Brandon and Megan were awesome. They made sure I had a warm blanket and checked up on me while I was waiting on my results. They were awesome!','2021-01-21 00:38:42.675000','2021-01-21 00:38:42.675000',5,'Shelby Jackson','https://lh3.googleusercontent.com/-H9OLz7O2cdQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck8VtMBSXTG8im0zIB-IbXxrUbbMQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44502),('AbFvOqnfmnWtHcV6VmqqWlFV1l84BzbFX0D1g72EkzVh3Xfp6MX9qd5PdzIc8Bns1WVu2x7DEXZbLg','Amazing and helpful staff. One of a kind','2017-11-26 15:06:09.857000','2017-11-26 15:06:09.857000',5,'Dimonique Smith','https://lh6.googleusercontent.com/-JN6Xu9f_l-c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclwDW5Dv0rrpYl0YTTB6HGYXpaKSA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32634),('AbFvOqnfmQ_hSoxqQAgLo6oKhdvyl3Kn0qnYaWSSm29nbwgaqcXxlV2y65OqeE-U3KiSJgIe4XjjeQ','Amazing friendly smiling service šŸ˜‡','2018-12-17 19:47:35.825000','2018-12-17 19:47:35.825000',5,'Sanel Skopak','https://lh3.googleusercontent.com/a-/AOh14Gg1k6CkHjyvdE9yvtvnGeuxzEM02bLfdy6FD4sxrg=c0x00000000-cc-rp','17898197009688164559',38354),('AbFvOqnFmt5EX3X0xnS8xnZvdemikVd2kXFpVMPiVVhRrRbDQ50iajgCjpLfV6kcG-plsyyMlo3M_Q',NULL,'2016-09-23 15:10:50.816000','2016-09-23 15:10:50.816000',5,'Nicheeka Smith','https://lh3.googleusercontent.com/a-/AOh14GhjZKTsAT46D_sFcfIBe0n2M43oG8jFhnROIAjT5Q=c0x00000000-cc-rp','17394740196501090048',37299),('AbFvOqnfMTvrZdCv5T_f90jYnCx_j2LA85SYKxAFcly_-PMM7XlOOPkqHUzYB3GZrGbzJ5uTQ508','Lorena T, Amanda C, Jeri D, Tori W, Lindsey & Rachel, and Vakey were all so nice to me! Great service!','2020-08-16 20:38:20.937000','2020-08-16 20:38:20.937000',5,'Taylor Anne Jordan','https://lh4.googleusercontent.com/-HXisULdxaGE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmguwX5ADSt3mAOrjUaq5B3I3RV6A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34193),('AbFvOqnfmwxVIu0UlRv9H5ooY1tlz4ao1OctVoRG_oLW8awPNzvYXNbt2XS8VfH546EgG3_95wJHFw','All the staff was very caring!','2020-02-25 03:02:49.906000','2020-02-25 03:02:49.906000',5,'Cynthia Garcia','https://lh5.googleusercontent.com/-Gt-zpaWuUAg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmbAURPh65Q_U22XtKPtIHV2Rziug/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32337),('AbFvOqnfN3syjlJI8ztQ1Uc6JF-CEAeSN2-NSZ5JcagvrHhAR9FLtZkdyfP8H4ktVS2qlCR6_qN_pQ',NULL,'2019-02-15 16:55:24.670000','2019-02-15 16:55:24.670000',5,'Haley Jones','https://lh3.googleusercontent.com/a-/AOh14Gi6hPEgqEMpyRz9A4bssr1cQcsn91A5ulMt2pux7Q=c0x00000000-cc-rp','8626688543755174284',42157),('AbFvOqnFnEAymrVz0cIVj_SQm5RILFJHu11lGSRtlaqCWsI7Fi--Z4TBiA2mbQW1R_E9m4C7evhgVQ','My ER tech Ricky Scott did a great job welcoming me and making sure I was taken care of in a timely manner. I would definitely recommend this place to a friend.','2020-12-04 06:11:58.528000','2020-12-04 06:11:58.528000',5,'Ethan Tisdale','https://lh3.googleusercontent.com/-zgZSiic2xqY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm7Rx-gudpmV2fowDr566Lb_He-Ag/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34061),('AbFvOqnfNEQKtUtmk94TQE9aK6kPfdhuJRAIvi_2FRMqolAIfF6innjjGXKmdTFybJVtp68_6K40Ow','We brought a friend into the clinic and the staff was so nice, gave us complimentary coffee. Everything was wonderful I really enjoyed my time here! We were treated by Rebecca and Anthony as well as Dr. Vaagenes they were great!','2018-08-22 04:43:52.825000','2018-08-22 04:43:52.825000',5,'kashia stewart','https://lh5.googleusercontent.com/-toklz-WDJe0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmiD7FN6KrQhuDxdezcT06Bxtc5zQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35230),('AbFvOqnFnhtOI8t-uv0im23faeKNi9q3Xaa8x60PPi09JD45Vpkpjp3kfx0XxGwmYdp2s5JqOJ9a9Q','Just had my elbow injected with anesthesia and then the Dr. Henderson who is an awesome doctor. He\'s got a very compassionate trusting comforting and friendly bed side manner... He\'s just really awesome and I was very glad to see him walk in my examining room as I\'ve already been introduced to him when I brought my daughter to this facility for an emergency situation. And Dr. Henderson is the doctor who inserted a much bigger needle into my elbow and began draining it and finally the doctor inserted another needle into my elbow and injected it with a steroid.... I sure hope I don\'t have any interaction with any police officers or anything on my way home because it would be kind of hard to explain that to an officer by saying, \"No sir officer, I haven\'t had anything to drink, but my elbow is under the influence\" 😜LOL\nthis place is great. I\'ve been here several times at the Copperfield location on Hwy6...\nDr. Henderson, Nurse Sarah Grant and along with the rest of the entire staff are all very wonderful people and that\'s coming from having been here on at least three separate occasions and on a couple of other occasions for bringing my daughter here ... I feel relaxed and comfortable and there isn\'t even a ten minute wait. They get you in the very private and nice examining room in no time at all. I highly recommend this place to everyone. Is a very soothing easy-going comforting trusting environment the staff all the staff entire building and even at other locations cuz I\'ve been to another Signature Care Emergency Room location facility and they were awesome there too.','2019-10-24 04:04:17.916000','2019-10-24 04:04:17.916000',5,'Nicole Sveter Raney','https://lh3.googleusercontent.com/a-/AOh14Gg11j8E38hskRNzHwYMMj7OowrgxtB47Q3tc6QEakE=c0x00000000-cc-rp','17898197009688164559',37929),('AbFvOqnFnQY0JRdQyn8iW1TVvmVllCBiy6i-z2IwJbO7YKMMyK2PkpR1_QMFiFR48VlxMbtMb-3P','After a false start (2 hour wait) at the traditional hospital attached ER I went to Signature Care. The quality of treatment was phenomenal. The only way to have improved the experience would have been to go there first!','2019-03-07 17:41:08.233000','2019-03-07 17:41:08.233000',5,'Eddie Martinez','https://lh6.googleusercontent.com/-0jeqtA6OUnk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckqNoVNHFA2U2Rlo-_GJZYnrAle-w/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36253),('AbFvOqnfonsIDmV1LZDmXiuzh9DKvKshyDqhbLKzChvUPtuTyh-49SXN6WoZY0ymv-pm2HIr_Rx8Lw',NULL,'2020-01-17 04:12:12.820000','2020-01-17 04:12:12.820000',5,'Melissa Avila','https://lh4.googleusercontent.com/-x5Kee0eAelM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnOW-6VcNWqEAsNrgLCBcRMTj5T9Q/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36652),('AbFvOqnFOVb6AObZDHR2vPuaPihbJW1aiVelxqRLbG5pAj2WWVcOttp20LxOK0mFgz2spqX-NkarPg','Very prompt service. Didn\'t have to wait at all. Ashley Burton was very nice & courteous when I came. Ashley was very gentle when drawing my labs. Erica was a very polite nurse that kept checking on me & ensuring I was comfortable.','2019-03-15 20:42:53.568000','2019-03-15 20:42:53.568000',5,'Mizz Independent_selfmade','https://lh3.googleusercontent.com/a-/AOh14GgA3JY6u_fpadabID7iR0rmt9Z1MpjPqX_6DI4Yn28=c0x00000000-cc-rp','8626688543755174284',42117),('AbFvOqnfoZy4abQmVpeeNZ645ZX4cVv_B6yJJXe4aaqqcLTm-9ZoUuTD7A5UUMzG6Lx8Y3aoPlwUiQ','Excellent experience! Zero wait time, we were seen immediately. Everyone was super professional and nice. Special thanks to Dr. Jaber, Josh and Elizabeth. Elizabeth was super welcoming and made our ER experience that much better. Thanks everyone!','2020-01-10 03:30:13.438000','2020-01-10 03:30:13.438000',5,'Kristin Velladao','https://lh3.googleusercontent.com/a-/AOh14GhNaX0sesSMmME4ADz1LapqyLFvV8AHYvNz_aJ0bw=c0x00000000-cc-rp-ba2','3511292162159714121',40352),('AbFvOqnfp6175FhNZo8YJHHkASbp7ZBfKdtbbFNL8ecAEmiKnPyuGBt3pwJBmGzoupRzlwwzi6qhzg','Each member of staff was very kind and helpful. Answered questions that I had. Cleanly facility!','2020-11-10 13:23:11.504000','2020-11-10 13:23:11.504000',5,'Mikaela Malatin','https://lh5.googleusercontent.com/-JaEZbg3UNPc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclwbfx-1Y0Wu_N1oNV7F20_LMrzYA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31385),('AbFvOqnFp8KSH2tF1Aw8yIVyJk-qcCgCfl9b_szbQ2oKdiWeFiDPoGsDwrovDDCOfHm8lsKOQCqS','Wonderful service! Prompt and friendly I would recommend very highly! Thank you!!','2020-05-31 19:15:50.158000','2020-05-31 19:15:50.158000',5,'Rhonda Stratton','https://lh6.googleusercontent.com/-RbdAJy1gEZs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmCGPM-kWOSLDwl2Zy9wQYwOt-iBw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29388),('AbFvOqnFplOXrI1FG2eeMfUL9ZE0a4DoM_NaSOPevCnSM4ngG_Dxj6-oN4dKgiPURNQfDCqxtJJQjw','My wife got really sick. They helped take care of her QUICKLY! Met us with a wheelchair because she was struggling to stand. Immediately hooked her up to the IV and treated us with the utmost respect! Our nurse, Christina, and technician, Andrew, were super kind and on the spot. Dr. Elsbecker was easy to talk to and answered every question we had. Adam, Linda, Christina C and LaBarbara were also very kind and helpful with our time at Signature. We highly recommend this ER to anyone!','2019-12-01 21:38:25.338000','2019-12-01 21:38:25.338000',5,'Bailey Watts','https://lh3.googleusercontent.com/a-/AOh14GiZK25a-pDr7Qnah5jVH3ck8LJSxoWcAVVi5HLK=c0x00000000-cc-rp','16891069708558046635',36063),('AbFvOqnFpQnaFU6FPFApiIN-tRj_bD5cOxIye68rRcvKWbdLvcnczS2RECG-kaDyyFY087A4gkIVjA',NULL,'2020-10-25 20:01:25.278000','2020-10-25 20:01:25.278000',5,'Ariel Luna','https://lh5.googleusercontent.com/-JwAwmVgU3uc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck2xjTyuXcyotE4pSb1Z8fVYNCV3Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33085),('AbFvOqnfptLunPpFdTk0ZslrvsiEIH6LAVE8CvU44CvAS8Wv7IM7ev6rNNawlK3u6z5imUhlBWv0',NULL,'2020-07-27 20:26:21.083000','2020-07-27 20:26:21.083000',5,'Rebeca Holguin','https://lh5.googleusercontent.com/-1YZ0MWEnwsY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclyp4zXxFtmO4b-crfp-o8fHJ0SZQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29355),('AbFvOqnfpZtawUoy-A-KmiArAIcwU2_VHcsXr_BqtPxZ4bfTV8w_3d0ZaQv1-nHy_y1Iwr1QrgJa5A','If you have to go to an Er, Let me tell you SignatureCare Clinic is the best!\nThere staff is amazing as well, thank you for all you do Delicia, Joseph, Rolando, sonny and dr.Reukof!!','2020-10-27 13:40:43.668000','2020-10-27 13:40:43.668000',5,'Trice Young','https://lh3.googleusercontent.com/a-/AOh14GjCR8W9_4T72yX5TUsGWZDqJdxFZdwzQVoIeL-fbw=c0x00000000-cc-rp','8679688254631342173',42276),('AbFvOqnFQ2JufszDS8beAIABfNK2LKl1OvEM0HxnN1BMV755uxZ85NoqPDILx30u2hlxKbNHQ_vvUw','Unfortunately had to go get tested for covid19. But I had a really good experience , everyone was really nice from beginning to end! Thank you !','2020-07-08 04:16:01.545000','2020-07-08 04:16:01.545000',5,'Rosemary R','https://lh6.googleusercontent.com/-lZKVEWdngko/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclnWjJUN6Ii4eVZW9YaF_Y9UPgwfg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43009),('AbFvOqnfQ3UdWvE5EAKqPzDfnoI-6ApHx2n7MDdMcEWjTkKBItq6h1h52mhOtWrHUWJwpH59WZ0wsQ','Some of the most professional, friendly and prompt service I’ve had in the health care field. The entire experience was positive.\nThank you to the staff for making me feel like person in need of healing and not just another number.\nDr. Elsbecker, Nurse Pinion and the rest of the team will most definitely be seeing me again should the need arise.','2019-09-22 00:07:49.590000','2019-09-22 00:07:49.590000',5,'P I','https://lh3.googleusercontent.com/-uAaVVf4C4eM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-cyQBD1GAOzgYW03t1jFU92tcSw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36126),('AbFvOqnfqCu4avBiWIAXAdCun2zjBTRAci2vH0ict96sc1p0r7O1rygfJU9AX-KCStGCy4jikNnh','Dr. Lindsey, Christina R., and Clay at Signature Care were fast, easy, and professional!','2020-12-19 17:49:51.004000','2020-12-19 17:49:51.004000',5,'Gary Paskos','https://lh6.googleusercontent.com/-oAtZbKbepaE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhdC8seehCEZfL005kPyYQsSDyrA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',44541),('AbFvOqnfqDNwb9VSDyWbPh9VUL_IPTIR9Ub9Zbq75dGO3yIXJ5JeA__Mfs1lp4TGqVzkXW-SezW0vw','The whole staff was amazing! Susan was very nice and funny. Tanisha and Chelsey were very friendly. And Dr Thomas very knowledgeable!','2020-10-16 03:11:14.646000','2020-10-16 03:11:14.646000',5,'Tom Ford','https://lh3.googleusercontent.com/a-/AOh14GgF9_rmJWsM9OTbNO3u7Zc-niYVmUfLKfK7YmDSvg=c0x00000000-cc-rp','17898197009688164559',37502),('AbFvOqnfqFg7848jULKQWCrLb4jcp9T_RAv62e43QOINSD8eIfo12qnYi6B-_LkFqPdbWfTfTXyIXA','Saw me right away and the staff made me a priority. The facility was very clean and comfortable.','2017-10-17 23:57:55.542000','2017-10-17 23:57:55.542000',5,'Xochilt Endsley','https://lh4.googleusercontent.com/-NVpvXOvGpLI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnU6lA_zbGPnsinKGCvneFRsNLSPw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43466),('AbFvOqnfqWHmjx7-s-On86sX8iDhmpwbRXsNud0yjQbxbaPxcedwjX0JfbYshQS1DDioVURviq47','I recommend them 100% because they took care of me as soon as I get there. They are very nice an friendly specially Chelsey and Clay','2020-11-22 00:17:05.150000','2020-11-22 00:17:05.150000',5,'Natalia Swan','https://lh5.googleusercontent.com/-lgw50hLb02M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmXpbIlSA4ZLVDMbOW92WpZA9iLMg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35567),('AbFvOqnFQWYyeKvKrehZCyn4Pyc1O_QlrPKwBlpFSfNu6YFCRbeL7k-q5dFO0eofg3TIQymBIXkwgQ','Great place, super fast and helpful, they got me right in and out. šŸ–¤','2019-02-21 05:41:27.764000','2019-02-21 05:41:27.764000',5,'Brittany Taylor','https://lh6.googleusercontent.com/-7FOE8xh18c4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclGDoZLGyWQ2fqsMn9jbrDuUnpGVg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38281),('AbFvOqnFr_tknWFmIY-h9Ym844s7Of83EoInlIVf-7xXeAV7djn4Q61mC-48UjOVECvYqzqNOSca',NULL,'2020-10-08 21:32:05.064000','2020-10-08 21:32:05.064000',5,'jude fathi','https://lh3.googleusercontent.com/a-/AOh14GgTqXESZ5YT6d0rAtFxtnQKTf032LPAQ0VDu2Oz1g=c0x00000000-cc-rp','14904078213800803294',32243),('AbFvOqnfrrufJuHfYeYu1TkU470ryDRXpNDFzFdTEWhbvXdoOFP9XoW6tS9Tw11iHg00qQ3dl6GcMw','Jennifer and Keily were very nice and helpful. The sign in process was quick and easy! I will recommend Signature ER to friends and family.','2021-01-20 22:12:13.371000','2021-01-20 22:12:13.371000',5,'TRACI ROBBINS','https://lh6.googleusercontent.com/-h63Vs3QS-oM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck2h0N0uTzQbkeVP3DU7iNTJn77Rg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',44689),('AbFvOqnfrY78nuKD_YTArULDSz1lM9-GPhHdh13hzCRioI5q1bCz1WpjlBzT_MkTK76NPOZ9HHyIhw',NULL,'2020-06-08 15:31:10.985000','2020-06-08 15:31:10.985000',4,'natasha vahalia','https://lh3.googleusercontent.com/a-/AOh14Gh_u9G7X3dsI8Xdfh8a59CnxTnzeqEAeaPlyCFJRQ=c0x00000000-cc-rp','8918455867446117794',43037),('AbFvOqnfs4Kn94Lkh8aeLNFiEJ3nynbAMVl3ulqXdhbrkom9pXoGYbaYfl9fPGxgyUTk2UysQo1btw','So friendly, clean and fast. Dr. Long, nurse Shelli, and Shaunda were amazing. Very high level of care. Night and day difference between here and hospital ER. Hopefully I don’t have another emergency but I we do this would be the first place I come.','2020-03-12 20:44:11.267000','2020-03-12 20:44:11.267000',5,'Kelly Espinosa','https://lh3.googleusercontent.com/-3G4p1cEC7bo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQ56WQRBy_IMHssBIZa0kgJ7XIqg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35921),('AbFvOqnfs4XZTmR-unFtCaf9wljRPQ52BnO21Iuxy5gz4Hg3CKPV2IVcee3TrXLofl9jadYq7mdDBw','I came in as a sick patient not feeling great. Turns out I have the flu. I was in within 5 minutes and was seen by the doctor in less than 10 minutes. I was seen by Dr. Vakey who was great and was able to help me. Anthony, my nurse and Natalie, my ER technician were great. The entire staff let me know what was wrong, what they were going to do and helped guide me to make the best decision for my health possible. I will definitely come back here if I’m ever this sick.','2018-11-06 01:15:10.935000','2018-11-06 01:15:10.935000',5,'Brock Pugh','https://lh3.googleusercontent.com/a-/AOh14Gj5fYY3TxHn0iQWLOLa9IwiNBYX_bpSIbQz2bbg=c0x00000000-cc-rp','16590124370714063921',35122),('AbFvOqnFsu9BbfTf0rb-1GUCCc-cH2g-kPuSS-50z_qr9EhPQYHZg1sD4Vrh_0ehycNkCs2P3Ehp','AMAZING!!!! They deserve more than 5 stars, like 10! I came in feeling wrecked due to the pain of an impacted wisdom tooth, but they gave me some antibiotics and great pain meds and I haven\'t felt this good in a couple days and can finally eat! Caring staff, awesome doctor Chen who took care of me quickly and efficiently. Will recommend SignatureCare to anyone in need of care!','2017-08-25 05:41:02.014000','2017-08-25 05:41:02.014000',5,'Mimi S.','https://lh3.googleusercontent.com/a-/AOh14Gh1ccrhKq4qzYkBXG3dhZ-KhrSU--p0-qf-phpFgkA=c0x00000000-cc-rp-ba3','14904078213800803294',32654),('AbFvOqnFSUj9AtHRGXjsZ_BDkQ2T-3SorvynvkA23S2bgzw8Q38EXiReY0xzFlM8NTr9CiqrTylcig','Dr. Edwards and the staff were beyond amazing when I went in for abdominal pain. Everyone was so caring and nice. Will definitely visit again for future ER needs. We are so lucky to have this amazing facility in town.','2019-10-13 09:21:08.434000','2019-10-13 09:21:08.434000',5,'Keri Estep','https://lh3.googleusercontent.com/a-/AOh14GiGMXtMg75H022SDxvC6qhwMp1lhElavbuaosK4rQ=c0x00000000-cc-rp','3272657195432704501',39790),('AbFvOqnft91FRMVH-Ljf2dO6EhTqfnTPJLAE0uRWeDUUDU4IqCmfkkeCPiJW_UsaRQJ7_RXJC5R3','Much faster than the local hospital, more thorough and personal. It was a drive across town from where I work, but I’m glad I made the drive. It’s the first time I’ve come to this stand alone ER and if the need arises, I would definitely return. Delpha was very attentive, kind, and made me feel at ease. Great place.','2019-09-18 22:06:31.337000','2019-09-18 22:06:31.337000',5,'Marissa Mireles','https://lh5.googleusercontent.com/-mBKxH--QQAM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl12GevEJpcJRj_fiAJou7wT3VrkQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29662),('AbFvOqnfT9DkdYq60MDwE3wl6AnVDj37UyuDGKcN0AvqQTUJdVrllAyJRvT0d7cT2668pSQNnQ8I',NULL,'2020-12-25 22:03:03.254000','2020-12-25 22:03:03.254000',5,'Garrett Shidler','https://lh3.googleusercontent.com/-kSlgAJFk3gE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmdbFhdRm-YbdUG1jvJdrq9qONEww/c0x00000000-cc-rp/photo.jpg','14748677429039074158',43818),('AbFvOqnFTaAvUQN8SiB0zVussFbntM5rGHWy068IOF4ekS5p9NMizZ0T07lC446ArWeOFtNZXa-Swg',NULL,'2018-04-01 22:17:01.367000','2018-04-01 22:17:01.367000',5,'Alberto Lopez','https://lh3.googleusercontent.com/a-/AOh14GgVu-aki2RiZSE4udy08csofs7ZqpKhDj95mY_DvQ=c0x00000000-cc-rp','17898197009688164559',38373),('AbFvOqnfTDUHFRlI5gactb8HnOvJcjfcorEkSjvYju5y0-XhwvNqIObBTFQbvJ9VkViFco8DEMT6IQ','From the Physcian Dr.Jaber Nurse Jeff M Er tech Dereck P were very helpful considerate and very knowledgeable. I really appreciate them today','2019-07-02 16:55:37.647000','2019-07-02 16:55:37.647000',5,'Victoria Wolridge','https://lh4.googleusercontent.com/-nXUzLCLrJfg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck5TXtqkfgbu18p4u1X5SeSnS6W5g/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43236),('AbFvOqnftKUCFkgNqgxJgFY417py3hfkYeHfLK2IA9T9n_a7qWPiIomMr8U4HWqI-IjD5wIzBRaXBw','Great, clean facility with wonderful staff. Tricia and Alvean were excellent!','2019-06-12 20:24:37.876000','2019-06-12 20:24:37.876000',5,'Kris Brand','https://lh3.googleusercontent.com/a-/AOh14GiDR600wML4u2dwouZlB4KWcZIEnkdU6YIZcE7YTg=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqnFuEXeHa98hAUGtmZPaM8jAHIFTi4Ce9flVgs5ZlLOv7Ql-AVuzoWacvm25sDCsm3wK2yI3Q','Sindy was very friendly upon registration and answered all the question I had. Dr.Guharoy and Stephanie were very knowledgeable and understood all of my concerns, and Quyen got my lab results back very quickly...no one likes to go to the E.R. but when you can get in about out in a timely manner it makes all the difference!!!','2020-01-13 21:51:37.769000','2020-01-13 21:51:37.769000',5,'Monique Glover','https://lh4.googleusercontent.com/-FmosS5AVYBA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclSSWnQpMq-g9FQNwRZllGsSYEiJg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28827),('AbFvOqnfuI2idb3WB3Oq2noTenrxEEM00NrqFqicRub81wC-bd9BavOs2dXHaMalZtJ6TWvIHRJCag','Everyone was very helpful! Great service','2020-08-18 03:29:23.516000','2020-08-18 03:29:23.516000',5,'Reyna Quijada','https://lh3.googleusercontent.com/-BXHjt7rZ-qo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmrmjVVKMTFK1Doi2HRHRvBYgix4w/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38581),('AbFvOqnFuilUDydgumcqaBo3C1jKq94CyaOxCDdyA_w1vsc64buiHzUyr0jF5gen2Wa97UY4djvHTg','I went in for a horrible sprained ankle. The staff was very helpful and friendly right as we walked in the door. Christina took my x-rays, and Dr. Rose gave me the full rundown, textbook included, of what happened when I asked why this sprain felt worse than ones I have had in the past. Overall everyone was very lovely and helpful.','2020-03-11 17:36:44.907000','2020-03-11 17:36:44.907000',5,'Nichola McDowell','https://lh3.googleusercontent.com/a-/AOh14GgcdvIhG2L3RGTipJohKuBZtsWQlE-YVG7RgI3y=c0x00000000-cc-rp','16891069708558046635',35923),('AbFvOqnFuOdTAJTJ-wYaj4kAEMIqTF7pLfXywUZL8muu1XhTkipZ4Cu_BWY-NO0o8eKQNgioWMA_KQ',NULL,'2020-07-25 01:22:54.473000','2020-07-25 01:22:54.473000',5,'Crystal Morris','https://lh3.googleusercontent.com/a-/AOh14GhWxOysM2b7kyqDIB-MHM2GN6oUx8oZCA7QXsUerQ=c0x00000000-cc-rp','8679688254631342173',42348),('AbFvOqnfuoUHU1_nfJBmrLW6TYnq64hd70dsiKX6R5LRvE6C4-0NNXeCeirNEKCS-H7J3-Kq0BZ-',NULL,'2020-08-09 14:22:46.217000','2020-08-09 14:22:46.217000',5,'Faye Miller','https://lh3.googleusercontent.com/a-/AOh14GgYvyS_pQ9yz6miM6X74_3nBjVRlQGXcDhAh7wokQ=c0x00000000-cc-rp','13486358490203335051',29325),('AbFvOqnfuxPEGucB-5F_j6fWAfWyiczcFMWtI0K_tVDPznaGag_dptVEDuQXt901YQLq5nYFznhH',NULL,'2020-01-21 20:02:21.076000','2020-01-21 20:02:21.076000',5,'Tom Kiker','https://lh3.googleusercontent.com/a-/AOh14Gi1xsWH02ECYsE4cLpYkQgHY-RsW6SZo4nd5QQBGA=c0x00000000-cc-rp','3272657195432704501',39686),('AbFvOqnFV5vLfjaicSawY3gl3jMLC8wWzHETWFhe5DEHDfsXkT4mL3NEgk0q0aGGIZc-yMdE5jtt',NULL,'2016-05-21 18:11:55.027000','2016-05-21 18:11:55.027000',5,'Jerry Richmond','https://lh3.googleusercontent.com/a-/AOh14Gg_uq-MQt21JJwAupOWJuNEvnOfqalka43ldZAsww=c0x00000000-cc-rp','3511292162159714121',41227),('AbFvOqnFVCW-xPxc7sOapqadntsgKE2VZkrjlw2rBeZCuaxtB5G3ax6ANLV9lLJUcHwQizwM-4Tv9w','Signature Care was has absolutely great customer service and very friendly staff, I will be coming back!','2020-11-06 22:48:10.073000','2020-11-06 22:48:10.073000',5,'Rozlynn Coronado','https://lh4.googleusercontent.com/-ZbwV5tkNusQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm9LUAfCFUoa7gAos9P2GJ7ZL2dzA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34075),('AbFvOqnfvKshbjJO0U9lZogqT0CWlM_UDtWhHRMDhx88wls1v5v32_vUmWRvlz8DOotIJMxBvn-ubQ','Josh and staff did a great job','2021-01-18 00:51:52.225000','2021-01-18 00:51:52.225000',5,'Chris Koehn','https://lh4.googleusercontent.com/-rmvNuNhgbB8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclw_zdK2AiSSoDKsJfeMC14_uH6lQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44614),('AbFvOqnfVO2h0TCijQwctBy4yX2YRnkM7hpcoiqr_OKxIvKBwyX8M4zO9ogWzEnoiYbt8h6vbmyDDA','Came to this location after being referred by others who took the COVID rapid test. If I could have gone elsewhere I would have due to the rudeness of the front desk associate.\n\nBefore arriving we looked on their website to see what we needed to do to have a COVID test done. Their website CLEARLY states \" If you have COVID-19 symptoms, no scheduling is required to get evaluated\". We arrived at the location and there was a security guard who stopped us before entering and asked if we had an appointment. I told her no and she then took a phone call on what looked to be her cell phone and made a hand gesture to come in.\n\nWe walked in and a front desk associate asked what we needed. I explained we wanted to take a COVID test and explained our symptoms. She then spoke with another front desk associate who then came up to us and again asked us what we needed. I explained again that we wanted to take a COVID test and explained our symptoms and she asked if we had an appointment. I told her no and she said I would have to make an appointment online. I told her their website stated if you have COVID symptoms no appointment was needed. She then said because we are having shortness of breath and that is a life-threatening emergency that they would be able to see us.\n\nShe handed us paper work and we took a seat. About 5 minutes later she asked out loud from behind the desk if we were done. I assumed she was yelling out at us because I saw no one else in the waiting room filling out paper work. I yelled out back at her no, thinking in my head you JUST gave us the paper work and why not call me by my name if you have a question? I was also helping my sister who was not an adult fill out her paper work as well. Another few minutes passed and the same front desk associate said out loud \"what is your phone number\". I looked at her and asked if she was talking to me because there were other people in the waiting room and she was. Was I suppose to yell out my phone number back to her? Again she could have called me by my name or asked me to come up to the front desk rather then yell out what is my phone number. I didn\'t get her name but she was short and petite with long black hair, perhaps Hispanic / Filipino.\n\nAnother few minutes passed and she yelled out for us to come up to the desk but I told her we are not done with the paperwork. She said that was fine and she would help us fill it out. She then took the paper work and flipped it to the pages that needed the signature and asked me to sign. I didn\'t even get a chance to read everything through?! I was already feed up with the way we were being treated and just signed the papers and gave them to her.\n\nThe actual process to take the test went good. There were two men who were helping us and they were both very friendly and explained everything to us very thorough. The same front desk associate came back to collect payment and this time she was humming and seemed to be more happy helping us? Yet, that didn\'t change my mind about the rude attitude she gave us earlier.','2020-07-08 21:57:37.899000','2020-07-08 21:57:37.899000',2,'Kelsey Huerta','https://lh4.googleusercontent.com/-LuyQu7Vlrek/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-lmIAHgT_Oj6PFcU9j1cAVTDxTQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43006),('AbFvOqnfw03MPdll9pr0CCmLFcXYgFjDom0gKy8hBn8E8m2beG3cNNhLBuqyNu0gjQzr-lxCS80j','Always fast and very friendly','2019-12-23 01:38:40.075000','2019-12-23 01:38:40.075000',5,'Alycia Brooks','https://lh3.googleusercontent.com/a-/AOh14GhKeaaDMfqKs9qlpCuDYtjzcp8HAYAdceVbVJX7jQ=c0x00000000-cc-rp','13486358490203335051',29513),('AbFvOqnfWcx2yybLrXBdwKzigfdnInI3DLvOU37Cat-gXWc-xcNhpiLn1TSSSPAnRboAaQwg5cDPXQ','I came here cause i thought i had pink eye and turns out that i had a cut in my eye. The staff was very nice great customer service skills. They are fast but very professional and make sure you get checked out and treated i would definitely recommend everyone to come here for emergency or non emergency.','2019-12-15 20:22:18.467000','2019-12-15 20:22:18.467000',5,'Nicole Turner','https://lh4.googleusercontent.com/-Eq-HakorkIk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckfQ1xQpxx6_uJhcLYRMHAZ53fYLQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34499),('AbFvOqnfWVWRTeYAKASOeYYYbkXy4tbgdB8EITJ8aWcWd_40vcKR24g2Zkgifg3Yihec3BbaRaF7bQ','Th Er we very nice and kind and welcoming they also talked to us and made us laugh and enjoyed my experience with the new place I’ve been driving by. I had a lovely experience.','2020-01-13 01:05:05.634000','2020-01-13 01:05:05.634000',5,'Dianna Belt','https://lh3.googleusercontent.com/a-/AOh14GiLmHvO2dXG67cJEdxHRmo8xcWjHG5tnaEf27ByAw=c0x00000000-cc-rp','3272657195432704501',39717),('AbFvOqnfwxitX_rjrZ3Kq-bYRl220lA5d0hGZoOcYPlyKkAS_H5uGVhhfXIDFFPsSVhpuoelllNzfg','Staff was very responsive and quick to answer questions.','2018-09-16 01:44:56.336000','2018-09-16 01:44:56.336000',5,'Kaela Babbitt','https://lh4.googleusercontent.com/-DkMJnU0T_g0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckoc9tSJu-jqYxIowe3UKrWn4x61Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35181),('AbFvOqnFwXYboN2fxuGLEVTxK7TiiwbuDMGsEOlmJYDlH1vdNC9qMkM4gs-F5oJYVfzz42MUiGOLow',NULL,'2020-01-30 05:48:38.933000','2020-01-30 05:48:38.933000',5,'Andrew Williamson','https://lh5.googleusercontent.com/-goV_eC2JxU4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclWMiNSYAmxFPw6QcSSV40Z1uFQxQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42468),('AbFvOqnFx6-fMS87P0YAvkrfgpk6dD0HASPS1M9peuot5slRKD3eFAIdVPftFBfuqNLZwP-KeWqO5A','Quick & friendly staff!! Thanks Lorena T., Amanda C., Jacob O., Torie W., Rachel, Patrick, & Dr. Vackey!','2020-09-12 20:55:34.290000','2020-09-12 20:55:34.290000',5,'Aaron Tackett','https://lh6.googleusercontent.com/-Gau_L66Uq3c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckTeKcVXtCMQdGiwAHTIQo9dPTI3A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34166),('AbFvOqnfxhVWpG23oHPCVHS_OxMS_QNh_dwPnhIBVcwayoD68v4BnoY_Rl2SC_VQUv9Gca1L4X_Iag','Friendly and caring team. Fast response to injury care. Clean and spacious lobby. Sindy expressed heartily and sincere sympathy... Thank you for providing a great health care service.','2019-10-26 17:56:57.068000','2019-10-26 17:56:57.068000',5,'Ed Saldana','https://lh3.googleusercontent.com/a-/AOh14Ghy35BeUViWmfdwjLO8fn3ZFUolib4CaASBobZlYQ=c0x00000000-cc-rp','14567670160750071148',30427),('AbFvOqnfXiFYeRW73oFPwuU6i6pVoogzbpsr6K7VJqoZM-nqNbhwXH9em17SCB7JjCwEZjcBK2MJuA','KUDOS TO ā€œKeri, Dr. Estevez, Anastasia, Dian, Elizabeth and Vanessaā€!!! Best Professional Medical Care at this location HANDSDOWN!\nCame in for a tooth infection not knowing what to expect since I couldn’t get in to see my primary physician. OUTSTANDING CUSTOMER SERVICE with SUPERB ATTENTION TO DETAIL!\nI highly recommend this place! Thank you again ā€œDr. Estevezā€ YOUR THE BEST!','2021-01-03 01:40:13.276000','2021-01-03 01:40:13.276000',5,'La Wilborn','https://lh6.googleusercontent.com/-PVEqjbNNk38/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmmT_R640MSat8fBSilzimlnlI1AA/c0x00000000-cc-rp-ba4/photo.jpg','3511292162159714121',44200),('AbFvOqnfxkV_EzkAh6PMUPjjIw7Z-5y7Ze4tNj6Ymg1pHx2HMOtUHsAJSJVZMggyExOVFhV3gejU9w','Chelsea, Clay and Remington provided a great and easy experience. Would definitely recommend to anyone needing to get tested. Fast and easy','2020-10-10 21:48:49.791000','2020-10-10 21:48:49.791000',5,'Roj *','https://lh3.googleusercontent.com/-P3OvbDCVIk8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclqsrPJfxqwR8Z1gJnnaD108e2BPA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35714),('AbFvOqnfxsjOfjcnyIezi9SBTPS-2-7prTbMVRFvRUPny7fpc8LFNLNOtHjiSptAEXdUmDGTF_mjvg','Great team first time, and I had a great experience I would definitely recommend them. Had a great team of nurse Alvean she did an awesome job with Marcus had a great experience first time someone actually made me feel like a patient not a mom lol thank you to Signature Care team','2020-03-02 17:09:01.632000','2020-03-02 17:09:01.632000',5,'Alma Marquez','https://lh3.googleusercontent.com/a-/AOh14GjMxecezM5OkF6FjWb1RxtKo_Y8ksIXfyeq6cMobD0=c0x00000000-cc-rp','16389487648212004696',33309),('AbFvOqnFXvf8ys8X0vh_dykILhtJkYI19YmGCEJdhVcsqN-ND7tFzXaamciee0K5T_sbSxk_2TM3','This Signature Care in Texarkana is a very clean and professional location. The nurses are patient and kind. Chloe and Andrea are very kind and professional. They serviced me with kindness with my nervousness and not knowing what to expect. I will refer anyone to this location. Thank you two ladies','2020-12-17 15:42:27.040000','2020-12-17 15:42:27.040000',5,'Belinda Massey','https://lh3.googleusercontent.com/-IYvcXjibcX8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn4ANeJGRD-Ju6d-Cm2FAapOik5QQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44673),('AbFvOqnFXZwMEXTjs3o1sEtx-tNH8omjXOuj8__W3HLSVdmDNPpbhjqkbsdroSDvwzC9nxCz6hnBJg','Staff is extremely nice and helpful!','2020-07-18 02:21:26.362000','2020-07-18 02:21:26.362000',5,'Lyzette Brockington','https://lh4.googleusercontent.com/-lCNF6haywXo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn15vw-AdcLVOezWqT4VisldNOv6w/c0x00000000-cc-rp-ba3/photo.jpg','13486358490203335051',29361),('AbFvOqnfY6ZrJvidEMPGPFcToQiHYw-Un70AaKY1n-xkE_Yi5EZ21kSXKWoAQPHGaGJZRBhpKsL9','Very prompt and detailed. Very clean. Seen by Dr. O\'Malley. Explained thoroughly. Luisa at registration was very nice. Nurses Jessica was nice as well','2019-05-28 01:25:17.048000','2019-05-28 01:25:17.048000',5,'Claudia Nava','https://lh3.googleusercontent.com/a-/AOh14GiutDlFYnOB1JgwxI7I2vuoacY0HFGDdhC1hsry=c0x00000000-cc-rp-ba2','16389487648212004696',NULL),('AbFvOqnFYkSGeBmX7WlzP9IoPKV53VAYRC9LBopHBMjcdzmctROMrwOkKQ5tVZbm7JMhhTHv1_IFpw',NULL,'2019-08-03 19:46:24.967000','2019-08-03 19:46:24.967000',5,'Becca Chambers','https://lh3.googleusercontent.com/a-/AOh14GgIdTJkkK6PAOhp2MoCEh3lLbri5sJ9afUrPIyz=c0x00000000-cc-rp','16590124370714063921',34737),('AbFvOqnfyPXPmXcuc-eu36eGfqK62YRx1U9egjXt1SIxr6Y7DBBVS81qTAF_OYGw1t9Jst2KQ_mZHw','Lacey and Dr. Dendy were great!!\nThey were quick and efficient. In and out in under and hour. My only complaint is the cost... thankfully there’s a payment plan!','2020-10-20 21:09:24.586000','2020-10-20 21:09:24.586000',5,'R T','https://lh5.googleusercontent.com/-GVtIyVwhoB0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckE3zO7dnLxk970qIk7g6R4W4jCzg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33135),('AbFvOqnfyQYXPDc1OaVEXfReuOlQfKIfI-vHQpVuCM9eWKLE3bZMYPQroDnFJ27kJF6k1IE9TDJM-w',NULL,'2020-07-19 14:41:22.401000','2020-07-19 14:41:22.401000',5,'Heather Cypert','https://lh4.googleusercontent.com/-pukxvrXheJM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucld55_haYTcLHrNu_g5yVf1baE_Ow/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31985),('AbFvOqnFYV6rqCsAEBZLftU98LoNb4EuGfDZmnDZo6EmWqCu8DmsbSooYXqDEvoK0seOFAX95apU',NULL,'2018-02-12 15:34:16.651000','2018-02-12 15:34:16.651000',5,'Amanda Curry','https://lh3.googleusercontent.com/a-/AOh14GgFBMvEChcX9VzX13PMs0cRPBTm76iRryuob2tndHM=c0x00000000-cc-rp','17394740196501090048',36984),('AbFvOqnfyxq0BxPQ3Vt7b-8s4_bZThoH9oN8WhYekYx84ri7Ggr34ob9O0qTQ66KSih23dmFlNOG','This place is Amazing! My daughter was feeling ill with a 102.5 fever, headache, eyes hurting and vomiting, so my husband and I knew we needed to take her to the E.R. It is 1:30 am and we knew we were in for a long night in an E.R. room, but we knew there was a new Emergency center so we decided to check them out. In the parking lot the security guard was very friendly as I walked in Barbra, receptionist, was very welcoming and knew I was flustered she walked me through the paperwork and told us to have a seat. We waited about 5min and the nurse Michelle brought us back to a kids room. There was a tv with kids shows on which is nice my child felt comfortable another nurse came in Kelvin and took her vitials. Michelle and Kelvin made her smile and feel comfortable. They made her testing go smoothly came in frequently to make sure she was comfortable and us as well. We were offered drinks they made sure we were taken care of as well. Dr. Zajac came in and listen to us answered all of our questions even the off the wall questions. When we were all done Dr. Zajac explained the medication and everything we needed to know. Michelle and Kelvin came in double check to make sure we understood everything and gave my daughter a little teddy bear which made her light up even though she didn\'t feel well. My daughter asked if she can come back when she is sick again. I recommend Signature Care they really take care of you and go above and beyond to make you feel better. Thank you to Barbra, Michelle, Kelvin and Dr. Zajac.','2019-06-03 18:07:52.060000','2019-06-03 18:07:52.060000',5,'S. Smith','https://lh3.googleusercontent.com/a-/AOh14GjAaxI5pBoFfOZNvS-4ncOBG9rl6kCrS-uytMV1DA=c0x00000000-cc-rp','2694018788013845459',39333),('AbFvOqnFZDn8zzuv9-a6lRtARKP3cv3i1MrS4R_Ve2LRfreZyYetElkpC3kfKlIerDKMF-Vm1HocaQ','I found the people here to be very professional and extremely friendly. I will definitely come back again and recommend others to use this facility. I would like to especially thank Suzie and Mercy for their kindness and assistance. They made my visit very pleasant.\n\nThank you very much.','2017-02-23 13:55:11.726000','2017-02-23 13:55:11.726000',5,'Tony Henderson','https://lh3.googleusercontent.com/a-/AOh14GhTBo3A2F_ZDDbaU5lQ2EUWL6247rdR8kO0OvOUJg=c0x00000000-cc-rp','14904078213800803294',32729),('AbFvOqnfZPkP-kcu61lJvYVP0id9dUF4vBMWpfc4PZCOsRKRllxsR4XrhENTOqgsSU5Y85kjQcjT-g','great place! Staff was friendly and so caring! Jessica S. Was awesome and so helpful. Jorge and Sam were extremely quick and great!','2020-06-10 16:25:36.412000','2020-06-10 16:25:36.412000',5,'mckinzye riley','https://lh3.googleusercontent.com/-0PyePMt46DQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclTUmReZF8j1LTJXZTpjCYaruudBA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32071),('AbFvOqnFzPTWjmwi-RNORnZdqy-hEm_MAlw-wCm_xbGT4QysvpA0FNtYFG7gp1QZj8Pqz36Cp9uw','Fast and very polite service!','2020-02-14 19:04:58.184000','2020-02-14 19:04:58.184000',5,'d w','https://lh4.googleusercontent.com/-d5Pqo9VXMDQ/AAAAAAAAAAI/AAAAAAAAALQ/AMZuucnuDQJqb1-_3hbZF3Z0urRbrQ8mDg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35971),('AbFvOqnFztCxxWeSn0lDMJ-EHMkS-UAyLSWT1B4w4FG_zLSv7W1TCCHAJQDpYuc5fs5w3_p9EYLjAA','Alvean and Valory have great customer service.','2020-10-27 13:26:54.892000','2020-10-27 13:26:54.892000',5,'Jessica Thomas','https://lh5.googleusercontent.com/-FvtgSixeVaM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnYfMywr20o88Zs5AKVHO-2UnNsCQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33070),('AbFvOqng_47T-jAK80JvxvE_Lle-Fkdo1D9G9zuchWg6crbVO0k0gxwJUGXK83nZJ4DAtblMNLhH','Jennifer D at the front desk was wonderful , helpful and friendly. My nurse Susie was top notch very helpful offering a warm blanket and water also showed true concern and compassion, great \"bed side\" manner.','2019-01-30 01:16:34.610000','2019-01-30 01:16:34.610000',5,'Dawn Stone','https://lh3.googleusercontent.com/-hNtyEjK1dE4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmUFRkNXfyPB5Y8YbOGVhNCq2lmEw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42165),('AbFvOqng_60N-dhYdVQcedCj66fnvPiGYI4n3L7lAZRI1pxvNTDWP9MfNwiwtNTkAqQo9mbcQO2O5g',NULL,'2019-11-22 01:26:27.643000','2019-11-22 01:26:27.643000',5,'Stephanie McDonald','https://lh3.googleusercontent.com/a-/AOh14Gh60V3j7K3LU2qSjXTf3lFt2Z0blmOT8g0vznj6lg=c0x00000000-cc-rp-ba2','13486358490203335051',29576),('AbFvOqng_AecoP23o9WhS1mQ3lF0uAkYTJst8MZ5Sguu29uNR3-RUJZjT10XoXMPWIYeRbfpjM4i','Olivia was on point, Keaire, and Dawn were very welcoming and fun.','2019-08-16 15:45:20.984000','2019-08-16 15:45:20.984000',5,'Benjamin Eboka','https://lh4.googleusercontent.com/-ohizKfnU7Ts/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckK2dKOBPK1FF-_l73QO_HdzB_feQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40440),('AbFvOqnG_bB4DLn1SDzijPBBaEcQO3xJL9Qv7ovbLJVeeW88QWru3SJqYFm3rmXAI5fWwzCUoQh4Pg','Fast friendly service. Nice equipment. Floor could have been cleaner. I noticed dirt and food crumbs in my room.','2017-08-07 16:10:39.639000','2017-08-07 16:10:39.639000',4,'Scott R','https://lh3.googleusercontent.com/a-/AOh14GgwgQ7A9hFClxNiYABBLJioyyaCMpuR3_1jkMhx=c0x00000000-cc-rp-ba3','14567670160750071148',30993),('AbFvOqnG_BeAiF8IlfSK1plnUKSGIp78IJb1sJPtKHHPQ_58M5tInesGI1L5nG6hmX9iGcf2cHvY','They were very professional and nice. Felt very comfortable the service was excellent. Definitely recommend this E.R. anyone.','2020-02-03 23:51:07.087000','2020-02-03 23:51:07.087000',5,'Brandon Daye','https://lh3.googleusercontent.com/a-/AOh14GgBcYwISuBCXK_A_ps2E9PbGDLjf7ZyWJ4tmum21Po=c0x00000000-cc-rp','8679688254631342173',42459),('AbFvOqnG_MA7Kl-t_kwUX8oyvpz6iFwVLIzaD3M12v7iUu4bIXxhfefg3gHfXGr7SUxiTCbsxQNK_g',NULL,'2019-01-08 23:48:05.543000','2019-01-08 23:48:05.543000',5,'Maya Munoz','https://lh3.googleusercontent.com/-7wg9RbApbxg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmvZjc6PkqIZZ8hE96Jh9eIAlnbAw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40741),('AbFvOqng-kuBE5ojrrgQJt8M541MczoYw90fjOE_SqcxzZ2E8QMke728KUH7Vib6n8MGsPRsrJFHVA','Great friendly service dr. Patel was friendly and informative. My nurse Kristina was comforting and answered all my questions. Defiantly returning to this location','2020-01-25 15:20:18.528000','2020-01-25 15:20:18.528000',5,'Rebecca Vazquez','https://lh3.googleusercontent.com/-bI4nG3N0YlM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckmxMi2ryEC1FdKd_FJKm-qCnpqkQ/c0x00000000-cc-rp-ba2/photo.jpg','12541597562633926366',28787),('AbFvOqng0_4BRXRaOJTU0wuYdNfts4so_2UvLwS4gOXRnRCWdFOXUSSgPsj5SRYsSWKpTaxx9b4yvQ','Came in for a back muscle strain that was really hurting. Malissa was very helpful at the front. Dr. Yusuf was very detailed in explaining what was wrong, and my Nurse Kristina took very good care of me. Definitely recommend this location.','2019-08-29 16:47:51.562000','2019-08-29 16:47:51.562000',5,'Destiny Russell','https://lh3.googleusercontent.com/-RjTNs3ocMaM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckZlEzWaymE6MOCi2daPhUH1EaB5A/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29047),('AbFvOqnG0dEcNQadX6wcrjIS2Zv8r_k4iY25s6HeZM7mL7OU0g1WTcbiRiLhaej5zkEvw8DZXe_LLg','The staff was fast, friendly, and knowledgeable.','2020-10-14 16:19:45.867000','2020-10-14 16:19:45.867000',5,'Darrell Lowe','https://lh3.googleusercontent.com/-mYL15qd6T5M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLJNx7WBbFGN8zxZlRgIoA24ZPxQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42862),('AbFvOqnG0o_CdAzkEN6trNiAMB6XZhAZSGr3bB64cwEhTEd2NvfQdqWorniQ6enwCdBp0fD1MSPc3g',NULL,'2019-02-12 11:54:43.517000','2019-02-12 11:54:43.517000',5,'Norma Morin','https://lh3.googleusercontent.com/a-/AOh14Gi_CgaETudVfpWbeWzTbGvt8t9EBeZfBIXJdMM3yg=c0x00000000-cc-rp','16590124370714063921',35019),('AbFvOqng0urKx2jyJ38LXv7qOgTbBV3RbHzI8qSe5B9jjGBeb4MCfx9PeywOPTVOeYM5E2S4cGWyRw',NULL,'2020-07-20 21:00:42.665000','2020-07-20 21:00:42.665000',5,'Grace Lewis','https://lh6.googleusercontent.com/-pTELKggGu_k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclCWz9NHYRbcTbWWg_6-ptqivFlCg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31928),('AbFvOqng10LmgouirRDC8kmO3uRBykC4EHPnGPbFaqVVKUwzSHq_EFmsvhNZwVKuQY51465BGyYtmg','Signature Care Emergency Center is a state of the art facility. The staff was welcoming and expedited our care with nurses, doctors, x-ray techs, everyone in the facility was wonderful. Love this center and its staff','2017-09-17 00:18:19.327000','2017-09-17 00:18:19.327000',5,'Laura Guthrie','https://lh3.googleusercontent.com/a-/AOh14Ggar6njwch34PkeWdfXRkYt18L-6NIFS8bblmUStw=c0x00000000-cc-rp','8918455867446117794',43482),('AbFvOqng1t43eeNS89pvN_S2yTSP6c0nI5eKOhkgXam9YsFrbzIBxbrKpK-mRKmMxBqkOx3pqVLZ8A','Excellent and friendly service with staff going above and beyond.','2019-09-21 17:25:47.703000','2019-09-21 17:25:47.703000',5,'Nikhil Singh','https://lh3.googleusercontent.com/a-/AOh14GjcW0VeuQpHppVdTaO1R-AfKLsMKF8Olj0jOY8qRA=c0x00000000-cc-rp','16590124370714063921',34658),('AbFvOqnG3CnocuJ1s-Rz716RPy0Sbc8iMEGtL8NweWwJUHg6Vn1n-pw_Dafz9tLud8nYHzW3X24wFg',NULL,'2018-02-18 17:51:51.520000','2018-02-18 17:51:51.520000',5,'Terri Watts','https://lh5.googleusercontent.com/-Edv92PS-jKc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl2qPvg1J85_ekcezddT0GXA25fdA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35306),('AbFvOqnG3e73e3uQkhMdTeWFyCSUCd7q-lojzUArYohSBBs2_glZwoDKrevUe9e9EXxIDjmKavxX-A',NULL,'2020-12-24 17:07:01.954000','2020-12-24 17:07:01.954000',1,'Hersh Verma','https://lh3.googleusercontent.com/a-/AOh14GipucuXNFIyEDpBDKuYUZwKlThWHcFR0mLfhNH1UQ=c0x00000000-cc-rp','14567670160750071148',43782),('AbFvOqnG3rllmi1I45xyOv09PMfMJUg4sA5eK6LnLyxKC4YVuTCi7r2pmJSLmOmO3bn8NyvFApWKXw','Been here twice for COVID testing. Both Good experiences. Clean, professional, & efficient experiences, both times.','2020-09-09 18:34:50.798000','2020-09-09 18:34:50.798000',5,'Chi Doan','https://lh3.googleusercontent.com/a-/AOh14GjgmmIMx9-OjpuTgrzXcyOMtTPTXBqYO2wTjVXe=c0x00000000-cc-rp-ba3','8918455867446117794',42917),('AbFvOqnG46RV9HculrLiQRubURUczOZFNK5feKiBthTU5Cse-o4_bHu7FhrJGOh80dRwUXA5MPma',NULL,'2019-01-17 20:36:42.090000','2019-01-17 20:36:42.090000',5,'Naomi Haynes','https://lh4.googleusercontent.com/-_OEk44jXzeI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmWt2rvEzyEoDUkdBlNMFlOS4yA3Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40702),('AbFvOqnG5KFJHahTweDKdKe2NjJ1zIMojd44A24wCs27Y-AmnWV8dQgug88yQLdkNxrK-9qCtNuB7g','Great service! Ashley is so helpful!','2019-07-03 21:16:22.517000','2019-07-03 21:16:22.517000',5,'Carrie Hendrix','https://lh6.googleusercontent.com/-f21jsXpml4k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckKP2JFfwxStL_rknz-edeoxR-v2A/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38110),('AbFvOqnG5lwsznrTbrg2Xf7eZE_zMRJr4tKoMVRqwkzJ3kSGgMzorX89PVZcjYwIeIlgL-K0QaMd','The staff was very professional and the wait time is little to none. Great experience!','2019-12-31 04:49:39.229000','2019-12-31 04:49:39.229000',5,'Terrielle Harrison','https://lh4.googleusercontent.com/-NOXGieUYMFo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckY3lLz51Y83k6gWfBJ8M0MD_DoLg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28882),('AbFvOqng6hcI_5fQQhgxvj3Jyw0igqOlgiaae7gJmb5Xw4DyJ43hfNdkNhxIqQIOiBUbk-Hwx9ujdA','The place is clean and welcoming. The receptionist was polite and caring. But they mixed up my mothers COVID test.\nI went in to get a COVID PCR test for my mother , after making the payment needed and filling out the forms they told us to wait. The nurse took her in and then 15 mins later she came back with the test results..I was surprised that we got the PCR test results so quick(usually it takes 3+ days). When I read the results it said Rapid test. When I enquired they told me that my mother should have told them AGAIN that it was PCR.\nApparently the forms we filled in, the payments we made or me telling the nurse that we want the PCR test did not suffice. My mother had to tell them again.\nThen the doctor came out repeated the same reasoning and the went and did the proper PCR test.\nERs being a medical service and that too for COVID testing, I thought they would be more careful. Well I guess not!!!!','2020-10-02 16:08:10.533000','2020-10-02 16:08:10.533000',1,'Tom Garis','https://lh3.googleusercontent.com/a-/AOh14GhM1L2N6MdjzGMbEag0kgY6fuWdIDfxnmVs_7YX=c0x00000000-cc-rp-ba3','8918455867446117794',42887),('AbFvOqng70tc1Tb9A6WlVL8lDzetpk7dLbfPkT9tEL02a3BzYHKSSDDnYhfD_0BRPwcNuRVhQUH_Xw','Awesome staff and awesome service!!! PATRICIA C. & JOSE P. Very courteous and considerate','2020-01-02 20:40:18.103000','2020-01-02 20:40:18.103000',5,'Takeeyah Sterling','https://lh4.googleusercontent.com/-3yaOQY2RZMw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclbrZy7YFpbId2vnDYD-Tu3utnRDA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33549),('AbFvOqnG8O4TCRhn9b4Rm5fmghNzesXR86UNiR8qHyfUr2Yvvt9Svn8Im9svSNtg8UfMjxxvX5G2','Where do I start from the front desk to Cody and Sam and the Doctor . Everyone was very friendly and professional. I had to get a covid test to go back to work and it was easy and fast. I would recommend this office to my friends and family!','2020-08-17 13:48:47.246000','2020-08-17 13:48:47.246000',5,'Destani Adame','https://lh4.googleusercontent.com/-YtXRFsuAdok/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck6or2X_XgaGWcgrdOEtz87eSsLlQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38591),('AbFvOqng8suvyfNzkQECy6fnW1njh1qxF3CSb2LdW6Y9FlPkNPPIe_8WEsu5iDeFyDXYayY4aUgK8Q','This place is so nice and truly care about the patient’s comfort. Nothing but friendly and caring people here. I had Anthony as an RN, was super kind and made sure I was always okay!!','2019-01-15 22:46:15.481000','2019-01-15 22:46:15.481000',5,'Rachel Turner','https://lh6.googleusercontent.com/-Jbr4T4OThQw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckLYsgBV3BXgypG5D9MRlK7DG3BYw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35045),('AbFvOqng8u2zWjMriD5HJ5ML7bAm343GxnJ6UWDjZKy7dZdnWP9gRt4wrnq09xclRharzsXT9kpung',NULL,'2020-07-06 21:53:41.946000','2020-07-06 21:53:41.946000',4,'catrin ahumada','https://lh3.googleusercontent.com/-DybZ0qORyDc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclAmwd8m-9oh8T3mU6pmaRF-Sb_sQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32045),('AbFvOqng8UOdjHMwKsMoPALeC1Kbd0KSwein7_4zjQwcEGjyD7zvkn1eGMT7V7K6VFClSBYxBugDyQ',NULL,'2020-11-25 04:56:15.676000','2020-11-25 04:56:15.676000',1,'Helen Rojas','https://lh6.googleusercontent.com/--UpxCYIGDro/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucloP4VWS8e2uno1H2DcoQfH8BIz9g/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42252),('AbFvOqnG8ZrDfiZ3wvP_SZh_W77SPxxSgULDhslUvKHgphPJbGeaDM7qcGE2Z_hHrY62Pxbz3K_X4g','Dr.Iheme,alvean, marcus, and Jocelyn very helpful and fast service.. Very clean','2019-11-20 17:17:34.965000','2019-11-20 17:17:34.965000',5,'corey goodall','https://lh3.googleusercontent.com/-JzqNISyX3ew/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVtHAUS8dW_2h0Er5VXWjJATjuLw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33706),('AbFvOqnG9qNj-43RaVWY7loL3ydHmrjExj0BdvfkFt6MxFzQBRCScwstW6ONaJ3N6S2bJGnHVYkA','Dr Pham\nAlvean\nTrivia\nElida\n\nSuper care. Helped my nephew','2019-11-26 14:28:14.215000','2019-11-26 14:28:14.215000',5,'Brenda Engel','https://lh6.googleusercontent.com/-PJQFrNkyPyA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKM8kqqL6l_W-wDhVJ310bV9VSuw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33686),('AbFvOqnGARomEMAhO8UbaLVcz6vdClIPeB_IKFw5LT3qzM_wgaESy6O_jnBA5yBbeOvixZIGDuX5','Dala and Keshawna were very attentive. Vincent and Dustin made the experience so much more relaxing.','2020-10-08 21:19:38.563000','2020-10-08 21:19:38.563000',5,'Maria Elena SĆ”nchez','https://lh3.googleusercontent.com/a-/AOh14Ggdg3vQE0YSNH6HMu4dLuI2k7pMrJmUtPwHvxXuLz8=c0x00000000-cc-rp','14567670160750071148',30068),('AbFvOqngASPPYF6J2NYbhEn_TersMLkXQzBGicF9ePPZgwPZt6qEpkvK62b32yAn7-XL9fZHY22n','Great team here. Very fast,friendly and professional!','2019-01-24 02:07:37.384000','2019-01-24 02:07:37.384000',5,'Megan Hayes','https://lh4.googleusercontent.com/-QhUYW8HyR0o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnRiV30jNtwaI0E7WdMZuwVj79OnQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36289),('AbFvOqngbBpheqM8vlDm8F_QpjOosWaFbBdiUdEAKNasWQhn7zYrb450zMDRqtMfjEdFuVyoEigt','Other than the long wait. The staff did the best they could under this Circumstances. Real Professionals','2020-07-10 20:32:45.254000','2020-07-10 20:32:45.254000',5,'Adam Martinez','https://lh3.googleusercontent.com/a-/AOh14Gjh0kcfPuvC0qer9w3_mBEPDlsL2h6mWncznvG1=c0x00000000-cc-rp','13486358490203335051',29366),('AbFvOqngbhbDp6z7pyTCsmQ7y_Wy8yfvRJ4vLGbMUGeyyhBytYhHcoAnLmI9q9uugNFgdU0RVrT6RA','Great experience! Right when I came in Rita was very nice and helped with anything I needed. Everyone was gentled and prompted as well! Daniel, Holly, Adolfo and Healey did a great job, thank you for everything!','2020-11-30 03:28:24.284000','2020-11-30 03:28:24.284000',5,'valeniba1','https://lh4.googleusercontent.com/-lS49iALA8bI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJFLIBr4yw-8HcgNyB3mOLCWI-qA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32138),('AbFvOqnGbifR4WJKrUeacKzXDyswMfzvXFmkI01mB94Dz_Km7lGrOUjKy3DqZZUb8yJKmatL0z85Cg','Excellent care ! The doctors treat me professionally and made sure I received the proper care. The nurses and radiology staff were great as well were not rude like any other office I’ve been to. Overall a high quality care. The facility is very clean (and cold lol!) but they provide you with warm blankets. Also the front staff very professional and helpful. There is no words to describe how amazing this place is.','2018-10-21 19:34:09.550000','2018-10-21 19:34:09.550000',5,'Maria Boundy','https://lh4.googleusercontent.com/-FfrXElZO8TQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck02D69iylQ3oYO8ACUvrvkStx8kA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30685),('AbFvOqnGBmj5wW069Z7dOXAN0fRfeIZrzEThHTRjY2eeM02kNgZ0C2uCvtYybSA47GEXx_zLfJvx','Lorena, Dr.Akunyili, Jeri, Becca, and Morgan were so helpful and made our visit super quick and painless!!','2020-01-12 23:46:33.120000','2020-01-12 23:46:33.120000',5,'Kathryn Kaimana','https://lh3.googleusercontent.com/a-/AOh14Gj931jJ_Z3f_iuqN-E5D6qqve-fhE56NYFAT6OvrQ=c0x00000000-cc-rp','16590124370714063921',34453),('AbFvOqngBoik1yb34JLTy-65OGiSjTDB0pkuoW3P2Y9QkXNNBlR9967MMegZA-imY4rxuril-fa5','I would like to give a huge shout out to these guys here at the signature care here at Cypress. Dr. O\'Malley, Patricia and Alvean were amazing.\nThey are the Ritz Carleton of health care facilities.','2020-01-16 16:26:15.005000','2020-01-16 16:26:15.005000',5,'MikenMollie Levar','https://lh4.googleusercontent.com/-A3wfEMaSctk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7AzPvPUrhsp0sunOpfqJ_G08GEw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33501),('AbFvOqnGbWpzedHF_NkjTH3h-BCTQObX2ZnYdm0wKnJ5YD85DRsg3RdI7tjgsMGlys1DNJiCrAWB',NULL,'2019-01-12 19:53:03.247000','2019-01-12 19:53:03.247000',5,'Joshua Turner','https://lh4.googleusercontent.com/-mOhexrLZLQM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6UYR7549b7hFjCRmDT-XhRx3uww/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39962),('AbFvOqngBzKw26Yjy0gBY4pL4r2ngtCCzwy3QOihSenTPzQEWVbJgnGh2_UM3yN4K8lFlmdNT9Xl','Very positive experience at the Emergency Center at Montrose. The lobby was very clean, an attendant was continuously cleaning and strilizing seats and tables. The staff were friendly and efficient. The nurses that took my vitals were also very friendly, kind and very thorough. Test results were returned very quickly,l. The doctor providing my results, was able to answer my questions, was relaxed in spite of the heavy workload waiting for him. Glad I made the drive','2020-07-19 13:35:55.169000','2020-07-19 13:35:55.169000',5,'stephen bailey','https://lh3.googleusercontent.com/a-/AOh14GhLfwHXq7Aowd46qg4iHmQ-e7OGlzLuWBhxWf4beg=c0x00000000-cc-rp','3511292162159714121',40232),('AbFvOqngcAX97spwsDL9J2xsQhU10iiP3F2nzIcBX7OY4yQAGDclWg0kuXZNBNpFw6FNelrU6-ieEA','Dr. Faig, nurses Sarrah, Fahme, Catherine provided awesome patient care service through laughter that help relieve the stress of having to be in an ER for the 2nd time this week. Thank you for providing tangible information for prevention of having to return for a 3 time. I truly appreciate the time that each staff spent to care for me.','2020-10-29 17:31:07.964000','2020-10-29 17:31:07.964000',5,'Dominique Reed','https://lh3.googleusercontent.com/a-/AOh14GiXTp9IuLEUskvhxWhqfUx3f0UuIHVs9jJlmS_T89o=c0x00000000-cc-rp','12541597562633926366',28485),('AbFvOqngCdt_7kaxPq_KJgUj08w1Vf2Y_mn557qT-huPEU6717V6iI1tNMLi6DwT159gsrWjleJG','The staff is very friendly ,helpful and caring especially Jessica S.','2019-09-12 02:33:44.310000','2019-09-12 02:33:44.310000',5,'wendy scott','https://lh3.googleusercontent.com/a-/AOh14Gj4CuAytrjz8o3RV9l6h95ibRSd2ogfQHXro_hwGg=c0x00000000-cc-rp','6521947413723274945',41610),('AbFvOqngcFsymHJ9moZY1A25a3h8NUcNxpyPoJLHbc114fmkMa-jlhmPKsMvRr5Cf-sUD244XZxrkg','Incredible staff! Very welcoming and hospitable! Dr B. Thomas, nurse Dawn S, registration ayesha, rad Nanci, and even Sarah!! Thank you guys so much. The most friendly faces.\nLots of snacks, variable drinks, and even asked about using a warm blanket during my visit.','2019-06-12 13:03:48.830000','2019-06-12 13:03:48.830000',5,'Madison Juarez','https://lh3.googleusercontent.com/a-/AOh14GgMbKS996k5XWwelgOik5BenZ8lOm2HuPbPF-T-6g=c0x00000000-cc-rp-ba4','17898197009688164559',38147),('AbFvOqngCpZseZwC7lkp0urFFdAoST4K0gUMSsdmcozfTxkHN4Ff3ml9OPBIfgXxTxLFTvaTxiZtqg','They were pretty quick and there was barely any waiting time. Doctors were very informative and quickly got me my results and solutions to my issues.','2018-01-19 21:51:48.811000','2018-01-19 21:51:48.811000',5,'SeriesBlu','https://lh3.googleusercontent.com/a-/AOh14GhQSiIIHzXqKiRUFMqU9nJiJ44G1cFIeassZ_pHCQ=c0x00000000-cc-rp','17394740196501090048',36997),('AbFvOqngd-nvwObzq70QNdXJJc9SmiyevfvCCLCupYuu3UwU9fdpuO-d0qyEgT_eFo0STpwnu8-EUg',NULL,'2018-06-29 21:20:22.376000','2018-06-29 21:20:22.376000',1,'Customer tumer service consultant','https://lh3.googleusercontent.com/-0cwZjOQZJII/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl8VgxuyshcUJ7QhJx89G_auhLIyQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38370),('AbFvOqngDKnE04Ctm6FwdEVQhpB00Nle74Q7A8v5vINOZgLwTjOpeUbJU3jh8nMk_BFCAOTXqbct','Great service Dr. Wren, Hamzah RN, Norma so nice they all took care of my wife no waiting time. The experience was absolutely great!','2018-12-09 16:21:50.251000','2018-12-09 16:21:50.251000',5,'Moussa Tamboura','https://lh4.googleusercontent.com/-MBKEZdsSEuw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckpnPCshnrEpR-zWtNECGE03N6zPA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40785),('AbFvOqnge2j8JFMcgdVgWr0oN44eyx5HfTWaliiR2XaxYb9_JkbF8BakcWywg3vpQhRB-iLh1e0_FQ','Nurse Callie is the best.','2020-10-17 17:35:33.781000','2020-10-17 17:35:33.781000',5,'SomeRandom Weeb83','https://lh3.googleusercontent.com/a-/AOh14Gh1JyskL7dPOzAyK5-p0w5Gzqfo-HW-p6ilzKrpTw=c0x00000000-cc-rp','2077061009497551125',38476),('AbFvOqngeJtFpGoDZKA_Y9dVfNriVT6wYFTjl-ElHPPjOmAGo0MdRYn25vEsxTDfrmwEe-RgIIQIOQ','Patricia, Jani, Kelly, Marcia, and Dr Harjai were very pleasant, professional, and got me in and out and still alive!!!','2019-12-06 13:12:24.510000','2019-12-06 13:12:24.510000',5,'DeAndre Jones','https://lh3.googleusercontent.com/a-/AOh14Ghp9lVejzX6yvtOetzz1Daf7Bpu6TC8eCoGsKICWQ=c0x00000000-cc-rp','16389487648212004696',33633),('AbFvOqnGETBvNAsBwL5cqnfVgg1aEqy6Ohz9OOmPWcmaBdzbq0b1QANkFQQlollqKH0h4zzBNcqM','Amazing staff, made me feel so comfortable.','2020-09-03 20:39:47.195000','2020-09-03 20:39:47.195000',5,'Lolo A','https://lh3.googleusercontent.com/a-/AOh14GgaqeJJbVsVY-3jP2amDVPoZpKJM5xC9ODXyVGpyg=c0x00000000-cc-rp','17898197009688164559',37566),('AbFvOqngeW0knGJPOCYGvt4dMAAFEyTu8HXZFst5bh5FwhrjXLCAJSaeiggWiONHfAE4faMR8gryRg','Great doctors and staff, fast service','2016-12-31 17:50:26.738000','2016-12-31 17:50:26.738000',5,'Nala Riel','https://lh3.googleusercontent.com/a-/AOh14GhZF1sdoiSoeJhpCVcrzl6sKLtd0ERi_1InAkKnqw=c0x00000000-cc-rp','3272657195432704501',40011),('AbFvOqngezWHjflkAHlpMN5A9--SOQGEkkBXzITNkRC9bs9Rc584P67M5Oogo4iFqtveq8NFB5FNUA','It’s was an amazing warming entrance great attendants. Tanishia, the girl in the front, was super nice and helpful about the entire process. Definitely made everything easier!','2019-09-30 02:54:34.504000','2019-09-30 02:54:34.504000',5,'Pablo Hernandez','https://lh3.googleusercontent.com/a-/AOh14GiX2qPX3R4_1T9j8k_WR9hxuREXQsU_5y9aeqUSdg=c0x00000000-cc-rp','17898197009688164559',37979),('AbFvOqnGf5w6n8OJz3vURSLizl4E8I7il_4djUCdlmMZNVwpxbsy-Vfh8ECRKiCFZv4lk0o1g3Hipw','My granddaughter broke a bone in her foot and was treated at ER 24 Care (Signature Emergency). We were greeted immediately and the wait was only as long as it took us to fill out the registration forms. During that interval we were offered something to drink and a snack. The staff was extremely personable and polite. We were taken to a treatment room within ten minutes of arrival and my granddaughter was offered a warm blanket and was made comfortable. She is autistic and the treatment providers were calm and patient with her and explained, in terms she could understand, what was going to happen in the examination and X-ray process.\n\nEveryone was very nice and Nurse Reginna Lindsay was exceptional in her handling of my granddaughter. Kudos to all but especially to Nurse Reginna!','2019-09-07 20:47:33.857000','2019-09-07 20:47:33.857000',5,'Janice Ward','https://lh6.googleusercontent.com/-ZTvbrbdmP-8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDNZWLI1Y9NZMfma5Xb7tJYELDzA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30468),('AbFvOqnGG-uJc3gNjNFQLqHddWd8uofiTRvkpf9xiwHZhN5Y_od9zx9j7g2klJ48y_BqK0wowCq6','Literally the best urgent care er in CSTAT. The receptionist Kim was super nice. My nurse cat, and doctor baker were helpful and made sure I was comfortable. I’m usually nervous about X-rays and ct scans but Kathleen made me feel less anxious. I would def recommend!','2018-04-11 01:26:02.720000','2018-04-11 01:26:02.720000',5,'Taylar Perez','https://lh3.googleusercontent.com/a-/AOh14GiTsoU61K9xU5xJO_vGzfe4h-yZrXtSWH-aoIHmVw=c0x00000000-cc-rp','16590124370714063921',35291),('AbFvOqngg4pVCAgMislCFsWF6dqcPJ7NrJitFBT32tT5f-SH3shJVJ9PqKgxCUL7EDeJAIWwwcO5Jg','I was with a good friend who need emergency care..The staff was friendly and very concerned about her problem.She was seen immediately and was released within an hour upon visit.. I\'m new to the area..and I would recommend this place to anyone...','2016-11-11 07:47:15.318000','2016-11-11 07:47:15.318000',5,'Keisha J','https://lh3.googleusercontent.com/a-/AOh14GgGYzOd-WdWQ04cCqr3v7FBfrjt3QRmliVe-cWFf4o=c0x00000000-cc-rp','17394740196501090048',37276),('AbFvOqnggA5t6QccRnWCdqkNNNwQ50wG5pKELwkU8gMNwPiHQKbvFMTuVJc7GNPBxMF69ZIkqX2nsQ','My little man came in with an ear infection and Dr.Rose and her staff were very patient and gentle with him.','2019-05-27 15:43:30.361000','2019-05-27 15:43:30.361000',5,'Chelsea Victoria','https://lh3.googleusercontent.com/a-/AOh14Gi6n9qz71_rQck_KvkykGPjLeblnCqjx5NQ08Rtyg=c0x00000000-cc-rp','2694018788013845459',39338),('AbFvOqngGc4CJ6n45C1KXqyrI76jNS8d9_ySsWgSE-JdwLSF5ZOO46FM_NzM3GZEyCTnTmKwuYNwrQ','This is the best hospital Ever!!! All of the staff here are Excellent! Thank you Amy for holding down that front desk. You are awesome! Dr. Ding and Nurse Chris thank you for your loving care!','2019-04-27 17:20:37.571000','2019-04-27 17:20:37.571000',5,'Tracy Williams','https://lh4.googleusercontent.com/-7j8dGsuTOac/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucngPMhsFP5aBhdK8H3eHEOCal3CJA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30560),('AbFvOqnggcMKRI78CDct3KOLZEH2li0W8LEQIhdmqoYlOrLlyR2rUc6t2FyjkRQ1gqM86Gw68G1wVQ',NULL,'2020-10-22 19:38:37.358000','2020-10-22 19:38:37.358000',5,'Roneishia Harrell','https://lh3.googleusercontent.com/a-/AOh14GjW-ZW0Sy2-99MzonqHBDBCCPnI6PJbYDC9gfk1ig=c0x00000000-cc-rp','2077061009497551125',38459),('AbFvOqnGghvKjDXVo5td8UwF8nw7ZtNFJ6_wuV80jy-yGWcRIKj0pIn8VeE3XzafZc88wZipgoZS','I was taken back immediately and treated with such kindness and compassion. They maintained professionalism yet joked to keep things less stressful. I will go there instead of a hospital any day!','2017-09-07 02:48:03.710000','2017-09-07 02:48:03.710000',5,'kathy wilson','https://lh3.googleusercontent.com/a-/AOh14GilEMaazTi4YCJvcMO6wSbq6vKuWTYHgjUqO-Ehtg=c0x00000000-cc-rp','14567670160750071148',30977),('AbFvOqnggoJ_R7s1_-zkGQX_2lpWT9_mZqqVnJElgzbx2sjM1JxTtaOsLfmbT2QX5rt9VrcWZY0vUg',NULL,'2020-02-10 21:35:00.768000','2020-02-10 21:35:00.768000',5,'Brooke White','https://lh3.googleusercontent.com/a-/AOh14GjYNtK40s8yg9nnFp8EpT4IJEFikybdtv1F4sIE6g=c0x00000000-cc-rp','8626688543755174284',41943),('AbFvOqnggthkmze_GL-J4FIb1zG2kVYd09CN8GDbIjJek7qloHk0EaQ9Ht4VqrN4TBqcC02DVBtfPw','I am very impressed with this facility. It is very nice and clean. The staff are very friendly and professional. Dr. O\'Malley was very thorough. Marcus was great. He made me laugh. He helped calm my nerves. I highly recommend this place.','2019-06-18 19:14:30.320000','2019-06-18 19:14:30.320000',5,'Christiana Chigbu','https://lh3.googleusercontent.com/a-/AOh14Gjp9SQWH2Q9McSWIsrEiouDvcuhMOtw025npFDl=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqnGgzIj9_aH8iDhSG6vO-3fl4lLSLP5jaIki4XS4TCrZOJUpHZOOXl1IkjZI9L-wXChNCTwpg',NULL,'2016-11-04 01:14:15.365000','2016-11-04 01:14:15.365000',1,'Stephen','https://lh6.googleusercontent.com/-qTURiTwjHm8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck1iVngaZ45P9qH5SGfgqPQ7LHC-Q/c0x00000000-cc-rp-ba4/photo.jpg','13486358490203335051',29971),('AbFvOqngHoYQuDFFOhkp45V2Vpg5hSy_rhi6FXxG9r1c1a9cCBjUGsf7jfdj-uSOvSbkHC8A-dghcg','In all had a great visit today was very fast friendly and very clean Dr.Mauldin Jose Alvean and Patricia are a graet team','2020-01-25 20:51:57.631000','2020-01-25 20:51:57.631000',5,'Dealta w','https://lh3.googleusercontent.com/a-/AOh14Gh-Zav2XtjaKh6sBbDHFANnF-eXDXd8eHBnQhVysw=c0x00000000-cc-rp','16389487648212004696',33452),('AbFvOqnghToCBKsmU5kVixyUmNkO6GvM-5fFmNXRqSfhxMP5PpXb5TOjHUchjypfHwr316kFjvjvTg','I came to this Center from a three hour wait at the Emergency Room around the corner. They were very quick in getting me in and out and on my way. I will definitely visit them again.','2016-10-04 23:58:05.906000','2016-10-04 23:58:05.906000',5,'Ashley Perez','https://lh4.googleusercontent.com/-XjXKzXZWi1w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnx-mQOJ7UdpnfLEyC60kC0-uRnRQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31176),('AbFvOqngHYs27YLoI3eFz9_bo4pwL5mjPov_RNEZW3oDEtSbpSLCif4q65_YsbNo6myZxMmCJK0v4A',NULL,'2020-07-28 00:25:40.829000','2020-07-28 00:25:40.829000',5,'Rusty Bailey','https://lh5.googleusercontent.com/-UR9zjjUTBGQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMicYGpX0SgUjT-vHH8cWemka9iQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31860),('AbFvOqnGIPfD_cLnyaDWObgOP4wEuDkSzENsYThEfzbLy_u5eQr-0Uk1NYd8WmrdW0zcYF0LJ8uSkA','1st visit here! Very happy with how fast and friendly the entire staff was.','2019-05-20 20:26:16.688000','2019-05-20 20:26:16.688000',5,'Tim Armstrong','https://lh3.googleusercontent.com/a-/AOh14GjKQQfJlWS72bUy9WJSLFJ9bJTEeSs4hlgS3sX2=c0x00000000-cc-rp-ba2','16590124370714063921',34849),('AbFvOqngj33uA_D_9R-aFXLP7IEcguZkxIOYQKzABuJwVH1wyaUhlCygcAtbL5mG91yRfAIe5Fd2eA','I’ve had to come here twice now and both I’ve received nothing but excellent care, all the staff is beyond caring and amazing at what they do, Christine, Townesend and Shelli made sure that I was as comfortable as possible, their bedside manner is impeccable! Dr. Elsbecker made sure to explain everything very clearly and gave the best care possible! I highly recommend signature care as you will receive the best care especially with the pandemic they are taking every measure to ensure patient and staff safety!','2020-10-21 18:00:40.538000','2020-10-21 18:00:40.538000',5,'Brittaney Peterhans','https://lh3.googleusercontent.com/a-/AOh14Gi-FiKdeLj-5K_RuEfNBZVYeruSuaDHe2_kLgKu_A=c0x00000000-cc-rp','16891069708558046635',35689),('AbFvOqnGjAsOa5ObNcEuEWsBGtMEZYMqdbQs5ihNa9ax6H4ccMZ8PLuj6wXBzxb7CyFzvM5BfE803A','Had a great experience here. Lindsay in the front made it easy to register and I got back in less than 5 mins. The nurse Remington and Dr. Morrical really care and helped find the most affordable treatment for me!','2020-01-23 16:38:28.922000','2020-01-23 16:38:28.922000',5,'Frances Sissamis','https://lh3.googleusercontent.com/a-/AOh14GjbNbrAhem2RiqSCanCoGtebk-jrz-ZpH_B82PE=c0x00000000-cc-rp','16590124370714063921',34419),('AbFvOqngjINzb3ra5a-V0rm2NQO64D6T4CMfMD6FkPpI5ejY4X4_s2i37tkVM0Zl67BuZgszS760gA','I came across SignatureCare after my abysmal experience with Memorial Hermann N. Loop. The receptionist was not aware of her surroundings and kept asking me to give her a detailed reason for my visit. Talk about proper training. Take in mind, there was a male officer right next to her and people in close proximity. I was obviously uncomfortable so I quickly asked her for my identification card and she STILL asked me give her a specific reason for my visit. It was upsetting and I googled another Emergency Center and SCEC was only 4 mins away! I have never in my life felt complete comfort by an ER facility and staff! As soon as I walked in, I was greeted with kindness and enthusiasm! Bonded with the nurse and my new fav DOC! Definitely nothing compared to Memorial! My experience was outstanding and I\'m only recommending this center to my friends and family! Staff took care of my needs 100% and I fell in love with the atmosphere, respect, people and knowledge they provided. They truly love their community and it shows with their focus on detail and understanding, they should be renamed SignatureCareFAMILIAEmergecyCare :)','2017-08-14 04:59:56.562000','2017-08-14 04:59:56.562000',5,'Jessica Porras','https://lh3.googleusercontent.com/a-/AOh14GhJ4jHEAULjCeg0nYhH2hLhKeBfg8d7H2fJhxP_kw=c0x00000000-cc-rp','14567670160750071148',30987),('AbFvOqngJtq4UwkIy6hKkfsh-DSsvClGOwvmxzPsgr-g1eH0QpFtlk256QXqqaiY2kg2peP9G0p9MQ','Everyone was helpful with taking care of me, from the front desk person to the nurses who took care of me. They would check on me periodically to make sure I was doing well. I would definitely go back if needed. I appreciate them making me feel comfortable while I took antibiotics through an IV. Keep up the great work guys. You will definitely get a great recommendation from me. I will definitely refer people to your location.','2017-05-06 22:21:14.899000','2017-05-06 22:21:14.899000',5,'Destiny Harris','https://lh5.googleusercontent.com/-2DrF9ILwzts/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn8_gpIvXO2Zb5WSEgcQ89sXrSWiA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32685),('AbFvOqnGKbCkK9ekNGfYM3b-w5Xaa3r3QojbzW1Kr1bzblEbWVEdDFaFxmWq3KFPRDk3_E-g1EWL6g',NULL,'2017-04-30 15:27:30.669000','2017-04-30 15:27:30.669000',5,'Forrest Westmoreland','https://lh6.googleusercontent.com/-CC0lBmH45Dc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmpPxXLmV5WiL3Nn37hxRkLOn0MTg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41058),('AbFvOqngkDmleynGQRS1gIISVp9LCLmvMPgY15D4SwTM1Ns-gc1KvsFMlcwLgOAEra5AhCHnhna7Lg','I came in with an awful stomach bug. My nurse (Fanny) checked on me often and made sure I was comfortable. Dr Henderson explained to me the tests he was doing and did not rush his time with me. Luisa at registration got me in as quickly as possible and was very patient. My time there was not rushed and I am thankful for them helping me. I have gone to ERs before where I was swept under the rug. Here I felt like the only patient.','2019-01-02 19:59:50.889000','2019-01-02 19:59:50.889000',5,'Chrisy','https://lh3.googleusercontent.com/a-/AOh14GhONMp91diMXMDSvCkoEpozH44mj1Et3dHi2q8G0wk=c0x00000000-cc-rp','17898197009688164559',38340),('AbFvOqnGkfssLbK5yJDxizIna0zx_R7VcP179wy7b4dfi2nwfcLWO72ideCnmpVT7Yju2MYuvD9d',NULL,'2017-03-25 13:04:16.238000','2017-03-25 13:04:16.238000',5,'Candice Roman-Boyd','https://lh3.googleusercontent.com/a-/AOh14GhggX2aCADWfyUtIvLmrNI5EQJsM3hxHbWuV01A=c0x00000000-cc-rp','14904078213800803294',32704),('AbFvOqnGKN5IvYPqJtHlMJKxmIH18zWiiKtNOuiTOGdZDGPtnTObknkfnX2ESKY6rG43FtTwm57UbA','Everyone here was extremely nice, very helpful the doctors was very informative, I would recommend this facility to anyone. Thank you Dr.ortiz Brenda,Hamzah, Jacqueline, Lisa and Gina you all where so nice !!','2018-09-02 16:44:18.424000','2018-09-02 16:44:18.424000',5,'Porsha T','https://lh5.googleusercontent.com/-deY7Q__3Hp8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclRqazvYl1Y_-vtATXzE4yNLeAgNQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40839),('AbFvOqnGknlguqKItU_Yz1SRwWYXrw0UsOeFfMCfDNc6so8Ewls10TbwK4PE_3l6BkmIIrviPyQd','Dr.\'s and nurses were very helpful. Got me in and out quickly. Highly recommended.','2020-08-07 20:28:30.041000','2020-08-07 20:28:30.041000',5,'Jason De La Rosa','https://lh4.googleusercontent.com/-wYeukw2ozRM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn-CZLJXWDPqo0cLkPRwlYqOoaeTQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31792),('AbFvOqngKslYuFqlyv0XvCSYILdltsKHfh54H2vAomDJJ6-gxLuMP1iQHRKY-b1T4rTc_Udqu69Viw','The staff provided me with awesome service. This is my second time coming to them and I will keep coming. Thanks for everything!!!!','2020-09-28 21:08:03.732000','2020-09-28 21:08:03.732000',5,'jonathan stubbs','https://lh3.googleusercontent.com/a-/AOh14GgSBkYxGW7iM8-jY2imD-UFXm_ICRNqge3-8NbxHA=c0x00000000-cc-rp','14748677429039074158',31611),('AbFvOqnGkxNrj0ZHuTL5Avyxz2-tSGdbGU9nPbCmJkBRWZ_X_1TtBwsoQVZpnDw-hVlN5lwwbvt4og','I was here for myself earlier this year. The team was professional and reassuring during my crisis. My care was quick and much more personal that any other ER I have ever been to. Today, I brought a family member here and she is also receiving the same quality care. Thank you for being better than the rest and setting the standard of emergency care.','2020-09-03 01:00:28.467000','2020-09-03 01:00:28.467000',5,'Tammy Molina-Moore','https://lh3.googleusercontent.com/a-/AOh14GjLQ3NSfCS5CGxAZ106w0-doMQThNFxlxlGDhDkjQ=c0x00000000-cc-rp','2694018788013845459',39013),('AbFvOqngl3WKyVrVLYmq8oJJvJrG9hWCR7qFIjwa0e-NAC0didNqO1juFlsCMwp9p6jWkYNGDDPFzQ','The staff was awesome. Charlotte L was one of the best nurses I have had in years.','2020-08-12 08:21:59.364000','2020-08-12 08:21:59.364000',5,'Karma Wright','https://lh5.googleusercontent.com/-2oCDgJMcRFY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmex3ce3OYlIhPUKdRKYbqnsrXmyw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37575),('AbFvOqngLAPWqXxsqQ21QH__EABd5VkAxgr_qPxIH6kXOEhej6inwCEl-0DFiS6w9YCilkchxg32tw','Great place to get treated when you’re feeling sick ! The front desk Neil and Sindy got me back fast, DrGolla was super nice, Selina and Sondra worked fast and I was out in less than an hour.','2020-03-04 19:05:46.454000','2020-03-04 19:05:46.454000',5,'Christian Rojas','https://lh5.googleusercontent.com/-eCsJK6IVmd8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclxvDA9pNNb3RQtkfMwFQLTzuUjAA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36601),('AbFvOqngLF69zRTME1Uw1gUrGl7kwHlrup5-HjFcVlZN6GfJ5kWZnd9AXMljYMZBsgR-3ErF7HEH',NULL,'2020-08-03 00:19:39.176000','2020-08-03 00:19:39.176000',1,'Hoang Le','https://lh3.googleusercontent.com/-0LlYey1vi58/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl7h9qqYVFRd_yMo1cjM06jB1FVRA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31813),('AbFvOqnglGtHelSXbqjT4rxYzxm8o7k_IsNG-lsYLGGg965-IcpVN1iqne9kIhGOa33JC4yQbwiLjg','I had a great experience at the Montrose location. I didn’t wait long at all and everyone I came in contact with were very professional. My nurse Dawn offered me snacks while I waited and a blanket because I got wet from the rain. Dr. Yusuf did the same ! Thanks to all who helped me today: Ms./Mrs. Keaire, Olivia, and Eve as well.','2019-09-27 15:30:36.614000','2019-09-27 15:30:36.614000',5,'Calvin Breeland Jr','https://lh4.googleusercontent.com/-Tk7gLiCUoeU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckJC-xwOrnn18IQy2A6tam2rQJQHg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40410),('AbFvOqngLODns44SQNl61RZe2rQ6-xaM-1DY7hhP1BD4LZLcvJrUGhL5nMc7RtUMCrlL4o2DIuIh','Friendly, Professional and caring staff! Everyone from front desk to the doctor are amazing and provide comfort to their patients.','2017-07-01 15:33:52.638000','2017-07-01 15:33:52.638000',5,'Stormy Burns','https://lh3.googleusercontent.com/a-/AOh14Gh7yePwygN4HYH0vpUM2sgJuCsgFSh2TYFsosI_=c0x00000000-cc-rp','16891069708558046635',36472),('AbFvOqnglpX1_xrozjpUYO8tWUxEE1gpBxJ-kMopViUgWegjsYvdeKLNGkMhDW9jQQ2ENtE1wtaOXg',NULL,'2020-02-01 00:43:25.321000','2020-02-01 00:43:25.321000',5,'Model Whit','https://lh3.googleusercontent.com/a-/AOh14Ghs89ikU6y3EMME_rVC_TDlHzKiZASXdF_CUQhe=c0x00000000-cc-rp','8918455867446117794',43126),('AbFvOqnglTI4b3st1etsz-EHI6J2495PJfssdciFSRWiYp_Xv6cVyqX2_sp6zCUcjd6SJ0xDMmsQGA','The staff quickly emitted me, and started the procedure for my foot injury before I even had time to sit and fill out paper work! I was in and out in about an hour. The nurses and doctor were professional and courteous and the building was well lit and clean. Excellent!','2018-11-28 14:40:17.749000','2018-11-28 14:40:17.749000',5,'Colby Wulf','https://lh3.googleusercontent.com/a-/AOh14GjB4XKzYCw96XQizamVSWaN37kADkIJjy9LUQA905Q=c0x00000000-cc-rp-ba3','14567670160750071148',30672),('AbFvOqnGlWEpW2tn4IpnYVgbq7m23iIpX1ocznYAt5Iw4SamioR5strno5KLwrTzbG-P--l5lE7a','The website says they do walk-in COVID testing if you are sick. That is a lie. When I called they said they had walk in testing. Again. A lie. I called and they had me put my sons name on a list. Then I dragged my sick son in-law up there and got turned away. They had a security guard not letting anyone in. I called again and was told they do walk ins. But then when I explained my sick son was there and wouldn’t be let in I was told an appointment needed to be made. Not sure what part of walk in was not clear. Then I was told they had no testing available and they could put his name on a list for if an appointment came up or there was a cancellation. So the website is a total fabrication and lie, and the instructions by staff is misleading, unhelpful and unclear. Get your act together. Truly a disappointment.','2020-07-04 18:07:26.925000','2020-07-04 18:07:26.925000',1,'Tiffany Kelley','https://lh3.googleusercontent.com/a-/AOh14Gg3Hs9dPXm-fNKXsP2b3cr9OeUW3Ez40SV4zqYCMA=c0x00000000-cc-rp-ba3','17898197009688164559',37590),('AbFvOqngM4l50-IoiTQdH0w4nkKNei5Tkhhj3deN666V3hh7E8XHzaNymCby8qZusZH_x5OLbnAFYg','Mercy was great, super nice!','2017-02-17 17:51:06.044000','2017-02-17 17:51:06.044000',5,'Shion Aikawa','https://lh3.googleusercontent.com/-tfJwfly0aJQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmG8N3fLvIWEaAfFs0Gbm5SiFxaHA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41109),('AbFvOqnGmBk5dhs88VyMT_I4hCvnUBGdzvrwapBgB4f2OmsuRd9T8LZn2lYXkX_LmyTqlRz15kMRGA',NULL,'2018-11-26 18:53:04.750000','2018-11-26 18:53:04.750000',5,'Dillon Paul','https://lh3.googleusercontent.com/a-/AOh14GgzfmBHuI9IyOi8G0qEFSmEBiMtTst7Yb9nx5VymQ=c0x00000000-cc-rp','6521947413723274945',41792),('AbFvOqngmGGFqlV6YbY6UiPXWI-EAa2KmRvbB0xA0xWYBYS27FfLRVc6ZGeJflJOJYGgunk3ujup','Signature care was professional, quick, and thorough. The nurses, doctor, and staff were friendly and helpful offering warm blankets and drinks while I waited for test results. I would definitely recommend this emergency center.','2018-12-30 18:17:50.166000','2018-12-30 18:17:50.166000',5,'Sarah Kalfayan','https://lh3.googleusercontent.com/a-/AOh14GggDYRbHjbQ7YV_6gjER-QnrbhGfiVHY0-dmTI8xw=c0x00000000-cc-rp','14567670160750071148',30660),('AbFvOqnGMu-GxTFLNQ_5tvyKgsXTxgDkby-uEIGbQ2sohpoKfoVAIkimUKsc13HgCfJAUY70oW0z','My daughters and I were treated at this facility after a car accident and the experience was like no other!! The staff were awesome from the time we walked in and throughout the entire visit. An ER experience usually consist of long wait times and staff who are seemingly overwhelmed. Well Signature Care provided the total opposite experience so if you are in need of emergency treatment, I recommend going to your nearest location!! Thanks again to the staff at the Copperfield location, Tanisha Jaime Carolina and Dr. Thomas!! Keep up the great work!','2019-02-18 03:13:38.176000','2019-02-18 03:13:38.176000',5,'Nyesha Simpson','https://lh3.googleusercontent.com/-wcs4KsufZf8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmegGaIaKTtUrx5MF0o6q3QTBFm_A/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38292),('AbFvOqnGnC8hB4QpJb8BkZxmXZLqcExhJYYsEhAoC6Lqi4D_DI4lm7Kz51yRcJIMYrAE68jqYQOq','Very unwelcoming environment (especially for being an er). Front desk staff was unfriendly and not willing to help at all! Doctor was unprofessional and very unclear as to why they were unable to administer the COVID-19 test! DO NOT RECOMMEND THIS PLACE!','2020-10-27 21:34:34.112000','2020-10-27 21:34:34.112000',1,'K\'Danz Cruz','https://lh3.googleusercontent.com/a-/AOh14GhxNR9OMSNezoKD9h1TB__wy85HVpsTlovswYzucQ=c0x00000000-cc-rp','6521947413723274945',41281),('AbFvOqnGNccj7-YsKGQLVdmFpYsnfp2XhxG3iroIFnCJ2Y_u1VIJ2qnjAwmOGwAniTr1kZoxnMLhRA','My nurse Kat S. was amazing. She checked on me regularly and was there when I needed her. She made sure that I was taken care of and her personality made me more comfortable than I have been at other ers. Joshua in radiology was awesome. He made me feel comfortable and the experience was not stressful at all. He made sure I was taken care of and his personality was very calming. Deanna was kind and also made me feel less stressed which is not usually the case with other er registration personnel. Dr Mauldin explained everything in terms I could understand and when I got upset about what I was going through he showed compassion and calmed me down. That is also unusual for me at other ers. No wait time and great people who are here to help you. What more could you want. I would recommend signature care to everyone I know.','2019-06-13 06:00:48.040000','2019-06-13 06:00:48.040000',5,'Shelly Hensley','https://lh4.googleusercontent.com/-mRIrxP5ntS0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMQxMa4jxkZEF1m_yaGRxDftza3Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqngNcwUkcDcJCYDit0wuMQ56EqOp0k5e6P5RX7_DWgAExDqqy5VgUsvFkeO9eblPM0oa8FM','It was a great experience. Very clean and new place, friendly stuff. Way helpful and fruitful visit than my regular physician office. I am thankful that this place is here. Dr Daniels, Kristina, Mayra, malissa and Scott','2019-08-02 15:30:03.252000','2019-08-02 15:30:03.252000',5,'M Rezaii','https://lh5.googleusercontent.com/-ulpXlCSWoeM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucknHazyTOedMHT6XYVBT2N2z5ALHQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29062),('AbFvOqnGnD7gmRNSdPYxulSYTDyRL5JoN6A38QiIL6KROzEiDxGZjG1MQmMEi0f6yJcKaixFboV31w','The staff was lovely and very quick service! Would definitely come back. Kim, Jacob, and Dyveliz were awesome and so welcoming!!','2018-01-16 18:11:59.272000','2018-01-16 18:11:59.272000',5,'Sophia Harris','https://lh6.googleusercontent.com/-atF1GX-dvDU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckgbOSEfJMY2pQ4utCwuee1C2BQpA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35331),('AbFvOqnGOBLhBtpxCRSUbuknoyDC9OniSSX1f0ueVEZOF9j47G-gzBSNlAqFkt5gex7djeZ1gobtLw','I want to thank Dr.Pham Nurse Alvean A Radiology Marcus B and Registration Jesus C for such a great experience here at the Signature Care Cypress/1960. They went the extra limits to make me feel comfortable while I was there great atmosphere. Thank you for you service job well done.','2019-04-16 17:03:33.693000','2019-04-16 17:03:33.693000',5,'Theresa Isom-Glenn','https://lh6.googleusercontent.com/-KM6YqewjaR4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmMt86WMJbJ74L0KkTJtqHM2yd0XQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnGoExj_CJm0SHI6RzyykXzNwrqLI8iV_TKNaUGXs427LxM3a40XjgmQIegU0JJ3GnOc0gbRg','This ER was amazing!!! Rayven did a great job getting us signed in and explained all the paperwork. Anthony, RN and Kathleen were both so caring and wonderful taking care of my daughter and making sure she was comfortable. Dr Kimball was also wonder. Great bedside manor and explained everything that was going on. I highly recommend Signature Care for any of your emergency care. Definitely with the hour drive from Cameron.','2019-08-12 04:38:00.934000','2019-08-12 04:38:00.934000',5,'Wendy Hall','https://lh6.googleusercontent.com/-tuXt3590_r4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnrIMXoSFvVAVmVbQac_GTD_qMW7w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34729),('AbFvOqnGOFSRqv5sJLTEpJAKGi2cUT5UTJ82a4EowxeWEH6YfHxnBteyAgIH0Z9ZvUxY1BiXboraAQ','Dr. Das was very helpful and really took time with helping me get well! Very recommended!','2020-08-24 03:48:00.684000','2020-08-24 03:48:00.684000',5,'Quinn Andrews','https://lh3.googleusercontent.com/a-/AOh14GhPL76zJ6dt_L5SnoYq3QNnEHhc7LwvN9i8kDRy=c0x00000000-cc-rp-ba3','14748677429039074158',31749),('AbFvOqngokHusDsfL7XuYdS4aKgxkGVNqcJvXZLhjBMtZwaclHAsLAbMMf7pFA3nD9fvykM6QQHnww','My experience was wonderful from the start. We called ahead of time to get a better understanding of the wait time and the receptionist/front desk, Rose was great. She even texted us the address to make sure we were able to find the place ok. Rose was very efficient at check in and we were seen immediately. Dr Chen and Roy were able to see me in a very efficient manner. The staff was very friendly and welcoming. I haven\'t gone through the billing process yet. Once I have I will update my post.','2017-06-30 15:01:30.851000','2017-06-30 15:01:30.851000',5,'Aji George','https://lh3.googleusercontent.com/a-/AOh14GhibMMLkteI5j3GjCralNuGrzWowaFrpCCiWr9YEzQ=c0x00000000-cc-rp','8918455867446117794',43506),('AbFvOqngoPjx4dol0Qoad_kvaH_w0V1bIf13gCtZjfTpUxLFiBK90eL7y7hZOnllysIBON0wnyXNSQ',NULL,'2020-01-19 18:55:32.722000','2020-01-19 18:55:32.722000',5,'BlazingHype','https://lh3.googleusercontent.com/a-/AOh14Gh9pWgxZLktJ_BHiXEMZl6P8VXP6se114qprLNV=c0x00000000-cc-rp','3272657195432704501',39692),('AbFvOqngOR-cGFoFC-NY1JdKFt9km9fz_WFz4LiP701tWTFti9kVQu7gtsCQ4BWUnYCvWQmmrjOQ','Terrible customer service!!! They do the covid testing but they don’t want to even tho the place is empty. I was in contact with a person at work that has covid and came here to get tested to get results and share those news with the people I been in contact with. After telling the lady at the front desk I have insurance she said ok, but you’re going to have to for the test because you have no symptoms. She didn’t even ask me if I had symptoms or not, she just assumed that I didn’t. She said we will take your insurance only if you have symptoms. That is just ridiculous! I know people that had covid and didn’t experience symptoms at first and were able to get tested and use they’re insurance that’s what it’s for!!','2020-08-17 03:50:19.230000','2020-08-17 03:50:19.230000',1,'Miriam Mejia','https://lh6.googleusercontent.com/-bos5l_6DNNg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclCaQ34hVK0odOt6gE1EjsfPqW0aA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33189),('AbFvOqngosjOJeMGbl7lXe-Is0WET7f_cxKQHWR-Orm_7AiN9ejwy7phlu7ch7dFeTmIxwe30Cqa','Great experience! Ryan and Dr. Henderson took great care of me and made sure that I was comfortable throughout the visit. There was no wait and I was seen immediately. Will use this facility in the future.','2020-01-22 03:14:17.100000','2020-01-22 03:14:17.100000',5,'Angela Fleming','https://lh5.googleusercontent.com/-N7L2y4IrdZ8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnESQ4vPlphbcliU9q5T-YyWL4jQQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39684),('AbFvOqnGpFC1yDnsej1wP25_16YaU3PAV-RpVfo7HiBmtM-7yayy-uDc0D-hfZReHQm3Mhn3N9GRVw','Nurse Melissa Bass was extremely welcoming!','2016-05-23 14:15:39.292000','2016-05-23 14:15:39.292000',5,'m o','https://lh3.googleusercontent.com/-09ekQgLij4Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmiU1KDovdPnrvHvp5JrGerAvqDzw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31243),('AbFvOqngPGyKzxw-Uc0MVrRj-SmVhWSOO3infDdWVARvmkSvhkdx0ggjsNKk-aOqESJXuDYve7XfoQ','Nice staff always friendly and kind!! Always answer all my questions 😚\nThanks Cynthia, jessica j. Ryan and jordan and stella... God bless u all','2019-12-19 15:44:37.573000','2019-12-19 15:44:37.573000',5,'Perla Tellez','https://lh5.googleusercontent.com/-awuzc05ZXNc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmmPkPaBmqmL6-3MlMb8xGWE2IkLg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32396),('AbFvOqnGpUrzisV3DMPjKR9l4ipH8mEs90HE5rjm7Wfdre2_Vv4eAIet8c3s2QJvVO115A16VwkRmw','I had a great experience with the staff at the midland location! Very friendly and helpful. I was in and out of there in 30 minutes with no issues. Thank you to Dr Huerta and his staff for helping me out!','2019-06-12 15:30:27.587000','2019-06-12 15:30:27.587000',5,'Brendan Nelson','https://lh5.googleusercontent.com/-MTykE9UJObk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmKFtpzd2D1Qh1NQyCF_k4Ayz5NJw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29805),('AbFvOqnGPxs_aqvHXsBJdqr3ql_nLg1eJ5Px-QP6tEz0G9272LhhXlYOVa-LgCUy--oI1AFjagNIqA','Who helped us: Dr. Patel, Nurse Kayla B., Jessica Nguyen, Norma T. and Jessica Rojas.\nService was incredible and their selection of drinks is phenomenal with Capri Suns at the ready for big boys like me.','2020-02-22 15:11:57.503000','2020-02-22 15:11:57.503000',5,'Julian Rivas','https://lh3.googleusercontent.com/a-/AOh14GiSmjLoRCvcFDDlT3sh_zer9Q1VXKgRtvUobKBLrg=c0x00000000-cc-rp-ba3','17898197009688164559',37667),('AbFvOqngQ00slwEPLdEqvPI1uHuueF_5Rn00zJV6Q-lk4wT0GPEAtfigWCR6rbZHUqAHkv75bEYV',NULL,'2018-01-16 18:48:37.219000','2018-01-16 18:48:37.219000',5,'D.J. Azaryah','https://lh3.googleusercontent.com/a-/AOh14GgC5zH_oZ7uLMXJz255JDQgTYRimmeJnDeJuY1liw=c0x00000000-cc-rp','8679688254631342173',42760),('AbFvOqnGqMPscL7bJXg18snpymm5ce9y975ubpCbOIh8Kyuor2iuVE3z21v04pY9nEcEdfZZaBe8-A','The team did a great job... thanks team and Alvean Marcus Patricia 🄰','2020-02-06 14:11:34.320000','2020-02-06 14:11:34.320000',5,'Queen Season','https://lh3.googleusercontent.com/a-/AOh14GgCTwcmkq8SyHKcR0BopQgXux-Itl1oQCCeo6lg=c0x00000000-cc-rp','16389487648212004696',33405),('AbFvOqnGQQJ9bvC2itvBSXvjEfS3lodQVQ2l38OuQxrBclZibcXllHYAaEpF2ZUbIqLkozOHNZOvOA','Brenda at the front desk was quick to get me in the back and allowed me to finish the paperwork at the end of the visit once I was already feeling well. The RN Teresa was a huge help the entire time I was there and was constantly checking on me to see how I was feeling. Dr Yusuf was also quick to meet with me and address what was going on. They got me feeling much better within an hour or so, and were never pushy or invasive.','2020-12-15 16:57:49.322000','2020-12-15 16:57:49.322000',5,'Raymundo Pacheco','https://lh5.googleusercontent.com/-P_t61xPszDs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnfmWalmidk59ggVF7UkqQzMfdcPQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40018),('AbFvOqngQyqTkw76o4sTOUZRjKkMnwTItBsQTImnT5FQeqg27SjmWJFgcPX3UBhJkftQwOd-7aIz','Even though a visit to the clinic is usually unfortunate, the staff here made our last visit as pleasant as possible. Nydia, Sam, JD and Cody were all great!','2020-07-28 20:20:48.220000','2020-07-28 20:20:48.220000',5,'Tony Chan','https://lh3.googleusercontent.com/a-/AOh14GiZ47tQpENNP-bIyWEeSMF1qZSGyBICi_OpbdLU6Q=c0x00000000-cc-rp','2077061009497551125',38728),('AbFvOqnGR0ZmimQLxD9GCZGxZvIZVlFCSjDYmAARLSF3ls_OiFOrsvFxzZ9tphH1pwx3zFKMsx3yuA','Caitlin at registration is amazing, she made everything so simple, and quick and easy. I received the best care here! Highly recommend!','2020-10-26 20:42:51.348000','2020-10-26 20:42:51.348000',5,'maddy brock','https://lh4.googleusercontent.com/-AETTxjbGJq0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn38JkHWlKo2a5MvTQ_jbmmutUqXQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41868),('AbFvOqnGr5HHQEiSuvIbKZaW3fXh6YnLIaPv-xwQ1NhctyvzOPLRcKInp8-gq5Vf4ysYV3cLokulUQ','Such a nice, clean, friendly environment! The staff was AMAZING! Erin took wonderful care of me and always made sure I had a warm blanket and something to drink. I would HIGHLY recommend Signature Care to my friends and family.','2019-02-26 17:14:47.427000','2019-02-26 17:14:47.427000',5,'Carson Greenwood','https://lh4.googleusercontent.com/-DjwEHAgbsS0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn5dPMXoqzYbhi0dis_MP8rZVIYaw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29899),('AbFvOqnGRFs8qpjfkLSQoYsO0NaDrIqpkDsGh_uQ9vACkcplXSeD7RAryeqyhf7Pp-b1vVkGmnCNnQ','Had a wonderful experience! Tammy, Braun, Tanishia, and Sydney were made a upsetting nice so much better.','2020-11-12 05:19:54.329000','2020-11-12 05:19:54.329000',5,'Erin Campbell','https://lh3.googleusercontent.com/a-/AOh14Gg-GnWVPrLOLuEzaqv8GPc_K3Cfo6oHoVx_btgDUg=c0x00000000-cc-rp','17898197009688164559',37446),('AbFvOqngrHnCq21wa_X7Ty_aNkAJGebCf0parnl1ix8CJ738_bym2miRPjjGxeCb7mSpmnZKCZwviA','The staff here are great! Very friendly amazing bed side manner. Dr Leavitt is sweet and considerate, Johnny was helpful and patient and Bryan was wonderful very caring and compassionate. I don’t want to ever have to go to the ER but if I do Signature Care is the where I’m going.','2018-09-12 01:37:17.886000','2018-09-12 01:37:17.886000',5,'Sha P.','https://lh6.googleusercontent.com/-zaoDXDeGQig/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmR9ZidNqrjmTojeM9fTRAmY7RPxA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30730),('AbFvOqnGsQKV1haf6JsUA0gH-M0A2D18p0T_Iu8TKIGHV966QYXNz6YuEq7eJH-rGAzhzkgmlJ9E','The facility was very clean and modern. The entire team was amazing! The treated me immediately and had me feeling better quickly. This will be the only emergency care facility I will go to.','2019-12-07 01:07:24.165000','2019-12-07 01:07:24.165000',5,'Robert Hart','https://lh5.googleusercontent.com/-CWc1HvwBp44/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmCx1ahz2rVw2Dwpo8i6hlHUESfrw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40378),('AbFvOqngT1tYI9lWsdrtWjK1mhs0-FNbBSc1dWaghpo1HnNmeVfePf8kp64lRDg9CQkmRAJDyW6u','The staff here is awesome!! I am not a big fan of hospitals but everyone here makes you feel at home. They explain the process from start to finish. Not to mention it\'s a bunch of beautiful women here so that made it go by smoother. If you are looking for a primary care physician you should give this place a try.. Lara is so awesome!! Dr. Faig is the best. And Kristina was by my side the whole time','2020-01-02 15:59:42.186000','2020-01-02 15:59:42.186000',5,'Mal Miles','https://lh3.googleusercontent.com/-R02VUZGyCTM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn8zeTGA95mDVwgfmKZHjUuGvAgHg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28865),('AbFvOqngt8DqKQb8Ebgc-kMZ_i6wpBe3C4NgEZwtEvQVzVgZRzts1wl5HRgWqcdq2_hCYxn_Vy_DDA','It was a nice smooth treatment process. We came in and left without any types of issues. Will visit again if I ever need any special care, and truly enjoyed the receptionist Tanishia and Sarah RN for a great experience','2019-12-11 05:17:40.109000','2019-12-11 05:17:40.109000',5,'Laporsha Ford','https://lh6.googleusercontent.com/-8NCRhkcAf7Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclb72dVhcBBN3E1DEJ8fjVdQIROWA/c0x00000000-cc-rp-ba4/photo.jpg','17898197009688164559',37813),('AbFvOqnGTa4pj4pniYPcBFinSg9DmKPExA9Eeqeh_DIhI-aMWXUjpW6Fz15tykeEKTNDr73u9UNczw','Came around 7am in the morning to get a rapid results Covid test as I traveled recently internationally. Check in process was seamless, the ladies in the front office were very friendly, paperwork took only a few minutes to fill out. I didn’t have an appointment but they were able to fit me in and I was seen within 10-15 minutes of waiting. Very fast testing process. Facility is very clean (& cold, bring a jacket). I came to this location when it was under a different name 7 years ago and I can tell the difference with the patient care and facility. Will visit again if needed.','2020-08-05 12:36:32.917000','2020-08-05 12:36:32.917000',5,'Mishu Ullah','https://lh3.googleusercontent.com/a-/AOh14Ggpyzln9FMdfuM0K06W04uFvwvuwLn-sVB8L1oeiw=c0x00000000-cc-rp','14904078213800803294',32286),('AbFvOqngtbD0wseNMwnvDxeOqSNYLR_7KRPtEaUfhv_VadEMDyjNqFZtip6qwqvLZsusjmtC1aAs_g',NULL,'2020-01-05 21:00:11.632000','2020-01-05 21:00:11.632000',5,'Dale Arnold','https://lh5.googleusercontent.com/-GDUHKmhekhQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucklSp9dUT3DmgVUlSGPk_P6IVAMdQ/c0x00000000-cc-rp-ba2/photo.jpg','6521947413723274945',41502),('AbFvOqnGTEgGRfCUC8Hg_vBgn6P4SGCapCigxQISeQ-pRCzk6MGrBQlT3MSh1W88hE1pdhDPklQQxw','I enjoyed my visit to SignatureCare, it was fast and easy. Alvean and Marcus were a professional and help so much.','2020-01-07 19:30:57.621000','2020-01-07 19:30:57.621000',5,'nataly carrillo','https://lh3.googleusercontent.com/a-/AOh14GjG_09Pix1fLvWkrzznVsFKTCFa8LckJPZVgAw_5g=c0x00000000-cc-rp','16389487648212004696',33540),('AbFvOqngtOE90GLm4DVSumKmLsKK7BidaFSrRFI007AXaEcCyV_loq_PidReeZoaJOwh89dgNmCd','Dr.Miller is AMAZING, she was very helpful, explained everything very well. Thanks again Dr.Miller! Shell the nurse was Awesome as well, very quick and helpful. Signaturecare ROCKS, recommend to everyone. Fast service!!','2018-09-19 13:42:43.532000','2018-09-19 13:42:43.532000',5,'Brittney Lopez','https://lh3.googleusercontent.com/-rSMASyoomNE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmqfU1VxNV1fD3Dk4QVnlbumeKZRg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36352),('AbFvOqnGtvIEGCrMqaPWuF9lf-6w21TIl5bCwZVeXPk-lcaxJdyCxbX5byyEIWr63m32_wTI7ABSqA','My experience was wonderful. Really nice. My procedure was quick. The facility is very clean and smelled like they disinfected the room I was brought to. The wait time was very short!','2020-12-07 17:28:02.503000','2020-12-07 17:28:02.503000',5,'Kellie Mozek','https://lh5.googleusercontent.com/-WIB0y2ynGhM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmKC6WSYctUv85tUd5A-aVfgAbtkg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38861),('AbFvOqnGu6HSmzhl4qClj5gsCPy3W9IivXfqMFAKPTlvRM9OgWub2J7MI6RXkvtnLinmPHTI8RlF','Thanks to Dr Smith, Dr Miller, my nurse Jordan, Jonathan and Cynthia. There were others l would like to thank but I was so uncomfortable i didn\'t think to remember them at the time. They took very compassionate and kind care of me. This is the way an ER should be. As soon as I made a decision to have recommended surgery they transferred me to the hospital. Special thanks to the consuting urologist Dr Hoang.','2019-03-26 14:43:58.015000','2019-03-26 14:43:58.015000',5,'Pam Bortot','https://lh3.googleusercontent.com/a-/AOh14GidwxeOtaKt33RmW1dwVqKGxjinUhzwrCaJEcR2xw=c0x00000000-cc-rp','14904078213800803294',32484),('AbFvOqngV0dZWC3JGnTVVDa0Y_3UQiuJ8nA1qisEGJw3YPR6Kiqh76Hs2TYsjmjWNSeLTGvG0x6x','Very bad place!! I took my little daughter with 102.3 temperature and they did not want to take her to see the doctor because I didn\'t have her insurance card with me, i told her she has insusurance i just disnt have it with me at that moment. Isn\'t it an emergency room???\nI don\'t recommend this place at all!!','2017-02-25 07:22:13.948000','2017-02-25 07:22:13.948000',1,'Lizbeth J-Sandoval','https://lh3.googleusercontent.com/a-/AOh14GiqGXbq0vnrjveQEFvuqU7gnO9lSkluKWf9I-GyxA=c0x00000000-cc-rp','17898197009688164559',38382),('AbFvOqnGvIM1mwOPcLCodIvlr-BVaaFeLbnZABlEdxHxiRSVb_ey77m12ik8PPx4SL8Cxf0jOSW5ZA','Great service and very friendly staff','2020-07-28 02:50:19.444000','2020-07-28 02:50:19.444000',5,'Jonatan Mendoza','https://lh4.googleusercontent.com/-SkK65y3FPKM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnI9F6eIaVFXICHViSt5T9DxEP88w/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38742),('AbFvOqngvOx-CvBAuD81YbNrFhR3K7uDXCPUDDi4B89WHUql7XLXgCyy4hQWfrqRNE8WMBnMh7vBgA',NULL,'2020-08-31 02:28:42.674000','2020-08-31 02:28:42.674000',5,'Korey Tristen Villanueva','https://lh3.googleusercontent.com/a-/AOh14GiaT-CYxm8pJXiljO0wND2XcAN6Z2w_l1GE7aJF=c0x00000000-cc-rp','16590124370714063921',34177),('AbFvOqngVxJEmyxIUH-rO9dqlYoZW8Pp683R-zUqnFfeISqzTHMkQqE7Iv9qxned63P0NmNyEDZ42w','Staff was very kind and friendly . They explain everything very clearly . Recommend this Emergency Room! Dr. Alloju, Nurse- Karen, Rad Tech- Son, Registration- Patricia','2019-11-16 20:15:13.189000','2019-11-16 20:15:13.189000',5,'Evelin Chavez','https://lh4.googleusercontent.com/--vT43E3uTnk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnnKSyQ9d4fAM0PFeQDh1ENfDaVUQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42586),('AbFvOqnGVzAzs_FHi-pTIdKBAoBG9aKDMKJtfYW2EiifjLZkl7Ga5hrgrhubC7H5fO-FbQ3KJoRGHw','Dr. Ding and her team took care of my mother and provided comprehensive, thorough, and prompt care. They were compassionate and comforting, and very professional from beginning to end.','2020-02-19 04:52:02.798000','2020-02-19 04:52:02.798000',5,'Eric Heaton','https://lh4.googleusercontent.com/-Mb3kechCOAw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm_ZLYE04b5LDZm57V_gJigtykG6A/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28712),('AbFvOqnGW47I0-l5jyxxNN3Ik9Cz8s7nDg9i8In00CJNqcLpObRCzLCMRLCsyrkmkpfSj-K4_yLhrw',NULL,'2020-10-20 20:27:41.814000','2020-10-20 20:27:41.814000',1,'Brianna Jones','https://lh3.googleusercontent.com/a-/AOh14Gip3ibCGBkfSAbfXtn0ijrU7kUf1cY8WU5CGL00=c0x00000000-cc-rp','2077061009497551125',38464),('AbFvOqngwWJdcld3t64sN0lo7tvDhSJ13Dp_wcetz0L4aaaW7EmHP-HILQ3f70HDZ-OXKLxrjyn0','Went here and had a great experience as much as you can in an urgent situation. My Nurse, Holly was amazing and made the stay pleasant. The registration girls Olivia and Ariana were quick into getting me in and checking me out. I knew exactly how much I will be paying by the end of my visit.','2020-10-16 03:11:27.203000','2020-10-16 03:11:27.203000',5,'Sumair Chaudry','https://lh3.googleusercontent.com/a-/AOh14GjDBr4W2BeP4px7PY-orMimZ1V-AhrRKlRD3Y7_=c0x00000000-cc-rp','14904078213800803294',32221),('AbFvOqnGWxdP032jXTj31M_blG7G-cpjfm0Ko_-Eb0F1wep5-yUhIXJH7fx4kZS5r8H8W-eKbsIw','Very personable care, and short wait-time. I came two times for COVID testing and treatment, and they were safe and kind.','2020-08-01 15:14:14.552000','2020-08-01 15:14:14.552000',5,'Jazmin Myres','https://lh3.googleusercontent.com/a-/AOh14GjD5SAVDp0THQr6-RZaalehTtggMLJbNhOvdG-OMCw=c0x00000000-cc-rp','14748677429039074158',31815),('AbFvOqnGWZkVqTFZpOjhkm-XX03ocfhMMWFFyABbBp55So2uVY03vVNBPj92EmCeoUwFhyrOlIM_aA','Brought my 7 year old in with a terrible virus. They took amazing care of him, were kinda and playful to make him as comfortable as possible. We had to stay over night for fluids, the facility was very accommodating. His nurse Austin was amazing. Very grateful for the care my son received.','2019-09-27 12:01:02.891000','2019-09-27 12:01:02.891000',5,'Leslie','https://lh6.googleusercontent.com/-R6SAzdSxo-g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucncA05bo-gUTljUMqax5jLDxZHJxw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42003),('AbFvOqnGxHpHAVOcSrpMd7hmFinUHYxnbKaVx8ug7fUPAB7zq5dQLLClE0wqLbNsqba2ic8T4IyH','Very nice, friendly staff!! Will not be going to the busy ER anymore. This is my place for an emergency. Thank you,','2018-08-19 17:55:18.178000','2018-08-19 17:55:18.178000',5,'Angeles Alcantara','https://lh6.googleusercontent.com/-6Rx48MZi15M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck0qG5HrpM9NMK662ATq3M4Xto0zw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43369),('AbFvOqnGxjJ9xQ4wRdmCP4u5_JN6TZuxOUWFNVf8HtuHeLcnKW88T9lj0w6P4kT9yLFOez60bgAptA','The staff was very friendly and welcoming, very prompt service, overall best experience in an er ever!!','2020-03-07 04:22:19.497000','2020-03-07 04:22:19.497000',5,'antonio reyes','https://lh3.googleusercontent.com/-0M7r692CuGo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmdz6LtCwJJq4jcfw39pvI3k9N_zA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34315),('AbFvOqnGXQh93y05BKCjyz6NHEZyEIQrx8Ey2QI63rPbwm-opEqYfkzJUwWwqx5rKnaa1rjaRX-z_A','Excellent service!','2019-11-30 05:29:17.591000','2019-11-30 05:29:17.591000',5,'Natallia G','https://lh3.googleusercontent.com/a-/AOh14GiZmBbFG1v-btMgnSHJO6A98BbU5m6LdADMYme0=c0x00000000-cc-rp','8918455867446117794',43172),('AbFvOqnGXsQMgkq7YzgieD9i6Ess4_lYU2RRuQ4fEY5oRc1DhkIcYqZskj2sqxkF8G2qGqsL6MPMkQ','Great service. Was there recently with a friend. Nurse Lisa V. was amazing!!','2019-06-06 20:26:08.545000','2019-06-06 20:26:08.545000',5,'Spencer Manning','https://lh3.googleusercontent.com/a-/AOh14GjrUSQ5Hqo8uvB6LmSIse9BAnoh8URfOKqojosizw=c0x00000000-cc-rp-ba3','13486358490203335051',29827),('AbFvOqngXtlYUQX9h4QZxBMaWJk9akqbbNobrjCcuhk2iVawymk-HM5i_mfIGoKpaBthvpdpXg_DBQ','I had a great experience at Signature Care Heights. Jocelyn is the best she was very nice and professional. They took very good care of me. And answered all my questions and concerns. I strong recommend visiting Signature Care Heights if you every feel sick. The nurses and Doctor are the best.','2018-08-14 18:04:48.426000','2018-08-14 18:04:48.426000',5,'Michelle Gordwin','https://lh4.googleusercontent.com/-8zpNSjDMJwc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucltL5-c4jGIy_pfY3BbIgdSAA3yww/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30786),('AbFvOqngXU7uIz5TevyIxaKq9E8dDs4rUsggesQ60Czy6c-Nvbfkp95v_poWqTToox4mklk2iZcX','beware of their prices, they are good at advertizing but god forbid their billing.','2019-03-17 22:19:16.160000','2019-03-17 22:19:16.160000',1,'Mayank Malik','https://lh3.googleusercontent.com/a-/AOh14Ggurd8OZXPGZTav8A7vSFW4pI8WS-ZSqiYHZ7AU7Rs=c0x00000000-cc-rp','14567670160750071148',30579),('AbFvOqngXVnF5hUxE7BJFudPuwJ2Fl0rnae1XVYgdFHMm8Sk5Gvpke7KGHHzV-uoMQkgA3ZSUY5uUQ','Great service, quick and efficient...','2020-02-26 08:49:37.550000','2020-02-26 08:49:37.550000',5,'Dariana harris','https://lh4.googleusercontent.com/-cS0Pw_0nqrU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckhDiZPYfIxSUHmYQFWTrrb0nG2Sw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41446),('AbFvOqnGyaqPfvf-YCfQoX9C8uLs4n9avGlMnxJ2Yw0O1RgE2iPhIDls-T5KwGSMP73yEcKblGZJ','Amazing & fast service! The staff for tonight’s visit was super nice & caring! I was actually referred here by a friend who’s been here before & I can honestly say I’m impressed with the service . Thank you Sita, Kristina, Allison, Randy, Matt & Kramer','2020-01-21 03:06:20.672000','2020-01-21 03:06:20.672000',5,'Alexzandra Herrera','https://lh5.googleusercontent.com/-LJP_iATbtiM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckH54BYgDAnY_zuDSNBK1UDeQs_Ug/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29468),('AbFvOqnGyG3IzWoxRr9bBoQa3wRqIhp29zfwxApkDfn1MEtBkN3Sojj97Vmh6XWGXZzHUwVLjMHprA','This facilities was great Dr. Farooqi and Rollie were a great help. Natalia was kind enough to offer a blanket as well!! The receptionist Amy was great and welcoming!!!','2019-06-18 02:45:36.692000','2019-06-18 02:45:36.692000',5,'Jonathan Mendoza','https://lh3.googleusercontent.com/a-/AOh14Ggw46Sd91QCgjsFAiBm-Jfw5lvWNfMatFq7R9uX=c0x00000000-cc-rp','8679688254631342173',42690),('AbFvOqngyJpIN6LP7nqQplTpEBmJWW52eGb1Fe5rW6L_hW5wHL2engDCbjYa1L-u5YU35eEGqSsDRA','Very good experience','2019-08-17 22:32:01.566000','2019-08-17 22:32:01.566000',5,'iqra ayaz','https://lh3.googleusercontent.com/a-/AOh14GjLTY2oc8TW6y1LQfW83QbPc-hxqFosWZhzNFyW=c0x00000000-cc-rp','8918455867446117794',43207),('AbFvOqngYWXOBbdj4hILdZxHgprnOqyE0k350ARoxlswQlX5CcZ1pHP9I06tv45ni_oaFAlLu9Jr','Great place','2018-01-03 17:16:08.464000','2018-01-03 17:16:08.464000',4,'Vany Alvarado','https://lh3.googleusercontent.com/a-/AOh14Ghnvuw8GijaeRV4e7Qhhw1XlMa5CgIKDjTIfDe_Vg=c0x00000000-cc-rp','14567670160750071148',30917),('AbFvOqngz-1ETOvr9Ptp5BplrK4p5z0asvVN0vEBXoXC717028yxrxf6ut3l4fk5PgPdOW0uK7be9Q','My experiences here have all been positive. I get taken back quickly. The nurse and doctor come in with 5 minutes and treatment is started quickly after that. They listen to you and care about you. I definitely recommend this ER.','2020-03-12 06:24:30.557000','2020-03-12 06:24:30.557000',5,'Heather White','https://lh3.googleusercontent.com/a-/AOh14GgYVhn0h4ktkX-jVpcmqvjJLxiPh7cgG5t2eOylhg=c0x00000000-cc-rp','8626688543755174284',41917),('AbFvOqngz2UF-uUAytrmExLBmHF_qQCsxY9jiEMSSqQsRTAH2yVFWfX_NYuR84HINROjc5buli0VeA','Great experience! Very quick and absolutely no stress with fun staff Cody and JD 🄰','2020-08-03 22:02:51.977000','2020-08-03 22:02:51.977000',5,'ірина Š»Ń–Ń‰ŠøŠ½ŃŃŒŠŗŠ°','https://lh3.googleusercontent.com/a-/AOh14GhWJlK-_YgUT1HjxkP1EfGAU_HQgz8nDZhsT1mXRg=c0x00000000-cc-rp','2077061009497551125',38650),('AbFvOqnGzQ0hrX2dW2u-jTF0sPyQ7IK3HblyImBN-OGMuy-suYaLb2BinhlYbupMszz4aJgeqHq02Q','Great staff great help! Left the hospital we to come here totally worth it','2019-09-17 03:42:44.956000','2019-09-17 03:42:44.956000',5,'Joe Perdomo','https://lh3.googleusercontent.com/a-/AOh14Gg_GJYARC79JThbdrzz0hI012g7yiB5DKluq1stnA=c0x00000000-cc-rp','13486358490203335051',29667),('AbFvOqnH_7qjOATKlwaRM5dMy-lzz8hcPxvQ1xlYyZmPu-C8Eaga-K05UzKvgttdgFo-5yVQighj7w','Brought my grandson in for a broken finger. Everyone was so nice and took really good care of him. The staff is super awesome and the Dr. was really great with him. You can tell they all care about their patients','2020-01-25 07:48:47.445000','2020-01-25 07:48:47.445000',5,'Pam Ford','https://lh6.googleusercontent.com/-ilE4q5JrC1k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmHujuB27PBNKHtbyZkW8YdXd0qqA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41494),('AbFvOqnh_9f2BlSAE_gqFQ1LYaxNEO4AslriNi1bzAkYlT3yUwyK4DG6hm4Tiw9awV8hvbRmFi_HBw','Brought my husband here and a soon as you walk in they attended my husband real fast he was in and ouy thanks to Dr.cavasos Mackenzie Delicia Blake and Son Le thank you all for your good service','2020-02-21 19:37:17.696000','2020-02-21 19:37:17.696000',5,'Lili Olivares','https://lh4.googleusercontent.com/-A7HPgVHYUew/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn1a12BmpAa_2dCLq2Z7Wf-5QaeMA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42437),('AbFvOqnh_Fzl-s2VQVevMvxUe8PzKRukKjbns2p0DcVnDPgbxn8ap1xwYqxZPelgCyyuLwaVXP47cw','I avoid the doctors at all costs but this place is amazing. Very quick to see you and very friendly! Patricia at the desk is quick to greet you and everyone is very personable. I would highly recommend signaturecare to anyone!','2020-03-05 13:50:13.847000','2020-03-05 13:50:13.847000',5,'Tara','https://lh3.googleusercontent.com/a-/AOh14Gg99Ygoe33LnGWenezwl2BR6MZ5cyGi1xYKG-h4uw=c0x00000000-cc-rp','16389487648212004696',33289),('AbFvOqnH_Ohu1r7I-MRabCmDhoa5yiviyJLxClF-yf_TpVwwJXOEYdqDmEkS1vo4on3ryWDqtBP_jA','The whole team at Signature Care was great! Dr. Vaagenes, Anthony, Morgan, Natalie, and Angela were very efficient and helpful!','2019-01-26 17:18:09.254000','2019-01-26 17:18:09.254000',5,'Peyton Wohnoutka','https://lh6.googleusercontent.com/-J-jX7RaTuic/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclprNumX6O7D0g9_CwPgQLMU54AUg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35036),('AbFvOqnh_zAfSP6rXQ4LBVi5KB7mrn2jgrMPqgfrKT0TSq7KioLGsjZYDwNZNk_jL1dFHuVI4dr54g','I loved my experience at SignatureCare Emergency Center! The staff was friendly and helpful and the wait was not long at all! Special thanks to Lorena, Megan, Jeri, Torie and Dr. Smaistrla.','2020-10-24 16:26:50.885000','2020-10-24 16:26:50.885000',5,'Angela Hembree','https://lh5.googleusercontent.com/-qFzONJGkeUw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclnFS2BJokxOvzBD209Qn1Hnm389w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34107),('AbFvOqnH-9oPzwaqp_rmxanctjjBycpqsah6fdTaVo4QzaF3r84tmiNCqQ18PIe-BYy2Yxu_uZBs','My second time here and I love it. There’s no extra waiting time, they take their time and also they’re detailed. They want to make sure everything is right with you before u leave. Today my nurse was Lacey, she was nice and really concerned for my needs. I recommend this ER.','2020-10-20 19:14:11.147000','2020-10-20 19:14:11.147000',5,'Markiesha Teal','https://lh4.googleusercontent.com/-3yXkNGIKGYQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm5iYo7A9u9bXugQIMncXrOcOaOSA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33138),('AbFvOqnh-cP7u4j1L5gPlZSM6eTirh3CGmGMWbBnTHXlFlzkePSsv8jT46s_s2WZnZISkdEF2qK2','Friendly and fast er.','2019-03-14 00:50:31.494000','2019-03-14 00:50:31.494000',5,'Lance Jordan','https://lh3.googleusercontent.com/a-/AOh14GgC6VXwJsIaYzf0lACj97auyLngsBkji2m6g2yDCA=c0x00000000-cc-rp-ba3','14567670160750071148',30583),('AbFvOqnh-NGzMLwHtooJXiM8moS3Y7E18JH0ac3i4FFZW9PYYaaF0Se60EaVZ8ffPMc0n62FzeF0uQ','Extremely friendly staff Chelsie and Remmington','2020-10-13 16:20:00.692000','2020-10-13 16:20:00.692000',5,'Donnie Jones','https://lh6.googleusercontent.com/-IoKs6ssyXJo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck2l0uigGAxmN15YbTyTVp0Lu5EAw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35701),('AbFvOqnh-qlQDQC_D-AYRby4DuEOJ5KXKVTyXZvq_V2kJjz2ElCNh0JwjX772L9AihK0WaZJZEc1lA','I came here for covid testing and checkin was breeze with Niece. I was then taken back to a room where Christina R. and Clay were both lovely while taking my vitals. Dr Dodd was very explanatory regarding covid and the tests. All in all this place made me feel very comfortable and I highly recommend them for any kind of emergency.','2020-12-18 17:27:54.774000','2020-12-18 17:27:54.774000',5,'Jennifer Jackson','https://lh3.googleusercontent.com/a-/AOh14GhppS6eieggE4osl2aZECjGd3YbJBX1I6NCC7zSjg=c0x00000000-cc-rp-ba2','16891069708558046635',44548),('AbFvOqnh-QmrfdRpTPRQ2vk2SV-f7dMRedFJpeR4qZXv4H2pbRlpjZPySNPMz1LjfXkB6Yr7Tn4U5w','Billing fraud, unfair and deceptive. Was told a flat fee amount only to find out they are billing me and saying the amount I paid was ā€œjust a depositā€ when it was NEVER explained or said to me. Beware and report !','2020-12-12 06:47:04.575000','2020-12-12 06:47:04.575000',1,'Saenz A','https://lh4.googleusercontent.com/-uK--HurQGns/AAAAAAAAAAI/AAAAAAAALY8/AMZuucnBn-bd-_MBdFCLk_d8124KLoldKg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28423),('AbFvOqnh-ZTwL9z6_nl43Nct5sO9vy1wic72MEFRrTgPpsMcn2PMtNL8X9btAKVJ3EGTt2iCdYd7ZQ','Lisa H was great so was Krystal and CarolinešŸ™','2019-09-30 13:08:02.912000','2019-09-30 13:08:02.912000',5,'olumide joseph','https://lh5.googleusercontent.com/-v3nGtssI644/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckbNJMSDbQQudyir00XqGHOln56zA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29639),('AbFvOqnH0AYhyi1FBVn9Ieo8OhG6uBbC7ZrEFPrJlNhmCTI1bbw7-xEJHRLQoRVH7ck3Sv12vwxQ',NULL,'2020-03-04 05:56:57.093000','2020-03-04 05:56:57.093000',5,'Mandy Love','https://lh5.googleusercontent.com/-M2hHhyosD6c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHZhpXmDpOWG29oETkcqD1ly9cBA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39573),('AbFvOqnh0Q3ZhSffXgQffQ1PRQCflk8Gtj0ekbjIGBUJsqIKB0kgmOc45WqgEuHdajTOCfIHySPVwg','I loved the care I got here. The front desk (Amanda & Kate) was kinda and helpful and made sure I got taken care of with any questions I had. The nurses (Devon) were pleasant and not rude and they actually spoke to me like I wasn’t a nuisance. I just enjoyed my overall experience. Had they given me juice and a snack I would’ve thought I was at a hotel.','2020-10-16 21:09:44.679000','2020-10-16 21:09:44.679000',5,'Angel Villarreal','https://lh3.googleusercontent.com/-pzeC9nN2PNg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnqSqsUrdVigJzQ1jXOve8NYQcL7g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34129),('AbFvOqnH0Uu_A5UWnPE7H4hKU4oRj2dARZ-3xJUHbg4I3A29j6_DzVlpqkTInvnfqw2U9Pr-9NLHrg','I had a very good experience with SignatureCare Emergency Center in Memorial City. I was seen quickly and the staff was very helpful and put my mind at ease. I would definitely go back if I had another emergency.','2016-08-17 20:10:47.913000','2016-08-17 20:10:47.913000',5,'Christine Crespo','https://lh3.googleusercontent.com/a-/AOh14Gje11BwNXJ_i0nVY8aBZsQ68aokW25XAb7UjXU0=c0x00000000-cc-rp','14904078213800803294',32789),('AbFvOqnH2nh5B62pgaytZxc2M2PdLG8iZiB6uB7JyPHZ_8QsfXwmz-jGwRZpj51zhXkxKSEHW6It','Phenomenal ER visit. All the way from the moment I walked into the waiting room to the moment I walked out of the ER, it was a seamless experience. Dr. Clarke Goodman, Sionisia , Danrie, and Randy were incredible in their caring and efficient approach to my care. Thank you all for such a pleasant experience.','2020-12-10 21:30:52.161000','2020-12-10 21:30:52.161000',5,'Shekhar Menon','https://lh4.googleusercontent.com/-tC_Wh11-1eg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnptpuiOMD5-6LgZRTSAQnMfX00Ng/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35533),('AbFvOqnH2vHRXxoVm5MxfFR92V8JObajvqPSbtQyC7hHINp0w2Mf_A1tTnx3WDJOsBo_Skc5MWjs','My experience was very pleasant! Kudos to the team! Patricia, Thuy An, Alvean, and Travis took great care of us! Thank you guys so much.','2020-02-13 17:32:27.139000','2020-02-13 17:32:27.139000',5,'Courtney Lackey','https://lh3.googleusercontent.com/-6LdVrFGlQKA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckt-FFaZ5NqIG1Lpw5LH8mtDokrBg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33371),('AbFvOqnH2VWLGfZU_cQ4Sp5fp2jvoVLQs1tQv1m1x3lf4hPVvQ36WZwYC0QuBc4F2NNyK1MhsISq7Q',NULL,'2020-12-01 22:29:12.445000','2020-12-01 22:29:12.445000',5,'Felipe Gonzalez','https://lh6.googleusercontent.com/-4HR75ZG3bWo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm9RKnEC7yTXZpcdC5uMCIx_xUbQw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32863),('AbFvOqnH3I8BuvHBj2HZUprWrBqeCLEhSgmev9wf1d-fPayd15tgbYS4SscolVtaQjDs0_CYqKNGKA','Dr. Patel and alvean (bsn rn) have been absolutely astounding during my stay here last night into this morning. Patel has thee best side manor i have ever experienced in my last 4 years of craziness health tornadoes. Ray has been a godsend from the beginning i walked into signature care ER & him and his staff are continuing to excel in excellence of medical care to patients like myself that need a little more tender love and care.','2020-02-23 06:23:53.573000','2020-02-23 06:23:53.573000',5,'Sara Elizabeth Piazza','https://lh3.googleusercontent.com/a-/AOh14GiKaCh-mgl-jHJfPThE6z74JErwbqaLD9Gutsmqbw=c0x00000000-cc-rp','8679688254631342173',42429),('AbFvOqnh3iQUGHWyHKGzsqWH0a4r2xRyKztt8pBJEZh1L56WhB0mo1Z4_fOEaGhdOAmQ_YUUrDEl3w','Dr. O\' malley, Alvean A,\nTricia\nSibienne W\nBryan','2019-11-14 15:17:34.821000','2019-11-14 15:17:34.821000',5,'Anthony Rodriguez','https://lh3.googleusercontent.com/-u2IHvS60tbU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckB696V2Fsht1MazhutfKxHiNoJWQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33763),('AbFvOqnH4qFYeLBjJIEs5NLBS2Zj9p2htU64uxIjXUkcpEnThVwSZrm7zn2XfdnYlYRtaxFFumHG1g','In and out. Friendly, made sure we were all taken care of not just my daughter. Definitely recommend.','2019-04-21 12:40:08.708000','2019-04-21 12:40:08.708000',5,'Rosa Maria Garcia','https://lh3.googleusercontent.com/-H-lGPUixymY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclWFs5Sd_cY39zbsfmlYETquekmOA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32478),('AbFvOqnh5gbs2mYDUmcVEYDSy-B3ReOuAJrsSLbK9Qp4sCdqcLRnKkfWlr8W5cwKH69nnyXAMdgpBA','Everybody was amazing they names are jani, cavazos, tricia, ayesla','2019-10-18 22:44:20.544000','2019-10-18 22:44:20.544000',5,'Georgette Smith','https://lh3.googleusercontent.com/-4UbXSL3Ws88/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclG_7DnYxwwGXJSzZxj1dJWKZ8Ong/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33852),('AbFvOqnH6ALmMdZuXSdE8Zmvqj5d5ftlepP2y0XcOWApXiiYy2imUFLfBJoml9YGKSuFbsbe1MG7',NULL,'2019-11-05 19:22:28.110000','2019-11-05 19:22:28.110000',5,'Tra3son _','https://lh3.googleusercontent.com/a-/AOh14GgQqK8u4vN7V8XtvfWIuhNT857ZsTKbd2jHKFDqOg=c0x00000000-cc-rp','8679688254631342173',42603),('AbFvOqnH6hXXZj_e5_Dn6y2h1vdTNUzJOBnnorRwDKNUXW9ioW6CyaRxrAWv5yPcPgqUmz2fZT2Fdw','Great job to the people at signature care jennifer d was very welcoming the nurse and doctor did a wonderful job as well thanks','2019-02-19 19:46:15.670000','2019-02-19 19:46:15.670000',5,'Joel Searls','https://lh3.googleusercontent.com/-EHnOINZ0XLk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3KrRrpNCjG-i7ngx60luul7xH6A/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42142),('AbFvOqnH7wxZ_P0Tw6g0hb-DcdX0SPx4_JgbZZjhRs-bSLHbR_p5sSNthKUnLApnbGf4wd8RRoStww','I really was not feeling well at all and the staff ensured I was as comfortable as possible!\nThank you Dr Vaagenes, Amy, larhonda, and Shareasa!','2020-02-08 22:18:46.602000','2020-02-08 22:18:46.602000',5,'Katie Lopez','https://lh3.googleusercontent.com/-jZwBU8riIXs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-LsUuHNoNuiEE33Xb4SjpmBaGXA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30260),('AbFvOqnh8DZBRVZ-d_5Gf_Q19bJLDZMgnKJQH1OkdrSJtrm8vUFbN6aVnEhhDu7ake3Ip0eqfy01Og','I had to find a place to bring my 5 year old daughter on a Sunday afternoon after she got a big splinter lodged in her toe that we were unable to remove at home. The snacks in the waiting room were a nice distraction for my daughter, and the staff was very friendly. I was very impressed with Dr. Elsbecker, who was so kind and thoughtful with my daughter. He explained what he was going to do and established a great rapport with her. He even went out of his way to find pink gauze to wrap her toe with afterwards so it would match her shirt. The facility was clean.','2019-04-24 16:04:36.727000','2019-04-24 16:04:36.727000',5,'Amy T','https://lh5.googleusercontent.com/-4dmwUrGwc7A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckPBzxaJ9iZjMhqexdAIqtmSKRSBQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36224),('AbFvOqnh8mLBJMhRJNlkcftgjxUZgKnkAd8RWA4vOQudzeh8EKhMtUFYYPs9w_pidby6sYH9HFMF','Best ER experience! The facility is modern and stocked with snacks and drinks, the rooms are large and private, the front staff were very nice and accommodating, and Doc and nurses couldn\'t have made me feel more cared for - I didn\'t feel like I was being shuffled through a system and out the door! The whole experience was great and I wasn\'t made to wait! They even called to see how I was doing the next day! Highly recommended.','2017-05-22 18:15:58.934000','2017-05-22 18:15:58.934000',5,'Stacy Ramirez','https://lh3.googleusercontent.com/a-/AOh14GiDHaaQmSuVu8Oyu9LegYK2KgnEuknP-xlGcEltal0=c0x00000000-cc-rp','8918455867446117794',43521),('AbFvOqnH8NDU8EryzqMcR2xtELSTC_lEZ78rz9y4JVcYBhusecEgaEL2fxlCBSOiL_oqEFe4EOVY','Dr Yusuf nurse Laura,Olin a,eve,and shay I had a wonderful experience and they helped us out a lot thanks a lot','2018-08-02 15:33:49.001000','2018-08-02 15:33:49.001000',5,'Ashley Meeks','https://lh6.googleusercontent.com/-yhY0rmNeX9A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnwRMFNgEGNZRo1Y2q2iONgk7zvpA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40911),('AbFvOqnH9FOjnee2EBsB6DLgnfDKERs2L0Lbfm5i7ASCajXU3PIMNCsQbmpPbzxbsdEF4y9jAUktlg','I was helped by Dr.Ortiz, Ekaterini and Jordan they were very nice and helpful. The place is really clean.','2020-11-08 19:48:49.641000','2020-11-08 19:48:49.641000',5,'fany ruiz','https://lh4.googleusercontent.com/-eHzPsCEzmJ4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmSXdQlioOJDS2_4husfotZXstP3A/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32966),('AbFvOqnHaEXqGy7ND5POEr50Z1i5yW4RqpPVu1plrQZun33aKx3RfPjVtHZcghmnaOYEwAIVuqNRag',NULL,'2019-02-26 04:03:52.756000','2019-02-26 04:03:52.756000',5,'Yah Yeet','https://lh3.googleusercontent.com/-QUcj2o630YY/AAAAAAAAAAI/AAAAAAAABCM/AMZuucmT9_fpY_cKBGjmZNW055ZVcKvpiA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34980),('AbFvOqnhaFfvyqxMRT1nXwRAHSAy_6wxKruC4elyb6Je8tJxrICg5vEyIt6a2EirUGrMsjb5K7fvtg','The Doctors Kotg and Thomas were very helpful and explained everything very well. The nursing staff Jesse Bryan Fatima were very amazing and kind would recommend this place. They treat you very well and welcoming','2019-02-10 01:49:12.769000','2019-02-10 01:49:12.769000',5,'Natalia Ulloa','https://lh5.googleusercontent.com/-L9nyXbiWAHE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckqNk0Z6oqFypOXDb4bSwBAVbU2xQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42727),('AbFvOqnHaSCLdTjLxuqEsz79EhzgDKaXHdOtFra1t_18-WRncuWVyJ5wpDmumEC92wetEYx2n5O_','Lorena and Victoria were very nice and helpful','2020-07-26 21:08:25.022000','2020-07-26 21:08:25.022000',5,'Lia n','https://lh3.googleusercontent.com/-ZfR9LWYEgFU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck3xf1jFEiqwG487jx6K4RuDjjn2w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34243),('AbFvOqnhbXbec73l7dNV19cJaRIRZRTNVtYzQ748nB07YR6ej0ttqCagpnQO8rztA2lhBa7paNChbA','Nice facility and friendly staff especially Stephanie !','2020-01-28 05:26:36.524000','2020-01-28 05:26:36.524000',5,'Reymundo Rico','https://lh6.googleusercontent.com/-HSSmu1mcRys/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck5CdH3hhCMPGKEPCa-cc5xkG7Mag/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42478),('AbFvOqnhBZbwav1aCRR-1IOYofVzZgIX3cefKoLV1c7B2Et7LnlTjGS2ZYJpG4f0v00lqm6w301bOg','All the stafff at this location were very welcoming, and friendly and helpful! Tanisha was very helpful and Shelly and William kept me laughing appreciative of their help!','2018-11-28 07:27:17.175000','2018-11-28 07:27:17.175000',5,'LaQuala George','https://lh3.googleusercontent.com/a-/AOh14GgULMq6xCAFpkMT1AISC6uQMI4d47PRHDkyiVn4BjI=c0x00000000-cc-rp','17898197009688164559',38360),('AbFvOqnHC0aTzyM9ctPnIIGJH7-z-R7CHkza4dsPjcfMeQO_K9susYY_XvYeHusa0wUm4A5vjnnsEA','Excellent service and quality of care. I am from 4 hours away and felt very comfortable. Thank you Dr Ding, rad tech Rick F., nurse Blake H., and Ashley S. I highly recommend this this place.','2020-02-01 16:55:45.412000','2020-02-01 16:55:45.412000',5,'Denton Culpepper','https://lh4.googleusercontent.com/-7Uo5LtmmqSs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7HukXjSARfugv6kIzRsIAI_PWFg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42463),('AbFvOqnhCa1ccaUsYfS79wihXFeKEVgzY5H8fi2KDMuIAzlE0oZdfWoiiGR128N2P7vD6dFrFzvg','I was there last night bc my son had a fever. The reception and the nurse doctor took really good care of my son and I really appreciate that. I would highly recommend anybody to come to this place.','2017-09-26 15:16:06.129000','2017-09-26 15:16:06.129000',5,'20 Number block','https://lh3.googleusercontent.com/a-/AOh14Gh2a815WbKLIHmHLfREKOrvfHNGC0vBVuNwYi4U0w=c0x00000000-cc-rp','8679688254631342173',42765),('AbFvOqnhCjYdEEF9A0pcIH5docdvgBKmQBEW5vM8Jw7ENXxec73190SHGspe0iWqxPzd9McwpWMuig','I was very sick and the ENTIRE staff was wonderful! Dr. Darrin was amazing. He not only got all of my ailments taken care of, he went above and beyond to make sure I knew every aspect of my illness. He found a condition that I had no idea I had which will now save me from getting a terrible disease in the future. I just can\'t say enough about how wonderful NEC was for me. They sent me home with a packet that had everything I needed to know as well as a CD of my tests so I don\'t have to go back later and get a copy. I tell all of my friends to go to Neighbors Emergency Center!','2017-04-13 12:02:19.489000','2017-04-13 12:02:19.489000',5,'Mimi MuttleyCrew Campbell','https://lh3.googleusercontent.com/a-/AOh14GjjL3krS9QgiWqaik9Lk4Xkz4RqnndaQ42SFrUM=c0x00000000-cc-rp','3272657195432704501',40009),('AbFvOqnHCmdWnOfM-OKLpoYpZ7XM2DNnvhoqBEqpBtV1ryOnUkrcotnb65EeE3_gf989yPnQBpL4-Q','It was an amazing experience. Great staff\n\nKim was super helpful!','2017-01-19 21:18:41.539000','2017-01-19 21:18:41.539000',5,'David Abbott','https://lh3.googleusercontent.com/-MHYjonGwgTs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmyxqHxkRXZIgfVYkgx9iHIGZDV5g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35530),('AbFvOqnhCmYeKYmDpMWyKOgfRhGWJeuRhmB_mVXlAEAyZJhE7wSAmH_eeHPitdM-8_drkBeJgKi5dw','Our RN Anthony and tech Natalie were incredible!!! Also, Dr. Vakey was outstanding! When we came in the room to see our friend, she told us how kind and caring he was toward her. We appreciate that more that they will know!! They were always asking us how they could serve us and our friend better! They did a fantastic job at attending to our needs at all times, and making us feel comfortable and cared for!!! 10/10 would recommend these people!!!!!','2019-02-18 23:47:40.411000','2019-02-18 23:47:40.411000',5,'Kayla Bailey','https://lh3.googleusercontent.com/a-/AOh14GjDnVGH1TPT4GnWpLfn8gI2Eqwd9hxrdx0tlT5ZlQ=c0x00000000-cc-rp','16590124370714063921',35005),('AbFvOqnHCU3NuqcJ0BzC8av97-W98dPZs8xJuOeNLD3WXiPFMuRp0gzLkWmO4d4X4wJBT_Nx8uTzzQ','Great service','2017-01-18 23:40:17.122000','2017-01-18 23:40:17.122000',5,'Angel Medina','https://lh6.googleusercontent.com/-RNH1EDx0pRI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclRkxAONMIT_NXLoyEuaJ1J_oa6MA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31128),('AbFvOqnHcXX7DxScuPJa8-wzvfXPI5YJEBzls0q9vqVSd7qjEWsAazWNeKs2Ng6ofPtrPn_uG1xVZg','Awesome staff and services at Signature care. They were fast, clean and efficient. Special mention for Dr Ruby. She is a wonderful Doctor. Thanks to Google which suggested this ER.','2019-05-21 00:28:44.545000','2019-05-21 00:28:44.545000',5,'Kushagra Khorwal','https://lh3.googleusercontent.com/a-/AOh14Gih9hN6C96eBihNEM5GOyIBAgsChQSWTWZ1j3qn=c0x00000000-cc-rp','16891069708558046635',36199),('AbFvOqnhDA_gvWuVZ3SM1mwivToWxh8YMI_wVLlKS7f1Z3UtTvLFf0IkT7mz66-LhMA0giMuPhkHSg','Had a great experience here! Staff was very attentive. Kara, Courtney and Gunnar were all so sweet and even made me laugh. I need that. Thanks!','2020-03-09 18:28:49.845000','2020-03-09 18:28:49.845000',5,'Linzi Johnson','https://lh3.googleusercontent.com/a-/AOh14GgLlfE1t1UxDP5SzrzaFtLVa6eaSkaKjTYf_0p1=c0x00000000-cc-rp','3272657195432704501',39567),('AbFvOqnhdvI8wMAURZ2eD2HHFzVhAux92wB8lQPJ16hTsgvwtYagMzXoGFcdVlp1NAagN2f2jjLcuw','I came in today to take my fiancĆ© to the ER. Which was super fast and easy check in. The ladies in the front Kim and Alexis were super and very professional! The nurse Brad was amazing being very informative with us as well. The Dr. Vakey was wonderful help and answered all of our questions. I love this place and would c Me back for any emergency needs thank you all!','2018-06-11 18:18:04.661000','2018-06-11 18:18:04.661000',5,'Miriam Reed','https://lh3.googleusercontent.com/a-/AOh14GhGbLl7BFXQRropLAEoBCRsNK2v2r2MLh8APPNa=c0x00000000-cc-rp','16590124370714063921',35266),('AbFvOqnhDzwHOQGmQ26Fwk_56o4T6pZ49gg_okPZwJBm5o4Dwe544F5z9D6cFb6JzxKdtIu9gVhUPA','Great staff and service!','2019-07-07 18:24:11.998000','2019-07-07 18:24:11.998000',5,'Shivani Desai','https://lh4.googleusercontent.com/-QhhqdNQeCcY/AAAAAAAAAAI/AAAAAAAAAXQ/AMZuucmgM76BXvglAONfeyeD6iRQt6n16Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34776),('AbFvOqnhE_jDzEc44Dw-F61TtO4hJUZIJGd9nWF7akoD7a_04oTDvPcaGxJxazJDV2-Fpfn5gUUhlA','I took my brother here, WHAT AMAZING people & experience.\nThe Dr. & The employees are so friendly everything was great.\nThe price was so cheaper than everywhere.\nThank you, guys.','2020-09-05 00:05:37.666000','2020-09-05 00:05:37.666000',5,'Mustafa Alsaqi l مصطفى Ų§Ł„Ų³Ł€Ų§Ł‚ŁŠ','https://lh3.googleusercontent.com/a-/AOh14Gi67KWjW5WAkIgGQ78oe7jqynxCbaTGqCFEHmleTA=c0x00000000-cc-rp-ba2','17898197009688164559',37565),('AbFvOqnhE-XqnsPIIt3XLGWHcR8j82jyIJJruKA29dRNE73KcezB78-Sb9S74gKtPDXct1iAqBFkJg',NULL,'2020-02-23 16:09:20.681000','2020-02-23 16:09:20.681000',5,'Michelle Marie','https://lh5.googleusercontent.com/-JI11YM0uZIk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmBQjX4ROvSXoUR37pIpKLaMCEuLA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39602),('AbFvOqnHE1IWBKTH4rii0jRNelWKhgpSMqU5m6UsbqZELVWyKZXV7AWjdYKHWpOsFSv4KI5sQxr-3g','We got right in and everyone from the receptionist to the nurse to the doctor was incredibly nice, genuine and helpful. Our new ā€œgo-toā€ place for our kids at A&M. The cost seemed higher than I expected but that could have been because of my insurance...','2018-11-12 14:40:10.347000','2018-11-12 14:40:10.347000',5,'Eric Goldreyer','https://lh6.googleusercontent.com/-OEmmttSym48/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclbEq5qpx0ZBY0DI6s0OXrHIWUZpw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35109),('AbFvOqnHecdlflhzbUa5I2CG2dmrBMpZFlimxvorxF6yErk86K_T7RuWziD8rmgfrWNln2gUUHdcIw','Best warm blankets ever','2018-09-23 05:47:28.570000','2018-09-23 05:47:28.570000',5,'Jamar w','https://lh3.googleusercontent.com/-RPfIPdIXTSg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmtdgH7eSO3KIt0oYqenO-V58BDYA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43358),('AbFvOqnHecNMM3QB71CghFuHZbtjNZOad3Gsmzp7A87KdMg3fJQTM9e5OgcYrJwRT75Nr_-0zBFS_g',NULL,'2020-02-17 04:19:25.464000','2020-02-17 04:19:25.464000',5,'Rebecca Kueck','https://lh3.googleusercontent.com/a-/AOh14GgvtVZOZWBTWj6c77lvqOeli3WU0qWiqSrUU9-D_w=c0x00000000-cc-rp','13486358490203335051',29423),('AbFvOqnhEd47-NYNuqH4uvwBsecyNOpGwFOwuYu_Dz1S5vK2TUoiuENZbB6yY1qZW1VR9yMHpWFJzA','The whole staff at Signature Care was very helpful and prompt. Aaron made sure to check up on me and the rest of the staff also.','2020-01-23 15:41:18.527000','2020-01-23 15:41:18.527000',5,'Jackie Chavez','https://lh3.googleusercontent.com/a-/AOh14GiZjrxfABrRDHZib6T1dyoZKhR3xUE43gCWKHwNFQ=c0x00000000-cc-rp','13486358490203335051',29464),('AbFvOqnhEh4v_zj-nJYtnkpLrWgwnfzw6EdfWIoMVRGKngXyuOUCG2FVRwKxPEBUrGjBe5z3pL_H','Thank you for taking such great care of me Tanishia, Reukauf, Sabrina!!!','2020-10-30 01:59:54.063000','2020-10-30 01:59:54.063000',5,'Eryn Ruoff','https://lh3.googleusercontent.com/-0j-Vuc-E0wY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmNJPMW35xp6p8ahzrb62V0CvwGeQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37474),('AbFvOqnHel8KT8kMRjTY0cXs3YAetjUqVOZDhM0IsC52-QkrhgzjljyKf_zWfq0Otx0_Jx_Hr1VbmA',NULL,'2019-02-03 07:22:59.954000','2019-02-03 07:22:59.954000',5,'Ascary Camarillo','https://lh3.googleusercontent.com/a-/AOh14GioS4JAlcGN2goPjJcuEIS7ZrQRlCkVkNcvI7ki-g=c0x00000000-cc-rp','6521947413723274945',41772),('AbFvOqnhESfhCBh-KB0kAmbvpyHm5mbwaG8Z2UZYNkY4jIaV3PgvOb9kHGPbZRzXiic0h-VX51pxTg','WOW!!! I was in disbelief...finally an ER that is not dreadful! This experience was painless and is better than almost all doctor’s offices, let alone typical ERs or urgent care centers! No wait, amazing service all the way from Elizabeth at the front to Nurse Raj, to Dr Soli! The nurse even offered me a water bottle and a warm blanket! In and out in 20 minutes with my issue resolved!!!','2020-01-23 21:41:45.793000','2020-01-23 21:41:45.793000',5,'Pahleena Tropashko','https://lh3.googleusercontent.com/-nWY3mnglcvU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnJA2hjhXx9tAcDBYROpISDVM9pbA/c0x00000000-cc-rp-ba2/photo.jpg','3511292162159714121',40341),('AbFvOqnHEWP3sbsjOMviZOYCHxYSI1n_7GdtZ_VBfukzgcCW2OuwIA7xbKgpr6LaAyyKIHyonTVVQg',NULL,'2020-02-05 19:13:17.671000','2020-02-05 19:13:17.671000',5,'Byron Culton','https://lh4.googleusercontent.com/-POSJb28cKq0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLhPu3bDRqGMw_8e22TZR-BLz4qQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33411),('AbFvOqnhFeol-v75uvqZsYwE7g4pqkplhjq1jWhbR8SNPuBxu7f6_4FteVyzgwho1OE_BzCPI9gT9g','We were in and out fast. We had went late at night around 11pm. My daughter elbow was dislocated, Doc pop her elbow back in place in a second. It was so fast my daughter didn’t even cry and she was happy she could move her arm again. Good Doctors and nurses.','2019-03-19 06:03:34.812000','2019-03-19 06:03:34.812000',5,'Melissa Albarran','https://lh5.googleusercontent.com/-YNfu9CWLGN0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckUoE4g95U9sN2fcWovR_PrRggOdg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38246),('AbFvOqnHg98Q4640bAfPu4Ld7no59bPLML_E8aro_KoLrlPehuLdyDdnDCH-4SQ4SyqA1GG1PHANUg','Excellent experience with the team.\nDr. Golla\nJubril and Tammi\nSandy, Ralph and Patty.','2019-09-23 13:48:43.589000','2019-09-23 13:48:43.589000',5,'Abiola Olayinka','https://lh6.googleusercontent.com/-Id8gtrqRNaQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckVlVFlOIK9dUT1K7oQG9gpyjNhDg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36706),('AbFvOqnHhcBRySqv6vXdk2G2KppZJ3HTnVZJRezoL_1pxS_HzfA9C3SZgifcFHa9ujEtAJ1eRur0NQ','The care was phenomenal!! I had to get stitches there and they were quick, attentive, and very personable!','2020-01-07 05:01:40.617000','2020-01-07 05:01:40.617000',5,'Emma Thomas','https://lh3.googleusercontent.com/a-/AOh14GgWnczvH8641w1F3_Z8axWv9n50nHJP9eHuTzT4jEE=c0x00000000-cc-rp','16891069708558046635',36023),('AbFvOqnHHjBFbCKSXCIdkujlS6I8dMp_Em1hFrihhg9ELTBr6N9Dh7y8ZOr9hkkM85tKp1RZb_HtMQ','My littlest one needed to be seen ASAP. We took him to Signature Care and we are so glad we did. We were very impressed with the staff. Everyone was so kind, helpful and caring. We were in and out in no time. We will definitely go back.','2020-03-02 07:48:49.958000','2020-03-02 07:48:49.958000',5,'Amber Freeman','https://lh3.googleusercontent.com/a-/AOh14GhaWW5_1LgPBis8fiiWjPyTTQB_BIy2HosxDYFvHw=c0x00000000-cc-rp','3272657195432704501',39580),('AbFvOqnHHr_kEWEFIMyXA4Koyv3e89DpugL3W-kV_WXhZEnPpEc5I2IvdKCgQkbxAbyL1LHqnPXyTw','We weren’t for sure if my son had Covid or something else going in he ended up having strep throat but this facility got us in and got us out quickly and efficiently not much hassle. The doctors and nurses were extremely informative the entire time and concerned about my son welfare. I have been to the hospital many times with other things waited long hours wondering what are they doing. I really appreciate the tentativeness to our needs and concerns. Great Facility.','2020-10-04 21:40:06.842000','2020-10-04 21:40:06.842000',5,'Bryan Beatty','https://lh3.googleusercontent.com/a-/AOh14Gjkf19Q2uStbIcAKIDG3JT2MRTLf_QKicfNjKEp=c0x00000000-cc-rp','8626688543755174284',41891),('AbFvOqnHhsXbwv1RwUv2VHH_xPFWMMYDX23SV1YwbOsvO3kPXkH-_Z9BJkRWLOVzGQDRdCSHXkCGsA','Very professional and super fast service.','2020-02-03 16:45:27.405000','2020-02-03 16:45:27.405000',5,'Carla Moore','https://lh4.googleusercontent.com/-s1CrL1e8jBY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckRqYMUbip6uqVp2L2Zw5dGneVxkw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32353),('AbFvOqnhi2kyEHgQP4XdsSPZWuneOg1TDRtbXJn3-DHHl0_ueUl01qGA5pNvB8Vf1QowVCaFRDacVQ','Great staff. Very VERY CLEAN','2019-02-24 21:53:57.763000','2019-02-24 21:53:57.763000',5,'Kat Martinez00p','https://lh5.googleusercontent.com/-FptPJduGkkE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQK-Mlp5-YE_RSyu2mcHFEEN0YaQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34983),('AbFvOqnHi8rMdbivjmccgy7okTGPwL9CvpOqFtCWvxHAevIbvB-LDT1vvdXixtcTS0gSKgC3ff2q',NULL,'2020-11-29 07:13:46.122000','2020-11-29 07:13:46.122000',5,'Michelle Mclean','https://lh6.googleusercontent.com/-jxhEfB-22mQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckBUl5518RRAwTagh4FOXOIFV3llg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39434),('AbFvOqnhikPLrbI5IUq8oAunEo2-1LkJAwnAXGl9fc0BQRlkIFoz2v2jW8XZoGXgpXdX9p7U0R3w','excellent staff! Wonderful service! They met my expectations. Nurse Amanda and Dr Starr were not exceptional along with radiology tech Aaron . I highly recommend this place!','2020-02-08 16:47:16.125000','2020-02-08 16:47:16.125000',5,'lee juarez','https://lh6.googleusercontent.com/-ZTKoDLy--hQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckuf752dkxDXdIoj9--ys1HG23LNQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29437),('AbFvOqnHIpja5OHRKvaCjVU7wR3jaO1uphqn2OZ34QxIA6GXUl4fwiInxYaOXto5gbRBsXf0IhbVxg','Experience was great','2017-01-24 13:02:26.979000','2017-01-24 13:02:26.979000',5,'A Google User','https://lh6.googleusercontent.com/-Rl24IBNduBU/AAAAAAAAAAI/AAAAAAAAAAA/jGjAtju0nY4/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37226),('AbFvOqnhItIpZYHw_Tm1uizipfFrMZqoxDI6CqXpUyPn-YUv-GVL_YvJAFnpvh_pTMOsfuoP70un','Amazing experience. Elida got us registered quickly. Within minutes, we were in the back being seen by a great group of professionals. Dr. Harjai was amazing, Alvean took exceptional care of us, and Tricia took some great images to help the staff diagnose and treat. FIVE STAR staff and facility!','2019-10-31 16:03:33.119000','2019-10-31 16:03:33.119000',5,'Robert Buckelew','https://lh3.googleusercontent.com/-aTkBrIAb3FY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUDS9TiA0jv-iZk4i5JPrUl4c04g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33803),('AbFvOqnhJ9_8TD8Za87MNvzL3dazhvoP1Jbj0Rbax4Kbojp9ei_neB2fKCXucWuRbf5EZR2x6z2C',NULL,'2020-08-24 14:27:55.253000','2020-08-24 14:27:55.253000',5,'Nanci Cantu','https://lh3.googleusercontent.com/a-/AOh14Gi6ZBbwHkqH9xCit482m1ZTpSUwC6zs27bUtGHcyA=c0x00000000-cc-rp','17898197009688164559',37573),('AbFvOqnhjayZdR9YykhJiK161mi02_Lok5on6E5lvt0vfGqpKYxakstMcQSX7rMK4xWViL7PYHRu','Luisa, Andrea, Robert , Chris and Dr Daniels were great thank you','2019-12-14 08:11:40.024000','2019-12-14 08:11:40.024000',5,'Joe Valladres','https://lh5.googleusercontent.com/-NHzWvYlLWHE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJ3LfW27ukVA1a9wnj_B1a5CoayQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33604),('AbFvOqnhJQg69BL3JZ9urS_ySKXsz7JzGfnfQ60YNyuSLsQcjHpN5JDC5b8YYMiZaWhqhP-emhQU','Audrie Reyes & Maria SĆ”nchez were amazing!!! šŸ’›','2020-10-07 14:56:56.295000','2020-10-07 14:56:56.295000',5,'Abigail Bracamontes','https://lh3.googleusercontent.com/-8qc4Bz6ltAg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnF_yJVRxT5SgbBCBfQVs03toi8hA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29298),('AbFvOqnhJSSnU-OUOWPhUK5CCDObZHYYaHdkX9JfR5ekOHnjl64fEGW26Rdr_Zm7Fs6G-pnxsf9swQ','Valory did amazing at the COVID-19 testing 10/10','2020-10-14 15:08:04.192000','2020-10-14 15:08:04.192000',5,'Lane Williams','https://lh6.googleusercontent.com/-ttvlzDZwk_E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmEwCExiXZMT461Ic0z8rReT4DK7Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33160),('AbFvOqnHkhgjrq1I2nb28TPbMwOXB_sOTJf5CT1Y8SIsEi6E1CwShMlgpTbamPfOZ5ttICPv963m6w','Went in for a COVID test after experiencing several symptoms. Entire process including chest X-ray and test results took slightly over an hour. All staff was courteous, knowledgeable, and helpful. Made a scary situation a little more tolerable. Nice job!','2020-07-13 03:25:44.849000','2020-07-13 03:25:44.849000',5,'Bill Smith','https://lh6.googleusercontent.com/-al43oV60WhU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcbBGdCYJy0cfIoQ5Dmnn7Pa9oLg/c0x00000000-cc-rp-ba2/photo.jpg','16891069708558046635',35855),('AbFvOqnHkjohGgEISDCjPyCZ5PYN-gfEEYL6kpujhfAWSbQ4ItfGvmZMlXhH2VX0nWyD48Qr1Hr-iA','Great experience from the moment I walked in Maria G. Was very welcoming and helpful she explained the paperwork very thoroughly and got my back quick. Very minimal wait time. Definitely recommend!!','2019-06-13 02:25:52.712000','2019-06-13 02:25:52.712000',5,'Irvin Vazquez','https://lh3.googleusercontent.com/a-/AOh14GhyJ6WAIuGkTq-d0HpBfZuqPNudeSDy4cm6KVt6=c0x00000000-cc-rp','6521947413723274945',41697),('AbFvOqnhl2NH8PfnTE0CbyCYMerSSPzjH8ZQNSkN-a5ShOy8xcaLyV9g99Kgsmyg8w6DPcQk61Qa6w','Very nice from start to finish and treat you like a friend instead of a job.. Mandi M. At the the front Desk was great and very helpful. Definitely recommend this over any other ER in town.','2020-12-11 21:58:06.823000','2020-12-11 21:58:06.823000',5,'Dee Clift','https://lh3.googleusercontent.com/a-/AOh14GiGLVHxD3K10cmwQoFD6UNDM0Znqd9oCwZITfT0=c0x00000000-cc-rp','3272657195432704501',39422),('AbFvOqnHLc2OGE8QaY92UG8DKeX1v4mXH2K1XULCoEiww54UBbJClJtC9UdIDY5EqdA24tYFqp876A','I went in for cold symptoms and was treated very quickly. The COVID test is not fun, but the nurse talked me through the entire process and put me at ease. The staff is super friendly and very knowledgeable and the facility is very clean. Dr. Ybarra was quick and efficient, which I appreciated. Special thanks to the team - Delicia, Rolando, Chris, and Waldo!','2020-10-31 17:33:03.805000','2020-10-31 17:33:03.805000',5,'Chelsey Crosby','https://lh4.googleusercontent.com/-pypQbGc35us/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnSd6D_dEDpApn7KjhuVbPj83LT3Q/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42266),('AbFvOqnHlt0Rp4ybUCgv8dzxvBe0zaBL388nT3pPBT2wd5IbEgEIuIKD5Mx0ce0iKVaFDWgrfOVJRQ','Jasmine was very helpful with all the information she gave me, Dr. and Nurses are all super nice and very helpful listening and answering all questions I had','2017-02-11 02:48:33.331000','2017-02-11 02:48:33.331000',5,'peter rosales','https://lh5.googleusercontent.com/-vAExvL7X28A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm7tIcteAY2FG6jkTIKtzjvp0D-ow/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31103),('AbFvOqnHm5VqV2eC-QlrauIkRpikdwE5xIbiRijmf0tHBNr_8jmTsJ5uVHmlAlGiONil9zHzAJX1BQ','Was ill with something I couldn\'t identify. Showed up, and within less than 15 minutes of walking through the door, I was in a room, speaking to a doctor, and getting ready for tests. Extremely prompt, excellent service, in a clean and comfortable environment. Staff were all extremely personable. Would gladly show up if I was suffering from pain and projectile vomiting again!','2019-06-12 05:21:23.556000','2019-06-12 05:21:23.556000',5,'Michael Compton','https://lh3.googleusercontent.com/a-/AOh14Gj2tZdzJi2VJR2zou213fg4ICguFeIQE_k-5XQU5Q=c0x00000000-cc-rp','14567670160750071148',30531),('AbFvOqnhMjK9652-s9WlFWYL1swKB-NcySCw07eart_qh6Ocs5J0eNYhrM3IcDeThk10avFCgwzT_Q','My experience today exceeded all of my expectations. Everyone from the front desk, to Jaime, to Nadia, and then Dr. Chowdhury gave me exceptional service. Given the circumstances, I would recommend their services to anyone seeking medical attention.','2020-08-13 14:28:19.833000','2020-08-13 14:28:19.833000',5,'thecrus8r','https://lh3.googleusercontent.com/a-/AOh14GgoV670B0Ju-nsLvTnxYCgRwvfi6ldH0pyDCWA=c0x00000000-cc-rp','14748677429039074158',31770),('AbFvOqnhMxfdm7nyPIVOw_798YgmI--PM1P23vJwSqP_mMeNbaBrxiN1ReWV8HiDbPQRcYaWeEw8Vw',NULL,'2019-08-22 05:21:59.917000','2019-08-22 05:21:59.917000',5,'joel romero','https://lh3.googleusercontent.com/-Kl5OHpDPTjU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6RkdcfIa7zM4eWNpgFYRvyG5PFQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43205),('AbFvOqnhn2azxjmiyvtjsbXgpOR3qI-ZdJDaRkD_dlrU7fyCYfo6fBZLcq_DC61OuuIJjemz0OXjyQ',NULL,'2020-12-23 23:29:23.546000','2020-12-23 23:29:23.546000',5,'S. Washington','https://lh3.googleusercontent.com/a-/AOh14GgMuw9foQF7wxqasT2IzbaVONCcXLZcADGkO6z8yA=c0x00000000-cc-rp','2077061009497551125',43745),('AbFvOqnhN7ok_S02mU8bLvtkpz9kyTeEUASXeluSnXYQRX-_mbxHcCJ8aErGHR9L_qBg793lYtA37A',NULL,'2018-02-11 01:13:39.453000','2018-02-11 01:13:39.453000',5,'Alek T','https://lh3.googleusercontent.com/a-/AOh14Gh2IsweXDwTvR5xDWCTANbD6oZjlmO6YkhlBNuQikY=c0x00000000-cc-rp-ba5','17394740196501090048',36986),('AbFvOqnhNelFsPPLu5Pt4LwSPlurmnyhFl0NqG5EdjPEVy3U_w5M0LEB-wZWrD6sOom1OfnuaCSdcA','Great place! Clean comfortable environment. The staff was excellent in everything from the front the front desk when checking in to seeing the doctor and checking out. Dr. Soli, nurse sarra, Anar At the front, holly and Thelma all made Sure I was taken care of fast and that I was comfortable. They quickly got to a resolution and got discharged. Overall all great service and I would recommend this ER to anyone.','2019-12-21 05:41:59.754000','2019-12-21 05:41:59.754000',5,'Leo F','https://lh4.googleusercontent.com/-VS4OgwlaYFg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckLM73kySWEmPLV-IEJgQ708q2fYg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28923),('AbFvOqnHNrfW2hi4q2f41dgxCjS6RcnQojH40QBWjASpM3Dh8V9lTTdBsAZiSoGvE3YoD4WIm60ifA','Quick assistance and everyone was polite and helpful! Recommend 10/10','2021-01-20 10:31:07.968000','2021-01-20 10:31:07.968000',5,'Dede Celistan','https://lh3.googleusercontent.com/a-/AOh14GgdTn8twK30ZGbSi88GdrgakeRp9_u0BC8UtHid=c0x00000000-cc-rp','8679688254631342173',44713),('AbFvOqnhnWxQ6gnro38TJo0InmfRWcQ_yNFbbenktFc05BUcGj_mUdDYk0-ItkuV4ASoUUy7PGaFKg','This place was amazing! I would recommend this place to friends and family even people i dont know. My nurse carissa was just the perfect example of what a nurse should be. She was so sweet and attentive. She was great with the needles as well. Another gentleman nurse had taken my xrays was also super nice. Their front desk staff ms.dee was the best. She got me to the back quickly helped me with my paper work and with understanding my expenses. I even had to call back after leaving to ask for medical advice. Dee remembered me and promptly transfered the call to carissa. Who was again so helpful! Thank you guys for everything! Even the security guard was nice! 10 out of 5 stars!','2017-06-07 18:27:41.921000','2017-06-07 18:27:41.921000',5,'Briana Salinas','https://lh3.googleusercontent.com/a-/AOh14GiBKDX8X-y_xbpW_QH36a0-egcn5Kxt_aVIddsviQ=c0x00000000-cc-rp-ba2','14904078213800803294',32675),('AbFvOqnHNXWhvRqyHn8rTKU0s2UJYbqPQuDXWItU2vl9G1Qso67rIzyMhTHgm8b6rxwNPUIUc05U8w','This Cypress location has helped me and my girlfriend when needed I genuinely thank everyone who has been apart of making us feel better.','2020-01-16 18:18:43.800000','2020-01-16 18:18:43.800000',5,'Jajuan Thompson','https://lh6.googleusercontent.com/-UtARkrxWMv4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6sxbv6idmXPgRrO8Jt20TJPkz-Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33499),('AbFvOqnHObPTUIN2mdaIRT4BHIIBi0Oif3AmGVH_4Wz3iHU7u43eZyL-hN7Gsu5yPMSmDzHih4pu','I was just tested for strep and covid-19. The ladies at the front desk are doing an incredible job with disinfecting, keeping patients informed and processing paperwork quickly!\n\nA few patients walked in wanting to do a covid-19 test without symptoms but they are currently by appointment ONLY which MUST be booked online unless you have symptoms which is stated clearly on the website. Several people were upset with the front desk because of that but honestly it\'s not their fault! In fact, it\'s being done that way to try to keep the waiting room from being full of people and increasing the likelihood of transmitting the virus further!\n\nSo anyway, HUGE thanks to the staff for everything y\'all do and especially for caring for those who aren\'t kind to you too.','2020-07-07 15:39:43.206000','2020-07-07 15:39:43.206000',5,'Andrea Figueroa','https://lh3.googleusercontent.com/a-/AOh14GixPrh9LExu2LU1ggsON9fPHfJhzUE0NRY7xwCPHA=c0x00000000-cc-rp','2077061009497551125',38807),('AbFvOqnhoFLekQTXeMlbhIqW6DqpepblpFlhcH2bEPoyoVagbdpZXnmLeXpz5qA0CB7Ux-Jj9Ev8mA','fast, thorough, friendly, successful, great people!','2016-06-21 15:51:13.910000','2016-06-21 15:51:13.910000',5,'Anthony Wright','https://lh3.googleusercontent.com/-cgi16zZ1ybM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucntQTQxzRqoY6conIih0l3djD4arA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41203),('AbFvOqnhpgQ_GI9YfavBubiZ9fW16H5yWAeq01SpvgWVjBVIg0_OUtaX8lNAy0l4tyTHyG4SMpzU8w','This people here are awesome. they seem to really care about the well being of their patients. They don\'t make assumptions based on how people look. Their main focus is to get you better. Thanks for taking good care of us.','2017-10-10 18:06:57.611000','2017-10-10 18:06:57.611000',5,'Shica Rodriguez','https://lh3.googleusercontent.com/-CPXZaVjGtGI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclG2XpLb9bwh9uAUM6VnElFrEA6JQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37052),('AbFvOqnHpLqJwMAKw-YKVLkvgFahGsntNeeen241pO97Z_QJEJg9zmrIPcbmYGpkb-synjDAw1wwXA','Very fast and efficient. Cody and Sam did a great job. Would highly recommend.','2020-07-28 16:36:51.076000','2020-07-28 16:36:51.076000',5,'Joe Thompson','https://lh6.googleusercontent.com/-2Tpz2t7KiAw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmtPDQZK8pL2XYxyBfi-3SpOtCceA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38736),('AbFvOqnhPT2yIRi7h39vkebEjehnMendxvnt5RxOoLjilcO4gvFTKyFMFBsZEgbek6DtQ4IxQaf-Fw','My visit here was fast and easy! Townesend and Chris were friendly and professional!','2020-11-10 19:18:48.917000','2020-11-10 19:18:48.917000',5,'Roxanne Machado','https://lh4.googleusercontent.com/-lQ_w3e3hUJc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckmX2AXMeJ65a2PRotGyHrIivC6MQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35601),('AbFvOqnhpTjp6baVbxGQYM3-8sctLA7oe3ZDPEJXNoidJBpqKs8VIr8uBd3iPPQ5QhTupLXkxVKI','Maya at the front was so helpful. And very nice with everything with my MVA.','2020-02-21 18:59:50.704000','2020-02-21 18:59:50.704000',5,'Kevin Zarco','https://lh3.googleusercontent.com/-1Kt7OCQ0kRE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnUa0lVLpthpyyrEHjiEG--iJmOWg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28707),('AbFvOqnhpwOn95pzMveISGYUgprCFCINT0UJ14GWAfsWyqvZ5DtwDzD7NebiXN7NYvheQo_4DrtF',NULL,'2020-12-27 07:36:04.064000','2020-12-27 07:36:04.064000',5,'Schaekobi Powell','https://lh3.googleusercontent.com/a-/AOh14GgwnB_qxQbvbBl2fQPY5L7q8nlwgvIjsaVgIDRRvA=c0x00000000-cc-rp','3272657195432704501',43931),('AbFvOqnhQcPG3-nfWzX29RMh3IMDOpyUy24nGTiLqDRoPBkgyv-aXqg_fZdUFQDbr7l5yr7_j4mBdw','Wonderful staff, great service and overall just a great place to go to! 10/10 would recommend','2018-09-28 20:04:58.184000','2018-09-28 20:04:58.184000',5,'Ashley Benitez','https://lh3.googleusercontent.com/a-/AOh14GgWM9FVO0zSawZBP2ZYhXiFt_YNJVXG9XwvB9uVxso=c0x00000000-cc-rp','16891069708558046635',36348),('AbFvOqnHQe0C-0n2aG4flyITGWIm3pu5FbJGQgYun1WcE8h80AGXJm_RqWuVYg7TLVDtcozJhpTVlg','My 1 year old was running a high fever and coughing which is very worrisome for most people right now. Dr. Kristi Henderson, Nurse Jared Ryan, Sarah (Radiology) and Carla at the front desk were all extremely wonderful! We were seen in a very quick and timely manner. My child was tested for what was necessary and every single person did their best to make him as comfortable as possible. Signature care is our favorite urgent care center!','2020-06-07 02:22:49.767000','2020-06-07 02:22:49.767000',5,'Taylor Surratt','https://lh4.googleusercontent.com/-vpuf1nB9_qQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnfVDAic1sMw8Q02jo3oc9Dy-prHg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39553),('AbFvOqnHqJ3YiNNcP3o7QxsJ4URCcLvHx4GNx6iGXyncBhBaG1lOXN1X2gjJM6dmQRbLJX_6yWNqRQ','Made an appointment online. Had a very little wait time. Staff was friendly. Would recommend!','2020-08-03 19:03:14.492000','2020-08-03 19:03:14.492000',5,'Sadie Pleason','https://lh6.googleusercontent.com/-FrwFjlrvtm8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7rZSqQXYDwQjigAx9nkSffWDl6g/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40209),('AbFvOqnhqrciIVjDCwpavExkK-p-qgzqEg7TL2NfDU8IKmdtRmsWqkWzHbN54Y_iT8Ccdsmm5DHt5w','They are amazing people. They made sure we got everything we needed from care to question. They went above & beyond with us. Thanks for everything.','2020-01-25 22:11:11.921000','2020-01-25 22:11:11.921000',5,'Junior Galindo','https://lh3.googleusercontent.com/a-/AOh14GjsuTf6biFUA1B8QjTvhRINHJjqFoh1ltjbzZwY8Q=c0x00000000-cc-rp','13486358490203335051',29461),('AbFvOqnHQwNRaZ-fx85ItHwg2JYp2nDUZCZRhcjFTm-QxVbZsOfYsK_HgaOACB_JsV7JTGf_iQA9SQ','Staff is efficient, fast, and friendly! Very compassionate with special needs children and responsive to my families needs. From check-in to check-out the staff was competent, the physicians, nurse Katy, nurse Pamela, Lab tech and X-ray tech were all attentive, accommodating, and very professional.\nThank you Signature Care-Stafford!','2020-08-01 00:44:41.530000','2020-08-01 00:44:41.530000',5,'Tracey Williams','https://lh3.googleusercontent.com/a-/AOh14Gjq5Y_3_OIA8RV3P3Kbg9jVEZNwSOlqkC_I6Ssu=c0x00000000-cc-rp','8918455867446117794',42948),('AbFvOqnhrK6B6wKOf2A1T8yAIJGRThaFzJ4WkVaDkWri7tcQJHviEprBcM4sUs3igyseAjqY5bAT','Very good service our nurse Nicole was very patient with my father','2020-01-12 04:47:41.218000','2020-01-12 04:47:41.218000',5,'Brenda Gonzalez','https://lh5.googleusercontent.com/-x8bfYz-wtKM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckiNvHsvjBW6E50h-K5qKzKlMgIIw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30349),('AbFvOqnhrVUV4k2UTXX5R8glv-KrxZP72S_PA0rs1GrZYIaqxJp-mmtWlMQ4sT2KkTu7zFlfnMKOBA','All the staff here are wonderful, very courteous and nice. They attended to me promptly. They are very eager to help. I strongly recommend this center.','2018-02-17 18:54:32.705000','2018-02-17 18:54:32.705000',5,'Oguntuase Bukola','https://lh3.googleusercontent.com/a-/AOh14Gg34cDOdcpqqldjDyK0ejgWiwd-_wEx0j009FHb=c0x00000000-cc-rp','14904078213800803294',32608),('AbFvOqnhrwiScnS1ZKXU_fMrwe7P_acMajEcbuHAwnypJslYVey3bT05aqVd5tY3rrSkU05XLehS5g','This had to be hands down the best experience at an ER I have every had. The wait time was so short and the staff were so friendly and willing to go above and beyond, it was maybe the first hospital experience where I really felt like someone cared about me more then money. The facility was so clean and organized and the medical care was fantastic. The next time I am faced with an emergency visit I will for sure go here again.','2020-02-07 18:50:12.689000','2020-02-07 18:50:12.689000',5,'Andrea Rushton','https://lh5.googleusercontent.com/-uT9YJRxC_Ug/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_v0aGzFD4W1uuz6q-hTUz4AMPTw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37710),('AbFvOqnhs_lPyHn3vMzDHOMHKCR87VRwxrl6nHLrpGY2h1h5mU-oEIeOAz6vwOVZINQXhM1zima-xg','This place is great! I got in to see someone in a timely manner. Once in the room, I was brought a warm blanket and offered water, gatorade, etc. Tessa, Amanda & Kate, Morgan Scott, & Dr. Cabaniss were so nice and helpful. Great place.','2020-10-16 20:35:55.358000','2020-10-16 20:35:55.358000',5,'Ginger Stephenson','https://lh3.googleusercontent.com/-mzWEPO1AoNQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckmdzIHCEePW5V3PewdtM6l2UOmbw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34130),('AbFvOqnHS9ss6pnWjLaARzmKNV27nmuuWpqXF2P8A_L0X2ejGjwQj0QeytUH5nhjTAqlqUAKfFIwkw','Nice staff, quick turn around. My care team, Christina R., Chelsey, Dr. Rose, Clay, and Tiffany quickly administered my covid test and were friendly and welcoming.','2020-09-12 20:05:00.355000','2020-09-12 20:05:00.355000',5,'Isabel W','https://lh4.googleusercontent.com/-9f1moHpx33E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclphM2_Pum8S2E567uczRX_8_wObw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35820),('AbFvOqnHsCwrRZwwOSZ3VFIo5yIQ7_XL7--Y3Tk6qZlTCPNZCzMsOrmq7UMDuQm-IESAXxOrv6Ay_w','My experience at Signature Care yesterday was indeed a great one. The lady at the front desk was more than helpful and kind while Dr Kimball was God sent. He is incredibly nice. He attended to my baby who stuck a bead in her nose for free. I still cant believe it. Thank you so much Dr Kimball and thank you to the front desk staff','2016-05-31 14:51:26.206000','2016-05-31 14:51:26.206000',5,'Dhikrah Lasisi','https://lh5.googleusercontent.com/-f5WGKgs93q8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckkOgO9P8EfWvQ90f9shhmRe57-Ug/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37345),('AbFvOqnhtIFMtTBLwRibc6GN7ttFKpWjDImV9mioDAwhl8M0WKGWAheFQAKvGiIWd7Z4InEfmIbX','quick and pleasant. normally I wait to the last minute to see a doctor but my staph infection on leg needed treatment before a trip. Thank you Akunyu, Agnes, Joey, Lisa, and Sindi at signature care.','2017-05-19 07:05:36.042000','2017-05-19 07:05:36.042000',5,'Marcos Ruiz','https://lh3.googleusercontent.com/-vmaPxUpbrrI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnGtUPPcsR4FNds9htavbAsxrJ3Hw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41051),('AbFvOqnhtTzlxgIqKyd_AV2THBv3BgRxn8g8S4An8uHBGoyMCk4EzsO2FQdIzOXoGstjVOB6x78b','Great place to get treated for any type of medical issues. They each care about their jobs and patients. None of the Doctors and nurses are the same but all are loving and caring. Thank you to Dr. Jones, RN John, Angela in registration and ER Tech Dorie for making me feel comfortable during this pandemic.','2020-09-16 01:22:52.840000','2020-09-16 01:22:52.840000',5,'Xavier Clark','https://lh3.googleusercontent.com/-xFdc2NMg994/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucknaJ8Y6FJmkw9KFyafahX57lQMMg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38990),('AbFvOqnHU_JWsRqj1OcTjehB3mt-IXDotVWNnA1Ixl-SI7VhPp17JC36ax123h_wiw9oQCdO5rG5vw','What an amazing place to get emergency care. They truly offer you world class customer service. You are not treated like another patient but family.\n\nI’m new to Bryan-College Station area and was in desperate need of an ER. I wasn’t sure if they could help me with my allergic reaction - but true indeed Anthony delivered concierge service. He showed empathy and assurance and I felt great to be there. I recommend this ER if you want to feel comfortable and assured that your getting the best treatment this is the place! Even after I left - I had a couple of questions-I called and Anthony was helpful right away! He even sent me in the direction to get a coupon for my medication - this is a clear above and beyond for your patient! Again being new to the area I didn’t know what time pharmacies close- Anthony educated me on one that was 24 hours! Way to go!!\n\nSigned (one happy patient)\n\nLakeishia Dunn (new family member)\n\nšŸ™ŒšŸ½šŸ’ŖšŸ½šŸ‘šŸ½','2018-08-25 23:23:01.555000','2018-08-25 23:23:01.555000',5,'lakeishia DUNN','https://lh6.googleusercontent.com/-k1TT5DhldGU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8lPDBphfckLmliIvuW-lG6fkpEg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35214),('AbFvOqnhU7hOYV5r8XggdSmt92tl5Z1pajcmJlDySay1K7zOMbv-ae5j4NKv_1KQna8z4_sMNmPPUQ','Very fast and good service','2018-03-16 13:11:48.190000','2018-03-16 13:11:48.190000',5,'A j','https://lh5.googleusercontent.com/-mLJm6fSThNA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckjwuUp7DWoicACyd8iFlmCgmbgnA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42757),('AbFvOqnhuaJYzjHdwHkXAhna_Wlw_wB7S2RpxZEu9dXC4aoCLi1JnLYiWFCwEz1Xb4zdVsGJ18WHVw','Staff is very friendly and informative. Speedy check-in! No lines= no wait time! Was seen and discharged in less than an hour. Highly recommend! Thank you Dr. Pham, Alvean, Marcus, Vanessa and Keith for taking good care of me!!','2019-11-19 22:57:01.498000','2019-11-19 22:57:01.498000',5,'Sharon Garza','https://lh3.googleusercontent.com/a-/AOh14Git01laCq1Vj8Xcy-x5xz8HmNbOkUnX1Lusu5aT=c0x00000000-cc-rp','16389487648212004696',33714),('AbFvOqnhuDAApIht4OKQFMoeP0Fpg8-Szl2AFkvyHV_4LHWl3JsSEEvuwErJMG0RTXXoX3MfFUknJA','Quick service, incredibly friendly staff from check in to doctor and nurses. Room was clean and had tv for entertainment while we waited.','2020-10-10 03:17:07.587000','2020-10-10 03:17:07.587000',5,'Miranda Tyndall','https://lh6.googleusercontent.com/-rNw2R1uNnk4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucliyrpoUX6yixltbH7mRP5rwX16Ow/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38932),('AbFvOqnhuGGPG0kHr5XBQPxhFfrknvQKHCjjbcOivjeneLzLcGu-Xqtfgx0hM-PpyOXGXeZR3rfmCA',NULL,'2020-11-22 17:37:01.377000','2020-11-22 17:37:01.377000',5,'Kandyce Campbell','https://lh6.googleusercontent.com/-LOOQZ_WZMUc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucluxOkFlZrUnlST473xqwRxLELusg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32900),('AbFvOqnHuGNtNCJI0Elo4UZ41fe9A_9CCokuipepVrYd_n-raHq2ILCA_a-wUOOtQVTDIWAKPJ1H',NULL,'2020-12-29 20:09:03.065000','2020-12-29 20:09:03.065000',5,'Kyle Mathes','https://lh3.googleusercontent.com/-JPu89IUhm1Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7wo1LlQa8KIw6T-_IDBeTv-vuiQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',44073),('AbFvOqnHUgX1mjeqCuOmRvlSe_c7GS0xDgNUVw1sYrWJOdGyCX91OUH8i7arPDWcd6Dt3O9TABb6','The staff was quick and friendly. They showed compassion and care when dealing with someone that doesn’t like needles.','2020-08-15 20:35:26.056000','2020-08-15 20:35:26.056000',5,'Rachelle Borgman','https://lh3.googleusercontent.com/a-/AOh14Gjk1txu15n5w-bksCvxH4AkTdpAllE79cspkZE1xA=c0x00000000-cc-rp','13486358490203335051',29321),('AbFvOqnhuHAWiISymdKYdovnvrhfyoDh4PmTIcBx3TMqLmyLOztr4xvYNfR2CS3z-BkR5NprumUb1g','I had a great experience here. I came in and the front desk was very helpful with answering my questions and getting me back to see the doctor with little to no wait time. Everyone was very friendly and I was able to get in and out in a timely manner. Would definitely recommend to anyone needing quick energy care.','2021-01-20 01:27:35.297000','2021-01-20 01:27:35.297000',5,'Danielle Lyday','https://lh5.googleusercontent.com/-tZgFVHmpms0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck5mR9tIghoXZifhjxUh8dQVD3bEQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',44678),('AbFvOqnHUNwgtbV7j44IjKewdIyIuioeuz1I6GpFl1_lgEXKDy_9yiej0rT-WF-VBAYG9iaqv8hVcw','Front desk staff Kennedy and Lorena were friendly and helpful. Nurse Jacob was great!','2020-12-13 22:52:06.190000','2020-12-13 22:52:06.190000',5,'Gabrielle','https://lh3.googleusercontent.com/a-/AOh14GiD_2KbVe4-ZLopxK1fPkK4sHNYBhYTxbSX1MBDbw=c0x00000000-cc-rp','16590124370714063921',34033),('AbFvOqnHuoyjBkWACN-_GrBtbMzgkguKUsggYdka1kHyMLFrnJZz_Xv8NfVsnFoH6UrQLmTS936F','On September 5 2020\nI had to come to the emergency room. My heart felt like pressure was being put on it and it lasted for two days. The doctors and staff at this location are absolutely great! They had me stay over night Incase I had a relapse. But everything turned out great. Thank you for being so calm & caring. I’m thankful I didn’t need to go to a hospital and that I was able to get it all fixed at this location.\nšŸ™‚ā¤ļø','2020-09-15 15:32:36.172000','2020-09-15 15:32:36.172000',5,'Gabriel H Stockstill','https://lh3.googleusercontent.com/a-/AOh14Gi0Nsgmbr3TcDUe43Fnukswz1rr2LtYAkWbBWbGzA=c0x00000000-cc-rp-ba3','12541597562633926366',28547),('AbFvOqnhUOZCRTTwes2TGxrXbfo5cHSszmI--9wojePt6jTpk4nc2s87fgprMAMLU_yTfu5XSS6-Xw','Was a great experience, very helpful, thanks to Dr.O\'Malley ,Alvean, Marcus B.,and Jesus.','2019-07-17 22:30:33.773000','2019-07-17 22:30:33.773000',5,'SilverFox72 Gaming','https://lh3.googleusercontent.com/a-/AOh14GiGrQ_RahXR2D3qlIw_v9gUvg-8Qwhi-QpEgv9G9g=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqnHUQv6HOeyglvAL2L993zZOe1PftkM0gVOXlYyeZBKgfTQpWRXW5ss6rLXWevhc78kOJuOkw','Great experience with Jessica S at SignatureCare today! Very helpful.','2020-07-21 12:17:09.599000','2020-07-21 12:17:09.599000',5,'heather Sutherland','https://lh3.googleusercontent.com/a-/AOh14Gj7CTCN-vI-uCK4wwcaLK0Aw6JJ4ORs1XiRj0zeSw=c0x00000000-cc-rp','14748677429039074158',31897),('AbFvOqnHVDwxfoVhhWqJtL3UWCxLg83jZ0Xh_mRsHg73XMQ9f6sRx1gOA3Mm4HIL-ZsmD-dxA0_Riw','Awesome Job doing a cleaning of my ears. Doctor and Nurse (Robert Cindy, Dr Ding) did an amazing job and would highly recommend seeing these two specific people !!!! 5 Stars super happy!!!!','2019-07-08 02:02:02.906000','2019-07-08 02:02:02.906000',5,'Raj Kumar','https://lh5.googleusercontent.com/-M5QwzJ_Jnss/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucky5XkM7622DdpTvGJQT_pF11q3dw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36739),('AbFvOqnHVrTFQ-JnMytjczoUgXc_l0ZCaxZLnaPOlazUdbiuOfD0KSTG-nEfGQ2-yKCQpZwdoonl','This was such a great experience! From the check in to the care. Alvean A. Was very nice and answered all my questions. Patricia C was also great. I would definitely recommend this ER care to anyone!','2020-01-16 20:19:39.187000','2020-01-16 20:19:39.187000',5,'Alexander\'s','https://lh4.googleusercontent.com/-beJbNyvk6-c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckqj4yALHf0O1WygeknNejdOyNcRA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33498),('AbFvOqnhvWnKX7IKERooEqPzsutGBVdFlbKkUXJeYYCrVL1Y0bkYS3p6eWr-V7YakbctR7YSxUksrw','I came in for a injury to my ankle and the staff tended to me pretty promptly. The Doctor tending to me was Dr. Harjai (if I spelled that right) and he did a great job diagnosing me. The other staff members, Anthony the RN, and the Tech, Rebecca did a absolute fantastic job making sure I was comfortable and made sure I had all the knowledge I needed to a safe and fast recovery. They were quick to assist me in anyway I needed and in the event of an unfortunate accident again, I will definitely be coming here. They treat you right and with respect. Service with a smile is always a win.','2019-08-01 23:57:43.412000','2019-08-01 23:57:43.412000',5,'C pecina','https://lh5.googleusercontent.com/-IoQICuHkwI8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmbP-0G022HqtP0CH8zXXVVPJcxWw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34739),('AbFvOqnhW17T4a5O99vc_bZDaCm2dd9zFYcCmRfP7OQJJvCGEjqmSLiDrpsZr-uvDdW1LRWJDLI8mQ','Cody & Nydia were great nurses that take very good care of you!','2020-08-12 19:09:20.361000','2020-08-12 19:09:20.361000',5,'Izzet Escoto','https://lh3.googleusercontent.com/a-/AOh14Gg6yP84NHon4orRQinoXqmRfSlDYT1sQuC7pz_eDw=c0x00000000-cc-rp','2077061009497551125',38607),('AbFvOqnhW3vfZD60M2O_LtK1gZxvlaZtfRMXjODz0eEH6ER349nZ-iMs06WTUg4_mi1_rX2n-yRPtw','I came in highly concerned about my overall wellbeing and instantly went for the urgent care near by. The staff here really helped to put me at ease. Delicia was warm and welcoming.\nDuke and Waldo were friendly and reassuring and made the Testing and X-ray portion go by with ease. Dr. Chukwuma was quite informative and put me to ease overall and helped with proper post-check medication, making sure I was all good to go.','2020-03-18 22:54:47.851000','2020-03-18 22:54:47.851000',5,'soha ahmad','https://lh3.googleusercontent.com/a-/AOh14GiN9lIqHmDfwz50W8UimsW7XIc6uhRhrPDxbxSA=c0x00000000-cc-rp','8679688254631342173',42380),('AbFvOqnhw5GJeceFAcQXW2p-E_PJOnuDaByVU4Enyeuj_w6L2ES5TzELH3dsTdF0x-YbwHojfyAM','I absolutely love this place! They are so helpful, I\'ve never waited, for my daughter they took us both times into the paw patrol room, definitely captured my daughters attention. The very first time the staff was amazing, one nurse held my daughter so I could fill out paperwork as it was incredibly late at night and I was clearly frazzled, the 2nd time the doctor (DR. HEMERKA, MD, JOSEPH N) was amazing with my daughter, he figured out what was wrong with her and was incredible with her, also never touched her without permission which I loved, if she\'s super sick again we will be going back there','2019-12-11 04:52:05.159000','2019-12-11 04:52:05.159000',5,'Mikayla Bynum','https://lh4.googleusercontent.com/-6hEV-dlDTn0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnpZWmsMVeC55dTC1XDeBx3MlrbwA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39192),('AbFvOqnHW6tXukwNzMpfpo2zr5vbUSqgA3xTzfMv0HLPL2FUI5-6l82DosczjXoYHu58kk6qCFYt_A',NULL,'2019-11-28 20:35:36.649000','2019-11-28 20:35:36.649000',5,'alexandra ortiz','https://lh6.googleusercontent.com/-RAIBnyumcLc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmpEwg-Yya7UYAC1ps4xbwXy6nIXg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33668),('AbFvOqnhwEk5Tro9OvrdDIIhD6of60GP1KnEtwUHpFP2kMoFOtP7XvlEQWGVEvRCzCouhi4X5pVn3A','Was here with a friend! Staff is very friendly!','2019-04-04 14:06:09.836000','2019-04-04 14:06:09.836000',4,'Kendall Johnston','https://lh5.googleusercontent.com/-zlWsu6YLdsg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmHsI_h_zr0RHI3A28SyG8hjFlHGQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39367),('AbFvOqnHwg93pEy4KRmJXeSV4VWpnR3lGY47IJJKzmM15LsC2DQ4jAYoLym0NWAutKeCpxdHQuDg','Thanks to the doctor Henderson , ER Elaine , nurse Charlotte ,Tammy & Jennifer to take care of us and answer all my questions .Also to the registration ladies at front : Haley ,Asia & Evelyn being so nice and help me to fill up the forms with out any problem šŸ˜‰šŸ˜‰.\nIf you need a quick results this is the right place to come !','2020-11-10 18:41:19.155000','2020-11-10 18:41:19.155000',5,'Lucia Contreras','https://lh3.googleusercontent.com/a-/AOh14GgRIE444fBfU2hqsVWuk5kfGc-w--0YqrH_pkez=c0x00000000-cc-rp','17898197009688164559',37448),('AbFvOqnHWGmn8Pc8ilBke1WXtclv4nq69q5io7IAE0yWjNi28jruu7GjEh98kXVX0-BkD6_P6CLuHw','Everyone was very professional and was very nice. I got signed in and seen immediately my wait was less than 10 mins , maybe 5 to be honest. It was painless to wait to be seen by the doctor she came immediately. If I have any more issues I would definitely be going there again.','2018-09-20 15:56:24.936000','2018-09-20 15:56:24.936000',5,'Samaris Smith','https://lh3.googleusercontent.com/a-/AOh14GjwO-JWwqWGAKyfZ6-kyGVgp-iD7dTLV2x14qoW=c0x00000000-cc-rp','8918455867446117794',43361),('AbFvOqnhWOJik80pok48iSEYvrLovMfuAnxuZePRIho8PYrtytgtJNVREPHriA3_4wuOIDM2mE504Q','We had an appointment for COVID-19 they did a very good job. Very friendly staff and answered all of our questions. Jessica S was very helpful and answering all my questions and was very professional.','2020-07-20 14:26:28.449000','2020-07-20 14:26:28.449000',5,'Farid Kara','https://lh3.googleusercontent.com/a-/AOh14Ghvp05iiFeiWNvNcdcA_Qtj2-DSCX_kD3cCeUOqZQ=c0x00000000-cc-rp','14748677429039074158',31942),('AbFvOqnHwQ-qsHT_sxtmG7ASCEEnif_75uIQxKCCEdeDqxYM2D7yy2CuIecLvuixolKRlFInBtkjcg','Very good service by Anothey and J.R and the entire medical staff.','2018-11-28 14:12:33.990000','2018-11-28 14:12:33.990000',5,'Ashely Hernandez','https://lh4.googleusercontent.com/-jyTVILSHdWQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucns9RvJBnbg-s2xanAXcfWNp9rmyg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35088),('AbFvOqnHWqQKd2cqhNi7HnIy2W6FIqgf_PMRbmrRiWlyM5BbXjV8tWyw8Jd8hw7_CwGx8a3A345e','Great experience once again! I’ve been here a couple times and each time is better then the last. Chelsey was so helpful and sweet and Clay was great with the X-ray. Dr. Dodd was awesome as well! Thank you for your care!','2020-12-18 20:33:26.249000','2020-12-18 20:33:26.249000',5,'Sandy Skaggs','https://lh6.googleusercontent.com/-w1U_bjP1qgE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6OQfS_5gBOCdPW5loUDZ48p2isA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',44545),('AbFvOqnhWsEM2nB_x5ndQE0vhQbJIRRGjHCWkDgDTlnZ2uPGDlyerHAiyByJrOcgMMVhYcjkLTvYqw','Best Service Ever Natalie was wonderful Kelly and Stacy were so empathetic and Dr.Hehman was awesome!','2019-12-30 22:02:38.593000','2019-12-30 22:02:38.593000',5,'Val pickersgill','https://lh3.googleusercontent.com/a-/AOh14GhMv5cRxRiVcOPpWQ4zsHQ9ZniErLMOp_i3P3r_=c0x00000000-cc-rp','8918455867446117794',43150),('AbFvOqnHWxvu1p48CSVF-2iAEypB6KZ_B2xQMoTuuwVb2q0QwUdvGAPUND4fM7GRHcVIflrDyWm79g','The whole process was really quick and Georgia helped relieve my nerves about being tested!','2020-09-29 01:55:47.838000','2020-09-29 01:55:47.838000',5,'Ashleigh Robb','https://lh3.googleusercontent.com/a-/AOh14GgJMWN4EAQmSAtsj0HuvcqioilIOTkC8xcbO0gDTg=c0x00000000-cc-rp','14748677429039074158',31604),('AbFvOqnhx_jgjOU7ERdXQxl19mVMqcattlDGJatf_qKtKp3ZWycZOUp6mrNEIwds2hHHkwG4TiXVJw','Tiffany at the front desk was so welcoming, made us feel safe and that our needs were their priority. Jubril was knowledgeable and took care of him efficiently and with great expertise. I will go back if I need their service. No waiting!!','2017-10-14 18:46:41.632000','2017-10-14 18:46:41.632000',5,'scherleen williams','https://lh6.googleusercontent.com/-vWFe-Ba37x4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclIDcQdcERe6OqkyRitGF7jS6a3tw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37049),('AbFvOqnhx4-BAHd3a-RLbLgJuQ7NzKFfsyl0w93QkDkE1guG2lLFnW1edizN6No6SInE6_JA1QHVXA','They always take good care of me plus i love the atmosphere n the smiles','2019-10-09 15:26:06.360000','2019-10-09 15:26:06.360000',5,'Lashan Hicks','https://lh4.googleusercontent.com/-9MOrcoIN8a0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnwTwGo_cPMvsKiCuvv5srJKJKC8Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33894),('AbFvOqnhX4uGQ_07iWfs6eayNsZVSWjsRcfdVsfz-hWq36kpXb8PH7Lve95OiStVzstLztMeCNWGqw','Nichole from registration was very welcoming. The nurses Amanda and Madeline were very knowledgeable and the techs Briana and Tina were both nice and helpful. Thank you guys for your quick and much appreciated service .','2020-11-01 20:11:37.286000','2020-11-01 20:11:37.286000',5,'massiel alvarez','https://lh3.googleusercontent.com/a-/AOh14GjhFSVTX74OQ3dzphCASEDpuOJhf0NpaX9Q1udGfKs=c0x00000000-cc-rp','3511292162159714121',40084),('AbFvOqnHxAXmC9NlxXjndnusNqTSHxulum9E889mPuo7EZmn27DdSsXtf6TtApQfPsqkO1VO95AF','I love this place it was very nice visit. They were very friendly.','2020-07-28 02:42:23.100000','2020-07-28 02:42:23.100000',5,'Jenifer Osorio','https://lh3.googleusercontent.com/-Yvgdd05NH68/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmAiRNUB2UgEcV-bdTnbsGL5ZPRXQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31852),('AbFvOqnhxcqyrVohqPbRXv_ug8SusH0TQbPzr1uVGzBf5ZET31EXisxUVvGJWHGJaJN5kVdOi2d5pw','I had been fighting a cold going on a week now that just wasn’t getting any better so I decided to take myself to an urgent care. I found the Bellaire location to be very close to home so decided to come here. I’ve heard nothing, but great things about this location and I have to say that I completely agree. From the moment I checked in with Mary Ann I felt welcomed. She was very professional and explained to me the process of registering and what was needed from me. After a while I was called into the back to get my vitals and even the staff was great! I was seen by several people Blake, Yas and Doctor Ding who were all incredible , but I must say that my favorite was my rad tech Sonny. He was very attentive and had me laughing a bit, which eased my discomfort. The wait time was very short and smooth. I would definitely recommend this place to anyone should you have the need to visit an urgent care. I don’t normally like hospitals, ERs or urgent cares, but if I have to go to one this is definitely the place to be.','2020-01-28 21:28:39.899000','2020-01-28 21:28:39.899000',5,'Raenada Mason','https://lh3.googleusercontent.com/--DNwt-PHJAA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclhnCYmZE_9D9rKmIla7eyZx1HRhw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42473),('AbFvOqnHXiDv4bwCrK8rkyIVUrCFzm2HjKPtMMDN-UnuaplOPUjeX-Lu4ofgkpLEJ-1mF3IsBeaC-Q','Dr.omally\nTroy\nJessica\nMelissa\nEveryone was great to my husband cause he don\'t like doctors visits','2019-07-16 00:45:02.771000','2019-07-16 00:45:02.771000',5,'Tricey Mitchell','https://lh5.googleusercontent.com/-MzhmSLQLFck/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmtiz5X0nl5sKpzHjMl4j3V9XNbAg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnhxvrEK8efdCn5kDOsQ3rJq0Dr62OdovFJ60QLNChEdey94CnoWJI3EDvfmIpsOEAEOhn_','One of the best experiences I\'ve had at anyplace ever. Everyone was friendly, knowledgeable, and frequently asked if we needed a warm blanket or water. Their bedside manner was top-notch; I felt at ease and not-so-focused on the pain I was experiencing. Simply wonderful.','2017-04-15 22:02:54.066000','2017-04-15 22:02:54.066000',5,'Florence Wilder','https://lh6.googleusercontent.com/-M_4cIy_5vAs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmfQ0LmapmU-Ef8XlNp4IPxHC4Apw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41073),('AbFvOqnhxYC16ON4f2lZzicg0sq8sBiviLOn17dscgRsfMES1yv3Mq-_7U5eb4cvEmZp3Cy1CiLk_Q','Great experience at this location, fast and friendly service. Christina R and Clay R were specifically great - made me feel comfortable and at ease during a stressful time','2020-11-09 14:23:05.488000','2020-11-09 14:23:05.488000',5,'Andreas Soto','https://lh6.googleusercontent.com/-N7hLtOf7xeM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck3FABGTtgZCIWNe5jCYpxjn89FaA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35610),('AbFvOqnhYaoMEqvwgXTVJBzti0pxnExqPekqmVeErUXeNFkKY2bcoeXT6mLHV6Iv2t3K-Sz3PCU5Jw','Went the Texarkana SignatureCare their staff is the best, every time I\'m in I\'m out no problem. They are very compassionate and treat you like a human not just a $. 4 years ago they saved my sister\'s life and as long as they are here thats where I\'ll go. Mandi and Morgan were so nice!','2020-12-15 21:09:35.394000','2020-12-15 21:09:35.394000',5,'Carolyn English','https://lh5.googleusercontent.com/-jKl-mFeUK8c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclSk3Lnco3kmrwQqGWwpsk3ii_9dw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39392),('AbFvOqnhYjP8djsYlq3_fhuFw-SHrw9OCE3qI1ctCtxsDK9RXlbeUEN3eLQVnalrrGgrtv6RA4KCBw',NULL,'2018-04-23 22:48:34.302000','2018-04-23 22:48:34.302000',5,'Kesia Barrows','https://lh3.googleusercontent.com/a-/AOh14Ggl748p8SHgCNqE5yriMDzECjFhFvNZkHHTHVo8LQ=c0x00000000-cc-rp','3511292162159714121',40942),('AbFvOqnHylLFW8Al_NM-43jdl8fh0uUl661xfr_QS7npBB0phtl7YAbrFdcygB-DsD34rpui8TXrDg','I went into this clinic in the middle of the night last week with severe abdominal pain. Nurses Ian and Towsend and Dr. Miller were competent, skilled and compassionate. They diagnosed my problem and arranged for transport to the hospital with the utmost priority being my comfort. I would highly recommend this business!!','2019-01-12 16:49:13.421000','2019-01-12 16:49:13.421000',5,'Bette Whalen','https://lh4.googleusercontent.com/-ZANBK7v9MXI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclb50KZKH_F3xMt8jp0zmPS9hKlwA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36295),('AbFvOqnHYQlnUcXousnilBW2f4No42PVIjwUoOj022ZwDNtY8lGZLs4YvNeXNF-butzyaMN5Bsjn','We had a very good experience with them, they were all kinds and very attentive... Have us plenty of care and was very prompt...\n\nThe staff are as follows\nRegistration is Ashley S\nNurse is Blake H.\nRad tech is Dr. Ding\nER Tech is Rick F.','2020-02-01 23:49:17.826000','2020-02-01 23:49:17.826000',5,'Randall Hicks II','https://lh3.googleusercontent.com/-OtWd45-UXV0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckOl1gX67t3vOaDpKUDLAKB2V_y1g/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42461),('AbFvOqnHYRPPvMz0rRXstSvkJ7G19xQr6_cvLCkVcJqel9T5kvsFjHIo5Qhrxe91OGpD4IEfweHoPw','This is place is the true meaning of customer care. So happy that there are places that still really care about the their customers!!','2017-03-11 23:51:00.827000','2017-03-11 23:51:00.827000',5,'brad hullum','https://lh3.googleusercontent.com/-uoAfCNy0qzI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm_C0pnEiKkgVTfJuS0yDaqJGRPxQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32714),('AbFvOqnhZH8CtCZWrFcph-ZDAJZUdigDCW0QqwvKz_2GGeZOhqZrIRRNTgAdRWtll5xHOYOjVsngjQ','Awesome services','2020-02-26 21:58:10.604000','2020-02-26 21:58:10.604000',5,'Tylandria Braggs','https://lh3.googleusercontent.com/a-/AOh14Gi16kLYpKJgCTf-_6Cv9sXeAn-oFUqmQePViqzOBw=c0x00000000-cc-rp','12541597562633926366',28684),('AbFvOqnHZK-c9IRFzBOfvueHYLC7j-v-yYj27JMAhKORBEGZCZXLIDXfE-jGitDpsVi9LLi4sXOj2g','My visit was great!! Keera, Selina, And Dr. Baker were really nice and helpful!!','2019-05-30 14:35:41.367000','2019-05-30 14:35:41.367000',5,'Amber Porcelain','https://lh3.googleusercontent.com/a-/AOh14Gi0YqBOiYzW47Bp8oLVSyu_BhoA6js5tgDV394r=c0x00000000-cc-rp','17394740196501090048',36781),('AbFvOqnHZUGwc_b1f22-vx5R4IFh6HzwmXrAGHDUmFVMVPpQQXjU5nLWUexlQ0Ut_VgdpjumWUeyPQ',NULL,'2019-01-04 00:32:09.962000','2019-01-04 00:32:09.962000',5,'Xochi Allen','https://lh3.googleusercontent.com/a-/AOh14Ghc21m2Iaf1vMQlOgfX4KBh2MXkLTKQzv-J_Uvz=c0x00000000-cc-rp','17898197009688164559',38339),('AbFvOqnI__RtsnD66vI0QdTNFx-ygJ182JA2zWEoRRpQmuYU4SG39n9U90R5ubQSO80pDbIqiLW-KQ','Great place to go for emergencies. Friendly and professional.','2017-12-01 12:13:00.628000','2017-12-01 12:13:00.628000',5,'S Taylor','https://lh3.googleusercontent.com/-1OVo8iUDxSM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmMX46enqKrSVmf04Wqgxj9qNkPRA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37027),('AbFvOqnI_4GYO4iMO9qdsNmUy5BxfRawyQzE5TWgH_V7ctHEhks7yJqYRhLp4FMu38nm6se5TZw3','I had a great experience at SignatureCare Emergency Center in Pflugerville! Brenda, Nydia and Dr. Rose were excellent and all of the staff were very caring.','2020-11-14 19:45:47.858000','2020-11-14 19:45:47.858000',5,'Suzanne Ashlock','https://lh3.googleusercontent.com/a-/AOh14GgachvtMaZAit4KgUCfoVAYDwmEsOYvHMYNlk3vrw=c0x00000000-cc-rp','2077061009497551125',38429),('AbFvOqnI_y8qduv9vCQOohmzmTjJbCgsLxjpVTPqtzbnF2xoBaqnR63fH5EJFVw-5RPDIW2NGzdABg','Came today for testing, had all the paperwork emailed to me to print, fill in and bring to my appointment. I wasnt in the facility for more than 10 minutes, got my test and waited in my car for results. Cody and Jd took great care of me. This was my 2nd test. First at another facility and this was a much better experience overall! Definitely recommending to others for the rapid test!','2020-08-03 17:14:20.437000','2020-08-03 17:14:20.437000',5,'Katie Moore','https://lh3.googleusercontent.com/-8KEfT-5PH4U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckTLBDYLIwU4kN0HdtJHs1_k3l2YA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38663),('AbFvOqni-8Sa56sOpANugRJH_4nsBS2iLn8-znw-oTMajUFNX9y73dm5isGQVpI3VtE4J-M_6CU9gA','Dr. Ybarra, RN Katrina, provided awesome care!!! They was professional, clear directions and treatment! ER Tech, Cedric, Rad Tech as well as the Receptionist Thersa, all made the patient and my family feel safe, pleasant, offered snacks and very supportive at this location!\nThanks!!!','2020-01-04 02:43:39.296000','2020-01-04 02:43:39.296000',5,'Barbara Roberts','https://lh3.googleusercontent.com/-sS5_t1GfF_k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmyctevI79M18BQid59UqFOqUiEcg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42517),('AbFvOqnI-C4hLX_bLWasxD-AqFgG4Z5LTD4mso0y8PRPL27hKpg9_47JNLilgYFr72VR9j9-ix96FA','AWSOME staff','2019-10-14 00:25:09.784000','2019-10-14 00:25:09.784000',5,'Rosa Garza','https://lh3.googleusercontent.com/-VKloof5cnME/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclen7DQhPKpvM0wz2ozEt6Q3uT6Rg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29622),('AbFvOqnI-MdnXLwM77yI2waAnIu1_g1KEjROFMa7kA2HUOu5-7nAgtF6926wqHnfcqLNJ4TcQCkGgw','My second visit at SignatureCare - Montrose was just as convenient, friendly and successful as the first experience.\n\nThe Brenda R. and the rest of the staff is incredibly friendly and professional, making my check-in an absolute breeze—no lines, no wait times, and ultimately an easy check-out.\n\nAs for the actual care, my nurse and attending physician were phenomenal. Churia was attentive and inquisitive, listening to my symptoms and full story then relaying that exact message to the physician. And Fast forward to the treatment, Churia was caring and efficient.\n\nDr. Sylvester was collected and engaged, having reviewed the nurse’s notes, picked up in the symptom threads immediately, and respected my experience and pain through the process. His diagnosis matched accordingly and he prescribed the proper medication and regimen to get through this episode. He ended our consult with a handshake, which is always appreciated as a patient.\n\nAll in all, fully recommend Signature Care - Montrose for your convenient and local Emergency Center.','2019-05-25 13:59:16.789000','2019-05-25 13:59:16.789000',5,'AJ Franklin','https://lh5.googleusercontent.com/-T0pVa9SCCCg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl2qRDWkjK1ai5PtcMbs_HDRL70_w/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40556),('AbFvOqnI-v31iC5W5gf3KIU6H6qxWVj3fKneBJTGeAoNtYlDVpDV_r7-VX0xun2Tg8oyMxWIgxSjXA','Very first time at a Urget Care, super friendly staff. clean environment and waiting time was short. Thank you ! Will be coming here incase of another small emergency.','2019-07-27 01:36:55.728000','2019-07-27 01:36:55.728000',5,'Nancy Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GjTyKyyCx9_H1HXoyrZTsWZsaevifzp_QPN8IpWcg=c0x00000000-cc-rp','2694018788013845459',39297),('AbFvOqni0Q2PZJxR6vFvjm1Pn8Du9SyJZPIuHXyH_AUYE3_Uy7Y4onpHoAD4yVOK_K2tYruE_6mwzA',NULL,'2018-12-03 01:58:58.919000','2018-12-03 01:58:58.919000',5,'Marin Ivers','https://lh4.googleusercontent.com/-rHaffdgfN0E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclzQSd16xsjnTPVlyrcoSshd11OqA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35083),('AbFvOqnI12iQTrcnM3vpdHcEd6GHVeS0UZw7iDasLpn_MxJ0gFAyY-dwim9Eg-qSvXkIyE5ozpc5',NULL,'2018-10-21 17:54:24.078000','2018-10-21 17:54:24.078000',5,'Alex Hale','https://lh5.googleusercontent.com/-pHBDW96SLxQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl4CBqNVnkFWbGwLKTfi9uh7zaoFw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32533),('AbFvOqni1PIbmS1dvTE462Ox0e0MDFZti400YPk4nCGr1tHZ7iGDpyDB-ve9Yr2wAHq4iFENZvfoYQ',NULL,'2019-08-15 23:32:23.881000','2019-08-15 23:32:23.881000',5,'Yolanda Parramore','https://lh3.googleusercontent.com/-EgUz2ss2x6w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn3vrLGwPHtNJO30Hyt3nsi7aAR2g/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40442),('AbFvOqni2hFnh4_oXQXoDOu9nCcD9nmagx2lBOqjNeox3c5sOyedubn_VfTP01HIn5o-3J_mv2iN','Everybody was very nice and professional thank you very much Lacey.','2020-10-30 23:46:30.067000','2020-10-30 23:46:30.067000',5,'Andrea Doumit Isaza','https://lh3.googleusercontent.com/a-/AOh14GiMgup3nhnYrkuRi4w_6n70hUpCF0zbGkbvM8kl=c0x00000000-cc-rp','16389487648212004696',33038),('AbFvOqni3-4gg6oJgZ-Clc-P6dhGCwkYNcL3EHR2oDSCM17lKpqIJodp2uUsCt0AgWiuv3vu_ipt5A','Love this Emergency Care!!!! They took care of me from the time I walked through the doors! The secretary Melissa was very helpful with helping me with paper work and insurance information. The Nurse Ekaterim was so sweet to my little boy and Josh the Radiology tech was great with my son!!!! Doctor Hall was in to check on my son as soon as we came back and came back 3 more times to check on him!! I highly recommend them!!!!!!','2019-08-10 02:16:27.715000','2019-08-10 02:16:27.715000',5,'Danesia Moore','https://lh3.googleusercontent.com/a-/AOh14Ggv8iUFAcddUd3pgqFc0DYVazO6PrC1FFecn-hK8w=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqni3bO-MGBsmsDqbNT5w_tdjroIGvx6zCgU5pI9V-cSYl7JWEws6l4XFCfnyU9rsThz5qt-','This place is great, I\'ve been here twice and both times was a awesome experience','2019-10-26 15:07:12.079000','2019-10-26 15:07:12.079000',5,'Ashley Dent','https://lh3.googleusercontent.com/a-/AOh14Gjk329mOpYYeBNNwaGdCL799XRen0aeBHDmp3g5ups=c0x00000000-cc-rp','17898197009688164559',37922),('AbFvOqnI43anG1mn3a_2ylijLdzuSMdPR2CzdVyLLp8xadw5FB1aJk-eN2-DZJQ4h5MfUjpv8fpBYg','Dr. Werzanski, Gabe, Becca, Kathleen, and Lindsay were great. Special thanks to Gabe for being so attentive and caring. I received fantastic care.','2019-07-03 04:37:56.281000','2019-07-03 04:37:56.281000',5,'Caroline Bosley','https://lh3.googleusercontent.com/a-/AOh14GjTxZx9PZmQI_iaVlBpmVWEeyz8ZJMCDSL_al1cmw=c0x00000000-cc-rp','16590124370714063921',34788),('AbFvOqnI5ebLcbAZrIXNolgZGo0x4uKYcccQOUcQrugDiXa5pGnsRPB53qJHn24T0ndQ1FL6MbTzUw','Thank you DR. GARCIA, MD, HABACUC D\nNurse: Irving M B\nRadiology Tech: Mayra L\nFront Desk: Veronica M.\n\nVery caring individuals that helped me get the assistance I needed. Thanks again and continue to do a wonderful job.','2020-02-26 12:03:15.826000','2020-02-26 12:03:15.826000',5,'gianni jackson','https://lh3.googleusercontent.com/a-/AOh14GhpMTdKEyzRkNekw6OiHU9ycFtBApck7zKrcT5L=c0x00000000-cc-rp','12541597562633926366',28690),('AbFvOqnI5RsuTWr-nTuJkWwtnKq0SjNcloFh7iGsg0vOr9y-evUJaV1rlCDrgMfaM8kgKeuE3o0J-A','What a great place to be for all your emergency care indeed I was 100% satisfied when I took my daughter there.','2019-12-26 12:35:09.622000','2019-12-26 12:35:09.622000',5,'Mark Amankwah','https://lh3.googleusercontent.com/a-/AOh14Ggh8Xn-v8DwChxSLv2tXIDSlkmrG_851JxCOH03iw=c0x00000000-cc-rp','2694018788013845459',39175),('AbFvOqni6HGjA7VL43D7kEbOsgd8tEeYwn2p1ks0lhKNCxDGaIWShJ3kS48OgC9Ss8oLCBny7dFzdg',NULL,'2020-02-05 02:41:39.981000','2020-02-05 02:41:39.981000',5,'chore 77535','https://lh5.googleusercontent.com/-q1t0ziUpf3Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTTDfxO-QEAXjSEzb7HQdenko09w/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41491),('AbFvOqnI6HqET8QQnPDxEr38CCizAGTkZQQTCGFs20eN9OuqFU1qP17yA7tRBMw1rATQPmNga4DcgA','Great place to go!!!! Doctors and nurses are so polite and caring of your wellbeing. It didn’t take long before I was seen by the doctor.','2017-12-01 13:05:43.314000','2017-12-01 13:05:43.314000',4,'Tiy Battle','https://lh5.googleusercontent.com/-POf32sbfX7g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmHIgtJPRVRXQtv8KZbQFCCZmzM3A/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37026),('AbFvOqnI6rydEbwrsLqCTwvHqWO31qRUNs-H-zy1CIqL9EXCa8qMGRDIJVDsGKa2WpLxbSJfHCc7Cw','My wife went in with multiple cuts from our front door glass. Dr. O Mally was awesome in how he made the sutures!!! Very capable and completely competent doctor. The best that I\'ve seen in my life... I\'ve had nothing but bad experiences at hospitals in this guy changed my perspective. Great work, Doc ! Thank you so very much! Sean the nurse was also great too!!! These are two guys whom I gladly would pick in a critical situation... The nurse, Graciela R was a complete wonder, great person. I was not allowed to the back at first with my wife and was almost panicking with worry for her. I went to the back and she completely understand my situation. All around the best experience that I have ever had in a hospital situation. These folks are the \"bees knees\" of ERs.., They are the best!!! Thanks again guys!!! God bless!','2019-12-07 07:56:42.824000','2019-12-07 07:56:42.824000',5,'Alfredo Garcia','https://lh6.googleusercontent.com/-dvTx_mmGyyo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZB3bQuoW7jaZ7He1ZoH1j27sLRw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33629),('AbFvOqni7_4izalLPdWtYYgkxL6_NgQHEMj2x-arpYam_UJI-JkQaz2R6unQ2rt2D6Nm0QaqgnqwEg','Jocelyn thuy Marcus alvean they good people and Care about you','2020-02-12 15:33:37.961000','2020-02-12 15:33:37.961000',4,'Luis Palacios','https://lh5.googleusercontent.com/-oMT7rojLw6M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1nh-aCVsssDF_GYj9nl07HIQpDQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33375),('AbFvOqni7D6cELisoXqw7mR0OIrLJAYfRQKXZkjZh4i8WKirJhyh_2l-M_18eZbWQWmp7vhH0TT4','This is hands down the best Emergency Room I have been too!!. Loved it. Service from the receptionist and the nurses/tech Genesis, John, Kristina ,and Mayra were all very nice and welcoming and Dr. Daniels was so professional, detailed and was soo nice definitely will be my to go to ER from now on.!!!','2019-08-04 18:35:04.131000','2019-08-04 18:35:04.131000',5,'Carmen Zuniga','https://lh3.googleusercontent.com/a-/AOh14Gh_veBYRfaTs4lbttXB-omUkxk65cufnNpby-s6TQ=c0x00000000-cc-rp-ba4','12541597562633926366',29058),('AbFvOqni7EcV1CiksSzBkshllC51cCpnyBn0kLGlFg4vFlUaywtczoL2YQ3TYB87Rini7MTYU8Fu6g','All the staff were very attentive and I was seen in a very effective and efficient manner. All the tests and results have been explained and everyone had been very pleasant.','2019-02-14 15:28:41.078000','2019-02-14 15:28:41.078000',5,'janel liane cala','https://lh6.googleusercontent.com/-C67HJyPll90/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckNVQ__Yif2LpboGhUPfS06EKOdGQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29905),('AbFvOqnI8KLRiKofUFYbwLN2yb0zh_tAJBgwCj4LABgbzy9epQ51J2dWHhtcu0HsybV2XhK4OnzP','The service here was incredible and very affordable. I suffered a pretty severe laceration to my knuckle and ended up here to get stitches. Facility is well maintained and the entire staff was very professional and accommodating. They offered me a blanket and a snack! Checkout was very quick too. If you have any kind of emergency in the Montrose area, this is the place to go. Dr. Yusuf was great!','2019-08-05 16:14:43.005000','2019-08-05 16:14:43.005000',5,'Anthony Arango','https://lh3.googleusercontent.com/a-/AOh14GiVlCW92HI99drPRfDSLDgJvrwIDcMRJ4HqsuEV=c0x00000000-cc-rp-ba2','3511292162159714121',40464),('AbFvOqni8MtRznziu6Lze0fubZH4bYmGBGnCYPjqvJ3QCJVLgakBQmqr6p-Fj1dCHvnABJScquuA','Excellent team. They have treated my son and my daughter on separate occasions and have always had a great experience. Attentive and professional staff.','2020-11-22 20:48:12.207000','2020-11-22 20:48:12.207000',5,'Selina Robinson','https://lh3.googleusercontent.com/a-/AOh14GjY8uZBQ0jYU4yAI_zhjAhY8cyEbgDweFOJE6t5DAo=c0x00000000-cc-rp','2694018788013845459',38888),('AbFvOqni8MXYNPU96A_8Qo0m5wNQsDvrXIKU8MbLfZV-wF_nYAs0JC0p5-om-vb-J28Sv_n4aVDN-w','I had a great experience! Everyone was professional but friendly and knowledgeable and the place was clean. I would definitely recommend this location to family and friends.','2018-06-06 12:55:03.897000','2018-06-06 12:55:03.897000',5,'MaryKay Cannon','https://lh3.googleusercontent.com/a-/AOh14GgxpD38kgcbkEDJiJJ5P8owy82Lt_741fqnlexhpA=c0x00000000-cc-rp','14567670160750071148',30829),('AbFvOqni96heYtoLfFqFtJmY9ZkhoyCLH5v2mRUiHXfG90xWVSgZnUC9-pOW9xekhplqPqsr0NOZng','The staff was a great help, I was seen very quickly and was out of there in no time. Anthony was also extremely sweet and kept checking up on me to see if I needed anything.','2019-05-31 21:37:34.442000','2019-05-31 21:37:34.442000',5,'Kazzy Alaniz','https://lh3.googleusercontent.com/a-/AOh14GjJIPYHYZ9H-LZDYDfrfvROc2O6TjwARZCINhxm=c0x00000000-cc-rp','16590124370714063921',34837),('AbFvOqni9aF_0mRgdf-d9lgkrpzJOn9MJhyxcxpjLFNQvcJvx7EtPfcMbZynWngydr-naEGXNNfn','Took my son to Signature Care. Anthony our RN quickly made my son and myself comfortable so he could check him out. I would highly recommend the ER Services to the BCS community','2019-03-27 17:57:55.039000','2019-03-27 17:57:55.039000',5,'Pryor Family','https://lh3.googleusercontent.com/a-/AOh14GgIqqZFVBNGCPSsOFxgubQOyzDY4yrzd3oiYcJ20Oc=c0x00000000-cc-rp','16590124370714063921',34941),('AbFvOqnIa3WTPaYbvDM4hno6nFnmh7QYg-oSpvw43dEZbnoKgdjKkTaXGrDojIXLtTEJOhRbr_5NLQ','This unfortunately is the 2nd time I am here this week. The first time this week was with my son who was involved in an accident. Doctor and staff was amazing and showed so much concern for my son. The 2nd time today for myself. As soon as I walked in I was greeted and everyone is friendly, I was seen right away, and let me tell you. I was cold and Marcus B. saw that and brought me over a warm blanket. Nurse Alvean A. Was amazing and shots were not painful. Dr. Pham was knowledgeable and showed compassion. Great team way better than traditional ERs.','2019-11-19 22:10:29.348000','2019-11-19 22:10:29.348000',5,'Veronica Pina','https://lh3.googleusercontent.com/a-/AOh14Gg4McvyAAnI72dly4siOUeoCqk2zVFLNmMHbPaAzQ=c0x00000000-cc-rp','16389487648212004696',33715),('AbFvOqnIACm4t-KTB9zYpoJi90v9VLk_oFicecnVtdnVqdEEVuyXcZigDU2CA3wdyj5F-LRN2s_Jvg','Great service','2020-12-26 20:37:05.866000','2020-12-26 20:37:05.866000',4,'Teresa Farmer','https://lh3.googleusercontent.com/-RNLaS48yd8g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnYAfx_W3VXv-sdwZLkyTAQATc2XQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43882),('AbFvOqnIAEznEJpVWEiN27DaFPEHVI-JZUklBa88kWzhEaz9buMsa_H1LGijpVgfB1XTI87bCU0E','When strep hit the family over Christmas Shawnda took care of all of us, making the check in process super easy. Christina our nurse made sure we were comfortable and Dr. Miller made the process as simple as possible given that strep test is no fun! Thanks everyone!','2019-12-24 18:09:15.126000','2019-12-24 18:09:15.126000',5,'Elizabeth Hughes','https://lh3.googleusercontent.com/-QvykbpgZJ98/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckGaR4kqLgVUB07B6iInMo5Nz16tA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36031),('AbFvOqnIaY4eZxsPOzgyRgEzxJ1a3PiwLawwiAO2ROzFlEsnXkwGXwWgiM1OTRePxkVq6lu7QVnD',NULL,'2020-11-11 17:11:56.222000','2020-11-11 17:11:56.222000',5,'Karla Marroquin','https://lh3.googleusercontent.com/--AsKfijtnLc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmMqUsW_upNkPYezjXS5STUvlB_pg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32154),('AbFvOqnIB9PBDbvdesXw_HhNK8pSxRuS5CNITO9_AKjTURxnZyVeTOqquC6bik0p2x4wFsX1rgebeg','Super helpful from the beginning. Nurse Tyler M. was very sweet and attentive as well as the Dr.A.Patel. definitely recommend!','2020-05-21 00:12:43.102000','2020-05-21 00:12:43.102000',5,'Nevaeh Lomas','https://lh4.googleusercontent.com/-pw2f_SXJo4c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnwk_YxKVleff52hnMTxt4Kt8WB6g/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36586),('AbFvOqnibddKtBg1R9BRN3H7qm7zMRmao9jDfCMPMNTXyY_7SHsK4VYFn0403wsjDY9Tuba4D9EfPQ','Very good urgent care facility. Amy in registration was very helpful in getting me the insurance information and discharge items necessary; Both Dr. Boester and RN Kelly were fast, but efficient. Having the flu isn’t fun at all. But should you need to stop in quick when you can’t make it to your primary physician, I strongly recommend this facility.','2019-03-24 23:30:36.673000','2019-03-24 23:30:36.673000',5,'Guy Williams','https://lh3.googleusercontent.com/a-/AOh14GhBxvQSMJxUIZVx7mVsO8LRg9bUWe5VQGW27xN6=c0x00000000-cc-rp','3511292162159714121',40609),('AbFvOqnibimUdbHMAiLIUyotilHR97k8nnqtK7_DbIoIfH4STvRgb-fyvPDFGscboxD5NrLsRnJt0w','Had a great visit. Quick and easy and the staff was very courteous','2016-11-11 12:34:57.390000','2016-11-11 12:34:57.390000',5,'Jennifer Neeley','https://lh3.googleusercontent.com/a-/AOh14GgwTSunOB9_p8bo7skAEv48zgFL-df-ZCNwf6oT=c0x00000000-cc-rp','14567670160750071148',31159),('AbFvOqnIBWFBscy9-BN63fX3vghYKPA6z6mB0bMlku4CzJZi4MATyEuNi8xN1kArV8K6Ml-qOO1P','Alvean Stephanie was really nice and helpful','2020-10-28 16:05:15.139000','2020-10-28 16:05:15.139000',5,'Kayla Sepulveda','https://lh3.googleusercontent.com/-bh8DsWrX6tQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnzvxmi9uIyL-cK1_rh59fG1BFRIw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33049),('AbFvOqnIbxQc0eOdpL5XPnfjUkrwhS04KB_LGklsu6mkzb_8Ukrb86jBJhRXfCAaeSA1Sxh_8ZjYYg','Awesome job','2020-10-05 18:17:46.276000','2020-10-05 18:17:46.276000',5,'JaDarrian Williams','https://lh5.googleusercontent.com/-LzNwniFGIEI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnSYg0lFJovT766LlXYasG1Cl_HVw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37523),('AbFvOqnicAUj5JfM7_tosiAcYtsoBaI2S3RrCqyZfVbR1drAEFkG7QvdzmppOoejYaJ4QTxqIHZbkA','Had a great experience! Came in and was taken back within 10 minutes and was taken care of by Valory. She was amazing and super nice!','2020-12-28 22:24:31.688000','2020-12-28 22:24:31.688000',5,'Madison Seber','https://lh6.googleusercontent.com/-1kZ_htOBojk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckHPjTBAMKKagH7Ylmg-AoyQCHy6g/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44068),('AbFvOqniCaxaFkIUviGC5y8zQuIHA2FHpU9F2AmydA2bU5uEZI_DXZ6DzHdZQopTbOaV9Fn9X1g-','I do not come to the doctor ever, for anything. But I’ve been having such horrible foot pain that I had to. When I walked in, Jennifer D was so sweet and helpful and got me checked in fast. And John was stellar at his triage skills and made me feel safe during my procedure. Matt is also a great guy and very professional.\n\nIf you have to go anywhere I’m Paris for mergency or quick care, come here. It’s amazing. I’ve never had such great care.','2019-03-05 15:54:35.078000','2019-03-05 15:54:35.078000',5,'Erin Montgomery','https://lh3.googleusercontent.com/a-/AOh14Ggy4O9xoiR4m1EE9ESWPgPzOlLsvZVEAFATFp3T4v8=c0x00000000-cc-rp','8626688543755174284',42129),('AbFvOqnIcdB4lvq4U7JNXyg0_yXvoeickqyHvsJC97RoaasA_pMtCqdg6clF3kcUFuXSvDcew0rKsg','My son went here and they made him sit outside sit waiting for the longest ..... Only to not attend him while he was in pain.... These are not medical professionals at all.... I understand that alot of people are sick... But all the more they should be more professional.... They are lucky my son did not die.. Zero stars....','2020-07-07 02:27:42.963000','2020-07-07 02:27:42.963000',1,'D. Reyes- Osorto Gonzalez','https://lh5.googleusercontent.com/-fBR6avrgcMU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclwJcqDKbommkC2q5TmmnhdfYmYmA/c0x00000000-cc-rp-ba2/photo.jpg','8679688254631342173',42360),('AbFvOqnIciUEhYv14rTdQU4CZS7NYgZiJciZLNave6HAH7wYYCejhCeCIXYoeJNVyj_ja8GP8Xgk9Q','Rebecca and Dyveliz at the front desk were very helpful and calming during a stressful situation','2019-08-30 01:57:34.917000','2019-08-30 01:57:34.917000',5,'Arianna Tijerina','https://lh3.googleusercontent.com/a-/AOh14GgJMZLGtLt2CczYhO4gHdunAvOPrg4nH5foWwqB=c0x00000000-cc-rp','16590124370714063921',34703),('AbFvOqnicn1mN0BCIRm9xixtrR-4wwmOb2VzQXrGmu9j7oOXd6NenRN9NY0YdyavhIPaK1tMk1BTJA',NULL,'2019-01-03 17:47:48.289000','2019-01-03 17:47:48.289000',5,'Preston Jeffery','https://lh6.googleusercontent.com/-dwkcF9iMQ7M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckUBWIBUoHUsvHFwdrRmm1AR-ir9Q/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42204),('AbFvOqnicXhyrrIUOxAf6M85mosDeimswL15ekKvinTAu7THzV2oSTaoT6F9QNxJFoamd7az4Dl_Ww','The visit to this urgent care was great. I came with an injured toe and left with no pain. The staff was very friendly Tanisha was so down to earth and made me laughed the whole time. Dr. Maudlin explained everything in detail to me. The X-ray tech Laura did X-ray within ten minutes of being there. I hated Emergency rooms but this place was awesome.','2019-09-06 06:17:45.764000','2019-09-06 06:17:45.764000',5,'Ali Smith','https://lh3.googleusercontent.com/a-/AOh14Gh9VR8IHYgo32RYxj_-LN1o_E30AIqc490xKw8Geg=c0x00000000-cc-rp','17898197009688164559',38004),('AbFvOqnidQpSruqcw4K53BptnvFQnBo8x7lQi-ig8107PhRpR1Ptrjmhc6Yu1MG5kriwPtOu4L35Yg','Dr. Ybarra and his staff were the best!','2019-12-21 21:24:24.790000','2019-12-21 21:24:24.790000',5,'Maxine Maldonado','https://lh3.googleusercontent.com/a-/AOh14GhY2o3yJzmJ39vzcHFQoZao0SDA9ygXBoaON2wQZA=c0x00000000-cc-rp','8679688254631342173',42541),('AbFvOqnidXwDg52r-w3Q61vFtEReKuFJCa1IIUioZUiYBRs8oKlnrOlZOeXlz4LXkMIxYsY7trTn','I went in this morning to be treated for vomiting and a little dehydration. Everyone was so welcoming, especially my nurse Manny! Although I don’t think I would consider myself an emergency patient I was still tended to in a very timely manner, they are really on top of it here. They even gave me two warm blankets and a gatorade while I got some fluids back in my body by IV. This place is my new go to! Thank you Manny and the staff at signature care!','2020-12-20 19:56:44.066000','2020-12-20 19:56:44.066000',5,'Katelyn Brant','https://lh3.googleusercontent.com/a-/AOh14Gi238DelaFWN8AEn4xtxNJzW31l3CnCm7MCCo-J=c0x00000000-cc-rp','6521947413723274945',43666),('AbFvOqnIDznho3EId4ifQvJl6Ai75UIW7dsefJkvJj_s-9ip1x3ttp8ENyzmOSJlveynCMtpFLbhhg','I absolutely love this location in the Heights. I’m not saying that I enjoy going to the emergency room, but after stumbling across this location with a toe emergency last month, going to the hospital emergency room is not even a thought in my head anymore. This month was my husband’s turn and he didn’t think twice about coming here. I thought it was so sweet that Sindy remembered us from our previous visit. From the moment you walk in to the second you leave, the staff is so welcoming, attentive, and professional yet relaxed in the sense that you don’t feel like you are in an emergency room. Definitely recommend this location to others! 😊','2019-09-13 14:34:36.343000','2019-09-13 14:34:36.343000',5,'Mayra Sanchez','https://lh6.googleusercontent.com/-sOOHFyQ94uk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucktmLwTlcovlcQtXu1O6P51kv0AFg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30463),('AbFvOqnIe7DAmQtd_nitlvvPK7yFTrFhcccSZCUrHcHtgS9OPZmQNJpDBEWyV4oAYsKeXaLz1Yho','I was greeted very nicely by the front desk lady, Vy T. I was then called in very quickly after my arrival and was taken care of by a very sweet nurse named Tyler M and an ER Tech namer Courtney G. Dr. M. Pham was my doctor and he clearly listened to my symptoms and told me about my diagnosis. My nurse and ER Tech were very nice and patient as well.','2020-05-21 23:03:00.113000','2020-05-21 23:03:00.113000',5,'A Google User','https://lh3.googleusercontent.com/a/default-user=cc','17898197009688164559',37611),('AbFvOqniEe7vP3y_fuZ9-v6UtCQ1fMrQGSTInfWvwKOM2dsfLm5KcVwl_i7uq4OduF8bFJGgn3dIiA','I have been to signaturecare ER twice so far for a rapid COVID test and it’s the best place i’ve gotten tested so far! The staff is very sweet and April one of the technicians was very sweet and welcoming! Her test didn’t hurt as bad as other tests i’ve gotten and she brought me some coffee afterwards. I didn’t have to wait in a long line they called me almost immediately after I got checked in. Overall great experience!','2020-12-29 14:42:31.443000','2020-12-29 14:42:31.443000',5,'Katie Drago','https://lh3.googleusercontent.com/a-/AOh14Gj6AjCS3UU_KLrhd5fR8aE06NJpopq8CRgLJyOi4Q=c0x00000000-cc-rp','14748677429039074158',44107),('AbFvOqnIeg0rsOJrR8waL8F3Hu_KL8wgE5XM3qQi4awZKuYTxe62Xsnc1rmCgFCYNK2UyBvyrekswg','Very nice staff when I came in to get Covid tested. I was treated by Gabriel and Christine and the trip went very smoothly.','2020-11-19 06:01:00.263000','2020-11-19 06:01:00.263000',5,'Karan Rathore','https://lh3.googleusercontent.com/a-/AOh14GhchKp0m750T8oGeNjSpwQ_gllPoNw0-DbOcIrF1w=c0x00000000-cc-rp','16891069708558046635',35585),('AbFvOqniepzm747TMdIgfKHfE2ZBIDAbXC0AP7Y5eJUln1Iqk0KxSEkI6XOniFmR0imZN6Ez_UCQ','Tanishia made the place very quick & friendly šŸ’— I will be coming back because she rocks .','2019-11-22 00:42:03.480000','2019-11-22 00:42:03.480000',5,'kayycee clark','https://lh3.googleusercontent.com/a-/AOh14GieOqbZ6V6OB2n8gEkPAbJiX8QavLEOrwNrhOXoWQ=c0x00000000-cc-rp','17898197009688164559',37857),('AbFvOqniEuNEu8DPV7kJVYIVZc6gr3_bgZKyaOvlRi04Dlu8l931sTVDDwz6UssB3zoyYsni1bugxA','All the staff here have the best attitude great personality, very sweet personal exelente xare thanks to Mrs tanisha W,Daniel B.LauraH.SarahG Dr,Henderson, mid. Thanks for the best services','2019-10-23 01:34:12.127000','2019-10-23 01:34:12.127000',5,'Berta Aguila','https://lh4.googleusercontent.com/-h_zXBZneraI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclr6o7hKJelhgW2FPJ7waxiRv7acA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37937),('AbFvOqnieypOKdXddtGAMhPxP7zwXSYo5Xleg3EmhLiVryd7AAdnuwtizCl8vPUfWZO7aFpmPz3Qyw','Clean, professional office with no wait time and quick quality care. Lindsey and Chelsey were both really sweet nurses who made me few comfortable and well cared for. This place is awesome for urgent care.','2020-11-09 00:31:18.840000','2020-11-09 00:31:18.840000',5,'Tracy Burns','https://lh3.googleusercontent.com/a-/AOh14Gg_2F6gRrZ4RdNlCNEM3anXWZamc8GxHRthCqvwvg=c0x00000000-cc-rp','16891069708558046635',35612),('AbFvOqnieZ5j_9kOgZdMaYYfUVC97IPpRyWJ1GZhe5zzGuOFsbvFfsFtu9TNJYW90t9lwOklHVkI','If I could leave no stars I would so so rude surprised that this place has a rating this high lol','2020-03-16 16:57:46.262000','2020-03-16 16:57:46.262000',1,'Ashley Conley','https://lh4.googleusercontent.com/-e39L4DrywHc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckr_1o18VlX_IN3cjE73hTbRRt8Gw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36591),('AbFvOqnif1-P0s1y2zxPaPPC0lS7j4iNrW4t8BdFADinijcnPgJePZx_7Gv7POVOGKKOk4AkK1LAtg','The staff was so helpful and kind. All procedures, and why they were doing them, was fully explained. The staff this morning was great! Delicia, Blake, Sonle, and Dr. Alljou. The staff last night was also wonderful, especially the nurse and Dr. Ali. I highly recommend this facility!','2019-10-18 14:13:40.634000','2019-10-18 14:13:40.634000',5,'Janis Donegan','https://lh5.googleusercontent.com/-BuaZVlVSXBo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnX-fvsfKoAEgTQWPNbZs68n33AqA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42649),('AbFvOqnigJEytODUJnswcdtXGmlOWftfHKIM9UNSqO91ePOSoFfazPKrtMoIFR2X-7haV-dRdolt','This facility was clean and the employees were kind and professional. During this pandemic it was refreshing to visit a medical facility where the professionals actually knew what they were doing. The accuracy and timeliness of the people who work there was above par. I would highly recommend this facility in case of an emergency to my friends and family.','2020-07-20 18:01:57.255000','2020-07-20 18:01:57.255000',5,'Natacha Isaac-Bonaventure','https://lh3.googleusercontent.com/a-/AOh14GgDm0WipvY26jRrKlRxYfUHo7LEEFr9PApD5_tC=c0x00000000-cc-rp','17394740196501090048',36549),('AbFvOqnih1HJU2U2PKjZVpypynP_z3Ddsm1-nETzPl7E08xH3xuJNfQnRT7iEcAiEYmLyMqCdwIbmw','I am impressed of the oustanding service I received here! I took my mother here and she received very much care and friendliness! The place is very clean and organized, front staff were friendly as well, I would definitely come here again if my family or I need to, highly recommend!','2020-01-21 07:02:50.940000','2020-01-21 07:02:50.940000',5,'Jazmin Diaz','https://lh3.googleusercontent.com/a-/AOh14GgMiX5U8WzyTEVBfWzykoXmidU9gAORnhqRqdHM=c0x00000000-cc-rp','16389487648212004696',33483),('AbFvOqnIh9O2bAEHPIoFSMVqMYBtHvMiDjDewuUEmvZosBNFUhYMbi8fE8xcfiwxop0hijtD8uKm7g','Amazing help from registrations Tanishia w\nDoctor Patel ,Nurse :Sarah G\n,rad tech :Fatima B , Er Tech Daniel B','2019-12-11 05:26:08.781000','2019-12-11 05:26:08.781000',5,'xPro_Sage_','https://lh3.googleusercontent.com/a-/AOh14GjNlWa23GqlvKJyak1IbSIrPZgnOTXHYdzSvPXo=c0x00000000-cc-rp','17898197009688164559',37812),('AbFvOqnihaFyzkNsykhzNLZ5QhhNwFihC4uzZ1LpTyMUcvWhwpaY8UJLLigE9bceB7Nb8J12RJ_uBw','Registration process was quick and easy with Krisandra! The staff in the back (Dr. O’Malley, Ekaterini, Jordan, Marcus, and Alvean) was courteous and professional! Being my first ER visit ever; would definitely recommend SignatureCare!','2020-11-03 16:59:30.772000','2020-11-03 16:59:30.772000',5,'Minh Bui','https://lh3.googleusercontent.com/-4pgab4YioDo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckwb8rsgYC7Y-_V_0Wn96m2bKt91w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33007),('AbFvOqniHaot1T68IAYipvPg4-Ud10fIAj8I-JHZ0JRbwEfs3wJeW9NHLXJyHgUu-SLwMxEyvXy3og','Ms. Jocelyn was so kind even with everything that\'s been going on I was seen right away!\nMs. Alvean made me feel so comfortable and at peace very kind and broke down all my questions. HIGHLY recommend Signature Care (Cypress) to anyone who is suffering from mild cold etc.','2020-03-18 15:32:21.373000','2020-03-18 15:32:21.373000',5,'Ashley Landin','https://lh3.googleusercontent.com/a-/AOh14GjO9tmnKJiuofSVCxTTLtmr0nRdGXBs4ZOjtFrfAw=c0x00000000-cc-rp','16389487648212004696',33251),('AbFvOqnIHes7WGBNYa53DsOdNUgQCURH9m7keIhYKk6loFiSc7NtKH7dC7dULlZWk50JHX7nPjD51Q','I sat on hold for three hours and ten minutes and then the phone hung up, after sitting in the same spot for said three hours. If I could give this place zero stars I would because that is just absurd. I wouldn’t even be able to tell you about the customer service because I never got to actually speak to anyone.','2020-06-25 05:23:06.390000','2020-06-25 05:23:06.390000',1,'Amanda Kleiss','https://lh3.googleusercontent.com/a-/AOh14GiC_gpw-U4sd2w95ILwFDpES17_QDUHR18ztxdVmg=c0x00000000-cc-rp','16389487648212004696',33229),('AbFvOqnIHqx5ebHgFdeSPehxyv26Qj7BVh9Oa3bUS8_-e7xK6M-GWHlzH9O6HItWjTNgddRyiemo',NULL,'2020-12-18 13:44:14.119000','2020-12-18 13:44:14.119000',5,'Raudel Munoz','https://lh3.googleusercontent.com/-ejilbo62jN4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnNbsl-97o1cRuRAxjU24fLtrPHCw/c0x00000000-cc-rp/photo.jpg','15979470999169074295',32811),('AbFvOqnIjARuky8zXQnLN5RbNqMqNQOTNyv4Ob41YAq8F4Ip2229V1yijiO-aoaanDbuWAASspV3tw','I had a wonderful experience at Signature Care Emergency Center. We were greeted immediately by receptionist, less than 5 minute wait time and Dr. Braun, nurses Melissa and Leah, and techs took wonderful care of my daughter and husband. Yes I had 2 family members in the ER at one time. The facility was clean and all their tests results were reported to me in a timely manner. I would DEFINITELY recommend this ER to anyone needing emergency care.','2016-03-18 13:47:03.841000','2016-03-18 13:47:03.841000',5,'Kathy Froehlich','https://lh3.googleusercontent.com/-7WakEhUFAKA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmOpRCagQL5S_JgZVAUnaoHHPy1ng/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31256),('AbFvOqniJiIwJBvvjfXLR8H2HYoe1-gN0YTJ2cPMoCtVaWeq6e4qPo6ytzY9fEzCmlE5oQDKJW6tAw','Good reception, excellent service','2020-09-09 05:05:12.532000','2020-09-09 05:05:12.532000',5,'deejay dollz','https://lh6.googleusercontent.com/-T9RdHeg0gQM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmANtzdxGdFM-olqatcmDRu8gfyEg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39006),('AbFvOqnIJmQMigkKUtN3SW0yeb67Xf8IGuMp-q3TxI71LGvvgtYft9EGRv9ovtSCUjZ2ohzdyOg3PA','It was my first time coming to an Emergency Care Center and I felt welcomed walking in as I was greeted by Melissa at the front reception. Sean was very helpful and had given care beyond my expectation. Amy was wonderful diagnosing and going over with me with my symptoms and made me feel better emotionally and physically. Troy & Jessica was great with discharging me towards the end. I will be recommending this place and will be back if I need any medical help.','2019-09-09 03:53:43.451000','2019-09-09 03:53:43.451000',5,'H T','https://lh3.googleusercontent.com/a-/AOh14GjtfumlqZfOJ2Y84xPfl9B6sbbbIQ2UYUXBbWC9kQ=c0x00000000-cc-rp','16389487648212004696',33984),('AbFvOqnIJrOVnQ4tQ7SAiO71ch-ugLPFgW1PA1TIUQfMOLhQYTuhqsyGpeJ4yFSqzBn5ndg5md-P','Jayron (security officer) and Amy (front desk) were thoughtful, patient, and professional. I would recommend Dr. Smith to any and all-he was efficient and helpful. Shabba was sweet and my fiancĆ© and I felt comfortable.','2019-03-09 07:23:47.060000','2019-03-09 07:23:47.060000',5,'emily sandberg','https://lh4.googleusercontent.com/-ZKCdb68CfDQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclEF38ZR9Mb_NOJzMJDmZPQE3SP5Q/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43287),('AbFvOqnikjNVU_73zQ9nwgAHkNeMHPKuDxaiNNPWb5uVFm-s0SPtixvkj0NaWUnF76kiBjqCn6w7','My girlfriend has been sick for the past two weeks and everyone here was so helpful! Dr. Ybarra and our nurse Blake were fantastic. And Son Le and Delicia helped get us all set up. Thank you!','2020-01-24 20:08:37.044000','2020-01-24 20:08:37.044000',5,'Charles Frizzell','https://lh3.googleusercontent.com/a-/AOh14GjITI0islvCpbWyEtmK2q6I8Bn_8RWX2yHEeaTVfQ=c0x00000000-cc-rp','8679688254631342173',42491),('AbFvOqniKjOdwbVvbUS8U6VkdPAunxc5KSAUhIINoDfAbdkpGXH5aPnjV4F_a4UBK4PjSb7X3Pq1zg',NULL,'2017-06-28 14:15:45.632000','2017-06-28 14:15:45.632000',5,'Jennifer Charles','https://lh5.googleusercontent.com/-R3OZkuDdBdk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclqM-paMaQSfN3lhSsREshLrieWbg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32666),('AbFvOqnIKpd8HsnXxUI0maC6bTlcjMq9Xd6wbD86ZxWLEFsOzVIihWNS054JpzURQ6jnqOdPy3KO','It was great no wait Time at all. The staff was extremely friendly and helpful.','2017-02-08 15:50:53.012000','2017-02-08 15:50:53.012000',5,'Joshua Scalf','https://lh4.googleusercontent.com/-o7heHJ-4cDE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnd5N9nKYYTJc7_LXxu-oMoXUvMyw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35507),('AbFvOqniLE-wwnLdbcRsV8uDm3MzEmzZ3KSnq9j_eX9UmUuhHGeVx9teIwv4bN0yUU0WKZcJQiVKgQ','Beautiful facility and excellent staff...Dr. O\'Malley, Nurse Jani, Erick in Radiology and Jesus at registration... thank you all for taking excellent, thorough care of my mom!','2019-05-18 13:22:54.632000','2019-05-18 13:22:54.632000',5,'Erica J','https://lh3.googleusercontent.com/a-/AOh14GgPgT9mvfJCjfX0xEZ2YHbdr9_2-OxdQ5LqFq0IjQ=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqnIllImsIG-5D3EZtSUMuhUcT3-f0opsAUYmiud8kEWSGM6qe8QQnBmh9Ol-zqvSujUsyTwBA','Everyone here is absolutely wonderful and made the experience incredibly relaxing. Highly skilled professionals here and customer service is top notch! Thank you Dr Thomas, nurse Lynn, Daniel B and the sweetest Tanishia holding down the front! I highly recommend this location to everyone!','2020-01-06 06:29:15.582000','2020-01-06 06:29:15.582000',5,'Kara Tomczyszyn','https://lh3.googleusercontent.com/a-/AOh14Gig10JHvOBxUnZqnuUbQyF5T7QnBx419L8Yd6uk=c0x00000000-cc-rp','17898197009688164559',37760),('AbFvOqniLU3DDnvHis2dz5D7URf4J_SmLx9H-bfXmQcHwhyMwXVIWG8zXX0hZrCxFmcoHomEMO2PJQ','I wish I could give zero stars. I cannot stress this enough- go anywhere else! I went there with acute bronchitis in September. Over two months later I receive a claims summary from my insurance for over $5,200 charges that are out of network and insurance will not cover. Nothing at check in or check out indicated these exorbitant fees. As I\'ve done more research on SignatureCare I am realizing I am not the only one who has experienced their criminal pricing/ price gouging. I have yet to receive itemized charges from them and am working with my insurance company to fight these charges. Save yourself the headache and go anywhere else.','2020-11-24 21:25:26.762000','2020-11-24 21:25:26.762000',1,'Laura Carel','https://lh3.googleusercontent.com/a-/AOh14GiSg6cryubyUTTRN3M-z55OBAJSWFoEqb_l2yl46g=c0x00000000-cc-rp','14567670160750071148',30005),('AbFvOqnIMAPH5U7Ci-9r3zkU9usp0ejBDX6b_fhmxyLm8WahnGZnvXSVy0OGWVagZ7WWINB5yMlV0A','Cody and JD were great. Made me laugh and helped keep me relaxed. Entire staff was friendly and efficient.','2020-08-03 22:03:10.316000','2020-08-03 22:03:10.316000',5,'Corey Waggoner','https://lh4.googleusercontent.com/-_4yyrLLrRzU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckpqmXu5l7bpkwJdh3neNEwLXFmkg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38649),('AbFvOqnImjzIq3VzqXXPID1sE0Q4h8aqbBx67tU3tNZ-Fa45tYun2KvpIMyPbMB3yv04jFICD6Z6Dg','The customer/patient service was impeccable! From the moment I entered I felt welcomed and comfortable! I had strep throat so I was miserable but all of the nurses, doctors, PA\'s and front desk personnel were so sweet and were more than accommodating. They offered me beverages and a warm blanket, and I joked about staying there for the rest of the day to relax, they told me I was more than welcomed to! Loved everyone there!','2016-07-02 04:34:52.423000','2016-07-02 04:34:52.423000',5,'Natalie Dunn','https://lh4.googleusercontent.com/-CPYbNq_YnvI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnDYWAqY3B25NDxNo9uOV5sh2Hdlw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37326),('AbFvOqniMpWn_yQ44FXkhXZ7lILS3HChFzf8I8qK5UdoDXnITM6ZWPSbfGwjSopG3QbBpJtS7MVv5w',NULL,'2020-11-20 15:00:06.362000','2020-11-20 15:00:06.362000',5,'Mike Wilson','https://lh3.googleusercontent.com/-42CbGm_sfyY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmsTQUXBL8r6gHPG6Iqvs1b5BR45w/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29261),('AbFvOqnIn1_GMyURlQwnq5s0adYFoiJvUOQEawpKx2UTmIJCtX5koeFsHOLLDqLGY2_UoCw3gIs98g','Very helpful staff and they do take care on time. I would highly recommend this ER','2016-10-03 23:19:04.937000','2016-10-03 23:19:04.937000',5,'Faraz Khan','https://lh3.googleusercontent.com/a-/AOh14Ghs0s0AAUqBNem72CygwlaBmFhyz34LvlM8sh7a=c0x00000000-cc-rp','17394740196501090048',37293),('AbFvOqnIn5hqyETf87rWLUGmU19UIK8vNj-pKX_Q0MwHd3RaV6n9DDD69Bs3LiOweWEIgj6zPBLmNA','Don\'t even think about going here even if you have health insurance!! I was charged $22,500.00 for an overnight stay and a couple doses of IV antibiotics. Insurance denied the claim saying it was entirely my responsibility!','2019-09-12 04:25:30.877000','2019-09-12 04:25:30.877000',1,'Ronald Baldwin','https://lh5.googleusercontent.com/-Bqc9jet1oL4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnF1SnQ-UghXJeLNrB3-tgXlmshMA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37998),('AbFvOqnIncpElbjR3jaSv5_mwoBpbAQGyjX7GIzukjuadEP4L3jz7SAMjNZwkEKn0PRMLT08XY-T','My nurse, Adrian R, was very attentive, respectful, and responsive to my questions and concerns.','2020-06-29 05:01:16.130000','2020-06-29 05:01:16.130000',5,'Ariel Ramirez','https://lh3.googleusercontent.com/a-/AOh14GhkA6oTXHloQmSUqoF7cN2JNoDgptUSjfDiu3EpfQ=c0x00000000-cc-rp','6521947413723274945',41381),('AbFvOqnInjEF2r53V3K-9loXwHKbdIx6UYj9F9H5O1RDVAn-BjEk402VobvX7RUR-HobbF8wGKRQ3w',NULL,'2017-08-20 23:12:40.013000','2017-08-20 23:12:40.013000',5,'Kayan Edwards','https://lh3.googleusercontent.com/a-/AOh14GijscW9LvKbJajlZYMO2O59xMbbFCfqSVTVTw6o=c0x00000000-cc-rp','17394740196501090048',37092),('AbFvOqnIObSFiSa05ct3DEu8yBECUvuXadKtOoS2IhCQXUE2FuHG88ldMD_dJGKjPC3mEojw11sn','Everyone was very nice did the best they can to see what was wrong with me. Worked very fast too I was out of there less than 2 hours.','2019-10-07 15:52:54.147000','2019-10-07 15:52:54.147000',5,'B ChAv','https://lh5.googleusercontent.com/-57uP55gI988/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnzmExUUNIo6os9hw_aDC-fe25RGA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29004),('AbFvOqnioeUCDvdGpd56yhLXHmo1hl4uhGLBcPXWeuRoBdzBm4_V60qsxeh-bnu_vJggbZ9rpmmAuA','Accident occurred at 11PM on a Sunday night...choice was ER at major local hospital or SignatureCare. I made the right choice, SignatureCare Emegency. I was immediately taken to treatment room, checked out by a nurse and diagnosed by a doctor. They completed ct scan and closed my scalp wound with14 staples in a short period of time. Everyone was courteous and professional. If I ever need emergency care again I will use SignatureCare.','2016-12-26 18:17:09.639000','2016-12-26 18:17:09.639000',5,'Rogers Patton','https://lh6.googleusercontent.com/-msujMJIFzHo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl9DlWjqpjrrkYfCLdYq2HTO2NFZA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31145),('AbFvOqniOHfhHcGJCZRse9VJPSLufd5mVqU8l81SeEemTr8nbFqfyHpTyUdgyiZkM2i3hjhs95pvhA','This was my first visit and I have to say the staff was so wonderful! From the minute I walked in Elizabeth T was very attentive and so helpful. Nurse Teresa and ER Tech Lai made me feel so comfortable. Both of them were extremely patient and kind. When I met Dr. Yusuf he explained my results and made sure all my questions were answered. I highly recommend this location for any medical needs. They were amazing!','2020-10-30 01:02:31.689000','2020-10-30 01:02:31.689000',5,'Dianna Caldera','https://lh3.googleusercontent.com/a-/AOh14GhlUW_q2DUqAoOKBkN9ON-H1ZLo87JKf5xaY9Dc=c0x00000000-cc-rp','3511292162159714121',40092),('AbFvOqnIOkhsk5NeKLJn65C7B6PLZ5yqvhpQRvPKdPuJFYhVlRqYwDL52hCVdUGxjayZR40qlOx-nw','Dr. Patel, nurse Sarah and Tamisha were AWESOME. Seriously awesome. They were very knowledgeable and had great bed side manor. I got in and out, in under an hour and was properly diagnosed and treated.\nI am never going to the hospital E.R. again!','2019-11-08 03:00:41.775000','2019-11-08 03:00:41.775000',5,'Audrey Cooper','https://lh3.googleusercontent.com/a-/AOh14GgpH4quNzAHuQ_rAll9jkdnr6QozW9yEaRMbA6zQg=c0x00000000-cc-rp','17898197009688164559',37903),('AbFvOqniOwGV47HJV0Qye0K9dHXU-MwfMLlCvYPU5fYDT4JSisXQLXEOOx90acgCuso3NeYwvAsWHw','Kendra works at the front desk and she got me taken care of immediately! Wonderful staff! Jacob the Nurse took care of me and instructed me about everything that was going on. Dr. Vakey was very considerate and passionate, love this ER!','2020-02-02 22:33:50.088000','2020-02-02 22:33:50.088000',5,'Saman Siddiqui','https://lh3.googleusercontent.com/a-/AOh14GjhQOYzmNVDsWtjQEVQUMLW8MBT3IdmhNr_6l4-=c0x00000000-cc-rp','16590124370714063921',34397),('AbFvOqniozlbRGrqLS2By3RBlQJu3zesC7-WGWWWREVor1GYOfJKu0gh32TY1-egwrP8j8ZRS0p8AQ','Thank you Dr. Singla, Laura, Eve, Leslie, Gina, Kelsey. I hate IV’s but today didn’t hurt at all!!!! Y’all are wonderful šŸ’ššŸ’ššŸ’š','2018-08-15 20:33:15.381000','2018-08-15 20:33:15.381000',5,'Katherine Makosa','https://lh5.googleusercontent.com/-CwGuaRMS38o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm4_p3h2VD4fKsMtllqfA0yHhEMzA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40853),('AbFvOqniP4jmOwO6zeLDJuWH4lZ_JH6pS7DIojCv-XH9Jh-kla8FQh8SqjdoZin-NRJvX8gAIlSfVg','I visited SignatureCare Emergency center on 11 March 2020 and besides the discomfort I went in for it was a good visit, I feel like they came and checked on me every 5 minutes. My nurse(Alvean A) was nice and explained everything she was doing. My radiologist (Marcus B) was really good and informative on the cat scan I was there for and also shared jokes about wedding rings. Dr Ortiz came in way more than I’m use to seeing a doctor check on his patients and the registration nurse (Jocelyn A)was nice and offered us snacks the whole time. Overall they’re a great emergency room to go through my wait wasn’t long at all. Great ER to go to','2020-03-11 16:25:46.673000','2020-03-11 16:25:46.673000',5,'Zachary Woods','https://lh3.googleusercontent.com/a-/AOh14GgS8TplMWqw2CEt1-qBUVvofluH5xJU-Nm8NMeSKA=c0x00000000-cc-rp','16389487648212004696',33273),('AbFvOqnIp9VvKWhZ80NsbrAWPZTu6ET7wDdCfdvDSl5I2S_rQbm8py0EeHBmw4Wg5AX8OtsEsE5z',NULL,'2017-06-27 15:16:27.160000','2017-06-27 15:16:27.160000',5,'Bog Flop','https://lh3.googleusercontent.com/a-/AOh14GiNH-o0Bye7TgCSdmIwWOBT5dhfT8eLGZSmRd7H-A=c0x00000000-cc-rp','8918455867446117794',43510),('AbFvOqnIPDaicn-MdSCOiyOY1m8O7r8aleE43_ldVU_VxfSQSteahQqtoAlF2ooNmw0aJsOjD5HUbg','Nice facility, the nurses and doctors are very accommodating and helpful. Fast service as well','2019-08-08 16:33:06.374000','2019-08-08 16:33:06.374000',5,'Alejandro Ramirez','https://lh3.googleusercontent.com/-rxU1DiL7tXk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclDSJ-PBkwsVFPRuus527Wkdfy4Ug/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40458),('AbFvOqnIpIwW2AwI9eRFMrq0CIhbArjT_tF3Q0_Xg5tDvtMSMhWM0zH9JSHkBIe_OAwe3R7lABi_zw','Dr. Jaber and his nurse Mark were very attentive. They answered all our questions. Thank you!','2020-02-09 23:05:17.686000','2020-02-09 23:05:17.686000',5,'Helen','https://lh3.googleusercontent.com/a-/AOh14GhHIXJ2oZQ54-7-xefcHptyvg3Osybu_tNUC0Agvg=c0x00000000-cc-rp','3511292162159714121',40308),('AbFvOqnipVSQp6luVX90zJZ_kkFGHIcPjPG8zXluW7TjL4FOh2-QBW6j0cKQ4C-hiSeI7waWY68FAg','We went for my daughter\'s foot and they were all nice to all my kids and Ms. Erin W. was on point and has great customer service. Definitely recommend this location šŸ‘Œ','2021-01-08 05:08:06.144000','2021-01-08 05:08:06.144000',5,'Tara Bell','https://lh3.googleusercontent.com/-xg-6OVtKjSc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckSHo5_EU0n-JEWHbc8Lr3NxDa4Dg/c0x00000000-cc-rp-ba3/photo.jpg','14748677429039074158',44449),('AbFvOqnIpWayag98zgNSC0rDyxvUUqenG3lIspqJ7VHvNSVGZ2U3LjtvB2U-YQU61MvDQkV7b1Jt8g','Excellent service and excellent care Dr.Iheme was very patient with me, and very knowledgeable, I was treated with excellent care, from Tricia,Alvean,and Elida. I soo please with the medical care. I highly recommend,Signature Care at Cypress. Thanks for everything.','2019-10-03 15:37:58.665000','2019-10-03 15:37:58.665000',5,'Sabrina Seals','https://lh6.googleusercontent.com/-Q01wt19-ucs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnGM-TZ1fhIwKIEb-3LiJxS9s9O1g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33910),('AbFvOqnIQ2sd_6oDJoICi4AEm9iEKLhkMKOBxMLU1RsyOyUuaKK8lR1f_clBRbWKadiaEb0Hy7X1kQ','Great care! Staff was super friendly and personal, including Alexis!! Will definitely be back!','2017-09-10 00:04:32.889000','2017-09-10 00:04:32.889000',5,'Kaley Ayers','https://lh4.googleusercontent.com/-mAoRmJAc7tI/AAAAAAAAAAI/AAAAAAAAAWI/AMZuucnXjJzlCSahmSy6uGxCfwetbkjpvw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35385),('AbFvOqniqvrp97kyEQalzfSX6UaMnGU7HBSSvW6oYlaP7vkdgzlWToQBQYbsrFBNuxT6OsXPvnRZ',NULL,'2018-12-04 04:24:37.158000','2018-12-04 04:24:37.158000',4,'Brandon Adams','https://lh3.googleusercontent.com/a-/AOh14GjYm5q2oCtcsc2MyvMs72cErhDOp-gOUIEfLHCq=c0x00000000-cc-rp','3511292162159714121',40786),('AbFvOqniQWM-ptvD2X0n_g_NRg4z_gJP5BV2hTqYOh76gHgJzo2sNYp_Uy_7RnMFIXnHM8Tl7g6M','It was five star care from beginning of visit to the end! Friendly, professional environment with clean accommodations and such a caring staff. A shout out to (hope to cover everyone): Dr. Leung, Dr. Lingan, Brandon, Christina, Townsend, Carolyn, Amanda, Christina C. and Christopher. I apologize if I left anyone out but ALL were awesome! They explained all procedures and why they were doing them and gave me a great summary of what I need to do when I return home. And, I have a beautiful new robe and a nice toiletry bag full of goodies. Thank you again for taking care of me during a health scare!!','2020-01-31 02:43:30.355000','2020-01-31 02:43:30.355000',5,'Gaby Cook','https://lh5.googleusercontent.com/-hYO298y-GJ8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclTD-TdXt9NksMaWQ3X2psTJtPR5w/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35987),('AbFvOqnIReh9xJ69kXaMTwE2AVbQP0UdKYRRbWi_JyagOoH2p0m3XHLbqhyenz5kaJpDahFDt-a65w','The staff at the emergency center are very professional and they really helped me feel at ease with the whole process. I didn\'t wait long at all and I got out in a timely manner. Very awesome place!','2017-01-08 07:18:58.983000','2017-01-08 07:18:58.983000',5,'Whitney F.','https://lh3.googleusercontent.com/a-/AOh14Ggs2j3lFjP6MzQD14N7roOBNduc0bjetMBl7rFZ4w=c0x00000000-cc-rp','17394740196501090048',37236),('AbFvOqniRgy6NSetEZzHtbZ9EEjOKC60TrQMsqES2kLNyixPyAE3_jlsaQQaMhzI7x2XTQFd4cJl',NULL,'2017-05-17 00:03:56.150000','2017-05-17 00:03:56.150000',5,'Samin Agha','https://lh3.googleusercontent.com/a-/AOh14Ghr2XWHRbcDocEIMfuw_6XS9MCqdzo9TtocidGnUA=c0x00000000-cc-rp','17394740196501090048',37153),('AbFvOqnIrQ461I3xb3LxI9FGrmdTUI4Mf3DROf5h10OLXgJ0oyHKqa2Dls6zzh2wrA2AfhYZ8iD9','Dr. Levitt, Bryan, Sherri, everyone was amazing! And so quick with help!','2018-08-18 02:59:56.820000','2018-08-18 02:59:56.820000',5,'Niki Vogel','https://lh3.googleusercontent.com/a-/AOh14Ghp6hH5L4GIIfUy5Bfodnbaj0ysbF6kFX9e3P5Wug=c0x00000000-cc-rp','14567670160750071148',30780),('AbFvOqniRrO6IHvBPB2iDBuTijaXUNw9E_cVHz6T7OZCo4Id6Mr1_9niEpqzB0pVxJz1dQTAEoLiEA','Took 5 hours to get a COVID test. I had an appointment and everything. They are too slow','2020-07-11 13:36:55.423000','2020-07-11 13:36:55.423000',1,'Melvin Ogega','https://lh3.googleusercontent.com/a-/AOh14GjakpG1cBMnuI9W0J1jAu-LeDEjwXBEebm2QT8B=c0x00000000-cc-rp','14748677429039074158',32033),('AbFvOqniru0bPxOHnvAn9SLDRvtTNxMrdjAMkdftOEVBMn9t6-cs-Dy5Ft_jtwFxgZP89pdQhVsZ9w','All staff was very nice and helpful, more importantly fast and efficient!','2020-02-28 19:06:19.467000','2020-02-28 19:06:19.467000',5,'Jocelyn Batres','https://lh3.googleusercontent.com/a-/AOh14GhaRdiB6JjU6-8TNP_NeV4DN4UqATr4RvF8Euue=c0x00000000-cc-rp','8918455867446117794',43069),('AbFvOqnIrXdsH0ITiU9mBvXw-xtNYgUiWI_N_NMvhC_1lbR3FNGHZLlDQ38x9EqMUfT7_zn45Mx98A',NULL,'2019-08-28 23:13:28.543000','2019-08-28 23:13:28.543000',4,'Marleny Estrada','https://lh3.googleusercontent.com/a-/AOh14GjD3rGhxUJiYvu9-oG2-XBL-gAU-lAQOVXynkU0KhU=c0x00000000-cc-rp-ba3','17898197009688164559',38013),('AbFvOqnIsBA2-wbbMF2MnvDqXmA17yC9gG6vGJtrLzZX3nzsCEwKJm3WffldbeqBPL3unj7Amw-KHg','The staff is kind, gentle, take time to explain things, and take care of you very quickly... especially Graciela.','2020-11-07 19:03:46.772000','2020-11-07 19:03:46.772000',5,'Destiny Batalla','https://lh3.googleusercontent.com/a-/AOh14Gh5-ZnB38qwkygOdNdGhstKGwSiDPGrsAUKaXxhuw=c0x00000000-cc-rp','16389487648212004696',32970),('AbFvOqnISK3Y6g5QWi286-ZIowHoHTFnbMarYsZiMOzpQMT_yCBDufpRMK75NSLJwNw_s_4nFkdJjA','Wonderful staff! Everyone that assisted us was super helpful and friendly. Will definitely return if I ever have another medical need.','2018-08-16 02:47:43.284000','2018-08-16 02:47:43.284000',5,'Ximena Carrera','https://lh4.googleusercontent.com/-oe95ebKIWlA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckgbU86UZ1_mqDmzBM5zAxk_nT6dw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36371),('AbFvOqnIsQFugo96grBtFtCoJcvuW5TsbpRI1VjLK-ajbDm8DmAeDtEjraZfMB1tyEqqbS_RlX1Y','Amazing care and service, from the front desk to the doctor. This was my third visit here-- first with my grandson, then my son, & this time with my husband. Each time has been excellent!','2020-03-09 11:09:41.034000','2020-03-09 11:09:41.034000',5,'Teresa Brandt','https://lh6.googleusercontent.com/-9HjPyFrrGNU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmhG7NsujtWVXNtz8K0AV1fpkAzbA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29402),('AbFvOqnIt9TOMuKrCYz43Mp6_oYZFIL_nbFCDmBO4O8lBkpzoUvu0oez17s8M7eYdUfN9p6codyl',NULL,'2019-06-27 21:55:14.013000','2019-06-27 21:55:14.013000',5,'Phil Dozniak','https://lh3.googleusercontent.com/-ChLWYV75qvM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucknZ_wh7gjthu0EKC01LZLCxRjclA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41679),('AbFvOqnitpVUFTHI8PvDWAi5wC1ck6BcP_siWLC2YX5EP08KpGbAlEn9nZPkm9UpvoAFkt1IBHhX_g',NULL,'2020-01-05 18:01:02.550000','2020-01-05 18:01:02.550000',5,'sierra sappington','https://lh4.googleusercontent.com/-N6-uOeR1W-c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckVi2aH0ZNbdygBpnui2vRvsHn20A/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41959),('AbFvOqnITWfdhWthekO1b5JGF_3qjFluMKu_oJ6HpHeTPN9yPueH-HkSkR5sZfq-hN1qrI9CKbPnzw','Thank you Ashley Burton & Ashley Keely for getting me the assistance I needed in a timely manner! You guys rock here at SignatureCareā€¼ļø','2020-02-08 21:12:54.712000','2020-02-08 21:12:54.712000',5,'Jazmine Porchia','https://lh4.googleusercontent.com/-orjEUCrjn1Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck4eGjvRft_i7jU2de-_Unf65FpYQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41949),('AbFvOqniU5L_TgsJlDENDl7OeDJh9uUq6bbF5QeqMuG8I5ulpzk8qqGC7MOgcJSUUWVvYSaFOjw07A','Took good care of me after accident. The team of Doctor Cavazos, J: Nurse Sarah G.: Rad Tech, Grace: ER Tech Elaine, M and Registration , Tanishia, W. work to provide great care during my time of pain and suffering from the injury. Job well done. Keep up the good work.','2020-02-20 14:16:12.798000','2020-02-20 14:16:12.798000',5,'Peter HL Farquharson, DBA','https://lh3.googleusercontent.com/a-/AOh14GjaAmp0UO1l_kDwgHRP7-E0MgtrrLiL7AOEjg1GCA=c0x00000000-cc-rp','17898197009688164559',37679),('AbFvOqniuCENWuD4kxcBbY34ybqF-3ATuZh04JmhsCFA54C-_tHbc5b4MKQhsSQO5R_KbTONWJIK','I loved the experience of going to signature care emergency room it was super fast and easy you should go there the doctors was Dr Zheng and the nurse was nurse angel','2019-07-03 18:09:57.185000','2019-07-03 18:09:57.185000',5,'Madison Phillips','https://lh3.googleusercontent.com/-FJTJaGGSMMU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckoOiiuUwzVfYZ7OD7F_ggGP-5Gvg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38111),('AbFvOqnIuG4QdD36Yw7rWRyFi7AWwoGioj_aA4SF388X5BZWda1u2JrR8JvotJuZRcMUID4KZyP1HA','Great friendly place and staff. Registration clerk Kathy is super friendly and nice. Easy and fast services rendered here.','2020-12-23 13:19:35.361000','2020-12-23 13:19:35.361000',5,'Natasha Yanez','https://lh5.googleusercontent.com/-bwGSK-8Wv-c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnGfwdUP2UD92sYO1YaenSoucvSIw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',43755),('AbFvOqnIuxKGUyQMr89Jt9yiyCliB2ou2JjBQr6JkSqZzFTK9oiBZeegsNWd2MHkLqunh8oEwrx8','They were great! Got me in and out quickly. Lucas and Dr. Ashbrooks did a wonderful job!','2020-10-09 15:25:09.222000','2020-10-09 15:25:09.222000',5,'Kate Collins','https://lh3.googleusercontent.com/a-/AOh14Gj9sl3-8XqPzTTfZO0E9xsC0j1wVQS4tCKXLhxM=c0x00000000-cc-rp','3272657195432704501',39488),('AbFvOqniV5EohJUYqfCxZXwoGsQtsioXZIO5I3kT3WfJsnUM-XFOQ-CpqbN9GZt9mcPwzlnoNaJHSg','Excellent service and friendly staff','2019-03-04 07:27:28.481000','2019-03-04 07:27:28.481000',5,'Nicole Carter','https://lh3.googleusercontent.com/a-/AOh14GjLoNbMyPGegvzTGGewqPNTtQrjTYFfU9zJsCMH=c0x00000000-cc-rp','17898197009688164559',38267),('AbFvOqnivD3lvyi394gvd1JkazA-i0SMp8DofexTITqCGS353EV-VEj81hZhChLZ3a_fMHxakb9tAg','There was no wait time , as soon as I got to the emergency room I was seen. Dawn, Norma, Amy and Eve was very hands on when it came to what the problem was and extremely helpful. Dr. Leavitt was very careful and attentive to the situation. They have an amazing staff, highly recommended.','2020-02-02 20:30:17.586000','2020-02-02 20:30:17.586000',5,'Laqua\'briann Jackson','https://lh5.googleusercontent.com/-5FSJuabuqvg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmtSRJbqGir5DpyZpw0B7Qni_H0-w/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40321),('AbFvOqniVeoYKxOo9qEoIHXni7nGszDdZbSt0C0R6rb9cXu3F2sC1HqMnqfRvqT53jYDO8yFK-EkEg','Dr. Vakey, nurse Jacob, Jaun, Kendra, and Dyveliz were very helpful and quick to get me treatment!','2019-10-15 15:34:12.041000','2019-10-15 15:34:12.041000',5,'Katie T','https://lh3.googleusercontent.com/a-/AOh14GiyjHhwrBHxL62yOzpb5MeV79kfAYMSZos5ePhyzg=c0x00000000-cc-rp','16590124370714063921',34614),('AbFvOqnIVf0WMnOo_SjPD84dc2Bgl_TNzk5yYs_ZtOXW00MfAcyF5183Rj06ErYhsg-5daIhXLDp0A','Went around 11:30 pm on a Saturday nite and we were the only ones in the waiting room. (except for staff of course) . I was in and out within 20ā€. Felt safe, and got the results within 20 minutes. Loved it! Staff (Dr. Zheng and Nurse Rommel )were very accommodating and helpful and compassionate.','2020-10-11 05:32:32.926000','2020-10-11 05:32:32.926000',5,'Babbs Burke','https://lh3.googleusercontent.com/a-/AOh14GgACyHSMwj6-Jq9cyVt0ZUgyXNiry8ORZjOqj0iAw=c0x00000000-cc-rp','14904078213800803294',32237),('AbFvOqniVS1o8XuUFBNhm3fGpNk4t9uXaVafyJ45Ni7K_pN50LXnawSLXq8RFC7gnCGq97nBcdL59A','Good place, friendly staff, clean and wait times are decent.','2020-12-01 06:48:40.340000','2020-12-01 06:48:40.340000',5,'Danielle Weiss','https://lh3.googleusercontent.com/a-/AOh14Gg4NJgUGkp5t1R48sxHBXd9XpoBaYasE36xxAer=c0x00000000-cc-rp','8679688254631342173',42246),('AbFvOqnIvvMDLjiavP7CscStPiv8uGKFYR2Q0QWvtPBr5aBmNJQxUm4aKwHvbKEDuh_PZ5VhFmfb0g','Everyone was very nice and they take great care of you. They also have great snacks for the people in the waiting area!! :)','2019-09-21 12:27:03.292000','2019-09-21 12:27:03.292000',5,'Grace Henze','https://lh4.googleusercontent.com/-mBj-QMiewWg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXRSTGrOhxLwHFtjCQH8m9I9T9SA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34660),('AbFvOqnIWRVWXBNyp5_N80vD_NNvLRk_wGWVeIn-UsMlbFT8ifAAn6ebznmxRaNwIpTDQ1vuH5s9tA','If I could give them more stars I would. Every member of the team went above and beyond to make sure I was comfortable and well taken care of. I\'ve never received so much care. They took me in before I could even finish my paperwork and got me home fast too. They are absolutely wonderful!','2018-06-11 15:04:56.063000','2018-06-11 15:04:56.063000',5,'Stephanie Vitale','https://lh5.googleusercontent.com/-1bRHa9VVN0w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclsNWhY2RUB93muJL_SSpm5zBA0xQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36392),('AbFvOqnIWSEi-qjZB7-cNQWXs7_TtGi3WPJUaeo_b80eVkN1DfU2gHBMEllL1spN6Xr81Ou9S7iCZg','This is our go-to place. The staff is amazing, professional, and efficient. I love how the ER doctors are not only great at what they do, but also very practical in their recommendations. Quick service, kind bedside manner, clean facilities, very kid-friendly ER room (cute Nemo theme in one of them with Disney Channel playing on the TV), and great reception with Dee. I definitely recommend!','2017-12-01 02:43:30.966000','2017-12-01 02:43:30.966000',5,'Myra Williams','https://lh5.googleusercontent.com/-1qNnFAa4QZo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMz1N0AXPoRSfe2h9677lBjY-vgQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30941),('AbFvOqnIx0w5j15LNQX-o8ltvfN37XQVttDKHXG20ZI4qHRdvCFE4PdsksvI9-iqGMAOE8A-giD9XA',NULL,'2019-04-30 15:59:23.634000','2019-04-30 15:59:23.634000',5,'Emily Duhon','https://lh3.googleusercontent.com/-QEaqh5SZuMY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclB9qmiJw0Avud6oMedzNl4eeAXCw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34867),('AbFvOqniX7GgQNUu0txU5mYc0yqHRLM17ohq4T7ieO4Jdx6yu6pePB_pZ5h_x1ngN5cfvAk__JDebQ','Dr. Miller, Vivienne N, Gina A, and Natalie are a great team! Thank you for making my little one feel comfortable! No wait time & treatment at Signaturecare is great!','2020-01-30 16:46:02.825000','2020-01-30 16:46:02.825000',5,'Amy Adkison','https://lh6.googleusercontent.com/-FOcXxTf14Qo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckhNvQKV6jjKcDkgN24bE9z81FiXA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30291),('AbFvOqnIXQxi9sTgSqFH-rwiO4a4hz84wPuCbIi007LYs8m1DgmjMyLn-EDxmg8ikRZ9rNwkflDhug','Very friendly and helpful. Quick visit and truly gave me some relief. When I walked in, I was greeted and helped by Brenda. Staff was very helpful. Dr. Smith identified my problem and truly helped me with my pain. I recommend this location to anyone who is in need of great service.','2017-12-11 13:27:07.743000','2017-12-11 13:27:07.743000',5,'Brandon Butler','https://lh5.googleusercontent.com/-n6HGel6Qoms/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckPjMknOQTfvyT8DkXQ5dYOrBtqng/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32628),('AbFvOqnIXu8qdlrtPgSgsZI54ySSyTYmUIPXcdRqn7EP8HnMs61MKWL5C8M-2crFlmhQ9ot2lLrcZw','Have been here now twice to get tested for COVID and it was a smooth experience. Staff was very friendly','2020-11-23 17:03:23.609000','2020-11-23 17:03:23.609000',5,'Kellam Witherington','https://lh3.googleusercontent.com/a-/AOh14Gj7HnPezbsJRN-qZGlEG8SGAcLUdjmsPFgFdiP-5w=c0x00000000-cc-rp','16891069708558046635',35558),('AbFvOqnIxVWW_HNXXIuHe5VuxmnOVj0oE2RM2y19_Lf6tK2snOronUUMBSSHu_QKX0ufjhyt-V5gFw','Everyone was very nice','2019-05-06 09:36:56.357000','2019-05-06 09:36:56.357000',4,'Shala Oneal','https://lh3.googleusercontent.com/-EP07GO1B8A8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckIPvRcRgA9T9NyQSSq4G7T1LSriA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29853),('AbFvOqnixyteH1FXxBxLjcWPUfdK97M2KoulZDDNKBGebZuU8UyqoH9J9eS5LxjppaNF3BFRt6Mw_Q','Staff at front desk was pleasant! RN was incredibly friendly, helpful and kind! Thank you truly for such great service!','2020-10-15 23:12:04.643000','2020-10-15 23:12:04.643000',5,'Z Gleason','https://lh3.googleusercontent.com/a-/AOh14GhxIsb3_iXsR4pSWV3ZAfb2yfAnOBa_aHiRBNSezzk=c0x00000000-cc-rp','14748677429039074158',31493),('AbFvOqnIy0aeBX53ZhsQtMRFD2tRYjfoROQhy__nWNgPWvrsQf1sfJ4kP1pYqMXi5soPpbZ27YFrCw','I arrived at signature care in Austin, and the service was great as soon as I stepped in the door. The staff was very kind and comforting. Thank you Chelsea and clay for ur great service!!!','2020-11-20 21:24:41.390000','2020-11-20 21:24:41.390000',5,'ruben galindo','https://lh4.googleusercontent.com/-pb1xjtehJmY/AAAAAAAAAAI/AAAAAAAABNQ/AMZuucnrZyg4LdQSFaCizEJuAhNzPERZKw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35578),('AbFvOqnIYiRpXaazJklWnxnFAaKBzTVe246LdfbunW7ViSb2ek0visfTuqq-pC9wkvRCp1BdCA6qJg','Came in today and everyone was very helpful and we didn’t have to wait at all!','2018-08-06 19:25:46.585000','2018-08-06 19:25:46.585000',5,'Lorena Tejeda','https://lh4.googleusercontent.com/-df2cWHUjCmo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm0hMIV9VszaPWzlKUP_czfeo2jdw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40893),('AbFvOqnIYvnmnMu4xDNZS8T13txYt2IWyCzIW1XDFYVu0xIIAzwo0plpvY-l8LqguU9SEAXAg1JOVw','Georgia was awesome! Fast service and great people','2020-09-10 00:54:00.959000','2020-09-10 00:54:00.959000',5,'Kevin P','https://lh3.googleusercontent.com/-HWzMh3iPqGw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmI21-pBbir_az624OhwyZDczyAgw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31685),('AbFvOqniz1r-qRWOrET0zByRyd82JP0a2g0EWR9lGYFSiJa58wEUPFxNw9JyTFIYmGIUn6dtFkPnuw','I was in significant pain when I arrived at 230am. The staff worked quickly through the paperwork and had me in the back within 5 minutes. They were knowledgeable, professional and genuinely cared for my comfort and well being. The facility was beautiful and overall it was an excellent experience. I’m so glad they’re in my neighborhood!!!','2018-07-13 14:26:45.864000','2018-07-13 14:26:45.864000',5,'Cayce Pierce','https://lh3.googleusercontent.com/-ea7QAFZwuqU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucliS9AtjqcsezTixSMXJqZa9ZCQgg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30820),('AbFvOqniZ6QzUrrGK0-TK96JoV4fUpyJ5kif5hus16Y3-p7pacGv0GGLrW7ACnxp0JzNH1S0a_A2vg','Came in for a covid test and Georgia was great! She answered all my questions and made the process as quick and painless as possible.','2020-11-17 03:35:44.426000','2020-11-17 03:35:44.426000',5,'Faheem Dharamsi','https://lh4.googleusercontent.com/-iybY-O4S3Ig/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVpzRDEZhRHPgSiRafbSfPskkuhw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31354),('AbFvOqnizCG5_kGH0Y5uCVLNRLj7oh3AeeApwsRc8SESS2t_n8ytmmvUUardf-wsFRepIGPLLuCQ','The staff were all extremely friendly, and talked me through everything step by step as we proceeded. Definitely a good place to be at a bad time.','2017-11-22 08:41:58.232000','2017-11-22 08:41:58.232000',5,'Julian','https://lh5.googleusercontent.com/-U8JsUjhot7M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnRdAoxOQUap0eyUL3NCN27f_nCiw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40989),('AbFvOqniZDXWiVDofaqg2AMGinvxydhTfBEE4Cr-ajDdwTGjTFGCpG2Wk0qd0-494dNBxYc4Y_yr3A','I was greeted by Kim who made me feel welcome. I had less than a 2 minute wait before I was seen by Dr. Evans who explained everything very clearly and did a wonderful job. After being seen nurse Jocob helped to make sure I didn\'t have any questions and provided a care package. I would highly recommend coming here over other places. Very affordable too!!','2017-02-10 21:37:45.277000','2017-02-10 21:37:45.277000',5,'Warren Blanchard','https://lh6.googleusercontent.com/-tX8klyOaK3U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnYZOesUuvZ4KmSvac2b4JX_lO8hg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35499),('AbFvOqnIzJaYSrcjT2nkh1u6lWHe03ZACqnKH4-NlnncSRciykPsHW3kAy0rLHKjrgaJiRejnRR-gA','Staff was very friendly and knowledgeable. Wait was not long and they were very professional. Patricia was able to assist with registration and very informative of weather co pay was needed and the amount. Nurse Alvaro was also friendly and very professional. Dr Omalley was very professional and knowledgeable as well.','2019-12-28 15:51:39.646000','2019-12-28 15:51:39.646000',5,'shanekia robinson','https://lh4.googleusercontent.com/-PheBe-j_yrk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnN3aD92Gk5RpWjONdN2lMaEdO-Yw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33564),('AbFvOqniZVQxvxlmDWjntUzi1bl62UxqgDj-p6dB43rifbPxN90otZjNsTeoQyAMAnGG0kvxvfCnkA','Ashley and Dawn was awesome.','2019-06-08 18:47:28.832000','2019-06-08 18:47:28.832000',5,'monique sonnier','https://lh3.googleusercontent.com/a-/AOh14Ghcy0YlUeLI2ZXtN9XgXoDP_35gc58ix3qF2Gfa-to=c0x00000000-cc-rp','17898197009688164559',38151),('AbFvOqnJ_-CgjXOrXbr2JdZDbZZGMBs7FwymWkiuDGnie7Y5v3HuLGTXIGXPAMWbbLeecHmYsF2Dtw','Walked in and was greeted by Leslie at the front desk, who was very polite and welcoming and helped us promptly, answering our questions and concerns. We were taken back quickly, and saw Dr. Boester within a few minutes of our arrival, we did not have to wait long at all. He immediately addressed my needs and was very friendly and I felt comfortable with him. I got xrays with Eve, and helped by Churiah and Olivia, who all made me feel at ease. Definitely a wonderful experience given the unfortunate circumstances that lead me there. I would definitely recommend this facility! Thank you everyone!','2019-08-22 23:18:25.377000','2019-08-22 23:18:25.377000',5,'Sean Carlson','https://lh5.googleusercontent.com/-13paUjMy0R8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmYoWpKpNqnUvaPtcLsNSVRAp8G2Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40432),('AbFvOqnJ_Pe45AHFKhFTIDcH6RiqgWUZYOl0odKXiGfxPnkkwYBJod_BUU7XoPoInmPUuL6wITSs6Q',NULL,'2017-04-12 04:00:18.665000','2017-04-12 04:00:18.665000',1,'Rida Motawala','https://lh3.googleusercontent.com/a-/AOh14Gj5QVH-iEF4ey1GpoGG3ra-24V126CeNI2KkfCMdA=c0x00000000-cc-rp','17394740196501090048',37177),('AbFvOqnj-cwviznGCqbkMy55eM5wFJf9EGPgbg0qHTiICLuGZthd7IAnpr_XZAZ4RO_xnHRTf3tmmg','I love this place!!!! Very professional!!!','2020-10-25 03:01:53.753000','2020-10-25 03:01:53.753000',5,'Christyn Kyle','https://lh3.googleusercontent.com/-lULKaYKc1Rg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclaNCYeOtfD-dvfVIY-rGJ8Xk6v_Q/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38917),('AbFvOqnj-d9Sjri8Jb2RdlYc9xhqhi_XU6ESIEZ0JHuRKseTc3Byylo-b3JcVZ8KwSryYtOd8iJHqg','Dr. Jones, Adam, Linda, and Ailleen were welcoming and did a fantastic job!','2020-02-02 15:09:08.594000','2020-02-02 15:09:08.594000',5,'Christian Smith','https://lh5.googleusercontent.com/-aqCe3hND2QE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucknahKlOGbtqTWmyjDLtEiw2YeCuQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35984),('AbFvOqnj0gHCR5afdsN8vUfDhDnYzAzP6P5UnyE5L351uP6qS9Ix7KIFgJ7EpFrJdSbkU-rWAehQNw','Very helpful and respectful. Would recommend to everyone!','2020-12-26 18:56:38.616000','2020-12-26 18:56:38.616000',5,'At36_to_midnight gaming','https://lh3.googleusercontent.com/-tIjgF4k4Nss/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmh2sxVR_mYOsy60Iugl4i_zwsd7Q/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43890),('AbFvOqnj1M6n_II07SOB0-MwcL3KPqeiFBU7tN8jHMPC5Zl0lIAS40rKu0mTnNgd0a6QgIX_oACoOw','Good service and professional, from mr. Townsend, and dr. Westin. Enjoyable and courteous. Quick service from front desk Aileen. Would recommend.','2020-12-02 14:51:11.382000','2020-12-02 14:51:11.382000',5,'Nicolas Balderas','https://lh3.googleusercontent.com/-9sfPuqOigKg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnWNygQyCwj462wW2jJSiypFbSS9g/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35547),('AbFvOqnJ1x4yol5unvgR5lftlacBH8562KvjHnMooCd-5rUFCGLZ7791_KcMblL0Et-rGBtRFs_8ig','I walked in Sunday evening, January 3rd having a hard time breathing due to Covid. Thank you much for the great Doctor and staff that took care of me! They ended up keeping me over night, had Covid pneumonia. Thanks again for your care! Overall great experience under the circumstances 😊 I would recommend anyone to go here!','2021-01-09 02:05:28.399000','2021-01-09 02:05:28.399000',5,'Melisa Prats','https://lh3.googleusercontent.com/a-/AOh14Gg7xq64WshvZ8TLCjjd2ppZjUZxTJpqsNOoI8s9kw=c0x00000000-cc-rp','2077061009497551125',44580),('AbFvOqnJ2mzDbXwmkAwjIgs1lD5yxyR7F7LS5oxDt-GgngJfuMRReEq0yxQNUj7OAdhq2j1SvIXNnQ','I had a great experience taking my friend in for an injured ankle. Thank you to Dr Alloju, nurse Rollie, our tech Natalia and Stephanie for the smooth visit.','2019-11-17 01:50:19.801000','2019-11-17 01:50:19.801000',5,'Moises Tacam','https://lh3.googleusercontent.com/-XCOjQzLZXxY/AAAAAAAAAAI/AAAAAAAAAZk/AMZuucnVaYDrWF2NKpSDhbS4nCgBfbH6Ug/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42582),('AbFvOqnj3_W4b93KmUgMhpQfpXGZF-xp2Y4SCdu9IC8MsUU_1KXDncNqGSnMwlPBZyJKflyOIqDE7Q','Clean place with very friendly staff. Staff were knowledgeable and thorough with diagnosis and treatment.','2020-01-22 18:52:56.712000','2020-01-22 18:52:56.712000',4,'Bill Plank','https://lh6.googleusercontent.com/-IqOWsyT46hk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl5Qhgs1bVe0brSeuHcKlKVsRWGfg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39683),('AbFvOqnJ3CaO8uswXnhb8n-F1q6D69uTUrJ_BdkVczPuq4J62Qb0v2rxWkLhaTAjC7YoGpftpbpXOA','Awesome people work at this location. They were thorough and caring throughout the process of finding out what was causing my son to be ill. Dr. Booster ordered various tests to get to the root of the problem. The registration sweetheart Jasmine welcomed us with a smile. This will always be my go to for an emergency!','2018-09-25 06:23:58.063000','2018-09-25 06:23:58.063000',5,'Staniecia Neal','https://lh3.googleusercontent.com/a-/AOh14GhvWX3fDGU4nTrjvjevwKoPGer_672P7o7aRXIfzA=c0x00000000-cc-rp','14567670160750071148',30711),('AbFvOqnj3eDoUCyHtJh_7Koy4I7W5HtZAH3YBfySZMxYf3uwLgkGOGsjcedB_Xv8vQDqfUqXSb0BnA','Speedy... courtesy... service','2017-11-06 19:00:53.224000','2017-11-06 19:00:53.224000',5,'James Turner','https://lh4.googleusercontent.com/-edqMxQOcgtg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmhvqGIVSx_IpvPgCPWqVzH5AyRwA/c0x00000000-cc-rp-ba3/photo.jpg','14567670160750071148',30953),('AbFvOqnJ3xLmj6kGCNOc8bcBidjoONtrc0-aZgAX8kui-KxMG2bkXudcm-60AbmHj110X26X5nUi','Clean facility and nice staff. The wait time is very short. Kimberly P is registration made the process so easy to be seen','2020-12-13 19:05:48.198000','2020-12-13 19:05:48.198000',5,'Krystle Preston','https://lh6.googleusercontent.com/-URvEWrntNbg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucncwZZhYqT_5H6_v7stDDx0g_DbVg/c0x00000000-cc-rp/photo.jpg','15979470999169074295',32822),('AbFvOqnJ45seg-qOCZ6Om61RN6p89rOZZ4emzoZhtI4DZ7n53pQeYqJGnbiFiX_DwhzB_O6Hspgp','Couldn\'t believe how well this place is maintain, very polite and hard working staff ,felt like we were not in Odessa ,Manny G. nurse very helpful also awesome physician Dr. Vaagenes , everyone here was awesome . They even gave us snacks and juices . Will not go anywhere else if something happens to my family 10 thumbs up if I had them , thanks to everyone there','2019-06-11 16:50:16.219000','2019-06-11 16:50:16.219000',5,'Patricia Saenz','https://lh3.googleusercontent.com/a-/AOh14GjEKggZT9elGYb168hD2v5BE7hXiFFPaDcJiOEGhA=c0x00000000-cc-rp','6521947413723274945',41702),('AbFvOqnJ4AS7c9pBFrFvCOwcEYNg4efHcGxXiBoRQ-bAZWfo0zBRaJg4t-DeyIQ2g2OxHg0LvwTj','Awesome people','2020-07-16 17:31:43.009000','2020-07-16 17:31:43.009000',5,'Lily Zavala','https://lh4.googleusercontent.com/-H7CPqhT86gU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnWSfi9MWGiElTE4G8i6KueByyZOg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41368),('AbFvOqnj4D6AKFqrcNYSZHVi6LgzOyNWbHadFf9IN63VQhOG3VIlFndZqtF3C-Cf4miOJf2JITHp1w','We have been to this ER center a couple of times and have been very pleased with the entire staff. We highly recommend this ER center to all of our friends and family.','2019-05-20 12:27:47.622000','2019-05-20 12:27:47.622000',5,'Chantel Conner','https://lh6.googleusercontent.com/-9vIOIMMqxak/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmmQUj_RzIIaTxDcBCXCoNa8LtoIg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41732),('AbFvOqnJ4H05Su7cl8_nQr7zqGAiBTIj2js0KKUW1Yhy-7k-IQUWlISYQzTXNMXmaMBr0tlWVs-Q','Stopped in for testing and Clay and Christina R. were quick, polite and efficient in getting my screening done! Total time in and out was about 45 minutes with paperwork and procedures.','2020-11-02 17:37:17.103000','2020-11-02 17:37:17.103000',5,'Dillon Townsel','https://lh3.googleusercontent.com/a-/AOh14Ghhttp1GtA8fD19-cI0PrnTsWGakMAeMDHg_Z6Qjw=c0x00000000-cc-rp-ba4','16891069708558046635',35654),('AbFvOqnJ4jgP30hCu7XzWfeq72M29mlxVwpzaQABUVKe7TTrQzVy8DLbsKnNkVWbpN7Ndo9VMF4how',NULL,'2020-09-24 06:53:57.915000','2020-09-24 06:53:57.915000',5,'LaDonna Miller','https://lh5.googleusercontent.com/-icr1Mx5r18c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnUQxHwB84BbQkFsUjljRShdT7tvg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39517),('AbFvOqnj5JlWmdGnw87Xm-4DrzojUQwgaIJNLJ2nvvjIlfqhzjlhIwr9y_6xbr-DU_XFwyvheM_HCA','i really am Happy with the work y\"ll done., and I would like to say thank you to the tech Carmella for keep making shore me and my family was okay!! I will be back','2019-06-16 22:50:13.508000','2019-06-16 22:50:13.508000',5,'TREY VILLARREAL','https://lh5.googleusercontent.com/-TJNateYE4lc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclrpcyVS5QE-QvVlwnh4KL8uZUOtA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30521),('AbFvOqnJ5yYYSHWo0YWo2eM4CJpStjeosBpT6Wqhj8XcqwnaJi79I8_0b1iNrNo4Gnel9IWrHDWpdw','Great location! They got us in quickly, even though we showed up at shift change. They answered all our questions and explained what was going on very clearly. You never want to need a place like this, but I’m glad it’s available and close by.','2020-02-26 13:49:47.886000','2020-02-26 13:49:47.886000',5,'Do Better with Christian','https://lh3.googleusercontent.com/a-/AOh14Gh7RY3P6kaWt375maFm868t9EvFYnCs-yBkIjv_bA=c0x00000000-cc-rp','8679688254631342173',42423),('AbFvOqnJ6ewWOQ-FvL8TYqiqrYyxUzWctIUdWWsL6KmuEcNFlX1NzECY6GourcONieRAR0FusSki',NULL,'2019-01-27 03:03:42.093000','2019-01-27 03:03:42.093000',5,'ljcbird17','https://lh3.googleusercontent.com/-vJYwjzOKnLc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckED1WLF6XhOuJrSHBPxmQ6lOvDKQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42170),('AbFvOqnj6PY04djn9x_9M4ZEnkXPEFX6v-2knxi9F2MnFF_wRD3jCylvC4Hcr63cfiFvjVWeshHyqw','No waiting room time, Aaron Ortega radiologist was quick and made me feel comfortable. The staff was attentive and all testing was done quickly.','2019-02-21 22:09:54.436000','2019-02-21 22:09:54.436000',5,'Maria Labrado','https://lh4.googleusercontent.com/-XUVSv6Izy5k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckzT2TXkDyCeBWkBxMr5rWFMTH23A/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29901),('AbFvOqnJ6toEKKcAWSmBb6XzoRc7wm40zYlOu4oEltlrEnj0aJUxgkVFcjKMoo3kaIRUg9fB2HT6','I have been here twice and both times have been pleasant. The place is very clean, and efficient. I have never spent more than 5 minuets in the waiting room before being taken back and being seen by a doctor or nurse. Alvean and Jordan are extremely nice, and made the experience as quick and easy as possible.','2020-11-04 19:44:13.026000','2020-11-04 19:44:13.026000',5,'Kadi Mullen','https://lh3.googleusercontent.com/a-/AOh14GjJa3_VRnS7wCmmgsqLA1AsRKXperuqdT2d4i1L8g=c0x00000000-cc-rp','16389487648212004696',32992),('AbFvOqnJ8wuKuF8XJJrFmbi7kiZvDuOd3cz5EV0iEWZlroDK_QisFb2-64YNivJ65RmCvs7Mz-60kA','I really loved how I didn’t have to wait and how they gave my brother a stuffed dog for Valentine’s Day!','2020-02-14 23:05:25.686000','2020-02-14 23:05:25.686000',5,'Lonely. Flora','https://lh3.googleusercontent.com/a-/AOh14Ggq6ra1Bm3bZvtDKh5kvhhBBUh_MSi2NuKg8tB2Zw=c0x00000000-cc-rp','3272657195432704501',39630),('AbFvOqnj9whjrD_xoKuKM3n_8pfJaVAyGWuhOjb9k94u7TvhOp4iKpb8CXCsh-N2bduBRe8WpIhZFA','From the moment I entered the building, Genesis at the front desk welcomed me kindly. Nurse Kristina and Radiology Tech Laura checked me and took care me. Dr. Wang was exceptional with his service. Definitely recommend this location','2019-12-20 23:06:23.432000','2019-12-20 23:06:23.432000',5,'Ricardo Polio','https://lh5.googleusercontent.com/-9FMC6wRL33I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclpMeFIcDQqkpoHX7zXc_ssGChaiQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28924),('AbFvOqnJa8SFVnCC8-D1f238VFXVfOHdk-5hEVK0dBuMd36aibYb2tA1U0xPpeHj0eKg3AJpjlQCFg','Great friendly staff, they were quick to get me looked at, there service is crazy good, I’m talking bottle service at the club level good, much better than a traditional hospital for sure','2019-06-11 14:01:08.905000','2019-06-11 14:01:08.905000',5,'Ryan Clark','https://lh3.googleusercontent.com/a-/AOh14GhV_zmR_xQx4-FsRnQ2w65A_nuf5qIvKVqRLP-_wA=c0x00000000-cc-rp','17394740196501090048',36769),('AbFvOqnjAf7TPf03vzg9keNBc6vwsJmcwWDasA4ATcqKv9NRb_iratmaGXNfE3BjWC_w3MaIvcBztw','Excellent service!!! Everyone was super kind, we did not have a wait. We got in and out in about 30 minutes. I highly recommend this place.','2017-06-04 20:59:27.394000','2017-06-04 20:59:27.394000',5,'Ana Cisneros','https://lh3.googleusercontent.com/a-/AOh14Gj_Ryrabx0TShPDnekhoQfxCICdsLkKasOCK_kWHJc=c0x00000000-cc-rp-ba3','17394740196501090048',37144),('AbFvOqnJAWjB5XYyn4_qQnu6YKnqXe7_3ZfhrDOjSvgftTWmxJCPrPWZ0chKzaBo6RGKz74e4DM','Chelsey was ABSOLUTELY amazing and friendly! Did the Covid test in a snap with little to no pain. Amazing! Thank you!','2020-09-16 00:00:04.002000','2020-09-16 00:00:04.002000',5,'James King','https://lh3.googleusercontent.com/a-/AOh14Gg7egPCHSYpWnQxpuvPqjuUdlq-YUELXL4lUCrBBus=c0x00000000-cc-rp','16891069708558046635',35781),('AbFvOqnjB30gWt1HHJihz3wTSwQk68KjIfP_l4FiJl4oCx0ABmgnM7jc7IsDn1ejyjYhoE8zXczgPQ','They were so good with my son and got us in and out quickly. Made sure we understood the treatment for him to start feeling better! Manny, Dr. Thomas and Maria were helpful and pleasant! Awesome experience and we didn’t have to wait at all like we would have in the hospital ER','2019-08-14 21:01:07.581000','2019-08-14 21:01:07.581000',5,'Stacie Mahaffey','https://lh3.googleusercontent.com/a-/AOh14Gi3dCP2UE5ZpEIBir_Z73VMERYNhCCw32Mk5paZmw=c0x00000000-cc-rp','6521947413723274945',41623),('AbFvOqnJBNRnKzXRmkcFAiGdYgv9xGtQLKKsNyB5XWg-sOh60kA6gAsOnawXfW9I-qeQH5CMYKfykg','Super friendly staff!!! My 2 month old had a fever and wasn\'t feeling good, we took him to this facility around midnight and we\'re taken care of at a timely manner. The staff and Nurse Rachael Reyes was great with out little one.','2017-08-01 18:48:55.679000','2017-08-01 18:48:55.679000',5,'Lili Majano','https://lh4.googleusercontent.com/-RJRse25om6Q/AAAAAAAAAAI/AAAAAAAABJo/AMZuuclApwKjQsgjqCgzbitraN1qcoU3Ew/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37107),('AbFvOqnJBRytOxJa3UvcLBv4P_-2Z3l5Y0sndvinUxvBzki4kI-9Wo4F-7R74rEAGRyPyyl4mHpihg','I was treated so nicely by everyone. Laura, the radiologist tech, not only did some xrays and vital signs, and was the first person I saw. She couldn’t have been nicer, efficient, and put me at ease quickly. Victoria, my nurse, was the same way, and made me feel very welcome, cared for. She did her job very well, and continued in the nice, warm manner of Laura. Dr. Ortiz was my doctor, and very nice, answered all questions we had and was very thorough. The check-in and check-out was very fast, and handled in a friendly, quick, and organized manner by Maya. Yes, I would definitely use this location of SignatureCare the next time I fall off of a treadmill or for any other emergency.','2020-01-17 18:54:23.914000','2020-01-17 18:54:23.914000',5,'Leslie Stewart','https://lh3.googleusercontent.com/-W_XX93yRj8U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclzxWKyx5vAUE049zh7QKYcbmqGoQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28811),('AbFvOqnJc8uspo9dEehiVHJfOMkpFygY25hChXGXt52I0eIQQKg8wa_tQBoZe7R_j2uvEyvLHloALw','This was really the best emergency room I’ve ever gone too. I came in from an urgent care all terrified and they calmed me right down and took excellent care of me. Special shout out to Thoresa, Ector, Tabitha, and Lisa for really making sure I was comfortable and okay. This really has the best care out there 10/10 would recommend.','2020-01-23 22:02:24.456000','2020-01-23 22:02:24.456000',5,'Jessica Reyes','https://lh3.googleusercontent.com/a-/AOh14GhTkmOnojuhOM18uWxD-27SRNHWio1kbN2CsOFkDA=c0x00000000-cc-rp','6521947413723274945',41495),('AbFvOqnJcKbhd_p0lSo_VaNHWi7E-WPE7KuepG53ZUHUswKetViWdaopBetpn9EBRWgNGlEkMcxb7g','My experience at SIGNATURE CARE was excellent, comparable, safe... all of the above, I would recommend anyone (the staff couldn\'t be better) thanks Signature Care for a wonderful experience!','2019-01-22 00:48:40.520000','2019-01-22 00:48:40.520000',5,'Jerome Celestine','https://lh3.googleusercontent.com/a-/AOh14GhIBzLWqVu8cMznWwpJ9vLslSHwjF-RaWcUSS1lVQ=c0x00000000-cc-rp','17898197009688164559',38323),('AbFvOqnjcmI4tohv8DrbIRvDRl-FBXM-ZyO_WBrIdyFI5rONUMnYAucIs-AcJ-eNZkecw8RReFyOqQ','They were very helpful and got me in fast!\nRollie, Natalia, Stephanie, and Yasmina were all so friendly and made me feel comfortable!\nDefinitely recommend coming to this location!','2020-03-06 01:01:37.958000','2020-03-06 01:01:37.958000',5,'Morgan Yates','https://lh5.googleusercontent.com/-cfOfDsVQEbE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclFvYDF3NhWHmDzKVEuXkMfO32zkg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42404),('AbFvOqnjD0jZ7xqOBKAIfarfPPdvHaQLXM3eZ-AlCfCVJQA5TKY4pqAYuAmi1UQMrSoTh2wgg_it','Every friendly and quick service. Thanks Josh for beings prompt in helping me.','2021-01-20 16:04:57.710000','2021-01-20 16:04:57.710000',5,'Tammie Dillard','https://lh6.googleusercontent.com/-XvunNsm4WEI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmMPeoN6jtF0kAoDJf3I_u9kqkSgg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44612),('AbFvOqnJd8AMquqhcIvmQrpDg_bS41ZLiunCWF-EER227qSbL24AZM5OuS1441snklPEc45_awkNzA','Love the staff!','2018-07-14 21:05:07.912000','2018-07-14 21:05:07.912000',5,'Sacha Flynn','https://lh3.googleusercontent.com/a-/AOh14GiuwkggxcslXbcOqnpQvOIy0SdXrhdQc9dVYl5WXg=c0x00000000-cc-rp','17394740196501090048',36933),('AbFvOqnJDJtWbe4Z-VSAfzJSETQKtzJ-YeInHearrdW2wl75f3Fjf6XfeuPCGjiK8JzNUjuOILJtpw',NULL,'2020-02-29 00:14:44.861000','2020-02-29 00:14:44.861000',5,'Kc Chambers','https://lh5.googleusercontent.com/-Uiwt_Qhj_Sw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclWp1vXlgYOaTKpehgvecKAmKFGhw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39586),('AbFvOqnJDsAo3T7fTZYnelSmWl-WpFWQr1ASP-eBXgLp0mUsvp6_j9c-Qg85hAv3qFgsoJUpNW5kVQ','I have used this facility a number of times for emergencies and most recently for Covid 19 testing. Staff is always pleasant and they do a great job taking care of you when you are ill. Highly recommend this place when you are in need of an emergency exam','2020-07-07 00:04:50.717000','2020-07-07 00:04:50.717000',5,'Mary Francis','https://lh6.googleusercontent.com/-vwjfM9GirmM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDKpOMprgYMtJpnzWwPPMsuTd6gw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42362),('AbFvOqnJebVMC4izlU3CWRB6N4nzdXB0qrvyO7kx9DeLwXiZs4tCJczmbycYMmbVTnE0jyFyk46SiA','I came in this morning of 12/29/2020, it was fast to get sent to the back and seen the doctor really fast. Valory, Julia and Dalal were really respectful and nice! They explained everything to very well! I totally recommend to come here and get treated ! Thank ya so much for helping me out this morning!','2020-12-29 14:19:19.711000','2020-12-29 14:19:19.711000',5,'Vivi','https://lh3.googleusercontent.com/a-/AOh14GhsczavrUgqpBeouHVCevNnPQYI_sjiAX4maUQL5g=c0x00000000-cc-rp','15979470999169074295',44110),('AbFvOqnjEmmVl1tnKrQUjswU3QW2ThbAevOGxP_EApyGkaJ3DBo571989uqSh2Jk0C8ZF1XfS_mqpw',NULL,'2020-09-27 17:22:46.662000','2020-09-27 17:22:46.662000',5,'Cade Carlson','https://lh3.googleusercontent.com/a-/AOh14GgT9TraV1SqwbJFWOVyFpRqllUQLhhcoCJYkXu4=c0x00000000-cc-rp','17898197009688164559',37530),('AbFvOqnjepnkH_HrSWAcwk1XZLSPpJt8JLIchO7rMDFEHb751f_PnzNLYRAw7fWxQVMr7iFO0xGl','The front desk, Nurse Alvean, and the doctor were all very kind individuals. I did not wait very long for a viewing and was treated with kindness.','2020-10-21 20:09:55.118000','2020-10-21 20:09:55.118000',5,'Yamil Melendez','https://lh3.googleusercontent.com/a-/AOh14Ghrr9_Bt6orururC2012LfJ5HtQLx_4BtcoVwBrig=c0x00000000-cc-rp','16389487648212004696',33117),('AbFvOqnjer07hW9a8IuWL5aqHG60E5TaMf3K-BmriPSEEaDnQGcIsOR8lJD0DFF4km_mwaiJghpC',NULL,'2019-05-25 00:12:44.038000','2019-05-25 00:12:44.038000',4,'alena madero','https://lh4.googleusercontent.com/-T6O-amfkGv4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmILz-1hJkQDYIPeNZVhmpLGyn3fQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41716),('AbFvOqnjfGiIasOB1hnqy_Uw5oALN382-Hvqkz9WIIpVsXdXZoWQ4LeeyB2urkO38bY3I9PgFf0L',NULL,'2020-09-18 15:31:23.019000','2020-09-18 15:31:23.019000',5,'Guadalupe Perez','https://lh4.googleusercontent.com/-_QsP8KpYInE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUFMB4b5d8-wAAxl_UPUPFuvpMiQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38974),('AbFvOqnJFlFskm6zX9wl4XxOcv-1We6JINFQICu1LOVjnMNJfz3jO72GcPDsK_cu310_nTECQg0zFQ','Great care! The staff are all friendly and you . Jennifer, Linda, Ray, Shannon and Dr Ashbrooks are all amazing. Thank you for the care you provided me at signature Care','2020-02-15 07:16:15.146000','2020-02-15 07:16:15.146000',5,'Micki Rains','https://lh5.googleusercontent.com/-GB2OZwj9hIE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxF4XRwvw_C9o2xjz5n40W31aAcQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39629),('AbFvOqnjflRXojQlHC3NB3G8vorO2VlnT_dPRN4LYF6aggExtI8W7qeCn04I-EEVdVKwtde_1SLF','These ladies working the front desk and the staff providing service in the medical section were fantastic and quick. Not only did the front desk show me superb customer service, every single client walking in with questions were treated so kindly. They didn’t act annoyed or rude for the million COVID questions. They were patient and nice. This goes for all signature care ER’s as well.','2020-07-28 01:43:30.010000','2020-07-28 01:43:30.010000',5,'Shayla June','https://lh3.googleusercontent.com/a-/AOh14GiqhyXUdsXUuVQftC_t785Q52WPS3EQkXDvG0ns4Q=c0x00000000-cc-rp','17898197009688164559',37580),('AbFvOqnJFMk4hSwrWs31ypmQGeYmhqt5MBHVn8Qri35DhK1K8-kWZfQfUnTplHkKk1-pNopeMsKoZg','Dr. Golla is amazing, super hands on and definitely cares about his patients. All the staff has been absolutely amazing','2018-10-05 16:01:30.500000','2018-10-05 16:01:30.500000',5,'Kourtnee Duff','https://lh3.googleusercontent.com/a-/AOh14GhKUhTux3UU0Cr-GUxkITYNgfKIOhyFQr8tVmvDCg=c0x00000000-cc-rp','3511292162159714121',40812),('AbFvOqnJFMNST-PIM4o9KT8mxbdA0zR-WAUdutmlv6z7J6c0Adfrp-YPPLljh5A3UD7jZqZj_6DCpg','The most experienced and efficient emergency service rendered by a considerate staff. From the time you sign up until you are released by the attending physician, your needs are addressed with prompt and effective treatment. The staff work in unison to ceate a flawless and fluid experience during your stay. Dr. Daniels, Bryan, Kelly and Denise worked together to make this ER experience a success. Thank you.','2018-08-04 05:50:26.746000','2018-08-04 05:50:26.746000',5,'Jillian Cloud','https://lh3.googleusercontent.com/-1NNRsqqqn_c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnc0EySXLu2gfIR0XKRqp5t3xe_WA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30793),('AbFvOqnJFO0v2leyWCmeQfJNdR3GTrhIcjEA0Dfh3FwDNJE4zbDyw1sZhnfXz2UPIqM6ptvXEhdZfw','I can\'t thank my nurse Joseph, Dr. Sylvester, and EMT Norma, enough for taking such good care of me. I came in with no wait. They quickly diagnosed me and determined I needed to see a surgeon. They walked me through everything that was happening. I ended up having to stay overnight. The entire team was so attentive, checked on me all the time, and made sure I was doing good. Highly recommend this ER. They gave me the best care.','2019-01-03 00:22:26.159000','2019-01-03 00:22:26.159000',5,'Cathy Walker','https://lh3.googleusercontent.com/-Fq4vr98in8E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnE7oM4-MBJPyN-60rxbjYEPh6U1A/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30654),('AbFvOqnjFX12AxqNyQACTWR83cNTeyojvTAAxMZIpal1oOAPBDNIJb9uxuzuSfH8HoXjcSJ8wBSFUQ',NULL,'2020-09-28 12:56:50.825000','2020-09-28 12:56:50.825000',2,'Karissa Haywood','https://lh3.googleusercontent.com/-vGGHoj7rTCo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucktaUX8GBSWZNBY28ZNEuJfk91Kzg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36531),('AbFvOqnjg2K6GYls4-VJJ24r--2p5-t5sDe8wYcNOlksclz3gRSlWP7iarcJc-hBo4aiC7b3nzWc8w','Got into a room I’m not even 20 minutes. Full exam plus X-rays didn’t even take an hour to perform. Dr Miller was very cordial and fully explained everything so that it could be easily understood.\n\nDefinitely recommend this establishment.','2018-09-07 01:02:20.538000','2018-09-07 01:02:20.538000',5,'Ian OBrien','https://lh3.googleusercontent.com/a-/AOh14GjSEMBEdeIxnvsYsYnv5rHEbXTSvUjFwX5BMtr4Yg=c0x00000000-cc-rp','14567670160750071148',30745),('AbFvOqnjG6ujOI1-uWbG8CRbSW7hhhd30H-xG6dgGkCFzXQ33_be_OyU6ThvuAoOf0stKM5PSKARrg','Liz did a great job of getting me checked in quickly before handing me off to Jacob so he could take my vitals and symptoms. Dr Vakey was very helpful and explained his diagnosis thoroughly. Thanks!','2019-04-02 15:09:31.401000','2019-04-02 15:09:31.401000',5,'Erik','https://lh4.googleusercontent.com/-5FDmAzesHVY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclx_ucy776dU74eKG3NHnM1axY18w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34929),('AbFvOqnJg8YjaATXMzPPUFrOeawg2qaCCZj8vWh4lUrxQdbOTWcuSi3P6--ZHx_PZ-OADIR6kxb23Q','Alysia was very client focus and quick! She represents the letters ER!','2020-11-07 16:21:50.683000','2020-11-07 16:21:50.683000',5,'Ashley Barnes','https://lh3.googleusercontent.com/a-/AOh14GjC1Zpz5DW7ror9l7CWyb1Eq8Axw6aJb8F6c38mW8c=c0x00000000-cc-rp-ba3','12541597562633926366',28474),('AbFvOqnJg9HvzCk2FPgeYWVpi4haSVrUHUMyYs3B3qQ_eEc3_DVe6rAhkbDmT3YLyhan8IxSX_kE','The staff was friendly and the doctor was personable and efficient, just what I was hoping! Thank you!','2017-08-19 18:43:56.108000','2017-08-19 18:43:56.108000',5,'Drea Smith','https://lh3.googleusercontent.com/a-/AOh14GiaA4ybcKY-g2YBKuJhyLmXZZMLZH-twqRA4DLN-g=c0x00000000-cc-rp','16590124370714063921',35400),('AbFvOqnjHAfFu5SX2ydbFN40gBvBZchz91b_r081t0yfA5pmnVLlG47dCKzNjiMtAYNkK0l4RgYflw','I had the best and quickest staff ever today and they are wonderful they got me in and helped me with my pain and made me very comfortable i appreciate my great helpers today thank you to Dr.Jaber. miss Alvean A my nurse ā¤ā¤shes and angel and Marcus B very funny guy and miss vanessa g at Signature care thank yoh guys so much','2019-12-10 20:14:43.766000','2019-12-10 20:14:43.766000',5,'Dutchess Cooper','https://lh6.googleusercontent.com/-fkGbZcsR7-w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclngMTtLeV3e-skQ5Giq8i38t3NaA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33617),('AbFvOqnjHgvR_CAlt9HETtKB8YU3mPUOLt4_HJjiZaPCkRpfCc5wnYyRLFQ1rt-2XAOfVt5j3ORHsA','Overall great experience would advise','2019-06-21 04:44:42.745000','2019-06-21 04:44:42.745000',5,'Bodhi Rosen','https://lh3.googleusercontent.com/a-/AOh14GizeZK63Fzc3vlvYEQK9H7zfGQhwAqpvH-m60oY4w=c0x00000000-cc-rp','16891069708558046635',36173),('AbFvOqnJHoIPv6bTxZHRrlBHO23rdx2ifhSwnuLIQXGX1QlthHaAc7wSoT8tOo_s4iPIC3_UqVwF','Everyone is super friendly and knowledgeable! My baby was offered teddy bears by three different employees, including Dr Ashbrooks himself returning with goodies after he was finished with us! Chloe and Kara made sure we were taken care of and satisfied the whole time! You would never have known my baby was not feeling good, when they were occupying him.','2020-12-20 01:29:51.201000','2020-12-20 01:29:51.201000',5,'Anna Wade','https://lh6.googleusercontent.com/-9xm4vSJZssI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucklQHMoVF-QjBRZ2IXkeoMVsVFFGw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44652),('AbFvOqnjHPhytxHmSa7AjgzdKWSBTj-08imQRvbYreNqAemEXkrqLN1cizcTwGX1_xp8sKh9hZeX','Thank you to the front desk Dalal and the two ladies that helped me get tested Natalie G and Christine M. 🤩😌 The process was quick and easy.','2020-12-02 16:45:23.119000','2020-12-02 16:45:23.119000',5,'Jessica Deleon','https://lh4.googleusercontent.com/-nWXcJ6y8WHM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnWWq_qvTKagkm0t4-WhEyt0TY87A/c0x00000000-cc-rp/photo.jpg','14567670160750071148',29999),('AbFvOqnjICG5dM2Kej45bbjpdvk6Fvv36oWypqLVC4Phyl1bjTBHET2n5C6H9iqVo83KR5bVGBtc4w','Amazing,amazing,amazing. Brought my son in. He does have autism so I worry about emergency room visits or stressful situations out of his comfort zone. The whole staff made this as stress free and nice as it possibly could have been. They really explained things well and everything was a lot faster than I expected it would be. Dr. Huerta was kind and Savannah,Rebecca,Jair, Maria,and Erin were exceptional. Andrea the ultrasound tech was absolutely amazing. She really made everything great. We loved everything. We felt like we were getting so much attention and everyone cared. Thank you so much.','2019-04-10 16:03:51.724000','2019-04-10 16:03:51.724000',5,'Shannon Dilulo','https://lh3.googleusercontent.com/-cUoqpok0zzE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucloK9Ps1bPHRHzc-yEAlR6F-8_TQQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29880),('AbFvOqnjIFjx0MhjuZNhDvwk0ReczwNebyWE5Nzq3Zp3s5RGJpsxDMAMW1RoVznLaAXLuWL_Gs8J9Q','Staff is friendly and great location. Dr. Ding, Nurse Rachel, and tech. Ralph were all great!','2018-09-29 04:20:25.467000','2018-09-29 04:20:25.467000',5,'Lili V','https://lh6.googleusercontent.com/-3NTgJ-2mFxA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclNUZ3Z9SA_0BcuL7gDB4n9XNCIMw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36884),('AbFvOqnjiIyg23wwkJYeQC9YOeZaZlzuXMhLex_Fq0QVXBDmUIoLItNDBBsEq_CcrxpDxuVpi4ekzg','Loved place so much , very fast and efficient. Very lovely people specially Radiologist Fatima and receptionist Bryanna. Definitely reccomend.','2019-12-08 06:17:41.768000','2019-12-08 06:17:41.768000',5,'Lorenzo Nepomuceno','https://lh3.googleusercontent.com/-je04PueOOHE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck3rWSQE0ivZQN3g3_cV1LOJY_BkQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37821),('AbFvOqnjiM8L1nXdus3r63NR6yP9ZM0-SwqQJu6S03Sw8P2T8rxAcQbeJSqvY_Q96YbYkLEbtakwiw','I brought my\nboyfriend here behind a DVT scare we were treated with care and didn\'t have to wait I recommend this facility to everyone. Dr.Smith, Ana Registration, Nurse Irving, Radiology Tech, Holly, ER Tech Nelson.','2020-01-12 08:01:39.570000','2020-01-12 08:01:39.570000',5,'Lakeshia Stallworth','https://lh6.googleusercontent.com/-ZDJOa_4Ewtw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnp-m38Dt7ki46OPvVEJFts9WVi0g/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28832),('AbFvOqnjIMK_bMA6y280PASBux76_L_IveSILo7_fTfMsBoD4YJnCiOLxcYj7CWVNbMmfml8fXJlEQ','Jennifer and Tiffany were both very friendly and helpful in my visit to this location!','2020-11-04 16:03:41.778000','2020-11-04 16:03:41.778000',5,'Diego Yepiz','https://lh3.googleusercontent.com/a-/AOh14GiqKZFJb1fsv8YiCatK35tQJ-pFxmbSTd7z2dOV=c0x00000000-cc-rp','8626688543755174284',41862),('AbFvOqnjIsyjusCvsNBEReXN5kRhKu-yVjONqnZif0BbRQKktqYQjRjfPUB8X6T3nyg0iOoD-DOvQQ','My second visit here and, like the first, a very good experience! There’s no wait and everyone is very kind and helpful. On both visits I have been seen immediately. Second visit was with my 17-month old. I strongly recommend SignatureCare','2020-02-19 12:25:30.610000','2020-02-19 12:25:30.610000',5,'Cecilie Beyer','https://lh6.googleusercontent.com/-agx6YBnCL5w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnQKKyeJw4xe59ZBaiXRqOpPQrR3g/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30233),('AbFvOqnJj2_cQ4kPzaDfYBTbvXOz8H8juQgc_W_bv9j_sjn8kE6MNrgji5WLhdo-NjL1i5-JQXuZtw','Everyone here was amazing. They took care of my daughter very quickly. I don\'t think we waited even 5 mins. Jessica at the front was extremely sweet. Dr. Golla was very helpful and answered all of our questions. Adam and Janet made my daughter feel very comfortable. Highly recommend!','2019-01-31 18:47:05.877000','2019-01-31 18:47:05.877000',5,'Anum Baig','https://lh5.googleusercontent.com/-6GQRcE2gSlI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmif_sRUEPaeJZwfyj1-mN3bSUz6Q/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36831),('AbFvOqnjJOma_hs4pwJtRmGoZn39nCJZSTvtPbj6G5ffjkY0YJUkjlI7ONqSHZIbOlqG6AxUmDQN8g','I had an overall wonderful experience at Signature Care. During my visit I had the pleasure of dealing with Dr. Appiah, Nurse Alvean, and Jocelyn at the front desk. They were all great!','2019-07-10 16:46:17.469000','2019-07-10 16:46:17.469000',5,'Anyse Baldez','https://lh3.googleusercontent.com/-m0-Ln-ZS1eY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn1CdK-NHi1uIX4dWcU1XN6BBXGfw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnJJXvHfIv_O0hxL1x6IbAx0aOxmss6Ai-NC5HcGcRwMTk5NNPuQ7kJG294-v51OfzldvuROw',NULL,'2020-09-12 16:06:51.374000','2020-09-12 16:06:51.374000',5,'Lil Kasper','https://lh3.googleusercontent.com/a-/AOh14GjE3tV8wKQGwWvjgWx8JaN73xINQDF2_WrOlRz_QQ=c0x00000000-cc-rp','17898197009688164559',37559),('AbFvOqnjKs-BZ-yD2G95MGg3bQv-aEjn6Rr6ZYU7tAGOY57mZ6Ji8NpD0PF618Dv8v-pPkP4y1hB','The NP alshia and nurse josh treated me with care and respect. I didn’t have to wait a long time and they showed me the greatest hospitality. I recommend this place for anyone’s medical needs.','2021-01-02 01:45:22.637000','2021-01-02 01:45:22.637000',5,'Kaesha Staggers','https://lh3.googleusercontent.com/a-/AOh14Gg-2kYx1syNQxj7x9wTzeiu_oil16zK1toGFuhFlQ=c0x00000000-cc-rp','3272657195432704501',44252),('AbFvOqnJkyhv-rK1bVKQl2sM4y6I1vvWCZfuWW1X6P9qf9YiRplwOdFcwVvySwdRbDRnIAqBWNJx','This place is great! Patrick performed my covid test and it was the best one I’ve had yet! They offered water, a warm blanket, and are super quick with results! Highly recommend.','2021-01-20 04:28:19.643000','2021-01-20 04:28:19.643000',5,'Macy Martin','https://lh3.googleusercontent.com/a-/AOh14GgnltmOtee2uCgQZeJI1yswNLE8_8avNFHvLZ3cUw=c0x00000000-cc-rp','16590124370714063921',44507),('AbFvOqnjL0d06vHBP7o64EGw32_Nnml6p60emJ6hxeQog7Z3grw8FMqC556cxCaj5zCf1t8lV8snfg','Dr. Ruby was so sweet and very attentive as well insightful! Everyone of the staff was so amazing! Definitely recommend this place to anyone.','2020-12-24 22:27:05.702000','2020-12-24 22:27:05.702000',5,'Sarah Westbrook','https://lh3.googleusercontent.com/-EoryUWerkbE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmXga1skGiHr_mBjqDdGJtsFl3p0A/c0x00000000-cc-rp/photo.jpg','2077061009497551125',43813),('AbFvOqnjLl_mDJWTU_RkhxWGDYe2UzI8ccXLtUJnEJ-TFRBoojUvbaKknRNckxgIgMKldySeEcesDA','Came for an urgent matter not related to covid, and the staff was working hard at managing emergency patients from covid testing patients. The staff went above and beyond while I had to stay the night for observation. They were professional, friendly, and accommodating. They ended up ordering food for me to be delivered while I was sequestered and hooked up to IV’s. The staff was great. Highly recommend.','2020-06-29 03:01:46.643000','2020-06-29 03:01:46.643000',5,'Andrea Steede','https://lh3.googleusercontent.com/-cMHPtrZXnUw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcM_tDjg8RvEvsw_7kOUqrPLQ_0g/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28625),('AbFvOqnjlnP2AdqOZv0ljfL-DZTejIRn80m9SlQeXQWXLwkyPQBppjsYtjP3uDlVs9kKaKUriCMB','Shout out to everyone here. They did a excellent job made me feel at ease and comfortable. I really appreciate their hard work.\n\nThanks again','2020-08-05 21:23:27.259000','2020-08-05 21:23:27.259000',5,'jason pea','https://lh3.googleusercontent.com/a-/AOh14Gii4W0VVQwGFzjhB587NPGm_MJp-qqL0ev1c_voVA=c0x00000000-cc-rp','14748677429039074158',31802),('AbFvOqnjLonVF9K6XGIhpxytbAbTtVJAkTJ_9IFvyvH4KhMJV4qxwCoNUERy1aQ23JkH01mSctEXyw','Melissa was very accommodating! Robert H was very helpful with showing us tricks to administer medication to a toddler. And Dr. Iheme is amazing!','2019-11-16 02:58:11.161000','2019-11-16 02:58:11.161000',5,'Jalisa Randle','https://lh4.googleusercontent.com/-5CClQPrIlpI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckuLpy5iHahfjPPBKRBGPTYVWZj6Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33743),('AbFvOqnJm-pBJLuHi-tTkuTwNOXgMVXroxEtzzbdZMpJhgXBQUYPWgu8a7beY5IVqjWInYfyD_2S','They where really quick and amazing , Also Jennifer was Very concerned ..','2021-01-20 13:18:04.074000','2021-01-20 13:18:04.074000',5,'Constance Berry','https://lh3.googleusercontent.com/-M3O7jMn0ZP0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCotJaZ5E6Ks-h1vrVgaHm6IQP7g/c0x00000000-cc-rp/photo.jpg','8626688543755174284',44692),('AbFvOqnJm093pKuQfLORtj7oaq2e_w696Xwenf3nOugj177br3Qj5IJ0UeAPHdpnFpsP7QmfgoiIVg','Great facility! Everyone’s so nice and welcoming! Everyone played jokes as well and it made me feel safe and comfortable! They’re quick and apologetic too! Georgia cracked me up and was amazing!','2020-11-17 04:06:27.032000','2020-11-17 04:06:27.032000',5,'Kat Castaneda','https://lh3.googleusercontent.com/a-/AOh14Gjw3bvcKHwYUcH_t5d1noEqejiX5i9XtiNt6e_U-kY=c0x00000000-cc-rp','14748677429039074158',31353),('AbFvOqnJM2_pUwJc3tVggnR-Is7erFZEsmveX8M4UuR5tuvxi8TWwOgimaAF1c5ldyMeuD7gNAxg',NULL,'2021-01-20 04:31:40.029000','2021-01-20 04:31:40.029000',5,'Jaqueline Ornelas','https://lh3.googleusercontent.com/a-/AOh14GhsCD2kfPxkRwKUlVNU9I7JWE_wdDicBFJoKAwX=c0x00000000-cc-rp','16590124370714063921',44506),('AbFvOqnjMHjJf3C_34Tc-Z0OOibcL98SpObURCktRbNcMo8V-xit5BbjNxABBTzvVNXy89Z5BI4m','April was amazing she got me back and answered all my questions. The doctor was awesome and great bedside manners.','2020-11-15 21:31:45.053000','2020-11-15 21:31:45.053000',5,'Rebecca Ayala','https://lh3.googleusercontent.com/a-/AOh14GiCpi3Ng1h4FZ1fZswILGtrtW0FjUjuswDUT_b-hg=c0x00000000-cc-rp','14748677429039074158',31362),('AbFvOqnjMYyQ3OiMvgMOG_BphEGyXAxxOahyCNvU1PUqztSy3uL36QO4bdD1tst57W3n_BptzrPGag','From the moment I walked in until the moment I discharged every staff member on every shift exceeded my expectations. The doctors were very informative and the staff was extremely nice. You can tell they genuinely care about your comfort and your health. In case of another emergency, this will be the only place I will come to. To top it off, Since I stayed over night, they gave me a very nice robe and shower bag with all the necessities I need to freshen up and shower!','2020-01-22 17:56:39.181000','2020-01-22 17:56:39.181000',5,'Savanah Sbeiti','https://lh5.googleusercontent.com/-BzXMwLWclbg/AAAAAAAAAAI/AAAAAAAABWM/AMZuuck3zjbiWZI_O--xj7vraYLvEZhzlQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30320),('AbFvOqnjN2A-CRP3sCGB2thIsjm5mPbp-tC2wIEwGPxqoFyit5e2rsE0W5R91Vzp5lFNJjMF2itH','Dr. Lindsay, Amy, and Niki RN made me feel very comfortable and my nurse explained explained all my procedures that would done.','2019-03-12 00:49:10.250000','2019-03-12 00:49:10.250000',5,'Betty Garrett','https://lh6.googleusercontent.com/-n8JXXR26EwY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1NWTN91PEtjKPKRyutRUtqVllRA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30590),('AbFvOqnJNO3Rp0Yi-g0rdwpuy6OY_mO2dNX3H0iLPnS9BFAb50EMvni4raw3yMd8e9Zp2O3KOQtJKQ','Very friendly!! I went for a Covid test and I was in and out! Also did not have to worry about Being around other patients','2020-08-14 13:26:56.399000','2020-08-14 13:26:56.399000',5,'Ericka Uvina','https://lh5.googleusercontent.com/-SHXEhLYgIlY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1ZM3d_PkCKM_OCUnuRubEZSiLfg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30137),('AbFvOqnJNpwKzjvUb_b_Hp42Ou4Xy6xaVQgQ9n1R_0LcWin-nDqtoU1HMW9g-yQLEOfjgiO_WMZE','Since the first time I can about a year ago still come back every time for the excellent service and care I receive here. Awesome job.','2018-07-15 20:05:35.417000','2018-07-15 20:05:35.417000',5,'Nora Suzanna Ramos','https://lh6.googleusercontent.com/-RjOIBTmJsF4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnDA-lASDZM5zXCyuPgXOP1Pewdiw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30818),('AbFvOqnJOn8j0LxwVbh6yQppbzPDHHOFFXZvbUgDFTT-IuUfjRayeyHx9Qbb1xT6x-iDabNOAkbsRQ','This location was wonderful and so caring they offered me a warm blanket and were so attentive even as it got busy. Rashaad was super helpful and a pro at multitasking it really put my nerves at ease Dr Thomas was wonderful along with Keri Amelia, and Fatima. This location was a distance from me and well worth the drive and I’ll be looking to them in the future','2020-02-22 03:26:48.386000','2020-02-22 03:26:48.386000',5,'Caitlin Jackson','https://lh3.googleusercontent.com/a-/AOh14Gjw45ox7aIKgNHbgWRvZwA2TOc9clN7YxJOIwcm=c0x00000000-cc-rp','17394740196501090048',36618),('AbFvOqnjOozxTHNPPg6aLPVXxDtpWIC-zEGwgNZPNyHJzEDFmXtJ074GfqlaOaCuKdFgXQr4cLJObQ','This entire staff, Brittney, Kelly, the doctor, EVERYONE were very VERY helpful. They were attentive, thorough, and caring. They took me in immediately when they noticed my difficulty breathing. Their work was extremely quick, comforting and I am VERY PLEASED. I went in with difficulty breathing, and when i left, I was able to take deep breaths, and sleep peacefully when i awoke the next morning I was 98% better. Thank you to everyone who helped me. I Truly appreciate it.','2018-07-22 06:46:44.833000','2018-07-22 06:46:44.833000',5,'Jessi C','https://lh3.googleusercontent.com/a-/AOh14Gh9Vzny22BfcmQSPJOUwTHqt6mQxeDnrePA3eC73w=c0x00000000-cc-rp','16891069708558046635',36383),('AbFvOqnJORZ5xZ9-mSIVJI3Wl1d-3VCk48OprF2uohUskQANGW7ZgQW8KcfeGAE2TA4dH_xDWhRLsA','Every staff member here was amazing. Christina C, Shelli, and Elsbecker were all so kind. I brought my 13 year old son and they took great care of us. Would highly recommend to all my family and friends.','2019-02-28 19:15:59.284000','2019-02-28 19:15:59.284000',5,'Linda Saucedo','https://lh3.googleusercontent.com/a-/AOh14Ggu_AcYBdMuq9RIexYuU2UVx4IRIe7uzUve2TnC=c0x00000000-cc-rp','16891069708558046635',36263),('AbFvOqnjov_CY7CLeAxoI0epdbOvz8i85H8YeN5xAdm86h7QoEi8VG_eQb8F5MpONNMnFHALInOG','First time here. Great first experience. Very friendly staff. Christina and Clay were very helpful.','2021-01-25 18:54:11.140000','2021-01-25 18:54:11.140000',5,'Beatriz Gallegos','https://lh3.googleusercontent.com/-RBdR_EiV5T8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclS2mKFijbFgmL1dPszeM9ItL3CNQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',44405),('AbFvOqnjP24H4IWs0XdFvv8rI0whRceALyIjPHKHNYB18TBgYLdaytJGcu1RNnC6iYv1x0jmWTXWNA','Came to get a rapid test done, it was quick, everyone was very nice and friendly. Alvean and Jordan helped me','2021-01-06 18:40:25.958000','2021-01-06 18:40:25.958000',5,'Laura Warda','https://lh3.googleusercontent.com/-DSZWyS_kEn0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7_tU14HtazSWv8tsZVOmwiYhMqQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',44492),('AbFvOqnJPFyFcoXdzYuGuMEj8mWMTajSoUx71Og1CA81azGr1DtxQ5LEg3D2-E4ru2WPCyVHxGX-Wg','Came here for the first time today. Overall impressed with the facility. Dr. Patel was very informative and answered all our questions. The staff was kind and welcoming. Initial wait time for seeing the doctor was quick. Nurse Kristina and Sarah were also very accomodating and hospitable.\nThe facility was also stocked with snacks and water for us which was very convenient.','2020-02-05 01:13:36.693000','2020-02-05 01:13:36.693000',5,'J S','https://lh3.googleusercontent.com/a-/AOh14GjY8SuHwHbAfr8Wv-cWRQB3brU-_4FzO6KIv-fJ0A=c0x00000000-cc-rp','12541597562633926366',28751),('AbFvOqnJPmOSxessjlKYIs0dg9t6_kiHda2L5KfFPZtxLgL4BezNBY-lT_KZt9tSm4j52QHWvgYKQw',NULL,'2019-01-28 20:21:42.539000','2019-01-28 20:21:42.539000',5,'Laura H. Bautista','https://lh3.googleusercontent.com/a-/AOh14Gg76h_K2zlvVb6b5m8CW6jDiFZK5WhWl91uIC0=c0x00000000-cc-rp','13486358490203335051',29920),('AbFvOqnJPyzFxRdMIdVONEpHX8a8wpJctaTJKxoxW-XxIhvD8NwVZsWdPh_mtRduDiMyGMuSLSI8','I was not feeling well and did not want to sit at area hospital so I decided to come here for care. The moment I walked through the door I was greeted by the woman at the front desk who immediately acknowledged me and began to address my needs. I was placed in a room in a timely manner and cared for by the nurse with her compassion and wanting to make me comfortable. Dr Jones came in the room and was very knowledgeable about my symptoms and took very good care of me. I will definitely recommend this place to anyone who wants fast but excellent care.','2020-02-21 00:37:51.209000','2020-02-21 00:37:51.209000',5,'S. Ward','https://lh3.googleusercontent.com/-4BMXRjspmEI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclnsdgqStchANuwkoU3C1zXE9_66A/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39109),('AbFvOqnJQbXxLoERMn4rNvbhfYHQEqtBwfSt6sx0Ustrp93GZGMdwjD_D1v9XHCPZqVUgm_K6ID_3g','Dr. O\'malley and his team Alvean, Ekatereni, Jordan, and Marcus were very kind and informative thought the whole process. Would recommend for immediate emergency care.','2020-11-03 13:06:37.418000','2020-11-03 13:06:37.418000',5,'Sam Schultz','https://lh3.googleusercontent.com/a-/AOh14GjRjPS_zy5VfXCM1sxytqCN5PH5zMCipUcTE147bg=c0x00000000-cc-rp','16389487648212004696',33014),('AbFvOqnjqUrhG8-wu-BTUuCIfTcLmWQC--fNhzraNpaXJfjCAjFIZdVUyCCBmkTWVzweJMcLKeVKkg','Dalal was an amazing help she was super nice and caring!','2020-10-17 17:52:05.538000','2020-10-17 17:52:05.538000',5,'Keydi Brown','https://lh3.googleusercontent.com/a-/AOh14GgsVf6FSXC7Ho0TLYRiq0ndOdpjkc6GhjJR_clYMA=c0x00000000-cc-rp','14567670160750071148',30057),('AbFvOqnJrAEJ7o1rCdyTPL2yphzF6pC377Nv5lPN41UW6sdFC7pPK8xVF7jUSVdpm_6rqqzm3aSDXg','i love this place staff is friendly , prices are reasonable .','2020-01-27 12:47:49.453000','2020-01-27 12:47:49.453000',5,'Jonathan Flores','https://lh6.googleusercontent.com/-3bMu8ifNdSc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckBq2q0zvIvIOookPcrwiBVPUor9w/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42482),('AbFvOqnJrC2p3bTY08FA3ZC970sZfRZ_shU8aRFi5SaqYXfiGW5qEApzqM1U2I8gfbevF8HhkLDJ','Super friendly, helpful, and personable. Kevin was great and made the experience simple, fast and easy!','2020-10-26 19:33:56.258000','2020-10-26 19:33:56.258000',5,'Griffin Bowling','https://lh3.googleusercontent.com/a-/AOh14GhT0IoIS2dV5Z3sNRqYSnThndHu7hfxLZxwCkYYug=c0x00000000-cc-rp','14748677429039074158',31459),('AbFvOqnjrpekf_QC3i75OwmJgbTUB7lyYcr2lBQ1oq85yuBqAfxNvnwHf22UcUSmHQHzBSZn_XGa3Q','All the staff was very attentive and helpful during my visit. I would recommend this ER care.','2019-09-18 16:49:38.558000','2019-09-18 16:49:38.558000',5,'Lorissa Levario','https://lh6.googleusercontent.com/-fbfW-TRMxY8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZp_qqp6Xh9jZ0nO3LR9iJYwWP8w/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41601),('AbFvOqnjsaKb6dA8RM31IZjw_QIS35L25c2CyOvVReczWwowG-Mbs9kCba0c5PB4ALjPauVToNPRVA','I had to go to SignatureCare for the rapid COVID-19 test and was very impressed with their efficiency in getting me tested as quickly, accurately and safely as possible. The staff were very friendly while, at the same time, extremely knowledgeable and efficient. Even tho I live in Rockwall, SignatureCare in Lewisville is where I would recommend anyone with concerns about your possible exposure should go for testing. Great job and a big THANK YOU to all the staff at this location for your commitment to your job and your community!','2020-07-25 15:10:44.710000','2020-07-25 15:10:44.710000',5,'Angie Jones','https://lh3.googleusercontent.com/a-/AOh14GgLIOo8jw61GX13MnQ0GxU-mAMv-couN61R4o8F=c0x00000000-cc-rp','14748677429039074158',31869),('AbFvOqnJSbTAxDQa3wE-Y5lYxby__mFtZA2azV7dk1cppyryjHFq0ztp7NB3cwmQui0UC_qSMq4qLg',NULL,'2019-01-19 22:50:57.300000','2019-01-19 22:50:57.300000',5,'Melissa Camarillo','https://lh4.googleusercontent.com/-UIBjq2XECKs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmWQBFxCMQKoycxzwn9Q8Uc-T7oHg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40699),('AbFvOqnjSzT-zIELjv0jkP1perTk7Q3wWOvNggUTEFHUfsatckXdmtpzTMgKbyeWrhEnhboWVOTx_A','Best service ever. Staff had great bedside manner and were very understanding when I was afraid to take the shot. They also answered all my questionsand concerns. My tech Bri-ana was probably the kindest medical professional. She even offered me a warm blanket because she knows the room gets cold','2020-10-19 12:00:03.407000','2020-10-19 12:00:03.407000',5,'Natalee Bailey','https://lh3.googleusercontent.com/a-/AOh14Gjyw7vITZgbWVmp5eZybgrptRzth-U86AK_3cpZUw=c0x00000000-cc-rp','3511292162159714121',40159),('AbFvOqnJt_3qpFDNY-ap0DZwCpDgO6oAtzfsiwxJuTfmMQWnGR34ZBVvN1R6stRSyPzCQPzeXE84vw','The staff is extremely helpful and courteous. Norma was my tech and Robert was my nurse. I would highly recommend coming here for any of your medical emergencies.','2018-08-14 22:32:45.849000','2018-08-14 22:32:45.849000',5,'dustin Pitre','https://lh3.googleusercontent.com/-Pw9PmXkbZu8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmqqh6XmZpS9pHLrJ2Qzy0hMC3hXg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43370),('AbFvOqnJt0g-2JzQYmd4GPVvgnlex9qb_zHZ1jpnxSvsT-dYR4BIWtAlN7mAQKMJhjez6Z5LZt4PAA','Hands down the best service! Brenda at registration was very friendly. The nurse Shoba and Tech Brandon were very attentive and Dr. Zheng was very helpful in getting me to understand exactly what is going on and what medicine she was prescribing. I’m sure I’ll be feeling great in no time!','2019-03-14 03:55:34.573000','2019-03-14 03:55:34.573000',5,'Patricia Calvillo','https://lh3.googleusercontent.com/a-/AOh14GhjSbvN2TAgfyNxztRZ8xGateor52pUvY7PWho2IK8=c0x00000000-cc-rp','8918455867446117794',43284),('AbFvOqnJT7zOZRV68y0s2NHnKLge8EVPSN7IJvXkoncT2YQCePoYLy-3sDebiw5uXDutycLAeBOHlA','My son received wonderful care from the staff, nurses and doctor during his recent illness. We were checked in immediately and my son was in the back before I even had signed us in. Everything was smooth running and all made certain I knew what was going on while waiting with him. Even the necessity of blood work and X rays was explained followed by results. I will go there again if necessary. Very relaxed and comfortable area. Rooms I visited were clean and machinery fully functioning.','2019-01-31 01:47:57.811000','2019-01-31 01:47:57.811000',5,'DEBORAH ANDREWS','https://lh5.googleusercontent.com/-Gp7plvOyXGc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckmj07o3pkYWTOYEt8mX7tWW2tZkw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42164),('AbFvOqnjtbl2cg9fSrskhm1xa5E2rMYwxSCCAhn8KTfoaRf2FIvqfp9wr0UusQYwiVYx9pYg_pdQSw','Dr. Noor, Dana, Aaron and Ryan were very helpful in quickly identifying an issue to pain I had in my left side. I was immediately admitted and care for thoroughly. I was so relieved to go to an ER where I could be immediately seen and diagnosed. Based on their findings, I was able to have urgent surgery to remove a cyst. I appreciate the high quality and responsive service. I strongly recommend SignatureCare.','2020-01-12 22:39:57.500000','2020-01-12 22:39:57.500000',5,'Peggy Krendl','https://lh5.googleusercontent.com/-KyadEdHgf7Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclWgbZaCcOGSDQYp_S50ZBSpJvdZA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32377),('AbFvOqnJTPBT6WW6awZGf1W_gLoOghAP_zleRd0pKARRqYygD5_uA-3JzrfB_itzLnbvf1aAP3Zxdg','Staff was very helpful and nice. They took care of my son and I quickly as possible. I did wait about 2 hours but they updated me if i went and asked. I will go back if needed.','2020-07-08 20:33:18.937000','2020-07-08 20:33:18.937000',5,'Andrew Bonefas','https://lh3.googleusercontent.com/-8qGFd3rHL4w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQYgpJ9HbTuumD9g3ZGra6yvqNiQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43007),('AbFvOqnjUElWGMLhZFdFzwXo69GEjK4dZPtvGqH-ObRKuSJKZra6Q5p8CvQbLnJIKNlylme1Jd5f','I totally love this place. It clean and it has a good atmosphere. Fanny , Shelley , Heather , and Alexis are wonderful stuff . Dr. marldin was super friendly and he explained everything.','2019-01-09 05:22:12.000000','2019-01-09 05:22:12.000000',5,'Mary','https://lh3.googleusercontent.com/a-/AOh14GiWSMJb28nrOYw-H2XmWzU9YJMVuMOPM1I8fyYWLA=c0x00000000-cc-rp','17898197009688164559',38333),('AbFvOqnJUoFINwElnOTffPOgvZFCUpbLrT769LBKE4ARhZl2z-1OQJ7TqczEAudQJ8ovAKPVVEOqiQ',NULL,'2019-06-12 12:17:06.715000','2019-06-12 12:17:06.715000',5,'Garret Dunham','https://lh3.googleusercontent.com/a-/AOh14Ghp9tlP48Vzon5V93m07EY7hee-nQlYD_fnUljHuQ=c0x00000000-cc-rp','6521947413723274945',41699),('AbFvOqnJvEfnDnd1nTXO4bX159Vr5ili1r7qlhqO7n1G3-JhjfuNfh4YdYkTcvTWRZj9FoHsjOMMHg','Very Fast service!!','2020-12-27 00:09:15.534000','2020-12-27 00:09:15.534000',5,'Heather Harris','https://lh6.googleusercontent.com/-LKPejmTQuoI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmwKgvIEIp2n8zMHo8avyL-VYkhQQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43921),('AbFvOqnjVKgr1xa_Hf84QctnkGRVUhErv0vuQssaUxHw-72a_uQONuPKbiwVT93qzz_gCJaj64PT','Great friendly staff, clean environment','2019-01-24 21:59:05.010000','2019-01-24 21:59:05.010000',5,'Keri Nguyen','https://lh4.googleusercontent.com/-DGZStDFeY4s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucniQDPIje-ph2tbrFDwat6wjqpmzg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29924),('AbFvOqnjVq02oWP6mRZavwbUJehvbcY6pcdrTtJU8t_ffPpLN6K9m52WV9az5bN3SD3rVTTn6M-j','Lorena at registration was so wonderful! Dr. Harjai and nurse Jacob O. were amazing also! So professional and polite! Took such great care of me! Always will recommend Signature care!!!!','2019-11-28 23:24:26.966000','2019-11-28 23:24:26.966000',5,'Hillary Yeomans','https://lh3.googleusercontent.com/a-/AOh14GiUcZhRbmCzq3w2byCem-MWnepU-qh0b5Pk0vc1Cw=c0x00000000-cc-rp','16590124370714063921',34544),('AbFvOqnjVtFgHOcVyX34E9xCPdBg-XZNfAKYWPuu2Su_Wl4zEM4F60Q_pirT0w_fmMAhp5zaZZZW','The staff has been absolutely amazing! Everyone is no nice and explains everything so the patient and the whole family is able to understand what is going on! So caring ! Highly recommend','2019-12-10 16:16:45.142000','2019-12-10 16:16:45.142000',5,'Ethel Ginsburg','https://lh3.googleusercontent.com/-nLRFKugBH2Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmkxH-7-O7bxKjwKDt1nJ_VfxgakQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34503),('AbFvOqnJW-o7oWOB4Xx4AKqAXq9SasYCfcZXucj7ItWLk5Bl4m-moU4oaOjcPfEexBvcPXJ3zgK9OA','Kristina is amazing!','2021-01-23 16:56:58.485000','2021-01-23 16:56:58.485000',5,'Mercy Ferguson','https://lh3.googleusercontent.com/a-/AOh14Gh7dfSd4U01saDCtGd6w7M3Eeii1r6Yk0rq_sDKGg=c0x00000000-cc-rp','12541597562633926366',44426),('AbFvOqnjW1ZLN5IyOFBovjeMwr0o0unRgAb9LyMicXDeA00WXdyflKWYvgrO7-omPgL8cLirK5P6','Great Job you guys. The best bedsides manner I have seen in ages and I’m old. Thanks to all of you.\n\nDr. O’Malley\nAlvean A - Nurse\nTricia B - Radiologist\nJoycelyn A - Registration','2019-04-10 19:40:41.153000','2019-04-10 19:40:41.153000',5,'Sandra Denise','https://lh3.googleusercontent.com/a-/AOh14Ghk0rxQYEm1xA97bo-ozC8jiOX1OD-hZBd646Ok=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqnjwIF2URJSAz_iqOpgXsMCdxDQNd9c_cfb5WyxJgLKGyHas0bDHMUEVF8m--X01P_nP2e3','Dr. Yost, Mollie, Jacoya, Tracy, and Courtney Temple all were very friendly and welcoming. I love the energy that they all have I will most definitely continue to visit when needed 😊','2020-12-26 17:06:47.888000','2020-12-26 17:06:47.888000',5,'Tarsette Fuller','https://lh4.googleusercontent.com/-3nAOMwj62Sg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclqg-sCqhkK-hYm1aWddZEh-wNhVA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43822),('AbFvOqnjWLkiK0fPu14ClUPU1jyAjzb4YPPLsAsOl79CZ5gQ9_wxWOkBk6BidCNJ6dK4xk_qNbVR7w','I appreciate the way the staff assisted me with care and in a timely manner.','2020-02-04 14:24:41.879000','2020-02-04 14:24:41.879000',4,'Jd Rosevelt','https://lh5.googleusercontent.com/-XMS4fAP-RiI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQxnhpMXbbhnl7fL03Bru_Nv7JMQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43118),('AbFvOqnjwqN5vrYkktbkSzm51jug26hQj_hyX8kuZYA6lbXkgR02qmas4-kF8gMFYZvW0_IOLYZWhw','Tiffany at the front desk was very helpful! As well as all the staff like nurse Gabriel and Dr.Weston and many others that made sure my visit to Signature care was more than welcoming. They all helped me with what I needed and made sure to give me the best care possible!','2021-01-07 17:02:46.469000','2021-01-07 17:02:46.469000',5,'Valeria Plata','https://lh3.googleusercontent.com/a-/AOh14GiNVrxPIpx1X_5QCutS1Py9e4KMFW_H5QbDjLLSRQ=c0x00000000-cc-rp','16891069708558046635',44535),('AbFvOqnjWR-6PuLBN4bGkxjYE6d_jHgvYa6yjaXYKTz2ZWFSiI5g2PtWI-tXpUA1sCJ3ittPgX8fEw','I had a severe case of shingles and my primary doctor was not available so I went to the Neighbors Bellaire Emergency Center on Rice. I found the staff friendly and efficient. Dr. Burger was attentive, engaging and easy to communicate with. My situation was quickly addressed and a plan of action was implemented immediately. I left the facility knowing I had gone to the right place and would recommend it to anyone who finds themselves in need of emergency care.','2015-01-26 12:57:36.957000','2015-01-26 12:57:36.957000',5,'Sally Ben-Moyal','https://lh4.googleusercontent.com/-ww290HMTC6Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmbN_C49GPd2EHFtwJsngMO7l4jrQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42791),('AbFvOqnjx2WHW6fczbkIJpFpUdFKNQq0FIYV80DviPi_5MJGljYZ5X0LjU3VETMEaIarM2DiEsQiwA','M experience is always great everyone is so nice and caring I had Dr.Dang nurse Troy radiology Jessica and registration Lusia all nice people I would highly recommend this signature care šŸ¤—','2019-09-16 09:03:57.564000','2019-09-16 09:03:57.564000',5,'Marchelle Burnett','https://lh5.googleusercontent.com/-H32bHhPAC-0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZIcHZNF7enyJOiJphoHr4XGwPeg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33957),('AbFvOqnJxaNNmQMokhQMVSIagMdIco-LcJ-sS8Xf6i-9-Cr8apBTj5pCMvh7c_DiRk_p29UZg9zx','Everyone there was courteous and checked on my brother frequently. They were willing to answer any questions we had. We felt very comfortable there.','2019-02-04 15:01:18.105000','2019-02-04 15:01:18.105000',5,'Dawn Brewster','https://lh6.googleusercontent.com/-7B3RsAOcu-M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVHBRtkVxIjrmAf9jJ9ebnpLwerw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38308),('AbFvOqnjXbEy-mENMmpQaGRTrfTVG4hH0RP98T-kBO1lI-b1s-JLB8YvpjiUVD6uVGEtJLaS4NmIaQ','Had to spend the night.. the staff was super friendly and on there game.. I will definitely be back if I ever need too','2020-09-28 11:18:56.685000','2020-09-28 11:18:56.685000',5,'Guy Bayless','https://lh5.googleusercontent.com/-0QcxW4zA4YE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnSXDwjYUSozOMn-i4QwDeVqz1nAw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39509),('AbFvOqnjXmvRsK5ZeuO343AfUo1CibJ4-7wp6XA-W71sdzk8SU_-FvVBuL5KOQbV-xfVLq2XuOQS',NULL,'2017-09-04 02:52:29.943000','2017-09-04 02:52:29.943000',5,'Tierra','https://lh5.googleusercontent.com/-AxdbrHG_4RI/AAAAAAAAAAI/AAAAAAAAK38/AMZuuckpUnrGdXeP9ZduW_tvn8EYjgZz6g/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37084),('AbFvOqnjYcv8eTzDVoY3zkTRGfKTUnjdQrWN3kZi2T8sNjLGL55y3doEr2pOmNAGcoeUCgLR-LDdgA','Went for an unexpected illness and was treated very kindly and professionally by the staff here! Dr. Sylvester was very informative and calming during the whole process and very caring! Agnes (RN) and Kelsey (ER Tech) were equally as understanding and i formative during the process. They also offer CT scans and Tino was very professional and kind during the process. Lastly, Leslie the receptionist was able to help me set up payment plans and helped me understand the insurance process for billing. Thank you to the amazing staff here in helping me recieve medical treatment!!','2019-01-26 22:01:52.705000','2019-01-26 22:01:52.705000',5,'Val Salas','https://lh3.googleusercontent.com/-4LqHEobTn4w/AAAAAAAAAAI/AAAAAAAAVeA/AMZuucnqxWavp1VhIV5D8L9P1OhnzvC1nw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40688),('AbFvOqnJym5uVJkqmP4VnLhhLUQF0E31s9rGZwaI147HCLcDv7avyJQJXWTXoDLZDWWiNY38AWup','This place is amazing! We were checked in promptly and seen within a timely fashion. The facility is extremely clean. The staff was pleasant. It’s highly likely that my family will continue to utilize Signature Care Emergency Center!','2019-10-11 01:30:41.211000','2019-10-11 01:30:41.211000',5,'Rametria Banks','https://lh3.googleusercontent.com/a-/AOh14GhFMX12UZ9RsTIj_IVo6JCFFW5LQlCv702SmjU_=c0x00000000-cc-rp','16891069708558046635',36114),('AbFvOqnjYPPmbDO42dXgzriOy-T0izx0ywNmxOi8vn96hetXdEUZi3Hv5E-1FLAL3e_c363PDkY_Cg','Excellent team at SignatureCare Emergency Center, great job by Leslie - Registration, Amanda - RN, Naureen - RN, and the fantastic Dr. Golla!\n\nThanks!','2020-10-21 18:11:20.418000','2020-10-21 18:11:20.418000',5,'Michael Naguib','https://lh3.googleusercontent.com/a-/AOh14GhdDr4aKCNoV2rok2nbKipGllIb393bNgPV_5CDvfw=c0x00000000-cc-rp-ba3','3511292162159714121',40139),('AbFvOqnJytJJAGvpKpWoeNKYwILwTTMhlDrIol2Ti4JluL6wSLbbP8l5xtujhiYFBGgQkDodZwi3KA','I was in and out within 30 minutes! The staff was kind and caring! I will definitely be coming back!','2020-02-28 13:01:06.398000','2020-02-28 13:01:06.398000',5,'Katie Osburn','https://lh3.googleusercontent.com/a-/AOh14GhdcKIqfdxLV9iKtJtc_WKjVTm4Yk5paq-5QUvoRw=c0x00000000-cc-rp','3272657195432704501',39596),('AbFvOqnjZLMw1IJyo-uOc0j0PAkH_CqLVqHf_V6oQBqL1-3ZdesVSDo8WM45e61YKn21THYgl8jTag','I made an appointment for COVID testing. Got in right on time, check in quick, professional! Highly recommend!','2020-07-25 02:10:29.984000','2020-07-25 02:10:29.984000',5,'Kathleen McCarthy','https://lh3.googleusercontent.com/-mkc9EAmJV_Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmsGX-x-8qzGgW50-zgbV9zVqe0sw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38784),('AbFvOqnJZo1zMHPoe0BerljDl-ZpRHm2b6IahfJJU8x_1-Pn-vcgnlur_3Yy2cq_i-frLTQALOH5','The first time I was here, I came because of a back injury I sustained a couple of months ago, I was in terrible pain and the care team got me into a room and on pain meds before my family even finished the paper work. Today I’m here with my dad who has been vomiting all day and thankfully we were able to get a diagnosis in a couple of hours after a cat scan and blood work. We received the same if not better treatment this time as well. Thank you to Dr. Soli, Meredith, Sherri, Bryan, Denise, and Jasmine for taking such good care of us! Will definitely be recommending this facility to family and friends in the future!','2018-09-21 00:39:34.600000','2018-09-21 00:39:34.600000',5,'Samantha Arredondo','https://lh3.googleusercontent.com/a-/AOh14GgTEf9Nka9LMEg8CW0Y3CZSNAljaDT2wF6VQS17=c0x00000000-cc-rp','14567670160750071148',30718),('AbFvOqnjZQtS7_aXnqpv_6qZu75PDD7YO_2_YrlRQh2_kn4pwzAKIB986RMnDLPvp7wFZc1t9wTV','Sita, Matthew, Corey, David and Dr. Huerta were amazing. We had gone to the hospital ER and were sat in a waiting room for an hour and a half before we left and came here. We were seen right away, within 5 minutes of walking in. We will definitely be referring friends and family.','2019-07-10 05:30:11.182000','2019-07-10 05:30:11.182000',5,'Nancy Robledo','https://lh5.googleusercontent.com/-HUJxziQPPO4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmP3O0b5AF7n6nRd9nClL0jxtbw0Q/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29737),('AbFvOqnk_JUAyf3Xo1QlHitUUJqWGf1KzBtMp-jls8k3jSUWRkTjxvNF5IcV4VXkeuff-q7bEi4Nsw','Extraordinary staff, they are very welcoming and the hospital is very clean. They took my son back right away and made the entire visit enjoyable. They did a great job In treating him. They made him feel very safe and he was smiling when we left. They provided him and my daughter with treats and stickers and a little bear to help make him feel better and leave the doctors with a great experience.','2020-03-12 18:57:37.749000','2020-03-12 18:57:37.749000',5,'Danielle Frashure','https://lh3.googleusercontent.com/--HCgxnX3sTY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnb4yt151ENgYoSHA9d1gpVeQR7pQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39084),('AbFvOqnk_kXjRtycf6onP_AEbLgPhivKyTYllBRoyF_p3gL38L7C9g3GzZu8FR-6CZncHzXEXm6W','This place has excellent service and treatment better than other clinics has and also emphasis on what to do and what not to do and give me details on my injury.','2016-09-12 04:44:27.053000','2016-09-12 04:44:27.053000',5,'Mukesh Patel','https://lh4.googleusercontent.com/-6h4D0GnUCdw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnnbQm4IhN-JAWY6Pdx11FEneuLdw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37302),('AbFvOqnK_QrtlUqE0SF6GwOB3ssk3vVUlUirOCuJZ58OiDqU5bC6DijwDZBkgrRg16W_PA5k0lDJOQ','I always get attended super fast and the doctors are really helpful and fast. my dr. was Ybarra, nurse rollie, rad tech natalia & registration Stephanie. you guys rock !','2020-01-13 02:33:07.672000','2020-01-13 02:33:07.672000',5,'hippiee','https://lh3.googleusercontent.com/a-/AOh14GisLUdznuiJ_WcY3XVNEWNPkHjlAwb8vXvJN5XUlQ=c0x00000000-cc-rp','8679688254631342173',42507),('AbFvOqnk_vxLMosSJckNGzViUR6XzMMP5IeQFaikBnehC1sbyrXYkhSDGvL4zhVdWpe5uwSOEi0R6g','Very polite and quick with testing and results!','2020-10-25 08:50:24.408000','2020-10-25 08:50:24.408000',5,'Zhuri & Dom','https://lh4.googleusercontent.com/-4a6LUShDzCw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucksHa9JyinccgITmzgzeZf6G4u3vw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32196),('AbFvOqnK_z40Zshb3gJWIzkz8NYa8B6OylEOIZclYvENPMuh8QtCAelQHy5WVBvSbZvuV_wYy60sYg',NULL,'2019-04-06 22:02:11.382000','2019-04-06 22:02:11.382000',5,'Fermin Garcia','https://lh3.googleusercontent.com/-Lu2FStiwGO4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckj_3GQqh-JXNPS5C6kUNoX6N574Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnk_zOXF_5xYI_l5FUzDrTKorzMk4nwMPzA74SR200GLd46hy76QA1sY_RcSM-ZFZfojtaK-w','I had GREAT experience here. Dr. Henderson and Nurse Kristina were very friendly and explain the steps for me to get back feeling 100%. If you want a fast, quick and friendly ER process. I would suggest coming here.','2019-12-14 15:27:53.306000','2019-12-14 15:27:53.306000',5,'robert','https://lh3.googleusercontent.com/a-/AOh14GjHlFY4FoOocmbL3574DX06lUz5TlTKYlPy5WMv0Q=c0x00000000-cc-rp','12541597562633926366',28946),('AbFvOqnK1KrY4VPV0lTH397jox385RGeje1faHiO2Zb0-oCZ8xwQa0h8MEdk2P2dosToUg-OuHOF','Clean, professional, and super faaasst. Cody, Sam, and JD we’re all professional and listened and responded well to all of my concerns.','2020-07-28 19:23:25.015000','2020-07-28 19:23:25.015000',5,'Luke Kuss','https://lh3.googleusercontent.com/a-/AOh14Gic9Www5nGrNczHSfQaCOsC5ic_i1NyxhJM5_h6CQ=c0x00000000-cc-rp','2077061009497551125',38732),('AbFvOqnk2-wbPt_sFBQqa3PLXVPD7cI8YdD5o7PDu_kklO4x99Xb4ahGy27s4k3KZRVdYTVojPN1dA',NULL,'2019-06-17 03:17:42.475000','2019-06-17 03:17:42.475000',5,'Victoria Jimenez','https://lh6.googleusercontent.com/-wc_15ejBU0o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmaCKGFLtXLrUDEKGUrMoLIpFysSg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnk2jDiCbMjTSq6cVXkd7KUL-MsEt1nnzmpeFm9Zy5vtl9GUvpNvD9RgIcVhCdHJat5aHAP','Very Quick response times and incredible bedside manner. Once all was said and done the billing department was willing to work with me to make sure I could afford the treatment. I definitely recommend this clinic!','2017-05-05 18:30:15.114000','2017-05-05 18:30:15.114000',5,'Sergio Diaz','https://lh3.googleusercontent.com/a-/AOh14GgMmb0zlDuaJYXdscvb5lyIvwofSOluOStbOzVJ=c0x00000000-cc-rp','17898197009688164559',38381),('AbFvOqnk32SL86xyPZXqnf97xsWz7szZEwf3jXA7bXwViSq1CZ8GDVynrbB1kPoejuEG5W6iWQKR','They were quick to get me back to be seen and very quickly clean for the Dr to see me. I love the doctors and the nurses are amazing.','2018-07-21 16:13:26.260000','2018-07-21 16:13:26.260000',5,'Jennie Lovell','https://lh6.googleusercontent.com/-n1zDR_5pF1Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucliv5diKZRWN_gb9KLjr72zp9hoEg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36927),('AbFvOqnk44OtDzrx2iraFSRybN4VpmsIozlE1MpjnRF3ydq-pEtEUP-1L_0q0QcsGDpvwjQJ4r0TNQ','Great company Josh done a excellent job. In answering the call for service. Thank you all for your service!','2021-01-22 17:01:38.648000','2021-01-22 17:01:38.648000',5,'Colby Tillman','https://lh5.googleusercontent.com/-mknO88F5vZ0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmOAx24JP-pyIwl0Myom4EY17ZPQw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39390),('AbFvOqnk4A2X5NwIht0x2Y3parBBevhCuE1ZG7QTRh1c8L12F7HTgz1C25qbBTzOluUzYI_Qcq0wFw',NULL,'2020-12-09 01:54:00.302000','2020-12-09 01:54:00.302000',5,'Shakirat Akinde','https://lh3.googleusercontent.com/-FFeh4lFuHOo/AAAAAAAAAAI/AAAAAAAAA8k/AMZuuclDf9QNsyQ4CXRxzYi3X584ed6oIA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37409),('AbFvOqnK6278YuPC-_hmObQLg9i60U1wJUYH58xWhwkMsu8NQ3ABFJFmHajBm6k-7qhthc2fGlieaw',NULL,'2019-08-19 03:12:45.718000','2019-08-19 03:12:45.718000',5,'kendy orellana','https://lh3.googleusercontent.com/a-/AOh14GgBST5XiRwa71BEsWuXOhjL4uwaDcjChDHOKoOYbg=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqnK7SsyfC4WMDZ_3Hv32C7b-UMkwNxGZzD0QbZNIaOWnPEFvJPetYp5A5aPaKISONkxX5lnZA','Came in for a covid test and it was a nice experience. It wasnt a long wait time. I went in and came out in a timely manner.','2021-01-25 02:43:43.410000','2021-01-25 02:43:43.410000',5,'SlayWithMay','https://lh3.googleusercontent.com/a-/AOh14GhQYSUscDvmtzAEOPHMNLn2QN3bUspPfS6vCi2Z=c0x00000000-cc-rp','17394740196501090048',44421),('AbFvOqnk9VJTAV63rCOCxCNRyQnNIaS4bv6QmPP8cDh1hH5s_XsZaSEQv_xJHVrMtS7FutqljIcNog','Fantastic experience. Staff is very professional and knowledgeable. Highly recommend.','2020-10-18 14:21:59.484000','2020-10-18 14:21:59.484000',5,'Slade H','https://lh3.googleusercontent.com/-rIfG3PEndRo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck0MoxVz3ZjJC1hZE-iyXsTUTlKkA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38474),('AbFvOqnka-LSDA9Gp4ZPv8TWoJ9aQ8j4a0-FyCf5gvA2g83NpxCdspl2kATR_YkM3wT6wuAslNKcFA','Very nice people! Valory,Julia and Enrique were great and I appreciate all the help!','2020-12-27 17:13:40.847000','2020-12-27 17:13:40.847000',5,'Corvo Escuro','https://lh3.googleusercontent.com/a-/AOh14Gi7WK91zqdYAa05cRTT_C8Xy9rHtJISsOIQo6O_=c0x00000000-cc-rp','15979470999169074295',44008),('AbFvOqnkaG9NXc36_1y7yw-ZAEYiBMJrkkIC51w9T_dBcGcVUry3OQAKP5mu2KYBTA746bmKmGvS','The staff is super friendly. Kara is a great nurse!','2021-01-02 00:43:53.265000','2021-01-02 00:43:53.265000',5,'kyla coston','https://lh3.googleusercontent.com/a-/AOh14Gj4LA-PnKTO29GCXEH0lcg4lEHEgm05D1CAMX-6zQ=c0x00000000-cc-rp','3272657195432704501',44254),('AbFvOqnKAJFz39HFFhfHVZVwU1ysIpTBrVaWpF3s9HJ5UV34hHhYSJUUyOhhlq1_G9stocAT0fAqKg','Been to a few ERs around here. With a big family, feels like we are monthly visitors. This time was for my wife. These folks are great. Customer oriented and just overall very pleasent! Kat the nurse made her feel comfortable in every way. They all cared about the wait. Got to us quickly and got us out quick. Hopefully we don\'t have to come back but when we will, we will come back here!','2020-02-05 02:38:51.913000','2020-02-05 02:38:51.913000',5,'Jo FRiCH','https://lh3.googleusercontent.com/a-/AOh14GhbO3Xs6WPJSYceDuigEqJT7mUvx1oGTw2ROzQL7i0=c0x00000000-cc-rp-ba3','2694018788013845459',39139),('AbFvOqnkakYFxYRT00Jv8bOcgZih438ahqT0-d2dLzTYHlecqap-AMgEQecHbvX-NC89GvBWc2RttQ','Brought my GOOD friend here for pain... the staff were so excellent and treated us more than just a customer. To top it all off, it was an in and out process. Thanks to the staff!!!\n\nDr. Smith\nNatalie\nAlvean\nTricia','2019-08-08 23:12:23.611000','2019-08-08 23:12:23.611000',5,'Devin Gibson','https://lh3.googleusercontent.com/a-/AOh14Gg8eLh7XUhHcPUUPYU2ont8FHn_pB8YtE3B4tkb8g=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqnKalpOFDy-MsXGYW33CnFL0hCEHi2E0PzWxD-apfnwoy-Z7S5HJixzqxsh2lRwXIRY1pjdcg','Great friendly, knowledgeable staff. Very caring and professional. I came in With a skin problem and was sick and the staff quickly took care of me and even checked up on me in the days following of my recovery.','2017-08-19 03:08:44.655000','2017-08-19 03:08:44.655000',5,'Rick Nunley','https://lh3.googleusercontent.com/a-/AOh14Gh_Ijk31R85XLGEoTP0plyFbNarEw_lyXMrULcC=c0x00000000-cc-rp','16590124370714063921',35403),('AbFvOqnkAyAEtnabCKEamUW-tRs9-gzhMalR39jKWcv1aYsK0OQdmPo77A_CDBpeDeKAJAaNpbu3','This place is the absolute best! Always open and ready/willing to work with any problem you’re coming in with. Amazing and very professional staff.','2019-01-05 02:00:07.143000','2019-01-05 02:00:07.143000',5,'David Czyzyk','https://lh3.googleusercontent.com/a-/AOh14GhaeKvvu1NZCXIU32KSdjO1PelxWj_UCkQBl0Dr=c0x00000000-cc-rp','3511292162159714121',40758),('AbFvOqnKBcJVMo5A6lOhjuAK65rUMUidUjHkIVGpTw2WTMY8tJhNT45Vh2-rghrVnhFv7kAjsIJV','I Dr. Lindsey was very kind an thorough in evaluating me. I was made comforable by friendly staff like Ms. Delecia, Mr. Rolando, Ms. Karen, Ms. Sonle, and Ms. Amy! Thank you for a great ER visit!','2020-08-23 22:01:04.219000','2020-08-23 22:01:04.219000',5,'William Collins','https://lh3.googleusercontent.com/a-/AOh14GijS2lGlicgPZGgY6Oks9yoPp_xNeG2zufKQcg42A=c0x00000000-cc-rp','8679688254631342173',42310),('AbFvOqnkcDoQO1rTaff7I5UtdTYCuPCAlwESXWq60nwooAhfUUPSmuUiV9R_5ly_DLh1XpzT3QWZgQ','Dr.Das was very nice, quick, and easy to work with! all around great experience!!','2020-10-01 21:37:57.860000','2020-10-01 21:37:57.860000',5,'lizzy','https://lh3.googleusercontent.com/a-/AOh14GgGY0nXizbeUPT3GET5evfk1C4xoRL3_fPbmgUqYw=c0x00000000-cc-rp','14748677429039074158',31586),('AbFvOqnKdaHKhG66WcPhbw-0GoAUaBq6dHRGn1nrka7nI8K5qjaX-2-Wt7oN0b01JlScDH1hP3vW1A','Nurse Gina and Regina were great! Made sure I was comfortable and knowledgeable of my visit. Dr. Wang was really kind and got me up and going in no time. Tech Diem and Marone got me in and out. I highly recommend this location. No wait time got me in really fast.','2020-01-17 20:09:29.981000','2020-01-17 20:09:29.981000',5,'Joseph Matthews','https://lh3.googleusercontent.com/-v1U3jrb2b8A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclPepRCCTZw1gVPeIXRdIuoPAYLhA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30333),('AbFvOqnkDgp_mA4ghVumsf6ps0Q8zcWWaXMn1HWN46EEEDF0JH6K8EncUwEUp__yQYQQnHLo_VcRTw','They were well organized for Covid testing. Had us line up and 3 at a time. We got there early. Now the location on shepherd, chaotic. I got there at 9:30 am signed up and was called to be seen at 1 am. By then, I was at this location. They were very nice, even the phone personnels! Thank you so much.','2020-07-01 00:29:15.329000','2020-07-01 00:29:15.329000',5,'Chocolate Capricorn','https://lh5.googleusercontent.com/-p2AHKx1VjtE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUtF2zgSOJ8r_HPg_nqdizazUbVA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43020),('AbFvOqnkdj-LUJasKbFw0UJuPsXCGWNxTlWFN6AUvwX5GxUHlaV-BRpoioWoTbukaKHGlMYOrqDZ',NULL,'2020-10-25 23:10:25.223000','2020-10-25 23:10:25.223000',5,'Nicholas Madison','https://lh5.googleusercontent.com/-UJ3pjqvcGUY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckp02SIfccpNKqLk-V9WNEuoJ2fDg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33084),('AbFvOqnKdQzM1BRr3ImD7nQySthG63KY0ZwnL2rKuDQGkX_r44pFLc-Tl8I4JuWQ7ZNe3Rigruq7HA','I had a great experience. Staff (Dr. Vakey, Remington, Rebecca, and Dyveliz) were wonderful and kind.','2020-03-16 14:36:27.778000','2020-03-16 14:36:27.778000',5,'neuroscienxe','https://lh3.googleusercontent.com/a-/AOh14GioEqa1RFXaDYTglW8BdbraERW2wiwrwD_C01KWzA=c0x00000000-cc-rp','16590124370714063921',34307),('AbFvOqnkDSflhujAnIYNxhHemhhNg0IApi6u4IuNYK61Bz5nygI7IHlo-QgffkgprMwAkmF_Zk2h','The staff and Doctor were very friendly and I was in and out in under an hour. I would highly recommend going here, especially if you don\'t have insurance.','2019-11-01 23:48:40.065000','2019-11-01 23:48:40.065000',5,'sarah Tauber','https://lh3.googleusercontent.com/a-/AOh14GhoBMh1-GhFif2EWwH74TJQbKsK3OyAr3dcBuk7AvA=c0x00000000-cc-rp-ba3','2694018788013845459',39219),('AbFvOqnKe1bQea2pbesEVVJOGcWhuDuacWF9A2HGyBop69XPx0QuKk7LtCU85IU6QFUOfQC0kv48qg','The staff was very attentive and quick. They made sure I was comfortable and explained everything.','2019-09-02 15:03:57.281000','2019-09-02 15:03:57.281000',5,'Katie Williams','https://lh4.googleusercontent.com/-s3S_TdJATzo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclX2jRbibizN-E4XcxZECOOPtiLpQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39809),('AbFvOqnkE8qXMk0WDgx51YgQLF5da607OIsu55wK5MRvEl9cN6Xlf1BWwQWiEvzuBSLdqpLw_YysbA','Dr. Leavitt and Nurse Karen were great. No wait, great friendly service. Came in with flu like symptoms and left feeling much better. Hands down best care you can get in Houston!','2019-11-22 16:13:17.931000','2019-11-22 16:13:17.931000',5,'Dallas Griffin','https://lh5.googleusercontent.com/-3-rwAh-PQtA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucni4GooOLEiX75ZaSYr-1JVMQqdqA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42571),('AbFvOqnkEb-nR79JOi3WetGy02zvz8bSftdCnl2gzauabq2Pn9Gcj1ZINPtClNPqcmcL9t-z03AzKg','Always Wonderful. Fast n friendly. Theresa was AMAZING!!!','2019-05-21 00:02:46.455000','2019-05-21 00:02:46.455000',5,'Adrian Guerrero','https://lh3.googleusercontent.com/a-/AOh14GjyQ5IP7O3Kv1sJQ6CqB2QrwkmXaVtGGlEoD8ZVtA=c0x00000000-cc-rp','6521947413723274945',41731),('AbFvOqnkeEAcCK9ZQlt2ZpAvB1_L9W-Ar64QORLTu4A5mqj5VURnwpWOvTZLG467ktrfMSWVMb2E7w','Very quick service.','2020-07-19 15:55:16.489000','2020-07-19 15:55:16.489000',5,'Gino Del Ponte','https://lh6.googleusercontent.com/-xMBtjzBAmN0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-npXuxxw8-jrM5CyXvyCvTrMH7w/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31983),('AbFvOqnkEFd3CoXNoaq079kLeyTZsG2aljE3soQkjn1XnkasO3dHXfm_K2GVGof5zrxWV4ym0Ss6gg','I came here tonight with a level 10 migraine that had lasted almost 3 days. Not only was the staff fast and friendly, they actually asked what worked for me, as well as what didn’t and then LISTENED to me, instead of just writing me off as a drug seeker. As a chronic migraine sufferer, this is a very difficult thing to have to go through with every visit to the ER. They were courteous and professional, and I will DEFINITELY be coming back!','2018-01-12 04:52:48.929000','2018-01-12 04:52:48.929000',5,'Jennifer Cameron','https://lh3.googleusercontent.com/a-/AOh14Gj6kaYxljddbUXQv954AaYcVo9vXDEMZE2jpsU1=c0x00000000-cc-rp','8679688254631342173',42762),('AbFvOqnkEI-dg_ifg6TsnPgV2k-wRiP3q7J8jVhzzWu4RG6SLZyGh17Z1roI78hAXH39u2aTerOD','The staff was great and friendly. Okarys was helpful with the paperwork. Mr Ralph was patient with my grandson\'s vitals. Nurse Selena and Dr. Wang reassured me that everything was okay.','2020-02-24 16:47:47.151000','2020-02-24 16:47:47.151000',5,'Gia Garcia','https://lh3.googleusercontent.com/a-/AOh14GihRxr6hCrMkl9V3WTqidp5IGw4dgk21CLXE3fD=c0x00000000-cc-rp-ba3','17394740196501090048',36614),('AbFvOqnKeov2yN76cjJRcIHkRPrT9CC7MOHATV3C4BaYmrtL9f_nFhyN0XE-eJL_txVfxeKfQ9Sd6A',NULL,'2019-09-01 02:56:00.531000','2019-09-01 02:56:00.531000',4,'Cosme Silva','https://lh3.googleusercontent.com/a-/AOh14Gjd76q1beBxMU6ZIrmWsQ_X5F228M8KGcRAnpqBGg=c0x00000000-cc-rp','8679688254631342173',42671),('AbFvOqnKF1uiXNZXAx_YyDyHe0phi0DIDplSoHw6BngN4LKa_InRZ0Hn_Ahi3xvDhVNx1OIUV6_J','SignatureCare Emergency Center - West Chase provides excellent medical service at any time of the day, especially for those hoping to get medical attention without a long wait of a doctor’s office. We came in for my mom following a car collision and everyone from the registration desk person to nurse, doctor and radiology tech were very kind, patient and accommodating for our visit.\n\nThey made us feel cared for and tended to our every need very well. Thank you to Dr. Faig, Nurse Kristina and Radiology Tech Quyen!','2019-12-31 20:12:37.194000','2019-12-31 20:12:37.194000',5,'My-Linh Tran','https://lh3.googleusercontent.com/a-/AOh14GjtHmGAFVQTshWLTXvHOwPauuV4ZmUDcGTSH9IKig=c0x00000000-cc-rp','12541597562633926366',28876),('AbFvOqnkf1yVT3RJKp8WvAFJf7med3GuaBWqU9YK_qV2VkS1n7vXOGsz_EA9nHduhFBsj_5XRytS','(Translated by Google) It is the best where I could attend, the attention was so soon and very good.\n\n(Original)\nEs el mejor donde pude asistir fue tan pronto la atención y muy bien.','2020-03-14 02:15:04.142000','2020-03-14 02:15:04.142000',5,'Jenniffer Martinez','https://lh3.googleusercontent.com/a-/AOh14GgJhKeWdM8ahNAHjS3bj5aFcSG8Z5fVQSLE7WNZqg=c0x00000000-cc-rp','14567670160750071148',30201),('AbFvOqnKf2mxWSwef7p4oA-hRfkDnh_c9AJmQbZF-BL5X-Qh5s4Q9tU-kpDIEa1urCfehvm91WJ9','Great help from, Dr. Faig, nurses Katherine &Danny. Rad tech Laura, lab tech ashley as well as Kandi and Savanah at registration','2020-10-22 17:26:12.884000','2020-10-22 17:26:12.884000',5,'Carlos Marin','https://lh4.googleusercontent.com/-PiMUubLG9GI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6Pw0d7cc9i9R33tdiEgbMms8V1Q/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28496),('AbFvOqnkFaCaburE4ggVjvH-Efrp2iIMz721MJIu-q6WNFwqPRE2Hgb80-xlKtN8Zm_HmRm_PpdGlg','This is my second time at SignatureCare-College Station. This time I took my boyfriend in on an emergency after I had received such great care the first time. Every employee is extremely knowledgeable, quick and caring. They definitely do everything possible to make the patients comfortable and taken care of. Starting with the front desk, Kim, the tech, Rebecca and J.R. Our Doctor, Dr.Vakey provided excellent service and the nurses, Jacob, Anthony and Cat as well were so amazing. Here, you are in the best hands in College Station!','2018-11-30 00:56:58.663000','2018-11-30 00:56:58.663000',5,'Marley Hofmann','https://lh3.googleusercontent.com/a-/AOh14GjO2pRoYkCTpJARSVdTnOZL6Jp8K15tlmv2L3Zz=c0x00000000-cc-rp','16590124370714063921',35085),('AbFvOqnkfC0QnvgDqcrTf7RSq2gWN860g6x5tdniaOeov3U-_cEB7pIxvxfjV-4_uIVub9_ODdTw0A','Everyone was amazing and so nice! My daughter and I were feeling down and out under our circumstances but Jacob was so wonderful! He made us laugh and forget about all the negative if even for a moment. So respectful and great bedside manners!','2020-10-06 01:41:17.584000','2020-10-06 01:41:17.584000',5,'Sela S','https://lh5.googleusercontent.com/-aWno0nAsRpg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckQJbvbQUtWSJwfxR4oYUba5DfGjg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38939),('AbFvOqnkFLLhIjTnjfyf-NDZezGir7NfR6LQZgre4NqwLZXGynxur3mimxLGab47O_3cM9d8jXuXZA','This place was amazing. I really can’t imagine it’s a part of our healthcare system because it’s so much better than a hospital emergency department.. if you ever need care just go here!','2020-01-23 11:55:19.402000','2020-01-23 11:55:19.402000',5,'Jonathan Holt','https://lh3.googleusercontent.com/a-/AOh14GjRO6nHqtTlHWohLOvZEy5Dz-CBWRavjeAxIc8bTA=c0x00000000-cc-rp','16891069708558046635',35999),('AbFvOqnKFn2bENak__6M_goh5edl_iB_-dju6K8gKIChEvDZ4dErcQEYgkUtWn3KKcjrXyvoErg2IA','I love this stand alone ER! Christina & Chelsey made me feel very comfortable and got me in and out in no time!','2020-10-07 16:25:34.331000','2020-10-07 16:25:34.331000',5,'Jessica Monsarrat','https://lh6.googleusercontent.com/-22M8-vSxsng/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckMwJuqKdMEaghiBq9o0BBkcxTA1Q/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35739),('AbFvOqnKgIstk9T2wkTlGiQvBK9jj3TsobW-FlupFNfuy35um1oPfS0xMyjWxQbgt87ue_vozHCwYQ','Kimberly P. and Cecila Z. were kind and patient as my little niece chatted away. They were not rude and very accommodating as we waited for my nephew to be seen.','2020-01-19 02:32:58.871000','2020-01-19 02:32:58.871000',5,'Dee Lynn','https://lh3.googleusercontent.com/a-/AOh14GiFR3OOahNk3_Zv8IhWgkl4YlfYK2xRc6tqsjQAzw=c0x00000000-cc-rp','14567670160750071148',30327),('AbFvOqnKGUbFFUHs1i3obDdmg2leNyKh5hJUA4necZQgJN3EGQZVkhKdLaSWKIshN2SwRh72u5HMXA','The staff and facility are great.','2019-01-07 21:47:00.550000','2019-01-07 21:47:00.550000',5,'Alexa Kelley','https://lh3.googleusercontent.com/a-/AOh14Gi4ytCYL-MDRb62HEJkhUv_ze9ERYOTR1NMAguL=c0x00000000-cc-rp','14567670160750071148',30651),('AbFvOqnKhCnfkaYlr-D_XDE1SYIXd1GeySaPSLmPvh91WpX7RqkMyq0azCHNSPVcS2nh5m5m8LIICg','Very knowledgeable and friendly staff','2020-02-28 19:36:05.636000','2020-02-28 19:36:05.636000',5,'Raven Matthews','https://lh3.googleusercontent.com/a-/AOh14GiHQZ_4DRZZtHw0Soxh2vESbxO56tGIvhWqJl8upA=c0x00000000-cc-rp','3272657195432704501',39593),('AbFvOqnkhDoIQEe5oRxXuplYcToz_nV0Mt9CecM6iQ-7RPeXmkce5wP0SmAJVFC8Ixd2tLfqiS5s','I was skeptical due to me not wanting to go to the Urgent Care. But when we got there i was at ease. Everyone was thorough and very fast. I walked out the facility feeling much better. The staff was awesome. Would definitely recommend this facility','2019-01-08 15:16:35.235000','2019-01-08 15:16:35.235000',5,'Denzel Gilleylen','https://lh5.googleusercontent.com/-RMug5RZ94GM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclpJDu60bv5hhJBkZgK_QPAh4dN3w/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32514),('AbFvOqnKhiU4aOE-CGaL2eUqWGAzm-kpJWluAsLyosSgvrRPQNwhrvk35wV27bSlp252XXw0BYFogg','Quick access, clean rooms and friendly staff','2020-12-11 14:22:13.430000','2020-12-11 14:22:13.430000',5,'Fernando Aguilar','https://lh6.googleusercontent.com/-15SSmJQnj_4/AAAAAAAAAAI/AAAAAAAABHU/AMZuuckDuWYy3TXk7SeJbLUkv_2c2udRHQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40026),('AbFvOqnkhJwHeu64olHgLoYrkm7fOxjuJlJmiW4Exes94nJPN4oWbj7OSqWDa8q4figPR38pezQ-','Staff was very friendly and very fast! I was greeted when I walked in by Rayburn and Monica, they helped assist me with any questions and concerns I had. I felt safe and taken care of.','2020-10-27 02:43:06.962000','2020-10-27 02:43:06.962000',5,'Isabella Esquivel','https://lh6.googleusercontent.com/-2I1uDEpQpVE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3v10g3aATrFNuzbTuhdT7pFfq7g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34100),('AbFvOqnkhlyxdek9DqYjBMZCkMmRny5kfPRRHkuG36gjJUOW_Of0WPHZZGtLaUHgZG5VYqNbTOwhZg','Dr. Richard Nguyen\nNurse: Susan R\nRad Tech: Laura H.\nRegistration: Tanishia W.\nThis was my first visit here and I would definitely recommend this facility for your urgent/emergent needs. The staff was very friendly, caring and nice.','2020-02-05 04:56:43.918000','2020-02-05 04:56:43.918000',5,'Rhonda Levias','https://lh4.googleusercontent.com/-OVPA3OBYJJg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclvPRMXFxaUs-UVNTOmQtGYfiegjA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37724),('AbFvOqnkIBbPiGzlRyRPR-IxVOn790eyPMqc3AQob-AyFyIi-9deyW3QM4H0TDszuHlDZ6JEtbUN','From out of town and received the best care from Dr Tran, Blake, Delicia and Tech Son Le. I wish we had these facilities in Florida.\n\nThank you all so much! 😊','2019-11-14 23:59:17.059000','2019-11-14 23:59:17.059000',5,'Kim Pittman','https://lh5.googleusercontent.com/-xWcbMh3S3Cs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmnJq7cEfk_n82YZRtcba3lxpa8sg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42593),('AbFvOqnkiVoR6OoggCZ4XBiM_eiJz5lGsrlz86QVr6TT4X1e1tKA7Yka5OoAoi5JFZt6qQRv7qBG','Staff always quick to help. virtually no wait','2019-03-18 22:58:35.968000','2019-03-18 22:58:35.968000',5,'Andrew Herrman','https://lh6.googleusercontent.com/-MdNDlTwV4Wo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckMSPkdf9z5VcttqC317YoTp3RjmA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41754),('AbFvOqnkJ3-GYb6jHmTyJOvoYOi_RqUbo1qsXhxyTZZuMzM8L4JaGwe0VoofensyGicEwnIYQzdJsg','Jessica S was the sweetest! Everyone who helped me was very kind and patient with my questions. Thank you so much for helping put my mind at ease!!','2020-07-20 18:02:11.352000','2020-07-20 18:02:11.352000',5,'Mandy Brown','https://lh3.googleusercontent.com/a-/AOh14Gg-3u5OyYejwdCAjsmKvdZQImruSFXa45MP_7tl=c0x00000000-cc-rp','14748677429039074158',31929),('AbFvOqnkJAtUJEma6UcLL0wGiJq1hYOuuPyguWkF3aTpmj66YAPzi6zH5YV2I_CRgRvYBp-suwFAgw','Great service and very quick with the Covid rapid test. Doctor Das was very helpful! Well recommend','2020-08-09 17:43:49.643000','2020-08-09 17:43:49.643000',5,'Jon Villagomez','https://lh3.googleusercontent.com/a-/AOh14Ghv0TjJ-TLQ2rDu8-O9N7nfXI-NO7J8eAIBJew0ig=c0x00000000-cc-rp','14748677429039074158',31787),('AbFvOqnkjNPtlNKsGIvFiBUnYsnLYALymD_SR675utrwjPOnF0DGvyQ72cPl12Sw-6TH309qkHyT7A','I absolutely love this ER! The team is amazing. Maya is very sweet and caring when she checks you in, The tech John is the epitome of awesomeness!! He’s great at IVs! My nurse was Krissy! She is the absolute best! She listens and genuinely cares, she takes good care of her patients. The doctor I had was Dr. Ortiz, he is a fantastic doctor! Even with as busy as it was he made sure he still took care of everyone and did it effortlessly. Thank you signature care for taking great care of me ā¤ļø','2020-01-17 20:42:47.764000','2020-01-17 20:42:47.764000',5,'Patrice Palmore','https://lh5.googleusercontent.com/-WTVMBMcQprE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclFtcp5AZXzURmm95HvDOJpDUgDhw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28810),('AbFvOqnkKdJIz3oTH-_glI6EGDk1qq5JFUzOSoH_0dvfiNTOgUDfoJ3gNBNuZC5uQzNtZX0z2nbZUQ','Great and fast service. Everyone was extremely nice and good care of me.','2020-11-21 22:43:14.855000','2020-11-21 22:43:14.855000',5,'Jazmine Fontenot','https://lh5.googleusercontent.com/-0F7pZ4xrLlo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7YYyRp1IEMkHdQu43TiTU5cTZVg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37424),('AbFvOqnkkm_iIIZCu6l0MVw1-GAMeemrKkLy_sZSoJuGNaprceeaa68bQ0-ahtsSzvZkUC4AGpiv8A','The ER care was very fast and clean. Everyone there was very nice and efficient. Dr. Zeng and Nurse Holly were very nice and very detailed. Will definitely recommend for anybody needed urgent care. They will definitely do their absolute best to help you.','2020-10-16 03:46:47.907000','2020-10-16 03:46:47.907000',5,'Kelsey White','https://lh3.googleusercontent.com/a-/AOh14GhAMRJOkgmjP6K3bNljipy-KLh8QHY3f6Dq4aA=c0x00000000-cc-rp','14904078213800803294',32220),('AbFvOqnKKN95nxTSFjFaGdF_xq89WN5Kiwgk0k7Yfn97G8lsnr5uZlU6_EJawbvlUCyzMahQAM1FRQ','They helped me when I had very hard poison.','2018-05-09 20:41:06.437000','2018-05-09 20:41:06.437000',5,'Margarita Ostrovskaia','https://lh3.googleusercontent.com/a-/AOh14Gh0FU1yyDDOkabCH0UWXVSFU2aN5v0JNejghKNZnh8=c0x00000000-cc-rp-ba6','3511292162159714121',40938),('AbFvOqnkKQn4HnEXzYwn9d-FzdBBfzAdPNwssWB5ykIPx0hBrlmFOYxnzyCYnDcSP5zazr6bI3yZcA','Brought my friend in and the receptionist, Rayven, helped get him back within 10 minutes for a knee injury. Most places usually take 30+ minutes to get you back around here.','2018-10-15 02:23:38.987000','2018-10-15 02:23:38.987000',5,'Luke pendergrass','https://lh3.googleusercontent.com/a-/AOh14GiF0JtJXXoCRyVeDEV3MSOfT4rUjtijvzRds2r2mg=c0x00000000-cc-rp','16590124370714063921',35160),('AbFvOqnKl3OOQ6VJFn04ssowsAMIGf63ingQR9YHo4ip_lEk51mbfIIIuBXZ_2AQsGe_nKyv1b9eOQ','I went to Signature Care Westchase Emergency Center and had an overall great experience. Genesis at registration was so welcoming and quick to register me. I was then quickly called and John took my vitals. Dr Zhen was so amazing. Even though I was in pain she took her time and explain everything she was going to do for me. Nurse Kristina was so sweet and Quyen who took my CT scan made me feel very comfortable because I was nervous at first but everything was quick. I will never go to any other ER. It was my first time there but it felt like going to your regular doctor’s office because not only was it quick but the warmth of all the staff makes it even better.\nAicha K.','2020-02-08 13:22:45.599000','2020-02-08 13:22:45.599000',5,'FrugalShopper Holic','https://lh3.googleusercontent.com/a-/AOh14GjwEC1uWIemmVlENN2R7AI8xiAyJbqPyOYGMLOZpQ=c0x00000000-cc-rp','12541597562633926366',28742),('AbFvOqnKlazE7suSvrzrjYjTgCIDYmFR8XgmfQUDTcWLOS9ezkwhXjP3oMzazNgr2IgXPl9Hzn9Bsw','Dee and Leslie were the best! And Signature Care does provide you the best care!!','2018-11-08 14:51:33.844000','2018-11-08 14:51:33.844000',5,'Melanie Fridgant','https://lh5.googleusercontent.com/-dhFvkv5wWTA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMvHEh6PNV6uzFg97ZYgae-CIk5A/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40797),('AbFvOqnkldZVECyYU92awR7f5DRn4h-aFb0TYrcDzGhv7QBx5jy5xHMPecCj7WZ6XoCzrQPM2Dqufw',NULL,'2020-01-18 03:50:23.570000','2020-01-18 03:50:23.570000',5,'Eduardo Villarreal','https://lh6.googleusercontent.com/-aJ_SGe0rb8g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmEpg4N4K7DPeXe4xNX-Z990BnqFg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29476),('AbFvOqnklGmBHeBgp3lBxB33CjYmY37tMXSVwk4ymDGhVJo2ujNSTNhKbCLYTaIuvSvul-r_fGtH','Kristina and Dr. Quang were efficient and helpful in aiding me.','2020-01-28 23:48:40.221000','2020-01-28 23:48:40.221000',5,'Jarnell Watson','https://lh6.googleusercontent.com/-BWBosGQHkYc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmA6DJEhkcLoSqGF6aHf_xvu51lpg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28774),('AbFvOqnkLPfVuvPg2UYvavIgLvdMGwGC0C7gQzY1iMHy8K9J8Q5UDVftG890ldpol_ZhZTsKOE8_9A','Friendly staff!! Took wonderful care of my daughter in her distress.','2019-12-13 20:06:34.741000','2019-12-13 20:06:34.741000',5,'Sierra Dominguez','https://lh3.googleusercontent.com/-hiC7vauEGIs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnRidC-butmSgwZvkPYZki26w86GQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41528),('AbFvOqnkLqF0k4ctvACEFEZUeq-I7w3p2fSlzPjzQQd4DgRMAcQHPICnvUT2SjDQ7m9EZKwwS9Vq3w',NULL,'2017-09-06 14:41:21.400000','2017-09-06 14:41:21.400000',4,'Aidan Gallagher Fan','https://lh3.googleusercontent.com/a-/AOh14GiBx4b8RHH5NvpkR8FOYOX_pWnzoJHM0nXLuCkPGg=c0x00000000-cc-rp','17394740196501090048',37082),('AbFvOqnkm2VlfkOLMMUpjYoX1MDXEfM_zU9gB9lSMmmRW6lnlhsX30xllc6SYjdyLDPBQTjvm94lig','Dee was great. She was patient and explned everything in full in my time of need.','2020-03-17 13:11:27.840000','2020-03-17 13:11:27.840000',5,'Mz. Brittney','https://lh3.googleusercontent.com/a-/AOh14Ggs7U2QihUoc9W3eQ73FG79mZ4JSE0Owk_da0ej_A=c0x00000000-cc-rp','3511292162159714121',40275),('AbFvOqnkmCbY7PsrhSC89ncZpWuBnz44DozdAZERHhjsUr1I9wiXEjgixHEubVDoSFk-8FgwuFCY','The staff here was excellent. I brought my girlfriend here for treatment and it the staff was very attentive and made sure she was taken care of. I know exactly where I’ll be coming when I need to seek medical care.','2019-06-04 19:31:11.020000','2019-06-04 19:31:11.020000',5,'Patrick Frazier','https://lh6.googleusercontent.com/-VUkbnxDCX4A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmY4uM_44LpyRVMrjhNeGZmI-0cEA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36186),('AbFvOqnkMNW4Ph7ghm37J_Ap5doAWXZGbwtk6WRpC-YJPENI5lGdG3oYb6PKnCZq7ypg_pqug08N','We were taken care of as soon as we got there. A very well kept facility as well and friendly staff. I do recommend this place for any of your emergencies!','2016-09-12 13:24:33.560000','2016-09-12 13:24:33.560000',5,'Erica Serpas','https://lh5.googleusercontent.com/-HL_dNba1SOo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXgvFjn1u-FdhOAGuPSI_9bn14bA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37301),('AbFvOqnKn2k1qiVQUUX94_CpYWAx72Omk-Q_YIdi4sFwlfPMxAPqnoY7LiE7TnFAjJPmDJZaslLy0g','Luisa and Marcus were excellent in everything they did to me. I felt very comfortable. thank you! :)','2020-10-25 17:53:06.912000','2020-10-25 17:53:06.912000',5,'Breysi Albujar','https://lh3.googleusercontent.com/a-/AOh14GjNOmAd85tGqvGo8waNY4Gz6mxUU5v9bNW7qRSa=c0x00000000-cc-rp','16389487648212004696',33087),('AbFvOqnKnBK2d2aBqit0KE5nZ3K-13VWaloc9DHXVxjn_e5vlKGnPyMzPTLw0W2EUh4YICqdl-qJMw','This is my second time coming here. Considering this is u h a stressful time to be sick, they made me feel at ease and comfortable. I’ve been able to fell less worried since coming in. Clay and Christina were super!','2020-12-18 20:24:08.650000','2020-12-18 20:24:08.650000',5,'Diana Trimino','https://lh3.googleusercontent.com/a-/AOh14GgsGCwJFfzhU71KvuIJaK1ftm8iPIrvWlcb4OTs=c0x00000000-cc-rp','16891069708558046635',44546),('AbFvOqnKNQrDMRSXCH4HN6Xw1ZzWxdof-lV1iq4cincC0LC5AmquZqoN3AwTehciYrD5wSB_V_0Org','Dr. Golla, Patricia\n\ni recommend this signatureCare emeergencycenter to be one the best place to come if really need help or sick.','2020-02-28 20:13:45.277000','2020-02-28 20:13:45.277000',5,'Kenneth D Reed','https://lh5.googleusercontent.com/-NSBPkgZxODo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmpU9a-ylVja6kQJNRau3og1OvUAA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33311),('AbFvOqnko7f6kuwEyLH7AqqfzIFJ37_nJbpuY-eZ2QTrMwxlX0zRzMpmgLBWAjZoheQF3yAB0uXzog','Extremely clean. Professional and friendly staff. Dr. Miller is knowledgeable and fantastic.','2019-01-31 18:21:31.431000','2019-01-31 18:21:31.431000',5,'percy ly','https://lh3.googleusercontent.com/a-/AOh14GgFNWoYi5Qud8ULumN5a_SBt2jKo4dEofIMR4f3=c0x00000000-cc-rp','3511292162159714121',40664),('AbFvOqnKoa2SNV2jgr6a8PVjlZF1_rD-UFYUQXOsxr3ux_Zi3cL9QlrbO3JeCUenfBtYd30X-olt8A','My wife and I had a great experience at the Westchase location. The medical staff (Dr Nguyen, Kristina, Tino, Nelson, and Maya) was very professional and kind to us. They took care of us promptly and effectively, and gave us all the information we needed at check-in and during the medical evaluation. The location is new and clean. We would definitely come back whenever we have to.','2020-02-22 15:19:25.563000','2020-02-22 15:19:25.563000',5,'Jose Villa','https://lh3.googleusercontent.com/a-/AOh14Ghgb3LyhsBHJO2biF0D4VaOqupax8n8DRkE59VKoe0=c0x00000000-cc-rp','12541597562633926366',28705),('AbFvOqnkOALpAmZrdKqieNIVt1dn8a82ouupfgT2ZGdEcDXjxnJX0dwCzFj8v9KS-JDn8bEqv0hRpA','Excellent service. As soon as I walked in Tanishia W served us. Very friendly & nice. Very short waiting time. Doctor Nguyen, R M.D went over my daughters diagnosed as explained everything very clearly. And the nurses were very polite. Thank you! 😊','2019-12-04 07:32:55.348000','2019-12-04 07:32:55.348000',5,'Magaly Hernandez','https://lh6.googleusercontent.com/-0eTEsQQ-CV8/AAAAAAAAAAI/AAAAAAAAAE0/AMZuucn2wyigpNwM1bismgf2JcXalCgBhA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37830),('AbFvOqnkomfvtV3sB9aYOFmB2PgeC1SUhRGxUK2ryCipr_TyYUx378ZnKCAFXTF0BofXofTx_9mZ','First time going they were awesome good service beauty facility staff great took care of me thanks to Joly, Kinga, Kerry and Quintessa definitely great personalities and great service give them a super star....','2019-05-23 15:08:36.099000','2019-05-23 15:08:36.099000',5,'Elizabeth Vega','https://lh3.googleusercontent.com/a-/AOh14GhtLZcguhXosWMqb61iKgjyV8s6rYTo_eQh4UBdvw=c0x00000000-cc-rp','2694018788013845459',39340),('AbFvOqnKoNTC95VRfOC4p44C2MK6m_FtgMmXhN47UsN0qkj-W7UFGbR-XiF4ozCIEVkk1qupzCKAMA','Super friendly staff, it was a super quick visit!! I highly recommend.','2020-02-20 18:22:12.479000','2020-02-20 18:22:12.479000',5,'Natalie Carrasco','https://lh3.googleusercontent.com/a-/AOh14GgKxsjrwB3OIdF0VwZsSMO9uNrNUGTYuPGNxmVVaA=c0x00000000-cc-rp','16590124370714063921',34350),('AbFvOqnkoTmAZC6wc3KWAf5rottVyrE9Mbm3sSewTBYYSvUaRJlJIYuJBZnpYax2fdSsgDpYVNMk2w','I have been here before and the care is always amazing. The diagnosis is always on point, the bedside manner of the Dr.\'s & nurses are wonderful. Not to mention the facility itself is immaculate. They make you feel that they care! Thanks to Dr. Simmons, Nurse Billy, and Jennifer in registration for getting me in quickly and taken care of! 5 stars!','2018-12-04 08:57:07.228000','2018-12-04 08:57:07.228000',5,'Tierra Ricks','https://lh5.googleusercontent.com/-4LyVC-Bsiv8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl7alob3BZsA90Nf_h-otcliHm7tw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42222),('AbFvOqnKOX6l2qnKrfaKXPOXFECFt9ePbmGvc7wHwXsfdv5ejCunh21PC33p10AlHn02yzayQ8Tu9w','I was checked in and brought back to a room within 30 seconds. Very friendly and every one care about my well being like I was one of their family members.','2020-07-22 03:39:39.348000','2020-07-22 03:39:39.348000',5,'Vince Leon','https://lh3.googleusercontent.com/a-/AOh14GjchEX1iz9cJ6RQtODe-euVgvaQJyW4TQ5FL-q-ew=c0x00000000-cc-rp','13486358490203335051',29360),('AbFvOqnkPIYvnLCclvbVIrER9MDfgapR7whFLvTkmTX6VQJnWbJkpOfA3fJ1ANEVn7FCjbtgARUu9g',NULL,'2020-11-12 13:25:36.361000','2020-11-12 13:25:36.361000',5,'Amanda Partida','https://lh3.googleusercontent.com/a-/AOh14GjnCmIeHSE7Q1rLYN78nel_iZFT00j7_Cxk7coeMA=c0x00000000-cc-rp','17898197009688164559',37444),('AbFvOqnKPLhMV7_mCEfdqOvT4QrBqNwgD5silIJsKJZU5CwjGibef4dM2dmTnja0MSq5jZCraawhMg','This place is awesome! We were seen super fast & the staff was so friendly and helpful. Really made us feel seen & heard & cared for! The facility is suppppper nice & super clean! Great care team!','2019-09-17 18:19:44.554000','2019-09-17 18:19:44.554000',5,'Madi Welch','https://lh6.googleusercontent.com/-uz1tevP_m-4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUkY88gg_ooB_xsDdOqDMx5PaUCg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39259),('AbFvOqnKPxAQ4nmHtB1l-Arw_KFTWFSUOz_Bu9vgfEGp81J276h60Cq7FDVfCbYA2n0aSlfa95ag0g','Very nice people and they are fast too. Much better than ERs I’ve been to in the past. I had Dr Hasegawa, nurse Kat, and Jacob and AJ did a painless IV','2020-10-07 12:39:56.724000','2020-10-07 12:39:56.724000',5,'Caitlyn Powell','https://lh3.googleusercontent.com/a-/AOh14Gj6o3jcPg6YiGEoIylDhzYLJaM8Lv3DC--Z_remPQ=c0x00000000-cc-rp','2694018788013845459',38935),('AbFvOqnkQ-Sk5z8O3qg0HoygXyo1aHwPyRCEZ14TLH5pOYHJJeXBKNMOPxnnCj8e7XxjDfg8V9BYQw','Dr. Miller made sure my daughter was comfortable with all our decisions. Everyone was friendly and helpful - Christina, Tina, Shaunda, Chris','2019-12-19 00:13:29.492000','2019-12-19 00:13:29.492000',5,'Angela Peeler','https://lh3.googleusercontent.com/-1th43v5nTFo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckBV5BwuNsBv1l6pUfDz2EpWVkxJA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36040),('AbFvOqnKQc7jGuuDD0RVCf2CO-qOV5UpGiLDRgmn7KyJdqs7xkCtngu0aYLcnKkXSqE8xtt53Fm7wA','If you want to be treated like a VIP I definitely recommend coming here! I was offered snacks and everyone was so sweet <3\nAlso Shout out to Sarah G. For being named Sarah and obviously so sweet <3','2019-08-14 03:52:33.701000','2019-08-14 03:52:33.701000',5,'Wedner Lopez','https://lh3.googleusercontent.com/-6SyYYsN5utQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1QaxyMMxAVL_279q-QomHe3Isng/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38035),('AbFvOqnKqCUAdtbux4g_lGzlU13p8RUTilO4yRtKXBXq90aT8lyK-EqjH5WCYcUnbx0eEZM7tudE9g','Tiniecia and Luisa are great Dr.','2020-10-27 01:15:24.447000','2020-10-27 01:15:24.447000',5,'Lilian Soriano','https://lh3.googleusercontent.com/a-/AOh14GiV3tpn1ieD8NjhXnOjG66WJcxhbTiagopI9sw5Bd8=c0x00000000-cc-rp','16389487648212004696',33075),('AbFvOqnKqGoh5JwWruFxRzrqSO7WCgpMrIwphEJlLuclHqDSNhKieC7tKp_GMUFa8idGU_obbZ-S','Awesome quick service warming and friendly I definitely recommend getting testing done here.','2020-09-21 14:39:58.065000','2020-09-21 14:39:58.065000',5,'Charles Hall','https://lh3.googleusercontent.com/-1jxchyCp6LE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnfWJvHNcTYXYznsHPjuh9CqoZJqw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31631),('AbFvOqnkqJGn1VoN-AK1H0todHxzeykBasy3JcQP6_dt2JpgK2FYS3mtJy4TjGJe6WGygOpY-r-MEg','Very quick and efficient with clean facilities. Bretnie (rn) was very kind and helpful.','2020-07-26 14:13:53.348000','2020-07-26 14:13:53.348000',5,'Seth Cook','https://lh3.googleusercontent.com/a-/AOh14GiLPoEwvE7fWdYxXS0IZot0pLaCzXitxY1clEyY=c0x00000000-cc-rp','16590124370714063921',34249),('AbFvOqnKqLb6Q5zgU5dxmkY64kq2pGVTDsGtxFKtiX5mDF_TQIW6mYsopE4TEAVaFbAKJB8_7cYJ','Great and fast service!','2020-08-25 23:28:06.214000','2020-08-25 23:28:06.214000',5,'Francisco Guerra','https://lh5.googleusercontent.com/-FnE5OyjZjMM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn1Zi1sdZvZ7MrCPI2ysK31jGmELw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35835),('AbFvOqnkqvhUGF57U_TQmUlvewflFVElt51lwQl7fN8uWRTnNcj_fXyUKZRzHAH2tA3kwmASDIQZxQ','I came because a nerve in my back in inflamed, was seen quickly & was diagnosed as I predicted it would be. The staff & the Dr. we\'re and very professional. I would definitely recommend this establishment to anyone in need of urgent care. Office was very clean, sanitized & made sure everyone was social distancing','2020-12-05 02:52:23.048000','2020-12-05 02:52:23.048000',5,'Kimberly Dodd','https://lh3.googleusercontent.com/a-/AOh14GjtPfOffhh-mDp1XpVHREAnbiv3Xe8QJ861xncnxzU=c0x00000000-cc-rp-ba3','2694018788013845459',38872),('AbFvOqnKqVTNuZiZFVIwuX9Wl1bJzermsF7WW2TMkZuOqOJhGYxoL-Dw_qph4hkONHNI-5dfSkcM','No wait. Caring staff.','2020-11-10 03:23:58.126000','2020-11-10 03:23:58.126000',5,'Anum','https://lh3.googleusercontent.com/a-/AOh14GjyiVLZxJTv1oIum-Ov72QfQ6k78V0xldlQsJWQgks=c0x00000000-cc-rp','8918455867446117794',42840),('AbFvOqnkR4CbKUOstkJE2Xaq9yHhMiCEpXdNDnpKL7crWdjMHDtv_ZyfrkTst4J79dquZDrhwrcGuw','Going to this SIgnatureCare Emergency Center was the best decision I have ever made. I had horrible stomach pains and they were able to figure out what was wrong with me quickly and effectively. They made sure I was comfortable and the attention I received was amazing. The care here is incredible, I highly recommend going here if you have any medical issues. Much better than any other ER that I have gone to.','2018-06-03 17:24:24.335000','2018-06-03 17:24:24.335000',5,'Martin E.','https://lh5.googleusercontent.com/-SkZkdhkbQXM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmwBvSSYK5hghrR3MojNs5UjDX7Fw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30833),('AbFvOqnKRfJ1P2yCZOkYef77bXTkncJR1GasBYkh0HEWC2Qyg6vSzVCdv1EiysJqSh5scJtLviKb7w','We were greeted my Rita at registration, she was very friendly, not to mention the rest of the staff that included Daniel, Holly, Tony, and Adolfo were also very welcoming. Dr. Grinblatas was very thorough with impeccable beside manner and the facility is the cleanest!! I would definitely recommend Signature Care over any other Emergency Room. The staff is friendly and welcoming, the facility is clean, nice and up to date, and the wait time is minimum.','2020-01-27 16:02:14.332000','2020-01-27 16:02:14.332000',5,'Jennifer Hamilton','https://lh3.googleusercontent.com/a-/AOh14GhC1runnCHlfN-PqGFSIJ_WHa_wyOf5GGOYO-ieJg=c0x00000000-cc-rp','14904078213800803294',32363),('AbFvOqnkrIrEV1e2oFn73lEJkKWaPpUPyAECWo16UpYn7DhvYhjf0Ut3HQcJBqAy27eh2EdjgOvsXA','The place is clean and everyone is nice except the doctor. I went out of my room to ask for a blanket. Dr. Zheng just acknowledged and was still sitting at her desk doing her thing. Then Guess ( or Guss) passed by and asked me whether I needed help. He got me a blanket immediately. The doctor was very arrogant and made me feel she was un approachable. I would still go to the facility if I ever needed care, but hopefully will meet a nicer doctor.','2018-11-05 05:57:53.299000','2018-11-05 05:57:53.299000',3,'Gigi Vanguard','https://lh6.googleusercontent.com/-B-h4AJShRpo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnrDdiJQ6U1zhbLBHKAOV5XXQbsDw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43345),('AbFvOqnkRNjEQMe9oelM_9eus6XteSAxhMow5MugN-vcCgPmc3Wq5RUa9pL1aS7_G3GEM-F8tHX6nA','It was a quick and easy process. Caring staff that answered any questions I had and let me know what was happening. Amazing facility. Never had such an excellent experience before at an Emergency center.','2016-11-01 15:14:03.143000','2016-11-01 15:14:03.143000',5,'Jiger Patel','https://lh3.googleusercontent.com/-Fua0Edf62eY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclbRlZK58A7l9tfa55I2tlTlxMd6Q/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31165),('AbFvOqnks-tstpMIlsKTUnm7Tl2hxsz0M5GykY94X_FQrQAnRXdLZz-qJ6-V2Bb3djzxTGkv3jRoeA','I came in for a sore throat and within an hour they addressed the pain and told me what was wrong! Thanks to Lorena, brad, Morgan, and dr kimball it was fast and effortless','2019-12-31 14:48:54.836000','2019-12-31 14:48:54.836000',5,'Gavin','https://lh3.googleusercontent.com/a-/AOh14GhyxSkpC7VD0LWAPBQXIZBy-uOtOBVlBflaLIUfxQ=c0x00000000-cc-rp','16590124370714063921',34477),('AbFvOqnKSNDl_orZGgRw31lqJKuXm2fsgHudoK5UipdtoZovPtkimVwxzGjZfnD3p8akY1DZmEOQ','Everyone here is really nice and attentive. The check-in service provided by Dee was quick. Within 10 minutes, I was seen by the nurse and doctor. X-rays were done, and I was given a diagnosis. The customer service given here is phenomenal.','2020-11-20 18:52:39.136000','2020-11-20 18:52:39.136000',5,'Trina Parks','https://lh3.googleusercontent.com/a-/AOh14GiXRtC-jtvClvwaJlSaO8gZocsKzfjJwdo-gKyceQ=c0x00000000-cc-rp','12541597562633926366',28449),('AbFvOqnkSP8uf0KHnDmEzE7rKHj4029idwxWdZ3ld2s05E-wUZbVvTIbPS78k_Bc5ZPk2l9_mo2r6A','This is the best place to go for an emergency visit. I rolled my ankle in workout camp and it swelled and very painful. I was not sure what I should do. It was the Saturday before Christmas and I just knew that I was going to spend the whole day waiting to see the doctor. I came in and Dee at the front was so nice and informative. She gave me a few forms to fill out. I could not even sit down before the Nurse Nikki called me back. I was impressed with the urgency! They took me back to a nice private room with a TV and Nikki and Dr. Souman were efficient and friendly. Diem had x-rays taken and got me all wrapped up with a boot and crutches. I was all set to go and spend the rest of the day with my family. I checked in at 10:45 and out at 12. The facility was clean and the staff was very friendly and helpful. I will be back for my future emergencies.','2018-01-10 21:01:08.877000','2018-01-10 21:01:08.877000',5,'Yolanda Miles','https://lh3.googleusercontent.com/a-/AOh14GgMB29EZ0KBZ9mNC0KP4IxBhZDFsKIYgPP0dALCfg=c0x00000000-cc-rp','14567670160750071148',30904),('AbFvOqnKSPsMIMWvp49rh0kFGSNL-QkSQpMjNAVX_97QhF-x_LztIv5HskwS9cNydpaN-lgyTOF4kg','Beware. When a doctor is unwilling to provide requested treatment and won’t explain why not, or is upset when you ask that they explain what they are doing and why. It means they don’t even know.\n\nCame in with concerns of sinusitis preheating to meningitis. Requested steroid shot and antibiotic, as symptoms have persisted for 7+ day. Was given an IV is benedryl and anti nausea. Then a CT scan —- one just running up the bill. This took over one hour. The most severe headache i have ever had. And they did nothing. I sat with the iv needle unattached to anything in my arm for ~10min, no explanation as to why. doctor zheng (so?) And the obese black nurse who never provided her name (but i will find out and follow up with) were both unbelievably condescending and dismissive... presumably because I actually have a medical background and speak as such. Both should find a different field to work in, somewhere without patient care or human interaction.\n\nWill be filing complaint with state board tomorrow, trust me.','2019-08-02 05:25:34.773000','2019-08-02 05:25:34.773000',1,'Tuesde Cavil','https://lh3.googleusercontent.com/a-/AOh14GiKccNK4MCEg-6HdkRvdWLuIQmkMTaamtrO___2Qg=c0x00000000-cc-rp','8918455867446117794',43211),('AbFvOqnkSViIiYT7flJvHmQNtjiAaqb7ArIo0d1osILio6XpRbum7eE639S6S3X6cbU5DxxTUfwOoA','Great experience! Friendly people and everything was fast! Kendra, Laura, and Dr. Vakey were all great.','2020-03-01 22:16:35.771000','2020-03-01 22:16:35.771000',5,'Miguel Sobarzo','https://lh3.googleusercontent.com/-scALDZ-5v0s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnWqCIMJikX0DeCT3hYOQNxiNgPFA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34324),('AbFvOqnKSZASpznaFmiC1PPbheHcGEzEpS0CAuwdqtTGOwXE8h6I5y3USJZnsWV_ct8tDQQ-pmJ51w','Friendly staff:)','2019-12-18 05:58:56.984000','2019-12-18 05:58:56.984000',5,'Favian32','https://lh3.googleusercontent.com/a-/AOh14GiW4hR1XK4pQ3jkfy-_aXIt1bMxJ5qjrgDdOYfQ=c0x00000000-cc-rp','6521947413723274945',41514),('AbFvOqnKtNA8wdPLbePwMyzJKqzectB9t4IC28KDQ-hNNQh1QALovqD0vax1oLyPQpXzvgGt9Kjm3g','Angela was great!','2020-10-25 18:06:37.829000','2020-10-25 18:06:37.829000',5,'krisha pulley','https://lh6.googleusercontent.com/-bLwA9AVDRGU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclCTKQQUeRorB20XFnioMkhZ07olA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31463),('AbFvOqnkTOmlOGJJ1pINJybFpT9q0UWRKSBn5PonljmeB8VbOmerVoFnTCD9HCl2Zf529qwXqn5i3w',NULL,'2019-07-23 09:42:29.351000','2019-07-23 09:42:29.351000',5,'Cynthia Burcham','https://lh5.googleusercontent.com/-VXDMHXnHLtM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnsqa9mj4pv85H3Fa7ETm6ATQsUuA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29727),('AbFvOqnKTryyecurTS5RfYMdurWvBK3lqoamYQfpV0InKz8ww3zW4VEhWQn9RfuivbhMTFKHxLmlQg','Great service. They get you in and out. Cold drinks available as well as coffee. My son fractured his hand and they were great at giving me the results quickly. They also referred me to a orthopedic and did a follow up call with me the next day. This is my go to ER for any minor accidents .','2019-06-17 18:39:17.264000','2019-06-17 18:39:17.264000',5,'The adventures of freckle face cupcakes King','https://lh3.googleusercontent.com/a-/AOh14GgDxydV_zhrm9Mu8J27PqmIn1dS8S-LvhqA8c3s=c0x00000000-cc-rp','8918455867446117794',43251),('AbFvOqnkU4zek_o8WYNTZcMpbAZvNN20N6U-8GsbMV4HWB5odvwKAnTXN2XzPwpSPOiINTA0Qjmu','I love this place! Being without insurance is hard to find a spot affordable and willing to care for you BUT they went above and beyond my expectations! From the front desk lady(Jennifer) to the doctor (Elsbecker) & nurse (Christina) they were all amazing.','2020-02-21 16:29:34.311000','2020-02-21 16:29:34.311000',5,'Sandra L','https://lh3.googleusercontent.com/a-/AOh14GjgxNO_WOVJCXSrYGlbU5jZFc4rxF0I1yIzr8rTvwo=c0x00000000-cc-rp','16891069708558046635',35960),('AbFvOqnKU6HpchIKTYU95T7AuU3rhCMiImXAPWrIycmLbb7y21iWrNIViFzIDY8JKyOYSHKEOO8-Kw','A very clean facility. Everyone was friendly and helpful. Almost no wait time. Dr. was professional and clearly explained my options to me.','2018-04-25 13:07:34.770000','2018-04-25 13:07:34.770000',4,'Pat and John Kaylor','https://lh4.googleusercontent.com/-CBBmt2Z5A7k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckHR9qesf8b66sIFLX1torcrZyemw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30846),('AbFvOqnKUbR58j7O7hH0xgFwNeccBbKwcrtVCLy1LQCnr0KP3xI151ak4dnc4KX2XsxLxmxQR6rJDw','I love this urgent care facility every time that I have came here the staff and doctors always treated me very nice! Dr. Michael Herman MD. Had to put stitches in my hand today he did an awesome job Kelly and Shawn was my nurses and they went right to work helping me soon as I care in!!!!! Great job Team work makes the dream work.','2020-03-09 18:26:53.343000','2020-03-09 18:26:53.343000',5,'terwoner martel','https://lh3.googleusercontent.com/a-/AOh14GhJDNvMyzsTbaOX6hhAIBPfOMMaZdseBSDDCrLlvQ=c0x00000000-cc-rp-ba2','8918455867446117794',43060),('AbFvOqnKUeOugCkbzLz7nFLSWELM3jqXiXBG502Lf5Utrwif8Q2ALbHLhargwLzjXNA372J6Pfj3','I came in for an infection on my leg. After the first round of treatment we discovered I was allergic to the medicine prescribed to me. I came back in twice to get the reaction under control. The staff here are always so nice- from the front desk to the nurses to the doctors. The facility is always very clean, check in/out is fast and easy, and you are always seen very quickly. They even do a follow up call to see how you are doing. I’d definitely recommend coming here.','2018-07-18 13:23:17.022000','2018-07-18 13:23:17.022000',5,'Lindsay Barello','https://lh3.googleusercontent.com/-qak0PRynDJk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckR88Uo2TPBk6xf_xxoJfURHx17sw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30816),('AbFvOqnkukcoCh9gRvIT_Em6RrNngpNfXwMdQP-m-BmdXvlCu0FLdElEbSjUpTuUPainb4f1XgaGxQ','Very polite staff! I was nervous and anxious to come in for my daughter during this pandemic. Everyone made it very easy and quick! My daughter loves the nurses!\nWill return if needed.','2020-09-07 01:57:09.733000','2020-09-07 01:57:09.733000',5,'kaelyn hernandez','https://lh5.googleusercontent.com/-WGhvGiJ0ZZI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxyflJC8XXyoNwSjhr4yiNvjJFmA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39010),('AbFvOqnKUlpjZ0bzR3IeQ_Tv791a9nYSxBDs5VTpb3ViYfu8ZQ1_zwoHMmamfBiJxa-ZB0utMASw6Q','No wait time, wonderful staff & the doctor was great.','2017-10-08 14:08:59.486000','2017-10-08 14:08:59.486000',5,'Reynaldo Rios','https://lh4.googleusercontent.com/-na6wGNvebxA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnsoSPWcg3bCdp5FS70jNktRdNVbQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37056),('AbFvOqnkV16rmPT6edqEWx5Ho20pT5FDJGlcTzKkFrno_1WdlPF45wBACWJbwQAxth60nVrsmo_2Nw','Great care! Very quick! Clean facility and very nice staff! Nurse Jennifer was very nice! Would recommend for all your emergency needs','2020-01-13 01:32:58.519000','2020-01-13 01:32:58.519000',5,'Tara Chubbee','https://lh3.googleusercontent.com/a-/AOh14GhWAk4pyv4SHPHmjTrlpVzTX-Ng4XEUxFuK54iQlqI=c0x00000000-cc-rp-ba2','8626688543755174284',41957),('AbFvOqnKva6tsfeeV0n4Twwm-W9yGiCi2cjTNzABkIMMfdnTL4ni5TACN56-lMJISjvu4oJA9dNpAw','I had a HORRIBLE experience at this facility!\nI left crying! Cruel & uncaring front desk registrar!','2020-06-27 11:31:54.951000','2020-06-27 11:31:54.951000',1,'Debra McShane','https://lh3.googleusercontent.com/-emkzRanQLY4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnm2bVgpMCKMjuDCPRv7ku9f-yhuw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30188),('AbFvOqnkvGLWbwOKRKwEnDnbfQiP83Hpsf1Ll3vTPasVFpOBLLveLpx1TLv3CnW_KBB7oePfTZjf7A','Nice and friendly staff!! Doctor Chukwuma MD, nurse Shelly D, rad tech Heather G, er tech Danny and of course the Tanisha W at the registration they were all super friendly and helpful REALLY RECOMMEND!!! Thanks alot!!!','2019-05-10 05:52:37.760000','2019-05-10 05:52:37.760000',5,'Marisol Lozano','https://lh5.googleusercontent.com/-06KY-af939c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnvwyJCT0iW_HL3dOebpMkVaKGeGg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38187),('AbFvOqnKVw_wxK2mIzevA3zn0Ot4K1iCDXtfG42I99UntI2Sx7G4lYw9_9YoKZFoS3092BngzJ-x-A','Excellent Servics provided by Dr. Smith, (Rob) Robert M. Ms. Tricia and my guy out front Jesus.','2019-05-24 22:18:54.694000','2019-05-24 22:18:54.694000',5,'Derrick L Woods','https://lh3.googleusercontent.com/a-/AOh14GgjEghsH720bh8CrMH_Y7ncyRWVjrtfzaJn4PzS4g=c0x00000000-cc-rp-ba6','16389487648212004696',NULL),('AbFvOqnKw5wkHkzQwaQsKJJDl-PV1vgbY3Tp9KCil4oG4eJZ7ZE2wic9rChbEmw5fcdwUp4arQczXA','clean place, and nice that they offer 15 minute covid tests. however, i had scheduled an appointment, and when i showed up for the appointment they said that ā€œlost the recordā€ and i have to wait behind 5 other patients. don’t see the point of scheduling appointments if they’re just going to lose them, might as well walk in.','2020-06-29 22:36:26.748000','2020-06-29 22:36:26.748000',2,'z/a/c','https://lh3.googleusercontent.com/a-/AOh14GjxJ13AfmDhFHR3adfDynOTJ6xFaEncpTQMV8gV8Q=c0x00000000-cc-rp','2077061009497551125',38808),('AbFvOqnkwI3UYAWQg088NbSOLtt_ZBgwO_ZugvlGCxV5W-BHQJIZxwMlsBLmW8fCHeYJMZfGOBfiQw','Nice and friendly staff. Prompt service and everything is explained thoroughly.','2019-02-17 13:46:01.483000','2019-02-17 13:46:01.483000',5,'Mo O','https://lh4.googleusercontent.com/-dcW0hEbA0pE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckyH5zGig5tCE1MxxGhpRtkN8-PoQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36821),('AbFvOqnkWPqS3D2SF4tMpY-JkIByMksxQSDsq7SCRAEVz1gCF7ae8QLHUikU1mBt3a5crDPksJVk','Came in tonight for a small cut. They were quick and helpful. Front end staff all the way to the doctor were very friendly. I highly recommend and appreciate their care.','2020-08-08 04:57:46.062000','2020-08-08 04:57:46.062000',5,'Jacob Richards','https://lh3.googleusercontent.com/-OaBoEOfNZI8/AAAAAAAAAAI/AAAAAAAAAJM/AMZuuclDalsuLdZ3R2d18obRhXPUR3ioKQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38632),('AbFvOqnkWvy3gUnkjnw50oRI3v_-VnfZtv0yrbk6nCGN2RYCLpQopzOnM5FuKknTxoEps-VuQceq','Josh, Ryan and Jennifer did a fantastic job. Asked if we needed anything and made sure we were comfortable. Keep up the good work.','2021-01-23 16:54:13.052000','2021-01-23 16:54:13.052000',5,'CHRIS MCCLURE','https://lh6.googleusercontent.com/-XfvdSe8L7rI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucko-1Z6UXIc5kH-cJ5op4uxoKVuBQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44600),('AbFvOqnKx3m9SmL9dP5UACOXuQwBBdcR8qbktUQ3PXhOa6xGLpiP4DVy_-tFKxvXKVquKKYqel7W','This place was awesome! I was seen with no waiting. Everyone was friendly and nice. Very attentive . I definitely recommend if you are needing medical attention! 😊','2019-07-30 01:03:33.671000','2019-07-30 01:03:33.671000',5,'Annette Hernandez','https://lh3.googleusercontent.com/a-/AOh14GhdvTutDXLPsa-E2y4yVBJwxqTohRsJfwLTjfZfTA=c0x00000000-cc-rp','14567670160750071148',30485),('AbFvOqnkxI_4Pe9zvC5jBInU_Z64wZq0KjYVJL959COeAIU1HXYEqoiSQsFim-nKcCPcdbS5GiNd4Q','Every one was great thank you for making my wife fee better. Maya was an amazing help!','2020-01-04 18:40:07.184000','2020-01-04 18:40:07.184000',5,'Fadi Had','https://lh3.googleusercontent.com/-KwgwhcQXq48/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnX7mr2fetD53alFdfOKq4hCl5YAA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28856),('AbFvOqnKXqILjdINFqv-Nv6wFfWBSksGcfomsAKW_GlfjbRQoiI-aYj2fMVK75L69DeP3Du91XgfEA',NULL,'2020-01-18 23:37:05.808000','2020-01-18 23:37:05.808000',5,'Bill Iroh','https://lh6.googleusercontent.com/-8t_fncb3I68/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnG5C2xzjEbYdJm2qkIqsjVFYfLUg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40343),('AbFvOqnKYIycGTPWhti7XE-p2JK3GDK_HhtqEnonzNAU5hHLlyJMQSz60MnWHt-KPXiM8bQ21db3AA','Clean very good speedy staff is very nice !!!','2021-01-04 14:54:02.804000','2021-01-04 14:54:02.804000',5,'Jeff Hughes','https://lh5.googleusercontent.com/-Is8O4JMOvU0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn8PSg6BBHnuh1-M_zlZsKo2R98eg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',44320),('AbFvOqnkYp9fQn-lvLX4RkZVuHPjAixv0dDKNDvnUDOjPuNen3r3HM9AlYKKt6nkegaYa86TXdwZ','They took care of me like I was the only patient in there. They have great staff that make your experience more enjoyable by actually engaging with you on a personal level rather than a regular customer service level.','2018-11-03 01:39:05.134000','2018-11-03 01:39:05.134000',5,'Glammed Out Nails','https://lh3.googleusercontent.com/a-/AOh14GhN7tJ21kS7KHntp8ps-Wluxn16zTFqrKaU2q02xw=c0x00000000-cc-rp','14904078213800803294',32530),('AbFvOqnKyuqsQrNUYiIjJDV4svsCwzW_7hlzwDcCriddx5mUAe9X48wig0iz8y5QHRv3KZOgfnsY','Amanda and Dyveliz at the front were very attentive and speedy.\nBryan, Morgan Smith, and Megan took care of me once I was taken back. Everything was super efficient.\nExcellent experience for when you\'re not having a good day.','2021-01-19 18:24:22.080000','2021-01-19 18:24:22.080000',5,'scrotie schultz','https://lh3.googleusercontent.com/-5mWEKI8PvG4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnYnLl21m602bj6V_co1omIflM7_Q/c0x00000000-cc-rp-ba2/photo.jpg','16590124370714063921',44511),('AbFvOqnKz3YBipqrKgAbZ8xnWEye6foKsI8qVp52QyC81qw9V2dezYlw_hrvyVn4RatT4ROdBvE1','Dawn and KeArie were awesome\nVery comforting','2019-09-28 13:21:12.113000','2019-09-28 13:21:12.113000',5,'Jake Nagel','https://lh3.googleusercontent.com/a-/AOh14GgpJFExXsczp7T7M0TB7iRfhL3zT6unOQLYjL8aGw=c0x00000000-cc-rp','3511292162159714121',40409),('AbFvOqnKztHmm497shiGJ3xVP72JHwzyq1Fs9JEqxHNaQeGP4nR2xC6sDUpHvnyErPeSy6iTIUknqQ','Great experience! Quick and easy.','2020-10-27 02:27:14.547000','2020-10-27 02:27:14.547000',5,'Mackenzie Youngman','https://lh4.googleusercontent.com/-a7dXI5M0rjw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnQj4ArrqtdSUtuIOdTCf44fUFfnA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31454),('AbFvOqnL_4dxxAiOFJvH-J1-CS5KTfe-Kq8gqRCwjs9QH3lqPt0IBe04dEg6E5do5pmh5TlsnaNhig','Everyone was really nice all the nurses were super helpful and so was the doctor! Will definitely be coming back if we need to. Also I love how clean it is.','2019-10-29 02:22:34.353000','2019-10-29 02:22:34.353000',5,'Kimberly En','https://lh3.googleusercontent.com/a-/AOh14GjGXKzfslGlHA_vW24mGvaRvFqegGTSlnetqp0hqQ=c0x00000000-cc-rp-ba5','2694018788013845459',39224),('AbFvOqnl_BICev_VIyEUOubMUGhW68_xlmgNp9KNMcd066ceaIMHCX0u5ShImmlLyHZ-dCP270iNGA','Came in for pain and the staff is amazing. They have made my care easy and they are very professional and caring. I recommend this place above all else.','2018-12-27 18:01:12.598000','2018-12-27 18:01:12.598000',5,'tmatthies523','https://lh3.googleusercontent.com/a-/AOh14GhZzU_v9ww3mJLtNjvybFE2IMN42ojvHuwEY47pGQ=c0x00000000-cc-rp-ba3','14904078213800803294',32517),('AbFvOqnL_dNG-wehdMEUhwGYIazuAW8eSEtF25IKvhjdV_v-V7Xucb-6jh1jC2mVXeMsH-niuGtEdA',NULL,'2019-10-17 00:23:01.595000','2019-10-17 00:23:01.595000',4,'Mr. Eaglin','https://lh3.googleusercontent.com/a-/AOh14GjTkIsDbY-bR7JDBIcuOGQCleXG58PasPJ-DW-FtQ=c0x00000000-cc-rp','8679688254631342173',42652),('AbFvOqnL_NtwstxBKvRrHbqGdXxR8kxEEYe3_j1CiwaAhNjMZHEYfk--0gShUnk23g_QWZYmf2Yirg','I really appreciate the kindness of the entire staff. The nurse and Doctor took the time to explain in detail what was happening and answer any questions I had. I was very scared but they made me feel comfortable and at ease. Thank you very much guys.','2018-02-16 21:27:40.846000','2018-02-16 21:27:40.846000',5,'Allyson Pillow','https://lh3.googleusercontent.com/a-/AOh14Gi959X4FIB8LVp4z5SmixQAu1y3CUKRB6NC85b7Zw=c0x00000000-cc-rp','14904078213800803294',32609),('AbFvOqnL-MNr9t_AsmDjBwaylfRnxh7A85ITfnhNcCY53VayEDYhGCg_5NkSggnzrGk9yc5jTQ36','Dr.Miller , Rn Meredith , Rn Sherri , Barbara , Rad Bryan , Tech Ricardo , Rec Jasmine , awesome service very nice people','2018-09-22 01:02:06.464000','2018-09-22 01:02:06.464000',5,'Venessa Gutierrez','https://lh6.googleusercontent.com/-d_R0_8C1wQg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnR9WG4YK2HLg-sZ1QjPNVqkLPzMQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30715),('AbFvOqnl-s9i2IpoLfECPXA5XuOwNHDf9NVEAphNTCpPIafDgVar1OuOLs1Pi5K2oBLhRRjiMZtG',NULL,'2019-09-08 02:28:34.033000','2019-09-08 02:28:34.033000',5,'•[Lunamoon]•','https://lh3.googleusercontent.com/a-/AOh14Gias_nYC6O-rQiFca37YA_hcnEoP5hTqinvYBA1OA=c0x00000000-cc-rp','17898197009688164559',38001),('AbFvOqnl-WxxHjiBOg_M-TT0IvNuzydsbcj-Fg5w0iI4MxQd-HvHANsQHfzOR2Bgox_PJsOcJFUp','Everyone from Jennifer D. In registration to our nurse Kelsey to Matt the tech was absolutely great, the care and concern they showed us was great. We appreciate everything they did for us.','2019-01-06 16:24:41.065000','2019-01-06 16:24:41.065000',5,'Sherri Benson','https://lh3.googleusercontent.com/a-/AOh14GgcMA5UfLp-ww3LdkQhoaH0de1J2YLJn7kzOWCI=c0x00000000-cc-rp','8626688543755174284',42192),('AbFvOqnl-z_tH8kRPOtveZXSi2kF2o8QQSS__49u61vtTGpkriqkQBZ58eYcAc9wDTYQObKQVWunjw',NULL,'2019-02-20 03:38:29.942000','2019-02-20 03:38:29.942000',5,'Mr. Made Man Parlour','https://lh3.googleusercontent.com/a-/AOh14GhnZPFftdq_-DneXmibK4wtuAIPdc78dG8SDmuP=c0x00000000-cc-rp','13486358490203335051',29903),('AbFvOqnL07uAgwBjKg_1k7S7CqpYoHiDo1Lc5sa-1ZjrZpWZsAyZnI16UldhSLo3TNVqQ7wUw2o5',NULL,'2020-02-19 00:40:31.261000','2020-02-19 00:40:31.261000',5,'MaKayla Ebben','https://lh4.googleusercontent.com/-8paM8agWqpA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckY265l-LGoy4q7zIv1gwjvX4AZ1A/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39115),('AbFvOqnl0YlozjV8078c29bHW6yRMHx1mQ7Q0GaoMzdwODqiBpHwVR1CacaX85y_td-xNuHRUtKEsA',NULL,'2017-02-12 21:36:47.665000','2017-02-12 21:36:47.665000',5,'Jenny Prieto','https://lh3.googleusercontent.com/a-/AOh14Ggzzzg2FL9UzQeGe_VhZ90J_oUCsc5ApI361zrbY2w=c0x00000000-cc-rp','14904078213800803294',32735),('AbFvOqnl2ViLBcZum6ONxFxPF9M2wVAnyZmuozYpu38S9Rk_a6us9Clcx-ZtAdgxXUr6WfgRXLkBkg','This facility is beautiful and most importantly, comfortable and free of fluorescent lighting and every hospital noises. In a moment of crisis, it was valuable. The waiting room was complete with refreshments, couches, charging stations and artwork. Great care great physicians. Thank you.','2019-04-28 01:01:41.756000','2019-04-28 01:01:41.756000',5,'Rachel Sill','https://lh3.googleusercontent.com/a-/AOh14Gi7NiDI-O2JOYy90-Q9qJALpMEp53pKjHosuMIqQg=c0x00000000-cc-rp','16891069708558046635',36221),('AbFvOqnL2x7PK7LRnhyNzLMf7B56bkw2ilCoCAoGcRBCm8FEhyqCcJc5jJBSuhiHBgFZgx8x3j_n6g','I love this emergency it\'s very efficient and speedy everyone is so nice and personable! My nurse was Alvean she\'s very sweet and helpful and Dr Pham was very nice and gentle! I\'ll always recommend this location','2019-05-15 18:56:15.993000','2019-05-15 18:56:15.993000',5,'Matthew Bereal','https://lh6.googleusercontent.com/-UycJd2Vpf7E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnOvxA1_AAcNEHgYi66Rm6XDuM10Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnl3hU3yNRGJtLxJ5SdB062Rtf6VlTVZWYWyk2tTa-Ao9Uy6YjYTkxpQnG4y-9fSQD3QWQXIA','Extremely clean, the staff are the nicest people ever. Would recommend 10/10','2019-11-27 01:51:48.570000','2019-11-27 01:51:48.570000',5,'Caitlin Johnson','https://lh3.googleusercontent.com/a-/AOh14Gjlm2bivv-cb7fEKEeLKFRXuzzt5B_DZAQwq1oSag=c0x00000000-cc-rp','2694018788013845459',39201),('AbFvOqnl4_9Z4kIbNl9IZDdGpcYKy3fw0bIcD-XpnX7HuYefINx8YpSUrk_LDuSUopgUyjWidAQ7','Fast, friendly staff. In and out','2017-05-30 16:16:14.562000','2017-05-30 16:16:14.562000',5,'sal maldonado','https://lh3.googleusercontent.com/a-/AOh14Gii73F-qQxBVsek4ji39o6cY1dnMtOi61E8o28BPg=c0x00000000-cc-rp','3511292162159714121',41046),('AbFvOqnl48v7UFOdKIAGd94ylOyPpoxFBzRBDidScT-keH8aKaaloNw8Fwle1yEZqW3nwlzdbh0tSA','Absolutely would recommend this place again. Friendly and fast services','2019-07-09 23:52:42.317000','2019-07-09 23:52:42.317000',5,'Mitchell Imoh','https://lh3.googleusercontent.com/-ZdAsA82Vy4g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6l65HZO0HtUsCZfax5Pn9Q4d7KQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38092),('AbFvOqnl4KfRKkUf35TFptDl1QsjEsg2sP1WM5KdUTN3CBOa38n7XXODQpTYgjX78BbFMZsczcaU','First I would like to share that in my 26 years i have never gone to an emergency room for myself. I’ve taken family members but never for me. I was very hesitant to go in but I felt horrible and I did not want to feel like this for another day. So I came here. As soon as I walked in the young lady at the receptionist desk was very attentive and polite. There was no one in the waiting room so I literally was in the lobby for maybe 5 minutes or less. The ER tech, nurse & radiology tech were great & very kind. The doctor was amazing. They had a hard time getting my fever to go down so they didn’t discharge me until it did. For my first time ER experience I can say this place was the right place to go to. The staff who took care of me on my visit on 02/21/2018 were\n\nDR. GARCIA HABACUC D. M.D.\nNurse: Langit,Rommel\nRadiology Tech: Vaultz,Selina\nFront Desk: Munoz,Olivia\n\nThere was and ER tech as well but his name wasn’t listed. All I can say is I don’t feel half as bad As i did yesterday.','2018-02-22 16:08:18.096000','2018-02-22 16:08:18.096000',5,'Amanda Hernandez','https://lh3.googleusercontent.com/a-/AOh14GhT1B96eWhqZ_VDsFBBt3FhKIhrbMWX_RRJO5OTVw=c0x00000000-cc-rp','14904078213800803294',32605),('AbFvOqnL4Xvla-TlIzuLYJV1n5tAzydnANB_0-0VYInaTmp4np2szR7M7NPCNV9CZZa1y-3CfWmUjw','I like the car that was given. Dr. Das was an amazing provider.','2020-10-11 00:04:46.279000','2020-10-11 00:04:46.279000',5,'Crissell Acurero Padron','https://lh3.googleusercontent.com/a-/AOh14GhDEnNlZQoYokmESUBzu1j1dg2-0Y6HbXarNcTkUw=c0x00000000-cc-rp','14748677429039074158',31522),('AbFvOqnl4zIWLhJFNyIzrDDrDrp8v3wsaKTUWrdRzd4BqkuP6m57reVi0C2prByIejzzzMIj1dsL-g','I come to SIGNATURE CARE OF LEWISVILLE On August 09/2020 because of my short of breath and pain in chest, they preform a COVID test that the results is not more than 15 min unfortunately I was positive 😄, and Doctor SAJAL DAS, MD immediately gave me my my medication he also said that. After a e 3 days I was feeling bad with chest pain and my shortest of breath increasing I decide to go to another hospital Presbyterian at Flower Mound and they NOT treat me or gave me the right treatment my lungs were bad. since I was continuing feeling like I was dying not breathing and oxygen in my brain I went back to SIGNATURE CARE OF LEWISVILLE TX and there again DR. Sajal Das MD and nurses save me controlling my COVID lungs breathing problems and from there transferring me to the hospital were I was almost 3 weeks. Thanks to SIGNATURE CARE Dr. I AM DOING BETTER after I come out to the hopsital I was still positve of COVID but they said symtoms will continued I come back 3 week ago Sep to SIGNATURE CARE due to continued chest pain they did a CT SCAN and they again save me found out 2 blood cloths in my lungs and transferring me again to the hospital. I definitely recommend SIGNATURE CARE of LEWISVILLE to anyone! I was here today with my 5 yr and she is negative of COVID and Dr. Sajal Das and nurses were wonderful with my princess and they help my baby to feel secure in order to perform the COVID test that was negative. If you deciding to go to an emergency room no go co.e here REALLY you will be not disappointed at all.','2020-10-03 16:27:14.369000','2020-10-03 16:27:14.369000',5,'NiMsAj MaTaMoRoS','https://lh5.googleusercontent.com/-CmPKjuUbYdg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclW6bStoPaOcgJwrcs9ETky9dRf8Q/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31575),('AbFvOqnL5Kjyvqh-3qHhbN3ayo24gMoqwpi3wHS3CiuFW56C4J-EMiiJeWo--CJBp_kjaWjxHrSP9Q','Had a great experience they were fast and thorough Kristina was great and dr. Faig made me feel so much better','2019-12-31 23:02:30.292000','2019-12-31 23:02:30.292000',5,'Jay Holmes','https://lh3.googleusercontent.com/-sH5I90r3BuA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnUB1-Mwdp0kuY8bKsK_9iurS7pig/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28872),('AbFvOqnL5nI22ysmfe7kGe25x-MYsE68T2dSa4ThqCqZsyRysMwun4FBeFLoPIlEIkA0BNk2D6tw','Went for lower back pain and was in quickly and super friendly staff... Clean and very nice...','2017-01-29 01:23:29.706000','2017-01-29 01:23:29.706000',5,'Crystal G','https://lh3.googleusercontent.com/a-/AOh14GhMWoiPVMOUTjyOkw6coj-w6H_EJ8T1Lv-oJwSlDA=c0x00000000-cc-rp-ba3','14567670160750071148',31117),('AbFvOqnl5PqIMz8HPP-wnNqUG8MTckxy0xRSj48q0iY7v-FQtdKTqsoSEJioFYkJbDzsWvxmyMI8xg','Lovely. Fast and efficient service. Caring staff. Just what we need when stressed out at the ER.','2020-12-29 23:19:17.645000','2020-12-29 23:19:17.645000',5,'Michelle Forgy','https://lh3.googleusercontent.com/a-/AOh14Ggpsn5NsA1u_eA_FFcc72MN0ew3QPE-C-RmS4UJ7w=c0x00000000-cc-rp','3272657195432704501',44133),('AbFvOqnl6UWe63UrSfgbV50bA8jvbmNOBk-SfJskTLSobLPWNqAiof2E2ErRyPa8c5RorN-oYBuS','My son was treated quickly for strep throat. Kristina his nurse was very caring and helpful. She made sure she included my son in his plan of care. Sindy at registration was very helpful. Clean, safe and efficient ER.','2018-10-19 01:35:28.135000','2018-10-19 01:35:28.135000',5,'Jennifer Bower','https://lh5.googleusercontent.com/-ZXz2vLcjXqE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckWFJT3Z6ZBKiUIlv0ZJjwBYW4eKQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29187),('AbFvOqnl6XRlmlrnu9ZYMQEZcZFRUIqMVd5MKvt58Kp4o3NfosrFA_fcgAnKMvJC8Hs2mUzcM10_tQ','i had a great experience! the doctor was so helpful and patient!','2020-07-19 17:24:02.650000','2020-07-19 17:24:02.650000',5,'Lilly Mack','https://lh3.googleusercontent.com/a-/AOh14GiLvoTPJK-1rLQAswAyoaqElDOK4C48T3kVg2HrvA=c0x00000000-cc-rp','14748677429039074158',31978),('AbFvOqnl7dUIvyWNH1wkyIVBvliaRSfBxvvpNLoULsCfDWzVcoWzEAHHuVnWBay0Nc75gu9PKblo2g','We have not had any bad experience at this location. They are quick rapid and everybody there is really nice with a positive attitude! they do a really good job about keeping social distancing have everybody wait in their car. They offer the covet rapid test which is very convenient and helpful. Along with many other services they offer at the same time they can put anybody mind at ease.','2020-11-03 15:55:41.437000','2020-11-03 15:55:41.437000',5,'Mayra Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GgPt4EbPfYcBf__IOgh8eF7TVJ0OvZgiNK4DY_E=c0x00000000-cc-rp','14748677429039074158',31428),('AbFvOqnl7gJG_-O7GmQYi9TDqP0rkr9wete-WVMWdQNJR5jD9CQcUnByXFCJE0PvD8cuW4Gqz_XYfg','Excellent care from Dr. Daniels, Breanna, Irving, and Holly!! I was really appreciative of the way they took care of me!!','2019-11-17 07:36:32.946000','2019-11-17 07:36:32.946000',5,'Courtney Gunter','https://lh3.googleusercontent.com/a-/AOh14Gjn_LPbf89LALwnih6gmvCXG-WXcv2K76PJrbktLg=c0x00000000-cc-rp','12541597562633926366',28980),('AbFvOqnL7SvDs48M0NcHioHmqZXKw548pPr7a-BnPCc6GQwAsAEtxk2Vkv4J7ogAvr_xcnjaxsoryg','Very good staff. No wait at all. Staff is very helpful.','2018-09-29 01:53:41.720000','2018-09-29 01:53:41.720000',5,'Ramon O','https://lh4.googleusercontent.com/-EZV4jdC2It0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckLH5XZSbPSLMA56ZEUJjdnRwYVGw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30708),('AbFvOqnL7wjCMb-63-uFUVsEyWk8spVG7Rt6aDlXCkBDzUjpc_fxhy7yli2UvSRPvs3Vr6gfG_8btQ','Went in for a banged up shoulder and road rash from a cycling accident. front staff was friendly and the complimentary snacks and drinks helped my wife keep our two-year-old under control while they waited. service was quick and thorough. they were full at the time but they were able to expedite my xrays to avoid longer delays once i got in a room. i was asked several times if i was comfortable enough and about my pain level. Nurse O\'Neal was super nice and made me feel at ease during my visit. Doctor Hung shared his own road rash story and gave some great advice on how to continue treatment of the wound later. great place. will definitely use again.','2016-10-27 14:47:31.300000','2016-10-27 14:47:31.300000',5,'Daniel Medrano','https://lh3.googleusercontent.com/a-/AOh14Gi2tA6q-1JY7iEooW1gajYiiwpOMoiDIn6uON66wQ=c0x00000000-cc-rp-ba3','14567670160750071148',31168),('AbFvOqnL8okypCgNklmOPH9QmIfNgWuIfGe9sON6x0r1U8SSNKjFopfzInHlgay-LxUifreblxMw','My visit here was incredible. I came down with some symptoms that were similar to Strep. Initially I had went to an \'Regional Clinic\' in \'Austin\' that shall remain \"unnamed.\" After being looked over for maybe 5 minutes, they sent me on my way and misinformed me of the wait time on lab cultures while I was suffering and in pain. Nothing to help with symptoms or pain, just go home and wait.\n\nUnsatisfied with their non-diagnosis and lack of treatment, I came here when my symptoms continued getting worse. The front desk was friendly, the wait time was practically non-existent, the nurse and med tech were both friendly and professional, and I was absolutely blown away by the care of the physician Craig De Waal.\n\nHe listened to what I said was ailing me and also what we thought might have been the cause, he immediately diagnosed the issue which presented similar to Strep but was actually the Coxsackievirus. He gave me a few things to help with the pain and an IV to rehydrate me as my sore throat had made it difficult to eat or drink anything in the previous few days.\n\nThis place actually made me feel better and gave me something to help manage the symptoms I was facing. I\'m as impressed with this clinic as I was unimpressed by the first place I went to.','2018-05-18 14:59:22.129000','2018-05-18 14:59:22.129000',5,'Adrian Steve','https://lh5.googleusercontent.com/-dP3_TucejK8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclicnHlmPwDTJ879E3tHUHuimmf9w/c0x00000000-cc-rp-ba2/photo.jpg','16891069708558046635',36401),('AbFvOqnL8P6O_0euEbkw-75A3NFga4Ziku2CJx017F5srYfx-Alc78Ej1Kh3KHfQvtNzt7SWIrAfqw','Quick and timely patient care! I\'m am pleased with Dr. Richard , Natalia, Stephanie and Rollie for helping us get out quickly','2019-11-16 06:52:25.602000','2019-11-16 06:52:25.602000',5,'Andres Ortega','https://lh3.googleusercontent.com/a-/AOh14GjGeGFg9vy1DGdiJvsowviAQylajLOMgiP5AwhqZw=c0x00000000-cc-rp','8679688254631342173',42589),('AbFvOqnLA0KcAhrlon6WWVbZgZU9pcw5qCW_B64aldBc9NhpYrY7OsAQ2tTaCL5RpXcxibvopvFgrA','Dr Angela made our stay great and got our test back fast','2020-07-18 19:07:04.274000','2020-07-18 19:07:04.274000',5,'Roman Chiarelli','https://lh3.googleusercontent.com/a-/AOh14GhY28gfwTF3utfVkVtBtKhrTEhuCi2wSc-IbqY=c0x00000000-cc-rp','14748677429039074158',31999),('AbFvOqnla1nRD2zi4eXAT07GofrKAMDVqlrLYuKh9NtxolFb8TWbMQ2ripoGnHQ0hUNcJ-_lmnkH',NULL,'2020-02-10 15:36:18.175000','2020-02-10 15:36:18.175000',5,'MICHELE TERMIN','https://lh3.googleusercontent.com/a-/AOh14Gju1erQwQskknImZvJyRxz9Hos4VTAp7T-L4Wa6Xg=c0x00000000-cc-rp','8626688543755174284',41944),('AbFvOqnla9BCG56kSSYIW11yxjg05LYQXhV1r-AtRNvLTYl6MJ9UKDbzASgTrG77zPP1hWwCzY5m','Awesome and attentive team! Vanessa, Nicole, Theresa, Anastasia, Dr. Boester, and Dion were all extremely helpful with my visit!','2020-10-21 00:11:34.161000','2020-10-21 00:11:34.161000',5,'Ryan Cadorette','https://lh3.googleusercontent.com/a-/AOh14GhvK3c1WkLJ96vNQIRK65D3bkezBsv87napkRXf=c0x00000000-cc-rp','3511292162159714121',40151),('AbFvOqnLAhDKtAJQPA4cCYlx3_fQCBRixRsD-anpjWgpq-cfviX-zEQv5QpIgHECA9wmLqrJMHodaQ','My daughter and I had an excellent experience when we were there on Friday, August 24, 2019. The doctors and nurses were very attentive. My daughter has always asked A LOT of questions and they answered every single one of them with no hesitation. We were seen by the following:\nLisa P., Manny, Delpha and Tabitha. They were excellent in caring for my daughter while she was there. Thanks!!','2019-08-26 15:45:24.695000','2019-08-26 15:45:24.695000',5,'Kristi Eicher','https://lh5.googleusercontent.com/-ealXaBYkyXc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm5jJvajC3M9wHcSSf0Q2Ce0hekow/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41618),('AbFvOqnlALD5TfD3U3uWjr_9NooEmtL6TX03ZvSZHuCyqOFDrVd3Xiy8Xeh5jJkqUwihvQ5Y_B6BTQ',NULL,'2020-08-01 20:40:31.677000','2020-08-01 20:40:31.677000',5,'Kristin Moyer','https://lh3.googleusercontent.com/a-/AOh14Gg3HIt8jX8_m22OeovsCqySxVwF20t2oaM6nBj4gQ=c0x00000000-cc-rp','13486358490203335051',29344),('AbFvOqnlApqe-LjyC8pVq-k6WUvAzwYtqLYJkA58cFiQNyXG28U3SUV7YE-uFnVM24zQW2vO5dxQ','Got a COVID test at signature care! It was fast and easy. The ER technician was great!','2021-01-13 16:53:22.100000','2021-01-13 16:53:22.100000',5,'Kaitlyn Offield','https://lh3.googleusercontent.com/a-/AOh14GiH1O5RSEfA0OfU1oaQ98ERh7G9R1uKgjLQ3XhRHg=c0x00000000-cc-rp','3272657195432704501',44624),('AbFvOqnlAspC6kn_PggsL3eWcBpsvSs61xP4mvma7irJD4k0S2_T8Q_wroLCOLfvQHv7wRy_4iVnpw','Very professional great nurses Randy, Rachel, Cheryll','2019-09-19 09:50:53.848000','2019-09-19 09:50:53.848000',5,'Mike McCarty','https://lh5.googleusercontent.com/-qrJLAtyMxBw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucns1t1413vKIvE7MAOo5cauUO21jA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41599),('AbFvOqnLaXSyWCI_-xh5aK6gUkvhkPD04deNcZlWTzx2h0FWMO_HAnv8is2mJBvNajnGYnO85LfNPw','I absolutely love this place it’s the reason I drove a little further . Customer service here is different than what I ever seen. I’d definitely come back and I trust them. Thank you for all you do it’s doctors and staff like you that makes all the differencešŸ‘šŸ½','2019-02-15 04:24:03.404000','2019-02-15 04:24:03.404000',5,'LaNail Edwards','https://lh3.googleusercontent.com/a-/AOh14Gha07S1KqoUf3Br5axA_4UwrYGEY7EEPxbx-S-NXrY=c0x00000000-cc-rp','17898197009688164559',38295),('AbFvOqnlb7QOZXE6eBqQfpF-iKrI88M-iwKGTafQgg7NkBiDCIp4QH9kdn8_vWyq9Yfu7wINiaGm',NULL,'2019-01-29 04:37:27.244000','2019-01-29 04:37:27.244000',5,'Vasu Maharaj','https://lh3.googleusercontent.com/a-/AOh14GjSoBt1hbz_MfRR81iVdtyazhs2rawxAVZiar8v=c0x00000000-cc-rp','17394740196501090048',36833),('AbFvOqnlbDThN5tbphZgdKmqTEYxisdZa52gdywTYuIeHlsWD2rDiyHxptN-DZQTKf2_9ns071ceYg','Lindsey and Katie were so sweet. They made by experience very easy and quick!','2020-12-07 01:58:11.576000','2020-12-07 01:58:11.576000',5,'Cecilia Gomez Alcaraz','https://lh3.googleusercontent.com/a-/AOh14Gh98uZ_XW920Ok3wGn4MkJtSFqUlwGMc0dT8MRWGg=c0x00000000-cc-rp','16891069708558046635',35536),('AbFvOqnLbvBAeE-6R3hdJQHAY4iBP7MyyND0pdWSkOxkimwzlnqbkX1jv6wZaFieC3lCh63EfejkMw','Easy, efficient and kind. Thank you!','2020-11-23 19:55:39.415000','2020-11-23 19:55:39.415000',5,'Leonid Rozkin','https://lh3.googleusercontent.com/-Vi3JllFiWfo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1Wf0_QWzY5wCFdhGA197V335pyw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31321),('AbFvOqnlc34ZSsb7dmNVpyBZQoxnKeHAi583AQ0J1OHK2FBlrC60s-OeCCQ3QHcC-Pd-Uvfbhaqf2g','I had a great visit at SignatureCare today. The staff were awesome and treated me wonderfully. Special shout-out to Chole M, Jennifer W, Josh R, Gunner M, Dr. Henderson, Mandi M, Regina S, Jacoya, and Tara! I hope I didn\'t forget anyone cause they were all so very awesome!','2020-11-17 18:29:33.593000','2020-11-17 18:29:33.593000',5,'Cory Parker','https://lh6.googleusercontent.com/-YQLdwVY8dsg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3z9b-3hzw3ujgGA5_Ex0AMncifg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39451),('AbFvOqnlCcupC7_hN6Hg2wtyFOcdFfOjJLjmcmtt-zvSpHhtGA_AwGU-Kh8cnLyK3v8U61au_sKh9w',NULL,'2018-08-18 05:56:31.858000','2018-08-18 05:56:31.858000',4,'Joshua R','https://lh3.googleusercontent.com/a-/AOh14Ghp_fFtHwqViNwmppLyqtWvciSOcZAHv379KZdH3w=c0x00000000-cc-rp-ba3','14567670160750071148',30779),('AbFvOqnlce3ZpAm_V8UT3s_qEd-BDYGYN0CCWABlmmxmgVlY9YvhSTmWDSez-4k-o68LIoVI2BECtg','Thank you Dr. Jaber, Chantel, Laura, Daniel and Tanishia for the professional service. The entire staff was friendly and prompt. The facility is top notch. Thank you all!','2019-10-21 05:18:56.644000','2019-10-21 05:18:56.644000',5,'Carmen Gonzales','https://lh5.googleusercontent.com/-46YAcZEbzBE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnxl6nvZ4KHpf_H84v9jAEUeSDT7g/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37941),('AbFvOqnlcjVBHMHyCJ2kyXKGFOgi1YwMXGubmkcnRcYYmOMQ7pWVoeYyOuaWbBfbKQBB1-oEVltVOQ','In to see the doctor in less than 5 minutes. We had a nurse and a doctor to treat my basic sinus infection. Very nice and respectful of myself, my wife, and our opinions.\nExtremely clean and from what little I know, it seemed to be well equipped. Price was good for level of care. We even received a phone call from the doctor the next day just to see how the treatment was progressing. I don’t get that from my regular doctor back home!\nSo yes, 5 BIG STARS.','2019-12-15 17:44:27.328000','2019-12-15 17:44:27.328000',5,'Roland Feemster','https://lh5.googleusercontent.com/-4Oe2RNFQmD8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmVe8_4SXRCwGE9D6TpL2UWe2G0_A/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41976),('AbFvOqnlcw8BbLEN0EZZ9V5K-dU_zHG_iEveqmVs2-kO0CgzgC9M_AttsqWL2xe5e3KZKP5GVaMnSQ','Such a great facility!!! Leslie was very welcoming and great . Olivia was very friendly and nice . My nurse Gina and Dr.Yusuf were very caring and informative!!!','2019-01-16 19:46:17.279000','2019-01-16 19:46:17.279000',5,'Jose Flores','https://lh5.googleusercontent.com/-9N4TgvhzxCg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl7_FzKNJwCYgsli6HrsAdbD5OW0w/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40707),('AbFvOqnLcwGmEuUK_PplPtP7djRV0b8lGMJ1K1IwQMv7vY2W1kh_8Zzl2xJ06IBmMDI9VEqmu_AlPw','Great experience in and out quick','2018-11-24 03:59:07.261000','2018-11-24 03:59:07.261000',5,'TEXAS GAME JUNKIE','https://lh3.googleusercontent.com/a-/AOh14GjskVIFedmxiKiljA6bFaDc0S-7KZktg2LRUo7KmQ=c0x00000000-cc-rp','14567670160750071148',30675),('AbFvOqnLd05ARHgLmdyGWkNGqRiFFotBQrMzddmLFegfqQ9Kk7wPw6LSviLnsq0NvBdW_UnhMKSplg','The staff was friendly and kind. I am so pleased with the service that was given to my sister at her time of need. I will recommend this facility to anyone. The physician farooqi, nurse konya, radiology Thai, registration Natasha/Elie. Thank you all for your assistant great team.','2019-08-30 13:43:17.982000','2019-08-30 13:43:17.982000',5,'Shannon Barkley','https://lh3.googleusercontent.com/a-/AOh14GjRuImpnSr9S55JhoX4zKJJPww6eTe_zeqXm7S0Is0=c0x00000000-cc-rp','2694018788013845459',39272),('AbFvOqnlD1FXRM1su0FlkNjczAd-2NfnqdRmlrZ-gie6uuKsztmR53ePpSbC2xFiG72ODck_vsJg1A','I only went because they told me it’s quick service. So my husband went in for laceration in the face and needed stitches\nThey put us in the room once we got there but we waited hours in the room for the doctor(dr Chen) to finally come in and put simple stitches, it seemed like he didn’t know what he was doing half of the time when putting stitches, we were the only patients there that night and they billed me for 8 gran towards my insurance. Should of just gone to the hospital emergency room and they would attended to us quicker and put the stitches on quicker and of course the bill would of been less. I would of thought as an emergency/urgent care center would be less. Then they had the nerve to call months later and nag over a pending bill, when we never received nothing. I was actually waiting for it but I thought since nothing came in I thought the insurance covered it all. Maybe they put the wrong address in the system after we gave them the ID with the accurate information.\n\nWould never ever go back to this place','2019-08-01 03:18:55.380000','2019-08-01 03:18:55.380000',1,'Elizabeth Gudino','https://lh3.googleusercontent.com/a-/AOh14GiGStAWJc33v0wgOD7fGS_Iqm7O9DEABIv1WoPKig=c0x00000000-cc-rp-ba3','8918455867446117794',43212),('AbFvOqnLDbjverFhivX5nNOCygi5NP6l1GQX_NMJ6rRZ8Pxvb4JE26vbBNW8SY_pGfdhf_MF24cBlw','Excellent service and very clean facility.','2020-09-16 01:18:50.300000','2020-09-16 01:18:50.300000',5,'Daymian McKenzie','https://lh6.googleusercontent.com/-Kx_e5SudzLA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckEjhblZcCxazhEdANjyIudIFMkzQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38991),('AbFvOqnldd6dPhm5q4BZYTbwGkcJ8YCvIk0y1okOMGkZTNXLi1KC9NP-5Q0nunb2EZckHKRh7fmZoA','The facility is clean, the front desk staff were very kind, and the nursing professionals were awesome as well. I\'ve never had such a positive experience while sick that compares to this visit.','2018-05-12 19:36:58.957000','2018-05-12 19:36:58.957000',5,'Lena','https://lh3.googleusercontent.com/a-/AOh14Gh_-_kaf3BWbA6fv3t8AS5oZv2YHwrxjOPzdnkHSzw=c0x00000000-cc-rp-ba2','16590124370714063921',35276),('AbFvOqnldEpe98rg_aGsojSM4ChcunRcZap9jRm5DeipOzJVElAKBiZ2wSPZv1vaefmsMyANA25DSg','Received very friendly and fast care.Great service.','2019-06-13 15:09:32.652000','2019-06-13 15:09:32.652000',5,'kerry Garrett','https://lh6.googleusercontent.com/-JJqEnWwT2fk/AAAAAAAAAAI/AAAAAAAAFek/AMZuucmMwlgtNX74wdp0cVKqfv2nKacsWw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42046),('AbFvOqnlDFmjAc-GkMiz_xreSWeTk6Vnf_mi602PriyPbPLL7kTeOzF0CO6XRwBCq2EtP-nyyONThQ','Thanks to Dr.Appiah and Nurse Alvina for a first class experience.','2019-05-22 21:45:59.874000','2019-05-22 21:45:59.874000',5,'Anthony Brewer','https://lh4.googleusercontent.com/-6TMFfBYP78Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckkB_PvYE8C48fhoovhVNjiKpVh2A/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnLDigEAdJ18OhU4lseGpdFckEpJt-DX_Q4-WwA6VxnwugosbO7sMapU-lIeSqMafzqmljt',NULL,'2019-11-10 14:14:23.108000','2019-11-10 14:14:23.108000',5,'Latecia Rushing','https://lh3.googleusercontent.com/a-/AOh14GiqZFJmIIw3Dpg0kpMoko-XAbT6qDCV5aOxraScQw=c0x00000000-cc-rp-ba4','17898197009688164559',37899),('AbFvOqnLDnP1g52gkVWNJim2ijnpxcg_5obCvcAcod0SfPqzYCtEC2LJ6caHjd86_uEYmTJGdN4mDA','Friendly and quick..','2020-07-26 17:29:56.518000','2020-07-26 17:29:56.518000',5,'Ida Medellin','https://lh6.googleusercontent.com/-HYaFQtabMWE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckk6z5jWbLnePduG3zsyWLmXPO0YQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42968),('AbFvOqnLDnUXP5Mp36BfCTZaob0JN8UD3xmF1h1RtGOFSmg5_tZ83DaXz6mh7e905clQJWlywMRs','My first time coming here and I would come back if I ever need urgent care again! I was taken care of very well and moved swiftly! Dr Edwards made sure I was feeling great when I left!','2019-01-11 12:58:55.117000','2019-01-11 12:58:55.117000',5,'aisha rich','https://lh3.googleusercontent.com/a-/AOh14GjwufV_33RDTSNIBk5HA0hqaLh_V9lq9fTPEPsK=c0x00000000-cc-rp','17394740196501090048',36846),('AbFvOqnLE_v5TlFuUDT4vJR8Wv0lBTUiNYwwabeBNCr3EdoQbyo0OOioEsHxI-SA8RdrWn1TrhuvFQ','I came in severe pain and I was treated with great kindest and concern. Dare I say that I actually enjoyed my visit (minus the pain part). The facility is clean and the staff is absolutely amazing and kind hearted. I love when people educate me before something happens so that I can prepare myself of what’s coming. I was greeted by the warm and personable Tanishia who was very informative of the process of checking in. The nurses Susan and Daniel are great educators and have such a gentle touch. Fatima, who did my X-ray and CT scan was such a joy and constantly checked on me throughout my procedures with her. Elaine has such a great spirit and offered me so me snacks...I think I love her 😊 Last but not least there is Dr. Estevez whom genuinely seemed concerned about my health and my multiple concerns. She asked all of my questions with kindness and patience. If you need to go to the emergency room SignatureCare Copperfield is definitely the place to go. I hope I don’t need to go to the emergency room anytime soon but if I do my family and will definitely come here.','2020-03-20 06:39:13.465000','2020-03-20 06:39:13.465000',5,'Sheree Street','https://lh4.googleusercontent.com/-ddcDjF-7hKA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckN5icXde_Q9rmUuA_JiFjcNx3Asg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37613),('AbFvOqnle2R7PeGElP7qi2nBy4Gsg5xjOIDpShGrQZcPP5mpeb3SG_x12a1szs4OyGOBfA','Fast service and very nice doctors','2019-07-29 17:19:58.000000','2019-07-29 17:19:58.000000',5,'Christopher Lofton','https://lh4.googleusercontent.com/-zOCe87hcxb0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnnm4nlRdHvBlSMBV8JgY6ND_Q43Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40476),('AbFvOqnLF7gtyULaqAN1JQu5YwISDbDvwA-cimU-6w5ZKCzJztlIAy4NwyIBZzIh7hneJx4jzas3Ww','I came in late at night, and was taken care of by Dr.Qureshi who was very knowledgable and helpful towards any diagnosis. Ms.Lynn was my nurse and was very very sweet the entire time! Tanishia at the front desk was bubbly and welcoming and helped the entire process go smoothly. I also ended up getting radiology done by Fatima who did it quickly and got me taken care of. I highly recommend this place, everyone was so sweet and helpful.','2020-11-14 09:22:10.526000','2020-11-14 09:22:10.526000',5,'devyn x','https://lh3.googleusercontent.com/a-/AOh14GhGWIJ-_S7ImB1rT_qYRQr6OKjmVnXimG86kp7mAA=c0x00000000-cc-rp','17898197009688164559',37439),('AbFvOqnlFdAkaedCJ2ISauJblipXaLr2m4cit8hd1VqHwuIPRbzvCkc0tb3igBg-kOctLPofwsIcDg','Had great and fast service I was back at work in less than an hour','2020-02-08 13:36:44.872000','2020-02-08 13:36:44.872000',5,'William Nelson','https://lh5.googleusercontent.com/-yl4NyCIj4j8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnRxdJPdBcUqhpAo0rAQGpaMuopVQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29440),('AbFvOqnLFna1if9SUm7wH2cmaMRugbdrVU7xUvip1jtQzMS5Of_HEkOHCRP3upsZHakeUPcdhnDI','Really impressed with this ER. I’ve been here several times and always really good care!','2019-09-15 01:42:23.192000','2019-09-15 01:42:23.192000',5,'Braden Pate','https://lh4.googleusercontent.com/-QgzZ1awUo6k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmHolTAClhI1ru8bRYY0MScpa1YPw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41607),('AbFvOqnlfzE7R7leJzOOlqWDaQAzthm93GUk0ZCF1FJGwJGoAaMICo3_iSyS1Ku2rEPmpyXlAdwH6g','Kim, Gabe and Stephanie were super nice and helpful!','2018-10-13 10:04:39.855000','2018-10-13 10:04:39.855000',5,'Alyssa Zuzu','https://lh3.googleusercontent.com/a-/AOh14GgjV9tFlWu-Mj8htEb4liixm1Yajn1DTgPKhtO1=c0x00000000-cc-rp','16590124370714063921',35163),('AbFvOqnlG2xOxjvYaNNDMkMTeL4xqxSNZ4yCG_gcV321Fxlupg9-uz3IoHJD7Acw4xcWVaouqI-3sA','I had an abcess on my back middle of my shoulder, that couldn\'t wait until thursday. There was no wait, quick paperwork to fill out. I was made comfortable and had the procedure explained to me. The doctors and staff were awesome..In and Out','2019-09-01 11:38:28.718000','2019-09-01 11:38:28.718000',5,'BigBaby Harris','https://lh3.googleusercontent.com/a-/AOh14Gjddy75qPC6FySULyFvY46khupE9CDKvfEGBUNt3A=c0x00000000-cc-rp','17898197009688164559',38011),('AbFvOqnlg4lz2xOMnvcEgUDZ-Y2_ewuSrvziepSBf2az_JA-8G4cQIdYPgPUhP8Ok2s-4XcaNovh','Absolutely phenomenal. Dr Garcia/ Dr Daniels really care about their patients and cater to their patient\'s needs. The warm blankets make the experience comforting. Thank you all for saving my life and bringing a new comfort to medical emergencies.\nThank you\nDr. Garcia/Dr. Daniels\nNurses: Nicole, Pam, Shobna\nER Tech: Chris, Brandon\nFront desk: Natalie, Sibienne\nRad Tech: Grace, Gustavo','2019-10-09 00:19:29.080000','2019-10-09 00:19:29.080000',5,'King Construction','https://lh3.googleusercontent.com/a-/AOh14Gh36GETLjZj-mDWE0HGfEx6Nspg0j4WUehX7oKz2w=c0x00000000-cc-rp','8918455867446117794',43193),('AbFvOqnlG4nlxLJCix9p5gDv25gobrokHTT2NYHBCcFIq0rTv122mvQMuIQbJOSQ7LJiCuf8nimANA','Very fast had me in and out for a covid test!','2020-07-27 16:54:10.029000','2020-07-27 16:54:10.029000',5,'Roger Gauna','https://lh5.googleusercontent.com/-hN9gEJ42q2w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnAOyBqmGMM_EQCYb3whH6rpXMvDA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38746),('AbFvOqnLgg3czQhaQKLZtOYKfUX6D9RTk6kNkyZf-ctEVf3nYZgCEyRXvnksvxB81Bn_QZgTuk9ziQ','Keera , Gabe & Stephanie we’re all so helpful & attentive. I had such a good experience & I would definitely return.','2018-09-01 05:07:09.807000','2018-09-01 05:07:09.807000',5,'Rebecca Davidson','https://lh4.googleusercontent.com/-qgmvEFP1V-w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmymbufl4AuGMuihN0-BmhmWf4YUg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35206),('AbFvOqnLgNuDAqRhSFz3qS3t-H_ZberQJqttOkpns_5P6u69Djt83xKyd5T8h_IHo_IZzL3KjmmPug',NULL,'2020-08-10 03:12:36.707000','2020-08-10 03:12:36.707000',5,'Erendira Dominguez','https://lh4.googleusercontent.com/-IDAwoBsFkhg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmFmsUP_-mkg77zY_yNm-WNAL0SHg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31785),('AbFvOqnlgsjg8Fh3u1DX-hkB_JDHlgEr6HGBPLIMHrWrAnFBSviKLLtGQhlxCnRcayN8MpEB9QX3','Stanlisha and Jennifer were great! Fast and efficient service! I would recommend to anyone!','2021-01-03 21:01:53.230000','2021-01-03 21:01:53.230000',5,'Angelia Washington','https://lh3.googleusercontent.com/-AqfXU7Cdem8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLyzctodFgQURkCfKldhofpB1zLQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',44299),('AbFvOqnLHh8CsABQm6ne-ahEqyvE9H8_WK7rvdMItdYvYjw8vC3cCnhpM4qMS1GCGH6Mav3dDtLF','Very good service! Super friendly and not a long wait at all.','2018-11-06 03:18:12.208000','2018-11-06 03:18:12.208000',5,'Ashleigh Pacewicz','https://lh3.googleusercontent.com/a-/AOh14GhwwHMzKIvZB4cUK8MZ-g6VRoNHDYL06YIuiBJF=c0x00000000-cc-rp','16590124370714063921',35121),('AbFvOqnlI1Nm6JtM1C2q2FH-_5RTWT4zsz4Do7Yhf6NzkDMms8I4C3wdQyfiIF-j2fGx7LIZHsI9-g','The experience was great. The staff and physicians were wonderful.','2016-12-26 16:52:21.667000','2016-12-26 16:52:21.667000',5,'Debra Jones','https://lh6.googleusercontent.com/-bFHHwNWWY6U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQCr2pyFW3G8IHDoGvaV0f-91syQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37245),('AbFvOqnLIcO87tIHKyo6zVthV_7KfYSdx1toJjUfJjoQQXNEPzw9oWlxTLFbax8T0sp5FN_h5jEQmg','Very prompt, good service. Alvean, Patricia, and An did a wonderful job with us.','2020-02-09 18:33:37.833000','2020-02-09 18:33:37.833000',5,'Kendall Phillips','https://lh5.googleusercontent.com/-6mVOGxLHewM/AAAAAAAAAAI/AAAAAAAABLQ/AMZuuck89ZWUL94yr1hXoExEF-hladTZDA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33383),('AbFvOqnlIgNCtSAIUQRaSRNjYoDvmnYmc5vhgBhIwg-HZrKnTkXrAhZ5l_-3pg1izpcpJzTInHPx','Facility was very clean and everyone was nice. My nurses Lee K and Traveis were extremely nice and helpful. The receptionist Patricia was very welcoming.','2020-02-28 00:06:37.908000','2020-02-28 00:06:37.908000',5,'pernisha jones','https://lh4.googleusercontent.com/-DvV8VmPlVzQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckm4D31WojGRPj4QYz3cqNPm6jthQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33312),('AbFvOqnljFHt9CFf1VIBZS5Vzyex43gsyOi0itfhTvlNS7QUY7Pr15Blq1PlcDeF7flmGlh0-bEncQ',NULL,'2019-05-23 14:44:51.573000','2019-05-23 14:44:51.573000',5,'Stacey Hall-Gerwick','https://lh6.googleusercontent.com/-7hdFFxv89x8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmRd8ZHiA3XIStOp9flrbHha_RT0A/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42698),('AbFvOqnLjIacH1xnBY4rMoFlgPVjcIVfwhDkKnonzIIN944lQ0vApREZs-WLXUebiM12i5tCrMsIYQ','I came here after car accident and all the staff were so helpful! I was specifically treated by Anthony (RN), Natalie (Tech), Kathleen (XRay), and Rayven!!','2019-01-15 03:16:58.888000','2019-01-15 03:16:58.888000',5,'Sydney Linger','https://lh3.googleusercontent.com/a-/AOh14GjZPTIwenDGcXdfWLDRLY8XYhbQxCdDCPJqsEgU=c0x00000000-cc-rp','16590124370714063921',35046),('AbFvOqnLJVqDVksxOyPq-QsJelb27DzVwL98_F_r1MGApiXpMTHqg9BYcumcYRMPGlbrB0aD1jy8pg','I can\'t thank the night staff on 3/5 (Dr. Elsbecker, Marquita, Amanda, Chelsey, and Eric) enough for the compassionate care my brother received.\nMy daughter even got a teddy bear which kept us happy in the waiting area! We are so grateful for this Emergency Center and the staff keeping this place a South Austin gem!','2020-03-06 15:45:37.695000','2020-03-06 15:45:37.695000',5,'Edward','https://lh3.googleusercontent.com/a-/AOh14Gia9CQxPui5Dy9qgXoWP6QyjX-VCukedVzW4HKfeg=c0x00000000-cc-rp','16891069708558046635',35936),('AbFvOqnLK21y3i5aIi3GJhN18c7XryLyQTVSZcS8u4hByFuA4REhsbOAQQOZt3ybd0h-eAsl-ufL','Dr. Levitt, RN Tony, RAD Bryan, Tech Ricardo, and Rn Regina were amazing. They knew how to handle my situation and were constantly checking up on me. I was very satisfied with how I was treated during my visit. Very professional.','2019-06-18 06:15:00.267000','2019-06-18 06:15:00.267000',5,'Jon Eva','https://lh6.googleusercontent.com/-K_uZ_aS6CME/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZHn65-xcm8K_IAkC8oNSYFNXqQA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30513),('AbFvOqnLkaG5X1hmd4O5t6HwRSdUkv_XeEdvzXiyqI6axHl_WENeJbc5OhmYdym8Nrgbq-y-gz0U','I have gone to this location twice now and both experiences were GREAT. There\'s no wait time at all. As soon as I walked through the door (both times) I was greeted politely and immediately attended to. The facility it\'s self is well kept and the staff there is amazing. They all show a lot of concern and the doctors definitely do their due diligence.\n\nI just had to return to this facility this morning due to having bronchitis. As always, the nurses and doctor worked diligently to get me some relief from a terrible cough. What I love about all of their employees is everyone genuinely cares and will work hard just to get you some relief. Thank you again to the doctors and nurses. You all are the best and great at what you do.','2019-04-07 13:07:17.741000','2019-04-07 13:07:17.741000',5,'Alethea Nelson','https://lh3.googleusercontent.com/a-/AOh14GisvopTucomM9g-6ESFUvDBHJa5yOwL8UUPwbUoiiA=c0x00000000-cc-rp','17394740196501090048',36799),('AbFvOqnLkkKslihdOgXSTVe3b3K_agMOb3daxdQj5fqGf7-_j2XNsz_wJ5M3bFn-NOBEW5YdPXvj','I\'m not the biggest fan when it comes to ER\'S, but Bellaire is not an ER, its more like an 5 Star Top Steak House, just in case some of you don\'t know what a 5 Star Steak House is (Short Definition)-They will make sure you enjoy your stay with First Class Service. If, I repeat. If you ever have an emergency throughout the night or day I highly recommend Bellaire ER, 5 Star Service. Shout out to the lady behind the front desk Miss Therisa, shout out to my boy Cheney (Rad Tech), my (Nurse) Katrina who had a dramatic patient but still took care of me and last but not least my (Doctor). Dr. Daniels for helping with all the questions I had. Merry Christmas Bellaire Emergency Center. Whenever I take a trip back home to the Bahamas I certainly won\'t forget to bring you\'ll a souvenir.','2019-12-25 03:10:25.200000','2019-12-25 03:10:25.200000',5,'D\'Angelo Young','https://lh3.googleusercontent.com/a-/AOh14GhH4KqakHzBUHP1ZCXtIeFaRci4XJobitGYwvq8=c0x00000000-cc-rp','8679688254631342173',42534),('AbFvOqnlKOxzLRPWg70bQAfHsJ13I30xv0-SaxRkk_9ZqqgERJfHk1XN0JPYSdxwmse-SuiyX4CS','In and out for a covid test in 20 mins with my results! April and Dr.das made it totally painless and easy :)','2020-11-03 17:02:33.574000','2020-11-03 17:02:33.574000',5,'Cheyenne drake','https://lh3.googleusercontent.com/a-/AOh14Gj4kfCsHjf7iLswGG5JPacc1el3D3IR5PiLBwS24Q=c0x00000000-cc-rp','14748677429039074158',31426),('AbFvOqnLKxNwYO0MKDn0vJ32-h7q_aqBwtsKsIQ-aSkedjHo1fY3qY-Zpjo3eyfjr-ChP2KSCetohg','Very friendly and professional. Seemed very knowledgeable. I was confident in their abilities.','2020-10-02 15:56:32.936000','2020-10-02 15:56:32.936000',5,'Shelley McAfee','https://lh4.googleusercontent.com/-ovR5RO2T924/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmlioS1UxxHbzxHOIw6ncEVlhPwhQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35754),('AbFvOqnLkYRwuC65Q8-96rW8FESyU46aB3tXycyJ4S81lSw9t9wJzFAePwsxYEkM5q2bqjhwJbtSdw','Everyone was very nice and attended to me in a timely manner. Dr. Wang, Nurse Dawn, Tech Jessica and Ashley at registration were all awesome.','2019-04-12 14:47:58.146000','2019-04-12 14:47:58.146000',5,'China N','https://lh3.googleusercontent.com/-EEbn6Yvwoqs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMvOGINTZXXiOCU0MALmRTHA_d2A/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38217),('AbFvOqnLLCC7teWK7f-7HLpfkWelxOW_h-3v8xoWXF66Dw2yS8GJnBMVRv7I2nGM-n3zKuAgnS5EwQ','Loved that I did not have to wait long and the nurse, Jennifer, was so kind! All the staff was friendly.','2021-01-08 15:25:18.475000','2021-01-08 15:25:18.475000',5,'Haley Raney','https://lh3.googleusercontent.com/a-/AOh14Ghm2P8wGTCzFHLq12PwPKW7LE8ApSPDG3MbDuJ9Kw=c0x00000000-cc-rp','3272657195432704501',44637); INSERT INTO `review_review` VALUES ('AbFvOqnlm7QRYwyhy7TILPiwkKDPZhzbPf39occr7ztPeYwLUsdKbVhWtqXnUv8rGebVoAIlabGNJA','I went to Signature Care with a broken hand. I was in a room in under 20 minutes and out the door in under a hour and a half. The ENTIRE staff was beyond accommodating. From the front desk, to the radiologist, physician, and nursing staff thank you for taking care of me. This would have been more than enough but Andrew went WAY above and beyond with a ton of assistance from everything with insurance explanation to help with scheduling follow up appointments. Care of this level is rare and when I am treated as I was I feel it\'s important for those responsible to know and receive the praise deserved.','2019-03-14 18:44:44.423000','2019-03-14 18:44:44.423000',5,'Jimmy Cox','https://lh3.googleusercontent.com/-t4Wf0DdX5q8/AAAAAAAAAAI/AAAAAAAAAEY/AMZuucnSNbvoVaLd2oN0bl2v4kKpa1gbcw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29896),('AbFvOqnLmCp1qP3SN7qUzoeIRLT3QMSJoKSFVzowRlq2Hm_iDFx1qEcAU3o5O7zvryMlumOhvfOzRg',NULL,'2020-10-29 20:35:24.699000','2020-10-29 20:35:24.699000',5,'Isela Gonzalez','https://lh4.googleusercontent.com/-QCn05AGgHNc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn5kUkWp00tX-o9oVu57TJ8-gShpg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34088),('AbFvOqnLMEezvTD3VaL6qik-ImdaVDTiQ9U2-oUlgrs4cSUflRJeKtjD8X7Z5k56PFrXYpxKUFH7dA','Friendly staff, no wait time and the doctor was very precise and nice.','2017-05-18 16:32:35.845000','2017-05-18 16:32:35.845000',5,'Alma Criollo','https://lh3.googleusercontent.com/a-/AOh14Gi0Hq6SdtAwMZqK5Q_HG5U5mAdM2HPPkxlmSSNE5w=c0x00000000-cc-rp','17394740196501090048',37151),('AbFvOqnLmhE4mXbc36Z89TH8dCp91Kik5wbFNyQR2nR_KgBXYfUeiABtt8KxS4TMduyrsk7EQmnZ','This was my 1st time going to Signature Care and I’m truly glad I did. The staff was very knowledgeable and on point with taking care of not only my daughter but her mother, me, as well! Her nurse Kat was amazing and her emergency care doctor, Dr. De Waal, was awesome! The lab tech was also great as well! I felt relieved leaving this office! Great staff! Will truly be back for all my emergency needs!','2019-05-21 08:59:08.245000','2019-05-21 08:59:08.245000',5,'Keesha Davis','https://lh3.googleusercontent.com/a-/AOh14GgT_KTiKxd21BWXn9Oj_-kcsMle0J2UHMafV82O=c0x00000000-cc-rp','2694018788013845459',39345),('AbFvOqnlmrWgaJOrouQtndFRqNIVrGLbZdUJVTt-4m3SVz-pPV74TXY-EKNxJUYTrc2_9yNR64GTcw','Amy, Brenda, and Joe are absolutely amazing. The service here is outstanding! ā¤ļø','2020-11-07 16:01:18.791000','2020-11-07 16:01:18.791000',5,'Iriginality','https://lh3.googleusercontent.com/a-/AOh14Ghe388G1_rd51HoJbOYQMBjs7Dy339V26k-VLHFAQ=c0x00000000-cc-rp','2077061009497551125',38439),('AbFvOqnLMWn5zuGMfZNMRMpJMp357a5mtPKpyQcsZwxNRVrL8HJLaqK234AKfjBbfeKTYoyY0yv8Mg','I came in with a high level of pain. They were able to see me immediately and take care of me quickly. Alexis, Anthony, Laura and Dr. Vakey were super nice and took great care of me.','2018-09-15 13:49:35.508000','2018-09-15 13:49:35.508000',5,'Sara Chappell','https://lh5.googleusercontent.com/-AU40Ym2r-A4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDFPm_4_E5ZSwnN7cZMUuZsiMclw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35183),('AbFvOqnlmzmPB51U_25RRT0MNtymfUIKK5ozsniksVjXvFDL_ReTsLWpcdb__g3MZfzhQVXmf3S4','Very friendly staff. My wait time was less than 20 minutes','2020-11-05 15:06:52.220000','2020-11-05 15:06:52.220000',5,'Sarai Cobos','https://lh3.googleusercontent.com/a-/AOh14Gizx3HSk5vRDKzNkPUv0K6R7pFPZ4Ki3jL-GNwD=c0x00000000-cc-rp','14748677429039074158',31414),('AbFvOqnLN0ICof4RVNqNhFPjDJ09GzQZva4vbqy0c9-oImSRSxtEt3w_68NhfEeb9yJfB-UisQSd','I had to visit the Urgent Care on a trip to Houston. Never have I been in a better run, more immaculate, professional medical center. My wait was 5 minutes, I was screened by wonderful nurses and treated by a doctor I only wish I could bring home with me to our town. The flu is not fun to live through while traveling, but I am grateful to the caregivers at Signature care who got me through!\nUPDATE\nI received a bill for $1800 for a flu test! Great place, good care but absolutely absurdly expensive. I was traveling so out of network. I’d have to say go for the less shiny place and keep your dime.','2020-08-22 20:30:40.884000','2020-08-22 20:30:40.884000',5,'Monica Farrington','https://lh3.googleusercontent.com/-DeX85l8gqLQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmmrXT8Ht1qV-bW7zzg1o8ys3cu2g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33188),('AbFvOqnLN0juvBfWhTxXLRgVfji9YFTmzNcjY6uNWUtBr4lPSjOmPu1d53Ol-J3EIs3t6e_tfR3h5A','Staff was very friendly and helpful, service was fast, bedside manner was professional and comfortable.','2019-08-05 19:05:33.915000','2019-08-05 19:05:33.915000',5,'sharamiesays','https://lh3.googleusercontent.com/a-/AOh14GiCM0r6Y4GvmDbU3V-7modUR3IPvydWWFcuC-MZ-w=c0x00000000-cc-rp','3511292162159714121',40463),('AbFvOqnlnc_RN-MHSiwcl2VGszo569rR_WQ7pZEDH88o8SNk7kieZhnbh3QshjaUa1tGUQGxLEKNyQ','Nurses were wonderful, especially nurse Pam and Alyssa at the front office was very nice,the doctor and xray,tec, just a great group of people.','2020-02-08 06:26:43.727000','2020-02-08 06:26:43.727000',5,'Dorette Walsh','https://lh3.googleusercontent.com/-3sDEEcoAJYw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmTJ2pYrAVQzfS86jjQGANeQcLqUw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43103),('AbFvOqnlNlq6V9XVCN2MGsihIs9SJ0weapz-1GJ49MULLE5GwoEUvyHOXVtgUscsjJ6xyxpcWSwl4Q','Excellent service Dr.Sovman was patient,friendly,and explain everything in details. Amy greet me well and was very nice,and the nurse Agnes was very nice and helpful.','2019-06-15 23:27:24.825000','2019-06-15 23:27:24.825000',5,'Alejandro Aranda','https://lh3.googleusercontent.com/a-/AOh14GjhcbBGh8PoPMsw3nE6MWFnEMO1D7bpDbXsArOT7A=c0x00000000-cc-rp','3511292162159714121',40542),('AbFvOqnlnvZ8P9nD__SPPiD922mhXDK-Nxf-FX64ySegH08PXJJsMXidi2IC-daWypS29VjbdXHDkg','Excellent staff :) Kristina, John, Hanh, Genesis ans Doctor Jaber were all very nice to my brother and very informative','2020-01-19 21:27:00.599000','2020-01-19 21:27:00.599000',5,'David Delgado','https://lh3.googleusercontent.com/a-/AOh14Gg24wvgSLa8MoeErs1mgtfewNo0z8KpJXS31TCA9w=c0x00000000-cc-rp','12541597562633926366',28802),('AbFvOqnlo3s9sCzYsztQ7hR4ehCu_Y_jHg9Xr7PansAtgIslA07B7VUfUYyqSKAT8CKuDEf9R0haug','People were extremely nice and helpful! I didn’t even wait 5 minutes!','2020-09-09 00:31:12.927000','2020-09-09 00:31:12.927000',5,'Allyson Jones','https://lh3.googleusercontent.com/a-/AOh14GjhIaN0dOtEU4zXVNazkB9jYFZjv_uHb_tnGE1lGg=c0x00000000-cc-rp','14748677429039074158',31691),('AbFvOqnlOSSE4Ft2riWjFPIaQwKS7l2sKUZgWFMxDq7qE6QV-iWdEBa8-4De42BNo22X4420PpCI','Awesome place was greeted a treated right away . Very clean , friendly staff ..','2019-08-05 21:41:15.198000','2019-08-05 21:41:15.198000',5,'natalie gamez','https://lh3.googleusercontent.com/a-/AOh14Gj62zkv5AEshKy9yIWeov2f2BIChPSlywr5K-jKJQ=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqnLOW8Ly2qOCOEi4tUQ6Ybte0RKHPykA2uu6-eMkmycrPiXOp9IU21SCg09dBEOte2-ltxRpQ','A shockingly wonderful experience. I highly recommend over an ER at a major hospital of it is not life threatening','2018-11-06 20:33:00.697000','2018-11-06 20:33:00.697000',5,'Andrew Golnar','https://lh3.googleusercontent.com/a-/AOh14GjG8Iik3NPN5kfwJGYwJO5SwKRZgpyQjINOrb6h=c0x00000000-cc-rp','16590124370714063921',35115),('AbFvOqnlOWDE0_bO-vZCRv2N2Tmwwz4jmYMccUiwc6lU2jbP-EtqulrtbagTjWvU0H99myJKV8AN','Nurse Elain made me feel welcomed into the room . She also was very kind ,and made sure I was comfortable with her humor . This is one of the best experiences I’ve ever had at a E.R ever . My nervousness was calmed down after I had been notified that there was nothing wrong as she escorted me to my room .','2020-11-10 18:37:37.186000','2020-11-10 18:37:37.186000',5,'Camila Rodriguez','https://lh5.googleusercontent.com/-OoqMSzYsV0o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMGXGfaXtncguTQk8R7T0ICzyGig/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37449),('AbFvOqnloZok2aDbPEQTyCwtL8P-ihRk2keO2yjRewtoCf17cuqPNRKOhhqPZDTzj_HbUGbdprgSRg','Great service, always!!! No wait and they always go above and beyond!!! Thanks Dr. Oappiah, Daniel, Fatima, and Tanisha was amazing at front desk!!','2019-10-16 02:24:40.406000','2019-10-16 02:24:40.406000',5,'Brittany Rayburn','https://lh4.googleusercontent.com/-KFLV3nBfvGA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmnxSSkE5VQXoQVDiYY8wEXmmuy8Q/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37950),('AbFvOqnlp78ZK3g-ei_x9M61o1DHL-Tqo3y2tZTZjTi7LYjC8WXURzIiNp9n0DzFtSijvHcqGnMQFw','Alyssa P and Nurse Pamela were amazing they were very friendly!!','2019-12-13 22:03:43.295000','2019-12-13 22:03:43.295000',5,'Conisha Lewings','https://lh4.googleusercontent.com/-B-3_wcc9TVQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucltwDU3IhuQk-ClUmqieh5O7zV54g/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43162),('AbFvOqnlPecbWl6Dux7bG0vAy9q3r6GlsCQWhRGwAQDO1Ffutxq9IqBRCGtgbPC8QbkX2bdJ8Icv1A','I walked in SignatureCare Montrose location on December 27, 2018 complaining of pain on my lower right quadrant and spotting. Front desk Kiera greeted me and gathered all of my information so that I could be seen by the doctors in the back. I was escorted to the back by a nurse that took my blood pressure and temperature. (Dr. Amanda N.) came in to get some insight on what was going on. She told me that she would need some urine analysis, blood analysis, and an ultrasound would be ordered to figure out what what going on. They told me I was pregnant and I had ovarian cysts on my ovaries. My HCG level was 317. I was instructed to follow up with them or an OB/GYN in 48 hours to make sure my HCG levels doubled. I returned December 30, 2018 still in pain with heavier bleeding than the first visit. The doctor on staff (Dr. Ofer F.) thought I was experiencing a miscarriage but wanted to repeat the same methods from the first visit (urine analysis, blood analysis, and ultrasound). The Ultrasound technician came in stating she had been at work all day and she was ready to go home, she was coughing, and seemed very uninterested being there. The doctor informed me that my HCG level had dropped to 203 so they believed I was threatening miscarriage. They discharged me and told me to follow up with my OB/GYN again. On 01/07/2019 I had my first visit with my OB/GYN at Complete Women’s Health Center. They were more compassionate, helpful, and worked hard to figure out the REAL issue(Dr. McIntosh). I was in so much pain that my doctor ordered me to be transferred to the ER at the Women’s Hospital of Texas in a wheelchair. They did ONE ultrasound and figured out a misdiagnosis that SignatureCare provided. I was experiencing an Ectopic Pregnancy grown to 5cm in my right Fallopian tube. I had emergency laparoscopic surgery done 30 minutes after my ultrasound. I currently only have one Fallopian tube and my chances for another pregnancy is lowered. SignatureCare is the worst so please do not waste your time or money going there. They only care about getting paid by your insurance they really don’t care about finding the real issue of your visit. One of the doctors called me last week questioning me about a survey that I completed before leaving on December 30, 2018. They deserved the negative survey plus more in my eyes. PLEASE STAY FAR AWAY FROM THIS PLACE. I don’t want you to experience the same pain I have.','2019-01-17 02:13:23.705000','2019-01-17 02:13:23.705000',1,'Kayla Moore','https://lh3.googleusercontent.com/a-/AOh14GhODE8uYbEJ29ZG1ykiz4vku7KGzemWG7xd9LgEoA=c0x00000000-cc-rp','3511292162159714121',40704),('AbFvOqnLpilohC_SemvmoJRyOSCx47j0Ekqu3xfKgd2XWRBzo1QDswRJEKG90s3XXTghWfXfHvWZnA','they are kind, quick, and efficient!','2020-08-12 04:32:13.559000','2020-08-12 04:32:13.559000',5,'Mimi Harrison','https://lh3.googleusercontent.com/a-/AOh14GiE4EBQQG9sUTtYFBlDVWKvj8B0zbdkRV-EPJFI=c0x00000000-cc-rp','2694018788013845459',39024),('AbFvOqnLqGCi2ELvN3-yBow1gREhqnP0xXBtVki-aLBdArgelxTgcu69JjHcOQQcyIdNCbldnkC_pA','Dr. Das was very nice and answered every question I had during my visit.','2020-10-05 12:41:20.320000','2020-10-05 12:41:20.320000',5,'Dwight Harris','https://lh4.googleusercontent.com/-e3Lizw2wF3Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnQI_wrpBqE9e3Tc0SxJ2RZpoIPeg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31568),('AbFvOqnLqnhwvFLrpdG1qxrvBVXJZ0atmzLFiqh1Z4MZ7D536Hd75VINThE81cNIMg9IJO9CH9vpdw','I went to signature for a COVID test which was completed quickly and painlessly. The staff was very friendly especially Mandi and Gunner. I definitely recommend this clinic.','2021-01-11 15:57:37.782000','2021-01-11 15:57:37.782000',5,'Jenna Cook','https://lh3.googleusercontent.com/a-/AOh14Gi7aQ1z6dGfTogm3yWLPVR6q2L1f3M9gyoFjy9uUA=c0x00000000-cc-rp','3272657195432704501',44629),('AbFvOqnLQT2lNLPOY0IkCiJwFBfALVpLaxMHF3UUKmdOIB3f6hApewjWuir3zl9ZYnUQ-PBc-Fo2hQ','Dr Das was very professional. Great staff','2020-11-10 19:55:26.715000','2020-11-10 19:55:26.715000',5,'Kaylie Grandell','https://lh3.googleusercontent.com/a-/AOh14Ghn4TOnIBQo3eNLB_-_lkv4PHkfA3JzK6dEF-TZXQ=c0x00000000-cc-rp','14748677429039074158',31378),('AbFvOqnLR-31Xoa0XRuqzLV4nfAtf-bSohyIvfToCipAGVJ27rZtrE1mFF00MhcQ3C0d_ZdAndPP','For my 1st visit at signature care ER it was very pleasant apart from the pain I came in here for. the staff was very attentive curtousy.\nthe receptionist Lisa P. was very friendly Nurse Manny was amazing explaining. Eliza was great with being patient and gentle.\nThe Doctor was kind profressional and detailed\ngreat staff. very pleased.','2019-12-16 00:00:33.240000','2019-12-16 00:00:33.240000',5,'Bionca Grado','https://lh5.googleusercontent.com/-oQBMbUS6DO0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJUuRogUyGFe8iQT1MiQoJDCjg0g/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41525),('AbFvOqnlrj_-nAzOnN03d6OHeMHfrEVNAGMFpbgkzz_JQ-WjD_DP2Zn_Z0vqhDj4dILijsKtAQFg4w','When I arrived, they got me back to a room before I could even finish the paperwork. Service was fast and efficient with test results back in less than an hour. I highly recommend for emergency needs.','2019-04-30 20:43:22.655000','2019-04-30 20:43:22.655000',5,'Kc de la Garza','https://lh3.googleusercontent.com/a-/AOh14Gh1QRi9jOiVzgthOPtAvteF3e4Z_uWsn0kw_M4-aw=c0x00000000-cc-rp','14567670160750071148',30551),('AbFvOqnlRksOiNlYZhzj1FxTDjZ2LQP_CYla5ZnUz3H367_PhmSQrrdJHlJFeJc75L-NCDjyF7-_','What a great team!, they took great care of my wife while were on vacation in Texarkana Texas from Wisconsin.\n\nRN : Jennifer and Chloe\nTech: Jacoya\nRad: Gunnar\nReg: Mandi, Courtney, & Carla\nDoctor: Dr. Ashbrooks\n\nThanks Again ya\'ll','2020-11-15 21:50:59.097000','2020-11-15 21:50:59.097000',5,'Debra Jonasen','https://lh6.googleusercontent.com/-Y1NFLFMm5VI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclPAfFh0h2Oo1lMoFgjOZ6H0SlnCw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39452),('AbFvOqnLs4gun4j8Zr4e-9hA5K4X8jGFmRRHX1TuER0PCp8p0WUV-Dl2RPZJg5KXRLJZH9AdqPAe','The service was amazing and quick. Doctors and staff are very nice and open with their patients. Great hospitality. Instead of going to a hospital, I would recommend this place.','2017-01-28 01:41:34.905000','2017-01-28 01:41:34.905000',5,'Elvis Alvarez','https://lh3.googleusercontent.com/a-/AOh14Gjsb5NuXP1RvsO6VzGoOtprCG9hGSxuNJU5sAJf_A=c0x00000000-cc-rp','17394740196501090048',37225),('AbFvOqnLsFAqd37Q5y0gTzokbHZ8SQY2GTkzSnAE-LvB_azbXBd8NAVf2Mq414Z90qoxGz6ncf9neQ','Prompt and quality care was provided. Clean facility with friendly staff. It\'s very nice to jave this type of service available 24/7.','2021-01-27 04:29:01.461000','2021-01-27 04:29:01.461000',5,'Joe Campos','https://lh3.googleusercontent.com/a-/AOh14GgnXWy02tUGmujzcDvMm6DT0alJS6WV-ALcqdf9TQ=c0x00000000-cc-rp','6521947413723274945',NULL),('AbFvOqnLSgK-n4sZxFzPaEjqiJcKp8DtKaGIwXa-KkVhNp5L8aMXF6R0rMvWri_rTc04L4JSmY05Dg','Great staff. They had everything very clean. They explained everything throughly. Waiting time was great (nothing compared to other clinics','2020-10-08 23:22:37.488000','2020-10-08 23:22:37.488000',5,'Melissa cardona','https://lh3.googleusercontent.com/a-/AOh14GgDEjZ-db-fP1yCn5j9Lb0pyg1kjXfazpyk9jnldg=c0x00000000-cc-rp','14567670160750071148',30061),('AbFvOqnlSGSb1gTBnygqdouChxs3eaxggjuH6QpqJ4LXPFXaDVu1guTz-rrIkHzVQln1JhOCClERMg','Very fast and knowledgeable. Excellent service','2019-11-25 22:26:46.941000','2019-11-25 22:26:46.941000',5,'Demond Wright','https://lh3.googleusercontent.com/-yGj9x2XcAWY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck07jUG2yupJ7Z_1tlqEmSLrbpggg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28966),('AbFvOqnLsr53FSheEpQ-702f_iOTKkj7d4po2xOdhIZXTjhvksA3E5r1EkB89NyDujxIGIxkZGJDVw','Wonderful place Kudos to Ms Amy, Jordan (nurse). and Dr Jordan... best ER visit ever... very efficient ... everything needed is on site Very Professional!','2018-01-06 18:14:27.963000','2018-01-06 18:14:27.963000',5,'Angela milton','https://lh3.googleusercontent.com/-hlX8ctlcLMA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZ0BPz7-NP3O8X9Sr2nTUoLp3qDQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42236),('AbFvOqnLSYXByOBjQUexqE9-Ve-r69t-tetgD5yQms8f09PXatAXrOIDrR4NANyLeOvyniQJcV_a','Thank you for taking great care of me while I was sick . From the check in Jennifer was very helpful and the nurse John was very helpful and nice . We couldn’t have had better help thank you so much','2019-06-10 19:46:51.240000','2019-06-10 19:46:51.240000',5,'Paul Larkin Jr','https://lh6.googleusercontent.com/-596hlo7gwX0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm7qeFOHXxfrqoSPedMWCGR9uw9Iw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42050),('AbFvOqnlt2AUxpQOZ5mbCxdAiXOBEJzC0_QrEgl2L5oVVxcWGMajLwOkjH1pmyFAgltj81QsjfC-6Q','Laura was really nice!','2018-08-08 20:54:38.038000','2018-08-08 20:54:38.038000',5,'Porsha Ferguson','https://lh3.googleusercontent.com/-VU35NhU_75Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckLnXFxzqSzZIDoY5Q7iRNKticHaQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40887),('AbFvOqnlTDUSOQ3UMw18ftW3dudjp4Hj8eHeD7xJcwjzCpDdBdZhNFHSPCYd-JDTJj7bIQ1zzTvw','I strongly recommend this location if you are in the Montrose Area. Service is quick, facilities are always neat and providers do their best to relief your pain/symptoms as much as possible. Nurses Leslie, Reed, Naureen and Dr. Golla were fantastic!','2020-10-21 22:09:43.026000','2020-10-21 22:09:43.026000',5,'Natalia Giraldo','https://lh3.googleusercontent.com/a-/AOh14GhbQdjgvVbfxCweVUoXw2XvOWWo86MrMX8dR8DpUT4=c0x00000000-cc-rp','3511292162159714121',40135),('AbFvOqnltoRVYp7bRBqzGtKumKKaRjLcIVnSJKNDyeatkqRyvS7mDmqmj656JBnJoMJyu6C7ymlE0g','Everyone made me feel at ease and was so supportive during my visit. Special thanks to Dr. Henderson and Nurse Sarah for seeing me so quickly and making me feel so comfortable.','2019-07-22 15:47:04.841000','2019-07-22 15:47:04.841000',5,'Trix Sk8','https://lh5.googleusercontent.com/-QLnzWz9QhTo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn-L_rfmRuFkt2lIXbS35fEdHmAug/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38071),('AbFvOqnLtrwIKOJ_Clx4KxfgxiKigQs1OGwieNJ6MGD21t7toIPXGFl1NApfLoj3dHDVS9m5LXYCTg','Service and staff was outstanding. Check-in process was a breeze.','2020-08-14 16:22:00.955000','2020-08-14 16:22:00.955000',5,'Bernard Smith','https://lh3.googleusercontent.com/a-/AOh14GgR9n3u1kSzOIQQCAESXx54FPP8S6fih3GlPIp39Uo=c0x00000000-cc-rp','2077061009497551125',38595),('AbFvOqnLtXzUCOu8NCGddQ2PcKwva9q1SAYtrXakKXYTdi1_pNray8FEp9dRcWwKP-Qn6C95mJwhzw',NULL,'2018-11-08 17:37:22.285000','2018-11-08 17:37:22.285000',1,'ABEL HERNANDEZ','https://lh3.googleusercontent.com/a-/AOh14GjisrD0fpnc8_sUOMfAxA0adF2dXpkXNUv9-30q=c0x00000000-cc-rp-ba4','14904078213800803294',32527),('AbFvOqnLUDGWAB_yxA8R_H_EZjEXsAeiDkNKrymZk3YPLI3jY7eBODxsp34H53O6nNl-mHOAeripJw','Had an awesome experience at Signature Care, Alvean and Patricia were awesome. No wait time.','2020-02-23 22:39:14.747000','2020-02-23 22:39:14.747000',5,'lizbet gomez','https://lh4.googleusercontent.com/-pEpQIm7U6oE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclP9AF7hA4lq_gqukCvvVTrxFvRpA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33328),('AbFvOqnLUhwY4roCI6OM8lQPRleHwHLe1cswFhYSGjp5D65AZzzonpHABvON3prmCiIViFsAH0q5wQ','They were great with their service. I was in and out. Sarah was awesome','2019-12-02 04:14:29.883000','2019-12-02 04:14:29.883000',5,'Dino Wallace','https://lh4.googleusercontent.com/-ekCRFRL9yXQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm59CRvN3qRMhpRG-qif1GrXvwIMQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37838),('AbFvOqnLulnFwavN2X4VuAjRtqpQOueQLW8iCzL96JlzGK5tNJA045PKFmZzcFGahKTGX1bH8VbQzA','Front Desk Cecilia Z and Shary P were super sweet and fast to get me to the back quick . nurses Gina A and Christina M were so nice and took really good care of me , and of course Miguel who started my iv and Dr.Thomas ā¤ļøā¤ļøā¤ļøā¤ļø Must come here if your feeling sick .','2020-10-30 17:39:48.425000','2020-10-30 17:39:48.425000',5,'Betty Stunner','https://lh4.googleusercontent.com/-pk1GExPJZtI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucksDW1Br7eyxrcMLk4CGtGSpwINkg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30031),('AbFvOqnluSQsOlvtWrVj2d2Zfku5srvE7MxxsEvqTAsEhS0_aA4_k9w89RSvvpSXv0qJPkDeBvO6','The staff at SignatureCare in Colleges Station went above and beyond to help me and my daughter during our traumatic visit. Dr. Daniels was extremely thorough, patient and kind. Anthony, RN was the most attentive and the calm in the storm. Becca- Tech, Kathleen-X-Ray Tech as well as Cat, RN all were also caring, professionals! I highly recommend SignatureCare ER and will never go anywhere else in town.','2019-06-30 02:56:10.035000','2019-06-30 02:56:10.035000',5,'Oralia Vela','https://lh5.googleusercontent.com/-wZkxw-li9T8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl2KgIdEDYuNk3aRleWfhOQn2LFHw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34795),('AbFvOqnlvi42jnC4g7BRJ2q9PF2_H2uRdvi9V_NFLR9IZ0I_GcgcuC1qCef4UbyjwEtc28tgRzBQ','I had to come in last minute for a Covid-19 test and the staff was so helpful and professional. Dr. Akunyili, Dion, Vanessa, Lizzy, Naureen and Lai made me feel comfortable during a very uncomfortable experience. I’ll recommend their services to my family and friends in the future. Thanks Again, Signature Care-Montrose.','2020-10-15 23:56:43.120000','2020-10-15 23:56:43.120000',5,'Myrone Smith','https://lh5.googleusercontent.com/-ZMOMpxRuSnc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmG_zA_33pmvUnWti4twRoHXqzgxg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40180),('AbFvOqnlVR6w2kCnhAkqO76NiIxv9yow2QqBDfdvN64Jh4Ey4SuES94FqOKdqVqk5TMHWcu2SGWpNw','When I arrived to get tested today, I was super nervous but the minute I was greeted by the 3 employees (Manny, Ector and Casey) conducting test, I felt a lot better. The experience was awesome, I am definitely coming back when I need help !!!','2020-08-04 21:23:02.988000','2020-08-04 21:23:02.988000',5,'B0xerBoy00','https://lh3.googleusercontent.com/a-/AOh14GjcvZK44ZnhPmryNG_QAzd_-gubwaAa6zTcE6nqmQ=c0x00000000-cc-rp','6521947413723274945',41310),('AbFvOqnLwduu567P2uwyPjxGB6xRP7R_nAzusk4Z1ZMkZ5pUCtxnBm4xZlR2WgnctH43aTM-wvCo','They treated my granddaughter amazing','2019-10-02 22:05:15.222000','2019-10-02 22:05:15.222000',5,'PlushBeauty Honey','https://lh5.googleusercontent.com/-JT-cukkBFfo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn0i5QnpP3I30OSiFUYGBIJVnyNHQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33912),('AbFvOqnlxbQl-Rd1slftlsqbv6rOG6z2t-C4h0j4pDKXhKnTkCMHHPHeFh8RUsq8KLsAU4DrGLc','The atmosphere within the facility was very nice. I felt welcomed and the staff took excellent care of me. They also do their very best to get you seen and treated as swiftly as possible.','2017-08-11 08:55:19.002000','2017-08-11 08:55:19.002000',5,'Azeez Alibi','https://lh3.googleusercontent.com/a-/AOh14GgCvYVtTPJiGKlSfXRp0vyJNXkdC8gsOKXa3c2JoQ=c0x00000000-cc-rp','17394740196501090048',37100),('AbFvOqnLXsvSyRbnE-5KMo6400uc_1asWVZ0VbudkMJM7bLZYa9da999ld1g6wLzxY1IFXKz7mhW6Q','The staff was very nice and everything went smoothly. Will definitely keep this emergency center in mind .','2020-07-20 15:35:13.421000','2020-07-20 15:35:13.421000',5,'Dafne Nava','https://lh3.googleusercontent.com/a-/AOh14Gj5ri-Vt0VLxtXbVh4T7uXzxsm1Y-hwqG7akjvLwA=c0x00000000-cc-rp','14748677429039074158',31936),('AbFvOqnlXYlglPszPXkOTnGM1XR26O8RjzBIqSlWZ-cfL5IKDE0aEB_K_48W0La2kD4nxEMFKPDV','Everyone was very welcoming and Shawn the worker was nice and gentle when I was taking my covid 19 test. The other workers: Sibienne, Kelsey, and Bodrick made the visit easy and smooth. 100% recommend','2020-07-12 02:47:15.171000','2020-07-12 02:47:15.171000',5,'AMY_WIN_373','https://lh3.googleusercontent.com/a-/AOh14GgOZnZCfk-boPGtrK9QVUzPSMbd1OAH2p1BqMxPpw=c0x00000000-cc-rp','8918455867446117794',43000),('AbFvOqnlxZtlIycQB1xsBnd03KqL1gdVVL29Sk83xvsH50z8Nuhwv_NXt0Z-jmbgWtpHARd_Md-bZQ','Walked in, they saw me right away with no wait. Staff was friendly','2020-11-11 13:57:33.353000','2020-11-11 13:57:33.353000',5,'James Spears','https://lh3.googleusercontent.com/-Ta9Yi4aOhxU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclNF9IoQlBVURST70-8Ffl21Tcezg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32155),('AbFvOqnLY8aRWJmb_qHJIuPAAgEjZ6vbaaE__ntx_JhY1IbQujzB-0eEa-aVUV0CLNtqoYYPua06','Great! No wait, and everyone was really nice','2016-05-04 22:57:40.134000','2016-05-04 22:57:40.134000',5,'Crystal Ibarra','https://lh3.googleusercontent.com/a-/AOh14GiY628ARDI9kCNuwFvH9LVMFil75GWdNsZkURrq-A=c0x00000000-cc-rp','3511292162159714121',41238),('AbFvOqnlyhBrIiyakjZ2wFCfgwCCxXj037BjX-BC47jWhsZbR42rvs9ToaDCTLJQL5_ztYTuGTOQ','The whole team was amazing from the moment we walked in till we left. I truly appreciate everyone care!!!\nDoctor s. Farooqi\nNurse: Jaime O Rad\nTech: Grace K\nEr Tech:Matthew C.\nRegistratio: Tanisha W.\nAmazing Team ā™” thanks everyone for the attention.','2019-04-22 01:36:46.588000','2019-04-22 01:36:46.588000',5,'king and jr and Anthony salgadoloz','https://lh3.googleusercontent.com/a-/AOh14Ggrf2gwG7Q2bgm0IssKHaWo4qTfJQhe9OmShdQTJQ=c0x00000000-cc-rp','17898197009688164559',38210),('AbFvOqnLYjs0vi7Kb-4c-f-5wccTyM9cjYdWQenzfJwUWK87Aq3rA88hKQQyHOL4OIUg9VdUBMuhbg',NULL,'2020-09-02 01:46:45.782000','2020-09-02 01:46:45.782000',5,'Adrian Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GgWsyM_NTwE3Aeh7ZjaqRqzs7Sj3A3ymoCkRvvy6w=c0x00000000-cc-rp','3511292162159714121',40200),('AbFvOqnlyuj2spJVAwsFNPO4ZivpAnGCa5yzHk_fNxmeeh7pim9q8y4EjbpAkvl49fhGfCQDMSqdzA','Registering with Vanessa and Nicole was great experience the nurse who took care of me was Theresa also fantastic! The helpers to help everything speed up things up was tech: Anastasia, Dr: Boester and radiology: Dion .','2020-10-21 02:39:29.181000','2020-10-21 02:39:29.181000',5,'Amanda Escalante','https://lh3.googleusercontent.com/a-/AOh14GjUlDOW2FUP_NJ_PqW_Rcg_Ayr6nLBwOSlw7KzsHg=c0x00000000-cc-rp','3511292162159714121',40147),('AbFvOqnLyWe43bKjvWIoetgyLbUkqHoDiHm6YoGiSNYa1KeeKw2kIWbf0yXfzN58TKwLdci59lq4','I had an accident at work and the staff was able to immediately help me get it sealed up and back out in under an hour. Friendly, informative, and quick.','2019-01-05 20:41:12.121000','2019-01-05 20:41:12.121000',5,'Zach Childress','https://lh3.googleusercontent.com/-_MbKmYSi-tY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnY7iOqhAsWjeN7Snn-C0LhblftvA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36301),('AbFvOqnLYxXB1Ax-ZyqQDacvS1253h5vtbbMRzMkSB3gFhCfOcDkF8HMQOZUydjWb5Ayy9EeBkP9vg',NULL,'2019-10-17 16:36:06.851000','2019-10-17 16:36:06.851000',5,'Erin Chavez','https://lh3.googleusercontent.com/a-/AOh14Gjil7UJ6LEnixo56UH0AZI2SKhwpYTA1OJg6QAMHg=c0x00000000-cc-rp','16590124370714063921',34609),('AbFvOqnLYyWRfTW374lfhaUoxqLm0J6fz3-XGqgUeZzzWl_z8K7-E8oBKi0ff08i6dgY65sJwln4hQ','First time visit was as a visitor and the doctor was very sweet and understanding with my mother. My second time was as a patient and we received the same quality care.','2017-01-06 17:56:20.661000','2017-01-06 17:56:20.661000',5,'Cassandra Garcia','https://lh3.googleusercontent.com/a-/AOh14Gif6gnrc0zbzMftSPcxQrCiZl9aOHYLRQZ1j4IXJ3I=c0x00000000-cc-rp','14567670160750071148',31138),('AbFvOqnLzgkiYllJ67Y0h2a6QMggkhXwpD0pvO3RfnxbXsPwST8kCVTT8US29SBaNMzBgv-0-TpO','Signature Care in Texarkana Texas was great. Nurse Mollie was great. She was so sweet. Very compassionate people. Clean too..','2020-12-15 00:02:18.189000','2020-12-15 00:02:18.189000',5,'Stacy Jones','https://lh4.googleusercontent.com/-oXeVLNgXF5c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm4u2nEGM1XUP7pm2meNbxpd7cfnA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39407),('AbFvOqnlzmsW26rMg0CUnCsVGe-dMYnkXozvBdcet-qeNSwhmLbY21zqfrL7E_Y7HUyKz11pbL6GQA','Great staff and very quick with medications and testing! The nurses at registration (Taylor and Rebecca) were so kind and got me back pretty quickly. My nurse Gabriel was very attentive, thorough, and most of all friendly. My radiology tech Kathleen was very gentle when moving my foot to X-ray it which I greatly appreciated. In the event of another injury I would definitely come back!','2020-12-13 11:10:28.655000','2020-12-13 11:10:28.655000',5,'Shelby Hutson','https://lh6.googleusercontent.com/-4qqJ65vpgyQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn09K-3vKwSrJTQz6sX-63DEq9w4A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34036),('AbFvOqnLzojRLYpddNda-WmDG9d40QD_Oi9rBisrt29Bl10sYCtqBS0_c7Qjv6cZY4Sz9AP1-4FU5g','Most definitely recommend coming here for any sort of testing. They have you in and out so quickly. Cody Marquitta was able to help me with my questions. Great place over all!!','2020-08-17 19:15:53.812000','2020-08-17 19:15:53.812000',5,'Devyn Payne','https://lh5.googleusercontent.com/-_HlVufmK1xg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckq1bNS_3FT6BjYtdUYyKKmolMOaA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38585),('AbFvOqnLZpOEOyDBPhT3QXaJhZ-sIE3fIa9Uif62ktoqYhMK0nbV9jjen6nUE_B2lWUMn25RKP9Jjw','Very personable and thorough. Dr explained everything and nurses were very kind and knowledgeable.the staff Dr. Pham, nurse Alveana, Marcus in radiology, Keith Er tech and Vanessa in registration were awesome!!','2019-11-19 20:36:52.659000','2019-11-19 20:36:52.659000',5,'Kevin Keith','https://lh3.googleusercontent.com/-BbiGh3lmwDg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn9f9G-fONXm4YifkYigp5QYxNJ8A/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33716),('AbFvOqnLZwg-pIdYOTfp1dB7M_RRvGDXDUJ9zslhs6_hCel-XYxrThTTrzGsCxb2ESdhAJKZ4IFW',NULL,'2019-03-21 23:42:05.212000','2019-03-21 23:42:05.212000',5,'Abigail Spence','https://lh3.googleusercontent.com/a-/AOh14GgxyL0ah33msCsAZ9xcTgScqI7b5V6s6iEeX-Ab=c0x00000000-cc-rp','16590124370714063921',34956),('AbFvOqnlzXoUVANphD5gPxE0n0K_5pJ76YzQJoTRNO1jbtNvOpi-AhYTD3g-ceICmEjEEwCib84fBQ','Great service by all the medical staff. Thanks to Dr. Zheng and Holly for making the experience seemless. Also, now waiting in the line!','2020-10-16 01:48:59.999000','2020-10-16 01:48:59.999000',5,'suleyma osorio','https://lh3.googleusercontent.com/a-/AOh14Ggq9aTnPSSsQjmuzqI8nxr5YiaSwxKX4uT20buzIA=c0x00000000-cc-rp-ba2','14904078213800803294',32222),('AbFvOqnM_d1AGsF9Z9BKZ_p5GeUe0rn-ULPT82W1Hq2TT_vKg88FlX_wBRhEjeXjW9U3c6Qo-sD8','Easy, quick and professional! April was great!','2020-12-08 13:33:05.730000','2020-12-08 13:33:05.730000',5,'Lupita Aguilar','https://lh3.googleusercontent.com/a-/AOh14Gjb0kCHCNTmpH3syCRYWR3KnJ0aA2-EC92l9c_W=c0x00000000-cc-rp','14748677429039074158',31290),('AbFvOqnm_WQ-zUk7AxY5qC5fOkOHwXd7iEutVR60JdOU4RnkO8K9qX5paOaYrfEDZbhdGrT5ztR8rA','Jones and Amy and Kelvin and natasha all were great got me in and out','2019-08-12 19:53:11.611000','2019-08-12 19:53:11.611000',5,'Deaja S','https://lh3.googleusercontent.com/a-/AOh14GgF7aqbMM5HBG_ik4A-DoSHV4e6UFZPpaWJimqAXA=c0x00000000-cc-rp','2694018788013845459',39281),('AbFvOqnm-suv_ZG3qFSlR1e7zTjnELNiK_fkvnDG_j-PKUgm4ORjJBs8IxOIQuxV6E4rVHs6zlQ0Ug','I want to thank you for taking care of me the last 24 hours. This was such an upscale facility and was treated like a princess. I would highly recommend Signature Care (Bellaire) and come back but not under the same circumstances. This was a better place than I have been to when it comes to emergency rooms or hospital stay. To all the staff my nurse Karen, Ms Delicia, my doctors Dr. Alloju and Dr. Ybarra for your patience and care. You made me feel better by explaining my condition and treatment where I was able to understand fully what I needed to do once I left you’ll. Thank you to Max and Jessica for also checking up on me. Thank you again for your care','2019-11-04 16:54:12.520000','2019-11-04 16:54:12.520000',5,'gloria molina','https://lh3.googleusercontent.com/a-/AOh14GhOXZHsSAw3oRdDXFcfQxGWu28eGhQpkfBjNq1zHg=c0x00000000-cc-rp','8679688254631342173',42610),('AbFvOqnm-ViV4lQXhH48ZOCVzBZ_cOqL279ZmXhSVMV1hqV0qCeBgFJuoa8pfdZEjWXpysrajUGF','Injured my ankle skateboarding . Townesend was awesome in taking care of my xrays and Dr. Rosales fitted me with the most comfortable splint ever! Shelli the nurse was very helpful. highly recommend!','2020-09-09 12:58:32.166000','2020-09-09 12:58:32.166000',5,'Tatel','https://lh3.googleusercontent.com/a-/AOh14GhDZX4s7YqB4gM7D_3i6Hsbuuh6Fgno_GTwV_az5Q=c0x00000000-cc-rp','16891069708558046635',35828),('AbFvOqnM16E8_gaMH6Ld0orsvjfsFiLMB5zA8euRVwT6RAQ7VkuBIFHnWwryy0YjUHcKeYI4MEEpgw',NULL,'2020-08-01 17:58:19.732000','2020-08-01 17:58:19.732000',5,'Raven Garris','https://lh4.googleusercontent.com/-D2TpD3RMLO4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn-ssz4Kk-T1GSe0dWnMpwc8lcdaw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32297),('AbFvOqnm1izsN-O8Rzwvhkp3f8RMw7ebC2XVrDfBWsOVe4BYmNL495JU6RfwcC9kLAL0c-0Ow6IFNQ','Fast, friendly, and extremely helpful','2017-10-16 16:20:15.611000','2017-10-16 16:20:15.611000',5,'ridge crum','https://lh5.googleusercontent.com/-0jROZF4UQD8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn-nQBazyZCQY9e1E_rkWikgIQ42A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35365),('AbFvOqnM2d-3NkW0OQIe_Oq8Agxs09BoXLqiWLkQjZgbEmqrBWreIXpVCWxp3Vm_pPTNfG_LIGsd3w','Great staff...professional and friendly. Very knowledgeable as well. Highly recommend!','2020-12-10 00:31:03.565000','2020-12-10 00:31:03.565000',5,'Shanyeil Hughes','https://lh5.googleusercontent.com/-spyM9aeC0as/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck0itPWudidAepsUQojG8AYWIb7SA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38849),('AbFvOqnM3_StwOlubvNW4d0f81zv3v90MyGEF1vy00oFqU9P1mmDvSuThnfpAG1ogVDU1BmgB9_wdg',NULL,'2020-10-02 20:53:27.311000','2020-10-02 20:53:27.311000',5,'Avery Apple','https://lh3.googleusercontent.com/a-/AOh14GhxhfBPPjUy-djyG5ySgcunYytpYrK1HimAjEhlPg=c0x00000000-cc-rp','8918455867446117794',42885),('AbFvOqnM3SHFjt95ai7NZpKmwU43tu7GsVRcjC4ylOHo_gXa-Ko1aeLUj1zr8DWRaCjNNLr3vHUC-Q',NULL,'2020-12-20 14:59:56.979000','2020-12-20 14:59:56.979000',5,'Angela Roberts','https://lh3.googleusercontent.com/a-/AOh14GgSbNIrXhWA5hhHJxq4Bo0iCioVhyO-x74q8l6vWg=c0x00000000-cc-rp','14748677429039074158',31263),('AbFvOqnm3ZOQyGtTedHPYBZrvQ8Kak9w3uVzVFWAAERULZaXeppAyxC1uWsTDln3p1a2w0D9kAdNYQ','Really enjoyed my visit. Quick & attentive!!!','2018-01-04 08:41:30.412000','2018-01-04 08:41:30.412000',5,'Dynastie Francis','https://lh6.googleusercontent.com/-ixDv-zf6smM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm0puj4PMsIbAsoDUB8_9xCgz1YPA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30914),('AbFvOqnM3zS3fqr9mdyDbQ-JmSuFFQ4jbA6RkLrgGrLBSglo29cVDp_YIcdJLOPELw3FnxDCk3m3Mw','I want to thank Dr Dang, Dr Patel, Dr Kim, Nikaela R., Robert S., Diem N, and Jesse R, Rachael, all the other RNs, and the rest staff at Signature Care Emergency Center in Sugar Land for their excellent care.','2018-10-13 04:25:53.799000','2018-10-13 04:25:53.799000',5,'Property Bros','https://lh5.googleusercontent.com/-SfKWZx8tVxc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmSmTIrhQ7WPpfR7s1PexpNi0nm5A/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36873),('AbFvOqnm4ZIczyXfbpbSjCHiZG5YkV53tiwCGjKororoA7bTGG0VxJK0IObWWLEK04UltWcJBg7zxw','Everyone was excellent and friendly they showed genuine care!!!!','2016-04-24 03:59:47.696000','2016-04-24 03:59:47.696000',5,'Shelvon Fair','https://lh4.googleusercontent.com/-upBLzDBN1lY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclEJbs6FKRqELlMLNL_UswJ8pGJHg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37362),('AbFvOqnm5l2BRI0TfXo-hHWJYCJ1z4bfEz8XCKLwsHJsleHcGKYSjm-rfKA5oH0NplhZJIwRcsnbcA','Super friendly staff!!','2019-07-04 04:25:07.087000','2019-07-04 04:25:07.087000',5,'Novara Masroor','https://lh6.googleusercontent.com/-eMArngRNuOI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnd6Fhfa5291vfE_SgeNXj5CYuITg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43234),('AbFvOqnM5nGONTFP2SeBsgQAqFfjFLXwCuBzb3I14YAVmrl0dbOEugQM5XsoYOJjCPEQa-8jw4r7Gw','Lorena and Amanda at the front desk were very friendly! And Matt and Rachel were highly professional. The process was very quick and easy!','2020-07-25 19:43:45.697000','2020-07-25 19:43:45.697000',5,'Laura Orellana','https://lh3.googleusercontent.com/a-/AOh14Ghj4Xte9Ms5FSBmI1rWOa6FLFnbXeKlYXd5tF3g=c0x00000000-cc-rp','16590124370714063921',34250),('AbFvOqnM5sNKFHiqSHEqFPrfAgdDTznMmnMZedMO7AWHdgKiJZxuxIpl_eSD5nBaOHg9tRx4-1mQ','Everything was pretty good. They were clean fast and nice. Ill go there again.','2017-07-14 12:53:31.375000','2017-07-14 12:53:31.375000',5,'Lulu Acosta','https://lh3.googleusercontent.com/a-/AOh14GiRrXVMD_ntY1ERYQ-pmtnO4VJVs39VmzohmflWI2o=c0x00000000-cc-rp','14567670160750071148',31010),('AbFvOqnM8gN646SbGzrECqcTtze94ElpGz5L6zjLQYNB_8xPwEAntsnIlGuPnNEDH6pALg9KffO_qQ',NULL,'2020-01-11 08:33:24.609000','2020-01-11 08:33:24.609000',5,'K KG','https://lh3.googleusercontent.com/--lqKnx85KTA/AAAAAAAAAAI/AAAAAAAAGAQ/AMZuucnGS9eZ2VEnaACeGB6WelimL180Mw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41500),('AbFvOqnM9Li3_CUwYmcnAVhMvwHkhdhWW5kWyLTFtjrvflNRxflK8OrZwP2BxQNMUwbPJlXk4MFP-w','Was treated and greeted by by friendly and warm staff, especially by Lindsey and Valory. Everyone took their time and answered an questions or concerns I may have had.','2020-11-09 16:29:16.304000','2020-11-09 16:29:16.304000',5,'Judy Vong','https://lh3.googleusercontent.com/-Sm_UNKSuf5o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl04L9RUSztDRlZCn1tBR2uxLwNZg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32960),('AbFvOqnM9z_qryejcPJ2m77pqlisyuis1_ZvNU95tpizLKrdefBbj9qVqTgCM2OK6iS8GJJ4xkYt','Robin, Tabita, and Cortney took such amazing care of me! Signature Care is fast, affordable, and the staff is so so sweet! I always send people here instead of the prmc er. I recommend them to anyone who will listen!','2019-04-02 01:42:49.255000','2019-04-02 01:42:49.255000',5,'Jordan Perry','https://lh3.googleusercontent.com/a-/AOh14GgeZEdAheoF5YN4KnNJWK4Q4Ot69F8yhUE5y3z8=c0x00000000-cc-rp','8626688543755174284',42104),('AbFvOqnMA3cLu8mhJmtSc0dKeSJFdIBE7P7PkiM4XIfpAu4eLm9gCY9PE8DcbcBIcQehefkOMuwP1w','Very nice place Miss Brenda looked out for us','2020-01-10 02:18:07.535000','2020-01-10 02:18:07.535000',5,'Edward Brown','https://lh6.googleusercontent.com/-SjC6hBEJJOI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn_HZIiPBnYKTmWkibrnFhAHo9H9g/c0x00000000-cc-rp-ba2/photo.jpg','8918455867446117794',43144),('AbFvOqnmbDn04FpapHbBsCBuCRf55U3gn96xstwS9eFYy7tdFNfJ4g8tjtpmSQShyYc48LtZxtHjEA','Very professional and calm space. Super clean and spacious and everyone was kind and worked very calmly with my son! Would recommend this center to anyone who needs emergency care!','2020-03-04 19:06:15.269000','2020-03-04 19:06:15.269000',5,'Grace Kubecka','https://lh6.googleusercontent.com/-RILTWaZzmhM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckISTMjLRKZQKOfFDkRl2qvPpY4jw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43063),('AbFvOqnmByhlyOXYrG_U-1i4ZbATLpT2vDz3yo7bEjePrMUWxz3paoH3qvPm65DpUkVYQis27vtblw','Terrible services','2018-12-14 16:38:25.303000','2018-12-14 16:38:25.303000',1,'Joly Aponte','https://lh3.googleusercontent.com/a-/AOh14Ghq1Ur-CSN4n2Ba1-_jzw3XyxevTcprhptMzUM6xQ=c0x00000000-cc-rp','17394740196501090048',36854),('AbFvOqnMC22cQaNY7NXpN6AjvMX2FR6jWsVJzokDIHCIbCGBTdEZbMRr7tU7tXWBRFl9I9oq0ipSUA','Lizzy rocks!','2019-07-29 03:27:02.726000','2019-07-29 03:27:02.726000',5,'Rory Higgins','https://lh3.googleusercontent.com/a-/AOh14GijxTLH7P-oXZR9V5SZoN5N_kuA-3y8e8b9TRUPMrY=c0x00000000-cc-rp','3511292162159714121',40477),('AbFvOqnmc8o_ubhqk8uwKVngNRuJ8IzFjQ_dmMGbxT-DyeDbsLlCae6G4-hwrkwLIIpYzKpxj3WZpA','I’ve been to this emergency center multiple times throughout my pregnancy. I’m 36 weeks pregnant and I went in due to suffering from shortness of breath and cramping. They were very patient and attentive to your needs. The staff is very friendly and easy to talk to. The doctors and nurses were very thorough! This is for sure my go to place if I’m ever in need.\nShout out to\nR. GARCIA, MD, HABACUC D\nNurse: John W\nRadiology Tech: Lonnie B\nFront Desk: Brenda E M','2018-12-20 12:13:04.059000','2018-12-20 12:13:04.059000',5,'Manda Reece','https://lh3.googleusercontent.com/a-/AOh14Gg3YcAjR-C7H-kh7JThPFcL58_wCOK66a9GGL6tmw=c0x00000000-cc-rp','8918455867446117794',43329),('AbFvOqnMClDLKlnucT4aktvqAtmuDdZrf8es7YD7AcoGXp3IHqB37jFJKjiJT195Wd2KMqZs0nNn0A','They were quick to do my papa work and get me to the back! Amazing staff you can tell they actually care about the patients šŸ’›','2020-11-28 15:42:18.744000','2020-11-28 15:42:18.744000',5,'Zee\'s Reads','https://lh3.googleusercontent.com/a-/AOh14Gj5eMD7tXEdk2VlL-ssdbjjvtgQGWhH5mHMSVQ5=c0x00000000-cc-rp','12541597562633926366',28435),('AbFvOqnmCpS9lHd7IIkSFgOHYQbt8rBoU-eWza7rybN2Ne7wmw7uMo5b-syg6fpv1aQIyqPZ1LCf','Excellent service','2019-01-26 02:55:23.121000','2019-01-26 02:55:23.121000',5,'Carla Faircloth','https://lh4.googleusercontent.com/-zS5TEnShaNQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmExrCndGVClEiA2SV2Pt9Bxo8wKQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36834),('AbFvOqnmCtUULtlHJy6_rjTtJLLD0q1tZyALOftkhHIgaXgjxDrhSAwju2lqgTxv3sPNxdQzOHlGWA','It was really quick and everyone that help wise front desk Nicole, Nurse Keri & Naureen, ER Tech Lai, Rad Tech Joey and Doctor Yusuf; all were absolutely amazing.','2020-10-17 02:33:12.989000','2020-10-17 02:33:12.989000',5,'Alexandria R053','https://lh3.googleusercontent.com/a-/AOh14GhvAYLBHpMEjGorOTOBn7_dBCAP16athWxAmBUluQ=c0x00000000-cc-rp','3511292162159714121',40163),('AbFvOqnmDmUnODSU2zG696RZSJQTmzIF1ZP2xFGg2ohcTfdhNY0pj7_1ly069Lt-lOQ54JisIgFg','My recent visit to Signature Care Emergency for a kidney stone was very impressive. The staff, DR. ASHBROOKS, MD, DARRIN\nNurse: Kara L C\nRadiology Tech: Gunnar S M\nFront Desk: Kelly L B made my painful experience much easier in spite of it being a major Holiday. Service is extremely prompt and thorough. In fact, It couldn\'t be better. The atmosphere is calm, professional, and extremely accommodating. It\'s a comfort knowing there is a place like this you receive care in time of need.\nMany Thanks!\nR.C','2018-11-27 19:53:17.268000','2018-11-27 19:53:17.268000',5,'Rocky C','https://lh3.googleusercontent.com/a-/AOh14GgvXWvQpaIbi8uf7g-NBzoOjDImzHICyFOVNdI6JuE=c0x00000000-cc-rp-ba2','3272657195432704501',39997),('AbFvOqnmdOxQAJ4mnjNErIU570MIFxSZ2lQeyBBb2dmnQdz20PoMYaCVyIrp8Hdb3D6MKecEMlvi','No wait, no filling out papers before seen, Excellent care and concern and correct treatment.','2017-02-13 15:18:50.126000','2017-02-13 15:18:50.126000',5,'Nancy Muckle','https://lh3.googleusercontent.com/-AntENj-sIms/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7NYg7vsOFcUIiuiT2sYa07CGFNQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32733),('AbFvOqnMDS9SbwJErfc3to3PaIlLfszUK60_gsW6S6O2YmZiCKfU-csg537PkJVqrU811Zs84ibV','I came in today for an infection due to my upper wisdom tooth and everybody was awesome! This is my third time coming and each time has been great. The staff is lovely, the receptionist (Marcy) was very sweet and everything is very nice and clean. I will keep returning for future emergencies/ medical needs!','2017-02-25 22:47:51.101000','2017-02-25 22:47:51.101000',5,'Heather Leal','https://lh3.googleusercontent.com/a-/AOh14Gj1LHtdFemyGL6Qcq7HWH9NWJGp3HVSWqfMkEPkaQ=c0x00000000-cc-rp','14567670160750071148',31092),('AbFvOqnmEetrsDXpT_FpNVuNAwiylSw18V0P_U4O-hevgC6xPpABERI20JyOKMiEMJb3ZPyc3fQL',NULL,'2019-07-20 21:37:43.101000','2019-07-20 21:37:43.101000',5,'gamingwithpeyton 0','https://lh3.googleusercontent.com/a-/AOh14Ghpv5EaPapmPLIguW2NiJmqsBlyZPGKnayj2bB77A=c0x00000000-cc-rp','3272657195432704501',39846),('AbFvOqnmeuLuS3uYFT70yc0D5TL6xcYzNEHKkFKcA4gIHX_V4BOHfvC_lmEDCf-YolhdhOQOO2khoA','This ER was wonderful! Everyone was so helpful and nice!! And a big thank you to Courtney S.','2017-12-14 05:55:13.549000','2017-12-14 05:55:13.549000',5,'Anna Gibson','https://lh3.googleusercontent.com/a-/AOh14GjDFbE_B3fKOZ-_7TN3lh59-70s9yB0xIGQGCEMOQ=c0x00000000-cc-rp','8918455867446117794',43447),('AbFvOqnMfcVahE5lcGIYfGy1p1Y7y0u0hyx0v5nIAiw7EiwDeu5usLiCTxJM3cWFyCHgx9ahd1a7','The staff at signature care is amazing. I came in sick and dehydrated, Anthony and Kathleen helped me immensely. I’m so glad that i came to this emergency center. Very friendly and helpful for me while i was in pain, Wouldn’t go anywhere else!','2018-09-12 03:48:33.134000','2018-09-12 03:48:33.134000',5,'Anna johnson','https://lh4.googleusercontent.com/-X135cE6EyUU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclamD2lE_KyDutWxlI_FU8yq4gI7Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35189),('AbFvOqnMfdn26mWAJNXYqaGrIL_ftf-mFYi3luqXFJAB7Yk5Rj7exMdBxc6YRvjuHfQcONTvRPRn','Excellent, quick experience. Friendly helpful and knowledgeable staff','2019-06-03 17:19:35.195000','2019-06-03 17:19:35.195000',5,'Michelle Blount','https://lh6.googleusercontent.com/-y5fsH3JpL5k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmwBJaCAzldRwdhYkqOcOx1YEN8XA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnmgFVkqNksmYGH7smZJuAaubFh2iHiVpADORjaJnjq5U_AFJxJKrO7Z3pRnONkT54_Hy6ALg','Dr. Cavazo, Delicia, Blake and Sonle were all very kind and got me in and out in 30min flat! A few months back, my son was seen here and my wife also loved the service provided! Clean and colorful.','2019-12-13 17:41:05.550000','2019-12-13 17:41:05.550000',5,'Gregory Desrosiers','https://lh3.googleusercontent.com/a-/AOh14GhThxx2jCCTS9RRmYGRvSqkvjguerY7V0IqarGsbrI=c0x00000000-cc-rp','8679688254631342173',42551),('AbFvOqnmGgi_ikuE8gqz1MO5KAPYq7bp0GyphPMalf5T_Gz7OnpVZz9Ams17aJU2YXgQWgGfTnDH','No one enjoys going to the emergency room, but the staff here made it a better experience. I’ve been to other ER’s and it was hectic and I just felt like one of many patients they didn’t have to time to deal with. But here at Signature Care everyone was kind and patient. I dealt with the nurse Rachel and she was great very gentle and considerate. The ER tech Jessica that did my ultrasound was gentle and informative. The doctors I dealt were also good, I didn’t feel like I was being rushed they answered any questions I had and were helpful and friendly. Also the ladies that do the registration were very upbeat and friendly. I had an overall great experience here. I would recommend this place over any ER. The staff is great.','2019-01-27 15:04:55.239000','2019-01-27 15:04:55.239000',5,'Concetta Palmer','https://lh3.googleusercontent.com/-pAMNMjS--wo/AAAAAAAAAAI/AAAAAAAADQY/AMZuucmtrY9MT3nyHWe_o9h0UnQBs-SeIQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38316),('AbFvOqnmgkmOUjkKVLdbpt5eoXNNp-VZhxGVj8w-DdU36Tu7W0EkAfg1C9pLpCBZ9jL0XXz2ewsDVQ','As someone who is terrified at going to the doctor\'s this clinic was nothing but amazing, sincere staff who made me feel comfortable and relaxed. I loved everyone on the team!','2020-08-28 04:59:23.613000','2020-08-28 04:59:23.613000',5,'Saane S','https://lh3.googleusercontent.com/a-/AOh14GjvadCu_ZAYoSt5x8sd3pingI4xRdgOz1ZNsaS9=c0x00000000-cc-rp','2694018788013845459',39017),('AbFvOqnMgoFFkkPvekW3MO3dRiRz6KrfXCPnjoMRuZgjDwTU71AuAkc84li9ZPp1W6L-PB4J-6zRJA','Dr. Das and his staff were awesome. They are every nice and they care about their patient. I would recommend them to everyone if you need to been seen by a Doctor.','2020-08-12 10:53:04.734000','2020-08-12 10:53:04.734000',5,'Kimberly Kellam','https://lh3.googleusercontent.com/-Px-JTlY1osg/AAAAAAAAAAI/AAAAAAAAB5M/AMZuucnh5-Oy7IqD4RNo77g1UyW_L9SnXQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31774),('AbFvOqnMgQslfuE6ldoyjjeCMB0XFMwbyMPzZBWozAk0ORCiEtR2yNBHv9ys9l8B3Y5cL4aagxDdrQ','This place is absolutely wonderful. I went yesterday with tremendous pain that I have been dealing with for almost three weeks. I was miserable. The staff and doctors were impeccable. I thought I was going to be waiting an eternity because it was an ER, but I was wrong!!!! I was only in the waiting room no more than 5 minutes. The place was clean and well kept and everyone there were so welcoming and genuinely concerned about my well being. They even called me the next day to see how I was doing! šŸ˜³šŸ™ŒšŸ¾ The entire process with the diagnosis and the procedure was a little over an hour, which is unheard of in any other ER. I felt like I was being treated by family. Selina and Dr. Vaagenes were amazing! If I ever have any other emergencies I will only come here! Thank y’all so much!','2019-04-20 22:45:04.411000','2019-04-20 22:45:04.411000',5,'Chloe Jones','https://lh3.googleusercontent.com/a-/AOh14GjLXcYv24C6SvrnOVcz0RTW1Rbgsb0ECce_ZueI=c0x00000000-cc-rp','17394740196501090048',36791),('AbFvOqnmh5k-e10L7L9hknJU5tdYh0_s8cGnnL-0ynsLPOKb9Y0KWlyPVii3hT2ncbFsgvR7cwNvsA','Nurse maya was really friendly and offered me a warm blanket for my brief stay. SignatureCare definitely does a good job at making you feel comfortable','2020-02-21 00:04:33.577000','2020-02-21 00:04:33.577000',5,'kiana london','https://lh3.googleusercontent.com/a-/AOh14GgKMpRN3jwMIslWGvbVqB-tpIay5dojblMora-n=c0x00000000-cc-rp','12541597562633926366',28709),('AbFvOqnmhBdiPdLvivJxv8kJVNXByi1-ijlduq_t1qy1m5czG7EufG_fKBAqBnzFFFFb6UsTCZMSlg','I like this place they took care of my as soon as I get there. 100% recommended! Chelsey and Clay were the ones that assisted me on my visit and they were the best!','2020-11-22 00:14:07.551000','2020-11-22 00:14:07.551000',5,'Angelica Leik','https://lh3.googleusercontent.com/a-/AOh14GhVCmgy9dX4jOXqb6TX_3e3LKOujYHlRycrJezR7lo=c0x00000000-cc-rp','16891069708558046635',35568),('AbFvOqnMhdqELltezH0fRQJeBB90Nk14vBfvsog_WP2P4UPi4_df--wYNmsxVOol9cCvNfP6wGWfFg','Fast and friendly service! Vanessa at the front desk was attentive, friendly and informative. Nurse Jennifer was an Angel! She was informative and very helpful during the processing of the COVID testing. Would recommend friends and family to come here.','2020-10-24 03:55:16.790000','2020-10-24 03:55:16.790000',5,'Stephanie Centeno','https://lh3.googleusercontent.com/a-/AOh14GgyzTlhQ3M4uyP_X2abYwpdTpRsmtc3iB_sPtZD=c0x00000000-cc-rp-ba2','3511292162159714121',40112),('AbFvOqnmhDzWOtBUoVF9zQjV1eZmz7QimC63TG38_Xr6DbJOX2ReLJiqXLuUxWfJ-5ChuNiWhOUaNg','The service was amazing, the only we did not like was the fact that they did not give us the doctor\'s note to excuse the absent of my daughter , and we really needed it. They said that they would send the note later, and it was not true','2018-10-08 15:11:17.899000','2018-10-08 15:11:17.899000',4,'Angie Paiuk','https://lh5.googleusercontent.com/-InvwKFcNmHk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckA2JjKqvprMXVLZfOXXya4xhT3bg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32538),('AbFvOqnmhFEpHDD_8U0cyIzN0ve1jGNntM3MvPUdRFCmLYEGMBRrZLkbfFvjzEJXIOhA2-sTofDp','Marcy And all the other doctors And Nurses were a big help they made me feel really special and well taken care !','2017-02-17 23:53:15.051000','2017-02-17 23:53:15.051000',5,'Melanie Ashley','https://lh6.googleusercontent.com/-SveBsF7aLnI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclmSiF1FRjAU__R-KMZ9V547tpnGA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41105),('AbFvOqnmhGoFZyqgzv6j0Yaf3IlupR_cNzF3mt-0vqG3_OTC3ygYg2dT1bkYo4-KChtjS4aNDHegPg','After being sick for about a month straight I finally came here and I had had best care given to me! Huge thank you to the tech Natalie, RN Anthony, and Dr. Werzanski.','2019-05-13 19:04:23.037000','2019-05-13 19:04:23.037000',5,'Lindsey Tandy','https://lh3.googleusercontent.com/a-/AOh14GjlkTQLdCXRX7IH8CuD9Xp7prrOr-FkdapVH6TqLA=c0x00000000-cc-rp','16590124370714063921',34853),('AbFvOqnmjI7hGQOqQH5myn3Vc49nD_AjOXx9k8xdQ67Tmw_TC2GiPiCTEKYiuVVbVLrhsCEh_NV7Pg','This is a great place to come when you have an emergency. Excellent customer service they make you feel like you are at home. Great team players,\n\nEr tech - Olivia\nDr. Siddiqui\nNurse Churiah\nRegistration: Leslie\nRad Tach - Jaqueline\n\nKEEP UP THE GOOD WORK!','2019-12-17 16:16:14.847000','2019-12-17 16:16:14.847000',5,'Melba Boyd','https://lh3.googleusercontent.com/a-/AOh14Gjz3wgpS3xVCh_yuBdP-TRnE0S_BvQoFxckNl-eIQ=c0x00000000-cc-rp-ba2','3511292162159714121',40374),('AbFvOqnMJKh8RSfVgVgCt8e2-oEOfaqqYlSNn9ya7cdhA0Xfsyn38wiuJdULLCbvwcN4IIEhM5tlCA','Excellent customer service.','2018-07-19 18:44:00.358000','2018-07-19 18:44:00.358000',5,'Salman Ali','https://lh3.googleusercontent.com/a-/AOh14Gj1GKFaAN8sX-RzOkUxFSl3UUtDXLPjWbumYg0NyA=c0x00000000-cc-rp','8918455867446117794',43382),('AbFvOqnMjLIXwcj_S6hzPvlMnYCllrymTRo6jeVTQfBwmixWn9DIatro7Jr9cBcEA5lSeso6m8Za','I was feeling very ill in the morning and they were able to take care of my concerns. Alvean and Jessica were great and made me feel super comfortable, will definitely recommend this place to anyone in need of emergency care šŸ™šŸ½ Thank you guys !','2020-11-28 22:06:59.097000','2020-11-28 22:06:59.097000',5,'Amy Ibarra','https://lh3.googleusercontent.com/a-/AOh14GjbsDRL9KtCpoFxkrM5y0gu6z35JQem0iG7ycZf=c0x00000000-cc-rp','16389487648212004696',32866),('AbFvOqnmk-QSFm3yro7C39umljcJ-qBNKKie8F-Sp7Q-mbutuHqIIXepUs_hBZI24VGqE7a5iEiL','Very nice and organized','2020-07-20 13:12:39.249000','2020-07-20 13:12:39.249000',5,'Juhi Mansukhani','https://lh5.googleusercontent.com/-E3EqR-bkqTE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmTiELDd06pssAN7Ph2uvOQlZhJqA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31947),('AbFvOqnMk6G8iZ9CISWuqqfl6OiFPrvPyvi6r0QdzCLlVLYoeSMfzbCU-2zq2dNAsk7E8cupNfG1Xw','Signature care has honestly been one of the best 24 hour clinics I’ve been too! They are very attentive and considerate of their patients. The staff is very welcoming and nice. Doctors are respectful and listen to concerns. Especially during this time with all the covid, signature care is the ones place I’ve recommended and will continue to.','2020-11-03 21:48:12.977000','2020-11-03 21:48:12.977000',5,'Melissa Garcia','https://lh5.googleusercontent.com/-WkBOXdOoue4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckEpBn-DC7G8O-6p5VGBS95kQ8rEQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38444),('AbFvOqnMKFD_WS0_EAQPCnIl0d_R085GykOBR660QjtYPu56neYB8ie0CBOerX9iwyW-0Y8wezyISg','The nurse, Jacob, and the doctor, Edozie, were both very caring and made sure I had everything I needed.','2019-02-20 15:25:16.771000','2019-02-20 15:25:16.771000',5,'Caitlin Rothell','https://lh6.googleusercontent.com/-WzM_P2lN3VM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckKZx9z1d7wxOjn5ItFTcS9LjDSiQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34998),('AbFvOqnMkGL9J9ATrGuV3BH4I_ff9HU8PS6_Wg6Xjf5zeW4YLs8vIXzx6e4VgCRcRtvGlQGUrLh52A','Went when I had the flu and everything else was closed. They helped me out very quickly and their facilities are extremely new and clean. Staff was very nice and very helpful, would highly recommend.','2017-01-31 00:49:35.402000','2017-01-31 00:49:35.402000',5,'Luke Buchanan','https://lh4.googleusercontent.com/-hvrBitLeBMg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclXui-Tc12qhdoiVOncO7rn1Z3BtQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35515),('AbFvOqnmKMRsJ622syxw-_1PnpN-ByqNEDccLd-ckP886aUD8u3wvOjpCE2JWX_6KA4NsXHQoStWEg','Dalia, Brodrick, and Kelly were so kind and very helpful, wonderful and quick service','2020-08-19 17:16:58.554000','2020-08-19 17:16:58.554000',5,'Anthony Sidaros','https://lh5.googleusercontent.com/-be93v03Qt8Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnWEhJ2qRdfR0lID9hZ7zSpprQP2Q/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42929),('AbFvOqnmKU4rmJJhJRbZHi5diIVxYwFfRJEwyPFUQ4ge-UmjlL2p-Cqjm1QToK3Te7cX6DXLcZJZlw','Very friendly staff. Had me in and out in no time.','2020-07-26 15:33:07.794000','2020-07-26 15:33:07.794000',5,'Nadia Rosales','https://lh3.googleusercontent.com/-Mx8XrirEDJ8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmD9qOi1L5i4b2lCs0W9vUhoB3l8A/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42971),('AbFvOqnmKZ1pgEefkaiVXjZTZCb1xHG92Y3Cruc_75StSJtn5CHdAJPFDYMld-PxqYF0tNuXnwvs','I had an excellent experience, the staff members were very friendly and informational','2019-06-17 04:19:05.059000','2019-06-17 04:19:05.059000',5,'KK lacon','https://lh3.googleusercontent.com/a-/AOh14GgNVDwyQe-Cji6Yz3QhsjIvFlsLLEtnxc0cUPtmbg=c0x00000000-cc-rp','17898197009688164559',38140),('AbFvOqnmL0qgAkSZ81NAeXBRbS_lUJQ5ry6PHfkYKapFgg0k2Ess-sndsAi63G6DL2V3rMo0mJkVLg','I had a medical event late in the evening on Sunday the paramedics came to my home to check me out and all of my vitals are good at the time I thought I\'d had a heart attack so I choose to stay home with my family. During the night I started to not feel so good so I can here in the morning to get myself checked out. turns out ahead a small seizure and the staff in the doctors here were very professional and very thorough and very kind and very thoughtful and I felt it was very safe environment in spite of covid-19. I highly recommend this location if you\'re ever in need of some medical help with great attentive staff.. my nurse Christine was the best','2020-09-14 23:59:18.992000','2020-09-14 23:59:18.992000',5,'Robbie O\'Donnell','https://lh3.googleusercontent.com/a-/AOh14Gj3HSiQ1Swj939VgqzxhsnhRKEbPKV7M8viag9bp4A=c0x00000000-cc-rp-ba4','12541597562633926366',28548),('AbFvOqnml9i6mop4ALLB0VE81_tSXJ6u5Pye5mbK-_z-oft_Q41FQ59-s8ao9zZOw6rFRN_TIqe2','the staff is amazing! the dr who helped us was amazing, nice, and really explained everything to us in detail. he was very transparent w everything that was happening. we unfortunately had to be kept overnight for observation and the rooms were well kept, and comfy. our nurse manny was perfect!! he was very knowledgeable in the small questions we’d ask him and super friendly! would definitely recommend. 10/10.','2019-11-23 13:37:30.038000','2019-11-23 13:37:30.038000',5,'cassandra tarango','https://lh3.googleusercontent.com/a-/AOh14GiWo4r2TO_sUGL8mrKRj6Nt0nbu0YgpcvYxXBVK=c0x00000000-cc-rp','6521947413723274945',41546),('AbFvOqnMlA-Lc6uSpNg9iempildwtUvYTcFGu6NuFtFRgpdQP-uj9vnxVp06LLroBaSPQmKHObGloQ','Signature Care in College Station is awesome! They were fast, helpful, and kind. Lorena at the register was so great. Dr. Smaistra, nurse Jeri, and Megan and Torie did a great job helping me and making me feel cared about. I always come to Signature Care when I’m sick and I will keep doing so!','2020-10-25 17:27:44.422000','2020-10-25 17:27:44.422000',5,'Jennifer Gaulden','https://lh6.googleusercontent.com/-xvEPouBJ0so/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucllW6CGWHwrLp1QC99-Rb0zzgmQGQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34104),('AbFvOqnMlDveek3l80kF9qnUuSBfSVvrzpGbynQQgOfayXZLmf5ulEYTm0xXrOFyCB5q_A_kiraJFw','Dr.Kimball and everyone else there was fantastic and really too the time talk to me see what was going on with me. I felt like they truly cared about me and I hopefully never have to see them again, in a good way!','2020-03-01 11:10:29.624000','2020-03-01 11:10:29.624000',5,'Jordan Radaker','https://lh6.googleusercontent.com/-ZfQsIMdibpk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclpUje6h2krUSyBXP-8nVgZKg4ABg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35946),('AbFvOqnmlGbLiCSMuSkxHyvOyC41mKlJiJvbLFC-8ZOTXdJ4T9bM5BeN9MWU8OjIZzbTtPg-OLWfRQ','First time using them and of course, it\'s only been a week since my visit, so I still have to wait for the financial shoe to dropšŸ˜„. Either way, the visit overall was a great experience. It\'s flu season in the worst way and I was ready to get the worst news. They checked me and gave me good news overall. The doctor explained the medical attention (meds) would be for preventative measures, at that time. They gave me meds right there and monitored me, to make sure I was okay,. The attentiveness of doctor and staff was very comforting, better than any hospital ER, I\'ve been in.\nIf need be, I wouldn\'t have to think twice about going to SignatureCare Emergency Center again. Thank you very much!','2018-03-04 15:55:49.342000','2018-03-04 15:55:49.342000',5,'Jermaine Lynch','https://lh3.googleusercontent.com/a-/AOh14Ggjz0rutBmJ3mzRvcq9p-0yamZhSSnrP6QPKNNvuQ=c0x00000000-cc-rp-ba3','17394740196501090048',36975),('AbFvOqnMliV-dZ_6ZIKYCopab3M_W7x5FqPuGqLFVSLV3XpYDi6BmfqrQ68BvAuNDGImQjJfWsGN8A','This is hands down the BEST ER ever! No wait time, lovely and beautiful, caring staff! I wouldn’t go anywhere else in the world! KIERA is the sweetest and efficient, GINA is so compassionate and knowledgeable, NORMA is so bubbly and funny, and EVE is so friendly and kind! They were all great with my son as well even when he wasn’t the one being treated. Best team ever! Dr Thomas was quick and didn’t waste any time, yet was sure to ask all the questions. LOVE THIS PLACE! ā¤ļøā¤ļøā¤ļøā¤ļøā¤ļø','2019-09-06 17:32:08.280000','2019-09-06 17:32:08.280000',5,'Lizzie Torres','https://lh3.googleusercontent.com/a-/AOh14GhyTMsel3lIuLL17sx05SRuocRwPtrdhpfBunv4vQ=c0x00000000-cc-rp','3511292162159714121',40421),('AbFvOqnmLOgBAuyR4RCs9bRFXKmpyMp0QhdIBTXUlnJW6wdyj49Ug9HuZH9NOiiigZGqHczFJXqaDw',NULL,'2020-12-18 03:59:02.398000','2020-12-18 03:59:02.398000',5,'abraham hurtado','https://lh4.googleusercontent.com/-E6dQGDWl-Ug/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl5IbBIwE_OXpOvP-uCQqoTqXWVmQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32129),('AbFvOqnmlRDShX9v7fshDgP55slHzRC3E0Uc-iQkqeXNnp1NOJYdCwRJNG1IcKQD5FyHFcV3mr-_PQ','I called them early in the moring and was greeted by the front desk rep, she was very kind. From the nurse Manny and doctor.. staff and treatment was great!!! Thank you all very much!!!','2020-02-18 15:48:31.674000','2020-02-18 15:48:31.674000',5,'Tina Hayes','https://lh4.googleusercontent.com/-TYikU9lPz-g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckpmEPdOA1pG181S2IP1aDhBVWftA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41476),('AbFvOqnMM5Ns6EHSzgZzznre9Sy4aXEq-C2s5dUC4ZJLyAX2bD3hbpQ34snfaOCR6r4qjqNEzJHg_A','Great staff! The customer service was top notch. They were very attentive and it didn\'t hurt that they were good looking as well.','2016-09-21 21:25:05.617000','2016-09-21 21:25:05.617000',5,'Doug Johnson','https://lh6.googleusercontent.com/-yDo9qyS9E_Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCQ8iwgtVjVmD4Fm374RWrGz5oQg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31183),('AbFvOqnMMpYfHuh3w64_jZmxlZlvJFCB_l6quUnHAjrBL3gYrEb3DRCu70gHJLeRdEMkMPsm8VxQhw','We had great experience at the Signature care in westchase, there was no wait time and nurses and the doctor attended to our issue very quick. We we received good professional care! Thank you to Alysia, nurse Kristina Dr Braun.','2020-10-09 17:39:46.662000','2020-10-09 17:39:46.662000',5,'Polina Islas','https://lh3.googleusercontent.com/a-/AOh14GhSWv1GsjkwrkPI2caDGr6Y3D-cMeINaKk_3MRn6bw=c0x00000000-cc-rp','12541597562633926366',28506),('AbFvOqnmNApQ3zMfwbLrUgAXA6iZHvhO5mCn1GlO-I0y_ZLVKuF78xKBB4W4dApDcYCl8zSdEJw8Jw','I was greeted by Jesus who was very nice & seen by Dr. Wang only 10 minutes after I walked in they were fast and great.... Jani and Fatima were very pleasant & I would definitely return if I have another emergency','2019-06-15 14:31:04.790000','2019-06-15 14:31:04.790000',5,'Tyesha Bennett','https://lh3.googleusercontent.com/a-/AOh14GiDG7eFMjAeWUFK06AfEqg65Ax5M-uNjvbgF27LPg=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqnmNceORllzspvyctoOZZpAqh9NDEpeZAzSY_sEPJXWV49OIIFmVggsS2JdLJnCQcgyNksZ','Signature Care is a wonderful place to go I had a question about my son and with the help of Tiffany and Hather they answered all of my questions. Thanks ladies!!!!!!','2020-10-21 17:37:47.253000','2020-10-21 17:37:47.253000',5,'Cassandra Edwards','https://lh5.googleusercontent.com/-gUJIJc9s0xI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckQA-0xpIsmJVJkOULXuaH7r8yzgw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41869),('AbFvOqnMp7YqSXyB_HWJFP3QsfZGe5RqyWrFBUPJO0fh4IS0UqwvSltl4KcOMz8FFnm9nkC1YcAt','By far one the best ER experiences! Robin got me registered very quickly, Courtney made sure I was comfortable during xrays and Billy answered all the questions I had and was very informative. I recommend everyone to use them if the need ever arises.','2019-05-22 01:44:38.232000','2019-05-22 01:44:38.232000',5,'Jaime Hairrell','https://lh3.googleusercontent.com/-O2fYu47qjlk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclOxVTHEzcyi-wzeXejdHvWPEI-vg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42073),('AbFvOqnmPNo46_L-0kqqomfVGpVaxfqBFW7W8-K6An2daSrj0Yde0RS6KSG7LS9yq0w4uXGQLNsG-Q',NULL,'2018-10-26 16:22:05.601000','2018-10-26 16:22:05.601000',5,'Araceli Mendoza','https://lh3.googleusercontent.com/a-/AOh14Gj4TXJJGqms-7ek2Jh5hq1JmkPcYdTvv_5he2fp6Q=c0x00000000-cc-rp','16590124370714063921',35139),('AbFvOqnMpQ69Vgd7-QusUPddq_WxlrERpT3ppxk22vgOGRfAb4GW_uciBqIh2U1wuEqyXFt-Oi3Ebw','Thank you kim allison and Kramer for being awesome and taking care of us!','2019-12-07 05:51:54.708000','2019-12-07 05:51:54.708000',5,'Laura Archuleta','https://lh6.googleusercontent.com/-l0RzZ_MvMKQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckO7L0wGpxnOOrQWxl0zpSpFbzKNA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29546),('AbFvOqnmq2YLxRwcN2kdHCOlSUauAupZ0xooq22gNoySBAnDrFZVOTH-r097d_gfk6kAb8QMwmCNMQ','Came here and received a welcome and everything was quick and easy. The staff is super nice and helpful, truly grateful to have been helped by them.','2020-09-21 17:41:00.732000','2020-09-21 17:41:00.732000',5,'Christian Gonzalez\'s','https://lh6.googleusercontent.com/-VBcP8Dm5ZpI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclfC7m_w25-iSn6sIgndu4K-ni_PQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37547),('AbFvOqnMQ6lydwdLE2Npb22J2RYSmd8rJ0RBFWzZuXjEjzlhaiiaTlqhA9KxK0x3n5-cw-cbSYVG','awesome places. the staffs that attended to me were great. from the receptionist stephanie to the physician Dr leavitt to rollie and natalia. would definitely recommend this place to family and friends.','2019-10-23 03:51:57.038000','2019-10-23 03:51:57.038000',5,'smith osagie','https://lh3.googleusercontent.com/a-/AOh14GhsVDWhURVsBf0Dg_NOF1RR5nRFUlXZ-g4K469_8g=c0x00000000-cc-rp','8679688254631342173',42636),('AbFvOqnmq9PtwXUW2FVLs55tpFg6T3nRvXeCvLBjkr6CuCzTGr3OuPgeHLgQknfqaDuOdTqPGLzj7A','Very professional. They handled the known Covid positive case with ease and expertise. Showed a lot of patience with mom and dad with so many questions and worry!!! Glad this center is so close to us.','2020-12-10 02:24:18.731000','2020-12-10 02:24:18.731000',5,'Rajesh Shah','https://lh3.googleusercontent.com/a-/AOh14GjBMOOifN0ML5K8UWTjxDQifS3FgVNlqskT74js3g=c0x00000000-cc-rp-ba2','16389487648212004696',32859),('AbFvOqnmqBymPn9FLLMYjXWbDYYZbQY_ImggiB3WEUFfLjQxmhtm9r6dWQIQUz_bGBwN2ykOkRd4IA','Nancy in registration was very prompt whenever I had arrived, my Nurses Seniada and Cindy were both very helpful throughout my stay, Allison and Delpha were awesome techs explaining everything in a detailed manner and My attending physician Dr. Plante couldn’t have been better. From start to finish A++','2019-07-18 03:30:30.641000','2019-07-18 03:30:30.641000',5,'Grimm 6759','https://lh5.googleusercontent.com/-WG0Lb_oYyJ8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUsleGZmfpcvZkM1hYdFm2cVWXyQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41652),('AbFvOqnMqgM09Oi0RYGIGTQlJEw9GaKUv0Xwluj2w-BfzwmfEKt1cwNNyruEPg_LHmQ0H5ARwAP6eA','We had a great experience at Signature Care in the Heights!! All of the staff was great and very attentive.','2019-01-09 03:22:52.300000','2019-01-09 03:22:52.300000',5,'Sydney Meyer','https://lh5.googleusercontent.com/-Piz4kUg_bao/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckHC4lX-4li29FAm1ej6gqBjYZaLg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30647),('AbFvOqnmQnGrLVIyYb6fEX-kfZDZWFSI9k5qBM2NIDu-XH6iolIlolymQtwdewVPM9RUJhCrexqsEw','So glad to know we have this excellent clinic in our neighborhood. I received superb care here with no wait.','2018-01-15 13:25:12.764000','2018-01-15 13:25:12.764000',5,'Suzanne Regan','https://lh3.googleusercontent.com/a-/AOh14Gjj6FzjdhZQBnfk-_qBjU9HVETkS6IdDQSkucZpyA=c0x00000000-cc-rp','14904078213800803294',32618),('AbFvOqnMQwFI0hh5hMor0BwmX1LNSxL1CJFGGffqrvJZHS9wgDpWXruFMg_TSsN-GHIIqdrc_FX-qA','I had a great experience at this ER. Nurses were great especially Rebecca W. She was always joking with me and my roommate and also checked on us very often!! Very thank fil for these guys!!','2019-07-21 20:02:40.668000','2019-07-21 20:02:40.668000',5,'Annlyn Ritchie','https://lh3.googleusercontent.com/a-/AOh14GiE_dIbT6aHQnD3LH9AMm-pIMU0Ve5hu3nXPpa-pw=c0x00000000-cc-rp','16590124370714063921',34752),('AbFvOqnmQXh5gziw3lMAS7l9Lct8MfjTW7yRiBUpSCwg5VpyRJ9H2DTeAwa2YM5R3s9ZJD1bcTFsDA','Went here recently to get tested for strep. They were amazingly fast and efficient. All the staff were incredibly warm and welcoming too.. Dr Lingan got me diagnosed and treated quickly. My nurse Ashli W was fast with my medicine and discharge. Amanda welcomed me and got everything rollinh. And ER tevhd Chelsey and Andrew got all my tests done timely.','2020-03-17 03:42:20.439000','2020-03-17 03:42:20.439000',5,'Geoff Grubb','https://lh5.googleusercontent.com/-2xPFyNZpnrE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn9t5pjb2eL1h8FGwwGy49ANDCHQA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35914),('AbFvOqnMQYzpez2s_nEP_3h4POjq1h0WJTPc3efaVZuXaqNg3F_0bn3W5utlc3DLrOSnPbZnYmro','Amazing and very professional atmosphere and staff, no wait time and our care team was awesome.','2019-02-09 01:10:52.077000','2019-02-09 01:10:52.077000',5,'Rosana Castro','https://lh3.googleusercontent.com/-un3zL05BLl4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmk5JZN0E3GRHiY2PJHZFeX7qX8Cg/c0x00000000-cc-rp-ba3/photo.jpg','13486358490203335051',29906),('AbFvOqnmRahZxwtr57SXYYg40cQDAOsNO3YmnXw3r2_qhVPB3RC83gCXicjk1mlQmi1g0gCVKuZb','This is my second time coming to this emergency care facility and they never fail to give exceptional service. The front desk was very nice during check-in. Not to mention my ER tech Jaime was great and Dr. Das was amazing as well!','2020-10-10 16:57:11.781000','2020-10-10 16:57:11.781000',5,'Nadia Castillo','https://lh4.googleusercontent.com/-OrMBW_n53eY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn5jKDqHQfI78LE1jgfwzHmwarg_w/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31523),('AbFvOqnMRK7dpw8NqMCD6zvXLOyMUfxO78yj56KenKUbwoX2KRPSIcRd05kb4PiA6m0dLFVFJsy8','Nice place. We drove across town to get there. Will do it again without hesitation. Fair prices.','2017-11-01 23:12:41.066000','2017-11-01 23:12:41.066000',5,'kenneth Forano','https://lh3.googleusercontent.com/-6V3bUbMi_Ng/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-_A2pcBKDltr5KF1HqYZANoIE3g/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30955),('AbFvOqnmsBs_mDzQgrNUAaqnHRE5tLbrsSzIcOoTJIvXgrlBDNZfhuH6BaOlKTA4IoPosUDcUZE9KA','Dr. Elsbecker, city ambulance and Lauren were extremely helpful when it came to giving me info on how to get COVID testing, super thankful for their services!','2020-06-09 21:34:35.827000','2020-06-09 21:34:35.827000',5,'Noriel Brown','https://lh3.googleusercontent.com/a-/AOh14GhBPxD-_OMMp_nM2P1SuE3bgNJ-ZKMkpQdGXkFMjw=c0x00000000-cc-rp','16891069708558046635',35897),('AbFvOqnMSSUFzOCUI2umA01_uELFXZEYLECVTN6k_aYAkW74LO2dUfZSsQ6nKCAxU077BS8YSRhy','Kristina was the best! Would definitely recommend. No wait and ALL staff were friendly and informative','2020-01-02 15:25:22.201000','2020-01-02 15:25:22.201000',5,'Derrick Abrams','https://lh6.googleusercontent.com/-ap35gf71Fl8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckys25kzy8vquVeVxeE0c0eLuNJOQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28866),('AbFvOqnmsXzLCZOfp8JWhHvF2oC_HlMt6D_07Tah8rK1XCtVpIQh0FuHZzUDfATy5prSDMoMWXKyfg','I walk in explain my problem and they got right on it,There was no wait at all the staff was very nice very concerning and very helpful I recommend everyone to attend here for fast care.','2019-06-12 01:12:29.804000','2019-06-12 01:12:29.804000',5,'Keisha Abraham','https://lh4.googleusercontent.com/-usZfqspWWJY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclL3UL3WGbYZR8qB3Nxfy65DU4CJQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30533),('AbFvOqnmsYl8XMGq2gGluSh3KNZKlVfOVBO6DN-lhEphZdzCpYe3b4LRUr_Nf0uFJl6uaioEU35YIQ','The service was amazing, they made me feel very comfortable especially during this time.','2020-07-29 03:04:48.844000','2020-07-29 03:04:48.844000',5,'sebastian tablas','https://lh5.googleusercontent.com/-ecIxNVQFXOc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnGuKKj0H18oJ8IK-TugCr6PA3Sfg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38719),('AbFvOqnMt0F88yo9QD4gX5qQwGHjAh3ynmDno1BsDcAJZ-_sbmTlehMQmUX3-PA9N6iObhcc8zOO','Super great staff! Danrie and christina did my covid test and it was really quick and gentle! Wait times aren’t long either. Highly recommend coming here!','2020-09-25 18:46:39.201000','2020-09-25 18:46:39.201000',5,'Lauren Sherwood','https://lh3.googleusercontent.com/a-/AOh14GiIsm9Cn1BvuSY8uJmnbuhXj9GM5jUjI17dKkN9Dg=c0x00000000-cc-rp','16891069708558046635',35760),('AbFvOqnmT1Bbkg9EzafQrG71ihV28_erCCWsFV-7yVVg_W3x_OtrERU1unN5JDoj8bUjTllca2t3',NULL,'2020-11-12 15:17:40.024000','2020-11-12 15:17:40.024000',5,'Nancy De Anda','https://lh4.googleusercontent.com/-69o4dBibo48/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJ7Cqrn17cjGfDVmoZ5qIAk70zRg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32935),('AbFvOqnMt43V_kUp6F2N_oa6ldL_wKfJVlYXa9UP-t3eRX46v6rrMP-BBW3w7Ng0tUtPzdF-OXN5yg','My visit to signature care tonite was very comforting and I really got answers I needed and on my way to feel better. The lady at the front desk Jessica S was super friendly and answered all my questions.','2019-08-03 01:17:21.555000','2019-08-03 01:17:21.555000',5,'B Tharp','https://lh5.googleusercontent.com/-RrluGojaDRc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucntNxhQoft7kwyDwLny6ITR54o0iQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41634),('AbFvOqnmtdUc_8G3UV6WG7CDyNKUmhsg409CBQX3ecX3xrX-uUCDNCucuYS05FWLi-3lDDmf8qmGfg','Great care and attention , everyone is so friendly and helpful. Mercy and Sussy helped us and took great care of my husband during his visit!','2017-02-23 15:22:32.359000','2017-02-23 15:22:32.359000',5,'Yasmin Patino','https://lh5.googleusercontent.com/-z_o9bFyvZGU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckyQINTgDZGkCkJigqL7kxk7-fE0w/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32728),('AbFvOqnMteM6-sa0360mk7gDdP2tQAx5DRBJD7YibOY8I_O4QCjkPEMFhvvPv1Pio3x0c4x3PwhKWg','As soon as I walked in I felt comfortable and welcome. I didn’t feel like an inconvenience and was seen promptly. They made me comfortable and treated me quickly. Results took a minute but the room was clean and comfortable and made the wait definitely bearable. All in all, an excellent emergency room experience.','2019-07-16 05:05:30.783000','2019-07-16 05:05:30.783000',5,'Allyson Ruble','https://lh3.googleusercontent.com/-JGGrC1oCgcg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmW_R5gD-O3SHcD3u_FkAk2KuNwxg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39303),('AbFvOqnmTeRrtNt3S67lF6m3Ts3sQbcagB4ZU6olMDWCyuWM084kR4SYK33ATycVVKeVU87WsT8vsA','Absolutely most professional emergency care experience I have ever had. The facility is extravagant and breath taking. All of the doctors and nurses that helped me are very nice and professional. I am in Killeen for work but if I ever need to go somewhere to get checked I will definitely come back here.','2019-09-14 16:02:50.942000','2019-09-14 16:02:50.942000',5,'Dennis Buchanan','https://lh3.googleusercontent.com/a-/AOh14Gira4nCmgsXJb_atWWPOgHD4Jv7KJcpuNQx7d2C=c0x00000000-cc-rp','2694018788013845459',39261),('AbFvOqnMTf1eoReBwHi4FLLEThJjzOgCIjEVuMFh-lQkQOcV6vN9xqN7CxX9AuKbWAH2NhrUtjGjKQ','Dr. Pattison was very patient and kind. she went above and beyond to help me with my troubles. Gracie and Joseph are the best nurses ever!!! joseph is funny and made me comfortable. William is probably the sweetest person ever besides Sindy! i just love the support and compassion that each and every staff member has here for the community..','2017-09-23 13:57:35.966000','2017-09-23 13:57:35.966000',5,'veaniqka griffin','https://lh6.googleusercontent.com/-7n1RkqfHbOc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck0rJhH_49ny8phEneAqLlAZC0wbg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30969),('AbFvOqnMTH-mJXiC-pKLraN0SHnuP8vPvBzhFJNuufB35ZUprIbntGquJVV9dcPYQUqACm-CKpsQdw','ER Tech Leah was very compassionate and attentive to my concerns & symptoms. Highly recommend this Signature/Care emergency center.','2020-08-01 16:02:40.990000','2020-08-01 16:02:40.990000',5,'Leslie Hinton','https://lh6.googleusercontent.com/-2MBeUhRdyMg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclFJYQbLip2dplLBCYQm5rpcxkgaQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29348),('AbFvOqnMTkIX3dLQIFt8Q0jolGckaB5sW1z9e5ebTWD7NzUzLmxQyc_j4W3FYwcnXUVPR2s9v_q2tw','I was skeptical about coming here after reading all the reviews BUT I’m glad I did. I found these guys over the internet and called to find out more info. The lady over the phone was extremely nice I mean this is THE BEST customer service I have received over the phone! HOWEVER, these reviews almost scared me away. Yes, the $10 charge to register is a bit much BUT they do this to make sure people don’t cancel. Otherwise those who really need the test won’t get it. I arrived and only my son (5) and I had appointments but I brought my other son (14) with me and husband just to see if there was any possible way they could be tested as well. There was no wait at all, were so nice AND were able to accommodate my family of 4 right then and there. I was so grateful as I’ve been sick and my nephew (who lives with us) tested positive this morning. I don’t know what my results are yet but I can tell you that I will be coming back to this facility for any ER related issues (let’s hope I don’t have many).\n\nThank you for all your help and support!! You made a very difficult time so easy and hassle free.','2020-07-18 03:10:05.832000','2020-07-18 03:10:05.832000',5,'Dollie Adams','https://lh4.googleusercontent.com/-NxaM7QnXvk0/AAAAAAAAAAI/AAAAAAAAAsI/AMZuuclHayXjdM__zS-b-AGh056KAonL_w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33200),('AbFvOqnmtmMgkBhR4vfZOSM11Ldc5laT-scV7PVLlhqYmeLZKCqWhmLkVV4YZcttz9ryIkouhx-a','Quick and very friendly service! We’ve brought our toddler here several times and have had nothing but great experiences. Very kid friendly. Adrianna, Theresa, Magali and Dr. Elsbecker were amazing this last visit! Thank you guys for having such a great facility!!!','2020-02-28 18:13:38.215000','2020-02-28 18:13:38.215000',5,'Maternity Chic','https://lh6.googleusercontent.com/-i4tB4rG0Z7A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmzKqVQehtC5K99hGWBbPoS4fjEMg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41435),('AbFvOqnmtVzN8oV4Atn9sqqY_5zQHns9f07_066GHVlnUDOLq9aIM9z5m2NORjtcUV0HlFZ29QdE','I have been here a few times now and the staff is always amazing they treat so well it makes you want to come back to them only. I would recommend this location 100% of the time.','2020-11-24 22:03:05.107000','2020-11-24 22:03:05.107000',5,'Fahad Chudhry','https://lh3.googleusercontent.com/a-/AOh14GiikYpnphjafRbyEuIirhtW-LF-rbD507O2Hf6PGQ=c0x00000000-cc-rp','14904078213800803294',32144),('AbFvOqnmTwfG7_A5rSXcxaMDn7OMYLGl6XsfSMtcXVJD0HdF31lx1B7ELw-niEhBB7BgNEuoo9WggQ','Everything about my experience at Signature Care was wonderful. I walked in extrusicating pain and immediately I felt at ease and all my needs were taken care of. Being in the situation I was in, I was incredibly nervous and stressed!! They walked me through every step of the way. I was never surprised and instantly felt comfortable that the staff was handling my very need. From the front desk to the doctor we\'re all professional, friendly and incredibly knowledgeable. My nurses were exceptional!! They made me smile and laugh when that was the furtherest thing from my mind. I highly recommend them to anyone.','2017-06-05 17:32:24.932000','2017-06-05 17:32:24.932000',5,'Amber Skilton','https://lh3.googleusercontent.com/a-/AOh14GhWdPv7VG6iGXQrrr0CWu_wreqYVVasH5L0oSJuFg=c0x00000000-cc-rp-ba2','14904078213800803294',32676),('AbFvOqnmUjffC9GvkV9HuWnwkKfbMxuX8OghAatJSUgk1Tk3C-zZJiNsjn9AaOHO1owDoObk5h2sGg',NULL,'2019-11-18 21:36:37.746000','2019-11-18 21:36:37.746000',5,'Trish Medina','https://lh6.googleusercontent.com/-K_QsfbQqdTc/AAAAAAAAAAI/AAAAAAAAAKw/AMZuucnq6OzTSpNvLDvK76l8XQVhEESi4w/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36680),('AbFvOqnmvfIsH30bWMH8Syw33QcraGk9seJoDWlWqMJXbyqZSYj9ND6iET5HKLybjW_cHkT3ZK9-SQ','\"Wonderful facility, friendly staff, quick service!\"','2019-12-24 07:36:30.466000','2019-12-24 07:36:30.466000',5,'Vanessa Garcia','https://lh5.googleusercontent.com/-J66n7ME3PTY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnU_OOipub7tfhdq6uR9r5bP6nMSQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41509),('AbFvOqnMVqrZgT6wy3mgN1t3IyWUJsYV2BpVkxVaK5DTPo9_mVGml0_mDPtamQAQ3nunXSgAjduSvQ','Good job','2019-02-28 18:58:24.452000','2019-02-28 18:58:24.452000',5,'Shirley Davis','https://lh5.googleusercontent.com/-hUJNgbbCojc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnuwOkxkmLqh9iLyzK5TiT_eLNRCw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnmvqzQo72Ol-mCqjn_gbXRhSIIY_8kh7jD0fzBW4ccEC-aChU3UD68QCPxLc_waLxwMOr2Qw','Excellent staff DR.Golla is excellent and the nurses and front staff, Keera was helpful as well. They took care of me 100%. I came in hurting and I feel so much better. Amen Anen','2019-07-20 14:50:07.535000','2019-07-20 14:50:07.535000',5,'Hillsglobal Enterprise','https://lh3.googleusercontent.com/a-/AOh14GiynmWR_W9WVVGtzSdHERNeWqULZdrFsrK0Jn7d=c0x00000000-cc-rp','8679688254631342173',42676),('AbFvOqnMvXaEhUgGN0VBziKoeE0fisgL-pgTzDpDHPqZvSKnmPru5oDGMksiUc1HPLcf_ZzoVJzklw','Amazing team. Made my son feel so good and comfortable. Thank you Dr. Patel and the team','2020-01-25 18:43:53.493000','2020-01-25 18:43:53.493000',5,'Judith Powell','https://lh3.googleusercontent.com/a-/AOh14GgWESiySkyRiuTrociUSBpskBDvc7pOqGcnCU5R1fE=c0x00000000-cc-rp','12541597562633926366',28784),('AbFvOqnmw_x2Pf3bGUtG1HytKUO8lY3_1qZWaJQ7TpG6fLo2ztPk0P1j0toEHYCKf5tUxjFmVnnSAQ','Great, fast treatment!!! I would like to thank Dr. Huerta, Allison, Kramer, Savy, Jose and Shania for the care we received. Very professional staff! I highly recommend Signature Care ER.','2019-08-15 03:42:49.765000','2019-08-15 03:42:49.765000',5,'Alicia Wright','https://lh6.googleusercontent.com/-qVfJkjtDT9Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmiQs32w3lADQXF3Thek_0yFjLVAQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29699),('AbFvOqnMWFVnT7cJT5Ism70auNYNV30G9Pg5fcAwWTcCDKBUNXk3p6ZKS2WXseJ0MXnWLUL77MPWUw','Olivia Paredes is the most amazing individual I have ever had the pleasure of dealing with. The service I received was next to none. She also gives great advise. Following her instructions and feel healthier than ever!','2019-01-29 17:46:19.041000','2019-01-29 17:46:19.041000',5,'ryanchavez1212','https://lh3.googleusercontent.com/a-/AOh14GhYnYveAqEYpOlGLR2ZwMeBHUkhiiK0uztkd3WL7g=c0x00000000-cc-rp','3511292162159714121',40681),('AbFvOqnMWW_d3DhjB8JCxnGpKEyQbU8ul2lmgXwx7ennLUbeloDO5NVqeBSKCgwQMHKrSbnC5GSWoA','We brought our grandson in for stitches in his arm. Shania was very quick to get him in and make us comfortable. The staff was friendly and fast. Thanks to Shania, Brittany, Alexis, Allison, Andrew, and DR. Vaagenes.','2019-11-23 04:36:27.849000','2019-11-23 04:36:27.849000',5,'Richard Standifer','https://lh4.googleusercontent.com/-RteDV4GAcP0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnyu_ZKVJiVmHuT0qCqVSCfMyivog/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29571),('AbFvOqnmX3185l5Z-q1Rn9P0n3V0S0BYKT3o8-qiz3pfy5oMzXIolBK0NsOQfsxz5nUBdTOT28Se4w','I had a good experience the place was clean and the staff was friendly, the RN was Ericka H, the Tech was Christine M., the RADtech was Valeria, and my Doctor was Pham.M, The wait wasn’t bad either.','2020-09-24 04:34:10.873000','2020-09-24 04:34:10.873000',5,'Blake Bryant','https://lh3.googleusercontent.com/-nZrq6F0gAss/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckU-yN01hTw-twnQZ1Xm0w2sD7VBA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37536),('AbFvOqnMXdXATmbFU6ykmwLIJjs_CEiUH8EcRgJeiLJh5-0OKZ0acEtZ7hLfw6GIpQIkA5_2G0qg','Great service, very quick process, got in and out the door within an hour which is very fast compared to most emergency rooms. The staff was very kind and took care of my injury very thoroughly.','2018-08-27 17:54:03.070000','2018-08-27 17:54:03.070000',5,'Jake Fitch','https://lh3.googleusercontent.com/a-/AOh14GgnbCF-9DGLGIJ3D-4oSF5kZtb_e-oxjVI5aBgU=c0x00000000-cc-rp','16891069708558046635',36362),('AbFvOqnmxZ02pMaoJfHXf1zH7wz6Sdye_wTP0IQDO-7U9ShJJSqha0KAk1p3kszARgTcAjfN7_zwrA','Everyone here from the registration to the Dr and in between were amazing! The wait was great, everything was done in a timely manner. We laughed, talked ad ate while waiting on my results! I absolutely love it here and so does my family! Thank you for all that you do and keep up the good work! I would definitely recommend Signature Care-Mission Bend to anyone and I will be back whenever I need to be! šŸ˜€','2018-10-20 01:08:06.735000','2018-10-20 01:08:06.735000',5,'Cale King','https://lh3.googleusercontent.com/a-/AOh14GgaFQrA9PW7GHLQDAaOm4Up4L4UcFR5Dz94mss8vQ=c0x00000000-cc-rp','17394740196501090048',36872),('AbFvOqnmY0-eo7cXTawoTWr7HvdC9v-6IpGBLPVo-8QJCrTVeVabTwdqSRYMRovj3dalSUnXNQk7fw',NULL,'2020-07-12 04:01:25.609000','2020-07-12 04:01:25.609000',5,'jesus rafael aliendres perdomo','https://lh3.googleusercontent.com/a-/AOh14GiEZPI6KlM2r9apj05UbbzlkwjmqR6RYlAjuVbA_Q=c0x00000000-cc-rp','3511292162159714121',40242),('AbFvOqnMYBj05uyooNK8lsE-yQMr4pu1wtnOI2c37xRyXyCmqlP5KfnRQ1XCEb5t6g3OSci_2QAH','I cannot begin to express my satisfaction with the staff and services at Signature Care. From the front desk, to the nurses, and the doctor. Each and every one of them was courteous, professional, and made my visit as comfortable as they possibly could. My wait time in both the waiting room and the exam room was short . Dr. G & the cardiologist on call put me at ease and explained everything.\n\nThanks!!','2020-01-17 11:06:31.093000','2020-01-17 11:06:31.093000',5,'Martha Johnson','https://lh3.googleusercontent.com/a-/AOh14GiiVfT5q5WOGyLocQHB_BCqq4YUL0WNs9P7i-GC=c0x00000000-cc-rp','14567670160750071148',30334),('AbFvOqnMyHkfyiC7g4K59KIwfwKM0175iRc8PoxbRmJ1w8zCx3UgZxfj5jD440B8YNzsvnaTpKIM',NULL,'2017-02-17 19:09:19.372000','2017-02-17 19:09:19.372000',5,'LACEY PERRIN','https://lh3.googleusercontent.com/a-/AOh14Gg2c80FMZeSO963-SmIBNmxKlWVDRyxuo_NpJz8lXA=c0x00000000-cc-rp','17394740196501090048',37212),('AbFvOqnMynb8RWPPS4y56Mf-6ItovVNPAKjnt3oI6LHdB_AeA99qQ0OCy4_BHDzcKy0dIhObhKPgtw','It was good and everyone was very friendly','2017-03-17 17:32:27.738000','2017-03-17 17:32:27.738000',5,'Izzy Franco','https://lh3.googleusercontent.com/a-/AOh14GizB7JfbsVF9Xvn5X73ALOidAeV5durevc_Qurbag=c0x00000000-cc-rp','16590124370714063921',35474),('AbFvOqnmytAgNrc2cnuJxxBGgOCMz8WbwzKUwH1eVFYVykCFDyoIpJVGwy1lErvZxuDPkh3KI6gAyw','The team who worked with me were all excellent, kind, and personable. Thank you Dr. Vaasenes, Nurse Jacob, Tech Morgan, and Registration Liz','2019-04-17 15:34:23.650000','2019-04-17 15:34:23.650000',5,'Jace Pfuhl','https://lh3.googleusercontent.com/a-/AOh14Gj4Q8fjIamNDmPJyiVYxhiDNiAV-8yUDD4POTsu=c0x00000000-cc-rp','16590124370714063921',34892),('AbFvOqnMz_odermmTxsiyciTBAZd0km-JOj84QJAF7NfcKA6kPvfomX1lGnPKeGuV4BoibD6v3AX','I visited this emergency center about 3 weeks ago and my experience was, under the circumstances, a very pleasant one. I\'m happy to know that if necessary in the future, my family and I can trust quality care from this center.','2019-04-03 18:01:12.113000','2019-04-03 18:01:12.113000',5,'Julie Keel','https://lh3.googleusercontent.com/-iPbBdUR38Oc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6w987cCkf6iwE25tPYT4R-fsPuw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43277),('AbFvOqnmz3o7OBzBDpe0TsQ8Ske1F1mv9DosZNpUBsq6iNHq7MGjhegWxceOnEWohejA3m2RrBQr','Took son there for severe allergic reaction on Friday afternoon. Staff and Doctor were very friendly, with terrific bedside manners which was greatly appreciated with a 2.5 yr old. Highly recommended.','2020-06-22 23:26:07.128000','2020-06-22 23:26:07.128000',5,'Kristal Larson','https://lh6.googleusercontent.com/-o6Sa0WE7EW8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmoq6cXJi-Xis9aM_4Oxy0XHetOEQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38812),('AbFvOqnMZBkzBmWEbiosYQbWenLsSJB6x_OazLK-bX7ruPcg3sqGOKtsk9U9uQubVc3ip15vrBjKGQ','Had a great experience at Heights Signature Care. Quickly taken back to room (before completing paperwork), and almost immediately met with nurse then doctor. On-site diagnostics helped pinpoint medical issue leading to clearly described treatment. All staff (office & medical) were professional, knowledgeable and friendly. I’ve been to this facility several times with family members, and the level of care and treatment is consistent with this visit. The warm blankets are also a nice touch.','2018-07-21 14:18:22.689000','2018-07-21 14:18:22.689000',5,'Andie Rey','https://lh4.googleusercontent.com/-pa7_0lNizHE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmr96wKXMcVsZLQgEhKAD3iYoZhuQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30807),('AbFvOqnmZPk7Rv1MWlLHH1-r2TV4ntD6WBoPTyG2oPD0Klm-Sgk7E-JBDDyCFfXQIzu6PiG8UmV7-g','I came in to Cypress Creek SignatureCare and I was greeted by Natalie and she was very pleasant. In the back I was greeted by Richard and Alvesn who gave me a warm blanket and took care of me in a very speedy manner.. Dr Haraji was very knowledgeable and helpful as well.. I will be returning if ever needed. My visit here is always very pleasant','2019-08-24 16:24:46.438000','2019-08-24 16:24:46.438000',5,'KenterahWaynese','https://lh3.googleusercontent.com/a-/AOh14GgdcvgCsZf93XFxBl7hxKCp7iCwq1-kfGE6JBPgRg=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqnN_PCYOmOU4ZyUSXFuynJkoNxSaRUZYS0ap2nf0Td2GmTm_anddZvqWGbBydHBN5I4lScC1w','The people were very kind, attentive, and answered any questions that I had for them. However, after I was clear of a diagnosis I didn\'t receive any written instruction or advice on what to do/what medicine to buy for everything that I was feeling... felt a little confused.','2018-02-03 18:27:24.528000','2018-02-03 18:27:24.528000',4,'Katherine McCrary','https://lh5.googleusercontent.com/-AaR_SyC5QWQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmCdc8lHwRfASXZlH0i0JEoDLESFw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35316),('AbFvOqnn-_cfDr4VcO9B_7glsp-azNbhSa_HBKm1Spghtyvia_JnhH2v3kXB9hV5WqVrloahz7W_aw','The staff was very friendly and professional from the moment I checked in all the way until I was discharged !','2019-04-01 18:43:00.328000','2019-04-01 18:43:00.328000',5,'Ariane Sumlin','https://lh3.googleusercontent.com/a-/AOh14Ggueh10eBQiU4EGOv8kEYWrRpnYpPrN_MAUpU07eA=c0x00000000-cc-rp','17898197009688164559',38228),('AbFvOqnn-jdGReVB7N68skqcJeDLCGdle2nm3oRqRgWwhB_xASVaU9gm5l_JmI-3oIbpiwAMg0e_Gg','We brought a child to get seen over a incident we had experience while we were on vacation and upon arrival we were greeted with several staff members who kind and generous. We were taken in to see Dr. Diaz which seemed minutes rather then hours. Dr. Diaz examined the wound explained several options to explore. We were then dismissed.\nThe whole experience took an estimated time frame of 10 minutes. I am amazed how quickly we were brought in to get examined and walked out of the building. Great job team. Thanks again on the efficiency and professionalism that was offered.\nIf we ever have another incident that needs to be reviewed we will be come back to this facility.','2020-08-18 12:25:59.774000','2020-08-18 12:25:59.774000',5,'Orlando Chaidez','https://lh3.googleusercontent.com/a-/AOh14GgUYtXuiCMi46xxCU7AcS0pLgY-5HoE4evhc0bR0g=c0x00000000-cc-rp','13486358490203335051',29320),('AbFvOqnn0Cjfd8e2WGb7n0BJnmdysDcuAqFM5qmgab4plDMqdZ0rZu4kvZbrj8Cr4l0P3wTds1-Xhg','Great experience and alvean was very helpful thank you','2020-12-16 22:33:23.019000','2020-12-16 22:33:23.019000',5,'Maria Saucedo','https://lh5.googleusercontent.com/-GggQt1GMbmc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmnAy_67OpN_bG5IJpkj3O8te1duw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32842),('AbFvOqnN1wRJoVllbBe1qcBkQhsFwa5DhqF25WpraEINv1AJcKEL_Oh6SyJHJoTmjHaPrv_lehS9','I loved this facility, everyone that work here are super informative and helpful. Everyone was very cheerful and made sure I was comfortable.\n\nThank you, Dr. Hasan, Tanishia, Ericka, and Sydney.','2020-10-21 01:08:22.080000','2020-10-21 01:08:22.080000',5,'Dhriti Patel','https://lh3.googleusercontent.com/a-/AOh14GgYlGtHLg5wK6iJzsvzJufS8tovC3_foWNT0v4hdg=c0x00000000-cc-rp','17898197009688164559',37493),('AbFvOqnN2_3eqIt8AR_eu5zMY5rrTey4MRq3hjhgW2jFskOMZ2_OhAk39NRC3_7Ap8X3EHoaAEl68w','Jose the RN was AMAZING! He made me feel like family.\nI first walked in and met a sweet receptionist Royanna!\nThen I was seen RIGHT away by an amazing staff! Dr.Patel and his staff were on it so quickly! They listened so attentively and ran all the necessary test! HIGHLY RECOMMEND','2020-11-14 20:50:51.706000','2020-11-14 20:50:51.706000',5,'Jobi Bernal','https://lh3.googleusercontent.com/a-/AOh14Giz6XtA4f_0ujVGnEUHMqlPrkcNyDYYwnckY96r=c0x00000000-cc-rp-ba2','13486358490203335051',29265),('AbFvOqnN29eDlKjL1uoi8_DADfRiDDxR4Vb-awcDgMoGnQbPAbfrPv0NsDs_37Cosb5dPq6QBvm-',NULL,'2020-10-24 03:50:56.074000','2020-10-24 03:50:56.074000',5,'Kevin W','https://lh6.googleusercontent.com/-5Rt8RrLOLUo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnRbvbNyWmaTKJKBS1ZuMRlnmqPLw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33095),('AbFvOqnN2jfvessLPOKamlFNrgi9VEfKIA4SXsKdIq1VjUZWXAK5FDjRr_guhjO4FasQ8xcblFYA','Came to get my son checked out. Friendly, quick service. Nurse and doctor were great with my little one. Felt very well taken care off. Would recommend!','2019-09-12 20:39:28.233000','2019-09-12 20:39:28.233000',5,'Isabel Tobin','https://lh6.googleusercontent.com/-Lm0Ma717EM8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm0piXuPplJ3vlrBT94KKIIGEAR8Q/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39263),('AbFvOqnn2sosgixADWWyEVuPJ7ZNhQQoVKA-2Mv4HlHK6cM5nEBtzwrwHQfEDukOSOlB2UT2kzb5GQ','Norma, Stephanie, and Dee and Doctor Grinblatas gave great service, very personable, was quick and well explained.','2018-09-24 15:50:44.965000','2018-09-24 15:50:44.965000',5,'Sophia Lugo','https://lh4.googleusercontent.com/-Gjaxahlt-rk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnAwfCtY2RgzlgpoFdRT92vUSYthQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40820),('AbFvOqnN394oSPTOZrqCi33e8snqAkajs-UKC446arqnoikxSWNlbMeFAJXlxC2mCULK7kX4VtGG','Excellence services not only this place but all over their network. They not only care patient but also patient\'s family members too.','2018-01-19 13:44:06.198000','2018-01-19 13:44:06.198000',5,'Khanh Tran','https://lh3.googleusercontent.com/a-/AOh14GjmWa9NEEH3SZoeBjfVq6n3ClHNHD-M4b8aNoMT=c0x00000000-cc-rp','17394740196501090048',36998),('AbFvOqnn3cl-E9-Vl3PugEUMq3z7MBj4GC6f_ZnY-S7lkh0HtAAUvwy4liv0NbHiZFE928zngeaYtw','What a great experience. Had to have Covid test and it couldn’t have been easier. Went to the site many times checking for appointments and I got one rather quickly. Walked in @8:50 pm for a 9:00 appointment. Walked out with my negative results by 9:30. Front desk staff was great. Would love to give her praise but I didn’t catch her name. Went Sunday 7/5 9:00 pm. Keep up the good work.','2020-07-07 03:07:32.641000','2020-07-07 03:07:32.641000',5,'G. L.','https://lh3.googleusercontent.com/a-/AOh14Gh1nNtwxb-9LsTYFEVGOir0I9f-OT62pPuftNS3=c0x00000000-cc-rp','3511292162159714121',40251),('AbFvOqnn3PnIHxEHVYhDMk8MBPNjK2D6cZF2H1xi1zotONoKu891xwSnmVC6HSab57RIxHDLjyDS','Very fast Tory has a beautiful smile and very cool','2017-03-10 01:53:23.023000','2017-03-10 01:53:23.023000',5,'TERAN CLARK','https://lh3.googleusercontent.com/-ds8RkYKa8no/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-LIdWP7C2Y0kRDmGE7xBbrd7eow/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41093),('AbFvOqnn4EAxoHt2kIQ9-xgJTk8CbKS0l4rqv3KecIkzdQJ-Q5BABGnNjNFEdcJZGQ0AlQSwccmk0A',NULL,'2020-09-24 18:56:37.995000','2020-09-24 18:56:37.995000',5,'Cyn Truly','https://lh3.googleusercontent.com/a-/AOh14GgMCHIdaF6jktDmlpUpxDxAb7t37EnEXk9vSdgi=c0x00000000-cc-rp','14748677429039074158',31616),('AbFvOqnn4lsKSwD9vk2cMmNzVwtP8ewqV7wHHcTmUkGQhQtnH1bqQgEgLBn_j8nYg_1tV90vmjVn','Very attentive','2019-04-23 15:31:59.231000','2019-04-23 15:31:59.231000',5,'Natalie Cossio','https://lh4.googleusercontent.com/-HlMJL-dFzTo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmV9kOWjyiRAEkB9waiXaUWwv4SPA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34878),('AbFvOqnN56qOAUFE-kQGPc4F_dUZUOZmqY0Dy01C2mxNYUB78vtm4Z7JZbQn3RRl2ROj6ci1JK1_','Staff was friendly and great service\nDr. Ybarra\nRad tech: Natalia\nNurse: Rollie\nAnd Nurse: Stephanie:)','2020-02-11 05:15:11.554000','2020-02-11 05:15:11.554000',5,'Rob Swiss','https://lh3.googleusercontent.com/-VGNM33bsD6U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDzZy04kTlNXZwJZmuU1d20vBn6A/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42445),('AbFvOqnn5S-DV742QfVW9TCsZgBqquiwoOl8Y2bmg9FfOogpVSxUB3FizYrkxiz8E9Z5kCLcz41l','Edward, Chris, Clay and Gabriel were super friendly, very attentive and made my ER experience as pleasant as possible!','2019-07-27 05:12:18.514000','2019-07-27 05:12:18.514000',5,'Dusty Monroe','https://lh3.googleusercontent.com/a-/AOh14GijO2JozJWkrM1wBbc-ufjiF0ZD8gyKRWl9wJmPst8=c0x00000000-cc-rp','16891069708558046635',36160),('AbFvOqnN6JGgmysxbvdeshx2BMJKVhjMxLS8Zg8UBj4ie9HnOuuv0Vf7yvxhD1Uzkpjat-cjqCeq9w','Highly recommend! Staff was a pleasure to deal with and made the whole experience easy and as pleasant as a trip to the ER can be! Clean building, quick service, and excellent overall.','2017-11-02 15:10:22.995000','2017-11-02 15:10:22.995000',5,'Bianca Vance','https://lh3.googleusercontent.com/a-/AOh14GivfPHtKNpd3jg6U_RqF8K3IBwjSZaoHKsypQy8=c0x00000000-cc-rp','14567670160750071148',30954),('AbFvOqnn6wS23O2T6HZg4K_JnOzGJOnL5oFULMoOyq8Pgh8qVa8I6_NZPgq09myW2iDUZZ1ZJPj7wQ','i came to get my covid test it was quick i would recommend to my friends and family Lorena Gracie\nBrancroft Theresa B.','2020-07-26 16:55:19.255000','2020-07-26 16:55:19.255000',5,'vicky catano','https://lh4.googleusercontent.com/-Yhd5TEca9qY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmnxBt9-Xb0WR07z2H2RX-qc3W7-A/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41334),('AbFvOqnn70o2ZxayEA2y-vCWGyTzmjFRTkPg1XZUcWjzaly24jrao1GOj1eB21iLO9eUXNCWzpEqiQ','My experience was excellent, Jesse Chiang my doctor was great and very attentive listened to my needs and what was the problem . Everyone from front desk was very fast .','2020-09-17 16:39:34.128000','2020-09-17 16:39:34.128000',5,'Nicole Dockery','https://lh5.googleusercontent.com/-UuHi16E0SJI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmUxr5gCP00JQ_hokKYayv_Rrkj7A/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36536),('AbFvOqnn7fY6AQjNKS2darOzUNwj7LAU5VgpSA787sJJ4uo4Le48fe5zb6O5aLSEiF3roWJeGHHvYw','Rebecca, Dr.Kimball, cat and Remington, Patrick and Morgan were extremely helpful and Nice throughout our late night visit.','2020-01-19 03:41:24.701000','2020-01-19 03:41:24.701000',5,'Alexiya R.','https://lh3.googleusercontent.com/-XfnsIzlAGOM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclmHGktC17Z93-6ZGzWyBI_021XKQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34430),('AbFvOqnN8eL6PeI1UtjDtUDm9THNHBZYHfD35KkMM3rdfrcAKC4j_L-iFlS7hyLHsBrLdd1THSUanA','I am the GM for the BurgerFi next door and one of my employees got hurt, he visit signature care to get checked out and he was back to work in just minutes. Everyone was so sweet and took care of him right away. Thank you so much everyone who helped him out and made him better!!!','2019-09-19 03:31:38.341000','2019-09-19 03:31:38.341000',5,'Gaby Ramirez','https://lh3.googleusercontent.com/a-/AOh14GjLk1zXZTiNGj0OFtJhmWJpwUYP9tEGhvXd7iOgHQ=c0x00000000-cc-rp','16891069708558046635',36130),('AbFvOqnn8HBlG4EMnaK6HtpSATTD8iHS4vPenUaqWYJ_2eABVW7_9jY1Ai-jwfz6P8tRboTjCLKq','Can\'t say enough about how well cared for i was at my first visit to Signature care. DR. ROSE, MD, RUBY B\nNurse: Adam Trevor P\nRadiology Tech: Linda S\nFront Desk: Edward C\nAll fabulous, nice, knowledgeable, and really took the time, each of them to make sure I had everything I needed. I was pretty out of it and in pain and if they had not been so attentive, I would not have been able to be my best advocate for what I really needed. I never felt rushed, or confused. I will highly recommend them to anyone that needs fast, clean, terrific service.','2019-03-12 22:15:26.143000','2019-03-12 22:15:26.143000',5,'Leslie Uppinghouse','https://lh6.googleusercontent.com/-UmMTz7C8gIo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7v9NM-zWphxksQpF_UfkdqHgxhA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36252),('AbFvOqnN8wtLDaJSaKOCI6SAmPJB50E1L-Z_sudjoQu-vJzWLOWno1aJ1n1yO04iz3lKfCzDMaukOQ','Amazing service. Dr Miller was very nice. Whole staff was helpful, really appreciated Sherri, Jani, Bryan, Time, and Jasmine. Such a nice staff that makes you feel comfortable! I had a horrible cut in my finger that needed stitches and they took care of if so efficiently and I am all better now.','2018-10-26 00:07:15.955000','2018-10-26 00:07:15.955000',5,'Audrey Fogle','https://lh3.googleusercontent.com/a-/AOh14Gg-Ma8iAWsGVChP3Pnb3anZ7duElgDUDtGZg_q3=c0x00000000-cc-rp','14567670160750071148',30683),('AbFvOqnn92RA07sH6gEQsC0kvaZ9EIX2uwgsXzV47qR7xbcAfvgHYujK1yfBDdghOmZ7PN2LMNw0Hw','awesome expereience fast and great service nice people and best of all i didnt pay a single cent for copay','2018-08-29 20:44:47.352000','2018-08-29 20:44:47.352000',5,'fariya nadeen','https://lh6.googleusercontent.com/-zy32gE09c-w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVDe5opZy3Sr5277-suA5-6OM7iA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36914),('AbFvOqnNa6xM-mRcPNRT6D-zkftlIBZYOUqqPvHTTmQtdT-xEa7mSZlV56kbikfeqKBlPZjdaffmzw','Came in with flu like symptoms and they got me right in and treated me like a VIP! Dr O’Malley was so informative and kind and Jordan, Marcus and Heather took great care of me! Seriously the kindest most caring staff I’ve ever seen.','2020-12-23 00:48:17.712000','2020-12-23 00:48:17.712000',5,'The monster In sand','https://lh3.googleusercontent.com/a-/AOh14GiHccHcMoajJJ8KnguLWtjT1dIpL_9L9on4THNQ=c0x00000000-cc-rp','16389487648212004696',43726),('AbFvOqnnaa4UOakG19MwJpYNdfYTxQ9xhpO7H-jzRH_7MOhSgYtPoTt1wtpKhcghb6OFyep6B7zMwA','This a great place!! The level of service and attention to detail is an example, other places should follow.\n\nThanks to Rommel, Jonathan, Adolfo and Singla for taking good care of us.','2020-02-05 01:22:14.308000','2020-02-05 01:22:14.308000',5,'Abe Massuttier','https://lh3.googleusercontent.com/-YfM9ONzQQaI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucla1_ksv_eutIKHpEFhAcqNwxdOaQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32350),('AbFvOqnnAfjKHW7xnEBkRRnFavzbHgFZm_SeuujdCfMiYXZjum2pvVEAiHRs-Ikr4ZLZd0E-klPvaw','The best place you can visit as a college student in College Station. One of the most nicest and helping workers. Extremely glad I decided to come here.','2017-05-06 19:19:59.902000','2017-05-06 19:19:59.902000',5,'Temesgen Yelima','https://lh3.googleusercontent.com/a-/AOh14Gh3cElfEX3icsrB7kKSLBGwCcgfQ6sniybAsuyj=c0x00000000-cc-rp','16590124370714063921',35435),('AbFvOqnnbMYt1XOKTv88K2ccLcyjVtvJTZix6rYENmGh0uvIwfKUGTSOyZAG9LNtgfPCg5RB1qFp9g','No one wants to visit the ER, but everyone I encountered was helpful, smiling, and concerned about me. Definitely made the visit easier!','2020-07-05 09:01:34.675000','2020-07-05 09:01:34.675000',5,'K\'Lynn Childress','https://lh3.googleusercontent.com/a-/AOh14GhouNx2grdbQwGHmIAtUgVEF5sZfUTq-0qDgYCQmUo=c0x00000000-cc-rp','12541597562633926366',28616),('AbFvOqnNbosnxSZiBI6aQZY7GrkqV2sniRS7iMuWgB8ZKRwYEYEfMnlUDP-Ssic52o1WCJcG5kzqiw',NULL,'2019-10-19 18:45:00.404000','2019-10-19 18:45:00.404000',5,'Angela Rodriguez','https://lh5.googleusercontent.com/-ONbuSHZh9Cw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7Tkz7OYvPc4Gbpv0Z-TV4a6zdfA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29613),('AbFvOqnNc48G7Jths-O5OduSO-fjKzE8RL-2NPj-yHRfXRDOC4s0iaJG1cWliz5SYYeS19_2aVQxJg','Great and fast service. Alvean is awesome.','2019-11-26 14:33:06.867000','2019-11-26 14:33:06.867000',5,'Reyslie dee gabata','https://lh3.googleusercontent.com/a-/AOh14Gign3NZMBmIOMEbYbNTvsnMk31Se5kIJ1CacKip=c0x00000000-cc-rp','16389487648212004696',33685),('AbFvOqnnCBkYpvTJjcF8mCy--ErgNdwRxPahGa0oq-Un_zT9-nD4sTKhRpEUl_QZxX9Uria6h2l8-g','Dr. Chen and nurse Bernadelte gave us an amazing experience. They took great care and also provide additional service such as doctor recommendation for my brothers injury. Would recommended this place because it is clean and the services are quick.','2018-02-12 07:17:23.130000','2018-02-12 07:17:23.130000',5,'Nhat Le','https://lh3.googleusercontent.com/a-/AOh14Git0Jfe9hKj4o9fo6J9gQcmSXKGSBXF5EgQJUbAIg=c0x00000000-cc-rp','17394740196501090048',36985),('AbFvOqnnCDa6o5krdDtQN3OVrMsMFZ9rsKfEucB3dLvqg5-z_E0YEvOOXXNRWKtf_1wQD3aKoxo0cw','The staff was great and so kind! I felt so informed the whole time I was here. Thoroughly explained my diagnosis. Anthony, Natalie, Morgan, Kristen, Kim, Dyveliz, & Dr. Akunyili were awesome!','2018-10-22 19:16:08.986000','2018-10-22 19:16:08.986000',5,'Ana Gonzalez','https://lh3.googleusercontent.com/a-/AOh14GidMBs6DX7HQ3do9Xodo8dwgP766mNAiY2eiWfM=c0x00000000-cc-rp','16590124370714063921',35147),('AbFvOqnnCiSEXWYiTdxgVCN55zePs7PdjiheqqZTNH22nMLsu7cZycRCD7qmizIX0VmoeyNR2ydY','The place was very nice, well built. Great Coffee/ Beverage Bar. Very family friendly. Great service. Quick with signing in and getting in to see the doctor.','2019-01-03 03:46:46.129000','2019-01-03 03:46:46.129000',3,'Ashley Sharp','https://lh3.googleusercontent.com/a-/AOh14GiWpJOCJIfkAUOEknU8nYR4q9oo4ua1VYYzfXGu=c0x00000000-cc-rp','16590124370714063921',35057),('AbFvOqnNCMKzeK4TaPkP9Nn38Z_S7O5aKV6qNRERZoXG6fWEUHTxCEQjF8D55u0F350MpdsiLohyVg','My husband had to be seen for injury during Softball. I checked him in online and we got there and they took him right in. All of the staff was very nice and professional. We would definitely recommend anyone to use them for emergency!','2018-07-20 14:48:21.923000','2018-07-20 14:48:21.923000',5,'Chey chey Charanza','https://lh5.googleusercontent.com/-8cGMrTqMTkw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmB5kRRXjCT5D0cMVHC_AZ5tPW_Bg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35255),('AbFvOqnnCx0aRAJtS8NeUl-rWMgt0gUSLzunykY0sKSQIaFimBOP3Xtt7Fgm5RaSCp5UTJiVffq8CQ','Very polite and friendly. I appreciated how they took my concerns seriously. The staff are great and helpful. The greeter was friendly, Delpha was very helpful and thorough, and Dr. Huerta was very respectful. Great staff and great experience!','2020-07-27 13:03:42.619000','2020-07-27 13:03:42.619000',5,'Shawde\' Garces','https://lh3.googleusercontent.com/a-/AOh14Gi5kAvsA-9buc3DA7WT_ExMYL5HJRE6BQHkd8QVqw=c0x00000000-cc-rp','13486358490203335051',29357),('AbFvOqnnd2LP92VR-fXxzCJwf7vxU5PAEXW6noSWbYG0zQH-ivSkm0gajga1IVtFQiKNanhRbaecEA','I came for COVID testing and while they might have had many cars in line they went above and beyond. Lisa and many others came to distributed snacks and water. The nurses and everyone there were so kind and attentive. Mariah took my payment and was clear when explaining my copay and details! They were out in the sun and working hard with smiles!! 10/10 recommend!','2020-06-12 23:01:11.344000','2020-06-12 23:01:11.344000',5,'Ashley Martinez','https://lh4.googleusercontent.com/-mb7PXH_2RGE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclOWKAlHXE4pT_ilZaQzX0tB_ET9w/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35875),('AbFvOqnNDBJoREeW24KXPHZaJvbRkEGYceXfFEL0coXGTR7thLXdll-VTvyoSJEsc4Em7xHYw6MN5g','Great attendance.','2020-12-31 22:36:38.972000','2020-12-31 22:36:38.972000',5,'Itz rosaaaboiii','https://lh3.googleusercontent.com/a-/AOh14GgL1I6tyDK6GxFRFLPm0h-PTV0yfm5-OyoPqasY=c0x00000000-cc-rp','6521947413723274945',44209),('AbFvOqnndepdRyEyHTAhlNS-G3IMPqCv-ISYvdZ0vdCx9Xq1aBQss35LPMRV38VSx0K7fK6qv7HWPg','Very friendly and very helpful','2020-07-13 09:30:26.306000','2020-07-13 09:30:26.306000',5,'Marie','https://lh4.googleusercontent.com/-nNTjkb70Vgo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnpW0RvC8nI1Gi_AOAvqAKc9R1QnQ/c0x00000000-cc-rp-ba2/photo.jpg','2694018788013845459',39041),('AbFvOqnNDgOyROTek2qs6gFrYCJ2dzlMuc_PtVrDm0NA45kGK8c2qCK2USZ6wlDtlIPZwhiwvgPwCA',NULL,'2017-06-15 02:53:45.509000','2017-06-15 02:53:45.509000',4,'Chris Foster','https://lh3.googleusercontent.com/a-/AOh14GjP0YRWjdK9NwGdWMtABHygsaAeQ96zVJbI2fNR7S4=c0x00000000-cc-rp','8679688254631342173',42768),('AbFvOqnNdhDaCv9Sslowp6eO3nreWQJbgd5dOJQ8zUezfDmmp0eDL2Anr9D5syRLLQrsReiczSHJ7A',NULL,'2020-10-21 01:01:45.330000','2020-10-21 01:01:45.330000',5,'Maddy Wild','https://lh3.googleusercontent.com/a-/AOh14Ggxyj7G3dmqpkHi3jJzlVAY_GJqIsa7KCnye4uQ9A=c0x00000000-cc-rp','8679688254631342173',42279),('AbFvOqnndMszYNf3hSRQ1Vw9RXlqmznBBDKdnOfSKWZQSiqbJfnGjRxlKquja7dW7Sy01hU4ZBEn','Went in for migraine headaches 😫 and they were very attentive to my care I love this location.','2020-10-21 16:09:05.056000','2020-10-21 16:09:05.056000',5,'toccara mosley','https://lh3.googleusercontent.com/a-/AOh14GimMt7P4ymM_MNHnNUc40A8Mt9TkF99G2mf8lJnEA=c0x00000000-cc-rp','17394740196501090048',36517),('AbFvOqnne_ofcxhyA5gLDSa_8PJQWazYm71ofMgFkrft5DbsPsUR7alCe0F0awmMMtxgAmF7vttGYg','Great team pain was under control very quickly!','2020-12-21 03:57:57.623000','2020-12-21 03:57:57.623000',5,'Sarah Hughey','https://lh3.googleusercontent.com/a-/AOh14Gj2pJLQjIZtY2_8pTXSI79XTFQ9KWqCIBDtRGKH=c0x00000000-cc-rp','15979470999169074295',32804),('AbFvOqnne8z5tRzAlcZe_-7h7kDO9ORlEP2Cst0u7eUcFRh-cqIxHimLEGsj3eIicgHn52V9ySA7','Came to get a COVID test and they were so fast and polite! Naomi was super helpful and explained everything when I got there. John and Valory were also very attentive and made sure I was comfortable at all times.','2021-01-04 15:20:00.843000','2021-01-04 15:20:00.843000',5,'America Ruiz','https://lh3.googleusercontent.com/a-/AOh14GjgaleoRuA4BJtTIAUCfB1FU4RLBk7Xb9koDoFTqA=c0x00000000-cc-rp','15979470999169074295',44319),('AbFvOqnneFRacNyYnrlXWr3MZiKRyD3fow68SoZAY7_-kvQKhFKW_vlZQ-XgIemx-BIJdos0i-JjoQ','Thanks Robin Bratcher for taking care of me!!!!','2019-03-16 18:33:23.957000','2019-03-16 18:33:23.957000',5,'Madeline Greer','https://lh4.googleusercontent.com/-AvdVuSsU3hQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclGo88PX2hGIh4DX5e5NrhMH4yqUw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42116),('AbFvOqnNETZfoKx9lqnTgLnUyG4aF_LJlEtHvXDSQuDdF6BKwBiwxIOZJSx8OUWQU8xDYZGdpDfo3w',NULL,'2016-09-25 08:03:19.571000','2016-09-25 08:03:19.571000',5,'crewmate','https://lh3.googleusercontent.com/a-/AOh14Ghk1nTNGG6P7COnVpAKUYJta23lHNq-OZGxCp5TRA=c0x00000000-cc-rp-ba3','14567670160750071148',31181),('AbFvOqnNEUOXFOvqkOIfbQLy6mX354OoCq_NeafxKgIILuWCnUYonJxgo-LTQ6VgVcKAGItYSKiynA','Christmas morning 2019 i woke up with pink eye at 430am. Found this place on google maps and headed over. Tanisha greeted me and remembered speaking to me on the phone. She made my morning easy even though she didn\'t know that i was hosting Christmas dinner at my house and would need to finish up cooking. I was seen right away, i guess i was 1 of the very few people out at this time, Fatima, Sarah and Dr. Ortiz got me squared away and made my visit fun turning my panic into a sense of relief. Thank you guys!!! šŸ™ŒšŸ™Œ','2020-01-01 07:00:10.412000','2020-01-01 07:00:10.412000',5,'Ebony Nacole','https://lh3.googleusercontent.com/a-/AOh14Gj39alVaVhnaZoK7PZAI5UfhVAj-Izvxctb_Q9Z=c0x00000000-cc-rp-ba2','17898197009688164559',37766),('AbFvOqnnF7JNP3Wq97wDYRVYadIDtkstYZ3QvWX3OOry5hkkcJXQg4VFhNgV2r4xwIhHoUm8Ll7GcA','Very friendly service checking in and the service was quick. No long wait. Been here a couple times and always had good service.','2020-11-11 01:29:50.624000','2020-11-11 01:29:50.624000',5,'Bryan Brown','https://lh3.googleusercontent.com/-JypQsEbsGGs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKqgPedlJMOXPVPU3jFTCDlsjVbw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41840),('AbFvOqnnFjkI3J7ihYZKUetX4-gENzO9IrWJHoQjS53G4aLHDA1HY91xbqDiXTAEg-Nn9HjE1ic9','All the staff was very inviting (Jessica S., Cindy, Seinida, Randi, and Eliza) even at 4 in the morning. The doctors and nurses explained everything as it was happening and ran adequate tests while also addressing pain promptly.','2019-12-06 10:42:47.194000','2019-12-06 10:42:47.194000',5,'Tailyn Gillette','https://lh4.googleusercontent.com/-PX7pG7BeFhQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucne90ArNVDVjs1PNLrQ6C3xMWs7pw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41535),('AbFvOqnnFMlSP7qytlnbYMTJh78Mspm1yDPx0J7JpF86wDtithq5APuHz2rqf1bOaqlMu3vI_79Mjg','Though everyone has been bribed with a Starbucks card to write a good review. I’ll be honest they suck. There was no wait but the doctors don’t care about the patient. They didn’t help me at all with what I went in for. Now I owe $7k to this place they didn’t really even do anything for me.','2019-11-19 15:37:23.411000','2019-11-19 15:37:23.411000',1,'Rhonda Brooks','https://lh6.googleusercontent.com/-lfKkdxnUIjw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm2EUtz6sqTVwQHkpUuk4ofXpvX_Q/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39208),('AbFvOqnNFq6l15Cg3bAKhipdo_6cOab_HKdo68yjdNhmZ3c7ySHdSylRCir_20ZVP4SUvAT1Nafa','So timely and efficient! Lorena at registration and Bretnie my nurse were both so friendly and kind!','2020-10-10 14:26:18.068000','2020-10-10 14:26:18.068000',5,'Abbie Farrell','https://lh6.googleusercontent.com/-scbx5Fy7ISQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnDBx88gNq6STS48LZ52GKqLDS_gQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34142),('AbFvOqnnFsbfR_9KTnZvsWJpIZe91inYh8EkK5Sjha4yCppbUs7Ss6Q8HI9q7HHaqBuw-91NpPLE','When you visit this Neighbors Emergency Center or any medical facility, you need to understand your health insurance policy and benefits to avoid many surprises later when you receive your service bills. Don\'t blindly accept and receive the medical services before you review and understand the charges for the services.','2015-07-27 17:02:38.241000','2015-07-27 17:02:38.241000',2,'kenohzi','https://lh3.googleusercontent.com/a-/AOh14GjDOZYVSIfu8aySmVRQ6kQ5GN2AQQf9-RgD67Vamw=c0x00000000-cc-rp','17898197009688164559',38393),('AbFvOqnNg5E2YFRQPEm-zcA-yI5xGcgrBLZcXBpz2Sx7hBdw2GsxgcAFicmUGeZPAqRheWdyUOXL-g','Lorena T, Jeri D/Bretnie, Nina, Tori, Jaber/Jacob were really friendly and made me feel at ease while getting tested. Its not my first time here and they always have been friendly. No complaints.','2020-08-02 17:01:15.891000','2020-08-02 17:01:15.891000',5,'Karla Martinez','https://lh3.googleusercontent.com/a-/AOh14GgbK4zxS7rmzPE391iDElF2od9-qdCDEtxt9TCnvOg=c0x00000000-cc-rp','16590124370714063921',34211),('AbFvOqnngdJbgOHR_GDTSCoddU9v7rxYqmGaZE6-hDyUiBl5Oc21cbjvCkVfXOFSLXh7ufyUdd-doQ','Brittany was Awesome! She kept me informed about my family member there eventhough I wasn\'t able to be there with her. Thank you Brittany and Signature Urgent Care for being there!!!!','2020-08-04 18:25:46.926000','2020-08-04 18:25:46.926000',5,'Deanna Spinks','https://lh6.googleusercontent.com/-twd79alujFs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6tpXfYbzRP24DLF_5bIpc5nIZOw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37578),('AbFvOqnnGslqE6qIECJsouokDtIUbTsbGoj_TQd_7Ia60SPZ7AtL7XTc9fr7AyZLlpmnMMBu7_1DOQ','Everytime I come here always treating me amazing staff its friendly and work with you at all times always helpfu...thanks to Lindsey and valory','2020-11-09 17:50:44.592000','2020-11-09 17:50:44.592000',5,'jesus chapa','https://lh3.googleusercontent.com/a-/AOh14GiZMJ-vgnYk9rO5zwOF9EGLqD_du743D5UPtRySlQ=c0x00000000-cc-rp-ba4','16389487648212004696',32959),('AbFvOqnNhei3opR6QIzhswm57s5DkgLs-YDH6quTGq5x-OuIvvfNHxrKo4jV_sSpfPDEXa4VWgCu5A','They are quick to get you in and are very helpful. Cody and Sam are very nice and answered all my questions. I am so happy I chose this place would come again.','2020-07-28 22:08:39.363000','2020-07-28 22:08:39.363000',5,'June Mitchell','https://lh3.googleusercontent.com/a-/AOh14GjSgw-_pzthumyjMmlX63_s4rWZMNBgO4pWJCulZNM=c0x00000000-cc-rp','2077061009497551125',38722),('AbFvOqnnHnfPqMFRmwSkZZ2au2TJNKeWGL_1Mgt_AokhGNmWCuOqT70wjTU3NfEqMBP12-NvWZmL4Q','Vanessa was very nice and helpful!','2020-10-20 00:11:00.292000','2020-10-20 00:11:00.292000',5,'Candy Land johnson','https://lh3.googleusercontent.com/a-/AOh14GhZpPGSgeWz2jmC-C7L_FF5152ftde2qp9_CQO2=c0x00000000-cc-rp','16389487648212004696',33148),('AbFvOqnNHZTosQDwDIhumyrgSyO0uadDJVpVVpBhoqcTp1HCsUTSP-VzIMPjmrPYyVY3kQzCKEHY4g','Can’t believe it was 31st night and we needed emergency when the whole world was celebrating, we were in emergency. We would really like to appreciate Dr.Das and the nursing staff who were prompt and very caring and very professional.It was a great experience.','2021-01-03 15:29:55.802000','2021-01-03 15:29:55.802000',5,'Asha Rao','https://lh5.googleusercontent.com/-4vaLEfBTnHg/AAAAAAAAAAI/AAAAAAAACo0/AMZuuclS7hD-6h9b2BegzNyQrteKdTdI4A/c0x00000000-cc-rp/photo.jpg','14748677429039074158',44266),('AbFvOqnnIlZV0vVw7SFz92i99i0QR7A573eMrwdaI47k6HLEzxm6KRj-t_hH8tP37FTsAS_It_9o','WORST place to get COVID tested!!!! It took 4 hours and the workers give horrible instructions. I had to get out of my car multiple times to see what was going on. Try a weekday if possible if not go somewhere else!!!!!!!','2020-06-13 19:09:09.124000','2020-06-13 19:09:09.124000',1,'nancy hernandez','https://lh5.googleusercontent.com/-M5KXV_u0pAI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm2mswzScgHuUDVpdZC82cbOVTvPw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28630),('AbFvOqnnIMXzoT0JgTUIyL6c5eNC6PYGzlezJoe01xi75106C_NqALUCOtBb7DMQgnnsH2fbgR0s4w','My experience was very good. The receptionist Keera was great too. Thank you.','2019-09-30 16:56:44.843000','2019-09-30 16:56:44.843000',5,'HERCULES M&MC','https://lh3.googleusercontent.com/a-/AOh14Gj9f_h91VvKiFAGi83JlKcAy_MjGXkkBoDbAT1W=c0x00000000-cc-rp','17394740196501090048',36697),('AbFvOqnNjniiue-ZT9eKYmvmTE9wFR784M4BVyLFidauL8d3zcVBz5cHAvfoJGZ3HmwG6gnON-d3',NULL,'2020-02-21 23:31:19.131000','2020-02-21 23:31:19.131000',5,'Barbara Skinner','https://lh3.googleusercontent.com/a-/AOh14GjNL6I6r4JiwkvmU4L9Vxdb9yguTfL_-KXB1eF1Hw=c0x00000000-cc-rp','8679688254631342173',42436),('AbFvOqnnjTNOwN9n4QOMkrO9hgONsHYkscqjFzPMmnrOqETwccrgSXNpNRwlRo7hoBxBHAnsDA9zPQ','I\'m currently in the ER and I can say for a Fact that you will loved it here if for any reason you need to come in. I came for a rapid test and when checking my vitals JD got concerned and went to talk to Dr. Hemerka and got me into one of their ER room and they all have been so sweet and attentive to me. I can guarantee if you get seem by Dr. Hemerka, Paramedic JD and nurse Amy you\'ll be in great hands. I was telling my husband that next time our kids need to go to the ER we are going to bring them here because they treat you so good and get all test done so quickly that even the kids won\'t feel like they were in the er. Also, I have seem Dr. Hemerka multiple times during my visit, more times than what I\'ve seem my primary care physician in many years šŸ˜…. Dr. Hemerka is great šŸ‘šŸ½.','2020-07-30 22:35:51.765000','2020-07-30 22:35:51.765000',5,'Karol Vasquez','https://lh3.googleusercontent.com/a-/AOh14GhuRLmvhH4AM5tMxELZMCwk8waslt3f1EYfNlrODw=c0x00000000-cc-rp-ba3','2077061009497551125',38682),('AbFvOqnnjvaG1jFPFPrT9qh7bFHe7k1Tat7uhp8CM6itsPTIrKpVXFepH_st3MigRa27IVDezAD93g','I came in contact with someone who has COVID-19 and immediately scheduled an appointment for testing. The moment I walked in the front desk employees were so sweet and helpful to get me situated. Ms.Erin did my test and was amazing in keeping me company and keeping me calm. Signature Care is so organized and is willing to help with anything you need.!','2020-12-09 19:52:52.601000','2020-12-09 19:52:52.601000',5,'elisabeth catalan','https://lh3.googleusercontent.com/-ugwFXDfBGeM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucliXI8raXLFy42Xqbx-rGmT3svRQA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31285),('AbFvOqnNk0d5unsCmhI0QG8RUGOWjN3SbwckRMFeCU9-M8HD5X_-WrpPhzWmfmrRdBFvuLLyKKWYbQ','Awesome, caring & Amy, Mina and Dr. Lim and Brian & environment. 3rd time visiting this location, can always count on for getting assistance from an emergency to quick covid testing. Smooth & safe process all the way thru... Definitely recommend!','2020-08-03 13:47:34.699000','2020-08-03 13:47:34.699000',5,'Mario Villalva','https://lh3.googleusercontent.com/-BD_1GEH9afY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclkKRNFvORRxqAL4dcZmkdPbXuFlw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40217),('AbFvOqnnk72GtJRYe1hCktu2_2Ag5Xn2HDiRrwNj1aXl2lpXbS86FMviQyigRZiK2_AtyWFC6aaXkA','Came in at 5 in the morning, staff was very nice and attentive, clean facility, and the Dr was a very nice and caring person they kept me comfortable while checked in, don\'t have insurance but they don\'t even charge too much I was expecting a way higher bill I highly recommend this clinic very pleasing experience','2015-09-01 13:16:30.949000','2015-09-01 13:16:30.949000',5,'tatman Brown','https://lh3.googleusercontent.com/a-/AOh14Gh9MeX9UplKfvzUcoJ1C9puqrVWXdXiikVmVRSA=c0x00000000-cc-rp-ba3','17394740196501090048',37389),('AbFvOqnNkFwYCcir-Bpj37kXFeLgcZG1RXPz5i5e8RzApNMoUYv7I88ftN1UZe3RUCILMPceEqeeQw','Awesome clean experience, quick time Dr Das was amazing','2020-10-03 19:23:50.693000','2020-10-03 19:23:50.693000',5,'Jamar istrue','https://lh4.googleusercontent.com/-wzS4_K7O9Hk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmAj-iaf0cc7GMoPElNS2iUVvQeyA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31573),('AbFvOqnNKua8SDn7-9G3_kLUsF2ZlT8Y1UQkHXTF0-oi3OXmUconJaXeG14j19I1ziB5UHydv3wcJA','You guys are incredible! Churiah, Dion, and Dr. Soli took care of me and kept me laughing the whole time! You guys are awesome!!','2018-08-04 07:22:38.157000','2018-08-04 07:22:38.157000',5,'Todd Tanner','https://lh3.googleusercontent.com/a-/AOh14GjfvnZ8ptShAnahOpxarN3Qge4md_UL4oxMzhKpdw=c0x00000000-cc-rp','3511292162159714121',40898),('AbFvOqnNlCkunSZf7uw1GtsOjRz9YFpg2rH0O0SMNFJs5rFWlkmm2_EpHwVxhq-Ruf9cIfkWI7cGMg','Great place! Very nice and clean inside not like your normal boring emergency room. They offered us blankets and drinks as we came in. Staff is very nice and helpful.','2019-05-31 20:49:08.836000','2019-05-31 20:49:08.836000',5,'Amber Ramos','https://lh4.googleusercontent.com/-s44yyK-3AMQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnUHgczkDh0h95M9jhRhYTiDlvTuQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39335),('AbFvOqnNLHdAEvlW3k7a1RD5AX168XNpCQo8anC-NpdYODM6IKNVsZNENSRP97ZymjbsBWN3Mppm6A','Vincent and Dalal were amazing and treated me with care','2020-11-20 14:08:40.654000','2020-11-20 14:08:40.654000',5,'Patrick Garza','https://lh3.googleusercontent.com/a-/AOh14GgqQctkUfL8zpnSoFORs5EfQ1xBKZDAQInvfeLm=c0x00000000-cc-rp','14567670160750071148',30010),('AbFvOqnNLjPvdSisUu7mqVoIF201WYLl0Qj6rxjRSxqCubxkBrGJ2Tgj6w9F9aO_5lC1JBh-162Z','Dr Das was amazing! Thank you for everything!','2020-12-24 21:23:29.025000','2020-12-24 21:23:29.025000',5,'Michael Armstrong','https://lh5.googleusercontent.com/-4q3JDsOFZG0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmPLKJZ_CcS1gHGCTvUsSUQ0QGirw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',43816),('AbFvOqnNlKZaR2RsMGig1Xsxsqm_HoHbqq4Oebg3ZzupgCBJqNLFwCNLnn-IajVmOP6musVxjBkM','Nice and clean environment ,everyone was professional and helpful.Answered all my questions and concerns.','2020-09-28 23:04:38.051000','2020-09-28 23:04:38.051000',5,'Tamara Ledet','https://lh3.googleusercontent.com/a-/AOh14Gib7Sxfzu8wiNfQGsxYDMAZwX6bCI9NMhSy9i61pQ=c0x00000000-cc-rp','12541597562633926366',28521),('AbFvOqnNlnG0z009-U3dL72h3NiNIoYwCNjKvhU0d6CqTqK32cV6TqkRGh-N8ZG5JTGy4nzkkH3ugQ','Great staff, great doctor, overall great experience','2019-10-12 01:13:02.937000','2019-10-12 01:13:02.937000',5,'Sahian Tena','https://lh3.googleusercontent.com/-7QRNH0a2Tvk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnHLoyracEIOJA26KK_-k10sUhy_g/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37956),('AbFvOqnnltvRm1y9GqDRYQchGbfiNgEWwQEc08ECZsDN9vM6iHQO6WzcVSHTvYTlfDvfNlUzspP56A','Very good care, and conscientious attentive staff. Thanks Alvean, Jordan, Marcus, and Dr O\'Malley for fixing me up. This was my second visit to this Cypress location, and both experiences were very positive. Nice to be able to get exam, tests, x-rays, and MRI\'s at one location.','2020-11-04 07:15:45.539000','2020-11-04 07:15:45.539000',5,'Lid Jax','https://lh4.googleusercontent.com/-KOG3Yne6xHk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmbxIRjz55QhEJZGKS1LhRmxq2q-w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32999),('AbFvOqnnLUWb1xGa7jY6ZBZmSxI4JO6AVI8_pU5ctvHnglEInTr31iVlJNkWc7em0YhZM75oxTuH5A','Literally the best thank you for everything Dr Jones, nurse Katie and Adam, Linda, Townesend, Amanda and Gabe!','2020-02-03 22:13:01.343000','2020-02-03 22:13:01.343000',5,'Aileen Lopez','https://lh3.googleusercontent.com/a-/AOh14GjvL7NzlyWbjvAOlxqYaVqLXksTrQdxTNABlgEf=c0x00000000-cc-rp','16891069708558046635',35981),('AbFvOqnNlWez7G7pJEx26KtpZYQZlWR4epUfBW5ROq1mwKBGK05z6ytsjTw46046GqBSc4FwuL8XwA','Very professional and friendly atmosphere. Which is exactly what a person needs when in pain. I didn’t know my blood pressure was elevated when I came in and they didn’t alarm me. They took care of needed to be taken care of and by the time i had to take my exit vitals, my blood pressure was back to normal. I’d recommend them for any small emergency. They are well equipped for it. Hopefully I never have to see them again lol but if a minor emergency comes up, this will be the place I got to for treatment.','2019-02-18 20:31:00.504000','2019-02-18 20:31:00.504000',5,'Dee Thompson','https://lh4.googleusercontent.com/-IEodWklPCQg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnbr3_4g0_PmCo_9iikgpN9uhZXFA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40641),('AbFvOqnnLXdNLEV5A4TxZZsOc-umHwyhWXnSPKIK0tMu1gwBgaQ9sgrocyNhZ5pl_2NzU4hVJ823','Friendly staff quick process very professional','2020-09-22 03:07:01.194000','2020-09-22 03:07:01.194000',5,'brandi cohen','https://lh6.googleusercontent.com/-eMPNHoqW9Bg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn4LgW4ronx0vLoUxzptb6nbG8oyw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42296),('AbFvOqnNm6onpFjSCLDbPCerRyKx0BXQB0ZMOL22SYoq5rDnBrxwfNM2zhmhDm24ggyiw6Hk00Cc3A','Dr. Thomas, nurse Andrea, and Tanishia at the registration desk treated my son with so much care! We came in for a COVID test and they were so professional and kind!','2020-11-16 03:27:51.429000','2020-11-16 03:27:51.429000',5,'Angie Gullette','https://lh3.googleusercontent.com/a-/AOh14GgoXu3pojwgd3MqZcgkG8-31As6zduuXkGFSotrKGY=c0x00000000-cc-rp','17898197009688164559',37435),('AbFvOqnNMkGpw3BfLfi3-WOh2CrlpAbsjrgrplmdNAPKKtbZM1aTETnOjCFe8nfFnwbaPK5TnQIlFA','Dr. Yusuf, Churiah, Joey are the BEST!!! We came in for my son’s 2nd degree burn. These guys are the absolute BEST! They truly had us in and out in less than 15 mins!','2018-08-13 05:06:10.530000','2018-08-13 05:06:10.530000',5,'Trista Kendall','https://lh4.googleusercontent.com/-VUW--YkuXYA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckuhusBXbE5VGW_7-lW6vK2FhnMlQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40860),('AbFvOqnNMogFQ9K9cCjHiICwQ7FxT32jui4r2HdnN8bSfmMnzA9v-G_HPRhbVYA5clEzOfugNuwi','Beautiful and very clean facility. Staff was attentive and helpful. Great experience overall!','2017-06-07 13:21:09.235000','2017-06-07 13:21:09.235000',5,'Ryan Spradlin','https://lh3.googleusercontent.com/a-/AOh14Gh30cyRyMdjyXCaYL35LPzraYcf0HLDbmIl2BZHnA=c0x00000000-cc-rp','8918455867446117794',43519),('AbFvOqnnms6ZQUtzZ6w514rphkWNNurPnJXl5dm2p_RXKHSACTnszcCLijzTHnFo7m6ntGSG2AJ6Yg','All the staff were very nice and considerate. I am happy with the works of Henderson, Chantel, Daniel, and Tanishia.','2019-10-28 02:18:40.302000','2019-10-28 02:18:40.302000',5,'Jacie Ford','https://lh6.googleusercontent.com/-LnrLRS7g42Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclFArXqoqCcShIgf_j_oveLysYOXQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37920),('AbFvOqnNNaeOYsoAqXJx-z43t305fbzx9-h3JPpkRUHSpKDWlXGAINk97dilDyEHwnPZK3QzsgkZFw','I was in bad shape when I finally allowed my friend to take me in, and Dr. Vaagenes and his staff were lifesavers! They could not have been nicer, more attentive, or more effective in addressing my needs and pain. The cost of care was very reasonable, and Dr. Vaagenes spent a good deal of time talking to me about my condition and the follow-up care I would need to address it. I would highly recommend this location to anyone in the area who finds themselves in need of urgent care.','2018-09-30 00:14:37.788000','2018-09-30 00:14:37.788000',5,'Robyn Brown','https://lh5.googleusercontent.com/-YAFTjrmVbk0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLAWhvGGxCs-eOxnswbAwOcYgaOA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30705),('AbFvOqnNNbjg7cZ5mCPDALqLvNShqnd7zAsxaqyEcwhGbOvp1Tz60AIss31KTz8-lUOzXnEt8tawFA','From the moment I arrived Jocelyn was very attentive at the registration desk. Nurse Alvean and Dr. Ortiz were very prompt and in depth in evaluating my condition. I would recommend this facility to friends and family for any medical emergencies.','2019-10-27 16:29:23.338000','2019-10-27 16:29:23.338000',5,'L Trahan','https://lh3.googleusercontent.com/a-/AOh14GgrH5OEbhSqlbb9MgovpRSm7RpKS56xMkQ57KkLAA=c0x00000000-cc-rp-ba2','16389487648212004696',33813),('AbFvOqnNNC8PhClpBRb2FqsxPIaMEv_7IYCOc_uznUe4BK5UPsh1y9iAY3rg2BnvHyPBEzUDDWKb',NULL,'2020-01-25 02:57:26.221000','2020-01-25 02:57:26.221000',5,'kayden fox','https://lh4.googleusercontent.com/-L7qxNg7Fbtg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucle1MQIV-f8t4fXjbYg4ym0qwBOLw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39152),('AbFvOqnnNfIdziEbrDVC_nqnY1OmjfY2tTppLRl_fwSYzCOIiuTfkDymUnatKWCE_5HRmZfu5ukSJg','Very friendly staff dr Curtis Lucas and Kelly and very clean hospital','2019-03-31 18:58:47.117000','2019-03-31 18:58:47.117000',5,'Lucy Anderson','https://lh5.googleusercontent.com/-KT6U0v3fBkA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckv4U3hgGhAyhe2dUy6Xb4aOGsnQw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39888),('AbFvOqnNnhgTY8B6Jy4xpG7QFFV-B4QEG2nCjUT9lz7Q7tZKf5VLnj2Y6FHk-2KuFk1CSVB-MkTlww','I highly recommend coming here. The staff and doctor are extremely helpful and make this whole Covid testing simple and really made me comfortable. I drove all the way from Dallas because my friend came here as well and described my exact experience. If you need any Covid testing done. Come straight here.\n\nThank you for reading this and I hope you have a great day','2020-08-15 16:42:38.829000','2020-08-15 16:42:38.829000',5,'Mike Galvan','https://lh3.googleusercontent.com/-NUXDi4N8Bvs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnBrEQd1SD8fsduy2XdVj7xNb91bw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31763),('AbFvOqnnnKAz7LSwgiLWa_-bfeRnbl0MYB41gGonnBXrvFQUd81x2JcKSd-mq0McQ8XdLsrUfCfUsw','This place is amazing!!','2018-01-12 23:28:40.310000','2018-01-12 23:28:40.310000',5,'Felicia Kinsey','https://lh3.googleusercontent.com/-FWq9XrHC-Ac/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnQkg-xn6kSnbV1txhE-H6c_IUkBA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43432),('AbFvOqnNNl1EF7CVi9o6JYXRe2mryV43-8KEd4peYQgLsIDfYKc2LSMIWQqq0EnSAL0A9AamthtHAg',NULL,'2020-01-31 00:54:34.270000','2020-01-31 00:54:34.270000',5,'Marriana Dobbins','https://lh3.googleusercontent.com/a-/AOh14GifIfFCkFXot2TE8PllinlLiBVj-nSg8r-EqBhX=c0x00000000-cc-rp','2694018788013845459',39147),('AbFvOqnNOhgewf1ubDQakJiau2H1uT5zYaooc4u1qsYaWPJh237b9FcxqnmQLUwKrHfvWksVGcjpTw','Came here to get care for my pilonidal cyst and, even though it took four visits, they were able to assist and accommodate to my care. Thanks to Mercy for her care and the doctors for helping take care of my issue.','2017-02-17 20:31:21.299000','2017-02-17 20:31:21.299000',5,'Erick Miller','https://lh5.googleusercontent.com/-xwZmz2LofLs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclGlJkHNqTsXfyyZsyyzlrTGLcPZQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41106),('AbFvOqnNOoDxHrlV8fTkmI9TWjhDtk2ajlnQDhWLdy6JcacZZhRufQnu0hVtSrnHEmJGDNBUdq0w','Our teenage son had a knee injury and the hospital er sounded dreaful. We tried this place and there was barley a wait, they treated him with such care and professionalism. If we need urgent treatment again we will definitely be back.','2020-01-17 14:13:51.126000','2020-01-17 14:13:51.126000',5,'Gfdsa Qazxsw','https://lh3.googleusercontent.com/-0h30etkP7zk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucndj4SHABpNrxwz00F4jaHmOVldcQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37742),('AbFvOqnNoueH5dnNLhYaq4Wyk0ygjeGJ4mbtGVFQitILRfFXSJ0C3b7bKVUpj5PCMMKp_YCt289TCw','In and out in less than an hour. The physician and nurse were extremely nice and helpful. It was also very clean. It was a surprisingly good experience.','2020-09-03 22:37:35.272000','2020-09-03 22:37:35.272000',5,'Susan Litts','https://lh6.googleusercontent.com/-qZuOehDl2-Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclI3ocvBfvDLxqrUU8SwTt-DMp8Gw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32252),('AbFvOqnnqGmReiZTnwpL0rQQkdpytZh4znn2G4o_XYcXs0KTdtuuPTo4rXENPrDTa_r4epeoxe925Q','Awful abusive staff.\nI had gone to the ER because I had a minor cut on my left hand and they wanted to take advantage by asking me a million questions and kept me in the waiting room for about 20 minutes.\n\nAll i needed was to be cleaned with alcohol and put a bandaid on. They proceeded with excessive steps, unnecessary items, unnecessary wait and overall awful quality service.\n\nI disliked the service so much I simply walked out. I wouldnt recommend thus place to anyone.\nThere were at least 7 staff anf nobody helped.','2019-12-25 22:42:02.933000','2019-12-25 22:42:02.933000',1,'OMG Trades','https://lh3.googleusercontent.com/a-/AOh14GgEBFSGIzlmtouh_B3JLtxOl0Nj9hskFOTHmVy6hw=c0x00000000-cc-rp-ba2','3511292162159714121',40361),('AbFvOqnNrAO0eCTKNPHoagO_X3wdYFtuNg9OvfOZvPKCZ7UFehpl5dkdxUbS_X2zMGQ8vFugk-7h_A','My husband came to Signature Care for a thumb injury and Dr. Golla was very caring and helped us get everything fixed! The staff was amazing as well!!\n\nDr. Golla\nRegistration: Leslie\nRN: Churiah\nER Tech: Olivia\nRad Tech: Eve','2020-02-06 16:36:56.332000','2020-02-06 16:36:56.332000',5,'ANDREA LEASSEAR','https://lh3.googleusercontent.com/a-/AOh14Gj1SHbUy_1T4Db76eOL3c5XPjEGVE0u2Wi-bcju=c0x00000000-cc-rp','3511292162159714121',40313),('AbFvOqnNrcf_h0xHX1YSUqH-aiKo09eOnTf4gaJVHYudOuw0WEIMSE33bIv84fFkfn4A9JEwyF3qtA','alvean Good experience. nurse and doctor very helpful. highly recommend','2020-11-04 17:08:12.743000','2020-11-04 17:08:12.743000',5,'Yolanda Lee','https://lh4.googleusercontent.com/-tEtBKs0--Hk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck81ySnXExMwpUu3J7DdW8nAWapTg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32996),('AbFvOqnnRpJohkDwpy_caJaLEHpjX-w33iW3Imq5CoY-l1uS0GbXk1xjToqWyp6e3N_sGlso6DSpTQ','(Copperfield Location) I had to go to the ER yesterday and I can say honestly that they surpassed my expectations. Online they advertise a short wait time and man they weren\'t kidding. The front desk gave me the new patient paperwork and I sat down a good 45 seconds and the nurse called me to the back. Facility is very clean and the whole staff was great! I was in an out in about 2 hours. Fantastic Service and they offer beverages and a warm blanket if needed! Lord forbid I need the ER again, but if I do I\'ll definitely be going back. It\'s way better than sitting in the hospital ER for 10 hours of your day. Thanks to Evelyn and Alexis at the front desk, thanks to my amazing Nurse Jennifer, thanks to Mike the Radiology tech, and thanks to Dr. Nyland for such care and fast service!!!','2019-02-28 15:53:08.860000','2019-02-28 15:53:08.860000',5,'Asia Duckett','https://lh5.googleusercontent.com/-ao455BWnq1E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZiQt0Qhrzs_IzXnRrfVg0atUXnw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38272),('AbFvOqnNS1dd3wdH6125fJwDJY3eUuU1h6v4K5fLbUr64u98Te0IIk0HuYbs_MdBCPl_ZeWgCSwR','Cody, JD and Sam were all very helpful with my Covid testing today. Thank you guys!','2020-07-28 13:08:39.089000','2020-07-28 13:08:39.089000',5,'Tyler Riordan','https://lh4.googleusercontent.com/-hO7VHw9mHvA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckGHbCsS4VTJtWK1CiX07uOx887Gg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38741),('AbFvOqnNsFXIIINc7jeCj7WFc1HjcKEPpIbGwCkwsp0XO_iMt5mttqezJXad9vCUlQ_T8uld4xxD','My wife and I came to this location so to the fact she was in so much pain. The staff treated us as soon as we walked in the door broke down our payment options as we did not have insurance at the time. From the front desk to the nurses as well as the doctors. The staff was overwhelmingly helpfully. I recommend this location for many many reason but mostly the staff was friendly and the care I received.\n\nLove you guys','2019-04-22 05:37:19.005000','2019-04-22 05:37:19.005000',5,'Morrison Chukwumoabi','https://lh3.googleusercontent.com/a-/AOh14Ghsh0eiavRIcXuVaPtJcQlmsljKRSyeKT7geAypZg=c0x00000000-cc-rp','2694018788013845459',39364),('AbFvOqnNsMYRVD8-Ialj0wDrtVCwu2TUv5-_RyA2clRrcUQQhmkAnxoQeqBirz7V1PXF7vztypGjQw','Great Service From Counter to Room Tanishia got us In quickly and also provided us with whatever we needed Nurse Susan and Dr.Patel made me forget I was in an emergency room with the care and detail shown to me. Thank You All So Much And Shoutout To Laura For the quick and easy xray','2019-10-04 16:04:22.740000','2019-10-04 16:04:22.740000',5,'O.T.W R.E.M.E OTWEnt','https://lh3.googleusercontent.com/a-/AOh14GjdKhEhqdtjATsNGYtCsubkHwIQZ1Egr02aykJJ=c0x00000000-cc-rp','17898197009688164559',37962),('AbFvOqnnsoDLnjcy-s1xnzybflKvs0EAcPqearm_aZvQ5GvumneFaFx4UR9vWne4Jnxkw4VIeak-sw','Dr Straface was amazing. She took the time to sit down with me and listen to my concerns and you could actually tell she cared about my well being. She made a bad day much better and got me on the path to recovery very quickly. This was the best emergency room visit I’ve ever had to make.','2020-07-18 21:11:03.881000','2020-07-18 21:11:03.881000',5,'sum 88','https://lh3.googleusercontent.com/a-/AOh14Gi_ttILuNa3AbcEsCK9547Cd16gnrYk3Bo0o3VN=c0x00000000-cc-rp','14748677429039074158',31989),('AbFvOqnnSRcZXymZF3L1YvWqUXs4RMuO62MbBXUR1TCgKKaUKV6r7I-YHuhQ9Y-sVwKuDUAdn7lYQg','Great care and extremely quick especially during these times','2020-07-23 20:43:38.663000','2020-07-23 20:43:38.663000',5,'Cne Ross','https://lh4.googleusercontent.com/-0umCYqhedo0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmmbjYeCULEVKp-txiOhE8MwCrP2w/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42977),('AbFvOqnNsu2mVDjQxsfZd7qYKXxd1QjwNEI43cT0XuVJOeVTaEC8CSyvhpimYw5GtlIMwK7MydK4','Everyone is so kind, knowledgeable, and compassionate! Would recommend to all friends and family. Very happy with my experience!','2016-06-15 18:16:22.222000','2016-06-15 18:16:22.222000',5,'Lindsay McCann','https://lh3.googleusercontent.com/a-/AOh14GjlxlmSj6ycJUQS1VWxS17PmVmEmosMMPRUiSAuQw=c0x00000000-cc-rp','3511292162159714121',41210),('AbFvOqnnsVmlxSIufTrF3KuQYfzML2cuGHefr0dGL4Uxkphe3WkQMeCJu7oShu8R0VaLU60_ZNMqUg','Really great emergency care','2019-08-30 14:32:14.968000','2019-08-30 14:32:14.968000',5,'April','https://lh3.googleusercontent.com/a-/AOh14Gj_jTeXbi2NYE-F4felFDQRa_zA11AsOt_jf6iKqg=c0x00000000-cc-rp','8918455867446117794',43201),('AbFvOqnNSZcs6PsFhujxHINyBqFR7GUq96IfQXpq4-idlddMpVJmSrsrPHtcyLhD7alMuVp63E55gw','Very professional and caring. Dr. DeWaal, Nurse Katie, Frank & Earl make a wonderful team.','2018-07-30 02:01:42.299000','2018-07-30 02:01:42.299000',5,'taylor ireland','https://lh3.googleusercontent.com/a-/AOh14GgjUyEbnTFbJoWbCCbH3RVmfbOik485UTw37DhHdA=c0x00000000-cc-rp','16891069708558046635',36378),('AbFvOqnNt1dBDqfL5ffAAbhsJxhyYIe0ZDN3DxZtorCAAD-xXDfQRX_X3uFruDDplmblWhWppG1pPw','Kendra got us checked in super fast with no problems and all of the staff was very welcoming !! I would recommend signature care to all who live near one .','2019-12-08 19:59:50.094000','2019-12-08 19:59:50.094000',5,'Emily Malone','https://lh4.googleusercontent.com/-_XXmj8T472I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckmc0lxaS1fBHCzmcZaA5d3Cok4dw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34506),('AbFvOqnNT7wgx9qpq_2BaT9Q42kyLBG8US4Uga2fHoeyWfJciFT3InHP89pNiHnIqEgUpFsXBvlU2g','Good service! Thanks to Dr. Harjai, nurse Ekaterine, radiologist Kat, and Patricia (registration service).','2019-11-07 02:13:29.903000','2019-11-07 02:13:29.903000',4,'Leslie Waire','https://lh4.googleusercontent.com/-BT7EC4zz1Xk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcCk_FMDE28rvRHHSfEP2HyMiejg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32407),('AbFvOqnNTNEoUu57Y1jrVEwIfO3ROg_15l9Q3cqBOiQAHPLAiWax-Phx3Gb-nuDzGsobNxZrl9Wmtw',NULL,'2020-02-25 05:29:38.723000','2020-02-25 05:29:38.723000',5,'Jacques Mayer','https://lh3.googleusercontent.com/a-/AOh14Gjw89VF8cuUoKH2UCWScejHpkOyWKJBvbO3QxNl=c0x00000000-cc-rp-ba3','17394740196501090048',36612),('AbFvOqnNtWvfkOdXYOLqfCXdkxaD6n81C8o98MurgbE1vMwCLDs6QagHFXthh0OkEAvN8NlD1eK9IA','I came in super early for an allergic reaction. This staff was very attentive! Got me in no problem no waiting time. Nurse Savanna was very comforting always checking in! So was radiology guy Aaron. Dr. Starr was great he asked plenty of questions and heard my voice in what was wrong! Highly recommended in any emergency!','2020-02-08 13:41:15.374000','2020-02-08 13:41:15.374000',5,'Celina Valencia','https://lh6.googleusercontent.com/-vND3xJibVi0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckWHJ2E2QxnXwqcxBMYzlgUf7aV5g/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29439),('AbFvOqnntzQKKmTOmRiXAxgoqT0LjNTwv46vU3NOxAjKG2CHNQo3ZB7wtsO2lLj9wq3k72C5-w1FiQ','Aaron Ortega was fabulous and really helped me out in my time of need. Great customer service!','2020-07-04 14:26:27.618000','2020-07-04 14:26:27.618000',5,'Ashley Shaw','https://lh4.googleusercontent.com/-ikGeS0_nLik/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3pEwrj4ZZmANGLAWDr3y4ByXqFg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29372),('AbFvOqnNU2E_vbkFPp3ND524Eh_HSoSZ7I3VoH2s7S22BRF8UpX6tQSLL-sFl_YU4y8K9oQUW6gmrA','Friendly & professional staff, with a quick walk-in appointment. Would definitely recommend!','2020-10-10 14:11:20.877000','2020-10-10 14:11:20.877000',5,'Amber Wood','https://lh5.googleusercontent.com/-2CgHaS5Eg3w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckcSCMP7thIMkKEK-RsR7G_U26YUw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40184),('AbFvOqnNu8twE2UxoHu5xqFQLwedchlPy9-jAUOGJFLGZv1utaXbJ9VeVmxtVkThvRceEL9Fh7I0vQ','The staff at Signature Care ER were very courteous and professional. We didn’t have to wait at all and they checked on my son several times during our time there. If we need an ER service again I would not hesitate to come back to this place.','2018-11-20 02:09:38.892000','2018-11-20 02:09:38.892000',5,'Rachel Williams','https://lh3.googleusercontent.com/a-/AOh14GjYud8OZbR3O6bjiYszZFk_Vht4lg7kwCedaxNh=c0x00000000-cc-rp','16590124370714063921',35096),('AbFvOqnNum6v9iKYo7GbF18LBhd1tfXUSUNDqZ3-055fgAXIRGI54ZccjwQjw5om4zdQcwy36T3dsQ',NULL,'2019-09-23 18:37:28.962000','2019-09-23 18:37:28.962000',5,'Jace Mayfield','https://lh4.googleusercontent.com/-ofQjja_VZCY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmea98bCLfr2MgDVRv0nz3_tmKqqA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34653),('AbFvOqnnvadF0okjQTXmZwGrEXud40qdhpnaSHiNEtRPmcxONPbOIDuK-Vlb0iZc3QbpMtL_TAqd',NULL,'2019-11-11 15:26:12.110000','2019-11-11 15:26:12.110000',5,'Shelby Darnell','https://lh5.googleusercontent.com/-q9MsNq0FKBU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucncXRPLZ8VrG07e6qRsqm9KWubFNQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41989),('AbFvOqnnw0O2tJYOAgHjWcKhwXh2JQMzllATMIYgEF3smeVcKsOvhjPpkYCq9n0x4aphDcFyQzlp','After a \"1 degree Kevin Bacon\" COVID-19 encounter, I went to SignatureCare for a rapid test. Their care, concern, and handling (herding) of patients to keep everyone healthy and feeling safe was top notch. I am someone who asks a lot of questions. Doctor Das and his staff were patient and with all my questions, and very thorough with their answers.','2020-10-23 00:05:37.079000','2020-10-23 00:05:37.079000',5,'Christy Robbins','https://lh3.googleusercontent.com/a-/AOh14GgEvA5-tkOHFBF_C-7GsK4BLt5RyIvBS-3Ca15p=c0x00000000-cc-rp','14748677429039074158',31470),('AbFvOqnNW5vcH3WE0nv6sSUbgk8gQIl4HnaFOzYwEm9A--dSceZvHD8M9FAHZFATlLLy2fseuvHvTA','Great experience really made my child feel safe and okay even gave him a bear! Nurse Alvean, patrica c and doctor Nguyen are recommended.','2019-12-20 20:36:31.572000','2019-12-20 20:36:31.572000',5,'Chasity Salcedo','https://lh5.googleusercontent.com/-Yio-xy2_XvE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckZ35QaNaS7YqF4G43sbvhGsUm4GA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33580),('AbFvOqnNwBXK2VKiY7CNn7P03uU1WbyAmYcLG4N56tSdWEprvlruh6-AgUGJBgk1QIbRO64lZ0HrJw',NULL,'2020-01-21 20:33:11.335000','2020-01-21 20:33:11.335000',5,'Alexis Swafford','https://lh6.googleusercontent.com/-uNVMGRJSILw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclx_f3dq-uR7Nf_KoAFuF1-i30anA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39685),('AbFvOqnnWccEFGwiwsOm92grO7yc0QG34xHEeh4TKqmlnAwB44qb0sNDuOl4k8o8pO9HIYKdX_PN','I had an amazing experience! Dr. Patel was great and informative Tanishia was a great help as well, very welcoming. I highly recommended this facility .','2019-11-27 08:50:28.127000','2019-11-27 08:50:28.127000',5,'Jeremy Tolbert','https://lh3.googleusercontent.com/a-/AOh14GizkH0Y5yRjdrgfhRMs5maPmwHErNFLxob_B2KvRQ=c0x00000000-cc-rp','17898197009688164559',37844),('AbFvOqnNwmyUGhK0I4koZYn8jDTkJv8imdKqWvPE_rOumMADyKMsDk6HZQnwynh8fK6pNJNNP6H35g',NULL,'2020-03-13 15:39:24.414000','2020-03-13 15:39:24.414000',5,'richandra justice','https://lh5.googleusercontent.com/-FoDHZcj7XfU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmScNC1l5I0kPqx9npUT0Zhw4pQ-g/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37621),('AbFvOqnnwqRXBgxbW03KosX04Se7H7Be4rqB6cSXQQQJd7a4Sw1l_ZRD7ziXhgd-SwB1JrHACWP9FQ','Staff is friendly and caring!!','2019-05-15 16:57:56.726000','2019-05-15 16:57:56.726000',5,'Marisol Tijerina','https://lh4.googleusercontent.com/-r3JO3wEkmVM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmMGDKPLr8Y403YXgnmzUGEyOF63A/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41740),('AbFvOqnnwuHQivUN1VyHmiJVSroSnrV8wz3MVN6ix7AGCUF7IcJvXoNf4P_IWOn43gtcNwh0-X-OOA','Fast service, friendly staffs, thanks to Dr. Golla, Fanny, Okarys and Janet for the hospitality.','2020-02-05 15:55:25.284000','2020-02-05 15:55:25.284000',5,'Bukola Johnson','https://lh4.googleusercontent.com/-mjfqwdbGCVw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmhAVSy8CsyDWfmQHjSw_GcPLB6RQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36643),('AbFvOqnNX2Bre8KB3msRylmVGaxKFipNj8hXqojsw3j3sJp3yq_pKOVt4nJb2zhya6GxQbw0eqa4JA','Very nice staff and was able to get me in when I walked in the door. Dr. Ashbrooks and his staff Sherri, Courtney and Katy were all very helpful today.','2019-08-13 15:14:35.475000','2019-08-13 15:14:35.475000',5,'crystal nicholson','https://lh4.googleusercontent.com/-vgeIfUj-4gA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmkpvpbC6XpBINhvHX3j0SVveCE4g/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39823),('AbFvOqnNxolEp5cIHZuBqtpsQEQkczV9iUDBPaQJwXQuHN6Qn4W0CA3nAY7mMLL_PXn5cIOOtX6WCQ','My 5 year old daughter busted her chin open and needed stitches around 1am in the morning. They got her in quickly and they were very nice. They have a room just for kids and the staff was very calming and encouraging to her. They gave her teddy bear to keep and to hold during the process. I\'m very impressed with this location and she told me that everyone there was so nice to her. I hope we don\'t have another emergency any time soon but if we do, I\'ll come back to this location.','2018-10-07 16:39:38.585000','2018-10-07 16:39:38.585000',5,'Natalie Dague','https://lh5.googleusercontent.com/-gKgq22CloSs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnjtNbf1rdms60v-fmfu_eYKoF2wQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38366),('AbFvOqnNxqrcp3WKSQzEFZvBYKbyFzAXz5xDwLEvP0Am72k_q5w-kaF7bJeYZhYhsbz89XVEmyxrNQ','Very clean building and the staff was amazing! Cody and JD helped my son and were very patient with him and explained everything to him ahead of time. The doctor also asked a lot of questions and gave us options and offered other testing we could take that day.','2020-09-25 15:03:57.397000','2020-09-25 15:03:57.397000',5,'anastasia aguilar','https://lh3.googleusercontent.com/a-/AOh14GgrU4SxrgJDWgI4wSOBfwKzI1XCIbCX-HksjCgk1w=c0x00000000-cc-rp','2077061009497551125',38520),('AbFvOqnnxxS4UinQX8moT5konJXXq1bnfZ-gFE4XMSg6qfatIINWGHWJ1ukhGQqtaeXgBE2UGXtoNg','I had an exceptional experience with thanks to Tricia, Dr.O’Malley, and Robert. They made me feel like I was in the comfort of my own home.','2019-06-08 19:53:57.582000','2019-06-08 19:53:57.582000',5,'LaToya Straughter','https://lh3.googleusercontent.com/a-/AOh14Gj6Mv-bLpaA5jTYz6rTPsdTedfsbyGiAxaHzuauXA=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqnNy6WKJwACfyRY4jzFCAugdiAZfIfgXa3unFtKxnXRAbluXgL24oumiPyqJP6YSZEfOzpV5w','I had a wonderful experience. I was able to see the nurse within 5 minutes of arriving and the doctor shortly after. They listened to my concerns and accurately treated my condition. I highly recommend!','2017-10-22 01:36:41.782000','2017-10-22 01:36:41.782000',5,'Stephanie Lyssy','https://lh6.googleusercontent.com/-Et1AbLYl0GA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-f1zrkwqH6FzmznF_I72id5M9nQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32642),('AbFvOqnNY8wRKHWxfdVRD_Qd0U63-IZm8aeBP11ps-8lj7NLs0Kqn-Em_hPj4-6iXTxyIRUKptA_','We arrived at 3 AM with our one-year-old and 107° temperature. Dr. Sylvester and his team immediately got into action to reduce her fever and to identify what was going on. they did a lot of tests but they determined finally that she had pneumonia. From the minute we ran in and from that point on the entire staff made sure that my husband and my daughter and I were comfortable the entire time by making sure that all of our needs were met. We spent a long 12 hours at the emergency center under the unbelievable care of Dr. Sylvester, Dr. Miller and their entire staff. They took care of us like we were their family. There is no doubt in my mind that if we have another emergency we will be visiting the signature care center immediately before going to any emergency room','2017-07-20 18:43:26.861000','2017-07-20 18:43:26.861000',5,'Paula Reidler','https://lh3.googleusercontent.com/-K-08VVy0q0U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucndES7WLKM6Bgd2TbiKfLUTVHdwkQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31006),('AbFvOqnnYi676iMMmlC7RgjYLrkcE20YizWnIIqmYggeVF5bI0Q96YQzBomi2VKR9__1coO53D1CTA','Wow! What amazing and fast treatment we received here! We had to bring my 4 year old daughter in for an asthma attack, they took her straight back into the ā€œreally coolā€ kid room! The nurses came straight in and immediately made her feel comfortable!! Dr. Jones was amazing with her and was very knowledgeable and comforting! Thank you to all staff who helped out today you guys are tremendous!!!','2018-04-15 01:57:54.764000','2018-04-15 01:57:54.764000',5,'Chelsea Jones','https://lh6.googleusercontent.com/-P6fhQaa7hPE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3H8qOsGAHrfC9YygKuOJQXOY_yg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38372),('AbFvOqnnyTh1hkGa0qyNTnSByqMXWvR55F1O0s08ZxKYCXuJdEhRR1Q0NFVM9GVdRGRpUPC9DIY52w','Every staff member that assisted me yesterday were more than candid; they were all so very kind and sympathetic while remaining professional.\n\nThere are three specific nurses and/or technicians .that were exceptional with their individual skills and care. Nicole and Daniel were incredibly attentive to accommodate my needs. Chastity was my ultrasound technician. She truly was sensitive towards my ailments, impressively knowledgeable and all with one of the most pleasant and courteous bedside manners I\'ve experienced.\n\nThank you to the entire team at Signature Care Emergency (Heights) for making an incredibly scary, painful and humbling situation so comfortable.\n\n-Laura Hargrave-','2017-03-08 08:10:41.611000','2017-03-08 08:10:41.611000',5,'Laura Hargrave','https://lh4.googleusercontent.com/-2jjQSblQ9Vw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnPigK77IPFDdwghcmYjP0uagJclw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31088),('AbFvOqnnZh_GAy2_pQQ_lbM3XjvmhI37bvQB848hiC5DlF5l1S0ceWZeD67DfEudMpk5Ru5OJovwUA','Great customer service , the receptionist was very professional , quick and efficient service, friendly staff appropriate medical care provided!','2020-12-18 21:03:58.909000','2020-12-18 21:03:58.909000',5,'Javier Amaro Jr.','https://lh3.googleusercontent.com/a-/AOh14GgtzSAAOj_VnbguzWb_YMK5mxbDPstNET8CegPY2w=c0x00000000-cc-rp','14904078213800803294',32128),('AbFvOqnnZkBoLR4MHWxlKOd5hgd9Cb4QWeEi0ppairB-qKSqQ3S1_Wlgn3kdx1v7TNraMQysSPIaIA',NULL,'2020-06-24 12:39:04.747000','2020-06-24 12:39:04.747000',5,'Mona Sarofim','https://lh5.googleusercontent.com/-H-Yx_PDtkdU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck9UHbXBggcs4BdM5hgP35R_4cO-A/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42370),('AbFvOqnNzrr3TpIetMgHkV9RlgEEW_bQIjaLWdNz4kfNp2DtKB3KtNW6lNXJzY_iftXI4moYBWM_IA',NULL,'2020-05-24 23:52:27.846000','2020-05-24 23:52:27.846000',5,'Jacqueline Cano','https://lh3.googleusercontent.com/a-/AOh14GjHvYVFKKkdWWF_hIutErFq5pduv0ri9wN64cUk=c0x00000000-cc-rp','8918455867446117794',43047),('AbFvOqnnZuRUx_PmW2nKha1isEoX332tM__AsDvSQYhrnlNxZ1WRHrC73FpSWNptBh2YZCER2i45Zw','Very clean! The front desk rep was great and my nurses Julia mad Vallory had excellent bedside manners. We’re very pleasant and attentive!','2020-12-27 21:46:09.925000','2020-12-27 21:46:09.925000',5,'Eureeka Phoenix','https://lh3.googleusercontent.com/a-/AOh14Ggdu8rBW9i6RDlfIQWiifVggiIvbU2J62Kx0EqIQ8k=c0x00000000-cc-rp','15979470999169074295',43993),('AbFvOqnO-CDmsbP3846KToyvzPicYeTN6IpgHl8SvjFSzs6ftyTSSqV3ZzHnzXNbE7gOwlLlkfL7yw','From the front desk to all the staff , this place is professional, quick, clean and so friendly. Nurse Megan was very friendly and made my sister feel at ease with her warm attitude! Radiologist Townsend is awesome! He was very welcoming and made the process quick and easy! Dr. Weston was great as well- we appreciate you all!\n\nFront desk was great, organized and quick! Very clean as well! If I could give more stars , I would!\n\nThank you all!','2020-12-17 21:25:30.739000','2020-12-17 21:25:30.739000',5,'Vanessa Samilpa','https://lh3.googleusercontent.com/-5D4wLuUKmXo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucll0dOr7W7rxED_a4FVnmfcpF89GA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',44551),('AbFvOqnO-eB_adiTxNB6K1gFm4eGvaDjzguBW8qqcx588dPeQgb9qVLsl_P_mkwOO9mqIFuj219SfA','Had an appointment at 6pm and 3hrs waiting for a test that they said on the phone was only 15 min','2020-07-17 01:31:49.389000','2020-07-17 01:31:49.389000',1,'-I Q','https://lh4.googleusercontent.com/-xtJg7dxsag8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucke96o8loOJa5lmfiiZhcD53TF5sQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32019),('AbFvOqnO-oVQ581r2y1ialUfE0QoHgeeu_P9MaESHhX74m2dWmzyGJXgO5X4pC0L-nJ_nRsp5gsBtQ','Kendra was super awesome and helpful!','2019-11-07 17:03:06.567000','2019-11-07 17:03:06.567000',5,'Giuliana Slaughter','https://lh3.googleusercontent.com/-UMVS0Re51gA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckwOOCVg3SN26KiT_NEptCdwJsQbg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34573),('AbFvOqno0jEpCFZjUfZkg1netpeamLE8MAlfSM3WWgJ5kvF0THuuOkuU6JFa3hoSfRWan4-9p_kuCw',NULL,'2020-07-04 14:46:45.550000','2020-07-04 14:46:45.550000',5,'John Ding','https://lh3.googleusercontent.com/a-/AOh14GjNCU7NkOAURDpeRQy0wRs3zubBVCWPqH4N5NvYhQ=c0x00000000-cc-rp','8918455867446117794',43016),('AbFvOqnO0K5JL9icgma2Tc-F36A_8uanUmOCu1SrF4FD_Kzmn9RZNylC9ZNxuAWOAiBgK07FzaJ6OA','Best emergency room I’ve been to yet! Samantha at registration was very welcoming and helpful. Dr.Souman gave my daughter the best treatment for her condition. He made her feel at ease! We will definitely be coming back again!','2020-08-21 01:37:16.806000','2020-08-21 01:37:16.806000',5,'Brenda Roman','https://lh3.googleusercontent.com/a-/AOh14GgRzdyMM714Jjt0653pDvqqhPdb9kxbuFcMe6Ki-g=c0x00000000-cc-rp','14567670160750071148',30133),('AbFvOqnO10ufQqxkkObZ-BJF4v4XD8QbWllr1ASbNpkbvu_7DOoL13G3QzyVARXYBotPkekQLQXkzA','The service at this location is 10/10!! My second time coming to this location and I will never visit a traditional ER ever again. Nurse Churiah gives the best care and is very patient and thorough in her explanations. All the physicians that work at rue facility are wonderful as well, especially Dr. Ding, Dr. Jaclyn Harrison, and Dr. Sylvester. Nurse West helped me all throughout the day I was at the facility and was very attentive and gentle.\n\nHands down best clinical experience I’ve even had.','2019-03-28 02:22:50.863000','2019-03-28 02:22:50.863000',5,'Nia Casey','https://lh4.googleusercontent.com/-9kLQ18HbJ5w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3NBu1j6BJs4TjLKZAKyQDLJvKXA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40608),('AbFvOqnO2_fg9CMFf4Zz4ER6-nQnQQ1jVCEbvp9Ny1uKEu-lOkR8s8z_QQPNTC6NAGgSbrJZOUzG','Good staff\nReg: Rashad\nDr. Wang\nRn: zinaida and almaguer\nEr tech: Olivia\nRad tech: fatima','2020-05-17 06:08:14.680000','2020-05-17 06:08:14.680000',5,'Abdullah Zeeshan','https://lh4.googleusercontent.com/-DYpkWw5r8OQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck9lhjo2UCxdlUPDFjeakeooWpbgA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36589),('AbFvOqno2vxLM7qwj7kAdCrrwLobvgMW8yit2Zs8UOiPdhRDusCGuoA9YuMaZiV0zUU8TNi1zC5LIA','Treated great and fast. Andrea and Chloe were very sweet!','2020-12-18 23:57:52.579000','2020-12-18 23:57:52.579000',5,'Winter Ross','https://lh6.googleusercontent.com/-g8qvyEaWw3E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm9IvaQt1XhtKqt1pT2TJbgCtgUOw/c0x00000000-cc-rp-ba2/photo.jpg','3272657195432704501',39384),('AbFvOqno2XSkka6IZLRTwWYFJISqFSsjX34a-N6U5ef7z8gk3r0rJ2gn_xL11h0DYFTMXg1eVuLR','This is the best er I have ever been to. If I could give more than 5 stars I would. The staff was wonderful this is my new Er!!!! They listened and new exactly what to do I feel so much better. Thanks to the receptionist, nurses,techs and the doctors you guys are awesome!!!!','2018-04-03 22:48:30.944000','2018-04-03 22:48:30.944000',5,'Shirley Thomas','https://lh3.googleusercontent.com/a-/AOh14Gj-NY_Ars386tw7S2IjsZlVrgf6LMDzKE87BHMing=c0x00000000-cc-rp','14904078213800803294',32594),('AbFvOqno4-4gFdVDDZX47Q5jI9Bot3bd0WIOg8WUVMVUWv8uEXk_mMlL4qK3bSfmYUldH9Cr9vc','Great staff very attentive with their patients not much else to say to be honest they to their job right','2020-11-24 00:33:01.002000','2020-11-24 00:33:01.002000',5,'Ana Barron','https://lh6.googleusercontent.com/-DpRoHIZTVpA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnw49uDaO6Wn0Lug_Uy-Fi2H0KL3g/c0x00000000-cc-rp-ba2/photo.jpg','13486358490203335051',29258),('AbFvOqno4dmYcDroQk_RKOyQbNuGDFFpjaSBjL6dQDSB5r02nfV0dkrd9y8UHWW5uoSNTeTB0gph',NULL,'2020-10-26 00:17:26.069000','2020-10-26 00:17:26.069000',5,'Mark Ganaway','https://lh6.googleusercontent.com/-8lRiQ4vYgwM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucms_a5rdLU9xG1b98D_IojwY8YRzw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29288),('AbFvOqnO4e3M7C9UKzePsl6hAgaA5vcivzsuP-VCdefab7OI5Go6qgqqnRQ7f7SdfEYWfGMtriY12g','The Staff and Doctors, including Dr. Vaahenes, Nurse Racheal, Tech Jessica, Tech Matee and Miss Ashley were very professional, knowledgeable and polite. They provided outstanding care. Highly recommended!','2019-07-08 17:15:03.688000','2019-07-08 17:15:03.688000',5,'Amir Halai','https://lh3.googleusercontent.com/-8GB4iVYnvX8/AAAAAAAAAAI/AAAAAAAABPk/AMZuuckehsOnkcD3FPmgZSjZuMQIIsGKrQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38100),('AbFvOqno4Zhn7YBpB6pQLwRVdbVlMlFIasKc6JU_M02LjXbKxxt_WeYz_rvzNE3NQH-2-q1ANSBX','Brought my son in early this week, staff was so so nice and very helpful. There wasn’t a long wait, we were in and out within the hour. Highly recommend','2020-01-16 20:23:22.105000','2020-01-16 20:23:22.105000',5,'Crista Valenzuela','https://lh6.googleusercontent.com/-xOqXVLEJUaA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm8gP3gJSU6Nv5dJJSWD41fScOFpg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29485),('AbFvOqno53RsQZ7rk3cOF0DwakTE8Dt-XzgEofS7017nP838qE3k1et8YQUhxtFMJ9fQL2n8V7p0','I was treated with the best care ever! I recommend highly!!!\nPS Before leaving, please make sure that you have your results.','2020-02-20 19:42:02.545000','2020-02-20 19:42:02.545000',4,'Marcella Dupre-Gunter','https://lh3.googleusercontent.com/a-/AOh14GjokVP3bdYndIl0GpvAP-BzkE-OyFQAoSgsdOOe8A=c0x00000000-cc-rp','8918455867446117794',43080),('AbFvOqnO5PEz27KhvlQ1X2dycoDneEGfQlp8JbTm3pZAlCvb5z6pCyh9zyQgWlxZdwacFvDhMHrt8g','The staff, nurses, and doctors were very nice and treat you with care. I was welcomed and attended to right away and notifyed on the spot I had a fractured foot.','2018-03-09 01:47:32.436000','2018-03-09 01:47:32.436000',5,'jaslynn olvera','https://lh3.googleusercontent.com/a-/AOh14GhJfKt-zUvcdszddR46Qt4THoFbbVe_0MitCGsNww=c0x00000000-cc-rp','3511292162159714121',40952),('AbFvOqnO5Z-dRr6aasC8HKQ_ejE3L7Mb-_eTAr0K6pmz-pSUlZjO5Gi_z9QXjJU-XD8Xv_EAKwMz','Everything was great! Registration was very patient, thanks Dee for everything!','2019-08-14 14:57:45.186000','2019-08-14 14:57:45.186000',5,'Mariam Laraj','https://lh3.googleusercontent.com/a-/AOh14GiXMjZqX5ZspIHvdXzOsxyb8cQAiqbpRZxU32pvRA=c0x00000000-cc-rp-ba3','3511292162159714121',40450),('AbFvOqnO63t1u959e8cBFwjBPiB5-0Gj9Vrt-OOi1sxcMFkAS7GrxcjU-IGiYrfwNrbtVU6EowmKKw','This is my 4th visit to this clinic for a rapid covid test for me and my family. We have received the best, fastest and easiest care. I can make my appt on line and the have them on the hour every hour available. This visit Chelsey, Christina R and Clay gave us the best service and made my teen feel very comfortable. We will definitely be back for any urgent care needs.','2020-11-09 16:38:37.905000','2020-11-09 16:38:37.905000',5,'Hope Cole','https://lh6.googleusercontent.com/-31BmL3rHov0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmuo_Q3CK_K9xhXRCv5UBCxphns-A/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35607),('AbFvOqnO64HbnXYEhvHhdE11dXBzklP1hpSFbBx1qesrm_HmTcvzHdrL_Qaj0nxQlZ0GEynnDGDg9w','Very fast , attentive service. Conveniently down the street from our house .. We only been here 30 min and they have done at least 4 test . recommend this facility Dr. faig, maya, and kristina were so helpful😊','2019-12-31 23:06:25.663000','2019-12-31 23:06:25.663000',5,'Claribeth Dominguez','https://lh3.googleusercontent.com/a-/AOh14Gh5pfk2Z8gV_qXlwQ34lLyDGBx8w7CqWjDqVu2Upw=c0x00000000-cc-rp','12541597562633926366',28871),('AbFvOqno6DvtSvldoHPqoq5ACAAg9zGAacr4eH5NxVsumVANSrQLw7ApULfTgIIz0cc2Kubey6_9','It was very good and fast','2020-07-08 20:07:52.076000','2020-07-08 20:07:52.076000',5,'Francy Quevedo','https://lh3.googleusercontent.com/a-/AOh14GiyvMwd0ZGYtDj5KomkR40FWOfnE1P4jx1DHbBy=c0x00000000-cc-rp-ba3','8679688254631342173',42359),('AbFvOqnO6yU6ViK21p4MrzV0KN9U89SNn8b_AF4ZGxNPjlIXJJ2xgBwbdA36z6vdzwIZW3Hhj8vdiQ','I went to this location for a head injury and the service was astonishing. Usually you have to inside a waiting room for 3-5 hours before being seen. But I waited less than 10 minutes to be called to the back. Nurse Irving and Brittny greeted me with a warm welcome. Dr. Ding listened to all of my requests and executed them as planned. Amelia made sure I was comfortable and relax during my CT scan testing. Sade and Kandi provided me with all of my financial information and recommendations since I’m a cash pay patient. Thank you all for your excellent customer and doing so within 2 hours. I have never visited an Emergency department and receive care like you guys delivered. Keep up the good work. Thanks again!','2020-09-06 23:15:42.679000','2020-09-06 23:15:42.679000',5,'Mililani Watts','https://lh6.googleusercontent.com/-5Fz3eyqK7m0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl8F7cW-U3CveXMp8CCic2gBOkVkQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28555),('AbFvOqnO7agplJwcWwJbcSgbAW_t2Ze2Nl72WHXmZSqqrqe4XCfqoz6rBCV_Y0fZ2BrgJ_boLf_l4Q','My son was not feeling well and we realized he was very dehydrated. I drove him there at 12:30am and the quickly starting taking care of him. He was given IV for liquids to hydrate body. The bedside manner of everyone there was great and I felt so confident he was going to get better. He did. Dr Sylvestor, nurse Rommel, Adolfo, and Jonathon were wonderful. I would definitely reccomend Memorial City Signature Care Emergency Center.','2019-03-09 01:20:44.647000','2019-03-09 01:20:44.647000',5,'Jennifer Denny','https://lh3.googleusercontent.com/-G2XYM7JvY6o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn8qh8YKewXw6eQwF8qL38HEWrCqA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32490),('AbFvOqno7fG8FZ8o7YDNpfLX2ccxschNLOw6gIj9Unfd9pxy8eWj7ciGGi6gTUNMWmNQyQybIXPn','The best Emergency Center in our opinion! Everyone was very kind from the moment we walked in. Sindy was so helpful and patient with us! Dr. Boester took his time to explain everything and we liked that very much. The nurses Vivieanne and Larhanda were amazing! Thank you!!','2019-12-21 17:50:31.056000','2019-12-21 17:50:31.056000',5,'Richard','https://lh4.googleusercontent.com/-AKJGlnaTh9I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm9BmJ6qOF8jy0RCEsyKi7rbvxUUQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30390),('AbFvOqnO7SzZ-mRB9Cd5Is4RwATFEVYYUorJLAYu9uxbI2fiC9VpXAy2U0Nbbkmp22-wWPuoI8o3pw','Fast service and friendly staff. I\'ve been coming here for emergencies for years and plan to keep doing so!','2019-06-16 18:51:51.714000','2019-06-16 18:51:51.714000',5,'Tori Elmore','https://lh5.googleusercontent.com/-iwy5F79gjiw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn9tqzYJxKP4hlg9tnffvt1tgc5QA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30523),('AbFvOqnO7tSsERHzGdFCZFRzjhZQ-ZUaElmtLDFkxbEIAqsyztOSiIv6LSFBqFKV5UMt_tavA8kEyA','Friendly staff from the front desk to the tech, nurse and doctor. I was helped by Jocelyn, Jose and Thuy and they were all fabulous! I will recommend Signature Care Cypress to friends and family!!','2020-02-22 23:57:34.426000','2020-02-22 23:57:34.426000',5,'Cynthia Martinez','https://lh5.googleusercontent.com/-QW4HDIQWkqY/AAAAAAAAAAI/AAAAAAAAANE/AMZuucl8C2akR2ZmvMT25CH1Z0HbYGN3Bw/c0x00000000-cc-rp-ba2/photo.jpg','16389487648212004696',33337),('AbFvOqno85jbAX0MNl88BkX1IJqDepbyFmOWd4PHLkYci4ljUum4Uu3CXKj0eUYiPBWmWDGN4yAL7g','Dr Nguyen, Elizabeth and Nicole are great! Very clean and friendly place','2020-10-21 23:38:38.560000','2020-10-21 23:38:38.560000',5,'Joseph Horan','https://lh4.googleusercontent.com/-CUfsOYuKCUA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck3PGJBsmK3K4Sd7NHfdj8N-dpz5g/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40134),('AbFvOqnO8N8kGC7FR6pIaUHt5c7PeZsnsDz5otKvmBurG0OeypGIWqSYeC7l-TSx0wmE8GLkC6fbYw','I brought my 5yr old son in with a bad cough and breathing issues. As soon as I walked in the door i was offered a warm blanket for my son. I am very pleased as how quickly he was examined and treated. Staff is nice and friendly. Rooms are kid friendly. I would definitely come again for all emergent needs. Very pleased that we have an emergency room that treats both adults and pediatrics.\n\nThank you Dr. O\'Malley, Nikaelaa and Ricky!','2019-06-19 06:57:55.100000','2019-06-19 06:57:55.100000',5,'Karla Perez','https://lh3.googleusercontent.com/a-/AOh14Gi1XXUaYrf2wUb95OCUJw7Wy28pjxdFcpr0bZUthqs=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqno95UV8lehPehq3iE4vHD8rL9yOo6ge6iMC0r_4LCHmOxqAOyq-QaAXXrsSzJ1VFVIqAS03Q','Very upset tryed to take my niece for covid 19\nTest, i called and they said they take the insurance and we went in and they said they didn\'t. Very upset. The facility looks very clean and nice though','2020-09-09 17:31:42.647000','2020-09-09 17:31:42.647000',1,'Amanda Quinn','https://lh3.googleusercontent.com/a-/AOh14Gj9E_azxLwDNQOQZVXWvrsEehpjT6FiCoVr97HtbQ=c0x00000000-cc-rp-ba3','17898197009688164559',37560),('AbFvOqno9GNSaRP8iESVcIoyL5Gwt_01z4v_Y683d1QL1jkGI5qSotz53P22zpSHmaywZCUk8DHPnA','I had a great experience even though I was in pain. The team is great thank you Dr Yarra, Delicia, Rolando, Waldo, & Chris for such wonderful service...','2020-10-31 14:52:59.463000','2020-10-31 14:52:59.463000',5,'Tomika Jackson','https://lh5.googleusercontent.com/-xJnjUbTzuqc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclAYTXCJAB4IUIC8PnGctMv7kF9xA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42267),('AbFvOqnOA1sD3Wl2Z8figKoFo9POQmmnJl-uE_I_iSFxrP0Eb_F6zMn4jyuQddQiv21GdpI90NkI6A','I had a great experience here they were fast and they checked me they knew what they were doing and they were very kind I will always come here ā¤ļø Thank James thank you Anna thank valory thank Julia you are all amazing ā¤ļø','2021-01-11 21:33:22.635000','2021-01-11 21:33:22.635000',5,'Valerie Jarvis','https://lh3.googleusercontent.com/a-/AOh14GjdjAfzEz1m1dwBnibh8gVLN4cuKFgV_EXKg4Iskw=c0x00000000-cc-rp','15979470999169074295',44478),('AbFvOqnoa6IYeS3x1EQLN1FLDsjQuTSRUEyK7UZhIqiH7f2LzbqEM28NXOpgiu68oTcrn46QaGjVPw','Came in tonight and the staff here are absolutely amazing !! The receptionist Maya was very sweet and friendly. The service was quick and painless, Dr Smith and the nurse Kristina couldn’t have been more understanding and helpful!! Would definitely come back.','2019-12-13 23:40:33.666000','2019-12-13 23:40:33.666000',5,'Dominique Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GhsxQfA0y6xDxyJHNlqX1Ebk5W9-LY81Oo8k2GfFw=c0x00000000-cc-rp','12541597562633926366',28947),('AbFvOqnOA78KAL_fMMsv77D1UD-zoJN6erlcnGomK_G0ihLRncCftaier95e-YbB7cFkQSU7dcntbQ','They got me in and out super quick and the inside was super clean and organized! Cody and Sam were super nice and made me feel less anxious about the whole testing process.','2020-09-01 18:31:31.761000','2020-09-01 18:31:31.761000',5,'Ashley Aronson','https://lh3.googleusercontent.com/-i-0jmtjqhg0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucltzGiKiLKz74U0SXTIXamZhW0D9w/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38550),('AbFvOqnoA9CIjr9bB7j16EB7tI5e9QdvVc9Q8xNgLMBvUDLmZTiJW-ZJIQs2MD6NvVO8gh0B8SH5RQ','They all ways take great care of us','2019-01-30 00:15:13.457000','2019-01-30 00:15:13.457000',5,'kevin cornelious','https://lh3.googleusercontent.com/a-/AOh14GgkFKAYlOYb4WBMd082k194cVvlf4oGpmMg2jONZw=c0x00000000-cc-rp','13486358490203335051',29918),('AbFvOqnoAIL3Xe_8ayIjW1YPieTyTJ6LhustGr74MzMm8VrYsrdfFzXTPF89SRS_NhmbsEmUF_WK8A','Really great place to get treated. Everything went quick even the registration and the doctor and nurses were really nice and helpful in the process. They can do lab work and get results quickly. It was my first time here and if I ever need help again I will come back.','2019-11-14 20:57:41.414000','2019-11-14 20:57:41.414000',5,'Erica Esatyana','https://lh5.googleusercontent.com/-ID1tbNTJ3Cg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckrmHFpgHEdz3a0Otx6QHw3ZXG17A/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40386),('AbFvOqnoAjOi9Of-siHhJO2mftwmOuSy5Vir8aQFMMlrMxvmoaOrkHhlPyKQkaDtPNHS8GgQgEPI','My experience was wonderful I was checked , given a clipboard and by the time I finished it my name was called and I got my vitals taken. Soon after the doctor came in and looked at my eye and told me what was wrong with it and gave me a method of treatment.','2019-04-24 22:50:02.103000','2019-04-24 22:50:02.103000',5,'Laquan Rhoden','https://lh3.googleusercontent.com/a-/AOh14GgaK8L4r1v-Xfa8LHPCZvGXVHjoAEWsrOY3VcCf0A=c0x00000000-cc-rp','2694018788013845459',39361),('AbFvOqnoB-fUXwryyZGGQBAnaWvDlP3nS9Y-X-m3ISYNrhhXQUacyMCX8tVMGDlRpPcSeTXEeKr7Cg','Great team !','2019-04-14 20:16:40.469000','2019-04-14 20:16:40.469000',4,'josiah lawson','https://lh5.googleusercontent.com/-COskMBQqaPk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmT2rL8LSIo7px1mwUj-Rin4HEmFw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnOBHgF4MByFk0S4IAJVPNu-BwnjTYhVfhyGgn-20p4E8Dre0AlgWe5o52glPrWlRPuKrQ4Tw','They are following precautions for covid 19 and although the phones are quite busy I was able to get in same morning for a rapid test. April was very kind and patient. Great ER visit so far!','2020-09-18 15:33:27.115000','2020-09-18 15:33:27.115000',5,'Jennifer Gonzales','https://lh3.googleusercontent.com/a-/AOh14GiwqNpfisya4QxALLsALPqQgPJ4K3CGa7H5lyap7w=c0x00000000-cc-rp','14748677429039074158',31633),('AbFvOqnObJsQw_vBYhDjpmYLbBZixOCCWyQiBwNsP9UdFrEvNWUvm5kQ-niDWRgs9Dug4F01Vc6V','Anthony, Dr Anders, Laura and Naomi were all so very helpful and sweet! They made sure I was comfortable and that I left feeling better. I definitely recommend.','2019-03-23 15:27:19.119000','2019-03-23 15:27:19.119000',5,'Genevieve Karam','https://lh3.googleusercontent.com/-yd2LGRTIPlo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl0UokB6WmN9i7leV4EWUgA19_F8Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34954),('AbFvOqnobX6qUKemoXTu6ZM0pkJWbzuLRandcHJZVHNSAAJNREbgzvlSpWytkuMSvOreJKUdCmEiaw','Thanks to Dr Henderson, Chantel, and Tanishia.\nEveryone was fantastic and took care of us quick fast and in a hurry.','2019-12-30 06:05:44.790000','2019-12-30 06:05:44.790000',5,'Mark Myload','https://lh3.googleusercontent.com/-9UxKtjZ_hms/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl7NgQK7ZLHBm5ZVx3i_KRH30_TrA/c0x00000000-cc-rp-ba3/photo.jpg','17898197009688164559',37767),('AbFvOqnOcK8VMbLrkjPj4jt_QnAbF0si2aTyKtHk1A0uBw0n_-2NQX_AFd10Zt44FTZ_a1LoQ-uXGQ','Excellent care! Dr Zheng, nurse Josep, Shaylene, Lonnie, Alyssa treated me very well! I will always come back here!','2020-02-07 17:00:45.668000','2020-02-07 17:00:45.668000',5,'Kristine Jones','https://lh3.googleusercontent.com/a-/AOh14GgF2CKsW30UdzeaoZXvwTdal_brF_YUij7pUALpsUs=c0x00000000-cc-rp','8918455867446117794',43107),('AbFvOqnoCSes3UBS4nL_BiI_mDRiJkLu_PvV2ENywZff-X-RlZMkw2T1wH2_s3AF8HrzqKopqoysHg','Awesome experience, very attentive very friendly Dr. Pham and he’s team Sarah, Fatima Daniel and Tanishia at front desk was very lovely. We absolutely recommended anytime.','2019-10-02 01:32:25.680000','2019-10-02 01:32:25.680000',5,'Zulma Romero','https://lh3.googleusercontent.com/a-/AOh14GjXFxTJturxxvFwbUak_AdeDVi_mcAKcEL_23Oq0Q=c0x00000000-cc-rp','17898197009688164559',37973),('AbFvOqnodHfhABp_8RHyMvTXVlTZ-2amAq9n54neZ3z3whCsru9fW3uYOghMR7GT_AFQSHZubQoR',NULL,'2016-11-10 12:56:14.211000','2016-11-10 12:56:14.211000',5,'Roberta Smith','https://lh6.googleusercontent.com/-fYc5jv90jSY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXCeEwR22aQFhyAK4IH0yANgUO2Q/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37278),('AbFvOqnoDhxk4UFlaARUv7pJ4MNak-SLOzYDKfud0fsYlV1mEcvR2cCeyyw4QpbBu3MfkhjBRPqcOQ','Fast service! Marcus was funny! Alvean was sweet... dr dang was professional and elida got us checked in really fast','2019-09-10 19:31:30.589000','2019-09-10 19:31:30.589000',5,'Queen D','https://lh4.googleusercontent.com/-iHglvbwT2Es/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckvcDj5qDes8cmMdTRblp4hPoPDwA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33976),('AbFvOqnOdospVflAQy85gnGKqt9rPiskBdBH981huDWZ0GLQLcNsEArYmW9rrdJigzB8v6AqH_Ro6w','First, the receptionist was so kind and professional! Sindy, Gina, Marone and Dr.Wang are the BEST! I know I was not dying BUT I was uncomfortable having to be taken to the facility by my mother as I could not drive nor stop coughing yet these individuals were not judgmental. They were amazing!','2020-01-17 23:37:46.398000','2020-01-17 23:37:46.398000',5,'Tina Tina','https://lh3.googleusercontent.com/a-/AOh14GgrGKAGWVemkpKVrbw3i1NP4oa7CAsvCeG_0CnTKbk=c0x00000000-cc-rp-ba2','14567670160750071148',30332),('AbFvOqnOdTF8TWhVzaFLED9JCsSQWRBbo1qCrFCjZrkJG4NH9rUHq5r7aucmgfPk1cs9UurNZqyr',NULL,'2019-12-04 17:50:24.154000','2019-12-04 17:50:24.154000',5,'Larrez green','https://lh3.googleusercontent.com/a-/AOh14GjdOR7fPVO3qf7-VDRBe7JaJ96uIqKba-iCvpMd=c0x00000000-cc-rp','13486358490203335051',29552),('AbFvOqnoe3FE_ueTEfEdk1cYbsRBAeh5CsxxAxHlajz0V_L3oglyNVLuyUpKp5rKL8U-rnBJgrCRgQ','Brought my mom here in an emergency. This place was fantastic. The staff was friendly and very informative. We were helped right away. DR. O’ Mally, Alvean, kelly and jocelyn were wonderful. Don’t think twice and come to this place.','2019-11-27 16:18:22.291000','2019-11-27 16:18:22.291000',5,'Areej Yamin','https://lh4.googleusercontent.com/-D99lFSJGa4c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmW1YGmQCatF2NuFR8ZuBstNNnavg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33672),('AbFvOqnOe5Fo0ByONayjp7B3KXycZ443bBOVse2sjQOPIn-vqCMQJcVqB0pYBSa2BdiUWXqhb3et','Friendly people and quick service','2020-10-22 20:36:24.261000','2020-10-22 20:36:24.261000',5,'Cesar Ventura','https://lh3.googleusercontent.com/a-/AOh14GiYv4EzFKR3Rqs0WFKcNqFFnRflPSzArwj6ywlP=c0x00000000-cc-rp','16389487648212004696',33108),('AbFvOqnoE6mPhsLpWV_kW4LtoRVuJLIdgZnJ04gAdOoONQlt99_UijzicH4BgvaggX4hMCdzbDROHQ','I have never written a review but I am for this emergency room visit experience. Very clean facility with friendly staff, nurses and Doctor. My son was seen right away and the Doctor explained everything and answered all my questions and concerns. Definitely recommend 100%. I’ve been to PLENTY of emergency rooms and this is by far the best one. Thank you Dr. Cheng and your staff!','2018-04-12 04:12:11.926000','2018-04-12 04:12:11.926000',5,'Amanda Serrano','https://lh3.googleusercontent.com/a-/AOh14Ghs7qTA5WdldzCqipk0IkaWFhlSS0kYI4RRSZcfykQ=c0x00000000-cc-rp','8679688254631342173',42756),('AbFvOqnoEcXm2edqLQNlQ0mQncHD7IYsQmYQccZbSVIZbTSSCh3w18ipuGVXfNL047PRSKzunq8yGw','Had to go get tested for COVID due to someone getting sick in my office. I drove all the way from Round Rock to Killeen . The staff was the best! They were friendly, efficient, and got me in and out WITH RESULTS in under and hour. The office space was clean and orderly, the girls behind the desk we so kind and got me in and out in under 10 min so that I could go back to get tested. The nurses and P.A. that took care of me were knowledgeable, quick, put me at ease, and best of all I got my results within 20 min. Thank you so much.','2020-07-01 20:19:04.009000','2020-07-01 20:19:04.009000',5,'Patrick Chaney','https://lh3.googleusercontent.com/a-/AOh14Gg-4OwGv0Ep-UCC6aUi-soig6bTCxj6xyAKNSt_Lg=c0x00000000-cc-rp','2694018788013845459',39053),('AbFvOqnOen6ekdwsLgW_oKao7JH68BqFWJZqt5ORPXyInv55OPNh6no8gXMXtTEFIdFJWq_akahN','Came in for a COVID test. Nurse and staff were great. Answered all my questions and got me tested quickly.','2020-09-16 11:47:24.160000','2020-09-16 11:47:24.160000',5,'Caroline Morrison','https://lh3.googleusercontent.com/-1ovmFFSCkwA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnUpT7QcUsQxC7oOyq-I-D9kirHbg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31655),('AbFvOqnof0GovbApUqkVv1Ox4KahNq25krrFwxQmLf5bTD4z-9kDPJ4ottJmABoWzzRXtpIz0cT4WA',NULL,'2020-10-28 21:37:12.690000','2020-10-28 21:37:12.690000',5,'Eman Elgassier','https://lh3.googleusercontent.com/a-/AOh14Gh6YZMGsbbhnikbe861bArftpc8URxr9d6bs8UO=c0x00000000-cc-rp','14904078213800803294',32187),('AbFvOqnOFJnI78QVFFSeQJDpVAh1vz48FHTRWTiDr3SWqOmJJgoHTlBuHLpsEXG2GlT6xF-1qLUGoQ','This place is fast and friendly Dr Was knowledgable and easy to talk to will definitely use them again should another problem arise and my Nurse Kaiti was amazing','2020-01-09 22:24:58.599000','2020-01-09 22:24:58.599000',5,'Mindy Wilson','https://lh6.googleusercontent.com/-q1keR2Nnabs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnN0-6PaBdGSliVaD_oOMXEKWHjow/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39161),('AbFvOqnOfYOpgThIbpciLve4MUuli2dsENP7s4COHE7rkX6yI073rp1BGmPaG0taToY8jcdDISk','Honey was very good and is excellent warm and nice\n\nDr Vagenes is an excellent doctor. He pretends to me and talked to me. I really appreciated. OMG nurse Briana is the best nurse I have ever had. She is very patient, caring, the nurse that you want to take care of you whenever you are sick.','2018-05-06 06:30:45.677000','2018-05-06 06:30:45.677000',5,'Adrian St Hill','https://lh3.googleusercontent.com/a-/AOh14GgDM9DZ_XKWtMOrIgPv0XqAeEh7J87VxXJLYazP=c0x00000000-cc-rp','17394740196501090048',36952),('AbFvOqnog5B_fkh0WHN6gvv5O0N8rcHloRxooK1GrG-OUwUz_OZX3KtnwwFQIh7v0lpYghqslhaArA','What a top notch facility! It was sparkling clean and the staff was amazing! I had almost no wait in the waiting area. Mandi M. at reception was so kind and helpful and my nurse, Jennifer W. was also kind and professional. The doctor was very knowledgeable and was able to communicate clearly with me. I’d absolutely come here again if needed!','2020-12-14 14:59:41.531000','2020-12-14 14:59:41.531000',5,'jess kessler','https://lh6.googleusercontent.com/-WP1f-brxINk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmyJACrD941m01ztDg0tZ1BTjyc_Q/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39413),('AbFvOqnOGfcoy64aveHgopgTttCIfECOsS4DtVEOdxQkm1_xBnqJ2YcRHsb5_Y1YLAiS-pO3tj0W7Q','Quick treatment, friendly staff... should definitely recommend to Anybody!!!','2018-12-22 03:58:47.949000','2018-12-22 03:58:47.949000',5,'Kimberly Allmon','https://lh4.googleusercontent.com/-G_0NmmuvUiA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucky41B3x1xNl7oeXqKEXg2zk3wDNg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42214),('AbFvOqnoGHiOCZFp_-W3vcpD7K6lLrLigPxhTgDULEVda6f6aU37ILT2ixfpvsotota5_XmhB6H3NA','I had such a pleasant experience while at SignatureCare Bellaire. From the moment I walked in I was greeted by Ashley and she walked me through the registration process thoroughly. The team there was so kind- Blake, Rick, Yasmina and Dr. Tran, all made me feel so comfortable. I highly recommend should you need ER care to choose this location as it was seamless and comfortable.','2020-02-18 17:03:03.414000','2020-02-18 17:03:03.414000',5,'Melissa M','https://lh6.googleusercontent.com/-TfDU73tqJu8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmiaPBTnLyX5LZYxKBGVSiCN-SNCg/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42441),('AbFvOqnogK7gKoJGwGUtTuO2coQCuWe6XhbGwI7RZMcWsvlnWohprxdc9wc_lbWEDRwMWeL3FZeucg','Kimberly was very nice and helpful, Brad knew what he was doing. Overall great care.','2017-03-21 21:22:18.347000','2017-03-21 21:22:18.347000',5,'Phillip McKinney','https://lh3.googleusercontent.com/a-/AOh14Giz_nYD6nHlVTSU2R98mZz4-qM3IX7tcjOSK_fD=c0x00000000-cc-rp','16590124370714063921',35469),('AbFvOqnOgNIaRkuMqQSaNYOA2wg2AUbmC1YYR9VQhfQMi2r9PF9Vg8fe-uYHtocgquE6W0OIMWL5','Quick, accurate, and very helpful staff.','2016-05-27 21:42:45.097000','2016-05-27 21:42:45.097000',5,'D McCain','https://lh3.googleusercontent.com/a-/AOh14GhaqXA2PeQYApfhWISfKS5aboPbQPUy198fMk1z9Q=c0x00000000-cc-rp','3511292162159714121',41225),('AbFvOqnoGv3xdciDRlsK4OYkqisst-9reyRQrYZYpCkhIaKiZkAs0-nIeCtTzcWaaruI6Bmcu_Xt','Lacey was great!','2020-10-20 15:05:18.887000','2020-10-20 15:05:18.887000',5,'Amiyah Wilson','https://lh4.googleusercontent.com/-cPX9nZfcQKQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3yNmnqTR7dlzQpQvo8V7_OkT2nQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33144),('AbFvOqnOhE7DPlLvE5QgxmdXdLqRUhRrHFPAKZa3I5XWof3Koo9HNTpMJDHDRU6wjl0fRcjBQ78P0w','The experience was really quick and amazing. Everything was explained from beginning to end and they made me feel very secure about my visit.','2020-08-25 18:25:44.767000','2020-08-25 18:25:44.767000',5,'Nana Marie','https://lh5.googleusercontent.com/-oXV20H9BrcA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBQsnhquI7TchoE6lsMZ9CuP9XpQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33187),('AbFvOqnOhETntKtNxnzoF4Ku917TJKaxUSDzasL6oe0H9uUbmdzTDHci_KGWXtKaK9ZUto3_kaNi3Q','Thank you for wonderful and fast service very thoughtful people Valory,Delores, Julia, James.','2021-01-11 21:29:20.439000','2021-01-11 21:29:20.439000',5,'Belinda Carmona','https://lh3.googleusercontent.com/-sepf8c884j0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnFgBY77Cx2MB4AdsW-NOvBGb0Pjw/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44479),('AbFvOqnohnV9vLAfzFuCOC7mMAmKiPxScBZafx8HNcB3N3P-aajynMv4wU_AEKlLToy69ZIU3HSS4g','quick and handled my illness correctly','2017-02-12 23:07:22.786000','2017-02-12 23:07:22.786000',5,'Nicholas DiCenso','https://lh3.googleusercontent.com/a-/AOh14GjV2wTKvfvYvatk_whDJ8qVGcotUng5FSwScDxRTw=c0x00000000-cc-rp','14904078213800803294',32734),('AbFvOqnoHxKcj58eKRdFV9zf45MYMehn9m9eJXRJCdR7BKd2rhbLen_2HJdvN-vMMCUlD8vriW6L',NULL,'2019-05-14 00:59:45.175000','2019-05-14 00:59:45.175000',5,'Dawn Singleton','https://lh3.googleusercontent.com/a-/AOh14Gh6laAD5q9ygF1f6d6SNQg5qTODXEvpMcNll4APbg=c0x00000000-cc-rp','13486358490203335051',29846),('AbFvOqnoi1vV_EdtmAs6riY4ZIwu-nqHyqw6OI22024SQK9gXFxt7DTldU2_hoqT9POhFXbYoRJc','Excellent service. They treat you with care, concern and dignity. I would return.','2016-12-17 17:28:19.213000','2016-12-17 17:28:19.213000',5,'Michael Pugh','https://lh3.googleusercontent.com/a-/AOh14Gi6PH7joyNxl0tZVPPk_1mFTfZNr5cOO30Nje5-aQ=c0x00000000-cc-rp','14904078213800803294',32761),('AbFvOqnoIcuaZb4ysMjKS0R6VZcQwBxRzpgQFW2Pr_r_CVANJosfkuSCbY_546Fak_VDlDt59fMCTw','5 Stars. All the way!\n\nI\'ve visited this location 2 times. When they say no wait time, they mean it! I wasn\'t even finished the short paper work before they called me back.\nStaff is amazing, we were actually greeted at the door. They have an understanding for patient care that is unmatched.\n\nI\'ll say a bit more about this most recent visit. I went in for some serious dehydration, with vomiting and lower back pain.\n\nWithin 10 minutes of arriving they\'d already gotten me back, Chris our ER tech, Trisha our Nurse and! Dr. Sylvestor had already been in to talk with me.\nWithin 20 minutes of arrival, they gave me IV fluids and medication.\n\nWe had to try a couple of medications for the pain, but they knocked out my vomiting right away. This was after an entire day of being sick every 20 minutes. I walked in feeling quite bad, and I walked out of there feeling like an entirely different person. No pain, no vomiting. Dr. Sylvestor spent a long time, explaining and breaking everything down in ways that were super easy to understand.\n\nI truly do believe the staff cares about every person they touch. I walked out feeling amazing!\nThe treatment, the care, the bedside manner is just impeccable. The lovely Trisha also spent a long time going over the before and after numbers from blood work.\nChris\' bedside manner was the best. He\'s quick, gentle and he made being at Signature Care a lot more comforting, they all did. I wasn\'t able to thank everyone enough.','2019-01-30 11:47:58.728000','2019-01-30 11:47:58.728000',5,'Brent Cato','https://lh3.googleusercontent.com/-L-Rru3baZwM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckai5xAVmOozlBb2-vPTmQH2AFHFA/c0x00000000-cc-rp-ba3/photo.jpg','8918455867446117794',43312),('AbFvOqnOID6c3v_cBaMmsDAti8WlAxRwO19nuZAkKKBBCTzvzLoVmQZTO8H-GF64GiHKQraYqtr1pA','Needed a rapid COVID test. Quick and easy, great staff!','2020-08-21 19:19:02.808000','2020-08-21 19:19:02.808000',5,'Nick Gilmore','https://lh4.googleusercontent.com/-ndCBQ9WhkRE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmM_2lgdcSygWi9h7OES5ag0kxEgA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31756),('AbFvOqnOim3PNtQkMBIZnMe4SO4LsSi0eAAc96jCVAe89GwCcNnhdyVodgpe_is_nPjW6hQlAhEz','A soon as we walked in the receptionist welcomed us with a smile. Great service great atmosphere the nurses and doctor were wonderful.','2019-07-17 13:06:21.290000','2019-07-17 13:06:21.290000',5,'38 G11no','https://lh3.googleusercontent.com/-avxXn-G3HIw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-NEf85fJl5R7EvPec6urr4tFFkg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43219),('AbFvOqnOipfjFu5ln7u6QRS-PWR8KmMpRM4V5-P5QSVryjyy5xw6Vd-VqbOnlr59vwrWgE0CkuPo6g','Awesome care! I came here for a medical emergency and was seen right away. The staff is friendly, courteous and kind. The doctor is awesome!','2019-06-01 06:20:23.356000','2019-06-01 06:20:23.356000',5,'Oriel Kerr','https://lh3.googleusercontent.com/a-/AOh14Gj9eJzPD76mBPdc9J0-rwrWV982PLgXy1oJYmvfmA=c0x00000000-cc-rp','16891069708558046635',36189),('AbFvOqnOIPNdKp9pLc2ElPhUrc1O7XC9TVO-sX-d0rFJVn38z2j-BqsPWkeJG5YsQmf4okCuEMwKNQ','Everyone I saw at Signature was super nice and helpful. They made my experience quick and (besides the nose swab) painless! I appreciated their kindness and friendliness. Shout out to Keri, Naureen, Lai, Kevin, Nicole and Dr. Yusuf for being awesome from start to finish!','2020-10-16 23:38:04.605000','2020-10-16 23:38:04.605000',5,'Abigail Fuller','https://lh4.googleusercontent.com/-RLi7uBCsIK0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucldR9FDap2Ay3zvPHYuoVrXSe4yDA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40165),('AbFvOqnoiuqz1SL7qlZMv--m7ibGv229bE_lFZyd3U2F5s5zUuaelx4kDfhTNyRA7sjeQTLxe2ue4g','Jesus, the guy at the front desk was warm and welcoming as well as the woman at the front desk Melissa!.\n\nDr. Cavazos was awsome! Helped explain what I needed explained! The nurse Dana was very nice and strait forward with things and Tricia the woman who does radiology was very kind!. Would definitely recommend!','2019-06-14 23:16:41.359000','2019-06-14 23:16:41.359000',5,'Brianna Myers','https://lh3.googleusercontent.com/a-/AOh14GiiPoDbJ-p1Xyu0HZegDip6wj9VQ68EO5aW8u6M=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqnoiVquQSCWsnaLlgKes-fjJMqQYrVEX9AohBzjuS4Dh8BhnlWOAoAUSmw0mCYY9TBg1v3e7w','Excellent..... The Staff, Nurses, and Doctors are extremely polite, courteous, and professional. Very clean and updated, I highly recommend this place.','2019-12-20 18:00:53.582000','2019-12-20 18:00:53.582000',5,'Robert Smith','https://lh3.googleusercontent.com/a-/AOh14GiFwZQa-5crHf4bp_AxH8NuS1IC_rUywer-QMWkBQ=c0x00000000-cc-rp-ba2','3511292162159714121',40366),('AbFvOqnoj7sz2DSUBu6IBDgqPFdtlwNtfwdJMg0IlGIdJ82iPHrEe0cp_yyY2V6dcAsvYQhw0NL-Cw','I had a great experience here. My baby was too young to be seen at the Urgent care centers, and he was having some breathing issues. The whole staff was very professional and reassuring. We were seen quickly and got results of tests very fast. I will definitely use this facility in the future, when needed.','2019-02-26 15:39:43.407000','2019-02-26 15:39:43.407000',5,'Lauren Gonzalez-Sullwold','https://lh3.googleusercontent.com/a-/AOh14GhVR2TSCEUdub2A3Ern6v2FzMcKoZ8sN7B4AhG9FA=c0x00000000-cc-rp','6521947413723274945',41759),('AbFvOqnOjfYbGX0EqDJ-I8Xn1XGhi34q3KxgEBsAih76exEpvJiuXu3Pwo0E3u7Xn9qaEwcySEHz','Very knowledgeable and professional. I would recommend this location for urgent care.','2018-09-14 04:29:45.042000','2018-09-14 04:29:45.042000',5,'Nicole Bailey','https://lh6.googleusercontent.com/-DXD9pxTMAO8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckytEqZERIeDAZ0IVFk9OXNM6CrmA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30728),('AbFvOqnOJK5yNls1WPEshmsSbkKchZ7pVjhqNMznfaZuKTRdXtaos_DzGdiui_WNEhZNlr6nfflmyw','I walked in this place expecting a long wait being that it’s an ER and it’s just natural to think you’re going to be here for a while, but I was genuinely surprised. I was recommended to this place by the Medinet clinic near by that I went too for two days without them being able to help me. From the moment I walked in this place they could see I was in obvious discomfort and before I could even sit down they had someone taking me back to a room. The doctor was in the room immediately (Dr. Edwards). Within 10 minutes I had an IV in, EKG done, and a breathing treatment going. Everyone was super professional, and highly skilled. I felt that I was in good hands every step of the way. The REG Mercedes as well as my nurses Robert, Nikki and Jesse especially, were very attentive and everyone\'s bedside manner was exceptional. I cant speak high enough praise for the staff here and how they made me feel comfortable in an uncomfortable situation. Being my first over night stay in a hospital you can imagine I was on edge. They also kept me informed throughout every process. The facilities as a whole are pretty great, more than I expected from a place on the neighborhood. I would recommend this staff to anyone who will ever need their services. A++','2019-01-30 18:09:16.699000','2019-01-30 18:09:16.699000',5,'Joseph Harris','https://lh3.googleusercontent.com/a-/AOh14GgMEYy1rbkskLWRaQw36MNp1xrQkuOzWy9Qt44S=c0x00000000-cc-rp','17394740196501090048',36832),('AbFvOqnOjLavJzP9VILNtadhQZ3qXX-LS7fduGzxXy5WSlNxYogRp8gxkgcmZAtEqu6YkldxzKmIMQ','Hard to get a Civid Rapid test here even thought the website says they are doing them.','2020-12-24 22:16:47.605000','2020-12-24 22:16:47.605000',1,'Yudith Alquicira','https://lh3.googleusercontent.com/a-/AOh14GhJjWVNqjrYdM4Bofs05vluTF0vt8oIJJEq16P01aU=c0x00000000-cc-rp','14567670160750071148',43814),('AbFvOqnoJRjZO2v51sX_1lr8M8EZ8QuU7gYm8_dc4Qzf-gi3Tusy3NGezENaXB64jO6X2SfPt1RMwg','Thank you for saving my husband life!!!','2019-12-19 20:34:36.558000','2019-12-19 20:34:36.558000',5,'Melissa Roe','https://lh5.googleusercontent.com/-9JNO_d6HEyA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn60HyD0TT8s5fQIfDMKxxoYwguIQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40371),('AbFvOqnojRrVt-jU6b2dcgyD6lfb7hi6I-MRrP8xB1n5TQa0aJsOigsq8NyrTQ89Fg_zOtKWKpA-yA','The staff was very friendly and made my family and I feel very welcomed and taken care of!','2020-10-20 13:54:10.566000','2020-10-20 13:54:10.566000',5,'Priscilla Lujan','https://lh6.googleusercontent.com/-cIYGjJ929nU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnji5QuDT9-tf_ER2X3DJvfP8mD_w/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31487),('AbFvOqnOJy0D18HPEn2bZ4sep0s_nZb_ROgmf8BBycx1Vs8HLJ_xIBekw2Ys_pkUF0GMhR1bC7Pfdw','Great! Nurse Jacob and doctor Edozie were very helpful and nice! Already feeling better. Great registration from Liz.','2019-02-20 18:29:00.912000','2019-02-20 18:29:00.912000',5,'Alex Hernandez','https://lh5.googleusercontent.com/-hzREl7nFQzQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnhTIbugKZ9m7P_FAUKcY_RlEk_wQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34995),('AbFvOqnOjy22WK4fSdTKvj5rFrOXYqKDN1_gZ_z9sZ-vEhfZxIa6NmK8D9D7AxVMxKcijFmXi_VSWw','I was so please with how professional and kind the staff was to me. I want to especially thank the front desk staff Natasha and Donna they were so sweet and friendly ! Also thank you to Georgia for being gental as she tested me!! Such a great experience thank you signature care Lewisville !!','2020-09-10 03:33:00.540000','2020-09-10 03:33:00.540000',5,'ashley smith','https://lh6.googleusercontent.com/-qvWmiy7i46Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl3cbz7boS7JalF700o7ZlklEFZ2Q/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31682),('AbFvOqnOjZ283x_Sq0hjY4wsJYxiI3QgMSmUIrnG_JxbZxmi84-Hz_ihvkgjIH1AkVuelzCpMZ62yQ','Dr.Das and his staff were very kind and hospitable during my visit today. I got in and out quickly and was very impressed with their care during my visit. Highly recommend!','2020-09-05 16:05:36.525000','2020-09-05 16:05:36.525000',5,'Juliana Wootten','https://lh3.googleusercontent.com/a-/AOh14GjYDnRoBPfSq64HosdhqPGyA_7BnCQf_X_syozajg=c0x00000000-cc-rp','14748677429039074158',31703),('AbFvOqnojzu0fehcQ_UDfWDZ6nkYiV_2a3I0JkRs-bRCysDkBoe_uoDQLZeTV1b1xoYc1kONy0Kc','I stopped in the ER for severe stomach pain and was seen right away. Everyone was very helpful from Victoria at the front desk to the nurse and doctor. I waited a little time for a sonogram, but as soon as they arrived I was well taken care of. The entire experience, though originally painful, was smooth and comforting. I highly recommend going if you are not a fan of the hospital setting where you wait forever to be seen. Great staff and care.','2017-02-03 16:15:56.019000','2017-02-03 16:15:56.019000',5,'Cassandra Palacios','https://lh3.googleusercontent.com/a-/AOh14Ghc7Z8MSQE_6YherpHjVUOjsXTAend4e9w4ZNSCgQ=c0x00000000-cc-rp','3511292162159714121',41116),('AbFvOqnOk92VuEfg9fSnitNCb0YvwUAMjto8Z4YcrAQ7r10Jr6zJShXbY4JTTdUO3xh58rPCTjNdsg','ABSOLUTELY AMAZING STAFF!! VERY FRIENDLY, PATIENT, UNDERSTANDING, AND OF COURSE CARING!!!! KUDDOS to REG: Deloris, Nurse: Julia, Tech: Crystal, RadTech: Megan, and Dr. Oke!!!','2020-12-22 17:11:13.848000','2020-12-22 17:11:13.848000',5,'amber belton','https://lh3.googleusercontent.com/-l7L7yqZ4eYk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl2XrYMx_dJUiDyG3UO1jZZgM72Pw/c0x00000000-cc-rp/photo.jpg','15979470999169074295',43733),('AbFvOqnOKP6A2QlyegsSDQMCE9DqMa6ZX3c7vlPoDd0y1otE6zw2KNYbspcsqJoFZjoNsjFz6cvwbQ',NULL,'2017-10-09 13:47:30.433000','2017-10-09 13:47:30.433000',5,'June B','https://lh3.googleusercontent.com/-on1a6b6JtZE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckpGiuE5wlpxuyxLX9UQZcspaHelg/c0x00000000-cc-rp-ba3/photo.jpg','17394740196501090048',37054),('AbFvOqnOKtFIL5qJhBIxtTDbOt4TmmBopJ0EiBm4ZOlf3AdHr0ydHgdJZG00I5OlBFRiT1UNonGxLA','Doctor: W. Appiah, MD\nNurse: Lynn s\nReg: Ashley','2019-07-12 22:59:23.713000','2019-07-12 22:59:23.713000',5,'Priscila Mata','https://lh4.googleusercontent.com/-KMKM-qeMn2g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmo5WCMCK7WYBRaFgj6forbe0-yqw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38080),('AbFvOqnOKwSWDZ29C1EMz0f8wXOJw83oLLbqh3j4I3c633ZkbpVc6v_44p3Z_p2elNZH9-KOmzXcUQ',NULL,'2020-07-22 17:56:12.777000','2020-07-22 17:56:12.777000',5,'Carla Butler','https://lh5.googleusercontent.com/-DA7XnSxcBCY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnOdrHELyL--84AepIvfdh0dQ8UTw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42988),('AbFvOqnOLbW6g3FYH9cPN8Snym8ZubUQtzOwD62FkStJw1_eHF6vmUdEdcrZSDlo_jYVlsUDUIRUeA','I recently sprained my ankle and the care from the staff was outstanding. They were polite, nice, and definitely knew what they were doing. They care to you and make sure you are comfortable above anything else.\n\nThank you to olivia, eve, hamzah, leslie, and Dr. Wren for the amazing care you gave me\n\nI definitely recommend 10/10 for anyone that needs good emergency care','2018-11-03 17:40:29.348000','2018-11-03 17:40:29.348000',5,'cris ageitos','https://lh3.googleusercontent.com/a-/AOh14Gj_v-ezNJbAhV3pui8t4ScwlAOjC-iQj1uqzNCd0w=c0x00000000-cc-rp','3511292162159714121',40799),('AbFvOqnOlInJyH1d2XH592PCIeipSrqw90Zam8g83k5qc8DJgO5XtDSggZarJ6n9oZLVue9Be72GxQ','All of the staff were friendly, informative, and provided extremely fast service. Aerial, Lia, Patel, Kat, and Mayra all made my experience comfortable and easy!','2019-01-19 03:49:52.478000','2019-01-19 03:49:52.478000',5,'Mercedes Mosby','https://lh3.googleusercontent.com/-_lLteHQR_6s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZpAVyQbMCvbKD43Ay95ykJmSpTQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29154),('AbFvOqnOlvMmwVjxJkdAprkLyX05jE2zXURgWQ83y4Ce-ZsJyoJfoWT0qnJCfXxDxEZy4ZskGVCp','Super short wait time, great staff, Keyshawna, Cecilia, Miguel, Gina, Christine, Sunny, Dustin, and Dr. Singla were very accommodating','2020-10-29 18:22:28.158000','2020-10-29 18:22:28.158000',5,'Matt Weigel','https://lh3.googleusercontent.com/a-/AOh14Ggehfu8Hrgh2d40WdTPmDes4nD6dIqQx7iIkWyu=c0x00000000-cc-rp-ba2','14567670160750071148',30035),('AbFvOqnOm_xjG4GYROf2Ywj5ny0TMpy2NeDJ7J6hxEDBSNUljx_jaWbiSi3TVqsgUs0Lejcoxk5vhA','Dr. Thomas all the nurse Kionna Sarra and Catherine were great today i was having an asthma attack when i got and they got me a room in less than 2 minutes if you have never been to a hospital where the doctors and nurses care including the people in registration SIGNATURE CARE IN WESTCHASE IS THE PLACE TO GO thank you guys so much now maybe i can get some sleep','2020-08-12 18:24:17.848000','2020-08-12 18:24:17.848000',5,'Sunny Cox','https://lh5.googleusercontent.com/-HoesZq4jSE8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmy76b6Da39C0E2JIu9lhjc5moVTA/c0x00000000-cc-rp-ba3/photo.jpg','12541597562633926366',28571),('AbFvOqnoM87RLhfLgMstI48RZPVDPVjKKmM8s_YGTPcefluE4YALLvMVJnmfD94hFLNNOCEjLhG8','Dr. Ybarra was outstanding! Very professional, warm, concerned, informative, very detail oriented during our visit. He was extremely patient and calm, and took the time to answer all our questions and address all our concerns, at a time when we were very stressful for us. I would recommend Dr, Ybarra to anyone, he’s a true Doctor!','2020-02-04 01:32:57.112000','2020-02-04 01:32:57.112000',5,'WIlliam Sellers','https://lh5.googleusercontent.com/-HZT_hNm3W8E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmLDBYqC5jjUT_yviNfnZxE5xZuAw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42458),('AbFvOqnomikuHkdqpte9D6LYHWUoT05SHHUlgw3v2rVd6iP2iVeV2FmgUqTu7HngxkHrzSp1_Lp-sQ',NULL,'2017-05-04 01:42:45.490000','2017-05-04 01:42:45.490000',5,'Christian Briones','https://lh4.googleusercontent.com/-_lgnCxAr0dk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckIL0jHD70RQazVlvlhwb-Je4Ad3Q/c0x00000000-cc-rp-ba3/photo.jpg','14567670160750071148',31047),('AbFvOqnoMjSonBjrumH35oGc1h0zdugtmD_Gt4ud6urs61z5ATrzajSFAvfoMWyRkSkF3QoTKdD0Bg','Amy, Norma, Agnes and Dr. Souman were great. Very hospitable, quick and clearly explained my conditions.','2019-05-04 22:18:00.952000','2019-05-04 22:18:00.952000',5,'Warren Roca','https://lh5.googleusercontent.com/-pn0oi1QLp_8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclPZC9aCHKQW7Mq7zeycoLVTuwrEg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40587),('AbFvOqnoMq78JD72PmTtHovCRYLrc6gf6hMK3ERqY7m-0eXRIC9N0LbISxyqT6Uz0OYvemVhKprt4g','Great experience and Dr. Samar and staff were amazing! Grateful!','2017-12-11 16:42:34.398000','2017-12-11 16:42:34.398000',5,'Natalia Quintana','https://lh3.googleusercontent.com/a-/AOh14GgkpOUzPG9rISlNb36DlerJzuPE1O4pX7sgb9eK=c0x00000000-cc-rp','14904078213800803294',32627),('AbFvOqnoMuaIoJG3XCZMHnyXW8lg1lFQ03Q3VyGAsAGdHqHHxUChrjqmzEKaJ_jtacNo9h5slt7lXw','Wonderful experience under the circumstances. Friendly, competent staff. Irvin, Dr. Faig, Kristina, John, Laura and Genesis were great.','2019-08-16 14:26:41.755000','2019-08-16 14:26:41.755000',5,'Jennifer Barnes','https://lh5.googleusercontent.com/-mOAHbljFrZQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckdMvBwmClPq5JZ8tcaXftv4YLWLQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29051),('AbFvOqnond9snsdq0lfP4sRDIQMTzsSOdBINuw1eSp9ZsKivV7C-G0f1QG8-aqZxA7Nfptl1EGu0bA','The staff was great Cody. Nydia, Melissa were all friendly fast efficient!! Nydia was wonderful with my daughter and at my daughter\'s request stsyed with her threw her exam. She went ABOVE AND BEYOND!','2020-09-25 19:38:43.648000','2020-09-25 19:38:43.648000',5,'Catherine Shiflet','https://lh3.googleusercontent.com/a-/AOh14GioT9Ed5umqcWxSogpnZpEMp0HR1zBVdTOF6J6vnf0=c0x00000000-cc-rp','2077061009497551125',38517),('AbFvOqnoNKGZ-OdPM358PxLaqkIBGHrWvX_ScIHuSHRVoizl3jRtcnkGbHajL9giAGXtCCVahpgaPg','Doctor was amazing! Very informative and gave me lots of good information. The entire staff was super friendly and welcoming!','2020-07-21 06:26:47.631000','2020-07-21 06:26:47.631000',5,'ashley leyva','https://lh5.googleusercontent.com/-FgXWvr3Ed44/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxywEdJwPrUjYdKlSWc61s6YTzkQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31907),('AbFvOqnonmzIN0dsmkbL7P2VxvidYT7txy-Z31Qx___hLGnvlCfDalAHyUDi5QZngNZ5RqEboVDX6A','Exceptional experience; was receiving medical attention within a matter of minutes. The entire staff - Shelly, Dr.Jones and Earl were great.','2019-10-12 20:27:41.676000','2019-10-12 20:27:41.676000',5,'Ron Parungao','https://lh6.googleusercontent.com/-f06MkA2yjm4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckfUwp53EprmYMPHrHmUDkdbEW7SQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36112),('AbFvOqnOnoAGeN4UifcXtr4qbOdMD9wf9sAKB0CddRLntmA36EESbEGN9nZL6N0piFzih4CLJg-P3Q','Josh was awesome!!','2021-01-20 17:19:54.718000','2021-01-20 17:19:54.718000',5,'Lacey Corbit','https://lh6.googleusercontent.com/-sBSbM_ZS810/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnrpJZ0n7-5vkV37QJfn3P0iXX5Ww/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44611),('AbFvOqnoNZeV-Vbr6PFR1Dtgpr8921tpWY-P-WVGh6e6CGa6YCZwxtz9h4PFSl-I8XGl4PeiGCLu1w','The staff (Ashley B, Ashley K and my nurse Susie) were very friendly and very efficient . Thanks Signature ER I will be back if I need to see a doctor.\n\nThanks','2020-03-06 15:53:23.581000','2020-03-06 15:53:23.581000',5,'Sherry Kuhl','https://lh3.googleusercontent.com/a-/AOh14GgtM931siQnBhbQjMNZJkzUvoDfP6jlb-q8-wFzmA=c0x00000000-cc-rp','8626688543755174284',41920),('AbFvOqnoO3coaJE-QYKA4vweS_u4DLi4V56nbfdOV1TdzDvE6FPUTYmFC_SHaAo3Ic4S2huZTkvjzg','A great Facitlity with Awesome Doctors and Staff. Fast, Friendly and Informative Service very welcoming here!! Maya the receptionist was so welcoming','2020-01-16 18:00:35.483000','2020-01-16 18:00:35.483000',5,'Ahmad Robertson','https://lh4.googleusercontent.com/-ay-NSog5mZ0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmenJT1lD_td2WwE1oEjfRGdafdZQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28818),('AbFvOqnOoblaeEdpLer5bbKbwizaCwwMNwOvZ6qaSQxe3aqzgQKyLiE7KOl2EWqOj2GDzNM6hov-oQ',NULL,'2021-01-05 15:54:01.365000','2021-01-05 15:54:01.365000',5,'Emily McMahon','https://lh3.googleusercontent.com/a-/AOh14Gg5us4BqFf6hiuDEgu0IWR07gZqRcGYKwg6L9uSlw=c0x00000000-cc-rp','15979470999169074295',44354),('AbFvOqnoOm88td2gUvFVZlzekRwlcVBhRw2Ji019blCyRePXJhyW5YkSoaKwzua34yyizBLAPni5Kw','Dr. Chowdhury was very helpful as well as Adriana. The front desk is extremely sweet and they got me in quick! The place was very clean, I definitely recommend coming here.','2020-07-24 03:09:40.925000','2020-07-24 03:09:40.925000',5,'Ryan Current','https://lh3.googleusercontent.com/a-/AOh14GgdfhF2wjWpc8_WHxPssuNDcpCc4ZA6YSHeYfKEuQ=c0x00000000-cc-rp','14748677429039074158',31873),('AbFvOqnOQDF6WO5R0huujhwApCuSutuiiJ_reSdrB1SiHNUk4L3-4qhrJ2glvbWgAulAHpg0mEHBbw',NULL,'2019-05-15 22:18:56.579000','2019-05-15 22:18:56.579000',5,'Jearmey Morgan','https://lh5.googleusercontent.com/-TZNxbUzuBPc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck1-rt_BBgaMOfNRSxPyKh1L8f6-Q/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42078),('AbFvOqnOqqDlsrQtoveiiRnnQtCiS-Wr3ExOl-jCa66p8pT6tkVFO3E52zj5J_s0Z01iHSl20i98ew','Dr. Dang , Sarra, Holly, Christian and Carly are amazing. Recommend this ER to anyone.. Fast and friendly. Thanks guys','2020-03-01 07:02:52.408000','2020-03-01 07:02:52.408000',5,'Wesley Hernandez','https://lh4.googleusercontent.com/-NRipjwc6VLM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl_hG4TOMchxjha3lXwlZ3SLv0DcQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28672),('AbFvOqnorCY2Clkn75S2oI5SmmocLSEaFu1Vzxdk5sphPbcCwSvgm8cVjlEaQ2hpsR2W9IKrsm2ViA','Dr. Harjai, Alvean, Tricia B, Elida are the best!! They provided me top notch care in a timely manner. I definitely recommend this to anyone having any health emergencies.','2019-10-31 21:44:47.822000','2019-10-31 21:44:47.822000',5,'Sarah Baker','https://lh5.googleusercontent.com/-drq9GeWcLoA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmWapcZ6G7m1mJy5GWwQW-Ld1TRdA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33799),('AbFvOqnORgOlhum1GxPp8ifA8ttYSAb43MHm6mhWh7AhT0KuITlLzWVRo97UmsJ2V56GNK7lEBi2','Thank you so much to Dr. Faig, Nurse Kristina and Radiology Tech Quyen for your fabulous service and care for me!\n\nYou all were very nice and made me feel at ease even while I was in pain from my accident. Thank you, thank you. I will recommend this place to my friends and family.','2019-12-31 20:26:21.175000','2019-12-31 20:26:21.175000',5,'Cam Chau Hoang Nguyen','https://lh4.googleusercontent.com/-x8Z1mdtqbDI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckrSXnAeRKM9HHCNTsQEkSiE8h5Vw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28875),('AbFvOqnoRq7CJ_AAMdivt1cipDEIMxiKTcYxOlLoDDkR2dI1ZXEj4bFz-DIB89UFWx-RRnbHxraRBA','This was the best ER experience I have had. Registration was super prompt (thank you Miriam!), and the team that catered to me was nothing short of excellent. They were very thorough and made sure I was comfortable throughout my time there. A huge thank you to Dr. Patel, Rachel, and Jessica!','2019-02-21 04:05:27.958000','2019-02-21 04:05:27.958000',5,'Erin Radisi','https://lh3.googleusercontent.com/a-/AOh14GgSASTRZrRsA6hPaQrojq5hE5oaogZJadXelWCeCA=c0x00000000-cc-rp','17898197009688164559',38282),('AbFvOqnORqVWOIghMSyPGJr6KkgdQdsaJOnk674LYeW4ruMaZX5p15LJdYGhevj9rkBgBbhb2_2Kog','I came in for a Covid-19 test last night , and my nurse was kimberly. She was amazing and super polite. Made me feel less embarrassed for having and spreading Covid. 10/10 would see again!','2020-11-26 01:31:22.416000','2020-11-26 01:31:22.416000',5,'Gavin Martin','https://lh6.googleusercontent.com/-bOqRTkxiiTM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm_aUBGFf2TqyFTKyY_u7iDKu8qSA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38882),('AbFvOqnOswaGTLJ85orz8bXZYAMRtmQhAAIkEICda1hH2m3s93GhjN6bothXOVOXFejTkxbg-X--2w','Dr. Patel, Heather, Alvean, Tricia, & Patricia were all very helpful. There was no wait time for a room and they were very informative about everything. This is my 2nd visit at the location. I prefer this location, because they always make me feel very comfortable.','2019-10-24 17:07:51.881000','2019-10-24 17:07:51.881000',5,'Octavia Griffin','https://lh3.googleusercontent.com/a-/AOh14Ggsh8Ok5D1kNZIra092od3z2IwPyyMouJuNDS8lGQ=c0x00000000-cc-rp','16389487648212004696',33836),('AbFvOqnOT0Pc-zQ0msi3KhPVLbKiDv7saFi1cO1kEL3a_BfR9P0e6dWhxIPTNh51ijtNcVKyk_F0','Great place , staff is always nice and does their best to get to the root of the problem. I\'ve been there numerous times ,and have never had an issue with getting the help or treatment I need .','2017-01-25 05:50:42.017000','2017-01-25 05:50:42.017000',5,'Kimberly Steez','https://lh3.googleusercontent.com/a-/AOh14GijsddyF-nTb8228lmcaelus8vFpGh49hPYoMzO=c0x00000000-cc-rp','3511292162159714121',41124),('AbFvOqnOt5dsKe93Dju_d8Y9BbjwZjaJYNltV1IJay8AZdJhvajvFJNfxBoID5XhdQNXq8UqtDOlFQ','I recommend people to go to SignatureCare Emergency Center they whole staff is great and they truly care about they’re patients and they all are very hospitality when you first come in with greeting and making sure you if you need anything to drink and that you can see the doctor immediately Marcus and Alvean are great nurses','2020-03-17 22:35:58.210000','2020-03-17 22:35:58.210000',5,'CHRISTOPHER WARRICK','https://lh6.googleusercontent.com/-483Tz3OdpHM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucki4pWi__2J6Vp1ZvE99zASXKlZ7Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33252),('AbFvOqnotbSViITfKRTNSnQmtq9cd3T9mWNwf99b1Zqu5WWjbgGC7Vgj6xJKSIrCf59tkdh-rI63yA',NULL,'2019-12-29 03:59:27.278000','2019-12-29 03:59:27.278000',5,'Frankie Vega','https://lh3.googleusercontent.com/a-/AOh14Gh2HxohZhTxOK5C2t-EP50hlkhaikMraoFiw2BF=c0x00000000-cc-rp','8679688254631342173',42525),('AbFvOqnOtu_2N1oeCX-2KsnAOt5mZrXwnoeWDi_CN1uEVKLHyNQu5-nkZFjclZsI0HEY8DhMWQolPw','Great facility. Fast & courteous service from Dr. Dining, Nurse Max, Natalie & X-ray tech.','2019-06-24 17:20:34.497000','2019-06-24 17:20:34.497000',5,'Rebecca Fiszer','https://lh5.googleusercontent.com/-j1altAp2rQI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckddmC5IcV41bzd5COyxYP9gIe8CA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30504),('AbFvOqnoTXmu-faFKaF7t6kig7PCxZcRkqJr5oKRuy1B9IxHJbqlk3b3quG3TbOoms9lhJbXz7TVvA','My family and I had a great experience when getting tested for COVID-19. I filled out the necessary paperwork beforehand and then had a few documents to complete when we arrived. There was a wait, even with an appointment, but we were seen before the wait time-frame given. It is an ER, so emergencies obviously take precedence, but they are doing a lot of COVID testing as well. The nurse and the Director were extremely welcoming and very helpful. I had a 1 year old and 3 year old with me and they made them laugh and feel comfortable immediately. The test was quick and done without tears. They were extremely patient focused from the time I walked in until they were providing our results. I would highly recommend Signature Care ER','2020-07-20 23:50:38.430000','2020-07-20 23:50:38.430000',5,'Ashleigh Karonka','https://lh4.googleusercontent.com/-vSHA_y1j6dQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm2FsTi22_egqhs4l4TkaL0aJENKQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31926),('AbFvOqnOuajtQY_NLSduVFD4j2t8eg5CWc3TD5oL39AJEct4ycQ0Vz5ZJtaoS8ESmHycIyKx97yiIg','Dr. Miller and all the staff were amazing !!! Dr. Miller is eye candyšŸ¤·ā€ā™€ļø Just letting the ladies know . Very great visit inspite all my pain ! I was helped and fixed up in a very timely manner ! I definitely recommend this ER for all emergency purposes! God Bless and take care !','2019-07-25 12:29:48.133000','2019-07-25 12:29:48.133000',5,'Tabitha Hurst','https://lh3.googleusercontent.com/-3Qcy-Na8b3E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckmYdpNu8w61w7RxIgiGFJJ_7kqMQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41642),('AbFvOqnoUgqug_FbYEIT158_FV-B0W1qBYSF2CUluWb0LN0rNEIgwsvDOf034ZeWVMn0_AnccpU47Q','Quickest ER visit i’ve ever had. Nurse Fanny was amazing and didn’t make me feel uncomfortable while Dr Dang was quick and straight to the point.','2020-12-29 18:38:54.921000','2020-12-29 18:38:54.921000',5,'Janiyah Faison','https://lh3.googleusercontent.com/a-/AOh14GhTww_BXKkOfkPYTt84_StmquWU_kkO_8NjwMpqLg=c0x00000000-cc-rp','17394740196501090048',44099),('AbFvOqnOUhzDt5sCUOQAfMTBh22enDfgDswEh9a8mYZ-yZHQ-6-JWIilb_8Hiai0haUoSn7A0uQDGA','It was a pleasant experience being that I couldn\'t walk in with my knee being injured. I was greeted by a great staff and Nurse Karen was very attentive even worked with me with my insurance. Dr. Boester is very observant along with staff. Thank you a great weight was lifted knowing my knee wasn\'t dislocated again.','2019-10-29 04:30:29.854000','2019-10-29 04:30:29.854000',5,'Karissa Peters','https://lh3.googleusercontent.com/a-/AOh14GiEPjEF9veSZcHNVn0FSPFgoLDxRDby3tw9JR-Pgm0=c0x00000000-cc-rp-ba3','3511292162159714121',40393),('AbFvOqnouJJI83ypVFuRZY-SGw2zRKbQNMiyX1aYBirvQtzH5Ak46nEoY1lu6Q7ZoVutLVZqMGh9JQ','very nice staff','2019-09-16 11:03:11.599000','2019-09-16 11:03:11.599000',5,'wendy alexander','https://lh6.googleusercontent.com/-Wfx3JMbO8bw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnGQ2beML3wzekeEbO73fBMzRnTBw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39801),('AbFvOqnOupebxBMD2jWVyCbzG8iRgH8kBkDPXNoy-VTGsyJdnfekF1ZfkphTqHUtGrNq-PEyYca3','Everyone was helpful from the beginning to the end. Samantha at front desk was very helpful. Nurses Christopher and rondy teamed up and helped each other out. Dr. Do was very helpful and explained exactly what was going to take place. Highly recommend.','2020-12-15 03:14:15.101000','2020-12-15 03:14:15.101000',5,'Erica Cortez','https://lh3.googleusercontent.com/a-/AOh14GjkYfYw733KPzCfyCrb6Ad08u1V9_XhMHHt8KEjeQ=c0x00000000-cc-rp','14567670160750071148',29986),('AbFvOqnoUshjBJV76KpESqyQ-G3ZBfgPWuejKIX94eZSvn3eCo83PyG4-CM-XYxRR6E266UVoqcR9w','Kendra was super nice, and checked everyone in very fast with no wait time!','2019-12-08 18:04:07.407000','2019-12-08 18:04:07.407000',5,'Taylor Bellotte','https://lh3.googleusercontent.com/-oNWbGf8Fh5E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclODVGZEIbk9tz2tMWMWAR8J3QQ-Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34509),('AbFvOqnov_7UWVHYuqdzimLktr7nTmlhKrCFc7BBaDN3XFzRCeGpiZMMKM5yQ8g8oQ3fQesOHx78Lw','Everyone was excellent. Dr.Estevez was very kind. Nicole, shay and myra were awesome. Julesia and valinceia was very sweet','2020-11-08 22:46:40.992000','2020-11-08 22:46:40.992000',5,'Shawn Alex','https://lh6.googleusercontent.com/-OPiMT79OlFw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl36smPjK7XjQCS3l0n5bf5p4CWBA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42841),('AbFvOqnovdBu8W1bMpq6WuJUpThfjnycrS743KR8OMf3a989A2vTKWLOtFMzuHluDx6F27n31KCz','The absolute best quality of care you could ask for. The whole team including doctor Lingan, both Christina\'s, and Amanda made the experience stress-free. Highly recommend this ER!','2019-11-01 01:13:41.211000','2019-11-01 01:13:41.211000',5,'JD H','https://lh4.googleusercontent.com/-UhaJj-ASmdc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckFl8UTVUzMP_59BBGnFDzz0HrDNA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36093),('AbFvOqnoVGyd6SdJQhuw2oTKa5xCrE0SEgnFl2Wfae4AFoxcbxehH4ACUG2hejB71NLnjeGNY5F1eg','The staff and Dr. Faig at the Westchase location were extremely kind - from the receptionist (Angela) to the Radiology Tech (Laura). The nurses were awesome, everyone was attentive and caring. They all made sure I was not there any longer than necessary. I hope to never go back, but if I have a reason, I will certainly go there. I highly recommend this very clean Center.','2019-12-13 19:33:43.431000','2019-12-13 19:33:43.431000',5,'Terri Matthies','https://lh3.googleusercontent.com/-5lKcxp8UTL8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmptOB9S2zOiycEiKaSYKwAqgFDuQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28951),('AbFvOqnOvUGl2b1SVlYzkrobjL1TlOuxMX9rPLFvhYGn6YC8XYUGQ0PBlMLyDBpljE2-aL3dVuYArA',NULL,'2018-01-03 03:23:25.650000','2018-01-03 03:23:25.650000',5,'tommy chin','https://lh4.googleusercontent.com/-VeRqgcQMW6w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck5CmsRmBYXmjcddC5uvrpOGSj-Ow/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40975),('AbFvOqnOW19J0psbvZMF7SIzEAjGMQ-LbPxQfxBnHiP2J-Eo2smGPPN5_wzgJ_vt42AlkFt6MekGcw','This place is great. The staff is awesome and helped turn an unpleasant procedure into a great experience.','2020-10-10 21:57:44.761000','2020-10-10 21:57:44.761000',5,'Adam Raiford','https://lh3.googleusercontent.com/a-/AOh14GhiLbU5VsOKIohWKA8AIH6cqVJQ-839ijjSdnua=c0x00000000-cc-rp','16891069708558046635',35713),('AbFvOqnowk_5sY978_4aM8DD5Ngt48_U8Kd6n0aIbLRjgUIOHGlDit0zfYLpy242XIaz4LqhR3Z3','I’m a little late but when I went to SignatureCare Krystal,Huerta, Maria, Aaron, Andrew all doctors there help me through my sickness they are so nice if you ever get sick this the place I’ll go','2019-01-24 21:12:31.797000','2019-01-24 21:12:31.797000',5,'Manuel Gonzalez','https://lh3.googleusercontent.com/-EV3JbkFWL6c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_QNBUrB1LauOO3DFK_MOArTTbhA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29925),('AbFvOqnOWve_4EcbQWWfiNyPqBYyYuqlDGr6GJcSBgvhmQIPlg-RJGjjlTGJVvDT4o7Fy1wKnbEwrw',NULL,'2018-03-20 10:31:39.915000','2018-03-20 10:31:39.915000',1,'Bryan Ortiz','https://lh3.googleusercontent.com/a-/AOh14GiWWrzzoGBglz7oSsxvppaB97ox5jR8iRFcthuC=c0x00000000-cc-rp','8918455867446117794',43401),('AbFvOqnowySYwYpxNgjzwoRmta8NWkoOgUs_13Jfp3YCusMqGm-yvossJfErxHJW1gT4EXzlEV6N','Dr. Simmons was very understanding and help to make me feel better. Nurse Susan very nice and check on me . The tech gunner did awesome with iv that had to be put in. It didn\'t hurt. The front desk keto was helpful and very patient with helpful me get my insurance information. I would recommend anyone to visit the facility. Service was quick and I was feeling better once I left. Thanks again to staff .','2019-04-09 15:19:51.166000','2019-04-09 15:19:51.166000',5,'Carolyn Sims','https://lh3.googleusercontent.com/a-/AOh14GgSJZw3lzgnzMI9AONpSG7XLDd0tzo5bJURiQ_f=c0x00000000-cc-rp','3272657195432704501',39883),('AbFvOqnOx27q1BgavJJvQBL5zGXSK4CALphdlzRIIVp38YEKRrxyf8cuaAsQixn3-ySysIAF3EBSSA','Quick, professional service.','2020-07-09 12:44:22.847000','2020-07-09 12:44:22.847000',5,'Cara Cunningham','https://lh5.googleusercontent.com/-IgVwzCoh4Zw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnDRIUYLJJJE_joUTravgiulTazMw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28600),('AbFvOqnOX2gX467MmIUfVHGhjWD1WSD1jTWE-OkiTvbwk2_k4NmDAqYMoa12bWG7AHd8XyVMJqO1','very nice facility, great staff. the front desk receptionist, Dee, was very sweet and helpful. overall great experience.','2019-01-14 21:51:32.115000','2019-01-14 21:51:32.115000',5,'Emma Arceneaux','https://lh3.googleusercontent.com/a-/AOh14Gjk9pUdQE0sUzJ7gs71o1_tE_Ri0lgrl1bXj0BT=c0x00000000-cc-rp','3511292162159714121',40716),('AbFvOqnoX59VONgF85Datf3OqZ7VpubJhKJsdsOqz6OOtYXsFt9oIT9zbCrcj1XvMfIDvYC7NTss','I went to the urgent care here and Dr. Yost was so down to earth and made me feel like he really cared and was concerned. Kara was my nurse and got me settled in, Courtney, Shelbie made me feel welcome (greeted me so pleasant), Shannon and Jaylon were so sweet and attentive and did my blood draw very well. I’m glad that I came here because I know my lobby wait time wasn’t even 10 minutes.\nThanks Everyone at the Texarkana 2001 Mall Dr. Location\nDarnailya J','2020-02-20 23:38:16.035000','2020-02-20 23:38:16.035000',5,'Shay Jones','https://lh5.googleusercontent.com/-7ZM5i2xCcLQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclGrrJvC_vflojWSKkZw7vCmVC1zg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39607),('AbFvOqnOXdHkc0LEZMrj_mTD1piVe_I2hbwWO1moBf6qsZ0TCxkwQkUOuoekXx_E3zUlurjpFagrOA','Dr Ashbrook, Jennifer, Helen ,tobie are wonderful','2019-10-19 18:18:42.425000','2019-10-19 18:18:42.425000',5,'Tonya BossLady','https://lh3.googleusercontent.com/a-/AOh14GiKxiHtMQa2j54IJQlqhwOsidznXTQbVYeZEW6-LA=c0x00000000-cc-rp-ba3','3272657195432704501',39787),('AbFvOqnoxJmvA0kZPmYsJcUOjm5_nHUGxmE9UTgGlOZRAfTrVtdOJuPSZlnwe-KxdsJCYJVmYyqp4Q','Staff was very courteous, and quick. They took care of me, even before paperwork was completed. I would recommend Signature Care','2018-08-06 17:54:59.652000','2018-08-06 17:54:59.652000',5,'Juliana Martinez','https://lh5.googleusercontent.com/-D_waNosfSA4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclJ8vUnuBrjr5-Zof1T0bGFlQIjTQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43376),('AbFvOqnoxo0QxzYapn1oMKFr2ovYGm2I9rCMHIAPRaKzEGKkP-aR4lmVTC5dI9B-FS4Tek9PQaJR','Great service for a late night visit. Fast service from Dee, Tish, Johnny, and Dr. Singla. Everyone was very nice, knowledgeable and helpful.','2018-01-22 23:33:52.003000','2018-01-22 23:33:52.003000',4,'Christina Houston','https://lh5.googleusercontent.com/-hjZISNNsjEg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckK3HjgwZtQeOUopik_Z4H0Gt9xAg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30892),('AbFvOqnOY7anAVRMSOtDx_GgytYoWGb1VHQ6siuUNHvatknS1HHM_k_dG3tEqXQs5582NFIIGpMw','Called for some friendly advice and received an enormous amount of attitude from someone who sounded hungover.','2018-01-01 15:38:46.009000','2018-01-01 15:38:46.009000',1,'Soul Wolf 57','https://lh3.googleusercontent.com/a-/AOh14GhCnwknBs_vxe-VjBRZqZqAcSSR3-D-YjZaEZci5Q=c0x00000000-cc-rp','6521947413723274945',41802),('AbFvOqnoysSfT0z5jxZgP0vNWwlB3nmfLLPLqg-eOVqslJbQ2SAi-841sGk3jV5Xp6FiLjjhVh87kA','I came to this emergency center late because they have the rapid covid tests available. Everyone was extremely nice, Patrick our nurse made sure we were comfortable and even offered us a warm blanket. The front desk was extremely helpful in answering our questions and we barely even had to wait. Definitely a great place to visit if you’re sick or might be.','2021-01-04 01:00:13.428000','2021-01-04 01:00:13.428000',5,'Bailee Bunch','https://lh3.googleusercontent.com/-o-LDDrZeX6E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckdbXNLdvQ_R-XYrsejSX4Qgrvmgg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44289),('AbFvOqnoZAqHKbNT34tNzDqijyjluw-X48u8OilCqx4h_zUDHe1bFZs4P9SaMvWwywpQry4RwGBW','Was able to be seen promptly. Lacey and Jordan were excellent in patient care.','2020-10-21 20:40:55.180000','2020-10-21 20:40:55.180000',5,'Angela Abdulla','https://lh6.googleusercontent.com/-W4dJwnDDQ8w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmv07xsn217vo4rMxTBJADPtyoBnw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33115),('AbFvOqnOzPAcKz54BDf1vwamrBUiUz-QeDq8WyUXYwRNLoZve8ld0Fe0ed9B6J3mZOGRjLMoZ1i7WA','I received two Covid-19 tests here and both times the staff has been extremely friendly. The facility is well maintained and always clean. The registration team (Amy, Valinceia, Julesia, and Dalia) is efficient and does their best to ensure that the wait is not unnecessarily long. The nursing and doctor staff is also great. I will definitely come back for any emergency care services in the future.','2020-07-22 20:55:22.866000','2020-07-22 20:55:22.866000',5,'Drake Chapman','https://lh6.googleusercontent.com/-_mrmSVoH3cU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucldDn74nRWOD9usLUG08EcxBPy8Yg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42982),('AbFvOqnOzS9Z4dCrmKweA8WqNLE5_wy18goSZsflJ1nDlAAa5Jfnv2gq_g2ravgCjJavZaQKrIed6w',NULL,'2020-08-13 02:26:50.364000','2020-08-13 02:26:50.364000',5,'Taylor hope','https://lh4.googleusercontent.com/-iUysfR0yckg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm_328d29R5H7sOhrK4dLQLp0N2Rg/c0x00000000-cc-rp-ba3/photo.jpg','6521947413723274945',41304),('AbFvOqnOZy2PXrvk6844ZUma96VmQYTZJhqEiR5-R-jq7FdEvfIJy_CT6cTb0KEJU5LJ5_dNS-oBMg','Super friendly and nice staff. Chelsey and Kristina were great!','2021-01-07 19:10:36.410000','2021-01-07 19:10:36.410000',5,'Courtney Carroll','https://lh3.googleusercontent.com/a-/AOh14GhnDXERkt9VZ3q9PG5SAaCpsVwlRuHsrCFmsr4J=c0x00000000-cc-rp','16891069708558046635',44534),('AbFvOqnP_DfRrjzNn2F8ZQGx9KpmQthn52EfEzTkJ5aQyzU4OFc7IoVEuDFf83b3XWzkfK5Pwzge','Great stuff karly the receptionist was great and friendly.\nSuzy the nurse was helpful and caring about our situation.\nAnd our tech was amazing. Definitely will be back if needed, hopefully not but it was a great experience.','2019-10-18 19:35:58.052000','2019-10-18 19:35:58.052000',5,'yenedi Suarez','https://lh3.googleusercontent.com/a-/AOh14Gh_aRX5B3T3a7tBFHjS6Alr0VD71EoaBuVSNG_3Bw=c0x00000000-cc-rp','8626688543755174284',41995),('AbFvOqnp_m2HzriUtYtxLq23a24e-OfNaNaVsLZGWNacty1MgmunL5PDFLl9bbjtjOxWO0g2Jy10GQ','Very helpful team of health workers. Looked deep into what was wrong and ensured I didn’t leave until everything was figured out.','2020-07-27 22:56:04.376000','2020-07-27 22:56:04.376000',5,'Eliahana Avendano','https://lh6.googleusercontent.com/-2EtcdOQnnoU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckDeKOZ0-Lqk5TeSAFd4Ckeooc5GA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39030),('AbFvOqnp_W4uPwyiVLf0cnCeWJbtfrSLL-tEZN_Mvx8oKz2BC_-yfHDicQALCSAqCCTKgBrpQVLq','Mercy was the receptionist very warm and inviting. Ms Luara was my Nurse she has a motherly and sweet demeanor. Dr. Sylvester bed side manner was great.','2017-10-12 12:57:14.219000','2017-10-12 12:57:14.219000',5,'Will Lean','https://lh3.googleusercontent.com/a-/AOh14GjIqb4BfpbiSrghkH7d-JbOlJlHXTG0EKnVMSz_NA=c0x00000000-cc-rp','3511292162159714121',41010),('AbFvOqnp-011ne7KeiyVnwQM1Q1jk8CLZdblkX03TWZWxpMuy__E58LcyzzlG-XCPE_6amWY7OybUQ','Great visit. Was fast and got the helped that I needed!','2020-02-19 16:25:56.426000','2020-02-19 16:25:56.426000',5,'Roshauud Paul','https://lh3.googleusercontent.com/-Lfubk63YMQU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmh7PFSjEZXPTL0zijTUZUdWIE7SA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34359),('AbFvOqnp065GXZtL69aQYWneVMe1n06Yp81pvl2Puk848AQ7ZzEGW4w6jSpgybrm81-WD123groC','Hayleigh S was great and awesome.','2018-08-31 00:46:01.006000','2018-08-31 00:46:01.006000',5,'Anthony Francis','https://lh4.googleusercontent.com/-DK8vs8i3ROo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckHmm-ndnw9Y138U9O-_nb8-58IWg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40841),('AbFvOqnP0IfeQEBsj905hWMQ3zbLhOcr-d3WpAH1fAJzWqR3d2B92Ig1mWwcypPdDeET2Z-oz3z-','These ladies working the front desk and the staff providing service in the medical section were fantastic and quick. Not only did the front desk show me superb customer service, every single client walking in with questions were treated so kindly. They didn’t act annoyed or rude for the million COVID questions. They were patient and nice. This goes for all signature care ER’s as well.','2020-07-28 01:42:58.169000','2020-07-28 01:42:58.169000',5,'Shayla June','https://lh3.googleusercontent.com/a-/AOh14GiqhyXUdsXUuVQftC_t785Q52WPS3EQkXDvG0ns4Q=c0x00000000-cc-rp','3511292162159714121',40221),('AbFvOqnp0L_cK-re0QYDjoYLQCJPWDnSroWY8UETac5C76z4N8h94eQ9vhw1edBfPieh-Y_VWQp7','Amazing!! Receptionist was very friendly. Got me in within 10 mins of my arrival. The nurse, Denise, was extremely friendly. Very caring and thorough. Doctors were awesome! Whole visit lasted less than an hour.','2020-09-28 14:47:20.130000','2020-09-28 14:47:20.130000',5,'Kelli Felan','https://lh3.googleusercontent.com/a-/AOh14Gi4utM6aZvJuM6l9qscgF03duyao1IzB4hB2tPM=c0x00000000-cc-rp','16389487648212004696',33175),('AbFvOqnp1A4hG5h0D58DO35TCwpOk4JM008EfDdny9zlASN2JbsnjfiDCaaVVGRagQlcgAArJSdBkQ','Great staff, very efficient, and polite. Front desk Alyssa P great personality. Thank you guys.\nDR. JABER, MD, NOOR M\nNurse: Nichole M F\nRadiology Tech: TrishaĀ Ā  B\nFront Desk: AlyssaĀ Ā  P','2020-05-21 21:48:11.753000','2020-05-21 21:48:11.753000',5,'joanne west','https://lh6.googleusercontent.com/-_ZFtSSYM8_Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucme3KN8l4BeBqbc-MEFX_DLjPjbVQ/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43050),('AbFvOqnp1hVjbF12tv9v2QdxyYKjsNwKcMU4gtPYbim0kih0IreeqZPR0w-2vaMKJlKAs3EF0dHN4w','Amazing care from the start, Amy the receptionist was very kind and walked me through everything . RN Gina was very sweet and attentive. Dr.Ngozi took very good care of me. I would highly recommend this place to everyone!','2019-04-09 02:45:37.971000','2019-04-09 02:45:37.971000',5,'Aislyn Escalante','https://lh5.googleusercontent.com/-jsjmNfgG2TA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckhe4S37T3FRde9Fx7gvA0p76wv8w/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40605),('AbFvOqnP2jP0zc8o7TWLzyfcyYTj-JBeKKO6UpPF0bRaT1JFjfu68f9gDncFlo9YGDIRI2GTpl8YNg','Kendra (front desk) was EXTREMELY helpful when I visited. Not only could I not talk because I was sick but my insurance wasn’t also extremely confusing... Kendra was extremely patient and kind towards me while I tried to figure it all out and helped me figure out the insurance stuff as well. She’s the best!','2019-11-11 17:42:52.279000','2019-11-11 17:42:52.279000',5,'Anne Goetz','https://lh3.googleusercontent.com/-zjheEzlJijo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmvm47Yy-chEVz9cQDp2lsVO-o6Jg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34566),('AbFvOqnp2s8ALGaV1p-S1ZJlCf1JEjW5V23907sqLQPM3eXCQT5ViVRgq2BcENUOVOCLkWhWpi0u',NULL,'2020-11-26 15:36:33.123000','2020-11-26 15:36:33.123000',5,'Niza Garcia','https://lh5.googleusercontent.com/-GrXQHBJiP4I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck2lGP5nNR8L_g4ueE-67ebQoL_qA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38408),('AbFvOqnp3fLkSUKkRq29XxMxlgOZVbZlagfHnUD1l7boe6cRPMuegIdkYTHPoAtVsd16MOAcfgNSVw','Great friendly and fast','2019-01-04 13:59:15.713000','2019-01-04 13:59:15.713000',5,'Heather Allison','https://lh6.googleusercontent.com/-sksNl0u_k6I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcb-9IVO6tsvYi6oF38gtQ-xNasQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40761),('AbFvOqnP3QB1hiYzPLSDQzeQtiLDEF4yffKeM21d0B0YF37FD85U26JPOzP0hkyDu82cW2q2GjSfxA','Wonderful experience! Fast service. Jennifer Diggs, John Bell, Matt Leonard were amazing!','2019-06-11 15:00:48.594000','2019-06-11 15:00:48.594000',5,'Ashley Kelley','https://lh3.googleusercontent.com/-qgDBkPzt6HQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclvXYVYoBczhDyFl1Kxgw5jDAFQhw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42049),('AbFvOqnp4I3bL2Wrrar-znuJkO4roMHf__m_WOO4AvgGMj9SluQW_h67rhdHbAsCRCKA3NEugED43w','I visited the emergency center for a cut that required stitches. The staff was great! They were professional and personable. The service was quick and the center was clean.','2018-02-22 14:01:11.495000','2018-02-22 14:01:11.495000',5,'Cindy Breed','https://lh3.googleusercontent.com/a-/AOh14GiB0mkEaExHNnO0r1IToo77zrOCVnh51nOPRQTNlOk=c0x00000000-cc-rp','16891069708558046635',36430),('AbFvOqnP4kYGHU3aZ4wht8MeDO3sOCMIRE3Y7x9u8-AArYy627g2q8guvpJOsLgFK-hyGFF4WEHX','Dr was friendly. It was a bit slow, but this is the first time I have ever had slow service and they were busy and I had alot of test run . Over all still a great place to go.','2017-04-12 22:54:02.645000','2017-04-12 22:54:02.645000',5,'Jennie Lovell','https://lh3.googleusercontent.com/a-/AOh14GgM2hQJ0CPpnwDxSfEjmuriBYgHGuWLiyLU157cIg=c0x00000000-cc-rp','17394740196501090048',37176),('AbFvOqnP4SJKjBNsEkat6jBCkWlwxyAWm0CSl_hJPcu83ajEil04r4cldBNP7OId1DM-plBQHCImHA','I had a great experience here! Mollie, RN was amazing, very attentive and quick in her duties. Dr Henderson was very efficient and caring with how she handled everything. I was in and out within an HOUR!!! This will be my urgent care center every single time no doubt.','2019-11-03 14:17:15.869000','2019-11-03 14:17:15.869000',5,'Taylor Surratt','https://lh4.googleusercontent.com/-ZXfEBY9Qwyc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnQjXGSK9exCGdV6M9rf6tJj7b65g/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39781),('AbFvOqnp5duBgEIbt1fa8IvWvKTlpKqTy9Iuaaqe0OHnRFfRBfpRrlIMybpNSMvHGiiWRvhWMAIn','They are fast, courteous, and always take care of us. Thank you for all you do! Lisa H, Leo Savanna , Delpha Daniel, Carolyn, and Dr. Estevez.','2019-09-09 22:02:30.298000','2019-09-09 22:02:30.298000',5,'Corina Flores','https://lh3.googleusercontent.com/a-/AOh14Gjj9MhDVVZU7oiRlEvvquq2ZhBfxmJ1pLqBwiWm8g=c0x00000000-cc-rp','13486358490203335051',29678),('AbFvOqnp5O3E7QZ1d1_3KjPU5eD3Ex_5oE3now2aPRCPDc1UKRx4AwZaQ3n77uAAixN_a3CJNQ8','Very rude staff. I went there to get tested for COVID19. They were extremely unprofessional. Out of shape employees. I will never recommend this place. stay home and wait for the morning before you go there.','2020-08-10 17:29:17.002000','2020-08-10 17:29:17.002000',1,'Omer Yousafzai','https://lh3.googleusercontent.com/a-/AOh14GhfP-bAkDlpoRwDig9F8NDlyPf13RGlC-Oy7MgL=c0x00000000-cc-rp','8679688254631342173',42329),('AbFvOqnP5T2gMPOYA62b3IKMf8mTR40M8A-oWSqUvXGLtwLxrs35QcXJy6jMFASM4G8l737GpMYTMg',NULL,'2020-11-14 07:22:33.668000','2020-11-14 07:22:33.668000',5,'Nichole Williams','https://lh3.googleusercontent.com/a-/AOh14Gjkc-qNc0_pzI0gIDeJJ1HRNo-oZhCSS322Eos_UA=c0x00000000-cc-rp','2694018788013845459',38897),('AbFvOqnP5VGUdOcb_Ho4j3-iFxq5kUnHP86eOZSXWDq9pd29p_-MPT-IOtNihwwapGpjUSxdm-hgug','Clean facility! They work very fast and the staff is amazing!!!!','2017-11-22 17:20:31.695000','2017-11-22 17:20:31.695000',5,'Tylundria Anthony','https://lh3.googleusercontent.com/a-/AOh14GgRWmk6khjPfGPX31iK0FwTnGpCP1CEHh_6dMJS=c0x00000000-cc-rp','14567670160750071148',30945),('AbFvOqnp62-g5q6tsxhh3RK3CJO3RLwTGckk1ZKEmwSzgrpGNM_ftWbasnYEn0SXJivaRfwXeejr','This facility defiently deserves a 5 star review.\nAs soon as you walk in you know you are at the right facility. Clean, well lit, organized and stocked snack and drink area.\n\nAs someone who works in the medical field, I appreciate fast and excellent customer service! First of all, we picked this place out of all the others due to their hours plus the kind register on the phone with insurance questions, by-the-way thank you Delfino! You also greeted us immediately upon walking inside.\n\nThe nurse Katie was very kind, personable and made my girlfriend feel comfortable, when normally she is a bit anxious in doctor circumstances.\n\nThe X-ray technician was very nice and fast! It took under 15 minutes to receive the results and we have waited HOURS before at other urgent cares/ERs. The pictures were also sent immediately to our email with user friendly page access.\n\nDr. DeWaal was ABSOLUTELY outstanding. Very knowledgeable and informative but personable and humorous. He wasn’t pushy (like other doctors can be) in regards to referring out to specialists immediately or giving us products while we were there that we didn’t necessarily need.\nExample: she came in with a splint, instead of racking our bill he verified that it was the correct type and stated she could continue using the same one. Every step of the process at SignatureCare was exactly how you would want to be treated. If ever needed we will know where to go!','2019-03-21 04:02:10.131000','2019-03-21 04:02:10.131000',5,'Kylee Kirby','https://lh3.googleusercontent.com/a-/AOh14GgHObUHs9GheUKcNgsdzintL-1Gz3I8gFmm_6Hl8g=c0x00000000-cc-rp-ba3','16891069708558046635',36244),('AbFvOqnP6N_V8pUEQGPPeS-pwNmqiMKyf324W0Yzrdm1Ih5Wq2CSwXvFWjI-xlU09XQIyUvx954n','Got bit by a copperhead snake. They are great and all were very nice! Ordered me food anything I wanted. They even let me smoke once after I eat while they were changing out my equipment. Dustin was my nurse and he was very helpful. They were all quick and no limits. Thank you. It was a scary day and they made me feel so much better. Answered all my questions and made sure I was happy.','2020-08-06 21:08:24.009000','2020-08-06 21:08:24.009000',5,'Brian Rodgers','https://lh6.googleusercontent.com/-rLumIv4FIW4/AAAAAAAAAAI/AAAAAAAAAMY/AMZuucmiT4u2ZWGGg-ZwN8MElrDAz_mDZg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31798),('AbFvOqnP7-DQLvZfv_NIB2soMk0Gxq9qZWHnQvCXHU1iBDe_iua98QnHiOy9qh4tCtlULEr9LpBU','The people here were rly nice and helpful! Everything was excellent! And I appreciate Ms Carly for helping us out! ā¤ļø','2020-07-07 07:30:31.222000','2020-07-07 07:30:31.222000',5,'Jocelyn Clifford-Hood','https://lh3.googleusercontent.com/a-/AOh14GiWSXRLDb_4IJ1v7D0x8IAib44yCts4pXomlcvyCPM=c0x00000000-cc-rp','12541597562633926366',28610),('AbFvOqnP7h_U2WyCsmTX6LOJaGRXENxiFWT8gNb_c94JFxpxz4IKMGw35Cb_xX-I4keyo-faHgC6mw','I came in to a calming atmosphere and it didn\'t smell like a hospital. Everyone was so nice, calming and treated me as if I was the most important patient. It was a long visit but I was kept comfortable and they were constantly checking on me. My only negative is that while getting my IV done it took a long time because I really small veins and it hurt but they did amazing taking my mind off it. All in all a GREAT experience.','2017-05-01 15:16:49.873000','2017-05-01 15:16:49.873000',5,'Starr Foster','https://lh3.googleusercontent.com/a-/AOh14Gj8f2JNjSpC9yIjOWQff_Om1I157lexaAsJdHxOPQ=c0x00000000-cc-rp-ba2','14567670160750071148',31050),('AbFvOqnP7MIcUvekbGMKsVbqg9EtdNiqwUUnxw68Xm9Su-NhlSdaNxqIZZRfgA1Xc4utmMbm-uL1PQ','Was seriously ill with a stomach bug and late on Sunday night finally decided I needed some medical attention. From the moment we opened the door SignatureCare was a wonderful change from what a hospital ER visit is like. Delfino, at the reception desk, cheerily greeted us and got the paperwork started immediately. Lobby was clean and comfortable. It wasn\'t long before Janet brought me back to a quiet, private room. My nurse, Katie, and Dr. Elsbecker were very attentive and kind. Great bedside manner. Got fluids, meds and some much needed rest and they sent me on my way!','2018-12-08 12:38:39.316000','2018-12-08 12:38:39.316000',5,'Elizabeth Abernathy','https://lh6.googleusercontent.com/-Qtkexqut9ks/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmR5KUvgwKVYspt6bk8hsomxK02Zg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36315),('AbFvOqnp90zvbg7JdktFv_A38zJ0wiZQP55jCVDxC0rYG8tSXqVA6VIr2P5Y33l10oS9xKumIRicgQ','I went in today because of a slight issue I wanted to make sure that was nothing, everyone was so warm and welcoming when I got in and was very attentive and made me feel comfortable when in reality doctors offices kinda scare me, I want to thank Jacob, Becca, and Dr.Kimball for such an easy and fast visit','2019-09-01 17:23:51.630000','2019-09-01 17:23:51.630000',5,'Alisha Naik','https://lh3.googleusercontent.com/a-/AOh14GinSXAn-ZIaRqtsDbRJgCSeYk6cWtE6HEKU7225hw=c0x00000000-cc-rp','16590124370714063921',34695),('AbFvOqnp92y8IYuPU0nVeWQg3_XO3KGBcc1-OxIWzSDGomcfNCiI0HCsG5CucdgssCBMmIfflr2i','Had a wonderful experience here! It was a super fast and easy visit, and all of the staff were superb. The facilities are amazing. I would highly recommend going here if you\'re feeling under the weather. They will definitely take care of you!','2017-06-02 17:01:34.195000','2017-06-02 17:01:34.195000',5,'Connie J.','https://lh4.googleusercontent.com/-j-CEKijeq6I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmgdv-mjPV89eN80U1QUu_umXVYLw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35422),('AbFvOqnP96mDwhXIZpnRlqDzHsN7Mqu4LrxsT34-3uPBqs098kTh91TUFwq9CZbtZgiZCSG6x-8O1w','Horrible took my daughter in late Friday night cuz she sounded bad with her coughing and stuffy nose. She is only two months old and we were told she was fin just was coming down with the cold. She tested negative for rsv and the flu. Well over the weekend it was just getting worse and today we took her to her doctor and she tested positive for rsv. How do you miss that in the first place? Wouldn’t recommend this place at all','2018-01-02 15:57:29.283000','2018-01-02 15:57:29.283000',1,'Leeroy Valerio','https://lh3.googleusercontent.com/-c8SCAL3Lqeo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmAXOqxy8KEaLC6_CypLRCu9LSrOQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41801),('AbFvOqnPA6i6S3zMkljFmsS1gQ0Xt2QqTjXjuebhDXZ3IsIa4JVNQU_pUOhVhrhMQDewXGNvmLFv8g','When I went in I wasn\'t even sure I wanted to be there since I avoid doctors at all cost (hence the ER) they were fast and efficient. I was in and saw a nurse immediately. The doctor came in less than 10 minutes later. The longest part was waiting on test results. Be aware though they are required to keep you for FOUR HOURS. At least they were with me...maybe it\'s conditional just keep that in mind when you go in. Friendly, funny humans that don\'t act like robots!!!','2017-06-20 14:44:08.864000','2017-06-20 14:44:08.864000',4,'Stephanie Uzomba','https://lh3.googleusercontent.com/a-/AOh14GinoM2PsP8lBmdyabhrE0CtZgptn4BwSfAs04F9=c0x00000000-cc-rp','17394740196501090048',37130),('AbFvOqnPAixdxiMMmXhoOg1DKzxXGZgSD3niqpIW40rKqlB-uezxAkfHDGbAl7xhdtHOcWGyMEhK','Fast service no wait time and the have snacks. Thanks Nikaela, Jessica and Luisa for the service.','2019-05-27 00:17:32.722000','2019-05-27 00:17:32.722000',5,'Jacqueline Salgado','https://lh3.googleusercontent.com/a-/AOh14GgzQBFx3RjJJNfbPj-OvhKaS4PUNwInfiQjmDfMGI8=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqnpajAH-4PdzRWHa844wF0SGxk2OAb6tZjVsAwJtLUItwhwhnLPDnCFPngEJ6cHu4KVOBh1_A','Very impressed with this emergency room from start to finish. Came in for some chest pain was seen right away by Dr. Patel, the staff came in and did a quick EKG and some blood work very professional great team effort.\n\nDr. Patel\nRommel RN\nMilly Rad Tech\nJonathan ER Tech\nOlivia Registration','2019-12-22 20:03:49.541000','2019-12-22 20:03:49.541000',5,'Timo Juarez','https://lh5.googleusercontent.com/-X11koJOnVd4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl9cGb0-5cKjd4V26WEMTgokanKOQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32393),('AbFvOqnPbwtiSLk-lhlzNF7rUNbW6Dl6Lcx1L4emO24IWuMp5YB2fxzEp4QQwltI9HzNScBkSOhTEg','They staff was very professional and friendly! Took care of my issue right away. Will use again if needed. Thank you to Dr. Nguyen, Robert, Tricia and Patricia!','2019-08-30 16:25:09.556000','2019-08-30 16:25:09.556000',5,'Bob Gobbell','https://lh4.googleusercontent.com/-Qg5AkTPYVuo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDBOwxUffiWSmqilaXQFf6EUpvPA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',34010),('AbFvOqnPc3mQX9T4FV_is81_UH_90ErfHcu6ZOSIlGeR5Iy7GGboaT-H3ManLrFBtzCMf8wsF9E9','Amazing experience from the minute you walk in the door to the minute your sign out. Everyone and I mean EVERYONE is genuinely concerned about how you are doing and all go the extra mile to make sure you\'re feeling better. They even have a full CT scanner on site for instant detailed imaging! No one wants to have to visit an ER, but if you need to, there\'s no better place to go in Austin!','2018-08-20 21:57:11.125000','2018-08-20 21:57:11.125000',5,'David Smith','https://lh3.googleusercontent.com/a-/AOh14GigoEGWm2R8jx3u4Dc_60nfPRIBAGIhxOyr7jm3=c0x00000000-cc-rp','16891069708558046635',36366),('AbFvOqnpcinerqnKaIlN3AL2cErFWO3--G65okE9BhMiMDPBB5QLI7IYSECwwO2roi1NaZS2JKS2cg','Exceptional staff! From the time I walked in everyone had great energy! Alexis is the sweetest nurse! Very caring and empathetic as well as Dr Jaber. This place is very efficient. No long wait!','2020-12-02 14:53:01.935000','2020-12-02 14:53:01.935000',5,'Shelby Matthews','https://lh3.googleusercontent.com/a-/AOh14Gi4yQPakVusuYljEqH6dkkM_FZaccKjTKG11wBZ4w=c0x00000000-cc-rp','3511292162159714121',40037),('AbFvOqnpclj-MrnxSc4OwLuh4leR7ADJPMOYWL1qiRAB-8Hx8K4eXQw144zZDhz-QIfMom1zGGwUpQ','Excellent place/excellent staff. Thanks to Lisa H., Maria s., Matt, Savannah, Kristina, Jamie, Dr. Huerta','2019-06-12 20:31:57.949000','2019-06-12 20:31:57.949000',5,'Willie Valencia','https://lh4.googleusercontent.com/-WdEMNunlS0Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnIuvY2rI-41evoCWR0T9AAFHWpBA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29804),('AbFvOqnpcUz5vjqxnj7iMLfSEVIC0TudvOx4aDqvTDKrZqxtL-J6u1PuavTNE0eGqA2FGf3-D5qG','Dr. Grinblatas and the nurses are so helpful. They give you their full attention during the diagnosis, and best part is i didn\'t have to wait at all. Couldn\'t have a better experience at an ER.','2020-01-27 17:15:41.243000','2020-01-27 17:15:41.243000',5,'Amiel Chen','https://lh6.googleusercontent.com/-RKNb2dsXGcM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMOyleDcRSflOwxn0XWzgJL4cXWA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32362),('AbFvOqnPCv9EuLvi4nrThv5x-ePyLFC9zVp0AbUZcdeqWPLXEahg3fmnRmEJjmJ0gJLcw_0x9oOC',NULL,'2020-11-30 16:52:02.185000','2020-11-30 16:52:02.185000',4,'Brent Killough','https://lh4.googleusercontent.com/-l0bq0Eb5NGc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckwqesGi3wSjwS7OzZPtK7DFetwcg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32865),('AbFvOqnPdL33CIYWmG4FI2SuxiefVTgFJj2cEKloX-jca6RdzVcjgyeM1X24I17QDgv4a53JscEU','The front desk and nurses were great! :)','2020-10-08 23:40:36.078000','2020-10-08 23:40:36.078000',5,'xavier lightener','https://lh3.googleusercontent.com/-fXDNPkG46Sw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclykT0xn-K3B57yIWNr3Y64hSwM0A/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30060),('AbFvOqnpDNQeQtXGP3DvS3yUceJZfi9RHo7FgMR79w7xzX51St3TkSGQvunISzADpvYFwm5yfj8sgQ','Well to start my husband was taken by ambulance to the hospital where they did not fully take care of his pain. When we left we came here and the staff was so awesome and very patient and kind. Doctor came in right away and got him some meds and started tests. He feels so much better now. Thank you for this awesome experience','2020-03-04 09:28:15.858000','2020-03-04 09:28:15.858000',5,'CAREBEAR 1981','https://lh3.googleusercontent.com/a-/AOh14GimpQ9exMIUNByY_FA1qCAjvBJ36E2re7o-4bEc30Q=c0x00000000-cc-rp','6521947413723274945',41411),('AbFvOqnPDvDxrEGUEKZ7wCiRM_VwWWo7kuhB_nRwsSxpnBvh6v6cDO2hmuQ_k2eQYrzpEKQXEYOmBQ','Very professional, fast experience I have ever had . Hospitals take forever but they did not and have a very clean sanitary area. Any problems I have in future definitely coming here for 24 hour care','2019-10-26 19:16:02.967000','2019-10-26 19:16:02.967000',5,'Dreka Lewis','https://lh4.googleusercontent.com/-UZIRSCYQF7o/AAAAAAAAAAI/AAAAAAAABUc/AMZuucnFZX221lWwHWb5hXdp1AauMh9OJA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33822),('AbFvOqnpDWuHfvezFz1uyZr3om4MS2Iaj8GESj1D24YitKBaW3qZPxd7A50L-QSEyL14z4FnUmGbvg','Skyler & Ashley were so helpful when I came in . They answered my 50 questions and made me feel comfortable , the facility is very clean and the staff is very thorough! They were able to get me in within minutes of walking in the door , the nurse & doctor who helped me were attentive & able to get me taken care of! Highly recommend!','2019-03-14 01:18:01.411000','2019-03-14 01:18:01.411000',5,'Alexis Johnson','https://lh3.googleusercontent.com/a-/AOh14GjmrIIcTjs3IVXK7FjzJo76Tpo1w5FL62UojBAY=c0x00000000-cc-rp','8626688543755174284',42120),('AbFvOqnpETQttRGmcDu5E-ZTII4pDr3-HMm_F_giwMjr0MJNqfvqzBZsKjRogyPZPOuzd6djD3K05A','Overall, i was treated on a very professional level. Norma, Tino, Churiah, Dr. Souman, and Amy were cordial, professional, and very involved. I would recommend this practice!','2019-05-04 21:17:47.666000','2019-05-04 21:17:47.666000',5,'Carlos Marin','https://lh5.googleusercontent.com/-ID7kZ6uX29c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclSpEMETdpFB-C-xkTNi0EAzQ0ytA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40588),('AbFvOqnPEVa9BdcCR4ezFloNw74OYnt-hpCBfIVbMLeyvu3aXPKm_wsep-1HQnBcoV2VASGdS3B1Ag','Dr. Akunyili and staff where the best i will coming again for any emergency.','2019-08-25 21:23:09.619000','2019-08-25 21:23:09.619000',5,'Isacc Garza','https://lh6.googleusercontent.com/-3M8taapYEMg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckRln0cqE3REZx-U3zCu5Xh3MpTAg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',34025),('AbFvOqnpeZlY5qNYaa8__VAKS6s0YW9o8_q7vMJ1oyS1x6GaqhE57rkBuuIzQ07gCYXGgaxD5s3XSw',NULL,'2020-06-01 23:50:28.657000','2020-06-01 23:50:28.657000',5,'Devin Campos','https://lh6.googleusercontent.com/-PQK7eiT1Vy0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucltZaKTTNb3424MfCY8L6UMka_e7A/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38824),('AbFvOqnPf-DuS_PDgmq2vUIY5c1KoxoY6oFdXDxsAm1jmiEQT7juKJMM6Y2JPmZw2WdmpGr7_vdE4A','Took a friend in to get seen , the front desk girl Leticia was quick and so nice, would have never known she was in training!! Dr huerta is great, nurse Vanessa was very kind and knowledgeable, definitely going again if ever needed!','2020-02-27 04:28:27.858000','2020-02-27 04:28:27.858000',5,'Ricky Uranga','https://lh3.googleusercontent.com/-2b-zrO4BQJ4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmmlaCtFwEK2eEhFBSKzUopl_oR0g/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29418),('AbFvOqnPFBRmuxFUiFRLbYESOs3qtykQwT-vQanINp2tJ13Y0g08WJcEguqWynrqQs2QlTQH-loF9w','I really enjoy the service here. I\'ve actually been here twice and highly recommend. From the time I check in, the entire staff is very courteous and helpful.','2020-02-04 16:43:31.799000','2020-02-04 16:43:31.799000',5,'Ezzie Martinez','https://lh3.googleusercontent.com/-22APIt6Kywg/AAAAAAAAAAI/AAAAAAAAADw/AMZuucl40VXn7NpB9VfN4Gz4SKblgjVm5g/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40316),('AbFvOqnPfEq1TgB_eVVewIQVMtKSMYd4VgnF-ov5JdqFoJx4CUgVrC3uKRemhp2O169yojlyUxaz','I was in a great deal of pain when I walked in. The staff was extremely helpful and polite. The wait time was less than 5 min instead of hours at larger facilities and they can perform the same exams and care. I hope I do not need to return, but if I did I would definitely go back here.','2019-06-13 12:51:14.382000','2019-06-13 12:51:14.382000',5,'Paula G0910','https://lh6.googleusercontent.com/-WOWkoSeMEeQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclgaupP5oZ7MnvHEEyXKew1Ora4fg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30529),('AbFvOqnPfLJE0hH6Jxq_3gBI0wzSyWCzMfQARiyU1nG_hzTno5dLbRDKUqpTHiQpFxs9JQqDVdKgbw','Quick, efficient, service. Will be going back next time i have a need!','2017-02-01 18:40:17.786000','2017-02-01 18:40:17.786000',5,'Amy Termina','https://lh6.googleusercontent.com/-Z2YiuidzC08/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclH4aDRQ4u_jmI9ufnY2i97YYDhLg/c0x00000000-cc-rp-ba3/photo.jpg','14567670160750071148',31114),('AbFvOqnpFqZCdEYLeCA9eF5tNu4_19O2tLQBSevCRQng9SuZ1kIk69t9cXNNTtsCNVjGjkefystx','The process was super quick and easy. I had a lot of questions and Amanda and Lorena answered them immediately! The test was easy and Matt and Morgan did a great job. Dr. Cabaniss was very nice and Morgan was a great rad tech!','2020-07-25 17:27:48.184000','2020-07-25 17:27:48.184000',5,'Madison Pickard','https://lh5.googleusercontent.com/-PZiFno3IEHo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclm0UVDoaDiPzHwT9B6yHIUebn7rg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34253),('AbFvOqnPfS3UuDF6i6BoNFBT0YselVDJHqQWd2Y-bfa7XN_4PJ0Huz1ShvQKTctngd3LN4jja3_ypQ',NULL,'2019-08-19 18:09:57.741000','2019-08-19 18:09:57.741000',5,'Sabrina Hamm','https://lh3.googleusercontent.com/a-/AOh14GgUqs29JzJ65Nv3PTxecqCc20vgBLvUoD7cNXUDUQ=c0x00000000-cc-rp','16590124370714063921',34719),('AbFvOqnPgcc4n312CjMELG51lK2T4-FzY3OYuDwfW3tNAEKncYyo-qOTpEmtHBxj3GJTbfDJxQSV','Nurse Alysia and nurse Kristina were professional, easy to understand and very helpful during my visit.','2020-11-28 15:37:55.862000','2020-11-28 15:37:55.862000',5,'Adrian Runnels','https://lh3.googleusercontent.com/a-/AOh14GjBFf3W90MW4NoNVYWlxExTj26aEMseywbvdgxk=c0x00000000-cc-rp','12541597562633926366',28436),('AbFvOqnpGFziSxkuDw-OIgNpIfiAy_2pCOe4_Fx7MUgNscGK5bL7DYmRSsyR4-6OISDj51mO9d_w1Q','Amazingly staff! Got seen and was out quickly!!! Top notch ER care!!','2020-06-01 21:37:14.353000','2020-06-01 21:37:14.353000',5,'Megan Araujo','https://lh3.googleusercontent.com/a-/AOh14GiP5A_-ln1loLqYs7Gnk6IrfjUa11p-qFi74zBhyp4=c0x00000000-cc-rp','2077061009497551125',38826),('AbFvOqnpGJrfziQUOeHmzMvbyvSNquikoKeFg4cyq5memtaSJP4SE1J_OhYfwjXFRrGnr4LCMAY4Ig','Dr O’Malley , alvean, Tricia, Natalie\nThey were all very friendly and helpful','2019-11-01 23:08:40.111000','2019-11-01 23:08:40.111000',5,'jimena alamilla','https://lh3.googleusercontent.com/a-/AOh14GicGvPnoMwufuIU27bvcFycclrx-rVV0Q8jMZ4mdQ=c0x00000000-cc-rp','16389487648212004696',33790),('AbFvOqnPgrdgBYs2eAaBs65QQafSvM1FX_-hqGD4_tT059YrVy-H90h8T86Hp7VK6XUW5pXnwJa9Gg','Sita,Allison and Leah treated with respect an gave me the info a needed when I needed an issues looked at an diagnosed. Was in an out with no problems.','2020-03-03 06:30:44.534000','2020-03-03 06:30:44.534000',5,'Brandon East','https://lh3.googleusercontent.com/a-/AOh14GjCyMCIxVUljjMODbXYE4nBh9VvoW-NBMXtb_W4=c0x00000000-cc-rp','6521947413723274945',41426),('AbFvOqnPHcc1fO3rkczBbFIbjVwbh035YrR7F-j560h5TDGSpjJpZbZWZkN5morzeklNZ_tTCnOtpw','Great clean facility with personable staff. Quick and easy','2018-04-03 11:49:36.679000','2018-04-03 11:49:36.679000',5,'Gilbert Maldonado','https://lh3.googleusercontent.com/a-/AOh14GjcjIKldhodQp7GI1-4pIaKpc3iLaVVYdhDf8oH9us=c0x00000000-cc-rp','8918455867446117794',43398),('AbFvOqnPhF9ga14XhqiIVMZ0NMTJmlPj2i5F07S7DQ8tccITptTn-3ffDhcfrMvVUXfKFVgSo4fTOg','I was seen by SignatureCare for a laceration on my foot and pain in my ankle. The staff was wonderful and very efficient! Dr. Soli numbed up the laceration before putting in sutures and I did not feel anything! Eda, the nurse, was so sweet. She made sure that I understood everything that was being done and why. Laura took my xrays and was very gentle and careful with my ankle that was hurting. I am so thankful to them for the excellent care and follow up!','2015-10-11 09:56:41.787000','2015-10-11 09:56:41.787000',5,'Elizabeth Gronlund','https://lh5.googleusercontent.com/-2CMdlEHYLis/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnj_vZDhRMLG9n3j31iUKhdPlQ9ig/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37388),('AbFvOqnPhH278CLEo163MUpaYDzpHNG18QuELSDO9G7nbutT7bgFu_ox3du_mzBagYAAGACpTSOiAQ','Jacob the RN was very caring and polite and very generous!\nJohn the tech was quick, amazing and very detailed!\nKara the registration lady was very sweet and smiled the whole time!\n\nI’d recommend this place to everyone!! Fast service, no wait, took 30 mins and I was in and out!!','2018-03-16 17:32:24.627000','2018-03-16 17:32:24.627000',5,'Mariah Eileen','https://lh3.googleusercontent.com/a-/AOh14GhwTWWhk8t8vGvLZHG39x8U0lxto_lr8aGSkpLL=c0x00000000-cc-rp','16590124370714063921',35297),('AbFvOqnPhilhrYdiR69mb9bI8RiHGTNpdEO7ZeOueQdocRYFq7HMspsJUKrPFPVInUrz_IPRPysRRA',NULL,'2019-06-15 18:12:28.390000','2019-06-15 18:12:28.390000',1,'Doug Dicker','https://lh3.googleusercontent.com/a-/AOh14GjHq0GFea0hW4114QcbPOi7MzMzJO0Cj7NBwgpqa3o=c0x00000000-cc-rp','3511292162159714121',40546),('AbFvOqnPHnS41YO_gN84EhanGcQfbfiHrJjzAdhAOgJMaiNl60tIOrQMYT-PiuetMCo665zl6uO2Vg','The visit was prompt, attentive, and an overall great experience. I was feeling very sick and didnt even want to go to a Doctor and wait forever to be seen. I was seeing a Doctor within 15 minutes of visit. I would highly recommend this place.','2019-01-24 15:11:29.406000','2019-01-24 15:11:29.406000',5,'BLANTDADDY','https://lh3.googleusercontent.com/a-/AOh14GjndejQWckcin_1UF0IpbvVyFDtXDe0o3lLn1ug7Us=c0x00000000-cc-rp','13486358490203335051',29926),('AbFvOqnPhOhRcODCFHXHGTnWt89wGp_PEvhwjiLrT0kVYLmtk9tfZDMr4YJrMliQURobJANnu_cZ','It was great! Thank you Jennifer Diggs & Tabitha','2020-03-14 16:17:14.224000','2020-03-14 16:17:14.224000',5,'Jerry Montgomery','https://lh3.googleusercontent.com/-05qtw4wmSmM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckgllMHoQBmh4AjiR33EzZBcrepAg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41915),('AbFvOqnPHRCUkLtr53kNcBAGlYZkquk5_WwnAa0QWiUxUT7FxTloPtXlzobOhJHgQJ-aYDYpoymjzg',NULL,'2020-12-31 19:32:47.395000','2020-12-31 19:32:47.395000',5,'Makena Stillwell','https://lh6.googleusercontent.com/-sTAunvlpEOg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnzfZVfE0XmYjtotKuGWuQEUoNSxA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',44191),('AbFvOqnpKDEptKiD7harGAp2QPOyeT7qJl0mxEGdWGio6KLb1wrlDDYjZ2NY9sAIy2L9Cksw48HLtg','I went to Signature ER for Covid testing. When I arrived, I was greeted by ER Tech Leah. She was very friendly and helpful . She helped me through every step of the process including conducting the test. She has a calming influence with patients. She was wonderful!','2020-07-31 12:22:32.576000','2020-07-31 12:22:32.576000',5,'Andrew Morris','https://lh4.googleusercontent.com/-Vz8OH04SLBg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-4_6TVYtK42JlfI2uS0T8SizOyQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29353),('AbFvOqnpKjn_zLLNBk4CXQtvgmdpT4ylUoC49O6jc8y2JRpWvziJASa0zIm0xSAsLgC1zbDDIrV28Q','They don\'t consider much cases as an emergency, so if you are classified as a non emergency, they expect you to cough up hundreds of dollars all at once. I went there with a cough that had gone on for over a month and was now in my ears and swollen throat and neck. So much pain, not sleeping because of endless coughing and yet I was not an emergency, so they were wanting over 800.00 up front for everything. I had to leave without getting treatment. Never mind after telling them I couldn\'t afford it, the nurse made me wait 30 minutes for be discharged and I got to listen to them just laughing and goofing off right outside my room, while I was in tears, so tired and sick. Never again will I go hear. The emergency room at a real hospital is the only place I will be going from now on. At least they just send a bill and you can make payments. (Update)- I was at the clinic at around 2:30 am, later that day, around 5 pm, the eye that the doctor kept messing with turned bright red and swollen. Next day it was red, swollen, crusted over and blurred vision and now my right eye it turning red and watering also. So not only did I not get treatment for a very bad sore throat that makes me cough so much and so hard that I throw up, but they gave me pink eye. I know it was them, because that was the only place I have been for a week and no one in my house has pink eye.','2019-04-07 18:50:22.144000','2019-04-07 18:50:22.144000',1,'AMPmmogamer','https://lh6.googleusercontent.com/-c683YuHPrLo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmor0eX-wJFygWIYu0RyMWGn_USFA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29113),('AbFvOqnPkOrrH4Bb4s_q-FGAjNUApecuxwPt1rHsVnJz3pcUMzDtLPWz3_q9Om7sJFH3n2hepPKBbg','The doctor, nurse, receptionist, everything was great! I came in scared, but they comforted me and talked to me explaining everything I had, took some tests, and I left relieved. Thank you, I recommend this place.','2019-04-01 00:53:00.301000','2019-04-01 00:53:00.301000',5,'Angel Santiago','https://lh3.googleusercontent.com/a-/AOh14GiNi-2zKymKUe4Qwx4JWNXkeP-41Qf5aCfjz4LR5Q=c0x00000000-cc-rp','8679688254631342173',42713),('AbFvOqnpl2qRkQwNRVMby6yqzhdIBRNPKYS0Bxq1NhEqmsSJP5UBWrirMM1JihlOKpngtLdvN2c5IA','Such a seamless and pleasant experience! I am here from out of town and got food poisoning. I was seen right away by a knowledgeable and attentive staff! beautiful and clean faculty with great equipment and fast service. Highly recommend','2019-06-29 14:05:07.651000','2019-06-29 14:05:07.651000',5,'Karen Sheikh','https://lh3.googleusercontent.com/a-/AOh14GipK7mSSB9sAbF9_vTBUjJsELKOngW7ZUTvf-kp8w=c0x00000000-cc-rp','16891069708558046635',36167),('AbFvOqnplGVObABFePNNP3evpynVAfhmNWUFNGIT80Z3-xWNRd-50-p6KwURuU_rlgHkMYChoOSamg',NULL,'2019-10-19 06:15:24.537000','2019-10-19 06:15:24.537000',5,'kaity brown','https://lh3.googleusercontent.com/-vdfeUJqaUGE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmlLUYXGTqdAvfmwmByKOimmWMJ-g/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41578),('AbFvOqnpLsmasqQfrHo0H_13ZaO6_Yt9qEEy7lOrc48puB6g_Lx78O6LK498HT9Zkyqc0i1VSJ1g',NULL,'2017-08-31 13:20:29.066000','2017-08-31 13:20:29.066000',5,'Khoi Do','https://lh4.googleusercontent.com/-u_ttGizY17E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucntz6z0diyWuCXCbKmRDgus275sIQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37088),('AbFvOqnPM8VXZ9gCJESfPhFAxvDCvKfu-Q9-_JKakwfiiRZBEs5frWRYjYqjEogcBSoZMsE-1oIzkQ','I went here after work yesterday to get strep tested, as I hadn’t been to the doctor in years and didn’t even have a primary care physician. I kind of dread going to the doctor but if enough doctor offices and medical facilities operated the way this place does that dread would quickly fade away. They are amazing. Everyone here. From the helpful welcoming folks at the front desk who assuaged my concerns about getting a monster bill from my insurance, to the friendly nurse, to being able to lounge back and binge watch Gilmore girls in the room, to the kind doctor explaining different options to me about treatment in a very common sense way... Seriously, I do not wish for anyone to have to visit an emergency center. But if you do — go here. They will take all that crappiness and stress you’re feeling and melt them all away.\n\n_________________________________________________\nAdded 6/17/19\nMade a second visit to Signature Care this morning after an owl attack. Yes, you read that right...an owl attack. Go figure. My head was pretty scratched up with talon marks and what not and everyone here was not only incredibly kind and caring, but also kept me laughing with a steady stream of owl jokes & puns making light of a pretty ridiculous situation. Mad props to to Nurse Adam for the most owl jokes of the morning and for administering a tetanus shot I couldn\'t even feel. Many thanks to Dr. Miller, Christina C., Linda, & Adam for turning an extremely bizarre morning into a pleasant experience.','2019-06-17 14:52:42.494000','2019-06-17 14:52:42.494000',5,'Mindy Palmer','https://lh3.googleusercontent.com/-jFJ2_PkHhfY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmVHTBUmbsxG0l1L1mrfydcW6O1IA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36176),('AbFvOqnPmafyn50aAN6QqaxoJzK_hGHb_Hag2oSagmGzYQ5iLjUXd7g-JggaZHW1siDhVCGEzZL7KA','I found myself frantically trying to find emergency care on a Saturday night. I chose the first result that popped on Google and this was the place. It is on the corner by the highway and easy to find. We walked in and had a warm welcome with free refreshments. Though I wasn\'t much in the mood. We were promptly taken back to a private, clean, well organized room. The staff was warm and shared their own anecdotes regarding experiences they had gone through.\n\nWhen you go into a scary situation...the experts you are working with should want to teach you. Share knowledge with you every step of the way. This is exactly what I got at signature care. I\'m home now and my mind is at ease. Thank you.','2018-06-17 15:29:35.334000','2018-06-17 15:29:35.334000',5,'justyn lizbeth','https://lh3.googleusercontent.com/a-/AOh14Ghs4cz2l9g2Umz_-9-S4CZCRpA3DTcKhcbcf7LvZg=c0x00000000-cc-rp-ba2','16891069708558046635',36390),('AbFvOqnpMGrVL93gen4LVw4qzku8YL_TFOhu7XR4LfpcaGQhZJ5byJFOllMsDPeq5ofkCrfemPzsyQ','Excellent service, I was helped by Nurse Calli and she was outstanding!!','2020-06-03 19:25:09.505000','2020-06-03 19:25:09.505000',5,'Aniyaa Carter','https://lh5.googleusercontent.com/-QYkJUMfMTZI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmqA72jyMMD2iMAeBgq3kW4O9rSvg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39067),('AbFvOqnpn-Dl9ygfBpID1GX57exxVbUzWkFE3jVWozFb9vsDQRXw02kjAEu3JsOR9r8RXvR7TLUYOQ','Absolutely wonderful ER! The staff was quick, thorough, comforting, knowledgeable and provided excellent care. After recieving initial treatment out of town and experiencing painful complications from improper wound care, the staff at Signature Care went ABOVE AND BEYOND to manage the severity of my injury and infection. I am so thankful for everything they did to manage my pain, save my leg and finally get me on the road to recovery!','2017-06-09 19:52:26.694000','2017-06-09 19:52:26.694000',5,'JJ Jurica','https://lh3.googleusercontent.com/a-/AOh14Gjw8O2gERacHU4nuxY5yMGTftw1chowkRArdiuJWw=c0x00000000-cc-rp','16590124370714063921',35421),('AbFvOqnPNeec19DHSgCKAv-3awwo2ZaZg_4goFmDjjUuHNsIbM-a3Ov2KEjLrs7Yi2RCCXwwL8_zGA','Gabe had me and my roommate laughing the entire time while taking care of us perfectly. The ladies at the front desk explained things great and the entire staff made me and my roommate feel very well taken care of.','2019-10-16 00:30:10.545000','2019-10-16 00:30:10.545000',5,'Saku Akarui','https://lh3.googleusercontent.com/a-/AOh14Gjnl06DeFAiMZJZH9hteT65-gnXxIWSBSfUSH1q=c0x00000000-cc-rp','16590124370714063921',34612),('AbFvOqnpnjW9MwRxiDDpV3vdJM04ihagaXyCacpKnNikFTHp0CXfBsXIrwPfUIjRyi50pn1SKxP3AA','Had the best experience here!! Staff is AMAZING!','2019-09-18 02:33:19.326000','2019-09-18 02:33:19.326000',5,'casie minjarez','https://lh3.googleusercontent.com/a-/AOh14GgimN6ucZ_JPwx11GJWq5CGH8NlVapudzBlA6B9lQ=c0x00000000-cc-rp','2694018788013845459',39257),('AbFvOqnPO_O0efnRnC1Oo3v_IRVha4ece4c4CBWMlVTuT8v7Fgk6XliNcQlHveHdePrZbxUk5Gqc','Ariel the receptionist was very excellent and extremely pleasant!! The doctor Alisha Wren was very helpful in relieving me from my blistered bug bites. Thanks so much!!! Everyone was sooo warm and welcoming!','2019-08-03 02:39:11.428000','2019-08-03 02:39:11.428000',5,'Totally Netters','https://lh3.googleusercontent.com/a-/AOh14GjaeEBIEI-nuzLWeeqsnGosy5LILwE40sl-jyHeYg=c0x00000000-cc-rp','12541597562633926366',29060),('AbFvOqnpo7X6BX8rf03jF6NgEzSDmjlKjlxSKPeXohyqqP9BcR4oTU9LZJ5EkBs1QpsG9pOB2smiIg','Great service!! No long wait in the lobby and everyone is really kind! Going forward I will only come here!!! They have restored my faith in the healthcare system!!!!','2019-06-17 18:42:26.497000','2019-06-17 18:42:26.497000',5,'Lanie Galvan','https://lh5.googleusercontent.com/-ywYB3J4r1q8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmuTZjnpQ03VZ4opIwGuJonlfe9ow/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39325),('AbFvOqnpowYYD_hh6e0U5U7Ot6utDL33h24bwHKcghZ4rp40iNtCfHJVoXlhfmsBOaOCxUrIGMTsLw',NULL,'2019-05-12 21:07:34.322000','2019-05-12 21:07:34.322000',5,'Leonor Loredo','https://lh3.googleusercontent.com/a-/AOh14GidbESFFJsEqRHhYDXL_C90OzNaAqz5qdNOF6U=c0x00000000-cc-rp','16590124370714063921',34854),('AbFvOqnpP3YLHLqXYHhSemSmp7fvDheeXztXbERXD8uHAr3qyP1D-1yW6yWaDxk0Y50Jx8j2RL3_YA',NULL,'2020-01-13 19:20:05.987000','2020-01-13 19:20:05.987000',5,'sara martinez','https://lh3.googleusercontent.com/-7-Vr02b0w4w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2sJfypnb_yzpOerEbyw6gN16JgA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33515),('AbFvOqnpP5hd7SH58ySrXBOid9of3a0cIt1LBLrV1WMamynAhWGR2yp7Ilie8n2x_pw8jlZH7bop','Thank you Andrea and Chloe for your kindness!! I had a great experience!','2020-12-19 14:59:14.204000','2020-12-19 14:59:14.204000',5,'Erin Scott','https://lh6.googleusercontent.com/-RcCEsC-MDnE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckUpgpDk1Z-rsvpMteroVmWa0OZKw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44653),('AbFvOqnppdN5RKKOxXM9vKfttQVcTZbF0vg_OaFP7v6ps8XqZ8yp3TSxFwzxetOSucXXNirG1DqvqQ','Very friendly and caring staff. I had to have Covid-19 testing for work and it was a fairly quick and easy from start to finish. I would recommend this place for not only testing but also for other emergency needs.','2020-08-14 14:51:35.593000','2020-08-14 14:51:35.593000',5,'Kimberly Brown','https://lh3.googleusercontent.com/a-/AOh14Ggl42fLLsJ1NJtVspA2x8wOfHwaP-L_3RodpfaITZA=c0x00000000-cc-rp','2077061009497551125',38597),('AbFvOqnpplqi9d8N_kZMs-2al2XKJeTtR5aPtDY5rOU2IAEBzC_ahmr2NGVc4K_Ku9iW35kRV7FQnA','Enough customer/patient care to leave a review, Niecie, Townesend, Remington and Rosales were great. Quick. Friendly crew. Thank you all for what you do to keeping our community healthy.','2020-09-10 23:08:34.885000','2020-09-10 23:08:34.885000',5,'Brandon Hebert','https://lh3.googleusercontent.com/a-/AOh14Gi9zc44rSOa5QDc3m7m_HBIN6UJwXqHmmuJ9vqY=c0x00000000-cc-rp','16891069708558046635',35826),('AbFvOqnpPWzi0NqpR5aCFDrFpngEmfLRZVxLZV67O1tJYJsUlnC3wCddmVN7rT9uAUmDZ75rAHPxsA','Dr Daniels, my nurse Rollie and rad tech made sure I was all taken care love that Stephanie at the front desk made sure I got in quick','2020-03-09 01:27:00.869000','2020-03-09 01:27:00.869000',5,'Sheena Sanchez','https://lh3.googleusercontent.com/a-/AOh14GjzbgR2ikKBvjcKjbVr583qS_AveId0Lt85sHuDzw=c0x00000000-cc-rp','8679688254631342173',42393),('AbFvOqnpQPQq0aIdnRxXVjA4ye3AC1w92M0UggBOQDPar2_CrKqYdbE36XshUcNjs63eQNV733rRTg','Gabriel and Lisa were extremely helpful and sweet while getting my emergency COVID test. They made sure I was comfortable and walked me through each step of the process.','2020-12-25 03:27:33.304000','2020-12-25 03:27:33.304000',5,'Alex Campbell','https://lh3.googleusercontent.com/a-/AOh14GhBy-cktSvOw0UkVDF48ukKBEsko1Bf4U4vpZWR1A=c0x00000000-cc-rp','16891069708558046635',44537),('AbFvOqnPQSKtUy3zw2nGrgGbV82sre-Z-9pyfP4yIrg21iF93ns5q__aRnH7Bm-RZPblVHU_Xq-vIg','Fast and professional service. Everyone was super friendly and nice. Care room was very comfy - warm blanket offered, cable tv, private. Definitely recommend if you are in a pinch!','2017-12-03 04:12:48.411000','2017-12-03 04:12:48.411000',5,'Ana Gonzalez','https://lh3.googleusercontent.com/-gpcr73AlIzQ/AAAAAAAAAAI/AAAAAAAABbI/AMZuuclOZ-v_rAgLz3Ap8nyJD10T5s6IfA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30940),('AbFvOqnPqx80IrYvCT9yN90nX5af15KI8VbedrEyw1EOuFnxMq563vZPF-YLazoqcpgCdKhnv0Zo8g','Very friendly staff, other than getting a swab shoved to my medullaoblongata, it was amazing. Would definitely recommend.','2020-10-06 06:56:18.332000','2020-10-06 06:56:18.332000',5,'Jeffry Rachunek','https://lh5.googleusercontent.com/-co8RZHWBJcw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckZnGJU6QLAZ3Yro47T8EJDrNCZCg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42877),('AbFvOqnpr5Yz1yGx7H4eCp0LpD3VaEYkFoQQ92iWGhkycrMF_eB2PI2_SXRuXvy6Qiw_wCmJmfxzOQ','First time here...I absolutely loved the experience...I came in for emergency dental care and they were equipt to help with my condition. Staff is very friendly, empathetic and accommodating. The establishment is very beautiful and well kept. Highly recommend!!','2019-04-17 03:56:00.305000','2019-04-17 03:56:00.305000',5,'Colecia Wilson','https://lh3.googleusercontent.com/-kv5OqLeoutw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl76uDgLsmayiTXxm-GUa7kWw-pJQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38212),('AbFvOqnPr96j-xPz2FaVFkMRtE-DIWXxDUXwWz0g1EVP5D_E2AdhKG7fcLcI2ExVrtwhVqqbUZ_0tg','The is the best medical Center I have ever been in','2019-03-12 19:01:24.834000','2019-03-12 19:01:24.834000',5,'Todd Wooten','https://lh4.googleusercontent.com/-hwo96HBQunw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm36uT9z8grcpaRyM_Reb_scXgf9g/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30586),('AbFvOqnPrEAE5tCahdrIpdLh-XliI76DwqhcGl1MncEM5RPvffmAzRaqYOxzOxeKHNF1KsU-ITKeeg','I was there last week. Krystal the nurse was very helpful and informative.','2019-06-16 04:26:37.710000','2019-06-16 04:26:37.710000',5,'Yvette Hinojos','https://lh5.googleusercontent.com/-R76tTwVW3t0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckL7TuM7F81FgEiLVYqaFjXaUIttA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29796),('AbFvOqnPrgDmFXhBC1jjD48FbhyF95m01g66qvCoE_fySEyYcc3XoXAk54w5OwPgHpYWj6xNb85q','Great place. Staff was very friendly and fast!!! Dr Patel, Nurse: Alvean, Radiology Tech Brain and the Registration clerk Jocelyn all was great!!','2019-10-23 19:14:54.918000','2019-10-23 19:14:54.918000',5,'Clifford Davis','https://lh6.googleusercontent.com/-8Rak8z0jRYc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckvl_vDqhGz9t6VV0b-_BgYpvgCAw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33845),('AbFvOqnPrhd0fQyZ954r-LncIy_IsAFwgUD0EpT7-h6StLHESptAFN4x6ZgkME02unh3cADg6JbM','THIS PLACE WAS GREAT FRIENDLY STAFF EVERYONE HERE IS GREAT!!!!','2019-07-31 22:05:09.206000','2019-07-31 22:05:09.206000',5,'Juan Sotelo','https://lh3.googleusercontent.com/a-/AOh14Gi7tqBMzgrkLxZVmIgf2PO8e-D9RZrwcWbO28PJsA=c0x00000000-cc-rp','17898197009688164559',38055),('AbFvOqnPRo271Zow8JoF6EuM9O0Xm8FzdvmG_MhOo_1rzaOXgWK_QBY1qOGvpcYJ8Iuv8TFZWKJ_lg','Had a GREAT experience at Signature Care! Everyone on staff was so kind and helpful!','2020-08-05 20:24:41.790000','2020-08-05 20:24:41.790000',5,'Karli S','https://lh3.googleusercontent.com/a-/AOh14GgJP_Y_6w5kvZBy_peS5np6C0mz-uFvymyFRzR0XQ=c0x00000000-cc-rp','14748677429039074158',31806),('AbFvOqnPSovuyvtCrDsFalQOQoy7P6jK3ha0S6QFhrAJbwJfawygeDM4lkFVTF2ccxr4psCWBocw','Highly professional, knowledgeable, and courteous medical team. I definitely recommend this urgent care facility should you have a need for urgent medical care and don\'t want the wait time of an emergency room.','2016-07-11 18:03:37.532000','2016-07-11 18:03:37.532000',5,'Victoria Zavala','https://lh3.googleusercontent.com/-IkeaCOJOtKY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmzzwcUzg48S1AIgLbcm1QTfJV9NA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41191),('AbFvOqnpSSlLsub3xr-nUy4eiGgtaiTk5MdQF-zGP-wdL7lankvzDsvMtvxZrlp2vruLlYpV_X7J4g','The receptionist, nurse, & doctor who took care of me were really nice and kind. But once I had to get a minor procedure done, they caused more damage than what was there to begin with. Before going I had two perfectly fine ear drums, after leaving I have a hole in each of my ear drums. Was bleeding from my left ear according to the ENT I went to visit today. Might have to get surgery to repair it if it doesn’t heal on its own. Paid $175 for a problem to get fixed for it to just get worse. After the lady that cleaned tried cleaning my ears, she stated she ā€œcleaned it like a pressure washerā€. If I knew that was going to happen I would have just not gone over here. That one nurse/whatever she was, definitely was trying to cause more damage to me than help me.','2020-09-08 20:10:18.877000','2020-09-08 20:10:18.877000',1,'David Rodriguez','https://lh4.googleusercontent.com/-2DB1JsN-Drc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1pyoNJg16updg6GS7xOHfdwN9IQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33185),('AbFvOqnPSWu_HdQc2mzBFj5LEYCl7SYGRjpu1zTsKMyADamhtrkJ91HqfIFLhGGVG-xy2TDch1W4hA','I was admitted quick and Doctor and Nurse were very professional and helpful','2020-02-15 11:21:50.936000','2020-02-15 11:21:50.936000',5,'Hansol K','https://lh3.googleusercontent.com/a-/AOh14Gjbb8Pk7sJ1uZNpAQuVzDzgTeet4ECXSsD3oPWIeA=c0x00000000-cc-rp','2694018788013845459',39120),('AbFvOqnpT8UouS_RuMPNcWxkn6vk_Q6NGtblJ-B3W2VhuIdLjgQiqXUAAFq9fN2D3xKbCFyl2OIU','Nurse Manny and Doctor Mark Mauldin helped me greatly in my visit here. I recovered quickly with their treatment and thought the customer service was 10/10. -P.J.L.','2019-01-24 13:49:08.054000','2019-01-24 13:49:08.054000',5,'Wrrunk','https://lh4.googleusercontent.com/-y05ZtxwyRqA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmaY-VPvAnKU_gxoEcMZSAwSfRoMg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41774),('AbFvOqnptaWzIySw8GlYarg2l0ESZ0jdPlEK6qnSAF8V2HCTMxtjPD55wTCloIeRD0lF5okJL35c','Quick and very professional. All around best medical experience ive ever had. Was kept very comfortable my entire visit.','2018-03-20 22:12:35.339000','2018-03-20 22:12:35.339000',5,'Robert Templet','https://lh3.googleusercontent.com/-sRMX_vgI5QY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmnVvoCyRIf_cIImFumine19ZkgUw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30863),('AbFvOqnpTqB3qmn8nYrrUwKK7gHGA8URrAP3wyjjduEGST_mLZy56_S7dgraLRtK7pJRf5jXS7j_2g',NULL,'2019-06-20 18:47:05.818000','2019-06-20 18:47:05.818000',5,'Leah Dozier-Hernandez','https://lh3.googleusercontent.com/a-/AOh14GhFyfCbJRIedh9aRIhEpq5QCouFZ7ansGqm9qH4XQ=c0x00000000-cc-rp','16590124370714063921',34807),('AbFvOqnPU_Xc6T7QMnYv96jVQlJ8XDburzW9wJ4gEdLuG87CHf53H813Ty8OsuMXmHBYORj44UspqQ','Couldn\'t have asked for a better experience.','2020-03-09 01:24:58.573000','2020-03-09 01:24:58.573000',5,'Aaron Hausher','https://lh4.googleusercontent.com/-EcGwaynEjKY/AAAAAAAAAAI/AAAAAAAAAkU/AMZuucmQ17Xfp9Y2DxpbXMm0wS8lTXc4OA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30207),('AbFvOqnpUBK1HwKAyjUu0qrAWJi65v3-IpymPELxeIpUIPJyDkMjhKfBYKgENKb6_bXn2jCqaN2U6w',NULL,'2019-11-23 05:02:18.445000','2019-11-23 05:02:18.445000',5,'James Wilson','https://lh3.googleusercontent.com/-LH8yiCIKWSU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmmBe_ZzzChUlX4Vp4bVFXM86fbmQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29570),('AbFvOqnpUFIIRljcK6tyScow0nXk_ithFcnuRObXuHOWzbijkKpS9zUF3BH6GTrSQBHSHWpD6pL9YA','Dr. O\'Malley, Alvean A, tricia E,\nSibienne W, Bryan','2019-11-14 15:18:57.341000','2019-11-14 15:18:57.341000',5,'karla rodriguez','https://lh5.googleusercontent.com/-1nG9A2YQJNc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckVV9Op6-5Oj4SUWUB21WNeqSLvDg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33762),('AbFvOqnpUGBIKzXniDS5gwv-gExvIiV4OUS-PFkPu_hmgCPjXOY6QrXF8St7fp4F0ySB7Hy0UXvqhg','The staff was amazing from start to finish. Can’t thank them enough they are the best !!!\nThank you Stephanie, Rollie , Natalia/jaslyn and dr.ybarra','2020-12-01 04:01:38.302000','2020-12-01 04:01:38.302000',5,'Danae Williams','https://lh5.googleusercontent.com/-n0G-2caXCdU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMcqo7a2xRjY7L7IFJetIv-FrzJA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42248),('AbFvOqnpUo8nU9X9_iWueiXhE6kxRfq3oBhTz2C8w4V-Cl3RKmHOtTof-WaqO7b0AT9UVdOz2Dpxtg','very clean, polite and quick in ans out','2020-09-18 17:53:24.723000','2020-09-18 17:53:24.723000',4,'Ashley Dyess','https://lh6.googleusercontent.com/-6JXKhcDrMLs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmTN9TqOMWTnJoBBUOoNtyLCpZIxw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38973),('AbFvOqnPv9ERb0KjGVnaXoyYAaFJ9fxNfFDW3qcEmrib0UVw9lN65npweAIxXoUfmWmGvF-2y9OSqw','so I came un for some sutures. The staff was unbelievable nice. I would recommend this place to anyone ;)','2020-05-20 23:51:40.984000','2020-05-20 23:51:40.984000',5,'Bella Madrigal','https://lh3.googleusercontent.com/a-/AOh14GgZ4meUPC0aexlmCBBqs_9pQuhmnIveUlkRfC3Q_A=c0x00000000-cc-rp','8918455867446117794',43052),('AbFvOqnpVDAMJYp1PzJBCD_uMFj1iZcRb9xtkch-uJQjemPk-6NudpIrgWKnSLlg8xlye9U1VIfu0A','Omg i feel like i am at a wellness resort not an ER. Everyone is so kind and gentle. The receptionist Cat was so sweet and helped me with all my forms and was smiling the whole time. Then once inside my own room the techs Brenda and Kari were so welcoming making me relax . The nurse Calli talked me through the test and really helped.my anxiety. Nobody made me feel bad for being so nervous.\nDr Spohn came in and had a very intelligent conversation with me about Covid making me again feel so much more relaxed than I was .\nI had all the symptoms of Covid so I was really nervous. This place makes you feel comfortable .','2020-10-04 15:33:13.960000','2020-10-04 15:33:13.960000',5,'Jackie Corbiere','https://lh5.googleusercontent.com/-zNgJHwBve4Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnfzpx1Az3_uq2GLvZULxDwN8eHWQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38493),('AbFvOqnPvjwMHUwXsegAArjbCTVipKRbbQ3gbd6_w7QnmtSJYE3W8E4Bo2M6aYxk7tIPUnJc7CP_','Great service, very fast and thorough!','2016-08-22 11:58:18.142000','2016-08-22 11:58:18.142000',5,'Mike Sadler','https://lh6.googleusercontent.com/-ISRrZmezIag/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckOAsHEv9HgQFD9vxAab6QQtkkGXA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32786),('AbFvOqnpvNjjZginbKUUg9Pa5bjioNp86QBXDfR8Y66lubLr-kpZjSIfC5Fgl1UyY6dfXfu05vYg7Q','I love signature care they provided great care Dr.Faig , Marissa thank you for time appreciate everything that you do ā€¼ļø','2020-11-05 12:50:48.860000','2020-11-05 12:50:48.860000',5,'Lysia Lewis','https://lh4.googleusercontent.com/-O4grIYAF6R8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucluUYj5p1R5eDm02EJ5wzEmXUa__A/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28477),('AbFvOqnPVtKkEGoY51mVvb5jS5wKMVwhveFgDyTnzY3qdc1nXbVkf94hji3GMXeJVw48f8KL-RA3Ww',NULL,'2020-10-22 19:19:55.574000','2020-10-22 19:19:55.574000',5,'Paola Acevedo','https://lh3.googleusercontent.com/a-/AOh14GitWUqXvVNEu7b-6G47wnqMFvJplNE3iRPDBsLC=c0x00000000-cc-rp','16590124370714063921',34114),('AbFvOqnPW2jEzONfF2f_NGihJyD3rBpBrApQmAHrBH1QgXoAIDKTo7QtbLvHtT_8JqACk7G_1l4G','Jose Corey nurse. Radiology tech Allison .DR baker','2019-06-25 23:48:53.146000','2019-06-25 23:48:53.146000',5,'germaine jones','https://lh4.googleusercontent.com/-ILlQlwOyTmA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnxLknSyRneN7ri15pG3sBa53SJzw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29765),('AbFvOqnpwcSfSc7jGcuJftyM6Uz68Src8Cta9TGek8WRXTsq1KK2CzL_yvABLvKOB02RsAM87kXNKw',NULL,'2020-03-02 00:26:31.674000','2020-03-02 00:26:31.674000',5,'Chris Ajraz','https://lh4.googleusercontent.com/-Pe1f-gE9UCs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclmpu0sXv7Xf8_8SukiYXUJv9GukA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32123),('AbFvOqnPWhQmGdtxMrEsh6mlgv02ojJbpQ1Fo8JR3QMco9RlcmIb0sncMSaK5Xptq0ZUAZWpSuyCEQ','Dr. O’Malley was great and attentive. Alvean and Laura was also great and very caring. Jocelyn at the front office was very patient and understanding. My overall visit was great and no long wait. I would definitely come back.','2019-04-13 20:10:25.487000','2019-04-13 20:10:25.487000',5,'Calandra Bass','https://lh6.googleusercontent.com/-vb9kqpUFrZ4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclfp-RxRonjf0PNNE7LQSv3Lw4I9A/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnpwL-2MEYZVGuyNRDwcdD0eVHWiHkwp4OeKWAapEU6OySRmemug_HsxGat7NhxxYONybr2_Q','I was surprised by how friendly the staff was! We got in and saw a doctor immediately. The entire process took no longer then an hour. Would definitely return if I had another emergency. Glad I didn\'t waste my time at the ER!','2016-04-25 14:34:43.937000','2016-04-25 14:34:43.937000',5,'Alexandra Morgan','https://lh4.googleusercontent.com/-720fH4X0ZQw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclyZX_Cn9Ot3dnrcx3YjxdI-kQw4Q/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37361),('AbFvOqnpWNZZX-pg6zvil40eSoig_FP18aZEH9FN9CvhJWQilZ3P_nFlhb73qiyktOZl_K3_3dMa6g',NULL,'2020-10-07 00:01:26.712000','2020-10-07 00:01:26.712000',5,'Cristian Espinoza','https://lh3.googleusercontent.com/a-/AOh14GhKSGcRasM3N9iNxaaUr3vEq1kaHqn5EfFISxOhFg=c0x00000000-cc-rp','14748677429039074158',31547),('AbFvOqnpxGeC9qyylI6iMfHb-NPJGR8xe_9NnqNkpvoIWz_QB66bgp7sbcsh2hXysGROsB4U4h9xKQ','Fast and friendly and very clean. So much amazing love and bedside manner. I had no anxiety and felt very taken care of!','2019-01-01 21:37:52.362000','2019-01-01 21:37:52.362000',5,'Break a sweat with RLC','https://lh3.googleusercontent.com/a-/AOh14GgGhEpn66mRM5Cp6XfyqewEfxzuxErjWjTHWLbYqA=c0x00000000-cc-rp','16891069708558046635',36306),('AbFvOqnpxglm0kTDJPR1-y8IWybMrRY1UT6phBDuWjosk2OK34jwXGmJukhtK4EIwify9mEp_N9D','Love love love this place. Way better than the hospital!! Made sure the patient was okay as well as the family!! From the staff at the front desk to the nurses...to the doctors all are awesome!!!!','2020-02-11 00:49:58.217000','2020-02-11 00:49:58.217000',5,'Brittiny Shorts','https://lh3.googleusercontent.com/-qLoGEMkYTBI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucma3UO6lNUW43r7BTafsbyzhdlNZg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30253),('AbFvOqnpxjQYIBiNEg9s-oRO3HDDyI2wKicI_q_9V6A1_kIzVZGyQXaXmyCbUoJCzB1cK4FO31gT','I made an online appointment around 8:00am for a 10:00am spot, arrive a few minutes early to complete the standard intake forms and was out of the clinic by 10:45. Everyone was friendly and I am pleased with the service.','2020-07-29 23:11:41.512000','2020-07-29 23:11:41.512000',5,'Justin Bayles','https://lh3.googleusercontent.com/a-/AOh14Gg4yxF0Zhik02sBYN3eS-OPui9wp9JpLR3YdrYy9w=c0x00000000-cc-rp','14748677429039074158',31830),('AbFvOqnPXxJI340-VpNl_nwOfNJRvdCWWZR7bZBeIpEaN6f-c9dpUl4C4QlXs9fC044BiqSSta8Alw',NULL,'2020-09-25 16:56:47.949000','2020-09-25 16:56:47.949000',5,'Yolanda Suaste','https://lh3.googleusercontent.com/-4Xst68rGAC4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclT8Am-zXlNN2e_SyDmyYveKQEt-Q/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38519),('AbFvOqnpxYmkX6G3SCjaE9tXw1oNqCGCvGE-ugif5XAb6GdbsWiIz-vQOHRw70a5LhyvjRxkiFaQmw','I came in pretty bad shape but they made the experience great. All of the staff was cheerful, nice and had the can do attitude.','2020-03-13 17:01:38.647000','2020-03-13 17:01:38.647000',5,'John Ambrose','https://lh3.googleusercontent.com/a-/AOh14GjyWjmCpVxDP7Ij2ZbHvcwVwVmyq1lxTAXKE-3-=c0x00000000-cc-rp','14748677429039074158',32109),('AbFvOqnpYaC-Y0JwV1gg7gO_b91hPyUdgXYr9E1JAHgP3t6psd2IjGPW15qe8eJAQPrgdWdxCNscjA','Excellent care by Dr. Paul & the staff at Signature. I was taken in very quickly & everyone I encountered was friendly& professional. Susie, Ashley K & Jennifer D took good care of me, thank you!','2019-04-26 21:40:18.864000','2019-04-26 21:40:18.864000',5,'Maggie McClain','https://lh6.googleusercontent.com/-K5V5CeWllMk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1o0zIjCPz82G-ELqV_oIF8nzGvA/c0x00000000-cc-rp-ba3/photo.jpg','8626688543755174284',42094),('AbFvOqnpYDxeCWGe6OCgJ57yJ9s3kSMr-DoqDaRrLxR1qUllKiulJggjGTu37CyNdAtLYvHqP3Dv','As soon as I walked in I was greeted with a pleasant smile by malissa and my nurse Frankie, rad tech Tino and dr.garcia was helpful and gave me good information and the facility was very nice and clean','2019-02-03 03:20:58.135000','2019-02-03 03:20:58.135000',5,'Myisha Isom','https://lh3.googleusercontent.com/a-/AOh14GjykkBX8D3IX2L3XmUz7OBl-N1CcF599tw_eOte=c0x00000000-cc-rp','12541597562633926366',29150),('AbFvOqnPYpXZJ6E9JPhY44maglSFXrEluac-TzqbdFgzAJxDbnyreORRhTL13DnyvduGRD0fxM0G',NULL,'2019-03-25 02:13:41.044000','2019-03-25 02:13:41.044000',5,'Yenenesh Mulugeta','https://lh3.googleusercontent.com/-VffVRFekUII/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-tWJv47pgGXuQjX_Eci-5wLrhIQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42714),('AbFvOqnpyU6Pf7mYUTxhi6KNcNrxQyLagD_rFqWMQtKyH4wL6Yb5xp4H9EwJLItkJuk2pUntuMEJdw','The doctors and nurses are so rude. They make you feel like you\'re not worth the time if you go and have no insurance. They definitely think they are above you. I would NEVER recommend this place to anyone.','2017-04-12 14:01:13.925000','2017-04-12 14:01:13.925000',1,'Donna Chavez','https://lh5.googleusercontent.com/-HbljKFL4eLA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm30K5f8ruZTgALiml0nOFFfyBq3g/c0x00000000-cc-rp-ba2/photo.jpg','6521947413723274945',41812),('AbFvOqnpywrX45XRXp3NYj1TSBOdrtIeKD7x91ioGg-P2jOCYEc8j1CLvxotWSQX7OR6JojpfYDq','My Signature Care Emergency visit was wonderful, even though I was not feeling well. The location was very easy to find. I was seen right away and my care was thorough. My care team was awesome. Thank you DR. TRAN, TRAN M.D., Nurse: Conrad,Jerry Clifford, Front Desk: Rojas,Jessica Rae Sanchez, and also the fellow (I forgot his name) who did the CT scans. At my follow-up appointment, my regular doctor was also impressed that they provided me with copies of all the tests results and medications prescribed.','2017-07-05 16:23:38.234000','2017-07-05 16:23:38.234000',5,'Marilyn Cassidy','https://lh3.googleusercontent.com/a-/AOh14GjdqtZ_GtGyVzW37PBsZB9D-2QzkrekPOOpYI14XJ8=c0x00000000-cc-rp','8918455867446117794',43504),('AbFvOqnpZ9rAwPcyH0ZG78taampT3skCuuRXGB7iAS0v5l7wSV-eB5GlhBA63ct2sUZunaxYbN6E7Q',NULL,'2019-03-13 15:17:32.629000','2019-03-13 15:17:32.629000',5,'Shelby Langehennig','https://lh4.googleusercontent.com/-VZOomBQKSKo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckmKcF0t5A_wFa33hY_C7cRJ7oduA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42123),('AbFvOqnPzWiPMUvFqUJxQh68ZCgo8sh-8UnlbRNRV1klnhR6hwXSeqBuTPMZMIyWjHrbKLa7Zg47iA',NULL,'2020-02-26 23:33:30.490000','2020-02-26 23:33:30.490000',5,'Alexandra Long','https://lh3.googleusercontent.com/a-/AOh14GjiScdCDuF2IbF3tjeYs-BI2D_swkUvt_eA5_t5=c0x00000000-cc-rp','16590124370714063921',34340),('AbFvOqnq_XDlYMVYOsdmF5mGDq_1iQCj9l2Y_XDFoSbef3Ac3CIyVdquOqLxUA1Grrdt43bdh21nww','At registration Karly was friendly and welcoming and quick to get me in to the room. My nurse was Jenifer, she was really comforting throughout the process of calming my nerves and administering treatment. When the tech, Brooke, came in she was calm and efficient in explaining to me everything that would be done in a way that I understood and didn\'t worry. I am grateful for the care that they provided.','2019-07-05 05:11:59.844000','2019-07-05 05:11:59.844000',5,'Johnathan Brown','https://lh6.googleusercontent.com/-_MHHtEP8Wqk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMzwQls7t_pIdQazeBqzY5b7igTw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42033),('AbFvOqnq_yhJvMmlCbeZTTiO1a_cgp9CXGOYrZq9fU_JtTxVQ71FGjaxSf4D6b83TP5PVVdYZRFI','Churiah & Serra were really helpful and conversational while getting checked in & seen. My experience was fast and simple!','2020-11-25 15:39:28.529000','2020-11-25 15:39:28.529000',5,'CeeCee Vaughan','https://lh3.googleusercontent.com/a-/AOh14Gjj6mgF8D02uW56tJl4YX0xSTE_Y-1aDAwtMFayRw=c0x00000000-cc-rp','12541597562633926366',28444),('AbFvOqnq-Oq2IsFYiJf_LHkAdsoj8bB3LdLeTYpMp6Nbm90QGjNOE7C8hMcbB7c44XXe7dlLBtE8','This place is amazing! They are super informative and just the sweetest people you will ever meet. This is my go to place when I am sick. Ask for Megan and Jacob they are amazing!! Highly recommend!!!','2021-01-20 15:57:18.429000','2021-01-20 15:57:18.429000',5,'Hanna Morales','https://lh3.googleusercontent.com/a-/AOh14Gj6lFUhLt27oLKEmFlz-6kIx_nzCNrSHIqqpdld=c0x00000000-cc-rp','16590124370714063921',44505),('AbFvOqnq0LB8HxhyqlTN7mGnrs4enIWXjriNBmMkAM9_fEa6rL3E9LWm8H5f9Y2VxhD65jduvgq3','Tanishia was a great receptionist, the rest of the staff was just as friendly and hospitable! Expensive but with the visit for my child.','2020-02-19 02:35:23.068000','2020-02-19 02:35:23.068000',5,'enoc contreras','https://lh4.googleusercontent.com/-2tkPYMaKbjw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnmxIAXZCemKCILas-yoguZpHIsJQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37689),('AbFvOqnQ1_CT3VJsyapvBExkZfeJYQ2TNZQRIj29vkLlIxAHD4p3EfKRvHBbDYzXP3WrAPvTXBa3kQ','I had Bretnie & Jacob preform my corona test & they were so sweet and caring.','2020-07-24 17:59:09.613000','2020-07-24 17:59:09.613000',5,'Maggie Beard','https://lh3.googleusercontent.com/a-/AOh14Gi3tETW3QtvpS1b0Vlrlr1pF2VL-MqL4loEBMq-KQ=c0x00000000-cc-rp','16590124370714063921',34265),('AbFvOqnq14UrqRNNhGMn25E9b8Dh1xXBc0whsPtHaYzz--oIzUXSQBRalGm8hIA3Hs_Ctg5buP3YbQ','Fast friendly service. Will always choose as my first go to.','2020-07-26 08:20:54.476000','2020-07-26 08:20:54.476000',5,'Patricia Ryan','https://lh3.googleusercontent.com/-vdsSTegqZZg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckTMMyvFOdvIYU--FmTesyxQMoAmg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39031),('AbFvOqnq2rdAVdCszTublSLE11BHQzInTavrLFdfLAAT2mg8Kf963LMe9dCb0AuygFG9Mf_pILVhpg','The info on the website is far from accurate.No one answers the phone and the staff has no clue what is going on. My husband will have to go back for a 3rd time tonight because of their incompetence. I\'m still waiting for a manager to call. Do not go here for COVID testing!!','2020-06-18 18:26:16.627000','2020-06-18 18:26:16.627000',1,'Danielle Tavera','https://lh6.googleusercontent.com/-mFjJw0QAoxQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn5ahqREG6NPDPYn-D9aCoBtd1E4w/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32069),('AbFvOqnQ3Cxu8E3o-u0Sor-6v_M6LKyGzAjPC-Nelyiwfa3h298cFXGJy3L2_pWzAYz9B4j7UkQE',NULL,'2020-07-29 03:13:15.021000','2020-07-29 03:13:15.021000',5,'Sajiree Padalkar','https://lh3.googleusercontent.com/a-/AOh14Gijl9TwDFzs6BuK3II-c75TkQfgNzZvPmNPbjX1wz0=c0x00000000-cc-rp','2077061009497551125',38717),('AbFvOqnq4BrGsAk8wTcXrqLnYvRnoOk69xp9W8TOU_m993UhQA1tMS7KyCpc2fmf3cTqtiDO9z7ASQ','Had to come in for stitches. Easiest ER visit I have ever had. Had a plastic surgeon on call. He was here in less than 30 min. All things considered pretty painless process. I would come here again but really don’t hope I have to.','2018-12-08 01:25:08.299000','2018-12-08 01:25:08.299000',5,'Laura Delfausse','https://lh3.googleusercontent.com/-YUrTjMjZxFc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclAdZqbHl0DoNwiHwA2Yfx3GlosDQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36316),('AbFvOqnq4c373Kcc0hCj5hPuxLqUmvdabygHQkfvSqGk5kNOEQYnDbXcjAUG5tOfXKeTf_Tx5WYf9w','Dr. Das and all the staff were really friendly, they answer all our questions. 100% recommended!!','2020-10-11 03:22:29.984000','2020-10-11 03:22:29.984000',5,'Juan Blanco','https://lh3.googleusercontent.com/a-/AOh14GjijO05cy3ugiuglNHS4JoS0rZ56sQvQCj-VvRoyA=c0x00000000-cc-rp','14748677429039074158',31521),('AbFvOqnQ4dNEjprb4j6RKWq8DXmQwZt6fCM8BSaJAmR7syFCngAOj82ondbTHY-Nzhv1-y7bfNiHVQ','They are fast and get you in within 15 minutes, by appointment or walk in. I was a walk in and went to get tested for covid and they tested me and gave me my results within 30 minutes. I was helped by Jessica Sanchez and she was very patient and helpful. If I go back I would definitely recommend her every time. Definitely 5 stars ā­ļø ā­ļøā­ļøā­ļøā­ļø!','2020-07-21 14:23:20.415000','2020-07-21 14:23:20.415000',5,'Jaime Nicole','https://lh3.googleusercontent.com/a-/AOh14GjR3lvgz4t_4fmYFZHe2lKwIjVHYd3sj6jEqdzyVw=c0x00000000-cc-rp','14748677429039074158',31896),('AbFvOqnq51lmXfSRi6Y0ATtLwixlybjxTc_8krgO4vV7e-T_H46bJvzD1uCsKNcFW06Q-xGAlvPY','All the staff at this location are great. Alvean took care if me today and shewas nice and professional. She took care me very quickly which I appreciate.','2020-12-17 17:58:51.032000','2020-12-17 17:58:51.032000',5,'Mariyah Warren','https://lh3.googleusercontent.com/-UVdhpwoQ1qE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl5vINeVYYMVhVeTHUP5CqvfIHMog/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32838),('AbFvOqnq5FSFnB051z3QpwLptFX-2lmH-jkUf-QjA9GuOfNh4Qc3AjOMnIA8Xk_4JSJD71-6XeIRbQ','Real Heroes work here! Thank you so much for the best service when I’m was badly sick on thanksgiving! Thankful for this heroic team!','2019-11-28 20:14:00.133000','2019-11-28 20:14:00.133000',5,'Henry Martinez','https://lh3.googleusercontent.com/a-/AOh14GimE4yZtnyEgm5SLnmWAid5HQhq-QwK7pqcrVSYXw=c0x00000000-cc-rp','17394740196501090048',36677),('AbFvOqnq5YfI9HIU6oUvBAJn8wMwkBSoAwOabxqqxkggLl97WeBK386_IPzCnVf9bgegtFGzQtWVuA',NULL,'2019-05-23 15:43:12.444000','2019-05-23 15:43:12.444000',5,'m2020106','https://lh3.googleusercontent.com/a-/AOh14GjYDSDD_qWcPp2beHMb5lvm9Ks_3AFgqdlUuk9B7A=c0x00000000-cc-rp','14567670160750071148',30539),('AbFvOqnQ70_vRQ7FFV_K5ozoTxjo3AGBpt8OhAh9oC65gSKlw-zYmDfdrSdHMiNW1-ZSR6I2txPvig','Dr.ibarra, Nurse Irving/ Kelly, Tech Thelma and the ct/xr Tino where sooo awesome they made the time spent go by fast and they always was checking in just to make sure I was ok','2019-12-30 00:44:36.979000','2019-12-30 00:44:36.979000',5,'Adreanna Hill','https://lh3.googleusercontent.com/a-/AOh14Gh4HYZgzNjRQ_z_fGsToE2rGIoOFOW9sGkARbEi7w=c0x00000000-cc-rp','12541597562633926366',28887),('AbFvOqnq7GzHAQ9mb8p1GX3pz0UuFwaajBAgdZfegNaHPI840nTgCSoHU6pwn-3EGUlIA8TxpvygdA','Great experience, very welcoming ppl and service was rapid and effective, specially tinishia, Fatima, cahantel','2020-03-09 04:11:33.294000','2020-03-09 04:11:33.294000',5,'Cordova TPI Hotshot','https://lh6.googleusercontent.com/-F1irq7BMeKk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnRxwUu3QQZvyochlXDQnbfBokACA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36597),('AbFvOqnq7S9KWb-oDyR_gmpace00jXJHFVRcafw67uSSxjaFwSbXO6N3Nj8Td7akPYMCuI-JXq_bHw','The entire staff, from Dr. Yost to tech Brady, radiology tech Jaylon, and nurse Whitney to Shelbie at the registration desk were as nice and helpful as they could possibly be. They took wonderful care of Jennifer and had her on the mend in no time. Thank you everyone!! Highly recommended!!','2020-12-22 03:27:25.614000','2020-12-22 03:27:25.614000',5,'Andy Houser','https://lh5.googleusercontent.com/-di4Su8PRY7w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn0HjQzu8Njo1_7sL31e7jwuWrhAQ/c0x00000000-cc-rp-ba4/photo.jpg','3272657195432704501',43687),('AbFvOqnQ80t4nEGWx4HKq2L89gmxN8FuFzuMYb3gUN3tWEkoO64RZzwZI3r_hEQ4oFnPrRzyBjDoVw','Brenda was front seat person she greeted us with a smile and made the check in process quick and easy. I was escorted to a comfortable room in the back where I waited for my husband there was refreshment and a pleasant place to wait. Over all our visit was quick and very welcoming by all of the staff. Olivia was real nice and attentive. Thanks Signature Care Staff.','2019-07-07 18:04:48.448000','2019-07-07 18:04:48.448000',5,'Tena Hicks','https://lh3.googleusercontent.com/a-/AOh14Gi2oFdeLsNuhI_mC8FdHqaLSDGKsMwe3IdMqO5z=c0x00000000-cc-rp','3511292162159714121',40503),('AbFvOqnq976PhfZX7wNMt8w-nswBZlrfbnXfucMn32CLi8SpFFMPEPy6DEeUZhUULLDjSXElfE7qyw',NULL,'2020-10-01 02:21:24.694000','2020-10-01 02:21:24.694000',5,'Kelly Burkhalter','https://lh3.googleusercontent.com/-r6BqcIabzeg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclbR-LJSzH12ka31jVR7Qpeokbxfw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31598),('AbFvOqnqA5xdM7a5tWjByPReUUOFxj1a1uxUERQ1B1uqwcnG4QscGGZAHfEdWIXwlakFnnzy0dv93A','Had a great experience staff was really sweet. Alvean was really nice and informative. Facility was clean and comfortable. Over all experience was great and would refer to others.','2019-10-23 20:31:34.988000','2019-10-23 20:31:34.988000',5,'Mykalyn Mosley','https://lh3.googleusercontent.com/a-/AOh14Gih9GZFAz4HE33B_yXyYBAGYDAgeELOqVA1IsacLw=c0x00000000-cc-rp','16389487648212004696',33841),('AbFvOqnQaKb3b7dSctXZlwuZw4H6l6AHbcUAk7XEQlLcP9wYaZwPxAGwRqdAC6W0dvhzQwAE096thg','Very kind, knowledgeable, and efficient staff. Clay and Christina R did great and took the time to answer my questions. Good experience overall','2020-09-12 23:05:31.448000','2020-09-12 23:05:31.448000',5,'Chade M','https://lh5.googleusercontent.com/-ACrrY833Opk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmuc0T_63Gybd05rr-0D4nUpgcU5g/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35816),('AbFvOqnqaRA41dNTcqkajHihy0EUqz4ov2mVupKUkC_01dH8DUma33cz-1v0AW-_gxymHq-jAr2Uxg','I don\'t normally give er clinics reviews. But this one was outstanding. Attended to by a real physician not just off duty PA or nurse. Spent real time getting to the bottom of the symptoms. Unusually kind staff. Excellent clinic. I recommend this place for sure.','2018-03-27 18:16:35.557000','2018-03-27 18:16:35.557000',5,'Kal Ways','https://lh3.googleusercontent.com/-L1MJTNzP0tA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckqN5pZJ3jgEgVSw1NJvwR0VuNvBg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36416),('AbFvOqnqAt4nBtVUYcInLtORsriJbVsg-ZTfFPW7iVBBpZyF_9O9t04VZ3ADQ-iKnt6HI2n9KAdCxQ','I had a great experience... this was my first time at this location and was offered a warm blanket at minimum 4 times. The doctor actually touched me and made me feel like a person. Dr. Hehmen set and talked with me in a way that I could understand. Alan the Rad tech was extremely professional and very courteous! Overall a wonderful visit.','2019-01-01 05:29:53.066000','2019-01-01 05:29:53.066000',5,'Ikita Chatman','https://lh6.googleusercontent.com/-1cGqH9izbtM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckmhwBH2I7Qa9EL-jDZXzaI7j5E5Q/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43327),('AbFvOqnqAxquP2hMUPZzc_4lNNzHUUCkDroZDatO_5YubuDhbGRgCH4tnhOQ44ieITXDyDfjc_Q_mw','Quick to see the patients full er testing with their own xrays and labs.','2020-12-06 02:15:53.910000','2020-12-06 02:15:53.910000',5,'Tammy Harcrow','https://lh6.googleusercontent.com/-ZzRe8efRbR4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckBoPJXEyU-IKNqNd1uV-JKlWhIFw/c0x00000000-cc-rp-ba2/photo.jpg','15979470999169074295',32830),('AbFvOqnqBrlYnd3DLz-qvF2luJf5yJgG-cR-vXggpyIbVr2HUFyUzjuNGWrovHmGEh9-tE4POOhZBw','Fast service!! Friendly knowledgeable staff!! No waiting, I was in and out quickly. Very clean and comfortable, I would return anytime I need their service thanks!!','2016-10-24 21:25:38.774000','2016-10-24 21:25:38.774000',5,'Martinez D','https://lh5.googleusercontent.com/-CgUZyCHcEG8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckwtCBcxCrt5OXL31k-IXijPQObhA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32775),('AbFvOqnQbVHVnvzrtbu0C_JEyMsd976dBOF8r6p_Jc2ffPINZilnVCtbWnGXrQDYQGhzVMlcYyQBXQ','Have been here several times , love the compassion of every employee from the registration nurses all techs the drs everyone we come in contact with os great . They are very thorough but also dont keep you waiting all day. This is always are first choice . Jennifer, John, Matt were great today !','2019-06-16 15:46:22.072000','2019-06-16 15:46:22.072000',5,'Dusty Nicar','https://lh3.googleusercontent.com/-0Hnf7VAE55w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclyvKpbZ6ir8s6bkEIAamVPE3sOwA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42040),('AbFvOqnqBVkSuj_8pSlTdUrm7j_dX__HI-so7nI6Csm02WyohdshCPVSSQNB6zvwN0Evax7rg1Nr','I love this Er location ! I’ve come here for any of my emergencies and they treat me like family !! Love Asia and monica at registration and love the muses Anna and Fatima and today’s visit geovanny was great !! Fatima does great and always lightens my day whether I’m feeling sick or not !! I recommend this location','2020-08-11 03:45:22.262000','2020-08-11 03:45:22.262000',5,'Abiel Cruz','https://lh6.googleusercontent.com/-MMcmeNvq2ZM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn3q0HaSXxKy0urKHbdf3ml0pkpGA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37576),('AbFvOqnqD5S2cdrsYkD3xptMAubUissH-nE9aQM_sn4nfZ6QbGy3YF088HJY0PT5UDshgMxz6tueMw','I am extremely impressed with this urgent care clinic. They were understanding and although I was there the whole night they always kept in touch with me on what was going on. I also appreciated the call a couple days later making sure I followed up with my doctor and if I had any other questions. As well as, I just received in the mail a thank you card explaining that I should soon be receiving an EOB (explanation of benefits) from my insurance provider. The attention to costumer service is by far the best I have seen in a long time. I highly recommend this urgent care.','2016-11-22 04:13:22.798000','2016-11-22 04:13:22.798000',5,'Erica ann','https://lh3.googleusercontent.com/a-/AOh14GjjR7PbgRwSQ0pKWEVBdy9pW4Ytgwa6V194UCFj6A=c0x00000000-cc-rp','17898197009688164559',38383),('AbFvOqnQDBsx7KQOoNb2m1SP16F2zM9OEjiIXQCtQHz7dy29BRp7m7zuGFZHx8S6g30qMh5gcP7SOQ','Very professional and courteous to the patients needs. They display caring and compassion and really treat the patients with love.','2017-11-07 13:55:46.601000','2017-11-07 13:55:46.601000',5,'Jermel James','https://lh5.googleusercontent.com/-OM4kQNfXqIU/AAAAAAAAAAI/AAAAAAAAAO4/AMZuucnKtBMXoEYlefOswMD2O46kDWmFOg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43463),('AbFvOqnqdMi5LJg0MmJ0N2dZTNEPiJWpe0oj9wqcR-dzzLLFHfp7oijONE1cA9WW89H6-R3Sg_wKvw','Great experience','2020-11-15 21:37:10.792000','2020-11-15 21:37:10.792000',5,'Ady Burgida','https://lh3.googleusercontent.com/a-/AOh14GhG_Wjy7w2fEIV7ReRdkQTyNMFFpJwM9Xbm30_opMM=c0x00000000-cc-rp','8679688254631342173',42256),('AbFvOqnqDngFO-CLjCpj9pyPuUYjPIcOXgFbYeC4e3rraMGmYH4MTaUT9SuUZPaOW_zd4cf7pIoW','Very nice and professional staff.\nMs.Kristin and Ms.Victoria were super nice and worked very quickly.','2020-11-28 20:42:56.141000','2020-11-28 20:42:56.141000',5,'Jahtera King','https://lh3.googleusercontent.com/a-/AOh14GjCHMv9KEv41C7rt8IzjHFpdKma7IyaPKMlAUcu5A=c0x00000000-cc-rp','12541597562633926366',28433),('AbFvOqnqdOa9jPClzXJCip4KKFE4DgmCypx0M8OTxbQvwLkttitmQBgQ_7gWhRZZzQnZrjzf7HUwTQ','Dr. Garcia, Nicole, Staci, Trisha, Val we’re very helpful today. My son had a collision playing basketball and we needed to quickly get his nose x-rayed. Everything checked out and we were in and out in no time!','2020-02-04 21:33:06.332000','2020-02-04 21:33:06.332000',5,'Natalie Plummer','https://lh6.googleusercontent.com/-EVaPHTrhY_w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmkyywyIrtWwolUccDM_k7e_OYnYg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43115),('AbFvOqnqE5trKMUYLcSpXnAt77Bj-wRlrMIhtTNLgPr3ipaCRBhVawJ5voUryNFzZgaSQ2squnWEog','Very caring staff. Had to stay overnight and they made it very comfortable. Highly recommend','2019-01-29 16:47:02.856000','2019-01-29 16:47:02.856000',5,'Jaelyn Chum','https://lh3.googleusercontent.com/-hYGjPxKo4OM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnSpaj1jstBLUBDaK4QOdTLpWhB8w/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32507),('AbFvOqnQeAvMA08MKtdL_yb57K8cW6ngJMI7myp1Ztz036EGkj0JhDkT_ky1wI6Imm-0iK1j968Y0w','Super quick service! Very friendly','2020-12-27 21:31:55.979000','2020-12-27 21:31:55.979000',5,'Ashley Carbery','https://lh3.googleusercontent.com/a-/AOh14Gi7PEAlPYxg8k-bbp49hcyoT-zaBSx_dQmQ0zA_ig=c0x00000000-cc-rp','2694018788013845459',43995),('AbFvOqnQec7nbkCtowCo4o6Rs07rFdJ34Gx60T7TPW8p0a_SNl_b1PGkQpx8n9x7CYDQXvhSHeBv_A',NULL,'2019-11-14 18:35:00.671000','2019-11-14 18:35:00.671000',5,'Prentis Tatum','https://lh3.googleusercontent.com/-yaeC9BqDWtU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucntsVNKy_-0Z9Q_FFM111IXlpSubQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33761),('AbFvOqnqEeKo0kNHjDL9ZZv1Pkd7PBnQkPqRify3kSa-XeQYUY3MXAtGUYwndL_1FVCtnna8OS3Ltw',NULL,'2019-12-23 03:29:59.705000','2019-12-23 03:29:59.705000',5,'Denia Flores','https://lh5.googleusercontent.com/-jDfjXfqKpXw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckloR4NxyesbnjXhUlWyDc3tQT4lw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29511),('AbFvOqnQEmTi_DZ8A1w4BMHxbC5A3r5ESAupZuX-7Y73BweHxdfO8li3KthSbqMdusYadODSzjdxYQ','I highly recommend coming to SignatureCare Emergency center! There was no wait and I came in with a high fever and was taken care of right away. My nurse was super helpful, he offered me a warm blanket and set up the TV! The woman at the front desk was incredibly nice. I had called before going in and she sent me the location to help me get there in a timely fashion. My doctor was super helpful as well. I definitely would come here again for any future illness.','2017-01-31 15:01:23.895000','2017-01-31 15:01:23.895000',5,'kailey butler','https://lh5.googleusercontent.com/-iFLePZnNmMA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckkTX71BGWMRPFg6JPEvqQzuqN3jA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35514),('AbFvOqnqEZh5uMNGgJlcZAShGNeB9ISKoXIZVRqXxOQQO5KWAUQ-0pG9WMhMFxw1gEk7_pb2-ofUDg','My husband and I were panicking about covid exposure so we rushed to this location, which is not a testing site. Upon entering, the two ladies at the front explained very well that it is an emergency room, but the doctor could see us to determine if we could get tested because of our risk factors. The entire staff was very welcoming, friendly, helpful and courteous. We both tested negative after a very short wait.','2020-11-22 14:15:11.768000','2020-11-22 14:15:11.768000',5,'Rose Garcia','https://lh6.googleusercontent.com/-9Qe5ElpGYNY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckM4i7unfbWnaQLJc7fnR2cul9xnQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32905),('AbFvOqnqF-AKCpVYofj1GbHKlrOf-9yCSIUkRZwJIuUgQQHnwmcOvlfTY3TLfXGWX8CkEog6W6N4Zw','The service and experience was amazing. Rebecca V at the front desk is super sweet!','2019-11-30 02:07:13.485000','2019-11-30 02:07:13.485000',5,'Shaniqua Lovings','https://lh5.googleusercontent.com/-Y_Q8bF5ifVI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJSum0su76P5QzGcErDQKlzCQsmw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34541),('AbFvOqnqf2ahC8K4YnmniHFrTrSm327ZAo3F2q2KkAnMm2KHEvbgn_Uk_9Aat8xsTXk5TWLyjQLCJg','Great staff! Great Service ! Very professional','2020-12-30 16:17:15.433000','2020-12-30 16:17:15.433000',5,'Delores Knight','https://lh3.googleusercontent.com/-QtUYCGcuKmQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmqw3kfzYAxYqQO4-1AIKhPKrpxZQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',44167),('AbFvOqnQgAPbQc8e918JN9-kEiZfkkVdCx4nqZ1biUur4JwesZPeigJRsaQrcwfxtC20CSdPG21G','Alvean and valory did an amazing job taking care of me I highly recommend this place.','2020-10-20 15:59:57.066000','2020-10-20 15:59:57.066000',5,'Nicholas Arellano','https://lh4.googleusercontent.com/-A--KYCkXoaQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucleCJllCNT_eltpwwNl0HXDEJoY1w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33143),('AbFvOqnQGpD1GAgyhc7HuKxD3fAD_X4XhOApAq9PBk3qQ6KIdvgwshDYKjv7XoZET9mH9Y2Sk4ScCw','The front desk staff (Lorena T and Rebecca V) was welcoming and friendly! They patiently answered my questions. The nurses and tech staff (Jacob, Morgan M., Laura, Lindsey N., and Rachel) were efficient and friendly, as well. I had an extremely short wait time! Dr. Vakey was transparent when explaining his concerns. I would highly recommend this clinic!','2020-08-17 17:05:35.299000','2020-08-17 17:05:35.299000',5,'Abby McKaskle','https://lh4.googleusercontent.com/-fXnu5NOXXWU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclgzOVsDxpcCBQzP4jUse_InPcjgQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34192),('AbFvOqnQgRbOaGXE6tNs-cuZ-we3rZKppw0X4iFj6t9IxgUNxm1AU9rp87o421ZxPgTQnjyp6c-YvQ','Exceptional experience from signature care family!\nThank you Dr. Yost , Mollie , and Gunnar for making me feel better.','2020-12-28 20:55:17.443000','2020-12-28 20:55:17.443000',5,'S C','https://lh6.googleusercontent.com/-e2_78U2rSZI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclIS7YqSxgRrrknwll1yyBuIyxc9A/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44040),('AbFvOqnQgs3qIaOetkptlf-YZa9DswcVyH1OwMynJdjbpVHdEj3wqxl-ITtqkgLVt36XV82r4KGy','Thank you Nurse Nichole. I was nervous about getting my shot. She was so gentle I barely felt it. Dr. Zheng, Trisha, Shay, and Val you were all Great!! Keep up the good work😁','2020-02-16 12:58:58.265000','2020-02-16 12:58:58.265000',5,'Sibienne Watkins','https://lh6.googleusercontent.com/-i-hwELzSCYk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl_JZ6QNR7DuirM7gXiurqf59Sdkw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43092),('AbFvOqnQi28uf8M_6raVSXP89Gk3pETibvkDD1hVC130apCaTMHW1DRMkNeB33tj7Lfb0xXvptQLww','(Translated by Google) Very good service, very happy with the attention and service. From Dr. O\'Malley, Alvear, Tricia, Jordan and receptionist Patricia all very attentive.\n\n(Original)\nMuy buen servicio, muy contentos con la atención y el servicio. Desde el Dr. O’Malley, Alvear, Tricia, Jordan y la recepcionista Patricia todos muy atentos.','2019-11-30 19:23:19.595000','2019-11-30 19:23:19.595000',5,'Enrique Favela','https://lh5.googleusercontent.com/-5Fk8QntrzLk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckqywg0d1yMptrzjQh-kUCsV5CJ8A/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33661),('AbFvOqnQiaJ2bw2Pl2HHR8bC9UW0zylUwMRM2MKgNizeEyF9sSpbrBCE_X9wQqpYIvNO3lrIhCf8Yg','Everyone here was extremely helpful and kind. Dr. Vakey, Nurse Anthony, and Natalie took excellent care of me. Cannot recommend this place and the staff enough.','2018-12-10 20:16:22.584000','2018-12-10 20:16:22.584000',5,'Sara Stein','https://lh3.googleusercontent.com/a-/AOh14Gi5hf71825P1YR1VFsR-v0Yft0VwaUiVi_bHKaQ=c0x00000000-cc-rp','16590124370714063921',35071),('AbFvOqnQiBfAMwb9r8Tvpiok4GQnTs7MgrkECvWnvDZeqIxJCAmxUxif3mE6WXhvrWsJFdavqOsOfQ','Highly recommend! Called the other day for information and Dee was very helpful! Will be going to this facility if need be.','2019-06-26 20:50:16.480000','2019-06-26 20:50:16.480000',5,'Kayleigh Thomas','https://lh5.googleusercontent.com/-dBxl0L4RYdQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn1HtmC_lNRhB6UM0zU_Fc3c-2wFw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40519),('AbFvOqnQIi4ppWKKNZIP-MTLeZiIKjKE2j3woFJH6EeGZ6pof1NuSmK-bI5Weq_N8yzupQqClVwYrg','Staff was awesome. If I need ER care again, this is my go-to! Thanks Amy, JD, Dr. Hasan, Dr. Leung and Nicole\n-Ronnie M.','2020-08-05 15:38:21.907000','2020-08-05 15:38:21.907000',5,'Ronnie mullins','https://lh3.googleusercontent.com/a-/AOh14GiRK9RLEoQNTJ5yrSruvRQmMDm9Vynle96hieby=c0x00000000-cc-rp','2077061009497551125',38638),('AbFvOqnqjG0iPXvje8h8ZwyqRMZFvbV0l6B-eCS1CYnZJmbmkMThUyBz_YZDbrv0ZChEEUtAbs7S4g',NULL,'2018-01-15 15:54:58.858000','2018-01-15 15:54:58.858000',5,'i l','https://lh3.googleusercontent.com/a-/AOh14GgStVJIuLIuEQa1N2aKVD0XCF6IzCuB0AQtoBmKCA=c0x00000000-cc-rp','8918455867446117794',43430),('AbFvOqnqKgxBNOjMzlt7oUkmO6CBAU-vNr4OsFrv5AAPRn0eTznGfKQ3ceGxuYMZpNjm4UjeVKv_tQ','Alexis the nurse was really nice and the receptionist shania was really awesome and very attending','2020-01-16 02:04:05.852000','2020-01-16 02:04:05.852000',5,'Noe Cervantes','https://lh3.googleusercontent.com/-mNgEIWgmVfw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZezpgcq__UpYwDmEtkuzc1MMn6g/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29486),('AbFvOqnqkRXxpUZbbi7tQ_PlQMzutxuBUVWjuT_WlVkEPvV-XhExbhJ0Nyx1qzM8dXC4QNxDz6gZ2g','This place is full of the utmost professionals! High quality and efficient care. I came straight in and was treated like the most important person here. The staff truly care. The nurse Kristina was high class and Quyen in radiology made me feel comfortable and explained everything. Dr. Soli treated my Illness and made sure I left feeling 10xs better! I highly recommend getting your emergency care needs from SignatureCare Westchase','2019-01-23 17:49:05.594000','2019-01-23 17:49:05.594000',5,'Robert Aleman','https://lh3.googleusercontent.com/-EuoinHplsXE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnmBdhxvTcyOk1xs7uG7_wnLC-4cw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29153),('AbFvOqnQKVLR815vTfKYS6EZnJLOntsihvyhb0Ar06OFdSRmPcrn1cIvO7wkK0m5nVT9Uihcvvm58A','Townsend was great made me feel really comfortable','2020-10-08 16:08:18.871000','2020-10-08 16:08:18.871000',5,'Robert Hinton','https://lh5.googleusercontent.com/-TFNG0U7Jy_g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnF5JjOGB0un_b1pN_3vt7R2Jblbw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35729),('AbFvOqnqlm-xat-Uxd1vKxKTd3mhx6hGTbtAzTvCtxe06OJWdH8utPjWflKUyXFkYvzhOfVzw4s-','Kendra, Jacob, and Vakey were a very kind staff and I left feeling treated properly','2020-02-16 16:17:50.058000','2020-02-16 16:17:50.058000',5,'Macy Zidek','https://lh3.googleusercontent.com/a-/AOh14Gjz27TmHapOAnDmFAuPzOwNrApmcQUdXef_Tp8Qlw=c0x00000000-cc-rp','16590124370714063921',34364),('AbFvOqnQlprokj_YxtW9C_8f2amp-qkgKMfJ5d4ajlxOEiJMHx-GgXFjmyiqe2wAVLr7YrBPOjMKZA','Dr.Braun was awesome I injured my lip and he took care of it pretty quickly. The office was sanitary which is a relief during this pandemic as well!','2020-11-12 07:14:32.792000','2020-11-12 07:14:32.792000',5,'Aubrey Carouthers','https://lh3.googleusercontent.com/a-/AOh14Gi5kAFLtQ_PgWxTjxSDcGF1d945_av-tDhRSpAPXqs=c0x00000000-cc-rp','17898197009688164559',37445),('AbFvOqnqlXRleJncNR2oWhp1QpnSMNCwco4NCMLjhzMZ98E57rWgjBpqL7lMow9JxTGF6jiOBpT4Vw','Signature care was beyond helpful. From the moment I walked in until I was brought to a room (which was very fast) everyone was nice and caring. They offered me a warm blanket as well as a drink. They made this visit as easy as possible. I live very close and never had a reason to come until now. I will be recommending Signature Care to my neighborhood and friends near by.','2019-05-03 17:50:59.197000','2019-05-03 17:50:59.197000',5,'eve brooks','https://lh3.googleusercontent.com/-3DDqTmOb8QM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnN2igITDCXM-0B1z9H9JkW0dxACg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30549),('AbFvOqnQM9QIc4SIu2IA6QPpsZgdaRoTj3belzpaAHVEVwFS9sPR1JIAwGQ8bJmSXwM9FzWlWnqloQ','the doctors and nurses were very kind to me. I am better thanks to their expertise.\nonce again thank you , thank you so much','2021-01-15 00:20:36.701000','2021-01-15 00:20:36.701000',5,'ach 23','https://lh6.googleusercontent.com/-Sw8lpIJzfZM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckIcl9duNdn6G_g-Ju15cQ2EHMa5A/c0x00000000-cc-rp/photo.jpg','6521947413723274945',44685),('AbFvOqnqmloRrSz7dq0s0n5MQwZt9A28vpk3ldELyX7pgABg40XSvOF_lApEm2LWSozu6CxDjbV6fQ','This facility is very thorough and will get to the root of your problem. Sindy assisted us quickly and the ER physician took several tests to cover all bases.','2019-10-23 21:14:14.683000','2019-10-23 21:14:14.683000',5,'Charlene Rosser','https://lh3.googleusercontent.com/-Ebs4DKMMBFw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckf4wqnWqbK9iGUKB-HFCniiyboZg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30428),('AbFvOqnQmlpUJeHXAMKQA53TiHSbhL2dg5dlbjmKzY6ypLhDkr2qkta26tAvWWj0VSyv9tfMqZwmxA','The staff along with Dr. Jason were very friendly and professional. Last night was my first time at this facility, and if I ever need emergency care again I would choose them hands down! No wait, thorough explanation of injury, and caring staff!','2017-07-05 21:56:52.464000','2017-07-05 21:56:52.464000',5,'Sheila Cook','https://lh6.googleusercontent.com/-h5JPh9S0i6Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclecK4iWmyn__oW6w71FjnjhWymkw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',40008),('AbFvOqnQmVXF3vKCiU41kSyNyij4nNbAPiY0OZIICmTktSu7VH41SaDzItIrYH9H2Gg5ppr2f4Re8g','Great place to be seen fast and with no hassle. Shauda checked me in, in less then 2 min and before I could even fill out my paper work the nurse (Amy) showed me to my room. The staff are very professional and know what there doing. I will definitely come back here if me or my family members get sick or injured.','2020-02-10 14:22:50.715000','2020-02-10 14:22:50.715000',5,'Mike','https://lh3.googleusercontent.com/-bYBZ1PutIqw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck2JiAxiYVajMbe6iWIABTHL8H7xg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39130),('AbFvOqnqNTX23rxofKaYehCDFnhnW7uzu7cpk7ZwHod_-Gfv7xvWqpBBy2CVVcQrzD4l4jyLpwWbKg',NULL,'2019-05-28 01:52:23.676000','2019-05-28 01:52:23.676000',5,'Wanda Miller','https://lh5.googleusercontent.com/-KUhkk-xAS90/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclH9NlsBRSJ0z-DKerbUHY8fSaVPA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41714),('AbFvOqnqO1q4B_52EjbHpQGp7VZ4sGH1kuWPrXfzF1t_QKQYd3kluZ3zeFd03xfc8WUN__rQiUp4nw','I am just so grateful for such great care and outstanding customer service i have received from all the staff here especially Karina, she was so empathetic of my situation and made me feel like everything would be ok since my family wasn’t allowed because of COVID, thank you all this was the best place i could have chosen for my care!','2020-08-05 23:44:32.929000','2020-08-05 23:44:32.929000',5,'Gabby Gabriella','https://lh3.googleusercontent.com/a-/AOh14Gjjlbz7zcu4qEgmrD-DR34U6zhT2gy28ztieAYs7w=c0x00000000-cc-rp','14904078213800803294',32278),('AbFvOqnQOkwCJ_tq0hQnhF0rta_-7y8lo7T6wrWK-n5LkJF4x8I5m56BWhLbyxui0459BuauePkRaQ','I had to come here while on vacation. And they were fast, and very caring and helpfull. Id recommend over urgent care anytime.','2019-03-07 17:11:55.960000','2019-03-07 17:11:55.960000',5,'Jeffrey Fredrickson','https://lh3.googleusercontent.com/a-/AOh14GgxiVRqWXYY-qBq-SXB6ejCRPJ6lKchEQzRH0Luvw=c0x00000000-cc-rp','16891069708558046635',36254),('AbFvOqnQOrL3AbenkK1S4RvzmaPOXqDwVvcEOl641WmS-Hb048qOtAcJv-hTNfAGUE0GgB54kQvnrQ','always friendly and helpful and fast','2020-01-30 18:36:19.411000','2020-01-30 18:36:19.411000',5,'Cierra Benavides','https://lh3.googleusercontent.com/a-/AOh14GjzRYIg4Yt2w5ndszFYxrVb443GgKP4rL7vrhe1Dg=c0x00000000-cc-rp','14567670160750071148',30288),('AbFvOqnqospjyeAIq-C_xrD_J8CFnMZcsrNy-__q-1hCATd1RvxkjFe_8d4SdQfzlKcXqKBy_tWU-A','Friendly staff. Would recommend to friends and family.','2019-01-16 01:18:20.339000','2019-01-16 01:18:20.339000',5,'Erwin Ulloa','https://lh5.googleusercontent.com/-1c8yzHlMRJk/AAAAAAAAAAI/AAAAAAAAAhI/AMZuucl8bPkv0Sk3xWBz51r-BJwDZHeRVw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29947),('AbFvOqnQoWJb9K6YpoZ2VbZlfZiv-xA33OhELz59yYQWuNLH3d4-rdZ8tYaKdjgRPKf3ZwS9eioDUg','Neat and tidy\nfriendly staff. Answers all our concern\nQuick checkin and well mannered staff\nWe like the way our kid felt at home. He was happy and staff kept him happy.','2020-03-10 15:31:23.567000','2020-03-10 15:31:23.567000',5,'Sibin Silvy','https://lh3.googleusercontent.com/a-/AOh14Gh_RIm1bUwUSVLA-l1JllC1AVyM85Q_JhU9-gf7=c0x00000000-cc-rp','14748677429039074158',32112),('AbFvOqnqp4bQx09r166MJhaPXhB-20HT264ZhOEKwrjDmHe5LOl1YyXnLAYYfhnNAV9NEJgw96GMmA','Vivienne N. Kimberly P. My experience was great the stag wad extremely nice','2019-12-02 17:01:00.371000','2019-12-02 17:01:00.371000',5,'Mrs Milo','https://lh3.googleusercontent.com/-R-5yb6e0P4A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnFWTXopjnallXPJdAtWzViV-VSkg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30407),('AbFvOqnQpirHgZb1H7Og3vHlkh21OcdRebRk4Qs1-PnjNiOwS-cpfAC0lS8-ODmIYg1O435iXwkq',NULL,'2019-07-01 02:27:01.071000','2019-07-01 02:27:01.071000',5,'Arnulfo Leon','https://lh3.googleusercontent.com/-aUKTjVnEDLU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnR_Z0GN7gfcCHzlAnduHezrurbmQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29747),('AbFvOqnQPJ-faQ5S9G-Gd8HTv-YXyxaiYsRkKYhpYwSilRPL2EkasTkmpzd0qBPa5SipmuEtJQw7','Very thorough, quick and kind.','2020-12-02 14:12:53.219000','2020-12-02 14:12:53.219000',5,'Kirsten T','https://lh3.googleusercontent.com/-kA362w3yEDg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclWs9r2kW11ZzsdipGCSmmgFtL8lw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40038),('AbFvOqnqPJK4HlRMzI6hsUMDZGmqlltoyWtdkONrufBdP5QUPabCWHujMZZK2abB8eHurU85r4u3IA',NULL,'2019-07-12 03:21:19.272000','2019-07-12 03:21:19.272000',5,'Caitlin Taylor','https://lh3.googleusercontent.com/-rcdciMjY3Qo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJU1w_ib7Pj1CzyCcjjjvfMtF-Zw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42029),('AbFvOqnqPmBE1i5GY17voNpzDYC9SgXQz_ngPuJeVGq9Ae6Dpa3dfOPP5l1IcKyho-0O6AkvAsThjw','Dee and Dr. Grinblatas were so friendly, nice and caring. Best place to come when you cannot get in a normal doctor visit!','2018-10-22 16:09:33.542000','2018-10-22 16:09:33.542000',5,'Nicole Flores','https://lh3.googleusercontent.com/-C92S7thkVAk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucncptiAFzniIE7CEe4aYnXoYFITZg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40805),('AbFvOqnqqn-4bFHkERVzcsBmD8raYMcor7jrNuAqDOfkxMVMVIffFw7g2H6YguRrr03A3kEM5n2pkA','This facility is incredibly nice and clean. The staff was attentive. We were helped by 2 nurses and a doctor for a just small issue. I was in and out in 45 minutes with the treatment.','2017-07-10 13:31:25.754000','2017-07-10 13:31:25.754000',5,'John E','https://lh6.googleusercontent.com/-GKGX9trNvIc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclfkXLuo7fuJSsWhHiBodsM4zY0Hw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31015),('AbFvOqnqR3Jgc5bODOjas89uCGLlKRBCPkKceKjiR7o5oYQaiKjgT_GAaVxd4kUrXXYqO28FvYeWuQ','They were amazing!!! Georgia was super good and nice and explained to me everything I asked and gabby and molly they were all super great! Would definitely recommend this place and will come here in the future!!!!','2020-10-07 04:53:30.699000','2020-10-07 04:53:30.699000',5,'Bailey Radabaugh','https://lh3.googleusercontent.com/a-/AOh14Gize-4UH0x0rSVZHKTESVdfArOV-EWPz9LbVO-Xsg=c0x00000000-cc-rp','14748677429039074158',31543),('AbFvOqnqs64D99QPdBAUY_oADTGR9fAFlpdUlKK3Dzhl57dYYwEOpjoloPeGb4eWNffofE0npfegMw',NULL,'2020-07-21 04:54:44.797000','2020-07-21 04:54:44.797000',5,'Will Keaveney','https://lh3.googleusercontent.com/-d9DZsvXAvCE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucldD3nBRSy5kfJwnho7adzN4fCuRA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31912),('AbFvOqnqsMz2WnUlqicAMyOxGwsEiM3WXzLoTizIOgN2-0hosdMLNDmGbtpPnhxf2Xtcaf5AfnsZJA','Setup was easy. Came in did my paper work waited in my car. Within 1 hour. I was seen by the doctor. This is fastest and easiest place to go to get tested for covid and one of the only places opened 24 hrs. I made a 230 am appointment and got in and out and my results fast. I was referred by co worker to come here. I would refer anyone to go here !!! Great hospitality','2020-07-21 08:33:36.420000','2020-07-21 08:33:36.420000',5,'Melissa Sarel','https://lh6.googleusercontent.com/-SSm63fJKS0A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnuDUYaducX2jEn2r0fiz58_WS3zg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31903),('AbFvOqnQsRv6_2epL55HfCYfnPXz4ag3SReKMN4LDzX0sNHq5mfkEU7ms7XC78mCdD5RInkFZIGYHw','They have great staff and very kind. They made the visit a lot easier than other places I\'ve been too. Front staff was amazing Melissa H and Maria S helped me out with paper work and spoke with great customer service. Recommend coming here for all your needs.','2020-11-29 17:47:23.912000','2020-11-29 17:47:23.912000',5,'Jesus Ramirez','https://lh5.googleusercontent.com/-d7duwwTsCcM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclgnt-q1OTc14WYmxsg_IKIioVmHQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29247),('AbFvOqnqSzEr-jnjKBMhrMirQcmx4ell89D5eK3tEKjRQXBqhA2JsDpBP2OcCQ0f7Z0DuHt5F0b5mQ',NULL,'2017-10-13 16:13:34.612000','2017-10-13 16:13:34.612000',5,'Cynthia Unger','https://lh3.googleusercontent.com/-2G2K052azqs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmksMciZtFmIQvjL905GVOlcM6DxA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41008),('AbFvOqnqTCZ0uKq8hy-L145FdiOtxaVfqLBWkwXqq_fs1oEAWZepj86QOC5Q8uMC8ZJkimVUGLPmGg','Friendly staff and quick covid testing in and out. They’ll treat you as an ER visit.','2021-01-08 20:51:10.394000','2021-01-08 20:51:10.394000',5,'Asif Maredia','https://lh5.googleusercontent.com/-N-E41j_IbRw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnHsnrEyBcBZArBaQcit7-ga3b77Q/c0x00000000-cc-rp/photo.jpg','2077061009497551125',44582),('AbFvOqnQTjcxFPNvzywOHVrgGrFxY4rb6kaW_Eefx9QwJtKFNFXfB10qRRZ3yF8rtvsIdQwOP_Dd','Mrs.brenda fernandez was awesome they treat the patience awesome come here','2018-05-06 20:40:42.143000','2018-05-06 20:40:42.143000',5,'Mercedes Fernandes','https://lh3.googleusercontent.com/a-/AOh14GiKO92iJQBuYih9_fh6akQZbld5Spzc2yocy32qvg=c0x00000000-cc-rp','8918455867446117794',43395),('AbFvOqnqto5jxFrZUKTT7z6E7jzNRABb6IJtWHkSpqxXGwH3Xt7UJ9JfxefI1O_kjwftk_RHL7drrA','Everyone from the front desk to the staff who provided care were extremely friendly. Dr. Levitt came in minutes after my husband was called in and consulted him. RN Tony came in minutes later and provided care needed. Over all we had a wonderful experience.','2019-06-18 01:11:02.645000','2019-06-18 01:11:02.645000',5,'Diana Amaya','https://lh3.googleusercontent.com/-qdk9n6E27Pc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck1G07T9BQr9AyJY_FrJ99e5bcE7w/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30515),('AbFvOqnqTqADVSYw6g9ki5iy4y5vh0Kwu-Yc2bQrT4aANSRKhBdgmBlTDnoXVSqeTF3KB2teCHh9uQ','Tiffany, Tammy, and Brooke were amazing!!\nExcellent help and proper care.','2020-01-03 03:29:55.482000','2020-01-03 03:29:55.482000',5,'Kendall Searles','https://lh5.googleusercontent.com/-uRiMqaBDUCg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnOJvTGlPSDol1xCf4HENTgNYttcw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41960),('AbFvOqnQTT1wx7OvV2_-RgHrbgQmsDJqCGtt8JpNtbACoRMwCcsAUDJDZHfM0TCndWy8chXHc17WDw','The service here was incredibly fast and efficient. This was my first visit to an urgent care clinic and it beat my expectation. I\'ll give them 10 stars if I could. I definitely recommend.\n\nThe receptionist was very attentive and courteous and the nurses were very kind and patient with my toddler. Doctor Iheme was very friendly and explained my toddler\'s medical situation in a way that I understood clearly and I\'m glad to say with the medication and prescription, my toddler got much better by the next day.','2020-01-06 03:32:05.746000','2020-01-06 03:32:05.746000',5,'Damilola Balogun','https://lh3.googleusercontent.com/a-/AOh14GhMlPjR65WA5rSbjSUWLScSHkh7RgBn6cX-E0CPYg=c0x00000000-cc-rp-ba2','17898197009688164559',37761),('AbFvOqnqUaczisUeMSOq8B05WwKfaFaqx58GTrVzqYjqCZz6tR6dTBkyWWVcmG2DneqB7Xg1fLLnDw','We were in and out in less than an hour with my son who needed stitches/glue for his chin. He was super scared and nervous but the staff was patient and so nurturing. Everyone was helpful and friendly. We will definitely go back if we ever have a need to go again. Highly recommended.','2019-08-04 23:11:21.487000','2019-08-04 23:11:21.487000',5,'Allison Strickland','https://lh6.googleusercontent.com/-dJx__PCPGSg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnJjA7AHeeZ8-hHpP_k-x641SuUYg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29709),('AbFvOqnQUca4H68iz1ZbXD23HFP9n68i1aKbitmriHv-Wb8Fkfg6kKlsWQ1gc4RHbQ6JRRizyLE79w','Great experience! Dr. Cavazos and his team did a great job.','2019-07-04 16:07:09.720000','2019-07-04 16:07:09.720000',5,'Nathan Griffith','https://lh4.googleusercontent.com/-75dfRJ_ed4g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclRSdzFD88tPrHetqYt4WVxM4QSCw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnqUEMyEP-ig4MIi4gyAeRxQq9duMRhZv1r7kcw1JmhwWbtjq81ytDLEuMvC5YppuWW_AkE','Incredible personal and friendly service. Nicest medical staff I’ve ever been around!','2020-10-01 22:48:11.048000','2020-10-01 22:48:11.048000',5,'Lindsay Lombardi Sipes','https://lh3.googleusercontent.com/a-/AOh14Ghxhdp4P_iVdyS5jATOr8WSoZnuPswFjGkEXyz8x9g=c0x00000000-cc-rp','14567670160750071148',30080),('AbFvOqnQurtxm5eqB1Q2rgxI4X0tDl_oQG0edmdVkB_1zFjtu4KB63dGAcP-lIW_B9zN24J1aYkp','Alevean Valory was a great nurse and very helpful and I had a great experience','2020-10-20 22:46:59.140000','2020-10-20 22:46:59.140000',5,'Sino !!!!','https://lh3.googleusercontent.com/a-/AOh14Ghp6qDUzsweTXt52CFke7pUCCEpv3GU7BWGFVUH=c0x00000000-cc-rp','16389487648212004696',33132),('AbFvOqnqUU4Bp9Ieqy6gQcosvkXEvygMz8oNxwrw56U2gOKLJK1Q_ylAdrJAHFCWoDmdoQ7xJoB1nA','I had a good experience, everyone super friendly and welcoming. And i got a starbucks giftcard!!! Special thanks to RN Laura and physician dr. Singla, they were really helpful. :)','2019-01-10 19:43:12.282000','2019-01-10 19:43:12.282000',5,'Ziggy Starbux','https://lh3.googleusercontent.com/a-/AOh14Gi5_k0u5FlARJyaumtwEtYxMwNXb8fXNovZe24wIQ=c0x00000000-cc-rp','3511292162159714121',40724),('AbFvOqnquu4MGHwgrZK81ul2DSRHOyA8uqP3mwLSyMH2jlnZwf-eh5K8O2YJIz6N16_FEZcMqNvd','I had a great experience here, from the moment I entered with Jesus at the front desk, to Jani and Tricia in the emergency room. I went in for an illness, rather than a true emergency, but they treated me just as attentively. Dr Pham was professional and listened to my concerns, then prescribed the medications to best treat my symptoms. I would highly reccomend Signature Care of Cypress.','2019-04-06 19:50:45.160000','2019-04-06 19:50:45.160000',5,'Deborah R.','https://lh5.googleusercontent.com/-0LiIyntEPCI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnhFnjxeMnjBYeTxkPf6cKGUttlwA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnQuuqkl8KlkdpvBPhVi_MViAnyRQYoztGjKj_1_u0tye7BtWxh8TOJHbrzlzWemnYbcHynZQ','I was recommended here from a coworker, had to come in for a COVID test late Friday evening, they were quite busy but treated me with hospitality and respect. The front receptionists were incredibly pleasant, helpful and accommodating. Even though the place was busy I really felt like I had the receptionist, nurse and doctor’s time and 100% genuine care. Despite the busy Friday evening they all took their time to make me feel safe and in good hands. Vanessa, Emily, Keri, Jennifer, Dwight, Victoria, Dion and Dr. Souman really made me feel like I was with friends in a setting that would be otherwise scary and uncomfortable! 10/10 recommend!','2020-10-24 01:41:28.822000','2020-10-24 01:41:28.822000',5,'Kassandra Topete','https://lh3.googleusercontent.com/a-/AOh14GgJPMLv1pwn0-WnAb9Kc4xRhxZdW7KhgBDIwipT=c0x00000000-cc-rp','3511292162159714121',40114),('AbFvOqnquWKBdGOAhBMnJpK8BoHr8ix0mJJTsvijCZjrjUOEygGGam5STH8TY2hOlnf21mIeuNxH','Awesome Awesome Job. Very sweet and friendly, Charity, Mollie,Mandi!!','2020-12-27 16:40:34.147000','2020-12-27 16:40:34.147000',5,'Devyn Martin','https://lh3.googleusercontent.com/a-/AOh14Giz0ogn_1rXYgILQP6g2RbA6x1DBzstnVumNTEItA=c0x00000000-cc-rp','3272657195432704501',43953),('AbFvOqnQvCHjqSqCJQkN2NpLJAWHubwDQsSt77vj91gGsPBhIltcjSfYyLHmDmCM6ILFD2Y93Lgi','SignatureCare Emergency Care Center is the best care I have gotten. I\'ve been there twice and both times has been a great experience. Teresa was awesome. She gave me some runts when I was leaving and made it very a personable experience. Dr.Smith was great he made me feel at ease from the alarming information I got over the phone. And I cant forget Olivia, very professional and is nice to have someone sweet and understanding when you are in a crisis. Thanks to all of you. I have been passing the word around about this center. Stephanie Barnes.','2016-08-12 14:56:14.221000','2016-08-12 14:56:14.221000',5,'Stephanie Barnes','https://lh6.googleusercontent.com/-o2SL0scGQvA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxnMU70jKYR1RayIz7MFYsKXamHQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32791),('AbFvOqnQvJufAwxlMFE86TVSCcj6FE62z8-bi2xPE7Ft6MJIDojkHX2Ju8VEHlrcUTI2-kSNfFSXgQ','Great people love it and very friendly . Alvean is very nice love her personality.','2019-06-26 21:51:41.733000','2019-06-26 21:51:41.733000',5,'Life Of Shuntae','https://lh3.googleusercontent.com/a-/AOh14GjdkI_2_4s1NvWN27KczHNgQVHjg3cSPsK4ySFf=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqnQw68gKZI5eXQPjBcWWYKJKoKjylBvV1X5cfOxE63jpz3Fth29gbicieNM6vyWwGmH-IBZ','Lisa at the front was very kind and helpful. Over all the entire staff was great and kind.\nWill come back if needed.','2019-01-16 14:35:20.121000','2019-01-16 14:35:20.121000',5,'steven kendrix','https://lh3.googleusercontent.com/a-/AOh14GhWdjKtvl9An5xf9mp053NgBdjbjWZyESN70Mfq=c0x00000000-cc-rp','6521947413723274945',41783),('AbFvOqnQWcenJ7ruXij-2vDtfGmBvBjSz0PdHCiKnIaq3AfCOvraYu4bJctzBrwpWc7aq-WljaPM','Epic','2019-12-22 05:10:55.265000','2019-12-22 05:10:55.265000',5,'Bran flakes','https://lh3.googleusercontent.com/a-/AOh14GjXq4bbkhgw4d06K6hLsfq6INiApnHNKVV18izH=c0x00000000-cc-rp','13486358490203335051',29516),('AbFvOqnqwjU-CTY3hgsDgUAd9Meed2HfE7HMJYFeiL8Gf4vv4mcU_8ReV-ztEowtZuu7oSjUOLLcoA',NULL,'2016-06-10 23:23:24.718000','2016-06-10 23:23:24.718000',5,'Lisa Hughes','https://lh3.googleusercontent.com/a-/AOh14GgU9HLWGfyFWASwxCJokzoZBuR9qq3rk56t9GZqgQ=c0x00000000-cc-rp','3511292162159714121',41217),('AbFvOqnQWmYBcMV2rtvviMXKwLykdiGbcr-rcnXEyXv7bf0U1ugt_RJxu31STURjlISnM-yrpRQbRQ','I took the Covid-19 test it was quick and easy.\nCody and Joe helped me throughout the process .\nI completely recommend signature care on 130 and Gattis school in pflugerville.','2020-07-29 14:54:59.602000','2020-07-29 14:54:59.602000',5,'Hamu Jimenez','https://lh4.googleusercontent.com/-jE2hXUlWppQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclj4QmAQiGd3SNAb0oIORUyZayzVw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38707),('AbFvOqnQWVA3l37QdIvz9RwLV1YgWxy9e6xcP52EOhRnZlUtWfbgLYAUOD36Gg_uQIEroIb51e9TCw','Hands down best experience I\'ve ever had visiting an emergency clinic.\nVery friendly and helpful','2019-05-24 03:35:42.013000','2019-05-24 03:35:42.013000',5,'Jennifer Lance','https://lh3.googleusercontent.com/-fy2Su8bIejs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclxD3ugOOxlr1hVfHvHlsOWQ51PbQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41719),('AbFvOqnQWzxckobuKwLXlyItu_yCIabfWetyLdhlHfoYTAzv9S9wfHJFU4_NYrp8ZfwmEBCUoN3M','The attention to details and the proficiency of care were excellent. The doctors and staff were polite, courteous, and sociable. They helped me create a gameplan to tackle my pain.','2019-06-02 11:34:43.119000','2019-06-02 11:34:43.119000',5,'William White','https://lh3.googleusercontent.com/a-/AOh14GjHBW5Ef6KXZNMOFvAM8sQtB-wz5t8v34-abI53=c0x00000000-cc-rp-ba3','8918455867446117794',43266),('AbFvOqnqx3E_ObZPQQ79_9G4fGVSCPS_HeuoJgASXGzy2TgDleRAQF1bBqSjkMfyzhRALAD4RMCtYw','My experience with the Doctors and nurses at this location have always been remarkable. I have been to this facility 3 times and each time I receive excellent experience. They provide excellent care in a friendly clean safe environment.\n\nThanks','2016-06-20 22:41:44.701000','2016-06-20 22:41:44.701000',5,'Tamika Smith','https://lh3.googleusercontent.com/-1qQpU5_ulNo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucljNy0beED6X5VtnrYoNTWQyOcTvg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37331),('AbFvOqnqxd74NNaxS4q_aHup6tkHFmxrobhWCc4UBpBTUuOh4r1gImoYJhpPWs8iZv8WzDva59vFaA','The Best!!! Nurse Jessica S. And Nurse April are the best!!! Very caring! Made the process fast & smooth','2020-11-05 17:42:06.611000','2020-11-05 17:42:06.611000',5,'Claudia','https://lh3.googleusercontent.com/-ZNDyzxaRbhc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclB3AxjCy6JtUKKdiikxcX4bXo44A/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31411),('AbFvOqnQXgksYG7cPvVfn8Nvn5phssoW9iYHlaxtvflUgsWIaY3xdgpLGEsUnMP6cIqfLfIgsXmj6A','Dr. Patel, Deanna, John, Laura and Nicole treated us with pure compassion and care when we walked in for a severe migraine. Once they confirmed her diagnosis they immediately sprang into action and had Jess comfortable and relaxed. Just wish we had come sooner rather than waiting at home thinking her normal migraine meds would work. I would recommend this facility and the extremely great staff should anyone need assistance.','2018-09-08 19:51:41.398000','2018-09-08 19:51:41.398000',5,'Michael Stulberg','https://lh3.googleusercontent.com/-AvbSNNOjN2w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmopmsNeUaq6SxQU-4dyADKnb30JA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29203),('AbFvOqnqyF4IPQX-armHjyLXCe5NafYMuigYqgegM1m1T8PvCE7v_HMdJDgr4vlbut9FYPE6a9lX','I\'d just like to start off by saying that when I arrived to the emergency room it was very busy and the staff was still able to maintain friendly faces along with bedside manners. I explained to the register that I was in no hurry to get the other patients checked in which she did. Dr Ibarra, Mark, Richard, Veronica, and Yasmina were all very helpful and made me relaxed and less nervous. I just wanna say thanks and you guy\'s were excellent!!!','2020-01-02 16:04:26.017000','2020-01-02 16:04:26.017000',5,'Delicia Malveaux','https://lh3.googleusercontent.com/a-/AOh14Gh9JEQuJYjyiJTKw5dF8q_Hrqt1-xnkQaV-BZHOMw=c0x00000000-cc-rp','8679688254631342173',42523),('AbFvOqnQyFjlI7LatDhVvpB-OttWcdftuYmL14u2gCR8OpD5_dbBvWcAR49S3b_4l-7Uud1UpzWFpA','The staff was very helpful very professional and friendly. I would have no issue coming back or referring anyone to this facility grat job. Thank you Brenda, Thom, Kat and Dr.Postal.','2020-10-17 15:38:18.539000','2020-10-17 15:38:18.539000',5,'Russell Kreig','https://lh3.googleusercontent.com/-niGHC7bD8dw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcRTemtzaCg-Ru_vozcJ-FoFUyxQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38477),('AbFvOqnqYGloGwOfaN31TlN2xUa2IFLu3blh0zjti7dhEVI0itQoyJTt1Z1ic4CSXcZrPg3ePTLv','I sought emergency treatment on 10/7/2017 for anaphylaxis ( my throat was closing). I was greeted without a smile by a Hispanic nurse Brenda. P. I was directed to a treatment room where the nurse started to obtain a medical history. I started answering the question but became angry and started yelling ā€œMy throat is swelling, don\'t you think that it will be better if you give me a steroid shot first and then ask me the questions.ā€ I had tears running down my face and this nurse could have cared less. Her response ā€œYelling isn’t going to help; I can\'t do anything until I get some information from you.ā€ Dr. Hehman came into the room after hearing me yelling and said: ā€œWe can give her a Solu-Medrol, go ahead and give it to her.ā€ The nurse hesitated to get the medication and took her 5 minutes to give me the medication. When she returned to the room I was sitting on the bed shaking; she was nice enough to ask me if I wanted a warm blanket and went to retrieve it which only took her less than one minute. She then gave me the injection. She didn’t give me the call light. The doctor checked on me twice, which was nice. The last time that I saw the nurse was when I was checking out. She briefly went over my medication and led me to the waiting room. I felt as if was I being kicked out. She did say anything like ā€œI hope you feel better, or thanks for choosing Signature Care Stafford.ā€ The nurse lacked compassion and empathy. There were many other urgent care facilities that I could have went to, but I chose this one, and I deeply regret it. I am RN and have worked in the ER. I always treated my patients as if they were VIP. I greet them with a smile, have them change their clothes and put on a gown, I make sure that they are comfortable in the bed and provide them with a warm blanket, and I make sure that I give them the call bell. In my case, I would have assessed the patient allergies and immediately asked the Dr. for a steroid order. I would have given the medication, and then I would have obtained the patient medical history, and given him/her paper to write their response so I wouldn\'t aggravate their symptoms? Since when is documentation more important than patient care? Is this what nursing has come to documentation first, care second? If so, then this is a disservice to patients such as myself, and changes need to be made.\n\nComment by a RN who is very disappointed in the healthcare system.','2017-10-09 14:24:58.025000','2017-10-09 14:24:58.025000',1,'marquetta washington','https://lh5.googleusercontent.com/-smehNGcYEUw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmKCfM1W3QU11yNFsLHmuZPKGpMTg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43471),('AbFvOqnqyjoAhKFBrXDdUL8tL4L29PetNw8XGVJQuNwlMSVzqehhLdErwJLZeyteSXhXZGDyNUTmpQ','just got back from this place and i am super impressed with everything and everyone here! i want to know the secrete of a well run health care facility -- because most other places are definitely not well run, why is that?? from the moment i step in to the moment i stepped out the experience was positive. Dr. Elsbecker and nurse Gaberiel were such pleasant human beings, they treated my 5mo old daughter with sincere care, including making sure i was feeling ok as well. i am so proud to say we have excellent healthcare providers near our neighborhood and bless to live almost just across the street!','2019-09-22 03:53:05.304000','2019-09-22 03:53:05.304000',5,'Katie Loh','https://lh3.googleusercontent.com/a-/AOh14GhyFP7_LYrsmAGvqwJQNn-CQ8rY_8HvSSbkmLg4gTw=c0x00000000-cc-rp','16891069708558046635',36125),('AbFvOqnqYKWXj-7m7l4Z_fc18hY4-IjEweI_ciZ-JFSxsNhjbOoWR-SJFCWHIcd6Ut3IC1M-L3qCRg','Excellent experience. They are very patient to explain everything to me. They provided great services. Doctor Dang, Reg. Cindy, Nurse Tammi, ER Tech Juan.','2018-09-22 21:32:10.373000','2018-09-22 21:32:10.373000',5,'Nina Zeng','https://lh5.googleusercontent.com/-S7AMcFoFimA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnUrTa56jw3W6ar29a30dxL8M3sZA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36892),('AbFvOqnQynw-ubaLmQgSKBRQHUGI1yeiUPjIYSrNeAJe2KztylKJaLUzDSks192dOZ9JlcNBIdu8','I\'ve been to several ER\'s in my life time and this one has to be one of the best. Dr. Grinblatas and Nurse Camille were wonderful, patient people who listened to my anxious rambling. A lot of doctor\'s do not take pain seriously for females, they assume they are being overdramatic, but why else would I be in an ER at 4am and not wait a few hours to go to Urgent Care? Dr. Grinbalatas LISTENED to my complaints. He was such a personable, sweet individual and made me feel comfortable and heard. He took the time to explain everything to me in detail, made me laugh, and my anxiety left. The radiology tech, Jose, also made me laugh and made me feel comfortable. They were quick and efficient but I never felt rushed. It truly makes a difference when they staff seems like they really care. My pain went from an agonizing 8 to a dull 2 in just 24 hours and I\'m so grateful that I went. Thank you to this team.','2020-11-13 13:23:35.223000','2020-11-13 13:23:35.223000',5,'Raven Moore','https://lh3.googleusercontent.com/a-/AOh14GhUY2hYalmmLqqk7IKdRCSk9IQqbbD9BmtN4fRpxQ=c0x00000000-cc-rp','3511292162159714121',40053),('AbFvOqnQyS-Nn9XJovAn2tmp0ozpLYbNKSEl-1b-d7wIdHyLtv8BbvSOCNp5_rg6K0p52-FIriJcJA',NULL,'2020-09-24 15:07:05.741000','2020-09-24 15:07:05.741000',5,'MzMona Parada','https://lh3.googleusercontent.com/a-/AOh14Gij1jdmMNg8uxUMk9fmOt8f_SsIgAhpdZMHzwqIuA=c0x00000000-cc-rp','17898197009688164559',37534),('AbFvOqnQyyou2DiGXS_Y5bT6GsqUsVB-BI-GQIoe1QqpnpinkwyvzqL5ECo32Bjh01jsSUZT_3xyqw','THE STAFF WAS VERY PROFESSIONAL. THEY WERE PATIENT','2020-10-12 17:10:44.703000','2020-10-12 17:10:44.703000',5,'Tharon Bogany','https://lh4.googleusercontent.com/-FMwTTUX5Kjg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclPyTiu1e3rXbULYIOCqZnat3XPBA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37512),('AbFvOqnqz6zUn03HqmoLSIfHyAmS1gGtEJWhy8JeMfTd-vluI7sGQ9iptrkZH3XljgZbSTbPiMff','Awesome','2020-02-03 14:50:07.250000','2020-02-03 14:50:07.250000',5,'Sam Wakim','https://lh5.googleusercontent.com/-5fi4vHenx7Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckaJxYKhlLhGHlS1VaNVM66c2xS7g/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39643),('AbFvOqnQZE1YQzDhUypCkFsGsMfzmLHPFmOYqXJLB77ttrsbeaAETaq9_3ixOsXjKAQ60oGicKprTg','Great staff! Quick professional and caring! Lisa Krumer and Allison are awesome!','2019-08-20 01:20:32.487000','2019-08-20 01:20:32.487000',5,'Korey Stone','https://lh6.googleusercontent.com/-7FVpNFhHVtg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXBJH-bmlFXLUrxjbW5Ame0dbm-A/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29691),('AbFvOqnqZFukvuRpMQYTl3fZ9Awi2d-QPVPlJ08TgOxJjDrCn1HaUI3iANTXVtwjFLz02BukZYVD',NULL,'2020-01-31 01:53:19.147000','2020-01-31 01:53:19.147000',5,'Edward Marquez','https://lh5.googleusercontent.com/-2hK-1A6YteQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn3khBJP8tSCT6DEsjAw0yQHdVSLQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29456),('AbFvOqnQZNJdi8NWwnsQJkd5G9qO43UxVZdbY78t5xOOSOJq4Htjsy9GRaJ6z8-S5FzqHQ6d2VO_QA','The morning staff here was just great! Even though I wasn’t feeling well, they didn’t make it a terrible experience for me! Everybody was nice, gentle, they treated the things with urgency that needed to be treated. I thought I was having a heart attack and they had me on wheels in no time. Thank you Chunah, Jackie, Olivia and Dr. Yusuf!','2019-08-14 11:17:05.895000','2019-08-14 11:17:05.895000',5,'Lola Jordan','https://lh3.googleusercontent.com/a-/AOh14GgiCZ2YPTzfRiQpAevmGAe0yj5iCf0STufhoA9H=c0x00000000-cc-rp','3511292162159714121',40451),('AbFvOqnqzrpg1TLiGC4Gx2r3u92EjJbGiJmo4Z-Kp2qNmdDdotdtCY_jyYfznIpDXoRggQuiPqzLjg','Saludos! For my first time coming to an Emergency room in Killeen, it has been the best. Even more, during this pandemic.\nThe staff :\nNurse: Theresa/ MaryLou\nER Technician: Jacob\nPhysician: Dr. Chukwuma\nFacility Manager: Alia\nRadiology Technician: Thai.\nThey all made an excellent job to keep everything cleaned, professional and awesome customer service. Didn’t had to wait. Really caring with consideration in what the patient came in for. Really great team effort. Best emergency center ever. Don’t hesitate to come here for care. Keep the good job, guys!','2020-09-12 14:14:23.707000','2020-09-12 14:14:23.707000',5,'Yealin Santiago','https://lh5.googleusercontent.com/-fSuUl4UNW3c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucknJcW-QNLxVmlCIrz-eG5T9R-iwg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39002),('AbFvOqnQZxxT8oBODuwOdu3ktF8SJNTBuSHI9gculfpjlkHLRY51ESOcw1Rqavp-gIhWBMoUpAmL','Took my girlfriend here when she cut her hand badly. Dr. Ortiz and the entire staff that helped us were incredibly professional and caring. It was the quickest experience ive ever had at a doctors office. I can’t say enough good things about the experience.','2018-11-02 03:40:29.087000','2018-11-02 03:40:29.087000',5,'Paul Darrow','https://lh3.googleusercontent.com/a-/AOh14GjfUcDgyv5doMDBKs2KM6By7A8YMEg4SaBOolpOLw=c0x00000000-cc-rp','14904078213800803294',32531),('AbFvOqnR0gOrLcFyDd6f2uVb7zhbY7gs0jHa_4qFYi7agpwIL8hjjwQePBmcNIEWQK02oFAjoCNo9w','Very impressed with the staffs work ethic','2020-11-25 15:55:19.624000','2020-11-25 15:55:19.624000',5,'Daniel Puente','https://lh3.googleusercontent.com/a-/AOh14Gjo6cOGGVkFd7ZvW19svb7oN7adGJ8X4oOKtZ_JhQ=c0x00000000-cc-rp','14748677429039074158',31318),('AbFvOqnr0wsUqJtpcerVg8xHn_VHs24CmF9pmNVNozPxGCrqsjzcNFQULHEnodLYImSqMaQaaglg','An amazing experience with an extremely knowledgeable and caring staff. I am from out of town. I would highly recommend Signature Care.','2019-04-05 16:24:55.021000','2019-04-05 16:24:55.021000',5,'Clayton Streator','https://lh3.googleusercontent.com/a-/AOh14GixMwzZ-q905ZIMpekdSyd3igGW0QcOn_ySSVu6=c0x00000000-cc-rp','2694018788013845459',39366),('AbFvOqnR1b5YPigB-gdq78Ltc3qF0O1pkWDn4Hnsjy_cdH1Jy-AQfQZB9w0o8Y_qpNwuRfCee4iMEA','You will pay and Emergency Room Copay (ours is 100.00) not an Urgent care copay (our is 25.00). Please pay attention to this. We were there just for business and stopped in because we thought we had the flu. It was just strep. The doctors and nurse staff were A+++. The front office on 1-5-19 was not a reflection of the care we received. Really the physicians and nurses were better than any place I\'ve ever been.','2020-08-17 17:37:47.817000','2020-08-17 17:37:47.817000',4,'A. L.','https://lh4.googleusercontent.com/-WQAN-bXIXgg/AAAAAAAAAAI/AAAAAAAATZc/AMZuucl0owsaA1OsuvZii1_2RXToxtGPZQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41302),('AbFvOqnR2R8VmojwYR3Pp0QPnHPlLCElfX41zRoKid0KZxlC5-5Pa6MNGYHoHPKdDDXZ9I6JJS6RBQ','Stephanie and Natalia went above and beyond to make sure my little brother was well taken care of and settled mine and my mom worries were settled. Rollie and Dr Alloju were helpful at best.','2019-11-17 01:03:53.745000','2019-11-17 01:03:53.745000',4,'Kaeisha Hendon','https://lh3.googleusercontent.com/a-/AOh14GgtkfW8fu8uu1SK3Cip3dsPhZZ-PhTxpOPn6rS57Q=c0x00000000-cc-rp','8679688254631342173',42584),('AbFvOqnr32RMuw-pAQzPQhXtckbsTDvtJrbNXOiRpYYgVXjOtJjoRtjKRbbyd_S5KMYyG8Psv_RG','Very helpful and friendly staff. Ashley was very welcoming the second you walk in she makes you feel comfortable.','2019-02-08 15:27:20.186000','2019-02-08 15:27:20.186000',5,'Fabiola Chairez','https://lh3.googleusercontent.com/a-/AOh14GiAIWx1QOh8ollaywe-r2e8B_ijVuP8Jc46flBr2BA=c0x00000000-cc-rp','17898197009688164559',38303),('AbFvOqnR3EAB6eItX-IGRHa4wIlV0QUr4aVNiebHDbFzxEgj-gjDKc0ZCi6EV3odJOrRu3FHP5YJ5w',NULL,'2020-10-27 06:01:31.879000','2020-10-27 06:01:31.879000',5,'Juan Rodriguez','https://lh5.googleusercontent.com/-_bkupDdPB0A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclKuqDbHujGkZKwM04PnriTn5Nizw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34099),('AbFvOqnR3QcgehvynCBmmLWITjd40QulfSCC5xqwUvaZenPglbNsLxwqVNm6JboaqZIJeZ2dk9AgCQ','Cody and Sam were amazing! Helpful kind and patient. I so appreciate the efforts during COVID!','2020-08-17 17:37:32.841000','2020-08-17 17:37:32.841000',5,'Reina Acosta','https://lh3.googleusercontent.com/-MIhYOGdjWj8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnvAnhOTXxeOnQof_eaRzOK2n8O9Q/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38586),('AbFvOqnR3SxwWpoMCrTcqoqDZZIWKj6QCi9F0HmV1LQDdyyltzNzBAcshcZiH4RzKCXvdnsmD1-G',NULL,'2019-04-01 16:58:32.045000','2019-04-01 16:58:32.045000',5,'Brittany Letcher','https://lh5.googleusercontent.com/-tK5d24kElZ8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckvyc4ynMlPtouSZW_NrQ-93qC_pA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38230),('AbFvOqnr4emeXTN8N_sgknZ6CuaNEjjX19_F5xNIwyjuc9UhnkzYVSsUK32rP4KkXm7ZeP1cnfkpGw','Thank you Sarah, Fatima, Daniel and Dr. Patel for making my wife feel like new. Dynamic job!','2019-11-12 06:16:55.769000','2019-11-12 06:16:55.769000',5,'Andy Smith','https://lh5.googleusercontent.com/-EasK-Hn7yiw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMWKrpz2AADFcuntmiprTstD95Jg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37888),('AbFvOqnr5D9muu52-w-PKYs76XNFfe4_2FAZPiDnKjsKn2LXO-9rW5psmw1lMQfsNm1B0sj-AI7d_A','The location was very convenient in regards to my job. The front desk staff was welcoming and they got me signed in and in a room with minimal wait time. Dr. Dang was personable and thorough. I will revisit if needed.','2017-10-04 12:51:03.831000','2017-10-04 12:51:03.831000',5,'Sharon G','https://lh3.googleusercontent.com/a-/AOh14Gg0AmaDmAUUczqQsCOm4GP_5o87HRSG7o9DSQT1aA=c0x00000000-cc-rp','8918455867446117794',43474),('AbFvOqnr5DNW5j0GrUSS_FLbnElN1jmTsI3HhJBtwdcIrkEpQf_Hdjvt0oEoJNW6nLgMoUGG9X4QXg','Friendly staff. Is fast and they take good care of you.\nWill recommend signature care to all my friends and family.','2020-12-29 15:52:27.225000','2020-12-29 15:52:27.225000',5,'edna morado','https://lh6.googleusercontent.com/-xrXaxlBmr5I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnWZH2Vgt5BxpMyCosTXzAtaJUHPw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',44103),('AbFvOqnr5mhMIIkR_SIvuooMn8p9eY-fSGhQnoWCNNVtTSuYE7U5VC04eSgLwHz_K3cg76LNPmnckA','We brought our son in over a year ago after he had an accident while playing. They wanted to give him a CT scan and we asked several times how much it would cost. We kept getting a brush-off from the staff that there was no way to know the cost because they didn’t know how much our insurance would cover. Well everything has a list cost, but they wouldn’t share that with us. So I’ll share it here:\nER Visit level 4: $1800\nER Visit level 4: $700\nWhy we were charged as 2 line items just to see a doctor- I have no idea.\nCT Scan: $2700\nTylenol 325mg tab: $10\n\nI don’t recommend this place at all.','2018-12-31 14:22:24.287000','2018-12-31 14:22:24.287000',1,'Linda Breed','https://lh3.googleusercontent.com/a-/AOh14GhFvGZ-bBRViD9gvlpS1HwcQc5DJMCOgnYx2KknCA=c0x00000000-cc-rp','14567670160750071148',30659),('AbFvOqnR5ok4hjUidp-cl1TJ-pg90CwD9B5yRNJLx6ah7atEe_VQcv_OOJPM42q6DcFs2ymILSzOkw','Great service and attention for the patients. Aviane the nurse was great, she make you feel comfortable.\nClean environment','2019-03-19 21:35:13.331000','2019-03-19 21:35:13.331000',5,'Kathia Chacon','https://lh3.googleusercontent.com/a-/AOh14GjtOpC7MVGvJ3399OlFa5wVCeS03t2wegL40mNZBg=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqnR66ju0Q2F13iYujy1loxjrwbKcuSIGMMwPWLOvqSADQcZtirNUM3qcyIHdMLDYVIcZ6EDkA','Dr. Ybarra, greets you at the door RN Katrina give special care ER Tech Cedrick made me feel like I was right at home Rad Tech very supportive Reg: Therisa was very patient, kind, and offered good hospitality Overall they were a wonderful team','2020-01-04 02:46:37.774000','2020-01-04 02:46:37.774000',5,'S.O.K.D','https://lh3.googleusercontent.com/a-/AOh14GiSu_ScvfnBp5kgbCzrxqx4qi0SbmReFfqBKOrh=c0x00000000-cc-rp','8679688254631342173',42516),('AbFvOqnR6Rg2sZuwn-wejR0eFl-W6iAzPDpLhiYoF30fPNEfi8QflPk9Z47-7teI34szjZ_oojF2hw','Went there for a COVID test. Friendly staff, and very quick for both the waiting, test, and results!','2020-07-19 23:18:26.636000','2020-07-19 23:18:26.636000',5,'Kat','https://lh3.googleusercontent.com/a-/AOh14GjkWPkwPfIZrfwu96rs0P2ywtKYSFCVKzv8elPA2tU=c0x00000000-cc-rp','14748677429039074158',31952),('AbFvOqnr74dOxcXXRmQo4Gvqy-dQQPjMLi7ryx8rj4JAGv4B8W6hX5M0oZCCJYl4Dp_fDc6bOUML','The staff was friendly and attentive. Service was fast and the place was clean. Amy at the front desk rocks! :)','2020-08-01 20:00:54.080000','2020-08-01 20:00:54.080000',5,'Fabi Martinez','https://lh6.googleusercontent.com/-U_den8XuOoY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckX9bmRPoaEcCzcdJI1i3YMQvfPyw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42342),('AbFvOqnr791zmDe2AaxKr2vl7_6sU8RZvmNh9aZG153kQaviIw-m9If_MLwTJUFXgJNgIFV4jYyEhg','All of the staff at this location are so helpful! Susan and Matt were very kind and accommodating as they asked questions and checked my vitals. Doctor Pham was very understanding to my needs and concerns. He also gave me good advice for future reference. Overall my experience at this er center was lovely. Would recommend visiting if needed!','2019-08-24 02:37:35.659000','2019-08-24 02:37:35.659000',5,'katherine galan','https://lh3.googleusercontent.com/a-/AOh14GjMD_mSDgKl7NzVZr7u6ip5UPW3JUSNIbIgV8XFxg=c0x00000000-cc-rp','17898197009688164559',38015),('AbFvOqnr7dtIcZDuKHPJwoeLW9u_96CQiPdi3Ecl1n8bO_rWACiZopQudxTHYoeDKGHP49S-MqV46g','Always friendly at this place. Never had a bad experience while there. Only once , I called them the next day, I needed additional help with medication that didn’t help. That’s when it gets unpleasant. U won’t get much help than. However, while u are there, very pleasant. Especially Tatiana G D... the receptionist. Overall, this facility, while there, is extremely good.','2020-02-22 04:14:29.656000','2020-02-22 04:14:29.656000',5,'Sylvia Salinas','https://lh3.googleusercontent.com/-xxq4w1OovBQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckF9izgs6ix66vbCacfQQsu5JyJIg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30231),('AbFvOqnr7mJuZOdttqQzOoTZTNqjXzzEjF5N7Ncv_6jMQo6iqtkJsrW6jtlbwjlHn6nSINbX5L_17A','Lorena and Rebecca were so helpful this for my early morning appointment. Very friendly staff and clean waiting room. I definitely recommend!','2020-08-15 11:19:38.728000','2020-08-15 11:19:38.728000',5,'Megan Zuck','https://lh3.googleusercontent.com/-Z4L4a4l2MSE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn04ouXybEQ43k00VWNZcwJM5vS5A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34201),('AbFvOqnR7ppzGTlBj64Oobb5TDSwML0yV8TOT3toRZ2u-JZHPcDZtjLOtLPmTu1Udz9Vw8WXpckH','I love this place. I had great care from Jasmine at the front desk to the nurse Lia to the doctor. Lia was the most helpful and understanding. She was very caring. Jasmine also came into check on me although she didn\'t have too. The virus I had was horrible and I felt like the world had come against me because they couldn\'t find anything wrong but they made sure to take care of me for dehydration, high fever and fatigue. I love this place! Thank you!!','2018-04-11 06:45:24.214000','2018-04-11 06:45:24.214000',5,'Yolanda Martinez','https://lh3.googleusercontent.com/a-/AOh14Ghqubknfds0YNji_eguYi4MQhfvL6yp3C4A9b80wA=c0x00000000-cc-rp','14567670160750071148',30853),('AbFvOqnr7URnFCpuJdR5anGXpMa_n_gTBA7knvYYMGyCRJApNtFxlVTJIMLMnVnsWQnGOsFLGoOM','Signature Care has been so hospitable during my time here today! The ladies at the front desk made checking in smooth and easy, while my nurse kept me as comfortable as possible while waiting for result.','2020-12-11 16:59:41.216000','2020-12-11 16:59:41.216000',5,'Bailey Luker','https://lh4.googleusercontent.com/-hE3OtwNaqx4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucndKO7xxLMhw_VXqz10d-AuQBwGHw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39425),('AbFvOqnR9-4H_MWV5lZCZUrqmLaGnY2OErSI4eXdxfnz1xjvnmB9Oyi7jw1O0D1MhTj_Tbph7vrBig','My first time at SignatureCare was nothing short of an amazing experience. I will definitely return. They were attentive and very nice. Jackie is the best!! I haven\'t seen such a clean facility as this place and no wait at all. Keep it up!','2017-08-22 12:29:38.856000','2017-08-22 12:29:38.856000',5,'a.r.g.','https://lh3.googleusercontent.com/a-/AOh14Gid0bevVcobbr9FZ3SklQcI3wlP23BcOCNdWh7FHA=c0x00000000-cc-rp','14567670160750071148',30979),('AbFvOqnr9gsR04rkgiVvFFfpJDQLjJWlpopJ_4elGHXW4RZZjtEMSbL80o_fyTBx8tNLJYJn4KuxCg','Great service! Josh & Ryan were great. Fast service. Would definitely recommend.','2021-01-22 18:33:22.920000','2021-01-22 18:33:22.920000',5,'Demarcus Green','https://lh3.googleusercontent.com/-yvZM3RU1Dxc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-A-Okjxlz_Ea7kSEYtPi1I7SP9A/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44604),('AbFvOqnrA_lLnMIgTVvlFPMxPIKzphSo2QmTSqtrawJwWrnCNAhJFRHMSiwNA1xw39DW_Kkfz1MT','This is a great care facility! The intake was quick and the service was phenomenal. The staff were professional, kind, positive, and knowledgeable. They even called after my visit to check on my progress. Frank, Natasha, Victoria, and Andrew were fantastic. Dr. L was very thorough and explained his diagnosis very well. I wish I could make this my primary care facility!','2018-11-23 18:53:09.250000','2018-11-23 18:53:09.250000',5,'Cindy','https://lh3.googleusercontent.com/a-/AOh14GjNCCd83qK8UE1MQLwYPfEDmxezb3WxrDhOJlv97R0=c0x00000000-cc-rp-ba3','16891069708558046635',36324),('AbFvOqnraAH3Z0ctDW9eVB50wNfWVxgwtEOfbbV6QOPYRBwl4kbrGvAcZuAgf9a-S4wpZhlnil20','They were very nice and helped us with our needs. Super nice to talk to.','2020-10-19 23:31:50.087000','2020-10-19 23:31:50.087000',5,'Mary Brown','https://lh3.googleusercontent.com/-fmHsOa-zTAo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclDXPGNO6AsM6yWG4LInF5AZd8cGQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38472),('AbFvOqnrADHo5ZDy6kaG9ISA-dm_7-p0mqvGU8HaXBBrt5oU7kSi1sh-3RY8mn_eKl793mBxtGU9bA','Caitlin at the front desk was very helpful and friendly. She was very helpful in making my check-in quick and easy for me. The nurse and doctor were also very friendly and did a very good job of explaining the testing procedure and made sure I was clear about my test results and what I needed to do after I left the center. Thank you all for your courtesy and care. Paris is lucky to have such a great facility, staffed with people who genuinely care about the people they serve.','2020-11-02 16:54:25.983000','2020-11-02 16:54:25.983000',5,'Brian Collard','https://lh4.googleusercontent.com/-oqNc_vgruFo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucneOV8ossM2a27mYBMpW3OroTkGJA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41863),('AbFvOqnRax6NJp6l0LIfGuxN9_Cq6ABdUSlesCBYghhkowF9ORU7A1nthl_1gjQuP8WAWZyEBb9n','Very quick & staff was amazing!','2020-02-06 03:49:18.004000','2020-02-06 03:49:18.004000',5,'christela mendoza','https://lh5.googleusercontent.com/-7qKgJfPB2d8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl5RSQLXgX0-QDyrZn-mrYxtgnbuA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29446),('AbFvOqnRb0PWz3lPyackzA8iayalcXGQc8DZh5vcxoT53icSjW-OTl7-k5cpqvAmzfKcEcehb0hxTQ','Very disappointed!!!! Front desk very nice !! But on the other hand Dr. Frank Edwards is a very rude person!!!so anyway possible stay away from him!! I wont go back if he\'s there!!!','2020-03-15 01:03:57.297000','2020-03-15 01:03:57.297000',1,'jesusman 1982','https://lh6.googleusercontent.com/-kVvnn5UNxiI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmiEHVU7qeSUEoeG16VvkbhJm851g/c0x00000000-cc-rp-ba2/photo.jpg','3272657195432704501',39562),('AbFvOqnrb5FWe9Zx_C5Cv0t1vVswXA86hoaAPYvenblb9XOnpxnbRomMiStGUicKmIsZNmgcMnZC5Q','This place is awesome!! I’m in and out in 40 minutes with a fixed up broken hand. Chelsea, Townsend, Dr. Rose and Shelly had me taken care of quicker than I thought possible. Thanks guys, I appreciate y’all!!!','2020-11-04 15:54:48.405000','2020-11-04 15:54:48.405000',5,'Kerri Stephenson','https://lh3.googleusercontent.com/a-/AOh14GgkVa-MiCzdqd-nhdKCj7V8gCb87urb315CpYbWDXk=c0x00000000-cc-rp','16891069708558046635',35649),('AbFvOqnRBDiCJN1SYdeU1n39hWXpvahsDT-PnE28YZN2WCJhWJQ6tQhNOlgEFw-f8dmH6_S_7pnBig','The wait time was really short. The staff was very nice and friendly. They did their best to keep my two year old entertained and comfortable. They also provided snacks and drinks to my husband and son while we waited. The doctor did everything he could to keep us from having to go to the hospital ER.','2016-10-05 20:39:09.539000','2016-10-05 20:39:09.539000',5,'Toya Jones','https://lh3.googleusercontent.com/-Ahp-Y6nt6Oo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucktKyW67C5sOgVMePScPwxPGc0J5Q/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37290),('AbFvOqnRbFPS2mMhXV2PNlgVwuBN7dZM6vykwBpW-JztdwIzkBrt2bOHrH0-E4A8V5GUTT-O1T5kWg',NULL,'2019-05-06 17:21:21.544000','2019-05-06 17:21:21.544000',5,'the wiliams Penn','https://lh6.googleusercontent.com/-ZKg7f_023XQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclPzcG8GMP2Qcxx-5izFmI1fpv81Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnrBHRNzSNYBdaJ4R5R05AgK57pbbPRZPXRV8UG8om1CbW9xpUDpac6vs3qycP2139zPZVH7w','The staff was extremely friendly & very attentive to my daughter. This is always my first choice when her primary doctor isn\'t available.','2019-02-08 14:34:23.234000','2019-02-08 14:34:23.234000',5,'RAVEN GREER','https://lh3.googleusercontent.com/a-/AOh14GjWzZWASBYB7uekISc3dPBVKagdLidXwfn_2_8ZHA=c0x00000000-cc-rp','8626688543755174284',42162),('AbFvOqnRbHyd10GwrbdL3v0YaDllTtr8IewLyZ4JgxeaXbJAdAC6Cg_0k8-HfbHi9zHFz7pgcLL0rw','Patty and Allison were very friendly and got me checked in quickly and efficiently. Nurse Lisa V was attentive and helpful when needed. My tech Delpha was also good. Dr. Starr was thorough and made sure to treat all my symptoms. Great overall experience.','2020-10-29 19:15:31.553000','2020-10-29 19:15:31.553000',5,'Sarah Burger','https://lh3.googleusercontent.com/-Gm7NL2oL_Ro/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclSlhA6QOjHMg7id8RGLesRf-MQAA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29276),('AbFvOqnRBTmS3Cp9HTweVb3BE61Tx6bTzCvuMASlRbMRdYM3P204r-1FcJzC0TAn5E73Y1oseDPnLA','Every time I come to this ER I have an amazing experience. I brought my daughter in for x-rays of her ankle and could not have had a faster and more thorough evaluation anywhere else! The staff are so nice and welcoming. Jen at registration greeted us with a warm and welcoming smile and got us registered super fast. Lindsey, our nurse, Chris the ER paramedic and Dr. Ou were all so sweet with my daughter that she forgot why she was there! Randy, the radiology tech was so gentle and informative. Hands down the best ER experience. Thank you all for being so brave on the frontline!','2020-09-22 20:41:28.420000','2020-09-22 20:41:28.420000',5,'Ruby Rose','https://lh3.googleusercontent.com/a-/AOh14GhvzfS1uerygBX0NkmSFS3RxXSRDdEEOg7i5VK-=c0x00000000-cc-rp','16891069708558046635',35769),('AbFvOqnRc0jfm74KB_K472TDTqBgE0FakJmiwUFRn-YgtHwAb4IfiIZAs81rioAF4-WQo2TObu_oow',NULL,'2020-11-03 18:50:59.459000','2020-11-03 18:50:59.459000',5,'David Cazares','https://lh6.googleusercontent.com/-mIYCIMCVSGw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm0CD7Ew551_ZsJtXipo7awdC6O4Q/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31422),('AbFvOqnRc0uHVtm4CJS1n-10lHtp3nY48b51bZjrxIfyTbYdXiSmihBfQtWXwRVurQYT4jsPItHsKA','I would recommend anyone to go. The staff was very pleasant and professional. Everything was done in a timely manner. They were very comforting and made sure that I understood everything. The doctors and nurses made sure they acknowledge all of my concerns. This was the best ER visit I have ever experienced.','2019-12-25 00:14:37.855000','2019-12-25 00:14:37.855000',5,'Kay Dee','https://lh5.googleusercontent.com/-1Kz0LhcdToc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn0X_Q0rEV29bJw_QMCg1RadzMq1Q/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41965),('AbFvOqnrcfcXDNoEcaqO3R98BqppyO2Vhvm9ZBN_WVU02bAARPeH8B04UBhA5nZ6Qm2HhnmRePadjQ','Place was wonderful! Didn\'t wait one minute and everyone was super friendly!','2018-01-10 05:36:26.210000','2018-01-10 05:36:26.210000',5,'Deseree McCormick','https://lh4.googleusercontent.com/-YOtZvpODeaY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucktf6oZSADDOnTZlIddZX1yujVMqA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36447),('AbFvOqnRCI7LaWsDUYkWR_lEJaq76ScXg1iGh7YLTEfmvBFJFr0fDeglD8VyccyVRziWQ3iFrezOdA','Jesus.\nHas great customer service. And he also the most pleasant smile.','2019-06-28 17:39:54.909000','2019-06-28 17:39:54.909000',5,'La Tina Baldridge','https://lh5.googleusercontent.com/-Din-ph7NXYc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucne9BevWcIlN9oRWVDLUob7oPqJEw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnRcmF3Bxf99fvvkPvb_tFlnOzZpoaxtUpSuM6biI35W6xxJkO3WLeYZ5oQo5Crhk_vsqkOQQ','These people are amazing! The best care I’ve had, Tricia, Jesus, Dr. Cavasos, and Shola are all amazing and caring people. They were able to take me on really quickly! Would come here again if ever need any more emergency care!','2019-07-04 14:41:09.406000','2019-07-04 14:41:09.406000',5,'Jay Dub','https://lh5.googleusercontent.com/-BXo-YHlydco/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnz6AuKxyW8-5hPzUOiOPr6WyndIw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnRcucrVLTdCd_xFPNzqR9wrWWLKtZxc_fmenWuxkms92rnUYv3yEGVuxP6Vxrg3w9-RlgWFw','Great team. Rommel and Kenzie made sure I was taken care of. Thank you guys!','2020-10-17 00:34:18.417000','2020-10-17 00:34:18.417000',5,'jasmine aldrete','https://lh3.googleusercontent.com/-BuS3Dj__ZLk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckIkZj-a2XVSL6JJTvMpdxADLh8Mg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32217),('AbFvOqnrcYqEVmSnSrRTw4tP4bty79ywelxV7NPURBHiP_Nyn9QbGxfO3F3zZxF80GgaNXSmjCl9dg','Very clean and the staff is very nice. Thank you fir taking care of me. Facility clean and comfy. Went at 1am and they received me without hesitation','2020-01-11 11:34:05.725000','2020-01-11 11:34:05.725000',5,'Mariana Martinez','https://lh6.googleusercontent.com/-KwINJ0kqmlc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmWs3XSwm7jDiqhNtKBnWfEcsHsFw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36020),('AbFvOqnrD5i2-cM1LHDHn40ifsBkme8hCfs5x4IjaMClvlferaOGIb3Ic_tBm3YssO9Lm7Eof4sT8w',NULL,'2017-01-22 04:52:17.320000','2017-01-22 04:52:17.320000',5,'Lourdes Heres','https://lh5.googleusercontent.com/-6lV0duxF7Hw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmwBMeLacxuwZ3LMNcMbjeJ07r2IQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37227),('AbFvOqnRdeoJp2lt5vD9evjYEYqHdU8rNbzBrgwfsBivI3VfEjeIxuVvnFH4Vvc9o3s5uJd1D5iEnw','I had an amazing experience from the check in to meeting Ozzie šŸ’™ (Paramedic Nurse) who explained everything in such detail! Then when Dr Das came into the room his bedside manner was absolutely impeccable! I highly recomendable Signature Care in Lewisville for all of your medical needs!','2020-10-10 13:44:57.375000','2020-10-10 13:44:57.375000',5,'Malissa Minucci','https://lh3.googleusercontent.com/a-/AOh14Ghb2zoK-Z1ATudjYm8lHVQLgITDZYkhZeHI57bG=c0x00000000-cc-rp-ba2','14748677429039074158',31524),('AbFvOqnRDpVvQmP2Jit10iskrMdh_nxhsqElLoKYrK5hXgNJy-hgVDnCUcWXbHgupZFYnVN5SLDfGw','I found Signature Care by chance. I was on my way home feeling horrible so I asked Goggle for ER/Urgent Care Facilities near me, I read a couple of reviews and headed their way. I actually thought it was to good to be true but hey I was feeling horrible so I said let me try it. I was so impressed with the staff upon entering the door, Everyone was so caring and compassionate. I would recommend Signature Care Emergency Center to everyone. Feeling as bad as I did on yesterday I need to be around a staff of caring people and that\'s exactly what I received. Thanks again.','2018-01-24 14:44:52.902000','2018-01-24 14:44:52.902000',5,'Susie Lacy','https://lh3.googleusercontent.com/a-/AOh14Ghp7J3BUQrhV-3nBFBAJW_-0vFokTexYM4ekLQDsw=c0x00000000-cc-rp','14567670160750071148',30887),('AbFvOqnRDXNmDcPpPrrL7EvosKeazvTBuVIvaiQyx4IvdnsadfwJoAl8-0LVMR5AqHgdSBvfQie6',NULL,'2020-07-17 03:17:51.219000','2020-07-17 03:17:51.219000',5,'Stephanie Lara','https://lh6.googleusercontent.com/-Z2RHg0lEOeQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckTjzVyrE1qhI2010TsYmQ6MscxoQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30167),('AbFvOqnreCxbF6bFa68jmC_uDC3aBuQSeqcdM2KhKq9ZYypNxkojTngiWXRCam21BUeDIgPJDn6A',NULL,'2019-06-26 22:09:36.092000','2019-06-26 22:09:36.092000',5,'Erica Brown','https://lh6.googleusercontent.com/-xyv_WNpnDe0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck12pL_R9oi1puY_Tvf6EZPu_GCqw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43240),('AbFvOqnREgweZhzWVPSxlgf_GxQRq1yK1KcQT2FjVzfhsZyxqyZRBva-a0Vzm1Sruy6JhDbB0gBl','Wow! This place had easy parking, a clean facility, and super sweet staff. Alyssa G ran my insurance and got me checked in quickly. Yasmina B helped me to the treatment area and efficiently got started with my care. Karen A & Jennifer B are the best nurses. Dr. Reukauf was awesome, and Dr. Daniels has the best bedside manner. If you have a medical emergency and need TLC, this is the place to be!','2020-11-08 20:18:39.119000','2020-11-08 20:18:39.119000',5,'J Daniels','https://lh5.googleusercontent.com/-NW8Jpy9kTe8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm5M4S9WTLnYBsDDFkRwiK-Gftm4w/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42260),('AbFvOqnrEkiYWfmwm4j_qi9dASlBrC1FvktBQ86XM36QZA84HcyU9YcPXAvFeYCx6kaJAg0Jd7KhMQ','Alvean,tricia,Dr.faroogui best people here very friendly and quickly','2019-11-01 22:07:12.853000','2019-11-01 22:07:12.853000',5,'Alex TreviƱo','https://lh3.googleusercontent.com/a-/AOh14GhlH182Evxs_BPNWINc9c-prgodwN2Qt_k0-MLu=c0x00000000-cc-rp','16389487648212004696',33792),('AbFvOqnReklGQ8wxnh1uab_cOYPf6bWo6ECHSXNRTExAbUT8T68gAek6d8S14Gy42Xp00b7KdXrcIg','Great experience. Clean, fast, friendly and safe.','2016-05-12 15:21:56.630000','2016-05-12 15:21:56.630000',5,'Matt Gannon','https://lh3.googleusercontent.com/a-/AOh14GhrZcLfToK4ajhjTANDRAe9RjbqD2ltz5zOsSbvgUM=c0x00000000-cc-rp','14567670160750071148',31249),('AbFvOqnrENQbnpj8aYioNNPxRgwyO2f6RnVBIkuVEuvuvwAmMMaHbvg0VksDqZ4i9jiCSvVZzD4T',NULL,'2020-06-24 18:56:42.154000','2020-06-24 18:56:42.154000',5,'Anael Colunga','https://lh3.googleusercontent.com/a-/AOh14GhI3__MTqtV3JzzGxXeWkf8Prmr2HOX-u0_aOLSbEY=c0x00000000-cc-rp','14567670160750071148',30190),('AbFvOqnrEQtie-d9TDTLY3yBP0rsfPC8M_c6eGKBlNaKr_R5TbwqAPbg-6nrhSOEb2FvYz6XqBY9','I walked in without an appointment and was seen in less than 5 minutes. There were complimentary snacks and drinks for the (extremely short) wait. The place was very clean and the staff were exceptional. Thank you Christina, Tina, Barbara, Adam, and Dr. Jones!!','2018-10-17 20:44:02.625000','2018-10-17 20:44:02.625000',5,'Shyanne Montee','https://lh3.googleusercontent.com/a-/AOh14Ggvhxaz_z2EGBDWQawOYtcl0P3mCkCW9z1rAI0K=c0x00000000-cc-rp','16891069708558046635',36339),('AbFvOqnREwpI5PWhCTlZ5X9spAqWrrU0Ix2x7VpscAlWqBem7WP5JfSoMD8eY4WYU1Ze5KT4lwF2Dg','Super fast service..Hayleigh helped us as soon as we got there. Nurses and doctors super nice and helpful\nDefinitely recommend this urgent care!!!','2018-08-08 14:54:53.951000','2018-08-08 14:54:53.951000',5,'Diana Aviles','https://lh3.googleusercontent.com/-cH9u0P7Rbk8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucksOfK-ktutxs9AUl7RLXS0I18-Gg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30791),('AbFvOqnrfdfg0t-HJZD-R_frTPxJg9PS2eMaZ4U1p0hmL4bfYuLOM-ByRlm6sF_M-JVYH6Zb-uIhVA','Nurse Alvean, receptionist Jocelyn and Dr Do are amazing!! This was my first visit and everyone worked hard to make me comfortable. They were knowledgeable and explained everything.\n\nThanks!','2020-01-11 17:06:16.535000','2020-01-11 17:06:16.535000',5,'Errolynn Zetar','https://lh3.googleusercontent.com/a-/AOh14GhUd_8A05uCl4SdMYcsMI8eMgzvHT0TQVRGsMeR=c0x00000000-cc-rp','16389487648212004696',33524),('AbFvOqnRfhOaQT1buCz6pe1C-JQhYCSopH9buXU3M6lWU6C6cqFwnzc3PHc4ldwo3Is50GHqQMk3','staff was amazing! Graciela and Ekaterina (both RN) were really kind and helpful. It’s my second time coming to this location and the doctors here fully explain diagnostic to the patient. Great service!','2020-11-07 14:14:51.170000','2020-11-07 14:14:51.170000',5,'Dennise Macias','https://lh6.googleusercontent.com/-AurxW9s4iQQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckegocwntQWjC9ew-VjzV7P2ebgaQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32979),('AbFvOqnRFL2FfRkN3Gf5qyhLQw6bJV5NCxlUphBzF-tJu8PJHyAaD1oh7jUKcZfz4UNKSsdMvcIA6w','Beautiful facility. No long waits. Exceptional care. Tiffany at front desk was very informative and inviting. Jesse our nurse was great! Very efficient and knowledgeable. Dr. Edwards offered a great care plan and conservative treatment options. Thank you for the great care! Highly recommend this facility!','2017-09-23 17:05:38.841000','2017-09-23 17:05:38.841000',5,'Tassie Chaoui','https://lh3.googleusercontent.com/a-/AOh14GiGNEQUBRNTH2DXwI7EEgB3KSf5AygncB6PWxzO=c0x00000000-cc-rp-ba3','17394740196501090048',37067),('AbFvOqnRfMaeZuc-KHfVoXC0fYUxv9NkbWELU1CYarW2pq-Tk7ZmDOIthi4eQqzsT2NaLRQKoDOy8Q','Mercy was helpful and had me seen and taken care of quickly . Great staff and doctors!','2017-02-27 21:38:03.783000','2017-02-27 21:38:03.783000',5,'Diana Dennis','https://lh4.googleusercontent.com/-LMBguUHLMTs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckVJTgFI_xD1hwPxCtGTqQz4a9IIg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32718),('AbFvOqnRga60rOtyKRx6LrZMQaC0QGjASwl9-zV5JrK4fEq01qH8fWeVYgAYbzlS0UrwRtgoc-PrwA','I had a wonderful experience with SignatureCare Emergency Center, Mission Bend Sugar Land. My child had an injury in the night and we were to travel out of town the following morning. I thought of the trouble of going to the emergency room in the \"Mega hospitals\". Then I found Signature in google and decided to try them. What a relief. Starting from the security guard at the door to the Doctor, everyone was courteous and professional. As a nurse, I had an expectation from the clinic and I want to say that the staff there exceeded my expectation. I have to specifically mention Dr Toni Kotey and give her 2 thumbs up. She was simple, knowledgeable and professional. At the same time, she made it a fun experience for my six year old. Please give them 5 stars for a start.','2016-05-23 23:29:39.967000','2016-05-23 23:29:39.967000',5,'Charles Ibe','https://lh3.googleusercontent.com/a-/AOh14GiPVZx3e27FcqDtWLKgBr6l_4B3alVyDWf_5QqO8A=c0x00000000-cc-rp','17394740196501090048',37350),('AbFvOqnRgCpaP4pky-bQCqj42rLL4MivRqexPHWAbVxlKpROkQZOcuK0roZw-dppJuitDsmSh6uq','The Staff is here is very friendly and efficient. This is the first time i’ve been satisfied and happy that I went to an emergency room. Selina is an angel, she’s very gentle, precise, and caring. Dr Edwards is an outstanding, qualified Doctor who will go the extra mile to make sure that you’re taken care of.','2019-02-02 19:26:08.029000','2019-02-02 19:26:08.029000',5,'Sonia Sadaruddin','https://lh3.googleusercontent.com/a-/AOh14Gh6ymt_DgT7gO8LlGARV25a2VmV-Fw-lFqI78Ojcg=c0x00000000-cc-rp','17394740196501090048',36829),('AbFvOqnrGpKkZEsTQVgO213C82ZtybE_vNB9I615u7wgy7toxHgLCSoGQG06c4mvWppb1Z8mRUg4','Highly recommended! Entire staff was very welcoming and helpful! Results and care very efficient. RN, Theresa & Alaina, Reg-Tobie & Shelbie, and Dr. Ashbrooks ... all five-star care!','2020-10-14 01:24:36.053000','2020-10-14 01:24:36.053000',5,'Trish Steed','https://lh3.googleusercontent.com/a-/AOh14GjP-V7D94SywajVtUcfdKM_xzTDVQspERKMKjbF=c0x00000000-cc-rp','3272657195432704501',39477),('AbFvOqnrgqIVpyaNc2V5PFNBiijlkX0cJBbNnZHE7xFJvZ_oW7qyod1bNvaXGHGs0XkqbzUDL2X3','I came to this place and they were super good no waiting time and they check on me quick and I was off in about 1 hr the nurse and the doctor we\'re professional and alvean and Jocelyn were very nice !!! if I needed I definitely will come back over here!!! thank you','2020-01-08 23:53:00.183000','2020-01-08 23:53:00.183000',5,'erykha\'s adventures Gomez','https://lh3.googleusercontent.com/a-/AOh14GjJpfrdPNX-rNfSU8d9XgLCreTNCO-m3IPT4-2WQQ=c0x00000000-cc-rp','16389487648212004696',33529),('AbFvOqnRhn8vRts7PFCufPs3fzofoBqWMmNsoMHIuoJ1wNsFLOEMbWVuOxuH20tyIEKQ4pG-fQ0LqQ',NULL,'2020-07-01 23:49:18.565000','2020-07-01 23:49:18.565000',5,'Mark Fly','https://lh3.googleusercontent.com/a-/AOh14GjvYQd0aQsCfDfzyoLJR-LgoPhPpM87LHeRTiNfhw=c0x00000000-cc-rp-ba4','16590124370714063921',34282),('AbFvOqnrHPcwa4TDMR4cMZMWSV9B3v_NfAG_5YHm4bGBxX_0DTMIRcdGMm0I5LXBTMSKEAGBqNm2','Good and fast service! Was seen quickly and out the door in 45 minutes with my appointment.','2020-07-08 16:00:24.111000','2020-07-08 16:00:24.111000',5,'Handy Girl Decor','https://lh3.googleusercontent.com/a-/AOh14Gj7VLnoxCIAh8kYaIv5dkgbmOpwiCDnE0lE40QE=c0x00000000-cc-rp','2077061009497551125',38806),('AbFvOqnrhScbY3wofZY8RWo3qHoRSLWsLR_6KCQkqPRGgibFzMXgg8mxwXNBKK9DapZkbUuQGBDU0g','(Translated by Google) Dr. Ding excellent doctor, Amy super nice and Joseph to them of so nice people Excellent service and attention. They treated my nephew very well.\n\n(Original)\nDr. Ding excelente doctor, Amy super nice and Joseph al of them so nice people Excelente servicio y atención. Atendieron muy bien a mi sobrino.','2019-04-27 16:02:19.998000','2019-04-27 16:02:19.998000',5,'Pili dp','https://lh5.googleusercontent.com/-GxTUxQIl0iA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2nx7dTbtI08EqWvp3KctLql5NGw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30563),('AbFvOqnRi75Bacg-j_9-Ufe_OLQx0DWS6PE3GwOflRnbuH9QxyqlSNcPMvWOXJvw-2Rr4lUsRTLBfw','Very welcoming staff as you come in, Amy checked us in. Dr. Grinblatas and nurse Churiah helped answer all our questions and concerns. Very professional staff.','2019-01-06 05:38:48.335000','2019-01-06 05:38:48.335000',5,'Sonia Bri','https://lh4.googleusercontent.com/-KpsrsV5kLqw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmKNx-dkT015HqWuaG8iw5HPcnBRA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40752),('AbFvOqnriKjOrqhg13iU6tGbRSSNsyHKIrN8fEkA2-iE-2FaB79Xzjf9p4XzKJDVcEPzOhNcHNyxEg','I went in for a rapid COVID-19 test. Aside from some issues with taking my insurance, they were extremely helpful. They have great protocols in place to minimize infection from other patients. My ER Tech April is fantastic!','2020-10-12 20:53:22.328000','2020-10-12 20:53:22.328000',5,'Ebony Nichole','https://lh3.googleusercontent.com/a-/AOh14Gh9c4f-Csj0CLrz0ISCvGvXsEHof8xeao8Q06j4qQ=c0x00000000-cc-rp-ba4','14748677429039074158',31510),('AbFvOqnRImlNps1iUks7oKSaZ9Z3eBr2pnijBEDmtI8GbQDBFqCsKI0z3wzbMzVRFmVgA3xBzzNE7Q','I took my 10 month old with a 103 fever to this location. There was no wait whatsoever and the nurse was attentive to all our needs and super gentle with my baby. The doctor answered all my questions and concern with patience and no rush. They were able to run both the flu and RSV tests in-house and got immediate results. We were out the door in about an hour. Be advised that they do take all insurance and you\'re charged your ER copay, but you may still get billed for additional costs. My initial EOB stated that I might be responsible for additional costs, but I got a follow up call from SignatureCare and they said they would be working with my insurance to rectify that. At the end of the day, I just paid the ER copay. Overall a great experience!','2018-02-07 15:54:58.640000','2018-02-07 15:54:58.640000',5,'Angela L','https://lh4.googleusercontent.com/-0mZeiTqKEm4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-rb_7XbIyzT0z61gcDjyVqJJoYw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30877),('AbFvOqnRJJqMUEbpuzPK8u8cbujYz7iCPiELObHqdH2c-J_JbC5hbCWMHOd6g7TovSX9tLiGg01AIw','This place is amazing! They sowed me back up with ease and I was on my way. Super friendly GREAT customer service from start to finish. I highly recommended this place.','2018-03-15 23:23:12.679000','2018-03-15 23:23:12.679000',5,'Adam Canizales','https://lh3.googleusercontent.com/a-/AOh14Gi-g3dPj4zuTsvQHLD0NqTOGZ0m-caADzq6db3i=c0x00000000-cc-rp','16891069708558046635',36419),('AbFvOqnrK_TcEey79abWwdOoH_MQPJpC6arcSpWxJWLajlvJ1iJxOlR0PIUJikbTAOZE1q_m2Ml2aA','I recieved quick and professional care','2019-09-03 18:15:22.463000','2019-09-03 18:15:22.463000',5,'LACOLE Scott','https://lh3.googleusercontent.com/a-/AOh14Gh9-bPXZV-GFb52BbMV5DQsm_n3muxbFa1GlBynsbU=c0x00000000-cc-rp-ba3','16389487648212004696',34002),('AbFvOqnrKAif_cIzue-Hdg-AsFKfFiHEtFzM6D4xP_zRepDxabVtrNGWE2TUTF2SWWrJp87tMW58DA','It was a good experience to my parents thanks.','2020-08-05 15:02:25.914000','2020-08-05 15:02:25.914000',5,'Jose Tenorio','https://lh3.googleusercontent.com/a-/AOh14GiuqRg0dU9ohmXsTghdzyWYsobmtI1emaIb58Uo=c0x00000000-cc-rp','14904078213800803294',32283),('AbFvOqnRkFZCuJ0K962y5MrLglfF3b6RUiucZXtuqIQsXanQRhWB9Ys2DGeyF31xaXg5-3jv8PHdiw','They are some very nice people\'s their . They are so caring. I will continue too go there.','2020-02-02 15:17:59.540000','2020-02-02 15:17:59.540000',5,'Teresa Mason','https://lh3.googleusercontent.com/a-/AOh14GiQYmBTSyBWzCCzSkbIj3_eoi8Uzob4yclWlsEVFQ=c0x00000000-cc-rp','3272657195432704501',39646),('AbFvOqnrKhBlJgkPRwpHZ0mznGtoAB3qH39fC_TqsBAWu6hz_KNufo8_L-zPPS6TPLl84xTg2J0p','Dr Ybarra, Nurse Karen, Tech Sonle and Delicia at the register you guys ROCK!\nEvery SignatureCare location I’ve been with my family, they just know what to do with efficiency, accuracy and on time delivery. Keep doing what you do and your work will be rightfully rewarded. Good give birth to good trust....šŸ™šŸæ','2019-10-19 15:30:08.634000','2019-10-19 15:30:08.634000',5,'Yirah Marah','https://lh3.googleusercontent.com/a-/AOh14GjBo2-LeBG0-E9zpK5SO5Yd4hPDl_Z2WBbd2xo90yU=c0x00000000-cc-rp-ba2','8679688254631342173',42645),('AbFvOqnrKV-jXuTrq7sriPY1lUGlXUtXVS2rK5lQz39sFtty6LVTf4Llb6xWXetxbNbcIkGGfF6Rfg','I’ve been to this facility a few times and it seems like my care gets better with each visit. Melissa and Dr. Estevez were very kind, caring, and attended to all my needs. Carletta took me for my X-ray quickly and was very professional. The registration person was very friendly too.','2020-02-28 10:14:13.638000','2020-02-28 10:14:13.638000',5,'Ashley Ferrell','https://lh3.googleusercontent.com/-8djMibDL_04/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMlg7rz0DLYxDuEuSjvXGMPax2dQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40285),('AbFvOqnRL_Y4ELnLXcqcfN-aSCQPLzrL-YJzZi-Oa6OIC-2rbTS9TKljjFMy36oaqK-QInqF3l0abA','Fast in and out. not a lot of paperwork','2020-11-09 18:55:19.582000','2020-11-09 18:55:19.582000',5,'Aye kirb','https://lh3.googleusercontent.com/a-/AOh14GgS80N5Rt23bg9AstHxaGjBPFdAsRvBU5J_x-qz=c0x00000000-cc-rp','17898197009688164559',37454),('AbFvOqnRLjyAxXLwniAoZfncGN8VB2dbQIQoI1XZfd1ZjWQ-MAZHZCTpShx2bjYKOJqGioeaPaFTlg','This ER is very quite, relaxing and I just love the nurses & doctors that work there they are so nice ā™„ļøā™„ļøā™„ļøā™„ļøā™„ļø','2020-12-28 20:05:59.694000','2020-12-28 20:05:59.694000',5,'OliviaJaylynnn','https://lh3.googleusercontent.com/a-/AOh14Gi4h--CLPMJZ3XnVNUTF7hWkYQag2BF-cvIgjIl=c0x00000000-cc-rp','15979470999169074295',44044),('AbFvOqnRlPiZFc4RI2hvazhn5DyJRhglPKSz0L5KQ-boW8CLk5fvM7Y2kQsxsEwGicVg8dSaUZ6G','Excellent service.\nEileen had me registered in minutes. Dr. Ellsbecker was friendly & thorough in his approach to my treatment. Shelly the nurse was attentive to all my needs & concerns. Linda who started my IV had such a gentle touch and kept me calm through the entire process. Chris was great on checking on me often and seeing if I needed anything . Thank you all for treating me so well and making me feel soooo much better.','2019-10-14 17:19:17.133000','2019-10-14 17:19:17.133000',5,'Townesend Turner','https://lh5.googleusercontent.com/-yuvwi1KoQy0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnIouiu90ZlKjsQI8ykdSIWpRCMaQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36110),('AbFvOqnRLWSCsMmGWDKZ-s28LhwCyEzWIKU-BUzjpJEYAn5NpGgPnZV3G_xcJsiIiGQd1t7DP3xfaw',NULL,'2020-11-18 19:19:13.337000','2020-11-18 19:19:13.337000',5,'Lori Houser','https://lh5.googleusercontent.com/-mp2xYhyxbOE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckyeVqzOx_NpcaLwYQFTZaBdmshPQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31348),('AbFvOqnrLXs2V0O2AXRn50UkYCIBoavWnTEJaJxJT3Il_Asv_bKtdUJfYMFajE0c6yIvv5ruz2rd','I was in and out within an hour. Everyone there is nice. It’s a very nice atmosphere.','2019-02-21 03:03:46.005000','2019-02-21 03:03:46.005000',5,'Annette L','https://lh6.googleusercontent.com/-JkUkxJ0GNRM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnnbLhLy_hhsVS4nEo-fYstEOHYwQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29902),('AbFvOqnrlYF5uxiZQX5MxeruZq5aZNiQ7CelCNPyVieTrShRuXFFT0HqZGdDQGsZobkxymb4xVWq','Dr.Nguyen, Deanna, Jonathan, Rommel, & Adolfo were very helpful. They made me feel a lot better while waiting.','2020-02-04 06:05:11.119000','2020-02-04 06:05:11.119000',5,'MeArisha Walker','https://lh3.googleusercontent.com/-chpPUieQ1p0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclsIQ8jhpAz7RrP551OQjw99Dhh9Q/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32352),('AbFvOqnrM1Vrq9l3CtCSuqmMXhyCeFCaMo3DBLWn9slVSv0IEw92cRSsxNJ1p7cuLf0jpQFIvI59Jw','I was taken care of by Alvean and Amy. The doctor Dr. Leavitt did everything she could do for my tooth ache and I greatly appreciated everyone there.','2019-11-17 20:30:39.175000','2019-11-17 20:30:39.175000',5,'Nicole Honora','https://lh5.googleusercontent.com/-CYYBzfkU5hQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmP7H_GymQ5kiMtJuX8-U5Dy3ioxQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33726),('AbFvOqnRM9sNkjsZ_jlWCMF825YwjjqTHQPUcpl96Oq4q2JDcBnyAICN6XLOqgzSXmlDh0lEp2_IZw','Definitely recommend this location! Was in and out within 15 minutes. Kimberly at the front desk was helpful and we talked about my upcoming trip. Dustin was very fast with my vitals! Nicole and Julie answered all of my questions and last but not least Dr. Lim!!! He immediately was able to identify my problem! Didn’t have to say much. Thank You again guys.','2020-02-15 01:04:09.517000','2020-02-15 01:04:09.517000',5,'Teocea Jacobs','https://lh5.googleusercontent.com/-S-t3FdkLX_8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclnA9QKLB_6t03yMcHO3wEL0OAUFQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30247),('AbFvOqnRmoWW1B6zWAy8JJTxH3XQ6YDQJDKqS33Q3vcZjpTmSvDf5X7g3EeYHT6CnEib-9n7GnFo6g','This place was super fast, clean and professional. Valory, Julia, and Dalal did a great job.','2020-12-29 15:41:58.882000','2020-12-29 15:41:58.882000',5,'Aaron Davis','https://lh6.googleusercontent.com/-27_CQKNEIwg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck7rqlap2SZjt-P1UEMDmY4BVAyMw/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44104),('AbFvOqnRMSw0YzJwkCfvo59qgW7KvPHCqgzbXohu7xVzv54MZqJN1d67ifal_jm61JtL7bgg7JzK6Q',NULL,'2020-01-18 18:18:13.932000','2020-01-18 18:18:13.932000',5,'Daniel Munoz','https://lh3.googleusercontent.com/-3zXqczJURjg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJsMMdTIjPEznhEttIztxNPYDwEg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29474),('AbFvOqnRMZqu5K17HPhx2hPrQrXj2YdIXVO-CYeRikJOPbD5BkslP-6vLmuuezQfFXMQkoONDHLSkQ','Took about two hours which was posted , so the wait wasn’t a surprise.','2020-11-09 21:13:28.849000','2020-11-09 21:13:28.849000',5,'Betty Rateliff','https://lh3.googleusercontent.com/-RBapFMuB_pk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZz-yNdjh-PgGTslUccC-atfaEJQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39456),('AbFvOqnRN3rcwHry6c1fST4sz2FnroRWidwTcYrV9M76L6wXT-32NOrYFecsJCLYK9dQpvpG8UyvRA',NULL,'2020-03-04 01:23:52.940000','2020-03-04 01:23:52.940000',5,'Victoria San Miguel','https://lh4.googleusercontent.com/-0m1h5Bl1sNc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckEmYRDGQDcLL0DElB-YTJ-ET5R_Q/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41416),('AbFvOqnRNdeoq0aV59fi32Giy7Lj1Uird4EwYWVMU-2S-Hsg0ZgeFusUhRMNpv4VMaZkA8Dc4_6HCg','They are awesome and very nice staff, all the staf was very compassionate and friendly.. Great place to go fast and efficient.','2019-08-10 20:29:11.324000','2019-08-10 20:29:11.324000',5,'Latrisa Joiner','https://lh3.googleusercontent.com/a-/AOh14GjH20tEwMhgVu3wieq7izqoL6tLI3i6xXWl8zkHwg=c0x00000000-cc-rp','2694018788013845459',39283),('AbFvOqnrndZyG9idRhv_hdB1XGeJOXhCu6fJChdW2hK4PadPVgX0zNh5wwnlKdwF8_XHSFE80mG6fg','My visit here was great the staff and my nurse Viv was were very attentive to all my needs!','2020-01-30 00:08:24.291000','2020-01-30 00:08:24.291000',5,'Chris Cru','https://lh3.googleusercontent.com/a-/AOh14Gj_iovv_9-LNGQ34ZBQi2RNC3L1G3xeiqCvODmF3g=c0x00000000-cc-rp','14567670160750071148',30292),('AbFvOqnRnLxmEWqQOrqVUkD6ZLFaH3t90wG51cmshG3raSSg93qWC6imclz859mOchtGErQMpFHvMQ',NULL,'2019-12-03 12:53:30.462000','2019-12-03 12:53:30.462000',5,'Isabella Sanchez','https://lh6.googleusercontent.com/-iZBKgZX-XKs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucne9dLeEgGTVIHsIz8dPttA6XUM6g/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33645),('AbFvOqnrNPb0hM3TPJgqvve8HR3uCe3BQBq0e7Yfry3p96yBBY6WA3c7Zq37IQZpWj5o4BZWn-zF-Q','Staff was very friendly and a pleasure to visit with while we waited they got us in in out as quick as possible.','2020-11-10 18:39:25.497000','2020-11-10 18:39:25.497000',5,'Kelly Kapson','https://lh6.googleusercontent.com/-bIzWUWS029k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucln9_T6d0ILNmbZsZOM6l_k9Wl_8g/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31380),('AbFvOqnRnSuj_YPr2BrKyl5lW0e5XJozLUvdO9Q5_fyVxmKZbSsbFRA4SYtyyP4Z9eQCSO7QGlPPsQ','Brought one of our sweet family friends in who is attending Texas A&M. She was so sick and the staff here quickly admitted her, within five minutes of being here, and began the process of assessing and helping her get comfortable. They caught what could have been really serious and got her quickly on the path of healing. We saw Dr. Frausto and Dr. Vakey and both were extremely thorough, timely, and kind. The RN’s Anthony and Jeri were awesome. They helped with every little detail and even moved us to a room with a couch where I could stay overnight with her. Anthony even brought the patient a teddy bear. They brought warm blankets and snacks and I wasn’t even the patient. Thank you so much for such incredible care. I will never go anywhere else!','2019-02-22 19:04:29.507000','2019-02-22 19:04:29.507000',5,'Sarah Chilton','https://lh6.googleusercontent.com/-l1vuJRtBgQc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJKqiSPgaBis1C2y8upEoRBWmZVg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34991),('AbFvOqnRNvp6gdblnN71J-IenjrU4OEOM3CaVlDZ9J4fzUAwRS-OMWl4CJZO8_7OpHOrrZ6khcvODw','I love coming here, in an out in 15 min tops maybe less!! Beats sitting at an er for 3 to 5 hrs b4 even being seen.. Jamie is an absolute doll and was so kind and gentle, Barbara was so sweet and made sure I didn\'t have any questions b4 I left...','2020-12-11 00:48:41.235000','2020-12-11 00:48:41.235000',5,'Jennifer Langley','https://lh3.googleusercontent.com/a-/AOh14Gj4EqBbijmOK8DGOOp0QuFQteAVpMTJxZkOpyt3=c0x00000000-cc-rp-ba3','2694018788013845459',38843),('AbFvOqnro7yddz4EYh82cNyEXAFAOEGXKWZcw9gb0mSLTIpuB9rCi55CBomXxyi7MtLsNShyotmhUg',NULL,'2020-10-05 16:09:47.331000','2020-10-05 16:09:47.331000',5,'James Clevinger','https://lh6.googleusercontent.com/-Zl8I8jBkmxU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckaWV1PeKjW5gSEFA7qR61bQV9Yfw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31564),('AbFvOqnrOGisjfgX0059d8g1f7RZTcM0DFy15akoMsHwrW82CC8W_s1m7mmZ8WFswJkYp8McGTm-Uw','The people here have little to no bedside manner or customer service skills. The doctor who I was going to see was very rude and made me feel stupid for coming in. AS I ALSO WORK in the medical field I was very disappointed with how I was being spoken to. Front receptionist had a attitude when I told her that I will not sign the forms/packet that was handed to me. Do not recommend. Worst experience ever.','2019-07-13 06:32:17.910000','2019-07-13 06:32:17.910000',1,'Yvette','https://lh3.googleusercontent.com/a-/AOh14GhfJuPuW94J7tMTB2kYFcXO81-uLR-JR5VSYEzd=c0x00000000-cc-rp','8679688254631342173',42677),('AbFvOqnroNq56NsLY2fcvIc5bAqr9LSUthbevVbvlcnyBhn2iMdPgnJ3gGGOHrYckTd4tsWWG58Ygw','This place is great! I got in to see someone in a timely manner. Once in the room, I was brought a warm blanket and offered water, gatorade, etc. Tessa, Amanda & Kate, Morgan Scott, & Dr. Cabaniss were so nice and helpful. Great place.','2020-10-16 20:35:12.502000','2020-10-16 20:35:12.502000',5,'Ginger Stephenson','https://lh3.googleusercontent.com/-0b6YDOUu-VM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclDlmvyaTJq5LuAFBpxSSrcOmIdrA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34131),('AbFvOqnROVNNVlu7JGCp3bOPFDhyW8wyjjEJrMMwE9ktAhhsGyXaaKvtULiS1EGKnLtrk7Djapx4','Great place. Everyone was nice and the place was very clean. We were in and out in under an hour right at the beginning of Flu and Cold season. Very impressed. Way better than waiting weeks for a marketplace Doctor to see you. We\'ll definitely be back.','2017-10-31 02:27:54.158000','2017-10-31 02:27:54.158000',5,'Clint Long','https://lh3.googleusercontent.com/-ALCoVFA_dQw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclrAfkUYi_K9LHO62WBkj3fps3uIQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30956),('AbFvOqnroyitEYmYSDVfPkAELOeEEyKah36WCdo0WVJnpQakpMHsFQuyu1flAo1QqNP8RCBdTfqGww','My experience with the signature care staff from Emily at the front desk to Amy and Kari in the back was wonderful!','2020-11-24 12:34:45.846000','2020-11-24 12:34:45.846000',5,'emily stewart','https://lh3.googleusercontent.com/-92k8osKos-4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcq1sV0YbmFNexHgLqtvEXi--bLg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38411),('AbFvOqnRpnlhxXEWKGILgYqAYB1P2UuQf0jAUdocGTSFWLZDym615ooe9tvffJB-x23ADm7qCkbu','Bad Service and bad atmosphere','2020-06-24 03:13:06.144000','2020-06-24 03:13:06.144000',1,'Dor Shahaf','https://lh3.googleusercontent.com/a-/AOh14GhpFe5JemSZjWarmVkDw5AkpBpdJcSDCPhoPYVHGK4=c0x00000000-cc-rp-ba3','8679688254631342173',42371),('AbFvOqnRpqegrDMR49G5kLT1e7QH4CR5m49RXApnRlHsjd5hkqM6akxUD0bM4Pqx5HK9xjnGWd9gtg','Dr.Anthony did an outstanding job making me feel at home and talking me through everything that needed to be done, everyone in this clinic did an amazing job including the front desk girls helping me write down info due to my broken hand. Thank y’all!','2018-04-02 22:22:48.481000','2018-04-02 22:22:48.481000',5,'Cory Rogers','https://lh5.googleusercontent.com/-j7dqHcIGoDg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmWFsj-w1fHPOBIIpnaOlXz5Vfpow/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35293),('AbFvOqnrQ2OCnTerSd9rI3bobsUEOmU_Wy_Y06pjWC42BQRP38k6UWYvya8yarQXku82nOAwg2K6','I\'ve been to several other ERs around and this had to be the absolute best Experience.\n\nDr. Boester was very professional and caring. The staff members were all welcoming and super helpful.\n\nThank you Lizzie, Josh, Melissa and Gina!','2020-02-17 03:04:10.034000','2020-02-17 03:04:10.034000',5,'Nauman Razzak','https://lh3.googleusercontent.com/-Ri4q28ZTD2k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmlpycxWNkPbNdg-IwZ77LBeP5NuA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40302),('AbFvOqnrQBtplLCe3kHZbtYWS3QJMM39mEN5UIOUVbQs8yfSwS5fq8mATzgPiN4tuZ4skf-WXuKK6w',NULL,'2019-05-23 21:34:45.558000','2019-05-23 21:34:45.558000',5,'Heather Hayes','https://lh3.googleusercontent.com/a-/AOh14Gg4aiqGMiL32-_KRhANqs2WhZ5TPKg-IPRGiwd6OQ=c0x00000000-cc-rp','8626688543755174284',42070),('AbFvOqnRqG7RuNqDAqCOgZ2NnHfWgDo1q6uEeIV4IQ0wul7690XCgJHV5VQrHmF3mBDYehW2_GPb','I was made to feel mportant and like my concerns mattered. Dr. Hall, Lynn and Courtney were all very accommodating, professional and thorough.','2019-12-27 19:54:21.103000','2019-12-27 19:54:21.103000',5,'MJ Elakoum','https://lh3.googleusercontent.com/a-/AOh14GjLyiXmkvYM8-1GkYRVGbfSH0XqnFMcMOW5z0jQdw=c0x00000000-cc-rp-ba3','17898197009688164559',37773),('AbFvOqnrqhNqV7r4nKcFR5A-nuxrU7A1j5b0KZ8t0gpe8we0BT41g1Fs2GHp5Rkfna0qY_WNXD7T','They\'re The Best!','2019-12-03 01:18:21.224000','2019-12-03 01:18:21.224000',5,'Darline Nisar','https://lh3.googleusercontent.com/-o1sPIMqxzXA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnGFR1mf0vYyM5a7DODpJNjDBG1NA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30406),('AbFvOqnRQlx-kJybJ0BS2P230c8nWR7dKwt5mR-u4k2VtkMY7hskuNCxfGK7o-1vKZbPv_A6UrrJeA',NULL,'2020-07-22 07:30:04.440000','2020-07-22 07:30:04.440000',5,'Alexis Reyes','https://lh3.googleusercontent.com/a-/AOh14Gh852Szki_TtqiZ35U-5pWgIP9djtc0Bn3Whwwc=c0x00000000-cc-rp','3511292162159714121',40230),('AbFvOqnrqNxq-2PwHDELaub_-rNxcHYy-CfEf4D0UVRpZrW3bAy81XqtRTwk9V9dbMlTugMPB-gZ',NULL,'2019-05-01 16:18:46.049000','2019-05-01 16:18:46.049000',5,'zaccarias rodriguez','https://lh3.googleusercontent.com/a-/AOh14GjS2mHd6T1sq1QcqGfCiXPavJIJ8gzdqQrrjjKgCG8=c0x00000000-cc-rp','13486358490203335051',29863),('AbFvOqnrRbvh8lyUxkCEuMGe2JKQ7HlHxfBjd1unK6sD-vGSst5yor6yI9TECcMS9IomnJgUFOLgjw','This place is amazing! Unfortunately we’ve needed to visit a couple of times but they have taken great care of us each time. Their highly qualified staff are ALWAYS happy to answer questions and concerns and always friendly!','2019-12-08 16:39:56.746000','2019-12-08 16:39:56.746000',5,'Chelynne Harris','https://lh5.googleusercontent.com/-2mtfcPWEMCE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnhdie8w6oDyEi4pUnnQyW7FIrjeA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41533),('AbFvOqnrSDbI2b3dSvRfYpr7E3Ijjf_l_tJAmBNXS-qO-liJCxZ8A8zQ_kBar5edGMxi9Ga6WFwpZQ','There was a very short wait time, we were able to be seen quickly. A diagnosis was given promptly. My only complaint is that we had to come back multiple times, the first was to get a different pain prescription. The one that was prescribed was not carried at any of the pharmacies. Then the nausea medicine that was prescribed need pre authorization (which they don\'t do) then they forgot to give my husband his strainer for his kidney stone.\n\nOverall the Dr. we saw was very courteous and kind and went out of his way to make sure we could afford the visit since it was out of network. Good experience but it could have been better.','2016-11-08 15:05:23.700000','2016-11-08 15:05:23.700000',4,'Team Schafer','https://lh3.googleusercontent.com/-ZbdlcVo6mQY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmd5I19nZtjqmPIdtclMmK_XvW5kw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31162),('AbFvOqnRsjR3yviib7byi_V8mMqVAmdykfHU4t7HL7CIksa-rHQjv79i0pU38rQ8Fz-foxox3lOenA','Came here for the COVID-19 testing, the line was extremely long. I waited for 7 hours. However the staff was very friendly. I recommend making an appointment online first. The wait time is still long on both sides but appointments get through the line quicker.','2020-06-29 22:39:52.518000','2020-06-29 22:39:52.518000',5,'Jojo Ma','https://lh3.googleusercontent.com/-XtO_jnpnPQo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckHOCJQQYdyPNznxaeeHTLORod3qA/c0x00000000-cc-rp-ba3/photo.jpg','16389487648212004696',33224),('AbFvOqnrSnD1o2vG4BazXUhOPaU3HQ-adV7HYT3uKV2qCGOWcxceidOZNFI2j1-ODs48zJne0eToOw','Everyone was kind, patient and efficient. Registration with Malissa. The radiation tech Laura was great as was nurse Kristina and Dr. Frausto. I was quite shaken after a car wreak and they all provided great care. Thank you','2019-01-25 21:40:54.568000','2019-01-25 21:40:54.568000',5,'Stephanie Cutts Cheney','https://lh3.googleusercontent.com/a-/AOh14Gh9s9kI8Nv0U1SwGhrPNZ_WwBLnjPssGk7n67fjEA=c0x00000000-cc-rp','12541597562633926366',29152),('AbFvOqnrswVOSL6CMYvrfUgjinbbpmAtXfsnIiN4si_dhxD6JutGn92vtfvCTuGxmV7cIfdRg7BH','Absolutely had a great experience! My RN Manny was very cordial and took great care of me. Dr. Huerta’s Care was accurate, helpful and quick. Jeremy also offered me a warm blanket and was very polite! Extremely pleased with the service here, especially since this is Odessa!','2019-01-20 15:18:23.252000','2019-01-20 15:18:23.252000',5,'roland heyne','https://lh5.googleusercontent.com/-ecFHYLlVswk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm27ojYgI3FGY8AImdCABn7grjlFg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41777),('AbFvOqnRt_nx_2KOUXZ-1heL-69VietxhE1jTjpsEiobvw2jObfE9PKbX07Xp4Z4VWFlhzICx7Q7dA','This place was great! Staff very friendly and fast! No wait time what so ever! Amazing!','2019-06-17 03:18:22.363000','2019-06-17 03:18:22.363000',5,'BEASLEY','https://lh5.googleusercontent.com/-ZxMOIk5AL38/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnOKHRyoPqzpVN1YFa9I9Tci1NKnw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29090),('AbFvOqnRT5ne78Yfje-QsoZD9F4bHV-jwe3I7ja1HJbk6UCNnSqZfycn0wO2wlLqJuVakJS0FCl3Ow',NULL,'2020-02-09 21:23:55.513000','2020-02-09 21:23:55.513000',5,'Kel Epperson','https://lh4.googleusercontent.com/-4qOuKoIxax4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_r_ejmEzNhzMhZpXPG14x0QjW8Q/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41947),('AbFvOqnRtFvgvEe0RDnAFHsFcLXB6V9Qw_eWdSJofFSWmUNKy1uRhG89wQ8h0EEpDOS9jQ63e6rz','Registration : Tiffany D, Nurse : Jennifer C, Tech: Courtney K, all three ladies was amazing and very helpful! Thank you all 😊','2019-09-10 04:09:26.144000','2019-09-10 04:09:26.144000',5,'Pat Young','https://lh4.googleusercontent.com/-C8UQLjqTq5M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclpA00BXlhXpFVxlM5Q_qECa2PEeg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42007),('AbFvOqnrTNq9mPxirk8pbyv15iNmBTgmgkD5LFn4DqpFXwb9wu6h9TOkbaAZ-uUydOX_Vvxz-aWIYA','I was having an allergic reaction to something so I went to SignatureCare and they were awesome! Fast, efficient and super friendly! The nurse made sure I got treated as fast as possible :)','2017-07-29 20:42:22.389000','2017-07-29 20:42:22.389000',5,'Dagny','https://lh3.googleusercontent.com/a-/AOh14Gj0s3jIac298ThkopZeIVs4hj3roqBON53N-S19EA=c0x00000000-cc-rp','16891069708558046635',36466),('AbFvOqnRtrD4pTIsamFWdb8nMeRq__Qtps_oUK-aB8n3bwRYRcT1SONFBwpHU6MJlTpY3iNgLsWXOg','From entrance to exit it was amazing! I had Alysia, Katherine, Churiah and Dr. Singla. AMAZING AMAZING. Request them if you can. This is my second time back and it’s always amazing.','2020-11-14 18:05:55.630000','2020-11-14 18:05:55.630000',5,'Arianna Jackson','https://lh3.googleusercontent.com/a-/AOh14GicmIwjR1RMjVnM2UftJ4Upj_c3pzQ_Hjc_2bGhFA=c0x00000000-cc-rp','12541597562633926366',28460),('AbFvOqnrtYgmfDnY45BvLjSCXGiWw4Mv-hhbiKPGL-UjPdWy9rhmPu8U5czjSl-P3fvDTXpElaF59Q','Hands down the cleanest, friendliest, and best ER experience I\'ve ever had. Would absolutely come back, but hope I don\'t have to.','2016-06-26 22:51:10.711000','2016-06-26 22:51:10.711000',5,'Gene Crocker','https://lh6.googleusercontent.com/-btCCq6qaJGA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclYGLtOyMnY6UTZQpWTWhsdi8cwvQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41201),('AbFvOqnRUt4l7NiCqz7MoIGL6NFcG94tpM6NXiuYLSSdjzfrryjaaSuIkg_P90JlWy5AF43rHCH5mQ','I was having a rough time finding a location that would perform the rapid test. The people at the front desk were very polite and accommodating and Jennifer, the RN who assisted me, was very helpful. Thank you guys for helping me get tested quickly and safely :)','2020-12-27 20:44:54.420000','2020-12-27 20:44:54.420000',5,'Wesley','https://lh3.googleusercontent.com/a-/AOh14GgXtNiAG7YqCDxThZHWIZWdqZquOqVB1Erb9kaKLQ=c0x00000000-cc-rp','3272657195432704501',43998),('AbFvOqnruvI6ohRgAMfT_K-EjEb9ASTdPb5yR1BE-kN3EVuLeTf5A3Wa_n6h9R-ZLyTvNKqhAysA3w','My 9 month daughter got sick for the fist time, & and the medical staff did a fantastic job keeping my baby comfortable & getting her well again. Another thing I was happy about is that they answered the phone when I called & texted me the address. It would of been nice to know that they don\'t accept Medicaid, but they still saw my baby & offered to bill us. They offered my boyfriend & I snacks & drinks while we waited on the doctor. But the best thing about this place is that there was NO WAIT TIME!! We registered & went straight to the back. I work in an ER in the medical center, so I know how the wait time can get really Long & annoying. Although they don\'t take her insurance, I would take my baby back if need be. Thank you guys.','2017-09-15 18:31:18.684000','2017-09-15 18:31:18.684000',5,'Tamara Carson','https://lh3.googleusercontent.com/a-/AOh14GiBm2tYzUPVRbl_IfurGyIT5C0MGjIlRH_a10GVmg=c0x00000000-cc-rp','17394740196501090048',37074),('AbFvOqnrv2O0zCY44x112t9pJozmTofd17jsxiLM2PHvzocGNjwcJTsivrgu-rjmTHh74mRop3v_ow','Excellent service. Receptionist was awesome. She gave us the information we needed to know for self pay. Nurses and Doctor were very nice and answered all health questions we asked. Very neat and organized clinic.','2019-06-10 01:59:51.051000','2019-06-10 01:59:51.051000',5,'Ashley Mendoza','https://lh3.googleusercontent.com/a-/AOh14GjjOIxIx78AxilEAJDpg6nZmY43WKNB8SEuiboSkd4=c0x00000000-cc-rp','17898197009688164559',38149),('AbFvOqnRv2pQbE5rJIEQlwklVXIsrr7PEsSG6mlsOzA-sZZpR0pQu5NiwSINxNPjd0k6mCiQ-YzJ_Q','Dr. CAVAZOS\nNURSE BLAKE\nRAD TECH SON LE\nREGISTRATION DELICIA\nWere all great people I enjoyed visit with them all','2019-11-19 14:10:29.375000','2019-11-19 14:10:29.375000',5,'Sexy red','https://lh3.googleusercontent.com/a-/AOh14GipepJf5SBXlgnwVZOhqj9wvp0zfRAplbteRbvByIw=c0x00000000-cc-rp','8679688254631342173',42579),('AbFvOqnRVghOGVQ_-7x5dVpNIl2MYPAjD63EEwxroYisMASa1mMqTbEAOCfEPro-PxN0qh5X4BBkMg','Absolutely the best team of Doctors, Nurses to front desk personnel. I was listened to and questions answered. I highly recommend Signature Care Emergency!','2018-06-22 06:49:07.055000','2018-06-22 06:49:07.055000',5,'Tony Ryder','https://lh3.googleusercontent.com/a-/AOh14GhlAW3movxpzrLUKsR8pnbLmxvFq9Qd0KJ__RZTHw=c0x00000000-cc-rp','14567670160750071148',30826),('AbFvOqnRWKB_ln31fy_GllHRvCVnRd0GO2rm5QGu8vKmEpmd-I0tbs89y8o_WAbl02M3seAJ8g-WBg','Very courteous and professional staff. Little to no wait time. Clean bathrooms.','2020-08-26 01:57:35.607000','2020-08-26 01:57:35.607000',5,'Amber Wilson','https://lh3.googleusercontent.com/a-/AOh14Gjtcp9qOmXcdvtOnrVMGY4duGkL4cjumFYrvszk=c0x00000000-cc-rp','8626688543755174284',41898),('AbFvOqnrwmTIbOppu4C8_Clo44NtgTCxqFm_7nyBe8vcohVFgbdSUe-3-rtKDt5NyGd0UleVaYgxjw','The staff are all very professional and caring. I was greeted by Robin Bratcher as soon as I entered the ER and she was compassionate and made me feel very welcome. As I was leaving, she expressed her concern and hopes of my improvement. The doctors and nurses were prompt with my care. It was an excellent experience.','2019-02-20 00:16:29.390000','2019-02-20 00:16:29.390000',5,'Tara G','https://lh3.googleusercontent.com/-9sHUGLI4GTY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl54omUIj9p24tCLOGP4NvPCger_w/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42140),('AbFvOqnrWMZNhbLhvYgy97it1_LZz4CBre2sW6cbQF7sBzU6fK3hwqNbIN9neMIzyj9CcVyhbOZ-xw','I didn’t have to wait long at all, about 10-15 minutes. Amazing time for an ER. Everyone was so polite and caring. The Xrays and testing performed really helped ease my mind as I expected something bad to be wrong with me. Dr Mauldin was very caring and friendly, as well as the other staff members. He didn’t act rushed like he didn’t really have time for me and explained my tests and medications to me. The only resin for giving a 4 instead of 5 was the length of time I had to wait to see the dr again once treatment was done. I would recommend this ER over our hospitals as they are a stand alone ER able to do most anything the hospital ERs can do and you don’t have to wait forever.','2019-12-06 12:51:16.692000','2019-12-06 12:51:16.692000',4,'Janis Dunlap','https://lh6.googleusercontent.com/-1f4HAdeMOEc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclMRDmjLVR0nfp9o5rupzbeAg5Dog/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41534),('AbFvOqnRwUYgY4n3qE4H6e_n2Y9Ca9_TSMrEZb_L9YhnrsLEahR-pJ7bny9aVqFmnFZakeHVWK9tSQ','I had a great experience with Dr. Patel, Ekaterini S., Kat K., Patricia C. They made sure I was comfortable and I was in great condition before discharge.','2019-10-05 03:55:03.970000','2019-10-05 03:55:03.970000',5,'irionne hunter','https://lh3.googleusercontent.com/-kjLu2xRpSAU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckA6gHHqP7fyf12eahMeGK--JhqsA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33902),('AbFvOqnrX3Gx_B_YHRiFSFLYO0y19ei2x0Fe4z9oxY5vls48uXfzPhR3p_rC0F-sf378jzqXo0Bd3w','Good. Quick. Fast. Nice','2019-11-20 16:40:38.932000','2019-11-20 16:40:38.932000',5,'Tishany Lampley','https://lh3.googleusercontent.com/a-/AOh14GhWHhyQkPSBraCZXZK0GdQcvxd9nUKSR_AdzB0wnQY=c0x00000000-cc-rp','16389487648212004696',33707),('AbFvOqnRX7hsvGqYFjMZh8CWijt3OJA0ohO0fCg1E_T4nORFAaQALEgS5Zu7S8hvxI4TSnDqi62p','O\'Malley,Tricia,ALVEAN VERY INFORMATIONAL,CARING I WOULD RECOMMEND THIS FACILITY TO ALL HOUSTON TEXAS RESIDENTS AND OTHERS VISITING.','2019-12-11 13:20:38.044000','2019-12-11 13:20:38.044000',5,'Evette 45 Evette','https://lh3.googleusercontent.com/a-/AOh14Gj_KD0Bz7EE0mvDhiIeCEVn5DoxLtVe2vVhear4Kg=c0x00000000-cc-rp','16389487648212004696',33616),('AbFvOqnrxf_s0BlBLTTokW1qq0CxbTnvUNRf5xUh6veyW0ElyeL4CHQ1TQLTd3VnfONdEhHweEEX2g','When I came in here I was 5 days into at ear infection. I had been misdiagnosed from another facility and put on the wrong type of antibiotics which allowed my infection to get worse and worse. My ear and half of my face was swollen and I was in tears from the pain. Every. Single. Person. that we came into contact with at this facility was amazing. Malissa at the front desk was nice and explained how their self-pay worked. She got me back into a room within seconds of sitting down in the waiting area. When we got to the room our nurse, was waiting for us. She was amazing. She was compassionate and sympathetic of my pain. She offered a warm blanket and you could tell she truly cared. When Dr. Henderson came in, he explained that I had been misdiagnosed previously. He knew exactly what was wrong and explained that I would need 2 new types of antibiotic and pain meds. He administered the first dost of antibiotics ear drops for me and explained clearly how to do it properly. Since I was in a lot of pain, they got me pain medicine promptly. Then the nurse explained my home care instructions, and made sure I understood when to take each medication (since there were 4) and I was discharged. I came in scared, crying from the pain, and frustrated and left relieved to have finally gotten quality care. I must’ve been in an out within an hour. It was extremely fast and quality service. I would 100% recommend Signature Care Sugar Land- Mission Bend to any of my friends and family and will definitely come back for my future emergency medical needs.','2019-12-17 23:16:28.679000','2019-12-17 23:16:28.679000',5,'Bryanna Hudspeth','https://lh6.googleusercontent.com/-klzbkimj2T4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnckVOI_YsjYoS67oBsyLcvig6EyA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36674),('AbFvOqnrxHgntvTOh2zKssLpQN0YLVVoEbw1MkxncFZ8R31rusZX9f8VNg3mnceVm8f56lYfk5SWZg','First, kudos to the staff who did a fine job taking care of my daughter, who had almost debilitating stomach cramps, which we assumed was going to turn out to be appendicitis. The place is clean, comfortable, and professionally run. And the accounting department and even the owner of the facility intervened to ensure the billing was covered by our insurance','2016-12-15 10:27:06.070000','2016-12-15 10:27:06.070000',4,'Hellbender','https://lh3.googleusercontent.com/a-/AOh14GhX2Yz83uzdI2RVQFD5zyaMv5anws336fL4O_xsZg=c0x00000000-cc-rp','16891069708558046635',36480),('AbFvOqnryznF5UVl6m9BPs3yZm-WaBmlkbxHup0tvC9pzEYP1kK1wn_opXJruoV7vOFMT_IvJU5D7w','Didnt have a bad experience with the staff but Im being billed over $600 for a Covid test... so needlessly to say I will not be returning to this facility again. Not a doctors visit or anything, a Covid test only.','2021-01-27 00:25:30.333000','2021-01-27 00:25:30.333000',1,'Lauren Palmer','https://lh6.googleusercontent.com/-WSmGKJo8Eyk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-JoBvgqgdG529Nw7ITOkfuktmQw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',44380),('AbFvOqnrzCywAVroG3C0-_HpG_7_PQ6AQIDLkXwAmj-drPuYxhwrRiMlFryewOfJPUPYr6yofiJOIQ','This was my first visit here, and the entire staff was amazing! Leslie in the front was amazing she got me situated in no time. The nurses called me in, in less than 5 minutes! Jacq and Churiah were amazing as well they got everything set up and attended to all my needs before meeting with the doctor. I had the pleasure to meet Dr. Dang and he was absolutely phenomenal he treated me like family I will always recommend him to anybody!','2019-07-30 15:53:56.333000','2019-07-30 15:53:56.333000',5,'Victor Opare','https://lh3.googleusercontent.com/a-/AOh14GgHMIiY__Z-7AUo9HLFO_XlCIzQ6sguF7l5o1Qk_A=c0x00000000-cc-rp','3511292162159714121',40473),('AbFvOqnrzr6q5bVptID4ZSjYOif36gBAkKfnRbioJpRGOj6hvOdwQ97KaJPJYHqkrOZthdjy4WM','Highly recommend this emergency center. Kind, responsive and skilled care!!!','2017-01-23 21:33:38.998000','2017-01-23 21:33:38.998000',5,'Bobbi Parkis','https://lh5.googleusercontent.com/-PysoLxax9ww/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucleQCdcl3xrII00QPfz_V_kW6qO9w/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31125),('AbFvOqnS_520rNSb1HmFH8LaBNjajmlRPLsNPE1ada6oQf9a7T4G4-f6ifDBGEnsaATCdoyWCElGLQ','Great experience! I was taken back almost immediately and received treatment for severe nausea/vomiting really quick. The doctors and nurses were great and kept me informed of my treatment the whole time. Definitely recommend!','2019-07-06 13:43:23.379000','2019-07-06 13:43:23.379000',5,'Coleman Sanders','https://lh6.googleusercontent.com/-PDGzgJzLZI4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmMl-tCf9yuLsM77rawN-hhhQW76g/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38104),('AbFvOqns_AvVtd3Vawj8y3WwGW0UReWqvPioGYgOVL6U_4873j56vUjh-U0zV6rgqMgbKfNlTJfc5Q','Everyone inside was very nice and helpful','2017-11-14 22:33:41.487000','2017-11-14 22:33:41.487000',5,'Robert Vinjolli','https://lh6.googleusercontent.com/-8BNOpL7biaI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucna9ppubeYOEdzojC1-udYHb8tXcQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37033),('AbFvOqnS_sUT9voXv17kpcs_T4YpLJaLAC5suB-EAatu71z3wGu48ZzHXAqtBb1yOkNkldEF02H9_Q','Dr. Marc was amazing! Mrs. Tanisha Was an amazing receptionist!','2019-08-10 03:50:15.309000','2019-08-10 03:50:15.309000',5,'Ciara Beasley','https://lh3.googleusercontent.com/a-/AOh14GhegRISvKHp_KCPXYRkoUqqkHIa15-GwLUAFnt2uA=c0x00000000-cc-rp','17898197009688164559',38041),('AbFvOqnS-BuODMwxOVcT3SOT-qjH2oxEzp9as8jxEGVJeEoKqGOJ-WVYbz4GfMy7CZA11oxs06gLJg','Emergency center was amazing! Tory at the front desk got me in right away and all the staff took great care of me! Very happy with my visit here!','2017-01-16 02:45:02.445000','2017-01-16 02:45:02.445000',5,'Dylan Wiemer','https://lh6.googleusercontent.com/-dg73Rl1kZX8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnxyX9Jp3KUjYnum2eVySM3xrORGA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41132),('AbFvOqnS-e6CYUO3aWzwOtA3QJCpjuljV8gxn7G8OagIecT65RD4wPAMhBfFeW4rr61LLpMj3U9eqA','Friendly Factual Comforting.','2020-11-23 19:54:02.980000','2020-11-23 19:54:02.980000',5,'Shanna nickie','https://lh5.googleusercontent.com/-qCsBLHV2GX0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-jU-wwtTCA_XW52X9bNntuoCDuA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40045),('AbFvOqnS0_TRH2Emtsmpna2oxjrEGllD8OyemkWXtHKo7c0H3ab7e0y38idppcatZVyhuCA1qP8vNg','Great experience.. Dr. Dang .. Nurse Alvean ... Mr. Marcus and Ms. Elida all made my visit very smooth.. thanks guys!','2019-09-10 16:21:13.659000','2019-09-10 16:21:13.659000',5,'Wild UPT','https://lh3.googleusercontent.com/a-/AOh14GiL_CGdp5VRc6xxKIJHxwP-Q8yTSOCswKaJki0Y=c0x00000000-cc-rp','16389487648212004696',33979),('AbFvOqnS0LhqwVuZGL8AJP4_Ref516OoQSEJbHbNQjoAhFW89p2Boo2LUAdyjAD4Zk6f9yorAFGWPQ','It was very welcome and everyone was nice. Gave me a lot of information and did a great job taking care of me. Kimberly, Gabriel and Kathleen were the sweetest!','2017-08-23 00:18:37.785000','2017-08-23 00:18:37.785000',5,'Ashley Bui','https://lh3.googleusercontent.com/-2OrRZS9ElZk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl0ftydelhD8L36_wgj0AV8xNz9kw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35396),('AbFvOqnS1Aex6Bs7k3LWld-rZ76tg35OGkyI2xbiNgZTV_4TNPfLEcM4Yt94zTPO0jM1jVQNkccWzA',NULL,'2020-12-16 12:25:06.862000','2020-12-16 12:25:06.862000',5,'Victoria Lee','https://lh3.googleusercontent.com/a-/AOh14GigNaOlK-DiYCPeQeciqmt3ljmGeqsaDu1AhFI=c0x00000000-cc-rp','16590124370714063921',34032),('AbFvOqnS3c_2aMRhXC4b2C1pN5A84LRj9X0xYRdODwZRfV_fkSo0Pj4GchKYmYYwe3rEe1EN3PeI7Q','Excellent!','2017-08-07 15:48:39.554000','2017-08-07 15:48:39.554000',5,'Kelly Kiser','https://lh3.googleusercontent.com/a-/AOh14GjA4cXeYs4w22C1x7G_CbWhdb8tLfYUbf7IwjOwLw=c0x00000000-cc-rp','14567670160750071148',30994),('AbFvOqnS4KmC6rJ5aabRaWnU3kgEzg2PuuNr3hR9NIE_cmp-0hAocoDCvtFuw9AKDoz5HoDa-lsrvQ','Everyone that I encountered was very nice and did everything possible to make my son comfortable. Dr. O’Malley made sure to provide me with all the information about my son and medications. Alvean A, Marcus B and Jocelyn A. we’re very accommodating throughout the entire visit!','2019-05-08 16:25:50.967000','2019-05-08 16:25:50.967000',5,'Cerissa Triggs','https://lh3.googleusercontent.com/a-/AOh14GiEWuVF305o6H5MgWZBQaqX5KrY-dBAbX8Cz4je_A=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqns4NwLfoN3KWb65tjVXJkuOX6cdGHAUPUpzBdRpolc_yFMwDeZrhlHMJdHGjAlqZNawn69Tw','i had some worrisome symptoms and they took me in very promptly. turns out it was nothing major- just some dehydration and a terrible migraine, but i never felt judged and they continued to make sure i was comfortable and taken care of. i stayed overnight so that i could see a neurologist in the morning and they offered me (and my husband) warm blankets, complimentary beverages, and made sure we were well fed. they really stayed on top of managing my pain and i didn’t have to go out of my way to ask them to. if you need emergency care, i recommend this place 100%','2019-01-26 19:46:19.502000','2019-01-26 19:46:19.502000',5,'Amber Rice','https://lh3.googleusercontent.com/-8Q9P3dhnfaM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMzKTIvyOrbNXxtVIgo2vUCMtexw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29151),('AbFvOqnS4tiDmgFwZOIUqKztXyriPPpgBUBlXY4TrVbqMbwq7GYIDjQxam70SDFAUYzQ5Dy4QMBD6g','Fast and amazing customer service! Great staff including Dr.Patel, alvean, Brian, Jocelyn and Jordan made us feel very comfortable. HIGHLY RECOMMEND','2019-10-23 20:29:27.763000','2019-10-23 20:29:27.763000',5,'Cecily Garcia','https://lh6.googleusercontent.com/-dDGRnHaI7vI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmXfov9qBYFtZwGhpCu9Xa9ReikZQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33842),('AbFvOqnS5N_RFdm9lilSjzZ55Tam8A9Q02iRW-rVpkSHn30ESuLxIE4irYDOyNCh-SI1UDcu0BDUOQ','All Staff was Very Attentive & Quickly taken! Answered all my concerns & made some helpful suggestions. Great place!','2020-02-06 15:16:51.782000','2020-02-06 15:16:51.782000',5,'Crystal Castillo','https://lh5.googleusercontent.com/-Zctqi6uIHLI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm0joMDucklUVqNj4Bk593L_796Pw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30265),('AbFvOqnS5rmuSnjLXvK9jeQfu8ZLxtpOBeRRN9T1Bbctx9LP4PhzqAPUeVmlwlHhF3DZBsx7UblVeg','The staff was very helpful and attentive to my emergency. I didn’t have to wait long at the to see a nurse and doctor. I would recommend to anyone with a minor emergency','2021-01-17 15:08:05.783000','2021-01-17 15:08:05.783000',5,'Adrian Garcia','https://lh4.googleusercontent.com/-2iK725jO5S4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclygu7vWM-V96DqtagY6H0vUYhI8g/c0x00000000-cc-rp/photo.jpg','3511292162159714121',44680),('AbFvOqnS6azJ2UWc0nnn_uMuKTFN3HeVV_r1KA6NwnZL6LbJjSKUe99ic2jKPbNaSkBrwXpzhIfn','My husband and i came to this facility and i have to say by far it is the best experience we have had at a ER. The whole staff is awesome especially Dr. Patterson, Bryan, Brandon, Jaime, Jasmine, Sherri, and Meriedith...Thank you for taking good care of my husband and keeping a smile on our faces.','2018-11-02 00:46:18.116000','2018-11-02 00:46:18.116000',5,'Au\'vaire Sumpter','https://lh3.googleusercontent.com/-b-VsplQoklY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclE1COgPs38_e5ZMncnhyV1KUkiSw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30681),('AbFvOqns73UX0eG9_yNnhZGCj5_Ya-0SR1k7LA-688b3KjBgiOLBhtPDCnTTpjE7YHdoPrfcrAYHpw',NULL,'2019-05-29 00:19:14.712000','2019-05-29 00:19:14.712000',5,'Taylor Flores','https://lh6.googleusercontent.com/-JaZ3lrVb6eA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckZI2JtZJxGDLlPq8eq-CPk2sB_TQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39336),('AbFvOqns84jeT_H1agzMy2YqyJrB-ZwKS8MXORfz8iJ9cIT1dRZFM-IPxjIZH9e9D1eqjIwZ5KNxCA','Horrible! My fiancĆ© was in pain from kidney stones and even called them first, he explained he just moved here, just started a job so insurance haven\'t started yet. They told him it was fine for him to come in they could bill him...he gets there and told him oh it\'s going to be a $1300 up front fee and then said it wasn\'t an emergency...since when isn\'t kidney stones pain and vomiting an emergency!!...I\'m sure I need to reach out to the JCAHO or someone to see if their actions were even legal!','2017-01-19 00:21:16.300000','2017-01-19 00:21:16.300000',1,'Sharee Glover','https://lh3.googleusercontent.com/a-/AOh14GjETTJPB5FJMZN8LTsQxnmI6Hw-FYg3j79C5fGUYg=c0x00000000-cc-rp','17394740196501090048',37228),('AbFvOqnS84RzkD1tEFPYmP6lK6MPQfTks7kGRucBM1qgDwJVmyvIhr0K0xsfaBlP8xwsx5crKeL8NQ','I wasn’t an actual patient, I came in with a friend of mines who wasn’t feeling good. Overall the staff was great and friendly they also took care of my friend and made sure she was okay before releasing her. Thank you!!','2019-07-01 18:28:12.414000','2019-07-01 18:28:12.414000',5,'TayMadeYouLaugh!','https://lh3.googleusercontent.com/a-/AOh14Ghch5f8fLVT_vKduIYbFy29gZLr8Ac1FM573O21vg=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqnS88GmVjug6Y3lmDxgrC144VzCoY4otjxIruBb2-GNSPOCAd58Id_hp6rvLhuqKFXKHUPb','Tanishia (Reg), Dr.Mauldin and The Nurses are Great! Matt was making my mom laugh during her visit!\nThey were able to give my mother Peace of Mind. I will definitely recommend Friends and Family to come here!','2019-08-12 05:09:43.034000','2019-08-12 05:09:43.034000',5,'Kimberly Yvonne Guerrero','https://lh3.googleusercontent.com/a-/AOh14GiiyUO-7Hf0CFwQMrWF5-T5A5nLtqWgx28JFp1tUUE=c0x00000000-cc-rp-ba2','17898197009688164559',38039),('AbFvOqns8WOnGHne4I-48TN7EuQolgARjYbNWB_rmPoD3iAOBlRi22UCzMdOXwaxGjftsjzZHSec1A',NULL,'2019-02-02 13:01:22.291000','2019-02-02 13:01:22.291000',5,'desiree rodriguez','https://lh5.googleusercontent.com/-0e5nbdUPT1M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnc1Fh4lzCwscqYxYhNr-QBz1Aoxg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40657),('AbFvOqns9gYHk-zDkI1-U0vuNVTnJZA2XqKhqYSxTXwQMLenn21uLaHETZvwm68Vb09YrpfnNq_jvw','I was immediately greeted like a Military Officer. Patricia stood at attention and was amazing, as well literally everyone of the 3 doctors that came to my aide before i could even finish the paper work. I don\'t have insurance and they didnt hesisitate to ensure they weren\'t going to add a bunch of services that i didn\'t need to make an extra buck. They let me know they would tailor the experience to my needs to ensure the lowest possible cost of the x-ray. Over all extremely approachable and professional clinc if you are in need.','2020-01-05 23:01:11.454000','2020-01-05 23:01:11.454000',5,'SuperAnonlol','https://lh3.googleusercontent.com/a-/AOh14GgFZrKwMgKQP2sjeaIiqlUMYNkYOKjc8Xf1nbKJRg=c0x00000000-cc-rp','16389487648212004696',33542),('AbFvOqnsA9p-Hi5-YMsVCpyFeUW05PIgd67GybgPVWB8X4BUd4792mOzy_dmo6EX1MhM0p6UGSm6','I have been here twice and have found the staff to be friendly; the premises to be clean, modern and comfortable; and the experience to be very good and not stressful. The nurses are lovely and the doctors are friendly.','2020-12-25 11:20:10.123000','2020-12-25 11:20:10.123000',5,'Lauren Lawson','https://lh3.googleusercontent.com/a-/AOh14GgIMNNRkwLNDgcFU9dk0EtyNEeCFg8byqgaVLlY2m0=c0x00000000-cc-rp','3272657195432704501',44646),('AbFvOqnsACOE273HNjNWLOI6_IpobJfza2ehfHuX2vSq2lD25IeJNvIcR68i4rK477a3SivErmORTQ','Great swevice!','2020-07-24 19:24:14.981000','2020-07-24 19:24:14.981000',5,'David Kyle','https://lh3.googleusercontent.com/-GthFEXoDxwo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckg6fJCX0CK0Egf9DpNWE7fsr5W5w/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38788),('AbFvOqnSAD_4c-fHjZoAibH81ymPoRugSgBnKEy6uWUsSiJK20_7A9lYz5L3o3ywdWnMOji35jsKJg',NULL,'2020-01-07 08:32:31.694000','2020-01-07 08:32:31.694000',5,'Stacy Owens','https://lh3.googleusercontent.com/a-/AOh14GiTNRV2qX1XtFRnkqYG-RPSeqK-Ke431HdrHnv9=c0x00000000-cc-rp','17394740196501090048',36665),('AbFvOqnSaPEsgyMdrckehnPia74Zs6T_NHh8aJvkbjTSnA_E6xwg436HXlYEp-Wr4GnweqkxtAhktw',NULL,'2019-10-27 01:32:10.385000','2019-10-27 01:32:10.385000',5,'Toby Black','https://lh3.googleusercontent.com/a-/AOh14Ggec_G7BzVh_nELeMBb13SNJ9uBOGRWI_hnzl4p=c0x00000000-cc-rp','6521947413723274945',41570),('AbFvOqnSB16J0Pu7NqzNaRs5M6VW4xeOKp9KC_IKv7uOMAdm4vfN6wFk5AoQ2wd0j_yJZdUF8NArNw','This was a very clean and high tech place, also really fast with the doctor Diaz, and our nurse Alexis','2019-12-08 19:37:25.585000','2019-12-08 19:37:25.585000',5,'Juan Garcia','https://lh5.googleusercontent.com/-2JDbkscai7o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckWmeWx7fYIiaTrO8iIwT8yIpg6uw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29543),('AbFvOqnSbPlkiVnnrHryWX8g5Gzxjs-mI7DGHQnICOorUImCKXt66EbrEqAnhNd6yTFrCA9lTi2W-w','Staff was wonderful. I was seen immediately and from the Dr to the front staff and nurses, everyone was nice and caring. I would definitely recommend to anyone.','2019-11-15 01:44:07.655000','2019-11-15 01:44:07.655000',5,'Anna Lujan','https://lh3.googleusercontent.com/a-/AOh14GhGuG3_SGNY5K4Y-wvkm0nxmqL82oOy5E0Hp3zttQ=c0x00000000-cc-rp','13486358490203335051',29582),('AbFvOqnsBPvRXiknCOExiFWnQIzWgs7zjrHwVetzkfGPyyZXA6ECLSvHJOeaEncnKAcwXjFwHyFK8w','Very well organized and super friendly staff','2020-07-06 17:29:59.754000','2020-07-06 17:29:59.754000',5,'Lukasz Kazimierczak','https://lh4.googleusercontent.com/-0dTw0utxTds/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckG5grT14JPnU-LdgraV3NOYHciag/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33215),('AbFvOqnsbXgNoXb86d7CMYdlPt2pk5hpqCaT07sCWKQnSCocQBsIR-dHKECgNPfoI6FEDcl7AULB1Q',NULL,'2019-12-24 14:28:37.381000','2019-12-24 14:28:37.381000',5,'Tanika Box','https://lh3.googleusercontent.com/a-/AOh14GjlkHK9fd9xncn79nYvWOftSx3XxGtt51oU7YSG5A=c0x00000000-cc-rp','3272657195432704501',39743),('AbFvOqnsc0Ic46aqC6fOvDEaWdC33ZCdasZrBKrdlJx2IRhE2kuZ5iKnWMJPTOGFLppTsfO8N9Kurw','I want to thank all the care team from Day and night shift: Jessica,Cynthia,Hoan,Teresa,Rommel,Jonathan, Rita,Dr.Spangler and Dr.Leavitt for everything they did for my husband. Thank you for comforting and providing the best care while we stayed for observation night. I highly recommend Signature Care as a option.','2020-01-20 15:19:00.085000','2020-01-20 15:19:00.085000',5,'leslie ramirez','https://lh6.googleusercontent.com/-cznCvHCWAkE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckX7LRdzbfU29jDrPXLQDw9X2Cm3Q/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32368),('AbFvOqnSCuTrVhqFQ5ji0q6P_daJcAHHlF3xsQ3mxlx0rqzqoCrVJpCS0c6hXj7rWFfJ1WmzM6EqUA','The facility was clean and well-managed. Staff was friendly and wait times were relatively short.','2018-01-05 16:28:58.576000','2018-01-05 16:28:58.576000',5,'A Self','https://lh5.googleusercontent.com/-JP85-mzOFPc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclM4d6BJFz-wxf5eaDVOe1gnBtisg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30912),('AbFvOqnScYSTZXLap_EFIsRXbsWus02At-kBXoKrJKlGDYtt3mb0_zuTy1o2qTVJ46N5cPYNw3wY3g','In for pain and swelling near a broken tooth. Got there ~7 or 8pm. In an out pretty quick. The place was super clean, everybody was friendly and conversational. It\'s a good place, I wish all ERs were like this.','2019-09-24 04:44:20.502000','2019-09-24 04:44:20.502000',5,'Theo Holiday','https://lh3.googleusercontent.com/a-/AOh14Gg0GWwBKQyR3oK9xqKuQlV_x6oqUXJ7SzC2Ke934mY=c0x00000000-cc-rp','2694018788013845459',39255),('AbFvOqnSD_rQMHIXbY7as3-Q0WmMX9aRdW_XpqEysXK_bikglMeaF8iwuYgNN3fWDonbqGWGhK_aGw','Very nice and clean! And the staff was very nice!!!','2020-08-31 18:13:50.971000','2020-08-31 18:13:50.971000',5,'REBECCA ROBINSON','https://lh6.googleusercontent.com/-vpXOUfIIdTw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclgLAG4Nj8qlWVsqBrhcg-8gVR_dw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29316),('AbFvOqnsd2gPcCpQEjrLD4uEowsmSbdTLVUAUUMGfl8FnH5PrtCHUYRwusFzisjz7x-UwVS3fgFdTw','Great experience Cindy at the front desk was very very nice and helpful. Nurse Gina got me In and out didn’t take much time at all. The doctor Singla did a thorough and quick exam. I was very pleased. They have snacks and good stuff on tv. Will be coming back if needed.','2020-01-24 16:16:15.355000','2020-01-24 16:16:15.355000',5,'Whitney Sadler','https://lh5.googleusercontent.com/-0E6rzKV3FC4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmibER7x_YEC1Ylw8YZTBMP17t_MQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30310),('AbFvOqnsDObnTUSxXu-rGfdEQeXJVSjkEvryPwPKgGIwPIicm5QtHRkdRCyvG6A1oJPNAMZlsrC6cQ','Dr. Jones, Angela with registration? Michele, RN, ER Tech Ericka, and Alan in Radiology were all very nice and respectfully. Thank you for your excellent service and for taking care of my pride and joy.\n\nUpdate: I have attempted to retrieve my billing statement from the billing department and was completely disrespected. Sandra Chambers was rude and was very aggressive when I spoke with her. I felt extremely helpless as I attempted to retrieve information regarding my son for his father who is currently deployed. It is important that good customer service is provided at all times, especially with so much going on in the world today. Kindness should not be hard to find when seeking services.','2020-12-27 20:16:42.712000','2020-12-27 20:16:42.712000',1,'My 300lb Journey','https://lh3.googleusercontent.com/a-/AOh14GjhRddbvgEUZQYRn_pTBiCaxKl2T2iEq06rofW0hg=c0x00000000-cc-rp','2694018788013845459',38867),('AbFvOqnSDpsch-yIlruw2Ku9as66dWCD2pJ_1R6CwT9HcQj642uTfmBR4D6z0LHLAqi0sGRXXQoe','I’ve been tested a few times and this was the least painful experience I’ve had and I got so much feedback and help from the workers in the front, Vanessa Naureen and Elizabeth Anastasia they walked me through the process. And Dr. Singla explained the COVID situation and broke down my results in an easy way to understand and also looked past COVID and checked for other viruses.','2020-10-28 23:34:56.107000','2020-10-28 23:34:56.107000',5,'Abby trevino','https://lh3.googleusercontent.com/a-/AOh14GhJfluzGw92Ex-p0lzD1KyHiTvPwp7KsSMghXoeoA=c0x00000000-cc-rp','3511292162159714121',40096),('AbFvOqnSdwAoTrcJwYRm9XznD7Xgwv5Yoi3mZJqF2tybZM5dEUcQyj7t8dg7K9KehXKurVfDB1vq','Everyone was welcoming and throughly explained everything and made the ER visit more comfortable. All staff was knowledgeable and pleasant','2020-01-08 03:32:58.147000','2020-01-08 03:32:58.147000',5,'Victoria Jones','https://lh3.googleusercontent.com/a-/AOh14Gi3_fvWcCzlGtleGqmNFOgYaV1brO7kKMbwSAFH7Q=c0x00000000-cc-rp','16389487648212004696',33535),('AbFvOqnSElQr884rszrSwPiLorxmVOPg331jANMK9AugHV7lsHtJ8s2xVNf0kueixYc3-docWAFSAA','I was able to get to see the doctor in no time and got excellent and thorough diagnosis of my acute bronchitis and flu. A new facility and great staff. This is an ER and not an Urgent Care so make sure you know what the co-pay damage is going to be going in.','2016-03-25 00:32:51.911000','2016-03-25 00:32:51.911000',5,'Gordon Wingate','https://lh3.googleusercontent.com/a-/AOh14GimcU7rEowB1kSguUlFT5w62JD5KozEnoaArL6stQ=c0x00000000-cc-rp-ba2','14567670160750071148',31253),('AbFvOqnseNGX4r210Za7JEzXFnDbXYbwnWsPk9uxq-DgGql2tToXhA8bpAU8ObMqv3mVw5ECr7zEdA','Great service','2020-07-21 11:47:09.707000','2020-07-21 11:47:09.707000',5,'Erica Armijo','https://lh3.googleusercontent.com/-zhIH1XtO_9U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnlRRbEj-Rb30o5gpg8cCu5JrxIjQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31901),('AbFvOqnSEy46ZUzBawPOiLCtVPPobvamS1SNsLYV_WKGqjYegYulVB7l7Ftf9jWmrgXocNII2SrP','Awesome place had great help from Theresa M. Thanks for everything','2020-07-16 16:42:17.144000','2020-07-16 16:42:17.144000',5,'Gerardo Chacon','https://lh4.googleusercontent.com/-yf-4Yt7tf1k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck31tlH9wtoas3cq3In_WpyX5bf5A/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41373),('AbFvOqnSFijmve4dyfqkDDC8Sb8rVoQMV743_bO5OC7RZP9l-VG_JpBwuIU7G2Z4y0pJTvCeUXE3','had a great experience here! Keera was great!!','2018-09-01 04:34:37.233000','2018-09-01 04:34:37.233000',5,'Mackenzie Abernathy','https://lh3.googleusercontent.com/-5Iz9JbY2yvE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclTnPPioAuOoHLmoNRu-za9uNVSqw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35207),('AbFvOqnsfx0OmVuPmmMScIz-DCo1vYeVuQ6AF7hZjEP9ZIUyDHhLjpLj0LWTbqU3tgrMK_vQJQGntw',NULL,'2020-10-07 04:18:49.582000','2020-10-07 04:18:49.582000',5,'NiCk SaNcHeZ','https://lh3.googleusercontent.com/a-/AOh14Giz7vygj01Kpoz2WRoYTQLnXUhI1h3Ydqpe3rSg=c0x00000000-cc-rp','3272657195432704501',39495),('AbFvOqnsG0UwbIttHMM_4Ta6P8IxfuylQ-5MMEQUylRk9OdUjimhx_i54E28GqFnu7FBraNsRuNIVg','Jessica S. Gave awesome care, very efficient and nice!','2020-07-20 17:52:19.774000','2020-07-20 17:52:19.774000',5,'Sally K','https://lh3.googleusercontent.com/a-/AOh14GgZZhmQIuHbpKYQ8svJPZ2m9MnrixrVDdTpYBPTYQ=c0x00000000-cc-rp','14748677429039074158',31930),('AbFvOqnsgFuDErd306LY2anIj3gwWl_ljUCqVtSDCfCI1hz0_QnAdodLV28DQcyg6YHerpAgxG05','Dr. Kotey was great as well as AL and how can I forget Cindey at the desk. Thank you all :)','2019-06-13 14:05:46.211000','2019-06-13 14:05:46.211000',5,'Saad Saleem','https://lh3.googleusercontent.com/a-/AOh14GjQyBJTDY1wMiaGsctYXg4i-SQ4xnwTzNnVIeysoLs=c0x00000000-cc-rp','17394740196501090048',36768),('AbFvOqnsGKEUwzLsOpMti85-7hJbApDKoOi00hQ2uMwtQEl3RSP3Rkg5Q6kCOwO9cAaWhgcebZijKw','Everyone at this place was excellent from the time we walked in till we left. Very quick to get you back to a room and find out what’s wrong with you. Ashley B. , Erica, and Ashley k. where all amazing in the roll they had to do . Very thankful for you all and will definitely be back if we ever need to. I definitely recommend signature care!','2019-10-04 16:57:56.993000','2019-10-04 16:57:56.993000',5,'Mallory McClain','https://lh3.googleusercontent.com/-t64MpV6zhnU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnBv2vu4_y_c5MEcEIpx_ccnEafrw/c0x00000000-cc-rp-ba3/photo.jpg','8626688543755174284',41998),('AbFvOqnSgLGfvDdXt_FRDy9tnWZiuYqv1N5VhOxOkT5f7TWz17J6KlPVe3RawPlh9nKfYOutlmmT','Great service and experience, been here a few times. Tanisha, Susan, and Dr. Thomas were a pleasure to deal with!','2020-10-16 02:53:19.597000','2020-10-16 02:53:19.597000',5,'makopdganov','https://lh5.googleusercontent.com/-VZF5y-G2baU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmYanBLNOIb7e7ul-rhFTdyt3fk1Q/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37503),('AbFvOqnsGNs1_UJiUoH6e5aVNciOq4X9GrZ0JP7KER37h9EtbrX3ldMbaW12JqNUKtPdCfHuj8ab','1340$ for CT scan and morphine and nausea meds. Waited 3 hrs for CT scan results :/.\nHad to ask for more morphine. Blankets were nice. Felt safe. Nausea meds that were prescribed were 7$ a pill. Spent 4 hrs there. They don’t accept VA medical care.','2019-10-14 21:32:02.040000','2019-10-14 21:32:02.040000',3,'Stuart Day','https://lh3.googleusercontent.com/-dXSJLDfAhRE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclw8u9HYr2dRuNdADXL4U79Ff_oHg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34616),('AbFvOqnSgURsnNc-LEq77Ju0ohfmF0jmKwqpqx8Gpff4gar4ztAZ5Fh68vhu_JwJfzdNjZSX8VeudQ','Carly from front desk is amazing best place to go better than any hospital','2020-03-12 09:55:31.849000','2020-03-12 09:55:31.849000',5,'David Amado','https://lh3.googleusercontent.com/a-/AOh14GhQtzleaGw_pJXnt1EDZnNn0y1syRn29xY2QBAVGw=c0x00000000-cc-rp','17394740196501090048',36595),('AbFvOqnsGvn_xLNeAwDA1GjKeSPaCNElum22zDQ-gqRXYxdyb4Hc8QnG2d9M0OpjKNLhOlIAgYX73g',NULL,'2019-02-25 20:24:33.605000','2019-02-25 20:24:33.605000',5,'Nahidu Sandoval','https://lh3.googleusercontent.com/-PVPdk-Xjtj8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7ROgLGwLzpsXbK0i6KFAduP7lUQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32495),('AbFvOqnSGXMyR-1WZdhZDRQZmgOD6BCmGK5p1ZRP-SaQ-VHhSfpGWXuDUYM3q6oZAIwBwvJ61BK8','Thoroughly enjoyed my visit (even in pain). Jocelyn was lovely with check in, nurse terini was exceptionally caring, thanks signature care :)','2020-03-06 16:56:36.196000','2020-03-06 16:56:36.196000',5,'Chloe Smith','https://lh5.googleusercontent.com/-f5X3hewc-Y4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclR_ZQ3kkG9Msi4QttCrJLr4miNkQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33284),('AbFvOqnshcZPx1Aa9ed874jGPYaZrUuQIGCywERwpR10DENKcEVctBEACTqG0BMjoFCExJVrAV3R','Came in late, straight from work. Sent back before even finishing paperwork. Was tag teamed by 2 nurses. One asking questions one taking vitals. Got tested and treated in less than 30 minutes. Awesome service!','2020-01-27 06:03:21.174000','2020-01-27 06:03:21.174000',5,'Ivithos','https://lh3.googleusercontent.com/a-/AOh14GjPPFrex9QUXSr1sl1NywsSUpxz8WQsTnN4JeL4qA=c0x00000000-cc-rp-ba2','13486358490203335051',29459),('AbFvOqnshErVpxFhJDb6BC1AItyDM0ly18VlFy_z_tYq_gFuxcVpCtqhZw-wG4zbUCfkEzgxV7OEcA','I was met with compassionate and caring representatives. Everyone was professional and my experience was excellent. I would recommend to any others looking for immediate medical attention, as I was in a room and being assessed for diagnosis and treatment within 25 minutes.','2017-03-18 16:00:29.647000','2017-03-18 16:00:29.647000',5,'Summerlynne Bartlett-Moore','https://lh3.googleusercontent.com/-8muMKy0Z2h0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl5gsUz9dJd0BBKVayTy9mPdn_svQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31079),('AbFvOqnSHgofFMU4COn2yanzyEZYgtyHB7ONG_cA6yf-YDoMeNvdjZrh1p7vlhfwd9Y--nGIckOtYg','This place is a scam. Make sure you lie about your symptoms or else they charge you $175 for a COVID19 test. What a great idea to enforce!','2020-08-17 21:37:15.274000','2020-08-17 21:37:15.274000',1,'Alex Park','https://lh3.googleusercontent.com/-Yolf-k7_NeM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckGCYcfdsxUoWa7rYYPtdTPaQLsXw/c0x00000000-cc-rp-ba2/photo.jpg','14567670160750071148',30135),('AbFvOqnSHmFD8AIEaYkHyERGEbkV7zr7N7u-CrAeq__1udY1lNPK6cBdTe9kisZjWrIoyV0Fd9DrRw',NULL,'2019-04-09 17:05:12.775000','2019-04-09 17:05:12.775000',1,'Jillian Fitzgearlds','https://lh3.googleusercontent.com/a-/AOh14Gj7h3XCyS8ezrx_2F5g-Qaqxl584zEBv0mFerB7=c0x00000000-cc-rp','6521947413723274945',41750),('AbFvOqnshO1CaZObO0_jPgjBS_V9Nc7etoMNMAl596IZhbVdpnFeZrtNZzhA5_X7-qgBuLCVw4IIqA','Dr.Omalley\nAlvean\nClarissa\nFast service and amazing nurses and doctors.','2020-08-15 21:11:36.748000','2020-08-15 21:11:36.748000',5,'Lauren Cavazos','https://lh3.googleusercontent.com/a-/AOh14GjTayUgXBtH57u2uDUiXF6NMQUfqwLdvk4P-iqL7Q=c0x00000000-cc-rp','16389487648212004696',33193),('AbFvOqnshPBFO-AFGF_cSk34bC3Oz3p9R5RaZfyBQMOajavf99vbdp-W7OWEv1x99uaAjMp3ubGG','Great experience! Attentive and amazing staff Patricia and Alvean were delightful. Very comfy waiting and treatment rooms pristine and clean.','2020-01-17 00:22:10.212000','2020-01-17 00:22:10.212000',5,'Lawrence Washington','https://lh4.googleusercontent.com/-6DSyy5X1foo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnPW4PQt-ev5S1gutFCJ3DiuyeVxw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33495),('AbFvOqnSHsDJW1zaySmYKgnSSFzN4KlHRzdTDrc0UED61Snqpoavs2KcQkj7qHwtjUg5ft7eay2D','Great experience! The team diagnosed my foot problem and I was out the door. Right medication helped keep the problem away. Lucas Sherri and Kim were great. Dr. Host came in and told me just by looking what the problem was. 😃😃😃','2019-08-04 18:04:40.193000','2019-08-04 18:04:40.193000',5,'Jeffrey Dean','https://lh5.googleusercontent.com/-LRiR2O60VkE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucms_8JBL9iPpA87q9SHtFS_qq9L6A/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39829),('AbFvOqnsIqNjYg3PRHbQtwEq6SwcgRWtRL8TPmgtVOqJ0JIAhEKUG2aTxLytVQ3sGw6YutV2mofx',NULL,'2020-02-18 20:18:09.043000','2020-02-18 20:18:09.043000',5,'Tracy Benson','https://lh5.googleusercontent.com/-I83m2ZglByQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmzUsLrbn4E3-0a798yUgQd4vm-xA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39611),('AbFvOqnSiR3ZYLJCglYMTMe-7lf2VJbhqUKJYKX9Wu_0VqDgEv8A4jdgON131ygaEnAT_DKwG1-ekA',NULL,'2020-05-29 23:42:36.417000','2020-05-29 23:42:36.417000',5,'Trenae Sullivan','https://lh3.googleusercontent.com/a-/AOh14GiPc10kIpnKqbCivpgR3ZgXHvxpYro7tS51OcQx=c0x00000000-cc-rp','8679688254631342173',42377),('AbFvOqnSjck6cfqW4u6b6d-YPwqW8x_MJVpOzBrB4Mn89Y7WHPcOOwxsr74HJUwGtOtKPuvkszul','Staff cecila.... Keshawna and christine were very friendly and helpful. Took my daughter to get checked for covid everyone made us feel comfortable. Place was very clean and fast would most definitely come here again!','2021-01-06 17:57:14.061000','2021-01-06 17:57:14.061000',5,'Amber Santos','https://lh3.googleusercontent.com/a-/AOh14GhRw0MmERtrrg7mHdfl0nPhWbn9nPP-Kl_N8RCCrqQ=c0x00000000-cc-rp','14567670160750071148',44441),('AbFvOqnSjCpa49N-4kM_E8OkYhT5hYM1JRqcSzBxpxDMbrt9ZPZ8-d3gbO-t5NjOlH8PjmyehEA2yw',NULL,'2020-10-16 18:11:20.938000','2020-10-16 18:11:20.938000',5,'Edgar figueroa','https://lh6.googleusercontent.com/-cdbtj4vAQpo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckuv-Sd8L-omTv_BJRULUQ4BPGcKQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40168),('AbFvOqnSJngBLS8-BGPZm1ZJxBHIK_ZKuEWAItmjY-MjkfHRfbuIQpzTzuh5irJuWBLIqsmeSUP3hw','I had a very great experience. They were able to get me in and out quickly and everyone was very professional and incredibly nice.','2019-09-09 17:09:00.850000','2019-09-09 17:09:00.850000',5,'Jessica Green','https://lh3.googleusercontent.com/a-/AOh14Gj_eDfb7-W4EC3QYohbwPPjySL4Ysu_dl575hALOg=c0x00000000-cc-rp','16590124370714063921',34686),('AbFvOqnsJyA3w4iIpHtKGIE-Ro9_e59nnAEjK_6EyOt9DkSqKraDiP8MkwFSlUF7T_iqlndymKhf','I called to see how the process goes and Leslie was very helpful and accommodating with the information getting assistance. Dr. Yusuf and Nurse Laura was amazing. Thanks for the help.','2019-01-30 22:07:59.082000','2019-01-30 22:07:59.082000',5,'Louise Wilson','https://lh5.googleusercontent.com/-Oz2pgq9-boI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl5oYTlA2ImY5U3kxZ1jLhvEZnraw/c0x00000000-cc-rp-ba2/photo.jpg','3511292162159714121',40666),('AbFvOqnskHwOyO5yVYFpl9MW_Shhs07HwNZ2Qp64L_q9gm9OeJrL-iRsf0ZBbCH5HS2lv4u58kbENA','From the moment we arrived, Leslie helped us sign in and got our paperwork ready quickly. We were then brought in by Dawn and Eve, whom are very kind and took the time to listen to our problems patiently.\nDr. Faig is very informative and patiently answered all our questions, he has shown genuine concern. He and his staff are awesome. Dawn took blood and hooked up the IV and constantly checked us to make sure that we had everything we needed while we waited on lab results. Eve helped my mother in law to the restroom and to get her CT scans done with so much care, we really appreciate it. Olivia came in and withdrew some blood, she was kind and gentle.\nOther than coming here do to an illness, our experience has been a good one. Thank you all!','2019-08-01 17:49:30.609000','2019-08-01 17:49:30.609000',5,'M Avila','https://lh4.googleusercontent.com/-YZt3b7ceym8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmt_BxsoukPssbU3qHfGaHbdWDZgg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40470),('AbFvOqnSKYt9LpX1SwJXWdZimxbj-sUtuEYXikKpYfxJmZbB4vKJ7_0u5U8Gl4HMI9klYY9Ty9_eWQ','Alvean and Jocelyn are really great and the service speedy with no long wait. Love it','2020-01-08 16:02:54.968000','2020-01-08 16:02:54.968000',5,'Neinah Cloud','https://lh5.googleusercontent.com/-q5q4oycGsag/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmXwmGZs41Hkp_dZUw7RrSg1sYYOw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33532),('AbFvOqnsl7DnJJJO0XI1WfOBP4OdKZMWaFUpnBJh7EeTgMx6DA8OT2bZchQ905wsgiAY3p9QMq6hGQ','The team is very welcoming. Doctor Levitt L , Nurse Shelley D, Rad tech Heather G, and especially Registrations Alexis S. I felt like i was in very good hands and was going to be taken care of. They always made sure i was comfortable.','2019-02-22 03:00:31.425000','2019-02-22 03:00:31.425000',5,'Briana Mize','https://lh3.googleusercontent.com/a-/AOh14GjWobc_JpAfjogl6HjNDkRV_KmcsIOWbc0As84pKQ=c0x00000000-cc-rp','17898197009688164559',38280),('AbFvOqnslk43OBKH09JEQuDApPO86TJlzkNs1cSgnv6phDpEe_s0SivkRmTLb0ECAU0vFPlaSLTESA','Everyone at SignatureCare was very professional and courteous. Making our stay pleasurable during this unfortunate time. Thank you Dr. Vakey, Nurse Brad, and Rad Tech JR','2020-01-16 13:30:08.873000','2020-01-16 13:30:08.873000',5,'Mark Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GiqtSNMl6A1e4Cs7Z1qKkQLVaxmerQDbXex168-cw=c0x00000000-cc-rp','16590124370714063921',34442),('AbFvOqnSLV-vlzi3Tr1m8gc6k8GjPy_9iAWaguCYTzm6R1cent7HSh43QqRoYsO2bEnTxp-N3i_8','Doctors and nurses took their time and truly acted like they cared!','2020-09-17 02:45:44.236000','2020-09-17 02:45:44.236000',5,'Melissa Rhoades','https://lh3.googleusercontent.com/a-/AOh14Gj237NQKQfQcnoy9kRTxlkdRC5qG5wKS-9EJtPDrQ=c0x00000000-cc-rp','16891069708558046635',35773),('AbFvOqnSLXmc6tFAJSQ1MId_wU9liGiVc7J24X2ZXfy4Y44TIQOdjQ7y0hbfr6fto5W5fY7C7u9W6w','They Doctors were amazing the really helped my friend stay alive and said if we had not come in that day he would have passed away. They brought his blood pressure up and were constantly cleaning him of excrement because he was severely dehydrated!! Thank You Guys so much!!!Thank You... Dr. Patel, Naureen, Agnes, and Joey!! You all were troopers!!! Brenda was also very helpful in the front because we had many trips in and out and she kept us situated... Thank You my friend is a repeat visitor and will continue to come ur way if anyway thing else occurs hopefully NOT tho!!!!! Blessings to you all!!','2019-08-05 04:28:06.992000','2019-08-05 04:28:06.992000',5,'Fly Y. Red','https://lh4.googleusercontent.com/-h7mbDbi6pxg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn-EZBeCQDKPSqIllptp3LAcSnEkQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40466),('AbFvOqnsNDxP1HVbY72aj7O1wliIIFKw20wcfbr6ZRMR9ZHIC057QiY2IUKPr_yluaiy9m5Qy18IMQ','ER Tech Bri-Ana was amazing. So sweet and kind and same with Dr. Y. Tu. Had a great experience here!','2020-10-19 14:54:49.957000','2020-10-19 14:54:49.957000',5,'Elissa Salem','https://lh6.googleusercontent.com/-hl9Jnc8S-d0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckAxc_skBTDDGAI2np_KR0VFawyGA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40156),('AbFvOqnSNFKmadLNRlGGlYN2mQCiKKNCvX1lQCIETF9POBgp7ARL7646U1k9x0b7hohFkv0inwBfWg','Best experience we’ve had with a health care provider. We brought our son in for flu and a high fever and they took care of us right away! The staff is so caring sweet and attentive.','2019-02-22 18:36:35.936000','2019-02-22 18:36:35.936000',5,'Hannah Forsythe','https://lh3.googleusercontent.com/a-/AOh14Ghm6zeFWnbdtqzfHnEKKyJ6aMiiSlmF41CiZq82=c0x00000000-cc-rp','16891069708558046635',36270),('AbFvOqnsNlBKxl146mahqR9fUdklwvLPvPzi5pZBGJXf58yIoDQt0N-Emi1iQspeWbbGOICkxZ7x',NULL,'2020-07-09 00:52:52.181000','2020-07-09 00:52:52.181000',5,'Oscar E. Perez','https://lh3.googleusercontent.com/a-/AOh14Gix7GgiAahc4o87QCuPAxmXioYJ7u086R6EJkkK=c0x00000000-cc-rp','12541597562633926366',28602),('AbFvOqnsnnr7eeEUGgQfFhsgMNxLVzDv9GSbcRr4eH4VBmQNELHo1vRfmnFbRuDtH8F0sEX1X3U62A','Cristina R, Clay, and Dr Dodd were so kind and helpful!','2021-01-06 21:58:37.433000','2021-01-06 21:58:37.433000',5,'Hayden Post','https://lh4.googleusercontent.com/-Y4eX2I235DU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck89-hjJxwj-pHfFDw39R4I-EZ4Qw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',44536),('AbFvOqnSNZ0Ub7jmfIbHsmeDHajzlGdl9KrdkXW0z7FVXwfKUEnIw_7nCDSjv3RNnxIA3rIxE9ODEw','I had such a great and speedy experience. Martin Lewis is so great. They got me in right away, took care of me and such a clean great and efficient facility!','2020-03-11 00:55:25.837000','2020-03-11 00:55:25.837000',5,'Danielle Daneshjou','https://lh6.googleusercontent.com/-2AKbhrV3ptU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucltaDLGqbaea0teKGpHrAdNQp8MOg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35926),('AbFvOqnsoaPPZxa9DggSjNdwpSR2NmHm7t7MUERxxt9XwpgA9wHVSAteQSSJ14pFU6JFawdxEpF6SA','My experience here was great! Starting from the receptionist Tanishia who was very polite and helpful. The nurse Shelley was also very great as well as Dr. Pham and the 2 techs who helped.','2019-03-18 02:59:46.782000','2019-03-18 02:59:46.782000',5,'Krista D\'Cid','https://lh5.googleusercontent.com/-Nx5M4JfKaFI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucndQqhoROLx0A0TZ4Yr1VOIuaooFg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38248),('AbFvOqnsoemn8Ryx_wJtH444HbNGXR-2dnVoyATjdPiPPEPCAbPivMfJftTVxC4b_bgmKXoyiHkKrg','The 2 ladies at the front desk, Rebecca and Dyveliz were so nice! They created a very welcoming environment and kept up really friendly conversation, i actually enjoyed checking my roommate into the ER. They definitely made a possibly really scary experience seem not too bad. I would highly recommend this place over any other emergency room in college station','2020-02-28 03:14:40.315000','2020-02-28 03:14:40.315000',5,'Julianne Lowy','https://lh3.googleusercontent.com/a-/AOh14GhO2BI9am24lo0EL5oj-Zgi8ZWZsAAi7gwG0Ssv1A=c0x00000000-cc-rp','16590124370714063921',34334),('AbFvOqnSosSapylpf6bWeM_Acir8meD6_8TKpTS4U1C1u-7yhHWGIwJs4H2t9sVVDaTCsLVZhmjpiw','Took my son to get tested for Covid and even though the wait was long Maria was so nice and patient as the line got longer Supper professional.','2020-06-23 01:00:51.833000','2020-06-23 01:00:51.833000',5,'Carmen Valentin','https://lh5.googleusercontent.com/-MaGbWHjDIDs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6b6roRTR0pHHBLQHMjxw8j7G7Bw/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38811),('AbFvOqnsoTnQWWMUGQvhsatCxqtPkNBT_7kivaMwbPSHahZbmPUMXYNHzrDzIwZbFHMZqKYSBZKEwQ','The staff was so nice the DR.slyvester nurse chariah and the registration nurse Leslie where all so nice they helped my sister really quick and got her to the room fast all very nice','2019-07-29 17:39:57.486000','2019-07-29 17:39:57.486000',5,'Kathy Torres','https://lh3.googleusercontent.com/a-/AOh14GgSmYCm5g-8FfuVCmmq5UcIrqRIsCppNzWPDVDb=c0x00000000-cc-rp','3511292162159714121',40475),('AbFvOqnsOZGMnwmR50WaigsISaITSKpMNti8CNIHoEAp0LP4GwHjlQXQPnOw8J0bgSu4WU02d6J6','Amy, Dr Dang, Dion, Josh T and Erika were every welcoming and was treated by our facility unirse evryrhkng was nice','2020-01-11 05:34:31.104000','2020-01-11 05:34:31.104000',5,'Barbara Okorafor','https://lh5.googleusercontent.com/-GgECN4KArnM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck151Lm_LlteOnOs8L3ypUmPgCxzQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40350),('AbFvOqnsP0dLgEcu85SAFc1F0D-aeAzprGPidgIolPUCnI-JO8_8gVfvDXlD7x78NHdVK9VmOStucg','I was given maximum attention and care. I felt at home and properly helped and It was absolutely satisfactory. Thank you very much and God bless','2017-08-07 02:15:14.898000','2017-08-07 02:15:14.898000',5,'Lilian Likhaya','https://lh3.googleusercontent.com/a-/AOh14GiI6olMukLZmry39PiSsgNXSnxkSd3UMiOMJV9e=c0x00000000-cc-rp','17394740196501090048',37104),('AbFvOqnSP3VjkKsYc-naLx6vuiuRsyuKfN0BaEaL7srlEy3gKKSHT23DdM4vV4zSWeYQkOMf3XBL','Nice staff, great service.','2019-09-28 03:23:55.135000','2019-09-28 03:23:55.135000',5,'Maguete Diallo','https://lh6.googleusercontent.com/-pFObPvEmHsE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnGGdZPGd7z6x3ZEPpEl8zWn0JfWA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42659),('AbFvOqnSPjHahp7e3taqHUXqhIOTZeW4IRvG7Op8J3jeZCNqdlFXGFd7s7pSfwlE5eZJNge79YVwng','Kimberly and Kirby were awesome!!!!!','2020-12-11 03:43:15.673000','2020-12-11 03:43:15.673000',5,'Keisha Bryant','https://lh6.googleusercontent.com/-zlk84eTOof0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmWSxFE8uKEacbSP7LNF33VDAxxPg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38841),('AbFvOqnsPjIsig1ZSvMBKHwg4arfNidsBb8N8kqfjpRXdfNaPUJK1q9TOnI9Bfe-OWn4YBrYtjJjww','Brought my boy friend’s brother here late at night and Rondi, Miguel, and Dr. Lim took good care of us!','2020-01-10 07:07:21.378000','2020-01-10 07:07:21.378000',5,'Lauren Graff','https://lh3.googleusercontent.com/a-/AOh14Ghexb-DCT4ti6JeK7XDE34aPOadiTo43ZyZcA9I-g=c0x00000000-cc-rp','14567670160750071148',30355),('AbFvOqnspKF8pRzQsCltZwJhiujEqVLmRTDFC6l1jZwz-cXAC1mlyTVlXn_GpoMBbKNpJnXg4ifwMA','They process was quick. We were seen fast by the nurse Jani. Kelly the Rad tech showed us pictures of our baby. Patricia at registration was very friendly.','2019-12-20 14:56:20.775000','2019-12-20 14:56:20.775000',5,'Dee Pro','https://lh3.googleusercontent.com/a-/AOh14GguLHCObjm3jn-2-BNyWn_UW3TafTFmxgcqesgi=c0x00000000-cc-rp-ba3','16389487648212004696',33590),('AbFvOqnsPKh-_X2Ag6_-Kc9XpfSYYCXPRFSPeIuZVwGKmxMugf-9HHUj6sNZNF-PVqNlf6WCHgeUig','The staff today were awesome! They all had a welcoming spirit. They were all attentive, professional and very informative. We were serviced right away. I highly recommend this facility!','2019-11-05 05:00:44.565000','2019-11-05 05:00:44.565000',5,'Tawana Williams','https://lh5.googleusercontent.com/-Lgqweinnl9w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQqKLHKEXUT_jSFKKzhiR54YoSXQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30422),('AbFvOqnSpLux_M6Jgnw-IJbz9e2s-45y7BT1NZTOSwZ8FUrZRDNJjnoDOvt6FwoRuJXpQUO7hwKc9Q','A very rude staff, not a good place to go they don\'t care about you at all.Not recommend...','2018-04-19 12:44:27.964000','2018-04-19 12:44:27.964000',1,'Emma Brown','https://lh3.googleusercontent.com/a-/AOh14Gi3dHsqrwMFEHlRXBMM53nO4RjCeidoya4hZmWpTZ4=c0x00000000-cc-rp-ba3','6521947413723274945',41799),('AbFvOqnSplyJ2t9Q4lM1VuQM-9mQjmEO4Eus-IC8QmTmvRbLJVHYiWe_tiRqUGN049qLQAYIWIYl7Q','This was the best ER/Walk in clinic experience I’ve ever had. The staff was AWESOME and we didn’t have to wait at all.','2020-11-13 11:11:01.344000','2020-11-13 11:11:01.344000',5,'Daniel Gatson','https://lh5.googleusercontent.com/-rI3lARBXrpI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnjIHzUQ1Z2gVw6aOlPCOHJmKViQg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38898),('AbFvOqnSpURM9yloQ86--jxmCcgpNnO3ABOQqxbmiyPEw8sZKoJM2gu9VD3GH88gekuOUOJqWrbvwA','They took very good care of my daughter. Clean, friendly, quick and efficient quality care! Would highly recommend','2017-09-07 12:36:47.580000','2017-09-07 12:36:47.580000',5,'Nancy Davie','https://lh4.googleusercontent.com/-cJxLDJKsvCM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmtC5XU5f2AzIJjo9T2OhNPzI9mbA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30976),('AbFvOqnsQjO_qitMheadSUpxAtTN4S68oWyc09xO6Uq-loJqpmnBypp_n8FQdvNE9lw6tlZ3uEOt','I have visited this ER clinic 3 times, and each time I’ve had a very pleasant experience. The staff:\n-Dr. Ortiz\n-Ekaterini (nurse)\n-Jordan (tech)\n-Krisondra\n-Marvin (Radiology tech)\nare very helpful, and knowledgeable! Very polite, and positive atmosphere. Would return here for future treatments','2020-11-08 15:57:56.719000','2020-11-08 15:57:56.719000',5,'Hanna Robbins','https://lh6.googleusercontent.com/-rEeNuZPd3Qo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclLJQCz2NkhgF0tWNkUXL7RH78NsA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32969),('AbFvOqnSqYCrEgMyHkqqTYRMsuNHfwXegErV-DoBhC93xB-VjheqT9J8nsT2j6DomY7n54Rz43MG','We had a great experience as soon as we walked in. The front desk clerk Dee greeted us and helped explain all the paperwork needed. This place really took care of us really quickly. We will definitely recommend this place to others...','2020-09-18 19:59:55.896000','2020-09-18 19:59:55.896000',5,'Victor Saldivar','https://lh3.googleusercontent.com/-qOzpjkQQv4g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmu8SEiu8XkW2M_kqblsIiKmOhbqw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28542),('AbFvOqnSR_4FiN9E72Gj7_m9wMIlxpb373Ii7oPbI47MlUoEVNrM7Sk5mc7Lo_0egKAh1rReXqdS_w','I came here to check up on some lower abdominal pain. As soon as I got registered I was tended to. Nurse Kayla and Jessica treated me well and asked all the right questions to know what was causing my pain. Dr. Smith treated me well with regards to my pain and advising me as to what could be the issue or cause of the pain. I got an ultra sound done and turns out everything is fine, other than what could possibly have been swelling. I was given medication in case the pain comes back and also given medication while getting checked up to ease the pain. Overall the Signature Care team works diligently to take care of their patients, I had no issues whatsoever and definitely recommend anyone in the vicinity to get care from this great team.','2020-01-17 21:07:52.675000','2020-01-17 21:07:52.675000',5,'PerplexedPotato','https://lh3.googleusercontent.com/a-/AOh14Gh5SAssCRxovjeMRvf8ZrQeXRxbFNI10yxs0zlaDLQ=c0x00000000-cc-rp','14904078213800803294',32370),('AbFvOqnSr7PbV1wKJNRUIQj6iFRJSIACwq1CrCRY7noL7iaiJq_-01Z1PNUI_uAUtXISvCpMjiNmBQ','Do not go here. Went if for a bad cough and told them my chest was sore (from the cough). They went nuts and ran bloodwork and an EKG, now I\'m having a fight with my insurance company over a $10000 bill! For a cold!!','2017-12-23 17:37:26.732000','2017-12-23 17:37:26.732000',1,'Thomas Hull','https://lh3.googleusercontent.com/a-/AOh14Gjofff2R7kOSUpubj1Xbpu6HbaVUlLXUuiljHdqEkk=c0x00000000-cc-rp','14567670160750071148',30922),('AbFvOqnsR7rOUmzmWMBeDKl6fbt8u7KmmWZOW-zaRuXZr6sIpUvxjHXiup7JG7HXeFiQpD0BzFLE1w','By far the best ER experience that I’ve had since Washington state. Highly recommend them for any situation you need. Very kind and caring and knowledgeable.','2019-05-15 02:33:41.902000','2019-05-15 02:33:41.902000',5,'victoria Hinen','https://lh3.googleusercontent.com/a-/AOh14Gh5VEfsHnVlv5301Pfplg5OD96gUEGCRxmCH9Gs=c0x00000000-cc-rp','2694018788013845459',39350),('AbFvOqnSR8l7yGLOOdh-aFUktTXWpVvcPX3VDAPnrsnGQK4DhNqfDbJGGWQ-U2bQMjmkkgVtwZkyRg','They were so fast! Everyone was so nice and helpful!','2020-07-22 14:01:04.597000','2020-07-22 14:01:04.597000',5,'Lori Khan','https://lh5.googleusercontent.com/-gT6QMzZcSmA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclNnpEnmDL8XEgcXa0PAAVElKvM5A/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28588),('AbFvOqnSrcPmGAvCcvYuFnKbj3asgO-1xU4C8xKCrt7Pu71IdmyIDk_tIkZSU1qdxwyx9SkFDJIM','Arrived submitted and in a room in less than 5 minutes ! Everyone was super understanding and knowledgeable. Really enjoy them taking care of all my questions and medical issues .','2019-08-26 13:52:30.140000','2019-08-26 13:52:30.140000',5,'Dyllon Barge','https://lh3.googleusercontent.com/a-/AOh14GjRai8TDVurHCA-E2K6X8p3h39eI4PegW8x2NDLmw=c0x00000000-cc-rp-ba4','14904078213800803294',32431),('AbFvOqnSRlG1WtPsEepsvj9MITrI0-uIn9F44FXoI_ITuI-e7Oo2MBo9VGbIwde3jyT9YAJsv5hU','Fast and efficient care. Anthony and Dr Kimball made me feel comfortable and well cared for!','2019-03-13 01:25:26.848000','2019-03-13 01:25:26.848000',5,'Ashley Stumpel','https://lh3.googleusercontent.com/-HF2XiEWioBo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckKjGIaw8DCD_WWy1GCaETsEG71tA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34966),('AbFvOqnSsC9yfPuJo7lQqpIORTEtuhmGmS_-0KOpTRkMBuTn2la2543LLWOjHVSm39F43srTAt8pog',NULL,'2020-07-22 14:16:46.461000','2020-07-22 14:16:46.461000',5,'Jose Garcia','https://lh3.googleusercontent.com/a-/AOh14GgbfE0G6_uK21j0xOpdDRF1fJlkwvIRy78CAfLRgw=c0x00000000-cc-rp','14567670160750071148',30158),('AbFvOqnssOr-KPjXF4tgGMzyZg2TMsKRJV2dabsSsLk8J73sdIcX3ejg_RPpD6zbOCefMw2htuSWlw','Super friendly, well organized during this crazy time of life! Would highly recommend!!','2020-09-01 15:08:28.712000','2020-09-01 15:08:28.712000',5,'Charra Krautsch','https://lh4.googleusercontent.com/-QepL2lgla8E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm-rmp22iIEt6YXgQ2Tai3U94A-Pw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31725),('AbFvOqnSstZ_WZSxykRRsjONiLn7tHKqtc61HrT2PHdLqfBMaS9_pIDX7Kno2-NjELrZeo-8AFFOJg','My husband can in suffering from heat exhaustion very uncomfortable in lot\'s of pain they had him feeling better in no time. Not to mention I had a issue with my insurance the receptionist was so respectful when she deliver the information . Dr. Booster ,RN\'s Nikki and Sherri, Bryan, Brandon and Erica','2018-08-02 01:31:36.000000','2018-08-02 01:31:36.000000',5,'montray norris','https://lh5.googleusercontent.com/-5EU652TfEKo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm57XbPIIH3O7p3wRbhEI_K2_Zm0Q/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30795),('AbFvOqnsSVPnE76gVozRPfmwRbLwCJjn96Fi1S1SORa8qXraaS716KF9IxHz55vbIcFw7lWub3_1zg','FAST, friendly, and amazing care received here!! I will NEVER return to a regular ER at a hospital\never again!! We are blessed to have this place here in our small town!','2019-08-13 13:09:40.435000','2019-08-13 13:09:40.435000',5,'Michael Yoder','https://lh5.googleusercontent.com/-XJIBz_XsCRo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjqNiCDqRS_VM8495P8mYkX-w24w/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39824),('AbFvOqnst7WuxCfMxd6w0lw0v9qn5TtFfT3Xrvq2GTjR3fwZbZJFWV9d3jng-iB3E9nzgWP_uMT6','Great experience the whole staff treatreated me like family.','2018-07-30 14:30:23.206000','2018-07-30 14:30:23.206000',5,'Teaira Johnson','https://lh4.googleusercontent.com/-1abZOi2CO-0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJhgorGRJWDmNpdAn1sE07tsPeRw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30797),('AbFvOqnSTEJH53SxK2uy2cKjL-b33I21Jbujv0FgdiFwxb7vBBXwutCcrHihh28DNFFJ8heapM0g',NULL,'2017-05-07 11:46:02.229000','2017-05-07 11:46:02.229000',5,'Kanti Bansal','https://lh3.googleusercontent.com/a-/AOh14GiCKVKzYDC4NNGzA4jdW26TbXanp0hUppJrg9q2oQ=c0x00000000-cc-rp-ba3','16891069708558046635',36478),('AbFvOqnSttAYy0vdpyP4v0HNzRftxHTt48n-_eahxQ9CObES1Ozm3_jLoEqaFla633g8BvZ3ryLTAA','First time at SignatureCare Emergency and I am glad I went there!\nFrom registration to treatment everyone there was so friendly, helpful, & caring. This is a first class facility & staff. Thank you Dr. Jones, nurses, techs, & receptionists.','2019-09-23 23:06:49.946000','2019-09-23 23:06:49.946000',5,'Tom Stewart','https://lh4.googleusercontent.com/-2cpG0lGjTEA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnbTAGsUNqUBhnPNrjcRhzzHxBw8Q/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36122),('AbFvOqnSTZBRcXavXAqr_NnSwUMwr1ojRz6UBWMbadaDFfBckpC4zwPMJcIiCYt6tFpgRJ07qUJD9g','Best ER CARE for Covid-19 testing!\nWonderful staff and very friendly! Lizzie T. , Alanna, and Dion! Very helpful and made the process smooth!\nBest security 24/7! Thank you Deshaun! And all the stuff that works here! Highly recommend','2020-06-24 10:57:56.623000','2020-06-24 10:57:56.623000',5,'Amber Ruiz','https://lh3.googleusercontent.com/a-/AOh14Gim9pCRLg-n4IkdK7PHPAMGsmZCKHAqavM5zJ5e=c0x00000000-cc-rp','3511292162159714121',40264),('AbFvOqnsUDn2n24QW7ueWw2kNjy531Lrv4TtKwhoUBqSP5ICVUWYIfFdgplRA9zUD2AE_7alHrQiTQ','They always have such a kind and helpful staff. There’s NEVER a wait to get seen by a doctor.','2019-07-19 14:44:38.829000','2019-07-19 14:44:38.829000',5,'Sara Sanchez','https://lh3.googleusercontent.com/a-/AOh14Gj4l-TmCTRFu671KIWRlBh0GXkqwXylrJDWR-d6hQ=c0x00000000-cc-rp','17394740196501090048',36728),('AbFvOqnsuoWrNk0ye5Sj56abnpbEWvVXTjETB8Pw4H6XkIucqRPxYwzboB2xLgIdkRkLmyGehb69Vw','Alvan , Marcus, Patricia and Dr. Nguyen were all great and helpful','2020-03-03 19:55:53.652000','2020-03-03 19:55:53.652000',5,'Wolf of Gotham','https://lh3.googleusercontent.com/a-/AOh14Gg726BhYZD97XFVrDfTOtMevF3UPUSn_8Mjm3R4YA=c0x00000000-cc-rp','16389487648212004696',33301),('AbFvOqnSUPORhYptsY1bwTkTrkDZD5-srLxU88pTvqNd2ea4Co-6rtooBnCTXGPdQIfnXff1Lrc','Very friendly staff! Staff helped me immediately after check in. I would definitely recommend them to anyone needing emergency medical attention. Definitely beats going to the hospital!','2017-04-26 00:53:43.001000','2017-04-26 00:53:43.001000',5,'Lala C','https://lh3.googleusercontent.com/a-/AOh14GhtkejnLJEhKdOwtZa-puKfdbi5pQGWrnBx55MC9w=c0x00000000-cc-rp','17394740196501090048',37171),('AbFvOqnSuS8ObnAhAajKSODeptosfMPldIaifebQcHaggMElCLOMvaNgg1Gy9cMIvG4NGJkc08xk_A','They have done it again. I just pulled a muscle in my back and i was brought back immediately. I so love the staff here. Dr. Nguyrn, Alvean, Tricia, Jocelyn, and Keith B were all amazing. I recommend them for your emergency needs.','2019-10-02 15:01:13.532000','2019-10-02 15:01:13.532000',5,'monica norah','https://lh3.googleusercontent.com/a-/AOh14GiUtIcWjCsnOjtVm9vcZBy8gDANATDsH4YykceE8g=c0x00000000-cc-rp','16389487648212004696',33916),('AbFvOqnSV0DN-q_JDsA2klzXQZJEMse62CFKPDpvt4sd0tGj7yucxEp4JEnyKweG2eTwnMnCYc3q','I would like to say thank you for the care I received today. I was in pain for 3 days and you guys helped me get threw it today. Much appreciated great service! Thanks you!!!!','2020-10-07 19:20:42.806000','2020-10-07 19:20:42.806000',5,'T O','https://lh3.googleusercontent.com/a-/AOh14GjsZ2o_k3Zw5vptombrgAPYDc4BiBzJNrA0_3N50Ho=c0x00000000-cc-rp','8918455867446117794',42875),('AbFvOqnSvI-2vhh3Cy4HKp6bRxyF_AqclrhdE3ci8yWHAwsJCbkEv1iqjhibeHmRCPq8b944oerWnQ','Dr. O’Malley ,Nurse Nikkie, and Rad.Tech Jessica did a great job.','2019-04-23 07:42:03.980000','2019-04-23 07:42:03.980000',5,'Lorene Mitchell','https://lh3.googleusercontent.com/-r7mNQ9L_Qc4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmO8h37SryMoD2-epylxfYqEQ_EJw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnsVXaYc03p_sWc8pdxIlqz_eyXKcIZWeSF4O3ZaVmvnQdFe2yYAdOukgSkiwGU2eIt926U','Very kind and helpful. Excellent care, and a very nice facility.','2020-11-23 06:13:54.220000','2020-11-23 06:13:54.220000',5,'Nicole Pedroza','https://lh4.googleusercontent.com/-hDAF44rfNPU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQJtFN-rPrfOT8Q6I7FYZiAlqxVA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38887),('AbFvOqnSvYfBKx8dQd83qDOf7I3Il2IvNjfCLDVUPIFFkEEHEcl8uDomN4Pa0IGVLIbi3nGBJyQasA','Love this facility. Aerial was very patient with all the paperwork and checking me in and out!','2019-09-14 00:44:37.603000','2019-09-14 00:44:37.603000',5,'ilham kharrubi','https://lh3.googleusercontent.com/-EaK2IvvlLsI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclPpp9UyHgaxv7Koh7K809ZAgF98g/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29023),('AbFvOqnswcLcQwyBUcrsM0w1VgfNMS5iBgetvK5st7ptWgFJtBMD5e63I3svQ30CcB_kZL499gKE','Great customer service,Thanks Maya for helping my wife find her ID!','2019-12-06 21:41:04.167000','2019-12-06 21:41:04.167000',4,'Hartsvoice! Hartsvoice!','https://lh3.googleusercontent.com/a-/AOh14GhYjMl0EJXB1JpC7HYHlIw1m6n3G5oT3nOcz92r=c0x00000000-cc-rp','12541597562633926366',28959),('AbFvOqnsWe43rJdBK5wO1o4lePhOschFzCCGSWh9Mg3gPATXBNwTwebaRtkYY4vezm0PC-b_ozcziw','Very friendly, fast service and clean environment.','2020-09-09 20:06:10.545000','2020-09-09 20:06:10.545000',5,'Donjana Allgood','https://lh3.googleusercontent.com/-xwZWpFdZydw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnqCW58mUGOFXsKn3-TBys8o53aSg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39005),('AbFvOqnsWfo23ymjJBOM1Tcenf5h6ZozOvORtDT_0ghTrCEIKPFCBxPJpoOFjaUyjK7f4AlAIpj6MA','Such an amazing stuff and place ! I walked in with chest pain ! I was takin care of immediately ! The nurse explained me what tests they will do and what for( nothing unnecessary) ! I was offered a warm blanked and enjoyed a wheel chair ride to the x-ray ! That\'s my second time at the Signature care ER and I know why I came back and I will (If necessary)! Everyone is very professional the place is very clean and since you walked in you know that you are in good hands ! if you are in need of IMMEDIATE care that\'s the place to go !Big Thank you to Adam ! :)','2018-03-10 05:44:41.777000','2018-03-10 05:44:41.777000',5,'Anna Dudrekova','https://lh3.googleusercontent.com/a-/AOh14Gg4hsmhv-RfIgSO-AIDAZw0NwhbymhpMTNhRkA2Pw=c0x00000000-cc-rp','16891069708558046635',36423),('AbFvOqnswIjCUE8uzADGATaedCJeP_S9AGAT3Ga7RlgsPSG-VP1U902OSjCVCxi3HLGzDDOyc-zHdA','Very nice staff.','2019-12-17 01:41:07.555000','2019-12-17 01:41:07.555000',5,'Chance Crocker','https://lh3.googleusercontent.com/a-/AOh14GhvmIzeb9rpmoEJYsH175vQFgtlJd9Ft4FpnfOppA=c0x00000000-cc-rp','13486358490203335051',29532),('AbFvOqnSWt-N5-sFmgm4VtV26WbtGA4tVwhRPPgb0qNKVKHpz-J2dgFhExbQIEKbwZBW-7cb5QudXQ',NULL,'2020-10-17 04:07:19.381000','2020-10-17 04:07:19.381000',5,'EverettFamilyAdventures','https://lh3.googleusercontent.com/a-/AOh14Gha-4jWnogXKasw-vkr25CyvFIu2RezqMZW6O3k=c0x00000000-cc-rp','14748677429039074158',31492),('AbFvOqnSXafZdWPWVwM5gPykjfBwTZCSz0uHWOUW1zu2WBAHp4Lx0yxqQbAZqC9dma-ZlpJh3UkX','Friendly front desk check in staff Dalia R and Tracey D. . Quick care.','2020-10-04 16:40:37.979000','2020-10-04 16:40:37.979000',5,'Marlene Borrero','https://lh3.googleusercontent.com/a-/AOh14Gj1yrxVYkoONNOCUeOxLN0PkYyUKmOqf0ZhAzpegg=c0x00000000-cc-rp','8918455867446117794',42883),('AbFvOqnsXf2N3fx2pHnZfOF4NHtBBBXkxp_ZJfaR4rurEacQ9Uq6cC_pk0M-TqUFS2PH_ttoWRax','Great patient care. Fast and efficient . Thank you to all the staff','2019-06-14 17:08:45.126000','2019-06-14 17:08:45.126000',5,'Dez Hines','https://lh5.googleusercontent.com/-36JxmwPREco/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmVBp3S3ed8SP6GwL393X_qgmFoUw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39327),('AbFvOqnSXk3PjyDNmoknvHfMHW2lu3af0g1UjbEtLyhXFnmqlzSUpREiXLm2UhylrbAyxsgoHeRHIw','Great customer service and great team! Was there around 130am and it was super fast little one was feeling better! Thank you!','2019-01-15 18:36:15.297000','2019-01-15 18:36:15.297000',5,'Alma Castillo','https://lh3.googleusercontent.com/a-/AOh14GgePI32WQaUcIqrt1zQsCAlXRxmokpPK2G0mEtpcoU=c0x00000000-cc-rp','13486358490203335051',29949),('AbFvOqnSXkCUumNTpWzRFjQA-AAb7KrH7gQbGX_ZR-S3s9Gx6xsJCMJtsrDQnJkkEq1zoy8zpb77Kw','Dr. O’Mally, Marcus, and Robert were very helpful and had wonderful bedside manner. The place was really clean and they even had snacks and a kid area. If necessary I will be returning to this location. Jocelyn was nice also during registration. Thanks for being open on a holiday!','2019-05-27 17:06:28.984000','2019-05-27 17:06:28.984000',5,'Dee J','https://lh6.googleusercontent.com/-MkZK8Yicixs/AAAAAAAAAAI/AAAAAAAEwF4/AMZuuck-JgxRX8m8nfZ8AEIagepusRWW-w/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnsXMtvM15oPI-ojlTcEHWRUoD15g80RQke_MMYV96e60rFMXLtaHXMy1HNQy3DWtFBtXT57A','Took my 14 month old son in late at night on a weekday for a suspected ear infection. All the staff and providers were great! Will be back if we ever need urgent care!','2020-10-06 02:43:23.888000','2020-10-06 02:43:23.888000',5,'Allison Stuppy','https://lh3.googleusercontent.com/a-/AOh14GifmWoX8vWa2sbYmkxR5Lt5jy6hlffReJFEn0MnKg=c0x00000000-cc-rp','2077061009497551125',38492),('AbFvOqnsXVvu42cZD0hicNIy_vRamGWTnXISvPspBMt_9VqOntlBJwrfchSTGG2dv31v0C3GPZmL0w','Only ER I will go to in town from now on! So patient & caring. Not long wait time when my husband and I went. Plus very nice staff. Don\'t waste you time and go elsewhere. We had tried to go somewhere else and they discouraged us to try and get us to leave! I was shocked & in tears. VERY rude, but a friend then said to go to Signature & our faith was restored. Thank you all for helping us.','2021-01-07 15:55:31.275000','2021-01-07 15:55:31.275000',5,'Tabitha Rose','https://lh3.googleusercontent.com/a-/AOh14Ggp9-zvWhkI_Dd5fyZCZURJZ45WoNPTyuaJU-e1Ow=c0x00000000-cc-rp','16590124370714063921',44524),('AbFvOqnsY4cz96CeNdBteGHXbnoh0D74OMLJ562srEKBkKsOIkbBqebHja_I10INWC6PWIPNlNhl1A',NULL,'2020-07-06 04:40:54.318000','2020-07-06 04:40:54.318000',5,'Jocelyn Moreno','https://lh5.googleusercontent.com/-i64naehz3wU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclrDhgGq2rZrs7oqSdfCpNPuUDulg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36566),('AbFvOqnsYDbOnrZnu6-UTHbRuoxYAQ939Iq2HiJxUiJ7O5s2Q3Hr-O9x16Ycm--XFXuQ0F3Kyf-BwA','Wonderful staff & service','2020-11-21 00:56:25.344000','2020-11-21 00:56:25.344000',5,'Amanda Keys','https://lh6.googleusercontent.com/-IRgI4bgu-gM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3l7_z_LTY8joRpKNUcrZCMKBTTQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29259),('AbFvOqnSyLdCdDdMU2MqbaUbnWfN8EhgG9Id9qC0cjaizHJYNYsW1lzUZ35WY_nV9R_8_tSxjQfy','Excellent service','2018-11-02 23:03:02.182000','2018-11-02 23:03:02.182000',5,'Leslie Jaramillo','https://lh5.googleusercontent.com/-OfjIK98HRfU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmyObLj5sQow4YDBKfbTlUly--l4w/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30680),('AbFvOqnSylI53_wNyHbywVMQTlnE44Vj7d_sNubhMqKeECpTGhe_FB5PENupW5f9JuuXFfTmgcSN_w','At Signature Care, I found an excellent team of healthcare providers: from registration; Sita, Cynia, Nurse Vanessa, Paige, Radiology Tech Allison, ER Tech Cynthia, and Dr Huerta. Fast service, all of them very friendly and professional, they provided compassionate care, I highly recommend Signature Care...Ricardo Campa','2020-11-26 02:36:25.826000','2020-11-26 02:36:25.826000',5,'Ricardo Campa','https://lh3.googleusercontent.com/a-/AOh14GjBddV0JHPLbU4HnUIt1YIW81KvOK6II2PiqXYIJA=c0x00000000-cc-rp','13486358490203335051',29254),('AbFvOqnsYwIMEFFpyEWo_8hZgGybWo7-Z4lK34Khpqmnn65g5DV2v5Ol3REUjQQ6DK9FXpEN4liruw',NULL,'2019-07-07 18:22:23.811000','2019-07-07 18:22:23.811000',5,'Mar Mckinnies','https://lh3.googleusercontent.com/-qSRHSsTHRvo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckqu6lRBmdnqlE70UfvbxGAzMhPTg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34779),('AbFvOqnsyYMLX3QMFyVX_NpukmnK8K-OVrTwOtzIOlivrYtcjDdhXMnqdTMKRFKCY7lVlvis9J9b','Christina chelsey and clay did a great job assisting us with our Covid test','2020-09-13 17:12:53.041000','2020-09-13 17:12:53.041000',5,'Melissa Zuniga','https://lh3.googleusercontent.com/a-/AOh14GhnvHpE23bb2G4_M_XdWhTGn5GKdi756a5C_hNz=c0x00000000-cc-rp','16891069708558046635',35806),('AbFvOqnSyZre_KxZ1Bd3vYnJQ-YrYKqNGE6Kr3MSCWizxVTppxqqverCMlSwcPLR19CAzTRZgW0xKA','Absolutely TERRIBLE!! They say they take your insurance but three months later you will get a huge bill! AVOID going here at all cost because you will be charged an extraordinary amount! Nice staff and facility but terrible insurance policies!!','2018-04-23 20:22:51.997000','2018-04-23 20:22:51.997000',1,'Bree Salsbury','https://lh4.googleusercontent.com/-YV2YzbTaZq0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxJAvQat7CypCfGlX0nttataNlPA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35281),('AbFvOqnSZ01KxPECKqYzuFpv_iO1iZmD9863Cf1tKPm6O3rPvVwnlMTmCexhtz3nf5Hba1O7czb9UQ','I had a great experience with the Doctor as well as the staff. They were so helpful and nice. The receptionist Christina was welcoming and the nurses Shelli & Linda were nice. My mom had a rash so Dr. Elsbecker suggested an over the counter medicine.\nIn the past 5 years I have never come across such a helping and wonderful Emergency Care Center.\n\nThank you so much!','2019-06-24 03:39:28.758000','2019-06-24 03:39:28.758000',5,'Manisha Dondapati','https://lh3.googleusercontent.com/a-/AOh14Gg2IUNBGgyHooeRMtnY9aZES9tm66FxOI6N3BzP=c0x00000000-cc-rp','16891069708558046635',36169),('AbFvOqnSZJnlChIlVVyT1X34eDe69Oqd42cIgsvBbmTybIcEFLnnlrDFyaEZv2YWxIF0t7WlKBZE','Jennifer D, Nurse John Bell and Matt did a wonderful job taking care of all my health needs thank you guys you all are amazing!','2019-12-31 16:25:45.739000','2019-12-31 16:25:45.739000',5,'Retai Store','https://lh5.googleusercontent.com/-IEbMGIG1hsw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmeyTDoxX7mevgozppvs6laDRYbcA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41963),('AbFvOqnSzjv1fZmYgnyMro1mfyyGStxvmZyL24eaC0LC11-qb6V7PUDzLDwk5CHiw_5uCL0YTr0DQA','I have made a couple of visits to this facility since my family and I moved here 10 months ago. I have to say. Whether it\'s been service for my kids or myself, the team ( Dr. Elsebecker, Christina, Adam, Shelli and Chris) have been incredible. From the check in process to leaving, these guys really give 1st rate service. I appreciate that good customer service and competence is still alive.','2020-01-21 21:28:18.443000','2020-01-21 21:28:18.443000',5,'DSean Harden','https://lh5.googleusercontent.com/-2kSg0Bxwhbs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmr9-jQakWkc926rDkp_1D4MYTnwA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36002),('AbFvOqnSzwIqrBe-VDDfJxN6wAOpssYNMIHLLYOasHC6IK-jGpAwdSnIwcKuswwRwwWVJFBYcMbyUQ','First time having to come to a urgent care facility. Dr.Ngo was very detailed and explained everything I needed to know. Laura, Gina Olivia, Eve, and Natalie were all very friendly and informative.','2019-01-02 14:32:49.029000','2019-01-02 14:32:49.029000',5,'Shanay Crain','https://lh5.googleusercontent.com/-M4nlrvLjCJw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnHFwnK-xuZjfwsJzxhSO1E_X0Fhw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40770),('AbFvOqnT_QArq6xetSViAXqfSQWdL58KogJ-ZUWO7qDL53BVqXHhCpdpx52vW8Zv-mXq4IOWSXM3-g','Great staff, excellent location, and wonderful experience overall! Ke\'Aire, Churiah, Gina, Dr. Souman, Dion, and Josh all have fantastic bedside manner, are extremely personable, and overall made this entire experience tolerable. I will absolutely be back (hopefully not anytime soon!) and will refer this facility to all my friends and coworkers!','2018-08-16 02:01:01.720000','2018-08-16 02:01:01.720000',5,'Morgan Young','https://lh3.googleusercontent.com/a-/AOh14GgLXqFwbtqKphWVFJtacBhS_5AXA-STacAFGWA6Kg=c0x00000000-cc-rp','3511292162159714121',40851),('AbFvOqnT_ULgD7ZGp0ReYvsYEOxIwXwXAt6NXYhE573NKj3T6TgPScLD9c6AS3yWUcKVD74LbfRx',NULL,'2020-11-03 17:37:58.191000','2020-11-03 17:37:58.191000',5,'Tania Acosta','https://lh3.googleusercontent.com/a-/AOh14Gg5pmpJpybA2wzGDEE9QwBWJq3g5HnNkuJ_HcstiQ=c0x00000000-cc-rp','14748677429039074158',31424),('AbFvOqnt-ldBX7rtgZP3LI38_-3vKcVb55m39_gxcp7okusKmnZrTw6YxI8EAoY0ej9apkNsBbnKEQ',NULL,'2017-07-02 20:54:02.354000','2017-07-02 20:54:02.354000',5,'Kennedi Griffin','https://lh3.googleusercontent.com/-VFdr54zirxQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclCjsfe1In_xAWthM4Ftu2qr9Z0bg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41037),('AbFvOqnT-lP5FR5V_8XEkucZunr6Wf3MrSJF9_qO7W7h7gR0Ky5nfy3GfJy2_4wywMVztjvVNBx2','Very good Care and helpful !','2019-05-01 10:00:46.021000','2019-05-01 10:00:46.021000',5,'Huy Tran','https://lh3.googleusercontent.com/-vRcoh1O8k_k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnPhym3SD9-sO8GBVBNAQgy48JzgA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38194),('AbFvOqnT0YyFMquyS8GKoD2TIGHPUXWN5421ITyumx7zUE9ZQnLzBCSD2-ppBevKFsu0jp8tMyk9qg','Staff were friendly. The physician explained things very well. Quick and easy visit.','2017-10-20 01:18:08.718000','2017-10-20 01:18:08.718000',5,'Leigh Castelo','https://lh4.googleusercontent.com/-hxr80bJzkv8/AAAAAAAAAAI/AAAAAAAACpA/AMZuucnQOCYmLxe8Rcj3sHYcK5WOcua0AA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41004),('AbFvOqnT1x4vD9eFi2FovbFmJVJmfH51npHdpKPKU9CqUFhGAnmxpiVetWNJ8NpMLc5w2Yf2ZQJoKA','Great experience! No wait and the staff were so friendly. Kendra and Jacob were awesome!','2019-11-07 22:29:14.069000','2019-11-07 22:29:14.069000',5,'Este Musil','https://lh3.googleusercontent.com/a-/AOh14GgQvyNGeCJIfaSIqZqEpcPrcmeM1FG5B0aK-FPSfTs=c0x00000000-cc-rp','16590124370714063921',34571),('AbFvOqnt28WunbCDCRN8Gvanh3ecF_PtyL6njqyiRNaDJVeM8QahmCVUD2033JRaTAqrlYsgCtii-Q','The facility is very clean and bright. The registrar, Delicia was very welcoming. Dr. Ybarra and Nurse Blake took good care of my friend.','2020-01-24 16:36:27.508000','2020-01-24 16:36:27.508000',5,'Ashlee Smith','https://lh3.googleusercontent.com/a-/AOh14GjsVNh-W68vVyN5ygQSNXjk4icf4dQRmiq493mqweg=c0x00000000-cc-rp','8679688254631342173',42493),('AbFvOqnT2M6wz86tF5Oenf0VXh3AX8HZ6IH6s_cmzxj-RvdLKb37fMk8ahFC-c4_QzQL0uUSHsLZdg','The staff was friendly and showed concern. Kuddos to the registration team Carla, Regina, and Courtney T. Thank you to Alaina and Andrea for being so kind.','2020-12-20 17:47:29.092000','2020-12-20 17:47:29.092000',5,'Carlicia Bee','https://lh3.googleusercontent.com/-DNYGdlZ8yzc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckeyOIs_2c7qyS9a76Nlc8Ee_fPgg/c0x00000000-cc-rp-ba3/photo.jpg','3272657195432704501',44648),('AbFvOqnt2XGyg1ISNXmDLpCy92jIeKXM4M44ltg8Vlp1zBqqwQS8QwhBm5aobcVwoh-IGWgAssGbQg',NULL,'2019-12-12 08:57:11.365000','2019-12-12 08:57:11.365000',5,'Family Ireland','https://lh6.googleusercontent.com/-xe3bhrtJnNQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJnSwixyM8vH2dpWP6igLW-OAFaw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28953),('AbFvOqnt3EfbmV0K1b6qcQaHGvbEt5ZVrJJPwkml3tjYh3SBX8jSKcpKDomtSKfyjhKe-Viiw31-','Alvean\nMarcus\nPatricia\nThey were great had a wonderful experience.','2020-02-06 19:46:52.247000','2020-02-06 19:46:52.247000',5,'Latoya Perry','https://lh4.googleusercontent.com/-hGEEuLqCh2w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmN4a4Jz1WzB6u39UQT7zbMxTVoLQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33399),('AbFvOqnt3lx2Xk79XD74m6NARIWneSxXmGblSQ6-ZbYuoa_TuTkGWdcI-rxmXuGnwssJbYMKMDKvaQ','I am really pleased to have met the wonderful doctor Ortiz as well as Jereyia in registration, Nurse Konya, and Kerry in radiology. They are very specific about what your problems and they also make sure that you are very comfortable as well. Thanks to the Signature Care Team.','2019-02-17 21:09:23.849000','2019-02-17 21:09:23.849000',5,'Linda Curry','https://lh3.googleusercontent.com/-JTJOXbwiIOs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnOa4Lizmlox9VfcGuo_fg3F8zRmQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39376),('AbFvOqnT44fVNcWImr9HBIR2npb1VjpnpjKHhfACj_PmspmgtTr_I9Q830zw76jT4tj43Lavje-I','My daughter was treated here last night for flu type A and we had the best experience. The friendliest staff who treated my daughter like a princess. We got seen immediately, the nurse was exceptional, the doctor was wonderful, and I would highly recommend coming here if you’re in need. Thank you times a million!','2020-03-03 13:18:49.927000','2020-03-03 13:18:49.927000',5,'Brandi Heinz','https://lh3.googleusercontent.com/a-/AOh14Gg-ywCTIUjGgWzTAz7_Fq5EDknWkaEcBlXUPSqu=c0x00000000-cc-rp','14904078213800803294',32332),('AbFvOqnT4kJvxytaOYFUt7VntkA8xpH1kDf6hW-27SJOOoYB9VKg5L30ejrucwvwbHfY28F9aHDJnw','I visited Signarure Care earlier today. Kimberly, Kelly and Stephanie were very helpful. I will definitely recommend this place.','2017-03-19 01:36:33.552000','2017-03-19 01:36:33.552000',5,'Kristen zhan','https://lh3.googleusercontent.com/-w7oVnq0O6jY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmnPH4QU72566w5mkvRLrMPRksn1w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35473),('AbFvOqnt4o1wz9aIhO9bxHKQ0vcvIm43vtTpQvMO8rHgqxbqShYOM_GS5tESjtAp4BI2jZsh-r68','This is a new facility which no only appears modern but also clean and roomy. The most important part is their friendly staff is able to verify our insurance , get us in and out of the place quickly without much delay.','2017-12-16 18:01:57.135000','2017-12-16 18:01:57.135000',5,'S Wong','https://lh6.googleusercontent.com/-Ud9V-DTP6Do/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7XSKP7zKF9WF3Cqhh03vB6Wcd4w/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30931),('AbFvOqnT5JtSSwPXUXQHDg3OWNL_DsmvaB0Df7hrIjIRo8UbjM38JyzNlRWzXF4EPoKlhF5LcXDv','Sam w/ registration was very helpful. Chris C. Was awesome!','2020-11-10 06:47:23.158000','2020-11-10 06:47:23.158000',5,'Amanda Garcia','https://lh3.googleusercontent.com/-d23Kz0TAMlI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn_4XrIVKOsVRRan0eCQQKWi91fhw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30023),('AbFvOqnt5SoNiJPSe75kdNejlUpXW3pfb6AHY7xRgbN4NJGcp_DwXtA9t1j2JT4grJ6n3VrWMUGC',NULL,'2018-10-17 13:19:52.223000','2018-10-17 13:19:52.223000',5,'Evan Kainer','https://lh3.googleusercontent.com/a-/AOh14GiEEqL7bOQimbecUsNAvqM26eHW1i56PONT50O0=c0x00000000-cc-rp','16590124370714063921',35154),('AbFvOqnt5YPW6g4qSzRxV4jN_bZcHXEpriUdUkXfvC57t-LZe7AvifvOPRMqoeJJAGE4m8kjgJ3JMw','Sindy took excellent care for us at the front desk. She was quick to enter is in the system and everyone was kind in their care for us. We really appreciate their care for us.','2020-01-08 19:00:13.576000','2020-01-08 19:00:13.576000',5,'Irma Limas','https://lh4.googleusercontent.com/-MXHmdO2i86E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck-g66RUlr6HVNToaIp53qbW--rTA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30358),('AbFvOqnT6VV-XKAHXNcqq04KddsaYCxfZyHZSpWmpoELxMutVUQ1HCzjN-mDlDcs2nuiZvxFclR7nw','Scheduled COVID testing and SignatureCare made it so easy. Filed out additional paperwork upon arrival. Friendly and efficient staff. Waiting area was set up for easy social distancing. Average wait time, but nothing like a hospital ER wait time. Got swabbed and waited in our car for results. In and on our way home with results in about 1.5 hours. Luckily tested negative!','2020-07-04 23:26:41.454000','2020-07-04 23:26:41.454000',5,'Linda Lavin-Rippenhagen','https://lh3.googleusercontent.com/a-/AOh14GiRmpa5cI7i7sqsKLoeDjvWbiFwLqXYlZ7eKC2D8A=c0x00000000-cc-rp','17394740196501090048',36567),('AbFvOqnt77cEP7wsc_cHa9mBbibYGBC9H0LhkYOJT063tztOVt8_AFZ1GwVD99j_sOtfkg55u5fp','The service here was Awesome. The staff is so friendly and down to earth. I received the best care here. Lorena, Bretnie, Victoria, and Megan yall are the best!','2020-12-19 17:07:57.664000','2020-12-19 17:07:57.664000',5,'Tiffiany N','https://lh3.googleusercontent.com/a-/AOh14GiKa67PVBCM_j7sECwe4lFMl_F5mk__gStuMicmyQ=c0x00000000-cc-rp','16590124370714063921',44528),('AbFvOqnT7gWRSdO0X_zLR-26pn1TYCOvA-j4O_mdURFbD_yseUzw469TWNi-5g3uDQIH4AfaSOo8Kw','I had a good time there at Bellaire Ms Karen, Delicia, Cedric and Dr Mauldin were very helpful šŸ‘šŸæšŸ‘šŸæā¤ļø','2020-02-27 22:39:07.740000','2020-02-27 22:39:07.740000',5,'Lewis Ba','https://lh6.googleusercontent.com/-XTi3zLwcJu0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmyPPnnLO8UHpLhKGIwJHyKUJVZIA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42415),('AbFvOqnT8mhYpnmVGZO5d8U7tRjL5OpEx_VuV8KIn_DjHiA2BR_6kS1XJQ5h5dtciQzlyBrh7tLm','Very good service loved all the nurses and doctor very special thanks to Ashley S.','2019-07-12 23:04:43.224000','2019-07-12 23:04:43.224000',5,'Julianna Alvarez','https://lh5.googleusercontent.com/-3mO4BTBfnY8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmj4K9ytyehmdUPZW_bqHanrNOY3Q/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38079),('AbFvOqnT9GDXOTFNppVe2_7PyrYeM4bEBBTc4e0L66aJzbkHEh1DF17y7_Z28jWuhr97-z6_Iq5iYw','Cody nydia and Sam were very nice and made it pleasant enough. Minus the virus stuff! Would recommend','2020-07-26 16:28:02.794000','2020-07-26 16:28:02.794000',5,'Liza Sandoval','https://lh3.googleusercontent.com/a-/AOh14GiKhtq1uJB8RJAhmMOZJLfQD_zfeLDKbpSHTHlnQOY=c0x00000000-cc-rp','2077061009497551125',38770),('AbFvOqnT9jSxLEz24-XGM_OxOS8_mU75jM4qGf2RbuoF2q8iAyq8pUvRmio4lXJXXbFmpbxspVZKBA','My experience at this facility was outstanding. Everyone from the security officer all the way to the doctor made me feel at ease and cared for. Service was super friendly and quick. Very knowledgeable staff...I have already recommended this facility to friends... During such stressful times it’s wonderful to have such a great team in place ready to answer the call of fellow Houstonians.','2020-07-04 12:23:20.919000','2020-07-04 12:23:20.919000',5,'Lisa Parkey','https://lh4.googleusercontent.com/-qkpoT585bG8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmgwoQ9Nvhd9LGPFYcRBlqqDLnSiA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40255),('AbFvOqnT9pHixEhDXtwVqYSaVw4KGo6Ngk2eAPvntZZ20Bba_DQrZooSRjyjEASrN7QCqYnuFifuDA','GREAT EXPERIENCE! Everyone is so nice & great with kids! Billy did great on getting our IV done & making my son laugh! Robin came & checked on us several times & made sure we were taking care of! Courtney was awesome with both X-ray & CT!! & Dr. Simmons was very patient & great with explaining everything to us! We will be back!','2019-05-07 03:05:27.442000','2019-05-07 03:05:27.442000',5,'Shelbi Mcknight','https://lh5.googleusercontent.com/-Q_dwCsNEbRc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl8WD37bD7BBbVePO2esEL0Nx1kHw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42085),('AbFvOqntAqeknk9RykfMLBRMo7JcOr3VnU0LH-eQprACT2C8Q-LKGCgpkfLQlAkudwSJLW_KK0YGIA',NULL,'2019-05-12 14:37:00.745000','2019-05-12 14:37:00.745000',5,'Viviana Coles','https://lh3.googleusercontent.com/a-/AOh14GhZf_GS-BH1ubqdqqSgrrbtjZuT4_rek0k1fklnDw=c0x00000000-cc-rp','14904078213800803294',32468),('AbFvOqntBkEORXOsEtWG0WJMnudx9t6GJx5SpNOxKzR93YSCStHwp1FupDXQgVkjm68aeGZwXMFUUQ','Amy, blake, Dr. Rodriguez and everyone was lovely. They treated me well and nice and the service was excellent and I appreciate everything they\'ve done for me.','2020-08-01 15:52:00.930000','2020-08-01 15:52:00.930000',5,'Cherlyh Hill','https://lh5.googleusercontent.com/-Ur98iyOL_Pg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckb9NOZuU4pXpgSxrNdqDoSdJUR5g/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42344),('AbFvOqntBLrO6Ol4tY1thKDtmLH_eLx9WWiuzZv5bSO2rDU9WxuxZSar9ZWZ-7TeYdDGg5ZFr5o5','The service was amazing in every way. Marcus and Alvean made sure I had a great experience. They were very caring and professional. Going forward this will be the place for all of my Urgent Care visits!!!!','2020-03-02 18:36:09.947000','2020-03-02 18:36:09.947000',5,'Shameka Washington','https://lh6.googleusercontent.com/-lx2apULsfqM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclRwLY09iOP6ime9C77BkA2Xs5TrA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33308),('AbFvOqntCbYAel4gyNbor02PufpyBeHittFkb9ay1Bs7JwnvE5rCNmb84OQ7VrSZfpwZasY2BLVg','I overall had a good experience here. From the moment I walked in everyone was making sure I was comfortable. I didn\'t have to ask for anything- they brought me everything I needed right away.\n\nI worked with: Kendra, Morgan, Nurse Jacob, and Dr. Vankey','2019-11-03 16:52:16.183000','2019-11-03 16:52:16.183000',5,'Emma Thompson','https://lh3.googleusercontent.com/a-/AOh14GgIuzxvDQlQRYqwiOhyMT0rJc7sMsYLOnuFYwNxc6Q=c0x00000000-cc-rp','16590124370714063921',34582),('AbFvOqnTcwjGptWE6kbDttmrPmKnUW0yNf547wE5im05ZdpCsktHKd6sYYeUpu8bJkPbnGOag9QcSQ','This was my first visit and I\'m glad I chose signature care for my emergency. Everyone was polite and very accommodating.','2020-03-18 00:43:56.956000','2020-03-18 00:43:56.956000',5,'J R.W','https://lh3.googleusercontent.com/a-/AOh14GgNL6cKsMz7O3YaeXqSlIEMyWPzT0-j-HpS919tiA=c0x00000000-cc-rp','16891069708558046635',35913),('AbFvOqnTdFRqHXS5nvj2uKLRB_HTNOrqoWkd5r4XTJw5ySBqzNtLeGSqe9NafufcM81uTbwaIZXNNg','They have the best staff to make you feel very comfortable and at ease from Tory at the front desk to Jasmine. It was my first time ever to go to an ER by myself, but I can say the staff handled my situation in a timely manner. They were very informative, patient and caring.','2017-04-12 06:53:25.195000','2017-04-12 06:53:25.195000',5,'Adrianna Coronado','https://lh3.googleusercontent.com/a-/AOh14GhBOA9kSvhJTKTKEMPzaz6aGLp5yMtRkAbtW2XwrrE=c0x00000000-cc-rp','3511292162159714121',41076),('AbFvOqnTDhpoggy0yevdXDwAvisWbB6W0J7j_5VieTrwImyvVn2vFrpsY0EGq1r4Hy5V7Fl8_Lt5',NULL,'2020-10-08 03:18:38.415000','2020-10-08 03:18:38.415000',5,'Jadon Hay','https://lh3.googleusercontent.com/-D5aIXfF4mFE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclWR8RZEKeoAjSntEVWGouQzw2o7Q/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41885),('AbFvOqnTdImHwdXMnO2wtXLYfSjeepM_1X0SYqETDdtSWY0_gP2vK3ch-nOYOF9dDPcCwJ6ZqaNe','Great experience they calmed me down and took care of me.','2019-09-29 19:47:19.592000','2019-09-29 19:47:19.592000',5,'Guy Johnson','https://lh3.googleusercontent.com/a-/AOh14GiHCiBaUGVrmkPJkSSIfOd7kwKkAZOAqOeN4JQd=c0x00000000-cc-rp','16590124370714063921',34637),('AbFvOqntdxsS97Q-Jf9LYpvC11DDaRQ8Yr_zx-GU-eGUF2RUj0Cvjutl_FUgbj4To7JqNgnKqRzeSA','Really nice people and faster than Midland Memorial ER.','2020-02-01 04:13:05.356000','2020-02-01 04:13:05.356000',5,'Ana Solis','https://lh5.googleusercontent.com/-buWbCqCiDCw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQoem0ZoRN1bDNskhcFc1KER0miQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29455),('AbFvOqnte0tPVHgFgrVuGcNDqyD761kgj8krMQw5xLjARN8-ys278zyAxcxuwrieDS0mcPY_M_Rsxw','We received excellent care from Dr. Patella and nurse Sarah. The receptionist Tanishia was awesome! Loved talking to you. Thank you Signature Emergency Copperfield!','2019-11-27 09:45:25.914000','2019-11-27 09:45:25.914000',5,'OffTheTrack Woods','https://lh3.googleusercontent.com/a-/AOh14GhkTh8ATw0rn32ZqMQZ1L2qBExaCicbqwvTZEI4=c0x00000000-cc-rp','17898197009688164559',37843),('AbFvOqnTEenCvrnB-oE51Az8ctrQSoskzN0Uvc-u2_q5xuK9CGEPnY0cRKbwuaslE9xqCu2tAqB3','Great experience made the process smooth for me while getting my lip sewed up. Kaylee was super awesome and kept my spirits up even though I now have no two front teeth. Thank y’all so much','2020-07-23 08:22:00.015000','2020-07-23 08:22:00.015000',5,'CxCKSTAR R','https://lh5.googleusercontent.com/-wTqkVZRgBV4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnboorCPE-gHruQsUSvE5D8AIGCAg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31878),('AbFvOqnteFBDwJ_IRLbyMIArtqtZptt9G3QNCdYROEc0G-z-VjZv9lwDz_ck0bYpiN6kvu0KEnZs4g','Came for rapid Covid testing per referral from Dr. Braun. Waited in line, name called, quick procedure. Waited in my car for results, then on my way. Facility had security on site for any concerns or redirection. Overall, easy and great experience.','2020-06-26 06:09:45.806000','2020-06-26 06:09:45.806000',5,'Leslie McLea','https://lh5.googleusercontent.com/-CUNxIUi_q4o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDy6UuKEehK9R7HZR6PqXu14U7mA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33227),('AbFvOqnTEMtfzDtmCYf0iduSbUbtJpXU4ID4COFVDdv-4nziKIHfzXJviQnlisPt7s52B-Cq_7Jp5w','They were VERY helpful! I thought I was gonna die from a scorpion bite but I didn’t! šŸ˜‚ shoutout to Dyveliz, Dr. Vakey, Nurse Remington, Rebecca, and Laura!!!!','2020-03-16 19:44:33.470000','2020-03-16 19:44:33.470000',5,'Breara Ratcliff','https://lh5.googleusercontent.com/-XFvG4SYlOzo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclrbkT1Zf3vCl3cKzi6zk1nAWh_Zw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34305),('AbFvOqnTGszojctbB_tHmmrNcP-o459_cTiKluzme3Ak_UL-ljXfoXHMgSYAm1nV2DX_b5Yo3ZacXg','Very helpful and attentive. Didn’t want us to leave without making sure our baby was okay.','2019-07-21 02:51:02.740000','2019-07-21 02:51:02.740000',5,'Shelby Griffin','https://lh3.googleusercontent.com/a-/AOh14GhW5kF8vwDB0oboRv5zVEZuC6wYMsH-sPSOBmG0=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqnth_5TWXadTR9HsmF2_L1JfhBNvx8lzXcsnpkd7fclyPDQ9pfH3LqM-TzPGxuC35e9vvO8','They were excellent in all aspects! Extremely professional, fast, efficient and friendly. We had a wonderful experience with everyone we encountered from the receptionist to Dr. Thomas. First class service!','2015-02-07 02:01:56.044000','2015-02-07 02:01:56.044000',5,'Salwa Melki','https://lh3.googleusercontent.com/-9q95sM0pzVg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmCQfSi7DiPeDANXoiMSEiXTN1axw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38400),('AbFvOqnTh10j2tvPXIqrt9K0y6fYMWEIRjNCpFM3sn06noys8m0p_DOdo_AJen1gpMUH_sedCZMN','Mercedes and Allysa were very helpful in the registration process and Shawn K. was very helpful and caring with the testing process. Highly recommended šŸ‘šŸ¼','2020-06-20 19:56:11.096000','2020-06-20 19:56:11.096000',5,'Noble Babu','https://lh3.googleusercontent.com/a-/AOh14Gg6KJnAdD3TLNg9P4FJKDerYKoZv1fjRDk7aWsz=c0x00000000-cc-rp','8918455867446117794',43032),('AbFvOqntIC-Fl9GUpYKD_TSWLvPJiefJ-ivA_il8JEtSwwo3NIP4kyFVSpyoT0CbORHkFzADDxhN5g','Amazing service; very Attentive, accommodating Tracey and Alyssa provided one on one support, the nurses who administer the testing were very patient and calm which helped me stay calm this is my second visit and it’s always been very pleasurable and amazing. Special thank you to Tracey D','2020-10-14 16:30:23.977000','2020-10-14 16:30:23.977000',5,'victoria mclemore','https://lh3.googleusercontent.com/a-/AOh14Gh706XEQtmKoJVLjtFJYbehnPoWCg1cX631Jv05=c0x00000000-cc-rp','8918455867446117794',42861),('AbFvOqnTiOgTt561knIdnSsoFoQ-CFT7pPMuMG_JIkti5iOnFPj7hsDYq36PAJNooG4x8xXby70vpg','I always a have a good experience when I come here. The lady in registration, Maya J, was really professional. My nurse Catherine was really sweet and helpful, she made me feel at home. Scott, the ER tech is amazing, he gave me helpful pointers about my diabetes and even shared a recipe that I could try at home. Lastly, Dr. Spangler is a really good doctor, he was really efficient, made me feel comfortable, and even made a few jokes with my fiancĆ©. I would definitely recommend this hospital to anyone.','2020-01-17 00:16:31.526000','2020-01-17 00:16:31.526000',5,'Chris & Christina','https://lh3.googleusercontent.com/a-/AOh14GifxdZ8ee7yU1kH33ZVgrMvQ9fAyf84CdNNPZUJUg=c0x00000000-cc-rp','12541597562633926366',28817),('AbFvOqntizJNev1z95mDNmHnEnQ3M-Zh6eE63opFGNA6TsuNtCcj5q8h4LmwFKosjZ5iCSefcf2TtA',NULL,'2017-07-04 12:42:15.387000','2017-07-04 12:42:15.387000',4,'PlusUltraMan','https://lh3.googleusercontent.com/a-/AOh14GhRq9GUS3QZMma9ZXrKncsTUIa03B0hSOXt2fwxbA=c0x00000000-cc-rp','17394740196501090048',37126),('AbFvOqnTizQFRGyNC7x_PHUpSzl5Asu7dTBtQa7xJ4w8W_QuxKEpOwuUfcwjc_DjggPkhb6fnkCcVw',NULL,'2020-08-02 20:10:18.999000','2020-08-02 20:10:18.999000',5,'Dahila Ruiz','https://lh3.googleusercontent.com/-safj5nieeS0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnHalxA1gI9ZcMB5YHENUgRl3z1_A/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41321),('AbFvOqntJ-UuBhE5DydcmJTk77sgVSqRYcx07M7_oWp_IpmQLlx3813D_8mB5OG1EPdhV25Ab4iiOw','There was no wait at all they took us in right away. They took really good care of us and treated us very well. Thank you Sindy at the reception area made it really easy to sign in! Also thank you Gina and Kelly and Dr.Souman for all your help!','2020-01-11 16:57:16.595000','2020-01-11 16:57:16.595000',5,'rubi cabrera','https://lh4.googleusercontent.com/-sWNY4wEHSp8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclZwPtj4HkJtHTXNDnWMdxZ0-hwCw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30350),('AbFvOqntjE3ylUCF1m61IPAjGnk90re5K9TGZyg9qBWiH8pmcDlgUklOg-591vheBpFmHFSZ-qU9Dw',NULL,'2018-08-11 17:30:34.260000','2018-08-11 17:30:34.260000',5,'Andrew Stoelzing','https://lh3.googleusercontent.com/a-/AOh14GjgGGtHDukP2E6XGgN3NhqCsD56hswPPBKBNKFf=c0x00000000-cc-rp','16590124370714063921',35248),('AbFvOqntJnu4_xu4M8-d2fFZ_C69srVIBNvxeoQ0iQjPPON-WxmmbGosu72p1PrEeEIVs7dIdDFpGA','I\'ve never been in an emergency and started feeling better just because of the laughs of love of the staff. I will always come here...','2019-11-25 00:11:50.722000','2019-11-25 00:11:50.722000',5,'Theresa Alexander','https://lh3.googleusercontent.com/a-/AOh14Gge0LjRA67f6VWKpakHqPJOCdumWAveRG5Ti9SEkiQ=c0x00000000-cc-rp-ba3','16389487648212004696',33691),('AbFvOqnTk4O9GCuHqldW31LmD_qXfHQN3lLyz9q0zIO9pSl5eIkJ1AjmWORTlKA7gOCCYXUdlFx-ig','I had cut my hand badly in a fall. There was no wait, minimal paperwork and friendly front-desk staff. I was impressed by the facility, quality of care and friendliness of the staff. It was my first visit (thankfully) and far exceeded expectations.','2018-05-12 16:09:08.287000','2018-05-12 16:09:08.287000',5,'Laurie Green','https://lh6.googleusercontent.com/-kf5n5cygbBc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckOEY0IF2JtvktTnzPZWp4Z8AIvNA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36951),('AbFvOqntk7g5D1OVN5avHiHCyc-K4SQQtVnp55bwppOuC3eiwORTMdSzQp49ijX6Gr-xJ820ayC8','Great, quick service.','2020-12-26 07:40:43.156000','2020-12-26 07:40:43.156000',5,'Michael Sherrill','https://lh5.googleusercontent.com/-PbLkA4SpYJc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm2ZI8s965WsJ2ARKl8BAjLT9c63Q/c0x00000000-cc-rp/photo.jpg','17898197009688164559',43844),('AbFvOqntkri9Wr0hk5eG3waGa7L6PGMssWOCaHzOK05CBnI7eNidJ_sEfpaxsbcIOX7OuyySFYjx','Very fast and easy, no wait time, the nurse, the administration and the awesome doctor explained everything to me that I needed to know. I will definitely be back.','2019-11-13 15:36:04.105000','2019-11-13 15:36:04.105000',5,'Daniel Feagins','https://lh3.googleusercontent.com/a-/AOh14Giwd2IptTMP9F-jGWQFFm734RXQ85Xq3Cnr5hSuuA=c0x00000000-cc-rp','16389487648212004696',33768),('AbFvOqnTKuDSylSPi_r56nkbvva97M8aD4mDpm4rZsgEtx1Sf4XHO2SLTdvN8PN7jRl5TbO8hr3_Qg','The visit was amazing rashaad was friendly and helping the staff, Madonna, al, brown, Amelia and dr. Grinblata made me feel at home.','2020-02-15 01:52:26.664000','2020-02-15 01:52:26.664000',5,'Bezu Taddele','https://lh6.googleusercontent.com/-CfGYkDmUmIc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmhVypAA0llE67D-eDMnHd4iMZs_g/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36626),('AbFvOqntLAwvWqpUqftNarNo_sL8972YAHVOEihdzhU7TtWhZfJNUbarc_weHWEJ5VB6ajh5fDXFlA','For as much pain as I was in when I arrived here, I had an incredible experience. There was no wait and the staff took immediate attention to my pain and was able to diagnose my issue within just a couple of hours. The facility was practically brand new; clean and pretty. The staff was friendly and very attentive. I wouldn’t chose any other emergency care in the future. Highly recommend!','2018-02-10 11:08:49.085000','2018-02-10 11:08:49.085000',5,'Jake Riley','https://lh3.googleusercontent.com/a-/AOh14Gjac_OkJ1B4JerWbALMcC5kqtlPwUBoqpeOw9X77A=c0x00000000-cc-rp','3511292162159714121',40958),('AbFvOqntLHPDZYXNxVtxeu8qvOpYuvfpn0vjTAqMdEz3UJXIwh1FJ-CuccAQ5vUFAyPGQKx1QCf5','Everyone here was great and super nice. The staff including Kim, Dyveliz, Brad, and JR made our experience quick and easy.','2018-08-22 19:04:58.144000','2018-08-22 19:04:58.144000',5,'Tori King','https://lh6.googleusercontent.com/-MtHIZ-65AdA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnj8Q0AfenxJJLGLCNV9wBdtmSJDg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35225),('AbFvOqnTLL2y1mk3PNShWBY979Modr-Ye79Sq2XA_gT0BvYhMxe8fzir3mOoOoVz_5TX3Btowyc8tg','Best experience ever. Quick service I prefer them to my own primary doctor! They even caught my infected gallbladder that went misdiagnosed for months. I love them!','2019-06-26 04:45:37.822000','2019-06-26 04:45:37.822000',5,'Kristen Carter','https://lh4.googleusercontent.com/-uWv5SzGNulM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_Ez4YS-UcrxjidMviI0Hzy38z9w/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43242),('AbFvOqntlnV83ilyPsJl3F-1it9JOLK3GVx5gmo-OIy64c8pxzJvga5dMm6HVghfXYYZufdShl8h5Q','I visited signature Care Stafford location for a small emergency issue and was amazed with their excellent service. At Front desk met with friendly & smiling face of Aysha and then immediately taken inside . Dr. Hehman and nurse Kelly took care of my issue .','2019-06-29 17:46:21.578000','2019-06-29 17:46:21.578000',5,'IFTIKHAR HASHMI','https://lh3.googleusercontent.com/a-/AOh14GgJrdEAJ5P96Vebn2kuSfRvva3G0uXOgLWHarRpNw=c0x00000000-cc-rp','8918455867446117794',43237),('AbFvOqnTM4LOJZaARe2B-XE1-9c8_jB8I0ejQ-axQ_chwQ9LlalCTxJayEr6Seo0hSiGIt-S9KLs','The only urgent care center I will use for my family...best staff and great atmosphere','2018-10-09 12:18:27.624000','2018-10-09 12:18:27.624000',5,'Sadie Lee','https://lh3.googleusercontent.com/a-/AOh14Gif1IrLQnFGtImBgYOjkcy7kfN1LkWl6sR4u2UKKA=c0x00000000-cc-rp','8918455867446117794',43354),('AbFvOqntMhLaMrV1QSHMwefvV_HA83lFYn32dqNlhPM7zR7PWqV4zyQ-zMB0V8HVRfXvJwz9ez3c8A','Signature Care 24er has the best Doctors and Nurses ! Derek is awesome ! He made sure I was comfortable and kept me in good spirits during my visit. When he did my iv, I didn\'t even feel the needle going in. Dr Miller was on top of my care the entire visit. I felt very safe in his care. My nurses Sherya and Rachel were great ! Helpful, kind, and thorough. I will not be going back to hospital ers if I can help it.','2018-02-02 13:27:04.938000','2018-02-02 13:27:04.938000',5,'sgreen writes','https://lh3.googleusercontent.com/-wUcoI6IHFz8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnr8INJQ3tC0Si6h9454dlpj7-ZYA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30884),('AbFvOqntn5xcfpraxC7vEEB-TCpCSGnKg8fZxseKAqiS1eJDkKEYpCe_UbYleh8STIbvmunmMZ2Qzw','I brought my son in due to an allergic reaction. Jocelyn at the front desk greeted us and made the paperwork process quick and easy. The waiting area is clean and filled with snacks and refreshments. We were called to the back by Alvean after waiting for only about 5 minutes. She was friendly, knowledgeable, and offered us warm blankets. Thuy took my son’s vitals, she was gentle and nice as well. My son was quickly diagnosed (so we learned he’s allergic to shellfish šŸ’ā€ā™€ļø) and treated. We had a great overall experience.','2020-02-22 19:47:18.322000','2020-02-22 19:47:18.322000',5,'Mary Gonzales','https://lh3.googleusercontent.com/a-/AOh14GjfkgeOc-7IENuRH9Aeil1pIEY76yN4m-GmJ7mWAQ=c0x00000000-cc-rp','16389487648212004696',33343),('AbFvOqnTN8o-ufIrDWX68FigvlcDJ1Nmq2GCaQsBtCN6cvd4VWuplRs8pkuGMl5tTU6qQ5RP1RLqXg','John, Cody, and Jessica were very helpful. Great experience. Everyone was very professional and knowledgeable.','2020-09-29 13:57:55.847000','2020-09-29 13:57:55.847000',5,'Brannon Muska','https://lh3.googleusercontent.com/a-/AOh14Gg2I4eMJ3dtycWl14hvkC6Qf3jfW6PW8i2I-d6x=c0x00000000-cc-rp','2077061009497551125',38504),('AbFvOqnTne6MMiF1ffZtk-lhHObk6ZJzF6L1YMlpPOm9Lulf3pVYaE3GMZeZWPL1MwvjGW36zau4ag','The staff were really great and friendly . Dr. Jolly , Nurse Kristina , Rad : Laura , and Reg : Malissa made my visit very pleasant and was very informative explaining any questions I had in mind with my health and billing process . I will recommend anyone to visit this urgent care for any healthcare needs . Thank you for your awesome services .\n\nVanessa Williams','2018-11-17 14:51:08.403000','2018-11-17 14:51:08.403000',5,'Vanessa','https://lh3.googleusercontent.com/a-/AOh14Gj9uzA8cmXx2k2dEMHjuo1t1udIwCNh26WtDDwH=c0x00000000-cc-rp','12541597562633926366',29182),('AbFvOqnTO3ln4t85LgjvXiwoCAh3bM5D67SzJQKspkW1R_O6CpfHnYWHxlfKQw7aAqiWxCQmeg5oFg','Signature Care was amazing!! I had already been under doctors care and then on a wknd afternoon I needed immediate attention. From the first phone call with Shanna answering a few questions about their service and if they were a ā€˜real’ er to my arrival and being with Dr Anders and Nurse Trina in under 15 minutes...I had to have an immediate procedure and then be admitted for a few days for continuous care so I had the opportunity to meet several of their staff! Dr. Plante, Nurses Lisa, Manny and Kiera, Techs Pete, Marcus and Meghan!! There were several more but unfortunately I didn’t get their names...they were caring, compassionate, fast and truly worked as a team for their patients! They are informative and helpful, friendly and courteous and all went above and beyond. The facility was clean and nice and calming. Dr Anders took time with me several times to explain things and give me the team and treatment plans to finally fully recover. When in need of another er or referring someone this will definitely be the place!! Thank you for everything!!','2020-07-19 04:37:37.048000','2020-07-19 04:37:37.048000',5,'Beth Williams','https://lh3.googleusercontent.com/a-/AOh14GjorJUf_izeZfP1NYlElbTvTaHzjT6RHCZhPlX6ig=c0x00000000-cc-rp','6521947413723274945',41357),('AbFvOqnTO4njJ8Txex0JeOBgUfOyiTTv9eqmOQsanUZL7Liq73aNB8rERX28KhW9VqanVaX9MW6T8w','Always have a great experience here! Mandi, Ashtyn, and Sam at the front desk were friendly and prompt in helping me and my nurse and Tara were amazing and caring!','2021-01-08 19:52:11.624000','2021-01-08 19:52:11.624000',5,'Tracee Thrash','https://lh3.googleusercontent.com/a-/AOh14Git07re3oyBaxdnMYKn-bHJU6fptYofEDPsMvBW3A=c0x00000000-cc-rp','3272657195432704501',44635),('AbFvOqntOj5cv5Z4txLiO9AWTDkeZYJGricAT_1mC8c0Khv5-KZ9pqNoYKmRtPcKYT17CD7k5PhAdw','The office was very fast and very helpful. Would recommend for everyone to come.','2020-12-15 18:51:33.233000','2020-12-15 18:51:33.233000',5,'Giang Cao','https://lh3.googleusercontent.com/a-/AOh14GgMcpkk-zk0TVuxMMxAqbjWMqRPzNSZkkeziPk7JQ=c0x00000000-cc-rp','12541597562633926366',28420),('AbFvOqnToot59WJfiSbpeMCJTxXJ7z64To2WvE2KIAAk8vdDJC41bUGh3ypx_I7_Uvk_nks3NOGJFw','It’s a very good place with good staff and well experienced doctors','2019-11-27 02:28:07.794000','2019-11-27 02:28:07.794000',5,'Dayveed Youtube','https://lh3.googleusercontent.com/a-/AOh14GgFCcfQlKxVY3NYICatF5B6BjeB_aOjGc1Y2arvGQ=c0x00000000-cc-rp','12541597562633926366',28964),('AbFvOqntOsVT-zgtyggYVgZaWb4pZu5SP9Tx_qMr-vWFUPLNWdvSgtFxDeWUqWUCRSJz00AgXej3Fg','This location was great. Jocelyn quickly greeted us when we walked through the door and for us checked in. Robert was great. He did a quick assessment of my pain and gave me an immediate solution. Dr Appiah checked me out and gave me great follow instructions to make sure my issue was resolved. Thank you guys so much.','2019-08-31 17:15:59.750000','2019-08-31 17:15:59.750000',5,'A She','https://lh4.googleusercontent.com/-eWC3Hbispus/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcRPETmZrOmF7qfk6gQkAmsLWeUg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',34005),('AbFvOqntOwA6FkjJM5PK14twXYZT-Xttll36B-SiB5Ex9x2eND9T22zzJ2qPp-PfXaBO3MYJAVwEiw','My experience at Signature care was amazing. Nurse Kay and Dr. Garcia were very attentive and made sure I was feeling better during my stay by checking on me periodically.','2020-12-24 02:54:50.945000','2020-12-24 02:54:50.945000',5,'Rickstery','https://lh3.googleusercontent.com/a-/AOh14GgSzqcZdhgfvUP480cFHNsC-SQ7uMNMbYVTRDMAOA=c0x00000000-cc-rp','8918455867446117794',43744),('AbFvOqnTOxqaxZTpTaCVubprS9OnFQOn1yBCP6Nl2OO3AWuwICRft6BlkGHYg3-_6FxMLIoR6bpKKQ','Very nice and helpful!','2019-09-30 19:33:50.924000','2019-09-30 19:33:50.924000',5,'Abigail McKinney','https://lh3.googleusercontent.com/-cMYVplNS37o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmgKm_2_tlA_MBBQrCGWaWV2uBzlg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34636),('AbFvOqnTp53O2MhB1VXZfNiU3aGlgFxoGlLHMLES35Y7kwhSQxDYBCxfRzakoQiiq3YBbsEaz1NsNw','Very nice and warm environment. Sibienne was very nice and courteous when checking me in. My nurses were awesome as well as Dauwal, my radiology tech. Dr. Zheng explained everything I needed to know in detail. Definitely recommend!!!!!','2020-02-01 04:33:58.415000','2020-02-01 04:33:58.415000',5,'Katrena Drumming','https://lh3.googleusercontent.com/a-/AOh14GiRkq_vliu18uH1y9QnQj2SDAy158kxsJQzjKhWvg=c0x00000000-cc-rp','8918455867446117794',43125),('AbFvOqnTPalbfOKYl3qt9Tq2LF-6VOk4lUX1YfDjddEsaEuIppI6m8YagNDMPAdVMl40NCwcaa_v','Melissa greeted me at the front desk with a smile and professionalism! Promptly, Sarah, my nurse, brought me back making me feel confident they could help me with my week old insect bite that had gradually gotten worse.\nDr. Miller introduced himself and had the best bed side manner I have ever experienced.\nHe was very knowledgeable about the treatment and gave in-depth explanation for caring for it with medication.\n\nSignatureCare in West Chase is awesome! I will definitely continue to build a relationship with this staff. They really care! ā¤ļø','2019-08-30 19:48:45.006000','2019-08-30 19:48:45.006000',5,'Vicki Pound','https://lh3.googleusercontent.com/a-/AOh14GisvSGi7QooSKA_EMHMMbOlnrR-e9tLu5_lcQtVWg=c0x00000000-cc-rp','12541597562633926366',29040),('AbFvOqnTPmjbBfTQVhfzNd4NNodTRJMYxJnU3TwyZpfajDDaGbUdv7eYrJigTkfngqc4JHGANxAvXg','Great place was great the Tanishia W was a great help when i walk in and I was a fast in and out services with great staff and nurses Sarah G and Dr.N Patel every nice and easy going','2019-11-08 02:29:47.670000','2019-11-08 02:29:47.670000',5,'Breanna Woods','https://lh6.googleusercontent.com/-_pzJ_W6-fqM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmkBch42T-iIW6i_v929M5-O7DDlA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37904),('AbFvOqnTptEYufUmHwd1VvfrOl2tdGQ-tEB3WWQ_UXg0BgiZ3fce6mPk3PaMMlTInvjtTNy_Y5kEWw',NULL,'2020-11-18 15:43:45.964000','2020-11-18 15:43:45.964000',5,'Gloria Lopez','https://lh4.googleusercontent.com/-2F46rAUlMi8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckhVBYBHi41v6xxR1BmW3W0MmxFhw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31352),('AbFvOqntpVhwKfFLwbP6jXL8OXQWjJ5vePiMtiA6FzozNwf1tEiojDg7o6NrkVjulxkaE3_QMFbUdg','Thanks to Luke, Kara, Gunner, Dr. Ashbrooks, and Mrs. Linda. Yall did great!','2019-07-21 04:51:33.700000','2019-07-21 04:51:33.700000',5,'Jonathan Rader','https://lh4.googleusercontent.com/-tRI91NAMkzQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2a1OCrUq-jKxsv-Bo8DlmVr3ZTQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39845),('AbFvOqntPXchWDSoHnHNjQU8xmeISzO_KHT6dpP4AZZONwAOhE_sNYEQi9Uvnu_OFyU5WU0szcgJZw','Nurse Dawn and Dr. Yusuf were very friendly and fast. This was definitely a pleasurable experience','2019-07-18 13:47:59.970000','2019-07-18 13:47:59.970000',5,'Brett Mabrie','https://lh3.googleusercontent.com/a-/AOh14GgyZaicDj2Xp0iMGP9-aDB9wx6Ygv96P9FDudMWQw=c0x00000000-cc-rp-ba2','3511292162159714121',40485),('AbFvOqntqAdAasbMTr-V1z6G6cAsGjCNRpTx6GNrhfFjKA_45Xb9vMv67finWQUx1OxmZxAbeDUKag','Absolutely wonderful care. The nurse April was amazing. She brought me a warm blanket and bottle of water while I waited in a room.\nThe receptionist was very kind and helpful as well.','2020-10-12 15:17:48.746000','2020-10-12 15:17:48.746000',5,'Lorri Alexander','https://lh4.googleusercontent.com/-vhPVNYX3YSQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmN8LZxk3z2ZY1bJijEq4U9Du3uwQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31517),('AbFvOqnTrDRW1rYbICQGqoTKJk7niEbYO8_d260YBjEbGEhgcxq6LF86Gg4a6QCuSJHYNMS03xki','Had a wonderful experience, very fast service and also received a follow up phone call. Very thoughtful and showed compassion!','2018-03-01 20:18:31.252000','2018-03-01 20:18:31.252000',5,'Jessica Laster','https://lh3.googleusercontent.com/a-/AOh14GievY-Bt629Nc_tO9LAkLWYCUYFOVusTI17lDhbCg=c0x00000000-cc-rp','17394740196501090048',36977),('AbFvOqntRfz9PZeAxghJDphosQagrjMg7dI5rmqYafQEUoZ4ic9LrFmahfl76CiM2BKxubz7aQ3N','Everyone was very helpful and super nice.','2018-12-22 15:32:40.181000','2018-12-22 15:32:40.181000',5,'Tamika Monique Merriweather','https://lh3.googleusercontent.com/a-/AOh14GjTyQDd_5503Z0GzkxVxRMDtGFuIyDlPtjy52SOp3U=c0x00000000-cc-rp','16590124370714063921',35061),('AbFvOqnTrRS81KPV4fGA1x-_GxmbBg-YKFO_V8jUcIdm7GseQDdFcE3kcneaix_mgXfE3SVN9po5','We came here because my husband had a minor accident. He fell off the dirt bike and gouged his hand. From the moment we entered this facility to the moment we left our experience was wonderful. Everyone we came in contact with was so attentive to both of us making sure we were comfortable. I would definitely return to this location for urgent care.','2020-09-12 23:45:16.047000','2020-09-12 23:45:16.047000',5,'Diana Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GjWEbuXlnryhtYgSR4Ri75osto6qtdtewfNlHv73A=c0x00000000-cc-rp','2077061009497551125',38540),('AbFvOqnTrSXNjJpPBSheidTefXY03MDwydt43lc3IQrxddBDqhuKBmhBg_cKjylJrXDP9VdGWi5C','I came here with my fiancĆ©, and the staff was very quick and thorough. Everyone that helped us was incredibly nice, and explained everything very well. Shout out to Alvean, Tricia, Dr. Patel, and Jasmine for helping us out today! We will definitely be returning for any medical needs we may have in the future!','2019-06-06 18:34:49.192000','2019-06-06 18:34:49.192000',5,'Kaleigh Treiber','https://lh6.googleusercontent.com/--UGzt6CX9lg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnfMxNBhbEa_6Ofxt2zSP1cIbRB-A/c0x00000000-cc-rp-ba3/photo.jpg','16389487648212004696',NULL),('AbFvOqnts_9OYP3FWb7fPqQxjhPsegx6aNpkD04gQQeNbYbc1QSvt8PhdwGQ7_nJK7hMc55zFLpxEg','Quick and very helpful. Dr. OMalley was precise with the information and the nurses was accommodating','2019-05-14 22:39:45.548000','2019-05-14 22:39:45.548000',5,'Dodong Zeke','https://lh5.googleusercontent.com/-9wgYDmC_ahE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQH1LHoHdQxbptaBMRZ9sXBmMOjg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnTsqPR7M7pbdwIndv-x2DnmgxT8FqcJTDe_wBlqoBPM_CuOyVStIp4fSLtkwo2EVjpKkna','Front desk was very prompt as well as the nurses and doctor. hospitality was great and they know what there doing !!','2016-11-04 21:49:05.689000','2016-11-04 21:49:05.689000',5,'John Knaus','https://lh3.googleusercontent.com/a-/AOh14Gj4KJCwzfmk4k6rbPMrWWBiTSKSY8ljBat7gKQo=c0x00000000-cc-rp','14904078213800803294',32770),('AbFvOqntsTkiTEVzuCm8dJ_n5cyi2kPcudaDmVXa6kdBsZKypNqaibto7NVC92d2OL9qW9aXiLGVUw','Keera was great and very helpful!!!😊 Anthony was wonderful and very caring!!! Thank you SignatureCare!!!','2018-10-11 06:14:32.381000','2018-10-11 06:14:32.381000',5,'Kelly Waller','https://lh4.googleusercontent.com/-AWYd5n6rsgw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnBrZghLNJEtcnDtyZmBtUlRFdkmw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35164),('AbFvOqnTSYYC3Ie52mWMVN2g3lAs4RR_m6xCn4QFcXhl_mrthwU9o0FBiTUeBd0S_gWjvFOFOQEllw','Staff is great! Friendly, courteous, efficient and listens to you very carefully with their full attention.\n\nThe best part was the warm blanket, Gatorade, and animal crackers while watching tv in my private room. 😁\n\nI really wish I could remember all the names of those who helped me today. They were all awesome. I even got a post op call to see how I’m doing.\n\nDr: SYLVESTER, MD, CRAIG F\nNurse: Joseph Ryan B deserves 5 stars!','2019-01-20 16:53:34.306000','2019-01-20 16:53:34.306000',5,'Elva Kiel','https://lh5.googleusercontent.com/-C5QbPPxq9p8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmUSGc2jgPSHJ0KwSyFdOKwQhapNw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30620),('AbFvOqnTT0y8OFWCzrbpM2bvQkgwdMRXSKkz7xgNP7-I6t0qCADRR67f8EvPYUdHDnOo5lYcRHbQ',NULL,'2017-08-08 11:10:01.061000','2017-08-08 11:10:01.061000',5,'AISHA BLACKSTOCK','https://lh3.googleusercontent.com/a-/AOh14GgL1kKLkYD9W4IauA8cJRZjjNsM-8xEotTn6Brsbw=c0x00000000-cc-rp-ba4','8918455867446117794',43493),('AbFvOqnTtd9SZHoa7NGyAVRXuB_ed9758Prq3aRiqGz0ENaZzUjg14nxQ16v0xv1s0YNP6FQxFPW-Q','Went for a Covid test. Staff and doctors were awesome. No wait and the care was great. Very friendly and took the time to answer the questions I had. Highly recommend them and will go back for future needs.','2021-01-12 17:57:42.333000','2021-01-12 17:57:42.333000',5,'Amy King','https://lh6.googleusercontent.com/-uP-AxxmVjEU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmMR65mg5BHnTyU8hDFo6AfrPy8cg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',44572),('AbFvOqnTte0TRZDLOFad4MxrKLiztZ7BOeovzbk3uXIEiCFJoksoWBlojYsgEK9y-1b15dB7SxJ31w','Took my fiance there two days ago with abdominal pain. Everyone was very nice and pace of treatment was the quickest of any emergency room I have ever been to. The whole place looks brand knew and super clean. During my fiances ultrasound there was a family room with drinks, snacks and an arcade machine to pass time if need be. Sylvester took us back to our room and was very nice and professional. The doctor also had great bedside manners. I will be using this place again if need be! Thanks Dr. Braun and your team for the pleasant ER experiment.','2016-01-22 15:39:17.513000','2016-01-22 15:39:17.513000',5,'Christopher Sanders','https://lh5.googleusercontent.com/-3XYPQtCZ2tU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_OWJ9BQX4FvxTkn2zwwtpwpJvFQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41257),('AbFvOqnttjYov6NsAR7vedry5DItf5YQhktMAqjwCkrp9rbBC2wqtZ-hW5IkiWomYkyCLBtw5AtOxA','I was taken back very quickly and the staff was so helpful. Itza, Dr. Vakey, Rebeca, nurse Jacob and Laura did a great job. I will definitely come back here if I ever need to again.','2020-01-20 22:15:34.429000','2020-01-20 22:15:34.429000',5,'Hannah Carrillo','https://lh3.googleusercontent.com/a-/AOh14Gj4Ul6CiXB-4rV8PP9UgaOJ2RNPkxoR8MeDTgpkDw=c0x00000000-cc-rp','16590124370714063921',34422),('AbFvOqnTTqBQdeFPne9X4XcOfQ3N2NA2p3OJKT0dR8349zJeCCyS99bSrY-o5VjLwvPP8rzcIPGnow','I dislocated my knee, was in pretty bad shape and i couldn’t of been happier that i found signaturecare emergency center. I walked in and immediately got attended and taken care of. The staff and nurses were so kind and careful. They offered both me and my mother warm blankets. The doctor and Ct technologist were kind careful and knowledgeable. Took care of the problem right away.\nThank you to the nurse that took care of me: Bernadette corpuz\nMy doc: dr.chen\nCt tech: jerin\nAnd the kind woman who triaged me Wendy :)\n\nYou guys are awesome thank you for your kindness. I’m confident i will be back better in no time with all the information and care you gave me.','2017-12-29 15:26:58.385000','2017-12-29 15:26:58.385000',5,'madelyn mejia','https://lh4.googleusercontent.com/-HonCCSWWQ0c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnX6uO9XqqtFdBgOE3fBrj2-lP1oQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37011),('AbFvOqnTtQkXFmAie9T_SvH4WsAmr8T74s2JypVla4b8NKAostWyAEDSnZ4hU6mPijWkGq3Gg9CB','Incredibly fast and welcoming! We were seen within minutes of walking through the door! Everyone was very friendly and no feeling of judgement! Highly recommend vowing here when needing urgent care!','2019-11-29 21:55:50.245000','2019-11-29 21:55:50.245000',5,'Levi Dickson','https://lh3.googleusercontent.com/a-/AOh14GjdhWvp2lRmufvJMTZbr64LVSXj81k5Hxan50kRFw=c0x00000000-cc-rp-ba2','2694018788013845459',39197),('AbFvOqnTV8GpXY3RSBkafg5XD6XsWHh3nH7A5o4nEuZYHhG0DNofwreDxO8kEkXHCtZ4ytAKtVcqhQ','Leslie has customer service and allows everyone who enters to feel welcomed. The hospital is very fast and efficient. I love the atmosphere and the positivity','2019-09-09 19:35:40.645000','2019-09-09 19:35:40.645000',5,'Atire M','https://lh5.googleusercontent.com/-40CyGaEPgWg/AAAAAAAAAAI/AAAAAAAAGoQ/AMZuucmAWTJXQ7adRQRT0C50zCYy6lKYRg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40418),('AbFvOqntvw-sv0oY7dN6pNHiHiRP_p_AuNrcMNBUxZWxm177AxGwrgJucIML5NZnAaqAyrTItXcUvg','I was welcomed by both the receptionist, Patricia and security personnel, Jawanna when I arrived. All of the staff are friendly and welcoming. I received fast service and had little to no wait. My nurse, Ekaterini and Dr. Patel explained everything and answered all my questions. Even the radiologist, Kat was friendly. Hopefully will be a very long time before I get sick again, but when I do, I know where I’ll go for future emergency care needs.','2019-10-05 02:10:37.099000','2019-10-05 02:10:37.099000',5,'Bri Carter','https://lh3.googleusercontent.com/a-/AOh14GhWKtLbTxv_7PqliXqfhyTX9ndz0wc_4eN5AXyH-Q=c0x00000000-cc-rp','16389487648212004696',33904),('AbFvOqnTW0X5sh3_fsIONyg8copdW93gn219A9C4K_ZRmszAFWZar4NVz16KdaGEFahFucI36RK9Tw','Valory and Abigail are very nice!','2020-12-21 15:48:54.179000','2020-12-21 15:48:54.179000',5,'Elaine Flores','https://lh6.googleusercontent.com/-Kfdk2823z7Q/AAAAAAAAAAI/AAAAAAAAAG4/AMZuucnvQ7ILmXZV-mpNeFHTr4WkDLvBDA/c0x00000000-cc-rp/photo.jpg','15979470999169074295',43643),('AbFvOqntwSKP83v5btiq38jT-fWhaebJ6jrPem4YigPQKZ0gojVvnZ99eeKDTH1ECjvStJHUGk6Mng','Great service great atmosphere the nurses and doctor were wonderful. My second time here.','2020-02-13 16:21:41.814000','2020-02-13 16:21:41.814000',5,'Ismael Santibanez','https://lh6.googleusercontent.com/-4Xg8PBgccHg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckFlMYBewGnANxWqbbe0qJWxE2kzw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43099),('AbFvOqnTx-UgYVu-rxvPwAcC4paVHdnh_hxn3OFl0bWYI_33L3aAJRXi24kLjwcuTIGVxTKkkdPFMA','Everybody was so nice! The reception , nurses and doctor were all extremely helpful. We stayed for about 2 hours, in and out . definitely recommend if you have an emergency','2020-09-17 12:38:01.456000','2020-09-17 12:38:01.456000',5,'Khaila Gilliam','https://lh3.googleusercontent.com/a-/AOh14GjiW_f5KB-nb7-3Q0DBG7JwI8_nY9CTL0fE6zWUXQ=c0x00000000-cc-rp','2077061009497551125',38534),('AbFvOqntX7t9_RKAABoJw4joNO6NU4kI3CVKjuGUA4yIn-vBGkuimO5vrjIGUaQr2MjvBRVhkgLe','Awesome place, great energy! Friendly faces, loved speaking with Keera she was very helpful.','2019-05-30 22:05:37.076000','2019-05-30 22:05:37.076000',5,'Alexes Green','https://lh3.googleusercontent.com/a-/AOh14GjYZHqj5acg6EdiSJn0GsI8cxFU5Gc14APP8z1Jkg=c0x00000000-cc-rp','17394740196501090048',36778),('AbFvOqntXkx6Sl3w9-3cdfg62YxGj1rYOOKhC6OrwkalmNybPrqLQ3Na0jSbfywu_vlLmsOqDoUpPQ',NULL,'2020-11-22 16:03:46.304000','2020-11-22 16:03:46.304000',5,'gabriela zabaleta','https://lh6.googleusercontent.com/-AXlwz4JRSoU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckC_oxB7esWJyF7O_gdDngdiWON1Q/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37423),('AbFvOqnTXvTOnUZdAXdu5VTsVPcnGCapLI_aguMVE-_E-wNMCuZ_DypBS5F1Ey89bNDi4Vd4ZMjQlA','This would be my first and always to go for Emergency care. The staff, nurses and doctor treated me with great care and compassion.','2017-09-30 15:35:51.513000','2017-09-30 15:35:51.513000',5,'Jayden Le','https://lh5.googleusercontent.com/-5n_U3gjQ2JE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck0p0Agz09hDbADJXaqgKvrUFXJwA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37061),('AbFvOqntXZ5cBiFtWIXREUfnTKcgyBmNAn8zfRjTSphYAFRtItGFbZcY1ePX01K2H5etfsOI8_JOKg','The team at SignatureCare Emergency center were very nice and made me feel comfortable during my visit. Thank you Nurse: Savanna, Tech- William and Caroline and Dr. Pham!!','2019-07-18 00:59:19.584000','2019-07-18 00:59:19.584000',5,'SONYA FLores','https://lh4.googleusercontent.com/-LYOCr9HzbEU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucluWsjjY4nf13qX_Ed1rT1KAbYnLA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29731),('AbFvOqntYchydRDtdpjowAkmP3COUUjpbcFI4V0FwoBvryHEPyUKaIaM0MF6A9Yaz0zwwtB5N_crFw','Staff was friendly and attentive. We arrived late on a Sunday evening. We selected this location because it had comparable service/equipment to an emergency room and thought the wait time would be less. While we were seen right away it was a long while before the CT scanning equipment was ready and data processed. We left at close to midnight. While the overall visit was a five star, I had to take a star off simply because I thought the wait time would be less and was disappointed that it was not less than an emergency room visit.','2019-04-18 18:49:24.742000','2019-04-18 18:49:24.742000',4,'Catherine Rodrigue','https://lh3.googleusercontent.com/a-/AOh14GgDx39B4S6bZdqNndA0YLX3bZU1ilqRqEsHeaqNmA=c0x00000000-cc-rp','16891069708558046635',36226),('AbFvOqnTyfL7VCm-LDtrGm3OHM3BvSPYTqn4a4YgpEpGKSnLzRXem_9ef84otZY7KoN3xQ_FTbO_sQ','Josh and Alaina gave us excellent service today. They were very friendly and patient with my 5 year old son. Got me in and out fairly fast since they knew small children can become very impatient. Would definitely come back next time I’m in need of medical assistance.','2021-01-15 22:32:18.817000','2021-01-15 22:32:18.817000',5,'Elena Byrd','https://lh6.googleusercontent.com/-VTstvoPUvg0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucllGCPijRFt-8a3rfGnrUzZRYZBDw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44616),('AbFvOqntyxguNzyTEbR_XdX4MCAmDQbn7jsIAWhwTY1b4l7tTfkVV1xXoUqvT4U4vjbKGLSqfn4pFQ','I visited signature care where i was seen by lyndsey and clay. very kind, very helpful and professional. quick and easy, they were very calming and made the experience as pleasant as possible. Would highly recommend this place for your medical emergencies.','2020-11-06 16:19:51.276000','2020-11-06 16:19:51.276000',5,'Leah Chapman','https://lh5.googleusercontent.com/-Dr1vPBK9KPg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmphAuKvcyfv50ggp2B-85xWXzupQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35636),('AbFvOqnTZhBt7aDhmv7K5dblLoZgc5Hz588L__v8Jk1e2MiN8ItIWWpiCEekse6HOA-oFx4Z_oK1','Quick and easy. Great staff:)','2016-12-28 14:20:54.729000','2016-12-28 14:20:54.729000',5,'Kiara Burns','https://lh3.googleusercontent.com/a-/AOh14Gi76OFiG1Srsvd66evNZ_qGPunY8_mnRhh0Bl6-_Q=c0x00000000-cc-rp-ba2','14567670160750071148',31142),('AbFvOqntZreuecjzcQuAuSJ7o-HEGLmYGw0jOXwagluhqn04_mfBYBcTfSYIysrnZOWMUe7dUCHr4A','I had a great quick experience. Erica, Ashley k, Ashley b, alicia, and jo Beth were great','2019-06-28 13:33:14.873000','2019-06-28 13:33:14.873000',5,'Marsha Upchurch','https://lh5.googleusercontent.com/-kY5kG-XaOBY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclu7qI72RP3gwkSxZsUdoFrjsjOjA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42036),('AbFvOqnU__LFrJEE32d38E1GObahhxgs26JkbPJ5nc_2wkFURf6Meew-Uutm7Wi_o_j_LfpOieoVuA','I can\'t say enough positive things about this place and every single staff member we encountered!! Not only was the facility amazing, I\'ve never seen such positive, friendly people in a medical facility. Not sure what their secret is, but I\'d recommend this place to every single person i know in the Midland area!!','2019-09-18 17:23:05.980000','2019-09-18 17:23:05.980000',5,'Jason McIntyre','https://lh3.googleusercontent.com/a-/AOh14GjrpxjkxmzrY-JnmbDUxQWldEmpo7k7d5k91g5btQ=c0x00000000-cc-rp','13486358490203335051',29663),('AbFvOqnU-BD08wwPstxXTy7C_MA7xCvL76S33qt2i9bbbl2YTJ5F1k2kGDCBJQu1uKfwcFuphcSD',NULL,'2019-07-12 04:58:23.179000','2019-07-12 04:58:23.179000',5,'Daniel Zuniga','https://lh4.googleusercontent.com/-3wJMGnX7nko/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnb5PNHkQhZMe0aBGdRhg2LmC1Rog/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38084),('AbFvOqnU-Pp7_CwnE_v_F4FmFHdzMSDwGzLZnxxlfn-_BXItJ_gerBUwwXCfZ9HWGhFLWyOvu3ssig','Huge shout out to Dr. Chopra, Kevin and Georgia! The front desk girls Donna and Natasha registered her so quick as well!\n\nThey took awesome care of my daughter and comforted her while she had test done. Thank you so much SignatureCare!','2020-09-01 01:38:31.171000','2020-09-01 01:38:31.171000',5,'Kathy Cox','https://lh3.googleusercontent.com/-LwqlnnQk6No/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckMEIAHYmXrTR2mFlcZ95wSTUHmCw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31727),('AbFvOqnu0EdumglTzcg-dJAluov9kMBs2e_srH7ENzGeutnJx5U1ClR1DXAHIr6dDlE63qKqENeQ_g','The care that I received here was amazing. They treated me and my concerns with respect. I was informed of every step and given treatment options. Amazing staff and service.','2018-09-18 01:17:03.810000','2018-09-18 01:17:03.810000',5,'Jeremy Petty','https://lh3.googleusercontent.com/a-/AOh14GjrWUbNKzegjXCiQt7wYn3mJeQraQFAa4wkf14y-Q=c0x00000000-cc-rp','3511292162159714121',40828),('AbFvOqnU0rNUDgTUc1X1iJrXu7irLce5Xhzg_3KAGVDLkh7VT9lUoZm32BNv3-nUDGk6a6AFN6MOaw','Everyone was very nice and friendly and thoughtful Dr. O\'Malley and Alvean A and Tricia and Sibienne and Bryan all very nice.','2019-11-14 20:32:01.415000','2019-11-14 20:32:01.415000',5,'Noda Roland','https://lh3.googleusercontent.com/-Ya-V5ud1gh8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclPlYtAk-It-9i8dlqsiskS8YR4HQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33756),('AbFvOqnu3AZ_N-24XWv91p86Q8JFHsJzplHOHonxaimmnVEHZXGREZcIilq0Z1xPSQHpuE-M5NlqGw','Things were backed up because of the holidays and other places being backed up. But overall everything was great. Josh was my Tech and he did a really great job of making sure i was notified of everything.','2021-01-02 02:04:06.928000','2021-01-02 02:04:06.928000',5,'Carlos W','https://lh6.googleusercontent.com/-YMRO3hiZ1xE/AAAAAAAAAAI/AAAAAAAAAYQ/AMZuucl99lW67lqxfweFpck7PE8nqguF2g/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44251),('AbFvOqnU3nSXjUz9JEK7FDHxOdYgl1q_YUaUaWn4EVfwECPpY8msPlZ0wVtnX0lZcd7IuKBzO8iPjg','Friendly staff, in and out service.','2019-12-28 03:40:58.402000','2019-12-28 03:40:58.402000',5,'Evan Johnson','https://lh3.googleusercontent.com/-6LpEBB9_etI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnspP9cVSTznGuW6IOtC1BxrqxKQA/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32388),('AbFvOqnu3rzHIqYsJh_MDSWACdPEpO28pSQWfgF5hthY0OsCa72YJttshm9dVBzTRC7_TZnlrXN3fg','Signature Care is a great Clinic to visit. Dr Patel was an awesome Doctor. Also the staff Amy, Joey, Josh & Rommel were extremely welcoming and friendly throughout my visit.','2019-05-07 06:08:14.874000','2019-05-07 06:08:14.874000',5,'Tricey Jones','https://lh3.googleusercontent.com/a-/AOh14Gim2QJj08XDcV6I7D73PCNrJ1y24s6hVQA3BYYm3Q=c0x00000000-cc-rp','3511292162159714121',40566),('AbFvOqnU4IlOXeoAzDT9JG4rKrozHzcApf2QnOrBykoQt5yL_YlFudaxlvLeYqMlC3t8hBS8W5OB','Great place, helped me with my ear. Been here twice, would totally recommend. Dr Thomas,MD\nSusan R.\nLaura H.\nDaniel B.\nBriseida M.','2019-11-19 04:47:15.157000','2019-11-19 04:47:15.157000',5,'clarissa garza','https://lh6.googleusercontent.com/-JAx9MbCtRhI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmKI8MjulRoN9eGeMk4xXWNtKe0GA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37871),('AbFvOqnu4p4L6hpK_Qaey-e3VfUSiN66W_PUrCIFcd-ofhXMzXqFQj_ShbyZWNZTGwJi6rksOHBG1A','SignatureCare was able to help my nausea and rehydrate me late at night, as well as giving me a prescription that took care of all the symptoms within one day!','2018-07-08 23:43:34.703000','2018-07-08 23:43:34.703000',5,'Dan Rutledge','https://lh3.googleusercontent.com/a-/AOh14GigY7yxuwPU8zbIbmhgOB1yGrASGj__Aquhvq4q0w=c0x00000000-cc-rp','3511292162159714121',40924),('AbFvOqnu5sYayLxhHlEUhDj2KZJB4720InQuyClUqQtRcDkmepPGUbQgw0Fqzb6fTYPSBlpYrVhM0Q','This emergency room is excellent. Extremely caring and comforting staff. Robert, Brenda, and Chris were awesome, they made me feel right at home.','2018-10-25 22:05:49.778000','2018-10-25 22:05:49.778000',5,'Katelyn Waibel','https://lh3.googleusercontent.com/-9ZMrUdwMsR4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn9-rnq3gi5ZBAZvDgX_BmqadoPOg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43349),('AbFvOqnU6EldtKgP2YQQkWay3jg-EaB1o6ExNlQ_BLMnSD2xGVqIer3dN5yuELAi71di5fCuDXjSxw','From first walking in I was greeted by Jocelyn A at registration and offered drinks and snacks, I was then taken back to a private room where I met Dr. Iheme, Alvean the nurse, Marcus from Radiology, and Brian the ER tech who were all amazing they really turned my bad situation into a good experience, I highly recommend this location!!','2019-11-20 20:23:35.457000','2019-11-20 20:23:35.457000',5,'Tressa Cain','https://lh6.googleusercontent.com/-qH-7h1-Jtko/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxpd5Bg2CpIkJSCCDws0MF7n_ueg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33704),('AbFvOqnu6jiTf70Ss-zaeYFoYhTslFTsmtR6toPcdOyYSpkH5ODF-0F7NcoNdPVKOfc8ZHuU7NsQ','Dr Spumante was very concerned about my well being beyond the visit. Gina and Natalie are great nurses who made me feel welcome and well taken care of. I have been to other Signature Care locations this is the best one yet','2019-09-17 21:55:13.042000','2019-09-17 21:55:13.042000',5,'Kayla Peavy','https://lh4.googleusercontent.com/-C5qc1QnJLXE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmY_KTLRIAL1X-i5mJIr1a7hfosfw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30453),('AbFvOqnu6rdA94Xj8mN957METMsd26PAzIMdUFZaAWqx8dJCgX9NKy4DtJih9mH6cFikj134GNa2PQ','I came in with a friend that needed medical attention and was extremely impressed with the service. Her RN, Anthony, was very attentive and helpful as was her Tech Natalie and Dr. Vakey. They all did an awesome job and I would highly recommend them.','2019-05-20 21:33:10.331000','2019-05-20 21:33:10.331000',5,'Jessamy Tomlinson','https://lh4.googleusercontent.com/-xVRD0L9ZMrw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVoUKCQd4OjX88_3DdqtjItVQHWQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34847),('AbFvOqnu7tFd9AhSHIFM2QurtZSTHyKPEpkQvujT91hWoCaHZklP3rPxia_QmGaJyWVsjD067HgvAQ','The customer service here was amazing. We were greeted immediately. There was no wait before calling us to the back. The team took GREAT care of us. Thank you Dr. Mauldin, Tenora, James, and Tanishia. I recommend SignatureCare Emergency Center for anyone in need of emergency services. We felt like we were priority. ā˜ŗļø','2019-06-19 05:27:11.326000','2019-06-19 05:27:11.326000',5,'Anna B.','https://lh6.googleusercontent.com/-czQH0uMHHZ0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmTUHzw8ZQwwrBm3S7PrZzvc8zs5Q/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38134),('AbFvOqnU8kdLJOrv0n_oLK1WcRKINyTXC8fZfGh-0et1rrIYXEdqEYhuXhJtQJdQbPt5LeGViG3v','(Translated by Google) Very fast and friendly. They treat patients very well. The receptionists Kassandra and Tiara are very nice. Dr Omalley spoke Spanish, and he explained everything well to me.\n\n(Original)\nMuy rĆ”pidos y amigables. Tratan muy bien a los pacientes. Las recepcionistas Kassandra y Tiara muy lindas. El Dr.Omalley hablaba espaƱol , y me explico todo bien.','2020-11-01 20:01:11.235000','2020-11-01 20:01:11.235000',5,'Maria Garcia','https://lh4.googleusercontent.com/-zypQ5p8280w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm6QYviS-eCVa4XNoub0frTwfdgJQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33026),('AbFvOqnuA1556sCP2HaInD9yMEM4LV-MbGSzWlMYkVn2h8zSkcCIlbN0LfbntQWCSVpthlqrgdNiaA','I have a very good experience with all the nurses and the doctor there. They treat my wound very properly and in a very careful manner. I would recommend this emergency room to all my friends.','2017-09-13 22:38:21.216000','2017-09-13 22:38:21.216000',5,'Victor Luu','https://lh6.googleusercontent.com/-73_YE1outxQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclrHRT4Bm1k9hiQox1IHErinrRlyw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37076),('AbFvOqnUA4_dLhy29oxrhjweprShxcEuIPG7vcYJoI7WbHZIukcgxfnpA1RxMTFEuVJDkXeQ2FO0IQ',NULL,'2019-04-07 19:08:31.633000','2019-04-07 19:08:31.633000',5,'Jordyn Hayden','https://lh5.googleusercontent.com/-4Q-CuGaP8AM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmp_WekTc6BCxcPA_Il1RuZhBalxw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34907),('AbFvOqnUACNiLCma7L_6FushxpEPPsytDrTZoGbSKTucrVafG8_ajB5kKQ_sGTI--PPT0cennNj-jA','What a great experience! Thank you to our lovely team of Healthcare workers! Kara our RN, Andrea our LVN, Jaylon our xray tech, Shelbie from front desk, and Dr. Henderson. Everyone was so personable, patient, and informative! Thank you for all you do!','2020-09-26 02:57:54.845000','2020-09-26 02:57:54.845000',5,'Kawanah Wade','https://lh4.googleusercontent.com/-yNm736B_3qw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclrReOr4ib0sctIClOiaO9txTqyPw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39511),('AbFvOqnUaIpBwPad2TypRioB1YvNWnHp8zHYgOhqxYq9p9T5PWoiyUt-FnbqusCIlfRc2f2B7K0IRg','The staff was great! Super friendly and attentive. We did not have a long wait, within 10 minutes of walking in we were already being checked.\nThank you Dr. O\'Malley, Alvean, Shazia, Olivia and Patricia!','2019-12-01 19:27:31.891000','2019-12-01 19:27:31.891000',5,'Ana Sacalxot','https://lh3.googleusercontent.com/a-/AOh14GhSe6r1Q4U7fQymPyfL9iqPQWdtrAVtkj432Y8Ayw=c0x00000000-cc-rp','16389487648212004696',33650),('AbFvOqnuapCiVb5RiRGe9rpym0BGldBTWLWzP_Ak1i1mKg2txinlz0NMfDEDEgddy4M_oobJuFdLkw','My wife took my 3month old son because he had a nasal congestion and after they did x-rays on him they told my wife that he had abscess on the back of his throat and that was going to need surgery on his throat ASAP. We immediately got worried because our baby\'s health was in danger. They told us that he needed to be transported to Texas Children\'s hospital immediately.....1hr later the ambulance arrived.\nOnce we arrived at the Children\'s hospital they diagnosed him only with a stuffy nose and hoarseness(not critical) and told us that Dr. in Signature Urgent Care over looked at the X-rays and gave us a wrongful assessment....it was a scary moment that Signature made us go through...not happy with them. Can\'t wait till I see the bill from them and the ambulance šŸ˜•','2018-01-16 14:58:14.829000','2018-01-16 14:58:14.829000',1,'Alex','https://lh3.googleusercontent.com/a-/AOh14Gh2zvEzKnFyLhlw02COZjJlWZWsm8KV93ohYn3ABQ=c0x00000000-cc-rp-ba2','14567670160750071148',30898),('AbFvOqnUb4JCTGEm3kBWr0w4JAdSFmLHZAkcD9IpGlmj3s5zQs-V5FpdZ_e__KD2K8vNkdnDi2__lA',NULL,'2016-06-16 02:13:05.585000','2016-06-16 02:13:05.585000',5,'David Haman','https://lh3.googleusercontent.com/a-/AOh14Gg6iRxPndUU-P1OtaAU0x8Jr08k3VrjgUOzTSIeuA=c0x00000000-cc-rp','8679688254631342173',42777),('AbFvOqnuba2ypJmECTvlPWARt2vJKH5NyzQJ5TTm1pfqvZ8cRNUogm2aG71Ej2vZDDXzg0bmNEFcYQ','I recommend Signature Care Emergency Center. Great Customer service, Staff and Doctor.\nWe only waited 5 minutes in the waiting room then put in a room and the Doctor came in within minutes.','2020-01-06 12:21:20.774000','2020-01-06 12:21:20.774000',5,'Anna Soto','https://lh3.googleusercontent.com/-dlttlWuiuAs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckFaqXxCtM261mwFOVSNIVmyIYsvA/c0x00000000-cc-rp-ba3/photo.jpg','13486358490203335051',29493),('AbFvOqnuBgAFbZsalj84cTM5BDjAiG6uW6Y1_msa6tUPrkxhXYR0yVw78Ug5jVapmqeK0ouNNAhg','My whole crew here was amazing from start to.finish. my nurse Frankie was patient and cool. Radio. Tech was very considerate and had the lights off due to my massive headache. And Malissa signed me in and out fast !','2019-04-06 22:59:35.813000','2019-04-06 22:59:35.813000',5,'CANDACE SUMLER','https://lh3.googleusercontent.com/-etHq2QRFbOY/AAAAAAAAAAI/AAAAAAAAAY0/AMZuucknRCzzaaBH-KrWJGVRsVrDHF9wxQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29114),('AbFvOqnUC-Hu85YtGw7j1oz7toXUPtVtk1LFlRKnpdONEjhmSbZaL4Ll727xLVozOZzEAq0M-a8eQQ','The staff was friendly. They were busy so it did take some time but with all that\'s going on everywhere is taking time. They took good care of me, figured out what was wrong, and honestly I think this pain will be gone soon!','2020-05-26 10:53:51.893000','2020-05-26 10:53:51.893000',5,'A Sa','https://lh5.googleusercontent.com/-XZJ9Ruanh5o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckdX5Uf05GXqp6tRl9WwU_qReRagg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39555),('AbFvOqnUc6d4a4t66aILF0lXiDBNDVqt3yFrT9qh1VYw1wMRYn6g-TL9_ufH-l2bNFxhoiwWWiEhpA','Just arrived at the SignatureCare Emergency Center on Highway 6 South to accompany a friend who came in with with severe abdominal and flank pain. By the time I arrived she was already in an exam room with IV fluids and all pertinent procedures/labs had already been performed and were pending review. She was promptly treated for her symptoms as she waited for the results of her diagnostic testing. Minutes later she was given results with a plan of care. The staff here has all been excellent and very professional, from the front desk person to the nurses and providers in the back. We are extremely pleased with the care being provided and would definitely recommend this ER center to family and friends or return in the future if needed. Very pleasant experience so far. Special thank you to Rolly, Cindy, Lisa & Dr Edwards, keep up the great work! You are so appreciated!!','2019-06-26 07:16:18.368000','2019-06-26 07:16:18.368000',5,'Angela Beal','https://lh3.googleusercontent.com/a-/AOh14GjK15JfyjAGkGZ-Xl7oUS6ZrYK5j7D32FUzvWVLPg=c0x00000000-cc-rp','17394740196501090048',36748),('AbFvOqnucCsn-xgueS__CmpUFdMXQC37V2idOySEwQsKHZ9o-4J-E64Ylb4GGJdT9eesaR3L9-Iz',NULL,'2016-04-26 14:01:45.123000','2016-04-26 14:01:45.123000',5,'Kelia Fuentes','https://lh3.googleusercontent.com/a-/AOh14GgNr7EGrZXzPvLV_rbXBPWVCxkAUm7M2Tos3BQ1=c0x00000000-cc-rp','17394740196501090048',37360),('AbFvOqnUcEMJAlUewzwrW_QP6We3VD6AWuzEptmjLdIXvRdoxbNiPxq0Gc3Ueitsb7MPy3womKsL_Q','Excellent place fast, friendly, and very accommodating','2020-02-17 07:51:12.899000','2020-02-17 07:51:12.899000',5,'Becky D','https://lh3.googleusercontent.com/-BI2vRrCjs8o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucldpi5--x-GNLcF06I73-kc4yHMEA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41478),('AbFvOqnuD4FAsfSXhSRIxKIrE9jE7i9G-RE0pgh-etNe-3HrKBJqPtPYdu1jWnT2KaVtctEEqmh_','Came in for wound care, Keshawna was friendly and helpful. Dalal helped with my paperwork quickly. Dr Boester was very quick and was able to fix my wound and was painless. Would recommend them.','2020-10-28 22:39:19.736000','2020-10-28 22:39:19.736000',5,'Bryan White','https://lh4.googleusercontent.com/-FhRZ_GeQEXo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnrvP8JjLiLzYZg5GGYgttSYQcXtw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30040),('AbFvOqnUDGnPhDVapw3PFSXuOBYPjkHBoxkSzdbRIdJ0ZqNwj2zMaShhTLAdIRAOAhDztIwXMozJrw',NULL,'2019-10-28 02:01:05.518000','2019-10-28 02:01:05.518000',5,'Elias A. Bustamante','https://lh4.googleusercontent.com/-gszgAviFvM0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxbolTxKjkfH_eBu65_yxI10LOuw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29601),('AbFvOqnuDifBFEKzJmoECRKt3kyFuLQhadqwxDcLTss4HzZGC-VitHSM0_bOv_hAPIOsAhGXj9_9','Great service from Dr. Hasan, Erica, Tanisha, and Sarah !','2020-10-19 23:59:08.022000','2020-10-19 23:59:08.022000',5,'Claire Clendening','https://lh3.googleusercontent.com/a-/AOh14Ghb6flrcx3e5MlrfWTMpl4a1irPgTXfk1ce9o0tWQ=c0x00000000-cc-rp','17898197009688164559',37498),('AbFvOqnuDkTlvGRHFbA55v0FZckj35F6qKPf0raELXjYEMIH6iDh8kCAaa4gl73M_h13cJSB23jJXQ','Much better than going to an emergency room at a hospital. FOR SURE. They have almost everything in this facility to investigate the needs of those needing urgent care.','2019-12-08 05:04:11.675000','2019-12-08 05:04:11.675000',5,'Corrie Griffin','https://lh3.googleusercontent.com/a-/AOh14GjNgEsvmaRuDdQRkDL9vqoyJERjFegnqZgcRN6yEA=c0x00000000-cc-rp','16389487648212004696',33625),('AbFvOqnUdp8RNfLk8YK0ONH9hhlzRrcCsPWdU0acbKE3BbWZ22WnUhtUmpTM_iFvyn1jsTcF8grSvA','I visited SignatureCare with horrible abdominal pain a while back. The front desk was very welcoming, the doctor took his time explaining my options and the nursing staff was outstanding. Thank you Ke\'Aire, Norma, Churiah and Dr. Yusuf!','2020-02-09 18:41:47.988000','2020-02-09 18:41:47.988000',5,'Martha Trevino','https://lh5.googleusercontent.com/-IOOTdiSbALk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUnVippJsfbumqNFiUf211Y1fDOQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40309),('AbFvOqnudRX7q1RvCVPps6CPwv1qHgZ73IStMYyafwxUpezNhT0Kx6Ohw3gJaOL20JrhIlNB5mzpnA','Love this place it\'s way faster and staff is very friendly.','2019-07-31 04:42:00.815000','2019-07-31 04:42:00.815000',5,'Ionia Franklin','https://lh3.googleusercontent.com/a-/AOh14Gi7W4M2XPgmtMMvpHYt1kyuquWPqLnFBTEi5V80=c0x00000000-cc-rp','2694018788013845459',39294),('AbFvOqnUDzwjUtNtuesPo6vlkARVRlJLpZBt_TJAoU_LRMBX3w3YdGNJbW96BtqZ3qayO59PQLYGnA','Great visit and super friendly staff! Alexis and Jacob were super helpful','2018-08-19 19:44:52.204000','2018-08-19 19:44:52.204000',5,'Daniel Resendez','https://lh3.googleusercontent.com/-xM2cMsTzEpo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmESwEHSAkU9aketgezeGmAKcRHHQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35238),('AbFvOqnUeaAT_5chu37-9k2ukj_kafwptoCCrvAsHxk6_HZrgu4yv7pWpVescz84gSOVLZrs5ADrbg','VERY NICE PEOPLE!! everybody was amazing,they treated us very good....all the nurses the doctor and even the receptionist! explained everything to is very well,veru clean place! KEEP UP THE GOOD WORK!! šŸ‘','2019-12-22 05:14:16.287000','2019-12-22 05:14:16.287000',5,'Iris Bonilla','https://lh6.googleusercontent.com/-uUshSgQlW9U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckSuKEhQaw5zjzsQXUfmD7jeBEAIA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29515),('AbFvOqnUeelmhRnXUm2oQUoY93dV2Jge_wfITUaJuAxjPL7O9Lrq0gQgCruAA86zk8ao9clbcTHV8A','Seen immediately, before we were done with the admission paperwork! The staff is professional and empathetic. Thanks Nurse Alvean and Dr Dendy!','2019-10-04 17:12:33.626000','2019-10-04 17:12:33.626000',5,'Tunis Perez','https://lh3.googleusercontent.com/a-/AOh14Gjne2RnW3Tj0okz8VRgvxnjixMWOjhw3eCC-1l7qQ=c0x00000000-cc-rp','16389487648212004696',33908),('AbFvOqnuEgWTMkayorp4kH98-bQV3qO4Us2IBnbckalkFOPlDLTf8ZrJlgZv-BjE0zhwy3idwr8Xfw','The staff was very professional and nice! Kevin was my nurse, he is amazing. He was friendly and held good conversation. You can actually tell the staff cares about their patients! Very friendly and helpful environment. I was dreading coming to the ER but this visit has truly changed my perspective on emergency room visits.','2020-09-14 23:35:39.757000','2020-09-14 23:35:39.757000',5,'Danielle Betz','https://lh3.googleusercontent.com/a-/AOh14Gg5uK01_1sNu1vrhzgLQVxK9pqgSUKJuRwCqSId=c0x00000000-cc-rp','14748677429039074158',31663),('AbFvOqnUeHpkPK936l6jyjwVZfWpK4Fur8sMbBE3wUtjmwMqdVfeXAWMgjS1Ztw7YVEWvDhefNfaWQ','A++ Service: I do not believe I have ever had a better experience at any medical facility. The nurses were professional, prompt to every need, and very sweet. The physician was very down to earth and had an exceptional bedside manner. The front desk attendant was so very nice and helpful in the situation! Thank you all for taking care of my daughter so well!','2017-05-01 20:45:46.529000','2017-05-01 20:45:46.529000',5,'Lela Patterson','https://lh3.googleusercontent.com/a-/AOh14Giq_JIeqeV07DNyL1hm130qOBqFRovYRQJgG_LmeA=c0x00000000-cc-rp-ba2','16590124370714063921',35438),('AbFvOqnUEWvMP9Xu4tW6RTo1DYX2bG0dLnIupEBk3A9okDkeNPiTqq7uMou9TMlq6E5GxZrvWZmK-g','I usually don\'t leave reviews but this place deserves one. I had to take my son after he had a bike accident and everyone from the front desk to the nursing staff and doctor was great. They were very caring and paid great attention to my son. I would definitely recommend this urgent care clinic to my family and friends!','2017-11-02 20:48:11.999000','2017-11-02 20:48:11.999000',5,'John Todaro','https://lh6.googleusercontent.com/-pjVIIEK0fqg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHdgS_s6JnVZ7qDLDS72TSTyQXpg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29965),('AbFvOqnUf8d6elpG-pWcc59zNS93zXpahCuvkGqGvCDC8-1P4E1zAhAzyVvTm06TCTxJlM3h-j8CpA','Best hospital experience. Staff is so friendly','2018-08-20 08:00:05.480000','2018-08-20 08:00:05.480000',5,'Emily Crouch','https://lh5.googleusercontent.com/-7SWCdlhZJSM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7JN3Er32B-zXFYTbojhYVnw6ABg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43368),('AbFvOqnufbrr06jwY7C4eUCJCzLCbW-d7ecnm7WW56qhea8qXUd5Wl3NrSApddppdg7q3bxulGpfbg','Excellent service','2016-09-04 17:39:08.485000','2016-09-04 17:39:08.485000',5,'Lucero Macias','https://lh3.googleusercontent.com/a-/AOh14GjDefkQCjC-F8tJ8BafcrXCZX_Iod4zNRkUmQbgrQ=c0x00000000-cc-rp','14567670160750071148',31192),('AbFvOqnUFhYZzmddI3xZyaHyz3WPH_CDXq1HT7RZwnpBN3RLK_-4imhzPpUur750KNSczsLvhq9QdQ','Dr Smith, alvean John, jesus, and Olivia were very helpful and patient. I appreciate you guys','2019-07-27 22:51:54.694000','2019-07-27 22:51:54.694000',5,'Zoē ā€˜s Worldwide','https://lh3.googleusercontent.com/a-/AOh14GjCpPpDDQXO0q-UhZxOnYMq-StXWl7_-TtSSCpJdg=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqnuFS4zzSOgYiZ_Lt-5t-yqy-HOeASUGF2Upmpw02-ih8DeOxUWoFLtszmXmU0K5aTmbkg_ug','Dr. Wong, Geov Acosta er tca, Jessica Nguyen Rn , Chantel L S , Evelyn Avlina, Lyn Shaw Rn, Susan Grant Rn pm. Dr. Pham. They were really professional, nice and helpful. Thanks. And thanks to everyone there. Please keep the good work. My wife went back to change on her wound and the staff there were very professional, helpful, nice, starting with Dr. Kotey A, RN Shaw, Reg Edger, Rad Blakely. Thanks','2019-11-10 19:29:18.992000','2019-11-10 19:29:18.992000',5,'Richard Julian','https://lh3.googleusercontent.com/a-/AOh14Gih8yNgcZCvQSvxM64Pk7cGlw6aDNhuOBo0WQ3X=c0x00000000-cc-rp','17898197009688164559',37898),('AbFvOqnuFyfVj-LDKZSNGYZWK8xSZ1UqDJCUoaBk9Es2ccHR-1KexKyx2XX2R0Ic8vp687c7Uc5zrg','I had a really good visit. The staff here was kind and greeted you with a smile. They were genuinely concerned about your issue. I highly recommend.','2020-01-20 16:27:11.885000','2020-01-20 16:27:11.885000',5,'Buffie Holcomb','https://lh4.googleusercontent.com/-rzq_Z_4oG5c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmpVc6lHGQplgYYLXPjqMjCdg6CJA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39690),('AbFvOqnugXHiNM6VgvYdFOAieceA9MjzA8KKgd0weK_rP_L_8Y2JytXogskevIFgqWptSf46Vyn39A',NULL,'2019-02-01 20:52:36.365000','2019-02-01 20:52:36.365000',5,'veronica barrios','https://lh3.googleusercontent.com/a-/AOh14GgTkVA0pndQybmFB60nRij4b2yqm90XiNFoOQUG=c0x00000000-cc-rp','3511292162159714121',40659),('AbFvOqnUhCQAQBs881DAICK2sFXosTs4_jbuxFyQIoGCBh9o0ys2GKLe5_v47sTB83rw3WNHqgGTIA','Great place for emergency care. You’re seen and in and out as quickly as possible, depending on emergency care needs, and the staff are incredibly helpful and empathetic. Highly recommend. We saw Dr. Smith and his attending team, Holly, Daniel, Adolfo, and Rita and Adriana. They made sure my wife was made comfortable and I was well-assured during our visit.','2020-10-18 02:18:07.621000','2020-10-18 02:18:07.621000',5,'Alyssa Hatton','https://lh3.googleusercontent.com/-cTyN_Rt9WmE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckJR1evimbk-NBOSZD7XygnOxJlpw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32215),('AbFvOqnUhvHrmbJ7_kq_rtp0nWsheoJ9CwrOdUaJaN3_l2a81nsa34M0XtW88U3bRMp2kzMeTSAUdA','Always fast and professional. Doctors listen carefully to complaints and tests are done quickly!','2019-10-03 06:31:16.833000','2019-10-03 06:31:16.833000',5,'Rebecca Dildy','https://lh3.googleusercontent.com/a-/AOh14Gje_R3tciVI-XFdq484tkApYYEflNFS912YCFbo5A=c0x00000000-cc-rp-ba4','8918455867446117794',43196),('AbFvOqnuieJJSO-WhQ4N4LeGAdFDgutksQcfHe6Wl7KSqt4hjgEKbmp9bKqypt60zgEHCKq26j6JIw','Very friendly staff! Dr. Lingan was amazing and very patient with me.','2019-09-22 21:24:37.608000','2019-09-22 21:24:37.608000',5,'Leslie Contreras Ruiz','https://lh3.googleusercontent.com/a-/AOh14GiU1zKtXERTThR6OeuNmERDEyZIR_dKleBCnRVd=c0x00000000-cc-rp','16590124370714063921',34656),('AbFvOqnuilgN6DbI2o_7f363wFVUzdkkZZEe9OgOd4jj_L-HJ4eBN0X3aSzhlo2VeOFNfG9xMjRV5A','Thank you so much to all the people here (Jacque, Joy, Naureen, Brian, & Dr. Siddiqi) you guys really came through when I needed it. A broken leg would have felt a lot worse without the help from these guys! Mad love!','2021-01-13 23:27:21.886000','2021-01-13 23:27:21.886000',5,'Creaux Gaming','https://lh3.googleusercontent.com/a-/AOh14GjdTJglVGR8ZuQHzyEhmzqTVfBydaQcAmUiSttk=c0x00000000-cc-rp','3511292162159714121',44681),('AbFvOqnuioTOyUn6nbEIO02tS4eQWAgkuXGg2DbopODbVSfAoXF9cSh00jvJ3dB4AT36gONq5NL5_g',NULL,'2020-10-23 18:45:57.911000','2020-10-23 18:45:57.911000',5,'Ali Bey','https://lh3.googleusercontent.com/a-/AOh14GhCfmW_pVUtflNXDBoYedmkkfAYTawW6CJ4X10uhw=c0x00000000-cc-rp','8918455867446117794',42850),('AbFvOqnUityZ4HSCSMLbGi6WpQcFaeFkyGnQ80StbUy6sWMihocYFUCVANsg-HQGdQznSAWgxdsrUw','Everyone was so nice @ the Copperfield location. Dr. Estevez explained everything so I could understand exactly what I was experiencing. The Nurses, Sarah and Rachel were extremely helpful. The Rad Tech Nancy made me feel so comfortable. The facility was very clean and my wait time was very short. I would definitely recommend this location if you want a relaxing environment that will make sure you are well taken care of.','2019-12-03 04:01:01.869000','2019-12-03 04:01:01.869000',5,'Natural Monai\' Love','https://lh3.googleusercontent.com/a-/AOh14Ggzs8ZNYoWalTb_Uozt2qsJk8Fh7xHP1ZHQC-bxXFg=c0x00000000-cc-rp','17898197009688164559',37833),('AbFvOqnUk5PJgsGU1Ge0OtsnC78sNtJXw7XnGH3xOWJOGzEdVnwC6f6jT2WOh8Mtx3DEzUTwvOEj','Very friendly staff! We were helped by Dr.Herbert, RN Remington, RN Jeri and Laura in radiology. By far the best ER experience we’ve ever had. Would give 5 stars but young blonde receptionist with clear glasses was very rude to us on the way out. The previous receptionist was better!','2019-12-08 13:35:22.270000','2019-12-08 13:35:22.270000',4,'Adrian Alegre','https://lh3.googleusercontent.com/-PPjA7xZQjJM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm2JFEAlB-c2KqtAxsujW9TaTJa1A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34514),('AbFvOqnUkbeZnjHdC19Nus6yb2TbTk_Ok4r48dNpUP4k3PoCT5QYENQJaAxB26x5gkcT_6TC6nUE','Very convenient. Quick, easy and great services! Would recommend to anyone.','2020-05-30 20:38:43.166000','2020-05-30 20:38:43.166000',5,'Jessica James','https://lh4.googleusercontent.com/-Up9NxUdWd70/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6B4Hfv5dZA2KCJE6gbCMsvMKF0g/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43044),('AbFvOqnukE1uEBHfPT9TdEqtQ0YKW2yt_hHxxoNN3fugSvmwmQSyOvDyd5_1KsGcrpd_NpnvQ4shHw',NULL,'2019-08-01 18:40:07.321000','2019-08-01 18:40:07.321000',5,'Marnie Walski','https://lh6.googleusercontent.com/-xgPzDXm8u6o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclTJwh1IATQI3KBLUyD8hR-xT7bYA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnukgQBznUH2D4K5eFhO32T5Oo6csDvVg4oeGpNbXjQUGBckFzrVolI8YWfJez7pn5TtL15',NULL,'2019-12-08 03:11:06.513000','2019-12-08 03:11:06.513000',5,'Alejandro Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GjCSG-BgO_9XvjT_e29BDHR4onjc4cax_uBvPlu=c0x00000000-cc-rp','16389487648212004696',33626),('AbFvOqnuKJK5-4LUd7H95Wk-eCCwBRVZx_t9AxfsUV7zwSKUpgRWtfG8-zKKk0iHxAVyucxxeyga','Great experience very fast and patient','2019-02-02 19:33:47.868000','2019-02-02 19:33:47.868000',5,'Patrina Joffrion','https://lh6.googleusercontent.com/-3McmHbTl3O4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKoqpkoGPWk4uulQggLOnA_qx2Dw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36828),('AbFvOqnUkoRr8yWciCkXbMWW5BMLED7XUJ6V0YffthMERfjrgOxtlaWt1BtT6pkX4BzSYRd7Itpf','Dr. Pham and his staff provided excellent care while I was there. Fast check-in and no waiting. Everyone was very nice and took their time with me. Thanks to Alvean, Marcus, Vanessa and Keith for your care','2019-11-19 18:59:59.325000','2019-11-19 18:59:59.325000',5,'Fabiola Rivera','https://lh3.googleusercontent.com/a-/AOh14GinJXkerZ-wVHPH4dTbiKtSWGDy7AUo6SjKd4b0lRU=c0x00000000-cc-rp','16389487648212004696',33718),('AbFvOqnUkphDqC1JzaAV5sSM2Vz3uRJWtZ5-ZnExUUuEhiqs21qyUFEoMlCSz4gZfGXv9NYSZAYy','Very convenient location for covid testing in the east Williamson county area. Respectful and knowledgeable staff. Got my results in 15-20 minutes.','2020-09-28 18:55:16.026000','2020-09-28 18:55:16.026000',5,'Fredy Castro','https://lh6.googleusercontent.com/-3yTjGWqPXo4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7Olc6dKeE93bLLbOvsnxBI78f3Q/c0x00000000-cc-rp-ba3/photo.jpg','2077061009497551125',38508),('AbFvOqnULdM7WA5e0nqTKm0QmDqQEtaYnfQ6yGo27i4Wcaxprv6bFspFoj83Avmwm3pnQcyrYOC0','Great service! Our nurse Jessica was awesome!','2019-10-07 00:27:21.152000','2019-10-07 00:27:21.152000',5,'ariana ramos','https://lh5.googleusercontent.com/-S1iUwUYVVO4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMnQqULFXSzfN_HDSuYjNJRjFqlg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41588),('AbFvOqnUlf4wqT7QPtRMXfxK72HKD95_jUfhtEZe3oBKmwjKPzWTQSuxc6tmQ5f9mztiJ2q4nPPScg','Very fast and friendly service!','2020-10-24 20:05:01.619000','2020-10-24 20:05:01.619000',5,'Elrick Lopez','https://lh3.googleusercontent.com/a-/AOh14GhR4HDA77bOr2F5eYSKWVXCZcPVprFAhBhCNeeX=c0x00000000-cc-rp','6521947413723274945',41283),('AbFvOqnUlYSlbUsk5WdmnChv-wllLJsm-awuJvKT6VXi_xMUHnoL0jv_xm3HptTLSkAfotIdntOyhQ','My Doctor was the best. When I arrived they seem on the spot. No waiting time. Thanks to all of the staff.\nDr.Miller\nRN: Melissa RN:Sherri\nRAD: Bryan\nTech: Natalie\nReceptions Evelyn!!\nThank you all for a Great Job!!\nMany Blessings to You All!!','2019-01-04 00:12:58.852000','2019-01-04 00:12:58.852000',5,'Denise Flanagan','https://lh6.googleusercontent.com/-IBJmGcmgLwk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck8x6p1zluQbj45L3iMNuPKaeqBjQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30653),('AbFvOqnUM-77nd-NDBrJTOUj6LUV2O5SQ3wQi9IZ7ESYU_dMlnWTIoAW8wW7xeT6ptKCHDEUD2TonA','From the front desk to the nurses and doctors to the radiology technicians, I received personal and professional care. Each person addressed my questions and concerns and wanted to make sure I felt heard and comfortable. Thank you to Dr. Elsbecker, Katie, Townsend, and Amanda. You will be our go-to for emergency needs.','2019-12-02 22:46:24.825000','2019-12-02 22:46:24.825000',5,'Damey Meyer','https://lh3.googleusercontent.com/a-/AOh14GgmLdCGr4YzEOGeb2TBPU3-_O1ssvQcR8E1VlHuBA=c0x00000000-cc-rp','16891069708558046635',36061),('AbFvOqnUm4V0PIXxox36QVPUGSVbyKoAGmRp54upeU9mRR4CHhvxO1DnTifZBtTLTIXJejqvOtTu','Stephanie Natalia and other staff were cool.','2019-11-17 02:40:27.091000','2019-11-17 02:40:27.091000',4,'Henry Hill Jr','https://lh3.googleusercontent.com/a-/AOh14GgM3m9pHM1OlUXqMGKk9WBLBmEsC-iAjj8qXgc8sA=c0x00000000-cc-rp','8679688254631342173',42580),('AbFvOqnUMnEm02JIvz8sUlBGRAtCwWLyOgJBeNwi_Nu2_R7beUMSmaAkgdZkzX1Fady0icH-39ot','This was by far the best experience I’ve ever had! Went in for an allergic reaction I was helped right away with registration with Delfino he was very helpful beginning and at the end of my visit. I panic at any sort of clinic er etc. The RN, Katie I believe was her name was Amazing she talked to me through every step she was very patient with me and I loved that. Doctor WANG was I credible had a lot of knowledge and his diagnosis and treatment was on point ! I highly Recommend them !','2019-08-05 16:17:36.247000','2019-08-05 16:17:36.247000',5,'Vanessa Juarez','https://lh3.googleusercontent.com/a-/AOh14GiEjsjDnuB8jeWwSb2k0eVZ1dkzzrJaqxCRxEyRubA=c0x00000000-cc-rp','16891069708558046635',36153),('AbFvOqnUnipYy5U7YbEUKux4hwDb6EUxWvOjdgCjRa9_rNQejadupEIZJ-x1UFJ5DonuE81mLMKNCQ','First rate treatment 110% all the way. The facility is extremely clean, organized and efficient. From start to finish , I was treated immediately with expert care and compassion. The staff is friendly, informed and and very clear in aftercare and direction. I was not zero pressure and I knew I was in great hand. This office has a great vibe and it resonates thru staff. Thank you Lingan,Martin,Linda,Christina C. And Chelsey. Your Urgent Care is by far the best I\'ve experience including CA. Arizona NY and Colorado. Hey Life happens when we work hard. I\'m thank to have found Signature Care EC.','2020-02-05 20:17:36.371000','2020-02-05 20:17:36.371000',5,'Ron Matty','https://lh3.googleusercontent.com/a-/AOh14GjY5xtcFPQSgypVoLq7LoE7u6HlSQUgq7JNtgssgA=c0x00000000-cc-rp','16891069708558046635',35979),('AbFvOqnUnOEJPSOtxDprgwdlXqx8vHRIShl4cMQGFK7-xh9kTTfXDC2vQkBo2CuTVVWnmFiKWuPEsw','Clay, Chelsey, and Christina were kind and helpful To us','2020-09-13 16:46:19.383000','2020-09-13 16:46:19.383000',5,'Pris','https://lh3.googleusercontent.com/a-/AOh14GioIgsGvnUcdkN8f495nk0L-5EaUw5_eElGRd3H=c0x00000000-cc-rp','16891069708558046635',35807),('AbFvOqnuNpCBUzSzEoMJu4_eNL8p8UzFYb7E2emQmW8DryEa1gVK0vhN9YmW3WYNaonIUWX1D7o4rA','The whole staff was really helpful. Jasmine the receptionist was the best. Literally the best ER I\'ve ever been to.','2017-03-14 05:31:55.445000','2017-03-14 05:31:55.445000',5,'Zach Porter','https://lh5.googleusercontent.com/-hQDlxb62puU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucneezSWVyZcNA28gBKlJBEcx7IIMA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31084),('AbFvOqnUnWdcrsAQe5iY9Y3kKatXpLBzCfCYMRbj9WDxlu7XzDp8KFNZcKbirT6Q0e6i0BI1VulWGQ','Took stepson to signaturecare, Michelle,Kim, and Sherri took really good care of him explained what they where doing and why. Sure beats waiting at hospital.','2019-08-14 23:00:37.636000','2019-08-14 23:00:37.636000',5,'Justin Akin','https://lh3.googleusercontent.com/-sIT7h8-FOvQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn1jDeyJcN1sQRshg_IG_ARSD8DNg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39819),('AbFvOqnUoddxXECTQCdRFI_hVIZic3Adyw3UbaRtwWmX3N0UOifCnpZ4ZMu8IXCUYZqm7wBozeTa','SignatureCare was great and got my boyfriend in really quick after he burned himself. They were reassuring and very helpful.','2019-07-17 17:54:45.095000','2019-07-17 17:54:45.095000',5,'ASEA TV','https://lh3.googleusercontent.com/a-/AOh14Gi4dwZ4D6Dlbza8YS7jS5sEmK6do809VkpbxrY4=c0x00000000-cc-rp','16590124370714063921',34758),('AbFvOqnuoQkvhWAyBtdiFX2RgAI3C99_S3pyfFb9M4dflqaeioQt-k2AlExFLsnGJz_b6wmk1nSSqw','vanessa and nicole were great! friendly and quick :)','2020-10-21 01:40:52.753000','2020-10-21 01:40:52.753000',5,'Aaliyah Matteson','https://lh5.googleusercontent.com/-N91E3owtMzQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmt62EfBxaH2WEVoUprfrgPwz_67g/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40149),('AbFvOqnuOs6QVpIpdRiQatj3udtyj18yPAITGvx5dpztaVOtFRvmHLaeI05HB7R3fcWvYvBEyL2z','Went in to see if my son was ok after hitting his head and the staff (Dr.Chen, Mark, Aubrey, Adam, Arianna) were very helpful and treated us great. They helped us feel welcome and they had fast service. I highly recommend this location.','2018-10-04 15:17:47.085000','2018-10-04 15:17:47.085000',5,'Belinda Rojas','https://lh3.googleusercontent.com/a-/AOh14GjnPHtfsxaE4M3paZRrzjOxLiY_mBKij6Ladggk=c0x00000000-cc-rp','14904078213800803294',32539),('AbFvOqnuoWeqgZAKtGJLhDRjgxrLNNSz1i7JjdfD_VU0SRfXN7r9H_NsEx2kFXxv7lygTxkR2LyV',NULL,'2019-01-29 12:56:28.227000','2019-01-29 12:56:28.227000',5,'Kyle Woodard','https://lh6.googleusercontent.com/-c3UUhOO99AA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckD2LvoXDcbwUVZGw4vNynMtNDdLA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35025),('AbFvOqnuQNo9VEHCee3YZaLx1asUk0gVSQabH-O9hL8zWbTdzx7Hm_hEEpxq-QckVzuEp_FACFO1','Great!','2020-01-27 17:48:32.327000','2020-01-27 17:48:32.327000',4,'Jonathan Baron','https://lh3.googleusercontent.com/-_R415Dha7Y4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTcPd-TZ8hx7luaWD7Tbw4w-gxng/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42481),('AbFvOqnUqnqJMSU4CSyNWP15I4prhi5BpXCHZZq993S1oANAwYBskXqISiMZ81p-MMAWmDUdZkjqKw','Took my partner in for a broken ankle. Staff was very nice and allowed me to be present to assist him and make him comfortable.','2018-08-02 20:51:54.446000','2018-08-02 20:51:54.446000',5,'Danny Hamilton','https://lh3.googleusercontent.com/a-/AOh14GgpJKt1M_Y00R2NBcp989ph9kbwJtvoKiO5yyUrtQ=c0x00000000-cc-rp','3511292162159714121',40906),('AbFvOqnuqVeqZXnA8qlhkxRv36c7-PHErzTd_xvlpdJzf4-vWFq-pJDRoO89AEJ9iZ7AYY9ouUi-GA','I went there for a covid test. I didn’t have to wait too much. Sabrina and Sydney took great care of me.','2020-11-05 22:38:34.626000','2020-11-05 22:38:34.626000',5,'Yumna Shahid','https://lh3.googleusercontent.com/a-/AOh14GiskpS6MPR15NOvP_2p4bi6Cvv59iKEn6xxwP_U0g=c0x00000000-cc-rp','17898197009688164559',37460),('AbFvOqnuqxq7mJitKIiW3LfnRbtLNFMG52Pf_pwfDBHBtSTYqPrW2PRzfV3oiHQdAj9L4Ngmb8hcPQ','Visited late night for an injury. Really impressed with the staff. Tatiana was swift at the front desk. Nicole and Chris were great nurses, even the techs were fantastic. Dr Patel does a great job explaining things. Would definitely come back for another emergency','2020-01-23 08:01:32.505000','2020-01-23 08:01:32.505000',5,'Christopher Smith','https://lh5.googleusercontent.com/-2qmNauoI740/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckG0JqAuZZsRx-kgO0ZfMf_Hya4wA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30314),('AbFvOqnur5URcgh3b3nOFE6PZNk1dvwl4rJQyIqOr4iJ9O94MI7FmVcdhdwNhFE5MDsafwaPh8nJZQ','Wait was a little long but it was definitely worth it. These people are doing a great job at giving updates. We really love what y’all are doing. Great job!!','2020-06-12 18:08:49.387000','2020-06-12 18:08:49.387000',5,'Peyton Atchison','https://lh3.googleusercontent.com/a-/AOh14GgbB2a6r70V7Uh-m5J1BPIdCU8uB3K611xOZnsZXg=c0x00000000-cc-rp','16891069708558046635',35876),('AbFvOqnurCBt0DHJnBmk5u5q8sTA26oinxbZB2_wgetOpoBZEGSUaylcdQmqliIXPqszUcUHf-7eUw','Dr. Alloju, Nurse Blake, Delicia , and Tech Sonle are so amazing and very welcoming . They made my experience at signature care very comfortable. Thank you all ! You guys are amazing !! If it wasn’t for Delicia I would have left and gone to urgent care and not receive such excellent care !','2019-12-02 23:05:44.394000','2019-12-02 23:05:44.394000',5,'Nayy Yupp','https://lh5.googleusercontent.com/-3msxQZpIZOM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn09w9fZ83FEFTUFSc4CupFvniDsQ/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42560),('AbFvOqnurCrEg3YtaYumCtXNSVRLBpCvnJ07BtpMAL4p1gU4mZ8i9eFHB-qLHQquDXXiNGab9J9upA','I was immediately attended to by Patricia at the front desk and as soon as I sat down tricia called me back and was taken care of by both her and Robert H. Dr Ngyuen made it very comfortable and was professional.','2019-08-30 15:38:22.657000','2019-08-30 15:38:22.657000',5,'Elizabeth Alford','https://lh3.googleusercontent.com/a-/AOh14GhFJRR9d_g6JfHlWep-RlFBlk6nB1qPcUxWbbiRNw=c0x00000000-cc-rp','16389487648212004696',34011),('AbFvOqnurGYKE4HLw6tY1omjNdmfEuMo3CBmGNavd5z44BqQvemqdI1aVllz4LUDJwuC5G-euuDyhg','Had a great experience with the front desk, the (delicia chris hilary jazz) and Dr.Omalley. Will definitely recommend to everyone','2020-11-26 21:00:10.309000','2020-11-26 21:00:10.309000',5,'Bella G Figueroa','https://lh6.googleusercontent.com/-l4jycy6MGTg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnEBUzHgDT-HHw2C0UbU8fQnQGdOw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42250),('AbFvOqnuRrTssuPOgvYNs2okqyvdrO5xXp2HrYgTAeHgtx8rgqLxsbfLjz40jtgvUsx30kb0jIzoiQ','Signature Care - Mission Bend/Sugar Land is my very first go to spot, outside of my regular PCP. The staff here is absolutely amazing. Always kind, always attendative, always professional. I had quite a heart scare which I needed to have a series of test ran. I was there at the facility for over 12hrs and was just as comfortable as being at home in my own bed. The entire time I was well-informed of what to expect, what was next and results from all the tests as soon as they were available. Upon arrival, the check-in process was literally minutes, before being called to the back for observation & treatment. I was welcomed with snacks, a robe, a cute toiletry bag, socks and a menu to order breakfast & lunch. I left much calmer then when I arrived and feeling much better. Thank you Signature Care, Dr. Golla, Do, Pradeep and your amazing nursing staff.','2019-07-12 00:56:45.325000','2019-07-12 00:56:45.325000',5,'Bridgette M. Farris','https://lh3.googleusercontent.com/a-/AOh14Gi7JebzY1ou582q0Xw030bXwEqqH53vxSv3OHVD=c0x00000000-cc-rp','17394740196501090048',36734),('AbFvOqnURWIzQkya452NGqe8zRB91uj-BLmyDJoNwYW1-BK8zfKU7i-nLaMpbZWbTpR-V0hlQbewgw',NULL,'2020-11-05 22:35:54.800000','2020-11-05 22:35:54.800000',5,'Beau Brewer','https://lh5.googleusercontent.com/-5bKmPoTRNz8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmgirbSbEA8kEDktJMH4oVijDAwkg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41853),('AbFvOqnus5FwVzJlM0FHXxrSlti_n35ciCl3ztUxsAHBMR_A0FVJ0j3CfVKW7vWW03olGC7KdTN4',NULL,'2017-02-09 20:38:46.104000','2017-02-09 20:38:46.104000',5,'Mackenzie Wilkerson','https://lh6.googleusercontent.com/-wj_V2DMsxRY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmwF8e9DzH8zS4vYI3Uq7SaHHk4Gg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35506),('AbFvOqnUsESfwelNEsn2oZL5SDVmN6Oq8M-p86pFFYLeEDSpPl1F3mQSNW5zNLrc52zZaoyzYJBqxw','My visit to SignatureCare Emergency Center was great! The front desk staff was very helpful and JD and Cody made me feel comfortable during my visit.','2020-08-03 15:59:33.676000','2020-08-03 15:59:33.676000',5,'Karen Ellis','https://lh3.googleusercontent.com/a-/AOh14GibmNKkANQADhBbJ4GRvJni8GvzFoEl2fn2kvDHOQ=c0x00000000-cc-rp','2077061009497551125',38666),('AbFvOqnuSHtBuhQhuIA5fHxEpl7ctkt24ORaVx0_4LMIDczMMraTO03uB1TLrmtffHlizV35wPTeCw','Fast efficient and friendly service! Only waited 5 minutes before I went back and was given relief of my pain right away, definitely an amazing experience. Dr Jones, John, Carl, and Angela were amazing and friendly, thank you so much!','2020-09-16 03:56:29.977000','2020-09-16 03:56:29.977000',5,'Lynette Gainey','https://lh3.googleusercontent.com/a-/AOh14GhPpCHg6A0J0dFMg5ZycxfFd-oXeC-QZVNEIctEmQ=c0x00000000-cc-rp-ba4','2694018788013845459',38986),('AbFvOqnuSjRyq2YGBYkMZ02YkP_pd0cGSSzquaEMVmRE9E55DtwCQ44GL8wi58KPlhoZntTYSuaamA','All of the staff were friendly and helpful. The doctor present that night was very patient with my I\'ll daughter and listened thoughtfully to my concerns. A bonus was the comfy lounge chair in the room available to us while we waited. Since we were there for a pediatric concern, they placed us in a pediatric room with cute designs along the walls. It took a little over 2 hrs to be in and out but that was because there were more people there that night and we waited for my daughter\'s fever to go down before we left.','2019-03-18 20:23:10.153000','2019-03-18 20:23:10.153000',5,'Felicia Sterling','https://lh6.googleusercontent.com/-sx5Z7MDnC-A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnx8p77VorT2mLRP2nKsXVBktDSPQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40614),('AbFvOqnusNZELmmMDjdc_HkozObh_GQjsozFIL53-Zfb65UHtFmB1X2WtX3W8VvHG8kJFX1RdhSbDg','We had our whole crew in it was quick and fast Dr Angela was super awesome and Georgia was great had a good experience here thanks guys.','2020-10-27 04:47:27.270000','2020-10-27 04:47:27.270000',5,'MIKE WATKINS','https://lh3.googleusercontent.com/a-/AOh14Gi366IIazYbj_XEJ7N7infzentDYUXx0YU2Sm1SxC0=c0x00000000-cc-rp','14748677429039074158',31452),('AbFvOqnuSQc55m3G6600-GA-U1Q44hLZWG1mzBn5GMfs8oKdSx_5s-YFx7Ug53Hm1crSyvvzuYRAVA','Had a great experience here today with my 4 year old daughter. The nurse and doctor were so sweet and caring. My daughter had been traumatized by the flu the last few days, wouldn’t take medicine and then burst her eardrum from fluid in her ears. We brought her to SignatureCare then (after a referral from a close friend that loves this place).\n\nI have to say, the nurse blew bubbles to distract my daughter, while playing Paw Patrol, while giving her Oreos. I mean, I’ve never seen my daughter happy at a doctors office before!\n\nThese people are saints and know how to interact with children. The wait time was nonexistent, the nurse and doctor were extremely knowledgeable and friendly, even though I act like I’m a doctor sometimes.\n\nWe will certainly be back (hopefully not soon, but at least we found our place to go in emergencies). I will never go to dirty St David’s hospital again.\n\nI haven’t gotten the bill yet so I can’t speak to that, but everything else was perfect.','2020-01-14 00:53:51.309000','2020-01-14 00:53:51.309000',5,'J S','https://lh3.googleusercontent.com/a-/AOh14GgJ-IQNQHVGq8VEAe6Dcite3aV12-R8-tPX-ITMGg=c0x00000000-cc-rp','16891069708558046635',36017),('AbFvOqnUtsyfwwNiLw9KUT2yr7FGQ18Druk8hWx_09WMio3avpcUmAOlfDGXh4OOmn7AsraYbJPL','The staff was really nice! I have a friend that had to come in for stitches and Keera was quick and easy to deal with! Highly recommend','2018-11-02 03:57:35.840000','2018-11-02 03:57:35.840000',5,'Lindsey Rogers','https://lh3.googleusercontent.com/-4aihhXxrYv8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmTqDjsrxKlUXNeOZNvlXCF0eDKmA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35131),('AbFvOqnuudA7SbArz4-usFR7HrpCchN4zLgs7WE6b2E1RjCiHY04sDdi6aV7xJ2FiKLJHTeQ-JeAbA','Leah was great and gently during my testing and love that i did not have to wait long.','2020-08-03 14:07:37.958000','2020-08-03 14:07:37.958000',5,'Lissette Baeza','https://lh3.googleusercontent.com/a-/AOh14Gj_Elm48xigSW5B3d8RCAayzCaqCjPLRqoUcizXiQ=c0x00000000-cc-rp','13486358490203335051',29336),('AbFvOqnuuoUHx9C-UPhGAi6lKGYhU6428LnlQlSL5vGg8vezW-d9A1tYLnmpfOycRUaSsLi4g3G2RA','amazing place! super fast service, very professional. Treated by an ER physician. My daughter left super happy and said she had never been to such a pretty doctors office. Will definitely keep on my list of referrals and hope I don\'t have to go again with my family, but the place to be if you need emergent care.','2018-01-16 17:26:25.705000','2018-01-16 17:26:25.705000',5,'Kathrym Espana','https://lh3.googleusercontent.com/a-/AOh14Gh3vBpip0r4PSm-3z7nmEzcvulFLePertIgHMMWRg=c0x00000000-cc-rp','8918455867446117794',43428),('AbFvOqnuV2PnPeyhCxAbf2xZVE28eCH3t4sVZC6ZICqsCpr6iX7civKM0XV74lGm7FVnr17ZNdSL','The staff were great and very efficient. Very caring. I highly recommend.','2016-12-01 23:21:41.156000','2016-12-01 23:21:41.156000',5,'anita dooly','https://lh5.googleusercontent.com/-PvX2QIjXU_4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclR_pIJTeWU-zL6zwzvpjLpn1YGLw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37254),('AbFvOqnUva9UHsXHc_XV_etCeoQ6T_wA0yWZknBmH2_MhIY4kPiPAtdvB57UXKv4pyIsrf6sX_bXbA','This place is truly amazing . My whole experience from the beginning to the end was awesome. The front desk staff was very kind when I walked in. I was seen immediately . The nurses were caring and gave me peace of mind. They checked on me frequently and was practically by my side the entire time. Dr. Edwards is truly the best. She was very informative and gentle. She answered every question I had and made me very comfortable. Overall I have definitely found my new go to Emergency center. Thank you very much to Jessica , Sam , Mary , Fatima , Monica , and Dr. Edwards. You are truly amazing.','2018-07-28 16:25:26.859000','2018-07-28 16:25:26.859000',5,'Amori Shokunbi','https://lh3.googleusercontent.com/a-/AOh14GhZs8tBk9SA5CEOH6XLd8MEp85KZRFAlQ7a7SpbSA=c0x00000000-cc-rp','17394740196501090048',36923),('AbFvOqnuvWGrp-E6flekPcb6XD71hoWLqFfnXE0nKFZoQvOuZoZe1ebQvNNW3-cRCvu__UsyRWsYQQ','I was hesitant to come to the ER but having chronic headaches and felt like it needed to be checked out today as I was having lots of anxiety about it. As soon as I walked in the receptionist Jessica calmed me as I was having anxiety. I had zero wait time when they brought me back. Araceli was so helpful as she got me settled in the room taking care of me throughout the visit. Dr Elsbecker was equally as helpful and spent the time listening to my symptoms and explaining to me what they would do and why. Daniel hooked my IV up painlessly and on the first try. And Magali took me back for imaging and explained everything I would be going through as well. This place is so clean and quiet. The entire staff has treated me great and I will for sure recommend coming here rather than the hospital ER if ever needing an emergency treatment. I will always choose this first if I ever need care again.','2020-02-27 16:19:30.792000','2020-02-27 16:19:30.792000',5,'April Kelly','https://lh3.googleusercontent.com/a-/AOh14Gj_gpgjO5qv7sRff9zrxXMGQjH6fwAetCbIKETB=c0x00000000-cc-rp','6521947413723274945',41445),('AbFvOqnUwG0tXi9gz6J9eJ57eAlr1uuTW_euZSekutUzitqhcdoDdaxbp62viMU7ZUJPk-B787gY','Alvean A. & Nurse Chanell were so helpful. I had a great experience ! Definitely, recommend šŸ‘','2020-01-12 18:23:51.121000','2020-01-12 18:23:51.121000',5,'JonTerra Tatum','https://lh3.googleusercontent.com/a-/AOh14Gg9UfcMfOjLMZU8uekoBgeGCSrHP28By3Y0zbdwcQ=c0x00000000-cc-rp','16389487648212004696',33519),('AbFvOqnuWKaot2pALJ3hg1PV8DsTVcc1R8jbhHuU46zxLBqPYNXH7GpwqNPa94umPOeSgMlli9hHYA','Very nice facility, clean and orderly. Thank you Dr. Nguyen, nurse Alvean, tech Jordan and the receptionist Patricia','2019-12-20 17:36:46.926000','2019-12-20 17:36:46.926000',5,'Regina Pickering','https://lh4.googleusercontent.com/-lTG3bBQgi44/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclcSkM_7Xe8J9Htl0beiqDea9DHPg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33586),('AbFvOqnuWLqlFGjnlD7Ba9vvvS9LOE4lSJOvmmmiBrLVWiRVwUG1psLss0gGC-8SUAush3QGEj_f1g','Absolutely the best service I have ever received, I went in thinking a heart attack, the staff was second to none! Tammy was my nurse along with the rest of the staff. Everything was on track immediately with less than 30 seconds at the front desk, doctor was by my side in less than a minute! This whole crew rocks! Never again will I go sit at a hospital for anything! During my overnight stay, the service never stopped, moved us to a comfortable room with a bed for my wife! Totally amazed!','2019-07-04 00:32:52.926000','2019-07-04 00:32:52.926000',5,'Roy Poe','https://lh4.googleusercontent.com/-V61MXqmlsOk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucniUE37WR9-kFjoAynQn6VdIyppnQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38106),('AbFvOqnUXdxHlPyjvZE4C2fIWj0TObuC_MqVrdvdvqatnIEhYLFjYuVXgz6ZtEvPDy5WmWExFM6q','The staff at signature care is very helpful from start to finish Amy at registration was very though and dr. Ding and nurse Jospeh made the whole experinace comfortable and quick','2019-04-27 18:41:37.166000','2019-04-27 18:41:37.166000',5,'Mia Marquez','https://lh6.googleusercontent.com/-5KCZIuvvR-U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucndMf5U8agn-5qnAj9nX62dZLWy_w/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30558),('AbFvOqnUxJVLKS0so70MCD2Mn-7LtAKaeQm-hdsh4Wq9fPM6CVb0rLbIa-zaNv1hOIvUNnww0b4Fiw','Every one was was very nice, Ekaterini, Valery, and Jordan kept me informed and up to date on everything that was going on. THANK YOU!!','2020-11-09 21:44:23.009000','2020-11-09 21:44:23.009000',5,'Holli West','https://lh5.googleusercontent.com/-EpH1IFQu3Cg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclfSXS9CUikh8q8JQsBM1-TkXQOPw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32951),('AbFvOqnUxOmUEfRSwN_KmHLbxaOd-KJMhqe_5ezAeIuQArD1g2px7_Ad1K0fWKWd7T8vUVo4i0BmEw','I came to Houston on a business trip with my Niece Jaimie Allums AKA, ā€The Queen of Steamā€ to introduce her Business to the Houston area. I started experiencing some heart discomfort, I didn\'t know what was going on or what may have caused it. Two weeks ago prior to my business trip my Dr. in Louisiana had changed one of my medications, and I thought maybe that could have been the reason. I called to consult with him what I was experiencing and he immediately recommended that I go to the nearest ER Center. I came to NEC24/7 ER CARE and from the moment I entered the door, Miriam Pana was very professional and caring at the same time. There was no waiting time to be seen they immediately escorted me to the back. I want you guys to know that I really appreciated the care that I received from you all on February 13, 2015. This was the Best NEC that I had ever visited before. My visit felt like more than a medical visit. Special thanks for your kindness to Miriam Pana, Ryan Mink, Dr. David Burger, and all the other Staff members. I highly recommend this Facility to everyone that lives or travel in this area. They were very prompt, professional and caring, it would be wonderful to experience this kind of care/Love everywhere, you guys were awesome. Thanks again, Great experience Rating of a 5.','2015-02-16 02:32:15.735000','2015-02-16 02:32:15.735000',5,'Trinda Gay','https://lh6.googleusercontent.com/-oBlpL2DdJkI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnM3br67i9oberHt9nbOheDFhaP_A/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42790),('AbFvOqnuxr4ebvvfg5-OSamhVrlse6Owhcn928uN1LjUF3hF5xVYWUQpmZMwyagwYmFv98qFH2xlLQ','I usually avoid doctors because i feel like they dont care about the patient, but Dr Sylvester was just amazing and so helpful.','2017-01-16 20:12:04.025000','2017-01-16 20:12:04.025000',5,'Mirtha Uriarte','https://lh5.googleusercontent.com/-ykXUkYYqdcs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnnkzm_Al0GQ8aCKyPOnlUQmKo3Tw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31130),('AbFvOqnUxZ7yo8QbM6XFv8jTimyTABjrGDSODICGqhk6X0TmSV7ZP1vS83JRn8_-4u6O2ib3xSLZ1w','The staff was so great! The front desk sincerely made my day. 🧔 The nursing staff made the testing experience very comfortable. The doctor had a superb attitude. The entire experience was quick, efficient, pleasant, the facility looked freshly sterilized. I priced 3 options and this was the cheapest by $200. And they’re available 24/7. If you need an urgent care, definitely stop here. ā­ļøā­ļøā­ļøā­ļøā­ļø','2020-10-25 00:18:29.674000','2020-10-25 00:18:29.674000',5,'Tiffany Harris','https://lh3.googleusercontent.com/-wwCZ8UjfhAM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmn8Q2rrRkZlkdy0fQWt9bCueuYTA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33092),('AbFvOqnUXZeitA0tp62lumTa4qWvmET8ZfAAhh3BNEUvWSaOGAlD40QH9qNGftf8lj24saX6PQEH5Q',NULL,'2018-11-02 13:38:42.742000','2018-11-02 13:38:42.742000',5,'Zaldrak Cavazos','https://lh3.googleusercontent.com/-AUFEhsb3feY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnq5ojrzMnzV7tgoWZf8W1B-ioiEQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35127),('AbFvOqnuxZPMU38A3MwHLFNFEcqbtiDv2MCriuZnfFjzX0B9V2zZj1z2zlCuuYecUJ4fZYgAvpp4',NULL,'2019-02-02 23:19:11.945000','2019-02-02 23:19:11.945000',5,'natalie malveaux','https://lh5.googleusercontent.com/-6fFPURQV3E8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmnMkmLNq8ZIaHIHi-7iAZtkR_Kew/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40655),('AbFvOqnuy9OymRgJVjCgatzEe5nM9CsOUbpgOMKf6L_dT8bQPTeTOE9jT2a8eqWx7dqfYyMq17zhjg','Awesome staff, very friendly & knowledgeable','2019-03-18 02:13:26.767000','2019-03-18 02:13:26.767000',5,'MrBobbyg2709','https://lh5.googleusercontent.com/-N1dLebVd1wM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnEXVeSNOOvv4YSZXEQ0gg67C-6RQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36248),('AbFvOqnuyaVd_wzE_ezCG_14eVQcIQ5I42oerJUv717Nwi38WsSfWhm5vTI53FqyNdUCXlPJI5HwtQ','I visited this facility on 1/17/19. My son hit his head on a glass table and had a deep wound that wouldn\'t stop bleeding and needed stitches and was told by the staff that their location didn\'t accept my insurance. I was iinformed that he did need stitches, but I would need to pay $300.00 to start the process. I informed them that I didn\'t have the money and was told there was nothing they could do.\n\nI had to contact my son\'s peditrician and was referred to another facility that would accept the insurance.\n\nThis was definitely an emergency and I don\'t understand why there isn\'t an option for a payment plan. I assume the bottom line is about payment up front and not patient care.','2019-01-18 16:05:03.846000','2019-01-18 16:05:03.846000',1,'Dee Bee','https://lh3.googleusercontent.com/a-/AOh14Gi7El3VjNgHGXZA6gs81IR524iJo7k_8oa2MXrd=c0x00000000-cc-rp','14567670160750071148',30622),('AbFvOqnuybBK68ZFz8UuPxHsfUEM_sXnp2jXO3mkSt34uxNu7A3EtPThkvhgLJ1whxCgZNd_JEOjWw','Easy place to get a COVID test. We paid cash and had our results quickly. Dr Linsey was kind, Rolondo did a good job taking our vitals. The staff, Sonle, Karen, Amy and Yaslyn were available and easy to talk to. This process was smooth and simple.','2020-08-23 15:08:56.657000','2020-08-23 15:08:56.657000',5,'Wendy Wight','https://lh3.googleusercontent.com/a-/AOh14GgmYjTEIrZThYupCtScenz0sPm74KN1dDvabA3Q=c0x00000000-cc-rp','8679688254631342173',42311),('AbFvOqnuyBphdKY1t6l5UBIuP9EewVn2opr6gDCwTeEA3wT9mrGvzQkjTwiC-FEzATZ-ZErMjc53aw','Everyone from registration Shai, Dr Ding\' my nurses Tammi and Juan, and my Tech Ebony were all great and very helpful in making my experience quick and easy. Great job.','2018-09-03 21:13:37.833000','2018-09-03 21:13:37.833000',5,'Cody Gentry','https://lh4.googleusercontent.com/-vqiLyWB5OFQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDPf9j9z_cRMvisVMZyjr1nPiQKg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36907),('AbFvOqnuyr0ERdLIe0jgEjSz2oPb8_63fmm64KxTcy4J88nRNOTLg-PU098lpag_J2TF0ICRCo-e','They are super friendly and very warm welcoming. Melissa was so sweet when we first walked in very helpful. Kristina was THE BEST NURSE ! Scott was so firendly, and Mayra had us cracking up too. they all were so sweet. THE BEST URGENT CARE IVE BEEN TOO nobody had snotty attitudes or anything they were awesome and they took great care of my friend. ! Thank you all soo much. btw she is very dramatic lol','2019-07-26 21:42:28.131000','2019-07-26 21:42:28.131000',5,'Taijhana Jenkins','https://lh3.googleusercontent.com/a-/AOh14GhwJ30fAGMMxwfI-Y1W4x9ZGnAjIexeCf69pWTQ=c0x00000000-cc-rp','12541597562633926366',29072),('AbFvOqnUYS-wu6x_F-WMts9yMQ91O6_lZan9_dzS9L_Z6YkgrQPctJklHleev6HOpLZWm6OqMb6k_Q',NULL,'2020-08-12 20:04:23.963000','2020-08-12 20:04:23.963000',5,'Tanner Gollihare','https://lh6.googleusercontent.com/-Af1qrqgIwv8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn8SPXLqVGXh4hs8kb-x7NaljAFDQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38602),('AbFvOqnuYXRk4C-uCAlfwmcDGZuVzFwGLBwGIyE8aIKaFA1883lJrc34dNrNRILmZHmyUrCQuY2T','Excellent job love love Tinicia G. is Excellent and the front staff Melissa E. Juanita rock Dr. Healy rocks.','2020-09-19 00:53:45.064000','2020-09-19 00:53:45.064000',5,'Demetris King','https://lh4.googleusercontent.com/-XNn0gYy4jMI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn0H0t6_sXvGeeFQFnAYLx6XvfAlw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33183),('AbFvOqnUze1T1_pD2Y6nBt9x5L99KeseUqSKbi7Z5rNkEcU9Wny-9d5R-PgIlAlu7mu-6FCBvfvenA','I highly recommend SignatureCare Montrose for all your medical needs! They\'re open when other doctors are closed, there\'s no wait, they treat you like family when you\'re there, their facility is modern and clean, they get the diagnosis right, and they follow up after you leave to make sure you\'re ok. I love this place!','2018-10-02 21:44:35.479000','2018-10-02 21:44:35.479000',5,'Doug Peterson','https://lh3.googleusercontent.com/a-/AOh14GiTL9H1eXR9LAdG6BOzC2SkjoGcdcdgOyFhMArXWw=c0x00000000-cc-rp','3511292162159714121',40815),('AbFvOqnuZKPHjVctFwZDSGfZ2e7lNe6kiUJIckuZ38pXeA3jMTeeBMgfUzazMewHL6bt9jHeIFzFuw','Thank you to the fabulous group that attended me today. Jennifer checked me in quickly. Martin kept me warm, informed, and entertained. Kee did the ultrasound, was quick and careful. Christina talked pups with me during the CT. And Dr. Goodman was very thorough, kind, and I thank him extra for pushing to find what was going on. Thank you SignatureCare. Can\'t recommend enough.','2020-05-22 12:40:53.910000','2020-05-22 12:40:53.910000',5,'A Robinson','https://lh3.googleusercontent.com/a-/AOh14GiCJrwRhdjclnS08zKXUV0gMSlgn9BnDNXerG1BdA=c0x00000000-cc-rp-ba4','16891069708558046635',35907),('AbFvOqnUZw7owD9yir3Fid44FJ10owS4AXYUPp-2dmZFSRjMk9HhH5rD_DJl1BcuyQBIXy2T1kdcNg','Rayven is really nice, fast and very outspoken','2018-12-25 02:37:31.810000','2018-12-25 02:37:31.810000',5,'Tre Mathis','https://lh4.googleusercontent.com/-taMHON8VxG0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclenK7Qx8yXQDFNKq2YAvzIqgkmbg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35060),('AbFvOqnv_eyGVTYdRoqMhjxKUV-GzqJ2UJgZvM56QVK4Kv8hIrLAdXkUDouGNMQjrQiamdD1o-hY-A',NULL,'2020-02-06 22:21:00.711000','2020-02-06 22:21:00.711000',5,'jalyn lopez','https://lh3.googleusercontent.com/-OiCEs0_afzQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6EZ5JftdmFv5T7tOy3_ZJSfdP1w/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37720),('AbFvOqnV_UR4RR0LFDHz50AEAS3Q01YDLASyXA4TVIyQ8GuyvZp87YSZpFi-rFYB29BEYzpBzpeZ','Awesome staff Gracie Urias was very helpful and understanding','2020-07-16 20:47:27.267000','2020-07-16 20:47:27.267000',5,'Judith Corral','https://lh6.googleusercontent.com/-iVGpYs8z8HI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnwoOQLqHGJGFQuXgrpjOC4Gar6xQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41362),('AbFvOqnV_xvSEF-O4rkDq5cedDyONhL7rDaAgZJ7k3YBl-oVKedcd06NySqEZc9JvCZ316apYjfYsw','This facility is outstanding. The staff is absolutely wonderful and goes above and beyond to make sure their patients are well cared for. The level of care is above and beyond anything I have experienced before. I definitely recommend coming here in the event of any medical emergency. Dr. Thomas, Leslie, Laura, Gina, Jacqueline, and Olivia are all fantastic.','2019-01-03 17:43:19.647000','2019-01-03 17:43:19.647000',5,'mark lawrence','https://lh3.googleusercontent.com/a-/AOh14GhRtgwIx6nhPXaglly5rREP3scZI2VMggyTL3u5=c0x00000000-cc-rp','3511292162159714121',40766),('AbFvOqnV-ea9NRNaSJNR0Jhy6ykOLvbNdFrTUaTJBPeta_PbcuwCyIbbbD9GlyVwKaGmtoCiRSBYAg','I had a wonderful experience. Everyone from the techs, nurses, radiologists and doctor was kind and helpful. Everyone was very knowledgeable and made sure you understood everything that was going on of about to happen to you. I didn\'t leave the hospital till they knew what was wrong with me. They went above and beyond. Not that I want to return anytime soon but I would definitely go back to this place if I had to.','2019-10-14 00:40:28.547000','2019-10-14 00:40:28.547000',5,'Nichole Infante Le\'Blanc','https://lh3.googleusercontent.com/a-/AOh14GiSMC29NA1o9vKQGpbgxZwRYDXyGWaWM5Y8x-CEJ4Q=c0x00000000-cc-rp','16389487648212004696',33875),('AbFvOqnv-T7XZ6NS-3BasuphZGM76Lt6vbBO1cpJ5WpYT3cpBJniEbNblHOAELzHpx0BNZDZH4ymBA','Dr. Bansal, Betty, Lisa, Eda, Liz and all the others, involved were absolutely very professional and extremely fantastic. I came in very sick, they immediately went to work to determine the cause of the infection. After all the necessary tests were completed, the appropriate medication was determined. I had to stay for observation and administration of the IV antibiotic. My whole experience at this site was excellent. I was glad that they where there and available to take care of me. EXCELLENT CARE AND SERVICE.','2016-03-02 05:12:38.964000','2016-03-02 05:12:38.964000',5,'Jean Chynoweth','https://lh3.googleusercontent.com/-2RyqNvSBedI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmb5t8yM82S2lg00CDg_28XnDUnsA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37373),('AbFvOqnv-TspKaHCwdR8diVnV7VmN2Q3v6mSuxIUYEVk2dZVsSNchSUp5YoVivnMZO8WipCsb0kc','Great customer service! Lorena T and Amanda C at the front desk were knowledgeable and friendly. Nurse Jeri D and rad tech Morgan S were so kind! Dr. Harji was helpful and respectful!','2020-08-08 16:07:51.105000','2020-08-08 16:07:51.105000',5,'Isabella Gage','https://lh6.googleusercontent.com/-cMxvF3bvLFU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckASQKYFbq7ze7QdXxQ_GxZbMrwbA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34205),('AbFvOqnV-yOav-_GcMjYRZ47JSezYlvb4FIzQdFl02CcieahYN3SNq74QniGdBiTkEGApsrmxGsyPQ',NULL,'2019-07-27 23:08:36.704000','2019-07-27 23:08:36.704000',5,'Gary Hare','https://lh6.googleusercontent.com/-4YENpOaOWm0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckTIkJM9j6L7Un-8SzfhceHfu-YEQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38065),('AbFvOqnv-zkz35DTD5jevHLLFxcQlPxkDgaVTX68OVWrhKvoWSuHiEp5ySW0tXmto7W0Z0IAwPIusA',NULL,'2019-03-19 01:49:57.857000','2019-03-19 01:49:57.857000',5,'Aaron Upham','https://lh3.googleusercontent.com/a-/AOh14GhnEThFHHzcd6CP4rZxLGwR8pTvoAxdmOSBFVVvHg=c0x00000000-cc-rp','16590124370714063921',34959),('AbFvOqnv0u7JhxKrtymesaPFrxGY5JqwWx4YsDZZIO4hCoErx7807PwAhmzY2ywtQqWFTvHJsmcRVw','Cindy the receptionist was very nice and friendly. Dr. Edwards Shelise was great, she was clear about everything. Very helpful and caring staff','2019-06-27 04:07:21.798000','2019-06-27 04:07:21.798000',5,'Rukhsar Mahmood','https://lh6.googleusercontent.com/-niQlgHtT4bI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclwuuEngAGjr04L8HyIjE3tv6fBoQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36746),('AbFvOqnV2cpLynaYFtEnSxNbSOhWGkZh5oPk4aW-VxKEoLRUcA_i1pAbj0mC8zjTg8Uy7ggp6UpM','The entire team was excellent! There was no wait, it\'s a very clean facility, the nurse was so sweet, she really took great care of me. I came in during Memorial day weekend and was able to be treated right away for a stomach bug and severe abdominal cramping. The discharge information given was very clear and they even called the following day to see if I was alright. I would definitely recommend them and would rather drive further to this facility rather than the North Cypress ER, which is closer to my house. The service and care you get here is exceptional.','2019-06-16 14:22:03.138000','2019-06-16 14:22:03.138000',5,'Julie Nguyen','https://lh3.googleusercontent.com/a-/AOh14GgNox6CQVisdhgNc7zeUyASHKx-Vie8iyGfwJNQew=c0x00000000-cc-rp-ba3','17898197009688164559',38143),('AbFvOqnv2T8AdO7kC_Q5eiQGOb2Y1ze404RB3jb1zGbpTHCNQucOK4Fxl98lEdZpmaPaZ_P0sYf2sA','We had a great reception when we arrived. They were very professional and courteous. Thank you Signature Care','2019-04-15 15:47:48.545000','2019-04-15 15:47:48.545000',5,'Brent Echols','https://lh3.googleusercontent.com/-qU0VrpM-g6o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn995HpmUsgbXoGQNKrmWlq1wdfDQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42102),('AbFvOqnV3A6YMioCmbGwUNJ1u1hy8jdHanOk1TYVxOYgGhNRjR8Afqsj7PdmgunE0rVajwDU2amLmA','The Receptionist Jocelyn was nice. Followed by the Nurse Alvean and Dr.Henderson!','2019-10-26 15:45:37.674000','2019-10-26 15:45:37.674000',5,'Lydia Lacy','https://lh3.googleusercontent.com/-EyvwuyehWxU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclL1g2a1GaSx3X4855UavH1xVUWYg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33823),('AbFvOqnv3snsh30QbxkhZAeG5Ixvlb09NX9Dj2MM8Yapznsmhhs3n7LmBK-GEaNpYIXRvrJFohc_4Q','My son had an accident that required stitches. The entire staff, including Dr. Lingan, Nurse Christina, Christine, Aileen, and Christopher were AWESOME! The were super attentive to my son and made him laugh the whole time! We were seen practically immediately and the whole process was quick and painless for all of us!!! I will always go to SignatureCare in the future!','2020-03-04 21:06:46.843000','2020-03-04 21:06:46.843000',5,'Nicole Pittman','https://lh3.googleusercontent.com/a-/AOh14GiFE6ZmMQX2J7Jw_lhILcdehQotOq4nY8_ndYnK6g=c0x00000000-cc-rp','16891069708558046635',35943),('AbFvOqnV3Tv7_Ka7b4j0GU7GhTU_ZWxzAx4ENy_7GHvv7MOCwM5ZyyU5z-NBCor1jdbvdkQULb8wMA','We had a great experience it was super quick and accurate we had Lorena and Rebecca and they were very helpful with the insurance and the payment and nurse Jacob with the tech Laura made us feel safe and helped!','2020-08-29 15:49:42.715000','2020-08-29 15:49:42.715000',5,'Alexandra Lindsay','https://lh6.googleusercontent.com/-wxZA1b2cUD8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckc_j6IQOrmfVbvM8o9J9M9g_xTVg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34186),('AbFvOqnV4_suWnBCtwHzpilVP2QD9PpdZetJQf3-Kboff6xw5oncTzPxLARi8K5Q4AuhhkMKf9tcbA','The staff was very nice and friendly and fast. Thanks dr yast, RN Karen and Kim at the front desk and Sherri the RAD tech','2019-04-19 17:32:33.951000','2019-04-19 17:32:33.951000',5,'Jennifer Freeman','https://lh3.googleusercontent.com/-aLM3u7iM0EE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckOvPk7NkBphrU-XZ91iqWGpPIjpQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39880),('AbFvOqnv4a23PZ1Ppj391b21tjLcSa3oznQNvffVnwZnRYvzp7uOJx0jaTDcF2DXv6eVk60zn7HDvg','There\'s not a lot of instances you\'d be happy about going to an ER, but this place makes it as painless (ha!) as possible. I came in on the night of Easter Sunday with a horrible bout of food poisoning that had developed into gastritis. My nurse, Melissa, was so helpful and sweet, constantly checking on me and making sure I was comfortable and had warm blankets. I saw Dr. Ioram immediately, and she told me exactly what they would be giving me and how I should expect to feel, without being the least bit rude or presumptuous. They both kept me around long enough to test my hydration levels after giving me multiple bags of saline. I walked out feeling like a new person, armed with prescriptions in case the gastritis flared up again. I can say with ease I have never had such a pleasant experience at any medical office. I\'d recommend this place to anybody.','2017-04-19 14:34:46.435000','2017-04-19 14:34:46.435000',5,'s hanusch','https://lh3.googleusercontent.com/a-/AOh14GhkWQOQ3BR2Pq_ue6HjiCcE99ybdAyjKlBy8x02=c0x00000000-cc-rp','14567670160750071148',31060),('AbFvOqnV4B9nKeBR1E3D8a7fn8xOtDvvK-kYXi6_UmHpHiHtwayKRPa-PAmQv7UuCPIi2kusqSNl5g',NULL,'2020-02-20 20:47:00.782000','2020-02-20 20:47:00.782000',5,'Briona Ariza','https://lh3.googleusercontent.com/-N9SXbRs6jkQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxByJupyw1RX_ICxVNyyHEKfWqJw/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37678),('AbFvOqnV4VvG7A07A0dHmkKNzbPZoUSMAoKP-KpGTLS9m0MAFQB-I1O4j2jgjQ7W2dQ32Gw65PiagQ','I’ve has the best experience with this signature care (westchase) the staff is amazing ! Ariel , dr grinblatas was amazing with my daughter took real good care of us in less than a hour ! Very greatful for nice and caring people here at signature care!','2019-07-23 00:18:00.627000','2019-07-23 00:18:00.627000',5,'Ellie Butler','https://lh4.googleusercontent.com/-5kYsGSDDfkc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnlVD_a2TRva2ihfzMQdC5P6kAwbg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29076),('AbFvOqnV6Hs3E5cM9utBCuwhXW2w1JRje3vY01YenbX1F49FMgSjpyV63MTK1y_qaUQplKS-auOpgw','Great experience. Came in with a lot of pain and it only took 5 min wait for someone to see me. Dr. O’Malley and Dr. Appialh were awesome. Alvean and the entire staff were great and friendly. Very impressed with the facility.','2019-07-10 14:02:22.792000','2019-07-10 14:02:22.792000',5,'Luis Lacayo','https://lh3.googleusercontent.com/a-/AOh14GjsOYSO-uC6XaGOG5ZiTXMojUFpOdNR_pSMtu1B=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqnv6Jf4tn6s6IRl0yH3qFV5APJiL5zFFS5BA1hGXxjHFE6DTDmOQRTe18lAS6G4JriHOMWtHw','This was the best experience we have ever had with an ER center. The staff was so knowledgeable and friendly. Thank you Alvean, Tricia and Jocelyn for rescuing my daughter’s wedding day!!','2019-05-25 16:22:07.901000','2019-05-25 16:22:07.901000',5,'linda mccormick','https://lh3.googleusercontent.com/-hT3YqUb_PBo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl57p-CyVzIvpK1KUcKbQEZncIdEQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnv6N5p7mhGrqlk52r14-B2aSQYfIs8jwC72wycKUx9FGKeCmqlJUMb8CSst3vR2honqiUp','(Translated by Google) Luisa is an excellent person\n\n(Original)\nLuisa es una excelente persona','2020-10-27 07:35:20.057000','2020-10-27 07:35:20.057000',5,'Karen Reyes','https://lh3.googleusercontent.com/-eqaq2BrQ70k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclp6xyAvlse9PeBOGVEaeWp52BSmQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33072),('AbFvOqnV77N4PmUN10Zu1jnqFHkIDa3HJI7ISj2hQxdULu18kVTfyxj8ZYuvrLzd1SH2Cvclqt7mDA',NULL,'2020-11-01 17:54:31.354000','2020-11-01 17:54:31.354000',5,'Frosty Plumb','https://lh3.googleusercontent.com/a-/AOh14Gi7xu1Zgz6Kc-KhBd0j4CmvoAlaEyr9zMgHbG05DQ=c0x00000000-cc-rp','16389487648212004696',33031),('AbFvOqnv7kJNSf2AKibbiCuGWfdKrYUi1M2pQLJspO06oA4v39V6yXU8xb-3rve3tgZLhpZ8WpnQCw','Super friendly staff. Wait was not long at all . Treated by doctor osiecky and Jose for ear infection and they were excellent in explaining the problems. Definitely recommend and would come back here!','2019-01-16 03:17:17.700000','2019-01-16 03:17:17.700000',5,'Alfonso Gonzalez','https://lh3.googleusercontent.com/a-/AOh14Ggd_5L1qKmCji40onfZlloNT4pq3hBNfyZhAFiCMw=c0x00000000-cc-rp','13486358490203335051',29944),('AbFvOqnV7SU9pBUDI12bB6VgWmSMIQDLjPkk8SegyBsQ3BjJGXRqiiUMtbAkQhFLq8z_5_3yjaEADA','i came here for coronavirus testing at like 8pm on a Thursday and they were really fast and nice !!!! Elizabeth checked me in & Chermaya + Dr. Akuhyili took care of me I was in and out in less than 45 mins.','2020-10-16 01:20:36.810000','2020-10-16 01:20:36.810000',5,'Jey Young','https://lh3.googleusercontent.com/a-/AOh14GhO610X_WkX0n5Jgcys1oI4EpGzzIyr5aQ4G-wX7Q=c0x00000000-cc-rp','3511292162159714121',40179),('AbFvOqnv7tGDo0zFnCBjxm78gIoj2ZF3EBG58WSc1whKlHouAtIbqii8Jr6UTpl5tKaXehCJN6VPpw','Came in without insurance and couldn\'t breathe, they fixed me up, did all necessary tests, and sent me home with a fraction of the bill a hospital would have given me. Extremely courteous and knowledgeable staff, this is now the go-to ER for me and mine.','2019-01-13 16:21:18.834000','2019-01-13 16:21:18.834000',5,'Luke Herranen','https://lh3.googleusercontent.com/a-/AOh14GgISUxt8JHTMesiFWYL2p4PCsaOGG-iOV6tVdX4Jw=c0x00000000-cc-rp-ba2','17898197009688164559',38328),('AbFvOqnv8wxzZWlgxeOPR0gTFrMhpzqDRdxgyc4P2pa-4vdt-0jathyLltsWyiImQlw0nV9Cm_yC','The best staff Nurse : Rollie\nRadiology : Natalia\nRegistration : Stephanie','2019-09-09 03:01:43.087000','2019-09-09 03:01:43.087000',5,'mohammad Maki','https://lh6.googleusercontent.com/-BaQkAPPDKHo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckQCHJvWA4PV-mTMmWDs-Cu8j-onA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42664),('AbFvOqnv9IzT0GxAHHFB5Y-WUrUcqfyjHHPDc2F-OK-PdxjgK5vQ6VvLW_Jnqe7-irjHisNlC3axEQ','Quick, easy, and super helpful','2019-04-08 12:43:35.984000','2019-04-08 12:43:35.984000',5,'Val N','https://lh3.googleusercontent.com/a-/AOh14GimWUaomjlURcFzeP9qK0jeskVwYKKEKw6Nytdh=c0x00000000-cc-rp','16590124370714063921',34902),('AbFvOqnv9yu8Fl2BLK-f7iv3r3T_Zo0GmqVyYqYWUf5x_2qJptUAxZVI2pF1tVmV7ItGdpBqh2A','I didn\'t wait long to see the doctor. Both staff and doctor were very professional. If needed, I will be going back!','2017-07-30 02:19:52.001000','2017-07-30 02:19:52.001000',4,'Alex Montoya','https://lh3.googleusercontent.com/a-/AOh14GheWDaKmL_fFUmWyqNQXjjjCxhMxqZMmNEkwDlgMA=c0x00000000-cc-rp','14904078213800803294',32660),('AbFvOqnvAdkf8p5_hTku8MIC1CRQz5401ogp-BEsjuOhmUByvzO4EE136DIs_nCurwtUKIqTYmpp','Nice sweet staff definitely recommend thanx to the nurses Julia Valory n Vy they made me feel at ease','2020-12-18 14:25:56.770000','2020-12-18 14:25:56.770000',5,'Jacquelyn De Alejandro De Alejandro','https://lh5.googleusercontent.com/-Z-S6AMf-UeY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmRtFN3JA5MNhvsDIP2GvDaHutdKQ/c0x00000000-cc-rp/photo.jpg','15979470999169074295',32810),('AbFvOqnvauKsC79Fwg-gk2mf80ZDvtF3IeBX1aMVxv6Ip-ePY6rDpuibIukPgzl1Pv0QOorSe1AT',NULL,'2020-09-01 07:04:19.072000','2020-09-01 07:04:19.072000',5,'Creators Home','https://lh5.googleusercontent.com/-szHa4_3x_ro/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclKkCAz4DVThB55-njw2I9sNXBcXQ/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31726),('AbFvOqnVBaw6GHujiOqdy9ePDK9kqtb4HLMD95iN6_6KgsIOqRI0u7q1JXGY7Z0UM-jK-P-chqSGiQ','Is my second time here and I like the attention here everybody is nice and helpful Dr.Cavazos Mackenzie Delicia Blake, and Son le explained everything and they all make a great team','2020-02-21 19:31:35.789000','2020-02-21 19:31:35.789000',5,'Will Gray','https://lh3.googleusercontent.com/-1VLIAWeYkRQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnxUoSfb5OzIrkmURabOw5x7Rj6bA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42438),('AbFvOqnvbcqXUlrZpIJxxr1RyyTihhOU-FuARYWBiI0hbXCO9re3z1auriKuRzGWfqyRiObSBUBQ','The lady at the front desk was very helpful, other then that the doctors never explained to me what was wrong with my foot. They wasn’t helpful one bit. They said they see no bruising of course why would there be bruises if I had just falling. My foot is swollen and in a lot of pain. Gave me ibuprofen after already being at the hospital an hour. The employees were more concern on other things then the patient. Some one asked if I was cold which I said yes and never came back. The doctor came and re asked what happen how I fall at work I explained again trying to reach something like how many times do I need to explain this and then told me nothing was broken and sent me on home. Had to limp my way back to the car and the nurse that released then realized said you hurt your foot. Like do anyone communicate at this location. Offered no help. Unable to drive since this is my right foot, still with no information on what’s wrong til I open some folder they gave me and it said how to take care of a sprained foot. So explain to me why the doctors nor the nurses told me any of this information, you would think they would explain on how to take care of a sprained foot then just throwing you out like trash.','2020-11-27 19:16:11.235000','2020-11-27 19:16:11.235000',1,'Nicole Turner','https://lh6.googleusercontent.com/-qNHEwidm8eE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmgXMELpIyo0XXXq_I6tTFa1H5-Cg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42816),('AbFvOqnVbGdEreXq9Bc-uuSjrB-H0gInGiYVcyEIUbypYTrvrd2Lb5P7IP8PJh8kaEj8tqHrLF-cIA','ER Tech Leah was great šŸ‘','2020-08-03 13:29:16.734000','2020-08-03 13:29:16.734000',4,'Marco Hernandez','https://lh5.googleusercontent.com/-uHXzYO8Bp0k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckmkNS19lsuLKxOvMOlzCm8KqYx2g/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29338),('AbFvOqnVbj1HwbCA1yhfvLdjFUaRc6jbQx9N4XSzK9MnMUG9IyzFSdMZD_NLZCD3uhFhlo2-hrKmTA','My doctor was awesome, very interested in everything I was saying, put me thru all the necessary tests to figure out a solution and made me feel very important. Just as the last time I went here! If I ever need emergency care again this is where I will go.','2018-03-14 17:16:32.590000','2018-03-14 17:16:32.590000',5,'kimber harless','https://lh6.googleusercontent.com/-0kA3aWaBk_o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckF3NQr1kBRAlxToP4zS6VQ8JP78g/c0x00000000-cc-rp-ba2/photo.jpg','6521947413723274945',41800),('AbFvOqnvbNl1dP8n-RE4yLH61riCkZ85CKS-Ye6-kLYyFmlJh7WXjAWX8VaJ4dTKGpTlAe78xEu95A','Ive had a sore throat for a few days. I woke up at 3am in some severe pain throat & neck. I started to get concerned thinking it could be strep. Ive had an allergy reaction to strep as a teen so I decided to go in. The attending Dr. was very rude, sarcastic and belittled me for going in. He didnt even swab my throat. I understand if he thought i over reacted for going in. But why be a Dr. If you\'re gonna treat people so uncaring and ugly. I left very upset and disappointed. I do not recommend this clinic.','2016-06-09 10:14:12.548000','2016-06-09 10:14:12.548000',1,'Pam Alvarado','https://lh5.googleusercontent.com/--T2vtqgDl1I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckI2uGxwe49C6hZvtwUISWcrLCqQg/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41818),('AbFvOqnvbyNGwp8t2Yyq5sE8kJgewZXdVDHZaNl42cKiZ-RQlP5dfPe8NewtNfxgCQCCHRnUeBaC',NULL,'2020-11-01 22:30:14.008000','2020-11-01 22:30:14.008000',5,'Rachael McFarland','https://lh3.googleusercontent.com/a-/AOh14Gi6llyI49-U93HcYfwJau1mXrMobFQMlWv0RWIZEQ=c0x00000000-cc-rp','3511292162159714121',40083),('AbFvOqnvCChCPdX0XwVUvMGjQ2p6UdqO85PdR78YChXOjnwxNjYdb30pd31bVbYBgrSe3uFdItNj3A','I was in and out, the staff was very polite and helpful, I would definitely refer people to come here','2020-08-17 01:10:49.957000','2020-08-17 01:10:49.957000',5,'Moon Phases','https://lh3.googleusercontent.com/a-/AOh14Gi5oT01cqOP5ym-LnROguI9y4QKyNMv7hHQR3XOHig=c0x00000000-cc-rp','8679688254631342173',42318),('AbFvOqnVckbKUSdtabJds_55dP6u2PBn_cKrbwk5sDZLPE-dysakMykdpsckqI_12PEgu_5CJ6vcwg',NULL,'2019-09-29 15:44:40.902000','2019-09-29 15:44:40.902000',5,'Joely Burleson','https://lh3.googleusercontent.com/a-/AOh14Gi6r30MxkdcoMNRf9AhoZPXfx_kgK1OHExTs9eP=c0x00000000-cc-rp','16590124370714063921',34640),('AbFvOqnvCwDUOETcjkpcRgFQyQcN3BTlyf3MIlO0tg8yEkgbfZb4XkzjIpdcF4Dnucpxg04BaWfFUw','SignatureCare ER is fantastic! Great facility for your emergency medical care. Staff is super helpful, knowledgeable, and nice! Facility is very clean! Rooms are comfortable. They can do anything here, right down to X-rays and labs! Open 24 hours! No need to go anywhere else! I highly recommend SignatureCare ER for your medical emergencies!','2020-01-23 17:41:20.654000','2020-01-23 17:41:20.654000',5,'Samantha Duncan','https://lh6.googleusercontent.com/-f2xzVq6XzLM/AAAAAAAAAAI/AAAAAAAAMiw/AMZuucl15bNB9TewIud2KLQ3154YRSJsiw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35998),('AbFvOqnvczxa_wR9kCyrXlD1UmS3unqYzp7oUiaYqLC6djw5H4nxVc3HTTJu0_sKZaxAp3EDSOAilA','Walked in, described my symptoms, and they are addressed quickly and easily! Thanks to Kimberly, Dyveliz, Brad, JR for taking care of me!','2017-02-23 23:29:42.514000','2017-02-23 23:29:42.514000',5,'Carson Pepper','https://lh6.googleusercontent.com/-JYK2xrceUhs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmKtFsW-Wcc0iQz6MDUWqUWJfqx4Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35492),('AbFvOqnvdAS1m209Akr7D0GXSJ9TaC6bfTD8j88t3a65VhKQJfVBwoUg4JuAbgbAOf8pRdqvd5ViLg','Super friendly staff, gotten tested here twice. Everyone super nice and professional.','2020-08-08 01:21:17.304000','2020-08-08 01:21:17.304000',5,'Angel Nino','https://lh3.googleusercontent.com/a-/AOh14GgfW6YTOGlN4_b9kgWrkW3lHIYZe4yH-NRuqz1SwA=c0x00000000-cc-rp','14904078213800803294',32270),('AbFvOqnVddkyDFyphA4IfO3GPdGSySgYCKy4amIiPzA0S3TckXFrfc9BKtt5pa8sfhjREAY0d0h5Xw','Dr. Kimball and Nurse Jacob at Signature Care College Station were great! They were very knowledgeable and helped me understand the diagnosis. They each had a great bedside manor and made me feel comfortable throughout my visit.','2019-04-06 17:22:29.926000','2019-04-06 17:22:29.926000',5,'Lundy Porter','https://lh6.googleusercontent.com/-y8lgX1OIvGc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclEvhoNuF0OJgF8Ds9ih-5HsuzGdQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34914),('AbFvOqnvDkjoVCRPMpKInwV2a7b2XKfxbCdo3jn4TV12ngs4JIQB4zF4Rw3-6BLjQUR7ihTv_G40Lg','Quick and simple process Cody & Kari took care of all my questions regarding my covid test. Would definitely recommend this place if looking for a nice and friendly option to get tested.','2020-10-02 19:07:58.922000','2020-10-02 19:07:58.922000',5,'Ben Fueger','https://lh6.googleusercontent.com/-1EN-6b6cwyg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucniR33liV_kaFEWiG1ZP5LCPwNywg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38497),('AbFvOqnve_9kreQdhp9TI4Fnj9CWs-uaI4Ted7s706di76_J92gGd4luX8Tv_47t-q-GtzcI3gOC',NULL,'2016-05-25 00:17:51.039000','2016-05-25 00:17:51.039000',4,'Alicia Rincones','https://lh6.googleusercontent.com/-o7SfYifhDz4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmkG3j6ACGGHfpJ_KayptViWNSFFA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37349),('AbFvOqnvE9YcipHVyC_lmYMFSP3ApTEp039aTmiYiVSLFj4Xv4Dgdu0Sd6lRXRK1RxSCXeFJz8j_Zw','Our experience was very fast and friendly. Would definitely recommend!','2020-10-12 03:34:53.393000','2020-10-12 03:34:53.393000',5,'Brittany Belmont','https://lh3.googleusercontent.com/a-/AOh14GiSLfn1BTiHZ2G3YRzqXnlZ5yErFuROL_GaldTGVtE=c0x00000000-cc-rp','2694018788013845459',38927),('AbFvOqnVeev2YsDQLyYmC6UE1bgltjFQA63-_ohgo1xcxIL8KxWdLrigCNajC_C8NxyHInQ32tW1','Remington and Chelsea are the SWEETEST. I’ve always had incredible experiences here (even pre-COVID rapid testing). But the staff is truly unmatchable. Think Chic-Fil-A but for an ER center. Kind, caring, funny, and really just create a peaceful and uplifting environment for their patients.','2020-10-02 19:14:57.083000','2020-10-02 19:14:57.083000',5,'Olivia Lewis','https://lh3.googleusercontent.com/a-/AOh14GiSTYEoQWGuRCyqv50Ik_VwW7yPOoCilh8aVTOFLA=c0x00000000-cc-rp','16891069708558046635',35752),('AbFvOqnvefKtAsomZjkuUSJBJLcMRD9V72xixaIm9M_c2lDZzXAplzbyjNnsIX_3x7ePXeV4OVhh','SignatureCare was able to see me right away which was great because I\'m a very anxious person - I was taken into a room within 10 minutes of arrival and my evaluation began immediately. They were extremely kind, sympathetic, and thorough. I left with my mind at ease and feeling much better. Thanks for your help!','2016-04-06 13:46:35.070000','2016-04-06 13:46:35.070000',5,'Dana LeStrange','https://lh3.googleusercontent.com/a-/AOh14GhEK9spbH58Ctrz_N09HZG38G4EV49SsI_ZYtLbhg=c0x00000000-cc-rp','3511292162159714121',41247),('AbFvOqnVeoMjtdPUEFCYrHZBSdxZL-ZG1UB1S6Gr1tzxj7ZwN-Oc9JJ02g5MAlNhaX43no4R7nsDbQ','It is like the quickest place to get treated for anything and the staff is very nice they did what they had to do to help me out. I went in with a very painful abscess & Dr.pham really does a good work!','2019-10-27 00:41:13.599000','2019-10-27 00:41:13.599000',5,'Angiebeauty01','https://lh3.googleusercontent.com/a-/AOh14Gi-wb2s8I3L5_PknEpRa_g3NbbScX6vgZEE_bFQLQ=c0x00000000-cc-rp','8679688254631342173',42627),('AbFvOqnVF8dGKtMd45gff5uLtMfo1eUh4-AdNmcgVEe6PFbULuYmuFX2AYM2WHUX9PIiSPFoUhHI-w','I just got here but this place is awesome. So clean and inviting and everyone is so nice. Not your typical ER at all. I hope I don\'t need their services again but if the need arises this is where I\'ll be going.','2017-01-27 14:38:18.957000','2017-01-27 14:38:18.957000',5,'Monique Swaby','https://lh3.googleusercontent.com/a-/AOh14GjYnNW9EHDRAoeavw_5rBFr9sM_CC6myUqYCxkv_U4=c0x00000000-cc-rp','14567670160750071148',31119),('AbFvOqnVfGSXOrshwhU80hwKkMuBqI0E1WYAieDDQZLmG9nEP2224neBbZyV0BqD5k42fWXCMug6YA','I absolutely love the staff here, the atmosphere is very welcoming, you recieve quick care, they are very thorough with explaining diagnosis, and all around super friendly folks! Shout out to Luke, Kim, and Sherri for their help today! They made sure to check on me numerous times and ask if I needed anything. They explained each process we were going to go through. They were patient with me and very sweet! Definitely recommend going here!!','2019-05-24 14:23:45.269000','2019-05-24 14:23:45.269000',5,'louella hill','https://lh5.googleusercontent.com/-2cDDn670oPI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnExJRsBT7niL9CH2jVzFuMEuGlCA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39865),('AbFvOqnVfhd1tys-KAgMMbi2Pz7_YeDjswLnN1B0qCTGxDswoRw0o8UPzI8pU8Je9n8nxks0u2d_CA','ALART: THEY WILL SCAM YOU. DO NOT GO HERE FOR COVID TESTING.\nThis facility is an absolute nightmare and I would not recommend going in here. I went through the drive through over a month a go. Just got tested for covid. Never even entered the facility. They only did the swap test. I recieved a bill from my insurance for over $2,000. THEY BILLED ME FOR BUNCH OF EXTRA THINGS THAT I WAS NEVER TESTED FOR.\nNow, i have to chase down people on my insurance and the billing departments to get this resolved. DO YOURSELF A FAVOR AND GO ANYWHERE ELSE.\n\nUPDATE: exactly 2 months later and this issue still have not been resolved. No one in the facility ever returns my call. The email the \"owner left in response to my initial complaint was a generic email with un auto-response.','2020-08-13 01:31:59.934000','2020-08-13 01:31:59.934000',1,'n a','https://lh3.googleusercontent.com/-_o6mhbibwi0/AAAAAAAAAAI/AAAAAAAAASw/AMZuucmZ3C-iQxuv-0hqbwTccnEu1zJTeg/c0x00000000-cc-rp-ba3/photo.jpg','14567670160750071148',30138),('AbFvOqnvFIfVKq-_vclbQIMDqmxLSCqcH2Bt7XozGOfnA5ReEokWhyzBljNm3SDKbPup8x-xZdAKyg','This ER has by far has one of the most professional Health care providers and Nurses. They are very friendly and polite. Time spent in the ER is short and they do things really fast. Great Service.','2020-02-15 11:15:33.338000','2020-02-15 11:15:33.338000',5,'Alimamy G Kanu','https://lh3.googleusercontent.com/a-/AOh14GjLoF35IilMnNlUyAazrpYVixbyM4YhL0ZIVbnGRg=c0x00000000-cc-rp','2694018788013845459',39121),('AbFvOqnVfIGrytLUGPJnCrkTtw1qSivpIiGZlob9B2LkAuKozlfpkTrT-XsbmgLKK1nupzF1fNEw','Very satisfied with everything and everyone. Fast, personal, and thorough.','2019-01-25 13:58:06.098000','2019-01-25 13:58:06.098000',5,'Amy Balzer','https://lh3.googleusercontent.com/a-/AOh14GiX8qCkabyxRN0gAvw7UqRAcbNHg_8KVFAAbeFYrA=c0x00000000-cc-rp','13486358490203335051',29922),('AbFvOqnvfv0RJ5Xg2KR8V8q5nJELAPuEawQ2sZEkDGZEsrvgXfpC1L2GZm07PXs1lRHHZlu1Xr1WAg',NULL,'2020-10-31 19:59:07.389000','2020-10-31 19:59:07.389000',5,'Danelle Molinar','https://lh6.googleusercontent.com/-CbZhOF01YEw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclC2z8Uc6XwNiIFH77WFWx3vHLzZw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41278),('AbFvOqnVfvRNx3X1kVI-mnYfU2K4buU6RdZ5DEnLdeJP1plL7AxjZNCbxv5WIDdOlX4kLxFZjKq9','Good atmosphere! Loved the attention from everybody! Nice and clean place . everybody very friendly. I highly recommend this place. Channel, Fatima, Elaine and Tanisha all very helpful and caring!','2020-02-24 03:08:58.401000','2020-02-24 03:08:58.401000',5,'Ana Karina Rodriguez','https://lh3.googleusercontent.com/a-/AOh14Gj0Omwrh--_lLlMK1KwKxT_gbPRJJ2oFIfuNnJllQ=c0x00000000-cc-rp','17898197009688164559',37654),('AbFvOqnvFYMHnmkJBk-S5aSYjs_fz0SPyStrDplgSFJLniuQ7ajOSgobTbriuht8vkvMXBzx3zLF6w','Unfortunately for myself.. I\'ve been here twice in one year... But I came here because the first visit was great.. The second even better !! Everyone in the office is very kind and efficient. If you have to use an emergency/urgent care... Then you should go to this one.','2017-06-14 00:21:21.351000','2017-06-14 00:21:21.351000',5,'Randy Martin','https://lh3.googleusercontent.com/a-/AOh14GjAqTpvB7pHXTnEPW7ciotB9FBsIR2FeIsyVm79=c0x00000000-cc-rp-ba2','3511292162159714121',41044),('AbFvOqnVGPuyhM0T-2pGJY4nHvqfitlkXd-LMtOZXf8RMlGXef6le5mak1IB085_zd49qWq_PQ_qSg','awesome place they helped me and my little girl when everyone els was closed good service will never aways come if i have a emergency to them. thank you DR. SINGLA and the nurse NICOLE G. & SHOLA RADIOLOGY. RICARDO\nAND REGISTRATION. SAMANTHA KEEP UP THE GOOD WORK','2020-02-01 01:58:57.523000','2020-02-01 01:58:57.523000',5,'Leo Zamora','https://lh5.googleusercontent.com/-6UzboLez4bk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckLPh_tRJj6KIWIUUKmEXB5TfC5tw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30282),('AbFvOqnvgu9KoP0M45sY1Vw_ouOgUSJyqmXMSaTQk8vwNl3qZTlDdG3ucGUZ4t4S8qoy1EAt3d8tAA','Thank you so very much for taking such great care of me the day that I cane in and found out i had strep , I was attended to immediately and given the best service and evryone was very inviting and friendly Thank you Thank you!','2018-03-06 20:03:27.546000','2018-03-06 20:03:27.546000',5,'Amethyst Lovely','https://lh3.googleusercontent.com/a-/AOh14GhZScXkjyDhPllXTu09PCzd3ExfEBXd8iuBGnwzgw=c0x00000000-cc-rp','16891069708558046635',36425),('AbFvOqnvH12PMUjawtznvNRO0m_OZgKrGeQaY4I3CPKq2QH5kzqwJOUKUXKFiTE9DTT5sJ3L1SWQ','April is an extremely kind, caring and attentive nurse as usual. And doctor Das was extremely kind, thorough, and informative. You guys are awesome.','2020-10-05 19:32:54.256000','2020-10-05 19:32:54.256000',5,'Haygen Holbrooks','https://lh3.googleusercontent.com/a-/AOh14Ggst8s8pfP3Q3-oWB5W0Ra6rhf09vwrs5NbJN19TA=c0x00000000-cc-rp','14748677429039074158',31556),('AbFvOqnVHfMQYnlgZvzjwp3xhiXo4oYOohvdE5R3KLk4RzlHZsMj7XjBd96jpbWJxcmR1NDBR2zbDA','If I could do no star I would. My husband and I came in with a bloody nose that would not stop bleeding. They packed my husbands nose twice both times there was an odd crunch and my husband was in a ton of pain. We went to ENT for follow up two days later as instructed. Turns out the doctor there broke my husbands nose and deviated his septum. He now needs to have reconstructive surgery. The doctor even looked at my husband and said I didn\'t break your nose. IF you are not confident in a procedure do not do it! They charged me 500$ so they could break my husbands nose. Will not return!','2017-06-01 19:30:04.941000','2017-06-01 19:30:04.941000',1,'Nichole Diamond','https://lh3.googleusercontent.com/a-/AOh14GgR0c87sRUG0ZBUoAcpwVhALjaROS7dCEYqfwi9=c0x00000000-cc-rp','17898197009688164559',38380),('AbFvOqnVhjUoTr-RAfrN8kXBM9klmlTUpTtoOr-Amlhs4tCO_xW5XN5vLvco8eR_IAB3QB9OhF3GXw',NULL,'2018-08-02 19:55:56.502000','2018-08-02 19:55:56.502000',5,'Rupa Masurkar-Pednekar','https://lh3.googleusercontent.com/a-/AOh14GgmDKsF3KogwKSUrKEZmK7yuU2nV-0SSVf0_uUzFns=c0x00000000-cc-rp','3511292162159714121',40907),('AbFvOqnViLpn1zkmpyPC1IDupVTUeloy3eFbi4tEn9zc-Wb9KFqbwXlUX6L4nHXlTSd8YB-C6Ls8Bw','If I could give them 10 stars, I would. Everyone was so kind and helpful the entire time I was there. This staff is amazing!','2019-08-27 13:51:29.987000','2019-08-27 13:51:29.987000',5,'Kelsie Garvick','https://lh3.googleusercontent.com/a-/AOh14GghNVZJDcwEuIqDnxCKZoUKTXJ3IEY7PD5u6o2C=c0x00000000-cc-rp','16891069708558046635',36140),('AbFvOqnvIrHbIaF2KsIDdwh6sToKxVNttQ3Mdw0xJzaHiBkwd3yz9Jaf3FLE_kaqQ2GS5UknOTTf4Q','Very clean facility staff is very friendly Dr.Harjai was very informative.. Alvean the rn was very sweet and helpful.. the radiologist Tricia B was fabulous as well very sweet and friendly .. Elida jasmine at the front desk was very sweet I loved my experience here thank you so much','2019-10-31 14:55:16.438000','2019-10-31 14:55:16.438000',5,'Laura Portillo','https://lh3.googleusercontent.com/a-/AOh14GgWu9f5GcWgMeTHgPnz24JNsN9LxnSf551Mkm6y=c0x00000000-cc-rp','16389487648212004696',33804),('AbFvOqnVIS9bbQNBjpjKKJLIByol_T0Fgse7RtskdNPEOqQEX8s8UXaiUwHrOSQgrX2rXRj20QpYew','Came in for a covid19 test but not able get a test because no symptoms.\nOnly filled out paperwork and they had my vitals done.\nFriendly staff but dr could’ve been a little more friendly.\nAnd only doing this review for a complimentary Starbucks gift card. 😁','2020-10-29 04:23:09.453000','2020-10-29 04:23:09.453000',4,'Natalie Nguyen','https://lh3.googleusercontent.com/a-/AOh14GiK3B1p_0Fsb5WW4adVoXNjDLR-Ufr3MTn-TrV2Hg=c0x00000000-cc-rp','14904078213800803294',32186),('AbFvOqnvj3UC6HqAVb5oyxQK0g2eNQRGvKZIrX0sqaSauuBBDTSIBv1TdmSOP0tpRr-1d-mG9Cqe','I can’t tell you enough good things to say about the care we have received from Sarah, James, Dr. Thomas, and can’t forget Daniel. The took great care of my son!!!','2019-11-20 01:27:37.175000','2019-11-20 01:27:37.175000',5,'Fonda Higgenbotham','https://lh3.googleusercontent.com/a-/AOh14Gi7vhzngHVsSu1sCMGpITnQ5Pur6IUXrizpKlhJag0=c0x00000000-cc-rp-ba3','17898197009688164559',37868),('AbFvOqnVj959UCnYeUa-icTuTY5lwog4FNzTZHthx-tGss55l75C096gz9glL6vGS4a8OLEPNGHe9g','Kandi in the front was super awesome!!!','2020-12-23 09:46:39.595000','2020-12-23 09:46:39.595000',5,'Emely Valdez','https://lh4.googleusercontent.com/-Byh3JjFUQHc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckRPNQHFRWqLfsUBKNWVxshmf2ioA/c0x00000000-cc-rp/photo.jpg','12541597562633926366',43756),('AbFvOqnvjMwvvKMOBpPPbaRUn9z_WTikI4l5V4c_VB2O1Zjloj8-_dPmlK2itw4jo2RrpDp72_ILIA','My mother wasn\'t feeling well, she had high blood pressure and other symptoms. From the moment we got to emergency center we were greeted by Tanishia very kindly and efficiently, we did not had to wait and were attended immediately. The staff in general was very professional, and Dr. Henderson was very reassuring. We actually felt very comfortable and grateful that we ended up in such a high quality standard facility. I definitely will recommend this facility to my family and friends. Excellent standard of care!','2019-02-20 23:01:50.599000','2019-02-20 23:01:50.599000',5,'ivan acuƱa','https://lh6.googleusercontent.com/-yjEyKbVhNEs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmYXGVZTVvMeNVtzHnJ8qCwQbfvzQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38284),('AbFvOqnVK6fzipllwAN3i2HFQBoXiehALcCYhlQTcmL6yN40WV9syoT2x9kwwSPzfZ6n6omhYoBn4A','I’ve been here twice and received excellent care and service both times. The staff are friendly and seem to care about your health.','2018-12-25 17:33:43.522000','2018-12-25 17:33:43.522000',5,'missmopar05','https://lh3.googleusercontent.com/a-/AOh14GgHYLNLSaSyH0RdVfnENoA1amfGNbIDVZAZX9Xb4w=c0x00000000-cc-rp','16590124370714063921',35059),('AbFvOqnVL-rkh19BtYzJr-rNUyNHbTjDZpyJR7OA_4VERCBHFqzlriqKRCPAMtyZy7Iz__SrM6iS','Easy in and out. Nice facility and great staff.','2019-02-11 13:42:52.086000','2019-02-11 13:42:52.086000',5,'Mark whiteley','https://lh6.googleusercontent.com/-FQssgXuUvzk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclsYUmYDjgduHl5AI9ch2R5bJ69zQ/c0x00000000-cc-rp-ba3/photo.jpg','2694018788013845459',39378),('AbFvOqnvl8lONHBqm-Gp1nEScHMDZ--NMgvvzJh67fyEd0a_cTUq9M9XiBSTjkdE92fzNU7oWWaspA',NULL,'2018-10-23 22:12:48.338000','2018-10-23 22:12:48.338000',5,'Addalyn Thrasher','https://lh4.googleusercontent.com/-5WaIMuRhRa8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckMMfyL1K3HqwzvT6rfhtqA1Thl1A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35144),('AbFvOqnvlaZtyoIiAXnxAADtajuxLUqPoTbzVWZpKvkdltgbn6zDrnhaKGFXa_PIIeord8ohNRucJg','Tanishia w., Tammy w., Laura H., James, and Dr. Mauldin were the best ER staff. Friendly, caring, and fast service. 100% recommend for anyone not wanting to wait forever in the hospital.','2019-07-30 23:55:36.508000','2019-07-30 23:55:36.508000',5,'Alexis Sanchez','https://lh3.googleusercontent.com/a-/AOh14Gj7UJ01k88jzZGIGRbfAeHC7zWl9PpfPu0rZOAO_bo=c0x00000000-cc-rp','17898197009688164559',38058),('AbFvOqnvLIpWBplvIucYyjA4OQQrvzBdA-bgEeJJxH6fOqFrS8VXeWg8zLA65e74H_dzJ1nx2k7pGw','whitney the nurse was absolutely amazing sand super patient with us and was super quick','2020-10-14 05:11:59.821000','2020-10-14 05:11:59.821000',5,'Zoe Hilligoss','https://lh4.googleusercontent.com/-7vpF1pemUn0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmeBExPfmFY3U7rH9BIV2yC_Rf7wA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39476),('AbFvOqnvlIw2WyScW6xwiY3zXW1djR8kdy-NmurvsT0jjpOvQXyHR42QTfHppavEIMHWjIDeI4f1Cg','They took good care of me and were very prompt and professional.','2020-11-09 05:43:23.941000','2020-11-09 05:43:23.941000',5,'gary clark','https://lh6.googleusercontent.com/-afa-3HcMsgY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclU0zxZ7wrsL5K6i4Cppiam-nU5sQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29269),('AbFvOqnVLtK9OzjS7R8Mq62H_hc2ea_ejZi56eCC07ekTsrfpqrD8ETyn5fb36M5HBPM1emTYAjtHw','Fastest, and nicest staff ever. Very compassionate since I walked in.\nDr. Pham and Nurse Andrew showed a lot care and concern to my health.','2019-06-19 14:10:49.134000','2019-06-19 14:10:49.134000',5,'Nidia Vasquez','https://lh3.googleusercontent.com/a-/AOh14GhY9MdjmlArI_FdMgz4jkxDlHk7AEWKzKPVZI7qsg=c0x00000000-cc-rp','8918455867446117794',43246),('AbFvOqnvluFBLSF0zBAUFCsKOpZtFXWpVgWDlQlTf4l1orXQWyRhenqe5rElFHhDi_AtRq14d_qIiA',NULL,'2020-09-18 14:37:46.821000','2020-09-18 14:37:46.821000',5,'Aaron Williams','https://lh3.googleusercontent.com/a-/AOh14GiMAzyJ4qsGE2odJaHciHOUFWJHB9TX5ZpIf8_t4g=c0x00000000-cc-rp','2694018788013845459',38975),('AbFvOqnvLUfoA-AYOkl4ZmFp-hKdfQ-hSPAnLjpb0u83_GBnJOdQdh6CnpPCP2_4-5OxbvytFvUm','The receptionist Dee was so amazing just as welcoming as could be and even remembered me from my last visit almost a year ago and did I mention no real waiting time A1 place','2019-08-14 18:45:01.042000','2019-08-14 18:45:01.042000',5,'Selena McCraw','https://lh4.googleusercontent.com/-WxxIvOaQhRs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclqdd1LsG8cSdziN54aBU-sm0YWCQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40445),('AbFvOqnvLyOJUgOoetyTtu9e7mniSXjgtul7e5wAGp3NDrFNxk7ALpdau1HGSWIRYlKZbeNuBupFcQ','Dr Do; Robert;Tricia; and Jesus were all great','2019-06-21 15:39:45.667000','2019-06-21 15:39:45.667000',5,'Morse Code','https://lh3.googleusercontent.com/a-/AOh14GiDn8O_5p5NtXywWKHJmA81vcp0p8_SZWRcvvG2IA=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqnvm5LPKSVgtvWG0EE_vRMuNXqobS4pFlSMsCzDmK3birWKGgBA9GVwQPWTaEKmCHg29_8_QQ',NULL,'2019-12-13 02:01:39.883000','2019-12-13 02:01:39.883000',5,'Thuy Le','https://lh4.googleusercontent.com/-DELTzXovGig/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucko4S99upuAmlp7WqnY_dC8OcNP5Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33607),('AbFvOqnVM6EY_JUMfO6dyGm1Zu8xHsVHfXuhWz5jehO8YD31M73RSEs54FeAId3P5tooxxte6X8bAA','I had a really great experience this evening. Very fast service. Dyveliz and Rayven were very respectful and helpful.','2020-02-12 03:40:05.921000','2020-02-12 03:40:05.921000',5,'Maurice Ruth','https://lh6.googleusercontent.com/--42SmD37zq0/AAAAAAAAAAI/AAAAAAAAAk0/AMZuuclCFEINihIwDn18Se1RTc3lbrIPnQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34378),('AbFvOqnVM9_LQo2ho5mfhithZchA0NRxlJ2StmjetA6y5u0M4Uh9bDjpWAX1uXD2VVjsZyaAg1ik','I had a wonderful experience. I was immediately greeted by Tatiana at the front desk and I didn’t wait very long to be seen. The staff was very attentive. Nicole and Brandon made sure I was comfortable in spite of my alarming situation. In addition Dr. Esrevez was able to answer and address all of my concerns. In my opinion this facility comes highly recommended.','2020-01-12 05:20:47.262000','2020-01-12 05:20:47.262000',5,'Ashley yzaguirre','https://lh3.googleusercontent.com/a-/AOh14GiMZVeugo69qLhjrtIa45TQtX2wkwWmzto2u9mG=c0x00000000-cc-rp','14567670160750071148',30347),('AbFvOqnvMbxP2p4asdAVpTa1eaqIFZM4WpLI9-wsUW8L-IsfmFzU8POyo-M6-pC16Pzy0WgP0Su9NA','I had a really good experience with the facility and staff. They were prompt, answered all my questions professionally and the facility was very clean. Recommend the westchase loaction.','2020-10-25 18:44:03.969000','2020-10-25 18:44:03.969000',5,'Malak Golchin','https://lh5.googleusercontent.com/-Q9-gE6KF0NE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck2OnbE4svD0ke_ZK3XyKcv1-DUxQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28492),('AbFvOqnvme5G9RgNBRP3mHbDg8j3tmoNfrik2OHRGKYl39SIa8NmX8qHwH8LosddvXwu6aM0FhJcRg',NULL,'2018-08-19 17:03:43.983000','2018-08-19 17:03:43.983000',4,'Peter Patel','https://lh3.googleusercontent.com/a-/AOh14GhZpYTTYPrPs9Tn4V5ANzqxlueBqan7reAEfipH6yA=c0x00000000-cc-rp','14567670160750071148',30776),('AbFvOqnvncsgzwWljkxc_yGDJ_HIwflh5iJZnjigmIPevkHBUNsZfZZO482KFWLgu1N8X2edY4AZwQ','Pleasant experience by the care of\nDr. Braun, Steven\nNurse Tammy\nRad tech: Carletta\nand Tanishia\n\nGreat place to treat emergencies!','2020-11-13 20:01:35.841000','2020-11-13 20:01:35.841000',4,'Lishleymi Aviles','https://lh5.googleusercontent.com/-syNeepSu4pY/AAAAAAAAAAI/AAAAAAAAAC4/AMZuuclM3Kqp7UgFKJpKYuAa_ikF0tB6ZQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37441),('AbFvOqnVnJQLL2mHyEJh5R_dB7d1DeSP4rLCXaDtR5Dl8M16xpXa86nYvjZFYbqcWIEKcXq0UJS28Q','Everybody was so very helpful. Dr.Chen was swift and helped with everything efficiently. Gave me the best answers. Malissa, Stephanie, Laura, and Scott were super nice and handled me with so much care. DEFINITELY IN ANY EMERGENCY WILL BE BACK!','2019-08-01 18:02:17.782000','2019-08-01 18:02:17.782000',5,'Legendary Minnie','https://lh6.googleusercontent.com/-ndnf9HawodU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmGB-fCHCAmrOPWt3DwXzuP4Mhfpg/c0x00000000-cc-rp/photo.jpg','12541597562633926366',29065),('AbFvOqnVnkw1JgY9n1OUybC_-zbZyCtrBqxfxntUJyh_5JyiP4nBUFdNIw0QEipeyayXom_J_PU-','Dr. Lindsay\nJani\nMarcus\nJocelyn\n\nVery Clean, Professional, and Friendly.','2019-06-10 15:49:12.168000','2019-06-10 15:49:12.168000',5,'Mistah JV','https://lh6.googleusercontent.com/-U2m1QldH5EA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDPqrDX9UCnyr0v6ar4kp0UqQYPQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnVNMwY5sgyb6stG8MwodKkJMriYl0rKezxSaenij6wE_BPntfF1yk0ppOsaLLg3IOjQt5X','Friendly and quick staff. Make you feel very comfortable. Explained everything very well. Would HIGHLY recommend.','2021-01-06 03:25:16.241000','2021-01-06 03:25:16.241000',5,'Lola Rios','https://lh3.googleusercontent.com/a-/AOh14GgHYWZnpFzJ1saoCz0uMw50Z1GqZ3dJpD4NnRrQWQ=c0x00000000-cc-rp','2077061009497551125',44367),('AbFvOqnVnPX8uKmOMk_dNV-hiZAvhQD3QNb87HgDWN07Z9btCsL5kL25qivx4BzOmc78Z4IDW3Dw','I have been here twice already for covid testing. I had a good experience the staff is organized and have all the paperwork highlighted for your for easy filling out. The test was fast, and the while process was fast I was in and out.','2020-08-04 14:05:57.258000','2020-08-04 14:05:57.258000',5,'Crystal Izaguirre','https://lh3.googleusercontent.com/a-/AOh14Gi66fAP90Qaef6udoi-pQHZqI2XLgj3-AVYxPosyg=c0x00000000-cc-rp','8679688254631342173',42334),('AbFvOqnVnyk4CXSrugSlmx4I4oGnY3uSUNLQF8OC2X7oq7MrncNotHQ63V_fPkwU48vqZpgH9ruk','Dr. Anders, Nurse Jacob, Tech Natalie, and Laura made our visit fun. Everyone was very friendly!','2019-03-24 19:04:42.215000','2019-03-24 19:04:42.215000',5,'Bri R.','https://lh3.googleusercontent.com/a-/AOh14GjbSlO0IsHSvtBlZSYf1S2IbRiuBBSDCEr3i4JUsQ=c0x00000000-cc-rp','16590124370714063921',34949),('AbFvOqnVomgC0H0E6mQR6Ze0l3jlb15GqZgEOtyYzuB7THnVPTIHsnRM6Yev3orTl-YLi1py94Mo7w',NULL,'2018-12-19 20:50:52.796000','2018-12-19 20:50:52.796000',5,'sadan jimenez','https://lh3.googleusercontent.com/a-/AOh14Gg0kRqMrlocUZzBnEC1J8zEs7MlSX7GIPx7kJ6mmDY=c0x00000000-cc-rp','17898197009688164559',38353),('AbFvOqnvoQVgdTIyrMODJ-givkgrDckcjfjraX-lxoAPSczUwtyPmI1XA1XaQD08mf6Z4wABf8Ly-g',NULL,'2019-06-24 01:21:33.962000','2019-06-24 01:21:33.962000',5,'Jose Martinez','https://lh6.googleusercontent.com/-LmB6jmWHNIQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMJB8WdygMgXs7e2C3jqwBsYczfQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29769),('AbFvOqnvp18Ad5ApMuXbqU0IVSRFC-H7xWxwYQQsH2U9BNCkuUFx3HBS9fEdS4kwoFGXcVc93c1K9g','BEST ATTENTION IN EMERGENCY ROOM!!!!','2016-05-20 16:43:51.524000','2016-05-20 16:43:51.524000',5,'MONICA TORRES','https://lh5.googleusercontent.com/-_PAA-hA4F4c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmIfQWGUnvkM9xBT7mtG-IT_lhiJQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37353),('AbFvOqnvPHI1eKpgRJ2aodEdInz1h5Nien5Ukw5sv0Ae-TMUm_7GkVzkWdbAn964WcJSg9Xb9T60Lg','Cody and Nydia is wonderful to come because there are beautiful attention','2020-07-28 18:27:25.878000','2020-07-28 18:27:25.878000',5,'Susana Hernandez','https://lh6.googleusercontent.com/-_P1G5O84P2A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclGN32VOapSJfOlmt6YBlPQNjkZ7w/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38734),('AbFvOqnVpPpYEomyCoUrvOH9TQ_SRdPinvBcRDVk9EULmSvDBmro3_vZ_yU29efqkWavzrHNSypw','This is a excellent place to get help doctors are great staff is friendly and helpful. Dr. Henderson, Dr. Edwards, nurse: Karen, Rad tech: Ricky, ER Tec: Jaslyn, registration: Maryann','2020-03-02 18:52:46.795000','2020-03-02 18:52:46.795000',5,'renee victoria williams johnson','https://lh3.googleusercontent.com/a-/AOh14GjenpU36n_LJJvW3enYP2IevyU-aFOcYPTjGx5aTA=c0x00000000-cc-rp','8679688254631342173',42408),('AbFvOqnVPQk9pWCg63_YV5NpIqP1fkvmKyWlqMnfQfuz2kS4T50L3hmH6QTWBix9NZ25_ka0hFoj','Very friendly and attentive staff. Would come again. Thanks to Dr. Ding, Blake, Sonny, Yazmina and Mary Ann for all their help.','2020-01-28 21:21:23.041000','2020-01-28 21:21:23.041000',5,'Patrick Collins','https://lh4.googleusercontent.com/-h1BtojF7DKU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck_WtF8WV0jm3yBTT_7mqiBx00vCw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42474),('AbFvOqnVRbTcSAEqKIMiZZUMZiilwAvRzYBkdOFLKnO0WhnI6pbeHUPjVp-jWHC_1I8K8meLsK5t','Best place ever, i felt really bad with fever and high temperature, they gave the best attention, tested for covid and the results were fast! The nurses and the doctor were super caring!','2020-12-20 15:52:33.104000','2020-12-20 15:52:33.104000',5,'brenda salinas','https://lh3.googleusercontent.com/a-/AOh14GgL_3BGPLGk3dWIMFEX_-iAfo2rgRcmKBHULfzyYg=c0x00000000-cc-rp','16891069708558046635',44538),('AbFvOqnvRc_xeGBWu9xGRKhmJcq5BCeYBTySMdIP8nXqxdxxWgyRTJWdtxuTuZ1Ev0UHPupl6rfo3A','Holy Moly. I was going to rate this place a 4 or 5 until I seen the Bill !! Wife was there for less than 2 hours with stomach pain. They did a chest x-ray, blood test and EKG. The bill was $8600.50 !!! Then on top of that a doctors group tossed in a bill for $1389.00. Sooo $10, 000.00 for a couple of hour visit !! I don\'t have great insurance thanks to Obamacare so next time we will know not to go here! But they were very nice.....now I know why !! UPDATE: GOT A CALL THIS MORNING SAYING THIS WAS NOT A BILL. STRANGE AS THAT WAS WHAT MY INSURENCE COMPANY HAS. WAS TOLD WE WOULD GET A BILL IN 45-60 DAYS. INTERESTING. WILL KEEP ALL INFORMED. 2\\9 still waiting resolution. Insurance is showing willing to pay $986 but now what? Of course if this is the case,its below my deductible so I would need to pay it. Will see where this goes.','2020-02-09 23:06:35.266000','2020-02-09 23:06:35.266000',2,'Fred Colesby','https://lh3.googleusercontent.com/-KNXb415EGHQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmQGDHdn-voX0Etr2K_atxSx0s4VQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39132),('AbFvOqnVReqqLU7o8XFPW2QaCRZPuM-qR4uaxegD5YXn8b5MYLVwNT7QfsHIFyby7QyfUUR7Zcfdzg','Great experience with doctor Patel, quick, professional team! Makes emergency room visits less stressful','2020-03-05 03:43:17.359000','2020-03-05 03:43:17.359000',5,'Nah mahindra','https://lh3.googleusercontent.com/a-/AOh14GjMow-SMzCYnbGw1simJp0IHEkZ43Q-xBR4BfkT=c0x00000000-cc-rp','17898197009688164559',37634),('AbFvOqnVrkiOMGjXr6F_DHASXCmozLnDkBK82WBDab7Dzc23KGvAnf_8E56FtsrW4SYXZdzZV7SaHg','Amazing staff! We have been here twice and every time we had the same amazing service. The 1st visit we saw Dr Wong and he took care of my husband with very gentle care and showed lots of compassion. Today we saw Dr. Ortiz for a follow-up visit and he was just as amazing. The staff is so knowledgeable. Staring with registration with Jocelyn so sweet and welcoming. Nurse Alvean and tech Mike gave us all the information we needed to knowfor my husband\'s hand to heal. If we have any more unexpected events happen we will definitely be back. Also they have a pediatric doctor on staff for our kids if we ever need anything for them in the future. Thanks you signature care emergency for taking such good care of my husband!','2019-06-22 20:21:21.544000','2019-06-22 20:21:21.544000',5,'Donna G','https://lh3.googleusercontent.com/-vyi4MdfXoXU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckb0_sAGqDQE50EHE9bPu4QeD4yUg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnVrkNhQ8art3f7rP5WO9Ee2HOSLYrkZ9_3mzMdoS_578kNxr_PvAr164fJHXyecMMQGaiwjw','They are very friendly as soon as a walked in. Super fast. Nurse Amy and Sam listen to my symptoms made it a great experience. Made me feel very comfortable.','2020-08-04 15:02:15.430000','2020-08-04 15:02:15.430000',5,'Brenda Martinez','https://lh3.googleusercontent.com/a-/AOh14GjxgXDVelPHaHyWmN2wbGSL0MiSj44QHRMnxtsp=c0x00000000-cc-rp','2077061009497551125',38643),('AbFvOqnVRm8SBxEF-9aUXuGhU3Tk5Iwo_3SRL0SIQgZYaWk-oIf-5yD6DIGp_cxXUTlRsGJ5ywmg','Went into this facility a couple of days ago for the displacement of my jaw, as soon as my husband and I walked in the front desk receptionist (Courtney) was very welcoming and immediately got me to the back to see the doctor. I was seen by DR. B.S. ADAM D.O\nNurse: Anthony,ShobhaĀ Ā and Radiology Tech: Brown,Lonnie. After leaving this facility at about 130 am, The security guard made sure I safely got to my vehicle. All these caring people took great care of me while I was there. I would recommend this place to all.','2017-11-22 20:41:51.683000','2017-11-22 20:41:51.683000',5,'Ashley Cruz','https://lh4.googleusercontent.com/-Qiocc7x95uY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn9TPdTTpuhgv13bGRucgyWYSymLw/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43458),('AbFvOqnvrQBWXr5qatDeWv-rl-a5ScgXLjdmInQJqDwyTWj4xgozNoBwPrC4dIDc69WU0K4i_9p9bA','Highly recommended. From the moment I walked through the doors I was treated like I was their first and only patient. The front desk admin staff, nurses and doctor were all highly professional and most accommodating. Thank you!','2017-05-12 06:13:51.228000','2017-05-12 06:13:51.228000',5,'Camm Leslie','https://lh3.googleusercontent.com/a-/AOh14GgBRqOJZblj4mra6hc81WK_NTQ6pyrCxOudBLcMVg=c0x00000000-cc-rp','14567670160750071148',31041),('AbFvOqnvrS_DTJ-n2SGSo2j8RJoGlMCR96xyGdr285X8eaS8Sg-CIsJTJ9gn6sOg0bNKxkTNrH5otA','Went in to get COVID-19 tested. Didn’t wait long at all in the waiting room to get checked in once all the forms were filled out and signed. Explained all of my symptoms and got tested with a nasal swab. I prefer a flu test over strep test any day so a three second nasal swab with slight twisting of the q-tip stick was easy! Made my eyes water but no pain otherwise. I can see how some would say it causes some discomfort.\nCurrently waiting to get my results that should be done in about 15 minutes.\nA very professional and courteous experience from check in to walking out!','2020-07-29 16:41:15.841000','2020-07-29 16:41:15.841000',5,'John Anderson','https://lh3.googleusercontent.com/a-/AOh14GhfPQ0rTsVmvcjz8ASikL5skVuXAsri_EqkHmfV=c0x00000000-cc-rp','2077061009497551125',38704),('AbFvOqnVRzs6ZFQafPrZIGkMHz94w1uhJ8rqrfFZlO-OpaD6kAyXpLW_OiKsXc11bav5bi8ieBt6','Stopped in for Covid testing. All done without leaving your car. Process well planned out. No really long line or wait. And you get the results before you leave the facility. Very satisfied with entire experience.','2020-07-30 22:56:49.610000','2020-07-30 22:56:49.610000',5,'Russell Williams','https://lh3.googleusercontent.com/-3sk0N0TD01k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmvnc13kZ852JUg3ViSDApncF9BzQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30144),('AbFvOqnVsSMGZ8kQyA1iCgnvEqz2Vb5ZjNECcqr5P0rLeQIbJuFdLawbO0cORP_YYyd_V8tfPNBrKg','Shelli, Chelsea, Weston, Kathryn, Clay, and Aileen helped me out today. They provided EXCELLENT customer service! This is why I love coming here for my medical needs. I highly recommend it here!','2020-10-11 18:15:26.305000','2020-10-11 18:15:26.305000',5,'Santiago Aguilar','https://lh3.googleusercontent.com/a-/AOh14GhrIi_2_oerufU09f-FJ1w34WmtVrwy6jctmbEEBA=c0x00000000-cc-rp','16891069708558046635',35710),('AbFvOqnvtEIT2V_xplLrx_whwKPT7t5syEpCiC6Y7zyhZMX5vwZNqbfJCuu4H4TKQYWeGEsR7Wo_Hw','Had to come in for a rapid COVID test, the staff from the front desk up until meeting with the nurse was super friendly. Made an appointment and had no wait time & they’re definitely taking the extra precautions to keep everyone safe','2020-08-05 13:03:19.403000','2020-08-05 13:03:19.403000',5,'Stephanie Cardozo','https://lh4.googleusercontent.com/-bNeTlTVrVCI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckFiE7dk84q1qQqOhGxWZ5QwT-uEQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32285),('AbFvOqnVtrbMtMrFg8mcMVOIUdVd1lgXwX3s8ZVkjHtf_h3qqg9NZLMySuqPRgoh8PyihFPL_xe3Mw','Great people!!!','2020-11-18 19:36:04.643000','2020-11-18 19:36:04.643000',5,'Angela Cox','https://lh3.googleusercontent.com/a-/AOh14GhCclEqs2bmUiJpv6IMTIIRN-WqVPvyDbszsPlpew=c0x00000000-cc-rp','3272657195432704501',39448),('AbFvOqnVtw82ByJr7AS7TYIjvku0aNCWQo9fjmBdUuowhcEYQKHWH3FwPoYnAPUCJzloHcQwJyS9','Signature Care Copperfield was great.\nAs soon as we walked in we were greeted and asked what the problem was so we could be taken care of. Very friendly staff, made the patient laugh while they took care of them. All questioned were answered and staff made sure we received all the information we needed before walking out. Thank you signature care.','2019-05-13 18:17:46.025000','2019-05-13 18:17:46.025000',5,'Emely Lopez','https://lh6.googleusercontent.com/-X8UyDYf6et4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnBCTy_bbwowjUosL0ALNcgtnWwgQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38184),('AbFvOqnVu72iHPZiThSg9ROYvjHmMFq7FVusosCkwNHCVWLtc4O5helJ_2EQIwLXLOOyQjVMYfjV2g','The entire staff was great and the care was great too. The wait was maybe 10 min. We were out of there in less than an hour. I highly recommend it','2019-01-01 15:52:49.864000','2019-01-01 15:52:49.864000',5,'Dolly G','https://lh3.googleusercontent.com/-M8deTkTrQhQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclATsWPnraWoEbjh_Yd-ME-RyvnEg/c0x00000000-cc-rp-ba3/photo.jpg','13486358490203335051',29954),('AbFvOqnvuAf1p41jQ0Cqxa5F5ihaKCcUAZyRxJQ02Me0a6gXy4Ce9BnRS_df4_HC0Cu0wpJdwqJk2Q','Love this place, been here twice and they are always so helpful.','2020-09-11 15:37:44.690000','2020-09-11 15:37:44.690000',5,'Vicky Allen','https://lh3.googleusercontent.com/a-/AOh14GhcJ6PfeH9bF9H5P9a_PT4686ChVE-pXGyvfDLhmg=c0x00000000-cc-rp','13486358490203335051',29312),('AbFvOqnvuAlUFoXQJvjo98hEFrJJrMvXq7VsJmuvmc6RztWZ8C1IMreRlKJBOl-9SkgTB1Oc2v3qFg','Very great service. Was seen in less than 10 minutes, all the staff were nice. I was treated and was given information how to make sure I got better and sent home in an hour. I definitely reccomend this SignatureCare.','2017-10-06 16:49:26.225000','2017-10-06 16:49:26.225000',5,'Kailean Hunter','https://lh3.googleusercontent.com/-g9bObdMa91A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmAjJo1XTinbNa412OHyOJYt8fx2A/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43472),('AbFvOqnvUfHPeT7k21uqmMN_eMwVLw33Zg3QJARaCyiTA7wEzQRkRNuHe_d6K3otY0n4IYWEPQ-18Q','Very courteous, thorough and organized. Walked in for COVID testing, was tested, advised of symptoms to expect and protocols to follow. Entire process took 30 minutes.','2021-01-01 16:29:50.484000','2021-01-01 16:29:50.484000',5,'Ernie Harvell','https://lh4.googleusercontent.com/-G9FcYi0PzbA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl760oBSieANiTz3vY-LBbi8BZbcA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44260),('AbFvOqnvUo2Ng1bW0XCZkUo-yOJbi98GNgz3w8CV7kL87D1hHmqnJgB8oj0J57ke0VmP4p1AExaFMA','Patrick was an amazing nurse made sure we were comfortable & even offered us a warm blanket while we wait. The front desk was super nice & helpful with getting us in as quick as possible.','2021-01-04 00:56:57.548000','2021-01-04 00:56:57.548000',5,'Ellyse Sorrell','https://lh5.googleusercontent.com/-MV4nR40QoYc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclAVklR8GsIsSFTa01o9xfVhb06_g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',44290),('AbFvOqnvuUCShsBJ92BnoInwE_8OucsdTr8aICOwR21apC4VpiXWiivLiPfWRYrFD7TOnSLH-8YQ','Great staff. Nurses Dustin and Nadia were wonderful :)','2020-07-18 17:35:17.964000','2020-07-18 17:35:17.964000',5,'Melissa A','https://lh5.googleusercontent.com/-GX0bxTdraP0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclV8VZCRvNqphiF1YZiqQ4HKtBDug/c0x00000000-cc-rp/photo.jpg','14748677429039074158',32011),('AbFvOqnVuvt5VT-Au_MKc_En2lue31PqCPeHevqyt7XEFVb6Vd2QbCYIZLKKHUnB219y10ABDDVeDA','Dr. O\'Malley was very attentive, and he also was very detailed about the at home treatment.','2020-03-10 01:17:44.283000','2020-03-10 01:17:44.283000',4,'Jessica Negrete','https://lh3.googleusercontent.com/a-/AOh14GhpLlKlBAICfg8-0qbZc1C-TToUqtz0ZmzlltL5jSE=c0x00000000-cc-rp','16389487648212004696',33277),('AbFvOqnvVe_joXNHLy5vtyY5zPwtTt6fRa8ztdAUjDJWkUqVPFMVppkk6JuS6ftMA_vYFFkAojUd','I came in early in the morning at about 2am on 10.23.19. The nurse Mary M. was extremely disrespectful and judgmental because I had not giving my son pain meds before coming in (which I had ran out at home) and because he had knee pain for about a month - my son plays basketball and works out a lot trying to lose weight so he does get pain here and there ever so often. Then she goes to the nurse station and I can hear her negatively discussing about me and my son and laughing. It is sad because I am in the health field and I know customer service is extremely important for any business. If you want to laugh or be judgmental towards a patient at least make sure they cannot hear you. Turns out I was also right because after his results, everything was negative and it was just as I imagined - body aches and groin pain as he is growing. I never give negative reviews but I have never been disrespected this way especially when it comes to my child. When you go to the hospital you are already vulnerable - for someone who is supposed to show empathy to make you feel like you are a careless mum is extremely disappointing especially when she does not know the entire story of the patient. The doctor and CT scan technician were excellent though and very thorough and the receptionist were lovely; they made checking in and out easy and were extremely friendly. But the nurse - HORRIBLE. For her to be the face of the patient when they get into the room is rather unfortunate. I would go back there because they are efficient. But if I see the nurse Mary M, I would request for another nurse for sure - she needs to learn more about HIPAA law. If not for the nurse, I would give a five star.\nThank you,\nDr. Ahone N.','2019-10-23 10:29:39.580000','2019-10-23 10:29:39.580000',2,'Dr. Ahone E. Ngujede','https://lh3.googleusercontent.com/a-/AOh14Ggzq_4jkjxUdJbyjunXhf5vzQ7N7KGfoqXrZepQkw=c0x00000000-cc-rp','17394740196501090048',36687),('AbFvOqnvVr_RGHVI9LZnWPIhPR7bwZg5uvUFWquIrA5hTbSpAlK6LvElGbc8kbFpW4vQ02PAzFeqKg','It was a great experience! Staff was very friendly and doctor was very informative and helpful throughout the entire process.','2020-10-25 00:36:03.934000','2020-10-25 00:36:03.934000',5,'Vikas Kante','https://lh3.googleusercontent.com/a-/AOh14GgaVby5jR0_G7mRIyMgKaHDjDJV2UsU7ixvHK8h2w=c0x00000000-cc-rp','3511292162159714121',40109),('AbFvOqnVvuKlzOhwfmGjYs5-ae3q3tuMMJ6C6ESCSvRxAmCldhdNESyTZo_LKTD4CRnIjdfxIrH5','natalia, stefanie, hillary, and dr. ybarra were great !!','2020-10-21 01:00:18.066000','2020-10-21 01:00:18.066000',5,'Skye Ybarra','https://lh3.googleusercontent.com/a-/AOh14Ghk19kyOQBLAUveJBRcBu1Jkid-3u5bRuyL_LD9pQ=c0x00000000-cc-rp','8679688254631342173',42280),('AbFvOqnVwpENVUaEZiLaTgBouY3_EIQD-Z6g8pPTOHurY5OhXZ63ysxijDxVIYxo27bocpXG-t8Luw','Best medical care I have received in my life, very professional and extremely caring. This was the first time I felt relaxed while having incisions made, something that is definitely not a comfortable situation typically. All of the staff we encountered was wonderful, helpful, and caring. Everyone from Dee and Melissa at registration to nurses Gina and Laura, made our initial contact at the clinic welcoming and comfortable, constantly checking in with us to make sure all of our needs were taken care of. Dr. Faig was extremely friendly and courteous in his diagnosis and treatment, truly helping put me at ease in a stressful situation. Then the techs Jacque and Norma helped round out the wonderful crew of people who cared for me during my time here, addressing every question and concern with a smile. It is not often that you encounter people who have the ability to put you at ease and make you feel cared for when seeking medical treatment. I couldn\'t be happier that I chose to come to SignatureCare when I found myself in need of urgent medical care.','2019-01-22 20:36:02.398000','2019-01-22 20:36:02.398000',5,'Hanson McKinney','https://lh3.googleusercontent.com/a-/AOh14Gi93zq2DDfO8RiFTCqjX4FFNrKOvKQDgpRs7xe5=c0x00000000-cc-rp','3511292162159714121',40693),('AbFvOqnvWrMEHZH3BmeZyV17Oy-UB1erdz3oWN2sTmq_RY7jsyuOFFR37zQx_Ph2sVLXR8lmtXztvg','Clay and Christina R were fantastic, SignatureCare has a very friendly atmosphere and I could not have asked for better service!','2020-09-30 19:55:24.298000','2020-09-30 19:55:24.298000',5,'Matthew Appleby','https://lh3.googleusercontent.com/-x2euT6chBXc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZqMgdftJLcSjMo1cMyZ8IO0bZkg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35757),('AbFvOqnVx8p5-F0qiXg7xqBBFFO5eJotJxkYdvi5nNsVRfoppJ7_UI34QDm_rFG31abUqB7B5JoOwQ',NULL,'2019-06-11 21:31:34.754000','2019-06-11 21:31:34.754000',5,'sotelo lee','https://lh5.googleusercontent.com/-3CvO2RqQNsw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckY_xsvEjqTScMtm41sXRts218Ipg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29808),('AbFvOqnvxdAMGX5pDsVzpTLD_8nYXm4sa2Tl0PPMViRGQ7HnDjOq53VQNxxgyjcpLDjcAnbFlcaUCQ','Fast efficient and caring. Took longer for paperwork than the wait for doctor. Highly recommend.','2020-01-24 22:26:22.925000','2020-01-24 22:26:22.925000',5,'Barbara Hansinger','https://lh5.googleusercontent.com/-D8pLGlmE9TQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckEYU95FD5HeVTGqqqkgJPzSNL3Hg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39153),('AbFvOqnVxDYKcrY6TRsjPLyTjLM_ZCgWXmYwASXwA148yBGRnar3W4MDdWl6SlFdsONMy0FRaS3B','Awesome staff.Thanks to Genesis,Melissa,Victor and Dr.Hehman','2017-02-14 22:02:03.650000','2017-02-14 22:02:03.650000',5,'Jose Zamarripa','https://lh3.googleusercontent.com/a-/AOh14GhgyYu-mkNEnp3hw92L1Q8JbhL7HeGx9huMoc_B5g=c0x00000000-cc-rp','14567670160750071148',31099),('AbFvOqnVXjc95xPrBnW_sBL8JMVXKt0lBG_0yvYlROmthuOMXQfRzopvnl_Ev2mZuqMFjRUvLUYDUQ','It was a very good experience and the staff was very nice and helpful. I will definitely come back if I feel sick again.','2020-01-18 18:24:34.680000','2020-01-18 18:24:34.680000',5,'Matthew Bohac','https://lh6.googleusercontent.com/-0zKR1-BfVI4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmqpIssRByFkVh2UQk3Q0Jp7GZtiA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34435),('AbFvOqnvXjkNHZe4vUyMLEEb0xm_rjx8CEUGS5VVM2d7mXdvVMmAYQQjKQQtP4Za0aH4RL4M8hfX','Great service from\nDr.Omalley\nMax- Nurse\nJerin-Radiology\nPatty-Registration\nSean-ErTech','2019-09-06 16:45:22.719000','2019-09-06 16:45:22.719000',5,'Cooper Better','https://lh5.googleusercontent.com/-clHoJIiyUyE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucko0eMdVxiLGHKAq29yU2M5I--dQg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33995),('AbFvOqnvxlMKjPtZQ-BEqjxl_5d2cK50_3fnq7U7EGSlGYlHei2z8jlYfeSgtjlOPWHt3RjVi-OxmQ','Very nice experience, smooth COVID test. Thanks so much to Alvean and her colleagues!','2020-11-26 00:01:15.091000','2020-11-26 00:01:15.091000',5,'josue andrade','https://lh3.googleusercontent.com/a-/AOh14GhONsXuXEz0WKBnXxgiEeBWrZ48bIv4I5zWsCK3-g=c0x00000000-cc-rp','16389487648212004696',32873),('AbFvOqnVXMQNDui-0nILfFzaOtWaFnByxGrPWQuViR6ai_xQazaCUaVSyuLJqAvd5mlXZ8ohgjnKDg',NULL,'2018-02-11 21:30:12.377000','2018-02-11 21:30:12.377000',5,'Jason McFarlaighn','https://lh6.googleusercontent.com/-AdIk7jTsZnA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckDWm5iPdpgpTZd8k2Q5qzEU0l_LQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35309),('AbFvOqnvxn7lKjUpdyy6Uu5HkfHyu8haEBaVWXyLsYScFwm9rwO4RISfr7Dstpv0WkWdLc_JrDyQgQ','Cody and Sam were great','2020-08-03 15:25:24.772000','2020-08-03 15:25:24.772000',5,'Elisa De Loera Gutierrez','https://lh5.googleusercontent.com/-hq_VFhKW8f8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckKCeDuX3QOZpgprrYGaAe44XDu9A/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38671),('AbFvOqnvXzzePUY4SUJ1yv5pil7Qrlspzhixip9vygyt8yiqmvqLmbqr7_E80Lc3_KQLLYAXni5l','The staff was very rude and unprofessional.','2020-05-28 03:49:49.081000','2020-05-28 03:49:49.081000',1,'Kris','https://lh3.googleusercontent.com/a-/AOh14GiVQupV3gaNekGQVLOEMyoanyEEEEKnGgzRY3X-KA4=c0x00000000-cc-rp','8918455867446117794',43045),('AbFvOqnvYMkky21BtpZtXFXdtfSQYTGsdDyIEoQgQxLLy6pW9_pIS7aBBGmZ3IEIyn4xSiy-G-UQsQ','Dr.Ybarra , nurse Rolando , Radiologist Natalia , and the registration lady Ms.Stephanie are all very nice people. Ms Stephanie talked to my mother and explained everything to her about the process and what was going on due to the fact that I am 5 hours away from home. Everyone is extremely patient and helpful.','2019-02-11 02:41:05.506000','2019-02-11 02:41:05.506000',5,'Tyasha Rayfield','https://lh4.googleusercontent.com/-EsORLn6-7go/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmjP_lvEdpd3Wrj7pZ-l_QP-dS82g/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42726),('AbFvOqnvYQkR7ehYfptojWc8xye3h7g2XWOcDIT3pNP5cTLNl3DqDOFowd1_MVGirqItLd6ulgFVBA','I had a reaction to a wasp sting, checkin got me to a room with no wait and Nurse Lindsey and Dr Rose took great care of me.','2020-11-07 21:03:13.550000','2020-11-07 21:03:13.550000',5,'Mark Sebastian','https://lh3.googleusercontent.com/a-/AOh14Gi9z08NmxopeowQO5MdAVdgSo1QCeI-5RPQIfC5=c0x00000000-cc-rp','16891069708558046635',35623),('AbFvOqnVYuWK_s287xg4hMSFbsnf8FWEAyyWKSmVyMAexWCDeCX-kmwriJ5Qc2HrOpWsrFG_mACf','(Translated by Google) All the service was fast very attentive. I recommend this place. Receptionist very friendly nurse and doctor and all very nice people\n\n(Original)\nTodo el servisio fue rapido muy atentos. Recomiendo Este lugar. Receptionista muy amable enfermera y doctor y todos muy lindas gentes','2018-09-08 01:14:23.648000','2018-09-08 01:14:23.648000',5,'V V','https://lh4.googleusercontent.com/-agi-u7VQ09s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnCx67p17khiYrJg4LKcn3zrZSMfg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30738),('AbFvOqnvZnwAY62icTvZARy703pC2-36daUdQFrRpQGsVAEqWrpjQUbiXmOldkcBeABViIVfg9PuKA','After having a tonsillectomy Tuesday, this place has went above and beyond to keep me very comfortable the last 2 days when dehydration and uncontrollable pain set in. Andrew is very polite and caring! If the need arises again, I will definitely be back here!','2019-06-30 22:58:52.904000','2019-06-30 22:58:52.904000',5,'Brittany Hamilton','https://lh4.googleusercontent.com/-KgLFWuxIgJQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnuEWKsxq321dQQ5tgpro6qv-4yTg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29748),('AbFvOqnvzu_dpmQmR76l0Z4O27jqKtToMWdfyyJxszlZUjp7fWcGp43Z-oVvHD7CJGgX9ZkUT31Z','I chose this place because all the good reviews and the whole experience makes say they\'re right! Every person that I had contact with, starting from the security guy in the parking lot, to the doctor, nurses, tech and receptionist. So polite, makes you feel better before they even diagnosed me. I absolutely recommend this place! šŸ’–šŸ’–šŸ™šŸ¼šŸ™šŸ¼šŸ‘ŒšŸ‘ŒšŸ‘šŸ¼šŸ‘šŸ¼','2017-02-11 02:33:02.735000','2017-02-11 02:33:02.735000',5,'NOEMI PERLA','https://lh3.googleusercontent.com/a-/AOh14GgNUEwd-B9lnizpHjfiLLJlO1f-RZSLM8-ioI556g=c0x00000000-cc-rp','14567670160750071148',31105),('AbFvOqnvZV5vCj67zIoyfRQyx1WRpHU0a7yjR3a4h9L-lcEDUg6kX5MOlndQ3dNf3WBdp3UaCXdHNQ',NULL,'2017-04-24 16:16:12.733000','2017-04-24 16:16:12.733000',5,'katelyn Mackey','https://lh3.googleusercontent.com/a-/AOh14Ggktu8_NxJfNN5uTDAgXEEmML82qaLtkKh7AkVF2Q=c0x00000000-cc-rp','16590124370714063921',35443),('AbFvOqnvZxVRc-kRkAfpQezryCXIfGUne_Ky3aMqr5PGIp7-d9PTMLh5D9gIaNVstAfmatzzWqxS','Quick, easy and almost painless! Staff was friendly and knowledgeable.','2018-08-24 01:59:11.048000','2018-08-24 01:59:11.048000',5,'Yvette Ramirez','https://lh3.googleusercontent.com/a-/AOh14GiA8qbkd9z9wy3sf2KrjA4ds6xMAto6ypYz4v2h=c0x00000000-cc-rp','14567670160750071148',30775),('AbFvOqnw_4FmDL00JhWLetXnf_jRZQOeqMB9KLXQ-Dn3InNnFJQNwIGmfUGYHvMrdVgl5YkjsAEEkQ','They took good care of me and I was in and out no wait','2019-09-22 14:34:59.452000','2019-09-22 14:34:59.452000',5,'jeromey richmond','https://lh3.googleusercontent.com/a-/AOh14Gj-fUBuUQsGWqNGXXcSVKiuaajbZN1JNUsgQV7m1A=c0x00000000-cc-rp','6521947413723274945',41595),('AbFvOqnW_kFN2O81W2OMALCsOvYHnUfAJ2Tvg7vObShTQ5kNLFuWLGbFjI0yjBuJYQ8s_diisMFL','Great experience at SignatureCare-Cypress.\nUpon arrival young man by the name of Jesus greeted me, excellent patient services. No waite time before Heather took me back and prepared me for the doctor. Dr. O\'Malley and Tricia took great care of me, very personable, caring and professional. I totally recommend SignatureCare-Cypress.','2019-08-10 15:03:24.233000','2019-08-10 15:03:24.233000',5,'Lynnett Cummings','https://lh3.googleusercontent.com/a-/AOh14GgkpJPrQIS9pXH2yyYg2b49JLQU7VEblN4RYImdrQ=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqnW-0oq8KR35HAJi4LVPjG0fPS6iLlL9L7uAuxQa_edCXjc2UB9MlPIn19LyeQsi53PV2Eh','This experience topped what I call customer service and care in a health Care facility. I was not only in and out but the staff and Dr. Leung and Nurse Katherine were very caring, professional and amazing. I would choose this facility over any other emergency facility in Killeen.','2020-01-05 01:04:14.245000','2020-01-05 01:04:14.245000',5,'Krystal Fuller','https://lh3.googleusercontent.com/-3EPWK93QTow/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclX4Ck8B8wiTFtR0sYUCZMsjBNZ_w/c0x00000000-cc-rp-ba2/photo.jpg','2694018788013845459',39164),('AbFvOqnw1LB7Jn5zuFPjz_c7WmWepTmIGoaIAEMtLPGEqfXj2lR9yo54xZXgNp1PkbO6g1s77vwsng','Dr cavazos alvean','2020-03-17 17:18:45.415000','2020-03-17 17:18:45.415000',5,'Kelly Rivera','https://lh3.googleusercontent.com/a-/AOh14GhX7qBK_ctcXBJaKnIJSMm68p8n2G47ff1GlyWS_LE=c0x00000000-cc-rp','16389487648212004696',33256),('AbFvOqnW1MGpRiIS-rxvYK3b1faO5hvox6re10p3PB6pyiQVDgerTHHa6tYc8QG_JbwJDCju_vVs','Friendly staff and warm blankets highly recommend this place =) fastest service of any urgent care around.šŸ˜ŽšŸŽ','2020-01-16 00:52:06.110000','2020-01-16 00:52:06.110000',5,'Chris Zeniecki','https://lh3.googleusercontent.com/a-/AOh14GhhIAtqIlyvb_KLSNW7Yxd81Q9vyAfWNvHTI50i15M=c0x00000000-cc-rp','2694018788013845459',39159),('AbFvOqnW2K3BTTVP9SPr0DJVfcYIFyqiNVEBgDrrF_EJ1FjGBUy1jS0yZJbTRHpqRurYoU_h7fdC',NULL,'2020-01-17 16:27:30.091000','2020-01-17 16:27:30.091000',5,'Justin Hunter','https://lh4.googleusercontent.com/-7JNR2cRtK_A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckb0RdswyXwHSp4fjiNAGxuzvVSjw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39701),('AbFvOqnW41C6J9FNyctmGnS5fC1BijWiugkpdXQfYnCJnp5akKASeyeICznwjHmf8dgUy8UkHG1uqw','Fast and friendly! Courtney, Charity, and Molly all made the not so fun experience much nicer!','2020-12-27 19:43:16.932000','2020-12-27 19:43:16.932000',5,'Drew A','https://lh3.googleusercontent.com/-YukGXrm1nQI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn4p8n_mRpaujiQji8gJNoMh9y6zA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44003),('AbFvOqnW43sAIuPNMC83iu0wUK6R8sIj2aCHA72MfeAmXSPxVd9yiB0DY21EitgGZHsbcZi5ntYq','Everything was great, they really cared about my health. All the staff are wonderful and professional. I never felt rushed and they listened to all my concerns. I had to stay overnight and they had netflix and an ipad for my personal use. Thanks to everyone who took care of me. Dr. Faig and Dr. Sylvester, Hamzah, Jacqueline, Denise, Tim, Kelly, Jessica.','2018-09-08 12:41:45.223000','2018-09-08 12:41:45.223000',5,'DANNI ANN','https://lh3.googleusercontent.com/a-/AOh14GhiRSVUlBHlQQq5xHvfk7iI6cVxRMkJBBYSSYzyHQ=c0x00000000-cc-rp','3511292162159714121',40835),('AbFvOqnw4EjUDCmGuwQJET_Pk5HyqwLzAtIrWmbzbzgEG0DSQ4m-JdhSqi-H9xmHE6mo7wGsOv_vmQ','Very friendly and polite. Staff and Doctor are awesome. Would recommend family and friends..','2020-01-31 21:17:53.987000','2020-01-31 21:17:53.987000',5,'KingQueen Sanders','https://lh3.googleusercontent.com/a-/AOh14Gjykl07yw2qeAWj5tUVFvpijrnlfgImMacZk3Y5=c0x00000000-cc-rp','14567670160750071148',30284),('AbFvOqnw4oguGWpzFVjrQd9676QPSIAaXIwKEQyga14Wa5GFuvOJ8Mx0zO7vM27xvweThUKNmwEo','I went there because I\'ve cut my finger pretty badly. That was a deep one so I needed a stiches.. I chose that Emergency Center not just because of a really great reviews but because it was really close to my house and have a very convenient location on I-10. There is no wait time at all! I even complete all the paperwork while doctor was taking care of my finger. People who work there are really fast ( which is a key point in my situation because I was bleeding out) and are real professionals!\nI really would recommend this place for anyone who is looking for fast, immediate, professional medical care.','2018-03-28 18:33:58.803000','2018-03-28 18:33:58.803000',5,'Anastasia Galperin','https://lh4.googleusercontent.com/-LdtYCm0wNjE/AAAAAAAAAAI/AAAAAAAAGvQ/AMZuucnih5_M3hOYrc9ETs6I8lxThyhqGQ/c0x00000000-cc-rp-ba2/photo.jpg','14904078213800803294',32595),('AbFvOqnW5f1w4pbOoIUvxfxI4eXQbaljIVDPUuSZkts7zqxkoEzdtzdP1nxnCsDS6XDLueWK5nNRcw','Amazing staff here, very accommodating...kimberly p, Cecilia Z, Joseph B were all AMAZING. Very friendly and caring. I recommend this location to everyone :)','2020-02-04 19:42:25.637000','2020-02-04 19:42:25.637000',5,'Veronica Aguilar','https://lh3.googleusercontent.com/a-/AOh14GjPX9NzLqv3q_IF0DEbYaOXZfKt3WNgIn_svU0U=c0x00000000-cc-rp-ba2','14567670160750071148',30273),('AbFvOqnW5PcrPcJwWOLLPqnthNzWEEGcext_BlqJ72FIQVmEFu-Xe5RExyxHxH0HcXlMPfv0OUfc','I would recommend. They are very fast and friendly','2016-08-14 19:02:53.743000','2016-08-14 19:02:53.743000',5,'Andrew Lai','https://lh3.googleusercontent.com/a-/AOh14GgMSK7Sr8C_tzJteymF-RZ7xWWlAOIV5KgXpbwMKA=c0x00000000-cc-rp','14567670160750071148',31206),('AbFvOqnw5sd7rrA0aPkb7AzsScgaTi1NcEp7D_Yn1d1aFg864JoumWTsaGuORJu-H8v2JwTm2khKiw','Very kind staff :)','2020-08-16 17:11:51.855000','2020-08-16 17:11:51.855000',5,'Malaina Enholm','https://lh5.googleusercontent.com/-KrkI1D0h_Xs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucliUSqEZe6iTFFUQymaqByQSQq2cg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34196),('AbFvOqnW6LTa6RG_3VorMYCYeFJdaXOQpSxziyH5LSmE-kzklBqaJvJGwg9xpuCHmBtr9jScjTbo-w','Helpful and very sweet service from RN Mrs.Krystal last week while dealing with very horrible stomach pain.','2019-06-16 04:27:25.477000','2019-06-16 04:27:25.477000',5,'Edith Baeza','https://lh6.googleusercontent.com/-FZQGfW0ov7w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl_XLTiRDbYZHj6e_aa5lTk27q4bw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29795),('AbFvOqnw79iZX5OF4L9l22sJbi58L_UiJZIvKYhVEAN-D6m4jneAaYgRFIYHvBko3m5aqzNenm3qYQ','Peggy, Cody, and Dana were so helpful. My visit was quick and painless. Thank you for making this a simple process!','2020-07-29 18:13:55.831000','2020-07-29 18:13:55.831000',5,'Amy Arnold','https://lh3.googleusercontent.com/a-/AOh14GhSuUGlUtkkhZm3TcJdYG7prbonpPv_eRZM4xxr=c0x00000000-cc-rp-ba2','2077061009497551125',38698),('AbFvOqnW7eeRsUhDl6UjmSjnGS0pt56zYriccvxCB2PZQR6FD-7hCwu66T6MeYtdRFDyqt_YpSsZ','Got checked in very fast! ER tech Kevin was super sweet and everyone communicated procedures, policies, and diagnoses well.','2020-10-01 14:54:35.584000','2020-10-01 14:54:35.584000',5,'Josette Bowe','https://lh3.googleusercontent.com/a-/AOh14GjsniAvNbjkq8nwicP8tLP1VmlzjKawn0_pgT6EFA=c0x00000000-cc-rp','14748677429039074158',31596),('AbFvOqnW7rgbNBuQWFqjSPh6klMFPo-ODMJsb7HyJ_D8xu1sXbyPxZ31GuU1ut2PfWKEUiXlRkKv0g','Maya the receptionist was a great help! My nurse Kristina was so kind and caring. I had great service. Way faster than an normal ER. Was in and out less than an hour and received great care','2020-01-05 18:35:42.532000','2020-01-05 18:35:42.532000',5,'yvette lee','https://lh3.googleusercontent.com/a-/AOh14Gg9EZHCmV1YuzYf8XV9YEkray_U4kpFUGElM__MfQ=c0x00000000-cc-rp','12541597562633926366',28851),('AbFvOqnw7Xxpqzi4Kk4OiBB-im_iePRLD0N8iWujGvPpwXsLhqkQm-FTYAiG4zYa-luYOjrna3Lz','Susanna and Emily were amazing !!! Great place to get your COVID test. Very comfortable and easy experience. Thanks again.','2020-06-16 15:04:28.047000','2020-06-16 15:04:28.047000',5,'Nicolas Svend','https://lh3.googleusercontent.com/a-/AOh14GjgarUe0anEWFaboglpynzRm5XwZWfl5R69B19kSw=c0x00000000-cc-rp','2077061009497551125',38816),('AbFvOqnW8U5SaLCmijCp9j_tWyxEKjLHbAtxauQE0KoVHoljb0XBwJMHAKY7bplyrRX6veD8jRgiDA','Came in today and was very impressed with the level of care the doctors and staff offer a big shout of to Jessica, Senidia and Keira','2020-03-04 01:29:01.419000','2020-03-04 01:29:01.419000',5,'Tomas Gonzales','https://lh5.googleusercontent.com/-EXTT1PseCyQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2evUw1P8ql6rE2HVmpGS_C2Y3Lw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41413),('AbFvOqnW9tW0Bpk5vPVEg-eviKO8ETVnPfUxEbBo_jIKBcENMzJdjp-HvJrLHPfrz50PNGy8sazw','Friendly staff, helped reach a resolution for a difficult medical problem by the end of the session.','2019-03-07 17:30:22.209000','2019-03-07 17:30:22.209000',5,'Damon Printz','https://lh3.googleusercontent.com/a-/AOh14GgADw_7AS6alDlSvZIOiksTHfWAxwaoslnndQuE=c0x00000000-cc-rp','16590124370714063921',34969),('AbFvOqnW9vPsueV5BqUnNjhYLYDC0uUCDR-jrQJR1p9TGIk79QSzKIfHyshBA_dzC0CIfuuBnZFdYg','Came in after throwing up multiple times the staff was quick and professional. And I left feeling much better','2018-12-09 15:28:17.604000','2018-12-09 15:28:17.604000',5,'Samuel Boswell','https://lh5.googleusercontent.com/-nRusL6ddhv0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmvyAw6F0iCUlwMu4KeDKYurnAG-A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35074),('AbFvOqnWa0tmeS4sKBZwNlrD5HhrAXu1QmF9AAKB8VyEVLE5Mey7GWz43rj35XJuOlCE-MVWWYt4','The front desk receptionist Sindy was very welcoming and helpful as soon as I walked into the facility. Nurses Melissa and Max were very friendly and gentle, and Dr. Golla was beyond kinda and thorough with my visit!','2019-09-18 19:38:11.938000','2019-09-18 19:38:11.938000',5,'Diaz Diaz','https://lh3.googleusercontent.com/-KoPRn_A0f1s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmKM3FPl1VUPLEOf1jcpjnaqodXVw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30451),('AbFvOqnwac6RSaFa19bXegzInM76GJm_Mhpn2hMRz8QvlVJHhKbK-ZX8xZtMp0kniY7oUeuDhOP-','This is my first time visiting this place ever and I can honestly say I’ll be back for all my family and I future visits!!! The staff front Jocelyn at front desk, to the nurse Jose, aannddd the tech ThiyAn...they all were so helpful, considerate, and patient with me through out the whole process of my visit....thanks guys!!','2020-02-22 18:38:35.104000','2020-02-22 18:38:35.104000',5,'Ashley Schannette','https://lh3.googleusercontent.com/a-/AOh14Gix6vvxXR2mPISKuRiVmmBKFPupIVVMFmmxqCjqxGw=c0x00000000-cc-rp','16389487648212004696',33345),('AbFvOqnWaldqbaifHlwz9b9676V6dCuvg0qt1wokeXlCNP7vypIr3qFUVO8yeUaOvBPqTQpRWiwGTg','Christina R. and Clay were great. Highly recommend.','2020-10-09 19:29:33.788000','2020-10-09 19:29:33.788000',5,'Jay Byler','https://lh3.googleusercontent.com/-3vtmDquIZeY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1jfeaXUXTZ3sraXeVZgE9VbbxhA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35721),('AbFvOqnWb_u7h6rXv0X66j490kMR5pM8ECAyo2jA2DVA2F6YqnVmQHPbo59WQSiw5oKlRjtMassN',NULL,'2019-07-25 02:54:53.267000','2019-07-25 02:54:53.267000',5,'Craig Runyon','https://lh3.googleusercontent.com/a-/AOh14GhD1SJ1RE7iqYrtA3gi7CnqvCJz3oJMCUQDIJ5-=c0x00000000-cc-rp','16590124370714063921',34750),('AbFvOqnwbLntQt_zficbOlKJQcIbnWtMOS3PFhEoyxvE4r6mqCzF6vac9-0oWH-drIczPOC-nRYbXQ','The nurses and techs were very attentive and had great bedside manners. I felt as though the doctors weren’t just trying to rush me out. I would definitely recommend them to anyone who has a emergency and wants quality care. The site was clean also.','2021-01-04 01:55:26.864000','2021-01-04 01:55:26.864000',5,'Brandie Robinson','https://lh3.googleusercontent.com/a-/AOh14GhGkurf37wfvkZfiys9pV9EB79Y9GBvgU9h5ae39A=c0x00000000-cc-rp','2694018788013845459',44310),('AbFvOqnWBn3mPpLBg7_qY2VD_Abhf2ecD9vXHt-YFw4_ONKvAofKHypYqDSBKPgyz_wOLhWLefe9vg','Fast and friendly service. I Recommend SignatureCare.','2020-10-16 16:07:28.301000','2020-10-16 16:07:28.301000',5,'Geethal Amila Gamage','https://lh3.googleusercontent.com/a-/AOh14GgyLr_Z0MiplvL1ksHIQTl1HlEuJh8TWRsCpk7XZS4=c0x00000000-cc-rp-ba6','3511292162159714121',40171),('AbFvOqnWBPMlOQzJqNGlPcn79B4C4KXydo-lUo7Mc-H20kIiM4llPTJ9CHlq_mpCYrjhBq0heH-y','Excellent Service as always.','2019-05-10 04:41:55.627000','2019-05-10 04:41:55.627000',5,'Phoenix Lily','https://lh3.googleusercontent.com/a-/AOh14Gjr1g9XgFd6_otZqa5PXWlR2Sl7faY3TDGipezu=c0x00000000-cc-rp-ba2','17898197009688164559',38188),('AbFvOqnwbUdNWPs_BIMb9ICF13X0cTRhHySRFQ9NHUf0A0C-dHEmxa4jbvf2u9kqNbgJ6Ikfnx7N0A','Have a very pleasant experience at Signature Care. Dr. Nweze along with Alvean, Tricia and Jocelyn were attentive and caring. Facilities were very nice.','2019-10-16 16:55:35.810000','2019-10-16 16:55:35.810000',5,'Rick Gatewood','https://lh4.googleusercontent.com/-WBJbA-qVJC0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckLzkJk4SLjeRnKO4Cy_EexgVHjrQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33869),('AbFvOqnwbzqGpCT6Ajd4v3CUFNEXDyzUt2gc7Y5rjJG6OQhj2Bd0XYR1ewe0KjZ2RssJI8xh0v2JUw','I was seen in less than 5 minutes, EXCELLENT customer service from the moment I walked in, Jennifer at the front desk was so friendly and helpful, as well as all of the staff members I interacted with. My nurse, Adam, was fantastic! Doctor Elsbecker was also incredible. Thank you for such an easy and pleasant experience!','2019-11-25 15:45:06.824000','2019-11-25 15:45:06.824000',5,'Anna Okerlund','https://lh3.googleusercontent.com/-S8zJ7PSKaaY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckncrr0ANXu36Ni6sUzCgedr_vbrA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36069),('AbFvOqnwCXm-yzGfPJdrXaB9RGSfpH5ue-mXB2toxdaKHeukLZoFRI4k4FjLzl1L-z_a97RXn5n8Ww',NULL,'2020-07-29 06:01:00.704000','2020-07-29 06:01:00.704000',5,'Blanca Trem','https://lh3.googleusercontent.com/a-/AOh14Gigb3WN8_uNGPQqQKGtE8KHL5QrhvrU1rRZIoLoPA=c0x00000000-cc-rp','8918455867446117794',42960),('AbFvOqnwdBMPomM4iMxgdxJE6Kc96s_ESHsufd-I04a_QML0m13EBhSe4f6WeKpMnVB7HcBXu-vApg',NULL,'2019-07-21 13:38:18.419000','2019-07-21 13:38:18.419000',5,'Gabrielle Young','https://lh3.googleusercontent.com/a-/AOh14GhfQ6IuIIBAChJisDv0mb6euOdfyHAZzkxB_Ly5=c0x00000000-cc-rp','3511292162159714121',40482),('AbFvOqnWDP6LuipJ-1xT1B32o2wD9l4J9lDNia4m2rlHS-rHiFQykIj5h-Q2ej_jIaFhryL-JI2Hjg','First I thought the registration staff Nancy and Jackie were very nice and welcoming. The nurse zenaida listened to every question I had. The er tech Rachel was also kind and understanding. Dr Patel was amazing he took out my sutures that I had on my hand with ease. I experienced no pian. Great atmosphere šŸ‘','2020-02-14 03:38:39.945000','2020-02-14 03:38:39.945000',5,'Gabriel Soliz','https://lh6.googleusercontent.com/-Qd2hBJN2AIo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucki8IcJeWVQZ2x4Z9wRMmWofXBkHw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41480),('AbFvOqnWEbucOvx4yPuo25j_sB7P3iE757G5gj7KIAzv0pafF_PvH8XvbJ1hjStfUK_K3fNPNPI1IQ','Dr Das and his staff were absolutely wonderful, kind and so attentive to our care. I highly recommend them.','2020-12-21 18:48:54.626000','2020-12-21 18:48:54.626000',5,'Amanda Carpenter','https://lh4.googleusercontent.com/-4CY1035ZxAY/AAAAAAAAAAI/AAAAAAAAbyA/AMZuuck4WcjXccc4hLL4UeuXg8TogbVdpw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',43635),('AbFvOqnWEGaaEd9AEhgBEeM94KCf58IAcT6ry6Q5mAEuXxP3YVbLdo61cINTK94I1lvQxA8ZHzpBqA','The staff was awesome and welcoming from Tanishia, Matt, Susan, Fatima, and Zhen. Will be back for any other injuries.','2019-08-02 05:20:48.975000','2019-08-02 05:20:48.975000',5,'Mike Hui','https://lh3.googleusercontent.com/a-/AOh14GgCI7Mi30f8J7JdOMGTIH3WaYXECVjW8_rr8yhL=c0x00000000-cc-rp','17898197009688164559',38053),('AbFvOqnweKY0H3QzGO__sQVDnlmeZtj0oDgOwnS7Ajo4Hl-1QCWscYlFaevQQhj2ctuNSZ249ksyew','I was attended by radiology technologist ā€˜Townesend’ and ER Technician ā€˜Chris’ and they were the nicest people I have ever met! I usually do not like going to the doctors but they made the experience very pleasant and I felt very comfortable. This is by far the best Emergency Center I have ever been to and i would not hesitate to come back!','2020-10-17 19:38:40.563000','2020-10-17 19:38:40.563000',5,'Sofia Hobbs','https://lh5.googleusercontent.com/-THfat6_Xw-o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnfVcC4tgltqA9QZj2IKlHA3Crw5Q/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35693),('AbFvOqnWepB4LyWhS9jkW9o_v7FXMSfar8bqzvHbsoUMpVg4v8yk6gf4m3p6e-Uf491ROf6UNeTd','The staff and medical personel were great.very professional and helpful. They were thorough in all the testing and treatment. Every person was nice and personable. The place was nice and clean. It\'s was just a great experience considering the reason we were there.','2019-06-21 13:17:23.093000','2019-06-21 13:17:23.093000',5,'Melissa Medina','https://lh3.googleusercontent.com/a-/AOh14GhPZ0VD2h4VY7rBEMx9tpXNQikEDWhGGCbhXn1HIQY=c0x00000000-cc-rp','14567670160750071148',30509),('AbFvOqnwerwIqr5MKJg9WWMp6MNPAIcKSGMQXhnCM4F-_cqv0eowOP4Apobn73ggjAJyBxFGgw8Ywg',NULL,'2021-01-12 03:02:47.587000','2021-01-12 03:02:47.587000',5,'Nikki Dariah','https://lh3.googleusercontent.com/a-/AOh14GhOmEkkyCzMxvVJfE91Rxdzz3GToIUGzpOG3hV9wg=c0x00000000-cc-rp','17394740196501090048',44559),('AbFvOqnWF9FcEjztjgk8XpIu3yXYO1_-a2vRzairlDEcV5MGTVk-qSpcXaKHHnNPGUBvD8NdvhdY','Alvean and Rick was all good and took Care of me.','2020-10-14 16:58:06.231000','2020-10-14 16:58:06.231000',5,'Gregory Foster','https://lh3.googleusercontent.com/-zBqC1LhEX4s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmUO6hAEDffcARJo2o_dHB0LAsOWw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33158),('AbFvOqnWfBG-DFNk2mg94gjiB4S-8RJ64GmsTfM2FbFS3lcut0rhPn6IpzV13GQSaYbLvKPXCqa6','Had wonderful care for my daughter from Dr. Yost, Brandi, Karen, Kim, and Gunner!','2020-01-22 23:13:24.021000','2020-01-22 23:13:24.021000',5,'Susanna LeJeune','https://lh5.googleusercontent.com/-yi3OrdXTWk4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmRD-rkXKPnNPCna_RX0x0Zlzh_2g/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39678),('AbFvOqnwfeTvYpiOGK1rYsojEQpy-cuhRO5LF36sMwEAMhcynQp2GJM9mhyG52QAH4HigfDBQr6k','One of the workers embarrassed me in front of the entire lobby filled with people. I waited in line for two hours and was let in the lobby and sat there for 20 minutes and then was told I had to leave immediately because they had people ā€œwith appointmentsā€ to call to come in. The voice message when called says no appointments needed and so does the website. I do not recommend this urgent care.','2020-06-24 03:21:50.249000','2020-06-24 03:21:50.249000',1,'Kacey Stoecker','https://lh4.googleusercontent.com/-uoONZKbPhKw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl5CJWyihwxmOe0Ni1L9WpDdPMjMw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34288),('AbFvOqnWffwFkzYKDKUXRB-Jtt4Fbke40Rh-S_xLwJOUmjqWRJkmO0bj1qI8CMFkxL50UTW8z5E9ZA','They were very kind, helpful and diligent! Thank you to Dr. Mauldin, Jose, Alvean and Patricia.','2020-01-25 20:08:46.425000','2020-01-25 20:08:46.425000',5,'Amber Orr','https://lh4.googleusercontent.com/-Z-DQjLRJZSw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl-pgUy-3Y7ttn4sqiSuZOKybX8jA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33453),('AbFvOqnWFYP-I7D70RHK7Csdh7l6d43dBm0D2GLFbkwVu1p2PFVUQlKcz_sstzTw_spB85kq2VF3Sw','Very friendly staff. The nurse Mollie was very helpful and attentive. Carla, Mandi, and Courtney Temple at the reception desk were very professional and efficient. I had to have an X-ray done and the tech Gunnar was very nice and efficient. I’ve been to a lot of emergency rooms and clinics and it’s always have a good experience here. If you have a need this is definitely a top notch place to go.','2020-12-27 16:07:10.228000','2020-12-27 16:07:10.228000',5,'Joshua Dunavant','https://lh5.googleusercontent.com/-ljYldQp6IHw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnpaSL0kZnmOr2rM3donu5M8Nk5jQ/c0x00000000-cc-rp-ba2/photo.jpg','3272657195432704501',43955),('AbFvOqnwfZc3xa2UnLVP7tSncupAyAt7H3T4dnDV8_dUgv6AxFaNRDZZl_KSzyDIHtuvUiDlzxDvPw',NULL,'2015-01-11 20:09:28.830000','2015-01-11 20:09:28.830000',5,'Epicwarrior 2124','https://lh3.googleusercontent.com/a-/AOh14GgZbxcmnXnjc9JAyF4A-v_tkBLpslwK5MZmIBm4=c0x00000000-cc-rp','17898197009688164559',38401),('AbFvOqnwG7NiRY990e79hdWbWfPhputAUJQnrgOlORBK1gVPp1iT5v6zNTW_Rw14QpJ2f7Z1xTsLTA','Staff was so friendly and i literally had little to no wait. i was in and out and taken care of. Thank y\'all so much','2016-10-04 00:40:25.273000','2016-10-04 00:40:25.273000',5,'Sara Rivera','https://lh6.googleusercontent.com/-LDB4rCL43ow/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7iypF2iU5MHjUMZaIuRPKcouy_w/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37292),('AbFvOqnwgCLbqDk7DFK9zeTeocLe4xc8GRrurJoqXEobPa-qgXIY11ELUk79_2qSvZbsStR8nE8xYA','I recently had to bring my mom in to SignatureCare. Every member of the staff was friendly and professional. We had no wait times. My mom had great care and straight forward billing. I am very grateful for the service we received at SignatureCare. Thank you Dr. Braun and everyone else!','2017-02-27 16:11:03.224000','2017-02-27 16:11:03.224000',5,'Nathan Lindstrom','https://lh3.googleusercontent.com/a-/AOh14GjC0OWJUPjUs9GhwbqeXVu_gFhTlmxQP1_nj-MWhQ=c0x00000000-cc-rp','14904078213800803294',32722),('AbFvOqnwgEL-I6aRlahcRHoSIFkurLFt9yhMwJTmfexh1oAuGNijj2ktDf-1KyUW2eoQ9CawSLKsKw','Shawn K was great. I was really nervous and he made the whole experience delightful. I definitely recommend coming here!!','2020-11-25 22:00:47.343000','2020-11-25 22:00:47.343000',5,'Tibin Thomas','https://lh3.googleusercontent.com/-76Nf3nU9voM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmSl9SH6jP7GfXrrxqC-2fdt_w34A/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42819),('AbFvOqnwgIjAfUY7OtciGcQ-QrVGO74gflMh4eT4cxqFCQzIWg-WNSEneg5X3NOoHIpWVkpIW9wz','Once we arrived they got us in immediately! Cat at registration was amazing! Calli, Brenda, and Thom were so patient taking care of us and made sure we were comfortable!','2020-10-17 14:43:31.144000','2020-10-17 14:43:31.144000',5,'Lily Mae Crowdus','https://lh6.googleusercontent.com/-X3F1K5k1Vfw/AAAAAAAAAAI/AAAAAAAAAj0/AMZuuckVEjnkUzZFQ-ivl7BC0A6iFPpZDA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38479),('AbFvOqnWGl-Tm_VAwhSAj_w62PXC7jU2ZOsiWT2IxbbKoBurMTSDGjC07K3dp2G32-H7a9tkYXUF','Terrible staff don\'t care about the patient whatsoever and they just make people waste there time and tell them lies. I was told i would be called withing 14 hours if not sooner and here I am almost 2 days later no call no courtesy call or anything explaining nothing. I drive all the way back up there and just to be told very rudely \"we will call you when we call you\". Wow expected something totally different based on reviews and website. Don\'t be fooled people go somewhere else where you will be treated like you deserve. Go to Bellaire ER they actually give you an appointment and stick to it.','2020-06-22 01:15:43.088000','2020-06-22 01:15:43.088000',1,'luis ayala','https://lh5.googleusercontent.com/-q-tFiOkUf_k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnjoswDxDovAsgP7ZQuld_L-6kzVA/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42373),('AbFvOqnWGsSyk3c5fkw6lp4GLg80nJ0voRjuYBE2ryBjYkoRak7-R1xPYTHdNX16vySIcY-yLZ5WeQ','I was taken to a room and check very quickly. My entire visit, including check up, chest x-ray, medication and observation took less then an hour and half. The staff, Dr. Jordan, Tammy, Kanyon, and Karly, were extremely professional.','2020-01-13 19:08:50.447000','2020-01-13 19:08:50.447000',5,'Michael Bankston','https://lh6.googleusercontent.com/-LrKeZLkAw5s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDjFbmBV93cMpEtVMGyA59a3GWcw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41955),('AbFvOqnWGTTcDvOMdztP6sTpWW63Xn88z_r5ZDk_Qmc4N0mGeS39y173FU_6AJO54P-TttHFLuWQ',NULL,'2020-01-18 22:12:01.145000','2020-01-18 22:12:01.145000',5,'Garland Vennus','https://lh3.googleusercontent.com/a-/AOh14Gg5QBuekJpQWU2YvabXgZrzujqaQm_wi8KF7xeN=c0x00000000-cc-rp','16389487648212004696',33488),('AbFvOqnwhaUm4vaiUhqAajuGoKSokQ4PKLCm5q0IT4SOkUVNHXY4U7XCqNY3Bq-hNEgkoq2JPzoq','Great people, great environment, and very professional. They exceeded my expectation, just left me with a heart warming experience āœ…','2019-01-10 19:41:24.744000','2019-01-10 19:41:24.744000',5,'Lillian Ubani','https://lh6.googleusercontent.com/-Ijuqtm0vjAs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckWXNrdnymbBepayrRFdLABEn1iaA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36847),('AbFvOqnWhk1UIvE5IcIBIBKQUV_5J13ot2CcRDobuxKUtkN1kd95ws0c3NCBXOqKmQcfcgMjSw9E0Q','Julia Valory and James Delores were great.','2021-01-26 15:19:18.322000','2021-01-26 15:19:18.322000',5,'Mykerra Pier','https://lh6.googleusercontent.com/-DAgdXkGVlNY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnVSv4CEQz7gz2b7Brp1VdEgAikMA/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44398),('AbFvOqnWHwW0MvjQZ6GvnM1oSxz0PyfamySr7rcJ0po6u-srPl9ZEgNp3tvLv8uxlO1S-T-iVvIK5Q','Nice place, very nice receptionist -Dee. However I didn’t feel as if I got the care I needed. Went in for an earache, gum pain and dizziness. I left with nauseous medication. šŸ˜•','2019-08-07 15:07:36.523000','2019-08-07 15:07:36.523000',2,'Janetta Harrell','https://lh5.googleusercontent.com/-MLDSjDKIDig/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm9B6K4aEakilbtBng2xCddqWsIKA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40459),('AbFvOqnwIjXZ7S6jOSp9dDd2fIdEhg34TwO8B0hkxVztLz1HL379Q10cAgzA-H5h5UVXyLAiQh-W','I came to Signature Care feeling horrible. They got me in immediately. The staff was friendly, and empathetic, and treatment was prompt and efficient. Anthony made me feel at ease, Natalie was sweet and Dr. Vaagenes was very kind and informative. I was treated effectively. This is my second time here in as many of years and I’ll never go anywhere else. Couldn’t recommend enough.','2019-07-20 20:01:20.244000','2019-07-20 20:01:20.244000',5,'Beth Symons','https://lh3.googleusercontent.com/a-/AOh14Giequa4fGci_cd3dkW9fwI92co3dYLFLDjup7AK=c0x00000000-cc-rp','16590124370714063921',34754),('AbFvOqnWILXxTu_-19XSrJuHS05s07Buz0XU6IHK_QZnmgKlWf52A8RQKGVZnEsEs7_AZhCMlG6CTA','DR Feig and nurse sarra were amazing people and helped us so much! Highly recommend it','2019-12-25 09:31:05.473000','2019-12-25 09:31:05.473000',5,'Jonathan Renderos-Rubio','https://lh3.googleusercontent.com/a-/AOh14GhSq1aGAbSEWklthQEf0QsZmek4r4TZIRJgd-mQ=c0x00000000-cc-rp','12541597562633926366',28903),('AbFvOqnwj5G-vmTYDllPb8oyG3Ncsn18qjL_cvsBEUwt4-tMRfiI1eplJtrPiib6LFumUEOKPOp-FA','Super friendly staff and clean facility. Not a long wait. Served by the friendly smiles (even behind the masks) of Valory, Julia, Jesse and Enrique. I can’t forget Dr. Oke. He was very thorough and a great communicator, with follow up instructions.','2020-12-26 22:54:01.411000','2020-12-26 22:54:01.411000',5,'Pamela Randolph','https://lh4.googleusercontent.com/-fhsTBu3X7I4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl2nlFnvfQ9lj89_NhgPDAI2ZDAag/c0x00000000-cc-rp/photo.jpg','15979470999169074295',43929),('AbFvOqnwJ9bAHqr43men8aNr4KbJrFrAz9uI7J56RXFMVOOzev487KhTPTqX-yZvQQTwL5cAxF40Qw','I have been to signature care a couple of times and one of my kids has been there as well and it’s been really good and Tiffany Davidson along with the other crew has been really helpful and get you in as quick as they can a really good staff there','2020-12-30 19:26:35.720000','2020-12-30 19:26:35.720000',5,'Tom White','https://lh4.googleusercontent.com/-1thTkxykmGM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnUOi4kVHhsnWLF2_Nijl5lwI1p_w/c0x00000000-cc-rp/photo.jpg','8626688543755174284',44162),('AbFvOqnWJ9laIeGSmjm7pBHTvPyzgeqD0lK6JD7532Bn3crjj0xq0_Nps6rsMZbfVm3jPmqzowMwyw','Kendra was lovely at the front desk and took care of our every need. Vakey was a great doctor and I would love him to help me again in the future. The fridge could be colder.','2020-02-15 19:48:32.838000','2020-02-15 19:48:32.838000',5,'Rory Hogan','https://lh5.googleusercontent.com/-1d7U9P53EBk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucncjsnhippjV5iV_wTh9ypNrjn2Mw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34368),('AbFvOqnwjhH7ZMxXW1uRGC2vepOsXtyLKntomvqCvVX6xzJ-0kLWJ8Vt-2A35ZJHxRLZgmZiD8QHPw','This place is a fantastic emergency care center. Warm and friendly staff. Awesome doctors ready to help and at your service in less than a second your cared for as soon as you walk in.! Thanks signaturecare center','2016-12-05 04:42:39.067000','2016-12-05 04:42:39.067000',5,'Johanna Caldwell','https://lh3.googleusercontent.com/a-/AOh14GjWGwhqedfERhkoasNuo2AxdiDAXh52C2pv6RZF7Yc=c0x00000000-cc-rp','14567670160750071148',31153),('AbFvOqnwJU_qgsFLyUm9kBaUeCWwrJNz149GLKFjvB00aMCryVRiRY_Uzd8Z9_ScgFbUD5fK5CNo','Signature Care Emergency Center in Texarkana, TX has been the most positive experience I have received from a healthcare organization. The lobby is warm and inviting, and they make your check in process/wait brief. I truly felt like the nurses, technician, and the doctor that saw me LISTENED to me and helped me to get some answers and a plan for feeling better. They are a 🌟🌟🌟🌟🌟 provider!!','2020-12-04 14:22:51.218000','2020-12-04 14:22:51.218000',5,'Ashley Byrd','https://lh6.googleusercontent.com/-7zfRYp8ehfE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucltvl3wp5Z2ajnoXPDinQj_nRo7Rw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39430),('AbFvOqnwKb91fC1428eXaa1TY0hUUpRBbrOiOH7iKW8n4qkSHgjHTkVQo2ZnIxPs5CXpIEHuiw_ejg','Sita, Alexis, Allison, Leah, and Dr.Herbert were all wonderful and caring. Got us back fast and took great care of us. Also gave us helpful information to take home.','2020-02-03 05:59:30.739000','2020-02-03 05:59:30.739000',5,'Cynthia Ramirez','https://lh6.googleusercontent.com/-DmBFJWmHQms/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnAsijPndQwOkFSt2VjNATyALMxqQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29448),('AbFvOqnWKBzRFk7S0KoQWdOLO4T1W4btGRw0k8_himA2Qyv-mwTGPJkpMiSJ090epWNSexxKdQu2','Mercedes was super friendly and helped me get all the paperwork filled out quickly! I had a wonderful experience at signaturecare emergency center.','2018-09-01 19:47:32.227000','2018-09-01 19:47:32.227000',5,'Phyllis Jetson','https://lh3.googleusercontent.com/a-/AOh14GgU-uzr3_4pJl4IdW3reo0tta8WbMME6c5AAFw1=c0x00000000-cc-rp','17394740196501090048',36910),('AbFvOqnWLBL9EWa4kSfOYELB34OyErmBm8ME4Wf5RATavmb-CcyII9Y6DRcu-AtkOeDwlcikY6_x','It was a great experience Audrey and Delpha were very professional and took care of me','2020-09-23 16:29:19.220000','2020-09-23 16:29:19.220000',5,'Jacob Almodova','https://lh3.googleusercontent.com/-ZfaxNw-NKyE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm5663gALRHQw3MgP9F0oYe6DYz6w/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29307),('AbFvOqnwlmFYmVZBZzs9CaYXj0IrbJ3DVzIkWsptphC-0YsNeBGYryFUJrjRmICW5Y9VZUVyUP66Xg','Very fast and friendly','2020-10-23 15:56:37.863000','2020-10-23 15:56:37.863000',5,'tylesha ramirez','https://lh6.googleusercontent.com/-oMiImZV3NPE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm48agY2PUlNbS1U0mkd45O9g08Mw/c0x00000000-cc-rp-ba2/photo.jpg','16590124370714063921',34112),('AbFvOqnWLQ6fHdLReYa3iUn3nmiCPRH2FvuWOt9jZiOKX4YRuDDTbWDwAqAcvFqko3P8RpHk6Uik',NULL,'2020-12-11 17:11:24.005000','2020-12-11 17:11:24.005000',5,'Margie Enriquez','https://lh3.googleusercontent.com/-l1xitPpVWMo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnygWfSwIxCf8ajVatyZjfIEEB_6Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40023),('AbFvOqnwlzxID22zXhKUM9H2x6K6zSrbwsGiwJ0ARATmqKFEHZRvg_9BlCAQxvohMbO4Q9Q_2ky-','It’s very nice clean facility. And Dr Chen is very informative and knowledgeable. RN Joseph is very helpful and careful for my son. Highly recommend this ER.','2019-09-12 05:49:34.178000','2019-09-12 05:49:34.178000',5,'Yan Zhou','https://lh4.googleusercontent.com/-q2wOw0ngon8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm74f6EXpO8IlqLAw36xB2Fo9zs2w/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43200),('AbFvOqnwm0SHl31G9K6fbWLTTZwaHxWyjIQMAFlYhtbhg-tCprpcAkmgMJTWUOQyXjLMyjfWUHux','Great experience! Great staff, wonderful doctors!','2018-12-15 20:21:23.750000','2018-12-15 20:21:23.750000',5,'Lisa Evans','https://lh3.googleusercontent.com/-iHQ1yy8l4tU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl_1fJZidDqYae5twni7Mx6HfNh_Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35066),('AbFvOqnWmk_lf3-0tUeknFJPuoZ-RNuFg6jeZUqEN_OttkkZ3xzL0d-C8b7Apc0SEYCFYm2n9i6L','The doctor was very good and nurse too. Adil was very professional as well.','2016-06-12 05:14:58.017000','2016-06-12 05:14:58.017000',5,'todd enique','https://lh4.googleusercontent.com/-2gvgWypu3dY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckclOk1PO4mGIPM2_48PSsYkbku5g/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41215),('AbFvOqnWmKaapngiVuHoWo3gmqtQQVqZO6Jdj1RnhGpDPbpxaEn90HfpuQAjGkDcwtXPSKLVULf6yw','I had a good experience, Alysia at the front was very helpful & informative','2020-10-03 13:01:09.508000','2020-10-03 13:01:09.508000',5,'KeiKoa Boyd','https://lh3.googleusercontent.com/a-/AOh14GhjKddtgs-4ngkOT43mUMpblm6R2Uh_7euzsZvJpNU=c0x00000000-cc-rp','12541597562633926366',28509),('AbFvOqnwmp8ci88P7jjF47CHOzzA3T8I647Qq9J4XOIwYi7Z2WXykQ6cOkl5SfAeYc3DGNSTCs1XUA','Dalal, Julia, Kim,and Valory were all great','2020-12-29 23:17:53.324000','2020-12-29 23:17:53.324000',5,'Guen Henderson','https://lh5.googleusercontent.com/-0z7h3fG5HN0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclUuApGiTkKs4lizenYcYTgPLuz3A/c0x00000000-cc-rp/photo.jpg','15979470999169074295',44134),('AbFvOqnWn_lH3xJOOkT4oR0BHRxW2rtLc-IuAQz4Yv9Axa6YnvHpFngTCAUU0qY9Epf38cGx7xSl','The staff greeted us as soon as we walked in and were very attentive. They were quick and precise about getting our friend checked in. Rebecca V. was generous as we waited in the waiting room; she offered us drinks and snacks.','2020-01-18 08:00:29.010000','2020-01-18 08:00:29.010000',5,'Rudi Marie Martinez','https://lh6.googleusercontent.com/-o7OfHJlqrXA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmZfuJJEqjcryNtfDZ6_lK06GSGRg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34436),('AbFvOqnwN4rlhYpiiGRvtLbiCdReRTMYbqxaK1l7TiI3222H8oqq8917wFsNEypNkuwUn88q9UeobA','Staff was very attentive and fast.','2019-06-24 10:25:53.828000','2019-06-24 10:25:53.828000',5,'Raul Rios','https://lh3.googleusercontent.com/a-/AOh14GgmfMmUYYQGk8auwlqFAODYT_tjUNPS-44pdzNrMw=c0x00000000-cc-rp','13486358490203335051',29768),('AbFvOqnwNGxmnCnA5Wm4aV8-frccqzlgEn9zU7jRuiiErNjSfr29_qJjbbh2Ox-cbROSVQvJVpWJUg',NULL,'2021-01-07 05:24:14.644000','2021-01-07 05:24:14.644000',3,'Savannah C','https://lh3.googleusercontent.com/a-/AOh14GhLvnUzMQtDfxUvw3fxw-ySzb08zXoXK6gMH3cdXdA=c0x00000000-cc-rp','17394740196501090048',44561),('AbFvOqnwNzqHesUpEMj3lp_RJffds93MyuDVjCKYY7LsW_wKZB5htrKTRuXmarIfY7iczMG_K9J0','I came in for lower back pain and was really well taken care of, the receptionist Jereyia was extremely friendly and the nurse Ty took great care of me. Would recommend to anyone','2019-07-25 22:06:32.104000','2019-07-25 22:06:32.104000',5,'Nolan McKinney','https://lh5.googleusercontent.com/-u4iKzjVsvUw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckPGy9evMvJKlSu_YELcPC4Jcy_tw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39298),('AbFvOqnwO5AdvjiSC6OFwkd1UN5-e51NQ6EftETSnNh_y0BTn8wL722Q1dfyDoUdAlTIAXO7Gr1rIw','Everyone was extremely friendly and helpful! Dr. Ding, Pam, Trisha, Alyssa, and Shaylene made me feel welcome throughout my experience and answered any questions I had.','2020-05-23 18:59:13.769000','2020-05-23 18:59:13.769000',5,'michael leonard','https://lh4.googleusercontent.com/-gCEGQcJIssc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclazM4JdHJISoH5PDImFTnBh9XvtA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43049),('AbFvOqnwOIQV5mHJvmcBGnheKe9piyuwQ2qrGJRZSV09i3Re3rbfg8xhcsrHGn21CClNX_IJsnmzCw','Great service and friendly staff','2018-07-08 13:17:02.429000','2018-07-08 13:17:02.429000',5,'Helen Wortham','https://lh3.googleusercontent.com/a-/AOh14GhIpXIMmrJl9lh-IpvifZMds1v6urWs0jbRxxuj-Q=c0x00000000-cc-rp','8918455867446117794',43385),('AbFvOqnwOKMV53QON-u4TYNit8ugNrEXUGhGPqv4_U9RxI1BV7BOSh_5yc6Usf2WRmmE_wEaPv7NWQ','Karly was very friendly when I first came in and helped get me registered. Jennifer was very sweet and got right in to see me and make sure I had everything I needed. Brooke was quick and friendly. Over all great experience. Thank you to all the staff.','2019-06-28 00:59:55.588000','2019-06-28 00:59:55.588000',5,'Dana Dority','https://lh3.googleusercontent.com/-1eIqe42Y0IU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1T4bm_eIL63NL1UhO-178rh1QyQ/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42038),('AbFvOqnWOKy7cOrA8J3yILnrbEfYBZw59XsUIizYqobybf_Lec7TPy_mUT7tZSxD_Hq6IFW7DF7AwA','Courtney, Luke, Eric, and Dr. Edwards all took great care of my family. We were treated in a timely manner and appropriately, in and out in no time. Highly recommend Signaturecare for any medical needs.','2020-02-16 16:23:03.390000','2020-02-16 16:23:03.390000',5,'Sarah Kilcrease','https://lh6.googleusercontent.com/-SuQOSeKXuR0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmx09r0GIzihwJlLolyuNaZk1_DZA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39626),('AbFvOqnWOteBuP9XpRe8dj-jXkWcRQFa1mq3fHN6u9HEMQhJjDrrijFDPzRQDcI89MZjUbZYYl06','Very friendly and nurturing staff. I definitely recommend them to anyone.','2019-08-16 13:54:30.116000','2019-08-16 13:54:30.116000',5,'Rodriguez Miller','https://lh4.googleusercontent.com/-T8E4YbjuyNA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckrUlYCzo0wBPw1NXCLdr681-TYLg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38026),('AbFvOqnWOwIUwH4dby03TlZPPz409E64guJtdvTCe2GQjm-0YskyLdaxoygWHRwsjn2k8B8lKkUKFg','This was the best emergency room experience I received in a long time. NO WAIT! Check in process was fast and extremely helpful. The staff was extremely knowledgeable and answered all my questions.','2019-02-23 04:18:35.347000','2019-02-23 04:18:35.347000',5,'Yolanda Williams-Bobino','https://lh3.googleusercontent.com/a-/AOh14Ggzy9zsL07jwL7xKFlgNst7Ob-OIbh-Ci2WXW0_uwA=c0x00000000-cc-rp','8918455867446117794',43298),('AbFvOqnWP4mx0sQymI1dlMkZeyGPdUXzKRdqGnDPSIFhrSV_geQbR_O7h_GWogkq8jSxs7dj_-kUhQ','I had a great experience here, everyone was so friendly!!','2020-11-29 17:52:42.668000','2020-11-29 17:52:42.668000',5,'Amy Oliver','https://lh4.googleusercontent.com/-vpinU1BQyqI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckCga_48mRKOwaEpdgkpCwIsSb-8w/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39433),('AbFvOqnwPndDHCOE1DlvqTrlkHX74a0L1BeGQDzs0vqfQXIVDwHYO_P1w6qbS9B-LuHStfN-byht7A',NULL,'2019-07-04 04:24:58.589000','2019-07-04 04:24:58.589000',5,'Faez Kamal','https://lh3.googleusercontent.com/-Selzk9kOj_g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZ74Voz1dEnExA6K7ZMf2rs0sjfA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43235),('AbFvOqnWprRYhi0Me0HHcGmx0AkntUJRy5mHTBvDcxKrEQw5vV3Sg70T3YUhFQBju6abeCeCkYmHDg','The staff here were very welcoming and great help. My experience here was excellent under the care of Cody and John. I would definitely recommend this urgent care center.','2020-08-17 16:04:12.802000','2020-08-17 16:04:12.802000',5,'Arturo Gonzalez','https://lh5.googleusercontent.com/-Jg0ereamQtk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckc_EuOFNILAof8WI2MK-LUK66K3w/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38587),('AbFvOqnwPvJiQPfIsvbtAD4W5FTtk48o23RfYFdmltb2est9F9X1dJY04zR8CAPcY6RyTz4F3g5dCQ','I absolutely love this location! Anytime I’ve ever come here, they have always been so nice and helpful! My latest visit, Dee and Ashley were extremely nice and patient with me. Keep up the great work ladies!','2020-09-28 17:32:59.957000','2020-09-28 17:32:59.957000',5,'P B','https://lh3.googleusercontent.com/a-/AOh14Gg7REfnIK6E4-Zp0ksOz2MXKFaE7prZ2OufLdVKWzw=c0x00000000-cc-rp','12541597562633926366',28529),('AbFvOqnWPYln62fCQq240oMl7047iGeQuPzn7rC60TgTWbhVzUoulcYOHrj5ml5TpbkHHLEuxbcdhg','Great experience! Staff was exceptional and really care about their patients','2020-10-06 17:53:30.359000','2020-10-06 17:53:30.359000',5,'Jerod Blanks','https://lh6.googleusercontent.com/-QfplBkFxHbY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckvfao4EwI4qIKaq4lunawx6VxNRw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34149),('AbFvOqnwQUVxLmIdvOK2kkD4ZdJR5gAGL_JAhZN5U07H-1GlOR4iRjpxoYJVsOL18nc1QvDB4cIBsQ','Great facility.Speedy customer service and very professional. Dr very knowledge and able to assist.','2019-06-23 04:18:29.554000','2019-06-23 04:18:29.554000',5,'Charnae Thomas','https://lh3.googleusercontent.com/a-/AOh14Gj6Gq1uzvM79PvDpDGckcB7XTyYkEbY3_CNKTcT=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqnWR1wu5OtgSyxXcvUYfcgqXcG7XPvE2Qgb_AtH2yn-ULJjD1rs6zov_N1eucQorZ-16EO_','The service here is quick and easy. I wasn\'t even done filling out my paperwork by the time I was called back. Dr. Henderson ordered a strep test & flu test for me. The facility was very clean and the staff was very polite and friendly.','2020-01-28 16:20:12.206000','2020-01-28 16:20:12.206000',5,'Annie Wilson','https://lh3.googleusercontent.com/a-/AOh14GhFe6MV5b9FaM6GMoRu_9qegZQ1yIDRn2HmJqawHw=c0x00000000-cc-rp','14904078213800803294',32359),('AbFvOqnWR6A0c8K5FCzTwfChbPfTFOD5_-oJ5PzfkVo6gVffGy2Rq7nFx8PsZh0iYQUrArcBKd99YA','Fast, friendly, and know what they’re doing. Alicia, Susie, and Matt did awesome! Highly recommend!','2019-11-13 14:35:21.315000','2019-11-13 14:35:21.315000',5,'jason davis','https://lh3.googleusercontent.com/a-/AOh14GgbwbTgKhHtZoJP96HhNXSfevRG6nOCU8Ya4EVB=c0x00000000-cc-rp','8626688543755174284',41988),('AbFvOqnwRcEfN_Ga3m8Zt1lJLYIN5AkbQkbSZ7nTR0UxLlgaU9bNrL6KxXdPhy-bcBGLlqI-ETI7yQ','Dr. Vakey was very calming and understanding. He explained everything thoroughly during the check-up and told me how to deal with my symptoms. Jacob gave me antibiotics and a doctor’s note for class without me needing to ask.','2019-04-02 16:36:12.336000','2019-04-02 16:36:12.336000',5,'Kayla Lombard','https://lh5.googleusercontent.com/-6bZav7nMg1w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn0P4OVZJYQ3C1jQPfKI7CxYU9QTg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34926),('AbFvOqnwrDNkh73R0YMHakGYXL4mJfPkKHFJ4SFnYFRnC6mhDruBDGqv5eED8ITHYgjSMEbdsgyMTw','No wait. Excellent care!','2016-10-14 21:35:24.408000','2016-10-14 21:35:24.408000',5,'Amanda Mitchell','https://lh3.googleusercontent.com/a-/AOh14GjHgtAWeiB-2Xh1MVrc_xuaYNOSZARpTAKOjnTtkQ=c0x00000000-cc-rp','3511292162159714121',41157),('AbFvOqnWrIqBWZvG7eQbMnpsuUbT5uPcy4JsNGz_WV0E758PIc5YhNOceBKi0yuJrqJYoqNDtcm9Ug','I had the most outstanding service at the SignatureCare ER Center in Killeen. From the moment that I entered to the facility and from the time of my discharge. They all were very friendly and courageous. I certainly recommend them.','2020-08-17 00:02:13.584000','2020-08-17 00:02:13.584000',5,'Annette Williams','https://lh3.googleusercontent.com/a-/AOh14GhkLTvswkPEb3eUgiE8XPomM-RLV9MYSwhGRBVOLg=c0x00000000-cc-rp','2694018788013845459',39022),('AbFvOqnWRJeMYLS-Stok434bOBKou2UJCK0oGeITSQzkodEUm3lHTgL5n-RKY4WieL20Z6_h7F3c3g',NULL,'2016-07-01 04:40:20.904000','2016-07-01 04:40:20.904000',5,'Michelle Garcia','https://lh3.googleusercontent.com/-aUOIBtFnxzg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnyn3jyolw2WVC774hQuC6IPBwF4A/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41198),('AbFvOqnwrVOlnx4BSH6_QCBvxjOmf1EAOODGFSfH-SpRWblXtUxsXdqMRjmbkBls-6KDS3c8zc9k','Signature Care is an awesome facility, they treat their patients with nothing but care ,also get you out in a timely manner definitely will get my service again.','2019-06-17 19:12:49.063000','2019-06-17 19:12:49.063000',5,'Alexus Boston','https://lh5.googleusercontent.com/-nnbOqfD6XNQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucme2sq6juBOJeQeQdxlhXaUzqTCoQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39323),('AbFvOqnwRyleC3kIa8oYe2b6rovLSCj6LmezQqBEixSiJmOEnPCEp9-rUuMGzZ7lXdfbq1hP8h69WQ','The treatment I received was professional and thorough. Dr Appia explained all the possibilities and was bery detailed. From the time I walked in Joycelyn A greeted me with a smile and Marcus and nurse Alvean were amazing and professional as well. They didnt leave a stone unturned and I could tell their number one priority was to make me comfortable.\n\nWould recommend','2020-01-15 15:35:21.481000','2020-01-15 15:35:21.481000',5,'Lakeidru Blaylock','https://lh3.googleusercontent.com/-v6OYdeFDCH4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclwncwFngfx_2jHbW2fFYjka7Ad7A/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33506),('AbFvOqnWRYwhD-TcnCJEI8-QLArxYwVBgojn7mlvxyKdO1OX7bECVl5w-t2gZDHD-ckBHzyZLxcFcQ','Lucas was great! And Kim was very nice and helpful with checking me in','2020-12-17 15:37:37.965000','2020-12-17 15:37:37.965000',5,'Aundrea Boykin','https://lh3.googleusercontent.com/-r7WSCfbLsuY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclRUglklswm3_9Bqu53K4qg20a4ag/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44674),('AbFvOqnWS1oMUhuDi_nB_Y-apyORarAatQuu4J8h9rzu0UAlfH8Acvhq7J4u5vWWj5258Y36-lXNCA','Had an absolutely fantastic experience with signaturecare. No wait time and excellent doctors and staff. Doctor Golla, RN Fanny and Zinaida, ER tech Amelia, and Sindy in registration all went above and beyond.','2020-03-04 22:56:10.454000','2020-03-04 22:56:10.454000',5,'Emily Camarillo','https://lh3.googleusercontent.com/a-/AOh14GhUSQnVJeed311GqYdm8BhVwqN-cAKu3FR-UTTDlw=c0x00000000-cc-rp','17394740196501090048',36600),('AbFvOqnWsAKY5JOt8n3PuERIKFvK3zFFjp3i2B0dyR8o-spHgcNN1ku_NfqRbQl518ibWIV1c3XB','Dr. Ding was very informative as well as Chris my nurse and Amy worked wonders with my insurance. Thank you guys!','2019-04-27 13:34:51.237000','2019-04-27 13:34:51.237000',5,'Tita Carroll','https://lh3.googleusercontent.com/a-/AOh14GhXcfd4J28wcn6lfWUllDQVykHpCbz_xW376ZNgZA=c0x00000000-cc-rp','14567670160750071148',30565),('AbFvOqnwSB7IJK2W0xrBIV79-rIi5pxEgTZDCNnZafVlWZZnsCjWJU_0VfG6VlD7727CxHFlxp1ssA','Front desk staff Patricia was very inviting and helpful and the back office staff Alvan and Traevis were amazing and answered all the questions I had. I would recommend this location for all of you urgent care needs','2020-02-27 22:46:51.070000','2020-02-27 22:46:51.070000',5,'Smart Wow','https://lh3.googleusercontent.com/a-/AOh14Gi-CCwuBx9eTI4MBgajmaI_M7CNMb0XZLoCx3asSQ=c0x00000000-cc-rp','16389487648212004696',33313),('AbFvOqnWSbkPfHZu1kjvLzPrWoTAJBsO5KK_llfPe14sbzcb1YRZ7GRMEvUcy5D2ZGWWSce8OOcvTA','Awesome customer service, very tentative and very concerned. Nobody wants to be sick but if you are this the place to come!! #DrVakey #Anthony_RN','2019-03-14 17:32:29.566000','2019-03-14 17:32:29.566000',5,'Marycia Moore','https://lh5.googleusercontent.com/-D6VvsFTyMUI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclYzh9gAxQ9XLu8gzy8LdeJPp_hTg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34965),('AbFvOqnWsk0jMSV3RUYoIa9zS1qa9nkWm2a32J77aQQfsgdANovgxo7FzVF-Gk22Cnd2MbA5TgIo','Let me first start off by saying this facility is absolutely remarkable. Everything about this facility deserves a 5 star!!! My visit was excellent!!! Everyone there was extremely nice and gave great quality care!! I have told everyone I know about this urgent care and they were surprised about what great care I received. This place is extremely clean and the staff is awesome! This urgent care has the setting of a true emergency room at the hospital but even better!!! There was not one time that there was an issue. The doctor and staff caring for me were very patient and very understanding. I have never been to a urgent care that provided this kind of service before. I was really shocked!! They even call you after a few days after visiting to check on your condition as well to see how everything went. Out of all the urgent care facilities I started to go to I am glad I went to Physicians ER.','2014-03-13 17:51:41.064000','2014-03-13 17:51:41.064000',5,'Tori Woods','https://lh3.googleusercontent.com/a-/AOh14GgkCZelOeqmWnJ_wk2JlaigDvGR0zv8DDtwsmni3w=c0x00000000-cc-rp-ba2','17394740196501090048',37401),('AbFvOqnWso0DJ2zsprORZEmCjajIp95XHYn83JuTlP8jDdoApmCKC43KrcvMdF9T_8PDwBIBJswo','Dr. Hall, Alvean, Tricia and Jesus were all very courteous, kind, explanatory, detailed and friendly. Would highly recommend using this location!','2019-08-09 18:04:56.194000','2019-08-09 18:04:56.194000',5,'Marlo Lubbers','https://lh6.googleusercontent.com/-npmWMmXw_GU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZG4agdtjwtK2DtlA36Kq3GMBpJA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnwspZwWyeXj2clM8-H0ItcBdjoBuLtUOMcUDMTrEtyAU5IHhhKV7Rc8WHdY3H08kwaUnYx7w','Doctor pham and his staff were awsome. Cindy the receptionist was awesome and made me feel very comfortable and at ease.','2019-02-10 14:55:26.367000','2019-02-10 14:55:26.367000',5,'senita gill','https://lh5.googleusercontent.com/-citniVZTH4U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclXCE7_rzRu3jLu6DLeZQIo4eBYwA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36823),('AbFvOqnWSxP18THWZvgKwH3iZrG0ee9aC59IByga1zyZx1-ZpGYzb4f4KfgUXGVWM75RWoY7n3pSXg','My experience was fantastic. From the moment I walked in until the time I left everyone there was nothing but caring. Even without insurance I was treated fairly and got seen within 5 mins of walking in the door. I was cold and they​ offered me warm blankets and took care of my problem in a speedy manner. I\'d like to thank Robin, Dr. Vakey, Rebecca, and Kathleen for all the help they gave me. I will definitely be going back if anything else comes up!','2017-06-19 16:22:01.675000','2017-06-19 16:22:01.675000',5,'Evelyn Thorpe','https://lh3.googleusercontent.com/a-/AOh14Gj5YfZLc4aUhGXsBmmRAIRxmYIeLgo2rgRJ1nCx=c0x00000000-cc-rp','16590124370714063921',35419),('AbFvOqnWUerAL7D_no8sMNZs39pJ_QUpWcdmZX2o-23qACTWnlQ0pCkRec70cE0U8v7jgegIYyeTtg','Kendra greeted me and was very polite. She also got me in the back really quickly. Dr. Herbert and Nurse Brad were very nice and fully explained my diagnosis.','2019-12-04 16:04:36.448000','2019-12-04 16:04:36.448000',5,'Jeffrey Simon','https://lh6.googleusercontent.com/-PGGfpqS7q5A/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucldYeUvpL1t_BU-5F0FmUEmuzcVdg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34534),('AbFvOqnwUlkmXm4cNsjiFluxwwRQ5OjMs9sTjbGux2l81OOn7FWsLySea-TUpEzfef01Mvjfk32N','Definitely recommend! Staff is amazing, they made me feel so comfortable I thought I was at home.','2019-04-15 12:48:42.304000','2019-04-15 12:48:42.304000',5,'B Torres','https://lh3.googleusercontent.com/a-/AOh14GgHXPEv3OcwicgaE8CZneSOJrvgAVoYK2d0Z6D3iQ=c0x00000000-cc-rp-ba3','14567670160750071148',30570),('AbFvOqnWuuHtI4AGaIIWuE1cHEJch1w6VeSJpkUtjJVw3jjm-zAIxcODckxi-P5HTzwmDmWMx5shTA','Dr. Cavazos, Delicia, Duke, Yasmina, and Waldo are truly welcoming and spot on. I highly recommend. In and out service.','2020-02-05 20:30:20.771000','2020-02-05 20:30:20.771000',5,'Jacinda Lister','https://lh5.googleusercontent.com/-4VsibQIpuH0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmD9TPYIHx5lv5ctsL1nNPX2Tvq7Q/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42450),('AbFvOqnwUWeyDMQtuq6sGkFpKhBq5boK2TQR4I-B_8p8mUcSFqhiwGy0ZwzbJOsdfXfNMHSccdNz_g','Nurse Keri and Dr. Grinblatas were so great, personable and made me feel extremely comfortable during my whole visit. The front desk emily and Brenda were also super nice and Answered my questions while registering. the process at this ER was very quick compared to other places. I’ll definitely come back to this location again if I need to.','2020-10-27 00:03:00.232000','2020-10-27 00:03:00.232000',5,'Jacquie M','https://lh3.googleusercontent.com/a-/AOh14GgKGz1OXY_f00O0MxJzjvd3A5_n7kXqfIfVlYKgmw=c0x00000000-cc-rp','3511292162159714121',40102),('AbFvOqnWuXOYPiNNXbzlyFXwYmJ37qcKidokzHArv5SPJfqj6BRjLicB-b_WkD3CkCxutK0R6AOyUw','Great ER Care. Staff and Doctor are fantastic!','2019-10-09 18:20:37.690000','2019-10-09 18:20:37.690000',5,'Randall Cure','https://lh5.googleusercontent.com/-3-xGfBwovCE/AAAAAAAAAAI/AAAAAAAANEE/AMZuucnRvk1zdeo5FDlYh4_HVVyH-cNW0w/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36116),('AbFvOqnWv-LXO5ZfsnTgUljYQfM9CWl41sMuZbmpVGc0xCi_ps585v1eINjMyUsdrhza26LgS1AF','Great experience knowledgeable staff and very little wait time Cody and Brenda were great and very friendly','2020-10-20 14:07:05.696000','2020-10-20 14:07:05.696000',4,'Carlos Torres','https://lh3.googleusercontent.com/-t4UIZYzj0TQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmzyEa5w_tsYtjkrU5eIKmfrEMWIA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38466),('AbFvOqnwVEQNZiVL8yhAaJNMTOASfsxSLx2lwBmPuWqENSbGQKQjRSy4dBupV5Sp1jX57PCkewzOKg','The staff here are great! Deanna, Dr. Smith, Danny and Jordan were all so sweet! Made my daughter feel at ease! ā¤ļø','2019-07-03 02:19:30.985000','2019-07-03 02:19:30.985000',5,'Terra Brewton','https://lh4.googleusercontent.com/-mg5ZvNMsrxg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckjxaQOixfCXi7oubscPOdgaBbzCw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32451),('AbFvOqnwVpbPUS2bTYaZc0wtEv0ImMP1yjXoaa9tl3VkGv5dEoZH8xwasiKvhbOSaffQyxdUphnwpA','The visit was prompt and professionally handled. They were attentive to my needs and approached them as needed. I would recommend this urgent care to anyone in emergency need of medical service. Thanks again to the Dr and Staff.','2018-02-17 15:40:08.820000','2018-02-17 15:40:08.820000',5,'Shantel Mitchell','https://lh3.googleusercontent.com/-xndImo_4jN0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckL1yJXsqjQWAS5WFQ5ygSVEaG_Ng/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36981),('AbFvOqnwwa6qWXwnyxfFo_Y_FU1CV2xOwQbNHyGfF-VKXLdIhnYg5pmgjV3g-IpenPds_XTbc4vYMQ','Extremely well mannered and friendly staff! Fantastic service, short wait time, and a great environment!','2016-03-09 23:28:43.412000','2016-03-09 23:28:43.412000',5,'garrett sena','https://lh3.googleusercontent.com/a-/AOh14Gh-xl2qNoeZ8oPA05qHaazLowgMq9BeDcJScUAZwg=c0x00000000-cc-rp','14567670160750071148',31260),('AbFvOqnwWAbsTFcm9YEZvmjP6-Q7CLoLbpWfgmpBQbi-N1ZKx28U-MF740j-v0ccJxwMUf9YP51i8Q','The place is absolutely great. From the front desk receptionist Malissa to the nurses to doctors. Facilities are highly up to date and clean. Service was fast. I\'m not a 100% better yet but I for sure wouldn\'t feel as well as I do if I hadn\'t come here.\n\nDon\'t go to the emergency room if you don\'t have to!! There\'s never a wait . You\'re in and out in no time but still get the treatment and care that you need .','2018-03-15 16:08:02.718000','2018-03-15 16:08:02.718000',5,'Silesha Maxwell','https://lh3.googleusercontent.com/a-/AOh14GgbCWdIgpImJ7gbRF-81gy1X8DuNmZ7b0pJJsWqmA=c0x00000000-cc-rp','17394740196501090048',36971),('AbFvOqnWWbDj5YbwxtmQHc_Z1f_TlVE7-xze-Ku7acTXbY0u9KNpP_3I1MIpQJomTFTEQrd7rRIi','Alysia, Kristina, and Dr Grinblatas were very helpful and professional. Service was very quick and made me feel comfortable! 10/10 recommend. Have been to other locations and this one is the best one yet.','2020-12-05 13:10:18.066000','2020-12-05 13:10:18.066000',5,'Evelyn Flores','https://lh3.googleusercontent.com/a-/AOh14Gi26zYlkceXGr3NSP3KtQwQwYB1dcdxoKqCHe-L=c0x00000000-cc-rp','12541597562633926366',28429),('AbFvOqnWWD8fo8mMF8upaIcYvNR0VzMQedtoZoR953btD_N7qPc4ZuFSxe0h14AcNql1OlvM9aIoZg','Awesome staff! Everyone was so attentive!','2017-11-13 22:15:50.861000','2017-11-13 22:15:50.861000',5,'Danielle Greene','https://lh5.googleusercontent.com/-XenlfSfHB-k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckcrlv5eD8I8AlUT79n83SeIOatfg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40992),('AbFvOqnWWLFbKxz2s0MBibLaeIs9QQgDMLKztUU45-VTLC1la9J-qwiS5wVYt-G1ZNL3RrPF7p82','Paty and Magaly were so amazing and kind!','2020-11-08 22:37:12.241000','2020-11-08 22:37:12.241000',5,'J.R. Vargas','https://lh4.googleusercontent.com/-V57XZbZWCvk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck85tX14R_ly1vh6yaYAlPv3NC7FQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41271),('AbFvOqnWwnTLskYk8YqjQv8-ihMaSTrPpZbYbxmO5FCO478HVU0ct0Vnn28FzeyRKrjK3liE81HW','My child sustained an injury after a bicycle crash. The level of service we received was far above and beyond. With two small children, this will definitely be our go-to location for emergency services. Staff was attentive, responsive, efficient, and thorough. Couldn’t have been a better experience!','2019-01-21 17:55:26.190000','2019-01-21 17:55:26.190000',5,'Danielle Bergandine','https://lh6.googleusercontent.com/-NOZ01bx37S0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnMovnin1X9L--RZUiHkiFol9aPQg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36291),('AbFvOqnWXBgp-3s-9jYaDFkS_UJKyaQWlCYKR_7Yab5WXy0F9A-FZA180HEXaIGjMd_xQdV1LLX_qg',NULL,'2019-06-21 01:54:59.817000','2019-06-21 01:54:59.817000',5,'Lauren Taylor','https://lh3.googleusercontent.com/a-/AOh14GiNUE0aMsSd-0n8hP__Pf5OxESyNbNVRSgKexn0YA=c0x00000000-cc-rp','13486358490203335051',29787),('AbFvOqnwxD1WD8L70YFePYBzkqOov0NASmwWVQL2iBQyDdNtJ0-1Z05RQUhrTSnKBi-wZVwO1JBmHw','We had a wonderful experience at Signature and highly recommend them for any urgent care as well as COVID testing. My daughter went in for a Covid test and were in and out within an hour with the results. Our family has been twice and both doctors(Dr. Hotchkiss and Dr. Jones) was great! Her nurse Dory was excellent and made me daughter feel at ease and the front desk tech, Katy, stepped up through getting signed in quickly with such a calming demeanor.','2020-12-07 21:13:08.594000','2020-12-07 21:13:08.594000',5,'Tressa Barnett','https://lh3.googleusercontent.com/a-/AOh14GjT4qONiPXurCoZfMsOGkKzctKByMmDJBQ1MZBjjA=c0x00000000-cc-rp','2694018788013845459',38856),('AbFvOqnwxlBfM_XzoX1k88MuyR0XFJDd6ruSwRe8EjZAFlnFhO7b1JNIkvW99BaxvB8C4Pm8f3k8Tw','In and out quickly. Earl H. Greeted us with a smile and checked us in quickly. Adam P. Took us back and got all the needed information for the doctor. Thanks for being so caring and get us in and out quickly with a positive diagnosis.','2019-09-23 02:14:21.297000','2019-09-23 02:14:21.297000',5,'Joseph Zahn','https://lh3.googleusercontent.com/a-/AOh14GjGwREJoI8LjJnu3K9lh9RA4qARPILX8slgabmFig=c0x00000000-cc-rp','16891069708558046635',36124),('AbFvOqnwXxRoL3wiTDbnB9MTrjROa9VdBFZjUV26yXISz183S8RKeKhbNcQkzs3nNrmnbKvTyYO_sA','Vanesssa, Nicole, Theresa, Anastasia, Dion, and Dr. Boester were incredible. Thank you!','2020-10-21 15:27:10.717000','2020-10-21 15:27:10.717000',5,'John-Paul Menez','https://lh4.googleusercontent.com/-PS81TP9Sokk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmgqv-63w9wAv1VYpEgk5ZXchJ91w/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40142),('AbFvOqnWy0bHkDUm_oC568ytjPitdEYPNUbLak6Bw0hhelpJZpd9Q49hljpi6m1yUOYiaz5tLE53','I’ve been here three times for Covid-19 testing and the staff is always so nice and so helpful. It may be a drive from where I live but the drive is worth it!','2020-09-18 02:37:50.133000','2020-09-18 02:37:50.133000',5,'Kaitlyn Hernandez','https://lh3.googleusercontent.com/a-/AOh14GiBj5LQL1C6bDAeCjvGVtkobiEaRqzCe2hYQ0v16w=c0x00000000-cc-rp','2077061009497551125',38531),('AbFvOqnwya-2praz1yE_MOEpLXTS6XbFZnmHz48fp0tdlY1v5RZmeUwMhxbgcFnKljP_c76HLc525Q','I can\'t say enough good things about the care I received at Signature Care Montrose - From the moment you check end friendly helpful staff wonderful nurses and doctors and fast service.','2019-01-28 17:11:41.779000','2019-01-28 17:11:41.779000',5,'Amanda Mills','https://lh3.googleusercontent.com/a-/AOh14GiPl64TYO9J83yYuo1yubRsBdixZ-vULcACtkxI-A=c0x00000000-cc-rp-ba3','3511292162159714121',40682),('AbFvOqnWYr0olvq6F7z6H_TMK1D4vDMMSEwDOxggpaHWztXM4PGET1EBcdSkGA7lh0eVBbZ3boxoOg','The staff was extremely professional during this virus crisis... friendly, efficient thoughtful ( although I didn’t get my warm blanket) I would have liked for the doctor to have examined my foot rather than totally rely on an X-ray.\nJoseph was very informative and considerate (although he forgot that warm blanketā˜ŗļø)','2020-05-20 16:03:29.981000','2020-05-20 16:03:29.981000',4,'Mary Helen Wright','https://lh6.googleusercontent.com/-mwAUmMgXBQU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucntg6OtsJmgx8bgd4IsDsaOgEwokw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30200),('AbFvOqnWyXB9DebixWt58IDrytyDnHniDQr6yP_TaV8XNCwZGp9BelQBmsA4HhQlwg1xchKrVgrk','Very clean, very fast service. Very informative.','2018-08-08 18:13:03.105000','2018-08-08 18:13:03.105000',5,'Josh Miller','https://lh3.googleusercontent.com/a-/AOh14GhkCzEqRD-BqO7srJ8wSgmsrwJG3v3XUpTP9IQtsw=c0x00000000-cc-rp','3511292162159714121',40888),('AbFvOqnWzdcQk2KotIkpu6H0kLSoLmAvTgvYCr_Wq4KaVDJ3DuXAMUtWGaBFLCDY2ntkm0WHktx8',NULL,'2018-02-20 16:37:15.012000','2018-02-20 16:37:15.012000',5,'leon hollins','https://lh4.googleusercontent.com/-gctw4DcC5GU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHV-f4NLZ3rMCesjoSWdRBFGa6zA/c0x00000000-cc-rp/photo.jpg','8918455867446117794',43407),('AbFvOqnWZs5pn83njmiaALTKhGQEr4ky1vGDiYI8HWIjfqjOQ96kv23bu-cc15gGGRLOLgwv_TdsUQ','the whole staff was so nice and helpful! Dr H was awesome, and so was the nursing staff (Jacob) and Liz at registration. i’ve been here a few times now and every experience has been awesome! would definitely recommend coming here!','2019-02-13 16:40:31.951000','2019-02-13 16:40:31.951000',5,'Julia Long','https://lh3.googleusercontent.com/a-/AOh14Gi21soChl5CGRKbSekU9vQnipuuVjnZkkhbhgaV=c0x00000000-cc-rp','16590124370714063921',35014),('AbFvOqnWzsbOeqGbPXL5rt2E575E1lmmKsJTStYm0_mSBWviBOLpGFYou1cPy3qiCObz_N_68vuI_Q','This is a fantastic place, especially for first responders and their dependents! Fast and friendly! Manny and Dr. Alcander were wonderful!','2019-10-13 20:20:53.553000','2019-10-13 20:20:53.553000',5,'Libby Wilhite','https://lh3.googleusercontent.com/a-/AOh14Gj9Ha2-bxKeSIrCVMUyEFd9OFPvfMZmE8P4nKuplQ=c0x00000000-cc-rp','6521947413723274945',41582),('AbFvOqnWzxRYMD7PqAOREf0z6Gr72o2aabrf2ehSEWHYLyvhE7wYPUPtvZaNGXvqo-vwHi9c7AAs','Great experience with Lia, Aerial, Patel, Kat and Mayra. Thank you guys','2019-01-19 03:37:28.998000','2019-01-19 03:37:28.998000',5,'jaleesia rosemond','https://lh3.googleusercontent.com/a-/AOh14Ggs2_mG_mEvlDPbkuEDwVforNidQaok1mLjJqTp=c0x00000000-cc-rp','12541597562633926366',29155),('AbFvOqnx_McRnGKNR5U-1AkYYJk7vVT7Va5s5Vbhs7KGOn8ANs2V1uTxPnawGeT8U6Bnlw0iDjvqkg','Extremely efficient and organized. Everyone was collected and patient and answered any questions/concerns that anyone may of had. Will definitely recommend to others in the future.','2020-07-23 17:24:14.526000','2020-07-23 17:24:14.526000',5,'Susanna Neidhardt','https://lh3.googleusercontent.com/a-/AOh14GgU1Q3ZvpYvn0mU_GzK7JblzBffihihkgXZJsd-=c0x00000000-cc-rp','14567670160750071148',30152),('AbFvOqnx-9Vm4eR9DNzIC6Q2E7Q9iJlo4Rhn5xziOek00EjfYhU8xCxyODWB89V9R0ieMAAgSv4l','My previous visit was great. DR Edward\'s, cindy C, Chasity the ultrasound tech and the nursing staff were a big help.','2019-07-02 20:20:58.114000','2019-07-02 20:20:58.114000',5,'Nicole Bookman','https://lh4.googleusercontent.com/--BgEJYlVpAQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmcg3Lt9wTS61NulRnp9WbxxeIPrg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36741),('AbFvOqnX04xEmHjFn-ciiM_LXD-52DQKclGdx4CDhtWxxMAm86ziVzcBEWeFkI7Z-Ov81dNFyRRi8g','Super friendly staff and fast service. Very knowledgeable and outgoing staff. The facility is also very clean and well maintained.','2019-12-23 02:15:37.763000','2019-12-23 02:15:37.763000',5,'Daisy Hurtado','https://lh3.googleusercontent.com/a-/AOh14GjuGA_gEcJy2NxQLgP92NBA6Mx4ignxAIb6AjjkoA=c0x00000000-cc-rp','2694018788013845459',39177),('AbFvOqnX2_UmZBX3Ll6a0rQXRriYl8WsUoCWHlgLJgrmdHEHDIeqH2idA6sXnjPDaD_mEjoNJfQV0Q','Awesome experience! Staff was great. We were in and out in no time. Recommend 🤩🤩','2019-07-28 02:54:36.991000','2019-07-28 02:54:36.991000',5,'Kerri Reyes','https://lh3.googleusercontent.com/a-/AOh14GibMyAXCr2CcKMWFrFIdi3z039gjrZoDUIO6xu5=c0x00000000-cc-rp','2694018788013845459',39296),('AbFvOqnx2KBr3JIAD8m3pUtB1Ze9SD2CJ6Afv6RcbctBBPz8jNcqLICST-1mBVSo767S-RhzndNiAA','The staff was absolutely amazing! Lucas, Sherri, Kim, and Dr. Curtis have been most helpful! They made sure the patient was taken care of as well as their family members. Very attentive and friendly! Thank you all so much 😊','2019-02-14 22:49:07.404000','2019-02-14 22:49:07.404000',5,'DyAnne Dillard','https://lh3.googleusercontent.com/a-/AOh14Gg8WHj0ZU5DgVB3UNJlzuJw4-CEMBkgw-0YzfW4FSs=c0x00000000-cc-rp','3272657195432704501',39921),('AbFvOqnx2LlBmch863lvlvdeFxhwLbHa9_lQ6VI0mnnJaTW0zmq9RqLSPsWSIlTw-fkqNIDvo7Nr','I appreciate amy,rommel,dr. Patel ,Joey , and josh give us the best service cuz getting jumped hurts','2019-05-07 05:04:56.921000','2019-05-07 05:04:56.921000',2,'jaden body','https://lh3.googleusercontent.com/a-/AOh14GgMfiLg5TgKqJtPcSxWfKnqX1oilUXvhjzX11tb5g=c0x00000000-cc-rp','3511292162159714121',40569),('AbFvOqnX3nC8Li2keTML3Zz5iNm5L0diCirpIxqRYSHaVHcAIDeb0iPyUfDbZcxo17hfKmVyhlzS','These folks are totally amazing. I could not have asked for better care. Everyone was kind, caring and compassionate. Even had me come back in the next day to check and change all my bandages. Wouldn\'t use anyone else in the case of an emergency!','2019-12-15 01:51:15.223000','2019-12-15 01:51:15.223000',5,'Stephanie Schutte','https://lh4.googleusercontent.com/-6Ga2gwirXFA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclj7OQXhmJYGK31uTSlIWocwcBVDQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39752),('AbFvOqnx4tFKoVNsg2ZhfkW4atmeaLpm57Sp7P_UKmnZgOr0VJxnCZis0SemRj9zm8YIniBxSZDA','Today I visited the heights location erica was very helpful','2020-01-06 00:31:01.197000','2020-01-06 00:31:01.197000',5,'Red Peterson','https://lh3.googleusercontent.com/a-/AOh14GjCYP9a0hMWJyoymM1ydUBRbFxNQVy0xPOk1kT3_w=c0x00000000-cc-rp','14567670160750071148',30365),('AbFvOqnx4YQGdTrhGhc3gHiTHxJ_yWpWFaRt40jmI7DYJQe1Q3teRCCsOYj65J5-E5xylImWbXFF','Signature Care ER gave me the best care I could have ever imagined. From the moment I stepped in the door to when the doctor came and saw me less than 10 minutes later I knew that I was in qualified hands. They explained everything they were doing and since it was recommended that I stay for observation they moved me into a better room where my husband could sleep on the couch. They even had both doctors call me one and two days after to follow up and see if I needed anything else. I would go there again in a heartbeat.','2016-10-28 20:33:36.036000','2016-10-28 20:33:36.036000',5,'Kerri Bartkoski','https://lh3.googleusercontent.com/-KU3eymJyTP4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnls1-Rrwy4lfEFI638cwI3xg3BbQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32772),('AbFvOqnx59mFnhuj9Jvfq4Z6rg1FDJ07s5CVNwG5ityJdVY5kqxIJ5PtsK0b5iPIfIr9ZaQNwwmmKw','I was in a car accident and they took great care of me! Super nice staff! Anthony RN made sure I was taken care of! 10/10 would recommend!','2019-04-05 01:14:04.380000','2019-04-05 01:14:04.380000',5,'Hannah hudson','https://lh5.googleusercontent.com/-Ecdp6tXUzcs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl64Qs0NTp6T_ti-2QkqsEaEc4_4w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34917),('AbFvOqnx5V6t2XymGCP2E4FCknbracNDJRkNU0S0uPD-txzzk0OQbc5cb54l7-NSvSeQ_EV8hPwadA','The nursing staff was very friendly. The website is also very helpful and informative. We appreciate the dedication to service from the care providers.','2020-07-20 12:56:54.838000','2020-07-20 12:56:54.838000',5,'Aparna Tamirisa','https://lh4.googleusercontent.com/-bBO-2PfSnLk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn7C4LFxWOb3lIpecUTDgOPT_O3jg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36550),('AbFvOqnx5YS4KXQkXasvZxs7IJ5QDoEfgahTSuQ9byEELwz38vcz599S3dXfAk7Ux-OhbH9g7ihnLQ','I took my partner here for a severe migraine, and everyone was extremely helpful. He was seen within 10 minutes and treated fast. Hospitality was great and the place was clean. The team was also courteous and respectful of our wishes. We worked with Billy Millen, who was the MD, Hamza who is the RN, Eve, the radiologist, Olivia, the technician, and Stephanie, the registrar.\n\nI would definitely recommend this place for anyone who needs immediate attention when the wait at the hospital is too long.','2018-12-01 14:45:03.831000','2018-12-01 14:45:03.831000',5,'Jaren Cooper','https://lh3.googleusercontent.com/a-/AOh14GhvUhZ5EvOQkNh7Zh2qfNwVqJu-Q78ZVvrNAOvXlQ=c0x00000000-cc-rp','3511292162159714121',40788),('AbFvOqnx6mBqMOF80UEqNKneSLQbo7Ql0K_Day9rbqu9lVIDqqMmsgX7IkdrXATx10DwXEjX4jxw','Nice. Knowledgeable people all around.','2020-09-19 16:26:33.107000','2020-09-19 16:26:33.107000',5,'Matt Watson','https://lh4.googleusercontent.com/-OASon8-F3II/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDTlxeJ_2bGAc77bsmMdRdnHa9LQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38528),('AbFvOqnX6S1Xcs51HpPgNhntDrKR9eDmvk8Bc6nY0GpzyEmPD8y3xycQ0hmTeSvjgBxZLYCPHtp3','Great staff specially to Doc. Alvean','2020-10-23 19:15:03.163000','2020-10-23 19:15:03.163000',5,'Lino Gallegos','https://lh3.googleusercontent.com/a-/AOh14GhNGPD11xGMk-2nb-TjPKeECk384iZOxb7NQfORbg=c0x00000000-cc-rp','16389487648212004696',33101),('AbFvOqnX7aPbQ9fENLE3NmIuk3xn7uLj_P1cRi8Q1kyhHwz7LgAEXHsrlZf4wcwQYSDkC0KSwuf59Q','Went to get tested for Covid and was there about an hour. Staff was very respectful. Everything was great.','2020-07-20 15:26:43.312000','2020-07-20 15:26:43.312000',5,'David Martin','https://lh3.googleusercontent.com/-zgBALN-gSDY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckrFp8szT8s_fXxVduiT_0o15qZdA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41355),('AbFvOqnx7LwITJwuSYCYnsOnNWwyIQpoWOM_v-qtXZF8Md-q3ZRgJoPSBlwPHy5KP2kxPsd3Tu8USA',NULL,'2019-06-27 00:22:10.995000','2019-06-27 00:22:10.995000',5,'Alexis Pongrass','https://lh3.googleusercontent.com/a-/AOh14Gh4F_rwHH78lLKyyNqZfeaaQCWONuGwM1z236rqhQ=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqnx8XnrWGtO8rIUuDKOstds0pl4T2ACwyhadgziYeJDweHPTjsHJep3Ff9ZI-z3vdJ0Sgj7PQ','I could not be more impressed with the facility and the care givers. I had just been mugged and had head injuries and body injuries. I went to the hospital near by and it was just terrible. I checked in and gave all my information, they gave me a wrist band and told me it was going to be a few hour wait.\n\nAfter a few minutes, my son commented that we had gone to the wrong place. I got on my phone to see what else was near by and found SignatureCare Emergency Center. I called them to see if they had an X-Ray since I suspected I had broken ribs. They told me they did have X-Ray. I asked how long was the wait and they told me 5-10 Minutes. I stood up, walked up to the check in nurse and told them I was leaving and to cut the band off my wrist.\n\nUpon arrival at SCEC, I walked right in, they took some information, gave me a wrist band and took me on back. They took my vitals and a blood sample. Shortly thereafter I met with the doctor and she examined me and I shared my complaints. A few minutes later I was wheeled into the CAT scan room. They did a CAT scan with and without contrast. Less than 30 minutes later she came back and confirmed I had 3 broken ribs.\n\nI was literally in and out of this fabulous facility in about an hour. They took all my insurance information and filed for me.\n\nI cannot say enough good things. I asked them why was anyone going to that hospital ER down the road? They said they advertise but people just don\'t know. I told them to stick a sign out next to the hospital telling them to turn around and come to SCEC. I do not give praise easily but these people are top notch and it is a mistake to go anywhere else.','2019-02-14 01:04:40.790000','2019-02-14 01:04:40.790000',5,'Kirk Wiggins','https://lh3.googleusercontent.com/a-/AOh14GhOamniHO_rAM28VmLYiOVctt1XC9DkvP3uuKEpgg=c0x00000000-cc-rp','12541597562633926366',29142),('AbFvOqnx97j4NyaK2f9yEhoFau8TfQzrxOHqsr5N5TD_0rkIh87J9mqupjGcvSP_rjwNqzmi2vvX_w','Great friendly staff , in a out in timely manner.','2019-09-21 12:35:14.538000','2019-09-21 12:35:14.538000',5,'Antionette Burns','https://lh4.googleusercontent.com/-HNl6gIbOSmo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnuyslk4CB2bDbC4adovcOhXjpXRw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34659),('AbFvOqnX9jUnvEC7fhcWdO4wmxTmJ7UJVGCgDcVvPnL1aaegdgc0WuI8_ClHZuKLBpKfpbWBnnbwdQ','Quick but accurate care we always feel welcomed.','2019-01-30 15:05:45.699000','2019-01-30 15:05:45.699000',5,'Shevon Green','https://lh3.googleusercontent.com/a-/AOh14GgDdrF8sQnRNkA00cwQkbE2CROuOJ7VquKYJFY8=c0x00000000-cc-rp-ba2','13486358490203335051',29916),('AbFvOqnX9YWwRpPyrGuR_YMrwnpYTGYkR_pa6aWOAFRVOcifXjVL3m6i-xGAiAhWXpxKjY52nnQErw',NULL,'2019-02-21 01:29:14.627000','2019-02-21 01:29:14.627000',5,'Raquel Luera','https://lh4.googleusercontent.com/-FNjyaWQpl3U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn9J9I-dlVc_oRRSxZzKOjdisVjIQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38283),('AbFvOqnXA8QKLD7Fot0uVUauo-HV-U_PS62GEP-929tdhH2XFLxGNX5hzgYjk92YuILZL_SieKmkiA','Went for a covid test. Looked online for an appt and got one within 2 hours. Staff was friendly and doctor and nurse were very sweet and empathetic about the test and how uncomfortable it was. I received results about 20 minutes after swabbing.\n\nOnly thing is that it was raining and I parked facing the street, where water was pooling. Not the hospital\'s fault but may help others.','2020-07-22 16:22:56.822000','2020-07-22 16:22:56.822000',5,'Christina Batts','https://lh3.googleusercontent.com/a-/AOh14GgJDmTH_Uoc7mc49lVZbCITHf79zD4VD5QS9Ndu7A=c0x00000000-cc-rp-ba2','3511292162159714121',40229),('AbFvOqnXaBro1aHJWVWBZe3Di4D3RGQRedlZ5V7sGhYVehohmUNH8lVIM3HM8JPiFemVoqKLbxJv','Staff was friendly and very fast service.','2019-06-07 20:19:19.102000','2019-06-07 20:19:19.102000',5,'Jennifer Duran','https://lh4.googleusercontent.com/-L0aZUC_BSaA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckzz1Xjry7bSztq3tib4gQpPnIPmA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38152),('AbFvOqnxaHs9yKt_36Y8hUzhwrki5jV4l-Df2DI2PgQAw_6vwNx9CvWfr6_rS940K6hcKdVWCKnbpA','Alvean and Patricia were very helpful with my visit and getting me the help i needed.','2020-01-17 18:04:18.771000','2020-01-17 18:04:18.771000',5,'Cesar Gomez','https://lh5.googleusercontent.com/-C66s0khcyCo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl4s-IeMy-76wbs4PyuhHtK4FtD4Q/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33494),('AbFvOqnXApdBXckoOAl0BV2ZUlSeXmM6_QsXF-xhlAwI7lB-H8eH7CdShuR2T9zPLdrO-VSPykkAMw','Very fast and amazing friendly staff!','2019-05-31 03:28:18.569000','2019-05-31 03:28:18.569000',5,'Starla Keller','https://lh6.googleusercontent.com/-xcilCkAP4RM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl8pnb7t1QK7XDpXN83-8wREabM4A/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42061),('AbFvOqnxaqSHTFe6g84HjadgFioaYugvh3hyVrrzoA-3FKon3wVR5w2P1zJsMhbRaz-FncALSN7e','Had to come here for the dreaded corona test . The staff( Dr Angela 😊) is super friendly and understanding. They were as gentle as I can imagine you can be with the testing . And the results came within about 10 mins . Thank you signature care !!','2020-07-18 21:44:54.048000','2020-07-18 21:44:54.048000',5,'Sherri Ray','https://lh3.googleusercontent.com/a-/AOh14GhWsEZqOlf93OibMq8Vv4FKs6REVJvvpnYyW18Nvyg=c0x00000000-cc-rp','14748677429039074158',31988),('AbFvOqnXAuRmvUO83gUBDKryScGj-YB-wJtU631SjOFz8OyBrhtmyH1sr6RVGQtahHUraeysXTnI','Great and fast service','2016-03-28 15:00:24.673000','2016-03-28 15:00:24.673000',5,'Ricardo Tola','https://lh3.googleusercontent.com/a-/AOh14GhxeV7NC5qTj6maSftxbpPTG6D8B4OaC8ep_6ABbg=c0x00000000-cc-rp','17394740196501090048',37368),('AbFvOqnXAzBU0-CpFkxbSUXBapaaxEk8hOFCewtT_AaLfyicoTW-lmLSGkAwKjwf1Kbzm9Saby7VeQ','The staff here really knows how to make you cared for! My visit from start to finish was nothing less than exceptional. A HUGE thanks to Savannah, Diana, Laura, Kristina, Fahme and Dr. Soli for being so good to me.','2021-01-04 20:42:25.406000','2021-01-04 20:42:25.406000',5,'Kandi Bell','https://lh3.googleusercontent.com/a-/AOh14GgKmFN0v8bch-CzgyZqQg1UfoI3BAKx6oEkn07VJv8=c0x00000000-cc-rp','12541597562633926366',44348),('AbFvOqnXBDE1umeIhpn-vj25mvA_0jMNGjXzbD3whYNRu4Q9noNYRBlzMnCvl3SINMx7i2VQw2TD','Staff is kind and very clear about everything. Receptionists, Amanda and Kate, were awesome, and even when it got busy they made sure everyone got what they needed and were efficient. Nurse Matt was also super friendly and great!','2020-12-07 17:24:25.264000','2020-12-07 17:24:25.264000',5,'Bailee Johnson','https://lh5.googleusercontent.com/-hBfm-Ekb9Cw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnl-nAZwXNobLO1IFkMSnfqrWScyQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34052),('AbFvOqnxbQoPsqLnxvKQ6hfnZ-YwDmyhO_SJ33UY0Th5Smp6Wzx2pQZ4QbpUAIw_8g9whQ8dnOe5',NULL,'2019-07-04 16:40:59.074000','2019-07-04 16:40:59.074000',4,'Bradley Bergt','https://lh5.googleusercontent.com/-CngrlUM4z3Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnT0ELuA_GvPkVaMX6L2HIH84I7GQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41673),('AbFvOqnxBV9461dlUI_J_KIU3zHxF69v06iiL0wB0L6nC0LElwTBFQjCe5V4vhwbYjqJKjUD7HJfWA','Signature Care was prompt and friendly getting my test. Would use them again.','2020-07-24 23:31:52.736000','2020-07-24 23:31:52.736000',5,'Gracie Fuessel','https://lh4.googleusercontent.com/-VM7X92RS4Vs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclON8rnZeCtKAeJS2trHjZy_Ummkg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38786),('AbFvOqnxcCBZsqxTEhVj95K_E0nhDZRUFfN437CKznSPxr5XdaiIGtQEC46tiP_C7ak928UfbmnlrQ','Every one was tentative to my needs. Buffering warm blankets and very thorough with explaining what was happening and why they were doing the things they needed to do. From Airianna at the front desk to Lucy and Ryan, and DR. Aaron Braun, everyone was easy to talk to and very assertive to my needs.\n\nThere was no wait I was in an out within about 2 hours. Having never been to an er and hearing horror stories of ers at hospitals I def recommend going here.\n\nThanks!!','2016-07-03 12:01:01.726000','2016-07-03 12:01:01.726000',5,'Jonathon S','https://lh6.googleusercontent.com/-kRdSKyeU7ns/AAAAAAAAAAI/AAAAAAAAAEc/AMZuuckOzN1PUJ0DvlMrnpziHAjB625njw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32800),('AbFvOqnxcdbJQYrtmgNo76WVf0w7KPSpHHO6tXDwiXk4x-xDy42wPyhXGnuVcaC6AmWnk7RO8bN0pA','this place is really good. I\'m 11 years old, and I\'m typing under my step-dads yelp account. I got poison ivy on my face. they had drinks and cookies, they even sent me a letter thanking me for coming to their emergency room.','2017-02-10 22:33:40.915000','2017-02-10 22:33:40.915000',5,'Houston Groutsmith','https://lh3.googleusercontent.com/-roajV5m_kWw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclB3ZBSgu_7d0a2eUF0XpSJIGFX6A/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31106),('AbFvOqnXcgG6zt4TOnFBEsKhZkfMsU8gI0sZqJ9MXofbUFXmZyoeUKQiE3vYUvHmAWQtWQiz0C9KIg','Very helpful and friendly','2020-08-31 22:23:27.593000','2020-08-31 22:23:27.593000',5,'Cole Fx','https://lh3.googleusercontent.com/-h0ChENJTC1o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclwbZZs1fjyfhGr-xDi-tlQoTSXIg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30129),('AbFvOqnXcy4Tb4ISx5ZHIpgmWbOiO7EKzHrffBzAZj7mTLcIcdM7ud_zt8U5zOViVFFYi4BzidhGUg','Great experience. Jennifer D at the front got us in super fast and Dr Simmons was wonderful','2019-12-13 15:54:33.498000','2019-12-13 15:54:33.498000',5,'Jennifer Hudson','https://lh3.googleusercontent.com/a-/AOh14GjfxMuAYtpfSHWABNEWBrmeKJLkMvMvR5hj1RlcYg=c0x00000000-cc-rp','8626688543755174284',41979),('AbFvOqnXD_ZnerkUuD9rlWNuDvm-MV_U0FAjqBK2uKP8X5MdE6FT_P7u-hIBV8k8RTof-WdffTg9','Awesome ! Best staff and the best experience!','2020-11-03 15:52:40.032000','2020-11-03 15:52:40.032000',5,'Nader','https://lh3.googleusercontent.com/a-/AOh14GhyrjwL1qej4iwuMbdqoKBpJhciYlOYZJV_QztO4Do=c0x00000000-cc-rp','3511292162159714121',40079),('AbFvOqnxdJuT9GKcPRvOMe0Na2byiWWwY0P7CIqjTk3XTTSmAi-HyVc--LdH6lYDldLlhhoenfRS',NULL,'2020-10-01 19:46:58.115000','2020-10-01 19:46:58.115000',5,'Alexa Trujillo','https://lh4.googleusercontent.com/-awNAgvYOYqg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnBLXNUWPXHv3sG4IsEo65Xl3jCCQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38945),('AbFvOqnXdScef03TBCSXubXOLRT-eNNaAYL8p_8ClDXHX2zyKQRxhg0ov8Qeq9QZJIxtC5OsWvy-',NULL,'2019-04-30 16:06:36.021000','2019-04-30 16:06:36.021000',5,'Colby Forrester','https://lh3.googleusercontent.com/a-/AOh14GgEVDP7T4smAKD7y1x_iWMAO7PBl7uQozsKqClz9g=c0x00000000-cc-rp','13486358490203335051',29865),('AbFvOqnxdV17YUEmBPlIub4FhwJN8sqEu0QSQ0rc4XAembSD_wqJbrz9MWEQQQpwf8lcXyiEhP05WA','Excellent service very polite everyone','2020-10-08 23:00:26.682000','2020-10-08 23:00:26.682000',5,'Victor J. Nolazco','https://lh3.googleusercontent.com/a-/AOh14GhpLiZpRWdPp7A5z4-wRIlNZFCU_jZMIU9wqJx1dQ=c0x00000000-cc-rp','14567670160750071148',30063),('AbFvOqnXefmY2vK4uT1n7gTA73g3CDpsNwkT0hit4bBQrlChQ4vXZ9VKA32NwX0MfFooPBVPIcznjg','The team was amazingly helpful! Dr. Appiah addressed the problem and made me feel at ease.','2019-10-16 05:02:34.128000','2019-10-16 05:02:34.128000',5,'Alejandra Banuelos','https://lh6.googleusercontent.com/-kDGF8_zNbA0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnFvP6gPQHZ-fskW_TMYFHl2_deiA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37947),('AbFvOqnxEHuqTmYAvI4mNMuQaaaO-DhKvah7csLYVfLADztiNhpdionrE219JgWYkdVKgkYAZlRx','This place is fantastic, great customer service, friendly staff and knowledgeable staff. I highly recommend Signature Care to my family and friends.','2019-12-14 06:38:43.225000','2019-12-14 06:38:43.225000',5,'Marvalyn Isaacs','https://lh6.googleusercontent.com/-IrCw1A5ih-M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmTB0BagSb9p15_ntNxXBBI9E0NJQ/c0x00000000-cc-rp-ba3/photo.jpg','8918455867446117794',43161),('AbFvOqnXERFErgwB3whN8yW_7jDTVGubddqhLry1OSdGmqQ5sLrcNy_N-pcLvWWPckTzqdKYt2NT4w','The staff team was very nice.\nVery special Thank You to....\nDoctor: Thomas\nNurse: Dawn S.\nRad Tech: Can N.\nRegistration: Ashley S.','2019-01-04 11:00:46.619000','2019-01-04 11:00:46.619000',5,'Karla Padilla','https://lh3.googleusercontent.com/a-/AOh14GhCO80Ck-z5shwGPYBdqVBf7RT_xKt_4FewBXN8Hw=c0x00000000-cc-rp','17898197009688164559',38338),('AbFvOqnxF_ayYH7uGMCBZ8mk5yoSVujaOjNg5T69zN3SGycmu-47IUdOY-0r4mf1LwMJ8ubjB9GB9w','Great Staff !!\nDr.Tran\nNurse: Rollie\nRadTech: Natalia\nRegistration: Stephanie\n\nTHEY WERE ARE SO HELPFUL AND DETAILED IN EVERYTHING AND VERY FRIENDLY! Also gave my daughter a Christmas gift ! She loves it lolā¤ļø','2019-12-27 00:59:55.883000','2019-12-27 00:59:55.883000',5,'Hailey Blaze','https://lh3.googleusercontent.com/a-/AOh14GhYPJJJT3_LaFD2oj6dRX1Gw3kIboX3M97c3n2yjg=c0x00000000-cc-rp','8679688254631342173',42532),('AbFvOqnxFaomvH8ucE64QqYcwrUHFgt5lBQ5ECfa0_qyMvdVkEM57RObbRj3RMIsPFaKlR9jTiun','Manny was an awesome nurse and Dr Nguyen was amazing. They saw my son very fast and were so friendly and helpful. We really appreciate the staff at Signature Care and would certainly recommend this place','2019-07-12 19:16:03.110000','2019-07-12 19:16:03.110000',5,'Cheyenne Undisclosed','https://lh3.googleusercontent.com/a-/AOh14Gi0gSz4hr0E95B5j9wx9FtUI-DyHNjeZc6mgULVgQ=c0x00000000-cc-rp-ba2','6521947413723274945',41662),('AbFvOqnXFGs1sOwQJ631S4-QMKncGGZ35a4d9rVeTxmIu3Da_sjdqN7UY8w2zCEoIp6XWYEhrZgv9Q','Really quick and good help','2016-05-19 20:18:37.360000','2016-05-19 20:18:37.360000',5,'Stephany Perez','https://lh4.googleusercontent.com/-LZqQkvhmiac/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmF5X_RckiKlLUNKDPAjxuCd5NE9g/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31244),('AbFvOqnXFh8OIa5nYtm2VYJ3YtSnJ95BZpbdhwl5pF6IVv3P0Ut_ecQS4JLJELKTYmUA45JC8FJw','My husband and I was treated with thee upmost care here, staff was exceptional , very attentive. Overall the best ER hospitality and care received in Killeen thus far','2020-03-17 12:57:27.007000','2020-03-17 12:57:27.007000',5,'Carlonieshaya White','https://lh6.googleusercontent.com/-H8r6YER0LGg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclIcvRR4RabRpxxuxbIEgdr49N4JQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39078),('AbFvOqnxfIvs7tE5ivN1aSo1cYF1Ol1Eg2MVoqT1Qgs7vNpD0lK_sh9mweUd5Qe59ykXlDQkZBql','Dr. Jaber, Alvean, Marcus, Vanesa great service awesome staff. Amazing and attentive care!','2019-12-10 19:48:54.228000','2019-12-10 19:48:54.228000',5,'Tania Huete-Leiva','https://lh3.googleusercontent.com/a-/AOh14GhyGM65Y1wtnXyjJFR_RY_7IIqaGfBDKiyT95GfdQ=c0x00000000-cc-rp','16389487648212004696',33618),('AbFvOqnXFshZPLILm6RdpU3dWAZPrRPtXwdCuOEmK20a84Y1vBxyOatbemwrN-mUikNC-AaFDrAA4Q','Everyone was very helpful and efficient. Doctor O’Malley was very nice as well. Keaire and Dawn were both very sweet and consistently made sure I was doing okay! Great clinic.','2019-12-21 16:02:16.436000','2019-12-21 16:02:16.436000',5,'Allen Hadi','https://lh4.googleusercontent.com/--cDWJntrWTw/AAAAAAAAAAI/AAAAAAAAAEg/AMZuucnE-Sb3sO8G_dUMnTsXW-t1Lt6W0Q/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40364),('AbFvOqnXFvtGz8gp2R85lXdHoQV4UQK1R6wFENfJOhD_IqwsxSlZ08w2q6CpB26k2fbORVWY0G-Whw',NULL,'2017-03-07 22:03:09.122000','2017-03-07 22:03:09.122000',5,'Juan Guevara','https://lh4.googleusercontent.com/-mGCeZYaESec/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXgvGjOJhYbR47EadO7GNNBe-_Dw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32716),('AbFvOqnXg-SCYCDUACwjOSYXUUMOrgBcRXq8uVnQGd1OrPQgYn6fyDNoO6Msvqblx9Nnm1hwvZjPOA',NULL,'2019-06-20 17:48:57.989000','2019-06-20 17:48:57.989000',5,'Zachary Woods','https://lh3.googleusercontent.com/-GjTcjC9sZzc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl_PfXcsp_t8gLTeIOxbKF1rjdXUQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnxgDMoxsxULiG-EfNsmqEXdFM0YKklE948yUn66uhFLGIuux1JlV3fKoBUblPYmTawbLVh','All I wanted was to get covid tested for my family and I. The online process to book an appointment is too complicated, but was handed a slip of step by step how to set it up I was confused and Carly at the front took the time to walk me through it and she made my experience better.','2020-07-22 06:37:50.074000','2020-07-22 06:37:50.074000',5,'M Turan','https://lh5.googleusercontent.com/-Vt4M3zMIo-s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmcrqk53GDvskVp0yCV8raOLwQbPQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28589),('AbFvOqnxGGWUAKPCeuNOIsGoiyI12apuxuvb9rrVWS3xrc4QmLbjJQlgmMWNouWmhe-Qg_tq2aUdZw','Clay, Christina, and Chelsey attended to us and were very nice :)','2020-09-13 16:46:10.732000','2020-09-13 16:46:10.732000',5,'Melissa M','https://lh3.googleusercontent.com/a-/AOh14Ggilz8mdh0eU3eXJccdBXqB965N9iVkzsQwYYAbXg=c0x00000000-cc-rp','16891069708558046635',35808),('AbFvOqnXGw43Hqe8hvMLDF9xkl65KqTdbmoNsEEklA1OC_Y-o2Vry_RrE1eC6zicl7UEYTxpJT6rFg',NULL,'2020-07-28 02:33:55.298000','2020-07-28 02:33:55.298000',5,'Shelby Turner','https://lh3.googleusercontent.com/a-/AOh14Gi_MKtXpVKMAnYpaMXwoL1F6L14DrIgVoRv_iTx2w=c0x00000000-cc-rp','14748677429039074158',31853),('AbFvOqnXh-kFPS6w1o_k-N4ES6mffSjsCK4TxML1vr1II1alotoGPjw0RYe_HxH6zHLPO6CrnbJ-oQ','The most thorough, non-anxiety ER experience I\'ve ever had. I\'ll never go to a hospital ER again. Those folks were the most talented, highly skilled, professional, yet caring and attentive people I\'ve ever met. Even with my long list of comorbities and meds, their assessment and treatment got right to the real problem. If you\'re docs office is closed and you have an impending medical need, this is the place to go.','2016-11-05 18:04:14.634000','2016-11-05 18:04:14.634000',5,'Ronald Reeves','https://lh3.googleusercontent.com/a-/AOh14GiFysgrBZSYMJBOZkxvN2HLE4jmPqwVKLr8odd-rA=c0x00000000-cc-rp-ba3','3511292162159714121',41155),('AbFvOqnxhCnKh5RcwSgfCOEo6U3ArIp2OKSKHnd3mJBrBnHy3iBTE6cikFfmHSA6_zZqDB9Cr9zFaw','Everyone here is super nice and understanding. The rooms are very clean and organized. The nurses and other employees are extremely nice. I would 10/10 recommended this emergency room. They even have TV\'s :-).','2017-03-04 04:24:35.889000','2017-03-04 04:24:35.889000',5,'DORALENE Wiggins','https://lh6.googleusercontent.com/-iA7u0HwgHt4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclK4xJNRHzPNjLMg7PgTmq7s3OV9Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35484),('AbFvOqnXhHWUwOC4_mnFSyXCnIYoda0nEx6P9xmvPK0wBx8rxJ6Y0Omal5z0m0qMds2Wn8qBH8gqfg','Great service in and out. Dr Patel nurse Sarah, tech Fatima and special thanks to Tanishia. I will recommend this place for emergency service.','2019-11-08 02:28:41.539000','2019-11-08 02:28:41.539000',4,'Trena Straughter-woods','https://lh3.googleusercontent.com/a-/AOh14GiqcPGp_n8r03mpWImM41PgAr-ZnkFZH0gxM82nFu8=c0x00000000-cc-rp','17898197009688164559',37905),('AbFvOqnxHZfM9Q_pQ5m2NzZEeGw3v7YVPOa2Jy8bylsf_FDcpb4cLSM6RRrwVbL2JEukUYkPhWGeJg','Came in for COVID-19 rapid test and everyone was very helpful and pleasant. Nurse, Julia, RAD tech Ricardo ,Dr.Dendy, Sarah and VY at the registration desk made everything easy and fast. This is a scary process but I\'m forever grateful šŸ™ that the staff made me feel safe and took excellent pride and care of me. I will definitely recommend this facility to anyone but pray that you don\'t have to come for any reason. Thanks again and have a great Holiday Season šŸ˜€\nDion Richardson Trower\nPS. Extremely Clean','2020-12-17 21:34:55.958000','2020-12-17 21:34:55.958000',5,'Dion Trower','https://lh3.googleusercontent.com/a-/AOh14Gh6nyRuT8B64_BHN7TrhPrfFQ_FG3H3yoW1R2ccOQ=c0x00000000-cc-rp','15979470999169074295',32812),('AbFvOqnxI9refGe8Byv0BdUnygZaIiMmIrlZwp91Z8-1lUKLQAlGwjQqRIzJUuAzlwvfHn2Chd3CDQ','Great great location, with GREAT customer service. Everyone was extremely helpful, from front office, nurse, and even Dr! Tanisha was absolutely amazing though! So helpful and personable, great hire guys!!','2019-10-04 03:27:01.757000','2019-10-04 03:27:01.757000',5,'Natalie Molina','https://lh3.googleusercontent.com/a-/AOh14Gjv_QVf00n_oCAjDxfdQU0DwPxyTtqFGFUH2Jc1=c0x00000000-cc-rp','17898197009688164559',37966),('AbFvOqnXiEDAb8WDCnzzdpkGFqQ9qLCDkiiZYj7C9mt1wmky-GDo1qXPZZmJJKCdQEYwFFVtK3upHg','I had to get a rapid COVID test due to my recent travels.Cody,Sam,Brenda,and Nydia made me feel comfortable during the entire process.it was super quick and easy.','2020-07-26 19:30:00.511000','2020-07-26 19:30:00.511000',5,'McKenna Thompson','https://lh4.googleusercontent.com/-qEAATQlBkBs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnW8DGQXBGqvr1t5TrI_jqwRlV7Xg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38764),('AbFvOqnxIo1ShBPPZusUdJ6iNZQP6F_exHJCbl6HIXhk_YVL8p7nSLVAsamwwa2fUnzKABFk02P8','I had a great experience at the Pflugerville location. Amy was terrific and very helpful. They do a great job and are very fast and efficient. I definitely recommend!','2020-07-30 16:23:29.133000','2020-07-30 16:23:29.133000',5,'Miranda Carlson','https://lh3.googleusercontent.com/a-/AOh14Gg-Yb_EeFIyqLgYu48CPsFILLCbUXVK_IOUTv9C=c0x00000000-cc-rp','2077061009497551125',38686),('AbFvOqnXJeXoPmBtkJvsf_nOV1orjaByhfV995XdrbOQdMIlgdXRF-3CC2xXO_trUzqe_ENAVOMwyw','1st time at this location, overall great experience! Everyone was friendly and explained everything well. The staff were prompt and the physician diagnosed me quickly after reviewing my labs. I highly recommend this place! If I’m ever under the weather again, this will be my 1st choice!','2019-09-10 03:34:07.525000','2019-09-10 03:34:07.525000',5,'Lynn Jones','https://lh3.googleusercontent.com/a-/AOh14GheXgc4Nw25EBFHLWsHDW6UVbHO2gsKGzf4fXEf=c0x00000000-cc-rp','14904078213800803294',32428),('AbFvOqnXjmWe-SKgfcrm6qkplKcqjxbeDX_4lS0fw-AY4qRcoYFXRsDzydkLqAPi3M_-0XAdmZtEtw','I like coming to this place . There are super fast and very clean. Staff are super friendly . Graciela and Luisa are the best . Supet attentive and answer all your questions. I will recommend this place to anybody that needs rapid emergency services','2020-12-11 17:49:55.723000','2020-12-11 17:49:55.723000',5,'Yasmin Martinez','https://lh3.googleusercontent.com/a-/AOh14Gg20ll4pCq0UGtKVFUbsigYSQjhQJqT2Ymdd8QTzFA=c0x00000000-cc-rp','16389487648212004696',32856),('AbFvOqnxJN5P7qjnZQ-YYKUUmiGxOxRGnyLnLWCdpwT1yHgRqAXOZmiWwM9pQ7qC8dv9x9DMjrlhaA','It was great...I was put to ease about what was wrong with me and it is such a nice facility.','2016-08-09 23:54:12.878000','2016-08-09 23:54:12.878000',5,'zoezzw','https://lh3.googleusercontent.com/a-/AOh14GiLer4ySgGnSjX1oupy2wchB6Hy86OVMoetGpofNQ=c0x00000000-cc-rp','14567670160750071148',31210),('AbFvOqnxJYUQukswaPFkswh7VtzbUSf3f4gJhys9H1vqvDn-DmKVP0K2QUDSP5XXsCFm--bmGJDn','Received great treatment\nMeredith alvaen Jocelyn very attentive .. being in pain they really cared how I was feeling ...thank you ladies','2020-03-11 19:43:45.612000','2020-03-11 19:43:45.612000',5,'Dorothy Sangco','https://lh5.googleusercontent.com/-F4OqEolQkIk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2eEe657vzzLnjCgApsGjpx3jmTw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33272),('AbFvOqnXK8zmY0wxFWexzu6W22fvFDLaMTY6-PqHYHIwEkYIv1WHpGRU-E3fLB74c8FazmMefDe65g','Great staff and friendly service','2020-07-22 18:32:20.376000','2020-07-22 18:32:20.376000',5,'Esthela Reyes','https://lh3.googleusercontent.com/a-/AOh14GgEM8vyDDb3Uof63QF8dAQA6KRhboi-GuOMbcrJvA=c0x00000000-cc-rp','8918455867446117794',42987),('AbFvOqnXK9FdpV2M3z1J9uGhbMmqIb-wj40doD3PNnEoTYleDwxgfVb9HvZZvE3JgtQdsoACPeNIsQ','Chelsea and Townsend were very welcoming and understanding during my visit here. The entire staff made my test a very smooth process and they made sure I was comfortable the entire time. Highly recommend this place!','2020-12-03 20:17:02.552000','2020-12-03 20:17:02.552000',5,'marc De Leon','https://lh5.googleusercontent.com/-JdQ4mY6IPKQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmkli7MkOeiFGxdrvtkUSIM42Vi7A/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35546),('AbFvOqnxKCa9EyHIte1Wz44p8_u-doS9x-niARKxYkb9gU6UiayGsLh2T_PcWQrlXPAZGpAwapXn3w','Very fast service Arianna was very helpful','2018-03-05 21:20:02.671000','2018-03-05 21:20:02.671000',5,'NETT Coleman','https://lh3.googleusercontent.com/a-/AOh14GiwAlsvJ8HRXCmKd9mT9PS_SWPh7K5-pSqUf3DVZg=c0x00000000-cc-rp','3511292162159714121',40953),('AbFvOqnxkg92CmvVJmxTRkMTUPH4XghlybMSgi0tJ5B96wiFwdouG5u4QSZ8b2mCVWkTTId8HRXJ','Signature care was really fast getting me in. Kennedy and Lorena were super nice with checking in and fill out paperwork. Megan was so helpful in the back with taking my vitals and giving me information!','2020-12-20 23:26:59.160000','2020-12-20 23:26:59.160000',4,'Aspen Pham','https://lh3.googleusercontent.com/-PrvCZNI5BSE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmgKESqu6u4KWRI4zEHQd9pBcy-4w/c0x00000000-cc-rp/photo.jpg','16590124370714063921',43660),('AbFvOqnXKgJipbHaxfGejsEhI0GYEFM5_FbNw8ACTs31fx6RWHwFdx0U6q5nh0_J3cC66nykUN_U9A','Thank you to JR the rad tech for such great care!','2020-09-16 15:05:25.832000','2020-09-16 15:05:25.832000',5,'Wyatt Ely','https://lh3.googleusercontent.com/a-/AOh14Gh5PoBgKp1KF-TTCf43ew6sP0dV7qwPHBB1ypI4=c0x00000000-cc-rp','16590124370714063921',34161),('AbFvOqnXkozvs4UCj5FotNwRGpfA6oYGN9sfio2Y00XEkFuyclEfNkAMweF7k0FWidpR203icxMO3Q',NULL,'2019-11-03 09:18:12.500000','2019-11-03 09:18:12.500000',5,'Jasmine Ross','https://lh3.googleusercontent.com/a-/AOh14GiLhTltLaMWuxrLTan-E526mlyVeJWvp37YR1Ci=c0x00000000-cc-rp','3272657195432704501',39782),('AbFvOqnxKxvL4fHd09cUAm01BUbnGgL_eO3uJua5Vz98ZIY-8Y-RW8HRNjsinemXX8iZZjw98qMS','Website says no appointment necessary for a Covid test. Drove an hour and a half and was told the next slot available was 10 am the next day. Drove an hour and a half home. Thanks for not updating your website and wasting my time and money.','2020-06-29 14:52:48.088000','2020-06-29 14:52:48.088000',1,'Mike Oliver','https://lh3.googleusercontent.com/a-/AOh14GjFY2xxfnH8s6CR-8Dhj4VXexk5a8dLpiktdaa0=c0x00000000-cc-rp','16891069708558046635',35863),('AbFvOqnXLfhbHbDHS7__QGt18mqF6QgFj0BwBPcVKlfEJFATYs12jB2Oia_eI7D9MbtajKK1E-TG4Q','These guys are quick and professional which is great if you have a busy day and need to get something taken care of in a pinch','2020-10-13 15:35:52.410000','2020-10-13 15:35:52.410000',5,'laughing jack','https://lh3.googleusercontent.com/a-/AOh14GiiE5NJNy_b6iFMFqVTReI7ikGUciS0rL_wUIR3=c0x00000000-cc-rp','2694018788013845459',38926),('AbFvOqnxm1t2Z_wGLtDceFfck8F8P28pUv5wCCJzAaHHQJ_wEm9clKwrZU-sIlFBqbuP2pIGjyz6_A','I love this place and they are so nice. As a healthcare worker, I’m not always the easiest patient but Tyler, my nurse and Courtney, my tech, and Dr. Wang made it as easy as possible! Thank you guys!','2020-05-20 23:00:59.681000','2020-05-20 23:00:59.681000',5,'Sanquetta Hallbrooks','https://lh3.googleusercontent.com/a-/AOh14Gg2Yc3ZHRBZGt_W1_PcernXKiovn7qyRk62k6PIxA=c0x00000000-cc-rp','17898197009688164559',37612),('AbFvOqnxMcg_bgcxpLN60gsVBW0Y01ZcB7f3dDnlHhYlJf06icvr141YGZtOv5lGhqwNnmvtNn7bZw','The service was great, fast and painless. The staff is great and so was doctor Das, I would recommend this place!','2020-09-11 23:25:16.941000','2020-09-11 23:25:16.941000',5,'Milton Largaespada','https://lh6.googleusercontent.com/-zwlEXqidLHw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnN_qiGNt2EeexzpK3sj6W-MV-_dw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31672),('AbFvOqnxMPmhvL1AR6Igpxl7VWnKLR4d8GmkVGdCztwvPKChusg376cHl-SXnRf-lt-JMeXDONCW','Everyone was nice and there was zero wait time.','2019-10-19 02:59:57.243000','2019-10-19 02:59:57.243000',5,'Kianya Comer','https://lh6.googleusercontent.com/-jJCAZ303r48/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmehZ9MyQ9xSaRGbE46f-m2oYBjwA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39236),('AbFvOqnXmqh33oX3tqXj8rJt3hYNP7bTQ8QLZxzFOayjBEb8Yimh4ZrafIhutL8kqLoymZ2cqkx7dw','Nice facility! Nice staff everyone was very friendly and helpful.! Also free food lol Will definitely be coming back when I’m not feeling too well','2019-06-07 16:19:08.461000','2019-06-07 16:19:08.461000',5,'Sean Shelley','https://lh3.googleusercontent.com/a-/AOh14GggixvLO85ye1F4yGifiQTP9Q_YNaAB60GwUGStTQ=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqnxNp8S73F3o6mPrXY3TGf9wy0FbgQB69qfPDDFAsY1a6ZMx7rjP41VjZsLJ78oKlSFfFuI-g','Easy, fast, and very helpful. My go to ER.','2019-10-09 18:20:13.693000','2019-10-09 18:20:13.693000',5,'sam cure','https://lh3.googleusercontent.com/a-/AOh14GhdRVsV0yxJOzD_KzADSCGBALDL-_1d4_DGkUNg=c0x00000000-cc-rp','16891069708558046635',36117),('AbFvOqnXns5toOySQ-furBmDix0Ph_6BzaOUnxbxiYGrYoSlhI6PZbakftlLVEChMz469GkpsF91','Great','2020-02-15 03:41:20.159000','2020-02-15 03:41:20.159000',5,'Courtney Morin','https://lh5.googleusercontent.com/-wEOec_7X4NE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnzFxRfzbc8Enev63ZQ4AqMFOV71Q/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29430),('AbFvOqnXnYjKaJifiHPbqQv5PYD3p8QRLNGbowwRuG9yI4dgFXpsgszEjh3ASlKrcCM3D8fVf7YLCA','I was greeted by a security in the front door and then proceeded to be greeted by the front desk and kindly told me she would be right with me. I had an appointment with them, so filled out some papers and waited to be called. Front desk came out and told us our wait would be a little longer because there was 2 emergencies ahead of us. I appreciated her communication to us. The Place is very neat and plenty of hand sanitizer around the place.','2020-07-09 17:24:53.511000','2020-07-09 17:24:53.511000',5,'arlene franco','https://lh3.googleusercontent.com/-t2Uv2u4HKmA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmNRrznvb_7QhfNsioR5-9FQikH_A/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40245),('AbFvOqnxoBM3l6wIiUY9BxcZbRxM82NrU_Kza062yY0LZ-gXfk5qfGJkaHZISnP30_wE0NbTroUNnw','Took our son in on a Sunday night. He was seen very quickly. Great care by Dr Diaz and staff. Would come back for emergency care.','2019-09-30 02:07:14.909000','2019-09-30 02:07:14.909000',5,'joe keeler','https://lh3.googleusercontent.com/a-/AOh14Gi62pktO2ZLlCaAoFW9kZp0NvN2ItExIFH9pqFb=c0x00000000-cc-rp','13486358490203335051',29641),('AbFvOqnxP53RSHGYxDHDcGBQvr8uwZ3jfu21jPJO3BaYEX_RMS14CnkILaADCVmbOpXKSuI1KmmggQ','Friendly staff, clean facilities, and quick service. No long wait time. Was helped right away. My daughter was called to be seen quickly. Lobby is comfortable if you are waiting on someone. Dr. Kotey, Sindy, & Emily were all great! I would definitely recommend this facility to others.','2020-02-20 01:58:11.862000','2020-02-20 01:58:11.862000',5,'Christon Benford','https://lh6.googleusercontent.com/-Y1pNLbdNcE0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckb9j-M9yFpUQf0dDBTIIeJSWMbrg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36622),('AbFvOqnXpGpd6WIGxdz2nJ1Dj4bji8hWrBrZ1X1Tdny_BaneVjPoIThEE4E2InPktq6JzEXnl096','Fast and efficient care. Kara is an awesome nurse and wonderful with children!','2020-12-20 02:20:17.161000','2020-12-20 02:20:17.161000',5,'Jonathan Bard','https://lh3.googleusercontent.com/a-/AOh14GicVl-k7NU-CvAukz2OQ_NTVL-m1zdKWhK5ixZN=c0x00000000-cc-rp','3272657195432704501',44651),('AbFvOqnXpJ0UCre9xNHbpjPirEqNCqRPWSfYu7I-3sPqnaYXG65SD_4N0aeNZw8s6r0iuCzW30BwPA','I felt so comfortable. I was taken care of from the moment I stepped in. I would recommend this place to anyone.\nthank you to the Doctors and nurses. I had an infection in my face so severe that I thought i would need to stay overnight. Thanks to them I was done in an hour.','2016-06-13 14:15:56.989000','2016-06-13 14:15:56.989000',5,'Indymany7475','https://lh4.googleusercontent.com/-qbJpWnWyRwg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclTwDrlHkcWKH7FSHeg1wGukqa4kQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31233),('AbFvOqnXq8BPxlEN4grUwvXmn3u9U6JmOi6HFYWVyBByYMTF8FIbvO6RTcmQZstyPyzoefE4IetL','I had an excellent experience with the team here. very good people. thank you for your great care during my difficult time','2017-11-03 22:21:03.074000','2017-11-03 22:21:03.074000',5,'Abdul Rafeeq N','https://lh3.googleusercontent.com/a-/AOh14GjDjPUDJ4LOXGYiff3_sJRV6EOUIIkxVEvQFqrQ=c0x00000000-cc-rp','8918455867446117794',43464),('AbFvOqnXQQ47rosC1Vk3N7d2vfxx4c0prYnVbxNwuAvH5XLzUvqNIW_96FDpNl9aevLFL2J3vjgMAQ','This is my second time at this location. Staff was super friendly and informative. Showed up early to my 8pm appointment and they were able to see me right away. I was out in less than 15 minutes. COVID results too about another 15. Highly recommend!!!','2020-09-18 01:12:53.404000','2020-09-18 01:12:53.404000',5,'Isa Morales','https://lh3.googleusercontent.com/a-/AOh14Gj_QdVz7CPdrrawXZS14V8ZGeUA32hQfy3MGLRM=c0x00000000-cc-rp','2077061009497551125',38532),('AbFvOqnXqrzDwrsEIZ64JT0ua-DnPDYrXZjFQ-vfTnJfx-qSAUW_tkCxJN4Gk0LhWoDQ_b8IM3lN','Dustin and Dr. Haynes did a great job, were able to see me very quickly and address my concerns.','2020-09-04 15:00:32.653000','2020-09-04 15:00:32.653000',5,'Matthew Harrison','https://lh3.googleusercontent.com/a-/AOh14Gi9Thaqmx49rBtRN0hmT_ocDAZJkA0hFbyBuKPPpw=c0x00000000-cc-rp','14748677429039074158',31709),('AbFvOqnxrpz7olHIIGLu5AXL102iYXmFFW_nzEGajcnpGnTQyXuqA8i2s_SvOEMBZvQL8VgYNn1ILQ','I had to come in and they were really nice and quick. Yoli and Lisa got me checked in quickly and Dr. Starr, nurse Savy, and Leah were really professional and listened to all my symptoms and treated me accordingly.','2020-11-07 21:01:30.979000','2020-11-07 21:01:30.979000',5,'Bryanna Foster','https://lh3.googleusercontent.com/-7AOLMGbyAZE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl50Ua2c5EEGvEAULY1KpGr2LBYWw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29271),('AbFvOqnxrxNkDIMqKWPReYwlmwyMSY1rO6lWR8A5iA5O4MF_uP-n9EUxLmNcnHc-75VLdRPmPbfCNQ','Great customer service, the lady that helped us was Dee Saldivar and she was so helpful and sweet!!','2020-09-18 16:03:35.976000','2020-09-18 16:03:35.976000',5,'Krystyna Barrera','https://lh3.googleusercontent.com/-iXLLZGN1pig/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTz5Waa8IxlIUhvpySZRm3cvrAKA/c0x00000000-cc-rp-ba2/photo.jpg','12541597562633926366',28544),('AbFvOqnxsiDexspTJlaBd6JRRq_hni58tpPOmJztsKOlb6_YuoTWvEix_c708nfE8gKT9gF6kF9kUQ','great service and super quick! nurses Gabe & Remington were the best! the warm blanket was awesome too!','2019-09-20 23:55:15.978000','2019-09-20 23:55:15.978000',5,'Morgan Dunn','https://lh6.googleusercontent.com/-95TduQI3Upo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckS14DUOZx5sVVg0TwHkqsN0QLpiQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34662),('AbFvOqnxSxzVwM1-5SBYJAwB0aAAOHZAsjMs6M5utMLirbJtOJD-wHrPufVVlXWnIeuCT51nxXz7RA','Caring, Clean, Friendly and very fast service. The staff on duty Mollie, Eric, Tobie and Dr Das was great!','2019-12-29 11:06:53.354000','2019-12-29 11:06:53.354000',5,'Briana Williams','https://lh6.googleusercontent.com/-ICu_1R26qMY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmuC6hg3bMU3tLTFE23Y0DCpb5Hpw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39731),('AbFvOqnXT2Q6BXV0TWt1bPDigFaDfVsdNwZO9T1exWT5GhdSwAYvivmCXCxL89AKQNue31h2vOfQ_A','My mom was almost fainted this early morning, we rushed to the nearest signature care. The Doctor, Dr. Orthis and staffs, Christina, Tino and John are really professional. They gave her an exceptional care, checking everything to make sure she is OK before discharge.','2020-03-15 17:15:05.450000','2020-03-15 17:15:05.450000',5,'monica pricilia','https://lh3.googleusercontent.com/a-/AOh14GgGEj5HsckdbUOwrFOXkn0S0o71o3OI_CUCTlu2=c0x00000000-cc-rp-ba3','12541597562633926366',28635),('AbFvOqnxTL-uGtZS322PZ5RSAWjfs-A_UP9KIMh7CC04AViBQ7QjBi4sgLuj--BhGXRzuYnIcDI2RA','I had a misunderstanding with my bill from SignatureCare Emergency Center about a week ago, and after posting a note about it I received two calls (one from the medical director) explaining my charges thoroughly. I was more than happy with the end result, and I felt like they were up front and honest the whole way through.\n\nI wasn\'t expecting any follow-up, so it\'s sure nice to see that this is a place that not only offers great quality medical services, but also outstanding customer service on the back end stuff like billing.\n\nI will definitely be using SignatureCare Emergency Center in the future, and I highly recommend others to as well.','2019-02-04 21:56:15.284000','2019-02-04 21:56:15.284000',5,'Fraser Wayne','https://lh3.googleusercontent.com/-5ToOcX7hMZE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnUAQlulq5LXrGySRKgRRdwB2sgIQ/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40649),('AbFvOqnxTwvJeb7m7Q_h5mEjUBb00nN9RDcRgBsBPt53d7qCW7x5h5NjZ92if9xeDL4SR6sdMtEQVw',NULL,'2018-01-27 02:26:35.466000','2018-01-27 02:26:35.466000',5,'Mehgan Orsak','https://lh5.googleusercontent.com/-j3pXQ_HjYuo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclyN5jJQsDufTAdpScoB1hYhIcgag/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35319),('AbFvOqnXTzfv6NkoCGhw0kaAkaUbO6YU28ba6RWyUf1P_Zo6GADNvTbWut2cMrpXi5l3tZeHxpKQpA','Excellent experience. Good patient care. Thank you JD, Cody and Sam, my son appreciated.','2020-07-28 13:39:50.943000','2020-07-28 13:39:50.943000',5,'Isis Sosa','https://lh3.googleusercontent.com/a-/AOh14GjvWRk5Y8iNerdGJkKx3pEb3dl09eH-lC8jG4mP=c0x00000000-cc-rp','2077061009497551125',38739),('AbFvOqnxUScLJHRqlg_PfundKWPEkMGX8oT-ct5bWssekjRnCXeZ3RlIiuRtjfq4WzKYJAoRIzFb','Great service','2020-10-09 16:59:57.160000','2020-10-09 16:59:57.160000',5,'Kevin Mcalpin','https://lh3.googleusercontent.com/-4maFOc0x_Q0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclA_bse-fmlDkuGrLj8dyE6z6WzfQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37516),('AbFvOqnXV-m-KrrRak8vjvWUfRdJSM0Ove6ULp8Hb-vzmAsLRcJdmQxOUCuUxF5yQrOT7WEO2h-F',NULL,'2019-12-20 08:00:56.914000','2019-12-20 08:00:56.914000',5,'Maya Duarte','https://lh3.googleusercontent.com/-kmcbR030gBE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxybFuEqiBaqc0ZdXyLkCqIf7s_g/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29525),('AbFvOqnxV35rmOKD2rvJD3tu5p5WacJWQt2eOb5-3YhPdHK2sc1oiuC3eC2L07U4eihRoHc7HiYw','Very nice made me feel comfortable with testing. Will definitely refer others to clinic for health care needs.','2020-10-30 14:41:27.048000','2020-10-30 14:41:27.048000',5,'Angela Neal','https://lh4.googleusercontent.com/-fG-xBcpU3Q0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclVJkDse9zzIXmeYtu8u69nIw5sLA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35660),('AbFvOqnxv9xY0fADlVLIjDXhxHdmtMeutV2S_RqL9J7a7YL426M8kg9AjWI8WLj9NK8ndxMfsygV','GREAT! Very professional & excellent attendance! Were caring and attentive to my needs. Rad Tech David, Dr. Huerta, ER Tech Andrew, RN Kim, Registration (Front Desk) Maria & Shania were all very caring and respective, treated me with professionalism & courtesy. I will recommend Signature Care ER Midland to all my family & friends.','2019-07-29 23:57:46.939000','2019-07-29 23:57:46.939000',5,'Samuel Fuentes','https://lh3.googleusercontent.com/a-/AOh14GjIfv2FGzVSIitNI9OWn4kTuNlY__r5FFOlpSdKBQ=c0x00000000-cc-rp','13486358490203335051',29717),('AbFvOqnxVce7ujqRoo_5vanWUVhpswn25lJS5GpOObYRcyXZb6ntwLXw58PEOFT3u2cvVks1PU1_4g',NULL,'2018-08-05 00:17:35.754000','2018-08-05 00:17:35.754000',5,'Billiejean Cleveland','https://lh6.googleusercontent.com/-6f4-qcU7lP0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucltrqViWPpj3c2C2_in1JxgNogUjw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32559),('AbFvOqnXVp6RQBUx6N7qDw1l2bzxUAcTF0m_A19-CP04IzH151fwq0ltO--ZNaK2aP6ZY1SDsbpTzg','Between nurse Kristina, Dr Zhen and Dr California this couldn’t have been a better ER stay. It truly is concierge service for the same cost to your insurance as a large hospital facility. From the warm gel for an ultrasound to an offered warm blanket, this place does things right when it comes to keeping patients comfortable during their stay. Not to mention, each staff member displayed great patient care and concern. I was never left unattended for hours or had to feel like I was just another number in a great sea of people to be cared for. They individualize patient care and do an excellent job at being attentive to my needs during my stay. I’m extremely thankful for the staff and to the amazing people who have given patients (like myself) the opportunity to be cared for without waiting in a long line of sick people, or feeling forgotten about in one of the patient rooms. SignatureCare does patient care the right way and I’ll never be seen at a different ER.','2019-12-28 12:26:02.493000','2019-12-28 12:26:02.493000',5,'Mercy Hoang','https://lh3.googleusercontent.com/a-/AOh14GgW80wHy9l_NPHEGlIwsHso3qRWZDfK5qGLzuy8YQ=c0x00000000-cc-rp','12541597562633926366',28893),('AbFvOqnxvtsmP48FP_JCnJyJYguQ88Cgwl7rCkjHDs7YPrI7Cmr7AyF_paJ57uUI8Q-i-N2AmTxP7A','You can\'t find another ER that will go above and beyond for its patients like the doctors and nurses do here. There was no wait time, quick access to X-ray and CT, and the staff genuinely cares about the patients. Even once discharged from the ER, Dr. Braun and RN Melissa still willingly went out of their way to follow up and listen to any concerns and help set up appointments with necessary specialists which otherwise could\'ve taken weeks.','2016-02-08 03:34:20.287000','2016-02-08 03:34:20.287000',5,'Brandon Alred','https://lh6.googleusercontent.com/-Gax9Q5Ttk3c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucklbtCbRZdHvlMlNzXxy1-8iUbRHg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41254),('AbFvOqnXwbI4gpQ6gwcMyJ1WshXtoNq5JHigkU239jErDed6XYgcLwxNw-het06bZLWExhGQtNxlow','Great service everyone is very friendly!!','2020-12-23 22:04:11.404000','2020-12-23 22:04:11.404000',5,'Genesis Rodriguez','https://lh3.googleusercontent.com/-t-oGa521_20/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckATIVpx2N5fBtHQE-KXKNEy8p6aw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',43747),('AbFvOqnxWPystB__8xAaJChfwoL_K6eilkUA8hGywYNVD1LjkOUryYy3xShAUgUmxHmAe5Nb89g5Mg','Service and staff are very friendly! Doctors are very nice and do care about the patience. In fact we returned (bad luck us first mom second time mother in law) and service provided was the same! Highly recommend!','2019-09-21 16:40:36.768000','2019-09-21 16:40:36.768000',5,'Carolina Zambrano','https://lh6.googleusercontent.com/-NcAMGOOeuNA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmN_p8v3q1Bw92MUd3JTPjuhxsSnA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30448),('AbFvOqnXX-hJLag3uYn4ObfYqC9rcTt7MfO9qOApQRKrm45pD4fDVYcXCTQZG3ERaV3QNOtoUawuIA',NULL,'2019-07-03 01:07:58.472000','2019-07-03 01:07:58.472000',5,'Kheeli','https://lh6.googleusercontent.com/-vQcyBSVPs8c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmizM_q6xRcUuz0A1ssylxcYFlw8g/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34789),('AbFvOqnxXJn5DuxsQmHMG5xHARCu8D8M9g-h-NqQWzScXtUP5YulPPsP_w30OeZDjoIB1rwJxFgSVg','I love this facility. The emergency room is very very clean. They have an awesome selection of complimentary goodies. My son and I both felt welcomed. The best part about it was they were very quick and got my child taken care of. You guys are awesome and will be my go to emergency clinic from here on out. Thank you all so much!!','2019-09-27 12:11:59.939000','2019-09-27 12:11:59.939000',5,'Yokenia White','https://lh5.googleusercontent.com/-Ih5_VuOpIcs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnhaz2VVhGiPzdT903Nm-uDDB8z4w/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37982),('AbFvOqnxxUpkKcBTYYs5CAGA0_7tKpVC43XftUZh3k-SHvOENZTLR3mPeMzT_ecbIVcAHBrzL7F65w','This place is absolutely the best medical facility I have ever visited in my 52 years. Dr. Patel Was amazing. Lisa my nurse went above & beyond her duties. Great place.','2019-05-01 11:40:20.598000','2019-05-01 11:40:20.598000',5,'Jeff Duke','https://lh4.googleusercontent.com/-xzMmntW05CA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucngrQzNA4luGS-zb5pyPqVu_zvjTQ/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41747),('AbFvOqnxXv-yHExVYKTVFws2Tuakd-Yuh1u9cWKrYJBZ_le0BPBzgYZuIkAx-t1M-dXPZds9JQjN4Q','From the minute I step in i felt very cared for staff greeted me and pointed me to the right direction. I really loved the fact that Amy was able to get me through the registration process fast which usually takes long.irving was able to let me know what pain I was having while doctor faig helped me back to health in all I can say I had a great experience truly a good place to visit for any emergency','2019-09-13 01:57:50.531000','2019-09-13 01:57:50.531000',5,'harmony olatungie williams','https://lh3.googleusercontent.com/a-/AOh14GidlFJALGGavUm1SR0DOliZpGs7-0B3YnpMPyMc6Q=c0x00000000-cc-rp','12541597562633926366',29026),('AbFvOqnXy7iEbo-WLyHDm5qEQu16QHg_dfBZG7Ub_XYuMiDi-4HBtTUEmniBDx_K0zpCa1WNXPdrIA','Dr. Ortiz, Alvean, Grace and Genesis were all really helpful and friendly ! The service was thorough and quicker than most ... I recommend this er to anyone!!','2019-10-27 20:43:56.749000','2019-10-27 20:43:56.749000',5,'Jeaux Lawson','https://lh5.googleusercontent.com/-a-HYX-l2sYY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmwIocPIBjbZp9dnCbRixOeTHefpA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33811),('AbFvOqnXyiPKS65NyhdQdFTb2KlkeW_YBY1n2fBH8Mes86IkiB12GXTCcAuv2q3cfdub7szRt6J76A','Great service, staff was very friendly','2020-03-13 01:08:28.803000','2020-03-13 01:08:28.803000',5,'Durrell Edinburgh','https://lh3.googleusercontent.com/a-/AOh14GivSnzMjeG5qj9uTUPHFSu9nbGIFuf9hjQW2xuKig=c0x00000000-cc-rp','17394740196501090048',36593),('AbFvOqnXYK3qiwmBlSfYskIrEh_k4sLlH1zjmKMA_4sgoHzHIzDRqpN_Xrk5_c7MuOnPtPLf8S0Viw','This place is great they are always fast super helpful and so attentive.','2019-04-28 01:48:06.336000','2019-04-28 01:48:06.336000',5,'Corrine Holeman','https://lh5.googleusercontent.com/-C45laJyAXDE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnfE7XU3UjXiUmD6apiAQT9fuwdtQ/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29866),('AbFvOqnxYLdNi44cb1zA1raf9jAgiQ0UVWOOXY5VvpLgDnHiXaPH82Ct4O9axstbejeI4f5vFMUkdw','I love the staff here. Excellent care! If I ever need medical attention again, this is where I will come. They are so very friendly and offer beverages and warm blankets. Very professional and courteous!','2019-07-17 16:58:58.752000','2019-07-17 16:58:58.752000',5,'Jennifer Gonzales','https://lh6.googleusercontent.com/-SahTKQdZjhU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclWR7rAg0CLAJxqDcSfW0kATeD_mA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40487),('AbFvOqnXyMKUyTiMk8_7Iq4orAA21UsjdVJq1_Qfy3oR6kdvsDUgOqcJosCTRLiZhbSlpxNM6w6V','Great experience! They got me in and out in no time!\n\nAnthony was very helpful in letting me know what was going on.\nNatalie was a joy to be around during my imaging!','2019-03-25 22:54:04.174000','2019-03-25 22:54:04.174000',5,'Elijah Denham','https://lh3.googleusercontent.com/-OBBoMPBDyJs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl4VkA1OwO_iuvVrZj_FT6WuPro8A/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34944),('AbFvOqnXYmy33M-C8cFOVoMpPLt4nuHv72HXhSD6WXKrdeId1GhkcCvQWTsEjqK6hkSva2rylY3w','Very friendly and attentive staff. I was treated by Anthony and Dr. Vakey - both were very polite and made sure that I was comfortable. I always have a good experience when I come here!','2019-03-04 22:59:38.183000','2019-03-04 22:59:38.183000',5,'Allie Perkins','https://lh5.googleusercontent.com/-i2MeIuDOyqs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckJ6YjeHGwAQHxLfWSVNXCqQUnLdw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34975),('AbFvOqnXZo9W5LTAqQbHwc6CnZ8jmIzhB0-EkqsFNN731pQhgvpA_RdRGhjL6WJAwDEHKZbqH5Elrg','My experience was beyond amazing. The front receptionist Emily was so nice and knowledgeable. The entire place was very clean and comforting for a ER. My nurses upfront, Kat and the physician Dr. ELSEBERG were some of the most polite knowledgeable and comforting medical professionals I have had the pleasure of receiving their treatment from. More medical establishment should practice medicine the way Signture care does. I can\'t say they were phenomenal','2020-06-05 20:25:39.491000','2020-06-05 20:25:39.491000',5,'Alyssa Alcorta','https://lh3.googleusercontent.com/a-/AOh14GijubzLgBOMKxjRcRh-rr9QyLAh45sXk4QVLX6EdOQ=c0x00000000-cc-rp','2694018788013845459',39066),('AbFvOqnxZQbVuovRqDS30WlTkDjV0VeH-FwV3gVQeAGeFf7q2lswl2epKj4aZx4D7pRDNPMRt25dng','Very good staff and very efficient, good service the nurses Amy M,Valinceia P,Julesia H,and Dalia R','2020-07-22 18:59:32.579000','2020-07-22 18:59:32.579000',5,'Maria Almanza','https://lh6.googleusercontent.com/-l6XzBiVMZJQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmRrXcVTfpTWklxfVvsqxTQ1qVg1A/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42986),('AbFvOqnXzqCishvIMJMHyLwoE-GXQo9eouhfcXITdxpNnSSEM30EKf0gWOhrKfjumidwBSfQZOJjmg','Everyone was very professional and nice especially Dolores at the front desk, she was very comforting and friendly. Made you feel at ease!!','2020-08-07 05:24:19.719000','2020-08-07 05:24:19.719000',5,'Alma Guzman','https://lh6.googleusercontent.com/-4vBvLTzn0Do/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck8Wf13akFKT4OK-bd7hIbIrzuClg/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32276),('AbFvOqnxzxAQ9rOAYoeNFAULwLLmLKU-I0fZFNDxdmJRjuKsG1vrwE5zdMhVxtKC_HeViHXGs9Ekgg','Very clean, timely and nice. Everyone was super helpful and nice to my little guy. The nurses helped him feel comfortable and the Dr knew how to handle 2 year olds....very hard to do.','2018-12-21 21:19:04.518000','2018-12-21 21:19:04.518000',5,'Alicia Wilson','https://lh3.googleusercontent.com/a-/AOh14GiznMM1XlbzGxiGOQrYsIzYeMqSnDwY2Cs05V9F=c0x00000000-cc-rp','17898197009688164559',38347),('AbFvOqny_4qkwKjx6vpzOE91Bg4IqNKqhaRu3na-Ahw4JtMmcMZeCHcc98VRxsprVmeCmjEkDIU77A','Bad service.','2017-12-09 12:41:07.570000','2017-12-09 12:41:07.570000',1,'Brandi Yana','https://lh3.googleusercontent.com/-gmuJxiQxr90/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckasSl17mznR4I43_oc31EEVUuKkg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37017),('AbFvOqnY_iciPwFh5ib_RK94iJgvSCo59pLRO4WVxWFY4xnYW70-7-8euJ1VbTEWB6DGFCl7jaQMpQ','Great experience from the moment you walk in it has a family atmosphere all the staff had a welcoming smile and was more than willing to answer any questions. We only had to wait about 5 minutes to get treated. Highly recommend this place. The great staff was Cristina and doctor Jones, Shaunda with registration and Linda and Christopher great staff all of them.','2020-01-12 16:37:35.564000','2020-01-12 16:37:35.564000',5,'Samantha Martinez','https://lh6.googleusercontent.com/-bCHWSHGn9Tk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucng3JvmcwENHGRcBO8w11Txka6Deg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36018),('AbFvOqnY--VSTkY8NMk_WiP_TAVfEJFCa94E3JoB2DAX9Hy4yk-0wEECXkwTZj1T6I_Cbp1PZirTJg',NULL,'2016-05-22 18:04:31.990000','2016-05-22 18:04:31.990000',4,'Teresa Larios','https://lh3.googleusercontent.com/a-/AOh14Ghcx-NRteaoGb0mM4XxFllVtfSigQe6X9p8Pn8IVQ=c0x00000000-cc-rp','17394740196501090048',37351),('AbFvOqny-3spivevgdQkt2Lj3zrUz0F6uogDSnzuvhlma5oAs7gPJzBAgzdJxQ3i3Bm1J4vozVND',NULL,'2019-07-12 22:52:26.047000','2019-07-12 22:52:26.047000',5,'Gabbyy mata','https://lh5.googleusercontent.com/-OKqQXCBoLYw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmPiAKezazCZDFbBPgOnOvvBgF4QA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38082),('AbFvOqnY-lUSWmndzPtc6NB5kiS08TRApt6_MR86C1GTcfbrGVNg1T394p5eWGNNHVdoGGaecehDTg','This place was great! We were called back before we could finish the paperwork, which was amazing. Our nurse Sarah did a very fast and painless IV stick on the first try - which something that is always hard to do with thin veins. The whole staff was super attentive and friendly. Thanks to Fatima for making our first CT scan not so scary. And Tanishia at the registration is very welcoming.','2020-02-07 05:05:07.410000','2020-02-07 05:05:07.410000',5,'Mike S.','https://lh3.googleusercontent.com/a-/AOh14Gje0bKHzxfh0YnP4HJhsSAseUfnvFGoL9Mjzog07g=c0x00000000-cc-rp','17898197009688164559',37715),('AbFvOqnY-Whd5zg1uebtChUl8XuJG-6RTJ9Z5p4GFID4OANGoQ1Vld8I0w8JH0SSHnM5fBKHt4TN','Great nurses/doctors and very quick service!','2020-07-30 18:17:21.251000','2020-07-30 18:17:21.251000',5,'CTX_ johnlegs','https://lh3.googleusercontent.com/a-/AOh14Gi94Z4bYNovZGc3st0OTocfq3Ihz98bDs64hPry3g=c0x00000000-cc-rp','16590124370714063921',34224),('AbFvOqny-XnVgEuH1O-VHKMgJIwXuacDphZLh3ecA0GKXn_SopeQC75bikNfJOijEnBn2FUDgZEK','I went to Signature Care Copperfield today and was pleasantly surprised at the personal care and attentiveness I was given in spite of all that going on. ( Covid). Both the Nurse( Kerensa) and the Radiology Tech ( Valeria) were AMAZING ! They explained each procedure and were personable and professional ... I went in with sharp chest pains and was in a lot of pain. They made the visit a wonderful experience! As did Dr. Thomas , I would definitely recommend the facility...','2020-07-14 21:57:12.170000','2020-07-14 21:57:12.170000',5,'stacee taylor','https://lh5.googleusercontent.com/-pr9Z7mO1254/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnkD9sFR1Xw-ighAOnN0sfYwlDyFA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37585),('AbFvOqny0kMNzL6dNvbuNQWyqBGfp5C8EQrCSlevqIdCI1UsG25D9MKVR6e_b8BN8zY7VULBJM6iGQ','Jocelyn A. welcomed at the entrance with a smile and reassurance that I would get the help I needed it and I did Alvean A. my nurse asked me what was wrong along with follow up questions which let me know she was listening and attended my needs once Dr. Patel came in and dissect the issue and was able to find a resolution. I would highly recommend this urgent care.','2020-01-22 21:52:37.717000','2020-01-22 21:52:37.717000',5,'Bpb Works','https://lh3.googleusercontent.com/a-/AOh14Gh0I21kFvJF-AX5vk9eWrX-YBYEets1VoDfJYUq=c0x00000000-cc-rp','16389487648212004696',33465),('AbFvOqnY0zPU9pph4jJXw4jd_iihIAiwi3rtLnzVKublwREGcXVssX-UPUtwfUfU6S3Acz8NKr4Jzw',NULL,'2020-12-08 15:44:19.716000','2020-12-08 15:44:19.716000',5,'MONICA BANKS','https://lh3.googleusercontent.com/a-/AOh14GgY9ITtcwEAC8TBQ8VKUHwc_uwKL_Hio87gpMmrrA=c0x00000000-cc-rp','17898197009688164559',37410),('AbFvOqny11gpXlc6d10Mi6wGMJpYuYl_QeijxAM2Zvk8zOcCaMk-LgBeJdIkudEbsL0Vqi3Z1_z2Cw','I came in close contact with a positive COVID-19 person. My employer was quick to schedule an appointment with SignatureCare. I was so scared driving to the location for the test, Literally in tears . But when I arrived , The front desk was so welcoming and nice . I was quickly brought into a room with my nurse April. April was so pleasant and helped me calm down from my nerves being so bad . I truly truly appreciate April for that ā¤ļøā¤ļø','2020-12-04 17:24:28.996000','2020-12-04 17:24:28.996000',5,'Carolyn Pena','https://lh3.googleusercontent.com/a-/AOh14GgdFp0_1LNctNQXoUqe21G_s91VnYp7IUPY85lLFw=c0x00000000-cc-rp','14748677429039074158',31294),('AbFvOqny1KvBXd8SsEFwqh14GimipmI9ZCxF-pouoQFFEeqg63iZhkTBjJhVD71X6DB49mMDmlBo','Alvean, Marcus, and Jordan are awesome.','2020-01-07 22:38:32.078000','2020-01-07 22:38:32.078000',5,'Laurel Register','https://lh3.googleusercontent.com/a-/AOh14Gj0_a1jMJgpHD32yzdnNYOxTNm-0i5f7Nwev59L=c0x00000000-cc-rp','16389487648212004696',33538),('AbFvOqny1YVhpsdua0InF-CJoFetb9R7TIZgim2r6sy-6OBhiDTPv26OmbATiJdYbpnuH5zRyfwZ','Great staff got me the help I needed','2017-10-11 17:07:45.936000','2017-10-11 17:07:45.936000',5,'Rosavelt Thompson','https://lh3.googleusercontent.com/-XwKpmiL01t4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmmVdeZsaSB81nUj7VYlrhJv8VpVg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30965),('AbFvOqny2ouWTtrduqnp5LdsGZHUhJrnOVEFqLbgA3IGt743pMtIeYxunWaKYUWmY1J86-u2_-5a','While in the Montrose Signature Care 24-hour facility last weekend for immense pain related to kidney stones I had best of care by multiple staff members during two shifts (I arrived really early in the morning and left at noon).\nThey were all caring and kind and attentive to my pains. I can’t recall a time I’ve been to any doctor, specialist or hospital visit where I felt like the staff genuinely cared as much about my well-being. Thanks for getting me through a rough night. I’m thankful I stumbled into this place and though I hope it to be my last visit at least I have peace of mind knowing they are there at any time of the day or night if I may need them.','2018-05-26 20:57:24.062000','2018-05-26 20:57:24.062000',5,'Charly Chauvin','https://lh3.googleusercontent.com/a-/AOh14Ggt8Z7QVtUEKGIPO1bbQ6D4cJ5V-uCO2rsgITtOGw=c0x00000000-cc-rp','3511292162159714121',40937),('AbFvOqnY2YqHyJWDUFtwCRXWRBTbv8ypDMYLyLfRpmk9_meRktEv9E4-kcn2zQ-Bmg6R4dzn3NRWPw','Best place for emergencies. Everyone was sweet, kind, and welcoming. Thankfully our reason coming here was not a huge emergency, but everyone treated us really kindly! We even got warm blankets! Price was reasonable as well.','2019-07-12 03:49:19.411000','2019-07-12 03:49:19.411000',5,'Sofia Elisavel Palacios','https://lh3.googleusercontent.com/a-/AOh14Gj4Z8MRGOonW7A9xT2ULyYAWNObDA2eMnXYvZo_7g=c0x00000000-cc-rp','17898197009688164559',38085),('AbFvOqny3dEIpzRHVlMRWizNK__zxPMmRYPu6xTdhS5Z6JZJpiIa5tWDuFch-_mRv6pEE-BLkKXn','Dr Daniels Elizabeth T Karen and Anastasia Took very great care of me I really was sad because I didn’t know what was wrong with me and they really made me smile and I’m in less pain now thanks so much from Jhonni Blaze @jzapalvonkrishna on Instagram love you guys','2019-10-30 08:15:48.205000','2019-10-30 08:15:48.205000',5,'Jhonni Blaze','https://lh3.googleusercontent.com/a-/AOh14GggqD7ckBVPDb1D-fKaWy-xbyHWmUMATxS9Ye3JWQ=c0x00000000-cc-rp','3511292162159714121',40391),('AbFvOqnY3VwuIm_6m_S5vkvLiy6soFK644fDLlgtJqK4RvJkjd0ccTgBOj_oeqOv3f5-VBfmf4gtiA','I came here after a car accident & was far better than any hospital i’ve been at. Pham, Sarah, Fatima, Daniel, and Tanisha were all very welcoming & helpful. Id recommend them any day.','2019-10-02 01:31:24.781000','2019-10-02 01:31:24.781000',5,'SSRKITTY','https://lh3.googleusercontent.com/-JcJuE2kDtHU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQv2Nmf7a_m-kZ8kYov_pW8KHdog/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37974),('AbFvOqnY4J6di9NYI7BHJCm6gNBXRuLA6d0PnkIfFD5ztezQgMxiRsjt7jdMm_gdxdXTIdA3GGcy','Fast and the staff was very polite. And made a stressful situation very easy.','2020-11-20 15:51:36.108000','2020-11-20 15:51:36.108000',5,'Aaron Morgan','https://lh6.googleusercontent.com/-DW4geNgp-QU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl9xec9OwHjYvVa2EClezB_410_HA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29260),('AbFvOqny5or5VFb-QOAuz_T-FtTS3hGtck4ZovuwIa3Gav1g9CLrlHzQue7Fxz5SYd0XNPkwbLSEag','Definitely recommend. Great staff, fast service and very thorough. As long as they are open I\'ll never go anywhere else.','2017-07-21 23:28:14.847000','2017-07-21 23:28:14.847000',5,'shelton stewart','https://lh4.googleusercontent.com/-eX2Uuv9lsbA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucka1p0f6keIeaJA2FIRYV7uOQ1PbA/c0x00000000-cc-rp/photo.jpg','3272657195432704501',40007),('AbFvOqnY6Jpa0JTxXLT6qAta3DqSBZUA6qafq6_r4RGyEwu0oPUOF2xEM4BIdxwoZ1LaeIBetxQfBQ','Service was excellent. Nurse Blake was extremely helpful. Dr. Dan was very professional. And Mercy did a thorough job explaining all the documentation and insurance information and requirements','2017-03-10 20:56:00.406000','2017-03-10 20:56:00.406000',5,'Julian Miguel Pilares','https://lh3.googleusercontent.com/a-/AOh14GhNvm2pDsk53PNVRVcP18eZ6pve7ZlZPWmy4WOX=c0x00000000-cc-rp','14904078213800803294',32715),('AbFvOqny7KDTLn2YlsFI1pegKEM1P42WGd5WKKWb00CrRe_h4MDpOCSZDGjbKuezOsrk4btIzXvS','Very fast and courteous service. Georgia was the best! She is very friendly and personable 😃','2020-09-17 03:46:54.214000','2020-09-17 03:46:54.214000',5,'Therese Trotter','https://lh6.googleusercontent.com/-W04uDrYqy8o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmYGkEWxSF6LDE5_wqL2VItIwtfQA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31641),('AbFvOqny8h-C0Rp2MpwK-a7tjFEnq5qkFpQxBGIwcTp0H72UrjA13cRb9lm6QidQi5akwi8gDWBXiQ',NULL,'2021-01-24 22:21:27.387000','2021-01-24 22:21:27.387000',5,'Archer Wolfe','https://lh6.googleusercontent.com/-9YSpUf99ScM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnnVAxNdcbsYRNMSDPwtGTusipd5w/c0x00000000-cc-rp/photo.jpg','17898197009688164559',44562),('AbFvOqny99QEjyA1bzM9yumLIBh7HKJR77r8iY3MW7UHMkfHkfMVHdu3s-ir25_xmgjiOPW4eiBj','Excellent staff. Thanks Ashley burton and erica and nich.','2019-01-10 18:06:53.139000','2019-01-10 18:06:53.139000',5,'Pela Covington','https://lh4.googleusercontent.com/-3eJAwljc6YU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckwe4jTJPcEcBQsX0WAbWMkEIooPw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42179),('AbFvOqny9N01wxZB8xYDgb2wctcM79jTq-osHDGusKJ5tjKNscmu3dUS4klaxMRoH9EkJ5NvQvBp1g','Great and friendly staff, Brenda welcomed me in and was very helpful. I would def recommend this place to family and friends','2020-12-26 19:11:15.910000','2020-12-26 19:11:15.910000',5,'Laila Suaste','https://lh3.googleusercontent.com/-ll6HTQ_QyU4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclrx8eKs6VBMKqOLhPt_uTYiYabqA/c0x00000000-cc-rp/photo.jpg','2077061009497551125',43887),('AbFvOqnYa3HNJNTYRkKm3RdnmosYzrn7SPUYNPNF09VDtX0olNG5ITh5r_NwA-hX3g7sCwYoQJDQdQ',NULL,'2020-03-09 14:25:26.384000','2020-03-09 14:25:26.384000',5,'La\'Tasha Carter','https://lh3.googleusercontent.com/-rpZvnmRZr9Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck6JB9uQCPjkwJiShk1DIaI4A1EtA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33281),('AbFvOqnyAPGTANWA6hYJugtygOIxwUlCyVjijE7me32jLe4GY-wmZjc3l_tbXX2LznkI5YSTFp43wA','They saw us very quickly, the doctor explained the issue thoroughly and in a way that was understandable, and the staff was very kind.','2019-12-29 04:51:32.832000','2019-12-29 04:51:32.832000',5,'Izzy Bell','https://lh3.googleusercontent.com/a-/AOh14Gi2CvtyETLmrj20kOz_gTY3co3ssE8zRxo1smy0Lw=c0x00000000-cc-rp-ba3','13486358490203335051',29501),('AbFvOqnYArqj5EGB_-dFr_99JevGqzpu-kBbZpPfU5buK10_c3gi9SyyrSwVp5p5ppm_qcjqAud1RA',NULL,'2019-12-02 21:35:36.406000','2019-12-02 21:35:36.406000',5,'Erika Dre','https://lh4.googleusercontent.com/-HfN0uqrLL20/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucknJEJNzuLRy-Ta1xu0TB3lQRcd3w/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32402),('AbFvOqnyaTmsHiFaX7tKgJpnGW24hyRrYXKTlOJpFDqE30eGkG_e086zj9awb1zVfkif656A5JBQsA','I was so happy with my experience at Signature in Lewisville. This is a great place and the front desk staff know what they are doing and are very helpful when I asked a million questions. The care I received from the nurses and everyone else was quick and efficient but they spent time with me even though they were busy. When I was ready to go the manager Gary stopped in and asked me how I was doing and if I needed anything. Glad I went here!','2020-07-16 17:34:10.991000','2020-07-16 17:34:10.991000',5,'M Parsons','https://lh3.googleusercontent.com/a-/AOh14GjLDV8zeeOSRMSvewwOU2PdE0AGbQJJih6TJAQnFg=c0x00000000-cc-rp','14748677429039074158',32024),('AbFvOqnyba3_HPLYSXirT1xMoYmM8SF-k0swcQYcjEs9P5Y9Xq4q2vAn9Tmf0WEVyEGoYm_joGFc1A','Awesome! Whole experience was greater then great!! Dr Lim, Ekaterini, Jordan, Valory and Krisandra were amazing and professional.','2020-11-09 16:24:49.464000','2020-11-09 16:24:49.464000',5,'Kathy Banks','https://lh3.googleusercontent.com/-eWDFDmIQBsM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnRWEguB07coOAiS_rne1C-JE_MlA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',32961),('AbFvOqnycFp6VFyiiNjudGZTJ75Is_Y9-pcu1E8IB9_3EWbrVZAYxSPS55XORXaTW8GknpumQGHaQw','Absolutely terrible. Save your time, even if it means going to an urgent care further away, and do not come to this urgent care. I had an appointment for 8:00. It is currently 9:15 and have yet be put in the waiting line. Staff got frustrated when people were growing tired of the wait. All in all, won’t be giving this place my time or money again.\n\n-Update-\nWell. The good news is I eventually was seen by a nurse. But only after reminding the lady at the front desk (who had forgotten that she had called me) that I was actually here, who then felt the need to ask a security guard to escort me to the nurse. I arrived at the Center at 7:30 and left at 11:30. Website clearly says ā€œAs always, the wait time at our emergency center is 10 minutes or less.ā€ Don’t blatantly lie to earn someone’s business. If you’re reading this review because you’re at the center, good luck to you.','2020-07-17 04:03:00.371000','2020-07-17 04:03:00.371000',1,'Calvin Atkinson','https://lh3.googleusercontent.com/a-/AOh14GicK-YxUWl0TcGnYAvbqwl5i-wIY_t0ISgUzLU6gA=c0x00000000-cc-rp','2694018788013845459',39038),('AbFvOqnYciL262DTNe7XWtww_O-ZReSIz7KrPNWAwWrlMGdo6FsviAxhvJOaegNRm5H62z2ztA53JQ','Upon arrival I was greeted promptly and with a smile. The wait was not long at all before they called me back. The nurse was very sweet and attentive and she listened to all of my complaints with sincere concern. The Dr was very friendly and knowledgeable and made me feel very comfortable. The best part was the warm blanket that the nurses gave me while I waited for my results. They were very thorough and performed every test imaginable lol.... I liked that. It’s a convenient location blocks from my house and I will be going there instead of the ER from now on. Highly recommended!!!!!!!','2020-10-20 14:46:10.315000','2020-10-20 14:46:10.315000',5,'Jacquelyn Walker','https://lh3.googleusercontent.com/a-/AOh14Gj1H3U9R_VA6kEvRWi548JwHfOOgcWX8Pm7Z4rGtg=c0x00000000-cc-rp','14904078213800803294',32210),('AbFvOqnyckDUd6NAx1KE_hy0nZvqC4hUVITnA1tpAY6Ao9N1TIf0qzx6SKNISuD7XbGGJYcSjrKA6Q','Lizzie was prompt with the check-in process and there was a warm blanket waiting. Rad tech Eve was funny and friendly. Nurses Dawn and Agnes amazing , and Dr. Faig great bed side manner.','2019-07-08 20:12:24.492000','2019-07-08 20:12:24.492000',5,'Walter lafnette iv','https://lh3.googleusercontent.com/a-/AOh14Gg3Wv7fEVdUNTp4WKQHnDhq2NLq6dcNBlYyQvPvrw=c0x00000000-cc-rp','3511292162159714121',40500),('AbFvOqnyCyGUtu7fVOkJk3SU6h1eBv8UKYN3SdTJt6tNocoAzpIY7pIJcjJwHdFyXCksQmGo9Feb',NULL,'2020-08-04 16:19:01.049000','2020-08-04 16:19:01.049000',5,'Brennan Mckinley','https://lh4.googleusercontent.com/-PulsY_2azy4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2KCQEMcvils-KxQCZQQ_Ow6DFhw/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29330),('AbFvOqnYd6TXCHcH1VfJyiJqDxRATVPfq3Ml9czDrnTN3v74h1M4CYm3XRhx3Ye1UifCsSoHdcw7oQ',NULL,'2020-08-17 19:39:06.305000','2020-08-17 19:39:06.305000',5,'Sidney Lartey','https://lh5.googleusercontent.com/-5g47m-nCQZo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck4yHHK6vxQA-vXqYlZGvLJ_a_Rjg/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38582),('AbFvOqnyde5S573Z8mFu4d3hyimXKnAx5z9pykvksjQoLmrxXmZmo59dr9tcJ4eBHIG7ehbHoEOqlw','Fast service, friendly staff :)','2020-12-07 00:53:20.558000','2020-12-07 00:53:20.558000',5,'Makayla','https://lh3.googleusercontent.com/a-/AOh14Gi5qnb9vf2rgWXAJ6fI0R_3Sb1XX9RsSMAk-A20eg=c0x00000000-cc-rp','2694018788013845459',38865),('AbFvOqnyDFqQ83_j5-XXTCMz0yXRuIv0M8jcuQfoH0qdebpX-MSuLWYy3xEENkmCTYHCS5GMC4Ax','Had an amazing experience. Nurse Fonny was so helpful. She made me feel so comfortable and relieved. Ladies at the front desk were also welcoming. Doctor was great, he took care of me right away.','2020-10-29 18:02:59.221000','2020-10-29 18:02:59.221000',5,'A Google User','https://lh3.googleusercontent.com/a/default-user=cc','14567670160750071148',30036),('AbFvOqnYdz0kPLZIVITOM4BrZnTAhTdz-CukLvrSL4wnTgsLev8ST7y3YmGG319CTAujd87YXqxGJw','Recent visit\nThis was my first visit to Signature Care and I can say it was the nicest, cleanest emergency center I have ever been to. Everyone was so nice and the service was very quick. I will recommend this location to everyone I know in our area','2019-05-10 00:45:18.685000','2019-05-10 00:45:18.685000',5,'Life of Jordan','https://lh3.googleusercontent.com/a-/AOh14GihbnPizekdqDToJjzk6Guk3-k0OCGqM4zTMFdw=c0x00000000-cc-rp','17898197009688164559',38190),('AbFvOqnYDZ2mN6cqs6CrK5X57RIgA3PnOH9khelH7-4XvhR5GyQcvBe9ffQ8booBIK5qBPcpywn7Cg',NULL,'2019-06-23 22:52:37.702000','2019-06-23 22:52:37.702000',5,'Jason Arispe','https://lh3.googleusercontent.com/-CTSY-y84nY0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnZI-Hnq-BRtBBpXYt1b92n6UB3rA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38123),('AbFvOqnYE48LzZflO1pul4swF4te4R6dKcmOlz-nERaNlTIZ_L0w1Esn5yZE2WwF2ePoVPkpWn17wQ','Great staff','2020-08-04 20:28:11.443000','2020-08-04 20:28:11.443000',5,'arash saberi','https://lh3.googleusercontent.com/a-/AOh14Giqutn-QQJeVnhFcNqzryHhjfRDeo_jtD9YSho9-Q8=c0x00000000-cc-rp-ba3','2077061009497551125',38641),('AbFvOqnYea_ed7-FHnaV0Bq5XtcjAqkXaSlwTb3H3SCcLxSfD-e81B8yLJ7vpZ01lx-kiIlf_BL7IA',NULL,'2019-11-22 01:40:03.074000','2019-11-22 01:40:03.074000',5,'Angelina Jernigan','https://lh3.googleusercontent.com/a-/AOh14Ggdr_MnSCgF7vUxZdy2coAvlRhXdGNTUjuhH_sG=c0x00000000-cc-rp','13486358490203335051',29575),('AbFvOqnYehfpLB6rzBCIFdgNkLoue2DR_fwnx5fEZCpNZRZXXwioHdsvYDDlPIasXK7BeFdWHStUKg',NULL,'2017-04-20 01:58:50.552000','2017-04-20 01:58:50.552000',4,'OLIAS MUCHOW','https://lh3.googleusercontent.com/a-/AOh14GhJiwAWY__wSF6jjHLeB48Ky_5iwzIxAu37KGg81XE=c0x00000000-cc-rp','3511292162159714121',41068),('AbFvOqnYfhXSk_7xT3weTN5g-p-7sQCWACLH5GimJM8yvVtFdko3BlJa1C0GdwDxEa4oMwRwPWbUBg','By far the best experience and most welcoming experience I have ever had. Robin, billy and Courtney where amazing. I sure wish the government would let me choose this as my choice for a emergency room. Even though they didn’t take Tricare they where so nice and have simple payment options thank y’all soo much','2019-01-22 08:41:19.399000','2019-01-22 08:41:19.399000',5,'Brian Austin Graves','https://lh5.googleusercontent.com/-pLqwtPJYSy0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckGPfwj3ZbrC9Sblak2gYOl6nQLtA/c0x00000000-cc-rp/photo.jpg','8626688543755174284',42173),('AbFvOqnYFRKiNMhurW7GKa6dK081KL3vg5CzUEE06pDOiFGUUy4kvdxzSgHqxf007cB79yWoEYDqrg',NULL,'2017-06-11 00:59:00.958000','2017-06-11 00:59:00.958000',5,'Gregory Hughes','https://lh4.googleusercontent.com/-Whh-nG8qwEo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckEp9F-ZEwoii3wiEdewN9MjIIjjg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35420),('AbFvOqnyFSbFxd6Rx-kFf3cN84E53m2DdEvruA3m6QJp7iZ_90MkD6z45lnQ1M-9g_yZ26tzeOI8-g','Excellent Service!\nI took my son here and the service was exceptional. Amazing staff! Keep doing what you are doing!','2019-03-25 19:20:29.588000','2019-03-25 19:20:29.588000',5,'Ndegwa Wangire','https://lh3.googleusercontent.com/a-/AOh14GhbITiVFOvwXsH6W9W4Wb5snpAC7_N-ZyVbiEnr=c0x00000000-cc-rp','17394740196501090048',36804),('AbFvOqnYGcWJ1t6SquGOpajM4eXnho8yni5hj4kTu2QVFhwUHjsyxn6t45s8i6AEA_Ke6ot546J-wg','Came at 3am for a laceration. Dr Sylvester and his staff were all really nice and helpful, especially paying mind to cost and insurance concerns which is greatly appreciated. Couldn\'t have asked for a better experience for a midnight emergency. My first time writing a review cuz they deserve the 5 stars. They\'re open 24 hours btw. And they took my Obamacare marketplace insurance (united healthcare EPO).','2016-12-21 10:52:57.939000','2016-12-21 10:52:57.939000',5,'Anon ymous','https://lh3.googleusercontent.com/-RXkfjZ1OtGk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl9bJkL7ioRxGCmrMjw1Oe4wqf3sw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41142),('AbFvOqnYgNOUCNXCo15D-0fXrrukcXruRc9uWJFrJMaL5v9-GyWND4kFmdjEc9qPDJMzIZ6rS86Clg','Great team, super helpful!','2019-10-27 01:20:01.453000','2019-10-27 01:20:01.453000',5,'Chris Tompkins','https://lh5.googleusercontent.com/-_-U1q9K80hk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnXlcXyWo4EL0ZKlWjh_R_lmwRewg/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36100),('AbFvOqnYGU7J6qt1T4d0VBe8KXKEqrV8MnyKAj1YF450s4kcbujppLD0N7UtI5yaQ5uSBOlvDIJL','All the doctors were super friendly the ones who attended me were Kimberly P, Vivienn N, and Katherine L. Everything went by pretty quickly and smoothly, totally recommended.','2019-10-12 16:17:19.117000','2019-10-12 16:17:19.117000',5,'Leslye Sanchez','https://lh5.googleusercontent.com/-bSh9b-tVgz0/AAAAAAAAAAI/AAAAAAAAXiM/AMZuuclYmW05u3pWi4iECJDpVSIPACpeqg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30440),('AbFvOqnYguMFnA7MFbHIgc--vrCev5hqbV7J0D9nuuE4hdxo9mpCG5WDw-pjMsG13fMy8K6RzEBJ','Busted my eye brow open, walked in got stitched up and out the door in under an hour. Very nice people working here!!','2016-05-19 19:20:50.046000','2016-05-19 19:20:50.046000',5,'Jack Everette','https://lh3.googleusercontent.com/a-/AOh14GiGc-CKE2C4FMza-UutzN0YggtRl13H5wui9O21yg=c0x00000000-cc-rp-ba2','14567670160750071148',31245),('AbFvOqnYGYMWpF96doQ3hd4xk_D4OyH2qNzNqtg0A44OtHXrTJePrj4KSnntRAJqBxSqeed5cayf','I hate doctors but they always make me feel comfortable here. They are very kind and compassionate and they take great care of you. Thank you for restoring my faith in doctors.','2020-03-13 01:48:03.023000','2020-03-13 01:48:03.023000',5,'Ty Gabriel','https://lh3.googleusercontent.com/a-/AOh14GjbkWqE6meOGBgKLPPb-y6NMbYH3mMVoLuDPWQO=c0x00000000-cc-rp','8918455867446117794',43056),('AbFvOqnyHdznIIliI-rz7s5nmuV4SzAkSJ-uM_JKLdeK5FEZz-hNlwhhbyLqY1n_GHj_vbf0qI7jHg','Signature Care Er care 24 is an awesome facility the staffJoshua,Ekaterini, Deanna and Dr Wang are wonderful care takers. No wait time in and out in less than an hour. Thank you for your service.','2019-10-17 02:09:45.909000','2019-10-17 02:09:45.909000',5,'Susan Langley','https://lh3.googleusercontent.com/a-/AOh14GjhNoiCAug7lSdFsrfNw5cSli6qgjqHvV2GKp6i1g=c0x00000000-cc-rp','3511292162159714121',40398),('AbFvOqnYHETAVSUny72hgZtd7yjZGdtz4PL-eGjptihLddTgocRI4b54URHJG2qnt9mymBGTEWbJ','Staff was excellent all the way from beginning with registration jasmine to nurse Janice lab tech Marcus and most of all dr. O\'malley.','2019-08-06 19:03:01.087000','2019-08-06 19:03:01.087000',5,'Tommieretta Gunner','https://lh3.googleusercontent.com/a-/AOh14Gia2C-vPrsOjvZ_MqzegGbS628kI93DX723ZI5Nfw=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqnyhFHi0iyV4wEYL8DuV6rW8o0jPLciZvVk4P2jYKf277zTjywLv0p1k3IUKjTv7XMTtQ7Y','Excellent Service! Reasonable prices as well. Everybody treat us professionally and polite. In registration Mercades was polite and registered me in quick manner. Nurse Al was very informative and answered all my questions and Dr. Edwards was very knowledgeable and explain everything in detail. Overall I had a good experience','2019-05-19 00:18:12.255000','2019-05-19 00:18:12.255000',5,'Jesus Turcios','https://lh3.googleusercontent.com/-qhyk1mrOX4Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmkkkSMwvkzKR0LnPaNGr-1mjg8uQ/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36782),('AbFvOqnYHkY1nxSmKxYWQmdm7k-2RG3-ZpA6f-uVT1prEty6jxX4cDnjBecTwK7Z4XNRZehwvCoV','Wonderful customer service would give 10 stars if they would let me THANKS KIM LUCAS LEANNE AND ERIC ā¤ļø','2020-02-28 21:14:30.174000','2020-02-28 21:14:30.174000',5,'Deatra Burris','https://lh3.googleusercontent.com/-0zMNiHVk7p8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3w-vDoJ2mCnXMw0DC_BufEIwLWw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39590),('AbFvOqnyHx4pGBEoNpMgnHbUqGOvdkEiKGSkZ8UN5vJuEozclnbeGesiCAnl6O7kT-PSmRJja_5C5Q','This is a great place staff is in great mood and you can tell they care for what they do by the way they carry them self’s! (Linsey, Christina R., Dr. Rose, Clay)','2020-11-02 16:25:50.291000','2020-11-02 16:25:50.291000',5,'Juan martinez','https://lh3.googleusercontent.com/a-/AOh14GjNghtHkhPBy8yHbL8YJdC0RZLppKGH0jYSXsO3=c0x00000000-cc-rp','16891069708558046635',35655),('AbFvOqnYIggzGM4q8_tsL0tGBXbbl0TQrRWj4s9VbyDlo_VLOz13DwHQ-132zZ7e5HAa_iOTXjxjWA','Excellent staff and service. They took good care of my daughters needs and were very kind.','2020-08-29 03:14:06.363000','2020-08-29 03:14:06.363000',5,'Crystal Stewart','https://lh3.googleusercontent.com/a-/AOh14GiZVuV6TOZX-HYzfdayx9cgCSH4pT701m0g317vMR0=c0x00000000-cc-rp','16891069708558046635',35833),('AbFvOqnYIK12BHpLJLw12zGRnYg4n84dJgIYMyf38d9EGLOtjKcbGtYUluKgvzmiMa_LRAkmrq1z','Awesome nurses. Very helpful good doctors. Receptionists at front desk were very professional and completed my paperwork very quickly. Funny and made my stay the best I could have at an er. The blonde receptionist is not 35 she is 28. Staff is very nice. Cant wait to come back.','2019-01-15 04:16:53.046000','2019-01-15 04:16:53.046000',5,'Dustin Alexander','https://lh3.googleusercontent.com/a-/AOh14Gg7JlQBrT45owi2j5YbenvFuOPR-wV3BYOSp933Yw=c0x00000000-cc-rp-ba4','13486358490203335051',29951),('AbFvOqnyInyRLNTth3bBvbrCuppM_bOK7SYBW9pRXEluehFxHkQYwX0Fmw5b1eVinWOw91UIrxHb','Had a wonderful experience for an injury care, got in quickly, got a shot quickly, got xrays quickly! Staff is super cool and friendly! Shout out to Dr Leavitt, Hamzah, John, Brenda, Jessica V and Eve! Thanks yall!','2018-08-04 21:03:15.247000','2018-08-04 21:03:15.247000',5,'Hannah Goidel','https://lh3.googleusercontent.com/a-/AOh14GiS5aVkq3InueOg8aJJhMMcjxvxzxQLKflE-6GfLQ=c0x00000000-cc-rp-ba2','3511292162159714121',40895),('AbFvOqnyiR1Jguw-U09ZJrXyvlaSeFvrEKGtFwlW1cJ5SADQYQlzKxzM0mLReYJ-Ik_7GQHKEVO46Q',NULL,'2018-11-28 22:07:59.854000','2018-11-28 22:07:59.854000',5,'Anna Caton','https://lh6.googleusercontent.com/-f8o3Tte1Evo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclIQJyiJ4cEblJwMy5vMuYRKD-oew/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35087),('AbFvOqnYj64xu4IIGZ-y5mTJIOG4cuW-FqlS-z_o79_MXREujGH5PI1YxkiRNWnZzmSpC4JLBIpeww','Awesome doctor Golla and caring staff! Highly recommend! Very quick assessment, totally worth paying ER rates for the high quality care.','2020-02-26 19:31:00.565000','2020-02-26 19:31:00.565000',5,'Jewel Adams','https://lh4.googleusercontent.com/-MQSokHLo2MY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckle7UARwXNI6MElxxNz5EHzTsHuQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28688),('AbFvOqnYJZX62EqEuImx_mC62m-8g5LntjPWKeE-E7ByrlUJJ0zFa2GBSbGwZniLFBUnqMzmthgtEg','I had to have a Covid test before a surgery. went to 3 different places and all three places didn\'t want to do the test. Then I googled to find a place. SignitureCare ER center on HWY 6 South came up. I drove to that location and they amazing, in no time they got me in, the doctor came and did the Q-tip rapid test and within 15 minutes he results came back Negative. The whole staff were friendly and one in particular name Crystalee was beyond attentive and friendly. Although this place is far from where I live but I will definitely go back if I ever needed ER care.','2020-12-15 06:04:47.704000','2020-12-15 06:04:47.704000',5,'Amir Muzaffer','https://lh3.googleusercontent.com/-e5OJvcCpxR8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmejR31D2iPnYT87RfsLsaj5__gXg/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36491),('AbFvOqnyKfEEMXIE8vlI8yKaqvWR7zEmh4EfNqD7xhzolHdT8pKFJFm_vPVdjyNbpsO-DrARNoKaVQ','Staff is very nice and helpful. In and out in a timely manner','2020-12-14 21:02:09.832000','2020-12-14 21:02:09.832000',5,'Blake cooper','https://lh6.googleusercontent.com/-LLtq9vJYAb0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmy4hbkUW_F_QSzJMHAJ-eFAILvMg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39411),('AbFvOqnyKnUTc--PjrDxJaAFUf3R2MgmbFfCfWCOkDBKwtJIdBS7OEwq1WgYW407Djwt0Gkp_FWGdA','Very friendly and don\'t have to wait for long.','2020-11-25 19:34:08.397000','2020-11-25 19:34:08.397000',5,'•Katsumi•','https://lh3.googleusercontent.com/a-/AOh14GhF_C9ljihwU_t6XdWL1nCpnvKWTTtGsvTAyMD73A=c0x00000000-cc-rp','12541597562633926366',28442),('AbFvOqnylc58t1aftepOt6LX73SjDQIpHrZk-DSioWnUp_J1v71iKCSliNlRwWeDBINKhw1mpnzk','Great People everybody nurses doctors and assistants were very nice.','2018-01-22 20:21:10.109000','2018-01-22 20:21:10.109000',5,'Alvaro Cabrera','https://lh3.googleusercontent.com/a-/AOh14Gif4170LbBlb0Y48VVZLOoHN8czov4Mn-pLVS5b5g=c0x00000000-cc-rp-ba2','17394740196501090048',36996),('AbFvOqnYlfgkQDKWWcfA8d5-xpn8d45-oGpjeFihGeJklayxkdwJaCmxqh3z1GpAePHZ4FBzghX__A','Great service. Thank you Cody and Sam','2020-08-03 15:55:50.346000','2020-08-03 15:55:50.346000',5,'Mike Ellis','https://lh3.googleusercontent.com/a-/AOh14Gj1Xo_RYEsp0Co63Pf1gNJt8WLRboeG2AW2g9Z4aQ=c0x00000000-cc-rp','2077061009497551125',38669),('AbFvOqnyLJ7faP6Nrl377qfiy2nhXJsYm2jWrnWHHGshGaK2RMl5QM1LXQwOBYJUs1om3GVlDNretQ','Everyone is absolutely sweet and amazing so fast and thorough! Tanisha and Monica welcomed me and even behind the mask you could see the smiles! Alissa my nurse was so sweet concerned not to hurt me, very gentle! Dr. Yusuf so kind let me know exactly what was going on so I am more at peace. Great people great place!','2020-10-31 01:04:13.990000','2020-10-31 01:04:13.990000',5,'Mama Zen Katie Zendejas','https://lh3.googleusercontent.com/a-/AOh14GhBabSK4QQEmU8Iydv9bBIhFrwq3Hd-d1ntvpquehY=c0x00000000-cc-rp','17898197009688164559',37470),('AbFvOqnYLjo2igzQvmqnHaxaSBYwUahRlj5zKyOHmw43F6ibLVWQVLNVbd8NNpXKhX3Pr4H3xhZ-sQ','I was in Houston for work and needed urgent help for an asthma attack and sinus infection. I googled and found Signature Care and was SO grateful for and so impressed by the level of care and experience I received. The doctors and nurses were experienced and kind. I hit in very quickly. I was able to get an X-ray in site and all the treatments I needed to get my asthma under control on site. And I was able to spend the night in a private and comfortable room. Thank you Signature Care! I wish you had branches in The Bay Area where I live. It would upgrade my quality of care.','2019-04-05 15:46:34.311000','2019-04-05 15:46:34.311000',5,'Karin Gornick','https://lh3.googleusercontent.com/-4GX7D46F6yo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckjknBa-rjYTzj0bK0j2BmZmXO6BQ/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnylQ7LNR88ijjWIRRzVW6arp_WKdKQx3vfuNK3QjSV5JE7rNq1GyKuXxe86iYrHzFobu4i8g','I was taken care of by Michelle, Daniel , and Jacob. I felt well take care off and they were attentive when I came in.','2020-12-07 18:26:44.838000','2020-12-07 18:26:44.838000',5,'Anita Hernandez','https://lh3.googleusercontent.com/a-/AOh14GgA5GYQ76vzfiAdDFo4mxFEYIdViHyJu6oH5LAWkQ=c0x00000000-cc-rp','2694018788013845459',38860),('AbFvOqnylu62B3W2cNS6bv5gyunC2m8l2Jj98Cp8kr31nyiidVHYRybODxTAPESR9Tf7qJXqrYjDJw','I had an amazing experience here, Rebecca V. was an amazing receptionist and the facility is very nice.','2019-09-19 05:22:13.137000','2019-09-19 05:22:13.137000',5,'Erin Watson','https://lh3.googleusercontent.com/a-/AOh14GgddNqJDHYCmLzdbZ1mfER9hKj2UHATN_wHjgA4=c0x00000000-cc-rp','16590124370714063921',34669),('AbFvOqnYLVaqkB_eCwl3ICs0gI1bAN9XQLfC5SC0Du1AckHUu4BNT9TS-05B_DLilgarqS93kJjDow','Always quick with great service! Sita, Kristina, Allison, & Dr Huerta are my favorite!','2019-11-26 05:09:26.210000','2019-11-26 05:09:26.210000',5,'A. T. Mendoza','https://lh6.googleusercontent.com/-0vYmskcpsg4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck0kQtYZJwhXaZiO65tdKEc2tX4Ew/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29563),('AbFvOqnYlzK_n6vn3C3jv2aKniLvu-vN-b7g_T1IjPTVx328vl1Deij6z2h3EwJPOIpM6w402MxJ','Dr. Vakey was very helpful with my diagnosis. Both RNs were very understanding and gave me medicine that helped me feel a lot better within a few minutes. The women in charge of the registration Dyveliz was very informative.','2019-01-20 21:49:59.871000','2019-01-20 21:49:59.871000',5,'mia nanez','https://lh5.googleusercontent.com/-1AUf_Dhr3BE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm1PzfIug4vHZBN40h76tdVPXo2AA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35043),('AbFvOqnyLZw9pQ1G_IYlZr2LBWJkDlaFtsgLDNb1cI-2Pin4FDiHoE62AbwpenWpwi5piorXfobnLA','I had a great experience! The staff was very friendly especially Rebbeca W. The staff made me feel welcomed and took away any pain that I had in a timely manner.','2019-07-21 20:02:04.957000','2019-07-21 20:02:04.957000',5,'Alex Wallace','https://lh3.googleusercontent.com/a-/AOh14GjhnfOWhznabU266sh3x8judjY4ERfuuGXmxwfiVg=c0x00000000-cc-rp','16590124370714063921',34753),('AbFvOqnYMdQnDzS-Z9IH7K3_YeImnICUt3QkHeQOL-DB5ZeMUDs0JtvICcYI8fuae9JnigkLZhKRIQ',NULL,'2018-06-04 23:01:21.892000','2018-06-04 23:01:21.892000',5,'Kanti Bansal','https://lh3.googleusercontent.com/a-/AOh14GiCKVKzYDC4NNGzA4jdW26TbXanp0hUppJrg9q2oQ=c0x00000000-cc-rp-ba3','12541597562633926366',29239),('AbFvOqnymJgXUfES0Zl7O1OM9M_Hui5FFxvu01VrJa3l1o4QU163g8jEsrMYk4ZSNdCyWUNOhLbwZg','Faster and easier than going to the doc. Everyone is very nice.','2019-10-20 13:29:56.017000','2019-10-20 13:29:56.017000',5,'Sarah Wilson','https://lh3.googleusercontent.com/a-/AOh14Gg4qHV9M8-IS1z5Blqd0W_rD39vsgYCmrEKFHHNeA=c0x00000000-cc-rp','16590124370714063921',34603),('AbFvOqnYmLMjJP5RHXBBLQdNoEIMzGonWm56jKs5rDAA76d0rRXmInLXroZE_-Hg6DRQ2fqgM6sgFw','I was seen here for a persistent cough and quickly diagnosed with pneumonia. The staff was kind, attentive and the experience exceeded my expectations. I recovered quickly and want to thank Nurse Tony, tech Norma, rad tech Jacque,, Registration Leslie and Dr. Singla who were so kind and professional. Highly recommend.','2019-02-18 20:56:51.505000','2019-02-18 20:56:51.505000',5,'Brad West','https://lh6.googleusercontent.com/-tzHst6iKPGc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnxrh-aRDS-A7rTxznUrtzSKG4oCw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40639),('AbFvOqnyMt4Xf_2-_pX2hrRDHiOwjIBqYNwdJwhnOESSVdHlVdbq1nHuWqgkJZgMv-_mj0H_DLhdvw','Fast and very friendly service. Melissa, Cody and Sam were all super cool and made us feel comfortable with what was happening. Thanks so much!','2020-10-27 15:41:58.711000','2020-10-27 15:41:58.711000',5,'Justin Johnson','https://lh4.googleusercontent.com/-_uGtdk3SI1w/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmywMaifaeVIctVrn61f0noT0_How/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38457),('AbFvOqnYNfsSv2GJBSc_Trvp-1W0k8xpTazss9fr8QkWANPqNU2WEb6l0aWn5DfLAOFzf3SvoMGnSw','These girls and guys are so amazing!!! Very sweet and get you in quickly!! Wanna give a shout out to Josh V. , Wendy D. And Angela H. For all there help!!','2020-10-20 20:47:35.328000','2020-10-20 20:47:35.328000',5,'Coco DeLafotoo','https://lh3.googleusercontent.com/a-/AOh14GiOmT4hl2iSk97xgrHcCymSSkf_o3u6ck2_8SnECw=c0x00000000-cc-rp-ba3','17394740196501090048',36518),('AbFvOqnyOAElycUyHTpZYr0RuB9MRZWRFnFcZKSgko9Ug_6HnKSklNxYSZ5mC1ttosl4yw3u5NyAeQ','Excellent!','2018-08-21 15:05:28.548000','2018-08-21 15:05:28.548000',5,'Joseph Patterson','https://lh5.googleusercontent.com/-BP9xSmpLW3g/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucke0wX4cd6RP9ulJzY3LcfomI3iHA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36365),('AbFvOqnYoDGSWfkWtKX10FJ_JD8Kj_d_7D8OaeLTD_B9gYRMZs37fXhfJ-3ZW6weMNqVhVXSLoCH8w','Great service, incredibly friendly. Sam, Hanh and Amy made my whole family feel at ease.','2020-08-02 18:33:27.269000','2020-08-02 18:33:27.269000',5,'Jenny Stooksberry','https://lh6.googleusercontent.com/-o9IQ6CNC554/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclYKjzPbe2Rt5C8AejBYM1dyhZcNQ/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38677),('AbFvOqnYoju7qS_yrH0-aTdjDEZh9nHY7IewF2jxmfTEsXEEVZNSH33Pi7-DWCVdEm4briJSyPWZ8g','Today, was my first visit at this location and it was amazing. From the time I walked, everyone I came across was so nice and informative. Alvean did amazing at testing my 9 yr old for COVID, flu, and strep. My daughter even said she was really nice for giving her a teddy bear. I recommend this location 10 out of 10.','2020-11-18 23:09:38.341000','2020-11-18 23:09:38.341000',5,'Vennessa Garcia','https://lh3.googleusercontent.com/a-/AOh14GhhZPK1b6UA1UJB5FhacZsEDWmkvEIqioEOs28T5g=c0x00000000-cc-rp','16389487648212004696',32909),('AbFvOqnyPiThlqZq0o5vjJB9ZNPPYWbz_rwWEaV9UbwEVouTJh_DTwZ8PjKzLLl-qcVm-r7H9csEOg',NULL,'2017-02-03 03:52:14.581000','2017-02-03 03:52:14.581000',5,'Katherine Body','https://lh5.googleusercontent.com/-J1MMqPInx6E/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnT1khnnpp3OCl1rmxUCfupQQSG7A/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41118),('AbFvOqnypRLDiV1zWaEXQ8gFkDQwTINnrLC3Cqxof1pJBQHF1ijT93ejy1DS4DzvMwVtJDoeGdIyMQ','Norma and the ER staff was amazing and made me feel comfortable. The facilities are top notch and I received excellent care!','2020-01-08 03:46:22.715000','2020-01-08 03:46:22.715000',5,'Lakesha Winfree','https://lh3.googleusercontent.com/-VBQT8JUQwOQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl68bd-d79FvwxXeOoWlJB2xJI9Uw/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33534),('AbFvOqnyqAUXc89sRPDjQagRUgsZLzg4HmWXrMN_Ehytam1zamNjFCwV7T83GlHwdChkKXUDG80CvA','Speedy service! Here on Christmas Eve and handled with great service by Kim, Jennifer, mollie and Katy!','2020-12-24 16:47:37.185000','2020-12-24 16:47:37.185000',5,'Avery Clement','https://lh6.googleusercontent.com/-tgwmlthfWoQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclqLK_Hukxz5CHNL_zY_PGnd43Gcw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43785),('AbFvOqnYqbBXVQC9r76gOmwVVaY8lLlsz5BvDtNMNSoc5AvNtE96nc7LTUtUPha6xMX-7LL-sA9RVQ','Great place, very friendly employees special Kevin was my Nurse. Awesome guy!','2020-10-02 00:31:11.481000','2020-10-02 00:31:11.481000',5,'Christian Santiago','https://lh3.googleusercontent.com/a-/AOh14GiDO6xqIe8dd1wAr382wDq9Z2MgwQDaaIQp_ZLqHg=c0x00000000-cc-rp','14748677429039074158',31582),('AbFvOqnyQc_48ZvfpToQloNO0f8-VvD9GjKV3wvVkAzV1FYSfadx253zHQWgCPOVpGtlavHNG7OBcg','Very fast and to the point! Was greeted as soon as I walked in the door and was taken back within minutes! Very friendly staff, also informative on what was going on!','2020-02-18 05:24:39.688000','2020-02-18 05:24:39.688000',5,'Kate Gilbreath','https://lh6.googleusercontent.com/-deoAZXmyD1Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckS-aXNzeaBX2jZKP0YySLRVu1OFQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35965),('AbFvOqnyqrn4nWXQXcJe1UwcgbI-ONSkYhQAi_N9N4WmQpgariBlNNDGhlmugLBWmf8BvoCSXsYWgw','Super kind and quick! Dr. Das was very helpful.','2020-09-16 16:02:34.584000','2020-09-16 16:02:34.584000',5,'Amber Keefe','https://lh3.googleusercontent.com/a-/AOh14GirH8t_uZIL_e_ofhqweCJQFXe5m4psAqvW5_uheQ=c0x00000000-cc-rp','14748677429039074158',31651),('AbFvOqnYqT550aRB3jSVUwlwvX4gziqDhTJmGhoDaiBOl2_1ElFSzGBldviG-qzd-jfsIkIILu3sXg','I was treated very well. The staff was friendly and very helpful. I am comfortable going to Signature Care','2020-08-06 17:28:32.797000','2020-08-06 17:28:32.797000',5,'User User','https://lh3.googleusercontent.com/-6i2Db0v7CN8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckDx0KQ_eAxa451DmHOA3wWD3HPJA/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41307),('AbFvOqnYqtIIpQdck5xsTeGxCpEaq0TqEpQPrI-mikcKeU__ywSWJlJy_4EgAkd52VnBhVL-H3abwA','Dr Souman was very detailed with my issue and his nurse Alvean was very helpful with providing me options for care at home. Very clean and friendly environment and the building is very nice!','2019-08-28 21:19:55.868000','2019-08-28 21:19:55.868000',5,'Jaranell Jones','https://lh3.googleusercontent.com/a-/AOh14GjLVxca9hVlNzNbs9mE2Nwmqxooy24NtHlwgyELGA=c0x00000000-cc-rp','16389487648212004696',34019),('AbFvOqnYQvdBtZtoa4dqGa5viwqdO9kF7cVvYZ61aqCNomDn5QPQ8ezYe7fVcWRQVkF9gNtdIJNUhw','great customer service! Alvean , Dr Iheme, And Jocelyn A were very polite . Thank you guys for making this place feel like Home!','2019-12-04 16:37:11.172000','2019-12-04 16:37:11.172000',5,'Ramasses The Review Guy','https://lh3.googleusercontent.com/a-/AOh14GgCuEi_Cvv-bEBxPn6S8VGFiDP6iUh9HTK59YsuGw=c0x00000000-cc-rp','16389487648212004696',33641),('AbFvOqnyRcmEoeVqXb4fN_4JDtFkcDqYObszI4KbUwH-Pp2NR6Cpdggd9dTGli3iAFZZ-XWKWBxMLw','Staff was very welcoming and friendly.','2020-07-28 14:23:42.996000','2020-07-28 14:23:42.996000',5,'shelesia guillory','https://lh3.googleusercontent.com/a-/AOh14GiCR02Y56PbukQttJuJE15TiGRetFlhjC6CrJ9-c1I=c0x00000000-cc-rp','8918455867446117794',42964),('AbFvOqnYrO8R_Hpd4te7GIe0JGUK_CdTNTbwZziaFcjCcC9yaYzz5W_hrRLE_BZUXR2TwKFswSL2jA','Dr. Henderson was amazing...my nurse Alvean explained every treatment...and Patricia front\noffice was pleasant','2020-02-08 21:52:04.576000','2020-02-08 21:52:04.576000',5,'Laura Coleman','https://lh6.googleusercontent.com/-aklNTBwOxC0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmG3fdhwUosHgJFS1q6t-yx5mmLNg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33388),('AbFvOqnYRQyJSExsaBGPYNFfjWZAa4117qmpQSB9s-YiO25SJWSKkQmL1kihItCmfEmZCcgGJA2JNA','MONICA, RAYVEN, GABRIEL AND JACOB DID AN AMAZING JOB!','2020-12-01 02:43:15.449000','2020-12-01 02:43:15.449000',5,'Rebecca Vargas','https://lh3.googleusercontent.com/-1C7_ie3iWV8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl_eBrccf553GfVhLTLrCT0XGFO-Q/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34067),('AbFvOqnysCgwPQd1tSAnt4MlIj6gLowQRh6GnmDgN7NTIXegDUrQMabQZdu9AXIacQXVfqfbc66a','I love this urgent care center, they were welcoming, friendly, and they reassure you that everything is going to be fine. I had a great care team shout out to Dr Jolly, Nurse Leslie and Kristina, Quyen, Scott, And Mya.They are truly good at what they do. Thank you guys!!!!!','2020-02-11 23:24:28.140000','2020-02-11 23:24:28.140000',5,'Megan Jean','https://lh3.googleusercontent.com/-DW4qFjnKGo4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxb2-0bvXsztRze16t3Jx5KBIXKw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28733),('AbFvOqnYsl4kof1lf2aJIOpXCmRnQAIrlX2u4KyxHM_F1POvRVIIbv57Vy6v1YPduoOa6R2AmYFb','Quintessa and Dr.Henderson were so helpful and sweet!','2019-12-22 23:52:31.268000','2019-12-22 23:52:31.268000',5,'Rocio Mora','https://lh5.googleusercontent.com/-kkA-Lconb2M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucms15cAHGAKeMx440-98B9x8XzjoA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39178),('AbFvOqnytDTtACHlbJj3pEG-0oqk-Emfo7eEkgRGwJP8GoQTUuZi2__yAlZP86orFLDJxfAONXK_mg','During these uncertain times visiting an emergency room is not ideal however, We visited this location to test our child for covid. I highly recommend this location as they were quick in getting us in and treated us very well. I am thankful for the ER Tech Briana as she talked my daughter through the process of her testing. My daughter was able to trust her methods and it went smoothly. We enjoyed the special bear before leaving as well. Thank you staff keep up the awesome work!!','2020-10-31 15:01:55.276000','2020-10-31 15:01:55.276000',5,'melissa valdez','https://lh3.googleusercontent.com/a-/AOh14GjACE9eQ15U12P-NK2VfPsIZTSqRG2OC3c-DZry=c0x00000000-cc-rp','3511292162159714121',40089),('AbFvOqnyUCaT5dR4MJ4Fw5Tpa9qNof_x9cVvwTLhLnRNMrTy-S7m3tiWSUA-RqyYNzc7hadhIS-r','My experience at SignatureCare Bellaire was great. Rollie, Hector, Stephanie, and Sonny were all so patient and attentive. Dr Daniels did an amazing job, awesome staff!','2020-10-17 02:05:00.214000','2020-10-17 02:05:00.214000',5,'Alondra Garcia','https://lh3.googleusercontent.com/a-/AOh14GixaWferEDb0dbDjWKofWP2zW4prto2Eso5WtoX=c0x00000000-cc-rp','8679688254631342173',42284),('AbFvOqnYuElTZN2JycH843YTc2mzC-qT-UoXpa5-MNPIM4bmFhMAdHvw1UdY6WV34IqO3gE3go_X',NULL,'2019-06-17 21:44:47.221000','2019-06-17 21:44:47.221000',5,'Daniel Sifuentes','https://lh3.googleusercontent.com/a-/AOh14GiPTJ6WzKLQH96j9EXpuLD0jIncWaBJo6Xf45VnBg=c0x00000000-cc-rp','6521947413723274945',41691),('AbFvOqnyUlN87Ogna49CrXttvUnDc0Jzf4xAU2bcZdejyDP9r-hWQeLIgcOUXCdl6f8sJWKnBwC_0Q','Awesome staff!! Very welcoming. Would recommend to any and everyone!!! I love this place!!','2018-08-13 16:36:48.277000','2018-08-13 16:36:48.277000',5,'TIANA clark','https://lh3.googleusercontent.com/a-/AOh14GjpdBLhSqySOB_oOhAawfz52nwUwNzElMepPUHGOQ=c0x00000000-cc-rp','3511292162159714121',40859),('AbFvOqnyvrcgCuWJOg9Tw8Gt96FyStpFRBnLHnZ1sWugEOGbguoeSW_jVQ0Y6Gea4v_Ur48tH-54','We had a great visit with Dr. Appiah. The registration, Tanishia, was very pleasant and quick getting us registered. The nurse Chantel was super sweet and saw us really fast.','2020-02-24 01:31:27.092000','2020-02-24 01:31:27.092000',5,'Dominique Perez','https://lh3.googleusercontent.com/a-/AOh14Gj7D5Kw4RSu9I6YpAGKs_82Mny9vv4DdhfwXkeb_Q=c0x00000000-cc-rp','17898197009688164559',37656),('AbFvOqnYvsFeq27Nts733nwbBxxzQUsQfRvQFLMZQ6yq9Bbv3FURAyo4zvCB03z5zHaBZ1Rq_Pw4YQ','I came in with heart problem and I was immediately seen and taken care of with kindness & care. Everyone was so nice and made me feel better & calm. Thank you to this amazing team Registration: Stephanie, Nurse: Rollie, Rad Tech: Natalia, & Dr Grinblatas','2020-03-07 06:30:46.472000','2020-03-07 06:30:46.472000',5,'Angel Guerrero','https://lh6.googleusercontent.com/-W87cSAVe4Ag/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmV2CzXEyXs8-LaM7rJ8x3o5oP-Qw/c0x00000000-cc-rp/photo.jpg','8679688254631342173',42396),('AbFvOqnyWL975Uqx3CsCqSdoKOkYJazDMDcglKVw4iQ3PvJj901EFDt_T6gdrBmsycA22apqaxd6','WONDERFUL people! They were so kind and empathetic! Thank you Dr. Chowdhury, Nurse Theresa M., Rad Tech Jorge M. and Registration Denise M. šŸ™šŸ¼ā¤ļø','2020-05-31 15:39:59.268000','2020-05-31 15:39:59.268000',5,'AM','https://lh3.googleusercontent.com/a-/AOh14GiKDY90xP9KeBpHbL-ExLjVlZeq7tQIx9L95A5fCg=c0x00000000-cc-rp','14748677429039074158',32077),('AbFvOqnywob6en6RGRGPdsY7zVRdGFVAk6faVCF9sMymwLE3GNwUO2YPVsvmpYadWMyqEhl1123TAg','They were super helpful and friendly. Handled in a timely manner and explained everything to me in detail. Felt very comfortable and Anthony made my experience fantastic! Ask for him if you can!','2018-10-15 20:38:20.730000','2018-10-15 20:38:20.730000',5,'Anthony Mollere','https://lh5.googleusercontent.com/-rDky9Q1FJqQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclkFNHoGl6nTrsdPHP-Xtssap9RQw/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35157),('AbFvOqnywpirX1dxhQhvQiMGaPpEMJ2WHEsgu-gPJLW5p6GIAHWq4pHRGvhHg2u1zffoskoGeLDwSw','Excellent care, friendly staff, extremely fast.','2019-05-15 15:36:47.751000','2019-05-15 15:36:47.751000',5,'Steven Brimhall','https://lh5.googleusercontent.com/-vbZCU6-AMwk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckXBNzM9h2XfjaUoRC0b3ARoCUZhg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnYwVPUPe--D9CW2KFEudKt6fOUZdp9OMuZYhw1xpygTHVBhsZ-WdAQG7m7UAB3i8uC9Hpj','This is my second time going for myself. Everyone was polite from the front desk down to the security guard helping me to my car. The process was quick. No long wait time. I really appreciated that due to me being in pain.','2018-04-02 11:16:56.468000','2018-04-02 11:16:56.468000',5,'ebony jones','https://lh3.googleusercontent.com/a-/AOh14Gg595CpGsevTzVMYezEyhBD_cdoahS-SvVn1w8saQ=c0x00000000-cc-rp','14567670160750071148',30859),('AbFvOqnyXElAyJ8AIGnvmKp4yQuWotQQ3h9xfUZvwHQ0gE0tWJ_X_krXd5kFZJTJa4D9QOQ1BSChhQ','The atmosphere was great as soon as I walked in. I arrived around 9am on a Saturday and the waiting room was empty. The nurse behind the desk was efficient at getting my paperwork done and getting me back to be seen. All of the staff were very friendly and professional. They offered me a warm blanket as well as a snack or drink. They really go the extra mile.','2020-03-08 00:12:22.469000','2020-03-08 00:12:22.469000',5,'Theresa Morgan','https://lh3.googleusercontent.com/a-/AOh14Gg5erpo9Ly7lSSmwZVf8_Q-GertIXMFHmOFMq0ltQ=c0x00000000-cc-rp','8626688543755174284',41919),('AbFvOqnYXW25jf7Qc4IaRM7xun583t3OxKwwfuege9gMC07vyMA64D62yg6ynnoNqS6ZQXq9UQRq8A','Super friendly staff, my wife\'s very sick and the wait was literally under 5 minutes and we were placed in a room and everyone\'s been very nice and comforting to my wife and the doctor came in not even 2 minutes after my wife\'s vitals were taken so they\'re very quick here and it\'s New Years and they were the only available option besides the dreadful ER so we are appreciative for this SignatureCare Emergency Center in Texarkana, TX. We\'ll definitely be back, but hopefully not too soon, and make this a first selection from now on.','2019-01-01 23:30:35.665000','2019-01-01 23:30:35.665000',5,'Joel Cantu','https://lh4.googleusercontent.com/-s5L6nATlxYI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl1XCTZBnaw5lxP0Huy19dCimCz0A/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39973),('AbFvOqnyY-EyJ21S4jNmRxAVPABdVdT5lPyqDfrFaFUsrhW-1nryrEdsN9cPyD1CnWxDbg-WWMyjXg',NULL,'2020-07-14 07:24:37.444000','2020-07-14 07:24:37.444000',5,'Michael Shkatov','https://lh5.googleusercontent.com/-QH4pT7RKcuU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucleteSoSayPEAU5qDootucvtf7kCA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36555),('AbFvOqnyy-HW4mwjXv2qmd_znIonLldFQycPnpOLZO6nktmgrugbMEhFbwc45LYUJRHhViTB9NlS','The staff makes you feel like you are a family member. From the receptionist, nurses, and doctor (Dyveliz, Juan, Rebecca, Jacob, and Dr. Harjai). They ensured we were properly educated on care and gave us a list of physicians that could help with issue. I highly recommend this clinic for any of your medical emergencies.','2019-08-07 22:30:38.974000','2019-08-07 22:30:38.974000',5,'michael thomas','https://lh3.googleusercontent.com/a-/AOh14Gj_N_z9eZZ-4GJie8FJ0iGjytxX-6Op9sD_f8yFMg=c0x00000000-cc-rp-ba3','16590124370714063921',34735),('AbFvOqnYy9zK2w0ZY9tIWU3BXg28BEelENByxmxuWLoGCXAhpn3rdM77jFXR4o15_eCJ6388pa3POw','Chelsey and Clay are both amazing and very accommodating. I felt very well taken care of with my visit today. The doctor was very nice and friendly as well. A very welcoming place I will recommend to friends and family.','2020-10-10 22:24:03.568000','2020-10-10 22:24:03.568000',5,'Amber Graves','https://lh3.googleusercontent.com/a-/AOh14GgK6cSGdxd9I_5zkITPiPUyUbMqsOPAXF8-RpMQ=c0x00000000-cc-rp','16891069708558046635',35712),('AbFvOqnYycWiUqUyG2SHefxbycxGJE7V2SHBQQ0QpDVkojcL1BpXCcnObeTUrKQxLeFlOL9FZrbi2Q',NULL,'2019-01-20 17:22:45.725000','2019-01-20 17:22:45.725000',5,'Skylar Garcia','https://lh3.googleusercontent.com/-bQf3Q1psDk4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckTezkYB2iw51ldSNETHMv1G2E5Eg/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29937),('AbFvOqnYYeKdEbIwGVXFkz7e99z9Kpy2MzzKGVdBjyDN2ZDAay6yhagE80KQcqff15Nx9pj1UMV5','This place is amazing service is very fast and efficient.the staff is very friendly and has warm smiles.5 stars for a 10 star organization','2019-03-19 14:55:04.232000','2019-03-19 14:55:04.232000',5,'Dion Dezurn','https://lh3.googleusercontent.com/a-/AOh14GjA5Rlax0HdYuVA2IQ_ax7P7CO0-29LWbx25Om5=c0x00000000-cc-rp','2694018788013845459',39371),('AbFvOqnYygMNu122oUdp8TE7veh-tARR3v6E4f6rYd95HtQ51AklJnF1F5EO3Xvc2OLIaVQheHF_5w','Great experience here!! Christina R. and Clay were so kind and patient, and I would definitely recommend Signature Care Austin!','2020-11-06 18:23:47.781000','2020-11-06 18:23:47.781000',5,'Joey Goldman','https://lh4.googleusercontent.com/-LgNbt2EBg-0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnqeyQ9TfnqJywUCVNh2l42adZWLA/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35633),('AbFvOqnYYocp_MttSjn4qOTIfXsIJjCwNJSggQ-71cljs5FLtGX1vaI3VdEb8a1oGfuAk_wJYC0D',NULL,'2017-01-11 00:47:26.515000','2017-01-11 00:47:26.515000',5,'Verena Lueg','https://lh3.googleusercontent.com/a-/AOh14Gh9W_DM5OcgCl43Od5QhhrZBQH714iHGxIwutq_Zg=c0x00000000-cc-rp','3511292162159714121',41134),('AbFvOqnyYzYGGhl4O29HVJSJVLwtHxjSs5mIdOda8ckNdtfoExzkniYiChOdUDQDGYkymXz3Qwg5jg','The nurses and doctors were helpful on both of my visits. Very clean and I did not have to wait either time.','2016-08-22 19:40:39.616000','2016-08-22 19:40:39.616000',5,'Kory Adams','https://lh3.googleusercontent.com/-yInrWpWDYvY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnTfyk8v0-pYbUIa-vontn7BjyGIg/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41177),('AbFvOqnYZaZccfa1TndVs147IylJzqnuu_vEtO2hfnurl3sN59HjRy6Lh3XDDrUHu8IwP8cEg6SwUA','First time here was dreading to come but as soon as I walked in, I was greeting by a friendly receptionist. Waiting room comfortable and clean! The nurses quickly took me back and were very nice. The Dr. Explained everything was patient with my questions and looked out for me. I will definitely recommend this place to my all my people. Also will be coming back if needed. Great job to all of you.','2019-10-16 00:58:10.967000','2019-10-16 00:58:10.967000',5,'Maju Macca','https://lh3.googleusercontent.com/-LoT3D8kXGx4/AAAAAAAAAAI/AAAAAAAAEH0/AMZuucmNnkdS0e7H7Qumwcc7TvhDzryUgw/c0x00000000-cc-rp-ba4/photo.jpg','14904078213800803294',32415),('AbFvOqnyzEeLBZ2HBfueTxzcBIY4zYu_OTKMPuDkveGrtT4ZDlu09ZHURLIoid7j5kjUX6tRP3_1YA','I highly recommend this ER. I have come a few times now. The staff is so warm and welcoming. My experience was fast and organized. The wait was not long. I was helped by Clay, Chelsea and Remington who were awesome. Love this place!','2020-11-22 19:59:01.407000','2020-11-22 19:59:01.407000',5,'cassidy ellison','https://lh3.googleusercontent.com/a-/AOh14GiVe0_5Fh-CDWqwyCtbTR_Lr9QaXqByz-2gQ4UweA=c0x00000000-cc-rp','16891069708558046635',35563),('AbFvOqnYzHzhumdpib4U5sqLNYCQqSELEAI4FzcUg9t2Ymlz-nq8APj4lqbz7WnYYYTG33Ge2uBUyw','Great staff, excellent care! COVID-19 test results in minutes!','2020-11-03 15:04:44.739000','2020-11-03 15:04:44.739000',5,'Trishul Madireddi','https://lh3.googleusercontent.com/a-/AOh14GhPfnupduZZmnDb1Sjh5bByrBArYEUWSO__HL9c=c0x00000000-cc-rp','14748677429039074158',31429),('AbFvOqnyzIg11F4d8sB60_eUbqCd0iAfg0KWy6MPamuz19al84J4u3RLe2jTLL0rf_gPDosd3qmH','Josh the tech was very amazing he did a good job','2021-01-02 03:26:48.417000','2021-01-02 03:26:48.417000',5,'Honesty and Damion','https://lh3.googleusercontent.com/a-/AOh14GjcTj9_ws2YzOE3GXWeyNH3KG4YRHwN9KAlLVbvmw=c0x00000000-cc-rp','3272657195432704501',44249),('AbFvOqnYZiHCvIkIHnpDqDpf_4dSlJdkLzqG8jb9tKKedlVkmf_2hVu8LeiinTM4Q3vvBId8YcBnbA','Wonderful staff, hardly any wait time and gave me peace of mind and they were extremely polite!','2019-10-11 19:49:56.456000','2019-10-11 19:49:56.456000',5,'Lindsey Burns','https://lh3.googleusercontent.com/a-/AOh14GguMAVNSPZiy0EsvLOxBgqy9ucLDQKhuiBlM1O4UcM=c0x00000000-cc-rp','16590124370714063921',34625),('AbFvOqnYzTwOty9Ho1f3XsqJdm9jsT4ZkfzfNZOrNQ6irWCRXn-GZkVpOJSggXBl5TSYATVUOcBQ','Visit was great keera was helpful too','2019-05-30 22:22:33.126000','2019-05-30 22:22:33.126000',5,'Yolanda Williams','https://lh3.googleusercontent.com/a-/AOh14GhVnyooiijUConHwxX27TX6Xn7DeOX1WqYYtuO7Ug=c0x00000000-cc-rp','17394740196501090048',36777),('AbFvOqnYZy2DGgL6YImaSGzpH7AknRzryysue_tuvHG-yi0watQ1lWgclfWOirUi0jDuj4jcUT8MWw','I Will always go back to Signature Care because how I was Treated. All the staff was amazing. Thank you to Earl, Ian Rn, Dr. Lingan, and Linda the rad tech. I could not have ask for a better team of health care providers.','2018-07-25 12:46:02.364000','2018-07-25 12:46:02.364000',5,'william morse','https://lh3.googleusercontent.com/a-/AOh14Ggk-7njucGEpkZOKnZnLX6VVCSHEOUDy01ZkygnTg=c0x00000000-cc-rp','16891069708558046635',36381),('AbFvOqnz_0zphbLkghScwq-DkRQrwmeTeTSJSwZIop94Xf4zJq6Osas04BAXNqqyeS40B1CxjvSE','This is my second time at this facility. Everyone has been very friendly, happy to address all my questions and patient. I would recommend for a rapid test. They truly are only 15-20 min wait, and I was seen almost immediately.','2020-10-12 15:38:42.197000','2020-10-12 15:38:42.197000',5,'Courtney Link','https://lh3.googleusercontent.com/a-/AOh14GhsIsVOn3uvhxM-MxLjQIr7GNLFSgKIRyUOO6e6TLc=c0x00000000-cc-rp','2077061009497551125',38484),('AbFvOqnZ_2kACvkHpyFbUPCdzP8lhWlOU9_uwHSliZNe49nBdkWzyJYrZWxczaehhV7oiwb7KkogfA','No wait and super friendly, super professional and wonderful staff. I was given a warm blanket and fast service and was reassured and felt safe the entire visit','2019-08-24 03:51:01.425000','2019-08-24 03:51:01.425000',5,'Delia Alexander','https://lh5.googleusercontent.com/-a4SthaqQ-3s/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckJ-sjGIe5QYLrDUy4X70h_mE9Orw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40431),('AbFvOqnZ-A8UxtGrub3zc1tXQvtgdAzivq-fFLE-r_mbpPhgMoGWk2OjN6akh762Qw7w5SHHr7YtaQ','great and fast service','2020-03-02 17:40:27.508000','2020-03-02 17:40:27.508000',5,'Victoria Morris','https://lh5.googleusercontent.com/-ymwD2vzT_Ao/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmxYu6OqWagsygapqcgvW3EEB0c5A/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39579),('AbFvOqnz-cdntJTc32rQDm6FFy_gkjvYrblauPYzeT7QgzfYME-4dk6aRAcPDJAKCao99p1H-mkFOg','Very clean, fast ,nice staff very professional','2016-05-08 20:02:33.324000','2016-05-08 20:02:33.324000',5,'Jorge Ocampo','https://lh3.googleusercontent.com/a-/AOh14Ghcu6v6vx0HQYzNFpaE1gSgZdSDnLVVOarsDy3Ueg=c0x00000000-cc-rp','17394740196501090048',37354),('AbFvOqnz-jf45uX6A4W55oIs19NwE2Gqj_oh7NwVi58pmUDFkIZT0zMm7RmL7Rz60rm0XKMMdvaGwA','chelsey, Christina, townesend, and dr elsbecker helped me out today with sutures after a fall. They provided really good service. we were in and out quickly and they were helpful and nice the whole visit.','2020-10-07 20:42:19.777000','2020-10-07 20:42:19.777000',5,'Cristian Aguilar','https://lh5.googleusercontent.com/-XKj4KY0jLQU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6_bf9bvYRIVBb_S4EfsiN7LzQpw/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35734),('AbFvOqnz-qDHSzzaJ3mqHDrABNeXhgJbT_WD3ORRjKcL4ijcUibGDDiZ51yXwuNrTLPTabzicYDD',NULL,'2020-11-26 02:44:17.171000','2020-11-26 02:44:17.171000',5,'Mark Burgen','https://lh3.googleusercontent.com/-mseuKTU4PSI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck23a-n6YH3qN9JH_dZUCn9IB4t_A/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29253),('AbFvOqnZ-QRTTqpxwTqYHF5MDVfoEJcferTXNkwsvZ9Zr8l9ei7T5yGb0c6yPGfbUrqIetDoAbJfeg','I went yesterday for the first time and it was quick the nurses where very nice and efficient as well as Dr. Jones in fact they just called me to check up to see how I was doing now what I call A-1 services thank you very much.','2019-10-03 19:54:15.531000','2019-10-03 19:54:15.531000',5,'Bokeem Gregory','https://lh5.googleusercontent.com/-GAhIcTMqZck/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm5uBwFfwh1t1gm6cBQqpo4OMHprA/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39252),('AbFvOqnz0-eKU5xNG_css4k1rBeFdUZJ_mXDsf0gYK0XY3OVWWMJgBxToQbpPhfgCemPUipHyi-W9g','It was a plesure to visit your clinic ,there customer service was very good ,an i will recommend the clinic to anyone .','2016-11-16 17:47:53.588000','2016-11-16 17:47:53.588000',5,'sandria christie','https://lh4.googleusercontent.com/-ECqjaODDIoo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucliopdd5zBuzTgkQICIL5trf7N1lA/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37267),('AbFvOqnz12PEaLCMybxFcI8WLTCCyRhjl0w0WOK-Zf2hHxJCE_F-bi1UZgmBSWV7pW_LqOAmIqdN3Q','I went in with a serious infection and was scared and not sure what to expect from the clinic. The staff at the front desk was very friendly and made me feel super comfortable and kept me informed about all the paperwork and answered all my questions in detail. The nurse and doctor himself were all very kind and informative and I got treated for my problem right away and was kept informed of all the steps they were taking. I was treated for my condition effectively and prescribed the medication I would be needing. In short, I would recommend this clinic to anyone who needs emergency help and treatment. Great staff, great atmosphere, nice and clean facility, and you are kept informed of all the steps they take from the moment you walk in till you leave. Thank you for great patient care!','2017-12-02 14:06:16.318000','2017-12-02 14:06:16.318000',5,'Maleeha Azhar','https://lh3.googleusercontent.com/a-/AOh14GhurGdomZXy0E3r5EAE25R6ElOR38OpLyGVNiAWCg=c0x00000000-cc-rp','3511292162159714121',40985),('AbFvOqnZ2454951G0KVxyzzL83-t6zKE3wt0bp4isI1O4Z9v-htPeS-0fAQ4FQrQjufnR7s74oCpCw','Jessica S was sweet and very kind awesome šŸ˜Ž','2020-07-20 15:59:20.661000','2020-07-20 15:59:20.661000',5,'Christian Tapia','https://lh5.googleusercontent.com/-ejEh3KrKsqc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmGliZYwbSmAn9Smipo2CmGxaie3g/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31934),('AbFvOqnZ2jsiZH55NPTFttDouCjZoJqaSD01zIk7VNsEy2NFcvat3V32xGDLjW5SjI-BYKAJ6wLDyA','I had a great experience here! I came in and within 20 minutes my pain had been dealt with. The staff were so friendly and made me feel comfortable while I waited. I was even given a warm blanket!','2019-09-28 14:50:24.467000','2019-09-28 14:50:24.467000',5,'Taylor Lobb','https://lh5.googleusercontent.com/-JtAhZxErIsU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckSOjcdzCJFuVMzyW4x-BVyWki3pA/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34643),('AbFvOqnZ2N5bcc7xGvtH0ipzp5qQPfrdXIbkISemMzlor1T-pLVHYps-3U-qZXORzHwcNm-cWwc0cw','Dr. Guharoy and the team we’re great! Quyen and Sindy were awesome too!','2020-01-13 13:27:41.525000','2020-01-13 13:27:41.525000',5,'Rodney Dede','https://lh3.googleusercontent.com/-8e2_3uROEM8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm3IsqjEMt-Mk4Swy0iBtOIfeI0EQ/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28828),('AbFvOqnz2nxl9RzKZWJyGXdSsKB1o3Sc3tCDFZsSjOf7X9_edNXzbP1jOzd_6ja1hVSsWEp95r5N','Alvean and Marcus were\nAmazing! Quick and through care!!!','2020-10-20 19:21:34.236000','2020-10-20 19:21:34.236000',5,'Mary Jackson','https://lh4.googleusercontent.com/-IE-jSZfLfts/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnj6Pu0R_wXab3dF_MengOf4-1nqA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33137),('AbFvOqnZ2qNrZ0Xa1g7rrs3RvP3kBMkE9-W6p4aZqFmP_rV0LGVjjZeWBJsVxxMTcD1nWreU3opl','Between Leslie, Dr Yusuf, nurse Hamzah, Melissa and wonderful Kelsey, other than our illness, our experience here was a very good one. I will let everyone I know that needs urgent care without having to leave them an arm and a leg for costs, to come here. Thank you all!','2019-01-05 20:46:11.245000','2019-01-05 20:46:11.245000',5,'JC Avila','https://lh3.googleusercontent.com/-lRt1deu1OyM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclq67Qf-r-RKEQGBJV7G1s-ugDl1A/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40754),('AbFvOqnz2R3mgrLB3H2W5njstyfdIX7jMuymnMaLgp5sfhfxnlmKeVmPjXne5u4hFgsgq0PSn9H4','Friendly and attentive staff give personal care!','2018-03-13 14:08:12.006000','2018-03-13 14:08:12.006000',5,'Sara Heald','https://lh3.googleusercontent.com/a-/AOh14GhcNcR_CizFIUpXvAiFAocFf1jqHt2J2RLsEbxOnw=c0x00000000-cc-rp','14567670160750071148',30866),('AbFvOqnz3q2pR8g33pS90L0v8gIIIKy-pZIwNLGOYkYTrmW6KztwIgu3cNLQRmyAWi35KGiakJdYBQ','Jacqueline and Brenda were great! They were both very helpful with my my needs. I recommend this place! Great hospitality!','2020-11-23 17:18:45.861000','2020-11-23 17:18:45.861000',5,'Kayla Bernal','https://lh6.googleusercontent.com/-g1bOmWoaBHg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclOnIhLAbqfbb4_NQUXMStPdDRzew/c0x00000000-cc-rp/photo.jpg','2077061009497551125',38420),('AbFvOqnz5_Cc-CyWv5-VFEdXU0CdoWiATXJWDdYWRsbQ8hF-EsUDlUXfu7H_CT32KuJXbMnt5gzLTw','I haven’t been feeling well and so I had drove pass signature care and decided to stop and it was a very fast process. I was welcomed with a smile by Tanishia and that was the first time ever walking in to an er someone actually wanted to know and helpful and making me feel welcomed.','2019-12-18 07:08:09.524000','2019-12-18 07:08:09.524000',5,'Anastasia Agunod','https://lh3.googleusercontent.com/a-/AOh14Gi8BE3Z-L6CD5aBUUuHegYwrnuyFed4Q9aJZB_AOg=c0x00000000-cc-rp','17898197009688164559',37801),('AbFvOqnZ5-Pa8CeKolZmY-dQLMDkb7bwwrjNTz9XO6fXj8rGF6_Mv1n3AySBX52TzJurIwhnfvw8','Nice place, nice people! Fast and efficient!','2020-12-24 17:55:13.022000','2020-12-24 17:55:13.022000',5,'Alanna Judd','https://lh3.googleusercontent.com/-6lXh2y0jjw8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck6uBgHoV1e5lgpRI2katl1419K9Q/c0x00000000-cc-rp/photo.jpg','2077061009497551125',43779),('AbFvOqnz55lduBsbMKXSQJuTs92UTOHCUuZyGb9lOO7ltAJfUU2jhsAnHe8daOimDdUXJogU8j88','The folks here were super quick, friendly, and professional. We went here to get everything checked out after a fender bender. The facility is much more pleasant than a regular hospital ER. My X-ray tech, Chris, was super chill, which was great for me because I get nervous having X-Rays done. Patricia at the front desk made sure we got coffee and made the paperwork easy. Alvean, our nurse, kept everything running smoothly. And Dr. Mauldin was efficient and professional with our physical exams.','2020-01-25 19:58:59.169000','2020-01-25 19:58:59.169000',5,'Lindsey Jones','https://lh3.googleusercontent.com/a-/AOh14Gju9GaKDi5AIiZzgevblrzLCoDn7OPT38enD1T32g=c0x00000000-cc-rp','16389487648212004696',33454),('AbFvOqnZ5h71BJBo0tfJppW29MdUXZ2dPuaoT9OkWFGYR13Nk4LVuZlZP-73zGLmQGQR_2jT1WhZ','This place is great. Highly recommend 10/10','2020-12-30 18:55:13.250000','2020-12-30 18:55:13.250000',5,'Brittney Haynes','https://lh3.googleusercontent.com/a-/AOh14GgSk6e6Gg4IkrPkubYL_p0tyKIivTXG4QpcGuHaFQ=c0x00000000-cc-rp','3272657195432704501',44163),('AbFvOqnz5XQrBABd6KCWLe9eBLbeA-Y6ZHHfVOfuBeDFb-20XHXmWvA6W-adCBk7x0eBHzA4mQ97','I was having a possible heart attack and this place was an amazing place to be at. Instantly went to the back and they began care right away. Dr.Sofia Farooq was absolutly amazing. They transferred me to memorial Hermann for further observation and all was well. Thank you Dr and all the staff.','2020-02-12 21:27:58.161000','2020-02-12 21:27:58.161000',5,'Clint Starrett','https://lh6.googleusercontent.com/-oOrOT5ss27c/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDXx_uJhtavH4PdrM8ZNEDogWNaw/c0x00000000-cc-rp-ba2/photo.jpg','17394740196501090048',36627),('AbFvOqnz6HeDUKZw0UHFo32xhTCpT26ZjA-igTTPlBWZqtBZIBuWGZBQCCtyiyV3_W3e4TKULMgV4g','The staff here was wonderful 😘😘😘 they was very courteous to me and my daughter doc kotey showed their is no dear nurse lyn was up most respectful person I ever meet she very outgoing Daniel b is loving children person Tanisha w was very outgoing love her patients 😭😭😭😭😭','2019-12-23 05:57:04.297000','2019-12-23 05:57:04.297000',5,'Kerryonte Turley','https://lh3.googleusercontent.com/--VzPv44T6RU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclqIhc5HPkjYT8tYUMSOhILNIFEaQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37784),('AbFvOqnZ7lN88wAc49XqIBcS8-QsjDPQALPuWzKIPj6hB2c9pgNFR8Nrl2-7yS79IFxCeapDQQ-msA','So thankful for this ER. They took great care of me.','2019-09-02 13:44:52.777000','2019-09-02 13:44:52.777000',5,'Sue Bee','https://lh4.googleusercontent.com/-T4H5UqjgbDs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnJhwGpOBPYTwsGGb1arK2RmIlRPQ/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38010),('AbFvOqnZ7lR5xy84zU9j8xevbtsp3dWsgq3rkWwAtlAkSCqL3Ak-onxas5Mu_omCITJwWSJVlkfuWQ','RN: Karen\nRegistration: Kim\nRT: Gunnar\nDoctor: Dr. Edwards\n\nThe staff was very helpful and comforting during our visit. My son hates shots and they helped to make him feel as good as possible. I would recommend that everyone should use Signature Care for any medical needs!!!','2019-11-27 21:17:11.440000','2019-11-27 21:17:11.440000',5,'Joshua Hines','https://lh6.googleusercontent.com/-DSt5YYMZUdQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBtZX7EOxYD9V7TL69UXAT4Si0cQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39763),('AbFvOqnz7rlQnJUm34RsnHfdE8SleRxlXelPd-c326yMOi7Yahvk18v027DxJ8e8WnAs6RCxgpzL1A','I was at Signature care today and it was so quick and easy! Highly recommend!!','2021-01-13 22:34:48.759000','2021-01-13 22:34:48.759000',5,'Jana Haltom','https://lh6.googleusercontent.com/-cHIZbrAcSJ4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmyjDlIymAVPyTt9tR1iyiQQ95nmg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',44621),('AbFvOqnZ8_cTuz9qPR8803YNQ4u0r12iUOQgbKoq663_tWti2f97DwPDNPg_L3BoHDHxbyJztTtaIQ','We had to bring my little sister up here because she got really sick. Dr.Ashbrooks was awesome, Linda was so sweet, Amber was nice, and Christie was really good with my sister.','2019-01-04 03:54:35.363000','2019-01-04 03:54:35.363000',5,'Haley Whatley','https://lh4.googleusercontent.com/-Lvp0rjHQQ8Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmEa3tePZqqJ__zLRvTucmZrA86hQ/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39970),('AbFvOqnz8u-66da8S3IVO6wui4ircy7kIJg9PA420GbfPuINEtC2hFdRNe70vtflqavsT8k_DzCiyg','Wonderful fast experience, MAYA was very informative and helpful and my made my visit very comfortable .','2020-02-27 17:42:44.567000','2020-02-27 17:42:44.567000',5,'Zeneyah Edwards','https://lh3.googleusercontent.com/-2fcLYjCW0kk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckW-ujX8_rOz_J_i3_K9_Y1BzzTnw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28679),('AbFvOqnZ9h6Uw9MvOVrcmmjqLJZfNeF3jdDovvd5kJvjJKeF8aNjj9_9pBW8d8whgPJtEzrNkhY9Tw','I visited here for a dog bite that got infected and everyone there from Tanishia at the front desk and Shelley and Heather who were my nurses as well as Dr. Patel took excellent care of me. They explained everything that was going on and made sure I understood everything before I left. I hope to not have another emergency but if I do I will not go anywhere else. Thank you all for taking such good care of me and making me feel comfortable!','2019-02-01 02:25:50.502000','2019-02-01 02:25:50.502000',5,'Christy Schild','https://lh4.googleusercontent.com/-P3MymmfFkRE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn6xxag3EWdtPEFFzeLzC3ynjLcIA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38312),('AbFvOqnzA1grXW0vpvTYSqloQi46aTZj9J5Q7sHO5lcuVnuWQ6kEauL9vPHKuP9KQG2lLyNk4JqNpA','Fast friendly staff, eager to help and make you feel comfortable.\nRegistration Nurse Maria was super friendly.\nNurse Savanna was really nice and did everything to make me feel comfortable.\nRadiology Tech was really nice and thorough.\nDr. Diaz was really nice and explained everything in detail.','2019-01-30 13:51:43.530000','2019-01-30 13:51:43.530000',5,'Robert Sprenkle','https://lh3.googleusercontent.com/a-/AOh14GgAfsWJt-ecBooFJWLwDPZydCx3_B1KYrXUjtCB4g=c0x00000000-cc-rp-ba3','13486358490203335051',29917),('AbFvOqnZAxn1fGygYZnSkghiwQg7KUn56S3YkTMhSxGsyRUCN53HO-8plsFhPHnwXaRLKKtXb1mviw','Amazing experience. Dr. Elsbecker, Katie and Delfino were very warm and listened to all my questions. They were very prompt and made sure to make me feel comfortable as possible. I would definitely recommend this place to my friends.','2019-05-23 16:49:15.196000','2019-05-23 16:49:15.196000',5,'Sona Singh','https://lh5.googleusercontent.com/-KtIELhHAFAw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckzTJZZQD8qEgiVXw_nqFwR52PFMQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36196),('AbFvOqnzBrcfplE41wdYkdbIf4sZAi2FyYBkUIpQbIRyKOTzpYHiDyj0DQ2F_BAjq-Mk5mUpKnSH','What a wonderful experience during a stressful time','2019-03-07 04:38:22.189000','2019-03-07 04:38:22.189000',5,'Robert Dupree','https://lh4.googleusercontent.com/-Qnae8Po5_pE/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl6tZ_EJXd6aFf5Abldzpzbo4XfFw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30594),('AbFvOqnZbyu2gkJ-rBcHESHNwU2G6ATKYAS_0lD8HhBquE9FlY3PNjMFDaFCIFl9TU1kZ2ryKiUpng','WOW. They were amazing!!! Everyone from the front desk to the nurses and docs were so wonderful, kind and knowledgable. I could not have been happier, literally the BEST medical experience I have had anywhere, ever, and I have had many. Really highly recommend them.','2017-07-05 17:24:37.891000','2017-07-05 17:24:37.891000',5,'Maya Frank','https://lh3.googleusercontent.com/a-/AOh14GjiW_gzi-enItbvnmi5kulA8comYCQ7QzTHXDmFUQ=c0x00000000-cc-rp','16891069708558046635',36471),('AbFvOqnZBZEmYmCS1kSRl4FnJtYLHgyJpCa6r9FbXklEpMcGBuhbw0Zu4COyoHcjJR62MR-7C1Byow','I had an amazing visit. I was helped from the moment I walked in. I was seen in less than 10 minutes. Let just say I had already seen by the doctor before even starting the new patient paperwork, it was that fast. Highly recommend.','2019-12-18 19:20:47.764000','2019-12-18 19:20:47.764000',5,'Camille Allen','https://lh5.googleusercontent.com/-iHwoNgB3q2I/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck5K6qI4guEYqO3yseHnyIBaFpWoQ/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39182),('AbFvOqnZCeSYTNUioGO9KAUg9L9HYpdOftJrc53nedO9EOb4HTCG56J1-nHWFX9Qq52sdKUhJAauKA',NULL,'2020-11-03 18:56:22.689000','2020-11-03 18:56:22.689000',5,'Samonte’ Love','https://lh3.googleusercontent.com/a-/AOh14GieUzIklp8zzAr_Qsqd9BSEvCYbKuYMRBynZWVTqg=c0x00000000-cc-rp','14904078213800803294',32175),('AbFvOqnzcfXQA4jC4mTvzUz-x7iDHcb66Dt3t_ubR7k5MDhHLlKKAUuxvNmge3Opov5o61MPLjVqog','I LOVE this place so much I rather come here than going to the hospital they are very professionals ,very nice , clean environment, Excellent service I definitely recommend it.','2018-05-05 15:45:30.567000','2018-05-05 15:45:30.567000',5,'Bianca Garcia P','https://lh3.googleusercontent.com/a-/AOh14GhLTnjJIlvkNlFa_DF39ewNuCmW_E0NvK5w2637_Q=c0x00000000-cc-rp','17394740196501090048',36953),('AbFvOqnZCIXVbEzKxkHfpCZVX-hv07yAQEuUusKpKaatyCu5IjKQHKakJjLATKdTICh2qMu30UjYzQ','Very quick and comfortable, very clean and professional. Definitely recommend.','2020-02-07 14:09:37.430000','2020-02-07 14:09:37.430000',5,'Julia Claudio','https://lh5.googleusercontent.com/-GO6waRhpmAk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclHxHn-MUrz0ENIMaRzxhXW68kOLw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39137),('AbFvOqnZCuP0wToXYkw7Q30lggRUID7l6nxBhtcDwhJdCiFOxEeK_xAcpmuXA-IScgeYrBqQuX5srw','It is a great emergency room I was made to feel comfortable in the room from the moment I stepped in and i was in and out in a timely manner, I would recommend it to all. Doc really was welcoming and i felt comfortable with his professional advice and taking the time to address my needs..','2019-06-13 23:08:13.306000','2019-06-13 23:08:13.306000',5,'Raw Truth','https://lh3.googleusercontent.com/-QBNB45PFOsc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckR4lfeHE-NLcVSxrSDUNIKFqg_Dg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnzcYHaUIPh_sxIAuobvnAeYoW_a3cPIqT1j5WhLpzxSeKUR_JH3Qc0LsC8ALzyi_9IycmYFA','From the moment I walked in, the entire team was extremely professional and welcoming. They made sure my concerns were taking seriously, and were very prompt with the care.','2019-12-27 19:56:41.719000','2019-12-27 19:56:41.719000',5,'Olivia Powell','https://lh3.googleusercontent.com/a-/AOh14Gj36InLpGgsvgpk0zrJAYRMl5tUNZQZE7LuOgCFpA=c0x00000000-cc-rp','17898197009688164559',37772),('AbFvOqnzDiOT2mBl-qvYu_JZFrn5txWODb8KIfSmtl8_ANufePLXOEfi4ayNaN0MioYSIzVddhfl','I came in with my grandma and Kennedy and Lorena were super sweet!','2020-12-20 23:33:11.833000','2020-12-20 23:33:11.833000',5,'Naomi Mendoza','https://lh4.googleusercontent.com/-TezeiwjCEZ8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck4LifXc8jbud8baL-tUgRgmLeALg/c0x00000000-cc-rp/photo.jpg','16590124370714063921',43659),('AbFvOqnzdj16C89LTVBXWcn_VkwqU2JK8154NlX-4wmAG9105j0M6-aNk7CAPWFGxAVdmuSMWJJLog','Had a great experience from the moment I walked in. Always my go to for any emergency, the staff is awesome and work great as a team. The doctors have great bedside manners and explain everything to you in a way you can understand. Love this place!!!','2019-02-21 12:56:45.677000','2019-02-21 12:56:45.677000',5,'Claudia Ramirez','https://lh3.googleusercontent.com/-xUUPicCvnF8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmlS3xDplI3ZHKgERj-cTFHEhuPQw/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30601),('AbFvOqnZdRSGslJbXddpdHxX_hPPqLVqxcWHmzPKtR0kue-Hv6xWAYxb5sZHey7hHptUu2RoqTO84w','A minor emergency but the service was top notch from the front desk, nurse and the doctor.','2017-07-18 17:55:06.476000','2017-07-18 17:55:06.476000',5,'Rose Fuller','https://lh5.googleusercontent.com/-vl7tutspo9U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckdjuqG-4XbfME7NGwr-1qqYzmfWQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31007),('AbFvOqnze0pNTDSXZALVanSsNhMMWwGdxu7Vev50U8E-cKAa_DO-dgrO6WXJzIaQL9QfVzbCy6hMDg','I received timely and compassionate care from all the staff. Natalie, Rick, Joseph and Dr Boester were all very caring and friendly','2019-07-20 13:54:25.345000','2019-07-20 13:54:25.345000',5,'Karen Harrington','https://lh3.googleusercontent.com/a-/AOh14GjfOassQpTCEZx3drPCOVbEbKxNGIJ-m8RSATj2Jw=c0x00000000-cc-rp-ba4','14567670160750071148',30493),('AbFvOqnzEjCWQderp1PLmyOa9IUOo7GTUbJdcKUAkv50ugxOAKv9IeA3NOB1lQFLOhOLvtCC-XYZ','I went in for a lower back pain and as soon as I walked in, I was greeted and rapidly taken to the back where they offered me a water and a blanket. It was such an awesome experience to be taken care of so respectfully and fast. I received a call check up as well as a card from the facility wishing me to feel better from Dr. Grinblatas, Paul, Agnes, Deanne and Jessica and that\'s super sweet. It also shows they go above and beyond to help their patients. I would and have recommended this to all of my friends and family. (BTW: the interior is so beautiful!! not what you would expect from the outside).','2018-07-31 23:46:29.184000','2018-07-31 23:46:29.184000',5,'Anissa Garcia','https://lh3.googleusercontent.com/a-/AOh14GiHgxuqehydGhHTUdOYS9itC1hE2QGDXm2UCDZ7Ug=c0x00000000-cc-rp','3511292162159714121',40913),('AbFvOqnZeLMuIDkKDEyf3FEX1UXgIvARQ_uxEGkcx2qkseP_hYNAEgAz26XH_T89tBDxwXe_g8jLiA','Amazing staff, had an incident with my baby boy and was helped immediately by the receptionist (Alisha B), and went straight back and was assisted by a very nice gentleman (Andrew) he cared for my son as if he was his own family. Was then assisted by all nurse staff (Lisa, Amanda and Danny) all whom were amazing and so gently caring for my son as they worked him up getting all medical history. And to top it all off was greeted by an amazingly kind Doctor (Dr. Huerta) was so caring and reassuring. Over all amazing staff, amazing clean facility and very fast and efficient.','2019-05-05 23:15:32.956000','2019-05-05 23:15:32.956000',5,'Cassandra Ramos','https://lh4.googleusercontent.com/-TM7RLg2PWP0/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmoIPg2i8QuLjl2IunbLFPIbSZ9hA/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29854),('AbFvOqnzFfOzGPVvLT5xACk2WBCBuYGZlGgzSxAIf4cx08NhICCv_eEyhCyQ84IulsRm7P6TkZW7lQ','Pradeep Golla is fantastic! Took excellent care of me! That man deserves a raise.','2017-08-24 16:39:56.573000','2017-08-24 16:39:56.573000',5,'Devon Wyszynski','https://lh3.googleusercontent.com/a-/AOh14GgztagfgVPNN182-ihawcpM31H8YwhYWuCMobGk=c0x00000000-cc-rp','17394740196501090048',37090),('AbFvOqnzfNaPPp59Z4R_JZ_XVxYaDHbrvCbmOj3T00_54HrfBU2NY5hMtL4PA045GhISp3j7uGxZiQ',NULL,'2020-07-10 11:51:02.593000','2020-07-10 11:51:02.593000',5,'Rebecca Mendez','https://lh6.googleusercontent.com/-1MRONwlGxzw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucklNDakOsfUm8v4sPUzMEZKk4O-xg/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33211),('AbFvOqnZG_hQaiJGYsuJRKv0zWmmgbMuG4Wyj7qdESzWtekJEcHG-4vdmSZATDAqJq-KdW26II6y','My experience was AMAZING! I am still in the office and had to leave this reveiw before I left. Dr. Grinblat first and foremost is the most empathetic and compassionate Doctor I have met!! He was soo nice to me and my children and was so honest. The staff was so accommodating due to I had newborn twins and a 6 yr old. This facility works with on payment arrangements and wont do all these tests then hit you with a unexpected bill. Although my insurance is not accepted the experience and professionalism i received today...I will definitely come here for all my emergency needs. I highly recommend this place. Very clean..friendly staff and very short wait time!! Big THANK U to\nFANNY\nJEFF\nJORGE\nSARAH\nANTONIO Lopez\nAnd especially DR. GRINBLAT!!!','2020-09-07 18:15:57.193000','2020-09-07 18:15:57.193000',5,'T. Metoyer','https://lh5.googleusercontent.com/-rrsLDET30ZM/AAAAAAAAAAI/AAAAAAAAHf8/AMZuuclre8gsWbhtH_SYeFF_CFksgcK71w/c0x00000000-cc-rp-ba2/photo.jpg','17394740196501090048',36537),('AbFvOqnzG1JLI1bvnr-liILgTabsU4T-6AC_CKFZvPrHq-4XN3LApuMloXE-X2Hvy41gjq1ICsWz','I just got tested and had a good experience. The staff is very helpful and informative. They answered all questions in a kindly manner. Also quick results in 15 mins. I recommend coming here for testing.','2020-07-20 16:11:07.610000','2020-07-20 16:11:07.610000',5,'Joel Ruiz','https://lh4.googleusercontent.com/-azRvX8tzZGM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclTjXUu2JA_NtNlvwdooDK6qptTUQ/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30162),('AbFvOqnzg93wrSEHDFxOsNg7rEfXw8afaY0Fz3xLJzpUf_1e89z1hcsXbSmQe2vPqbSO9vGNTSyCUQ','Very clean, Dr. Thomas, Dawn, Ashely among others made the stay very nice','2019-06-07 11:52:37.853000','2019-06-07 11:52:37.853000',5,'Jeremy Daniels','https://lh5.googleusercontent.com/-C8OSauJh6Es/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuck5t8fXzR83hcursy2ohtlYPdUPIA/c0x00000000-cc-rp/photo.jpg','17898197009688164559',38153),('AbFvOqnzgE6RvqqXSzu22hVyeB1pSuTT0JEhQdp4cy3Y8_S_uuOWGMo64XHYNBT0Y1DF2qwz0ach','Awesome expirience! Friendly staff & they diagnosed me with gallstones shortly after arriving.','2018-11-08 20:38:46.092000','2018-11-08 20:38:46.092000',5,'Alondra Escobar','https://lh3.googleusercontent.com/a-/AOh14GhlFdgOyBZzLXqbsb19AVq9XMx-rGQLDr2xT5iC=c0x00000000-cc-rp','12541597562633926366',29184),('AbFvOqnZGM3je1zumGtHMXC15dd_5TMqzwzQD9_v55_jZmoJhvWUZMzgdsD836rhhfgfRtQm_rlz_Q','Fast','2016-02-22 04:21:27.671000','2016-02-22 04:21:27.671000',5,'Jenn K','https://lh3.googleusercontent.com/a-/AOh14Gh8oCuS04bFiw-s3md5UxygBs3kzB677GoCSwRV=c0x00000000-cc-rp','17394740196501090048',37376),('AbFvOqnZgPfY8YwRRKLYLNUqk_5jez08fMa4noKAnxIJVtXZsOFkKPU0VoGs5NtKeL0FtEETo83z8Q',NULL,'2018-01-16 22:07:30.293000','2018-01-16 22:07:30.293000',5,'Hannah McQueen','https://lh4.googleusercontent.com/-D9wfPErgujg/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnP1V7earf_JwxRJ3lCVfDlZCOwew/c0x00000000-cc-rp/photo.jpg','16590124370714063921',35328),('AbFvOqnZgQNzyea-PGj3xWvVTKSibnZPKHn5DVoXgk9_01KIpzv-ccg8e7vhi7aLYPy8K_AizVlMcw','Speedy intake, and polite providers and staff','2018-10-13 00:23:01.948000','2018-10-13 00:23:01.948000',5,'Shira Wotshername','https://lh3.googleusercontent.com/a-/AOh14Gj4OAkDW-oegAmPG-u0OflP54qTlClqAxD_zO8p=c0x00000000-cc-rp','14567670160750071148',30690),('AbFvOqnZgRe5235tgw5OKUFFpG_CLIbf8mbEaz1Jkmhl_vnjkgnbsVpp03XfITX3DwG2uIRmR5DS','The staff was great. So friendly and caring. Definitely will recommend this location to anyone. Thank you.','2019-03-08 00:13:29.236000','2019-03-08 00:13:29.236000',5,'Michelle Anthony','https://lh4.googleusercontent.com/-vRwM5x-CWps/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm16EBPLE0YrykLayP6sdUxq7WfQQ/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32491),('AbFvOqnzh5m3TiysLPbkpURHrcsQNi2v44MRqXQbG5qPsXX6teDNt94eh7kUBgcOa8QvofLpBzCc4w','Excellent service. The front receptionist was helpful and courtesy. She made the visit a positive experience.','2020-12-09 22:37:19.436000','2020-12-09 22:37:19.436000',5,'Carolyn Griego','https://lh5.googleusercontent.com/-5mAH2XpGWnM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckL6UPi5epnHkPSldTInjU-21lqRw/c0x00000000-cc-rp/photo.jpg','2694018788013845459',38850),('AbFvOqnZh5w3aXIqbd9IduUxQcHhK_cIVokioMSWSUdVKvFSzNRjuJxXbJOIwDkvOZLhnKd0LBYFSg','Doctor Angela was great, informed and was very helpful!','2020-08-10 11:33:02.556000','2020-08-10 11:33:02.556000',5,'Ellaa Bellaa','https://lh3.googleusercontent.com/a-/AOh14Gi33ifFtz5o8KH9wm1DiRHh10hEZyKKz6GShVH3-g=c0x00000000-cc-rp','14748677429039074158',31782),('AbFvOqnZH9zvjwaiCDXAUID5azK8JuZNboROOIQSFO39F1YN1ZJRXH8QvCP4L5lKbp9DzTM7HAYKcw',NULL,'2016-11-15 05:54:12.950000','2016-11-15 05:54:12.950000',4,'Eunice Reyna','https://lh3.googleusercontent.com/a-/AOh14Gil3KxjkE-EopXwUQkV9CFMzBKyZX8Uc3i03xWSpg=c0x00000000-cc-rp','8679688254631342173',42775),('AbFvOqnZhINS07esSBAEMY0UfFBpeP4SZmPN3c7rii1cWJkEpdwwrUKnAEelYHJ76t_cC_X6nUpFoQ','Loved how they greet u as u come in and cleaning every time some one came in good staff jennifer and tiffiany. Keep up good work. And i liked that it dont take long to be see','2020-11-04 16:10:41.233000','2020-11-04 16:10:41.233000',5,'Tina Sandoval','https://lh6.googleusercontent.com/-mKgRKVdx3Nk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBHQV9FUWgalX557uC-JZ6KQrFCw/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41861),('AbFvOqnZhTsD0bNd2xGW31qR7R1ZxXCQQuDK4EHawoiHsAapHTt0V6CVo7v-XnwUm6IbY8xl2OBu','Came in for a severe headache and the entire medical staff is awesome. DR Das and his team are very nice and empathetic. The care is phenomenal. Highly recommend if you need to visit an ER.','2020-09-14 14:16:25.240000','2020-09-14 14:16:25.240000',5,'Jason Spencer','https://lh5.googleusercontent.com/-CbSjcSp2ISM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclpkngTsiOEEI1Q7Yi4U-VnaoCyIA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31669),('AbFvOqnZin5FvE2vWMQ-DiqcxwBITr7uq-knLcUuhrZhC2NAkLKbCj8CcNz2Wy9nwbvUFinTeDuP','The team at SignatureCare Emergency Center was very professional. Cody and Kelsey were also excellent','2020-08-03 18:52:44.063000','2020-08-03 18:52:44.063000',5,'student Tyler Clifton','https://lh3.googleusercontent.com/a-/AOh14GjxCraNfEXVP8xRPMcTfsK6b-h3Yi6T3Aysu5a-=c0x00000000-cc-rp','2077061009497551125',38658),('AbFvOqnzIuPtQIiH2VJGBOtKqCOP692mv7w4faCyr3ZrF6Yz8g9nF_0aErj5xpDUptVRD9KfqGmy','Very clean I was seen immediately everyone was very helpful kind professional and courteous they even gave me cheese and orange juice for a snack while I was waiting for my test results the doctor explained my diagnosis very clearly I would definitely recommend this location to anyone in need of medical attention thank you for all your help and kindness\nDr. Soli\nNurse: Robert\nRegistration: Cindy C\nRAD: Fatima','2019-09-27 02:07:39.160000','2019-09-27 02:07:39.160000',5,'Gina Frank','https://lh3.googleusercontent.com/a-/AOh14Gi_4UeFbWqyzx1jWs6_F-KVR0Hp2TgXk4D6pzasmg=c0x00000000-cc-rp','17394740196501090048',36698),('AbFvOqnziXgpl7rWVroNGPbE6fUDmg-viYQa2TZZQOnybxvcdGLQ6Mt45hyABECiFmLwzybbuxFH','Great medical attention and quick service. The staff were very helpful, welcoming, and patient.','2016-11-14 15:56:22.284000','2016-11-14 15:56:22.284000',5,'Claudia Posada','https://lh6.googleusercontent.com/-kHIB5nAp14o/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmsepwmeasuYNfws-1DsGCg4l7s9w/c0x00000000-cc-rp/photo.jpg','17394740196501090048',37270),('AbFvOqnZixW9EF7inWKKRycKJrgdDpw741AZmaxpsZzH9_Xl99Ei6elgJ5e4G-rm4POhC8QcVaGp','I can\'t say enough amazing things about SignatureCare. The doctors are AMAZING, the nurses are AMAZING, the front office staff is AMAZING. Seriously I can\'t give enough AMAZINGS to them. In the past year we have probably been at least 6 times and every single time we have been there it has been AMAZING.','2019-05-09 14:27:41.268000','2019-05-09 14:27:41.268000',5,'Amy Latham','https://lh3.googleusercontent.com/a-/AOh14GjQCPAOvaoi5krXJrUhjRyiBvQjEPHX1DQFfNr0Xg=c0x00000000-cc-rp','16891069708558046635',36210),('AbFvOqnZizHKVaW9Ud0VNitrfZ_29EWdF607j1pDMTg2CfRUP_cRctAO3W86GqoWhwZdZnqq5Z0mew','I had a great experience at signature care. Everything was very easily explained and understandable. Dr.Richard Nguyen was great and so was nurse susan','2020-02-05 05:23:48.734000','2020-02-05 05:23:48.734000',5,'Daisuan Parnell','https://lh4.googleusercontent.com/-L2GjBt3M0XM/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl8wHmKaONpExH5rHbGeJx0C-gvBg/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37723),('AbFvOqnZj9mW96Y8v0dhEopb8XLcnvjhIlBDhLszamVKHjOUnXmwZc_K856Oc-wsNmVk42y5p6bYDQ','I usually dread going to any type of emergency care clinic, I was in serve pain and the staff here were amazing made sure I was comfortable and always checking in on me. The nurse Adam was such awesome guy. I would highly recommend this place','2019-03-01 07:33:41.382000','2019-03-01 07:33:41.382000',5,'Kathleen Rathburn','https://lh4.googleusercontent.com/-lNJx7tKqaXo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnyCFX4Q6AbhYDJj4Mi7LkddKgnBQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36261),('AbFvOqnZjkRrFsZdlNmbacEKeqL_USoH6fsxAKInQIKhCh1VnhLGc0EXVl9EM6qj25owAnVbTndx9g','I have never felt more comfortable in a doctors office absolutely amazing staff ! I was in a minor car accident and Chelsey and Clay made my day turn around 100%!!','2020-11-21 19:54:25.946000','2020-11-21 19:54:25.946000',5,'Fiona Schwartz','https://lh5.googleusercontent.com/-STzBmb6C2oc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckwpO-VqmoH3LxzfZm5ih5cmB4yPQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',35570),('AbFvOqnzjLqGQYf0E2gQlFmOmeF_A4kvOEZ7kXWTZfZwjvxtpvq1k0LKnkmF5NFAfrRyjEM648TEIQ','Jaylon Radiology,Brady Tech,Alina Nurse was all great and of course Dr.Edwards thanks so much','2020-12-21 03:57:15.890000','2020-12-21 03:57:15.890000',5,'Maraquet Heard','https://lh3.googleusercontent.com/-HHG-zXBB0C8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckok1puTAB_2YAURh_BqD5_r9haJw/c0x00000000-cc-rp/photo.jpg','3272657195432704501',43655),('AbFvOqnZk2QDuS6I2iJ9PEWAVcB64VnklzneVUiM7oxj9uiEOf-QhvtOHLbHqtVOKun3i7wPm18NXg','Went there and the whole staff was so very caring!! Loved the atmosphere, the nurses carried on a conversation with me and joked around with me, they even showed me the sonogram screen and showed me my gallbladder!! This will be the only er I will ever use!!','2019-04-02 04:55:02.949000','2019-04-02 04:55:02.949000',5,'Jaime Harrell','https://lh6.googleusercontent.com/-cUvyQfx20mA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnRt6fs3r0OTeJSoyNTA6QFgpet8Q/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39885),('AbFvOqnZKLkSTDd_ikVNS_-LoM-rdWxNuWBtO4tCaI-PErwZwiV88sZD-X_d1h1iXm2xaqMK-yLGDQ','Got in at 5 30 am in the morning durring a tropical storm. I was taken back right away. With in an hr they had me for a cat scan on sight and had results. I was made comfortable until i was transfered to sugarland hospital. Wasnt a fan of where was transferred but this location made my miserable situation much better.','2020-09-26 03:54:18.620000','2020-09-26 03:54:18.620000',5,'Kari Ossowski','https://lh3.googleusercontent.com/a-/AOh14GgvKcigTVoi7h6dk4b2jURIPTuqnayLpVjLyamvPQ=c0x00000000-cc-rp-ba3','8918455867446117794',42896),('AbFvOqnZKWePoJ37wilDLs-zTLAf9Whu9CaU0CmIgGhXJ13FwvcpOSalXks-yMntkEJHcunz6rjT','Signature Care made me feel like I was in the best care possible. From the moment I walked in the facility I was welcomed and taken care of. Thank you for a pleasant experience when I wasn’t feeling my best.','2020-12-29 05:26:48.111000','2020-12-29 05:26:48.111000',5,'Dylan Buck','https://lh3.googleusercontent.com/a-/AOh14GgSvQtrWYWwJwIVWnWhLF9pYYSkk-fEATcX1DepoQ=c0x00000000-cc-rp','2077061009497551125',44113),('AbFvOqnZKwJqMogDsePoOycHe_d1J3InnekPvaHdkrcCf9_8kWeXNxrx65hZljzmBphgLbIToOH0hg','I appreciate that they treat you good. My nurse was Kristina and she was really good I appreciate all that she did. Registration was Maya realized I was in a lot of pain and made my registration go so smooth let\'s not even talk about Dr Faig he was perfect he explain everything down to a T where I could understand it','2020-02-22 18:01:03.845000','2020-02-22 18:01:03.845000',5,'Janet Patterson','https://lh4.googleusercontent.com/-nSRIoCtdxQo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn2ndXYh92cXsuvprgATzm72u--Cw/c0x00000000-cc-rp/photo.jpg','12541597562633926366',28704),('AbFvOqnZkZmT5v6ksne1xDW8NC1xggpEYgdMc9QYkLLmIogEILerUVP1wPG1f0GqYNHtsNvAaMOa','Kevin administered my COVID-19 Rapid Test and although the test itself is uncomfortable, he was still gentle and swift. Very friendly front desk and staff at this location. Didn’t even wait that long to be tested','2020-09-18 00:37:42.237000','2020-09-18 00:37:42.237000',5,'alexis mcdaniel','https://lh3.googleusercontent.com/a-/AOh14GjbUpwz_ZbEca66OsMFB1t7wnqSSXMebnc_Tp9sIQ=c0x00000000-cc-rp','14748677429039074158',31635),('AbFvOqnZL2flouJVO7XPl4QGxCdAqyx2qBovKfXastIM3Cara2q7AbaCXw9HX11eDP_BESi7_pvu','Brought my son who had something on his ear and Dr. Cavazos was very helpful, he explained to me what was going on and it gave me relief. The team was really nice and I didn\'t feel in a rush (which is a plus for all parents out there). Thank you to the staff and Dr for being patient and caring.','2019-06-03 16:13:13.252000','2019-06-03 16:13:13.252000',5,'Perla Luna','https://lh6.googleusercontent.com/-ZIm0x_KtXoQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucn5dysGlL4CAc_bf7SuKhuoU0w-5A/c0x00000000-cc-rp/photo.jpg','16389487648212004696',NULL),('AbFvOqnZL3ZqN8GJlLPm38rvhlRMYaEJsbj0mZSRelaYCK23J05AL2L97rBBmen8TZ2bBYXo3ewWVg','We were in and out super fast. Everyone was so kind and helpful. Kendra checked us in was great along with all the other staff.','2019-11-17 21:03:22.596000','2019-11-17 21:03:22.596000',5,'Sherri Wolff','https://lh6.googleusercontent.com/-i5NZZ5gBPJI/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm6hsCW8fBBW6JWiVJiGLFJljCLqQ/c0x00000000-cc-rp/photo.jpg','16590124370714063921',34562),('AbFvOqnzL91mRdqPbsc59BuYBmYLbZE1kLLYpm_u1MQWlSiWPN5YRkd2JqAd2CIMvlRBErIDRpRv2g','Above and beyond! Ms. NWEZE was able to help me with what i needed and I am super grateful to her for her service.','2020-08-09 16:52:26.493000','2020-08-09 16:52:26.493000',5,'Omar Shahin','https://lh3.googleusercontent.com/a-/AOh14Gg4VoSe-dtyS6Bq-ulerkDO9VyKCCIXmSGITP2zlLo=c0x00000000-cc-rp-ba4','12541597562633926366',28575),('AbFvOqnZLESMPdIHOTDf-4EFx0HJCiQ3no9VE9zKh9Dza_Bo9frEojV_y8j0_u55k5Ez1HfV_w5V','Made an appointment to get tested for covid and arrived 30 mins early to give time to fill paperwork and still waited 3 hrs to get tested. I wonder what was the point in making an appointment','2020-07-21 18:16:58.014000','2020-07-21 18:16:58.014000',1,'Frank Morales','https://lh4.googleusercontent.com/-hJWFwdvT3Tc/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclke9lKRNSJVFPqW34d-8AnyFdfdw/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31885),('AbFvOqnzLGssKBhMoTRn4KoDAJ5XOpb3AjFN9vsSpqKREL96g0xXqTSnK1rkzTYqIrAtpV-QIzK7yw','This place is great! They got me in and out with great care and very patient. Meredith and Tricia were very nice and Jordan as well all the staff provided extremely great care and all staff were professional.. I highly recommend them..','2020-03-04 20:56:22.326000','2020-03-04 20:56:22.326000',5,'Zoe Hale','https://lh3.googleusercontent.com/-GZUhVmvn3rQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmDrvvJ848WiIa1N_Sgkggat07nMA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33293),('AbFvOqnZMa0HFhJAh745UQg5DAGQFaI6Jn_ViqeJsm3-rD4dp9raWDU1ybpNm5buW3o7XQ-GanLu',NULL,'2016-10-24 23:08:59.203000','2016-10-24 23:08:59.203000',5,'Gang Fu','https://lh6.googleusercontent.com/-M2MtlEWEmB8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmrarfdvWSGU6qpuA7EEc_72AFCYw/c0x00000000-cc-rp/photo.jpg','14904078213800803294',32774),('AbFvOqnZmMiigI2SeyD8ks4nmSK4-6DtJGHaz8dN1TdFhD8ba4kAWA0qwQtY5W65oFEdlEYHOpo14Q',NULL,'2020-12-11 17:11:17.700000','2020-12-11 17:11:17.700000',5,'Danny Ferris','https://lh6.googleusercontent.com/-sm0dYXTnBdA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclBx9q7JFlefrg-Wuhb6IuIOWE8ag/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40024),('AbFvOqnZmT2nQQH7oj_FPSjdMRbi-lvyZGDnKNBkFRhGayEDfeyC8D6ta9BDjIYNh2Eu3G_5Ywng8Q','I went in for a visit for the first time. Probably the worst experience ever in a clinic. The nurse, in the examination room, who talked to my about my medical history and symptoms didn\'t once look at me, let alone sound like she actually wanted to be there. The other nurse who showed up didnt even bother telling me what to expect during the test she was about to administer. I had to ask. Yeah, not a welcoming staff at all. Hard pass on coming back here. Plenty of other options in the area. Avoid','2020-12-19 02:19:39.011000','2020-12-19 02:19:39.011000',1,'Farrukh Ali','https://lh3.googleusercontent.com/a-/AOh14GhVZklkmuxYEh5aSsLdf1maTiNPggTW_PWxbhmUTQ=c0x00000000-cc-rp-ba3','3511292162159714121',40014),('AbFvOqnZmVW4P0ahx2tCnhO_wilkQSdeNHHFa2EyPZLarcZNxr_ZKWvEZxStaByeXf6OqavjVsjg','I went today due to a stomach bug I had and Dr. G was supper great along with Ms. Natalie and Ms. Christine! I love their service!','2021-01-25 01:16:00.107000','2021-01-25 01:16:00.107000',5,'Natalia Ochoa','https://lh6.googleusercontent.com/-9_QYc7RkoJY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmboDrAjpIfUP4nfwUlBXOZm8WNhg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',44422),('AbFvOqnZn0wHzCS5dsqd7zfatBbGpbBBSbovm2mnddngeMBZ2WPqTaLsb-KnduFpTEPY5tWL6UO9aQ',NULL,'2020-11-24 20:01:19.754000','2020-11-24 20:01:19.754000',5,'Doris Reyes','https://lh4.googleusercontent.com/-z4mjGFWiodk/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckkM9-kAoa8XWUHHF1V3yCbY00qTw/c0x00000000-cc-rp/photo.jpg','17394740196501090048',36509),('AbFvOqnZn1qnvl696ASGsm6zHZGU5zMRhOWGp_KOlMlnAWLCxFRGmxcJmvxPsgh6pWvMdi5QDLfa_Q','My first and last time going to this place. I had an appointment, waited 2hrs. I was told to wait in my vehicle, so I did. Then I get a phone call asking if i would be returning, she said they had been calling my name for a while. I told her I was waiting in my vehicle as I was told to. The lady on The phone was rude, she told me to go inside so I did. I walked in, she said my name...once again rude, and just making me feel like a huge inconvenience with her attitude. So I had a seat bc she said I would have to wait till I was called. The sanitation in the lobby is a joke, the lady handed me a clip board, that another person had without sanitizing it, so I went ahead and did it myself. I don\'t know what that person was there for. I could go on, and on... the matter of the fact is they don\'t even know what\'s going on, and looked very overwhelmed.','2020-08-17 06:23:51.653000','2020-08-17 06:23:51.653000',1,'Crystal F','https://lh5.googleusercontent.com/-nE7fmfunk04/AAAAAAAAAAI/AAAAAAAAWRs/AMZuucmkPv_tApX2Ps-HXImYud1gxLocMw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41303),('AbFvOqnznfjALmPzA1edvd42Bi7IwXjQPtYdlCFQaZmpjAWmm2cBV9_X4JEsTQ90Zr3_EjLXxarB','I brought my mom back and it was very comfortable and pleasant super clean everyone one was so nice from dr Jasmine thomas,vivienne, joseph, natalie,erica and travis was super sightful when i asked questions they answered','2020-02-03 16:47:02.149000','2020-02-03 16:47:02.149000',5,'Devin Anderson','https://lh5.googleusercontent.com/-Nzsnunj3fEA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmJEI8kysHQAPi706pCYJFJO-LIHg/c0x00000000-cc-rp/photo.jpg','14567670160750071148',30278),('AbFvOqnzNGYPbEfnLGLyL2hOLdcObs83RmSkB9u3nbMncUS7OAAZyrR5ByQqOcHxFGaW5CiyMmau6A','Fairly quickly multiple doctors nice people. Literally no wait.','2017-10-11 20:21:37.206000','2017-10-11 20:21:37.206000',5,'Hereforthedubs','https://lh3.googleusercontent.com/a-/AOh14Ghc0iuUjLkP7xz1dNXiOGBm6PVrr1xclNofkkvwrg=c0x00000000-cc-rp','14567670160750071148',30964),('AbFvOqnZO83TAMr_JH1lf5QiW6ASIfOFExRmaolqGxtrZC90vgaLen3IO8G41CKXmt9MZOW8AF7N9g','Great experience! April Ozzie and Dr. Chowdhury took the time to explain the process and made the experience simple and painless.\n\nThe online schedule system they have is also easy to use. It took 2 minutes to schedule online.\n\n5 out of 5 stars!','2020-10-31 12:49:28.565000','2020-10-31 12:49:28.565000',5,'Juan Guerra','https://lh3.googleusercontent.com/a-/AOh14Ghy6tpOXwDsJaQZqi85VIpjcS0tlYfSr_c8v-MBsA=c0x00000000-cc-rp','14748677429039074158',31443),('AbFvOqnZofpIfZ-hGJ_hZIQSgcgwOjOpn1dPhGveHCOeyYoO4r0imqv-Bk0zf13-YfxCuXGUUnQkCw','Very caring and kind staff, very clean, and they have snacks for you.\nThank you to Angela, Shade, Dr. Leung, Crystal, and Daniel for taking such good care of me.','2019-12-14 17:05:30.177000','2019-12-14 17:05:30.177000',5,'Meloni Soto','https://lh6.googleusercontent.com/-TESKdNE0N6Q/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckSRqM4hlh1RNnb4By_x3saexeStg/c0x00000000-cc-rp/photo.jpg','2694018788013845459',39187),('AbFvOqnzoRRYxtZzikzcnomUDoBRu9qopmQY0wP12S7MjOamAPvydhJEixZu-E854Xcw7-bwyDQD9Q','Some of the best medical care I\'ve received in my lifetime. Thank you for being so kind & nurturing, such a great example for other health professionals to follow!','2017-03-24 22:27:54.946000','2017-03-24 22:27:54.946000',5,'Irma Lobo','https://lh3.googleusercontent.com/a-/AOh14Gg0ZHnWkuxlk_Fov1Au0PFm9IZASyGb_bhip8ojGA=c0x00000000-cc-rp','17394740196501090048',37185),('AbFvOqnZP3Zz-mazmsXZ6Nk4ifN5wEKYsvCSNHKCBl9xHYlUpGaO84mHZKqJX1KO0rLZL1EB_F3D-g','Dr Yusuf and the team was excellent','2019-01-05 14:55:41.495000','2019-01-05 14:55:41.495000',5,'Jennifer Rochlis','https://lh6.googleusercontent.com/-eYj-kd4ylQs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucli98mYp4Re5GQbjkLtWPZYUxF3cA/c0x00000000-cc-rp/photo.jpg','3511292162159714121',40755),('AbFvOqnzp6K447zGP4QunWzwx6Fa_Cv36_aRMmHzASKZZeO96ICUXLWO42Ya4xM--YSR-ZJd8h3aIQ','We brought our 3 year old son here and we were immediately ushered to a Toy Story themed room. The staff was extremely friendly and professional. My son actually had fun in an ER room, not sure how many kids can say that. Ian (pedi RN) gave my son stickers, a puzzle, bubbles, and a popsicle to send us on our way. We’ll definitely be back in the future (hopefully not too soon though 😬).','2018-03-14 23:01:31.209000','2018-03-14 23:01:31.209000',5,'Lan Denson','https://lh3.googleusercontent.com/a-/AOh14GgTC6Td4KAaQx7TzfXrQ0HEWxKSxwGT6AA3f8YJHYc=c0x00000000-cc-rp','16891069708558046635',36420),('AbFvOqnZpejZ5o0LGGAlj4rOJUEZGZmm7-HbaEF311DIX2exptZFOQpzCP4IXlzEKi-W0C3L26Dg',NULL,'2019-09-07 08:14:26.215000','2019-09-07 08:14:26.215000',5,'Carrolynn Adcock','https://lh4.googleusercontent.com/-cZmqvvYwR20/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmVYgiKfzSx_57mnZCp7U22Zg_hFg/c0x00000000-cc-rp/photo.jpg','3272657195432704501',39806),('AbFvOqnZpLRaYIRA-t-BtIkTQH-KlBAGzsyTzoZrYAB7gO6dSk_FexWEGSJYDCOIHFY-7t6-bnpjGw','First visit.\nMs.Tracye and Ms.Juleisa were both super super sweet. I’m so use to receptionist having nasty attitudes but these two were definitely different. (my apologies if I spelled their names wrong)','2020-09-29 15:18:58.118000','2020-09-29 15:18:58.118000',5,'Sydney Williams','https://lh6.googleusercontent.com/-lR9kOxpnG1U/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmOa7FS3YAnDhupuFW0AtUpHYxOAg/c0x00000000-cc-rp/photo.jpg','8918455867446117794',42892),('AbFvOqnZpoh66iUE_jcuQdHxy7z3d69OUAK06v83BlCSlT9h6pHOR1UZXFYX1M6_7NJr-d8ilyYBMQ','Corey was very nice and courtesy to my mom. Will come back if we need to. Front staff was nice as well. Way better than MMH!!','2019-06-10 18:43:29.853000','2019-06-10 18:43:29.853000',5,'Kat Robledo','https://lh5.googleusercontent.com/-vxVsIYYJEaY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucklHvkRYONI_eZf4bnZDVuYhYAp1A/c0x00000000-cc-rp/photo.jpg','13486358490203335051',29813),('AbFvOqnzQDi5s5vXArG-qB05V3F2opqgUZKg8KFASq-9tS_7iFx1JKygM1If1HGCBJacVJvkF_Zh','Short wait time, clean and inviting facility. Absolutely great staff so nice and friendly. Nurse Kristina was funny and caring. Everyone was so nice and wonderful. Everyone from the ER tech Scott to the radiology tech Mayra, even down to the registration woman Malissa who was so sweet that when she told me it was all out of pocket, i couldn\'t even get mad. Dr. Patel was fun and thorough which is great. this experience was so much less painful then a major hospital. If I can help it I would definitely come here before going to a bust over crowded hospital. PS sorry to scott for my bestfriend asking and those unnecessary questions about the difference between CT scan and MRI..','2019-07-26 21:50:27.045000','2019-07-26 21:50:27.045000',5,'Mychael Jackson','https://lh3.googleusercontent.com/a-/AOh14GgfPM5_9wVn63oS6rdPWxYOPth2oKsoQHNYiMws1A=c0x00000000-cc-rp-ba3','12541597562633926366',29071),('AbFvOqnZqWc7g2dcURh92cwdAoVjK_ONQ0nCTQLzhHosNxl8L_J0IyC0XmDdVw9t9AuTVP8b03PqHA','Theressa was very helpful','2020-07-16 21:10:24.303000','2020-07-16 21:10:24.303000',5,'Fatima Tamez','https://lh6.googleusercontent.com/-vyJCWGYJfKU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnKZ0-N_3oazPQly4uumW6SLysVrw/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41359),('AbFvOqnZr_wOpKAXgfp4zgSXbK0SyQFkvKVqjEPLFoxpp315Z__iELvwgu0QYQV3ZfftH_bpkMDOmw','Amazing staff, very clean and got me in and out super quick!','2020-05-18 01:31:08.976000','2020-05-18 01:31:08.976000',5,'Samantha Beiter','https://lh3.googleusercontent.com/a-/AOh14GjkL2_hDmWy950jFaMf_l0XQb4SfE97GYq2lFsb=c0x00000000-cc-rp','16590124370714063921',34300),('AbFvOqnZRIp2w_ZiY9p6yUIfnP8Nt71xwbH3uGDpODaBjdlJgrCnHI-PbP7wHNul5qXO6Vz32p0','I had a very pleasant experience at signature care emergency center, (even though I went in for a fractured finger.) The staff was a true blessing . Rachel the nurse is an angel who went above and beyond to care for me. And Dr.V was very kind and helpful in helping my situation. I will sure come here in any future emergencies, and I do recommend this urgent care to friends and family.','2017-07-14 10:48:24.416000','2017-07-14 10:48:24.416000',5,'Mercedes','https://lh4.googleusercontent.com/-sWzRCGKQnHQ/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckxKxOLOhiiNA9YSxGyN9xmbBACgA/c0x00000000-cc-rp/photo.jpg','14567670160750071148',31011),('AbFvOqnZrixmbJW12axqIyAIHmNMQEFl1scyh6CROzQqrKP_xeSe0NaB-lHFwYC6yBJ_tadov6mrfw','Valory, Crystal, Kim & John were very helpful & made this experience very manageable. Thanks','2020-12-14 21:42:57.408000','2020-12-14 21:42:57.408000',5,'Lindsay Lane','https://lh3.googleusercontent.com/a-/AOh14GgNHrCroCCFrpPOTUNyhT4NQweXH7R0RZWPhWYv=c0x00000000-cc-rp','15979470999169074295',32819),('AbFvOqnZrOr_GViqWuXeHYYfCOjDxV3FeE_I5ne8pitx-PpN6J52JUTuZCdyLMadx3sVWp1RTKqN',NULL,'2020-09-22 01:54:57.075000','2020-09-22 01:54:57.075000',5,'Gloria Torres','https://lh3.googleusercontent.com/a-/AOh14GjVxTC1VZizfzozq7uGE4Aeiui2ZF8vA7v8Rv5jM20=c0x00000000-cc-rp','16389487648212004696',33181),('AbFvOqnzRRXwgqnJOKgd6dc6HDarFzbwznjxkeInWjIyvMoNwPOGH7vKw75tUj5yuclAPSiSi80b','Dr Henderson and her staff Mollie, Eric and Tobie was the most caring and sweetest people I have came across in a ER visit. Will def make sure that is where I go if another emergency comes up!','2019-12-31 16:59:09.151000','2019-12-31 16:59:09.151000',5,'Naomi Hayes','https://lh3.googleusercontent.com/a-/AOh14GhfGcXnGUBaSI6cvpcng3selcWKGeuMlXP_hSg6eos=c0x00000000-cc-rp','3272657195432704501',39727),('AbFvOqnzs5yrPrkKRSNnumKzbiy3qRYRwxbhOcEGzoLEzULxOQIQelxDy_IGaXqfswaG5L93PORe7A','Amazing team that took care of me while I felt my worst. They were uplifting and attentive without making me I was just another patient that was waiting.','2017-11-03 13:08:52.811000','2017-11-03 13:08:52.811000',5,'Vinh Tu','https://lh3.googleusercontent.com/a-/AOh14Gi7ZETIKyR6Srs3KZYbiZGjZkQePfxsrEB5tb6_XKg=c0x00000000-cc-rp','17394740196501090048',37040),('AbFvOqnZSaFN9X5OFDejkhG1fKL6EK80g7vlFPUEzdmqdIhbU7Ne9WSlpJeExmMbj6ul1aMZ11-tig','We had a great experience and got trested very well my daughter nurse Lisa Vasquez was great explain everything to us well n the dr as well...','2020-09-19 18:04:08.418000','2020-09-19 18:04:08.418000',5,'Yolisma Dominguez','https://lh3.googleusercontent.com/a-/AOh14GixVh1G8LLZevtKlchf7PyH-bAXQc3-wzvdLjsJ_D4=c0x00000000-cc-rp','13486358490203335051',29308),('AbFvOqnZsKfsEoLcfNLxlYjVX3ibepfDQrG46HKxggxhHr0QJ5cP2mKj8n9QiVFpj0NG8V6T9yHFxg','Very professional, fast and Friendly staff with Dr. Omalley, Alvean, and Marcus.','2020-01-21 21:53:40.625000','2020-01-21 21:53:40.625000',5,'Charina Johnson','https://lh3.googleusercontent.com/a-/AOh14Ggwk9h47GoAeBqDwXdABDI9STUIuExZa4pZJ0Ff-g=c0x00000000-cc-rp','16389487648212004696',33472),('AbFvOqnZsx5e1RcC60iMB2YvmSO2Rf4aUMCXuUBoQaZIomrkiNQfcZD8c9pssDhk6iNy78vkzhX08Q',NULL,'2018-12-31 22:21:32.829000','2018-12-31 22:21:32.829000',5,'Alyssa Velez','https://lh3.googleusercontent.com/a-/AOh14Gic9c4Bym9jYw8DrOmQPJTkIudYzwqFPc31H4Ko=c0x00000000-cc-rp','14567670160750071148',30657),('AbFvOqnZteH2xPsedwdni3PTm00C60vig2CVvcZZHrHZrJW53XV7oPr5A664uRYI8obBz0F-wOYo','Everything about SignatureCare is first class. It\'s obvious from the moment you walk through the door.','2020-01-15 06:02:57.250000','2020-01-15 06:02:57.250000',5,'Bryan Haas','https://lh3.googleusercontent.com/a-/AOh14Gh_5_6nNzICX5G-I2oW2MUV41x3H3xZ5XvoyYNF-g=c0x00000000-cc-rp','16891069708558046635',36014),('AbFvOqnztHOo40LlPejj5yDkEY5I_hQ7J5jKGMony_P4pZ8v-CXCl2MDUblrIxL8KRi43ycq2PHAZA','Everyone was super nice and professional Patrick and Sarah made sure I was taken care of. Thank you.','2019-11-14 03:38:49.367000','2019-11-14 03:38:49.367000',5,'Mercenario Garcia','https://lh3.googleusercontent.com/a-/AOh14Gj6n18aGyik_5MTQEnEcOJXJU25HgnxInF7XLVg=c0x00000000-cc-rp','17898197009688164559',37883),('AbFvOqnZTkKwxi-QyIcbkNF7OpVMuuDTWyrNtq_MapQtRZUU1y-QU9J0vlFoMI6PbQGWBc7mE92x',NULL,'2020-11-04 07:26:11.559000','2020-11-04 07:26:11.559000',1,'Campbell Shelton','https://lh3.googleusercontent.com/a-/AOh14Gj5GifInqnyn69jyECWY18h0Pw2InCIFppHRmxM=c0x00000000-cc-rp','16590124370714063921',34083),('AbFvOqnztKRGYg5bq6d7tfyQDSgboJjLnd7cM6s0G1SLT1r4v1NBcESnae8tyBzlKX_M4pP-itqN','Tiffany and Ashley b was great','2020-10-18 20:11:04.854000','2020-10-18 20:11:04.854000',5,'Jennifer Saunders','https://lh3.googleusercontent.com/a-/AOh14GgCOrkqpOVW_AwYjt5gQvOt9bD-WQ5qEM_IGv5twA=c0x00000000-cc-rp','8626688543755174284',41872),('AbFvOqnZtkVMrOOFza-VSAQlcfVtPKMgYH606sgXhPJGvoX_ZEkzosmNG2tFJnZB0d2fQaWGIaHPIA','Kimberly, Jacob, and Morgan were all so great during my visit! The staff is caring and helps everything go smoothly.','2017-05-09 16:14:48.743000','2017-05-09 16:14:48.743000',5,'Roxana R.','https://lh3.googleusercontent.com/a-/AOh14Gj2E-oVO-41sTyjNkklHK3mCaT1g_J6-NBZHjH9uw=c0x00000000-cc-rp','16590124370714063921',35434),('AbFvOqnztlzMZEIKuiWb6mDGvlQv44mrghFUyjWeDbp1EjmCRSAsg85YnUB-M99ybWDLvm_g8CEz','Just wanted to say thank you so much for Dr Jones taking the time to listen and ease my fears. Konya,RN was so kind and caring and even shed a tear with me. Thank you to Nino the Rad Tech for making me laugh when I needed it the most and for Angela in reception , my daughter from another mother, who held my hand when with love. I have such a loving family at SignatureCare!','2019-08-07 15:21:59.213000','2019-08-07 15:21:59.213000',5,'Michele Tomastik','https://lh3.googleusercontent.com/a-/AOh14GhPN6U-fncxOn-3T2d8hWonia_mrGnGVEXjMoxA=c0x00000000-cc-rp','2694018788013845459',39289),('AbFvOqnzTWlKVZxtoIcZsvWYRAm3HEia2-yyi9JqzNxnMCUEUlaA_A4PojQ6NvxSV43DGvb-dsIi','I had really bad food poisoning. They were fairly fast, very friendly and Dr. Jones and his nurses Candice had a warm and comforting bed side manner. I\'m so thankful they are in my neighborhood. They helped me feel 100x better','2018-02-24 00:41:36.513000','2018-02-24 00:41:36.513000',5,'Adam Villarreal','https://lh3.googleusercontent.com/a-/AOh14GibOwWDOvDBn4E1IeuzHHS-Bm2mtcgoAl6fb4bBGA=c0x00000000-cc-rp-ba3','16891069708558046635',36428),('AbFvOqnzTy1Wg7wDhioz0cl-R3haQazBbqKngb-zRhcrcw3I5pcP71XsqCBEMg3_x12XP0Pxch1JDQ','The staff is SO friendly!! Very kind and quick service!! Highly recommend! April and Georgia were my nurses and they were AMAZING!\nI came back again for my second test and had Jaime and he was so nice!!','2020-09-06 23:41:29.084000','2020-09-06 23:41:29.084000',5,'Shaina Grisell','https://lh3.googleusercontent.com/-f0D5GFkzalA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm0I0zTMZTDSGtpzEjvCvN0SlUNZA/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31702),('AbFvOqnzTYTdth51uWfmVgOcJEcleFnds6dXpcF_cKNgJPQqcnOu25bqkWroxuJP8XrGemRS4Sp8Rw','Staff was super nice and service was really great and fast. Thank you Dr. Boester, Churiah, Ke\'Aire,Dion, and Anastasia.','2018-09-20 02:49:59.729000','2018-09-20 02:49:59.729000',5,'Sherrelle Thomas','https://lh3.googleusercontent.com/a-/AOh14Ggt8ZbR79Is9-7u47rBenkf-jGwx2dfXMpMuaC9Ig=c0x00000000-cc-rp-ba4','3511292162159714121',40824),('AbFvOqnZu-lP1uMBqJrhWKVBC91BjMwYocuy5n6jh951rs4AjWPtWX9bQKnRFFcktPdmBnURTo108g','Dr. Angela was extremely helpful with tips to stay healthy during this pandemic. I trust her word and all of her advice she gave me today.','2020-07-28 01:51:41.777000','2020-07-28 01:51:41.777000',5,'Samuel Dyson','https://lh4.googleusercontent.com/-grUgJsH87yU/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclQjUohhX1atj4oX-blYQJKzwQ4Lg/c0x00000000-cc-rp/photo.jpg','14748677429039074158',31855),('AbFvOqnZumAXU8sCDParNyD6qWr5i_qqBd2wzPa4mEa8D5GsvcwF4_aF_h3uZAErZqV6hRG8PRlLCQ','Nice staff. I was taken back quickly and was out within an hour! I would definitely come back!\n\nAngel was nice and Susan was also sweet. Tanishia was also nice sweet and full of energy at 1AM! Lol','2020-03-04 07:06:55.693000','2020-03-04 07:06:55.693000',5,'Elizabeth','https://lh3.googleusercontent.com/a-/AOh14Gj5iAOBczo5olwCseZXfFPu-X_kxdeZHrU-rIeydA=c0x00000000-cc-rp','17898197009688164559',37635),('AbFvOqnzUNV_fZ-jkDFJriT-3bwrTQ4v7n9PEtfe-CwK4n-82VKmIUW1riHsSjL45SOWJDU7pB1hIw','Very fast service. Isreal and Jessica S. were very warm and friendly. They made the process so much easier. I appreciate how professional they were.','2020-07-19 15:21:46.350000','2020-07-19 15:21:46.350000',5,'Monique Michelle','https://lh3.googleusercontent.com/a-/AOh14GgCU_RLkDSS_wjBU5rUXbwCHcWrC90eHoEs1hkeFg=c0x00000000-cc-rp','14748677429039074158',31984),('AbFvOqnZutxX5zbnb2gHuo8IhY4S1HSY75mDELa6oZrAspkNfDbCWV6dLKeWi0rMh6qhXP-Rwu_V','Great service and super attentive. I was seen within minutes of arriving. I also received a follow up call 2 days later to check on my health. Definitely recommend!','2017-04-11 16:13:17.057000','2017-04-11 16:13:17.057000',5,'JJ GiGi','https://lh5.googleusercontent.com/-7JMyOHc3F6k/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnN1NHgb120kpafqQaiZ1hwGLhhTw/c0x00000000-cc-rp/photo.jpg','3511292162159714121',41077),('AbFvOqnZuzZRX6peXWAOb8OqwsySh2yX04X2crIwG6JS1Okw6Ksc_v4QAkLNeREEfowB4YK4wu99FA',NULL,'2019-09-10 00:28:27.811000','2019-09-10 00:28:27.811000',5,'JaNess Strickland','https://lh3.googleusercontent.com/a-/AOh14Ggb7hwLJ8zwdHDFpIjQP87sRVrvt3o-TCpzCTdUvA=c0x00000000-cc-rp','17898197009688164559',37999),('AbFvOqnZvNB7HVV4rFa07SC0ytbGfzq60xBwa-nK24QDQxJLNhoyHOQdODkncID1wCPSnHufcYjOww','This facility is top notch! Staff was knowledgeable, friendly and professional. Dr. Elsbecker, Adam, Linda and Jennifer took unbelievably care of us. If you need an ER this is the place to go!','2019-11-25 14:47:14.996000','2019-11-25 14:47:14.996000',5,'Lee Riley','https://lh6.googleusercontent.com/-E64-tfjkXd8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucntvEQpDgMbxz2DOM7TlNAoA2lWmQ/c0x00000000-cc-rp/photo.jpg','16891069708558046635',36070),('AbFvOqnZVzdqaDfxbKZURs_wJ12NhIVwd1c3dpR0iQSqI82k-KfgNk2KwbzDiXeWFrUWqhH1H2GRGA','Amazing staff and super clean and nice place. They took my insurance and made sure it would cover everything before they went ahead with tests. these people are caring and kind and didn’t make me feel like my symptoms were invalid; unlike many other ERs. I definitely recommend this place if you need urgent care of any kind. My nurse was Brad, my register person was Kendra, my radiology tech was Morgan, and my doctor was Ortiz. If you get any of these people I promise you’re in good hands.','2020-02-05 21:58:08.699000','2020-02-05 21:58:08.699000',5,'Haley VanWagner','https://lh3.googleusercontent.com/a-/AOh14Gh4A8sVZ1hfs4ZpXDQEXrexXf4elqQhY0iVb6jYoQ=c0x00000000-cc-rp','16590124370714063921',34392),('AbFvOqnZW02-xJwTg1zDwTVmCOe__-go83Imgg0gCPJtXgr3JeZ0RvtbBADrs5T5x0Own7EUHzO6rA','Caitlin, was welcoming, and efficient.\nEven checking on us.\nj Moore','2020-11-01 01:07:02.948000','2020-11-01 01:07:02.948000',5,'Jessica Johnson Moore','https://lh3.googleusercontent.com/a-/AOh14GjC91IESdNVzkyDSVd3H3utn6XQ_kzX6F5E5SmNzA=c0x00000000-cc-rp-ba3','8626688543755174284',41864),('AbFvOqnzwGtOM3Tn3MVxjJ9OquWIuzfeWbUP15VbnB9ZeDZfZ4LNgFD9MFHZPNDgvma6Loc4r72I','Clean ,quick and easy nurse and doctor down to earth and understand spike to me about parts of the body and symptoms to look for better then any other emergency room !!!','2020-03-06 19:14:53.005000','2020-03-06 19:14:53.005000',5,'Christina Argraves','https://lh3.googleusercontent.com/a-/AOh14Gg-t-SyQfTM1rafvoZESkAQStPxkKxjLV7lweufFw=c0x00000000-cc-rp','2694018788013845459',39086),('AbFvOqnZwi9-imXIvnWGoEbed0ldNnJvtVh8ZBBw6CKMDU_XyyH0k3PdpNy2K7RN9hy-r3Q5Bz1kwA','This Emergency Room is the best place i have ever been too ,Doctors a very good All Nursing Personnel are very good with total care as well as bedside manners , I highly recommend this emergency room ,if you had more than 5 stars I would give them to you.i do not have enough words to describe this place other than EXCELLENT EMERGENCY ROOM AND ALL STAFF WITH TOTAL CARE','2020-10-18 17:28:42.448000','2020-10-18 17:28:42.448000',5,'Blanca Rodriguez','https://lh3.googleusercontent.com/a-/AOh14GgnpVCvn3xutcHBqZAt5ew4p4yCiKdUeqF-IriC=c0x00000000-cc-rp','8918455867446117794',42857),('AbFvOqnZwIA1WRDw63pjyC5vwY4zAs8cVSLAAWgcuF-QuqKR1GQCl6rdLLRsMOEWvs1Xcde2mtZUVg','Thank you for the service your staff is very professional and always making sure you are taking care off. An appointment was made for follow up the next day but the suite number for the address is incorrect the place did not open until 9 and our appointment was at 7:30 which it took a while to find out. We were told our documents were going to be fax and they were not which had to wait for them as well. But will visit you again if need to','2017-11-21 15:48:34.607000','2017-11-21 15:48:34.607000',4,'Dalia Araujo','https://lh6.googleusercontent.com/-C_LH7bYrkvo/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnxsm34j84B-BdLHw4WPZNvy0LR3A/c0x00000000-cc-rp/photo.jpg','6521947413723274945',41804),('AbFvOqnzwrnTm515C7kTdxiMoZLilfr3ZmrQ7Ry0V6PytSRUguwyxMGfRQyUEadj2xgqBJhWEihyMg','I had a good experience this morning at the west chase Signiture Care on Westheimer. Carly was amazing . She was so helpful and sweet to all the patients waiting! The Dr. and nurse were great too.','2020-07-08 17:01:25.851000','2020-07-08 17:01:25.851000',5,'rita smith','https://lh3.googleusercontent.com/a-/AOh14GifEaIkzhdbyj0gad0xEVsxPVMOsx4c1Ln_pKqp=c0x00000000-cc-rp','12541597562633926366',28604),('AbFvOqnzx7ooawe6sNJvSR4dP5z8m1FW2AgpkDiqeKwsmpTwXtVmSePldZuX5d1aB25RhgXvwZ7m','Super clean, super friendly and super quick. I went in thinking sinuses but came out knowing it was Flu B in less than an hour all together. I will definitely recommend.','2020-02-04 16:05:33.353000','2020-02-04 16:05:33.353000',5,'Robin McGee','https://lh3.googleusercontent.com/-sW0BAlZWdok/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclyEHJWrGR2dHrF_Z0LUp6SoNNflg/c0x00000000-cc-rp/photo.jpg','8626688543755174284',41952),('AbFvOqnzXdD5eB6oIkQAJTr5fFxzq94vVwh4kBEJWA7c2wltGAF4kwsjTIueP17PtgcJle_eKJLtYQ','The staff and doctors where so amazing and very attentive!!','2019-10-01 02:00:00.145000','2019-10-01 02:00:00.145000',5,'Cyndy Santos','https://lh4.googleusercontent.com/-ocuRttW1Ygw/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucnopGxK9IMPHDGiH_EwyZXSKB723g/c0x00000000-cc-rp/photo.jpg','17898197009688164559',37975),('AbFvOqnzXkFFHc2C72hOUXOeW6Zo_vzfHPZ0L18keDG4ih4konanvgHSlHm6h073iyxkaSIi4fJs8A','Extremely helpful and attentive. I was taken care of by Dr. Kimball with the help from his staff, Rayven, Gabriel, Natalie and Kathleen. Everyone made sure I was comfortable and were super attentive while making sure I got all the care and medicine I needed to make me feel better. Really appreciated everything they did for me.','2018-11-27 07:48:39.463000','2018-11-27 07:48:39.463000',5,'Hayden Wood','https://lh3.googleusercontent.com/a-/AOh14GgHSZ2-QVD5rRE-euyUTe8RjmK9kXyvWyzD1ReU7g=c0x00000000-cc-rp','16590124370714063921',35092),('AbFvOqnzxl-1rBuKPI9ZEuXC6qSN8bqrtJsOY3Dug-pdD1PMzdYEGz5EbUNGUIJpOIYkdZULmci9UQ','Excellent service and very helpful.\nRegistration Jocelyn and nurse Lee were amazing.','2020-01-18 21:54:35.533000','2020-01-18 21:54:35.533000',5,'Jennifer Aguiluz','https://lh5.googleusercontent.com/-5gaId4QyWfs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclDFJnaIluCAY0QNeO7XIDH7ZutaA/c0x00000000-cc-rp/photo.jpg','16389487648212004696',33489),('AbFvOqnzXm1qGnO-OAsvOQZvgu0VeirShdzzw27Wkns2B2jmt6gU0TZzdYT5PobIxodeXniU2F5VOw','My experience here at signaturecare emergency was nice. The front desk admissions Kimberly P. And Cecilia Z. were quick to check us in. The Nurses Nicole G and Olusola S were super nice and caring. The Rad Tech Dustin H and Tech Tim H were helpful and precise to making sure they got good xrays pics on my daughter. Last but not least a big thank you to Dr. Estevez for treating and taking extra care of my daughter making sure she got all the right treatment she needed to make her feel so much better. I would definitely recommend this place for any emergency that you may have. The staff is good and nice and very caring.','2020-01-19 10:40:37.846000','2020-01-19 10:40:37.846000',5,'Jessica Zamarripa','https://lh3.googleusercontent.com/a-/AOh14GgXmUjwCF33GGamcfyMUnU_jx1KPfYNjzOfWpm-_w=c0x00000000-cc-rp','14567670160750071148',30323),('AbFvOqnZXXiGj76kaVmIYyn9OQDDjs3KwRQrAER12jwaljLztSjCjaOzZxFr-hIrvFivuHi5cmwe','The staff was great and very helpful! Doctor Pham and nurse heather , Jesus and Olivia were very nice and patient with me through my time here!','2019-07-26 19:38:25.018000','2019-07-26 19:38:25.018000',5,'Shontiera Ragland','https://lh3.googleusercontent.com/a-/AOh14GgbSMzPd568UW8sdJ5AROQCLl6p6QFhIERufZTZjn0=c0x00000000-cc-rp','16389487648212004696',NULL),('AbFvOqnzZMkSV-ikcdX0hVBMFRcWd8ZjMvEwwbfALTg65FdnPEzHjgX60fQdNV1adzMNiPA9K_c_pQ','Quick, courteous staff. Had a great experience. You don\'t have to wait hours to seen by Doctor like so called big hospitals. I strongly recommend. I visited this place 3 times for different reasons, every time I had very experience.','2017-10-19 16:32:41.966000','2017-10-19 16:32:41.966000',5,'Anil Bhimisetty','https://lh3.googleusercontent.com/a-/AOh14GioSMVx_OI64EsY1WrTtkfyjRyEuCbnH2r8wNaSOlA=c0x00000000-cc-rp','17394740196501090048',37045),('AbFvOqnzzWDxrWE4Bx_aq3f4pQ9dVGjhpSE-5_IdvkHprY_Ig9Zns_LZdg_oiangIVXzu4vAth1eNQ','Super quick and easy care. The staff were super friendly and knowledgeable. The facility is super clean and comfortable. I would definitely recommend this place for all medical or Covid related needs.','2020-07-23 00:27:58.368000','2020-07-23 00:27:58.368000',5,'Neea Palmer','https://lh3.googleusercontent.com/a-/AOh14Gj0_eZDBi0GyULaokr4zjNfRbNHzMhMwqeV05NdpA=c0x00000000-cc-rp-ba3','16590124370714063921',34275); /*!40000 ALTER TABLE `review_review` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user_useraccount` -- DROP TABLE IF EXISTS `user_useraccount`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `user_useraccount` ( `id` int(11) NOT NULL AUTO_INCREMENT, `location_id` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `user_id` int(11) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `location_id` (`location_id`), UNIQUE KEY `user_id` (`user_id`), CONSTRAINT `user_useraccount_location_id_d98f9b06_fk_gauth_loc` FOREIGN KEY (`location_id`) REFERENCES `gauth_location` (`location_id`), CONSTRAINT `user_useraccount_user_id_944a2ae6_fk_auth_user_id` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user_useraccount` -- LOCK TABLES `user_useraccount` WRITE; /*!40000 ALTER TABLE `user_useraccount` DISABLE KEYS */; INSERT INTO `user_useraccount` VALUES (3,'12541597562633926366',4); /*!40000 ALTER TABLE `user_useraccount` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `yelp_yelplocation` -- DROP TABLE IF EXISTS `yelp_yelplocation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `yelp_yelplocation` ( `id` int(11) NOT NULL AUTO_INCREMENT, `url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `location_id` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `location_id` (`location_id`), CONSTRAINT `yelp_yelplocation_location_id_33ec523c_fk_gauth_loc` FOREIGN KEY (`location_id`) REFERENCES `gauth_location` (`location_id`) ) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `yelp_yelplocation` -- LOCK TABLES `yelp_yelplocation` WRITE; /*!40000 ALTER TABLE `yelp_yelplocation` DISABLE KEYS */; /*!40000 ALTER TABLE `yelp_yelplocation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `yelp_yelpreview` -- DROP TABLE IF EXISTS `yelp_yelpreview`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `yelp_yelpreview` ( `id` int(11) NOT NULL AUTO_INCREMENT, `reviewer_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `profile` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `rating` int(11) NOT NULL, `date_posted` datetime(6) NOT NULL, `comment` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `location_id` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `yelp_yelpreview_location_id_b83ae32e_fk_yelp_yelplocation_id` (`location_id`), CONSTRAINT `yelp_yelpreview_location_id_b83ae32e_fk_yelp_yelplocation_id` FOREIGN KEY (`location_id`) REFERENCES `yelp_yelplocation` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=918 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `yelp_yelpreview` -- LOCK TABLES `yelp_yelpreview` WRITE; /*!40000 ALTER TABLE `yelp_yelpreview` DISABLE KEYS */; /*!40000 ALTER TABLE `yelp_yelpreview` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2021-01-27 18:10:50